From 294411d3b9cd15c252bd97a81c3bb3fbf6bd1f73 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Tue, 21 Dec 2021 17:56:24 +0100 Subject: [PATCH] updated libs and webui build --- server/dist/app.js | 2 +- server/webpack.config.js | 89 ++++++++-------- server/yarn.lock | 223 ++++++++++++++++++--------------------- webui | 2 +- yarn.lock | 18 ++-- 5 files changed, 154 insertions(+), 180 deletions(-) diff --git a/server/dist/app.js b/server/dist/app.js index 235224e..6983999 100644 --- a/server/dist/app.js +++ b/server/dist/app.js @@ -1,2 +1,2 @@ /*! For license information please see app.js.LICENSE.txt */ -!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.DeemixServer=t():e.DeemixServer=t()}(global,(function(){return(()=>{var __webpack_modules__={80657:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"],n=["Function","Generator","AsyncGenerator","GeneratorFunction","AsyncGeneratorFunction","AsyncFunction","Observable","Array","Buffer","Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","FormData","URLSearchParams","HTMLElement",...i],a=["null","undefined","string","number","bigint","boolean","symbol"];function r(e){return t=>typeof t===e}const{toString:o}=Object.prototype,s=e=>{const t=o.call(e).slice(8,-1);return/HTML\w+Element/.test(t)&&u.domElement(e)?"HTMLElement":(i=t,n.includes(i)?t:void 0);var i},c=e=>t=>s(t)===e;function u(e){if(null===e)return"null";switch(typeof e){case"undefined":return"undefined";case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"function":return"Function";case"bigint":return"bigint";case"symbol":return"symbol"}if(u.observable(e))return"Observable";if(u.array(e))return"Array";if(u.buffer(e))return"Buffer";const t=s(e);if(t)return t;if(e instanceof String||e instanceof Boolean||e instanceof Number)throw new TypeError("Please don't use object wrappers for primitive types");return"Object"}u.undefined=r("undefined"),u.string=r("string");const l=r("number");u.number=e=>l(e)&&!u.nan(e),u.bigint=r("bigint"),u.function_=r("function"),u.null_=e=>null===e,u.class_=e=>u.function_(e)&&e.toString().startsWith("class "),u.boolean=e=>!0===e||!1===e,u.symbol=r("symbol"),u.numericString=e=>u.string(e)&&!u.emptyStringOrWhitespace(e)&&!Number.isNaN(Number(e)),u.array=(e,t)=>!!Array.isArray(e)&&(!u.function_(t)||e.every(t)),u.buffer=e=>{var t,i,n,a;return null!==(a=null===(n=null===(i=null===(t=e)||void 0===t?void 0:t.constructor)||void 0===i?void 0:i.isBuffer)||void 0===n?void 0:n.call(i,e))&&void 0!==a&&a},u.nullOrUndefined=e=>u.null_(e)||u.undefined(e),u.object=e=>!u.null_(e)&&("object"==typeof e||u.function_(e)),u.iterable=e=>{var t;return u.function_(null===(t=e)||void 0===t?void 0:t[Symbol.iterator])},u.asyncIterable=e=>{var t;return u.function_(null===(t=e)||void 0===t?void 0:t[Symbol.asyncIterator])},u.generator=e=>u.iterable(e)&&u.function_(e.next)&&u.function_(e.throw),u.asyncGenerator=e=>u.asyncIterable(e)&&u.function_(e.next)&&u.function_(e.throw),u.nativePromise=e=>c("Promise")(e),u.promise=e=>u.nativePromise(e)||(e=>{var t,i;return u.function_(null===(t=e)||void 0===t?void 0:t.then)&&u.function_(null===(i=e)||void 0===i?void 0:i.catch)})(e),u.generatorFunction=c("GeneratorFunction"),u.asyncGeneratorFunction=e=>"AsyncGeneratorFunction"===s(e),u.asyncFunction=e=>"AsyncFunction"===s(e),u.boundFunction=e=>u.function_(e)&&!e.hasOwnProperty("prototype"),u.regExp=c("RegExp"),u.date=c("Date"),u.error=c("Error"),u.map=e=>c("Map")(e),u.set=e=>c("Set")(e),u.weakMap=e=>c("WeakMap")(e),u.weakSet=e=>c("WeakSet")(e),u.int8Array=c("Int8Array"),u.uint8Array=c("Uint8Array"),u.uint8ClampedArray=c("Uint8ClampedArray"),u.int16Array=c("Int16Array"),u.uint16Array=c("Uint16Array"),u.int32Array=c("Int32Array"),u.uint32Array=c("Uint32Array"),u.float32Array=c("Float32Array"),u.float64Array=c("Float64Array"),u.bigInt64Array=c("BigInt64Array"),u.bigUint64Array=c("BigUint64Array"),u.arrayBuffer=c("ArrayBuffer"),u.sharedArrayBuffer=c("SharedArrayBuffer"),u.dataView=c("DataView"),u.directInstanceOf=(e,t)=>Object.getPrototypeOf(e)===t.prototype,u.urlInstance=e=>c("URL")(e),u.urlString=e=>{if(!u.string(e))return!1;try{return new URL(e),!0}catch(e){return!1}},u.truthy=e=>Boolean(e),u.falsy=e=>!e,u.nan=e=>Number.isNaN(e),u.primitive=e=>{return u.null_(e)||(t=typeof e,a.includes(t));var t},u.integer=e=>Number.isInteger(e),u.safeInteger=e=>Number.isSafeInteger(e),u.plainObject=e=>{if("[object Object]"!==o.call(e))return!1;const t=Object.getPrototypeOf(e);return null===t||t===Object.getPrototypeOf({})},u.typedArray=e=>{return t=s(e),i.includes(t);var t},u.arrayLike=e=>!u.nullOrUndefined(e)&&!u.function_(e)&&(e=>u.safeInteger(e)&&e>=0)(e.length),u.inRange=(e,t)=>{if(u.number(t))return e>=Math.min(0,t)&&e<=Math.max(t,0);if(u.array(t)&&2===t.length)return e>=Math.min(...t)&&e<=Math.max(...t);throw new TypeError(`Invalid range: ${JSON.stringify(t)}`)};const p=["innerHTML","ownerDocument","style","attributes","nodeValue"];u.domElement=e=>u.object(e)&&1===e.nodeType&&u.string(e.nodeName)&&!u.plainObject(e)&&p.every((t=>t in e)),u.observable=e=>{var t,i,n,a;return!!e&&(e===(null===(i=(t=e)[Symbol.observable])||void 0===i?void 0:i.call(t))||e===(null===(a=(n=e)["@@observable"])||void 0===a?void 0:a.call(n)))},u.nodeStream=e=>u.object(e)&&u.function_(e.pipe)&&!u.observable(e),u.infinite=e=>e===1/0||e===-1/0;const d=e=>t=>u.integer(t)&&Math.abs(t%2)===e;u.evenInteger=d(0),u.oddInteger=d(1),u.emptyArray=e=>u.array(e)&&0===e.length,u.nonEmptyArray=e=>u.array(e)&&e.length>0,u.emptyString=e=>u.string(e)&&0===e.length,u.nonEmptyString=e=>u.string(e)&&e.length>0,u.emptyStringOrWhitespace=e=>u.emptyString(e)||(e=>u.string(e)&&!/\S/.test(e))(e),u.emptyObject=e=>u.object(e)&&!u.map(e)&&!u.set(e)&&0===Object.keys(e).length,u.nonEmptyObject=e=>u.object(e)&&!u.map(e)&&!u.set(e)&&Object.keys(e).length>0,u.emptySet=e=>u.set(e)&&0===e.size,u.nonEmptySet=e=>u.set(e)&&e.size>0,u.emptyMap=e=>u.map(e)&&0===e.size,u.nonEmptyMap=e=>u.map(e)&&e.size>0,u.propertyKey=e=>u.any([u.string,u.number,u.symbol],e),u.formData=e=>c("FormData")(e),u.urlSearchParams=e=>c("URLSearchParams")(e);const h=(e,t,i)=>{if(!u.function_(t))throw new TypeError(`Invalid predicate: ${JSON.stringify(t)}`);if(0===i.length)throw new TypeError("Invalid number of values");return e.call(i,t)};u.any=(e,...t)=>(u.array(e)?e:[e]).some((e=>h(Array.prototype.some,e,t))),u.all=(e,...t)=>h(Array.prototype.every,e,t);const m=(e,t,i,n={})=>{if(!e){const{multipleValues:e}=n,a=e?`received values of types ${[...new Set(i.map((e=>`\`${u(e)}\``)))].join(", ")}`:`received value of type \`${u(i)}\``;throw new TypeError(`Expected value which is \`${t}\`, ${a}.`)}};t.assert={undefined:e=>m(u.undefined(e),"undefined",e),string:e=>m(u.string(e),"string",e),number:e=>m(u.number(e),"number",e),bigint:e=>m(u.bigint(e),"bigint",e),function_:e=>m(u.function_(e),"Function",e),null_:e=>m(u.null_(e),"null",e),class_:e=>m(u.class_(e),"Class",e),boolean:e=>m(u.boolean(e),"boolean",e),symbol:e=>m(u.symbol(e),"symbol",e),numericString:e=>m(u.numericString(e),"string with a number",e),array:(e,t)=>{m(u.array(e),"Array",e),t&&e.forEach(t)},buffer:e=>m(u.buffer(e),"Buffer",e),nullOrUndefined:e=>m(u.nullOrUndefined(e),"null or undefined",e),object:e=>m(u.object(e),"Object",e),iterable:e=>m(u.iterable(e),"Iterable",e),asyncIterable:e=>m(u.asyncIterable(e),"AsyncIterable",e),generator:e=>m(u.generator(e),"Generator",e),asyncGenerator:e=>m(u.asyncGenerator(e),"AsyncGenerator",e),nativePromise:e=>m(u.nativePromise(e),"native Promise",e),promise:e=>m(u.promise(e),"Promise",e),generatorFunction:e=>m(u.generatorFunction(e),"GeneratorFunction",e),asyncGeneratorFunction:e=>m(u.asyncGeneratorFunction(e),"AsyncGeneratorFunction",e),asyncFunction:e=>m(u.asyncFunction(e),"AsyncFunction",e),boundFunction:e=>m(u.boundFunction(e),"Function",e),regExp:e=>m(u.regExp(e),"RegExp",e),date:e=>m(u.date(e),"Date",e),error:e=>m(u.error(e),"Error",e),map:e=>m(u.map(e),"Map",e),set:e=>m(u.set(e),"Set",e),weakMap:e=>m(u.weakMap(e),"WeakMap",e),weakSet:e=>m(u.weakSet(e),"WeakSet",e),int8Array:e=>m(u.int8Array(e),"Int8Array",e),uint8Array:e=>m(u.uint8Array(e),"Uint8Array",e),uint8ClampedArray:e=>m(u.uint8ClampedArray(e),"Uint8ClampedArray",e),int16Array:e=>m(u.int16Array(e),"Int16Array",e),uint16Array:e=>m(u.uint16Array(e),"Uint16Array",e),int32Array:e=>m(u.int32Array(e),"Int32Array",e),uint32Array:e=>m(u.uint32Array(e),"Uint32Array",e),float32Array:e=>m(u.float32Array(e),"Float32Array",e),float64Array:e=>m(u.float64Array(e),"Float64Array",e),bigInt64Array:e=>m(u.bigInt64Array(e),"BigInt64Array",e),bigUint64Array:e=>m(u.bigUint64Array(e),"BigUint64Array",e),arrayBuffer:e=>m(u.arrayBuffer(e),"ArrayBuffer",e),sharedArrayBuffer:e=>m(u.sharedArrayBuffer(e),"SharedArrayBuffer",e),dataView:e=>m(u.dataView(e),"DataView",e),urlInstance:e=>m(u.urlInstance(e),"URL",e),urlString:e=>m(u.urlString(e),"string with a URL",e),truthy:e=>m(u.truthy(e),"truthy",e),falsy:e=>m(u.falsy(e),"falsy",e),nan:e=>m(u.nan(e),"NaN",e),primitive:e=>m(u.primitive(e),"primitive",e),integer:e=>m(u.integer(e),"integer",e),safeInteger:e=>m(u.safeInteger(e),"integer",e),plainObject:e=>m(u.plainObject(e),"plain object",e),typedArray:e=>m(u.typedArray(e),"TypedArray",e),arrayLike:e=>m(u.arrayLike(e),"array-like",e),domElement:e=>m(u.domElement(e),"HTMLElement",e),observable:e=>m(u.observable(e),"Observable",e),nodeStream:e=>m(u.nodeStream(e),"Node.js Stream",e),infinite:e=>m(u.infinite(e),"infinite number",e),emptyArray:e=>m(u.emptyArray(e),"empty array",e),nonEmptyArray:e=>m(u.nonEmptyArray(e),"non-empty array",e),emptyString:e=>m(u.emptyString(e),"empty string",e),nonEmptyString:e=>m(u.nonEmptyString(e),"non-empty string",e),emptyStringOrWhitespace:e=>m(u.emptyStringOrWhitespace(e),"empty string or whitespace",e),emptyObject:e=>m(u.emptyObject(e),"empty object",e),nonEmptyObject:e=>m(u.nonEmptyObject(e),"non-empty object",e),emptySet:e=>m(u.emptySet(e),"empty set",e),nonEmptySet:e=>m(u.nonEmptySet(e),"non-empty set",e),emptyMap:e=>m(u.emptyMap(e),"empty map",e),nonEmptyMap:e=>m(u.nonEmptyMap(e),"non-empty map",e),propertyKey:e=>m(u.propertyKey(e),"PropertyKey",e),formData:e=>m(u.formData(e),"FormData",e),urlSearchParams:e=>m(u.urlSearchParams(e),"URLSearchParams",e),evenInteger:e=>m(u.evenInteger(e),"even integer",e),oddInteger:e=>m(u.oddInteger(e),"odd integer",e),directInstanceOf:(e,t)=>m(u.directInstanceOf(e,t),"T",e),inRange:(e,t)=>m(u.inRange(e,t),"in range",e),any:(e,...t)=>m(u.any(e,...t),"predicate returns truthy for any value",t,{multipleValues:!0}),all:(e,...t)=>m(u.all(e,...t),"predicate returns truthy for all values",t,{multipleValues:!0})},Object.defineProperties(u,{class:{value:u.class_},function:{value:u.function_},null:{value:u.null_}}),Object.defineProperties(t.assert,{class:{value:t.assert.class_},function:{value:t.assert.function_},null:{value:t.assert.null_}}),t.default=u,e.exports=u,e.exports.default=u,e.exports.assert=t.assert},60081:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(1313),a=i(31669),r=Number(process.versions.node.split(".")[0]),o=e=>{if(e.timings)return e.timings;const t={start:Date.now(),socket:void 0,lookup:void 0,connect:void 0,secureConnect:void 0,upload:void 0,response:void 0,end:void 0,error:void 0,abort:void 0,phases:{wait:void 0,dns:void 0,tcp:void 0,tls:void 0,request:void 0,firstByte:void 0,download:void 0,total:void 0}};e.timings=t;const i=e=>{const i=e.emit.bind(e);e.emit=(n,...a)=>("error"===n&&(t.error=Date.now(),t.phases.total=t.error-t.start,e.emit=i),i(n,...a))};i(e);const o=()=>{t.abort=Date.now(),(!t.response||r>=13)&&(t.phases.total=Date.now()-t.start)};e.prependOnceListener("abort",o);const s=e=>{if(t.socket=Date.now(),t.phases.wait=t.socket-t.start,a.types.isProxy(e))return;const i=()=>{t.lookup=Date.now(),t.phases.dns=t.lookup-t.socket};e.prependOnceListener("lookup",i),n.default(e,{connect:()=>{t.connect=Date.now(),void 0===t.lookup&&(e.removeListener("lookup",i),t.lookup=t.connect,t.phases.dns=t.lookup-t.socket),t.phases.tcp=t.connect-t.lookup},secureConnect:()=>{t.secureConnect=Date.now(),t.phases.tls=t.secureConnect-t.connect}})};e.socket?s(e.socket):e.prependOnceListener("socket",s);const c=()=>{var e;t.upload=Date.now(),t.phases.request=t.upload-(null!==(e=t.secureConnect)&&void 0!==e?e:t.connect)};return("boolean"==typeof e.writableFinished?!e.writableFinished:!e.finished||0!==e.outputSize||e.socket&&0!==e.socket.writableLength)?e.prependOnceListener("finish",c):c(),e.prependOnceListener("response",(e=>{t.response=Date.now(),t.phases.firstByte=t.response-t.upload,e.timings=t,i(e),e.prependOnceListener("end",(()=>{t.end=Date.now(),t.phases.download=t.end-t.response,t.phases.total=t.end-t.start})),e.prependOnceListener("aborted",o)})),t};t.default=o,e.exports=o,e.exports.default=o},59078:(e,t,i)=>{"use strict";var n=i(60159),a=i(80983);function r(e){if(!(this instanceof r))return new r(e);this.headers=e.headers,this.negotiator=new n(e)}function o(e){return-1===e.indexOf("/")?a.lookup(e):e}function s(e){return"string"==typeof e}e.exports=r,r.prototype.type=r.prototype.types=function(e){var t=e;if(t&&!Array.isArray(t)){t=new Array(arguments.length);for(var i=0;i{"use strict";e.exports=({onlyFirst:e=!1}={})=>{const t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}},26434:(e,t,i)=>{"use strict";e=i.nmd(e);const n=(e,t)=>(...i)=>`[${e(...i)+t}m`,a=(e,t)=>(...i)=>{const n=e(...i);return`[${38+t};5;${n}m`},r=(e,t)=>(...i)=>{const n=e(...i);return`[${38+t};2;${n[0]};${n[1]};${n[2]}m`},o=e=>e,s=(e,t,i)=>[e,t,i],c=(e,t,i)=>{Object.defineProperty(e,t,{get:()=>{const n=i();return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0}),n},enumerable:!0,configurable:!0})};let u;const l=(e,t,n,a)=>{void 0===u&&(u=i(12085));const r=a?10:0,o={};for(const[i,a]of Object.entries(u)){const s="ansi16"===i?"ansi":i;i===t?o[s]=e(n,r):"object"==typeof a&&(o[s]=e(a[t],r))}return o};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){const e=new Map,t={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};t.color.gray=t.color.blackBright,t.bgColor.bgGray=t.bgColor.bgBlackBright,t.color.grey=t.color.blackBright,t.bgColor.bgGrey=t.bgColor.bgBlackBright;for(const[i,n]of Object.entries(t)){for(const[i,a]of Object.entries(n))t[i]={open:`[${a[0]}m`,close:`[${a[1]}m`},n[i]=t[i],e.set(a[0],a[1]);Object.defineProperty(t,i,{value:n,enumerable:!1})}return Object.defineProperty(t,"codes",{value:e,enumerable:!1}),t.color.close="",t.bgColor.close="",c(t.color,"ansi",(()=>l(n,"ansi16",o,!1))),c(t.color,"ansi256",(()=>l(a,"ansi256",o,!1))),c(t.color,"ansi16m",(()=>l(r,"rgb",s,!1))),c(t.bgColor,"ansi",(()=>l(n,"ansi16",o,!0))),c(t.bgColor,"ansi256",(()=>l(a,"ansi256",o,!0))),c(t.bgColor,"ansi16m",(()=>l(r,"rgb",s,!0))),t}})},72521:e=>{"use strict";function t(e,i,n){for(var a=0;a0&&Array.isArray(r)?t(r,i,n-1):i.push(r)}return i}function i(e,t){for(var n=0;n{"use strict";function n(e,...t){return(...i)=>e(...t,...i)}function a(e){return function(...t){var i=t.pop();return e.call(this,t,i)}}i.r(t),i.d(t,{default:()=>ft,apply:()=>n,applyEach:()=>T,applyEachSeries:()=>P,asyncify:()=>p,auto:()=>F,autoInject:()=>$,cargo:()=>W,cargoQueue:()=>V,compose:()=>Q,concat:()=>Z,concatLimit:()=>K,concatSeries:()=>ee,constant:()=>te,detect:()=>ne,detectLimit:()=>ae,detectSeries:()=>re,dir:()=>se,doUntil:()=>ue,doWhilst:()=>ce,each:()=>pe,eachLimit:()=>de,eachOf:()=>C,eachOfLimit:()=>E,eachOfSeries:()=>O,eachSeries:()=>he,ensureAsync:()=>me,every:()=>fe,everyLimit:()=>ge,everySeries:()=>ve,filter:()=>we,filterLimit:()=>ke,filterSeries:()=>_e,forever:()=>je,groupBy:()=>De,groupByLimit:()=>Ee,groupBySeries:()=>Ae,log:()=>Ce,map:()=>S,mapLimit:()=>J,mapSeries:()=>I,mapValues:()=>Te,mapValuesLimit:()=>Se,mapValuesSeries:()=>Oe,memoize:()=>Ie,nextTick:()=>Pe,parallel:()=>ze,parallelLimit:()=>Fe,priorityQueue:()=>Me,queue:()=>Le,race:()=>$e,reduce:()=>Y,reduceRight:()=>qe,reflect:()=>He,reflectAll:()=>Ge,reject:()=>Ve,rejectLimit:()=>Ye,rejectSeries:()=>Xe,retry:()=>Je,retryable:()=>Ze,seq:()=>X,series:()=>et,setImmediate:()=>l,some:()=>tt,someLimit:()=>it,someSeries:()=>nt,sortBy:()=>at,timeout:()=>rt,times:()=>st,timesLimit:()=>ot,timesSeries:()=>ct,transform:()=>ut,tryEach:()=>lt,unmemoize:()=>pt,until:()=>ht,waterfall:()=>mt,whilst:()=>dt,all:()=>fe,allLimit:()=>ge,allSeries:()=>ve,any:()=>tt,anyLimit:()=>it,anySeries:()=>nt,find:()=>ne,findLimit:()=>ae,findSeries:()=>re,flatMap:()=>Z,flatMapLimit:()=>K,flatMapSeries:()=>ee,forEach:()=>pe,forEachSeries:()=>he,forEachLimit:()=>de,forEachOf:()=>C,forEachOfSeries:()=>O,forEachOfLimit:()=>E,inject:()=>Y,foldl:()=>Y,foldr:()=>qe,select:()=>we,selectLimit:()=>ke,selectSeries:()=>_e,wrapSync:()=>p,during:()=>dt,doDuring:()=>ce});var r="function"==typeof queueMicrotask&&queueMicrotask,o="function"==typeof setImmediate&&setImmediate,s="object"==typeof process&&"function"==typeof process.nextTick;function c(e){setTimeout(e,0)}function u(e){return(t,...i)=>e((()=>t(...i)))}var l=u(r?queueMicrotask:o?setImmediate:s?process.nextTick:c);function p(e){return m(e)?function(...t){const i=t.pop();return d(e.apply(this,t),i)}:a((function(t,i){var n;try{n=e.apply(this,t)}catch(e){return i(e)}if(n&&"function"==typeof n.then)return d(n,i);i(null,n)}))}function d(e,t){return e.then((e=>{h(t,null,e)}),(e=>{h(t,e&&e.message?e:new Error(e))}))}function h(e,t,i){try{e(t,i)}catch(e){l((e=>{throw e}),e)}}function m(e){return"AsyncFunction"===e[Symbol.toStringTag]}function f(e){if("function"!=typeof e)throw new Error("expected a function");return m(e)?p(e):e}function g(e,t=e.length){if(!t)throw new Error("arity is undefined");return function(...i){return"function"==typeof i[t-1]?e.apply(this,i):new Promise(((n,a)=>{i[t-1]=(e,...t)=>{if(e)return a(e);n(t.length>1?t:t[0])},e.apply(this,i)}))}}function v(e){return function(t,...i){return g((function(n){var a=this;return e(t,((e,t)=>{f(e).apply(a,i.concat(t))}),n)}))}}function y(e,t,i,n){t=t||[];var a=[],r=0,o=f(i);return e(t,((e,t,i)=>{var n=r++;o(e,((e,t)=>{a[n]=t,i(e)}))}),(e=>{n(e,a)}))}function b(e){return e&&"number"==typeof e.length&&e.length>=0&&e.length%1==0}const x={};function w(e){function t(...t){if(null!==e){var i=e;e=null,i.apply(this,t)}}return Object.assign(t,e),t}function k(e){return function(...t){if(null===e)throw new Error("Callback was already called.");var i=e;e=null,i.apply(this,t)}}function _(e,t,i,n){let a=!1,r=!1,o=!1,s=0,c=0;function u(){s>=t||o||a||(o=!0,e.next().then((({value:e,done:t})=>{if(!r&&!a){if(o=!1,t)return a=!0,void(s<=0&&n(null));s++,i(e,c,l),c++,u()}})).catch(p))}function l(e,t){if(s-=1,!r)return e?p(e):!1===e?(a=!0,void(r=!0)):t===x||a&&s<=0?(a=!0,n(null)):void u()}function p(e){r||(o=!1,a=!0,n(e))}u()}var j=e=>(t,i,n)=>{if(n=w(n),e<=0)throw new RangeError("concurrency limit cannot be less than 1");if(!t)return n(null);if("AsyncGenerator"===t[Symbol.toStringTag])return _(t,e,i,n);if(function(e){return"function"==typeof e[Symbol.asyncIterator]}(t))return _(t[Symbol.asyncIterator](),e,i,n);var a=function(e){if(b(e))return function(e){var t=-1,i=e.length;return function(){return++t1?n:n[0])}return i[R]=new Promise(((i,n)=>{e=i,t=n})),i}function F(e,t,i){"number"!=typeof t&&(i=t,t=null),i=w(i||z());var n=Object.keys(e).length;if(!n)return i(null);t||(t=n);var a={},r=0,o=!1,s=!1,c=Object.create(null),u=[],l=[],p={};function d(e,t){u.push((()=>function(e,t){if(!s){var n=k(((t,...n)=>{if(r--,!1!==t)if(n.length<2&&([n]=n),t){var u={};if(Object.keys(a).forEach((e=>{u[e]=a[e]})),u[e]=n,s=!0,c=Object.create(null),o)return;i(t,u)}else a[e]=n,(c[e]||[]).forEach((e=>e())),h();else o=!0}));r++;var u=f(t[t.length-1]);t.length>1?u(a,n):u(n)}}(e,t)))}function h(){if(!o){if(0===u.length&&0===r)return i(null,a);for(;u.length&&r{const a=e[n];Array.isArray(a)&&a.indexOf(t)>=0&&i.push(n)})),i}return Object.keys(e).forEach((t=>{var i=e[t];if(!Array.isArray(i))return d(t,[i]),void l.push(t);var n=i.slice(0,i.length-1),a=n.length;if(0===a)return d(t,i),void l.push(t);p[t]=a,n.forEach((r=>{if(!e[r])throw new Error("async.auto task `"+t+"` has a non-existent dependency `"+r+"` in "+n.join(", "));var o,s;(s=c[o=r])||(s=c[o]=[]),s.push((()=>{0==--a&&d(t,i)}))}))})),function(){for(var e=0;l.length;)e++,m(l.pop()).forEach((e=>{0==--p[e]&&l.push(e)}));if(e!==n)throw new Error("async.auto cannot execute tasks due to a recursive dependency")}(),h(),i[R]}var L=/^(?:async\s+)?(?:function)?\s*\w*\s*\(\s*([^)]+)\s*\)(?:\s*{)/,N=/^(?:async\s+)?\(?\s*([^)=]+)\s*\)?(?:\s*=>)/,B=/,/,U=/(=.+)?(\s*)$/,M=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm;function $(e,t){var i={};return Object.keys(e).forEach((t=>{var n,a=e[t],r=m(a),o=!r&&1===a.length||r&&0===a.length;if(Array.isArray(a))n=[...a],a=n.pop(),i[t]=n.concat(n.length>0?s:a);else if(o)i[t]=a;else{if(n=function(e){const t=e.toString().replace(M,"");let i=t.match(L);if(i||(i=t.match(N)),!i)throw new Error("could not parse args in autoInject\nSource:\n"+t);let[,n]=i;return n.replace(/\s/g,"").split(B).map((e=>e.replace(U,"").trim()))}(a),0===a.length&&!r&&0===n.length)throw new Error("autoInject task functions require explicit parameters.");r||n.pop(),i[t]=n.concat(s)}function s(e,t){var i=n.map((t=>e[t]));i.push(t),f(a)(...i)}})),F(i,t)}class q{constructor(){this.head=this.tail=null,this.length=0}removeLink(e){return e.prev?e.prev.next=e.next:this.head=e.next,e.next?e.next.prev=e.prev:this.tail=e.prev,e.prev=e.next=null,this.length-=1,e}empty(){for(;this.head;)this.shift();return this}insertAfter(e,t){t.prev=e,t.next=e.next,e.next?e.next.prev=t:this.tail=t,e.next=t,this.length+=1}insertBefore(e,t){t.prev=e.prev,t.next=e,e.prev?e.prev.next=t:this.head=t,e.prev=t,this.length+=1}unshift(e){this.head?this.insertBefore(this.head,e):H(this,e)}push(e){this.tail?this.insertAfter(this.tail,e):H(this,e)}shift(){return this.head&&this.removeLink(this.head)}pop(){return this.tail&&this.removeLink(this.tail)}toArray(){return[...this]}*[Symbol.iterator](){for(var e=this.head;e;)yield e.data,e=e.next}remove(e){for(var t=this.head;t;){var{next:i}=t;e(t)&&this.removeLink(t),t=i}return this}}function H(e,t){e.length=1,e.head=e.tail=t}function G(e,t,i){if(null==t)t=1;else if(0===t)throw new RangeError("Concurrency must not be zero");var n=f(e),a=0,r=[];const o={error:[],drain:[],saturated:[],unsaturated:[],empty:[]};function s(e,t){return e?t?void(o[e]=o[e].filter((e=>e!==t))):o[e]=[]:Object.keys(o).forEach((e=>o[e]=[]))}function c(e,...t){o[e].forEach((e=>e(...t)))}var u=!1;function p(e,t,i,n){if(null!=n&&"function"!=typeof n)throw new Error("task callback must be a function");var a,r;function o(e,...t){return e?i?r(e):a():t.length<=1?a(t[0]):void a(t)}v.started=!0;var s={data:e,callback:i?o:n||o};if(t?v._tasks.unshift(s):v._tasks.push(s),u||(u=!0,l((()=>{u=!1,v.process()}))),i||!n)return new Promise(((e,t)=>{a=e,r=t}))}function d(e){return function(t,...i){a-=1;for(var n=0,o=e.length;n0&&r.splice(u,1),s.callback(t,...i),null!=t&&c("error",t,s.data)}a<=v.concurrency-v.buffer&&c("unsaturated"),v.idle()&&c("drain"),v.process()}}function h(e){return!(0!==e.length||!v.idle()||(l((()=>c("drain"))),0))}const m=e=>t=>{if(!t)return new Promise(((t,i)=>{!function(e,n){const a=(...n)=>{s(e,a),((e,n)=>{if(e)return i(e);t(n)})(...n)};o[e].push(a)}(e)}));s(e),function(e,t){o[e].push(t)}(e,t)};var g=!1,v={_tasks:new q,*[Symbol.iterator](){yield*v._tasks[Symbol.iterator]()},concurrency:t,payload:i,buffer:t/4,started:!1,paused:!1,push(e,t){if(Array.isArray(e)){if(h(e))return;return e.map((e=>p(e,!1,!1,t)))}return p(e,!1,!1,t)},pushAsync(e,t){if(Array.isArray(e)){if(h(e))return;return e.map((e=>p(e,!1,!0,t)))}return p(e,!1,!0,t)},kill(){s(),v._tasks.empty()},unshift(e,t){if(Array.isArray(e)){if(h(e))return;return e.map((e=>p(e,!0,!1,t)))}return p(e,!0,!1,t)},unshiftAsync(e,t){if(Array.isArray(e)){if(h(e))return;return e.map((e=>p(e,!0,!0,t)))}return p(e,!0,!0,t)},remove(e){v._tasks.remove(e)},process(){if(!g){for(g=!0;!v.paused&&av._tasks.length,running:()=>a,workersList:()=>r,idle:()=>v._tasks.length+a===0,pause(){v.paused=!0},resume(){!1!==v.paused&&(v.paused=!1,l(v.process))}};return Object.defineProperties(v,{saturated:{writable:!1,value:m("saturated")},unsaturated:{writable:!1,value:m("unsaturated")},empty:{writable:!1,value:m("empty")},drain:{writable:!1,value:m("drain")},error:{writable:!1,value:m("error")}}),v}function W(e,t){return G(e,1,t)}function V(e,t,i){return G(e,t,i)}var Y=g((function(e,t,i,n){n=w(n);var a=f(i);return O(e,((e,i,n)=>{a(t,e,((e,i)=>{t=i,n(e)}))}),(e=>n(e,t)))}),4);function X(...e){var t=e.map(f);return function(...e){var i=this,n=e[e.length-1];return"function"==typeof n?e.pop():n=z(),Y(t,e,((e,t,n)=>{t.apply(i,e.concat(((e,...t)=>{n(e,t)})))}),((e,t)=>n(e,...t))),n[R]}}function Q(...e){return X(...e.reverse())}var J=g((function(e,t,i,n){return y(j(t),e,i,n)}),4),K=g((function(e,t,i,n){var a=f(i);return J(e,t,((e,t)=>{a(e,((e,...i)=>e?t(e):t(e,i)))}),((e,t)=>{for(var i=[],a=0;a{var o,s=!1;const c=f(a);i(n,((i,n,a)=>{c(i,((n,r)=>n||!1===n?a(n):e(r)&&!o?(s=!0,o=t(!0,i),a(null,x)):void a()))}),(e=>{if(e)return r(e);r(null,s?o:t(!1))}))}}var ne=g((function(e,t,i){return ie((e=>e),((e,t)=>t))(C,e,t,i)}),3),ae=g((function(e,t,i,n){return ie((e=>e),((e,t)=>t))(j(t),e,i,n)}),4),re=g((function(e,t,i){return ie((e=>e),((e,t)=>t))(j(1),e,t,i)}),3);function oe(e){return(t,...i)=>f(t)(...i,((t,...i)=>{"object"==typeof console&&(t?console.error&&console.error(t):console[e]&&i.forEach((t=>console[e](t))))}))}var se=oe("dir"),ce=g((function(e,t,i){i=k(i);var n,a=f(e),r=f(t);function o(e,...t){if(e)return i(e);!1!==e&&(n=t,r(...t,s))}function s(e,t){return e?i(e):!1!==e?t?void a(o):i(null,...n):void 0}return s(null,!0)}),3);function ue(e,t,i){const n=f(t);return ce(e,((...e)=>{const t=e.pop();n(...e,((e,i)=>t(e,!i)))}),i)}function le(e){return(t,i,n)=>e(t,n)}var pe=g((function(e,t,i){return C(e,le(f(t)),i)}),3),de=g((function(e,t,i,n){return j(t)(e,le(f(i)),n)}),4),he=g((function(e,t,i){return de(e,1,t,i)}),3);function me(e){return m(e)?e:function(...t){var i=t.pop(),n=!0;t.push(((...e)=>{n?l((()=>i(...e))):i(...e)})),e.apply(this,t),n=!1}}var fe=g((function(e,t,i){return ie((e=>!e),(e=>!e))(C,e,t,i)}),3),ge=g((function(e,t,i,n){return ie((e=>!e),(e=>!e))(j(t),e,i,n)}),4),ve=g((function(e,t,i){return ie((e=>!e),(e=>!e))(O,e,t,i)}),3);function ye(e,t,i,n){var a=new Array(t.length);e(t,((e,t,n)=>{i(e,((e,i)=>{a[t]=!!i,n(e)}))}),(e=>{if(e)return n(e);for(var i=[],r=0;r{i(e,((i,r)=>{if(i)return n(i);r&&a.push({index:t,value:e}),n(i)}))}),(e=>{if(e)return n(e);n(null,a.sort(((e,t)=>e.index-t.index)).map((e=>e.value)))}))}function xe(e,t,i,n){return(b(t)?ye:be)(e,t,f(i),n)}var we=g((function(e,t,i){return xe(C,e,t,i)}),3),ke=g((function(e,t,i,n){return xe(j(t),e,i,n)}),4),_e=g((function(e,t,i){return xe(O,e,t,i)}),3),je=g((function(e,t){var i=k(t),n=f(me(e));return function e(t){if(t)return i(t);!1!==t&&n(e)}()}),2),Ee=g((function(e,t,i,n){var a=f(i);return J(e,t,((e,t)=>{a(e,((i,n)=>i?t(i):t(i,{key:n,val:e})))}),((e,t)=>{for(var i={},{hasOwnProperty:a}=Object.prototype,r=0;r{r(e,t,((e,n)=>{if(e)return i(e);a[t]=n,i(e)}))}),(e=>n(e,a)))}),4);function Te(e,t,i){return Se(e,1/0,t,i)}function Oe(e,t,i){return Se(e,1,t,i)}function Ie(e,t=(e=>e)){var i=Object.create(null),n=Object.create(null),r=f(e),o=a(((e,a)=>{var o=t(...e);o in i?l((()=>a(null,...i[o]))):o in n?n[o].push(a):(n[o]=[a],r(...e,((e,...t)=>{e||(i[o]=t);var a=n[o];delete n[o];for(var r=0,s=a.length;r{var n=b(t)?[]:{};e(t,((e,t,i)=>{f(e)(((e,...a)=>{a.length<2&&([a]=a),n[t]=a,i(e)}))}),(e=>i(e,n)))}),3);function ze(e,t){return Re(C,e,t)}function Fe(e,t,i){return Re(j(t),e,i)}function Le(e,t){var i=f(e);return G(((e,t)=>{i(e[0],t)}),t,1)}class Ne{constructor(){this.heap=[],this.pushCount=Number.MIN_SAFE_INTEGER}get length(){return this.heap.length}empty(){return this.heap=[],this}percUp(e){let t;for(;e>0&&Ue(this.heap[e],this.heap[t=Be(e)]);){let i=this.heap[e];this.heap[e]=this.heap[t],this.heap[t]=i,e=t}}percDown(e){let t;for(;(t=1+(e<<1))=0;e--)this.percDown(e);return this}}function Be(e){return(e+1>>1)-1}function Ue(e,t){return e.priority!==t.priority?e.priority{})){if("function"!=typeof a)throw new Error("task callback must be a function");if(i.started=!0,Array.isArray(e)||(e=[e]),0===e.length&&i.idle())return l((()=>i.drain()));for(var r=0,o=e.length;r{n=!1,i.process()})))},delete i.unshift,i}var $e=g((function(e,t){if(t=w(t),!Array.isArray(e))return t(new TypeError("First argument to race must be an array of functions"));if(!e.length)return t();for(var i=0,n=e.length;i{let n={};if(e&&(n.error=e),t.length>0){var a=t;t.length<=1&&([a]=t),n.value=a}i(null,n)})),t.apply(this,e)}))}function Ge(e){var t;return Array.isArray(e)?t=e.map(He):(t={},Object.keys(e).forEach((i=>{t[i]=He.call(this,e[i])}))),t}function We(e,t,i,n){const a=f(i);return xe(e,t,((e,t)=>{a(e,((e,i)=>{t(e,!i)}))}),n)}var Ve=g((function(e,t,i){return We(C,e,t,i)}),3),Ye=g((function(e,t,i,n){return We(j(t),e,i,n)}),4),Xe=g((function(e,t,i){return We(O,e,t,i)}),3);function Qe(e){return function(){return e}}function Je(e,t,i){var n={times:5,intervalFunc:Qe(0)};if(arguments.length<3&&"function"==typeof e?(i=t||z(),t=e):(Ke(n,e),i=i||z()),"function"!=typeof t)throw new Error("Invalid arguments for async.retry");var a=f(t),r=1;function o(){a(((e,...t)=>{!1!==e&&(e&&r++{function r(e){n(...t,e)}return(t.lengthe))(C,e,t,i)}),3),it=g((function(e,t,i,n){return ie(Boolean,(e=>e))(j(t),e,i,n)}),4),nt=g((function(e,t,i){return ie(Boolean,(e=>e))(O,e,t,i)}),3),at=g((function(e,t,i){var n=f(t);return S(e,((e,t)=>{n(e,((i,n)=>{if(i)return t(i);t(i,{value:e,criteria:n})}))}),((e,t)=>{if(e)return i(e);i(null,t.sort(a).map((e=>e.value)))}));function a(e,t){var i=e.criteria,n=t.criteria;return in?1:0}}),3);function rt(e,t,i){var n=f(e);return a(((a,r)=>{var o,s=!1;a.push(((...e)=>{s||(r(...e),clearTimeout(o))})),o=setTimeout((function(){var t=e.name||"anonymous",n=new Error('Callback function "'+t+'" timed out.');n.code="ETIMEDOUT",i&&(n.info=i),s=!0,r(n)}),t),n(...a)}))}function ot(e,t,i,n){var a=f(i);return J(function(e){for(var t=Array(e);e--;)t[e]=e;return t}(e),t,a,n)}function st(e,t,i){return ot(e,1/0,t,i)}function ct(e,t,i){return ot(e,1,t,i)}function ut(e,t,i,n){arguments.length<=3&&"function"==typeof t&&(n=i,i=t,t=Array.isArray(e)?[]:{}),n=w(n||z());var a=f(i);return C(e,((e,i,n)=>{a(t,e,i,n)}),(e=>n(e,t))),n[R]}var lt=g((function(e,t){var i,n=null;return he(e,((e,t)=>{f(e)(((e,...a)=>{if(!1===e)return t(e);a.length<2?[i]=a:i=a,n=e,t(e?null:{})}))}),(()=>t(n,i)))}));function pt(e){return(...t)=>(e.unmemoized||e)(...t)}var dt=g((function(e,t,i){i=k(i);var n=f(t),a=f(e),r=[];function o(e,...t){if(e)return i(e);r=t,!1!==e&&a(s)}function s(e,t){return e?i(e):!1!==e?t?void n(o):i(null,...r):void 0}return a(s)}),3);function ht(e,t,i){const n=f(e);return dt((e=>n(((t,i)=>e(t,!i)))),t,i)}var mt=g((function(e,t){if(t=w(t),!Array.isArray(e))return t(new Error("First argument to waterfall must be an array of functions"));if(!e.length)return t();var i=0;function n(t){f(e[i++])(...t,k(a))}function a(a,...r){if(!1!==a)return a||i===e.length?t(a,...r):void n(r)}n([])}));const ft={apply:n,applyEach:T,applyEachSeries:P,asyncify:p,auto:F,autoInject:$,cargo:W,cargoQueue:V,compose:Q,concat:Z,concatLimit:K,concatSeries:ee,constant:te,detect:ne,detectLimit:ae,detectSeries:re,dir:se,doUntil:ue,doWhilst:ce,each:pe,eachLimit:de,eachOf:C,eachOfLimit:E,eachOfSeries:O,eachSeries:he,ensureAsync:me,every:fe,everyLimit:ge,everySeries:ve,filter:we,filterLimit:ke,filterSeries:_e,forever:je,groupBy:De,groupByLimit:Ee,groupBySeries:Ae,log:Ce,map:S,mapLimit:J,mapSeries:I,mapValues:Te,mapValuesLimit:Se,mapValuesSeries:Oe,memoize:Ie,nextTick:Pe,parallel:ze,parallelLimit:Fe,priorityQueue:Me,queue:Le,race:$e,reduce:Y,reduceRight:qe,reflect:He,reflectAll:Ge,reject:Ve,rejectLimit:Ye,rejectSeries:Xe,retry:Je,retryable:Ze,seq:X,series:et,setImmediate:l,some:tt,someLimit:it,someSeries:nt,sortBy:at,timeout:rt,times:st,timesLimit:ot,timesSeries:ct,transform:ut,tryEach:lt,unmemoize:pt,until:ht,waterfall:mt,whilst:dt,all:fe,allLimit:ge,allSeries:ve,any:tt,anyLimit:it,anySeries:nt,find:ne,findLimit:ae,findSeries:re,flatMap:Z,flatMapLimit:K,flatMapSeries:ee,forEach:pe,forEachSeries:he,forEachLimit:de,forEachOf:C,forEachOfSeries:O,forEachOfLimit:E,inject:Y,foldl:Y,foldr:qe,select:we,selectLimit:ke,selectSeries:_e,wrapSync:p,during:dt,doDuring:ce}},59118:(e,t,i)=>{e.exports={parallel:i(19162),serial:i(31357),serialOrdered:i(69087)}},37651:e=>{function t(e){"function"==typeof this.jobs[e]&&this.jobs[e]()}e.exports=function(e){Object.keys(e.jobs).forEach(t.bind(e)),e.jobs={}}},55912:(e,t,i)=>{var n=i(9265);e.exports=function(e){var t=!1;return n((function(){t=!0})),function(i,a){t?e(i,a):n((function(){e(i,a)}))}}},9265:e=>{e.exports=function(e){var t="function"==typeof setImmediate?setImmediate:"object"==typeof process&&"function"==typeof process.nextTick?process.nextTick:null;t?t(e):setTimeout(e,0)}},97594:(e,t,i)=>{var n=i(55912),a=i(37651);e.exports=function(e,t,i,r){var o=i.keyedList?i.keyedList[i.index]:i.index;i.jobs[o]=function(e,t,i,a){return 2==e.length?e(i,n(a)):e(i,t,n(a))}(t,o,e[o],(function(e,t){o in i.jobs&&(delete i.jobs[o],e?a(i):i.results[o]=t,r(e,i.results))}))}},94528:e=>{e.exports=function(e,t){var i=!Array.isArray(e),n={index:0,keyedList:i||t?Object.keys(e):null,jobs:{},results:i?{}:[],size:i?Object.keys(e).length:e.length};return t&&n.keyedList.sort(i?t:function(i,n){return t(e[i],e[n])}),n}},25353:(e,t,i)=>{var n=i(37651),a=i(55912);e.exports=function(e){Object.keys(this.jobs).length&&(this.index=this.size,n(this),a(e)(null,this.results))}},19162:(e,t,i)=>{var n=i(97594),a=i(94528),r=i(25353);e.exports=function(e,t,i){for(var o=a(e);o.index<(o.keyedList||e).length;)n(e,t,o,(function(e,t){e?i(e,t):0!==Object.keys(o.jobs).length||i(null,o.results)})),o.index++;return r.bind(o,i)}},31357:(e,t,i)=>{var n=i(69087);e.exports=function(e,t,i){return n(e,t,null,i)}},69087:(e,t,i)=>{var n=i(97594),a=i(94528),r=i(25353);function o(e,t){return et?1:0}e.exports=function(e,t,i,o){var s=a(e,i);return n(e,t,s,(function i(a,r){a?o(a,r):(s.index++,s.index<(s.keyedList||e).length?n(e,t,s,i):o(null,s.results))})),r.bind(s,o)},e.exports.ascending=o,e.exports.descending=function(e,t){return-1*o(e,t)}},33412:(e,t,i)=>{"use strict";var n=i(89509).Buffer;e.exports=function(e){if(!e)throw new TypeError("argument req is required");if("object"!=typeof e)throw new TypeError("argument req is required to be an object");return o(function(e){if(!e.headers||"object"!=typeof e.headers)throw new TypeError("argument req is required to have headers property");return e.headers.authorization}(e))},e.exports.parse=o;var a=/^ *(?:[Bb][Aa][Ss][Ii][Cc]) +([A-Za-z0-9._~+/-]+=*) *$/,r=/^([^:]*):(.*)$/;function o(e){if("string"==typeof e){var t=a.exec(e);if(t){var i,o=r.exec((i=t[1],n.from(i,"base64").toString()));if(o)return new s(o[1],o[2])}}}function s(e,t){this.name=e,this.pass=t}},10046:(e,t,i)=>{"use strict";var n=i(40412)("body-parser"),a=Object.create(null);function r(e){return function(){return function(e){var t=a[e];if(void 0!==t)return t;switch(e){case"json":t=i(56035);break;case"raw":t=i(40187);break;case"text":t=i(66560);break;case"urlencoded":t=i(54861)}return a[e]=t}(e)}}t=e.exports=n.function((function(e){var i={};if(e)for(var n in e)"type"!==n&&(i[n]=e[n]);var a=t.urlencoded(i),r=t.json(i);return function(e,t,i){r(e,t,(function(n){if(n)return i(n);a(e,t,i)}))}}),"bodyParser: use individual json/urlencoded middlewares"),Object.defineProperty(t,"json",{configurable:!0,enumerable:!0,get:r("json")}),Object.defineProperty(t,"raw",{configurable:!0,enumerable:!0,get:r("raw")}),Object.defineProperty(t,"text",{configurable:!0,enumerable:!0,get:r("text")}),Object.defineProperty(t,"urlencoded",{configurable:!0,enumerable:!0,get:r("urlencoded")})},63211:(e,t,i)=>{"use strict";var n=i(69009),a=i(11045),r=i(4914),o=i(80338),s=i(78761);e.exports=function(e,t,i,c,u,l){var p,d,h=l;e._body=!0;var m=null!==h.encoding?h.encoding:null,f=h.verify;try{d=function(e,t,i){var a,r=(e.headers["content-encoding"]||"identity").toLowerCase(),o=e.headers["content-length"];if(t('content-encoding "%s"',r),!1===i&&"identity"!==r)throw n(415,"content encoding unsupported",{encoding:r,type:"encoding.unsupported"});switch(r){case"deflate":a=s.createInflate(),t("inflate body"),e.pipe(a);break;case"gzip":a=s.createGunzip(),t("gunzip body"),e.pipe(a);break;case"identity":(a=e).length=o;break;default:throw n(415,'unsupported content encoding "'+r+'"',{encoding:r,type:"encoding.unsupported"})}return a}(e,u,h.inflate),p=d.length,d.length=void 0}catch(e){return i(e)}if(h.length=p,h.encoding=f?null:m,null===h.encoding&&null!==m&&!r.encodingExists(m))return i(n(415,'unsupported charset "'+m.toUpperCase()+'"',{charset:m.toLowerCase(),type:"charset.unsupported"}));u("read body"),a(d,h,(function(a,s){var l;if(a)return l="encoding.unsupported"===a.type?n(415,'unsupported charset "'+m.toUpperCase()+'"',{charset:m.toLowerCase(),type:"charset.unsupported"}):n(400,a),d.resume(),void o(e,(function(){i(n(400,l))}));if(f)try{u("verify body"),f(e,t,s,m)}catch(e){return void i(n(403,e,{body:s,type:e.type||"entity.verify.failed"}))}var p=s;try{u("parse body"),p="string"!=typeof s&&null!==m?r.decode(s,m):s,e.body=c(p)}catch(e){return void i(n(400,e,{body:p,type:e.type||"entity.parse.failed"}))}i()}))}},56035:(e,t,i)=>{"use strict";var n=i(79830),a=i(37811),r=i(69009),o=i(15158)("body-parser:json"),s=i(63211),c=i(40273);e.exports=function(e){var t=e||{},i="number"!=typeof t.limit?n.parse(t.limit||"100kb"):t.limit,p=!1!==t.inflate,d=t.reviver,h=!1!==t.strict,m=t.type||"application/json",f=t.verify||!1;if(!1!==f&&"function"!=typeof f)throw new TypeError("option verify must be function");var g="function"!=typeof m?function(e){return function(t){return Boolean(c(t,e))}}(m):m;function v(e){if(0===e.length)return{};if(h){var t=(i=e,u.exec(i)[1]);if("{"!==t&&"["!==t)throw o("strict violation"),function(e,t){var i=e.indexOf(t),n=e.substring(0,i)+"#";try{throw JSON.parse(n),new SyntaxError("strict violation")}catch(e){return l(e,{message:e.message.replace("#",t),stack:e.stack})}}(e,t)}var i;try{return o("parse json"),JSON.parse(e,d)}catch(e){throw l(e,{message:e.message,stack:e.stack})}}return function(e,t,n){if(e._body)return o("body already parsed"),void n();if(e.body=e.body||{},!c.hasBody(e))return o("skip empty body"),void n();if(o("content-type %j",e.headers["content-type"]),!g(e))return o("skip parsing"),void n();var u=function(e){try{return(a.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||"utf-8";if("utf-"!==u.substr(0,4))return o("invalid charset"),void n(r(415,'unsupported charset "'+u.toUpperCase()+'"',{charset:u,type:"charset.unsupported"}));s(e,t,n,v,o,{encoding:u,inflate:p,limit:i,verify:f})}};var u=/^[\x20\x09\x0a\x0d]*(.)/;function l(e,t){for(var i=Object.getOwnPropertyNames(e),n=0;n{"use strict";var n=i(79830),a=i(15158)("body-parser:raw"),r=i(63211),o=i(40273);e.exports=function(e){var t=e||{},i=!1!==t.inflate,s="number"!=typeof t.limit?n.parse(t.limit||"100kb"):t.limit,c=t.type||"application/octet-stream",u=t.verify||!1;if(!1!==u&&"function"!=typeof u)throw new TypeError("option verify must be function");var l="function"!=typeof c?function(e){return function(t){return Boolean(o(t,e))}}(c):c;function p(e){return e}return function(e,t,n){return e._body?(a("body already parsed"),void n()):(e.body=e.body||{},o.hasBody(e)?(a("content-type %j",e.headers["content-type"]),l(e)?void r(e,t,n,p,a,{encoding:null,inflate:i,limit:s,verify:u}):(a("skip parsing"),void n())):(a("skip empty body"),void n()))}}},66560:(e,t,i)=>{"use strict";var n=i(79830),a=i(37811),r=i(15158)("body-parser:text"),o=i(63211),s=i(40273);e.exports=function(e){var t=e||{},i=t.defaultCharset||"utf-8",c=!1!==t.inflate,u="number"!=typeof t.limit?n.parse(t.limit||"100kb"):t.limit,l=t.type||"text/plain",p=t.verify||!1;if(!1!==p&&"function"!=typeof p)throw new TypeError("option verify must be function");var d="function"!=typeof l?function(e){return function(t){return Boolean(s(t,e))}}(l):l;function h(e){return e}return function(e,t,n){if(e._body)return r("body already parsed"),void n();if(e.body=e.body||{},!s.hasBody(e))return r("skip empty body"),void n();if(r("content-type %j",e.headers["content-type"]),!d(e))return r("skip parsing"),void n();var l=function(e){try{return(a.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||i;o(e,t,n,h,r,{encoding:l,inflate:c,limit:u,verify:p})}}},54861:(e,t,i)=>{"use strict";var n=i(79830),a=i(37811),r=i(69009),o=i(15158)("body-parser:urlencoded"),s=i(40412)("body-parser"),c=i(63211),u=i(40273);e.exports=function(e){var t=e||{};void 0===t.extended&&s("undefined extended: provide extended option");var i=!1!==t.extended,l=!1!==t.inflate,h="number"!=typeof t.limit?n.parse(t.limit||"100kb"):t.limit,m=t.type||"application/x-www-form-urlencoded",f=t.verify||!1;if(!1!==f&&"function"!=typeof f)throw new TypeError("option verify must be function");var g=i?function(e){var t=void 0!==e.parameterLimit?e.parameterLimit:1e3,i=d("qs");if(isNaN(t)||t<1)throw new TypeError("option parameterLimit must be a positive number");return isFinite(t)&&(t|=0),function(e){var n=p(e,t);if(void 0===n)throw o("too many parameters"),r(413,"too many parameters",{type:"parameters.too.many"});var a=Math.max(100,n);return o("parse extended urlencoding"),i(e,{allowPrototypes:!0,arrayLimit:a,depth:1/0,parameterLimit:t})}}(t):function(e){var t=void 0!==e.parameterLimit?e.parameterLimit:1e3,i=d("querystring");if(isNaN(t)||t<1)throw new TypeError("option parameterLimit must be a positive number");return isFinite(t)&&(t|=0),function(e){if(void 0===p(e,t))throw o("too many parameters"),r(413,"too many parameters",{type:"parameters.too.many"});return o("parse urlencoding"),i(e,void 0,void 0,{maxKeys:t})}}(t),v="function"!=typeof m?function(e){return function(t){return Boolean(u(t,e))}}(m):m;function y(e){return e.length?g(e):{}}return function(e,t,i){if(e._body)return o("body already parsed"),void i();if(e.body=e.body||{},!u.hasBody(e))return o("skip empty body"),void i();if(o("content-type %j",e.headers["content-type"]),!v(e))return o("skip parsing"),void i();var n=function(e){try{return(a.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||"utf-8";if("utf-8"!==n)return o("invalid charset"),void i(r(415,'unsupported charset "'+n.toUpperCase()+'"',{charset:n,type:"charset.unsupported"}));c(e,t,i,y,o,{debug:o,encoding:n,inflate:l,limit:h,verify:f})}};var l=Object.create(null);function p(e,t){for(var i=0,n=0;-1!==(n=e.indexOf("&",n));)if(n++,++i===t)return;return i}function d(e){var t=l[e];if(void 0!==t)return t.parse;switch(e){case"qs":t=i(80129);break;case"querystring":t=i(71191)}return l[e]=t,t.parse}},39376:e=>{"use strict";e.exports={mask:(e,t,i,n,a)=>{for(var r=0;r{const i=e.length;for(var n=0;n{"use strict";try{e.exports=i(19516)(__dirname)}catch(t){e.exports=i(39376)}},79830:e=>{"use strict";e.exports=function(e,t){return"string"==typeof e?o(e):"number"==typeof e?r(e,t):null},e.exports.format=r,e.exports.parse=o;var t=/\B(?=(\d{3})+(?!\d))/g,i=/(?:\.0*|(\.[^0]+)0+)$/,n={b:1,kb:1024,mb:1<<20,gb:1<<30,tb:Math.pow(1024,4),pb:Math.pow(1024,5)},a=/^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i;function r(e,a){if(!Number.isFinite(e))return null;var r=Math.abs(e),o=a&&a.thousandsSeparator||"",s=a&&a.unitSeparator||"",c=a&&void 0!==a.decimalPlaces?a.decimalPlaces:2,u=Boolean(a&&a.fixedDecimals),l=a&&a.unit||"";l&&n[l.toLowerCase()]||(l=r>=n.pb?"PB":r>=n.tb?"TB":r>=n.gb?"GB":r>=n.mb?"MB":r>=n.kb?"KB":"B");var p=(e/n[l.toLowerCase()]).toFixed(c);return u||(p=p.replace(i,"$1")),o&&(p=p.replace(t,o)),p+s+l}function o(e){if("number"==typeof e&&!isNaN(e))return e;if("string"!=typeof e)return null;var t,i=a.exec(e),r="b";return i?(t=parseFloat(i[1]),r=i[4].toLowerCase()):(t=parseInt(e,10),r="b"),Math.floor(n[r]*t)}},73266:(e,t,i)=>{"use strict";const{V4MAPPED:n,ADDRCONFIG:a,ALL:r,promises:{Resolver:o},lookup:s}=i(40881),{promisify:c}=i(31669),u=i(12087),l=Symbol("cacheableLookupCreateConnection"),p=Symbol("cacheableLookupInstance"),d=Symbol("expires"),h="number"==typeof r,m=e=>{if(!e||"function"!=typeof e.createConnection)throw new Error("Expected an Agent instance as the first argument")},f=()=>{let e=!1,t=!1;for(const i of Object.values(u.networkInterfaces()))for(const n of i)if(!n.internal&&("IPv6"===n.family?t=!0:e=!0,e&&t))return{has4:e,has6:t};return{has4:e,has6:t}},g={ttl:!0},v={all:!0};class y{constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:i=3600,errorTtl:n=.15,resolver:a=new o,lookup:r=s}={}){if(this.maxTtl=t,this.errorTtl=n,this._cache=e,this._resolver=a,this._dnsLookup=c(r),this._resolver instanceof o?(this._resolve4=this._resolver.resolve4.bind(this._resolver),this._resolve6=this._resolver.resolve6.bind(this._resolver)):(this._resolve4=c(this._resolver.resolve4.bind(this._resolver)),this._resolve6=c(this._resolver.resolve6.bind(this._resolver))),this._iface=f(),this._pending={},this._nextRemovalTime=!1,this._hostnamesToFallback=new Set,i<1)this._fallback=!1;else{this._fallback=!0;const e=setInterval((()=>{this._hostnamesToFallback.clear()}),1e3*i);e.unref&&e.unref()}this.lookup=this.lookup.bind(this),this.lookupAsync=this.lookupAsync.bind(this)}set servers(e){this.clear(),this._resolver.setServers(e)}get servers(){return this._resolver.getServers()}lookup(e,t,i){if("function"==typeof t?(i=t,t={}):"number"==typeof t&&(t={family:t}),!i)throw new Error("Callback must be a function.");this.lookupAsync(e,t).then((e=>{t.all?i(null,e):i(null,e.address,e.family,e.expires,e.ttl)}),i)}async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let i=await this.query(e);if(6===t.family){const e=i.filter((e=>6===e.family));t.hints&n&&(h&&t.hints&r||0===e.length)?(e=>{for(const t of e)6!==t.family&&(t.address=`::ffff:${t.address}`,t.family=6)})(i):i=e}else 4===t.family&&(i=i.filter((e=>4===e.family)));if(t.hints&a){const{_iface:e}=this;i=i.filter((t=>6===t.family?e.has6:e.has4))}if(0===i.length){const t=new Error(`cacheableLookup ENOTFOUND ${e}`);throw t.code="ENOTFOUND",t.hostname=e,t}return t.all?i:i[0]}async query(e){let t=await this._cache.get(e);if(!t){const i=this._pending[e];if(i)t=await i;else{const i=this.queryAndCache(e);this._pending[e]=i;try{t=await i}finally{delete this._pending[e]}}}return t=t.map((e=>({...e}))),t}async _resolve(e){const[t,i]=await Promise.all([this._resolve4(e,g),this._resolve6(e,g)].map((e=>(async e=>{try{return await e}catch(e){if("ENODATA"===e.code||"ENOTFOUND"===e.code)return[];throw e}})(e))));let n=0,a=0,r=0;const o=Date.now();for(const e of t)e.family=4,e.expires=o+1e3*e.ttl,n=Math.max(n,e.ttl);for(const e of i)e.family=6,e.expires=o+1e3*e.ttl,a=Math.max(a,e.ttl);return r=t.length>0?i.length>0?Math.min(n,a):n:a,{entries:[...t,...i],cacheTtl:r}}async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),cacheTtl:0}}catch(e){return{entries:[],cacheTtl:0}}}async _set(e,t,i){if(this.maxTtl>0&&i>0){i=1e3*Math.min(i,this.maxTtl),t[d]=Date.now()+i;try{await this._cache.set(e,t,i)}catch(e){this.lookupAsync=async()=>{const t=new Error("Cache Error. Please recreate the CacheableLookup instance.");throw t.cause=e,t}}n=this._cache,Symbol.iterator in n&&this._tick(i)}var n}async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this._dnsLookup(e,v);let t=await this._resolve(e);0===t.entries.length&&this._fallback&&(t=await this._lookup(e),0!==t.entries.length&&this._hostnamesToFallback.add(e));const i=0===t.entries.length?this.errorTtl:t.cacheTtl;return await this._set(e,t.entries,i),t.entries}_tick(e){const t=this._nextRemovalTime;(!t||e{this._nextRemovalTime=!1;let e=1/0;const t=Date.now();for(const[i,n]of this._cache){const a=n[d];t>=a?this._cache.delete(i):a("lookup"in t||(t.lookup=this.lookup),e[l](t,i))}uninstall(e){if(m(e),e[l]){if(e[p]!==this)throw new Error("The agent is not owned by this CacheableLookup instance");e.createConnection=e[l],delete e[l],delete e[p]}}updateInterfaceInfo(){const{_iface:e}=this;this._iface=f(),(e.has4&&!this._iface.has4||e.has6&&!this._iface.has6)&&this._cache.clear()}clear(e){e?this._cache.delete(e):this._cache.clear()}}e.exports=y,e.exports.default=y},93481:(e,t,i)=>{"use strict";const n=i(28614),a=i(78835),r=i(40015),o=i(10031),s=i(26214),c=i(24259),u=i(25989),l=i(79715),p=i(64958);class d{constructor(e,t){if("function"!=typeof e)throw new TypeError("Parameter `request` must be a function");return this.cache=new p({uri:"string"==typeof t&&t,store:"string"!=typeof t&&t,namespace:"cacheable-request"}),this.createCacheableRequest(e)}createCacheableRequest(e){return(t,i)=>{let p;if("string"==typeof t)p=m(a.parse(t)),t={};else if(t instanceof a.URL)p=m(a.parse(t.toString())),t={};else{const[e,...i]=(t.path||"").split("?"),n=i.length>0?`?${i.join("?")}`:"";p=m({...t,pathname:e,search:n})}(t={headers:{},method:"GET",cache:!0,strictTtl:!1,automaticFailover:!1,...t,...h(p)}).headers=u(t.headers);const f=new n,g=r(a.format(p),{stripWWW:!1,removeTrailingSlash:!1,stripAuthentication:!1}),v=`${t.method}:${g}`;let y=!1,b=!1;const x=t=>{b=!0;let n,a=!1;const r=new Promise((e=>{n=()=>{a||(a=!0,e())}})),u=e=>{if(y&&!t.forceRefresh){e.status=e.statusCode;const i=s.fromObject(y.cachePolicy).revalidatedPolicy(t,e);if(!i.modified){const t=i.policy.responseHeaders();(e=new c(y.statusCode,t,y.body,y.url)).cachePolicy=i.policy,e.fromCache=!0}}let n;e.fromCache||(e.cachePolicy=new s(t,e,t),e.fromCache=!1),t.cache&&e.cachePolicy.storable()?(n=l(e),(async()=>{try{const i=o.buffer(e);if(await Promise.race([r,new Promise((t=>e.once("end",t)))]),a)return;const n=await i,s={cachePolicy:e.cachePolicy.toObject(),url:e.url,statusCode:e.fromCache?y.statusCode:e.statusCode,body:n};let c=t.strictTtl?e.cachePolicy.timeToLive():void 0;t.maxTtl&&(c=c?Math.min(c,t.maxTtl):t.maxTtl),await this.cache.set(v,s,c)}catch(e){f.emit("error",new d.CacheError(e))}})()):t.cache&&y&&(async()=>{try{await this.cache.delete(v)}catch(e){f.emit("error",new d.CacheError(e))}})(),f.emit("response",n||e),"function"==typeof i&&i(n||e)};try{const i=e(t,u);i.once("error",n),i.once("abort",n),f.emit("request",i)}catch(e){f.emit("error",new d.RequestError(e))}};return(async()=>{const e=async e=>{await Promise.resolve();const t=e.cache?await this.cache.get(v):void 0;if(void 0===t)return x(e);const n=s.fromObject(t.cachePolicy);if(n.satisfiesWithoutRevalidation(e)&&!e.forceRefresh){const e=n.responseHeaders(),a=new c(t.statusCode,e,t.body,t.url);a.cachePolicy=n,a.fromCache=!0,f.emit("response",a),"function"==typeof i&&i(a)}else y=t,e.headers=n.revalidationHeaders(e),x(e)},n=e=>f.emit("error",new d.CacheError(e));this.cache.once("error",n),f.on("response",(()=>this.cache.removeListener("error",n)));try{await e(t)}catch(e){t.automaticFailover&&!b&&x(t),f.emit("error",new d.CacheError(e))}})(),f}}}function h(e){const t={...e};return t.path=`${e.pathname||"/"}${e.search||""}`,delete t.pathname,delete t.search,t}function m(e){return{protocol:e.protocol,auth:e.auth,hostname:e.hostname||e.host||"localhost",port:e.port,pathname:e.pathname,search:e.search}}d.RequestError=class extends Error{constructor(e){super(e.message),this.name="RequestError",Object.assign(this,e)}},d.CacheError=class extends Error{constructor(e){super(e.message),this.name="CacheError",Object.assign(this,e)}},e.exports=d},21924:(e,t,i)=>{"use strict";var n=i(40210),a=i(55559),r=a(n("String.prototype.indexOf"));e.exports=function(e,t){var i=n(e,!!t);return"function"==typeof i&&r(e,".prototype.")>-1?a(i):i}},55559:(e,t,i)=>{"use strict";var n=i(58612),a=i(40210),r=a("%Function.prototype.apply%"),o=a("%Function.prototype.call%"),s=a("%Reflect.apply%",!0)||n.call(o,r),c=a("%Object.getOwnPropertyDescriptor%",!0),u=a("%Object.defineProperty%",!0),l=a("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var t=s(n,o,arguments);if(c&&u){var i=c(t,"length");i.configurable&&u(t,"length",{value:1+l(0,e.length-(arguments.length-1))})}return t};var p=function(){return s(n,r,arguments)};u?u(e.exports,"apply",{value:p}):e.exports.apply=p},29919:(e,t,i)=>{"use strict";const n={right:function(e,t){e=e.trim();const i=o.stringWidth(e);return i=t?e:" ".repeat(t-i>>1)+e}};class a{constructor(e){var t;this.width=e.width,this.wrap=null===(t=e.wrap)||void 0===t||t,this.rows=[]}span(...e){this.div(...e).span=!0}resetOutput(){this.rows=[]}div(...e){if(0===e.length&&this.div(""),this.wrap&&this.shouldApplyLayoutDSL(...e)&&"string"==typeof e[0])return this.applyLayoutDSL(e[0]);const t=e.map((e=>"string"==typeof e?this.colFromString(e):e));return this.rows.push(t),t}shouldApplyLayoutDSL(...e){return 1===e.length&&"string"==typeof e[0]&&/[\t\n]/.test(e[0])}applyLayoutDSL(e){const t=e.split("\n").map((e=>e.split("\t")));let i=0;return t.forEach((e=>{e.length>1&&o.stringWidth(e[0])>i&&(i=Math.min(Math.floor(.5*this.width),o.stringWidth(e[0])))})),t.forEach((e=>{this.div(...e.map(((t,n)=>({text:t.trim(),padding:this.measurePadding(t),width:0===n&&e.length>1?i:void 0}))))})),this.rows[this.rows.length-1]}colFromString(e){return{text:e,padding:this.measurePadding(e)}}measurePadding(e){const t=o.stripAnsi(e);return[0,t.match(/\s*$/)[0].length,0,t.match(/^\s*/)[0].length]}toString(){const e=[];return this.rows.forEach((t=>{this.rowToString(t,e)})),e.filter((e=>!e.hidden)).map((e=>e.text)).join("\n")}rowToString(e,t){return this.rasterize(e).forEach(((i,a)=>{let s="";i.forEach(((i,c)=>{const{width:u}=e[c],l=this.negatePadding(e[c]);let p=i;l>o.stringWidth(i)&&(p+=" ".repeat(l-o.stringWidth(i))),e[c].align&&"left"!==e[c].align&&this.wrap&&(p=(0,n[e[c].align])(p,l),o.stringWidth(p)0&&(s=this.renderInline(s,t[t.length-1]))})),t.push({text:s.replace(/ +$/,""),span:e.span})})),t}renderInline(e,t){const i=e.match(/^ */),n=i?i[0].length:0,a=t.text,r=o.stringWidth(a.trimRight());return t.span?this.wrap?n{e.width=i[a],n=this.wrap?o.wrap(e.text,this.negatePadding(e),{hard:!0}).split("\n"):e.text.split("\n"),e.border&&(n.unshift("."+"-".repeat(this.negatePadding(e)+2)+"."),n.push("'"+"-".repeat(this.negatePadding(e)+2)+"'")),e.padding&&(n.unshift(...new Array(e.padding[0]||0).fill("")),n.push(...new Array(e.padding[2]||0).fill(""))),n.forEach(((e,i)=>{t[i]||t.push([]);const n=t[i];for(let e=0;ee.width||o.stringWidth(e.text)));let t=e.length,i=this.width;const n=e.map((e=>{if(e.width)return t--,i-=e.width,e.width})),a=t?Math.floor(i/t):0;return n.map(((t,i)=>void 0===t?Math.max(a,function(e){const t=e.padding||[],i=1+(t[3]||0)+(t[1]||0);return e.border?i+4:i}(e[i])):t))}}function r(e,t,i){return e.border?/[.']-+[.']/.test(t)?"":0!==t.trim().length?i:" ":""}let o;const s=i(14223),c=i(76003),u=i(88152);e.exports=function(e){return function(e,t){return o=t,new a({width:(null==e?void 0:e.width)||("object"==typeof process&&process.stdout&&process.stdout.columns?process.stdout.columns:80),wrap:null==e?void 0:e.wrap})}(e,{stringWidth:s,stripAnsi:c,wrap:u})}},79715:(e,t,i)=>{"use strict";const n=i(92413).PassThrough,a=i(66344);e.exports=e=>{if(!e||!e.pipe)throw new TypeError("Parameter `response` must be a response stream.");const t=new n;return a(e,t),e.pipe(t)}},48168:(e,t,i)=>{const n=i(8874),a={};for(const e of Object.keys(n))a[n[e]]=e;const r={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};e.exports=r;for(const e of Object.keys(r)){if(!("channels"in r[e]))throw new Error("missing channels property: "+e);if(!("labels"in r[e]))throw new Error("missing channel labels property: "+e);if(r[e].labels.length!==r[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:t,labels:i}=r[e];delete r[e].channels,delete r[e].labels,Object.defineProperty(r[e],"channels",{value:t}),Object.defineProperty(r[e],"labels",{value:i})}r.rgb.hsl=function(e){const t=e[0]/255,i=e[1]/255,n=e[2]/255,a=Math.min(t,i,n),r=Math.max(t,i,n),o=r-a;let s,c;r===a?s=0:t===r?s=(i-n)/o:i===r?s=2+(n-t)/o:n===r&&(s=4+(t-i)/o),s=Math.min(60*s,360),s<0&&(s+=360);const u=(a+r)/2;return c=r===a?0:u<=.5?o/(r+a):o/(2-r-a),[s,100*c,100*u]},r.rgb.hsv=function(e){let t,i,n,a,r;const o=e[0]/255,s=e[1]/255,c=e[2]/255,u=Math.max(o,s,c),l=u-Math.min(o,s,c),p=function(e){return(u-e)/6/l+.5};return 0===l?(a=0,r=0):(r=l/u,t=p(o),i=p(s),n=p(c),o===u?a=n-i:s===u?a=1/3+t-n:c===u&&(a=2/3+i-t),a<0?a+=1:a>1&&(a-=1)),[360*a,100*r,100*u]},r.rgb.hwb=function(e){const t=e[0],i=e[1];let n=e[2];const a=r.rgb.hsl(e)[0],o=1/255*Math.min(t,Math.min(i,n));return n=1-1/255*Math.max(t,Math.max(i,n)),[a,100*o,100*n]},r.rgb.cmyk=function(e){const t=e[0]/255,i=e[1]/255,n=e[2]/255,a=Math.min(1-t,1-i,1-n);return[100*((1-t-a)/(1-a)||0),100*((1-i-a)/(1-a)||0),100*((1-n-a)/(1-a)||0),100*a]},r.rgb.keyword=function(e){const t=a[e];if(t)return t;let i,r=1/0;for(const t of Object.keys(n)){const a=(s=n[t],((o=e)[0]-s[0])**2+(o[1]-s[1])**2+(o[2]-s[2])**2);a.04045?((t+.055)/1.055)**2.4:t/12.92,i=i>.04045?((i+.055)/1.055)**2.4:i/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,[100*(.4124*t+.3576*i+.1805*n),100*(.2126*t+.7152*i+.0722*n),100*(.0193*t+.1192*i+.9505*n)]},r.rgb.lab=function(e){const t=r.rgb.xyz(e);let i=t[0],n=t[1],a=t[2];return i/=95.047,n/=100,a/=108.883,i=i>.008856?i**(1/3):7.787*i+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,a=a>.008856?a**(1/3):7.787*a+16/116,[116*n-16,500*(i-n),200*(n-a)]},r.hsl.rgb=function(e){const t=e[0]/360,i=e[1]/100,n=e[2]/100;let a,r,o;if(0===i)return o=255*n,[o,o,o];a=n<.5?n*(1+i):n+i-n*i;const s=2*n-a,c=[0,0,0];for(let e=0;e<3;e++)r=t+1/3*-(e-1),r<0&&r++,r>1&&r--,o=6*r<1?s+6*(a-s)*r:2*r<1?a:3*r<2?s+(a-s)*(2/3-r)*6:s,c[e]=255*o;return c},r.hsl.hsv=function(e){const t=e[0];let i=e[1]/100,n=e[2]/100,a=i;const r=Math.max(n,.01);return n*=2,i*=n<=1?n:2-n,a*=r<=1?r:2-r,[t,100*(0===n?2*a/(r+a):2*i/(n+i)),(n+i)/2*100]},r.hsv.rgb=function(e){const t=e[0]/60,i=e[1]/100;let n=e[2]/100;const a=Math.floor(t)%6,r=t-Math.floor(t),o=255*n*(1-i),s=255*n*(1-i*r),c=255*n*(1-i*(1-r));switch(n*=255,a){case 0:return[n,c,o];case 1:return[s,n,o];case 2:return[o,n,c];case 3:return[o,s,n];case 4:return[c,o,n];case 5:return[n,o,s]}},r.hsv.hsl=function(e){const t=e[0],i=e[1]/100,n=e[2]/100,a=Math.max(n,.01);let r,o;o=(2-i)*n;const s=(2-i)*a;return r=i*a,r/=s<=1?s:2-s,r=r||0,o/=2,[t,100*r,100*o]},r.hwb.rgb=function(e){const t=e[0]/360;let i=e[1]/100,n=e[2]/100;const a=i+n;let r;a>1&&(i/=a,n/=a);const o=Math.floor(6*t),s=1-n;r=6*t-o,0!=(1&o)&&(r=1-r);const c=i+r*(s-i);let u,l,p;switch(o){default:case 6:case 0:u=s,l=c,p=i;break;case 1:u=c,l=s,p=i;break;case 2:u=i,l=s,p=c;break;case 3:u=i,l=c,p=s;break;case 4:u=c,l=i,p=s;break;case 5:u=s,l=i,p=c}return[255*u,255*l,255*p]},r.cmyk.rgb=function(e){const t=e[0]/100,i=e[1]/100,n=e[2]/100,a=e[3]/100;return[255*(1-Math.min(1,t*(1-a)+a)),255*(1-Math.min(1,i*(1-a)+a)),255*(1-Math.min(1,n*(1-a)+a))]},r.xyz.rgb=function(e){const t=e[0]/100,i=e[1]/100,n=e[2]/100;let a,r,o;return a=3.2406*t+-1.5372*i+-.4986*n,r=-.9689*t+1.8758*i+.0415*n,o=.0557*t+-.204*i+1.057*n,a=a>.0031308?1.055*a**(1/2.4)-.055:12.92*a,r=r>.0031308?1.055*r**(1/2.4)-.055:12.92*r,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,a=Math.min(Math.max(0,a),1),r=Math.min(Math.max(0,r),1),o=Math.min(Math.max(0,o),1),[255*a,255*r,255*o]},r.xyz.lab=function(e){let t=e[0],i=e[1],n=e[2];return t/=95.047,i/=100,n/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,[116*i-16,500*(t-i),200*(i-n)]},r.lab.xyz=function(e){let t,i,n;i=(e[0]+16)/116,t=e[1]/500+i,n=i-e[2]/200;const a=i**3,r=t**3,o=n**3;return i=a>.008856?a:(i-16/116)/7.787,t=r>.008856?r:(t-16/116)/7.787,n=o>.008856?o:(n-16/116)/7.787,t*=95.047,i*=100,n*=108.883,[t,i,n]},r.lab.lch=function(e){const t=e[0],i=e[1],n=e[2];let a;return a=360*Math.atan2(n,i)/2/Math.PI,a<0&&(a+=360),[t,Math.sqrt(i*i+n*n),a]},r.lch.lab=function(e){const t=e[0],i=e[1],n=e[2]/360*2*Math.PI;return[t,i*Math.cos(n),i*Math.sin(n)]},r.rgb.ansi16=function(e,t=null){const[i,n,a]=e;let o=null===t?r.rgb.hsv(e)[2]:t;if(o=Math.round(o/50),0===o)return 30;let s=30+(Math.round(a/255)<<2|Math.round(n/255)<<1|Math.round(i/255));return 2===o&&(s+=60),s},r.hsv.ansi16=function(e){return r.rgb.ansi16(r.hsv.rgb(e),e[2])},r.rgb.ansi256=function(e){const t=e[0],i=e[1],n=e[2];return t===i&&i===n?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(i/255*5)+Math.round(n/255*5)},r.ansi16.rgb=function(e){let t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];const i=.5*(1+~~(e>50));return[(1&t)*i*255,(t>>1&1)*i*255,(t>>2&1)*i*255]},r.ansi256.rgb=function(e){if(e>=232){const t=10*(e-232)+8;return[t,t,t]}let t;return e-=16,[Math.floor(e/36)/5*255,Math.floor((t=e%36)/6)/5*255,t%6/5*255]},r.rgb.hex=function(e){const t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},r.hex.rgb=function(e){const t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let i=t[0];3===t[0].length&&(i=i.split("").map((e=>e+e)).join(""));const n=parseInt(i,16);return[n>>16&255,n>>8&255,255&n]},r.rgb.hcg=function(e){const t=e[0]/255,i=e[1]/255,n=e[2]/255,a=Math.max(Math.max(t,i),n),r=Math.min(Math.min(t,i),n),o=a-r;let s,c;return s=o<1?r/(1-o):0,c=o<=0?0:a===t?(i-n)/o%6:a===i?2+(n-t)/o:4+(t-i)/o,c/=6,c%=1,[360*c,100*o,100*s]},r.hsl.hcg=function(e){const t=e[1]/100,i=e[2]/100,n=i<.5?2*t*i:2*t*(1-i);let a=0;return n<1&&(a=(i-.5*n)/(1-n)),[e[0],100*n,100*a]},r.hsv.hcg=function(e){const t=e[1]/100,i=e[2]/100,n=t*i;let a=0;return n<1&&(a=(i-n)/(1-n)),[e[0],100*n,100*a]},r.hcg.rgb=function(e){const t=e[0]/360,i=e[1]/100,n=e[2]/100;if(0===i)return[255*n,255*n,255*n];const a=[0,0,0],r=t%1*6,o=r%1,s=1-o;let c=0;switch(Math.floor(r)){case 0:a[0]=1,a[1]=o,a[2]=0;break;case 1:a[0]=s,a[1]=1,a[2]=0;break;case 2:a[0]=0,a[1]=1,a[2]=o;break;case 3:a[0]=0,a[1]=s,a[2]=1;break;case 4:a[0]=o,a[1]=0,a[2]=1;break;default:a[0]=1,a[1]=0,a[2]=s}return c=(1-i)*n,[255*(i*a[0]+c),255*(i*a[1]+c),255*(i*a[2]+c)]},r.hcg.hsv=function(e){const t=e[1]/100,i=t+e[2]/100*(1-t);let n=0;return i>0&&(n=t/i),[e[0],100*n,100*i]},r.hcg.hsl=function(e){const t=e[1]/100,i=e[2]/100*(1-t)+.5*t;let n=0;return i>0&&i<.5?n=t/(2*i):i>=.5&&i<1&&(n=t/(2*(1-i))),[e[0],100*n,100*i]},r.hcg.hwb=function(e){const t=e[1]/100,i=t+e[2]/100*(1-t);return[e[0],100*(i-t),100*(1-i)]},r.hwb.hcg=function(e){const t=e[1]/100,i=1-e[2]/100,n=i-t;let a=0;return n<1&&(a=(i-n)/(1-n)),[e[0],100*n,100*a]},r.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},r.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},r.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},r.gray.hsl=function(e){return[0,0,e[0]]},r.gray.hsv=r.gray.hsl,r.gray.hwb=function(e){return[0,100,e[0]]},r.gray.cmyk=function(e){return[0,0,0,e[0]]},r.gray.lab=function(e){return[e[0],0,0]},r.gray.hex=function(e){const t=255&Math.round(e[0]/100*255),i=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(i.length)+i},r.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},12085:(e,t,i)=>{const n=i(48168),a=i(4111),r={};Object.keys(n).forEach((e=>{r[e]={},Object.defineProperty(r[e],"channels",{value:n[e].channels}),Object.defineProperty(r[e],"labels",{value:n[e].labels});const t=a(e);Object.keys(t).forEach((i=>{const n=t[i];r[e][i]=function(e){const t=function(...t){const i=t[0];if(null==i)return i;i.length>1&&(t=i);const n=e(t);if("object"==typeof n)for(let e=n.length,t=0;t1&&(t=i),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(n)}))})),e.exports=r},4111:(e,t,i)=>{const n=i(48168);function a(e,t){return function(i){return t(e(i))}}function r(e,t){const i=[t[e].parent,e];let r=n[t[e].parent][e],o=t[e].parent;for(;t[o].parent;)i.unshift(t[o].parent),r=a(n[t[o].parent][o],r),o=t[o].parent;return r.conversion=i,r}e.exports=function(e){const t=function(e){const t=function(){const e={},t=Object.keys(n);for(let i=t.length,n=0;n{"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},9779:(e,t,i)=>{var n=i(31669),a=i(92413).Stream,r=i(63463);function o(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2097152,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}e.exports=o,n.inherits(o,a),o.create=function(e){var t=new this;for(var i in e=e||{})t[i]=e[i];return t},o.isStreamLike=function(e){return"function"!=typeof e&&"string"!=typeof e&&"boolean"!=typeof e&&"number"!=typeof e&&!Buffer.isBuffer(e)},o.prototype.append=function(e){if(o.isStreamLike(e)){if(!(e instanceof r)){var t=r.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=t}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this},o.prototype.pipe=function(e,t){return a.prototype.pipe.call(this,e,t),this.resume(),e},o.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop)this._pendingNext=!0;else{this._insideLoop=!0;try{do{this._pendingNext=!1,this._realGetNext()}while(this._pendingNext)}finally{this._insideLoop=!1}}},o.prototype._realGetNext=function(){var e=this._streams.shift();void 0!==e?"function"==typeof e?e(function(e){o.isStreamLike(e)&&(e.on("data",this._checkDataSize.bind(this)),this._handleErrors(e)),this._pipeNext(e)}.bind(this)):this._pipeNext(e):this.end()},o.prototype._pipeNext=function(e){if(this._currentStream=e,o.isStreamLike(e))return e.on("end",this._getNext.bind(this)),void e.pipe(this,{end:!1});var t=e;this.write(t),this._getNext()},o.prototype._handleErrors=function(e){var t=this;e.on("error",(function(e){t._emitError(e)}))},o.prototype.write=function(e){this.emit("data",e)},o.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&"function"==typeof this._currentStream.pause&&this._currentStream.pause(),this.emit("pause"))},o.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&"function"==typeof this._currentStream.resume&&this._currentStream.resume(),this.emit("resume")},o.prototype.end=function(){this._reset(),this.emit("end")},o.prototype.destroy=function(){this._reset(),this.emit("close")},o.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null},o.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}},o.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach((function(t){t.dataSize&&(e.dataSize+=t.dataSize)})),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)},o.prototype._emitError=function(e){this._reset(),this.emit("error",e)}},67389:(e,t,i)=>{"use strict";e.exports=function(e,t){var i=t||{},a=i.type||"attachment",r=function(e,t){if(void 0!==e){var i={};if("string"!=typeof e)throw new TypeError("filename must be a string");if(void 0===t&&(t=!0),"string"!=typeof t&&"boolean"!=typeof t)throw new TypeError("fallback must be a string or boolean");if("string"==typeof t&&c.test(t))throw new TypeError("fallback must be ISO-8859-1 string");var a=n(e),r=d.test(a),s="string"!=typeof t?t&&v(a):n(t),u="string"==typeof s&&s!==a;return(u||!r||o.test(a))&&(i["filename*"]=a),(r||u)&&(i.filename=u?s:a),i}}(e,i.fallback);return function(e){var t=e.parameters,i=e.type;if(!i||"string"!=typeof i||!h.test(i))throw new TypeError("invalid type");var n=String(i).toLowerCase();if(t&&"object"==typeof t)for(var a,r=Object.keys(t).sort(),o=0;o?@[\\\]{}\x7f]/g,o=/%[0-9A-Fa-f]{2}/,s=/%([0-9A-Fa-f]{2})/g,c=/[^\x20-\x7e\xa0-\xff]/g,u=/\\([\u0000-\u007f])/g,l=/([\\"])/g,p=/;[\x09\x20]*([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*=[\x09\x20]*("(?:[\x20!\x23-\x5b\x5d-\x7e\x80-\xff]|\\[\x20-\x7e])*"|[!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*/g,d=/^[\x20-\x7e\x80-\xff]+$/,h=/^[!#$%&'*+.0-9A-Z^_`a-z|~-]+$/,m=/^([A-Za-z0-9!#$%&+\-^_`{}~]+)'(?:[A-Za-z]{2,3}(?:-[A-Za-z]{3}){0,3}|[A-Za-z]{4,8}|)'((?:%[0-9A-Fa-f]{2}|[A-Za-z0-9!#$&+.^_`|~-])+)$/,f=/^([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*(?:$|;)/;function g(e){var t=m.exec(e);if(!t)throw new TypeError("invalid extended field value");var i,n=t[1].toLowerCase(),r=t[2].replace(s,y);switch(n){case"iso-8859-1":i=v(r);break;case"utf-8":i=a.from(r,"binary").toString("utf8");break;default:throw new TypeError("unsupported charset in extended field")}return i}function v(e){return String(e).replace(c,"?")}function y(e,t){return String.fromCharCode(parseInt(t,16))}function b(e){return"%"+String(e).charCodeAt(0).toString(16).toUpperCase()}function x(e){return'"'+String(e).replace(l,"\\$1")+'"'}function w(e){var t=String(e);return"UTF-8''"+encodeURIComponent(t).replace(r,b)}function k(e,t){this.type=e,this.parameters=t}},37811:(e,t)=>{"use strict";var i=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g,n=/^[\u000b\u0020-\u007e\u0080-\u00ff]+$/,a=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/,r=/\\([\u000b\u0020-\u00ff])/g,o=/([\\"])/g,s=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;function c(e){var t=String(e);if(a.test(t))return t;if(t.length>0&&!n.test(t))throw new TypeError("invalid parameter value");return'"'+t.replace(o,"\\$1")+'"'}function u(e){this.parameters=Object.create(null),this.type=e}t.format=function(e){if(!e||"object"!=typeof e)throw new TypeError("argument obj is required");var t=e.parameters,i=e.type;if(!i||!s.test(i))throw new TypeError("invalid type");var n=i;if(t&&"object"==typeof t)for(var r,o=Object.keys(t).sort(),u=0;u{"use strict";var n=i(76489),a=i(61365);function r(e){if("string"==typeof e&&"j:"===e.substr(0,2))try{return JSON.parse(e.slice(2))}catch(e){return}}function o(e){for(var t,i,n=Object.keys(e),a=0;a{var n=i(76417);function a(e){return n.createHash("sha1").update(e).digest("hex")}t.sign=function(e,t){if("string"!=typeof e)throw new TypeError("Cookie value must be provided as a string.");if("string"!=typeof t)throw new TypeError("Secret string must be provided.");return e+"."+n.createHmac("sha256",t).update(e).digest("base64").replace(/\=+$/,"")},t.unsign=function(e,i){if("string"!=typeof e)throw new TypeError("Signed cookie string must be provided.");if("string"!=typeof i)throw new TypeError("Secret string must be provided.");var n=e.slice(0,e.lastIndexOf("."));return a(t.sign(n,i))==a(e)&&n}},76489:(e,t)=>{"use strict";t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");for(var n={},r=t||{},s=e.split(a),c=r.decode||i,u=0;u{!function(){"use strict";function e(t,i,n,a){return this instanceof e?(this.domain=t||void 0,this.path=i||"/",this.secure=!!n,this.script=!!a,this):new e(t,i,n,a)}function i(e,t,n){return e instanceof i?e:this instanceof i?(this.name=null,this.value=null,this.expiration_date=1/0,this.path=String(n||"/"),this.explicit_path=!1,this.domain=t||null,this.explicit_domain=!1,this.secure=!1,this.noscript=!1,e&&this.parse(e,t,n),this):new i(e,t,n)}e.All=Object.freeze(Object.create(null)),t.CookieAccessInfo=e,t.Cookie=i,i.prototype.toString=function(){var e=[this.name+"="+this.value];return this.expiration_date!==1/0&&e.push("expires="+new Date(this.expiration_date).toGMTString()),this.domain&&e.push("domain="+this.domain),this.path&&e.push("path="+this.path),this.secure&&e.push("secure"),this.noscript&&e.push("httponly"),e.join("; ")},i.prototype.toValueString=function(){return this.name+"="+this.value};var n=/[:](?=\s*[a-zA-Z0-9_\-]+\s*[=])/g;function a(){var e,t;return this instanceof a?(e=Object.create(null),this.setCookie=function(n,a,r){var o,s;if(o=(n=new i(n,a,r)).expiration_date<=Date.now(),void 0!==e[n.name]){for(t=e[n.name],s=0;s{function n(){var e;try{e=t.storage.debug}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e}(t=e.exports=i(11658)).log=function(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},t.formatArgs=function(e){var i=this.useColors;if(e[0]=(i?"%c":"")+this.namespace+(i?" %c":" ")+e[0]+(i?"%c ":" ")+"+"+t.humanize(this.diff),i){var n="color: "+this.color;e.splice(1,0,n,"color: inherit");var a=0,r=0;e[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(a++,"%c"===e&&(r=a))})),e.splice(r,0,n)}},t.save=function(e){try{null==e?t.storage.removeItem("debug"):t.storage.debug=e}catch(e){}},t.load=n,t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type)||("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage="undefined"!=typeof chrome&&void 0!==chrome.storage?chrome.storage.local:function(){try{return window.localStorage}catch(e){}}(),t.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],t.formatters.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}},t.enable(n())},11658:(e,t,i)=>{var n;function a(e){function i(){if(i.enabled){var e=i,a=+new Date,r=a-(n||a);e.diff=r,e.prev=n,e.curr=a,n=a;for(var o=new Array(arguments.length),s=0;s{"undefined"!=typeof process&&"renderer"===process.type?e.exports=i(11227):e.exports=i(39)},39:(e,t,i)=>{var n=i(33867),a=i(31669);(t=e.exports=i(11658)).init=function(e){e.inspectOpts={};for(var i=Object.keys(t.inspectOpts),n=0;n{"use strict";const{Transform:n,PassThrough:a}=i(92413),r=i(78761),o=i(91511);e.exports=e=>{const t=(e.headers["content-encoding"]||"").toLowerCase();if(!["gzip","deflate","br"].includes(t))return e;const i="br"===t;if(i&&"function"!=typeof r.createBrotliDecompress)return e.destroy(new Error("Brotli is not supported on Node.js < 12")),e;let s=!0;const c=new n({transform(e,t,i){s=!1,i(null,e)},flush(e){e()}}),u=new a({autoDestroy:!1,destroy(t,i){e.destroy(),i(t)}}),l=i?r.createBrotliDecompress():r.createUnzip();return l.once("error",(t=>{!s||e.readable?u.destroy(t):u.end()})),o(e,u),e.pipe(c).pipe(l).pipe(u),u}},91511:e=>{"use strict";const t=["aborted","complete","headers","httpVersion","httpVersionMinor","httpVersionMajor","method","rawHeaders","rawTrailers","setTimeout","socket","statusCode","statusMessage","trailers","url"];e.exports=(e,i)=>{if(i._readableState.autoDestroy)throw new Error("The second stream must have the `autoDestroy` option set to `false`");const n=new Set(Object.keys(e).concat(t)),a={};for(const t of n)t in i||(a[t]={get(){const i=e[t];return"function"==typeof i?i.bind(e):i},set(i){e[t]=i},enumerable:!0,configurable:!1});return Object.defineProperties(i,a),e.once("aborted",(()=>{i.destroy(),i.emit("aborted")})),e.once("close",(()=>{e.complete&&i.readable?i.once("end",(()=>{i.emit("close")})):i.emit("close")})),i}},60993:(e,t,i)=>{const n=i(12210),{_md5:a,_ecbCrypt:r,_ecbDecrypt:o,generateBlowfishKey:s,decryptChunk:c}=i(92),{DownloadCanceled:u,DownloadEmpty:l}=i(39763),{USER_AGENT_HEADER:p,pipeline:d}=i(72561);function h(e,t,i,n){let o=t+"¤"+n+"¤"+e+"¤"+i,s=a(o)+"¤"+o+"¤";return s+=".".repeat(16-s.length%16),o=r("jo6aey6haid2Teih",s),o}function m(e){let t=o("jo6aey6haid2Teih",e),[,i,n,a,r]=t.split("¤");return[a,i,r,n]}e.exports={generateStreamPath:h,generateStreamURL:function(e,t,i,n){let a=h(e,t,i,n);return"https://cdns-proxy-"+t[0]+".dzcdn.net/api/1/"+a},generateCryptedStreamURL:function(e,t,i,n){let a=h(e,t,i,n);return"https://e-cdns-proxy-"+t[0]+".dzcdn.net/mobile/1/"+a},reverseStreamPath:m,reverseStreamURL:function(e){return m(e.slice(e.find("/1/")+3))},streamTrack:async function e(t,i,a=0,r,o){if(r.isCanceled)throw new u;let h,m={"User-Agent":p},f=a,g=0,v=i.downloadURL.includes("/mobile/")||i.downloadURL.includes("/media/"),y={id:i.id,title:i.title,artist:i.mainArtist.name},b="";v&&(h=s(String(i.id)));let x=n.stream(i.downloadURL,{headers:m,retry:3,https:{rejectUnauthorized:!1}}).on("response",(e=>{if(g=parseInt(e.headers["content-length"]),0==g&&(b="DownloadEmpty",x.destroy()),0!=a){let t=e.headers["content-range"];o&&o.send("downloadInfo",{uuid:r.uuid,data:y,state:"downloading",alreadyStarted:!0,value:t})}else o&&o.send("downloadInfo",{uuid:r.uuid,data:y,state:"downloading",alreadyStarted:!1,value:g})})).on("data",(function(e){if(r.isCanceled&&(b="DownloadCanceled",x.destroy()),f+=e.length,r){let t;"Single"===r.__type__?(t=f/(g+a)*100,r.progressNext=t):(t=e.length/(g+a)/r.size*100,r.progressNext+=t),r.updateProgress(o)}}));try{await d(x,(async function*(e){let t=Buffer.alloc(0);for await(let i of e)if(v)for(t=Buffer.concat([t,i]);t.length>=6144;){let e=Buffer.alloc(0),i=t.slice(0,6144);t=t.slice(6144),i.length>=2048&&(e=c(i.slice(0,2048),h),e=Buffer.concat([e,i.slice(2048)])),yield e}else yield i;if(v){let e=Buffer.alloc(0);t.length>=2048?(e=c(t.slice(0,2048),h),e=Buffer.concat([e,t.slice(2048)]),yield e):yield t}}),(async function*(e){let t=!0;for await(let i of e){if(t&&0==i[0]){let e;for(e=0;e{const{Track:n}=i(77655),{StaticPicture:a}=i(65982),{streamTrack:r,generateCryptedStreamURL:o}=i(60993),{tagID3:s,tagFLAC:c}=i(15278),{USER_AGENT_HEADER:u,pipeline:l,shellEscape:p}=i(72561),{DEFAULTS:d,OverwriteOption:h}=i(74170),{generatePath:m,generateAlbumName:f,generateArtistName:g,generateDownloadObjectName:v}=i(3554),{PreferredBitrateNotFound:y,TrackNot360:b,DownloadFailed:x,ErrorMessages:w,DownloadCanceled:k}=i(39763),{TrackFormats:_}=i(83792),{WrongLicense:j,WrongGeolocation:E}=i(83792).errors,D=i(12210),A=i(35747),{tmpdir:C}=i(12087),{queue:S,each:T}=i(57664),{exec:O}=i(63129),I={[_.FLAC]:".flac",[_.LOCAL]:".mp3",[_.MP3_320]:".mp3",[_.MP3_128]:".mp3",[_.DEFAULT]:".mp3",[_.MP4_RA3]:".mp4",[_.MP4_RA2]:".mp4",[_.MP4_RA1]:".mp4"},P={[_.FLAC]:"FLAC",[_.LOCAL]:"MP3_MISC",[_.MP3_320]:"MP3_320",[_.MP3_128]:"MP3_128",[_.DEFAULT]:"MP3_MISC",[_.MP4_RA3]:"MP4_RA3",[_.MP4_RA2]:"MP4_RA2",[_.MP4_RA1]:"MP4_RA1"},R=C()+"/deemix-imgs";async function z(e,t,i=h.DONT_OVERWRITE){if(A.existsSync(t)&&![h.OVERWRITE,h.ONLY_TAGS,h.KEEP_BOTH].includes(i)){if(0!=A.readFileSync(t).length)return t;A.unlinkSync(t)}const n=D.stream(e,{headers:{"User-Agent":u},https:{rejectUnauthorized:!1},timeout:3e4,retry:3}),a=A.createWriteStream(t);try{await l(n,a)}catch(n){if(A.unlinkSync(t),n instanceof D.HTTPError){if(e.includes("images.dzcdn.net")){let n=e.slice(0,e.lastIndexOf("/")+1),a=e.slice(n.length),r=parseInt(a.slice(0,a.indexOf("x")));if(r>1200)return z(n+a.replace(`${r}x${r}`,"1200x1200"),t,i)}return null}if(n instanceof D.TimeoutError)return z(e,t,i);throw console.trace(n),n}return t}async function F(e,t,i,a,r,s){i=parseInt(i);let c=!1,l=0!=t.fallbackID,p=!1,d=!1;async function h(e,t,i){if(!t)return!1;let n;try{n=D.get(t,{headers:{"User-Agent":u},timeout:3e4,https:{rejectUnauthorized:!1}}).on("response",(t=>{e.filesizes[`FILESIZE_${i}`]=403==t.statusCode?0:t.headers["content-length"],e.filesizes[`FILESIZE_${i}_TESTED`]=!0,n.cancel()})),await n}catch(n){if(n.isCanceled)return 0!=e.filesizes[`FILESIZE_${i}`];if(n instanceof D.ReadError||n instanceof D.TimeoutError)return await h(e,t,i);if(n instanceof D.HTTPError)return!1;throw console.trace(n),n}}async function m(t,i,n){let a;try{if(a=await e.get_track_url(t.trackToken,i),await h(t,a,i))return a;a=void 0}catch(e){d="WrongLicense"===e.name,p="WrongGeolocation"===e.name}if(!a){if(a=o(t.id,t.MD5,t.mediaVersion,n),await h(t,a,i))return a;a=void 0}return a}if(t.localTrack){let e=await m(t,"MP3_MISC",_.LOCAL);return t.urls.MP3_MISC=e,_.LOCAL}const f={[_.FLAC]:"FLAC",[_.MP3_320]:"MP3_320",[_.MP3_128]:"MP3_128"},g={[_.MP4_RA3]:"MP4_RA3",[_.MP4_RA2]:"MP4_RA2",[_.MP4_RA1]:"MP4_RA1"},v=Object.keys(g).includes(i);let x;x=a?v?{...g}:{...f}:{...g,...f};for(let o=0;oi)continue;let f,g=t,v=await m(g,h,u);do{!v&&l&&(f=await e.gw.get_track_with_fallback(g.fallbackID),g=new n,g.parseEssentialData(f),l=0!=g.fallbackID),v||(v=await m(g,h,u))}while(!v&&l);if(v)return f&&t.parseEssentialData(f),t.urls[h]=v,u;if(!a){if(d)throw new j(h);if(p)throw new E(e.current_user.country);throw new y}c||(c=!0,s&&r&&s.send("downloadInfo",{uuid:r,state:"bitrateFallback",data:{id:t.id,title:t.title,artist:t.mainArtist.name}}))}if(v)throw new b;let w=await m(t,"MP3_MISC",_.DEFAULT);return t.urls.MP3_MISC=w,_.DEFAULT}A.mkdirSync(R,{recursive:!0}),e.exports={Downloader:class{constructor(e,t,i,n){this.dz=e,this.downloadObject=t,this.settings=i||d,this.bitrate=t.bitrate,this.listener=n,this.playlistCovername=null,this.playlistURLs=[],this.coverQueue={}}log(e,t){this.listener&&this.listener.send("downloadInfo",{uuid:this.downloadObject.uuid,data:e,state:t})}warn(e,t,i){this.listener&&this.listener.send("downloadWarn",{uuid:this.downloadObject.uuid,data:e,state:t,solution:i})}async start(){if(!this.downloadObject.isCanceled)if("Single"===this.downloadObject.__type__){let e=await this.downloadWrapper({trackAPI_gw:this.downloadObject.single.trackAPI_gw,trackAPI:this.downloadObject.single.trackAPI,albumAPI:this.downloadObject.single.albumAPI});e&&await this.afterDownloadSingle(e)}else if("Collection"===this.downloadObject.__type__){let e=[],t=S((async t=>{let{track:i,pos:n}=t;e[n]=await this.downloadWrapper({trackAPI_gw:i,albumAPI:this.downloadObject.collection.albumAPI,playlistAPI:this.downloadObject.collection.playlistAPI})}),this.settings.queueConcurrency);this.downloadObject.collection.tracks_gw.length&&(this.downloadObject.collection.tracks_gw.forEach(((e,i)=>{t.push({track:e,pos:i})})),await t.drain()),await this.afterDownloadCollection(e)}this.listener&&(this.downloadObject.isCanceled?(this.listener.send("currentItemCancelled",this.downloadObject.uuid),this.listener.send("removedFromQueue",this.downloadObject.uuid)):this.listener.send("finishDownload",this.downloadObject.uuid))}async download(e,t){let i={};const{trackAPI_gw:o,trackAPI:u,albumAPI:l,playlistAPI:p}=e;if(o.SIZE=this.downloadObject.size,this.downloadObject.isCanceled)throw new k;if("0"==o.SNG_ID)throw new x("notOnDeezer");let d,v={id:o.SNG_ID,title:o.SNG_TITLE.trim(),artist:o.ART_NAME};if(!t){t=new n,this.log(v,"getTags");try{await t.parseData(this.dz,o.SNG_ID,o,u,null,l,p)}catch(e){if("AlbumDoesntExists"===e.name)throw new x("albumDoesntExists");if("MD5NotFound"===e.name)throw new x("notLoggedIn");throw console.trace(e),e}this.log(v,"gotTags")}if(this.downloadObject.isCanceled)throw new k;if(v={id:t.id,title:t.title,artist:t.mainArtist.name},""===t.MD5)throw new x("notEncoded",t);this.log(v,"getBitrate");try{d=await F(this.dz,t,this.bitrate,this.settings.fallbackBitrate,this.downloadObject.uuid,this.listener)}catch(e){if("WrongLicense"===e.name)throw new x("wrongLicense");if("WrongGeolocation"===e.name)throw new x("wrongGeolocation");if("PreferredBitrateNotFound"===e.name)throw new x("wrongBitrate",t);if("TrackNot360"===e.name)throw new x("no360RA");throw console.trace(e),e}t.bitrate=d,t.album.bitrate=d,this.log(v,"gotBitrate"),t.applySettings(this.settings);let{filename:y,filepath:b,artistPath:w,coverPath:_,extrasPath:j}=m(t,this.downloadObject,this.settings);if(this.downloadObject.isCanceled)throw new k;A.mkdirSync(b,{recursive:!0});let E=I[t.bitrate],C=`${b}/${y}${E}`;j&&!this.downloadObject.extrasPath&&(this.downloadObject.extrasPath=j);let S=`jpg-${this.settings.jpegImageQuality}`;this.settings.embeddedArtworkPNG&&(S="png"),t.album.embeddedCoverURL=t.album.pic.getURL(this.settings.embeddedArtworkSize,S);let T=t.album.embeddedCoverURL.slice(-4);"."!=T.charAt(0)&&(T=".jpg"),t.album.embeddedCoverPath=`${R}/${t.album.isPlaylist?"pl"+t.playlist.id:"alb"+t.album.id}_${this.settings.embeddedArtworkSize}${T}`,this.log(v,"getAlbumArt"),this.coverQueue[t.album.embeddedCoverPath]||(this.coverQueue[t.album.embeddedCoverPath]=z(t.album.embeddedCoverURL,t.album.embeddedCoverPath)),t.album.embeddedCoverPath=await this.coverQueue[t.album.embeddedCoverPath],this.coverQueue[t.album.embeddedCoverPath]&&delete this.coverQueue[t.album.embeddedCoverPath],this.log(v,"gotAlbumArt"),_&&(i.albumURLs=[],this.settings.localArtworkFormat.split(",").forEach((e=>{if(["png","jpg"].includes(e)){let n=e;"jpg"==n&&(n+=`-${this.settings.jpegImageQuality}`);let r=t.album.pic.getURL(this.settings.localArtworkSize,n);if(t.album.pic instanceof a&&"jpg"!=e)return;i.albumURLs.push({url:r,ext:e})}})),i.albumPath=_,i.albumFilename=f(this.settings.coverImageTemplate,t.album,this.settings,t.playlist)),w&&(i.artistURLs=[],this.settings.localArtworkFormat.split(",").forEach((e=>{if("jpg"===e){let n=`${e}-${this.settings.jpegImageQuality}`,a=t.album.mainArtist.pic.getURL(this.settings.localArtworkSize,n);if(""==t.album.mainArtist.pic.md5)return;i.artistURLs.push({url:a,ext:e})}})),i.artistPath=w,i.artistFilename=g(this.settings.artistImageTemplate,t.album.mainArtist,this.settings,t.album.rootArtist)),t.playlist&&(0==this.playlistURLs.length&&this.settings.localArtworkFormat.split(",").forEach((e=>{if(["png","jpg"].includes(e)){let i=e;"jpg"==i&&(i+=`-${this.settings.jpegImageQuality}`);let n=t.playlist.pic.getURL(this.settings.localArtworkSize,i);if(t.playlist.pic instanceof a&&"jpg"!=e)return;this.playlistURLs.push({url:n,ext:e})}})),this.playlistCovername||(t.playlist.bitrate=t.bitrate,t.playlist.dateString=t.playlist.date.format(this.settings.dateFormat),this.playlistCovername=f(this.settings.coverImageTemplate,t.playlist,this.settings,t.playlist))),this.settings.syncedLyrics&&t.lyrics.sync&&(A.existsSync(`${b}/${y}.lrc`)&&![h.OVERWRITE,h.ONLY_TAGS].includes(this.settings.overwriteFile)||A.writeFileSync(`${b}/${y}.lrc`,t.lyrics.sync));let O=A.existsSync(C);if(!O&&this.settings.overwriteFile==h.DONT_CHECK_EXT){let e=[".mp3",".flac",".opus",".m4a"],t=`${b}/${y}`;for(let i=0;i{await z(t.url,`${e.albumPath}/${e.albumFilename}.${t.ext}`,this.settings.overwriteFile)})),this.settings.saveArtworkArtist&&e.artistPath&&await T(e.artistURLs,(async t=>{await z(t.url,`${e.artistPath}/${e.artistFilename}.${t.ext}`,this.settings.overwriteFile)})),this.settings.logSearched&&e.searched){let t=`${e.data.artist} - ${e.data.title}`,i=A.readFileSync(`${this.downloadObject.extrasPath}/searched.txt`).toString();-1==i.indexOf(t)&&(""!=i&&(i+="\r\n"),i+=t+"\r\n",A.writeFileSync(`${this.downloadObject.extrasPath}/searched.txt`,i))}""!==this.settings.executeCommand&&O(this.settings.executeCommand.replaceAll("%folder%",p(this.downloadObject.extrasPath)).replaceAll("%filename%",p(e.filename)))}}async afterDownloadCollection(e){this.downloadObject.extrasPath||(this.downloadObject.extrasPath=this.settings.downloadLocation);let t=[],i="",n="";for(let a=0;a{await z(e.url,`${r.albumPath}/${r.albumFilename}.${e.ext}`,this.settings.overwriteFile)})),this.settings.saveArtworkArtist&&r.artistPath&&await T(r.artistURLs,(async e=>{await z(e.url,`${r.artistPath}/${r.artistFilename}.${e.ext}`,this.settings.overwriteFile)})),t[a]=r.filename||""}if(this.settings.logErrors&&""!=i&&A.writeFileSync(`${this.downloadObject.extrasPath}/errors.txt`,i),this.settings.logSearched&&""!=n&&A.writeFileSync(`${this.downloadObject.extrasPath}/searched.txt`,n),this.settings.saveArtwork&&this.playlistCovername&&!this.settings.tags.savePlaylistAsCompilation&&await T(this.playlistURLs,(async e=>{await z(e.url,`${this.downloadObject.extrasPath}/${this.playlistCovername}.${e.ext}`,this.settings.overwriteFile)})),this.settings.createM3U8File){let e=v(this.settings.playlistFilenameTemplate,this.downloadObject,this.settings)||"playlist";A.writeFileSync(`${this.downloadObject.extrasPath}/${e}.m3u8`,t.join("\n"))}""!==this.settings.executeCommand&&O(this.settings.executeCommand.replaceAll("%folder%",p(this.downloadObject.extrasPath)).replaceAll("%filename%",""))}},downloadImage:z,getPreferredBitrate:F}},39763:e=>{class t extends Error{constructor(e){super(e),this.name="DeemixError"}}class i extends t{constructor(e,t){super(t),this.link=e,this.name="GenerationError"}}class n extends t{constructor(){super(),this.name="DownloadError"}}const a={notOnDeezer:"Track not available on Deezer!",notEncoded:"Track not yet encoded!",notEncodedNoAlternative:"Track not yet encoded and no alternative found!",wrongBitrate:"Track not found at desired bitrate.",wrongBitrateNoAlternative:"Track not found at desired bitrate and no alternative found!",wrongLicense:"Your account can't stream the track at the desired bitrate.",no360RA:"Track is not available in Reality Audio 360.",notAvailable:"Track not available on deezer's servers!",notAvailableNoAlternative:"Track not available on deezer's servers and no alternative found!",noSpaceLeft:"No space left on target drive, clean up some space for the tracks.",albumDoesntExists:"Track's album does not exsist, failed to gather info.",notLoggedIn:"You need to login to download tracks.",wrongGeolocation:"Your account can't stream the track from your current country."};class r extends t{constructor(e){super(e),this.name="TrackError"}}e.exports={DeemixError:t,GenerationError:i,ISRCnotOnDeezer:class extends i{constructor(e){super(e,"Track ISRC is not available on deezer"),this.name="ISRCnotOnDeezer",this.errid="ISRCnotOnDeezer"}},NotYourPrivatePlaylist:class extends i{constructor(e){super(e,"You can't download others private playlists."),this.name="NotYourPrivatePlaylist",this.errid="notYourPrivatePlaylist"}},TrackNotOnDeezer:class extends i{constructor(e){super(e,"Track not found on deezer!"),this.name="TrackNotOnDeezer",this.errid="trackNotOnDeezer"}},AlbumNotOnDeezer:class extends i{constructor(e){super(e,"Album not found on deezer!"),this.name="AlbumNotOnDeezer",this.errid="albumNotOnDeezer"}},InvalidID:class extends i{constructor(e){super(e,"Link ID is invalid!"),this.name="InvalidID",this.errid="invalidID"}},LinkNotSupported:class extends i{constructor(e){super(e,"Link is not supported."),this.name="LinkNotSupported",this.errid="unsupportedURL"}},LinkNotRecognized:class extends i{constructor(e){super(e,"Link is not recognized."),this.name="LinkNotRecognized",this.errid="invalidURL"}},ErrorMessages:a,DownloadError:n,DownloadFailed:class extends n{constructor(e,t){super(),this.errid=e,this.message=a[e],this.name="DownloadFailed",this.track=t}},TrackNot360:class extends n{constructor(){super(),this.name="TrackNot360"}},PreferredBitrateNotFound:class extends n{constructor(){super(),this.name="PreferredBitrateNotFound"}},DownloadEmpty:class extends t{constructor(){super(),this.name="DownloadEmpty"}},DownloadCanceled:class extends t{constructor(){super(),this.name="DownloadCanceled"}},TrackError:r,MD5NotFound:class extends r{constructor(e){super(e),this.name="MD5NotFound"}},NoDataToParse:class extends r{constructor(e){super(e),this.name="NoDataToParse"}},AlbumDoesntExists:class extends r{constructor(e){super(e),this.name="AlbumDoesntExists"}}}},57424:(e,t,i)=>{const n=i(12210),{generateTrackItem:a,generateAlbumItem:r,generatePlaylistItem:o,generateArtistItem:s,generateArtistDiscographyItem:c,generateArtistTopItem:u,LinkNotSupported:l,LinkNotRecognized:p}=i(92092);async function d(e){let t,i;return e.includes("deezer.page.link")&&(e=(e=await n.get(e,{https:{rejectUnauthorized:!1}})).url),e.includes("?")&&(e=e.slice(0,e.indexOf("?"))),e.includes("&")&&(e=e.slice(0,e.indexOf("&"))),e.endsWith("/")&&(e=e.slice(0,-1)),e.includes("deezer")?(-1!=e.search(/\/track\/(.+)/g)?(t="track",i=/\/track\/(.+)/g.exec(e)[1]):-1!=e.search(/\/playlist\/(\d+)/g)?(t="playlist",i=/\/playlist\/(\d+)/g.exec(e)[1]):-1!=e.search(/\/album\/(.+)/g)?(t="album",i=/\/album\/(.+)/g.exec(e)[1]):-1!=e.search(/\/artist\/(\d+)\/top_track/g)?(t="artist_top",i=/\/artist\/(\d+)\/top_track/g.exec(e)[1]):-1!=e.search(/\/artist\/(\d+)\/discography/g)?(t="artist_discography",i=/\/artist\/(\d+)\/discography/g.exec(e)[1]):-1!=e.search(/\/artist\/(\d+)/g)&&(t="artist",i=/\/artist\/(\d+)/g.exec(e)[1]),[e,t,i]):[e,t,i]}e.exports={parseLink:d,generateDownloadObject:async function(e,t,i,n={},h){let m,f;if([t,m,f]=await d(t),null==m||null==f){const a=Object.keys(n);let r,o=null;for(let s=0;s{const{Single:n,Collection:a}=i(88818),{GenerationError:r,ISRCnotOnDeezer:o,InvalidID:s,NotYourPrivatePlaylist:c}=i(39763),{LyricsStatus:u}=i(83792).gw,{map_user_playlist:l}=i(83792).utils,{each:p}=i(57664);async function d(e,t,i,a,c){if(String(t).startsWith("isrc")){try{a=await e.api.get_track(t)}catch(e){throw console.trace(e),new r(`https://deezer.com/track/${t}`,e.message)}if(!a.id||!a.title)throw new o(`https://deezer.com/track/${t}`);t=a.id}if(!/^-?\d+$/.test(t))throw new s(`https://deezer.com/track/${t}`);let u;try{u=await e.gw.get_track_with_fallback(t)}catch(e){throw console.trace(e),new r(`https://deezer.com/track/${t}`,e.message)}let l=u.SNG_TITLE.trim();u.VERSION&&!l.includes(u.VERSION.trim())&&(l+=` ${u.VERSION.trim()}`);const p=Boolean(parseInt(u.EXPLICIT_LYRICS||"0"));return new n({type:"track",id:t,bitrate:i,title:l,artist:u.ART_NAME,cover:`https://e-cdns-images.dzcdn.net/images/cover/${u.ALB_PICTURE}/75x75-000000-80-0-0.jpg`,explicit:p,single:{trackAPI_gw:u,trackAPI:a,albumAPI:c}})}async function h(e,t,i,n){let o;if(String(t).startsWith("upc")){let i,n=[t.slice(4)];if(n.push(parseInt(n[0])),await p(n,(async t=>{try{o=await e.api.get_album(`upc:${t}`)}catch(e){i=e,o=null}})),!o)throw console.trace(i),new r(`https://deezer.com/album/${t}`,i.message);t=o.id}else try{o=await e.api.get_album(t)}catch(e){throw console.trace(e),new r(`https://deezer.com/album/${t}`,e.message)}if(!/^\d+$/.test(t))throw new s(`https://deezer.com/album/${t}`);let c=await e.gw.get_album(t);if(o.nb_disk=c.NUMBER_DISK,o.copyright=c.COPYRIGHT,o.release_date=c.PHYSICAL_RELEASE_DATE,o.root_artist=n,1==o.nb_tracks){if(o.tracks.data.length)return d(e,o.tracks.data[0].id,i,null,o);throw new r(`https://deezer.com/album/${t}`,"Single has no tracks.")}let l,h=await e.gw.get_album_tracks(t);l=o.cover_small?o.cover_small.slice(0,-24)+"/75x75-000000-80-0-0.jpg":`https://e-cdns-images.dzcdn.net/images/cover/${c.ALB_PICTURE}/75x75-000000-80-0-0.jpg`;const m=h.length;o.nb_tracks=m;let f=[];h.forEach(((e,t)=>{e.POSITION=t+1,f.push(e)}));let g=[u.EXPLICIT,u.PARTIALLY_EXPLICIT].includes(c.EXPLICIT_ALBUM_CONTENT.EXPLICIT_LYRICS_STATUS||u.UNKNOWN);return new a({type:"album",id:t,bitrate:i,title:o.title,artist:o.artist.name,cover:l,explicit:g,size:m,collection:{tracks_gw:f,albumAPI:o}})}async function m(e,t,i,n,o){if(!n){if(!/^\d+$/.test(t))throw new s(`https://deezer.com/playlist/${t}`);try{n=await e.api.get_playlist(t)}catch(e){console.trace(e),n=null}if(!n)try{let i=await e.gw.get_playlist_page(t);n=l(i.DATA)}catch(e){throw console.trace(e),new r(`https://deezer.com/playlist/${t}`,e.message)}if(!n.public&&n.creator.id!=e.current_user.id)throw new c(`https://deezer.com/playlist/${t}`)}o||(o=await e.gw.get_playlist_tracks(t)),n.various_artist=await e.api.get_artist(5080);const p=o.length;n.nb_tracks=p;let d=[];return o.forEach(((e,t)=>{e.EXPLICIT_TRACK_CONTENT&&[u.EXPLICIT,u.PARTIALLY_EXPLICIT].includes(e.EXPLICIT_TRACK_CONTENT.EXPLICIT_LYRICS_STATUS)&&(n.explicit=!0),e.POSITION=t+1,d.push(e)})),n.explicit||(n.explicit=!1),new a({type:"playlist",id:t,bitrate:i,title:n.title,artist:n.creator.name,cover:n.picture_small.slice(0,-24)+"/75x75-000000-80-0-0.jpg",explicit:n.explicit,size:p,collection:{tracks_gw:d,playlistAPI:n}})}e.exports={generateTrackItem:d,generateAlbumItem:h,generatePlaylistItem:m,generateArtistItem:async function(e,t,i,n){if(!/^\d+$/.test(t))throw new s(`https://deezer.com/artist/${t}`);let a;try{a=await e.api.get_artist(t)}catch(e){throw console.trace(e),new r(`https://deezer.com/artist/${t}`,e.message)}const o={id:a.id,name:a.name,picture_small:a.picture_small};n&&n.send("startAddingArtist",o);const c=(await e.gw.get_artist_discography_tabs(t,100)).all||[];let u=[];return await p(c,(async t=>{try{let n=await h(e,t.id,i,o);u.push(n)}catch(e){console.warn(t.id,"No Data",e)}})),n&&n.send("finishAddingArtist",o),u},generateArtistDiscographyItem:async function(e,t,i,n){if(!/^\d+$/.test(t))throw new s(`https://deezer.com/artist/${t}/discography`);let a;try{a=await e.api.get_artist(t)}catch(e){throw console.trace(e),new r(`https://deezer.com/artist/${t}/discography`,e.message)}const o={id:a.id,name:a.name,picture_small:a.picture_small};n&&n.send("startAddingArtist",o);let c=await e.gw.get_artist_discography_tabs(t,100);delete c.all;let u=[];return await p(c,(async t=>{await p(t,(async t=>{try{let n=await h(e,t.id,i,o);u.push(n)}catch(e){console.warn(t.id,"No Data",e)}}))})),n&&n.send("finishAddingArtist",o),u},generateArtistTopItem:async function(e,t,i){if(!/^\d+$/.test(t))throw new s(`https://deezer.com/artist/${t}/top_track`);let n;try{n=e.api.get_artist(t)}catch(e){throw console.trace(e),new r(`https://deezer.com/artist/${t}/top_track`,e.message)}const a={id:n.id+"_top_track",title:n.name+" - Top Tracks",description:"Top Tracks for "+n.name,duration:0,public:!0,is_loved_track:!1,collaborative:!1,nb_tracks:0,fans:n.nb_fan,link:"https://www.deezer.com/artist/"+n.id+"/top_track",share:null,picture:n.picture,picture_small:n.picture_small,picture_medium:n.picture_medium,picture_big:n.picture_big,picture_xl:n.picture_xl,checksum:null,tracklist:"https://api.deezer.com/artist/"+n.id+"/top",creation_date:"XXXX-00-00",creator:{id:"art_"+n.id,name:n.name,type:"user"},type:"playlist"};let o=await e.gw.get_artist_toptracks(t);return m(e,a.id,i,a,o)}}},72392:e=>{e.exports=class{constructor(){}async setup(){}async parseLink(e){return[e,void 0,void 0]}async generateDownloadObject(e,t,i,n){return null}}},25576:(e,t,i)=>{const n=i(72392),{getConfigFolder:a}=i(13379),{generateTrackItem:r,generateAlbumItem:o,TrackNotOnDeezer:s,AlbumNotOnDeezer:c,InvalidID:u}=i(92092),{Convertable:l,Collection:p}=i(88818),{sep:d}=i(85622),h=i(35747),m=i(76676),f=i(12210),{queue:g}=i(57664);e.exports=class extends n{constructor(e){return super(),this.credentials={clientId:"",clientSecret:""},this.settings={fallbackSearch:!1},this.enabled=!1,this.sp,this.configFolder=e||a(),this.configFolder+=`spotify${d}`,this}setup(){return h.mkdirSync(this.configFolder,{recursive:!0}),this.loadSettings(),this}async parseLink(e){let t,i;return e.includes("link.tospotify.com")&&(e=(e=await f.get(e,{https:{rejectUnauthorized:!1}})).url),e.includes("?")&&(e=e.slice(0,e.indexOf("?"))),e.includes("&")&&(e=e.slice(0,e.indexOf("&"))),e.endsWith("/")&&(e=e.slice(0,-1)),e.includes("spotify")?(-1!=e.search(/[/:]track[/:](.+)/g)?(t="track",i=/[/:]track[/:](.+)/g.exec(e)[1]):-1!=e.search(/[/:]album[/:](.+)/g)?(t="album",i=/[/:]album[/:](.+)/g.exec(e)[1]):-1!=e.search(/[/:]playlist[/:](\d+)/g)&&(t="playlist",i=/[/:]playlist[/:](.+)/g.exec(e)[1]),[e,t,i]):[e,t,i]}async generateDownloadObject(e,t,i){let n,a;if([t,n,a]=await this.parseLink(t),null==n||null==a)return null;switch(n){case"track":return this.generateTrackItem(e,a,i);case"album":return this.generateAlbumItem(e,a,i);case"playlist":return this.generatePlaylistItem(e,a,i)}}async generateTrackItem(e,t,i){let n,a=this.loadCache();if(a.tracks[t]?n=a.tracks[t]:(n=await this.getTrack(t),a.tracks[t]=n,this.saveCache(a)),n.isrc)try{return r(e,`isrc:${n.isrc}`,i)}catch(e){}if(this.settings.fallbackSearch){if(!n.id||"0"===n.id){let i=await e.api.get_track_id_from_metadata(n.data.artist,n.data.title,n.data.album);"0"!==i&&(n.id=i,a.tracks[t]=n,this.saveCache(a))}if("0"!==n.id)return r(e,n.id,i)}throw new s(`https://open.spotify.com/track/${t}`)}async generateAlbumItem(e,t,i){let n,a=this.loadCache();a.albums[t]?n=a.albums[t]:(n=await this.getAlbum(t),a.albums[t]=n,this.saveCache(a));try{return o(e,`upc:${n.upc}`,i)}catch(e){throw new c(`https://open.spotify.com/album/${t}`)}}async generatePlaylistItem(e,t,i){if(!this.enabled)throw new Error("Spotify plugin not enabled");let n=await this.sp.getPlaylist(t);n=n.body;let a=this._convertPlaylistStructure(n);a.various_artist=await e.api.get_artist(5080);let r=n.tracks.items;for(;n.tracks.next;){let e=/offset=(\d+)&limit=(\d+)/g.exec(n.tracks.next),i=e[1],a=e[2],o=await this.sp.getPlaylistTracks(t,{offset:i,limit:a});n.tracks=o.body,r=r.concat(n.tracks.items)}let o=[];return r.forEach((e=>{e.track&&(e.track.explicit&&!a.explicit&&(a.explicit=!0),o.push(e.track))})),a.explicit||(a.explicit=!1),new l({type:"spotify_playlist",id:t,bitrate:i,title:n.name,artist:n.owner.display_name,cover:a.picture_thumbnail,explicit:a.explicit,size:o.length,collection:{tracks_gw:[],playlistAPI:a},plugin:"spotify",conversion_data:o})}async getTrack(e,t=null){if(!this.enabled)throw new Error("Spotify plugin not enabled");let i={isrc:null,data:null};if(!t){try{t=await this.sp.getTrack(e)}catch(t){if("invalid id"===t.body.error.message)throw new u(`https://open.spotify.com/track/${e}`);throw t}t=t.body}return t.external_ids&&t.external_ids.isrc&&(i.isrc=t.external_ids.isrc),i.data={title:t.name,artist:t.artists[0].name,album:t.album.name},i}async getAlbum(e,t=null){if(!this.enabled)throw new Error("Spotify plugin not enabled");let i={upc:null,data:null};if(!t){try{t=await this.sp.getAlbum(e)}catch(t){if("invalid id"===t.body.error.message)throw new u(`https://open.spotify.com/album/${e}`);throw t}t=t.body}return t.external_ids&&t.external_ids.upc&&(i.upc=t.external_ids.upc),i.data={title:t.name,artist:t.artists[0].name},i}async convert(e,t,i,n=null){let a=this.loadCache(),r=0,o=0,s=[];n&&n.send("startConversion",t.uuid);let c=g((async i=>{let c,u,l,{track:p,pos:d}=i;if(!t.isCanceled){if(a.tracks[p.id]?c=a.tracks[p.id]:(c=await this.getTrack(p.id,p),a.tracks[p.id]=c,this.saveCache(a)),c.isrc)try{u=await e.api.get_track_by_ISRC(c.isrc),u.id&&u.title||(u=null)}catch{}if(this.settings.fallbackSearch&&!u){if(!c.id||"0"===c.id){let t=await e.api.get_track_id_from_metadata(c.data.artist,c.data.title,c.data.album);"0"!==t&&(c.id=t,a.tracks[p.id]=c,this.saveCache(a))}"0"!==c.id&&(u=await e.api.get_track(c.id))}l=u?await e.gw.get_track_with_fallback(u.id):{SNG_ID:"0",SNG_TITLE:p.name,DURATION:0,MD5_ORIGIN:0,MEDIA_VERSION:0,FILESIZE:0,ALB_TITLE:p.album.name,ALB_PICTURE:"",ART_ID:0,ART_NAME:p.artists[0].name},l._EXTRA_TRACK=u,l.POSITION=d+1,s[d]=l,o+=1/t.size*100,Math.round(o)!=r&&Math.round(o)%2==0&&(r=Math.round(o),n&&n.send("updateQueue",{uuid:t.uuid,conversion:r}))}}),i.queueConcurrency);return t.conversion_data.forEach(((e,t)=>{c.push({track:e,pos:t})})),await c.drain(),t.collection.tracks_gw=s,t.size=s.length,t=new p(t.toDict()),n&&n.send("finishConversion",t.getSlimmedDict()),h.writeFileSync(this.configFolder+"cache.json",JSON.stringify(a)),t}_convertPlaylistStructure(e){let t=null;return e.images.length&&(t=e.images[0].url),{checksum:e.snapshot_id,collaborative:e.collaborative,creation_date:"XXXX-00-00",creator:{id:e.owner.id,name:e.owner.display_name,tracklist:e.owner.href,type:"user"},description:e.description,duration:0,fans:e.followers?e.followers.total:0,id:e.id,is_loved_track:!1,link:e.external_urls.spotify,nb_tracks:e.tracks.total,picture:t,picture_small:t||"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/56x56-000000-80-0-0.jpg",picture_medium:t||"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/250x250-000000-80-0-0.jpg",picture_big:t||"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/500x500-000000-80-0-0.jpg",picture_xl:t||"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/1000x1000-000000-80-0-0.jpg",picture_thumbnail:t||"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/75x75-000000-80-0-0.jpg",public:e.public,share:e.external_urls.spotify,title:e.name,tracklist:e.tracks.href,type:"playlist"}}loadSettings(){h.existsSync(this.configFolder+"settings.json")||h.writeFileSync(this.configFolder+"settings.json",JSON.stringify({...this.credentials,...this.settings},null,2));let e=JSON.parse(h.readFileSync(this.configFolder+"settings.json"));this.setSettings(e),this.checkCredentials()}saveSettings(e){e&&this.setSettings(e),this.checkCredentials(),h.writeFileSync(this.configFolder+"settings.json",JSON.stringify({...this.credentials,...this.settings},null,2))}getSettings(){return{...this.credentials,...this.settings}}setSettings(e){this.credentials={clientId:e.clientId,clientSecret:e.clientSecret};let t={...e};delete t.clientId,delete t.clientSecret,this.settings=t}loadCache(){let e;try{e=JSON.parse(h.readFileSync(this.configFolder+"cache.json"))}catch{e={tracks:{},albums:{}}}return e}saveCache(e){h.writeFileSync(this.configFolder+"cache.json",JSON.stringify(e))}checkCredentials(){""!==this.credentials.clientId&&""!==this.credentials.clientSecret?(this.sp=new m(this.credentials),this.sp.clientCredentialsGrant().then((e=>{this.sp.setAccessToken(e.body.access_token),this.enabled=!0}),(()=>{this.enabled=!1,this.sp=void 0}))):this.enabled=!1}getCredentials(){return this.credentials}setCredentials(e,t){e=e.trim(),t=t.trim(),this.credentials={clientId:e,clientSecret:t},this.saveSettings()}}},74170:(e,t,i)=>{const{TrackFormats:n}=i(83792),{getMusicFolder:a,getConfigFolder:r}=i(13379),o=i(35747),s={OVERWRITE:"y",DONT_OVERWRITE:"n",DONT_CHECK_EXT:"e",KEEP_BOTH:"b",ONLY_TAGS:"t"},c={NO_CHANGE:"0",REMOVE_TITLE:"1",REMOVE_TITLE_ALBUM:"3",MOVE_TITLE:"2"},u={downloadLocation:a(),tracknameTemplate:"%artist% - %title%",albumTracknameTemplate:"%tracknumber% - %title%",playlistTracknameTemplate:"%position% - %artist% - %title%",createPlaylistFolder:!0,playlistNameTemplate:"%playlist%",createArtistFolder:!1,artistNameTemplate:"%artist%",createAlbumFolder:!0,albumNameTemplate:"%artist% - %album%",createCDFolder:!0,createStructurePlaylist:!1,createSingleFolder:!1,padTracks:!0,paddingSize:"0",illegalCharacterReplacer:"_",queueConcurrency:3,maxBitrate:String(n.MP3_320),fallbackBitrate:!0,fallbackSearch:!1,logErrors:!0,logSearched:!1,overwriteFile:s.DONT_OVERWRITE,createM3U8File:!1,playlistFilenameTemplate:"playlist",syncedLyrics:!1,embeddedArtworkSize:800,embeddedArtworkPNG:!1,localArtworkSize:1200,localArtworkFormat:"jpg",saveArtwork:!0,coverImageTemplate:"cover",saveArtworkArtist:!1,artistImageTemplate:"folder",jpegImageQuality:80,dateFormat:"Y-M-D",albumVariousArtists:!0,removeAlbumVersion:!1,removeDuplicateArtists:!1,featuredToTitle:c.NO_CHANGE,titleCasing:"nothing",artistCasing:"nothing",executeCommand:"",tags:{title:!0,artist:!0,album:!0,cover:!0,trackNumber:!0,trackTotal:!1,discNumber:!0,discTotal:!1,albumArtist:!0,genre:!0,year:!0,date:!0,explicit:!1,isrc:!0,length:!0,barcode:!0,bpm:!0,replayGain:!1,label:!0,lyrics:!1,syncedLyrics:!1,copyright:!1,composer:!1,involvedPeople:!1,source:!1,rating:!1,savePlaylistAsCompilation:!1,useNullSeparator:!1,saveID3v1:!0,multiArtistSeparator:"default",singleAlbumArtist:!1,coverDescriptionUTF8:!1}};function l(e,t){t=t||r(),o.existsSync(t)||o.mkdirSync(t),o.writeFileSync(t+"config.json",JSON.stringify(e,null,2))}e.exports={OverwriteOption:s,FeaturesOption:c,DEFAULTS:u,save:l,load:function(e){e=e||r(),o.existsSync(e)||o.mkdirSync(e),o.existsSync(e+"config.json")||l(u,e);let t=JSON.parse(o.readFileSync(e+"config.json"));return function(e){let t=0;return Object.keys(u).forEach((i=>{void 0!==e[i]&&typeof e[i]==typeof u[i]||(e[i]=u[i],t++)})),Object.keys(u.tags).forEach((i=>{void 0!==e.tags[i]&&typeof e.tags[i]==typeof u.tags[i]||(e.tags[i]=u.tags[i],t++)})),""==e.downloadLocation&&(e.downloadLocation=u.downloadLocation,t++),["tracknameTemplate","albumTracknameTemplate","playlistTracknameTemplate","playlistNameTemplate","artistNameTemplate","albumNameTemplate","playlistFilenameTemplate","coverImageTemplate","artistImageTemplate","paddingSize"].forEach((i=>{""==e[i]&&(e[i]=u[i],t++)})),t}(t)>0&&l(t,e),t}}},15278:(e,t,i)=>{const n=i(26355),a=i(81087),r=i(35747),o=["Blues","Classic Rock","Country","Dance","Disco","Funk","Grunge","Hip-Hop","Jazz","Metal","New Age","Oldies","Other","Pop","Rhythm and Blues","Rap","Reggae","Rock","Techno","Industrial","Alternative","Ska","Death Metal","Pranks","Soundtrack","Euro-Techno","Ambient","Trip-Hop","Vocal","Jazz & Funk","Fusion","Trance","Classical","Instrumental","Acid","House","Game","Sound clip","Gospel","Noise","Alternative Rock","Bass","Soul","Punk","Space","Meditative","Instrumental Pop","Instrumental Rock","Ethnic","Gothic","Darkwave","Techno-Industrial","Electronic","Pop-Folk","Eurodance","Dream","Southern Rock","Comedy","Cult","Gangsta","Top 40","Christian Rap","Pop/Funk","Jungle music","Native US","Cabaret","New Wave","Psychedelic","Rave","Showtunes","Trailer","Lo-Fi","Tribal","Acid Punk","Acid Jazz","Polka","Retro","Musical","Rock ’n’ Roll","Hard Rock","Folk","Folk-Rock","National Folk","Swing","Fast Fusion","Bebop","Latin","Revival","Celtic","Bluegrass","Avantgarde","Gothic Rock","Progressive Rock","Psychedelic Rock","Symphonic Rock","Slow Rock","Big Band","Chorus","Easy Listening","Acoustic","Humour","Speech","Chanson","Opera","Chamber Music","Sonata","Symphony","Booty Bass","Primus","Porn Groove","Satire","Slow Jam","Club","Tango","Samba","Folklore","Ballad","Power Ballad","Rhythmic Soul","Freestyle","Duet","Punk Rock","Drum Solo","A cappella","Euro-House","Dance Hall","Goa music","Drum & Bass","Club-House","Hardcore Techno","Terror","Indie","BritPop","Negerpunk","Polsk Punk","Beat","Christian Gangsta Rap","Heavy Metal","Black Metal","Crossover","Contemporary Christian","Christian Rock","Merengue","Salsa","Thrash Metal","Anime","Jpop","Synthpop","Abstract","Art Rock","Baroque","Bhangra","Big beat","Breakbeat","Chillout","Downtempo","Dub","EBM","Eclectic","Electro","Electroclash","Emo","Experimental","Garage","Global","IDM","Illbient","Industro-Goth","Jam Band","Krautrock","Leftfield","Lounge","Math Rock","New Romantic","Nu-Breakz","Post-Punk","Post-Rock","Psytrance","Shoegaze","Space Rock","Trop Rock","World Music","Neoclassical","Audiobook","Audio Theatre","Neue Deutsche Welle","Podcast","Indie-Rock","G-Funk","Dubstep","Garage Rock","Psybient"];function s(e){let t="";return e.split("").forEach((e=>{e.charCodeAt(0)>255?t+="?":t+=e})),t}function c(e,t,i){const n=Buffer.alloc(128);if(n.write("TAG",0),i.title){let e=s(t.title.substring(0,30));n.write(e,3)}if(i.artist){let e;e=t.artistsString?t.artistsString:t.mainArtist.name;let i=s(e.substring(0,30));n.write(i,33)}if(i.album){let e=s(t.album.title.substring(0,30));n.write(e,63)}if(i.year){let e=t.date.year.substring(0,4);n.write(e,93)}if(i.trackNumber&&t.trackNumber<=65535&&(t.trackNumber>255?(n.writeUInt8(parseInt(t.trackNumber>>8),125),n.writeUInt8(parseInt(255&t.trackNumber),126)):n.writeUInt8(parseInt(t.trackNumber),126)),i.genre){let e=t.album.genre[0];o.includes(e)?n.writeUInt8(o.indexOf(e),127):n.writeUInt8(255,127)}else n.writeUInt8(255,127);const a=new ArrayBuffer(e.byteLength+128),r=new Uint8Array(a);return r.set(new Uint8Array(e),0),r.set(new Uint8Array(n),e.byteLength),Buffer.from(a)}e.exports={tagID3:function(e,t,i){const a=r.readFileSync(e),o=new n(a);if(o.separateWithNull=String.fromCharCode(0),i.title&&o.setFrame("TIT2",t.title),i.artist&&t.artists.length&&("default"==i.multiArtistSeparator?o.setFrame("TPE1",t.artists):("nothing"==i.multiArtistSeparator?o.setFrame("TPE1",[t.mainArtist.name]):o.setFrame("TPE1",[t.artistsString]),o.setFrame("TXXX",{description:"ARTISTS",value:t.artists}))),i.album&&o.setFrame("TALB",t.album.title),i.albumArtist&&t.album.artists.length&&(i.singleAlbumArtist&&t.album.mainArtist.save?o.setFrame("TPE2",[t.album.mainArtist.name]):o.setFrame("TPE2",t.album.artists)),i.trackNumber){let e=String(t.trackNumber);i.trackTotal&&(e+=`/${t.album.trackTotal}`),o.setFrame("TRCK",e)}if(i.discNumber){let e=String(t.discNumber);i.discTotal&&(e+=`/${t.album.discTotal}`),o.setFrame("TPOS",e)}i.genre&&o.setFrame("TCON",t.album.genre),i.year&&o.setFrame("TYER",t.date.year),i.date&&o.setFrame("TDAT",""+t.date.day+t.date.month),i.length&&o.setFrame("TLEN",1e3*parseInt(t.duration)),i.bpm&&o.setFrame("TBPM",t.bpm),i.label&&o.setFrame("TPUB",t.album.label),i.isrc&&o.setFrame("TSRC",t.ISRC),i.barcode&&o.setFrame("TXXX",{description:"BARCODE",value:t.album.barcode}),i.explicit&&o.setFrame("TXXX",{description:"ITUNESADVISORY",value:t.explicit?"1":"0"}),i.replayGain&&o.setFrame("TXXX",{description:"REPLAYGAIN_TRACK_GAIN",value:t.replayGain}),i.lyrics&&t.lyrics.unsync&&o.setFrame("USLT",{description:"",lyrics:t.lyrics.unsync,language:"XXX"}),i.syncedLyrics&&0!==t.lyrics.syncID3.length&&o.setFrame("SYLT",{text:t.lyrics.syncID3,type:1,timestampFormat:2,useUnicodeEncoding:!0});let s=[];if(Object.keys(t.contributors).forEach((e=>{["author","engineer","mixer","producer","writer"].includes(e)?t.contributors[e].forEach((t=>{s.push([e,t])})):"composer"===e&&i.composer&&o.setFrame("TCOM",t.contributors.composer)})),s.length&&i.involvedPeople&&o.setFrame("IPLS",s),i.copyright&&o.setFrame("TCOP",t.copyright),(i.savePlaylistAsCompilation&&t.playlist||"compile"==t.album.recordType)&&o.setFrame("TCMP","1"),i.source&&(o.setFrame("TXXX",{description:"SOURCE",value:"Deezer"}),o.setFrame("TXXX",{description:"SOURCEID",value:t.id})),i.rating){let e=t.rank/1e4*2.55;e=e>255?255:Math.round(e),o.setFrame("POPM",{rating:e})}if(i.cover&&t.album.embeddedCoverPath){const e=r.readFileSync(t.album.embeddedCoverPath);0!=e.length&&o.setFrame("APIC",{type:3,data:e,description:"cover",useUnicodeEncoding:i.coverDescriptionUTF8})}o.addTag();let u=Buffer.from(o.arrayBuffer);"TAG"===u.slice(-128,-125).toString()&&(u=u.slice(0,-128)),i.saveID3v1&&(u=c(u,t,i)),r.writeFileSync(e,u)},tagFLAC:function(e,t,i){const n=new a(e);if(n.removeAllTags(),i.title&&n.setTag(`TITLE=${t.title}`),i.artist&&t.artists.length&&("default"==i.multiArtistSeparator?t.artists.forEach((e=>{n.setTag(`ARTIST=${e}`)})):("nothing"==i.multiArtistSeparator?n.setTag(`ARTIST=${t.mainArtist.name}`):n.setTag(`ARTIST=${t.artistsString}`),t.artists.forEach((e=>{n.setTag(`ARTISTS=${e}`)})))),i.album&&n.setTag(`ALBUM=${t.album.title}`),i.albumArtist&&t.album.artists.length&&(i.singleAlbumArtist&&t.album.mainArtist.save?n.setTag(`ALBUMARTIST=${t.album.mainArtist.name}`):t.album.artists.forEach((e=>{n.setTag(`ALBUMARTIST=${e}`)}))),i.trackNumber&&n.setTag(`TRACKNUMBER=${t.trackNumber}`),i.trackTotal&&n.setTag(`TRACKTOTAL=${t.album.trackTotal}`),i.discNumber&&n.setTag(`DISCNUMBER=${t.discNumber}`),i.discTotal&&n.setTag(`DISCTOTAL=${t.album.discTotal}`),i.genre&&t.album.genre.forEach((e=>{n.setTag(`GENRE=${e}`)})),i.date?n.setTag(`DATE=${t.dateString}`):i.year&&n.setTag(`DATE=${t.date.year}`),i.length&&n.setTag("LENGTH="+1e3*parseInt(t.duration)),i.bpm&&n.setTag(`BPM=${t.bpm}`),i.label&&n.setTag(`PUBLISHER=${t.album.label}`),i.isrc&&n.setTag(`ISRC=${t.ISRC}`),i.barcode&&n.setTag(`BARCODE=${t.album.barcode}`),i.explicit&&n.setTag("ITUNESADVISORY="+(t.explicit?"1":"0")),i.replayGain&&n.setTag(`REPLAYGAIN_TRACK_GAIN=${t.replayGain}`),i.lyrics&&t.lyrics.unsync&&n.setTag(`LYRICS=${t.lyrics.unsync}`),Object.keys(t.contributors).forEach((e=>{["author","engineer","mixer","producer","writer","composer"].includes(e)?(i.involvedPeople&&"composer"!=e||i.composer&&"composer"==e)&&t.contributors[e].forEach((t=>{n.setTag(`${e.toUpperCase()}=${t}`)})):"musicpublisher"===e&&i.involvedPeople&&t.contributors.musicpublisher.forEach((e=>{n.setTag(`ORGANIZATION=${e}`)}))})),i.copyright&&n.setTag(`COPYRIGHT=${t.copyright}`),(i.savePlaylistAsCompilation&&t.playlist||"compile"==t.album.recordType)&&n.setTag("COMPILATION=1"),i.source&&(n.setTag("SOURCE=Deezer"),n.setTag(`SOURCEID=${t.id}`)),i.rating){let e=Math.round(t.rank/1e4);n.setTag(`RATING=${e}`)}if(i.cover&&t.album.embeddedCoverPath){let e=r.readFileSync(t.album.embeddedCoverPath);0!=e.length&&n.importPicture(e)}n.save()},tagID3v1:c}},28215:(e,t,i)=>{const{LyricsStatus:n}=i(83792).gw,{removeDuplicateArtists:a,removeFeatures:r}=i(72561),{Artist:o}=i(5809),{Date:s}=i(7860),{Picture:c}=i(65982),{VARIOUS_ARTISTS:u}=i(76303);e.exports={Album:class{constructor(e="0",t="",i=""){this.id=e,this.title=t,this.pic=new c(i,"cover"),this.artist={Main:[]},this.artists=[],this.mainArtist=null,this.date=new s,this.dateString="",this.trackTotal="0",this.discTotal="0",this.embeddedCoverPath="",this.embeddedCoverURL="",this.explicit=!1,this.genre=[],this.barcode="Unknown",this.label="Unknown",this.copyright="",this.recordType="album",this.bitrate=0,this.rootArtist=null,this.variousArtists=null,this.playlistId=null,this.owner=null,this.isPlaylist=!1}parseAlbum(e){this.title=e.title;let t=e.artist.picture_small;if(t=t.slice(t.indexOf("artist/")+7,-24),this.mainArtist=new o(e.artist.id,e.artist.name,"Main",t),e.root_artist){let t=e.root_artist.picture_small;t=t.slice(t.indexOf("artist/")+7,-24),this.rootArtist=new o(e.root_artist.id,e.root_artist.name,"Root",t)}if(e.contributors.forEach((e=>{let t=String(e.id)==u,i="Main"==e.role;t?this.variousArtists=new o(e.id,e.name,e.role):(this.artists.includes(e.name)||this.artists.push(e.name),(i||!this.artist.Main.includes(e.name)&&!i)&&(this.artist[e.role]||(this.artist[e.role]=[]),this.artist[e.role].push(e.name)))})),this.trackTotal=e.nb_tracks,this.recordType=e.record_type,this.barcode=e.upc||this.barcode,this.label=e.label||this.label,this.explicit=Boolean(e.explicit_lyrics||!1),e.release_date&&(this.date.year=e.release_date.slice(0,4),this.date.month=e.release_date.slice(5,7),this.date.day=e.release_date.slice(8,10),this.date.fixDayMonth()),this.discTotal=e.nb_disk||"1",this.copyright=e.copyright,""==this.pic.md5&&e.cover_small){let t=e.cover_small;this.pic.md5=t.slice(t.indexOf("cover/")+6,-24)}e.genres&&e.genres.data&&e.genres.data.length>0&&e.genres.data.forEach((e=>{this.genre.push(e.name)}))}parseAlbumGW(e){this.title=e.ALB_TITLE,this.mainArtist=new o(e.ART_ID,e.ART_NAME,"Main"),this.artists=[e.ART_NAME],this.trackTotal=e.NUMBER_TRACK,this.discTotal=e.NUMBER_DISK,this.label=e.LABEL_NAME||this.label;let t=e.EXPLICIT_ALBUM_CONTENT.EXPLICIT_LYRICS_STATUS;this.explicit=[n.EXPLICIT,n.PARTIALLY_EXPLICIT].includes(t),this.addExtraAlbumGWData(e)}addExtraAlbumGWData(e){""==this.pic.md5&&e.ALB_PICTURE&&(this.pic.md5=e.ALB_PICTURE),e.PHYSICAL_RELEASE_DATE&&(this.date.year=e.PHYSICAL_RELEASE_DATE.slice(0,4),this.date.month=e.PHYSICAL_RELEASE_DATE.slice(5,7),this.date.day=e.PHYSICAL_RELEASE_DATE.slice(8,10),this.date.fixDayMonth())}makePlaylistCompilation(e){this.variousArtists=e.variousArtists,this.mainArtist=e.mainArtist,this.title=e.title,this.rootArtist=e.rootArtist,this.artist=e.artist,this.artists=e.artists,this.trackTotal=e.trackTotal,this.recordType=e.recordType,this.barcode=e.barcode,this.label=e.label,this.explicit=e.explicit,this.date=e.date,this.discTotal=e.discTotal,this.playlistId=e.playlistId,this.owner=e.owner,this.pic=e.pic,this.isPlaylist=!0}removeDuplicateArtists(){[this.artist,this.artists]=a(this.artist,this.artists)}getCleanTitle(){return r(this.title)}}}},5809:(e,t,i)=>{const{Picture:n}=i(65982),{VARIOUS_ARTISTS:a}=i(76303);e.exports={Artist:class{constructor(e="0",t="",i="",a=""){this.id=String(e),this.name=t,this.pic=new n(a,"artist"),this.role=i,this.save=!0}isVariousArtists(){return this.id==a}}}},7860:e=>{e.exports={Date:class{constructor(e="00",t="00",i="XXXX"){this.day=e,this.month=t,this.year=i,this.fixDayMonth()}fixDayMonth(){if(parseInt(this.month)>12){let e=this.month;this.month=this.day,this.day=e}}format(e){return(e=(e=e.replaceAll(/D+/g,this.day)).replaceAll(/M+/g,this.month)).replaceAll(/Y+/g,this.year)}}}},88818:e=>{class t{constructor(e){this.type=e.type,this.id=e.id,this.bitrate=e.bitrate,this.title=e.title,this.artist=e.artist,this.cover=e.cover,this.explicit=e.explicit||!1,this.size=e.size,this.downloaded=e.downloaded||0,this.failed=e.failed||0,this.progress=e.progress||0,this.errors=e.errors||[],this.files=e.files||[],this.extrasPath=e.extrasPath||"",this.progressNext=0,this.uuid=`${this.type}_${this.id}_${this.bitrate}`,this.isCanceled=!1,this.__type__=null}toDict(){return{type:this.type,id:this.id,bitrate:this.bitrate,uuid:this.uuid,title:this.title,artist:this.artist,cover:this.cover,explicit:this.explicit,size:this.size,downloaded:this.downloaded,failed:this.failed,progress:this.progress,errors:this.errors,files:this.files,extrasPath:this.extrasPath,__type__:this.__type__}}getResettedDict(){let e=this.toDict();return e.downloaded=0,e.failed=0,e.progress=0,e.errors=[],e.files=[],e}getSlimmedDict(){let e=this.toDict();return["single","collection","plugin","conversion_data"].forEach((t=>{Object.keys(e).includes(t)&&delete e[t]})),e}getEssentialDict(){return{type:this.type,id:this.id,bitrate:this.bitrate,uuid:this.uuid,title:this.title,artist:this.artist,cover:this.cover,explicit:this.explicit,size:this.size,extrasPath:this.extrasPath}}updateProgress(e){Math.round(this.progressNext)!=this.progress&&Math.round(this.progressNext)%2==0&&(this.progress=Math.round(this.progressNext),e&&e.send("updateQueue",{uuid:this.uuid,progress:this.progress}))}}class i extends t{constructor(e){super(e),this.collection=e.collection,this.__type__="Collection"}toDict(){let e=super.toDict();return e.collection=this.collection,e}completeTrackProgress(e){this.progressNext+=1/this.size*100,this.updateProgress(e)}removeTrackProgress(e){this.progressNext-=1/this.size*100,this.updateProgress(e)}}e.exports={IDownloadObject:t,Single:class extends t{constructor(e){super(e),this.size=1,this.single=e.single,this.__type__="Single"}toDict(){let e=super.toDict();return e.single=this.single,e}completeTrackProgress(e){this.progressNext=100,this.updateProgress(e)}removeTrackProgress(e){this.progressNext=0,this.updateProgress(e)}},Collection:i,Convertable:class extends i{constructor(e){super(e),this.plugin=e.plugin,this.conversion_data=e.conversion_data,this.__type__="Convertable"}toDict(){let e=super.toDict();return e.plugin=this.plugin,e.conversion_data=this.conversion_data,e}}}},69786:e=>{e.exports={Lyrics:class{constructor(e="0"){this.id=e,this.sync="",this.unsync="",this.syncID3=[]}parseLyrics(e){if(this.unsync=e.LYRICS_TEXT||"",e.LYRICS_SYNC_JSON){let t=e.LYRICS_SYNC_JSON,i="",n=0;for(let e=0;e{e.exports={Picture:class{constructor(e="",t=""){this.md5=e,this.type=t}getURL(e,t){let i=`https://e-cdns-images.dzcdn.net/images/${this.type}/${this.md5}/${e}x${e}`;if(t.startsWith("jpg")){let e=80;return t.includes("-")&&(e=parseInt(t.substr(4))),t="jpg",i+`-000000-${e}-0-0.jpg`}return"png"==t?i+"-none-100-0-0.png":i+".jpg"}},StaticPicture:class{constructor(e){this.staticURL=e}getURL(){return this.staticURL}}}},79709:(e,t,i)=>{const{Artist:n}=i(5809),{Date:a}=i(7860),{Picture:r,StaticPicture:o}=i(65982);e.exports={Playlist:class{constructor(e){this.id=`pl_${e.id}`,this.title=e.title,this.artist={Main:[]},this.artists=[],this.trackTotal=e.nb_tracks,this.recordType="compile",this.barcode="",this.label="",this.explicit=e.explicit,this.genre=["Compilation"];let t=e.creation_date.slice(0,4),i=e.creation_date.slice(5,7),s=e.creation_date.slice(8,10);if(this.date=new a(s,i,t),this.discTotal="1",this.playlistID=e.id,this.owner=e.creator,e.picture_small.includes("dzcdn.net")){let t=e.picture_small,i=t.slice(t.indexOf("images/")+7);i=i.slice(0,i.indexOf("/"));let n=t.slice(t.indexOf(i+"/")+i.length+1,-24);this.pic=new r(n,i)}else this.pic=new o(e.picture_xl);if(e.various_artist){let t=e.various_artist.picture_small;t=t.slice(t.indexOf("artist/")+7,-24),this.variousArtists=new n(e.various_artist.id,e.various_artist.name,e.various_artist.role,t),this.mainArtist=this.variousArtists}}}}},77655:(e,t,i)=>{const n=i(12210),{Artist:a}=i(5809),{Album:r}=i(28215),{Playlist:o}=i(79709),{Picture:s}=i(65982),{Lyrics:c}=i(69786),{Date:u}=i(7860),{VARIOUS_ARTISTS:l}=i(76303),{changeCase:p}=i(72561),{FeaturesOption:d}=i(74170),{TrackError:h,NoDataToParse:m,AlbumDoesntExists:f}=i(39763),{generateReplayGainString:g,removeDuplicateArtists:v,removeFeatures:y,andCommaConcat:b}=i(72561);e.exports={Track:class{constructor(){this.id="0",this.title="",this.MD5="",this.mediaVersion="",this.trackToken="",this.duration=0,this.fallbackID="0",this.filesizes={},this.localTrack=!1,this.mainArtist=null,this.artist={Main:[]},this.artists=[],this.album=null,this.trackNumber="0",this.discNumber="0",this.date=new u,this.lyrics=null,this.bpm=0,this.contributors={},this.copyright="",this.explicit=!1,this.ISRC="",this.replayGain="",this.playlist=null,this.position=null,this.searched=!1,this.bitrate=0,this.dateString="",this.artistsString="",this.mainArtistsString="",this.featArtistsString="",this.urls={}}parseEssentialData(e,t){this.id=String(e.SNG_ID),this.duration=e.DURATION,this.trackToken=e.TRACK_TOKEN,this.MD5=e.MD5_ORIGIN,this.MD5||t&&t.md5_origin&&(this.MD5=t.md5_origin),this.mediaVersion=e.MEDIA_VERSION,this.fallbackID="0",e.FALLBACK&&(this.fallbackID=e.FALLBACK.SNG_ID),this.localTrack=parseInt(this.id)<0,this.urls={}}async retriveFilesizes(e){let t,i=await e.cookie_jar.getCookies("https://www.deezer.com");i=i.find((e=>"sid"===e.key)).value;try{t=await n.post("https://api.deezer.com/1.0/gateway.php",{searchParams:{api_key:"4VCYIJUCDLOUELGD1V8WBVYBNVDYOXEWSLLZDONGBBDFVXTZJRXPR29JRLQFO6ZE",sid:i,input:"3",output:"3",method:"song_getData"},https:{rejectUnauthorized:!1},json:{sng_id:this.id},headers:e.http_headers,timeout:3e4}).json()}catch(t){return await new Promise((e=>setTimeout(e,2e3))),this.retriveFilesizes(e)}if(t.error.length)throw new h(t.error);const a=t.results;let r={};Object.entries(a).forEach((e=>{let[t,i]=e;t.startsWith("FILESIZE_")&&(r[t]=i,r[t+"_TESTED"]=!1)})),this.filesizes=r}async parseData(e,t,i,n,a,s,c){if(t&&!i)i=await e.gw.get_track_with_fallback(t);else if(!i)throw new m;if(!n)try{n=await e.api.get_track(i.SNG_ID)}catch{n=null}if(this.parseEssentialData(i,n),this.localTrack)this.parseLocalTrackData(i);else{if(await this.retriveFilesizes(e),this.parseTrackGW(i),!i.LYRICS&&"0"!=this.lyrics.id)try{i.LYRICS=await e.gw.get_track_lyrics(this.id)}catch{this.lyrics.id="0"}if("0"!=this.lyrics.id&&this.lyrics.parseLyrics(i.LYRICS),this.album=new r(i.ALB_ID,i.ALB_TITLE,i.ALB_PICTURE||""),!s)try{s=await e.api.get_album(this.album.id)}catch{s=null}if(!a)try{a=await e.gw.get_album(this.album.id)}catch{a=null}if(s)this.album.parseAlbum(s);else{if(!a)throw new f;{this.album.parseAlbumGW(a);const t=await e.api.get_artist(this.album.mainArtist.id);this.album.mainArtist.pic.md5=t.picture_small.slice(t.picture_small.search("artist/")+7,-24)}}a&&this.album.addExtraAlbumGWData(a),this.album.date&&!this.date&&(this.date=this.album.date),this.album.discTotal||(this.album.discTotal=a.NUMBER_DISK||"1"),this.copyright||(this.copyright=a.COPYRIGHT),i.GENRES&&i.GENRES.forEach((e=>{this.album.genre.includes(e)||this.album.genre.push(e)})),this.parseTrack(n)}return this.title=this.title.replace(/\s\s+/g," "),this.artist.Main.length||(this.artist.Main=[this.mainArtist.name]),this.position=i.POSITION,c&&(this.playlist=new o(c)),this.generateMainFeatStrings(),this}parseLocalTrackData(e){this.title=e.SNG_TITLE,this.album=new r(e.ALB_TITLE),this.album.pic=new s(e.ALB_PICTURE||"","cover"),this.mainArtist=new a("0",e.ART_NAME,"Main"),this.artists=[e.ART_NAME],this.artist={Main:[e.ART_NAME]},this.album.artist=this.artist,this.album.artists=this.artists,this.album.date=this.date,this.album.mainArtist=this.mainArtist}parseTrackGW(e){this.title=e.SNG_TITLE.trim(),e.VERSION&&!this.title.includes(e.VERSION.trim())&&(this.title+=` ${e.VERSION.trim()}`),this.discNumber=e.DISK_NUMBER,this.explicit=Boolean(parseInt(e.EXPLICIT_LYRICS||"0")),this.copyright=e.COPYRIGHT,e.GAIN&&(this.replayGain=g(e.GAIN)),this.ISRC=e.ISRC,this.trackNumber=e.TRACK_NUMBER,this.contributors=e.SNG_CONTRIBUTORS,this.rank=e.RANK_SNG,this.lyrics=new c(e.LYRICS_ID||"0"),this.mainArtist=new a(e.ART_ID,e.ART_NAME,"Main",e.ART_PICTRUE),e.PHYSICAL_RELEASE_DATE&&(this.date.day=e.PHYSICAL_RELEASE_DATE.slice(8,10),this.date.month=e.PHYSICAL_RELEASE_DATE.slice(5,7),this.date.year=e.PHYSICAL_RELEASE_DATE.slice(0,4),this.date.fixDayMonth())}parseTrack(e){this.bpm=e.bpm,!this.replayGain&&e.gain&&(this.replayGain=g(e.gain)),this.explicit||(this.explicit=e.explicit_lyrics),this.discNumber||(this.discNumber=e.disk_number),e.contributors.forEach((t=>{const i=String(t.id)==l,n="Main"==t.role;e.contributors.length>1&&i||(this.artists.includes(t.name)||this.artists.push(t.name),(n||!this.artist.Main.includes(t.name)&&!n)&&(this.artist[t.role]||(this.artist[t.role]=[]),this.artist[t.role].push(t.name)))}))}removeDuplicateArtists(){[this.artist,this.artists]=v(this.artist,this.artists)}getCleanTitle(){return y(this.title)}getFeatTitle(){return this.featArtistsString&&!this.title.toLowerCase().includes("feat.")?`${this.title} (${this.featArtistsString})`:this.title}generateMainFeatStrings(){this.mainArtistsString=b(this.artist.Main),this.featArtistsString="",this.artist.Featured&&(this.featArtistsString=`feat. ${b(this.artist.Featured)}`)}applySettings(e){if(e.tags.savePlaylistAsCompilation&&this.playlist?(this.trackNumber=this.position,this.discNumber="1",this.album.makePlaylistCompilation(this.playlist)):this.album.date&&(this.date=this.album.date),this.dateString=this.date.format(e.dateFormat),this.album.dateString=this.album.date.format(e.dateFormat),this.playlist&&(this.playlist.dateString=this.playlist.date.format(e.dateFormat)),e.albumVariousArtists&&this.album.variousArtists){let e=this.album.variousArtists,t="Main"===e.role;this.album.artists.includes(e.name)||this.album.artists.push(e.name),(t||!this.album.artist.Main.includes(e.name)&&!t)&&(this.album.artist[e.role]||(this.album.artist[e.role]=[]),this.album.artist[e.role].push(e.name))}if(this.album.mainArtist.save=!this.album.mainArtist.isVariousArtists()||e.albumVariousArtists&&this.album.mainArtist.isVariousArtists(),e.removeDuplicateArtists&&this.removeDuplicateArtists(),e.featuredToTitle==d.REMOVE_TITLE?this.title=this.getCleanTitle():e.featuredToTitle==d.MOVE_TITLE?this.title=this.getFeatTitle():e.featuredToTitle==d.REMOVE_TITLE_ALBUM&&(this.title=this.getCleanTitle(),this.album.title=this.album.getCleanTitle()),e.removeAlbumVersion&&this.title.includes("Album Version")&&(this.title=this.title.replace(/ ?\(Album Version\)/g,"").trim()),"nothing"!=e.titleCasing?this.title=p(this.title,e.titleCasing):"nothing"!=e.artistCasing&&(this.mainArtist.name=p(this.mainArtist.name,e.artistCasing),this.artists.forEach(((t,i)=>{this.artists[i]=p(t,e.artistCasing)})),Object.keys(this.artist).forEach((t=>{this.artist[t].forEach(((i,n)=>{this.artist[t][n]=p(i,e.artistCasing)}))})),this.generateMainFeatStrings()),"default"==e.tags.multiArtistSeparator)e.featuredToTitle==d.MOVE_TITLE?this.artistsString=this.artist.Main.join(", "):this.artistString=this.artists.join(", ");else if("andFeat"==e.tags.multiArtistSeparator)this.artistsString=this.mainArtistsString,this.featArtistsString&&e.featuredToTitle!=d.MOVE_TITLE&&(this.artistsString+=` ${this.featArtistsString}`);else{let t=e.tags.multiArtistSeparator;e.featuredToTitle==d.MOVE_TITLE?this.artistsString=this.artist.Main.join(t):this.artistsString=this.artists.join(t)}}}}},76303:e=>{e.exports={VARIOUS_ARTISTS:"5080"}},37175:function(e){e.exports=function(){"use strict";function e(e,t){for(var i=0;i>>0}function l(e,t){return u(e^t)}function p(e,t){return u(e+t|0)}function d(e,t,i,n){return u(e<<24|t<<16|i<<8|n)}function h(e){return[e>>>24&255,e>>>16&255,e>>>8&255,255&e]}function m(e){return"string"==typeof e}function f(e){return"object"==typeof e&&"byteLength"in e}function g(e){return m(e)||f(e)}function v(e,t){var i=!1;return Object.keys(e).forEach((function(n){e[n]===t&&(i=!0)})),i}function y(e){if(m(e))return function(e){for(var t=new Uint8Array(4*e.length),i=0,n=0;n!==e.length;n++){var a=e.charCodeAt(n);if(a<128)t[i++]=a;else{if(a<2048)t[i++]=a>>6|192;else{if(55295=e.length)return console.error("Incomplete surrogate pair"),t.subarray(0,i);var r=e.charCodeAt(n);if(r<56320||57343>18|240,t[i++]=a>>12&63|128}else t[i++]=a>>12|224;t[i++]=a>>6&63|128}t[i++]=63&a|128}}return t.subarray(0,i)}(e);if(f(e))return new Uint8Array(e);throw new Error("Unsupported type")}return function(){function u(e,n,u){if(void 0===n&&(n=t.ECB),void 0===u&&(u=i.PKCS5),!g(e))throw new Error("Key should be a string or an ArrayBuffer / Buffer");if(!v(t,n))throw new Error("Unsupported mode");if(!v(i,u))throw new Error("Unsupported padding");this.mode=n,this.padding=u,this.iv=null,this.p=a.slice(),this.s=[r.slice(),o.slice(),s.slice(),c.slice()],e=function(e){if(72<=e.length)return e;for(var t=[];t.length<72;)for(var i=0;i=e.length)return console.error("Incomplete 2-byte sequence"),i;n=(31&n)<<6|63&e[t++]}else if(223=e.length)return console.error("Incomplete 3-byte sequence"),i;n=(15&n)<<12|(63&e[t++])<<6|63&e[t++]}else{if(!(239=e.length)return console.error("Incomplete 4-byte sequence"),i;n=(7&n)<<18|(63&e[t++])<<12|(63&e[t++])<<6|63&e[t++]}if(n<=65535)i+=String.fromCharCode(n);else{if(!(n<=1114111))return console.error("Code point 0x"+n.toString(16)+" exceeds UTF-16 reach"),i;n-=65536,i+=String.fromCharCode(n>>10|55296),i+=String.fromCharCode(1023&n|56320)}}return i}(e);default:throw new Error("Unsupported return type")}},b._encryptBlock=function(e,t){for(var i=0;i<16;i++){e=l(e,this.p[i]);var n=[t=l(t,this._f(e)),e];e=n[0],t=n[1]}var a=[t,e];return t=l(t=a[1],this.p[16]),[e=l(e=a[0],this.p[17]),t]},b._decryptBlock=function(e,t){for(var i=17;1>>24&255],this.s[1][e>>>16&255]);return p(t=l(t,this.s[2][e>>>8&255]),this.s[3][255&e])},b._encodeECB=function(e){for(var t=new Uint8Array(e.length),i=0;i{const n=i(76417);let a;try{a=i(37175)}catch(e){}function r(e,t="binary"){let i=n.createHash("md5");return i.update(Buffer.from(e,t)),i.digest("hex")}e.exports={_md5:r,_ecbCrypt:function(e,t){let i=n.createCipheriv("aes-128-ecb",Buffer.from(e),Buffer.from(""));return i.setAutoPadding(!1),Buffer.concat([i.update(t,"binary"),i.final()]).toString("hex").toLowerCase()},_ecbDecrypt:function(e,t){let i=n.createDecipheriv("aes-128-ecb",Buffer.from(e),Buffer.from(""));return i.setAutoPadding(!1),Buffer.concat([i.update(t,"binary"),i.final()]).toString("hex").toLowerCase()},generateBlowfishKey:function(e){const t=r(e.toString(),"ascii");let i="";for(let e=0;e<16;e++)i+=String.fromCharCode(t.charCodeAt(e)^t.charCodeAt(e+16)^"g4el58wc0zvf9na1".charCodeAt(e));return String(i)},decryptChunk:function(e,t){if(n.getCiphers().includes("bf-cbc")){let i=n.createDecipheriv("bf-cbc",t,Buffer.from([0,1,2,3,4,5,6,7]));return i.setAutoPadding(!1),Buffer.concat([i.update(e),i.final()])}if(a){let i=new a(t,a.MODE.CBC,a.PADDING.NULL);return i.setIv(Buffer.from([0,1,2,3,4,5,6,7])),Buffer.from(i.decode(e,a.TYPE.UINT8_ARRAY))}throw new Error("Can't find a way to decrypt chunks")}}},39612:(e,t,i)=>{const n=i(12210),{CookieJar:a}=i(47857),{_md5:r}=i(92),{USER_AGENT_HEADER:o}=i(72561),s="172365",c="fb0bec7ccc063dab0417eb7b0d847f34";e.exports={getAccessToken:async function(e,t){t=r(t,"utf8");const i=r([s,e,t,c].join(""),"utf8");return(await n.get("https://api.deezer.com/auth/token",{searchParams:{app_id:s,login:e,password:t,hash:i},https:{rejectUnauthorized:!1},headers:{"User-Agent":o}}).json()).access_token},getArlFromAccessToken:async function(e){let t=new a;return await n.get("https://api.deezer.com/platform/generic/track/3135556",{headers:{Authorization:`Bearer ${e}`,"User-Agent":o},https:{rejectUnauthorized:!1},cookieJar:t}),(await n.get("https://www.deezer.com/ajax/gw-light.php?method=user.getArl&input=3&api_version=1.0&api_token=null",{headers:{"User-Agent":o},https:{rejectUnauthorized:!1},cookieJar:t}).json()).results}}},26355:function(e){e.exports=function(){"use strict";function e(e){return String(e).split("").map((function(e){return e.charCodeAt(0)}))}function t(t){return new Uint8Array(e(t))}function i(t){var i=new Uint8Array(2*t.length);return new Uint16Array(i.buffer).set(e(t)),i}function n(e){var t=255;return[e>>>24&t,e>>>16&t,e>>>8&t,e&t]}return function(){var e=a.prototype;function a(e){if(!e||"object"!=typeof e||!("byteLength"in e))throw new Error("First argument should be an instance of ArrayBuffer or Buffer");this.arrayBuffer=e,this.padding=4096,this.frames=[],this.url="",this.separateWithNull=!1}return e._setIntegerFrame=function(e,t){t="TDAT"===e?String(parseInt(t,10)).padStart(4,"0"):parseInt(t,10),this.frames.push({name:e,value:t,size:11+t.toString().length,__type__:"Integer"})},e._setStringFrame=function(e,t){t=t.toString(),this.frames.push({name:e,value:t,size:13+2*t.length,__type__:"String"})},e._setPictureFrame=function(e,t,i,n){var a=function(e){if(!e||!e.length)return null;if(255===e[0]&&216===e[1]&&255===e[2])return"image/jpeg";if(137===e[0]&&80===e[1]&&78===e[2]&&71===e[3])return"image/png";if(71===e[0]&&73===e[1]&&70===e[2])return"image/gif";if(87===e[8]&&69===e[9]&&66===e[10]&&80===e[11])return"image/webp";var t=73===e[0]&&73===e[1]&&42===e[2]&&0===e[3],i=77===e[0]&&77===e[1]&&0===e[2]&&42===e[3];return t||i?"image/tiff":66===e[0]&&77===e[1]?"image/bmp":0===e[0]&&0===e[1]&&1===e[2]&&0===e[3]?"image/x-icon":null}(new Uint8Array(t)),r=i.toString();if(!a)throw new Error("Unknown picture MIME type");i||(n=!1),this.frames.push({name:"APIC",value:t,pictureType:e,mimeType:a,useUnicodeEncoding:n,description:r,size:(t=t.byteLength,a=a.length,r=r.length,11+a+1+1+(n?2+2*(r+1):r+1)+t),__type__:"Picture"})},e._setLyricsFrame=function(e,t,i){e=e.split("").map((function(e){return e.charCodeAt(0)})),t=t.toString(),i=i.toString(),this.frames.push({name:"USLT",value:i,language:e,description:t,size:(t=t.length,i=i.length,16+2*t+2+2+2*i),__type__:"Lyrics"})},e._setCommentFrame=function(e,t,i){e=e.split("").map((function(e){return e.charCodeAt(0)})),t=t.toString(),i=i.toString(),this.frames.push({name:"COMM",value:i,language:e,description:t,size:(t=t.length,i=i.length,16+2*t+2+2+2*i),__type__:"Comment"})},e._setPrivateFrame=function(e,t){e=e.toString(),this.frames.push({name:"PRIV",value:t,id:e,size:(e=e.length,t=t.byteLength,10+e+1+t),__type__:"Private"})},e._setUserStringFrame=function(e,t){e=e.toString(),t=t.toString(),this.frames.push({name:"TXXX",description:e,value:t,size:(e=e.length,t=t.length,13+2*e+2+2+2*t),__type__:"UserString"})},e._setUrlLinkFrame=function(e,t){t=t.toString(),this.frames.push({name:e,value:t,size:10+t.length,__type__:"UrlLink"})},e._setPairedTextFrame=function(e,t){var i;this.frames.push({name:e,value:t,size:(i=0,t.forEach((function(e){i+=2+2*e[0].length+2+2+2*e[1].length+2})),11+i),__type__:"PairedText"})},e._setSynchronisedLyricsFrame=function(e,t,i,n){var a;n=n.split("").map((function(e){return e.charCodeAt(0)})),this.frames.push({name:"SYLT",value:t,language:n,type:e,timestampFormat:i,size:(a=0,t.forEach((function(e){a+=2+2*e[0].length+2+4})),16+a),__type__:"SynchronisedLyrics"})},e._setPopularimeterFrame=function(e,t,i){var n=e.toString();t=parseInt(t,10),void 0!==i&&(i=parseInt(Math.abs(i),10)),this.frames.push({name:"POPM",value:t,email:n,count:i,size:10+e.length+1+1+(e=void(e=0)!==(i=i)?Math.max(Math.ceil(Math.log2(i+1)/8),4):e),__type__:"PopularimeterFrame"})},e.setFrame=function(e,t){switch(e){case"TPE1":case"TCOM":case"TPE2":case"TCON":if(!Array.isArray(t))throw new Error(e+" frame value should be an array of strings");var i=this.separateWithNull?String.fromCharCode(0):"TCON"===e?";":"/";i=t.join(i),this._setStringFrame(e,i);break;case"TLAN":case"TIT1":case"TIT2":case"TIT3":case"TALB":case"TPE3":case"TPE4":case"TRCK":case"TPOS":case"TMED":case"TPUB":case"TCOP":case"TCMP":case"TKEY":case"TEXT":case"TSRC":this._setStringFrame(e,t);break;case"TBPM":case"TLEN":case"TDAT":case"TYER":this._setIntegerFrame(e,t);break;case"USLT":if(t.language=t.language||"eng","object"!=typeof t||!("description"in t)||!("lyrics"in t))throw new Error("USLT frame value should be an object with keys description and lyrics");if(t.language&&!t.language.match(/[a-z]{3}/i))throw new Error("Language must be coded following the ISO 639-2 standards");this._setLyricsFrame(t.language,t.description,t.lyrics);break;case"APIC":if(!("object"==typeof t&&"type"in t&&"data"in t&&"description"in t))throw new Error("APIC frame value should be an object with keys type, data and description");if(t.type<0||20>>21&(r=127),e>>>14&r,e>>>7&r,e&r],s.set(u,c),c+=u.length,this.frames.forEach((function(e){switch(u=t(e.name),s.set(u,c),c+=u.length,u=n(e.size-10),s.set(u,c),c+=u.length,c+=2,e.__type__){case"UrlLink":u=t(e.value),s.set(u,c),c+=u.length;break;case"String":u=[1].concat(a),s.set(u,c),c+=u.length,u=i(e.value),s.set(u,c),c+=u.length;break;case"UserString":case"Lyrics":case"Comment":u=[1],u=(u="USLT"===e.name||"COMM"===e.name?u.concat(e.language):u).concat(a),s.set(u,c),c+=u.length,u=i(e.description),s.set(u,c),c+=u.length,u=[0,0].concat(a),s.set(u,c),c+=u.length,u=i(e.value),s.set(u,c),c+=u.length;break;case"Integer":c++,u=t(e.value),s.set(u,c),c+=u.length;break;case"Private":u=t(e.id),s.set(u,c),c+=u.length,c++,s.set(new Uint8Array(e.value),c),c+=e.value.byteLength;break;case"Picture":u=[e.useUnicodeEncoding?1:0],s.set(u,c),c+=u.length,u=t(e.mimeType),s.set(u,c),c+=u.length,u=[0,e.pictureType],s.set(u,c),c+=u.length,e.useUnicodeEncoding?(u=[].concat(a),s.set(u,c),c+=u.length,u=i(e.description),s.set(u,c),c+=u.length,c+=2):(u=t(e.description),s.set(u,c),c+=u.length,c++),s.set(new Uint8Array(e.value),c),c+=e.value.byteLength;break;case"PairedText":u=[1],s.set(u,c),c+=u.length,e.value.forEach((function(e){u=[].concat(a),s.set(u,c),c+=u.length,u=i(e[0].toString()),s.set(u,c),c+=u.length,u=[0,0].concat(a),s.set(u,c),c+=u.length,u=i(e[1].toString()),s.set(u,c),c+=u.length,u=[0,0],s.set(u,c),c+=u.length}));break;case"SynchronisedLyrics":u=(u=(u=(u=[1]).concat(e.language)).concat(e.timestampFormat)).concat(e.type),s.set(u,c),c+=u.length,e.value.forEach((function(e){u=[].concat(a),s.set(u,c),c+=u.length,u=i(e[0].toString()),s.set(u,c),c+=u.length,u=[0,0],s.set(u,c),c+=u.length,u=n(e[1]),s.set(u,c),c+=u.length}));break;case"PopularimeterFrame":u=t(e.email),s.set(u,c),c+=u.length,c+=1,u=[e.value],s.set(u,c),c+=u.length,void 0!==e.count&&(u=function(e,t){for(var i=Math.ceil(Math.log2(e+1)/8),n=[],a=0;a{const n=i(92413),{promisify:a}=i(31669),r=a(n.pipeline),{accessSync:o,constants:s}=i(35747),{ErrorMessages:c}=i(39763);function u(e){return e.forEach(((t,i)=>{e.forEach(((n,a)=>{i!=a&&n.toLowerCase().includes(t.toLowerCase())&&e.splice(a,1)}))})),e}e.exports={USER_AGENT_HEADER:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36",generateReplayGainString:function(e){return Math.round(-100*(parseFloat(e)+18.4))/100+" dB"},removeFeatures:function(e){let t=e;if(-1!=t.search(/\(feat\./gi)){const e=t.search(/\(feat\./gi);let i=t.slice(0,e);t.includes(")")&&(i+=t.slice(t.indexOf(")",e+1)+1)),t=i.trim(),t=t.replace(/\s\s+/g," ")}return t},andCommaConcat:function(e){const t=e.length;let i="";return e.forEach(((e,n)=>{i+=e,t!=n+1&&(i+=t-1==n+1?" & ":", ")})),i},uniqueArray:u,removeDuplicateArtists:function(e,t){return t=u(t),Object.keys(e).forEach((t=>{e[t]=u(e[t])})),[e,t]},pipeline:r,canWrite:function(e){try{o(e,s.R_OK|s.W_OK)}catch{return!1}return!0},changeCase:function(e,t){switch(t){case"lower":return e.toLowerCase();case"upper":return e.toUpperCase();case"start":e=e.split(" ");for(let t=0;te[t].startsWith(i)))?e[t]=e[t][0]+e[t][1].toUpperCase()+e[t].substr(2).toLowerCase():e[t]=e[t][0].toUpperCase()+e[t].substr(1).toLowerCase();return e.join(" ");case"sentence":return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase();default:return e}},shellEscape:function(e){return"string"!=typeof e?"":/[^\w@%+=:,./-]/g.test(e)?"'"+e.replaceAll("'","'\"'\"'")+"'":e},formatListener:function(e,t){let i="";switch(e){case"startAddingArtist":return`Started gathering ${t.name}'s albums (${t.id})`;case"finishAddingArtist":return`Finished gathering ${t.name}'s albums (${t.id})`;case"updateQueue":return i=`[${t.uuid}]`,t.downloaded&&(i+=` Completed download of ${t.downloadPath.slice(t.extrasPath.length)}`),t.failed&&(i+=` ${t.data.artist} - ${t.data.title} :: ${t.error}`),t.progress&&(i+=` Download at ${t.progress}%`),t.conversion&&(i+=` Conversion at ${t.conversion}%`),i;case"downloadInfo":switch(i=t.state,t.state){case"getTags":i="Getting tags.";break;case"gotTags":i="Tags got.";break;case"getBitrate":i="Getting download URL.";break;case"bitrateFallback":i="Desired bitrate not found, falling back to lower bitrate.";break;case"searchFallback":i="This track has been searched for, result might not be 100% exact.";break;case"gotBitrate":i="Download URL got.";break;case"getAlbumArt":i="Downloading album art.";break;case"gotAlbumArt":i="Album art downloaded.";break;case"downloading":i="Downloading track.",t.alreadyStarted?i+=` Recovering download from ${t.value}.`:i+=` Downloading ${t.value} bytes.`;break;case"downloaded":i="Track downloaded.";break;case"alreadyDownloaded":i="Track already downloaded.";break;case"tagging":i="Tagging track.";break;case"tagged":i="Track tagged."}return`[${t.uuid}] ${t.data.artist} - ${t.data.title} :: ${i}`;case"downloadWarn":switch(i=`[${t.uuid}] ${t.data.artist} - ${t.data.title} :: ${c[t.state]} `,t.solution){case"fallback":i+="Using fallback id.";break;case"search":i+="Searching for alternative."}return i;case"currentItemCancelled":return`Current item cancelled (${t})`;case"removedFromQueue":return`[${t}] Removed from the queue`;case"finishDownload":return`[${t}] Finished downloading`;case"startConversion":return`[${t}] Started converting`;case"finishConversion":return`[${t.uuid}] Finished converting`;default:return i}}}},13379:(e,t,i)=>{const{sep:n}=i(85622),{homedir:a}=i(12087),r=i(35747),{canWrite:o}=i(72561);let s=a(),c="",u="";function l(e){return""===e?"":r.existsSync(e)&&o(e)?e:""}e.exports={getConfigFolder:function(){return""!=c||(process.env.XDG_CONFIG_HOME&&""===c&&(c=`${process.env.XDG_CONFIG_HOME}${n}`,c=l(c)),process.env.APPDATA&&""===c&&(c=`${process.env.APPDATA}${n}`,c=l(c)),"darwin"==process.platform&&""===c&&(c=`${s}/Library/Application Support/`,c=l(c)),""===c&&(c=`${s}${n}.config${n}`,c=l(c)),""===c?c=`${process.cwd()}${n}config${n}`:c+=`deemix${n}`,process.env.DEEMIX_DATA_DIR&&(c=process.env.DEEMIX_DATA_DIR)),c},getMusicFolder:function(){if(""!=u)return u;if(process.env.XDG_MUSIC_DIR&&""===u&&(u=`${process.env.XDG_MUSIC_DIR}${n}`,u=l(u)),r.existsSync(`${s}${n}.config${n}user-dirs.dirs`)){const e=r.readFileSync(`${s}${n}.config${n}user-dirs.dirs`).toString();u=e.match(/XDG_MUSIC_DIR="(.*)"/)[1],u=u.replace(/\$([A-Z_]+[A-Z0-9_]*)/gi,((e,t)=>process.env[t])),u+=n,u=l(u)}if("win32"==process.platform&&""===u){const{execSync:e}=i(63129),t=["My Music","{4BD8D571-6D19-48D3-BE97-422220080E43}"];let a=e('reg.exe query "HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders"').toString().split("\r\n");for(let e=0;e{const{TrackFormats:n}=i(83792),a={[n.MP4_RA3]:"360 HQ",[n.MP4_RA2]:"360 MQ",[n.MP4_RA1]:"360 LQ",[n.FLAC]:"FLAC",[n.MP3_320]:"320",[n.MP3_128]:"128",[n.DEFAULT]:"128",[n.LOCAL]:"MP3"};function r(e,t="_"){return(e=(e+="").replace(/[\0/\\:*?"<>|]/g,t)).normalize("NFC")}function o(e){if(e.includes("/")){let t=e.split("/");e="",t.forEach((t=>{t=o(t),e+=`${t}/`})),e=e.slice(0,-1)}else e=e.slice(0,200);return e}function s(e){for(;"."==e[e.length-1]||" "==e[e.length-1]||"\n"==e[e.length-1];)e=e.slice(0,-1);return e.length<1&&(e="dot"),e}function c(e,t,i){let n;return n=0==parseInt(i.paddingSize)?(t+"").length:(10**(parseInt(i.paddingSize)-1)+"").length,1==n&&(n=2),i.padTracks?(e+"").padStart(n,"0"):e+""}function u(e,t,i){let n=i.illegalCharacterReplacer;return e=(e=(e=(e=(e=e.replaceAll("%title%",r(t.title,n))).replaceAll("%artist%",r(t.mainArtist.name,n))).replaceAll("%artists%",r(t.artists.join(", "),n))).replaceAll("%allartists%",r(t.artistsString,n))).replaceAll("%mainartists%",r(t.mainArtistsString,n)),e=(e=(e=(e=(e=(e=(e=t.featArtistsString?e.replaceAll("%featartists%",r("("+t.featArtistsString+")",n)):e.replaceAll("%featartists%","")).replaceAll("%album%",r(t.album.title,n))).replaceAll("%albumartist%",r(t.album.mainArtist.name,n))).replaceAll("%tracknumber%",c(t.trackNumber,t.album.trackTotal,i))).replaceAll("%tracktotal%",t.album.trackTotal)).replaceAll("%discnumber%",t.discNumber)).replaceAll("%disctotal%",t.album.discTotal),e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=t.album.genre.length?e.replaceAll("%genre%",r(t.album.genre[0],n)):e.replaceAll("%genre%","Unknown")).replaceAll("%year%",t.date.year)).replaceAll("%date%",t.dateString)).replaceAll("%bpm%",t.bpm)).replaceAll("%label%",r(t.album.label,n))).replaceAll("%isrc%",t.ISRC)).replaceAll("%upc%",t.album.barcode)).replaceAll("%explicit%",t.explicit?"(Explicit)":"")).replaceAll("%track_id%",t.id)).replaceAll("%album_id%",t.album.id)).replaceAll("%artist_id%",t.mainArtist.id),s(o(e=(e=t.playlist?(e=e.replaceAll("%playlist_id%",t.playlist.playlistID)).replaceAll("%position%",c(t.position,t.playlist.trackTotal,i)):(e=e.replaceAll("%playlist_id%","")).replaceAll("%position%",c(t.position,t.album.trackTotal,i))).replaceAll("\\","/")))}function l(e,t,i,n){let c=i.illegalCharacterReplacer;return n&&i.tags.savePlaylistAsCompilation?e=(e=e.replaceAll("%album_id%","pl_"+n.playlistID)).replaceAll("%genre%","Compile"):(e=e.replaceAll("%album_id%",t.id),e=t.genre.length?e.replaceAll("%genre%",r(t.genre[0],c)):e.replaceAll("%genre%","Unknown")),e=(e=(e=e.replaceAll("%album%",r(t.title,c))).replaceAll("%artist%",r(t.mainArtist.name,c))).replaceAll("%artist_id%",t.mainArtist.id),s(o(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=t.rootArtist?(e=e.replaceAll("%root_artist%",r(t.rootArtist.name,c))).replaceAll("%root_artist_id%",t.rootArtist.id):(e=e.replaceAll("%root_artist%",r(t.mainArtist.name,c))).replaceAll("%root_artist_id%",t.mainArtist.id)).replaceAll("%tracktotal%",t.trackTotal)).replaceAll("%disctotal%",t.discTotal)).replaceAll("%type%",r(t.recordType.charAt(0).toUpperCase()+t.recordType.slice(1),c))).replaceAll("%upc%",t.barcode)).replaceAll("%explicit%",t.explicit?"(Explicit)":"")).replaceAll("%label%",r(t.label,c))).replaceAll("%year%",t.date.year)).replaceAll("%date%",t.dateString)).replaceAll("%bitrate%",a[parseInt(t.bitrate)])).replaceAll("\\","/")))}function p(e,t,i,n){let a=i.illegalCharacterReplacer;return e=(e=e.replaceAll("%artist%",r(t.name,a))).replaceAll("%artist_id%",t.id),s(o(e=(e=n?(e=e.replaceAll("%root_artist%",r(n.name,a))).replaceAll("%root_artist_id%",n.id):(e=e.replaceAll("%root_artist%",r(t.name,a))).replaceAll("%root_artist_id%",t.id)).replaceAll("\\","/")))}function d(e,t,i){let n=i.illegalCharacterReplacer;return s(o(e=(e=(e=(e=(e=(e=(e=(e=e.replaceAll("%playlist%",r(t.title,n))).replaceAll("%playlist_id%",r(t.playlistID,n))).replaceAll("%owner%",r(t.owner.name,n))).replaceAll("%owner_id%",t.owner.id)).replaceAll("%year%",t.date.year)).replaceAll("%date%",t.dateString)).replaceAll("%explicit%",t.explicit?"(Explicit)":"")).replaceAll("\\","/")))}e.exports={generatePath:function(e,t,i){let n="%artist% - %title%",a=!1;"track"===t.type?(n=i.createSingleFolder?i.albumTracknameTemplate:i.tracknameTemplate,a=!0):n="album"===t.type?i.albumTracknameTemplate:i.playlistTracknameTemplate;let r,o,s,c,h=u(n,e,i);if(r=i.downloadLocation||".",i.createPlaylistFolder&&e.playlist&&!i.tags.savePlaylistAsCompilation&&(r+=`/${d(i.playlistNameTemplate,e.playlist,i)}`),e.playlist&&!i.tags.savePlaylistAsCompilation&&(c=r),(i.createArtistFolder&&!e.playlist||i.createArtistFolder&&e.playlist&&i.tags.savePlaylistAsCompilation||i.createArtistFolder&&e.playlist&&i.createStructurePlaylist)&&(r+=`/${p(i.artistNameTemplate,e.album.mainArtist,i,e.album.rootArtist)}`,o=r),i.createAlbumFolder&&(!a||a&&i.createSingleFolder)&&(!e.playlist||e.playlist&&i.tags.savePlaylistAsCompilation||e.playlist&&i.createStructurePlaylist)&&(r+=`/${l(i.albumNameTemplate,e.album,i,e.playlist)}`,s=r),c||(c=r),parseInt(e.album.discTotal)>1&&(i.createAlbumFolder&&i.createCDFolder&&(!a||a&&i.createSingleFolder)&&(!e.playlist||e.playlist&&i.tags.savePlaylistAsCompilation)||e.playlist&&i.createStructurePlaylist)&&(r+=`/CD${e.discNumber}`),h.includes("/")){let e=h.slice(0,h.indexOf("/"));r+=`/${e}`,h=h.slice(e.length+1)}return{filename:h,filepath:r,artistPath:o,coverPath:s,extrasPath:c}},generateTrackName:u,generateAlbumName:l,generateArtistName:p,generatePlaylistName:d,generateDownloadObjectName:function(e,t,i){let n=i.illegalCharacterReplacer;return s(o(e=(e=(e=(e=(e=(e=(e=e.replaceAll("%title%",r(t.title,n))).replaceAll("%artist%",r(t.artist,n))).replaceAll("%size%",t.size)).replaceAll("%type%",r(t.type,n))).replaceAll("%id%",r(t.id,n))).replaceAll("%bitrate%",a[parseInt(t.bitrate)])).replaceAll("\\","/").replace("/",n)))}}},54477:(e,t,i)=>{const n=i(12210),{APIError:a,ItemsLimitExceededException:r,PermissionException:o,InvalidTokenException:s,WrongParameterException:c,MissingParameterException:u,InvalidQueryException:l,DataException:p,IndividualAccountChangedNotAllowedException:d}=i(64829),h={RANKING:"RANKING",TRACK_ASC:"TRACK_ASC",TRACK_DESC:"TRACK_DESC",ARTIST_ASC:"ARTIST_ASC",ARTIST_DESC:"ARTIST_DESC",ALBUM_ASC:"ALBUM_ASC",ALBUM_DESC:"ALBUM_DESC",RATING_ASC:"RATING_ASC",RATING_DESC:"RATING_DESC",DURATION_ASC:"DURATION_ASC",DURATION_DESC:"DURATION_DESC"};e.exports={SearchOrder:h,API:class{constructor(e,t){this.http_headers=t,this.cookie_jar=e,this.access_token=null}async api_call(e,t){let i;void 0===t&&(t={}),this.access_token&&(t.access_token=this.access_token);try{i=await n.get("https://api.deezer.com/"+e,{searchParams:t,cookieJar:this.cookie_jar,headers:this.http_headers,https:{rejectUnauthorized:!1},timeout:3e4}).json()}catch(i){return console.debug("[ERROR] deezer.api",e,t,i.message),await new Promise((e=>setTimeout(e,2e3))),this.api_call(e,t)}if(i.error){if(i.error.code){if(-1!=[4,700].indexOf(i.error.code))return await new Promise((e=>setTimeout(e,5e3))),await this.api_call(e,t);if(100==i.error.code)throw new r(`ItemsLimitExceededException: ${e} ${i.error.message||""}`);if(200==i.error.code)throw new o(`PermissionException: ${e} ${i.error.message||""}`);if(300==i.error.code)throw new s(`InvalidTokenException: ${e} ${i.error.message||""}`);if(500==i.error.code)throw new c(`ParameterException: ${e} ${i.error.message||""}`);if(501==i.error.code)throw new u(`MissingParameterException: ${e} ${i.error.message||""}`);if(600==i.error.code)throw new l(`InvalidQueryException: ${e} ${i.error.message||""}`);if(800==i.error.code)throw new p(`DataException: ${e} ${i.error.message||""}`);if(901==i.error.code)throw new d(`IndividualAccountChangedNotAllowedException: ${e} ${i.error.message||""}`)}throw a(i.error)}return i}get_album(e){return this.api_call(`album/${e}`)}get_album_by_UPC(e){return this.get_album(`upc:${e}`)}get_album_comments(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`album/${e}/comments`,{index:i,limit:n})}get_album_fans(e,t={}){const i=t.index||0,n=t.limit||100;return this.api_call(`album/${e}/fans`,{index:i,limit:n})}get_album_tracks(e,t={}){const i=t.index||0,n=t.limit||-1;return this.api_call(`album/${e}/tracks`,{index:i,limit:n})}get_artist(e){return this.api_call(`artist/${e}`)}get_artist_top(e,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`artist/${e}/top`,{index:i,limit:n})}get_artist_albums(e,t={}){const i=t.index||0,n=t.limit||-1;return this.api_call(`artist/${e}/albums`,{index:i,limit:n})}get_artist_comments(e,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`artist/${e}/comments`,{index:i,limit:n})}get_artist_fans(e,t={}){const i=t.index||0,n=t.limit||100;return this.api_call(`artist/${e}/fans`,{index:i,limit:n})}get_artist_related(e,t={}){const i=t.index||0,n=t.limit||20;return this.api_call(`artist/${e}/related`,{index:i,limit:n})}get_artist_radio(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`artist/${e}/radio`,{index:i,limit:n})}get_artist_playlists(e,t={}){const i=t.index||0,n=t.limit||-1;return this.api_call(`artist/${e}/playlists`,{index:i,limit:n})}get_chart(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}`,{index:i,limit:n})}get_chart_tracks(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/tracks`,{index:i,limit:n})}get_chart_albums(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/albums`,{index:i,limit:n})}get_chart_artists(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/artists`,{index:i,limit:n})}get_chart_playlists(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/playlists`,{index:i,limit:n})}get_chart_podcasts(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/podcasts`,{index:i,limit:n})}get_comment(e){return this.api_call(`comment/${e}`)}get_editorials(e={}){const t=e.index||0,i=e.limit||10;return this.api_call("editorial",{index:t,limit:i})}get_editorial(e=0){return this.api_call(`editorial/${e}`)}get_editorial_selection(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`editorial/${e}/selection`,{index:i,limit:n})}get_editorial_charts(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`editorial/${e}/charts`,{index:i,limit:n})}get_editorial_releases(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`editorial/${e}/releases`,{index:i,limit:n})}get_genres(e={}){const t=e.index||0,i=e.limit||10;return this.api_call("genre",{index:t,limit:i})}get_genre(e=0){return this.api_call(`genre/${e}`)}get_genre_artists(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`genre/${e}/artists`,{index:i,limit:n})}get_genre_radios(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`genre/${e}/radios`,{index:i,limit:n})}get_infos(){return this.api_call("infos")}get_options(){return this.api_call("options")}get_playlist(e){return this.api_call(`playlist/${e}`)}get_playlist_comments(e,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`playlist/${e}/comments`,{index:i,limit:n})}get_playlist_fans(e,t={}){const i=t.index||0,n=t.limit||100;return this.api_call(`playlist/${e}/fans`,{index:i,limit:n})}get_playlist_tracks(e,t={}){const i=t.index||0,n=t.limit||-1;return this.api_call(`playlist/${e}/tracks`,{index:i,limit:n})}get_playlist_radio(e,t={}){const i=t.index||0,n=t.limit||100;return this.api_call(`playlist/${e}/radio`,{index:i,limit:n})}get_radios(e={}){const t=e.index||0,i=e.limit||10;return this.api_call("radio",{index:t,limit:i})}get_radios_genres(e={}){const t=e.index||0,i=e.limit||25;return this.api_call("radio/genres",{index:t,limit:i})}get_radios_top(e={}){const t=e.index||0,i=e.limit||50;return this.api_call("radio/top",{index:t,limit:i})}get_radios_lists(e={}){const t=e.index||0,i=e.limit||25;return this.api_call("radio/lists",{index:t,limit:i})}get_radio(e){return this.api_call(`radio/${e}`)}get_radio_tracks(e,t={}){const i=t.index||0,n=t.limit||40;return this.api_call(`radio/${e}/tracks`,{index:i,limit:n})}_generate_search_advanced_query(e){let t="";return e.artist&&(t+=`artist:"${e.artist}" `),e.album&&(t+=`album:"${e.album}" `),e.track&&(t+=`track:"${e.track}" `),e.label&&(t+=`label:"${e.label}" `),e.dur_min&&(t+=`dur_min:"${e.dur_min}" `),e.dur_max&&(t+=`dur_max:"${e.dur_max}" `),e.bpm_min&&(t+=`bpm_min:"${e.bpm_min}" `),e.bpm_max&&(t+=`bpm_max:"${e.bpm_max}" `),t.trim()}_generate_search_args(e,t={}){const i=t.strict||!1,n=t.order||h.RANKING;let a={q:e,index:t.index||0,limit:t.limit||25};return i&&(a.strict="on"),n&&(a.order=n),a}search(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search",i)}advanced_search(e,t={}){const i=this._generate_search_advanced_query(e);return this.search(i,t)}search_album(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/album",i)}search_artist(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/artist",i)}search_playlist(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/playlist",i)}search_radio(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/radio",i)}search_track(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/track",i)}search_user(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/user",i)}get_track(e){return this.api_call(`track/${e}`)}get_track_by_ISRC(e){return this.get_track(`isrc:${e}`)}get_user(e){return this.api_call(`user/${e}`)}get_user_albums(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/albums`,{index:i,limit:n})}get_user_artists(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/artists`,{index:i,limit:n})}get_user_flow(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/flow`,{index:i,limit:n})}get_user_following(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/followings`,{index:i,limit:n})}get_user_followers(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/followers`,{index:i,limit:n})}get_user_playlists(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/playlists`,{index:i,limit:n})}get_user_radios(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/radios`,{index:i,limit:n})}get_user_tracks(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/tracks`,{index:i,limit:n})}async get_countries_charts(){let e=(await this.get_user_playlists("637006841",{index:0,limit:-1})).data.sort(((e,t)=>e.title.localeCompare(t.title)));return e[0].title.startsWith("Top")||e.shift(),e}async get_track_id_from_metadata(e,t,i){e=e.replace("–","-").replace("’","'"),t=t.replace("–","-").replace("’","'"),i=i.replace("–","-").replace("’","'");let n=await this.advanced_search({artist:e,track:t,album:i});if(n.data.length)return n.data[0].id;if(n=await this.advanced_search({artist:e,track:t}),n.data.length)return n.data[0].id;if(-1!=t.indexOf("(")&&-1!=t.indexOf(")")&&t.indexOf("("){class t extends Error{constructor(e){super(e),this.name="DeezerError"}}class i extends t{constructor(e){super(e),this.name="APIError"}}e.exports={DeezerError:t,WrongLicense:class extends t{constructor(e){super(),this.name="WrongLicense",this.message=`Your account can't request urls for ${e} tracks`,this.format=e}},WrongGeolocation:class extends t{constructor(e){super(),this.name="WrongGeolocation",this.message=`The track you requested can't be streamed in country ${e}`,this.country=e}},APIError:i,ItemsLimitExceededException:class extends i{constructor(e){super(e),this.name="ItemsLimitExceededException"}},PermissionException:class extends i{constructor(e){super(e),this.name="PermissionException"}},InvalidTokenException:class extends i{constructor(e){super(e),this.name="InvalidTokenException"}},WrongParameterException:class extends i{constructor(e){super(e),this.name="WrongParameterException"}},MissingParameterException:class extends i{constructor(e){super(e),this.name="MissingParameterException"}},InvalidQueryException:class extends i{constructor(e){super(e),this.name="InvalidQueryException"}},DataException:class extends i{constructor(e){super(e),this.name="DataException"}},IndividualAccountChangedNotAllowedException:class extends i{constructor(e){super(e),this.name="IndividualAccountChangedNotAllowedException"}},GWAPIError:class extends t{constructor(e){super(e),this.name="GWAPIError"}}}},93013:(e,t,i)=>{const n=i(12210),{map_artist_album:a,map_user_track:r,map_user_artist:o,map_user_album:s,map_user_playlist:c}=i(33155),{GWAPIError:u}=i(64829),l={PUBLIC:0,PRIVATE:1,COLLABORATIVE:2},p={SNG_ID:0,SNG_TITLE:"",DURATION:0,MD5_ORIGIN:0,MEDIA_VERSION:0,FILESIZE:0,ALB_TITLE:"",ALB_PICTURE:"",ART_ID:0,ART_NAME:""};e.exports={LyricsStatus:{NOT_EXPLICIT:0,EXPLICIT:1,UNKNOWN:2,EDITED:3,PARTIALLY_EXPLICIT:4,PARTIALLY_UNKNOWN:5,NO_ADVICE:6,PARTIALLY_NO_ADVICE:7},PlaylistStatus:l,EMPTY_TRACK_OBJ:p,GW:class{constructor(e,t){this.http_headers=t,this.cookie_jar=e}async api_call(e,t,i){void 0===typeof t&&(t={}),void 0===typeof i&&(i={});let a,r={api_version:"1.0",api_token:"deezer.getUserData"==e?"null":await this._get_token(),input:"3",method:e,...i};try{a=await n.post("http://www.deezer.com/ajax/gw-light.php",{searchParams:r,json:t,cookieJar:this.cookie_jar,headers:this.http_headers,https:{rejectUnauthorized:!1},timeout:3e4}).json()}catch(n){return console.debug("[ERROR] deezer.gw",e,t,n.message),await new Promise((e=>setTimeout(e,2e3))),this.api_call(e,t,i)}if(a.error.length)throw new u(a.error);return a.results}async _get_token(){return(await this.get_user_data()).checkForm}get_user_data(){return this.api_call("deezer.getUserData")}get_user_profile_page(e,t,i={}){const n=i.limit||10;return this.api_call("deezer.pageProfile",{user_id:e,tab:t,nb:n})}get_child_accounts(){return this.api_call("deezer.getChildAccounts")}get_track(e){return this.api_call("song.getData",{sng_id:e})}get_track_page(e){return this.api_call("deezer.pageTrack",{sng_id:e})}get_track_lyrics(e){return this.api_call("song.getLyrics",{sng_id:e})}async get_tracks_gw(e){let t=[],i=await this.api_call("song.getListData",{sng_ids:e}),n=0;for(let a=0;a{let n=e;n.POSITION=i.data.indexOf(e),t.push(n)})),t}get_artist(e){return this.api_call("artist.getData",{art_id:e})}get_artist_page(e){return this.api_call("deezer.pageArtist",{art_id:e,lang:"en",header:!0,tab:0})}async get_artist_top_tracks(e,t={}){const i=t.limit||100;let n=[],a=await this.api_call("artist.getTopTrack",{art_id:e,nb:i});return a.data.forEach((e=>{e.POSITION=a.data.indexOf(e),n.push(e)})),n}get_artist_discography(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call("album.getDiscography",{art_id:e,discography_mode:"all",nb:n,nb_songs:0,start:i})}get_playlist(e){return this.api_call("playlist.getData",{playlist_id:e})}get_playlist_page(e){return this.api_call("deezer.pagePlaylist",{playlist_id:e,lang:"en",header:!0,tab:0})}async get_playlist_tracks(e){let t=[],i=await this.api_call("playlist.getSongs",{playlist_id:e,nb:-1});return i.data.forEach((e=>{e.POSITION=i.data.indexOf(e),t.push(e)})),t}create_playlist(e,t=l.PUBLIC,i,n=[]){let a=[];return n.forEach((e=>{a.push([e,0])})),this.api_call("playlist.create",{title:e,status:t,description:i,songs:a})}edit_playlist(e,t,i,n,a=[]){let r=[];return a.forEach((e=>{r.push([e,0])})),this.api_call("playlist.update",{playlist_id:e,title:t,status:i,description:n,songs:r})}add_songs_to_playlist(e,t,i=-1){let n=[];return t.forEach((e=>{n.push([e,0])})),this.api_call("playlist.addSongs",{playlist_id:e,songs:n,offset:i})}add_song_to_playlist(e,t,i=-1){return this.add_songs_to_playlist(e,[t],i)}remove_songs_from_playlist(e,t){let i=[];return t.forEach((e=>{i.push([e,0])})),this.api_call("playlist.deleteSongs",{playlist_id:e,songs:i})}remove_song_from_playlist(e,t){return this.remove_songs_from_playlist(e,[t])}delete_playlist(e){return this.api_call("playlist.delete",{playlist_id:e})}add_song_to_favorites(e){return this.gw_api_call("favorite_song.add",{sng_id:e})}remove_song_from_favorites(e){return this.gw_api_call("favorite_song.remove",{sng_id:e})}add_album_to_favorites(e){return this.gw_api_call("album.addFavorite",{alb_id:e})}remove_album_from_favorites(e){return this.gw_api_call("album.deleteFavorite",{alb_id:e})}add_artist_to_favorites(e){return this.gw_api_call("artist.addFavorite",{art_id:e})}remove_artist_from_favorites(e){return this.gw_api_call("artist.deleteFavorite",{art_id:e})}add_playlist_to_favorites(e){return this.gw_api_call("playlist.addFavorite",{PARENT_PLAYLIST_ID:e})}remove_playlist_from_favorites(e){return this.gw_api_call("playlist.deleteFavorite",{PLAYLIST_ID:e})}get_page(e){let t={gateway_input:JSON.stringify({PAGE:e,VERSION:"2.3",SUPPORT:{grid:["channel","album"],"horizontal-grid":["album"]},LANG:"en"})};return this.api_call("page.get",{},t)}search(e,t=0,i=10,n=!0,a=!0,r=!0){return this.api_call("deezer.pageSearch",{query:e,start:t,nb:i,suggest:n,artist_suggest:a,top_tracks:r})}search_music(e,t,i={}){const n=i.index||0,a=i.limit||10;return this.api_call("search.music",{query:e,filter:"ALL",output:t,start:n,nb:a})}async get_artist_discography_tabs(e,t={}){const i=t.limit||100;let n,r=0,o=[],s={all:[]},c=[];do{n=await this.get_artist_discography(e,{index:r,limit:i}),o=o.concat(n.data),r+=i}while(r{if(-1==c.indexOf(t.ALB_ID)){c.push(t.ALB_ID);let i=a(t);(t.ART_ID==e||t.ART_ID!=e&&0==t.ROLE_ID)&&t.ARTISTS_ALBUMS_IS_OFFICIAL?(s[i.record_type]||(s[i.record_type]=[]),s[i.record_type].push(i),s.all.push(i)):5==t.ROLE_ID?(s.featured||(s.featured=[]),s.featured.push(i)):0==t.ROLE_ID&&(s.more||(s.more=[]),s.more.push(i),s.all.push(i))}})),s}async get_track_with_fallback(e){let t;if(parseInt(e)>0)try{t=await this.get_track_page(e)}catch(e){}return t?(t.LYRICS&&(t.DATA.LYRICS=t.LYRICS),t=t.DATA):t=await this.get_track(e),t}async get_user_playlists(e,t={}){const i=t.limit||25;let n=await this.get_user_profile_page(e,"playlists",{limit:i}),a=n.DATA.USER.BLOG_NAME||"Unknown",r=n.TAB.playlists.data,o=[];return r.forEach((e=>{o.push(c(e,a))})),o}async get_user_albums(e,t={}){const i=t.limit||25;let n=await this.get_user_profile_page(e,"albums",{limit:i});n=n.TAB.albums.data;let a=[];return n.forEach((e=>{a.push(s(e))})),a}async get_user_artists(e,t={}){const i=t.limit||25;let n=this.get_user_profile_page(e,"artists",{limit:i});n=n.TAB.artists.data;let a=[];return n.forEach((e=>{a.push(o(e))})),a}async get_user_tracks(e,t={}){const i=t.limit||25;let n=this.get_user_profile_page(e,"loved",{limit:i});n=n.TAB.loved.data;let a=[];return n.forEach((e=>{a.push(r(e))})),a}}}},83792:(e,t,i)=>{const n=i(12210),{CookieJar:a,Cookie:r}=i(47857),{API:o}=i(54477),{GW:s}=i(93013),{DeezerError:c,WrongLicense:u,WrongGeolocation:l}=i(64829);e.exports={TrackFormats:{FLAC:9,MP3_320:3,MP3_128:1,MP4_RA3:15,MP4_RA2:14,MP4_RA1:13,DEFAULT:8,LOCAL:0},Deezer:class{constructor(){this.http_headers={"User-Agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36"},this.cookie_jar=new a,this.logged_in=!1,this.current_user={},this.childs=[],this.selected_account=0,this.api=new o(this.cookie_jar,this.http_headers),this.gw=new s(this.cookie_jar,this.http_headers)}async login(e,t,i,a=0){a&&(a=parseInt(a));let r=await this.gw.get_user_data();if(0==r.USER.USER_ID)return this.logged_in=!1,!1;let o=r.checkFormLogin;return-1==(await n.post("https://www.deezer.com/ajax/action.php",{headers:this.http_headers,cookieJar:this.cookie_jar,https:{rejectUnauthorized:!1},form:{type:"login",mail:e,password:t,checkFormLogin:o,reCaptchaToken:i}}).text()).text.indexOf("success")?(this.logged_in=!1,!1):(r=await this.gw.get_user_data(),await this._post_login(r),this.change_account(a),this.logged_in=!0,!0)}async login_via_arl(e,t=0){e=e.trim(),t&&(t=parseInt(t));let i=new r({key:"arl",value:e,domain:".deezer.com",path:"/",httpOnly:!0});await this.cookie_jar.setCookie(i.toString(),"https://www.deezer.com");let n=await this.gw.get_user_data();return 0==n.USER.USER_ID?(this.logged_in=!1,!1):(await this._post_login(n),this.change_account(t),this.logged_in=!0,!0)}async _post_login(e){this.childs=[],e.USER.MULTI_ACCOUNT.ENABLED&&!e.USER.MULTI_ACCOUNT.IS_SUB_ACCOUNT?(await this.gw.get_child_accounts()).forEach((t=>{t.EXTRA_FAMILY.IS_LOGGABLE_AS&&this.childs.push({id:t.USER_ID,name:t.BLOG_NAME,picture:t.USER_PICTURE||"",license_token:e.USER.OPTIONS.license_token,can_stream_hq:e.USER.OPTIONS.web_hq||e.USER.OPTIONS.mobile_hq,can_stream_lossless:e.USER.OPTIONS.web_lossless||e.USER.OPTIONS.mobile_lossless,country:e.USER.OPTIONS.license_country,language:e.USER.SETTING.global.language})})):this.childs.push({id:e.USER.USER_ID,name:e.USER.BLOG_NAME,picture:e.USER.USER_PICTURE||"",license_token:e.USER.OPTIONS.license_token,can_stream_hq:e.USER.OPTIONS.web_hq||e.USER.OPTIONS.mobile_hq,can_stream_lossless:e.USER.OPTIONS.web_lossless||e.USER.OPTIONS.mobile_lossless,country:e.USER.OPTIONS.license_country,language:e.USER.SETTING.global.language})}change_account(e){return this.childs.length-10){if(i[0]instanceof c)throw i[0];return i[0]}return null}async get_tracks_url(e,t){if(Array.isArray(e)||(e=[e]),!this.current_user.license_token)return[];if("FLAC"===t&&!this.current_user.can_stream_lossless||"MP3_320"===t&&!this.current_user.can_stream_hq)throw new u(t);let i,a=[];try{i=await n.post("https://media.deezer.com/v1/get_url",{headers:this.http_headers,cookieJar:this.cookie_jar,https:{rejectUnauthorized:!1},json:{license_token:this.current_user.license_token,media:[{type:"FULL",formats:[{cipher:"BF_CBC_STRIPE",format:t}]}],track_tokens:e}}).json()}catch(e){return[]}return i.data.length&&i.data.forEach((e=>{e.errors&&(2002===e.errors[0].code?a.push(new l(this.current_user.country)):a.push(new c(JSON.stringify(i)))),e.media?a.push(e.media[0].sources[0].url):a.push(null)})),a}},api:{...i(54477)},gw:{...i(93013)},utils:{...i(33155)},errors:{...i(64829)}}},33155:e=>{const t=["single","album","compile","ep","bundle"];e.exports={map_user_track:function(e){return{id:e.SNG_ID,title:e.SNG_TITLE,link:"https://www.deezer.com/track/"+e.SNG_ID,duration:e.DURATION,rank:e.RANK_SNG,explicit_lyrics:parseInt(e.EXPLICIT_LYRICS)>0,explicit_content_lyrics:e.EXPLICIT_TRACK_CONTENT.EXPLICIT_COVER_STATUS,explicit_content_cover:e.EXPLICIT_TRACK_CONTENT.EXPLICIT_LYRICS_STATUS,time_add:e.DATE_ADD,album:{id:e.ALB_ID,title:e.ALB_TITLE,cover:"https://api.deezer.com/album/"+e.ALB_ID+"/image",cover_small:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/56x56-000000-80-0-0.jpg",cover_medium:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/250x250-000000-80-0-0.jpg",cover_big:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/500x500-000000-80-0-0.jpg",cover_xl:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/1000x1000-000000-80-0-0.jpg",tracklist:"https://api.deezer.com/album/"+e.ALB_ID+"/tracks",type:"album"},artist:{id:e.ART_ID,name:e.ART_NAME,picture:"https://api.deezer.com/artist/"+e.ART_ID+"/image",picture_small:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/56x56-000000-80-0-0.jpg",picture_medium:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/250x250-000000-80-0-0.jpg",picture_big:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/500x500-000000-80-0-0.jpg",picture_xl:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/1000x1000-000000-80-0-0.jpg",tracklist:"https://api.deezer.com/artist/"+e.ART_ID+"/top?limit=50",type:"artist"},type:"track"}},map_user_artist:function(e){return{id:e.ART_ID,name:e.ART_NAME,link:"https://www.deezer.com/artist/"+e.ART_ID,picture:"https://api.deezer.com/artist/"+e.ART_ID+"/image",picture_small:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/56x56-000000-80-0-0.jpg",picture_medium:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/250x250-000000-80-0-0.jpg",picture_big:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/500x500-000000-80-0-0.jpg",picture_xl:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/1000x1000-000000-80-0-0.jpg",nb_fan:e.NB_FAN,tracklist:"https://api.deezer.com/artist/"+e.ART_ID+"/top?limit=50",type:"artist"}},map_user_album:function(e){return{id:e.ALB_ID,title:e.ALB_TITLE,link:"https://www.deezer.com/album/"+e.ALB_ID,cover:"https://api.deezer.com/album/"+e.ALB_ID+"/image",cover_small:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/56x56-000000-80-0-0.jpg",cover_medium:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/250x250-000000-80-0-0.jpg",cover_big:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/500x500-000000-80-0-0.jpg",cover_xl:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/1000x1000-000000-80-0-0.jpg",tracklist:"https://api.deezer.com/album/"+e.ALB_ID+"/tracks",explicit_lyrics:e.EXPLICIT_ALBUM_CONTENT.EXPLICIT_LYRICS_STATUS>0,artist:{id:e.ART_ID,name:e.ART_NAME,picture:"https://api.deezer.com/artist/"+e.ART_ID+"image",tracklist:"https://api.deezer.com/artist/"+e.ART_ID+"/top?limit=50"},type:"album"}},map_user_playlist:function(e,t=""){return{id:e.PLAYLIST_ID,title:e.TITLE,description:e.DESCRIPTION||"",nb_tracks:e.NB_SONG,link:"https://www.deezer.com/playlist/"+e.PLAYLIST_ID,picture:"https://api.deezer.com/playlist/"+e.PLAYLIST_ID+"/image",picture_small:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/56x56-000000-80-0-0.jpg",picture_medium:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/250x250-000000-80-0-0.jpg",picture_big:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/500x500-000000-80-0-0.jpg",picture_xl:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/1000x1000-000000-80-0-0.jpg",tracklist:"https://api.deezer.com/playlist/"+e.PLAYLIST_ID+"/tracks",creation_date:e.DATE_ADD,creator:{id:e.PARENT_USER_ID,name:e.PARENT_USERNAME||t},type:"playlist"}},map_album:function(e){return{id:e.ALB_ID,title:e.ALB_TITLE,upc:"",link:`https://www.deezer.com/album/${e.ALB_ID}`,share:"",cover:`https://api.deezer.com/album/${e.ALB_ID}/image`,cover_small:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/56x56-000000-80-0-0.jpg`,cover_medium:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/250x250-000000-80-0-0.jpg`,cover_big:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/500x500-000000-80-0-0.jpg`,cover_xl:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/1000x1000-000000-80-0-0.jpg`,md5_image:e.ALB_PICTURE,genre_id:e.GENRE_ID,genres:[],label:"",nb_tracks:e.NUMBER_TRACK,duration:0,fans:e.RANK,rating:0,release_date:e.PHYSICAL_RELEASE_DATE,record_type:t[parseInt(e.TYPE)]||"unknown",available:!0,alternative:null,tracklist:`https://api.deezer.com/album/${e.ALB_ID}/tracks`,explicit_lyrics:parseInt(e.EXPLICIT_LYRICS)>0,explicit_content_lyrics:2,explicit_content_cover:2,contributors:[],artist:null,tracks:[],type:e.__TYPE__,nb_disk:e.NUMBER_DISK}},map_artist_album:function(e){return{id:e.ALB_ID,title:e.ALB_TITLE,link:`https://www.deezer.com/album/${e.ALB_ID}`,cover:`https://api.deezer.com/album/${e.ALB_ID}/image`,cover_small:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/56x56-000000-80-0-0.jpg`,cover_medium:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/250x250-000000-80-0-0.jpg`,cover_big:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/500x500-000000-80-0-0.jpg`,cover_xl:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/1000x1000-000000-80-0-0.jpg`,genre_id:e.GENRE_ID,fans:e.RANK,release_date:e.PHYSICAL_RELEASE_DATE,record_type:t[parseInt(e.TYPE)]||"unknown",tracklist:`https://api.deezer.com/album/${e.ALB_ID}/tracks`,explicit_lyrics:parseInt(e.EXPLICIT_LYRICS)>0,type:e.__TYPE__,nb_tracks:e.NUMBER_TRACK,nb_disk:e.NUMBER_DISK}},map_playlist:function(e){return{id:e.PLAYLIST_ID,title:e.TITLE,description:e.DESCRIPTION,duration:e.DURATION,public:1==e.STATUS,is_loved_track:4==e.TYPE,collaborative:2==e.STATUS,nb_tracks:e.NB_SONG,fans:e.NB_FAN,link:"https://www.deezer.com/playlist/"+e.PLAYLIST_ID,share:"https://www.deezer.com/playlist/"+e.PLAYLIST_ID,picture:"https://api.deezer.com/playlist/"+e.PLAYLIST_ID+"/image",picture_small:"https://cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/56x56-000000-80-0-0.jpg",picture_medium:"https://cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/250x250-000000-80-0-0.jpg",picture_big:"https://cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/500x500-000000-80-0-0.jpg",picture_xl:"https://cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/1000x1000-000000-80-0-0.jpg",checksum:e.CHECKSUM,tracklist:"https://api.deezer.com/playlist/"+e.PLAYLIST_ID+"/tracks",creation_date:e.DATE_ADD,creator:{id:e.PARENT_USER_ID,name:e.PARENT_USERNAME,tracklist:"https://api.deezer.com/user/"+e.PARENT_USER_ID+"/flow",type:"user"},type:"playlist"}},clean_search_query:function(e){return(e=(e=(e=(e=e.replaceAll(/ feat[\.]? /g," ")).replaceAll(/ ft[\.]? /g," ")).replaceAll(/\(feat[\.]? /g," ")).replaceAll(/\(ft[\.]? /g," ")).replace(" & "," ").replace("–","-").replace("—","-")}}},98565:e=>{"use strict";e.exports={version:"3.5.4"}},89372:(e,t,i)=>{const n=i(12210),{APIError:a,ItemsLimitExceededException:r,PermissionException:o,InvalidTokenException:s,WrongParameterException:c,MissingParameterException:u,InvalidQueryException:l,DataException:p,IndividualAccountChangedNotAllowedException:d}=i(39500),h={RANKING:"RANKING",TRACK_ASC:"TRACK_ASC",TRACK_DESC:"TRACK_DESC",ARTIST_ASC:"ARTIST_ASC",ARTIST_DESC:"ARTIST_DESC",ALBUM_ASC:"ALBUM_ASC",ALBUM_DESC:"ALBUM_DESC",RATING_ASC:"RATING_ASC",RATING_DESC:"RATING_DESC",DURATION_ASC:"DURATION_ASC",DURATION_DESC:"DURATION_DESC"};e.exports={SearchOrder:h,API:class{constructor(e,t){this.http_headers=t,this.cookie_jar=e,this.access_token=null}async api_call(e,t){let i;void 0===t&&(t={}),this.access_token&&(t.access_token=this.access_token);try{i=await n.get("https://api.deezer.com/"+e,{searchParams:t,cookieJar:this.cookie_jar,headers:this.http_headers,https:{rejectUnauthorized:!1},timeout:3e4}).json()}catch(i){if(console.debug("[ERROR] deezer.api",e,t,i.name,i.message),["ECONNABORTED","ECONNREFUSED","ECONNRESET","ENETRESET","ETIMEDOUT"].includes(i.code))return await new Promise((e=>setTimeout(e,2e3))),this.api_call(e,t);throw new a(`${e} ${t}:: ${i.name}: ${i.message}`)}if(i.error){if(i.error.code){if(-1!=[4,700].indexOf(i.error.code))return await new Promise((e=>setTimeout(e,5e3))),await this.api_call(e,t);if(100==i.error.code)throw new r(`ItemsLimitExceededException: ${e} ${i.error.message||""}`);if(200==i.error.code)throw new o(`PermissionException: ${e} ${i.error.message||""}`);if(300==i.error.code)throw new s(`InvalidTokenException: ${e} ${i.error.message||""}`);if(500==i.error.code)throw new c(`ParameterException: ${e} ${i.error.message||""}`);if(501==i.error.code)throw new u(`MissingParameterException: ${e} ${i.error.message||""}`);if(600==i.error.code)throw new l(`InvalidQueryException: ${e} ${i.error.message||""}`);if(800==i.error.code)throw new p(`DataException: ${e} ${i.error.message||""}`);if(901==i.error.code)throw new d(`IndividualAccountChangedNotAllowedException: ${e} ${i.error.message||""}`)}throw new a(i.error)}return i}get_album(e){return this.api_call(`album/${e}`)}get_album_by_UPC(e){return this.get_album(`upc:${e}`)}get_album_comments(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`album/${e}/comments`,{index:i,limit:n})}get_album_fans(e,t={}){const i=t.index||0,n=t.limit||100;return this.api_call(`album/${e}/fans`,{index:i,limit:n})}get_album_tracks(e,t={}){const i=t.index||0,n=t.limit||-1;return this.api_call(`album/${e}/tracks`,{index:i,limit:n})}get_artist(e){return this.api_call(`artist/${e}`)}get_artist_top(e,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`artist/${e}/top`,{index:i,limit:n})}get_artist_albums(e,t={}){const i=t.index||0,n=t.limit||-1;return this.api_call(`artist/${e}/albums`,{index:i,limit:n})}get_artist_comments(e,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`artist/${e}/comments`,{index:i,limit:n})}get_artist_fans(e,t={}){const i=t.index||0,n=t.limit||100;return this.api_call(`artist/${e}/fans`,{index:i,limit:n})}get_artist_related(e,t={}){const i=t.index||0,n=t.limit||20;return this.api_call(`artist/${e}/related`,{index:i,limit:n})}get_artist_radio(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`artist/${e}/radio`,{index:i,limit:n})}get_artist_playlists(e,t={}){const i=t.index||0,n=t.limit||-1;return this.api_call(`artist/${e}/playlists`,{index:i,limit:n})}get_chart(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}`,{index:i,limit:n})}get_chart_tracks(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/tracks`,{index:i,limit:n})}get_chart_albums(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/albums`,{index:i,limit:n})}get_chart_artists(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/artists`,{index:i,limit:n})}get_chart_playlists(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/playlists`,{index:i,limit:n})}get_chart_podcasts(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/podcasts`,{index:i,limit:n})}get_comment(e){return this.api_call(`comment/${e}`)}get_editorials(e={}){const t=e.index||0,i=e.limit||10;return this.api_call("editorial",{index:t,limit:i})}get_editorial(e=0){return this.api_call(`editorial/${e}`)}get_editorial_selection(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`editorial/${e}/selection`,{index:i,limit:n})}get_editorial_charts(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`editorial/${e}/charts`,{index:i,limit:n})}get_editorial_releases(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`editorial/${e}/releases`,{index:i,limit:n})}get_genres(e={}){const t=e.index||0,i=e.limit||10;return this.api_call("genre",{index:t,limit:i})}get_genre(e=0){return this.api_call(`genre/${e}`)}get_genre_artists(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`genre/${e}/artists`,{index:i,limit:n})}get_genre_radios(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`genre/${e}/radios`,{index:i,limit:n})}get_infos(){return this.api_call("infos")}get_options(){return this.api_call("options")}get_playlist(e){return this.api_call(`playlist/${e}`)}get_playlist_comments(e,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`playlist/${e}/comments`,{index:i,limit:n})}get_playlist_fans(e,t={}){const i=t.index||0,n=t.limit||100;return this.api_call(`playlist/${e}/fans`,{index:i,limit:n})}get_playlist_tracks(e,t={}){const i=t.index||0,n=t.limit||-1;return this.api_call(`playlist/${e}/tracks`,{index:i,limit:n})}get_playlist_radio(e,t={}){const i=t.index||0,n=t.limit||100;return this.api_call(`playlist/${e}/radio`,{index:i,limit:n})}get_radios(e={}){const t=e.index||0,i=e.limit||10;return this.api_call("radio",{index:t,limit:i})}get_radios_genres(e={}){const t=e.index||0,i=e.limit||25;return this.api_call("radio/genres",{index:t,limit:i})}get_radios_top(e={}){const t=e.index||0,i=e.limit||50;return this.api_call("radio/top",{index:t,limit:i})}get_radios_lists(e={}){const t=e.index||0,i=e.limit||25;return this.api_call("radio/lists",{index:t,limit:i})}get_radio(e){return this.api_call(`radio/${e}`)}get_radio_tracks(e,t={}){const i=t.index||0,n=t.limit||40;return this.api_call(`radio/${e}/tracks`,{index:i,limit:n})}_generate_search_advanced_query(e){let t="";return e.artist&&(t+=`artist:"${e.artist}" `),e.album&&(t+=`album:"${e.album}" `),e.track&&(t+=`track:"${e.track}" `),e.label&&(t+=`label:"${e.label}" `),e.dur_min&&(t+=`dur_min:"${e.dur_min}" `),e.dur_max&&(t+=`dur_max:"${e.dur_max}" `),e.bpm_min&&(t+=`bpm_min:"${e.bpm_min}" `),e.bpm_max&&(t+=`bpm_max:"${e.bpm_max}" `),t.trim()}_generate_search_args(e,t={}){const i=t.strict||!1,n=t.order||h.RANKING;let a={q:e,index:t.index||0,limit:t.limit||25};return i&&(a.strict="on"),n&&(a.order=n),a}search(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search",i)}advanced_search(e,t={}){const i=this._generate_search_advanced_query(e);return this.search(i,t)}search_album(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/album",i)}search_artist(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/artist",i)}search_playlist(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/playlist",i)}search_radio(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/radio",i)}search_track(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/track",i)}search_user(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/user",i)}get_track(e){return this.api_call(`track/${e}`)}get_track_by_ISRC(e){return this.get_track(`isrc:${e}`)}get_user(e){return this.api_call(`user/${e}`)}get_user_albums(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/albums`,{index:i,limit:n})}get_user_artists(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/artists`,{index:i,limit:n})}get_user_flow(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/flow`,{index:i,limit:n})}get_user_following(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/followings`,{index:i,limit:n})}get_user_followers(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/followers`,{index:i,limit:n})}get_user_playlists(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/playlists`,{index:i,limit:n})}get_user_radios(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/radios`,{index:i,limit:n})}get_user_tracks(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/tracks`,{index:i,limit:n})}async get_countries_charts(){let e=(await this.get_user_playlists("637006841",{index:0,limit:-1})).data.sort(((e,t)=>e.title.localeCompare(t.title)));return e[0].title.startsWith("Top")||e.shift(),e}async get_track_id_from_metadata(e,t,i){e=e.replace("–","-").replace("’","'"),t=t.replace("–","-").replace("’","'"),i=i.replace("–","-").replace("’","'");let n=await this.advanced_search({artist:e,track:t,album:i});if(n.data.length)return n.data[0].id;if(n=await this.advanced_search({artist:e,track:t}),n.data.length)return n.data[0].id;if(-1!=t.indexOf("(")&&-1!=t.indexOf(")")&&t.indexOf("("){class t extends Error{constructor(e){super(e),this.name="DeezerError"}}class i extends t{constructor(e){super(e),this.name="APIError"}}e.exports={DeezerError:t,WrongLicense:class extends t{constructor(e){super(),this.name="WrongLicense",this.message=`Your account can't request urls for ${e} tracks`,this.format=e}},WrongGeolocation:class extends t{constructor(e){super(),this.name="WrongGeolocation",this.message=`The track you requested can't be streamed in country ${e}`,this.country=e}},APIError:i,ItemsLimitExceededException:class extends i{constructor(e){super(e),this.name="ItemsLimitExceededException"}},PermissionException:class extends i{constructor(e){super(e),this.name="PermissionException"}},InvalidTokenException:class extends i{constructor(e){super(e),this.name="InvalidTokenException"}},WrongParameterException:class extends i{constructor(e){super(e),this.name="WrongParameterException"}},MissingParameterException:class extends i{constructor(e){super(e),this.name="MissingParameterException"}},InvalidQueryException:class extends i{constructor(e){super(e),this.name="InvalidQueryException"}},DataException:class extends i{constructor(e){super(e),this.name="DataException"}},IndividualAccountChangedNotAllowedException:class extends i{constructor(e){super(e),this.name="IndividualAccountChangedNotAllowedException"}},GWAPIError:class extends t{constructor(e){super(e),this.name="GWAPIError"}}}},79596:(e,t,i)=>{const n=i(12210),{map_artist_album:a,map_user_track:r,map_user_artist:o,map_user_album:s,map_user_playlist:c}=i(75154),{GWAPIError:u}=i(39500),l={PUBLIC:0,PRIVATE:1,COLLABORATIVE:2},p={SNG_ID:0,SNG_TITLE:"",DURATION:0,MD5_ORIGIN:0,MEDIA_VERSION:0,FILESIZE:0,ALB_TITLE:"",ALB_PICTURE:"",ART_ID:0,ART_NAME:""};e.exports={LyricsStatus:{NOT_EXPLICIT:0,EXPLICIT:1,UNKNOWN:2,EDITED:3,PARTIALLY_EXPLICIT:4,PARTIALLY_UNKNOWN:5,NO_ADVICE:6,PARTIALLY_NO_ADVICE:7},PlaylistStatus:l,EMPTY_TRACK_OBJ:p,GW:class{constructor(e,t){this.http_headers=t,this.cookie_jar=e}async api_call(e,t,i){void 0===typeof t&&(t={}),void 0===typeof i&&(i={});let a,r={api_version:"1.0",api_token:"deezer.getUserData"==e?"null":await this._get_token(),input:"3",method:e,...i};try{a=await n.post("http://www.deezer.com/ajax/gw-light.php",{searchParams:r,json:t,cookieJar:this.cookie_jar,headers:this.http_headers,https:{rejectUnauthorized:!1},timeout:3e4}).json()}catch(i){if(console.debug("[ERROR] deezer.gw",e,t,i.name,i.message),["ECONNABORTED","ECONNREFUSED","ECONNRESET","ENETRESET","ETIMEDOUT"].includes(i.code))return await new Promise((e=>setTimeout(e,2e3))),this.api_call(e,t);throw new u(`${e} ${t}:: ${i.name}: ${i.message}`)}if(a.error.length)throw new u(a.error);return a.results}async _get_token(){return(await this.get_user_data()).checkForm}get_user_data(){return this.api_call("deezer.getUserData")}get_user_profile_page(e,t,i={}){const n=i.limit||10;return this.api_call("deezer.pageProfile",{user_id:e,tab:t,nb:n})}get_user_favorite_ids(e=null,t={}){const i=t.limit||1e4,n=t.start||0;return this.api_call("song.getFavoriteIds",{nb:i,start:n,checksum:e})}get_child_accounts(){return this.api_call("deezer.getChildAccounts")}get_track(e){return this.api_call("song.getData",{sng_id:e})}get_track_page(e){return this.api_call("deezer.pageTrack",{sng_id:e})}get_track_lyrics(e){return this.api_call("song.getLyrics",{sng_id:e})}async get_tracks(e){let t=[],i=await this.api_call("song.getListData",{sng_ids:e}),n=0;for(let a=0;a{let n=e;n.POSITION=i.data.indexOf(e),t.push(n)})),t}get_artist(e){return this.api_call("artist.getData",{art_id:e})}get_artist_page(e){return this.api_call("deezer.pageArtist",{art_id:e,lang:"en",header:!0,tab:0})}async get_artist_top_tracks(e,t={}){const i=t.limit||100;let n=[],a=await this.api_call("artist.getTopTrack",{art_id:e,nb:i});return a.data.forEach((e=>{e.POSITION=a.data.indexOf(e),n.push(e)})),n}get_artist_discography(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call("album.getDiscography",{art_id:e,discography_mode:"all",nb:n,nb_songs:0,start:i})}get_playlist(e){return this.api_call("playlist.getData",{playlist_id:e})}get_playlist_page(e){return this.api_call("deezer.pagePlaylist",{playlist_id:e,lang:"en",header:!0,tab:0})}async get_playlist_tracks(e){let t=[],i=await this.api_call("playlist.getSongs",{playlist_id:e,nb:-1});return i.data.forEach((e=>{e.POSITION=i.data.indexOf(e),t.push(e)})),t}create_playlist(e,t=l.PUBLIC,i,n=[]){let a=[];return n.forEach((e=>{a.push([e,0])})),this.api_call("playlist.create",{title:e,status:t,description:i,songs:a})}edit_playlist(e,t,i,n,a=[]){let r=[];return a.forEach((e=>{r.push([e,0])})),this.api_call("playlist.update",{playlist_id:e,title:t,status:i,description:n,songs:r})}add_songs_to_playlist(e,t,i=-1){let n=[];return t.forEach((e=>{n.push([e,0])})),this.api_call("playlist.addSongs",{playlist_id:e,songs:n,offset:i})}add_song_to_playlist(e,t,i=-1){return this.add_songs_to_playlist(e,[t],i)}remove_songs_from_playlist(e,t){let i=[];return t.forEach((e=>{i.push([e,0])})),this.api_call("playlist.deleteSongs",{playlist_id:e,songs:i})}remove_song_from_playlist(e,t){return this.remove_songs_from_playlist(e,[t])}delete_playlist(e){return this.api_call("playlist.delete",{playlist_id:e})}add_song_to_favorites(e){return this.gw_api_call("favorite_song.add",{sng_id:e})}remove_song_from_favorites(e){return this.gw_api_call("favorite_song.remove",{sng_id:e})}add_album_to_favorites(e){return this.gw_api_call("album.addFavorite",{alb_id:e})}remove_album_from_favorites(e){return this.gw_api_call("album.deleteFavorite",{alb_id:e})}add_artist_to_favorites(e){return this.gw_api_call("artist.addFavorite",{art_id:e})}remove_artist_from_favorites(e){return this.gw_api_call("artist.deleteFavorite",{art_id:e})}add_playlist_to_favorites(e){return this.gw_api_call("playlist.addFavorite",{PARENT_PLAYLIST_ID:e})}remove_playlist_from_favorites(e){return this.gw_api_call("playlist.deleteFavorite",{PLAYLIST_ID:e})}get_page(e){let t={gateway_input:JSON.stringify({PAGE:e,VERSION:"2.3",SUPPORT:{grid:["channel","album"],"horizontal-grid":["album"]},LANG:"en"})};return this.api_call("page.get",{},t)}search(e,t=0,i=10,n=!0,a=!0,r=!0){return this.api_call("deezer.pageSearch",{query:e,start:t,nb:i,suggest:n,artist_suggest:a,top_tracks:r})}search_music(e,t,i={}){const n=i.index||0,a=i.limit||10;return this.api_call("search.music",{query:e,filter:"ALL",output:t,start:n,nb:a})}async get_artist_discography_tabs(e,t={}){const i=t.limit||100;let n,r=0,o=[],s={all:[]},c=[];do{n=await this.get_artist_discography(e,{index:r,limit:i}),o=o.concat(n.data),r+=i}while(r{if(-1==c.indexOf(t.ALB_ID)){c.push(t.ALB_ID);let i=a(t);(t.ART_ID==e||t.ART_ID!=e&&0==t.ROLE_ID)&&t.ARTISTS_ALBUMS_IS_OFFICIAL?(s[i.record_type]||(s[i.record_type]=[]),s[i.record_type].push(i),s.all.push(i)):5==t.ROLE_ID?(s.featured||(s.featured=[]),s.featured.push(i)):0==t.ROLE_ID&&(s.more||(s.more=[]),s.more.push(i),s.all.push(i))}})),s}async get_track_with_fallback(e){let t;if(parseInt(e)>0)try{t=await this.get_track_page(e)}catch(e){}return t?(t.LYRICS&&(t.DATA.LYRICS=t.LYRICS),t=t.DATA):t=await this.get_track(e),t}async get_user_playlists(e,t={}){const i=t.limit||25;let n=await this.get_user_profile_page(e,"playlists",{limit:i}),a=n.DATA.USER.BLOG_NAME||"Unknown",r=n.TAB.playlists.data,o=[];return r.forEach((e=>{o.push(c(e,a))})),o}async get_user_albums(e,t={}){const i=t.limit||25;let n=await this.get_user_profile_page(e,"albums",{limit:i});n=n.TAB.albums.data;let a=[];return n.forEach((e=>{a.push(s(e))})),a}async get_user_artists(e,t={}){const i=t.limit||25;let n=await this.get_user_profile_page(e,"artists",{limit:i});n=n.TAB.artists.data;let a=[];return n.forEach((e=>{a.push(o(e))})),a}async get_user_tracks(e,t={}){if((await this.get_user_data()).USER.USER_ID==e)return this.get_my_favorite_tracks(t);const i=t.limit||25;let n=this.get_user_profile_page(e,"loved",{limit:i});n=n.TAB.loved.data;let a=[];return n.forEach((e=>{a.push(r(e))})),a}async get_my_favorite_tracks(e={}){const t=e.limit||25,i=await this.get_user_favorite_ids(null,{limit:t}),n=i.data.map((e=>e.SNG_ID));let a=await this.get_tracks(n),o=[];return a.forEach(((e,t)=>{e={...e,...i.data[t]},o.push(r(e))})),o}}}},63623:(e,t,i)=>{const n=i(12210),{CookieJar:a,Cookie:r}=i(47857),{API:o}=i(89372),{GW:s}=i(79596),{DeezerError:c,WrongLicense:u,WrongGeolocation:l}=i(39500);e.exports={TrackFormats:{FLAC:9,MP3_320:3,MP3_128:1,MP4_RA3:15,MP4_RA2:14,MP4_RA1:13,DEFAULT:8,LOCAL:0},Deezer:class{constructor(){this.http_headers={"User-Agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36"},this.cookie_jar=new a,this.logged_in=!1,this.current_user={},this.childs=[],this.selected_account=0,this.api=new o(this.cookie_jar,this.http_headers),this.gw=new s(this.cookie_jar,this.http_headers)}async login(e,t,i,a=0){a&&(a=parseInt(a));let r=await this.gw.get_user_data();if(!r||r&&0===Object.keys(r).length)return this.logged_in=!1;if(0==r.USER.USER_ID)return this.logged_in=!1;let o=r.checkFormLogin;return-1==(await n.post("https://www.deezer.com/ajax/action.php",{headers:this.http_headers,cookieJar:this.cookie_jar,https:{rejectUnauthorized:!1},form:{type:"login",mail:e,password:t,checkFormLogin:o,reCaptchaToken:i}}).text()).text.indexOf("success")?(this.logged_in=!1,!1):(r=await this.gw.get_user_data(),await this._post_login(r),this.change_account(a),this.logged_in=!0,!0)}async login_via_arl(e,t=0){e=e.trim(),t&&(t=parseInt(t));let i=new r({key:"arl",value:e,domain:".deezer.com",path:"/",httpOnly:!0});await this.cookie_jar.setCookie(i.toString(),"https://www.deezer.com");let n=await this.gw.get_user_data();return!n||n&&0===Object.keys(n).length||0==n.USER.USER_ID?this.logged_in=!1:(await this._post_login(n),this.change_account(t),this.logged_in=!0,!0)}async _post_login(e){this.childs=[],e.USER.MULTI_ACCOUNT.ENABLED&&!e.USER.MULTI_ACCOUNT.IS_SUB_ACCOUNT?(await this.gw.get_child_accounts()).forEach((t=>{t.EXTRA_FAMILY.IS_LOGGABLE_AS&&this.childs.push({id:t.USER_ID,name:t.BLOG_NAME,picture:t.USER_PICTURE||"",license_token:e.USER.OPTIONS.license_token,can_stream_hq:e.USER.OPTIONS.web_hq||e.USER.OPTIONS.mobile_hq,can_stream_lossless:e.USER.OPTIONS.web_lossless||e.USER.OPTIONS.mobile_lossless,country:e.USER.OPTIONS.license_country,language:e.USER.SETTING.global.language})})):this.childs.push({id:e.USER.USER_ID,name:e.USER.BLOG_NAME,picture:e.USER.USER_PICTURE||"",license_token:e.USER.OPTIONS.license_token,can_stream_hq:e.USER.OPTIONS.web_hq||e.USER.OPTIONS.mobile_hq,can_stream_lossless:e.USER.OPTIONS.web_lossless||e.USER.OPTIONS.mobile_lossless,country:e.USER.OPTIONS.license_country,language:e.USER.SETTING.global.language})}change_account(e){return this.childs.length-10){if(i[0]instanceof c)throw i[0];return i[0]}return null}async get_tracks_url(e,t){if(Array.isArray(e)||(e=[e]),!this.current_user.license_token)return[];if("FLAC"===t&&!this.current_user.can_stream_lossless||"MP3_320"===t&&!this.current_user.can_stream_hq)throw new u(t);let i,a=[];try{i=await n.post("https://media.deezer.com/v1/get_url",{headers:this.http_headers,cookieJar:this.cookie_jar,https:{rejectUnauthorized:!1},json:{license_token:this.current_user.license_token,media:[{type:"FULL",formats:[{cipher:"BF_CBC_STRIPE",format:t}]}],track_tokens:e}}).json()}catch(e){return[]}return i.data.length&&i.data.forEach((e=>{e.errors&&(2002===e.errors[0].code?a.push(new l(this.current_user.country)):a.push(new c(JSON.stringify(i)))),e.media?a.push(e.media[0].sources[0].url):a.push(null)})),a}},api:{...i(89372)},gw:{...i(79596)},utils:{...i(75154)},errors:{...i(39500)}}},75154:e=>{const t=["single","album","compile","ep","bundle"];e.exports={map_user_track:function(e){let t=e.ART_PICTURE;if(!t)for(let i of e.ARTISTS)if(i.ART_ID==e.ART_ID){t=i.ART_PICTURE;break}return{id:e.SNG_ID,title:e.SNG_TITLE,link:"https://www.deezer.com/track/"+e.SNG_ID,duration:e.DURATION,rank:e.RANK_SNG,explicit_lyrics:parseInt(e.EXPLICIT_LYRICS)>0,explicit_content_lyrics:e.EXPLICIT_TRACK_CONTENT.EXPLICIT_COVER_STATUS,explicit_content_cover:e.EXPLICIT_TRACK_CONTENT.EXPLICIT_LYRICS_STATUS,time_add:e.DATE_ADD||e.DATE_FAVORITE,album:{id:e.ALB_ID,title:e.ALB_TITLE,cover:"https://api.deezer.com/album/"+e.ALB_ID+"/image",cover_small:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/56x56-000000-80-0-0.jpg",cover_medium:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/250x250-000000-80-0-0.jpg",cover_big:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/500x500-000000-80-0-0.jpg",cover_xl:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/1000x1000-000000-80-0-0.jpg",tracklist:"https://api.deezer.com/album/"+e.ALB_ID+"/tracks",type:"album"},artist:{id:e.ART_ID,name:e.ART_NAME,picture:"https://api.deezer.com/artist/"+e.ART_ID+"/image",picture_small:"https://e-cdns-images.dzcdn.net/images/artist/"+t+"/56x56-000000-80-0-0.jpg",picture_medium:"https://e-cdns-images.dzcdn.net/images/artist/"+t+"/250x250-000000-80-0-0.jpg",picture_big:"https://e-cdns-images.dzcdn.net/images/artist/"+t+"/500x500-000000-80-0-0.jpg",picture_xl:"https://e-cdns-images.dzcdn.net/images/artist/"+t+"/1000x1000-000000-80-0-0.jpg",tracklist:"https://api.deezer.com/artist/"+e.ART_ID+"/top?limit=50",type:"artist"},type:"track"}},map_user_artist:function(e){return{id:e.ART_ID,name:e.ART_NAME,link:"https://www.deezer.com/artist/"+e.ART_ID,picture:"https://api.deezer.com/artist/"+e.ART_ID+"/image",picture_small:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/56x56-000000-80-0-0.jpg",picture_medium:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/250x250-000000-80-0-0.jpg",picture_big:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/500x500-000000-80-0-0.jpg",picture_xl:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/1000x1000-000000-80-0-0.jpg",nb_fan:e.NB_FAN,tracklist:"https://api.deezer.com/artist/"+e.ART_ID+"/top?limit=50",type:"artist"}},map_user_album:function(e){return{id:e.ALB_ID,title:e.ALB_TITLE,link:"https://www.deezer.com/album/"+e.ALB_ID,cover:"https://api.deezer.com/album/"+e.ALB_ID+"/image",cover_small:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/56x56-000000-80-0-0.jpg",cover_medium:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/250x250-000000-80-0-0.jpg",cover_big:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/500x500-000000-80-0-0.jpg",cover_xl:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/1000x1000-000000-80-0-0.jpg",tracklist:"https://api.deezer.com/album/"+e.ALB_ID+"/tracks",explicit_lyrics:e.EXPLICIT_ALBUM_CONTENT.EXPLICIT_LYRICS_STATUS>0,artist:{id:e.ART_ID,name:e.ART_NAME,picture:"https://api.deezer.com/artist/"+e.ART_ID+"image",tracklist:"https://api.deezer.com/artist/"+e.ART_ID+"/top?limit=50"},type:"album"}},map_user_playlist:function(e,t=""){return{id:e.PLAYLIST_ID,title:e.TITLE,description:e.DESCRIPTION||"",nb_tracks:e.NB_SONG,link:"https://www.deezer.com/playlist/"+e.PLAYLIST_ID,picture:"https://api.deezer.com/playlist/"+e.PLAYLIST_ID+"/image",picture_small:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/56x56-000000-80-0-0.jpg",picture_medium:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/250x250-000000-80-0-0.jpg",picture_big:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/500x500-000000-80-0-0.jpg",picture_xl:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/1000x1000-000000-80-0-0.jpg",tracklist:"https://api.deezer.com/playlist/"+e.PLAYLIST_ID+"/tracks",creation_date:e.DATE_ADD,creator:{id:e.PARENT_USER_ID,name:e.PARENT_USERNAME||t},type:"playlist"}},map_album:function(e){return{id:e.ALB_ID,title:e.ALB_TITLE,upc:"",link:`https://www.deezer.com/album/${e.ALB_ID}`,share:"",cover:`https://api.deezer.com/album/${e.ALB_ID}/image`,cover_small:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/56x56-000000-80-0-0.jpg`,cover_medium:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/250x250-000000-80-0-0.jpg`,cover_big:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/500x500-000000-80-0-0.jpg`,cover_xl:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/1000x1000-000000-80-0-0.jpg`,md5_image:e.ALB_PICTURE,genre_id:e.GENRE_ID,genres:[],label:"",nb_tracks:e.NUMBER_TRACK,duration:0,fans:e.RANK,rating:0,release_date:e.PHYSICAL_RELEASE_DATE,record_type:t[parseInt(e.TYPE)]||"unknown",available:!0,alternative:null,tracklist:`https://api.deezer.com/album/${e.ALB_ID}/tracks`,explicit_lyrics:parseInt(e.EXPLICIT_LYRICS)>0,explicit_content_lyrics:2,explicit_content_cover:2,contributors:[],artist:null,tracks:[],type:e.__TYPE__,nb_disk:e.NUMBER_DISK}},map_artist_album:function(e){return{id:e.ALB_ID,title:e.ALB_TITLE,link:`https://www.deezer.com/album/${e.ALB_ID}`,cover:`https://api.deezer.com/album/${e.ALB_ID}/image`,cover_small:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/56x56-000000-80-0-0.jpg`,cover_medium:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/250x250-000000-80-0-0.jpg`,cover_big:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/500x500-000000-80-0-0.jpg`,cover_xl:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/1000x1000-000000-80-0-0.jpg`,genre_id:e.GENRE_ID,fans:e.RANK,release_date:e.PHYSICAL_RELEASE_DATE,record_type:t[parseInt(e.TYPE)]||"unknown",tracklist:`https://api.deezer.com/album/${e.ALB_ID}/tracks`,explicit_lyrics:parseInt(e.EXPLICIT_LYRICS)>0,type:e.__TYPE__,nb_tracks:e.NUMBER_TRACK,nb_disk:e.NUMBER_DISK}},map_playlist:function(e){return{id:e.PLAYLIST_ID,title:e.TITLE,description:e.DESCRIPTION,duration:e.DURATION,public:1==e.STATUS,is_loved_track:4==e.TYPE,collaborative:2==e.STATUS,nb_tracks:e.NB_SONG,fans:e.NB_FAN,link:"https://www.deezer.com/playlist/"+e.PLAYLIST_ID,share:"https://www.deezer.com/playlist/"+e.PLAYLIST_ID,picture:"https://api.deezer.com/playlist/"+e.PLAYLIST_ID+"/image",picture_small:"https://cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/56x56-000000-80-0-0.jpg",picture_medium:"https://cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/250x250-000000-80-0-0.jpg",picture_big:"https://cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/500x500-000000-80-0-0.jpg",picture_xl:"https://cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/1000x1000-000000-80-0-0.jpg",checksum:e.CHECKSUM,tracklist:"https://api.deezer.com/playlist/"+e.PLAYLIST_ID+"/tracks",creation_date:e.DATE_ADD,creator:{id:e.PARENT_USER_ID,name:e.PARENT_USERNAME,tracklist:"https://api.deezer.com/user/"+e.PARENT_USER_ID+"/flow",type:"user"},type:"playlist"}},clean_search_query:function(e){return(e=(e=(e=(e=e.replaceAll(/ feat[\.]? /g," ")).replaceAll(/ ft[\.]? /g," ")).replaceAll(/\(feat[\.]? /g," ")).replaceAll(/\(ft[\.]? /g," ")).replace(" & "," ").replace("–","-").replace("—","-")}}},1313:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=(e,t)=>{let i;i="function"==typeof t?{connect:t}:t;const n="function"==typeof i.connect,a="function"==typeof i.secureConnect,r="function"==typeof i.close,o=()=>{n&&i.connect(),function(e){return e.encrypted}(e)&&a&&(e.authorized?i.secureConnect():e.authorizationError||e.once("secureConnect",i.secureConnect)),r&&e.once("close",i.close)};e.writable&&!e.connecting?o():e.connecting?e.once("connect",o):e.destroyed&&r&&i.close(e._hadError)};t.default=i,e.exports=i,e.exports.default=i},63463:(e,t,i)=>{var n=i(92413).Stream,a=i(31669);function r(){this.source=null,this.dataSize=0,this.maxDataSize=1048576,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}e.exports=r,a.inherits(r,n),r.create=function(e,t){var i=new this;for(var n in t=t||{})i[n]=t[n];i.source=e;var a=e.emit;return e.emit=function(){return i._handleEmit(arguments),a.apply(e,arguments)},e.on("error",(function(){})),i.pauseStream&&e.pause(),i},Object.defineProperty(r.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}}),r.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)},r.prototype.resume=function(){this._released||this.release(),this.source.resume()},r.prototype.pause=function(){this.source.pause()},r.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]},r.prototype.pipe=function(){var e=n.prototype.pipe.apply(this,arguments);return this.resume(),e},r.prototype._handleEmit=function(e){this._released?this.emit.apply(this,e):("data"===e[0]&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e))},r.prototype._checkIfMaxDataSizeExceeded=function(){if(!(this._maxDataSizeExceeded||this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}},40412:(module,__unused_webpack_exports,__webpack_require__)=>{var callSiteToString=__webpack_require__(32316).callSiteToString,eventListenerCount=__webpack_require__(32316).eventListenerCount,relative=__webpack_require__(85622).relative;module.exports=depd;var basePath=process.cwd();function containsNamespace(e,t){for(var i=e.split(/[ ,]+/),n=String(t).toLowerCase(),a=0;a",i=e.getLineNumber(),n=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var a=[t,i,n];return a.callSite=e,a.name=e.getFunctionName(),a}function defaultMessage(e){var t=e.callSite,i=e.name;i||(i="");var n=t.getThis(),a=n&&t.getTypeName();return"Object"===a&&(a=void 0),"Function"===a&&(a=n.name||a),a&&t.getMethodName()?a+"."+i:i}function formatPlain(e,t,i){var n=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var a=0;a{"use strict";e.exports=function(e){var t,i=!0,n=function(e){var t,i="";if(e.isNative()?i="native":e.isEval()?(t=e.getScriptNameOrSourceURL())||(i=e.getEvalOrigin()):t=e.getFileName(),t){i+=t;var n=e.getLineNumber();if(null!=n){i+=":"+n;var a=e.getColumnNumber();a&&(i+=":"+a)}}return i||"unknown source"}(e),a=e.getFunctionName(),r=e.isConstructor(),o="";if(!(e.isToplevel()||r)){var s=e.getMethodName(),c=(t=e.receiver).constructor&&t.constructor.name||null;a?(c&&0!==a.indexOf(c)&&(o+=c+"."),o+=a,s&&a.lastIndexOf("."+s)!==a.length-s.length-1&&(o+=" [as "+s+"]")):o+=c+"."+(s||"")}else r?o+="new "+(a||""):a?o+=a:(i=!1,o+=n);return i&&(o+=" ("+n+")"),o}},51671:e=>{"use strict";e.exports=function(e,t){return e.listeners(t).length}},32316:(e,t,i)=>{"use strict";var n=i(28614).EventEmitter;function a(e,t,i){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){var n=i();return Object.defineProperty(e,t,{configurable:!0,enumerable:!0,value:n}),n}})}function r(e){return e.toString()}a(e.exports,"callSiteToString",(function(){var e=Error.stackTraceLimit,t={},n=Error.prepareStackTrace;Error.prepareStackTrace=function(e,t){return t},Error.stackTraceLimit=2,Error.captureStackTrace(t);var a=t.stack.slice();return Error.prepareStackTrace=n,Error.stackTraceLimit=e,a[0].toString?r:i(45868)})),a(e.exports,"eventListenerCount",(function(){return n.listenerCount||i(51671)}))},26149:(e,t,i)=>{"use strict";var n=i(35747).ReadStream,a=i(92413);function r(){"number"==typeof this.fd&&this.close()}e.exports=function(e){return e instanceof n?function(e){return e.destroy(),"function"==typeof e.close&&e.on("open",r),e}(e):e instanceof a?("function"==typeof e.destroy&&e.destroy(),e):e}},94331:e=>{"use strict";function t(e,t){return function(i){for(var n=new Array(arguments.length),a=this,r="error"===e?i:null,o=0;o{"use strict";e.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}},10517:e=>{"use strict";e.exports=function(e){return String(e).replace(i,"$1�$2").replace(t,encodeURI)};var t=/(?:[^\x21\x25\x26-\x3B\x3D\x3F-\x5B\x5D\x5F\x61-\x7A\x7E]|%(?:[^0-9A-Fa-f]|[0-9A-Fa-f][^0-9A-Fa-f]|$))+/g,i=/(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g},12840:(e,t,i)=>{var n=i(30778),a=function(){},r=function(e,t,i){if("function"==typeof t)return r(e,null,t);t||(t={}),i=n(i||a);var o=e._writableState,s=e._readableState,c=t.readable||!1!==t.readable&&e.readable,u=t.writable||!1!==t.writable&&e.writable,l=!1,p=function(){e.writable||d()},d=function(){u=!1,c||i.call(e)},h=function(){c=!1,u||i.call(e)},m=function(t){i.call(e,t?new Error("exited with error code: "+t):null)},f=function(t){i.call(e,t)},g=function(){process.nextTick(v)},v=function(){if(!l)return(!c||s&&s.ended&&!s.destroyed)&&(!u||o&&o.ended&&!o.destroyed)?void 0:i.call(e,new Error("premature close"))},y=function(){e.req.on("finish",d)};return function(e){return e.setHeader&&"function"==typeof e.abort}(e)?(e.on("complete",d),e.on("abort",g),e.req?y():e.on("request",y)):u&&!o&&(e.on("end",p),e.on("close",p)),function(e){return e.stdio&&Array.isArray(e.stdio)&&3===e.stdio.length}(e)&&e.on("exit",m),e.on("end",h),e.on("finish",d),!1!==t.error&&e.on("error",f),e.on("close",g),function(){l=!0,e.removeListener("complete",d),e.removeListener("abort",g),e.removeListener("request",y),e.req&&e.req.removeListener("finish",d),e.removeListener("end",p),e.removeListener("close",p),e.removeListener("finish",d),e.removeListener("exit",m),e.removeListener("end",h),e.removeListener("error",f),e.removeListener("close",g)}};e.exports=r},81045:(e,t,i)=>{const{dirname:n,resolve:a}=i(85622),{readdirSync:r,statSync:o}=i(35747);e.exports=function(e,t){let i,s=a(".",e);for(o(s).isDirectory()||(s=n(s));;){if(i=t(s,r(s)),i)return a(s,i);if(s=n(i=s),i===s)break}}},95573:e=>{"use strict";var t=/["'&<>]/;e.exports=function(e){var i,n=""+e,a=t.exec(n);if(!a)return n;var r="",o=0,s=0;for(o=a.index;o{"use strict";e.exports=function(e,t){if(null==e)throw new TypeError("argument entity is required");var i,o=(i=e,"function"==typeof a&&i instanceof a||i&&"object"==typeof i&&"ctime"in i&&"[object Date]"===r.call(i.ctime)&&"mtime"in i&&"[object Date]"===r.call(i.mtime)&&"ino"in i&&"number"==typeof i.ino&&"size"in i&&"number"==typeof i.size),s=t&&"boolean"==typeof t.weak?t.weak:o;if(!o&&"string"!=typeof e&&!Buffer.isBuffer(e))throw new TypeError("argument entity must be string, Buffer, or fs.Stats");var c,u,l=o?(u=(c=e).mtime.getTime().toString(16),'"'+c.size.toString(16)+"-"+u+'"'):function(e){if(0===e.length)return'"0-2jmj7l5rSw0yVb/vlWAYkK/YBwk"';var t=n.createHash("sha1").update(e,"utf8").digest("base64").substring(0,27);return'"'+("string"==typeof e?Buffer.byteLength(e,"utf8"):e.length).toString(16)+"-"+t+'"'}(e);return s?"W/"+l:l};var n=i(76417),a=i(35747).Stats,r=Object.prototype.toString},92024:(e,t,i)=>{"use strict";var n=i(10417).Buffer,a=i(19386),r=i(76417),o=i(15158)("express-session"),s=i(52687)("express-session"),c=i(54236),u=i(18317),l=i(61365),p=i(11599).sync,d=i(96146),h=i(79101),m=i(66651),f=i(44953);t=e.exports=function(e){var t=e||{},i=t.cookie||{},r=t.genid||v,p=t.name||t.key||"connect.sid",f=t.store||new h,w=t.proxy,k=t.resave,_=Boolean(t.rolling),j=t.saveUninitialized,E=t.secret;if("function"!=typeof r)throw new TypeError("genid option must be a function");if(void 0===k&&(s("undefined resave option; provide resave option"),k=!0),void 0===j&&(s("undefined saveUninitialized option; provide saveUninitialized option"),j=!0),t.unset&&"destroy"!==t.unset&&"keep"!==t.unset)throw new TypeError('unset option must be "destroy" or "keep"');var D="destroy"===t.unset;if(Array.isArray(E)&&0===E.length)throw new TypeError("secret option array must contain one or more strings");E&&!Array.isArray(E)&&(E=[E]),E||s("req.secret; provide secret option"),f instanceof h&&console.warn("Warning: connect.session() MemoryStore is not\ndesigned for a production environment, as it will leak\nmemory, and will not scale past a single process."),f.generate=function(e){e.sessionID=r(e),e.session=new m(e),e.session.cookie=new d(i),"auto"===i.secure&&(e.session.cookie.secure=b(e,w))};var A="function"==typeof f.touch,C=!0;return f.on("disconnect",(function(){C=!1})),f.on("connect",(function(){C=!0})),function(e,t,r){if(e.session)r();else{if(!C)return o("store is disconnected"),void r();if(0!==(u.original(e).pathname||"/").indexOf(i.path||"/"))return r();if(E||e.secret){var d,h,m,v=E||[e.secret],S=!1;e.sessionStore=f;var T=e.sessionID=function(e,t,i){var n,r,c=e.headers.cookie;return c&&(n=a.parse(c)[t])&&("s:"===n.substr(0,2)?!1===(r=x(n.slice(2),i))&&(o("cookie signature invalid"),r=void 0):o("cookie unsigned")),!r&&e.signedCookies&&(r=e.signedCookies[t])&&s("cookie should be available in req.headers.cookie"),!r&&e.cookies&&(n=e.cookies[t])&&("s:"===n.substr(0,2)?((r=x(n.slice(2),i))&&s("cookie should be available in req.headers.cookie"),!1===r&&(o("cookie signature invalid"),r=void 0)):o("cookie unsigned")),r}(e,p,v);c(t,(function(){e.session?function(e){return"string"==typeof e.sessionID&&(T!==e.sessionID?j||F(e.session):_||null!=e.session.cookie.expires&&F(e.session))}(e)&&(!e.session.cookie.secure||b(e,w)?(S||(e.session.touch(),S=!0),function(e,t,i,n,r){var s="s:"+l.sign(i,n),c=a.serialize(t,s,r);o("set-cookie %s",c);var u=e.getHeader("Set-Cookie")||[],p=Array.isArray(u)?u.concat(c):[u,c];e.setHeader("Set-Cookie",p)}(t,p,e.sessionID,v[0],e.session.cookie.data)):o("not secured")):o("no session")}));var O=t.end,I=t.write,P=!1;if(t.end=function(i,a){if(P)return!1;var s;P=!0;var c=!0;function u(){if(c)return s=O.call(t,i,a),void(c=!1);O.call(t)}function l(){if(!c)return s;if(t._header||t._implicitHeader(),null==i)return s=!0;var e=Number(t.getHeader("Content-Length"));return!isNaN(e)&&e>0&&(i=n.isBuffer(i)?i:n.from(i,a),a=void 0,0!==i.length)?(o("split response"),s=I.call(t,i.slice(0,i.length-1)),i=i.slice(i.length-1,i.length),s):(s=I.call(t,i,a),c=!1,s)}return function(e){return e.sessionID&&D&&null==e.session}(e)?(o("destroying"),f.destroy(e.sessionID,(function(e){e&&g(r,e),o("destroyed"),u()})),l()):e.session?(S||(e.session.touch(),S=!0),L(e)?(e.session.save((function(e){e&&g(r,e),u()})),l()):A&&function(e){return"string"!=typeof e.sessionID?(o("session ignored because of bogus req.sessionID %o",e.sessionID),!1):T===e.sessionID&&!L(e)}(e)?(o("touching"),f.touch(e.sessionID,e.session,(function(e){e&&g(r,e),o("touched"),u()})),l()):O.call(t,i,a)):(o("no session"),O.call(t,i,a))},!e.sessionID)return o("no SID sent, generating session"),R(),void r();o("fetching %s",e.sessionID),f.get(e.sessionID,(function(t,i){if(t&&"ENOENT"!==t.code)return o("error %j",t),void r(t);try{t||!i?(o("no session found"),R()):(o("session found"),function(e,t){f.createSession(e,t),h=e.sessionID,d=y(t),k||(m=d),z(e.session)}(e,i))}catch(e){return void r(e)}r()}))}else r(new Error("secret option required for sessions"))}function R(){f.generate(e),h=e.sessionID,d=y(e.session),z(e.session)}function z(t){var i=t.reload,n=t.save;Object.defineProperty(t,"reload",{configurable:!0,enumerable:!1,value:function(t){o("reloading %s",this.id),i.call(this,function(t,i){return function(){e.session!==t&&z(e.session),i.apply(this,arguments)}}(this,t))},writable:!0}),Object.defineProperty(t,"save",{configurable:!0,enumerable:!1,value:function(){o("saving %s",this.id),m=y(this),n.apply(this,arguments)},writable:!0})}function F(e){return h!==e.id||d!==y(e)}function L(e){return"string"!=typeof e.sessionID?(o("session ignored because of bogus req.sessionID %o",e.sessionID),!1):j||T===e.sessionID?(t=e.session,!(h===t.id&&m===y(t))):F(e.session);var t}}},t.Store=f,t.Cookie=d,t.Session=m,t.MemoryStore=h;var g="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))};function v(e){return p(24)}function y(e){var t=JSON.stringify(e,(function(t,i){if(this!==e||"cookie"!==t)return i}));return r.createHash("sha1").update(t,"utf8").digest("hex")}function b(e,t){if(e.connection&&e.connection.encrypted)return!0;if(!1===t)return!1;if(!0!==t)return!0===e.secure;var i=e.headers["x-forwarded-proto"]||"",n=i.indexOf(",");return"https"===(-1!==n?i.substr(0,n).toLowerCase().trim():i.toLowerCase().trim())}function x(e,t){for(var i=0;i{"use strict";t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");for(var n={},r=t||{},s=e.split(a),c=r.decode||i,u=0;u{var n=i(85622).relative;e.exports=function(e){if(!e)throw new TypeError("argument namespace is required");var t=c(h()[1])[0];function i(e){s.call(i,e)}return i._file=t,i._ignored=function(e){return!!process.noDeprecation||r(process.env.NO_DEPRECATION||"",e)}(e),i._namespace=e,i._traced=function(e){return!!process.traceDeprecation||r(process.env.TRACE_DEPRECATION||"",e)}(e),i._warned=Object.create(null),i.function=f,i.property=g,i};var a=process.cwd();function r(e,t){for(var i=e.split(/[ ,]+/),n=String(t).toLowerCase(),a=0;a0);if(a||!this._ignored){var r,o,s,d,m=0,f=!1,g=h(),y=this._file;for(t?(d=t,(s=c(g[1])).name=d.name,y=s[0]):s=d=c(g[m=2]);m",i=e.getLineNumber(),n=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var a=[t,i,n];return a.callSite=e,a.name=e.getFunctionName(),a}function u(e){var t=e.callSite,i=e.name;i||(i="");var n=t.getThis(),a=n&&t.getTypeName();return"Object"===a&&(a=void 0),"Function"===a&&(a=n.name||a),a&&t.getMethodName()?a+"."+i:i}function l(e,t,i){var n=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var a=0;a{var n=i(64293),a=n.Buffer;function r(e,t){for(var i in e)t[i]=e[i]}function o(e,t,i){return a(e,t,i)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=n:(r(n,t),t.Buffer=o),o.prototype=Object.create(a.prototype),r(a,o),o.from=function(e,t,i){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,i)},o.alloc=function(e,t,i){if("number"!=typeof e)throw new TypeError("Argument must be a number");var n=a(e);return void 0!==t?"string"==typeof i?n.fill(t,i):n.fill(t):n.fill(0),n},o.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return a(e)},o.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n.SlowBuffer(e)}},96146:(e,t,i)=>{"use strict";var n=i(19386),a=i(52687)("express-session");(e.exports=function(e){if(this.path="/",this.maxAge=null,this.httpOnly=!0,e){if("object"!=typeof e)throw new TypeError("argument options must be a object");for(var t in e)"data"!==t&&(this[t]=e[t])}void 0!==this.originalMaxAge&&null!==this.originalMaxAge||(this.originalMaxAge=this.maxAge)}).prototype={set expires(e){this._expires=e,this.originalMaxAge=this.maxAge},get expires(){return this._expires},set maxAge(e){if(e&&"number"!=typeof e&&!(e instanceof Date))throw new TypeError("maxAge must be a number or Date");e instanceof Date&&a("maxAge as Date; pass number of milliseconds instead"),this.expires="number"==typeof e?new Date(Date.now()+e):e},get maxAge(){return this.expires instanceof Date?this.expires.valueOf()-Date.now():this.expires},get data(){return{originalMaxAge:this.originalMaxAge,expires:this._expires,secure:this.secure,httpOnly:this.httpOnly,domain:this.domain,path:this.path,sameSite:this.sameSite}},serialize:function(e,t){return n.serialize(e,t,this.data)},toJSON:function(){return this.data}}},79101:(e,t,i)=>{"use strict";var n=i(44953),a=i(31669),r="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))};function o(){n.call(this),this.sessions=Object.create(null)}function s(e){var t=this.sessions[e];if(t){if((t=JSON.parse(t)).cookie){var i="string"==typeof t.cookie.expires?new Date(t.cookie.expires):t.cookie.expires;if(i&&i<=Date.now())return void delete this.sessions[e]}return t}}e.exports=o,a.inherits(o,n),o.prototype.all=function(e){for(var t=Object.keys(this.sessions),i=Object.create(null),n=0;n{"use strict";function t(e,t){if(Object.defineProperty(this,"req",{value:e}),Object.defineProperty(this,"id",{value:e.sessionID}),"object"==typeof t&&null!==t)for(var i in t)i in this||(this[i]=t[i])}function i(e,t,i){Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:i,writable:!0})}e.exports=t,i(t.prototype,"touch",(function(){return this.resetMaxAge()})),i(t.prototype,"resetMaxAge",(function(){return this.cookie.maxAge=this.cookie.originalMaxAge,this})),i(t.prototype,"save",(function(e){return this.req.sessionStore.set(this.id,this,e||function(){}),this})),i(t.prototype,"reload",(function(e){var t=this.req,i=this.req.sessionStore;return i.get(this.id,(function(n,a){return n?e(n):a?(i.createSession(t,a),void e()):e(new Error("failed to load session"))})),this})),i(t.prototype,"destroy",(function(e){return delete this.req.session,this.req.sessionStore.destroy(this.id,e),this})),i(t.prototype,"regenerate",(function(e){return this.req.sessionStore.regenerate(this.req,e),this}))},44953:(e,t,i)=>{"use strict";var n=i(96146),a=i(28614).EventEmitter,r=i(66651),o=i(31669);function s(){a.call(this)}e.exports=s,o.inherits(s,a),s.prototype.regenerate=function(e,t){var i=this;this.destroy(e.sessionID,(function(n){i.generate(e),t(n)}))},s.prototype.load=function(e,t){var i=this;this.get(e,(function(n,a){if(n)return t(n);if(!a)return t();var r={sessionID:e,sessionStore:i};t(null,i.createSession(r,a))}))},s.prototype.createSession=function(e,t){var i=t.cookie.expires,a=t.cookie.originalMaxAge;return t.cookie=new n(t.cookie),"string"==typeof i&&(t.cookie.expires=new Date(i)),t.cookie.originalMaxAge=a,e.session=new r(e,t),e.session}},99268:(e,t,i)=>{"use strict";e.exports=i(85499)},68346:(e,t,i)=>{"use strict";var n=i(17838),a=i(29483),r=i(38873),o=i(31735),s=i(27667),c=i(15158)("express:application"),u=i(8706),l=i(98605),p=i(4265).compileETag,d=i(4265).compileQueryParser,h=i(4265).compileTrust,m=i(40412)("express"),f=i(72521),g=i(31322),v=i(85622).resolve,y=i(66644),b=Array.prototype.slice,x=e.exports={},w="@@symbol:trust_proxy_default";function k(e){"test"!==this.get("env")&&console.error(e.stack||e.toString())}x.init=function(){this.cache={},this.engines={},this.settings={},this.defaultConfiguration()},x.defaultConfiguration=function(){var e="production";this.enable("x-powered-by"),this.set("etag","weak"),this.set("env",e),this.set("query parser","extended"),this.set("subdomain offset",2),this.set("trust proxy",!1),Object.defineProperty(this.settings,w,{configurable:!0,value:!0}),c("booting in %s mode",e),this.on("mount",(function(e){!0===this.settings[w]&&"function"==typeof e.settings["trust proxy fn"]&&(delete this.settings["trust proxy"],delete this.settings["trust proxy fn"]),y(this.request,e.request),y(this.response,e.response),y(this.engines,e.engines),y(this.settings,e.settings)})),this.locals=Object.create(null),this.mountpath="/",this.locals.settings=this.settings,this.set("view",u),this.set("views",v("views")),this.set("jsonp callback name","callback"),this.enable("view cache"),Object.defineProperty(this,"router",{get:function(){throw new Error("'app.router' is deprecated!\nPlease see the 3.x to 4.x migration guide for details on how to update your app.")}})},x.lazyrouter=function(){this._router||(this._router=new a({caseSensitive:this.enabled("case sensitive routing"),strict:this.enabled("strict routing")}),this._router.use(s(this.get("query parser fn"))),this._router.use(o.init(this)))},x.handle=function(e,t,i){var a=this._router,r=i||n(e,t,{env:this.get("env"),onerror:k.bind(this)});if(!a)return c("no routes defined on app"),void r();a.handle(e,t,r)},x.use=function(e){var t=0,i="/";if("function"!=typeof e){for(var n=e;Array.isArray(n)&&0!==n.length;)n=n[0];"function"!=typeof n&&(t=1,i=e)}var a=f(b.call(arguments,t));if(0===a.length)throw new TypeError("app.use() requires a middleware function");this.lazyrouter();var r=this._router;return a.forEach((function(e){if(!e||!e.handle||!e.set)return r.use(i,e);c(".use app under %s",i),e.mountpath=i,e.parent=this,r.use(i,(function(t,i,n){var a=t.app;e.handle(t,i,(function(e){y(t,a.request),y(i,a.response),n(e)}))})),e.emit("mount",this)}),this),this},x.route=function(e){return this.lazyrouter(),this._router.route(e)},x.engine=function(e,t){if("function"!=typeof t)throw new Error("callback function required");var i="."!==e[0]?"."+e:e;return this.engines[i]=t,this},x.param=function(e,t){if(this.lazyrouter(),Array.isArray(e)){for(var i=0;i1?'directories "'+n.root.slice(0,-1).join('", "')+'" or "'+n.root[n.root.length-1]+'"':'directory "'+n.root+'"',l=new Error('Failed to lookup view "'+e+'" in views '+u);return l.view=n,r(l)}c.cache&&(a[e]=n)}!function(e,t,i){try{e.render(t,i)}catch(e){i(e)}}(n,c,r)},x.listen=function(){var e=l.createServer(this);return e.listen.apply(e,arguments)}},85499:(e,t,i)=>{"use strict";var n=i(10046),a=i(28614).EventEmitter,r=i(86182),o=i(68346),s=i(65369),c=i(29483),u=i(65828),l=i(72914);(t=e.exports=function(){var e=function(t,i,n){e.handle(t,i,n)};return r(e,a.prototype,!1),r(e,o,!1),e.request=Object.create(u,{app:{configurable:!0,enumerable:!0,writable:!0,value:e}}),e.response=Object.create(l,{app:{configurable:!0,enumerable:!0,writable:!0,value:e}}),e.init(),e}).application=o,t.request=u,t.response=l,t.Route=s,t.Router=c,t.json=n.json,t.query=i(27667),t.raw=n.raw,t.static=i(28636),t.text=n.text,t.urlencoded=n.urlencoded,["bodyParser","compress","cookieSession","session","logger","cookieParser","favicon","responseTime","errorHandler","timeout","methodOverride","vhost","csrf","directory","limit","multipart","staticCache"].forEach((function(e){Object.defineProperty(t,e,{get:function(){throw new Error("Most middleware (like "+e+") is no longer bundled with Express and must be installed separately. Please see https://github.com/senchalabs/connect#middleware.")},configurable:!0})}))},31735:(e,t,i)=>{"use strict";var n=i(66644);t.init=function(e){return function(t,i,a){e.enabled("x-powered-by")&&i.setHeader("X-Powered-By","Express"),t.res=i,i.req=t,t.next=a,n(t,e.request),n(i,e.response),i.locals=i.locals||Object.create(null),a()}}},27667:(e,t,i)=>{"use strict";var n=i(31322),a=i(18317),r=i(80129);e.exports=function(e){var t=n({},e),i=r.parse;return"function"==typeof e&&(i=e,t=void 0),void 0!==t&&void 0===t.allowPrototypes&&(t.allowPrototypes=!0),function(e,n,r){if(!e.query){var o=a(e).query;e.query=i(o,t)}r()}}},65828:(e,t,i)=>{"use strict";var n=i(59078),a=i(40412)("express"),r=i(11631).isIP,o=i(40273),s=i(98605),c=i(59635),u=i(14622),l=i(18317),p=i(52611),d=Object.create(s.IncomingMessage.prototype);function h(e,t,i){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:i})}e.exports=d,d.get=d.header=function(e){if(!e)throw new TypeError("name argument is required to req.get");if("string"!=typeof e)throw new TypeError("name must be a string to req.get");var t=e.toLowerCase();switch(t){case"referer":case"referrer":return this.headers.referrer||this.headers.referer;default:return this.headers[t]}},d.accepts=function(){var e=n(this);return e.types.apply(e,arguments)},d.acceptsEncodings=function(){var e=n(this);return e.encodings.apply(e,arguments)},d.acceptsEncoding=a.function(d.acceptsEncodings,"req.acceptsEncoding: Use acceptsEncodings instead"),d.acceptsCharsets=function(){var e=n(this);return e.charsets.apply(e,arguments)},d.acceptsCharset=a.function(d.acceptsCharsets,"req.acceptsCharset: Use acceptsCharsets instead"),d.acceptsLanguages=function(){var e=n(this);return e.languages.apply(e,arguments)},d.acceptsLanguage=a.function(d.acceptsLanguages,"req.acceptsLanguage: Use acceptsLanguages instead"),d.range=function(e,t){var i=this.get("Range");if(i)return u(e,i,t)},d.param=function(e,t){var i=this.params||{},n=this.body||{},r=this.query||{},o=1===arguments.length?"name":"name, default";return a("req.param("+o+"): Use req.params, req.body, or req.query instead"),null!=i[e]&&i.hasOwnProperty(e)?i[e]:null!=n[e]?n[e]:null!=r[e]?r[e]:t},d.is=function(e){var t=e;if(!Array.isArray(e)){t=new Array(arguments.length);for(var i=0;i=200&&i<300||304===i)&&c(this.headers,{etag:t.get("ETag"),"last-modified":t.get("Last-Modified")})})),h(d,"stale",(function(){return!this.fresh})),h(d,"xhr",(function(){return"xmlhttprequest"===(this.get("X-Requested-With")||"").toLowerCase()}))},72914:(e,t,i)=>{"use strict";var n=i(89509).Buffer,a=i(67389),r=i(40412)("express"),o=i(10517),s=i(95573),c=i(98605),u=i(4265).isAbsolute,l=i(80338),p=i(85622),d=i(54917),h=i(31322),m=i(61365).sign,f=i(4265).normalizeType,g=i(4265).normalizeTypes,v=i(4265).setCharset,y=i(76489),b=i(30329),x=p.extname,w=b.mime,k=p.resolve,_=i(45181),j=Object.create(c.ServerResponse.prototype);e.exports=j;var E=/;\s*charset\s*=/;function D(e,t,i,n){var a,r=!1;function o(){if(!r){r=!0;var e=new Error("Request aborted");e.code="ECONNABORTED",n(e)}}function s(e){r||(r=!0,n(e))}t.on("directory",(function(){if(!r){r=!0;var e=new Error("EISDIR, read");e.code="EISDIR",n(e)}})),t.on("end",(function(){r||(r=!0,n())})),t.on("error",s),t.on("file",(function(){a=!1})),t.on("stream",(function(){a=!0})),l(e,(function(e){return e&&"ECONNRESET"===e.code?o():e?s(e):void(r||setImmediate((function(){!1===a||r?r||(r=!0,n()):o()})))})),i.headers&&t.on("headers",(function(e){for(var t=i.headers,n=Object.keys(t),a=0;a&]/g,(function(e){switch(e.charCodeAt(0)){case 60:return"\\u003c";case 62:return"\\u003e";case 38:return"\\u0026";default:return e}}))),a}j.status=function(e){return this.statusCode=e,this},j.links=function(e){var t=this.get("Link")||"";return t&&(t+=", "),this.set("Link",t+Object.keys(e).map((function(t){return"<"+e[t]+'>; rel="'+t+'"'})).join(", "))},j.send=function(e){var t,i,a=e,o=this.req,s=this.app;switch(2===arguments.length&&("number"!=typeof arguments[0]&&"number"==typeof arguments[1]?(r("res.send(body, status): Use res.status(status).send(body) instead"),this.statusCode=arguments[1]):(r("res.send(status, body): Use res.status(status).send(body) instead"),this.statusCode=arguments[0],a=arguments[1])),"number"==typeof a&&1===arguments.length&&(this.get("Content-Type")||this.type("txt"),r("res.send(status): Use res.sendStatus(status) instead"),this.statusCode=a,a=d[a]),typeof a){case"string":this.get("Content-Type")||this.type("html");break;case"boolean":case"number":case"object":if(null===a)a="";else{if(!n.isBuffer(a))return this.json(a);this.get("Content-Type")||this.type("bin")}}"string"==typeof a&&(t="utf8","string"==typeof(i=this.get("Content-Type"))&&this.set("Content-Type",v(i,"utf-8")));var c,u,l=s.get("etag fn"),p=!this.get("ETag")&&"function"==typeof l;return void 0!==a&&(n.isBuffer(a)?c=a.length:!p&&a.length<1e3?c=n.byteLength(a,t):(a=n.from(a,t),t=void 0,c=a.length),this.set("Content-Length",c)),p&&void 0!==c&&(u=l(a,t))&&this.set("ETag",u),o.fresh&&(this.statusCode=304),204!==this.statusCode&&304!==this.statusCode||(this.removeHeader("Content-Type"),this.removeHeader("Content-Length"),this.removeHeader("Transfer-Encoding"),a=""),"HEAD"===o.method?this.end():this.end(a,t),this},j.json=function(e){var t=e;2===arguments.length&&("number"==typeof arguments[1]?(r("res.json(obj, status): Use res.status(status).json(obj) instead"),this.statusCode=arguments[1]):(r("res.json(status, obj): Use res.status(status).json(obj) instead"),this.statusCode=arguments[0],t=arguments[1]));var i=this.app,n=i.get("json escape"),a=i.get("json replacer"),o=i.get("json spaces"),s=A(t,a,o,n);return this.get("Content-Type")||this.set("Content-Type","application/json"),this.send(s)},j.jsonp=function(e){var t=e;2===arguments.length&&("number"==typeof arguments[1]?(r("res.jsonp(obj, status): Use res.status(status).json(obj) instead"),this.statusCode=arguments[1]):(r("res.jsonp(status, obj): Use res.status(status).jsonp(obj) instead"),this.statusCode=arguments[0],t=arguments[1]));var i=this.app,n=i.get("json escape"),a=i.get("json replacer"),o=i.get("json spaces"),s=A(t,a,o,n),c=this.req.query[i.get("jsonp callback name")];return this.get("Content-Type")||(this.set("X-Content-Type-Options","nosniff"),this.set("Content-Type","application/json")),Array.isArray(c)&&(c=c[0]),"string"==typeof c&&0!==c.length&&(this.set("X-Content-Type-Options","nosniff"),this.set("Content-Type","text/javascript"),s="/**/ typeof "+(c=c.replace(/[^\[\]\w$.]/g,""))+" === 'function' && "+c+"("+(s=s.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029"))+");"),this.send(s)},j.sendStatus=function(e){var t=d[e]||String(e);return this.statusCode=e,this.type("txt"),this.send(t)},j.sendFile=function(e,t,i){var n=i,a=this.req,r=a.next,o=t||{};if(!e)throw new TypeError("path argument is required to res.sendFile");if("string"!=typeof e)throw new TypeError("path must be a string to res.sendFile");if("function"==typeof t&&(n=t,o={}),!o.root&&!u(e))throw new TypeError("path must be absolute or specify root to res.sendFile");var s=encodeURI(e);D(this,b(a,s,o),o,(function(e){return n?n(e):e&&"EISDIR"===e.code?r():void(e&&"ECONNABORTED"!==e.code&&"write"!==e.syscall&&r(e))}))},j.sendfile=function(e,t,i){var n=i,a=this.req,r=a.next,o=t||{};"function"==typeof t&&(n=t,o={}),D(this,b(a,e,o),o,(function(e){return n?n(e):e&&"EISDIR"===e.code?r():void(e&&"ECONNABORTED"!==e.code&&"write"!==e.syscall&&r(e))}))},j.sendfile=r.function(j.sendfile,"res.sendfile: Use res.sendFile instead"),j.download=function(e,t,i,n){var r=n,o=t,s=i||null;"function"==typeof t?(r=t,o=null,s=null):"function"==typeof i&&(r=i,s=null);var c={"Content-Disposition":a(o||e)};if(s&&s.headers)for(var u=Object.keys(s.headers),l=0;l0&&t.accepts(a);if(this.vary("Accept"),r)this.set("Content-Type",f(r).value),e[r](t,this,i);else if(n)n();else{var o=new Error("Not Acceptable");o.status=o.statusCode=406,o.types=g(a).map((function(e){return e.value})),i(o)}return this},j.attachment=function(e){return e&&this.type(x(e)),this.set("Content-Disposition",a(e)),this},j.append=function(e,t){var i=this.get(e),n=t;return i&&(n=Array.isArray(i)?i.concat(t):Array.isArray(t)?[i].concat(t):[i,t]),this.set(e,n)},j.set=j.header=function(e,t){if(2===arguments.length){var i=Array.isArray(t)?t.map(String):String(t);if("content-type"===e.toLowerCase()){if(Array.isArray(i))throw new TypeError("Content-Type cannot be set to an Array");if(!E.test(i)){var n=w.charsets.lookup(i.split(";")[0]);n&&(i+="; charset="+n.toLowerCase())}}this.setHeader(e,i)}else for(var a in e)this.set(a,e[a]);return this},j.get=function(e){return this.getHeader(e)},j.clearCookie=function(e,t){var i=h({expires:new Date(1),path:"/"},t);return this.cookie(e,"",i)},j.cookie=function(e,t,i){var n=h({},i),a=this.req.secret,r=n.signed;if(r&&!a)throw new Error('cookieParser("secret") required for signed cookies');var o="object"==typeof t?"j:"+JSON.stringify(t):String(t);return r&&(o="s:"+m(o,a)),"maxAge"in n&&(n.expires=new Date(Date.now()+n.maxAge),n.maxAge/=1e3),null==n.path&&(n.path="/"),this.append("Set-Cookie",y.serialize(e,String(o),n)),this},j.location=function(e){var t=e;return"back"===e&&(t=this.req.get("Referrer")||"/"),this.set("Location",o(t))},j.redirect=function(e){var t,i=e,a=302;2===arguments.length&&("number"==typeof arguments[0]?(a=arguments[0],i=arguments[1]):(r("res.redirect(url, status): Use res.redirect(status, url) instead"),a=arguments[1])),i=this.location(i).get("Location"),this.format({text:function(){t=d[a]+". Redirecting to "+i},html:function(){var e=s(i);t="

"+d[a]+'. Redirecting to '+e+"

"},default:function(){t=""}}),this.statusCode=a,this.set("Content-Length",n.byteLength(t)),"HEAD"===this.req.method?this.end():this.end(t)},j.vary=function(e){return!e||Array.isArray(e)&&!e.length?(r("res.vary(): Provide a field name"),this):(_(this,e),this)},j.render=function(e,t,i){var n=this.req.app,a=i,r=t||{},o=this.req,s=this;"function"==typeof t&&(a=t,r={}),r._locals=s.locals,a=a||function(e,t){if(e)return o.next(e);s.send(t)},n.render(e,r,a)}},29483:(e,t,i)=>{"use strict";var n=i(65369),a=i(93342),r=i(38873),o=i(31322),s=i(15158)("express:router"),c=i(40412)("express"),u=i(72521),l=i(18317),p=i(66644),d=/^\[object (\S+)\]$/,h=Array.prototype.slice,m=Object.prototype.toString,f=e.exports=function(e){var t=e||{};function i(e,t,n){i.handle(e,t,n)}return p(i,f),i.params={},i._params=[],i.caseSensitive=t.caseSensitive,i.mergeParams=t.mergeParams,i.strict=t.strict,i.stack=[],i};function g(e,t){for(var i=0;i=f.length)setImmediate(x,a);else{var r,k,_,j=function(e){try{return l(e).pathname}catch(e){return}}(e);if(null==j)return x(a);for(;!0!==k&&c=0;n--)e[n+a]=e[n],n=o.length?a():(h=0,c=o[d++],s=c.name,u=i.params[s],l=r[s],p=t[s],void 0!==u&&l?p&&(p.match===u||p.error&&"route"!==p.error)?(i.params[s]=p.value,m(p.error)):(t[s]=p={error:null,match:u,value:u},void f()):m())}function f(e){var t=l[h++];if(p.value=i.params[c.name],e)return p.error=e,void m(e);if(!t)return m();try{t(i,n,f,u,c.name)}catch(e){f(e)}}m()},f.use=function(e){var t=0,i="/";if("function"!=typeof e){for(var n=e;Array.isArray(n)&&0!==n.length;)n=n[0];"function"!=typeof n&&(t=1,i=e)}var r=u(h.call(arguments,t));if(0===r.length)throw new TypeError("Router.use() requires a middleware function");for(var o=0;o");var c=new a(i,{sensitive:this.caseSensitive,strict:!1,end:!1},e);c.route=void 0,this.stack.push(c)}return this},f.route=function(e){var t=new n(e),i=new a(e,{sensitive:this.caseSensitive,strict:this.strict,end:!0},t.dispatch.bind(t));return i.route=t,this.stack.push(i),t},r.concat("all").forEach((function(e){f[e]=function(t){var i=this.route(t);return i[e].apply(i,h.call(arguments,1)),this}}))},93342:(e,t,i)=>{"use strict";var n=i(14779),a=i(15158)("express:router:layer"),r=Object.prototype.hasOwnProperty;function o(e,t,i){if(!(this instanceof o))return new o(e,t,i);a("new %o",e);var r=t||{};this.handle=i,this.name=i.name||"",this.params=void 0,this.path=void 0,this.regexp=n(e,this.keys=[],r),this.regexp.fast_star="*"===e,this.regexp.fast_slash="/"===e&&!1===r.end}function s(e){if("string"!=typeof e||0===e.length)return e;try{return decodeURIComponent(e)}catch(t){throw t instanceof URIError&&(t.message="Failed to decode param '"+e+"'",t.status=t.statusCode=400),t}}e.exports=o,o.prototype.handle_error=function(e,t,i,n){var a=this.handle;if(4!==a.length)return n(e);try{a(e,t,i,n)}catch(e){n(e)}},o.prototype.handle_request=function(e,t,i){var n=this.handle;if(n.length>3)return i();try{n(e,t,i)}catch(e){i(e)}},o.prototype.match=function(e){var t;if(null!=e){if(this.regexp.fast_slash)return this.params={},this.path="",!0;if(this.regexp.fast_star)return this.params={0:s(e)},this.path=e,!0;t=this.regexp.exec(e)}if(!t)return this.params=void 0,this.path=void 0,!1;this.params={},this.path=t[0];for(var i=this.keys,n=this.params,a=1;a{"use strict";var n=i(15158)("express:router:route"),a=i(72521),r=i(93342),o=i(38873),s=Array.prototype.slice,c=Object.prototype.toString;function u(e){this.path=e,this.stack=[],n("new %o",e),this.methods={}}e.exports=u,u.prototype._handles_method=function(e){if(this.methods._all)return!0;var t=e.toLowerCase();return"head"!==t||this.methods.head||(t="get"),Boolean(this.methods[t])},u.prototype._options=function(){var e=Object.keys(this.methods);this.methods.get&&!this.methods.head&&e.push("head");for(var t=0;t{"use strict";var n=i(89509).Buffer,a=i(67389),r=i(37811),o=i(40412)("express"),s=i(72521),c=i(30329).mime,u=i(25859),l=i(52611),p=i(80129),d=i(71191);function h(e){return function(t,i){var a=n.isBuffer(t)?t:n.from(t,i);return u(a,e)}}function m(e){return p.parse(e,{allowPrototypes:!0})}function f(){return{}}t.etag=h({weak:!1}),t.wetag=h({weak:!0}),t.isAbsolute=function(e){return"/"===e[0]||":"===e[1]&&("\\"===e[2]||"/"===e[2])||"\\\\"===e.substring(0,2)||void 0},t.flatten=o.function(s,"utils.flatten: use array-flatten npm module instead"),t.normalizeType=function(e){return~e.indexOf("/")?function(e,t){for(var i=e.split(/ *; */),n={value:i[0],quality:1,params:{},originalIndex:void 0},a=1;a{"use strict";var n=i(15158)("express:view"),a=i(85622),r=i(35747),o=a.dirname,s=a.basename,c=a.extname,u=a.join,l=a.resolve;function p(e,t){var a=t||{};if(this.defaultEngine=a.defaultEngine,this.ext=c(e),this.name=e,this.root=a.root,!this.ext&&!this.defaultEngine)throw new Error("No default engine was specified and no extension was provided.");var r=e;if(this.ext||(this.ext="."!==this.defaultEngine[0]?"."+this.defaultEngine:this.defaultEngine,r+=this.ext),!a.engines[this.ext]){var o=this.ext.substr(1);n('require "%s"',o);var s=i(18967)(o).__express;if("function"!=typeof s)throw new Error('Module "'+o+'" does not provide a view engine.');a.engines[this.ext]=s}this.engine=a.engines[this.ext],this.path=this.lookup(r)}function d(e){n('stat "%s"',e);try{return r.statSync(e)}catch(e){return}}e.exports=p,p.prototype.lookup=function(e){var t,i=[].concat(this.root);n('lookup "%s"',e);for(var a=0;a{function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=18967,e.exports=t},4445:e=>{e.exports=o,o.default=o,o.stable=l,o.stableStringify=l;var t="[...]",i="[Circular]",n=[],a=[];function r(){return{depthLimit:Number.MAX_SAFE_INTEGER,edgesLimit:Number.MAX_SAFE_INTEGER}}function o(e,t,i,o){var s;void 0===o&&(o=r()),c(e,"",0,[],void 0,0,o);try{s=0===a.length?JSON.stringify(e,t,i):JSON.stringify(e,d(t),i)}catch(e){return JSON.stringify("[unable to serialize, circular reference is too complex to analyze]")}finally{for(;0!==n.length;){var u=n.pop();4===u.length?Object.defineProperty(u[0],u[1],u[3]):u[0][u[1]]=u[2]}}return s}function s(e,t,i,r){var o=Object.getOwnPropertyDescriptor(r,i);void 0!==o.get?o.configurable?(Object.defineProperty(r,i,{value:e}),n.push([r,i,t,o])):a.push([t,i,e]):(r[i]=e,n.push([r,i,t]))}function c(e,n,a,r,o,u,l){var p;if(u+=1,"object"==typeof e&&null!==e){for(p=0;pl.depthLimit)return void s(t,e,n,o);if(void 0!==l.edgesLimit&&a+1>l.edgesLimit)return void s(t,e,n,o);if(r.push(e),Array.isArray(e))for(p=0;pt?1:0}function l(e,t,i,o){void 0===o&&(o=r());var s,c=p(e,"",0,[],void 0,0,o)||e;try{s=0===a.length?JSON.stringify(c,t,i):JSON.stringify(c,d(t),i)}catch(e){return JSON.stringify("[unable to serialize, circular reference is too complex to analyze]")}finally{for(;0!==n.length;){var u=n.pop();4===u.length?Object.defineProperty(u[0],u[1],u[3]):u[0][u[1]]=u[2]}}return s}function p(e,a,r,o,c,l,d){var h;if(l+=1,"object"==typeof e&&null!==e){for(h=0;hd.depthLimit)return void s(t,e,a,c);if(void 0!==d.edgesLimit&&r+1>d.edgesLimit)return void s(t,e,a,c);if(o.push(e),Array.isArray(e))for(h=0;h0)for(var n=0;n{"use strict";var n=i(15158)("finalhandler"),a=i(10517),r=i(95573),o=i(80338),s=i(18317),c=i(54917),u=i(98170),l=/\x20{2}/g,p=/\n/g,d="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))},h=o.isFinished;function m(e){return"boolean"!=typeof e.headersSent?Boolean(e._header):e.headersSent}e.exports=function(e,t,i){var f=i||{},g=f.env||"production",v=f.onerror;return function(i){var f,y,b;if(i||!m(t)){if(i?(b=function(e){return"number"==typeof e.status&&e.status>=400&&e.status<600?e.status:"number"==typeof e.statusCode&&e.statusCode>=400&&e.statusCode<600?e.statusCode:void 0}(i),void 0===b?b=function(e){var t=e.statusCode;return("number"!=typeof t||t<400||t>599)&&(t=500),t}(t):f=function(e){if(e.headers&&"object"==typeof e.headers){for(var t=Object.create(null),i=Object.keys(e.headers),n=0;n\n\n\n\nError\n\n\n
'+r(e).replace(p,"
").replace(l,"  ")+"
\n\n\n"}(a);t.statusCode=i,t.statusMessage=c[i],function(e,t){if(t)for(var i=Object.keys(t),n=0;n{var n=i(9779),a=i(31669),r=i(85622),o=i(98605),s=i(57211),c=i(78835).parse,u=i(35747),l=i(80983),p=i(59118),d=i(32275);function h(e){if(!(this instanceof h))return new h(e);for(var t in this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],n.call(this),e=e||{})this[t]=e[t]}e.exports=h,a.inherits(h,n),h.LINE_BREAK="\r\n",h.DEFAULT_CONTENT_TYPE="application/octet-stream",h.prototype.append=function(e,t,i){"string"==typeof(i=i||{})&&(i={filename:i});var r=n.prototype.append.bind(this);if("number"==typeof t&&(t=""+t),a.isArray(t))this._error(new Error("Arrays are not supported."));else{var o=this._multiPartHeader(e,t,i),s=this._multiPartFooter();r(o),r(t),r(s),this._trackLength(o,t,i)}},h.prototype._trackLength=function(e,t,i){var n=0;null!=i.knownLength?n+=+i.knownLength:Buffer.isBuffer(t)?n=t.length:"string"==typeof t&&(n=Buffer.byteLength(t)),this._valueLength+=n,this._overheadLength+=Buffer.byteLength(e)+h.LINE_BREAK.length,t&&(t.path||t.readable&&t.hasOwnProperty("httpVersion"))&&(i.knownLength||this._valuesToMeasure.push(t))},h.prototype._lengthRetriever=function(e,t){e.hasOwnProperty("fd")?null!=e.end&&e.end!=1/0&&null!=e.start?t(null,e.end+1-(e.start?e.start:0)):u.stat(e.path,(function(i,n){var a;i?t(i):(a=n.size-(e.start?e.start:0),t(null,a))})):e.hasOwnProperty("httpVersion")?t(null,+e.headers["content-length"]):e.hasOwnProperty("httpModule")?(e.on("response",(function(i){e.pause(),t(null,+i.headers["content-length"])})),e.resume()):t("Unknown stream")},h.prototype._multiPartHeader=function(e,t,i){if("string"==typeof i.header)return i.header;var n,a=this._getContentDisposition(t,i),r=this._getContentType(t,i),o="",s={"Content-Disposition":["form-data",'name="'+e+'"'].concat(a||[]),"Content-Type":[].concat(r||[])};for(var c in"object"==typeof i.header&&d(s,i.header),s)s.hasOwnProperty(c)&&null!=(n=s[c])&&(Array.isArray(n)||(n=[n]),n.length&&(o+=c+": "+n.join("; ")+h.LINE_BREAK));return"--"+this.getBoundary()+h.LINE_BREAK+o+h.LINE_BREAK},h.prototype._getContentDisposition=function(e,t){var i,n;return"string"==typeof t.filepath?i=r.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?i=r.basename(t.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(i=r.basename(e.client._httpMessage.path||"")),i&&(n='filename="'+i+'"'),n},h.prototype._getContentType=function(e,t){var i=t.contentType;return!i&&e.name&&(i=l.lookup(e.name)),!i&&e.path&&(i=l.lookup(e.path)),!i&&e.readable&&e.hasOwnProperty("httpVersion")&&(i=e.headers["content-type"]),i||!t.filepath&&!t.filename||(i=l.lookup(t.filepath||t.filename)),i||"object"!=typeof e||(i=h.DEFAULT_CONTENT_TYPE),i},h.prototype._multiPartFooter=function(){return function(e){var t=h.LINE_BREAK;0===this._streams.length&&(t+=this._lastBoundary()),e(t)}.bind(this)},h.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+h.LINE_BREAK},h.prototype.getHeaders=function(e){var t,i={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)e.hasOwnProperty(t)&&(i[t.toLowerCase()]=e[t]);return i},h.prototype.setBoundary=function(e){this._boundary=e},h.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary},h.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),i=0,n=this._streams.length;i{e.exports=function(e,t){return Object.keys(t).forEach((function(i){e[i]=e[i]||t[i]})),e}},27995:(e,t,i)=>{var n=i(31669),a=i(35747),r=i(28614).EventEmitter,o=i(76417);function s(e){for(var t in r.call(this),this.size=0,this.path=null,this.name=null,this.type=null,this.hash=null,this.lastModifiedDate=null,this._writeStream=null,e)this[t]=e[t];"string"==typeof this.hash?this.hash=o.createHash(e.hash):this.hash=null}e.exports=s,n.inherits(s,r),s.prototype.open=function(){this._writeStream=new a.WriteStream(this.path)},s.prototype.toJSON=function(){var e={size:this.size,path:this.path,name:this.name,type:this.type,mtime:this.lastModifiedDate,length:this.length,filename:this.filename,mime:this.mime};return this.hash&&""!=this.hash&&(e.hash=this.hash),e},s.prototype.write=function(e,t){var i=this;if(i.hash&&i.hash.update(e),this._writeStream.closed)return t();this._writeStream.write(e,(function(){i.lastModifiedDate=new Date,i.size+=e.length,i.emit("progress",i.size),t()}))},s.prototype.end=function(e){var t=this;t.hash&&(t.hash=t.hash.digest("hex")),this._writeStream.end((function(){t.emit("end"),e()}))}},84970:(e,t,i)=>{var n=i(76417),a=i(35747),r=i(31669),o=i(85622),s=i(27995),c=i(8886).MultipartParser,u=i(98011).l,l=i(50224).h,p=i(95500).c,d=i(24304).StringDecoder,h=i(28614).EventEmitter,m=i(92413).Stream,f=i(12087);function g(e){return this instanceof g?(h.call(this),e=e||{},this.error=null,this.ended=!1,this.maxFields=e.maxFields||1e3,this.maxFieldsSize=e.maxFieldsSize||20971520,this.maxFileSize=e.maxFileSize||209715200,this.keepExtensions=e.keepExtensions||!1,this.uploadDir=e.uploadDir||f.tmpdir&&f.tmpdir()||f.tmpDir(),this.encoding=e.encoding||"utf-8",this.headers=null,this.type=null,this.hash=e.hash||!1,this.multiples=e.multiples||!1,this.bytesReceived=null,this.bytesExpected=null,this._parser=null,this._flushing=0,this._fieldsSize=0,this._fileSize=0,this.openedFiles=[],this):new g(e)}r.inherits(g,h),t.c=g,g.prototype.parse=function(e,t){if(this.pause=function(){try{e.pause()}catch(e){return this.ended||this._error(e),!1}return!0},this.resume=function(){try{e.resume()}catch(e){return this.ended||this._error(e),!1}return!0},t){var i={},n={};this.on("field",(function(e,t){i[e]=t})).on("file",(function(e,t){this.multiples&&n[e]?(Array.isArray(n[e])||(n[e]=[n[e]]),n[e].push(t)):n[e]=t})).on("error",(function(e){t(e,i,n)})).on("end",(function(){t(null,i,n)}))}this.writeHeaders(e.headers);var a=this;return e.on("error",(function(e){a._error(e)})).on("aborted",(function(){a.emit("aborted"),a._error(new Error("Request aborted"))})).on("data",(function(e){a.write(e)})).on("end",(function(){if(!a.error){var e=a._parser.end();e&&a._error(e)}})),this},g.prototype.writeHeaders=function(e){this.headers=e,this._parseContentLength(),this._parseContentType()},g.prototype.write=function(e){if(!this.error)if(this._parser){if("function"==typeof this._parser.write){this.bytesReceived+=e.length,this.emit("progress",this.bytesReceived,this.bytesExpected);var t=this._parser.write(e);return t!==e.length&&this._error(new Error("parser error, "+t+" of "+e.length+" bytes parsed")),t}this._error(new Error("did not expect data"))}else this._error(new Error("uninitialized parser"))},g.prototype.pause=function(){return!1},g.prototype.resume=function(){return!1},g.prototype.onPart=function(e){this.handlePart(e)},g.prototype.handlePart=function(e){var t=this;if(void 0===e.filename){var i="",n=new d(this.encoding);return e.on("data",(function(e){t._fieldsSize+=e.length,t._fieldsSize>t.maxFieldsSize?t._error(new Error("maxFieldsSize exceeded, received "+t._fieldsSize+" bytes of field data")):i+=n.write(e)})),void e.on("end",(function(){t.emit("field",e.name,i)}))}this._flushing++;var a=new s({path:this._uploadPath(e.filename),name:e.filename,type:e.mime,hash:t.hash});this.emit("fileBegin",e.name,a),a.open(),this.openedFiles.push(a),e.on("data",(function(e){t._fileSize+=e.length,t._fileSize>t.maxFileSize?t._error(new Error("maxFileSize exceeded, received "+t._fileSize+" bytes of file data")):0!=e.length&&(t.pause(),a.write(e,(function(){t.resume()})))})),e.on("end",(function(){a.end((function(){t._flushing--,t.emit("file",e.name,a),t._maybeEnd()}))}))},g.prototype._parseContentType=function(){if(0!==this.bytesExpected)if(this.headers["content-type"])if(this.headers["content-type"].match(/octet-stream/i))this._initOctetStream();else if(this.headers["content-type"].match(/urlencoded/i))this._initUrlencoded();else if(this.headers["content-type"].match(/multipart/i)){var e=this.headers["content-type"].match(/boundary=(?:"([^"]+)"|([^;]+))/i);e?this._initMultipart(e[1]||e[2]):this._error(new Error("bad content-type header, no multipart boundary"))}else this.headers["content-type"].match(/json/i)?this._initJSONencoded():this._error(new Error("bad content-type header, unknown content-type: "+this.headers["content-type"]));else this._error(new Error("bad content-type header, no content-type"));else this._parser=function(e){return{end:function(){return e.ended=!0,e._maybeEnd(),null}}}(this)},g.prototype._error=function(e){this.error||this.ended||(this.error=e,this.emit("error",e),Array.isArray(this.openedFiles)&&this.openedFiles.forEach((function(e){e._writeStream.on("error",(function(){})).destroy(),setTimeout(a.unlink,0,e.path,(function(e){}))})))},g.prototype._parseContentLength=function(){this.bytesReceived=0,this.headers["content-length"]?this.bytesExpected=parseInt(this.headers["content-length"],10):void 0===this.headers["transfer-encoding"]&&(this.bytesExpected=0),null!==this.bytesExpected&&this.emit("progress",this.bytesReceived,this.bytesExpected)},g.prototype._newParser=function(){return new c},g.prototype._initMultipart=function(e){this.type="multipart";var t,i,n,a=new c,r=this;a.initWithBoundary(e),a.onPartBegin=function(){(n=new m).readable=!0,n.headers={},n.name=null,n.filename=null,n.mime=null,n.transferEncoding="binary",n.transferBuffer="",t="",i=""},a.onHeaderField=function(e,i,n){t+=e.toString(r.encoding,i,n)},a.onHeaderValue=function(e,t,n){i+=e.toString(r.encoding,t,n)},a.onHeaderEnd=function(){t=t.toLowerCase(),n.headers[t]=i;var e=i.match(/\bname=("([^"]*)"|([^\(\)<>@,;:\\"\/\[\]\?=\{\}\s\t/]+))/i);"content-disposition"==t?(e&&(n.name=e[2]||e[3]||""),n.filename=r._fileName(i)):"content-type"==t?n.mime=i:"content-transfer-encoding"==t&&(n.transferEncoding=i.toLowerCase()),t="",i=""},a.onHeadersEnd=function(){switch(n.transferEncoding){case"binary":case"7bit":case"8bit":a.onPartData=function(e,t,i){n.emit("data",e.slice(t,i))},a.onPartEnd=function(){n.emit("end")};break;case"base64":a.onPartData=function(e,t,i){n.transferBuffer+=e.slice(t,i).toString("ascii");var a=4*parseInt(n.transferBuffer.length/4,10);n.emit("data",new Buffer(n.transferBuffer.substring(0,a),"base64")),n.transferBuffer=n.transferBuffer.substring(a)},a.onPartEnd=function(){n.emit("data",new Buffer(n.transferBuffer,"base64")),n.emit("end")};break;default:return r._error(new Error("unknown transfer-encoding"))}r.onPart(n)},a.onEnd=function(){r.ended=!0,r._maybeEnd()},this._parser=a},g.prototype._fileName=function(e){var t=e.match(/\bfilename=("(.*?)"|([^\(\)<>@,;:\\"\/\[\]\?=\{\}\s\t/]+))($|;\s)/i);if(t){var i=t[2]||t[3]||"",n=i.substr(i.lastIndexOf("\\")+1);return(n=n.replace(/%22/g,'"')).replace(/&#([\d]{4});/g,(function(e,t){return String.fromCharCode(t)}))}},g.prototype._initUrlencoded=function(){this.type="urlencoded";var e=new u(this.maxFields),t=this;e.onField=function(e,i){t.emit("field",e,i)},e.onEnd=function(){t.ended=!0,t._maybeEnd()},this._parser=e},g.prototype._initOctetStream=function(){this.type="octet-stream";var e=this.headers["x-file-name"],t=this.headers["content-type"],i=new s({path:this._uploadPath(e),name:e,type:t});this.emit("fileBegin",e,i),i.open(),this.openedFiles.push(i),this._flushing++;var n=this;n._parser=new l;var a=0;n._parser.on("data",(function(e){n.pause(),a++,i.write(e,(function(){a--,n.resume(),n.ended&&n._parser.emit("doneWritingFile")}))})),n._parser.on("end",(function(){n._flushing--,n.ended=!0;var e=function(){i.end((function(){n.emit("file","file",i),n._maybeEnd()}))};0===a?e():n._parser.once("doneWritingFile",e)}))},g.prototype._initJSONencoded=function(){this.type="json";var e=new p(this),t=this;e.onField=function(e,i){t.emit("field",e,i)},e.onEnd=function(){t.ended=!0,t._maybeEnd()},this._parser=e},g.prototype._uploadPath=function(e){var t="upload_"+n.randomBytes(16).toString("hex");if(this.keepExtensions){var i=o.extname(e);t+=i=i.replace(/(\.[a-z0-9]+).*/i,"$1")}return o.join(this.uploadDir,t)},g.prototype._maybeEnd=function(){!this.ended||this._flushing||this.error||this.emit("end")}},69853:(e,t,i)=>{var n=i(84970).c;n.IncomingForm=n,e.exports=n},95500:(e,t,i)=>{var n=i(64293).Buffer;function a(e){this.parent=e,this.chunks=[],this.bytesWritten=0}t.c=a,a.prototype.write=function(e){return this.bytesWritten+=e.length,this.chunks.push(e),e.length},a.prototype.end=function(){try{var e=JSON.parse(n.concat(this.chunks));for(var t in e)this.onField(t,e[t])}catch(e){this.parent.emit("error",e)}this.data=null,this.onEnd()}},8886:(e,t,i)=>{var n=i(64293).Buffer,a=0,r={PARSER_UNINITIALIZED:a++,START:a++,START_BOUNDARY:a++,HEADER_FIELD_START:a++,HEADER_FIELD:a++,HEADER_VALUE_START:a++,HEADER_VALUE:a++,HEADER_VALUE_ALMOST_DONE:a++,HEADERS_ALMOST_DONE:a++,PART_DATA_START:a++,PART_DATA:a++,PART_END:a++,END:a++},o=1,s=o,c=o*=2,u=function(e){return 32|e};for(a in r)t[a]=r[a];function l(){this.boundary=null,this.boundaryChars=null,this.lookbehind=null,this.state=r.PARSER_UNINITIALIZED,this.index=null,this.flags=0}t.MultipartParser=l,l.stateToString=function(e){for(var t in r)if(r[t]===e)return t},l.prototype.initWithBoundary=function(e){this.boundary=new n(e.length+4),this.boundary.write("\r\n--",0),this.boundary.write(e,4),this.lookbehind=new n(this.boundary.length+8),this.state=r.START,this.boundaryChars={};for(var t=0;t122)return a;break;case r.HEADER_VALUE_START:if(32==t)break;x("headerValue"),d=r.HEADER_VALUE;case r.HEADER_VALUE:13==t&&(k("headerValue",!0),w("headerEnd"),d=r.HEADER_VALUE_ALMOST_DONE);break;case r.HEADER_VALUE_ALMOST_DONE:if(10!=t)return a;d=r.HEADER_FIELD_START;break;case r.HEADERS_ALMOST_DONE:if(10!=t)return a;w("headersEnd"),d=r.PART_DATA_START;break;case r.PART_DATA_START:d=r.PART_DATA,x("partData");case r.PART_DATA:if(l=p,0===p){for(a+=y;a0?m[p-1]=t:l>0&&(w("partData",m,0,l),l=0,x("partData"),a--);break;case r.END:break;default:return a}return k("headerField"),k("headerValue"),k("partData"),this.index=p,this.state=d,this.flags=h,o},l.prototype.end=function(){var e=function(e,t){var i="on"+t.substr(0,1).toUpperCase()+t.substr(1);i in e&&e[i]()};if(this.state==r.HEADER_FIELD_START&&0===this.index||this.state==r.PART_DATA&&this.index==this.boundary.length)e(this,"partEnd"),e(this,"end");else if(this.state!=r.END)return new Error("MultipartParser.end(): stream ended unexpectedly: "+this.explain())},l.prototype.explain=function(){return"state = "+l.stateToString(this.state)}},50224:(e,t,i)=>{var n=i(28614).EventEmitter;function a(e){if(!(this instanceof a))return new a(e);n.call(this)}i(31669).inherits(a,n),t.h=a,a.prototype.write=function(e){return this.emit("data",e),e.length},a.prototype.end=function(){this.emit("end")}},98011:(e,t,i)=>{var n=i(71191);function a(e){this.maxKeys=e,this.buffer=""}t.l=a,a.prototype.write=function(e){return this.buffer+=e.toString("ascii"),e.length},a.prototype.end=function(){var e=n.parse(this.buffer,"&","=",{maxKeys:this.maxKeys});for(var t in e)this.onField(t,e[t]);this.buffer="",this.onEnd()}},271:e=>{"use strict";function t(e){return e.socket?e.socket.remoteAddress:e.connection.remoteAddress}e.exports=function(e){if(!e)throw new TypeError("argument req is required");var i=function(e){for(var t=e.length,i=[],n=e.length,a=e.length-1;a>=0;a--)switch(e.charCodeAt(a)){case 32:n===t&&(n=t=a);break;case 44:n!==t&&i.push(e.substring(n,t)),n=t=a;break;default:n=a}return n!==t&&i.push(e.substring(n,t)),i}(e.headers["x-forwarded-for"]||"");return[t(e)].concat(i)}},59635:e=>{"use strict";var t=/(?:^|,)\s*?no-cache\s*?(?:,|$)/;function i(e){var t=e&&Date.parse(e);return"number"==typeof t?t:NaN}e.exports=function(e,n){var a=e["if-modified-since"],r=e["if-none-match"];if(!a&&!r)return!1;var o=e["cache-control"];if(o&&t.test(o))return!1;if(r&&"*"!==r){var s=n.etag;if(!s)return!1;for(var c=!0,u=function(e){for(var t=0,i=[],n=0,a=0,r=e.length;a{"use strict";var t="Function.prototype.bind called on incompatible ",i=Array.prototype.slice,n=Object.prototype.toString,a="[object Function]";e.exports=function(e){var r=this;if("function"!=typeof r||n.call(r)!==a)throw new TypeError(t+r);for(var o,s=i.call(arguments,1),c=function(){if(this instanceof o){var t=r.apply(this,s.concat(i.call(arguments)));return Object(t)===t?t:this}return r.apply(e,s.concat(i.call(arguments)))},u=Math.max(0,r.length-s.length),l=[],p=0;p{"use strict";var n=i(17648);e.exports=Function.prototype.bind||n},98791:e=>{"use strict";e.exports=function(e){if(void 0===e&&(e=2),e>=Error.stackTraceLimit)throw new TypeError("getCallerFile(position) requires position be less then Error.stackTraceLimit but position was: `"+e+"` and Error.stackTraceLimit was: `"+Error.stackTraceLimit+"`");var t=Error.prepareStackTrace;Error.prepareStackTrace=function(e,t){return t};var i=(new Error).stack;if(Error.prepareStackTrace=t,null!==i&&"object"==typeof i)return i[e]?i[e].getFileName():void 0}},40210:(e,t,i)=>{"use strict";var n,a=SyntaxError,r=Function,o=TypeError,s=function(e){try{return r('"use strict"; return ('+e+").constructor;")()}catch(e){}},c=Object.getOwnPropertyDescriptor;if(c)try{c({},"")}catch(e){c=null}var u=function(){throw new o},l=c?function(){try{return u}catch(e){try{return c(arguments,"callee").get}catch(e){return u}}}():u,p=i(41405)(),d=Object.getPrototypeOf||function(e){return e.__proto__},h={},m="undefined"==typeof Uint8Array?n:d(Uint8Array),f={"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":p?d([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":h,"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":h,"%AsyncIteratorPrototype%":h,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":r,"%GeneratorFunction%":h,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":p?d(d([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&p?d((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&p?d((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":p?d(""[Symbol.iterator]()):n,"%Symbol%":p?Symbol:n,"%SyntaxError%":a,"%ThrowTypeError%":l,"%TypedArray%":m,"%TypeError%":o,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet},g=function e(t){var i;if("%AsyncFunction%"===t)i=s("async function () {}");else if("%GeneratorFunction%"===t)i=s("function* () {}");else if("%AsyncGeneratorFunction%"===t)i=s("async function* () {}");else if("%AsyncGenerator%"===t){var n=e("%AsyncGeneratorFunction%");n&&(i=n.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&(i=d(a.prototype))}return f[t]=i,i},v={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},y=i(58612),b=i(17642),x=y.call(Function.call,Array.prototype.concat),w=y.call(Function.apply,Array.prototype.splice),k=y.call(Function.call,String.prototype.replace),_=y.call(Function.call,String.prototype.slice),j=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,E=/\\(\\)?/g,D=function(e){var t=_(e,0,1),i=_(e,-1);if("%"===t&&"%"!==i)throw new a("invalid intrinsic syntax, expected closing `%`");if("%"===i&&"%"!==t)throw new a("invalid intrinsic syntax, expected opening `%`");var n=[];return k(e,j,(function(e,t,i,a){n[n.length]=i?k(a,E,"$1"):t||e})),n},A=function(e,t){var i,n=e;if(b(v,n)&&(n="%"+(i=v[n])[0]+"%"),b(f,n)){var r=f[n];if(r===h&&(r=g(n)),void 0===r&&!t)throw new o("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:i,name:n,value:r}}throw new a("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new o("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new o('"allowMissing" argument must be a boolean');var i=D(e),n=i.length>0?i[0]:"",r=A("%"+n+"%",t),s=r.name,u=r.value,l=!1,p=r.alias;p&&(n=p[0],w(i,x([0,1],p)));for(var d=1,h=!0;d=i.length){var y=c(u,m);u=(h=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:u[m]}else h=b(u,m),u=u[m];h&&!l&&(f[s]=u)}}return u}},55105:(e,t,i)=>{"use strict";const{PassThrough:n}=i(92413);e.exports=e=>{e={...e};const{array:t}=e;let{encoding:i}=e;const a="buffer"===i;let r=!1;t?r=!(i||a):i=i||"utf8",a&&(i=null);const o=new n({objectMode:r});i&&o.setEncoding(i);let s=0;const c=[];return o.on("data",(e=>{c.push(e),r?s=c.length:s+=e.length})),o.getBufferedValue=()=>t?c:a?Buffer.concat(c,s):c.join(""),o.getBufferedLength=()=>s,o}},10031:(e,t,i)=>{"use strict";const{constants:n}=i(64293),a=i(74286),r=i(55105);class o extends Error{constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"}}async function s(e,t){if(!e)return Promise.reject(new Error("Expected a stream"));t={maxBuffer:1/0,...t};const{maxBuffer:i}=t;let s;return await new Promise(((c,u)=>{const l=e=>{e&&s.getBufferedLength()<=n.MAX_LENGTH&&(e.bufferedData=s.getBufferedValue()),u(e)};s=a(e,r(t),(e=>{e?l(e):c()})),s.on("data",(()=>{s.getBufferedLength()>i&&l(new o)}))})),s.getBufferedValue()}e.exports=s,e.exports.default=s,e.exports.buffer=(e,t)=>s(e,{...t,encoding:"buffer"}),e.exports.array=(e,t)=>s(e,{...t,array:!0}),e.exports.MaxBufferError=o},36133:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(92337);t.default=function(e,...t){const i=(async()=>{if(e instanceof n.RequestError)try{for(const i of t)if(i)for(const t of i)e=await t(e)}catch(t){e=t}throw e})(),a=()=>i;return i.json=a,i.text=a,i.buffer=a,i.on=a,i}},9291:function(e,t,i){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,i,n){void 0===n&&(n=i),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[i]}})}:function(e,t,i,n){void 0===n&&(n=i),e[n]=t[i]}),a=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||n(t,e,i)};Object.defineProperty(t,"__esModule",{value:!0});const r=i(28614),o=i(80657),s=i(80341),c=i(92337),u=i(28568),l=i(8178),p=i(94805),d=i(54992),h=i(38141),m=["request","response","redirect","uploadProgress","downloadProgress"];t.default=function e(t){let i,n;const a=new r.EventEmitter,f=new s(((r,s,g)=>{const v=y=>{const b=new l.default(void 0,t);b.retryCount=y,b._noPipe=!0,g((()=>b.destroy())),g.shouldReject=!1,g((()=>s(new c.CancelError(b)))),i=b,b.once("response",(async t=>{var i;if(t.retryCount=y,t.request.aborted)return;let a;try{a=await d.default(b),t.rawBody=a}catch(e){return}if(b._isAboutToError)return;const o=(null!==(i=t.headers["content-encoding"])&&void 0!==i?i:"").toLowerCase(),s=["gzip","deflate","br"].includes(o),{options:p}=b;if(s&&!p.decompress)t.body=a;else try{t.body=u.default(t,p.responseType,p.parseJson,p.encoding)}catch(e){if(t.body=a.toString(),h.isResponseOk(t))return void b._beforeError(e)}try{for(const[i,n]of p.hooks.afterResponse.entries())t=await n(t,(async t=>{const n=l.default.normalizeArguments(void 0,{...t,retry:{calculateDelay:()=>0},throwHttpErrors:!1,resolveBodyOnly:!1},p);n.hooks.afterResponse=n.hooks.afterResponse.slice(0,i);for(const e of n.hooks.beforeRetry)await e(n);const a=e(n);return g((()=>{a.catch((()=>{})),a.cancel()})),a}))}catch(e){return void b._beforeError(new c.RequestError(e.message,e,b))}h.isResponseOk(t)?(n=t,r(b.options.resolveBodyOnly?t.body:t)):b._beforeError(new c.HTTPError(t))}));const x=e=>{if(f.isCanceled)return;const{options:t}=b;if(e instanceof c.HTTPError&&!t.throwHttpErrors){const{response:t}=e;r(b.options.resolveBodyOnly?t.body:t)}else s(e)};b.once("error",x);const w=b.options.body;b.once("retry",((e,t)=>{var i,n;w===(null===(i=t.request)||void 0===i?void 0:i.options.body)&&o.default.nodeStream(null===(n=t.request)||void 0===n?void 0:n.options.body)?x(t):v(e)})),p.default(b,a,m)};v(0)}));f.on=(e,t)=>(a.on(e,t),f);const g=e=>{const t=(async()=>{await f;const{options:t}=n.request;return u.default(n,e,t.parseJson,t.encoding)})();return Object.defineProperties(t,Object.getOwnPropertyDescriptors(f)),t};return f.json=()=>{const{headers:e}=i.options;return i.writableFinished||void 0!==e.accept||(e.accept="application/json"),g("json")},f.buffer=()=>g("buffer"),f.text=()=>g("text"),f},a(i(92337),t)},37999:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(80657);t.default=(e,t)=>{if(n.default.null_(e.encoding))throw new TypeError("To get a Buffer, set `options.responseType` to `buffer` instead");n.assert.any([n.default.string,n.default.undefined],e.encoding),n.assert.any([n.default.boolean,n.default.undefined],e.resolveBodyOnly),n.assert.any([n.default.boolean,n.default.undefined],e.methodRewriting),n.assert.any([n.default.boolean,n.default.undefined],e.isStream),n.assert.any([n.default.string,n.default.undefined],e.responseType),void 0===e.responseType&&(e.responseType="text");const{retry:i}=e;if(e.retry=t?{...t.retry}:{calculateDelay:e=>e.computedValue,limit:0,methods:[],statusCodes:[],errorCodes:[],maxRetryAfter:void 0},n.default.object(i)?(e.retry={...e.retry,...i},e.retry.methods=[...new Set(e.retry.methods.map((e=>e.toUpperCase())))],e.retry.statusCodes=[...new Set(e.retry.statusCodes)],e.retry.errorCodes=[...new Set(e.retry.errorCodes)]):n.default.number(i)&&(e.retry.limit=i),n.default.undefined(e.retry.maxRetryAfter)&&(e.retry.maxRetryAfter=Math.min(...[e.timeout.request,e.timeout.connect].filter(n.default.number))),n.default.object(e.pagination)){t&&(e.pagination={...t.pagination,...e.pagination});const{pagination:i}=e;if(!n.default.function_(i.transform))throw new Error("`options.pagination.transform` must be implemented");if(!n.default.function_(i.shouldContinue))throw new Error("`options.pagination.shouldContinue` must be implemented");if(!n.default.function_(i.filter))throw new TypeError("`options.pagination.filter` must be implemented");if(!n.default.function_(i.paginate))throw new Error("`options.pagination.paginate` must be implemented")}return"json"===e.responseType&&void 0===e.headers.accept&&(e.headers.accept="application/json"),e}},28568:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(92337);t.default=(e,t,i,a)=>{const{rawBody:r}=e;try{if("text"===t)return r.toString(a);if("json"===t)return 0===r.length?"":i(r.toString());if("buffer"===t)return r;throw new n.ParseError({message:`Unknown body type '${t}'`,name:"Error"},e)}catch(t){throw new n.ParseError(t,e)}}},92337:function(e,t,i){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,i,n){void 0===n&&(n=i),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[i]}})}:function(e,t,i,n){void 0===n&&(n=i),e[n]=t[i]}),a=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||n(t,e,i)};Object.defineProperty(t,"__esModule",{value:!0}),t.CancelError=t.ParseError=void 0;const r=i(8178);class o extends r.RequestError{constructor(e,t){const{options:i}=t.request;super(`${e.message} in "${i.url.toString()}"`,e,t.request),this.name="ParseError",this.code="ERR_GOT_REQUEST_ERROR"===this.code?"ERR_BODY_PARSE_FAILURE":this.code}}t.ParseError=o;class s extends r.RequestError{constructor(e){super("Promise was canceled",{},e),this.name="CancelError",this.code="ERR_CANCELED"}get isCanceled(){return!0}}t.CancelError=s,a(i(8178),t)},76582:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.retryAfterStatusCodes=void 0,t.retryAfterStatusCodes=new Set([413,429,503]),t.default=({attemptCount:e,retryOptions:t,error:i,retryAfter:n})=>{if(e>t.limit)return 0;const a=t.methods.includes(i.options.method),r=t.errorCodes.includes(i.code),o=i.response&&t.statusCodes.includes(i.response.statusCode);if(!a||!r&&!o)return 0;if(i.response){if(n)return void 0===t.maxRetryAfter||n>t.maxRetryAfter?0:n;if(413===i.response.statusCode)return 0}return 2**(e-1)*1e3+100*Math.random()}},8178:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UnsupportedProtocolError=t.ReadError=t.TimeoutError=t.UploadError=t.CacheError=t.HTTPError=t.MaxRedirectsError=t.RequestError=t.setNonEnumerableProperties=t.knownHookEvents=t.withoutBody=t.kIsNormalizedAlready=void 0;const n=i(31669),a=i(92413),r=i(35747),o=i(78835),s=i(98605),c=i(98605),u=i(57211),l=i(60081),p=i(73266),d=i(93481),h=i(10346),m=i(69758),f=i(25989),g=i(80657),v=i(92425),y=i(16721),b=i(94805),x=i(14834),w=i(96959),k=i(30186),_=i(57440),j=i(54992),E=i(90354),D=i(38141),A=i(45241),C=i(37999),S=i(76582);let T;const O=Symbol("request"),I=Symbol("response"),P=Symbol("responseSize"),R=Symbol("downloadedSize"),z=Symbol("bodySize"),F=Symbol("uploadedSize"),L=Symbol("serverResponsesPiped"),N=Symbol("unproxyEvents"),B=Symbol("isFromCache"),U=Symbol("cancelTimeouts"),M=Symbol("startedReading"),$=Symbol("stopReading"),q=Symbol("triggerRead"),H=Symbol("body"),G=Symbol("jobs"),W=Symbol("originalResponse"),V=Symbol("retryTimeout");t.kIsNormalizedAlready=Symbol("isNormalizedAlready");const Y=g.default.string(process.versions.brotli);t.withoutBody=new Set(["GET","HEAD"]),t.knownHookEvents=["init","beforeRequest","beforeRedirect","beforeError","beforeRetry","afterResponse"];const X=new _.default,Q=new Set([300,301,302,303,304,307,308]),J=["context","body","json","form"];t.setNonEnumerableProperties=(e,t)=>{const i={};for(const t of e)if(t)for(const e of J)e in t&&(i[e]={writable:!0,configurable:!0,enumerable:!1,value:t[e]});Object.defineProperties(t,i)};class K extends Error{constructor(e,t,i){var n,a;if(super(e),Error.captureStackTrace(this,this.constructor),this.name="RequestError",this.code=null!==(n=t.code)&&void 0!==n?n:"ERR_GOT_REQUEST_ERROR",i instanceof se?(Object.defineProperty(this,"request",{enumerable:!1,value:i}),Object.defineProperty(this,"response",{enumerable:!1,value:i[I]}),Object.defineProperty(this,"options",{enumerable:!1,value:i.options})):Object.defineProperty(this,"options",{enumerable:!1,value:i}),this.timings=null===(a=this.request)||void 0===a?void 0:a.timings,g.default.string(t.stack)&&g.default.string(this.stack)){const e=this.stack.indexOf(this.message)+this.message.length,i=this.stack.slice(e).split("\n").reverse(),n=t.stack.slice(t.stack.indexOf(t.message)+t.message.length).split("\n").reverse();for(;0!==n.length&&n[0]===i[0];)i.shift();this.stack=`${this.stack.slice(0,e)}${i.reverse().join("\n")}${n.reverse().join("\n")}`}}}t.RequestError=K;class Z extends K{constructor(e){super(`Redirected ${e.options.maxRedirects} times. Aborting.`,{},e),this.name="MaxRedirectsError",this.code="ERR_TOO_MANY_REDIRECTS"}}t.MaxRedirectsError=Z;class ee extends K{constructor(e){super(`Response code ${e.statusCode} (${e.statusMessage})`,{},e.request),this.name="HTTPError",this.code="ERR_NON_2XX_3XX_RESPONSE"}}t.HTTPError=ee;class te extends K{constructor(e,t){super(e.message,e,t),this.name="CacheError",this.code="ERR_GOT_REQUEST_ERROR"===this.code?"ERR_CACHE_ACCESS":this.code}}t.CacheError=te;class ie extends K{constructor(e,t){super(e.message,e,t),this.name="UploadError",this.code="ERR_GOT_REQUEST_ERROR"===this.code?"ERR_UPLOAD":this.code}}t.UploadError=ie;class ne extends K{constructor(e,t,i){super(e.message,e,i),this.name="TimeoutError",this.event=e.event,this.timings=t}}t.TimeoutError=ne;class ae extends K{constructor(e,t){super(e.message,e,t),this.name="ReadError",this.code="ERR_GOT_REQUEST_ERROR"===this.code?"ERR_READING_RESPONSE_STREAM":this.code}}t.ReadError=ae;class re extends K{constructor(e){super(`Unsupported protocol "${e.url.protocol}"`,{},e),this.name="UnsupportedProtocolError",this.code="ERR_UNSUPPORTED_PROTOCOL"}}t.UnsupportedProtocolError=re;const oe=["socket","connect","continue","information","upgrade","timeout"];class se extends a.Duplex{constructor(e,i={},n){super({autoDestroy:!1,highWaterMark:0}),this[R]=0,this[F]=0,this.requestInitialized=!1,this[L]=new Set,this.redirects=[],this[$]=!1,this[q]=!1,this[G]=[],this.retryCount=0,this._progressCallbacks=[];const a=()=>this._unlockWrite(),o=()=>this._lockWrite();this.on("pipe",(e=>{e.prependListener("data",a),e.on("data",o),e.prependListener("end",a),e.on("end",o)})),this.on("unpipe",(e=>{e.off("data",a),e.off("data",o),e.off("end",a),e.off("end",o)})),this.on("pipe",(e=>{e instanceof c.IncomingMessage&&(this.options.headers={...e.headers,...this.options.headers})}));const{json:s,body:u,form:l}=i;if((s||u||l)&&this._lockWrite(),t.kIsNormalizedAlready in i)this.options=i;else try{this.options=this.constructor.normalizeArguments(e,i,n)}catch(e){return g.default.nodeStream(i.body)&&i.body.destroy(),void this.destroy(e)}(async()=>{var e;try{this.options.body instanceof r.ReadStream&&await(async e=>new Promise(((t,i)=>{const n=e=>{i(e)};e.pending||t(),e.once("error",n),e.once("ready",(()=>{e.off("error",n),t()}))})))(this.options.body);const{url:t}=this.options;if(!t)throw new TypeError("Missing `url` property");if(this.requestUrl=t.toString(),decodeURI(this.requestUrl),await this._finalizeBody(),await this._makeRequest(),this.destroyed)return void(null===(e=this[O])||void 0===e||e.destroy());for(const e of this[G])e();this[G].length=0,this.requestInitialized=!0}catch(e){if(e instanceof K)return void this._beforeError(e);this.destroyed||this.destroy(e)}})()}static normalizeArguments(e,i,a){var r,s,c,u,l;const h=i;if(g.default.object(e)&&!g.default.urlInstance(e))i={...a,...e,...i};else{if(e&&i&&void 0!==i.url)throw new TypeError("The `url` option is mutually exclusive with the `input` argument");i={...a,...i},void 0!==e&&(i.url=e),g.default.urlInstance(i.url)&&(i.url=new o.URL(i.url.toString()))}if(!1===i.cache&&(i.cache=void 0),!1===i.dnsCache&&(i.dnsCache=void 0),g.assert.any([g.default.string,g.default.undefined],i.method),g.assert.any([g.default.object,g.default.undefined],i.headers),g.assert.any([g.default.string,g.default.urlInstance,g.default.undefined],i.prefixUrl),g.assert.any([g.default.object,g.default.undefined],i.cookieJar),g.assert.any([g.default.object,g.default.string,g.default.undefined],i.searchParams),g.assert.any([g.default.object,g.default.string,g.default.undefined],i.cache),g.assert.any([g.default.object,g.default.number,g.default.undefined],i.timeout),g.assert.any([g.default.object,g.default.undefined],i.context),g.assert.any([g.default.object,g.default.undefined],i.hooks),g.assert.any([g.default.boolean,g.default.undefined],i.decompress),g.assert.any([g.default.boolean,g.default.undefined],i.ignoreInvalidCookies),g.assert.any([g.default.boolean,g.default.undefined],i.followRedirect),g.assert.any([g.default.number,g.default.undefined],i.maxRedirects),g.assert.any([g.default.boolean,g.default.undefined],i.throwHttpErrors),g.assert.any([g.default.boolean,g.default.undefined],i.http2),g.assert.any([g.default.boolean,g.default.undefined],i.allowGetBody),g.assert.any([g.default.string,g.default.undefined],i.localAddress),g.assert.any([E.isDnsLookupIpVersion,g.default.undefined],i.dnsLookupIpVersion),g.assert.any([g.default.object,g.default.undefined],i.https),g.assert.any([g.default.boolean,g.default.undefined],i.rejectUnauthorized),i.https&&(g.assert.any([g.default.boolean,g.default.undefined],i.https.rejectUnauthorized),g.assert.any([g.default.function_,g.default.undefined],i.https.checkServerIdentity),g.assert.any([g.default.string,g.default.object,g.default.array,g.default.undefined],i.https.certificateAuthority),g.assert.any([g.default.string,g.default.object,g.default.array,g.default.undefined],i.https.key),g.assert.any([g.default.string,g.default.object,g.default.array,g.default.undefined],i.https.certificate),g.assert.any([g.default.string,g.default.undefined],i.https.passphrase),g.assert.any([g.default.string,g.default.buffer,g.default.array,g.default.undefined],i.https.pfx)),g.assert.any([g.default.object,g.default.undefined],i.cacheOptions),g.default.string(i.method)?i.method=i.method.toUpperCase():i.method="GET",i.headers===(null==a?void 0:a.headers)?i.headers={...i.headers}:i.headers=f({...null==a?void 0:a.headers,...i.headers}),"slashes"in i)throw new TypeError("The legacy `url.Url` has been deprecated. Use `URL` instead.");if("auth"in i)throw new TypeError("Parameter `auth` is deprecated. Use `username` / `password` instead.");if("searchParams"in i&&i.searchParams&&i.searchParams!==(null==a?void 0:a.searchParams)){let e;if(g.default.string(i.searchParams)||i.searchParams instanceof o.URLSearchParams)e=new o.URLSearchParams(i.searchParams);else{!function(e){for(const t in e){const i=e[t];if(!(g.default.string(i)||g.default.number(i)||g.default.boolean(i)||g.default.null_(i)||g.default.undefined(i)))throw new TypeError(`The \`searchParams\` value '${String(i)}' must be a string, number, boolean or null`)}}(i.searchParams),e=new o.URLSearchParams;for(const t in i.searchParams){const n=i.searchParams[t];null===n?e.append(t,""):void 0!==n&&e.append(t,n)}}null===(r=null==a?void 0:a.searchParams)||void 0===r||r.forEach(((t,i)=>{e.has(i)||e.append(i,t)})),i.searchParams=e}if(i.username=null!==(s=i.username)&&void 0!==s?s:"",i.password=null!==(c=i.password)&&void 0!==c?c:"",g.default.undefined(i.prefixUrl)?i.prefixUrl=null!==(u=null==a?void 0:a.prefixUrl)&&void 0!==u?u:"":(i.prefixUrl=i.prefixUrl.toString(),""===i.prefixUrl||i.prefixUrl.endsWith("/")||(i.prefixUrl+="/")),g.default.string(i.url)){if(i.url.startsWith("/"))throw new Error("`input` must not start with a slash when using `prefixUrl`");i.url=k.default(i.prefixUrl+i.url,i)}else(g.default.undefined(i.url)&&""!==i.prefixUrl||i.protocol)&&(i.url=k.default(i.prefixUrl,i));if(i.url){"port"in i&&delete i.port;let{prefixUrl:e}=i;Object.defineProperty(i,"prefixUrl",{set:t=>{const n=i.url;if(!n.href.startsWith(t))throw new Error(`Cannot change \`prefixUrl\` from ${e} to ${t}: ${n.href}`);i.url=new o.URL(t+n.href.slice(e.length)),e=t},get:()=>e});let{protocol:t}=i.url;if("unix:"===t&&(t="http:",i.url=new o.URL(`http://unix${i.url.pathname}${i.url.search}`)),i.searchParams&&(i.url.search=i.searchParams.toString()),"http:"!==t&&"https:"!==t)throw new re(i);""===i.username?i.username=i.url.username:i.url.username=i.username,""===i.password?i.password=i.url.password:i.url.password=i.password}const{cookieJar:m}=i;if(m){let{setCookie:e,getCookieString:t}=m;g.assert.function_(e),g.assert.function_(t),4===e.length&&0===t.length&&(e=n.promisify(e.bind(i.cookieJar)),t=n.promisify(t.bind(i.cookieJar)),i.cookieJar={setCookie:e,getCookieString:t})}const{cache:v}=i;if(v&&(X.has(v)||X.set(v,new d(((e,t)=>{const i=e[O](e,t);return g.default.promise(i)&&(i.once=(e,t)=>{if("error"===e)i.catch(t);else{if("abort"!==e)throw new Error(`Unknown HTTP2 promise event: ${e}`);(async()=>{try{(await i).once("abort",t)}catch(e){}})()}return i}),i}),v))),i.cacheOptions={...i.cacheOptions},!0===i.dnsCache)T||(T=new p.default),i.dnsCache=T;else if(!g.default.undefined(i.dnsCache)&&!i.dnsCache.lookup)throw new TypeError(`Parameter \`dnsCache\` must be a CacheableLookup instance or a boolean, got ${g.default(i.dnsCache)}`);g.default.number(i.timeout)?i.timeout={request:i.timeout}:a&&i.timeout!==a.timeout?i.timeout={...a.timeout,...i.timeout}:i.timeout={...i.timeout},i.context||(i.context={});const y=i.hooks===(null==a?void 0:a.hooks);i.hooks={...i.hooks};for(const e of t.knownHookEvents)if(e in i.hooks){if(!g.default.array(i.hooks[e]))throw new TypeError(`Parameter \`${e}\` must be an Array, got ${g.default(i.hooks[e])}`);i.hooks[e]=[...i.hooks[e]]}else i.hooks[e]=[];if(a&&!y)for(const e of t.knownHookEvents)a.hooks[e].length>0&&(i.hooks[e]=[...a.hooks[e],...i.hooks[e]]);if("family"in i&&A.default('"options.family" was never documented, please use "options.dnsLookupIpVersion"'),(null==a?void 0:a.https)&&(i.https={...a.https,...i.https}),"rejectUnauthorized"in i&&A.default('"options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"'),"checkServerIdentity"in i&&A.default('"options.checkServerIdentity" was never documented, please use "options.https.checkServerIdentity"'),"ca"in i&&A.default('"options.ca" was never documented, please use "options.https.certificateAuthority"'),"key"in i&&A.default('"options.key" was never documented, please use "options.https.key"'),"cert"in i&&A.default('"options.cert" was never documented, please use "options.https.certificate"'),"passphrase"in i&&A.default('"options.passphrase" was never documented, please use "options.https.passphrase"'),"pfx"in i&&A.default('"options.pfx" was never documented, please use "options.https.pfx"'),"followRedirects"in i)throw new TypeError("The `followRedirects` option does not exist. Use `followRedirect` instead.");if(i.agent)for(const e in i.agent)if("http"!==e&&"https"!==e&&"http2"!==e)throw new TypeError(`Expected the \`options.agent\` properties to be \`http\`, \`https\` or \`http2\`, got \`${e}\``);return i.maxRedirects=null!==(l=i.maxRedirects)&&void 0!==l?l:0,t.setNonEnumerableProperties([a,h],i),C.default(i,a)}_lockWrite(){const e=()=>{throw new TypeError("The payload has been already provided")};this.write=e,this.end=e}_unlockWrite(){this.write=super.write,this.end=super.end}async _finalizeBody(){const{options:e}=this,{headers:i}=e,n=!g.default.undefined(e.form),r=!g.default.undefined(e.json),s=!g.default.undefined(e.body),c=n||r||s,u=t.withoutBody.has(e.method)&&!("GET"===e.method&&e.allowGetBody);if(this._cannotHaveBody=u,c){if(u)throw new TypeError(`The \`${e.method}\` method cannot be used with a body`);if([s,n,r].filter((e=>e)).length>1)throw new TypeError("The `body`, `json` and `form` options are mutually exclusive");if(s&&!(e.body instanceof a.Readable)&&!g.default.string(e.body)&&!g.default.buffer(e.body)&&!y.default(e.body))throw new TypeError("The `body` option must be a stream.Readable, string or Buffer");if(n&&!g.default.object(e.form))throw new TypeError("The `form` option must be an Object");{const t=!g.default.string(i["content-type"]);s?(y.default(e.body)&&t&&(i["content-type"]=`multipart/form-data; boundary=${e.body.getBoundary()}`),this[H]=e.body):n?(t&&(i["content-type"]="application/x-www-form-urlencoded"),this[H]=new o.URLSearchParams(e.form).toString()):(t&&(i["content-type"]="application/json"),this[H]=e.stringifyJson(e.json));const a=await v.default(this[H],e.headers);g.default.undefined(i["content-length"])&&g.default.undefined(i["transfer-encoding"])&&(u||g.default.undefined(a)||(i["content-length"]=String(a)))}}else u?this._lockWrite():this._unlockWrite();this[z]=Number(i["content-length"])||void 0}async _onResponseBase(e){const{options:t}=this,{url:i}=t;this[W]=e,t.decompress&&(e=h(e));const n=e.statusCode,a=e;a.statusMessage=a.statusMessage?a.statusMessage:s.STATUS_CODES[n],a.url=t.url.toString(),a.requestUrl=this.requestUrl,a.redirectUrls=this.redirects,a.request=this,a.isFromCache=e.fromCache||!1,a.ip=this.ip,a.retryCount=this.retryCount,this[B]=a.isFromCache,this[P]=Number(e.headers["content-length"])||void 0,this[I]=e,e.once("end",(()=>{this[P]=this[R],this.emit("downloadProgress",this.downloadProgress)})),e.once("error",(t=>{e.destroy(),this._beforeError(new ae(t,this))})),e.once("aborted",(()=>{this._beforeError(new ae({name:"Error",message:"The server aborted pending request",code:"ECONNRESET"},this))})),this.emit("downloadProgress",this.downloadProgress);const r=e.headers["set-cookie"];if(g.default.object(t.cookieJar)&&r){let e=r.map((async e=>t.cookieJar.setCookie(e,i.toString())));t.ignoreInvalidCookies&&(e=e.map((async e=>e.catch((()=>{})))));try{await Promise.all(e)}catch(e){return void this._beforeError(e)}}if(t.followRedirect&&e.headers.location&&Q.has(n)){if(e.resume(),this[O]&&(this[U](),delete this[O],this[N]()),!(303===n&&"GET"!==t.method&&"HEAD"!==t.method)&&t.methodRewriting||(t.method="GET","body"in t&&delete t.body,"json"in t&&delete t.json,"form"in t&&delete t.form,this[H]=void 0,delete t.headers["content-length"]),this.redirects.length>=t.maxRedirects)return void this._beforeError(new Z(this));try{const n=Buffer.from(e.headers.location,"binary").toString(),r=new o.URL(n,i),s=r.toString();decodeURI(s),r.hostname!==i.hostname||r.port!==i.port?("host"in t.headers&&delete t.headers.host,"cookie"in t.headers&&delete t.headers.cookie,"authorization"in t.headers&&delete t.headers.authorization,(t.username||t.password)&&(t.username="",t.password="")):(r.username=t.username,r.password=t.password),this.redirects.push(s),t.url=r;for(const e of t.hooks.beforeRedirect)await e(t,a);this.emit("redirect",a,t),await this._makeRequest()}catch(e){return void this._beforeError(e)}}else if(t.isStream&&t.throwHttpErrors&&!D.isResponseOk(a))this._beforeError(new ee(a));else{e.on("readable",(()=>{this[q]&&this._read()})),this.on("resume",(()=>{e.resume()})),this.on("pause",(()=>{e.pause()})),e.once("end",(()=>{this.push(null)})),this.emit("response",e);for(const i of this[L])if(!i.headersSent){for(const n in e.headers){const a=!t.decompress||"content-encoding"!==n,r=e.headers[n];a&&i.setHeader(n,r)}i.statusCode=n}}}async _onResponse(e){try{await this._onResponseBase(e)}catch(e){this._beforeError(e)}}_onRequest(e){const{options:t}=this,{timeout:i,url:n}=t;l.default(e),this[U]=x.default(e,i,n);const a=t.cache?"cacheableResponse":"response";e.once(a,(e=>{this._onResponse(e)})),e.once("error",(t=>{var i;e.destroy(),null===(i=e.res)||void 0===i||i.removeAllListeners("end"),t=t instanceof x.TimeoutError?new ne(t,this.timings,this):new K(t.message,t,this),this._beforeError(t)})),this[N]=b.default(e,this,oe),this[O]=e,this.emit("uploadProgress",this.uploadProgress);const r=this[H],o=0===this.redirects.length?this:e;g.default.nodeStream(r)?(r.pipe(o),r.once("error",(e=>{this._beforeError(new ie(e,this))}))):(this._unlockWrite(),g.default.undefined(r)?(this._cannotHaveBody||this._noPipe)&&(o.end(),this._lockWrite()):(this._writeRequest(r,void 0,(()=>{})),o.end(),this._lockWrite())),this.emit("request",e)}async _createCacheableRequest(e,t){return new Promise(((i,n)=>{let a;Object.assign(t,w.default(e)),delete t.url;const r=X.get(t.cache)(t,(async e=>{e._readableState.autoDestroy=!1,a&&(await a).emit("cacheableResponse",e),i(e)}));t.url=e,r.once("error",n),r.once("request",(async e=>{a=e,i(a)}))}))}async _makeRequest(){var e,t,i,n,a;const{options:r}=this,{headers:o}=r;for(const e in o)if(g.default.undefined(o[e]))delete o[e];else if(g.default.null_(o[e]))throw new TypeError(`Use \`undefined\` instead of \`null\` to delete the \`${e}\` header`);if(r.decompress&&g.default.undefined(o["accept-encoding"])&&(o["accept-encoding"]=Y?"gzip, deflate, br":"gzip, deflate"),r.cookieJar){const e=await r.cookieJar.getCookieString(r.url.toString());g.default.nonEmptyString(e)&&(r.headers.cookie=e)}for(const e of r.hooks.beforeRequest){const t=await e(r);if(!g.default.undefined(t)){r.request=()=>t;break}}r.body&&this[H]!==r.body&&(this[H]=r.body);const{agent:c,request:l,timeout:p,url:h}=r;if(r.dnsCache&&!("lookup"in r)&&(r.lookup=r.dnsCache.lookup),"unix"===h.hostname){const e=/(?.+?):(?.+)/.exec(`${h.pathname}${h.search}`);if(null==e?void 0:e.groups){const{socketPath:t,path:i}=e.groups;Object.assign(r,{socketPath:t,path:i,host:""})}}const f="https:"===h.protocol;let v;v=r.http2?m.auto:f?u.request:s.request;const y=null!==(e=r.request)&&void 0!==e?e:v,b=r.cache?this._createCacheableRequest:y;c&&!r.http2&&(r.agent=c[f?"https":"http"]),r[O]=y,delete r.request,delete r.timeout;const x=r;if(x.shared=null===(t=r.cacheOptions)||void 0===t?void 0:t.shared,x.cacheHeuristic=null===(i=r.cacheOptions)||void 0===i?void 0:i.cacheHeuristic,x.immutableMinTimeToLive=null===(n=r.cacheOptions)||void 0===n?void 0:n.immutableMinTimeToLive,x.ignoreCargoCult=null===(a=r.cacheOptions)||void 0===a?void 0:a.ignoreCargoCult,void 0!==r.dnsLookupIpVersion)try{x.family=E.dnsLookupIpVersionToFamily(r.dnsLookupIpVersion)}catch(e){throw new Error("Invalid `dnsLookupIpVersion` option value")}r.https&&("rejectUnauthorized"in r.https&&(x.rejectUnauthorized=r.https.rejectUnauthorized),r.https.checkServerIdentity&&(x.checkServerIdentity=r.https.checkServerIdentity),r.https.certificateAuthority&&(x.ca=r.https.certificateAuthority),r.https.certificate&&(x.cert=r.https.certificate),r.https.key&&(x.key=r.https.key),r.https.passphrase&&(x.passphrase=r.https.passphrase),r.https.pfx&&(x.pfx=r.https.pfx));try{let e=await b(h,x);g.default.undefined(e)&&(e=v(h,x)),r.request=l,r.timeout=p,r.agent=c,r.https&&("rejectUnauthorized"in r.https&&delete x.rejectUnauthorized,r.https.checkServerIdentity&&delete x.checkServerIdentity,r.https.certificateAuthority&&delete x.ca,r.https.certificate&&delete x.cert,r.https.key&&delete x.key,r.https.passphrase&&delete x.passphrase,r.https.pfx&&delete x.pfx),w=e,g.default.object(w)&&!("statusCode"in w)?this._onRequest(e):this.writable?(this.once("finish",(()=>{this._onResponse(e)})),this._unlockWrite(),this.end(),this._lockWrite()):this._onResponse(e)}catch(e){if(e instanceof d.CacheError)throw new te(e,this);throw new K(e.message,e,this)}var w}async _error(e){try{for(const t of this.options.hooks.beforeError)e=await t(e)}catch(t){e=new K(t.message,t,this)}this.destroy(e)}_beforeError(e){if(this[$])return;const{options:t}=this,i=this.retryCount+1;this[$]=!0,e instanceof K||(e=new K(e.message,e,this));const n=e,{response:a}=n;(async()=>{if(a&&!a.body){a.setEncoding(this._readableState.encoding);try{a.rawBody=await j.default(a),a.body=a.rawBody.toString()}catch(e){}}if(0!==this.listenerCount("retry")){let r;try{let e;a&&"retry-after"in a.headers&&(e=Number(a.headers["retry-after"]),Number.isNaN(e)?(e=Date.parse(a.headers["retry-after"])-Date.now(),e<=0&&(e=1)):e*=1e3),r=await t.retry.calculateDelay({attemptCount:i,retryOptions:t.retry,error:n,retryAfter:e,computedValue:S.default({attemptCount:i,retryOptions:t.retry,error:n,retryAfter:e,computedValue:0})})}catch(e){return void this._error(new K(e.message,e,this))}if(r){const t=async()=>{try{for(const e of this.options.hooks.beforeRetry)await e(this.options,n,i)}catch(t){return void this._error(new K(t.message,e,this))}this.destroyed||(this.destroy(),this.emit("retry",i,e))};return void(this[V]=setTimeout(t,r))}}this._error(n)})()}_read(){this[q]=!0;const e=this[I];if(e&&!this[$]){let t;for(e.readableLength&&(this[q]=!1);null!==(t=e.read());){this[R]+=t.length,this[M]=!0;const e=this.downloadProgress;e.percent<1&&this.emit("downloadProgress",e),this.push(t)}}}_write(e,t,i){const n=()=>{this._writeRequest(e,t,i)};this.requestInitialized?n():this[G].push(n)}_writeRequest(e,t,i){this[O].destroyed||(this._progressCallbacks.push((()=>{this[F]+=Buffer.byteLength(e,t);const i=this.uploadProgress;i.percent<1&&this.emit("uploadProgress",i)})),this[O].write(e,t,(e=>{!e&&this._progressCallbacks.length>0&&this._progressCallbacks.shift()(),i(e)})))}_final(e){const t=()=>{for(;0!==this._progressCallbacks.length;)this._progressCallbacks.shift()();O in this?this[O].destroyed?e():this[O].end((t=>{t||(this[z]=this[F],this.emit("uploadProgress",this.uploadProgress),this[O].emit("upload-complete")),e(t)})):e()};this.requestInitialized?t():this[G].push(t)}_destroy(e,t){var i;this[$]=!0,clearTimeout(this[V]),O in this&&(this[U](),(null===(i=this[I])||void 0===i?void 0:i.complete)||this[O].destroy()),null===e||g.default.undefined(e)||e instanceof K||(e=new K(e.message,e,this)),t(e)}get _isAboutToError(){return this[$]}get ip(){var e;return null===(e=this.socket)||void 0===e?void 0:e.remoteAddress}get aborted(){var e,t,i;return(null!==(t=null===(e=this[O])||void 0===e?void 0:e.destroyed)&&void 0!==t?t:this.destroyed)&&!(null===(i=this[W])||void 0===i?void 0:i.complete)}get socket(){var e,t;return null!==(t=null===(e=this[O])||void 0===e?void 0:e.socket)&&void 0!==t?t:void 0}get downloadProgress(){let e;return e=this[P]?this[R]/this[P]:this[P]===this[R]?1:0,{percent:e,transferred:this[R],total:this[P]}}get uploadProgress(){let e;return e=this[z]?this[F]/this[z]:this[z]===this[F]?1:0,{percent:e,transferred:this[F],total:this[z]}}get timings(){var e;return null===(e=this[O])||void 0===e?void 0:e.timings}get isFromCache(){return this[B]}pipe(e,t){if(this[M])throw new Error("Failed to pipe. The response has been emitted already.");return e instanceof c.ServerResponse&&this[L].add(e),super.pipe(e,t)}unpipe(e){return e instanceof c.ServerResponse&&this[L].delete(e),super.unpipe(e),this}}t.default=se},90354:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.dnsLookupIpVersionToFamily=t.isDnsLookupIpVersion=void 0;const i={auto:0,ipv4:4,ipv6:6};t.isDnsLookupIpVersion=e=>e in i,t.dnsLookupIpVersionToFamily=e=>{if(t.isDnsLookupIpVersion(e))return i[e];throw new Error("Invalid DNS lookup IP version")}},92425:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(35747),a=i(31669),r=i(80657),o=i(16721),s=a.promisify(n.stat);t.default=async(e,t)=>{if(t&&"content-length"in t)return Number(t["content-length"]);if(!e)return 0;if(r.default.string(e))return Buffer.byteLength(e);if(r.default.buffer(e))return e.length;if(o.default(e))return a.promisify(e.getLength.bind(e))();if(e instanceof n.ReadStream){const{size:t}=await s(e.path);if(0===t)return;return t}}},54992:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=async e=>{const t=[];let i=0;for await(const n of e)t.push(n),i+=Buffer.byteLength(n);return Buffer.isBuffer(t[0])?Buffer.concat(t,i):Buffer.from(t.join(""))}},16721:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(80657);t.default=e=>n.default.nodeStream(e)&&n.default.function_(e.getBoundary)},38141:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isResponseOk=void 0,t.isResponseOk=e=>{const{statusCode:t}=e,i=e.request.options.followRedirect?299:399;return t>=200&&t<=i||304===t}},30186:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(78835),a=["protocol","host","hostname","port","pathname","search"];t.default=(e,t)=>{var i,r;if(t.path){if(t.pathname)throw new TypeError("Parameters `path` and `pathname` are mutually exclusive.");if(t.search)throw new TypeError("Parameters `path` and `search` are mutually exclusive.");if(t.searchParams)throw new TypeError("Parameters `path` and `searchParams` are mutually exclusive.")}if(t.search&&t.searchParams)throw new TypeError("Parameters `search` and `searchParams` are mutually exclusive.");if(!e){if(!t.protocol)throw new TypeError("No URL protocol specified");e=`${t.protocol}//${null!==(r=null!==(i=t.hostname)&&void 0!==i?i:t.host)&&void 0!==r?r:""}`}const o=new n.URL(e);if(t.path){const e=t.path.indexOf("?");-1===e?t.pathname=t.path:(t.pathname=t.path.slice(0,e),t.search=t.path.slice(e+1)),delete t.path}for(const e of a)t[e]&&(o[e]=t[e].toString());return o}},94805:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,i){const n={};for(const a of i)n[a]=(...e)=>{t.emit(a,...e)},e.on(a,n[a]);return()=>{for(const t of i)e.off(t,n[t])}}},14834:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TimeoutError=void 0;const n=i(11631),a=i(28535),r=Symbol("reentry"),o=()=>{};class s extends Error{constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.event=t,this.name="TimeoutError",this.code="ETIMEDOUT"}}t.TimeoutError=s,t.default=(e,t,i)=>{if(r in e)return o;e[r]=!0;const c=[],{once:u,unhandleAll:l}=a.default(),p=(e,t,i)=>{var n;const a=setTimeout(t,e,e,i);null===(n=a.unref)||void 0===n||n.call(a);const r=()=>{clearTimeout(a)};return c.push(r),r},{host:d,hostname:h}=i,m=(t,i)=>{e.destroy(new s(t,i))},f=()=>{for(const e of c)e();l()};if(e.once("error",(t=>{if(f(),0===e.listenerCount("error"))throw t})),e.once("close",f),u(e,"response",(e=>{u(e,"end",f)})),void 0!==t.request&&p(t.request,m,"request"),void 0!==t.socket){const i=()=>{m(t.socket,"socket")};e.setTimeout(t.socket,i),c.push((()=>{e.removeListener("timeout",i)}))}return u(e,"socket",(a=>{var r;const{socketPath:o}=e;if(a.connecting){const e=Boolean(null!=o?o:0!==n.isIP(null!==(r=null!=h?h:d)&&void 0!==r?r:""));if(void 0!==t.lookup&&!e&&void 0===a.address().address){const e=p(t.lookup,m,"lookup");u(a,"lookup",e)}if(void 0!==t.connect){const i=()=>p(t.connect,m,"connect");e?u(a,"connect",i()):u(a,"lookup",(e=>{null===e&&u(a,"connect",i())}))}void 0!==t.secureConnect&&"https:"===i.protocol&&u(a,"connect",(()=>{const e=p(t.secureConnect,m,"secureConnect");u(a,"secureConnect",e)}))}if(void 0!==t.send){const i=()=>p(t.send,m,"send");a.connecting?u(a,"connect",(()=>{u(e,"upload-complete",i())})):u(e,"upload-complete",i())}})),void 0!==t.response&&u(e,"upload-complete",(()=>{const i=p(t.response,m,"response");u(e,"response",i)})),f}},28535:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=()=>{const e=[];return{once(t,i,n){t.once(i,n),e.push({origin:t,event:i,fn:n})},unhandleAll(){for(const t of e){const{origin:e,event:i,fn:n}=t;e.removeListener(i,n)}e.length=0}}}},96959:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(80657);t.default=e=>{const t={protocol:(e=e).protocol,hostname:n.default.string(e.hostname)&&e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,host:e.host,hash:e.hash,search:e.search,pathname:e.pathname,href:e.href,path:`${e.pathname||""}${e.search||""}`};return n.default.string(e.port)&&e.port.length>0&&(t.port=Number(e.port)),(e.username||e.password)&&(t.auth=`${e.username||""}:${e.password||""}`),t}},57440:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=class{constructor(){this.weakMap=new WeakMap,this.map=new Map}set(e,t){"object"==typeof e?this.weakMap.set(e,t):this.map.set(e,t)}get(e){return"object"==typeof e?this.weakMap.get(e):this.map.get(e)}has(e){return"object"==typeof e?this.weakMap.has(e):this.map.has(e)}}},46427:function(e,t,i){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,i,n){void 0===n&&(n=i),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[i]}})}:function(e,t,i,n){void 0===n&&(n=i),e[n]=t[i]}),a=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||n(t,e,i)};Object.defineProperty(t,"__esModule",{value:!0}),t.defaultHandler=void 0;const r=i(80657),o=i(9291),s=i(36133),c=i(8178),u=i(64638),l={RequestError:o.RequestError,CacheError:o.CacheError,ReadError:o.ReadError,HTTPError:o.HTTPError,MaxRedirectsError:o.MaxRedirectsError,TimeoutError:o.TimeoutError,ParseError:o.ParseError,CancelError:o.CancelError,UnsupportedProtocolError:o.UnsupportedProtocolError,UploadError:o.UploadError},p=async e=>new Promise((t=>{setTimeout(t,e)})),{normalizeArguments:d}=c.default,h=(...e)=>{let t;for(const i of e)t=d(void 0,i,t);return t},m=e=>e.isStream?new c.default(void 0,e):o.default(e),f=e=>"defaults"in e&&"options"in e.defaults,g=["get","post","put","patch","head","delete"];t.defaultHandler=(e,t)=>t(e);const v=(e,t)=>{if(e)for(const i of e)i(t)},y=e=>{e._rawHandlers=e.handlers,e.handlers=e.handlers.map((e=>(t,i)=>{let n;const a=e(t,(e=>(n=i(e),n)));if(a!==n&&!t.isStream&&n){const e=a,{then:t,catch:i,finally:r}=e;Object.setPrototypeOf(e,Object.getPrototypeOf(n)),Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)),e.then=t,e.catch=i,e.finally=r}return a}));const i=(t,i={},n)=>{var a,u;let l=0;const p=t=>e.handlers[l++](t,l===e.handlers.length?m:p);if(r.default.plainObject(t)){const e={...t,...i};c.setNonEnumerableProperties([t,i],e),i=e,t=void 0}try{let r;try{v(e.options.hooks.init,i),v(null===(a=i.hooks)||void 0===a?void 0:a.init,i)}catch(e){r=e}const s=d(t,i,null!=n?n:e.options);if(s[c.kIsNormalizedAlready]=!0,r)throw new o.RequestError(r.message,r,s);return p(s)}catch(t){if(i.isStream)throw t;return s.default(t,e.options.hooks.beforeError,null===(u=i.hooks)||void 0===u?void 0:u.beforeError)}};i.extend=(...i)=>{const n=[e.options];let a,r=[...e._rawHandlers];for(const e of i)f(e)?(n.push(e.defaults.options),r.push(...e.defaults._rawHandlers),a=e.defaults.mutableDefaults):(n.push(e),"handlers"in e&&r.push(...e.handlers),a=e.mutableDefaults);return r=r.filter((e=>e!==t.defaultHandler)),0===r.length&&r.push(t.defaultHandler),y({options:h(...n),handlers:r,mutableDefaults:Boolean(a)})};const n=async function*(t,n){let a=d(t,n,e.options);a.resolveBodyOnly=!1;const o=a.pagination;if(!r.default.object(o))throw new TypeError("`options.pagination` must be implemented");const s=[];let{countLimit:c}=o,u=0;for(;u{const i=[];for await(const a of n(e,t))i.push(a);return i},i.paginate.each=n,i.stream=(e,t)=>i(e,{...t,isStream:!0});for(const e of g)i[e]=(t,n)=>i(t,{...n,method:e}),i.stream[e]=(t,n)=>i(t,{...n,method:e,isStream:!0});return Object.assign(i,l),Object.defineProperty(i,"defaults",{value:e.mutableDefaults?e:u.default(e),writable:e.mutableDefaults,configurable:e.mutableDefaults,enumerable:!0}),i.mergeOptions=h,i};t.default=y,a(i(38317),t)},12210:function(e,t,i){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,i,n){void 0===n&&(n=i),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[i]}})}:function(e,t,i,n){void 0===n&&(n=i),e[n]=t[i]}),a=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||n(t,e,i)};Object.defineProperty(t,"__esModule",{value:!0});const r=i(78835),o=i(46427),s={options:{method:"GET",retry:{limit:2,methods:["GET","PUT","HEAD","DELETE","OPTIONS","TRACE"],statusCodes:[408,413,429,500,502,503,504,521,522,524],errorCodes:["ETIMEDOUT","ECONNRESET","EADDRINUSE","ECONNREFUSED","EPIPE","ENOTFOUND","ENETUNREACH","EAI_AGAIN"],maxRetryAfter:void 0,calculateDelay:({computedValue:e})=>e},timeout:{},headers:{"user-agent":"got (https://github.com/sindresorhus/got)"},hooks:{init:[],beforeRequest:[],beforeRedirect:[],beforeRetry:[],beforeError:[],afterResponse:[]},cache:void 0,dnsCache:void 0,decompress:!0,throwHttpErrors:!0,followRedirect:!0,isStream:!1,responseType:"text",resolveBodyOnly:!1,maxRedirects:10,prefixUrl:"",methodRewriting:!0,ignoreInvalidCookies:!1,context:{},http2:!1,allowGetBody:!1,https:void 0,pagination:{transform:e=>"json"===e.request.options.responseType?e.body:JSON.parse(e.body),paginate:e=>{if(!Reflect.has(e.headers,"link"))return!1;const t=e.headers.link.split(",");let i;for(const e of t){const t=e.split(";");if(t[1].includes("next")){i=t[0].trimStart().trim(),i=i.slice(1,-1);break}}return!!i&&{url:new r.URL(i)}},filter:()=>!0,shouldContinue:()=>!0,countLimit:1/0,backoff:0,requestLimit:1e4,stackAllItems:!0},parseJson:e=>JSON.parse(e),stringifyJson:e=>JSON.stringify(e),cacheOptions:{}},handlers:[o.defaultHandler],mutableDefaults:!1},c=o.default(s);t.default=c,e.exports=c,e.exports.default=c,e.exports.__esModule=!0,a(i(46427),t),a(i(9291),t)},38317:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0})},64638:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(80657);t.default=function e(t){for(const i of Object.values(t))(n.default.plainObject(i)||n.default.array(i))&&e(i);return Object.freeze(t)}},45241:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=new Set;t.default=e=>{i.has(e)||(i.add(e),process.emitWarning(`Got: ${e}`,{type:"DeprecationWarning"}))}},86560:e=>{"use strict";e.exports=(e,t=process.argv)=>{const i=e.startsWith("-")?"":1===e.length?"-":"--",n=t.indexOf(i+e),a=t.indexOf("--");return-1!==n&&(-1===a||n{"use strict";var n="undefined"!=typeof Symbol&&Symbol,a=i(55419);e.exports=function(){return"function"==typeof n&&"function"==typeof Symbol&&"symbol"==typeof n("foo")&&"symbol"==typeof Symbol("bar")&&a()}},55419:e=>{"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),i=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(i))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var a=Object.getOwnPropertyDescriptor(e,t);if(42!==a.value||!0!==a.enumerable)return!1}return!0}},17642:(e,t,i)=>{"use strict";var n=i(58612);e.exports=n.call(Function.call,Object.prototype.hasOwnProperty)},26214:e=>{"use strict";const t=new Set([200,203,204,206,300,301,404,405,410,414,501]),i=new Set([200,203,204,300,301,302,303,307,308,404,405,410,414,501]),n=new Set([500,502,503,504]),a={date:!0,connection:!0,"keep-alive":!0,"proxy-authenticate":!0,"proxy-authorization":!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0},r={"content-length":!0,"content-encoding":!0,"transfer-encoding":!0,"content-range":!0};function o(e){const t=parseInt(e,10);return isFinite(t)?t:0}function s(e){const t={};if(!e)return t;const i=e.trim().split(/\s*,\s*/);for(const e of i){const[i,n]=e.split(/\s*=\s*/,2);t[i]=void 0===n||n.replace(/^"|"$/g,"")}return t}function c(e){let t=[];for(const i in e){const n=e[i];t.push(!0===n?i:i+"="+n)}if(t.length)return t.join(", ")}e.exports=class{constructor(e,t,{shared:i,cacheHeuristic:n,immutableMinTimeToLive:a,ignoreCargoCult:r,_fromObject:o}={}){if(o)this._fromObject(o);else{if(!t||!t.headers)throw Error("Response headers missing");this._assertRequestHasHeaders(e),this._responseTime=this.now(),this._isShared=!1!==i,this._cacheHeuristic=void 0!==n?n:.1,this._immutableMinTtl=void 0!==a?a:864e5,this._status="status"in t?t.status:200,this._resHeaders=t.headers,this._rescc=s(t.headers["cache-control"]),this._method="method"in e?e.method:"GET",this._url=e.url,this._host=e.headers.host,this._noAuthorization=!e.headers.authorization,this._reqHeaders=t.headers.vary?e.headers:null,this._reqcc=s(e.headers["cache-control"]),r&&"pre-check"in this._rescc&&"post-check"in this._rescc&&(delete this._rescc["pre-check"],delete this._rescc["post-check"],delete this._rescc["no-cache"],delete this._rescc["no-store"],delete this._rescc["must-revalidate"],this._resHeaders=Object.assign({},this._resHeaders,{"cache-control":c(this._rescc)}),delete this._resHeaders.expires,delete this._resHeaders.pragma),null==t.headers["cache-control"]&&/no-cache/.test(t.headers.pragma)&&(this._rescc["no-cache"]=!0)}}now(){return Date.now()}storable(){return!(this._reqcc["no-store"]||!("GET"===this._method||"HEAD"===this._method||"POST"===this._method&&this._hasExplicitExpiration())||!i.has(this._status)||this._rescc["no-store"]||this._isShared&&this._rescc.private||this._isShared&&!this._noAuthorization&&!this._allowsStoringAuthenticated()||!(this._resHeaders.expires||this._rescc["max-age"]||this._isShared&&this._rescc["s-maxage"]||this._rescc.public||t.has(this._status)))}_hasExplicitExpiration(){return this._isShared&&this._rescc["s-maxage"]||this._rescc["max-age"]||this._resHeaders.expires}_assertRequestHasHeaders(e){if(!e||!e.headers)throw Error("Request headers missing")}satisfiesWithoutRevalidation(e){this._assertRequestHasHeaders(e);const t=s(e.headers["cache-control"]);return!t["no-cache"]&&!/no-cache/.test(e.headers.pragma)&&(!(t["max-age"]&&this.age()>t["max-age"])&&(!(t["min-fresh"]&&this.timeToLive()<1e3*t["min-fresh"])&&(!(this.stale()&&(!t["max-stale"]||this._rescc["must-revalidate"]||!(!0===t["max-stale"]||t["max-stale"]>this.age()-this.maxAge())))&&this._requestMatches(e,!1))))}_requestMatches(e,t){return(!this._url||this._url===e.url)&&this._host===e.headers.host&&(!e.method||this._method===e.method||t&&"HEAD"===e.method)&&this._varyMatches(e)}_allowsStoringAuthenticated(){return this._rescc["must-revalidate"]||this._rescc.public||this._rescc["s-maxage"]}_varyMatches(e){if(!this._resHeaders.vary)return!0;if("*"===this._resHeaders.vary)return!1;const t=this._resHeaders.vary.trim().toLowerCase().split(/\s*,\s*/);for(const i of t)if(e.headers[i]!==this._reqHeaders[i])return!1;return!0}_copyWithoutHopByHopHeaders(e){const t={};for(const i in e)a[i]||(t[i]=e[i]);if(e.connection){const i=e.connection.trim().split(/\s*,\s*/);for(const e of i)delete t[e]}if(t.warning){const e=t.warning.split(/,/).filter((e=>!/^\s*1[0-9][0-9]/.test(e)));e.length?t.warning=e.join(",").trim():delete t.warning}return t}responseHeaders(){const e=this._copyWithoutHopByHopHeaders(this._resHeaders),t=this.age();return t>86400&&!this._hasExplicitExpiration()&&this.maxAge()>86400&&(e.warning=(e.warning?`${e.warning}, `:"")+'113 - "rfc7234 5.5.4"'),e.age=`${Math.round(t)}`,e.date=new Date(this.now()).toUTCString(),e}date(){const e=Date.parse(this._resHeaders.date);return isFinite(e)?e:this._responseTime}age(){return this._ageValue()+(this.now()-this._responseTime)/1e3}_ageValue(){return o(this._resHeaders.age)}maxAge(){if(!this.storable()||this._rescc["no-cache"])return 0;if(this._isShared&&this._resHeaders["set-cookie"]&&!this._rescc.public&&!this._rescc.immutable)return 0;if("*"===this._resHeaders.vary)return 0;if(this._isShared){if(this._rescc["proxy-revalidate"])return 0;if(this._rescc["s-maxage"])return o(this._rescc["s-maxage"])}if(this._rescc["max-age"])return o(this._rescc["max-age"]);const e=this._rescc.immutable?this._immutableMinTtl:0,t=this.date();if(this._resHeaders.expires){const i=Date.parse(this._resHeaders.expires);return Number.isNaN(i)||ii)return Math.max(e,(t-i)/1e3*this._cacheHeuristic)}return e}timeToLive(){const e=this.maxAge()-this.age(),t=e+o(this._rescc["stale-if-error"]),i=e+o(this._rescc["stale-while-revalidate"]);return 1e3*Math.max(0,e,t,i)}stale(){return this.maxAge()<=this.age()}_useStaleIfError(){return this.maxAge()+o(this._rescc["stale-if-error"])>this.age()}useStaleWhileRevalidate(){return this.maxAge()+o(this._rescc["stale-while-revalidate"])>this.age()}static fromObject(e){return new this(void 0,void 0,{_fromObject:e})}_fromObject(e){if(this._responseTime)throw Error("Reinitialized");if(!e||1!==e.v)throw Error("Invalid serialization");this._responseTime=e.t,this._isShared=e.sh,this._cacheHeuristic=e.ch,this._immutableMinTtl=void 0!==e.imm?e.imm:864e5,this._status=e.st,this._resHeaders=e.resh,this._rescc=e.rescc,this._method=e.m,this._url=e.u,this._host=e.h,this._noAuthorization=e.a,this._reqHeaders=e.reqh,this._reqcc=e.reqcc}toObject(){return{v:1,t:this._responseTime,sh:this._isShared,ch:this._cacheHeuristic,imm:this._immutableMinTtl,st:this._status,resh:this._resHeaders,rescc:this._rescc,m:this._method,u:this._url,h:this._host,a:this._noAuthorization,reqh:this._reqHeaders,reqcc:this._reqcc}}revalidationHeaders(e){this._assertRequestHasHeaders(e);const t=this._copyWithoutHopByHopHeaders(e.headers);if(delete t["if-range"],!this._requestMatches(e,!0)||!this.storable())return delete t["if-none-match"],delete t["if-modified-since"],t;if(this._resHeaders.etag&&(t["if-none-match"]=t["if-none-match"]?`${t["if-none-match"]}, ${this._resHeaders.etag}`:this._resHeaders.etag),t["accept-ranges"]||t["if-match"]||t["if-unmodified-since"]||this._method&&"GET"!=this._method){if(delete t["if-modified-since"],t["if-none-match"]){const e=t["if-none-match"].split(/,/).filter((e=>!/^\s*W\//.test(e)));e.length?t["if-none-match"]=e.join(",").trim():delete t["if-none-match"]}}else this._resHeaders["last-modified"]&&!t["if-modified-since"]&&(t["if-modified-since"]=this._resHeaders["last-modified"]);return t}revalidatedPolicy(e,t){if(this._assertRequestHasHeaders(e),this._useStaleIfError()&&function(e){return!e||n.has(e.status)}(t))return{modified:!1,matches:!1,policy:this};if(!t||!t.headers)throw Error("Response headers missing");let i=!1;if(void 0!==t.status&&304!=t.status?i=!1:t.headers.etag&&!/^\s*W\//.test(t.headers.etag)?i=this._resHeaders.etag&&this._resHeaders.etag.replace(/^\s*W\//,"")===t.headers.etag:this._resHeaders.etag&&t.headers.etag?i=this._resHeaders.etag.replace(/^\s*W\//,"")===t.headers.etag.replace(/^\s*W\//,""):this._resHeaders["last-modified"]?i=this._resHeaders["last-modified"]===t.headers["last-modified"]:this._resHeaders.etag||this._resHeaders["last-modified"]||t.headers.etag||t.headers["last-modified"]||(i=!0),!i)return{policy:new this.constructor(e,t),modified:304!=t.status,matches:!1};const a={};for(const e in this._resHeaders)a[e]=e in t.headers&&!r[e]?t.headers[e]:this._resHeaders[e];const o=Object.assign({},t,{status:this._status,method:this._method,headers:a});return{policy:new this.constructor(e,o,{shared:this._isShared,cacheHeuristic:this._cacheHeuristic,immutableMinTimeToLive:this._immutableMinTtl}),modified:!1,matches:!0}}}},69009:(e,t,i)=>{"use strict";var n=i(40412)("http-errors"),a=i(66644),r=i(54917),o=i(44029),s=i(72953);function c(e){return Number(String(e).charAt(0)+"00")}function u(e,t){var i=Object.getOwnPropertyDescriptor(e,"name");i&&i.configurable&&(i.value=t,Object.defineProperty(e,"name",i))}e.exports=function e(){for(var t,i,a=500,o={},s=0;s=600)&&n("non-error status code; use only 4xx or 5xx status codes"),("number"!=typeof a||!r[a]&&(a<400||a>=600))&&(a=500);var l=e[a]||e[c(a)];for(var p in t||(t=l?new l(i):new Error(i||r[a]),Error.captureStackTrace(t,e)),l&&t instanceof l&&t.status===a||(t.expose=a<500,t.status=t.statusCode=a),o)"status"!==p&&"statusCode"!==p&&(t[p]=o[p]);return t},e.exports.HttpError=function(){function e(){throw new TypeError("cannot construct abstract class")}return o(e,Error),e}(),function(e,t,i){t.forEach((function(t){var n,l=s(r[t]);switch(c(t)){case 400:n=function(e,t,i){var n=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:r[i],o=new Error(t);return Error.captureStackTrace(o,s),a(o,s.prototype),Object.defineProperty(o,"message",{enumerable:!0,configurable:!0,value:t,writable:!0}),Object.defineProperty(o,"name",{enumerable:!1,configurable:!0,value:n,writable:!0}),o}return o(s,e),u(s,n),s.prototype.status=i,s.prototype.statusCode=i,s.prototype.expose=!0,s}(i,l,t);break;case 500:n=function(e,t,i){var n=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:r[i],o=new Error(t);return Error.captureStackTrace(o,s),a(o,s.prototype),Object.defineProperty(o,"message",{enumerable:!0,configurable:!0,value:t,writable:!0}),Object.defineProperty(o,"name",{enumerable:!1,configurable:!0,value:n,writable:!0}),o}return o(s,e),u(s,n),s.prototype.status=i,s.prototype.statusCode=i,s.prototype.expose=!1,s}(i,l,t)}n&&(e[t]=n,e[l]=n)})),e["I'mateapot"]=n.function(e.ImATeapot,'"I\'mateapot"; use "ImATeapot" instead')}(e.exports,r.codes,e.exports.HttpError)},44029:(e,t,i)=>{try{var n=i(31669);if("function"!=typeof n.inherits)throw"";e.exports=n.inherits}catch(t){e.exports=i(10998)}},10998:e=>{"function"==typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,t){e.super_=t;var i=function(){};i.prototype=t.prototype,e.prototype=new i,e.prototype.constructor=e}},24685:(e,t,i)=>{"use strict";const n=i(28614),a=i(4016),r=i(97565),o=i(61269),s=Symbol("currentStreamsCount"),c=Symbol("request"),u=Symbol("cachedOriginSet"),l=Symbol("gracefullyClosing"),p=["maxDeflateDynamicTableSize","maxSessionMemory","maxHeaderListPairs","maxOutstandingPings","maxReservedRemoteStreams","maxSendHeaderBlockLength","paddingStrategy","localAddress","path","rejectUnauthorized","minDHSize","ca","cert","clientCertEngine","ciphers","key","pfx","servername","minVersion","maxVersion","secureProtocol","crl","honorCipherOrder","ecdhCurve","dhparam","secureOptions","sessionIdContext"],d=(e,t)=>e.remoteSettings.maxConcurrentStreams>t.remoteSettings.maxConcurrentStreams,h=(e,t)=>{for(const i of e)i[u].lengtht[u].includes(e)))&&i[s]+t[s]<=t.remoteSettings.maxConcurrentStreams&&f(i)},m=({agent:e,isFree:t})=>{const i={};for(const n in e.sessions){const a=e.sessions[n].filter((e=>{const i=e[g.kCurrentStreamsCount]{e[l]=!0,0===e[s]&&e.close()};class g extends n{constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:i=10,maxCachedTlsSessions:n=100}={}){super(),this.sessions={},this.queue={},this.timeout=e,this.maxSessions=t,this.maxFreeSessions=i,this._freeSessionsCount=0,this._sessionsCount=0,this.settings={enablePush:!1},this.tlsSessionCache=new o({maxSize:n})}static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t&&e.hostname!==t&&(e.hostname=t),e.origin}normalizeOptions(e){let t="";if(e)for(const i of p)e[i]&&(t+=`:${e[i]}`);return t}_tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e]))return;const i=this.queue[e][t];this._sessionsCount{Array.isArray(i)?(i=[...i],n()):i=[{resolve:n,reject:a}];const o=this.normalizeOptions(t),p=g.normalizeOrigin(e,t&&t.servername);if(void 0===p){for(const{reject:e}of i)e(new TypeError("The `origin` argument needs to be a string or an URL object"));return}if(o in this.sessions){const e=this.sessions[o];let t,n=-1,a=-1;for(const i of e){const e=i.remoteSettings.maxConcurrentStreams;if(e=e||i[l]||i.destroyed)continue;t||(n=e),r>a&&(t=i,a=r)}}if(t){if(1!==i.length){for(const{reject:e}of i)e(new Error(`Expected the length of listeners to be 1, got ${i.length}.\nPlease report this to https://github.com/szmarczak/http2-wrapper/`));return}return void i[0].resolve(t)}}if(o in this.queue){if(p in this.queue[o])return this.queue[o][p].listeners.push(...i),void this._tryToCreateNewSession(o,p)}else this.queue[o]={};const m=()=>{o in this.queue&&this.queue[o][p]===v&&(delete this.queue[o][p],0===Object.keys(this.queue[o]).length&&delete this.queue[o])},v=()=>{const n=`${p}:${o}`;let a=!1;try{const g=r.connect(e,{createConnection:this.createConnection,settings:this.settings,session:this.tlsSessionCache.get(n),...t});g[s]=0,g[l]=!1;const y=()=>g[s]{this.tlsSessionCache.set(n,e)})),g.once("error",(e=>{for(const{reject:t}of i)t(e);this.tlsSessionCache.delete(n)})),g.setTimeout(this.timeout,(()=>{g.destroy()})),g.once("close",(()=>{if(a){b&&this._freeSessionsCount--,this._sessionsCount--;const e=this.sessions[o];e.splice(e.indexOf(g),1),0===e.length&&delete this.sessions[o]}else{const e=new Error("Session closed without receiving a SETTINGS frame");e.code="HTTP2WRAPPER_NOSETTINGS";for(const{reject:t}of i)t(e);m()}this._tryToCreateNewSession(o,p)}));const x=()=>{if(o in this.queue&&y())for(const e of g[u])if(e in this.queue[o]){const{listeners:t}=this.queue[o][e];for(;0!==t.length&&y();)t.shift().resolve(g);const i=this.queue[o];if(0===i[e].listeners.length&&(delete i[e],0===Object.keys(i).length)){delete this.queue[o];break}if(!y())break}};g.on("origin",(()=>{g[u]=g.originSet,y()&&(x(),h(this.sessions[o],g))})),g.once("remoteSettings",(()=>{if(g.ref(),g.unref(),this._sessionsCount++,v.destroyed){const e=new Error("Agent has been destroyed");for(const t of i)t.reject(e);g.destroy()}else{g[u]=g.originSet;{const e=this.sessions;if(o in e){const t=e[o];t.splice(((e,t,i)=>{let n=0,a=e.length;for(;n>>1;i(e[r],t)?n=r+1:a=r}return n})(t,g,d),0,g)}else e[o]=[g]}this._freeSessionsCount+=1,a=!0,this.emit("session",g),x(),m(),0===g[s]&&this._freeSessionsCount>this.maxFreeSessions&&g.close(),0!==i.length&&(this.getSession(p,t,i),i.length=0),g.on("remoteSettings",(()=>{x(),h(this.sessions[o],g)}))}})),g[c]=g.request,g.request=(e,t)=>{if(g[l])throw new Error("The session is gracefully closing. No new streams are allowed.");const i=g[c](e,t);return g.ref(),++g[s],g[s]===g.remoteSettings.maxConcurrentStreams&&this._freeSessionsCount--,i.once("close",(()=>{if(b=y(),--g[s],!g.destroyed&&!g.closed&&(((e,t)=>{for(const i of e)t[u].lengthi[u].includes(e)))&&t[s]+i[s]<=i.remoteSettings.maxConcurrentStreams&&f(t)})(this.sessions[o],g),y()&&!g.closed)){b||(this._freeSessionsCount++,b=!0);const e=0===g[s];e&&g.unref(),e&&(this._freeSessionsCount>this.maxFreeSessions||g[l])?g.close():(h(this.sessions[o],g),x())}})),i}}catch(e){for(const t of i)t.reject(e);m()}};v.listeners=i,v.completed=!1,v.destroyed=!1,this.queue[o][p]=v,this._tryToCreateNewSession(o,p)}))}request(e,t,i,n){return new Promise(((a,r)=>{this.getSession(e,t,[{reject:r,resolve:e=>{try{a(e.request(i,n))}catch(e){r(e)}}}])}))}createConnection(e,t){return g.connect(e,t)}static connect(e,t){t.ALPNProtocols=["h2"];const i=e.port||443,n=e.hostname||e.host;return void 0===t.servername&&(t.servername=n),a.connect(i,n,t)}closeFreeSessions(){for(const e of Object.values(this.sessions))for(const t of e)0===t[s]&&t.close()}destroy(e){for(const t of Object.values(this.sessions))for(const i of t)i.destroy(e);for(const e of Object.values(this.queue))for(const t of Object.values(e))t.destroyed=!0;this.queue={}}get freeSessions(){return m({agent:this,isFree:!0})}get busySessions(){return m({agent:this,isFree:!1})}}g.kCurrentStreamsCount=s,g.kGracefullyClosing=l,e.exports={Agent:g,globalAgent:new g}},86673:(e,t,i)=>{"use strict";const n=i(98605),a=i(57211),r=i(45322),o=i(61269),s=i(52287),c=i(4017),u=i(15978),l=new o({maxSize:100}),p=new Map,d=(e,t,i)=>{t._httpMessage={shouldKeepAlive:!0};const n=()=>{e.emit("free",t,i)};t.on("free",n);const a=()=>{e.removeSocket(t,i)};t.on("close",a);const r=()=>{e.removeSocket(t,i),t.off("close",a),t.off("free",n),t.off("agentRemove",r)};t.on("agentRemove",r),e.emit("free",t,i)};e.exports=async(e,t,i)=>{if(("string"==typeof e||e instanceof URL)&&(e=u(new URL(e))),"function"==typeof t&&(i=t,t=void 0),t={ALPNProtocols:["h2","http/1.1"],...e,...t,resolveSocket:!0},!Array.isArray(t.ALPNProtocols)||0===t.ALPNProtocols.length)throw new Error("The `ALPNProtocols` option must be an Array with at least one entry");t.protocol=t.protocol||"https:";const o="https:"===t.protocol;t.host=t.hostname||t.host||"localhost",t.session=t.tlsSession,t.servername=t.servername||c(t),t.port=t.port||(o?443:80),t._defaultAgent=o?a.globalAgent:n.globalAgent;const h=t.agent;if(h){if(h.addRequest)throw new Error("The `options.agent` object can contain only `http`, `https` or `http2` properties");t.agent=h[o?"https":"http"]}if(o){const e=await(async e=>{const t=`${e.host}:${e.port}:${e.ALPNProtocols.sort()}`;if(!l.has(t)){if(p.has(t))return(await p.get(t)).alpnProtocol;const{path:i,agent:n}=e;e.path=e.socketPath;const o=r(e);p.set(t,o);try{const{socket:r,alpnProtocol:s}=await o;if(l.set(t,s),e.path=i,"h2"===s)r.destroy();else{const{globalAgent:t}=a,i=a.Agent.prototype.createConnection;n?n.createConnection===i?d(n,r,e):r.destroy():t.createConnection===i?d(t,r,e):r.destroy()}return p.delete(t),s}catch(e){throw p.delete(t),e}}return l.get(t)})(t);if("h2"===e)return h&&(t.agent=h.http2),new s(t,i)}return n.request(t,i)},e.exports.protocolCache=l},52287:(e,t,i)=>{"use strict";const n=i(97565),{Writable:a}=i(92413),{Agent:r,globalAgent:o}=i(24685),s=i(17138),c=i(15978),u=i(37306),l=i(48202),{ERR_INVALID_ARG_TYPE:p,ERR_INVALID_PROTOCOL:d,ERR_HTTP_HEADERS_SENT:h,ERR_INVALID_HTTP_TOKEN:m,ERR_HTTP_INVALID_HEADER_VALUE:f,ERR_INVALID_CHAR:g}=i(23190),{HTTP2_HEADER_STATUS:v,HTTP2_HEADER_METHOD:y,HTTP2_HEADER_PATH:b,HTTP2_METHOD_CONNECT:x}=n.constants,w=Symbol("headers"),k=Symbol("origin"),_=Symbol("session"),j=Symbol("options"),E=Symbol("flushedHeaders"),D=Symbol("jobs"),A=/^[\^`\-\w!#$%&*+.|~]+$/,C=/[^\t\u0020-\u007E\u0080-\u00FF]/;e.exports=class extends a{constructor(e,t,i){super({autoDestroy:!1});const n="string"==typeof e||e instanceof URL;if(n&&(e=c(e instanceof URL?e:new URL(e))),"function"==typeof t||void 0===t?(i=t,t=n?e:{...e}):t={...e,...t},t.h2session)this[_]=t.h2session;else if(!1===t.agent)this.agent=new r({maxFreeSessions:0});else if(void 0===t.agent||null===t.agent)"function"==typeof t.createConnection?(this.agent=new r({maxFreeSessions:0}),this.agent.createConnection=t.createConnection):this.agent=o;else{if("function"!=typeof t.agent.request)throw new p("options.agent",["Agent-like Object","undefined","false"],t.agent);this.agent=t.agent}if(t.protocol&&"https:"!==t.protocol)throw new d(t.protocol,"https:");const a=t.port||t.defaultPort||this.agent&&this.agent.defaultPort||443,s=t.hostname||t.host||"localhost";delete t.hostname,delete t.host,delete t.port;const{timeout:u}=t;if(t.timeout=void 0,this[w]=Object.create(null),this[D]=[],this.socket=null,this.connection=null,this.method=t.method||"GET",this.path=t.path,this.res=null,this.aborted=!1,this.reusedSocket=!1,t.headers)for(const[e,i]of Object.entries(t.headers))this.setHeader(e,i);t.auth&&!("authorization"in this[w])&&(this[w].authorization="Basic "+Buffer.from(t.auth).toString("base64")),t.session=t.tlsSession,t.path=t.socketPath,this[j]=t,443===a?(this[k]=`https://${s}`,":authority"in this[w]||(this[w][":authority"]=s)):(this[k]=`https://${s}:${a}`,":authority"in this[w]||(this[w][":authority"]=`${s}:${a}`)),u&&this.setTimeout(u),i&&this.once("response",i),this[E]=!1}get method(){return this[w][y]}set method(e){e&&(this[w][y]=e.toUpperCase())}get path(){return this[w][b]}set path(e){e&&(this[w][b]=e)}get _mustNotHaveABody(){return"GET"===this.method||"HEAD"===this.method||"DELETE"===this.method}_write(e,t,i){if(this._mustNotHaveABody)return void i(new Error("The GET, HEAD and DELETE methods must NOT have a body"));this.flushHeaders();const n=()=>this._request.write(e,t,i);this._request?n():this[D].push(n)}_final(e){if(this.destroyed)return;this.flushHeaders();const t=()=>{this._mustNotHaveABody?e():this._request.end(e)};this._request?t():this[D].push(t)}abort(){this.res&&this.res.complete||(this.aborted||process.nextTick((()=>this.emit("abort"))),this.aborted=!0,this.destroy())}_destroy(e,t){this.res&&this.res._dump(),this._request&&this._request.destroy(),t(e)}async flushHeaders(){if(this[E]||this.destroyed)return;this[E]=!0;const e=this.method===x,t=t=>{if(this._request=t,this.destroyed)return void t.destroy();e||u(t,this,["timeout","continue","close","error"]);const i=e=>(...t)=>{this.writable||this.destroyed?this.once("finish",(()=>{e(...t)})):e(...t)};t.once("response",i(((i,n,a)=>{const r=new s(this.socket,t.readableHighWaterMark);this.res=r,r.req=this,r.statusCode=i[v],r.headers=i,r.rawHeaders=a,r.once("end",(()=>{this.aborted?(r.aborted=!0,r.emit("aborted")):(r.complete=!0,r.socket=null,r.connection=null)})),e?(r.upgrade=!0,this.emit("connect",r,t,Buffer.alloc(0))?this.emit("close"):t.destroy()):(t.on("data",(e=>{r._dumped||r.push(e)||t.pause()})),t.once("end",(()=>{r.push(null)})),this.emit("response",r)||r._dump())}))),t.once("headers",i((e=>this.emit("information",{statusCode:e[v]})))),t.once("trailers",i(((e,t,i)=>{const{res:n}=this;n.trailers=e,n.rawTrailers=i})));const{socket:n}=t.session;this.socket=n,this.connection=n;for(const e of this[D])e();this.emit("socket",this.socket)};if(this[_])try{t(this[_].request(this[w]))}catch(e){this.emit("error",e)}else{this.reusedSocket=!0;try{t(await this.agent.request(this[k],this[j],this[w]))}catch(e){this.emit("error",e)}}}getHeader(e){if("string"!=typeof e)throw new p("name","string",e);return this[w][e.toLowerCase()]}get headersSent(){return this[E]}removeHeader(e){if("string"!=typeof e)throw new p("name","string",e);if(this.headersSent)throw new h("remove");delete this[w][e.toLowerCase()]}setHeader(e,t){if(this.headersSent)throw new h("set");if("string"!=typeof e||!A.test(e)&&!l(e))throw new m("Header name",e);if(void 0===t)throw new f(t,e);if(C.test(t))throw new g("header content",e);this[w][e.toLowerCase()]=t}setNoDelay(){}setSocketKeepAlive(){}setTimeout(e,t){const i=()=>this._request.setTimeout(e,t);return this._request?i():this[D].push(i),this}get maxHeadersCount(){if(!this.destroyed&&this._request)return this._request.session.localSettings.maxHeaderListSize}set maxHeadersCount(e){}}},17138:(e,t,i)=>{"use strict";const{Readable:n}=i(92413);e.exports=class extends n{constructor(e,t){super({highWaterMark:t,autoDestroy:!1}),this.statusCode=null,this.statusMessage="",this.httpVersion="2.0",this.httpVersionMajor=2,this.httpVersionMinor=0,this.headers={},this.trailers={},this.req=null,this.aborted=!1,this.complete=!1,this.upgrade=null,this.rawHeaders=[],this.rawTrailers=[],this.socket=e,this.connection=e,this._dumped=!1}_destroy(e){this.req._request.destroy(e)}setTimeout(e,t){return this.req.setTimeout(e,t),this}_dump(){this._dumped||(this._dumped=!0,this.removeAllListeners("data"),this.resume())}_read(){this.req&&this.req._request.resume()}}},69758:(e,t,i)=>{"use strict";const n=i(97565),a=i(24685),r=i(52287),o=i(17138),s=i(86673);e.exports={...n,ClientRequest:r,IncomingMessage:o,...a,request:(e,t,i)=>new r(e,t,i),get:(e,t,i)=>{const n=new r(e,t,i);return n.end(),n},auto:s}},4017:(e,t,i)=>{"use strict";const n=i(11631);e.exports=e=>{let t=e.host;const i=e.headers&&e.headers.host;return i&&(t=i.startsWith("[")?-1===i.indexOf("]")?i:i.slice(1,-1):i.split(":",1)[0]),n.isIP(t)?"":t}},23190:e=>{"use strict";const t=(t,i,n)=>{e.exports[i]=class extends t{constructor(...e){super("string"==typeof n?n:n(e)),this.name=`${super.name} [${i}]`,this.code=i}}};t(TypeError,"ERR_INVALID_ARG_TYPE",(e=>{const t=e[0].includes(".")?"property":"argument";let i=e[1];const n=Array.isArray(i);return n&&(i=`${i.slice(0,-1).join(", ")} or ${i.slice(-1)}`),`The "${e[0]}" ${t} must be ${n?"one of":"of"} type ${i}. Received ${typeof e[2]}`})),t(TypeError,"ERR_INVALID_PROTOCOL",(e=>`Protocol "${e[0]}" not supported. Expected "${e[1]}"`)),t(Error,"ERR_HTTP_HEADERS_SENT",(e=>`Cannot ${e[0]} headers after they are sent to the client`)),t(TypeError,"ERR_INVALID_HTTP_TOKEN",(e=>`${e[0]} must be a valid HTTP token [${e[1]}]`)),t(TypeError,"ERR_HTTP_INVALID_HEADER_VALUE",(e=>`Invalid value "${e[0]} for header "${e[1]}"`)),t(TypeError,"ERR_INVALID_CHAR",(e=>`Invalid character in ${e[0]} [${e[1]}]`))},48202:e=>{"use strict";e.exports=e=>{switch(e){case":method":case":scheme":case":authority":case":path":return!0;default:return!1}}},37306:e=>{"use strict";e.exports=(e,t,i)=>{for(const n of i)e.on(n,((...e)=>t.emit(n,...e)))}},15978:e=>{"use strict";e.exports=e=>{const t={protocol:e.protocol,hostname:"string"==typeof e.hostname&&e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,host:e.host,hash:e.hash,search:e.search,pathname:e.pathname,href:e.href,path:`${e.pathname||""}${e.search||""}`};return"string"==typeof e.port&&0!==e.port.length&&(t.port=Number(e.port)),(e.username||e.password)&&(t.auth=`${e.username||""}:${e.password||""}`),t}},60688:(e,t,i)=>{"use strict";var n=i(2399).Buffer;t._dbcs=u;for(var a=-1,r=-10,o=-1e3,s=new Array(256),c=0;c<256;c++)s[c]=a;function u(e,t){if(this.encodingName=e.encodingName,!e)throw new Error("DBCS codec is called without the data.");if(!e.table)throw new Error("Encoding '"+this.encodingName+"' has no data.");var i=e.table();this.decodeTables=[],this.decodeTables[0]=s.slice(0),this.decodeTableSeq=[];for(var n=0;nt)return-1;for(var i=0,n=e.length;i0;e>>=8)t.push(255&e);0==t.length&&t.push(0);for(var i=this.decodeTables[0],n=t.length-1;n>0;n--){var r=i[t[n]];if(r==a)i[t[n]]=o-this.decodeTables.length,this.decodeTables.push(i=s.slice(0));else{if(!(r<=o))throw new Error("Overwrite byte in "+this.encodingName+", addr: "+e.toString(16));i=this.decodeTables[o-r]}}return i},u.prototype._addDecodeChunk=function(e){var t=parseInt(e[0],16),i=this._getDecodeTrieNode(t);t&=255;for(var n=1;n255)throw new Error("Incorrect chunk in "+this.encodingName+" at addr "+e[0]+": too long"+t)},u.prototype._getEncodeBucket=function(e){var t=e>>8;return void 0===this.encodeTable[t]&&(this.encodeTable[t]=s.slice(0)),this.encodeTable[t]},u.prototype._setEncodeChar=function(e,t){var i=this._getEncodeBucket(e),n=255&e;i[n]<=r?this.encodeTableSeq[r-i[n]][-1]=t:i[n]==a&&(i[n]=t)},u.prototype._setEncodeSequence=function(e,t){var i,n=e[0],o=this._getEncodeBucket(n),s=255&n;o[s]<=r?i=this.encodeTableSeq[r-o[s]]:(i={},o[s]!==a&&(i[-1]=o[s]),o[s]=r-this.encodeTableSeq.length,this.encodeTableSeq.push(i));for(var c=1;c=0?this._setEncodeChar(s,c):s<=o?this._fillEncodeTable(o-s,c<<8,i):s<=r&&this._setEncodeSequence(this.decodeTableSeq[r-s],c))}},l.prototype.write=function(e){for(var t=n.alloc(e.length*(this.gb18030?4:3)),i=this.leadSurrogate,o=this.seqObj,s=-1,c=0,u=0;;){if(-1===s){if(c==e.length)break;var l=e.charCodeAt(c++)}else l=s,s=-1;if(55296<=l&&l<57344)if(l<56320){if(-1===i){i=l;continue}i=l,l=a}else-1!==i?(l=65536+1024*(i-55296)+(l-56320),i=-1):l=a;else-1!==i&&(s=l,l=a,i=-1);var p=a;if(void 0!==o&&l!=a){var h=o[l];if("object"==typeof h){o=h;continue}"number"==typeof h?p=h:null==h&&void 0!==(h=o[-1])&&(p=h,s=l),o=void 0}else if(l>=0){var m=this.encodeTable[l>>8];if(void 0!==m&&(p=m[255&l]),p<=r){o=this.encodeTableSeq[r-p];continue}if(p==a&&this.gb18030){var f=d(this.gb18030.uChars,l);if(-1!=f){p=this.gb18030.gbChars[f]+(l-this.gb18030.uChars[f]),t[u++]=129+Math.floor(p/12600),p%=12600,t[u++]=48+Math.floor(p/1260),p%=1260,t[u++]=129+Math.floor(p/10),p%=10,t[u++]=48+p;continue}}}p===a&&(p=this.defaultCharSingleByte),p<256?t[u++]=p:p<65536?(t[u++]=p>>8,t[u++]=255&p):(t[u++]=p>>16,t[u++]=p>>8&255,t[u++]=255&p)}return this.seqObj=o,this.leadSurrogate=i,t.slice(0,u)},l.prototype.end=function(){if(-1!==this.leadSurrogate||void 0!==this.seqObj){var e=n.alloc(10),t=0;if(this.seqObj){var i=this.seqObj[-1];void 0!==i&&(i<256?e[t++]=i:(e[t++]=i>>8,e[t++]=255&i)),this.seqObj=void 0}return-1!==this.leadSurrogate&&(e[t++]=this.defaultCharSingleByte,this.leadSurrogate=-1),e.slice(0,t)}},l.prototype.findIdx=d,p.prototype.write=function(e){var t=n.alloc(2*e.length),i=this.nodeIdx,s=this.prevBuf,c=this.prevBuf.length,u=-this.prevBuf.length;c>0&&(s=n.concat([s,e.slice(0,10)]));for(var l=0,p=0;l=0?e[l]:s[l+c];if((h=this.decodeTables[i][m])>=0);else if(h===a)l=u,h=this.defaultCharUnicode.charCodeAt(0);else if(-2===h){var f=u>=0?e.slice(u,l+1):s.slice(u+c,l+1+c),g=12600*(f[0]-129)+1260*(f[1]-48)+10*(f[2]-129)+(f[3]-48),v=d(this.gb18030.gbChars,g);h=this.gb18030.uChars[v]+g-this.gb18030.gbChars[v]}else{if(h<=o){i=o-h;continue}if(!(h<=r))throw new Error("iconv-lite internal error: invalid decoding table value "+h+" at "+i+"/"+m);for(var y=this.decodeTableSeq[r-h],b=0;b>8;h=y[y.length-1]}if(h>65535){h-=65536;var x=55296+Math.floor(h/1024);t[p++]=255&x,t[p++]=x>>8,h=56320+h%1024}t[p++]=255&h,t[p++]=h>>8,i=0,u=l+1}return this.nodeIdx=i,this.prevBuf=u>=0?e.slice(u):s.slice(u+c),t.slice(0,p).toString("ucs2")},p.prototype.end=function(){for(var e="";this.prevBuf.length>0;){e+=this.defaultCharUnicode;var t=this.prevBuf.slice(1);this.prevBuf=n.alloc(0),this.nodeIdx=0,t.length>0&&(e+=this.write(t))}return this.nodeIdx=0,e}},55990:(e,t,i)=>{"use strict";e.exports={shiftjis:{type:"_dbcs",table:function(){return i(64108)},encodeAdd:{"¥":92,"‾":126},encodeSkipVals:[{from:60736,to:63808}]},csshiftjis:"shiftjis",mskanji:"shiftjis",sjis:"shiftjis",windows31j:"shiftjis",ms31j:"shiftjis",xsjis:"shiftjis",windows932:"shiftjis",ms932:"shiftjis",932:"shiftjis",cp932:"shiftjis",eucjp:{type:"_dbcs",table:function(){return i(72417)},encodeAdd:{"¥":92,"‾":126}},gb2312:"cp936",gb231280:"cp936",gb23121980:"cp936",csgb2312:"cp936",csiso58gb231280:"cp936",euccn:"cp936",windows936:"cp936",ms936:"cp936",936:"cp936",cp936:{type:"_dbcs",table:function(){return i(97803)}},gbk:{type:"_dbcs",table:function(){return i(97803).concat(i(37419))}},xgbk:"gbk",isoir58:"gbk",gb18030:{type:"_dbcs",table:function(){return i(97803).concat(i(37419))},gb18030:function(){return i(86351)},encodeSkipVals:[128],encodeAdd:{"€":41699}},chinese:"gb18030",windows949:"cp949",ms949:"cp949",949:"cp949",cp949:{type:"_dbcs",table:function(){return i(87013)}},cseuckr:"cp949",csksc56011987:"cp949",euckr:"cp949",isoir149:"cp949",korean:"cp949",ksc56011987:"cp949",ksc56011989:"cp949",ksc5601:"cp949",windows950:"cp950",ms950:"cp950",950:"cp950",cp950:{type:"_dbcs",table:function(){return i(33104)}},big5:"big5hkscs",big5hkscs:{type:"_dbcs",table:function(){return i(33104).concat(i(43612))},encodeSkipVals:[41676]},cnbig5:"big5hkscs",csbig5:"big5hkscs",xxbig5:"big5hkscs"}},46934:(e,t,i)=>{"use strict";for(var n=[i(1025),i(91279),i(20758),i(59068),i(20288),i(67018),i(60688),i(55990)],a=0;a{"use strict";var n=i(2399).Buffer;function a(e,t){this.enc=e.encodingName,this.bomAware=e.bomAware,"base64"===this.enc?this.encoder=c:"cesu8"===this.enc&&(this.enc="utf8",this.encoder=u,"💩"!==n.from("eda0bdedb2a9","hex").toString()&&(this.decoder=l,this.defaultCharUnicode=t.defaultCharUnicode))}e.exports={utf8:{type:"_internal",bomAware:!0},cesu8:{type:"_internal",bomAware:!0},unicode11utf8:"utf8",ucs2:{type:"_internal",bomAware:!0},utf16le:"ucs2",binary:{type:"_internal"},base64:{type:"_internal"},hex:{type:"_internal"},_internal:a},a.prototype.encoder=s,a.prototype.decoder=o;var r=i(24304).StringDecoder;function o(e,t){r.call(this,t.enc)}function s(e,t){this.enc=t.enc}function c(e,t){this.prevStr=""}function u(e,t){}function l(e,t){this.acc=0,this.contBytes=0,this.accBytes=0,this.defaultCharUnicode=t.defaultCharUnicode}r.prototype.end||(r.prototype.end=function(){}),o.prototype=r.prototype,s.prototype.write=function(e){return n.from(e,this.enc)},s.prototype.end=function(){},c.prototype.write=function(e){var t=(e=this.prevStr+e).length-e.length%4;return this.prevStr=e.slice(t),e=e.slice(0,t),n.from(e,"base64")},c.prototype.end=function(){return n.from(this.prevStr,"base64")},u.prototype.write=function(e){for(var t=n.alloc(3*e.length),i=0,a=0;a>>6),t[i++]=128+(63&r)):(t[i++]=224+(r>>>12),t[i++]=128+(r>>>6&63),t[i++]=128+(63&r))}return t.slice(0,i)},u.prototype.end=function(){},l.prototype.write=function(e){for(var t=this.acc,i=this.contBytes,n=this.accBytes,a="",r=0;r0&&(a+=this.defaultCharUnicode,i=0),o<128?a+=String.fromCharCode(o):o<224?(t=31&o,i=1,n=1):o<240?(t=15&o,i=2,n=1):a+=this.defaultCharUnicode):i>0?(t=t<<6|63&o,n++,0==--i&&(a+=2===n&&t<128&&t>0||3===n&&t<2048?this.defaultCharUnicode:String.fromCharCode(t))):a+=this.defaultCharUnicode}return this.acc=t,this.contBytes=i,this.accBytes=n,a},l.prototype.end=function(){var e=0;return this.contBytes>0&&(e+=this.defaultCharUnicode),e}},59068:(e,t,i)=>{"use strict";var n=i(2399).Buffer;function a(e,t){if(!e)throw new Error("SBCS codec is called without the data.");if(!e.chars||128!==e.chars.length&&256!==e.chars.length)throw new Error("Encoding '"+e.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(128===e.chars.length){for(var i="",a=0;a<128;a++)i+=String.fromCharCode(a);e.chars=i+e.chars}this.decodeBuf=n.from(e.chars,"ucs2");var r=n.alloc(65536,t.defaultCharSingleByte.charCodeAt(0));for(a=0;a{"use strict";e.exports={437:"cp437",737:"cp737",775:"cp775",850:"cp850",852:"cp852",855:"cp855",856:"cp856",857:"cp857",858:"cp858",860:"cp860",861:"cp861",862:"cp862",863:"cp863",864:"cp864",865:"cp865",866:"cp866",869:"cp869",874:"windows874",922:"cp922",1046:"cp1046",1124:"cp1124",1125:"cp1125",1129:"cp1129",1133:"cp1133",1161:"cp1161",1162:"cp1162",1163:"cp1163",1250:"windows1250",1251:"windows1251",1252:"windows1252",1253:"windows1253",1254:"windows1254",1255:"windows1255",1256:"windows1256",1257:"windows1257",1258:"windows1258",28591:"iso88591",28592:"iso88592",28593:"iso88593",28594:"iso88594",28595:"iso88595",28596:"iso88596",28597:"iso88597",28598:"iso88598",28599:"iso88599",28600:"iso885910",28601:"iso885911",28603:"iso885913",28604:"iso885914",28605:"iso885915",28606:"iso885916",windows874:{type:"_sbcs",chars:"€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},win874:"windows874",cp874:"windows874",windows1250:{type:"_sbcs",chars:"€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},win1250:"windows1250",cp1250:"windows1250",windows1251:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},win1251:"windows1251",cp1251:"windows1251",windows1252:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},win1252:"windows1252",cp1252:"windows1252",windows1253:{type:"_sbcs",chars:"€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},win1253:"windows1253",cp1253:"windows1253",windows1254:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},win1254:"windows1254",cp1254:"windows1254",windows1255:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹֺֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"},win1255:"windows1255",cp1255:"windows1255",windows1256:{type:"_sbcs",chars:"€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے"},win1256:"windows1256",cp1256:"windows1256",windows1257:{type:"_sbcs",chars:"€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙"},win1257:"windows1257",cp1257:"windows1257",windows1258:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},win1258:"windows1258",cp1258:"windows1258",iso88591:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28591:"iso88591",iso88592:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ą˘Ł¤ĽŚ§¨ŠŞŤŹ­ŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},cp28592:"iso88592",iso88593:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ħ˘£¤�Ĥ§¨İŞĞĴ­�Ż°ħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙"},cp28593:"iso88593",iso88594:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĸŖ¤ĨĻ§¨ŠĒĢŦ­Ž¯°ą˛ŗ´ĩļˇ¸šēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖ×ØŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙"},cp28594:"iso88594",iso88595:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ"},cp28595:"iso88595",iso88596:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ���¤�������،­�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������"},cp28596:"iso88596",iso88597:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ‘’£€₯¦§¨©ͺ«¬­�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},cp28597:"iso88597",iso88598:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �¢£¤¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"},cp28598:"iso88598",iso88599:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},cp28599:"iso88599",iso885910:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĒĢĪĨĶ§ĻĐŠŦŽ­ŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ"},cp28600:"iso885910",iso885911:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},cp28601:"iso885911",iso885913:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’"},cp28603:"iso885913",iso885914:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ­®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ"},cp28604:"iso885914",iso885915:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥Š§š©ª«¬­®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28605:"iso885915",iso885916:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄąŁ€„Š§š©Ș«Ź­źŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ"},cp28606:"iso885916",cp437:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm437:"cp437",csibm437:"cp437",cp737:{type:"_sbcs",chars:"ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ "},ibm737:"cp737",csibm737:"cp737",cp775:{type:"_sbcs",chars:"ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£ØפĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’­±“¾¶§÷„°∙·¹³²■ "},ibm775:"cp775",csibm775:"cp775",cp850:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø׃áíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ "},ibm850:"cp850",csibm850:"cp850",cp852:{type:"_sbcs",chars:"ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘ꬟Ⱥ«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ "},ibm852:"cp852",csibm852:"cp852",cp855:{type:"_sbcs",chars:"ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№­ыЫзЗшШэЭщЩчЧ§■ "},ibm855:"cp855",csibm855:"cp855",cp856:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´­±‗¾¶§÷¸°¨·¹³²■ "},ibm856:"cp856",csibm856:"cp856",cp857:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞ𿮬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ "},ibm857:"cp857",csibm857:"cp857",cp858:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø׃áíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ "},ibm858:"cp858",csibm858:"cp858",cp860:{type:"_sbcs",chars:"ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñѪº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm860:"cp860",csibm860:"cp860",cp861:{type:"_sbcs",chars:"ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm861:"cp861",csibm861:"cp861",cp862:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm862:"cp862",csibm862:"cp862",cp863:{type:"_sbcs",chars:"ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm863:"cp863",csibm863:"cp863",cp864:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�"},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ "},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ "},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖ×ØÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"ﺈ×÷ﹱˆ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�"},ibm1046:"cp1046",csibm1046:"cp1046",cp1124:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ"},ibm1124:"cp1124",csibm1124:"cp1124",cp1125:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ "},ibm1125:"cp1125",csibm1125:"cp1125",cp1129:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1129:"cp1129",csibm1129:"cp1129",cp1133:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�"},ibm1133:"cp1133",csibm1133:"cp1133",cp1161:{type:"_sbcs",chars:"��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ "},ibm1161:"cp1161",csibm1161:"cp1161",cp1162:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},ibm1162:"cp1162",csibm1162:"cp1162",cp1163:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1163:"cp1163",csibm1163:"cp1163",maccroatian:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈Ć«Č… ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ"},maccyrillic:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},macgreek:{type:"_sbcs",chars:"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�"},maciceland:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüÝ°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macroman:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macromania:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macthai:{type:"_sbcs",chars:"«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู\ufeff​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����"},macturkish:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ"},macukraine:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},koi8r:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8u:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8ru:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8t:{type:"_sbcs",chars:"қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},armscii8:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�"},rk1048:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},tcvn:{type:"_sbcs",chars:"\0ÚỤỪỬỮ\b\t\n\v\f\rỨỰỲỶỸÝỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ"},georgianacademy:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},georgianps:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},pt154:{type:"_sbcs",chars:"ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},viscii:{type:"_sbcs",chars:"\0ẲẴẪ\b\t\n\v\f\rỶỸỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ"},iso646cn:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},iso646jp:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},hproman8:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�"},macintosh:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},ascii:{type:"_sbcs",chars:"��������������������������������������������������������������������������������������������������������������������������������"},tis620:{type:"_sbcs",chars:"���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"}}},20288:e=>{"use strict";e.exports={10029:"maccenteuro",maccenteuro:{type:"_sbcs",chars:"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ"},808:"cp808",ibm808:"cp808",cp808:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "},mik:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ascii8bit:"ascii",usascii:"ascii",ansix34:"ascii",ansix341968:"ascii",ansix341986:"ascii",csascii:"ascii",cp367:"ascii",ibm367:"ascii",isoir6:"ascii",iso646us:"ascii",iso646irv:"ascii",us:"ascii",latin1:"iso88591",latin2:"iso88592",latin3:"iso88593",latin4:"iso88594",latin5:"iso88599",latin6:"iso885910",latin7:"iso885913",latin8:"iso885914",latin9:"iso885915",latin10:"iso885916",csisolatin1:"iso88591",csisolatin2:"iso88592",csisolatin3:"iso88593",csisolatin4:"iso88594",csisolatincyrillic:"iso88595",csisolatinarabic:"iso88596",csisolatingreek:"iso88597",csisolatinhebrew:"iso88598",csisolatin5:"iso88599",csisolatin6:"iso885910",l1:"iso88591",l2:"iso88592",l3:"iso88593",l4:"iso88594",l5:"iso88599",l6:"iso885910",l7:"iso885913",l8:"iso885914",l9:"iso885915",l10:"iso885916",isoir14:"iso646jp",isoir57:"iso646cn",isoir100:"iso88591",isoir101:"iso88592",isoir109:"iso88593",isoir110:"iso88594",isoir144:"iso88595",isoir127:"iso88596",isoir126:"iso88597",isoir138:"iso88598",isoir148:"iso88599",isoir157:"iso885910",isoir166:"tis620",isoir179:"iso885913",isoir199:"iso885914",isoir203:"iso885915",isoir226:"iso885916",cp819:"iso88591",ibm819:"iso88591",cyrillic:"iso88595",arabic:"iso88596",arabic8:"iso88596",ecma114:"iso88596",asmo708:"iso88596",greek:"iso88597",greek8:"iso88597",ecma118:"iso88597",elot928:"iso88597",hebrew:"iso88598",hebrew8:"iso88598",turkish:"iso88599",turkish8:"iso88599",thai:"iso885911",thai8:"iso885911",celtic:"iso885914",celtic8:"iso885914",isoceltic:"iso885914",tis6200:"tis620",tis62025291:"tis620",tis62025330:"tis620",1e4:"macroman",10006:"macgreek",10007:"maccyrillic",10079:"maciceland",10081:"macturkish",cspc8codepage437:"cp437",cspc775baltic:"cp775",cspc850multilingual:"cp850",cspcp852:"cp852",cspc862latinhebrew:"cp862",cpgr:"cp869",msee:"cp1250",mscyrl:"cp1251",msansi:"cp1252",msgreek:"cp1253",msturk:"cp1254",mshebr:"cp1255",msarab:"cp1256",winbaltrim:"cp1257",cp20866:"koi8r",20866:"koi8r",ibm878:"koi8r",cskoi8r:"koi8r",cp21866:"koi8u",21866:"koi8u",ibm1168:"koi8u",strk10482002:"rk1048",tcvn5712:"tcvn",tcvn57121:"tcvn",gb198880:"iso646cn",cn:"iso646cn",csiso14jisc6220ro:"iso646jp",jisc62201969ro:"iso646jp",jp:"iso646jp",cshproman8:"hproman8",r8:"hproman8",roman8:"hproman8",xroman8:"hproman8",ibm1051:"hproman8",mac:"macintosh",csmacintosh:"macintosh"}},43612:e=>{"use strict";e.exports=JSON.parse('[["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"],["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"],["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆㓦珄𥶹瓆鿇垳䤯呌䄱𣚎堘穲𧭥讏䚮𦺈䆁𥶙箮𢒼鿈𢓁𢓉𢓌鿉蔄𣖻䂴鿊䓡𪷿拁灮鿋"],["8840","㇀",4,"𠄌㇅𠃑𠃍㇆㇇𠃋𡿨㇈𠃊㇉㇊㇋㇌𠄎㇍㇎ĀÁǍÀĒÉĚÈŌÓǑÒ࿿Ê̄Ế࿿Ê̌ỀÊāáǎàɑēéěèīíǐìōóǒòūúǔùǖǘǚ"],["88a1","ǜü࿿ê̄ế࿿ê̌ềêɡ⏚⏛"],["8940","𪎩𡅅"],["8943","攊"],["8946","丽滝鵎釟"],["894c","𧜵撑会伨侨兖兴农凤务动医华发变团声处备夲头学实実岚庆总斉柾栄桥济炼电纤纬纺织经统缆缷艺苏药视设询车轧轮"],["89a1","琑糼緍楆竉刧"],["89ab","醌碸酞肼"],["89b0","贋胶𠧧"],["89b5","肟黇䳍鷉鸌䰾𩷶𧀎鸊𪄳㗁"],["89c1","溚舾甙"],["89c5","䤑马骏龙禇𨑬𡷊𠗐𢫦两亁亀亇亿仫伷㑌侽㹈倃傈㑽㒓㒥円夅凛凼刅争剹劐匧㗇厩㕑厰㕓参吣㕭㕲㚁咓咣咴咹哐哯唘唣唨㖘唿㖥㖿嗗㗅"],["8a40","𧶄唥"],["8a43","𠱂𠴕𥄫喐𢳆㧬𠍁蹆𤶸𩓥䁓𨂾睺𢰸㨴䟕𨅝𦧲𤷪擝𠵼𠾴𠳕𡃴撍蹾𠺖𠰋𠽤𢲩𨉖𤓓"],["8a64","𠵆𩩍𨃩䟴𤺧𢳂骲㩧𩗴㿭㔆𥋇𩟔𧣈𢵄鵮頕"],["8a76","䏙𦂥撴哣𢵌𢯊𡁷㧻𡁯"],["8aa1","𦛚𦜖𧦠擪𥁒𠱃蹨𢆡𨭌𠜱"],["8aac","䠋𠆩㿺塳𢶍"],["8ab2","𤗈𠓼𦂗𠽌𠶖啹䂻䎺"],["8abb","䪴𢩦𡂝膪飵𠶜捹㧾𢝵跀嚡摼㹃"],["8ac9","𪘁𠸉𢫏𢳉"],["8ace","𡃈𣧂㦒㨆𨊛㕸𥹉𢃇噒𠼱𢲲𩜠㒼氽𤸻"],["8adf","𧕴𢺋𢈈𪙛𨳍𠹺𠰴𦠜羓𡃏𢠃𢤹㗻𥇣𠺌𠾍𠺪㾓𠼰𠵇𡅏𠹌"],["8af6","𠺫𠮩𠵈𡃀𡄽㿹𢚖搲𠾭"],["8b40","𣏴𧘹𢯎𠵾𠵿𢱑𢱕㨘𠺘𡃇𠼮𪘲𦭐𨳒𨶙𨳊閪哌苄喹"],["8b55","𩻃鰦骶𧝞𢷮煀腭胬尜𦕲脴㞗卟𨂽醶𠻺𠸏𠹷𠻻㗝𤷫㘉𠳖嚯𢞵𡃉𠸐𠹸𡁸𡅈𨈇𡑕𠹹𤹐𢶤婔𡀝𡀞𡃵𡃶垜𠸑"],["8ba1","𧚔𨋍𠾵𠹻𥅾㜃𠾶𡆀𥋘𪊽𤧚𡠺𤅷𨉼墙剨㘚𥜽箲孨䠀䬬鼧䧧鰟鮍𥭴𣄽嗻㗲嚉丨夂𡯁屮靑𠂆乛亻㔾尣彑忄㣺扌攵歺氵氺灬爫丬犭𤣩罒礻糹罓𦉪㓁"],["8bde","𦍋耂肀𦘒𦥑卝衤见𧢲讠贝钅镸长门𨸏韦页风飞饣𩠐鱼鸟黄歯龜丷𠂇阝户钢"],["8c40","倻淾𩱳龦㷉袏𤅎灷峵䬠𥇍㕙𥴰愢𨨲辧釶熑朙玺𣊁𪄇㲋𡦀䬐磤琂冮𨜏䀉橣𪊺䈣蘏𠩯稪𩥇𨫪靕灍匤𢁾鏴盙𨧣龧矝亣俰傼丯众龨吴綋墒壐𡶶庒庙忂𢜒斋"],["8ca1","𣏹椙橃𣱣泿"],["8ca7","爀𤔅玌㻛𤨓嬕璹讃𥲤𥚕窓篬糃繬苸薗龩袐龪躹龫迏蕟駠鈡龬𨶹𡐿䁱䊢娚"],["8cc9","顨杫䉶圽"],["8cce","藖𤥻芿𧄍䲁𦵴嵻𦬕𦾾龭龮宖龯曧繛湗秊㶈䓃𣉖𢞖䎚䔶"],["8ce6","峕𣬚諹屸㴒𣕑嵸龲煗䕘𤃬𡸣䱷㥸㑊𠆤𦱁諌侴𠈹妿腬顖𩣺弻"],["8d40","𠮟"],["8d42","𢇁𨥭䄂䚻𩁹㼇龳𪆵䃸㟖䛷𦱆䅼𨚲𧏿䕭㣔𥒚䕡䔛䶉䱻䵶䗪㿈𤬏㙡䓞䒽䇭崾嵈嵖㷼㠏嶤嶹㠠㠸幂庽弥徃㤈㤔㤿㥍惗愽峥㦉憷憹懏㦸戬抐拥挘㧸嚱"],["8da1","㨃揢揻搇摚㩋擀崕嘡龟㪗斆㪽旿晓㫲暒㬢朖㭂枤栀㭘桊梄㭲㭱㭻椉楃牜楤榟榅㮼槖㯝橥橴橱檂㯬檙㯲檫檵櫔櫶殁毁毪汵沪㳋洂洆洦涁㳯涤涱渕渘温溆𨧀溻滢滚齿滨滩漤漴㵆𣽁澁澾㵪㵵熷岙㶊瀬㶑灐灔灯灿炉𠌥䏁㗱𠻘"],["8e40","𣻗垾𦻓焾𥟠㙎榢𨯩孴穉𥣡𩓙穥穽𥦬窻窰竂竃燑𦒍䇊竚竝竪䇯咲𥰁笋筕笩𥌎𥳾箢筯莜𥮴𦱿篐萡箒箸𥴠㶭𥱥蒒篺簆簵𥳁籄粃𤢂粦晽𤕸糉糇糦籴糳糵糎"],["8ea1","繧䔝𦹄絝𦻖璍綉綫焵綳緒𤁗𦀩緤㴓緵𡟹緥𨍭縝𦄡𦅚繮纒䌫鑬縧罀罁罇礶𦋐駡羗𦍑羣𡙡𠁨䕜𣝦䔃𨌺翺𦒉者耈耝耨耯𪂇𦳃耻耼聡𢜔䦉𦘦𣷣𦛨朥肧𨩈脇脚墰𢛶汿𦒘𤾸擧𡒊舘𡡞橓𤩥𤪕䑺舩𠬍𦩒𣵾俹𡓽蓢荢𦬊𤦧𣔰𡝳𣷸芪椛芳䇛"],["8f40","蕋苐茚𠸖𡞴㛁𣅽𣕚艻苢茘𣺋𦶣𦬅𦮗𣗎㶿茝嗬莅䔋𦶥莬菁菓㑾𦻔橗蕚㒖𦹂𢻯葘𥯤葱㷓䓤檧葊𣲵祘蒨𦮖𦹷𦹃蓞萏莑䒠蒓蓤𥲑䉀𥳀䕃蔴嫲𦺙䔧蕳䔖枿蘖"],["8fa1","𨘥𨘻藁𧂈蘂𡖂𧃍䕫䕪蘨㙈𡢢号𧎚虾蝱𪃸蟮𢰧螱蟚蠏噡虬桖䘏衅衆𧗠𣶹𧗤衞袜䙛袴袵揁装睷𧜏覇覊覦覩覧覼𨨥觧𧤤𧪽誜瞓釾誐𧩙竩𧬺𣾏䜓𧬸煼謌謟𥐰𥕥謿譌譍誩𤩺讐讛誯𡛟䘕衏貛𧵔𧶏貫㜥𧵓賖𧶘𧶽贒贃𡤐賛灜贑𤳉㻐起"],["9040","趩𨀂𡀔𤦊㭼𨆼𧄌竧躭躶軃鋔輙輭𨍥𨐒辥錃𪊟𠩐辳䤪𨧞𨔽𣶻廸𣉢迹𪀔𨚼𨔁𢌥㦀𦻗逷𨔼𧪾遡𨕬𨘋邨𨜓郄𨛦邮都酧㫰醩釄粬𨤳𡺉鈎沟鉁鉢𥖹銹𨫆𣲛𨬌𥗛"],["90a1","𠴱錬鍫𨫡𨯫炏嫃𨫢𨫥䥥鉄𨯬𨰹𨯿鍳鑛躼閅閦鐦閠濶䊹𢙺𨛘𡉼𣸮䧟氜陻隖䅬隣𦻕懚隶磵𨫠隽双䦡𦲸𠉴𦐐𩂯𩃥𤫑𡤕𣌊霱虂霶䨏䔽䖅𤫩灵孁霛靜𩇕靗孊𩇫靟鐥僐𣂷𣂼鞉鞟鞱鞾韀韒韠𥑬韮琜𩐳響韵𩐝𧥺䫑頴頳顋顦㬎𧅵㵑𠘰𤅜"],["9140","𥜆飊颷飈飇䫿𦴧𡛓喰飡飦飬鍸餹𤨩䭲𩡗𩤅駵騌騻騐驘𥜥㛄𩂱𩯕髠髢𩬅髴䰎鬔鬭𨘀倴鬴𦦨㣃𣁽魐魀𩴾婅𡡣鮎𤉋鰂鯿鰌𩹨鷔𩾷𪆒𪆫𪃡𪄣𪇟鵾鶃𪄴鸎梈"],["91a1","鷄𢅛𪆓𪈠𡤻𪈳鴹𪂹𪊴麐麕麞麢䴴麪麯𤍤黁㭠㧥㴝伲㞾𨰫鼂鼈䮖鐤𦶢鼗鼖鼹嚟嚊齅馸𩂋韲葿齢齩竜龎爖䮾𤥵𤦻煷𤧸𤍈𤩑玞𨯚𡣺禟𨥾𨸶鍩鏳𨩄鋬鎁鏋𨥬𤒹爗㻫睲穃烐𤑳𤏸煾𡟯炣𡢾𣖙㻇𡢅𥐯𡟸㜢𡛻𡠹㛡𡝴𡣑𥽋㜣𡛀坛𤨥𡏾𡊨"],["9240","𡏆𡒶蔃𣚦蔃葕𤦔𧅥𣸱𥕜𣻻𧁒䓴𣛮𩦝𦼦柹㜳㰕㷧塬𡤢栐䁗𣜿𤃡𤂋𤄏𦰡哋嚞𦚱嚒𠿟𠮨𠸍鏆𨬓鎜仸儫㠙𤐶亼𠑥𠍿佋侊𥙑婨𠆫𠏋㦙𠌊𠐔㐵伩𠋀𨺳𠉵諚𠈌亘"],["92a1","働儍侢伃𤨎𣺊佂倮偬傁俌俥偘僼兙兛兝兞湶𣖕𣸹𣺿浲𡢄𣺉冨凃𠗠䓝𠒣𠒒𠒑赺𨪜𠜎剙劤𠡳勡鍮䙺熌𤎌𠰠𤦬𡃤槑𠸝瑹㻞璙琔瑖玘䮎𤪼𤂍叐㖄爏𤃉喴𠍅响𠯆圝鉝雴鍦埝垍坿㘾壋媙𨩆𡛺𡝯𡜐娬妸銏婾嫏娒𥥆𡧳𡡡𤊕㛵洅瑃娡𥺃"],["9340","媁𨯗𠐓鏠璌𡌃焅䥲鐈𨧻鎽㞠尞岞幞幈𡦖𡥼𣫮廍孏𡤃𡤄㜁𡢠㛝𡛾㛓脪𨩇𡶺𣑲𨦨弌弎𡤧𡞫婫𡜻孄蘔𧗽衠恾𢡠𢘫忛㺸𢖯𢖾𩂈𦽳懀𠀾𠁆𢘛憙憘恵𢲛𢴇𤛔𩅍"],["93a1","摱𤙥𢭪㨩𢬢𣑐𩣪𢹸挷𪑛撶挱揑𤧣𢵧护𢲡搻敫楲㯴𣂎𣊭𤦉𣊫唍𣋠𡣙𩐿曎𣊉𣆳㫠䆐𥖄𨬢𥖏𡛼𥕛𥐥磮𣄃𡠪𣈴㑤𣈏𣆂𤋉暎𦴤晫䮓昰𧡰𡷫晣𣋒𣋡昞𥡲㣑𣠺𣞼㮙𣞢𣏾瓐㮖枏𤘪梶栞㯄檾㡣𣟕𤒇樳橒櫉欅𡤒攑梘橌㯗橺歗𣿀𣲚鎠鋲𨯪𨫋"],["9440","銉𨀞𨧜鑧涥漋𤧬浧𣽿㶏渄𤀼娽渊塇洤硂焻𤌚𤉶烱牐犇犔𤞏𤜥兹𤪤𠗫瑺𣻸𣙟𤩊𤤗𥿡㼆㺱𤫟𨰣𣼵悧㻳瓌琼鎇琷䒟𦷪䕑疃㽣𤳙𤴆㽘畕癳𪗆㬙瑨𨫌𤦫𤦎㫻"],["94a1","㷍𤩎㻿𤧅𤣳釺圲鍂𨫣𡡤僟𥈡𥇧睸𣈲眎眏睻𤚗𣞁㩞𤣰琸璛㺿𤪺𤫇䃈𤪖𦆮錇𥖁砞碍碈磒珐祙𧝁𥛣䄎禛蒖禥樭𣻺稺秴䅮𡛦䄲鈵秱𠵌𤦌𠊙𣶺𡝮㖗啫㕰㚪𠇔𠰍竢婙𢛵𥪯𥪜娍𠉛磰娪𥯆竾䇹籝籭䈑𥮳𥺼𥺦糍𤧹𡞰粎籼粮檲緜縇緓罎𦉡"],["9540","𦅜𧭈綗𥺂䉪𦭵𠤖柖𠁎𣗏埄𦐒𦏸𤥢翝笧𠠬𥫩𥵃笌𥸎駦虅驣樜𣐿㧢𤧷𦖭騟𦖠蒀𧄧𦳑䓪脷䐂胆脉腂𦞴飃𦩂艢艥𦩑葓𦶧蘐𧈛媆䅿𡡀嬫𡢡嫤𡣘蚠蜨𣶏蠭𧐢娂"],["95a1","衮佅袇袿裦襥襍𥚃襔𧞅𧞄𨯵𨯙𨮜𨧹㺭蒣䛵䛏㟲訽訜𩑈彍鈫𤊄旔焩烄𡡅鵭貟賩𧷜妚矃姰䍮㛔踪躧𤰉輰轊䋴汘澻𢌡䢛潹溋𡟚鯩㚵𤤯邻邗啱䤆醻鐄𨩋䁢𨫼鐧𨰝𨰻蓥訫閙閧閗閖𨴴瑅㻂𤣿𤩂𤏪㻧𣈥随𨻧𨹦𨹥㻌𤧭𤩸𣿮琒瑫㻼靁𩂰"],["9640","桇䨝𩂓𥟟靝鍨𨦉𨰦𨬯𦎾銺嬑譩䤼珹𤈛鞛靱餸𠼦巁𨯅𤪲頟𩓚鋶𩗗釥䓀𨭐𤩧𨭤飜𨩅㼀鈪䤥萔餻饍𧬆㷽馛䭯馪驜𨭥𥣈檏騡嫾騯𩣱䮐𩥈馼䮽䮗鍽塲𡌂堢𤦸"],["96a1","𡓨硄𢜟𣶸棅㵽鑘㤧慐𢞁𢥫愇鱏鱓鱻鰵鰐魿鯏𩸭鮟𪇵𪃾鴡䲮𤄄鸘䲰鴌𪆴𪃭𪃳𩤯鶥蒽𦸒𦿟𦮂藼䔳𦶤𦺄𦷰萠藮𦸀𣟗𦁤秢𣖜𣙀䤭𤧞㵢鏛銾鍈𠊿碹鉷鑍俤㑀遤𥕝砽硔碶硋𡝗𣇉𤥁㚚佲濚濙瀞瀞吔𤆵垻壳垊鴖埗焴㒯𤆬燫𦱀𤾗嬨𡞵𨩉"],["9740","愌嫎娋䊼𤒈㜬䭻𨧼鎻鎸𡣖𠼝葲𦳀𡐓𤋺𢰦𤏁妔𣶷𦝁綨𦅛𦂤𤦹𤦋𨧺鋥珢㻩璴𨭣𡢟㻡𤪳櫘珳珻㻖𤨾𤪔𡟙𤩦𠎧𡐤𤧥瑈𤤖炥𤥶銄珦鍟𠓾錱𨫎𨨖鎆𨯧𥗕䤵𨪂煫"],["97a1","𤥃𠳿嚤𠘚𠯫𠲸唂秄𡟺緾𡛂𤩐𡡒䔮鐁㜊𨫀𤦭妰𡢿𡢃𧒄媡㛢𣵛㚰鉟婹𨪁𡡢鍴㳍𠪴䪖㦊僴㵩㵌𡎜煵䋻𨈘渏𩃤䓫浗𧹏灧沯㳖𣿭𣸭渂漌㵯𠏵畑㚼㓈䚀㻚䡱姄鉮䤾轁𨰜𦯀堒埈㛖𡑒烾𤍢𤩱𢿣𡊰𢎽梹楧𡎘𣓥𧯴𣛟𨪃𣟖𣏺𤲟樚𣚭𦲷萾䓟䓎"],["9840","𦴦𦵑𦲂𦿞漗𧄉茽𡜺菭𦲀𧁓𡟛妉媂𡞳婡婱𡤅𤇼㜭姯𡜼㛇熎鎐暚𤊥婮娫𤊓樫𣻹𧜶𤑛𤋊焝𤉙𨧡侰𦴨峂𤓎𧹍𤎽樌𤉖𡌄炦焳𤏩㶥泟勇𤩏繥姫崯㷳彜𤩝𡟟綤萦"],["98a1","咅𣫺𣌀𠈔坾𠣕𠘙㿥𡾞𪊶瀃𩅛嵰玏糓𨩙𩐠俈翧狍猐𧫴猸猹𥛶獁獈㺩𧬘遬燵𤣲珡臶㻊県㻑沢国琙琞琟㻢㻰㻴㻺瓓㼎㽓畂畭畲疍㽼痈痜㿀癍㿗癴㿜発𤽜熈嘣覀塩䀝睃䀹条䁅㗛瞘䁪䁯属瞾矋売砘点砜䂨砹硇硑硦葈𥔵礳栃礲䄃"],["9940","䄉禑禙辻稆込䅧窑䆲窼艹䇄竏竛䇏両筢筬筻簒簛䉠䉺类粜䊌粸䊔糭输烀𠳏総緔緐緽羮羴犟䎗耠耥笹耮耱联㷌垴炠肷胩䏭脌猪脎脒畠脔䐁㬹腖腙腚"],["99a1","䐓堺腼膄䐥膓䐭膥埯臁臤艔䒏芦艶苊苘苿䒰荗险榊萅烵葤惣蒈䔄蒾蓡蓸蔐蔸蕒䔻蕯蕰藠䕷虲蚒蚲蛯际螋䘆䘗袮裿褤襇覑𧥧訩訸誔誴豑賔賲贜䞘塟跃䟭仮踺嗘坔蹱嗵躰䠷軎転軤軭軲辷迁迊迌逳駄䢭飠鈓䤞鈨鉘鉫銱銮銿"],["9a40","鋣鋫鋳鋴鋽鍃鎄鎭䥅䥑麿鐗匁鐝鐭鐾䥪鑔鑹锭関䦧间阳䧥枠䨤靀䨵鞲韂噔䫤惨颹䬙飱塄餎餙冴餜餷饂饝饢䭰駅䮝騼鬏窃魩鮁鯝鯱鯴䱭鰠㝯𡯂鵉鰺"],["9aa1","黾噐鶓鶽鷀鷼银辶鹻麬麱麽黆铜黢黱黸竈齄𠂔𠊷𠎠椚铃妬𠓗塀铁㞹𠗕𠘕𠙶𡚺块煳𠫂𠫍𠮿呪吆𠯋咞𠯻𠰻𠱓𠱥𠱼惧𠲍噺𠲵𠳝𠳭𠵯𠶲𠷈楕鰯螥𠸄𠸎𠻗𠾐𠼭𠹳尠𠾼帋𡁜𡁏𡁶朞𡁻𡂈𡂖㙇𡂿𡃓𡄯𡄻卤蒭𡋣𡍵𡌶讁𡕷𡘙𡟃𡟇乸炻𡠭𡥪"],["9b40","𡨭𡩅𡰪𡱰𡲬𡻈拃𡻕𡼕熘桕𢁅槩㛈𢉼𢏗𢏺𢜪𢡱𢥏苽𢥧𢦓𢫕覥𢫨辠𢬎鞸𢬿顇骽𢱌"],["9b62","𢲈𢲷𥯨𢴈𢴒𢶷𢶕𢹂𢽴𢿌𣀳𣁦𣌟𣏞徱晈暿𧩹𣕧𣗳爁𤦺矗𣘚𣜖纇𠍆墵朎"],["9ba1","椘𣪧𧙗𥿢𣸑𣺹𧗾𢂚䣐䪸𤄙𨪚𤋮𤌍𤀻𤌴𤎖𤩅𠗊凒𠘑妟𡺨㮾𣳿𤐄𤓖垈𤙴㦛𤜯𨗨𩧉㝢𢇃譞𨭎駖𤠒𤣻𤨕爉𤫀𠱸奥𤺥𤾆𠝹軚𥀬劏圿煱𥊙𥐙𣽊𤪧喼𥑆𥑮𦭒釔㑳𥔿𧘲𥕞䜘𥕢𥕦𥟇𤤿𥡝偦㓻𣏌惞𥤃䝼𨥈𥪮𥮉𥰆𡶐垡煑澶𦄂𧰒遖𦆲𤾚譢𦐂𦑊"],["9c40","嵛𦯷輶𦒄𡤜諪𤧶𦒈𣿯𦔒䯀𦖿𦚵𢜛鑥𥟡憕娧晉侻嚹𤔡𦛼乪𤤴陖涏𦲽㘘襷𦞙𦡮𦐑𦡞營𦣇筂𩃀𠨑𦤦鄄𦤹穅鷰𦧺騦𦨭㙟𦑩𠀡禃𦨴𦭛崬𣔙菏𦮝䛐𦲤画补𦶮墶"],["9ca1","㜜𢖍𧁋𧇍㱔𧊀𧊅銁𢅺𧊋錰𧋦𤧐氹钟𧑐𠻸蠧裵𢤦𨑳𡞱溸𤨪𡠠㦤㚹尐秣䔿暶𩲭𩢤襃𧟌𧡘囖䃟𡘊㦡𣜯𨃨𡏅熭荦𧧝𩆨婧䲷𧂯𨦫𧧽𧨊𧬋𧵦𤅺筃祾𨀉澵𪋟樃𨌘厢𦸇鎿栶靝𨅯𨀣𦦵𡏭𣈯𨁈嶅𨰰𨂃圕頣𨥉嶫𤦈斾槕叒𤪥𣾁㰑朶𨂐𨃴𨄮𡾡𨅏"],["9d40","𨆉𨆯𨈚𨌆𨌯𨎊㗊𨑨𨚪䣺揦𨥖砈鉕𨦸䏲𨧧䏟𨧨𨭆𨯔姸𨰉輋𨿅𩃬筑𩄐𩄼㷷𩅞𤫊运犏嚋𩓧𩗩𩖰𩖸𩜲𩣑𩥉𩥪𩧃𩨨𩬎𩵚𩶛纟𩻸𩼣䲤镇𪊓熢𪋿䶑递𪗋䶜𠲜达嗁"],["9da1","辺𢒰边𤪓䔉繿潖檱仪㓤𨬬𧢝㜺躀𡟵𨀤𨭬𨮙𧨾𦚯㷫𧙕𣲷𥘵𥥖亚𥺁𦉘嚿𠹭踎孭𣺈𤲞揞拐𡟶𡡻攰嘭𥱊吚𥌑㷆𩶘䱽嘢嘞罉𥻘奵𣵀蝰东𠿪𠵉𣚺脗鵞贘瘻鱅癎瞹鍅吲腈苷嘥脲萘肽嗪祢噃吖𠺝㗎嘅嗱曱𨋢㘭甴嗰喺咗啲𠱁𠲖廐𥅈𠹶𢱢"],["9e40","𠺢麫絚嗞𡁵抝靭咔賍燶酶揼掹揾啩𢭃鱲𢺳冚㓟𠶧冧呍唞唓癦踭𦢊疱肶蠄螆裇膶萜𡃁䓬猄𤜆宐茋𦢓噻𢛴𧴯𤆣𧵳𦻐𧊶酰𡇙鈈𣳼𪚩𠺬𠻹牦𡲢䝎𤿂𧿹𠿫䃺"],["9ea1","鱝攟𢶠䣳𤟠𩵼𠿬𠸊恢𧖣𠿭"],["9ead","𦁈𡆇熣纎鵐业丄㕷嬍沲卧㚬㧜卽㚥𤘘墚𤭮舭呋垪𥪕𠥹"],["9ec5","㩒𢑥獴𩺬䴉鯭𣳾𩼰䱛𤾩𩖞𩿞葜𣶶𧊲𦞳𣜠挮紥𣻷𣸬㨪逈勌㹴㙺䗩𠒎癀嫰𠺶硺𧼮墧䂿噼鮋嵴癔𪐴麅䳡痹㟻愙𣃚𤏲"],["9ef5","噝𡊩垧𤥣𩸆刴𧂮㖭汊鵼"],["9f40","籖鬹埞𡝬屓擓𩓐𦌵𧅤蚭𠴨𦴢𤫢𠵱"],["9f4f","凾𡼏嶎霃𡷑麁遌笟鬂峑箣扨挵髿篏鬪籾鬮籂粆鰕篼鬉鼗鰛𤤾齚啳寃俽麘俲剠㸆勑坧偖妷帒韈鶫轜呩鞴饀鞺匬愰"],["9fa1","椬叚鰊鴂䰻陁榀傦畆𡝭駚剳"],["9fae","酙隁酜"],["9fb2","酑𨺗捿𦴣櫊嘑醎畺抅𠏼獏籰𥰡𣳽"],["9fc1","𤤙盖鮝个𠳔莾衂"],["9fc9","届槀僭坺刟巵从氱𠇲伹咜哚劚趂㗾弌㗳"],["9fdb","歒酼龥鮗頮颴骺麨麄煺笔"],["9fe7","毺蠘罸"],["9feb","嘠𪙊蹷齓"],["9ff0","跔蹏鸜踁抂𨍽踨蹵竓𤩷稾磘泪詧瘇"],["a040","𨩚鼦泎蟖痃𪊲硓咢贌狢獱謭猂瓱賫𤪻蘯徺袠䒷"],["a055","𡠻𦸅"],["a058","詾𢔛"],["a05b","惽癧髗鵄鍮鮏蟵"],["a063","蠏賷猬霡鮰㗖犲䰇籑饊𦅙慙䰄麖慽"],["a073","坟慯抦戹拎㩜懢厪𣏵捤栂㗒"],["a0a1","嵗𨯂迚𨸹"],["a0a6","僙𡵆礆匲阸𠼻䁥"],["a0ae","矾"],["a0b0","糂𥼚糚稭聦聣絍甅瓲覔舚朌聢𧒆聛瓰脃眤覉𦟌畓𦻑螩蟎臈螌詉貭譃眫瓸蓚㘵榲趦"],["a0d4","覩瑨涹蟁𤀑瓧㷛煶悤憜㳑煢恷"],["a0e2","罱𨬭牐惩䭾删㰘𣳇𥻗𧙖𥔱𡥄𡋾𩤃𦷜𧂭峁𦆭𨨏𣙷𠃮𦡆𤼎䕢嬟𦍌齐麦𦉫"],["a3c0","␀",31,"␡"],["c6a1","①",9,"⑴",9,"ⅰ",9,"丶丿亅亠冂冖冫勹匸卩厶夊宀巛⼳广廴彐彡攴无疒癶辵隶¨ˆヽヾゝゞ〃仝々〆〇ー[]✽ぁ",23],["c740","す",58,"ァアィイ"],["c7a1","ゥ",81,"А",5,"ЁЖ",4],["c840","Л",26,"ёж",25,"⇧↸↹㇏𠃌乚𠂊刂䒑"],["c8a1","龰冈龱𧘇"],["c8cd","¬¦'"㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣"],["c8f5","ʃɐɛɔɵœøŋʊɪ"],["f9fe","■"],["fa40","𠕇鋛𠗟𣿅蕌䊵珯况㙉𤥂𨧤鍄𡧛苮𣳈砼杄拟𤤳𨦪𠊠𦮳𡌅侫𢓭倈𦴩𧪄𣘀𤪱𢔓倩𠍾徤𠎀𠍇滛𠐟偽儁㑺儎顬㝃萖𤦤𠒇兠𣎴兪𠯿𢃼𠋥𢔰𠖎𣈳𡦃宂蝽𠖳𣲙冲冸"],["faa1","鴴凉减凑㳜凓𤪦决凢卂凭菍椾𣜭彻刋刦刼劵剗劔効勅簕蕂勠蘍𦬓包𨫞啉滙𣾀𠥔𣿬匳卄𠯢泋𡜦栛珕恊㺪㣌𡛨燝䒢卭却𨚫卾卿𡖖𡘓矦厓𨪛厠厫厮玧𥝲㽙玜叁叅汉义埾叙㪫𠮏叠𣿫𢶣叶𠱷吓灹唫晗浛呭𦭓𠵴啝咏咤䞦𡜍𠻝㶴𠵍"],["fb40","𨦼𢚘啇䳭启琗喆喩嘅𡣗𤀺䕒𤐵暳𡂴嘷曍𣊊暤暭噍噏磱囱鞇叾圀囯园𨭦㘣𡉏坆𤆥汮炋坂㚱𦱾埦𡐖堃𡑔𤍣堦𤯵塜墪㕡壠壜𡈼壻寿坃𪅐𤉸鏓㖡够梦㛃湙"],["fba1","𡘾娤啓𡚒蔅姉𠵎𦲁𦴪𡟜姙𡟻𡞲𦶦浱𡠨𡛕姹𦹅媫婣㛦𤦩婷㜈媖瑥嫓𦾡𢕔㶅𡤑㜲𡚸広勐孶斈孼𧨎䀄䡝𠈄寕慠𡨴𥧌𠖥寳宝䴐尅𡭄尓珎尔𡲥𦬨屉䣝岅峩峯嶋𡷹𡸷崐崘嵆𡺤岺巗苼㠭𤤁𢁉𢅳芇㠶㯂帮檊幵幺𤒼𠳓厦亷廐厨𡝱帉廴𨒂"],["fc40","廹廻㢠廼栾鐛弍𠇁弢㫞䢮𡌺强𦢈𢏐彘𢑱彣鞽𦹮彲鍀𨨶徧嶶㵟𥉐𡽪𧃸𢙨釖𠊞𨨩怱暅𡡷㥣㷇㘹垐𢞴祱㹀悞悤悳𤦂𤦏𧩓璤僡媠慤萤慂慈𦻒憁凴𠙖憇宪𣾷"],["fca1","𢡟懓𨮝𩥝懐㤲𢦀𢣁怣慜攞掋𠄘担𡝰拕𢸍捬𤧟㨗搸揸𡎎𡟼撐澊𢸶頔𤂌𥜝擡擥鑻㩦携㩗敍漖𤨨𤨣斅敭敟𣁾斵𤥀䬷旑䃘𡠩无旣忟𣐀昘𣇷𣇸晄𣆤𣆥晋𠹵晧𥇦晳晴𡸽𣈱𨗴𣇈𥌓矅𢣷馤朂𤎜𤨡㬫槺𣟂杞杧杢𤇍𩃭柗䓩栢湐鈼栁𣏦𦶠桝"],["fd40","𣑯槡樋𨫟楳棃𣗍椁椀㴲㨁𣘼㮀枬楡𨩊䋼椶榘㮡𠏉荣傐槹𣙙𢄪橅𣜃檝㯳枱櫈𩆜㰍欝𠤣惞欵歴𢟍溵𣫛𠎵𡥘㝀吡𣭚毡𣻼毜氷𢒋𤣱𦭑汚舦汹𣶼䓅𣶽𤆤𤤌𤤀"],["fda1","𣳉㛥㳫𠴲鮃𣇹𢒑羏样𦴥𦶡𦷫涖浜湼漄𤥿𤂅𦹲蔳𦽴凇沜渝萮𨬡港𣸯瑓𣾂秌湏媑𣁋濸㜍澝𣸰滺𡒗𤀽䕕鏰潄潜㵎潴𩅰㴻澟𤅄濓𤂑𤅕𤀹𣿰𣾴𤄿凟𤅖𤅗𤅀𦇝灋灾炧炁烌烕烖烟䄄㷨熴熖𤉷焫煅媈煊煮岜𤍥煏鍢𤋁焬𤑚𤨧𤨢熺𨯨炽爎"],["fe40","鑂爕夑鑃爤鍁𥘅爮牀𤥴梽牕牗㹕𣁄栍漽犂猪猫𤠣𨠫䣭𨠄猨献珏玪𠰺𦨮珉瑉𤇢𡛧𤨤昣㛅𤦷𤦍𤧻珷琕椃𤨦琹𠗃㻗瑜𢢭瑠𨺲瑇珤瑶莹瑬㜰瑴鏱樬璂䥓𤪌"],["fea1","𤅟𤩹𨮏孆𨰃𡢞瓈𡦈甎瓩甞𨻙𡩋寗𨺬鎅畍畊畧畮𤾂㼄𤴓疎瑝疞疴瘂瘬癑癏癯癶𦏵皐臯㟸𦤑𦤎皡皥皷盌𦾟葢𥂝𥅽𡸜眞眦着撯𥈠睘𣊬瞯𨥤𨥨𡛁矴砉𡍶𤨒棊碯磇磓隥礮𥗠磗礴碱𧘌辸袄𨬫𦂃𢘜禆褀椂禀𥡗禝𧬹礼禩渪𧄦㺨秆𩄍秔"]]')},97803:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",127,"€"],["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"],["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂",6,"伋伌伒",4,"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾",4,"佄佅佇",5,"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢"],["8240","侤侫侭侰",4,"侶",8,"俀俁係俆俇俈俉俋俌俍俒",4,"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿",11],["8280","個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯",10,"倻倽倿偀偁偂偄偅偆偉偊偋偍偐",4,"偖偗偘偙偛偝",7,"偦",5,"偭",8,"偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎",20,"傤傦傪傫傭",4,"傳",6,"傼"],["8340","傽",17,"僐",5,"僗僘僙僛",10,"僨僩僪僫僯僰僱僲僴僶",4,"僼",9,"儈"],["8380","儉儊儌",5,"儓",13,"儢",28,"兂兇兊兌兎兏児兒兓兗兘兙兛兝",4,"兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦",4,"冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒",5],["8440","凘凙凚凜凞凟凢凣凥",5,"凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄",5,"剋剎剏剒剓剕剗剘"],["8480","剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳",9,"剾劀劃",4,"劉",6,"劑劒劔",6,"劜劤劥劦劧劮劯劰労",9,"勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務",5,"勠勡勢勣勥",10,"勱",7,"勻勼勽匁匂匃匄匇匉匊匋匌匎"],["8540","匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯",9,"匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏"],["8580","厐",4,"厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯",6,"厷厸厹厺厼厽厾叀參",4,"収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝",4,"呣呥呧呩",7,"呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡"],["8640","咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠",4,"哫哬哯哰哱哴",5,"哻哾唀唂唃唄唅唈唊",4,"唒唓唕",5,"唜唝唞唟唡唥唦"],["8680","唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋",4,"啑啒啓啔啗",4,"啝啞啟啠啢啣啨啩啫啯",5,"啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠",6,"喨",8,"喲喴営喸喺喼喿",4,"嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗",4,"嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸",4,"嗿嘂嘃嘄嘅"],["8740","嘆嘇嘊嘋嘍嘐",7,"嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀",11,"噏",4,"噕噖噚噛噝",4],["8780","噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽",7,"嚇",6,"嚐嚑嚒嚔",14,"嚤",10,"嚰",6,"嚸嚹嚺嚻嚽",12,"囋",8,"囕囖囘囙囜団囥",5,"囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國",6],["8840","園",9,"圝圞圠圡圢圤圥圦圧圫圱圲圴",4,"圼圽圿坁坃坄坅坆坈坉坋坒",4,"坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀"],["8880","垁垇垈垉垊垍",4,"垔",6,"垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹",8,"埄",6,"埌埍埐埑埓埖埗埛埜埞埡埢埣埥",7,"埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥",4,"堫",4,"報堲堳場堶",7],["8940","堾",5,"塅",6,"塎塏塐塒塓塕塖塗塙",4,"塟",5,"塦",4,"塭",16,"塿墂墄墆墇墈墊墋墌"],["8980","墍",4,"墔",4,"墛墜墝墠",7,"墪",17,"墽墾墿壀壂壃壄壆",10,"壒壓壔壖",13,"壥",5,"壭壯壱売壴壵壷壸壺",7,"夃夅夆夈",4,"夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻"],["8a40","夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛",4,"奡奣奤奦",12,"奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦"],["8a80","妧妬妭妰妱妳",5,"妺妼妽妿",6,"姇姈姉姌姍姎姏姕姖姙姛姞",4,"姤姦姧姩姪姫姭",11,"姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪",6,"娳娵娷",4,"娽娾娿婁",4,"婇婈婋",9,"婖婗婘婙婛",5],["8b40","婡婣婤婥婦婨婩婫",8,"婸婹婻婼婽婾媀",17,"媓",6,"媜",13,"媫媬"],["8b80","媭",4,"媴媶媷媹",4,"媿嫀嫃",5,"嫊嫋嫍",4,"嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬",4,"嫲",22,"嬊",11,"嬘",25,"嬳嬵嬶嬸",7,"孁",6],["8c40","孈",7,"孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏"],["8c80","寑寔",8,"寠寢寣實寧審",4,"寯寱",6,"寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧",6,"屰屲",6,"屻屼屽屾岀岃",4,"岉岊岋岎岏岒岓岕岝",4,"岤",4],["8d40","岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅",5,"峌",5,"峓",5,"峚",6,"峢峣峧峩峫峬峮峯峱",9,"峼",4],["8d80","崁崄崅崈",5,"崏",4,"崕崗崘崙崚崜崝崟",4,"崥崨崪崫崬崯",4,"崵",7,"崿",7,"嵈嵉嵍",10,"嵙嵚嵜嵞",10,"嵪嵭嵮嵰嵱嵲嵳嵵",12,"嶃",21,"嶚嶛嶜嶞嶟嶠"],["8e40","嶡",21,"嶸",12,"巆",6,"巎",12,"巜巟巠巣巤巪巬巭"],["8e80","巰巵巶巸",4,"巿帀帄帇帉帊帋帍帎帒帓帗帞",7,"帨",4,"帯帰帲",4,"帹帺帾帿幀幁幃幆",5,"幍",6,"幖",4,"幜幝幟幠幣",14,"幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨",4,"庮",4,"庴庺庻庼庽庿",6],["8f40","廆廇廈廋",5,"廔廕廗廘廙廚廜",11,"廩廫",8,"廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤"],["8f80","弨弫弬弮弰弲",6,"弻弽弾弿彁",14,"彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢",5,"復徫徬徯",5,"徶徸徹徺徻徾",4,"忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇"],["9040","怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰",4,"怶",4,"怽怾恀恄",6,"恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀"],["9080","悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽",7,"惇惈惉惌",4,"惒惓惔惖惗惙惛惞惡",4,"惪惱惲惵惷惸惻",4,"愂愃愄愅愇愊愋愌愐",4,"愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬",18,"慀",6],["9140","慇慉態慍慏慐慒慓慔慖",6,"慞慟慠慡慣慤慥慦慩",6,"慱慲慳慴慶慸",18,"憌憍憏",4,"憕"],["9180","憖",6,"憞",8,"憪憫憭",9,"憸",5,"憿懀懁懃",4,"應懌",4,"懓懕",16,"懧",13,"懶",8,"戀",5,"戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸",4,"扂扄扅扆扊"],["9240","扏扐払扖扗扙扚扜",6,"扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋",5,"抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁"],["9280","拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳",5,"挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖",7,"捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙",6,"採掤掦掫掯掱掲掵掶掹掻掽掿揀"],["9340","揁揂揃揅揇揈揊揋揌揑揓揔揕揗",6,"揟揢揤",4,"揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆",4,"損搎搑搒搕",5,"搝搟搢搣搤"],["9380","搥搧搨搩搫搮",5,"搵",4,"搻搼搾摀摂摃摉摋",6,"摓摕摖摗摙",4,"摟",7,"摨摪摫摬摮",9,"摻",6,"撃撆撈",8,"撓撔撗撘撚撛撜撝撟",4,"撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆",6,"擏擑擓擔擕擖擙據"],["9440","擛擜擝擟擠擡擣擥擧",24,"攁",7,"攊",7,"攓",4,"攙",8],["9480","攢攣攤攦",4,"攬攭攰攱攲攳攷攺攼攽敀",4,"敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數",14,"斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱",7,"斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘",7,"旡旣旤旪旫"],["9540","旲旳旴旵旸旹旻",4,"昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷",4,"昽昿晀時晄",6,"晍晎晐晑晘"],["9580","晙晛晜晝晞晠晢晣晥晧晩",4,"晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘",4,"暞",8,"暩",4,"暯",4,"暵暶暷暸暺暻暼暽暿",25,"曚曞",7,"曧曨曪",5,"曱曵曶書曺曻曽朁朂會"],["9640","朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠",5,"朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗",4,"杝杢杣杤杦杧杫杬杮東杴杶"],["9680","杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹",7,"柂柅",9,"柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵",7,"柾栁栂栃栄栆栍栐栒栔栕栘",4,"栞栟栠栢",6,"栫",6,"栴栵栶栺栻栿桇桋桍桏桒桖",5],["9740","桜桝桞桟桪桬",7,"桵桸",8,"梂梄梇",7,"梐梑梒梔梕梖梘",9,"梣梤梥梩梪梫梬梮梱梲梴梶梷梸"],["9780","梹",6,"棁棃",5,"棊棌棎棏棐棑棓棔棖棗棙棛",4,"棡棢棤",9,"棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆",4,"椌椏椑椓",11,"椡椢椣椥",7,"椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃",16,"楕楖楘楙楛楜楟"],["9840","楡楢楤楥楧楨楩楪楬業楯楰楲",4,"楺楻楽楾楿榁榃榅榊榋榌榎",5,"榖榗榙榚榝",9,"榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽"],["9880","榾榿槀槂",7,"構槍槏槑槒槓槕",5,"槜槝槞槡",11,"槮槯槰槱槳",9,"槾樀",9,"樋",11,"標",5,"樠樢",5,"権樫樬樭樮樰樲樳樴樶",6,"樿",4,"橅橆橈",7,"橑",6,"橚"],["9940","橜",4,"橢橣橤橦",10,"橲",6,"橺橻橽橾橿檁檂檃檅",8,"檏檒",4,"檘",7,"檡",5],["9980","檧檨檪檭",114,"欥欦欨",6],["9a40","欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍",11,"歚",7,"歨歩歫",13,"歺歽歾歿殀殅殈"],["9a80","殌殎殏殐殑殔殕殗殘殙殜",4,"殢",7,"殫",7,"殶殸",6,"毀毃毄毆",4,"毌毎毐毑毘毚毜",4,"毢",7,"毬毭毮毰毱毲毴毶毷毸毺毻毼毾",6,"氈",4,"氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋",4,"汑汒汓汖汘"],["9b40","汙汚汢汣汥汦汧汫",4,"汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘"],["9b80","泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟",5,"洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽",4,"涃涄涆涇涊涋涍涏涐涒涖",4,"涜涢涥涬涭涰涱涳涴涶涷涹",5,"淁淂淃淈淉淊"],["9c40","淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽",7,"渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵"],["9c80","渶渷渹渻",7,"湅",7,"湏湐湑湒湕湗湙湚湜湝湞湠",10,"湬湭湯",14,"満溁溂溄溇溈溊",4,"溑",6,"溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪",5],["9d40","滰滱滲滳滵滶滷滸滺",7,"漃漄漅漇漈漊",4,"漐漑漒漖",9,"漡漢漣漥漦漧漨漬漮漰漲漴漵漷",6,"漿潀潁潂"],["9d80","潃潄潅潈潉潊潌潎",9,"潙潚潛潝潟潠潡潣潤潥潧",5,"潯潰潱潳潵潶潷潹潻潽",6,"澅澆澇澊澋澏",12,"澝澞澟澠澢",4,"澨",10,"澴澵澷澸澺",5,"濁濃",5,"濊",6,"濓",10,"濟濢濣濤濥"],["9e40","濦",7,"濰",32,"瀒",7,"瀜",6,"瀤",6],["9e80","瀫",9,"瀶瀷瀸瀺",17,"灍灎灐",13,"灟",11,"灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞",12,"炰炲炴炵炶為炾炿烄烅烆烇烉烋",12,"烚"],["9f40","烜烝烞烠烡烢烣烥烪烮烰",6,"烸烺烻烼烾",10,"焋",4,"焑焒焔焗焛",10,"焧",7,"焲焳焴"],["9f80","焵焷",13,"煆煇煈煉煋煍煏",12,"煝煟",4,"煥煩",4,"煯煰煱煴煵煶煷煹煻煼煾",5,"熅",4,"熋熌熍熎熐熑熒熓熕熖熗熚",4,"熡",6,"熩熪熫熭",5,"熴熶熷熸熺",8,"燄",9,"燏",4],["a040","燖",9,"燡燢燣燤燦燨",5,"燯",9,"燺",11,"爇",19],["a080","爛爜爞",9,"爩爫爭爮爯爲爳爴爺爼爾牀",6,"牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅",4,"犌犎犐犑犓",11,"犠",11,"犮犱犲犳犵犺",6,"狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛"],["a1a1"," 、。·ˉˇ¨〃々—~‖…‘’“”〔〕〈",7,"〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃$¤¢£‰§№☆★○●◎◇◆□■△▲※→←↑↓〓"],["a2a1","ⅰ",9],["a2b1","⒈",19,"⑴",19,"①",9],["a2e5","㈠",9],["a2f1","Ⅰ",11],["a3a1","!"#¥%",88," ̄"],["a4a1","ぁ",82],["a5a1","ァ",85],["a6a1","Α",16,"Σ",6],["a6c1","α",16,"σ",6],["a6e0","︵︶︹︺︿﹀︽︾﹁﹂﹃﹄"],["a6ee","︻︼︷︸︱"],["a6f4","︳︴"],["a7a1","А",5,"ЁЖ",25],["a7d1","а",5,"ёж",25],["a840","ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═",35,"▁",6],["a880","█",7,"▓▔▕▼▽◢◣◤◥☉⊕〒〝〞"],["a8a1","āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ"],["a8bd","ńň"],["a8c0","ɡ"],["a8c5","ㄅ",36],["a940","〡",8,"㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰¬¦"],["a959","℡㈱"],["a95c","‐"],["a960","ー゛゜ヽヾ〆ゝゞ﹉",9,"﹔﹕﹖﹗﹙",8],["a980","﹢",4,"﹨﹩﹪﹫"],["a996","〇"],["a9a4","─",75],["aa40","狜狝狟狢",5,"狪狫狵狶狹狽狾狿猀猂猄",5,"猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀",8],["aa80","獉獊獋獌獎獏獑獓獔獕獖獘",7,"獡",10,"獮獰獱"],["ab40","獲",11,"獿",4,"玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣",5,"玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃",4],["ab80","珋珌珎珒",6,"珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳",4],["ac40","珸",10,"琄琇琈琋琌琍琎琑",8,"琜",5,"琣琤琧琩琫琭琯琱琲琷",4,"琽琾琿瑀瑂",11],["ac80","瑎",6,"瑖瑘瑝瑠",12,"瑮瑯瑱",4,"瑸瑹瑺"],["ad40","瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑",10,"璝璟",7,"璪",15,"璻",12],["ad80","瓈",9,"瓓",8,"瓝瓟瓡瓥瓧",6,"瓰瓱瓲"],["ae40","瓳瓵瓸",6,"甀甁甂甃甅",7,"甎甐甒甔甕甖甗甛甝甞甠",4,"甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘"],["ae80","畝",7,"畧畨畩畫",6,"畳畵當畷畺",4,"疀疁疂疄疅疇"],["af40","疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦",4,"疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇"],["af80","瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄"],["b040","癅",6,"癎",5,"癕癗",4,"癝癟癠癡癢癤",6,"癬癭癮癰",7,"癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛"],["b080","皜",7,"皥",8,"皯皰皳皵",9,"盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥"],["b140","盄盇盉盋盌盓盕盙盚盜盝盞盠",4,"盦",7,"盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎",10,"眛眜眝眞眡眣眤眥眧眪眫"],["b180","眬眮眰",4,"眹眻眽眾眿睂睄睅睆睈",7,"睒",7,"睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳"],["b240","睝睞睟睠睤睧睩睪睭",11,"睺睻睼瞁瞂瞃瞆",5,"瞏瞐瞓",11,"瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶",4],["b280","瞼瞾矀",12,"矎",8,"矘矙矚矝",4,"矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖"],["b340","矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃",5,"砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚"],["b380","硛硜硞",11,"硯",7,"硸硹硺硻硽",6,"场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚"],["b440","碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨",7,"碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚",9],["b480","磤磥磦磧磩磪磫磭",4,"磳磵磶磸磹磻",5,"礂礃礄礆",6,"础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮"],["b540","礍",5,"礔",9,"礟",4,"礥",14,"礵",4,"礽礿祂祃祄祅祇祊",8,"祔祕祘祙祡祣"],["b580","祤祦祩祪祫祬祮祰",6,"祹祻",4,"禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠"],["b640","禓",6,"禛",11,"禨",10,"禴",4,"禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙",5,"秠秡秢秥秨秪"],["b680","秬秮秱",6,"秹秺秼秾秿稁稄稅稇稈稉稊稌稏",4,"稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二"],["b740","稝稟稡稢稤",14,"稴稵稶稸稺稾穀",5,"穇",9,"穒",4,"穘",16],["b780","穩",6,"穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服"],["b840","窣窤窧窩窪窫窮",4,"窴",10,"竀",10,"竌",9,"竗竘竚竛竜竝竡竢竤竧",5,"竮竰竱竲竳"],["b880","竴",4,"竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹"],["b940","笯笰笲笴笵笶笷笹笻笽笿",5,"筆筈筊筍筎筓筕筗筙筜筞筟筡筣",10,"筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆",6,"箎箏"],["b980","箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹",7,"篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈"],["ba40","篅篈築篊篋篍篎篏篐篒篔",4,"篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲",4,"篸篹篺篻篽篿",7,"簈簉簊簍簎簐",5,"簗簘簙"],["ba80","簚",4,"簠",5,"簨簩簫",12,"簹",5,"籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖"],["bb40","籃",9,"籎",36,"籵",5,"籾",9],["bb80","粈粊",6,"粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴",4,"粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕"],["bc40","粿糀糂糃糄糆糉糋糎",6,"糘糚糛糝糞糡",6,"糩",5,"糰",7,"糹糺糼",13,"紋",5],["bc80","紑",14,"紡紣紤紥紦紨紩紪紬紭紮細",6,"肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件"],["bd40","紷",54,"絯",7],["bd80","絸",32,"健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸"],["be40","継",12,"綧",6,"綯",42],["be80","線",32,"尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻"],["bf40","緻",62],["bf80","縺縼",4,"繂",4,"繈",21,"俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀"],["c040","繞",35,"纃",23,"纜纝纞"],["c080","纮纴纻纼绖绤绬绹缊缐缞缷缹缻",6,"罃罆",9,"罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐"],["c140","罖罙罛罜罝罞罠罣",4,"罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂",7,"羋羍羏",4,"羕",4,"羛羜羠羢羣羥羦羨",6,"羱"],["c180","羳",4,"羺羻羾翀翂翃翄翆翇翈翉翋翍翏",4,"翖翗翙",5,"翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿"],["c240","翤翧翨翪翫翬翭翯翲翴",6,"翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫",5,"耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗"],["c280","聙聛",13,"聫",5,"聲",11,"隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫"],["c340","聾肁肂肅肈肊肍",5,"肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇",4,"胏",6,"胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋"],["c380","脌脕脗脙脛脜脝脟",12,"脭脮脰脳脴脵脷脹",4,"脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸"],["c440","腀",5,"腇腉腍腎腏腒腖腗腘腛",4,"腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃",4,"膉膋膌膍膎膐膒",5,"膙膚膞",4,"膤膥"],["c480","膧膩膫",7,"膴",5,"膼膽膾膿臄臅臇臈臉臋臍",6,"摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁"],["c540","臔",14,"臤臥臦臨臩臫臮",4,"臵",5,"臽臿舃與",4,"舎舏舑舓舕",5,"舝舠舤舥舦舧舩舮舲舺舼舽舿"],["c580","艀艁艂艃艅艆艈艊艌艍艎艐",7,"艙艛艜艝艞艠",7,"艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗"],["c640","艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸"],["c680","苺苼",4,"茊茋茍茐茒茓茖茘茙茝",9,"茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐"],["c740","茾茿荁荂荄荅荈荊",4,"荓荕",4,"荝荢荰",6,"荹荺荾",6,"莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡",6,"莬莭莮"],["c780","莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠"],["c840","菮華菳",4,"菺菻菼菾菿萀萂萅萇萈萉萊萐萒",5,"萙萚萛萞",5,"萩",7,"萲",5,"萹萺萻萾",7,"葇葈葉"],["c880","葊",6,"葒",4,"葘葝葞葟葠葢葤",4,"葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁"],["c940","葽",4,"蒃蒄蒅蒆蒊蒍蒏",7,"蒘蒚蒛蒝蒞蒟蒠蒢",12,"蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗"],["c980","蓘",4,"蓞蓡蓢蓤蓧",4,"蓭蓮蓯蓱",10,"蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳"],["ca40","蔃",8,"蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢",8,"蔭",9,"蔾",4,"蕄蕅蕆蕇蕋",10],["ca80","蕗蕘蕚蕛蕜蕝蕟",4,"蕥蕦蕧蕩",8,"蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱"],["cb40","薂薃薆薈",6,"薐",10,"薝",6,"薥薦薧薩薫薬薭薱",5,"薸薺",6,"藂",6,"藊",4,"藑藒"],["cb80","藔藖",5,"藝",6,"藥藦藧藨藪",14,"恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔"],["cc40","藹藺藼藽藾蘀",4,"蘆",10,"蘒蘓蘔蘕蘗",15,"蘨蘪",13,"蘹蘺蘻蘽蘾蘿虀"],["cc80","虁",11,"虒虓處",4,"虛虜虝號虠虡虣",7,"獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃"],["cd40","虭虯虰虲",6,"蚃",6,"蚎",4,"蚔蚖",5,"蚞",4,"蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻",4,"蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜"],["cd80","蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威"],["ce40","蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀",6,"蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚",5,"蝡蝢蝦",7,"蝯蝱蝲蝳蝵"],["ce80","蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎",4,"螔螕螖螘",6,"螠",4,"巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺"],["cf40","螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁",4,"蟇蟈蟉蟌",4,"蟔",6,"蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯",9],["cf80","蟺蟻蟼蟽蟿蠀蠁蠂蠄",5,"蠋",7,"蠔蠗蠘蠙蠚蠜",4,"蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓"],["d040","蠤",13,"蠳",5,"蠺蠻蠽蠾蠿衁衂衃衆",5,"衎",5,"衕衖衘衚",6,"衦衧衪衭衯衱衳衴衵衶衸衹衺"],["d080","衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗",4,"袝",4,"袣袥",5,"小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄"],["d140","袬袮袯袰袲",4,"袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚",4,"裠裡裦裧裩",6,"裲裵裶裷裺裻製裿褀褁褃",5],["d180","褉褋",4,"褑褔",4,"褜",4,"褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶"],["d240","褸",8,"襂襃襅",24,"襠",5,"襧",19,"襼"],["d280","襽襾覀覂覄覅覇",26,"摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐"],["d340","覢",30,"觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴",6],["d380","觻",4,"訁",5,"計",21,"印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉"],["d440","訞",31,"訿",8,"詉",21],["d480","詟",25,"詺",6,"浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧"],["d540","誁",7,"誋",7,"誔",46],["d580","諃",32,"铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政"],["d640","諤",34,"謈",27],["d680","謤謥謧",30,"帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑"],["d740","譆",31,"譧",4,"譭",25],["d780","讇",24,"讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座"],["d840","谸",8,"豂豃豄豅豈豊豋豍",7,"豖豗豘豙豛",5,"豣",6,"豬",6,"豴豵豶豷豻",6,"貃貄貆貇"],["d880","貈貋貍",6,"貕貖貗貙",20,"亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝"],["d940","貮",62],["d980","賭",32,"佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼"],["da40","贎",14,"贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸",8,"趂趃趆趇趈趉趌",4,"趒趓趕",9,"趠趡"],["da80","趢趤",12,"趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺"],["db40","跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾",6,"踆踇踈踋踍踎踐踑踒踓踕",7,"踠踡踤",4,"踫踭踰踲踳踴踶踷踸踻踼踾"],["db80","踿蹃蹅蹆蹌",4,"蹓",5,"蹚",11,"蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝"],["dc40","蹳蹵蹷",4,"蹽蹾躀躂躃躄躆躈",6,"躑躒躓躕",6,"躝躟",11,"躭躮躰躱躳",6,"躻",7],["dc80","軃",10,"軏",21,"堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥"],["dd40","軥",62],["dd80","輤",32,"荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺"],["de40","轅",32,"轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆"],["de80","迉",4,"迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖"],["df40","這逜連逤逥逧",5,"逰",4,"逷逹逺逽逿遀遃遅遆遈",4,"過達違遖遙遚遜",5,"遤遦遧適遪遫遬遯",4,"遶",6,"遾邁"],["df80","還邅邆邇邉邊邌",4,"邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼"],["e040","郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅",19,"鄚鄛鄜"],["e080","鄝鄟鄠鄡鄤",10,"鄰鄲",6,"鄺",8,"酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼"],["e140","酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀",4,"醆醈醊醎醏醓",6,"醜",5,"醤",5,"醫醬醰醱醲醳醶醷醸醹醻"],["e180","醼",10,"釈釋釐釒",9,"針",8,"帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺"],["e240","釦",62],["e280","鈥",32,"狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧",5,"饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂"],["e340","鉆",45,"鉵",16],["e380","銆",7,"銏",24,"恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾"],["e440","銨",5,"銯",24,"鋉",31],["e480","鋩",32,"洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑"],["e540","錊",51,"錿",10],["e580","鍊",31,"鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣"],["e640","鍬",34,"鎐",27],["e680","鎬",29,"鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩"],["e740","鏎",7,"鏗",54],["e780","鐎",32,"纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡",6,"缪缫缬缭缯",4,"缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬"],["e840","鐯",14,"鐿",43,"鑬鑭鑮鑯"],["e880","鑰",20,"钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹"],["e940","锧锳锽镃镈镋镕镚镠镮镴镵長",7,"門",42],["e980","閫",32,"椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋"],["ea40","闌",27,"闬闿阇阓阘阛阞阠阣",6,"阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗"],["ea80","陘陙陚陜陝陞陠陣陥陦陫陭",4,"陳陸",12,"隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰"],["eb40","隌階隑隒隓隕隖隚際隝",9,"隨",7,"隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖",9,"雡",6,"雫"],["eb80","雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗",4,"霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻"],["ec40","霡",8,"霫霬霮霯霱霳",4,"霺霻霼霽霿",18,"靔靕靗靘靚靜靝靟靣靤靦靧靨靪",7],["ec80","靲靵靷",4,"靽",7,"鞆",4,"鞌鞎鞏鞐鞓鞕鞖鞗鞙",4,"臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐"],["ed40","鞞鞟鞡鞢鞤",6,"鞬鞮鞰鞱鞳鞵",46],["ed80","韤韥韨韮",4,"韴韷",23,"怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨"],["ee40","頏",62],["ee80","顎",32,"睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶",4,"钼钽钿铄铈",6,"铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪"],["ef40","顯",5,"颋颎颒颕颙颣風",37,"飏飐飔飖飗飛飜飝飠",4],["ef80","飥飦飩",30,"铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒",4,"锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤",8,"镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔"],["f040","餈",4,"餎餏餑",28,"餯",26],["f080","饊",9,"饖",12,"饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨",4,"鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦",6,"鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙"],["f140","馌馎馚",10,"馦馧馩",47],["f180","駙",32,"瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃"],["f240","駺",62],["f280","騹",32,"颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒"],["f340","驚",17,"驲骃骉骍骎骔骕骙骦骩",6,"骲骳骴骵骹骻骽骾骿髃髄髆",4,"髍髎髏髐髒體髕髖髗髙髚髛髜"],["f380","髝髞髠髢髣髤髥髧髨髩髪髬髮髰",8,"髺髼",6,"鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋"],["f440","鬇鬉",5,"鬐鬑鬒鬔",10,"鬠鬡鬢鬤",10,"鬰鬱鬳",7,"鬽鬾鬿魀魆魊魋魌魎魐魒魓魕",5],["f480","魛",32,"簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤"],["f540","魼",62],["f580","鮻",32,"酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜"],["f640","鯜",62],["f680","鰛",32,"觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅",5,"龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞",5,"鲥",4,"鲫鲭鲮鲰",7,"鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋"],["f740","鰼",62],["f780","鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾",4,"鳈鳉鳑鳒鳚鳛鳠鳡鳌",4,"鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄"],["f840","鳣",62],["f880","鴢",32],["f940","鵃",62],["f980","鶂",32],["fa40","鶣",62],["fa80","鷢",32],["fb40","鸃",27,"鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴",9,"麀"],["fb80","麁麃麄麅麆麉麊麌",5,"麔",8,"麞麠",5,"麧麨麩麪"],["fc40","麫",8,"麵麶麷麹麺麼麿",4,"黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰",8,"黺黽黿",6],["fc80","鼆",4,"鼌鼏鼑鼒鼔鼕鼖鼘鼚",5,"鼡鼣",8,"鼭鼮鼰鼱"],["fd40","鼲",4,"鼸鼺鼼鼿",4,"齅",10,"齒",38],["fd80","齹",5,"龁龂龍",11,"龜龝龞龡",4,"郎凉秊裏隣"],["fe40","兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩"]]')},87013:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",127],["8141","갂갃갅갆갋",4,"갘갞갟갡갢갣갥",6,"갮갲갳갴"],["8161","갵갶갷갺갻갽갾갿걁",9,"걌걎",5,"걕"],["8181","걖걗걙걚걛걝",18,"걲걳걵걶걹걻",4,"겂겇겈겍겎겏겑겒겓겕",6,"겞겢",5,"겫겭겮겱",6,"겺겾겿곀곂곃곅곆곇곉곊곋곍",7,"곖곘",7,"곢곣곥곦곩곫곭곮곲곴곷",4,"곾곿괁괂괃괅괇",4,"괎괐괒괓"],["8241","괔괕괖괗괙괚괛괝괞괟괡",7,"괪괫괮",5],["8261","괶괷괹괺괻괽",6,"굆굈굊",5,"굑굒굓굕굖굗"],["8281","굙",7,"굢굤",7,"굮굯굱굲굷굸굹굺굾궀궃",4,"궊궋궍궎궏궑",10,"궞",5,"궥",17,"궸",7,"귂귃귅귆귇귉",6,"귒귔",7,"귝귞귟귡귢귣귥",18],["8341","귺귻귽귾긂",5,"긊긌긎",5,"긕",7],["8361","긝",18,"긲긳긵긶긹긻긼"],["8381","긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗",4,"깞깢깣깤깦깧깪깫깭깮깯깱",6,"깺깾",5,"꺆",5,"꺍",46,"꺿껁껂껃껅",6,"껎껒",5,"껚껛껝",8],["8441","껦껧껩껪껬껮",5,"껵껶껷껹껺껻껽",8],["8461","꼆꼉꼊꼋꼌꼎꼏꼑",18],["8481","꼤",7,"꼮꼯꼱꼳꼵",6,"꼾꽀꽄꽅꽆꽇꽊",5,"꽑",10,"꽞",5,"꽦",18,"꽺",5,"꾁꾂꾃꾅꾆꾇꾉",6,"꾒꾓꾔꾖",5,"꾝",26,"꾺꾻꾽꾾"],["8541","꾿꿁",5,"꿊꿌꿏",4,"꿕",6,"꿝",4],["8561","꿢",5,"꿪",5,"꿲꿳꿵꿶꿷꿹",6,"뀂뀃"],["8581","뀅",6,"뀍뀎뀏뀑뀒뀓뀕",6,"뀞",9,"뀩",26,"끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞",29,"끾끿낁낂낃낅",6,"낎낐낒",5,"낛낝낞낣낤"],["8641","낥낦낧낪낰낲낶낷낹낺낻낽",6,"냆냊",5,"냒"],["8661","냓냕냖냗냙",6,"냡냢냣냤냦",10],["8681","냱",22,"넊넍넎넏넑넔넕넖넗넚넞",4,"넦넧넩넪넫넭",6,"넶넺",5,"녂녃녅녆녇녉",6,"녒녓녖녗녙녚녛녝녞녟녡",22,"녺녻녽녾녿놁놃",4,"놊놌놎놏놐놑놕놖놗놙놚놛놝"],["8741","놞",9,"놩",15],["8761","놹",18,"뇍뇎뇏뇑뇒뇓뇕"],["8781","뇖",5,"뇞뇠",7,"뇪뇫뇭뇮뇯뇱",7,"뇺뇼뇾",5,"눆눇눉눊눍",6,"눖눘눚",5,"눡",18,"눵",6,"눽",26,"뉙뉚뉛뉝뉞뉟뉡",6,"뉪",4],["8841","뉯",4,"뉶",5,"뉽",6,"늆늇늈늊",4],["8861","늏늒늓늕늖늗늛",4,"늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷"],["8881","늸",15,"닊닋닍닎닏닑닓",4,"닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉",6,"댒댖",5,"댝",54,"덗덙덚덝덠덡덢덣"],["8941","덦덨덪덬덭덯덲덳덵덶덷덹",6,"뎂뎆",5,"뎍"],["8961","뎎뎏뎑뎒뎓뎕",10,"뎢",5,"뎩뎪뎫뎭"],["8981","뎮",21,"돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩",18,"돽",18,"됑",6,"됙됚됛됝됞됟됡",6,"됪됬",7,"됵",15],["8a41","둅",10,"둒둓둕둖둗둙",6,"둢둤둦"],["8a61","둧",4,"둭",18,"뒁뒂"],["8a81","뒃",4,"뒉",19,"뒞",5,"뒥뒦뒧뒩뒪뒫뒭",7,"뒶뒸뒺",5,"듁듂듃듅듆듇듉",6,"듑듒듓듔듖",5,"듞듟듡듢듥듧",4,"듮듰듲",5,"듹",26,"딖딗딙딚딝"],["8b41","딞",5,"딦딫",4,"딲딳딵딶딷딹",6,"땂땆"],["8b61","땇땈땉땊땎땏땑땒땓땕",6,"땞땢",8],["8b81","땫",52,"떢떣떥떦떧떩떬떭떮떯떲떶",4,"떾떿뗁뗂뗃뗅",6,"뗎뗒",5,"뗙",18,"뗭",18],["8c41","똀",15,"똒똓똕똖똗똙",4],["8c61","똞",6,"똦",5,"똭",6,"똵",5],["8c81","똻",12,"뙉",26,"뙥뙦뙧뙩",50,"뚞뚟뚡뚢뚣뚥",5,"뚭뚮뚯뚰뚲",16],["8d41","뛃",16,"뛕",8],["8d61","뛞",17,"뛱뛲뛳뛵뛶뛷뛹뛺"],["8d81","뛻",4,"뜂뜃뜄뜆",33,"뜪뜫뜭뜮뜱",6,"뜺뜼",7,"띅띆띇띉띊띋띍",6,"띖",9,"띡띢띣띥띦띧띩",6,"띲띴띶",5,"띾띿랁랂랃랅",6,"랎랓랔랕랚랛랝랞"],["8e41","랟랡",6,"랪랮",5,"랶랷랹",8],["8e61","럂",4,"럈럊",19],["8e81","럞",13,"럮럯럱럲럳럵",6,"럾렂",4,"렊렋렍렎렏렑",6,"렚렜렞",5,"렦렧렩렪렫렭",6,"렶렺",5,"롁롂롃롅",11,"롒롔",7,"롞롟롡롢롣롥",6,"롮롰롲",5,"롹롺롻롽",7],["8f41","뢅",7,"뢎",17],["8f61","뢠",7,"뢩",6,"뢱뢲뢳뢵뢶뢷뢹",4],["8f81","뢾뢿룂룄룆",5,"룍룎룏룑룒룓룕",7,"룞룠룢",5,"룪룫룭룮룯룱",6,"룺룼룾",5,"뤅",18,"뤙",6,"뤡",26,"뤾뤿륁륂륃륅",6,"륍륎륐륒",5],["9041","륚륛륝륞륟륡",6,"륪륬륮",5,"륶륷륹륺륻륽"],["9061","륾",5,"릆릈릋릌릏",15],["9081","릟",12,"릮릯릱릲릳릵",6,"릾맀맂",5,"맊맋맍맓",4,"맚맜맟맠맢맦맧맩맪맫맭",6,"맶맻",4,"먂",5,"먉",11,"먖",33,"먺먻먽먾먿멁멃멄멅멆"],["9141","멇멊멌멏멐멑멒멖멗멙멚멛멝",6,"멦멪",5],["9161","멲멳멵멶멷멹",9,"몆몈몉몊몋몍",5],["9181","몓",20,"몪몭몮몯몱몳",4,"몺몼몾",5,"뫅뫆뫇뫉",14,"뫚",33,"뫽뫾뫿묁묂묃묅",7,"묎묐묒",5,"묙묚묛묝묞묟묡",6],["9241","묨묪묬",7,"묷묹묺묿",4,"뭆뭈뭊뭋뭌뭎뭑뭒"],["9261","뭓뭕뭖뭗뭙",7,"뭢뭤",7,"뭭",4],["9281","뭲",21,"뮉뮊뮋뮍뮎뮏뮑",18,"뮥뮦뮧뮩뮪뮫뮭",6,"뮵뮶뮸",7,"믁믂믃믅믆믇믉",6,"믑믒믔",35,"믺믻믽믾밁"],["9341","밃",4,"밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵"],["9361","밶밷밹",6,"뱂뱆뱇뱈뱊뱋뱎뱏뱑",8],["9381","뱚뱛뱜뱞",37,"벆벇벉벊벍벏",4,"벖벘벛",4,"벢벣벥벦벩",6,"벲벶",5,"벾벿볁볂볃볅",7,"볎볒볓볔볖볗볙볚볛볝",22,"볷볹볺볻볽"],["9441","볾",5,"봆봈봊",5,"봑봒봓봕",8],["9461","봞",5,"봥",6,"봭",12],["9481","봺",5,"뵁",6,"뵊뵋뵍뵎뵏뵑",6,"뵚",9,"뵥뵦뵧뵩",22,"붂붃붅붆붋",4,"붒붔붖붗붘붛붝",6,"붥",10,"붱",6,"붹",24],["9541","뷒뷓뷖뷗뷙뷚뷛뷝",11,"뷪",5,"뷱"],["9561","뷲뷳뷵뷶뷷뷹",6,"븁븂븄븆",5,"븎븏븑븒븓"],["9581","븕",6,"븞븠",35,"빆빇빉빊빋빍빏",4,"빖빘빜빝빞빟빢빣빥빦빧빩빫",4,"빲빶",4,"빾빿뺁뺂뺃뺅",6,"뺎뺒",5,"뺚",13,"뺩",14],["9641","뺸",23,"뻒뻓"],["9661","뻕뻖뻙",6,"뻡뻢뻦",5,"뻭",8],["9681","뻶",10,"뼂",5,"뼊",13,"뼚뼞",33,"뽂뽃뽅뽆뽇뽉",6,"뽒뽓뽔뽖",44],["9741","뾃",16,"뾕",8],["9761","뾞",17,"뾱",7],["9781","뾹",11,"뿆",5,"뿎뿏뿑뿒뿓뿕",6,"뿝뿞뿠뿢",89,"쀽쀾쀿"],["9841","쁀",16,"쁒",5,"쁙쁚쁛"],["9861","쁝쁞쁟쁡",6,"쁪",15],["9881","쁺",21,"삒삓삕삖삗삙",6,"삢삤삦",5,"삮삱삲삷",4,"삾샂샃샄샆샇샊샋샍샎샏샑",6,"샚샞",5,"샦샧샩샪샫샭",6,"샶샸샺",5,"섁섂섃섅섆섇섉",6,"섑섒섓섔섖",5,"섡섢섥섨섩섪섫섮"],["9941","섲섳섴섵섷섺섻섽섾섿셁",6,"셊셎",5,"셖셗"],["9961","셙셚셛셝",6,"셦셪",5,"셱셲셳셵셶셷셹셺셻"],["9981","셼",8,"솆",5,"솏솑솒솓솕솗",4,"솞솠솢솣솤솦솧솪솫솭솮솯솱",11,"솾",5,"쇅쇆쇇쇉쇊쇋쇍",6,"쇕쇖쇙",6,"쇡쇢쇣쇥쇦쇧쇩",6,"쇲쇴",7,"쇾쇿숁숂숃숅",6,"숎숐숒",5,"숚숛숝숞숡숢숣"],["9a41","숤숥숦숧숪숬숮숰숳숵",16],["9a61","쉆쉇쉉",6,"쉒쉓쉕쉖쉗쉙",6,"쉡쉢쉣쉤쉦"],["9a81","쉧",4,"쉮쉯쉱쉲쉳쉵",6,"쉾슀슂",5,"슊",5,"슑",6,"슙슚슜슞",5,"슦슧슩슪슫슮",5,"슶슸슺",33,"싞싟싡싢싥",5,"싮싰싲싳싴싵싷싺싽싾싿쌁",6,"쌊쌋쌎쌏"],["9b41","쌐쌑쌒쌖쌗쌙쌚쌛쌝",6,"쌦쌧쌪",8],["9b61","쌳",17,"썆",7],["9b81","썎",25,"썪썫썭썮썯썱썳",4,"썺썻썾",5,"쎅쎆쎇쎉쎊쎋쎍",50,"쏁",22,"쏚"],["9c41","쏛쏝쏞쏡쏣",4,"쏪쏫쏬쏮",5,"쏶쏷쏹",5],["9c61","쏿",8,"쐉",6,"쐑",9],["9c81","쐛",8,"쐥",6,"쐭쐮쐯쐱쐲쐳쐵",6,"쐾",9,"쑉",26,"쑦쑧쑩쑪쑫쑭",6,"쑶쑷쑸쑺",5,"쒁",18,"쒕",6,"쒝",12],["9d41","쒪",13,"쒹쒺쒻쒽",8],["9d61","쓆",25],["9d81","쓠",8,"쓪",5,"쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂",9,"씍씎씏씑씒씓씕",6,"씝",10,"씪씫씭씮씯씱",6,"씺씼씾",5,"앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩",6,"앲앶",5,"앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔"],["9e41","얖얙얚얛얝얞얟얡",7,"얪",9,"얶"],["9e61","얷얺얿",4,"엋엍엏엒엓엕엖엗엙",6,"엢엤엦엧"],["9e81","엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑",6,"옚옝",6,"옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉",6,"왒왖",5,"왞왟왡",10,"왭왮왰왲",5,"왺왻왽왾왿욁",6,"욊욌욎",5,"욖욗욙욚욛욝",6,"욦"],["9f41","욨욪",5,"욲욳욵욶욷욻",4,"웂웄웆",5,"웎"],["9f61","웏웑웒웓웕",6,"웞웟웢",5,"웪웫웭웮웯웱웲"],["9f81","웳",4,"웺웻웼웾",5,"윆윇윉윊윋윍",6,"윖윘윚",5,"윢윣윥윦윧윩",6,"윲윴윶윸윹윺윻윾윿읁읂읃읅",4,"읋읎읐읙읚읛읝읞읟읡",6,"읩읪읬",7,"읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛",4,"잢잧",4,"잮잯잱잲잳잵잶잷"],["a041","잸잹잺잻잾쟂",5,"쟊쟋쟍쟏쟑",6,"쟙쟚쟛쟜"],["a061","쟞",5,"쟥쟦쟧쟩쟪쟫쟭",13],["a081","쟻",4,"젂젃젅젆젇젉젋",4,"젒젔젗",4,"젞젟젡젢젣젥",6,"젮젰젲",5,"젹젺젻젽젾젿졁",6,"졊졋졎",5,"졕",26,"졲졳졵졶졷졹졻",4,"좂좄좈좉좊좎",5,"좕",7,"좞좠좢좣좤"],["a141","좥좦좧좩",18,"좾좿죀죁"],["a161","죂죃죅죆죇죉죊죋죍",6,"죖죘죚",5,"죢죣죥"],["a181","죦",14,"죶",5,"죾죿줁줂줃줇",4,"줎 、。·‥…¨〃­―∥\∼‘’“”〔〕〈",9,"±×÷≠≤≥∞∴°′″℃Å¢£¥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨¬"],["a241","줐줒",5,"줙",18],["a261","줭",6,"줵",18],["a281","쥈",7,"쥒쥓쥕쥖쥗쥙",6,"쥢쥤",7,"쥭쥮쥯⇒⇔∀∃´~ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®"],["a341","쥱쥲쥳쥵",6,"쥽",10,"즊즋즍즎즏"],["a361","즑",6,"즚즜즞",16],["a381","즯",16,"짂짃짅짆짉짋",4,"짒짔짗짘짛!",58,"₩]",32," ̄"],["a441","짞짟짡짣짥짦짨짩짪짫짮짲",5,"짺짻짽짾짿쨁쨂쨃쨄"],["a461","쨅쨆쨇쨊쨎",5,"쨕쨖쨗쨙",12],["a481","쨦쨧쨨쨪",28,"ㄱ",93],["a541","쩇",4,"쩎쩏쩑쩒쩓쩕",6,"쩞쩢",5,"쩩쩪"],["a561","쩫",17,"쩾",5,"쪅쪆"],["a581","쪇",16,"쪙",14,"ⅰ",9],["a5b0","Ⅰ",9],["a5c1","Α",16,"Σ",6],["a5e1","α",16,"σ",6],["a641","쪨",19,"쪾쪿쫁쫂쫃쫅"],["a661","쫆",5,"쫎쫐쫒쫔쫕쫖쫗쫚",5,"쫡",6],["a681","쫨쫩쫪쫫쫭",6,"쫵",18,"쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃",7],["a741","쬋",4,"쬑쬒쬓쬕쬖쬗쬙",6,"쬢",7],["a761","쬪",22,"쭂쭃쭄"],["a781","쭅쭆쭇쭊쭋쭍쭎쭏쭑",6,"쭚쭛쭜쭞",5,"쭥",7,"㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙",9,"㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰",9,"㎀",4,"㎺",5,"㎐",4,"Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆"],["a841","쭭",10,"쭺",14],["a861","쮉",18,"쮝",6],["a881","쮤",19,"쮹",11,"ÆЪĦ"],["a8a6","IJ"],["a8a8","ĿŁØŒºÞŦŊ"],["a8b1","㉠",27,"ⓐ",25,"①",14,"½⅓⅔¼¾⅛⅜⅝⅞"],["a941","쯅",14,"쯕",10],["a961","쯠쯡쯢쯣쯥쯦쯨쯪",18],["a981","쯽",14,"찎찏찑찒찓찕",6,"찞찟찠찣찤æđðħıijĸŀłøœßþŧŋʼn㈀",27,"⒜",25,"⑴",14,"¹²³⁴ⁿ₁₂₃₄"],["aa41","찥찦찪찫찭찯찱",6,"찺찿",4,"챆챇챉챊챋챍챎"],["aa61","챏",4,"챖챚",5,"챡챢챣챥챧챩",6,"챱챲"],["aa81","챳챴챶",29,"ぁ",82],["ab41","첔첕첖첗첚첛첝첞첟첡",6,"첪첮",5,"첶첷첹"],["ab61","첺첻첽",6,"쳆쳈쳊",5,"쳑쳒쳓쳕",5],["ab81","쳛",8,"쳥",6,"쳭쳮쳯쳱",12,"ァ",85],["ac41","쳾쳿촀촂",5,"촊촋촍촎촏촑",6,"촚촜촞촟촠"],["ac61","촡촢촣촥촦촧촩촪촫촭",11,"촺",4],["ac81","촿",28,"쵝쵞쵟А",5,"ЁЖ",25],["acd1","а",5,"ёж",25],["ad41","쵡쵢쵣쵥",6,"쵮쵰쵲",5,"쵹",7],["ad61","춁",6,"춉",10,"춖춗춙춚춛춝춞춟"],["ad81","춠춡춢춣춦춨춪",5,"춱",18,"췅"],["ae41","췆",5,"췍췎췏췑",16],["ae61","췢",5,"췩췪췫췭췮췯췱",6,"췺췼췾",4],["ae81","츃츅츆츇츉츊츋츍",6,"츕츖츗츘츚",5,"츢츣츥츦츧츩츪츫"],["af41","츬츭츮츯츲츴츶",19],["af61","칊",13,"칚칛칝칞칢",5,"칪칬"],["af81","칮",5,"칶칷칹칺칻칽",6,"캆캈캊",5,"캒캓캕캖캗캙"],["b041","캚",5,"캢캦",5,"캮",12],["b061","캻",5,"컂",19],["b081","컖",13,"컦컧컩컪컭",6,"컶컺",5,"가각간갇갈갉갊감",7,"같",4,"갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆"],["b141","켂켃켅켆켇켉",6,"켒켔켖",5,"켝켞켟켡켢켣"],["b161","켥",6,"켮켲",5,"켹",11],["b181","콅",14,"콖콗콙콚콛콝",6,"콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸"],["b241","콭콮콯콲콳콵콶콷콹",6,"쾁쾂쾃쾄쾆",5,"쾍"],["b261","쾎",18,"쾢",5,"쾩"],["b281","쾪",5,"쾱",18,"쿅",6,"깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙"],["b341","쿌",19,"쿢쿣쿥쿦쿧쿩"],["b361","쿪",5,"쿲쿴쿶",5,"쿽쿾쿿퀁퀂퀃퀅",5],["b381","퀋",5,"퀒",5,"퀙",19,"끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫",4,"낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝"],["b441","퀮",5,"퀶퀷퀹퀺퀻퀽",6,"큆큈큊",5],["b461","큑큒큓큕큖큗큙",6,"큡",10,"큮큯"],["b481","큱큲큳큵",6,"큾큿킀킂",18,"뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫",4,"닳담답닷",4,"닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥"],["b541","킕",14,"킦킧킩킪킫킭",5],["b561","킳킶킸킺",5,"탂탃탅탆탇탊",5,"탒탖",4],["b581","탛탞탟탡탢탣탥",6,"탮탲",5,"탹",11,"덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸"],["b641","턅",7,"턎",17],["b661","턠",15,"턲턳턵턶턷턹턻턼턽턾"],["b681","턿텂텆",5,"텎텏텑텒텓텕",6,"텞텠텢",5,"텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗"],["b741","텮",13,"텽",6,"톅톆톇톉톊"],["b761","톋",20,"톢톣톥톦톧"],["b781","톩",6,"톲톴톶톷톸톹톻톽톾톿퇁",14,"래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩"],["b841","퇐",7,"퇙",17],["b861","퇫",8,"퇵퇶퇷퇹",13],["b881","툈툊",5,"툑",24,"륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많",4,"맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼"],["b941","툪툫툮툯툱툲툳툵",6,"툾퉀퉂",5,"퉉퉊퉋퉌"],["b961","퉍",14,"퉝",6,"퉥퉦퉧퉨"],["b981","퉩",22,"튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바",4,"받",4,"밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗"],["ba41","튍튎튏튒튓튔튖",5,"튝튞튟튡튢튣튥",6,"튭"],["ba61","튮튯튰튲",5,"튺튻튽튾틁틃",4,"틊틌",5],["ba81","틒틓틕틖틗틙틚틛틝",6,"틦",9,"틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤"],["bb41","틻",4,"팂팄팆",5,"팏팑팒팓팕팗",4,"팞팢팣"],["bb61","팤팦팧팪팫팭팮팯팱",6,"팺팾",5,"퍆퍇퍈퍉"],["bb81","퍊",31,"빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤"],["bc41","퍪",17,"퍾퍿펁펂펃펅펆펇"],["bc61","펈펉펊펋펎펒",5,"펚펛펝펞펟펡",6,"펪펬펮"],["bc81","펯",4,"펵펶펷펹펺펻펽",6,"폆폇폊",5,"폑",5,"샥샨샬샴샵샷샹섀섄섈섐섕서",4,"섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭"],["bd41","폗폙",7,"폢폤",7,"폮폯폱폲폳폵폶폷"],["bd61","폸폹폺폻폾퐀퐂",5,"퐉",13],["bd81","퐗",5,"퐞",25,"숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰"],["be41","퐸",7,"푁푂푃푅",14],["be61","푔",7,"푝푞푟푡푢푣푥",7,"푮푰푱푲"],["be81","푳",4,"푺푻푽푾풁풃",4,"풊풌풎",5,"풕",8,"쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄",6,"엌엎"],["bf41","풞",10,"풪",14],["bf61","풹",18,"퓍퓎퓏퓑퓒퓓퓕"],["bf81","퓖",5,"퓝퓞퓠",7,"퓩퓪퓫퓭퓮퓯퓱",6,"퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염",5,"옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨"],["c041","퓾",5,"픅픆픇픉픊픋픍",6,"픖픘",5],["c061","픞",25],["c081","픸픹픺픻픾픿핁핂핃핅",6,"핎핐핒",5,"핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응",7,"읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊"],["c141","핤핦핧핪핬핮",5,"핶핷핹핺핻핽",6,"햆햊햋"],["c161","햌햍햎햏햑",19,"햦햧"],["c181","햨",31,"점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓"],["c241","헊헋헍헎헏헑헓",4,"헚헜헞",5,"헦헧헩헪헫헭헮"],["c261","헯",4,"헶헸헺",5,"혂혃혅혆혇혉",6,"혒"],["c281","혖",5,"혝혞혟혡혢혣혥",7,"혮",9,"혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻"],["c341","혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝",4],["c361","홢",4,"홨홪",5,"홲홳홵",11],["c381","횁횂횄횆",5,"횎횏횑횒횓횕",7,"횞횠횢",5,"횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층"],["c441","횫횭횮횯횱",7,"횺횼",7,"훆훇훉훊훋"],["c461","훍훎훏훐훒훓훕훖훘훚",5,"훡훢훣훥훦훧훩",4],["c481","훮훯훱훲훳훴훶",5,"훾훿휁휂휃휅",11,"휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼"],["c541","휕휖휗휚휛휝휞휟휡",6,"휪휬휮",5,"휶휷휹"],["c561","휺휻휽",6,"흅흆흈흊",5,"흒흓흕흚",4],["c581","흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵",6,"흾흿힀힂",5,"힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜"],["c641","힍힎힏힑",6,"힚힜힞",5],["c6a1","퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁"],["c7a1","퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠"],["c8a1","혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝"],["caa1","伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕"],["cba1","匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢"],["cca1","瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械"],["cda1","棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜"],["cea1","科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾"],["cfa1","區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴"],["d0a1","鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣"],["d1a1","朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩",5,"那樂",4,"諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉"],["d2a1","納臘蠟衲囊娘廊",4,"乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧",5,"駑魯",10,"濃籠聾膿農惱牢磊腦賂雷尿壘",7,"嫩訥杻紐勒",5,"能菱陵尼泥匿溺多茶"],["d3a1","丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃"],["d4a1","棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅"],["d5a1","蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣"],["d6a1","煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼"],["d7a1","遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬"],["d8a1","立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅"],["d9a1","蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文"],["daa1","汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑"],["dba1","發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖"],["dca1","碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦"],["dda1","孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥"],["dea1","脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索"],["dfa1","傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署"],["e0a1","胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬"],["e1a1","聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁"],["e2a1","戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧"],["e3a1","嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁"],["e4a1","沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額"],["e5a1","櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬"],["e6a1","旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒"],["e7a1","簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳"],["e8a1","烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療"],["e9a1","窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓"],["eaa1","運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜"],["eba1","濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼"],["eca1","議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄"],["eda1","立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長"],["eea1","障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱"],["efa1","煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖"],["f0a1","靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫"],["f1a1","踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只"],["f2a1","咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯"],["f3a1","鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策"],["f4a1","責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢"],["f5a1","椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃"],["f6a1","贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託"],["f7a1","鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑"],["f8a1","阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃"],["f9a1","品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航"],["faa1","行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型"],["fba1","形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵"],["fca1","禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆"],["fda1","爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰"]]')},33104:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",127],["a140"," ,、。.‧;:?!︰…‥﹐﹑﹒·﹔﹕﹖﹗|–︱—︳╴︴﹏()︵︶{}︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚"],["a1a1","﹛﹜﹝﹞‘’“”〝〞‵′#&*※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯ ̄_ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡+-×÷±√<>=≦≧≠∞≒≡﹢",4,"~∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣/"],["a240","\∕﹨$¥〒¢£%@℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁",7,"▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭"],["a2a1","╮╰╯═╞╪╡◢◣◥◤╱╲╳0",9,"Ⅰ",9,"〡",8,"十卄卅A",25,"a",21],["a340","wxyzΑ",16,"Σ",6,"α",16,"σ",6,"ㄅ",10],["a3a1","ㄐ",25,"˙ˉˊˇˋ"],["a3e1","€"],["a440","一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才"],["a4a1","丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙"],["a540","世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外"],["a5a1","央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全"],["a640","共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年"],["a6a1","式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣"],["a740","作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍"],["a7a1","均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠"],["a840","杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒"],["a8a1","芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵"],["a940","咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居"],["a9a1","屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊"],["aa40","昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠"],["aaa1","炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附"],["ab40","陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品"],["aba1","哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷"],["ac40","拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗"],["aca1","活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄"],["ad40","耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥"],["ada1","迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪"],["ae40","哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙"],["aea1","恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓"],["af40","浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷"],["afa1","砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃"],["b040","虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡"],["b0a1","陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀"],["b140","娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽"],["b1a1","情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺"],["b240","毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶"],["b2a1","瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼"],["b340","莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途"],["b3a1","部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠"],["b440","婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍"],["b4a1","插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋"],["b540","溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘"],["b5a1","窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁"],["b640","詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑"],["b6a1","間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼"],["b740","媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業"],["b7a1","楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督"],["b840","睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫"],["b8a1","腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊"],["b940","辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴"],["b9a1","飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇"],["ba40","愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢"],["baa1","滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬"],["bb40","罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤"],["bba1","說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜"],["bc40","劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂"],["bca1","慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃"],["bd40","瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯"],["bda1","翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞"],["be40","輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉"],["bea1","鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡"],["bf40","濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊"],["bfa1","縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚"],["c040","錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇"],["c0a1","嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬"],["c140","瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪"],["c1a1","薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁"],["c240","駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘"],["c2a1","癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦"],["c340","鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸"],["c3a1","獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類"],["c440","願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼"],["c4a1","纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴"],["c540","護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬"],["c5a1","禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒"],["c640","讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲"],["c940","乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕"],["c9a1","氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋"],["ca40","汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘"],["caa1","吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇"],["cb40","杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓"],["cba1","芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢"],["cc40","坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋"],["cca1","怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲"],["cd40","泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺"],["cda1","矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏"],["ce40","哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛"],["cea1","峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺"],["cf40","柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂"],["cfa1","洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀"],["d040","穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪"],["d0a1","苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱"],["d140","唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧"],["d1a1","恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤"],["d240","毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸"],["d2a1","牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐"],["d340","笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢"],["d3a1","荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐"],["d440","酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅"],["d4a1","唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏"],["d540","崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟"],["d5a1","捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉"],["d640","淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏"],["d6a1","痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟"],["d740","耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷"],["d7a1","蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪"],["d840","釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷"],["d8a1","堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔"],["d940","惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒"],["d9a1","晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞"],["da40","湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖"],["daa1","琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥"],["db40","罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳"],["dba1","菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺"],["dc40","軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈"],["dca1","隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆"],["dd40","媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤"],["dda1","搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛嗀毻毼"],["de40","毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓"],["dea1","煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓"],["df40","稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯"],["dfa1","腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤"],["e040","觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿"],["e0a1","遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠"],["e140","凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠"],["e1a1","寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉"],["e240","榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊"],["e2a1","漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓"],["e340","禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞"],["e3a1","耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻"],["e440","裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍"],["e4a1","銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘"],["e540","噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉"],["e5a1","憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒"],["e640","澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙"],["e6a1","獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟"],["e740","膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢"],["e7a1","蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧"],["e840","踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓"],["e8a1","銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮"],["e940","噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺"],["e9a1","憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸"],["ea40","澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙"],["eaa1","瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘"],["eb40","蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠"],["eba1","諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌"],["ec40","錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕"],["eca1","魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎"],["ed40","檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶"],["eda1","瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞"],["ee40","蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞"],["eea1","謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜"],["ef40","鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰"],["efa1","鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶"],["f040","璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒"],["f0a1","臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧"],["f140","蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪"],["f1a1","鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰"],["f240","徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛"],["f2a1","礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕"],["f340","譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦"],["f3a1","鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲"],["f440","嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩"],["f4a1","禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿"],["f540","鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛"],["f5a1","鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥"],["f640","蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺"],["f6a1","騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚"],["f740","糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊"],["f7a1","驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾"],["f840","讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏"],["f8a1","齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚"],["f940","纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊"],["f9a1","龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘碁銹裏墻恒粧嫺╔╦╗╠╬╣╚╩╝╒╤╕╞╪╡╘╧╛╓╥╖╟╫╢╙╨╜║═╭╮╰╯▓"]]')},72417:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",127],["8ea1","。",62],["a1a1"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇"],["a2a1","◆□■△▲▽▼※〒→←↑↓〓"],["a2ba","∈∋⊆⊇⊂⊃∪∩"],["a2ca","∧∨¬⇒⇔∀∃"],["a2dc","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],["a2f2","ʼn♯♭♪†‡¶"],["a2fe","◯"],["a3b0","0",9],["a3c1","A",25],["a3e1","a",25],["a4a1","ぁ",82],["a5a1","ァ",85],["a6a1","Α",16,"Σ",6],["a6c1","α",16,"σ",6],["a7a1","А",5,"ЁЖ",25],["a7d1","а",5,"ёж",25],["a8a1","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],["ada1","①",19,"Ⅰ",9],["adc0","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],["addf","㍻〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],["b0a1","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],["b1a1","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応"],["b2a1","押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],["b3a1","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱"],["b4a1","粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],["b5a1","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京"],["b6a1","供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],["b7a1","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲"],["b8a1","検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],["b9a1","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込"],["baa1","此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],["bba1","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時"],["bca1","次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],["bda1","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償"],["bea1","勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],["bfa1","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾"],["c0a1","澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],["c1a1","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎"],["c2a1","臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],["c3a1","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵"],["c4a1","帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],["c5a1","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到"],["c6a1","董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],["c7a1","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦"],["c8a1","函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],["c9a1","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服"],["caa1","福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],["cba1","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満"],["cca1","漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],["cda1","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃"],["cea1","痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],["cfa1","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],["d0a1","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],["d1a1","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨"],["d2a1","辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],["d3a1","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉"],["d4a1","圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],["d5a1","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓"],["d6a1","屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],["d7a1","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚"],["d8a1","悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],["d9a1","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼"],["daa1","據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],["dba1","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍"],["dca1","棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],["dda1","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾"],["dea1","沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],["dfa1","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼"],["e0a1","燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],["e1a1","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰"],["e2a1","癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],["e3a1","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐"],["e4a1","筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],["e5a1","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺"],["e6a1","罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],["e7a1","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙"],["e8a1","茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],["e9a1","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙"],["eaa1","蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],["eba1","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫"],["eca1","譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],["eda1","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸"],["eea1","遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],["efa1","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞"],["f0a1","陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],["f1a1","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷"],["f2a1","髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],["f3a1","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠"],["f4a1","堯槇遙瑤凜熙"],["f9a1","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德"],["faa1","忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],["fba1","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚"],["fca1","釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],["fcf1","ⅰ",9,"¬¦'""],["8fa2af","˘ˇ¸˙˝¯˛˚~΄΅"],["8fa2c2","¡¦¿"],["8fa2eb","ºª©®™¤№"],["8fa6e1","ΆΈΉΊΪ"],["8fa6e7","Ό"],["8fa6e9","ΎΫ"],["8fa6ec","Ώ"],["8fa6f1","άέήίϊΐόςύϋΰώ"],["8fa7c2","Ђ",10,"ЎЏ"],["8fa7f2","ђ",10,"ўџ"],["8fa9a1","ÆĐ"],["8fa9a4","Ħ"],["8fa9a6","IJ"],["8fa9a8","ŁĿ"],["8fa9ab","ŊØŒ"],["8fa9af","ŦÞ"],["8fa9c1","æđðħıijĸłŀʼnŋøœßŧþ"],["8faaa1","ÁÀÄÂĂǍĀĄÅÃĆĈČÇĊĎÉÈËÊĚĖĒĘ"],["8faaba","ĜĞĢĠĤÍÌÏÎǏİĪĮĨĴĶĹĽĻŃŇŅÑÓÒÖÔǑŐŌÕŔŘŖŚŜŠŞŤŢÚÙÜÛŬǓŰŪŲŮŨǗǛǙǕŴÝŸŶŹŽŻ"],["8faba1","áàäâăǎāąåãćĉčçċďéèëêěėēęǵĝğ"],["8fabbd","ġĥíìïîǐ"],["8fabc5","īįĩĵķĺľļńňņñóòöôǒőōõŕřŗśŝšşťţúùüûŭǔűūųůũǘǜǚǖŵýÿŷźžż"],["8fb0a1","丂丄丅丌丒丟丣两丨丫丮丯丰丵乀乁乄乇乑乚乜乣乨乩乴乵乹乿亍亖亗亝亯亹仃仐仚仛仠仡仢仨仯仱仳仵份仾仿伀伂伃伈伋伌伒伕伖众伙伮伱你伳伵伷伹伻伾佀佂佈佉佋佌佒佔佖佘佟佣佪佬佮佱佷佸佹佺佽佾侁侂侄"],["8fb1a1","侅侉侊侌侎侐侒侓侔侗侙侚侞侟侲侷侹侻侼侽侾俀俁俅俆俈俉俋俌俍俏俒俜俠俢俰俲俼俽俿倀倁倄倇倊倌倎倐倓倗倘倛倜倝倞倢倧倮倰倲倳倵偀偁偂偅偆偊偌偎偑偒偓偗偙偟偠偢偣偦偧偪偭偰偱倻傁傃傄傆傊傎傏傐"],["8fb2a1","傒傓傔傖傛傜傞",4,"傪傯傰傹傺傽僀僃僄僇僌僎僐僓僔僘僜僝僟僢僤僦僨僩僯僱僶僺僾儃儆儇儈儋儌儍儎僲儐儗儙儛儜儝儞儣儧儨儬儭儯儱儳儴儵儸儹兂兊兏兓兕兗兘兟兤兦兾冃冄冋冎冘冝冡冣冭冸冺冼冾冿凂"],["8fb3a1","凈减凑凒凓凕凘凞凢凥凮凲凳凴凷刁刂刅划刓刕刖刘刢刨刱刲刵刼剅剉剕剗剘剚剜剟剠剡剦剮剷剸剹劀劂劅劊劌劓劕劖劗劘劚劜劤劥劦劧劯劰劶劷劸劺劻劽勀勄勆勈勌勏勑勔勖勛勜勡勥勨勩勪勬勰勱勴勶勷匀匃匊匋"],["8fb4a1","匌匑匓匘匛匜匞匟匥匧匨匩匫匬匭匰匲匵匼匽匾卂卌卋卙卛卡卣卥卬卭卲卹卾厃厇厈厎厓厔厙厝厡厤厪厫厯厲厴厵厷厸厺厽叀叅叏叒叓叕叚叝叞叠另叧叵吂吓吚吡吧吨吪启吱吴吵呃呄呇呍呏呞呢呤呦呧呩呫呭呮呴呿"],["8fb5a1","咁咃咅咈咉咍咑咕咖咜咟咡咦咧咩咪咭咮咱咷咹咺咻咿哆哊响哎哠哪哬哯哶哼哾哿唀唁唅唈唉唌唍唎唕唪唫唲唵唶唻唼唽啁啇啉啊啍啐啑啘啚啛啞啠啡啤啦啿喁喂喆喈喎喏喑喒喓喔喗喣喤喭喲喿嗁嗃嗆嗉嗋嗌嗎嗑嗒"],["8fb6a1","嗓嗗嗘嗛嗞嗢嗩嗶嗿嘅嘈嘊嘍",5,"嘙嘬嘰嘳嘵嘷嘹嘻嘼嘽嘿噀噁噃噄噆噉噋噍噏噔噞噠噡噢噣噦噩噭噯噱噲噵嚄嚅嚈嚋嚌嚕嚙嚚嚝嚞嚟嚦嚧嚨嚩嚫嚬嚭嚱嚳嚷嚾囅囉囊囋囏囐囌囍囙囜囝囟囡囤",4,"囱囫园"],["8fb7a1","囶囷圁圂圇圊圌圑圕圚圛圝圠圢圣圤圥圩圪圬圮圯圳圴圽圾圿坅坆坌坍坒坢坥坧坨坫坭",4,"坳坴坵坷坹坺坻坼坾垁垃垌垔垗垙垚垜垝垞垟垡垕垧垨垩垬垸垽埇埈埌埏埕埝埞埤埦埧埩埭埰埵埶埸埽埾埿堃堄堈堉埡"],["8fb8a1","堌堍堛堞堟堠堦堧堭堲堹堿塉塌塍塏塐塕塟塡塤塧塨塸塼塿墀墁墇墈墉墊墌墍墏墐墔墖墝墠墡墢墦墩墱墲壄墼壂壈壍壎壐壒壔壖壚壝壡壢壩壳夅夆夋夌夒夓夔虁夝夡夣夤夨夯夰夳夵夶夿奃奆奒奓奙奛奝奞奟奡奣奫奭"],["8fb9a1","奯奲奵奶她奻奼妋妌妎妒妕妗妟妤妧妭妮妯妰妳妷妺妼姁姃姄姈姊姍姒姝姞姟姣姤姧姮姯姱姲姴姷娀娄娌娍娎娒娓娞娣娤娧娨娪娭娰婄婅婇婈婌婐婕婞婣婥婧婭婷婺婻婾媋媐媓媖媙媜媞媟媠媢媧媬媱媲媳媵媸媺媻媿"],["8fbaa1","嫄嫆嫈嫏嫚嫜嫠嫥嫪嫮嫵嫶嫽嬀嬁嬈嬗嬴嬙嬛嬝嬡嬥嬭嬸孁孋孌孒孖孞孨孮孯孼孽孾孿宁宄宆宊宎宐宑宓宔宖宨宩宬宭宯宱宲宷宺宼寀寁寍寏寖",4,"寠寯寱寴寽尌尗尞尟尣尦尩尫尬尮尰尲尵尶屙屚屜屢屣屧屨屩"],["8fbba1","屭屰屴屵屺屻屼屽岇岈岊岏岒岝岟岠岢岣岦岪岲岴岵岺峉峋峒峝峗峮峱峲峴崁崆崍崒崫崣崤崦崧崱崴崹崽崿嵂嵃嵆嵈嵕嵑嵙嵊嵟嵠嵡嵢嵤嵪嵭嵰嵹嵺嵾嵿嶁嶃嶈嶊嶒嶓嶔嶕嶙嶛嶟嶠嶧嶫嶰嶴嶸嶹巃巇巋巐巎巘巙巠巤"],["8fbca1","巩巸巹帀帇帍帒帔帕帘帟帠帮帨帲帵帾幋幐幉幑幖幘幛幜幞幨幪",4,"幰庀庋庎庢庤庥庨庪庬庱庳庽庾庿廆廌廋廎廑廒廔廕廜廞廥廫异弆弇弈弎弙弜弝弡弢弣弤弨弫弬弮弰弴弶弻弽弿彀彄彅彇彍彐彔彘彛彠彣彤彧"],["8fbda1","彯彲彴彵彸彺彽彾徉徍徏徖徜徝徢徧徫徤徬徯徰徱徸忄忇忈忉忋忐",4,"忞忡忢忨忩忪忬忭忮忯忲忳忶忺忼怇怊怍怓怔怗怘怚怟怤怭怳怵恀恇恈恉恌恑恔恖恗恝恡恧恱恾恿悂悆悈悊悎悑悓悕悘悝悞悢悤悥您悰悱悷"],["8fbea1","悻悾惂惄惈惉惊惋惎惏惔惕惙惛惝惞惢惥惲惵惸惼惽愂愇愊愌愐",4,"愖愗愙愜愞愢愪愫愰愱愵愶愷愹慁慅慆慉慞慠慬慲慸慻慼慿憀憁憃憄憋憍憒憓憗憘憜憝憟憠憥憨憪憭憸憹憼懀懁懂懎懏懕懜懝懞懟懡懢懧懩懥"],["8fbfa1","懬懭懯戁戃戄戇戓戕戜戠戢戣戧戩戫戹戽扂扃扄扆扌扐扑扒扔扖扚扜扤扭扯扳扺扽抍抎抏抐抦抨抳抶抷抺抾抿拄拎拕拖拚拪拲拴拼拽挃挄挊挋挍挐挓挖挘挩挪挭挵挶挹挼捁捂捃捄捆捊捋捎捒捓捔捘捛捥捦捬捭捱捴捵"],["8fc0a1","捸捼捽捿掂掄掇掊掐掔掕掙掚掞掤掦掭掮掯掽揁揅揈揎揑揓揔揕揜揠揥揪揬揲揳揵揸揹搉搊搐搒搔搘搞搠搢搤搥搩搪搯搰搵搽搿摋摏摑摒摓摔摚摛摜摝摟摠摡摣摭摳摴摻摽撅撇撏撐撑撘撙撛撝撟撡撣撦撨撬撳撽撾撿"],["8fc1a1","擄擉擊擋擌擎擐擑擕擗擤擥擩擪擭擰擵擷擻擿攁攄攈攉攊攏攓攔攖攙攛攞攟攢攦攩攮攱攺攼攽敃敇敉敐敒敔敟敠敧敫敺敽斁斅斊斒斕斘斝斠斣斦斮斲斳斴斿旂旈旉旎旐旔旖旘旟旰旲旴旵旹旾旿昀昄昈昉昍昑昒昕昖昝"],["8fc2a1","昞昡昢昣昤昦昩昪昫昬昮昰昱昳昹昷晀晅晆晊晌晑晎晗晘晙晛晜晠晡曻晪晫晬晾晳晵晿晷晸晹晻暀晼暋暌暍暐暒暙暚暛暜暟暠暤暭暱暲暵暻暿曀曂曃曈曌曎曏曔曛曟曨曫曬曮曺朅朇朎朓朙朜朠朢朳朾杅杇杈杌杔杕杝"],["8fc3a1","杦杬杮杴杶杻极构枎枏枑枓枖枘枙枛枰枱枲枵枻枼枽柹柀柂柃柅柈柉柒柗柙柜柡柦柰柲柶柷桒栔栙栝栟栨栧栬栭栯栰栱栳栻栿桄桅桊桌桕桗桘桛桫桮",4,"桵桹桺桻桼梂梄梆梈梖梘梚梜梡梣梥梩梪梮梲梻棅棈棌棏"],["8fc4a1","棐棑棓棖棙棜棝棥棨棪棫棬棭棰棱棵棶棻棼棽椆椉椊椐椑椓椖椗椱椳椵椸椻楂楅楉楎楗楛楣楤楥楦楨楩楬楰楱楲楺楻楿榀榍榒榖榘榡榥榦榨榫榭榯榷榸榺榼槅槈槑槖槗槢槥槮槯槱槳槵槾樀樁樃樏樑樕樚樝樠樤樨樰樲"],["8fc5a1","樴樷樻樾樿橅橆橉橊橎橐橑橒橕橖橛橤橧橪橱橳橾檁檃檆檇檉檋檑檛檝檞檟檥檫檯檰檱檴檽檾檿櫆櫉櫈櫌櫐櫔櫕櫖櫜櫝櫤櫧櫬櫰櫱櫲櫼櫽欂欃欆欇欉欏欐欑欗欛欞欤欨欫欬欯欵欶欻欿歆歊歍歒歖歘歝歠歧歫歮歰歵歽"],["8fc6a1","歾殂殅殗殛殟殠殢殣殨殩殬殭殮殰殸殹殽殾毃毄毉毌毖毚毡毣毦毧毮毱毷毹毿氂氄氅氉氍氎氐氒氙氟氦氧氨氬氮氳氵氶氺氻氿汊汋汍汏汒汔汙汛汜汫汭汯汴汶汸汹汻沅沆沇沉沔沕沗沘沜沟沰沲沴泂泆泍泏泐泑泒泔泖"],["8fc7a1","泚泜泠泧泩泫泬泮泲泴洄洇洊洎洏洑洓洚洦洧洨汧洮洯洱洹洼洿浗浞浟浡浥浧浯浰浼涂涇涑涒涔涖涗涘涪涬涴涷涹涽涿淄淈淊淎淏淖淛淝淟淠淢淥淩淯淰淴淶淼渀渄渞渢渧渲渶渹渻渼湄湅湈湉湋湏湑湒湓湔湗湜湝湞"],["8fc8a1","湢湣湨湳湻湽溍溓溙溠溧溭溮溱溳溻溿滀滁滃滇滈滊滍滎滏滫滭滮滹滻滽漄漈漊漌漍漖漘漚漛漦漩漪漯漰漳漶漻漼漭潏潑潒潓潗潙潚潝潞潡潢潨潬潽潾澃澇澈澋澌澍澐澒澓澔澖澚澟澠澥澦澧澨澮澯澰澵澶澼濅濇濈濊"],["8fc9a1","濚濞濨濩濰濵濹濼濽瀀瀅瀆瀇瀍瀗瀠瀣瀯瀴瀷瀹瀼灃灄灈灉灊灋灔灕灝灞灎灤灥灬灮灵灶灾炁炅炆炔",4,"炛炤炫炰炱炴炷烊烑烓烔烕烖烘烜烤烺焃",4,"焋焌焏焞焠焫焭焯焰焱焸煁煅煆煇煊煋煐煒煗煚煜煞煠"],["8fcaa1","煨煹熀熅熇熌熒熚熛熠熢熯熰熲熳熺熿燀燁燄燋燌燓燖燙燚燜燸燾爀爇爈爉爓爗爚爝爟爤爫爯爴爸爹牁牂牃牅牎牏牐牓牕牖牚牜牞牠牣牨牫牮牯牱牷牸牻牼牿犄犉犍犎犓犛犨犭犮犱犴犾狁狇狉狌狕狖狘狟狥狳狴狺狻"],["8fcba1","狾猂猄猅猇猋猍猒猓猘猙猞猢猤猧猨猬猱猲猵猺猻猽獃獍獐獒獖獘獝獞獟獠獦獧獩獫獬獮獯獱獷獹獼玀玁玃玅玆玎玐玓玕玗玘玜玞玟玠玢玥玦玪玫玭玵玷玹玼玽玿珅珆珉珋珌珏珒珓珖珙珝珡珣珦珧珩珴珵珷珹珺珻珽"],["8fcca1","珿琀琁琄琇琊琑琚琛琤琦琨",9,"琹瑀瑃瑄瑆瑇瑋瑍瑑瑒瑗瑝瑢瑦瑧瑨瑫瑭瑮瑱瑲璀璁璅璆璇璉璏璐璑璒璘璙璚璜璟璠璡璣璦璨璩璪璫璮璯璱璲璵璹璻璿瓈瓉瓌瓐瓓瓘瓚瓛瓞瓟瓤瓨瓪瓫瓯瓴瓺瓻瓼瓿甆"],["8fcda1","甒甖甗甠甡甤甧甩甪甯甶甹甽甾甿畀畃畇畈畎畐畒畗畞畟畡畯畱畹",5,"疁疅疐疒疓疕疙疜疢疤疴疺疿痀痁痄痆痌痎痏痗痜痟痠痡痤痧痬痮痯痱痹瘀瘂瘃瘄瘇瘈瘊瘌瘏瘒瘓瘕瘖瘙瘛瘜瘝瘞瘣瘥瘦瘩瘭瘲瘳瘵瘸瘹"],["8fcea1","瘺瘼癊癀癁癃癄癅癉癋癕癙癟癤癥癭癮癯癱癴皁皅皌皍皕皛皜皝皟皠皢",6,"皪皭皽盁盅盉盋盌盎盔盙盠盦盨盬盰盱盶盹盼眀眆眊眎眒眔眕眗眙眚眜眢眨眭眮眯眴眵眶眹眽眾睂睅睆睊睍睎睏睒睖睗睜睞睟睠睢"],["8fcfa1","睤睧睪睬睰睲睳睴睺睽瞀瞄瞌瞍瞔瞕瞖瞚瞟瞢瞧瞪瞮瞯瞱瞵瞾矃矉矑矒矕矙矞矟矠矤矦矪矬矰矱矴矸矻砅砆砉砍砎砑砝砡砢砣砭砮砰砵砷硃硄硇硈硌硎硒硜硞硠硡硣硤硨硪确硺硾碊碏碔碘碡碝碞碟碤碨碬碭碰碱碲碳"],["8fd0a1","碻碽碿磇磈磉磌磎磒磓磕磖磤磛磟磠磡磦磪磲磳礀磶磷磺磻磿礆礌礐礚礜礞礟礠礥礧礩礭礱礴礵礻礽礿祄祅祆祊祋祏祑祔祘祛祜祧祩祫祲祹祻祼祾禋禌禑禓禔禕禖禘禛禜禡禨禩禫禯禱禴禸离秂秄秇秈秊秏秔秖秚秝秞"],["8fd1a1","秠秢秥秪秫秭秱秸秼稂稃稇稉稊稌稑稕稛稞稡稧稫稭稯稰稴稵稸稹稺穄穅穇穈穌穕穖穙穜穝穟穠穥穧穪穭穵穸穾窀窂窅窆窊窋窐窑窔窞窠窣窬窳窵窹窻窼竆竉竌竎竑竛竨竩竫竬竱竴竻竽竾笇笔笟笣笧笩笪笫笭笮笯笰"],["8fd2a1","笱笴笽笿筀筁筇筎筕筠筤筦筩筪筭筯筲筳筷箄箉箎箐箑箖箛箞箠箥箬箯箰箲箵箶箺箻箼箽篂篅篈篊篔篖篗篙篚篛篨篪篲篴篵篸篹篺篼篾簁簂簃簄簆簉簋簌簎簏簙簛簠簥簦簨簬簱簳簴簶簹簺籆籊籕籑籒籓籙",5],["8fd3a1","籡籣籧籩籭籮籰籲籹籼籽粆粇粏粔粞粠粦粰粶粷粺粻粼粿糄糇糈糉糍糏糓糔糕糗糙糚糝糦糩糫糵紃紇紈紉紏紑紒紓紖紝紞紣紦紪紭紱紼紽紾絀絁絇絈絍絑絓絗絙絚絜絝絥絧絪絰絸絺絻絿綁綂綃綅綆綈綋綌綍綑綖綗綝"],["8fd4a1","綞綦綧綪綳綶綷綹緂",4,"緌緍緎緗緙縀緢緥緦緪緫緭緱緵緶緹緺縈縐縑縕縗縜縝縠縧縨縬縭縯縳縶縿繄繅繇繎繐繒繘繟繡繢繥繫繮繯繳繸繾纁纆纇纊纍纑纕纘纚纝纞缼缻缽缾缿罃罄罇罏罒罓罛罜罝罡罣罤罥罦罭"],["8fd5a1","罱罽罾罿羀羋羍羏羐羑羖羗羜羡羢羦羪羭羴羼羿翀翃翈翎翏翛翟翣翥翨翬翮翯翲翺翽翾翿耇耈耊耍耎耏耑耓耔耖耝耞耟耠耤耦耬耮耰耴耵耷耹耺耼耾聀聄聠聤聦聭聱聵肁肈肎肜肞肦肧肫肸肹胈胍胏胒胔胕胗胘胠胭胮"],["8fd6a1","胰胲胳胶胹胺胾脃脋脖脗脘脜脞脠脤脧脬脰脵脺脼腅腇腊腌腒腗腠腡腧腨腩腭腯腷膁膐膄膅膆膋膎膖膘膛膞膢膮膲膴膻臋臃臅臊臎臏臕臗臛臝臞臡臤臫臬臰臱臲臵臶臸臹臽臿舀舃舏舓舔舙舚舝舡舢舨舲舴舺艃艄艅艆"],["8fd7a1","艋艎艏艑艖艜艠艣艧艭艴艻艽艿芀芁芃芄芇芉芊芎芑芔芖芘芚芛芠芡芣芤芧芨芩芪芮芰芲芴芷芺芼芾芿苆苐苕苚苠苢苤苨苪苭苯苶苷苽苾茀茁茇茈茊茋荔茛茝茞茟茡茢茬茭茮茰茳茷茺茼茽荂荃荄荇荍荎荑荕荖荗荰荸"],["8fd8a1","荽荿莀莂莄莆莍莒莔莕莘莙莛莜莝莦莧莩莬莾莿菀菇菉菏菐菑菔菝荓菨菪菶菸菹菼萁萆萊萏萑萕萙莭萯萹葅葇葈葊葍葏葑葒葖葘葙葚葜葠葤葥葧葪葰葳葴葶葸葼葽蒁蒅蒒蒓蒕蒞蒦蒨蒩蒪蒯蒱蒴蒺蒽蒾蓀蓂蓇蓈蓌蓏蓓"],["8fd9a1","蓜蓧蓪蓯蓰蓱蓲蓷蔲蓺蓻蓽蔂蔃蔇蔌蔎蔐蔜蔞蔢蔣蔤蔥蔧蔪蔫蔯蔳蔴蔶蔿蕆蕏",4,"蕖蕙蕜",6,"蕤蕫蕯蕹蕺蕻蕽蕿薁薅薆薉薋薌薏薓薘薝薟薠薢薥薧薴薶薷薸薼薽薾薿藂藇藊藋藎薭藘藚藟藠藦藨藭藳藶藼"],["8fdaa1","藿蘀蘄蘅蘍蘎蘐蘑蘒蘘蘙蘛蘞蘡蘧蘩蘶蘸蘺蘼蘽虀虂虆虒虓虖虗虘虙虝虠",4,"虩虬虯虵虶虷虺蚍蚑蚖蚘蚚蚜蚡蚦蚧蚨蚭蚱蚳蚴蚵蚷蚸蚹蚿蛀蛁蛃蛅蛑蛒蛕蛗蛚蛜蛠蛣蛥蛧蚈蛺蛼蛽蜄蜅蜇蜋蜎蜏蜐蜓蜔蜙蜞蜟蜡蜣"],["8fdba1","蜨蜮蜯蜱蜲蜹蜺蜼蜽蜾蝀蝃蝅蝍蝘蝝蝡蝤蝥蝯蝱蝲蝻螃",6,"螋螌螐螓螕螗螘螙螞螠螣螧螬螭螮螱螵螾螿蟁蟈蟉蟊蟎蟕蟖蟙蟚蟜蟟蟢蟣蟤蟪蟫蟭蟱蟳蟸蟺蟿蠁蠃蠆蠉蠊蠋蠐蠙蠒蠓蠔蠘蠚蠛蠜蠞蠟蠨蠭蠮蠰蠲蠵"],["8fdca1","蠺蠼衁衃衅衈衉衊衋衎衑衕衖衘衚衜衟衠衤衩衱衹衻袀袘袚袛袜袟袠袨袪袺袽袾裀裊",4,"裑裒裓裛裞裧裯裰裱裵裷褁褆褍褎褏褕褖褘褙褚褜褠褦褧褨褰褱褲褵褹褺褾襀襂襅襆襉襏襒襗襚襛襜襡襢襣襫襮襰襳襵襺"],["8fdda1","襻襼襽覉覍覐覔覕覛覜覟覠覥覰覴覵覶覷覼觔",4,"觥觩觫觭觱觳觶觹觽觿訄訅訇訏訑訒訔訕訞訠訢訤訦訫訬訯訵訷訽訾詀詃詅詇詉詍詎詓詖詗詘詜詝詡詥詧詵詶詷詹詺詻詾詿誀誃誆誋誏誐誒誖誗誙誟誧誩誮誯誳"],["8fdea1","誶誷誻誾諃諆諈諉諊諑諓諔諕諗諝諟諬諰諴諵諶諼諿謅謆謋謑謜謞謟謊謭謰謷謼譂",4,"譈譒譓譔譙譍譞譣譭譶譸譹譼譾讁讄讅讋讍讏讔讕讜讞讟谸谹谽谾豅豇豉豋豏豑豓豔豗豘豛豝豙豣豤豦豨豩豭豳豵豶豻豾貆"],["8fdfa1","貇貋貐貒貓貙貛貜貤貹貺賅賆賉賋賏賖賕賙賝賡賨賬賯賰賲賵賷賸賾賿贁贃贉贒贗贛赥赩赬赮赿趂趄趈趍趐趑趕趞趟趠趦趫趬趯趲趵趷趹趻跀跅跆跇跈跊跎跑跔跕跗跙跤跥跧跬跰趼跱跲跴跽踁踄踅踆踋踑踔踖踠踡踢"],["8fe0a1","踣踦踧踱踳踶踷踸踹踽蹀蹁蹋蹍蹎蹏蹔蹛蹜蹝蹞蹡蹢蹩蹬蹭蹯蹰蹱蹹蹺蹻躂躃躉躐躒躕躚躛躝躞躢躧躩躭躮躳躵躺躻軀軁軃軄軇軏軑軔軜軨軮軰軱軷軹軺軭輀輂輇輈輏輐輖輗輘輞輠輡輣輥輧輨輬輭輮輴輵輶輷輺轀轁"],["8fe1a1","轃轇轏轑",4,"轘轝轞轥辝辠辡辤辥辦辵辶辸达迀迁迆迊迋迍运迒迓迕迠迣迤迨迮迱迵迶迻迾适逄逈逌逘逛逨逩逯逪逬逭逳逴逷逿遃遄遌遛遝遢遦遧遬遰遴遹邅邈邋邌邎邐邕邗邘邙邛邠邡邢邥邰邲邳邴邶邽郌邾郃"],["8fe2a1","郄郅郇郈郕郗郘郙郜郝郟郥郒郶郫郯郰郴郾郿鄀鄄鄅鄆鄈鄍鄐鄔鄖鄗鄘鄚鄜鄞鄠鄥鄢鄣鄧鄩鄮鄯鄱鄴鄶鄷鄹鄺鄼鄽酃酇酈酏酓酗酙酚酛酡酤酧酭酴酹酺酻醁醃醅醆醊醎醑醓醔醕醘醞醡醦醨醬醭醮醰醱醲醳醶醻醼醽醿"],["8fe3a1","釂釃釅釓釔釗釙釚釞釤釥釩釪釬",5,"釷釹釻釽鈀鈁鈄鈅鈆鈇鈉鈊鈌鈐鈒鈓鈖鈘鈜鈝鈣鈤鈥鈦鈨鈮鈯鈰鈳鈵鈶鈸鈹鈺鈼鈾鉀鉂鉃鉆鉇鉊鉍鉎鉏鉑鉘鉙鉜鉝鉠鉡鉥鉧鉨鉩鉮鉯鉰鉵",4,"鉻鉼鉽鉿銈銉銊銍銎銒銗"],["8fe4a1","銙銟銠銤銥銧銨銫銯銲銶銸銺銻銼銽銿",4,"鋅鋆鋇鋈鋋鋌鋍鋎鋐鋓鋕鋗鋘鋙鋜鋝鋟鋠鋡鋣鋥鋧鋨鋬鋮鋰鋹鋻鋿錀錂錈錍錑錔錕錜錝錞錟錡錤錥錧錩錪錳錴錶錷鍇鍈鍉鍐鍑鍒鍕鍗鍘鍚鍞鍤鍥鍧鍩鍪鍭鍯鍰鍱鍳鍴鍶"],["8fe5a1","鍺鍽鍿鎀鎁鎂鎈鎊鎋鎍鎏鎒鎕鎘鎛鎞鎡鎣鎤鎦鎨鎫鎴鎵鎶鎺鎩鏁鏄鏅鏆鏇鏉",4,"鏓鏙鏜鏞鏟鏢鏦鏧鏹鏷鏸鏺鏻鏽鐁鐂鐄鐈鐉鐍鐎鐏鐕鐖鐗鐟鐮鐯鐱鐲鐳鐴鐻鐿鐽鑃鑅鑈鑊鑌鑕鑙鑜鑟鑡鑣鑨鑫鑭鑮鑯鑱鑲钄钃镸镹"],["8fe6a1","镾閄閈閌閍閎閝閞閟閡閦閩閫閬閴閶閺閽閿闆闈闉闋闐闑闒闓闙闚闝闞闟闠闤闦阝阞阢阤阥阦阬阱阳阷阸阹阺阼阽陁陒陔陖陗陘陡陮陴陻陼陾陿隁隂隃隄隉隑隖隚隝隟隤隥隦隩隮隯隳隺雊雒嶲雘雚雝雞雟雩雯雱雺霂"],["8fe7a1","霃霅霉霚霛霝霡霢霣霨霱霳靁靃靊靎靏靕靗靘靚靛靣靧靪靮靳靶靷靸靻靽靿鞀鞉鞕鞖鞗鞙鞚鞞鞟鞢鞬鞮鞱鞲鞵鞶鞸鞹鞺鞼鞾鞿韁韄韅韇韉韊韌韍韎韐韑韔韗韘韙韝韞韠韛韡韤韯韱韴韷韸韺頇頊頙頍頎頔頖頜頞頠頣頦"],["8fe8a1","頫頮頯頰頲頳頵頥頾顄顇顊顑顒顓顖顗顙顚顢顣顥顦顪顬颫颭颮颰颴颷颸颺颻颿飂飅飈飌飡飣飥飦飧飪飳飶餂餇餈餑餕餖餗餚餛餜餟餢餦餧餫餱",4,"餹餺餻餼饀饁饆饇饈饍饎饔饘饙饛饜饞饟饠馛馝馟馦馰馱馲馵"],["8fe9a1","馹馺馽馿駃駉駓駔駙駚駜駞駧駪駫駬駰駴駵駹駽駾騂騃騄騋騌騐騑騖騞騠騢騣騤騧騭騮騳騵騶騸驇驁驄驊驋驌驎驑驔驖驝骪骬骮骯骲骴骵骶骹骻骾骿髁髃髆髈髎髐髒髕髖髗髛髜髠髤髥髧髩髬髲髳髵髹髺髽髿",4],["8feaa1","鬄鬅鬈鬉鬋鬌鬍鬎鬐鬒鬖鬙鬛鬜鬠鬦鬫鬭鬳鬴鬵鬷鬹鬺鬽魈魋魌魕魖魗魛魞魡魣魥魦魨魪",4,"魳魵魷魸魹魿鮀鮄鮅鮆鮇鮉鮊鮋鮍鮏鮐鮔鮚鮝鮞鮦鮧鮩鮬鮰鮱鮲鮷鮸鮻鮼鮾鮿鯁鯇鯈鯎鯐鯗鯘鯝鯟鯥鯧鯪鯫鯯鯳鯷鯸"],["8feba1","鯹鯺鯽鯿鰀鰂鰋鰏鰑鰖鰘鰙鰚鰜鰞鰢鰣鰦",4,"鰱鰵鰶鰷鰽鱁鱃鱄鱅鱉鱊鱎鱏鱐鱓鱔鱖鱘鱛鱝鱞鱟鱣鱩鱪鱜鱫鱨鱮鱰鱲鱵鱷鱻鳦鳲鳷鳹鴋鴂鴑鴗鴘鴜鴝鴞鴯鴰鴲鴳鴴鴺鴼鵅鴽鵂鵃鵇鵊鵓鵔鵟鵣鵢鵥鵩鵪鵫鵰鵶鵷鵻"],["8feca1","鵼鵾鶃鶄鶆鶊鶍鶎鶒鶓鶕鶖鶗鶘鶡鶪鶬鶮鶱鶵鶹鶼鶿鷃鷇鷉鷊鷔鷕鷖鷗鷚鷞鷟鷠鷥鷧鷩鷫鷮鷰鷳鷴鷾鸊鸂鸇鸎鸐鸑鸒鸕鸖鸙鸜鸝鹺鹻鹼麀麂麃麄麅麇麎麏麖麘麛麞麤麨麬麮麯麰麳麴麵黆黈黋黕黟黤黧黬黭黮黰黱黲黵"],["8feda1","黸黿鼂鼃鼉鼏鼐鼑鼒鼔鼖鼗鼙鼚鼛鼟鼢鼦鼪鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃",4,"齓齕齖齗齘齚齝齞齨齩齭",4,"齳齵齺齽龏龐龑龒龔龖龗龞龡龢龣龥"]]')},86351:e=>{"use strict";e.exports=JSON.parse('{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}')},37419:e=>{"use strict";e.exports=JSON.parse('[["a140","",62],["a180","",32],["a240","",62],["a280","",32],["a2ab","",5],["a2e3","€"],["a2ef",""],["a2fd",""],["a340","",62],["a380","",31," "],["a440","",62],["a480","",32],["a4f4","",10],["a540","",62],["a580","",32],["a5f7","",7],["a640","",62],["a680","",32],["a6b9","",7],["a6d9","",6],["a6ec",""],["a6f3",""],["a6f6","",8],["a740","",62],["a780","",32],["a7c2","",14],["a7f2","",12],["a896","",10],["a8bc",""],["a8bf","ǹ"],["a8c1",""],["a8ea","",20],["a958",""],["a95b",""],["a95d",""],["a989","〾⿰",11],["a997","",12],["a9f0","",14],["aaa1","",93],["aba1","",93],["aca1","",93],["ada1","",93],["aea1","",93],["afa1","",93],["d7fa","",4],["f8a1","",93],["f9a1","",93],["faa1","",93],["fba1","",93],["fca1","",93],["fda1","",93],["fe50","⺁⺄㑳㑇⺈⺋㖞㘚㘎⺌⺗㥮㤘㧏㧟㩳㧐㭎㱮㳠⺧⺪䁖䅟⺮䌷⺳⺶⺷䎱䎬⺻䏝䓖䙡䙌"],["fe80","䜣䜩䝼䞍⻊䥇䥺䥽䦂䦃䦅䦆䦟䦛䦷䦶䲣䲟䲠䲡䱷䲢䴓",6,"䶮",93]]')},64108:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",128],["a1","。",62],["8140"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×"],["8180","÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓"],["81b8","∈∋⊆⊇⊂⊃∪∩"],["81c8","∧∨¬⇒⇔∀∃"],["81da","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],["81f0","ʼn♯♭♪†‡¶"],["81fc","◯"],["824f","0",9],["8260","A",25],["8281","a",25],["829f","ぁ",82],["8340","ァ",62],["8380","ム",22],["839f","Α",16,"Σ",6],["83bf","α",16,"σ",6],["8440","А",5,"ЁЖ",25],["8470","а",5,"ёж",7],["8480","о",17],["849f","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],["8740","①",19,"Ⅰ",9],["875f","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],["877e","㍻"],["8780","〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],["889f","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],["8940","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円"],["8980","園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],["8a40","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫"],["8a80","橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],["8b40","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救"],["8b80","朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],["8c40","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨"],["8c80","劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],["8d40","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降"],["8d80","項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],["8e40","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止"],["8e80","死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],["8f40","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳"],["8f80","準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],["9040","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨"],["9080","逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],["9140","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻"],["9180","操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],["9240","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄"],["9280","逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],["9340","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬"],["9380","凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],["9440","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅"],["9480","楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],["9540","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷"],["9580","斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],["9640","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆"],["9680","摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],["9740","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲"],["9780","沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],["9840","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],["989f","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],["9940","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭"],["9980","凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],["9a40","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸"],["9a80","噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],["9b40","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀"],["9b80","它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],["9c40","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠"],["9c80","怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],["9d40","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫"],["9d80","捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],["9e40","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎"],["9e80","梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],["9f40","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯"],["9f80","麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],["e040","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝"],["e080","烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],["e140","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿"],["e180","痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],["e240","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰"],["e280","窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],["e340","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷"],["e380","縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],["e440","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤"],["e480","艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],["e540","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬"],["e580","蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],["e640","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧"],["e680","諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],["e740","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜"],["e780","轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],["e840","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙"],["e880","閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],["e940","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃"],["e980","騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],["ea40","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯"],["ea80","黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙"],["ed40","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏"],["ed80","塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],["ee40","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙"],["ee80","蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],["eeef","ⅰ",9,"¬¦'""],["f040","",62],["f080","",124],["f140","",62],["f180","",124],["f240","",62],["f280","",124],["f340","",62],["f380","",124],["f440","",62],["f480","",124],["f540","",62],["f580","",124],["f640","",62],["f680","",124],["f740","",62],["f780","",124],["f840","",62],["f880","",124],["f940",""],["fa40","ⅰ",9,"Ⅰ",9,"¬¦'"㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊"],["fa80","兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯"],["fb40","涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神"],["fb80","祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙"],["fc40","髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"]]')},91279:(e,t,i)=>{"use strict";var n=i(2399).Buffer;function a(){}function r(){}function o(){this.overflowByte=-1}function s(e,t){this.iconv=t}function c(e,t){void 0===(e=e||{}).addBOM&&(e.addBOM=!0),this.encoder=t.iconv.getEncoder("utf-16le",e)}function u(e,t){this.decoder=null,this.initialBytes=[],this.initialBytesLen=0,this.options=e||{},this.iconv=t.iconv}function l(e,t){var i=t||"utf-16le";if(e.length>=2)if(254==e[0]&&255==e[1])i="utf-16be";else if(255==e[0]&&254==e[1])i="utf-16le";else{for(var n=0,a=0,r=Math.min(e.length-e.length%2,64),o=0;on?i="utf-16be":a{"use strict";var n=i(2399).Buffer;function a(e,t){this.iconv=t}t.utf7=a,t.unicode11utf7="utf7",a.prototype.encoder=o,a.prototype.decoder=s,a.prototype.bomAware=!0;var r=/[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g;function o(e,t){this.iconv=t.iconv}function s(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=""}o.prototype.write=function(e){return n.from(e.replace(r,function(e){return"+"+("+"===e?"":this.iconv.encode(e,"utf16-be").toString("base64").replace(/=+$/,""))+"-"}.bind(this)))},o.prototype.end=function(){};for(var c=/[A-Za-z0-9\/+]/,u=[],l=0;l<256;l++)u[l]=c.test(String.fromCharCode(l));var p="+".charCodeAt(0),d="-".charCodeAt(0),h="&".charCodeAt(0);function m(e,t){this.iconv=t}function f(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=n.alloc(6),this.base64AccumIdx=0}function g(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=""}s.prototype.write=function(e){for(var t="",i=0,a=this.inBase64,r=this.base64Accum,o=0;o0&&(e=this.iconv.decode(n.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e},t.utf7imap=m,m.prototype.encoder=f,m.prototype.decoder=g,m.prototype.bomAware=!0,f.prototype.write=function(e){for(var t=this.inBase64,i=this.base64Accum,a=this.base64AccumIdx,r=n.alloc(5*e.length+10),o=0,s=0;s0&&(o+=r.write(i.slice(0,a).toString("base64").replace(/\//g,",").replace(/=+$/,""),o),a=0),r[o++]=d,t=!1),t||(r[o++]=c,c===h&&(r[o++]=d))):(t||(r[o++]=h,t=!0),t&&(i[a++]=c>>8,i[a++]=255&c,a==i.length&&(o+=r.write(i.toString("base64").replace(/\//g,","),o),a=0)))}return this.inBase64=t,this.base64AccumIdx=a,r.slice(0,o)},f.prototype.end=function(){var e=n.alloc(10),t=0;return this.inBase64&&(this.base64AccumIdx>0&&(t+=e.write(this.base64Accum.slice(0,this.base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),t),this.base64AccumIdx=0),e[t++]=d,this.inBase64=!1),e.slice(0,t)};var v=u.slice();v[",".charCodeAt(0)]=!0,g.prototype.write=function(e){for(var t="",i=0,a=this.inBase64,r=this.base64Accum,o=0;o0&&(e=this.iconv.decode(n.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e}},65395:(e,t)=>{"use strict";function i(e,t){this.encoder=e,this.addBOM=!0}function n(e,t){this.decoder=e,this.pass=!1,this.options=t||{}}t.PrependBOM=i,i.prototype.write=function(e){return this.addBOM&&(e="\ufeff"+e,this.addBOM=!1),this.encoder.write(e)},i.prototype.end=function(){return this.encoder.end()},t.StripBOM=n,n.prototype.write=function(e){var t=this.decoder.write(e);return this.pass||!t||("\ufeff"===t[0]&&(t=t.slice(1),"function"==typeof this.options.stripBOM&&this.options.stripBOM()),this.pass=!0),t},n.prototype.end=function(){return this.decoder.end()}},8544:(e,t,i)=>{"use strict";var n=i(64293).Buffer;e.exports=function(e){var t=void 0;e.supportsNodeEncodingsExtension=!(n.from||new n(0)instanceof Uint8Array),e.extendNodeEncodings=function(){if(!t){if(t={},!e.supportsNodeEncodingsExtension)return console.error("ACTION NEEDED: require('iconv-lite').extendNodeEncodings() is not supported in your version of Node"),void console.error("See more info at https://github.com/ashtuchkin/iconv-lite/wiki/Node-v4-compatibility");var a={hex:!0,utf8:!0,"utf-8":!0,ascii:!0,binary:!0,base64:!0,ucs2:!0,"ucs-2":!0,utf16le:!0,"utf-16le":!0};n.isNativeEncoding=function(e){return e&&a[e.toLowerCase()]};var r=i(64293).SlowBuffer;if(t.SlowBufferToString=r.prototype.toString,r.prototype.toString=function(i,a,r){return i=String(i||"utf8").toLowerCase(),n.isNativeEncoding(i)?t.SlowBufferToString.call(this,i,a,r):(void 0===a&&(a=0),void 0===r&&(r=this.length),e.decode(this.slice(a,r),i))},t.SlowBufferWrite=r.prototype.write,r.prototype.write=function(i,a,r,o){if(isFinite(a))isFinite(r)||(o=r,r=void 0);else{var s=o;o=a,a=r,r=s}a=+a||0;var c=this.length-a;if(r?(r=+r)>c&&(r=c):r=c,o=String(o||"utf8").toLowerCase(),n.isNativeEncoding(o))return t.SlowBufferWrite.call(this,i,a,r,o);if(i.length>0&&(r<0||a<0))throw new RangeError("attempt to write beyond buffer bounds");var u=e.encode(i,o);return u.lengthp&&(r=p):r=p,i.length>0&&(r<0||a<0))throw new RangeError("attempt to write beyond buffer bounds");var d=e.encode(i,o);return d.length{"use strict";var n=i(2399).Buffer,a=i(65395),r=e.exports;r.encodings=null,r.defaultCharUnicode="�",r.defaultCharSingleByte="?",r.encode=function(e,t,i){e=""+(e||"");var a=r.getEncoder(t,i),o=a.write(e),s=a.end();return s&&s.length>0?n.concat([o,s]):o},r.decode=function(e,t,i){"string"==typeof e&&(r.skipDecodeWarning||(console.error("Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding"),r.skipDecodeWarning=!0),e=n.from(""+(e||""),"binary"));var a=r.getDecoder(t,i),o=a.write(e),s=a.end();return s?o+s:o},r.encodingExists=function(e){try{return r.getCodec(e),!0}catch(e){return!1}},r.toEncoding=r.encode,r.fromEncoding=r.decode,r._codecDataCache={},r.getCodec=function(e){r.encodings||(r.encodings=i(46934));for(var t=r._canonicalizeEncoding(e),n={};;){var a=r._codecDataCache[t];if(a)return a;var o=r.encodings[t];switch(typeof o){case"string":t=o;break;case"object":for(var s in o)n[s]=o[s];n.encodingName||(n.encodingName=t),t=o.type;break;case"function":return n.encodingName||(n.encodingName=t),a=new o(n,r),r._codecDataCache[n.encodingName]=a,a;default:throw new Error("Encoding not recognized: '"+e+"' (searched as: '"+t+"')")}}},r._canonicalizeEncoding=function(e){return(""+e).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g,"")},r.getEncoder=function(e,t){var i=r.getCodec(e),n=new i.encoder(t,i);return i.bomAware&&t&&t.addBOM&&(n=new a.PrependBOM(n,t)),n},r.getDecoder=function(e,t){var i=r.getCodec(e),n=new i.decoder(t,i);return!i.bomAware||t&&!1===t.stripBOM||(n=new a.StripBOM(n,t)),n};var o="undefined"!=typeof process&&process.versions&&process.versions.node;if(o){var s=o.split(".").map(Number);(s[0]>0||s[1]>=10)&&i(38044)(r),i(8544)(r)}},38044:(e,t,i)=>{"use strict";var n=i(64293).Buffer,a=i(92413).Transform;function r(e,t){this.conv=e,(t=t||{}).decodeStrings=!1,a.call(this,t)}function o(e,t){this.conv=e,(t=t||{}).encoding=this.encoding="utf8",a.call(this,t)}e.exports=function(e){e.encodeStream=function(t,i){return new r(e.getEncoder(t,i),i)},e.decodeStream=function(t,i){return new o(e.getDecoder(t,i),i)},e.supportsStreams=!0,e.IconvLiteEncoderStream=r,e.IconvLiteDecoderStream=o,e._collect=o.prototype.collect},r.prototype=Object.create(a.prototype,{constructor:{value:r}}),r.prototype._transform=function(e,t,i){if("string"!=typeof e)return i(new Error("Iconv encoding stream needs strings as its input."));try{var n=this.conv.write(e);n&&n.length&&this.push(n),i()}catch(e){i(e)}},r.prototype._flush=function(e){try{var t=this.conv.end();t&&t.length&&this.push(t),e()}catch(t){e(t)}},r.prototype.collect=function(e){var t=[];return this.on("error",e),this.on("data",(function(e){t.push(e)})),this.on("end",(function(){e(null,n.concat(t))})),this},o.prototype=Object.create(a.prototype,{constructor:{value:o}}),o.prototype._transform=function(e,t,i){if(!n.isBuffer(e))return i(new Error("Iconv decoding stream needs buffers as its input."));try{var a=this.conv.write(e);a&&a.length&&this.push(a,this.encoding),i()}catch(e){i(e)}},o.prototype._flush=function(e){try{var t=this.conv.end();t&&t.length&&this.push(t,this.encoding),e()}catch(t){e(t)}},o.prototype.collect=function(e){var t="";return this.on("error",e),this.on("data",(function(e){t+=e})),this.on("end",(function(){e(null,t)})),this}},94378:(e,t,i)=>{try{var n=i(31669);if("function"!=typeof n.inherits)throw"";e.exports=n.inherits}catch(t){e.exports=i(35717)}},35717:e=>{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var i=function(){};i.prototype=t.prototype,e.prototype=new i,e.prototype.constructor=e}}},56512:function(e,t,i){e=i.nmd(e),function(){var t,i,n,a,r,o,s,c;i={},null!==e&&e.exports?e.exports=i:this.ipaddr=i,s=function(e,t,i,n){var a,r;if(e.length!==t.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");for(a=0;n>0;){if((r=i-n)<0&&(r=0),e[a]>>r!=t[a]>>r)return!1;n-=i,a+=1}return!0},i.subnetMatch=function(e,t,i){var n,a,r,o,s;for(r in null==i&&(i="unicast"),t)for(!(o=t[r])[0]||o[0]instanceof Array||(o=[o]),n=0,a=o.length;n=0;t=i+=-1){if(!((n=this.octets[t])in o))return null;if(r=o[n],a&&0!==r)return null;8!==r&&(a=!0),e+=r}return 32-e},e}(),n="(0?\\d+|0x[a-f0-9]+)",a={fourOctet:new RegExp("^"+n+"\\."+n+"\\."+n+"\\."+n+"$","i"),longValue:new RegExp("^"+n+"$","i")},i.IPv4.parser=function(e){var t,i,n,r,o;if(i=function(e){return"0"===e[0]&&"x"!==e[1]?parseInt(e,8):parseInt(e)},t=e.match(a.fourOctet))return function(){var e,a,r,o;for(o=[],e=0,a=(r=t.slice(1,6)).length;e4294967295||o<0)throw new Error("ipaddr: address outside defined range");return function(){var e,t;for(t=[],r=e=0;e<=24;r=e+=8)t.push(o>>r&255);return t}().reverse()}return null},i.IPv6=function(){function e(e,t){var i,n,a,r,o,s;if(16===e.length)for(this.parts=[],i=n=0;n<=14;i=n+=2)this.parts.push(e[i]<<8|e[i+1]);else{if(8!==e.length)throw new Error("ipaddr: ipv6 part count should be 8 or 16");this.parts=e}for(a=0,r=(s=this.parts).length;at&&(e=i.index,t=i[0].length);return t<0?a:a.substring(0,e)+"::"+a.substring(e+t)},e.prototype.toByteArray=function(){var e,t,i,n,a;for(e=[],t=0,i=(a=this.parts).length;t>8),e.push(255&n);return e},e.prototype.toNormalizedString=function(){var e,t,i;return e=function(){var e,i,n,a;for(a=[],e=0,i=(n=this.parts).length;e>8,255&e,t>>8,255&t])},e.prototype.prefixLengthFromSubnetMask=function(){var e,t,i,n,a,r,o;for(o={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0},e=0,a=!1,t=i=7;i>=0;t=i+=-1){if(!((n=this.parts[t])in o))return null;if(r=o[n],a&&0!==r)return null;16!==r&&(a=!0),e+=r}return 128-e},e}(),r="(?:[0-9a-f]+::?)+",c="%[0-9a-z]{1,}",o={zoneIndex:new RegExp(c,"i"),native:new RegExp("^(::)?("+r+")?([0-9a-f]+)?(::)?("+c+")?$","i"),transitional:new RegExp("^((?:"+r+")|(?:::)(?:"+r+")?)"+n+"\\."+n+"\\."+n+"\\."+n+"(%[0-9a-z]{1,})?$","i")},t=function(e,t){var i,n,a,r,s,c;if(e.indexOf("::")!==e.lastIndexOf("::"))return null;for((c=(e.match(o.zoneIndex)||[])[0])&&(c=c.substring(1),e=e.replace(/%.+$/,"")),i=0,n=-1;(n=e.indexOf(":",n+1))>=0;)i++;if("::"===e.substr(0,2)&&i--,"::"===e.substr(-2,2)&&i--,i>t)return null;for(s=t-i,r=":";s--;)r+="0:";return":"===(e=e.replace("::",r))[0]&&(e=e.slice(1)),":"===e[e.length-1]&&(e=e.slice(0,-1)),{parts:t=function(){var t,i,n,r;for(r=[],t=0,i=(n=e.split(":")).length;t=0&&t<=32)return n=[this.parse(i[1]),t],Object.defineProperty(n,"toString",{value:function(){return this.join("/")}}),n;throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},i.IPv4.subnetMaskFromPrefixLength=function(e){var t,i,n;if((e=parseInt(e))<0||e>32)throw new Error("ipaddr: invalid IPv4 prefix length");for(n=[0,0,0,0],i=0,t=Math.floor(e/8);i=0&&t<=128)return n=[this.parse(i[1]),t],Object.defineProperty(n,"toString",{value:function(){return this.join("/")}}),n;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},i.isValid=function(e){return i.IPv6.isValid(e)||i.IPv4.isValid(e)},i.parse=function(e){if(i.IPv6.isValid(e))return i.IPv6.parse(e);if(i.IPv4.isValid(e))return i.IPv4.parse(e);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},i.parseCIDR=function(e){try{return i.IPv6.parseCIDR(e)}catch(t){try{return i.IPv4.parseCIDR(e)}catch(e){throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},i.fromByteArray=function(e){var t;if(4===(t=e.length))return new i.IPv4(e);if(16===t)return new i.IPv6(e);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},i.process=function(e){var t;return"ipv6"===(t=this.parse(e)).kind()&&t.isIPv4MappedAddress()?t.toIPv4Address():t}}.call(this)},61903:e=>{"use strict";const t=e=>!Number.isNaN(e)&&e>=4352&&(e<=4447||9001===e||9002===e||11904<=e&&e<=12871&&12351!==e||12880<=e&&e<=19903||19968<=e&&e<=42182||43360<=e&&e<=43388||44032<=e&&e<=55203||63744<=e&&e<=64255||65040<=e&&e<=65049||65072<=e&&e<=65131||65281<=e&&e<=65376||65504<=e&&e<=65510||110592<=e&&e<=110593||127488<=e&&e<=127569||131072<=e&&e<=262141);e.exports=t,e.exports.default=t},11085:(e,t)=>{t.stringify=function e(t){if(void 0===t)return t;if(t&&Buffer.isBuffer(t))return JSON.stringify(":base64:"+t.toString("base64"));if(t&&t.toJSON&&(t=t.toJSON()),t&&"object"==typeof t){var i="",n=Array.isArray(t);i=n?"[":"{";var a=!0;for(var r in t){var o="function"==typeof t[r]||!n&&void 0===t[r];Object.hasOwnProperty.call(t,r)&&!o&&(a||(i+=","),a=!1,n?null==t[r]?i+="null":i+=e(t[r]):void 0!==t[r]&&(i+=e(r)+":"+e(t[r])))}return i+(n?"]":"}")}return"string"==typeof t?JSON.stringify(/^:/.test(t)?":"+t:t):void 0===t?"null":JSON.stringify(t)},t.parse=function(e){return JSON.parse(e,(function(e,t){return"string"==typeof t?/^:base64:/.test(t)?Buffer.from(t.substring(8),"base64"):/^:/.test(t)?t.substring(1):t:t}))}},64958:(e,t,i)=>{"use strict";const n=i(28614),a=i(11085);e.exports=class extends n{constructor(e,t){if(super(),this.opts=Object.assign({namespace:"keyv",serialize:a.stringify,deserialize:a.parse},"string"==typeof e?{uri:e}:e,t),!this.opts.store){const e=Object.assign({},this.opts);this.opts.store=(e=>{const t={redis:"@keyv/redis",mongodb:"@keyv/mongo",mongo:"@keyv/mongo",sqlite:"@keyv/sqlite",postgresql:"@keyv/postgres",postgres:"@keyv/postgres",mysql:"@keyv/mysql"};if(e.adapter||e.uri){const n=e.adapter||/^[^:]*/.exec(e.uri)[0];return new(i(3196)(t[n]))(e)}return new Map})(e)}"function"==typeof this.opts.store.on&&this.opts.store.on("error",(e=>this.emit("error",e))),this.opts.store.namespace=this.opts.namespace}_getKeyPrefix(e){return`${this.opts.namespace}:${e}`}get(e,t){const i=this._getKeyPrefix(e),{store:n}=this.opts;return Promise.resolve().then((()=>n.get(i))).then((e=>"string"==typeof e?this.opts.deserialize(e):e)).then((i=>{if(void 0!==i){if(!("number"==typeof i.expires&&Date.now()>i.expires))return t&&t.raw?i:i.value;this.delete(e)}}))}set(e,t,i){const n=this._getKeyPrefix(e);void 0===i&&(i=this.opts.ttl),0===i&&(i=void 0);const{store:a}=this.opts;return Promise.resolve().then((()=>{const e="number"==typeof i?Date.now()+i:null;return t={value:t,expires:e},this.opts.serialize(t)})).then((e=>a.set(n,e,i))).then((()=>!0))}delete(e){const t=this._getKeyPrefix(e),{store:i}=this.opts;return Promise.resolve().then((()=>i.delete(t)))}clear(){const{store:e}=this.opts;return Promise.resolve().then((()=>e.clear()))}}},3196:e=>{function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=3196,e.exports=t},72378:(e,t,i)=>{e=i.nmd(e);var n="__lodash_hash_undefined__",a=9007199254740991,r="[object Arguments]",o="[object Function]",s="[object Object]",c=/^\[object .+?Constructor\]$/,u=/^(?:0|[1-9]\d*)$/,l={};l["[object Float32Array]"]=l["[object Float64Array]"]=l["[object Int8Array]"]=l["[object Int16Array]"]=l["[object Int32Array]"]=l["[object Uint8Array]"]=l["[object Uint8ClampedArray]"]=l["[object Uint16Array]"]=l["[object Uint32Array]"]=!0,l[r]=l["[object Array]"]=l["[object ArrayBuffer]"]=l["[object Boolean]"]=l["[object DataView]"]=l["[object Date]"]=l["[object Error]"]=l[o]=l["[object Map]"]=l["[object Number]"]=l[s]=l["[object RegExp]"]=l["[object Set]"]=l["[object String]"]=l["[object WeakMap]"]=!1;var p="object"==typeof global&&global&&global.Object===Object&&global,d="object"==typeof self&&self&&self.Object===Object&&self,h=p||d||Function("return this")(),m=t&&!t.nodeType&&t,f=m&&e&&!e.nodeType&&e,g=f&&f.exports===m,v=g&&p.process,y=function(){try{return f&&f.require&&f.require("util").types||v&&v.binding&&v.binding("util")}catch(e){}}(),b=y&&y.isTypedArray;function x(e,t,i){switch(i.length){case 0:return e.call(t);case 1:return e.call(t,i[0]);case 2:return e.call(t,i[0],i[1]);case 3:return e.call(t,i[0],i[1],i[2])}return e.apply(t,i)}var w,k,_,j=Array.prototype,E=Function.prototype,D=Object.prototype,A=h["__core-js_shared__"],C=E.toString,S=D.hasOwnProperty,T=(w=/[^.]+$/.exec(A&&A.keys&&A.keys.IE_PROTO||""))?"Symbol(src)_1."+w:"",O=D.toString,I=C.call(Object),P=RegExp("^"+C.call(S).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),R=g?h.Buffer:void 0,z=h.Symbol,F=h.Uint8Array,L=(R&&R.allocUnsafe,k=Object.getPrototypeOf,_=Object,function(e){return k(_(e))}),N=Object.create,B=D.propertyIsEnumerable,U=j.splice,M=z?z.toStringTag:void 0,$=function(){try{var e=ce(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),q=R?R.isBuffer:void 0,H=Math.max,G=Date.now,W=ce(h,"Map"),V=ce(Object,"create"),Y=function(){function e(){}return function(t){if(!xe(t))return{};if(N)return N(t);e.prototype=t;var i=new e;return e.prototype=void 0,i}}();function X(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t-1},Q.prototype.set=function(e,t){var i=this.__data__,n=te(i,e);return n<0?(++this.size,i.push([e,t])):i[n][1]=t,this},J.prototype.clear=function(){this.size=0,this.__data__={hash:new X,map:new(W||Q),string:new X}},J.prototype.delete=function(e){var t=se(this,e).delete(e);return this.size-=t?1:0,t},J.prototype.get=function(e){return se(this,e).get(e)},J.prototype.has=function(e){return se(this,e).has(e)},J.prototype.set=function(e,t){var i=se(this,e),n=i.size;return i.set(e,t),this.size+=i.size==n?0:1,this},K.prototype.clear=function(){this.__data__=new Q,this.size=0},K.prototype.delete=function(e){var t=this.__data__,i=t.delete(e);return this.size=t.size,i},K.prototype.get=function(e){return this.__data__.get(e)},K.prototype.has=function(e){return this.__data__.has(e)},K.prototype.set=function(e,t){var i=this.__data__;if(i instanceof Q){var n=i.__data__;if(!W||n.length<199)return n.push([e,t]),this.size=++i.size,this;i=this.__data__=new J(n)}return i.set(e,t),this.size=i.size,this};function ne(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":M&&M in Object(e)?function(e){var t=S.call(e,M),i=e[M];try{e[M]=void 0;var n=!0}catch(e){}var a=O.call(e);return n&&(t?e[M]=i:delete e[M]),a}(e):function(e){return O.call(e)}(e)}function ae(e){return we(e)&&ne(e)==r}function re(e,t,i,n,a){e!==t&&function(e,t,i){for(var n=-1,a=Object(e),r=i(e),o=r.length;o--;){var s=r[++n];if(!1===t(a[s],s,a))break}}(t,(function(r,o){if(a||(a=new K),xe(r))!function(e,t,i,n,a,r,o){var c=pe(e,i),u=pe(t,i),l=o.get(u);if(l)Z(e,i,l);else{var p,d,h,m,f,g=r?r(c,u,i+"",e,t,o):void 0,v=void 0===g;if(v){var y=fe(u),b=!y&&ve(u),x=!y&&!b&&ke(u);g=u,y||b||x?fe(c)?g=c:we(f=c)&&ge(f)?g=function(e,t){var i=-1,n=e.length;for(t||(t=Array(n));++i-1&&e%1==0&&e0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(oe);function he(e,t){return e===t||e!=e&&t!=t}var me=ae(function(){return arguments}())?ae:function(e){return we(e)&&S.call(e,"callee")&&!B.call(e,"callee")},fe=Array.isArray;function ge(e){return null!=e&&be(e.length)&&!ye(e)}var ve=q||function(){return!1};function ye(e){if(!xe(e))return!1;var t=ne(e);return t==o||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}function be(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=a}function xe(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function we(e){return null!=e&&"object"==typeof e}var ke=b?function(e){return function(t){return e(t)}}(b):function(e){return we(e)&&be(e.length)&&!!l[ne(e)]};function _e(e){return ge(e)?function(e,t){var i=fe(e),n=!i&&me(e),a=!i&&!n&&ve(e),r=!i&&!n&&!a&&ke(e),o=i||n||a||r,s=o?function(e,t){for(var i=-1,n=Array(e);++i1?t[n-1]:void 0,r=n>2?t[2]:void 0;for(a=je.length>3&&"function"==typeof a?(n--,a):void 0,r&&function(e,t,i){if(!xe(i))return!1;var n=typeof t;return!!("number"==n?ge(i)&&ue(t,i.length):"string"==n&&t in i)&&he(i[t],e)}(t[0],t[1],r)&&(a=n<3?void 0:a,n=1),e=Object(e);++i{"use strict";e.exports=e=>{const t={};for(const[i,n]of Object.entries(e))t[i.toLowerCase()]=n;return t}},39593:(e,t,i)=>{"use strict";e.exports=v;var n,a=i(69246),r=i(31669),o=i(34411),s=(n="function"==typeof Symbol&&"1"!==process.env._nodeLRUCacheForceNoSymbol?function(e){return Symbol(e)}:function(e){return"_"+e})("max"),c=n("length"),u=n("lengthCalculator"),l=n("allowStale"),p=n("maxAge"),d=n("dispose"),h=n("noDisposeOnSet"),m=n("lruList"),f=n("cache");function g(){return 1}function v(e){if(!(this instanceof v))return new v(e);"number"==typeof e&&(e={max:e}),e||(e={});var t=this[s]=e.max;(!t||"number"!=typeof t||t<=0)&&(this[s]=1/0);var i=e.length||g;"function"!=typeof i&&(i=g),this[u]=i,this[l]=e.stale||!1,this[p]=e.maxAge||0,this[d]=e.dispose,this[h]=e.noDisposeOnSet||!1,this.reset()}function y(e,t,i,n){var a=i.value;x(e,a)&&(k(e,i),e[l]||(a=void 0)),a&&t.call(n,a.value,a.key,e)}function b(e,t,i){var n=e[f].get(t);if(n){var a=n.value;x(e,a)?(k(e,n),e[l]||(a=void 0)):i&&e[m].unshiftNode(n),a&&(a=a.value)}return a}function x(e,t){if(!t||!t.maxAge&&!e[p])return!1;var i=Date.now()-t.now;return t.maxAge?i>t.maxAge:e[p]&&i>e[p]}function w(e){if(e[c]>e[s])for(var t=e[m].tail;e[c]>e[s]&&null!==t;){var i=t.prev;k(e,t),t=i}}function k(e,t){if(t){var i=t.value;e[d]&&e[d](i.key,i.value),e[c]-=i.length,e[f].delete(i.key),e[m].removeNode(t)}}function _(e,t,i,n,a){this.key=e,this.value=t,this.length=i,this.now=n,this.maxAge=a||0}Object.defineProperty(v.prototype,"max",{set:function(e){(!e||"number"!=typeof e||e<=0)&&(e=1/0),this[s]=e,w(this)},get:function(){return this[s]},enumerable:!0}),Object.defineProperty(v.prototype,"allowStale",{set:function(e){this[l]=!!e},get:function(){return this[l]},enumerable:!0}),Object.defineProperty(v.prototype,"maxAge",{set:function(e){(!e||"number"!=typeof e||e<0)&&(e=0),this[p]=e,w(this)},get:function(){return this[p]},enumerable:!0}),Object.defineProperty(v.prototype,"lengthCalculator",{set:function(e){"function"!=typeof e&&(e=g),e!==this[u]&&(this[u]=e,this[c]=0,this[m].forEach((function(e){e.length=this[u](e.value,e.key),this[c]+=e.length}),this)),w(this)},get:function(){return this[u]},enumerable:!0}),Object.defineProperty(v.prototype,"length",{get:function(){return this[c]},enumerable:!0}),Object.defineProperty(v.prototype,"itemCount",{get:function(){return this[m].length},enumerable:!0}),v.prototype.rforEach=function(e,t){t=t||this;for(var i=this[m].tail;null!==i;){var n=i.prev;y(this,e,i,t),i=n}},v.prototype.forEach=function(e,t){t=t||this;for(var i=this[m].head;null!==i;){var n=i.next;y(this,e,i,t),i=n}},v.prototype.keys=function(){return this[m].toArray().map((function(e){return e.key}),this)},v.prototype.values=function(){return this[m].toArray().map((function(e){return e.value}),this)},v.prototype.reset=function(){this[d]&&this[m]&&this[m].length&&this[m].forEach((function(e){this[d](e.key,e.value)}),this),this[f]=new a,this[m]=new o,this[c]=0},v.prototype.dump=function(){return this[m].map((function(e){if(!x(this,e))return{k:e.key,v:e.value,e:e.now+(e.maxAge||0)}}),this).toArray().filter((function(e){return e}))},v.prototype.dumpLru=function(){return this[m]},v.prototype.inspect=function(e,t){var i="LRUCache {",n=!1;this[l]&&(i+="\n allowStale: true",n=!0);var a=this[s];a&&a!==1/0&&(n&&(i+=","),i+="\n max: "+r.inspect(a,t),n=!0);var o=this[p];o&&(n&&(i+=","),i+="\n maxAge: "+r.inspect(o,t),n=!0);var d=this[u];d&&d!==g&&(n&&(i+=","),i+="\n length: "+r.inspect(this[c],t),n=!0);var h=!1;return this[m].forEach((function(e){h?i+=",\n ":(n&&(i+=",\n"),h=!0,i+="\n ");var a=r.inspect(e.key).split("\n").join("\n "),s={value:e.value};e.maxAge!==o&&(s.maxAge=e.maxAge),d!==g&&(s.length=e.length),x(this,e)&&(s.stale=!0),s=r.inspect(s,t).split("\n").join("\n "),i+=a+" => "+s})),(h||n)&&(i+="\n"),i+="}"},v.prototype.set=function(e,t,i){var n=(i=i||this[p])?Date.now():0,a=this[u](t,e);if(this[f].has(e)){if(a>this[s])return k(this,this[f].get(e)),!1;var r=this[f].get(e).value;return this[d]&&(this[h]||this[d](e,r.value)),r.now=n,r.maxAge=i,r.value=t,this[c]+=a-r.length,r.length=a,this.get(e),w(this),!0}var o=new _(e,t,a,n,i);return o.length>this[s]?(this[d]&&this[d](e,t),!1):(this[c]+=o.length,this[m].unshift(o),this[f].set(e,this[m].head),w(this),!0)},v.prototype.has=function(e){return!!this[f].has(e)&&!x(this,this[f].get(e).value)},v.prototype.get=function(e){return b(this,e,!0)},v.prototype.peek=function(e){return b(this,e,!1)},v.prototype.pop=function(){var e=this[m].tail;return e?(k(this,e),e.value):null},v.prototype.del=function(e){k(this,this[f].get(e))},v.prototype.load=function(e){this.reset();for(var t=Date.now(),i=e.length-1;i>=0;i--){var n=e[i],a=n.e||0;if(0===a)this.set(n.k,n.v);else{var r=a-t;r>0&&this.set(n.k,n.v,r)}}},v.prototype.prune=function(){var e=this;this[f].forEach((function(t,i){b(e,i,!1)}))}},22577:(e,t)=>{var i=/; *([!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+) *= *("(?:[ !\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u0020-\u007e])*"|[!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+) */g,n=/^[\u0020-\u007e\u0080-\u00ff]+$/,a=/^[!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+$/,r=/\\([\u0000-\u007f])/g,o=/([\\"])/g,s=/^[A-Za-z0-9][A-Za-z0-9!#$&^_.-]{0,126}$/,c=/^[A-Za-z0-9][A-Za-z0-9!#$&^_-]{0,126}$/,u=/^ *([A-Za-z0-9][A-Za-z0-9!#$&^_-]{0,126})\/([A-Za-z0-9][A-Za-z0-9!#$&^_.+-]{0,126}) *$/;function l(e){var t=String(e);if(a.test(t))return t;if(t.length>0&&!n.test(t))throw new TypeError("invalid parameter value");return'"'+t.replace(o,"\\$1")+'"'}t.format=function(e){if(!e||"object"!=typeof e)throw new TypeError("argument obj is required");var t=e.parameters,i=e.subtype,n=e.suffix,r=e.type;if(!r||!c.test(r))throw new TypeError("invalid type");if(!i||!s.test(i))throw new TypeError("invalid subtype");var o=r+"/"+i;if(n){if(!c.test(n))throw new TypeError("invalid suffix");o+="+"+n}if(t&&"object"==typeof t)for(var u,p=Object.keys(t).sort(),d=0;d{e.exports=i(37036)},37036:(e,t,i)=>{var n=i(79344)("memorystore"),a=i(39593),r=i(31669);function o(e,t,i){if("number"==typeof e.ttl)return e.ttl;if("function"==typeof e.ttl)return e.ttl(e,t,i);if(e.ttl)throw new TypeError("`options.ttl` must be a number or function.");var n=t&&t.cookie?t.cookie.maxAge:null;return"number"==typeof n?Math.floor(n):864e5}function s(e){n("Pruning expired entries"),e.forEach((function(t,i){e.get(i)}))}var c="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))};e.exports=function(e){var t=e.Store;function i(e){if(!(this instanceof i))throw new TypeError("Cannot call MemoryStore constructor as a function");e=e||{},t.call(this,e),this.options={},this.options.checkPeriod=e.checkPeriod,this.options.max=e.max||1/0,this.options.ttl=e.ttl,this.options.dispose=e.dispose,this.options.stale=e.stale,this.options.noDisposeOnSet=e.noDisposeOnSet,this.serializer=e.serializer||JSON,this.store=a(this.options),n("Init MemoryStore"),this.startInterval()}return r.inherits(i,t),i.prototype.get=function(e,t){var i=this.store;n('GET "%s"',e);var a=i.get(e);if(!a)return t();n("GOT %s",a);var r,o=null;try{r=this.serializer.parse(a)}catch(e){o=e}t&&c(t,o,r)},i.prototype.set=function(e,t,i){var a=this.store,r=o(this.options,t,e);try{var s=this.serializer.stringify(t)}catch(e){i&&c(i,e)}a.set(e,s,r),n('SET "%s" %s ttl:%s',e,s,r),i&&c(i,null)},i.prototype.destroy=function(e,t){var i=this.store;Array.isArray(e)?e.forEach((function(e){n('DEL "%s"',e),i.del(e)})):(n('DEL "%s"',e),i.del(e)),t&&c(t,null)},i.prototype.touch=function(e,t,i){var a=this.store,r=o(this.options,t,e);n('EXPIRE "%s" ttl:%s',e,r);var s=null;if(void 0!==a.get(e))try{var u=this.serializer.parse(a.get(e));u.cookie=t.cookie,a.set(e,this.serializer.stringify(u),r)}catch(e){s=e}i&&c(i,s)},i.prototype.ids=function(e){var t=this.store.keys();n("Getting IDs: %s",t),e&&c(e,null,t)},i.prototype.all=function(e){var t=this.store,i=this;n("Fetching all sessions");var a=null,r={};try{t.forEach((function(e,t){r[t]=i.serializer.parse(e)}))}catch(e){a=e}e&&c(e,a,r)},i.prototype.clear=function(e){var t=this.store;n("delete all sessions from the store"),t.reset(),e&&c(e,null)},i.prototype.length=function(e){var t=this.store;n("getting length",t.itemCount),e&&c(e,null,t.itemCount)},i.prototype.startInterval=function(){var e=this,t=this.options.checkPeriod;t&&"number"==typeof t&&(clearInterval(this._checkInterval),n("starting periodic check for expired sessions"),this._checkInterval=setInterval((function(){s(e.store)}),Math.floor(t)))},i.prototype.stopInterval=function(){n("stopping periodic check for expired sessions"),clearInterval(this._checkInterval)},i.prototype.prune=function(){s(this.store)},i}},25808:(e,t,i)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const i="color: "+this.color;t.splice(1,0,i,"color: inherit");let n=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(n++,"%c"===e&&(a=n))})),t.splice(a,0,i)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=i(72728)(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},72728:(e,t,i)=>{e.exports=function(e){function t(e){let i,a,r,o=null;function s(...e){if(!s.enabled)return;const n=s,a=Number(new Date),r=a-(i||a);n.diff=r,n.prev=i,n.curr=a,i=a,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let o=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((i,a)=>{if("%%"===i)return"%";o++;const r=t.formatters[a];if("function"==typeof r){const t=e[o];i=r.call(n,t),e.splice(o,1),o--}return i})),t.formatArgs.call(n,e),(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(a!==t.namespaces&&(a=t.namespaces,r=t.enabled(e)),r),set:e=>{o=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,i){const n=t(this.namespace+(void 0===i?":":i)+e);return n.log=this.log,n}function a(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){const e=[...t.names.map(a),...t.skips.map(a).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let i;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const n=("string"==typeof e?e:"").split(/[\s,]+/),a=n.length;for(i=0;i{t[i]=e[i]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let i=0;for(let t=0;t{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=i(25808):e.exports=i(5432)},5432:(e,t,i)=>{const n=i(33867),a=i(31669);t.init=function(e){e.inspectOpts={};const i=Object.keys(t.inspectOpts);for(let n=0;n{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=i(92130);e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const i=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[i]=n,e}),{}),e.exports=i(72728)(t);const{formatters:r}=e.exports;r.o=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},r.O=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts)}},65783:e=>{var t=1e3,i=60*t,n=60*i,a=24*n;function r(e,t,i,n){var a=t>=1.5*i;return Math.round(e/i)+" "+n+(a?"s":"")}e.exports=function(e,o){o=o||{};var s,c,u=typeof e;if("string"===u&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var r=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(r){var o=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*o;case"weeks":case"week":case"w":return 6048e5*o;case"days":case"day":case"d":return o*a;case"hours":case"hour":case"hrs":case"hr":case"h":return o*n;case"minutes":case"minute":case"mins":case"min":case"m":return o*i;case"seconds":case"second":case"secs":case"sec":case"s":return o*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return o;default:return}}}}(e);if("number"===u&&isFinite(e))return o.long?(s=e,(c=Math.abs(s))>=a?r(s,c,a,"day"):c>=n?r(s,c,n,"hour"):c>=i?r(s,c,i,"minute"):c>=t?r(s,c,t,"second"):s+" ms"):function(e){var r=Math.abs(e);return r>=a?Math.round(e/a)+"d":r>=n?Math.round(e/n)+"h":r>=i?Math.round(e/i)+"m":r>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},86182:e=>{"use strict";e.exports=function(e,i,n){if(!e)throw new TypeError("argument dest is required");if(!i)throw new TypeError("argument src is required");return void 0===n&&(n=!0),Object.getOwnPropertyNames(i).forEach((function(a){if(n||!t.call(e,a)){var r=Object.getOwnPropertyDescriptor(i,a);Object.defineProperty(e,a,r)}})),e};var t=Object.prototype.hasOwnProperty},81087:(e,t,i)=>{const n=i(35747),a=i(98754),r=i(2393),o=2,s=3,c=5;e.exports=class{constructor(e){if("string"!=typeof e&&!Buffer.isBuffer(e))throw new Error("Metaflac(flac) flac must be string or buffer.");this.flac=e,this.buffer=null,this.marker="",this.streamInfo=null,this.blocks=[],this.padding=null,this.vorbisComment=null,this.vendorString="",this.tags=[],this.pictures=[],this.picturesSpecs=[],this.picturesDatas=[],this.framesOffset=0,this.init()}init(){"string"==typeof this.flac?this.buffer=n.readFileSync(this.flac):this.buffer=this.flac;let e=0;if("fLaC"!==this.buffer.slice(0,e+=4).toString("ascii"))throw new Error("The file does not appear to be a FLAC file.");let t=0,i=!1;for(;!i;){t=this.buffer.readUInt8(e++),i=t>=128,t%=128;const n=this.buffer.readUIntBE(e,3);e+=3,0===t&&(this.streamInfo=this.buffer.slice(e,e+n)),4===t&&(this.vorbisComment=this.buffer.slice(e,e+n),this.parseVorbisComment()),[o,s,c].includes(t)&&this.blocks.push([t,this.buffer.slice(e,e+n)]),e+=n}this.framesOffset=e}parseVorbisComment(){const e=this.vorbisComment.readUInt32LE(0);this.vendorString=this.vorbisComment.slice(4,e+4).toString("utf8")}parsePictureBlock(){this.pictures.forEach((e=>{let t=0;const i=e.readUInt32BE(t);t+=4;const n=e.readUInt32BE(t);t+=4;const a=e.slice(t,t+n).toString("ascii");t+=n;const r=e.readUInt32BE(t);t+=4;const o=e.slice(t,t+=r).toString("utf8"),s=e.readUInt32BE(t);t+=4;const c=e.readUInt32BE(t);t+=4;const u=e.readUInt32BE(t);t+=4;const l=e.readUInt32BE(t);t+=4;const p=e.readUInt32BE(t);t+=4,this.picturesDatas.push(e.slice(t,t+p)),this.picturesSpecs.push(this.buildSpecification({type:i,mime:a,description:o,width:s,height:c,depth:u,colors:l}))}))}getPicturesSpecs(){return this.picturesSpecs}getMd5sum(){return this.streamInfo.slice(18,34).toString("hex")}getMinBlocksize(){return this.streamInfo.readUInt16BE(0)}getMaxBlocksize(){return this.streamInfo.readUInt16BE(2)}getMinFramesize(){return this.streamInfo.readUIntBE(4,3)}getMaxFramesize(){return this.streamInfo.readUIntBE(7,3)}getSampleRate(){return this.streamInfo.readUIntBE(10,3)>>4}getChannels(){return 7&this.streamInfo.readUIntBE(10,3)}getBps(){return 31&this.streamInfo.readUIntBE(12,2)}getTotalSamples(){return 68719476735&this.streamInfo.readUIntBE(13,5)}getVendorTag(){return this.vendorString}getTag(e){return this.tags.filter((t=>t.split("=")[0]===e)).join("\n")}removeTag(e){this.tags=this.tags.filter((t=>t.split("=")[0]!==e))}removeFirstTag(e){const t=this.tags.findIndex((t=>t.split("=")[0]===e));-1!==t&&this.tags.splice(t,1)}removeAllTags(){this.tags=[]}setTag(e){if(-1===e.indexOf("="))throw new Error(`malformed vorbis comment field "${e}", field contains no '=' character`);this.tags.push(e)}setTagFromFile(e){const t=e.indexOf("=");if(-1===t)throw new Error(`malformed vorbis comment field "${e}", field contains no '=' character`);const i=e.substring(0,t),a=e.substr(t+1);let r;try{r=n.readFileSync(a,"utf8")}catch(e){throw new Error(`can't open file '${a}' for '${i}' tag value`)}this.tags.push(`${i}=${r}`)}importTagsFrom(e){const t=n.readFileSync(e,"utf8").split("\n");t.forEach((e=>{if(-1===e.indexOf("="))throw new Error(`malformed vorbis comment "${e}", contains no '=' character`)})),this.tags=this.tags.concat(t)}exportTagsTo(e){n.writeFileSync(e,this.tags.join("\n"),"utf8")}importPicture(e){Buffer.isBuffer(e)||(e=n.readFileSync(e));const t=a.sync(e);if(!t)throw new Error("Unable to determine image dimensions");if("image/jpeg"!==t.mime&&"image/png"!==t.mime)throw new Error(`only support image/jpeg and image/png picture temporarily, current import ${mime}`);const i=this.buildSpecification({mime:t.mime,width:t.width,height:t.height});this.pictures.push(this.buildPictureBlock(e,i)),this.picturesSpecs.push(i)}exportPictureTo(e){this.picturesDatas.length>0&&n.writeFileSync(e,this.picturesDatas[0])}getAllTags(){return this.tags}buildSpecification(e={}){return Object.assign({type:3,mime:"image/jpeg",description:"",width:0,height:0,depth:24,colors:0},e)}buildPictureBlock(e,t={}){const i=Buffer.alloc(4),n=Buffer.alloc(4),a=Buffer.from(t.mime,"ascii"),r=Buffer.alloc(4),o=Buffer.from(t.description,"utf8"),s=Buffer.alloc(4),c=Buffer.alloc(4),u=Buffer.alloc(4),l=Buffer.alloc(4),p=Buffer.alloc(4);return i.writeUInt32BE(t.type),n.writeUInt32BE(t.mime.length),r.writeUInt32BE(t.description.length),s.writeUInt32BE(t.width),c.writeUInt32BE(t.height),u.writeUInt32BE(t.depth),l.writeUInt32BE(t.colors),p.writeUInt32BE(e.length),Buffer.concat([i,n,a,r,o,s,c,u,l,p,e])}buildMetadataBlock(e,t,i=!1){const n=Buffer.alloc(4);return i&&(e+=128),n.writeUIntBE(e,0,1),n.writeUIntBE(t.length,1,3),Buffer.concat([n,t])}buildMetadata(){const e=[];return e.push(this.buildMetadataBlock(0,this.streamInfo)),this.blocks.forEach((t=>{e.push(this.buildMetadataBlock(...t))})),e.push(this.buildMetadataBlock(4,r(this.vendorString,this.tags))),this.pictures.forEach((t=>{e.push(this.buildMetadataBlock(6,t))})),null==this.padding&&(this.padding=Buffer.alloc(16384)),e.push(this.buildMetadataBlock(1,this.padding,!0)),e}buildStream(){const e=this.buildMetadata();return[this.buffer.slice(0,4),...e,this.buffer.slice(this.framesOffset)]}save(){if("string"!=typeof this.flac)return Buffer.concat(this.buildStream());n.writeFileSync(this.flac,Buffer.concat(this.buildStream()))}}},2393:e=>{e.exports=(e,t)=>{const i=[],n=Buffer.from(e,"utf8"),a=Buffer.alloc(4);a.writeUInt32LE(n.length);const r=Buffer.alloc(4);r.writeUInt32LE(t.length),i.push(a,n,r);for(let e=0;e{"use strict";var n=i(98605);e.exports=n.METHODS&&n.METHODS.map((function(e){return e.toLowerCase()}))||["get","post","put","head","delete","options","trace","copy","lock","mkcol","move","purge","propfind","proppatch","unlock","report","mkactivity","checkout","merge","m-search","notify","subscribe","unsubscribe","patch","search","connect"]},73313:e=>{"use strict";e.exports=JSON.parse('{"application/1d-interleaved-parityfec":{"source":"iana"},"application/3gpdash-qoe-report+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/3gpp-ims+xml":{"source":"iana","compressible":true},"application/3gpphal+json":{"source":"iana","compressible":true},"application/3gpphalforms+json":{"source":"iana","compressible":true},"application/a2l":{"source":"iana"},"application/ace+cbor":{"source":"iana"},"application/activemessage":{"source":"iana"},"application/activity+json":{"source":"iana","compressible":true},"application/alto-costmap+json":{"source":"iana","compressible":true},"application/alto-costmapfilter+json":{"source":"iana","compressible":true},"application/alto-directory+json":{"source":"iana","compressible":true},"application/alto-endpointcost+json":{"source":"iana","compressible":true},"application/alto-endpointcostparams+json":{"source":"iana","compressible":true},"application/alto-endpointprop+json":{"source":"iana","compressible":true},"application/alto-endpointpropparams+json":{"source":"iana","compressible":true},"application/alto-error+json":{"source":"iana","compressible":true},"application/alto-networkmap+json":{"source":"iana","compressible":true},"application/alto-networkmapfilter+json":{"source":"iana","compressible":true},"application/alto-updatestreamcontrol+json":{"source":"iana","compressible":true},"application/alto-updatestreamparams+json":{"source":"iana","compressible":true},"application/aml":{"source":"iana"},"application/andrew-inset":{"source":"iana","extensions":["ez"]},"application/applefile":{"source":"iana"},"application/applixware":{"source":"apache","extensions":["aw"]},"application/at+jwt":{"source":"iana"},"application/atf":{"source":"iana"},"application/atfx":{"source":"iana"},"application/atom+xml":{"source":"iana","compressible":true,"extensions":["atom"]},"application/atomcat+xml":{"source":"iana","compressible":true,"extensions":["atomcat"]},"application/atomdeleted+xml":{"source":"iana","compressible":true,"extensions":["atomdeleted"]},"application/atomicmail":{"source":"iana"},"application/atomsvc+xml":{"source":"iana","compressible":true,"extensions":["atomsvc"]},"application/atsc-dwd+xml":{"source":"iana","compressible":true,"extensions":["dwd"]},"application/atsc-dynamic-event-message":{"source":"iana"},"application/atsc-held+xml":{"source":"iana","compressible":true,"extensions":["held"]},"application/atsc-rdt+json":{"source":"iana","compressible":true},"application/atsc-rsat+xml":{"source":"iana","compressible":true,"extensions":["rsat"]},"application/atxml":{"source":"iana"},"application/auth-policy+xml":{"source":"iana","compressible":true},"application/bacnet-xdd+zip":{"source":"iana","compressible":false},"application/batch-smtp":{"source":"iana"},"application/bdoc":{"compressible":false,"extensions":["bdoc"]},"application/beep+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/calendar+json":{"source":"iana","compressible":true},"application/calendar+xml":{"source":"iana","compressible":true,"extensions":["xcs"]},"application/call-completion":{"source":"iana"},"application/cals-1840":{"source":"iana"},"application/captive+json":{"source":"iana","compressible":true},"application/cbor":{"source":"iana"},"application/cbor-seq":{"source":"iana"},"application/cccex":{"source":"iana"},"application/ccmp+xml":{"source":"iana","compressible":true},"application/ccxml+xml":{"source":"iana","compressible":true,"extensions":["ccxml"]},"application/cdfx+xml":{"source":"iana","compressible":true,"extensions":["cdfx"]},"application/cdmi-capability":{"source":"iana","extensions":["cdmia"]},"application/cdmi-container":{"source":"iana","extensions":["cdmic"]},"application/cdmi-domain":{"source":"iana","extensions":["cdmid"]},"application/cdmi-object":{"source":"iana","extensions":["cdmio"]},"application/cdmi-queue":{"source":"iana","extensions":["cdmiq"]},"application/cdni":{"source":"iana"},"application/cea":{"source":"iana"},"application/cea-2018+xml":{"source":"iana","compressible":true},"application/cellml+xml":{"source":"iana","compressible":true},"application/cfw":{"source":"iana"},"application/clr":{"source":"iana"},"application/clue+xml":{"source":"iana","compressible":true},"application/clue_info+xml":{"source":"iana","compressible":true},"application/cms":{"source":"iana"},"application/cnrp+xml":{"source":"iana","compressible":true},"application/coap-group+json":{"source":"iana","compressible":true},"application/coap-payload":{"source":"iana"},"application/commonground":{"source":"iana"},"application/conference-info+xml":{"source":"iana","compressible":true},"application/cose":{"source":"iana"},"application/cose-key":{"source":"iana"},"application/cose-key-set":{"source":"iana"},"application/cpl+xml":{"source":"iana","compressible":true},"application/csrattrs":{"source":"iana"},"application/csta+xml":{"source":"iana","compressible":true},"application/cstadata+xml":{"source":"iana","compressible":true},"application/csvm+json":{"source":"iana","compressible":true},"application/cu-seeme":{"source":"apache","extensions":["cu"]},"application/cwt":{"source":"iana"},"application/cybercash":{"source":"iana"},"application/dart":{"compressible":true},"application/dash+xml":{"source":"iana","compressible":true,"extensions":["mpd"]},"application/dashdelta":{"source":"iana"},"application/davmount+xml":{"source":"iana","compressible":true,"extensions":["davmount"]},"application/dca-rft":{"source":"iana"},"application/dcd":{"source":"iana"},"application/dec-dx":{"source":"iana"},"application/dialog-info+xml":{"source":"iana","compressible":true},"application/dicom":{"source":"iana"},"application/dicom+json":{"source":"iana","compressible":true},"application/dicom+xml":{"source":"iana","compressible":true},"application/dii":{"source":"iana"},"application/dit":{"source":"iana"},"application/dns":{"source":"iana"},"application/dns+json":{"source":"iana","compressible":true},"application/dns-message":{"source":"iana"},"application/docbook+xml":{"source":"apache","compressible":true,"extensions":["dbk"]},"application/dots+cbor":{"source":"iana"},"application/dskpp+xml":{"source":"iana","compressible":true},"application/dssc+der":{"source":"iana","extensions":["dssc"]},"application/dssc+xml":{"source":"iana","compressible":true,"extensions":["xdssc"]},"application/dvcs":{"source":"iana"},"application/ecmascript":{"source":"iana","compressible":true,"extensions":["es","ecma"]},"application/edi-consent":{"source":"iana"},"application/edi-x12":{"source":"iana","compressible":false},"application/edifact":{"source":"iana","compressible":false},"application/efi":{"source":"iana"},"application/elm+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/elm+xml":{"source":"iana","compressible":true},"application/emergencycalldata.cap+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/emergencycalldata.comment+xml":{"source":"iana","compressible":true},"application/emergencycalldata.control+xml":{"source":"iana","compressible":true},"application/emergencycalldata.deviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.ecall.msd":{"source":"iana"},"application/emergencycalldata.providerinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.serviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.subscriberinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.veds+xml":{"source":"iana","compressible":true},"application/emma+xml":{"source":"iana","compressible":true,"extensions":["emma"]},"application/emotionml+xml":{"source":"iana","compressible":true,"extensions":["emotionml"]},"application/encaprtp":{"source":"iana"},"application/epp+xml":{"source":"iana","compressible":true},"application/epub+zip":{"source":"iana","compressible":false,"extensions":["epub"]},"application/eshop":{"source":"iana"},"application/exi":{"source":"iana","extensions":["exi"]},"application/expect-ct-report+json":{"source":"iana","compressible":true},"application/express":{"source":"iana","extensions":["exp"]},"application/fastinfoset":{"source":"iana"},"application/fastsoap":{"source":"iana"},"application/fdt+xml":{"source":"iana","compressible":true,"extensions":["fdt"]},"application/fhir+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/fhir+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/fido.trusted-apps+json":{"compressible":true},"application/fits":{"source":"iana"},"application/flexfec":{"source":"iana"},"application/font-sfnt":{"source":"iana"},"application/font-tdpfr":{"source":"iana","extensions":["pfr"]},"application/font-woff":{"source":"iana","compressible":false},"application/framework-attributes+xml":{"source":"iana","compressible":true},"application/geo+json":{"source":"iana","compressible":true,"extensions":["geojson"]},"application/geo+json-seq":{"source":"iana"},"application/geopackage+sqlite3":{"source":"iana"},"application/geoxacml+xml":{"source":"iana","compressible":true},"application/gltf-buffer":{"source":"iana"},"application/gml+xml":{"source":"iana","compressible":true,"extensions":["gml"]},"application/gpx+xml":{"source":"apache","compressible":true,"extensions":["gpx"]},"application/gxf":{"source":"apache","extensions":["gxf"]},"application/gzip":{"source":"iana","compressible":false,"extensions":["gz"]},"application/h224":{"source":"iana"},"application/held+xml":{"source":"iana","compressible":true},"application/hjson":{"extensions":["hjson"]},"application/http":{"source":"iana"},"application/hyperstudio":{"source":"iana","extensions":["stk"]},"application/ibe-key-request+xml":{"source":"iana","compressible":true},"application/ibe-pkg-reply+xml":{"source":"iana","compressible":true},"application/ibe-pp-data":{"source":"iana"},"application/iges":{"source":"iana"},"application/im-iscomposing+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/index":{"source":"iana"},"application/index.cmd":{"source":"iana"},"application/index.obj":{"source":"iana"},"application/index.response":{"source":"iana"},"application/index.vnd":{"source":"iana"},"application/inkml+xml":{"source":"iana","compressible":true,"extensions":["ink","inkml"]},"application/iotp":{"source":"iana"},"application/ipfix":{"source":"iana","extensions":["ipfix"]},"application/ipp":{"source":"iana"},"application/isup":{"source":"iana"},"application/its+xml":{"source":"iana","compressible":true,"extensions":["its"]},"application/java-archive":{"source":"apache","compressible":false,"extensions":["jar","war","ear"]},"application/java-serialized-object":{"source":"apache","compressible":false,"extensions":["ser"]},"application/java-vm":{"source":"apache","compressible":false,"extensions":["class"]},"application/javascript":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["js","mjs"]},"application/jf2feed+json":{"source":"iana","compressible":true},"application/jose":{"source":"iana"},"application/jose+json":{"source":"iana","compressible":true},"application/jrd+json":{"source":"iana","compressible":true},"application/jscalendar+json":{"source":"iana","compressible":true},"application/json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["json","map"]},"application/json-patch+json":{"source":"iana","compressible":true},"application/json-seq":{"source":"iana"},"application/json5":{"extensions":["json5"]},"application/jsonml+json":{"source":"apache","compressible":true,"extensions":["jsonml"]},"application/jwk+json":{"source":"iana","compressible":true},"application/jwk-set+json":{"source":"iana","compressible":true},"application/jwt":{"source":"iana"},"application/kpml-request+xml":{"source":"iana","compressible":true},"application/kpml-response+xml":{"source":"iana","compressible":true},"application/ld+json":{"source":"iana","compressible":true,"extensions":["jsonld"]},"application/lgr+xml":{"source":"iana","compressible":true,"extensions":["lgr"]},"application/link-format":{"source":"iana"},"application/load-control+xml":{"source":"iana","compressible":true},"application/lost+xml":{"source":"iana","compressible":true,"extensions":["lostxml"]},"application/lostsync+xml":{"source":"iana","compressible":true},"application/lpf+zip":{"source":"iana","compressible":false},"application/lxf":{"source":"iana"},"application/mac-binhex40":{"source":"iana","extensions":["hqx"]},"application/mac-compactpro":{"source":"apache","extensions":["cpt"]},"application/macwriteii":{"source":"iana"},"application/mads+xml":{"source":"iana","compressible":true,"extensions":["mads"]},"application/manifest+json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["webmanifest"]},"application/marc":{"source":"iana","extensions":["mrc"]},"application/marcxml+xml":{"source":"iana","compressible":true,"extensions":["mrcx"]},"application/mathematica":{"source":"iana","extensions":["ma","nb","mb"]},"application/mathml+xml":{"source":"iana","compressible":true,"extensions":["mathml"]},"application/mathml-content+xml":{"source":"iana","compressible":true},"application/mathml-presentation+xml":{"source":"iana","compressible":true},"application/mbms-associated-procedure-description+xml":{"source":"iana","compressible":true},"application/mbms-deregister+xml":{"source":"iana","compressible":true},"application/mbms-envelope+xml":{"source":"iana","compressible":true},"application/mbms-msk+xml":{"source":"iana","compressible":true},"application/mbms-msk-response+xml":{"source":"iana","compressible":true},"application/mbms-protection-description+xml":{"source":"iana","compressible":true},"application/mbms-reception-report+xml":{"source":"iana","compressible":true},"application/mbms-register+xml":{"source":"iana","compressible":true},"application/mbms-register-response+xml":{"source":"iana","compressible":true},"application/mbms-schedule+xml":{"source":"iana","compressible":true},"application/mbms-user-service-description+xml":{"source":"iana","compressible":true},"application/mbox":{"source":"iana","extensions":["mbox"]},"application/media-policy-dataset+xml":{"source":"iana","compressible":true},"application/media_control+xml":{"source":"iana","compressible":true},"application/mediaservercontrol+xml":{"source":"iana","compressible":true,"extensions":["mscml"]},"application/merge-patch+json":{"source":"iana","compressible":true},"application/metalink+xml":{"source":"apache","compressible":true,"extensions":["metalink"]},"application/metalink4+xml":{"source":"iana","compressible":true,"extensions":["meta4"]},"application/mets+xml":{"source":"iana","compressible":true,"extensions":["mets"]},"application/mf4":{"source":"iana"},"application/mikey":{"source":"iana"},"application/mipc":{"source":"iana"},"application/missing-blocks+cbor-seq":{"source":"iana"},"application/mmt-aei+xml":{"source":"iana","compressible":true,"extensions":["maei"]},"application/mmt-usd+xml":{"source":"iana","compressible":true,"extensions":["musd"]},"application/mods+xml":{"source":"iana","compressible":true,"extensions":["mods"]},"application/moss-keys":{"source":"iana"},"application/moss-signature":{"source":"iana"},"application/mosskey-data":{"source":"iana"},"application/mosskey-request":{"source":"iana"},"application/mp21":{"source":"iana","extensions":["m21","mp21"]},"application/mp4":{"source":"iana","extensions":["mp4s","m4p"]},"application/mpeg4-generic":{"source":"iana"},"application/mpeg4-iod":{"source":"iana"},"application/mpeg4-iod-xmt":{"source":"iana"},"application/mrb-consumer+xml":{"source":"iana","compressible":true},"application/mrb-publish+xml":{"source":"iana","compressible":true},"application/msc-ivr+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msc-mixer+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msword":{"source":"iana","compressible":false,"extensions":["doc","dot"]},"application/mud+json":{"source":"iana","compressible":true},"application/multipart-core":{"source":"iana"},"application/mxf":{"source":"iana","extensions":["mxf"]},"application/n-quads":{"source":"iana","extensions":["nq"]},"application/n-triples":{"source":"iana","extensions":["nt"]},"application/nasdata":{"source":"iana"},"application/news-checkgroups":{"source":"iana","charset":"US-ASCII"},"application/news-groupinfo":{"source":"iana","charset":"US-ASCII"},"application/news-transmission":{"source":"iana"},"application/nlsml+xml":{"source":"iana","compressible":true},"application/node":{"source":"iana","extensions":["cjs"]},"application/nss":{"source":"iana"},"application/oauth-authz-req+jwt":{"source":"iana"},"application/ocsp-request":{"source":"iana"},"application/ocsp-response":{"source":"iana"},"application/octet-stream":{"source":"iana","compressible":false,"extensions":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{"source":"iana","extensions":["oda"]},"application/odm+xml":{"source":"iana","compressible":true},"application/odx":{"source":"iana"},"application/oebps-package+xml":{"source":"iana","compressible":true,"extensions":["opf"]},"application/ogg":{"source":"iana","compressible":false,"extensions":["ogx"]},"application/omdoc+xml":{"source":"apache","compressible":true,"extensions":["omdoc"]},"application/onenote":{"source":"apache","extensions":["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{"source":"iana","compressible":true},"application/oscore":{"source":"iana"},"application/oxps":{"source":"iana","extensions":["oxps"]},"application/p21":{"source":"iana"},"application/p21+zip":{"source":"iana","compressible":false},"application/p2p-overlay+xml":{"source":"iana","compressible":true,"extensions":["relo"]},"application/parityfec":{"source":"iana"},"application/passport":{"source":"iana"},"application/patch-ops-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/pdf":{"source":"iana","compressible":false,"extensions":["pdf"]},"application/pdx":{"source":"iana"},"application/pem-certificate-chain":{"source":"iana"},"application/pgp-encrypted":{"source":"iana","compressible":false,"extensions":["pgp"]},"application/pgp-keys":{"source":"iana"},"application/pgp-signature":{"source":"iana","extensions":["asc","sig"]},"application/pics-rules":{"source":"apache","extensions":["prf"]},"application/pidf+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pidf-diff+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pkcs10":{"source":"iana","extensions":["p10"]},"application/pkcs12":{"source":"iana"},"application/pkcs7-mime":{"source":"iana","extensions":["p7m","p7c"]},"application/pkcs7-signature":{"source":"iana","extensions":["p7s"]},"application/pkcs8":{"source":"iana","extensions":["p8"]},"application/pkcs8-encrypted":{"source":"iana"},"application/pkix-attr-cert":{"source":"iana","extensions":["ac"]},"application/pkix-cert":{"source":"iana","extensions":["cer"]},"application/pkix-crl":{"source":"iana","extensions":["crl"]},"application/pkix-pkipath":{"source":"iana","extensions":["pkipath"]},"application/pkixcmp":{"source":"iana","extensions":["pki"]},"application/pls+xml":{"source":"iana","compressible":true,"extensions":["pls"]},"application/poc-settings+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/postscript":{"source":"iana","compressible":true,"extensions":["ai","eps","ps"]},"application/ppsp-tracker+json":{"source":"iana","compressible":true},"application/problem+json":{"source":"iana","compressible":true},"application/problem+xml":{"source":"iana","compressible":true},"application/provenance+xml":{"source":"iana","compressible":true,"extensions":["provx"]},"application/prs.alvestrand.titrax-sheet":{"source":"iana"},"application/prs.cww":{"source":"iana","extensions":["cww"]},"application/prs.cyn":{"source":"iana","charset":"7-BIT"},"application/prs.hpub+zip":{"source":"iana","compressible":false},"application/prs.nprend":{"source":"iana"},"application/prs.plucker":{"source":"iana"},"application/prs.rdf-xml-crypt":{"source":"iana"},"application/prs.xsf+xml":{"source":"iana","compressible":true},"application/pskc+xml":{"source":"iana","compressible":true,"extensions":["pskcxml"]},"application/pvd+json":{"source":"iana","compressible":true},"application/qsig":{"source":"iana"},"application/raml+yaml":{"compressible":true,"extensions":["raml"]},"application/raptorfec":{"source":"iana"},"application/rdap+json":{"source":"iana","compressible":true},"application/rdf+xml":{"source":"iana","compressible":true,"extensions":["rdf","owl"]},"application/reginfo+xml":{"source":"iana","compressible":true,"extensions":["rif"]},"application/relax-ng-compact-syntax":{"source":"iana","extensions":["rnc"]},"application/remote-printing":{"source":"iana"},"application/reputon+json":{"source":"iana","compressible":true},"application/resource-lists+xml":{"source":"iana","compressible":true,"extensions":["rl"]},"application/resource-lists-diff+xml":{"source":"iana","compressible":true,"extensions":["rld"]},"application/rfc+xml":{"source":"iana","compressible":true},"application/riscos":{"source":"iana"},"application/rlmi+xml":{"source":"iana","compressible":true},"application/rls-services+xml":{"source":"iana","compressible":true,"extensions":["rs"]},"application/route-apd+xml":{"source":"iana","compressible":true,"extensions":["rapd"]},"application/route-s-tsid+xml":{"source":"iana","compressible":true,"extensions":["sls"]},"application/route-usd+xml":{"source":"iana","compressible":true,"extensions":["rusd"]},"application/rpki-ghostbusters":{"source":"iana","extensions":["gbr"]},"application/rpki-manifest":{"source":"iana","extensions":["mft"]},"application/rpki-publication":{"source":"iana"},"application/rpki-roa":{"source":"iana","extensions":["roa"]},"application/rpki-updown":{"source":"iana"},"application/rsd+xml":{"source":"apache","compressible":true,"extensions":["rsd"]},"application/rss+xml":{"source":"apache","compressible":true,"extensions":["rss"]},"application/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"application/rtploopback":{"source":"iana"},"application/rtx":{"source":"iana"},"application/samlassertion+xml":{"source":"iana","compressible":true},"application/samlmetadata+xml":{"source":"iana","compressible":true},"application/sarif+json":{"source":"iana","compressible":true},"application/sarif-external-properties+json":{"source":"iana","compressible":true},"application/sbe":{"source":"iana"},"application/sbml+xml":{"source":"iana","compressible":true,"extensions":["sbml"]},"application/scaip+xml":{"source":"iana","compressible":true},"application/scim+json":{"source":"iana","compressible":true},"application/scvp-cv-request":{"source":"iana","extensions":["scq"]},"application/scvp-cv-response":{"source":"iana","extensions":["scs"]},"application/scvp-vp-request":{"source":"iana","extensions":["spq"]},"application/scvp-vp-response":{"source":"iana","extensions":["spp"]},"application/sdp":{"source":"iana","extensions":["sdp"]},"application/secevent+jwt":{"source":"iana"},"application/senml+cbor":{"source":"iana"},"application/senml+json":{"source":"iana","compressible":true},"application/senml+xml":{"source":"iana","compressible":true,"extensions":["senmlx"]},"application/senml-etch+cbor":{"source":"iana"},"application/senml-etch+json":{"source":"iana","compressible":true},"application/senml-exi":{"source":"iana"},"application/sensml+cbor":{"source":"iana"},"application/sensml+json":{"source":"iana","compressible":true},"application/sensml+xml":{"source":"iana","compressible":true,"extensions":["sensmlx"]},"application/sensml-exi":{"source":"iana"},"application/sep+xml":{"source":"iana","compressible":true},"application/sep-exi":{"source":"iana"},"application/session-info":{"source":"iana"},"application/set-payment":{"source":"iana"},"application/set-payment-initiation":{"source":"iana","extensions":["setpay"]},"application/set-registration":{"source":"iana"},"application/set-registration-initiation":{"source":"iana","extensions":["setreg"]},"application/sgml":{"source":"iana"},"application/sgml-open-catalog":{"source":"iana"},"application/shf+xml":{"source":"iana","compressible":true,"extensions":["shf"]},"application/sieve":{"source":"iana","extensions":["siv","sieve"]},"application/simple-filter+xml":{"source":"iana","compressible":true},"application/simple-message-summary":{"source":"iana"},"application/simplesymbolcontainer":{"source":"iana"},"application/sipc":{"source":"iana"},"application/slate":{"source":"iana"},"application/smil":{"source":"iana"},"application/smil+xml":{"source":"iana","compressible":true,"extensions":["smi","smil"]},"application/smpte336m":{"source":"iana"},"application/soap+fastinfoset":{"source":"iana"},"application/soap+xml":{"source":"iana","compressible":true},"application/sparql-query":{"source":"iana","extensions":["rq"]},"application/sparql-results+xml":{"source":"iana","compressible":true,"extensions":["srx"]},"application/spdx+json":{"source":"iana","compressible":true},"application/spirits-event+xml":{"source":"iana","compressible":true},"application/sql":{"source":"iana"},"application/srgs":{"source":"iana","extensions":["gram"]},"application/srgs+xml":{"source":"iana","compressible":true,"extensions":["grxml"]},"application/sru+xml":{"source":"iana","compressible":true,"extensions":["sru"]},"application/ssdl+xml":{"source":"apache","compressible":true,"extensions":["ssdl"]},"application/ssml+xml":{"source":"iana","compressible":true,"extensions":["ssml"]},"application/stix+json":{"source":"iana","compressible":true},"application/swid+xml":{"source":"iana","compressible":true,"extensions":["swidtag"]},"application/tamp-apex-update":{"source":"iana"},"application/tamp-apex-update-confirm":{"source":"iana"},"application/tamp-community-update":{"source":"iana"},"application/tamp-community-update-confirm":{"source":"iana"},"application/tamp-error":{"source":"iana"},"application/tamp-sequence-adjust":{"source":"iana"},"application/tamp-sequence-adjust-confirm":{"source":"iana"},"application/tamp-status-query":{"source":"iana"},"application/tamp-status-response":{"source":"iana"},"application/tamp-update":{"source":"iana"},"application/tamp-update-confirm":{"source":"iana"},"application/tar":{"compressible":true},"application/taxii+json":{"source":"iana","compressible":true},"application/td+json":{"source":"iana","compressible":true},"application/tei+xml":{"source":"iana","compressible":true,"extensions":["tei","teicorpus"]},"application/tetra_isi":{"source":"iana"},"application/thraud+xml":{"source":"iana","compressible":true,"extensions":["tfi"]},"application/timestamp-query":{"source":"iana"},"application/timestamp-reply":{"source":"iana"},"application/timestamped-data":{"source":"iana","extensions":["tsd"]},"application/tlsrpt+gzip":{"source":"iana"},"application/tlsrpt+json":{"source":"iana","compressible":true},"application/tnauthlist":{"source":"iana"},"application/token-introspection+jwt":{"source":"iana"},"application/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana","extensions":["trig"]},"application/ttml+xml":{"source":"iana","compressible":true,"extensions":["ttml"]},"application/tve-trigger":{"source":"iana"},"application/tzif":{"source":"iana"},"application/tzif-leap":{"source":"iana"},"application/ubjson":{"compressible":false,"extensions":["ubj"]},"application/ulpfec":{"source":"iana"},"application/urc-grpsheet+xml":{"source":"iana","compressible":true},"application/urc-ressheet+xml":{"source":"iana","compressible":true,"extensions":["rsheet"]},"application/urc-targetdesc+xml":{"source":"iana","compressible":true,"extensions":["td"]},"application/urc-uisocketdesc+xml":{"source":"iana","compressible":true},"application/vcard+json":{"source":"iana","compressible":true},"application/vcard+xml":{"source":"iana","compressible":true},"application/vemmi":{"source":"iana"},"application/vividence.scriptfile":{"source":"apache"},"application/vnd.1000minds.decision-model+xml":{"source":"iana","compressible":true,"extensions":["1km"]},"application/vnd.3gpp-prose+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose-pc3ch+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-v2x-local-service-information":{"source":"iana"},"application/vnd.3gpp.5gnas":{"source":"iana"},"application/vnd.3gpp.access-transfer-events+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.bsf+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gmop+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gtpc":{"source":"iana"},"application/vnd.3gpp.interworking-data":{"source":"iana"},"application/vnd.3gpp.lpp":{"source":"iana"},"application/vnd.3gpp.mc-signalling-ear":{"source":"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-payload":{"source":"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-signalling":{"source":"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-floor-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-signed+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-init-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-transmission-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mid-call+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ngap":{"source":"iana"},"application/vnd.3gpp.pfcp":{"source":"iana"},"application/vnd.3gpp.pic-bw-large":{"source":"iana","extensions":["plb"]},"application/vnd.3gpp.pic-bw-small":{"source":"iana","extensions":["psb"]},"application/vnd.3gpp.pic-bw-var":{"source":"iana","extensions":["pvb"]},"application/vnd.3gpp.s1ap":{"source":"iana"},"application/vnd.3gpp.sms":{"source":"iana"},"application/vnd.3gpp.sms+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-ext+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.state-and-event-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ussd+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.bcmcsinfo+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.sms":{"source":"iana"},"application/vnd.3gpp2.tcap":{"source":"iana","extensions":["tcap"]},"application/vnd.3lightssoftware.imagescal":{"source":"iana"},"application/vnd.3m.post-it-notes":{"source":"iana","extensions":["pwn"]},"application/vnd.accpac.simply.aso":{"source":"iana","extensions":["aso"]},"application/vnd.accpac.simply.imp":{"source":"iana","extensions":["imp"]},"application/vnd.acucobol":{"source":"iana","extensions":["acu"]},"application/vnd.acucorp":{"source":"iana","extensions":["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{"source":"apache","compressible":false,"extensions":["air"]},"application/vnd.adobe.flash.movie":{"source":"iana"},"application/vnd.adobe.formscentral.fcdt":{"source":"iana","extensions":["fcdt"]},"application/vnd.adobe.fxp":{"source":"iana","extensions":["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{"source":"iana"},"application/vnd.adobe.xdp+xml":{"source":"iana","compressible":true,"extensions":["xdp"]},"application/vnd.adobe.xfdf":{"source":"iana","extensions":["xfdf"]},"application/vnd.aether.imp":{"source":"iana"},"application/vnd.afpc.afplinedata":{"source":"iana"},"application/vnd.afpc.afplinedata-pagedef":{"source":"iana"},"application/vnd.afpc.cmoca-cmresource":{"source":"iana"},"application/vnd.afpc.foca-charset":{"source":"iana"},"application/vnd.afpc.foca-codedfont":{"source":"iana"},"application/vnd.afpc.foca-codepage":{"source":"iana"},"application/vnd.afpc.modca":{"source":"iana"},"application/vnd.afpc.modca-cmtable":{"source":"iana"},"application/vnd.afpc.modca-formdef":{"source":"iana"},"application/vnd.afpc.modca-mediummap":{"source":"iana"},"application/vnd.afpc.modca-objectcontainer":{"source":"iana"},"application/vnd.afpc.modca-overlay":{"source":"iana"},"application/vnd.afpc.modca-pagesegment":{"source":"iana"},"application/vnd.age":{"source":"iana","extensions":["age"]},"application/vnd.ah-barcode":{"source":"iana"},"application/vnd.ahead.space":{"source":"iana","extensions":["ahead"]},"application/vnd.airzip.filesecure.azf":{"source":"iana","extensions":["azf"]},"application/vnd.airzip.filesecure.azs":{"source":"iana","extensions":["azs"]},"application/vnd.amadeus+json":{"source":"iana","compressible":true},"application/vnd.amazon.ebook":{"source":"apache","extensions":["azw"]},"application/vnd.amazon.mobi8-ebook":{"source":"iana"},"application/vnd.americandynamics.acc":{"source":"iana","extensions":["acc"]},"application/vnd.amiga.ami":{"source":"iana","extensions":["ami"]},"application/vnd.amundsen.maze+xml":{"source":"iana","compressible":true},"application/vnd.android.ota":{"source":"iana"},"application/vnd.android.package-archive":{"source":"apache","compressible":false,"extensions":["apk"]},"application/vnd.anki":{"source":"iana"},"application/vnd.anser-web-certificate-issue-initiation":{"source":"iana","extensions":["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{"source":"apache","extensions":["fti"]},"application/vnd.antix.game-component":{"source":"iana","extensions":["atx"]},"application/vnd.apache.arrow.file":{"source":"iana"},"application/vnd.apache.arrow.stream":{"source":"iana"},"application/vnd.apache.thrift.binary":{"source":"iana"},"application/vnd.apache.thrift.compact":{"source":"iana"},"application/vnd.apache.thrift.json":{"source":"iana"},"application/vnd.api+json":{"source":"iana","compressible":true},"application/vnd.aplextor.warrp+json":{"source":"iana","compressible":true},"application/vnd.apothekende.reservation+json":{"source":"iana","compressible":true},"application/vnd.apple.installer+xml":{"source":"iana","compressible":true,"extensions":["mpkg"]},"application/vnd.apple.keynote":{"source":"iana","extensions":["key"]},"application/vnd.apple.mpegurl":{"source":"iana","extensions":["m3u8"]},"application/vnd.apple.numbers":{"source":"iana","extensions":["numbers"]},"application/vnd.apple.pages":{"source":"iana","extensions":["pages"]},"application/vnd.apple.pkpass":{"compressible":false,"extensions":["pkpass"]},"application/vnd.arastra.swi":{"source":"iana"},"application/vnd.aristanetworks.swi":{"source":"iana","extensions":["swi"]},"application/vnd.artisan+json":{"source":"iana","compressible":true},"application/vnd.artsquare":{"source":"iana"},"application/vnd.astraea-software.iota":{"source":"iana","extensions":["iota"]},"application/vnd.audiograph":{"source":"iana","extensions":["aep"]},"application/vnd.autopackage":{"source":"iana"},"application/vnd.avalon+json":{"source":"iana","compressible":true},"application/vnd.avistar+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmml+xml":{"source":"iana","compressible":true,"extensions":["bmml"]},"application/vnd.balsamiq.bmpr":{"source":"iana"},"application/vnd.banana-accounting":{"source":"iana"},"application/vnd.bbf.usp.error":{"source":"iana"},"application/vnd.bbf.usp.msg":{"source":"iana"},"application/vnd.bbf.usp.msg+json":{"source":"iana","compressible":true},"application/vnd.bekitzur-stech+json":{"source":"iana","compressible":true},"application/vnd.bint.med-content":{"source":"iana"},"application/vnd.biopax.rdf+xml":{"source":"iana","compressible":true},"application/vnd.blink-idb-value-wrapper":{"source":"iana"},"application/vnd.blueice.multipass":{"source":"iana","extensions":["mpm"]},"application/vnd.bluetooth.ep.oob":{"source":"iana"},"application/vnd.bluetooth.le.oob":{"source":"iana"},"application/vnd.bmi":{"source":"iana","extensions":["bmi"]},"application/vnd.bpf":{"source":"iana"},"application/vnd.bpf3":{"source":"iana"},"application/vnd.businessobjects":{"source":"iana","extensions":["rep"]},"application/vnd.byu.uapi+json":{"source":"iana","compressible":true},"application/vnd.cab-jscript":{"source":"iana"},"application/vnd.canon-cpdl":{"source":"iana"},"application/vnd.canon-lips":{"source":"iana"},"application/vnd.capasystems-pg+json":{"source":"iana","compressible":true},"application/vnd.cendio.thinlinc.clientconf":{"source":"iana"},"application/vnd.century-systems.tcp_stream":{"source":"iana"},"application/vnd.chemdraw+xml":{"source":"iana","compressible":true,"extensions":["cdxml"]},"application/vnd.chess-pgn":{"source":"iana"},"application/vnd.chipnuts.karaoke-mmd":{"source":"iana","extensions":["mmd"]},"application/vnd.ciedi":{"source":"iana"},"application/vnd.cinderella":{"source":"iana","extensions":["cdy"]},"application/vnd.cirpack.isdn-ext":{"source":"iana"},"application/vnd.citationstyles.style+xml":{"source":"iana","compressible":true,"extensions":["csl"]},"application/vnd.claymore":{"source":"iana","extensions":["cla"]},"application/vnd.cloanto.rp9":{"source":"iana","extensions":["rp9"]},"application/vnd.clonk.c4group":{"source":"iana","extensions":["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{"source":"iana","extensions":["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{"source":"iana","extensions":["c11amz"]},"application/vnd.coffeescript":{"source":"iana"},"application/vnd.collabio.xodocuments.document":{"source":"iana"},"application/vnd.collabio.xodocuments.document-template":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation-template":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{"source":"iana"},"application/vnd.collection+json":{"source":"iana","compressible":true},"application/vnd.collection.doc+json":{"source":"iana","compressible":true},"application/vnd.collection.next+json":{"source":"iana","compressible":true},"application/vnd.comicbook+zip":{"source":"iana","compressible":false},"application/vnd.comicbook-rar":{"source":"iana"},"application/vnd.commerce-battelle":{"source":"iana"},"application/vnd.commonspace":{"source":"iana","extensions":["csp"]},"application/vnd.contact.cmsg":{"source":"iana","extensions":["cdbcmsg"]},"application/vnd.coreos.ignition+json":{"source":"iana","compressible":true},"application/vnd.cosmocaller":{"source":"iana","extensions":["cmc"]},"application/vnd.crick.clicker":{"source":"iana","extensions":["clkx"]},"application/vnd.crick.clicker.keyboard":{"source":"iana","extensions":["clkk"]},"application/vnd.crick.clicker.palette":{"source":"iana","extensions":["clkp"]},"application/vnd.crick.clicker.template":{"source":"iana","extensions":["clkt"]},"application/vnd.crick.clicker.wordbank":{"source":"iana","extensions":["clkw"]},"application/vnd.criticaltools.wbs+xml":{"source":"iana","compressible":true,"extensions":["wbs"]},"application/vnd.cryptii.pipe+json":{"source":"iana","compressible":true},"application/vnd.crypto-shade-file":{"source":"iana"},"application/vnd.cryptomator.encrypted":{"source":"iana"},"application/vnd.cryptomator.vault":{"source":"iana"},"application/vnd.ctc-posml":{"source":"iana","extensions":["pml"]},"application/vnd.ctct.ws+xml":{"source":"iana","compressible":true},"application/vnd.cups-pdf":{"source":"iana"},"application/vnd.cups-postscript":{"source":"iana"},"application/vnd.cups-ppd":{"source":"iana","extensions":["ppd"]},"application/vnd.cups-raster":{"source":"iana"},"application/vnd.cups-raw":{"source":"iana"},"application/vnd.curl":{"source":"iana"},"application/vnd.curl.car":{"source":"apache","extensions":["car"]},"application/vnd.curl.pcurl":{"source":"apache","extensions":["pcurl"]},"application/vnd.cyan.dean.root+xml":{"source":"iana","compressible":true},"application/vnd.cybank":{"source":"iana"},"application/vnd.cyclonedx+json":{"source":"iana","compressible":true},"application/vnd.cyclonedx+xml":{"source":"iana","compressible":true},"application/vnd.d2l.coursepackage1p0+zip":{"source":"iana","compressible":false},"application/vnd.d3m-dataset":{"source":"iana"},"application/vnd.d3m-problem":{"source":"iana"},"application/vnd.dart":{"source":"iana","compressible":true,"extensions":["dart"]},"application/vnd.data-vision.rdz":{"source":"iana","extensions":["rdz"]},"application/vnd.datapackage+json":{"source":"iana","compressible":true},"application/vnd.dataresource+json":{"source":"iana","compressible":true},"application/vnd.dbf":{"source":"iana","extensions":["dbf"]},"application/vnd.debian.binary-package":{"source":"iana"},"application/vnd.dece.data":{"source":"iana","extensions":["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{"source":"iana","compressible":true,"extensions":["uvt","uvvt"]},"application/vnd.dece.unspecified":{"source":"iana","extensions":["uvx","uvvx"]},"application/vnd.dece.zip":{"source":"iana","extensions":["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{"source":"iana","extensions":["fe_launch"]},"application/vnd.desmume.movie":{"source":"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{"source":"iana"},"application/vnd.dm.delegation+xml":{"source":"iana","compressible":true},"application/vnd.dna":{"source":"iana","extensions":["dna"]},"application/vnd.document+json":{"source":"iana","compressible":true},"application/vnd.dolby.mlp":{"source":"apache","extensions":["mlp"]},"application/vnd.dolby.mobile.1":{"source":"iana"},"application/vnd.dolby.mobile.2":{"source":"iana"},"application/vnd.doremir.scorecloud-binary-document":{"source":"iana"},"application/vnd.dpgraph":{"source":"iana","extensions":["dpg"]},"application/vnd.dreamfactory":{"source":"iana","extensions":["dfac"]},"application/vnd.drive+json":{"source":"iana","compressible":true},"application/vnd.ds-keypoint":{"source":"apache","extensions":["kpxx"]},"application/vnd.dtg.local":{"source":"iana"},"application/vnd.dtg.local.flash":{"source":"iana"},"application/vnd.dtg.local.html":{"source":"iana"},"application/vnd.dvb.ait":{"source":"iana","extensions":["ait"]},"application/vnd.dvb.dvbisl+xml":{"source":"iana","compressible":true},"application/vnd.dvb.dvbj":{"source":"iana"},"application/vnd.dvb.esgcontainer":{"source":"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess2":{"source":"iana"},"application/vnd.dvb.ipdcesgpdd":{"source":"iana"},"application/vnd.dvb.ipdcroaming":{"source":"iana"},"application/vnd.dvb.iptv.alfec-base":{"source":"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{"source":"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-container+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-generic+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-msglist+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-request+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-response+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-init+xml":{"source":"iana","compressible":true},"application/vnd.dvb.pfr":{"source":"iana"},"application/vnd.dvb.service":{"source":"iana","extensions":["svc"]},"application/vnd.dxr":{"source":"iana"},"application/vnd.dynageo":{"source":"iana","extensions":["geo"]},"application/vnd.dzr":{"source":"iana"},"application/vnd.easykaraoke.cdgdownload":{"source":"iana"},"application/vnd.ecdis-update":{"source":"iana"},"application/vnd.ecip.rlp":{"source":"iana"},"application/vnd.ecowin.chart":{"source":"iana","extensions":["mag"]},"application/vnd.ecowin.filerequest":{"source":"iana"},"application/vnd.ecowin.fileupdate":{"source":"iana"},"application/vnd.ecowin.series":{"source":"iana"},"application/vnd.ecowin.seriesrequest":{"source":"iana"},"application/vnd.ecowin.seriesupdate":{"source":"iana"},"application/vnd.efi.img":{"source":"iana"},"application/vnd.efi.iso":{"source":"iana"},"application/vnd.emclient.accessrequest+xml":{"source":"iana","compressible":true},"application/vnd.enliven":{"source":"iana","extensions":["nml"]},"application/vnd.enphase.envoy":{"source":"iana"},"application/vnd.eprints.data+xml":{"source":"iana","compressible":true},"application/vnd.epson.esf":{"source":"iana","extensions":["esf"]},"application/vnd.epson.msf":{"source":"iana","extensions":["msf"]},"application/vnd.epson.quickanime":{"source":"iana","extensions":["qam"]},"application/vnd.epson.salt":{"source":"iana","extensions":["slt"]},"application/vnd.epson.ssf":{"source":"iana","extensions":["ssf"]},"application/vnd.ericsson.quickcall":{"source":"iana"},"application/vnd.espass-espass+zip":{"source":"iana","compressible":false},"application/vnd.eszigno3+xml":{"source":"iana","compressible":true,"extensions":["es3","et3"]},"application/vnd.etsi.aoc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.asic-e+zip":{"source":"iana","compressible":false},"application/vnd.etsi.asic-s+zip":{"source":"iana","compressible":false},"application/vnd.etsi.cug+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvcommand+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-bc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-cod+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-npvr+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvservice+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsync+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvueprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mcid+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mheg5":{"source":"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{"source":"iana","compressible":true},"application/vnd.etsi.pstn+xml":{"source":"iana","compressible":true},"application/vnd.etsi.sci+xml":{"source":"iana","compressible":true},"application/vnd.etsi.simservs+xml":{"source":"iana","compressible":true},"application/vnd.etsi.timestamp-token":{"source":"iana"},"application/vnd.etsi.tsl+xml":{"source":"iana","compressible":true},"application/vnd.etsi.tsl.der":{"source":"iana"},"application/vnd.eudora.data":{"source":"iana"},"application/vnd.evolv.ecig.profile":{"source":"iana"},"application/vnd.evolv.ecig.settings":{"source":"iana"},"application/vnd.evolv.ecig.theme":{"source":"iana"},"application/vnd.exstream-empower+zip":{"source":"iana","compressible":false},"application/vnd.exstream-package":{"source":"iana"},"application/vnd.ezpix-album":{"source":"iana","extensions":["ez2"]},"application/vnd.ezpix-package":{"source":"iana","extensions":["ez3"]},"application/vnd.f-secure.mobile":{"source":"iana"},"application/vnd.fastcopy-disk-image":{"source":"iana"},"application/vnd.fdf":{"source":"iana","extensions":["fdf"]},"application/vnd.fdsn.mseed":{"source":"iana","extensions":["mseed"]},"application/vnd.fdsn.seed":{"source":"iana","extensions":["seed","dataless"]},"application/vnd.ffsns":{"source":"iana"},"application/vnd.ficlab.flb+zip":{"source":"iana","compressible":false},"application/vnd.filmit.zfc":{"source":"iana"},"application/vnd.fints":{"source":"iana"},"application/vnd.firemonkeys.cloudcell":{"source":"iana"},"application/vnd.flographit":{"source":"iana","extensions":["gph"]},"application/vnd.fluxtime.clip":{"source":"iana","extensions":["ftc"]},"application/vnd.font-fontforge-sfd":{"source":"iana"},"application/vnd.framemaker":{"source":"iana","extensions":["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{"source":"iana","extensions":["fnc"]},"application/vnd.frogans.ltf":{"source":"iana","extensions":["ltf"]},"application/vnd.fsc.weblaunch":{"source":"iana","extensions":["fsc"]},"application/vnd.fujifilm.fb.docuworks":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.container":{"source":"iana"},"application/vnd.fujifilm.fb.jfi+xml":{"source":"iana","compressible":true},"application/vnd.fujitsu.oasys":{"source":"iana","extensions":["oas"]},"application/vnd.fujitsu.oasys2":{"source":"iana","extensions":["oa2"]},"application/vnd.fujitsu.oasys3":{"source":"iana","extensions":["oa3"]},"application/vnd.fujitsu.oasysgp":{"source":"iana","extensions":["fg5"]},"application/vnd.fujitsu.oasysprs":{"source":"iana","extensions":["bh2"]},"application/vnd.fujixerox.art-ex":{"source":"iana"},"application/vnd.fujixerox.art4":{"source":"iana"},"application/vnd.fujixerox.ddd":{"source":"iana","extensions":["ddd"]},"application/vnd.fujixerox.docuworks":{"source":"iana","extensions":["xdw"]},"application/vnd.fujixerox.docuworks.binder":{"source":"iana","extensions":["xbd"]},"application/vnd.fujixerox.docuworks.container":{"source":"iana"},"application/vnd.fujixerox.hbpl":{"source":"iana"},"application/vnd.fut-misnet":{"source":"iana"},"application/vnd.futoin+cbor":{"source":"iana"},"application/vnd.futoin+json":{"source":"iana","compressible":true},"application/vnd.fuzzysheet":{"source":"iana","extensions":["fzs"]},"application/vnd.genomatix.tuxedo":{"source":"iana","extensions":["txd"]},"application/vnd.gentics.grd+json":{"source":"iana","compressible":true},"application/vnd.geo+json":{"source":"iana","compressible":true},"application/vnd.geocube+xml":{"source":"iana","compressible":true},"application/vnd.geogebra.file":{"source":"iana","extensions":["ggb"]},"application/vnd.geogebra.slides":{"source":"iana"},"application/vnd.geogebra.tool":{"source":"iana","extensions":["ggt"]},"application/vnd.geometry-explorer":{"source":"iana","extensions":["gex","gre"]},"application/vnd.geonext":{"source":"iana","extensions":["gxt"]},"application/vnd.geoplan":{"source":"iana","extensions":["g2w"]},"application/vnd.geospace":{"source":"iana","extensions":["g3w"]},"application/vnd.gerber":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt-response":{"source":"iana"},"application/vnd.gmx":{"source":"iana","extensions":["gmx"]},"application/vnd.google-apps.document":{"compressible":false,"extensions":["gdoc"]},"application/vnd.google-apps.presentation":{"compressible":false,"extensions":["gslides"]},"application/vnd.google-apps.spreadsheet":{"compressible":false,"extensions":["gsheet"]},"application/vnd.google-earth.kml+xml":{"source":"iana","compressible":true,"extensions":["kml"]},"application/vnd.google-earth.kmz":{"source":"iana","compressible":false,"extensions":["kmz"]},"application/vnd.gov.sk.e-form+xml":{"source":"iana","compressible":true},"application/vnd.gov.sk.e-form+zip":{"source":"iana","compressible":false},"application/vnd.gov.sk.xmldatacontainer+xml":{"source":"iana","compressible":true},"application/vnd.grafeq":{"source":"iana","extensions":["gqf","gqs"]},"application/vnd.gridmp":{"source":"iana"},"application/vnd.groove-account":{"source":"iana","extensions":["gac"]},"application/vnd.groove-help":{"source":"iana","extensions":["ghf"]},"application/vnd.groove-identity-message":{"source":"iana","extensions":["gim"]},"application/vnd.groove-injector":{"source":"iana","extensions":["grv"]},"application/vnd.groove-tool-message":{"source":"iana","extensions":["gtm"]},"application/vnd.groove-tool-template":{"source":"iana","extensions":["tpl"]},"application/vnd.groove-vcard":{"source":"iana","extensions":["vcg"]},"application/vnd.hal+json":{"source":"iana","compressible":true},"application/vnd.hal+xml":{"source":"iana","compressible":true,"extensions":["hal"]},"application/vnd.handheld-entertainment+xml":{"source":"iana","compressible":true,"extensions":["zmm"]},"application/vnd.hbci":{"source":"iana","extensions":["hbci"]},"application/vnd.hc+json":{"source":"iana","compressible":true},"application/vnd.hcl-bireports":{"source":"iana"},"application/vnd.hdt":{"source":"iana"},"application/vnd.heroku+json":{"source":"iana","compressible":true},"application/vnd.hhe.lesson-player":{"source":"iana","extensions":["les"]},"application/vnd.hp-hpgl":{"source":"iana","extensions":["hpgl"]},"application/vnd.hp-hpid":{"source":"iana","extensions":["hpid"]},"application/vnd.hp-hps":{"source":"iana","extensions":["hps"]},"application/vnd.hp-jlyt":{"source":"iana","extensions":["jlt"]},"application/vnd.hp-pcl":{"source":"iana","extensions":["pcl"]},"application/vnd.hp-pclxl":{"source":"iana","extensions":["pclxl"]},"application/vnd.httphone":{"source":"iana"},"application/vnd.hydrostatix.sof-data":{"source":"iana","extensions":["sfd-hdstx"]},"application/vnd.hyper+json":{"source":"iana","compressible":true},"application/vnd.hyper-item+json":{"source":"iana","compressible":true},"application/vnd.hyperdrive+json":{"source":"iana","compressible":true},"application/vnd.hzn-3d-crossword":{"source":"iana"},"application/vnd.ibm.afplinedata":{"source":"iana"},"application/vnd.ibm.electronic-media":{"source":"iana"},"application/vnd.ibm.minipay":{"source":"iana","extensions":["mpy"]},"application/vnd.ibm.modcap":{"source":"iana","extensions":["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{"source":"iana","extensions":["irm"]},"application/vnd.ibm.secure-container":{"source":"iana","extensions":["sc"]},"application/vnd.iccprofile":{"source":"iana","extensions":["icc","icm"]},"application/vnd.ieee.1905":{"source":"iana"},"application/vnd.igloader":{"source":"iana","extensions":["igl"]},"application/vnd.imagemeter.folder+zip":{"source":"iana","compressible":false},"application/vnd.imagemeter.image+zip":{"source":"iana","compressible":false},"application/vnd.immervision-ivp":{"source":"iana","extensions":["ivp"]},"application/vnd.immervision-ivu":{"source":"iana","extensions":["ivu"]},"application/vnd.ims.imsccv1p1":{"source":"iana"},"application/vnd.ims.imsccv1p2":{"source":"iana"},"application/vnd.ims.imsccv1p3":{"source":"iana"},"application/vnd.ims.lis.v2.result+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy.id+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings.simple+json":{"source":"iana","compressible":true},"application/vnd.informedcontrol.rms+xml":{"source":"iana","compressible":true},"application/vnd.informix-visionary":{"source":"iana"},"application/vnd.infotech.project":{"source":"iana"},"application/vnd.infotech.project+xml":{"source":"iana","compressible":true},"application/vnd.innopath.wamp.notification":{"source":"iana"},"application/vnd.insors.igm":{"source":"iana","extensions":["igm"]},"application/vnd.intercon.formnet":{"source":"iana","extensions":["xpw","xpx"]},"application/vnd.intergeo":{"source":"iana","extensions":["i2g"]},"application/vnd.intertrust.digibox":{"source":"iana"},"application/vnd.intertrust.nncp":{"source":"iana"},"application/vnd.intu.qbo":{"source":"iana","extensions":["qbo"]},"application/vnd.intu.qfx":{"source":"iana","extensions":["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.conceptitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.knowledgeitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsmessage+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.packageitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.planningitem+xml":{"source":"iana","compressible":true},"application/vnd.ipunplugged.rcprofile":{"source":"iana","extensions":["rcprofile"]},"application/vnd.irepository.package+xml":{"source":"iana","compressible":true,"extensions":["irp"]},"application/vnd.is-xpr":{"source":"iana","extensions":["xpr"]},"application/vnd.isac.fcs":{"source":"iana","extensions":["fcs"]},"application/vnd.iso11783-10+zip":{"source":"iana","compressible":false},"application/vnd.jam":{"source":"iana","extensions":["jam"]},"application/vnd.japannet-directory-service":{"source":"iana"},"application/vnd.japannet-jpnstore-wakeup":{"source":"iana"},"application/vnd.japannet-payment-wakeup":{"source":"iana"},"application/vnd.japannet-registration":{"source":"iana"},"application/vnd.japannet-registration-wakeup":{"source":"iana"},"application/vnd.japannet-setstore-wakeup":{"source":"iana"},"application/vnd.japannet-verification":{"source":"iana"},"application/vnd.japannet-verification-wakeup":{"source":"iana"},"application/vnd.jcp.javame.midlet-rms":{"source":"iana","extensions":["rms"]},"application/vnd.jisp":{"source":"iana","extensions":["jisp"]},"application/vnd.joost.joda-archive":{"source":"iana","extensions":["joda"]},"application/vnd.jsk.isdn-ngn":{"source":"iana"},"application/vnd.kahootz":{"source":"iana","extensions":["ktz","ktr"]},"application/vnd.kde.karbon":{"source":"iana","extensions":["karbon"]},"application/vnd.kde.kchart":{"source":"iana","extensions":["chrt"]},"application/vnd.kde.kformula":{"source":"iana","extensions":["kfo"]},"application/vnd.kde.kivio":{"source":"iana","extensions":["flw"]},"application/vnd.kde.kontour":{"source":"iana","extensions":["kon"]},"application/vnd.kde.kpresenter":{"source":"iana","extensions":["kpr","kpt"]},"application/vnd.kde.kspread":{"source":"iana","extensions":["ksp"]},"application/vnd.kde.kword":{"source":"iana","extensions":["kwd","kwt"]},"application/vnd.kenameaapp":{"source":"iana","extensions":["htke"]},"application/vnd.kidspiration":{"source":"iana","extensions":["kia"]},"application/vnd.kinar":{"source":"iana","extensions":["kne","knp"]},"application/vnd.koan":{"source":"iana","extensions":["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{"source":"iana","extensions":["sse"]},"application/vnd.las":{"source":"iana"},"application/vnd.las.las+json":{"source":"iana","compressible":true},"application/vnd.las.las+xml":{"source":"iana","compressible":true,"extensions":["lasxml"]},"application/vnd.laszip":{"source":"iana"},"application/vnd.leap+json":{"source":"iana","compressible":true},"application/vnd.liberty-request+xml":{"source":"iana","compressible":true},"application/vnd.llamagraphics.life-balance.desktop":{"source":"iana","extensions":["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{"source":"iana","compressible":true,"extensions":["lbe"]},"application/vnd.logipipe.circuit+zip":{"source":"iana","compressible":false},"application/vnd.loom":{"source":"iana"},"application/vnd.lotus-1-2-3":{"source":"iana","extensions":["123"]},"application/vnd.lotus-approach":{"source":"iana","extensions":["apr"]},"application/vnd.lotus-freelance":{"source":"iana","extensions":["pre"]},"application/vnd.lotus-notes":{"source":"iana","extensions":["nsf"]},"application/vnd.lotus-organizer":{"source":"iana","extensions":["org"]},"application/vnd.lotus-screencam":{"source":"iana","extensions":["scm"]},"application/vnd.lotus-wordpro":{"source":"iana","extensions":["lwp"]},"application/vnd.macports.portpkg":{"source":"iana","extensions":["portpkg"]},"application/vnd.mapbox-vector-tile":{"source":"iana","extensions":["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.conftoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.license+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.mdcf":{"source":"iana"},"application/vnd.mason+json":{"source":"iana","compressible":true},"application/vnd.maxmind.maxmind-db":{"source":"iana"},"application/vnd.mcd":{"source":"iana","extensions":["mcd"]},"application/vnd.medcalcdata":{"source":"iana","extensions":["mc1"]},"application/vnd.mediastation.cdkey":{"source":"iana","extensions":["cdkey"]},"application/vnd.meridian-slingshot":{"source":"iana"},"application/vnd.mfer":{"source":"iana","extensions":["mwf"]},"application/vnd.mfmp":{"source":"iana","extensions":["mfm"]},"application/vnd.micro+json":{"source":"iana","compressible":true},"application/vnd.micrografx.flo":{"source":"iana","extensions":["flo"]},"application/vnd.micrografx.igx":{"source":"iana","extensions":["igx"]},"application/vnd.microsoft.portable-executable":{"source":"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{"source":"iana"},"application/vnd.miele+json":{"source":"iana","compressible":true},"application/vnd.mif":{"source":"iana","extensions":["mif"]},"application/vnd.minisoft-hp3000-save":{"source":"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{"source":"iana"},"application/vnd.mobius.daf":{"source":"iana","extensions":["daf"]},"application/vnd.mobius.dis":{"source":"iana","extensions":["dis"]},"application/vnd.mobius.mbk":{"source":"iana","extensions":["mbk"]},"application/vnd.mobius.mqy":{"source":"iana","extensions":["mqy"]},"application/vnd.mobius.msl":{"source":"iana","extensions":["msl"]},"application/vnd.mobius.plc":{"source":"iana","extensions":["plc"]},"application/vnd.mobius.txf":{"source":"iana","extensions":["txf"]},"application/vnd.mophun.application":{"source":"iana","extensions":["mpn"]},"application/vnd.mophun.certificate":{"source":"iana","extensions":["mpc"]},"application/vnd.motorola.flexsuite":{"source":"iana"},"application/vnd.motorola.flexsuite.adsi":{"source":"iana"},"application/vnd.motorola.flexsuite.fis":{"source":"iana"},"application/vnd.motorola.flexsuite.gotap":{"source":"iana"},"application/vnd.motorola.flexsuite.kmr":{"source":"iana"},"application/vnd.motorola.flexsuite.ttc":{"source":"iana"},"application/vnd.motorola.flexsuite.wem":{"source":"iana"},"application/vnd.motorola.iprm":{"source":"iana"},"application/vnd.mozilla.xul+xml":{"source":"iana","compressible":true,"extensions":["xul"]},"application/vnd.ms-3mfdocument":{"source":"iana"},"application/vnd.ms-artgalry":{"source":"iana","extensions":["cil"]},"application/vnd.ms-asf":{"source":"iana"},"application/vnd.ms-cab-compressed":{"source":"iana","extensions":["cab"]},"application/vnd.ms-color.iccprofile":{"source":"apache"},"application/vnd.ms-excel":{"source":"iana","compressible":false,"extensions":["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{"source":"iana","extensions":["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{"source":"iana","extensions":["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{"source":"iana","extensions":["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{"source":"iana","extensions":["xltm"]},"application/vnd.ms-fontobject":{"source":"iana","compressible":true,"extensions":["eot"]},"application/vnd.ms-htmlhelp":{"source":"iana","extensions":["chm"]},"application/vnd.ms-ims":{"source":"iana","extensions":["ims"]},"application/vnd.ms-lrm":{"source":"iana","extensions":["lrm"]},"application/vnd.ms-office.activex+xml":{"source":"iana","compressible":true},"application/vnd.ms-officetheme":{"source":"iana","extensions":["thmx"]},"application/vnd.ms-opentype":{"source":"apache","compressible":true},"application/vnd.ms-outlook":{"compressible":false,"extensions":["msg"]},"application/vnd.ms-package.obfuscated-opentype":{"source":"apache"},"application/vnd.ms-pki.seccat":{"source":"apache","extensions":["cat"]},"application/vnd.ms-pki.stl":{"source":"apache","extensions":["stl"]},"application/vnd.ms-playready.initiator+xml":{"source":"iana","compressible":true},"application/vnd.ms-powerpoint":{"source":"iana","compressible":false,"extensions":["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{"source":"iana","extensions":["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{"source":"iana","extensions":["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{"source":"iana","extensions":["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{"source":"iana","extensions":["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{"source":"iana","extensions":["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{"source":"iana","compressible":true},"application/vnd.ms-printing.printticket+xml":{"source":"apache","compressible":true},"application/vnd.ms-printschematicket+xml":{"source":"iana","compressible":true},"application/vnd.ms-project":{"source":"iana","extensions":["mpp","mpt"]},"application/vnd.ms-tnef":{"source":"iana"},"application/vnd.ms-windows.devicepairing":{"source":"iana"},"application/vnd.ms-windows.nwprinting.oob":{"source":"iana"},"application/vnd.ms-windows.printerpairing":{"source":"iana"},"application/vnd.ms-windows.wsd.oob":{"source":"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.lic-resp":{"source":"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.meter-resp":{"source":"iana"},"application/vnd.ms-word.document.macroenabled.12":{"source":"iana","extensions":["docm"]},"application/vnd.ms-word.template.macroenabled.12":{"source":"iana","extensions":["dotm"]},"application/vnd.ms-works":{"source":"iana","extensions":["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{"source":"iana","extensions":["wpl"]},"application/vnd.ms-xpsdocument":{"source":"iana","compressible":false,"extensions":["xps"]},"application/vnd.msa-disk-image":{"source":"iana"},"application/vnd.mseq":{"source":"iana","extensions":["mseq"]},"application/vnd.msign":{"source":"iana"},"application/vnd.multiad.creator":{"source":"iana"},"application/vnd.multiad.creator.cif":{"source":"iana"},"application/vnd.music-niff":{"source":"iana"},"application/vnd.musician":{"source":"iana","extensions":["mus"]},"application/vnd.muvee.style":{"source":"iana","extensions":["msty"]},"application/vnd.mynfc":{"source":"iana","extensions":["taglet"]},"application/vnd.nacamar.ybrid+json":{"source":"iana","compressible":true},"application/vnd.ncd.control":{"source":"iana"},"application/vnd.ncd.reference":{"source":"iana"},"application/vnd.nearst.inv+json":{"source":"iana","compressible":true},"application/vnd.nebumind.line":{"source":"iana"},"application/vnd.nervana":{"source":"iana"},"application/vnd.netfpx":{"source":"iana"},"application/vnd.neurolanguage.nlu":{"source":"iana","extensions":["nlu"]},"application/vnd.nimn":{"source":"iana"},"application/vnd.nintendo.nitro.rom":{"source":"iana"},"application/vnd.nintendo.snes.rom":{"source":"iana"},"application/vnd.nitf":{"source":"iana","extensions":["ntf","nitf"]},"application/vnd.noblenet-directory":{"source":"iana","extensions":["nnd"]},"application/vnd.noblenet-sealer":{"source":"iana","extensions":["nns"]},"application/vnd.noblenet-web":{"source":"iana","extensions":["nnw"]},"application/vnd.nokia.catalogs":{"source":"iana"},"application/vnd.nokia.conml+wbxml":{"source":"iana"},"application/vnd.nokia.conml+xml":{"source":"iana","compressible":true},"application/vnd.nokia.iptv.config+xml":{"source":"iana","compressible":true},"application/vnd.nokia.isds-radio-presets":{"source":"iana"},"application/vnd.nokia.landmark+wbxml":{"source":"iana"},"application/vnd.nokia.landmark+xml":{"source":"iana","compressible":true},"application/vnd.nokia.landmarkcollection+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.ac+xml":{"source":"iana","compressible":true,"extensions":["ac"]},"application/vnd.nokia.n-gage.data":{"source":"iana","extensions":["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{"source":"iana","extensions":["n-gage"]},"application/vnd.nokia.ncd":{"source":"iana"},"application/vnd.nokia.pcd+wbxml":{"source":"iana"},"application/vnd.nokia.pcd+xml":{"source":"iana","compressible":true},"application/vnd.nokia.radio-preset":{"source":"iana","extensions":["rpst"]},"application/vnd.nokia.radio-presets":{"source":"iana","extensions":["rpss"]},"application/vnd.novadigm.edm":{"source":"iana","extensions":["edm"]},"application/vnd.novadigm.edx":{"source":"iana","extensions":["edx"]},"application/vnd.novadigm.ext":{"source":"iana","extensions":["ext"]},"application/vnd.ntt-local.content-share":{"source":"iana"},"application/vnd.ntt-local.file-transfer":{"source":"iana"},"application/vnd.ntt-local.ogw_remote-access":{"source":"iana"},"application/vnd.ntt-local.sip-ta_remote":{"source":"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{"source":"iana"},"application/vnd.oasis.opendocument.chart":{"source":"iana","extensions":["odc"]},"application/vnd.oasis.opendocument.chart-template":{"source":"iana","extensions":["otc"]},"application/vnd.oasis.opendocument.database":{"source":"iana","extensions":["odb"]},"application/vnd.oasis.opendocument.formula":{"source":"iana","extensions":["odf"]},"application/vnd.oasis.opendocument.formula-template":{"source":"iana","extensions":["odft"]},"application/vnd.oasis.opendocument.graphics":{"source":"iana","compressible":false,"extensions":["odg"]},"application/vnd.oasis.opendocument.graphics-template":{"source":"iana","extensions":["otg"]},"application/vnd.oasis.opendocument.image":{"source":"iana","extensions":["odi"]},"application/vnd.oasis.opendocument.image-template":{"source":"iana","extensions":["oti"]},"application/vnd.oasis.opendocument.presentation":{"source":"iana","compressible":false,"extensions":["odp"]},"application/vnd.oasis.opendocument.presentation-template":{"source":"iana","extensions":["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{"source":"iana","compressible":false,"extensions":["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{"source":"iana","extensions":["ots"]},"application/vnd.oasis.opendocument.text":{"source":"iana","compressible":false,"extensions":["odt"]},"application/vnd.oasis.opendocument.text-master":{"source":"iana","extensions":["odm"]},"application/vnd.oasis.opendocument.text-template":{"source":"iana","extensions":["ott"]},"application/vnd.oasis.opendocument.text-web":{"source":"iana","extensions":["oth"]},"application/vnd.obn":{"source":"iana"},"application/vnd.ocf+cbor":{"source":"iana"},"application/vnd.oci.image.manifest.v1+json":{"source":"iana","compressible":true},"application/vnd.oftn.l10n+json":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessdownload+xml":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessstreaming+xml":{"source":"iana","compressible":true},"application/vnd.oipf.cspg-hexbinary":{"source":"iana"},"application/vnd.oipf.dae.svg+xml":{"source":"iana","compressible":true},"application/vnd.oipf.dae.xhtml+xml":{"source":"iana","compressible":true},"application/vnd.oipf.mippvcontrolmessage+xml":{"source":"iana","compressible":true},"application/vnd.oipf.pae.gem":{"source":"iana"},"application/vnd.oipf.spdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.oipf.spdlist+xml":{"source":"iana","compressible":true},"application/vnd.oipf.ueprofile+xml":{"source":"iana","compressible":true},"application/vnd.oipf.userprofile+xml":{"source":"iana","compressible":true},"application/vnd.olpc-sugar":{"source":"iana","extensions":["xo"]},"application/vnd.oma-scws-config":{"source":"iana"},"application/vnd.oma-scws-http-request":{"source":"iana"},"application/vnd.oma-scws-http-response":{"source":"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.drm-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.imd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.ltkm":{"source":"iana"},"application/vnd.oma.bcast.notification+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.provisioningtrigger":{"source":"iana"},"application/vnd.oma.bcast.sgboot":{"source":"iana"},"application/vnd.oma.bcast.sgdd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sgdu":{"source":"iana"},"application/vnd.oma.bcast.simple-symbol-container":{"source":"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sprov+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.stkm":{"source":"iana"},"application/vnd.oma.cab-address-book+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-feature-handler+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-pcc+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-subs-invite+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-user-prefs+xml":{"source":"iana","compressible":true},"application/vnd.oma.dcd":{"source":"iana"},"application/vnd.oma.dcdc":{"source":"iana"},"application/vnd.oma.dd2+xml":{"source":"iana","compressible":true,"extensions":["dd2"]},"application/vnd.oma.drm.risd+xml":{"source":"iana","compressible":true},"application/vnd.oma.group-usage-list+xml":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+cbor":{"source":"iana"},"application/vnd.oma.lwm2m+json":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+tlv":{"source":"iana"},"application/vnd.oma.pal+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.detailed-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.final-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.groups+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.invocation-descriptor+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.optimized-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.push":{"source":"iana"},"application/vnd.oma.scidm.messages+xml":{"source":"iana","compressible":true},"application/vnd.oma.xcap-directory+xml":{"source":"iana","compressible":true},"application/vnd.omads-email+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-file+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-folder+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omaloc-supl-init":{"source":"iana"},"application/vnd.onepager":{"source":"iana"},"application/vnd.onepagertamp":{"source":"iana"},"application/vnd.onepagertamx":{"source":"iana"},"application/vnd.onepagertat":{"source":"iana"},"application/vnd.onepagertatp":{"source":"iana"},"application/vnd.onepagertatx":{"source":"iana"},"application/vnd.openblox.game+xml":{"source":"iana","compressible":true,"extensions":["obgx"]},"application/vnd.openblox.game-binary":{"source":"iana"},"application/vnd.openeye.oeb":{"source":"iana"},"application/vnd.openofficeorg.extension":{"source":"apache","extensions":["oxt"]},"application/vnd.openstreetmap.data+xml":{"source":"iana","compressible":true,"extensions":["osm"]},"application/vnd.opentimestamps.ots":{"source":"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawing+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{"source":"iana","compressible":false,"extensions":["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slide":{"source":"iana","extensions":["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{"source":"iana","extensions":["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.template":{"source":"iana","extensions":["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"source":"iana","compressible":false,"extensions":["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{"source":"iana","extensions":["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.theme+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.vmldrawing":{"source":"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{"source":"iana","compressible":false,"extensions":["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{"source":"iana","extensions":["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.core-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.relationships+xml":{"source":"iana","compressible":true},"application/vnd.oracle.resource+json":{"source":"iana","compressible":true},"application/vnd.orange.indata":{"source":"iana"},"application/vnd.osa.netdeploy":{"source":"iana"},"application/vnd.osgeo.mapguide.package":{"source":"iana","extensions":["mgp"]},"application/vnd.osgi.bundle":{"source":"iana"},"application/vnd.osgi.dp":{"source":"iana","extensions":["dp"]},"application/vnd.osgi.subsystem":{"source":"iana","extensions":["esa"]},"application/vnd.otps.ct-kip+xml":{"source":"iana","compressible":true},"application/vnd.oxli.countgraph":{"source":"iana"},"application/vnd.pagerduty+json":{"source":"iana","compressible":true},"application/vnd.palm":{"source":"iana","extensions":["pdb","pqa","oprc"]},"application/vnd.panoply":{"source":"iana"},"application/vnd.paos.xml":{"source":"iana"},"application/vnd.patentdive":{"source":"iana"},"application/vnd.patientecommsdoc":{"source":"iana"},"application/vnd.pawaafile":{"source":"iana","extensions":["paw"]},"application/vnd.pcos":{"source":"iana"},"application/vnd.pg.format":{"source":"iana","extensions":["str"]},"application/vnd.pg.osasli":{"source":"iana","extensions":["ei6"]},"application/vnd.piaccess.application-licence":{"source":"iana"},"application/vnd.picsel":{"source":"iana","extensions":["efif"]},"application/vnd.pmi.widget":{"source":"iana","extensions":["wg"]},"application/vnd.poc.group-advertisement+xml":{"source":"iana","compressible":true},"application/vnd.pocketlearn":{"source":"iana","extensions":["plf"]},"application/vnd.powerbuilder6":{"source":"iana","extensions":["pbd"]},"application/vnd.powerbuilder6-s":{"source":"iana"},"application/vnd.powerbuilder7":{"source":"iana"},"application/vnd.powerbuilder7-s":{"source":"iana"},"application/vnd.powerbuilder75":{"source":"iana"},"application/vnd.powerbuilder75-s":{"source":"iana"},"application/vnd.preminet":{"source":"iana"},"application/vnd.previewsystems.box":{"source":"iana","extensions":["box"]},"application/vnd.proteus.magazine":{"source":"iana","extensions":["mgz"]},"application/vnd.psfs":{"source":"iana"},"application/vnd.publishare-delta-tree":{"source":"iana","extensions":["qps"]},"application/vnd.pvi.ptid1":{"source":"iana","extensions":["ptid"]},"application/vnd.pwg-multiplexed":{"source":"iana"},"application/vnd.pwg-xhtml-print+xml":{"source":"iana","compressible":true},"application/vnd.qualcomm.brew-app-res":{"source":"iana"},"application/vnd.quarantainenet":{"source":"iana"},"application/vnd.quark.quarkxpress":{"source":"iana","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{"source":"iana"},"application/vnd.radisys.moml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conn+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-stream+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-base+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-detect+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-group+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-speech+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-transform+xml":{"source":"iana","compressible":true},"application/vnd.rainstor.data":{"source":"iana"},"application/vnd.rapid":{"source":"iana"},"application/vnd.rar":{"source":"iana","extensions":["rar"]},"application/vnd.realvnc.bed":{"source":"iana","extensions":["bed"]},"application/vnd.recordare.musicxml":{"source":"iana","extensions":["mxl"]},"application/vnd.recordare.musicxml+xml":{"source":"iana","compressible":true,"extensions":["musicxml"]},"application/vnd.renlearn.rlprint":{"source":"iana"},"application/vnd.resilient.logic":{"source":"iana"},"application/vnd.restful+json":{"source":"iana","compressible":true},"application/vnd.rig.cryptonote":{"source":"iana","extensions":["cryptonote"]},"application/vnd.rim.cod":{"source":"apache","extensions":["cod"]},"application/vnd.rn-realmedia":{"source":"apache","extensions":["rm"]},"application/vnd.rn-realmedia-vbr":{"source":"apache","extensions":["rmvb"]},"application/vnd.route66.link66+xml":{"source":"iana","compressible":true,"extensions":["link66"]},"application/vnd.rs-274x":{"source":"iana"},"application/vnd.ruckus.download":{"source":"iana"},"application/vnd.s3sms":{"source":"iana"},"application/vnd.sailingtracker.track":{"source":"iana","extensions":["st"]},"application/vnd.sar":{"source":"iana"},"application/vnd.sbm.cid":{"source":"iana"},"application/vnd.sbm.mid2":{"source":"iana"},"application/vnd.scribus":{"source":"iana"},"application/vnd.sealed.3df":{"source":"iana"},"application/vnd.sealed.csf":{"source":"iana"},"application/vnd.sealed.doc":{"source":"iana"},"application/vnd.sealed.eml":{"source":"iana"},"application/vnd.sealed.mht":{"source":"iana"},"application/vnd.sealed.net":{"source":"iana"},"application/vnd.sealed.ppt":{"source":"iana"},"application/vnd.sealed.tiff":{"source":"iana"},"application/vnd.sealed.xls":{"source":"iana"},"application/vnd.sealedmedia.softseal.html":{"source":"iana"},"application/vnd.sealedmedia.softseal.pdf":{"source":"iana"},"application/vnd.seemail":{"source":"iana","extensions":["see"]},"application/vnd.seis+json":{"source":"iana","compressible":true},"application/vnd.sema":{"source":"iana","extensions":["sema"]},"application/vnd.semd":{"source":"iana","extensions":["semd"]},"application/vnd.semf":{"source":"iana","extensions":["semf"]},"application/vnd.shade-save-file":{"source":"iana"},"application/vnd.shana.informed.formdata":{"source":"iana","extensions":["ifm"]},"application/vnd.shana.informed.formtemplate":{"source":"iana","extensions":["itp"]},"application/vnd.shana.informed.interchange":{"source":"iana","extensions":["iif"]},"application/vnd.shana.informed.package":{"source":"iana","extensions":["ipk"]},"application/vnd.shootproof+json":{"source":"iana","compressible":true},"application/vnd.shopkick+json":{"source":"iana","compressible":true},"application/vnd.shp":{"source":"iana"},"application/vnd.shx":{"source":"iana"},"application/vnd.sigrok.session":{"source":"iana"},"application/vnd.simtech-mindmapper":{"source":"iana","extensions":["twd","twds"]},"application/vnd.siren+json":{"source":"iana","compressible":true},"application/vnd.smaf":{"source":"iana","extensions":["mmf"]},"application/vnd.smart.notebook":{"source":"iana"},"application/vnd.smart.teacher":{"source":"iana","extensions":["teacher"]},"application/vnd.snesdev-page-table":{"source":"iana"},"application/vnd.software602.filler.form+xml":{"source":"iana","compressible":true,"extensions":["fo"]},"application/vnd.software602.filler.form-xml-zip":{"source":"iana"},"application/vnd.solent.sdkm+xml":{"source":"iana","compressible":true,"extensions":["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{"source":"iana","extensions":["dxp"]},"application/vnd.spotfire.sfs":{"source":"iana","extensions":["sfs"]},"application/vnd.sqlite3":{"source":"iana"},"application/vnd.sss-cod":{"source":"iana"},"application/vnd.sss-dtf":{"source":"iana"},"application/vnd.sss-ntf":{"source":"iana"},"application/vnd.stardivision.calc":{"source":"apache","extensions":["sdc"]},"application/vnd.stardivision.draw":{"source":"apache","extensions":["sda"]},"application/vnd.stardivision.impress":{"source":"apache","extensions":["sdd"]},"application/vnd.stardivision.math":{"source":"apache","extensions":["smf"]},"application/vnd.stardivision.writer":{"source":"apache","extensions":["sdw","vor"]},"application/vnd.stardivision.writer-global":{"source":"apache","extensions":["sgl"]},"application/vnd.stepmania.package":{"source":"iana","extensions":["smzip"]},"application/vnd.stepmania.stepchart":{"source":"iana","extensions":["sm"]},"application/vnd.street-stream":{"source":"iana"},"application/vnd.sun.wadl+xml":{"source":"iana","compressible":true,"extensions":["wadl"]},"application/vnd.sun.xml.calc":{"source":"apache","extensions":["sxc"]},"application/vnd.sun.xml.calc.template":{"source":"apache","extensions":["stc"]},"application/vnd.sun.xml.draw":{"source":"apache","extensions":["sxd"]},"application/vnd.sun.xml.draw.template":{"source":"apache","extensions":["std"]},"application/vnd.sun.xml.impress":{"source":"apache","extensions":["sxi"]},"application/vnd.sun.xml.impress.template":{"source":"apache","extensions":["sti"]},"application/vnd.sun.xml.math":{"source":"apache","extensions":["sxm"]},"application/vnd.sun.xml.writer":{"source":"apache","extensions":["sxw"]},"application/vnd.sun.xml.writer.global":{"source":"apache","extensions":["sxg"]},"application/vnd.sun.xml.writer.template":{"source":"apache","extensions":["stw"]},"application/vnd.sus-calendar":{"source":"iana","extensions":["sus","susp"]},"application/vnd.svd":{"source":"iana","extensions":["svd"]},"application/vnd.swiftview-ics":{"source":"iana"},"application/vnd.sycle+xml":{"source":"iana","compressible":true},"application/vnd.symbian.install":{"source":"apache","extensions":["sis","sisx"]},"application/vnd.syncml+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xsm"]},"application/vnd.syncml.dm+wbxml":{"source":"iana","charset":"UTF-8","extensions":["bdm"]},"application/vnd.syncml.dm+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xdm"]},"application/vnd.syncml.dm.notification":{"source":"iana"},"application/vnd.syncml.dmddf+wbxml":{"source":"iana"},"application/vnd.syncml.dmddf+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{"source":"iana"},"application/vnd.syncml.dmtnds+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.syncml.ds.notification":{"source":"iana"},"application/vnd.tableschema+json":{"source":"iana","compressible":true},"application/vnd.tao.intent-module-archive":{"source":"iana","extensions":["tao"]},"application/vnd.tcpdump.pcap":{"source":"iana","extensions":["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{"source":"iana","compressible":true},"application/vnd.tmd.mediaflex.api+xml":{"source":"iana","compressible":true},"application/vnd.tml":{"source":"iana"},"application/vnd.tmobile-livetv":{"source":"iana","extensions":["tmo"]},"application/vnd.tri.onesource":{"source":"iana"},"application/vnd.trid.tpt":{"source":"iana","extensions":["tpt"]},"application/vnd.triscape.mxs":{"source":"iana","extensions":["mxs"]},"application/vnd.trueapp":{"source":"iana","extensions":["tra"]},"application/vnd.truedoc":{"source":"iana"},"application/vnd.ubisoft.webplayer":{"source":"iana"},"application/vnd.ufdl":{"source":"iana","extensions":["ufd","ufdl"]},"application/vnd.uiq.theme":{"source":"iana","extensions":["utz"]},"application/vnd.umajin":{"source":"iana","extensions":["umj"]},"application/vnd.unity":{"source":"iana","extensions":["unityweb"]},"application/vnd.uoml+xml":{"source":"iana","compressible":true,"extensions":["uoml"]},"application/vnd.uplanet.alert":{"source":"iana"},"application/vnd.uplanet.alert-wbxml":{"source":"iana"},"application/vnd.uplanet.bearer-choice":{"source":"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{"source":"iana"},"application/vnd.uplanet.cacheop":{"source":"iana"},"application/vnd.uplanet.cacheop-wbxml":{"source":"iana"},"application/vnd.uplanet.channel":{"source":"iana"},"application/vnd.uplanet.channel-wbxml":{"source":"iana"},"application/vnd.uplanet.list":{"source":"iana"},"application/vnd.uplanet.list-wbxml":{"source":"iana"},"application/vnd.uplanet.listcmd":{"source":"iana"},"application/vnd.uplanet.listcmd-wbxml":{"source":"iana"},"application/vnd.uplanet.signal":{"source":"iana"},"application/vnd.uri-map":{"source":"iana"},"application/vnd.valve.source.material":{"source":"iana"},"application/vnd.vcx":{"source":"iana","extensions":["vcx"]},"application/vnd.vd-study":{"source":"iana"},"application/vnd.vectorworks":{"source":"iana"},"application/vnd.vel+json":{"source":"iana","compressible":true},"application/vnd.verimatrix.vcas":{"source":"iana"},"application/vnd.veritone.aion+json":{"source":"iana","compressible":true},"application/vnd.veryant.thin":{"source":"iana"},"application/vnd.ves.encrypted":{"source":"iana"},"application/vnd.vidsoft.vidconference":{"source":"iana"},"application/vnd.visio":{"source":"iana","extensions":["vsd","vst","vss","vsw"]},"application/vnd.visionary":{"source":"iana","extensions":["vis"]},"application/vnd.vividence.scriptfile":{"source":"iana"},"application/vnd.vsf":{"source":"iana","extensions":["vsf"]},"application/vnd.wap.sic":{"source":"iana"},"application/vnd.wap.slc":{"source":"iana"},"application/vnd.wap.wbxml":{"source":"iana","charset":"UTF-8","extensions":["wbxml"]},"application/vnd.wap.wmlc":{"source":"iana","extensions":["wmlc"]},"application/vnd.wap.wmlscriptc":{"source":"iana","extensions":["wmlsc"]},"application/vnd.webturbo":{"source":"iana","extensions":["wtb"]},"application/vnd.wfa.dpp":{"source":"iana"},"application/vnd.wfa.p2p":{"source":"iana"},"application/vnd.wfa.wsc":{"source":"iana"},"application/vnd.windows.devicepairing":{"source":"iana"},"application/vnd.wmc":{"source":"iana"},"application/vnd.wmf.bootstrap":{"source":"iana"},"application/vnd.wolfram.mathematica":{"source":"iana"},"application/vnd.wolfram.mathematica.package":{"source":"iana"},"application/vnd.wolfram.player":{"source":"iana","extensions":["nbp"]},"application/vnd.wordperfect":{"source":"iana","extensions":["wpd"]},"application/vnd.wqd":{"source":"iana","extensions":["wqd"]},"application/vnd.wrq-hp3000-labelled":{"source":"iana"},"application/vnd.wt.stf":{"source":"iana","extensions":["stf"]},"application/vnd.wv.csp+wbxml":{"source":"iana"},"application/vnd.wv.csp+xml":{"source":"iana","compressible":true},"application/vnd.wv.ssp+xml":{"source":"iana","compressible":true},"application/vnd.xacml+json":{"source":"iana","compressible":true},"application/vnd.xara":{"source":"iana","extensions":["xar"]},"application/vnd.xfdl":{"source":"iana","extensions":["xfdl"]},"application/vnd.xfdl.webform":{"source":"iana"},"application/vnd.xmi+xml":{"source":"iana","compressible":true},"application/vnd.xmpie.cpkg":{"source":"iana"},"application/vnd.xmpie.dpkg":{"source":"iana"},"application/vnd.xmpie.plan":{"source":"iana"},"application/vnd.xmpie.ppkg":{"source":"iana"},"application/vnd.xmpie.xlim":{"source":"iana"},"application/vnd.yamaha.hv-dic":{"source":"iana","extensions":["hvd"]},"application/vnd.yamaha.hv-script":{"source":"iana","extensions":["hvs"]},"application/vnd.yamaha.hv-voice":{"source":"iana","extensions":["hvp"]},"application/vnd.yamaha.openscoreformat":{"source":"iana","extensions":["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{"source":"iana","compressible":true,"extensions":["osfpvg"]},"application/vnd.yamaha.remote-setup":{"source":"iana"},"application/vnd.yamaha.smaf-audio":{"source":"iana","extensions":["saf"]},"application/vnd.yamaha.smaf-phrase":{"source":"iana","extensions":["spf"]},"application/vnd.yamaha.through-ngn":{"source":"iana"},"application/vnd.yamaha.tunnel-udpencap":{"source":"iana"},"application/vnd.yaoweme":{"source":"iana"},"application/vnd.yellowriver-custom-menu":{"source":"iana","extensions":["cmp"]},"application/vnd.youtube.yt":{"source":"iana"},"application/vnd.zul":{"source":"iana","extensions":["zir","zirz"]},"application/vnd.zzazz.deck+xml":{"source":"iana","compressible":true,"extensions":["zaz"]},"application/voicexml+xml":{"source":"iana","compressible":true,"extensions":["vxml"]},"application/voucher-cms+json":{"source":"iana","compressible":true},"application/vq-rtcpxr":{"source":"iana"},"application/wasm":{"source":"iana","compressible":true,"extensions":["wasm"]},"application/watcherinfo+xml":{"source":"iana","compressible":true},"application/webpush-options+json":{"source":"iana","compressible":true},"application/whoispp-query":{"source":"iana"},"application/whoispp-response":{"source":"iana"},"application/widget":{"source":"iana","extensions":["wgt"]},"application/winhlp":{"source":"apache","extensions":["hlp"]},"application/wita":{"source":"iana"},"application/wordperfect5.1":{"source":"iana"},"application/wsdl+xml":{"source":"iana","compressible":true,"extensions":["wsdl"]},"application/wspolicy+xml":{"source":"iana","compressible":true,"extensions":["wspolicy"]},"application/x-7z-compressed":{"source":"apache","compressible":false,"extensions":["7z"]},"application/x-abiword":{"source":"apache","extensions":["abw"]},"application/x-ace-compressed":{"source":"apache","extensions":["ace"]},"application/x-amf":{"source":"apache"},"application/x-apple-diskimage":{"source":"apache","extensions":["dmg"]},"application/x-arj":{"compressible":false,"extensions":["arj"]},"application/x-authorware-bin":{"source":"apache","extensions":["aab","x32","u32","vox"]},"application/x-authorware-map":{"source":"apache","extensions":["aam"]},"application/x-authorware-seg":{"source":"apache","extensions":["aas"]},"application/x-bcpio":{"source":"apache","extensions":["bcpio"]},"application/x-bdoc":{"compressible":false,"extensions":["bdoc"]},"application/x-bittorrent":{"source":"apache","extensions":["torrent"]},"application/x-blorb":{"source":"apache","extensions":["blb","blorb"]},"application/x-bzip":{"source":"apache","compressible":false,"extensions":["bz"]},"application/x-bzip2":{"source":"apache","compressible":false,"extensions":["bz2","boz"]},"application/x-cbr":{"source":"apache","extensions":["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{"source":"apache","extensions":["vcd"]},"application/x-cfs-compressed":{"source":"apache","extensions":["cfs"]},"application/x-chat":{"source":"apache","extensions":["chat"]},"application/x-chess-pgn":{"source":"apache","extensions":["pgn"]},"application/x-chrome-extension":{"extensions":["crx"]},"application/x-cocoa":{"source":"nginx","extensions":["cco"]},"application/x-compress":{"source":"apache"},"application/x-conference":{"source":"apache","extensions":["nsc"]},"application/x-cpio":{"source":"apache","extensions":["cpio"]},"application/x-csh":{"source":"apache","extensions":["csh"]},"application/x-deb":{"compressible":false},"application/x-debian-package":{"source":"apache","extensions":["deb","udeb"]},"application/x-dgc-compressed":{"source":"apache","extensions":["dgc"]},"application/x-director":{"source":"apache","extensions":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{"source":"apache","extensions":["wad"]},"application/x-dtbncx+xml":{"source":"apache","compressible":true,"extensions":["ncx"]},"application/x-dtbook+xml":{"source":"apache","compressible":true,"extensions":["dtb"]},"application/x-dtbresource+xml":{"source":"apache","compressible":true,"extensions":["res"]},"application/x-dvi":{"source":"apache","compressible":false,"extensions":["dvi"]},"application/x-envoy":{"source":"apache","extensions":["evy"]},"application/x-eva":{"source":"apache","extensions":["eva"]},"application/x-font-bdf":{"source":"apache","extensions":["bdf"]},"application/x-font-dos":{"source":"apache"},"application/x-font-framemaker":{"source":"apache"},"application/x-font-ghostscript":{"source":"apache","extensions":["gsf"]},"application/x-font-libgrx":{"source":"apache"},"application/x-font-linux-psf":{"source":"apache","extensions":["psf"]},"application/x-font-pcf":{"source":"apache","extensions":["pcf"]},"application/x-font-snf":{"source":"apache","extensions":["snf"]},"application/x-font-speedo":{"source":"apache"},"application/x-font-sunos-news":{"source":"apache"},"application/x-font-type1":{"source":"apache","extensions":["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{"source":"apache"},"application/x-freearc":{"source":"apache","extensions":["arc"]},"application/x-futuresplash":{"source":"apache","extensions":["spl"]},"application/x-gca-compressed":{"source":"apache","extensions":["gca"]},"application/x-glulx":{"source":"apache","extensions":["ulx"]},"application/x-gnumeric":{"source":"apache","extensions":["gnumeric"]},"application/x-gramps-xml":{"source":"apache","extensions":["gramps"]},"application/x-gtar":{"source":"apache","extensions":["gtar"]},"application/x-gzip":{"source":"apache"},"application/x-hdf":{"source":"apache","extensions":["hdf"]},"application/x-httpd-php":{"compressible":true,"extensions":["php"]},"application/x-install-instructions":{"source":"apache","extensions":["install"]},"application/x-iso9660-image":{"source":"apache","extensions":["iso"]},"application/x-iwork-keynote-sffkey":{"extensions":["key"]},"application/x-iwork-numbers-sffnumbers":{"extensions":["numbers"]},"application/x-iwork-pages-sffpages":{"extensions":["pages"]},"application/x-java-archive-diff":{"source":"nginx","extensions":["jardiff"]},"application/x-java-jnlp-file":{"source":"apache","compressible":false,"extensions":["jnlp"]},"application/x-javascript":{"compressible":true},"application/x-keepass2":{"extensions":["kdbx"]},"application/x-latex":{"source":"apache","compressible":false,"extensions":["latex"]},"application/x-lua-bytecode":{"extensions":["luac"]},"application/x-lzh-compressed":{"source":"apache","extensions":["lzh","lha"]},"application/x-makeself":{"source":"nginx","extensions":["run"]},"application/x-mie":{"source":"apache","extensions":["mie"]},"application/x-mobipocket-ebook":{"source":"apache","extensions":["prc","mobi"]},"application/x-mpegurl":{"compressible":false},"application/x-ms-application":{"source":"apache","extensions":["application"]},"application/x-ms-shortcut":{"source":"apache","extensions":["lnk"]},"application/x-ms-wmd":{"source":"apache","extensions":["wmd"]},"application/x-ms-wmz":{"source":"apache","extensions":["wmz"]},"application/x-ms-xbap":{"source":"apache","extensions":["xbap"]},"application/x-msaccess":{"source":"apache","extensions":["mdb"]},"application/x-msbinder":{"source":"apache","extensions":["obd"]},"application/x-mscardfile":{"source":"apache","extensions":["crd"]},"application/x-msclip":{"source":"apache","extensions":["clp"]},"application/x-msdos-program":{"extensions":["exe"]},"application/x-msdownload":{"source":"apache","extensions":["exe","dll","com","bat","msi"]},"application/x-msmediaview":{"source":"apache","extensions":["mvb","m13","m14"]},"application/x-msmetafile":{"source":"apache","extensions":["wmf","wmz","emf","emz"]},"application/x-msmoney":{"source":"apache","extensions":["mny"]},"application/x-mspublisher":{"source":"apache","extensions":["pub"]},"application/x-msschedule":{"source":"apache","extensions":["scd"]},"application/x-msterminal":{"source":"apache","extensions":["trm"]},"application/x-mswrite":{"source":"apache","extensions":["wri"]},"application/x-netcdf":{"source":"apache","extensions":["nc","cdf"]},"application/x-ns-proxy-autoconfig":{"compressible":true,"extensions":["pac"]},"application/x-nzb":{"source":"apache","extensions":["nzb"]},"application/x-perl":{"source":"nginx","extensions":["pl","pm"]},"application/x-pilot":{"source":"nginx","extensions":["prc","pdb"]},"application/x-pkcs12":{"source":"apache","compressible":false,"extensions":["p12","pfx"]},"application/x-pkcs7-certificates":{"source":"apache","extensions":["p7b","spc"]},"application/x-pkcs7-certreqresp":{"source":"apache","extensions":["p7r"]},"application/x-pki-message":{"source":"iana"},"application/x-rar-compressed":{"source":"apache","compressible":false,"extensions":["rar"]},"application/x-redhat-package-manager":{"source":"nginx","extensions":["rpm"]},"application/x-research-info-systems":{"source":"apache","extensions":["ris"]},"application/x-sea":{"source":"nginx","extensions":["sea"]},"application/x-sh":{"source":"apache","compressible":true,"extensions":["sh"]},"application/x-shar":{"source":"apache","extensions":["shar"]},"application/x-shockwave-flash":{"source":"apache","compressible":false,"extensions":["swf"]},"application/x-silverlight-app":{"source":"apache","extensions":["xap"]},"application/x-sql":{"source":"apache","extensions":["sql"]},"application/x-stuffit":{"source":"apache","compressible":false,"extensions":["sit"]},"application/x-stuffitx":{"source":"apache","extensions":["sitx"]},"application/x-subrip":{"source":"apache","extensions":["srt"]},"application/x-sv4cpio":{"source":"apache","extensions":["sv4cpio"]},"application/x-sv4crc":{"source":"apache","extensions":["sv4crc"]},"application/x-t3vm-image":{"source":"apache","extensions":["t3"]},"application/x-tads":{"source":"apache","extensions":["gam"]},"application/x-tar":{"source":"apache","compressible":true,"extensions":["tar"]},"application/x-tcl":{"source":"apache","extensions":["tcl","tk"]},"application/x-tex":{"source":"apache","extensions":["tex"]},"application/x-tex-tfm":{"source":"apache","extensions":["tfm"]},"application/x-texinfo":{"source":"apache","extensions":["texinfo","texi"]},"application/x-tgif":{"source":"apache","extensions":["obj"]},"application/x-ustar":{"source":"apache","extensions":["ustar"]},"application/x-virtualbox-hdd":{"compressible":true,"extensions":["hdd"]},"application/x-virtualbox-ova":{"compressible":true,"extensions":["ova"]},"application/x-virtualbox-ovf":{"compressible":true,"extensions":["ovf"]},"application/x-virtualbox-vbox":{"compressible":true,"extensions":["vbox"]},"application/x-virtualbox-vbox-extpack":{"compressible":false,"extensions":["vbox-extpack"]},"application/x-virtualbox-vdi":{"compressible":true,"extensions":["vdi"]},"application/x-virtualbox-vhd":{"compressible":true,"extensions":["vhd"]},"application/x-virtualbox-vmdk":{"compressible":true,"extensions":["vmdk"]},"application/x-wais-source":{"source":"apache","extensions":["src"]},"application/x-web-app-manifest+json":{"compressible":true,"extensions":["webapp"]},"application/x-www-form-urlencoded":{"source":"iana","compressible":true},"application/x-x509-ca-cert":{"source":"iana","extensions":["der","crt","pem"]},"application/x-x509-ca-ra-cert":{"source":"iana"},"application/x-x509-next-ca-cert":{"source":"iana"},"application/x-xfig":{"source":"apache","extensions":["fig"]},"application/x-xliff+xml":{"source":"apache","compressible":true,"extensions":["xlf"]},"application/x-xpinstall":{"source":"apache","compressible":false,"extensions":["xpi"]},"application/x-xz":{"source":"apache","extensions":["xz"]},"application/x-zmachine":{"source":"apache","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{"source":"iana"},"application/xacml+xml":{"source":"iana","compressible":true},"application/xaml+xml":{"source":"apache","compressible":true,"extensions":["xaml"]},"application/xcap-att+xml":{"source":"iana","compressible":true,"extensions":["xav"]},"application/xcap-caps+xml":{"source":"iana","compressible":true,"extensions":["xca"]},"application/xcap-diff+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/xcap-el+xml":{"source":"iana","compressible":true,"extensions":["xel"]},"application/xcap-error+xml":{"source":"iana","compressible":true},"application/xcap-ns+xml":{"source":"iana","compressible":true,"extensions":["xns"]},"application/xcon-conference-info+xml":{"source":"iana","compressible":true},"application/xcon-conference-info-diff+xml":{"source":"iana","compressible":true},"application/xenc+xml":{"source":"iana","compressible":true,"extensions":["xenc"]},"application/xhtml+xml":{"source":"iana","compressible":true,"extensions":["xhtml","xht"]},"application/xhtml-voice+xml":{"source":"apache","compressible":true},"application/xliff+xml":{"source":"iana","compressible":true,"extensions":["xlf"]},"application/xml":{"source":"iana","compressible":true,"extensions":["xml","xsl","xsd","rng"]},"application/xml-dtd":{"source":"iana","compressible":true,"extensions":["dtd"]},"application/xml-external-parsed-entity":{"source":"iana"},"application/xml-patch+xml":{"source":"iana","compressible":true},"application/xmpp+xml":{"source":"iana","compressible":true},"application/xop+xml":{"source":"iana","compressible":true,"extensions":["xop"]},"application/xproc+xml":{"source":"apache","compressible":true,"extensions":["xpl"]},"application/xslt+xml":{"source":"iana","compressible":true,"extensions":["xsl","xslt"]},"application/xspf+xml":{"source":"apache","compressible":true,"extensions":["xspf"]},"application/xv+xml":{"source":"iana","compressible":true,"extensions":["mxml","xhvml","xvml","xvm"]},"application/yang":{"source":"iana","extensions":["yang"]},"application/yang-data+json":{"source":"iana","compressible":true},"application/yang-data+xml":{"source":"iana","compressible":true},"application/yang-patch+json":{"source":"iana","compressible":true},"application/yang-patch+xml":{"source":"iana","compressible":true},"application/yin+xml":{"source":"iana","compressible":true,"extensions":["yin"]},"application/zip":{"source":"iana","compressible":false,"extensions":["zip"]},"application/zlib":{"source":"iana"},"application/zstd":{"source":"iana"},"audio/1d-interleaved-parityfec":{"source":"iana"},"audio/32kadpcm":{"source":"iana"},"audio/3gpp":{"source":"iana","compressible":false,"extensions":["3gpp"]},"audio/3gpp2":{"source":"iana"},"audio/aac":{"source":"iana"},"audio/ac3":{"source":"iana"},"audio/adpcm":{"source":"apache","extensions":["adp"]},"audio/amr":{"source":"iana","extensions":["amr"]},"audio/amr-wb":{"source":"iana"},"audio/amr-wb+":{"source":"iana"},"audio/aptx":{"source":"iana"},"audio/asc":{"source":"iana"},"audio/atrac-advanced-lossless":{"source":"iana"},"audio/atrac-x":{"source":"iana"},"audio/atrac3":{"source":"iana"},"audio/basic":{"source":"iana","compressible":false,"extensions":["au","snd"]},"audio/bv16":{"source":"iana"},"audio/bv32":{"source":"iana"},"audio/clearmode":{"source":"iana"},"audio/cn":{"source":"iana"},"audio/dat12":{"source":"iana"},"audio/dls":{"source":"iana"},"audio/dsr-es201108":{"source":"iana"},"audio/dsr-es202050":{"source":"iana"},"audio/dsr-es202211":{"source":"iana"},"audio/dsr-es202212":{"source":"iana"},"audio/dv":{"source":"iana"},"audio/dvi4":{"source":"iana"},"audio/eac3":{"source":"iana"},"audio/encaprtp":{"source":"iana"},"audio/evrc":{"source":"iana"},"audio/evrc-qcp":{"source":"iana"},"audio/evrc0":{"source":"iana"},"audio/evrc1":{"source":"iana"},"audio/evrcb":{"source":"iana"},"audio/evrcb0":{"source":"iana"},"audio/evrcb1":{"source":"iana"},"audio/evrcnw":{"source":"iana"},"audio/evrcnw0":{"source":"iana"},"audio/evrcnw1":{"source":"iana"},"audio/evrcwb":{"source":"iana"},"audio/evrcwb0":{"source":"iana"},"audio/evrcwb1":{"source":"iana"},"audio/evs":{"source":"iana"},"audio/flexfec":{"source":"iana"},"audio/fwdred":{"source":"iana"},"audio/g711-0":{"source":"iana"},"audio/g719":{"source":"iana"},"audio/g722":{"source":"iana"},"audio/g7221":{"source":"iana"},"audio/g723":{"source":"iana"},"audio/g726-16":{"source":"iana"},"audio/g726-24":{"source":"iana"},"audio/g726-32":{"source":"iana"},"audio/g726-40":{"source":"iana"},"audio/g728":{"source":"iana"},"audio/g729":{"source":"iana"},"audio/g7291":{"source":"iana"},"audio/g729d":{"source":"iana"},"audio/g729e":{"source":"iana"},"audio/gsm":{"source":"iana"},"audio/gsm-efr":{"source":"iana"},"audio/gsm-hr-08":{"source":"iana"},"audio/ilbc":{"source":"iana"},"audio/ip-mr_v2.5":{"source":"iana"},"audio/isac":{"source":"apache"},"audio/l16":{"source":"iana"},"audio/l20":{"source":"iana"},"audio/l24":{"source":"iana","compressible":false},"audio/l8":{"source":"iana"},"audio/lpc":{"source":"iana"},"audio/melp":{"source":"iana"},"audio/melp1200":{"source":"iana"},"audio/melp2400":{"source":"iana"},"audio/melp600":{"source":"iana"},"audio/mhas":{"source":"iana"},"audio/midi":{"source":"apache","extensions":["mid","midi","kar","rmi"]},"audio/mobile-xmf":{"source":"iana","extensions":["mxmf"]},"audio/mp3":{"compressible":false,"extensions":["mp3"]},"audio/mp4":{"source":"iana","compressible":false,"extensions":["m4a","mp4a"]},"audio/mp4a-latm":{"source":"iana"},"audio/mpa":{"source":"iana"},"audio/mpa-robust":{"source":"iana"},"audio/mpeg":{"source":"iana","compressible":false,"extensions":["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{"source":"iana"},"audio/musepack":{"source":"apache"},"audio/ogg":{"source":"iana","compressible":false,"extensions":["oga","ogg","spx","opus"]},"audio/opus":{"source":"iana"},"audio/parityfec":{"source":"iana"},"audio/pcma":{"source":"iana"},"audio/pcma-wb":{"source":"iana"},"audio/pcmu":{"source":"iana"},"audio/pcmu-wb":{"source":"iana"},"audio/prs.sid":{"source":"iana"},"audio/qcelp":{"source":"iana"},"audio/raptorfec":{"source":"iana"},"audio/red":{"source":"iana"},"audio/rtp-enc-aescm128":{"source":"iana"},"audio/rtp-midi":{"source":"iana"},"audio/rtploopback":{"source":"iana"},"audio/rtx":{"source":"iana"},"audio/s3m":{"source":"apache","extensions":["s3m"]},"audio/scip":{"source":"iana"},"audio/silk":{"source":"apache","extensions":["sil"]},"audio/smv":{"source":"iana"},"audio/smv-qcp":{"source":"iana"},"audio/smv0":{"source":"iana"},"audio/sofa":{"source":"iana"},"audio/sp-midi":{"source":"iana"},"audio/speex":{"source":"iana"},"audio/t140c":{"source":"iana"},"audio/t38":{"source":"iana"},"audio/telephone-event":{"source":"iana"},"audio/tetra_acelp":{"source":"iana"},"audio/tetra_acelp_bb":{"source":"iana"},"audio/tone":{"source":"iana"},"audio/tsvcis":{"source":"iana"},"audio/uemclip":{"source":"iana"},"audio/ulpfec":{"source":"iana"},"audio/usac":{"source":"iana"},"audio/vdvi":{"source":"iana"},"audio/vmr-wb":{"source":"iana"},"audio/vnd.3gpp.iufp":{"source":"iana"},"audio/vnd.4sb":{"source":"iana"},"audio/vnd.audiokoz":{"source":"iana"},"audio/vnd.celp":{"source":"iana"},"audio/vnd.cisco.nse":{"source":"iana"},"audio/vnd.cmles.radio-events":{"source":"iana"},"audio/vnd.cns.anp1":{"source":"iana"},"audio/vnd.cns.inf1":{"source":"iana"},"audio/vnd.dece.audio":{"source":"iana","extensions":["uva","uvva"]},"audio/vnd.digital-winds":{"source":"iana","extensions":["eol"]},"audio/vnd.dlna.adts":{"source":"iana"},"audio/vnd.dolby.heaac.1":{"source":"iana"},"audio/vnd.dolby.heaac.2":{"source":"iana"},"audio/vnd.dolby.mlp":{"source":"iana"},"audio/vnd.dolby.mps":{"source":"iana"},"audio/vnd.dolby.pl2":{"source":"iana"},"audio/vnd.dolby.pl2x":{"source":"iana"},"audio/vnd.dolby.pl2z":{"source":"iana"},"audio/vnd.dolby.pulse.1":{"source":"iana"},"audio/vnd.dra":{"source":"iana","extensions":["dra"]},"audio/vnd.dts":{"source":"iana","extensions":["dts"]},"audio/vnd.dts.hd":{"source":"iana","extensions":["dtshd"]},"audio/vnd.dts.uhd":{"source":"iana"},"audio/vnd.dvb.file":{"source":"iana"},"audio/vnd.everad.plj":{"source":"iana"},"audio/vnd.hns.audio":{"source":"iana"},"audio/vnd.lucent.voice":{"source":"iana","extensions":["lvp"]},"audio/vnd.ms-playready.media.pya":{"source":"iana","extensions":["pya"]},"audio/vnd.nokia.mobile-xmf":{"source":"iana"},"audio/vnd.nortel.vbk":{"source":"iana"},"audio/vnd.nuera.ecelp4800":{"source":"iana","extensions":["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{"source":"iana","extensions":["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{"source":"iana","extensions":["ecelp9600"]},"audio/vnd.octel.sbc":{"source":"iana"},"audio/vnd.presonus.multitrack":{"source":"iana"},"audio/vnd.qcelp":{"source":"iana"},"audio/vnd.rhetorex.32kadpcm":{"source":"iana"},"audio/vnd.rip":{"source":"iana","extensions":["rip"]},"audio/vnd.rn-realaudio":{"compressible":false},"audio/vnd.sealedmedia.softseal.mpeg":{"source":"iana"},"audio/vnd.vmx.cvsd":{"source":"iana"},"audio/vnd.wave":{"compressible":false},"audio/vorbis":{"source":"iana","compressible":false},"audio/vorbis-config":{"source":"iana"},"audio/wav":{"compressible":false,"extensions":["wav"]},"audio/wave":{"compressible":false,"extensions":["wav"]},"audio/webm":{"source":"apache","compressible":false,"extensions":["weba"]},"audio/x-aac":{"source":"apache","compressible":false,"extensions":["aac"]},"audio/x-aiff":{"source":"apache","extensions":["aif","aiff","aifc"]},"audio/x-caf":{"source":"apache","compressible":false,"extensions":["caf"]},"audio/x-flac":{"source":"apache","extensions":["flac"]},"audio/x-m4a":{"source":"nginx","extensions":["m4a"]},"audio/x-matroska":{"source":"apache","extensions":["mka"]},"audio/x-mpegurl":{"source":"apache","extensions":["m3u"]},"audio/x-ms-wax":{"source":"apache","extensions":["wax"]},"audio/x-ms-wma":{"source":"apache","extensions":["wma"]},"audio/x-pn-realaudio":{"source":"apache","extensions":["ram","ra"]},"audio/x-pn-realaudio-plugin":{"source":"apache","extensions":["rmp"]},"audio/x-realaudio":{"source":"nginx","extensions":["ra"]},"audio/x-tta":{"source":"apache"},"audio/x-wav":{"source":"apache","extensions":["wav"]},"audio/xm":{"source":"apache","extensions":["xm"]},"chemical/x-cdx":{"source":"apache","extensions":["cdx"]},"chemical/x-cif":{"source":"apache","extensions":["cif"]},"chemical/x-cmdf":{"source":"apache","extensions":["cmdf"]},"chemical/x-cml":{"source":"apache","extensions":["cml"]},"chemical/x-csml":{"source":"apache","extensions":["csml"]},"chemical/x-pdb":{"source":"apache"},"chemical/x-xyz":{"source":"apache","extensions":["xyz"]},"font/collection":{"source":"iana","extensions":["ttc"]},"font/otf":{"source":"iana","compressible":true,"extensions":["otf"]},"font/sfnt":{"source":"iana"},"font/ttf":{"source":"iana","compressible":true,"extensions":["ttf"]},"font/woff":{"source":"iana","extensions":["woff"]},"font/woff2":{"source":"iana","extensions":["woff2"]},"image/aces":{"source":"iana","extensions":["exr"]},"image/apng":{"compressible":false,"extensions":["apng"]},"image/avci":{"source":"iana"},"image/avcs":{"source":"iana"},"image/avif":{"source":"iana","compressible":false,"extensions":["avif"]},"image/bmp":{"source":"iana","compressible":true,"extensions":["bmp"]},"image/cgm":{"source":"iana","extensions":["cgm"]},"image/dicom-rle":{"source":"iana","extensions":["drle"]},"image/emf":{"source":"iana","extensions":["emf"]},"image/fits":{"source":"iana","extensions":["fits"]},"image/g3fax":{"source":"iana","extensions":["g3"]},"image/gif":{"source":"iana","compressible":false,"extensions":["gif"]},"image/heic":{"source":"iana","extensions":["heic"]},"image/heic-sequence":{"source":"iana","extensions":["heics"]},"image/heif":{"source":"iana","extensions":["heif"]},"image/heif-sequence":{"source":"iana","extensions":["heifs"]},"image/hej2k":{"source":"iana","extensions":["hej2"]},"image/hsj2":{"source":"iana","extensions":["hsj2"]},"image/ief":{"source":"iana","extensions":["ief"]},"image/jls":{"source":"iana","extensions":["jls"]},"image/jp2":{"source":"iana","compressible":false,"extensions":["jp2","jpg2"]},"image/jpeg":{"source":"iana","compressible":false,"extensions":["jpeg","jpg","jpe"]},"image/jph":{"source":"iana","extensions":["jph"]},"image/jphc":{"source":"iana","extensions":["jhc"]},"image/jpm":{"source":"iana","compressible":false,"extensions":["jpm"]},"image/jpx":{"source":"iana","compressible":false,"extensions":["jpx","jpf"]},"image/jxr":{"source":"iana","extensions":["jxr"]},"image/jxra":{"source":"iana","extensions":["jxra"]},"image/jxrs":{"source":"iana","extensions":["jxrs"]},"image/jxs":{"source":"iana","extensions":["jxs"]},"image/jxsc":{"source":"iana","extensions":["jxsc"]},"image/jxsi":{"source":"iana","extensions":["jxsi"]},"image/jxss":{"source":"iana","extensions":["jxss"]},"image/ktx":{"source":"iana","extensions":["ktx"]},"image/ktx2":{"source":"iana","extensions":["ktx2"]},"image/naplps":{"source":"iana"},"image/pjpeg":{"compressible":false},"image/png":{"source":"iana","compressible":false,"extensions":["png"]},"image/prs.btif":{"source":"iana","extensions":["btif"]},"image/prs.pti":{"source":"iana","extensions":["pti"]},"image/pwg-raster":{"source":"iana"},"image/sgi":{"source":"apache","extensions":["sgi"]},"image/svg+xml":{"source":"iana","compressible":true,"extensions":["svg","svgz"]},"image/t38":{"source":"iana","extensions":["t38"]},"image/tiff":{"source":"iana","compressible":false,"extensions":["tif","tiff"]},"image/tiff-fx":{"source":"iana","extensions":["tfx"]},"image/vnd.adobe.photoshop":{"source":"iana","compressible":true,"extensions":["psd"]},"image/vnd.airzip.accelerator.azv":{"source":"iana","extensions":["azv"]},"image/vnd.cns.inf2":{"source":"iana"},"image/vnd.dece.graphic":{"source":"iana","extensions":["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{"source":"iana","extensions":["djvu","djv"]},"image/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"image/vnd.dwg":{"source":"iana","extensions":["dwg"]},"image/vnd.dxf":{"source":"iana","extensions":["dxf"]},"image/vnd.fastbidsheet":{"source":"iana","extensions":["fbs"]},"image/vnd.fpx":{"source":"iana","extensions":["fpx"]},"image/vnd.fst":{"source":"iana","extensions":["fst"]},"image/vnd.fujixerox.edmics-mmr":{"source":"iana","extensions":["mmr"]},"image/vnd.fujixerox.edmics-rlc":{"source":"iana","extensions":["rlc"]},"image/vnd.globalgraphics.pgb":{"source":"iana"},"image/vnd.microsoft.icon":{"source":"iana","compressible":true,"extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"compressible":true,"extensions":["dds"]},"image/vnd.ms-modi":{"source":"iana","extensions":["mdi"]},"image/vnd.ms-photo":{"source":"apache","extensions":["wdp"]},"image/vnd.net-fpx":{"source":"iana","extensions":["npx"]},"image/vnd.pco.b16":{"source":"iana","extensions":["b16"]},"image/vnd.radiance":{"source":"iana"},"image/vnd.sealed.png":{"source":"iana"},"image/vnd.sealedmedia.softseal.gif":{"source":"iana"},"image/vnd.sealedmedia.softseal.jpg":{"source":"iana"},"image/vnd.svf":{"source":"iana"},"image/vnd.tencent.tap":{"source":"iana","extensions":["tap"]},"image/vnd.valve.source.texture":{"source":"iana","extensions":["vtf"]},"image/vnd.wap.wbmp":{"source":"iana","extensions":["wbmp"]},"image/vnd.xiff":{"source":"iana","extensions":["xif"]},"image/vnd.zbrush.pcx":{"source":"iana","extensions":["pcx"]},"image/webp":{"source":"apache","extensions":["webp"]},"image/wmf":{"source":"iana","extensions":["wmf"]},"image/x-3ds":{"source":"apache","extensions":["3ds"]},"image/x-cmu-raster":{"source":"apache","extensions":["ras"]},"image/x-cmx":{"source":"apache","extensions":["cmx"]},"image/x-freehand":{"source":"apache","extensions":["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{"source":"apache","compressible":true,"extensions":["ico"]},"image/x-jng":{"source":"nginx","extensions":["jng"]},"image/x-mrsid-image":{"source":"apache","extensions":["sid"]},"image/x-ms-bmp":{"source":"nginx","compressible":true,"extensions":["bmp"]},"image/x-pcx":{"source":"apache","extensions":["pcx"]},"image/x-pict":{"source":"apache","extensions":["pic","pct"]},"image/x-portable-anymap":{"source":"apache","extensions":["pnm"]},"image/x-portable-bitmap":{"source":"apache","extensions":["pbm"]},"image/x-portable-graymap":{"source":"apache","extensions":["pgm"]},"image/x-portable-pixmap":{"source":"apache","extensions":["ppm"]},"image/x-rgb":{"source":"apache","extensions":["rgb"]},"image/x-tga":{"source":"apache","extensions":["tga"]},"image/x-xbitmap":{"source":"apache","extensions":["xbm"]},"image/x-xcf":{"compressible":false},"image/x-xpixmap":{"source":"apache","extensions":["xpm"]},"image/x-xwindowdump":{"source":"apache","extensions":["xwd"]},"message/cpim":{"source":"iana"},"message/delivery-status":{"source":"iana"},"message/disposition-notification":{"source":"iana","extensions":["disposition-notification"]},"message/external-body":{"source":"iana"},"message/feedback-report":{"source":"iana"},"message/global":{"source":"iana","extensions":["u8msg"]},"message/global-delivery-status":{"source":"iana","extensions":["u8dsn"]},"message/global-disposition-notification":{"source":"iana","extensions":["u8mdn"]},"message/global-headers":{"source":"iana","extensions":["u8hdr"]},"message/http":{"source":"iana","compressible":false},"message/imdn+xml":{"source":"iana","compressible":true},"message/news":{"source":"iana"},"message/partial":{"source":"iana","compressible":false},"message/rfc822":{"source":"iana","compressible":true,"extensions":["eml","mime"]},"message/s-http":{"source":"iana"},"message/sip":{"source":"iana"},"message/sipfrag":{"source":"iana"},"message/tracking-status":{"source":"iana"},"message/vnd.si.simp":{"source":"iana"},"message/vnd.wfa.wsc":{"source":"iana","extensions":["wsc"]},"model/3mf":{"source":"iana","extensions":["3mf"]},"model/e57":{"source":"iana"},"model/gltf+json":{"source":"iana","compressible":true,"extensions":["gltf"]},"model/gltf-binary":{"source":"iana","compressible":true,"extensions":["glb"]},"model/iges":{"source":"iana","compressible":false,"extensions":["igs","iges"]},"model/mesh":{"source":"iana","compressible":false,"extensions":["msh","mesh","silo"]},"model/mtl":{"source":"iana","extensions":["mtl"]},"model/obj":{"source":"iana","extensions":["obj"]},"model/step":{"source":"iana"},"model/step+xml":{"source":"iana","compressible":true,"extensions":["stpx"]},"model/step+zip":{"source":"iana","compressible":false,"extensions":["stpz"]},"model/step-xml+zip":{"source":"iana","compressible":false,"extensions":["stpxz"]},"model/stl":{"source":"iana","extensions":["stl"]},"model/vnd.collada+xml":{"source":"iana","compressible":true,"extensions":["dae"]},"model/vnd.dwf":{"source":"iana","extensions":["dwf"]},"model/vnd.flatland.3dml":{"source":"iana"},"model/vnd.gdl":{"source":"iana","extensions":["gdl"]},"model/vnd.gs-gdl":{"source":"apache"},"model/vnd.gs.gdl":{"source":"iana"},"model/vnd.gtw":{"source":"iana","extensions":["gtw"]},"model/vnd.moml+xml":{"source":"iana","compressible":true},"model/vnd.mts":{"source":"iana","extensions":["mts"]},"model/vnd.opengex":{"source":"iana","extensions":["ogex"]},"model/vnd.parasolid.transmit.binary":{"source":"iana","extensions":["x_b"]},"model/vnd.parasolid.transmit.text":{"source":"iana","extensions":["x_t"]},"model/vnd.pytha.pyox":{"source":"iana"},"model/vnd.rosette.annotated-data-model":{"source":"iana"},"model/vnd.sap.vds":{"source":"iana","extensions":["vds"]},"model/vnd.usdz+zip":{"source":"iana","compressible":false,"extensions":["usdz"]},"model/vnd.valve.source.compiled-map":{"source":"iana","extensions":["bsp"]},"model/vnd.vtu":{"source":"iana","extensions":["vtu"]},"model/vrml":{"source":"iana","compressible":false,"extensions":["wrl","vrml"]},"model/x3d+binary":{"source":"apache","compressible":false,"extensions":["x3db","x3dbz"]},"model/x3d+fastinfoset":{"source":"iana","extensions":["x3db"]},"model/x3d+vrml":{"source":"apache","compressible":false,"extensions":["x3dv","x3dvz"]},"model/x3d+xml":{"source":"iana","compressible":true,"extensions":["x3d","x3dz"]},"model/x3d-vrml":{"source":"iana","extensions":["x3dv"]},"multipart/alternative":{"source":"iana","compressible":false},"multipart/appledouble":{"source":"iana"},"multipart/byteranges":{"source":"iana"},"multipart/digest":{"source":"iana"},"multipart/encrypted":{"source":"iana","compressible":false},"multipart/form-data":{"source":"iana","compressible":false},"multipart/header-set":{"source":"iana"},"multipart/mixed":{"source":"iana"},"multipart/multilingual":{"source":"iana"},"multipart/parallel":{"source":"iana"},"multipart/related":{"source":"iana","compressible":false},"multipart/report":{"source":"iana"},"multipart/signed":{"source":"iana","compressible":false},"multipart/vnd.bint.med-plus":{"source":"iana"},"multipart/voice-message":{"source":"iana"},"multipart/x-mixed-replace":{"source":"iana"},"text/1d-interleaved-parityfec":{"source":"iana"},"text/cache-manifest":{"source":"iana","compressible":true,"extensions":["appcache","manifest"]},"text/calendar":{"source":"iana","extensions":["ics","ifb"]},"text/calender":{"compressible":true},"text/cmd":{"compressible":true},"text/coffeescript":{"extensions":["coffee","litcoffee"]},"text/cql":{"source":"iana"},"text/cql-expression":{"source":"iana"},"text/cql-identifier":{"source":"iana"},"text/css":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["css"]},"text/csv":{"source":"iana","compressible":true,"extensions":["csv"]},"text/csv-schema":{"source":"iana"},"text/directory":{"source":"iana"},"text/dns":{"source":"iana"},"text/ecmascript":{"source":"iana"},"text/encaprtp":{"source":"iana"},"text/enriched":{"source":"iana"},"text/fhirpath":{"source":"iana"},"text/flexfec":{"source":"iana"},"text/fwdred":{"source":"iana"},"text/gff3":{"source":"iana"},"text/grammar-ref-list":{"source":"iana"},"text/html":{"source":"iana","compressible":true,"extensions":["html","htm","shtml"]},"text/jade":{"extensions":["jade"]},"text/javascript":{"source":"iana","compressible":true},"text/jcr-cnd":{"source":"iana"},"text/jsx":{"compressible":true,"extensions":["jsx"]},"text/less":{"compressible":true,"extensions":["less"]},"text/markdown":{"source":"iana","compressible":true,"extensions":["markdown","md"]},"text/mathml":{"source":"nginx","extensions":["mml"]},"text/mdx":{"compressible":true,"extensions":["mdx"]},"text/mizar":{"source":"iana"},"text/n3":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["n3"]},"text/parameters":{"source":"iana","charset":"UTF-8"},"text/parityfec":{"source":"iana"},"text/plain":{"source":"iana","compressible":true,"extensions":["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{"source":"iana","charset":"UTF-8"},"text/prs.fallenstein.rst":{"source":"iana"},"text/prs.lines.tag":{"source":"iana","extensions":["dsc"]},"text/prs.prop.logic":{"source":"iana"},"text/raptorfec":{"source":"iana"},"text/red":{"source":"iana"},"text/rfc822-headers":{"source":"iana"},"text/richtext":{"source":"iana","compressible":true,"extensions":["rtx"]},"text/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"text/rtp-enc-aescm128":{"source":"iana"},"text/rtploopback":{"source":"iana"},"text/rtx":{"source":"iana"},"text/sgml":{"source":"iana","extensions":["sgml","sgm"]},"text/shaclc":{"source":"iana"},"text/shex":{"source":"iana","extensions":["shex"]},"text/slim":{"extensions":["slim","slm"]},"text/spdx":{"source":"iana","extensions":["spdx"]},"text/strings":{"source":"iana"},"text/stylus":{"extensions":["stylus","styl"]},"text/t140":{"source":"iana"},"text/tab-separated-values":{"source":"iana","compressible":true,"extensions":["tsv"]},"text/troff":{"source":"iana","extensions":["t","tr","roff","man","me","ms"]},"text/turtle":{"source":"iana","charset":"UTF-8","extensions":["ttl"]},"text/ulpfec":{"source":"iana"},"text/uri-list":{"source":"iana","compressible":true,"extensions":["uri","uris","urls"]},"text/vcard":{"source":"iana","compressible":true,"extensions":["vcard"]},"text/vnd.a":{"source":"iana"},"text/vnd.abc":{"source":"iana"},"text/vnd.ascii-art":{"source":"iana"},"text/vnd.curl":{"source":"iana","extensions":["curl"]},"text/vnd.curl.dcurl":{"source":"apache","extensions":["dcurl"]},"text/vnd.curl.mcurl":{"source":"apache","extensions":["mcurl"]},"text/vnd.curl.scurl":{"source":"apache","extensions":["scurl"]},"text/vnd.debian.copyright":{"source":"iana","charset":"UTF-8"},"text/vnd.dmclientscript":{"source":"iana"},"text/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"text/vnd.esmertec.theme-descriptor":{"source":"iana","charset":"UTF-8"},"text/vnd.familysearch.gedcom":{"source":"iana","extensions":["ged"]},"text/vnd.ficlab.flt":{"source":"iana"},"text/vnd.fly":{"source":"iana","extensions":["fly"]},"text/vnd.fmi.flexstor":{"source":"iana","extensions":["flx"]},"text/vnd.gml":{"source":"iana"},"text/vnd.graphviz":{"source":"iana","extensions":["gv"]},"text/vnd.hans":{"source":"iana"},"text/vnd.hgl":{"source":"iana"},"text/vnd.in3d.3dml":{"source":"iana","extensions":["3dml"]},"text/vnd.in3d.spot":{"source":"iana","extensions":["spot"]},"text/vnd.iptc.newsml":{"source":"iana"},"text/vnd.iptc.nitf":{"source":"iana"},"text/vnd.latex-z":{"source":"iana"},"text/vnd.motorola.reflex":{"source":"iana"},"text/vnd.ms-mediapackage":{"source":"iana"},"text/vnd.net2phone.commcenter.command":{"source":"iana"},"text/vnd.radisys.msml-basic-layout":{"source":"iana"},"text/vnd.senx.warpscript":{"source":"iana"},"text/vnd.si.uricatalogue":{"source":"iana"},"text/vnd.sosi":{"source":"iana"},"text/vnd.sun.j2me.app-descriptor":{"source":"iana","charset":"UTF-8","extensions":["jad"]},"text/vnd.trolltech.linguist":{"source":"iana","charset":"UTF-8"},"text/vnd.wap.si":{"source":"iana"},"text/vnd.wap.sl":{"source":"iana"},"text/vnd.wap.wml":{"source":"iana","extensions":["wml"]},"text/vnd.wap.wmlscript":{"source":"iana","extensions":["wmls"]},"text/vtt":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["vtt"]},"text/x-asm":{"source":"apache","extensions":["s","asm"]},"text/x-c":{"source":"apache","extensions":["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{"source":"nginx","extensions":["htc"]},"text/x-fortran":{"source":"apache","extensions":["f","for","f77","f90"]},"text/x-gwt-rpc":{"compressible":true},"text/x-handlebars-template":{"extensions":["hbs"]},"text/x-java-source":{"source":"apache","extensions":["java"]},"text/x-jquery-tmpl":{"compressible":true},"text/x-lua":{"extensions":["lua"]},"text/x-markdown":{"compressible":true,"extensions":["mkd"]},"text/x-nfo":{"source":"apache","extensions":["nfo"]},"text/x-opml":{"source":"apache","extensions":["opml"]},"text/x-org":{"compressible":true,"extensions":["org"]},"text/x-pascal":{"source":"apache","extensions":["p","pas"]},"text/x-processing":{"compressible":true,"extensions":["pde"]},"text/x-sass":{"extensions":["sass"]},"text/x-scss":{"extensions":["scss"]},"text/x-setext":{"source":"apache","extensions":["etx"]},"text/x-sfv":{"source":"apache","extensions":["sfv"]},"text/x-suse-ymp":{"compressible":true,"extensions":["ymp"]},"text/x-uuencode":{"source":"apache","extensions":["uu"]},"text/x-vcalendar":{"source":"apache","extensions":["vcs"]},"text/x-vcard":{"source":"apache","extensions":["vcf"]},"text/xml":{"source":"iana","compressible":true,"extensions":["xml"]},"text/xml-external-parsed-entity":{"source":"iana"},"text/yaml":{"compressible":true,"extensions":["yaml","yml"]},"video/1d-interleaved-parityfec":{"source":"iana"},"video/3gpp":{"source":"iana","extensions":["3gp","3gpp"]},"video/3gpp-tt":{"source":"iana"},"video/3gpp2":{"source":"iana","extensions":["3g2"]},"video/av1":{"source":"iana"},"video/bmpeg":{"source":"iana"},"video/bt656":{"source":"iana"},"video/celb":{"source":"iana"},"video/dv":{"source":"iana"},"video/encaprtp":{"source":"iana"},"video/ffv1":{"source":"iana"},"video/flexfec":{"source":"iana"},"video/h261":{"source":"iana","extensions":["h261"]},"video/h263":{"source":"iana","extensions":["h263"]},"video/h263-1998":{"source":"iana"},"video/h263-2000":{"source":"iana"},"video/h264":{"source":"iana","extensions":["h264"]},"video/h264-rcdo":{"source":"iana"},"video/h264-svc":{"source":"iana"},"video/h265":{"source":"iana"},"video/iso.segment":{"source":"iana","extensions":["m4s"]},"video/jpeg":{"source":"iana","extensions":["jpgv"]},"video/jpeg2000":{"source":"iana"},"video/jpm":{"source":"apache","extensions":["jpm","jpgm"]},"video/jxsv":{"source":"iana"},"video/mj2":{"source":"iana","extensions":["mj2","mjp2"]},"video/mp1s":{"source":"iana"},"video/mp2p":{"source":"iana"},"video/mp2t":{"source":"iana","extensions":["ts"]},"video/mp4":{"source":"iana","compressible":false,"extensions":["mp4","mp4v","mpg4"]},"video/mp4v-es":{"source":"iana"},"video/mpeg":{"source":"iana","compressible":false,"extensions":["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{"source":"iana"},"video/mpv":{"source":"iana"},"video/nv":{"source":"iana"},"video/ogg":{"source":"iana","compressible":false,"extensions":["ogv"]},"video/parityfec":{"source":"iana"},"video/pointer":{"source":"iana"},"video/quicktime":{"source":"iana","compressible":false,"extensions":["qt","mov"]},"video/raptorfec":{"source":"iana"},"video/raw":{"source":"iana"},"video/rtp-enc-aescm128":{"source":"iana"},"video/rtploopback":{"source":"iana"},"video/rtx":{"source":"iana"},"video/scip":{"source":"iana"},"video/smpte291":{"source":"iana"},"video/smpte292m":{"source":"iana"},"video/ulpfec":{"source":"iana"},"video/vc1":{"source":"iana"},"video/vc2":{"source":"iana"},"video/vnd.cctv":{"source":"iana"},"video/vnd.dece.hd":{"source":"iana","extensions":["uvh","uvvh"]},"video/vnd.dece.mobile":{"source":"iana","extensions":["uvm","uvvm"]},"video/vnd.dece.mp4":{"source":"iana"},"video/vnd.dece.pd":{"source":"iana","extensions":["uvp","uvvp"]},"video/vnd.dece.sd":{"source":"iana","extensions":["uvs","uvvs"]},"video/vnd.dece.video":{"source":"iana","extensions":["uvv","uvvv"]},"video/vnd.directv.mpeg":{"source":"iana"},"video/vnd.directv.mpeg-tts":{"source":"iana"},"video/vnd.dlna.mpeg-tts":{"source":"iana"},"video/vnd.dvb.file":{"source":"iana","extensions":["dvb"]},"video/vnd.fvt":{"source":"iana","extensions":["fvt"]},"video/vnd.hns.video":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.ttsavc":{"source":"iana"},"video/vnd.iptvforum.ttsmpeg2":{"source":"iana"},"video/vnd.motorola.video":{"source":"iana"},"video/vnd.motorola.videop":{"source":"iana"},"video/vnd.mpegurl":{"source":"iana","extensions":["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{"source":"iana","extensions":["pyv"]},"video/vnd.nokia.interleaved-multimedia":{"source":"iana"},"video/vnd.nokia.mp4vr":{"source":"iana"},"video/vnd.nokia.videovoip":{"source":"iana"},"video/vnd.objectvideo":{"source":"iana"},"video/vnd.radgamettools.bink":{"source":"iana"},"video/vnd.radgamettools.smacker":{"source":"iana"},"video/vnd.sealed.mpeg1":{"source":"iana"},"video/vnd.sealed.mpeg4":{"source":"iana"},"video/vnd.sealed.swf":{"source":"iana"},"video/vnd.sealedmedia.softseal.mov":{"source":"iana"},"video/vnd.uvvu.mp4":{"source":"iana","extensions":["uvu","uvvu"]},"video/vnd.vivo":{"source":"iana","extensions":["viv"]},"video/vnd.youtube.yt":{"source":"iana"},"video/vp8":{"source":"iana"},"video/vp9":{"source":"iana"},"video/webm":{"source":"apache","compressible":false,"extensions":["webm"]},"video/x-f4v":{"source":"apache","extensions":["f4v"]},"video/x-fli":{"source":"apache","extensions":["fli"]},"video/x-flv":{"source":"apache","compressible":false,"extensions":["flv"]},"video/x-m4v":{"source":"apache","extensions":["m4v"]},"video/x-matroska":{"source":"apache","compressible":false,"extensions":["mkv","mk3d","mks"]},"video/x-mng":{"source":"apache","extensions":["mng"]},"video/x-ms-asf":{"source":"apache","extensions":["asf","asx"]},"video/x-ms-vob":{"source":"apache","extensions":["vob"]},"video/x-ms-wm":{"source":"apache","extensions":["wm"]},"video/x-ms-wmv":{"source":"apache","compressible":false,"extensions":["wmv"]},"video/x-ms-wmx":{"source":"apache","extensions":["wmx"]},"video/x-ms-wvx":{"source":"apache","extensions":["wvx"]},"video/x-msvideo":{"source":"apache","extensions":["avi"]},"video/x-sgi-movie":{"source":"apache","extensions":["movie"]},"video/x-smv":{"source":"apache","extensions":["smv"]},"x-conference/x-cooltalk":{"source":"apache","extensions":["ice"]},"x-shader/x-fragment":{"compressible":true},"x-shader/x-vertex":{"compressible":true}}')},55234:(e,t,i)=>{e.exports=i(73313)},80983:(e,t,i)=>{"use strict";var n,a,r,o=i(55234),s=i(85622).extname,c=/^\s*([^;\s]*)(?:;|\s|$)/,u=/^text\//i;function l(e){if(!e||"string"!=typeof e)return!1;var t=c.exec(e),i=t&&o[t[1].toLowerCase()];return i&&i.charset?i.charset:!(!t||!u.test(t[1]))&&"UTF-8"}t.charset=l,t.charsets={lookup:l},t.contentType=function(e){if(!e||"string"!=typeof e)return!1;var i=-1===e.indexOf("/")?t.lookup(e):e;if(!i)return!1;if(-1===i.indexOf("charset")){var n=t.charset(i);n&&(i+="; charset="+n.toLowerCase())}return i},t.extension=function(e){if(!e||"string"!=typeof e)return!1;var i=c.exec(e),n=i&&t.extensions[i[1].toLowerCase()];return!(!n||!n.length)&&n[0]},t.extensions=Object.create(null),t.lookup=function(e){if(!e||"string"!=typeof e)return!1;var i=s("x."+e).toLowerCase().substr(1);return i&&t.types[i]||!1},t.types=Object.create(null),n=t.extensions,a=t.types,r=["nginx","apache",void 0,"iana"],Object.keys(o).forEach((function(e){var t=o[e],i=t.extensions;if(i&&i.length){n[e]=i;for(var s=0;sl||u===l&&"application/"===a[c].substr(0,12)))continue}a[c]=e}}}))},45518:(e,t,i)=>{i(85622);var n=i(35747);function a(){this.types=Object.create(null),this.extensions=Object.create(null)}a.prototype.define=function(e){for(var t in e){for(var i=e[t],n=0;n{"use strict";e.exports=JSON.parse('{"application/andrew-inset":["ez"],"application/applixware":["aw"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomsvc+xml":["atomsvc"],"application/bdoc":["bdoc"],"application/ccxml+xml":["ccxml"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cu-seeme":["cu"],"application/dash+xml":["mpd"],"application/davmount+xml":["davmount"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["ecma"],"application/emma+xml":["emma"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/font-tdpfr":["pfr"],"application/font-woff":[],"application/font-woff2":[],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["js","mjs"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["mp4s","m4p"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg"],"application/oxps":["oxps"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-signature":["asc","sig"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/prs.cww":["cww"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/vnd.3gpp.pic-bw-large":["plb"],"application/vnd.3gpp.pic-bw-small":["psb"],"application/vnd.3gpp.pic-bw-var":["pvb"],"application/vnd.3gpp2.tcap":["tcap"],"application/vnd.3m.post-it-notes":["pwn"],"application/vnd.accpac.simply.aso":["aso"],"application/vnd.accpac.simply.imp":["imp"],"application/vnd.acucobol":["acu"],"application/vnd.acucorp":["atc","acutc"],"application/vnd.adobe.air-application-installer-package+zip":["air"],"application/vnd.adobe.formscentral.fcdt":["fcdt"],"application/vnd.adobe.fxp":["fxp","fxpl"],"application/vnd.adobe.xdp+xml":["xdp"],"application/vnd.adobe.xfdf":["xfdf"],"application/vnd.ahead.space":["ahead"],"application/vnd.airzip.filesecure.azf":["azf"],"application/vnd.airzip.filesecure.azs":["azs"],"application/vnd.amazon.ebook":["azw"],"application/vnd.americandynamics.acc":["acc"],"application/vnd.amiga.ami":["ami"],"application/vnd.android.package-archive":["apk"],"application/vnd.anser-web-certificate-issue-initiation":["cii"],"application/vnd.anser-web-funds-transfer-initiation":["fti"],"application/vnd.antix.game-component":["atx"],"application/vnd.apple.installer+xml":["mpkg"],"application/vnd.apple.mpegurl":["m3u8"],"application/vnd.apple.pkpass":["pkpass"],"application/vnd.aristanetworks.swi":["swi"],"application/vnd.astraea-software.iota":["iota"],"application/vnd.audiograph":["aep"],"application/vnd.blueice.multipass":["mpm"],"application/vnd.bmi":["bmi"],"application/vnd.businessobjects":["rep"],"application/vnd.chemdraw+xml":["cdxml"],"application/vnd.chipnuts.karaoke-mmd":["mmd"],"application/vnd.cinderella":["cdy"],"application/vnd.claymore":["cla"],"application/vnd.cloanto.rp9":["rp9"],"application/vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"application/vnd.cluetrust.cartomobile-config":["c11amc"],"application/vnd.cluetrust.cartomobile-config-pkg":["c11amz"],"application/vnd.commonspace":["csp"],"application/vnd.contact.cmsg":["cdbcmsg"],"application/vnd.cosmocaller":["cmc"],"application/vnd.crick.clicker":["clkx"],"application/vnd.crick.clicker.keyboard":["clkk"],"application/vnd.crick.clicker.palette":["clkp"],"application/vnd.crick.clicker.template":["clkt"],"application/vnd.crick.clicker.wordbank":["clkw"],"application/vnd.criticaltools.wbs+xml":["wbs"],"application/vnd.ctc-posml":["pml"],"application/vnd.cups-ppd":["ppd"],"application/vnd.curl.car":["car"],"application/vnd.curl.pcurl":["pcurl"],"application/vnd.dart":["dart"],"application/vnd.data-vision.rdz":["rdz"],"application/vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"application/vnd.dece.ttml+xml":["uvt","uvvt"],"application/vnd.dece.unspecified":["uvx","uvvx"],"application/vnd.dece.zip":["uvz","uvvz"],"application/vnd.denovo.fcselayout-link":["fe_launch"],"application/vnd.dna":["dna"],"application/vnd.dolby.mlp":["mlp"],"application/vnd.dpgraph":["dpg"],"application/vnd.dreamfactory":["dfac"],"application/vnd.ds-keypoint":["kpxx"],"application/vnd.dvb.ait":["ait"],"application/vnd.dvb.service":["svc"],"application/vnd.dynageo":["geo"],"application/vnd.ecowin.chart":["mag"],"application/vnd.enliven":["nml"],"application/vnd.epson.esf":["esf"],"application/vnd.epson.msf":["msf"],"application/vnd.epson.quickanime":["qam"],"application/vnd.epson.salt":["slt"],"application/vnd.epson.ssf":["ssf"],"application/vnd.eszigno3+xml":["es3","et3"],"application/vnd.ezpix-album":["ez2"],"application/vnd.ezpix-package":["ez3"],"application/vnd.fdf":["fdf"],"application/vnd.fdsn.mseed":["mseed"],"application/vnd.fdsn.seed":["seed","dataless"],"application/vnd.flographit":["gph"],"application/vnd.fluxtime.clip":["ftc"],"application/vnd.framemaker":["fm","frame","maker","book"],"application/vnd.frogans.fnc":["fnc"],"application/vnd.frogans.ltf":["ltf"],"application/vnd.fsc.weblaunch":["fsc"],"application/vnd.fujitsu.oasys":["oas"],"application/vnd.fujitsu.oasys2":["oa2"],"application/vnd.fujitsu.oasys3":["oa3"],"application/vnd.fujitsu.oasysgp":["fg5"],"application/vnd.fujitsu.oasysprs":["bh2"],"application/vnd.fujixerox.ddd":["ddd"],"application/vnd.fujixerox.docuworks":["xdw"],"application/vnd.fujixerox.docuworks.binder":["xbd"],"application/vnd.fuzzysheet":["fzs"],"application/vnd.genomatix.tuxedo":["txd"],"application/vnd.geogebra.file":["ggb"],"application/vnd.geogebra.tool":["ggt"],"application/vnd.geometry-explorer":["gex","gre"],"application/vnd.geonext":["gxt"],"application/vnd.geoplan":["g2w"],"application/vnd.geospace":["g3w"],"application/vnd.gmx":["gmx"],"application/vnd.google-apps.document":["gdoc"],"application/vnd.google-apps.presentation":["gslides"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"application/vnd.grafeq":["gqf","gqs"],"application/vnd.groove-account":["gac"],"application/vnd.groove-help":["ghf"],"application/vnd.groove-identity-message":["gim"],"application/vnd.groove-injector":["grv"],"application/vnd.groove-tool-message":["gtm"],"application/vnd.groove-tool-template":["tpl"],"application/vnd.groove-vcard":["vcg"],"application/vnd.hal+xml":["hal"],"application/vnd.handheld-entertainment+xml":["zmm"],"application/vnd.hbci":["hbci"],"application/vnd.hhe.lesson-player":["les"],"application/vnd.hp-hpgl":["hpgl"],"application/vnd.hp-hpid":["hpid"],"application/vnd.hp-hps":["hps"],"application/vnd.hp-jlyt":["jlt"],"application/vnd.hp-pcl":["pcl"],"application/vnd.hp-pclxl":["pclxl"],"application/vnd.hydrostatix.sof-data":["sfd-hdstx"],"application/vnd.ibm.minipay":["mpy"],"application/vnd.ibm.modcap":["afp","listafp","list3820"],"application/vnd.ibm.rights-management":["irm"],"application/vnd.ibm.secure-container":["sc"],"application/vnd.iccprofile":["icc","icm"],"application/vnd.igloader":["igl"],"application/vnd.immervision-ivp":["ivp"],"application/vnd.immervision-ivu":["ivu"],"application/vnd.insors.igm":["igm"],"application/vnd.intercon.formnet":["xpw","xpx"],"application/vnd.intergeo":["i2g"],"application/vnd.intu.qbo":["qbo"],"application/vnd.intu.qfx":["qfx"],"application/vnd.ipunplugged.rcprofile":["rcprofile"],"application/vnd.irepository.package+xml":["irp"],"application/vnd.is-xpr":["xpr"],"application/vnd.isac.fcs":["fcs"],"application/vnd.jam":["jam"],"application/vnd.jcp.javame.midlet-rms":["rms"],"application/vnd.jisp":["jisp"],"application/vnd.joost.joda-archive":["joda"],"application/vnd.kahootz":["ktz","ktr"],"application/vnd.kde.karbon":["karbon"],"application/vnd.kde.kchart":["chrt"],"application/vnd.kde.kformula":["kfo"],"application/vnd.kde.kivio":["flw"],"application/vnd.kde.kontour":["kon"],"application/vnd.kde.kpresenter":["kpr","kpt"],"application/vnd.kde.kspread":["ksp"],"application/vnd.kde.kword":["kwd","kwt"],"application/vnd.kenameaapp":["htke"],"application/vnd.kidspiration":["kia"],"application/vnd.kinar":["kne","knp"],"application/vnd.koan":["skp","skd","skt","skm"],"application/vnd.kodak-descriptor":["sse"],"application/vnd.las.las+xml":["lasxml"],"application/vnd.llamagraphics.life-balance.desktop":["lbd"],"application/vnd.llamagraphics.life-balance.exchange+xml":["lbe"],"application/vnd.lotus-1-2-3":["123"],"application/vnd.lotus-approach":["apr"],"application/vnd.lotus-freelance":["pre"],"application/vnd.lotus-notes":["nsf"],"application/vnd.lotus-organizer":["org"],"application/vnd.lotus-screencam":["scm"],"application/vnd.lotus-wordpro":["lwp"],"application/vnd.macports.portpkg":["portpkg"],"application/vnd.mcd":["mcd"],"application/vnd.medcalcdata":["mc1"],"application/vnd.mediastation.cdkey":["cdkey"],"application/vnd.mfer":["mwf"],"application/vnd.mfmp":["mfm"],"application/vnd.micrografx.flo":["flo"],"application/vnd.micrografx.igx":["igx"],"application/vnd.mif":["mif"],"application/vnd.mobius.daf":["daf"],"application/vnd.mobius.dis":["dis"],"application/vnd.mobius.mbk":["mbk"],"application/vnd.mobius.mqy":["mqy"],"application/vnd.mobius.msl":["msl"],"application/vnd.mobius.plc":["plc"],"application/vnd.mobius.txf":["txf"],"application/vnd.mophun.application":["mpn"],"application/vnd.mophun.certificate":["mpc"],"application/vnd.mozilla.xul+xml":["xul"],"application/vnd.ms-artgalry":["cil"],"application/vnd.ms-cab-compressed":["cab"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"],"application/vnd.ms-excel.addin.macroenabled.12":["xlam"],"application/vnd.ms-excel.sheet.binary.macroenabled.12":["xlsb"],"application/vnd.ms-excel.sheet.macroenabled.12":["xlsm"],"application/vnd.ms-excel.template.macroenabled.12":["xltm"],"application/vnd.ms-fontobject":["eot"],"application/vnd.ms-htmlhelp":["chm"],"application/vnd.ms-ims":["ims"],"application/vnd.ms-lrm":["lrm"],"application/vnd.ms-officetheme":["thmx"],"application/vnd.ms-outlook":["msg"],"application/vnd.ms-pki.seccat":["cat"],"application/vnd.ms-pki.stl":["stl"],"application/vnd.ms-powerpoint":["ppt","pps","pot"],"application/vnd.ms-powerpoint.addin.macroenabled.12":["ppam"],"application/vnd.ms-powerpoint.presentation.macroenabled.12":["pptm"],"application/vnd.ms-powerpoint.slide.macroenabled.12":["sldm"],"application/vnd.ms-powerpoint.slideshow.macroenabled.12":["ppsm"],"application/vnd.ms-powerpoint.template.macroenabled.12":["potm"],"application/vnd.ms-project":["mpp","mpt"],"application/vnd.ms-word.document.macroenabled.12":["docm"],"application/vnd.ms-word.template.macroenabled.12":["dotm"],"application/vnd.ms-works":["wps","wks","wcm","wdb"],"application/vnd.ms-wpl":["wpl"],"application/vnd.ms-xpsdocument":["xps"],"application/vnd.mseq":["mseq"],"application/vnd.musician":["mus"],"application/vnd.muvee.style":["msty"],"application/vnd.mynfc":["taglet"],"application/vnd.neurolanguage.nlu":["nlu"],"application/vnd.nitf":["ntf","nitf"],"application/vnd.noblenet-directory":["nnd"],"application/vnd.noblenet-sealer":["nns"],"application/vnd.noblenet-web":["nnw"],"application/vnd.nokia.n-gage.data":["ngdat"],"application/vnd.nokia.n-gage.symbian.install":["n-gage"],"application/vnd.nokia.radio-preset":["rpst"],"application/vnd.nokia.radio-presets":["rpss"],"application/vnd.novadigm.edm":["edm"],"application/vnd.novadigm.edx":["edx"],"application/vnd.novadigm.ext":["ext"],"application/vnd.oasis.opendocument.chart":["odc"],"application/vnd.oasis.opendocument.chart-template":["otc"],"application/vnd.oasis.opendocument.database":["odb"],"application/vnd.oasis.opendocument.formula":["odf"],"application/vnd.oasis.opendocument.formula-template":["odft"],"application/vnd.oasis.opendocument.graphics":["odg"],"application/vnd.oasis.opendocument.graphics-template":["otg"],"application/vnd.oasis.opendocument.image":["odi"],"application/vnd.oasis.opendocument.image-template":["oti"],"application/vnd.oasis.opendocument.presentation":["odp"],"application/vnd.oasis.opendocument.presentation-template":["otp"],"application/vnd.oasis.opendocument.spreadsheet":["ods"],"application/vnd.oasis.opendocument.spreadsheet-template":["ots"],"application/vnd.oasis.opendocument.text":["odt"],"application/vnd.oasis.opendocument.text-master":["odm"],"application/vnd.oasis.opendocument.text-template":["ott"],"application/vnd.oasis.opendocument.text-web":["oth"],"application/vnd.olpc-sugar":["xo"],"application/vnd.oma.dd2+xml":["dd2"],"application/vnd.openofficeorg.extension":["oxt"],"application/vnd.openxmlformats-officedocument.presentationml.presentation":["pptx"],"application/vnd.openxmlformats-officedocument.presentationml.slide":["sldx"],"application/vnd.openxmlformats-officedocument.presentationml.slideshow":["ppsx"],"application/vnd.openxmlformats-officedocument.presentationml.template":["potx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.osgeo.mapguide.package":["mgp"],"application/vnd.osgi.dp":["dp"],"application/vnd.osgi.subsystem":["esa"],"application/vnd.palm":["pdb","pqa","oprc"],"application/vnd.pawaafile":["paw"],"application/vnd.pg.format":["str"],"application/vnd.pg.osasli":["ei6"],"application/vnd.picsel":["efif"],"application/vnd.pmi.widget":["wg"],"application/vnd.pocketlearn":["plf"],"application/vnd.powerbuilder6":["pbd"],"application/vnd.previewsystems.box":["box"],"application/vnd.proteus.magazine":["mgz"],"application/vnd.publishare-delta-tree":["qps"],"application/vnd.pvi.ptid1":["ptid"],"application/vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"application/vnd.realvnc.bed":["bed"],"application/vnd.recordare.musicxml":["mxl"],"application/vnd.recordare.musicxml+xml":["musicxml"],"application/vnd.rig.cryptonote":["cryptonote"],"application/vnd.rim.cod":["cod"],"application/vnd.rn-realmedia":["rm"],"application/vnd.rn-realmedia-vbr":["rmvb"],"application/vnd.route66.link66+xml":["link66"],"application/vnd.sailingtracker.track":["st"],"application/vnd.seemail":["see"],"application/vnd.sema":["sema"],"application/vnd.semd":["semd"],"application/vnd.semf":["semf"],"application/vnd.shana.informed.formdata":["ifm"],"application/vnd.shana.informed.formtemplate":["itp"],"application/vnd.shana.informed.interchange":["iif"],"application/vnd.shana.informed.package":["ipk"],"application/vnd.simtech-mindmapper":["twd","twds"],"application/vnd.smaf":["mmf"],"application/vnd.smart.teacher":["teacher"],"application/vnd.solent.sdkm+xml":["sdkm","sdkd"],"application/vnd.spotfire.dxp":["dxp"],"application/vnd.spotfire.sfs":["sfs"],"application/vnd.stardivision.calc":["sdc"],"application/vnd.stardivision.draw":["sda"],"application/vnd.stardivision.impress":["sdd"],"application/vnd.stardivision.math":["smf"],"application/vnd.stardivision.writer":["sdw","vor"],"application/vnd.stardivision.writer-global":["sgl"],"application/vnd.stepmania.package":["smzip"],"application/vnd.stepmania.stepchart":["sm"],"application/vnd.sun.wadl+xml":["wadl"],"application/vnd.sun.xml.calc":["sxc"],"application/vnd.sun.xml.calc.template":["stc"],"application/vnd.sun.xml.draw":["sxd"],"application/vnd.sun.xml.draw.template":["std"],"application/vnd.sun.xml.impress":["sxi"],"application/vnd.sun.xml.impress.template":["sti"],"application/vnd.sun.xml.math":["sxm"],"application/vnd.sun.xml.writer":["sxw"],"application/vnd.sun.xml.writer.global":["sxg"],"application/vnd.sun.xml.writer.template":["stw"],"application/vnd.sus-calendar":["sus","susp"],"application/vnd.svd":["svd"],"application/vnd.symbian.install":["sis","sisx"],"application/vnd.syncml+xml":["xsm"],"application/vnd.syncml.dm+wbxml":["bdm"],"application/vnd.syncml.dm+xml":["xdm"],"application/vnd.tao.intent-module-archive":["tao"],"application/vnd.tcpdump.pcap":["pcap","cap","dmp"],"application/vnd.tmobile-livetv":["tmo"],"application/vnd.trid.tpt":["tpt"],"application/vnd.triscape.mxs":["mxs"],"application/vnd.trueapp":["tra"],"application/vnd.ufdl":["ufd","ufdl"],"application/vnd.uiq.theme":["utz"],"application/vnd.umajin":["umj"],"application/vnd.unity":["unityweb"],"application/vnd.uoml+xml":["uoml"],"application/vnd.vcx":["vcx"],"application/vnd.visio":["vsd","vst","vss","vsw"],"application/vnd.visionary":["vis"],"application/vnd.vsf":["vsf"],"application/vnd.wap.wbxml":["wbxml"],"application/vnd.wap.wmlc":["wmlc"],"application/vnd.wap.wmlscriptc":["wmlsc"],"application/vnd.webturbo":["wtb"],"application/vnd.wolfram.player":["nbp"],"application/vnd.wordperfect":["wpd"],"application/vnd.wqd":["wqd"],"application/vnd.wt.stf":["stf"],"application/vnd.xara":["xar"],"application/vnd.xfdl":["xfdl"],"application/vnd.yamaha.hv-dic":["hvd"],"application/vnd.yamaha.hv-script":["hvs"],"application/vnd.yamaha.hv-voice":["hvp"],"application/vnd.yamaha.openscoreformat":["osf"],"application/vnd.yamaha.openscoreformat.osfpvg+xml":["osfpvg"],"application/vnd.yamaha.smaf-audio":["saf"],"application/vnd.yamaha.smaf-phrase":["spf"],"application/vnd.yellowriver-custom-menu":["cmp"],"application/vnd.zul":["zir","zirz"],"application/vnd.zzazz.deck+xml":["zaz"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/x-7z-compressed":["7z"],"application/x-abiword":["abw"],"application/x-ace-compressed":["ace"],"application/x-apple-diskimage":[],"application/x-arj":["arj"],"application/x-authorware-bin":["aab","x32","u32","vox"],"application/x-authorware-map":["aam"],"application/x-authorware-seg":["aas"],"application/x-bcpio":["bcpio"],"application/x-bdoc":[],"application/x-bittorrent":["torrent"],"application/x-blorb":["blb","blorb"],"application/x-bzip":["bz"],"application/x-bzip2":["bz2","boz"],"application/x-cbr":["cbr","cba","cbt","cbz","cb7"],"application/x-cdlink":["vcd"],"application/x-cfs-compressed":["cfs"],"application/x-chat":["chat"],"application/x-chess-pgn":["pgn"],"application/x-chrome-extension":["crx"],"application/x-cocoa":["cco"],"application/x-conference":["nsc"],"application/x-cpio":["cpio"],"application/x-csh":["csh"],"application/x-debian-package":["udeb"],"application/x-dgc-compressed":["dgc"],"application/x-director":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"],"application/x-doom":["wad"],"application/x-dtbncx+xml":["ncx"],"application/x-dtbook+xml":["dtb"],"application/x-dtbresource+xml":["res"],"application/x-dvi":["dvi"],"application/x-envoy":["evy"],"application/x-eva":["eva"],"application/x-font-bdf":["bdf"],"application/x-font-ghostscript":["gsf"],"application/x-font-linux-psf":["psf"],"application/x-font-pcf":["pcf"],"application/x-font-snf":["snf"],"application/x-font-type1":["pfa","pfb","pfm","afm"],"application/x-freearc":["arc"],"application/x-futuresplash":["spl"],"application/x-gca-compressed":["gca"],"application/x-glulx":["ulx"],"application/x-gnumeric":["gnumeric"],"application/x-gramps-xml":["gramps"],"application/x-gtar":["gtar"],"application/x-hdf":["hdf"],"application/x-httpd-php":["php"],"application/x-install-instructions":["install"],"application/x-iso9660-image":[],"application/x-java-archive-diff":["jardiff"],"application/x-java-jnlp-file":["jnlp"],"application/x-latex":["latex"],"application/x-lua-bytecode":["luac"],"application/x-lzh-compressed":["lzh","lha"],"application/x-makeself":["run"],"application/x-mie":["mie"],"application/x-mobipocket-ebook":["prc","mobi"],"application/x-ms-application":["application"],"application/x-ms-shortcut":["lnk"],"application/x-ms-wmd":["wmd"],"application/x-ms-wmz":["wmz"],"application/x-ms-xbap":["xbap"],"application/x-msaccess":["mdb"],"application/x-msbinder":["obd"],"application/x-mscardfile":["crd"],"application/x-msclip":["clp"],"application/x-msdos-program":[],"application/x-msdownload":["com","bat"],"application/x-msmediaview":["mvb","m13","m14"],"application/x-msmetafile":["wmf","emf","emz"],"application/x-msmoney":["mny"],"application/x-mspublisher":["pub"],"application/x-msschedule":["scd"],"application/x-msterminal":["trm"],"application/x-mswrite":["wri"],"application/x-netcdf":["nc","cdf"],"application/x-ns-proxy-autoconfig":["pac"],"application/x-nzb":["nzb"],"application/x-perl":["pl","pm"],"application/x-pilot":[],"application/x-pkcs12":["p12","pfx"],"application/x-pkcs7-certificates":["p7b","spc"],"application/x-pkcs7-certreqresp":["p7r"],"application/x-rar-compressed":["rar"],"application/x-redhat-package-manager":["rpm"],"application/x-research-info-systems":["ris"],"application/x-sea":["sea"],"application/x-sh":["sh"],"application/x-shar":["shar"],"application/x-shockwave-flash":["swf"],"application/x-silverlight-app":["xap"],"application/x-sql":["sql"],"application/x-stuffit":["sit"],"application/x-stuffitx":["sitx"],"application/x-subrip":["srt"],"application/x-sv4cpio":["sv4cpio"],"application/x-sv4crc":["sv4crc"],"application/x-t3vm-image":["t3"],"application/x-tads":["gam"],"application/x-tar":["tar"],"application/x-tcl":["tcl","tk"],"application/x-tex":["tex"],"application/x-tex-tfm":["tfm"],"application/x-texinfo":["texinfo","texi"],"application/x-tgif":["obj"],"application/x-ustar":["ustar"],"application/x-virtualbox-hdd":["hdd"],"application/x-virtualbox-ova":["ova"],"application/x-virtualbox-ovf":["ovf"],"application/x-virtualbox-vbox":["vbox"],"application/x-virtualbox-vbox-extpack":["vbox-extpack"],"application/x-virtualbox-vdi":["vdi"],"application/x-virtualbox-vhd":["vhd"],"application/x-virtualbox-vmdk":["vmdk"],"application/x-wais-source":["src"],"application/x-web-app-manifest+json":["webapp"],"application/x-x509-ca-cert":["der","crt","pem"],"application/x-xfig":["fig"],"application/x-xliff+xml":["xlf"],"application/x-xpinstall":["xpi"],"application/x-xz":["xz"],"application/x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"application/xaml+xml":["xaml"],"application/xcap-diff+xml":["xdf"],"application/xenc+xml":["xenc"],"application/xhtml+xml":["xhtml","xht"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"audio/3gpp":[],"audio/adpcm":["adp"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mp3":[],"audio/mp4":["m4a","mp4a"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/vnd.dece.audio":["uva","uvva"],"audio/vnd.digital-winds":["eol"],"audio/vnd.dra":["dra"],"audio/vnd.dts":["dts"],"audio/vnd.dts.hd":["dtshd"],"audio/vnd.lucent.voice":["lvp"],"audio/vnd.ms-playready.media.pya":["pya"],"audio/vnd.nuera.ecelp4800":["ecelp4800"],"audio/vnd.nuera.ecelp7470":["ecelp7470"],"audio/vnd.nuera.ecelp9600":["ecelp9600"],"audio/vnd.rip":["rip"],"audio/wav":["wav"],"audio/wave":[],"audio/webm":["weba"],"audio/x-aac":["aac"],"audio/x-aiff":["aif","aiff","aifc"],"audio/x-caf":["caf"],"audio/x-flac":["flac"],"audio/x-m4a":[],"audio/x-matroska":["mka"],"audio/x-mpegurl":["m3u"],"audio/x-ms-wax":["wax"],"audio/x-ms-wma":["wma"],"audio/x-pn-realaudio":["ram","ra"],"audio/x-pn-realaudio-plugin":["rmp"],"audio/x-realaudio":[],"audio/x-wav":[],"audio/xm":["xm"],"chemical/x-cdx":["cdx"],"chemical/x-cif":["cif"],"chemical/x-cmdf":["cmdf"],"chemical/x-cml":["cml"],"chemical/x-csml":["csml"],"chemical/x-xyz":["xyz"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/apng":["apng"],"image/bmp":["bmp"],"image/cgm":["cgm"],"image/g3fax":["g3"],"image/gif":["gif"],"image/ief":["ief"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpeg","jpg","jpe"],"image/jpm":["jpm"],"image/jpx":["jpx","jpf"],"image/ktx":["ktx"],"image/png":["png"],"image/prs.btif":["btif"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/tiff":["tiff","tif"],"image/vnd.adobe.photoshop":["psd"],"image/vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"image/vnd.djvu":["djvu","djv"],"image/vnd.dvb.subtitle":[],"image/vnd.dwg":["dwg"],"image/vnd.dxf":["dxf"],"image/vnd.fastbidsheet":["fbs"],"image/vnd.fpx":["fpx"],"image/vnd.fst":["fst"],"image/vnd.fujixerox.edmics-mmr":["mmr"],"image/vnd.fujixerox.edmics-rlc":["rlc"],"image/vnd.ms-modi":["mdi"],"image/vnd.ms-photo":["wdp"],"image/vnd.net-fpx":["npx"],"image/vnd.wap.wbmp":["wbmp"],"image/vnd.xiff":["xif"],"image/webp":["webp"],"image/x-3ds":["3ds"],"image/x-cmu-raster":["ras"],"image/x-cmx":["cmx"],"image/x-freehand":["fh","fhc","fh4","fh5","fh7"],"image/x-icon":["ico"],"image/x-jng":["jng"],"image/x-mrsid-image":["sid"],"image/x-ms-bmp":[],"image/x-pcx":["pcx"],"image/x-pict":["pic","pct"],"image/x-portable-anymap":["pnm"],"image/x-portable-bitmap":["pbm"],"image/x-portable-graymap":["pgm"],"image/x-portable-pixmap":["ppm"],"image/x-rgb":["rgb"],"image/x-tga":["tga"],"image/x-xbitmap":["xbm"],"image/x-xpixmap":["xpm"],"image/x-xwindowdump":["xwd"],"message/rfc822":["eml","mime"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/mesh":["msh","mesh","silo"],"model/vnd.collada+xml":["dae"],"model/vnd.dwf":["dwf"],"model/vnd.gdl":["gdl"],"model/vnd.gtw":["gtw"],"model/vnd.mts":["mts"],"model/vnd.vtu":["vtu"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["x3db","x3dbz"],"model/x3d+vrml":["x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/hjson":["hjson"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["markdown","md"],"text/mathml":["mml"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/prs.lines.tag":["dsc"],"text/richtext":["rtx"],"text/rtf":[],"text/sgml":["sgml","sgm"],"text/slim":["slim","slm"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vnd.curl":["curl"],"text/vnd.curl.dcurl":["dcurl"],"text/vnd.curl.mcurl":["mcurl"],"text/vnd.curl.scurl":["scurl"],"text/vnd.dvb.subtitle":["sub"],"text/vnd.fly":["fly"],"text/vnd.fmi.flexstor":["flx"],"text/vnd.graphviz":["gv"],"text/vnd.in3d.3dml":["3dml"],"text/vnd.in3d.spot":["spot"],"text/vnd.sun.j2me.app-descriptor":["jad"],"text/vnd.wap.wml":["wml"],"text/vnd.wap.wmlscript":["wmls"],"text/vtt":["vtt"],"text/x-asm":["s","asm"],"text/x-c":["c","cc","cxx","cpp","h","hh","dic"],"text/x-component":["htc"],"text/x-fortran":["f","for","f77","f90"],"text/x-handlebars-template":["hbs"],"text/x-java-source":["java"],"text/x-lua":["lua"],"text/x-markdown":["mkd"],"text/x-nfo":["nfo"],"text/x-opml":["opml"],"text/x-org":[],"text/x-pascal":["p","pas"],"text/x-processing":["pde"],"text/x-sass":["sass"],"text/x-scss":["scss"],"text/x-setext":["etx"],"text/x-sfv":["sfv"],"text/x-suse-ymp":["ymp"],"text/x-uuencode":["uu"],"text/x-vcalendar":["vcs"],"text/x-vcard":["vcf"],"text/xml":[],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/jpeg":["jpgv"],"video/jpm":["jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/vnd.dece.hd":["uvh","uvvh"],"video/vnd.dece.mobile":["uvm","uvvm"],"video/vnd.dece.pd":["uvp","uvvp"],"video/vnd.dece.sd":["uvs","uvvs"],"video/vnd.dece.video":["uvv","uvvv"],"video/vnd.dvb.file":["dvb"],"video/vnd.fvt":["fvt"],"video/vnd.mpegurl":["mxu","m4u"],"video/vnd.ms-playready.media.pyv":["pyv"],"video/vnd.uvvu.mp4":["uvu","uvvu"],"video/vnd.vivo":["viv"],"video/webm":["webm"],"video/x-f4v":["f4v"],"video/x-fli":["fli"],"video/x-flv":["flv"],"video/x-m4v":["m4v"],"video/x-matroska":["mkv","mk3d","mks"],"video/x-mng":["mng"],"video/x-ms-asf":["asf","asx"],"video/x-ms-vob":["vob"],"video/x-ms-wm":["wm"],"video/x-ms-wmv":["wmv"],"video/x-ms-wmx":["wmx"],"video/x-ms-wvx":["wvx"],"video/x-msvideo":["avi"],"video/x-sgi-movie":["movie"],"video/x-smv":["smv"],"x-conference/x-cooltalk":["ice"]}')},66344:e=>{"use strict";const t=["destroy","setTimeout","socket","headers","trailers","rawHeaders","statusCode","httpVersion","httpVersionMinor","httpVersionMajor","rawTrailers","statusMessage"];e.exports=(e,i)=>{const n=new Set(Object.keys(e).concat(t));for(const t of n)t in i||(i[t]="function"==typeof e[t]?e[t].bind(e):e[t])}},50034:(e,t,i)=>{"use strict";e.exports=u,e.exports.compile=l,e.exports.format=function(e,t){return u[e]=t,this},e.exports.token=function(e,t){return u[e]=t,this};var n=i(33412),a=i(15158)("morgan"),r=i(1661)("morgan"),o=i(80338),s=i(54236),c=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function u(e,t){var i=e,n=t||{};e&&"object"==typeof e&&(i=(n=e).format||"default",r("morgan(options): use morgan("+("string"==typeof i?JSON.stringify(i):"format")+", options) instead")),void 0===i&&r("undefined format: specify a format");var c=n.immediate,d=n.skip||!1,h="function"!=typeof i?function(e){var t=u[e]||e||u.default;return"function"!=typeof t?l(t):t}(i):i,f=n.buffer,g=n.stream||process.stdout;return f&&(r("buffer option"),g=function(e,t){var i=[],n=null;function a(){n=null,e.write(i.join("")),i.length=0}return{write:function(e){null===n&&(n=setTimeout(a,t)),i.push(e)}}}(g,"number"!=typeof f?1e3:f)),function(e,t,i){function n(){if(!1!==d&&d(e,t))a("skip request");else{var i=h(u,e,t);null!=i?(a("log request"),g.write(i+"\n")):a("skip line")}}e._startAt=void 0,e._startTime=void 0,e._remoteAddress=p(e),t._startAt=void 0,t._startTime=void 0,m.call(e),c?n():(s(t,m),o(t,n)),i()}}function l(e){if("string"!=typeof e)throw new TypeError("argument format must be a string");var t=' "use strict"\n return '+String(JSON.stringify(e)).replace(/:([-\w]{2,})(?:\[([^\]]+)\])?/g,(function(e,t,i){var n="req, res",a="tokens["+String(JSON.stringify(t))+"]";return void 0!==i&&(n+=", "+String(JSON.stringify(i))),'" +\n ('+a+"("+n+') || "-") + "'}));return new Function("tokens, req, res",t)}function p(e){return e.ip||e._remoteAddress||e.connection&&e.connection.remoteAddress||void 0}function d(e){return"boolean"!=typeof e.headersSent?Boolean(e._header):e.headersSent}function h(e){var t=String(e);return(1===t.length?"0":"")+t}function m(){this._startAt=process.hrtime(),this._startTime=new Date}u.format("combined",':remote-addr - :remote-user [:date[clf]] ":method :url HTTP/:http-version" :status :res[content-length] ":referrer" ":user-agent"'),u.format("common",':remote-addr - :remote-user [:date[clf]] ":method :url HTTP/:http-version" :status :res[content-length]'),u.format("default",':remote-addr - :remote-user [:date] ":method :url HTTP/:http-version" :status :res[content-length] ":referrer" ":user-agent"'),r.property(u,"default","default format: use combined format"),u.format("short",":remote-addr :remote-user :method :url HTTP/:http-version :status :res[content-length] - :response-time ms"),u.format("tiny",":method :url :status :res[content-length] - :response-time ms"),u.format("dev",(function e(t,i,n){var a=d(n)?n.statusCode:void 0,r=a>=500?31:a>=400?33:a>=300?36:a>=200?32:0,o=e[r];return o||(o=e[r]=l(":method :url ["+r+"m:status :response-time ms - :res[content-length]")),o(t,i,n)})),u.token("url",(function(e){return e.originalUrl||e.url})),u.token("method",(function(e){return e.method})),u.token("response-time",(function(e,t,i){if(e._startAt&&t._startAt)return(1e3*(t._startAt[0]-e._startAt[0])+1e-6*(t._startAt[1]-e._startAt[1])).toFixed(void 0===i?3:i)})),u.token("total-time",(function(e,t,i){if(e._startAt&&t._startAt){var n=process.hrtime(e._startAt);return(1e3*n[0]+1e-6*n[1]).toFixed(void 0===i?3:i)}})),u.token("date",(function(e,t,i){var n=new Date;switch(i||"web"){case"clf":return function(e){var t=e.getUTCDate(),i=e.getUTCHours(),n=e.getUTCMinutes(),a=e.getUTCSeconds(),r=e.getUTCFullYear(),o=c[e.getUTCMonth()];return h(t)+"/"+o+"/"+r+":"+h(i)+":"+h(n)+":"+h(a)+" +0000"}(n);case"iso":return n.toISOString();case"web":return n.toUTCString()}})),u.token("status",(function(e,t){return d(t)?String(t.statusCode):void 0})),u.token("referrer",(function(e){return e.headers.referer||e.headers.referrer})),u.token("remote-addr",p),u.token("remote-user",(function(e){var t=n(e);return t?t.name:void 0})),u.token("http-version",(function(e){return e.httpVersionMajor+"."+e.httpVersionMinor})),u.token("user-agent",(function(e){return e.headers["user-agent"]})),u.token("req",(function(e,t,i){var n=e.headers[i.toLowerCase()];return Array.isArray(n)?n.join(", "):n})),u.token("res",(function(e,t,i){if(d(t)){var n=t.getHeader(i);return Array.isArray(n)?n.join(", "):n}}))},1661:(e,t,i)=>{var n=i(85622).relative;e.exports=function(e){if(!e)throw new TypeError("argument namespace is required");var t=c(h()[1])[0];function i(e){s.call(i,e)}return i._file=t,i._ignored=function(e){return!!process.noDeprecation||r(process.env.NO_DEPRECATION||"",e)}(e),i._namespace=e,i._traced=function(e){return!!process.traceDeprecation||r(process.env.TRACE_DEPRECATION||"",e)}(e),i._warned=Object.create(null),i.function=f,i.property=g,i};var a=process.cwd();function r(e,t){for(var i=e.split(/[ ,]+/),n=String(t).toLowerCase(),a=0;a0);if(a||!this._ignored){var r,o,s,d,m=0,f=!1,g=h(),y=this._file;for(t?(d=t,(s=c(g[1])).name=d.name,y=s[0]):s=d=c(g[m=2]);m",i=e.getLineNumber(),n=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var a=[t,i,n];return a.callSite=e,a.name=e.getFunctionName(),a}function u(e){var t=e.callSite,i=e.name;i||(i="");var n=t.getThis(),a=n&&t.getTypeName();return"Object"===a&&(a=void 0),"Function"===a&&(a=n.name||a),a&&t.getMethodName()?a+"."+i:i}function l(e,t,i){var n=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var a=0;a{var t=1e3,i=60*t,n=60*i,a=24*n;function r(e,t,i){if(!(e0)return function(e){if(!((e=String(e)).length>100)){var r=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(e);if(r){var o=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*o;case"days":case"day":case"d":return o*a;case"hours":case"hour":case"hrs":case"hr":case"h":return o*n;case"minutes":case"minute":case"mins":case"min":case"m":return o*i;case"seconds":case"second":case"secs":case"sec":case"s":return o*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return o;default:return}}}}(e);if("number"===c&&!1===isNaN(e))return o.long?r(s=e,a,"day")||r(s,n,"hour")||r(s,i,"minute")||r(s,t,"second")||s+" ms":function(e){return e>=a?Math.round(e/a)+"d":e>=n?Math.round(e/n)+"h":e>=i?Math.round(e/i)+"m":e>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},21901:(e,t,i)=>{var n=i(76417).createHash;function a(e){return n("md5").update(e).digest("hex")}function r(e,t){var i=void 0===t?e:[e,t].join(":");return"Basic "+Buffer.from(i).toString("base64")}var o={parse_header:function(e){for(var t={},i=e.match(/([a-z0-9_-]+)="?([a-z0-9_=\/\.@\s-\+)()]+)"?/gi),n=0,a=i.length;n99999999&&(e=1),e+="",(new Array(8).join("0")+"").substr(0,8-e.length)+e},generate:function(e,t,i,n,r){var s=1,c=null,u=o.parse_header(e),l=a(t+":"+u.realm+":"+i),p=a(n.toUpperCase()+":"+r),d=[l,u.nonce];"string"==typeof u.qop?(c=a(Math.random().toString(36)).substr(0,8),s=o.update_nc(s),d=(d=d.concat(s,c)).concat(u.qop,p)):d=d.concat(p);var h={uri:r,realm:u.realm,nonce:u.nonce,username:t,response:a(d.join(":"))};for(var m in u.qop&&(h.qop=u.qop),u.opaque&&(h.opaque=u.opaque),c&&(h.nc=s,h.cnonce=c),e=[],h)e.push(m+'="'+h[m]+'"');return"Digest "+e.join(", ")}};e.exports={header:function(e,t,i){var n=e.split(" ")[0],a=t[0],s=t[1];return"Digest"==n?o.generate(e,a,s,i.method,i.path):"Basic"==n?r(a,s):void 0},basic:r,digest:o.generate}},70035:(e,t,i)=>{var n=i(71191).unescape,a=/^([^=\s]+)\s*=\s*("?)\s*(.*)\s*\2\s*$/,r=/[\x00-\x1F\x7F\x3B\x3B\s\"\,\\"%]/g;function o(e){return e.toString().replace(r,encodeURIComponent)}t.read=function(e){return e?(e=Array.isArray(e)?e:[e]).reduce((function(e,t){var i=function(e){e=function(e){var t=e.indexOf(";");return-1===t?e:e.substr(0,t)}(e=function(e){return e.trim().replace(/\x3B+$/,"")}(e));var t=a.exec(e);return t&&t[3]?{name:n(t[1]),value:n(t[3])}:null}(t);return i&&(e[i.name]=i.value),e}),{}):{}},t.write=function(e){return Object.keys(e).reduce((function(t,i){return t+(t?"; ":"")+o(i)+"="+o(e[i])}),"")}},64313:(e,t,i)=>{var n,a=i(31669).inherits,r=i(92413),o=/(?:charset|encoding)\s*=\s*['"]? *([\w\-]+)/i;function s(e){if(!(this instanceof s))return new s(e);r.Transform.call(this,e),this.charset=e,this.parsed_chunk=!1}a(s,r.Transform),s.prototype._transform=function(e,t,i){var a,r;if("utf8"==this.charset&&!this.parsed_chunk){this.parsed_chunk=!0;var s=o.exec(e.toString());s&&(r=s[1].toLowerCase(),this.charset="utf-8"==r?"utf8":r)}try{a=n.decode(e,this.charset)}catch(t){a=e}this.push(a),i()},e.exports=function(e){try{n||(n=i(4914))}catch(e){}return n?new s(e):new r.PassThrough}},99095:(e,t,i)=>{var n=i(35747).readFile,a=i(85622).basename;function r(e,t,i,r){var o="--"+i+"\r\n";function s(e,i){if(e){var n=-1==t.content_type.indexOf("text");o+='; filename="'+encodeURIComponent(i)+'"\r\n',n&&(o+="Content-Transfer-Encoding: binary\r\n"),o+="Content-Type: "+t.content_type+"\r\n\r\n",o+=n?e.toString("binary"):e.toString("utf8")}r(null,o+"\r\n")}if(o+='Content-Disposition: form-data; name="'+e+'"',(t.file||t.buffer)&&t.content_type){var c=t.filename?t.filename:t.file?a(t.file):e;if(t.buffer)return s(t.buffer,c);n(t.file,(function(e,t){if(e)return r(e);s(t,c)}))}else{if("object"==typeof t.value)return r(new Error("Object received for "+e+", expected string."));t.content_type&&(o+="\r\n",o+="Content-Type: "+t.content_type),o+="\r\n\r\n",o+=Buffer.from(String(t.value),"utf8").toString("binary"),s()}}function o(e,t,i){for(var n in t=t||{},e){var a=i?i+"["+n+"]":n,r=e[n];r&&"object"==typeof r&&!(r.buffer||r.file||r.content_type)?o(r,t,a):t[a]=r}return t}t.build=function(e,t,i){if("object"!=typeof e||"function"==typeof e.pipe)return i(new Error("Multipart builder expects data as key/val object."));var n="",a=o(e),s=Object.keys(a).length;if(0===s)return i(new Error("Empty multipart body. Invalid data."));function c(e,a){if(e)return i(e);a&&(n+=a),--s||i(null,n+"--"+t+"--")}for(var u in a){var l=a[u];null==l?c():Buffer.isBuffer(l)?r(u,{buffer:l,content_type:"application/octet-stream"},t,c):r(u,l.buffer||l.file||l.content_type?l:{value:l},t,c)}}},64484:(e,t,i)=>{var n=i(35747),a=i(98605),r=i(57211),o=i(78835),s=i(92413),c=i(60761)("needle"),u=i(40773).J,l=i(99095),p=i(21901),d=i(70035),h=i(34417),m=i(64313),f=i(11075).i8,g="Needle/"+f;g+=" (Node.js "+process.version+"; "+process.platform+" "+process.arch+")";var v=!a.Agent||a.Agent.defaultMaxSockets!=1/0,y=Object.assign?Object.assign:i(31669)._extend,b=[301,302,303,307,308];function x(e,t){return e.bind(null,t)}var w={};try{var k=i(78761),_={flush:k.Z_SYNC_FLUSH,finishFlush:k.Z_SYNC_FLUSH},j={flush:k.BROTLI_OPERATION_FLUSH,finishFlush:k.BROTLI_OPERATION_FLUSH};w["x-deflate"]=x(k.Inflate,_),w.deflate=x(k.Inflate,_),w["x-gzip"]=x(k.Gunzip,_),w.gzip=x(k.Gunzip,_),"function"==typeof k.BrotliDecompress&&(w.br=x(k.BrotliDecompress,j))}catch(e){}var E={boundary:"--------------------NODENEEDLEHTTPCLIENT",encoding:"utf8",parse_response:"all",proxy:null,headers:{},accept:"*/*",user_agent:g,open_timeout:1e4,response_timeout:0,read_timeout:0,follow_max:0,stream_length:-1,compressed:!1,decode_response:!0,parse_cookies:!0,follow_set_cookies:!1,follow_set_referer:!1,follow_keep_method:!1,follow_if_same_host:!1,follow_if_same_protocol:!1,follow_if_same_location:!1},D={options:{decode:"decode_response",parse:"parse_response",timeout:"open_timeout",follow:"follow_max"},inverted:{}};function A(e){return Object.keys(E).map((function(t){if(null!==E[t]&&E[t].constructor==e)return t})).filter((function(e){return e}))}function C(e){return"function"==typeof e.pipe}function S(e,t){if(s.pipeline)return s.pipeline.apply(null,e.concat(t));for(var i=e.shift();e.length;)(i=i.pipe(e.shift())).once("error",(function(e){t&&t(e),t=null}))}function T(e,t,i,n,a){if("string"!=typeof t)throw new TypeError("URL must be a string, not "+t);this.method=e.toLowerCase(),this.uri=t,this.data=i,"function"==typeof n?(this.callback=n,this.options={}):(this.callback=a,this.options=n)}Object.keys(D.options).map((function(e){var t=D.options[e];D.inverted[t]=e})),T.prototype.setup=function(e,t){function i(e,i){return void 0!==t[e]?t[e]:void 0!==t[D.inverted[e]]?t[D.inverted[e]]:i}function n(e,t){var n=i(t),a=typeof n;if("undefined"!=a&&a!=e)throw new TypeError(a+" received for "+t+", but expected a "+e);return a==e?n:E[t]}var a={http_opts:{localAddress:i("localAddress",void 0),lookup:i("lookup",void 0)},headers:{},output:t.output,proxy:i("proxy",E.proxy),parser:i("parse_response",E.parse_response),encoding:t.encoding||(t.multipart?"binary":E.encoding)};for(var r in A(Boolean).forEach((function(e){a[e]=n("boolean",e)})),A(Number).forEach((function(e){a[e]=n("number",e)})),"agent pfx key passphrase cert ca ciphers rejectUnauthorized secureProtocol checkServerIdentity family".split(" ").forEach((function(e){void 0!==t[e]&&(a.http_opts[e]=t[e],void 0===t.agent&&(a.http_opts.agent=!1))})),E.headers)a.headers[r]=E.headers[r];if(a.headers.accept=t.accept||E.accept,a.headers["user-agent"]=t.user_agent||E.user_agent,t.content_type&&(a.headers["content-type"]=t.content_type),(t.connection||v)&&(a.headers.connection=t.connection||"close"),(t.compressed||E.compressed)&&void 0!==k&&(a.headers["accept-encoding"]=w.br?"gzip, deflate, br":"gzip, deflate"),t.cookies&&(a.headers.cookie=d.write(t.cookies)),e.match(/[^\/]@/)){var s=(o.parse(e).auth||"").split(":");t.username=s[0],t.password=s[1]}if(t.username&&(!t.auth||"auto"!=t.auth&&"digest"!=t.auth?a.headers.authorization=p.basic(t.username,t.password):a.credentials=[t.username,t.password]),a.proxy){if(-1===a.proxy.indexOf("http")&&(a.proxy="http://"+a.proxy),-1!==a.proxy.indexOf("@")){var c=(o.parse(a.proxy).auth||"").split(":");t.proxy_user=c[0],t.proxy_pass=c[1]}t.proxy_user&&(a.headers["proxy-authorization"]=p.basic(t.proxy_user,t.proxy_pass))}for(var u in t.headers)a.headers[u.toLowerCase()]=t.headers[u];return a.uri_modifier=i("uri_modifier",null),a},T.prototype.start=function(){var e=new s.PassThrough({objectMode:!1}),t=this.uri,i=this.data,a=this.method,r="function"==typeof this.options?this.options:this.callback,o=this.options||{};-1===t.indexOf("http")&&(t=t.replace(/^(\/\/)?/,"http://"));var c,p=this,d=!1,h=this.setup(t,o),m=o.json||!1!==o.json&&"application/json"==h.headers["content-type"];if(i)if(o.multipart){var f=o.boundary||E.boundary;d=!0,l.build(i,f,(function(e,t){if(e)throw e;h.headers["content-type"]="multipart/form-data; boundary="+f,g(t)}))}else if(C(i)){if("get"==a)throw new Error("Refusing to pipe() a stream via GET. Did you mean .post?");h.stream_length>0||0===h.stream_length&&i.path?(d=!0,function(e,t,i){t>0?i(t):void 0!==e.end&&e.end!==1/0&&void 0!==e.start?i(e.end+1-(e.start||0)):n.stat(e.path,(function(t,n){i(n?n.size-(e.start||0):null)}))}(i,h.stream_length,(function(e){i.length=e,g(i)}))):c=i}else Buffer.isBuffer(i)?c=i:"get"!=a||m?(c="string"==typeof i?i:m?JSON.stringify(i):u(i),c=Buffer.from(c,h.encoding)):t=t.replace(/\?.*|$/,"?"+u(i));function g(i){i&&(i.length&&(h.headers["content-length"]=i.length),h.headers["content-type"]||(h.headers["content-type"]=m?"application/json; charset=utf-8":"application/x-www-form-urlencoded")),!o.json||o.accept||(o.headers||{}).accept||(h.headers.accept="application/json"),p.send_request(1,a,t,h,i,e,r)}return d||g(c),e},T.prototype.get_request_opts=function(e,t,i){var n=i.http_opts,a=i.proxy,r=a?o.parse(a):o.parse(t);if(n.protocol=r.protocol,n.host=r.hostname,n.port=r.port||("https:"==r.protocol?443:80),n.path=a?t:r.pathname+(r.search||""),n.method=e,n.headers=i.headers,!n.headers.host){var s=a?o.parse(t):r;n.headers.host=s.hostname,s.port&&-1===[80,443].indexOf(s.port)&&(n.headers.host+=":"+s.port)}return n},T.prototype.should_follow=function(e,t,i){if(!e)return!1;function n(t){return t=i[t],-1!==e.indexOf(t)}return!(!t.follow_if_same_location&&e===i||t.follow_if_same_host&&!n("host")||t.follow_if_same_protocol&&!n("protocol"))},T.prototype.send_request=function(e,t,i,u,l,f,g){if("function"==typeof u.uri_modifier){var v=u.uri_modifier(i);c("Modifying request URI",i+" => "+v),i=v}var x,k,_=0,j=this,E=this.get_request_opts(t,i,u),D="https:"==E.protocol?r:a;function A(e,t){if(_++>0)return c("Already finished, stopping here.");if(k&&clearTimeout(k),x.removeListener("error",T),f.done=!0,g)return g(e,t,t?t.body:void 0);f.emit("done",e);var i=f._readableState.pipes||[];i.forEach||(i=[i]),i.forEach((function(t){t.emit("done",e)}))}function T(e){c("Request error",e),f.emit("err",e),A(e||new Error("Unknown error when making request."))}function O(e,t){k&&clearTimeout(k),t<=0||(k=setTimeout((function(){f.emit("timeout",e),x.abort(),"read"==e&&A(new Error(e+" timeout"))}),t))}function I(){_&&!this.writable&&!1===this.destroyed&&(this.destroy(),T(new Error("Remote end closed socket abruptly.")))}return c("Making request #"+e,E),x=D.request(E,(function(a){var r,v,_=a.headers;if(c("Got response",a.statusCode,_),f.emit("response",a),O("read",u.read_timeout),u.parse_cookies&&(_["set-cookie"]||u.previous_resp_cookies)&&(a.cookies=y(u.previous_resp_cookies||{},d.read(_["set-cookie"])),c("Got cookies",a.cookies)),-1!==b.indexOf(a.statusCode)&&j.should_follow(_.location,u,i)){if(clearTimeout(k),e<=u.follow_max){if(f.emit("redirect",_.location),u.follow_keep_method||(t="GET",l=null,delete u.headers["content-length"]),u.follow_set_cookies){var D=d.read(u.headers.cookie);u.previous_resp_cookies=a.cookies,(Object.keys(D).length||Object.keys(a.cookies||{}).length)&&(u.headers.cookie=d.write(y(D,a.cookies)))}else u.headers.cookie&&(c("Clearing original request cookie",u.headers.cookie),delete u.headers.cookie);u.follow_set_referer&&(u.headers.referer=encodeURI(i)),u.headers.host=null;var C=(r=_.location,v=i,o.URL?new o.URL(r,v):o.resolve(v,r));return c("Redirecting to "+C.toString()),j.send_request(++e,t,C.toString(),u,l,f,g)}if(u.follow_max>0)return A(new Error("Max redirects reached. Possible loop in: "+_.location))}if(401==a.statusCode&&_["www-authenticate"]&&u.credentials&&!u.headers.authorization){var I=p.header(_["www-authenticate"],u.credentials,E);if(I)return u.headers.authorization=I,j.send_request(e,t,i,u,l,f,g)}f.emit("header",a.statusCode,_),f.emit("headers",_);var P=[],R=function(e){if(!e||""===e)return{};var t,i="utf8",n=e.split(";");return n.length>1&&(t=n[1].match(/charset=(.+)/))&&(i=t[1]),{type:n[0],charset:i}}(_["content-type"]),z=R.type&&(-1!=R.type.indexOf("text/")||!!R.type.match(/(\/|\+)(xml|json)$/));if(_["content-encoding"]&&w[_["content-encoding"]]){var F=w[_["content-encoding"]]();F.on("error",T),P.push(F)}if(u.parser&&h[R.type]){var L=u.parser.toString().toLowerCase();-1!=["xml","json"].indexOf(L)&&h[R.type].name!=L||(f.parser=h[R.type].name,P.push(h[R.type].fn()),f._writableState.objectMode=!0,f._readableState.objectMode=!0)}else z&&u.decode_response&&R.charset&&P.push(m(R.charset));if(P.push(f),S([a].concat(P),(function(e){e&&c(e),e&&"write after end"==e.message&&x.destroy()})),u.output&&200==a.statusCode){var N=n.createWriteStream(u.output);N.on("error",T),f.on("end",(function(){N.writable&&N.end()})),N.on("close",(function(){delete f.file})),f.on("readable",(function(){for(var e;null!==(e=this.read());)N.writable&&N.write(e),a.body&&a.body.push(e)})),f.file=N}if(g){a.raw=[],a.body=[],a.bytes=0;var B=new s.PassThrough;B.on("readable",(function(){for(var e;null!=(e=this.read());)a.bytes+=e.length,a.raw.push(e)})),S([a,B],(function(e){e&&c(e)})),u.output&&200==a.statusCode||f.on("readable",(function(){for(var e;null!==(e=this.read());)"string"==typeof e&&(e=Buffer.from(e)),a.body.push(e)}))}f.on("end",(function(){a.body&&(a.raw=Buffer.concat(a.raw),void 0===a.body[0]||Buffer.isBuffer(a.body[0])?(a.body=Buffer.concat(a.body),(z||f.parser)&&(a.body=a.body.toString())):(a.body=a.body[0],f.parser&&(a.parser=f.parser))),f.file?f.file.on("close",(function(){A(null,a)})):A(null,a)}))})),O("open",u.open_timeout),x.on("error",T),x.once("abort",(function(){k&&clearTimeout(k)})),x.once("socket",(function(e){e.connecting?e.once("connect",(function(){O("response",u.response_timeout)})):O("response",u.response_timeout),e.on_socket_end||(e.on_socket_end=I,e.once("end",(function(){process.nextTick(I.bind(e))})))})),l?C(l)?S([l,x],(function(e){e&&c(e)})):(x.write(l,u.encoding),x.end()):x.end(),f.abort=function(){x.abort()},f.request=x,f},"undefined"!=typeof Promise&&(e.exports=function(){var t,i=[].slice.call(arguments);return(t=i[0].match(/\.|\//)?i.length>2?"post":"get":i.shift()).match(/get|head/i)&&2==i.length&&i.splice(1,0,null),new Promise((function(n,a){e.exports.request(t,i[0],i[1],i[2],(function(e,t){return e?a(e):n(t)}))}))}),e.exports.version=f,e.exports.defaults=function(e){for(var t in e){var i=D.options[t]||t;if(!E.hasOwnProperty(i)||void 0===e[t])throw new Error("Invalid property for defaults:"+i);if("parse_response"!=i&&"proxy"!=i){var n=E[i].constructor.name;if(e[t].constructor.name!=n)throw new TypeError("Invalid type for "+t+", should be "+n)}E[i]=e[t]}return E},"head get".split(" ").forEach((function(t){e.exports[t]=function(e,i,n){return new T(t,e,null,i,n).start()}})),"post put patch delete".split(" ").forEach((function(t){e.exports[t]=function(e,i,n,a){return new T(t,e,i,n,a).start()}})),e.exports.request=function(e,t,i,n,a){return new T(e,t,i,n,a).start()}},34417:(e,t,i)=>{var n=i(92413).Transform,a=i(36099),r={};function o(e,t,i){var a=function(e,t){return{fn:function(){var e=[],i=new n({objectMode:!0});return i._transform=function(t,i,n){e.push(t),n()},i._flush=function(i){var n=this,a=Buffer.concat(e);try{t(a,(function(e,t){if(e)throw e;n.push(t)}))}catch(e){n.push(a)}finally{i()}},i},name:e}}(e,i);t.forEach((function(e){r[e]=a}))}o("json",["application/json","text/javascript","application/vnd.api+json"],(function(e,t){var i,n;try{n=JSON.parse(e)}catch(e){i=e}t(i,n)})),o("xml",["text/xml","application/xml","application/rdf+xml","application/rss+xml","application/atom+xml"],(function(e,t){!function(e,t){var i,n,r=a.parser(!0,{trim:!0,lowercase:!0});r.onerror=r.onend=function(e){r.onerror=r.onend=function(){},t(e,i)},r.oncdata=r.ontext=function(e){n&&(n.value+=e)},r.onopentag=function(e){var t={name:e.name||"",value:"",attributes:e.attributes||{},children:[]};n?(t.parent=n,n.children.push(t)):i=t,n=t},r.onclosetag=function(){if(void 0!==n.parent){var e=n;n=n.parent,delete e.parent}},r.write(e).close()}(e.toString(),(function(e,i){t(e,i)}))})),e.exports=r,e.exports.use=o},40773:(e,t)=>{var i=Object.prototype.toString;t.J=function e(t,n){if(n&&null==t)return n+"=";if("[object Array]"==i.call(t))return function(t,i){for(var n=[],a=0,r=t.length;a{"use strict";function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}t.log=function(){var e;return"object"===("undefined"==typeof console?"undefined":n(console))&&console.log&&(e=console).log.apply(e,arguments)},t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),this.useColors){var i="color: "+this.color;t.splice(1,0,i,"color: inherit");var n=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(n++,"%c"===e&&(a=n))})),t.splice(a,0,i)}},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){var e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],e.exports=i(55782)(t),e.exports.formatters.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},55782:(e,t,i)=>{"use strict";e.exports=function(e){function t(e){for(var t=0,i=0;i{"use strict";"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=i(3643):e.exports=i(65481)},65481:(e,t,i)=>{"use strict";var n=i(33867),a=i(31669);t.init=function(e){e.inspectOpts={};for(var i=Object.keys(t.inspectOpts),n=0;n=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((function(e){return/^debug_/i.test(e)})).reduce((function(e,t){var i=t.substring(6).toLowerCase().replace(/_([a-z])/g,(function(e,t){return t.toUpperCase()})),n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[i]=n,e}),{}),e.exports=i(55782)(t);var o=e.exports.formatters;o.o=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts).split("\n").map((function(e){return e.trim()})).join(" ")},o.O=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts)}},53298:e=>{var t=1e3,i=60*t,n=60*i,a=24*n;function r(e,t,i,n){var a=t>=1.5*i;return Math.round(e/i)+" "+n+(a?"s":"")}e.exports=function(e,o){o=o||{};var s,c,u=typeof e;if("string"===u&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var r=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(r){var o=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*o;case"weeks":case"week":case"w":return 6048e5*o;case"days":case"day":case"d":return o*a;case"hours":case"hour":case"hrs":case"hr":case"h":return o*n;case"minutes":case"minute":case"mins":case"min":case"m":return o*i;case"seconds":case"second":case"secs":case"sec":case"s":return o*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return o;default:return}}}}(e);if("number"===u&&isFinite(e))return o.long?(s=e,(c=Math.abs(s))>=a?r(s,c,a,"day"):c>=n?r(s,c,n,"hour"):c>=i?r(s,c,i,"minute"):c>=t?r(s,c,t,"second"):s+" ms"):function(e){var r=Math.abs(e);return r>=a?Math.round(e/a)+"d":r>=n?Math.round(e/n)+"h":r>=i?Math.round(e/i)+"m":r>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},11075:e=>{"use strict";e.exports={i8:"2.9.1"}},60159:(e,t,i)=>{"use strict";var n=Object.create(null);function a(e){if(!(this instanceof a))return new a(e);this.request=e}function r(e){var t=n[e];if(void 0!==t)return t;switch(e){case"charset":t=i(38558);break;case"encoding":t=i(44328);break;case"language":t=i(8035);break;case"mediaType":t=i(54097);break;default:throw new Error("Cannot find module '"+e+"'")}return n[e]=t,t}e.exports=a,e.exports.Negotiator=a,a.prototype.charset=function(e){var t=this.charsets(e);return t&&t[0]},a.prototype.charsets=function(e){return(0,r("charset").preferredCharsets)(this.request.headers["accept-charset"],e)},a.prototype.encoding=function(e){var t=this.encodings(e);return t&&t[0]},a.prototype.encodings=function(e){return(0,r("encoding").preferredEncodings)(this.request.headers["accept-encoding"],e)},a.prototype.language=function(e){var t=this.languages(e);return t&&t[0]},a.prototype.languages=function(e){return(0,r("language").preferredLanguages)(this.request.headers["accept-language"],e)},a.prototype.mediaType=function(e){var t=this.mediaTypes(e);return t&&t[0]},a.prototype.mediaTypes=function(e){return(0,r("mediaType").preferredMediaTypes)(this.request.headers.accept,e)},a.prototype.preferredCharset=a.prototype.charset,a.prototype.preferredCharsets=a.prototype.charsets,a.prototype.preferredEncoding=a.prototype.encoding,a.prototype.preferredEncodings=a.prototype.encodings,a.prototype.preferredLanguage=a.prototype.language,a.prototype.preferredLanguages=a.prototype.languages,a.prototype.preferredMediaType=a.prototype.mediaType,a.prototype.preferredMediaTypes=a.prototype.mediaTypes},38558:e=>{"use strict";e.exports=a,e.exports.preferredCharsets=a;var t=/^\s*([^\s;]+)\s*(?:;(.*))?$/;function i(e,i){var n=t.exec(e);if(!n)return null;var a=n[1],r=1;if(n[2])for(var o=n[2].split(";"),s=0;s0}},44328:e=>{"use strict";e.exports=a,e.exports.preferredEncodings=a;var t=/^\s*([^\s;]+)\s*(?:;(.*))?$/;function i(e,i){var n=t.exec(e);if(!n)return null;var a=n[1],r=1;if(n[2])for(var o=n[2].split(";"),s=0;s0}},8035:e=>{"use strict";e.exports=a,e.exports.preferredLanguages=a;var t=/^\s*([^\s\-;]+)(?:-([^\s;]+))?\s*(?:;(.*))?$/;function i(e,i){var n=t.exec(e);if(!n)return null;var a=n[1],r=n[2],o=a;r&&(o+="-"+r);var s=1;if(n[3])for(var c=n[3].split(";"),u=0;u0}},54097:e=>{"use strict";e.exports=a,e.exports.preferredMediaTypes=a;var t=/^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/;function i(e,i){var n=t.exec(e);if(!n)return null;var a=Object.create(null),r=1,o=n[2],s=n[1];if(n[3])for(var l=function(e){for(var t=e.split(";"),i=1,n=0;i0){if(!o.every((function(e){return"*"==t.params[e]||(t.params[e]||"").toLowerCase()==(a.params[e]||"").toLowerCase()})))return null;r|=1}return{i:n,o:t.i,q:t.q,s:r}}function a(e,t){var a=function(e){for(var t=function(e){for(var t=e.split(","),i=1,n=0;i0}function c(e){for(var t=0,i=0;-1!==(i=e.indexOf('"',i));)t++,i++;return t}function u(e){var t,i,n=e.indexOf("=");return-1===n?t=e:(t=e.substr(0,n),i=e.substr(n+1)),[t,i]}},19516:(e,t,i)=>{var n=i(35747),a=i(85622),r=i(12087),o=require,s=process.config&&process.config.variables||{},c=!!process.env.PREBUILDS_ONLY,u=process.versions.modules,l=process.versions&&process.versions.electron||process.env.ELECTRON_RUN_AS_NODE||"undefined"!=typeof window&&window.process&&"renderer"===window.process.type?"electron":"node",p=r.arch(),d=r.platform(),h=process.env.LIBC||(function(e){return"linux"===e&&n.existsSync("/etc/alpine-release")}(d)?"musl":"glibc"),m=process.env.ARM_VERSION||("arm64"===p?"8":s.arm_version)||"",f=(process.versions.uv||"").split(".")[0];function g(e){return o(g.path(e))}function v(e){try{return n.readdirSync(e)}catch(e){return[]}}function y(e,t){var i=v(e).filter(t);return i[0]&&a.join(e,i[0])}function b(e){return/\.node$/.test(e)}function x(e){var t=e.split("-");if(2===t.length){var i=t[0],n=t[1].split("+");if(i&&n.length&&n.every(Boolean))return{name:e,platform:i,architectures:n}}}function w(e,t){return function(i){return null!=i&&i.platform===e&&i.architectures.includes(t)}}function k(e,t){return e.architectures.length-t.architectures.length}function _(e){var t=e.split("."),i={file:e,specificity:0};if("node"===t.pop()){for(var n=0;ni.specificity?-1:1:0}}e.exports=g,g.path=function(e){e=a.resolve(e||".");try{var t=o(a.join(e,"package.json")).name.toUpperCase().replace(/-/g,"_");process.env[t+"_PREBUILD"]&&(e=process.env[t+"_PREBUILD"])}catch(e){}if(!c){var i=y(a.join(e,"build/Release"),b);if(i)return i;var n=y(a.join(e,"build/Debug"),b);if(n)return n}var r=D(e);if(r)return r;var s=D(a.dirname(process.execPath));if(s)return s;var g=["platform="+d,"arch="+p,"runtime="+l,"abi="+u,"uv="+f,m?"armv="+m:"","libc="+h,"node="+process.versions.node,process.versions.electron?"electron="+process.versions.electron:"","webpack=true"].filter(Boolean).join(" ");throw new Error("No native build was found for "+g+"\n loaded from: "+e+"\n");function D(e){var t=v(a.join(e,"prebuilds")).map(x).filter(w(d,p)).sort(k)[0];if(t){var i=a.join(e,"prebuilds",t.name),n=v(i).map(_).filter(j(l,u)).sort(E(l))[0];return n?a.join(i,n.file):void 0}}},g.parseTags=_,g.matchTags=j,g.compareTags=E,g.parseTuple=x,g.matchTuple=w,g.compareTuples=k},40015:e=>{"use strict";const t=(e,t)=>t.some((t=>t instanceof RegExp?t.test(e):t===e));e.exports=(e,i)=>{if(i={defaultProtocol:"http:",normalizeProtocol:!0,forceHttp:!1,forceHttps:!1,stripAuthentication:!0,stripHash:!1,stripTextFragment:!0,stripWWW:!0,removeQueryParameters:[/^utm_\w+/i],removeTrailingSlash:!0,removeSingleSlash:!0,removeDirectoryIndex:!1,sortQueryParameters:!0,...i},e=e.trim(),/^data:/i.test(e))return((e,{stripHash:t})=>{const i=/^data:(?[^,]*?),(?[^#]*?)(?:#(?.*))?$/.exec(e);if(!i)throw new Error(`Invalid URL: ${e}`);let{type:n,data:a,hash:r}=i.groups;const o=n.split(";");r=t?"":r;let s=!1;"base64"===o[o.length-1]&&(o.pop(),s=!0);const c=(o.shift()||"").toLowerCase(),u=[...o.map((e=>{let[t,i=""]=e.split("=").map((e=>e.trim()));return"charset"===t&&(i=i.toLowerCase(),"us-ascii"===i)?"":`${t}${i?`=${i}`:""}`})).filter(Boolean)];return s&&u.push("base64"),(0!==u.length||c&&"text/plain"!==c)&&u.unshift(c),`data:${u.join(";")},${s?a.trim():a}${r?`#${r}`:""}`})(e,i);if(/^view-source:/i.test(e))throw new Error("`view-source:` is not supported as it is a non-standard protocol");const n=e.startsWith("//");!n&&/^\.*\//.test(e)||(e=e.replace(/^(?!(?:\w+:)?\/\/)|^\/\//,i.defaultProtocol));const a=new URL(e);if(i.forceHttp&&i.forceHttps)throw new Error("The `forceHttp` and `forceHttps` options cannot be used together");if(i.forceHttp&&"https:"===a.protocol&&(a.protocol="http:"),i.forceHttps&&"http:"===a.protocol&&(a.protocol="https:"),i.stripAuthentication&&(a.username="",a.password=""),i.stripHash?a.hash="":i.stripTextFragment&&(a.hash=a.hash.replace(/#?:~:text.*?$/i,"")),a.pathname&&(a.pathname=a.pathname.replace(/(?0){let e=a.pathname.split("/");const n=e[e.length-1];t(n,i.removeDirectoryIndex)&&(e=e.slice(0,e.length-1),a.pathname=e.slice(1).join("/")+"/")}if(a.hostname&&(a.hostname=a.hostname.replace(/\.$/,""),i.stripWWW&&/^www\.(?!www\.)(?:[a-z\-\d]{1,63})\.(?:[a-z.\-\d]{2,63})$/.test(a.hostname)&&(a.hostname=a.hostname.replace(/^www\./,""))),Array.isArray(i.removeQueryParameters))for(const e of[...a.searchParams.keys()])t(e,i.removeQueryParameters)&&a.searchParams.delete(e);!0===i.removeQueryParameters&&(a.search=""),i.sortQueryParameters&&a.searchParams.sort(),i.removeTrailingSlash&&(a.pathname=a.pathname.replace(/\/$/,""));const r=e;return e=a.toString(),i.removeSingleSlash||"/"!==a.pathname||r.endsWith("/")||""!==a.hash||(e=e.replace(/\/$/,"")),(i.removeTrailingSlash||"/"===a.pathname)&&""===a.hash&&i.removeSingleSlash&&(e=e.replace(/\/$/,"")),n&&!i.normalizeProtocol&&(e=e.replace(/^http:\/\//,"//")),i.stripProtocol&&(e=e.replace(/^(?:https?:)?\/\//,"")),e}},70631:(e,t,i)=>{var n="function"==typeof Map&&Map.prototype,a=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,r=n&&a&&"function"==typeof a.get?a.get:null,o=n&&Map.prototype.forEach,s="function"==typeof Set&&Set.prototype,c=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,u=s&&c&&"function"==typeof c.get?c.get:null,l=s&&Set.prototype.forEach,p="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,d="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,h="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,m=Boolean.prototype.valueOf,f=Object.prototype.toString,g=Function.prototype.toString,v=String.prototype.match,y="function"==typeof BigInt?BigInt.prototype.valueOf:null,b=Object.getOwnPropertySymbols,x="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,w="function"==typeof Symbol&&"object"==typeof Symbol.iterator,k="function"==typeof Symbol&&Symbol.toStringTag&&(Symbol.toStringTag,1)?Symbol.toStringTag:null,_=Object.prototype.propertyIsEnumerable,j=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null),E=i(12794).custom,D=E&&T(E)?E:null;function A(e,t,i){var n="double"===(i.quoteStyle||t)?'"':"'";return n+e+n}function C(e){return String(e).replace(/"/g,""")}function S(e){return!("[object Array]"!==P(e)||k&&"object"==typeof e&&k in e)}function T(e){if(w)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!x)return!1;try{return x.call(e),!0}catch(e){}return!1}e.exports=function e(t,i,n,a){var s=i||{};if(I(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(I(s,"maxStringLength")&&("number"==typeof s.maxStringLength?s.maxStringLength<0&&s.maxStringLength!==1/0:null!==s.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var c=!I(s,"customInspect")||s.customInspect;if("boolean"!=typeof c&&"symbol"!==c)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(I(s,"indent")&&null!==s.indent&&"\t"!==s.indent&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw new TypeError('options "indent" must be "\\t", an integer > 0, or `null`');if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return z(t,s);if("number"==typeof t)return 0===t?1/0/t>0?"0":"-0":String(t);if("bigint"==typeof t)return String(t)+"n";var f=void 0===s.depth?5:s.depth;if(void 0===n&&(n=0),n>=f&&f>0&&"object"==typeof t)return S(t)?"[Array]":"[Object]";var b,_=function(e,t){var i;if("\t"===e.indent)i="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;i=Array(e.indent+1).join(" ")}return{base:i,prev:Array(t+1).join(i)}}(s,n);if(void 0===a)a=[];else if(R(a,t)>=0)return"[Circular]";function E(t,i,r){if(i&&(a=a.slice()).push(i),r){var o={depth:s.depth};return I(s,"quoteStyle")&&(o.quoteStyle=s.quoteStyle),e(t,o,n+1,a)}return e(t,s,n+1,a)}if("function"==typeof t){var O=function(e){if(e.name)return e.name;var t=v.call(g.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}(t),F=M(t,E);return"[Function"+(O?": "+O:" (anonymous)")+"]"+(F.length>0?" { "+F.join(", ")+" }":"")}if(T(t)){var $=w?String(t).replace(/^(Symbol\(.*\))_[^)]*$/,"$1"):x.call(t);return"object"!=typeof t||w?$:L($)}if((b=t)&&"object"==typeof b&&("undefined"!=typeof HTMLElement&&b instanceof HTMLElement||"string"==typeof b.nodeName&&"function"==typeof b.getAttribute)){for(var q="<"+String(t.nodeName).toLowerCase(),H=t.attributes||[],G=0;G"}if(S(t)){if(0===t.length)return"[]";var W=M(t,E);return _&&!function(e){for(var t=0;t=0)return!1;return!0}(W)?"["+U(W,_)+"]":"[ "+W.join(", ")+" ]"}if(function(e){return!("[object Error]"!==P(e)||k&&"object"==typeof e&&k in e)}(t)){var V=M(t,E);return 0===V.length?"["+String(t)+"]":"{ ["+String(t)+"] "+V.join(", ")+" }"}if("object"==typeof t&&c){if(D&&"function"==typeof t[D])return t[D]();if("symbol"!==c&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!r||!e||"object"!=typeof e)return!1;try{r.call(e);try{u.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var Y=[];return o.call(t,(function(e,i){Y.push(E(i,t,!0)+" => "+E(e,t))})),B("Map",r.call(t),Y,_)}if(function(e){if(!u||!e||"object"!=typeof e)return!1;try{u.call(e);try{r.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var X=[];return l.call(t,(function(e){X.push(E(e,t))})),B("Set",u.call(t),X,_)}if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{p.call(e,p);try{d.call(e,d)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return N("WeakMap");if(function(e){if(!d||!e||"object"!=typeof e)return!1;try{d.call(e,d);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return N("WeakSet");if(function(e){if(!h||!e||"object"!=typeof e)return!1;try{return h.call(e),!0}catch(e){}return!1}(t))return N("WeakRef");if(function(e){return!("[object Number]"!==P(e)||k&&"object"==typeof e&&k in e)}(t))return L(E(Number(t)));if(function(e){if(!e||"object"!=typeof e||!y)return!1;try{return y.call(e),!0}catch(e){}return!1}(t))return L(E(y.call(t)));if(function(e){return!("[object Boolean]"!==P(e)||k&&"object"==typeof e&&k in e)}(t))return L(m.call(t));if(function(e){return!("[object String]"!==P(e)||k&&"object"==typeof e&&k in e)}(t))return L(E(String(t)));if(!function(e){return!("[object Date]"!==P(e)||k&&"object"==typeof e&&k in e)}(t)&&!function(e){return!("[object RegExp]"!==P(e)||k&&"object"==typeof e&&k in e)}(t)){var Q=M(t,E),J=j?j(t)===Object.prototype:t instanceof Object||t.constructor===Object,K=t instanceof Object?"":"null prototype",Z=!J&&k&&Object(t)===t&&k in t?P(t).slice(8,-1):K?"Object":"",ee=(J||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(Z||K?"["+[].concat(Z||[],K||[]).join(": ")+"] ":"");return 0===Q.length?ee+"{}":_?ee+"{"+U(Q,_)+"}":ee+"{ "+Q.join(", ")+" }"}return String(t)};var O=Object.prototype.hasOwnProperty||function(e){return e in this};function I(e,t){return O.call(e,t)}function P(e){return f.call(e)}function R(e,t){if(e.indexOf)return e.indexOf(t);for(var i=0,n=e.length;it.maxStringLength){var i=e.length-t.maxStringLength,n="... "+i+" more character"+(i>1?"s":"");return z(e.slice(0,t.maxStringLength),t)+n}return A(e.replace(/(['\\])/g,"\\$1").replace(/[\x00-\x1f]/g,F),"single",t)}function F(e){var t=e.charCodeAt(0),i={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return i?"\\"+i:"\\x"+(t<16?"0":"")+t.toString(16).toUpperCase()}function L(e){return"Object("+e+")"}function N(e){return e+" { ? }"}function B(e,t,i,n){return e+" ("+t+") {"+(n?U(i,n):i.join(", "))+"}"}function U(e,t){if(0===e.length)return"";var i="\n"+t.prev+t.base;return i+e.join(","+i)+"\n"+t.prev}function M(e,t){var i=S(e),n=[];if(i){n.length=e.length;for(var a=0;a{e.exports=i(31669).inspect},80338:(e,t,i)=>{"use strict";e.exports=function(e,t){return!1!==r(e)?(a(t,null,e),e):(function(e,t){var i=e.__onFinished;i&&i.queue||(i=e.__onFinished=function(e){function t(i){if(e.__onFinished===t&&(e.__onFinished=null),t.queue){var n=t.queue;t.queue=null;for(var a=0;a{"use strict";function t(e,t){for(var i=0;i1&&"string"==typeof arguments[1]?2:1,r=n>=a+1?arguments[a]:void 0;this.statusCode=e,Array.isArray(r)?t(this,r):r&&i(this,r);for(var o=new Array(Math.min(n,a)),s=0;s{var n=i(52479);function a(e){var t=function(){return t.called?t.value:(t.called=!0,t.value=e.apply(this,arguments))};return t.called=!1,t}function r(e){var t=function(){if(t.called)throw new Error(t.onceError);return t.called=!0,t.value=e.apply(this,arguments)},i=e.name||"Function wrapped with `once`";return t.onceError=i+" shouldn't be called more than once",t.called=!1,t}e.exports=n(a),e.exports.strict=n(r),a.proto=a((function(){Object.defineProperty(Function.prototype,"once",{value:function(){return a(this)},configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return r(this)},configurable:!0})}))},80341:e=>{"use strict";class t extends Error{constructor(e){super(e||"Promise was canceled"),this.name="CancelError"}get isCanceled(){return!0}}class i{static fn(e){return(...t)=>new i(((i,n,a)=>{t.push(a),e(...t).then(i,n)}))}constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanceled=!1,this._rejectOnCancel=!0,this._promise=new Promise(((t,i)=>{this._reject=i;const n=e=>{if(!this._isPending)throw new Error("The `onCancel` handler was attached after the promise settled.");this._cancelHandlers.push(e)};return Object.defineProperties(n,{shouldReject:{get:()=>this._rejectOnCancel,set:e=>{this._rejectOnCancel=e}}}),e((e=>{this._isCanceled&&n.shouldReject||(this._isPending=!1,t(e))}),(e=>{this._isPending=!1,i(e)}),n)}))}then(e,t){return this._promise.then(e,t)}catch(e){return this._promise.catch(e)}finally(e){return this._promise.finally(e)}cancel(e){if(this._isPending&&!this._isCanceled){if(this._isCanceled=!0,this._cancelHandlers.length>0)try{for(const e of this._cancelHandlers)e()}catch(e){return void this._reject(e)}this._rejectOnCancel&&this._reject(new t(e))}}get isCanceled(){return this._isCanceled}}Object.setPrototypeOf(i.prototype,Promise.prototype),e.exports=i,e.exports.CancelError=t},18317:(e,t,i)=>{"use strict";var n=i(78835),a=n.parse,r=n.Url;function o(e){var t=e.url;if(void 0!==t){var i=e._parsedUrl;return c(t,i)?i:((i=s(t))._raw=t,e._parsedUrl=i)}}function s(e){if("string"!=typeof e||47!==e.charCodeAt(0))return a(e);for(var t=e,i=null,n=null,o=1;o{e.exports=function e(i,n,a){n=n||[];var r,o=(a=a||{}).strict,s=!1!==a.end,c=a.sensitive?"":"i",u=0,l=n.length,p=0,d=0;if(i instanceof RegExp){for(;r=t.exec(i.source);)n.push({name:d++,optional:!1,offset:r.index});return i}if(Array.isArray(i))return i=i.map((function(t){return e(t,n,a).source})),new RegExp("(?:"+i.join("|")+")",c);for(i=("^"+i+(o?"":"/"===i[i.length-1]?"?":"/?")).replace(/\/\(/g,"/(?:").replace(/([\/\.])/g,"\\$1").replace(/(\\\/)?(\\\.)?:(\w+)(\(.*?\))?(\*)?(\?)?/g,(function(e,t,i,a,r,o,s,c){t=t||"",i=i||"",r=r||"([^\\/"+i+"]+?)",s=s||"",n.push({name:a,optional:!!s,offset:c+u});var l=(s?"":t)+"(?:"+i+(s?t:"")+r+(o?"((?:[\\/"+i+"].+?)?)":"")+")"+s;return u+=l.length-e.length,l})).replace(/\*/g,(function(e,t){for(var i=n.length;i-- >l&&n[i].offset>t;)n[i].offset+=3;return"(.*)"}));r=t.exec(i);){for(var h=0,m=r.index;"\\"===i.charAt(--m);)h++;h%2!=1&&((l+p===n.length||n[l+p].offset>r.index)&&n.splice(l+p,0,{name:d++,optional:!1,offset:r.index}),p++)}return i+=s?"$":"/"===i[i.length-1]?"":"(?=\\/|$)",new RegExp(i,c)};var t=/\((?!\?)/g},68288:(e,t,i)=>{"use strict";var n=i(80868).ProbeError,a=i(64484),r=i(72378),o=i(62510),s=i(78480),c=i(78835).URL,u={open_timeout:1e4,response_timeout:6e4,read_timeout:6e4,follow_max:10,parse_response:!1,headers:{"User-Agent":o.name+"/"+o.version+"(+https://github.com/nodeca/probe-image-size)"}};e.exports=function(e,t){return new Promise((function(i,o){var l,p,d=e;try{var h=r({},u,t);l=a.get(e,h)}catch(e){return void o(e)}l.on("redirect",(function(e){try{d=new c(e,d).href}catch(e){o(e),l.request.abort()}})),l.on("header",(function(e,t){if(200!==e)return o(new n("bad status code: "+e,null,e)),void l.request.abort();p=t["content-length"]})),l.on("err",(function(e){o(e),l.request.abort()})),s(l,!0).then((function(e){p&&p.match(/^\d+$/)&&(e.length=+p),e.url=d,i(e),l.request.abort()})).catch((function(e){o(e),l.request.abort()}))}))},e.exports.parsers=i(29620)},98754:(e,t,i)=>{"use strict";var n=i(78480),a=i(68288);e.exports=function(e,t){return"function"==typeof e.on&&"function"==typeof e.emit?n(e,t):a(e,t||{})},e.exports.parsers=i(29620),e.exports.sync=i(56279),e.exports.Error=i(80868).ProbeError},80868:(e,t,i)=>{"use strict";var n=i(92413).Transform,a=i(47164);function r(){n.call(this,{readableObjectMode:!0})}function o(e,t,i){Error.call(this),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=e,t&&(this.code=t),i&&(this.statusCode=i)}r.prototype=Object.create(n.prototype),r.prototype.constructor=r,a(r.prototype),t.xi=r,t.OF=function(e,t,i){for(var n=t,a=0;a{"use strict";function t(e,t){var i=new Error(e);return i.code=t,i}function i(e){try{return decodeURIComponent(escape(e))}catch(t){return e}}function n(e,i,n){this.input=e.subarray(i,n),this.start=i;var a=String.fromCharCode.apply(null,this.input.subarray(0,4));if("II*\0"!==a&&"MM\0*"!==a)throw t("invalid TIFF signature","EBADDATA");this.big_endian="M"===a[0]}n.prototype.each=function(e){this.aborted=!1;var t=this.read_uint32(4);for(this.ifds_to_read=[{id:0,offset:t}];this.ifds_to_read.length>0&&!this.aborted;){var i=this.ifds_to_read.shift();i.offset&&this.scan_ifd(i.id,i.offset,e)}},n.prototype.read_uint16=function(e){var i=this.input;if(e+2>i.length)throw t("unexpected EOF","EBADDATA");return this.big_endian?256*i[e]+i[e+1]:i[e]+256*i[e+1]},n.prototype.read_uint32=function(e){var i=this.input;if(e+4>i.length)throw t("unexpected EOF","EBADDATA");return this.big_endian?16777216*i[e]+65536*i[e+1]+256*i[e+2]+i[e+3]:i[e]+256*i[e+1]+65536*i[e+2]+16777216*i[e+3]},n.prototype.is_subifd_link=function(e,t){return 0===e&&34665===t||0===e&&34853===t||34665===e&&40965===t},n.prototype.exif_format_length=function(e){switch(e){case 1:case 2:case 6:case 7:return 1;case 3:case 8:return 2;case 4:case 9:case 11:return 4;case 5:case 10:case 12:return 8;default:return 0}},n.prototype.exif_format_read=function(e,t){var i;switch(e){case 1:case 2:return this.input[t];case 6:return(i=this.input[t])|33554430*(128&i);case 3:return this.read_uint16(t);case 8:return(i=this.read_uint16(t))|131070*(32768&i);case 4:return this.read_uint32(t);case 9:return 0|this.read_uint32(t);default:return null}},n.prototype.scan_ifd=function(e,n,a){var r=this.read_uint16(n);n+=2;for(var o=0;othis.input.length)throw t("unexpected EOF","EBADDATA");for(var m=[],f=d,g=0;g0&&(this.ifds_to_read.push({id:s,offset:m[0]}),h=!0),!1===a({is_big_endian:this.big_endian,ifd:e,tag:s,format:c,count:u,entry_offset:n+this.start,data_length:p,data_offset:d+this.start,value:m,is_subifd_link:h}))return void(this.aborted=!0);n+=12}0===e&&this.ifds_to_read.push({id:1,offset:this.read_uint32(n)})},e.exports.ExifParser=n,e.exports.get_orientation=function(e){var t=0;try{return new n(e,0,e.length).each((function(e){if(0===e.ifd&&274===e.tag&&Array.isArray(e.value))return t=e.value[0],!1})),t}catch(e){return-1}}},31540:(e,t,i)=>{"use strict";var n=i(80868).n8,a=i(80868).Ag;function r(e,t){if(e.length<4+t)return null;var i=a(e,t);return e.length>4&15,a=15&e[4],r=e[5]>>4&15,o=n(e,6),c=8,u=0;ut.width||e.width===t.width&&e.height>t.height?e:t})),a=i.reduce((function(e,t){return e.height>t.height||e.height===t.height&&e.width>t.width?e:t})),n.width>a.height||n.width===a.height&&n.height>a.width?n:a),s=1;t.transforms.forEach((function(e){var t={1:6,2:5,3:8,4:7,5:4,6:3,7:2,8:1},i={1:4,2:3,3:2,4:1,5:6,6:5,7:8,8:7};if("imir"===e.type&&(s=0===e.value?i[s]:t[s=t[s=i[s]]]),"irot"===e.type)for(var n=0;n{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=i(80868).Ag,s=i(31540),c=i(44706),u=a("ftyp");function l(e,t,i){0!==t?e._skipBytes(t,i):i()}function p(e,t){e._bytes(8,(function(i){t.offset+=8;var n=o(i,0)-8,a=String.fromCharCode.apply(null,i.slice(4,8));return"mdat"===a||n<0?(e._skipBytes(1/0),void e.push(null)):void("meta"===a&&n>0?e._bytes(n,(function(i){t.offset+=n;var a=s.readSizeFromMeta(i);if(!a)return e._skipBytes(1/0),void e.push(null);var r={width:a.width,height:a.height,type:t.fileType.type,mime:t.fileType.mime,wUnits:"px",hUnits:"px"};a.variants.length>1&&(r.variants=a.variants),a.orientation&&(r.orientation=a.orientation),t.exif_location=a.exif_location,function(e,t,i){!t.exif_location||t.exif_location.offset<=t.offset?i(0):e._skipBytes(t.exif_location.offset-t.offset,(function(){t.offset=t.exif_location.offset,e._bytes(4,(function(n){t.offset+=4;var a=o(n,0);l(e,a,(function(){t.offset+=a;var n=t.exif_location.length-a-4;n<=0?i(0):e._bytes(n,(function(e){t.offset+=n,i(c.get_orientation(e))}))}))}))}))}(e,t,(function(t){t>0&&(r.orientation=t),e._skipBytes(1/0),e.push(r),e.push(null)}))})):l(e,n,(function(){t.offset+=n,p(e,t)})))}))}e.exports=function(){var e=new n,t={offset:0,fileType:null};return e._bytes(8,(function(i){if(t.offset+=8,!r(i,4,u))return e._skipBytes(1/0),void e.push(null);var n=o(i,0)-8;if(n<=0)return e._skipBytes(1/0),void e.push(null);e._bytes(n,(function(i){if(t.offset+=n,t.fileType=s.getMimeType(i),!t.fileType)return e._skipBytes(1/0),void e.push(null);p(e,t)}))})),e}},32597:(e,t,i)=>{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=a("BM");e.exports=function(){var e=new n;return e._bytes(26,(function(t){e._skipBytes(1/0),r(t,0,o)?(e.push({width:t.readUInt16LE(18),height:t.readUInt16LE(22),type:"bmp",mime:"image/bmp",wUnits:"px",hUnits:"px"}),e.push(null)):e.push(null)})),e}},80743:(e,t,i)=>{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=a("GIF87a"),s=a("GIF89a");e.exports=function(){var e=new n;return e._bytes(10,(function(t){e._skipBytes(1/0),r(t,0,o)||r(t,0,s)?(e.push({width:t.readUInt16LE(6),height:t.readUInt16LE(8),type:"gif",mime:"image/gif",wUnits:"px",hUnits:"px"}),e.push(null)):e.push(null)})),e}},34102:(e,t,i)=>{"use strict";var n=i(80868).xi;e.exports=function(){var e=new n;return e._bytes(6,(function(t){var i=t.readUInt16LE(0),n=t.readUInt16LE(2),a=t.readUInt16LE(4);if(0!==i||1!==n||!a)return e._skipBytes(1/0),void e.push(null);e._bytes(16*a,(function(t){e._skipBytes(1/0);for(var i=[],n={width:0,height:0},r=0;rn.width||s>n.height)&&(n=c)}e.push({width:n.width,height:n.height,variants:i,type:"ico",mime:"image/x-icon",wUnits:"px",hUnits:"px"}),e.push(null)}))})),e}},34379:(e,t,i)=>{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=i(44706),s=a("Exif\0\0");function c(e,t){e._bytes(1,(function(i){var n=i[0];255!==n?208<=n&&n<=217||1===n?t(n,0):192<=n&&n<=254?e._bytes(2,(function(e){t(n,e.readUInt16BE(0)-2)})):t():c(e,t)}))}function u(e,t,i){var n=t.start;t.start=!1,e._bytes(1,(function(a){255===a[0]?c(e,i):n?i():u(e,t,i)}))}function l(e,t){u(e,t,(function(i,n){return!i||n<0||217===i||218===i?(e._skipBytes(1/0),void e.push(null)):void(225===i&&n>=10?e._bytes(n,(function(i){r(i,0,s)&&(t.orientation=o.get_orientation(i.slice(6,6+n))),l(e,t)})):n<=0?l(e,t):n>=5&&192<=i&&i<=207&&196!==i&&200!==i&&204!==i?e._bytes(n,(function(i){e._skipBytes(1/0);var n={width:i.readUInt16BE(3),height:i.readUInt16BE(1),type:"jpg",mime:"image/jpeg",wUnits:"px",hUnits:"px"};t.orientation>0&&(n.orientation=t.orientation),e.push(n),e.push(null)})):e._skipBytes(n,(function(){l(e,t)})))}))}e.exports=function(){var e=new n;return e._bytes(2,(function(t){if(255!==t[0]||216!==t[1])return e._skipBytes(1/0),void e.push(null);l(e,{start:!0})})),e}},64760:(e,t,i)=>{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=a("‰PNG\r\n\n"),s=a("IHDR");e.exports=function(){var e=new n;return e._bytes(24,(function(t){e._skipBytes(1/0),r(t,0,o)&&r(t,12,s)?(e.push({width:t.readUInt32BE(16),height:t.readUInt32BE(20),type:"png",mime:"image/png",wUnits:"px",hUnits:"px"}),e.push(null)):e.push(null)})),e}},34928:(e,t,i)=>{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=a("8BPS\0");e.exports=function(){var e=new n;return e._bytes(6,(function(t){if(!r(t,0,o))return e._skipBytes(1/0),void e.push(null);e._bytes(16,(function(t){e._skipBytes(1/0),e.push({width:t.readUInt32BE(12),height:t.readUInt32BE(8),type:"psd",mime:"image/vnd.adobe.photoshop",wUnits:"px",hUnits:"px"}),e.push(null)}))})),e}},49240:(e,t,i)=>{"use strict";var n=i(92413).Transform,a=/<[-_.:a-zA-Z0-9][^>]*>/,r=/^<([-_.:a-zA-Z0-9]+:)?svg\s/,o=/[^-]\bwidth="([^%]+?)"|[^-]\bwidth='([^%]+?)'/,s=/\bheight="([^%]+?)"|\bheight='([^%]+?)'/,c=/\bview[bB]ox="(.+?)"|\bview[bB]ox='(.+?)'/,u=/in$|mm$|cm$|pt$|pc$|px$|em$|ex$/;function l(e){return"number"==typeof e&&isFinite(e)&&e>0}function p(e){return u.test(e)?e.match(u)[0]:"px"}e.exports=function(){var e=0,t=0,i="",u=null,d=new n({readableObjectMode:!0,transform:function n(h,m,f){switch(e){case 0:if(u&&(h=Buffer.concat([u,h]),u=null),0===t&&h.length<4){u=h;break}var g=0,v=h.length;for(0===t&&239===h[0]&&187===h[1]&&191===h[2]&&(g=3);g=v)(t+=h.length)>65536&&(e=2,d.push(null));else{if(60===h[g])return e=1,n(h,m,f);e=2,d.push(null)}break;case 1:var y=function(e){var t=(e.match(a)||[""])[0];if(r.test(t)){var i=function(e){var t=e.match(o),i=e.match(s),n=e.match(c);return{width:t&&(t[1]||t[2]),height:i&&(i[1]||i[2]),viewbox:n&&(n[1]||n[2])}}(t),n=parseFloat(i.width),u=parseFloat(i.height);if(i.width&&i.height){if(!l(n)||!l(u))return;return{width:n,height:u,type:"svg",mime:"image/svg+xml",wUnits:p(i.width),hUnits:p(i.height)}}var d=(i.viewbox||"").split(" "),h={width:d[2],height:d[3]},m=parseFloat(h.width),f=parseFloat(h.height);if(l(m)&&l(f)&&p(h.width)===p(h.height)){var g=m/f;if(i.width){if(!l(n))return;return{width:n,height:n/g,type:"svg",mime:"image/svg+xml",wUnits:p(i.width),hUnits:p(i.width)}}if(i.height){if(!l(u))return;return{width:u*g,height:u,type:"svg",mime:"image/svg+xml",wUnits:p(i.height),hUnits:p(i.height)}}return{width:m,height:f,type:"svg",mime:"image/svg+xml",wUnits:p(h.width),hUnits:p(h.height)}}}}(i+=h.toString());if(y){e=2,d.push(y),d.push(null);break}(t+=h.length)>65536&&(e=2,d.push(null))}var b;f()},flush:function(){e=2,d.push(null)}});return d}},80213:(e,t,i)=>{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=a("II*\0"),s=a("MM\0*");function c(e,t,i){return i?e.readUInt16BE(t):e.readUInt16LE(t)}function u(e,t,i){return i?e.readUInt32BE(t):e.readUInt32LE(t)}function l(e,t,i){var n=c(e,t+2,i);return 1!==u(e,t+4,i)||3!==n&&4!==n?null:3===n?c(e,t+8,i):u(e,t+8,i)}e.exports=function(){var e=new n;return e._bytes(8,(function(t){if(!r(t,0,o)&&!r(t,0,s))return e._skipBytes(1/0),void e.push(null);var i=77===t[0],n=u(t,4,i)-8;if(n<0)return e._skipBytes(1/0),void e.push(null);!function(e,t,i){0!==t?e._skipBytes(t,i):i()}(e,n,(function(){e._bytes(2,(function(t){var n=12*c(t,0,i);if(n<=0)return e._skipBytes(1/0),void e.push(null);e._bytes(n,(function(t){var a,r,o,s;for(e._skipBytes(1/0),a=0;a{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=i(44706),s=a("RIFF"),c=a("WEBP");function u(e,t,i){0!==t?e._skipBytes(t,i):i()}function l(e,t){if(t.fileLength-8<=t.offset){if(e._skipBytes(1/0),t.result){var i=t.result;t.exif_orientation>0&&(i.orientation=t.exif_orientation),e.push(i)}e.push(null)}else e._bytes(4-t.bufferedChunkHeader.length,(function(i){t.offset+=4-t.bufferedChunkHeader.length;var n=t.bufferedChunkHeader+String.fromCharCode.apply(null,i);if((n=n.replace(/^\0+/,"")).length<4)return t.bufferedChunkHeader=n,void l(e,t);t.bufferedChunkHeader="",e._bytes(4,(function(i){t.offset+=4;var a=i.readUInt32LE(0);"VP8 "===n&&a>=10?function(e,t,i){e._bytes(10,(function(n){157===n[3]&&1===n[4]&&42===n[5]&&(i.result=i.result||{width:16383&n.readUInt16LE(6),height:16383&n.readUInt16LE(8),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}),u(e,t-10,(function(){i.offset+=t,l(e,i)}))}))}(e,a,t):"VP8L"===n&&a>=5?function(e,t,i){e._bytes(5,(function(n){if(47===n[0]){var a=n.readUInt32LE(1);i.result=i.result||{width:1+(16383&a),height:1+(a>>14&16383),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}}u(e,t-5,(function(){i.offset+=t,l(e,i)}))}))}(e,a,t):"VP8X"===n&&a>=10?function(e,t,i){e._bytes(10,(function(n){i.result=i.result||{width:1+(n[6]<<16|n[5]<<8|n[4]),height:1+(n[9]<<16|n[8]<<8|n[7]),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"},u(e,t-10,(function(){i.offset+=t,l(e,i)}))}))}(e,a,t):"EXIF"===n&&a>=4?function(e,t,i){e._bytes(t,(function(t){i.offset=1/0,i.exif_orientation=o.get_orientation(t),l(e,i)}))}(e,a,t):u(e,a,(function(){t.offset+=a,l(e,t)}))}))}))}e.exports=function(){var e=new n;return e._bytes(12,(function(t){r(t,0,s)&&r(t,8,c)?l(e,{fileLength:t.readUInt32LE(4)+8,offset:12,exif_orientation:0,bufferedChunkHeader:""}):(e._skipBytes(1/0),e.push(null))})),e}},16440:(e,t,i)=>{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).Ag,o=i(31540),s=i(44706),c=n("ftyp");e.exports=function(e){if(a(e,4,c)){var t=o.unbox(e,0);if(t){var i=o.getMimeType(t.data);if(i){for(var n,u=t.end;;){var l=o.unbox(e,u);if(!l)break;if(u=l.end,"mdat"===l.boxtype)return;if("meta"===l.boxtype){n=l.data;break}}if(n){var p=o.readSizeFromMeta(n);if(p){var d={width:p.width,height:p.height,type:i.type,mime:i.mime,wUnits:"px",hUnits:"px"};if(p.variants.length>1&&(d.variants=p.variants),p.orientation&&(d.orientation=p.orientation),p.exif_location&&p.exif_location.offset+p.exif_location.length<=e.length){var h=r(e,p.exif_location.offset),m=e.slice(p.exif_location.offset+h+4,p.exif_location.offset+p.exif_location.length),f=s.get_orientation(m);f>0&&(d.orientation=f)}return d}}}}}}},76727:(e,t,i)=>{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).mP,o=n("BM");e.exports=function(e){if(!(e.length<26)&&a(e,0,o))return{width:r(e,18),height:r(e,22),type:"bmp",mime:"image/bmp",wUnits:"px",hUnits:"px"}}},75781:(e,t,i)=>{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).mP,o=n("GIF87a"),s=n("GIF89a");e.exports=function(e){if(!(e.length<10)&&(a(e,0,o)||a(e,0,s)))return{width:r(e,6),height:r(e,8),type:"gif",mime:"image/gif",wUnits:"px",hUnits:"px"}}},40492:(e,t,i)=>{"use strict";var n=i(80868).mP;e.exports=function(e){var t=n(e,0),i=n(e,2),a=n(e,4);if(0===t&&1===i&&a){for(var r=[],o={width:0,height:0},s=0;so.width||u>o.height)&&(o=l)}return{width:o.width,height:o.height,variants:r,type:"ico",mime:"image/x-icon",wUnits:"px",hUnits:"px"}}}},97304:(e,t,i)=>{"use strict";var n=i(80868).n8,a=i(80868).eG,r=i(80868).OF,o=i(44706),s=a("Exif\0\0");e.exports=function(e){if(!(e.length<2)&&255===e[0]&&216===e[1]&&255===e[2])for(var t=2;;){for(;;){if(e.length-t<2)return;if(255===e[t++])break}for(var i,a,c=e[t++];255===c;)c=e[t++];if(208<=c&&c<=217||1===c)i=0;else{if(!(192<=c&&c<=254))return;if(e.length-t<2)return;i=n(e,t)-2,t+=2}if(217===c||218===c)return;if(225===c&&i>=10&&r(e,t,s)&&(a=o.get_orientation(e.slice(t+6,t+i))),i>=5&&192<=c&&c<=207&&196!==c&&200!==c&&204!==c){if(e.length-t0&&(u.orientation=a),u}t+=i}}},57973:(e,t,i)=>{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).Ag,o=n("‰PNG\r\n\n"),s=n("IHDR");e.exports=function(e){if(!(e.length<24)&&a(e,0,o)&&a(e,12,s))return{width:r(e,16),height:r(e,20),type:"png",mime:"image/png",wUnits:"px",hUnits:"px"}}},15017:(e,t,i)=>{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).Ag,o=n("8BPS\0");e.exports=function(e){if(!(e.length<22)&&a(e,0,o))return{width:r(e,18),height:r(e,14),type:"psd",mime:"image/vnd.adobe.photoshop",wUnits:"px",hUnits:"px"}}},3036:e=>{"use strict";function t(e){return"number"==typeof e&&isFinite(e)&&e>0}var i=/<[-_.:a-zA-Z0-9][^>]*>/,n=/^<([-_.:a-zA-Z0-9]+:)?svg\s/,a=/[^-]\bwidth="([^%]+?)"|[^-]\bwidth='([^%]+?)'/,r=/\bheight="([^%]+?)"|\bheight='([^%]+?)'/,o=/\bview[bB]ox="(.+?)"|\bview[bB]ox='(.+?)'/,s=/in$|mm$|cm$|pt$|pc$|px$|em$|ex$/;function c(e){return s.test(e)?e.match(s)[0]:"px"}e.exports=function(e){if(function(e){var t,i=0,n=e.length;for(239===e[0]&&187===e[1]&&191===e[2]&&(i=3);i{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).mP,o=i(80868).n8,s=i(80868).nm,c=i(80868).Ag,u=n("II*\0"),l=n("MM\0*");function p(e,t,i){return i?o(e,t):r(e,t)}function d(e,t,i){return i?c(e,t):s(e,t)}function h(e,t,i){var n=p(e,t+2,i);return 1!==d(e,t+4,i)||3!==n&&4!==n?null:3===n?p(e,t+8,i):d(e,t+8,i)}e.exports=function(e){if(!(e.length<8)&&(a(e,0,u)||a(e,0,l))){var t=77===e[0],i=d(e,4,t)-8;if(!(i<0)){var n=i+8;if(!(e.length-n<2)){var r=12*p(e,n+0,t);if(!(r<=0||(n+=2,e.length-n{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).mP,o=i(80868).nm,s=i(44706),c=n("RIFF"),u=n("WEBP");function l(e,t){if(157===e[t+3]&&1===e[t+4]&&42===e[t+5])return{width:16383&r(e,t+6),height:16383&r(e,t+8),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}}function p(e,t){if(47===e[t]){var i=o(e,t+1);return{width:1+(16383&i),height:1+(i>>14&16383),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}}}function d(e,t){return{width:1+(e[t+6]<<16|e[t+5]<<8|e[t+4]),height:1+(e[t+9]<e.length)){for(;t+8=10?i=i||l(e,t+8):"VP8L"===h&&m>=9?i=i||p(e,t+8):"VP8X"===h&&m>=10?i=i||d(e,t+8):"EXIF"===h&&(n=s.get_orientation(e.slice(t+8,t+8+m)),t=1/0),t+=8+m}else t++;if(i)return n>0&&(i.orientation=n),i}}}},29620:(e,t,i)=>{"use strict";e.exports={avif:i(56642),bmp:i(32597),gif:i(80743),ico:i(34102),jpeg:i(34379),png:i(64760),psd:i(34928),svg:i(49240),tiff:i(80213),webp:i(59971)}},32566:(e,t,i)=>{"use strict";e.exports={avif:i(16440),bmp:i(76727),gif:i(75781),ico:i(40492),jpeg:i(97304),png:i(57973),psd:i(15017),svg:i(3036),tiff:i(68173),webp:i(51427)}},62510:e=>{"use strict";e.exports=JSON.parse('{"name":"probe-image-size","version":"7.2.2","description":"Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)","keywords":["image","size","jpg","jpeg","ico","gif","png","webp","tiff","bmp","svg","psd"],"repository":"nodeca/probe-image-size","license":"MIT","files":["index.js","http.js","stream.js","sync.js","lib/"],"scripts":{"lint":"eslint .","test":"npm run lint && nyc mocha","coverage":"npm run test && nyc report --reporter html","report-coveralls":"nyc --reporter=lcov mocha"},"mocha":{"timeout":5000},"dependencies":{"lodash.merge":"^4.6.2","needle":"^2.5.2","stream-parser":"~0.3.1"},"devDependencies":{"eslint":"^8.2.0","mocha":"^9.1.3","nyc":"^15.1.0"}}')},78480:(e,t,i)=>{"use strict";var n=i(80868).ProbeError,a=i(29620),r=i(92413).PassThrough,o=i(92413).pipeline;e.exports=function(e,t){var i=new r;i.setMaxListeners(Object.keys(a).length+10);var s=new Promise((function(t,r){e.on("error",r),i.on("error",r);var o,s=[];function c(e){var t=s.indexOf[this];t<0||(e&&(o=e),i.unpipe(this),this.removeAllListeners(),s.splice(t,1),s.length||r(o||new n("unrecognized file format","ECONTENT")))}Object.keys(a).forEach((function(e){var n=a[e]();s.push(n),n.once("data",t),n.once("end",c),n.on("error",c),i.pipe(n)}))}));function c(){t&&"function"==typeof e.unpipe&&e.unpipe(i),i.destroy()}return s.then(c).catch(c),t?e.pipe(i):o(e,i,(function(){})),s},e.exports.parsers=a},56279:(e,t,i)=>{"use strict";var n=i(32566);e.exports=function(e){return function(e){for(var t=Object.keys(n),i=0;i{"use strict";e.exports=function(e,t){if(!e)throw new TypeError("req argument is required");if(!t)throw new TypeError("trust argument is required");var i=u(e,t);return i[i.length-1]},e.exports.all=u,e.exports.compile=l;var n=i(271),a=i(56512),r=/^[0-9]+$/,o=a.isValid,s=a.parse,c={linklocal:["169.254.0.0/16","fe80::/10"],loopback:["127.0.0.1/8","::1/128"],uniquelocal:["10.0.0.0/8","172.16.0.0/12","192.168.0.0/16","fc00::/7"]};function u(e,t){var i=n(e);if(!t)return i;"function"!=typeof t&&(t=l(t));for(var a=0;aa)throw new TypeError("invalid range on address: "+e);return[n,c]}function d(){return!1}},69246:(e,t,i)=>{"pseudomap"===process.env.npm_package_name&&"test"===process.env.npm_lifecycle_script&&(process.env.TEST_PSEUDOMAP="true"),"function"!=typeof Map||process.env.TEST_PSEUDOMAP?e.exports=i(12477):e.exports=Map},12477:e=>{var t=Object.prototype.hasOwnProperty;function i(e){if(!(this instanceof i))throw new TypeError("Constructor PseudoMap requires 'new'");if(this.clear(),e)if(e instanceof i||"function"==typeof Map&&e instanceof Map)e.forEach((function(e,t){this.set(t,e)}),this);else{if(!Array.isArray(e))throw new TypeError("invalid argument");e.forEach((function(e){this.set(e[0],e[1])}),this)}}function n(e,t){return e===t||e!=e&&t!=t}function a(e,t,i){this.key=e,this.value=t,this._index=i}function r(e,i){for(var a=0,r="_"+i,o=r;t.call(e,o);o=r+a++)if(n(e[o].key,i))return e[o]}e.exports=i,i.prototype.forEach=function(e,t){t=t||this,Object.keys(this._data).forEach((function(i){"size"!==i&&e.call(t,this._data[i].value,this._data[i].key)}),this)},i.prototype.has=function(e){return!!r(this._data,e)},i.prototype.get=function(e){var t=r(this._data,e);return t&&t.value},i.prototype.set=function(e,i){!function(e,i,r){for(var o=0,s="_"+i,c=s;t.call(e,c);c=s+o++)if(n(e[c].key,i))return void(e[c].value=r);e.size++,e[c]=new a(i,r,c)}(this._data,e,i)},i.prototype.delete=function(e){var t=r(this._data,e);t&&(delete this._data[t._index],this._data.size--)},i.prototype.clear=function(){var e=Object.create(null);e.size=0,Object.defineProperty(this,"_data",{value:e,enumerable:!1,configurable:!0,writable:!1})},Object.defineProperty(i.prototype,"size",{get:function(){return this._data.size},set:function(e){},enumerable:!0,configurable:!0}),i.prototype.values=i.prototype.keys=i.prototype.entries=function(){throw new Error("iterators are not implemented in this version")}},2156:e=>{"use strict";e.exports=JSON.parse('["ac","com.ac","edu.ac","gov.ac","net.ac","mil.ac","org.ac","ad","nom.ad","ae","co.ae","net.ae","org.ae","sch.ae","ac.ae","gov.ae","mil.ae","aero","accident-investigation.aero","accident-prevention.aero","aerobatic.aero","aeroclub.aero","aerodrome.aero","agents.aero","aircraft.aero","airline.aero","airport.aero","air-surveillance.aero","airtraffic.aero","air-traffic-control.aero","ambulance.aero","amusement.aero","association.aero","author.aero","ballooning.aero","broker.aero","caa.aero","cargo.aero","catering.aero","certification.aero","championship.aero","charter.aero","civilaviation.aero","club.aero","conference.aero","consultant.aero","consulting.aero","control.aero","council.aero","crew.aero","design.aero","dgca.aero","educator.aero","emergency.aero","engine.aero","engineer.aero","entertainment.aero","equipment.aero","exchange.aero","express.aero","federation.aero","flight.aero","freight.aero","fuel.aero","gliding.aero","government.aero","groundhandling.aero","group.aero","hanggliding.aero","homebuilt.aero","insurance.aero","journal.aero","journalist.aero","leasing.aero","logistics.aero","magazine.aero","maintenance.aero","media.aero","microlight.aero","modelling.aero","navigation.aero","parachuting.aero","paragliding.aero","passenger-association.aero","pilot.aero","press.aero","production.aero","recreation.aero","repbody.aero","res.aero","research.aero","rotorcraft.aero","safety.aero","scientist.aero","services.aero","show.aero","skydiving.aero","software.aero","student.aero","trader.aero","trading.aero","trainer.aero","union.aero","workinggroup.aero","works.aero","af","gov.af","com.af","org.af","net.af","edu.af","ag","com.ag","org.ag","net.ag","co.ag","nom.ag","ai","off.ai","com.ai","net.ai","org.ai","al","com.al","edu.al","gov.al","mil.al","net.al","org.al","am","co.am","com.am","commune.am","net.am","org.am","ao","ed.ao","gv.ao","og.ao","co.ao","pb.ao","it.ao","aq","ar","com.ar","edu.ar","gob.ar","gov.ar","int.ar","mil.ar","musica.ar","net.ar","org.ar","tur.ar","arpa","e164.arpa","in-addr.arpa","ip6.arpa","iris.arpa","uri.arpa","urn.arpa","as","gov.as","asia","at","ac.at","co.at","gv.at","or.at","au","com.au","net.au","org.au","edu.au","gov.au","asn.au","id.au","info.au","conf.au","oz.au","act.au","nsw.au","nt.au","qld.au","sa.au","tas.au","vic.au","wa.au","act.edu.au","catholic.edu.au","nsw.edu.au","nt.edu.au","qld.edu.au","sa.edu.au","tas.edu.au","vic.edu.au","wa.edu.au","qld.gov.au","sa.gov.au","tas.gov.au","vic.gov.au","wa.gov.au","education.tas.edu.au","schools.nsw.edu.au","aw","com.aw","ax","az","com.az","net.az","int.az","gov.az","org.az","edu.az","info.az","pp.az","mil.az","name.az","pro.az","biz.az","ba","com.ba","edu.ba","gov.ba","mil.ba","net.ba","org.ba","bb","biz.bb","co.bb","com.bb","edu.bb","gov.bb","info.bb","net.bb","org.bb","store.bb","tv.bb","*.bd","be","ac.be","bf","gov.bf","bg","a.bg","b.bg","c.bg","d.bg","e.bg","f.bg","g.bg","h.bg","i.bg","j.bg","k.bg","l.bg","m.bg","n.bg","o.bg","p.bg","q.bg","r.bg","s.bg","t.bg","u.bg","v.bg","w.bg","x.bg","y.bg","z.bg","0.bg","1.bg","2.bg","3.bg","4.bg","5.bg","6.bg","7.bg","8.bg","9.bg","bh","com.bh","edu.bh","net.bh","org.bh","gov.bh","bi","co.bi","com.bi","edu.bi","or.bi","org.bi","biz","bj","asso.bj","barreau.bj","gouv.bj","bm","com.bm","edu.bm","gov.bm","net.bm","org.bm","bn","com.bn","edu.bn","gov.bn","net.bn","org.bn","bo","com.bo","edu.bo","gob.bo","int.bo","org.bo","net.bo","mil.bo","tv.bo","web.bo","academia.bo","agro.bo","arte.bo","blog.bo","bolivia.bo","ciencia.bo","cooperativa.bo","democracia.bo","deporte.bo","ecologia.bo","economia.bo","empresa.bo","indigena.bo","industria.bo","info.bo","medicina.bo","movimiento.bo","musica.bo","natural.bo","nombre.bo","noticias.bo","patria.bo","politica.bo","profesional.bo","plurinacional.bo","pueblo.bo","revista.bo","salud.bo","tecnologia.bo","tksat.bo","transporte.bo","wiki.bo","br","9guacu.br","abc.br","adm.br","adv.br","agr.br","aju.br","am.br","anani.br","aparecida.br","arq.br","art.br","ato.br","b.br","barueri.br","belem.br","bhz.br","bio.br","blog.br","bmd.br","boavista.br","bsb.br","campinagrande.br","campinas.br","caxias.br","cim.br","cng.br","cnt.br","com.br","contagem.br","coop.br","cri.br","cuiaba.br","curitiba.br","def.br","ecn.br","eco.br","edu.br","emp.br","eng.br","esp.br","etc.br","eti.br","far.br","feira.br","flog.br","floripa.br","fm.br","fnd.br","fortal.br","fot.br","foz.br","fst.br","g12.br","ggf.br","goiania.br","gov.br","ac.gov.br","al.gov.br","am.gov.br","ap.gov.br","ba.gov.br","ce.gov.br","df.gov.br","es.gov.br","go.gov.br","ma.gov.br","mg.gov.br","ms.gov.br","mt.gov.br","pa.gov.br","pb.gov.br","pe.gov.br","pi.gov.br","pr.gov.br","rj.gov.br","rn.gov.br","ro.gov.br","rr.gov.br","rs.gov.br","sc.gov.br","se.gov.br","sp.gov.br","to.gov.br","gru.br","imb.br","ind.br","inf.br","jab.br","jampa.br","jdf.br","joinville.br","jor.br","jus.br","leg.br","lel.br","londrina.br","macapa.br","maceio.br","manaus.br","maringa.br","mat.br","med.br","mil.br","morena.br","mp.br","mus.br","natal.br","net.br","niteroi.br","*.nom.br","not.br","ntr.br","odo.br","ong.br","org.br","osasco.br","palmas.br","poa.br","ppg.br","pro.br","psc.br","psi.br","pvh.br","qsl.br","radio.br","rec.br","recife.br","ribeirao.br","rio.br","riobranco.br","riopreto.br","salvador.br","sampa.br","santamaria.br","santoandre.br","saobernardo.br","saogonca.br","sjc.br","slg.br","slz.br","sorocaba.br","srv.br","taxi.br","tc.br","teo.br","the.br","tmp.br","trd.br","tur.br","tv.br","udi.br","vet.br","vix.br","vlog.br","wiki.br","zlg.br","bs","com.bs","net.bs","org.bs","edu.bs","gov.bs","bt","com.bt","edu.bt","gov.bt","net.bt","org.bt","bv","bw","co.bw","org.bw","by","gov.by","mil.by","com.by","of.by","bz","com.bz","net.bz","org.bz","edu.bz","gov.bz","ca","ab.ca","bc.ca","mb.ca","nb.ca","nf.ca","nl.ca","ns.ca","nt.ca","nu.ca","on.ca","pe.ca","qc.ca","sk.ca","yk.ca","gc.ca","cat","cc","cd","gov.cd","cf","cg","ch","ci","org.ci","or.ci","com.ci","co.ci","edu.ci","ed.ci","ac.ci","net.ci","go.ci","asso.ci","aéroport.ci","int.ci","presse.ci","md.ci","gouv.ci","*.ck","!www.ck","cl","aprendemas.cl","co.cl","gob.cl","gov.cl","mil.cl","cm","co.cm","com.cm","gov.cm","net.cm","cn","ac.cn","com.cn","edu.cn","gov.cn","net.cn","org.cn","mil.cn","公司.cn","网络.cn","網絡.cn","ah.cn","bj.cn","cq.cn","fj.cn","gd.cn","gs.cn","gz.cn","gx.cn","ha.cn","hb.cn","he.cn","hi.cn","hl.cn","hn.cn","jl.cn","js.cn","jx.cn","ln.cn","nm.cn","nx.cn","qh.cn","sc.cn","sd.cn","sh.cn","sn.cn","sx.cn","tj.cn","xj.cn","xz.cn","yn.cn","zj.cn","hk.cn","mo.cn","tw.cn","co","arts.co","com.co","edu.co","firm.co","gov.co","info.co","int.co","mil.co","net.co","nom.co","org.co","rec.co","web.co","com","coop","cr","ac.cr","co.cr","ed.cr","fi.cr","go.cr","or.cr","sa.cr","cu","com.cu","edu.cu","org.cu","net.cu","gov.cu","inf.cu","cv","cw","com.cw","edu.cw","net.cw","org.cw","cx","gov.cx","cy","ac.cy","biz.cy","com.cy","ekloges.cy","gov.cy","ltd.cy","name.cy","net.cy","org.cy","parliament.cy","press.cy","pro.cy","tm.cy","cz","de","dj","dk","dm","com.dm","net.dm","org.dm","edu.dm","gov.dm","do","art.do","com.do","edu.do","gob.do","gov.do","mil.do","net.do","org.do","sld.do","web.do","dz","com.dz","org.dz","net.dz","gov.dz","edu.dz","asso.dz","pol.dz","art.dz","ec","com.ec","info.ec","net.ec","fin.ec","k12.ec","med.ec","pro.ec","org.ec","edu.ec","gov.ec","gob.ec","mil.ec","edu","ee","edu.ee","gov.ee","riik.ee","lib.ee","med.ee","com.ee","pri.ee","aip.ee","org.ee","fie.ee","eg","com.eg","edu.eg","eun.eg","gov.eg","mil.eg","name.eg","net.eg","org.eg","sci.eg","*.er","es","com.es","nom.es","org.es","gob.es","edu.es","et","com.et","gov.et","org.et","edu.et","biz.et","name.et","info.et","net.et","eu","fi","aland.fi","fj","ac.fj","biz.fj","com.fj","gov.fj","info.fj","mil.fj","name.fj","net.fj","org.fj","pro.fj","*.fk","fm","fo","fr","asso.fr","com.fr","gouv.fr","nom.fr","prd.fr","tm.fr","aeroport.fr","avocat.fr","avoues.fr","cci.fr","chambagri.fr","chirurgiens-dentistes.fr","experts-comptables.fr","geometre-expert.fr","greta.fr","huissier-justice.fr","medecin.fr","notaires.fr","pharmacien.fr","port.fr","veterinaire.fr","ga","gb","gd","ge","com.ge","edu.ge","gov.ge","org.ge","mil.ge","net.ge","pvt.ge","gf","gg","co.gg","net.gg","org.gg","gh","com.gh","edu.gh","gov.gh","org.gh","mil.gh","gi","com.gi","ltd.gi","gov.gi","mod.gi","edu.gi","org.gi","gl","co.gl","com.gl","edu.gl","net.gl","org.gl","gm","gn","ac.gn","com.gn","edu.gn","gov.gn","org.gn","net.gn","gov","gp","com.gp","net.gp","mobi.gp","edu.gp","org.gp","asso.gp","gq","gr","com.gr","edu.gr","net.gr","org.gr","gov.gr","gs","gt","com.gt","edu.gt","gob.gt","ind.gt","mil.gt","net.gt","org.gt","gu","com.gu","edu.gu","gov.gu","guam.gu","info.gu","net.gu","org.gu","web.gu","gw","gy","co.gy","com.gy","edu.gy","gov.gy","net.gy","org.gy","hk","com.hk","edu.hk","gov.hk","idv.hk","net.hk","org.hk","公司.hk","教育.hk","敎育.hk","政府.hk","個人.hk","个人.hk","箇人.hk","網络.hk","网络.hk","组織.hk","網絡.hk","网絡.hk","组织.hk","組織.hk","組织.hk","hm","hn","com.hn","edu.hn","org.hn","net.hn","mil.hn","gob.hn","hr","iz.hr","from.hr","name.hr","com.hr","ht","com.ht","shop.ht","firm.ht","info.ht","adult.ht","net.ht","pro.ht","org.ht","med.ht","art.ht","coop.ht","pol.ht","asso.ht","edu.ht","rel.ht","gouv.ht","perso.ht","hu","co.hu","info.hu","org.hu","priv.hu","sport.hu","tm.hu","2000.hu","agrar.hu","bolt.hu","casino.hu","city.hu","erotica.hu","erotika.hu","film.hu","forum.hu","games.hu","hotel.hu","ingatlan.hu","jogasz.hu","konyvelo.hu","lakas.hu","media.hu","news.hu","reklam.hu","sex.hu","shop.hu","suli.hu","szex.hu","tozsde.hu","utazas.hu","video.hu","id","ac.id","biz.id","co.id","desa.id","go.id","mil.id","my.id","net.id","or.id","ponpes.id","sch.id","web.id","ie","gov.ie","il","ac.il","co.il","gov.il","idf.il","k12.il","muni.il","net.il","org.il","im","ac.im","co.im","com.im","ltd.co.im","net.im","org.im","plc.co.im","tt.im","tv.im","in","co.in","firm.in","net.in","org.in","gen.in","ind.in","nic.in","ac.in","edu.in","res.in","gov.in","mil.in","info","int","eu.int","io","com.io","iq","gov.iq","edu.iq","mil.iq","com.iq","org.iq","net.iq","ir","ac.ir","co.ir","gov.ir","id.ir","net.ir","org.ir","sch.ir","ایران.ir","ايران.ir","is","net.is","com.is","edu.is","gov.is","org.is","int.is","it","gov.it","edu.it","abr.it","abruzzo.it","aosta-valley.it","aostavalley.it","bas.it","basilicata.it","cal.it","calabria.it","cam.it","campania.it","emilia-romagna.it","emiliaromagna.it","emr.it","friuli-v-giulia.it","friuli-ve-giulia.it","friuli-vegiulia.it","friuli-venezia-giulia.it","friuli-veneziagiulia.it","friuli-vgiulia.it","friuliv-giulia.it","friulive-giulia.it","friulivegiulia.it","friulivenezia-giulia.it","friuliveneziagiulia.it","friulivgiulia.it","fvg.it","laz.it","lazio.it","lig.it","liguria.it","lom.it","lombardia.it","lombardy.it","lucania.it","mar.it","marche.it","mol.it","molise.it","piedmont.it","piemonte.it","pmn.it","pug.it","puglia.it","sar.it","sardegna.it","sardinia.it","sic.it","sicilia.it","sicily.it","taa.it","tos.it","toscana.it","trentin-sud-tirol.it","trentin-süd-tirol.it","trentin-sudtirol.it","trentin-südtirol.it","trentin-sued-tirol.it","trentin-suedtirol.it","trentino-a-adige.it","trentino-aadige.it","trentino-alto-adige.it","trentino-altoadige.it","trentino-s-tirol.it","trentino-stirol.it","trentino-sud-tirol.it","trentino-süd-tirol.it","trentino-sudtirol.it","trentino-südtirol.it","trentino-sued-tirol.it","trentino-suedtirol.it","trentino.it","trentinoa-adige.it","trentinoaadige.it","trentinoalto-adige.it","trentinoaltoadige.it","trentinos-tirol.it","trentinostirol.it","trentinosud-tirol.it","trentinosüd-tirol.it","trentinosudtirol.it","trentinosüdtirol.it","trentinosued-tirol.it","trentinosuedtirol.it","trentinsud-tirol.it","trentinsüd-tirol.it","trentinsudtirol.it","trentinsüdtirol.it","trentinsued-tirol.it","trentinsuedtirol.it","tuscany.it","umb.it","umbria.it","val-d-aosta.it","val-daosta.it","vald-aosta.it","valdaosta.it","valle-aosta.it","valle-d-aosta.it","valle-daosta.it","valleaosta.it","valled-aosta.it","valledaosta.it","vallee-aoste.it","vallée-aoste.it","vallee-d-aoste.it","vallée-d-aoste.it","valleeaoste.it","valléeaoste.it","valleedaoste.it","valléedaoste.it","vao.it","vda.it","ven.it","veneto.it","ag.it","agrigento.it","al.it","alessandria.it","alto-adige.it","altoadige.it","an.it","ancona.it","andria-barletta-trani.it","andria-trani-barletta.it","andriabarlettatrani.it","andriatranibarletta.it","ao.it","aosta.it","aoste.it","ap.it","aq.it","aquila.it","ar.it","arezzo.it","ascoli-piceno.it","ascolipiceno.it","asti.it","at.it","av.it","avellino.it","ba.it","balsan-sudtirol.it","balsan-südtirol.it","balsan-suedtirol.it","balsan.it","bari.it","barletta-trani-andria.it","barlettatraniandria.it","belluno.it","benevento.it","bergamo.it","bg.it","bi.it","biella.it","bl.it","bn.it","bo.it","bologna.it","bolzano-altoadige.it","bolzano.it","bozen-sudtirol.it","bozen-südtirol.it","bozen-suedtirol.it","bozen.it","br.it","brescia.it","brindisi.it","bs.it","bt.it","bulsan-sudtirol.it","bulsan-südtirol.it","bulsan-suedtirol.it","bulsan.it","bz.it","ca.it","cagliari.it","caltanissetta.it","campidano-medio.it","campidanomedio.it","campobasso.it","carbonia-iglesias.it","carboniaiglesias.it","carrara-massa.it","carraramassa.it","caserta.it","catania.it","catanzaro.it","cb.it","ce.it","cesena-forli.it","cesena-forlì.it","cesenaforli.it","cesenaforlì.it","ch.it","chieti.it","ci.it","cl.it","cn.it","co.it","como.it","cosenza.it","cr.it","cremona.it","crotone.it","cs.it","ct.it","cuneo.it","cz.it","dell-ogliastra.it","dellogliastra.it","en.it","enna.it","fc.it","fe.it","fermo.it","ferrara.it","fg.it","fi.it","firenze.it","florence.it","fm.it","foggia.it","forli-cesena.it","forlì-cesena.it","forlicesena.it","forlìcesena.it","fr.it","frosinone.it","ge.it","genoa.it","genova.it","go.it","gorizia.it","gr.it","grosseto.it","iglesias-carbonia.it","iglesiascarbonia.it","im.it","imperia.it","is.it","isernia.it","kr.it","la-spezia.it","laquila.it","laspezia.it","latina.it","lc.it","le.it","lecce.it","lecco.it","li.it","livorno.it","lo.it","lodi.it","lt.it","lu.it","lucca.it","macerata.it","mantova.it","massa-carrara.it","massacarrara.it","matera.it","mb.it","mc.it","me.it","medio-campidano.it","mediocampidano.it","messina.it","mi.it","milan.it","milano.it","mn.it","mo.it","modena.it","monza-brianza.it","monza-e-della-brianza.it","monza.it","monzabrianza.it","monzaebrianza.it","monzaedellabrianza.it","ms.it","mt.it","na.it","naples.it","napoli.it","no.it","novara.it","nu.it","nuoro.it","og.it","ogliastra.it","olbia-tempio.it","olbiatempio.it","or.it","oristano.it","ot.it","pa.it","padova.it","padua.it","palermo.it","parma.it","pavia.it","pc.it","pd.it","pe.it","perugia.it","pesaro-urbino.it","pesarourbino.it","pescara.it","pg.it","pi.it","piacenza.it","pisa.it","pistoia.it","pn.it","po.it","pordenone.it","potenza.it","pr.it","prato.it","pt.it","pu.it","pv.it","pz.it","ra.it","ragusa.it","ravenna.it","rc.it","re.it","reggio-calabria.it","reggio-emilia.it","reggiocalabria.it","reggioemilia.it","rg.it","ri.it","rieti.it","rimini.it","rm.it","rn.it","ro.it","roma.it","rome.it","rovigo.it","sa.it","salerno.it","sassari.it","savona.it","si.it","siena.it","siracusa.it","so.it","sondrio.it","sp.it","sr.it","ss.it","suedtirol.it","südtirol.it","sv.it","ta.it","taranto.it","te.it","tempio-olbia.it","tempioolbia.it","teramo.it","terni.it","tn.it","to.it","torino.it","tp.it","tr.it","trani-andria-barletta.it","trani-barletta-andria.it","traniandriabarletta.it","tranibarlettaandria.it","trapani.it","trento.it","treviso.it","trieste.it","ts.it","turin.it","tv.it","ud.it","udine.it","urbino-pesaro.it","urbinopesaro.it","va.it","varese.it","vb.it","vc.it","ve.it","venezia.it","venice.it","verbania.it","vercelli.it","verona.it","vi.it","vibo-valentia.it","vibovalentia.it","vicenza.it","viterbo.it","vr.it","vs.it","vt.it","vv.it","je","co.je","net.je","org.je","*.jm","jo","com.jo","org.jo","net.jo","edu.jo","sch.jo","gov.jo","mil.jo","name.jo","jobs","jp","ac.jp","ad.jp","co.jp","ed.jp","go.jp","gr.jp","lg.jp","ne.jp","or.jp","aichi.jp","akita.jp","aomori.jp","chiba.jp","ehime.jp","fukui.jp","fukuoka.jp","fukushima.jp","gifu.jp","gunma.jp","hiroshima.jp","hokkaido.jp","hyogo.jp","ibaraki.jp","ishikawa.jp","iwate.jp","kagawa.jp","kagoshima.jp","kanagawa.jp","kochi.jp","kumamoto.jp","kyoto.jp","mie.jp","miyagi.jp","miyazaki.jp","nagano.jp","nagasaki.jp","nara.jp","niigata.jp","oita.jp","okayama.jp","okinawa.jp","osaka.jp","saga.jp","saitama.jp","shiga.jp","shimane.jp","shizuoka.jp","tochigi.jp","tokushima.jp","tokyo.jp","tottori.jp","toyama.jp","wakayama.jp","yamagata.jp","yamaguchi.jp","yamanashi.jp","栃木.jp","愛知.jp","愛媛.jp","兵庫.jp","熊本.jp","茨城.jp","北海道.jp","千葉.jp","和歌山.jp","長崎.jp","長野.jp","新潟.jp","青森.jp","静岡.jp","東京.jp","石川.jp","埼玉.jp","三重.jp","京都.jp","佐賀.jp","大分.jp","大阪.jp","奈良.jp","宮城.jp","宮崎.jp","富山.jp","山口.jp","山形.jp","山梨.jp","岩手.jp","岐阜.jp","岡山.jp","島根.jp","広島.jp","徳島.jp","沖縄.jp","滋賀.jp","神奈川.jp","福井.jp","福岡.jp","福島.jp","秋田.jp","群馬.jp","香川.jp","高知.jp","鳥取.jp","鹿児島.jp","*.kawasaki.jp","*.kitakyushu.jp","*.kobe.jp","*.nagoya.jp","*.sapporo.jp","*.sendai.jp","*.yokohama.jp","!city.kawasaki.jp","!city.kitakyushu.jp","!city.kobe.jp","!city.nagoya.jp","!city.sapporo.jp","!city.sendai.jp","!city.yokohama.jp","aisai.aichi.jp","ama.aichi.jp","anjo.aichi.jp","asuke.aichi.jp","chiryu.aichi.jp","chita.aichi.jp","fuso.aichi.jp","gamagori.aichi.jp","handa.aichi.jp","hazu.aichi.jp","hekinan.aichi.jp","higashiura.aichi.jp","ichinomiya.aichi.jp","inazawa.aichi.jp","inuyama.aichi.jp","isshiki.aichi.jp","iwakura.aichi.jp","kanie.aichi.jp","kariya.aichi.jp","kasugai.aichi.jp","kira.aichi.jp","kiyosu.aichi.jp","komaki.aichi.jp","konan.aichi.jp","kota.aichi.jp","mihama.aichi.jp","miyoshi.aichi.jp","nishio.aichi.jp","nisshin.aichi.jp","obu.aichi.jp","oguchi.aichi.jp","oharu.aichi.jp","okazaki.aichi.jp","owariasahi.aichi.jp","seto.aichi.jp","shikatsu.aichi.jp","shinshiro.aichi.jp","shitara.aichi.jp","tahara.aichi.jp","takahama.aichi.jp","tobishima.aichi.jp","toei.aichi.jp","togo.aichi.jp","tokai.aichi.jp","tokoname.aichi.jp","toyoake.aichi.jp","toyohashi.aichi.jp","toyokawa.aichi.jp","toyone.aichi.jp","toyota.aichi.jp","tsushima.aichi.jp","yatomi.aichi.jp","akita.akita.jp","daisen.akita.jp","fujisato.akita.jp","gojome.akita.jp","hachirogata.akita.jp","happou.akita.jp","higashinaruse.akita.jp","honjo.akita.jp","honjyo.akita.jp","ikawa.akita.jp","kamikoani.akita.jp","kamioka.akita.jp","katagami.akita.jp","kazuno.akita.jp","kitaakita.akita.jp","kosaka.akita.jp","kyowa.akita.jp","misato.akita.jp","mitane.akita.jp","moriyoshi.akita.jp","nikaho.akita.jp","noshiro.akita.jp","odate.akita.jp","oga.akita.jp","ogata.akita.jp","semboku.akita.jp","yokote.akita.jp","yurihonjo.akita.jp","aomori.aomori.jp","gonohe.aomori.jp","hachinohe.aomori.jp","hashikami.aomori.jp","hiranai.aomori.jp","hirosaki.aomori.jp","itayanagi.aomori.jp","kuroishi.aomori.jp","misawa.aomori.jp","mutsu.aomori.jp","nakadomari.aomori.jp","noheji.aomori.jp","oirase.aomori.jp","owani.aomori.jp","rokunohe.aomori.jp","sannohe.aomori.jp","shichinohe.aomori.jp","shingo.aomori.jp","takko.aomori.jp","towada.aomori.jp","tsugaru.aomori.jp","tsuruta.aomori.jp","abiko.chiba.jp","asahi.chiba.jp","chonan.chiba.jp","chosei.chiba.jp","choshi.chiba.jp","chuo.chiba.jp","funabashi.chiba.jp","futtsu.chiba.jp","hanamigawa.chiba.jp","ichihara.chiba.jp","ichikawa.chiba.jp","ichinomiya.chiba.jp","inzai.chiba.jp","isumi.chiba.jp","kamagaya.chiba.jp","kamogawa.chiba.jp","kashiwa.chiba.jp","katori.chiba.jp","katsuura.chiba.jp","kimitsu.chiba.jp","kisarazu.chiba.jp","kozaki.chiba.jp","kujukuri.chiba.jp","kyonan.chiba.jp","matsudo.chiba.jp","midori.chiba.jp","mihama.chiba.jp","minamiboso.chiba.jp","mobara.chiba.jp","mutsuzawa.chiba.jp","nagara.chiba.jp","nagareyama.chiba.jp","narashino.chiba.jp","narita.chiba.jp","noda.chiba.jp","oamishirasato.chiba.jp","omigawa.chiba.jp","onjuku.chiba.jp","otaki.chiba.jp","sakae.chiba.jp","sakura.chiba.jp","shimofusa.chiba.jp","shirako.chiba.jp","shiroi.chiba.jp","shisui.chiba.jp","sodegaura.chiba.jp","sosa.chiba.jp","tako.chiba.jp","tateyama.chiba.jp","togane.chiba.jp","tohnosho.chiba.jp","tomisato.chiba.jp","urayasu.chiba.jp","yachimata.chiba.jp","yachiyo.chiba.jp","yokaichiba.chiba.jp","yokoshibahikari.chiba.jp","yotsukaido.chiba.jp","ainan.ehime.jp","honai.ehime.jp","ikata.ehime.jp","imabari.ehime.jp","iyo.ehime.jp","kamijima.ehime.jp","kihoku.ehime.jp","kumakogen.ehime.jp","masaki.ehime.jp","matsuno.ehime.jp","matsuyama.ehime.jp","namikata.ehime.jp","niihama.ehime.jp","ozu.ehime.jp","saijo.ehime.jp","seiyo.ehime.jp","shikokuchuo.ehime.jp","tobe.ehime.jp","toon.ehime.jp","uchiko.ehime.jp","uwajima.ehime.jp","yawatahama.ehime.jp","echizen.fukui.jp","eiheiji.fukui.jp","fukui.fukui.jp","ikeda.fukui.jp","katsuyama.fukui.jp","mihama.fukui.jp","minamiechizen.fukui.jp","obama.fukui.jp","ohi.fukui.jp","ono.fukui.jp","sabae.fukui.jp","sakai.fukui.jp","takahama.fukui.jp","tsuruga.fukui.jp","wakasa.fukui.jp","ashiya.fukuoka.jp","buzen.fukuoka.jp","chikugo.fukuoka.jp","chikuho.fukuoka.jp","chikujo.fukuoka.jp","chikushino.fukuoka.jp","chikuzen.fukuoka.jp","chuo.fukuoka.jp","dazaifu.fukuoka.jp","fukuchi.fukuoka.jp","hakata.fukuoka.jp","higashi.fukuoka.jp","hirokawa.fukuoka.jp","hisayama.fukuoka.jp","iizuka.fukuoka.jp","inatsuki.fukuoka.jp","kaho.fukuoka.jp","kasuga.fukuoka.jp","kasuya.fukuoka.jp","kawara.fukuoka.jp","keisen.fukuoka.jp","koga.fukuoka.jp","kurate.fukuoka.jp","kurogi.fukuoka.jp","kurume.fukuoka.jp","minami.fukuoka.jp","miyako.fukuoka.jp","miyama.fukuoka.jp","miyawaka.fukuoka.jp","mizumaki.fukuoka.jp","munakata.fukuoka.jp","nakagawa.fukuoka.jp","nakama.fukuoka.jp","nishi.fukuoka.jp","nogata.fukuoka.jp","ogori.fukuoka.jp","okagaki.fukuoka.jp","okawa.fukuoka.jp","oki.fukuoka.jp","omuta.fukuoka.jp","onga.fukuoka.jp","onojo.fukuoka.jp","oto.fukuoka.jp","saigawa.fukuoka.jp","sasaguri.fukuoka.jp","shingu.fukuoka.jp","shinyoshitomi.fukuoka.jp","shonai.fukuoka.jp","soeda.fukuoka.jp","sue.fukuoka.jp","tachiarai.fukuoka.jp","tagawa.fukuoka.jp","takata.fukuoka.jp","toho.fukuoka.jp","toyotsu.fukuoka.jp","tsuiki.fukuoka.jp","ukiha.fukuoka.jp","umi.fukuoka.jp","usui.fukuoka.jp","yamada.fukuoka.jp","yame.fukuoka.jp","yanagawa.fukuoka.jp","yukuhashi.fukuoka.jp","aizubange.fukushima.jp","aizumisato.fukushima.jp","aizuwakamatsu.fukushima.jp","asakawa.fukushima.jp","bandai.fukushima.jp","date.fukushima.jp","fukushima.fukushima.jp","furudono.fukushima.jp","futaba.fukushima.jp","hanawa.fukushima.jp","higashi.fukushima.jp","hirata.fukushima.jp","hirono.fukushima.jp","iitate.fukushima.jp","inawashiro.fukushima.jp","ishikawa.fukushima.jp","iwaki.fukushima.jp","izumizaki.fukushima.jp","kagamiishi.fukushima.jp","kaneyama.fukushima.jp","kawamata.fukushima.jp","kitakata.fukushima.jp","kitashiobara.fukushima.jp","koori.fukushima.jp","koriyama.fukushima.jp","kunimi.fukushima.jp","miharu.fukushima.jp","mishima.fukushima.jp","namie.fukushima.jp","nango.fukushima.jp","nishiaizu.fukushima.jp","nishigo.fukushima.jp","okuma.fukushima.jp","omotego.fukushima.jp","ono.fukushima.jp","otama.fukushima.jp","samegawa.fukushima.jp","shimogo.fukushima.jp","shirakawa.fukushima.jp","showa.fukushima.jp","soma.fukushima.jp","sukagawa.fukushima.jp","taishin.fukushima.jp","tamakawa.fukushima.jp","tanagura.fukushima.jp","tenei.fukushima.jp","yabuki.fukushima.jp","yamato.fukushima.jp","yamatsuri.fukushima.jp","yanaizu.fukushima.jp","yugawa.fukushima.jp","anpachi.gifu.jp","ena.gifu.jp","gifu.gifu.jp","ginan.gifu.jp","godo.gifu.jp","gujo.gifu.jp","hashima.gifu.jp","hichiso.gifu.jp","hida.gifu.jp","higashishirakawa.gifu.jp","ibigawa.gifu.jp","ikeda.gifu.jp","kakamigahara.gifu.jp","kani.gifu.jp","kasahara.gifu.jp","kasamatsu.gifu.jp","kawaue.gifu.jp","kitagata.gifu.jp","mino.gifu.jp","minokamo.gifu.jp","mitake.gifu.jp","mizunami.gifu.jp","motosu.gifu.jp","nakatsugawa.gifu.jp","ogaki.gifu.jp","sakahogi.gifu.jp","seki.gifu.jp","sekigahara.gifu.jp","shirakawa.gifu.jp","tajimi.gifu.jp","takayama.gifu.jp","tarui.gifu.jp","toki.gifu.jp","tomika.gifu.jp","wanouchi.gifu.jp","yamagata.gifu.jp","yaotsu.gifu.jp","yoro.gifu.jp","annaka.gunma.jp","chiyoda.gunma.jp","fujioka.gunma.jp","higashiagatsuma.gunma.jp","isesaki.gunma.jp","itakura.gunma.jp","kanna.gunma.jp","kanra.gunma.jp","katashina.gunma.jp","kawaba.gunma.jp","kiryu.gunma.jp","kusatsu.gunma.jp","maebashi.gunma.jp","meiwa.gunma.jp","midori.gunma.jp","minakami.gunma.jp","naganohara.gunma.jp","nakanojo.gunma.jp","nanmoku.gunma.jp","numata.gunma.jp","oizumi.gunma.jp","ora.gunma.jp","ota.gunma.jp","shibukawa.gunma.jp","shimonita.gunma.jp","shinto.gunma.jp","showa.gunma.jp","takasaki.gunma.jp","takayama.gunma.jp","tamamura.gunma.jp","tatebayashi.gunma.jp","tomioka.gunma.jp","tsukiyono.gunma.jp","tsumagoi.gunma.jp","ueno.gunma.jp","yoshioka.gunma.jp","asaminami.hiroshima.jp","daiwa.hiroshima.jp","etajima.hiroshima.jp","fuchu.hiroshima.jp","fukuyama.hiroshima.jp","hatsukaichi.hiroshima.jp","higashihiroshima.hiroshima.jp","hongo.hiroshima.jp","jinsekikogen.hiroshima.jp","kaita.hiroshima.jp","kui.hiroshima.jp","kumano.hiroshima.jp","kure.hiroshima.jp","mihara.hiroshima.jp","miyoshi.hiroshima.jp","naka.hiroshima.jp","onomichi.hiroshima.jp","osakikamijima.hiroshima.jp","otake.hiroshima.jp","saka.hiroshima.jp","sera.hiroshima.jp","seranishi.hiroshima.jp","shinichi.hiroshima.jp","shobara.hiroshima.jp","takehara.hiroshima.jp","abashiri.hokkaido.jp","abira.hokkaido.jp","aibetsu.hokkaido.jp","akabira.hokkaido.jp","akkeshi.hokkaido.jp","asahikawa.hokkaido.jp","ashibetsu.hokkaido.jp","ashoro.hokkaido.jp","assabu.hokkaido.jp","atsuma.hokkaido.jp","bibai.hokkaido.jp","biei.hokkaido.jp","bifuka.hokkaido.jp","bihoro.hokkaido.jp","biratori.hokkaido.jp","chippubetsu.hokkaido.jp","chitose.hokkaido.jp","date.hokkaido.jp","ebetsu.hokkaido.jp","embetsu.hokkaido.jp","eniwa.hokkaido.jp","erimo.hokkaido.jp","esan.hokkaido.jp","esashi.hokkaido.jp","fukagawa.hokkaido.jp","fukushima.hokkaido.jp","furano.hokkaido.jp","furubira.hokkaido.jp","haboro.hokkaido.jp","hakodate.hokkaido.jp","hamatonbetsu.hokkaido.jp","hidaka.hokkaido.jp","higashikagura.hokkaido.jp","higashikawa.hokkaido.jp","hiroo.hokkaido.jp","hokuryu.hokkaido.jp","hokuto.hokkaido.jp","honbetsu.hokkaido.jp","horokanai.hokkaido.jp","horonobe.hokkaido.jp","ikeda.hokkaido.jp","imakane.hokkaido.jp","ishikari.hokkaido.jp","iwamizawa.hokkaido.jp","iwanai.hokkaido.jp","kamifurano.hokkaido.jp","kamikawa.hokkaido.jp","kamishihoro.hokkaido.jp","kamisunagawa.hokkaido.jp","kamoenai.hokkaido.jp","kayabe.hokkaido.jp","kembuchi.hokkaido.jp","kikonai.hokkaido.jp","kimobetsu.hokkaido.jp","kitahiroshima.hokkaido.jp","kitami.hokkaido.jp","kiyosato.hokkaido.jp","koshimizu.hokkaido.jp","kunneppu.hokkaido.jp","kuriyama.hokkaido.jp","kuromatsunai.hokkaido.jp","kushiro.hokkaido.jp","kutchan.hokkaido.jp","kyowa.hokkaido.jp","mashike.hokkaido.jp","matsumae.hokkaido.jp","mikasa.hokkaido.jp","minamifurano.hokkaido.jp","mombetsu.hokkaido.jp","moseushi.hokkaido.jp","mukawa.hokkaido.jp","muroran.hokkaido.jp","naie.hokkaido.jp","nakagawa.hokkaido.jp","nakasatsunai.hokkaido.jp","nakatombetsu.hokkaido.jp","nanae.hokkaido.jp","nanporo.hokkaido.jp","nayoro.hokkaido.jp","nemuro.hokkaido.jp","niikappu.hokkaido.jp","niki.hokkaido.jp","nishiokoppe.hokkaido.jp","noboribetsu.hokkaido.jp","numata.hokkaido.jp","obihiro.hokkaido.jp","obira.hokkaido.jp","oketo.hokkaido.jp","okoppe.hokkaido.jp","otaru.hokkaido.jp","otobe.hokkaido.jp","otofuke.hokkaido.jp","otoineppu.hokkaido.jp","oumu.hokkaido.jp","ozora.hokkaido.jp","pippu.hokkaido.jp","rankoshi.hokkaido.jp","rebun.hokkaido.jp","rikubetsu.hokkaido.jp","rishiri.hokkaido.jp","rishirifuji.hokkaido.jp","saroma.hokkaido.jp","sarufutsu.hokkaido.jp","shakotan.hokkaido.jp","shari.hokkaido.jp","shibecha.hokkaido.jp","shibetsu.hokkaido.jp","shikabe.hokkaido.jp","shikaoi.hokkaido.jp","shimamaki.hokkaido.jp","shimizu.hokkaido.jp","shimokawa.hokkaido.jp","shinshinotsu.hokkaido.jp","shintoku.hokkaido.jp","shiranuka.hokkaido.jp","shiraoi.hokkaido.jp","shiriuchi.hokkaido.jp","sobetsu.hokkaido.jp","sunagawa.hokkaido.jp","taiki.hokkaido.jp","takasu.hokkaido.jp","takikawa.hokkaido.jp","takinoue.hokkaido.jp","teshikaga.hokkaido.jp","tobetsu.hokkaido.jp","tohma.hokkaido.jp","tomakomai.hokkaido.jp","tomari.hokkaido.jp","toya.hokkaido.jp","toyako.hokkaido.jp","toyotomi.hokkaido.jp","toyoura.hokkaido.jp","tsubetsu.hokkaido.jp","tsukigata.hokkaido.jp","urakawa.hokkaido.jp","urausu.hokkaido.jp","uryu.hokkaido.jp","utashinai.hokkaido.jp","wakkanai.hokkaido.jp","wassamu.hokkaido.jp","yakumo.hokkaido.jp","yoichi.hokkaido.jp","aioi.hyogo.jp","akashi.hyogo.jp","ako.hyogo.jp","amagasaki.hyogo.jp","aogaki.hyogo.jp","asago.hyogo.jp","ashiya.hyogo.jp","awaji.hyogo.jp","fukusaki.hyogo.jp","goshiki.hyogo.jp","harima.hyogo.jp","himeji.hyogo.jp","ichikawa.hyogo.jp","inagawa.hyogo.jp","itami.hyogo.jp","kakogawa.hyogo.jp","kamigori.hyogo.jp","kamikawa.hyogo.jp","kasai.hyogo.jp","kasuga.hyogo.jp","kawanishi.hyogo.jp","miki.hyogo.jp","minamiawaji.hyogo.jp","nishinomiya.hyogo.jp","nishiwaki.hyogo.jp","ono.hyogo.jp","sanda.hyogo.jp","sannan.hyogo.jp","sasayama.hyogo.jp","sayo.hyogo.jp","shingu.hyogo.jp","shinonsen.hyogo.jp","shiso.hyogo.jp","sumoto.hyogo.jp","taishi.hyogo.jp","taka.hyogo.jp","takarazuka.hyogo.jp","takasago.hyogo.jp","takino.hyogo.jp","tamba.hyogo.jp","tatsuno.hyogo.jp","toyooka.hyogo.jp","yabu.hyogo.jp","yashiro.hyogo.jp","yoka.hyogo.jp","yokawa.hyogo.jp","ami.ibaraki.jp","asahi.ibaraki.jp","bando.ibaraki.jp","chikusei.ibaraki.jp","daigo.ibaraki.jp","fujishiro.ibaraki.jp","hitachi.ibaraki.jp","hitachinaka.ibaraki.jp","hitachiomiya.ibaraki.jp","hitachiota.ibaraki.jp","ibaraki.ibaraki.jp","ina.ibaraki.jp","inashiki.ibaraki.jp","itako.ibaraki.jp","iwama.ibaraki.jp","joso.ibaraki.jp","kamisu.ibaraki.jp","kasama.ibaraki.jp","kashima.ibaraki.jp","kasumigaura.ibaraki.jp","koga.ibaraki.jp","miho.ibaraki.jp","mito.ibaraki.jp","moriya.ibaraki.jp","naka.ibaraki.jp","namegata.ibaraki.jp","oarai.ibaraki.jp","ogawa.ibaraki.jp","omitama.ibaraki.jp","ryugasaki.ibaraki.jp","sakai.ibaraki.jp","sakuragawa.ibaraki.jp","shimodate.ibaraki.jp","shimotsuma.ibaraki.jp","shirosato.ibaraki.jp","sowa.ibaraki.jp","suifu.ibaraki.jp","takahagi.ibaraki.jp","tamatsukuri.ibaraki.jp","tokai.ibaraki.jp","tomobe.ibaraki.jp","tone.ibaraki.jp","toride.ibaraki.jp","tsuchiura.ibaraki.jp","tsukuba.ibaraki.jp","uchihara.ibaraki.jp","ushiku.ibaraki.jp","yachiyo.ibaraki.jp","yamagata.ibaraki.jp","yawara.ibaraki.jp","yuki.ibaraki.jp","anamizu.ishikawa.jp","hakui.ishikawa.jp","hakusan.ishikawa.jp","kaga.ishikawa.jp","kahoku.ishikawa.jp","kanazawa.ishikawa.jp","kawakita.ishikawa.jp","komatsu.ishikawa.jp","nakanoto.ishikawa.jp","nanao.ishikawa.jp","nomi.ishikawa.jp","nonoichi.ishikawa.jp","noto.ishikawa.jp","shika.ishikawa.jp","suzu.ishikawa.jp","tsubata.ishikawa.jp","tsurugi.ishikawa.jp","uchinada.ishikawa.jp","wajima.ishikawa.jp","fudai.iwate.jp","fujisawa.iwate.jp","hanamaki.iwate.jp","hiraizumi.iwate.jp","hirono.iwate.jp","ichinohe.iwate.jp","ichinoseki.iwate.jp","iwaizumi.iwate.jp","iwate.iwate.jp","joboji.iwate.jp","kamaishi.iwate.jp","kanegasaki.iwate.jp","karumai.iwate.jp","kawai.iwate.jp","kitakami.iwate.jp","kuji.iwate.jp","kunohe.iwate.jp","kuzumaki.iwate.jp","miyako.iwate.jp","mizusawa.iwate.jp","morioka.iwate.jp","ninohe.iwate.jp","noda.iwate.jp","ofunato.iwate.jp","oshu.iwate.jp","otsuchi.iwate.jp","rikuzentakata.iwate.jp","shiwa.iwate.jp","shizukuishi.iwate.jp","sumita.iwate.jp","tanohata.iwate.jp","tono.iwate.jp","yahaba.iwate.jp","yamada.iwate.jp","ayagawa.kagawa.jp","higashikagawa.kagawa.jp","kanonji.kagawa.jp","kotohira.kagawa.jp","manno.kagawa.jp","marugame.kagawa.jp","mitoyo.kagawa.jp","naoshima.kagawa.jp","sanuki.kagawa.jp","tadotsu.kagawa.jp","takamatsu.kagawa.jp","tonosho.kagawa.jp","uchinomi.kagawa.jp","utazu.kagawa.jp","zentsuji.kagawa.jp","akune.kagoshima.jp","amami.kagoshima.jp","hioki.kagoshima.jp","isa.kagoshima.jp","isen.kagoshima.jp","izumi.kagoshima.jp","kagoshima.kagoshima.jp","kanoya.kagoshima.jp","kawanabe.kagoshima.jp","kinko.kagoshima.jp","kouyama.kagoshima.jp","makurazaki.kagoshima.jp","matsumoto.kagoshima.jp","minamitane.kagoshima.jp","nakatane.kagoshima.jp","nishinoomote.kagoshima.jp","satsumasendai.kagoshima.jp","soo.kagoshima.jp","tarumizu.kagoshima.jp","yusui.kagoshima.jp","aikawa.kanagawa.jp","atsugi.kanagawa.jp","ayase.kanagawa.jp","chigasaki.kanagawa.jp","ebina.kanagawa.jp","fujisawa.kanagawa.jp","hadano.kanagawa.jp","hakone.kanagawa.jp","hiratsuka.kanagawa.jp","isehara.kanagawa.jp","kaisei.kanagawa.jp","kamakura.kanagawa.jp","kiyokawa.kanagawa.jp","matsuda.kanagawa.jp","minamiashigara.kanagawa.jp","miura.kanagawa.jp","nakai.kanagawa.jp","ninomiya.kanagawa.jp","odawara.kanagawa.jp","oi.kanagawa.jp","oiso.kanagawa.jp","sagamihara.kanagawa.jp","samukawa.kanagawa.jp","tsukui.kanagawa.jp","yamakita.kanagawa.jp","yamato.kanagawa.jp","yokosuka.kanagawa.jp","yugawara.kanagawa.jp","zama.kanagawa.jp","zushi.kanagawa.jp","aki.kochi.jp","geisei.kochi.jp","hidaka.kochi.jp","higashitsuno.kochi.jp","ino.kochi.jp","kagami.kochi.jp","kami.kochi.jp","kitagawa.kochi.jp","kochi.kochi.jp","mihara.kochi.jp","motoyama.kochi.jp","muroto.kochi.jp","nahari.kochi.jp","nakamura.kochi.jp","nankoku.kochi.jp","nishitosa.kochi.jp","niyodogawa.kochi.jp","ochi.kochi.jp","okawa.kochi.jp","otoyo.kochi.jp","otsuki.kochi.jp","sakawa.kochi.jp","sukumo.kochi.jp","susaki.kochi.jp","tosa.kochi.jp","tosashimizu.kochi.jp","toyo.kochi.jp","tsuno.kochi.jp","umaji.kochi.jp","yasuda.kochi.jp","yusuhara.kochi.jp","amakusa.kumamoto.jp","arao.kumamoto.jp","aso.kumamoto.jp","choyo.kumamoto.jp","gyokuto.kumamoto.jp","kamiamakusa.kumamoto.jp","kikuchi.kumamoto.jp","kumamoto.kumamoto.jp","mashiki.kumamoto.jp","mifune.kumamoto.jp","minamata.kumamoto.jp","minamioguni.kumamoto.jp","nagasu.kumamoto.jp","nishihara.kumamoto.jp","oguni.kumamoto.jp","ozu.kumamoto.jp","sumoto.kumamoto.jp","takamori.kumamoto.jp","uki.kumamoto.jp","uto.kumamoto.jp","yamaga.kumamoto.jp","yamato.kumamoto.jp","yatsushiro.kumamoto.jp","ayabe.kyoto.jp","fukuchiyama.kyoto.jp","higashiyama.kyoto.jp","ide.kyoto.jp","ine.kyoto.jp","joyo.kyoto.jp","kameoka.kyoto.jp","kamo.kyoto.jp","kita.kyoto.jp","kizu.kyoto.jp","kumiyama.kyoto.jp","kyotamba.kyoto.jp","kyotanabe.kyoto.jp","kyotango.kyoto.jp","maizuru.kyoto.jp","minami.kyoto.jp","minamiyamashiro.kyoto.jp","miyazu.kyoto.jp","muko.kyoto.jp","nagaokakyo.kyoto.jp","nakagyo.kyoto.jp","nantan.kyoto.jp","oyamazaki.kyoto.jp","sakyo.kyoto.jp","seika.kyoto.jp","tanabe.kyoto.jp","uji.kyoto.jp","ujitawara.kyoto.jp","wazuka.kyoto.jp","yamashina.kyoto.jp","yawata.kyoto.jp","asahi.mie.jp","inabe.mie.jp","ise.mie.jp","kameyama.mie.jp","kawagoe.mie.jp","kiho.mie.jp","kisosaki.mie.jp","kiwa.mie.jp","komono.mie.jp","kumano.mie.jp","kuwana.mie.jp","matsusaka.mie.jp","meiwa.mie.jp","mihama.mie.jp","minamiise.mie.jp","misugi.mie.jp","miyama.mie.jp","nabari.mie.jp","shima.mie.jp","suzuka.mie.jp","tado.mie.jp","taiki.mie.jp","taki.mie.jp","tamaki.mie.jp","toba.mie.jp","tsu.mie.jp","udono.mie.jp","ureshino.mie.jp","watarai.mie.jp","yokkaichi.mie.jp","furukawa.miyagi.jp","higashimatsushima.miyagi.jp","ishinomaki.miyagi.jp","iwanuma.miyagi.jp","kakuda.miyagi.jp","kami.miyagi.jp","kawasaki.miyagi.jp","marumori.miyagi.jp","matsushima.miyagi.jp","minamisanriku.miyagi.jp","misato.miyagi.jp","murata.miyagi.jp","natori.miyagi.jp","ogawara.miyagi.jp","ohira.miyagi.jp","onagawa.miyagi.jp","osaki.miyagi.jp","rifu.miyagi.jp","semine.miyagi.jp","shibata.miyagi.jp","shichikashuku.miyagi.jp","shikama.miyagi.jp","shiogama.miyagi.jp","shiroishi.miyagi.jp","tagajo.miyagi.jp","taiwa.miyagi.jp","tome.miyagi.jp","tomiya.miyagi.jp","wakuya.miyagi.jp","watari.miyagi.jp","yamamoto.miyagi.jp","zao.miyagi.jp","aya.miyazaki.jp","ebino.miyazaki.jp","gokase.miyazaki.jp","hyuga.miyazaki.jp","kadogawa.miyazaki.jp","kawaminami.miyazaki.jp","kijo.miyazaki.jp","kitagawa.miyazaki.jp","kitakata.miyazaki.jp","kitaura.miyazaki.jp","kobayashi.miyazaki.jp","kunitomi.miyazaki.jp","kushima.miyazaki.jp","mimata.miyazaki.jp","miyakonojo.miyazaki.jp","miyazaki.miyazaki.jp","morotsuka.miyazaki.jp","nichinan.miyazaki.jp","nishimera.miyazaki.jp","nobeoka.miyazaki.jp","saito.miyazaki.jp","shiiba.miyazaki.jp","shintomi.miyazaki.jp","takaharu.miyazaki.jp","takanabe.miyazaki.jp","takazaki.miyazaki.jp","tsuno.miyazaki.jp","achi.nagano.jp","agematsu.nagano.jp","anan.nagano.jp","aoki.nagano.jp","asahi.nagano.jp","azumino.nagano.jp","chikuhoku.nagano.jp","chikuma.nagano.jp","chino.nagano.jp","fujimi.nagano.jp","hakuba.nagano.jp","hara.nagano.jp","hiraya.nagano.jp","iida.nagano.jp","iijima.nagano.jp","iiyama.nagano.jp","iizuna.nagano.jp","ikeda.nagano.jp","ikusaka.nagano.jp","ina.nagano.jp","karuizawa.nagano.jp","kawakami.nagano.jp","kiso.nagano.jp","kisofukushima.nagano.jp","kitaaiki.nagano.jp","komagane.nagano.jp","komoro.nagano.jp","matsukawa.nagano.jp","matsumoto.nagano.jp","miasa.nagano.jp","minamiaiki.nagano.jp","minamimaki.nagano.jp","minamiminowa.nagano.jp","minowa.nagano.jp","miyada.nagano.jp","miyota.nagano.jp","mochizuki.nagano.jp","nagano.nagano.jp","nagawa.nagano.jp","nagiso.nagano.jp","nakagawa.nagano.jp","nakano.nagano.jp","nozawaonsen.nagano.jp","obuse.nagano.jp","ogawa.nagano.jp","okaya.nagano.jp","omachi.nagano.jp","omi.nagano.jp","ookuwa.nagano.jp","ooshika.nagano.jp","otaki.nagano.jp","otari.nagano.jp","sakae.nagano.jp","sakaki.nagano.jp","saku.nagano.jp","sakuho.nagano.jp","shimosuwa.nagano.jp","shinanomachi.nagano.jp","shiojiri.nagano.jp","suwa.nagano.jp","suzaka.nagano.jp","takagi.nagano.jp","takamori.nagano.jp","takayama.nagano.jp","tateshina.nagano.jp","tatsuno.nagano.jp","togakushi.nagano.jp","togura.nagano.jp","tomi.nagano.jp","ueda.nagano.jp","wada.nagano.jp","yamagata.nagano.jp","yamanouchi.nagano.jp","yasaka.nagano.jp","yasuoka.nagano.jp","chijiwa.nagasaki.jp","futsu.nagasaki.jp","goto.nagasaki.jp","hasami.nagasaki.jp","hirado.nagasaki.jp","iki.nagasaki.jp","isahaya.nagasaki.jp","kawatana.nagasaki.jp","kuchinotsu.nagasaki.jp","matsuura.nagasaki.jp","nagasaki.nagasaki.jp","obama.nagasaki.jp","omura.nagasaki.jp","oseto.nagasaki.jp","saikai.nagasaki.jp","sasebo.nagasaki.jp","seihi.nagasaki.jp","shimabara.nagasaki.jp","shinkamigoto.nagasaki.jp","togitsu.nagasaki.jp","tsushima.nagasaki.jp","unzen.nagasaki.jp","ando.nara.jp","gose.nara.jp","heguri.nara.jp","higashiyoshino.nara.jp","ikaruga.nara.jp","ikoma.nara.jp","kamikitayama.nara.jp","kanmaki.nara.jp","kashiba.nara.jp","kashihara.nara.jp","katsuragi.nara.jp","kawai.nara.jp","kawakami.nara.jp","kawanishi.nara.jp","koryo.nara.jp","kurotaki.nara.jp","mitsue.nara.jp","miyake.nara.jp","nara.nara.jp","nosegawa.nara.jp","oji.nara.jp","ouda.nara.jp","oyodo.nara.jp","sakurai.nara.jp","sango.nara.jp","shimoichi.nara.jp","shimokitayama.nara.jp","shinjo.nara.jp","soni.nara.jp","takatori.nara.jp","tawaramoto.nara.jp","tenkawa.nara.jp","tenri.nara.jp","uda.nara.jp","yamatokoriyama.nara.jp","yamatotakada.nara.jp","yamazoe.nara.jp","yoshino.nara.jp","aga.niigata.jp","agano.niigata.jp","gosen.niigata.jp","itoigawa.niigata.jp","izumozaki.niigata.jp","joetsu.niigata.jp","kamo.niigata.jp","kariwa.niigata.jp","kashiwazaki.niigata.jp","minamiuonuma.niigata.jp","mitsuke.niigata.jp","muika.niigata.jp","murakami.niigata.jp","myoko.niigata.jp","nagaoka.niigata.jp","niigata.niigata.jp","ojiya.niigata.jp","omi.niigata.jp","sado.niigata.jp","sanjo.niigata.jp","seiro.niigata.jp","seirou.niigata.jp","sekikawa.niigata.jp","shibata.niigata.jp","tagami.niigata.jp","tainai.niigata.jp","tochio.niigata.jp","tokamachi.niigata.jp","tsubame.niigata.jp","tsunan.niigata.jp","uonuma.niigata.jp","yahiko.niigata.jp","yoita.niigata.jp","yuzawa.niigata.jp","beppu.oita.jp","bungoono.oita.jp","bungotakada.oita.jp","hasama.oita.jp","hiji.oita.jp","himeshima.oita.jp","hita.oita.jp","kamitsue.oita.jp","kokonoe.oita.jp","kuju.oita.jp","kunisaki.oita.jp","kusu.oita.jp","oita.oita.jp","saiki.oita.jp","taketa.oita.jp","tsukumi.oita.jp","usa.oita.jp","usuki.oita.jp","yufu.oita.jp","akaiwa.okayama.jp","asakuchi.okayama.jp","bizen.okayama.jp","hayashima.okayama.jp","ibara.okayama.jp","kagamino.okayama.jp","kasaoka.okayama.jp","kibichuo.okayama.jp","kumenan.okayama.jp","kurashiki.okayama.jp","maniwa.okayama.jp","misaki.okayama.jp","nagi.okayama.jp","niimi.okayama.jp","nishiawakura.okayama.jp","okayama.okayama.jp","satosho.okayama.jp","setouchi.okayama.jp","shinjo.okayama.jp","shoo.okayama.jp","soja.okayama.jp","takahashi.okayama.jp","tamano.okayama.jp","tsuyama.okayama.jp","wake.okayama.jp","yakage.okayama.jp","aguni.okinawa.jp","ginowan.okinawa.jp","ginoza.okinawa.jp","gushikami.okinawa.jp","haebaru.okinawa.jp","higashi.okinawa.jp","hirara.okinawa.jp","iheya.okinawa.jp","ishigaki.okinawa.jp","ishikawa.okinawa.jp","itoman.okinawa.jp","izena.okinawa.jp","kadena.okinawa.jp","kin.okinawa.jp","kitadaito.okinawa.jp","kitanakagusuku.okinawa.jp","kumejima.okinawa.jp","kunigami.okinawa.jp","minamidaito.okinawa.jp","motobu.okinawa.jp","nago.okinawa.jp","naha.okinawa.jp","nakagusuku.okinawa.jp","nakijin.okinawa.jp","nanjo.okinawa.jp","nishihara.okinawa.jp","ogimi.okinawa.jp","okinawa.okinawa.jp","onna.okinawa.jp","shimoji.okinawa.jp","taketomi.okinawa.jp","tarama.okinawa.jp","tokashiki.okinawa.jp","tomigusuku.okinawa.jp","tonaki.okinawa.jp","urasoe.okinawa.jp","uruma.okinawa.jp","yaese.okinawa.jp","yomitan.okinawa.jp","yonabaru.okinawa.jp","yonaguni.okinawa.jp","zamami.okinawa.jp","abeno.osaka.jp","chihayaakasaka.osaka.jp","chuo.osaka.jp","daito.osaka.jp","fujiidera.osaka.jp","habikino.osaka.jp","hannan.osaka.jp","higashiosaka.osaka.jp","higashisumiyoshi.osaka.jp","higashiyodogawa.osaka.jp","hirakata.osaka.jp","ibaraki.osaka.jp","ikeda.osaka.jp","izumi.osaka.jp","izumiotsu.osaka.jp","izumisano.osaka.jp","kadoma.osaka.jp","kaizuka.osaka.jp","kanan.osaka.jp","kashiwara.osaka.jp","katano.osaka.jp","kawachinagano.osaka.jp","kishiwada.osaka.jp","kita.osaka.jp","kumatori.osaka.jp","matsubara.osaka.jp","minato.osaka.jp","minoh.osaka.jp","misaki.osaka.jp","moriguchi.osaka.jp","neyagawa.osaka.jp","nishi.osaka.jp","nose.osaka.jp","osakasayama.osaka.jp","sakai.osaka.jp","sayama.osaka.jp","sennan.osaka.jp","settsu.osaka.jp","shijonawate.osaka.jp","shimamoto.osaka.jp","suita.osaka.jp","tadaoka.osaka.jp","taishi.osaka.jp","tajiri.osaka.jp","takaishi.osaka.jp","takatsuki.osaka.jp","tondabayashi.osaka.jp","toyonaka.osaka.jp","toyono.osaka.jp","yao.osaka.jp","ariake.saga.jp","arita.saga.jp","fukudomi.saga.jp","genkai.saga.jp","hamatama.saga.jp","hizen.saga.jp","imari.saga.jp","kamimine.saga.jp","kanzaki.saga.jp","karatsu.saga.jp","kashima.saga.jp","kitagata.saga.jp","kitahata.saga.jp","kiyama.saga.jp","kouhoku.saga.jp","kyuragi.saga.jp","nishiarita.saga.jp","ogi.saga.jp","omachi.saga.jp","ouchi.saga.jp","saga.saga.jp","shiroishi.saga.jp","taku.saga.jp","tara.saga.jp","tosu.saga.jp","yoshinogari.saga.jp","arakawa.saitama.jp","asaka.saitama.jp","chichibu.saitama.jp","fujimi.saitama.jp","fujimino.saitama.jp","fukaya.saitama.jp","hanno.saitama.jp","hanyu.saitama.jp","hasuda.saitama.jp","hatogaya.saitama.jp","hatoyama.saitama.jp","hidaka.saitama.jp","higashichichibu.saitama.jp","higashimatsuyama.saitama.jp","honjo.saitama.jp","ina.saitama.jp","iruma.saitama.jp","iwatsuki.saitama.jp","kamiizumi.saitama.jp","kamikawa.saitama.jp","kamisato.saitama.jp","kasukabe.saitama.jp","kawagoe.saitama.jp","kawaguchi.saitama.jp","kawajima.saitama.jp","kazo.saitama.jp","kitamoto.saitama.jp","koshigaya.saitama.jp","kounosu.saitama.jp","kuki.saitama.jp","kumagaya.saitama.jp","matsubushi.saitama.jp","minano.saitama.jp","misato.saitama.jp","miyashiro.saitama.jp","miyoshi.saitama.jp","moroyama.saitama.jp","nagatoro.saitama.jp","namegawa.saitama.jp","niiza.saitama.jp","ogano.saitama.jp","ogawa.saitama.jp","ogose.saitama.jp","okegawa.saitama.jp","omiya.saitama.jp","otaki.saitama.jp","ranzan.saitama.jp","ryokami.saitama.jp","saitama.saitama.jp","sakado.saitama.jp","satte.saitama.jp","sayama.saitama.jp","shiki.saitama.jp","shiraoka.saitama.jp","soka.saitama.jp","sugito.saitama.jp","toda.saitama.jp","tokigawa.saitama.jp","tokorozawa.saitama.jp","tsurugashima.saitama.jp","urawa.saitama.jp","warabi.saitama.jp","yashio.saitama.jp","yokoze.saitama.jp","yono.saitama.jp","yorii.saitama.jp","yoshida.saitama.jp","yoshikawa.saitama.jp","yoshimi.saitama.jp","aisho.shiga.jp","gamo.shiga.jp","higashiomi.shiga.jp","hikone.shiga.jp","koka.shiga.jp","konan.shiga.jp","kosei.shiga.jp","koto.shiga.jp","kusatsu.shiga.jp","maibara.shiga.jp","moriyama.shiga.jp","nagahama.shiga.jp","nishiazai.shiga.jp","notogawa.shiga.jp","omihachiman.shiga.jp","otsu.shiga.jp","ritto.shiga.jp","ryuoh.shiga.jp","takashima.shiga.jp","takatsuki.shiga.jp","torahime.shiga.jp","toyosato.shiga.jp","yasu.shiga.jp","akagi.shimane.jp","ama.shimane.jp","gotsu.shimane.jp","hamada.shimane.jp","higashiizumo.shimane.jp","hikawa.shimane.jp","hikimi.shimane.jp","izumo.shimane.jp","kakinoki.shimane.jp","masuda.shimane.jp","matsue.shimane.jp","misato.shimane.jp","nishinoshima.shimane.jp","ohda.shimane.jp","okinoshima.shimane.jp","okuizumo.shimane.jp","shimane.shimane.jp","tamayu.shimane.jp","tsuwano.shimane.jp","unnan.shimane.jp","yakumo.shimane.jp","yasugi.shimane.jp","yatsuka.shimane.jp","arai.shizuoka.jp","atami.shizuoka.jp","fuji.shizuoka.jp","fujieda.shizuoka.jp","fujikawa.shizuoka.jp","fujinomiya.shizuoka.jp","fukuroi.shizuoka.jp","gotemba.shizuoka.jp","haibara.shizuoka.jp","hamamatsu.shizuoka.jp","higashiizu.shizuoka.jp","ito.shizuoka.jp","iwata.shizuoka.jp","izu.shizuoka.jp","izunokuni.shizuoka.jp","kakegawa.shizuoka.jp","kannami.shizuoka.jp","kawanehon.shizuoka.jp","kawazu.shizuoka.jp","kikugawa.shizuoka.jp","kosai.shizuoka.jp","makinohara.shizuoka.jp","matsuzaki.shizuoka.jp","minamiizu.shizuoka.jp","mishima.shizuoka.jp","morimachi.shizuoka.jp","nishiizu.shizuoka.jp","numazu.shizuoka.jp","omaezaki.shizuoka.jp","shimada.shizuoka.jp","shimizu.shizuoka.jp","shimoda.shizuoka.jp","shizuoka.shizuoka.jp","susono.shizuoka.jp","yaizu.shizuoka.jp","yoshida.shizuoka.jp","ashikaga.tochigi.jp","bato.tochigi.jp","haga.tochigi.jp","ichikai.tochigi.jp","iwafune.tochigi.jp","kaminokawa.tochigi.jp","kanuma.tochigi.jp","karasuyama.tochigi.jp","kuroiso.tochigi.jp","mashiko.tochigi.jp","mibu.tochigi.jp","moka.tochigi.jp","motegi.tochigi.jp","nasu.tochigi.jp","nasushiobara.tochigi.jp","nikko.tochigi.jp","nishikata.tochigi.jp","nogi.tochigi.jp","ohira.tochigi.jp","ohtawara.tochigi.jp","oyama.tochigi.jp","sakura.tochigi.jp","sano.tochigi.jp","shimotsuke.tochigi.jp","shioya.tochigi.jp","takanezawa.tochigi.jp","tochigi.tochigi.jp","tsuga.tochigi.jp","ujiie.tochigi.jp","utsunomiya.tochigi.jp","yaita.tochigi.jp","aizumi.tokushima.jp","anan.tokushima.jp","ichiba.tokushima.jp","itano.tokushima.jp","kainan.tokushima.jp","komatsushima.tokushima.jp","matsushige.tokushima.jp","mima.tokushima.jp","minami.tokushima.jp","miyoshi.tokushima.jp","mugi.tokushima.jp","nakagawa.tokushima.jp","naruto.tokushima.jp","sanagochi.tokushima.jp","shishikui.tokushima.jp","tokushima.tokushima.jp","wajiki.tokushima.jp","adachi.tokyo.jp","akiruno.tokyo.jp","akishima.tokyo.jp","aogashima.tokyo.jp","arakawa.tokyo.jp","bunkyo.tokyo.jp","chiyoda.tokyo.jp","chofu.tokyo.jp","chuo.tokyo.jp","edogawa.tokyo.jp","fuchu.tokyo.jp","fussa.tokyo.jp","hachijo.tokyo.jp","hachioji.tokyo.jp","hamura.tokyo.jp","higashikurume.tokyo.jp","higashimurayama.tokyo.jp","higashiyamato.tokyo.jp","hino.tokyo.jp","hinode.tokyo.jp","hinohara.tokyo.jp","inagi.tokyo.jp","itabashi.tokyo.jp","katsushika.tokyo.jp","kita.tokyo.jp","kiyose.tokyo.jp","kodaira.tokyo.jp","koganei.tokyo.jp","kokubunji.tokyo.jp","komae.tokyo.jp","koto.tokyo.jp","kouzushima.tokyo.jp","kunitachi.tokyo.jp","machida.tokyo.jp","meguro.tokyo.jp","minato.tokyo.jp","mitaka.tokyo.jp","mizuho.tokyo.jp","musashimurayama.tokyo.jp","musashino.tokyo.jp","nakano.tokyo.jp","nerima.tokyo.jp","ogasawara.tokyo.jp","okutama.tokyo.jp","ome.tokyo.jp","oshima.tokyo.jp","ota.tokyo.jp","setagaya.tokyo.jp","shibuya.tokyo.jp","shinagawa.tokyo.jp","shinjuku.tokyo.jp","suginami.tokyo.jp","sumida.tokyo.jp","tachikawa.tokyo.jp","taito.tokyo.jp","tama.tokyo.jp","toshima.tokyo.jp","chizu.tottori.jp","hino.tottori.jp","kawahara.tottori.jp","koge.tottori.jp","kotoura.tottori.jp","misasa.tottori.jp","nanbu.tottori.jp","nichinan.tottori.jp","sakaiminato.tottori.jp","tottori.tottori.jp","wakasa.tottori.jp","yazu.tottori.jp","yonago.tottori.jp","asahi.toyama.jp","fuchu.toyama.jp","fukumitsu.toyama.jp","funahashi.toyama.jp","himi.toyama.jp","imizu.toyama.jp","inami.toyama.jp","johana.toyama.jp","kamiichi.toyama.jp","kurobe.toyama.jp","nakaniikawa.toyama.jp","namerikawa.toyama.jp","nanto.toyama.jp","nyuzen.toyama.jp","oyabe.toyama.jp","taira.toyama.jp","takaoka.toyama.jp","tateyama.toyama.jp","toga.toyama.jp","tonami.toyama.jp","toyama.toyama.jp","unazuki.toyama.jp","uozu.toyama.jp","yamada.toyama.jp","arida.wakayama.jp","aridagawa.wakayama.jp","gobo.wakayama.jp","hashimoto.wakayama.jp","hidaka.wakayama.jp","hirogawa.wakayama.jp","inami.wakayama.jp","iwade.wakayama.jp","kainan.wakayama.jp","kamitonda.wakayama.jp","katsuragi.wakayama.jp","kimino.wakayama.jp","kinokawa.wakayama.jp","kitayama.wakayama.jp","koya.wakayama.jp","koza.wakayama.jp","kozagawa.wakayama.jp","kudoyama.wakayama.jp","kushimoto.wakayama.jp","mihama.wakayama.jp","misato.wakayama.jp","nachikatsuura.wakayama.jp","shingu.wakayama.jp","shirahama.wakayama.jp","taiji.wakayama.jp","tanabe.wakayama.jp","wakayama.wakayama.jp","yuasa.wakayama.jp","yura.wakayama.jp","asahi.yamagata.jp","funagata.yamagata.jp","higashine.yamagata.jp","iide.yamagata.jp","kahoku.yamagata.jp","kaminoyama.yamagata.jp","kaneyama.yamagata.jp","kawanishi.yamagata.jp","mamurogawa.yamagata.jp","mikawa.yamagata.jp","murayama.yamagata.jp","nagai.yamagata.jp","nakayama.yamagata.jp","nanyo.yamagata.jp","nishikawa.yamagata.jp","obanazawa.yamagata.jp","oe.yamagata.jp","oguni.yamagata.jp","ohkura.yamagata.jp","oishida.yamagata.jp","sagae.yamagata.jp","sakata.yamagata.jp","sakegawa.yamagata.jp","shinjo.yamagata.jp","shirataka.yamagata.jp","shonai.yamagata.jp","takahata.yamagata.jp","tendo.yamagata.jp","tozawa.yamagata.jp","tsuruoka.yamagata.jp","yamagata.yamagata.jp","yamanobe.yamagata.jp","yonezawa.yamagata.jp","yuza.yamagata.jp","abu.yamaguchi.jp","hagi.yamaguchi.jp","hikari.yamaguchi.jp","hofu.yamaguchi.jp","iwakuni.yamaguchi.jp","kudamatsu.yamaguchi.jp","mitou.yamaguchi.jp","nagato.yamaguchi.jp","oshima.yamaguchi.jp","shimonoseki.yamaguchi.jp","shunan.yamaguchi.jp","tabuse.yamaguchi.jp","tokuyama.yamaguchi.jp","toyota.yamaguchi.jp","ube.yamaguchi.jp","yuu.yamaguchi.jp","chuo.yamanashi.jp","doshi.yamanashi.jp","fuefuki.yamanashi.jp","fujikawa.yamanashi.jp","fujikawaguchiko.yamanashi.jp","fujiyoshida.yamanashi.jp","hayakawa.yamanashi.jp","hokuto.yamanashi.jp","ichikawamisato.yamanashi.jp","kai.yamanashi.jp","kofu.yamanashi.jp","koshu.yamanashi.jp","kosuge.yamanashi.jp","minami-alps.yamanashi.jp","minobu.yamanashi.jp","nakamichi.yamanashi.jp","nanbu.yamanashi.jp","narusawa.yamanashi.jp","nirasaki.yamanashi.jp","nishikatsura.yamanashi.jp","oshino.yamanashi.jp","otsuki.yamanashi.jp","showa.yamanashi.jp","tabayama.yamanashi.jp","tsuru.yamanashi.jp","uenohara.yamanashi.jp","yamanakako.yamanashi.jp","yamanashi.yamanashi.jp","ke","ac.ke","co.ke","go.ke","info.ke","me.ke","mobi.ke","ne.ke","or.ke","sc.ke","kg","org.kg","net.kg","com.kg","edu.kg","gov.kg","mil.kg","*.kh","ki","edu.ki","biz.ki","net.ki","org.ki","gov.ki","info.ki","com.ki","km","org.km","nom.km","gov.km","prd.km","tm.km","edu.km","mil.km","ass.km","com.km","coop.km","asso.km","presse.km","medecin.km","notaires.km","pharmaciens.km","veterinaire.km","gouv.km","kn","net.kn","org.kn","edu.kn","gov.kn","kp","com.kp","edu.kp","gov.kp","org.kp","rep.kp","tra.kp","kr","ac.kr","co.kr","es.kr","go.kr","hs.kr","kg.kr","mil.kr","ms.kr","ne.kr","or.kr","pe.kr","re.kr","sc.kr","busan.kr","chungbuk.kr","chungnam.kr","daegu.kr","daejeon.kr","gangwon.kr","gwangju.kr","gyeongbuk.kr","gyeonggi.kr","gyeongnam.kr","incheon.kr","jeju.kr","jeonbuk.kr","jeonnam.kr","seoul.kr","ulsan.kr","kw","com.kw","edu.kw","emb.kw","gov.kw","ind.kw","net.kw","org.kw","ky","edu.ky","gov.ky","com.ky","org.ky","net.ky","kz","org.kz","edu.kz","net.kz","gov.kz","mil.kz","com.kz","la","int.la","net.la","info.la","edu.la","gov.la","per.la","com.la","org.la","lb","com.lb","edu.lb","gov.lb","net.lb","org.lb","lc","com.lc","net.lc","co.lc","org.lc","edu.lc","gov.lc","li","lk","gov.lk","sch.lk","net.lk","int.lk","com.lk","org.lk","edu.lk","ngo.lk","soc.lk","web.lk","ltd.lk","assn.lk","grp.lk","hotel.lk","ac.lk","lr","com.lr","edu.lr","gov.lr","org.lr","net.lr","ls","ac.ls","biz.ls","co.ls","edu.ls","gov.ls","info.ls","net.ls","org.ls","sc.ls","lt","gov.lt","lu","lv","com.lv","edu.lv","gov.lv","org.lv","mil.lv","id.lv","net.lv","asn.lv","conf.lv","ly","com.ly","net.ly","gov.ly","plc.ly","edu.ly","sch.ly","med.ly","org.ly","id.ly","ma","co.ma","net.ma","gov.ma","org.ma","ac.ma","press.ma","mc","tm.mc","asso.mc","md","me","co.me","net.me","org.me","edu.me","ac.me","gov.me","its.me","priv.me","mg","org.mg","nom.mg","gov.mg","prd.mg","tm.mg","edu.mg","mil.mg","com.mg","co.mg","mh","mil","mk","com.mk","org.mk","net.mk","edu.mk","gov.mk","inf.mk","name.mk","ml","com.ml","edu.ml","gouv.ml","gov.ml","net.ml","org.ml","presse.ml","*.mm","mn","gov.mn","edu.mn","org.mn","mo","com.mo","net.mo","org.mo","edu.mo","gov.mo","mobi","mp","mq","mr","gov.mr","ms","com.ms","edu.ms","gov.ms","net.ms","org.ms","mt","com.mt","edu.mt","net.mt","org.mt","mu","com.mu","net.mu","org.mu","gov.mu","ac.mu","co.mu","or.mu","museum","academy.museum","agriculture.museum","air.museum","airguard.museum","alabama.museum","alaska.museum","amber.museum","ambulance.museum","american.museum","americana.museum","americanantiques.museum","americanart.museum","amsterdam.museum","and.museum","annefrank.museum","anthro.museum","anthropology.museum","antiques.museum","aquarium.museum","arboretum.museum","archaeological.museum","archaeology.museum","architecture.museum","art.museum","artanddesign.museum","artcenter.museum","artdeco.museum","arteducation.museum","artgallery.museum","arts.museum","artsandcrafts.museum","asmatart.museum","assassination.museum","assisi.museum","association.museum","astronomy.museum","atlanta.museum","austin.museum","australia.museum","automotive.museum","aviation.museum","axis.museum","badajoz.museum","baghdad.museum","bahn.museum","bale.museum","baltimore.museum","barcelona.museum","baseball.museum","basel.museum","baths.museum","bauern.museum","beauxarts.museum","beeldengeluid.museum","bellevue.museum","bergbau.museum","berkeley.museum","berlin.museum","bern.museum","bible.museum","bilbao.museum","bill.museum","birdart.museum","birthplace.museum","bonn.museum","boston.museum","botanical.museum","botanicalgarden.museum","botanicgarden.museum","botany.museum","brandywinevalley.museum","brasil.museum","bristol.museum","british.museum","britishcolumbia.museum","broadcast.museum","brunel.museum","brussel.museum","brussels.museum","bruxelles.museum","building.museum","burghof.museum","bus.museum","bushey.museum","cadaques.museum","california.museum","cambridge.museum","can.museum","canada.museum","capebreton.museum","carrier.museum","cartoonart.museum","casadelamoneda.museum","castle.museum","castres.museum","celtic.museum","center.museum","chattanooga.museum","cheltenham.museum","chesapeakebay.museum","chicago.museum","children.museum","childrens.museum","childrensgarden.museum","chiropractic.museum","chocolate.museum","christiansburg.museum","cincinnati.museum","cinema.museum","circus.museum","civilisation.museum","civilization.museum","civilwar.museum","clinton.museum","clock.museum","coal.museum","coastaldefence.museum","cody.museum","coldwar.museum","collection.museum","colonialwilliamsburg.museum","coloradoplateau.museum","columbia.museum","columbus.museum","communication.museum","communications.museum","community.museum","computer.museum","computerhistory.museum","comunicações.museum","contemporary.museum","contemporaryart.museum","convent.museum","copenhagen.museum","corporation.museum","correios-e-telecomunicações.museum","corvette.museum","costume.museum","countryestate.museum","county.museum","crafts.museum","cranbrook.museum","creation.museum","cultural.museum","culturalcenter.museum","culture.museum","cyber.museum","cymru.museum","dali.museum","dallas.museum","database.museum","ddr.museum","decorativearts.museum","delaware.museum","delmenhorst.museum","denmark.museum","depot.museum","design.museum","detroit.museum","dinosaur.museum","discovery.museum","dolls.museum","donostia.museum","durham.museum","eastafrica.museum","eastcoast.museum","education.museum","educational.museum","egyptian.museum","eisenbahn.museum","elburg.museum","elvendrell.museum","embroidery.museum","encyclopedic.museum","england.museum","entomology.museum","environment.museum","environmentalconservation.museum","epilepsy.museum","essex.museum","estate.museum","ethnology.museum","exeter.museum","exhibition.museum","family.museum","farm.museum","farmequipment.museum","farmers.museum","farmstead.museum","field.museum","figueres.museum","filatelia.museum","film.museum","fineart.museum","finearts.museum","finland.museum","flanders.museum","florida.museum","force.museum","fortmissoula.museum","fortworth.museum","foundation.museum","francaise.museum","frankfurt.museum","franziskaner.museum","freemasonry.museum","freiburg.museum","fribourg.museum","frog.museum","fundacio.museum","furniture.museum","gallery.museum","garden.museum","gateway.museum","geelvinck.museum","gemological.museum","geology.museum","georgia.museum","giessen.museum","glas.museum","glass.museum","gorge.museum","grandrapids.museum","graz.museum","guernsey.museum","halloffame.museum","hamburg.museum","handson.museum","harvestcelebration.museum","hawaii.museum","health.museum","heimatunduhren.museum","hellas.museum","helsinki.museum","hembygdsforbund.museum","heritage.museum","histoire.museum","historical.museum","historicalsociety.museum","historichouses.museum","historisch.museum","historisches.museum","history.museum","historyofscience.museum","horology.museum","house.museum","humanities.museum","illustration.museum","imageandsound.museum","indian.museum","indiana.museum","indianapolis.museum","indianmarket.museum","intelligence.museum","interactive.museum","iraq.museum","iron.museum","isleofman.museum","jamison.museum","jefferson.museum","jerusalem.museum","jewelry.museum","jewish.museum","jewishart.museum","jfk.museum","journalism.museum","judaica.museum","judygarland.museum","juedisches.museum","juif.museum","karate.museum","karikatur.museum","kids.museum","koebenhavn.museum","koeln.museum","kunst.museum","kunstsammlung.museum","kunstunddesign.museum","labor.museum","labour.museum","lajolla.museum","lancashire.museum","landes.museum","lans.museum","läns.museum","larsson.museum","lewismiller.museum","lincoln.museum","linz.museum","living.museum","livinghistory.museum","localhistory.museum","london.museum","losangeles.museum","louvre.museum","loyalist.museum","lucerne.museum","luxembourg.museum","luzern.museum","mad.museum","madrid.museum","mallorca.museum","manchester.museum","mansion.museum","mansions.museum","manx.museum","marburg.museum","maritime.museum","maritimo.museum","maryland.museum","marylhurst.museum","media.museum","medical.museum","medizinhistorisches.museum","meeres.museum","memorial.museum","mesaverde.museum","michigan.museum","midatlantic.museum","military.museum","mill.museum","miners.museum","mining.museum","minnesota.museum","missile.museum","missoula.museum","modern.museum","moma.museum","money.museum","monmouth.museum","monticello.museum","montreal.museum","moscow.museum","motorcycle.museum","muenchen.museum","muenster.museum","mulhouse.museum","muncie.museum","museet.museum","museumcenter.museum","museumvereniging.museum","music.museum","national.museum","nationalfirearms.museum","nationalheritage.museum","nativeamerican.museum","naturalhistory.museum","naturalhistorymuseum.museum","naturalsciences.museum","nature.museum","naturhistorisches.museum","natuurwetenschappen.museum","naumburg.museum","naval.museum","nebraska.museum","neues.museum","newhampshire.museum","newjersey.museum","newmexico.museum","newport.museum","newspaper.museum","newyork.museum","niepce.museum","norfolk.museum","north.museum","nrw.museum","nyc.museum","nyny.museum","oceanographic.museum","oceanographique.museum","omaha.museum","online.museum","ontario.museum","openair.museum","oregon.museum","oregontrail.museum","otago.museum","oxford.museum","pacific.museum","paderborn.museum","palace.museum","paleo.museum","palmsprings.museum","panama.museum","paris.museum","pasadena.museum","pharmacy.museum","philadelphia.museum","philadelphiaarea.museum","philately.museum","phoenix.museum","photography.museum","pilots.museum","pittsburgh.museum","planetarium.museum","plantation.museum","plants.museum","plaza.museum","portal.museum","portland.museum","portlligat.museum","posts-and-telecommunications.museum","preservation.museum","presidio.museum","press.museum","project.museum","public.museum","pubol.museum","quebec.museum","railroad.museum","railway.museum","research.museum","resistance.museum","riodejaneiro.museum","rochester.museum","rockart.museum","roma.museum","russia.museum","saintlouis.museum","salem.museum","salvadordali.museum","salzburg.museum","sandiego.museum","sanfrancisco.museum","santabarbara.museum","santacruz.museum","santafe.museum","saskatchewan.museum","satx.museum","savannahga.museum","schlesisches.museum","schoenbrunn.museum","schokoladen.museum","school.museum","schweiz.museum","science.museum","scienceandhistory.museum","scienceandindustry.museum","sciencecenter.museum","sciencecenters.museum","science-fiction.museum","sciencehistory.museum","sciences.museum","sciencesnaturelles.museum","scotland.museum","seaport.museum","settlement.museum","settlers.museum","shell.museum","sherbrooke.museum","sibenik.museum","silk.museum","ski.museum","skole.museum","society.museum","sologne.museum","soundandvision.museum","southcarolina.museum","southwest.museum","space.museum","spy.museum","square.museum","stadt.museum","stalbans.museum","starnberg.museum","state.museum","stateofdelaware.museum","station.museum","steam.museum","steiermark.museum","stjohn.museum","stockholm.museum","stpetersburg.museum","stuttgart.museum","suisse.museum","surgeonshall.museum","surrey.museum","svizzera.museum","sweden.museum","sydney.museum","tank.museum","tcm.museum","technology.museum","telekommunikation.museum","television.museum","texas.museum","textile.museum","theater.museum","time.museum","timekeeping.museum","topology.museum","torino.museum","touch.museum","town.museum","transport.museum","tree.museum","trolley.museum","trust.museum","trustee.museum","uhren.museum","ulm.museum","undersea.museum","university.museum","usa.museum","usantiques.museum","usarts.museum","uscountryestate.museum","usculture.museum","usdecorativearts.museum","usgarden.museum","ushistory.museum","ushuaia.museum","uslivinghistory.museum","utah.museum","uvic.museum","valley.museum","vantaa.museum","versailles.museum","viking.museum","village.museum","virginia.museum","virtual.museum","virtuel.museum","vlaanderen.museum","volkenkunde.museum","wales.museum","wallonie.museum","war.museum","washingtondc.museum","watchandclock.museum","watch-and-clock.museum","western.museum","westfalen.museum","whaling.museum","wildlife.museum","williamsburg.museum","windmill.museum","workshop.museum","york.museum","yorkshire.museum","yosemite.museum","youth.museum","zoological.museum","zoology.museum","ירושלים.museum","иком.museum","mv","aero.mv","biz.mv","com.mv","coop.mv","edu.mv","gov.mv","info.mv","int.mv","mil.mv","museum.mv","name.mv","net.mv","org.mv","pro.mv","mw","ac.mw","biz.mw","co.mw","com.mw","coop.mw","edu.mw","gov.mw","int.mw","museum.mw","net.mw","org.mw","mx","com.mx","org.mx","gob.mx","edu.mx","net.mx","my","com.my","net.my","org.my","gov.my","edu.my","mil.my","name.my","mz","ac.mz","adv.mz","co.mz","edu.mz","gov.mz","mil.mz","net.mz","org.mz","na","info.na","pro.na","name.na","school.na","or.na","dr.na","us.na","mx.na","ca.na","in.na","cc.na","tv.na","ws.na","mobi.na","co.na","com.na","org.na","name","nc","asso.nc","nom.nc","ne","net","nf","com.nf","net.nf","per.nf","rec.nf","web.nf","arts.nf","firm.nf","info.nf","other.nf","store.nf","ng","com.ng","edu.ng","gov.ng","i.ng","mil.ng","mobi.ng","name.ng","net.ng","org.ng","sch.ng","ni","ac.ni","biz.ni","co.ni","com.ni","edu.ni","gob.ni","in.ni","info.ni","int.ni","mil.ni","net.ni","nom.ni","org.ni","web.ni","nl","no","fhs.no","vgs.no","fylkesbibl.no","folkebibl.no","museum.no","idrett.no","priv.no","mil.no","stat.no","dep.no","kommune.no","herad.no","aa.no","ah.no","bu.no","fm.no","hl.no","hm.no","jan-mayen.no","mr.no","nl.no","nt.no","of.no","ol.no","oslo.no","rl.no","sf.no","st.no","svalbard.no","tm.no","tr.no","va.no","vf.no","gs.aa.no","gs.ah.no","gs.bu.no","gs.fm.no","gs.hl.no","gs.hm.no","gs.jan-mayen.no","gs.mr.no","gs.nl.no","gs.nt.no","gs.of.no","gs.ol.no","gs.oslo.no","gs.rl.no","gs.sf.no","gs.st.no","gs.svalbard.no","gs.tm.no","gs.tr.no","gs.va.no","gs.vf.no","akrehamn.no","åkrehamn.no","algard.no","ålgård.no","arna.no","brumunddal.no","bryne.no","bronnoysund.no","brønnøysund.no","drobak.no","drøbak.no","egersund.no","fetsund.no","floro.no","florø.no","fredrikstad.no","hokksund.no","honefoss.no","hønefoss.no","jessheim.no","jorpeland.no","jørpeland.no","kirkenes.no","kopervik.no","krokstadelva.no","langevag.no","langevåg.no","leirvik.no","mjondalen.no","mjøndalen.no","mo-i-rana.no","mosjoen.no","mosjøen.no","nesoddtangen.no","orkanger.no","osoyro.no","osøyro.no","raholt.no","råholt.no","sandnessjoen.no","sandnessjøen.no","skedsmokorset.no","slattum.no","spjelkavik.no","stathelle.no","stavern.no","stjordalshalsen.no","stjørdalshalsen.no","tananger.no","tranby.no","vossevangen.no","afjord.no","åfjord.no","agdenes.no","al.no","ål.no","alesund.no","ålesund.no","alstahaug.no","alta.no","áltá.no","alaheadju.no","álaheadju.no","alvdal.no","amli.no","åmli.no","amot.no","åmot.no","andebu.no","andoy.no","andøy.no","andasuolo.no","ardal.no","årdal.no","aremark.no","arendal.no","ås.no","aseral.no","åseral.no","asker.no","askim.no","askvoll.no","askoy.no","askøy.no","asnes.no","åsnes.no","audnedaln.no","aukra.no","aure.no","aurland.no","aurskog-holand.no","aurskog-høland.no","austevoll.no","austrheim.no","averoy.no","averøy.no","balestrand.no","ballangen.no","balat.no","bálát.no","balsfjord.no","bahccavuotna.no","báhccavuotna.no","bamble.no","bardu.no","beardu.no","beiarn.no","bajddar.no","bájddar.no","baidar.no","báidár.no","berg.no","bergen.no","berlevag.no","berlevåg.no","bearalvahki.no","bearalváhki.no","bindal.no","birkenes.no","bjarkoy.no","bjarkøy.no","bjerkreim.no","bjugn.no","bodo.no","bodø.no","badaddja.no","bådåddjå.no","budejju.no","bokn.no","bremanger.no","bronnoy.no","brønnøy.no","bygland.no","bykle.no","barum.no","bærum.no","bo.telemark.no","bø.telemark.no","bo.nordland.no","bø.nordland.no","bievat.no","bievát.no","bomlo.no","bømlo.no","batsfjord.no","båtsfjord.no","bahcavuotna.no","báhcavuotna.no","dovre.no","drammen.no","drangedal.no","dyroy.no","dyrøy.no","donna.no","dønna.no","eid.no","eidfjord.no","eidsberg.no","eidskog.no","eidsvoll.no","eigersund.no","elverum.no","enebakk.no","engerdal.no","etne.no","etnedal.no","evenes.no","evenassi.no","evenášši.no","evje-og-hornnes.no","farsund.no","fauske.no","fuossko.no","fuoisku.no","fedje.no","fet.no","finnoy.no","finnøy.no","fitjar.no","fjaler.no","fjell.no","flakstad.no","flatanger.no","flekkefjord.no","flesberg.no","flora.no","fla.no","flå.no","folldal.no","forsand.no","fosnes.no","frei.no","frogn.no","froland.no","frosta.no","frana.no","fræna.no","froya.no","frøya.no","fusa.no","fyresdal.no","forde.no","førde.no","gamvik.no","gangaviika.no","gáŋgaviika.no","gaular.no","gausdal.no","gildeskal.no","gildeskål.no","giske.no","gjemnes.no","gjerdrum.no","gjerstad.no","gjesdal.no","gjovik.no","gjøvik.no","gloppen.no","gol.no","gran.no","grane.no","granvin.no","gratangen.no","grimstad.no","grong.no","kraanghke.no","kråanghke.no","grue.no","gulen.no","hadsel.no","halden.no","halsa.no","hamar.no","hamaroy.no","habmer.no","hábmer.no","hapmir.no","hápmir.no","hammerfest.no","hammarfeasta.no","hámmárfeasta.no","haram.no","hareid.no","harstad.no","hasvik.no","aknoluokta.no","ákŋoluokta.no","hattfjelldal.no","aarborte.no","haugesund.no","hemne.no","hemnes.no","hemsedal.no","heroy.more-og-romsdal.no","herøy.møre-og-romsdal.no","heroy.nordland.no","herøy.nordland.no","hitra.no","hjartdal.no","hjelmeland.no","hobol.no","hobøl.no","hof.no","hol.no","hole.no","holmestrand.no","holtalen.no","holtålen.no","hornindal.no","horten.no","hurdal.no","hurum.no","hvaler.no","hyllestad.no","hagebostad.no","hægebostad.no","hoyanger.no","høyanger.no","hoylandet.no","høylandet.no","ha.no","hå.no","ibestad.no","inderoy.no","inderøy.no","iveland.no","jevnaker.no","jondal.no","jolster.no","jølster.no","karasjok.no","karasjohka.no","kárášjohka.no","karlsoy.no","galsa.no","gálsá.no","karmoy.no","karmøy.no","kautokeino.no","guovdageaidnu.no","klepp.no","klabu.no","klæbu.no","kongsberg.no","kongsvinger.no","kragero.no","kragerø.no","kristiansand.no","kristiansund.no","krodsherad.no","krødsherad.no","kvalsund.no","rahkkeravju.no","ráhkkerávju.no","kvam.no","kvinesdal.no","kvinnherad.no","kviteseid.no","kvitsoy.no","kvitsøy.no","kvafjord.no","kvæfjord.no","giehtavuoatna.no","kvanangen.no","kvænangen.no","navuotna.no","návuotna.no","kafjord.no","kåfjord.no","gaivuotna.no","gáivuotna.no","larvik.no","lavangen.no","lavagis.no","loabat.no","loabát.no","lebesby.no","davvesiida.no","leikanger.no","leirfjord.no","leka.no","leksvik.no","lenvik.no","leangaviika.no","leaŋgaviika.no","lesja.no","levanger.no","lier.no","lierne.no","lillehammer.no","lillesand.no","lindesnes.no","lindas.no","lindås.no","lom.no","loppa.no","lahppi.no","láhppi.no","lund.no","lunner.no","luroy.no","lurøy.no","luster.no","lyngdal.no","lyngen.no","ivgu.no","lardal.no","lerdal.no","lærdal.no","lodingen.no","lødingen.no","lorenskog.no","lørenskog.no","loten.no","løten.no","malvik.no","masoy.no","måsøy.no","muosat.no","muosát.no","mandal.no","marker.no","marnardal.no","masfjorden.no","meland.no","meldal.no","melhus.no","meloy.no","meløy.no","meraker.no","meråker.no","moareke.no","moåreke.no","midsund.no","midtre-gauldal.no","modalen.no","modum.no","molde.no","moskenes.no","moss.no","mosvik.no","malselv.no","målselv.no","malatvuopmi.no","málatvuopmi.no","namdalseid.no","aejrie.no","namsos.no","namsskogan.no","naamesjevuemie.no","nååmesjevuemie.no","laakesvuemie.no","nannestad.no","narvik.no","narviika.no","naustdal.no","nedre-eiker.no","nes.akershus.no","nes.buskerud.no","nesna.no","nesodden.no","nesseby.no","unjarga.no","unjárga.no","nesset.no","nissedal.no","nittedal.no","nord-aurdal.no","nord-fron.no","nord-odal.no","norddal.no","nordkapp.no","davvenjarga.no","davvenjárga.no","nordre-land.no","nordreisa.no","raisa.no","ráisa.no","nore-og-uvdal.no","notodden.no","naroy.no","nærøy.no","notteroy.no","nøtterøy.no","odda.no","oksnes.no","øksnes.no","oppdal.no","oppegard.no","oppegård.no","orkdal.no","orland.no","ørland.no","orskog.no","ørskog.no","orsta.no","ørsta.no","os.hedmark.no","os.hordaland.no","osen.no","osteroy.no","osterøy.no","ostre-toten.no","østre-toten.no","overhalla.no","ovre-eiker.no","øvre-eiker.no","oyer.no","øyer.no","oygarden.no","øygarden.no","oystre-slidre.no","øystre-slidre.no","porsanger.no","porsangu.no","porsáŋgu.no","porsgrunn.no","radoy.no","radøy.no","rakkestad.no","rana.no","ruovat.no","randaberg.no","rauma.no","rendalen.no","rennebu.no","rennesoy.no","rennesøy.no","rindal.no","ringebu.no","ringerike.no","ringsaker.no","rissa.no","risor.no","risør.no","roan.no","rollag.no","rygge.no","ralingen.no","rælingen.no","rodoy.no","rødøy.no","romskog.no","rømskog.no","roros.no","røros.no","rost.no","røst.no","royken.no","røyken.no","royrvik.no","røyrvik.no","rade.no","råde.no","salangen.no","siellak.no","saltdal.no","salat.no","sálát.no","sálat.no","samnanger.no","sande.more-og-romsdal.no","sande.møre-og-romsdal.no","sande.vestfold.no","sandefjord.no","sandnes.no","sandoy.no","sandøy.no","sarpsborg.no","sauda.no","sauherad.no","sel.no","selbu.no","selje.no","seljord.no","sigdal.no","siljan.no","sirdal.no","skaun.no","skedsmo.no","ski.no","skien.no","skiptvet.no","skjervoy.no","skjervøy.no","skierva.no","skiervá.no","skjak.no","skjåk.no","skodje.no","skanland.no","skånland.no","skanit.no","skánit.no","smola.no","smøla.no","snillfjord.no","snasa.no","snåsa.no","snoasa.no","snaase.no","snåase.no","sogndal.no","sokndal.no","sola.no","solund.no","songdalen.no","sortland.no","spydeberg.no","stange.no","stavanger.no","steigen.no","steinkjer.no","stjordal.no","stjørdal.no","stokke.no","stor-elvdal.no","stord.no","stordal.no","storfjord.no","omasvuotna.no","strand.no","stranda.no","stryn.no","sula.no","suldal.no","sund.no","sunndal.no","surnadal.no","sveio.no","svelvik.no","sykkylven.no","sogne.no","søgne.no","somna.no","sømna.no","sondre-land.no","søndre-land.no","sor-aurdal.no","sør-aurdal.no","sor-fron.no","sør-fron.no","sor-odal.no","sør-odal.no","sor-varanger.no","sør-varanger.no","matta-varjjat.no","mátta-várjjat.no","sorfold.no","sørfold.no","sorreisa.no","sørreisa.no","sorum.no","sørum.no","tana.no","deatnu.no","time.no","tingvoll.no","tinn.no","tjeldsund.no","dielddanuorri.no","tjome.no","tjøme.no","tokke.no","tolga.no","torsken.no","tranoy.no","tranøy.no","tromso.no","tromsø.no","tromsa.no","romsa.no","trondheim.no","troandin.no","trysil.no","trana.no","træna.no","trogstad.no","trøgstad.no","tvedestrand.no","tydal.no","tynset.no","tysfjord.no","divtasvuodna.no","divttasvuotna.no","tysnes.no","tysvar.no","tysvær.no","tonsberg.no","tønsberg.no","ullensaker.no","ullensvang.no","ulvik.no","utsira.no","vadso.no","vadsø.no","cahcesuolo.no","čáhcesuolo.no","vaksdal.no","valle.no","vang.no","vanylven.no","vardo.no","vardø.no","varggat.no","várggát.no","vefsn.no","vaapste.no","vega.no","vegarshei.no","vegårshei.no","vennesla.no","verdal.no","verran.no","vestby.no","vestnes.no","vestre-slidre.no","vestre-toten.no","vestvagoy.no","vestvågøy.no","vevelstad.no","vik.no","vikna.no","vindafjord.no","volda.no","voss.no","varoy.no","værøy.no","vagan.no","vågan.no","voagat.no","vagsoy.no","vågsøy.no","vaga.no","vågå.no","valer.ostfold.no","våler.østfold.no","valer.hedmark.no","våler.hedmark.no","*.np","nr","biz.nr","info.nr","gov.nr","edu.nr","org.nr","net.nr","com.nr","nu","nz","ac.nz","co.nz","cri.nz","geek.nz","gen.nz","govt.nz","health.nz","iwi.nz","kiwi.nz","maori.nz","mil.nz","māori.nz","net.nz","org.nz","parliament.nz","school.nz","om","co.om","com.om","edu.om","gov.om","med.om","museum.om","net.om","org.om","pro.om","onion","org","pa","ac.pa","gob.pa","com.pa","org.pa","sld.pa","edu.pa","net.pa","ing.pa","abo.pa","med.pa","nom.pa","pe","edu.pe","gob.pe","nom.pe","mil.pe","org.pe","com.pe","net.pe","pf","com.pf","org.pf","edu.pf","*.pg","ph","com.ph","net.ph","org.ph","gov.ph","edu.ph","ngo.ph","mil.ph","i.ph","pk","com.pk","net.pk","edu.pk","org.pk","fam.pk","biz.pk","web.pk","gov.pk","gob.pk","gok.pk","gon.pk","gop.pk","gos.pk","info.pk","pl","com.pl","net.pl","org.pl","aid.pl","agro.pl","atm.pl","auto.pl","biz.pl","edu.pl","gmina.pl","gsm.pl","info.pl","mail.pl","miasta.pl","media.pl","mil.pl","nieruchomosci.pl","nom.pl","pc.pl","powiat.pl","priv.pl","realestate.pl","rel.pl","sex.pl","shop.pl","sklep.pl","sos.pl","szkola.pl","targi.pl","tm.pl","tourism.pl","travel.pl","turystyka.pl","gov.pl","ap.gov.pl","ic.gov.pl","is.gov.pl","us.gov.pl","kmpsp.gov.pl","kppsp.gov.pl","kwpsp.gov.pl","psp.gov.pl","wskr.gov.pl","kwp.gov.pl","mw.gov.pl","ug.gov.pl","um.gov.pl","umig.gov.pl","ugim.gov.pl","upow.gov.pl","uw.gov.pl","starostwo.gov.pl","pa.gov.pl","po.gov.pl","psse.gov.pl","pup.gov.pl","rzgw.gov.pl","sa.gov.pl","so.gov.pl","sr.gov.pl","wsa.gov.pl","sko.gov.pl","uzs.gov.pl","wiih.gov.pl","winb.gov.pl","pinb.gov.pl","wios.gov.pl","witd.gov.pl","wzmiuw.gov.pl","piw.gov.pl","wiw.gov.pl","griw.gov.pl","wif.gov.pl","oum.gov.pl","sdn.gov.pl","zp.gov.pl","uppo.gov.pl","mup.gov.pl","wuoz.gov.pl","konsulat.gov.pl","oirm.gov.pl","augustow.pl","babia-gora.pl","bedzin.pl","beskidy.pl","bialowieza.pl","bialystok.pl","bielawa.pl","bieszczady.pl","boleslawiec.pl","bydgoszcz.pl","bytom.pl","cieszyn.pl","czeladz.pl","czest.pl","dlugoleka.pl","elblag.pl","elk.pl","glogow.pl","gniezno.pl","gorlice.pl","grajewo.pl","ilawa.pl","jaworzno.pl","jelenia-gora.pl","jgora.pl","kalisz.pl","kazimierz-dolny.pl","karpacz.pl","kartuzy.pl","kaszuby.pl","katowice.pl","kepno.pl","ketrzyn.pl","klodzko.pl","kobierzyce.pl","kolobrzeg.pl","konin.pl","konskowola.pl","kutno.pl","lapy.pl","lebork.pl","legnica.pl","lezajsk.pl","limanowa.pl","lomza.pl","lowicz.pl","lubin.pl","lukow.pl","malbork.pl","malopolska.pl","mazowsze.pl","mazury.pl","mielec.pl","mielno.pl","mragowo.pl","naklo.pl","nowaruda.pl","nysa.pl","olawa.pl","olecko.pl","olkusz.pl","olsztyn.pl","opoczno.pl","opole.pl","ostroda.pl","ostroleka.pl","ostrowiec.pl","ostrowwlkp.pl","pila.pl","pisz.pl","podhale.pl","podlasie.pl","polkowice.pl","pomorze.pl","pomorskie.pl","prochowice.pl","pruszkow.pl","przeworsk.pl","pulawy.pl","radom.pl","rawa-maz.pl","rybnik.pl","rzeszow.pl","sanok.pl","sejny.pl","slask.pl","slupsk.pl","sosnowiec.pl","stalowa-wola.pl","skoczow.pl","starachowice.pl","stargard.pl","suwalki.pl","swidnica.pl","swiebodzin.pl","swinoujscie.pl","szczecin.pl","szczytno.pl","tarnobrzeg.pl","tgory.pl","turek.pl","tychy.pl","ustka.pl","walbrzych.pl","warmia.pl","warszawa.pl","waw.pl","wegrow.pl","wielun.pl","wlocl.pl","wloclawek.pl","wodzislaw.pl","wolomin.pl","wroclaw.pl","zachpomor.pl","zagan.pl","zarow.pl","zgora.pl","zgorzelec.pl","pm","pn","gov.pn","co.pn","org.pn","edu.pn","net.pn","post","pr","com.pr","net.pr","org.pr","gov.pr","edu.pr","isla.pr","pro.pr","biz.pr","info.pr","name.pr","est.pr","prof.pr","ac.pr","pro","aaa.pro","aca.pro","acct.pro","avocat.pro","bar.pro","cpa.pro","eng.pro","jur.pro","law.pro","med.pro","recht.pro","ps","edu.ps","gov.ps","sec.ps","plo.ps","com.ps","org.ps","net.ps","pt","net.pt","gov.pt","org.pt","edu.pt","int.pt","publ.pt","com.pt","nome.pt","pw","co.pw","ne.pw","or.pw","ed.pw","go.pw","belau.pw","py","com.py","coop.py","edu.py","gov.py","mil.py","net.py","org.py","qa","com.qa","edu.qa","gov.qa","mil.qa","name.qa","net.qa","org.qa","sch.qa","re","asso.re","com.re","nom.re","ro","arts.ro","com.ro","firm.ro","info.ro","nom.ro","nt.ro","org.ro","rec.ro","store.ro","tm.ro","www.ro","rs","ac.rs","co.rs","edu.rs","gov.rs","in.rs","org.rs","ru","rw","ac.rw","co.rw","coop.rw","gov.rw","mil.rw","net.rw","org.rw","sa","com.sa","net.sa","org.sa","gov.sa","med.sa","pub.sa","edu.sa","sch.sa","sb","com.sb","edu.sb","gov.sb","net.sb","org.sb","sc","com.sc","gov.sc","net.sc","org.sc","edu.sc","sd","com.sd","net.sd","org.sd","edu.sd","med.sd","tv.sd","gov.sd","info.sd","se","a.se","ac.se","b.se","bd.se","brand.se","c.se","d.se","e.se","f.se","fh.se","fhsk.se","fhv.se","g.se","h.se","i.se","k.se","komforb.se","kommunalforbund.se","komvux.se","l.se","lanbib.se","m.se","n.se","naturbruksgymn.se","o.se","org.se","p.se","parti.se","pp.se","press.se","r.se","s.se","t.se","tm.se","u.se","w.se","x.se","y.se","z.se","sg","com.sg","net.sg","org.sg","gov.sg","edu.sg","per.sg","sh","com.sh","net.sh","gov.sh","org.sh","mil.sh","si","sj","sk","sl","com.sl","net.sl","edu.sl","gov.sl","org.sl","sm","sn","art.sn","com.sn","edu.sn","gouv.sn","org.sn","perso.sn","univ.sn","so","com.so","edu.so","gov.so","me.so","net.so","org.so","sr","ss","biz.ss","com.ss","edu.ss","gov.ss","net.ss","org.ss","st","co.st","com.st","consulado.st","edu.st","embaixada.st","gov.st","mil.st","net.st","org.st","principe.st","saotome.st","store.st","su","sv","com.sv","edu.sv","gob.sv","org.sv","red.sv","sx","gov.sx","sy","edu.sy","gov.sy","net.sy","mil.sy","com.sy","org.sy","sz","co.sz","ac.sz","org.sz","tc","td","tel","tf","tg","th","ac.th","co.th","go.th","in.th","mi.th","net.th","or.th","tj","ac.tj","biz.tj","co.tj","com.tj","edu.tj","go.tj","gov.tj","int.tj","mil.tj","name.tj","net.tj","nic.tj","org.tj","test.tj","web.tj","tk","tl","gov.tl","tm","com.tm","co.tm","org.tm","net.tm","nom.tm","gov.tm","mil.tm","edu.tm","tn","com.tn","ens.tn","fin.tn","gov.tn","ind.tn","intl.tn","nat.tn","net.tn","org.tn","info.tn","perso.tn","tourism.tn","edunet.tn","rnrt.tn","rns.tn","rnu.tn","mincom.tn","agrinet.tn","defense.tn","turen.tn","to","com.to","gov.to","net.to","org.to","edu.to","mil.to","tr","av.tr","bbs.tr","bel.tr","biz.tr","com.tr","dr.tr","edu.tr","gen.tr","gov.tr","info.tr","mil.tr","k12.tr","kep.tr","name.tr","net.tr","org.tr","pol.tr","tel.tr","tsk.tr","tv.tr","web.tr","nc.tr","gov.nc.tr","tt","co.tt","com.tt","org.tt","net.tt","biz.tt","info.tt","pro.tt","int.tt","coop.tt","jobs.tt","mobi.tt","travel.tt","museum.tt","aero.tt","name.tt","gov.tt","edu.tt","tv","tw","edu.tw","gov.tw","mil.tw","com.tw","net.tw","org.tw","idv.tw","game.tw","ebiz.tw","club.tw","網路.tw","組織.tw","商業.tw","tz","ac.tz","co.tz","go.tz","hotel.tz","info.tz","me.tz","mil.tz","mobi.tz","ne.tz","or.tz","sc.tz","tv.tz","ua","com.ua","edu.ua","gov.ua","in.ua","net.ua","org.ua","cherkassy.ua","cherkasy.ua","chernigov.ua","chernihiv.ua","chernivtsi.ua","chernovtsy.ua","ck.ua","cn.ua","cr.ua","crimea.ua","cv.ua","dn.ua","dnepropetrovsk.ua","dnipropetrovsk.ua","dominic.ua","donetsk.ua","dp.ua","if.ua","ivano-frankivsk.ua","kh.ua","kharkiv.ua","kharkov.ua","kherson.ua","khmelnitskiy.ua","khmelnytskyi.ua","kiev.ua","kirovograd.ua","km.ua","kr.ua","krym.ua","ks.ua","kv.ua","kyiv.ua","lg.ua","lt.ua","lugansk.ua","lutsk.ua","lv.ua","lviv.ua","mk.ua","mykolaiv.ua","nikolaev.ua","od.ua","odesa.ua","odessa.ua","pl.ua","poltava.ua","rivne.ua","rovno.ua","rv.ua","sb.ua","sebastopol.ua","sevastopol.ua","sm.ua","sumy.ua","te.ua","ternopil.ua","uz.ua","uzhgorod.ua","vinnica.ua","vinnytsia.ua","vn.ua","volyn.ua","yalta.ua","zaporizhzhe.ua","zaporizhzhia.ua","zhitomir.ua","zhytomyr.ua","zp.ua","zt.ua","ug","co.ug","or.ug","ac.ug","sc.ug","go.ug","ne.ug","com.ug","org.ug","uk","ac.uk","co.uk","gov.uk","ltd.uk","me.uk","net.uk","nhs.uk","org.uk","plc.uk","police.uk","*.sch.uk","us","dni.us","fed.us","isa.us","kids.us","nsn.us","ak.us","al.us","ar.us","as.us","az.us","ca.us","co.us","ct.us","dc.us","de.us","fl.us","ga.us","gu.us","hi.us","ia.us","id.us","il.us","in.us","ks.us","ky.us","la.us","ma.us","md.us","me.us","mi.us","mn.us","mo.us","ms.us","mt.us","nc.us","nd.us","ne.us","nh.us","nj.us","nm.us","nv.us","ny.us","oh.us","ok.us","or.us","pa.us","pr.us","ri.us","sc.us","sd.us","tn.us","tx.us","ut.us","vi.us","vt.us","va.us","wa.us","wi.us","wv.us","wy.us","k12.ak.us","k12.al.us","k12.ar.us","k12.as.us","k12.az.us","k12.ca.us","k12.co.us","k12.ct.us","k12.dc.us","k12.de.us","k12.fl.us","k12.ga.us","k12.gu.us","k12.ia.us","k12.id.us","k12.il.us","k12.in.us","k12.ks.us","k12.ky.us","k12.la.us","k12.ma.us","k12.md.us","k12.me.us","k12.mi.us","k12.mn.us","k12.mo.us","k12.ms.us","k12.mt.us","k12.nc.us","k12.ne.us","k12.nh.us","k12.nj.us","k12.nm.us","k12.nv.us","k12.ny.us","k12.oh.us","k12.ok.us","k12.or.us","k12.pa.us","k12.pr.us","k12.ri.us","k12.sc.us","k12.tn.us","k12.tx.us","k12.ut.us","k12.vi.us","k12.vt.us","k12.va.us","k12.wa.us","k12.wi.us","k12.wy.us","cc.ak.us","cc.al.us","cc.ar.us","cc.as.us","cc.az.us","cc.ca.us","cc.co.us","cc.ct.us","cc.dc.us","cc.de.us","cc.fl.us","cc.ga.us","cc.gu.us","cc.hi.us","cc.ia.us","cc.id.us","cc.il.us","cc.in.us","cc.ks.us","cc.ky.us","cc.la.us","cc.ma.us","cc.md.us","cc.me.us","cc.mi.us","cc.mn.us","cc.mo.us","cc.ms.us","cc.mt.us","cc.nc.us","cc.nd.us","cc.ne.us","cc.nh.us","cc.nj.us","cc.nm.us","cc.nv.us","cc.ny.us","cc.oh.us","cc.ok.us","cc.or.us","cc.pa.us","cc.pr.us","cc.ri.us","cc.sc.us","cc.sd.us","cc.tn.us","cc.tx.us","cc.ut.us","cc.vi.us","cc.vt.us","cc.va.us","cc.wa.us","cc.wi.us","cc.wv.us","cc.wy.us","lib.ak.us","lib.al.us","lib.ar.us","lib.as.us","lib.az.us","lib.ca.us","lib.co.us","lib.ct.us","lib.dc.us","lib.fl.us","lib.ga.us","lib.gu.us","lib.hi.us","lib.ia.us","lib.id.us","lib.il.us","lib.in.us","lib.ks.us","lib.ky.us","lib.la.us","lib.ma.us","lib.md.us","lib.me.us","lib.mi.us","lib.mn.us","lib.mo.us","lib.ms.us","lib.mt.us","lib.nc.us","lib.nd.us","lib.ne.us","lib.nh.us","lib.nj.us","lib.nm.us","lib.nv.us","lib.ny.us","lib.oh.us","lib.ok.us","lib.or.us","lib.pa.us","lib.pr.us","lib.ri.us","lib.sc.us","lib.sd.us","lib.tn.us","lib.tx.us","lib.ut.us","lib.vi.us","lib.vt.us","lib.va.us","lib.wa.us","lib.wi.us","lib.wy.us","pvt.k12.ma.us","chtr.k12.ma.us","paroch.k12.ma.us","ann-arbor.mi.us","cog.mi.us","dst.mi.us","eaton.mi.us","gen.mi.us","mus.mi.us","tec.mi.us","washtenaw.mi.us","uy","com.uy","edu.uy","gub.uy","mil.uy","net.uy","org.uy","uz","co.uz","com.uz","net.uz","org.uz","va","vc","com.vc","net.vc","org.vc","gov.vc","mil.vc","edu.vc","ve","arts.ve","co.ve","com.ve","e12.ve","edu.ve","firm.ve","gob.ve","gov.ve","info.ve","int.ve","mil.ve","net.ve","org.ve","rec.ve","store.ve","tec.ve","web.ve","vg","vi","co.vi","com.vi","k12.vi","net.vi","org.vi","vn","com.vn","net.vn","org.vn","edu.vn","gov.vn","int.vn","ac.vn","biz.vn","info.vn","name.vn","pro.vn","health.vn","vu","com.vu","edu.vu","net.vu","org.vu","wf","ws","com.ws","net.ws","org.ws","gov.ws","edu.ws","yt","امارات","հայ","বাংলা","бг","бел","中国","中國","الجزائر","مصر","ею","ευ","موريتانيا","გე","ελ","香港","公司.香港","教育.香港","政府.香港","個人.香港","網絡.香港","組織.香港","ಭಾರತ","ଭାରତ","ভাৰত","भारतम्","भारोत","ڀارت","ഭാരതം","भारत","بارت","بھارت","భారత్","ભારત","ਭਾਰਤ","ভারত","இந்தியா","ایران","ايران","عراق","الاردن","한국","қаз","ලංකා","இலங்கை","المغرب","мкд","мон","澳門","澳门","مليسيا","عمان","پاکستان","پاكستان","فلسطين","срб","пр.срб","орг.срб","обр.срб","од.срб","упр.срб","ак.срб","рф","قطر","السعودية","السعودیة","السعودیۃ","السعوديه","سودان","新加坡","சிங்கப்பூர்","سورية","سوريا","ไทย","ศึกษา.ไทย","ธุรกิจ.ไทย","รัฐบาล.ไทย","ทหาร.ไทย","เน็ต.ไทย","องค์กร.ไทย","تونس","台灣","台湾","臺灣","укр","اليمن","xxx","*.ye","ac.za","agric.za","alt.za","co.za","edu.za","gov.za","grondar.za","law.za","mil.za","net.za","ngo.za","nic.za","nis.za","nom.za","org.za","school.za","tm.za","web.za","zm","ac.zm","biz.zm","co.zm","com.zm","edu.zm","gov.zm","info.zm","mil.zm","net.zm","org.zm","sch.zm","zw","ac.zw","co.zw","gov.zw","mil.zw","org.zw","aaa","aarp","abarth","abb","abbott","abbvie","abc","able","abogado","abudhabi","academy","accenture","accountant","accountants","aco","actor","adac","ads","adult","aeg","aetna","afamilycompany","afl","africa","agakhan","agency","aig","aigo","airbus","airforce","airtel","akdn","alfaromeo","alibaba","alipay","allfinanz","allstate","ally","alsace","alstom","amazon","americanexpress","americanfamily","amex","amfam","amica","amsterdam","analytics","android","anquan","anz","aol","apartments","app","apple","aquarelle","arab","aramco","archi","army","art","arte","asda","associates","athleta","attorney","auction","audi","audible","audio","auspost","author","auto","autos","avianca","aws","axa","azure","baby","baidu","banamex","bananarepublic","band","bank","bar","barcelona","barclaycard","barclays","barefoot","bargains","baseball","basketball","bauhaus","bayern","bbc","bbt","bbva","bcg","bcn","beats","beauty","beer","bentley","berlin","best","bestbuy","bet","bharti","bible","bid","bike","bing","bingo","bio","black","blackfriday","blockbuster","blog","bloomberg","blue","bms","bmw","bnpparibas","boats","boehringer","bofa","bom","bond","boo","book","booking","bosch","bostik","boston","bot","boutique","box","bradesco","bridgestone","broadway","broker","brother","brussels","budapest","bugatti","build","builders","business","buy","buzz","bzh","cab","cafe","cal","call","calvinklein","cam","camera","camp","cancerresearch","canon","capetown","capital","capitalone","car","caravan","cards","care","career","careers","cars","casa","case","caseih","cash","casino","catering","catholic","cba","cbn","cbre","cbs","ceb","center","ceo","cern","cfa","cfd","chanel","channel","charity","chase","chat","cheap","chintai","christmas","chrome","church","cipriani","circle","cisco","citadel","citi","citic","city","cityeats","claims","cleaning","click","clinic","clinique","clothing","cloud","club","clubmed","coach","codes","coffee","college","cologne","comcast","commbank","community","company","compare","computer","comsec","condos","construction","consulting","contact","contractors","cooking","cookingchannel","cool","corsica","country","coupon","coupons","courses","cpa","credit","creditcard","creditunion","cricket","crown","crs","cruise","cruises","csc","cuisinella","cymru","cyou","dabur","dad","dance","data","date","dating","datsun","day","dclk","dds","deal","dealer","deals","degree","delivery","dell","deloitte","delta","democrat","dental","dentist","desi","design","dev","dhl","diamonds","diet","digital","direct","directory","discount","discover","dish","diy","dnp","docs","doctor","dog","domains","dot","download","drive","dtv","dubai","duck","dunlop","dupont","durban","dvag","dvr","earth","eat","eco","edeka","education","email","emerck","energy","engineer","engineering","enterprises","epson","equipment","ericsson","erni","esq","estate","esurance","etisalat","eurovision","eus","events","exchange","expert","exposed","express","extraspace","fage","fail","fairwinds","faith","family","fan","fans","farm","farmers","fashion","fast","fedex","feedback","ferrari","ferrero","fiat","fidelity","fido","film","final","finance","financial","fire","firestone","firmdale","fish","fishing","fit","fitness","flickr","flights","flir","florist","flowers","fly","foo","food","foodnetwork","football","ford","forex","forsale","forum","foundation","fox","free","fresenius","frl","frogans","frontdoor","frontier","ftr","fujitsu","fujixerox","fun","fund","furniture","futbol","fyi","gal","gallery","gallo","gallup","game","games","gap","garden","gay","gbiz","gdn","gea","gent","genting","george","ggee","gift","gifts","gives","giving","glade","glass","gle","global","globo","gmail","gmbh","gmo","gmx","godaddy","gold","goldpoint","golf","goo","goodyear","goog","google","gop","got","grainger","graphics","gratis","green","gripe","grocery","group","guardian","gucci","guge","guide","guitars","guru","hair","hamburg","hangout","haus","hbo","hdfc","hdfcbank","health","healthcare","help","helsinki","here","hermes","hgtv","hiphop","hisamitsu","hitachi","hiv","hkt","hockey","holdings","holiday","homedepot","homegoods","homes","homesense","honda","horse","hospital","host","hosting","hot","hoteles","hotels","hotmail","house","how","hsbc","hughes","hyatt","hyundai","ibm","icbc","ice","icu","ieee","ifm","ikano","imamat","imdb","immo","immobilien","inc","industries","infiniti","ing","ink","institute","insurance","insure","intel","international","intuit","investments","ipiranga","irish","ismaili","ist","istanbul","itau","itv","iveco","jaguar","java","jcb","jcp","jeep","jetzt","jewelry","jio","jll","jmp","jnj","joburg","jot","joy","jpmorgan","jprs","juegos","juniper","kaufen","kddi","kerryhotels","kerrylogistics","kerryproperties","kfh","kia","kim","kinder","kindle","kitchen","kiwi","koeln","komatsu","kosher","kpmg","kpn","krd","kred","kuokgroup","kyoto","lacaixa","lamborghini","lamer","lancaster","lancia","land","landrover","lanxess","lasalle","lat","latino","latrobe","law","lawyer","lds","lease","leclerc","lefrak","legal","lego","lexus","lgbt","lidl","life","lifeinsurance","lifestyle","lighting","like","lilly","limited","limo","lincoln","linde","link","lipsy","live","living","lixil","llc","llp","loan","loans","locker","locus","loft","lol","london","lotte","lotto","love","lpl","lplfinancial","ltd","ltda","lundbeck","lupin","luxe","luxury","macys","madrid","maif","maison","makeup","man","management","mango","map","market","marketing","markets","marriott","marshalls","maserati","mattel","mba","mckinsey","med","media","meet","melbourne","meme","memorial","men","menu","merckmsd","metlife","miami","microsoft","mini","mint","mit","mitsubishi","mlb","mls","mma","mobile","moda","moe","moi","mom","monash","money","monster","mormon","mortgage","moscow","moto","motorcycles","mov","movie","msd","mtn","mtr","mutual","nab","nadex","nagoya","nationwide","natura","navy","nba","nec","netbank","netflix","network","neustar","new","newholland","news","next","nextdirect","nexus","nfl","ngo","nhk","nico","nike","nikon","ninja","nissan","nissay","nokia","northwesternmutual","norton","now","nowruz","nowtv","nra","nrw","ntt","nyc","obi","observer","off","office","okinawa","olayan","olayangroup","oldnavy","ollo","omega","one","ong","onl","online","onyourside","ooo","open","oracle","orange","organic","origins","osaka","otsuka","ott","ovh","page","panasonic","paris","pars","partners","parts","party","passagens","pay","pccw","pet","pfizer","pharmacy","phd","philips","phone","photo","photography","photos","physio","pics","pictet","pictures","pid","pin","ping","pink","pioneer","pizza","place","play","playstation","plumbing","plus","pnc","pohl","poker","politie","porn","pramerica","praxi","press","prime","prod","productions","prof","progressive","promo","properties","property","protection","pru","prudential","pub","pwc","qpon","quebec","quest","qvc","racing","radio","raid","read","realestate","realtor","realty","recipes","red","redstone","redumbrella","rehab","reise","reisen","reit","reliance","ren","rent","rentals","repair","report","republican","rest","restaurant","review","reviews","rexroth","rich","richardli","ricoh","rightathome","ril","rio","rip","rmit","rocher","rocks","rodeo","rogers","room","rsvp","rugby","ruhr","run","rwe","ryukyu","saarland","safe","safety","sakura","sale","salon","samsclub","samsung","sandvik","sandvikcoromant","sanofi","sap","sarl","sas","save","saxo","sbi","sbs","sca","scb","schaeffler","schmidt","scholarships","school","schule","schwarz","science","scjohnson","scor","scot","search","seat","secure","security","seek","select","sener","services","ses","seven","sew","sex","sexy","sfr","shangrila","sharp","shaw","shell","shia","shiksha","shoes","shop","shopping","shouji","show","showtime","shriram","silk","sina","singles","site","ski","skin","sky","skype","sling","smart","smile","sncf","soccer","social","softbank","software","sohu","solar","solutions","song","sony","soy","spa","space","sport","spot","spreadbetting","srl","stada","staples","star","statebank","statefarm","stc","stcgroup","stockholm","storage","store","stream","studio","study","style","sucks","supplies","supply","support","surf","surgery","suzuki","swatch","swiftcover","swiss","sydney","symantec","systems","tab","taipei","talk","taobao","target","tatamotors","tatar","tattoo","tax","taxi","tci","tdk","team","tech","technology","temasek","tennis","teva","thd","theater","theatre","tiaa","tickets","tienda","tiffany","tips","tires","tirol","tjmaxx","tjx","tkmaxx","tmall","today","tokyo","tools","top","toray","toshiba","total","tours","town","toyota","toys","trade","trading","training","travel","travelchannel","travelers","travelersinsurance","trust","trv","tube","tui","tunes","tushu","tvs","ubank","ubs","unicom","university","uno","uol","ups","vacations","vana","vanguard","vegas","ventures","verisign","versicherung","vet","viajes","video","vig","viking","villas","vin","vip","virgin","visa","vision","viva","vivo","vlaanderen","vodka","volkswagen","volvo","vote","voting","voto","voyage","vuelos","wales","walmart","walter","wang","wanggou","watch","watches","weather","weatherchannel","webcam","weber","website","wed","wedding","weibo","weir","whoswho","wien","wiki","williamhill","win","windows","wine","winners","wme","wolterskluwer","woodside","work","works","world","wow","wtc","wtf","xbox","xerox","xfinity","xihuan","xin","कॉम","セール","佛山","慈善","集团","在线","大众汽车","点看","คอม","八卦","موقع","公益","公司","香格里拉","网站","移动","我爱你","москва","католик","онлайн","сайт","联通","קום","时尚","微博","淡马锡","ファッション","орг","नेट","ストア","アマゾン","삼성","商标","商店","商城","дети","ポイント","新闻","工行","家電","كوم","中文网","中信","娱乐","谷歌","電訊盈科","购物","クラウド","通販","网店","संगठन","餐厅","网络","ком","亚马逊","诺基亚","食品","飞利浦","手表","手机","ارامكو","العليان","اتصالات","بازار","ابوظبي","كاثوليك","همراه","닷컴","政府","شبكة","بيتك","عرب","机构","组织机构","健康","招聘","рус","珠宝","大拿","みんな","グーグル","世界","書籍","网址","닷넷","コム","天主教","游戏","vermögensberater","vermögensberatung","企业","信息","嘉里大酒店","嘉里","广东","政务","xyz","yachts","yahoo","yamaxun","yandex","yodobashi","yoga","yokohama","you","youtube","yun","zappos","zara","zero","zip","zone","zuerich","cc.ua","inf.ua","ltd.ua","adobeaemcloud.com","adobeaemcloud.net","*.dev.adobeaemcloud.com","beep.pl","barsy.ca","*.compute.estate","*.alces.network","altervista.org","alwaysdata.net","cloudfront.net","*.compute.amazonaws.com","*.compute-1.amazonaws.com","*.compute.amazonaws.com.cn","us-east-1.amazonaws.com","cn-north-1.eb.amazonaws.com.cn","cn-northwest-1.eb.amazonaws.com.cn","elasticbeanstalk.com","ap-northeast-1.elasticbeanstalk.com","ap-northeast-2.elasticbeanstalk.com","ap-northeast-3.elasticbeanstalk.com","ap-south-1.elasticbeanstalk.com","ap-southeast-1.elasticbeanstalk.com","ap-southeast-2.elasticbeanstalk.com","ca-central-1.elasticbeanstalk.com","eu-central-1.elasticbeanstalk.com","eu-west-1.elasticbeanstalk.com","eu-west-2.elasticbeanstalk.com","eu-west-3.elasticbeanstalk.com","sa-east-1.elasticbeanstalk.com","us-east-1.elasticbeanstalk.com","us-east-2.elasticbeanstalk.com","us-gov-west-1.elasticbeanstalk.com","us-west-1.elasticbeanstalk.com","us-west-2.elasticbeanstalk.com","*.elb.amazonaws.com","*.elb.amazonaws.com.cn","s3.amazonaws.com","s3-ap-northeast-1.amazonaws.com","s3-ap-northeast-2.amazonaws.com","s3-ap-south-1.amazonaws.com","s3-ap-southeast-1.amazonaws.com","s3-ap-southeast-2.amazonaws.com","s3-ca-central-1.amazonaws.com","s3-eu-central-1.amazonaws.com","s3-eu-west-1.amazonaws.com","s3-eu-west-2.amazonaws.com","s3-eu-west-3.amazonaws.com","s3-external-1.amazonaws.com","s3-fips-us-gov-west-1.amazonaws.com","s3-sa-east-1.amazonaws.com","s3-us-gov-west-1.amazonaws.com","s3-us-east-2.amazonaws.com","s3-us-west-1.amazonaws.com","s3-us-west-2.amazonaws.com","s3.ap-northeast-2.amazonaws.com","s3.ap-south-1.amazonaws.com","s3.cn-north-1.amazonaws.com.cn","s3.ca-central-1.amazonaws.com","s3.eu-central-1.amazonaws.com","s3.eu-west-2.amazonaws.com","s3.eu-west-3.amazonaws.com","s3.us-east-2.amazonaws.com","s3.dualstack.ap-northeast-1.amazonaws.com","s3.dualstack.ap-northeast-2.amazonaws.com","s3.dualstack.ap-south-1.amazonaws.com","s3.dualstack.ap-southeast-1.amazonaws.com","s3.dualstack.ap-southeast-2.amazonaws.com","s3.dualstack.ca-central-1.amazonaws.com","s3.dualstack.eu-central-1.amazonaws.com","s3.dualstack.eu-west-1.amazonaws.com","s3.dualstack.eu-west-2.amazonaws.com","s3.dualstack.eu-west-3.amazonaws.com","s3.dualstack.sa-east-1.amazonaws.com","s3.dualstack.us-east-1.amazonaws.com","s3.dualstack.us-east-2.amazonaws.com","s3-website-us-east-1.amazonaws.com","s3-website-us-west-1.amazonaws.com","s3-website-us-west-2.amazonaws.com","s3-website-ap-northeast-1.amazonaws.com","s3-website-ap-southeast-1.amazonaws.com","s3-website-ap-southeast-2.amazonaws.com","s3-website-eu-west-1.amazonaws.com","s3-website-sa-east-1.amazonaws.com","s3-website.ap-northeast-2.amazonaws.com","s3-website.ap-south-1.amazonaws.com","s3-website.ca-central-1.amazonaws.com","s3-website.eu-central-1.amazonaws.com","s3-website.eu-west-2.amazonaws.com","s3-website.eu-west-3.amazonaws.com","s3-website.us-east-2.amazonaws.com","amsw.nl","t3l3p0rt.net","tele.amune.org","apigee.io","on-aptible.com","user.aseinet.ne.jp","gv.vc","d.gv.vc","user.party.eus","pimienta.org","poivron.org","potager.org","sweetpepper.org","myasustor.com","myfritz.net","*.awdev.ca","*.advisor.ws","b-data.io","backplaneapp.io","balena-devices.com","app.banzaicloud.io","betainabox.com","bnr.la","blackbaudcdn.net","boomla.net","boxfuse.io","square7.ch","bplaced.com","bplaced.de","square7.de","bplaced.net","square7.net","browsersafetymark.io","uk0.bigv.io","dh.bytemark.co.uk","vm.bytemark.co.uk","mycd.eu","carrd.co","crd.co","uwu.ai","ae.org","ar.com","br.com","cn.com","com.de","com.se","de.com","eu.com","gb.com","gb.net","hu.com","hu.net","jp.net","jpn.com","kr.com","mex.com","no.com","qc.com","ru.com","sa.com","se.net","uk.com","uk.net","us.com","uy.com","za.bz","za.com","africa.com","gr.com","in.net","us.org","co.com","c.la","certmgr.org","xenapponazure.com","discourse.group","discourse.team","virtueeldomein.nl","cleverapps.io","*.lcl.dev","*.stg.dev","c66.me","cloud66.ws","cloud66.zone","jdevcloud.com","wpdevcloud.com","cloudaccess.host","freesite.host","cloudaccess.net","cloudcontrolled.com","cloudcontrolapp.com","cloudera.site","trycloudflare.com","workers.dev","wnext.app","co.ca","*.otap.co","co.cz","c.cdn77.org","cdn77-ssl.net","r.cdn77.net","rsc.cdn77.org","ssl.origin.cdn77-secure.org","cloudns.asia","cloudns.biz","cloudns.club","cloudns.cc","cloudns.eu","cloudns.in","cloudns.info","cloudns.org","cloudns.pro","cloudns.pw","cloudns.us","cloudeity.net","cnpy.gdn","co.nl","co.no","webhosting.be","hosting-cluster.nl","ac.ru","edu.ru","gov.ru","int.ru","mil.ru","test.ru","dyn.cosidns.de","dynamisches-dns.de","dnsupdater.de","internet-dns.de","l-o-g-i-n.de","dynamic-dns.info","feste-ip.net","knx-server.net","static-access.net","realm.cz","*.cryptonomic.net","cupcake.is","*.customer-oci.com","*.oci.customer-oci.com","*.ocp.customer-oci.com","*.ocs.customer-oci.com","cyon.link","cyon.site","daplie.me","localhost.daplie.me","dattolocal.com","dattorelay.com","dattoweb.com","mydatto.com","dattolocal.net","mydatto.net","biz.dk","co.dk","firm.dk","reg.dk","store.dk","*.dapps.earth","*.bzz.dapps.earth","builtwithdark.com","edgestack.me","debian.net","dedyn.io","dnshome.de","online.th","shop.th","drayddns.com","dreamhosters.com","mydrobo.com","drud.io","drud.us","duckdns.org","dy.fi","tunk.org","dyndns-at-home.com","dyndns-at-work.com","dyndns-blog.com","dyndns-free.com","dyndns-home.com","dyndns-ip.com","dyndns-mail.com","dyndns-office.com","dyndns-pics.com","dyndns-remote.com","dyndns-server.com","dyndns-web.com","dyndns-wiki.com","dyndns-work.com","dyndns.biz","dyndns.info","dyndns.org","dyndns.tv","at-band-camp.net","ath.cx","barrel-of-knowledge.info","barrell-of-knowledge.info","better-than.tv","blogdns.com","blogdns.net","blogdns.org","blogsite.org","boldlygoingnowhere.org","broke-it.net","buyshouses.net","cechire.com","dnsalias.com","dnsalias.net","dnsalias.org","dnsdojo.com","dnsdojo.net","dnsdojo.org","does-it.net","doesntexist.com","doesntexist.org","dontexist.com","dontexist.net","dontexist.org","doomdns.com","doomdns.org","dvrdns.org","dyn-o-saur.com","dynalias.com","dynalias.net","dynalias.org","dynathome.net","dyndns.ws","endofinternet.net","endofinternet.org","endoftheinternet.org","est-a-la-maison.com","est-a-la-masion.com","est-le-patron.com","est-mon-blogueur.com","for-better.biz","for-more.biz","for-our.info","for-some.biz","for-the.biz","forgot.her.name","forgot.his.name","from-ak.com","from-al.com","from-ar.com","from-az.net","from-ca.com","from-co.net","from-ct.com","from-dc.com","from-de.com","from-fl.com","from-ga.com","from-hi.com","from-ia.com","from-id.com","from-il.com","from-in.com","from-ks.com","from-ky.com","from-la.net","from-ma.com","from-md.com","from-me.org","from-mi.com","from-mn.com","from-mo.com","from-ms.com","from-mt.com","from-nc.com","from-nd.com","from-ne.com","from-nh.com","from-nj.com","from-nm.com","from-nv.com","from-ny.net","from-oh.com","from-ok.com","from-or.com","from-pa.com","from-pr.com","from-ri.com","from-sc.com","from-sd.com","from-tn.com","from-tx.com","from-ut.com","from-va.com","from-vt.com","from-wa.com","from-wi.com","from-wv.com","from-wy.com","ftpaccess.cc","fuettertdasnetz.de","game-host.org","game-server.cc","getmyip.com","gets-it.net","go.dyndns.org","gotdns.com","gotdns.org","groks-the.info","groks-this.info","ham-radio-op.net","here-for-more.info","hobby-site.com","hobby-site.org","home.dyndns.org","homedns.org","homeftp.net","homeftp.org","homeip.net","homelinux.com","homelinux.net","homelinux.org","homeunix.com","homeunix.net","homeunix.org","iamallama.com","in-the-band.net","is-a-anarchist.com","is-a-blogger.com","is-a-bookkeeper.com","is-a-bruinsfan.org","is-a-bulls-fan.com","is-a-candidate.org","is-a-caterer.com","is-a-celticsfan.org","is-a-chef.com","is-a-chef.net","is-a-chef.org","is-a-conservative.com","is-a-cpa.com","is-a-cubicle-slave.com","is-a-democrat.com","is-a-designer.com","is-a-doctor.com","is-a-financialadvisor.com","is-a-geek.com","is-a-geek.net","is-a-geek.org","is-a-green.com","is-a-guru.com","is-a-hard-worker.com","is-a-hunter.com","is-a-knight.org","is-a-landscaper.com","is-a-lawyer.com","is-a-liberal.com","is-a-libertarian.com","is-a-linux-user.org","is-a-llama.com","is-a-musician.com","is-a-nascarfan.com","is-a-nurse.com","is-a-painter.com","is-a-patsfan.org","is-a-personaltrainer.com","is-a-photographer.com","is-a-player.com","is-a-republican.com","is-a-rockstar.com","is-a-socialist.com","is-a-soxfan.org","is-a-student.com","is-a-teacher.com","is-a-techie.com","is-a-therapist.com","is-an-accountant.com","is-an-actor.com","is-an-actress.com","is-an-anarchist.com","is-an-artist.com","is-an-engineer.com","is-an-entertainer.com","is-by.us","is-certified.com","is-found.org","is-gone.com","is-into-anime.com","is-into-cars.com","is-into-cartoons.com","is-into-games.com","is-leet.com","is-lost.org","is-not-certified.com","is-saved.org","is-slick.com","is-uberleet.com","is-very-bad.org","is-very-evil.org","is-very-good.org","is-very-nice.org","is-very-sweet.org","is-with-theband.com","isa-geek.com","isa-geek.net","isa-geek.org","isa-hockeynut.com","issmarterthanyou.com","isteingeek.de","istmein.de","kicks-ass.net","kicks-ass.org","knowsitall.info","land-4-sale.us","lebtimnetz.de","leitungsen.de","likes-pie.com","likescandy.com","merseine.nu","mine.nu","misconfused.org","mypets.ws","myphotos.cc","neat-url.com","office-on-the.net","on-the-web.tv","podzone.net","podzone.org","readmyblog.org","saves-the-whales.com","scrapper-site.net","scrapping.cc","selfip.biz","selfip.com","selfip.info","selfip.net","selfip.org","sells-for-less.com","sells-for-u.com","sells-it.net","sellsyourhome.org","servebbs.com","servebbs.net","servebbs.org","serveftp.net","serveftp.org","servegame.org","shacknet.nu","simple-url.com","space-to-rent.com","stuff-4-sale.org","stuff-4-sale.us","teaches-yoga.com","thruhere.net","traeumtgerade.de","webhop.biz","webhop.info","webhop.net","webhop.org","worse-than.tv","writesthisblog.com","ddnss.de","dyn.ddnss.de","dyndns.ddnss.de","dyndns1.de","dyn-ip24.de","home-webserver.de","dyn.home-webserver.de","myhome-server.de","ddnss.org","definima.net","definima.io","bci.dnstrace.pro","ddnsfree.com","ddnsgeek.com","giize.com","gleeze.com","kozow.com","loseyourip.com","ooguy.com","theworkpc.com","casacam.net","dynu.net","accesscam.org","camdvr.org","freeddns.org","mywire.org","webredirect.org","myddns.rocks","blogsite.xyz","dynv6.net","e4.cz","en-root.fr","mytuleap.com","onred.one","staging.onred.one","enonic.io","customer.enonic.io","eu.org","al.eu.org","asso.eu.org","at.eu.org","au.eu.org","be.eu.org","bg.eu.org","ca.eu.org","cd.eu.org","ch.eu.org","cn.eu.org","cy.eu.org","cz.eu.org","de.eu.org","dk.eu.org","edu.eu.org","ee.eu.org","es.eu.org","fi.eu.org","fr.eu.org","gr.eu.org","hr.eu.org","hu.eu.org","ie.eu.org","il.eu.org","in.eu.org","int.eu.org","is.eu.org","it.eu.org","jp.eu.org","kr.eu.org","lt.eu.org","lu.eu.org","lv.eu.org","mc.eu.org","me.eu.org","mk.eu.org","mt.eu.org","my.eu.org","net.eu.org","ng.eu.org","nl.eu.org","no.eu.org","nz.eu.org","paris.eu.org","pl.eu.org","pt.eu.org","q-a.eu.org","ro.eu.org","ru.eu.org","se.eu.org","si.eu.org","sk.eu.org","tr.eu.org","uk.eu.org","us.eu.org","eu-1.evennode.com","eu-2.evennode.com","eu-3.evennode.com","eu-4.evennode.com","us-1.evennode.com","us-2.evennode.com","us-3.evennode.com","us-4.evennode.com","twmail.cc","twmail.net","twmail.org","mymailer.com.tw","url.tw","apps.fbsbx.com","ru.net","adygeya.ru","bashkiria.ru","bir.ru","cbg.ru","com.ru","dagestan.ru","grozny.ru","kalmykia.ru","kustanai.ru","marine.ru","mordovia.ru","msk.ru","mytis.ru","nalchik.ru","nov.ru","pyatigorsk.ru","spb.ru","vladikavkaz.ru","vladimir.ru","abkhazia.su","adygeya.su","aktyubinsk.su","arkhangelsk.su","armenia.su","ashgabad.su","azerbaijan.su","balashov.su","bashkiria.su","bryansk.su","bukhara.su","chimkent.su","dagestan.su","east-kazakhstan.su","exnet.su","georgia.su","grozny.su","ivanovo.su","jambyl.su","kalmykia.su","kaluga.su","karacol.su","karaganda.su","karelia.su","khakassia.su","krasnodar.su","kurgan.su","kustanai.su","lenug.su","mangyshlak.su","mordovia.su","msk.su","murmansk.su","nalchik.su","navoi.su","north-kazakhstan.su","nov.su","obninsk.su","penza.su","pokrovsk.su","sochi.su","spb.su","tashkent.su","termez.su","togliatti.su","troitsk.su","tselinograd.su","tula.su","tuva.su","vladikavkaz.su","vladimir.su","vologda.su","channelsdvr.net","u.channelsdvr.net","fastly-terrarium.com","fastlylb.net","map.fastlylb.net","freetls.fastly.net","map.fastly.net","a.prod.fastly.net","global.prod.fastly.net","a.ssl.fastly.net","b.ssl.fastly.net","global.ssl.fastly.net","fastpanel.direct","fastvps-server.com","fhapp.xyz","fedorainfracloud.org","fedorapeople.org","cloud.fedoraproject.org","app.os.fedoraproject.org","app.os.stg.fedoraproject.org","mydobiss.com","filegear.me","filegear-au.me","filegear-de.me","filegear-gb.me","filegear-ie.me","filegear-jp.me","filegear-sg.me","firebaseapp.com","flynnhub.com","flynnhosting.net","0e.vc","freebox-os.com","freeboxos.com","fbx-os.fr","fbxos.fr","freebox-os.fr","freeboxos.fr","freedesktop.org","*.futurecms.at","*.ex.futurecms.at","*.in.futurecms.at","futurehosting.at","futuremailing.at","*.ex.ortsinfo.at","*.kunden.ortsinfo.at","*.statics.cloud","service.gov.uk","gehirn.ne.jp","usercontent.jp","gentapps.com","lab.ms","github.io","githubusercontent.com","gitlab.io","glitch.me","lolipop.io","cloudapps.digital","london.cloudapps.digital","homeoffice.gov.uk","ro.im","shop.ro","goip.de","run.app","a.run.app","web.app","*.0emm.com","appspot.com","*.r.appspot.com","blogspot.ae","blogspot.al","blogspot.am","blogspot.ba","blogspot.be","blogspot.bg","blogspot.bj","blogspot.ca","blogspot.cf","blogspot.ch","blogspot.cl","blogspot.co.at","blogspot.co.id","blogspot.co.il","blogspot.co.ke","blogspot.co.nz","blogspot.co.uk","blogspot.co.za","blogspot.com","blogspot.com.ar","blogspot.com.au","blogspot.com.br","blogspot.com.by","blogspot.com.co","blogspot.com.cy","blogspot.com.ee","blogspot.com.eg","blogspot.com.es","blogspot.com.mt","blogspot.com.ng","blogspot.com.tr","blogspot.com.uy","blogspot.cv","blogspot.cz","blogspot.de","blogspot.dk","blogspot.fi","blogspot.fr","blogspot.gr","blogspot.hk","blogspot.hr","blogspot.hu","blogspot.ie","blogspot.in","blogspot.is","blogspot.it","blogspot.jp","blogspot.kr","blogspot.li","blogspot.lt","blogspot.lu","blogspot.md","blogspot.mk","blogspot.mr","blogspot.mx","blogspot.my","blogspot.nl","blogspot.no","blogspot.pe","blogspot.pt","blogspot.qa","blogspot.re","blogspot.ro","blogspot.rs","blogspot.ru","blogspot.se","blogspot.sg","blogspot.si","blogspot.sk","blogspot.sn","blogspot.td","blogspot.tw","blogspot.ug","blogspot.vn","cloudfunctions.net","cloud.goog","codespot.com","googleapis.com","googlecode.com","pagespeedmobilizer.com","publishproxy.com","withgoogle.com","withyoutube.com","awsmppl.com","fin.ci","free.hr","caa.li","ua.rs","conf.se","hs.zone","hs.run","hashbang.sh","hasura.app","hasura-app.io","hepforge.org","herokuapp.com","herokussl.com","myravendb.com","ravendb.community","ravendb.me","development.run","ravendb.run","bpl.biz","orx.biz","ng.city","biz.gl","ng.ink","col.ng","firm.ng","gen.ng","ltd.ng","ngo.ng","ng.school","sch.so","häkkinen.fi","*.moonscale.io","moonscale.net","iki.fi","dyn-berlin.de","in-berlin.de","in-brb.de","in-butter.de","in-dsl.de","in-dsl.net","in-dsl.org","in-vpn.de","in-vpn.net","in-vpn.org","biz.at","info.at","info.cx","ac.leg.br","al.leg.br","am.leg.br","ap.leg.br","ba.leg.br","ce.leg.br","df.leg.br","es.leg.br","go.leg.br","ma.leg.br","mg.leg.br","ms.leg.br","mt.leg.br","pa.leg.br","pb.leg.br","pe.leg.br","pi.leg.br","pr.leg.br","rj.leg.br","rn.leg.br","ro.leg.br","rr.leg.br","rs.leg.br","sc.leg.br","se.leg.br","sp.leg.br","to.leg.br","pixolino.com","ipifony.net","mein-iserv.de","test-iserv.de","iserv.dev","iobb.net","myjino.ru","*.hosting.myjino.ru","*.landing.myjino.ru","*.spectrum.myjino.ru","*.vps.myjino.ru","*.triton.zone","*.cns.joyent.com","js.org","kaas.gg","khplay.nl","keymachine.de","kinghost.net","uni5.net","knightpoint.systems","oya.to","co.krd","edu.krd","git-repos.de","lcube-server.de","svn-repos.de","leadpages.co","lpages.co","lpusercontent.com","lelux.site","co.business","co.education","co.events","co.financial","co.network","co.place","co.technology","app.lmpm.com","linkitools.space","linkyard.cloud","linkyard-cloud.ch","members.linode.com","nodebalancer.linode.com","we.bs","loginline.app","loginline.dev","loginline.io","loginline.services","loginline.site","krasnik.pl","leczna.pl","lubartow.pl","lublin.pl","poniatowa.pl","swidnik.pl","uklugs.org","glug.org.uk","lug.org.uk","lugs.org.uk","barsy.bg","barsy.co.uk","barsyonline.co.uk","barsycenter.com","barsyonline.com","barsy.club","barsy.de","barsy.eu","barsy.in","barsy.info","barsy.io","barsy.me","barsy.menu","barsy.mobi","barsy.net","barsy.online","barsy.org","barsy.pro","barsy.pub","barsy.shop","barsy.site","barsy.support","barsy.uk","*.magentosite.cloud","mayfirst.info","mayfirst.org","hb.cldmail.ru","miniserver.com","memset.net","cloud.metacentrum.cz","custom.metacentrum.cz","flt.cloud.muni.cz","usr.cloud.muni.cz","meteorapp.com","eu.meteorapp.com","co.pl","azurecontainer.io","azurewebsites.net","azure-mobile.net","cloudapp.net","mozilla-iot.org","bmoattachments.org","net.ru","org.ru","pp.ru","ui.nabu.casa","pony.club","of.fashion","on.fashion","of.football","in.london","of.london","for.men","and.mom","for.mom","for.one","for.sale","of.work","to.work","nctu.me","bitballoon.com","netlify.com","4u.com","ngrok.io","nh-serv.co.uk","nfshost.com","dnsking.ch","mypi.co","n4t.co","001www.com","ddnslive.com","myiphost.com","forumz.info","16-b.it","32-b.it","64-b.it","soundcast.me","tcp4.me","dnsup.net","hicam.net","now-dns.net","ownip.net","vpndns.net","dynserv.org","now-dns.org","x443.pw","now-dns.top","ntdll.top","freeddns.us","crafting.xyz","zapto.xyz","nsupdate.info","nerdpol.ovh","blogsyte.com","brasilia.me","cable-modem.org","ciscofreak.com","collegefan.org","couchpotatofries.org","damnserver.com","ddns.me","ditchyourip.com","dnsfor.me","dnsiskinky.com","dvrcam.info","dynns.com","eating-organic.net","fantasyleague.cc","geekgalaxy.com","golffan.us","health-carereform.com","homesecuritymac.com","homesecuritypc.com","hopto.me","ilovecollege.info","loginto.me","mlbfan.org","mmafan.biz","myactivedirectory.com","mydissent.net","myeffect.net","mymediapc.net","mypsx.net","mysecuritycamera.com","mysecuritycamera.net","mysecuritycamera.org","net-freaks.com","nflfan.org","nhlfan.net","no-ip.ca","no-ip.co.uk","no-ip.net","noip.us","onthewifi.com","pgafan.net","point2this.com","pointto.us","privatizehealthinsurance.net","quicksytes.com","read-books.org","securitytactics.com","serveexchange.com","servehumour.com","servep2p.com","servesarcasm.com","stufftoread.com","ufcfan.org","unusualperson.com","workisboring.com","3utilities.com","bounceme.net","ddns.net","ddnsking.com","gotdns.ch","hopto.org","myftp.biz","myftp.org","myvnc.com","no-ip.biz","no-ip.info","no-ip.org","noip.me","redirectme.net","servebeer.com","serveblog.net","servecounterstrike.com","serveftp.com","servegame.com","servehalflife.com","servehttp.com","serveirc.com","serveminecraft.net","servemp3.com","servepics.com","servequake.com","sytes.net","webhop.me","zapto.org","stage.nodeart.io","nodum.co","nodum.io","pcloud.host","nyc.mn","nom.ae","nom.af","nom.ai","nom.al","nym.by","nom.bz","nym.bz","nom.cl","nym.ec","nom.gd","nom.ge","nom.gl","nym.gr","nom.gt","nym.gy","nym.hk","nom.hn","nym.ie","nom.im","nom.ke","nym.kz","nym.la","nym.lc","nom.li","nym.li","nym.lt","nym.lu","nom.lv","nym.me","nom.mk","nym.mn","nym.mx","nom.nu","nym.nz","nym.pe","nym.pt","nom.pw","nom.qa","nym.ro","nom.rs","nom.si","nym.sk","nom.st","nym.su","nym.sx","nom.tj","nym.tw","nom.ug","nom.uy","nom.vc","nom.vg","static.observableusercontent.com","cya.gg","cloudycluster.net","nid.io","opencraft.hosting","operaunite.com","skygearapp.com","outsystemscloud.com","ownprovider.com","own.pm","ox.rs","oy.lc","pgfog.com","pagefrontapp.com","art.pl","gliwice.pl","krakow.pl","poznan.pl","wroc.pl","zakopane.pl","pantheonsite.io","gotpantheon.com","mypep.link","perspecta.cloud","on-web.fr","*.platform.sh","*.platformsh.site","dyn53.io","co.bn","xen.prgmr.com","priv.at","prvcy.page","*.dweb.link","protonet.io","chirurgiens-dentistes-en-france.fr","byen.site","pubtls.org","qualifioapp.com","qbuser.com","instantcloud.cn","ras.ru","qa2.com","qcx.io","*.sys.qcx.io","dev-myqnapcloud.com","alpha-myqnapcloud.com","myqnapcloud.com","*.quipelements.com","vapor.cloud","vaporcloud.io","rackmaze.com","rackmaze.net","*.on-k3s.io","*.on-rancher.cloud","*.on-rio.io","readthedocs.io","rhcloud.com","app.render.com","onrender.com","repl.co","repl.run","resindevice.io","devices.resinstaging.io","hzc.io","wellbeingzone.eu","ptplus.fit","wellbeingzone.co.uk","git-pages.rit.edu","sandcats.io","logoip.de","logoip.com","schokokeks.net","gov.scot","scrysec.com","firewall-gateway.com","firewall-gateway.de","my-gateway.de","my-router.de","spdns.de","spdns.eu","firewall-gateway.net","my-firewall.org","myfirewall.org","spdns.org","senseering.net","biz.ua","co.ua","pp.ua","shiftedit.io","myshopblocks.com","shopitsite.com","mo-siemens.io","1kapp.com","appchizi.com","applinzi.com","sinaapp.com","vipsinaapp.com","siteleaf.net","bounty-full.com","alpha.bounty-full.com","beta.bounty-full.com","stackhero-network.com","static.land","dev.static.land","sites.static.land","apps.lair.io","*.stolos.io","spacekit.io","customer.speedpartner.de","api.stdlib.com","storj.farm","utwente.io","soc.srcf.net","user.srcf.net","temp-dns.com","applicationcloud.io","scapp.io","*.s5y.io","*.sensiosite.cloud","syncloud.it","diskstation.me","dscloud.biz","dscloud.me","dscloud.mobi","dsmynas.com","dsmynas.net","dsmynas.org","familyds.com","familyds.net","familyds.org","i234.me","myds.me","synology.me","vpnplus.to","direct.quickconnect.to","taifun-dns.de","gda.pl","gdansk.pl","gdynia.pl","med.pl","sopot.pl","edugit.org","telebit.app","telebit.io","*.telebit.xyz","gwiddle.co.uk","thingdustdata.com","cust.dev.thingdust.io","cust.disrec.thingdust.io","cust.prod.thingdust.io","cust.testing.thingdust.io","arvo.network","azimuth.network","bloxcms.com","townnews-staging.com","12hp.at","2ix.at","4lima.at","lima-city.at","12hp.ch","2ix.ch","4lima.ch","lima-city.ch","trafficplex.cloud","de.cool","12hp.de","2ix.de","4lima.de","lima-city.de","1337.pictures","clan.rip","lima-city.rocks","webspace.rocks","lima.zone","*.transurl.be","*.transurl.eu","*.transurl.nl","tuxfamily.org","dd-dns.de","diskstation.eu","diskstation.org","dray-dns.de","draydns.de","dyn-vpn.de","dynvpn.de","mein-vigor.de","my-vigor.de","my-wan.de","syno-ds.de","synology-diskstation.de","synology-ds.de","uber.space","*.uberspace.de","hk.com","hk.org","ltd.hk","inc.hk","virtualuser.de","virtual-user.de","urown.cloud","dnsupdate.info","lib.de.us","2038.io","router.management","v-info.info","voorloper.cloud","v.ua","wafflecell.com","*.webhare.dev","wedeploy.io","wedeploy.me","wedeploy.sh","remotewd.com","wmflabs.org","myforum.community","community-pro.de","diskussionsbereich.de","community-pro.net","meinforum.net","half.host","xnbay.com","u2.xnbay.com","u2-local.xnbay.com","cistron.nl","demon.nl","xs4all.space","yandexcloud.net","storage.yandexcloud.net","website.yandexcloud.net","official.academy","yolasite.com","ybo.faith","yombo.me","homelink.one","ybo.party","ybo.review","ybo.science","ybo.trade","nohost.me","noho.st","za.net","za.org","now.sh","bss.design","basicserver.io","virtualserver.io","enterprisecloud.nu"]')},16244:(e,t,i)=>{"use strict";var n=i(94213),a={};a.rules=i(2156).map((function(e){return{rule:e,suffix:e.replace(/^(\*\.|\!)/,""),punySuffix:-1,wildcard:"*"===e.charAt(0),exception:"!"===e.charAt(0)}})),a.endsWith=function(e,t){return-1!==e.indexOf(t,e.length-t.length)},a.findRule=function(e){var t=n.toASCII(e);return a.rules.reduce((function(e,i){return-1===i.punySuffix&&(i.punySuffix=n.toASCII(i.suffix)),a.endsWith(t,"."+i.punySuffix)||t===i.punySuffix?i:e}),null)},t.errorCodes={DOMAIN_TOO_SHORT:"Domain name too short.",DOMAIN_TOO_LONG:"Domain name too long. It should be no more than 255 chars.",LABEL_STARTS_WITH_DASH:"Domain name label can not start with a dash.",LABEL_ENDS_WITH_DASH:"Domain name label can not end with a dash.",LABEL_TOO_LONG:"Domain name label should be at most 63 chars long.",LABEL_TOO_SHORT:"Domain name label should be at least 1 character long.",LABEL_INVALID_CHARS:"Domain name label can only contain alphanumeric characters or dashes."},a.validate=function(e){var t=n.toASCII(e);if(t.length<1)return"DOMAIN_TOO_SHORT";if(t.length>255)return"DOMAIN_TOO_LONG";for(var i,a=t.split("."),r=0;r63)return"LABEL_TOO_LONG";if("-"===i.charAt(0))return"LABEL_STARTS_WITH_DASH";if("-"===i.charAt(i.length-1))return"LABEL_ENDS_WITH_DASH";if(!/^[a-z0-9\-]+$/.test(i))return"LABEL_INVALID_CHARS"}},t.parse=function(e){if("string"!=typeof e)throw new TypeError("Domain name must be a string.");var i=e.slice(0).toLowerCase();"."===i.charAt(i.length-1)&&(i=i.slice(0,i.length-1));var r=a.validate(i);if(r)return{input:e,error:{message:t.errorCodes[r],code:r}};var o={input:e,tld:null,sld:null,domain:null,subdomain:null,listed:!1},s=i.split(".");if("local"===s[s.length-1])return o;var c=function(){return/xn--/.test(i)?(o.domain&&(o.domain=n.toASCII(o.domain)),o.subdomain&&(o.subdomain=n.toASCII(o.subdomain)),o):o},u=a.findRule(i);if(!u)return s.length<2?o:(o.tld=s.pop(),o.sld=s.pop(),o.domain=[o.sld,o.tld].join("."),s.length&&(o.subdomain=s.pop()),c());o.listed=!0;var l=u.suffix.split("."),p=s.slice(0,s.length-l.length);return u.exception&&p.push(l.shift()),o.tld=l.join("."),p.length?(u.wildcard&&(l.unshift(p.pop()),o.tld=l.join(".")),p.length?(o.sld=p.pop(),o.domain=[o.sld,o.tld].join("."),p.length&&(o.subdomain=p.join(".")),c()):c()):c()},t.get=function(e){return e&&t.parse(e).domain||null},t.isValid=function(e){var i=t.parse(e);return Boolean(i.domain&&i.listed)}},74286:(e,t,i)=>{var n=i(30778),a=i(12840),r=i(35747),o=function(){},s=/^v?\.0/.test(process.version),c=function(e){return"function"==typeof e},u=function(e,t,i,u){u=n(u);var l=!1;e.on("close",(function(){l=!0})),a(e,{readable:t,writable:i},(function(e){if(e)return u(e);l=!0,u()}));var p=!1;return function(t){if(!l&&!p)return p=!0,function(e){return!!s&&!!r&&(e instanceof(r.ReadStream||o)||e instanceof(r.WriteStream||o))&&c(e.close)}(e)?e.close(o):function(e){return e.setHeader&&c(e.abort)}(e)?e.abort():c(e.destroy)?e.destroy():void u(t||new Error("stream was destroyed"))}},l=function(e){e()},p=function(e,t){return e.pipe(t)};e.exports=function(){var e,t=Array.prototype.slice.call(arguments),i=c(t[t.length-1]||o)&&t.pop()||o;if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new Error("pump requires two streams per minimum");var n=t.map((function(a,r){var o=r0,(function(t){e||(e=t),t&&n.forEach(l),o||(n.forEach(l),i(e))}))}));return t.reduce(p)}},55798:e=>{"use strict";var t=String.prototype.replace,i=/%20/g;e.exports={default:"RFC3986",formatters:{RFC1738:function(e){return t.call(e,i,"+")},RFC3986:function(e){return e}},RFC1738:"RFC1738",RFC3986:"RFC3986"}},80129:(e,t,i)=>{"use strict";var n=i(58261),a=i(55235),r=i(55798);e.exports={formats:r,parse:a,stringify:n}},55235:(e,t,i)=>{"use strict";var n=i(12769),a=Object.prototype.hasOwnProperty,r={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:n.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},o=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},s=function(e,t,i){if(e){var n=i.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,r=/(\[[^[\]]*])/g,o=/(\[[^[\]]*])/.exec(n),s=o?n.slice(0,o.index):n,c=[];if(s){if(!i.plainObjects&&a.call(Object.prototype,s)&&!i.allowPrototypes)return;c.push(s)}for(var u=0;null!==(o=r.exec(n))&&u=0;--a){var r,o=e[a];if("[]"===o&&i.parseArrays)r=[].concat(n);else{r=i.plainObjects?Object.create(null):{};var s="["===o.charAt(0)&&"]"===o.charAt(o.length-1)?o.slice(1,-1):o,c=parseInt(s,10);i.parseArrays||""!==s?!isNaN(c)&&o!==s&&String(c)===s&&c>=0&&i.parseArrays&&c<=i.arrayLimit?(r=[])[c]=n:r[s]=n:r={0:n}}n=r}return n}(c,t,i)}};e.exports=function(e,t){var i=function(e){if(!e)return r;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new Error("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?r.charset:e.charset;return{allowDots:void 0===e.allowDots?r.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:r.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:r.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:r.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:r.comma,decoder:"function"==typeof e.decoder?e.decoder:r.decoder,delimiter:"string"==typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:r.delimiter,depth:"number"==typeof e.depth?e.depth:r.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:r.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:r.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:r.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:r.strictNullHandling}}(t);if(""===e||null==e)return i.plainObjects?Object.create(null):{};for(var c="string"==typeof e?function(e,t){var i,s={},c=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,u=t.parameterLimit===1/0?void 0:t.parameterLimit,l=c.split(t.delimiter,u),p=-1,d=t.charset;if(t.charsetSentinel)for(i=0;i-1&&(m=m.split(",")),a.call(s,h)?s[h]=n.combine(s[h],m):s[h]=m}return s}(e,i):e,u=i.plainObjects?Object.create(null):{},l=Object.keys(c),p=0;p{"use strict";var n=i(12769),a=i(55798),r=Object.prototype.hasOwnProperty,o={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},s=Array.isArray,c=Array.prototype.push,u=function(e,t){c.apply(e,s(t)?t:[t])},l=Date.prototype.toISOString,p={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:n.encode,encodeValuesOnly:!1,formatter:a.formatters[a.default],indices:!1,serializeDate:function(e){return l.call(e)},skipNulls:!1,strictNullHandling:!1},d=function e(t,i,a,r,o,c,l,d,h,m,f,g,v){var y=t;if("function"==typeof l?y=l(i,y):y instanceof Date?y=m(y):"comma"===a&&s(y)&&(y=y.join(",")),null===y){if(r)return c&&!g?c(i,p.encoder,v):i;y=""}if("string"==typeof y||"number"==typeof y||"boolean"==typeof y||n.isBuffer(y))return c?[f(g?i:c(i,p.encoder,v))+"="+f(c(y,p.encoder,v))]:[f(i)+"="+f(String(y))];var b,x=[];if(void 0===y)return x;if(s(l))b=l;else{var w=Object.keys(y);b=d?w.sort(d):w}for(var k=0;k0?y+v:""}},12769:e=>{"use strict";var t=Object.prototype.hasOwnProperty,i=Array.isArray,n=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),a=function(e,t){for(var i=t&&t.plainObjects?Object.create(null):{},n=0;n1;){var t=e.pop(),n=t.obj[t.prop];if(i(n)){for(var a=[],r=0;r=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122?r+=a.charAt(o):s<128?r+=n[s]:s<2048?r+=n[192|s>>6]+n[128|63&s]:s<55296||s>=57344?r+=n[224|s>>12]+n[128|s>>6&63]+n[128|63&s]:(o+=1,s=65536+((1023&s)<<10|1023&a.charCodeAt(o)),r+=n[240|s>>18]+n[128|s>>12&63]+n[128|s>>6&63]+n[128|63&s])}return r},isBuffer:function(e){return!(!e||"object"!=typeof e||!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e)))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},merge:function e(n,r,o){if(!r)return n;if("object"!=typeof r){if(i(n))n.push(r);else{if(!n||"object"!=typeof n)return[n,r];(o&&(o.plainObjects||o.allowPrototypes)||!t.call(Object.prototype,r))&&(n[r]=!0)}return n}if(!n||"object"!=typeof n)return[n].concat(r);var s=n;return i(n)&&!i(r)&&(s=a(n,o)),i(n)&&i(r)?(r.forEach((function(i,a){if(t.call(n,a)){var r=n[a];r&&"object"==typeof r&&i&&"object"==typeof i?n[a]=e(r,i,o):n.push(i)}else n[a]=i})),n):Object.keys(r).reduce((function(i,n){var a=r[n];return t.call(i,n)?i[n]=e(i[n],a,o):i[n]=a,i}),s)}}},61269:e=>{"use strict";class t{constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");this.maxSize=e.maxSize,this.onEviction=e.onEviction,this.cache=new Map,this.oldCache=new Map,this._size=0}_set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize){if(this._size=0,"function"==typeof this.onEviction)for(const[e,t]of this.oldCache.entries())this.onEviction(e,t);this.oldCache=this.cache,this.cache=new Map}}get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.has(e)){const t=this.oldCache.get(e);return this.oldCache.delete(e),this._set(e,t),t}}set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),this}has(e){return this.cache.has(e)||this.oldCache.has(e)}peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e)?this.oldCache.get(e):void 0}delete(e){const t=this.cache.delete(e);return t&&this._size--,this.oldCache.delete(e)||t}clear(){this.cache.clear(),this.oldCache.clear(),this._size=0}*keys(){for(const[e]of this)yield e}*values(){for(const[,e]of this)yield e}*[Symbol.iterator](){for(const e of this.cache)yield e;for(const e of this.oldCache){const[t]=e;this.cache.has(t)||(yield e)}}get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(t)||e++;return Math.min(this._size+e,this.maxSize)}}e.exports=t},99614:(e,t,i)=>{"use strict";i.r(t),i.d(t,{F:()=>n,T:()=>a,__:()=>r,add:()=>u,addIndex:()=>f,adjust:()=>v,all:()=>j,allPass:()=>ae,always:()=>re,and:()=>oe,andThen:()=>gr,any:()=>ce,anyPass:()=>le,ap:()=>pe,aperture:()=>me,append:()=>fe,apply:()=>ge,applySpec:()=>xe,applyTo:()=>we,ascend:()=>ke,assoc:()=>_e,assocPath:()=>Ee,binary:()=>Ae,bind:()=>I,both:()=>Pe,call:()=>Fe,chain:()=>Ne,clamp:()=>Be,clone:()=>qe,comparator:()=>He,complement:()=>We,compose:()=>Ze,composeK:()=>et,composeP:()=>nt,composeWith:()=>ut,concat:()=>St,cond:()=>Ot,construct:()=>Rt,constructN:()=>Pt,contains:()=>zt,converge:()=>Lt,countBy:()=>Ut,curry:()=>Re,curryN:()=>h,dec:()=>Mt,defaultTo:()=>$t,descend:()=>qt,difference:()=>Wt,differenceWith:()=>Vt,dissoc:()=>Yt,dissocPath:()=>Jt,divide:()=>Kt,drop:()=>ei,dropLast:()=>ri,dropLastWhile:()=>ci,dropRepeats:()=>hi,dropRepeatsWith:()=>di,dropWhile:()=>fi,either:()=>yi,empty:()=>xi,endsWith:()=>ki,eqBy:()=>_i,eqProps:()=>ji,equals:()=>ft,evolve:()=>Ei,filter:()=>Et,find:()=>Ai,findIndex:()=>Si,findLast:()=>Oi,findLastIndex:()=>Pi,flatten:()=>Ri,flip:()=>Fi,forEach:()=>Li,forEachObjIndexed:()=>Ni,fromPairs:()=>Bi,groupBy:()=>Ui,groupWith:()=>Mi,gt:()=>$i,gte:()=>qi,has:()=>Gi,hasIn:()=>Wi,hasPath:()=>Hi,head:()=>at,identical:()=>Vi,identity:()=>ot,ifElse:()=>Xi,inc:()=>Qi,includes:()=>Ji,indexBy:()=>Ki,indexOf:()=>Zi,init:()=>en,innerJoin:()=>tn,insert:()=>nn,insertAll:()=>an,intersection:()=>cn,intersperse:()=>un,into:()=>fn,invert:()=>gn,invertObj:()=>vn,invoker:()=>bn,is:()=>xn,isEmpty:()=>wn,isNil:()=>je,join:()=>kn,juxt:()=>jn,keys:()=>V,keysIn:()=>En,last:()=>pi,lastIndexOf:()=>Dn,length:()=>Cn,lens:()=>Sn,lensIndex:()=>Tn,lensPath:()=>On,lensProp:()=>In,lift:()=>Oe,liftN:()=>Te,lt:()=>Pn,lte:()=>Rn,map:()=>X,mapAccum:()=>zn,mapAccumRight:()=>Fn,mapObjIndexed:()=>Ln,match:()=>Nn,mathMod:()=>Bn,max:()=>E,maxBy:()=>Un,mean:()=>$n,median:()=>qn,memoizeWith:()=>Gn,merge:()=>Wn,mergeAll:()=>Vn,mergeDeepLeft:()=>Qn,mergeDeepRight:()=>Jn,mergeDeepWith:()=>Kn,mergeDeepWithKey:()=>Xn,mergeLeft:()=>Zn,mergeRight:()=>ea,mergeWith:()=>ta,mergeWithKey:()=>Yn,min:()=>ia,minBy:()=>na,modulo:()=>aa,move:()=>ra,multiply:()=>oa,nAry:()=>De,negate:()=>sa,none:()=>ca,not:()=>Ge,nth:()=>J,nthArg:()=>la,o:()=>pa,objOf:()=>pn,of:()=>ha,omit:()=>ma,once:()=>ga,or:()=>gi,otherwise:()=>ya,over:()=>xa,pair:()=>wa,partial:()=>_a,partialRight:()=>ja,partition:()=>Ea,path:()=>Z,pathEq:()=>Da,pathOr:()=>Aa,pathSatisfies:()=>Ca,paths:()=>K,pick:()=>Sa,pickAll:()=>Ta,pickBy:()=>Oa,pipe:()=>Je,pipeK:()=>Ia,pipeP:()=>it,pipeWith:()=>ct,pluck:()=>te,prepend:()=>Pa,product:()=>Ra,project:()=>La,prop:()=>ee,propEq:()=>Na,propIs:()=>Ba,propOr:()=>Ua,propSatisfies:()=>Ma,props:()=>$a,range:()=>qa,reduce:()=>ie,reduceBy:()=>Bt,reduceRight:()=>Ha,reduceWhile:()=>Ga,reduced:()=>Wa,reject:()=>Dt,remove:()=>Xt,repeat:()=>Ya,replace:()=>Xa,reverse:()=>Ke,scan:()=>Qa,sequence:()=>Ja,set:()=>Ka,slice:()=>Xe,sort:()=>Za,sortBy:()=>er,sortWith:()=>tr,split:()=>ir,splitAt:()=>nr,splitEvery:()=>ar,splitWhen:()=>rr,startsWith:()=>or,subtract:()=>sr,sum:()=>Mn,symmetricDifference:()=>cr,symmetricDifferenceWith:()=>ur,tail:()=>Qe,take:()=>ii,takeLast:()=>wi,takeLastWhile:()=>lr,takeWhile:()=>dr,tap:()=>mr,test:()=>fr,thunkify:()=>eo,times:()=>Va,toLower:()=>vr,toPairs:()=>yr,toPairsIn:()=>br,toString:()=>Ct,toUpper:()=>xr,transduce:()=>wr,transpose:()=>kr,traverse:()=>_r,trim:()=>Er,tryCatch:()=>Ar,type:()=>Me,unapply:()=>Sr,unary:()=>Tr,uncurryN:()=>Ir,unfold:()=>Pr,union:()=>Rr,unionWith:()=>Fr,uniq:()=>sn,uniqBy:()=>on,uniqWith:()=>zr,unless:()=>Lr,unnest:()=>Nr,until:()=>Br,update:()=>Qt,useWith:()=>Fa,values:()=>ve,valuesIn:()=>Ur,view:()=>$r,when:()=>qr,where:()=>Hr,whereEq:()=>Gr,without:()=>Wr,xor:()=>Vr,xprod:()=>Yr,zip:()=>Xr,zipObj:()=>Jr,zipWith:()=>Kr});const n=function(){return!1},a=function(){return!0},r={"@@functional/placeholder":!0};function o(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function s(e){return function t(i){return 0===arguments.length||o(i)?t:e.apply(this,arguments)}}function c(e){return function t(i,n){switch(arguments.length){case 0:return t;case 1:return o(i)?t:s((function(t){return e(i,t)}));default:return o(i)&&o(n)?t:o(i)?s((function(t){return e(t,n)})):o(n)?s((function(t){return e(i,t)})):e(i,n)}}}const u=c((function(e,t){return Number(e)+Number(t)}));function l(e,t){var i;t=t||[];var n=(e=e||[]).length,a=t.length,r=[];for(i=0;i=arguments.length)?c=t[s]:(c=arguments[a],a+=1),n[s]=c,o(c)||(r-=1),s+=1}return r<=0?i.apply(this,n):p(r,d(e,n,i))}}const h=c((function(e,t){return 1===e?s(t):p(e,d(e,[],t))}));var m=s((function(e){return h(e.length,(function(){var t=0,i=arguments[0],n=arguments[arguments.length-1],a=Array.prototype.slice.call(arguments,0);return a[0]=function(){var e=i.apply(this,l(arguments,[t,n]));return t+=1,e},e.apply(this,a)}))}));const f=m;function g(e){return function t(i,n,a){switch(arguments.length){case 0:return t;case 1:return o(i)?t:c((function(t,n){return e(i,t,n)}));case 2:return o(i)&&o(n)?t:o(i)?c((function(t,i){return e(t,n,i)})):o(n)?c((function(t,n){return e(i,t,n)})):s((function(t){return e(i,n,t)}));default:return o(i)&&o(n)&&o(a)?t:o(i)&&o(n)?c((function(t,i){return e(t,i,a)})):o(i)&&o(a)?c((function(t,i){return e(t,n,i)})):o(n)&&o(a)?c((function(t,n){return e(i,t,n)})):o(i)?s((function(t){return e(t,n,a)})):o(n)?s((function(t){return e(i,t,a)})):o(a)?s((function(t){return e(i,n,t)})):e(i,n,a)}}}const v=g((function(e,t,i){if(e>=i.length||e<-i.length)return i;var n=(e<0?i.length:0)+e,a=l(i);return a[n]=t(i[n]),a})),y=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function b(e){return null!=e&&"function"==typeof e["@@transducer/step"]}function x(e,t,i){return function(){if(0===arguments.length)return i();var n=Array.prototype.slice.call(arguments,0),a=n.pop();if(!y(a)){for(var r=0;re?t:e}));function D(e,t){for(var i=0,n=t.length,a=Array(n);i0&&e.hasOwnProperty(0)&&e.hasOwnProperty(e.length-1))}));var S=function(){function e(e){this.f=e}return e.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},e.prototype["@@transducer/result"]=function(e){return e},e.prototype["@@transducer/step"]=function(e,t){return this.f(e,t)},e}();function T(e){return new S(e)}var O=c((function(e,t){return p(e.length,(function(){return e.apply(t,arguments)}))}));const I=O;function P(e,t,i){for(var n=i.next();!n.done;){if((t=e["@@transducer/step"](t,n.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}n=i.next()}return e["@@transducer/result"](t)}function R(e,t,i,n){return e["@@transducer/result"](i[n](I(e["@@transducer/step"],e),t))}var z="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function F(e,t,i){if("function"==typeof e&&(e=T(e)),C(i))return function(e,t,i){for(var n=0,a=i.length;n=0;)B(t=H[i],e)&&!W(n,t)&&(n[n.length]=t),i-=1;return n})):s((function(e){return Object(e)!==e?[]:Object.keys(e)}));var Y=c(x(["fantasy-land/map","map"],N,(function(e,t){switch(Object.prototype.toString.call(t)){case"[object Function]":return h(t.length,(function(){return e.call(this,t.apply(this,arguments))}));case"[object Object]":return F((function(i,n){return i[n]=e(t[n]),i}),{},V(t));default:return D(e,t)}})));const X=Y,Q=Number.isInteger||function(e){return e<<0===e},J=c((function(e,t){var i=e<0?t.length+e:e;return A(t)?t.charAt(i):t[i]})),K=c((function(e,t){return e.map((function(e){for(var i,n=t,a=0;a=0?n:0);ia?1:0}));const _e=g((function(e,t,i){var n={};for(var a in i)n[a]=i[a];return n[e]=t,n})),je=s((function(e){return null==e}));const Ee=g((function e(t,i,n){if(0===t.length)return i;var a=t[0];if(t.length>1){var r=!je(n)&&B(a,n)?n[a]:Q(t[1])?[]:{};i=e(Array.prototype.slice.call(t,1),i,r)}if(Q(a)&&y(n)){var o=[].concat(n);return o[a]=i,o}return _e(a,i,n)})),De=c((function(e,t){switch(e){case 0:return function(){return t.call(this)};case 1:return function(e){return t.call(this,e)};case 2:return function(e,i){return t.call(this,e,i)};case 3:return function(e,i,n){return t.call(this,e,i,n)};case 4:return function(e,i,n,a){return t.call(this,e,i,n,a)};case 5:return function(e,i,n,a,r){return t.call(this,e,i,n,a,r)};case 6:return function(e,i,n,a,r,o){return t.call(this,e,i,n,a,r,o)};case 7:return function(e,i,n,a,r,o,s){return t.call(this,e,i,n,a,r,o,s)};case 8:return function(e,i,n,a,r,o,s,c){return t.call(this,e,i,n,a,r,o,s,c)};case 9:return function(e,i,n,a,r,o,s,c,u){return t.call(this,e,i,n,a,r,o,s,c,u)};case 10:return function(e,i,n,a,r,o,s,c,u,l){return t.call(this,e,i,n,a,r,o,s,c,u,l)};default:throw new Error("First argument to nAry must be a non-negative integer no greater than ten")}})),Ae=s((function(e){return De(2,e)}));function Ce(e){var t=Object.prototype.toString.call(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object AsyncGeneratorFunction]"===t}var Se=c((function(e,t){var i=h(e,t);return h(e,(function(){return F(pe,X(i,arguments[0]),Array.prototype.slice.call(arguments,1))}))}));const Te=Se,Oe=s((function(e){return Te(e.length,e)}));var Ie=c((function(e,t){return Ce(e)?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:Oe(oe)(e,t)}));const Pe=Ie,Re=s((function(e){return h(e.length,e)}));var ze=Re((function(e){return e.apply(this,Array.prototype.slice.call(arguments,1))}));const Fe=ze;function Le(e){return function t(i){for(var n,a,r,o=[],s=0,c=i.length;st)throw new Error("min must not be greater than max in clamp(min, max, value)");return it?t:i}));function Ue(e){return new RegExp(e.source,(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.sticky?"y":"")+(e.unicode?"u":""))}const Me=s((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function $e(e,t,i,n){var a=function(a){for(var r=t.length,o=0;o=0;){if(i[s]===e)return n[s]===t;s-=1}switch(o){case"Map":return e.size===t.size&&ht(e.entries(),t.entries(),i.concat([e]),n.concat([t]));case"Set":return e.size===t.size&&ht(e.values(),t.values(),i.concat([e]),n.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var c=V(e);if(c.length!==V(t).length)return!1;var u=i.concat([e]),l=n.concat([t]);for(s=c.length-1;s>=0;){var p=c[s];if(!B(p,t)||!mt(t[p],e[p],u,l))return!1;s-=1}return!0}const ft=c((function(e,t){return mt(e,t,[],[])}));function gt(e,t,i){var n,a;if("function"==typeof e.indexOf)switch(typeof t){case"number":if(0===t){for(n=1/t;i=0}function yt(e){return'"'+e.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\f/g,"\\f").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t").replace(/\v/g,"\\v").replace(/\0/g,"\\0").replace(/"/g,'\\"')+'"'}var bt=function(e){return(e<10?"0":"")+e};const xt="function"==typeof Date.prototype.toISOString?function(e){return e.toISOString()}:function(e){return e.getUTCFullYear()+"-"+bt(e.getUTCMonth()+1)+"-"+bt(e.getUTCDate())+"T"+bt(e.getUTCHours())+":"+bt(e.getUTCMinutes())+":"+bt(e.getUTCSeconds())+"."+(e.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function wt(e){return function(){return!e.apply(this,arguments)}}function kt(e,t){for(var i=0,n=t.length,a=[];i":At(i,n)},n=function(e,t){return D((function(t){return yt(t)+": "+i(e[t])}),t.slice().sort())};switch(Object.prototype.toString.call(e)){case"[object Arguments]":return"(function() { return arguments; }("+D(i,e).join(", ")+"))";case"[object Array]":return"["+D(i,e).concat(n(e,Dt((function(e){return/^\d+$/.test(e)}),V(e)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof e?"new Boolean("+i(e.valueOf())+")":e.toString();case"[object Date]":return"new Date("+(isNaN(e.valueOf())?i(NaN):yt(xt(e)))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof e?"new Number("+i(e.valueOf())+")":1/e==-1/0?"-0":e.toString(10);case"[object String]":return"object"==typeof e?"new String("+i(e.valueOf())+")":yt(e);case"[object Undefined]":return"undefined";default:if("function"==typeof e.toString){var a=e.toString();if("[object Object]"!==a)return a}return"{"+n(e,V(e)).join(", ")+"}"}}const Ct=s((function(e){return At(e,[])})),St=c((function(e,t){if(y(e)){if(y(t))return e.concat(t);throw new TypeError(Ct(t)+" is not an array")}if(A(e)){if(A(t))return e+t;throw new TypeError(Ct(t)+" is not a string")}if(null!=e&&Ce(e["fantasy-land/concat"]))return e["fantasy-land/concat"](t);if(null!=e&&Ce(e.concat))return e.concat(t);throw new TypeError(Ct(e)+' does not have a method named "concat" or "fantasy-land/concat"')}));var Tt=s((function(e){return p(ie(E,0,X((function(e){return e[0].length}),e)),(function(){for(var t=0;t10)throw new Error("Constructor with greater than ten arguments");return 0===e?function(){return new t}:Re(De(e,(function(e,i,n,a,r,o,s,c,u,l){switch(arguments.length){case 1:return new t(e);case 2:return new t(e,i);case 3:return new t(e,i,n);case 4:return new t(e,i,n,a);case 5:return new t(e,i,n,a,r);case 6:return new t(e,i,n,a,r,o);case 7:return new t(e,i,n,a,r,o,s);case 8:return new t(e,i,n,a,r,o,s,c);case 9:return new t(e,i,n,a,r,o,s,c,u);case 10:return new t(e,i,n,a,r,o,s,c,u,l)}})))}));const Pt=It,Rt=s((function(e){return Pt(e.length,e)})),zt=c(vt);var Ft=c((function(e,t){return h(ie(E,0,te("length",t)),(function(){var i=arguments,n=this;return e.apply(n,D((function(e){return e.apply(n,i)}),t))}))}));const Lt=Ft;var Nt=function(){function e(e,t,i,n){this.valueFn=e,this.valueAcc=t,this.keyFn=i,this.xf=n,this.inputs={}}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=function(e){var t;for(t in this.inputs)if(B(t,this.inputs)&&(e=this.xf["@@transducer/step"](e,this.inputs[t]))["@@transducer/reduced"]){e=e["@@transducer/value"];break}return this.inputs=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){var i=this.keyFn(t);return this.inputs[i]=this.inputs[i]||[i,this.valueAcc],this.inputs[i][1]=this.valueFn(this.inputs[i][1],t),e},e}();const Bt=d(4,[],x([],d(4,[],(function(e,t,i,n){return new Nt(e,t,i,n)})),(function(e,t,i,n){return F((function(n,a){var r=i(a);return n[r]=e(B(r,n)?n[r]:$e(t,[],[],!1),a),n}),{},n)}))),Ut=Bt((function(e,t){return e+1}),0),Mt=u(-1),$t=c((function(e,t){return null==t||t!=t?e:t})),qt=g((function(e,t,i){var n=e(t),a=e(i);return n>a?-1:n0?(this.n-=1,e):this.xf["@@transducer/step"](e,t)},e}();const ei=c(x(["drop"],c((function(e,t){return new Zt(e,t)})),(function(e,t){return Xe(Math.max(0,e),1/0,t)})));var ti=function(){function e(e,t){this.xf=t,this.n=e,this.i=0}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=k.result,e.prototype["@@transducer/step"]=function(e,t){this.i+=1;var i=0===this.n?e:this.xf["@@transducer/step"](e,t);return this.n>=0&&this.i>=this.n?w(i):i},e}();const ii=c(x(["take"],c((function(e,t){return new ti(e,t)})),(function(e,t){return Xe(0,e<0?1/0:e,t)})));function ni(e,t){return ii(e=0&&e(t[i]);)i-=1;return Xe(0,i+1,t)}var si=function(){function e(e,t){this.f=e,this.retained=[],this.xf=t}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=function(e){return this.retained=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.retain(e,t):this.flush(e,t)},e.prototype.flush=function(e,t){return e=F(this.xf["@@transducer/step"],e,this.retained),this.retained=[],this.xf["@@transducer/step"](e,t)},e.prototype.retain=function(e,t){return this.retained.push(t),e},e}();const ci=c(x([],c((function(e,t){return new si(e,t)})),oi));var ui=function(){function e(e,t){this.xf=t,this.pred=e,this.lastValue=void 0,this.seenFirstValue=!1}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=k.result,e.prototype["@@transducer/step"]=function(e,t){var i=!1;return this.seenFirstValue?this.pred(this.lastValue,t)&&(i=!0):this.seenFirstValue=!0,this.lastValue=t,i?e:this.xf["@@transducer/step"](e,t)},e}();const li=c((function(e,t){return new ui(e,t)})),pi=J(-1),di=c(x([],li,(function(e,t){var i=[],n=1,a=t.length;if(0!==a)for(i[0]=t[0];n=0?t.length-e:0,t)})),ki=c((function(e,t){return ft(wi(e.length,t),e)})),_i=g((function(e,t,i){return ft(e(t),e(i))}));const ji=g((function(e,t,i){return ft(t[e],i[e])}));const Ei=c((function e(t,i){var n,a,r,o=i instanceof Array?[]:{};for(a in i)r=typeof(n=t[a]),o[a]="function"===r?n(i[a]):n&&"object"===r?e(n,i[a]):i[a];return o}));var Di=function(){function e(e,t){this.xf=t,this.f=e,this.found=!1}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=function(e){return this.found||(e=this.xf["@@transducer/step"](e,void 0)),this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)&&(this.found=!0,e=w(this.xf["@@transducer/step"](e,t))),e},e}();const Ai=c(x(["find"],c((function(e,t){return new Di(e,t)})),(function(e,t){for(var i=0,n=t.length;i=0;){if(e(t[i]))return t[i];i-=1}})));var Ii=function(){function e(e,t){this.xf=t,this.f=e,this.idx=-1,this.lastIdx=-1}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=function(e){return this.xf["@@transducer/result"](this.xf["@@transducer/step"](e,this.lastIdx))},e.prototype["@@transducer/step"]=function(e,t){return this.idx+=1,this.f(t)&&(this.lastIdx=this.idx),e},e}();const Pi=c(x([],c((function(e,t){return new Ii(e,t)})),(function(e,t){for(var i=t.length-1;i>=0;){if(e(t[i]))return i;i-=1}return-1}))),Ri=s(Le(!0));var zi=s((function(e){return h(e.length,(function(t,i){var n=Array.prototype.slice.call(arguments,0);return n[0]=i,n[1]=t,e.apply(this,n)}))}));const Fi=zi,Li=c(Ye("forEach",(function(e,t){for(var i=t.length,n=0;nt})),qi=c((function(e,t){return e>=t})),Hi=c((function(e,t){if(0===e.length||je(t))return!1;for(var i=t,n=0;n=0?e:i.length;var n=Array.prototype.slice.call(i,0);return n.splice(e,0,t),n})),an=g((function(e,t,i){return e=e=0?e:i.length,[].concat(Array.prototype.slice.call(i,0,e),t,Array.prototype.slice.call(i,e))}));var rn=c((function(e,t){for(var i,n,a=new Gt,r=[],o=0;ot.length?(i=e,n=t):(i=t,n=e),sn(kt(Fi(vt)(i),n))})),un=c(Ye("intersperse",(function(e,t){for(var i=[],n=0,a=t.length;n=0;){if(ft(t[i],e))return i;i-=1}return-1}return t.lastIndexOf(e)}));function An(e){return"[object Number]"===Object.prototype.toString.call(e)}const Cn=s((function(e){return null!=e&&An(e.length)?e.length:NaN})),Sn=c((function(e,t){return function(i){return function(n){return X((function(e){return t(e,n)}),i(e(n)))}}})),Tn=s((function(e){return Sn(J(e),Qt(e))})),On=s((function(e){return Sn(Z(e),Ee(e))})),In=s((function(e){return Sn(ee(e),_e(e))})),Pn=c((function(e,t){return e=0;)r=e(r[0],i[n]),a[n]=r[1],n-=1;return[r[0],a]})),Ln=c((function(e,t){return F((function(i,n){return i[n]=e(t[n],n,t),i}),{},V(t))})),Nn=c((function(e,t){return t.match(e)||[]})),Bn=c((function(e,t){return Q(e)?!Q(t)||t<1?NaN:(e%t+t)%t:NaN})),Un=g((function(e,t,i){return e(i)>e(t)?i:t})),Mn=ie(u,0),$n=s((function(e){return Mn(e)/e.length})),qn=s((function(e){var t=e.length;if(0===t)return NaN;var i=2-t%2,n=(t-i)/2;return $n(Array.prototype.slice.call(e,0).sort((function(e,t){return et?1:0})).slice(n,n+i))}));var Hn=c((function(e,t){var i={};return p(t.length,(function(){var n=e.apply(this,arguments);return B(n,i)||(i[n]=t.apply(this,arguments)),i[n]}))}));const Gn=Hn,Wn=c((function(e,t){return ln({},e,t)})),Vn=s((function(e){return ln.apply(null,[{}].concat(e))})),Yn=g((function(e,t,i){var n,a={};for(n in t)B(n,t)&&(a[n]=B(n,i)?e(n,t[n],i[n]):t[n]);for(n in i)B(n,i)&&!B(n,a)&&(a[n]=i[n]);return a})),Xn=g((function e(t,i,n){return Yn((function(i,n,a){return _t(n)&&_t(a)?e(t,n,a):t(i,n,a)}),i,n)})),Qn=c((function(e,t){return Xn((function(e,t,i){return t}),e,t)})),Jn=c((function(e,t){return Xn((function(e,t,i){return i}),e,t)})),Kn=g((function(e,t,i){return Xn((function(t,i,n){return e(i,n)}),t,i)})),Zn=c((function(e,t){return ln({},t,e)})),ea=c((function(e,t){return ln({},e,t)})),ta=g((function(e,t,i){return Yn((function(t,i,n){return e(i,n)}),t,i)})),ia=c((function(e,t){return t=i.length||o<0||o>=i.length?i:[].concat(a.slice(0,o)).concat(s).concat(a.slice(o,i.length))})),oa=c((function(e,t){return e*t})),sa=s((function(e){return-e})),ca=c((function(e,t){return j(wt(e),t)}));var ua=s((function(e){return h(e<0?1:e+1,(function(){return J(e,arguments)}))}));const la=ua,pa=g((function(e,t,i){return e(t(i))}));function da(e){return[e]}const ha=s(da);const ma=c((function(e,t){for(var i={},n={},a=0,r=e.length;a=0;)t=e(i[n],t),n-=1;return t})),Ga=d(4,[],(function(e,t,i,n){return F((function(i,n){return e(i,n)?t(i,n):w(i)}),i,n)})),Wa=s(w),Va=c((function(e,t){var i,n=Number(t),a=0;if(n<0||isNaN(n))throw new RangeError("n must be a non-negative number");for(i=new Array(n);aa?1:0}))})),tr=c((function(e,t){return Array.prototype.slice.call(t,0).sort((function(t,i){for(var n=0,a=0;0===n&&a=0&&e(t[i]);)i-=1;return Xe(i+1,1/0,t)}));var pr=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=k.result,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):w(e)},e}();const dr=c(x(["takeWhile"],c((function(e,t){return new pr(e,t)})),(function(e,t){for(var i=0,n=t.length;i{"use strict";var n=i(76417),a=n.randomBytes===n.pseudoRandomBytes?1:3;function r(e,t,i){n.randomBytes(e,(function(n,a){return n?--t?void setTimeout(r.bind(null,e,t,i),10):i(n):i(null,a)}))}e.exports=function(e,t){if(void 0!==t&&"function"!=typeof t)throw new TypeError("argument callback must be a function");if(!t&&!global.Promise)throw new TypeError("argument callback is required");return t?r(e,a,t):new Promise((function(t,i){r(e,a,(function(e,n){if(e)return i(e);t(n)}))}))},e.exports.sync=function(e){for(var t=null,i=0;i{"use strict";function t(e,t){return{start:e.start,end:e.end,index:t}}function i(e){return{start:e.start,end:e.end}}function n(e,t){return e.index-t.index}function a(e,t){return e.start-t.start}e.exports=function(e,r,o){if("string"!=typeof r)throw new TypeError("argument str must be a string");var s=r.indexOf("=");if(-1===s)return-2;var c=r.slice(s+1).split(","),u=[];u.type=r.slice(0,s);for(var l=0;le-1&&(h=e-1),isNaN(d)||isNaN(h)||d>h||d<0||u.push({start:d,end:h})}return u.length<1?-1:o&&o.combine?function(e){for(var r=e.map(t).sort(a),o=0,s=1;su.end+1?r[++o]=c:c.end>u.end&&(u.end=c.end,u.index=Math.min(u.index,c.index))}r.length=o+1;var l=r.sort(n).map(i);return l.type=e.type,l}(u):u}},11045:(e,t,i)=>{"use strict";var n=i(79830),a=i(69009),r=i(4914),o=i(98170);e.exports=function(e,t,i){var a=i,r=t||{};if(!0!==t&&"string"!=typeof t||(r={encoding:t}),"function"==typeof t&&(a=t,r={}),void 0!==a&&"function"!=typeof a)throw new TypeError("argument callback must be a function");if(!a&&!global.Promise)throw new TypeError("argument callback is required");var o=!0!==r.encoding?r.encoding:"utf-8",s=n.parse(r.limit),c=null==r.length||isNaN(r.length)?null:parseInt(r.length,10);return a?u(e,o,c,s,a):new Promise((function(t,i){u(e,o,c,s,(function(e,n){if(e)return i(e);t(n)}))}))};var s=/^Encoding not recognized: /;function c(e){o(e),"function"==typeof e.pause&&e.pause()}function u(e,t,i,n,o){var u=!1;if(null!==n&&null!==i&&i>n)return m(a(413,"request entity too large",{expected:i,length:i,limit:n,type:"entity.too.large"}));var l=e._readableState;if(e._decoder||l&&(l.encoding||l.decoder))return m(a(500,"stream encoding should not be set",{type:"stream.encoding.set"}));var p,d=0;try{p=function(e){if(!e)return null;try{return r.getDecoder(e)}catch(t){if(!s.test(t.message))throw t;throw a(415,"specified encoding unsupported",{encoding:e,type:"encoding.unsupported"})}}(t)}catch(e){return m(e)}var h=p?"":[];function m(){for(var t=new Array(arguments.length),i=0;in?m(a(413,"request entity too large",{limit:n,received:d,type:"entity.too.large"})):p?h+=p.write(e):h.push(e))}function v(e){if(!u){if(e)return m(e);null!==i&&d!==i?m(a(400,"request size did not match content length",{expected:i,length:i,received:d,type:"request.size.invalid"})):m(null,p?h+(p.end()||""):Buffer.concat(h))}}function y(){h=null,e.removeListener("aborted",f),e.removeListener("data",g),e.removeListener("end",v),e.removeListener("error",v),e.removeListener("close",y)}e.on("aborted",f),e.on("close",y),e.on("data",g),e.on("end",v),e.on("error",v)}},27365:(e,t,i)=>{"use strict";var n=i(35747),a=i(85622).join,r=i(85622).resolve,o=i(85622).dirname,s={extensions:["js","json","coffee"],recurse:!0,rename:function(e){return e},visit:function(e){return e}};e.exports=function e(t,i,c){var u={};for(var l in i&&!c&&"string"!=typeof i&&(c=i,i=null),c=c||{},s)void 0===c[l]&&(c[l]=s[l]);return i=i?r(o(t.filename),i):o(t.filename),n.readdirSync(i).forEach((function(r){var o,s,l,p=a(i,r);n.statSync(p).isDirectory()&&c.recurse?(o=e(t,p,c),Object.keys(o).length&&(u[c.rename(r,p,r)]=o)):p!==t.filename&&function(e,t,i){return new RegExp("\\.("+i.extensions.join("|")+")$","i").test(t)&&!(i.include&&i.include instanceof RegExp&&!i.include.test(e))&&!(i.include&&"function"==typeof i.include&&!i.include(e,t))&&!(i.exclude&&i.exclude instanceof RegExp&&i.exclude.test(e))&&!(i.exclude&&"function"==typeof i.exclude&&i.exclude(e,t))}(p,r,c)&&(s=r.substring(0,r.lastIndexOf(".")),l=t.require(p),u[c.rename(s,p,r)]=c.visit(l,p,r)||l)})),u},e.exports.defaults=s},45322:(e,t,i)=>{"use strict";const n=i(4016);e.exports=(e={},t=n.connect)=>new Promise(((i,n)=>{let a,r=!1;const o=async()=>{await c,a.off("timeout",s),a.off("error",n),e.resolveSocket?(i({alpnProtocol:a.alpnProtocol,socket:a,timeout:r}),r&&(await Promise.resolve(),a.emit("timeout"))):(a.destroy(),i({alpnProtocol:a.alpnProtocol,timeout:r}))},s=async()=>{r=!0,o()},c=(async()=>{try{a=await t(e,o),a.on("error",n),a.once("timeout",s)}catch(e){n(e)}})()}))},24259:(e,t,i)=>{"use strict";const n=i(92413).Readable,a=i(25989);e.exports=class extends n{constructor(e,t,i,n){if("number"!=typeof e)throw new TypeError("Argument `statusCode` should be a number");if("object"!=typeof t)throw new TypeError("Argument `headers` should be an object");if(!(i instanceof Buffer))throw new TypeError("Argument `body` should be a buffer");if("string"!=typeof n)throw new TypeError("Argument `url` should be a string");super(),this.statusCode=e,this.headers=a(t),this.body=i,this.url=n}_read(){this.push(this.body),this.push(null)}}},89509:(e,t,i)=>{var n=i(64293),a=n.Buffer;function r(e,t){for(var i in e)t[i]=e[i]}function o(e,t,i){return a(e,t,i)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=n:(r(n,t),t.Buffer=o),r(a,o),o.from=function(e,t,i){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,i)},o.alloc=function(e,t,i){if("number"!=typeof e)throw new TypeError("Argument must be a number");var n=a(e);return void 0!==t?"string"==typeof i?n.fill(t,i):n.fill(t):n.fill(0),n},o.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return a(e)},o.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n.SlowBuffer(e)}},2399:(e,t,i)=>{"use strict";var n,a=i(64293),r=a.Buffer,o={};for(n in a)a.hasOwnProperty(n)&&"SlowBuffer"!==n&&"Buffer"!==n&&(o[n]=a[n]);var s=o.Buffer={};for(n in r)r.hasOwnProperty(n)&&"allocUnsafe"!==n&&"allocUnsafeSlow"!==n&&(s[n]=r[n]);if(o.Buffer.prototype=r.prototype,s.from&&s.from!==Uint8Array.from||(s.from=function(e,t,i){if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type '+typeof e);if(e&&void 0===e.length)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);return r(e,t,i)}),s.alloc||(s.alloc=function(e,t,i){if("number"!=typeof e)throw new TypeError('The "size" argument must be of type number. Received type '+typeof e);if(e<0||e>=2*(1<<30))throw new RangeError('The value "'+e+'" is invalid for option "size"');var n=r(e);return t&&0!==t.length?"string"==typeof i?n.fill(t,i):n.fill(t):n.fill(0),n}),!o.kStringMaxLength)try{o.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch(e){}o.constants||(o.constants={MAX_LENGTH:o.kMaxLength},o.kStringMaxLength&&(o.constants.MAX_STRING_LENGTH=o.kStringMaxLength)),e.exports=o},36099:(e,t,i)=>{!function(e){e.parser=function(e,t){return new a(e,t)},e.SAXParser=a,e.SAXStream=o,e.createStream=function(e,t){return new o(e,t)},e.MAX_BUFFER_LENGTH=65536;var t,n=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];function a(t,i){if(!(this instanceof a))return new a(t,i);var r=this;!function(e){for(var t=0,i=n.length;t"===r?(E(i,"onsgmldeclaration",i.sgmlDecl),i.sgmlDecl="",i.state=k.TEXT):f(r)?(i.state=k.SGML_DECL_QUOTED,i.sgmlDecl+=r):i.sgmlDecl+=r;continue;case k.SGML_DECL_QUOTED:r===i.q&&(i.state=k.SGML_DECL,i.q=""),i.sgmlDecl+=r;continue;case k.DOCTYPE:">"===r?(i.state=k.TEXT,E(i,"ondoctype",i.doctype),i.doctype=!0):(i.doctype+=r,"["===r?i.state=k.DOCTYPE_DTD:f(r)&&(i.state=k.DOCTYPE_QUOTED,i.q=r));continue;case k.DOCTYPE_QUOTED:i.doctype+=r,r===i.q&&(i.q="",i.state=k.DOCTYPE);continue;case k.DOCTYPE_DTD:i.doctype+=r,"]"===r?i.state=k.DOCTYPE:f(r)&&(i.state=k.DOCTYPE_DTD_QUOTED,i.q=r);continue;case k.DOCTYPE_DTD_QUOTED:i.doctype+=r,r===i.q&&(i.state=k.DOCTYPE_DTD,i.q="");continue;case k.COMMENT:"-"===r?i.state=k.COMMENT_ENDING:i.comment+=r;continue;case k.COMMENT_ENDING:"-"===r?(i.state=k.COMMENT_ENDED,i.comment=A(i.opt,i.comment),i.comment&&E(i,"oncomment",i.comment),i.comment=""):(i.comment+="-"+r,i.state=k.COMMENT);continue;case k.COMMENT_ENDED:">"!==r?(T(i,"Malformed comment"),i.comment+="--"+r,i.state=k.COMMENT):i.state=k.TEXT;continue;case k.CDATA:"]"===r?i.state=k.CDATA_ENDING:i.cdata+=r;continue;case k.CDATA_ENDING:"]"===r?i.state=k.CDATA_ENDING_2:(i.cdata+="]"+r,i.state=k.CDATA);continue;case k.CDATA_ENDING_2:">"===r?(i.cdata&&E(i,"oncdata",i.cdata),E(i,"onclosecdata"),i.cdata="",i.state=k.TEXT):"]"===r?i.cdata+="]":(i.cdata+="]]"+r,i.state=k.CDATA);continue;case k.PROC_INST:"?"===r?i.state=k.PROC_INST_ENDING:m(r)?i.state=k.PROC_INST_BODY:i.procInstName+=r;continue;case k.PROC_INST_BODY:if(!i.procInstBody&&m(r))continue;"?"===r?i.state=k.PROC_INST_ENDING:i.procInstBody+=r;continue;case k.PROC_INST_ENDING:">"===r?(E(i,"onprocessinginstruction",{name:i.procInstName,body:i.procInstBody}),i.procInstName=i.procInstBody="",i.state=k.TEXT):(i.procInstBody+="?"+r,i.state=k.PROC_INST_BODY);continue;case k.OPEN_TAG:v(p,r)?i.tagName+=r:(O(i),">"===r?R(i):"/"===r?i.state=k.OPEN_TAG_SLASH:(m(r)||T(i,"Invalid character in tag name"),i.state=k.ATTRIB));continue;case k.OPEN_TAG_SLASH:">"===r?(R(i,!0),z(i)):(T(i,"Forward-slash in opening tag not followed by >"),i.state=k.ATTRIB);continue;case k.ATTRIB:if(m(r))continue;">"===r?R(i):"/"===r?i.state=k.OPEN_TAG_SLASH:v(l,r)?(i.attribName=r,i.attribValue="",i.state=k.ATTRIB_NAME):T(i,"Invalid attribute name");continue;case k.ATTRIB_NAME:"="===r?i.state=k.ATTRIB_VALUE:">"===r?(T(i,"Attribute without value"),i.attribValue=i.attribName,P(i),R(i)):m(r)?i.state=k.ATTRIB_NAME_SAW_WHITE:v(p,r)?i.attribName+=r:T(i,"Invalid attribute name");continue;case k.ATTRIB_NAME_SAW_WHITE:if("="===r)i.state=k.ATTRIB_VALUE;else{if(m(r))continue;T(i,"Attribute without value"),i.tag.attributes[i.attribName]="",i.attribValue="",E(i,"onattribute",{name:i.attribName,value:""}),i.attribName="",">"===r?R(i):v(l,r)?(i.attribName=r,i.state=k.ATTRIB_NAME):(T(i,"Invalid attribute name"),i.state=k.ATTRIB)}continue;case k.ATTRIB_VALUE:if(m(r))continue;f(r)?(i.q=r,i.state=k.ATTRIB_VALUE_QUOTED):(T(i,"Unquoted attribute value"),i.state=k.ATTRIB_VALUE_UNQUOTED,i.attribValue=r);continue;case k.ATTRIB_VALUE_QUOTED:if(r!==i.q){"&"===r?i.state=k.ATTRIB_VALUE_ENTITY_Q:i.attribValue+=r;continue}P(i),i.q="",i.state=k.ATTRIB_VALUE_CLOSED;continue;case k.ATTRIB_VALUE_CLOSED:m(r)?i.state=k.ATTRIB:">"===r?R(i):"/"===r?i.state=k.OPEN_TAG_SLASH:v(l,r)?(T(i,"No whitespace between attributes"),i.attribName=r,i.attribValue="",i.state=k.ATTRIB_NAME):T(i,"Invalid attribute name");continue;case k.ATTRIB_VALUE_UNQUOTED:if(!g(r)){"&"===r?i.state=k.ATTRIB_VALUE_ENTITY_U:i.attribValue+=r;continue}P(i),">"===r?R(i):i.state=k.ATTRIB;continue;case k.CLOSE_TAG:if(i.tagName)">"===r?z(i):v(p,r)?i.tagName+=r:i.script?(i.script+=""===r?z(i):T(i,"Invalid characters in closing tag");continue;case k.TEXT_ENTITY:case k.ATTRIB_VALUE_ENTITY_Q:case k.ATTRIB_VALUE_ENTITY_U:var c,u;switch(i.state){case k.TEXT_ENTITY:c=k.TEXT,u="textNode";break;case k.ATTRIB_VALUE_ENTITY_Q:c=k.ATTRIB_VALUE_QUOTED,u="attribValue";break;case k.ATTRIB_VALUE_ENTITY_U:c=k.ATTRIB_VALUE_UNQUOTED,u="attribValue"}";"===r?(i[u]+=F(i),i.entity="",i.state=c):v(i.entity.length?h:d,r)?i.entity+=r:(T(i,"Invalid character in entity name"),i[u]+="&"+i.entity+r,i.entity="",i.state=c);continue;default:throw new Error(i,"Unknown state: "+i.state)}return i.position>=i.bufferCheckPosition&&function(t){for(var i=Math.max(e.MAX_BUFFER_LENGTH,10),a=0,r=0,o=n.length;ri)switch(n[r]){case"textNode":D(t);break;case"cdata":E(t,"oncdata",t.cdata),t.cdata="";break;case"script":E(t,"onscript",t.script),t.script="";break;default:C(t,"Max buffer length exceeded: "+n[r])}a=Math.max(a,s)}var c=e.MAX_BUFFER_LENGTH-a;t.bufferCheckPosition=c+t.position}(i),i},resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){var e;D(e=this),""!==e.cdata&&(E(e,"oncdata",e.cdata),e.cdata=""),""!==e.script&&(E(e,"onscript",e.script),e.script="")}};try{t=i(92413).Stream}catch(e){t=function(){}}var r=e.EVENTS.filter((function(e){return"error"!==e&&"end"!==e}));function o(e,i){if(!(this instanceof o))return new o(e,i);t.apply(this),this._parser=new a(e,i),this.writable=!0,this.readable=!0;var n=this;this._parser.onend=function(){n.emit("end")},this._parser.onerror=function(e){n.emit("error",e),n._parser.error=null},this._decoder=null,r.forEach((function(e){Object.defineProperty(n,"on"+e,{get:function(){return n._parser["on"+e]},set:function(t){if(!t)return n.removeAllListeners(e),n._parser["on"+e]=t,t;n.on(e,t)},enumerable:!0,configurable:!1})}))}o.prototype=Object.create(t.prototype,{constructor:{value:o}}),o.prototype.write=function(e){if("function"==typeof Buffer&&"function"==typeof Buffer.isBuffer&&Buffer.isBuffer(e)){if(!this._decoder){var t=i(24304).StringDecoder;this._decoder=new t("utf8")}e=this._decoder.write(e)}return this._parser.write(e.toString()),this.emit("data",e),!0},o.prototype.end=function(e){return e&&e.length&&this.write(e),this._parser.end(),!0},o.prototype.on=function(e,i){var n=this;return n._parser["on"+e]||-1===r.indexOf(e)||(n._parser["on"+e]=function(){var t=1===arguments.length?[arguments[0]]:Array.apply(null,arguments);t.splice(0,0,e),n.emit.apply(n,t)}),t.prototype.on.call(n,e,i)};var s="http://www.w3.org/XML/1998/namespace",c="http://www.w3.org/2000/xmlns/",u={xml:s,xmlns:c},l=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,p=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,d=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,h=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function m(e){return" "===e||"\n"===e||"\r"===e||"\t"===e}function f(e){return'"'===e||"'"===e}function g(e){return">"===e||m(e)}function v(e,t){return e.test(t)}function y(e,t){return!v(e,t)}var b,x,w,k=0;for(var _ in e.STATE={BEGIN:k++,BEGIN_WHITESPACE:k++,TEXT:k++,TEXT_ENTITY:k++,OPEN_WAKA:k++,SGML_DECL:k++,SGML_DECL_QUOTED:k++,DOCTYPE:k++,DOCTYPE_QUOTED:k++,DOCTYPE_DTD:k++,DOCTYPE_DTD_QUOTED:k++,COMMENT_STARTING:k++,COMMENT:k++,COMMENT_ENDING:k++,COMMENT_ENDED:k++,CDATA:k++,CDATA_ENDING:k++,CDATA_ENDING_2:k++,PROC_INST:k++,PROC_INST_BODY:k++,PROC_INST_ENDING:k++,OPEN_TAG:k++,OPEN_TAG_SLASH:k++,ATTRIB:k++,ATTRIB_NAME:k++,ATTRIB_NAME_SAW_WHITE:k++,ATTRIB_VALUE:k++,ATTRIB_VALUE_QUOTED:k++,ATTRIB_VALUE_CLOSED:k++,ATTRIB_VALUE_UNQUOTED:k++,ATTRIB_VALUE_ENTITY_Q:k++,ATTRIB_VALUE_ENTITY_U:k++,CLOSE_TAG:k++,CLOSE_TAG_SAW_WHITE:k++,SCRIPT:k++,SCRIPT_ENDING:k++},e.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},e.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(e.ENTITIES).forEach((function(t){var i=e.ENTITIES[t],n="number"==typeof i?String.fromCharCode(i):i;e.ENTITIES[t]=n})),e.STATE)e.STATE[e.STATE[_]]=_;function j(e,t,i){e[t]&&e[t](i)}function E(e,t,i){e.textNode&&D(e),j(e,t,i)}function D(e){e.textNode=A(e.opt,e.textNode),e.textNode&&j(e,"ontext",e.textNode),e.textNode=""}function A(e,t){return e.trim&&(t=t.trim()),e.normalize&&(t=t.replace(/\s+/g," ")),t}function C(e,t){return D(e),e.trackPosition&&(t+="\nLine: "+e.line+"\nColumn: "+e.column+"\nChar: "+e.c),t=new Error(t),e.error=t,j(e,"onerror",t),e}function S(e){return e.sawRoot&&!e.closedRoot&&T(e,"Unclosed root tag"),e.state!==k.BEGIN&&e.state!==k.BEGIN_WHITESPACE&&e.state!==k.TEXT&&C(e,"Unexpected end"),D(e),e.c="",e.closed=!0,j(e,"onend"),a.call(e,e.strict,e.opt),e}function T(e,t){if("object"!=typeof e||!(e instanceof a))throw new Error("bad call to strictFail");e.strict&&C(e,t)}function O(e){e.strict||(e.tagName=e.tagName[e.looseCase]());var t=e.tags[e.tags.length-1]||e,i=e.tag={name:e.tagName,attributes:{}};e.opt.xmlns&&(i.ns=t.ns),e.attribList.length=0,E(e,"onopentagstart",i)}function I(e,t){var i=e.indexOf(":")<0?["",e]:e.split(":"),n=i[0],a=i[1];return t&&"xmlns"===e&&(n="xmlns",a=""),{prefix:n,local:a}}function P(e){if(e.strict||(e.attribName=e.attribName[e.looseCase]()),-1!==e.attribList.indexOf(e.attribName)||e.tag.attributes.hasOwnProperty(e.attribName))e.attribName=e.attribValue="";else{if(e.opt.xmlns){var t=I(e.attribName,!0),i=t.prefix,n=t.local;if("xmlns"===i)if("xml"===n&&e.attribValue!==s)T(e,"xml: prefix must be bound to "+s+"\nActual: "+e.attribValue);else if("xmlns"===n&&e.attribValue!==c)T(e,"xmlns: prefix must be bound to "+c+"\nActual: "+e.attribValue);else{var a=e.tag,r=e.tags[e.tags.length-1]||e;a.ns===r.ns&&(a.ns=Object.create(r.ns)),a.ns[n]=e.attribValue}e.attribList.push([e.attribName,e.attribValue])}else e.tag.attributes[e.attribName]=e.attribValue,E(e,"onattribute",{name:e.attribName,value:e.attribValue});e.attribName=e.attribValue=""}}function R(e,t){if(e.opt.xmlns){var i=e.tag,n=I(e.tagName);i.prefix=n.prefix,i.local=n.local,i.uri=i.ns[n.prefix]||"",i.prefix&&!i.uri&&(T(e,"Unbound namespace prefix: "+JSON.stringify(e.tagName)),i.uri=n.prefix);var a=e.tags[e.tags.length-1]||e;i.ns&&a.ns!==i.ns&&Object.keys(i.ns).forEach((function(t){E(e,"onopennamespace",{prefix:t,uri:i.ns[t]})}));for(var r=0,o=e.attribList.length;r",e.tagName="",void(e.state=k.SCRIPT);E(e,"onscript",e.script),e.script=""}var t=e.tags.length,i=e.tagName;e.strict||(i=i[e.looseCase]());for(var n=i;t--&&e.tags[t].name!==n;)T(e,"Unexpected close tag");if(t<0)return T(e,"Unmatched closing tag: "+e.tagName),e.textNode+="",void(e.state=k.TEXT);e.tagName=i;for(var a=e.tags.length;a-- >t;){var r=e.tag=e.tags.pop();e.tagName=e.tag.name,E(e,"onclosetag",e.tagName);var o={};for(var s in r.ns)o[s]=r.ns[s];var c=e.tags[e.tags.length-1]||e;e.opt.xmlns&&r.ns!==c.ns&&Object.keys(r.ns).forEach((function(t){var i=r.ns[t];E(e,"onclosenamespace",{prefix:t,uri:i})}))}0===t&&(e.closedRoot=!0),e.tagName=e.attribValue=e.attribName="",e.attribList.length=0,e.state=k.TEXT}function F(e){var t,i=e.entity,n=i.toLowerCase(),a="";return e.ENTITIES[i]?e.ENTITIES[i]:e.ENTITIES[n]?e.ENTITIES[n]:("#"===(i=n).charAt(0)&&("x"===i.charAt(1)?(i=i.slice(2),a=(t=parseInt(i,16)).toString(16)):(i=i.slice(1),a=(t=parseInt(i,10)).toString(10))),i=i.replace(/^0+/,""),isNaN(t)||a.toLowerCase()!==i?(T(e,"Invalid character entity"),"&"+e.entity+";"):String.fromCodePoint(t))}function L(e,t){"<"===t?(e.state=k.OPEN_WAKA,e.startTagPosition=e.position):m(t)||(T(e,"Non-whitespace before first tag."),e.textNode=t,e.state=k.TEXT)}function N(e,t){var i="";return t1114111||x(s)!==s)throw RangeError("Invalid code point: "+s);s<=65535?n.push(s):(e=55296+((s-=65536)>>10),t=s%1024+56320,n.push(e,t)),(a+1===r||n.length>i)&&(o+=b.apply(null,n),n.length=0)}return o},Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:w,configurable:!0,writable:!0}):String.fromCodePoint=w)}(t)},30329:(e,t,i)=>{"use strict";var n=i(93560),a=i(15158)("send"),r=i(40412)("send"),o=i(26149),s=i(10517),c=i(95573),u=i(25859),l=i(59635),p=i(35747),d=i(45518),h=i(82161),m=i(80338),f=i(14622),g=i(85622),v=i(54917),y=i(92413),b=i(31669),x=g.extname,w=g.join,k=g.normalize,_=g.resolve,j=g.sep,E=/^ *bytes=/,D=31536e6,A=/(?:^|[\\/])\.\.(?:[\\/]|$)/;function C(e,t,i){y.call(this);var n=i||{};if(this.options=n,this.path=t,this.req=e,this._acceptRanges=void 0===n.acceptRanges||Boolean(n.acceptRanges),this._cacheControl=void 0===n.cacheControl||Boolean(n.cacheControl),this._etag=void 0===n.etag||Boolean(n.etag),this._dotfiles=void 0!==n.dotfiles?n.dotfiles:"ignore","ignore"!==this._dotfiles&&"allow"!==this._dotfiles&&"deny"!==this._dotfiles)throw new TypeError('dotfiles option must be "allow", "deny", or "ignore"');this._hidden=Boolean(n.hidden),void 0!==n.hidden&&r("hidden: use dotfiles: '"+(this._hidden?"allow":"ignore")+"' instead"),void 0===n.dotfiles&&(this._dotfiles=void 0),this._extensions=void 0!==n.extensions?P(n.extensions,"extensions option"):[],this._immutable=void 0!==n.immutable&&Boolean(n.immutable),this._index=void 0!==n.index?P(n.index,"index option"):["index.html"],this._lastModified=void 0===n.lastModified||Boolean(n.lastModified),this._maxage=n.maxAge||n.maxage,this._maxage="string"==typeof this._maxage?h(this._maxage):Number(this._maxage),this._maxage=isNaN(this._maxage)?0:Math.min(Math.max(0,this._maxage),D),this._root=n.root?_(n.root):null,!this._root&&n.from&&this.from(n.from)}function S(e,t,i){return e+" "+(i?i.start+"-"+i.end:"*")+"/"+t}function T(e,t){return'\n\n\n\n'+e+"\n\n\n
"+t+"
\n\n\n"}function O(e){return"function"!=typeof e.getHeaderNames?Object.keys(e._headers||{}):e.getHeaderNames()}function I(e,t){return("function"!=typeof e.listenerCount?e.listeners(t).length:e.listenerCount(t))>0}function P(e,t){for(var i=[].concat(e||[]),n=0;na}return!1},C.prototype.removeContentHeaderFields=function(){for(var e=this.res,t=O(e),i=0;i=200&&e<300||304===e},C.prototype.onStatError=function(e){switch(e.code){case"ENAMETOOLONG":case"ENOENT":case"ENOTDIR":this.error(404,e);break;default:this.error(500,e)}},C.prototype.isFresh=function(){return l(this.req.headers,{etag:this.res.getHeader("ETag"),"last-modified":this.res.getHeader("Last-Modified")})},C.prototype.isRangeFresh=function(){var e=this.req.headers["if-range"];if(!e)return!0;if(-1!==e.indexOf('"')){var t=this.res.getHeader("ETag");return Boolean(t&&-1!==e.indexOf(t))}return R(this.res.getHeader("Last-Modified"))<=R(e)},C.prototype.redirect=function(e){var t=this.res;if(I(this,"directory"))this.emit("directory",t,e);else if(this.hasTrailingSlash())this.error(403);else{var i=s(function(e){for(var t=0;t1?"/"+e.substr(t):e}(this.path+"/")),n=T("Redirecting",'Redirecting to '+c(i)+"");t.statusCode=301,t.setHeader("Content-Type","text/html; charset=UTF-8"),t.setHeader("Content-Length",Buffer.byteLength(n)),t.setHeader("Content-Security-Policy","default-src 'none'"),t.setHeader("X-Content-Type-Options","nosniff"),t.setHeader("Location",i),t.end(n)}},C.prototype.pipe=function(e){var t=this._root;this.res=e;var i,n=function(e){try{return decodeURIComponent(e)}catch(e){return-1}}(this.path);if(-1===n)return this.error(400),e;if(~n.indexOf("\0"))return this.error(400),e;if(null!==t){if(n&&(n=k("."+j+n)),A.test(n))return a('malicious path "%s"',n),this.error(403),e;i=n.split(j),n=k(w(t,n))}else{if(A.test(n))return a('malicious path "%s"',n),this.error(403),e;i=k(n).split(j),n=_(n)}if(function(e){for(var t=0;t1&&"."===i[0])return!0}return!1}(i)){var r=this._dotfiles;switch(void 0===r&&(r="."===i[i.length-1][0]?this._hidden?"allow":"ignore":"allow"),a('%s dotfile "%s"',r,n),r){case"allow":break;case"deny":return this.error(403),e;default:return this.error(404),e}}return this._index.length&&this.hasTrailingSlash()?(this.sendIndex(n),e):(this.sendFile(n),e)},C.prototype.send=function(e,t){var i=t.size,n=this.options,r={},o=this.res,s=this.req,c=s.headers.range,u=n.start||0;if(function(e){return"boolean"!=typeof e.headersSent?Boolean(e._header):e.headersSent}(o))this.headersAlreadySent();else{if(a('pipe "%s"',e),this.setHeader(e,t),this.type(e),this.isConditionalGET()){if(this.isPreconditionFailure())return void this.error(412);if(this.isCachable()&&this.isFresh())return void this.notModified()}if(i=Math.max(0,i-u),void 0!==n.end){var l=n.end-u+1;i>l&&(i=l)}if(this._acceptRanges&&E.test(c)){if(c=f(i,c,{combine:!0}),this.isRangeFresh()||(a("range stale"),c=-2),-1===c)return a("range unsatisfiable"),o.setHeader("Content-Range",S("bytes",i)),this.error(416,{headers:{"Content-Range":o.getHeader("Content-Range")}});-2!==c&&1===c.length&&(a("range %j",c),o.statusCode=206,o.setHeader("Content-Range",S("bytes",i,c[0])),u+=c[0].start,i=c[0].end-c[0].start+1)}for(var p in n)r[p]=n[p];r.start=u,r.end=Math.max(u,u+i-1),o.setHeader("Content-Length",i),"HEAD"!==s.method?this.stream(e,r):o.end()}},C.prototype.sendFile=function(e){var t=0,i=this;function n(r){if(i._extensions.length<=t)return r?i.onStatError(r):i.error(404);var o=e+"."+i._extensions[t++];a('stat "%s"',o),p.stat(o,(function(e,t){return e?n(e):t.isDirectory()?n():(i.emit("file",o,t),void i.send(o,t))}))}a('stat "%s"',e),p.stat(e,(function(t,a){return t&&"ENOENT"===t.code&&!x(e)&&e[e.length-1]!==j?n(t):t?i.onStatError(t):a.isDirectory()?i.redirect(e):(i.emit("file",e,a),void i.send(e,a))}))},C.prototype.sendIndex=function(e){var t=-1,i=this;!function n(r){if(++t>=i._index.length)return r?i.onStatError(r):i.error(404);var o=w(e,i._index[t]);a('stat "%s"',o),p.stat(o,(function(e,t){return e?n(e):t.isDirectory()?n():(i.emit("file",o,t),void i.send(o,t))}))}()},C.prototype.stream=function(e,t){var i=!1,n=this,a=this.res,r=p.createReadStream(e,t);this.emit("stream",r),r.pipe(a),m(a,(function(){i=!0,o(r)})),r.on("error",(function(e){i||(i=!0,o(r),n.onStatError(e))})),r.on("end",(function(){n.emit("end")}))},C.prototype.type=function(e){var t=this.res;if(!t.getHeader("Content-Type")){var i=d.lookup(e);if(i){var n=d.charsets.lookup(i);a("content-type %s",i),t.setHeader("Content-Type",i+(n?"; charset="+n:""))}else a("no content-type")}},C.prototype.setHeader=function(e,t){var i=this.res;if(this.emit("headers",i,e,t),this._acceptRanges&&!i.getHeader("Accept-Ranges")&&(a("accept ranges"),i.setHeader("Accept-Ranges","bytes")),this._cacheControl&&!i.getHeader("Cache-Control")){var n="public, max-age="+Math.floor(this._maxage/1e3);this._immutable&&(n+=", immutable"),a("cache-control %s",n),i.setHeader("Cache-Control",n)}if(this._lastModified&&!i.getHeader("Last-Modified")){var r=t.mtime.toUTCString();a("modified %s",r),i.setHeader("Last-Modified",r)}if(this._etag&&!i.getHeader("ETag")){var o=u(t);a("etag %s",o),i.setHeader("ETag",o)}}},93560:(e,t,i)=>{"use strict";var n=i(40412)("http-errors"),a=i(66644),r=i(54917),o=i(94378),s=i(72953);function c(e){return Number(String(e).charAt(0)+"00")}function u(e,t){var i=Object.getOwnPropertyDescriptor(e,"name");i&&i.configurable&&(i.value=t,Object.defineProperty(e,"name",i))}e.exports=function e(){for(var t,i,a=500,o={},s=0;s=600)&&n("non-error status code; use only 4xx or 5xx status codes"),("number"!=typeof a||!r[a]&&(a<400||a>=600))&&(a=500);var l=e[a]||e[c(a)];for(var p in t||(t=l?new l(i):new Error(i||r[a]),Error.captureStackTrace(t,e)),l&&t instanceof l&&t.status===a||(t.expose=a<500,t.status=t.statusCode=a),o)"status"!==p&&"statusCode"!==p&&(t[p]=o[p]);return t},e.exports.HttpError=function(){function e(){throw new TypeError("cannot construct abstract class")}return o(e,Error),e}(),function(e,t,i){t.forEach((function(t){var n,l=s(r[t]);switch(c(t)){case 400:n=function(e,t,i){var n=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:r[i],o=new Error(t);return Error.captureStackTrace(o,s),a(o,s.prototype),Object.defineProperty(o,"message",{enumerable:!0,configurable:!0,value:t,writable:!0}),Object.defineProperty(o,"name",{enumerable:!1,configurable:!0,value:n,writable:!0}),o}return o(s,e),u(s,n),s.prototype.status=i,s.prototype.statusCode=i,s.prototype.expose=!0,s}(i,l,t);break;case 500:n=function(e,t,i){var n=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:r[i],o=new Error(t);return Error.captureStackTrace(o,s),a(o,s.prototype),Object.defineProperty(o,"message",{enumerable:!0,configurable:!0,value:t,writable:!0}),Object.defineProperty(o,"name",{enumerable:!1,configurable:!0,value:n,writable:!0}),o}return o(s,e),u(s,n),s.prototype.status=i,s.prototype.statusCode=i,s.prototype.expose=!1,s}(i,l,t)}n&&(e[t]=n,e[l]=n)})),e["I'mateapot"]=n.function(e.ImATeapot,'"I\'mateapot"; use "ImATeapot" instead')}(e.exports,r.codes,e.exports.HttpError)},82161:e=>{var t=1e3,i=60*t,n=60*i,a=24*n;function r(e,t,i,n){var a=t>=1.5*i;return Math.round(e/i)+" "+n+(a?"s":"")}e.exports=function(e,o){o=o||{};var s,c,u=typeof e;if("string"===u&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var r=/^((?:\d+)?\-?\d?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(r){var o=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*o;case"weeks":case"week":case"w":return 6048e5*o;case"days":case"day":case"d":return o*a;case"hours":case"hour":case"hrs":case"hr":case"h":return o*n;case"minutes":case"minute":case"mins":case"min":case"m":return o*i;case"seconds":case"second":case"secs":case"sec":case"s":return o*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return o;default:return}}}}(e);if("number"===u&&!1===isNaN(e))return o.long?(s=e,(c=Math.abs(s))>=a?r(s,c,a,"day"):c>=n?r(s,c,n,"hour"):c>=i?r(s,c,i,"minute"):c>=t?r(s,c,t,"second"):s+" ms"):function(e){var r=Math.abs(e);return r>=a?Math.round(e/a)+"d":r>=n?Math.round(e/n)+"h":r>=i?Math.round(e/i)+"m":r>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},28636:(e,t,i)=>{"use strict";var n=i(10517),a=i(95573),r=i(18317),o=i(85622).resolve,s=i(30329),c=i(78835);e.exports=function(e,t){if(!e)throw new TypeError("root path required");if("string"!=typeof e)throw new TypeError("root path must be a string");var i=Object.create(t||null),u=!1!==i.fallthrough,l=!1!==i.redirect,p=i.setHeaders;if(p&&"function"!=typeof p)throw new TypeError("option setHeaders must be function");i.maxage=i.maxage||i.maxAge||0,i.root=o(e);var d=l?function(e){if(this.hasTrailingSlash())this.error(404);else{var t=r.original(this.req);t.path=null,t.pathname=function(e){for(var t=0;t1?"/"+e.substr(t):e}(t.pathname+"/");var i=n(c.format(t)),o=("Redirecting",'\n\n\n\nRedirecting\n\n\n
'+('Redirecting to '+a(i)+"")+"
\n\n\n");e.statusCode=301,e.setHeader("Content-Type","text/html; charset=UTF-8"),e.setHeader("Content-Length",Buffer.byteLength(o)),e.setHeader("Content-Security-Policy","default-src 'none'"),e.setHeader("X-Content-Type-Options","nosniff"),e.setHeader("Location",i),e.end(o)}}:function(){this.error(404)};return function(e,t,n){if("GET"!==e.method&&"HEAD"!==e.method)return u?n():(t.statusCode=405,t.setHeader("Allow","GET, HEAD"),t.setHeader("Content-Length","0"),void t.end());var a=!u,o=r.original(e),c=r(e).pathname;"/"===c&&"/"!==o.pathname.substr(-1)&&(c="");var l=s(e,c,i);l.on("directory",d),p&&l.on("headers",p),u&&l.on("file",(function(){a=!0})),l.on("error",(function(e){!a&&e.statusCode<500?n():n(e)})),l.pipe(t)}},e.exports.mime=s.mime},66644:e=>{"use strict";e.exports=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(e,t){return e.__proto__=t,e}:function(e,t){for(var i in t)e.hasOwnProperty(i)||(e[i]=t[i]);return e})},37478:(e,t,i)=>{"use strict";var n=i(40210),a=i(21924),r=i(70631),o=n("%TypeError%"),s=n("%WeakMap%",!0),c=n("%Map%",!0),u=a("WeakMap.prototype.get",!0),l=a("WeakMap.prototype.set",!0),p=a("WeakMap.prototype.has",!0),d=a("Map.prototype.get",!0),h=a("Map.prototype.set",!0),m=a("Map.prototype.has",!0),f=function(e,t){for(var i,n=e;null!==(i=n.next);n=i)if(i.key===t)return n.next=i.next,i.next=e.next,e.next=i,i};e.exports=function(){var e,t,i,n={assert:function(e){if(!n.has(e))throw new o("Side channel does not contain "+r(e))},get:function(n){if(s&&n&&("object"==typeof n||"function"==typeof n)){if(e)return u(e,n)}else if(c){if(t)return d(t,n)}else if(i)return function(e,t){var i=f(e,t);return i&&i.value}(i,n)},has:function(n){if(s&&n&&("object"==typeof n||"function"==typeof n)){if(e)return p(e,n)}else if(c){if(t)return m(t,n)}else if(i)return function(e,t){return!!f(e,t)}(i,n);return!1},set:function(n,a){s&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new s),l(e,n,a)):c?(t||(t=new c),h(t,n,a)):(i||(i={key:{},next:null}),function(e,t,i){var n=f(e,t);n?n.value=i:e.next={key:t,next:e.next,value:i}}(i,n,a))}};return n}},74392:(e,t,i)=>{"use strict";var n=i(29528);e.exports.builder=function(){return n.builder().withHost("accounts.spotify.com").withPort(443).withScheme("https")}},29528:e=>{"use strict";var t=function(e){if(!e)throw new Error("No builder supplied to constructor");this.host=e.host,this.port=e.port,this.scheme=e.scheme,this.queryParameters=e.queryParameters,this.bodyParameters=e.bodyParameters,this.headers=e.headers,this.path=e.path};t.prototype._getter=function(e){return function(){return this[e]}},t.prototype.getHost=t.prototype._getter("host"),t.prototype.getPort=t.prototype._getter("port"),t.prototype.getScheme=t.prototype._getter("scheme"),t.prototype.getPath=t.prototype._getter("path"),t.prototype.getQueryParameters=t.prototype._getter("queryParameters"),t.prototype.getBodyParameters=t.prototype._getter("bodyParameters"),t.prototype.getHeaders=t.prototype._getter("headers"),t.prototype.getURI=function(){if(!this.scheme||!this.host||!this.port)throw new Error("Missing components necessary to construct URI");var e=this.scheme+"://"+this.host;return("http"===this.scheme&&80!==this.port||"https"===this.scheme&&443!==this.port)&&(e+=":"+this.port),this.path&&(e+=this.path),e},t.prototype.getURL=function(){var e=this.getURI();return this.getQueryParameters()?e+this.getQueryParameterString(this.getQueryParameters()):e},t.prototype.getQueryParameterString=function(){var e=this.getQueryParameters();if(e)return"?"+Object.keys(e).filter((function(t){return void 0!==e[t]})).map((function(t){return t+"="+e[t]})).join("&")},t.prototype.execute=function(e,t){if(!t){var i=this;return new Promise((function(t,n){e(i,(function(e,i){e?n(e):t(i)}))}))}e(this,t)};var i=function(){};i.prototype._setter=function(e){return function(t){return this[e]=t,this}},i.prototype.withHost=i.prototype._setter("host"),i.prototype.withPort=i.prototype._setter("port"),i.prototype.withScheme=i.prototype._setter("scheme"),i.prototype.withPath=i.prototype._setter("path"),i.prototype._assigner=function(e){return function(){for(var t=0;t0?Object.assign(e||{},t):e},i.prototype.build=function(){return new t(this)},e.exports.builder=function(){return new i}},12749:(e,t,i)=>{"use strict";var n=i(94141),{TimeoutError:a,WebapiError:r,WebapiRegularError:o,WebapiAuthenticationError:s,WebapiPlayerError:c}=i(54936),u={},l=function(e){var t={};return e.getQueryParameters()&&(t.query=e.getQueryParameters()),e.getHeaders()&&"application/json"===e.getHeaders()["Content-Type"]?t.data=JSON.stringify(e.getBodyParameters()):e.getBodyParameters()&&(t.data=e.getBodyParameters()),e.getHeaders()&&(t.headers=e.getHeaders()),t};u._makeRequest=function(e,t,i,u){var l=e.bind(n)(i);t.query&&l.query(t.query),t.headers&&l.set(t.headers),t.data&&l.send(t.data),l.end((function(e,t){return e?e.timeout?u(new a):e.response?u(function(e){return"object"==typeof e.body&&e.body.error&&"object"==typeof e.body.error&&e.body.error.reason?new c(e.body,e.headers,e.statusCode):"object"==typeof e.body&&e.body.error&&"object"==typeof e.body.error?new o(e.body,e.headers,e.statusCode):"object"==typeof e.body&&e.body.error&&"string"==typeof e.body.error?new s(e.body,e.headers,e.statusCode):new r(e.body,e.headers,e.statusCode,e.body)}(e.response)):u(e):u(null,{body:t.body,headers:t.headers,statusCode:t.statusCode})}))},u.get=function(e,t){var i=l(e),a=n.get;u._makeRequest(a,i,e.getURI(),t)},u.post=function(e,t){var i=l(e),a=n.post;u._makeRequest(a,i,e.getURI(),t)},u.del=function(e,t){var i=l(e),a=n.del;u._makeRequest(a,i,e.getURI(),t)},u.put=function(e,t){var i=l(e),a=n.put;u._makeRequest(a,i,e.getURI(),t)},e.exports=u},54936:e=>{class t extends Error{get name(){return this.constructor.name}}class i extends t{constructor(e,t,i,n){super(n),this.body=e,this.headers=t,this.statusCode=i}}e.exports={WebapiError:i,TimeoutError:class extends t{constructor(){super("A timeout occurred while communicating with Spotify's Web API.")}},WebapiRegularError:class extends i{constructor(e,t,i){super(e,t,i,"An error occurred while communicating with Spotify's Web API.\nDetails: "+e.error.message+".")}},WebapiAuthenticationError:class extends i{constructor(e,t,i){super(e,t,i,"An authentication error occurred while communicating with Spotify's Web API.\nDetails: "+e.error+(e.error_description?" "+e.error_description+".":"."))}},WebapiPlayerError:class extends i{constructor(e,t,i){super(e,t,i,"An error occurred while communicating with Spotify's Web API.\nDetails: "+e.error.message+(e.error.reason?" "+e.error.reason+".":"."))}}}},44799:(e,t,i)=>{"use strict";var n=i(74392),a=i(12749);e.exports={createAuthorizeURL:function(e,t,i,a="code"){return n.builder().withPath("/authorize").withQueryParameters({client_id:this.getClientId(),response_type:a,redirect_uri:this.getRedirectURI(),scope:e.join("%20"),state:t,show_dialog:i&&!!i}).build().getURL()},clientCredentialsGrant:function(e){return n.builder().withPath("/api/token").withBodyParameters({grant_type:"client_credentials"}).withHeaders({Authorization:"Basic "+new Buffer(this.getClientId()+":"+this.getClientSecret()).toString("base64"),"Content-Type":"application/x-www-form-urlencoded"}).build().execute(a.post,e)},authorizationCodeGrant:function(e,t){return n.builder().withPath("/api/token").withBodyParameters({grant_type:"authorization_code",redirect_uri:this.getRedirectURI(),code:e,client_id:this.getClientId(),client_secret:this.getClientSecret()}).withHeaders({"Content-Type":"application/x-www-form-urlencoded"}).build().execute(a.post,t)},refreshAccessToken:function(e){return n.builder().withPath("/api/token").withBodyParameters({grant_type:"refresh_token",refresh_token:this.getRefreshToken()}).withHeaders({Authorization:"Basic "+new Buffer(this.getClientId()+":"+this.getClientSecret()).toString("base64"),"Content-Type":"application/x-www-form-urlencoded"}).build().execute(a.post,e)}}},76676:(e,t,i)=>{var n=i(5646),a=i(44799);n._addMethods(a),e.exports=n},5646:(e,t,i)=>{"use strict";i(74392);var n=i(36300),a=i(12749);function r(e){this._credentials=e||{}}r.prototype={setCredentials:function(e){for(var t in e)e.hasOwnProperty(t)&&(this._credentials[t]=e[t])},getCredentials:function(){return this._credentials},resetCredentials:function(){this._credentials=null},setClientId:function(e){this._setCredential("clientId",e)},setClientSecret:function(e){this._setCredential("clientSecret",e)},setAccessToken:function(e){this._setCredential("accessToken",e)},setRefreshToken:function(e){this._setCredential("refreshToken",e)},setRedirectURI:function(e){this._setCredential("redirectUri",e)},getRedirectURI:function(){return this._getCredential("redirectUri")},getClientId:function(){return this._getCredential("clientId")},getClientSecret:function(){return this._getCredential("clientSecret")},getAccessToken:function(){return this._getCredential("accessToken")},getRefreshToken:function(){return this._getCredential("refreshToken")},resetClientId:function(){this._resetCredential("clientId")},resetClientSecret:function(){this._resetCredential("clientSecret")},resetAccessToken:function(){this._resetCredential("accessToken")},resetRefreshToken:function(){this._resetCredential("refreshToken")},resetRedirectURI:function(){this._resetCredential("redirectUri")},_setCredential:function(e,t){this._credentials=this._credentials||{},this._credentials[e]=t},_getCredential:function(e){return this._credentials?this._credentials[e]:void 0},_resetCredential:function(e){this._credentials&&(this._credentials[e]=null)},getTrack:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/tracks/"+e).withQueryParameters(t).build().execute(a.get,i)},getTracks:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/tracks").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,i)},getAlbum:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/albums/"+e).withQueryParameters(t).build().execute(a.get,i)},getAlbums:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/albums").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,i)},getArtist:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/artists/"+e).build().execute(a.get,t)},getArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/artists").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},search:function(e,t,i,r){return n.builder(this.getAccessToken()).withPath("/v1/search/").withQueryParameters({type:t.join(","),q:e},i).build().execute(a.get,r)},searchAlbums:function(e,t,i){return this.search(e,["album"],t,i)},searchArtists:function(e,t,i){return this.search(e,["artist"],t,i)},searchTracks:function(e,t,i){return this.search(e,["track"],t,i)},searchPlaylists:function(e,t,i){return this.search(e,["playlist"],t,i)},getArtistAlbums:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/artists/"+e+"/albums").withQueryParameters(t).build().execute(a.get,i)},getAlbumTracks:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/albums/"+e+"/tracks").withQueryParameters(t).build().execute(a.get,i)},getArtistTopTracks:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/artists/"+e+"/top-tracks").withQueryParameters({country:t}).build().execute(a.get,i)},getArtistRelatedArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/artists/"+e+"/related-artists").build().execute(a.get,t)},getUser:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/users/"+encodeURIComponent(e)).build().execute(a.get,t)},getMe:function(e){return n.builder(this.getAccessToken()).withPath("/v1/me").build().execute(a.get,e)},getUserPlaylists:function(e,t,i){var r;return"string"==typeof e?r="/v1/users/"+encodeURIComponent(e)+"/playlists":"object"==typeof e?(i=t,t=e,r="/v1/me/playlists"):r="/v1/me/playlists",n.builder(this.getAccessToken()).withPath(r).withQueryParameters(t).build().execute(a.get,i)},getPlaylist:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e).withQueryParameters(t).build().execute(a.get,i)},getPlaylistTracks:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withQueryParameters(t).build().execute(a.get,i)},createPlaylist:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/me/playlists").withHeaders({"Content-Type":"application/json"}).withBodyParameters({name:e},t).build().execute(a.post,i)},followPlaylist:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/followers").withHeaders({"Content-Type":"application/json"}).withBodyParameters(t).build().execute(a.put,i)},unfollowPlaylist:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/followers").build().execute(a.del,t)},changePlaylistDetails:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e).withHeaders({"Content-Type":"application/json"}).withBodyParameters(t).build().execute(a.put,i)},uploadCustomPlaylistCoverImage:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/images").withHeaders({"Content-Type":"image/jpeg"}).withBodyParameters(t).build().execute(a.put,i)},addTracksToPlaylist:function(e,t,i,r){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withQueryParameters(i).withBodyParameters({uris:t}).build().execute(a.post,r)},removeTracksFromPlaylist:function(e,t,i,r){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({tracks:t},i).build().execute(a.del,r)},removeTracksFromPlaylistByPosition:function(e,t,i,r){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({positions:t,snapshot_id:i}).build().execute(a.del,r)},replaceTracksInPlaylist:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({uris:t}).build().execute(a.put,i)},reorderTracksInPlaylist:function(e,t,i,r,o){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({range_start:t,insert_before:i},r).build().execute(a.put,o)},getAudioFeaturesForTrack:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/audio-features/"+e).build().execute(a.get,t)},getAudioAnalysisForTrack:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/audio-analysis/"+e).build().execute(a.get,t)},getAudioFeaturesForTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/audio-features").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},getRecommendations:function(e,t){var i={},r=["seed_artists","seed_genres","seed_tracks"];for(var o in e)e.hasOwnProperty(o)&&(-1!==r.indexOf(o)&&"[object Array]"===Object.prototype.toString.call(e[o])?i[o]=e[o].join(","):i[o]=e[o]);return n.builder(this.getAccessToken()).withPath("/v1/recommendations").withQueryParameters(i).build().execute(a.get,t)},getAvailableGenreSeeds:function(e){return n.builder(this.getAccessToken()).withPath("/v1/recommendations/available-genre-seeds").build().execute(a.get,e)},getMySavedTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/tracks").withQueryParameters(e).build().execute(a.get,t)},containsMySavedTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/tracks/contains").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},removeFromMySavedTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({ids:e}).build().execute(a.del,t)},addToMySavedTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({ids:e}).build().execute(a.put,t)},removeFromMySavedAlbums:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/albums").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.del,t)},addToMySavedAlbums:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/albums").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.put,t)},getMySavedAlbums:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/albums").withQueryParameters(e).build().execute(a.get,t)},containsMySavedAlbums:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/albums/contains").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},getMyTopArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/top/artists").withQueryParameters(e).build().execute(a.get,t)},getMyTopTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/top/tracks").withQueryParameters(e).build().execute(a.get,t)},getMyRecentlyPlayedTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/player/recently-played").withQueryParameters(e).build().execute(a.get,t)},addToQueue:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/me/player/queue").withQueryParameters({uri:e},t).build().execute(a.post,i)},getMyDevices:function(e){return n.builder(this.getAccessToken()).withPath("/v1/me/player/devices").build().execute(a.get,e)},getMyCurrentPlayingTrack:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/player/currently-playing").withQueryParameters(e).build().execute(a.get,t)},getMyCurrentPlaybackState:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/player").withQueryParameters(e).build().execute(a.get,t)},transferMyPlayback:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/me/player").withHeaders({"Content-Type":"application/json"}).withBodyParameters({device_ids:e},t).build().execute(a.put,i)},play:function(e,t){var i=e||{},r=i.device_id?{device_id:i.device_id}:null,o={};return["context_uri","uris","offset","position_ms"].forEach((function(e){e in i&&(o[e]=i[e])})),n.builder(this.getAccessToken()).withPath("/v1/me/player/play").withQueryParameters(r).withHeaders({"Content-Type":"application/json"}).withBodyParameters(o).build().execute(a.put,t)},pause:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/player/pause").withQueryParameters(e&&e.device_id?{device_id:e.device_id}:null).withHeaders({"Content-Type":"application/json"}).build().execute(a.put,t)},skipToPrevious:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/player/previous").withQueryParameters(e&&e.device_id?{device_id:e.device_id}:null).build().execute(a.post,t)},skipToNext:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/player/next").withQueryParameters(e&&e.device_id?{device_id:e.device_id}:null).build().execute(a.post,t)},seek:function(e,t,i){var r={position_ms:e};return t&&"device_id"in t&&(r.device_id=t.device_id),n.builder(this.getAccessToken()).withPath("/v1/me/player/seek").withQueryParameters(r).build().execute(a.put,i)},setRepeat:function(e,t,i){var r={state:e};return t&&"device_id"in t&&(r.device_id=t.device_id),n.builder(this.getAccessToken()).withPath("/v1/me/player/repeat").withQueryParameters(r).build().execute(a.put,i)},setShuffle:function(e,t,i){var r={state:e};return t&&"device_id"in t&&(r.device_id=t.device_id),n.builder(this.getAccessToken()).withPath("/v1/me/player/shuffle").withQueryParameters(r).build().execute(a.put,i)},setVolume:function(e,t,i){var r={volume_percent:e};return t&&"device_id"in t&&(r.device_id=t.device_id),n.builder(this.getAccessToken()).withPath("/v1/me/player/volume").withQueryParameters(r).build().execute(a.put,i)},followUsers:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"user"}).build().execute(a.put,t)},followArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"artist"}).build().execute(a.put,t)},unfollowUsers:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"user"}).build().execute(a.del,t)},unfollowArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"artist"}).build().execute(a.del,t)},isFollowingUsers:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following/contains").withQueryParameters({ids:e.join(","),type:"user"}).build().execute(a.get,t)},getFollowedArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({type:"artist"},e).build().execute(a.get,t)},areFollowingPlaylist:function(e,t,i,r){return n.builder(this.getAccessToken()).withPath("/v1/users/"+encodeURIComponent(e)+"/playlists/"+t+"/followers/contains").withQueryParameters({ids:i.join(",")}).build().execute(a.get,r)},isFollowingArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following/contains").withQueryParameters({ids:e.join(","),type:"artist"}).build().execute(a.get,t)},getNewReleases:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/browse/new-releases").withQueryParameters(e).build().execute(a.get,t)},getFeaturedPlaylists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/browse/featured-playlists").withQueryParameters(e).build().execute(a.get,t)},getCategories:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/browse/categories").withQueryParameters(e).build().execute(a.get,t)},getCategory:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/browse/categories/"+e).withQueryParameters(t).build().execute(a.get,i)},getPlaylistsForCategory:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/browse/categories/"+e+"/playlists").withQueryParameters(t).build().execute(a.get,i)},getShow:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/shows/"+e).withQueryParameters(t).build().execute(a.get,i)},getShows:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/shows").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,i)},containsMySavedShows:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/shows/contains").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},removeFromMySavedShows:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/shows").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.del,t)},addToMySavedShows:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/shows").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.put,t)},getMySavedShows:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/shows").withQueryParameters(e).build().execute(a.get,t)},getShowEpisodes:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/shows/"+e+"/episodes").withQueryParameters(t).build().execute(a.get,i)},searchShows:function(e,t,i){return this.search(e,["show"],t,i)},searchEpisodes:function(e,t,i){return this.search(e,["episode"],t,i)},getEpisode:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/episodes/"+e).withQueryParameters(t).build().execute(a.get,i)},getEpisodes:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/episodes").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,i)}},r._addMethods=function(e){for(var t in e)e.hasOwnProperty(t)&&(this.prototype[t]=e[t])},e.exports=r},36300:(e,t,i)=>{"use strict";var n=i(29528);e.exports.builder=function(e){return n.builder().withHost("api.spotify.com").withPort(443).withScheme("https").withAuth(e)}},67799:e=>{"use strict";e.exports=JSON.parse('{"100":"Continue","101":"Switching Protocols","102":"Processing","103":"Early Hints","200":"OK","201":"Created","202":"Accepted","203":"Non-Authoritative Information","204":"No Content","205":"Reset Content","206":"Partial Content","207":"Multi-Status","208":"Already Reported","226":"IM Used","300":"Multiple Choices","301":"Moved Permanently","302":"Found","303":"See Other","304":"Not Modified","305":"Use Proxy","306":"(Unused)","307":"Temporary Redirect","308":"Permanent Redirect","400":"Bad Request","401":"Unauthorized","402":"Payment Required","403":"Forbidden","404":"Not Found","405":"Method Not Allowed","406":"Not Acceptable","407":"Proxy Authentication Required","408":"Request Timeout","409":"Conflict","410":"Gone","411":"Length Required","412":"Precondition Failed","413":"Payload Too Large","414":"URI Too Long","415":"Unsupported Media Type","416":"Range Not Satisfiable","417":"Expectation Failed","418":"I\'m a teapot","421":"Misdirected Request","422":"Unprocessable Entity","423":"Locked","424":"Failed Dependency","425":"Unordered Collection","426":"Upgrade Required","428":"Precondition Required","429":"Too Many Requests","431":"Request Header Fields Too Large","451":"Unavailable For Legal Reasons","500":"Internal Server Error","501":"Not Implemented","502":"Bad Gateway","503":"Service Unavailable","504":"Gateway Timeout","505":"HTTP Version Not Supported","506":"Variant Also Negotiates","507":"Insufficient Storage","508":"Loop Detected","509":"Bandwidth Limit Exceeded","510":"Not Extended","511":"Network Authentication Required"}')},54917:(e,t,i)=>{"use strict";var n=i(67799);function a(e){if("number"==typeof e){if(!a[e])throw new Error("invalid status code: "+e);return e}if("string"!=typeof e)throw new TypeError("code must be a number or string");var t=parseInt(e,10);if(!isNaN(t)){if(!a[t])throw new Error("invalid status code: "+t);return t}if(!(t=a[e.toLowerCase()]))throw new Error('invalid status message: "'+e+'"');return t}e.exports=a,a.STATUS_CODES=n,a.codes=function(e,t){var i=[];return Object.keys(t).forEach((function(n){var a=t[n],r=Number(n);e[r]=a,e[a]=r,e[a.toLowerCase()]=r,i.push(r)})),i}(a,n),a.redirect={300:!0,301:!0,302:!0,303:!0,305:!0,307:!0,308:!0},a.empty={204:!0,205:!0,304:!0},a.retry={502:!0,503:!0,504:!0}},47164:(e,t,i)=>{var n=i(42357),a=i(15158)("stream-parser");function r(e){a("initializing parser stream"),e._parserBytesLeft=0,e._parserBuffers=[],e._parserBuffered=0,e._parserState=-1,e._parserCallback=null,"function"==typeof e.push&&(e._parserOutput=e.push.bind(e)),e._parserInit=!0}function o(e,t){n(!this._parserCallback,'there is already a "callback" set!'),n(isFinite(e)&&e>0,'can only buffer a finite number of bytes > 0, got "'+e+'"'),this._parserInit||r(this),a("buffering %o bytes",e),this._parserBytesLeft=e,this._parserCallback=t,this._parserState=0}function s(e,t){n(!this._parserCallback,'there is already a "callback" set!'),n(e>0,'can only skip > 0 bytes, got "'+e+'"'),this._parserInit||r(this),a("skipping %o bytes",e),this._parserBytesLeft=e,this._parserCallback=t,this._parserState=1}function c(e,t){n(!this._parserCallback,'There is already a "callback" set!'),n(e>0,'can only pass through > 0 bytes, got "'+e+'"'),this._parserInit||r(this),a("passing through %o bytes",e),this._parserBytesLeft=e,this._parserCallback=t,this._parserState=2}function u(e,t,i){this._parserInit||r(this),a("write(%o bytes)",e.length),"function"==typeof t&&(i=t),d(this,e,null,i)}function l(e,t,i){this._parserInit||r(this),a("transform(%o bytes)",e.length),"function"!=typeof t&&(t=this._parserOutput),d(this,e,t,i)}function p(e,t,i,n){if(e._parserBytesLeft-=t.length,a("%o bytes left for stream piece",e._parserBytesLeft),0===e._parserState?(e._parserBuffers.push(t),e._parserBuffered+=t.length):2===e._parserState&&i(t),0!==e._parserBytesLeft)return n;var r=e._parserCallback;if(r&&0===e._parserState&&e._parserBuffers.length>1&&(t=Buffer.concat(e._parserBuffers,e._parserBuffered)),0!==e._parserState&&(t=null),e._parserCallback=null,e._parserBuffered=0,e._parserState=-1,e._parserBuffers.splice(0),r){var o=[];t&&o.push(t),i&&o.push(i);var s=r.length>o.length;s&&o.push(h(n));var c=r.apply(e,o);if(!s||n===c)return n}}e.exports=function(e){var t=e&&"function"==typeof e._transform,i=e&&"function"==typeof e._write;if(!t&&!i)throw new Error("must pass a Writable or Transform stream in");a("extending Parser into stream"),e._bytes=o,e._skipBytes=s,t&&(e._passthrough=c),t?e._transform=l:e._write=u};var d=h((function e(t,i,n,a){return t._parserBytesLeft<=0?a(new Error("got data but not currently parsing anything")):i.length<=t._parserBytesLeft?function(){return p(t,i,n,a)}:function(){var r=i.slice(0,t._parserBytesLeft);return p(t,r,n,(function(o){return o?a(o):i.length>r.length?function(){return e(t,i.slice(r.length),n,a)}:void 0}))}}));function h(e){return function(){for(var t=e.apply(this,arguments);"function"==typeof t;)t=t();return t}}},14223:(e,t,i)=>{"use strict";const n=i(76003),a=i(61903),r=i(60809),o=e=>{if("string"!=typeof e||0===e.length)return 0;if(0===(e=n(e)).length)return 0;e=e.replace(r()," ");let t=0;for(let i=0;i=127&&n<=159||n>=768&&n<=879||(n>65535&&i++,t+=a(n)?2:1)}return t};e.exports=o,e.exports.default=o},76003:(e,t,i)=>{"use strict";const n=i(14277);e.exports=e=>"string"==typeof e?e.replace(n(),""):e},37903:e=>{"use strict";function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i{"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}e.exports=function(e){return null!==e&&"object"===t(e)}},41930:(e,t,i)=>{"use strict";var n=i(78835).parse,a=i(37866).CookieJar,r=i(37866).CookieAccessInfo,o=i(38873),s=i(94141),c=i(37903);function u(e){if(!(this instanceof u))return new u(e);c.call(this),this.jar=new a,e&&(e.ca&&this.ca(e.ca),e.key&&this.key(e.key),e.pfx&&this.pfx(e.pfx),e.cert&&this.cert(e.cert),!1===e.rejectUnauthorized&&this.disableTLSCerts())}e.exports=u,u.prototype=Object.create(c.prototype),u.prototype._saveCookies=function(e){var t=e.headers["set-cookie"];t&&this.jar.setCookies(t)},u.prototype._attachCookies=function(e){var t=n(e.url),i=new r(t.hostname,t.pathname,"https:"===t.protocol),a=this.jar.getCookies(i).toValueString();e.cookies=a},o.forEach((function(e){var t=e.toUpperCase();u.prototype[e]=function(e,i){var n=new s.Request(t,e);return n.on("response",this._saveCookies.bind(this)),n.on("redirect",this._saveCookies.bind(this)),n.on("redirect",this._attachCookies.bind(this,n)),this._setDefaults(n),this._attachCookies(n),i&&n.end(i),n}})),u.prototype.del=u.prototype.delete},58539:(e,t,i)=>{"use strict";function n(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function a(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var r,o=i(92413),s=i(31669),c=i(11631),u=i(4016),l=i(78835).parse;if(!i(43263).gte(process.version,"v10.10.0"))throw new Error("superagent: this version of Node.js does not support http2");var p=(r=i(97565)).constants,d=p.HTTP2_HEADER_PATH,h=p.HTTP2_HEADER_STATUS,m=p.HTTP2_HEADER_METHOD,f=p.HTTP2_HEADER_AUTHORITY,g=p.HTTP2_HEADER_HOST,v=p.HTTP2_HEADER_SET_COOKIE,y=p.NGHTTP2_CANCEL;function b(e,t){var i=this;o.call(this);var s="https:"===e?443:80,c=t.port||s,u=t.host||"localhost";delete t.port,delete t.host,this.method=t.method,this.path=t.path,this.protocol=e,this.host=u,delete t.method,delete t.path;var l=function(e){for(var t=1;t{"use strict";function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}var a,r=i(78835),o=r.parse,s=r.format,c=r.resolve,u=i(92413),l=i(57211),p=i(98605),d=i(35747),h=i(78761),m=i(31669),f=i(5784),g=i(63031),v=i(38873),y=i(46882),b=i(69853),x=i(90673)("superagent"),w=i(37866),k=i(43263),_=i(4445),j=i(64506),E=i(28899),D=i(98570).unzip,A=i(94435);function C(e,i){return"function"==typeof i?new t.Request("GET",e).end(i):1===arguments.length?new t.Request("GET",e):new t.Request(e,i)}function S(){}function T(e){e._header={},e.header={}}function O(e,t){u.call(this),"string"!=typeof t&&(t=s(t)),this._enableHttp2=Boolean(process.env.HTTP2_TEST),this._agent=!1,this._formData=null,this.method=e,this.url=t,T(this),this.writable=!0,this._redirects=0,this.redirects("HEAD"===e?0:5),this.cookies="",this.qs={},this._query=[],this.qsRaw=this._query,this._redirectList=[],this._streamRequest=!1,this.once("end",this.clearTimeout.bind(this))}function I(e){return/[/+]json($|[^-\w])/i.test(e)}function P(e){return[301,302,303,305,307,308].includes(e)}k.gte(process.version,"v10.10.0")&&(a=i(58539)),e.exports=C,(t=e.exports).Request=O,t.agent=i(41930),t.Response=A,g.define({"application/x-www-form-urlencoded":["form","urlencoded","form-data"]},!0),t.protocols={"http:":p,"https:":l,"http2:":a},t.serialize={"application/x-www-form-urlencoded":f.stringify,"application/json":_},t.parse=i(12099),t.buffer={},m.inherits(O,u),E(O.prototype),O.prototype.http2=function(e){if(void 0===t.protocols["http2:"])throw new Error("superagent: this version of Node.js does not support http2");return this._enableHttp2=void 0===e||e,this},O.prototype.attach=function(e,t,i){if(t){if(this._data)throw new Error("superagent can't mix .send() and .attach()");var n=i||{};"string"==typeof i&&(n={filename:i}),"string"==typeof t?(n.filename||(n.filename=t),x("creating `fs.ReadStream` instance for file: %s",t),t=d.createReadStream(t)):!n.filename&&t.path&&(n.filename=t.path),this._getFormData().append(e,t,n)}return this},O.prototype._getFormData=function(){var e=this;return this._formData||(this._formData=new y,this._formData.on("error",(function(t){x("FormData error",t),e.called||(e.callback(t),e.abort())}))),this._formData},O.prototype.agent=function(e){return 0===arguments.length?this._agent:(this._agent=e,this)},O.prototype.type=function(e){return this.set("Content-Type",e.includes("/")?e:g.getType(e))},O.prototype.accept=function(e){return this.set("Accept",e.includes("/")?e:g.getType(e))},O.prototype.query=function(e){return"string"==typeof e?this._query.push(e):Object.assign(this.qs,e),this},O.prototype.write=function(e,t){var i=this.request();return this._streamRequest||(this._streamRequest=!0),i.write(e,t)},O.prototype.pipe=function(e,t){return this.piped=!0,this.buffer(!1),this.end(),this._pipeContinue(e,t)},O.prototype._pipeContinue=function(e,t){var i=this;return this.req.once("response",(function(n){if(P(n.statusCode)&&i._redirects++!==i._maxRedirects)return i._redirect(n)===i?i._pipeContinue(e,t):void 0;if(i.res=n,i._emitResponse(),!i._aborted){if(i._shouldUnzip(n)){var a=h.createUnzip();a.on("error",(function(t){t&&"Z_BUF_ERROR"===t.code?e.emit("end"):e.emit("error",t)})),n.pipe(a).pipe(e,t)}else n.pipe(e,t);n.once("end",(function(){i.emit("end")}))}})),e},O.prototype.buffer=function(e){return this._buffer=!1!==e,this},O.prototype._redirect=function(e){var t=e.headers.location;if(!t)return this.callback(new Error("No location header for redirect"),e);x("redirect %s -> %s",this.url,t),t=c(this.url,t),e.resume();var i=this.req.getHeaders?this.req.getHeaders():this.req._headers,n=o(t).host!==o(this.url).host;return 301!==e.statusCode&&302!==e.statusCode||(i=j.cleanHeader(i,n),this.method="HEAD"===this.method?"HEAD":"GET",this._data=null),303===e.statusCode&&(i=j.cleanHeader(i,n),this.method="GET",this._data=null),delete i.host,delete this.req,delete this._formData,T(this),this._endCalled=!1,this.url=t,this.qs={},this._query.length=0,this.set(i),this.emit("redirect",e),this._redirectList.push(this.url),this.end(this._callback),this},O.prototype.auth=function(e,t,i){1===arguments.length&&(t=""),"object"===n(t)&&null!==t&&(i=t,t=""),i||(i={type:"basic"});var a=function(e){return Buffer.from(e).toString("base64")};return this._auth(e,t,i,a)},O.prototype.ca=function(e){return this._ca=e,this},O.prototype.key=function(e){return this._key=e,this},O.prototype.pfx=function(e){return"object"!==n(e)||Buffer.isBuffer(e)?this._pfx=e:(this._pfx=e.pfx,this._passphrase=e.passphrase),this},O.prototype.cert=function(e){return this._cert=e,this},O.prototype.disableTLSCerts=function(){return this._disableTLSCerts=!0,this},O.prototype.request=function(){var e=this;if(this.req)return this.req;var i={};try{var a=f.stringify(this.qs,{indices:!1,strictNullHandling:!0});a&&(this.qs={},this._query.push(a)),this._finalizeQueryString()}catch(e){return this.emit("error",e)}var r,s=this.url,c=this._retries;if(s.includes("`")){var u=s.indexOf("?");if(-1!==u){var l=s.slice(u+1);r=l.match(/`|%60/g)}}if(0!==s.indexOf("http")&&(s="http://".concat(s)),s=o(s),r){var p=0;s.query=s.query.replace(/%60/g,(function(){return r[p++]})),s.search="?".concat(s.query),s.path=s.pathname+s.search}if(!0===/^https?\+unix:/.test(s.protocol)){s.protocol="".concat(s.protocol.split("+")[0],":");var d=s.path.match(/^([^/]+)(.+)$/);i.socketPath=d[1].replace(/%2F/g,"/"),s.path=d[2]}if(this._connectOverride){var h,m,g=s.hostname,v=g in this._connectOverride?this._connectOverride[g]:this._connectOverride["*"];v&&(this._header.host||this.set("host",s.host),"object"===n(v)?(h=v.host,m=v.port):(h=v,m=s.port),s.host=/:/.test(h)?"[".concat(h,"]"):h,m&&(s.host+=":".concat(m),s.port=m),s.hostname=h)}i.method=this.method,i.port=s.port,i.path=s.path,i.host=s.hostname,i.ca=this._ca,i.key=this._key,i.pfx=this._pfx,i.cert=this._cert,i.passphrase=this._passphrase,i.agent=this._agent,i.rejectUnauthorized="boolean"==typeof this._disableTLSCerts?!this._disableTLSCerts:"0"!==process.env.NODE_TLS_REJECT_UNAUTHORIZED,this._header.host&&(i.servername=this._header.host.replace(/:\d+$/,"")),this._trustLocalhost&&/^(?:localhost|127\.0\.0\.\d+|(0*:)+:0*1)$/.test(s.hostname)&&(i.rejectUnauthorized=!1);var y=this._enableHttp2?t.protocols["http2:"].setProtocol(s.protocol):t.protocols[s.protocol];this.req=y.request(i);var b=this.req;if(b.setNoDelay(!0),"HEAD"!==i.method&&b.setHeader("Accept-Encoding","gzip, deflate"),this.protocol=s.protocol,this.host=s.host,b.once("drain",(function(){e.emit("drain")})),b.on("error",(function(t){e._aborted||e._retries===c&&(e.response||e.callback(t))})),s.auth){var x=s.auth.split(":");this.auth(x[0],x[1])}for(var k in this.username&&this.password&&this.auth(this.username,this.password),this.header)Object.prototype.hasOwnProperty.call(this.header,k)&&b.setHeader(k,this.header[k]);if(this.cookies)if(Object.prototype.hasOwnProperty.call(this._header,"cookie")){var _=new w.CookieJar;_.setCookies(this._header.cookie.split(";")),_.setCookies(this.cookies.split(";")),b.setHeader("Cookie",_.getCookies(w.CookieAccessInfo.All).toValueString())}else b.setHeader("Cookie",this.cookies);return b},O.prototype.callback=function(e,t){if(this._shouldRetry(e,t))return this._retry();var i=this._callback||S;if(this.clearTimeout(),this.called)return console.warn("superagent: double callback bug");if(this.called=!0,!e)try{if(!this._isResponseOK(t)){var n="Unsuccessful HTTP response";t&&(n=p.STATUS_CODES[t.status]||n),(e=new Error(n)).status=t?t.status:void 0}}catch(t){e=t}if(!e)return i(null,t);e.response=t,this._maxRetries&&(e.retries=this._retries-1),e&&this.listeners("error").length>0&&this.emit("error",e),i(e,t)},O.prototype._isHost=function(e){return Buffer.isBuffer(e)||e instanceof u||e instanceof y},O.prototype._emitResponse=function(e,t){var i=new A(this);return this.response=i,i.redirects=this._redirectList,void 0!==e&&(i.body=e),i.files=t,this._endCalled&&(i.pipe=function(){throw new Error("end() has already been called, so it's too late to start piping")}),this.emit("response",i),i},O.prototype.end=function(e){if(this.request(),x("%s %s",this.method,this.url),this._endCalled)throw new Error(".end() was called twice. This is not supported in superagent");this._endCalled=!0,this._callback=e||S,this._end()},O.prototype._end=function(){var e=this;if(this._aborted)return this.callback(new Error("The request has been aborted even before .end() was called"));var i=this._data,n=this.req,a=this.method;if(this._setTimeouts(),"HEAD"!==a&&!n._headerSent){if("string"!=typeof i){var r=n.getHeader("Content-Type");r&&(r=r.split(";")[0]);var o=this._serializer||t.serialize[r];!o&&I(r)&&(o=t.serialize["application/json"]),o&&(i=o(i))}i&&!n.getHeader("Content-Length")&&n.setHeader("Content-Length",Buffer.isBuffer(i)?i.length:Buffer.byteLength(i))}n.once("response",(function(i){if(x("%s %s -> %s",e.method,e.url,i.statusCode),e._responseTimeoutTimer&&clearTimeout(e._responseTimeoutTimer),!e.piped){var a=e._maxRedirects,r=j.type(i.headers["content-type"]||"")||"text/plain",o=r.split("/")[0];o&&(o=o.toLowerCase().trim());var s="multipart"===o,c=P(i.statusCode),u=e._responseType;if(e.res=i,c&&e._redirects++!==a)return e._redirect(i);if("HEAD"===e.method)return e.emit("end"),void e.callback(null,e._emitResponse());e._shouldUnzip(i)&&D(n,i);var l=e._buffer;void 0===l&&r in t.buffer&&(l=Boolean(t.buffer[r]));var p=e._parser;if(void 0===l&&p&&(console.warn("A custom superagent parser has been set, but buffering strategy for the parser hasn't been configured. Call `req.buffer(true or false)` or set `superagent.buffer[mime] = true or false`"),l=!0),!p)if(u)p=t.parse.image,l=!0;else if(s){var d=new b.IncomingForm;p=d.parse.bind(d),l=!0}else!function(e){var t=e.split("/")[0];return t&&(t=t.toLowerCase().trim()),"image"===t||"video"===t}(r)?t.parse[r]?p=t.parse[r]:"text"===o?(p=t.parse.text,l=!1!==l):I(r)?(p=t.parse["application/json"],l=!1!==l):l?p=t.parse.text:void 0===l&&(p=t.parse.image,l=!0):(p=t.parse.image,l=!0);(void 0===l&&function(e){var t=e.split("/"),i=t[0];i&&(i=i.toLowerCase().trim());var n=t[1];return n&&(n=n.toLowerCase().trim()),"text"===i||"x-www-form-urlencoded"===n}(r)||I(r))&&(l=!0),e._resBuffered=l;var h=!1;if(l){var m=e._maxResponseSize||2e8;i.on("data",(function(e){if((m-=e.byteLength||e.length)<0){var t=new Error("Maximum response size reached");t.code="ETOOLARGE",h=!1,i.destroy(t)}}))}if(p)try{h=l,p(i,(function(t,i,n){if(!e.timedout)return t&&!e._aborted?e.callback(t):void(h&&(e.emit("end"),e.callback(null,e._emitResponse(i,n))))}))}catch(t){return void e.callback(t)}if(e.res=i,l)i.once("error",(function(t){h=!1,e.callback(t,null)})),h||i.once("end",(function(){x("end %s %s",e.method,e.url),e.emit("end"),e.callback(null,e._emitResponse())}));else{if(x("unbuffered %s %s",e.method,e.url),e.callback(null,e._emitResponse()),s)return;i.once("end",(function(){x("end %s %s",e.method,e.url),e.emit("end")}))}}})),this.emit("request",this);var s=function(){var t=n.getHeader("Content-Length"),i=0,a=new u.Transform;return a._transform=function(n,a,r){i+=n.length,e.emit("progress",{direction:"upload",lengthComputable:!0,loaded:i,total:t}),r(null,n)},a},c=this._formData;if(c){var l=c.getHeaders();for(var p in l)Object.prototype.hasOwnProperty.call(l,p)&&(x('setting FormData header: "%s: %s"',p,l[p]),n.setHeader(p,l[p]));c.getLength((function(e,t){e&&x("formData.getLength had error",e,t),x("got FormData Content-Length: %s",t),"number"==typeof t&&n.setHeader("Content-Length",t),c.pipe(s()).pipe(n)}))}else Buffer.isBuffer(i)?function(e){for(var t=16384,i=new u.Readable,n=e.length,a=n%t,r=n-a,o=0;o0){var c=e.slice(-a);i.push(c)}return i.push(null),i}(i).pipe(s()).pipe(n):n.end(i)},O.prototype._shouldUnzip=function(e){return 204!==e.statusCode&&304!==e.statusCode&&"0"!==e.headers["content-length"]&&/^\s*(?:deflate|gzip)\s*$/.test(e.headers["content-encoding"])},O.prototype.connect=function(e){return"string"==typeof e?this._connectOverride={"*":e}:"object"===n(e)?this._connectOverride=e:this._connectOverride=void 0,this},O.prototype.trustLocalhost=function(e){return this._trustLocalhost=void 0===e||e,this},v.includes("del")||(v=v.slice(0)).push("del"),v.forEach((function(e){var t=e;e=(e="del"===e?"delete":e).toUpperCase(),C[t]=function(t,i,n){var a=C(e,t);return"function"==typeof i&&(n=i,i=null),i&&("GET"===e||"HEAD"===e?a.query(i):a.send(i)),n&&a.end(n),a}}))},73787:e=>{"use strict";e.exports=function(e,t){var i=[];e.on("data",(function(e){i.push(e)})),e.on("end",(function(){t(null,Buffer.concat(i))}))}},12099:(e,t,i)=>{"use strict";t["application/x-www-form-urlencoded"]=i(77979),t["application/json"]=i(72600),t.text=i(22975);var n=i(73787);t["application/octet-stream"]=n,t["application/pdf"]=n,t.image=n},72600:e=>{"use strict";e.exports=function(e,t){e.text="",e.setEncoding("utf8"),e.on("data",(function(t){e.text+=t})),e.on("end",(function(){var i,n;try{i=e.text&&JSON.parse(e.text)}catch(t){(n=t).rawResponse=e.text||null,n.statusCode=e.statusCode}finally{t(n,i)}}))}},22975:e=>{"use strict";e.exports=function(e,t){e.text="",e.setEncoding("utf8"),e.on("data",(function(t){e.text+=t})),e.on("end",t)}},77979:(e,t,i)=>{"use strict";var n=i(5784);e.exports=function(e,t){e.text="",e.setEncoding("ascii"),e.on("data",(function(t){e.text+=t})),e.on("end",(function(){try{t(null,n.parse(e.text))}catch(e){t(e)}}))}},94435:(e,t,i)=>{"use strict";var n=i(31669),a=i(92413),r=i(81097);function o(e){a.call(this),this.res=e.res;var t=this.res;this.request=e,this.req=e.req,this.text=t.text,this.body=void 0===t.body?{}:t.body,this.files=t.files||{},this.buffered=e._resBuffered,this.headers=t.headers,this.header=this.headers,this._setStatusProperties(t.statusCode),this._setHeaderProperties(this.header),this.setEncoding=t.setEncoding.bind(t),t.on("data",this.emit.bind(this,"data")),t.on("end",this.emit.bind(this,"end")),t.on("close",this.emit.bind(this,"close")),t.on("error",this.emit.bind(this,"error"))}e.exports=o,n.inherits(o,a),r(o.prototype),o.prototype.destroy=function(e){this.res.destroy(e)},o.prototype.pause=function(){this.res.pause()},o.prototype.resume=function(){this.res.resume()},o.prototype.toError=function(){var e=this.req,t=e.method,i=e.path,n="cannot ".concat(t," ").concat(i," (").concat(this.status,")"),a=new Error(n);return a.status=this.status,a.text=this.text,a.method=t,a.path=i,a},o.prototype.setStatusProperties=function(e){return console.warn("In superagent 2.x setStatusProperties is a private method"),this._setStatusProperties(e)},o.prototype.toJSON=function(){return{req:this.request.toJSON(),header:this.header,status:this.status,text:this.text}}},98570:(e,t,i)=>{"use strict";var n=i(24304).StringDecoder,a=i(92413),r=i(78761);t.unzip=function(e,t){var i,o=r.createUnzip(),s=new a;s.req=e,o.on("error",(function(e){e&&"Z_BUF_ERROR"===e.code?s.emit("end"):s.emit("error",e)})),t.pipe(o),t.setEncoding=function(e){i=new n(e)},o.on("data",(function(e){if(i){var t=i.write(e);t.length>0&&s.emit("data",t)}else s.emit("data",e)})),o.on("end",(function(){s.emit("end")}));var c=t.on;t.on=function(e,i){return"data"===e||"end"===e?s.on(e,i.bind(t)):"error"===e?(s.on(e,i.bind(t)),c.call(t,e,i)):c.call(t,e,i),this}}},28899:(e,t,i)=>{"use strict";function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}var a=i(54960);function r(e){if(e)return function(e){for(var t in r.prototype)Object.prototype.hasOwnProperty.call(r.prototype,t)&&(e[t]=r.prototype[t]);return e}(e)}e.exports=r,r.prototype.clearTimeout=function(){return clearTimeout(this._timer),clearTimeout(this._responseTimeoutTimer),clearTimeout(this._uploadTimeoutTimer),delete this._timer,delete this._responseTimeoutTimer,delete this._uploadTimeoutTimer,this},r.prototype.parse=function(e){return this._parser=e,this},r.prototype.responseType=function(e){return this._responseType=e,this},r.prototype.serialize=function(e){return this._serializer=e,this},r.prototype.timeout=function(e){if(!e||"object"!==n(e))return this._timeout=e,this._responseTimeout=0,this._uploadTimeout=0,this;for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t))switch(t){case"deadline":this._timeout=e.deadline;break;case"response":this._responseTimeout=e.response;break;case"upload":this._uploadTimeout=e.upload;break;default:console.warn("Unknown timeout option",t)}return this},r.prototype.retry=function(e,t){return 0!==arguments.length&&!0!==e||(e=1),e<=0&&(e=0),this._maxRetries=e,this._retries=0,this._retryCallback=t,this};var o=new Set(["ETIMEDOUT","ECONNRESET","EADDRINUSE","ECONNREFUSED","EPIPE","ENOTFOUND","ENETUNREACH","EAI_AGAIN"]),s=new Set([408,413,429,500,502,503,504,521,522,524]);r.prototype._shouldRetry=function(e,t){if(!this._maxRetries||this._retries++>=this._maxRetries)return!1;if(this._retryCallback)try{var i=this._retryCallback(e,t);if(!0===i)return!0;if(!1===i)return!1}catch(e){console.error(e)}if(t&&t.status&&s.has(t.status))return!0;if(e){if(e.code&&o.has(e.code))return!0;if(e.timeout&&"ECONNABORTED"===e.code)return!0;if(e.crossDomain)return!0}return!1},r.prototype._retry=function(){return this.clearTimeout(),this.req&&(this.req=null,this.req=this.request()),this._aborted=!1,this.timedout=!1,this.timedoutError=null,this._end()},r.prototype.then=function(e,t){var i=this;if(!this._fullfilledPromise){var n=this;this._endCalled&&console.warn("Warning: superagent request was sent twice, because both .end() and .then() were called. Never call .end() if you use promises"),this._fullfilledPromise=new Promise((function(e,t){n.on("abort",(function(){if(!(i._maxRetries&&i._maxRetries>i._retries))if(i.timedout&&i.timedoutError)t(i.timedoutError);else{var e=new Error("Aborted");e.code="ABORTED",e.status=i.status,e.method=i.method,e.url=i.url,t(e)}})),n.end((function(i,n){i?t(i):e(n)}))}))}return this._fullfilledPromise.then(e,t)},r.prototype.catch=function(e){return this.then(void 0,e)},r.prototype.use=function(e){return e(this),this},r.prototype.ok=function(e){if("function"!=typeof e)throw new Error("Callback required");return this._okCallback=e,this},r.prototype._isResponseOK=function(e){return!!e&&(this._okCallback?this._okCallback(e):e.status>=200&&e.status<300)},r.prototype.get=function(e){return this._header[e.toLowerCase()]},r.prototype.getHeader=r.prototype.get,r.prototype.set=function(e,t){if(a(e)){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&this.set(i,e[i]);return this}return this._header[e.toLowerCase()]=t,this.header[e]=t,this},r.prototype.unset=function(e){return delete this._header[e.toLowerCase()],delete this.header[e],this},r.prototype.field=function(e,t){if(null==e)throw new Error(".field(name, val) name can not be empty");if(this._data)throw new Error(".field() can't be used if .send() is used. Please use only .send() or only .field() & .attach()");if(a(e)){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&this.field(i,e[i]);return this}if(Array.isArray(t)){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&this.field(e,t[n]);return this}if(null==t)throw new Error(".field(name, val) val can not be empty");return"boolean"==typeof t&&(t=String(t)),this._getFormData().append(e,t),this},r.prototype.abort=function(){return this._aborted||(this._aborted=!0,this.xhr&&this.xhr.abort(),this.req&&this.req.abort(),this.clearTimeout(),this.emit("abort")),this},r.prototype._auth=function(e,t,i,n){switch(i.type){case"basic":this.set("Authorization","Basic ".concat(n("".concat(e,":").concat(t))));break;case"auto":this.username=e,this.password=t;break;case"bearer":this.set("Authorization","Bearer ".concat(e))}return this},r.prototype.withCredentials=function(e){return void 0===e&&(e=!0),this._withCredentials=e,this},r.prototype.redirects=function(e){return this._maxRedirects=e,this},r.prototype.maxResponseSize=function(e){if("number"!=typeof e)throw new TypeError("Invalid argument");return this._maxResponseSize=e,this},r.prototype.toJSON=function(){return{method:this.method,url:this.url,data:this._data,headers:this._header}},r.prototype.send=function(e){var t=a(e),i=this._header["content-type"];if(this._formData)throw new Error(".send() can't be used if .attach() or .field() is used. Please use only .send() or only .field() & .attach()");if(t&&!this._data)Array.isArray(e)?this._data=[]:this._isHost(e)||(this._data={});else if(e&&this._data&&this._isHost(this._data))throw new Error("Can't merge these send calls");if(t&&a(this._data))for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(this._data[n]=e[n]);else"string"==typeof e?(i||this.type("form"),(i=this._header["content-type"])&&(i=i.toLowerCase().trim()),this._data="application/x-www-form-urlencoded"===i?this._data?"".concat(this._data,"&").concat(e):e:(this._data||"")+e):this._data=e;return!t||this._isHost(e)||i||this.type("json"),this},r.prototype.sortQuery=function(e){return this._sort=void 0===e||e,this},r.prototype._finalizeQueryString=function(){var e=this._query.join("&");if(e&&(this.url+=(this.url.includes("?")?"&":"?")+e),this._query.length=0,this._sort){var t=this.url.indexOf("?");if(t>=0){var i=this.url.slice(t+1).split("&");"function"==typeof this._sort?i.sort(this._sort):i.sort(),this.url=this.url.slice(0,t)+"?"+i.join("&")}}},r.prototype._appendQueryString=function(){console.warn("Unsupported")},r.prototype._timeoutError=function(e,t,i){if(!this._aborted){var n=new Error("".concat(e+t,"ms exceeded"));n.timeout=t,n.code="ECONNABORTED",n.errno=i,this.timedout=!0,this.timedoutError=n,this.abort(),this.callback(n)}},r.prototype._setTimeouts=function(){var e=this;this._timeout&&!this._timer&&(this._timer=setTimeout((function(){e._timeoutError("Timeout of ",e._timeout,"ETIME")}),this._timeout)),this._responseTimeout&&!this._responseTimeoutTimer&&(this._responseTimeoutTimer=setTimeout((function(){e._timeoutError("Response timeout of ",e._responseTimeout,"ETIMEDOUT")}),this._responseTimeout))}},81097:(e,t,i)=>{"use strict";var n=i(64506);function a(e){if(e)return function(e){for(var t in a.prototype)Object.prototype.hasOwnProperty.call(a.prototype,t)&&(e[t]=a.prototype[t]);return e}(e)}e.exports=a,a.prototype.get=function(e){return this.header[e.toLowerCase()]},a.prototype._setHeaderProperties=function(e){var t=e["content-type"]||"";this.type=n.type(t);var i=n.params(t);for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(this[a]=i[a]);this.links={};try{e.link&&(this.links=n.parseLinks(e.link))}catch(e){}},a.prototype._setStatusProperties=function(e){var t=e/100|0;this.statusCode=e,this.status=this.statusCode,this.statusType=t,this.info=1===t,this.ok=2===t,this.redirect=3===t,this.clientError=4===t,this.serverError=5===t,this.error=(4===t||5===t)&&this.toError(),this.created=201===e,this.accepted=202===e,this.noContent=204===e,this.badRequest=400===e,this.unauthorized=401===e,this.notAcceptable=406===e,this.forbidden=403===e,this.notFound=404===e,this.unprocessableEntity=422===e}},64506:(e,t)=>{"use strict";function i(e,t){var i;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(i=function(e,t){if(e){if("string"==typeof e)return n(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);return"Object"===i&&e.constructor&&(i=e.constructor.name),"Map"===i||"Set"===i?Array.from(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?n(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){i&&(e=i);var a=0,r=function(){};return{s:r,n:function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,c=!1;return{s:function(){i=e[Symbol.iterator]()},n:function(){var e=i.next();return s=e.done,e},e:function(e){c=!0,o=e},f:function(){try{s||null==i.return||i.return()}finally{if(c)throw o}}}}function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const i="color: "+this.color;t.splice(1,0,i,"color: inherit");let n=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(n++,"%c"===e&&(a=n))})),t.splice(a,0,i)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=i(74147)(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},74147:(e,t,i)=>{e.exports=function(e){function t(e){let i,a,r,o=null;function s(...e){if(!s.enabled)return;const n=s,a=Number(new Date),r=a-(i||a);n.diff=r,n.prev=i,n.curr=a,i=a,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let o=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((i,a)=>{if("%%"===i)return"%";o++;const r=t.formatters[a];if("function"==typeof r){const t=e[o];i=r.call(n,t),e.splice(o,1),o--}return i})),t.formatArgs.call(n,e),(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(a!==t.namespaces&&(a=t.namespaces,r=t.enabled(e)),r),set:e=>{o=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,i){const n=t(this.namespace+(void 0===i?":":i)+e);return n.log=this.log,n}function a(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){const e=[...t.names.map(a),...t.skips.map(a).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let i;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const n=("string"==typeof e?e:"").split(/[\s,]+/),a=n.length;for(i=0;i{t[i]=e[i]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let i=0;for(let t=0;t{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=i(28040):e.exports=i(67218)},67218:(e,t,i)=>{const n=i(33867),a=i(31669);t.init=function(e){e.inspectOpts={};const i=Object.keys(t.inspectOpts);for(let n=0;n{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=i(92130);e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const i=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[i]=n,e}),{}),e.exports=i(74147)(t);const{formatters:r}=e.exports;r.o=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},r.O=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts)}},52621:(e,t,i)=>{"use strict";const n=i(50128),a=Symbol("max"),r=Symbol("length"),o=Symbol("lengthCalculator"),s=Symbol("allowStale"),c=Symbol("maxAge"),u=Symbol("dispose"),l=Symbol("noDisposeOnSet"),p=Symbol("lruList"),d=Symbol("cache"),h=Symbol("updateAgeOnGet"),m=()=>1,f=(e,t,i)=>{const n=e[d].get(t);if(n){const t=n.value;if(g(e,t)){if(y(e,n),!e[s])return}else i&&(e[h]&&(n.value.now=Date.now()),e[p].unshiftNode(n));return t.value}},g=(e,t)=>{if(!t||!t.maxAge&&!e[c])return!1;const i=Date.now()-t.now;return t.maxAge?i>t.maxAge:e[c]&&i>e[c]},v=e=>{if(e[r]>e[a])for(let t=e[p].tail;e[r]>e[a]&&null!==t;){const i=t.prev;y(e,t),t=i}},y=(e,t)=>{if(t){const i=t.value;e[u]&&e[u](i.key,i.value),e[r]-=i.length,e[d].delete(i.key),e[p].removeNode(t)}};class b{constructor(e,t,i,n,a){this.key=e,this.value=t,this.length=i,this.now=n,this.maxAge=a||0}}const x=(e,t,i,n)=>{let a=i.value;g(e,a)&&(y(e,i),e[s]||(a=void 0)),a&&t.call(n,a.value,a.key,e)};e.exports=class{constructor(e){if("number"==typeof e&&(e={max:e}),e||(e={}),e.max&&("number"!=typeof e.max||e.max<0))throw new TypeError("max must be a non-negative number");this[a]=e.max||1/0;const t=e.length||m;if(this[o]="function"!=typeof t?m:t,this[s]=e.stale||!1,e.maxAge&&"number"!=typeof e.maxAge)throw new TypeError("maxAge must be a number");this[c]=e.maxAge||0,this[u]=e.dispose,this[l]=e.noDisposeOnSet||!1,this[h]=e.updateAgeOnGet||!1,this.reset()}set max(e){if("number"!=typeof e||e<0)throw new TypeError("max must be a non-negative number");this[a]=e||1/0,v(this)}get max(){return this[a]}set allowStale(e){this[s]=!!e}get allowStale(){return this[s]}set maxAge(e){if("number"!=typeof e)throw new TypeError("maxAge must be a non-negative number");this[c]=e,v(this)}get maxAge(){return this[c]}set lengthCalculator(e){"function"!=typeof e&&(e=m),e!==this[o]&&(this[o]=e,this[r]=0,this[p].forEach((e=>{e.length=this[o](e.value,e.key),this[r]+=e.length}))),v(this)}get lengthCalculator(){return this[o]}get length(){return this[r]}get itemCount(){return this[p].length}rforEach(e,t){t=t||this;for(let i=this[p].tail;null!==i;){const n=i.prev;x(this,e,i,t),i=n}}forEach(e,t){t=t||this;for(let i=this[p].head;null!==i;){const n=i.next;x(this,e,i,t),i=n}}keys(){return this[p].toArray().map((e=>e.key))}values(){return this[p].toArray().map((e=>e.value))}reset(){this[u]&&this[p]&&this[p].length&&this[p].forEach((e=>this[u](e.key,e.value))),this[d]=new Map,this[p]=new n,this[r]=0}dump(){return this[p].map((e=>!g(this,e)&&{k:e.key,v:e.value,e:e.now+(e.maxAge||0)})).toArray().filter((e=>e))}dumpLru(){return this[p]}set(e,t,i){if((i=i||this[c])&&"number"!=typeof i)throw new TypeError("maxAge must be a number");const n=i?Date.now():0,s=this[o](t,e);if(this[d].has(e)){if(s>this[a])return y(this,this[d].get(e)),!1;const o=this[d].get(e).value;return this[u]&&(this[l]||this[u](e,o.value)),o.now=n,o.maxAge=i,o.value=t,this[r]+=s-o.length,o.length=s,this.get(e),v(this),!0}const h=new b(e,t,s,n,i);return h.length>this[a]?(this[u]&&this[u](e,t),!1):(this[r]+=h.length,this[p].unshift(h),this[d].set(e,this[p].head),v(this),!0)}has(e){if(!this[d].has(e))return!1;const t=this[d].get(e).value;return!g(this,t)}get(e){return f(this,e,!0)}peek(e){return f(this,e,!1)}pop(){const e=this[p].tail;return e?(y(this,e),e.value):null}del(e){y(this,this[d].get(e))}load(e){this.reset();const t=Date.now();for(let i=e.length-1;i>=0;i--){const n=e[i],a=n.e||0;if(0===a)this.set(n.k,n.v);else{const e=a-t;e>0&&this.set(n.k,n.v,e)}}}prune(){this[d].forEach(((e,t)=>f(this,t,!1)))}}},38072:e=>{"use strict";function t(){this._types=Object.create(null),this._extensions=Object.create(null);for(let e=0;e{"use strict";let n=i(38072);e.exports=new n(i(18784),i(36766))},36766:e=>{e.exports={"application/prs.cww":["cww"],"application/vnd.1000minds.decision-model+xml":["1km"],"application/vnd.3gpp.pic-bw-large":["plb"],"application/vnd.3gpp.pic-bw-small":["psb"],"application/vnd.3gpp.pic-bw-var":["pvb"],"application/vnd.3gpp2.tcap":["tcap"],"application/vnd.3m.post-it-notes":["pwn"],"application/vnd.accpac.simply.aso":["aso"],"application/vnd.accpac.simply.imp":["imp"],"application/vnd.acucobol":["acu"],"application/vnd.acucorp":["atc","acutc"],"application/vnd.adobe.air-application-installer-package+zip":["air"],"application/vnd.adobe.formscentral.fcdt":["fcdt"],"application/vnd.adobe.fxp":["fxp","fxpl"],"application/vnd.adobe.xdp+xml":["xdp"],"application/vnd.adobe.xfdf":["xfdf"],"application/vnd.ahead.space":["ahead"],"application/vnd.airzip.filesecure.azf":["azf"],"application/vnd.airzip.filesecure.azs":["azs"],"application/vnd.amazon.ebook":["azw"],"application/vnd.americandynamics.acc":["acc"],"application/vnd.amiga.ami":["ami"],"application/vnd.android.package-archive":["apk"],"application/vnd.anser-web-certificate-issue-initiation":["cii"],"application/vnd.anser-web-funds-transfer-initiation":["fti"],"application/vnd.antix.game-component":["atx"],"application/vnd.apple.installer+xml":["mpkg"],"application/vnd.apple.keynote":["key"],"application/vnd.apple.mpegurl":["m3u8"],"application/vnd.apple.numbers":["numbers"],"application/vnd.apple.pages":["pages"],"application/vnd.apple.pkpass":["pkpass"],"application/vnd.aristanetworks.swi":["swi"],"application/vnd.astraea-software.iota":["iota"],"application/vnd.audiograph":["aep"],"application/vnd.balsamiq.bmml+xml":["bmml"],"application/vnd.blueice.multipass":["mpm"],"application/vnd.bmi":["bmi"],"application/vnd.businessobjects":["rep"],"application/vnd.chemdraw+xml":["cdxml"],"application/vnd.chipnuts.karaoke-mmd":["mmd"],"application/vnd.cinderella":["cdy"],"application/vnd.citationstyles.style+xml":["csl"],"application/vnd.claymore":["cla"],"application/vnd.cloanto.rp9":["rp9"],"application/vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"application/vnd.cluetrust.cartomobile-config":["c11amc"],"application/vnd.cluetrust.cartomobile-config-pkg":["c11amz"],"application/vnd.commonspace":["csp"],"application/vnd.contact.cmsg":["cdbcmsg"],"application/vnd.cosmocaller":["cmc"],"application/vnd.crick.clicker":["clkx"],"application/vnd.crick.clicker.keyboard":["clkk"],"application/vnd.crick.clicker.palette":["clkp"],"application/vnd.crick.clicker.template":["clkt"],"application/vnd.crick.clicker.wordbank":["clkw"],"application/vnd.criticaltools.wbs+xml":["wbs"],"application/vnd.ctc-posml":["pml"],"application/vnd.cups-ppd":["ppd"],"application/vnd.curl.car":["car"],"application/vnd.curl.pcurl":["pcurl"],"application/vnd.dart":["dart"],"application/vnd.data-vision.rdz":["rdz"],"application/vnd.dbf":["dbf"],"application/vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"application/vnd.dece.ttml+xml":["uvt","uvvt"],"application/vnd.dece.unspecified":["uvx","uvvx"],"application/vnd.dece.zip":["uvz","uvvz"],"application/vnd.denovo.fcselayout-link":["fe_launch"],"application/vnd.dna":["dna"],"application/vnd.dolby.mlp":["mlp"],"application/vnd.dpgraph":["dpg"],"application/vnd.dreamfactory":["dfac"],"application/vnd.ds-keypoint":["kpxx"],"application/vnd.dvb.ait":["ait"],"application/vnd.dvb.service":["svc"],"application/vnd.dynageo":["geo"],"application/vnd.ecowin.chart":["mag"],"application/vnd.enliven":["nml"],"application/vnd.epson.esf":["esf"],"application/vnd.epson.msf":["msf"],"application/vnd.epson.quickanime":["qam"],"application/vnd.epson.salt":["slt"],"application/vnd.epson.ssf":["ssf"],"application/vnd.eszigno3+xml":["es3","et3"],"application/vnd.ezpix-album":["ez2"],"application/vnd.ezpix-package":["ez3"],"application/vnd.fdf":["fdf"],"application/vnd.fdsn.mseed":["mseed"],"application/vnd.fdsn.seed":["seed","dataless"],"application/vnd.flographit":["gph"],"application/vnd.fluxtime.clip":["ftc"],"application/vnd.framemaker":["fm","frame","maker","book"],"application/vnd.frogans.fnc":["fnc"],"application/vnd.frogans.ltf":["ltf"],"application/vnd.fsc.weblaunch":["fsc"],"application/vnd.fujitsu.oasys":["oas"],"application/vnd.fujitsu.oasys2":["oa2"],"application/vnd.fujitsu.oasys3":["oa3"],"application/vnd.fujitsu.oasysgp":["fg5"],"application/vnd.fujitsu.oasysprs":["bh2"],"application/vnd.fujixerox.ddd":["ddd"],"application/vnd.fujixerox.docuworks":["xdw"],"application/vnd.fujixerox.docuworks.binder":["xbd"],"application/vnd.fuzzysheet":["fzs"],"application/vnd.genomatix.tuxedo":["txd"],"application/vnd.geogebra.file":["ggb"],"application/vnd.geogebra.tool":["ggt"],"application/vnd.geometry-explorer":["gex","gre"],"application/vnd.geonext":["gxt"],"application/vnd.geoplan":["g2w"],"application/vnd.geospace":["g3w"],"application/vnd.gmx":["gmx"],"application/vnd.google-apps.document":["gdoc"],"application/vnd.google-apps.presentation":["gslides"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"application/vnd.grafeq":["gqf","gqs"],"application/vnd.groove-account":["gac"],"application/vnd.groove-help":["ghf"],"application/vnd.groove-identity-message":["gim"],"application/vnd.groove-injector":["grv"],"application/vnd.groove-tool-message":["gtm"],"application/vnd.groove-tool-template":["tpl"],"application/vnd.groove-vcard":["vcg"],"application/vnd.hal+xml":["hal"],"application/vnd.handheld-entertainment+xml":["zmm"],"application/vnd.hbci":["hbci"],"application/vnd.hhe.lesson-player":["les"],"application/vnd.hp-hpgl":["hpgl"],"application/vnd.hp-hpid":["hpid"],"application/vnd.hp-hps":["hps"],"application/vnd.hp-jlyt":["jlt"],"application/vnd.hp-pcl":["pcl"],"application/vnd.hp-pclxl":["pclxl"],"application/vnd.hydrostatix.sof-data":["sfd-hdstx"],"application/vnd.ibm.minipay":["mpy"],"application/vnd.ibm.modcap":["afp","listafp","list3820"],"application/vnd.ibm.rights-management":["irm"],"application/vnd.ibm.secure-container":["sc"],"application/vnd.iccprofile":["icc","icm"],"application/vnd.igloader":["igl"],"application/vnd.immervision-ivp":["ivp"],"application/vnd.immervision-ivu":["ivu"],"application/vnd.insors.igm":["igm"],"application/vnd.intercon.formnet":["xpw","xpx"],"application/vnd.intergeo":["i2g"],"application/vnd.intu.qbo":["qbo"],"application/vnd.intu.qfx":["qfx"],"application/vnd.ipunplugged.rcprofile":["rcprofile"],"application/vnd.irepository.package+xml":["irp"],"application/vnd.is-xpr":["xpr"],"application/vnd.isac.fcs":["fcs"],"application/vnd.jam":["jam"],"application/vnd.jcp.javame.midlet-rms":["rms"],"application/vnd.jisp":["jisp"],"application/vnd.joost.joda-archive":["joda"],"application/vnd.kahootz":["ktz","ktr"],"application/vnd.kde.karbon":["karbon"],"application/vnd.kde.kchart":["chrt"],"application/vnd.kde.kformula":["kfo"],"application/vnd.kde.kivio":["flw"],"application/vnd.kde.kontour":["kon"],"application/vnd.kde.kpresenter":["kpr","kpt"],"application/vnd.kde.kspread":["ksp"],"application/vnd.kde.kword":["kwd","kwt"],"application/vnd.kenameaapp":["htke"],"application/vnd.kidspiration":["kia"],"application/vnd.kinar":["kne","knp"],"application/vnd.koan":["skp","skd","skt","skm"],"application/vnd.kodak-descriptor":["sse"],"application/vnd.las.las+xml":["lasxml"],"application/vnd.llamagraphics.life-balance.desktop":["lbd"],"application/vnd.llamagraphics.life-balance.exchange+xml":["lbe"],"application/vnd.lotus-1-2-3":["123"],"application/vnd.lotus-approach":["apr"],"application/vnd.lotus-freelance":["pre"],"application/vnd.lotus-notes":["nsf"],"application/vnd.lotus-organizer":["org"],"application/vnd.lotus-screencam":["scm"],"application/vnd.lotus-wordpro":["lwp"],"application/vnd.macports.portpkg":["portpkg"],"application/vnd.mapbox-vector-tile":["mvt"],"application/vnd.mcd":["mcd"],"application/vnd.medcalcdata":["mc1"],"application/vnd.mediastation.cdkey":["cdkey"],"application/vnd.mfer":["mwf"],"application/vnd.mfmp":["mfm"],"application/vnd.micrografx.flo":["flo"],"application/vnd.micrografx.igx":["igx"],"application/vnd.mif":["mif"],"application/vnd.mobius.daf":["daf"],"application/vnd.mobius.dis":["dis"],"application/vnd.mobius.mbk":["mbk"],"application/vnd.mobius.mqy":["mqy"],"application/vnd.mobius.msl":["msl"],"application/vnd.mobius.plc":["plc"],"application/vnd.mobius.txf":["txf"],"application/vnd.mophun.application":["mpn"],"application/vnd.mophun.certificate":["mpc"],"application/vnd.mozilla.xul+xml":["xul"],"application/vnd.ms-artgalry":["cil"],"application/vnd.ms-cab-compressed":["cab"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"],"application/vnd.ms-excel.addin.macroenabled.12":["xlam"],"application/vnd.ms-excel.sheet.binary.macroenabled.12":["xlsb"],"application/vnd.ms-excel.sheet.macroenabled.12":["xlsm"],"application/vnd.ms-excel.template.macroenabled.12":["xltm"],"application/vnd.ms-fontobject":["eot"],"application/vnd.ms-htmlhelp":["chm"],"application/vnd.ms-ims":["ims"],"application/vnd.ms-lrm":["lrm"],"application/vnd.ms-officetheme":["thmx"],"application/vnd.ms-outlook":["msg"],"application/vnd.ms-pki.seccat":["cat"],"application/vnd.ms-pki.stl":["*stl"],"application/vnd.ms-powerpoint":["ppt","pps","pot"],"application/vnd.ms-powerpoint.addin.macroenabled.12":["ppam"],"application/vnd.ms-powerpoint.presentation.macroenabled.12":["pptm"],"application/vnd.ms-powerpoint.slide.macroenabled.12":["sldm"],"application/vnd.ms-powerpoint.slideshow.macroenabled.12":["ppsm"],"application/vnd.ms-powerpoint.template.macroenabled.12":["potm"],"application/vnd.ms-project":["mpp","mpt"],"application/vnd.ms-word.document.macroenabled.12":["docm"],"application/vnd.ms-word.template.macroenabled.12":["dotm"],"application/vnd.ms-works":["wps","wks","wcm","wdb"],"application/vnd.ms-wpl":["wpl"],"application/vnd.ms-xpsdocument":["xps"],"application/vnd.mseq":["mseq"],"application/vnd.musician":["mus"],"application/vnd.muvee.style":["msty"],"application/vnd.mynfc":["taglet"],"application/vnd.neurolanguage.nlu":["nlu"],"application/vnd.nitf":["ntf","nitf"],"application/vnd.noblenet-directory":["nnd"],"application/vnd.noblenet-sealer":["nns"],"application/vnd.noblenet-web":["nnw"],"application/vnd.nokia.n-gage.ac+xml":["*ac"],"application/vnd.nokia.n-gage.data":["ngdat"],"application/vnd.nokia.n-gage.symbian.install":["n-gage"],"application/vnd.nokia.radio-preset":["rpst"],"application/vnd.nokia.radio-presets":["rpss"],"application/vnd.novadigm.edm":["edm"],"application/vnd.novadigm.edx":["edx"],"application/vnd.novadigm.ext":["ext"],"application/vnd.oasis.opendocument.chart":["odc"],"application/vnd.oasis.opendocument.chart-template":["otc"],"application/vnd.oasis.opendocument.database":["odb"],"application/vnd.oasis.opendocument.formula":["odf"],"application/vnd.oasis.opendocument.formula-template":["odft"],"application/vnd.oasis.opendocument.graphics":["odg"],"application/vnd.oasis.opendocument.graphics-template":["otg"],"application/vnd.oasis.opendocument.image":["odi"],"application/vnd.oasis.opendocument.image-template":["oti"],"application/vnd.oasis.opendocument.presentation":["odp"],"application/vnd.oasis.opendocument.presentation-template":["otp"],"application/vnd.oasis.opendocument.spreadsheet":["ods"],"application/vnd.oasis.opendocument.spreadsheet-template":["ots"],"application/vnd.oasis.opendocument.text":["odt"],"application/vnd.oasis.opendocument.text-master":["odm"],"application/vnd.oasis.opendocument.text-template":["ott"],"application/vnd.oasis.opendocument.text-web":["oth"],"application/vnd.olpc-sugar":["xo"],"application/vnd.oma.dd2+xml":["dd2"],"application/vnd.openblox.game+xml":["obgx"],"application/vnd.openofficeorg.extension":["oxt"],"application/vnd.openstreetmap.data+xml":["osm"],"application/vnd.openxmlformats-officedocument.presentationml.presentation":["pptx"],"application/vnd.openxmlformats-officedocument.presentationml.slide":["sldx"],"application/vnd.openxmlformats-officedocument.presentationml.slideshow":["ppsx"],"application/vnd.openxmlformats-officedocument.presentationml.template":["potx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.osgeo.mapguide.package":["mgp"],"application/vnd.osgi.dp":["dp"],"application/vnd.osgi.subsystem":["esa"],"application/vnd.palm":["pdb","pqa","oprc"],"application/vnd.pawaafile":["paw"],"application/vnd.pg.format":["str"],"application/vnd.pg.osasli":["ei6"],"application/vnd.picsel":["efif"],"application/vnd.pmi.widget":["wg"],"application/vnd.pocketlearn":["plf"],"application/vnd.powerbuilder6":["pbd"],"application/vnd.previewsystems.box":["box"],"application/vnd.proteus.magazine":["mgz"],"application/vnd.publishare-delta-tree":["qps"],"application/vnd.pvi.ptid1":["ptid"],"application/vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"application/vnd.rar":["rar"],"application/vnd.realvnc.bed":["bed"],"application/vnd.recordare.musicxml":["mxl"],"application/vnd.recordare.musicxml+xml":["musicxml"],"application/vnd.rig.cryptonote":["cryptonote"],"application/vnd.rim.cod":["cod"],"application/vnd.rn-realmedia":["rm"],"application/vnd.rn-realmedia-vbr":["rmvb"],"application/vnd.route66.link66+xml":["link66"],"application/vnd.sailingtracker.track":["st"],"application/vnd.seemail":["see"],"application/vnd.sema":["sema"],"application/vnd.semd":["semd"],"application/vnd.semf":["semf"],"application/vnd.shana.informed.formdata":["ifm"],"application/vnd.shana.informed.formtemplate":["itp"],"application/vnd.shana.informed.interchange":["iif"],"application/vnd.shana.informed.package":["ipk"],"application/vnd.simtech-mindmapper":["twd","twds"],"application/vnd.smaf":["mmf"],"application/vnd.smart.teacher":["teacher"],"application/vnd.software602.filler.form+xml":["fo"],"application/vnd.solent.sdkm+xml":["sdkm","sdkd"],"application/vnd.spotfire.dxp":["dxp"],"application/vnd.spotfire.sfs":["sfs"],"application/vnd.stardivision.calc":["sdc"],"application/vnd.stardivision.draw":["sda"],"application/vnd.stardivision.impress":["sdd"],"application/vnd.stardivision.math":["smf"],"application/vnd.stardivision.writer":["sdw","vor"],"application/vnd.stardivision.writer-global":["sgl"],"application/vnd.stepmania.package":["smzip"],"application/vnd.stepmania.stepchart":["sm"],"application/vnd.sun.wadl+xml":["wadl"],"application/vnd.sun.xml.calc":["sxc"],"application/vnd.sun.xml.calc.template":["stc"],"application/vnd.sun.xml.draw":["sxd"],"application/vnd.sun.xml.draw.template":["std"],"application/vnd.sun.xml.impress":["sxi"],"application/vnd.sun.xml.impress.template":["sti"],"application/vnd.sun.xml.math":["sxm"],"application/vnd.sun.xml.writer":["sxw"],"application/vnd.sun.xml.writer.global":["sxg"],"application/vnd.sun.xml.writer.template":["stw"],"application/vnd.sus-calendar":["sus","susp"],"application/vnd.svd":["svd"],"application/vnd.symbian.install":["sis","sisx"],"application/vnd.syncml+xml":["xsm"],"application/vnd.syncml.dm+wbxml":["bdm"],"application/vnd.syncml.dm+xml":["xdm"],"application/vnd.syncml.dmddf+xml":["ddf"],"application/vnd.tao.intent-module-archive":["tao"],"application/vnd.tcpdump.pcap":["pcap","cap","dmp"],"application/vnd.tmobile-livetv":["tmo"],"application/vnd.trid.tpt":["tpt"],"application/vnd.triscape.mxs":["mxs"],"application/vnd.trueapp":["tra"],"application/vnd.ufdl":["ufd","ufdl"],"application/vnd.uiq.theme":["utz"],"application/vnd.umajin":["umj"],"application/vnd.unity":["unityweb"],"application/vnd.uoml+xml":["uoml"],"application/vnd.vcx":["vcx"],"application/vnd.visio":["vsd","vst","vss","vsw"],"application/vnd.visionary":["vis"],"application/vnd.vsf":["vsf"],"application/vnd.wap.wbxml":["wbxml"],"application/vnd.wap.wmlc":["wmlc"],"application/vnd.wap.wmlscriptc":["wmlsc"],"application/vnd.webturbo":["wtb"],"application/vnd.wolfram.player":["nbp"],"application/vnd.wordperfect":["wpd"],"application/vnd.wqd":["wqd"],"application/vnd.wt.stf":["stf"],"application/vnd.xara":["xar"],"application/vnd.xfdl":["xfdl"],"application/vnd.yamaha.hv-dic":["hvd"],"application/vnd.yamaha.hv-script":["hvs"],"application/vnd.yamaha.hv-voice":["hvp"],"application/vnd.yamaha.openscoreformat":["osf"],"application/vnd.yamaha.openscoreformat.osfpvg+xml":["osfpvg"],"application/vnd.yamaha.smaf-audio":["saf"],"application/vnd.yamaha.smaf-phrase":["spf"],"application/vnd.yellowriver-custom-menu":["cmp"],"application/vnd.zul":["zir","zirz"],"application/vnd.zzazz.deck+xml":["zaz"],"application/x-7z-compressed":["7z"],"application/x-abiword":["abw"],"application/x-ace-compressed":["ace"],"application/x-apple-diskimage":["*dmg"],"application/x-arj":["arj"],"application/x-authorware-bin":["aab","x32","u32","vox"],"application/x-authorware-map":["aam"],"application/x-authorware-seg":["aas"],"application/x-bcpio":["bcpio"],"application/x-bdoc":["*bdoc"],"application/x-bittorrent":["torrent"],"application/x-blorb":["blb","blorb"],"application/x-bzip":["bz"],"application/x-bzip2":["bz2","boz"],"application/x-cbr":["cbr","cba","cbt","cbz","cb7"],"application/x-cdlink":["vcd"],"application/x-cfs-compressed":["cfs"],"application/x-chat":["chat"],"application/x-chess-pgn":["pgn"],"application/x-chrome-extension":["crx"],"application/x-cocoa":["cco"],"application/x-conference":["nsc"],"application/x-cpio":["cpio"],"application/x-csh":["csh"],"application/x-debian-package":["*deb","udeb"],"application/x-dgc-compressed":["dgc"],"application/x-director":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"],"application/x-doom":["wad"],"application/x-dtbncx+xml":["ncx"],"application/x-dtbook+xml":["dtb"],"application/x-dtbresource+xml":["res"],"application/x-dvi":["dvi"],"application/x-envoy":["evy"],"application/x-eva":["eva"],"application/x-font-bdf":["bdf"],"application/x-font-ghostscript":["gsf"],"application/x-font-linux-psf":["psf"],"application/x-font-pcf":["pcf"],"application/x-font-snf":["snf"],"application/x-font-type1":["pfa","pfb","pfm","afm"],"application/x-freearc":["arc"],"application/x-futuresplash":["spl"],"application/x-gca-compressed":["gca"],"application/x-glulx":["ulx"],"application/x-gnumeric":["gnumeric"],"application/x-gramps-xml":["gramps"],"application/x-gtar":["gtar"],"application/x-hdf":["hdf"],"application/x-httpd-php":["php"],"application/x-install-instructions":["install"],"application/x-iso9660-image":["*iso"],"application/x-iwork-keynote-sffkey":["*key"],"application/x-iwork-numbers-sffnumbers":["*numbers"],"application/x-iwork-pages-sffpages":["*pages"],"application/x-java-archive-diff":["jardiff"],"application/x-java-jnlp-file":["jnlp"],"application/x-keepass2":["kdbx"],"application/x-latex":["latex"],"application/x-lua-bytecode":["luac"],"application/x-lzh-compressed":["lzh","lha"],"application/x-makeself":["run"],"application/x-mie":["mie"],"application/x-mobipocket-ebook":["prc","mobi"],"application/x-ms-application":["application"],"application/x-ms-shortcut":["lnk"],"application/x-ms-wmd":["wmd"],"application/x-ms-wmz":["wmz"],"application/x-ms-xbap":["xbap"],"application/x-msaccess":["mdb"],"application/x-msbinder":["obd"],"application/x-mscardfile":["crd"],"application/x-msclip":["clp"],"application/x-msdos-program":["*exe"],"application/x-msdownload":["*exe","*dll","com","bat","*msi"],"application/x-msmediaview":["mvb","m13","m14"],"application/x-msmetafile":["*wmf","*wmz","*emf","emz"],"application/x-msmoney":["mny"],"application/x-mspublisher":["pub"],"application/x-msschedule":["scd"],"application/x-msterminal":["trm"],"application/x-mswrite":["wri"],"application/x-netcdf":["nc","cdf"],"application/x-ns-proxy-autoconfig":["pac"],"application/x-nzb":["nzb"],"application/x-perl":["pl","pm"],"application/x-pilot":["*prc","*pdb"],"application/x-pkcs12":["p12","pfx"],"application/x-pkcs7-certificates":["p7b","spc"],"application/x-pkcs7-certreqresp":["p7r"],"application/x-rar-compressed":["*rar"],"application/x-redhat-package-manager":["rpm"],"application/x-research-info-systems":["ris"],"application/x-sea":["sea"],"application/x-sh":["sh"],"application/x-shar":["shar"],"application/x-shockwave-flash":["swf"],"application/x-silverlight-app":["xap"],"application/x-sql":["sql"],"application/x-stuffit":["sit"],"application/x-stuffitx":["sitx"],"application/x-subrip":["srt"],"application/x-sv4cpio":["sv4cpio"],"application/x-sv4crc":["sv4crc"],"application/x-t3vm-image":["t3"],"application/x-tads":["gam"],"application/x-tar":["tar"],"application/x-tcl":["tcl","tk"],"application/x-tex":["tex"],"application/x-tex-tfm":["tfm"],"application/x-texinfo":["texinfo","texi"],"application/x-tgif":["*obj"],"application/x-ustar":["ustar"],"application/x-virtualbox-hdd":["hdd"],"application/x-virtualbox-ova":["ova"],"application/x-virtualbox-ovf":["ovf"],"application/x-virtualbox-vbox":["vbox"],"application/x-virtualbox-vbox-extpack":["vbox-extpack"],"application/x-virtualbox-vdi":["vdi"],"application/x-virtualbox-vhd":["vhd"],"application/x-virtualbox-vmdk":["vmdk"],"application/x-wais-source":["src"],"application/x-web-app-manifest+json":["webapp"],"application/x-x509-ca-cert":["der","crt","pem"],"application/x-xfig":["fig"],"application/x-xliff+xml":["*xlf"],"application/x-xpinstall":["xpi"],"application/x-xz":["xz"],"application/x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"audio/vnd.dece.audio":["uva","uvva"],"audio/vnd.digital-winds":["eol"],"audio/vnd.dra":["dra"],"audio/vnd.dts":["dts"],"audio/vnd.dts.hd":["dtshd"],"audio/vnd.lucent.voice":["lvp"],"audio/vnd.ms-playready.media.pya":["pya"],"audio/vnd.nuera.ecelp4800":["ecelp4800"],"audio/vnd.nuera.ecelp7470":["ecelp7470"],"audio/vnd.nuera.ecelp9600":["ecelp9600"],"audio/vnd.rip":["rip"],"audio/x-aac":["aac"],"audio/x-aiff":["aif","aiff","aifc"],"audio/x-caf":["caf"],"audio/x-flac":["flac"],"audio/x-m4a":["*m4a"],"audio/x-matroska":["mka"],"audio/x-mpegurl":["m3u"],"audio/x-ms-wax":["wax"],"audio/x-ms-wma":["wma"],"audio/x-pn-realaudio":["ram","ra"],"audio/x-pn-realaudio-plugin":["rmp"],"audio/x-realaudio":["*ra"],"audio/x-wav":["*wav"],"chemical/x-cdx":["cdx"],"chemical/x-cif":["cif"],"chemical/x-cmdf":["cmdf"],"chemical/x-cml":["cml"],"chemical/x-csml":["csml"],"chemical/x-xyz":["xyz"],"image/prs.btif":["btif"],"image/prs.pti":["pti"],"image/vnd.adobe.photoshop":["psd"],"image/vnd.airzip.accelerator.azv":["azv"],"image/vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"image/vnd.djvu":["djvu","djv"],"image/vnd.dvb.subtitle":["*sub"],"image/vnd.dwg":["dwg"],"image/vnd.dxf":["dxf"],"image/vnd.fastbidsheet":["fbs"],"image/vnd.fpx":["fpx"],"image/vnd.fst":["fst"],"image/vnd.fujixerox.edmics-mmr":["mmr"],"image/vnd.fujixerox.edmics-rlc":["rlc"],"image/vnd.microsoft.icon":["ico"],"image/vnd.ms-dds":["dds"],"image/vnd.ms-modi":["mdi"],"image/vnd.ms-photo":["wdp"],"image/vnd.net-fpx":["npx"],"image/vnd.pco.b16":["b16"],"image/vnd.tencent.tap":["tap"],"image/vnd.valve.source.texture":["vtf"],"image/vnd.wap.wbmp":["wbmp"],"image/vnd.xiff":["xif"],"image/vnd.zbrush.pcx":["pcx"],"image/x-3ds":["3ds"],"image/x-cmu-raster":["ras"],"image/x-cmx":["cmx"],"image/x-freehand":["fh","fhc","fh4","fh5","fh7"],"image/x-icon":["*ico"],"image/x-jng":["jng"],"image/x-mrsid-image":["sid"],"image/x-ms-bmp":["*bmp"],"image/x-pcx":["*pcx"],"image/x-pict":["pic","pct"],"image/x-portable-anymap":["pnm"],"image/x-portable-bitmap":["pbm"],"image/x-portable-graymap":["pgm"],"image/x-portable-pixmap":["ppm"],"image/x-rgb":["rgb"],"image/x-tga":["tga"],"image/x-xbitmap":["xbm"],"image/x-xpixmap":["xpm"],"image/x-xwindowdump":["xwd"],"message/vnd.wfa.wsc":["wsc"],"model/vnd.collada+xml":["dae"],"model/vnd.dwf":["dwf"],"model/vnd.gdl":["gdl"],"model/vnd.gtw":["gtw"],"model/vnd.mts":["mts"],"model/vnd.opengex":["ogex"],"model/vnd.parasolid.transmit.binary":["x_b"],"model/vnd.parasolid.transmit.text":["x_t"],"model/vnd.sap.vds":["vds"],"model/vnd.usdz+zip":["usdz"],"model/vnd.valve.source.compiled-map":["bsp"],"model/vnd.vtu":["vtu"],"text/prs.lines.tag":["dsc"],"text/vnd.curl":["curl"],"text/vnd.curl.dcurl":["dcurl"],"text/vnd.curl.mcurl":["mcurl"],"text/vnd.curl.scurl":["scurl"],"text/vnd.dvb.subtitle":["sub"],"text/vnd.fly":["fly"],"text/vnd.fmi.flexstor":["flx"],"text/vnd.graphviz":["gv"],"text/vnd.in3d.3dml":["3dml"],"text/vnd.in3d.spot":["spot"],"text/vnd.sun.j2me.app-descriptor":["jad"],"text/vnd.wap.wml":["wml"],"text/vnd.wap.wmlscript":["wmls"],"text/x-asm":["s","asm"],"text/x-c":["c","cc","cxx","cpp","h","hh","dic"],"text/x-component":["htc"],"text/x-fortran":["f","for","f77","f90"],"text/x-handlebars-template":["hbs"],"text/x-java-source":["java"],"text/x-lua":["lua"],"text/x-markdown":["mkd"],"text/x-nfo":["nfo"],"text/x-opml":["opml"],"text/x-org":["*org"],"text/x-pascal":["p","pas"],"text/x-processing":["pde"],"text/x-sass":["sass"],"text/x-scss":["scss"],"text/x-setext":["etx"],"text/x-sfv":["sfv"],"text/x-suse-ymp":["ymp"],"text/x-uuencode":["uu"],"text/x-vcalendar":["vcs"],"text/x-vcard":["vcf"],"video/vnd.dece.hd":["uvh","uvvh"],"video/vnd.dece.mobile":["uvm","uvvm"],"video/vnd.dece.pd":["uvp","uvvp"],"video/vnd.dece.sd":["uvs","uvvs"],"video/vnd.dece.video":["uvv","uvvv"],"video/vnd.dvb.file":["dvb"],"video/vnd.fvt":["fvt"],"video/vnd.mpegurl":["mxu","m4u"],"video/vnd.ms-playready.media.pyv":["pyv"],"video/vnd.uvvu.mp4":["uvu","uvvu"],"video/vnd.vivo":["viv"],"video/x-f4v":["f4v"],"video/x-fli":["fli"],"video/x-flv":["flv"],"video/x-m4v":["m4v"],"video/x-matroska":["mkv","mk3d","mks"],"video/x-mng":["mng"],"video/x-ms-asf":["asf","asx"],"video/x-ms-vob":["vob"],"video/x-ms-wm":["wm"],"video/x-ms-wmv":["wmv"],"video/x-ms-wmx":["wmx"],"video/x-ms-wvx":["wvx"],"video/x-msvideo":["avi"],"video/x-sgi-movie":["movie"],"video/x-smv":["smv"],"x-conference/x-cooltalk":["ice"]}},18784:e=>{e.exports={"application/andrew-inset":["ez"],"application/applixware":["aw"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomdeleted+xml":["atomdeleted"],"application/atomsvc+xml":["atomsvc"],"application/atsc-dwd+xml":["dwd"],"application/atsc-held+xml":["held"],"application/atsc-rsat+xml":["rsat"],"application/bdoc":["bdoc"],"application/calendar+xml":["xcs"],"application/ccxml+xml":["ccxml"],"application/cdfx+xml":["cdfx"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cu-seeme":["cu"],"application/dash+xml":["mpd"],"application/davmount+xml":["davmount"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["es","ecma"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/express":["exp"],"application/fdt+xml":["fdt"],"application/font-tdpfr":["pfr"],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hjson":["hjson"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/its+xml":["its"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["js","mjs"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lgr+xml":["lgr"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mmt-aei+xml":["maei"],"application/mmt-usd+xml":["musd"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["mp4s","m4p"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/n-quads":["nq"],"application/n-triples":["nt"],"application/node":["cjs"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg"],"application/oxps":["oxps"],"application/p2p-overlay+xml":["relo"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-signature":["asc","sig"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/provenance+xml":["provx"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf","owl"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/route-apd+xml":["rapd"],"application/route-s-tsid+xml":["sls"],"application/route-usd+xml":["rusd"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/senml+xml":["senmlx"],"application/sensml+xml":["sensmlx"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/sieve":["siv","sieve"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/swid+xml":["swidtag"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/toml":["toml"],"application/trig":["trig"],"application/ttml+xml":["ttml"],"application/ubjson":["ubj"],"application/urc-ressheet+xml":["rsheet"],"application/urc-targetdesc+xml":["td"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/xaml+xml":["xaml"],"application/xcap-att+xml":["xav"],"application/xcap-caps+xml":["xca"],"application/xcap-diff+xml":["xdf"],"application/xcap-el+xml":["xel"],"application/xcap-ns+xml":["xns"],"application/xenc+xml":["xenc"],"application/xhtml+xml":["xhtml","xht"],"application/xliff+xml":["xlf"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["*xsl","xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"audio/3gpp":["*3gpp"],"audio/adpcm":["adp"],"audio/amr":["amr"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mobile-xmf":["mxmf"],"audio/mp3":["*mp3"],"audio/mp4":["m4a","mp4a"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx","opus"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/wav":["wav"],"audio/wave":["*wav"],"audio/webm":["weba"],"audio/xm":["xm"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/aces":["exr"],"image/apng":["apng"],"image/avif":["avif"],"image/bmp":["bmp"],"image/cgm":["cgm"],"image/dicom-rle":["drle"],"image/emf":["emf"],"image/fits":["fits"],"image/g3fax":["g3"],"image/gif":["gif"],"image/heic":["heic"],"image/heic-sequence":["heics"],"image/heif":["heif"],"image/heif-sequence":["heifs"],"image/hej2k":["hej2"],"image/hsj2":["hsj2"],"image/ief":["ief"],"image/jls":["jls"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpeg","jpg","jpe"],"image/jph":["jph"],"image/jphc":["jhc"],"image/jpm":["jpm"],"image/jpx":["jpx","jpf"],"image/jxr":["jxr"],"image/jxra":["jxra"],"image/jxrs":["jxrs"],"image/jxs":["jxs"],"image/jxsc":["jxsc"],"image/jxsi":["jxsi"],"image/jxss":["jxss"],"image/ktx":["ktx"],"image/ktx2":["ktx2"],"image/png":["png"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/t38":["t38"],"image/tiff":["tif","tiff"],"image/tiff-fx":["tfx"],"image/webp":["webp"],"image/wmf":["wmf"],"message/disposition-notification":["disposition-notification"],"message/global":["u8msg"],"message/global-delivery-status":["u8dsn"],"message/global-disposition-notification":["u8mdn"],"message/global-headers":["u8hdr"],"message/rfc822":["eml","mime"],"model/3mf":["3mf"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/mesh":["msh","mesh","silo"],"model/mtl":["mtl"],"model/obj":["obj"],"model/step+xml":["stpx"],"model/step+zip":["stpz"],"model/step-xml+zip":["stpxz"],"model/stl":["stl"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["*x3db","x3dbz"],"model/x3d+fastinfoset":["x3db"],"model/x3d+vrml":["*x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"model/x3d-vrml":["x3dv"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["markdown","md"],"text/mathml":["mml"],"text/mdx":["mdx"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/richtext":["rtx"],"text/rtf":["*rtf"],"text/sgml":["sgml","sgm"],"text/shex":["shex"],"text/slim":["slim","slm"],"text/spdx":["spdx"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vtt":["vtt"],"text/xml":["*xml"],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/iso.segment":["m4s"],"video/jpeg":["jpgv"],"video/jpm":["*jpm","jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]}},26619:e=>{var t=1e3,i=60*t,n=60*i,a=24*n;function r(e,t,i,n){var a=t>=1.5*i;return Math.round(e/i)+" "+n+(a?"s":"")}e.exports=function(e,o){o=o||{};var s,c,u=typeof e;if("string"===u&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var r=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(r){var o=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*o;case"weeks":case"week":case"w":return 6048e5*o;case"days":case"day":case"d":return o*a;case"hours":case"hour":case"hrs":case"hr":case"h":return o*n;case"minutes":case"minute":case"mins":case"min":case"m":return o*i;case"seconds":case"second":case"secs":case"sec":case"s":return o*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return o;default:return}}}}(e);if("number"===u&&isFinite(e))return o.long?(s=e,(c=Math.abs(s))>=a?r(s,c,a,"day"):c>=n?r(s,c,n,"hour"):c>=i?r(s,c,i,"minute"):c>=t?r(s,c,t,"second"):s+" ms"):function(e){var r=Math.abs(e);return r>=a?Math.round(e/a)+"d":r>=n?Math.round(e/n)+"h":r>=i?Math.round(e/i)+"m":r>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},71737:e=>{"use strict";var t=String.prototype.replace,i=/%20/g,n="RFC3986";e.exports={default:n,formatters:{RFC1738:function(e){return t.call(e,i,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:n}},5784:(e,t,i)=>{"use strict";var n=i(42457),a=i(34746),r=i(71737);e.exports={formats:r,parse:a,stringify:n}},34746:(e,t,i)=>{"use strict";var n=i(48052),a=Object.prototype.hasOwnProperty,r=Array.isArray,o={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:n.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},s=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},c=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},u=function(e,t,i,n){if(e){var r=i.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,s=i.depth>0&&/(\[[^[\]]*])/.exec(r),u=s?r.slice(0,s.index):r,l=[];if(u){if(!i.plainObjects&&a.call(Object.prototype,u)&&!i.allowPrototypes)return;l.push(u)}for(var p=0;i.depth>0&&null!==(s=o.exec(r))&&p=0;--r){var o,s=e[r];if("[]"===s&&i.parseArrays)o=[].concat(a);else{o=i.plainObjects?Object.create(null):{};var u="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,l=parseInt(u,10);i.parseArrays||""!==u?!isNaN(l)&&s!==u&&String(l)===u&&l>=0&&i.parseArrays&&l<=i.arrayLimit?(o=[])[l]=a:o[u]=a:o={0:a}}a=o}return a}(l,t,i,n)}};e.exports=function(e,t){var i=function(e){if(!e)return o;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?o.charset:e.charset;return{allowDots:void 0===e.allowDots?o.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:o.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:o.comma,decoder:"function"==typeof e.decoder?e.decoder:o.decoder,delimiter:"string"==typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:o.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:o.strictNullHandling}}(t);if(""===e||null==e)return i.plainObjects?Object.create(null):{};for(var l="string"==typeof e?function(e,t){var i,u={},l=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,p=t.parameterLimit===1/0?void 0:t.parameterLimit,d=l.split(t.delimiter,p),h=-1,m=t.charset;if(t.charsetSentinel)for(i=0;i-1&&(g=r(g)?[g]:g),a.call(u,f)?u[f]=n.combine(u[f],g):u[f]=g}return u}(e,i):e,p=i.plainObjects?Object.create(null):{},d=Object.keys(l),h=0;h{"use strict";var n=i(37478),a=i(48052),r=i(71737),o=Object.prototype.hasOwnProperty,s={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},c=Array.isArray,u=String.prototype.split,l=Array.prototype.push,p=function(e,t){l.apply(e,c(t)?t:[t])},d=Date.prototype.toISOString,h=r.default,m={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:a.encode,encodeValuesOnly:!1,format:h,formatter:r.formatters[h],indices:!1,serializeDate:function(e){return d.call(e)},skipNulls:!1,strictNullHandling:!1},f={},g=function e(t,i,r,o,s,l,d,h,g,v,y,b,x,w,k){for(var _,j=t,E=k,D=0,A=!1;void 0!==(E=E.get(f))&&!A;){var C=E.get(t);if(D+=1,void 0!==C){if(C===D)throw new RangeError("Cyclic object value");A=!0}void 0===E.get(f)&&(D=0)}if("function"==typeof d?j=d(i,j):j instanceof Date?j=v(j):"comma"===r&&c(j)&&(j=a.maybeMap(j,(function(e){return e instanceof Date?v(e):e}))),null===j){if(o)return l&&!x?l(i,m.encoder,w,"key",y):i;j=""}if("string"==typeof(_=j)||"number"==typeof _||"boolean"==typeof _||"symbol"==typeof _||"bigint"==typeof _||a.isBuffer(j)){if(l){var S=x?i:l(i,m.encoder,w,"key",y);if("comma"===r&&x){for(var T=u.call(String(j),","),O="",I=0;I0?j.join(",")||null:void 0}];else if(c(d))P=d;else{var z=Object.keys(j);P=h?z.sort(h):z}for(var F=0;F0?x+b:""}},48052:(e,t,i)=>{"use strict";var n=i(71737),a=Object.prototype.hasOwnProperty,r=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),s=function(e,t){for(var i=t&&t.plainObjects?Object.create(null):{},n=0;n1;){var t=e.pop(),i=t.obj[t.prop];if(r(i)){for(var n=[],a=0;a=48&&l<=57||l>=65&&l<=90||l>=97&&l<=122||r===n.RFC1738&&(40===l||41===l)?c+=s.charAt(u):l<128?c+=o[l]:l<2048?c+=o[192|l>>6]+o[128|63&l]:l<55296||l>=57344?c+=o[224|l>>12]+o[128|l>>6&63]+o[128|63&l]:(u+=1,l=65536+((1023&l)<<10|1023&s.charCodeAt(u)),c+=o[240|l>>18]+o[128|l>>12&63]+o[128|l>>6&63]+o[128|63&l])}return c},isBuffer:function(e){return!(!e||"object"!=typeof e||!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e)))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(r(e)){for(var i=[],n=0;n{const n=Symbol("SemVer ANY");class a{static get ANY(){return n}constructor(e,t){if(t=r(t),e instanceof a){if(e.loose===!!t.loose)return e;e=e.value}u("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===n?this.value="":this.value=this.operator+this.semver.version,u("comp",this)}parse(e){const t=this.options.loose?o[s.COMPARATORLOOSE]:o[s.COMPARATOR],i=e.match(t);if(!i)throw new TypeError(`Invalid comparator: ${e}`);this.operator=void 0!==i[1]?i[1]:"","="===this.operator&&(this.operator=""),i[2]?this.semver=new l(i[2],this.options.loose):this.semver=n}toString(){return this.value}test(e){if(u("Comparator.test",e,this.options.loose),this.semver===n||e===n)return!0;if("string"==typeof e)try{e=new l(e,this.options)}catch(e){return!1}return c(e,this.operator,this.semver,this.options)}intersects(e,t){if(!(e instanceof a))throw new TypeError("a Comparator is required");if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return""===this.value||new p(e.value,t).test(this.value);if(""===e.operator)return""===e.value||new p(this.value,t).test(e.semver);const i=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),n=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),r=this.semver.version===e.semver.version,o=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),s=c(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),u=c(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return i||n||r&&o||s||u}}e.exports=a;const r=i(2196),{re:o,t:s}=i(51086),c=i(91453),u=i(62733),l=i(75613),p=i(74e3)},74e3:(e,t,i)=>{class n{constructor(e,t){if(t=r(t),e instanceof n)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new n(e.raw,t);if(e instanceof o)return this.raw=e.value,this.set=[[e]],this.format(),this;if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map((e=>this.parseRange(e.trim()))).filter((e=>e.length)),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${e}`);if(this.set.length>1){const e=this.set[0];if(this.set=this.set.filter((e=>!m(e[0]))),0===this.set.length)this.set=[e];else if(this.set.length>1)for(const e of this.set)if(1===e.length&&f(e[0])){this.set=[e];break}}this.format()}format(){return this.range=this.set.map((e=>e.join(" ").trim())).join("||").trim(),this.range}toString(){return this.range}parseRange(e){e=e.trim();const t=`parseRange:${Object.keys(this.options).join(",")}:${e}`,i=a.get(t);if(i)return i;const n=this.options.loose,r=n?u[l.HYPHENRANGELOOSE]:u[l.HYPHENRANGE];e=e.replace(r,A(this.options.includePrerelease)),s("hyphen replace",e),e=e.replace(u[l.COMPARATORTRIM],p),s("comparator trim",e,u[l.COMPARATORTRIM]),e=(e=(e=e.replace(u[l.TILDETRIM],d)).replace(u[l.CARETTRIM],h)).split(/\s+/).join(" ");const c=n?u[l.COMPARATORLOOSE]:u[l.COMPARATOR],f=e.split(" ").map((e=>v(e,this.options))).join(" ").split(/\s+/).map((e=>D(e,this.options))).filter(this.options.loose?e=>!!e.match(c):()=>!0).map((e=>new o(e,this.options))),g=(f.length,new Map);for(const e of f){if(m(e))return[e];g.set(e.value,e)}g.size>1&&g.has("")&&g.delete("");const y=[...g.values()];return a.set(t,y),y}intersects(e,t){if(!(e instanceof n))throw new TypeError("a Range is required");return this.set.some((i=>g(i,t)&&e.set.some((e=>g(e,t)&&i.every((i=>e.every((e=>i.intersects(e,t)))))))))}test(e){if(!e)return!1;if("string"==typeof e)try{e=new c(e,this.options)}catch(e){return!1}for(let t=0;t"<0.0.0-0"===e.value,f=e=>""===e.value,g=(e,t)=>{let i=!0;const n=e.slice();let a=n.pop();for(;i&&n.length;)i=n.every((e=>a.intersects(e,t))),a=n.pop();return i},v=(e,t)=>(s("comp",e,t),e=w(e,t),s("caret",e),e=b(e,t),s("tildes",e),e=_(e,t),s("xrange",e),e=E(e,t),s("stars",e),e),y=e=>!e||"x"===e.toLowerCase()||"*"===e,b=(e,t)=>e.trim().split(/\s+/).map((e=>x(e,t))).join(" "),x=(e,t)=>{const i=t.loose?u[l.TILDELOOSE]:u[l.TILDE];return e.replace(i,((t,i,n,a,r)=>{let o;return s("tilde",e,t,i,n,a,r),y(i)?o="":y(n)?o=`>=${i}.0.0 <${+i+1}.0.0-0`:y(a)?o=`>=${i}.${n}.0 <${i}.${+n+1}.0-0`:r?(s("replaceTilde pr",r),o=`>=${i}.${n}.${a}-${r} <${i}.${+n+1}.0-0`):o=`>=${i}.${n}.${a} <${i}.${+n+1}.0-0`,s("tilde return",o),o}))},w=(e,t)=>e.trim().split(/\s+/).map((e=>k(e,t))).join(" "),k=(e,t)=>{s("caret",e,t);const i=t.loose?u[l.CARETLOOSE]:u[l.CARET],n=t.includePrerelease?"-0":"";return e.replace(i,((t,i,a,r,o)=>{let c;return s("caret",e,t,i,a,r,o),y(i)?c="":y(a)?c=`>=${i}.0.0${n} <${+i+1}.0.0-0`:y(r)?c="0"===i?`>=${i}.${a}.0${n} <${i}.${+a+1}.0-0`:`>=${i}.${a}.0${n} <${+i+1}.0.0-0`:o?(s("replaceCaret pr",o),c="0"===i?"0"===a?`>=${i}.${a}.${r}-${o} <${i}.${a}.${+r+1}-0`:`>=${i}.${a}.${r}-${o} <${i}.${+a+1}.0-0`:`>=${i}.${a}.${r}-${o} <${+i+1}.0.0-0`):(s("no pr"),c="0"===i?"0"===a?`>=${i}.${a}.${r}${n} <${i}.${a}.${+r+1}-0`:`>=${i}.${a}.${r}${n} <${i}.${+a+1}.0-0`:`>=${i}.${a}.${r} <${+i+1}.0.0-0`),s("caret return",c),c}))},_=(e,t)=>(s("replaceXRanges",e,t),e.split(/\s+/).map((e=>j(e,t))).join(" ")),j=(e,t)=>{e=e.trim();const i=t.loose?u[l.XRANGELOOSE]:u[l.XRANGE];return e.replace(i,((i,n,a,r,o,c)=>{s("xRange",e,i,n,a,r,o,c);const u=y(a),l=u||y(r),p=l||y(o),d=p;return"="===n&&d&&(n=""),c=t.includePrerelease?"-0":"",u?i=">"===n||"<"===n?"<0.0.0-0":"*":n&&d?(l&&(r=0),o=0,">"===n?(n=">=",l?(a=+a+1,r=0,o=0):(r=+r+1,o=0)):"<="===n&&(n="<",l?a=+a+1:r=+r+1),"<"===n&&(c="-0"),i=`${n+a}.${r}.${o}${c}`):l?i=`>=${a}.0.0${c} <${+a+1}.0.0-0`:p&&(i=`>=${a}.${r}.0${c} <${a}.${+r+1}.0-0`),s("xRange return",i),i}))},E=(e,t)=>(s("replaceStars",e,t),e.trim().replace(u[l.STAR],"")),D=(e,t)=>(s("replaceGTE0",e,t),e.trim().replace(u[t.includePrerelease?l.GTE0PRE:l.GTE0],"")),A=e=>(t,i,n,a,r,o,s,c,u,l,p,d,h)=>`${i=y(n)?"":y(a)?`>=${n}.0.0${e?"-0":""}`:y(r)?`>=${n}.${a}.0${e?"-0":""}`:o?`>=${i}`:`>=${i}${e?"-0":""}`} ${c=y(u)?"":y(l)?`<${+u+1}.0.0-0`:y(p)?`<${u}.${+l+1}.0-0`:d?`<=${u}.${l}.${p}-${d}`:e?`<${u}.${l}.${+p+1}-0`:`<=${c}`}`.trim(),C=(e,t,i)=>{for(let i=0;i0){const n=e[i].semver;if(n.major===t.major&&n.minor===t.minor&&n.patch===t.patch)return!0}return!1}return!0}},75613:(e,t,i)=>{const n=i(62733),{MAX_LENGTH:a,MAX_SAFE_INTEGER:r}=i(71587),{re:o,t:s}=i(51086),c=i(2196),{compareIdentifiers:u}=i(90095);class l{constructor(e,t){if(t=c(t),e instanceof l){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid Version: ${e}`);if(e.length>a)throw new TypeError(`version is longer than ${a} characters`);n("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const i=e.trim().match(t.loose?o[s.LOOSE]:o[s.FULL]);if(!i)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+i[1],this.minor=+i[2],this.patch=+i[3],this.major>r||this.major<0)throw new TypeError("Invalid major version");if(this.minor>r||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>r||this.patch<0)throw new TypeError("Invalid patch version");i[4]?this.prerelease=i[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t=0;)"number"==typeof this.prerelease[e]&&(this.prerelease[e]++,e=-2);-1===e&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error(`invalid increment argument: ${e}`)}return this.format(),this.raw=this.version,this}}e.exports=l},21993:(e,t,i)=>{const n=i(67341);e.exports=(e,t)=>{const i=n(e.trim().replace(/^[=v]+/,""),t);return i?i.version:null}},91453:(e,t,i)=>{const n=i(73188),a=i(22864),r=i(31449),o=i(72490),s=i(71787),c=i(51861);e.exports=(e,t,i,u)=>{switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof i&&(i=i.version),e===i;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof i&&(i=i.version),e!==i;case"":case"=":case"==":return n(e,i,u);case"!=":return a(e,i,u);case">":return r(e,i,u);case">=":return o(e,i,u);case"<":return s(e,i,u);case"<=":return c(e,i,u);default:throw new TypeError(`Invalid operator: ${t}`)}}},25513:(e,t,i)=>{const n=i(75613),a=i(67341),{re:r,t:o}=i(51086);e.exports=(e,t)=>{if(e instanceof n)return e;if("number"==typeof e&&(e=String(e)),"string"!=typeof e)return null;let i=null;if((t=t||{}).rtl){let t;for(;(t=r[o.COERCERTL].exec(e))&&(!i||i.index+i[0].length!==e.length);)i&&t.index+t[0].length===i.index+i[0].length||(i=t),r[o.COERCERTL].lastIndex=t.index+t[1].length+t[2].length;r[o.COERCERTL].lastIndex=-1}else i=e.match(r[o.COERCE]);return null===i?null:a(`${i[2]}.${i[3]||"0"}.${i[4]||"0"}`,t)}},90674:(e,t,i)=>{const n=i(75613);e.exports=(e,t,i)=>{const a=new n(e,i),r=new n(t,i);return a.compare(r)||a.compareBuild(r)}},24476:(e,t,i)=>{const n=i(827);e.exports=(e,t)=>n(e,t,!0)},827:(e,t,i)=>{const n=i(75613);e.exports=(e,t,i)=>new n(e,i).compare(new n(t,i))},62841:(e,t,i)=>{const n=i(67341),a=i(73188);e.exports=(e,t)=>{if(a(e,t))return null;{const i=n(e),a=n(t),r=i.prerelease.length||a.prerelease.length,o=r?"pre":"",s=r?"prerelease":"";for(const e in i)if(("major"===e||"minor"===e||"patch"===e)&&i[e]!==a[e])return o+e;return s}}},73188:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>0===n(e,t,i)},31449:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>n(e,t,i)>0},72490:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>n(e,t,i)>=0},63437:(e,t,i)=>{const n=i(75613);e.exports=(e,t,i,a)=>{"string"==typeof i&&(a=i,i=void 0);try{return new n(e,i).inc(t,a).version}catch(e){return null}}},71787:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>n(e,t,i)<0},51861:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>n(e,t,i)<=0},30270:(e,t,i)=>{const n=i(75613);e.exports=(e,t)=>new n(e,t).major},88506:(e,t,i)=>{const n=i(75613);e.exports=(e,t)=>new n(e,t).minor},22864:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>0!==n(e,t,i)},67341:(e,t,i)=>{const{MAX_LENGTH:n}=i(71587),{re:a,t:r}=i(51086),o=i(75613),s=i(2196);e.exports=(e,t)=>{if(t=s(t),e instanceof o)return e;if("string"!=typeof e)return null;if(e.length>n)return null;if(!(t.loose?a[r.LOOSE]:a[r.FULL]).test(e))return null;try{return new o(e,t)}catch(e){return null}}},59506:(e,t,i)=>{const n=i(75613);e.exports=(e,t)=>new n(e,t).patch},38372:(e,t,i)=>{const n=i(67341);e.exports=(e,t)=>{const i=n(e,t);return i&&i.prerelease.length?i.prerelease:null}},59109:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>n(t,e,i)},45914:(e,t,i)=>{const n=i(90674);e.exports=(e,t)=>e.sort(((e,i)=>n(i,e,t)))},51723:(e,t,i)=>{const n=i(74e3);e.exports=(e,t,i)=>{try{t=new n(t,i)}catch(e){return!1}return t.test(e)}},35011:(e,t,i)=>{const n=i(90674);e.exports=(e,t)=>e.sort(((e,i)=>n(e,i,t)))},75921:(e,t,i)=>{const n=i(67341);e.exports=(e,t)=>{const i=n(e,t);return i?i.version:null}},43263:(e,t,i)=>{const n=i(51086);e.exports={re:n.re,src:n.src,tokens:n.t,SEMVER_SPEC_VERSION:i(71587).SEMVER_SPEC_VERSION,SemVer:i(75613),compareIdentifiers:i(90095).compareIdentifiers,rcompareIdentifiers:i(90095).rcompareIdentifiers,parse:i(67341),valid:i(75921),clean:i(21993),inc:i(63437),diff:i(62841),major:i(30270),minor:i(88506),patch:i(59506),prerelease:i(38372),compare:i(827),rcompare:i(59109),compareLoose:i(24476),compareBuild:i(90674),sort:i(35011),rsort:i(45914),gt:i(31449),lt:i(71787),eq:i(73188),neq:i(22864),gte:i(72490),lte:i(51861),cmp:i(91453),coerce:i(25513),Comparator:i(71219),Range:i(74e3),satisfies:i(51723),toComparators:i(42673),maxSatisfying:i(26059),minSatisfying:i(66755),minVersion:i(20371),validRange:i(60789),outside:i(84392),gtr:i(89020),ltr:i(9324),intersects:i(73938),simplifyRange:i(55604),subset:i(14668)}},71587:e=>{const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:t,MAX_SAFE_COMPONENT_LENGTH:16}},62733:e=>{const t="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=t},90095:e=>{const t=/^[0-9]+$/,i=(e,i)=>{const n=t.test(e),a=t.test(i);return n&&a&&(e=+e,i=+i),e===i?0:n&&!a?-1:a&&!n?1:ei(t,e)}},2196:e=>{const t=["includePrerelease","loose","rtl"];e.exports=e=>e?"object"!=typeof e?{loose:!0}:t.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{}},51086:(e,t,i)=>{const{MAX_SAFE_COMPONENT_LENGTH:n}=i(71587),a=i(62733),r=(t=e.exports={}).re=[],o=t.src=[],s=t.t={};let c=0;const u=(e,t,i)=>{const n=c++;a(n,t),s[e]=n,o[n]=t,r[n]=new RegExp(t,i?"g":void 0)};u("NUMERICIDENTIFIER","0|[1-9]\\d*"),u("NUMERICIDENTIFIERLOOSE","[0-9]+"),u("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),u("MAINVERSION",`(${o[s.NUMERICIDENTIFIER]})\\.(${o[s.NUMERICIDENTIFIER]})\\.(${o[s.NUMERICIDENTIFIER]})`),u("MAINVERSIONLOOSE",`(${o[s.NUMERICIDENTIFIERLOOSE]})\\.(${o[s.NUMERICIDENTIFIERLOOSE]})\\.(${o[s.NUMERICIDENTIFIERLOOSE]})`),u("PRERELEASEIDENTIFIER",`(?:${o[s.NUMERICIDENTIFIER]}|${o[s.NONNUMERICIDENTIFIER]})`),u("PRERELEASEIDENTIFIERLOOSE",`(?:${o[s.NUMERICIDENTIFIERLOOSE]}|${o[s.NONNUMERICIDENTIFIER]})`),u("PRERELEASE",`(?:-(${o[s.PRERELEASEIDENTIFIER]}(?:\\.${o[s.PRERELEASEIDENTIFIER]})*))`),u("PRERELEASELOOSE",`(?:-?(${o[s.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${o[s.PRERELEASEIDENTIFIERLOOSE]})*))`),u("BUILDIDENTIFIER","[0-9A-Za-z-]+"),u("BUILD",`(?:\\+(${o[s.BUILDIDENTIFIER]}(?:\\.${o[s.BUILDIDENTIFIER]})*))`),u("FULLPLAIN",`v?${o[s.MAINVERSION]}${o[s.PRERELEASE]}?${o[s.BUILD]}?`),u("FULL",`^${o[s.FULLPLAIN]}$`),u("LOOSEPLAIN",`[v=\\s]*${o[s.MAINVERSIONLOOSE]}${o[s.PRERELEASELOOSE]}?${o[s.BUILD]}?`),u("LOOSE",`^${o[s.LOOSEPLAIN]}$`),u("GTLT","((?:<|>)?=?)"),u("XRANGEIDENTIFIERLOOSE",`${o[s.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),u("XRANGEIDENTIFIER",`${o[s.NUMERICIDENTIFIER]}|x|X|\\*`),u("XRANGEPLAIN",`[v=\\s]*(${o[s.XRANGEIDENTIFIER]})(?:\\.(${o[s.XRANGEIDENTIFIER]})(?:\\.(${o[s.XRANGEIDENTIFIER]})(?:${o[s.PRERELEASE]})?${o[s.BUILD]}?)?)?`),u("XRANGEPLAINLOOSE",`[v=\\s]*(${o[s.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[s.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[s.XRANGEIDENTIFIERLOOSE]})(?:${o[s.PRERELEASELOOSE]})?${o[s.BUILD]}?)?)?`),u("XRANGE",`^${o[s.GTLT]}\\s*${o[s.XRANGEPLAIN]}$`),u("XRANGELOOSE",`^${o[s.GTLT]}\\s*${o[s.XRANGEPLAINLOOSE]}$`),u("COERCE",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?(?:$|[^\\d])`),u("COERCERTL",o[s.COERCE],!0),u("LONETILDE","(?:~>?)"),u("TILDETRIM",`(\\s*)${o[s.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",u("TILDE",`^${o[s.LONETILDE]}${o[s.XRANGEPLAIN]}$`),u("TILDELOOSE",`^${o[s.LONETILDE]}${o[s.XRANGEPLAINLOOSE]}$`),u("LONECARET","(?:\\^)"),u("CARETTRIM",`(\\s*)${o[s.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",u("CARET",`^${o[s.LONECARET]}${o[s.XRANGEPLAIN]}$`),u("CARETLOOSE",`^${o[s.LONECARET]}${o[s.XRANGEPLAINLOOSE]}$`),u("COMPARATORLOOSE",`^${o[s.GTLT]}\\s*(${o[s.LOOSEPLAIN]})$|^$`),u("COMPARATOR",`^${o[s.GTLT]}\\s*(${o[s.FULLPLAIN]})$|^$`),u("COMPARATORTRIM",`(\\s*)${o[s.GTLT]}\\s*(${o[s.LOOSEPLAIN]}|${o[s.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",u("HYPHENRANGE",`^\\s*(${o[s.XRANGEPLAIN]})\\s+-\\s+(${o[s.XRANGEPLAIN]})\\s*$`),u("HYPHENRANGELOOSE",`^\\s*(${o[s.XRANGEPLAINLOOSE]})\\s+-\\s+(${o[s.XRANGEPLAINLOOSE]})\\s*$`),u("STAR","(<|>)?=?\\s*\\*"),u("GTE0","^\\s*>=\\s*0.0.0\\s*$"),u("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")},89020:(e,t,i)=>{const n=i(84392);e.exports=(e,t,i)=>n(e,t,">",i)},73938:(e,t,i)=>{const n=i(74e3);e.exports=(e,t,i)=>(e=new n(e,i),t=new n(t,i),e.intersects(t))},9324:(e,t,i)=>{const n=i(84392);e.exports=(e,t,i)=>n(e,t,"<",i)},26059:(e,t,i)=>{const n=i(75613),a=i(74e3);e.exports=(e,t,i)=>{let r=null,o=null,s=null;try{s=new a(t,i)}catch(e){return null}return e.forEach((e=>{s.test(e)&&(r&&-1!==o.compare(e)||(r=e,o=new n(r,i)))})),r}},66755:(e,t,i)=>{const n=i(75613),a=i(74e3);e.exports=(e,t,i)=>{let r=null,o=null,s=null;try{s=new a(t,i)}catch(e){return null}return e.forEach((e=>{s.test(e)&&(r&&1!==o.compare(e)||(r=e,o=new n(r,i)))})),r}},20371:(e,t,i)=>{const n=i(75613),a=i(74e3),r=i(31449);e.exports=(e,t)=>{e=new a(e,t);let i=new n("0.0.0");if(e.test(i))return i;if(i=new n("0.0.0-0"),e.test(i))return i;i=null;for(let t=0;t{const t=new n(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":o&&!r(t,o)||(o=t);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${e.operator}`)}})),!o||i&&!r(i,o)||(i=o)}return i&&e.test(i)?i:null}},84392:(e,t,i)=>{const n=i(75613),a=i(71219),{ANY:r}=a,o=i(74e3),s=i(51723),c=i(31449),u=i(71787),l=i(51861),p=i(72490);e.exports=(e,t,i,d)=>{let h,m,f,g,v;switch(e=new n(e,d),t=new o(t,d),i){case">":h=c,m=l,f=u,g=">",v=">=";break;case"<":h=u,m=p,f=c,g="<",v="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(s(e,t,d))return!1;for(let i=0;i{e.semver===r&&(e=new a(">=0.0.0")),o=o||e,s=s||e,h(e.semver,o.semver,d)?o=e:f(e.semver,s.semver,d)&&(s=e)})),o.operator===g||o.operator===v)return!1;if((!s.operator||s.operator===g)&&m(e,s.semver))return!1;if(s.operator===v&&f(e,s.semver))return!1}return!0}},55604:(e,t,i)=>{const n=i(51723),a=i(827);e.exports=(e,t,i)=>{const r=[];let o=null,s=null;const c=e.sort(((e,t)=>a(e,t,i)));for(const e of c)n(e,t,i)?(s=e,o||(o=e)):(s&&r.push([o,s]),s=null,o=null);o&&r.push([o,null]);const u=[];for(const[e,t]of r)e===t?u.push(e):t||e!==c[0]?t?e===c[0]?u.push(`<=${t}`):u.push(`${e} - ${t}`):u.push(`>=${e}`):u.push("*");const l=u.join(" || "),p="string"==typeof t.raw?t.raw:String(t);return l.length{const n=i(74e3),a=i(71219),{ANY:r}=a,o=i(51723),s=i(827),c=(e,t,i)=>{if(e===t)return!0;if(1===e.length&&e[0].semver===r){if(1===t.length&&t[0].semver===r)return!0;e=i.includePrerelease?[new a(">=0.0.0-0")]:[new a(">=0.0.0")]}if(1===t.length&&t[0].semver===r){if(i.includePrerelease)return!0;t=[new a(">=0.0.0")]}const n=new Set;let c,p,d,h,m,f,g;for(const t of e)">"===t.operator||">="===t.operator?c=u(c,t,i):"<"===t.operator||"<="===t.operator?p=l(p,t,i):n.add(t.semver);if(n.size>1)return null;if(c&&p){if(d=s(c.semver,p.semver,i),d>0)return null;if(0===d&&(">="!==c.operator||"<="!==p.operator))return null}for(const e of n){if(c&&!o(e,String(c),i))return null;if(p&&!o(e,String(p),i))return null;for(const n of t)if(!o(e,String(n),i))return!1;return!0}let v=!(!p||i.includePrerelease||!p.semver.prerelease.length)&&p.semver,y=!(!c||i.includePrerelease||!c.semver.prerelease.length)&&c.semver;v&&1===v.prerelease.length&&"<"===p.operator&&0===v.prerelease[0]&&(v=!1);for(const e of t){if(g=g||">"===e.operator||">="===e.operator,f=f||"<"===e.operator||"<="===e.operator,c)if(y&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===y.major&&e.semver.minor===y.minor&&e.semver.patch===y.patch&&(y=!1),">"===e.operator||">="===e.operator){if(h=u(c,e,i),h===e&&h!==c)return!1}else if(">="===c.operator&&!o(c.semver,String(e),i))return!1;if(p)if(v&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===v.major&&e.semver.minor===v.minor&&e.semver.patch===v.patch&&(v=!1),"<"===e.operator||"<="===e.operator){if(m=l(p,e,i),m===e&&m!==p)return!1}else if("<="===p.operator&&!o(p.semver,String(e),i))return!1;if(!e.operator&&(p||c)&&0!==d)return!1}return!(c&&f&&!p&&0!==d||p&&g&&!c&&0!==d||y||v)},u=(e,t,i)=>{if(!e)return t;const n=s(e.semver,t.semver,i);return n>0?e:n<0||">"===t.operator&&">="===e.operator?t:e},l=(e,t,i)=>{if(!e)return t;const n=s(e.semver,t.semver,i);return n<0?e:n>0||"<"===t.operator&&"<="===e.operator?t:e};e.exports=(e,t,i={})=>{if(e===t)return!0;e=new n(e,i),t=new n(t,i);let a=!1;e:for(const n of e.set){for(const e of t.set){const t=c(n,e,i);if(a=a||null!==t,t)continue e}if(a)return!1}return!0}},42673:(e,t,i)=>{const n=i(74e3);e.exports=(e,t)=>new n(e,t).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" ")))},60789:(e,t,i)=>{const n=i(74e3);e.exports=(e,t)=>{try{return new n(e,t).range||"*"}catch(e){return null}}},6945:e=>{"use strict";e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}},50128:(e,t,i)=>{"use strict";function n(e){var t=this;if(t instanceof n||(t=new n),t.tail=null,t.head=null,t.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){t.push(e)}));else if(arguments.length>0)for(var i=0,a=arguments.length;i1)i=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");n=this.head.next,i=this.head.value}for(var a=0;null!==n;a++)i=e(i,n.value,a),n=n.next;return i},n.prototype.reduceReverse=function(e,t){var i,n=this.tail;if(arguments.length>1)i=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");n=this.tail.prev,i=this.tail.value}for(var a=this.length-1;null!==n;a--)i=e(i,n.value,a),n=n.prev;return i},n.prototype.toArray=function(){for(var e=new Array(this.length),t=0,i=this.head;null!==i;t++)e[t]=i.value,i=i.next;return e},n.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,i=this.tail;null!==i;t++)e[t]=i.value,i=i.prev;return e},n.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var i=new n;if(tthis.length&&(t=this.length);for(var a=0,r=this.head;null!==r&&athis.length&&(t=this.length);for(var a=this.length,r=this.tail;null!==r&&a>t;a--)r=r.prev;for(;null!==r&&a>e;a--,r=r.prev)i.push(r.value);return i},n.prototype.splice=function(e,t,...i){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);for(var n=0,r=this.head;null!==r&&n{"use strict";const n=i(12087),a=i(33867),r=i(86560),{env:o}=process;let s;function c(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function u(e,t){if(0===s)return 0;if(r("color=16m")||r("color=full")||r("color=truecolor"))return 3;if(r("color=256"))return 2;if(e&&!t&&void 0===s)return 0;const i=s||0;if("dumb"===o.TERM)return i;if("win32"===process.platform){const e=n.release().split(".");return Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in o)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in o))||"codeship"===o.CI_NAME?1:i;if("TEAMCITY_VERSION"in o)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(o.TEAMCITY_VERSION)?1:0;if("truecolor"===o.COLORTERM)return 3;if("TERM_PROGRAM"in o){const e=parseInt((o.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(o.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(o.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(o.TERM)||"COLORTERM"in o?1:i}r("no-color")||r("no-colors")||r("color=false")||r("color=never")?s=0:(r("color")||r("colors")||r("color=true")||r("color=always"))&&(s=1),"FORCE_COLOR"in o&&(s="true"===o.FORCE_COLOR?1:"false"===o.FORCE_COLOR?0:0===o.FORCE_COLOR.length?1:Math.min(parseInt(o.FORCE_COLOR,10),3)),e.exports={supportsColor:function(e){return c(u(e,e&&e.isTTY))},stdout:c(u(!0,a.isatty(1))),stderr:c(u(!0,a.isatty(2)))}},72953:e=>{e.exports=function(e){return e.split(" ").map((function(e){return e.slice(0,1).toUpperCase()+e.slice(1)})).join("").replace(/[^ _0-9a-z]/gi,"")}},47857:(e,t,i)=>{"use strict";const n=i(94213),a=i(78835).parse,r=i(31669),o=i(10752),s=i(82224).y,c=i(25761).m,u=i(88971).U,l=i(456),{fromCallback:p}=i(38981),d=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,h=/[\x00-\x1F]/,m=["\n","\r","\0"],f=/[\x20-\x3A\x3C-\x7E]+/,g=/[\x09\x20-\x2F\x3B-\x40\x5B-\x60\x7B-\x7E]/,v={jan:0,feb:1,mar:2,apr:3,may:4,jun:5,jul:6,aug:7,sep:8,oct:9,nov:10,dec:11},y=2147483647e3,b='Invalid sameSiteContext option for getCookies(); expected one of "strict", "lax", or "none"';function x(e){const t=String(e).toLowerCase();return"none"===t||"lax"===t||"strict"===t?t:null}const w=Object.freeze({SILENT:"silent",STRICT:"strict",DISABLED:"unsafe-disabled"});var k=/(?:^(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}$)|(?:^(?:(?:[a-f\d]{1,4}:){7}(?:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,2}|:)|(?:[a-f\d]{1,4}:){4}(?:(?::[a-f\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,3}|:)|(?:[a-f\d]{1,4}:){3}(?:(?::[a-f\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,4}|:)|(?:[a-f\d]{1,4}:){2}(?:(?::[a-f\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,5}|:)|(?:[a-f\d]{1,4}:){1}(?:(?::[a-f\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,6}|:)|(?::(?:(?::[a-f\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,7}|:)))$)/;function _(e,t,i,n){let a=0;for(;a=58)break;a++}return ai?null:n||a==e.length?parseInt(e.substr(0,a),10):null}function j(e){const t=e.split(":"),i=[0,0,0];if(3!==t.length)return null;for(let e=0;e<3;e++){const n=2==e,a=_(t[e],1,2,n);if(null===a)return null;i[e]=a}return i}function E(e){e=String(e).substr(0,3).toLowerCase();const t=v[e];return t>=0?t:null}function D(e){if(!e)return;const t=e.split(g);if(!t)return;let i=null,n=null,a=null,r=null,o=null,s=null;for(let e=0;e=70&&s<=99?s+=1900:s>=0&&s<=69&&(s+=2e3))):o=u:r=u}return null===r||null===o||null===s||null===a||r<1||r>31||s<1601||i>23||n>59||a>59?void 0:new Date(Date.UTC(s,o,r,i,n,a))}function A(e){return e.toUTCString()}function C(e){return null==e?null:(e=e.trim().replace(/^\./,""),n&&/[^\u0001-\u007f]/.test(e)&&(e=n.toASCII(e)),e.toLowerCase())}function S(e,t,i){if(null==e||null==t)return null;if(!1!==i&&(e=C(e),t=C(t)),e==t)return!0;const n=e.indexOf(t);return!(n<=0||e.length!==t.length+n||"."!==e.substr(n-1,1)||k.test(e))}function T(e){if(!e||"/"!==e.substr(0,1))return"/";if("/"===e)return e;const t=e.lastIndexOf("/");return 0===t?"/":e.slice(0,t)}function O(e,t){t&&"object"==typeof t||(t={});const i=(e=e.trim()).indexOf(";"),n=function(e,t){let i,n,a=(e=function(e){for(let t=0;t{e+=`; ${t}`})),e}TTL(e){if(null!=this.maxAge)return this.maxAge<=0?0:1e3*this.maxAge;let t=this.expires;return t!=1/0?(t instanceof Date||(t=D(t)||1/0),t==1/0?1/0:t.getTime()-(e||Date.now())):1/0}expiryTime(e){if(null!=this.maxAge){const t=e||this.creation||new Date,i=this.maxAge<=0?-1/0:1e3*this.maxAge;return t.getTime()+i}return this.expires==1/0?1/0:this.expires.getTime()}expiryDate(e){const t=this.expiryTime(e);return t==1/0?new Date(y):t==-1/0?new Date(0):new Date(t)}isPersistent(){return null!=this.maxAge||this.expires!=1/0}canonicalizedDomain(){return null==this.domain?null:C(this.domain)}cdomain(){return this.canonicalizedDomain()}}L.cookiesCreated=0,L.parse=O,L.fromJSON=P,L.serializableProperties=Object.keys(F),L.sameSiteLevel={strict:3,lax:2,none:1},L.sameSiteCanonical={strict:"Strict",lax:"Lax"};class N{constructor(e,t={rejectPublicSuffixes:!0}){"boolean"==typeof t&&(t={rejectPublicSuffixes:t}),this.rejectPublicSuffixes=t.rejectPublicSuffixes,this.enableLooseMode=!!t.looseMode,this.allowSpecialUseDomain=!!t.allowSpecialUseDomain,this.store=e||new c,this.prefixSecurity=function(e){if(null!=e){const t=e.toLowerCase();switch(t){case w.STRICT:case w.SILENT:case w.DISABLED:return t}}return w.SILENT}(t.prefixSecurity),this._cloneSync=B("clone"),this._importCookiesSync=B("_importCookies"),this.getCookiesSync=B("getCookies"),this.getCookieStringSync=B("getCookieString"),this.getSetCookieStringsSync=B("getSetCookieStrings"),this.removeAllCookiesSync=B("removeAllCookies"),this.setCookieSync=B("setCookie"),this.serializeSync=B("serialize")}setCookie(e,t,i,n){let a;const r=z(t);"function"==typeof i&&(n=i,i={});const s=C(r.hostname),c=i.loose||this.enableLooseMode;let u=null;if(i.sameSiteContext&&(u=x(i.sameSiteContext),!u))return n(new Error(b));if("string"==typeof e||e instanceof String){if(!(e=L.parse(e,{loose:c})))return a=new Error("Cookie failed to parse"),n(i.ignoreError?null:a)}else if(!(e instanceof L))return a=new Error("First argument to setCookie must be a Cookie object or string"),n(i.ignoreError?null:a);const l=i.now||new Date;if(this.rejectPublicSuffixes&&e.domain&&null==o.getPublicSuffix(e.cdomain()))return a=new Error("Cookie has domain set to a public suffix"),n(i.ignoreError?null:a);if(e.domain){if(!S(s,e.cdomain(),!1))return a=new Error(`Cookie not in this host's domain. Cookie:${e.cdomain()} Request:${s}`),n(i.ignoreError?null:a);null==e.hostOnly&&(e.hostOnly=!1)}else e.hostOnly=!0,e.domain=s;if(e.path&&"/"===e.path[0]||(e.path=T(r.pathname),e.pathIsDefault=!0),!1===i.http&&e.httpOnly)return a=new Error("Cookie is HttpOnly and this isn't an HTTP API"),n(i.ignoreError?null:a);if("none"!==e.sameSite&&u&&"none"===u)return a=new Error("Cookie is SameSite but this is a cross-origin request"),n(i.ignoreError?null:a);const p=this.prefixSecurity===w.SILENT;if(this.prefixSecurity!==w.DISABLED){let t,a=!1;if(function(e){return!e.key.startsWith("__Secure-")||e.secure}(e)?function(e){return!e.key.startsWith("__Host-")||e.secure&&e.hostOnly&&null!=e.path&&"/"===e.path}(e)||(a=!0,t="Cookie has __Host prefix but either Secure or HostOnly attribute is not set or Path is not '/'"):(a=!0,t="Cookie has __Secure prefix but Secure attribute is not set"),a)return n(i.ignoreError||p?null:new Error(t))}const d=this.store;d.updateCookie||(d.updateCookie=function(e,t,i){this.putCookie(t,i)}),d.findCookie(e.domain,e.path,e.key,(function(t,a){if(t)return n(t);const r=function(t){if(t)return n(t);n(null,e)};if(a){if(!1===i.http&&a.httpOnly)return t=new Error("old Cookie is HttpOnly and this isn't an HTTP API"),n(i.ignoreError?null:t);e.creation=a.creation,e.creationIndex=a.creationIndex,e.lastAccessed=l,d.updateCookie(a,e,r)}else e.creation=e.lastAccessed=l,d.putCookie(e,r)}))}getCookies(e,t,i){const n=z(e);"function"==typeof t&&(i=t,t={});const a=C(n.hostname),r=n.pathname||"/";let o=t.secure;null!=o||!n.protocol||"https:"!=n.protocol&&"wss:"!=n.protocol||(o=!0);let s=0;if(t.sameSiteContext){const e=x(t.sameSiteContext);if(s=L.sameSiteLevel[e],!s)return i(new Error(b))}let c=t.http;null==c&&(c=!0);const l=t.now||Date.now(),p=!1!==t.expire,d=!!t.allPaths,h=this.store;function m(e){if(e.hostOnly){if(e.domain!=a)return!1}else if(!S(a,e.domain,!1))return!1;return!(!d&&!u(r,e.path))&&(!(e.secure&&!o)&&(!(e.httpOnly&&!c)&&(!(s&&L.sameSiteLevel[e.sameSite||"none"]>s)&&!(p&&e.expiryTime()<=l&&(h.removeCookie(e.domain,e.path,e.key,(()=>{})),1)))))}h.findCookies(a,d?null:r,this.allowSpecialUseDomain,((e,n)=>{if(e)return i(e);n=n.filter(m),!1!==t.sort&&(n=n.sort(R));const a=new Date;for(const e of n)e.lastAccessed=a;i(null,n)}))}getCookieString(...e){const t=e.pop();e.push((function(e,i){e?t(e):t(null,i.sort(R).map((e=>e.cookieString())).join("; "))})),this.getCookies.apply(this,e)}getSetCookieStrings(...e){const t=e.pop();e.push((function(e,i){e?t(e):t(null,i.map((e=>e.toString())))})),this.getCookies.apply(this,e)}serialize(e){let t=this.store.constructor.name;"Object"===t&&(t=null);const i={version:`tough-cookie@${l}`,storeType:t,rejectPublicSuffixes:!!this.rejectPublicSuffixes,cookies:[]};if(!this.store.getAllCookies||"function"!=typeof this.store.getAllCookies)return e(new Error("store does not support getAllCookies and cannot be serialized"));this.store.getAllCookies(((t,n)=>t?e(t):(i.cookies=n.map((e=>(delete(e=e instanceof L?e.toJSON():e).creationIndex,e))),e(null,i))))}toJSON(){return this.serializeSync()}_importCookies(e,t){let i=e.cookies;if(!i||!Array.isArray(i))return t(new Error("serialized jar has no cookies array"));i=i.slice();const n=e=>{if(e)return t(e);if(!i.length)return t(e,this);let a;try{a=P(i.shift())}catch(e){return t(e)}if(null===a)return n(null);this.store.putCookie(a,n)};n()}clone(e,t){1===arguments.length&&(t=e,e=null),this.serialize(((i,n)=>{if(i)return t(i);N.deserialize(n,e,t)}))}cloneSync(e){if(0===arguments.length)return this._cloneSync();if(!e.synchronous)throw new Error("CookieJar clone destination store is not synchronous; use async API instead.");return this._cloneSync(e)}removeAllCookies(e){const t=this.store;if("function"==typeof t.removeAllCookies&&t.removeAllCookies!==s.prototype.removeAllCookies)return t.removeAllCookies(e);t.getAllCookies(((i,n)=>{if(i)return e(i);if(0===n.length)return e(null);let a=0;const r=[];function o(t){if(t&&r.push(t),a++,a===n.length)return e(r.length?r[0]:null)}n.forEach((e=>{t.removeCookie(e.domain,e.path,e.key,o)}))}))}static deserialize(e,t,i){let n;if(3!==arguments.length&&(i=t,t=null),"string"==typeof e){if(n=I(e),n instanceof Error)return i(n)}else n=e;const a=new N(t,n.rejectPublicSuffixes);a._importCookies(n,(e=>{if(e)return i(e);i(null,a)}))}static deserializeSync(e,t){const i="string"==typeof e?JSON.parse(e):e,n=new N(t,i.rejectPublicSuffixes);if(!n.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");return n._importCookiesSync(i),n}}function B(e){return function(...t){if(!this.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");let i,n;if(this[e](...t,((e,t)=>{i=e,n=t})),i)throw i;return n}}N.fromJSON=N.deserializeSync,["_importCookies","clone","getCookies","getCookieString","getSetCookieStrings","removeAllCookies","serialize","setCookie"].forEach((e=>{N.prototype[e]=p(N.prototype[e])})),N.deserialize=p(N.deserialize),t.version=l,t.CookieJar=N,t.Cookie=L,t.Store=s,t.MemoryCookieStore=c,t.parseDate=D,t.formatDate=A,t.parse=O,t.fromJSON=P,t.domainMatch=S,t.defaultPath=T,t.pathMatch=u,t.getPublicSuffix=o.getPublicSuffix,t.cookieCompare=R,t.permuteDomain=i(87324).permuteDomain,t.permutePath=function(e){if("/"===e)return["/"];const t=[e];for(;e.length>1;){const i=e.lastIndexOf("/");if(0===i)break;e=e.substr(0,i),t.push(e)}return t.push("/"),t},t.canonicalDomain=C,t.PrefixSecurityEnum=w},25761:(e,t,i)=>{"use strict";const{fromCallback:n}=i(38981),a=i(82224).y,r=i(87324).permuteDomain,o=i(88971).U,s=i(31669);class c extends a{constructor(){super(),this.synchronous=!0,this.idx={},s.inspect.custom&&(this[s.inspect.custom]=this.inspect)}inspect(){return`{ idx: ${s.inspect(this.idx,!1,2)} }`}findCookie(e,t,i,n){return this.idx[e]&&this.idx[e][t]?n(null,this.idx[e][t][i]||null):n(null,void 0)}findCookies(e,t,i,n){const a=[];if("function"==typeof i&&(n=i,i=!1),!e)return n(null,[]);let s;s=t?function(e){Object.keys(e).forEach((i=>{if(o(t,i)){const t=e[i];for(const e in t)a.push(t[e])}}))}:function(e){for(const t in e){const i=e[t];for(const e in i)a.push(i[e])}};const c=r(e,i)||[e],u=this.idx;c.forEach((e=>{const t=u[e];t&&s(t)})),n(null,a)}putCookie(e,t){this.idx[e.domain]||(this.idx[e.domain]={}),this.idx[e.domain][e.path]||(this.idx[e.domain][e.path]={}),this.idx[e.domain][e.path][e.key]=e,t(null)}updateCookie(e,t,i){this.putCookie(t,i)}removeCookie(e,t,i,n){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][i]&&delete this.idx[e][t][i],n(null)}removeCookies(e,t,i){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),i(null)}removeAllCookies(e){return this.idx={},e(null)}getAllCookies(e){const t=[],i=this.idx;Object.keys(i).forEach((e=>{Object.keys(i[e]).forEach((n=>{Object.keys(i[e][n]).forEach((a=>{null!==a&&t.push(i[e][n][a])}))}))})),t.sort(((e,t)=>(e.creationIndex||0)-(t.creationIndex||0))),e(null,t)}}["findCookie","findCookies","putCookie","updateCookie","removeCookie","removeCookies","removeAllCookies","getAllCookies"].forEach((e=>{c[e]=n(c.prototype[e])})),t.m=c},88971:(e,t)=>{"use strict";t.U=function(e,t){if(t===e)return!0;if(0===e.indexOf(t)){if("/"===t.substr(-1))return!0;if("/"===e.substr(t.length,1))return!0}return!1}},87324:(e,t,i)=>{"use strict";const n=i(10752),a=["local"];t.permuteDomain=function(e,t){let i=null;if(t){const t=e.split(".");i=a.includes(t[t.length-1])?`${t[t.length-2]}.${t[t.length-1]}`:n.getPublicSuffix(e)}else i=n.getPublicSuffix(e);if(!i)return null;if(i==e)return[e];const r=e.slice(0,-(i.length+1)).split(".").reverse();let o=i;const s=[o];for(;r.length;)o=`${r.shift()}.${o}`,s.push(o);return s}},10752:(e,t,i)=>{"use strict";const n=i(16244);t.getPublicSuffix=function(e){return n.get(e)}},82224:(e,t)=>{"use strict";t.y=class{constructor(){this.synchronous=!1}findCookie(e,t,i,n){throw new Error("findCookie is not implemented")}findCookies(e,t,i,n){throw new Error("findCookies is not implemented")}putCookie(e,t){throw new Error("putCookie is not implemented")}updateCookie(e,t,i){throw new Error("updateCookie is not implemented")}removeCookie(e,t,i,n){throw new Error("removeCookie is not implemented")}removeCookies(e,t,i){throw new Error("removeCookies is not implemented")}removeAllCookies(e){throw new Error("removeAllCookies is not implemented")}getAllCookies(e){throw new Error("getAllCookies is not implemented (therefore jar cannot be serialized)")}}},456:e=>{e.exports="4.0.0"},76752:function(e,t,i){"use strict";var n,a,r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.wss=t.getSettings=void 0;const o=r(i(98605)),s=r(i(99268)),c=i(8777),u=r(i(27646)),l=r(i(15158)),p=i(68160),d=i(93786),h=r(i(48479)),m=i(61999),f=i(83020),g=i(25532),v=i(54570),y=i(15257);var b=i(48519);Object.defineProperty(t,"getSettings",{enumerable:!0,get:function(){return b.getSettings}});const x=u.default(p.hideBin(process.argv)).options({port:{type:"string",default:"6595"},host:{type:"string",default:"127.0.0.1"}}).argv,w=m.normalizePort(null!==(n=process.env.DEEMIX_SERVER_PORT)&&void 0!==n?n:x.port),k=null!==(a=process.env.DEEMIX_HOST)&&void 0!==a?a:x.host,_=l.default("deemix-gui:server");t.wss=new c.Server({noServer:!0});const j=s.default(),E=o.default.createServer(j);d.registerMiddlewares(j),j.use("/",h.default),g.registerApis(j),j.set("port",w),E.listen({port:w,host:k}),v.registerWebsocket(t.wss),j.on("mount",(e=>{console.log(e)})),E.on("connect",(()=>{y.consoleInfo("Server connected")})),E.on("upgrade",((e,i,n)=>{t.wss.handleUpgrade(e,i,n,(i=>{t.wss.emit("connection",i,e)}))})),E.on("error",f.getErrorCb(w)),E.on("listening",f.getListeningCb(E,_))},15257:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NotLoggedIn=t.AlreadyInQueue=t.QueueError=t.isBadRequestError=t.BadRequestError=t.consoleError=t.consoleInfo=void 0;const n=i(99614).concat("[deemix-server]: ");t.consoleInfo=e=>console.info(n(e)),t.consoleError=e=>console.error(n(e));class a extends Error{constructor(){super(),this.message="Bad request!"}}t.BadRequestError=a,t.isBadRequestError=e=>e instanceof a;class r extends Error{constructor(e){super(e),this.name="QueueError"}}t.QueueError=r,t.AlreadyInQueue=class extends r{constructor(e,t){super(`${e.artist} - ${e.title} is already in queue.`),this.name="AlreadyInQueue",this.item=e,this.silent=t}},t.NotLoggedIn=class extends r{constructor(){super("You must be logged in to start a download."),this.name="NotLoggedIn"}}},91577:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.GUI_PACKAGE=t.WEBUI_DIR=t.ROOT_DIR=void 0;const a=n(i(85622));t.ROOT_DIR=a.default.resolve(a.default.join(__dirname,"..","..")),t.WEBUI_DIR=a.default.join(t.ROOT_DIR,"webui","public"),t.GUI_PACKAGE=a.default.join(t.ROOT_DIR,"package.json")},61999:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.normalizePort=void 0,t.normalizePort=function(e){const t=parseInt(e,10);return isNaN(t)?e:t>=0&&t}},82180:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isObjectEmpy=void 0,t.isObjectEmpy=e=>0===Object.keys(e).length},83020:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getListeningCb=t.getErrorCb=void 0;const n=i(15257);t.getErrorCb=function(e){return t=>{if("listen"!==t.syscall)throw t;const i="string"==typeof e?"Pipe "+e:"Port "+e;switch(t.code){case"EACCES":console.error(i+" requires elevated privileges"),process.exit(1);case"EADDRINUSE":console.error(i+" is already in use"),process.exit(1);default:throw t}}},t.getListeningCb=function(e,t){return()=>{const i=e.address();if(i){const e="string"==typeof i?"pipe "+i:"port "+i.port;t(`Listening on ${e}`),n.consoleInfo(`Listening on ${e}`)}}}},48519:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.restoreQueueFromDisk=t.clearCompletedDownloads=t.cancelAllDownloads=t.cancelDownload=t.startQueue=t.addToQueue=t.getQueue=t.saveSettings=t.getSettings=t.listener=t.plugins=t.isDeezerAvailable=t.deemixVersion=t.getArlFromAccessToken=t.getAccessToken=t.sessionDZ=t.configFolder=t.defaultSettings=void 0;const r=a(i(35747)),o=i(85622),s=i(42277),c=a(i(57424)),u=a(i(8777)),l=a(i(12210)),p=i(76752),d=i(15257),h=c.default.downloader.Downloader,{Single:m,Collection:f,Convertable:g}=c.default.types.downloadObjects;t.defaultSettings=c.default.settings.DEFAULTS,t.configFolder=c.default.utils.localpaths.getConfigFolder(),t.sessionDZ={};let v=c.default.settings.load(t.configFolder);t.getAccessToken=c.default.utils.deezer.getAccessToken,t.getArlFromAccessToken=c.default.utils.deezer.getArlFromAccessToken,t.deemixVersion=i(98565).version;let y=null;t.isDeezerAvailable=function(){return n(this,void 0,void 0,(function*(){if(null===y){let e;try{e=yield l.default.get("https://www.deezer.com/",{headers:{Cookie:"dz_lang=en; Domain=deezer.com; Path=/; Secure; hostOnly=false;"},https:{rejectUnauthorized:!1},retry:5})}catch(e){return console.trace(e),y=!1,y}const t=(e.body.match(/]*>([^<]+)<\/title>/)[1]||"").trim();y="Deezer will soon be available in your country."!==t}return y}))},t.plugins={spotify:new c.default.plugins.spotify},t.plugins.spotify.setup(),t.listener={send(e,t){const i=c.default.utils.formatListener(e,t);i&&console.log(i),["downloadInfo","downloadWarn"].includes(e)||p.wss.clients.forEach((i=>{i.readyState===u.default.OPEN&&i.send(JSON.stringify({key:e,data:t}))}))}},t.getSettings=function(){return{settings:v,defaultSettings:t.defaultSettings,spotifySettings:t.plugins.spotify.getSettings()}},t.saveSettings=function(e,i){e.executeCommand=v.executeCommand,c.default.settings.save(e,t.configFolder),v=e,t.plugins.spotify.saveSettings(i)};let b=[];const x={};let w=null;function k(e){return n(this,void 0,void 0,(function*(){do{if(null!==w||0===b.length)return null;w=!0;const i=b.shift()||"";console.log(i),x[i].status="downloading";const n=JSON.parse(r.default.readFileSync(t.configFolder+`queue${o.sep}${i}.json`).toString());let a;switch(n.__type__){case"Single":a=new m(n);break;case"Collection":a=new f(n);break;case"Convertable":a=new g(n),a=yield t.plugins[a.plugin].convert(e,a,v,t.listener),r.default.writeFileSync(t.configFolder+`queue${o.sep}${a.uuid}.json`,JSON.stringify(Object.assign(Object.assign({},a.toDict()),{status:"inQueue"})))}if(w=new h(e,a,v,t.listener),t.listener.send("startDownload",i),yield w.start(),!a.isCanceled){a.failed===a.size&&0!==a.size?x[i].status="failed":a.failed>0?x[i].status="withErrors":x[i].status="completed";const e=a.getSlimmedDict();e.status=x[i].status,x[i]=e,r.default.writeFileSync(t.configFolder+`queue${o.sep}${i}.json`,JSON.stringify(e))}console.log(b),r.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b)),w=null}while(b.length)}))}function _(){r.default.existsSync(t.configFolder+"queue")||r.default.mkdirSync(t.configFolder+"queue"),r.default.readdirSync(t.configFolder+"queue").forEach((e=>{if("order.json"===e)b=JSON.parse(r.default.readFileSync(t.configFolder+`queue${o.sep}order.json`).toString());else{const i=JSON.parse(r.default.readFileSync(t.configFolder+`queue${o.sep}${e}`).toString());if("inQueue"===i.status){let e;switch(i.__type__){case"Single":e=new m(i);break;case"Collection":e=new f(i);break;case"Convertable":e=new g(i)}x[e.uuid]=e.getEssentialDict(),x[e.uuid].status="inQueue"}else x[i.uuid]=i}}))}_(),t.getQueue=function(){const e={queue:x,queueOrder:b};return w&&!0!==w&&(e.current=w.downloadObject.getSlimmedDict()),e},t.addToQueue=function(e,i,a){return n(this,void 0,void 0,(function*(){if(!e.logged_in)throw new d.NotLoggedIn;let n=[];const u=[];let l="";const p=s.v4();i.length>1&&t.listener.send("startGeneratingItems",{uuid:p,total:i.length});for(let r=0;r{e.errid||console.trace(e),t.listener.send("queueError",{link:e.link,error:e.message,errid:e.errid})})),i.length>1&&t.listener.send("finishGeneratingItems",{uuid:p,total:n.length});const h=[];return n.forEach(((e,i)=>{if(Object.keys(x).includes(e.uuid))return t.listener.send("alreadyInQueue",e.getEssentialDict()),void delete n[i];r.default.existsSync(t.configFolder+"queue")||r.default.mkdirSync(t.configFolder+"queue"),b.push(e.uuid),r.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b)),x[e.uuid]=e.getEssentialDict(),x[e.uuid].status="inQueue";const a=e.toDict();a.status="inQueue",r.default.writeFileSync(t.configFolder+`queue${o.sep}${e.uuid}.json`,JSON.stringify(a)),h.push(e.getSlimmedDict())})),1===n.length?t.listener.send("addedToQueue",n[0].getSlimmedDict()):t.listener.send("addedToQueue",h),k(e),h}))},t.startQueue=k,t.cancelDownload=function(e){if(Object.keys(x).includes(e)){switch(x[e].status){case"downloading":w.downloadObject.isCanceled=!0,t.listener.send("cancellingCurrentItem",e);break;case"inQueue":b.splice(b.indexOf(e),1),r.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b));default:t.listener.send("removedFromQueue",e)}r.default.unlinkSync(t.configFolder+`queue${o.sep}${e}.json`),delete x[e]}},t.cancelAllDownloads=function(){b=[];let e=null;Object.values(x).forEach((i=>{"downloading"===i.status&&(w.downloadObject.isCanceled=!0,t.listener.send("cancellingCurrentItem",i.uuid),e=i.uuid),r.default.unlinkSync(t.configFolder+`queue${o.sep}${i.uuid}.json`),delete x[i.uuid]})),r.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b)),t.listener.send("removedAllDownloads",e)},t.clearCompletedDownloads=function(){Object.values(x).forEach((e=>{"completed"===e.status&&(r.default.unlinkSync(t.configFolder+`queue${o.sep}${e.uuid}.json`),delete x[e.uuid])})),t.listener.send("removedFinishedDownloads")},t.restoreQueueFromDisk=_},93786:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerMiddlewares=void 0;const a=n(i(99268)),r=n(i(50034)),o=n(i(981)),s=n(i(92024)),c=i(91577),u=i(46415)(s.default);t.registerMiddlewares=function(e){e.use(r.default("dev")),e.use(a.default.json()),e.use(a.default.urlencoded({extended:!1})),e.use(o.default()),e.use(s.default({store:new u({checkPeriod:864e5}),secret:"U2hoLCBpdHMgYSBzZWNyZXQh",resave:!0,saveUninitialized:!0})),e.use(a.default.static(c.WEBUI_DIR))}},35921:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=[]},7931:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0}),t.getAlbumDetails=t.apiHandler=void 0;const a=i(63623),r=i(48519),o={path:"/album-search/",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];if(!e.query)return t.status(400).send();const{term:n,start:o,nb:c}=function(e){let t=0;void 0!==e.start&&(t=parseInt(e.start));let i=30;return void 0!==e.nb&&(i=parseInt(e.nb)),{term:e.term,start:t,nb:i}}(e.query);if(!n||""===n.trim())return t.status(400).send();const u=yield i.gw.search_music(n,"ALBUM",{index:o,limit:c}),l=yield Promise.all(u.data.map((e=>s(i,e.ALB_ID)))),p={data:l,total:l.length};return t.send(p)}))};function s(e,t){return n(this,void 0,void 0,(function*(){const i=yield e.gw.get_album_page(t),n=i.DATA;let a=0;return i.SONGS.data.forEach((e=>{"DURATION"in e&&(a+=parseInt(e.DURATION))})),n.DURATION=a,n.NUMBER_TRACK=i.SONGS.total,n.LINK=`https://deezer.com/album/${n.ALB_ID}`,n}))}t.apiHandler=o,t.getAlbumDetails=s},98080:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const r=a(i(57424)),o=i(63623),s=i(48519),c={path:"/analyzeLink",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){try{if(!e.query||!e.query.term)return t.status(400).send({errorMessage:"No term specified",errorCode:"AL01"});const{term:i}=e.query,[,n,a]=yield r.default.parseLink(i);if(["track","album"].includes(n)){s.sessionDZ[e.session.id]||(s.sessionDZ[e.session.id]=new o.Deezer);const i=s.sessionDZ[e.session.id],r="track"===n?"get_track":"get_album",c=yield i.api[r](a);return t.status(200).send(c)}return t.status(400).send({errorMessage:"Not supported",errorCode:"AL02"})}catch(e){return t.status(500).send({errorMessage:"The server had a problem. Please try again",errorObject:e,errorCode:"AL03"})}}))};t.default=c},3396:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(63623),a=i(48519),r={path:"/changeAccount",handler:(e,t)=>{if(!e.query||!e.query.child)return t.status(400).send({errorMessage:"No child specified",errorCode:"CA01"});const{child:i}=e.query;a.sessionDZ[e.session.id]||(a.sessionDZ[e.session.id]=new n.Deezer);const r=a.sessionDZ[e.session.id].change_account(i);return t.status(200).send(r)}};t.default=r},76686:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o=i(82180),s=i(15257),c={path:"/getChartTracks",handler:(e,t,i)=>n(void 0,void 0,void 0,(function*(){try{r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const n=r.sessionDZ[e.session.id];if(o.isObjectEmpy(e.query)||!e.query.id)throw new s.BadRequestError;const c=e.query.id,u=e.query.index,l=e.query.limit,p=yield n.api.get_playlist_tracks(c,{index:u,limit:l});t.status(200).send(p),i()}catch(e){if(s.isBadRequestError(e))return s.consoleError(e.message),t.status(400).send(),i()}}))};t.default=c},96990:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519);let o;const s={path:"/getCharts",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){if(!o){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const t=r.sessionDZ[e.session.id],i=yield t.api.get_countries_charts(),n=[];i.forEach((e=>{n.push({title:e.title.replace("Top ",""),id:e.id,picture_small:e.picture_small,picture_medium:e.picture_medium,picture_big:e.picture_big})})),o={data:n}}t.send(o)}))};t.default=s},13966:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519);let o;const s={path:"/getHome",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];o||(o=yield i.api.get_chart(0,{limit:30})),t.send(o)}))};t.default=s},32664:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/getQueue",handler:(e,t)=>{const i=n.getQueue();t.send(i)}};t.default=a},14315:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/getSettings",handler:(e,t)=>{t.send(n.getSettings())}};t.default=a},24777:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/getTracklist",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id],n=String(e.query.id),o=String(e.query.type);switch(o){case"artist":{const e=yield i.api.get_artist(n);e.releases=yield i.gw.get_artist_discography_tabs(n,{limit:100}),t.send(e);break}case"spotifyplaylist":case"spotify_playlist":{if(!r.plugins.spotify.enabled){t.send({collaborative:!1,description:"",external_urls:{spotify:null},followers:{total:0,href:null},id:null,images:[],name:"Something went wrong",owner:{display_name:"Error",id:null},public:!0,tracks:[],type:"playlist",uri:null});break}const e=r.plugins.spotify.sp;let i=yield e.getPlaylist(n);i=i.body;let a=i.tracks.items;for(;i.tracks.next;){const t=/offset=(\d+)&limit=(\d+)/g.exec(i.tracks.next),r=t[1],o=t[2],s=yield e.getPlaylistTracks(n,{offset:r,limit:o});i.tracks=s.body,a=a.concat(i.tracks.items)}a.forEach(((e,t)=>{a[t]=e.track,a[t].selected=!1})),i.tracks=a,t.send(i);break}default:{const e=yield i.api[`get_${o}`](n);let a=yield i.api[`get_${o}_tracks`](n);a=a.data;const r=[],s="album"===o&&a.length&&1!==a[a.length-1].disk_number;let c=0;a.forEach((e=>{s&&parseInt(e.disk_number)!==c&&(c=parseInt(e.disk_number),r.push({type:"disc_separator",number:c})),e.selected=!1,r.push(e)})),e.tracks=r,t.send(e);break}}}))};t.default=o},8148:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/getUserAlbums",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];let n;if(i.logged_in){const e=i.current_user.id;n=yield i.gw.get_user_albums(e,{limit:-1})}else n={error:"notLoggedIn"};t.send(n)}))};t.default=o},50608:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/getUserArtists",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];let n;if(i.logged_in){const e=i.current_user.id;n=yield i.gw.get_user_artists(e,{limit:-1})}else n={error:"notLoggedIn"};t.send(n)}))};t.default=o},97547:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/getUserFavorites",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];let n={};if(i.logged_in){const e=i.current_user.id;n.playlists=yield i.gw.get_user_playlists(e,{limit:-1}),n.albums=yield i.gw.get_user_albums(e,{limit:-1}),n.artists=yield i.gw.get_user_artists(e,{limit:-1}),n.tracks=yield i.gw.get_user_tracks(e,{limit:-1})}else n={error:"notLoggedIn"};t.send(n)}))};t.default=o},62523:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/getUserPlaylists",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];let n;if(i.logged_in){const e=i.current_user.id;n=yield i.gw.get_user_playlists(e,{limit:-1})}else n={error:"notLoggedIn"};t.send(n)}))};t.default=o},6160:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(48519),r={path:"/getUserSpotifyPlaylists",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){let i;if(a.plugins.spotify.enabled){const t=a.plugins.spotify.sp,n=e.query.spotifyUser;i=[];let r=yield t.getUserPlaylists(n);r=r.body;let o=r.items;for(;r.next;){const e=/offset=(\d+)&limit=(\d+)/g.exec(r.next),i=e[1],a=e[2];r=(yield t.getUserPlaylists(n,{offset:i,limit:a})).body,o=o.concat(r.items)}o.forEach((e=>{i.push(a.plugins.spotify._convertPlaylistStructure(e))}))}else i={error:"spotifyNotEnabled"};t.send(i)}))};t.default=r},24740:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/getUserTracks",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];let n;if(i.logged_in){const e=i.current_user.id;n=yield i.gw.get_user_tracks(e,{limit:-1})}else n={error:"notLoggedIn"};t.send(n)}))};t.default=o},28095:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const a=n(i(98080)),r=n(i(3396)),o=n(i(13966)),s=n(i(96990)),c=n(i(17034)),u=n(i(87329)),l=n(i(36642)),p=n(i(24777)),d=i(7931),h=n(i(76686)),m=n(i(14315)),f=n(i(24740)),g=n(i(8148)),v=n(i(50608)),y=n(i(62523)),b=n(i(6160)),x=n(i(97547)),w=n(i(32664)),k=n(i(8311));t.default=[d.apiHandler,r.default,a.default,o.default,s.default,h.default,c.default,u.default,l.default,p.default,m.default,f.default,g.default,v.default,y.default,b.default,x.default,w.default,k.default]},17034:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/mainSearch",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id],n=String(e.query.term),o=yield i.gw.search(n),s=[];if(o.ORDER.forEach((e=>{["TOP_RESULT","TRACK","ALBUM","ARTIST","PLAYLIST"].includes(e)&&s.push(e)})),o.TOP_RESULT&&o.TOP_RESULT.length){const e=o.TOP_RESULT[0],t={type:e.__TYPE__};switch(t.type){case"artist":t.id=e.ART_ID,t.picture=`https://e-cdns-images.dzcdn.net/images/artist/${e.ART_PICTURE}`,t.title=e.ART_NAME,t.nb_fan=e.NB_FAN;break;case"album":t.id=e.ALB_ID,t.picture=`https://e-cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}`,t.title=e.ALB_TITLE,t.artist=e.ART_NAME,t.nb_song=e.NUMBER_TRACK;break;case"playlist":t.id=e.PLAYLIST_ID,t.picture=`https://e-cdns-images.dzcdn.net/images/${e.PICTURE_TYPE}/${e.PLAYLIST_PICTURE}`,t.title=e.TITLE,t.artist=e.PARENT_USERNAME,t.nb_song=e.NB_SONG;break;default:t.id="0",t.picture="https://e-cdns-images.dzcdn.net/images/cover"}t.picture+="/156x156-000000-80-0-0.jpg",t.link=`https://deezer.com/${t.type}/${t.id}`,o.TOP_RESULT=[t]}o.ORDER=s,t.send(o)}))};t.default=o},36642:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o=i(7931),s={path:"/newReleases",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id],s=(yield i.gw.get_page("channels/explore")).sections.find((e=>e.section_id.includes("module_id=83718b7b-5503-4062-b8b9-3530e2e2cefa"))).items.map((e=>e.target)),c=yield Promise.all(s.map((e=>function(e,t){return n(this,void 0,void 0,(function*(){const i=yield e.gw.get_page(t),n=/^New.*releases$/,a=i.sections.find((e=>n.test(e.title)));return a?"target"in a?(yield e.gw.get_page(a.target)).sections[0].items.map((e=>e.data)):"items"in a?a.items.map((e=>e.data)):[]:[]}))}(i,e)))),u=new Set,l=[];c.forEach((e=>{e.forEach((e=>{u.has(e.ALB_ID)||(u.add(e.ALB_ID),l.push(e))}))})),l.sort(((e,t)=>e.DIGITAL_RELEASE_DATEp-Date.parse(e.DIGITAL_RELEASE_DATE)<6912e5)),h=yield Promise.all(d.map((e=>o.getAlbumDetails(i,e.ALB_ID)))),m={data:h,total:h.length};return t.send(m)}))};t.default=s},87329:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/search",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id],n=String(e.query.term),o=String(e.query.type),s=parseInt(String(e.query.start)),c=parseInt(String(e.query.nb));let u;switch(o){case"track":u=yield i.api.search_track(n,{limit:c,index:s});break;case"album":u=yield i.api.search_album(n,{limit:c,index:s});break;case"artist":u=yield i.api.search_artist(n,{limit:c,index:s});break;case"playlist":u=yield i.api.search_playlist(n,{limit:c,index:s});break;case"radio":u=yield i.api.search_radio(n,{limit:c,index:s});break;case"user":u=yield i.api.search_user(n,{limit:c,index:s});break;default:u=yield i.api.search(n,{limit:c,index:s})}u.type=o,t.send(u)}))};t.default=o},8311:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/spotifyStatus",handler:(e,t)=>{t.send({spotifyEnabled:n.plugins.spotify.enabled})}};t.default=a},59386:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=[]},61156:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/addToQueue",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id],n=e.query.url.split(/[\s;]+/);let o,s=e.query.bitrate;"null"===s&&(s=r.getSettings().settings.maxBitrate);try{o=yield r.addToQueue(i,n,s)}catch(e){return void("NotLoggedIn"===e.name?(t.send({result:!1,errid:e.name,data:{url:n,bitrate:s}}),r.listener.send("loginNeededToDownload")):(console.error(e),t.send({result:!1,errid:e.name,data:{url:n,bitrate:s}})))}t.send({result:!0,data:{url:n,bitrate:s,obj:o}})}))};t.default=o},46251:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/cancelAllDownloads",handler:(e,t)=>{n.cancelAllDownloads(),t.send({result:!0})}};t.default=a},50392:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const a=n(i(88665)),r=n(i(61156)),o=n(i(70370)),s=n(i(46251)),c=n(i(86430)),u=n(i(92356)),l=n(i(95213)),p=n(i(80878));t.default=[a.default,r.default,o.default,s.default,c.default,u.default,l.default,p.default]},88665:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/login-arl",handler:(e,t,i)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];if(!e.query)return t.status(400).send();if(!e.query.arl)return t.status(400).send();const n=[e.query.arl];let o;e.query.child&&n.push(e.query.child),i.logged_in?o=2:(o=yield i.login_via_arl(...n),o=o?1:0),0===o&&(r.sessionDZ[e.session.id]=new a.Deezer),(yield r.isDeezerAvailable())||(o=-1);const s={status:o,arl:e.query.arl,user:i.current_user,childs:i.childs,currentChild:i.selected_account};return-1!==o&&0!==o&&r.startQueue(i),t.status(200).send(s)}))};t.default=o},70370:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(48519),r={path:"/loginWithCredentials",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){const{email:i,password:n}=e.body;let r,o=e.body.accessToken;o||(o=yield a.getAccessToken(i,n)),o&&(r=yield a.getArlFromAccessToken(o)),console.log({accessToken:o,arl:r}),t.send({accessToken:o,arl:r})}))};t.default=r},95213:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(63623),a=i(48519),r={path:"/logout",handler:(e,t)=>{a.sessionDZ[e.session.id]=new n.Deezer,t.send({logged_out:!0})}};t.default=r},86430:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/removeFinishedDownloads",handler:(e,t)=>{n.clearCompletedDownloads(),t.send({result:!0})}};t.default=a},92356:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/removeFromQueue",handler:(e,t)=>{const{uuid:i}=e.query;i?(n.cancelDownload(i),t.send({result:!0})):t.send({result:!1})}};t.default=a},80878:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/saveSettings",handler:(e,t)=>{const{settings:i,spotifySettings:a}=e.query;n.saveSettings(i,a),n.listener.send("updateSettings",{settings:i,spotifySettings:a}),t.send({result:!0})}};t.default=a},25532:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerApis=void 0;const a=n(i(28095)),r=n(i(35921)),o=n(i(50392)),s=n(i(59386)),c=[{method:"get",endpoints:a.default},{method:"delete",endpoints:r.default},{method:"post",endpoints:o.default},{method:"patch",endpoints:s.default}];t.registerApis=function(e){c.forEach((({method:t,endpoints:i})=>{i.forEach((i=>{e[t](`/api${i.path}`,i.handler)}))})),e.get("*",((e,t)=>{t.redirect("/")}))}},48479:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const r=a(i(35747)),o=a(i(99268)),s=i(63623),c=i(91577),u=i(48519),l=o.default.Router();let p=null;l.get("/connect",((e,t)=>n(void 0,void 0,void 0,(function*(){u.sessionDZ[e.session.id]||(u.sessionDZ[e.session.id]=new s.Deezer);const i=u.sessionDZ[e.session.id];if(!p){const e=JSON.parse(String(r.default.readFileSync(c.GUI_PACKAGE))).version;console.log(e),p={currentCommit:"0.0.0"===e?"continuous":e,latestCommit:null,updateAvailable:!1,deemixVersion:u.deemixVersion}}const n={update:p,autologin:!i.logged_in,currentUser:i.current_user,deezerAvailable:yield u.isDeezerAvailable(),spotifyEnabled:u.plugins.spotify.enabled},a=u.getQueue();Object.keys(a.queue).length>0&&(n.queue=a),t.send(n)})))),t.default=l},54570:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerWebsocket=void 0;const a=i(15257),r=n(i(91540));t.registerWebsocket=e=>{e.on("connection",(t=>{t.on("message",(i=>{a.consoleInfo(`Received: ${i}`);const n=JSON.parse(i.toString());r.default.forEach((i=>{n.key===i.eventName&&i.cb(n.data,t,e)}))}))})),e.on("error",(()=>{a.consoleError("An error occurred to the WebSocket server.")})),e.on("close",(()=>{a.consoleInfo("Connection to the WebSocket server closed.")}))}},71220:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(15257),a=i(48519);t.default={eventName:"cancelAllDownloads",cb:(e,t,i)=>{a.cancelAllDownloads(),n.consoleInfo("Queue cleared")}}},91540:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const a=n(i(48123)),r=n(i(63995)),o=n(i(54293)),s=n(i(71220));t.default=[a.default,r.default,o.default,s.default]},63995:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(15257),a=i(48519);t.default={eventName:"removeFinishedDownloads",cb:(e,t,i)=>{a.clearCompletedDownloads(),n.consoleInfo("Completed downloads cleared")}}},54293:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(15257),a=i(48519);t.default={eventName:"removeFromQueue",cb:(e,t,i)=>{a.cancelDownload(e),n.consoleInfo(`Cancelled ${e}`)}}},48123:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(15257),a=i(48519);t.default={eventName:"saveSettings",cb:(e,t,i)=>{const{settings:r,spotifySettings:o}=e;a.saveSettings(r,o),n.consoleInfo("Settings saved"),a.listener.send("updateSettings",{settings:r,spotifySettings:o})}}},40273:(e,t,i)=>{"use strict";var n=i(22577),a=i(80983);function r(e,t){var i,n,a=t,r=u(e);if(!r)return!1;if(a&&!Array.isArray(a))for(a=new Array(arguments.length-1),i=0;i2){i=new Array(arguments.length-1);for(var n=0;n{"use strict";var n=i(51793),a=/=+$/,r=/\+/g,o=/\//g;function s(e,t){n(e,(function(e,i){if(e)return t(e);t(null,c(i))}))}function c(e){return e.toString("base64").replace(a,"").replace(r,"-").replace(o,"_")}e.exports=function(e,t){if(void 0!==t&&"function"!=typeof t)throw new TypeError("argument callback must be a function");if(!t&&!global.Promise)throw new TypeError("argument callback is required");return t?s(e,t):new Promise((function(t,i){s(e,(function(e,n){if(e)return i(e);t(n)}))}))},e.exports.sync=function(e){return c(n.sync(e))}},38981:(e,t)=>{"use strict";t.fromCallback=function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,i)=>{arguments[arguments.length]=(e,n)=>{if(e)return i(e);t(n)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},t.fromPromise=function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}},98170:e=>{"use strict";e.exports=function(e){if(!e)throw new TypeError("argument stream is required");if("function"!=typeof e.unpipe){if(function(e){for(var t=e.listeners("data"),i=0;i{"use strict";e.exports=function(e){const t=e.length;let i=0;for(;i=t||128!=(192&e[i+1])||128!=(192&e[i+2])||224===e[i]&&128==(224&e[i+1])||237===e[i]&&160==(224&e[i+1]))return!1;i+=3}else{if(240!=(248&e[i]))return!1;if(i+3>=t||128!=(192&e[i+1])||128!=(192&e[i+2])||128!=(192&e[i+3])||240===e[i]&&128==(240&e[i+1])||244===e[i]&&e[i+1]>143||e[i]>244)return!1;i+=4}return!0}},70311:(e,t,i)=>{"use strict";try{e.exports=i(19516)(__dirname)}catch(t){e.exports=i(60137)}},31322:(e,t)=>{e.exports=function(e,t){if(e&&t)for(var i in t)e[i]=t[i];return e}},42277:(e,t,i)=>{"use strict";i.r(t),i.d(t,{NIL:()=>k,parse:()=>v,stringify:()=>p,v1:()=>g,v3:()=>b,v4:()=>x,v5:()=>w,validate:()=>u,version:()=>_});var n=i(76417),a=i.n(n);const r=new Uint8Array(256);let o=r.length;function s(){return o>r.length-16&&(a().randomFillSync(r),o=0),r.slice(o,o+=16)}const c=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,u=function(e){return"string"==typeof e&&c.test(e)},l=[];for(let e=0;e<256;++e)l.push((e+256).toString(16).substr(1));const p=function(e,t=0){const i=(l[e[t+0]]+l[e[t+1]]+l[e[t+2]]+l[e[t+3]]+"-"+l[e[t+4]]+l[e[t+5]]+"-"+l[e[t+6]]+l[e[t+7]]+"-"+l[e[t+8]]+l[e[t+9]]+"-"+l[e[t+10]]+l[e[t+11]]+l[e[t+12]]+l[e[t+13]]+l[e[t+14]]+l[e[t+15]]).toLowerCase();if(!u(i))throw TypeError("Stringified UUID is invalid");return i};let d,h,m=0,f=0;const g=function(e,t,i){let n=t&&i||0;const a=t||new Array(16);let r=(e=e||{}).node||d,o=void 0!==e.clockseq?e.clockseq:h;if(null==r||null==o){const t=e.random||(e.rng||s)();null==r&&(r=d=[1|t[0],t[1],t[2],t[3],t[4],t[5]]),null==o&&(o=h=16383&(t[6]<<8|t[7]))}let c=void 0!==e.msecs?e.msecs:Date.now(),u=void 0!==e.nsecs?e.nsecs:f+1;const l=c-m+(u-f)/1e4;if(l<0&&void 0===e.clockseq&&(o=o+1&16383),(l<0||c>m)&&void 0===e.nsecs&&(u=0),u>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");m=c,f=u,h=o,c+=122192928e5;const g=(1e4*(268435455&c)+u)%4294967296;a[n++]=g>>>24&255,a[n++]=g>>>16&255,a[n++]=g>>>8&255,a[n++]=255&g;const v=c/4294967296*1e4&268435455;a[n++]=v>>>8&255,a[n++]=255&v,a[n++]=v>>>24&15|16,a[n++]=v>>>16&255,a[n++]=o>>>8|128,a[n++]=255&o;for(let e=0;e<6;++e)a[n+e]=r[e];return t||p(a)},v=function(e){if(!u(e))throw TypeError("Invalid UUID");let t;const i=new Uint8Array(16);return i[0]=(t=parseInt(e.slice(0,8),16))>>>24,i[1]=t>>>16&255,i[2]=t>>>8&255,i[3]=255&t,i[4]=(t=parseInt(e.slice(9,13),16))>>>8,i[5]=255&t,i[6]=(t=parseInt(e.slice(14,18),16))>>>8,i[7]=255&t,i[8]=(t=parseInt(e.slice(19,23),16))>>>8,i[9]=255&t,i[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,i[11]=t/4294967296&255,i[12]=t>>>24&255,i[13]=t>>>16&255,i[14]=t>>>8&255,i[15]=255&t,i};function y(e,t,i){function n(e,n,a,r){if("string"==typeof e&&(e=function(e){e=unescape(encodeURIComponent(e));const t=[];for(let i=0;i{"use strict";e.exports=function(e,t){if(!e||!e.getHeader||!e.setHeader)throw new TypeError("res argument is required");var n=e.getHeader("Vary")||"",a=Array.isArray(n)?n.join(", "):String(n);(n=i(a,t))&&e.setHeader("Vary",n)},e.exports.append=i;var t=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function i(e,i){if("string"!=typeof e)throw new TypeError("header argument is required");if(!i)throw new TypeError("field argument is required");for(var a=Array.isArray(i)?i:n(String(i)),r=0;r{"use strict";const n=i(14223),a=i(76003),r=i(26434),o=new Set(["","›"]),s=e=>`${o.values().next().value}[${e}m`,c=e=>`${o.values().next().value}]8;;${e}`,u=(e,t,i)=>{const r=[...t];let s=!1,c=!1,u=n(a(e[e.length-1]));for(const[t,a]of r.entries()){const l=n(a);u+l<=i?e[e.length-1]+=a:(e.push(a),u=0),o.has(a)&&(s=!0,c=r.slice(t+1).join("").startsWith("]8;;")),s?c?""===a&&(s=!1,c=!1):"m"===a&&(s=!1):(u+=l,u===i&&t0&&e.length>1&&(e[e.length-2]+=e.pop())},l=e=>{const t=e.split(" ");let i=t.length;for(;i>0&&!(n(t[i-1])>0);)i--;return i===t.length?e:t.slice(0,i).join(" ")+t.slice(i).join("")};e.exports=(e,t,i)=>String(e).normalize().replace(/\r\n/g,"\n").split("\n").map((e=>((e,t,i={})=>{if(!1!==i.trim&&""===e.trim())return"";let a,p,d="";const h=(e=>e.split(" ").map((e=>n(e))))(e);let m=[""];for(const[a,r]of e.split(" ").entries()){!1!==i.trim&&(m[m.length-1]=m[m.length-1].trimStart());let e=n(m[m.length-1]);if(0!==a&&(e>=t&&(!1===i.wordWrap||!1===i.trim)&&(m.push(""),e=0),(e>0||!1===i.trim)&&(m[m.length-1]+=" ",e++)),i.hard&&h[a]>t){const i=t-e,n=1+Math.floor((h[a]-i-1)/t);Math.floor((h[a]-1)/t)t&&e>0&&h[a]>0){if(!1===i.wordWrap&&et&&!1===i.wordWrap?u(m,r,t):m[m.length-1]+=r}}!1!==i.trim&&(m=m.map(l));const f=[...m.join("\n")];for(const[e,t]of f.entries()){if(d+=t,o.has(t)){const{groups:t}=new RegExp("(?:\\[(?\\d+)m|\\]8;;(?.*))").exec(f.slice(e).join(""))||{groups:{}};if(void 0!==t.code){const e=Number.parseFloat(t.code);a=39===e?void 0:e}else void 0!==t.uri&&(p=0===t.uri.length?void 0:t.uri)}const i=r.codes.get(Number(a));"\n"===f[e+1]?(p&&(d+=c("")),a&&i&&(d+=s(i))):"\n"===t&&(a&&i&&(d+=s(a)),p&&(d+=c(p)))}return d})(e,t,i))).join("\n")},52479:e=>{e.exports=function e(t,i){if(t&&i)return e(t)(i);if("function"!=typeof t)throw new TypeError("need wrapper function");return Object.keys(t).forEach((function(e){n[e]=t[e]})),n;function n(){for(var e=new Array(arguments.length),i=0;i{"use strict";const n=i(88762);n.createWebSocketStream=i(30404),n.Server=i(39284),n.Receiver=i(32957),n.Sender=i(57330),e.exports=n},30977:(e,t,i)=>{"use strict";const{EMPTY_BUFFER:n}=i(41872);function a(e,t){if(0===e.length)return n;if(1===e.length)return e[0];const i=Buffer.allocUnsafe(t);let a=0;for(let t=0;t{"use strict";e.exports={BINARY_TYPES:["nodebuffer","arraybuffer","fragments"],GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),EMPTY_BUFFER:Buffer.alloc(0),NOOP:()=>{}}},10062:e=>{"use strict";class t{constructor(e,t){this.target=t,this.type=e}}class i extends t{constructor(e,t){super("message",t),this.data=e}}class n extends t{constructor(e,t,i){super("close",i),this.wasClean=i._closeFrameReceived&&i._closeFrameSent,this.reason=t,this.code=e}}class a extends t{constructor(e){super("open",e)}}class r extends t{constructor(e,t){super("error",t),this.message=e.message,this.error=e}}const o={addEventListener(e,t,o){if("function"!=typeof t)return;function s(e){t.call(this,new i(e,this))}function c(e,i){t.call(this,new n(e,i,this))}function u(e){t.call(this,new r(e,this))}function l(){t.call(this,new a(this))}const p=o&&o.once?"once":"on";"message"===e?(s._listener=t,this[p](e,s)):"close"===e?(c._listener=t,this[p](e,c)):"error"===e?(u._listener=t,this[p](e,u)):"open"===e?(l._listener=t,this[p](e,l)):this[p](e,t)},removeEventListener(e,t){const i=this.listeners(e);for(let n=0;n{"use strict";const t=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function i(e,t,i){void 0===e[t]?e[t]=[i]:e[t].push(i)}e.exports={format:function(e){return Object.keys(e).map((t=>{let i=e[t];return Array.isArray(i)||(i=[i]),i.map((e=>[t].concat(Object.keys(e).map((t=>{let i=e[t];return Array.isArray(i)||(i=[i]),i.map((e=>!0===e?t:`${t}=${e}`)).join("; ")}))).join("; "))).join(", ")})).join(", ")},parse:function(e){const n=Object.create(null);if(void 0===e||""===e)return n;let a,r,o=Object.create(null),s=!1,c=!1,u=!1,l=-1,p=-1,d=0;for(;d{"use strict";const t=Symbol("kDone"),i=Symbol("kRun");e.exports=class{constructor(e){this[t]=()=>{this.pending--,this[i]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[i]()}[i](){if(this.pending!==this.concurrency&&this.jobs.length){const e=this.jobs.shift();this.pending++,e(this[t])}}}},75196:(e,t,i)=>{"use strict";const n=i(78761),a=i(30977),r=i(10305),{kStatusCode:o,NOOP:s}=i(41872),c=Buffer.from([0,0,255,255]),u=Symbol("permessage-deflate"),l=Symbol("total-length"),p=Symbol("callback"),d=Symbol("buffers"),h=Symbol("error");let m;function f(e){this[d].push(e),this[l]+=e.length}function g(e){this[l]+=e.length,this[u]._maxPayload<1||this[l]<=this[u]._maxPayload?this[d].push(e):(this[h]=new RangeError("Max payload size exceeded"),this[h][o]=1009,this.removeListener("data",g),this.reset())}function v(e){this[u]._inflate=null,e[o]=1007,this[p](e)}e.exports=class{constructor(e,t,i){if(this._maxPayload=0|i,this._options=e||{},this._threshold=void 0!==this._options.threshold?this._options.threshold:1024,this._isServer=!!t,this._deflate=null,this._inflate=null,this.params=null,!m){const e=void 0!==this._options.concurrencyLimit?this._options.concurrencyLimit:10;m=new r(e)}}static get extensionName(){return"permessage-deflate"}offer(){const e={};return this._options.serverNoContextTakeover&&(e.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(e.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(e.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?e.client_max_window_bits=this._options.clientMaxWindowBits:null==this._options.clientMaxWindowBits&&(e.client_max_window_bits=!0),e}accept(e){return e=this.normalizeParams(e),this.params=this._isServer?this.acceptAsServer(e):this.acceptAsClient(e),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){const e=this._deflate[p];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){const t=this._options,i=e.find((e=>!(!1===t.serverNoContextTakeover&&e.server_no_context_takeover||e.server_max_window_bits&&(!1===t.serverMaxWindowBits||"number"==typeof t.serverMaxWindowBits&&t.serverMaxWindowBits>e.server_max_window_bits)||"number"==typeof t.clientMaxWindowBits&&!e.client_max_window_bits)));if(!i)throw new Error("None of the extension offers can be accepted");return t.serverNoContextTakeover&&(i.server_no_context_takeover=!0),t.clientNoContextTakeover&&(i.client_no_context_takeover=!0),"number"==typeof t.serverMaxWindowBits&&(i.server_max_window_bits=t.serverMaxWindowBits),"number"==typeof t.clientMaxWindowBits?i.client_max_window_bits=t.clientMaxWindowBits:!0!==i.client_max_window_bits&&!1!==t.clientMaxWindowBits||delete i.client_max_window_bits,i}acceptAsClient(e){const t=e[0];if(!1===this._options.clientNoContextTakeover&&t.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(t.client_max_window_bits){if(!1===this._options.clientMaxWindowBits||"number"==typeof this._options.clientMaxWindowBits&&t.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"')}else"number"==typeof this._options.clientMaxWindowBits&&(t.client_max_window_bits=this._options.clientMaxWindowBits);return t}normalizeParams(e){return e.forEach((e=>{Object.keys(e).forEach((t=>{let i=e[t];if(i.length>1)throw new Error(`Parameter "${t}" must have only a single value`);if(i=i[0],"client_max_window_bits"===t){if(!0!==i){const e=+i;if(!Number.isInteger(e)||e<8||e>15)throw new TypeError(`Invalid value for parameter "${t}": ${i}`);i=e}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${t}": ${i}`)}else if("server_max_window_bits"===t){const e=+i;if(!Number.isInteger(e)||e<8||e>15)throw new TypeError(`Invalid value for parameter "${t}": ${i}`);i=e}else{if("client_no_context_takeover"!==t&&"server_no_context_takeover"!==t)throw new Error(`Unknown parameter "${t}"`);if(!0!==i)throw new TypeError(`Invalid value for parameter "${t}": ${i}`)}e[t]=i}))})),e}decompress(e,t,i){m.add((n=>{this._decompress(e,t,((e,t)=>{n(),i(e,t)}))}))}compress(e,t,i){m.add((n=>{this._compress(e,t,((e,t)=>{n(),i(e,t)}))}))}_decompress(e,t,i){const r=this._isServer?"client":"server";if(!this._inflate){const e=`${r}_max_window_bits`,t="number"!=typeof this.params[e]?n.Z_DEFAULT_WINDOWBITS:this.params[e];this._inflate=n.createInflateRaw({...this._options.zlibInflateOptions,windowBits:t}),this._inflate[u]=this,this._inflate[l]=0,this._inflate[d]=[],this._inflate.on("error",v),this._inflate.on("data",g)}this._inflate[p]=i,this._inflate.write(e),t&&this._inflate.write(c),this._inflate.flush((()=>{const e=this._inflate[h];if(e)return this._inflate.close(),this._inflate=null,void i(e);const n=a.concat(this._inflate[d],this._inflate[l]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[l]=0,this._inflate[d]=[],t&&this.params[`${r}_no_context_takeover`]&&this._inflate.reset()),i(null,n)}))}_compress(e,t,i){const r=this._isServer?"server":"client";if(!this._deflate){const e=`${r}_max_window_bits`,t="number"!=typeof this.params[e]?n.Z_DEFAULT_WINDOWBITS:this.params[e];this._deflate=n.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:t}),this._deflate[l]=0,this._deflate[d]=[],this._deflate.on("error",s),this._deflate.on("data",f)}this._deflate[p]=i,this._deflate.write(e),this._deflate.flush(n.Z_SYNC_FLUSH,(()=>{if(!this._deflate)return;let e=a.concat(this._deflate[d],this._deflate[l]);t&&(e=e.slice(0,e.length-4)),this._deflate[p]=null,this._deflate[l]=0,this._deflate[d]=[],t&&this.params[`${r}_no_context_takeover`]&&this._deflate.reset(),i(null,e)}))}}},32957:(e,t,i)=>{"use strict";const{Writable:n}=i(92413),a=i(75196),{BINARY_TYPES:r,EMPTY_BUFFER:o,kStatusCode:s,kWebSocket:c}=i(41872),{concat:u,toArrayBuffer:l,unmask:p}=i(30977),{isValidStatusCode:d,isValidUTF8:h}=i(6746);function m(e,t,i,n){const a=new e(i?`Invalid WebSocket frame: ${t}`:t);return Error.captureStackTrace(a,m),a[s]=n,a}e.exports=class extends n{constructor(e,t,i,n){super(),this._binaryType=e||r[0],this[c]=void 0,this._extensions=t||{},this._isServer=!!i,this._maxPayload=0|n,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._state=0,this._loop=!1}_write(e,t,i){if(8===this._opcode&&0==this._state)return i();this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(i)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e=i.length?t.set(this._buffers.shift(),n):(t.set(new Uint8Array(i.buffer,i.byteOffset,e),n),this._buffers[0]=i.slice(e)),e-=i.length}while(e>0);return t}startLoop(e){let t;this._loop=!0;do{switch(this._state){case 0:t=this.getInfo();break;case 1:t=this.getPayloadLength16();break;case 2:t=this.getPayloadLength64();break;case 3:this.getMask();break;case 4:t=this.getData(e);break;default:return void(this._loop=!1)}}while(this._loop);e(t)}getInfo(){if(this._bufferedBytes<2)return void(this._loop=!1);const e=this.consume(2);if(0!=(48&e[0]))return this._loop=!1,m(RangeError,"RSV2 and RSV3 must be clear",!0,1002);const t=64==(64&e[0]);if(t&&!this._extensions[a.extensionName])return this._loop=!1,m(RangeError,"RSV1 must be clear",!0,1002);if(this._fin=128==(128&e[0]),this._opcode=15&e[0],this._payloadLength=127&e[1],0===this._opcode){if(t)return this._loop=!1,m(RangeError,"RSV1 must be clear",!0,1002);if(!this._fragmented)return this._loop=!1,m(RangeError,"invalid opcode 0",!0,1002);this._opcode=this._fragmented}else if(1===this._opcode||2===this._opcode){if(this._fragmented)return this._loop=!1,m(RangeError,`invalid opcode ${this._opcode}`,!0,1002);this._compressed=t}else{if(!(this._opcode>7&&this._opcode<11))return this._loop=!1,m(RangeError,`invalid opcode ${this._opcode}`,!0,1002);if(!this._fin)return this._loop=!1,m(RangeError,"FIN must be set",!0,1002);if(t)return this._loop=!1,m(RangeError,"RSV1 must be clear",!0,1002);if(this._payloadLength>125)return this._loop=!1,m(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002)}if(this._fin||this._fragmented||(this._fragmented=this._opcode),this._masked=128==(128&e[1]),this._isServer){if(!this._masked)return this._loop=!1,m(RangeError,"MASK must be set",!0,1002)}else if(this._masked)return this._loop=!1,m(RangeError,"MASK must be clear",!0,1002);if(126===this._payloadLength)this._state=1;else{if(127!==this._payloadLength)return this.haveLength();this._state=2}}getPayloadLength16(){if(!(this._bufferedBytes<2))return this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength();this._loop=!1}getPayloadLength64(){if(this._bufferedBytes<8)return void(this._loop=!1);const e=this.consume(8),t=e.readUInt32BE(0);return t>Math.pow(2,21)-1?(this._loop=!1,m(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009)):(this._payloadLength=t*Math.pow(2,32)+e.readUInt32BE(4),this.haveLength())}haveLength(){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0))return this._loop=!1,m(RangeError,"Max payload size exceeded",!1,1009);this._masked?this._state=3:this._state=4}getMask(){this._bufferedBytes<4?this._loop=!1:(this._mask=this.consume(4),this._state=4)}getData(e){let t=o;if(this._payloadLength){if(this._bufferedBytes7?this.controlMessage(t):this._compressed?(this._state=5,void this.decompress(t,e)):(t.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(t)),this.dataMessage())}decompress(e,t){this._extensions[a.extensionName].decompress(e,this._fin,((e,i)=>{if(e)return t(e);if(i.length){if(this._messageLength+=i.length,this._messageLength>this._maxPayload&&this._maxPayload>0)return t(m(RangeError,"Max payload size exceeded",!1,1009));this._fragments.push(i)}const n=this.dataMessage();if(n)return t(n);this.startLoop(t)}))}dataMessage(){if(this._fin){const e=this._messageLength,t=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],2===this._opcode){let i;i="nodebuffer"===this._binaryType?u(t,e):"arraybuffer"===this._binaryType?l(u(t,e)):t,this.emit("message",i)}else{const i=u(t,e);if(!h(i))return this._loop=!1,m(Error,"invalid UTF-8 sequence",!0,1007);this.emit("message",i.toString())}}this._state=0}controlMessage(e){if(8===this._opcode)if(this._loop=!1,0===e.length)this.emit("conclude",1005,""),this.end();else{if(1===e.length)return m(RangeError,"invalid payload length 1",!0,1002);{const t=e.readUInt16BE(0);if(!d(t))return m(RangeError,`invalid status code ${t}`,!0,1002);const i=e.slice(2);if(!h(i))return m(Error,"invalid UTF-8 sequence",!0,1007);this.emit("conclude",t,i.toString()),this.end()}}else 9===this._opcode?this.emit("ping",e):this.emit("pong",e);this._state=0}}},57330:(e,t,i)=>{"use strict";const{randomFillSync:n}=i(76417),a=i(75196),{EMPTY_BUFFER:r}=i(41872),{isValidStatusCode:o}=i(6746),{mask:s,toBuffer:c}=i(30977),u=Buffer.alloc(4);class l{constructor(e,t){this._extensions=t||{},this._socket=e,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._deflating=!1,this._queue=[]}static frame(e,t){const i=t.mask&&t.readOnly;let a=t.mask?6:2,r=e.length;e.length>=65536?(a+=8,r=127):e.length>125&&(a+=2,r=126);const o=Buffer.allocUnsafe(i?e.length+a:a);return o[0]=t.fin?128|t.opcode:t.opcode,t.rsv1&&(o[0]|=64),o[1]=r,126===r?o.writeUInt16BE(e.length,2):127===r&&(o.writeUInt32BE(0,2),o.writeUInt32BE(e.length,6)),t.mask?(n(u,0,4),o[1]|=128,o[a-4]=u[0],o[a-3]=u[1],o[a-2]=u[2],o[a-1]=u[3],i?(s(e,u,o,a,e.length),[o]):(s(e,u,e,0,e.length),[o,e])):[o,e]}close(e,t,i,n){let a;if(void 0===e)a=r;else{if("number"!=typeof e||!o(e))throw new TypeError("First argument must be a valid error code number");if(void 0===t||""===t)a=Buffer.allocUnsafe(2),a.writeUInt16BE(e,0);else{const i=Buffer.byteLength(t);if(i>123)throw new RangeError("The message must not be greater than 123 bytes");a=Buffer.allocUnsafe(2+i),a.writeUInt16BE(e,0),a.write(t,2)}}this._deflating?this.enqueue([this.doClose,a,i,n]):this.doClose(a,i,n)}doClose(e,t,i){this.sendFrame(l.frame(e,{fin:!0,rsv1:!1,opcode:8,mask:t,readOnly:!1}),i)}ping(e,t,i){const n=c(e);if(n.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPing,n,t,c.readOnly,i]):this.doPing(n,t,c.readOnly,i)}doPing(e,t,i,n){this.sendFrame(l.frame(e,{fin:!0,rsv1:!1,opcode:9,mask:t,readOnly:i}),n)}pong(e,t,i){const n=c(e);if(n.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPong,n,t,c.readOnly,i]):this.doPong(n,t,c.readOnly,i)}doPong(e,t,i,n){this.sendFrame(l.frame(e,{fin:!0,rsv1:!1,opcode:10,mask:t,readOnly:i}),n)}send(e,t,i){const n=c(e),r=this._extensions[a.extensionName];let o=t.binary?2:1,s=t.compress;if(this._firstFragment?(this._firstFragment=!1,s&&r&&(s=n.length>=r._threshold),this._compress=s):(s=!1,o=0),t.fin&&(this._firstFragment=!0),r){const e={fin:t.fin,rsv1:s,opcode:o,mask:t.mask,readOnly:c.readOnly};this._deflating?this.enqueue([this.dispatch,n,this._compress,e,i]):this.dispatch(n,this._compress,e,i)}else this.sendFrame(l.frame(n,{fin:t.fin,rsv1:!1,opcode:o,mask:t.mask,readOnly:c.readOnly}),i)}dispatch(e,t,i,n){if(!t)return void this.sendFrame(l.frame(e,i),n);const r=this._extensions[a.extensionName];this._bufferedBytes+=e.length,this._deflating=!0,r.compress(e,i.fin,((t,a)=>{if(this._socket.destroyed){const e=new Error("The socket was closed while data was being compressed");"function"==typeof n&&n(e);for(let t=0;t{"use strict";const{Duplex:n}=i(92413);function a(e){e.emit("close")}function r(){!this.destroyed&&this._writableState.finished&&this.destroy()}function o(e){this.removeListener("error",o),this.destroy(),0===this.listenerCount("error")&&this.emit("error",e)}e.exports=function(e,t){let i=!0;function s(){i&&e._socket.resume()}e.readyState===e.CONNECTING?e.once("open",(function(){e._receiver.removeAllListeners("drain"),e._receiver.on("drain",s)})):(e._receiver.removeAllListeners("drain"),e._receiver.on("drain",s));const c=new n({...t,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return e.on("message",(function(t){c.push(t)||(i=!1,e._socket.pause())})),e.once("error",(function(e){c.destroyed||c.destroy(e)})),e.once("close",(function(){c.destroyed||c.push(null)})),c._destroy=function(t,i){if(e.readyState===e.CLOSED)return i(t),void process.nextTick(a,c);let n=!1;e.once("error",(function(e){n=!0,i(e)})),e.once("close",(function(){n||i(t),process.nextTick(a,c)})),e.terminate()},c._final=function(t){e.readyState!==e.CONNECTING?null!==e._socket&&(e._socket._writableState.finished?(t(),c._readableState.endEmitted&&c.destroy()):(e._socket.once("finish",(function(){t()})),e.close())):e.once("open",(function(){c._final(t)}))},c._read=function(){e.readyState!==e.OPEN||i||(i=!0,e._receiver._writableState.needDrain||e._socket.resume())},c._write=function(t,i,n){e.readyState!==e.CONNECTING?e.send(t,n):e.once("open",(function(){c._write(t,i,n)}))},c.on("end",r),c.on("error",o),c}},6746:(e,t,i)=>{"use strict";function n(e){return e>=1e3&&e<=1014&&1004!==e&&1005!==e&&1006!==e||e>=3e3&&e<=4999}function a(e){const t=e.length;let i=0;for(;i=t||128!=(192&e[i+1])||128!=(192&e[i+2])||224===e[i]&&128==(224&e[i+1])||237===e[i]&&160==(224&e[i+1]))return!1;i+=3}else{if(240!=(248&e[i]))return!1;if(i+3>=t||128!=(192&e[i+1])||128!=(192&e[i+2])||128!=(192&e[i+3])||240===e[i]&&128==(240&e[i+1])||244===e[i]&&e[i+1]>143||e[i]>244)return!1;i+=4}return!0}try{let t=i(70311);"object"==typeof t&&(t=t.Validation.isValidUTF8),e.exports={isValidStatusCode:n,isValidUTF8:e=>e.length<150?a(e):t(e)}}catch(t){e.exports={isValidStatusCode:n,isValidUTF8:a}}},39284:(e,t,i)=>{"use strict";const n=i(28614),{createHash:a}=i(76417),{createServer:r,STATUS_CODES:o}=i(98605),s=i(75196),c=i(88762),{format:u,parse:l}=i(51503),{GUID:p,kWebSocket:d}=i(41872),h=/^[+/0-9A-Za-z]{22}==$/;function m(e){e.emit("close")}function f(){this.destroy()}function g(e,t,i,n){e.writable&&(i=i||o[t],n={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(i),...n},e.write(`HTTP/1.1 ${t} ${o[t]}\r\n`+Object.keys(n).map((e=>`${e}: ${n[e]}`)).join("\r\n")+"\r\n\r\n"+i)),e.removeListener("error",f),e.destroy()}e.exports=class extends n{constructor(e,t){if(super(),null==(e={maxPayload:104857600,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,...e}).port&&!e.server&&!e.noServer)throw new TypeError('One of the "port", "server", or "noServer" options must be specified');if(null!=e.port?(this._server=r(((e,t)=>{const i=o[426];t.writeHead(426,{"Content-Length":i.length,"Content-Type":"text/plain"}),t.end(i)})),this._server.listen(e.port,e.host,e.backlog,t)):e.server&&(this._server=e.server),this._server){const e=this.emit.bind(this,"connection");this._removeListeners=function(e,t){for(const i of Object.keys(t))e.on(i,t[i]);return function(){for(const i of Object.keys(t))e.removeListener(i,t[i])}}(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(t,i,n)=>{this.handleUpgrade(t,i,n,e)}})}!0===e.perMessageDeflate&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set),this.options=e}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(e){if(e&&this.once("close",e),this.clients)for(const e of this.clients)e.terminate();const t=this._server;t&&(this._removeListeners(),this._removeListeners=this._server=null,null!=this.options.port)?t.close((()=>this.emit("close"))):process.nextTick(m,this)}shouldHandle(e){if(this.options.path){const t=e.url.indexOf("?");if((-1!==t?e.url.slice(0,t):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,t,i,n){t.on("error",f);const a=void 0!==e.headers["sec-websocket-key"]&&e.headers["sec-websocket-key"].trim(),r=+e.headers["sec-websocket-version"],o={};if("GET"!==e.method||"websocket"!==e.headers.upgrade.toLowerCase()||!a||!h.test(a)||8!==r&&13!==r||!this.shouldHandle(e))return g(t,400);if(this.options.perMessageDeflate){const i=new s(this.options.perMessageDeflate,!0,this.options.maxPayload);try{const t=l(e.headers["sec-websocket-extensions"]);t[s.extensionName]&&(i.accept(t[s.extensionName]),o[s.extensionName]=i)}catch(e){return g(t,400)}}if(this.options.verifyClient){const s={origin:e.headers[8===r?"sec-websocket-origin":"origin"],secure:!(!e.socket.authorized&&!e.socket.encrypted),req:e};if(2===this.options.verifyClient.length)return void this.options.verifyClient(s,((r,s,c,u)=>{if(!r)return g(t,s||401,c,u);this.completeUpgrade(a,o,e,t,i,n)}));if(!this.options.verifyClient(s))return g(t,401)}this.completeUpgrade(a,o,e,t,i,n)}completeUpgrade(e,t,i,n,r,o){if(!n.readable||!n.writable)return n.destroy();if(n[d])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");const l=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${a("sha1").update(e+p).digest("base64")}`],h=new c(null);let m=i.headers["sec-websocket-protocol"];if(m&&(m=m.trim().split(/ *, */),m=this.options.handleProtocols?this.options.handleProtocols(m,i):m[0],m&&(l.push(`Sec-WebSocket-Protocol: ${m}`),h._protocol=m)),t[s.extensionName]){const e=t[s.extensionName].params,i=u({[s.extensionName]:[e]});l.push(`Sec-WebSocket-Extensions: ${i}`),h._extensions=t}this.emit("headers",l,i),n.write(l.concat("\r\n").join("\r\n")),n.removeListener("error",f),h.setSocket(n,r,this.options.maxPayload),this.clients&&(this.clients.add(h),h.on("close",(()=>this.clients.delete(h)))),o(h,i)}}},88762:(e,t,i)=>{"use strict";const n=i(28614),a=i(57211),r=i(98605),o=i(11631),s=i(4016),{randomBytes:c,createHash:u}=i(76417),{URL:l}=i(78835),p=i(75196),d=i(32957),h=i(57330),{BINARY_TYPES:m,EMPTY_BUFFER:f,GUID:g,kStatusCode:v,kWebSocket:y,NOOP:b}=i(41872),{addEventListener:x,removeEventListener:w}=i(10062),{format:k,parse:_}=i(51503),{toBuffer:j}=i(30977),E=["CONNECTING","OPEN","CLOSING","CLOSED"],D=[8,13];class A extends n{constructor(e,t,i){super(),this._binaryType=m[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage="",this._closeTimer=null,this._extensions={},this._protocol="",this._readyState=A.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,null!==e?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,Array.isArray(t)?t=t.join(", "):"object"==typeof t&&null!==t&&(i=t,t=void 0),C(this,e,t,i)):this._isServer=!0}get binaryType(){return this._binaryType}set binaryType(e){m.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,t,i){const n=new d(this.binaryType,this._extensions,this._isServer,i);this._sender=new h(e,this._extensions),this._receiver=n,this._socket=e,n[y]=this,e[y]=this,n.on("conclude",P),n.on("drain",R),n.on("error",z),n.on("message",L),n.on("ping",N),n.on("pong",B),e.setTimeout(0),e.setNoDelay(),t.length>0&&e.unshift(t),e.on("close",U),e.on("data",M),e.on("end",$),e.on("error",q),this._readyState=A.OPEN,this.emit("open")}emitClose(){if(!this._socket)return this._readyState=A.CLOSED,void this.emit("close",this._closeCode,this._closeMessage);this._extensions[p.extensionName]&&this._extensions[p.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=A.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,t){if(this.readyState!==A.CLOSED){if(this.readyState===A.CONNECTING){const e="WebSocket was closed before the connection was established";return O(this,this._req,e)}this.readyState!==A.CLOSING?(this._readyState=A.CLOSING,this._sender.close(e,t,!this._isServer,(e=>{e||(this._closeFrameSent=!0,this._closeFrameReceived&&this._socket.end())})),this._closeTimer=setTimeout(this._socket.destroy.bind(this._socket),3e4)):this._closeFrameSent&&this._closeFrameReceived&&this._socket.end()}}ping(e,t,i){if(this.readyState===A.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");"function"==typeof e?(i=e,e=t=void 0):"function"==typeof t&&(i=t,t=void 0),"number"==typeof e&&(e=e.toString()),this.readyState===A.OPEN?(void 0===t&&(t=!this._isServer),this._sender.ping(e||f,t,i)):I(this,e,i)}pong(e,t,i){if(this.readyState===A.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");"function"==typeof e?(i=e,e=t=void 0):"function"==typeof t&&(i=t,t=void 0),"number"==typeof e&&(e=e.toString()),this.readyState===A.OPEN?(void 0===t&&(t=!this._isServer),this._sender.pong(e||f,t,i)):I(this,e,i)}send(e,t,i){if(this.readyState===A.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if("function"==typeof t&&(i=t,t={}),"number"==typeof e&&(e=e.toString()),this.readyState!==A.OPEN)return void I(this,e,i);const n={binary:"string"!=typeof e,mask:!this._isServer,compress:!0,fin:!0,...t};this._extensions[p.extensionName]||(n.compress=!1),this._sender.send(e||f,n,i)}terminate(){if(this.readyState!==A.CLOSED){if(this.readyState===A.CONNECTING){const e="WebSocket was closed before the connection was established";return O(this,this._req,e)}this._socket&&(this._readyState=A.CLOSING,this._socket.destroy())}}}function C(e,t,i,n){const o={protocolVersion:D[1],maxPayload:104857600,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...n,createConnection:void 0,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:void 0,host:void 0,path:void 0,port:void 0};if(!D.includes(o.protocolVersion))throw new RangeError(`Unsupported protocol version: ${o.protocolVersion} (supported versions: ${D.join(", ")})`);let s;t instanceof l?(s=t,e._url=t.href):(s=new l(t),e._url=t);const d="ws+unix:"===s.protocol;if(!(s.host||d&&s.pathname))throw new Error(`Invalid URL: ${e.url}`);const h="wss:"===s.protocol||"https:"===s.protocol,m=h?443:80,f=c(16).toString("base64"),v=h?a.get:r.get;let y;if(o.createConnection=h?T:S,o.defaultPort=o.defaultPort||m,o.port=s.port||m,o.host=s.hostname.startsWith("[")?s.hostname.slice(1,-1):s.hostname,o.headers={"Sec-WebSocket-Version":o.protocolVersion,"Sec-WebSocket-Key":f,Connection:"Upgrade",Upgrade:"websocket",...o.headers},o.path=s.pathname+s.search,o.timeout=o.handshakeTimeout,o.perMessageDeflate&&(y=new p(!0!==o.perMessageDeflate?o.perMessageDeflate:{},!1,o.maxPayload),o.headers["Sec-WebSocket-Extensions"]=k({[p.extensionName]:y.offer()})),i&&(o.headers["Sec-WebSocket-Protocol"]=i),o.origin&&(o.protocolVersion<13?o.headers["Sec-WebSocket-Origin"]=o.origin:o.headers.Origin=o.origin),(s.username||s.password)&&(o.auth=`${s.username}:${s.password}`),d){const e=o.path.split(":");o.socketPath=e[0],o.path=e[1]}let b=e._req=v(o);o.timeout&&b.on("timeout",(()=>{O(e,b,"Opening handshake has timed out")})),b.on("error",(t=>{null===b||b.aborted||(b=e._req=null,e._readyState=A.CLOSING,e.emit("error",t),e.emitClose())})),b.on("response",(a=>{const r=a.headers.location,s=a.statusCode;if(r&&o.followRedirects&&s>=300&&s<400){if(++e._redirects>o.maxRedirects)return void O(e,b,"Maximum redirects exceeded");b.abort();const a=new l(r,t);C(e,a,i,n)}else e.emit("unexpected-response",b,a)||O(e,b,`Unexpected server response: ${a.statusCode}`)})),b.on("upgrade",((t,n,a)=>{if(e.emit("upgrade",t),e.readyState!==A.CONNECTING)return;b=e._req=null;const r=u("sha1").update(f+g).digest("base64");if(t.headers["sec-websocket-accept"]!==r)return void O(e,n,"Invalid Sec-WebSocket-Accept header");const s=t.headers["sec-websocket-protocol"],c=(i||"").split(/, */);let l;if(!i&&s?l="Server sent a subprotocol but none was requested":i&&!s?l="Server sent no subprotocol":s&&!c.includes(s)&&(l="Server sent an invalid subprotocol"),l)O(e,n,l);else{if(s&&(e._protocol=s),y)try{const i=_(t.headers["sec-websocket-extensions"]);i[p.extensionName]&&(y.accept(i[p.extensionName]),e._extensions[p.extensionName]=y)}catch(t){return void O(e,n,"Invalid Sec-WebSocket-Extensions header")}e.setSocket(n,a,o.maxPayload)}}))}function S(e){return e.path=e.socketPath,o.connect(e)}function T(e){return e.path=void 0,e.servername||""===e.servername||(e.servername=o.isIP(e.host)?"":e.host),s.connect(e)}function O(e,t,i){e._readyState=A.CLOSING;const n=new Error(i);Error.captureStackTrace(n,O),t.setHeader?(t.abort(),t.socket&&!t.socket.destroyed&&t.socket.destroy(),t.once("abort",e.emitClose.bind(e)),e.emit("error",n)):(t.destroy(n),t.once("error",e.emit.bind(e,"error")),t.once("close",e.emitClose.bind(e)))}function I(e,t,i){if(t){const i=j(t).length;e._socket?e._sender._bufferedBytes+=i:e._bufferedAmount+=i}i&&i(new Error(`WebSocket is not open: readyState ${e.readyState} (${E[e.readyState]})`))}function P(e,t){const i=this[y];i._socket.removeListener("data",M),i._socket.resume(),i._closeFrameReceived=!0,i._closeMessage=t,i._closeCode=e,1005===e?i.close():i.close(e,t)}function R(){this[y]._socket.resume()}function z(e){const t=this[y];t._socket.removeListener("data",M),t._readyState=A.CLOSING,t._closeCode=e[v],t.emit("error",e),t._socket.destroy()}function F(){this[y].emitClose()}function L(e){this[y].emit("message",e)}function N(e){const t=this[y];t.pong(e,!t._isServer,b),t.emit("ping",e)}function B(e){this[y].emit("pong",e)}function U(){const e=this[y];this.removeListener("close",U),this.removeListener("end",$),e._readyState=A.CLOSING,e._socket.read(),e._receiver.end(),this.removeListener("data",M),this[y]=void 0,clearTimeout(e._closeTimer),e._receiver._writableState.finished||e._receiver._writableState.errorEmitted?e.emitClose():(e._receiver.on("error",F),e._receiver.on("finish",F))}function M(e){this[y]._receiver.write(e)||this.pause()}function $(){const e=this[y];e._readyState=A.CLOSING,e._receiver.end(),this.end()}function q(){const e=this[y];this.removeListener("error",q),this.on("error",b),e&&(e._readyState=A.CLOSING,this.destroy())}E.forEach(((e,t)=>{const i={enumerable:!0,value:t};Object.defineProperty(A.prototype,e,i),Object.defineProperty(A,e,i)})),["binaryType","bufferedAmount","extensions","protocol","readyState","url"].forEach((e=>{Object.defineProperty(A.prototype,e,{enumerable:!0})})),["open","error","close","message"].forEach((e=>{Object.defineProperty(A.prototype,`on${e}`,{configurable:!0,enumerable:!0,get(){const t=this.listeners(e);for(let e=0;e{"use strict";var n=i(35747),a=i(31669),r=i(85622);let o;class s{constructor(e){e=e||{},this.directory=e.directory||"./locales",this.updateFiles="boolean"!=typeof e.updateFiles||e.updateFiles,this.locale=e.locale||"en",this.fallbackToLanguage="boolean"!=typeof e.fallbackToLanguage||e.fallbackToLanguage,this.cache=Object.create(null),this.writeQueue=[]}__(...e){if("string"!=typeof arguments[0])return this._taggedLiteral(arguments[0],...arguments);const t=e.shift();let i=function(){};return"function"==typeof e[e.length-1]&&(i=e.pop()),i=i||function(){},this.cache[this.locale]||this._readLocaleFile(),!this.cache[this.locale][t]&&this.updateFiles?(this.cache[this.locale][t]=t,this._enqueueWrite({directory:this.directory,locale:this.locale,cb:i})):i(),o.format.apply(o.format,[this.cache[this.locale][t]||t].concat(e))}__n(){const e=Array.prototype.slice.call(arguments),t=e.shift(),i=e.shift(),n=e.shift();let a=function(){};"function"==typeof e[e.length-1]&&(a=e.pop()),this.cache[this.locale]||this._readLocaleFile();let r=1===n?t:i;this.cache[this.locale][t]&&(r=this.cache[this.locale][t][1===n?"one":"other"]),!this.cache[this.locale][t]&&this.updateFiles?(this.cache[this.locale][t]={one:t,other:i},this._enqueueWrite({directory:this.directory,locale:this.locale,cb:a})):a();const s=[r];return~r.indexOf("%d")&&s.push(n),o.format.apply(o.format,s.concat(e))}setLocale(e){this.locale=e}getLocale(){return this.locale}updateLocale(e){this.cache[this.locale]||this._readLocaleFile();for(const t in e)Object.prototype.hasOwnProperty.call(e,t)&&(this.cache[this.locale][t]=e[t])}_taggedLiteral(e,...t){let i="";return e.forEach((function(e,n){const a=t[n+1];i+=e,void 0!==a&&(i+="%s")})),this.__.apply(this,[i].concat([].slice.call(t,1)))}_enqueueWrite(e){this.writeQueue.push(e),1===this.writeQueue.length&&this._processWriteQueue()}_processWriteQueue(){const e=this,t=this.writeQueue[0],i=t.directory,n=t.locale,a=t.cb,r=this._resolveLocaleFile(i,n),s=JSON.stringify(this.cache[n],null,2);o.fs.writeFile(r,s,"utf-8",(function(t){e.writeQueue.shift(),e.writeQueue.length>0&&e._processWriteQueue(),a(t)}))}_readLocaleFile(){let e={};const t=this._resolveLocaleFile(this.directory,this.locale);try{o.fs.readFileSync&&(e=JSON.parse(o.fs.readFileSync(t,"utf-8")))}catch(i){if(i instanceof SyntaxError&&(i.message="syntax error in "+t),"ENOENT"!==i.code)throw i;e={}}this.cache[this.locale]=e}_resolveLocaleFile(e,t){let i=o.resolve(e,"./",t+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(i)&&~t.lastIndexOf("_")){const n=o.resolve(e,"./",t.split("_")[0]+".json");this._fileExistsSync(n)&&(i=n)}return i}_fileExistsSync(e){return o.exists(e)}}var c={fs:{readFileSync:n.readFileSync,writeFile:n.writeFile},format:a.format,resolve:r.resolve,exists:e=>{try{return n.statSync(e).isFile()}catch(e){return!1}}};e.exports=e=>function(e,t){o=t;const i=new s(e);return{__:i.__.bind(i),__n:i.__n.bind(i),setLocale:i.setLocale.bind(i),getLocale:i.getLocale.bind(i),updateLocale:i.updateLocale.bind(i),locale:i.locale}}(e,c)},34411:e=>{function t(e){var i=this;if(i instanceof t||(i=new t),i.tail=null,i.head=null,i.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){i.push(e)}));else if(arguments.length>0)for(var n=0,a=arguments.length;n1)i=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");n=this.head.next,i=this.head.value}for(var a=0;null!==n;a++)i=e(i,n.value,a),n=n.next;return i},t.prototype.reduceReverse=function(e,t){var i,n=this.tail;if(arguments.length>1)i=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");n=this.tail.prev,i=this.tail.value}for(var a=this.length-1;null!==n;a--)i=e(i,n.value,a),n=n.prev;return i},t.prototype.toArray=function(){for(var e=new Array(this.length),t=0,i=this.head;null!==i;t++)e[t]=i.value,i=i.next;return e},t.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,i=this.tail;null!==i;t++)e[t]=i.value,i=i.prev;return e},t.prototype.slice=function(e,i){(i=i||this.length)<0&&(i+=this.length),(e=e||0)<0&&(e+=this.length);var n=new t;if(ithis.length&&(i=this.length);for(var a=0,r=this.head;null!==r&&athis.length&&(i=this.length);for(var a=this.length,r=this.tail;null!==r&&a>i;a--)r=r.prev;for(;null!==r&&a>e;a--,r=r.prev)n.push(r.value);return n},t.prototype.reverse=function(){for(var e=this.head,t=this.tail,i=e;null!==i;i=i.prev){var n=i.prev;i.prev=i.next,i.next=n}return this.head=t,this.tail=e,this}},69533:(e,t,i)=>{"use strict";var n,a=i(31669),r=(i(35747),i(85622));function o(e){if(e!==e.toLowerCase()&&e!==e.toUpperCase()||(e=e.toLowerCase()),-1===e.indexOf("-")&&-1===e.indexOf("_"))return e;{let t="",i=!1;const n=e.match(/^-+/);for(let a=n?n[0].length:0;a0?`${t}${i.charAt(a)}`:o}return n}function c(e){return null!=e&&("number"==typeof e||!!/^0x[0-9a-f]+$/i.test(e)||!/^0[^.]/.test(e)&&/^[-]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(e))}let u;function l(e){return void 0!==e?e+1:1}function p(e){return"__proto__"===e?"___proto___":e}!function(e){e.BOOLEAN="boolean",e.STRING="string",e.NUMBER="number",e.ARRAY="array"}(n||(n={}));const d=process&&process.env&&process.env.YARGS_MIN_NODE_VERSION?Number(process.env.YARGS_MIN_NODE_VERSION):10;if(process&&process.version&&Number(process.version.match(/v([^.]+)/)[1])"string"!=typeof e?e+"":e));e=e.trim();let t=0,i=null,n=null,a=null;const r=[];for(let o=0;o{"number"==typeof t&&(w.nargs[e]=t,w.keys.push(e))})),"object"==typeof i.coerce&&Object.entries(i.coerce).forEach((([e,t])=>{"function"==typeof t&&(w.coercions[e]=t,w.keys.push(e))})),void 0!==i.config&&(Array.isArray(i.config)||"string"==typeof i.config?[].concat(i.config).filter(Boolean).forEach((function(e){w.configs[e]=!0})):"object"==typeof i.config&&Object.entries(i.config).forEach((([e,t])=>{"boolean"!=typeof t&&"function"!=typeof t||(w.configs[e]=t)}))),function(...e){e.forEach((function(e){Object.keys(e||{}).forEach((function(e){w.aliases[e]||(w.aliases[e]=[].concat(r[e]||[]),w.aliases[e].concat(e).forEach((function(t){if(/-/.test(t)&&d["camel-case-expansion"]){const i=o(t);i!==e&&-1===w.aliases[e].indexOf(i)&&(w.aliases[e].push(i),y[i]=!0)}})),w.aliases[e].concat(e).forEach((function(t){if(t.length>1&&/[A-Z]/.test(t)&&d["camel-case-expansion"]){const i=s(t,"-");i!==e&&-1===w.aliases[e].indexOf(i)&&(w.aliases[e].push(i),y[i]=!0)}})),w.aliases[e].forEach((function(t){w.aliases[t]=[e].concat(w.aliases[e].filter((function(e){return t!==e})))})))}))}))}(i.key,r,i.default,w.arrays),Object.keys(h).forEach((function(e){(w.aliases[e]||[]).forEach((function(t){h[t]=h[e]}))}));let j=null;Object.keys(w.counts).find((e=>U(e,w.arrays)?(j=Error(x("Invalid configuration: %s, opts.count excludes opts.array.",e)),!0):!!U(e,w.nargs)&&(j=Error(x("Invalid configuration: %s, opts.count excludes opts.narg.",e)),!0)));let E=[];const D=Object.assign(Object.create(null),{_:[]}),A={};for(let e=0;e=3&&(U(s[1],w.arrays)?e=T(e,s[1],a,s[2]):!1!==U(s[1],w.nargs)?e=S(e,s[1],a,s[2]):O(s[1],s[2]));else if(t.match(_)&&d["boolean-negation"])s=t.match(_),null!==s&&Array.isArray(s)&&s.length>=2&&(r=s[1],O(r,!!U(r,w.arrays)&&[!1]));else if(t.match(/^--.+/)||!d["short-option-groups"]&&t.match(/^-[^-]+/))s=t.match(/^--?(.+)/),null!==s&&Array.isArray(s)&&s.length>=2&&(r=s[1],U(r,w.arrays)?e=T(e,r,a):!1!==U(r,w.nargs)?e=S(e,r,a):(c=a[e+1],void 0===c||c.match(/^-/)&&!c.match(k)||U(r,w.bools)||U(r,w.counts)?/^(true|false)$/.test(c)?(O(r,c),e++):O(r,q(r)):(O(r,c),e++)));else if(t.match(/^-.\..+=/))s=t.match(/^-([^=]+)=([\s\S]*)$/),null!==s&&Array.isArray(s)&&s.length>=3&&O(s[1],s[2]);else if(t.match(/^-.\..+/)&&!t.match(k))c=a[e+1],s=t.match(/^-(.\..+)/),null!==s&&Array.isArray(s)&&s.length>=2&&(r=s[1],void 0===c||c.match(/^-/)||U(r,w.bools)||U(r,w.counts)?O(r,q(r)):(O(r,c),e++));else if(t.match(/^-[^-]+/)&&!t.match(k)){o=t.slice(1,-1).split(""),n=!1;for(let i=0;i0&&(O(t,n),s--),a=e+1;a0||o&&"number"==typeof o&&a.length>=o)&&(r=i[n],!/^-/.test(r)||k.test(r)||$(r));n++)e=n,a.push(P(t,r))}return"number"==typeof o&&(o&&a.length1&&d["dot-notation"]&&(w.aliases[n[0]]||[]).forEach((function(t){let a=t.split(".");const r=[].concat(n);r.shift(),a=a.concat(r),(w.aliases[e]||[]).includes(a.join("."))||B(D,a,i)})),U(e,w.normalize)&&!U(e,w.arrays)&&[e].concat(w.aliases[e]||[]).forEach((function(e){Object.defineProperty(A,e,{enumerable:!0,get:()=>t,set(e){t="string"==typeof e?u.normalize(e):e}})}))}function I(e,t){w.aliases[e]&&w.aliases[e].length||(w.aliases[e]=[t],y[t]=!0),w.aliases[t]&&w.aliases[t].length||I(t,e)}function P(e,t){"string"!=typeof t||"'"!==t[0]&&'"'!==t[0]||t[t.length-1]!==t[0]||(t=t.substring(1,t.length-1)),(U(e,w.bools)||U(e,w.counts))&&"string"==typeof t&&(t="true"===t);let i=Array.isArray(t)?t.map((function(t){return R(e,t)})):R(e,t);return U(e,w.counts)&&(H(i)||"boolean"==typeof i)&&(i=l()),U(e,w.normalize)&&U(e,w.arrays)&&(i=Array.isArray(t)?t.map((e=>u.normalize(e))):u.normalize(t)),i}function R(e,t){return d["parse-positional-numbers"]||"_"!==e?(U(e,w.strings)||U(e,w.bools)||Array.isArray(t)||(c(t)&&d["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${t}`)))||!H(t)&&U(e,w.numbers))&&(t=Number(t)),t):t}function z(e,t){Object.keys(e).forEach((function(i){const n=e[i],a=t?t+"."+i:i;"object"==typeof n&&null!==n&&!Array.isArray(n)&&d["dot-notation"]?z(n,a):(!N(D,a.split("."))||U(a,w.arrays)&&d["combine-arrays"])&&O(a,n)}))}function F(e,t){if(void 0===f)return;const i="string"==typeof f?f:"",n=u.env();Object.keys(n).forEach((function(a){if(""===i||0===a.lastIndexOf(i,0)){const r=a.split("__").map((function(e,t){return 0===t&&(e=e.substring(i.length)),o(e)}));(t&&w.configs[r.join(".")]||!t)&&!N(e,r)&&O(r.join("."),n[a])}}))}function L(e,t,i,n=!1){Object.keys(i).forEach((function(a){N(e,a.split("."))||(B(e,a.split("."),i[a]),n&&(b[a]=!0),(t[a]||[]).forEach((function(t){N(e,t.split("."))||B(e,t.split("."),i[a])})))}))}function N(e,t){let i=e;d["dot-notation"]||(t=[t.join(".")]),t.slice(0,-1).forEach((function(e){i=i[e]||{}}));const n=t[t.length-1];return"object"==typeof i&&n in i}function B(e,t,i){let n=e;d["dot-notation"]||(t=[t.join(".")]),t.slice(0,-1).forEach((function(e){e=p(e),"object"==typeof n&&void 0===n[e]&&(n[e]={}),"object"!=typeof n[e]||Array.isArray(n[e])?(Array.isArray(n[e])?n[e].push({}):n[e]=[n[e],{}],n=n[e][n[e].length-1]):n=n[e]}));const a=p(t[t.length-1]),r=U(t.join("."),w.arrays),o=Array.isArray(i);let s=d["duplicate-arguments-array"];!s&&U(a,w.nargs)&&(s=!0,(!H(n[a])&&1===w.nargs[a]||Array.isArray(n[a])&&n[a].length===w.nargs[a])&&(n[a]=void 0)),i===l()?n[a]=l(n[a]):Array.isArray(n[a])?s&&r&&o?n[a]=d["flatten-duplicate-arrays"]?n[a].concat(i):(Array.isArray(n[a][0])?n[a]:[n[a]]).concat([i]):s||Boolean(r)!==Boolean(o)?n[a]=n[a].concat([i]):n[a]=i:void 0===n[a]&&r?n[a]=o?i:[i]:!s||void 0===n[a]||U(a,w.counts)||U(a,w.bools)?n[a]=i:n[a]=[n[a],i]}function U(e,t){const i=[].concat(w.aliases[e]||[],e),n=Object.keys(t),a=i.find((e=>n.includes(e)));return!!a&&t[a]}function M(e){const t=Object.keys(w);return[].concat(t.map((e=>w[e]))).some((function(t){return Array.isArray(t)?t.includes(e):t[e]}))}function $(e){return d["unknown-options-as-args"]&&function(e){return!(e=e.replace(/^-{3,}/,"--")).match(k)&&(!function(e){if(e.match(k)||!e.match(/^-[^-]+/))return!1;let t,i=!0;const n=e.slice(1).split("");for(let a=0;a{i.add(t),e[t]=a}))}catch(e){j=e}}))}(D),d["set-placeholder-key"]&&function(e){w.keys.forEach((t=>{~t.indexOf(".")||void 0===e[t]&&(e[t]=void 0)}))}(D),Object.keys(w.counts).forEach((function(e){N(D,e.split("."))||O(e,0)})),g&&E.length&&(D[v]=[]),E.forEach((function(e){D[v].push(e)})),d["camel-case-expansion"]&&d["strip-dashed"]&&Object.keys(D).filter((e=>"--"!==e&&e.includes("-"))).forEach((e=>{delete D[e]})),d["strip-aliased"]&&[].concat(...Object.keys(r).map((e=>r[e]))).forEach((e=>{d["camel-case-expansion"]&&e.includes("-")&&delete D[e.split(".").map((e=>o(e))).join(".")],delete D[e]})),{aliases:Object.assign({},w.aliases),argv:Object.assign(A,D),configuration:d,defaulted:Object.assign({},b),error:j,newAliases:Object.assign({},y)}}}({cwd:process.cwd,env:()=>h,format:a.format,normalize:r.normalize,resolve:r.resolve,require:e=>i(35670)(e)}),f=function(e,t){return m.parse(e.slice(),t).argv};f.detailed=function(e,t){return m.parse(e.slice(),t)},f.camelCase=o,f.decamelize=s,f.looksLikeNumber=c,e.exports=f},35670:e=>{function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=35670,e.exports=t},51901:(e,t,i)=>{"use strict";var n=i(42357);class a extends Error{constructor(e){super(e||"yargs error"),this.name="YError",Error.captureStackTrace(this,a)}}let r,o=[];function s(e,t,n,u){r=u;let l={};if(Object.prototype.hasOwnProperty.call(e,"extends")){if("string"!=typeof e.extends)return l;const c=/\.json|\..*rc$/.test(e.extends);let u=null;if(c)u=function(e,t){return r.path.resolve(e,t)}(t,e.extends);else try{u=i(49167).resolve(e.extends)}catch(t){return e}!function(e){if(o.indexOf(e)>-1)throw new a(`Circular extended configurations: '${e}'.`)}(u),o.push(u),l=c?JSON.parse(r.readFileSync(u,"utf8")):i(49167)(e.extends),delete e.extends,l=s(l,r.path.dirname(u),n,r)}return o=[],n?c(l,e):Object.assign({},l,e)}function c(e,t){const i={};function n(e){return e&&"object"==typeof e&&!Array.isArray(e)}Object.assign(i,e);for(const a of Object.keys(t))n(t[a])&&n(i[a])?i[a]=c(e[a],t[a]):i[a]=t[a];return i}function u(e){const t=e.replace(/\s{2,}/g," ").split(/\s+(?![^[]*]|[^<]*>)/),i=/\.*[\][<>]/g,n=t.shift();if(!n)throw new Error(`No command found in: ${e}`);const a={cmd:n.replace(i,""),demanded:[],optional:[]};return t.forEach(((e,n)=>{let r=!1;e=e.replace(/\s/g,""),/\.+[\]>]/.test(e)&&n===t.length-1&&(r=!0),/^\[/.test(e)?a.optional.push({cmd:e.replace(i,"").split("|"),variadic:r}):a.demanded.push({cmd:e.replace(i,"").split("|"),variadic:r})})),a}const l=["first","second","third","fourth","fifth","sixth"];function p(e,t,i){try{let n=0;const[r,o,s]="object"==typeof e?[{demanded:[],optional:[]},e,t]:[u(`cmd ${e}`),t,i],c=[].slice.call(o);for(;c.length&&void 0===c[c.length-1];)c.pop();const l=s||c.length;if(lp)throw new a(`Too many arguments provided. Expected max ${p} but received ${l}.`);r.demanded.forEach((e=>{const t=d(c.shift());0===e.cmd.filter((e=>e===t||"*"===e)).length&&h(t,e.cmd,n),n+=1})),r.optional.forEach((e=>{if(0===c.length)return;const t=d(c.shift());0===e.cmd.filter((e=>e===t||"*"===e)).length&&h(t,e.cmd,n),n+=1}))}catch(e){console.warn(e.stack)}}function d(e){return Array.isArray(e)?"array":null===e?"null":typeof e}function h(e,t,i){throw new a(`Invalid ${l[i]||"manyith"} argument. Expected ${t.join(" or ")} but received ${e}.`)}function m(e){return!!e&&!!e.then&&"function"==typeof e.then}function f(e,t,i,n){i.assert.notStrictEqual(e,t,n)}function g(e,t){t.assert.strictEqual(typeof e,"string")}function v(e){return Object.keys(e)}function y(e={},t=(()=>!0)){const i={};return v(e).forEach((n=>{t(n,e[n])&&(i[n]=e[n])})),i}function b(){return process.versions.electron&&!process.defaultApp?0:1}function x(){return process.argv[b()]}var w=Object.freeze({__proto__:null,hideBin:function(e){return e.slice(b()+1)},getProcessArgvBin:x});function k(e,t,i,n){if("a"===i&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?n:"a"===i?n.call(e):n?n.value:t.get(e)}function _(e,t,i,n,a){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!a)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!a:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?a.call(e,i):a?a.value=i:t.set(e,i),i}class j{constructor(e){this.globalMiddleware=[],this.frozens=[],this.yargs=e}addMiddleware(e,t,i=!0){if(p(" [boolean] [boolean]",[e,t,i],arguments.length),Array.isArray(e)){for(let n=0;n{const n=[...i[t]||[],t];return!e.option||!n.includes(e.option)})),e.option=t,this.addMiddleware(e,!0,!0)}getMiddleware(){return this.globalMiddleware}freeze(){this.frozens.push([...this.globalMiddleware])}unfreeze(){const e=this.frozens.pop();void 0!==e&&(this.globalMiddleware=e)}reset(){this.globalMiddleware=this.globalMiddleware.filter((e=>e.global))}}function E(e,t,i,n){return i.reduce(((e,i)=>{if(i.applyBeforeValidation!==n)return e;if(m(e))return e.then((e=>Promise.all([e,i(e,t)]))).then((([e,t])=>Object.assign(e,t)));{const n=i(e,t);return m(n)?n.then((t=>Object.assign(e,t))):Object.assign(e,n)}}),e)}function D(e,t,i=(e=>{throw e})){try{const i="function"==typeof e?e():e;return m(i)?i.then((e=>t(e))):t(i)}catch(e){return i(e)}}const A=/(^\*)|(^\$0)/;class C{constructor(e,t,i,n){this.requireCache=new Set,this.handlers={},this.aliasMap={},this.frozens=[],this.shim=n,this.usage=e,this.globalMiddleware=i,this.validation=t}addDirectory(e,t,i,n){"boolean"!=typeof(n=n||{}).recurse&&(n.recurse=!1),Array.isArray(n.extensions)||(n.extensions=["js"]);const a="function"==typeof n.visit?n.visit:e=>e;n.visit=(e,t,i)=>{const n=a(e,t,i);if(n){if(this.requireCache.has(t))return n;this.requireCache.add(t),this.addHandler(n)}return n},this.shim.requireDirectory({require:t,filename:i},e,n)}addHandler(e,t,i,n,a,r){let o=[];const s=function(e){return e?e.map((e=>(e.applyBeforeValidation=!1,e))):[]}(a);if(n=n||(()=>{}),Array.isArray(e))if(function(e){return e.every((e=>"string"==typeof e))}(e))[e,...o]=e;else for(const t of e)this.addHandler(t);else{if(function(e){return"object"==typeof e&&!Array.isArray(e)}(e)){let t=Array.isArray(e.command)||"string"==typeof e.command?e.command:this.moduleName(e);return e.aliases&&(t=[].concat(t).concat(e.aliases)),void this.addHandler(t,this.extractDesc(e),e.builder,e.handler,e.middlewares,e.deprecated)}if(S(i))return void this.addHandler([e].concat(o),t,i.builder,i.handler,i.middlewares,i.deprecated)}if("string"==typeof e){const a=u(e);o=o.map((e=>u(e).cmd));let c=!1;const l=[a.cmd].concat(o).filter((e=>!A.test(e)||(c=!0,!1)));0===l.length&&c&&l.push("$0"),c&&(a.cmd=l[0],o=l.slice(1),e=e.replace(A,a.cmd)),o.forEach((e=>{this.aliasMap[e]=a.cmd})),!1!==t&&this.usage.command(e,t,c,o,r),this.handlers[a.cmd]={original:e,description:t,handler:n,builder:i||{},middlewares:s,deprecated:r,demanded:a.demanded,optional:a.optional},c&&(this.defaultCommand=this.handlers[a.cmd])}}getCommandHandlers(){return this.handlers}getCommands(){return Object.keys(this.handlers).concat(Object.keys(this.aliasMap))}hasDefaultCommand(){return!!this.defaultCommand}runCommand(e,t,i,n,a,r){const o=this.handlers[e]||this.handlers[this.aliasMap[e]]||this.defaultCommand,s=t.getInternalMethods().getContext(),c=s.commands.slice(),u=!e;e&&(s.commands.push(e),s.fullCommands.push(o.original));const l=this.applyBuilderUpdateUsageAndParse(u,o,t,i.aliases,c,n,a,r);return m(l)?l.then((e=>this.applyMiddlewareAndGetResult(u,o,e.innerArgv,s,a,e.aliases,t))):this.applyMiddlewareAndGetResult(u,o,l.innerArgv,s,a,l.aliases,t)}applyBuilderUpdateUsageAndParse(e,t,i,n,a,r,o,s){const c=t.builder;let u=i;if(T(c)){const l=c(i.getInternalMethods().reset(n),s);if(m(l))return l.then((n=>{var s;return u=(s=n)&&"function"==typeof s.getInternalMethods?n:i,this.parseAndUpdateUsage(e,t,u,a,r,o)}))}else(function(e){return"object"==typeof e})(c)&&(u=i.getInternalMethods().reset(n),Object.keys(t.builder).forEach((e=>{u.option(e,c[e])})));return this.parseAndUpdateUsage(e,t,u,a,r,o)}parseAndUpdateUsage(e,t,i,n,a,r){e&&i.getInternalMethods().getUsageInstance().unfreeze(),this.shouldUpdateUsage(i)&&i.getInternalMethods().getUsageInstance().usage(this.usageFromParentCommandsCommandHandler(n,t),t.description);const o=i.getInternalMethods().runYargsParserAndExecuteCommands(null,void 0,!0,a,r);return m(o)?o.then((e=>({aliases:i.parsed.aliases,innerArgv:e}))):{aliases:i.parsed.aliases,innerArgv:o}}shouldUpdateUsage(e){return!e.getInternalMethods().getUsageInstance().getUsageDisabled()&&0===e.getInternalMethods().getUsageInstance().getUsage().length}usageFromParentCommandsCommandHandler(e,t){const i=A.test(t.original)?t.original.replace(A,"").trim():t.original,n=e.filter((e=>!A.test(e)));return n.push(i),`$0 ${n.join(" ")}`}applyMiddlewareAndGetResult(e,t,i,n,a,r,o){let s={};if(a)return i;o.getInternalMethods().getHasOutput()||(s=this.populatePositionals(t,i,n,o));const c=this.globalMiddleware.getMiddleware().slice(0).concat(t.middlewares);if(i=E(i,o,c,!0),!o.getInternalMethods().getHasOutput()){const t=o.getInternalMethods().runValidation(r,s,o.parsed.error,e);i=D(i,(e=>(t(e),e)))}if(t.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();const n=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(i,n,!1,!1),i=D(i=E(i,o,c,!1),(e=>{const i=t.handler(e);return m(i)?i.then((()=>e)):e})),e||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),m(i)&&!o.getInternalMethods().hasParseCallback()&&i.catch((e=>{try{o.getInternalMethods().getUsageInstance().fail(null,e)}catch(e){}}))}return e||(n.commands.pop(),n.fullCommands.pop()),i}populatePositionals(e,t,i,n){t._=t._.slice(i.commands.length);const a=e.demanded.slice(0),r=e.optional.slice(0),o={};for(this.validation.positionalCount(a.length,t._.length);a.length;){const e=a.shift();this.populatePositional(e,t,o)}for(;r.length;){const e=r.shift();this.populatePositional(e,t,o)}return t._=i.commands.concat(t._.map((e=>""+e))),this.postProcessPositionals(t,o,this.cmdToParseOptions(e.original),n),o}populatePositional(e,t,i){const n=e.cmd[0];e.variadic?i[n]=t._.splice(0).map(String):t._.length&&(i[n]=[String(t._.shift())])}cmdToParseOptions(e){const t={array:[],default:{},alias:{},demand:{}},i=u(e);return i.demanded.forEach((e=>{const[i,...n]=e.cmd;e.variadic&&(t.array.push(i),t.default[i]=[]),t.alias[i]=n,t.demand[i]=!0})),i.optional.forEach((e=>{const[i,...n]=e.cmd;e.variadic&&(t.array.push(i),t.default[i]=[]),t.alias[i]=n})),t}postProcessPositionals(e,t,i,n){const a=Object.assign({},n.getOptions());a.default=Object.assign(i.default,a.default);for(const e of Object.keys(i.alias))a.alias[e]=(a.alias[e]||[]).concat(i.alias[e]);a.array=a.array.concat(i.array),a.config={};const r=[];if(Object.keys(t).forEach((e=>{t[e].map((t=>{a.configuration["unknown-options-as-args"]&&(a.key[e]=!0),r.push(`--${e}`),r.push(t)}))})),!r.length)return;const o=Object.assign({},a.configuration,{"populate--":!1}),s=this.shim.Parser.detailed(r,Object.assign({},a,{configuration:o}));if(s.error)n.getInternalMethods().getUsageInstance().fail(s.error.message,s.error);else{const i=Object.keys(t);Object.keys(t).forEach((e=>{i.push(...s.aliases[e])})),Object.keys(s.argv).forEach((n=>{-1!==i.indexOf(n)&&(t[n]||(t[n]=s.argv[n]),e[n]=s.argv[n])}))}}runDefaultBuilderOn(e){if(!this.defaultCommand)return;if(this.shouldUpdateUsage(e)){const t=A.test(this.defaultCommand.original)?this.defaultCommand.original:this.defaultCommand.original.replace(/^[^[\]<>]*/,"$0 ");e.getInternalMethods().getUsageInstance().usage(t,this.defaultCommand.description)}const t=this.defaultCommand.builder;if(T(t))return t(e,!0);S(t)||Object.keys(t).forEach((i=>{e.option(i,t[i])}))}moduleName(e){const t=function(e){for(let t,n=0,a=Object.keys(i.c);n{const i=t;i._handle&&i.isTTY&&"function"==typeof i._handle.setBlocking&&i._handle.setBlocking(e)}))}function I(e){return"boolean"==typeof e}function P(e,t){const i=t.y18n.__,n={},r=[];n.failFn=function(e){r.push(e)};let o=null,s=!0;n.showHelpOnFail=function(e=!0,t){const[i,a]="string"==typeof e?[!0,e]:[e,t];return o=a,s=i,n};let c=!1;n.fail=function(t,i){const u=e.getInternalMethods().getLoggerInstance();if(!r.length){if(e.getExitProcess()&&O(!0),c||(c=!0,s&&(e.showHelp("error"),u.error()),(t||i)&&u.error(t||i),o&&((t||i)&&u.error(""),u.error(o))),i=i||new a(t),e.getExitProcess())return e.exit(1);if(e.getInternalMethods().hasParseCallback())return e.exit(1,i);throw i}for(let e=r.length-1;e>=0;--e){const a=r[e];if(I(a)){if(i)throw i;if(t)throw Error(t)}else a(t,i,n)}};let u=[],l=!1;n.usage=(e,t)=>null===e?(l=!0,u=[],n):(l=!1,u.push([e,t||""]),n),n.getUsage=()=>u,n.getUsageDisabled=()=>l,n.getPositionalGroupName=()=>i("Positionals:");let p=[];n.example=(e,t)=>{p.push([e,t||""])};let d=[];n.command=function(e,t,i,n,a=!1){i&&(d=d.map((e=>(e[2]=!1,e)))),d.push([e,t||"",i,n,a])},n.getCommands=()=>d;let h={};n.describe=function(e,t){Array.isArray(e)?e.forEach((e=>{n.describe(e,t)})):"object"==typeof e?Object.keys(e).forEach((t=>{n.describe(t,e[t])})):h[e]=t},n.getDescriptions=()=>h;let m=[];n.epilog=e=>{m.push(e)};let f,g=!1;function v(){return g||(f=t.process.stdColumns?Math.min(80,t.process.stdColumns):80,g=!0),f}n.wrap=e=>{g=!0,f=e};const b="__yargsString__:";function x(e,i,n){let a=0;return Array.isArray(e)||(e=Object.values(e).map((e=>[e]))),e.forEach((e=>{a=Math.max(t.stringWidth(n?`${n} ${F(e[0])}`:F(e[0]))+z(e[0]),a)})),i&&(a=Math.min(a,parseInt((.5*i).toString(),10))),a}let w;function k(t){return e.getOptions().hiddenOptions.indexOf(t)<0||e.parsed.argv[e.getOptions().showHiddenOpt]}function _(e,t){let n=`[${i("default:")} `;if(void 0===e&&!t)return null;if(t)n+=t;else switch(typeof e){case"string":n+=`"${e}"`;break;case"object":n+=JSON.stringify(e);break;default:n+=e}return`${n}]`}n.deferY18nLookup=e=>b+e,n.help=function(){if(w)return w;!function(){const t=e.getDemandedOptions(),i=e.getOptions();(Object.keys(i.alias)||[]).forEach((a=>{i.alias[a].forEach((r=>{h[r]&&n.describe(a,h[r]),r in t&&e.demandOption(a,t[r]),~i.boolean.indexOf(r)&&e.boolean(a),~i.count.indexOf(r)&&e.count(a),~i.string.indexOf(r)&&e.string(a),~i.normalize.indexOf(r)&&e.normalize(a),~i.array.indexOf(r)&&e.array(a),~i.number.indexOf(r)&&e.number(a)}))}))}();const a=e.customScriptName?e.$0:t.path.basename(e.$0),r=e.getDemandedOptions(),o=e.getDemandedCommands(),s=e.getDeprecatedOptions(),c=e.getGroups(),f=e.getOptions();let g=[];g=g.concat(Object.keys(h)),g=g.concat(Object.keys(r)),g=g.concat(Object.keys(o)),g=g.concat(Object.keys(f.default)),g=g.filter(k),g=Object.keys(g.reduce(((e,t)=>("_"!==t&&(e[t]=!0),e)),{}));const y=v(),j=t.cliui({width:y,wrap:!!y});if(!l)if(u.length)u.forEach((e=>{j.div(`${e[0].replace(/\$0/g,a)}`),e[1]&&j.div({text:`${e[1]}`,padding:[1,0,0,0]})})),j.div();else if(d.length){let e=null;e=o._?`${a} <${i("command")}>\n`:`${a} [${i("command")}]\n`,j.div(`${e}`)}if(d.length>1||1===d.length&&!d[0][2]){j.div(i("Commands:"));const t=e.getInternalMethods().getContext(),n=t.commands.length?`${t.commands.join(" ")} `:"";!0===e.getInternalMethods().getParserConfiguration()["sort-commands"]&&(d=d.sort(((e,t)=>e[0].localeCompare(t[0])))),d.forEach((e=>{const t=`${a} ${n}${e[0].replace(/^\$0 ?/,"")}`;j.span({text:t,padding:[0,2,0,2],width:x(d,y,`${a}${n}`)+4},{text:e[1]});const r=[];e[2]&&r.push(`[${i("default")}]`),e[3]&&e[3].length&&r.push(`[${i("aliases:")} ${e[3].join(", ")}]`),e[4]&&("string"==typeof e[4]?r.push(`[${i("deprecated: %s",e[4])}]`):r.push(`[${i("deprecated")}]`)),r.length?j.div({text:r.join(" "),padding:[0,0,0,2],align:"right"}):j.div()})),j.div()}const E=(Object.keys(f.alias)||[]).concat(Object.keys(e.parsed.newAliases)||[]);g=g.filter((t=>!e.parsed.newAliases[t]&&E.every((e=>-1===(f.alias[e]||[]).indexOf(t)))));const D=i("Options:");c[D]||(c[D]=[]),function(e,t,i,n){let a=[],r=null;Object.keys(i).forEach((e=>{a=a.concat(i[e])})),e.forEach((e=>{r=[e].concat(t[e]),r.some((e=>-1!==a.indexOf(e)))||i[n].push(e)}))}(g,f.alias,c,D);const A=e=>/^--/.test(F(e)),C=Object.keys(c).filter((e=>c[e].length>0)).map((e=>({groupName:e,normalizedKeys:c[e].filter(k).map((e=>{if(~E.indexOf(e))return e;for(let t,i=0;void 0!==(t=E[i]);i++)if(~(f.alias[t]||[]).indexOf(e))return t;return e}))}))).filter((({normalizedKeys:e})=>e.length>0)).map((({groupName:e,normalizedKeys:t})=>{const i=t.reduce(((t,i)=>(t[i]=[i].concat(f.alias[i]||[]).map((t=>e===n.getPositionalGroupName()?t:(/^[0-9]$/.test(t)?~f.boolean.indexOf(i)?"-":"--":t.length>1?"--":"-")+t)).sort(((e,t)=>A(e)===A(t)?0:A(e)?1:-1)).join(", "),t)),{});return{groupName:e,normalizedKeys:t,switches:i}}));if(C.filter((({groupName:e})=>e!==n.getPositionalGroupName())).some((({normalizedKeys:e,switches:t})=>!e.every((e=>A(t[e])))))&&C.filter((({groupName:e})=>e!==n.getPositionalGroupName())).forEach((({normalizedKeys:e,switches:t})=>{e.forEach((e=>{var i,n;A(t[e])&&(t[e]=(i=t[e],n="-x, ".length,R(i)?{text:i.text,indentation:i.indentation+n}:{text:i,indentation:n}))}))})),C.forEach((({groupName:e,normalizedKeys:t,switches:a})=>{j.div(e),t.forEach((e=>{const t=a[e];let o=h[e]||"",c=null;~o.lastIndexOf(b)&&(o=i(o.substring(b.length))),~f.boolean.indexOf(e)&&(c=`[${i("boolean")}]`),~f.count.indexOf(e)&&(c=`[${i("count")}]`),~f.string.indexOf(e)&&(c=`[${i("string")}]`),~f.normalize.indexOf(e)&&(c=`[${i("string")}]`),~f.array.indexOf(e)&&(c=`[${i("array")}]`),~f.number.indexOf(e)&&(c=`[${i("number")}]`);const u=[e in s?(l=s[e],"string"==typeof l?`[${i("deprecated: %s",l)}]`:`[${i("deprecated")}]`):null,c,e in r?`[${i("required")}]`:null,f.choices&&f.choices[e]?`[${i("choices:")} ${n.stringifiedValues(f.choices[e])}]`:null,_(f.default[e],f.defaultDescription[e])].filter(Boolean).join(" ");var l;j.span({text:F(t),padding:[0,2,0,2+z(t)],width:x(a,y)+4},o),u?j.div({text:u,padding:[0,0,0,2],align:"right"}):j.div()})),j.div()})),p.length&&(j.div(i("Examples:")),p.forEach((e=>{e[0]=e[0].replace(/\$0/g,a)})),p.forEach((e=>{""===e[1]?j.div({text:e[0],padding:[0,2,0,2]}):j.div({text:e[0],padding:[0,2,0,2],width:x(p,y)+4},{text:e[1]})})),j.div()),m.length>0){const e=m.map((e=>e.replace(/\$0/g,a))).join("\n");j.div(`${e}\n`)}return j.toString().replace(/\s*$/,"")},n.cacheHelpMessage=function(){w=this.help()},n.clearCachedHelpMessage=function(){w=void 0},n.hasCachedHelpMessage=function(){return!!w},n.showHelp=t=>{const i=e.getInternalMethods().getLoggerInstance();t||(t="error"),("function"==typeof t?t:i[t])(n.help())},n.functionDescription=e=>["(",e.name?t.Parser.decamelize(e.name,"-"):i("generated-value"),")"].join(""),n.stringifiedValues=function(e,t){let i="";const n=t||", ",a=[].concat(e);return e&&a.length?(a.forEach((e=>{i.length&&(i+=n),i+=JSON.stringify(e)})),i):i};let j=null;n.version=e=>{j=e},n.showVersion=t=>{const i=e.getInternalMethods().getLoggerInstance();t||(t="error"),("function"==typeof t?t:i[t])(j)},n.reset=function(e){return o=null,c=!1,u=[],l=!1,m=[],p=[],d=[],h=y(h,(t=>!e[t])),n};const E=[];return n.freeze=function(){E.push({failMessage:o,failureOutput:c,usages:u,usageDisabled:l,epilogs:m,examples:p,commands:d,descriptions:h})},n.unfreeze=function(){const e=E.pop();e&&({failMessage:o,failureOutput:c,usages:u,usageDisabled:l,epilogs:m,examples:p,commands:d,descriptions:h}=e)},n}function R(e){return"object"==typeof e}function z(e){return R(e)?e.indentation:0}function F(e){return R(e)?e.text:e}class L{constructor(e,t,i,n){var a,r,o;this.yargs=e,this.usage=t,this.command=i,this.shim=n,this.completionKey="get-yargs-completions",this.aliases=null,this.customCompletionFunction=null,this.zshShell=null!==(o=(null===(a=this.shim.getEnv("SHELL"))||void 0===a?void 0:a.includes("zsh"))||(null===(r=this.shim.getEnv("ZSH_NAME"))||void 0===r?void 0:r.includes("zsh")))&&void 0!==o&&o}defaultCompletion(e,t,i,n){const a=this.command.getCommandHandlers();for(let t=0,i=e.length;t{const n=u(i[0]).cmd;if(-1===t.indexOf(n))if(this.zshShell){const t=i[1]||"";e.push(n.replace(/:/g,"\\:")+":"+t)}else e.push(n)}))}optionCompletions(e,t,i,n){if(n.match(/^-/)||""===n&&0===e.length){const a=this.yargs.getOptions(),r=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[];Object.keys(a.key).forEach((o=>{const s=!!a.configuration["boolean-negation"]&&a.boolean.includes(o);r.includes(o)||this.argsContainKey(t,i,o,s)||(this.completeOptionKey(o,e,n),s&&a.default[o]&&this.completeOptionKey(`no-${o}`,e,n))}))}}argsContainKey(e,t,i,n){if(-1!==e.indexOf(`--${i}`))return!0;if(n&&-1!==e.indexOf(`--no-${i}`))return!0;if(this.aliases)for(const e of this.aliases[i])if(void 0!==t[e])return!0;return!1}completeOptionKey(e,t,i){const n=this.usage.getDescriptions(),a=!/^--/.test(i)&&(e=>/^[^0-9]$/.test(e))(e)?"-":"--";if(this.zshShell){const i=n[e]||"";t.push(a+`${e.replace(/:/g,"\\:")}:${i.replace("__yargsString__:","")}`)}else t.push(a+e)}customCompletion(e,t,i,n){if(f(this.customCompletionFunction,null,this.shim),this.customCompletionFunction.length<3){const e=this.customCompletionFunction(i,t);return m(e)?e.then((e=>{this.shim.process.nextTick((()=>{n(null,e)}))})).catch((e=>{this.shim.process.nextTick((()=>{n(e,void 0)}))})):n(null,e)}return function(e){return e.length>3}(this.customCompletionFunction)?this.customCompletionFunction(i,t,((a=n)=>this.defaultCompletion(e,t,i,a)),(e=>{n(null,e)})):this.customCompletionFunction(i,t,(e=>{n(null,e)}))}getCompletion(e,t){const i=e.length?e[e.length-1]:"",n=this.yargs.parse(e,!0),a=this.customCompletionFunction?n=>this.customCompletion(e,n,i,t):n=>this.defaultCompletion(e,n,i,t);return m(n)?n.then(a):a(n)}generateCompletionScript(e,t){let i=this.zshShell?'#compdef {{app_name}}\n###-begin-{{app_name}}-completions-###\n#\n# yargs command completion script\n#\n# Installation: {{app_path}} {{completion_command}} >> ~/.zshrc\n# or {{app_path}} {{completion_command}} >> ~/.zsh_profile on OSX.\n#\n_{{app_name}}_yargs_completions()\n{\n local reply\n local si=$IFS\n IFS=$\'\n\' reply=($(COMP_CWORD="$((CURRENT-1))" COMP_LINE="$BUFFER" COMP_POINT="$CURSOR" {{app_path}} --get-yargs-completions "${words[@]}"))\n IFS=$si\n _describe \'values\' reply\n}\ncompdef _{{app_name}}_yargs_completions {{app_name}}\n###-end-{{app_name}}-completions-###\n':'###-begin-{{app_name}}-completions-###\n#\n# yargs command completion script\n#\n# Installation: {{app_path}} {{completion_command}} >> ~/.bashrc\n# or {{app_path}} {{completion_command}} >> ~/.bash_profile on OSX.\n#\n_{{app_name}}_yargs_completions()\n{\n local cur_word args type_list\n\n cur_word="${COMP_WORDS[COMP_CWORD]}"\n args=("${COMP_WORDS[@]}")\n\n # ask yargs to generate completions.\n type_list=$({{app_path}} --get-yargs-completions "${args[@]}")\n\n COMPREPLY=( $(compgen -W "${type_list}" -- ${cur_word}) )\n\n # if no match was found, fall back to filename completion\n if [ ${#COMPREPLY[@]} -eq 0 ]; then\n COMPREPLY=()\n fi\n\n return 0\n}\ncomplete -o default -F _{{app_name}}_yargs_completions {{app_name}}\n###-end-{{app_name}}-completions-###\n';const n=this.shim.path.basename(e);return e.match(/\.js$/)&&(e=`./${e}`),i=i.replace(/{{app_name}}/g,n),i=i.replace(/{{completion_command}}/g,t),i.replace(/{{app_path}}/g,e)}registerFunction(e){this.customCompletionFunction=e}setParsed(e){this.aliases=e.aliases}}function N(e,t){if(0===e.length)return t.length;if(0===t.length)return e.length;const i=[];let n,a;for(n=0;n<=t.length;n++)i[n]=[n];for(a=0;a<=e.length;a++)i[0][a]=a;for(n=1;n<=t.length;n++)for(a=1;a<=e.length;a++)t.charAt(n-1)===e.charAt(a-1)?i[n][a]=i[n-1][a-1]:i[n][a]=Math.min(i[n-1][a-1]+1,Math.min(i[n][a-1]+1,i[n-1][a]+1));return i[t.length][e.length]}const B=["$0","--","_"];var U,M,$,q,H,G,W,V,Y,X,Q,J,K,Z,ee,te,ie,ne,ae,re,oe,se,ce,ue,le,pe,de,he,me,fe,ge,ve;const ye=Symbol("copyDoubleDash"),be=Symbol("copyDoubleDash"),xe=Symbol("deleteFromParserHintObject"),we=Symbol("freeze"),ke=Symbol("getDollarZero"),_e=Symbol("getParserConfiguration"),je=Symbol("guessLocale"),Ee=Symbol("guessVersion"),De=Symbol("parsePositionalNumbers"),Ae=Symbol("pkgUp"),Ce=Symbol("populateParserHintArray"),Se=Symbol("populateParserHintSingleValueDictionary"),Te=Symbol("populateParserHintArrayDictionary"),Oe=Symbol("populateParserHintDictionary"),Ie=Symbol("sanitizeKey"),Pe=Symbol("setKey"),Re=Symbol("unfreeze"),ze=Symbol("validateAsync"),Fe=Symbol("getCommandInstance"),Le=Symbol("getContext"),Ne=Symbol("getHasOutput"),Be=Symbol("getLoggerInstance"),Ue=Symbol("getParseContext"),Me=Symbol("getUsageInstance"),$e=Symbol("getValidationInstance"),qe=Symbol("hasParseCallback"),He=Symbol("postProcess"),Ge=Symbol("rebase"),We=Symbol("reset"),Ve=Symbol("runYargsParserAndExecuteCommands"),Ye=Symbol("runValidation"),Xe=Symbol("setHasOutput");class Qe{constructor(e=[],t,i,n){this.customScriptName=!1,this.parsed=!1,U.set(this,void 0),M.set(this,void 0),$.set(this,{commands:[],fullCommands:[]}),q.set(this,null),H.set(this,null),G.set(this,"show-hidden"),W.set(this,null),V.set(this,!0),Y.set(this,!0),X.set(this,[]),Q.set(this,void 0),J.set(this,{}),K.set(this,!1),Z.set(this,null),ee.set(this,void 0),te.set(this,""),ie.set(this,void 0),ne.set(this,void 0),ae.set(this,{}),re.set(this,null),oe.set(this,null),se.set(this,{}),ce.set(this,{}),ue.set(this,void 0),le.set(this,!1),pe.set(this,void 0),de.set(this,!1),he.set(this,!1),me.set(this,!1),fe.set(this,void 0),ge.set(this,null),ve.set(this,void 0),_(this,pe,n),_(this,ue,e),_(this,M,t),_(this,ne,i),_(this,Q,new j(this)),this.$0=this[ke](),this[We](),_(this,U,k(this,U)),_(this,fe,k(this,fe)),_(this,ve,k(this,ve)),_(this,ie,k(this,ie)),k(this,ie).showHiddenOpt=k(this,G),_(this,ee,this[be]())}addHelpOpt(e,t){return p("[string|boolean] [string]",[e,t],arguments.length),k(this,Z)&&(this[xe](k(this,Z)),_(this,Z,null)),!1===e&&void 0===t||(_(this,Z,"string"==typeof e?e:"help"),this.boolean(k(this,Z)),this.describe(k(this,Z),t||k(this,fe).deferY18nLookup("Show help"))),this}help(e,t){return this.addHelpOpt(e,t)}addShowHiddenOpt(e,t){if(p("[string|boolean] [string]",[e,t],arguments.length),!1===e&&void 0===t)return this;const i="string"==typeof e?e:k(this,G);return this.boolean(i),this.describe(i,t||k(this,fe).deferY18nLookup("Show hidden options")),k(this,ie).showHiddenOpt=i,this}showHidden(e,t){return this.addShowHiddenOpt(e,t)}alias(e,t){return p(" [string|array]",[e,t],arguments.length),this[Te](this.alias.bind(this),"alias",e,t),this}array(e){return p("",[e],arguments.length),this[Ce]("array",e),this}boolean(e){return p("",[e],arguments.length),this[Ce]("boolean",e),this}check(e,t){return p(" [boolean]",[e,t],arguments.length),this.middleware(((t,i)=>D((()=>e(t)),(i=>(i?("string"==typeof i||i instanceof Error)&&k(this,fe).fail(i.toString(),i):k(this,fe).fail(k(this,pe).y18n.__("Argument check failed: %s",e.toString())),t)),(e=>(k(this,fe).fail(e.message?e.message:e.toString(),e),t)))),!1,t),this}choices(e,t){return p(" [string|array]",[e,t],arguments.length),this[Te](this.choices.bind(this),"choices",e,t),this}coerce(e,t){if(p(" [function]",[e,t],arguments.length),Array.isArray(e)){if(!t)throw new a("coerce callback must be provided");for(const i of e)this.coerce(i,t);return this}if("object"==typeof e){for(const t of Object.keys(e))this.coerce(t,e[t]);return this}if(!t)throw new a("coerce callback must be provided");return k(this,ie).key[e]=!0,k(this,Q).addCoerceMiddleware(((i,n)=>{let r;return D((()=>(r=n.getAliases(),t(i[e]))),(t=>{if(i[e]=t,r[e])for(const n of r[e])i[n]=t;return i}),(e=>{throw new a(e.message)}))}),e),this}conflicts(e,t){return p(" [string|array]",[e,t],arguments.length),k(this,ve).conflicts(e,t),this}config(e="config",t,i){return p("[object|string] [string|function] [function]",[e,t,i],arguments.length),"object"!=typeof e||Array.isArray(e)?("function"==typeof t&&(i=t,t=void 0),this.describe(e,t||k(this,fe).deferY18nLookup("Path to JSON config file")),(Array.isArray(e)?e:[e]).forEach((e=>{k(this,ie).config[e]=i||!0})),this):(e=s(e,k(this,M),this[_e]()["deep-merge-config"]||!1,k(this,pe)),k(this,ie).configObjects=(k(this,ie).configObjects||[]).concat(e),this)}completion(e,t,i){return p("[string] [string|boolean|function] [function]",[e,t,i],arguments.length),"function"==typeof t&&(i=t,t=void 0),_(this,H,e||k(this,H)||"completion"),t||!1===t||(t="generate completion script"),this.command(k(this,H),t),i&&k(this,q).registerFunction(i),this}command(e,t,i,n,a,r){return p(" [string|boolean] [function|object] [function] [array] [boolean|string]",[e,t,i,n,a,r],arguments.length),k(this,U).addHandler(e,t,i,n,a,r),this}commands(e,t,i,n,a,r){return this.command(e,t,i,n,a,r)}commandDir(e,t){p(" [object]",[e,t],arguments.length);const i=k(this,ne)||k(this,pe).require;return k(this,U).addDirectory(e,i,k(this,pe).getCallerFile(),t),this}count(e){return p("",[e],arguments.length),this[Ce]("count",e),this}default(e,t,i){return p(" [*] [string]",[e,t,i],arguments.length),i&&(g(e,k(this,pe)),k(this,ie).defaultDescription[e]=i),"function"==typeof t&&(g(e,k(this,pe)),k(this,ie).defaultDescription[e]||(k(this,ie).defaultDescription[e]=k(this,fe).functionDescription(t)),t=t.call()),this[Se](this.default.bind(this),"default",e,t),this}defaults(e,t,i){return this.default(e,t,i)}demandCommand(e=1,t,i,n){return p("[number] [number|string] [string|null|undefined] [string|null|undefined]",[e,t,i,n],arguments.length),"number"!=typeof t&&(i=t,t=1/0),this.global("_",!1),k(this,ie).demandedCommands._={min:e,max:t,minMsg:i,maxMsg:n},this}demand(e,t,i){return Array.isArray(t)?(t.forEach((e=>{f(i,!0,k(this,pe)),this.demandOption(e,i)})),t=1/0):"number"!=typeof t&&(i=t,t=1/0),"number"==typeof e?(f(i,!0,k(this,pe)),this.demandCommand(e,t,i,i)):Array.isArray(e)?e.forEach((e=>{f(i,!0,k(this,pe)),this.demandOption(e,i)})):"string"==typeof i?this.demandOption(e,i):!0!==i&&void 0!==i||this.demandOption(e),this}demandOption(e,t){return p(" [string]",[e,t],arguments.length),this[Se](this.demandOption.bind(this),"demandedOptions",e,t),this}deprecateOption(e,t){return p(" [string|boolean]",[e,t],arguments.length),k(this,ie).deprecatedOptions[e]=t,this}describe(e,t){return p(" [string]",[e,t],arguments.length),this[Pe](e,!0),k(this,fe).describe(e,t),this}detectLocale(e){return p("",[e],arguments.length),_(this,V,e),this}env(e){return p("[string|boolean]",[e],arguments.length),!1===e?delete k(this,ie).envPrefix:k(this,ie).envPrefix=e||"",this}epilogue(e){return p("",[e],arguments.length),k(this,fe).epilog(e),this}epilog(e){return this.epilogue(e)}example(e,t){return p(" [string]",[e,t],arguments.length),Array.isArray(e)?e.forEach((e=>this.example(...e))):k(this,fe).example(e,t),this}exit(e,t){_(this,K,!0),_(this,W,t),k(this,Y)&&k(this,pe).process.exit(e)}exitProcess(e=!0){return p("[boolean]",[e],arguments.length),_(this,Y,e),this}fail(e){if(p("",[e],arguments.length),"boolean"==typeof e&&!1!==e)throw new a("Invalid first argument. Expected function or boolean 'false'");return k(this,fe).failFn(e),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(e,t){return p(" [function]",[e,t],arguments.length),t?k(this,q).getCompletion(e,t):new Promise(((t,i)=>{k(this,q).getCompletion(e,((e,n)=>{e?i(e):t(n)}))}))}getDemandedOptions(){return p([],0),k(this,ie).demandedOptions}getDemandedCommands(){return p([],0),k(this,ie).demandedCommands}getDeprecatedOptions(){return p([],0),k(this,ie).deprecatedOptions}getDetectLocale(){return k(this,V)}getExitProcess(){return k(this,Y)}getGroups(){return Object.assign({},k(this,J),k(this,ce))}getHelp(){if(_(this,K,!0),!k(this,fe).hasCachedHelpMessage()){if(!this.parsed){const e=this[Ve](k(this,ue),void 0,void 0,0,!0);if(m(e))return e.then((()=>k(this,fe).help()))}const e=k(this,U).runDefaultBuilderOn(this);if(m(e))return e.then((()=>k(this,fe).help()))}return Promise.resolve(k(this,fe).help())}getOptions(){return k(this,ie)}getStrict(){return k(this,de)}getStrictCommands(){return k(this,he)}getStrictOptions(){return k(this,me)}global(e,t){return p(" [boolean]",[e,t],arguments.length),e=[].concat(e),!1!==t?k(this,ie).local=k(this,ie).local.filter((t=>-1===e.indexOf(t))):e.forEach((e=>{-1===k(this,ie).local.indexOf(e)&&k(this,ie).local.push(e)})),this}group(e,t){p(" ",[e,t],arguments.length);const i=k(this,ce)[t]||k(this,J)[t];k(this,ce)[t]&&delete k(this,ce)[t];const n={};return k(this,J)[t]=(i||[]).concat(e).filter((e=>!n[e]&&(n[e]=!0))),this}hide(e){return p("",[e],arguments.length),k(this,ie).hiddenOptions.push(e),this}implies(e,t){return p(" [number|string|array]",[e,t],arguments.length),k(this,ve).implies(e,t),this}locale(e){return p("[string]",[e],arguments.length),e?(_(this,V,!1),k(this,pe).y18n.setLocale(e),this):(this[je](),k(this,pe).y18n.getLocale())}middleware(e,t,i){return k(this,Q).addMiddleware(e,!!t,i)}nargs(e,t){return p(" [number]",[e,t],arguments.length),this[Se](this.nargs.bind(this),"narg",e,t),this}normalize(e){return p("",[e],arguments.length),this[Ce]("normalize",e),this}number(e){return p("",[e],arguments.length),this[Ce]("number",e),this}option(e,t){if(p(" [object]",[e,t],arguments.length),"object"==typeof e)Object.keys(e).forEach((t=>{this.options(t,e[t])}));else{"object"!=typeof t&&(t={}),k(this,ie).key[e]=!0,t.alias&&this.alias(e,t.alias);const i=t.deprecate||t.deprecated;i&&this.deprecateOption(e,i);const n=t.demand||t.required||t.require;n&&this.demand(e,n),t.demandOption&&this.demandOption(e,"string"==typeof t.demandOption?t.demandOption:void 0),t.conflicts&&this.conflicts(e,t.conflicts),"default"in t&&this.default(e,t.default),void 0!==t.implies&&this.implies(e,t.implies),void 0!==t.nargs&&this.nargs(e,t.nargs),t.config&&this.config(e,t.configParser),t.normalize&&this.normalize(e),t.choices&&this.choices(e,t.choices),t.coerce&&this.coerce(e,t.coerce),t.group&&this.group(e,t.group),(t.boolean||"boolean"===t.type)&&(this.boolean(e),t.alias&&this.boolean(t.alias)),(t.array||"array"===t.type)&&(this.array(e),t.alias&&this.array(t.alias)),(t.number||"number"===t.type)&&(this.number(e),t.alias&&this.number(t.alias)),(t.string||"string"===t.type)&&(this.string(e),t.alias&&this.string(t.alias)),(t.count||"count"===t.type)&&this.count(e),"boolean"==typeof t.global&&this.global(e,t.global),t.defaultDescription&&(k(this,ie).defaultDescription[e]=t.defaultDescription),t.skipValidation&&this.skipValidation(e);const a=t.describe||t.description||t.desc;this.describe(e,a),t.hidden&&this.hide(e),t.requiresArg&&this.requiresArg(e)}return this}options(e,t){return this.option(e,t)}parse(e,t,i){p("[string|array] [function|boolean|object] [function]",[e,t,i],arguments.length),this[we](),void 0===e&&(e=k(this,ue)),"object"==typeof t&&(_(this,oe,t),t=i),"function"==typeof t&&(_(this,re,t),t=!1),t||_(this,ue,e),k(this,re)&&_(this,Y,!1);const n=this[Ve](e,!!t),a=this.parsed;return k(this,q).setParsed(this.parsed),m(n)?n.then((e=>(k(this,re)&&k(this,re).call(this,k(this,W),e,k(this,te)),e))).catch((e=>{throw k(this,re)&&k(this,re)(e,this.parsed.argv,k(this,te)),e})).finally((()=>{this[Re](),this.parsed=a})):(k(this,re)&&k(this,re).call(this,k(this,W),n,k(this,te)),this[Re](),this.parsed=a,n)}parseAsync(e,t,i){const n=this.parse(e,t,i);return m(n)?n:Promise.resolve(n)}parseSync(e,t,i){const n=this.parse(e,t,i);if(m(n))throw new a(".parseSync() must not be used with asynchronous builders, handlers, or middleware");return n}parserConfiguration(e){return p("",[e],arguments.length),_(this,ae,e),this}pkgConf(e,t){p(" [string]",[e,t],arguments.length);let i=null;const n=this[Ae](t||k(this,M));return n[e]&&"object"==typeof n[e]&&(i=s(n[e],t||k(this,M),this[_e]()["deep-merge-config"]||!1,k(this,pe)),k(this,ie).configObjects=(k(this,ie).configObjects||[]).concat(i)),this}positional(e,t){p(" ",[e,t],arguments.length);const i=["default","defaultDescription","implies","normalize","choices","conflicts","coerce","type","describe","desc","description","alias"];t=y(t,((e,t)=>{let n=-1!==i.indexOf(e);return"type"===e&&-1===["string","number","boolean"].indexOf(t)&&(n=!1),n}));const n=k(this,$).fullCommands[k(this,$).fullCommands.length-1],a=n?k(this,U).cmdToParseOptions(n):{array:[],alias:{},default:{},demand:{}};return v(a).forEach((i=>{const n=a[i];Array.isArray(n)?-1!==n.indexOf(e)&&(t[i]=!0):n[e]&&!(i in t)&&(t[i]=n[e])})),this.group(e,k(this,fe).getPositionalGroupName()),this.option(e,t)}recommendCommands(e=!0){return p("[boolean]",[e],arguments.length),_(this,le,e),this}required(e,t,i){return this.demand(e,t,i)}require(e,t,i){return this.demand(e,t,i)}requiresArg(e){return p(" [number]",[e],arguments.length),"string"==typeof e&&k(this,ie).narg[e]||this[Se](this.requiresArg.bind(this),"narg",e,NaN),this}showCompletionScript(e,t){return p("[string] [string]",[e,t],arguments.length),e=e||this.$0,k(this,ee).log(k(this,q).generateCompletionScript(e,t||k(this,H)||"completion")),this}showHelp(e){if(p("[string|function]",[e],arguments.length),_(this,K,!0),!k(this,fe).hasCachedHelpMessage()){if(!this.parsed){const t=this[Ve](k(this,ue),void 0,void 0,0,!0);if(m(t))return t.then((()=>{k(this,fe).showHelp(e)})),this}const t=k(this,U).runDefaultBuilderOn(this);if(m(t))return t.then((()=>{k(this,fe).showHelp(e)})),this}return k(this,fe).showHelp(e),this}scriptName(e){return this.customScriptName=!0,this.$0=e,this}showHelpOnFail(e,t){return p("[boolean|string] [string]",[e,t],arguments.length),k(this,fe).showHelpOnFail(e,t),this}showVersion(e){return p("[string|function]",[e],arguments.length),k(this,fe).showVersion(e),this}skipValidation(e){return p("",[e],arguments.length),this[Ce]("skipValidation",e),this}strict(e){return p("[boolean]",[e],arguments.length),_(this,de,!1!==e),this}strictCommands(e){return p("[boolean]",[e],arguments.length),_(this,he,!1!==e),this}strictOptions(e){return p("[boolean]",[e],arguments.length),_(this,me,!1!==e),this}string(e){return p("",[e],arguments.length),this[Ce]("string",e),this}terminalWidth(){return p([],0),k(this,pe).process.stdColumns}updateLocale(e){return this.updateStrings(e)}updateStrings(e){return p("",[e],arguments.length),_(this,V,!1),k(this,pe).y18n.updateLocale(e),this}usage(e,t,i,n){if(p(" [string|boolean] [function|object] [function]",[e,t,i,n],arguments.length),void 0!==t){if(f(e,null,k(this,pe)),(e||"").match(/^\$0( |$)/))return this.command(e,t,i,n);throw new a(".usage() description must start with $0 if being used as alias for .command()")}return k(this,fe).usage(e),this}version(e,t,i){const n="version";if(p("[boolean|string] [string] [string]",[e,t,i],arguments.length),k(this,ge)&&(this[xe](k(this,ge)),k(this,fe).version(void 0),_(this,ge,null)),0===arguments.length)i=this[Ee](),e=n;else if(1===arguments.length){if(!1===e)return this;i=e,e=n}else 2===arguments.length&&(i=t,t=void 0);return _(this,ge,"string"==typeof e?e:n),t=t||k(this,fe).deferY18nLookup("Show version number"),k(this,fe).version(i||void 0),this.boolean(k(this,ge)),this.describe(k(this,ge),t),this}wrap(e){return p("",[e],arguments.length),k(this,fe).wrap(e),this}[(U=new WeakMap,M=new WeakMap,$=new WeakMap,q=new WeakMap,H=new WeakMap,G=new WeakMap,W=new WeakMap,V=new WeakMap,Y=new WeakMap,X=new WeakMap,Q=new WeakMap,J=new WeakMap,K=new WeakMap,Z=new WeakMap,ee=new WeakMap,te=new WeakMap,ie=new WeakMap,ne=new WeakMap,ae=new WeakMap,re=new WeakMap,oe=new WeakMap,se=new WeakMap,ce=new WeakMap,ue=new WeakMap,le=new WeakMap,pe=new WeakMap,de=new WeakMap,he=new WeakMap,me=new WeakMap,fe=new WeakMap,ge=new WeakMap,ve=new WeakMap,ye)](e){if(!e._||!e["--"])return e;e._.push.apply(e._,e["--"]);try{delete e["--"]}catch(e){}return e}[be](){return{log:(...e)=>{this[qe]()||console.log(...e),_(this,K,!0),k(this,te).length&&_(this,te,k(this,te)+"\n"),_(this,te,k(this,te)+e.join(" "))},error:(...e)=>{this[qe]()||console.error(...e),_(this,K,!0),k(this,te).length&&_(this,te,k(this,te)+"\n"),_(this,te,k(this,te)+e.join(" "))}}}[xe](e){v(k(this,ie)).forEach((t=>{if("configObjects"===t)return;const i=k(this,ie)[t];Array.isArray(i)?~i.indexOf(e)&&i.splice(i.indexOf(e),1):"object"==typeof i&&delete i[e]})),delete k(this,fe).getDescriptions()[e]}[we](){k(this,X).push({options:k(this,ie),configObjects:k(this,ie).configObjects.slice(0),exitProcess:k(this,Y),groups:k(this,J),strict:k(this,de),strictCommands:k(this,he),strictOptions:k(this,me),completionCommand:k(this,H),output:k(this,te),exitError:k(this,W),hasOutput:k(this,K),parsed:this.parsed,parseFn:k(this,re),parseContext:k(this,oe)}),k(this,fe).freeze(),k(this,ve).freeze(),k(this,U).freeze(),k(this,Q).freeze()}[ke](){let e,t="";return e=/\b(node|iojs|electron)(\.exe)?$/.test(k(this,pe).process.argv()[0])?k(this,pe).process.argv().slice(1,2):k(this,pe).process.argv().slice(0,1),t=e.map((e=>{const t=this[Ge](k(this,M),e);return e.match(/^(\/|([a-zA-Z]:)?\\)/)&&t.lengtht.includes("package.json")?"package.json":void 0));f(n,void 0,k(this,pe)),i=JSON.parse(k(this,pe).readFileSync(n,"utf8"))}catch(e){}return k(this,se)[t]=i||{},k(this,se)[t]}[Ce](e,t){(t=[].concat(t)).forEach((t=>{t=this[Ie](t),k(this,ie)[e].push(t)}))}[Se](e,t,i,n){this[Oe](e,t,i,n,((e,t,i)=>{k(this,ie)[e][t]=i}))}[Te](e,t,i,n){this[Oe](e,t,i,n,((e,t,i)=>{k(this,ie)[e][t]=(k(this,ie)[e][t]||[]).concat(i)}))}[Oe](e,t,i,n,a){if(Array.isArray(i))i.forEach((t=>{e(t,n)}));else if((e=>"object"==typeof e)(i))for(const t of v(i))e(t,i[t]);else a(t,this[Ie](i),n)}[Ie](e){return"__proto__"===e?"___proto___":e}[Pe](e,t){return this[Se](this[Pe].bind(this),"key",e,t),this}[Re](){var e,t,i,n,a,r,o,s,c,u,l,p;const d=k(this,X).pop();let h;f(d,void 0,k(this,pe)),e=this,t=this,i=this,n=this,a=this,r=this,o=this,s=this,c=this,u=this,l=this,p=this,({options:{set value(t){_(e,ie,t)}}.value,configObjects:h,exitProcess:{set value(e){_(t,Y,e)}}.value,groups:{set value(e){_(i,J,e)}}.value,output:{set value(e){_(n,te,e)}}.value,exitError:{set value(e){_(a,W,e)}}.value,hasOutput:{set value(e){_(r,K,e)}}.value,parsed:this.parsed,strict:{set value(e){_(o,de,e)}}.value,strictCommands:{set value(e){_(s,he,e)}}.value,strictOptions:{set value(e){_(c,me,e)}}.value,completionCommand:{set value(e){_(u,H,e)}}.value,parseFn:{set value(e){_(l,re,e)}}.value,parseContext:{set value(e){_(p,oe,e)}}.value}=d),k(this,ie).configObjects=h,k(this,fe).unfreeze(),k(this,ve).unfreeze(),k(this,U).unfreeze(),k(this,Q).unfreeze()}[ze](e,t){return D(t,(t=>(e(t),t)))}getInternalMethods(){return{getCommandInstance:this[Fe].bind(this),getContext:this[Le].bind(this),getHasOutput:this[Ne].bind(this),getLoggerInstance:this[Be].bind(this),getParseContext:this[Ue].bind(this),getParserConfiguration:this[_e].bind(this),getUsageInstance:this[Me].bind(this),getValidationInstance:this[$e].bind(this),hasParseCallback:this[qe].bind(this),postProcess:this[He].bind(this),reset:this[We].bind(this),runValidation:this[Ye].bind(this),runYargsParserAndExecuteCommands:this[Ve].bind(this),setHasOutput:this[Xe].bind(this)}}[Fe](){return k(this,U)}[Le](){return k(this,$)}[Ne](){return k(this,K)}[Be](){return k(this,ee)}[Ue](){return k(this,oe)||{}}[Me](){return k(this,fe)}[$e](){return k(this,ve)}[qe](){return!!k(this,re)}[He](e,t,i,n){return i||m(e)||(t||(e=this[ye](e)),(this[_e]()["parse-positional-numbers"]||void 0===this[_e]()["parse-positional-numbers"])&&(e=this[De](e)),n&&(e=E(e,this,k(this,Q).getMiddleware(),!1))),e}[We](e={}){_(this,ie,k(this,ie)||{});const t={};t.local=k(this,ie).local?k(this,ie).local:[],t.configObjects=k(this,ie).configObjects?k(this,ie).configObjects:[];const i={};return t.local.forEach((t=>{i[t]=!0,(e[t]||[]).forEach((e=>{i[e]=!0}))})),Object.assign(k(this,ce),Object.keys(k(this,J)).reduce(((e,t)=>{const n=k(this,J)[t].filter((e=>!(e in i)));return n.length>0&&(e[t]=n),e}),{})),_(this,J,{}),["array","boolean","string","skipValidation","count","normalize","number","hiddenOptions"].forEach((e=>{t[e]=(k(this,ie)[e]||[]).filter((e=>!i[e]))})),["narg","key","alias","default","defaultDescription","config","choices","demandedOptions","demandedCommands","deprecatedOptions"].forEach((e=>{t[e]=y(k(this,ie)[e],(e=>!i[e]))})),t.envPrefix=k(this,ie).envPrefix,_(this,ie,t),_(this,fe,k(this,fe)?k(this,fe).reset(i):P(this,k(this,pe))),_(this,ve,k(this,ve)?k(this,ve).reset(i):function(e,t,i){const n=i.y18n.__,a=i.y18n.__n,r={nonOptionCount:function(i){const n=e.getDemandedCommands(),r=i._.length+(i["--"]?i["--"].length:0)-e.getInternalMethods().getContext().commands.length;n._&&(rn._.max)&&(rn._.max&&(void 0!==n._.maxMsg?t.fail(n._.maxMsg?n._.maxMsg.replace(/\$0/g,r.toString()).replace(/\$1/,n._.max.toString()):null):t.fail(a("Too many non-option arguments: got %s, maximum of %s","Too many non-option arguments: got %s, maximum of %s",r,r.toString(),n._.max.toString()))))},positionalCount:function(e,i){i{-1!==B.indexOf(t)||Object.prototype.hasOwnProperty.call(o,t)||Object.prototype.hasOwnProperty.call(e.getInternalMethods().getParseContext(),t)||r.isValidAndSomeAliasIsNotNew(t,n)||l.push(t)})),c&&(p.commands.length>0||u.length>0||s)&&i._.slice(p.commands.length).forEach((e=>{-1===u.indexOf(""+e)&&l.push(""+e)})),l.length>0&&t.fail(a("Unknown argument: %s","Unknown arguments: %s",l.length,l.join(", ")))},unknownCommands:function(i){const n=e.getInternalMethods().getCommandInstance().getCommands(),r=[],o=e.getInternalMethods().getContext();return(o.commands.length>0||n.length>0)&&i._.slice(o.commands.length).forEach((e=>{-1===n.indexOf(""+e)&&r.push(""+e)})),r.length>0&&(t.fail(a("Unknown command: %s","Unknown commands: %s",r.length,r.join(", "))),!0)},isValidAndSomeAliasIsNotNew:function(t,i){if(!Object.prototype.hasOwnProperty.call(i,t))return!1;const n=e.parsed.newAliases;return[t,...i[t]].some((e=>!Object.prototype.hasOwnProperty.call(n,e)||!n[t]))},limitedChoices:function(i){const a=e.getOptions(),r={};if(!Object.keys(a.choices).length)return;Object.keys(i).forEach((e=>{-1===B.indexOf(e)&&Object.prototype.hasOwnProperty.call(a.choices,e)&&[].concat(i[e]).forEach((t=>{-1===a.choices[e].indexOf(t)&&void 0!==t&&(r[e]=(r[e]||[]).concat(t))}))}));const o=Object.keys(r);if(!o.length)return;let s=n("Invalid values:");o.forEach((e=>{s+=`\n ${n("Argument: %s, Given: %s, Choices: %s",e,t.stringifiedValues(r[e]),t.stringifiedValues(a.choices[e]))}`})),t.fail(s)}};let o={};function s(e,t){const i=Number(t);return"number"==typeof(t=isNaN(i)?t:i)?e._.length>=t:t.match(/^--no-.+/)?!e[t=t.match(/^--no-(.+)/)[1]]:e[t]}r.implies=function(t,n){p(" [array|number|string]",[t,n],arguments.length),"object"==typeof t?Object.keys(t).forEach((e=>{r.implies(e,t[e])})):(e.global(t),o[t]||(o[t]=[]),Array.isArray(n)?n.forEach((e=>r.implies(t,e))):(f(n,void 0,i),o[t].push(n)))},r.getImplied=function(){return o},r.implications=function(e){const i=[];if(Object.keys(o).forEach((t=>{const n=t;(o[t]||[]).forEach((t=>{let a=n;const r=t;a=s(e,a),t=s(e,t),a&&!t&&i.push(` ${n} -> ${r}`)}))})),i.length){let e=`${n("Implications failed:")}\n`;i.forEach((t=>{e+=t})),t.fail(e)}};let c={};r.conflicts=function(t,i){p(" [array|string]",[t,i],arguments.length),"object"==typeof t?Object.keys(t).forEach((e=>{r.conflicts(e,t[e])})):(e.global(t),c[t]||(c[t]=[]),Array.isArray(i)?i.forEach((e=>r.conflicts(t,e))):c[t].push(i))},r.getConflicting=()=>c,r.conflicting=function(e){Object.keys(e).forEach((i=>{c[i]&&c[i].forEach((a=>{a&&void 0!==e[i]&&void 0!==e[a]&&t.fail(n("Arguments %s and %s are mutually exclusive",i,a))}))}))},r.recommendCommands=function(e,i){i=i.sort(((e,t)=>t.length-e.length));let a=null,r=1/0;for(let t,n=0;void 0!==(t=i[n]);n++){const i=N(e,t);i<=3&&i!e[t])),c=y(c,(t=>!e[t])),r};const u=[];return r.freeze=function(){u.push({implied:o,conflicting:c})},r.unfreeze=function(){const e=u.pop();f(e,void 0,i),({implied:o,conflicting:c}=e)},r}(this,k(this,fe),k(this,pe))),_(this,U,k(this,U)?k(this,U).reset():function(e,t,i,n){return new C(e,t,i,n)}(k(this,fe),k(this,ve),k(this,Q),k(this,pe))),k(this,q)||_(this,q,function(e,t,i,n){return new L(e,t,i,n)}(this,k(this,fe),k(this,U),k(this,pe))),k(this,Q).reset(),_(this,H,null),_(this,te,""),_(this,W,null),_(this,K,!1),this.parsed=!1,this}[Ge](e,t){return k(this,pe).path.relative(e,t)}[Ve](e,t,i,n=0,r=!1){let o=!!i||r;e=e||k(this,ue),k(this,ie).__=k(this,pe).y18n.__,k(this,ie).configuration=this[_e]();const s=!!k(this,ie).configuration["populate--"],c=Object.assign({},k(this,ie).configuration,{"populate--":!0}),u=k(this,pe).Parser.detailed(e,Object.assign({},k(this,ie),{configuration:{"parse-positional-numbers":!1,...c}})),l=Object.assign(u.argv,k(this,oe));let p;const d=u.aliases;let h=!1,f=!1;Object.keys(l).forEach((e=>{e===k(this,Z)&&l[e]?h=!0:e===k(this,ge)&&l[e]&&(f=!0)})),l.$0=this.$0,this.parsed=u,0===n&&k(this,fe).clearCachedHelpMessage();try{if(this[je](),t)return this[He](l,s,!!i,!1);k(this,Z)&&~[k(this,Z)].concat(d[k(this,Z)]||[]).filter((e=>e.length>1)).indexOf(""+l._[l._.length-1])&&(l._.pop(),h=!0);const c=k(this,U).getCommands(),g=k(this,q).completionKey in l,v=h||g||r;if(l._.length){if(c.length){let e;for(let t,a=n||0;void 0!==l._[a];a++){if(t=String(l._[a]),~c.indexOf(t)&&t!==k(this,H)){const e=k(this,U).runCommand(t,this,u,a+1,r,h||f||r);return this[He](e,s,!!i,!1)}if(!e&&t!==k(this,H)){e=t;break}}!k(this,U).hasDefaultCommand()&&k(this,le)&&e&&!v&&k(this,ve).recommendCommands(e,c)}k(this,H)&&~l._.indexOf(k(this,H))&&!g&&(k(this,Y)&&O(!0),this.showCompletionScript(),this.exit(0))}if(k(this,U).hasDefaultCommand()&&!v){const e=k(this,U).runCommand(null,this,u,0,r,h||f||r);return this[He](e,s,!!i,!1)}if(g){k(this,Y)&&O(!0);const t=(e=[].concat(e)).slice(e.indexOf(`--${k(this,q).completionKey}`)+1);return k(this,q).getCompletion(t,((e,t)=>{if(e)throw new a(e.message);(t||[]).forEach((e=>{k(this,ee).log(e)})),this.exit(0)})),this[He](l,!s,!!i,!1)}if(k(this,K)||(h?(k(this,Y)&&O(!0),o=!0,this.showHelp("log"),this.exit(0)):f&&(k(this,Y)&&O(!0),o=!0,k(this,fe).showVersion("log"),this.exit(0))),!o&&k(this,ie).skipValidation.length>0&&(o=Object.keys(l).some((e=>k(this,ie).skipValidation.indexOf(e)>=0&&!0===l[e]))),!o){if(u.error)throw new a(u.error.message);if(!g){const e=this[Ye](d,{},u.error);i||(p=E(l,this,k(this,Q).getMiddleware(),!0)),p=this[ze](e,null!=p?p:l),m(p)&&!i&&(p=p.then((()=>E(l,this,k(this,Q).getMiddleware(),!1))))}}}catch(e){if(!(e instanceof a))throw e;k(this,fe).fail(e.message,e)}return this[He](null!=p?p:l,s,!!i,!0)}[Ye](e,t,i,n){e={...e},t={...t};const r={...this.getDemandedOptions()};return o=>{if(i)throw new a(i.message);k(this,ve).nonOptionCount(o),k(this,ve).requiredArguments(o,r);let s=!1;k(this,he)&&(s=k(this,ve).unknownCommands(o)),k(this,de)&&!s?k(this,ve).unknownArguments(o,e,t,!!n):k(this,me)&&k(this,ve).unknownArguments(o,e,{},!1,!1),k(this,ve).limitedChoices(o),k(this,ve).implications(o),k(this,ve).conflicting(o)}}[Xe](){_(this,K,!0)}}var Je,Ke;const{readFileSync:Ze}=i(35747),{inspect:et}=i(31669),{resolve:tt}=i(85622),it=i(21766),nt=i(69533);var at,rt={assert:{notStrictEqual:n.notStrictEqual,strictEqual:n.strictEqual},cliui:i(29919),findUp:i(81045),getEnv:e=>process.env[e],getCallerFile:i(98791),getProcessArgvBin:x,inspect:et,mainFilename:null!==(Ke=null===(Je=void 0===i(49167)?void 0:i.c[i.s])||void 0===Je?void 0:Je.filename)&&void 0!==Ke?Ke:process.cwd(),Parser:nt,path:i(85622),process:{argv:()=>process.argv,cwd:process.cwd,execPath:()=>process.execPath,exit:e=>{process.exit(e)},nextTick:process.nextTick,stdColumns:void 0!==process.stdout.columns?process.stdout.columns:null},readFileSync:Ze,require:i(49167),requireDirectory:i(27365),stringWidth:i(14223),y18n:it({directory:tt(__dirname,"../locales"),updateFiles:!1})};const ot=(null===(at=null===process||void 0===process?void 0:process.env)||void 0===at?void 0:at.YARGS_MIN_NODE_VERSION)?Number(process.env.YARGS_MIN_NODE_VERSION):12;if(process&&process.version&&Number(process.version.match(/v([^.]+)/)[1]){const n=new Qe(e,t,i,ct);return Object.defineProperty(n,"argv",{get:()=>n.parse(),enumerable:!0}),n.help(),n.version(),n}),argsert:p,isPromise:m,objFilter:y,parseCommand:u,Parser:st,processArgv:w,YError:a};e.exports=ut},49167:e=>{function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=49167,e.exports=t},68160:(e,t,i)=>{const{applyExtends:n,cjsPlatformShim:a,Parser:r,processArgv:o}=i(51901);e.exports={applyExtends:(e,t,i)=>n(e,t,i,a),hideBin:o.hideBin,Parser:r}},27646:(e,t,i)=>{"use strict";const{Yargs:n,processArgv:a}=i(51901);function r(e,t){const a=n(e,t,i(24907));var o;return o=a,[...Object.keys(o),...Object.getOwnPropertyNames(o.constructor.prototype)].forEach((e=>{"argv"===e?r.__defineGetter__(e,o.__lookupGetter__(e)):"function"==typeof o[e]?r[e]=o[e].bind(o):(r.__defineGetter__("$0",(()=>o.$0)),r.__defineGetter__("parsed",(()=>o.parsed)))})),a}r(a.hideBin(process.argv)),e.exports=r},24907:e=>{function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=24907,e.exports=t},42357:e=>{"use strict";e.exports=require("assert")},64293:e=>{"use strict";e.exports=require("buffer")},63129:e=>{"use strict";e.exports=require("child_process")},76417:e=>{"use strict";e.exports=require("crypto")},40881:e=>{"use strict";e.exports=require("dns")},28614:e=>{"use strict";e.exports=require("events")},35747:e=>{"use strict";e.exports=require("fs")},98605:e=>{"use strict";e.exports=require("http")},97565:e=>{"use strict";e.exports=require("http2")},57211:e=>{"use strict";e.exports=require("https")},11631:e=>{"use strict";e.exports=require("net")},12087:e=>{"use strict";e.exports=require("os")},85622:e=>{"use strict";e.exports=require("path")},94213:e=>{"use strict";e.exports=require("punycode")},71191:e=>{"use strict";e.exports=require("querystring")},92413:e=>{"use strict";e.exports=require("stream")},24304:e=>{"use strict";e.exports=require("string_decoder")},4016:e=>{"use strict";e.exports=require("tls")},33867:e=>{"use strict";e.exports=require("tty")},78835:e=>{"use strict";e.exports=require("url")},31669:e=>{"use strict";e.exports=require("util")},78761:e=>{"use strict";e.exports=require("zlib")}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var i=__webpack_module_cache__[e]={id:e,loaded:!1,exports:{}};return __webpack_modules__[e].call(i.exports,i,i.exports,__webpack_require__),i.loaded=!0,i.exports}__webpack_require__.c=__webpack_module_cache__,__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},__webpack_require__.d=(e,t)=>{for(var i in t)__webpack_require__.o(t,i)&&!__webpack_require__.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var __webpack_exports__=__webpack_require__(__webpack_require__.s=76752);return __webpack_exports__})()})); \ No newline at end of file +!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.DeemixServer=t():e.DeemixServer=t()}(global,(function(){return(()=>{var __webpack_modules__={80657:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"],n=["Function","Generator","AsyncGenerator","GeneratorFunction","AsyncGeneratorFunction","AsyncFunction","Observable","Array","Buffer","Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","FormData","URLSearchParams","HTMLElement",...i],a=["null","undefined","string","number","bigint","boolean","symbol"];function r(e){return t=>typeof t===e}const{toString:o}=Object.prototype,s=e=>{const t=o.call(e).slice(8,-1);return/HTML\w+Element/.test(t)&&u.domElement(e)?"HTMLElement":(i=t,n.includes(i)?t:void 0);var i},c=e=>t=>s(t)===e;function u(e){if(null===e)return"null";switch(typeof e){case"undefined":return"undefined";case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"function":return"Function";case"bigint":return"bigint";case"symbol":return"symbol"}if(u.observable(e))return"Observable";if(u.array(e))return"Array";if(u.buffer(e))return"Buffer";const t=s(e);if(t)return t;if(e instanceof String||e instanceof Boolean||e instanceof Number)throw new TypeError("Please don't use object wrappers for primitive types");return"Object"}u.undefined=r("undefined"),u.string=r("string");const l=r("number");u.number=e=>l(e)&&!u.nan(e),u.bigint=r("bigint"),u.function_=r("function"),u.null_=e=>null===e,u.class_=e=>u.function_(e)&&e.toString().startsWith("class "),u.boolean=e=>!0===e||!1===e,u.symbol=r("symbol"),u.numericString=e=>u.string(e)&&!u.emptyStringOrWhitespace(e)&&!Number.isNaN(Number(e)),u.array=(e,t)=>!!Array.isArray(e)&&(!u.function_(t)||e.every(t)),u.buffer=e=>{var t,i,n,a;return null!==(a=null===(n=null===(i=null===(t=e)||void 0===t?void 0:t.constructor)||void 0===i?void 0:i.isBuffer)||void 0===n?void 0:n.call(i,e))&&void 0!==a&&a},u.nullOrUndefined=e=>u.null_(e)||u.undefined(e),u.object=e=>!u.null_(e)&&("object"==typeof e||u.function_(e)),u.iterable=e=>{var t;return u.function_(null===(t=e)||void 0===t?void 0:t[Symbol.iterator])},u.asyncIterable=e=>{var t;return u.function_(null===(t=e)||void 0===t?void 0:t[Symbol.asyncIterator])},u.generator=e=>u.iterable(e)&&u.function_(e.next)&&u.function_(e.throw),u.asyncGenerator=e=>u.asyncIterable(e)&&u.function_(e.next)&&u.function_(e.throw),u.nativePromise=e=>c("Promise")(e),u.promise=e=>u.nativePromise(e)||(e=>{var t,i;return u.function_(null===(t=e)||void 0===t?void 0:t.then)&&u.function_(null===(i=e)||void 0===i?void 0:i.catch)})(e),u.generatorFunction=c("GeneratorFunction"),u.asyncGeneratorFunction=e=>"AsyncGeneratorFunction"===s(e),u.asyncFunction=e=>"AsyncFunction"===s(e),u.boundFunction=e=>u.function_(e)&&!e.hasOwnProperty("prototype"),u.regExp=c("RegExp"),u.date=c("Date"),u.error=c("Error"),u.map=e=>c("Map")(e),u.set=e=>c("Set")(e),u.weakMap=e=>c("WeakMap")(e),u.weakSet=e=>c("WeakSet")(e),u.int8Array=c("Int8Array"),u.uint8Array=c("Uint8Array"),u.uint8ClampedArray=c("Uint8ClampedArray"),u.int16Array=c("Int16Array"),u.uint16Array=c("Uint16Array"),u.int32Array=c("Int32Array"),u.uint32Array=c("Uint32Array"),u.float32Array=c("Float32Array"),u.float64Array=c("Float64Array"),u.bigInt64Array=c("BigInt64Array"),u.bigUint64Array=c("BigUint64Array"),u.arrayBuffer=c("ArrayBuffer"),u.sharedArrayBuffer=c("SharedArrayBuffer"),u.dataView=c("DataView"),u.directInstanceOf=(e,t)=>Object.getPrototypeOf(e)===t.prototype,u.urlInstance=e=>c("URL")(e),u.urlString=e=>{if(!u.string(e))return!1;try{return new URL(e),!0}catch(e){return!1}},u.truthy=e=>Boolean(e),u.falsy=e=>!e,u.nan=e=>Number.isNaN(e),u.primitive=e=>{return u.null_(e)||(t=typeof e,a.includes(t));var t},u.integer=e=>Number.isInteger(e),u.safeInteger=e=>Number.isSafeInteger(e),u.plainObject=e=>{if("[object Object]"!==o.call(e))return!1;const t=Object.getPrototypeOf(e);return null===t||t===Object.getPrototypeOf({})},u.typedArray=e=>{return t=s(e),i.includes(t);var t},u.arrayLike=e=>!u.nullOrUndefined(e)&&!u.function_(e)&&(e=>u.safeInteger(e)&&e>=0)(e.length),u.inRange=(e,t)=>{if(u.number(t))return e>=Math.min(0,t)&&e<=Math.max(t,0);if(u.array(t)&&2===t.length)return e>=Math.min(...t)&&e<=Math.max(...t);throw new TypeError(`Invalid range: ${JSON.stringify(t)}`)};const p=["innerHTML","ownerDocument","style","attributes","nodeValue"];u.domElement=e=>u.object(e)&&1===e.nodeType&&u.string(e.nodeName)&&!u.plainObject(e)&&p.every((t=>t in e)),u.observable=e=>{var t,i,n,a;return!!e&&(e===(null===(i=(t=e)[Symbol.observable])||void 0===i?void 0:i.call(t))||e===(null===(a=(n=e)["@@observable"])||void 0===a?void 0:a.call(n)))},u.nodeStream=e=>u.object(e)&&u.function_(e.pipe)&&!u.observable(e),u.infinite=e=>e===1/0||e===-1/0;const d=e=>t=>u.integer(t)&&Math.abs(t%2)===e;u.evenInteger=d(0),u.oddInteger=d(1),u.emptyArray=e=>u.array(e)&&0===e.length,u.nonEmptyArray=e=>u.array(e)&&e.length>0,u.emptyString=e=>u.string(e)&&0===e.length,u.nonEmptyString=e=>u.string(e)&&e.length>0,u.emptyStringOrWhitespace=e=>u.emptyString(e)||(e=>u.string(e)&&!/\S/.test(e))(e),u.emptyObject=e=>u.object(e)&&!u.map(e)&&!u.set(e)&&0===Object.keys(e).length,u.nonEmptyObject=e=>u.object(e)&&!u.map(e)&&!u.set(e)&&Object.keys(e).length>0,u.emptySet=e=>u.set(e)&&0===e.size,u.nonEmptySet=e=>u.set(e)&&e.size>0,u.emptyMap=e=>u.map(e)&&0===e.size,u.nonEmptyMap=e=>u.map(e)&&e.size>0,u.propertyKey=e=>u.any([u.string,u.number,u.symbol],e),u.formData=e=>c("FormData")(e),u.urlSearchParams=e=>c("URLSearchParams")(e);const h=(e,t,i)=>{if(!u.function_(t))throw new TypeError(`Invalid predicate: ${JSON.stringify(t)}`);if(0===i.length)throw new TypeError("Invalid number of values");return e.call(i,t)};u.any=(e,...t)=>(u.array(e)?e:[e]).some((e=>h(Array.prototype.some,e,t))),u.all=(e,...t)=>h(Array.prototype.every,e,t);const m=(e,t,i,n={})=>{if(!e){const{multipleValues:e}=n,a=e?`received values of types ${[...new Set(i.map((e=>`\`${u(e)}\``)))].join(", ")}`:`received value of type \`${u(i)}\``;throw new TypeError(`Expected value which is \`${t}\`, ${a}.`)}};t.assert={undefined:e=>m(u.undefined(e),"undefined",e),string:e=>m(u.string(e),"string",e),number:e=>m(u.number(e),"number",e),bigint:e=>m(u.bigint(e),"bigint",e),function_:e=>m(u.function_(e),"Function",e),null_:e=>m(u.null_(e),"null",e),class_:e=>m(u.class_(e),"Class",e),boolean:e=>m(u.boolean(e),"boolean",e),symbol:e=>m(u.symbol(e),"symbol",e),numericString:e=>m(u.numericString(e),"string with a number",e),array:(e,t)=>{m(u.array(e),"Array",e),t&&e.forEach(t)},buffer:e=>m(u.buffer(e),"Buffer",e),nullOrUndefined:e=>m(u.nullOrUndefined(e),"null or undefined",e),object:e=>m(u.object(e),"Object",e),iterable:e=>m(u.iterable(e),"Iterable",e),asyncIterable:e=>m(u.asyncIterable(e),"AsyncIterable",e),generator:e=>m(u.generator(e),"Generator",e),asyncGenerator:e=>m(u.asyncGenerator(e),"AsyncGenerator",e),nativePromise:e=>m(u.nativePromise(e),"native Promise",e),promise:e=>m(u.promise(e),"Promise",e),generatorFunction:e=>m(u.generatorFunction(e),"GeneratorFunction",e),asyncGeneratorFunction:e=>m(u.asyncGeneratorFunction(e),"AsyncGeneratorFunction",e),asyncFunction:e=>m(u.asyncFunction(e),"AsyncFunction",e),boundFunction:e=>m(u.boundFunction(e),"Function",e),regExp:e=>m(u.regExp(e),"RegExp",e),date:e=>m(u.date(e),"Date",e),error:e=>m(u.error(e),"Error",e),map:e=>m(u.map(e),"Map",e),set:e=>m(u.set(e),"Set",e),weakMap:e=>m(u.weakMap(e),"WeakMap",e),weakSet:e=>m(u.weakSet(e),"WeakSet",e),int8Array:e=>m(u.int8Array(e),"Int8Array",e),uint8Array:e=>m(u.uint8Array(e),"Uint8Array",e),uint8ClampedArray:e=>m(u.uint8ClampedArray(e),"Uint8ClampedArray",e),int16Array:e=>m(u.int16Array(e),"Int16Array",e),uint16Array:e=>m(u.uint16Array(e),"Uint16Array",e),int32Array:e=>m(u.int32Array(e),"Int32Array",e),uint32Array:e=>m(u.uint32Array(e),"Uint32Array",e),float32Array:e=>m(u.float32Array(e),"Float32Array",e),float64Array:e=>m(u.float64Array(e),"Float64Array",e),bigInt64Array:e=>m(u.bigInt64Array(e),"BigInt64Array",e),bigUint64Array:e=>m(u.bigUint64Array(e),"BigUint64Array",e),arrayBuffer:e=>m(u.arrayBuffer(e),"ArrayBuffer",e),sharedArrayBuffer:e=>m(u.sharedArrayBuffer(e),"SharedArrayBuffer",e),dataView:e=>m(u.dataView(e),"DataView",e),urlInstance:e=>m(u.urlInstance(e),"URL",e),urlString:e=>m(u.urlString(e),"string with a URL",e),truthy:e=>m(u.truthy(e),"truthy",e),falsy:e=>m(u.falsy(e),"falsy",e),nan:e=>m(u.nan(e),"NaN",e),primitive:e=>m(u.primitive(e),"primitive",e),integer:e=>m(u.integer(e),"integer",e),safeInteger:e=>m(u.safeInteger(e),"integer",e),plainObject:e=>m(u.plainObject(e),"plain object",e),typedArray:e=>m(u.typedArray(e),"TypedArray",e),arrayLike:e=>m(u.arrayLike(e),"array-like",e),domElement:e=>m(u.domElement(e),"HTMLElement",e),observable:e=>m(u.observable(e),"Observable",e),nodeStream:e=>m(u.nodeStream(e),"Node.js Stream",e),infinite:e=>m(u.infinite(e),"infinite number",e),emptyArray:e=>m(u.emptyArray(e),"empty array",e),nonEmptyArray:e=>m(u.nonEmptyArray(e),"non-empty array",e),emptyString:e=>m(u.emptyString(e),"empty string",e),nonEmptyString:e=>m(u.nonEmptyString(e),"non-empty string",e),emptyStringOrWhitespace:e=>m(u.emptyStringOrWhitespace(e),"empty string or whitespace",e),emptyObject:e=>m(u.emptyObject(e),"empty object",e),nonEmptyObject:e=>m(u.nonEmptyObject(e),"non-empty object",e),emptySet:e=>m(u.emptySet(e),"empty set",e),nonEmptySet:e=>m(u.nonEmptySet(e),"non-empty set",e),emptyMap:e=>m(u.emptyMap(e),"empty map",e),nonEmptyMap:e=>m(u.nonEmptyMap(e),"non-empty map",e),propertyKey:e=>m(u.propertyKey(e),"PropertyKey",e),formData:e=>m(u.formData(e),"FormData",e),urlSearchParams:e=>m(u.urlSearchParams(e),"URLSearchParams",e),evenInteger:e=>m(u.evenInteger(e),"even integer",e),oddInteger:e=>m(u.oddInteger(e),"odd integer",e),directInstanceOf:(e,t)=>m(u.directInstanceOf(e,t),"T",e),inRange:(e,t)=>m(u.inRange(e,t),"in range",e),any:(e,...t)=>m(u.any(e,...t),"predicate returns truthy for any value",t,{multipleValues:!0}),all:(e,...t)=>m(u.all(e,...t),"predicate returns truthy for all values",t,{multipleValues:!0})},Object.defineProperties(u,{class:{value:u.class_},function:{value:u.function_},null:{value:u.null_}}),Object.defineProperties(t.assert,{class:{value:t.assert.class_},function:{value:t.assert.function_},null:{value:t.assert.null_}}),t.default=u,e.exports=u,e.exports.default=u,e.exports.assert=t.assert},60081:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(1313),a=i(31669),r=Number(process.versions.node.split(".")[0]),o=e=>{if(e.timings)return e.timings;const t={start:Date.now(),socket:void 0,lookup:void 0,connect:void 0,secureConnect:void 0,upload:void 0,response:void 0,end:void 0,error:void 0,abort:void 0,phases:{wait:void 0,dns:void 0,tcp:void 0,tls:void 0,request:void 0,firstByte:void 0,download:void 0,total:void 0}};e.timings=t;const i=e=>{const i=e.emit.bind(e);e.emit=(n,...a)=>("error"===n&&(t.error=Date.now(),t.phases.total=t.error-t.start,e.emit=i),i(n,...a))};i(e);const o=()=>{t.abort=Date.now(),(!t.response||r>=13)&&(t.phases.total=Date.now()-t.start)};e.prependOnceListener("abort",o);const s=e=>{if(t.socket=Date.now(),t.phases.wait=t.socket-t.start,a.types.isProxy(e))return;const i=()=>{t.lookup=Date.now(),t.phases.dns=t.lookup-t.socket};e.prependOnceListener("lookup",i),n.default(e,{connect:()=>{t.connect=Date.now(),void 0===t.lookup&&(e.removeListener("lookup",i),t.lookup=t.connect,t.phases.dns=t.lookup-t.socket),t.phases.tcp=t.connect-t.lookup},secureConnect:()=>{t.secureConnect=Date.now(),t.phases.tls=t.secureConnect-t.connect}})};e.socket?s(e.socket):e.prependOnceListener("socket",s);const c=()=>{var e;t.upload=Date.now(),t.phases.request=t.upload-(null!==(e=t.secureConnect)&&void 0!==e?e:t.connect)};return("boolean"==typeof e.writableFinished?!e.writableFinished:!e.finished||0!==e.outputSize||e.socket&&0!==e.socket.writableLength)?e.prependOnceListener("finish",c):c(),e.prependOnceListener("response",(e=>{t.response=Date.now(),t.phases.firstByte=t.response-t.upload,e.timings=t,i(e),e.prependOnceListener("end",(()=>{t.end=Date.now(),t.phases.download=t.end-t.response,t.phases.total=t.end-t.start})),e.prependOnceListener("aborted",o)})),t};t.default=o,e.exports=o,e.exports.default=o},59078:(e,t,i)=>{"use strict";var n=i(60159),a=i(80983);function r(e){if(!(this instanceof r))return new r(e);this.headers=e.headers,this.negotiator=new n(e)}function o(e){return-1===e.indexOf("/")?a.lookup(e):e}function s(e){return"string"==typeof e}e.exports=r,r.prototype.type=r.prototype.types=function(e){var t=e;if(t&&!Array.isArray(t)){t=new Array(arguments.length);for(var i=0;i{"use strict";e.exports=({onlyFirst:e=!1}={})=>{const t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}},26434:(e,t,i)=>{"use strict";e=i.nmd(e);const n=(e,t)=>(...i)=>`[${e(...i)+t}m`,a=(e,t)=>(...i)=>{const n=e(...i);return`[${38+t};5;${n}m`},r=(e,t)=>(...i)=>{const n=e(...i);return`[${38+t};2;${n[0]};${n[1]};${n[2]}m`},o=e=>e,s=(e,t,i)=>[e,t,i],c=(e,t,i)=>{Object.defineProperty(e,t,{get:()=>{const n=i();return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0}),n},enumerable:!0,configurable:!0})};let u;const l=(e,t,n,a)=>{void 0===u&&(u=i(12085));const r=a?10:0,o={};for(const[i,a]of Object.entries(u)){const s="ansi16"===i?"ansi":i;i===t?o[s]=e(n,r):"object"==typeof a&&(o[s]=e(a[t],r))}return o};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){const e=new Map,t={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};t.color.gray=t.color.blackBright,t.bgColor.bgGray=t.bgColor.bgBlackBright,t.color.grey=t.color.blackBright,t.bgColor.bgGrey=t.bgColor.bgBlackBright;for(const[i,n]of Object.entries(t)){for(const[i,a]of Object.entries(n))t[i]={open:`[${a[0]}m`,close:`[${a[1]}m`},n[i]=t[i],e.set(a[0],a[1]);Object.defineProperty(t,i,{value:n,enumerable:!1})}return Object.defineProperty(t,"codes",{value:e,enumerable:!1}),t.color.close="",t.bgColor.close="",c(t.color,"ansi",(()=>l(n,"ansi16",o,!1))),c(t.color,"ansi256",(()=>l(a,"ansi256",o,!1))),c(t.color,"ansi16m",(()=>l(r,"rgb",s,!1))),c(t.bgColor,"ansi",(()=>l(n,"ansi16",o,!0))),c(t.bgColor,"ansi256",(()=>l(a,"ansi256",o,!0))),c(t.bgColor,"ansi16m",(()=>l(r,"rgb",s,!0))),t}})},72521:e=>{"use strict";function t(e,i,n){for(var a=0;a0&&Array.isArray(r)?t(r,i,n-1):i.push(r)}return i}function i(e,t){for(var n=0;n{"use strict";function n(e,...t){return(...i)=>e(...t,...i)}function a(e){return function(...t){var i=t.pop();return e.call(this,t,i)}}i.r(t),i.d(t,{default:()=>ft,apply:()=>n,applyEach:()=>T,applyEachSeries:()=>P,asyncify:()=>p,auto:()=>R,autoInject:()=>$,cargo:()=>W,cargoQueue:()=>V,compose:()=>X,concat:()=>K,concatLimit:()=>Z,concatSeries:()=>ee,constant:()=>te,detect:()=>ne,detectLimit:()=>ae,detectSeries:()=>re,dir:()=>se,doUntil:()=>ue,doWhilst:()=>ce,each:()=>pe,eachLimit:()=>de,eachOf:()=>A,eachOfLimit:()=>E,eachOfSeries:()=>O,eachSeries:()=>he,ensureAsync:()=>me,every:()=>fe,everyLimit:()=>ge,everySeries:()=>ve,filter:()=>we,filterLimit:()=>ke,filterSeries:()=>_e,forever:()=>je,groupBy:()=>De,groupByLimit:()=>Ee,groupBySeries:()=>Ce,log:()=>Ae,map:()=>S,mapLimit:()=>J,mapSeries:()=>I,mapValues:()=>Te,mapValuesLimit:()=>Se,mapValuesSeries:()=>Oe,memoize:()=>Ie,nextTick:()=>Pe,parallel:()=>ze,parallelLimit:()=>Re,priorityQueue:()=>Me,queue:()=>Le,race:()=>$e,reduce:()=>Y,reduceRight:()=>qe,reflect:()=>He,reflectAll:()=>Ge,reject:()=>Ve,rejectLimit:()=>Ye,rejectSeries:()=>Qe,retry:()=>Je,retryable:()=>Ke,seq:()=>Q,series:()=>et,setImmediate:()=>l,some:()=>tt,someLimit:()=>it,someSeries:()=>nt,sortBy:()=>at,timeout:()=>rt,times:()=>st,timesLimit:()=>ot,timesSeries:()=>ct,transform:()=>ut,tryEach:()=>lt,unmemoize:()=>pt,until:()=>ht,waterfall:()=>mt,whilst:()=>dt,all:()=>fe,allLimit:()=>ge,allSeries:()=>ve,any:()=>tt,anyLimit:()=>it,anySeries:()=>nt,find:()=>ne,findLimit:()=>ae,findSeries:()=>re,flatMap:()=>K,flatMapLimit:()=>Z,flatMapSeries:()=>ee,forEach:()=>pe,forEachSeries:()=>he,forEachLimit:()=>de,forEachOf:()=>A,forEachOfSeries:()=>O,forEachOfLimit:()=>E,inject:()=>Y,foldl:()=>Y,foldr:()=>qe,select:()=>we,selectLimit:()=>ke,selectSeries:()=>_e,wrapSync:()=>p,during:()=>dt,doDuring:()=>ce});var r="function"==typeof queueMicrotask&&queueMicrotask,o="function"==typeof setImmediate&&setImmediate,s="object"==typeof process&&"function"==typeof process.nextTick;function c(e){setTimeout(e,0)}function u(e){return(t,...i)=>e((()=>t(...i)))}var l=u(r?queueMicrotask:o?setImmediate:s?process.nextTick:c);function p(e){return m(e)?function(...t){const i=t.pop();return d(e.apply(this,t),i)}:a((function(t,i){var n;try{n=e.apply(this,t)}catch(e){return i(e)}if(n&&"function"==typeof n.then)return d(n,i);i(null,n)}))}function d(e,t){return e.then((e=>{h(t,null,e)}),(e=>{h(t,e&&e.message?e:new Error(e))}))}function h(e,t,i){try{e(t,i)}catch(e){l((e=>{throw e}),e)}}function m(e){return"AsyncFunction"===e[Symbol.toStringTag]}function f(e){if("function"!=typeof e)throw new Error("expected a function");return m(e)?p(e):e}function g(e,t=e.length){if(!t)throw new Error("arity is undefined");return function(...i){return"function"==typeof i[t-1]?e.apply(this,i):new Promise(((n,a)=>{i[t-1]=(e,...t)=>{if(e)return a(e);n(t.length>1?t:t[0])},e.apply(this,i)}))}}function v(e){return function(t,...i){return g((function(n){var a=this;return e(t,((e,t)=>{f(e).apply(a,i.concat(t))}),n)}))}}function y(e,t,i,n){t=t||[];var a=[],r=0,o=f(i);return e(t,((e,t,i)=>{var n=r++;o(e,((e,t)=>{a[n]=t,i(e)}))}),(e=>{n(e,a)}))}function b(e){return e&&"number"==typeof e.length&&e.length>=0&&e.length%1==0}const x={};function w(e){function t(...t){if(null!==e){var i=e;e=null,i.apply(this,t)}}return Object.assign(t,e),t}function k(e){return function(...t){if(null===e)throw new Error("Callback was already called.");var i=e;e=null,i.apply(this,t)}}function _(e,t,i,n){let a=!1,r=!1,o=!1,s=0,c=0;function u(){s>=t||o||a||(o=!0,e.next().then((({value:e,done:t})=>{if(!r&&!a){if(o=!1,t)return a=!0,void(s<=0&&n(null));s++,i(e,c,l),c++,u()}})).catch(p))}function l(e,t){if(s-=1,!r)return e?p(e):!1===e?(a=!0,void(r=!0)):t===x||a&&s<=0?(a=!0,n(null)):void u()}function p(e){r||(o=!1,a=!0,n(e))}u()}var j=e=>(t,i,n)=>{if(n=w(n),e<=0)throw new RangeError("concurrency limit cannot be less than 1");if(!t)return n(null);if("AsyncGenerator"===t[Symbol.toStringTag])return _(t,e,i,n);if(function(e){return"function"==typeof e[Symbol.asyncIterator]}(t))return _(t[Symbol.asyncIterator](),e,i,n);var a=function(e){if(b(e))return function(e){var t=-1,i=e.length;return function(){return++t1?n:n[0])}return i[F]=new Promise(((i,n)=>{e=i,t=n})),i}function R(e,t,i){"number"!=typeof t&&(i=t,t=null),i=w(i||z());var n=Object.keys(e).length;if(!n)return i(null);t||(t=n);var a={},r=0,o=!1,s=!1,c=Object.create(null),u=[],l=[],p={};function d(e,t){u.push((()=>function(e,t){if(!s){var n=k(((t,...n)=>{if(r--,!1!==t)if(n.length<2&&([n]=n),t){var u={};if(Object.keys(a).forEach((e=>{u[e]=a[e]})),u[e]=n,s=!0,c=Object.create(null),o)return;i(t,u)}else a[e]=n,(c[e]||[]).forEach((e=>e())),h();else o=!0}));r++;var u=f(t[t.length-1]);t.length>1?u(a,n):u(n)}}(e,t)))}function h(){if(!o){if(0===u.length&&0===r)return i(null,a);for(;u.length&&r{const a=e[n];Array.isArray(a)&&a.indexOf(t)>=0&&i.push(n)})),i}return Object.keys(e).forEach((t=>{var i=e[t];if(!Array.isArray(i))return d(t,[i]),void l.push(t);var n=i.slice(0,i.length-1),a=n.length;if(0===a)return d(t,i),void l.push(t);p[t]=a,n.forEach((r=>{if(!e[r])throw new Error("async.auto task `"+t+"` has a non-existent dependency `"+r+"` in "+n.join(", "));var o,s;(s=c[o=r])||(s=c[o]=[]),s.push((()=>{0==--a&&d(t,i)}))}))})),function(){for(var e=0;l.length;)e++,m(l.pop()).forEach((e=>{0==--p[e]&&l.push(e)}));if(e!==n)throw new Error("async.auto cannot execute tasks due to a recursive dependency")}(),h(),i[F]}var L=/^(?:async\s+)?(?:function)?\s*\w*\s*\(\s*([^)]+)\s*\)(?:\s*{)/,N=/^(?:async\s+)?\(?\s*([^)=]+)\s*\)?(?:\s*=>)/,B=/,/,U=/(=.+)?(\s*)$/,M=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm;function $(e,t){var i={};return Object.keys(e).forEach((t=>{var n,a=e[t],r=m(a),o=!r&&1===a.length||r&&0===a.length;if(Array.isArray(a))n=[...a],a=n.pop(),i[t]=n.concat(n.length>0?s:a);else if(o)i[t]=a;else{if(n=function(e){const t=e.toString().replace(M,"");let i=t.match(L);if(i||(i=t.match(N)),!i)throw new Error("could not parse args in autoInject\nSource:\n"+t);let[,n]=i;return n.replace(/\s/g,"").split(B).map((e=>e.replace(U,"").trim()))}(a),0===a.length&&!r&&0===n.length)throw new Error("autoInject task functions require explicit parameters.");r||n.pop(),i[t]=n.concat(s)}function s(e,t){var i=n.map((t=>e[t]));i.push(t),f(a)(...i)}})),R(i,t)}class q{constructor(){this.head=this.tail=null,this.length=0}removeLink(e){return e.prev?e.prev.next=e.next:this.head=e.next,e.next?e.next.prev=e.prev:this.tail=e.prev,e.prev=e.next=null,this.length-=1,e}empty(){for(;this.head;)this.shift();return this}insertAfter(e,t){t.prev=e,t.next=e.next,e.next?e.next.prev=t:this.tail=t,e.next=t,this.length+=1}insertBefore(e,t){t.prev=e.prev,t.next=e,e.prev?e.prev.next=t:this.head=t,e.prev=t,this.length+=1}unshift(e){this.head?this.insertBefore(this.head,e):H(this,e)}push(e){this.tail?this.insertAfter(this.tail,e):H(this,e)}shift(){return this.head&&this.removeLink(this.head)}pop(){return this.tail&&this.removeLink(this.tail)}toArray(){return[...this]}*[Symbol.iterator](){for(var e=this.head;e;)yield e.data,e=e.next}remove(e){for(var t=this.head;t;){var{next:i}=t;e(t)&&this.removeLink(t),t=i}return this}}function H(e,t){e.length=1,e.head=e.tail=t}function G(e,t,i){if(null==t)t=1;else if(0===t)throw new RangeError("Concurrency must not be zero");var n=f(e),a=0,r=[];const o={error:[],drain:[],saturated:[],unsaturated:[],empty:[]};function s(e,t){return e?t?void(o[e]=o[e].filter((e=>e!==t))):o[e]=[]:Object.keys(o).forEach((e=>o[e]=[]))}function c(e,...t){o[e].forEach((e=>e(...t)))}var u=!1;function p(e,t,i,n){if(null!=n&&"function"!=typeof n)throw new Error("task callback must be a function");var a,r;function o(e,...t){return e?i?r(e):a():t.length<=1?a(t[0]):void a(t)}v.started=!0;var s={data:e,callback:i?o:n||o};if(t?v._tasks.unshift(s):v._tasks.push(s),u||(u=!0,l((()=>{u=!1,v.process()}))),i||!n)return new Promise(((e,t)=>{a=e,r=t}))}function d(e){return function(t,...i){a-=1;for(var n=0,o=e.length;n0&&r.splice(u,1),s.callback(t,...i),null!=t&&c("error",t,s.data)}a<=v.concurrency-v.buffer&&c("unsaturated"),v.idle()&&c("drain"),v.process()}}function h(e){return!(0!==e.length||!v.idle()||(l((()=>c("drain"))),0))}const m=e=>t=>{if(!t)return new Promise(((t,i)=>{!function(e,n){const a=(...n)=>{s(e,a),((e,n)=>{if(e)return i(e);t(n)})(...n)};o[e].push(a)}(e)}));s(e),function(e,t){o[e].push(t)}(e,t)};var g=!1,v={_tasks:new q,*[Symbol.iterator](){yield*v._tasks[Symbol.iterator]()},concurrency:t,payload:i,buffer:t/4,started:!1,paused:!1,push(e,t){if(Array.isArray(e)){if(h(e))return;return e.map((e=>p(e,!1,!1,t)))}return p(e,!1,!1,t)},pushAsync(e,t){if(Array.isArray(e)){if(h(e))return;return e.map((e=>p(e,!1,!0,t)))}return p(e,!1,!0,t)},kill(){s(),v._tasks.empty()},unshift(e,t){if(Array.isArray(e)){if(h(e))return;return e.map((e=>p(e,!0,!1,t)))}return p(e,!0,!1,t)},unshiftAsync(e,t){if(Array.isArray(e)){if(h(e))return;return e.map((e=>p(e,!0,!0,t)))}return p(e,!0,!0,t)},remove(e){v._tasks.remove(e)},process(){if(!g){for(g=!0;!v.paused&&av._tasks.length,running:()=>a,workersList:()=>r,idle:()=>v._tasks.length+a===0,pause(){v.paused=!0},resume(){!1!==v.paused&&(v.paused=!1,l(v.process))}};return Object.defineProperties(v,{saturated:{writable:!1,value:m("saturated")},unsaturated:{writable:!1,value:m("unsaturated")},empty:{writable:!1,value:m("empty")},drain:{writable:!1,value:m("drain")},error:{writable:!1,value:m("error")}}),v}function W(e,t){return G(e,1,t)}function V(e,t,i){return G(e,t,i)}var Y=g((function(e,t,i,n){n=w(n);var a=f(i);return O(e,((e,i,n)=>{a(t,e,((e,i)=>{t=i,n(e)}))}),(e=>n(e,t)))}),4);function Q(...e){var t=e.map(f);return function(...e){var i=this,n=e[e.length-1];return"function"==typeof n?e.pop():n=z(),Y(t,e,((e,t,n)=>{t.apply(i,e.concat(((e,...t)=>{n(e,t)})))}),((e,t)=>n(e,...t))),n[F]}}function X(...e){return Q(...e.reverse())}var J=g((function(e,t,i,n){return y(j(t),e,i,n)}),4),Z=g((function(e,t,i,n){var a=f(i);return J(e,t,((e,t)=>{a(e,((e,...i)=>e?t(e):t(e,i)))}),((e,t)=>{for(var i=[],a=0;a{var o,s=!1;const c=f(a);i(n,((i,n,a)=>{c(i,((n,r)=>n||!1===n?a(n):e(r)&&!o?(s=!0,o=t(!0,i),a(null,x)):void a()))}),(e=>{if(e)return r(e);r(null,s?o:t(!1))}))}}var ne=g((function(e,t,i){return ie((e=>e),((e,t)=>t))(A,e,t,i)}),3),ae=g((function(e,t,i,n){return ie((e=>e),((e,t)=>t))(j(t),e,i,n)}),4),re=g((function(e,t,i){return ie((e=>e),((e,t)=>t))(j(1),e,t,i)}),3);function oe(e){return(t,...i)=>f(t)(...i,((t,...i)=>{"object"==typeof console&&(t?console.error&&console.error(t):console[e]&&i.forEach((t=>console[e](t))))}))}var se=oe("dir"),ce=g((function(e,t,i){i=k(i);var n,a=f(e),r=f(t);function o(e,...t){if(e)return i(e);!1!==e&&(n=t,r(...t,s))}function s(e,t){return e?i(e):!1!==e?t?void a(o):i(null,...n):void 0}return s(null,!0)}),3);function ue(e,t,i){const n=f(t);return ce(e,((...e)=>{const t=e.pop();n(...e,((e,i)=>t(e,!i)))}),i)}function le(e){return(t,i,n)=>e(t,n)}var pe=g((function(e,t,i){return A(e,le(f(t)),i)}),3),de=g((function(e,t,i,n){return j(t)(e,le(f(i)),n)}),4),he=g((function(e,t,i){return de(e,1,t,i)}),3);function me(e){return m(e)?e:function(...t){var i=t.pop(),n=!0;t.push(((...e)=>{n?l((()=>i(...e))):i(...e)})),e.apply(this,t),n=!1}}var fe=g((function(e,t,i){return ie((e=>!e),(e=>!e))(A,e,t,i)}),3),ge=g((function(e,t,i,n){return ie((e=>!e),(e=>!e))(j(t),e,i,n)}),4),ve=g((function(e,t,i){return ie((e=>!e),(e=>!e))(O,e,t,i)}),3);function ye(e,t,i,n){var a=new Array(t.length);e(t,((e,t,n)=>{i(e,((e,i)=>{a[t]=!!i,n(e)}))}),(e=>{if(e)return n(e);for(var i=[],r=0;r{i(e,((i,r)=>{if(i)return n(i);r&&a.push({index:t,value:e}),n(i)}))}),(e=>{if(e)return n(e);n(null,a.sort(((e,t)=>e.index-t.index)).map((e=>e.value)))}))}function xe(e,t,i,n){return(b(t)?ye:be)(e,t,f(i),n)}var we=g((function(e,t,i){return xe(A,e,t,i)}),3),ke=g((function(e,t,i,n){return xe(j(t),e,i,n)}),4),_e=g((function(e,t,i){return xe(O,e,t,i)}),3),je=g((function(e,t){var i=k(t),n=f(me(e));return function e(t){if(t)return i(t);!1!==t&&n(e)}()}),2),Ee=g((function(e,t,i,n){var a=f(i);return J(e,t,((e,t)=>{a(e,((i,n)=>i?t(i):t(i,{key:n,val:e})))}),((e,t)=>{for(var i={},{hasOwnProperty:a}=Object.prototype,r=0;r{r(e,t,((e,n)=>{if(e)return i(e);a[t]=n,i(e)}))}),(e=>n(e,a)))}),4);function Te(e,t,i){return Se(e,1/0,t,i)}function Oe(e,t,i){return Se(e,1,t,i)}function Ie(e,t=(e=>e)){var i=Object.create(null),n=Object.create(null),r=f(e),o=a(((e,a)=>{var o=t(...e);o in i?l((()=>a(null,...i[o]))):o in n?n[o].push(a):(n[o]=[a],r(...e,((e,...t)=>{e||(i[o]=t);var a=n[o];delete n[o];for(var r=0,s=a.length;r{var n=b(t)?[]:{};e(t,((e,t,i)=>{f(e)(((e,...a)=>{a.length<2&&([a]=a),n[t]=a,i(e)}))}),(e=>i(e,n)))}),3);function ze(e,t){return Fe(A,e,t)}function Re(e,t,i){return Fe(j(t),e,i)}function Le(e,t){var i=f(e);return G(((e,t)=>{i(e[0],t)}),t,1)}class Ne{constructor(){this.heap=[],this.pushCount=Number.MIN_SAFE_INTEGER}get length(){return this.heap.length}empty(){return this.heap=[],this}percUp(e){let t;for(;e>0&&Ue(this.heap[e],this.heap[t=Be(e)]);){let i=this.heap[e];this.heap[e]=this.heap[t],this.heap[t]=i,e=t}}percDown(e){let t;for(;(t=1+(e<<1))=0;e--)this.percDown(e);return this}}function Be(e){return(e+1>>1)-1}function Ue(e,t){return e.priority!==t.priority?e.priority{})){if("function"!=typeof a)throw new Error("task callback must be a function");if(i.started=!0,Array.isArray(e)||(e=[e]),0===e.length&&i.idle())return l((()=>i.drain()));for(var r=0,o=e.length;r{n=!1,i.process()})))},delete i.unshift,i}var $e=g((function(e,t){if(t=w(t),!Array.isArray(e))return t(new TypeError("First argument to race must be an array of functions"));if(!e.length)return t();for(var i=0,n=e.length;i{let n={};if(e&&(n.error=e),t.length>0){var a=t;t.length<=1&&([a]=t),n.value=a}i(null,n)})),t.apply(this,e)}))}function Ge(e){var t;return Array.isArray(e)?t=e.map(He):(t={},Object.keys(e).forEach((i=>{t[i]=He.call(this,e[i])}))),t}function We(e,t,i,n){const a=f(i);return xe(e,t,((e,t)=>{a(e,((e,i)=>{t(e,!i)}))}),n)}var Ve=g((function(e,t,i){return We(A,e,t,i)}),3),Ye=g((function(e,t,i,n){return We(j(t),e,i,n)}),4),Qe=g((function(e,t,i){return We(O,e,t,i)}),3);function Xe(e){return function(){return e}}function Je(e,t,i){var n={times:5,intervalFunc:Xe(0)};if(arguments.length<3&&"function"==typeof e?(i=t||z(),t=e):(Ze(n,e),i=i||z()),"function"!=typeof t)throw new Error("Invalid arguments for async.retry");var a=f(t),r=1;function o(){a(((e,...t)=>{!1!==e&&(e&&r++{function r(e){n(...t,e)}return(t.lengthe))(A,e,t,i)}),3),it=g((function(e,t,i,n){return ie(Boolean,(e=>e))(j(t),e,i,n)}),4),nt=g((function(e,t,i){return ie(Boolean,(e=>e))(O,e,t,i)}),3),at=g((function(e,t,i){var n=f(t);return S(e,((e,t)=>{n(e,((i,n)=>{if(i)return t(i);t(i,{value:e,criteria:n})}))}),((e,t)=>{if(e)return i(e);i(null,t.sort(a).map((e=>e.value)))}));function a(e,t){var i=e.criteria,n=t.criteria;return in?1:0}}),3);function rt(e,t,i){var n=f(e);return a(((a,r)=>{var o,s=!1;a.push(((...e)=>{s||(r(...e),clearTimeout(o))})),o=setTimeout((function(){var t=e.name||"anonymous",n=new Error('Callback function "'+t+'" timed out.');n.code="ETIMEDOUT",i&&(n.info=i),s=!0,r(n)}),t),n(...a)}))}function ot(e,t,i,n){var a=f(i);return J(function(e){for(var t=Array(e);e--;)t[e]=e;return t}(e),t,a,n)}function st(e,t,i){return ot(e,1/0,t,i)}function ct(e,t,i){return ot(e,1,t,i)}function ut(e,t,i,n){arguments.length<=3&&"function"==typeof t&&(n=i,i=t,t=Array.isArray(e)?[]:{}),n=w(n||z());var a=f(i);return A(e,((e,i,n)=>{a(t,e,i,n)}),(e=>n(e,t))),n[F]}var lt=g((function(e,t){var i,n=null;return he(e,((e,t)=>{f(e)(((e,...a)=>{if(!1===e)return t(e);a.length<2?[i]=a:i=a,n=e,t(e?null:{})}))}),(()=>t(n,i)))}));function pt(e){return(...t)=>(e.unmemoized||e)(...t)}var dt=g((function(e,t,i){i=k(i);var n=f(t),a=f(e),r=[];function o(e,...t){if(e)return i(e);r=t,!1!==e&&a(s)}function s(e,t){return e?i(e):!1!==e?t?void n(o):i(null,...r):void 0}return a(s)}),3);function ht(e,t,i){const n=f(e);return dt((e=>n(((t,i)=>e(t,!i)))),t,i)}var mt=g((function(e,t){if(t=w(t),!Array.isArray(e))return t(new Error("First argument to waterfall must be an array of functions"));if(!e.length)return t();var i=0;function n(t){f(e[i++])(...t,k(a))}function a(a,...r){if(!1!==a)return a||i===e.length?t(a,...r):void n(r)}n([])}));const ft={apply:n,applyEach:T,applyEachSeries:P,asyncify:p,auto:R,autoInject:$,cargo:W,cargoQueue:V,compose:X,concat:K,concatLimit:Z,concatSeries:ee,constant:te,detect:ne,detectLimit:ae,detectSeries:re,dir:se,doUntil:ue,doWhilst:ce,each:pe,eachLimit:de,eachOf:A,eachOfLimit:E,eachOfSeries:O,eachSeries:he,ensureAsync:me,every:fe,everyLimit:ge,everySeries:ve,filter:we,filterLimit:ke,filterSeries:_e,forever:je,groupBy:De,groupByLimit:Ee,groupBySeries:Ce,log:Ae,map:S,mapLimit:J,mapSeries:I,mapValues:Te,mapValuesLimit:Se,mapValuesSeries:Oe,memoize:Ie,nextTick:Pe,parallel:ze,parallelLimit:Re,priorityQueue:Me,queue:Le,race:$e,reduce:Y,reduceRight:qe,reflect:He,reflectAll:Ge,reject:Ve,rejectLimit:Ye,rejectSeries:Qe,retry:Je,retryable:Ke,seq:Q,series:et,setImmediate:l,some:tt,someLimit:it,someSeries:nt,sortBy:at,timeout:rt,times:st,timesLimit:ot,timesSeries:ct,transform:ut,tryEach:lt,unmemoize:pt,until:ht,waterfall:mt,whilst:dt,all:fe,allLimit:ge,allSeries:ve,any:tt,anyLimit:it,anySeries:nt,find:ne,findLimit:ae,findSeries:re,flatMap:K,flatMapLimit:Z,flatMapSeries:ee,forEach:pe,forEachSeries:he,forEachLimit:de,forEachOf:A,forEachOfSeries:O,forEachOfLimit:E,inject:Y,foldl:Y,foldr:qe,select:we,selectLimit:ke,selectSeries:_e,wrapSync:p,during:dt,doDuring:ce}},59118:(e,t,i)=>{e.exports={parallel:i(19162),serial:i(31357),serialOrdered:i(69087)}},37651:e=>{function t(e){"function"==typeof this.jobs[e]&&this.jobs[e]()}e.exports=function(e){Object.keys(e.jobs).forEach(t.bind(e)),e.jobs={}}},55912:(e,t,i)=>{var n=i(9265);e.exports=function(e){var t=!1;return n((function(){t=!0})),function(i,a){t?e(i,a):n((function(){e(i,a)}))}}},9265:e=>{e.exports=function(e){var t="function"==typeof setImmediate?setImmediate:"object"==typeof process&&"function"==typeof process.nextTick?process.nextTick:null;t?t(e):setTimeout(e,0)}},97594:(e,t,i)=>{var n=i(55912),a=i(37651);e.exports=function(e,t,i,r){var o=i.keyedList?i.keyedList[i.index]:i.index;i.jobs[o]=function(e,t,i,a){return 2==e.length?e(i,n(a)):e(i,t,n(a))}(t,o,e[o],(function(e,t){o in i.jobs&&(delete i.jobs[o],e?a(i):i.results[o]=t,r(e,i.results))}))}},94528:e=>{e.exports=function(e,t){var i=!Array.isArray(e),n={index:0,keyedList:i||t?Object.keys(e):null,jobs:{},results:i?{}:[],size:i?Object.keys(e).length:e.length};return t&&n.keyedList.sort(i?t:function(i,n){return t(e[i],e[n])}),n}},25353:(e,t,i)=>{var n=i(37651),a=i(55912);e.exports=function(e){Object.keys(this.jobs).length&&(this.index=this.size,n(this),a(e)(null,this.results))}},19162:(e,t,i)=>{var n=i(97594),a=i(94528),r=i(25353);e.exports=function(e,t,i){for(var o=a(e);o.index<(o.keyedList||e).length;)n(e,t,o,(function(e,t){e?i(e,t):0!==Object.keys(o.jobs).length||i(null,o.results)})),o.index++;return r.bind(o,i)}},31357:(e,t,i)=>{var n=i(69087);e.exports=function(e,t,i){return n(e,t,null,i)}},69087:(e,t,i)=>{var n=i(97594),a=i(94528),r=i(25353);function o(e,t){return et?1:0}e.exports=function(e,t,i,o){var s=a(e,i);return n(e,t,s,(function i(a,r){a?o(a,r):(s.index++,s.index<(s.keyedList||e).length?n(e,t,s,i):o(null,s.results))})),r.bind(s,o)},e.exports.ascending=o,e.exports.descending=function(e,t){return-1*o(e,t)}},33412:(e,t,i)=>{"use strict";var n=i(89509).Buffer;e.exports=function(e){if(!e)throw new TypeError("argument req is required");if("object"!=typeof e)throw new TypeError("argument req is required to be an object");return o(function(e){if(!e.headers||"object"!=typeof e.headers)throw new TypeError("argument req is required to have headers property");return e.headers.authorization}(e))},e.exports.parse=o;var a=/^ *(?:[Bb][Aa][Ss][Ii][Cc]) +([A-Za-z0-9._~+/-]+=*) *$/,r=/^([^:]*):(.*)$/;function o(e){if("string"==typeof e){var t=a.exec(e);if(t){var i,o=r.exec((i=t[1],n.from(i,"base64").toString()));if(o)return new s(o[1],o[2])}}}function s(e,t){this.name=e,this.pass=t}},10046:(e,t,i)=>{"use strict";var n=i(40412)("body-parser"),a=Object.create(null);function r(e){return function(){return function(e){var t=a[e];if(void 0!==t)return t;switch(e){case"json":t=i(56035);break;case"raw":t=i(40187);break;case"text":t=i(66560);break;case"urlencoded":t=i(54861)}return a[e]=t}(e)}}t=e.exports=n.function((function(e){var i={};if(e)for(var n in e)"type"!==n&&(i[n]=e[n]);var a=t.urlencoded(i),r=t.json(i);return function(e,t,i){r(e,t,(function(n){if(n)return i(n);a(e,t,i)}))}}),"bodyParser: use individual json/urlencoded middlewares"),Object.defineProperty(t,"json",{configurable:!0,enumerable:!0,get:r("json")}),Object.defineProperty(t,"raw",{configurable:!0,enumerable:!0,get:r("raw")}),Object.defineProperty(t,"text",{configurable:!0,enumerable:!0,get:r("text")}),Object.defineProperty(t,"urlencoded",{configurable:!0,enumerable:!0,get:r("urlencoded")})},63211:(e,t,i)=>{"use strict";var n=i(69009),a=i(11045),r=i(4914),o=i(80338),s=i(78761);e.exports=function(e,t,i,c,u,l){var p,d,h=l;e._body=!0;var m=null!==h.encoding?h.encoding:null,f=h.verify;try{d=function(e,t,i){var a,r=(e.headers["content-encoding"]||"identity").toLowerCase(),o=e.headers["content-length"];if(t('content-encoding "%s"',r),!1===i&&"identity"!==r)throw n(415,"content encoding unsupported",{encoding:r,type:"encoding.unsupported"});switch(r){case"deflate":a=s.createInflate(),t("inflate body"),e.pipe(a);break;case"gzip":a=s.createGunzip(),t("gunzip body"),e.pipe(a);break;case"identity":(a=e).length=o;break;default:throw n(415,'unsupported content encoding "'+r+'"',{encoding:r,type:"encoding.unsupported"})}return a}(e,u,h.inflate),p=d.length,d.length=void 0}catch(e){return i(e)}if(h.length=p,h.encoding=f?null:m,null===h.encoding&&null!==m&&!r.encodingExists(m))return i(n(415,'unsupported charset "'+m.toUpperCase()+'"',{charset:m.toLowerCase(),type:"charset.unsupported"}));u("read body"),a(d,h,(function(a,s){var l;if(a)return l="encoding.unsupported"===a.type?n(415,'unsupported charset "'+m.toUpperCase()+'"',{charset:m.toLowerCase(),type:"charset.unsupported"}):n(400,a),d.resume(),void o(e,(function(){i(n(400,l))}));if(f)try{u("verify body"),f(e,t,s,m)}catch(e){return void i(n(403,e,{body:s,type:e.type||"entity.verify.failed"}))}var p=s;try{u("parse body"),p="string"!=typeof s&&null!==m?r.decode(s,m):s,e.body=c(p)}catch(e){return void i(n(400,e,{body:p,type:e.type||"entity.parse.failed"}))}i()}))}},56035:(e,t,i)=>{"use strict";var n=i(79830),a=i(37811),r=i(69009),o=i(15158)("body-parser:json"),s=i(63211),c=i(40273);e.exports=function(e){var t=e||{},i="number"!=typeof t.limit?n.parse(t.limit||"100kb"):t.limit,p=!1!==t.inflate,d=t.reviver,h=!1!==t.strict,m=t.type||"application/json",f=t.verify||!1;if(!1!==f&&"function"!=typeof f)throw new TypeError("option verify must be function");var g="function"!=typeof m?function(e){return function(t){return Boolean(c(t,e))}}(m):m;function v(e){if(0===e.length)return{};if(h){var t=(i=e,u.exec(i)[1]);if("{"!==t&&"["!==t)throw o("strict violation"),function(e,t){var i=e.indexOf(t),n=e.substring(0,i)+"#";try{throw JSON.parse(n),new SyntaxError("strict violation")}catch(e){return l(e,{message:e.message.replace("#",t),stack:e.stack})}}(e,t)}var i;try{return o("parse json"),JSON.parse(e,d)}catch(e){throw l(e,{message:e.message,stack:e.stack})}}return function(e,t,n){if(e._body)return o("body already parsed"),void n();if(e.body=e.body||{},!c.hasBody(e))return o("skip empty body"),void n();if(o("content-type %j",e.headers["content-type"]),!g(e))return o("skip parsing"),void n();var u=function(e){try{return(a.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||"utf-8";if("utf-"!==u.substr(0,4))return o("invalid charset"),void n(r(415,'unsupported charset "'+u.toUpperCase()+'"',{charset:u,type:"charset.unsupported"}));s(e,t,n,v,o,{encoding:u,inflate:p,limit:i,verify:f})}};var u=/^[\x20\x09\x0a\x0d]*(.)/;function l(e,t){for(var i=Object.getOwnPropertyNames(e),n=0;n{"use strict";var n=i(79830),a=i(15158)("body-parser:raw"),r=i(63211),o=i(40273);e.exports=function(e){var t=e||{},i=!1!==t.inflate,s="number"!=typeof t.limit?n.parse(t.limit||"100kb"):t.limit,c=t.type||"application/octet-stream",u=t.verify||!1;if(!1!==u&&"function"!=typeof u)throw new TypeError("option verify must be function");var l="function"!=typeof c?function(e){return function(t){return Boolean(o(t,e))}}(c):c;function p(e){return e}return function(e,t,n){return e._body?(a("body already parsed"),void n()):(e.body=e.body||{},o.hasBody(e)?(a("content-type %j",e.headers["content-type"]),l(e)?void r(e,t,n,p,a,{encoding:null,inflate:i,limit:s,verify:u}):(a("skip parsing"),void n())):(a("skip empty body"),void n()))}}},66560:(e,t,i)=>{"use strict";var n=i(79830),a=i(37811),r=i(15158)("body-parser:text"),o=i(63211),s=i(40273);e.exports=function(e){var t=e||{},i=t.defaultCharset||"utf-8",c=!1!==t.inflate,u="number"!=typeof t.limit?n.parse(t.limit||"100kb"):t.limit,l=t.type||"text/plain",p=t.verify||!1;if(!1!==p&&"function"!=typeof p)throw new TypeError("option verify must be function");var d="function"!=typeof l?function(e){return function(t){return Boolean(s(t,e))}}(l):l;function h(e){return e}return function(e,t,n){if(e._body)return r("body already parsed"),void n();if(e.body=e.body||{},!s.hasBody(e))return r("skip empty body"),void n();if(r("content-type %j",e.headers["content-type"]),!d(e))return r("skip parsing"),void n();var l=function(e){try{return(a.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||i;o(e,t,n,h,r,{encoding:l,inflate:c,limit:u,verify:p})}}},54861:(e,t,i)=>{"use strict";var n=i(79830),a=i(37811),r=i(69009),o=i(15158)("body-parser:urlencoded"),s=i(40412)("body-parser"),c=i(63211),u=i(40273);e.exports=function(e){var t=e||{};void 0===t.extended&&s("undefined extended: provide extended option");var i=!1!==t.extended,l=!1!==t.inflate,h="number"!=typeof t.limit?n.parse(t.limit||"100kb"):t.limit,m=t.type||"application/x-www-form-urlencoded",f=t.verify||!1;if(!1!==f&&"function"!=typeof f)throw new TypeError("option verify must be function");var g=i?function(e){var t=void 0!==e.parameterLimit?e.parameterLimit:1e3,i=d("qs");if(isNaN(t)||t<1)throw new TypeError("option parameterLimit must be a positive number");return isFinite(t)&&(t|=0),function(e){var n=p(e,t);if(void 0===n)throw o("too many parameters"),r(413,"too many parameters",{type:"parameters.too.many"});var a=Math.max(100,n);return o("parse extended urlencoding"),i(e,{allowPrototypes:!0,arrayLimit:a,depth:1/0,parameterLimit:t})}}(t):function(e){var t=void 0!==e.parameterLimit?e.parameterLimit:1e3,i=d("querystring");if(isNaN(t)||t<1)throw new TypeError("option parameterLimit must be a positive number");return isFinite(t)&&(t|=0),function(e){if(void 0===p(e,t))throw o("too many parameters"),r(413,"too many parameters",{type:"parameters.too.many"});return o("parse urlencoding"),i(e,void 0,void 0,{maxKeys:t})}}(t),v="function"!=typeof m?function(e){return function(t){return Boolean(u(t,e))}}(m):m;function y(e){return e.length?g(e):{}}return function(e,t,i){if(e._body)return o("body already parsed"),void i();if(e.body=e.body||{},!u.hasBody(e))return o("skip empty body"),void i();if(o("content-type %j",e.headers["content-type"]),!v(e))return o("skip parsing"),void i();var n=function(e){try{return(a.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||"utf-8";if("utf-8"!==n)return o("invalid charset"),void i(r(415,'unsupported charset "'+n.toUpperCase()+'"',{charset:n,type:"charset.unsupported"}));c(e,t,i,y,o,{debug:o,encoding:n,inflate:l,limit:h,verify:f})}};var l=Object.create(null);function p(e,t){for(var i=0,n=0;-1!==(n=e.indexOf("&",n));)if(n++,++i===t)return;return i}function d(e){var t=l[e];if(void 0!==t)return t.parse;switch(e){case"qs":t=i(80129);break;case"querystring":t=i(71191)}return l[e]=t,t.parse}},39376:e=>{"use strict";e.exports={mask:(e,t,i,n,a)=>{for(var r=0;r{const i=e.length;for(var n=0;n{"use strict";try{e.exports=i(19516)(__dirname)}catch(t){e.exports=i(39376)}},79830:e=>{"use strict";e.exports=function(e,t){return"string"==typeof e?o(e):"number"==typeof e?r(e,t):null},e.exports.format=r,e.exports.parse=o;var t=/\B(?=(\d{3})+(?!\d))/g,i=/(?:\.0*|(\.[^0]+)0+)$/,n={b:1,kb:1024,mb:1<<20,gb:1<<30,tb:Math.pow(1024,4),pb:Math.pow(1024,5)},a=/^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i;function r(e,a){if(!Number.isFinite(e))return null;var r=Math.abs(e),o=a&&a.thousandsSeparator||"",s=a&&a.unitSeparator||"",c=a&&void 0!==a.decimalPlaces?a.decimalPlaces:2,u=Boolean(a&&a.fixedDecimals),l=a&&a.unit||"";l&&n[l.toLowerCase()]||(l=r>=n.pb?"PB":r>=n.tb?"TB":r>=n.gb?"GB":r>=n.mb?"MB":r>=n.kb?"KB":"B");var p=(e/n[l.toLowerCase()]).toFixed(c);return u||(p=p.replace(i,"$1")),o&&(p=p.replace(t,o)),p+s+l}function o(e){if("number"==typeof e&&!isNaN(e))return e;if("string"!=typeof e)return null;var t,i=a.exec(e),r="b";return i?(t=parseFloat(i[1]),r=i[4].toLowerCase()):(t=parseInt(e,10),r="b"),Math.floor(n[r]*t)}},73266:(e,t,i)=>{"use strict";const{V4MAPPED:n,ADDRCONFIG:a,ALL:r,promises:{Resolver:o},lookup:s}=i(40881),{promisify:c}=i(31669),u=i(12087),l=Symbol("cacheableLookupCreateConnection"),p=Symbol("cacheableLookupInstance"),d=Symbol("expires"),h="number"==typeof r,m=e=>{if(!e||"function"!=typeof e.createConnection)throw new Error("Expected an Agent instance as the first argument")},f=()=>{let e=!1,t=!1;for(const i of Object.values(u.networkInterfaces()))for(const n of i)if(!n.internal&&("IPv6"===n.family?t=!0:e=!0,e&&t))return{has4:e,has6:t};return{has4:e,has6:t}},g={ttl:!0},v={all:!0};class y{constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:i=3600,errorTtl:n=.15,resolver:a=new o,lookup:r=s}={}){if(this.maxTtl=t,this.errorTtl=n,this._cache=e,this._resolver=a,this._dnsLookup=c(r),this._resolver instanceof o?(this._resolve4=this._resolver.resolve4.bind(this._resolver),this._resolve6=this._resolver.resolve6.bind(this._resolver)):(this._resolve4=c(this._resolver.resolve4.bind(this._resolver)),this._resolve6=c(this._resolver.resolve6.bind(this._resolver))),this._iface=f(),this._pending={},this._nextRemovalTime=!1,this._hostnamesToFallback=new Set,i<1)this._fallback=!1;else{this._fallback=!0;const e=setInterval((()=>{this._hostnamesToFallback.clear()}),1e3*i);e.unref&&e.unref()}this.lookup=this.lookup.bind(this),this.lookupAsync=this.lookupAsync.bind(this)}set servers(e){this.clear(),this._resolver.setServers(e)}get servers(){return this._resolver.getServers()}lookup(e,t,i){if("function"==typeof t?(i=t,t={}):"number"==typeof t&&(t={family:t}),!i)throw new Error("Callback must be a function.");this.lookupAsync(e,t).then((e=>{t.all?i(null,e):i(null,e.address,e.family,e.expires,e.ttl)}),i)}async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let i=await this.query(e);if(6===t.family){const e=i.filter((e=>6===e.family));t.hints&n&&(h&&t.hints&r||0===e.length)?(e=>{for(const t of e)6!==t.family&&(t.address=`::ffff:${t.address}`,t.family=6)})(i):i=e}else 4===t.family&&(i=i.filter((e=>4===e.family)));if(t.hints&a){const{_iface:e}=this;i=i.filter((t=>6===t.family?e.has6:e.has4))}if(0===i.length){const t=new Error(`cacheableLookup ENOTFOUND ${e}`);throw t.code="ENOTFOUND",t.hostname=e,t}return t.all?i:i[0]}async query(e){let t=await this._cache.get(e);if(!t){const i=this._pending[e];if(i)t=await i;else{const i=this.queryAndCache(e);this._pending[e]=i;try{t=await i}finally{delete this._pending[e]}}}return t=t.map((e=>({...e}))),t}async _resolve(e){const[t,i]=await Promise.all([this._resolve4(e,g),this._resolve6(e,g)].map((e=>(async e=>{try{return await e}catch(e){if("ENODATA"===e.code||"ENOTFOUND"===e.code)return[];throw e}})(e))));let n=0,a=0,r=0;const o=Date.now();for(const e of t)e.family=4,e.expires=o+1e3*e.ttl,n=Math.max(n,e.ttl);for(const e of i)e.family=6,e.expires=o+1e3*e.ttl,a=Math.max(a,e.ttl);return r=t.length>0?i.length>0?Math.min(n,a):n:a,{entries:[...t,...i],cacheTtl:r}}async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),cacheTtl:0}}catch(e){return{entries:[],cacheTtl:0}}}async _set(e,t,i){if(this.maxTtl>0&&i>0){i=1e3*Math.min(i,this.maxTtl),t[d]=Date.now()+i;try{await this._cache.set(e,t,i)}catch(e){this.lookupAsync=async()=>{const t=new Error("Cache Error. Please recreate the CacheableLookup instance.");throw t.cause=e,t}}n=this._cache,Symbol.iterator in n&&this._tick(i)}var n}async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this._dnsLookup(e,v);let t=await this._resolve(e);0===t.entries.length&&this._fallback&&(t=await this._lookup(e),0!==t.entries.length&&this._hostnamesToFallback.add(e));const i=0===t.entries.length?this.errorTtl:t.cacheTtl;return await this._set(e,t.entries,i),t.entries}_tick(e){const t=this._nextRemovalTime;(!t||e{this._nextRemovalTime=!1;let e=1/0;const t=Date.now();for(const[i,n]of this._cache){const a=n[d];t>=a?this._cache.delete(i):a("lookup"in t||(t.lookup=this.lookup),e[l](t,i))}uninstall(e){if(m(e),e[l]){if(e[p]!==this)throw new Error("The agent is not owned by this CacheableLookup instance");e.createConnection=e[l],delete e[l],delete e[p]}}updateInterfaceInfo(){const{_iface:e}=this;this._iface=f(),(e.has4&&!this._iface.has4||e.has6&&!this._iface.has6)&&this._cache.clear()}clear(e){e?this._cache.delete(e):this._cache.clear()}}e.exports=y,e.exports.default=y},93481:(e,t,i)=>{"use strict";const n=i(28614),a=i(78835),r=i(40015),o=i(10031),s=i(26214),c=i(24259),u=i(25989),l=i(79715),p=i(64958);class d{constructor(e,t){if("function"!=typeof e)throw new TypeError("Parameter `request` must be a function");return this.cache=new p({uri:"string"==typeof t&&t,store:"string"!=typeof t&&t,namespace:"cacheable-request"}),this.createCacheableRequest(e)}createCacheableRequest(e){return(t,i)=>{let p;if("string"==typeof t)p=m(a.parse(t)),t={};else if(t instanceof a.URL)p=m(a.parse(t.toString())),t={};else{const[e,...i]=(t.path||"").split("?"),n=i.length>0?`?${i.join("?")}`:"";p=m({...t,pathname:e,search:n})}(t={headers:{},method:"GET",cache:!0,strictTtl:!1,automaticFailover:!1,...t,...h(p)}).headers=u(t.headers);const f=new n,g=r(a.format(p),{stripWWW:!1,removeTrailingSlash:!1,stripAuthentication:!1}),v=`${t.method}:${g}`;let y=!1,b=!1;const x=t=>{b=!0;let n,a=!1;const r=new Promise((e=>{n=()=>{a||(a=!0,e())}})),u=e=>{if(y&&!t.forceRefresh){e.status=e.statusCode;const i=s.fromObject(y.cachePolicy).revalidatedPolicy(t,e);if(!i.modified){const t=i.policy.responseHeaders();(e=new c(y.statusCode,t,y.body,y.url)).cachePolicy=i.policy,e.fromCache=!0}}let n;e.fromCache||(e.cachePolicy=new s(t,e,t),e.fromCache=!1),t.cache&&e.cachePolicy.storable()?(n=l(e),(async()=>{try{const i=o.buffer(e);if(await Promise.race([r,new Promise((t=>e.once("end",t)))]),a)return;const n=await i,s={cachePolicy:e.cachePolicy.toObject(),url:e.url,statusCode:e.fromCache?y.statusCode:e.statusCode,body:n};let c=t.strictTtl?e.cachePolicy.timeToLive():void 0;t.maxTtl&&(c=c?Math.min(c,t.maxTtl):t.maxTtl),await this.cache.set(v,s,c)}catch(e){f.emit("error",new d.CacheError(e))}})()):t.cache&&y&&(async()=>{try{await this.cache.delete(v)}catch(e){f.emit("error",new d.CacheError(e))}})(),f.emit("response",n||e),"function"==typeof i&&i(n||e)};try{const i=e(t,u);i.once("error",n),i.once("abort",n),f.emit("request",i)}catch(e){f.emit("error",new d.RequestError(e))}};return(async()=>{const e=async e=>{await Promise.resolve();const t=e.cache?await this.cache.get(v):void 0;if(void 0===t)return x(e);const n=s.fromObject(t.cachePolicy);if(n.satisfiesWithoutRevalidation(e)&&!e.forceRefresh){const e=n.responseHeaders(),a=new c(t.statusCode,e,t.body,t.url);a.cachePolicy=n,a.fromCache=!0,f.emit("response",a),"function"==typeof i&&i(a)}else y=t,e.headers=n.revalidationHeaders(e),x(e)},n=e=>f.emit("error",new d.CacheError(e));this.cache.once("error",n),f.on("response",(()=>this.cache.removeListener("error",n)));try{await e(t)}catch(e){t.automaticFailover&&!b&&x(t),f.emit("error",new d.CacheError(e))}})(),f}}}function h(e){const t={...e};return t.path=`${e.pathname||"/"}${e.search||""}`,delete t.pathname,delete t.search,t}function m(e){return{protocol:e.protocol,auth:e.auth,hostname:e.hostname||e.host||"localhost",port:e.port,pathname:e.pathname,search:e.search}}d.RequestError=class extends Error{constructor(e){super(e.message),this.name="RequestError",Object.assign(this,e)}},d.CacheError=class extends Error{constructor(e){super(e.message),this.name="CacheError",Object.assign(this,e)}},e.exports=d},21924:(e,t,i)=>{"use strict";var n=i(40210),a=i(55559),r=a(n("String.prototype.indexOf"));e.exports=function(e,t){var i=n(e,!!t);return"function"==typeof i&&r(e,".prototype.")>-1?a(i):i}},55559:(e,t,i)=>{"use strict";var n=i(58612),a=i(40210),r=a("%Function.prototype.apply%"),o=a("%Function.prototype.call%"),s=a("%Reflect.apply%",!0)||n.call(o,r),c=a("%Object.getOwnPropertyDescriptor%",!0),u=a("%Object.defineProperty%",!0),l=a("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var t=s(n,o,arguments);if(c&&u){var i=c(t,"length");i.configurable&&u(t,"length",{value:1+l(0,e.length-(arguments.length-1))})}return t};var p=function(){return s(n,r,arguments)};u?u(e.exports,"apply",{value:p}):e.exports.apply=p},29919:(e,t,i)=>{"use strict";const n={right:function(e,t){e=e.trim();const i=o.stringWidth(e);return i=t?e:" ".repeat(t-i>>1)+e}};class a{constructor(e){var t;this.width=e.width,this.wrap=null===(t=e.wrap)||void 0===t||t,this.rows=[]}span(...e){this.div(...e).span=!0}resetOutput(){this.rows=[]}div(...e){if(0===e.length&&this.div(""),this.wrap&&this.shouldApplyLayoutDSL(...e)&&"string"==typeof e[0])return this.applyLayoutDSL(e[0]);const t=e.map((e=>"string"==typeof e?this.colFromString(e):e));return this.rows.push(t),t}shouldApplyLayoutDSL(...e){return 1===e.length&&"string"==typeof e[0]&&/[\t\n]/.test(e[0])}applyLayoutDSL(e){const t=e.split("\n").map((e=>e.split("\t")));let i=0;return t.forEach((e=>{e.length>1&&o.stringWidth(e[0])>i&&(i=Math.min(Math.floor(.5*this.width),o.stringWidth(e[0])))})),t.forEach((e=>{this.div(...e.map(((t,n)=>({text:t.trim(),padding:this.measurePadding(t),width:0===n&&e.length>1?i:void 0}))))})),this.rows[this.rows.length-1]}colFromString(e){return{text:e,padding:this.measurePadding(e)}}measurePadding(e){const t=o.stripAnsi(e);return[0,t.match(/\s*$/)[0].length,0,t.match(/^\s*/)[0].length]}toString(){const e=[];return this.rows.forEach((t=>{this.rowToString(t,e)})),e.filter((e=>!e.hidden)).map((e=>e.text)).join("\n")}rowToString(e,t){return this.rasterize(e).forEach(((i,a)=>{let s="";i.forEach(((i,c)=>{const{width:u}=e[c],l=this.negatePadding(e[c]);let p=i;l>o.stringWidth(i)&&(p+=" ".repeat(l-o.stringWidth(i))),e[c].align&&"left"!==e[c].align&&this.wrap&&(p=(0,n[e[c].align])(p,l),o.stringWidth(p)0&&(s=this.renderInline(s,t[t.length-1]))})),t.push({text:s.replace(/ +$/,""),span:e.span})})),t}renderInline(e,t){const i=e.match(/^ */),n=i?i[0].length:0,a=t.text,r=o.stringWidth(a.trimRight());return t.span?this.wrap?n{e.width=i[a],n=this.wrap?o.wrap(e.text,this.negatePadding(e),{hard:!0}).split("\n"):e.text.split("\n"),e.border&&(n.unshift("."+"-".repeat(this.negatePadding(e)+2)+"."),n.push("'"+"-".repeat(this.negatePadding(e)+2)+"'")),e.padding&&(n.unshift(...new Array(e.padding[0]||0).fill("")),n.push(...new Array(e.padding[2]||0).fill(""))),n.forEach(((e,i)=>{t[i]||t.push([]);const n=t[i];for(let e=0;ee.width||o.stringWidth(e.text)));let t=e.length,i=this.width;const n=e.map((e=>{if(e.width)return t--,i-=e.width,e.width})),a=t?Math.floor(i/t):0;return n.map(((t,i)=>void 0===t?Math.max(a,function(e){const t=e.padding||[],i=1+(t[3]||0)+(t[1]||0);return e.border?i+4:i}(e[i])):t))}}function r(e,t,i){return e.border?/[.']-+[.']/.test(t)?"":0!==t.trim().length?i:" ":""}let o;const s=i(14223),c=i(76003),u=i(88152);e.exports=function(e){return function(e,t){return o=t,new a({width:(null==e?void 0:e.width)||("object"==typeof process&&process.stdout&&process.stdout.columns?process.stdout.columns:80),wrap:null==e?void 0:e.wrap})}(e,{stringWidth:s,stripAnsi:c,wrap:u})}},79715:(e,t,i)=>{"use strict";const n=i(92413).PassThrough,a=i(66344);e.exports=e=>{if(!e||!e.pipe)throw new TypeError("Parameter `response` must be a response stream.");const t=new n;return a(e,t),e.pipe(t)}},48168:(e,t,i)=>{const n=i(8874),a={};for(const e of Object.keys(n))a[n[e]]=e;const r={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};e.exports=r;for(const e of Object.keys(r)){if(!("channels"in r[e]))throw new Error("missing channels property: "+e);if(!("labels"in r[e]))throw new Error("missing channel labels property: "+e);if(r[e].labels.length!==r[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:t,labels:i}=r[e];delete r[e].channels,delete r[e].labels,Object.defineProperty(r[e],"channels",{value:t}),Object.defineProperty(r[e],"labels",{value:i})}r.rgb.hsl=function(e){const t=e[0]/255,i=e[1]/255,n=e[2]/255,a=Math.min(t,i,n),r=Math.max(t,i,n),o=r-a;let s,c;r===a?s=0:t===r?s=(i-n)/o:i===r?s=2+(n-t)/o:n===r&&(s=4+(t-i)/o),s=Math.min(60*s,360),s<0&&(s+=360);const u=(a+r)/2;return c=r===a?0:u<=.5?o/(r+a):o/(2-r-a),[s,100*c,100*u]},r.rgb.hsv=function(e){let t,i,n,a,r;const o=e[0]/255,s=e[1]/255,c=e[2]/255,u=Math.max(o,s,c),l=u-Math.min(o,s,c),p=function(e){return(u-e)/6/l+.5};return 0===l?(a=0,r=0):(r=l/u,t=p(o),i=p(s),n=p(c),o===u?a=n-i:s===u?a=1/3+t-n:c===u&&(a=2/3+i-t),a<0?a+=1:a>1&&(a-=1)),[360*a,100*r,100*u]},r.rgb.hwb=function(e){const t=e[0],i=e[1];let n=e[2];const a=r.rgb.hsl(e)[0],o=1/255*Math.min(t,Math.min(i,n));return n=1-1/255*Math.max(t,Math.max(i,n)),[a,100*o,100*n]},r.rgb.cmyk=function(e){const t=e[0]/255,i=e[1]/255,n=e[2]/255,a=Math.min(1-t,1-i,1-n);return[100*((1-t-a)/(1-a)||0),100*((1-i-a)/(1-a)||0),100*((1-n-a)/(1-a)||0),100*a]},r.rgb.keyword=function(e){const t=a[e];if(t)return t;let i,r=1/0;for(const t of Object.keys(n)){const a=(s=n[t],((o=e)[0]-s[0])**2+(o[1]-s[1])**2+(o[2]-s[2])**2);a.04045?((t+.055)/1.055)**2.4:t/12.92,i=i>.04045?((i+.055)/1.055)**2.4:i/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,[100*(.4124*t+.3576*i+.1805*n),100*(.2126*t+.7152*i+.0722*n),100*(.0193*t+.1192*i+.9505*n)]},r.rgb.lab=function(e){const t=r.rgb.xyz(e);let i=t[0],n=t[1],a=t[2];return i/=95.047,n/=100,a/=108.883,i=i>.008856?i**(1/3):7.787*i+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,a=a>.008856?a**(1/3):7.787*a+16/116,[116*n-16,500*(i-n),200*(n-a)]},r.hsl.rgb=function(e){const t=e[0]/360,i=e[1]/100,n=e[2]/100;let a,r,o;if(0===i)return o=255*n,[o,o,o];a=n<.5?n*(1+i):n+i-n*i;const s=2*n-a,c=[0,0,0];for(let e=0;e<3;e++)r=t+1/3*-(e-1),r<0&&r++,r>1&&r--,o=6*r<1?s+6*(a-s)*r:2*r<1?a:3*r<2?s+(a-s)*(2/3-r)*6:s,c[e]=255*o;return c},r.hsl.hsv=function(e){const t=e[0];let i=e[1]/100,n=e[2]/100,a=i;const r=Math.max(n,.01);return n*=2,i*=n<=1?n:2-n,a*=r<=1?r:2-r,[t,100*(0===n?2*a/(r+a):2*i/(n+i)),(n+i)/2*100]},r.hsv.rgb=function(e){const t=e[0]/60,i=e[1]/100;let n=e[2]/100;const a=Math.floor(t)%6,r=t-Math.floor(t),o=255*n*(1-i),s=255*n*(1-i*r),c=255*n*(1-i*(1-r));switch(n*=255,a){case 0:return[n,c,o];case 1:return[s,n,o];case 2:return[o,n,c];case 3:return[o,s,n];case 4:return[c,o,n];case 5:return[n,o,s]}},r.hsv.hsl=function(e){const t=e[0],i=e[1]/100,n=e[2]/100,a=Math.max(n,.01);let r,o;o=(2-i)*n;const s=(2-i)*a;return r=i*a,r/=s<=1?s:2-s,r=r||0,o/=2,[t,100*r,100*o]},r.hwb.rgb=function(e){const t=e[0]/360;let i=e[1]/100,n=e[2]/100;const a=i+n;let r;a>1&&(i/=a,n/=a);const o=Math.floor(6*t),s=1-n;r=6*t-o,0!=(1&o)&&(r=1-r);const c=i+r*(s-i);let u,l,p;switch(o){default:case 6:case 0:u=s,l=c,p=i;break;case 1:u=c,l=s,p=i;break;case 2:u=i,l=s,p=c;break;case 3:u=i,l=c,p=s;break;case 4:u=c,l=i,p=s;break;case 5:u=s,l=i,p=c}return[255*u,255*l,255*p]},r.cmyk.rgb=function(e){const t=e[0]/100,i=e[1]/100,n=e[2]/100,a=e[3]/100;return[255*(1-Math.min(1,t*(1-a)+a)),255*(1-Math.min(1,i*(1-a)+a)),255*(1-Math.min(1,n*(1-a)+a))]},r.xyz.rgb=function(e){const t=e[0]/100,i=e[1]/100,n=e[2]/100;let a,r,o;return a=3.2406*t+-1.5372*i+-.4986*n,r=-.9689*t+1.8758*i+.0415*n,o=.0557*t+-.204*i+1.057*n,a=a>.0031308?1.055*a**(1/2.4)-.055:12.92*a,r=r>.0031308?1.055*r**(1/2.4)-.055:12.92*r,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,a=Math.min(Math.max(0,a),1),r=Math.min(Math.max(0,r),1),o=Math.min(Math.max(0,o),1),[255*a,255*r,255*o]},r.xyz.lab=function(e){let t=e[0],i=e[1],n=e[2];return t/=95.047,i/=100,n/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,[116*i-16,500*(t-i),200*(i-n)]},r.lab.xyz=function(e){let t,i,n;i=(e[0]+16)/116,t=e[1]/500+i,n=i-e[2]/200;const a=i**3,r=t**3,o=n**3;return i=a>.008856?a:(i-16/116)/7.787,t=r>.008856?r:(t-16/116)/7.787,n=o>.008856?o:(n-16/116)/7.787,t*=95.047,i*=100,n*=108.883,[t,i,n]},r.lab.lch=function(e){const t=e[0],i=e[1],n=e[2];let a;return a=360*Math.atan2(n,i)/2/Math.PI,a<0&&(a+=360),[t,Math.sqrt(i*i+n*n),a]},r.lch.lab=function(e){const t=e[0],i=e[1],n=e[2]/360*2*Math.PI;return[t,i*Math.cos(n),i*Math.sin(n)]},r.rgb.ansi16=function(e,t=null){const[i,n,a]=e;let o=null===t?r.rgb.hsv(e)[2]:t;if(o=Math.round(o/50),0===o)return 30;let s=30+(Math.round(a/255)<<2|Math.round(n/255)<<1|Math.round(i/255));return 2===o&&(s+=60),s},r.hsv.ansi16=function(e){return r.rgb.ansi16(r.hsv.rgb(e),e[2])},r.rgb.ansi256=function(e){const t=e[0],i=e[1],n=e[2];return t===i&&i===n?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(i/255*5)+Math.round(n/255*5)},r.ansi16.rgb=function(e){let t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];const i=.5*(1+~~(e>50));return[(1&t)*i*255,(t>>1&1)*i*255,(t>>2&1)*i*255]},r.ansi256.rgb=function(e){if(e>=232){const t=10*(e-232)+8;return[t,t,t]}let t;return e-=16,[Math.floor(e/36)/5*255,Math.floor((t=e%36)/6)/5*255,t%6/5*255]},r.rgb.hex=function(e){const t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},r.hex.rgb=function(e){const t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let i=t[0];3===t[0].length&&(i=i.split("").map((e=>e+e)).join(""));const n=parseInt(i,16);return[n>>16&255,n>>8&255,255&n]},r.rgb.hcg=function(e){const t=e[0]/255,i=e[1]/255,n=e[2]/255,a=Math.max(Math.max(t,i),n),r=Math.min(Math.min(t,i),n),o=a-r;let s,c;return s=o<1?r/(1-o):0,c=o<=0?0:a===t?(i-n)/o%6:a===i?2+(n-t)/o:4+(t-i)/o,c/=6,c%=1,[360*c,100*o,100*s]},r.hsl.hcg=function(e){const t=e[1]/100,i=e[2]/100,n=i<.5?2*t*i:2*t*(1-i);let a=0;return n<1&&(a=(i-.5*n)/(1-n)),[e[0],100*n,100*a]},r.hsv.hcg=function(e){const t=e[1]/100,i=e[2]/100,n=t*i;let a=0;return n<1&&(a=(i-n)/(1-n)),[e[0],100*n,100*a]},r.hcg.rgb=function(e){const t=e[0]/360,i=e[1]/100,n=e[2]/100;if(0===i)return[255*n,255*n,255*n];const a=[0,0,0],r=t%1*6,o=r%1,s=1-o;let c=0;switch(Math.floor(r)){case 0:a[0]=1,a[1]=o,a[2]=0;break;case 1:a[0]=s,a[1]=1,a[2]=0;break;case 2:a[0]=0,a[1]=1,a[2]=o;break;case 3:a[0]=0,a[1]=s,a[2]=1;break;case 4:a[0]=o,a[1]=0,a[2]=1;break;default:a[0]=1,a[1]=0,a[2]=s}return c=(1-i)*n,[255*(i*a[0]+c),255*(i*a[1]+c),255*(i*a[2]+c)]},r.hcg.hsv=function(e){const t=e[1]/100,i=t+e[2]/100*(1-t);let n=0;return i>0&&(n=t/i),[e[0],100*n,100*i]},r.hcg.hsl=function(e){const t=e[1]/100,i=e[2]/100*(1-t)+.5*t;let n=0;return i>0&&i<.5?n=t/(2*i):i>=.5&&i<1&&(n=t/(2*(1-i))),[e[0],100*n,100*i]},r.hcg.hwb=function(e){const t=e[1]/100,i=t+e[2]/100*(1-t);return[e[0],100*(i-t),100*(1-i)]},r.hwb.hcg=function(e){const t=e[1]/100,i=1-e[2]/100,n=i-t;let a=0;return n<1&&(a=(i-n)/(1-n)),[e[0],100*n,100*a]},r.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},r.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},r.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},r.gray.hsl=function(e){return[0,0,e[0]]},r.gray.hsv=r.gray.hsl,r.gray.hwb=function(e){return[0,100,e[0]]},r.gray.cmyk=function(e){return[0,0,0,e[0]]},r.gray.lab=function(e){return[e[0],0,0]},r.gray.hex=function(e){const t=255&Math.round(e[0]/100*255),i=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(i.length)+i},r.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},12085:(e,t,i)=>{const n=i(48168),a=i(4111),r={};Object.keys(n).forEach((e=>{r[e]={},Object.defineProperty(r[e],"channels",{value:n[e].channels}),Object.defineProperty(r[e],"labels",{value:n[e].labels});const t=a(e);Object.keys(t).forEach((i=>{const n=t[i];r[e][i]=function(e){const t=function(...t){const i=t[0];if(null==i)return i;i.length>1&&(t=i);const n=e(t);if("object"==typeof n)for(let e=n.length,t=0;t1&&(t=i),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(n)}))})),e.exports=r},4111:(e,t,i)=>{const n=i(48168);function a(e,t){return function(i){return t(e(i))}}function r(e,t){const i=[t[e].parent,e];let r=n[t[e].parent][e],o=t[e].parent;for(;t[o].parent;)i.unshift(t[o].parent),r=a(n[t[o].parent][o],r),o=t[o].parent;return r.conversion=i,r}e.exports=function(e){const t=function(e){const t=function(){const e={},t=Object.keys(n);for(let i=t.length,n=0;n{"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},9779:(e,t,i)=>{var n=i(31669),a=i(92413).Stream,r=i(63463);function o(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2097152,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}e.exports=o,n.inherits(o,a),o.create=function(e){var t=new this;for(var i in e=e||{})t[i]=e[i];return t},o.isStreamLike=function(e){return"function"!=typeof e&&"string"!=typeof e&&"boolean"!=typeof e&&"number"!=typeof e&&!Buffer.isBuffer(e)},o.prototype.append=function(e){if(o.isStreamLike(e)){if(!(e instanceof r)){var t=r.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=t}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this},o.prototype.pipe=function(e,t){return a.prototype.pipe.call(this,e,t),this.resume(),e},o.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop)this._pendingNext=!0;else{this._insideLoop=!0;try{do{this._pendingNext=!1,this._realGetNext()}while(this._pendingNext)}finally{this._insideLoop=!1}}},o.prototype._realGetNext=function(){var e=this._streams.shift();void 0!==e?"function"==typeof e?e(function(e){o.isStreamLike(e)&&(e.on("data",this._checkDataSize.bind(this)),this._handleErrors(e)),this._pipeNext(e)}.bind(this)):this._pipeNext(e):this.end()},o.prototype._pipeNext=function(e){if(this._currentStream=e,o.isStreamLike(e))return e.on("end",this._getNext.bind(this)),void e.pipe(this,{end:!1});var t=e;this.write(t),this._getNext()},o.prototype._handleErrors=function(e){var t=this;e.on("error",(function(e){t._emitError(e)}))},o.prototype.write=function(e){this.emit("data",e)},o.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&"function"==typeof this._currentStream.pause&&this._currentStream.pause(),this.emit("pause"))},o.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&"function"==typeof this._currentStream.resume&&this._currentStream.resume(),this.emit("resume")},o.prototype.end=function(){this._reset(),this.emit("end")},o.prototype.destroy=function(){this._reset(),this.emit("close")},o.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null},o.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}},o.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach((function(t){t.dataSize&&(e.dataSize+=t.dataSize)})),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)},o.prototype._emitError=function(e){this._reset(),this.emit("error",e)}},67389:(e,t,i)=>{"use strict";e.exports=function(e,t){var i=t||{},a=i.type||"attachment",r=function(e,t){if(void 0!==e){var i={};if("string"!=typeof e)throw new TypeError("filename must be a string");if(void 0===t&&(t=!0),"string"!=typeof t&&"boolean"!=typeof t)throw new TypeError("fallback must be a string or boolean");if("string"==typeof t&&c.test(t))throw new TypeError("fallback must be ISO-8859-1 string");var a=n(e),r=d.test(a),s="string"!=typeof t?t&&v(a):n(t),u="string"==typeof s&&s!==a;return(u||!r||o.test(a))&&(i["filename*"]=a),(r||u)&&(i.filename=u?s:a),i}}(e,i.fallback);return function(e){var t=e.parameters,i=e.type;if(!i||"string"!=typeof i||!h.test(i))throw new TypeError("invalid type");var n=String(i).toLowerCase();if(t&&"object"==typeof t)for(var a,r=Object.keys(t).sort(),o=0;o?@[\\\]{}\x7f]/g,o=/%[0-9A-Fa-f]{2}/,s=/%([0-9A-Fa-f]{2})/g,c=/[^\x20-\x7e\xa0-\xff]/g,u=/\\([\u0000-\u007f])/g,l=/([\\"])/g,p=/;[\x09\x20]*([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*=[\x09\x20]*("(?:[\x20!\x23-\x5b\x5d-\x7e\x80-\xff]|\\[\x20-\x7e])*"|[!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*/g,d=/^[\x20-\x7e\x80-\xff]+$/,h=/^[!#$%&'*+.0-9A-Z^_`a-z|~-]+$/,m=/^([A-Za-z0-9!#$%&+\-^_`{}~]+)'(?:[A-Za-z]{2,3}(?:-[A-Za-z]{3}){0,3}|[A-Za-z]{4,8}|)'((?:%[0-9A-Fa-f]{2}|[A-Za-z0-9!#$&+.^_`|~-])+)$/,f=/^([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*(?:$|;)/;function g(e){var t=m.exec(e);if(!t)throw new TypeError("invalid extended field value");var i,n=t[1].toLowerCase(),r=t[2].replace(s,y);switch(n){case"iso-8859-1":i=v(r);break;case"utf-8":i=a.from(r,"binary").toString("utf8");break;default:throw new TypeError("unsupported charset in extended field")}return i}function v(e){return String(e).replace(c,"?")}function y(e,t){return String.fromCharCode(parseInt(t,16))}function b(e){return"%"+String(e).charCodeAt(0).toString(16).toUpperCase()}function x(e){return'"'+String(e).replace(l,"\\$1")+'"'}function w(e){var t=String(e);return"UTF-8''"+encodeURIComponent(t).replace(r,b)}function k(e,t){this.type=e,this.parameters=t}},37811:(e,t)=>{"use strict";var i=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g,n=/^[\u000b\u0020-\u007e\u0080-\u00ff]+$/,a=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/,r=/\\([\u000b\u0020-\u00ff])/g,o=/([\\"])/g,s=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;function c(e){var t=String(e);if(a.test(t))return t;if(t.length>0&&!n.test(t))throw new TypeError("invalid parameter value");return'"'+t.replace(o,"\\$1")+'"'}function u(e){this.parameters=Object.create(null),this.type=e}t.format=function(e){if(!e||"object"!=typeof e)throw new TypeError("argument obj is required");var t=e.parameters,i=e.type;if(!i||!s.test(i))throw new TypeError("invalid type");var n=i;if(t&&"object"==typeof t)for(var r,o=Object.keys(t).sort(),u=0;u{"use strict";var n=i(76489),a=i(61365);function r(e){if("string"==typeof e&&"j:"===e.substr(0,2))try{return JSON.parse(e.slice(2))}catch(e){return}}function o(e){for(var t,i,n=Object.keys(e),a=0;a{var n=i(76417);function a(e){return n.createHash("sha1").update(e).digest("hex")}t.sign=function(e,t){if("string"!=typeof e)throw new TypeError("Cookie value must be provided as a string.");if("string"!=typeof t)throw new TypeError("Secret string must be provided.");return e+"."+n.createHmac("sha256",t).update(e).digest("base64").replace(/\=+$/,"")},t.unsign=function(e,i){if("string"!=typeof e)throw new TypeError("Signed cookie string must be provided.");if("string"!=typeof i)throw new TypeError("Secret string must be provided.");var n=e.slice(0,e.lastIndexOf("."));return a(t.sign(n,i))==a(e)&&n}},76489:(e,t)=>{"use strict";t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");for(var n={},r=t||{},s=e.split(a),c=r.decode||i,u=0;u{!function(){"use strict";function e(t,i,n,a){return this instanceof e?(this.domain=t||void 0,this.path=i||"/",this.secure=!!n,this.script=!!a,this):new e(t,i,n,a)}function i(e,t,n){return e instanceof i?e:this instanceof i?(this.name=null,this.value=null,this.expiration_date=1/0,this.path=String(n||"/"),this.explicit_path=!1,this.domain=t||null,this.explicit_domain=!1,this.secure=!1,this.noscript=!1,e&&this.parse(e,t,n),this):new i(e,t,n)}e.All=Object.freeze(Object.create(null)),t.CookieAccessInfo=e,t.Cookie=i,i.prototype.toString=function(){var e=[this.name+"="+this.value];return this.expiration_date!==1/0&&e.push("expires="+new Date(this.expiration_date).toGMTString()),this.domain&&e.push("domain="+this.domain),this.path&&e.push("path="+this.path),this.secure&&e.push("secure"),this.noscript&&e.push("httponly"),e.join("; ")},i.prototype.toValueString=function(){return this.name+"="+this.value};var n=/[:](?=\s*[a-zA-Z0-9_\-]+\s*[=])/g;function a(){var e,t;return this instanceof a?(e=Object.create(null),this.setCookie=function(n,a,r){var o,s;if(o=(n=new i(n,a,r)).expiration_date<=Date.now(),void 0!==e[n.name]){for(t=e[n.name],s=0;s{function n(){var e;try{e=t.storage.debug}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e}(t=e.exports=i(11658)).log=function(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},t.formatArgs=function(e){var i=this.useColors;if(e[0]=(i?"%c":"")+this.namespace+(i?" %c":" ")+e[0]+(i?"%c ":" ")+"+"+t.humanize(this.diff),i){var n="color: "+this.color;e.splice(1,0,n,"color: inherit");var a=0,r=0;e[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(a++,"%c"===e&&(r=a))})),e.splice(r,0,n)}},t.save=function(e){try{null==e?t.storage.removeItem("debug"):t.storage.debug=e}catch(e){}},t.load=n,t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type)||("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage="undefined"!=typeof chrome&&void 0!==chrome.storage?chrome.storage.local:function(){try{return window.localStorage}catch(e){}}(),t.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],t.formatters.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}},t.enable(n())},11658:(e,t,i)=>{var n;function a(e){function i(){if(i.enabled){var e=i,a=+new Date,r=a-(n||a);e.diff=r,e.prev=n,e.curr=a,n=a;for(var o=new Array(arguments.length),s=0;s{"undefined"!=typeof process&&"renderer"===process.type?e.exports=i(11227):e.exports=i(39)},39:(e,t,i)=>{var n=i(33867),a=i(31669);(t=e.exports=i(11658)).init=function(e){e.inspectOpts={};for(var i=Object.keys(t.inspectOpts),n=0;n{"use strict";const{Transform:n,PassThrough:a}=i(92413),r=i(78761),o=i(91511);e.exports=e=>{const t=(e.headers["content-encoding"]||"").toLowerCase();if(!["gzip","deflate","br"].includes(t))return e;const i="br"===t;if(i&&"function"!=typeof r.createBrotliDecompress)return e.destroy(new Error("Brotli is not supported on Node.js < 12")),e;let s=!0;const c=new n({transform(e,t,i){s=!1,i(null,e)},flush(e){e()}}),u=new a({autoDestroy:!1,destroy(t,i){e.destroy(),i(t)}}),l=i?r.createBrotliDecompress():r.createUnzip();return l.once("error",(t=>{!s||e.readable?u.destroy(t):u.end()})),o(e,u),e.pipe(c).pipe(l).pipe(u),u}},91511:e=>{"use strict";const t=["aborted","complete","headers","httpVersion","httpVersionMinor","httpVersionMajor","method","rawHeaders","rawTrailers","setTimeout","socket","statusCode","statusMessage","trailers","url"];e.exports=(e,i)=>{if(i._readableState.autoDestroy)throw new Error("The second stream must have the `autoDestroy` option set to `false`");const n=new Set(Object.keys(e).concat(t)),a={};for(const t of n)t in i||(a[t]={get(){const i=e[t];return"function"==typeof i?i.bind(e):i},set(i){e[t]=i},enumerable:!0,configurable:!1});return Object.defineProperties(i,a),e.once("aborted",(()=>{i.destroy(),i.emit("aborted")})),e.once("close",(()=>{e.complete&&i.readable?i.once("end",(()=>{i.emit("close")})):i.emit("close")})),i}},60993:(e,t,i)=>{const n=i(12210),{_md5:a,_ecbCrypt:r,_ecbDecrypt:o,generateBlowfishKey:s,decryptChunk:c}=i(92),{DownloadCanceled:u,DownloadEmpty:l}=i(39763),{USER_AGENT_HEADER:p,pipeline:d}=i(72561);function h(e,t,i,n){let o=t+"¤"+n+"¤"+e+"¤"+i,s=a(o)+"¤"+o+"¤";return s+=".".repeat(16-s.length%16),o=r("jo6aey6haid2Teih",s),o}function m(e){let t=o("jo6aey6haid2Teih",e),[,i,n,a,r]=t.split("¤");return[a,i,r,n]}e.exports={generateStreamPath:h,generateStreamURL:function(e,t,i,n){let a=h(e,t,i,n);return"https://cdns-proxy-"+t[0]+".dzcdn.net/api/1/"+a},generateCryptedStreamURL:function(e,t,i,n){let a=h(e,t,i,n);return"https://e-cdns-proxy-"+t[0]+".dzcdn.net/mobile/1/"+a},reverseStreamPath:m,reverseStreamURL:function(e){return m(e.slice(e.find("/1/")+3))},streamTrack:async function e(t,i,a=0,r,o){if(r&&r.isCanceled)throw new u;let h,m={"User-Agent":p},f=a,g=0,v=i.downloadURL.includes("/mobile/")||i.downloadURL.includes("/media/"),y={id:i.id,title:i.title,artist:i.mainArtist.name},b="";v&&(h=s(String(i.id)));let x=n.stream(i.downloadURL,{headers:m,retry:3,https:{rejectUnauthorized:!1}}).on("response",(e=>{if(g=parseInt(e.headers["content-length"]),0==g&&(b="DownloadEmpty",x.destroy()),0!=a){let t=e.headers["content-range"];o&&o.send("downloadInfo",{uuid:r.uuid,data:y,state:"downloading",alreadyStarted:!0,value:t})}else o&&o.send("downloadInfo",{uuid:r.uuid,data:y,state:"downloading",alreadyStarted:!1,value:g})})).on("data",(function(e){if(r.isCanceled&&(b="DownloadCanceled",x.destroy()),f+=e.length,r){let t;"Single"===r.__type__?(t=f/(g+a)*100,r.progressNext=t):(t=e.length/(g+a)/r.size*100,r.progressNext+=t),r.updateProgress(o)}}));try{await d(x,(async function*(e){let t=Buffer.alloc(0);for await(let i of e)if(v)for(t=Buffer.concat([t,i]);t.length>=6144;){let e=Buffer.alloc(0),i=t.slice(0,6144);t=t.slice(6144),i.length>=2048&&(e=c(i.slice(0,2048),h),e=Buffer.concat([e,i.slice(2048)])),yield e}else yield i;if(v){let e=Buffer.alloc(0);t.length>=2048?(e=c(t.slice(0,2048),h),e=Buffer.concat([e,t.slice(2048)]),yield e):yield t}}),(async function*(e){let t=!0;for await(let i of e){if(t&&0==i[0]){let e;for(e=0;e{const{Track:n}=i(77655),{StaticPicture:a}=i(65982),{streamTrack:r,generateCryptedStreamURL:o}=i(60993),{tagID3:s,tagFLAC:c}=i(15278),{USER_AGENT_HEADER:u,pipeline:l,shellEscape:p}=i(72561),{DEFAULTS:d,OverwriteOption:h}=i(74170),{generatePath:m,generateAlbumName:f,generateArtistName:g,generateDownloadObjectName:v}=i(3554),{PreferredBitrateNotFound:y,TrackNot360:b,DownloadFailed:x,ErrorMessages:w,DownloadCanceled:k}=i(39763),{TrackFormats:_}=i(63623),{WrongLicense:j,WrongGeolocation:E}=i(63623).errors,D=i(12210),C=i(35747),{tmpdir:A}=i(12087),{queue:S,each:T}=i(57664),{exec:O}=i(63129),I={[_.FLAC]:".flac",[_.LOCAL]:".mp3",[_.MP3_320]:".mp3",[_.MP3_128]:".mp3",[_.DEFAULT]:".mp3",[_.MP4_RA3]:".mp4",[_.MP4_RA2]:".mp4",[_.MP4_RA1]:".mp4"},P={[_.FLAC]:"FLAC",[_.LOCAL]:"MP3_MISC",[_.MP3_320]:"MP3_320",[_.MP3_128]:"MP3_128",[_.DEFAULT]:"MP3_MISC",[_.MP4_RA3]:"MP4_RA3",[_.MP4_RA2]:"MP4_RA2",[_.MP4_RA1]:"MP4_RA1"},F=A()+"/deemix-imgs";async function z(e,t,i=h.DONT_OVERWRITE){if(C.existsSync(t)&&![h.OVERWRITE,h.ONLY_TAGS,h.KEEP_BOTH].includes(i)){if(0!=C.readFileSync(t).length)return t;C.unlinkSync(t)}const n=D.stream(e,{headers:{"User-Agent":u},https:{rejectUnauthorized:!1},timeout:3e4,retry:3}),a=C.createWriteStream(t);try{await l(n,a)}catch(n){if(C.unlinkSync(t),n instanceof D.HTTPError){if(e.includes("images.dzcdn.net")){let n=e.slice(0,e.lastIndexOf("/")+1),a=e.slice(n.length),r=parseInt(a.slice(0,a.indexOf("x")));if(r>1200)return z(n+a.replace(`${r}x${r}`,"1200x1200"),t,i)}return null}if(n instanceof D.TimeoutError)return z(e,t,i);throw console.trace(n),n}return t}async function R(e,t,i,a,r,s){i=parseInt(i);let c=!1,l=0!=t.fallbackID,p=!1,d=!1;async function h(e,t,i){if(!t)return!1;let n;try{n=D.get(t,{headers:{"User-Agent":u},timeout:3e4,https:{rejectUnauthorized:!1}}).on("response",(t=>{e.filesizes[`FILESIZE_${i}`]=403==t.statusCode?0:t.headers["content-length"],e.filesizes[`FILESIZE_${i}_TESTED`]=!0,n.cancel()})),await n}catch(n){if(n.isCanceled)return 0!=e.filesizes[`FILESIZE_${i}`];if(n instanceof D.ReadError||n instanceof D.TimeoutError)return await h(e,t,i);if(n instanceof D.HTTPError)return!1;throw console.trace(n),n}}async function m(t,i,n){let a;try{if(a=await e.get_track_url(t.trackToken,i),await h(t,a,i))return a;a=void 0}catch(e){d="WrongLicense"===e.name,p="WrongGeolocation"===e.name}if(!a){if(a=o(t.id,t.MD5,t.mediaVersion,n),await h(t,a,i))return a;a=void 0}return a}if(t.localTrack){let e=await m(t,"MP3_MISC",_.LOCAL);return t.urls.MP3_MISC=e,_.LOCAL}const f={[_.FLAC]:"FLAC",[_.MP3_320]:"MP3_320",[_.MP3_128]:"MP3_128"},g={[_.MP4_RA3]:"MP4_RA3",[_.MP4_RA2]:"MP4_RA2",[_.MP4_RA1]:"MP4_RA1"},v=Object.keys(g).includes(i);let x;x=a?v?{...g}:{...f}:{...g,...f};for(let o=0;oi)continue;let f,g=t,v=await m(g,h,u);do{!v&&l&&(f=await e.gw.get_track_with_fallback(g.fallbackID),g=new n,g.parseEssentialData(f),l=0!=g.fallbackID),v||(v=await m(g,h,u))}while(!v&&l);if(v)return f&&t.parseEssentialData(f),t.urls[h]=v,u;if(!a){if(d)throw new j(h);if(p)throw new E(e.current_user.country);throw new y}c||(c=!0,s&&r&&s.send("downloadInfo",{uuid:r,state:"bitrateFallback",data:{id:t.id,title:t.title,artist:t.mainArtist.name}}))}if(v)throw new b;let w=await m(t,"MP3_MISC",_.DEFAULT);return t.urls.MP3_MISC=w,_.DEFAULT}C.mkdirSync(F,{recursive:!0}),e.exports={Downloader:class{constructor(e,t,i,n){this.dz=e,this.downloadObject=t,this.settings=i||d,this.bitrate=t.bitrate,this.listener=n,this.playlistCovername=null,this.playlistURLs=[],this.coverQueue={}}log(e,t){this.listener&&this.listener.send("downloadInfo",{uuid:this.downloadObject.uuid,data:e,state:t})}warn(e,t,i){this.listener&&this.listener.send("downloadWarn",{uuid:this.downloadObject.uuid,data:e,state:t,solution:i})}async start(){if(!this.downloadObject.isCanceled)if("Single"===this.downloadObject.__type__){let e=await this.downloadWrapper({trackAPI_gw:this.downloadObject.single.trackAPI_gw,trackAPI:this.downloadObject.single.trackAPI,albumAPI:this.downloadObject.single.albumAPI});e&&await this.afterDownloadSingle(e)}else if("Collection"===this.downloadObject.__type__){let e=[],t=S((async t=>{let{track:i,pos:n}=t;e[n]=await this.downloadWrapper({trackAPI_gw:i,albumAPI:this.downloadObject.collection.albumAPI,playlistAPI:this.downloadObject.collection.playlistAPI})}),this.settings.queueConcurrency);this.downloadObject.collection.tracks_gw.length&&(this.downloadObject.collection.tracks_gw.forEach(((e,i)=>{t.push({track:e,pos:i})})),await t.drain()),await this.afterDownloadCollection(e)}this.listener&&(this.downloadObject.isCanceled?(this.listener.send("currentItemCancelled",this.downloadObject.uuid),this.listener.send("removedFromQueue",this.downloadObject.uuid)):this.listener.send("finishDownload",this.downloadObject.uuid))}async download(e,t){let i={};const{trackAPI_gw:o,trackAPI:u,albumAPI:l,playlistAPI:p}=e;if(o.SIZE=this.downloadObject.size,this.downloadObject.isCanceled)throw new k;if("0"==o.SNG_ID)throw new x("notOnDeezer");let d,v={id:o.SNG_ID,title:o.SNG_TITLE.trim(),artist:o.ART_NAME};if(!t){t=new n,this.log(v,"getTags");try{await t.parseData(this.dz,o.SNG_ID,o,u,null,l,p)}catch(e){if("AlbumDoesntExists"===e.name)throw new x("albumDoesntExists");if("MD5NotFound"===e.name)throw new x("notLoggedIn");throw console.trace(e),e}this.log(v,"gotTags")}if(this.downloadObject.isCanceled)throw new k;if(v={id:t.id,title:t.title,artist:t.mainArtist.name},""===t.MD5)throw new x("notEncoded",t);this.log(v,"getBitrate");try{d=await R(this.dz,t,this.bitrate,this.settings.fallbackBitrate,this.downloadObject.uuid,this.listener)}catch(e){if("WrongLicense"===e.name)throw new x("wrongLicense");if("WrongGeolocation"===e.name)throw new x("wrongGeolocation");if("PreferredBitrateNotFound"===e.name)throw new x("wrongBitrate",t);if("TrackNot360"===e.name)throw new x("no360RA");throw console.trace(e),e}t.bitrate=d,t.album.bitrate=d,this.log(v,"gotBitrate"),t.applySettings(this.settings);let{filename:y,filepath:b,artistPath:w,coverPath:_,extrasPath:j}=m(t,this.downloadObject,this.settings);if(this.downloadObject.isCanceled)throw new k;C.mkdirSync(b,{recursive:!0});let E=I[t.bitrate],A=`${b}/${y}${E}`;j&&!this.downloadObject.extrasPath&&(this.downloadObject.extrasPath=j);let S=`jpg-${this.settings.jpegImageQuality}`;this.settings.embeddedArtworkPNG&&(S="png"),t.album.embeddedCoverURL=t.album.pic.getURL(this.settings.embeddedArtworkSize,S);let T=t.album.embeddedCoverURL.slice(-4);"."!=T.charAt(0)&&(T=".jpg"),t.album.embeddedCoverPath=`${F}/${t.album.isPlaylist?"pl"+t.playlist.id:"alb"+t.album.id}_${this.settings.embeddedArtworkSize}${T}`,this.log(v,"getAlbumArt"),this.coverQueue[t.album.embeddedCoverPath]||(this.coverQueue[t.album.embeddedCoverPath]=z(t.album.embeddedCoverURL,t.album.embeddedCoverPath)),t.album.embeddedCoverPath=await this.coverQueue[t.album.embeddedCoverPath],this.coverQueue[t.album.embeddedCoverPath]&&delete this.coverQueue[t.album.embeddedCoverPath],this.log(v,"gotAlbumArt"),_&&(i.albumURLs=[],this.settings.localArtworkFormat.split(",").forEach((e=>{if(["png","jpg"].includes(e)){let n=e;"jpg"==n&&(n+=`-${this.settings.jpegImageQuality}`);let r=t.album.pic.getURL(this.settings.localArtworkSize,n);if(t.album.pic instanceof a&&"jpg"!=e)return;i.albumURLs.push({url:r,ext:e})}})),i.albumPath=_,i.albumFilename=f(this.settings.coverImageTemplate,t.album,this.settings,t.playlist)),w&&(i.artistURLs=[],this.settings.localArtworkFormat.split(",").forEach((e=>{if("jpg"===e){let n=`${e}-${this.settings.jpegImageQuality}`,a=t.album.mainArtist.pic.getURL(this.settings.localArtworkSize,n);if(""==t.album.mainArtist.pic.md5)return;i.artistURLs.push({url:a,ext:e})}})),i.artistPath=w,i.artistFilename=g(this.settings.artistImageTemplate,t.album.mainArtist,this.settings,t.album.rootArtist)),t.playlist&&(0==this.playlistURLs.length&&this.settings.localArtworkFormat.split(",").forEach((e=>{if(["png","jpg"].includes(e)){let i=e;"jpg"==i&&(i+=`-${this.settings.jpegImageQuality}`);let n=t.playlist.pic.getURL(this.settings.localArtworkSize,i);if(t.playlist.pic instanceof a&&"jpg"!=e)return;this.playlistURLs.push({url:n,ext:e})}})),this.playlistCovername||(t.playlist.bitrate=t.bitrate,t.playlist.dateString=t.playlist.date.format(this.settings.dateFormat),this.playlistCovername=f(this.settings.coverImageTemplate,t.playlist,this.settings,t.playlist))),this.settings.syncedLyrics&&t.lyrics.sync&&(C.existsSync(`${b}/${y}.lrc`)&&![h.OVERWRITE,h.ONLY_TAGS].includes(this.settings.overwriteFile)||C.writeFileSync(`${b}/${y}.lrc`,t.lyrics.sync));let O=C.existsSync(A);if(!O&&this.settings.overwriteFile==h.DONT_CHECK_EXT){let e=[".mp3",".flac",".opus",".m4a"],t=`${b}/${y}`;for(let i=0;i{await z(t.url,`${e.albumPath}/${e.albumFilename}.${t.ext}`,this.settings.overwriteFile)})),this.settings.saveArtworkArtist&&e.artistPath&&await T(e.artistURLs,(async t=>{await z(t.url,`${e.artistPath}/${e.artistFilename}.${t.ext}`,this.settings.overwriteFile)})),this.settings.logSearched&&e.searched){let t=`${e.data.artist} - ${e.data.title}`,i=C.readFileSync(`${this.downloadObject.extrasPath}/searched.txt`).toString();-1==i.indexOf(t)&&(""!=i&&(i+="\r\n"),i+=t+"\r\n",C.writeFileSync(`${this.downloadObject.extrasPath}/searched.txt`,i))}""!==this.settings.executeCommand&&O(this.settings.executeCommand.replaceAll("%folder%",p(this.downloadObject.extrasPath)).replaceAll("%filename%",p(e.filename)))}}async afterDownloadCollection(e){this.downloadObject.extrasPath||(this.downloadObject.extrasPath=this.settings.downloadLocation);let t=[],i="",n="";for(let a=0;a{await z(e.url,`${r.albumPath}/${r.albumFilename}.${e.ext}`,this.settings.overwriteFile)})),this.settings.saveArtworkArtist&&r.artistPath&&await T(r.artistURLs,(async e=>{await z(e.url,`${r.artistPath}/${r.artistFilename}.${e.ext}`,this.settings.overwriteFile)})),t[a]=r.filename||""}if(this.settings.logErrors&&""!=i&&C.writeFileSync(`${this.downloadObject.extrasPath}/errors.txt`,i),this.settings.logSearched&&""!=n&&C.writeFileSync(`${this.downloadObject.extrasPath}/searched.txt`,n),this.settings.saveArtwork&&this.playlistCovername&&!this.settings.tags.savePlaylistAsCompilation&&await T(this.playlistURLs,(async e=>{await z(e.url,`${this.downloadObject.extrasPath}/${this.playlistCovername}.${e.ext}`,this.settings.overwriteFile)})),this.settings.createM3U8File){let e=v(this.settings.playlistFilenameTemplate,this.downloadObject,this.settings)||"playlist";C.writeFileSync(`${this.downloadObject.extrasPath}/${e}.m3u8`,t.join("\n"))}""!==this.settings.executeCommand&&O(this.settings.executeCommand.replaceAll("%folder%",p(this.downloadObject.extrasPath)).replaceAll("%filename%",""))}},downloadImage:z,getPreferredBitrate:R}},39763:e=>{class t extends Error{constructor(e){super(e),this.name="DeemixError"}}class i extends t{constructor(e,t){super(t),this.link=e,this.name="GenerationError"}}class n extends t{constructor(){super(),this.name="DownloadError"}}const a={notOnDeezer:"Track not available on Deezer!",notEncoded:"Track not yet encoded!",notEncodedNoAlternative:"Track not yet encoded and no alternative found!",wrongBitrate:"Track not found at desired bitrate.",wrongBitrateNoAlternative:"Track not found at desired bitrate and no alternative found!",wrongLicense:"Your account can't stream the track at the desired bitrate.",no360RA:"Track is not available in Reality Audio 360.",notAvailable:"Track not available on deezer's servers!",notAvailableNoAlternative:"Track not available on deezer's servers and no alternative found!",noSpaceLeft:"No space left on target drive, clean up some space for the tracks.",albumDoesntExists:"Track's album does not exsist, failed to gather info.",notLoggedIn:"You need to login to download tracks.",wrongGeolocation:"Your account can't stream the track from your current country."};class r extends t{constructor(e){super(e),this.name="TrackError"}}e.exports={DeemixError:t,GenerationError:i,ISRCnotOnDeezer:class extends i{constructor(e){super(e,"Track ISRC is not available on deezer"),this.name="ISRCnotOnDeezer",this.errid="ISRCnotOnDeezer"}},NotYourPrivatePlaylist:class extends i{constructor(e){super(e,"You can't download others private playlists."),this.name="NotYourPrivatePlaylist",this.errid="notYourPrivatePlaylist"}},TrackNotOnDeezer:class extends i{constructor(e){super(e,"Track not found on deezer!"),this.name="TrackNotOnDeezer",this.errid="trackNotOnDeezer"}},AlbumNotOnDeezer:class extends i{constructor(e){super(e,"Album not found on deezer!"),this.name="AlbumNotOnDeezer",this.errid="albumNotOnDeezer"}},InvalidID:class extends i{constructor(e){super(e,"Link ID is invalid!"),this.name="InvalidID",this.errid="invalidID"}},LinkNotSupported:class extends i{constructor(e){super(e,"Link is not supported."),this.name="LinkNotSupported",this.errid="unsupportedURL"}},LinkNotRecognized:class extends i{constructor(e){super(e,"Link is not recognized."),this.name="LinkNotRecognized",this.errid="invalidURL"}},ErrorMessages:a,DownloadError:n,DownloadFailed:class extends n{constructor(e,t){super(),this.errid=e,this.message=a[e],this.name="DownloadFailed",this.track=t}},TrackNot360:class extends n{constructor(){super(),this.name="TrackNot360"}},PreferredBitrateNotFound:class extends n{constructor(){super(),this.name="PreferredBitrateNotFound"}},DownloadEmpty:class extends t{constructor(){super(),this.name="DownloadEmpty"}},DownloadCanceled:class extends t{constructor(){super(),this.name="DownloadCanceled"}},TrackError:r,MD5NotFound:class extends r{constructor(e){super(e),this.name="MD5NotFound"}},NoDataToParse:class extends r{constructor(e){super(e),this.name="NoDataToParse"}},AlbumDoesntExists:class extends r{constructor(e){super(e),this.name="AlbumDoesntExists"}}}},57424:(e,t,i)=>{const n=i(12210),{generateTrackItem:a,generateAlbumItem:r,generatePlaylistItem:o,generateArtistItem:s,generateArtistDiscographyItem:c,generateArtistTopItem:u,LinkNotSupported:l,LinkNotRecognized:p}=i(92092);async function d(e){let t,i;return e.includes("deezer.page.link")&&(e=(e=await n.get(e,{https:{rejectUnauthorized:!1}})).url),e.includes("?")&&(e=e.slice(0,e.indexOf("?"))),e.includes("&")&&(e=e.slice(0,e.indexOf("&"))),e.endsWith("/")&&(e=e.slice(0,-1)),e.includes("deezer")?(-1!=e.search(/\/track\/(.+)/g)?(t="track",i=/\/track\/(.+)/g.exec(e)[1]):-1!=e.search(/\/playlist\/(\d+)/g)?(t="playlist",i=/\/playlist\/(\d+)/g.exec(e)[1]):-1!=e.search(/\/album\/(.+)/g)?(t="album",i=/\/album\/(.+)/g.exec(e)[1]):-1!=e.search(/\/artist\/(\d+)\/top_track/g)?(t="artist_top",i=/\/artist\/(\d+)\/top_track/g.exec(e)[1]):-1!=e.search(/\/artist\/(\d+)\/discography/g)?(t="artist_discography",i=/\/artist\/(\d+)\/discography/g.exec(e)[1]):-1!=e.search(/\/artist\/(\d+)/g)&&(t="artist",i=/\/artist\/(\d+)/g.exec(e)[1]),[e,t,i]):[e,t,i]}e.exports={parseLink:d,generateDownloadObject:async function(e,t,i,n={},h){let m,f;if([t,m,f]=await d(t),null==m||null==f){const a=Object.keys(n);let r,o=null;for(let s=0;s{const{Single:n,Collection:a}=i(88818),{GenerationError:r,ISRCnotOnDeezer:o,InvalidID:s,NotYourPrivatePlaylist:c}=i(39763),{LyricsStatus:u}=i(63623).gw,{map_user_playlist:l}=i(63623).utils,{each:p}=i(57664);async function d(e,t,i,a,c){if(String(t).startsWith("isrc")){try{a=await e.api.get_track(t)}catch(e){throw console.trace(e),new r(`https://deezer.com/track/${t}`,e.message)}if(!a.id||!a.title)throw new o(`https://deezer.com/track/${t}`);t=a.id}if(!/^-?\d+$/.test(t))throw new s(`https://deezer.com/track/${t}`);let u;try{u=await e.gw.get_track_with_fallback(t)}catch(e){throw console.trace(e),new r(`https://deezer.com/track/${t}`,e.message)}let l=u.SNG_TITLE.trim();u.VERSION&&!l.includes(u.VERSION.trim())&&(l+=` ${u.VERSION.trim()}`);const p=Boolean(parseInt(u.EXPLICIT_LYRICS||"0"));return new n({type:"track",id:t,bitrate:i,title:l,artist:u.ART_NAME,cover:`https://e-cdns-images.dzcdn.net/images/cover/${u.ALB_PICTURE}/75x75-000000-80-0-0.jpg`,explicit:p,single:{trackAPI_gw:u,trackAPI:a,albumAPI:c}})}async function h(e,t,i,n){let o;if(String(t).startsWith("upc")){let i,n=[t.slice(4)];if(n.push(parseInt(n[0])),await p(n,(async t=>{try{o=await e.api.get_album(`upc:${t}`)}catch(e){i=e,o=null}})),!o)throw console.trace(i),new r(`https://deezer.com/album/${t}`,i.message);t=o.id}else try{o=await e.api.get_album(t)}catch(e){throw console.trace(e),new r(`https://deezer.com/album/${t}`,e.message)}if(!/^\d+$/.test(t))throw new s(`https://deezer.com/album/${t}`);let c=await e.gw.get_album(t);if(o.nb_disk=c.NUMBER_DISK,o.copyright=c.COPYRIGHT,o.release_date=c.PHYSICAL_RELEASE_DATE,o.root_artist=n,1==o.nb_tracks){if(o.tracks.data.length)return d(e,o.tracks.data[0].id,i,null,o);throw new r(`https://deezer.com/album/${t}`,"Single has no tracks.")}let l,h=await e.gw.get_album_tracks(t);l=o.cover_small?o.cover_small.slice(0,-24)+"/75x75-000000-80-0-0.jpg":`https://e-cdns-images.dzcdn.net/images/cover/${c.ALB_PICTURE}/75x75-000000-80-0-0.jpg`;const m=h.length;o.nb_tracks=m;let f=[];h.forEach(((e,t)=>{e.POSITION=t+1,f.push(e)}));let g=[u.EXPLICIT,u.PARTIALLY_EXPLICIT].includes(c.EXPLICIT_ALBUM_CONTENT.EXPLICIT_LYRICS_STATUS||u.UNKNOWN);return new a({type:"album",id:t,bitrate:i,title:o.title,artist:o.artist.name,cover:l,explicit:g,size:m,collection:{tracks_gw:f,albumAPI:o}})}async function m(e,t,i,n,o){if(!n){if(!/^\d+$/.test(t))throw new s(`https://deezer.com/playlist/${t}`);try{n=await e.api.get_playlist(t)}catch(e){console.trace(e),n=null}if(!n)try{let i=await e.gw.get_playlist_page(t);n=l(i.DATA)}catch(e){throw console.trace(e),new r(`https://deezer.com/playlist/${t}`,e.message)}if(!n.public&&n.creator.id!=e.current_user.id)throw new c(`https://deezer.com/playlist/${t}`)}o||(o=await e.gw.get_playlist_tracks(t)),n.various_artist=await e.api.get_artist(5080);const p=o.length;n.nb_tracks=p;let d=[];return o.forEach(((e,t)=>{e.EXPLICIT_TRACK_CONTENT&&[u.EXPLICIT,u.PARTIALLY_EXPLICIT].includes(e.EXPLICIT_TRACK_CONTENT.EXPLICIT_LYRICS_STATUS)&&(n.explicit=!0),e.POSITION=t+1,d.push(e)})),n.explicit||(n.explicit=!1),new a({type:"playlist",id:t,bitrate:i,title:n.title,artist:n.creator.name,cover:n.picture_small.slice(0,-24)+"/75x75-000000-80-0-0.jpg",explicit:n.explicit,size:p,collection:{tracks_gw:d,playlistAPI:n}})}e.exports={generateTrackItem:d,generateAlbumItem:h,generatePlaylistItem:m,generateArtistItem:async function(e,t,i,n){if(!/^\d+$/.test(t))throw new s(`https://deezer.com/artist/${t}`);let a;try{a=await e.api.get_artist(t)}catch(e){throw console.trace(e),new r(`https://deezer.com/artist/${t}`,e.message)}const o={id:a.id,name:a.name,picture_small:a.picture_small};n&&n.send("startAddingArtist",o);const c=(await e.gw.get_artist_discography_tabs(t,100)).all||[];let u=[];return await p(c,(async t=>{try{let n=await h(e,t.id,i,o);u.push(n)}catch(e){console.warn(t.id,"No Data",e)}})),n&&n.send("finishAddingArtist",o),u},generateArtistDiscographyItem:async function(e,t,i,n){if(!/^\d+$/.test(t))throw new s(`https://deezer.com/artist/${t}/discography`);let a;try{a=await e.api.get_artist(t)}catch(e){throw console.trace(e),new r(`https://deezer.com/artist/${t}/discography`,e.message)}const o={id:a.id,name:a.name,picture_small:a.picture_small};n&&n.send("startAddingArtist",o);let c=await e.gw.get_artist_discography_tabs(t,100);delete c.all;let u=[];return await p(c,(async t=>{await p(t,(async t=>{try{let n=await h(e,t.id,i,o);u.push(n)}catch(e){console.warn(t.id,"No Data",e)}}))})),n&&n.send("finishAddingArtist",o),u},generateArtistTopItem:async function(e,t,i){if(!/^\d+$/.test(t))throw new s(`https://deezer.com/artist/${t}/top_track`);let n;try{n=e.api.get_artist(t)}catch(e){throw console.trace(e),new r(`https://deezer.com/artist/${t}/top_track`,e.message)}const a={id:n.id+"_top_track",title:n.name+" - Top Tracks",description:"Top Tracks for "+n.name,duration:0,public:!0,is_loved_track:!1,collaborative:!1,nb_tracks:0,fans:n.nb_fan,link:"https://www.deezer.com/artist/"+n.id+"/top_track",share:null,picture:n.picture,picture_small:n.picture_small,picture_medium:n.picture_medium,picture_big:n.picture_big,picture_xl:n.picture_xl,checksum:null,tracklist:"https://api.deezer.com/artist/"+n.id+"/top",creation_date:"XXXX-00-00",creator:{id:"art_"+n.id,name:n.name,type:"user"},type:"playlist"};let o=await e.gw.get_artist_toptracks(t);return m(e,a.id,i,a,o)}}},72392:e=>{e.exports=class{constructor(){}async setup(){}async parseLink(e){return[e,void 0,void 0]}async generateDownloadObject(e,t,i,n){return null}}},25576:(e,t,i)=>{const n=i(72392),{getConfigFolder:a}=i(13379),{generateTrackItem:r,generateAlbumItem:o,TrackNotOnDeezer:s,AlbumNotOnDeezer:c,InvalidID:u}=i(92092),{Convertable:l,Collection:p}=i(88818),{sep:d}=i(85622),h=i(35747),m=i(76676),f=i(12210),{queue:g}=i(57664);e.exports=class extends n{constructor(e){return super(),this.credentials={clientId:"",clientSecret:""},this.settings={fallbackSearch:!1},this.enabled=!1,this.sp,this.configFolder=e||a(),this.configFolder+=`spotify${d}`,this}setup(){return h.mkdirSync(this.configFolder,{recursive:!0}),this.loadSettings(),this}async parseLink(e){let t,i;return e.includes("link.tospotify.com")&&(e=(e=await f.get(e,{https:{rejectUnauthorized:!1}})).url),e.includes("?")&&(e=e.slice(0,e.indexOf("?"))),e.includes("&")&&(e=e.slice(0,e.indexOf("&"))),e.endsWith("/")&&(e=e.slice(0,-1)),e.includes("spotify")?(-1!=e.search(/[/:]track[/:](.+)/g)?(t="track",i=/[/:]track[/:](.+)/g.exec(e)[1]):-1!=e.search(/[/:]album[/:](.+)/g)?(t="album",i=/[/:]album[/:](.+)/g.exec(e)[1]):-1!=e.search(/[/:]playlist[/:](\d+)/g)&&(t="playlist",i=/[/:]playlist[/:](.+)/g.exec(e)[1]),[e,t,i]):[e,t,i]}async generateDownloadObject(e,t,i){let n,a;if([t,n,a]=await this.parseLink(t),null==n||null==a)return null;switch(n){case"track":return this.generateTrackItem(e,a,i);case"album":return this.generateAlbumItem(e,a,i);case"playlist":return this.generatePlaylistItem(e,a,i)}}async generateTrackItem(e,t,i){let n,a=this.loadCache();if(a.tracks[t]?n=a.tracks[t]:(n=await this.getTrack(t),a.tracks[t]=n,this.saveCache(a)),n.isrc)try{return r(e,`isrc:${n.isrc}`,i)}catch(e){}if(this.settings.fallbackSearch){if(!n.id||"0"===n.id){let i=await e.api.get_track_id_from_metadata(n.data.artist,n.data.title,n.data.album);"0"!==i&&(n.id=i,a.tracks[t]=n,this.saveCache(a))}if("0"!==n.id)return r(e,n.id,i)}throw new s(`https://open.spotify.com/track/${t}`)}async generateAlbumItem(e,t,i){let n,a=this.loadCache();a.albums[t]?n=a.albums[t]:(n=await this.getAlbum(t),a.albums[t]=n,this.saveCache(a));try{return o(e,`upc:${n.upc}`,i)}catch(e){throw new c(`https://open.spotify.com/album/${t}`)}}async generatePlaylistItem(e,t,i){if(!this.enabled)throw new Error("Spotify plugin not enabled");let n=await this.sp.getPlaylist(t);n=n.body;let a=this._convertPlaylistStructure(n);a.various_artist=await e.api.get_artist(5080);let r=n.tracks.items;for(;n.tracks.next;){let e=/offset=(\d+)&limit=(\d+)/g.exec(n.tracks.next),i=e[1],a=e[2],o=await this.sp.getPlaylistTracks(t,{offset:i,limit:a});n.tracks=o.body,r=r.concat(n.tracks.items)}let o=[];return r.forEach((e=>{e.track&&(e.track.explicit&&!a.explicit&&(a.explicit=!0),o.push(e.track))})),a.explicit||(a.explicit=!1),new l({type:"spotify_playlist",id:t,bitrate:i,title:n.name,artist:n.owner.display_name,cover:a.picture_thumbnail,explicit:a.explicit,size:o.length,collection:{tracks_gw:[],playlistAPI:a},plugin:"spotify",conversion_data:o})}async getTrack(e,t=null){if(!this.enabled)throw new Error("Spotify plugin not enabled");let i={isrc:null,data:null};if(!t){try{t=await this.sp.getTrack(e)}catch(t){if("invalid id"===t.body.error.message)throw new u(`https://open.spotify.com/track/${e}`);throw t}t=t.body}return t.external_ids&&t.external_ids.isrc&&(i.isrc=t.external_ids.isrc),i.data={title:t.name,artist:t.artists[0].name,album:t.album.name},i}async getAlbum(e,t=null){if(!this.enabled)throw new Error("Spotify plugin not enabled");let i={upc:null,data:null};if(!t){try{t=await this.sp.getAlbum(e)}catch(t){if("invalid id"===t.body.error.message)throw new u(`https://open.spotify.com/album/${e}`);throw t}t=t.body}return t.external_ids&&t.external_ids.upc&&(i.upc=t.external_ids.upc),i.data={title:t.name,artist:t.artists[0].name},i}async convert(e,t,i,n=null){let a=this.loadCache(),r=0,o=0,s=[];n&&n.send("startConversion",t.uuid);let c=g((async i=>{let c,u,l,{track:p,pos:d}=i;if(!t.isCanceled){if(a.tracks[p.id]?c=a.tracks[p.id]:(c=await this.getTrack(p.id,p),a.tracks[p.id]=c,this.saveCache(a)),c.isrc)try{u=await e.api.get_track_by_ISRC(c.isrc),u.id&&u.title||(u=null)}catch{}if(this.settings.fallbackSearch&&!u){if(!c.id||"0"===c.id){let t=await e.api.get_track_id_from_metadata(c.data.artist,c.data.title,c.data.album);"0"!==t&&(c.id=t,a.tracks[p.id]=c,this.saveCache(a))}"0"!==c.id&&(u=await e.api.get_track(c.id))}l=u?await e.gw.get_track_with_fallback(u.id):{SNG_ID:"0",SNG_TITLE:p.name,DURATION:0,MD5_ORIGIN:0,MEDIA_VERSION:0,FILESIZE:0,ALB_TITLE:p.album.name,ALB_PICTURE:"",ART_ID:0,ART_NAME:p.artists[0].name},l._EXTRA_TRACK=u,l.POSITION=d+1,s[d]=l,o+=1/t.size*100,Math.round(o)!=r&&Math.round(o)%2==0&&(r=Math.round(o),n&&n.send("updateQueue",{uuid:t.uuid,conversion:r}))}}),i.queueConcurrency);return t.conversion_data.forEach(((e,t)=>{c.push({track:e,pos:t})})),await c.drain(),t.collection.tracks_gw=s,t.size=s.length,t=new p(t.toDict()),n&&n.send("finishConversion",t.getSlimmedDict()),h.writeFileSync(this.configFolder+"cache.json",JSON.stringify(a)),t}_convertPlaylistStructure(e){let t=null;return e.images.length&&(t=e.images[0].url),{checksum:e.snapshot_id,collaborative:e.collaborative,creation_date:"XXXX-00-00",creator:{id:e.owner.id,name:e.owner.display_name,tracklist:e.owner.href,type:"user"},description:e.description,duration:0,fans:e.followers?e.followers.total:0,id:e.id,is_loved_track:!1,link:e.external_urls.spotify,nb_tracks:e.tracks.total,picture:t,picture_small:t||"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/56x56-000000-80-0-0.jpg",picture_medium:t||"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/250x250-000000-80-0-0.jpg",picture_big:t||"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/500x500-000000-80-0-0.jpg",picture_xl:t||"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/1000x1000-000000-80-0-0.jpg",picture_thumbnail:t||"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/75x75-000000-80-0-0.jpg",public:e.public,share:e.external_urls.spotify,title:e.name,tracklist:e.tracks.href,type:"playlist"}}loadSettings(){let e;h.existsSync(this.configFolder+"config.json")||h.writeFileSync(this.configFolder+"config.json",JSON.stringify({...this.credentials,...this.settings},null,2));try{e=JSON.parse(h.readFileSync(this.configFolder+"config.json"))}catch(t){"SyntaxError"===t.name&&h.writeFileSync(this.configFolder+"config.json",JSON.stringify({...this.credentials,...this.settings},null,2)),e=JSON.parse(JSON.stringify({...this.credentials,...this.settings}))}this.setSettings(e),this.checkCredentials()}saveSettings(e){e&&this.setSettings(e),this.checkCredentials(),h.writeFileSync(this.configFolder+"config.json",JSON.stringify({...this.credentials,...this.settings},null,2))}getSettings(){return{...this.credentials,...this.settings}}setSettings(e){this.credentials={clientId:e.clientId,clientSecret:e.clientSecret};let t={...e};delete t.clientId,delete t.clientSecret,this.settings=t}loadCache(){let e;try{e=JSON.parse(h.readFileSync(this.configFolder+"cache.json"))}catch(t){"SyntaxError"===t.name&&h.writeFileSync(this.configFolder+"cache.json",JSON.stringify({tracks:{},albums:{}},null,2)),e={tracks:{},albums:{}}}return e}saveCache(e){h.writeFileSync(this.configFolder+"cache.json",JSON.stringify(e))}checkCredentials(){""!==this.credentials.clientId&&""!==this.credentials.clientSecret?(this.sp=new m(this.credentials),this.sp.clientCredentialsGrant().then((e=>{this.sp.setAccessToken(e.body.access_token),this.enabled=!0}),(()=>{this.enabled=!1,this.sp=void 0}))):this.enabled=!1}getCredentials(){return this.credentials}setCredentials(e,t){e=e.trim(),t=t.trim(),this.credentials={clientId:e,clientSecret:t},this.saveSettings()}}},74170:(e,t,i)=>{const{TrackFormats:n}=i(63623),{getMusicFolder:a,getConfigFolder:r}=i(13379),o=i(35747),s={OVERWRITE:"y",DONT_OVERWRITE:"n",DONT_CHECK_EXT:"e",KEEP_BOTH:"b",ONLY_TAGS:"t"},c={NO_CHANGE:"0",REMOVE_TITLE:"1",REMOVE_TITLE_ALBUM:"3",MOVE_TITLE:"2"},u={downloadLocation:a(),tracknameTemplate:"%artist% - %title%",albumTracknameTemplate:"%tracknumber% - %title%",playlistTracknameTemplate:"%position% - %artist% - %title%",createPlaylistFolder:!0,playlistNameTemplate:"%playlist%",createArtistFolder:!1,artistNameTemplate:"%artist%",createAlbumFolder:!0,albumNameTemplate:"%artist% - %album%",createCDFolder:!0,createStructurePlaylist:!1,createSingleFolder:!1,padTracks:!0,paddingSize:"0",illegalCharacterReplacer:"_",queueConcurrency:3,maxBitrate:String(n.MP3_320),fallbackBitrate:!1,fallbackSearch:!1,logErrors:!0,logSearched:!1,overwriteFile:s.DONT_OVERWRITE,createM3U8File:!1,playlistFilenameTemplate:"playlist",syncedLyrics:!1,embeddedArtworkSize:800,embeddedArtworkPNG:!1,localArtworkSize:1200,localArtworkFormat:"jpg",saveArtwork:!0,coverImageTemplate:"cover",saveArtworkArtist:!1,artistImageTemplate:"folder",jpegImageQuality:90,dateFormat:"Y-M-D",albumVariousArtists:!0,removeAlbumVersion:!1,removeDuplicateArtists:!0,featuredToTitle:c.NO_CHANGE,titleCasing:"nothing",artistCasing:"nothing",executeCommand:"",tags:{title:!0,artist:!0,artists:!0,album:!0,cover:!0,trackNumber:!0,trackTotal:!1,discNumber:!0,discTotal:!1,albumArtist:!0,genre:!0,year:!0,date:!0,explicit:!1,isrc:!0,length:!0,barcode:!0,bpm:!0,replayGain:!1,label:!0,lyrics:!1,syncedLyrics:!1,copyright:!1,composer:!1,involvedPeople:!1,source:!1,rating:!1,savePlaylistAsCompilation:!1,useNullSeparator:!1,saveID3v1:!0,multiArtistSeparator:"default",singleAlbumArtist:!1,coverDescriptionUTF8:!1}};function l(e,t){t=t||r(),o.existsSync(t)||o.mkdirSync(t),o.writeFileSync(t+"config.json",JSON.stringify(e,null,2))}e.exports={OverwriteOption:s,FeaturesOption:c,DEFAULTS:u,save:l,load:function(e){let t;e=e||r(),o.existsSync(e)||o.mkdirSync(e),o.existsSync(e+"config.json")||l(u,e);try{t=JSON.parse(o.readFileSync(e+"config.json"))}catch(i){"SyntaxError"===i.name&&l(u,e),t=JSON.parse(JSON.stringify(u))}return function(e){let t=0;return Object.keys(u).forEach((i=>{void 0!==e[i]&&typeof e[i]==typeof u[i]||(e[i]=u[i],t++)})),Object.keys(u.tags).forEach((i=>{void 0!==e.tags[i]&&typeof e.tags[i]==typeof u.tags[i]||(e.tags[i]=u.tags[i],t++)})),""==e.downloadLocation&&(e.downloadLocation=u.downloadLocation,t++),["tracknameTemplate","albumTracknameTemplate","playlistTracknameTemplate","playlistNameTemplate","artistNameTemplate","albumNameTemplate","playlistFilenameTemplate","coverImageTemplate","artistImageTemplate","paddingSize"].forEach((i=>{""==e[i]&&(e[i]=u[i],t++)})),t}(t)>0&&l(t,e),t}}},15278:(e,t,i)=>{const n=i(26355),a=i(81087),r=i(35747),o=["Blues","Classic Rock","Country","Dance","Disco","Funk","Grunge","Hip-Hop","Jazz","Metal","New Age","Oldies","Other","Pop","Rhythm and Blues","Rap","Reggae","Rock","Techno","Industrial","Alternative","Ska","Death Metal","Pranks","Soundtrack","Euro-Techno","Ambient","Trip-Hop","Vocal","Jazz & Funk","Fusion","Trance","Classical","Instrumental","Acid","House","Game","Sound clip","Gospel","Noise","Alternative Rock","Bass","Soul","Punk","Space","Meditative","Instrumental Pop","Instrumental Rock","Ethnic","Gothic","Darkwave","Techno-Industrial","Electronic","Pop-Folk","Eurodance","Dream","Southern Rock","Comedy","Cult","Gangsta","Top 40","Christian Rap","Pop/Funk","Jungle music","Native US","Cabaret","New Wave","Psychedelic","Rave","Showtunes","Trailer","Lo-Fi","Tribal","Acid Punk","Acid Jazz","Polka","Retro","Musical","Rock ’n’ Roll","Hard Rock","Folk","Folk-Rock","National Folk","Swing","Fast Fusion","Bebop","Latin","Revival","Celtic","Bluegrass","Avantgarde","Gothic Rock","Progressive Rock","Psychedelic Rock","Symphonic Rock","Slow Rock","Big Band","Chorus","Easy Listening","Acoustic","Humour","Speech","Chanson","Opera","Chamber Music","Sonata","Symphony","Booty Bass","Primus","Porn Groove","Satire","Slow Jam","Club","Tango","Samba","Folklore","Ballad","Power Ballad","Rhythmic Soul","Freestyle","Duet","Punk Rock","Drum Solo","A cappella","Euro-House","Dance Hall","Goa music","Drum & Bass","Club-House","Hardcore Techno","Terror","Indie","BritPop","Negerpunk","Polsk Punk","Beat","Christian Gangsta Rap","Heavy Metal","Black Metal","Crossover","Contemporary Christian","Christian Rock","Merengue","Salsa","Thrash Metal","Anime","Jpop","Synthpop","Abstract","Art Rock","Baroque","Bhangra","Big beat","Breakbeat","Chillout","Downtempo","Dub","EBM","Eclectic","Electro","Electroclash","Emo","Experimental","Garage","Global","IDM","Illbient","Industro-Goth","Jam Band","Krautrock","Leftfield","Lounge","Math Rock","New Romantic","Nu-Breakz","Post-Punk","Post-Rock","Psytrance","Shoegaze","Space Rock","Trop Rock","World Music","Neoclassical","Audiobook","Audio Theatre","Neue Deutsche Welle","Podcast","Indie-Rock","G-Funk","Dubstep","Garage Rock","Psybient"];function s(e){let t="";return e.split("").forEach((e=>{e.charCodeAt(0)>255?t+="?":t+=e})),t}function c(e,t,i){const n=Buffer.alloc(128);if(n.write("TAG",0),i.title){let e=s(t.title.substring(0,30));n.write(e,3)}if(i.artist){let e;e=t.artistsString?t.artistsString:t.mainArtist.name;let i=s(e.substring(0,30));n.write(i,33)}if(i.album){let e=s(t.album.title.substring(0,30));n.write(e,63)}if(i.year){let e=t.date.year.substring(0,4);n.write(e,93)}if(i.trackNumber&&t.trackNumber<=65535&&(t.trackNumber>255?(n.writeUInt8(parseInt(t.trackNumber>>8),125),n.writeUInt8(parseInt(255&t.trackNumber),126)):n.writeUInt8(parseInt(t.trackNumber),126)),i.genre){let e=t.album.genre[0];o.includes(e)?n.writeUInt8(o.indexOf(e),127):n.writeUInt8(255,127)}else n.writeUInt8(255,127);const a=new ArrayBuffer(e.byteLength+128),r=new Uint8Array(a);return r.set(new Uint8Array(e),0),r.set(new Uint8Array(n),e.byteLength),Buffer.from(a)}e.exports={tagID3:function(e,t,i){const a=r.readFileSync(e),o=new n(a);if(o.separateWithNull=String.fromCharCode(0),i.title&&o.setFrame("TIT2",t.title),i.artist&&t.artists.length&&("default"==i.multiArtistSeparator?o.setFrame("TPE1",t.artists):("nothing"==i.multiArtistSeparator?o.setFrame("TPE1",[t.mainArtist.name]):o.setFrame("TPE1",[t.artistsString]),i.artists&&o.setFrame("TXXX",{description:"ARTISTS",value:t.artists}))),i.album&&o.setFrame("TALB",t.album.title),i.albumArtist&&t.album.artists.length&&(i.singleAlbumArtist&&t.album.mainArtist.save?o.setFrame("TPE2",[t.album.mainArtist.name]):o.setFrame("TPE2",t.album.artists)),i.trackNumber){let e=String(t.trackNumber);i.trackTotal&&(e+=`/${t.album.trackTotal}`),o.setFrame("TRCK",e)}if(i.discNumber){let e=String(t.discNumber);i.discTotal&&(e+=`/${t.album.discTotal}`),o.setFrame("TPOS",e)}i.genre&&o.setFrame("TCON",t.album.genre),i.year&&o.setFrame("TYER",t.date.year),i.date&&o.setFrame("TDAT",""+t.date.day+t.date.month),i.length&&o.setFrame("TLEN",1e3*parseInt(t.duration)),i.bpm&&t.bpm&&o.setFrame("TBPM",t.bpm),i.label&&o.setFrame("TPUB",t.album.label),i.isrc&&o.setFrame("TSRC",t.ISRC),i.barcode&&o.setFrame("TXXX",{description:"BARCODE",value:t.album.barcode}),i.explicit&&o.setFrame("TXXX",{description:"ITUNESADVISORY",value:t.explicit?"1":"0"}),i.replayGain&&o.setFrame("TXXX",{description:"REPLAYGAIN_TRACK_GAIN",value:t.replayGain}),i.lyrics&&t.lyrics.unsync&&o.setFrame("USLT",{description:"",lyrics:t.lyrics.unsync,language:"XXX"}),i.syncedLyrics&&0!==t.lyrics.syncID3.length&&o.setFrame("SYLT",{text:t.lyrics.syncID3,type:1,timestampFormat:2,useUnicodeEncoding:!0});let s=[];if(Object.keys(t.contributors).forEach((e=>{["author","engineer","mixer","producer","writer"].includes(e)?t.contributors[e].forEach((t=>{s.push([e,t])})):"composer"===e&&i.composer&&o.setFrame("TCOM",t.contributors.composer)})),s.length&&i.involvedPeople&&o.setFrame("IPLS",s),i.copyright&&o.setFrame("TCOP",t.copyright),(i.savePlaylistAsCompilation&&t.playlist||"compile"==t.album.recordType)&&o.setFrame("TCMP","1"),i.source&&(o.setFrame("TXXX",{description:"SOURCE",value:"Deezer"}),o.setFrame("TXXX",{description:"SOURCEID",value:t.id})),i.rating){let e=t.rank/1e4*2.55;e=e>255?255:Math.round(e),o.setFrame("POPM",{rating:e})}if(i.cover&&t.album.embeddedCoverPath){const e=r.readFileSync(t.album.embeddedCoverPath);0!=e.length&&o.setFrame("APIC",{type:3,data:e,description:"cover",useUnicodeEncoding:i.coverDescriptionUTF8})}o.addTag();let u=Buffer.from(o.arrayBuffer);"TAG"===u.slice(-128,-125).toString()&&(u=u.slice(0,-128)),i.saveID3v1&&(u=c(u,t,i)),r.writeFileSync(e,u)},tagFLAC:function(e,t,i){const n=new a(e);if(n.removeAllTags(),i.title&&n.setTag(`TITLE=${t.title}`),i.artist&&t.artists.length&&("default"==i.multiArtistSeparator?t.artists.forEach((e=>{n.setTag(`ARTIST=${e}`)})):("nothing"==i.multiArtistSeparator?n.setTag(`ARTIST=${t.mainArtist.name}`):n.setTag(`ARTIST=${t.artistsString}`),i.artists&&t.artists.forEach((e=>{n.setTag(`ARTISTS=${e}`)})))),i.album&&n.setTag(`ALBUM=${t.album.title}`),i.albumArtist&&t.album.artists.length&&(i.singleAlbumArtist&&t.album.mainArtist.save?n.setTag(`ALBUMARTIST=${t.album.mainArtist.name}`):t.album.artists.forEach((e=>{n.setTag(`ALBUMARTIST=${e}`)}))),i.trackNumber&&n.setTag(`TRACKNUMBER=${t.trackNumber}`),i.trackTotal&&n.setTag(`TRACKTOTAL=${t.album.trackTotal}`),i.discNumber&&n.setTag(`DISCNUMBER=${t.discNumber}`),i.discTotal&&n.setTag(`DISCTOTAL=${t.album.discTotal}`),i.genre&&t.album.genre.forEach((e=>{n.setTag(`GENRE=${e}`)})),i.date?n.setTag(`DATE=${t.dateString}`):i.year&&n.setTag(`DATE=${t.date.year}`),i.length&&n.setTag("LENGTH="+1e3*parseInt(t.duration)),i.bpm&&t.bpm&&n.setTag(`BPM=${t.bpm}`),i.label&&n.setTag(`PUBLISHER=${t.album.label}`),i.isrc&&n.setTag(`ISRC=${t.ISRC}`),i.barcode&&n.setTag(`BARCODE=${t.album.barcode}`),i.explicit&&n.setTag("ITUNESADVISORY="+(t.explicit?"1":"0")),i.replayGain&&n.setTag(`REPLAYGAIN_TRACK_GAIN=${t.replayGain}`),i.lyrics&&t.lyrics.unsync&&n.setTag(`LYRICS=${t.lyrics.unsync}`),Object.keys(t.contributors).forEach((e=>{["author","engineer","mixer","producer","writer","composer"].includes(e)?(i.involvedPeople&&"composer"!=e||i.composer&&"composer"==e)&&t.contributors[e].forEach((t=>{n.setTag(`${e.toUpperCase()}=${t}`)})):"musicpublisher"===e&&i.involvedPeople&&t.contributors.musicpublisher.forEach((e=>{n.setTag(`ORGANIZATION=${e}`)}))})),i.copyright&&n.setTag(`COPYRIGHT=${t.copyright}`),(i.savePlaylistAsCompilation&&t.playlist||"compile"==t.album.recordType)&&n.setTag("COMPILATION=1"),i.source&&(n.setTag("SOURCE=Deezer"),n.setTag(`SOURCEID=${t.id}`)),i.rating){let e=Math.round(t.rank/1e4);n.setTag(`RATING=${e}`)}if(i.cover&&t.album.embeddedCoverPath){let e=r.readFileSync(t.album.embeddedCoverPath);0!=e.length&&n.importPicture(e)}n.save()},tagID3v1:c}},28215:(e,t,i)=>{const{LyricsStatus:n}=i(63623).gw,{removeDuplicateArtists:a,removeFeatures:r}=i(72561),{Artist:o}=i(5809),{Date:s}=i(7860),{Picture:c}=i(65982),{VARIOUS_ARTISTS:u}=i(76303);e.exports={Album:class{constructor(e="0",t="",i=""){this.id=e,this.title=t,this.pic=new c(i,"cover"),this.artist={Main:[]},this.artists=[],this.mainArtist=null,this.date=new s,this.dateString="",this.trackTotal="0",this.discTotal="0",this.embeddedCoverPath="",this.embeddedCoverURL="",this.explicit=!1,this.genre=[],this.barcode="Unknown",this.label="Unknown",this.copyright="",this.recordType="album",this.bitrate=0,this.rootArtist=null,this.variousArtists=null,this.playlistId=null,this.owner=null,this.isPlaylist=!1}parseAlbum(e){this.title=e.title;let t=e.artist.picture_small;if(t=t.slice(t.indexOf("artist/")+7,-24),this.mainArtist=new o(e.artist.id,e.artist.name,"Main",t),e.root_artist){let t=e.root_artist.picture_small;t=t.slice(t.indexOf("artist/")+7,-24),this.rootArtist=new o(e.root_artist.id,e.root_artist.name,"Root",t)}if(e.contributors.forEach((e=>{let t=String(e.id)==u,i="Main"==e.role;t?this.variousArtists=new o(e.id,e.name,e.role):(this.artists.includes(e.name)||this.artists.push(e.name),(i||!this.artist.Main.includes(e.name)&&!i)&&(this.artist[e.role]||(this.artist[e.role]=[]),this.artist[e.role].push(e.name)))})),this.trackTotal=e.nb_tracks,this.recordType=e.record_type,this.barcode=e.upc||this.barcode,this.label=e.label||this.label,this.explicit=Boolean(e.explicit_lyrics||!1),e.release_date&&(this.date.year=e.release_date.slice(0,4),this.date.month=e.release_date.slice(5,7),this.date.day=e.release_date.slice(8,10),this.date.fixDayMonth()),this.discTotal=e.nb_disk||"1",this.copyright=e.copyright,""==this.pic.md5&&e.cover_small){let t=e.cover_small;this.pic.md5=t.slice(t.indexOf("cover/")+6,-24)}e.genres&&e.genres.data&&e.genres.data.length>0&&e.genres.data.forEach((e=>{this.genre.push(e.name)}))}parseAlbumGW(e){this.title=e.ALB_TITLE,this.mainArtist=new o(e.ART_ID,e.ART_NAME,"Main"),this.artists=[e.ART_NAME],this.trackTotal=e.NUMBER_TRACK,this.discTotal=e.NUMBER_DISK,this.label=e.LABEL_NAME||this.label;let t=e.EXPLICIT_ALBUM_CONTENT.EXPLICIT_LYRICS_STATUS;this.explicit=[n.EXPLICIT,n.PARTIALLY_EXPLICIT].includes(t),this.addExtraAlbumGWData(e)}addExtraAlbumGWData(e){""==this.pic.md5&&e.ALB_PICTURE&&(this.pic.md5=e.ALB_PICTURE),e.PHYSICAL_RELEASE_DATE&&(this.date.year=e.PHYSICAL_RELEASE_DATE.slice(0,4),this.date.month=e.PHYSICAL_RELEASE_DATE.slice(5,7),this.date.day=e.PHYSICAL_RELEASE_DATE.slice(8,10),this.date.fixDayMonth())}makePlaylistCompilation(e){this.variousArtists=e.variousArtists,this.mainArtist=e.mainArtist,this.title=e.title,this.rootArtist=e.rootArtist,this.artist=e.artist,this.artists=e.artists,this.trackTotal=e.trackTotal,this.recordType=e.recordType,this.barcode=e.barcode,this.label=e.label,this.explicit=e.explicit,this.date=e.date,this.discTotal=e.discTotal,this.playlistID=e.playlistID,this.owner=e.owner,this.pic=e.pic,this.isPlaylist=!0}removeDuplicateArtists(){[this.artist,this.artists]=a(this.artist,this.artists)}getCleanTitle(){return r(this.title)}}}},5809:(e,t,i)=>{const{Picture:n}=i(65982),{VARIOUS_ARTISTS:a}=i(76303);e.exports={Artist:class{constructor(e="0",t="",i="",a=""){this.id=String(e),this.name=t,this.pic=new n(a,"artist"),this.role=i,this.save=!0}isVariousArtists(){return this.id==a}}}},7860:e=>{e.exports={Date:class{constructor(e="00",t="00",i="XXXX"){this.day=e,this.month=t,this.year=i,this.fixDayMonth()}fixDayMonth(){if(parseInt(this.month)>12){let e=this.month;this.month=this.day,this.day=e}}format(e){return(e=(e=e.replaceAll(/D+/g,this.day)).replaceAll(/M+/g,this.month)).replaceAll(/Y+/g,this.year)}}}},88818:e=>{class t{constructor(e){this.type=e.type,this.id=e.id,this.bitrate=e.bitrate,this.title=e.title,this.artist=e.artist,this.cover=e.cover,this.explicit=e.explicit||!1,this.size=e.size,this.downloaded=e.downloaded||0,this.failed=e.failed||0,this.progress=e.progress||0,this.errors=e.errors||[],this.files=e.files||[],this.extrasPath=e.extrasPath||"",this.progressNext=0,this.uuid=`${this.type}_${this.id}_${this.bitrate}`,this.isCanceled=!1,this.__type__=null}toDict(){return{type:this.type,id:this.id,bitrate:this.bitrate,uuid:this.uuid,title:this.title,artist:this.artist,cover:this.cover,explicit:this.explicit,size:this.size,downloaded:this.downloaded,failed:this.failed,progress:this.progress,errors:this.errors,files:this.files,extrasPath:this.extrasPath,__type__:this.__type__}}getResettedDict(){let e=this.toDict();return e.downloaded=0,e.failed=0,e.progress=0,e.errors=[],e.files=[],e}getSlimmedDict(){let e=this.toDict();return["single","collection","plugin","conversion_data"].forEach((t=>{Object.keys(e).includes(t)&&delete e[t]})),e}getEssentialDict(){return{type:this.type,id:this.id,bitrate:this.bitrate,uuid:this.uuid,title:this.title,artist:this.artist,cover:this.cover,explicit:this.explicit,size:this.size,extrasPath:this.extrasPath}}updateProgress(e){Math.round(this.progressNext)!=this.progress&&Math.round(this.progressNext)%2==0&&(this.progress=Math.round(this.progressNext),e&&e.send("updateQueue",{uuid:this.uuid,progress:this.progress}))}}class i extends t{constructor(e){super(e),this.collection=e.collection,this.__type__="Collection"}toDict(){let e=super.toDict();return e.collection=this.collection,e}completeTrackProgress(e){this.progressNext+=1/this.size*100,this.updateProgress(e)}removeTrackProgress(e){this.progressNext-=1/this.size*100,this.updateProgress(e)}}e.exports={IDownloadObject:t,Single:class extends t{constructor(e){super(e),this.size=1,this.single=e.single,this.__type__="Single"}toDict(){let e=super.toDict();return e.single=this.single,e}completeTrackProgress(e){this.progressNext=100,this.updateProgress(e)}removeTrackProgress(e){this.progressNext=0,this.updateProgress(e)}},Collection:i,Convertable:class extends i{constructor(e){super(e),this.plugin=e.plugin,this.conversion_data=e.conversion_data,this.__type__="Convertable"}toDict(){let e=super.toDict();return e.plugin=this.plugin,e.conversion_data=this.conversion_data,e}}}},69786:e=>{e.exports={Lyrics:class{constructor(e="0"){this.id=e,this.sync="",this.unsync="",this.syncID3=[]}parseLyrics(e){if(this.unsync=e.LYRICS_TEXT||"",e.LYRICS_SYNC_JSON){let t=e.LYRICS_SYNC_JSON,i="",n=0;for(let e=0;e{e.exports={Picture:class{constructor(e="",t=""){this.md5=e,this.type=t}getURL(e,t){let i=`https://e-cdns-images.dzcdn.net/images/${this.type}/${this.md5}/${e}x${e}`;if(t.startsWith("jpg")){let e=80;return t.includes("-")&&(e=parseInt(t.substr(4))),t="jpg",i+`-000000-${e}-0-0.jpg`}return"png"==t?i+"-none-100-0-0.png":i+".jpg"}},StaticPicture:class{constructor(e){this.staticURL=e}getURL(){return this.staticURL}}}},79709:(e,t,i)=>{const{Artist:n}=i(5809),{Date:a}=i(7860),{Picture:r,StaticPicture:o}=i(65982);e.exports={Playlist:class{constructor(e){this.id=`pl_${e.id}`,this.title=e.title,this.artist={Main:[]},this.artists=[],this.trackTotal=e.nb_tracks,this.recordType="compile",this.barcode="",this.label="",this.explicit=e.explicit,this.genre=["Compilation"];let t=e.creation_date.slice(0,4),i=e.creation_date.slice(5,7),s=e.creation_date.slice(8,10);if(this.date=new a(s,i,t),this.discTotal="1",this.playlistID=e.id,this.owner=e.creator,e.picture_small.includes("dzcdn.net")){let t=e.picture_small,i=t.slice(t.indexOf("images/")+7);i=i.slice(0,i.indexOf("/"));let n=t.slice(t.indexOf(i+"/")+i.length+1,-24);this.pic=new r(n,i)}else this.pic=new o(e.picture_xl);if(e.various_artist){let t=e.various_artist.picture_small;t=t.slice(t.indexOf("artist/")+7,-24),this.variousArtists=new n(e.various_artist.id,e.various_artist.name,e.various_artist.role,t),this.mainArtist=this.variousArtists}}}}},77655:(e,t,i)=>{const n=i(12210),{Artist:a}=i(5809),{Album:r}=i(28215),{Playlist:o}=i(79709),{Picture:s}=i(65982),{Lyrics:c}=i(69786),{Date:u}=i(7860),{VARIOUS_ARTISTS:l}=i(76303),{changeCase:p}=i(72561),{FeaturesOption:d}=i(74170),{TrackError:h,NoDataToParse:m,AlbumDoesntExists:f}=i(39763),{generateReplayGainString:g,removeDuplicateArtists:v,removeFeatures:y,andCommaConcat:b}=i(72561);e.exports={Track:class{constructor(){this.id="0",this.title="",this.MD5="",this.mediaVersion="",this.trackToken="",this.duration=0,this.fallbackID="0",this.filesizes={},this.localTrack=!1,this.mainArtist=null,this.artist={Main:[]},this.artists=[],this.album=null,this.trackNumber="0",this.discNumber="0",this.date=new u,this.lyrics=null,this.bpm=0,this.contributors={},this.copyright="",this.explicit=!1,this.ISRC="",this.replayGain="",this.playlist=null,this.position=null,this.searched=!1,this.bitrate=0,this.dateString="",this.artistsString="",this.mainArtistsString="",this.featArtistsString="",this.urls={}}parseEssentialData(e,t){this.id=String(e.SNG_ID),this.duration=e.DURATION,this.trackToken=e.TRACK_TOKEN,this.MD5=e.MD5_ORIGIN,this.MD5||t&&t.md5_origin&&(this.MD5=t.md5_origin),this.mediaVersion=e.MEDIA_VERSION,this.fallbackID="0",e.FALLBACK&&(this.fallbackID=e.FALLBACK.SNG_ID),this.localTrack=parseInt(this.id)<0,this.urls={}}async retriveFilesizes(e){let t,i=await e.cookie_jar.getCookies("https://www.deezer.com");i=i.find((e=>"sid"===e.key)).value;try{t=await n.post("https://api.deezer.com/1.0/gateway.php",{searchParams:{api_key:"4VCYIJUCDLOUELGD1V8WBVYBNVDYOXEWSLLZDONGBBDFVXTZJRXPR29JRLQFO6ZE",sid:i,input:"3",output:"3",method:"song_getData"},https:{rejectUnauthorized:!1},json:{sng_id:this.id},headers:e.http_headers,timeout:3e4}).json()}catch(t){return await new Promise((e=>setTimeout(e,2e3))),this.retriveFilesizes(e)}if(t.error.length)throw new h(t.error);const a=t.results;let r={};Object.entries(a).forEach((e=>{let[t,i]=e;t.startsWith("FILESIZE_")&&(r[t]=i,r[t+"_TESTED"]=!1)})),this.filesizes=r}async parseData(e,t,i,n,a,s,c){if(t&&!i)i=await e.gw.get_track_with_fallback(t);else if(!i)throw new m;if(!n)try{n=await e.api.get_track(i.SNG_ID)}catch{n=null}if(this.parseEssentialData(i,n),this.localTrack)this.parseLocalTrackData(i);else{if(await this.retriveFilesizes(e),this.parseTrackGW(i),!i.LYRICS&&"0"!=this.lyrics.id)try{i.LYRICS=await e.gw.get_track_lyrics(this.id)}catch{this.lyrics.id="0"}if("0"!=this.lyrics.id&&this.lyrics.parseLyrics(i.LYRICS),this.album=new r(i.ALB_ID,i.ALB_TITLE,i.ALB_PICTURE||""),!s)try{s=await e.api.get_album(this.album.id)}catch{s=null}if(!a)try{a=await e.gw.get_album(this.album.id)}catch{a=null}if(s)this.album.parseAlbum(s);else{if(!a)throw new f;{this.album.parseAlbumGW(a);const t=await e.api.get_artist(this.album.mainArtist.id);this.album.mainArtist.pic.md5=t.picture_small.slice(t.picture_small.search("artist/")+7,-24)}}a&&this.album.addExtraAlbumGWData(a),this.album.date&&!this.date&&(this.date=this.album.date),this.album.discTotal||(this.album.discTotal=a.NUMBER_DISK||"1"),this.copyright||(this.copyright=a.COPYRIGHT),i.GENRES&&i.GENRES.forEach((e=>{this.album.genre.includes(e)||this.album.genre.push(e)})),this.parseTrack(n)}return this.title=this.title.replace(/\s\s+/g," "),this.artist.Main.length||(this.artist.Main=[this.mainArtist.name]),this.position=i.POSITION,c&&(this.playlist=new o(c)),this.generateMainFeatStrings(),this}parseLocalTrackData(e){this.title=e.SNG_TITLE,this.album=new r(e.ALB_TITLE),this.album.pic=new s(e.ALB_PICTURE||"","cover"),this.mainArtist=new a("0",e.ART_NAME,"Main"),this.artists=[e.ART_NAME],this.artist={Main:[e.ART_NAME]},this.album.artist=this.artist,this.album.artists=this.artists,this.album.date=this.date,this.album.mainArtist=this.mainArtist}parseTrackGW(e){this.title=e.SNG_TITLE.trim(),e.VERSION&&!this.title.includes(e.VERSION.trim())&&(this.title+=` ${e.VERSION.trim()}`),this.discNumber=e.DISK_NUMBER,this.explicit=Boolean(parseInt(e.EXPLICIT_LYRICS||"0")),this.copyright=e.COPYRIGHT,e.GAIN&&(this.replayGain=g(e.GAIN)),this.ISRC=e.ISRC,this.trackNumber=e.TRACK_NUMBER,this.contributors=e.SNG_CONTRIBUTORS,this.rank=e.RANK_SNG,this.lyrics=new c(e.LYRICS_ID||"0"),this.mainArtist=new a(e.ART_ID,e.ART_NAME,"Main",e.ART_PICTRUE),e.PHYSICAL_RELEASE_DATE&&(this.date.day=e.PHYSICAL_RELEASE_DATE.slice(8,10),this.date.month=e.PHYSICAL_RELEASE_DATE.slice(5,7),this.date.year=e.PHYSICAL_RELEASE_DATE.slice(0,4),this.date.fixDayMonth())}parseTrack(e){this.bpm=e.bpm,!this.replayGain&&e.gain&&(this.replayGain=g(e.gain)),this.explicit||(this.explicit=e.explicit_lyrics),this.discNumber||(this.discNumber=e.disk_number),e.contributors.forEach((t=>{const i=String(t.id)==l,n="Main"==t.role;e.contributors.length>1&&i||(this.artists.includes(t.name)||this.artists.push(t.name),(n||!this.artist.Main.includes(t.name)&&!n)&&(this.artist[t.role]||(this.artist[t.role]=[]),this.artist[t.role].push(t.name)))}))}removeDuplicateArtists(){[this.artist,this.artists]=v(this.artist,this.artists)}getCleanTitle(){return y(this.title)}getFeatTitle(){return this.featArtistsString&&!this.title.toLowerCase().includes("feat.")?`${this.title} (${this.featArtistsString})`:this.title}generateMainFeatStrings(){this.mainArtistsString=b(this.artist.Main),this.featArtistsString="",this.artist.Featured&&(this.featArtistsString=`feat. ${b(this.artist.Featured)}`)}applySettings(e){if(e.tags.savePlaylistAsCompilation&&this.playlist?(this.trackNumber=this.position,this.discNumber="1",this.album.makePlaylistCompilation(this.playlist)):this.album.date&&(this.date=this.album.date),this.dateString=this.date.format(e.dateFormat),this.album.dateString=this.album.date.format(e.dateFormat),this.playlist&&(this.playlist.dateString=this.playlist.date.format(e.dateFormat)),e.albumVariousArtists&&this.album.variousArtists){let e=this.album.variousArtists,t="Main"===e.role;this.album.artists.includes(e.name)||this.album.artists.push(e.name),(t||!this.album.artist.Main.includes(e.name)&&!t)&&(this.album.artist[e.role]||(this.album.artist[e.role]=[]),this.album.artist[e.role].push(e.name))}if(this.album.mainArtist.save=!this.album.mainArtist.isVariousArtists()||e.albumVariousArtists&&this.album.mainArtist.isVariousArtists(),e.removeDuplicateArtists&&this.removeDuplicateArtists(),e.featuredToTitle==d.REMOVE_TITLE?this.title=this.getCleanTitle():e.featuredToTitle==d.MOVE_TITLE?this.title=this.getFeatTitle():e.featuredToTitle==d.REMOVE_TITLE_ALBUM&&(this.title=this.getCleanTitle(),this.album.title=this.album.getCleanTitle()),e.removeAlbumVersion&&this.title.includes("Album Version")&&(this.title=this.title.replace(/ ?\(Album Version\)/g,"").trim()),"nothing"!=e.titleCasing&&(this.title=p(this.title,e.titleCasing)),"nothing"!=e.artistCasing&&(this.mainArtist.name=p(this.mainArtist.name,e.artistCasing),this.artists.forEach(((t,i)=>{this.artists[i]=p(t,e.artistCasing)})),Object.keys(this.artist).forEach((t=>{this.artist[t].forEach(((i,n)=>{this.artist[t][n]=p(i,e.artistCasing)}))})),this.generateMainFeatStrings()),"default"==e.tags.multiArtistSeparator)e.featuredToTitle==d.MOVE_TITLE?this.artistsString=this.artist.Main.join(", "):this.artistString=this.artists.join(", ");else if("andFeat"==e.tags.multiArtistSeparator)this.artistsString=this.mainArtistsString,this.featArtistsString&&e.featuredToTitle!=d.MOVE_TITLE&&(this.artistsString+=` ${this.featArtistsString}`);else{let t=e.tags.multiArtistSeparator;e.featuredToTitle==d.MOVE_TITLE?this.artistsString=this.artist.Main.join(t):this.artistsString=this.artists.join(t)}}}}},76303:e=>{e.exports={VARIOUS_ARTISTS:"5080"}},37175:function(e){e.exports=function(){"use strict";function e(e,t){for(var i=0;i>>0}function l(e,t){return u(e^t)}function p(e,t){return u(e+t|0)}function d(e,t,i,n){return u(e<<24|t<<16|i<<8|n)}function h(e){return[e>>>24&255,e>>>16&255,e>>>8&255,255&e]}function m(e){return"string"==typeof e}function f(e){return"object"==typeof e&&"byteLength"in e}function g(e){return m(e)||f(e)}function v(e,t){var i=!1;return Object.keys(e).forEach((function(n){e[n]===t&&(i=!0)})),i}function y(e){if(m(e))return function(e){for(var t=new Uint8Array(4*e.length),i=0,n=0;n!==e.length;n++){var a=e.charCodeAt(n);if(a<128)t[i++]=a;else{if(a<2048)t[i++]=a>>6|192;else{if(55295=e.length)return console.error("Incomplete surrogate pair"),t.subarray(0,i);var r=e.charCodeAt(n);if(r<56320||57343>18|240,t[i++]=a>>12&63|128}else t[i++]=a>>12|224;t[i++]=a>>6&63|128}t[i++]=63&a|128}}return t.subarray(0,i)}(e);if(f(e))return new Uint8Array(e);throw new Error("Unsupported type")}return function(){function u(e,n,u){if(void 0===n&&(n=t.ECB),void 0===u&&(u=i.PKCS5),!g(e))throw new Error("Key should be a string or an ArrayBuffer / Buffer");if(!v(t,n))throw new Error("Unsupported mode");if(!v(i,u))throw new Error("Unsupported padding");this.mode=n,this.padding=u,this.iv=null,this.p=a.slice(),this.s=[r.slice(),o.slice(),s.slice(),c.slice()],e=function(e){if(72<=e.length)return e;for(var t=[];t.length<72;)for(var i=0;i=e.length)return console.error("Incomplete 2-byte sequence"),i;n=(31&n)<<6|63&e[t++]}else if(223=e.length)return console.error("Incomplete 3-byte sequence"),i;n=(15&n)<<12|(63&e[t++])<<6|63&e[t++]}else{if(!(239=e.length)return console.error("Incomplete 4-byte sequence"),i;n=(7&n)<<18|(63&e[t++])<<12|(63&e[t++])<<6|63&e[t++]}if(n<=65535)i+=String.fromCharCode(n);else{if(!(n<=1114111))return console.error("Code point 0x"+n.toString(16)+" exceeds UTF-16 reach"),i;n-=65536,i+=String.fromCharCode(n>>10|55296),i+=String.fromCharCode(1023&n|56320)}}return i}(e);default:throw new Error("Unsupported return type")}},b._encryptBlock=function(e,t){for(var i=0;i<16;i++){e=l(e,this.p[i]);var n=[t=l(t,this._f(e)),e];e=n[0],t=n[1]}var a=[t,e];return t=l(t=a[1],this.p[16]),[e=l(e=a[0],this.p[17]),t]},b._decryptBlock=function(e,t){for(var i=17;1>>24&255],this.s[1][e>>>16&255]);return p(t=l(t,this.s[2][e>>>8&255]),this.s[3][255&e])},b._encodeECB=function(e){for(var t=new Uint8Array(e.length),i=0;i{const n=i(76417);let a;try{a=i(37175)}catch(e){}function r(e,t="binary"){let i=n.createHash("md5");return i.update(Buffer.from(e,t)),i.digest("hex")}e.exports={_md5:r,_ecbCrypt:function(e,t){let i=n.createCipheriv("aes-128-ecb",Buffer.from(e),Buffer.from(""));return i.setAutoPadding(!1),Buffer.concat([i.update(t,"binary"),i.final()]).toString("hex").toLowerCase()},_ecbDecrypt:function(e,t){let i=n.createDecipheriv("aes-128-ecb",Buffer.from(e),Buffer.from(""));return i.setAutoPadding(!1),Buffer.concat([i.update(t,"binary"),i.final()]).toString("hex").toLowerCase()},generateBlowfishKey:function(e){const t=r(e.toString(),"ascii");let i="";for(let e=0;e<16;e++)i+=String.fromCharCode(t.charCodeAt(e)^t.charCodeAt(e+16)^"g4el58wc0zvf9na1".charCodeAt(e));return String(i)},decryptChunk:function(e,t){if(n.getCiphers().includes("bf-cbc")){let i=n.createDecipheriv("bf-cbc",t,Buffer.from([0,1,2,3,4,5,6,7]));return i.setAutoPadding(!1),Buffer.concat([i.update(e),i.final()])}if(a){let i=new a(t,a.MODE.CBC,a.PADDING.NULL);return i.setIv(Buffer.from([0,1,2,3,4,5,6,7])),Buffer.from(i.decode(e,a.TYPE.UINT8_ARRAY))}throw new Error("Can't find a way to decrypt chunks")}}},39612:(e,t,i)=>{const n=i(12210),{CookieJar:a}=i(47857),{_md5:r}=i(92),{USER_AGENT_HEADER:o}=i(72561),s="172365",c="fb0bec7ccc063dab0417eb7b0d847f34";e.exports={getAccessToken:async function(e,t){t=r(t,"utf8");const i=r([s,e,t,c].join(""),"utf8");return(await n.get("https://api.deezer.com/auth/token",{searchParams:{app_id:s,login:e,password:t,hash:i},https:{rejectUnauthorized:!1},headers:{"User-Agent":o}}).json()).access_token},getArlFromAccessToken:async function(e){let t=new a;return await n.get("https://api.deezer.com/platform/generic/track/3135556",{headers:{Authorization:`Bearer ${e}`,"User-Agent":o},https:{rejectUnauthorized:!1},cookieJar:t}),(await n.get("https://www.deezer.com/ajax/gw-light.php?method=user.getArl&input=3&api_version=1.0&api_token=null",{headers:{"User-Agent":o},https:{rejectUnauthorized:!1},cookieJar:t}).json()).results}}},26355:function(e){e.exports=function(){"use strict";function e(e){return String(e).split("").map((function(e){return e.charCodeAt(0)}))}function t(t){return new Uint8Array(e(t))}function i(t){var i=new Uint8Array(2*t.length);return new Uint16Array(i.buffer).set(e(t)),i}function n(e){var t=255;return[e>>>24&t,e>>>16&t,e>>>8&t,e&t]}return function(){var e=a.prototype;function a(e){if(!e||"object"!=typeof e||!("byteLength"in e))throw new Error("First argument should be an instance of ArrayBuffer or Buffer");this.arrayBuffer=e,this.padding=4096,this.frames=[],this.url="",this.separateWithNull=!1}return e._setIntegerFrame=function(e,t){t="TDAT"===e?String(parseInt(t,10)).padStart(4,"0"):parseInt(t,10),this.frames.push({name:e,value:t,size:11+t.toString().length,__type__:"Integer"})},e._setStringFrame=function(e,t){t=t.toString(),this.frames.push({name:e,value:t,size:13+2*t.length,__type__:"String"})},e._setPictureFrame=function(e,t,i,n){var a=function(e){if(!e||!e.length)return null;if(255===e[0]&&216===e[1]&&255===e[2])return"image/jpeg";if(137===e[0]&&80===e[1]&&78===e[2]&&71===e[3])return"image/png";if(71===e[0]&&73===e[1]&&70===e[2])return"image/gif";if(87===e[8]&&69===e[9]&&66===e[10]&&80===e[11])return"image/webp";var t=73===e[0]&&73===e[1]&&42===e[2]&&0===e[3],i=77===e[0]&&77===e[1]&&0===e[2]&&42===e[3];return t||i?"image/tiff":66===e[0]&&77===e[1]?"image/bmp":0===e[0]&&0===e[1]&&1===e[2]&&0===e[3]?"image/x-icon":null}(new Uint8Array(t)),r=i.toString();if(!a)throw new Error("Unknown picture MIME type");i||(n=!1),this.frames.push({name:"APIC",value:t,pictureType:e,mimeType:a,useUnicodeEncoding:n,description:r,size:(t=t.byteLength,a=a.length,r=r.length,11+a+1+1+(n?2+2*(r+1):r+1)+t),__type__:"Picture"})},e._setLyricsFrame=function(e,t,i){e=e.split("").map((function(e){return e.charCodeAt(0)})),t=t.toString(),i=i.toString(),this.frames.push({name:"USLT",value:i,language:e,description:t,size:(t=t.length,i=i.length,16+2*t+2+2+2*i),__type__:"Lyrics"})},e._setCommentFrame=function(e,t,i){e=e.split("").map((function(e){return e.charCodeAt(0)})),t=t.toString(),i=i.toString(),this.frames.push({name:"COMM",value:i,language:e,description:t,size:(t=t.length,i=i.length,16+2*t+2+2+2*i),__type__:"Comment"})},e._setPrivateFrame=function(e,t){e=e.toString(),this.frames.push({name:"PRIV",value:t,id:e,size:(e=e.length,t=t.byteLength,10+e+1+t),__type__:"Private"})},e._setUserStringFrame=function(e,t){e=e.toString(),t=t.toString(),this.frames.push({name:"TXXX",description:e,value:t,size:(e=e.length,t=t.length,13+2*e+2+2+2*t),__type__:"UserString"})},e._setUrlLinkFrame=function(e,t){t=t.toString(),this.frames.push({name:e,value:t,size:10+t.length,__type__:"UrlLink"})},e._setPairedTextFrame=function(e,t){var i;this.frames.push({name:e,value:t,size:(i=0,t.forEach((function(e){i+=2+2*e[0].length+2+2+2*e[1].length+2})),11+i),__type__:"PairedText"})},e._setSynchronisedLyricsFrame=function(e,t,i,n){var a;n=n.split("").map((function(e){return e.charCodeAt(0)})),this.frames.push({name:"SYLT",value:t,language:n,type:e,timestampFormat:i,size:(a=0,t.forEach((function(e){a+=2+2*e[0].length+2+4})),16+a),__type__:"SynchronisedLyrics"})},e._setPopularimeterFrame=function(e,t,i){var n=e.toString();t=parseInt(t,10),void 0!==i&&(i=parseInt(Math.abs(i),10)),this.frames.push({name:"POPM",value:t,email:n,count:i,size:10+e.length+1+1+(e=void(e=0)!==(i=i)?Math.max(Math.ceil(Math.log2(i+1)/8),4):e),__type__:"PopularimeterFrame"})},e.setFrame=function(e,t){switch(e){case"TPE1":case"TCOM":case"TPE2":case"TCON":if(!Array.isArray(t))throw new Error(e+" frame value should be an array of strings");var i=this.separateWithNull?String.fromCharCode(0):"TCON"===e?";":"/";i=t.join(i),this._setStringFrame(e,i);break;case"TLAN":case"TIT1":case"TIT2":case"TIT3":case"TALB":case"TPE3":case"TPE4":case"TRCK":case"TPOS":case"TMED":case"TPUB":case"TCOP":case"TCMP":case"TKEY":case"TEXT":case"TSRC":this._setStringFrame(e,t);break;case"TBPM":case"TLEN":case"TDAT":case"TYER":this._setIntegerFrame(e,t);break;case"USLT":if(t.language=t.language||"eng","object"!=typeof t||!("description"in t)||!("lyrics"in t))throw new Error("USLT frame value should be an object with keys description and lyrics");if(t.language&&!t.language.match(/[a-z]{3}/i))throw new Error("Language must be coded following the ISO 639-2 standards");this._setLyricsFrame(t.language,t.description,t.lyrics);break;case"APIC":if(!("object"==typeof t&&"type"in t&&"data"in t&&"description"in t))throw new Error("APIC frame value should be an object with keys type, data and description");if(t.type<0||20>>21&(r=127),e>>>14&r,e>>>7&r,e&r],s.set(u,c),c+=u.length,this.frames.forEach((function(e){switch(u=t(e.name),s.set(u,c),c+=u.length,u=n(e.size-10),s.set(u,c),c+=u.length,c+=2,e.__type__){case"UrlLink":u=t(e.value),s.set(u,c),c+=u.length;break;case"String":u=[1].concat(a),s.set(u,c),c+=u.length,u=i(e.value),s.set(u,c),c+=u.length;break;case"UserString":case"Lyrics":case"Comment":u=[1],u=(u="USLT"===e.name||"COMM"===e.name?u.concat(e.language):u).concat(a),s.set(u,c),c+=u.length,u=i(e.description),s.set(u,c),c+=u.length,u=[0,0].concat(a),s.set(u,c),c+=u.length,u=i(e.value),s.set(u,c),c+=u.length;break;case"Integer":c++,u=t(e.value),s.set(u,c),c+=u.length;break;case"Private":u=t(e.id),s.set(u,c),c+=u.length,c++,s.set(new Uint8Array(e.value),c),c+=e.value.byteLength;break;case"Picture":u=[e.useUnicodeEncoding?1:0],s.set(u,c),c+=u.length,u=t(e.mimeType),s.set(u,c),c+=u.length,u=[0,e.pictureType],s.set(u,c),c+=u.length,e.useUnicodeEncoding?(u=[].concat(a),s.set(u,c),c+=u.length,u=i(e.description),s.set(u,c),c+=u.length,c+=2):(u=t(e.description),s.set(u,c),c+=u.length,c++),s.set(new Uint8Array(e.value),c),c+=e.value.byteLength;break;case"PairedText":u=[1],s.set(u,c),c+=u.length,e.value.forEach((function(e){u=[].concat(a),s.set(u,c),c+=u.length,u=i(e[0].toString()),s.set(u,c),c+=u.length,u=[0,0].concat(a),s.set(u,c),c+=u.length,u=i(e[1].toString()),s.set(u,c),c+=u.length,u=[0,0],s.set(u,c),c+=u.length}));break;case"SynchronisedLyrics":u=(u=(u=(u=[1]).concat(e.language)).concat(e.timestampFormat)).concat(e.type),s.set(u,c),c+=u.length,e.value.forEach((function(e){u=[].concat(a),s.set(u,c),c+=u.length,u=i(e[0].toString()),s.set(u,c),c+=u.length,u=[0,0],s.set(u,c),c+=u.length,u=n(e[1]),s.set(u,c),c+=u.length}));break;case"PopularimeterFrame":u=t(e.email),s.set(u,c),c+=u.length,c+=1,u=[e.value],s.set(u,c),c+=u.length,void 0!==e.count&&(u=function(e,t){for(var i=Math.ceil(Math.log2(e+1)/8),n=[],a=0;a{const n=i(92413),{promisify:a}=i(31669),r=a(n.pipeline),{accessSync:o,constants:s}=i(35747),{ErrorMessages:c}=i(39763);function u(e){return e.forEach(((t,i)=>{e.forEach(((n,a)=>{i!=a&&n.toLowerCase().includes(t.toLowerCase())&&e.splice(a,1)}))})),e}e.exports={USER_AGENT_HEADER:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36",generateReplayGainString:function(e){return Math.round(-100*(parseFloat(e)+18.4))/100+" dB"},removeFeatures:function(e){let t,i=e,n=!1;-1!=i.search(/[\s(]?feat\.?\s/gi)&&(t=i.search(/[\s(]?feat\.?\s/gi),n=!0),-1!=i.search(/[\s(]?ft\.?\s/gi)&&(t=i.search(/[\s(]?ft\.?\s/gi),n=!0);const a="("==i[t];if(n){let e=i.slice(0,t);i.includes(")")&&a&&(e+=i.slice(i.indexOf(")",t+1)+1)),i=e.trim(),i=i.replace(/\s\s+/g," ")}return i},andCommaConcat:function(e){const t=e.length;let i="";return e.forEach(((e,n)=>{i+=e,t!=n+1&&(i+=t-1==n+1?" & ":", ")})),i},uniqueArray:u,removeDuplicateArtists:function(e,t){return t=u(t),Object.keys(e).forEach((t=>{e[t]=u(e[t])})),[e,t]},pipeline:r,canWrite:function(e){try{o(e,s.R_OK|s.W_OK)}catch{return!1}return!0},changeCase:function(e,t){switch(t){case"lower":return e.toLowerCase();case"upper":return e.toUpperCase();case"start":e=e.split(" ");for(let t=0;te[t].startsWith(i)))?e[t]=e[t][0]+e[t][1].toUpperCase()+e[t].substr(2).toLowerCase():e[t]=e[t][0].toUpperCase()+e[t].substr(1).toLowerCase();return e.join(" ");case"sentence":return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase();default:return e}},shellEscape:function(e){return"string"!=typeof e?"":/[^\w@%+=:,./-]/g.test(e)?"'"+e.replaceAll("'","'\"'\"'")+"'":e},formatListener:function(e,t){let i="";switch(e){case"startAddingArtist":return`Started gathering ${t.name}'s albums (${t.id})`;case"finishAddingArtist":return`Finished gathering ${t.name}'s albums (${t.id})`;case"updateQueue":return i=`[${t.uuid}]`,t.downloaded&&(i+=` Completed download of ${t.downloadPath.slice(t.extrasPath.length+1)}`),t.failed&&(i+=` ${t.data.artist} - ${t.data.title} :: ${t.error}`),t.progress&&(i+=` Download at ${t.progress}%`),t.conversion&&(i+=` Conversion at ${t.conversion}%`),i;case"downloadInfo":switch(i=t.state,t.state){case"getTags":i="Getting tags.";break;case"gotTags":i="Tags got.";break;case"getBitrate":i="Getting download URL.";break;case"bitrateFallback":i="Desired bitrate not found, falling back to lower bitrate.";break;case"searchFallback":i="This track has been searched for, result might not be 100% exact.";break;case"gotBitrate":i="Download URL got.";break;case"getAlbumArt":i="Downloading album art.";break;case"gotAlbumArt":i="Album art downloaded.";break;case"downloading":i="Downloading track.",t.alreadyStarted?i+=` Recovering download from ${t.value}.`:i+=` Downloading ${t.value} bytes.`;break;case"downloaded":i="Track downloaded.";break;case"alreadyDownloaded":i="Track already downloaded.";break;case"tagging":i="Tagging track.";break;case"tagged":i="Track tagged."}return`[${t.uuid}] ${t.data.artist} - ${t.data.title} :: ${i}`;case"downloadWarn":switch(i=`[${t.uuid}] ${t.data.artist} - ${t.data.title} :: ${c[t.state]} `,t.solution){case"fallback":i+="Using fallback id.";break;case"search":i+="Searching for alternative."}return i;case"currentItemCancelled":return`Current item cancelled (${t})`;case"removedFromQueue":return`[${t}] Removed from the queue`;case"finishDownload":return`[${t}] Finished downloading`;case"startConversion":return`[${t}] Started converting`;case"finishConversion":return`[${t.uuid}] Finished converting`;default:return i}}}},13379:(e,t,i)=>{const{sep:n}=i(85622),{homedir:a}=i(12087),r=i(35747),{canWrite:o}=i(72561);let s=a(),c="",u="";function l(e){return""===e?"":r.existsSync(e)&&o(e)?e:""}e.exports={getConfigFolder:function(){return""!=c||(process.env.XDG_CONFIG_HOME&&""===c&&(c=`${process.env.XDG_CONFIG_HOME}${n}`,c=l(c)),process.env.APPDATA&&""===c&&(c=`${process.env.APPDATA}${n}`,c=l(c)),"darwin"==process.platform&&""===c&&(c=`${s}/Library/Application Support/`,c=l(c)),""===c&&(c=`${s}${n}.config${n}`,c=l(c)),""===c?c=`${process.cwd()}${n}config${n}`:c+=`deemix${n}`,process.env.DEEMIX_DATA_DIR&&(c=process.env.DEEMIX_DATA_DIR)),c},getMusicFolder:function(){if(""!=u)return u;if(process.env.XDG_MUSIC_DIR&&""===u&&(u=`${process.env.XDG_MUSIC_DIR}${n}`,u=l(u)),r.existsSync(`${s}${n}.config${n}user-dirs.dirs`)){const e=r.readFileSync(`${s}${n}.config${n}user-dirs.dirs`).toString();u=e.match(/XDG_MUSIC_DIR="(.*)"/)[1],u=u.replace(/\$([A-Z_]+[A-Z0-9_]*)/gi,((e,t)=>process.env[t])),u+=n,u=l(u)}if("win32"==process.platform&&""===u)try{const{execSync:e}=i(63129),t=["My Music","{4BD8D571-6D19-48D3-BE97-422220080E43}"];let a=e('reg.exe query "HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders"').toString().split("\r\n");for(let e=0;e{const{TrackFormats:n}=i(63623),a={[n.MP4_RA3]:"360 HQ",[n.MP4_RA2]:"360 MQ",[n.MP4_RA1]:"360 LQ",[n.FLAC]:"FLAC",[n.MP3_320]:"320",[n.MP3_128]:"128",[n.DEFAULT]:"128",[n.LOCAL]:"MP3"};function r(e,t="_"){return(e=(e+="").replace(/[\0/\\:*?"<>|]/g,t)).normalize("NFC")}function o(e){if(e.includes("/")){let t=e.split("/");e="",t.forEach((t=>{t=o(t),e+=`${t}/`})),e=e.slice(0,-1)}else e=e.slice(0,200);return e}function s(e){for(;"."==e[e.length-1]||" "==e[e.length-1]||"\n"==e[e.length-1];)e=e.slice(0,-1);return e.length<1&&(e="dot"),e}function c(e,t,i){let n;return n=0==parseInt(i.paddingSize)?(t+"").length:(10**(parseInt(i.paddingSize)-1)+"").length,1==n&&(n=2),i.padTracks?(e+"").padStart(n,"0"):e+""}function u(e,t,i){let n=i.illegalCharacterReplacer;return e=(e=(e=(e=(e=e.replaceAll("%title%",r(t.title,n))).replaceAll("%artist%",r(t.mainArtist.name,n))).replaceAll("%artists%",r(t.artists.join(", "),n))).replaceAll("%allartists%",r(t.artistsString,n))).replaceAll("%mainartists%",r(t.mainArtistsString,n)),e=(e=(e=(e=(e=(e=(e=t.featArtistsString?e.replaceAll("%featartists%",r("("+t.featArtistsString+")",n)):e.replaceAll("%featartists%","")).replaceAll("%album%",r(t.album.title,n))).replaceAll("%albumartist%",r(t.album.mainArtist.name,n))).replaceAll("%tracknumber%",c(t.trackNumber,t.album.trackTotal,i))).replaceAll("%tracktotal%",t.album.trackTotal)).replaceAll("%discnumber%",t.discNumber)).replaceAll("%disctotal%",t.album.discTotal),e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=t.album.genre.length?e.replaceAll("%genre%",r(t.album.genre[0],n)):e.replaceAll("%genre%","Unknown")).replaceAll("%year%",t.date.year)).replaceAll("%date%",t.dateString)).replaceAll("%bpm%",t.bpm)).replaceAll("%label%",r(t.album.label,n))).replaceAll("%isrc%",t.ISRC)).replaceAll("%upc%",t.album.barcode)).replaceAll("%explicit%",t.explicit?"(Explicit)":"")).replaceAll("%track_id%",t.id)).replaceAll("%album_id%",t.album.id)).replaceAll("%artist_id%",t.mainArtist.id),s(o(e=(e=t.playlist?(e=e.replaceAll("%playlist_id%",t.playlist.playlistID)).replaceAll("%position%",c(t.position,t.playlist.trackTotal,i)):(e=e.replaceAll("%playlist_id%","")).replaceAll("%position%",c(t.position,t.album.trackTotal,i))).replaceAll("\\","/")))}function l(e,t,i,n){let c=i.illegalCharacterReplacer;return n&&i.tags.savePlaylistAsCompilation?e=(e=e.replaceAll("%album_id%","pl_"+n.playlistID)).replaceAll("%genre%","Compile"):(e=e.replaceAll("%album_id%",t.id),e=t.genre.length?e.replaceAll("%genre%",r(t.genre[0],c)):e.replaceAll("%genre%","Unknown")),e=(e=(e=e.replaceAll("%album%",r(t.title,c))).replaceAll("%artist%",r(t.mainArtist.name,c))).replaceAll("%artist_id%",t.mainArtist.id),s(o(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=t.rootArtist?(e=e.replaceAll("%root_artist%",r(t.rootArtist.name,c))).replaceAll("%root_artist_id%",t.rootArtist.id):(e=e.replaceAll("%root_artist%",r(t.mainArtist.name,c))).replaceAll("%root_artist_id%",t.mainArtist.id)).replaceAll("%tracktotal%",t.trackTotal)).replaceAll("%disctotal%",t.discTotal)).replaceAll("%type%",r(t.recordType.charAt(0).toUpperCase()+t.recordType.slice(1),c))).replaceAll("%upc%",t.barcode)).replaceAll("%explicit%",t.explicit?"(Explicit)":"")).replaceAll("%label%",r(t.label,c))).replaceAll("%year%",t.date.year)).replaceAll("%date%",t.dateString)).replaceAll("%bitrate%",a[parseInt(t.bitrate)])).replaceAll("\\","/")))}function p(e,t,i,n){let a=i.illegalCharacterReplacer;return e=(e=e.replaceAll("%artist%",r(t.name,a))).replaceAll("%artist_id%",t.id),s(o(e=(e=n?(e=e.replaceAll("%root_artist%",r(n.name,a))).replaceAll("%root_artist_id%",n.id):(e=e.replaceAll("%root_artist%",r(t.name,a))).replaceAll("%root_artist_id%",t.id)).replaceAll("\\","/")))}function d(e,t,i){let n=i.illegalCharacterReplacer;return s(o(e=(e=(e=(e=(e=(e=(e=(e=e.replaceAll("%playlist%",r(t.title,n))).replaceAll("%playlist_id%",r(t.playlistID,n))).replaceAll("%owner%",r(t.owner.name,n))).replaceAll("%owner_id%",t.owner.id)).replaceAll("%year%",t.date.year)).replaceAll("%date%",t.dateString)).replaceAll("%explicit%",t.explicit?"(Explicit)":"")).replaceAll("\\","/")))}e.exports={generatePath:function(e,t,i){let n="%artist% - %title%",a=!1;"track"===t.type?(n=i.createSingleFolder?i.albumTracknameTemplate:i.tracknameTemplate,a=!0):n="album"===t.type?i.albumTracknameTemplate:i.playlistTracknameTemplate;let r,o,s,c,h=u(n,e,i);if(r=i.downloadLocation||".",i.createPlaylistFolder&&e.playlist&&!i.tags.savePlaylistAsCompilation&&(r+=`/${d(i.playlistNameTemplate,e.playlist,i)}`),e.playlist&&!i.tags.savePlaylistAsCompilation&&(c=r),(i.createArtistFolder&&!e.playlist||i.createArtistFolder&&e.playlist&&i.tags.savePlaylistAsCompilation||i.createArtistFolder&&e.playlist&&i.createStructurePlaylist)&&(r+=`/${p(i.artistNameTemplate,e.album.mainArtist,i,e.album.rootArtist)}`,o=r),i.createAlbumFolder&&(!a||a&&i.createSingleFolder)&&(!e.playlist||e.playlist&&i.tags.savePlaylistAsCompilation||e.playlist&&i.createStructurePlaylist)&&(r+=`/${l(i.albumNameTemplate,e.album,i,e.playlist)}`,s=r),c||(c=r),parseInt(e.album.discTotal)>1&&(i.createAlbumFolder&&i.createCDFolder&&(!a||a&&i.createSingleFolder)&&(!e.playlist||e.playlist&&i.tags.savePlaylistAsCompilation)||e.playlist&&i.createStructurePlaylist)&&(r+=`/CD${e.discNumber}`),h.includes("/")){let e=h.slice(0,h.indexOf("/"));r+=`/${e}`,h=h.slice(e.length+1)}return{filename:h,filepath:r,artistPath:o,coverPath:s,extrasPath:c}},generateTrackName:u,generateAlbumName:l,generateArtistName:p,generatePlaylistName:d,generateDownloadObjectName:function(e,t,i){let n=i.illegalCharacterReplacer;return s(o(e=(e=(e=(e=(e=(e=(e=e.replaceAll("%title%",r(t.title,n))).replaceAll("%artist%",r(t.artist,n))).replaceAll("%size%",t.size)).replaceAll("%type%",r(t.type,n))).replaceAll("%id%",r(t.id,n))).replaceAll("%bitrate%",a[parseInt(t.bitrate)])).replaceAll("\\","/").replace("/",n)))}}},98565:e=>{"use strict";e.exports={version:"3.5.7"}},89372:(e,t,i)=>{const n=i(12210),{APIError:a,ItemsLimitExceededException:r,PermissionException:o,InvalidTokenException:s,WrongParameterException:c,MissingParameterException:u,InvalidQueryException:l,DataException:p,IndividualAccountChangedNotAllowedException:d}=i(39500),h={RANKING:"RANKING",TRACK_ASC:"TRACK_ASC",TRACK_DESC:"TRACK_DESC",ARTIST_ASC:"ARTIST_ASC",ARTIST_DESC:"ARTIST_DESC",ALBUM_ASC:"ALBUM_ASC",ALBUM_DESC:"ALBUM_DESC",RATING_ASC:"RATING_ASC",RATING_DESC:"RATING_DESC",DURATION_ASC:"DURATION_ASC",DURATION_DESC:"DURATION_DESC"};e.exports={SearchOrder:h,API:class{constructor(e,t){this.http_headers=t,this.cookie_jar=e,this.access_token=null}async api_call(e,t){let i;void 0===t&&(t={}),this.access_token&&(t.access_token=this.access_token);try{i=await n.get("https://api.deezer.com/"+e,{searchParams:t,cookieJar:this.cookie_jar,headers:this.http_headers,https:{rejectUnauthorized:!1},timeout:3e4}).json()}catch(i){if(console.debug("[ERROR] deezer.api",e,t,i.name,i.message),["ECONNABORTED","ECONNREFUSED","ECONNRESET","ENETRESET","ETIMEDOUT"].includes(i.code))return await new Promise((e=>setTimeout(e,2e3))),this.api_call(e,t);throw new a(`${e} ${t}:: ${i.name}: ${i.message}`)}if(i.error){if(i.error.code){if(-1!=[4,700].indexOf(i.error.code))return await new Promise((e=>setTimeout(e,5e3))),await this.api_call(e,t);if(100==i.error.code)throw new r(`ItemsLimitExceededException: ${e} ${i.error.message||""}`);if(200==i.error.code)throw new o(`PermissionException: ${e} ${i.error.message||""}`);if(300==i.error.code)throw new s(`InvalidTokenException: ${e} ${i.error.message||""}`);if(500==i.error.code)throw new c(`ParameterException: ${e} ${i.error.message||""}`);if(501==i.error.code)throw new u(`MissingParameterException: ${e} ${i.error.message||""}`);if(600==i.error.code)throw new l(`InvalidQueryException: ${e} ${i.error.message||""}`);if(800==i.error.code)throw new p(`DataException: ${e} ${i.error.message||""}`);if(901==i.error.code)throw new d(`IndividualAccountChangedNotAllowedException: ${e} ${i.error.message||""}`)}throw new a(i.error)}return i}get_album(e){return this.api_call(`album/${e}`)}get_album_by_UPC(e){return this.get_album(`upc:${e}`)}get_album_comments(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`album/${e}/comments`,{index:i,limit:n})}get_album_fans(e,t={}){const i=t.index||0,n=t.limit||100;return this.api_call(`album/${e}/fans`,{index:i,limit:n})}get_album_tracks(e,t={}){const i=t.index||0,n=t.limit||-1;return this.api_call(`album/${e}/tracks`,{index:i,limit:n})}get_artist(e){return this.api_call(`artist/${e}`)}get_artist_top(e,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`artist/${e}/top`,{index:i,limit:n})}get_artist_albums(e,t={}){const i=t.index||0,n=t.limit||-1;return this.api_call(`artist/${e}/albums`,{index:i,limit:n})}get_artist_comments(e,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`artist/${e}/comments`,{index:i,limit:n})}get_artist_fans(e,t={}){const i=t.index||0,n=t.limit||100;return this.api_call(`artist/${e}/fans`,{index:i,limit:n})}get_artist_related(e,t={}){const i=t.index||0,n=t.limit||20;return this.api_call(`artist/${e}/related`,{index:i,limit:n})}get_artist_radio(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`artist/${e}/radio`,{index:i,limit:n})}get_artist_playlists(e,t={}){const i=t.index||0,n=t.limit||-1;return this.api_call(`artist/${e}/playlists`,{index:i,limit:n})}get_chart(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}`,{index:i,limit:n})}get_chart_tracks(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/tracks`,{index:i,limit:n})}get_chart_albums(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/albums`,{index:i,limit:n})}get_chart_artists(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/artists`,{index:i,limit:n})}get_chart_playlists(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/playlists`,{index:i,limit:n})}get_chart_podcasts(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`chart/${e}/podcasts`,{index:i,limit:n})}get_comment(e){return this.api_call(`comment/${e}`)}get_editorials(e={}){const t=e.index||0,i=e.limit||10;return this.api_call("editorial",{index:t,limit:i})}get_editorial(e=0){return this.api_call(`editorial/${e}`)}get_editorial_selection(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`editorial/${e}/selection`,{index:i,limit:n})}get_editorial_charts(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`editorial/${e}/charts`,{index:i,limit:n})}get_editorial_releases(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`editorial/${e}/releases`,{index:i,limit:n})}get_genres(e={}){const t=e.index||0,i=e.limit||10;return this.api_call("genre",{index:t,limit:i})}get_genre(e=0){return this.api_call(`genre/${e}`)}get_genre_artists(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`genre/${e}/artists`,{index:i,limit:n})}get_genre_radios(e=0,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`genre/${e}/radios`,{index:i,limit:n})}get_infos(){return this.api_call("infos")}get_options(){return this.api_call("options")}get_playlist(e){return this.api_call(`playlist/${e}`)}get_playlist_comments(e,t={}){const i=t.index||0,n=t.limit||10;return this.api_call(`playlist/${e}/comments`,{index:i,limit:n})}get_playlist_fans(e,t={}){const i=t.index||0,n=t.limit||100;return this.api_call(`playlist/${e}/fans`,{index:i,limit:n})}get_playlist_tracks(e,t={}){const i=t.index||0,n=t.limit||-1;return this.api_call(`playlist/${e}/tracks`,{index:i,limit:n})}get_playlist_radio(e,t={}){const i=t.index||0,n=t.limit||100;return this.api_call(`playlist/${e}/radio`,{index:i,limit:n})}get_radios(e={}){const t=e.index||0,i=e.limit||10;return this.api_call("radio",{index:t,limit:i})}get_radios_genres(e={}){const t=e.index||0,i=e.limit||25;return this.api_call("radio/genres",{index:t,limit:i})}get_radios_top(e={}){const t=e.index||0,i=e.limit||50;return this.api_call("radio/top",{index:t,limit:i})}get_radios_lists(e={}){const t=e.index||0,i=e.limit||25;return this.api_call("radio/lists",{index:t,limit:i})}get_radio(e){return this.api_call(`radio/${e}`)}get_radio_tracks(e,t={}){const i=t.index||0,n=t.limit||40;return this.api_call(`radio/${e}/tracks`,{index:i,limit:n})}_generate_search_advanced_query(e){let t="";return e.artist&&(t+=`artist:"${e.artist}" `),e.album&&(t+=`album:"${e.album}" `),e.track&&(t+=`track:"${e.track}" `),e.label&&(t+=`label:"${e.label}" `),e.dur_min&&(t+=`dur_min:"${e.dur_min}" `),e.dur_max&&(t+=`dur_max:"${e.dur_max}" `),e.bpm_min&&(t+=`bpm_min:"${e.bpm_min}" `),e.bpm_max&&(t+=`bpm_max:"${e.bpm_max}" `),t.trim()}_generate_search_args(e,t={}){const i=t.strict||!1,n=t.order||h.RANKING;let a={q:e,index:t.index||0,limit:t.limit||25};return i&&(a.strict="on"),n&&(a.order=n),a}search(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search",i)}advanced_search(e,t={}){const i=this._generate_search_advanced_query(e);return this.search(i,t)}search_album(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/album",i)}search_artist(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/artist",i)}search_playlist(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/playlist",i)}search_radio(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/radio",i)}search_track(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/track",i)}search_user(e,t={}){const i=this._generate_search_args(e,t);return this.api_call("search/user",i)}get_track(e){return this.api_call(`track/${e}`)}get_track_by_ISRC(e){return this.get_track(`isrc:${e}`)}get_user(e){return this.api_call(`user/${e}`)}get_user_albums(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/albums`,{index:i,limit:n})}get_user_artists(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/artists`,{index:i,limit:n})}get_user_flow(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/flow`,{index:i,limit:n})}get_user_following(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/followings`,{index:i,limit:n})}get_user_followers(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/followers`,{index:i,limit:n})}get_user_playlists(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/playlists`,{index:i,limit:n})}get_user_radios(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/radios`,{index:i,limit:n})}get_user_tracks(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call(`user/${e}/tracks`,{index:i,limit:n})}async get_countries_charts(){let e=(await this.get_user_playlists("637006841",{index:0,limit:-1})).data.sort(((e,t)=>e.title.localeCompare(t.title)));return e[0].title.startsWith("Top")||e.shift(),e}async get_track_id_from_metadata(e,t,i){e=e.replace("–","-").replace("’","'"),t=t.replace("–","-").replace("’","'"),i=i.replace("–","-").replace("’","'");let n=await this.advanced_search({artist:e,track:t,album:i});if(n.data.length)return n.data[0].id;if(n=await this.advanced_search({artist:e,track:t}),n.data.length)return n.data[0].id;if(-1!=t.indexOf("(")&&-1!=t.indexOf(")")&&t.indexOf("("){class t extends Error{constructor(e){super(e),this.name="DeezerError"}}class i extends t{constructor(e){super(e),this.name="APIError"}}e.exports={DeezerError:t,WrongLicense:class extends t{constructor(e){super(),this.name="WrongLicense",this.message=`Your account can't request urls for ${e} tracks`,this.format=e}},WrongGeolocation:class extends t{constructor(e){super(),this.name="WrongGeolocation",this.message=`The track you requested can't be streamed in country ${e}`,this.country=e}},APIError:i,ItemsLimitExceededException:class extends i{constructor(e){super(e),this.name="ItemsLimitExceededException"}},PermissionException:class extends i{constructor(e){super(e),this.name="PermissionException"}},InvalidTokenException:class extends i{constructor(e){super(e),this.name="InvalidTokenException"}},WrongParameterException:class extends i{constructor(e){super(e),this.name="WrongParameterException"}},MissingParameterException:class extends i{constructor(e){super(e),this.name="MissingParameterException"}},InvalidQueryException:class extends i{constructor(e){super(e),this.name="InvalidQueryException"}},DataException:class extends i{constructor(e){super(e),this.name="DataException"}},IndividualAccountChangedNotAllowedException:class extends i{constructor(e){super(e),this.name="IndividualAccountChangedNotAllowedException"}},GWAPIError:class extends t{constructor(e){super(e),this.name="GWAPIError"}}}},79596:(e,t,i)=>{const n=i(12210),{map_artist_album:a,map_user_track:r,map_user_artist:o,map_user_album:s,map_user_playlist:c}=i(75154),{GWAPIError:u}=i(39500),l={PUBLIC:0,PRIVATE:1,COLLABORATIVE:2},p={SNG_ID:0,SNG_TITLE:"",DURATION:0,MD5_ORIGIN:0,MEDIA_VERSION:0,FILESIZE:0,ALB_TITLE:"",ALB_PICTURE:"",ART_ID:0,ART_NAME:""};e.exports={LyricsStatus:{NOT_EXPLICIT:0,EXPLICIT:1,UNKNOWN:2,EDITED:3,PARTIALLY_EXPLICIT:4,PARTIALLY_UNKNOWN:5,NO_ADVICE:6,PARTIALLY_NO_ADVICE:7},PlaylistStatus:l,EMPTY_TRACK_OBJ:p,GW:class{constructor(e,t){this.http_headers=t,this.cookie_jar=e}async api_call(e,t,i){void 0===typeof t&&(t={}),void 0===typeof i&&(i={});let a,r={api_version:"1.0",api_token:"deezer.getUserData"==e?"null":await this._get_token(),input:"3",method:e,...i};try{a=await n.post("http://www.deezer.com/ajax/gw-light.php",{searchParams:r,json:t,cookieJar:this.cookie_jar,headers:this.http_headers,https:{rejectUnauthorized:!1},timeout:3e4}).json()}catch(i){if(console.debug("[ERROR] deezer.gw",e,t,i.name,i.message),["ECONNABORTED","ECONNREFUSED","ECONNRESET","ENETRESET","ETIMEDOUT"].includes(i.code))return await new Promise((e=>setTimeout(e,2e3))),this.api_call(e,t);throw new u(`${e} ${t}:: ${i.name}: ${i.message}`)}if(a.error.length)throw new u(a.error);return a.results}async _get_token(){return(await this.get_user_data()).checkForm}get_user_data(){return this.api_call("deezer.getUserData")}get_user_profile_page(e,t,i={}){const n=i.limit||10;return this.api_call("deezer.pageProfile",{user_id:e,tab:t,nb:n})}get_user_favorite_ids(e=null,t={}){const i=t.limit||1e4,n=t.start||0;return this.api_call("song.getFavoriteIds",{nb:i,start:n,checksum:e})}get_child_accounts(){return this.api_call("deezer.getChildAccounts")}get_track(e){return this.api_call("song.getData",{sng_id:e})}get_track_page(e){return this.api_call("deezer.pageTrack",{sng_id:e})}get_track_lyrics(e){return this.api_call("song.getLyrics",{sng_id:e})}async get_tracks(e){let t=[],i=await this.api_call("song.getListData",{sng_ids:e}),n=0;for(let a=0;a{let n=e;n.POSITION=i.data.indexOf(e),t.push(n)})),t}get_artist(e){return this.api_call("artist.getData",{art_id:e})}get_artist_page(e){return this.api_call("deezer.pageArtist",{art_id:e,lang:"en",header:!0,tab:0})}async get_artist_top_tracks(e,t={}){const i=t.limit||100;let n=[],a=await this.api_call("artist.getTopTrack",{art_id:e,nb:i});return a.data.forEach((e=>{e.POSITION=a.data.indexOf(e),n.push(e)})),n}get_artist_discography(e,t={}){const i=t.index||0,n=t.limit||25;return this.api_call("album.getDiscography",{art_id:e,discography_mode:"all",nb:n,nb_songs:0,start:i})}get_playlist(e){return this.get_playlist_page(e)}get_playlist_page(e){return this.api_call("deezer.pagePlaylist",{playlist_id:e,lang:"en",header:!0,tab:0})}async get_playlist_tracks(e){let t=[],i=await this.api_call("playlist.getSongs",{playlist_id:e,nb:-1});return i.data.forEach((e=>{e.POSITION=i.data.indexOf(e),t.push(e)})),t}create_playlist(e,t=l.PUBLIC,i,n=[]){let a=[];return n.forEach((e=>{a.push([e,0])})),this.api_call("playlist.create",{title:e,status:t,description:i,songs:a})}edit_playlist(e,t,i,n,a=[]){let r=[];return a.forEach((e=>{r.push([e,0])})),this.api_call("playlist.update",{playlist_id:e,title:t,status:i,description:n,songs:r})}add_songs_to_playlist(e,t,i=-1){let n=[];return t.forEach((e=>{n.push([e,0])})),this.api_call("playlist.addSongs",{playlist_id:e,songs:n,offset:i})}add_song_to_playlist(e,t,i=-1){return this.add_songs_to_playlist(e,[t],i)}remove_songs_from_playlist(e,t){let i=[];return t.forEach((e=>{i.push([e,0])})),this.api_call("playlist.deleteSongs",{playlist_id:e,songs:i})}remove_song_from_playlist(e,t){return this.remove_songs_from_playlist(e,[t])}delete_playlist(e){return this.api_call("playlist.delete",{playlist_id:e})}add_song_to_favorites(e){return this.gw_api_call("favorite_song.add",{sng_id:e})}remove_song_from_favorites(e){return this.gw_api_call("favorite_song.remove",{sng_id:e})}add_album_to_favorites(e){return this.gw_api_call("album.addFavorite",{alb_id:e})}remove_album_from_favorites(e){return this.gw_api_call("album.deleteFavorite",{alb_id:e})}add_artist_to_favorites(e){return this.gw_api_call("artist.addFavorite",{art_id:e})}remove_artist_from_favorites(e){return this.gw_api_call("artist.deleteFavorite",{art_id:e})}add_playlist_to_favorites(e){return this.gw_api_call("playlist.addFavorite",{PARENT_PLAYLIST_ID:e})}remove_playlist_from_favorites(e){return this.gw_api_call("playlist.deleteFavorite",{PLAYLIST_ID:e})}get_page(e){let t={gateway_input:JSON.stringify({PAGE:e,VERSION:"2.3",SUPPORT:{grid:["channel","album"],"horizontal-grid":["album"]},LANG:"en"})};return this.api_call("page.get",{},t)}search(e,t=0,i=10,n=!0,a=!0,r=!0){return this.api_call("deezer.pageSearch",{query:e,start:t,nb:i,suggest:n,artist_suggest:a,top_tracks:r})}search_music(e,t,i={}){const n=i.index||0,a=i.limit||10;return this.api_call("search.music",{query:e,filter:"ALL",output:t,start:n,nb:a})}async get_artist_discography_tabs(e,t={}){const i=t.limit||100;let n,r=0,o=[],s={all:[]},c=[];do{n=await this.get_artist_discography(e,{index:r,limit:i}),o=o.concat(n.data),r+=i}while(r{if(-1==c.indexOf(t.ALB_ID)){c.push(t.ALB_ID);let i=a(t);(t.ART_ID==e||t.ART_ID!=e&&0==t.ROLE_ID)&&t.ARTISTS_ALBUMS_IS_OFFICIAL?(s[i.record_type]||(s[i.record_type]=[]),s[i.record_type].push(i),s.all.push(i)):5==t.ROLE_ID?(s.featured||(s.featured=[]),s.featured.push(i)):0==t.ROLE_ID&&(s.more||(s.more=[]),s.more.push(i),s.all.push(i))}})),s}async get_track_with_fallback(e){let t;if(parseInt(e)>0)try{t=await this.get_track_page(e)}catch(e){}return t?(t.LYRICS&&(t.DATA.LYRICS=t.LYRICS),t=t.DATA):t=await this.get_track(e),t}async get_user_playlists(e,t={}){const i=t.limit||25;let n=await this.get_user_profile_page(e,"playlists",{limit:i}),a=n.DATA.USER.BLOG_NAME||"Unknown",r=n.TAB.playlists.data,o=[];return r.forEach((e=>{o.push(c(e,a))})),o}async get_user_albums(e,t={}){const i=t.limit||25;let n=await this.get_user_profile_page(e,"albums",{limit:i});n=n.TAB.albums.data;let a=[];return n.forEach((e=>{a.push(s(e))})),a}async get_user_artists(e,t={}){const i=t.limit||25;let n=await this.get_user_profile_page(e,"artists",{limit:i});n=n.TAB.artists.data;let a=[];return n.forEach((e=>{a.push(o(e))})),a}async get_user_tracks(e,t={}){if((await this.get_user_data()).USER.USER_ID==e)return this.get_my_favorite_tracks(t);const i=t.limit||25;let n=this.get_user_profile_page(e,"loved",{limit:i});n=n.TAB.loved.data;let a=[];return n.forEach((e=>{a.push(r(e))})),a}async get_my_favorite_tracks(e={}){const t=e.limit||25,i=await this.get_user_favorite_ids(null,{limit:t}),n=i.data.map((e=>e.SNG_ID));let a=await this.get_tracks(n),o=[];return a.forEach(((e,t)=>{e={...e,...i.data[t]},o.push(r(e))})),o}}}},63623:(e,t,i)=>{const n=i(12210),{CookieJar:a,Cookie:r}=i(47857),{API:o}=i(89372),{GW:s}=i(79596),{DeezerError:c,WrongLicense:u,WrongGeolocation:l}=i(39500);e.exports={TrackFormats:{FLAC:9,MP3_320:3,MP3_128:1,MP4_RA3:15,MP4_RA2:14,MP4_RA1:13,DEFAULT:8,LOCAL:0},Deezer:class{constructor(){this.http_headers={"User-Agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36"},this.cookie_jar=new a,this.logged_in=!1,this.current_user={},this.childs=[],this.selected_account=0,this.api=new o(this.cookie_jar,this.http_headers),this.gw=new s(this.cookie_jar,this.http_headers)}async login(e,t,i,a=0){a&&(a=parseInt(a));let r=await this.gw.get_user_data();if(!r||r&&0===Object.keys(r).length)return this.logged_in=!1;if(0==r.USER.USER_ID)return this.logged_in=!1;let o=r.checkFormLogin;return-1==(await n.post("https://www.deezer.com/ajax/action.php",{headers:this.http_headers,cookieJar:this.cookie_jar,https:{rejectUnauthorized:!1},form:{type:"login",mail:e,password:t,checkFormLogin:o,reCaptchaToken:i}}).text()).text.indexOf("success")?(this.logged_in=!1,!1):(r=await this.gw.get_user_data(),await this._post_login(r),this.change_account(a),this.logged_in=!0,!0)}async login_via_arl(e,t=0){e=e.trim(),t&&(t=parseInt(t));let i=new r({key:"arl",value:e,domain:".deezer.com",path:"/",httpOnly:!0});await this.cookie_jar.setCookie(i.toString(),"https://www.deezer.com");let n=await this.gw.get_user_data();return!n||n&&0===Object.keys(n).length||0==n.USER.USER_ID?this.logged_in=!1:(await this._post_login(n),this.change_account(t),this.logged_in=!0,!0)}async _post_login(e){this.childs=[],e.USER.MULTI_ACCOUNT.ENABLED&&!e.USER.MULTI_ACCOUNT.IS_SUB_ACCOUNT?(await this.gw.get_child_accounts()).forEach((t=>{t.EXTRA_FAMILY.IS_LOGGABLE_AS&&this.childs.push({id:t.USER_ID,name:t.BLOG_NAME,picture:t.USER_PICTURE||"",license_token:e.USER.OPTIONS.license_token,can_stream_hq:e.USER.OPTIONS.web_hq||e.USER.OPTIONS.mobile_hq,can_stream_lossless:e.USER.OPTIONS.web_lossless||e.USER.OPTIONS.mobile_lossless,country:e.USER.OPTIONS.license_country,language:e.USER.SETTING.global.language})})):this.childs.push({id:e.USER.USER_ID,name:e.USER.BLOG_NAME,picture:e.USER.USER_PICTURE||"",license_token:e.USER.OPTIONS.license_token,can_stream_hq:e.USER.OPTIONS.web_hq||e.USER.OPTIONS.mobile_hq,can_stream_lossless:e.USER.OPTIONS.web_lossless||e.USER.OPTIONS.mobile_lossless,country:e.USER.OPTIONS.license_country,language:e.USER.SETTING.global.language})}change_account(e){return this.childs.length-10){if(i[0]instanceof c)throw i[0];return i[0]}return null}async get_tracks_url(e,t){if(Array.isArray(e)||(e=[e]),!this.current_user.license_token)return[];if("FLAC"===t&&!this.current_user.can_stream_lossless||"MP3_320"===t&&!this.current_user.can_stream_hq)throw new u(t);let i,a=[];try{i=await n.post("https://media.deezer.com/v1/get_url",{headers:this.http_headers,cookieJar:this.cookie_jar,https:{rejectUnauthorized:!1},json:{license_token:this.current_user.license_token,media:[{type:"FULL",formats:[{cipher:"BF_CBC_STRIPE",format:t}]}],track_tokens:e}}).json()}catch(e){return[]}return i.data.length&&i.data.forEach((e=>{e.errors&&(2002===e.errors[0].code?a.push(new l(this.current_user.country)):a.push(new c(JSON.stringify(i)))),e.media?a.push(e.media[0].sources[0].url):a.push(null)})),a}},api:{...i(89372)},gw:{...i(79596)},utils:{...i(75154)},errors:{...i(39500)}}},75154:e=>{const t=["single","album","compile","ep","bundle"];e.exports={map_user_track:function(e){let t={id:e.SNG_ID,title:e.SNG_TITLE,link:"https://www.deezer.com/track/"+e.SNG_ID,duration:e.DURATION,rank:e.RANK_SNG,explicit_lyrics:!1,explicit_content_lyrics:!1,explicit_content_cover:!1,time_add:e.DATE_ADD||e.DATE_FAVORITE,album:{id:e.ALB_ID,title:e.ALB_TITLE,cover:"https://api.deezer.com/album/"+e.ALB_ID+"/image",cover_small:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/56x56-000000-80-0-0.jpg",cover_medium:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/250x250-000000-80-0-0.jpg",cover_big:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/500x500-000000-80-0-0.jpg",cover_xl:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/1000x1000-000000-80-0-0.jpg",tracklist:"https://api.deezer.com/album/"+e.ALB_ID+"/tracks",type:"album"},artist:{id:e.ART_ID,name:e.ART_NAME,picture:"https://api.deezer.com/artist/"+e.ART_ID+"/image",picture_small:null,picture_medium:null,picture_big:null,picture_xl:null,tracklist:"https://api.deezer.com/artist/"+e.ART_ID+"/top?limit=50",type:"artist"},type:"track"};if(parseInt(e.SNG_ID)>=0){let i=e.ART_PICTURE;if(!i)for(let t of e.ARTISTS)if(t.ART_ID==e.ART_ID){i=t.ART_PICTURE;break}t.explicit_lyrics=parseInt(e.EXPLICIT_LYRICS)>0,t.explicit_content_lyrics=e.EXPLICIT_TRACK_CONTENT.EXPLICIT_COVER_STATUS,t.explicit_content_cover=e.EXPLICIT_TRACK_CONTENT.EXPLICIT_LYRICS_STATUS,t.artist.picture_small="https://e-cdns-images.dzcdn.net/images/artist/"+i+"/56x56-000000-80-0-0.jpg",t.artist.picture_medium="https://e-cdns-images.dzcdn.net/images/artist/"+i+"/250x250-000000-80-0-0.jpg",t.artist.picture_big="https://e-cdns-images.dzcdn.net/images/artist/"+i+"/500x500-000000-80-0-0.jpg",t.artist.picture_xl="https://e-cdns-images.dzcdn.net/images/artist/"+i+"/1000x1000-000000-80-0-0.jpg"}return t},map_user_artist:function(e){return{id:e.ART_ID,name:e.ART_NAME,link:"https://www.deezer.com/artist/"+e.ART_ID,picture:"https://api.deezer.com/artist/"+e.ART_ID+"/image",picture_small:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/56x56-000000-80-0-0.jpg",picture_medium:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/250x250-000000-80-0-0.jpg",picture_big:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/500x500-000000-80-0-0.jpg",picture_xl:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/1000x1000-000000-80-0-0.jpg",nb_fan:e.NB_FAN,tracklist:"https://api.deezer.com/artist/"+e.ART_ID+"/top?limit=50",type:"artist"}},map_user_album:function(e){return{id:e.ALB_ID,title:e.ALB_TITLE,link:"https://www.deezer.com/album/"+e.ALB_ID,cover:"https://api.deezer.com/album/"+e.ALB_ID+"/image",cover_small:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/56x56-000000-80-0-0.jpg",cover_medium:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/250x250-000000-80-0-0.jpg",cover_big:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/500x500-000000-80-0-0.jpg",cover_xl:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/1000x1000-000000-80-0-0.jpg",tracklist:"https://api.deezer.com/album/"+e.ALB_ID+"/tracks",explicit_lyrics:e.EXPLICIT_ALBUM_CONTENT.EXPLICIT_LYRICS_STATUS>0,artist:{id:e.ART_ID,name:e.ART_NAME,picture:"https://api.deezer.com/artist/"+e.ART_ID+"image",tracklist:"https://api.deezer.com/artist/"+e.ART_ID+"/top?limit=50"},type:"album"}},map_user_playlist:function(e,t=""){return{id:e.PLAYLIST_ID,title:e.TITLE,description:e.DESCRIPTION||"",nb_tracks:e.NB_SONG,link:"https://www.deezer.com/playlist/"+e.PLAYLIST_ID,picture:"https://api.deezer.com/playlist/"+e.PLAYLIST_ID+"/image",picture_small:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/56x56-000000-80-0-0.jpg",picture_medium:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/250x250-000000-80-0-0.jpg",picture_big:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/500x500-000000-80-0-0.jpg",picture_xl:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/1000x1000-000000-80-0-0.jpg",tracklist:"https://api.deezer.com/playlist/"+e.PLAYLIST_ID+"/tracks",creation_date:e.DATE_ADD,creator:{id:e.PARENT_USER_ID,name:e.PARENT_USERNAME||t},type:"playlist"}},map_album:function(e){return{id:e.ALB_ID,title:e.ALB_TITLE,upc:"",link:`https://www.deezer.com/album/${e.ALB_ID}`,share:"",cover:`https://api.deezer.com/album/${e.ALB_ID}/image`,cover_small:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/56x56-000000-80-0-0.jpg`,cover_medium:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/250x250-000000-80-0-0.jpg`,cover_big:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/500x500-000000-80-0-0.jpg`,cover_xl:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/1000x1000-000000-80-0-0.jpg`,md5_image:e.ALB_PICTURE,genre_id:e.GENRE_ID,genres:[],label:"",nb_tracks:e.NUMBER_TRACK,duration:0,fans:e.RANK,rating:0,release_date:e.PHYSICAL_RELEASE_DATE,record_type:t[parseInt(e.TYPE)]||"unknown",available:!0,alternative:null,tracklist:`https://api.deezer.com/album/${e.ALB_ID}/tracks`,explicit_lyrics:parseInt(e.EXPLICIT_LYRICS)>0,explicit_content_lyrics:2,explicit_content_cover:2,contributors:[],artist:null,tracks:[],type:e.__TYPE__,nb_disk:e.NUMBER_DISK}},map_artist_album:function(e){return{id:e.ALB_ID,title:e.ALB_TITLE,link:`https://www.deezer.com/album/${e.ALB_ID}`,cover:`https://api.deezer.com/album/${e.ALB_ID}/image`,cover_small:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/56x56-000000-80-0-0.jpg`,cover_medium:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/250x250-000000-80-0-0.jpg`,cover_big:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/500x500-000000-80-0-0.jpg`,cover_xl:`https://cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/1000x1000-000000-80-0-0.jpg`,genre_id:e.GENRE_ID,fans:e.RANK,release_date:e.PHYSICAL_RELEASE_DATE,record_type:t[parseInt(e.TYPE)]||"unknown",tracklist:`https://api.deezer.com/album/${e.ALB_ID}/tracks`,explicit_lyrics:parseInt(e.EXPLICIT_LYRICS)>0,type:e.__TYPE__,nb_tracks:e.NUMBER_TRACK,nb_disk:e.NUMBER_DISK}},map_playlist:function(e){return{id:e.PLAYLIST_ID,title:e.TITLE,description:e.DESCRIPTION,duration:e.DURATION,public:1==e.STATUS,is_loved_track:4==e.TYPE,collaborative:2==e.STATUS,nb_tracks:e.NB_SONG,fans:e.NB_FAN,link:"https://www.deezer.com/playlist/"+e.PLAYLIST_ID,share:"https://www.deezer.com/playlist/"+e.PLAYLIST_ID,picture:"https://api.deezer.com/playlist/"+e.PLAYLIST_ID+"/image",picture_small:"https://cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/56x56-000000-80-0-0.jpg",picture_medium:"https://cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/250x250-000000-80-0-0.jpg",picture_big:"https://cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/500x500-000000-80-0-0.jpg",picture_xl:"https://cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/1000x1000-000000-80-0-0.jpg",checksum:e.CHECKSUM,tracklist:"https://api.deezer.com/playlist/"+e.PLAYLIST_ID+"/tracks",creation_date:e.DATE_ADD,creator:{id:e.PARENT_USER_ID,name:e.PARENT_USERNAME,tracklist:"https://api.deezer.com/user/"+e.PARENT_USER_ID+"/flow",type:"user"},type:"playlist"}},clean_search_query:function(e){return(e=(e=(e=(e=e.replaceAll(/ feat[\.]? /g," ")).replaceAll(/ ft[\.]? /g," ")).replaceAll(/\(feat[\.]? /g," ")).replaceAll(/\(ft[\.]? /g," ")).replace(" & "," ").replace("–","-").replace("—","-")}}},1313:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=(e,t)=>{let i;i="function"==typeof t?{connect:t}:t;const n="function"==typeof i.connect,a="function"==typeof i.secureConnect,r="function"==typeof i.close,o=()=>{n&&i.connect(),function(e){return e.encrypted}(e)&&a&&(e.authorized?i.secureConnect():e.authorizationError||e.once("secureConnect",i.secureConnect)),r&&e.once("close",i.close)};e.writable&&!e.connecting?o():e.connecting?e.once("connect",o):e.destroyed&&r&&i.close(e._hadError)};t.default=i,e.exports=i,e.exports.default=i},63463:(e,t,i)=>{var n=i(92413).Stream,a=i(31669);function r(){this.source=null,this.dataSize=0,this.maxDataSize=1048576,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}e.exports=r,a.inherits(r,n),r.create=function(e,t){var i=new this;for(var n in t=t||{})i[n]=t[n];i.source=e;var a=e.emit;return e.emit=function(){return i._handleEmit(arguments),a.apply(e,arguments)},e.on("error",(function(){})),i.pauseStream&&e.pause(),i},Object.defineProperty(r.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}}),r.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)},r.prototype.resume=function(){this._released||this.release(),this.source.resume()},r.prototype.pause=function(){this.source.pause()},r.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]},r.prototype.pipe=function(){var e=n.prototype.pipe.apply(this,arguments);return this.resume(),e},r.prototype._handleEmit=function(e){this._released?this.emit.apply(this,e):("data"===e[0]&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e))},r.prototype._checkIfMaxDataSizeExceeded=function(){if(!(this._maxDataSizeExceeded||this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}},40412:(module,__unused_webpack_exports,__webpack_require__)=>{var callSiteToString=__webpack_require__(32316).callSiteToString,eventListenerCount=__webpack_require__(32316).eventListenerCount,relative=__webpack_require__(85622).relative;module.exports=depd;var basePath=process.cwd();function containsNamespace(e,t){for(var i=e.split(/[ ,]+/),n=String(t).toLowerCase(),a=0;a",i=e.getLineNumber(),n=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var a=[t,i,n];return a.callSite=e,a.name=e.getFunctionName(),a}function defaultMessage(e){var t=e.callSite,i=e.name;i||(i="");var n=t.getThis(),a=n&&t.getTypeName();return"Object"===a&&(a=void 0),"Function"===a&&(a=n.name||a),a&&t.getMethodName()?a+"."+i:i}function formatPlain(e,t,i){var n=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var a=0;a{"use strict";e.exports=function(e){var t,i=!0,n=function(e){var t,i="";if(e.isNative()?i="native":e.isEval()?(t=e.getScriptNameOrSourceURL())||(i=e.getEvalOrigin()):t=e.getFileName(),t){i+=t;var n=e.getLineNumber();if(null!=n){i+=":"+n;var a=e.getColumnNumber();a&&(i+=":"+a)}}return i||"unknown source"}(e),a=e.getFunctionName(),r=e.isConstructor(),o="";if(!(e.isToplevel()||r)){var s=e.getMethodName(),c=(t=e.receiver).constructor&&t.constructor.name||null;a?(c&&0!==a.indexOf(c)&&(o+=c+"."),o+=a,s&&a.lastIndexOf("."+s)!==a.length-s.length-1&&(o+=" [as "+s+"]")):o+=c+"."+(s||"")}else r?o+="new "+(a||""):a?o+=a:(i=!1,o+=n);return i&&(o+=" ("+n+")"),o}},51671:e=>{"use strict";e.exports=function(e,t){return e.listeners(t).length}},32316:(e,t,i)=>{"use strict";var n=i(28614).EventEmitter;function a(e,t,i){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){var n=i();return Object.defineProperty(e,t,{configurable:!0,enumerable:!0,value:n}),n}})}function r(e){return e.toString()}a(e.exports,"callSiteToString",(function(){var e=Error.stackTraceLimit,t={},n=Error.prepareStackTrace;Error.prepareStackTrace=function(e,t){return t},Error.stackTraceLimit=2,Error.captureStackTrace(t);var a=t.stack.slice();return Error.prepareStackTrace=n,Error.stackTraceLimit=e,a[0].toString?r:i(45868)})),a(e.exports,"eventListenerCount",(function(){return n.listenerCount||i(51671)}))},26149:(e,t,i)=>{"use strict";var n=i(35747).ReadStream,a=i(92413);function r(){"number"==typeof this.fd&&this.close()}e.exports=function(e){return e instanceof n?function(e){return e.destroy(),"function"==typeof e.close&&e.on("open",r),e}(e):e instanceof a?("function"==typeof e.destroy&&e.destroy(),e):e}},94331:e=>{"use strict";function t(e,t){return function(i){for(var n=new Array(arguments.length),a=this,r="error"===e?i:null,o=0;o{"use strict";e.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}},10517:e=>{"use strict";e.exports=function(e){return String(e).replace(i,"$1�$2").replace(t,encodeURI)};var t=/(?:[^\x21\x25\x26-\x3B\x3D\x3F-\x5B\x5D\x5F\x61-\x7A\x7E]|%(?:[^0-9A-Fa-f]|[0-9A-Fa-f][^0-9A-Fa-f]|$))+/g,i=/(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g},12840:(e,t,i)=>{var n=i(30778),a=function(){},r=function(e,t,i){if("function"==typeof t)return r(e,null,t);t||(t={}),i=n(i||a);var o=e._writableState,s=e._readableState,c=t.readable||!1!==t.readable&&e.readable,u=t.writable||!1!==t.writable&&e.writable,l=!1,p=function(){e.writable||d()},d=function(){u=!1,c||i.call(e)},h=function(){c=!1,u||i.call(e)},m=function(t){i.call(e,t?new Error("exited with error code: "+t):null)},f=function(t){i.call(e,t)},g=function(){process.nextTick(v)},v=function(){if(!l)return(!c||s&&s.ended&&!s.destroyed)&&(!u||o&&o.ended&&!o.destroyed)?void 0:i.call(e,new Error("premature close"))},y=function(){e.req.on("finish",d)};return function(e){return e.setHeader&&"function"==typeof e.abort}(e)?(e.on("complete",d),e.on("abort",g),e.req?y():e.on("request",y)):u&&!o&&(e.on("end",p),e.on("close",p)),function(e){return e.stdio&&Array.isArray(e.stdio)&&3===e.stdio.length}(e)&&e.on("exit",m),e.on("end",h),e.on("finish",d),!1!==t.error&&e.on("error",f),e.on("close",g),function(){l=!0,e.removeListener("complete",d),e.removeListener("abort",g),e.removeListener("request",y),e.req&&e.req.removeListener("finish",d),e.removeListener("end",p),e.removeListener("close",p),e.removeListener("finish",d),e.removeListener("exit",m),e.removeListener("end",h),e.removeListener("error",f),e.removeListener("close",g)}};e.exports=r},81045:(e,t,i)=>{const{dirname:n,resolve:a}=i(85622),{readdirSync:r,statSync:o}=i(35747);e.exports=function(e,t){let i,s=a(".",e);for(o(s).isDirectory()||(s=n(s));;){if(i=t(s,r(s)),i)return a(s,i);if(s=n(i=s),i===s)break}}},95573:e=>{"use strict";var t=/["'&<>]/;e.exports=function(e){var i,n=""+e,a=t.exec(n);if(!a)return n;var r="",o=0,s=0;for(o=a.index;o{"use strict";e.exports=function(e,t){if(null==e)throw new TypeError("argument entity is required");var i,o=(i=e,"function"==typeof a&&i instanceof a||i&&"object"==typeof i&&"ctime"in i&&"[object Date]"===r.call(i.ctime)&&"mtime"in i&&"[object Date]"===r.call(i.mtime)&&"ino"in i&&"number"==typeof i.ino&&"size"in i&&"number"==typeof i.size),s=t&&"boolean"==typeof t.weak?t.weak:o;if(!o&&"string"!=typeof e&&!Buffer.isBuffer(e))throw new TypeError("argument entity must be string, Buffer, or fs.Stats");var c,u,l=o?(u=(c=e).mtime.getTime().toString(16),'"'+c.size.toString(16)+"-"+u+'"'):function(e){if(0===e.length)return'"0-2jmj7l5rSw0yVb/vlWAYkK/YBwk"';var t=n.createHash("sha1").update(e,"utf8").digest("base64").substring(0,27);return'"'+("string"==typeof e?Buffer.byteLength(e,"utf8"):e.length).toString(16)+"-"+t+'"'}(e);return s?"W/"+l:l};var n=i(76417),a=i(35747).Stats,r=Object.prototype.toString},92024:(e,t,i)=>{"use strict";var n=i(10417).Buffer,a=i(19386),r=i(76417),o=i(15158)("express-session"),s=i(52687)("express-session"),c=i(54236),u=i(18317),l=i(61365),p=i(11599).sync,d=i(96146),h=i(79101),m=i(66651),f=i(44953);t=e.exports=function(e){var t=e||{},i=t.cookie||{},r=t.genid||v,p=t.name||t.key||"connect.sid",f=t.store||new h,w=t.proxy,k=t.resave,_=Boolean(t.rolling),j=t.saveUninitialized,E=t.secret;if("function"!=typeof r)throw new TypeError("genid option must be a function");if(void 0===k&&(s("undefined resave option; provide resave option"),k=!0),void 0===j&&(s("undefined saveUninitialized option; provide saveUninitialized option"),j=!0),t.unset&&"destroy"!==t.unset&&"keep"!==t.unset)throw new TypeError('unset option must be "destroy" or "keep"');var D="destroy"===t.unset;if(Array.isArray(E)&&0===E.length)throw new TypeError("secret option array must contain one or more strings");E&&!Array.isArray(E)&&(E=[E]),E||s("req.secret; provide secret option"),f instanceof h&&console.warn("Warning: connect.session() MemoryStore is not\ndesigned for a production environment, as it will leak\nmemory, and will not scale past a single process."),f.generate=function(e){e.sessionID=r(e),e.session=new m(e),e.session.cookie=new d(i),"auto"===i.secure&&(e.session.cookie.secure=b(e,w))};var C="function"==typeof f.touch,A=!0;return f.on("disconnect",(function(){A=!1})),f.on("connect",(function(){A=!0})),function(e,t,r){if(e.session)r();else{if(!A)return o("store is disconnected"),void r();if(0!==(u.original(e).pathname||"/").indexOf(i.path||"/"))return r();if(E||e.secret){var d,h,m,v=E||[e.secret],S=!1;e.sessionStore=f;var T=e.sessionID=function(e,t,i){var n,r,c=e.headers.cookie;return c&&(n=a.parse(c)[t])&&("s:"===n.substr(0,2)?!1===(r=x(n.slice(2),i))&&(o("cookie signature invalid"),r=void 0):o("cookie unsigned")),!r&&e.signedCookies&&(r=e.signedCookies[t])&&s("cookie should be available in req.headers.cookie"),!r&&e.cookies&&(n=e.cookies[t])&&("s:"===n.substr(0,2)?((r=x(n.slice(2),i))&&s("cookie should be available in req.headers.cookie"),!1===r&&(o("cookie signature invalid"),r=void 0)):o("cookie unsigned")),r}(e,p,v);c(t,(function(){e.session?function(e){return"string"==typeof e.sessionID&&(T!==e.sessionID?j||R(e.session):_||null!=e.session.cookie.expires&&R(e.session))}(e)&&(!e.session.cookie.secure||b(e,w)?(S||(e.session.touch(),S=!0),function(e,t,i,n,r){var s="s:"+l.sign(i,n),c=a.serialize(t,s,r);o("set-cookie %s",c);var u=e.getHeader("Set-Cookie")||[],p=Array.isArray(u)?u.concat(c):[u,c];e.setHeader("Set-Cookie",p)}(t,p,e.sessionID,v[0],e.session.cookie.data)):o("not secured")):o("no session")}));var O=t.end,I=t.write,P=!1;if(t.end=function(i,a){if(P)return!1;var s;P=!0;var c=!0;function u(){if(c)return s=O.call(t,i,a),void(c=!1);O.call(t)}function l(){if(!c)return s;if(t._header||t._implicitHeader(),null==i)return s=!0;var e=Number(t.getHeader("Content-Length"));return!isNaN(e)&&e>0&&(i=n.isBuffer(i)?i:n.from(i,a),a=void 0,0!==i.length)?(o("split response"),s=I.call(t,i.slice(0,i.length-1)),i=i.slice(i.length-1,i.length),s):(s=I.call(t,i,a),c=!1,s)}return function(e){return e.sessionID&&D&&null==e.session}(e)?(o("destroying"),f.destroy(e.sessionID,(function(e){e&&g(r,e),o("destroyed"),u()})),l()):e.session?(S||(e.session.touch(),S=!0),L(e)?(e.session.save((function(e){e&&g(r,e),u()})),l()):C&&function(e){return"string"!=typeof e.sessionID?(o("session ignored because of bogus req.sessionID %o",e.sessionID),!1):T===e.sessionID&&!L(e)}(e)?(o("touching"),f.touch(e.sessionID,e.session,(function(e){e&&g(r,e),o("touched"),u()})),l()):O.call(t,i,a)):(o("no session"),O.call(t,i,a))},!e.sessionID)return o("no SID sent, generating session"),F(),void r();o("fetching %s",e.sessionID),f.get(e.sessionID,(function(t,i){if(t&&"ENOENT"!==t.code)return o("error %j",t),void r(t);try{t||!i?(o("no session found"),F()):(o("session found"),function(e,t){f.createSession(e,t),h=e.sessionID,d=y(t),k||(m=d),z(e.session)}(e,i))}catch(e){return void r(e)}r()}))}else r(new Error("secret option required for sessions"))}function F(){f.generate(e),h=e.sessionID,d=y(e.session),z(e.session)}function z(t){var i=t.reload,n=t.save;Object.defineProperty(t,"reload",{configurable:!0,enumerable:!1,value:function(t){o("reloading %s",this.id),i.call(this,function(t,i){return function(){e.session!==t&&z(e.session),i.apply(this,arguments)}}(this,t))},writable:!0}),Object.defineProperty(t,"save",{configurable:!0,enumerable:!1,value:function(){o("saving %s",this.id),m=y(this),n.apply(this,arguments)},writable:!0})}function R(e){return h!==e.id||d!==y(e)}function L(e){return"string"!=typeof e.sessionID?(o("session ignored because of bogus req.sessionID %o",e.sessionID),!1):j||T===e.sessionID?(t=e.session,!(h===t.id&&m===y(t))):R(e.session);var t}}},t.Store=f,t.Cookie=d,t.Session=m,t.MemoryStore=h;var g="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))};function v(e){return p(24)}function y(e){var t=JSON.stringify(e,(function(t,i){if(this!==e||"cookie"!==t)return i}));return r.createHash("sha1").update(t,"utf8").digest("hex")}function b(e,t){if(e.connection&&e.connection.encrypted)return!0;if(!1===t)return!1;if(!0!==t)return!0===e.secure;var i=e.headers["x-forwarded-proto"]||"",n=i.indexOf(",");return"https"===(-1!==n?i.substr(0,n).toLowerCase().trim():i.toLowerCase().trim())}function x(e,t){for(var i=0;i{"use strict";t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");for(var n={},r=t||{},s=e.split(a),c=r.decode||i,u=0;u{var n=i(85622).relative;e.exports=function(e){if(!e)throw new TypeError("argument namespace is required");var t=c(h()[1])[0];function i(e){s.call(i,e)}return i._file=t,i._ignored=function(e){return!!process.noDeprecation||r(process.env.NO_DEPRECATION||"",e)}(e),i._namespace=e,i._traced=function(e){return!!process.traceDeprecation||r(process.env.TRACE_DEPRECATION||"",e)}(e),i._warned=Object.create(null),i.function=f,i.property=g,i};var a=process.cwd();function r(e,t){for(var i=e.split(/[ ,]+/),n=String(t).toLowerCase(),a=0;a0);if(a||!this._ignored){var r,o,s,d,m=0,f=!1,g=h(),y=this._file;for(t?(d=t,(s=c(g[1])).name=d.name,y=s[0]):s=d=c(g[m=2]);m",i=e.getLineNumber(),n=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var a=[t,i,n];return a.callSite=e,a.name=e.getFunctionName(),a}function u(e){var t=e.callSite,i=e.name;i||(i="");var n=t.getThis(),a=n&&t.getTypeName();return"Object"===a&&(a=void 0),"Function"===a&&(a=n.name||a),a&&t.getMethodName()?a+"."+i:i}function l(e,t,i){var n=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var a=0;a{var n=i(64293),a=n.Buffer;function r(e,t){for(var i in e)t[i]=e[i]}function o(e,t,i){return a(e,t,i)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=n:(r(n,t),t.Buffer=o),o.prototype=Object.create(a.prototype),r(a,o),o.from=function(e,t,i){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,i)},o.alloc=function(e,t,i){if("number"!=typeof e)throw new TypeError("Argument must be a number");var n=a(e);return void 0!==t?"string"==typeof i?n.fill(t,i):n.fill(t):n.fill(0),n},o.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return a(e)},o.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n.SlowBuffer(e)}},96146:(e,t,i)=>{"use strict";var n=i(19386),a=i(52687)("express-session");(e.exports=function(e){if(this.path="/",this.maxAge=null,this.httpOnly=!0,e){if("object"!=typeof e)throw new TypeError("argument options must be a object");for(var t in e)"data"!==t&&(this[t]=e[t])}void 0!==this.originalMaxAge&&null!==this.originalMaxAge||(this.originalMaxAge=this.maxAge)}).prototype={set expires(e){this._expires=e,this.originalMaxAge=this.maxAge},get expires(){return this._expires},set maxAge(e){if(e&&"number"!=typeof e&&!(e instanceof Date))throw new TypeError("maxAge must be a number or Date");e instanceof Date&&a("maxAge as Date; pass number of milliseconds instead"),this.expires="number"==typeof e?new Date(Date.now()+e):e},get maxAge(){return this.expires instanceof Date?this.expires.valueOf()-Date.now():this.expires},get data(){return{originalMaxAge:this.originalMaxAge,expires:this._expires,secure:this.secure,httpOnly:this.httpOnly,domain:this.domain,path:this.path,sameSite:this.sameSite}},serialize:function(e,t){return n.serialize(e,t,this.data)},toJSON:function(){return this.data}}},79101:(e,t,i)=>{"use strict";var n=i(44953),a=i(31669),r="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))};function o(){n.call(this),this.sessions=Object.create(null)}function s(e){var t=this.sessions[e];if(t){if((t=JSON.parse(t)).cookie){var i="string"==typeof t.cookie.expires?new Date(t.cookie.expires):t.cookie.expires;if(i&&i<=Date.now())return void delete this.sessions[e]}return t}}e.exports=o,a.inherits(o,n),o.prototype.all=function(e){for(var t=Object.keys(this.sessions),i=Object.create(null),n=0;n{"use strict";function t(e,t){if(Object.defineProperty(this,"req",{value:e}),Object.defineProperty(this,"id",{value:e.sessionID}),"object"==typeof t&&null!==t)for(var i in t)i in this||(this[i]=t[i])}function i(e,t,i){Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:i,writable:!0})}e.exports=t,i(t.prototype,"touch",(function(){return this.resetMaxAge()})),i(t.prototype,"resetMaxAge",(function(){return this.cookie.maxAge=this.cookie.originalMaxAge,this})),i(t.prototype,"save",(function(e){return this.req.sessionStore.set(this.id,this,e||function(){}),this})),i(t.prototype,"reload",(function(e){var t=this.req,i=this.req.sessionStore;return i.get(this.id,(function(n,a){return n?e(n):a?(i.createSession(t,a),void e()):e(new Error("failed to load session"))})),this})),i(t.prototype,"destroy",(function(e){return delete this.req.session,this.req.sessionStore.destroy(this.id,e),this})),i(t.prototype,"regenerate",(function(e){return this.req.sessionStore.regenerate(this.req,e),this}))},44953:(e,t,i)=>{"use strict";var n=i(96146),a=i(28614).EventEmitter,r=i(66651),o=i(31669);function s(){a.call(this)}e.exports=s,o.inherits(s,a),s.prototype.regenerate=function(e,t){var i=this;this.destroy(e.sessionID,(function(n){i.generate(e),t(n)}))},s.prototype.load=function(e,t){var i=this;this.get(e,(function(n,a){if(n)return t(n);if(!a)return t();var r={sessionID:e,sessionStore:i};t(null,i.createSession(r,a))}))},s.prototype.createSession=function(e,t){var i=t.cookie.expires,a=t.cookie.originalMaxAge;return t.cookie=new n(t.cookie),"string"==typeof i&&(t.cookie.expires=new Date(i)),t.cookie.originalMaxAge=a,e.session=new r(e,t),e.session}},99268:(e,t,i)=>{"use strict";e.exports=i(85499)},68346:(e,t,i)=>{"use strict";var n=i(17838),a=i(29483),r=i(38873),o=i(31735),s=i(27667),c=i(15158)("express:application"),u=i(8706),l=i(98605),p=i(4265).compileETag,d=i(4265).compileQueryParser,h=i(4265).compileTrust,m=i(40412)("express"),f=i(72521),g=i(31322),v=i(85622).resolve,y=i(66644),b=Array.prototype.slice,x=e.exports={},w="@@symbol:trust_proxy_default";function k(e){"test"!==this.get("env")&&console.error(e.stack||e.toString())}x.init=function(){this.cache={},this.engines={},this.settings={},this.defaultConfiguration()},x.defaultConfiguration=function(){var e="production";this.enable("x-powered-by"),this.set("etag","weak"),this.set("env",e),this.set("query parser","extended"),this.set("subdomain offset",2),this.set("trust proxy",!1),Object.defineProperty(this.settings,w,{configurable:!0,value:!0}),c("booting in %s mode",e),this.on("mount",(function(e){!0===this.settings[w]&&"function"==typeof e.settings["trust proxy fn"]&&(delete this.settings["trust proxy"],delete this.settings["trust proxy fn"]),y(this.request,e.request),y(this.response,e.response),y(this.engines,e.engines),y(this.settings,e.settings)})),this.locals=Object.create(null),this.mountpath="/",this.locals.settings=this.settings,this.set("view",u),this.set("views",v("views")),this.set("jsonp callback name","callback"),this.enable("view cache"),Object.defineProperty(this,"router",{get:function(){throw new Error("'app.router' is deprecated!\nPlease see the 3.x to 4.x migration guide for details on how to update your app.")}})},x.lazyrouter=function(){this._router||(this._router=new a({caseSensitive:this.enabled("case sensitive routing"),strict:this.enabled("strict routing")}),this._router.use(s(this.get("query parser fn"))),this._router.use(o.init(this)))},x.handle=function(e,t,i){var a=this._router,r=i||n(e,t,{env:this.get("env"),onerror:k.bind(this)});if(!a)return c("no routes defined on app"),void r();a.handle(e,t,r)},x.use=function(e){var t=0,i="/";if("function"!=typeof e){for(var n=e;Array.isArray(n)&&0!==n.length;)n=n[0];"function"!=typeof n&&(t=1,i=e)}var a=f(b.call(arguments,t));if(0===a.length)throw new TypeError("app.use() requires a middleware function");this.lazyrouter();var r=this._router;return a.forEach((function(e){if(!e||!e.handle||!e.set)return r.use(i,e);c(".use app under %s",i),e.mountpath=i,e.parent=this,r.use(i,(function(t,i,n){var a=t.app;e.handle(t,i,(function(e){y(t,a.request),y(i,a.response),n(e)}))})),e.emit("mount",this)}),this),this},x.route=function(e){return this.lazyrouter(),this._router.route(e)},x.engine=function(e,t){if("function"!=typeof t)throw new Error("callback function required");var i="."!==e[0]?"."+e:e;return this.engines[i]=t,this},x.param=function(e,t){if(this.lazyrouter(),Array.isArray(e)){for(var i=0;i1?'directories "'+n.root.slice(0,-1).join('", "')+'" or "'+n.root[n.root.length-1]+'"':'directory "'+n.root+'"',l=new Error('Failed to lookup view "'+e+'" in views '+u);return l.view=n,r(l)}c.cache&&(a[e]=n)}!function(e,t,i){try{e.render(t,i)}catch(e){i(e)}}(n,c,r)},x.listen=function(){var e=l.createServer(this);return e.listen.apply(e,arguments)}},85499:(e,t,i)=>{"use strict";var n=i(10046),a=i(28614).EventEmitter,r=i(86182),o=i(68346),s=i(65369),c=i(29483),u=i(65828),l=i(72914);(t=e.exports=function(){var e=function(t,i,n){e.handle(t,i,n)};return r(e,a.prototype,!1),r(e,o,!1),e.request=Object.create(u,{app:{configurable:!0,enumerable:!0,writable:!0,value:e}}),e.response=Object.create(l,{app:{configurable:!0,enumerable:!0,writable:!0,value:e}}),e.init(),e}).application=o,t.request=u,t.response=l,t.Route=s,t.Router=c,t.json=n.json,t.query=i(27667),t.raw=n.raw,t.static=i(28636),t.text=n.text,t.urlencoded=n.urlencoded,["bodyParser","compress","cookieSession","session","logger","cookieParser","favicon","responseTime","errorHandler","timeout","methodOverride","vhost","csrf","directory","limit","multipart","staticCache"].forEach((function(e){Object.defineProperty(t,e,{get:function(){throw new Error("Most middleware (like "+e+") is no longer bundled with Express and must be installed separately. Please see https://github.com/senchalabs/connect#middleware.")},configurable:!0})}))},31735:(e,t,i)=>{"use strict";var n=i(66644);t.init=function(e){return function(t,i,a){e.enabled("x-powered-by")&&i.setHeader("X-Powered-By","Express"),t.res=i,i.req=t,t.next=a,n(t,e.request),n(i,e.response),i.locals=i.locals||Object.create(null),a()}}},27667:(e,t,i)=>{"use strict";var n=i(31322),a=i(18317),r=i(80129);e.exports=function(e){var t=n({},e),i=r.parse;return"function"==typeof e&&(i=e,t=void 0),void 0!==t&&void 0===t.allowPrototypes&&(t.allowPrototypes=!0),function(e,n,r){if(!e.query){var o=a(e).query;e.query=i(o,t)}r()}}},65828:(e,t,i)=>{"use strict";var n=i(59078),a=i(40412)("express"),r=i(11631).isIP,o=i(40273),s=i(98605),c=i(59635),u=i(14622),l=i(18317),p=i(52611),d=Object.create(s.IncomingMessage.prototype);function h(e,t,i){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:i})}e.exports=d,d.get=d.header=function(e){if(!e)throw new TypeError("name argument is required to req.get");if("string"!=typeof e)throw new TypeError("name must be a string to req.get");var t=e.toLowerCase();switch(t){case"referer":case"referrer":return this.headers.referrer||this.headers.referer;default:return this.headers[t]}},d.accepts=function(){var e=n(this);return e.types.apply(e,arguments)},d.acceptsEncodings=function(){var e=n(this);return e.encodings.apply(e,arguments)},d.acceptsEncoding=a.function(d.acceptsEncodings,"req.acceptsEncoding: Use acceptsEncodings instead"),d.acceptsCharsets=function(){var e=n(this);return e.charsets.apply(e,arguments)},d.acceptsCharset=a.function(d.acceptsCharsets,"req.acceptsCharset: Use acceptsCharsets instead"),d.acceptsLanguages=function(){var e=n(this);return e.languages.apply(e,arguments)},d.acceptsLanguage=a.function(d.acceptsLanguages,"req.acceptsLanguage: Use acceptsLanguages instead"),d.range=function(e,t){var i=this.get("Range");if(i)return u(e,i,t)},d.param=function(e,t){var i=this.params||{},n=this.body||{},r=this.query||{},o=1===arguments.length?"name":"name, default";return a("req.param("+o+"): Use req.params, req.body, or req.query instead"),null!=i[e]&&i.hasOwnProperty(e)?i[e]:null!=n[e]?n[e]:null!=r[e]?r[e]:t},d.is=function(e){var t=e;if(!Array.isArray(e)){t=new Array(arguments.length);for(var i=0;i=200&&i<300||304===i)&&c(this.headers,{etag:t.get("ETag"),"last-modified":t.get("Last-Modified")})})),h(d,"stale",(function(){return!this.fresh})),h(d,"xhr",(function(){return"xmlhttprequest"===(this.get("X-Requested-With")||"").toLowerCase()}))},72914:(e,t,i)=>{"use strict";var n=i(89509).Buffer,a=i(67389),r=i(40412)("express"),o=i(10517),s=i(95573),c=i(98605),u=i(4265).isAbsolute,l=i(80338),p=i(85622),d=i(54917),h=i(31322),m=i(61365).sign,f=i(4265).normalizeType,g=i(4265).normalizeTypes,v=i(4265).setCharset,y=i(76489),b=i(30329),x=p.extname,w=b.mime,k=p.resolve,_=i(45181),j=Object.create(c.ServerResponse.prototype);e.exports=j;var E=/;\s*charset\s*=/;function D(e,t,i,n){var a,r=!1;function o(){if(!r){r=!0;var e=new Error("Request aborted");e.code="ECONNABORTED",n(e)}}function s(e){r||(r=!0,n(e))}t.on("directory",(function(){if(!r){r=!0;var e=new Error("EISDIR, read");e.code="EISDIR",n(e)}})),t.on("end",(function(){r||(r=!0,n())})),t.on("error",s),t.on("file",(function(){a=!1})),t.on("stream",(function(){a=!0})),l(e,(function(e){return e&&"ECONNRESET"===e.code?o():e?s(e):void(r||setImmediate((function(){!1===a||r?r||(r=!0,n()):o()})))})),i.headers&&t.on("headers",(function(e){for(var t=i.headers,n=Object.keys(t),a=0;a&]/g,(function(e){switch(e.charCodeAt(0)){case 60:return"\\u003c";case 62:return"\\u003e";case 38:return"\\u0026";default:return e}}))),a}j.status=function(e){return this.statusCode=e,this},j.links=function(e){var t=this.get("Link")||"";return t&&(t+=", "),this.set("Link",t+Object.keys(e).map((function(t){return"<"+e[t]+'>; rel="'+t+'"'})).join(", "))},j.send=function(e){var t,i,a=e,o=this.req,s=this.app;switch(2===arguments.length&&("number"!=typeof arguments[0]&&"number"==typeof arguments[1]?(r("res.send(body, status): Use res.status(status).send(body) instead"),this.statusCode=arguments[1]):(r("res.send(status, body): Use res.status(status).send(body) instead"),this.statusCode=arguments[0],a=arguments[1])),"number"==typeof a&&1===arguments.length&&(this.get("Content-Type")||this.type("txt"),r("res.send(status): Use res.sendStatus(status) instead"),this.statusCode=a,a=d[a]),typeof a){case"string":this.get("Content-Type")||this.type("html");break;case"boolean":case"number":case"object":if(null===a)a="";else{if(!n.isBuffer(a))return this.json(a);this.get("Content-Type")||this.type("bin")}}"string"==typeof a&&(t="utf8","string"==typeof(i=this.get("Content-Type"))&&this.set("Content-Type",v(i,"utf-8")));var c,u,l=s.get("etag fn"),p=!this.get("ETag")&&"function"==typeof l;return void 0!==a&&(n.isBuffer(a)?c=a.length:!p&&a.length<1e3?c=n.byteLength(a,t):(a=n.from(a,t),t=void 0,c=a.length),this.set("Content-Length",c)),p&&void 0!==c&&(u=l(a,t))&&this.set("ETag",u),o.fresh&&(this.statusCode=304),204!==this.statusCode&&304!==this.statusCode||(this.removeHeader("Content-Type"),this.removeHeader("Content-Length"),this.removeHeader("Transfer-Encoding"),a=""),"HEAD"===o.method?this.end():this.end(a,t),this},j.json=function(e){var t=e;2===arguments.length&&("number"==typeof arguments[1]?(r("res.json(obj, status): Use res.status(status).json(obj) instead"),this.statusCode=arguments[1]):(r("res.json(status, obj): Use res.status(status).json(obj) instead"),this.statusCode=arguments[0],t=arguments[1]));var i=this.app,n=i.get("json escape"),a=i.get("json replacer"),o=i.get("json spaces"),s=C(t,a,o,n);return this.get("Content-Type")||this.set("Content-Type","application/json"),this.send(s)},j.jsonp=function(e){var t=e;2===arguments.length&&("number"==typeof arguments[1]?(r("res.jsonp(obj, status): Use res.status(status).json(obj) instead"),this.statusCode=arguments[1]):(r("res.jsonp(status, obj): Use res.status(status).jsonp(obj) instead"),this.statusCode=arguments[0],t=arguments[1]));var i=this.app,n=i.get("json escape"),a=i.get("json replacer"),o=i.get("json spaces"),s=C(t,a,o,n),c=this.req.query[i.get("jsonp callback name")];return this.get("Content-Type")||(this.set("X-Content-Type-Options","nosniff"),this.set("Content-Type","application/json")),Array.isArray(c)&&(c=c[0]),"string"==typeof c&&0!==c.length&&(this.set("X-Content-Type-Options","nosniff"),this.set("Content-Type","text/javascript"),s="/**/ typeof "+(c=c.replace(/[^\[\]\w$.]/g,""))+" === 'function' && "+c+"("+(s=s.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029"))+");"),this.send(s)},j.sendStatus=function(e){var t=d[e]||String(e);return this.statusCode=e,this.type("txt"),this.send(t)},j.sendFile=function(e,t,i){var n=i,a=this.req,r=a.next,o=t||{};if(!e)throw new TypeError("path argument is required to res.sendFile");if("string"!=typeof e)throw new TypeError("path must be a string to res.sendFile");if("function"==typeof t&&(n=t,o={}),!o.root&&!u(e))throw new TypeError("path must be absolute or specify root to res.sendFile");var s=encodeURI(e);D(this,b(a,s,o),o,(function(e){return n?n(e):e&&"EISDIR"===e.code?r():void(e&&"ECONNABORTED"!==e.code&&"write"!==e.syscall&&r(e))}))},j.sendfile=function(e,t,i){var n=i,a=this.req,r=a.next,o=t||{};"function"==typeof t&&(n=t,o={}),D(this,b(a,e,o),o,(function(e){return n?n(e):e&&"EISDIR"===e.code?r():void(e&&"ECONNABORTED"!==e.code&&"write"!==e.syscall&&r(e))}))},j.sendfile=r.function(j.sendfile,"res.sendfile: Use res.sendFile instead"),j.download=function(e,t,i,n){var r=n,o=t,s=i||null;"function"==typeof t?(r=t,o=null,s=null):"function"==typeof i&&(r=i,s=null);var c={"Content-Disposition":a(o||e)};if(s&&s.headers)for(var u=Object.keys(s.headers),l=0;l0&&t.accepts(a);if(this.vary("Accept"),r)this.set("Content-Type",f(r).value),e[r](t,this,i);else if(n)n();else{var o=new Error("Not Acceptable");o.status=o.statusCode=406,o.types=g(a).map((function(e){return e.value})),i(o)}return this},j.attachment=function(e){return e&&this.type(x(e)),this.set("Content-Disposition",a(e)),this},j.append=function(e,t){var i=this.get(e),n=t;return i&&(n=Array.isArray(i)?i.concat(t):Array.isArray(t)?[i].concat(t):[i,t]),this.set(e,n)},j.set=j.header=function(e,t){if(2===arguments.length){var i=Array.isArray(t)?t.map(String):String(t);if("content-type"===e.toLowerCase()){if(Array.isArray(i))throw new TypeError("Content-Type cannot be set to an Array");if(!E.test(i)){var n=w.charsets.lookup(i.split(";")[0]);n&&(i+="; charset="+n.toLowerCase())}}this.setHeader(e,i)}else for(var a in e)this.set(a,e[a]);return this},j.get=function(e){return this.getHeader(e)},j.clearCookie=function(e,t){var i=h({expires:new Date(1),path:"/"},t);return this.cookie(e,"",i)},j.cookie=function(e,t,i){var n=h({},i),a=this.req.secret,r=n.signed;if(r&&!a)throw new Error('cookieParser("secret") required for signed cookies');var o="object"==typeof t?"j:"+JSON.stringify(t):String(t);return r&&(o="s:"+m(o,a)),"maxAge"in n&&(n.expires=new Date(Date.now()+n.maxAge),n.maxAge/=1e3),null==n.path&&(n.path="/"),this.append("Set-Cookie",y.serialize(e,String(o),n)),this},j.location=function(e){var t=e;return"back"===e&&(t=this.req.get("Referrer")||"/"),this.set("Location",o(t))},j.redirect=function(e){var t,i=e,a=302;2===arguments.length&&("number"==typeof arguments[0]?(a=arguments[0],i=arguments[1]):(r("res.redirect(url, status): Use res.redirect(status, url) instead"),a=arguments[1])),i=this.location(i).get("Location"),this.format({text:function(){t=d[a]+". Redirecting to "+i},html:function(){var e=s(i);t="

"+d[a]+'. Redirecting to '+e+"

"},default:function(){t=""}}),this.statusCode=a,this.set("Content-Length",n.byteLength(t)),"HEAD"===this.req.method?this.end():this.end(t)},j.vary=function(e){return!e||Array.isArray(e)&&!e.length?(r("res.vary(): Provide a field name"),this):(_(this,e),this)},j.render=function(e,t,i){var n=this.req.app,a=i,r=t||{},o=this.req,s=this;"function"==typeof t&&(a=t,r={}),r._locals=s.locals,a=a||function(e,t){if(e)return o.next(e);s.send(t)},n.render(e,r,a)}},29483:(e,t,i)=>{"use strict";var n=i(65369),a=i(93342),r=i(38873),o=i(31322),s=i(15158)("express:router"),c=i(40412)("express"),u=i(72521),l=i(18317),p=i(66644),d=/^\[object (\S+)\]$/,h=Array.prototype.slice,m=Object.prototype.toString,f=e.exports=function(e){var t=e||{};function i(e,t,n){i.handle(e,t,n)}return p(i,f),i.params={},i._params=[],i.caseSensitive=t.caseSensitive,i.mergeParams=t.mergeParams,i.strict=t.strict,i.stack=[],i};function g(e,t){for(var i=0;i=f.length)setImmediate(x,a);else{var r,k,_,j=function(e){try{return l(e).pathname}catch(e){return}}(e);if(null==j)return x(a);for(;!0!==k&&c=0;n--)e[n+a]=e[n],n=o.length?a():(h=0,c=o[d++],s=c.name,u=i.params[s],l=r[s],p=t[s],void 0!==u&&l?p&&(p.match===u||p.error&&"route"!==p.error)?(i.params[s]=p.value,m(p.error)):(t[s]=p={error:null,match:u,value:u},void f()):m())}function f(e){var t=l[h++];if(p.value=i.params[c.name],e)return p.error=e,void m(e);if(!t)return m();try{t(i,n,f,u,c.name)}catch(e){f(e)}}m()},f.use=function(e){var t=0,i="/";if("function"!=typeof e){for(var n=e;Array.isArray(n)&&0!==n.length;)n=n[0];"function"!=typeof n&&(t=1,i=e)}var r=u(h.call(arguments,t));if(0===r.length)throw new TypeError("Router.use() requires a middleware function");for(var o=0;o");var c=new a(i,{sensitive:this.caseSensitive,strict:!1,end:!1},e);c.route=void 0,this.stack.push(c)}return this},f.route=function(e){var t=new n(e),i=new a(e,{sensitive:this.caseSensitive,strict:this.strict,end:!0},t.dispatch.bind(t));return i.route=t,this.stack.push(i),t},r.concat("all").forEach((function(e){f[e]=function(t){var i=this.route(t);return i[e].apply(i,h.call(arguments,1)),this}}))},93342:(e,t,i)=>{"use strict";var n=i(14779),a=i(15158)("express:router:layer"),r=Object.prototype.hasOwnProperty;function o(e,t,i){if(!(this instanceof o))return new o(e,t,i);a("new %o",e);var r=t||{};this.handle=i,this.name=i.name||"",this.params=void 0,this.path=void 0,this.regexp=n(e,this.keys=[],r),this.regexp.fast_star="*"===e,this.regexp.fast_slash="/"===e&&!1===r.end}function s(e){if("string"!=typeof e||0===e.length)return e;try{return decodeURIComponent(e)}catch(t){throw t instanceof URIError&&(t.message="Failed to decode param '"+e+"'",t.status=t.statusCode=400),t}}e.exports=o,o.prototype.handle_error=function(e,t,i,n){var a=this.handle;if(4!==a.length)return n(e);try{a(e,t,i,n)}catch(e){n(e)}},o.prototype.handle_request=function(e,t,i){var n=this.handle;if(n.length>3)return i();try{n(e,t,i)}catch(e){i(e)}},o.prototype.match=function(e){var t;if(null!=e){if(this.regexp.fast_slash)return this.params={},this.path="",!0;if(this.regexp.fast_star)return this.params={0:s(e)},this.path=e,!0;t=this.regexp.exec(e)}if(!t)return this.params=void 0,this.path=void 0,!1;this.params={},this.path=t[0];for(var i=this.keys,n=this.params,a=1;a{"use strict";var n=i(15158)("express:router:route"),a=i(72521),r=i(93342),o=i(38873),s=Array.prototype.slice,c=Object.prototype.toString;function u(e){this.path=e,this.stack=[],n("new %o",e),this.methods={}}e.exports=u,u.prototype._handles_method=function(e){if(this.methods._all)return!0;var t=e.toLowerCase();return"head"!==t||this.methods.head||(t="get"),Boolean(this.methods[t])},u.prototype._options=function(){var e=Object.keys(this.methods);this.methods.get&&!this.methods.head&&e.push("head");for(var t=0;t{"use strict";var n=i(89509).Buffer,a=i(67389),r=i(37811),o=i(40412)("express"),s=i(72521),c=i(30329).mime,u=i(25859),l=i(52611),p=i(80129),d=i(71191);function h(e){return function(t,i){var a=n.isBuffer(t)?t:n.from(t,i);return u(a,e)}}function m(e){return p.parse(e,{allowPrototypes:!0})}function f(){return{}}t.etag=h({weak:!1}),t.wetag=h({weak:!0}),t.isAbsolute=function(e){return"/"===e[0]||":"===e[1]&&("\\"===e[2]||"/"===e[2])||"\\\\"===e.substring(0,2)||void 0},t.flatten=o.function(s,"utils.flatten: use array-flatten npm module instead"),t.normalizeType=function(e){return~e.indexOf("/")?function(e,t){for(var i=e.split(/ *; */),n={value:i[0],quality:1,params:{},originalIndex:void 0},a=1;a{"use strict";var n=i(15158)("express:view"),a=i(85622),r=i(35747),o=a.dirname,s=a.basename,c=a.extname,u=a.join,l=a.resolve;function p(e,t){var a=t||{};if(this.defaultEngine=a.defaultEngine,this.ext=c(e),this.name=e,this.root=a.root,!this.ext&&!this.defaultEngine)throw new Error("No default engine was specified and no extension was provided.");var r=e;if(this.ext||(this.ext="."!==this.defaultEngine[0]?"."+this.defaultEngine:this.defaultEngine,r+=this.ext),!a.engines[this.ext]){var o=this.ext.substr(1);n('require "%s"',o);var s=i(18967)(o).__express;if("function"!=typeof s)throw new Error('Module "'+o+'" does not provide a view engine.');a.engines[this.ext]=s}this.engine=a.engines[this.ext],this.path=this.lookup(r)}function d(e){n('stat "%s"',e);try{return r.statSync(e)}catch(e){return}}e.exports=p,p.prototype.lookup=function(e){var t,i=[].concat(this.root);n('lookup "%s"',e);for(var a=0;a{function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=18967,e.exports=t},4445:e=>{e.exports=o,o.default=o,o.stable=l,o.stableStringify=l;var t="[...]",i="[Circular]",n=[],a=[];function r(){return{depthLimit:Number.MAX_SAFE_INTEGER,edgesLimit:Number.MAX_SAFE_INTEGER}}function o(e,t,i,o){var s;void 0===o&&(o=r()),c(e,"",0,[],void 0,0,o);try{s=0===a.length?JSON.stringify(e,t,i):JSON.stringify(e,d(t),i)}catch(e){return JSON.stringify("[unable to serialize, circular reference is too complex to analyze]")}finally{for(;0!==n.length;){var u=n.pop();4===u.length?Object.defineProperty(u[0],u[1],u[3]):u[0][u[1]]=u[2]}}return s}function s(e,t,i,r){var o=Object.getOwnPropertyDescriptor(r,i);void 0!==o.get?o.configurable?(Object.defineProperty(r,i,{value:e}),n.push([r,i,t,o])):a.push([t,i,e]):(r[i]=e,n.push([r,i,t]))}function c(e,n,a,r,o,u,l){var p;if(u+=1,"object"==typeof e&&null!==e){for(p=0;pl.depthLimit)return void s(t,e,n,o);if(void 0!==l.edgesLimit&&a+1>l.edgesLimit)return void s(t,e,n,o);if(r.push(e),Array.isArray(e))for(p=0;pt?1:0}function l(e,t,i,o){void 0===o&&(o=r());var s,c=p(e,"",0,[],void 0,0,o)||e;try{s=0===a.length?JSON.stringify(c,t,i):JSON.stringify(c,d(t),i)}catch(e){return JSON.stringify("[unable to serialize, circular reference is too complex to analyze]")}finally{for(;0!==n.length;){var u=n.pop();4===u.length?Object.defineProperty(u[0],u[1],u[3]):u[0][u[1]]=u[2]}}return s}function p(e,a,r,o,c,l,d){var h;if(l+=1,"object"==typeof e&&null!==e){for(h=0;hd.depthLimit)return void s(t,e,a,c);if(void 0!==d.edgesLimit&&r+1>d.edgesLimit)return void s(t,e,a,c);if(o.push(e),Array.isArray(e))for(h=0;h0)for(var n=0;n{"use strict";var n=i(15158)("finalhandler"),a=i(10517),r=i(95573),o=i(80338),s=i(18317),c=i(54917),u=i(98170),l=/\x20{2}/g,p=/\n/g,d="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))},h=o.isFinished;function m(e){return"boolean"!=typeof e.headersSent?Boolean(e._header):e.headersSent}e.exports=function(e,t,i){var f=i||{},g=f.env||"production",v=f.onerror;return function(i){var f,y,b;if(i||!m(t)){if(i?(b=function(e){return"number"==typeof e.status&&e.status>=400&&e.status<600?e.status:"number"==typeof e.statusCode&&e.statusCode>=400&&e.statusCode<600?e.statusCode:void 0}(i),void 0===b?b=function(e){var t=e.statusCode;return("number"!=typeof t||t<400||t>599)&&(t=500),t}(t):f=function(e){if(e.headers&&"object"==typeof e.headers){for(var t=Object.create(null),i=Object.keys(e.headers),n=0;n\n\n\n\nError\n\n\n
'+r(e).replace(p,"
").replace(l,"  ")+"
\n\n\n"}(a);t.statusCode=i,t.statusMessage=c[i],function(e,t){if(t)for(var i=Object.keys(t),n=0;n{var n=i(9779),a=i(31669),r=i(85622),o=i(98605),s=i(57211),c=i(78835).parse,u=i(35747),l=i(80983),p=i(59118),d=i(32275);function h(e){if(!(this instanceof h))return new h(e);for(var t in this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],n.call(this),e=e||{})this[t]=e[t]}e.exports=h,a.inherits(h,n),h.LINE_BREAK="\r\n",h.DEFAULT_CONTENT_TYPE="application/octet-stream",h.prototype.append=function(e,t,i){"string"==typeof(i=i||{})&&(i={filename:i});var r=n.prototype.append.bind(this);if("number"==typeof t&&(t=""+t),a.isArray(t))this._error(new Error("Arrays are not supported."));else{var o=this._multiPartHeader(e,t,i),s=this._multiPartFooter();r(o),r(t),r(s),this._trackLength(o,t,i)}},h.prototype._trackLength=function(e,t,i){var n=0;null!=i.knownLength?n+=+i.knownLength:Buffer.isBuffer(t)?n=t.length:"string"==typeof t&&(n=Buffer.byteLength(t)),this._valueLength+=n,this._overheadLength+=Buffer.byteLength(e)+h.LINE_BREAK.length,t&&(t.path||t.readable&&t.hasOwnProperty("httpVersion"))&&(i.knownLength||this._valuesToMeasure.push(t))},h.prototype._lengthRetriever=function(e,t){e.hasOwnProperty("fd")?null!=e.end&&e.end!=1/0&&null!=e.start?t(null,e.end+1-(e.start?e.start:0)):u.stat(e.path,(function(i,n){var a;i?t(i):(a=n.size-(e.start?e.start:0),t(null,a))})):e.hasOwnProperty("httpVersion")?t(null,+e.headers["content-length"]):e.hasOwnProperty("httpModule")?(e.on("response",(function(i){e.pause(),t(null,+i.headers["content-length"])})),e.resume()):t("Unknown stream")},h.prototype._multiPartHeader=function(e,t,i){if("string"==typeof i.header)return i.header;var n,a=this._getContentDisposition(t,i),r=this._getContentType(t,i),o="",s={"Content-Disposition":["form-data",'name="'+e+'"'].concat(a||[]),"Content-Type":[].concat(r||[])};for(var c in"object"==typeof i.header&&d(s,i.header),s)s.hasOwnProperty(c)&&null!=(n=s[c])&&(Array.isArray(n)||(n=[n]),n.length&&(o+=c+": "+n.join("; ")+h.LINE_BREAK));return"--"+this.getBoundary()+h.LINE_BREAK+o+h.LINE_BREAK},h.prototype._getContentDisposition=function(e,t){var i,n;return"string"==typeof t.filepath?i=r.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?i=r.basename(t.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(i=r.basename(e.client._httpMessage.path||"")),i&&(n='filename="'+i+'"'),n},h.prototype._getContentType=function(e,t){var i=t.contentType;return!i&&e.name&&(i=l.lookup(e.name)),!i&&e.path&&(i=l.lookup(e.path)),!i&&e.readable&&e.hasOwnProperty("httpVersion")&&(i=e.headers["content-type"]),i||!t.filepath&&!t.filename||(i=l.lookup(t.filepath||t.filename)),i||"object"!=typeof e||(i=h.DEFAULT_CONTENT_TYPE),i},h.prototype._multiPartFooter=function(){return function(e){var t=h.LINE_BREAK;0===this._streams.length&&(t+=this._lastBoundary()),e(t)}.bind(this)},h.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+h.LINE_BREAK},h.prototype.getHeaders=function(e){var t,i={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)e.hasOwnProperty(t)&&(i[t.toLowerCase()]=e[t]);return i},h.prototype.setBoundary=function(e){this._boundary=e},h.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary},h.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),i=0,n=this._streams.length;i{e.exports=function(e,t){return Object.keys(t).forEach((function(i){e[i]=e[i]||t[i]})),e}},27995:(e,t,i)=>{var n=i(31669),a=i(35747),r=i(28614).EventEmitter,o=i(76417);function s(e){for(var t in r.call(this),this.size=0,this.path=null,this.name=null,this.type=null,this.hash=null,this.lastModifiedDate=null,this._writeStream=null,e)this[t]=e[t];"string"==typeof this.hash?this.hash=o.createHash(e.hash):this.hash=null}e.exports=s,n.inherits(s,r),s.prototype.open=function(){this._writeStream=new a.WriteStream(this.path)},s.prototype.toJSON=function(){var e={size:this.size,path:this.path,name:this.name,type:this.type,mtime:this.lastModifiedDate,length:this.length,filename:this.filename,mime:this.mime};return this.hash&&""!=this.hash&&(e.hash=this.hash),e},s.prototype.write=function(e,t){var i=this;if(i.hash&&i.hash.update(e),this._writeStream.closed)return t();this._writeStream.write(e,(function(){i.lastModifiedDate=new Date,i.size+=e.length,i.emit("progress",i.size),t()}))},s.prototype.end=function(e){var t=this;t.hash&&(t.hash=t.hash.digest("hex")),this._writeStream.end((function(){t.emit("end"),e()}))}},84970:(e,t,i)=>{var n=i(76417),a=i(35747),r=i(31669),o=i(85622),s=i(27995),c=i(8886).MultipartParser,u=i(98011).l,l=i(50224).h,p=i(95500).c,d=i(24304).StringDecoder,h=i(28614).EventEmitter,m=i(92413).Stream,f=i(12087);function g(e){return this instanceof g?(h.call(this),e=e||{},this.error=null,this.ended=!1,this.maxFields=e.maxFields||1e3,this.maxFieldsSize=e.maxFieldsSize||20971520,this.maxFileSize=e.maxFileSize||209715200,this.keepExtensions=e.keepExtensions||!1,this.uploadDir=e.uploadDir||f.tmpdir&&f.tmpdir()||f.tmpDir(),this.encoding=e.encoding||"utf-8",this.headers=null,this.type=null,this.hash=e.hash||!1,this.multiples=e.multiples||!1,this.bytesReceived=null,this.bytesExpected=null,this._parser=null,this._flushing=0,this._fieldsSize=0,this._fileSize=0,this.openedFiles=[],this):new g(e)}r.inherits(g,h),t.c=g,g.prototype.parse=function(e,t){if(this.pause=function(){try{e.pause()}catch(e){return this.ended||this._error(e),!1}return!0},this.resume=function(){try{e.resume()}catch(e){return this.ended||this._error(e),!1}return!0},t){var i={},n={};this.on("field",(function(e,t){i[e]=t})).on("file",(function(e,t){this.multiples&&n[e]?(Array.isArray(n[e])||(n[e]=[n[e]]),n[e].push(t)):n[e]=t})).on("error",(function(e){t(e,i,n)})).on("end",(function(){t(null,i,n)}))}this.writeHeaders(e.headers);var a=this;return e.on("error",(function(e){a._error(e)})).on("aborted",(function(){a.emit("aborted"),a._error(new Error("Request aborted"))})).on("data",(function(e){a.write(e)})).on("end",(function(){if(!a.error){var e=a._parser.end();e&&a._error(e)}})),this},g.prototype.writeHeaders=function(e){this.headers=e,this._parseContentLength(),this._parseContentType()},g.prototype.write=function(e){if(!this.error)if(this._parser){if("function"==typeof this._parser.write){this.bytesReceived+=e.length,this.emit("progress",this.bytesReceived,this.bytesExpected);var t=this._parser.write(e);return t!==e.length&&this._error(new Error("parser error, "+t+" of "+e.length+" bytes parsed")),t}this._error(new Error("did not expect data"))}else this._error(new Error("uninitialized parser"))},g.prototype.pause=function(){return!1},g.prototype.resume=function(){return!1},g.prototype.onPart=function(e){this.handlePart(e)},g.prototype.handlePart=function(e){var t=this;if(void 0===e.filename){var i="",n=new d(this.encoding);return e.on("data",(function(e){t._fieldsSize+=e.length,t._fieldsSize>t.maxFieldsSize?t._error(new Error("maxFieldsSize exceeded, received "+t._fieldsSize+" bytes of field data")):i+=n.write(e)})),void e.on("end",(function(){t.emit("field",e.name,i)}))}this._flushing++;var a=new s({path:this._uploadPath(e.filename),name:e.filename,type:e.mime,hash:t.hash});this.emit("fileBegin",e.name,a),a.open(),this.openedFiles.push(a),e.on("data",(function(e){t._fileSize+=e.length,t._fileSize>t.maxFileSize?t._error(new Error("maxFileSize exceeded, received "+t._fileSize+" bytes of file data")):0!=e.length&&(t.pause(),a.write(e,(function(){t.resume()})))})),e.on("end",(function(){a.end((function(){t._flushing--,t.emit("file",e.name,a),t._maybeEnd()}))}))},g.prototype._parseContentType=function(){if(0!==this.bytesExpected)if(this.headers["content-type"])if(this.headers["content-type"].match(/octet-stream/i))this._initOctetStream();else if(this.headers["content-type"].match(/urlencoded/i))this._initUrlencoded();else if(this.headers["content-type"].match(/multipart/i)){var e=this.headers["content-type"].match(/boundary=(?:"([^"]+)"|([^;]+))/i);e?this._initMultipart(e[1]||e[2]):this._error(new Error("bad content-type header, no multipart boundary"))}else this.headers["content-type"].match(/json/i)?this._initJSONencoded():this._error(new Error("bad content-type header, unknown content-type: "+this.headers["content-type"]));else this._error(new Error("bad content-type header, no content-type"));else this._parser=function(e){return{end:function(){return e.ended=!0,e._maybeEnd(),null}}}(this)},g.prototype._error=function(e){this.error||this.ended||(this.error=e,this.emit("error",e),Array.isArray(this.openedFiles)&&this.openedFiles.forEach((function(e){e._writeStream.on("error",(function(){})).destroy(),setTimeout(a.unlink,0,e.path,(function(e){}))})))},g.prototype._parseContentLength=function(){this.bytesReceived=0,this.headers["content-length"]?this.bytesExpected=parseInt(this.headers["content-length"],10):void 0===this.headers["transfer-encoding"]&&(this.bytesExpected=0),null!==this.bytesExpected&&this.emit("progress",this.bytesReceived,this.bytesExpected)},g.prototype._newParser=function(){return new c},g.prototype._initMultipart=function(e){this.type="multipart";var t,i,n,a=new c,r=this;a.initWithBoundary(e),a.onPartBegin=function(){(n=new m).readable=!0,n.headers={},n.name=null,n.filename=null,n.mime=null,n.transferEncoding="binary",n.transferBuffer="",t="",i=""},a.onHeaderField=function(e,i,n){t+=e.toString(r.encoding,i,n)},a.onHeaderValue=function(e,t,n){i+=e.toString(r.encoding,t,n)},a.onHeaderEnd=function(){t=t.toLowerCase(),n.headers[t]=i;var e=i.match(/\bname=("([^"]*)"|([^\(\)<>@,;:\\"\/\[\]\?=\{\}\s\t/]+))/i);"content-disposition"==t?(e&&(n.name=e[2]||e[3]||""),n.filename=r._fileName(i)):"content-type"==t?n.mime=i:"content-transfer-encoding"==t&&(n.transferEncoding=i.toLowerCase()),t="",i=""},a.onHeadersEnd=function(){switch(n.transferEncoding){case"binary":case"7bit":case"8bit":a.onPartData=function(e,t,i){n.emit("data",e.slice(t,i))},a.onPartEnd=function(){n.emit("end")};break;case"base64":a.onPartData=function(e,t,i){n.transferBuffer+=e.slice(t,i).toString("ascii");var a=4*parseInt(n.transferBuffer.length/4,10);n.emit("data",new Buffer(n.transferBuffer.substring(0,a),"base64")),n.transferBuffer=n.transferBuffer.substring(a)},a.onPartEnd=function(){n.emit("data",new Buffer(n.transferBuffer,"base64")),n.emit("end")};break;default:return r._error(new Error("unknown transfer-encoding"))}r.onPart(n)},a.onEnd=function(){r.ended=!0,r._maybeEnd()},this._parser=a},g.prototype._fileName=function(e){var t=e.match(/\bfilename=("(.*?)"|([^\(\)<>@,;:\\"\/\[\]\?=\{\}\s\t/]+))($|;\s)/i);if(t){var i=t[2]||t[3]||"",n=i.substr(i.lastIndexOf("\\")+1);return(n=n.replace(/%22/g,'"')).replace(/&#([\d]{4});/g,(function(e,t){return String.fromCharCode(t)}))}},g.prototype._initUrlencoded=function(){this.type="urlencoded";var e=new u(this.maxFields),t=this;e.onField=function(e,i){t.emit("field",e,i)},e.onEnd=function(){t.ended=!0,t._maybeEnd()},this._parser=e},g.prototype._initOctetStream=function(){this.type="octet-stream";var e=this.headers["x-file-name"],t=this.headers["content-type"],i=new s({path:this._uploadPath(e),name:e,type:t});this.emit("fileBegin",e,i),i.open(),this.openedFiles.push(i),this._flushing++;var n=this;n._parser=new l;var a=0;n._parser.on("data",(function(e){n.pause(),a++,i.write(e,(function(){a--,n.resume(),n.ended&&n._parser.emit("doneWritingFile")}))})),n._parser.on("end",(function(){n._flushing--,n.ended=!0;var e=function(){i.end((function(){n.emit("file","file",i),n._maybeEnd()}))};0===a?e():n._parser.once("doneWritingFile",e)}))},g.prototype._initJSONencoded=function(){this.type="json";var e=new p(this),t=this;e.onField=function(e,i){t.emit("field",e,i)},e.onEnd=function(){t.ended=!0,t._maybeEnd()},this._parser=e},g.prototype._uploadPath=function(e){var t="upload_"+n.randomBytes(16).toString("hex");if(this.keepExtensions){var i=o.extname(e);t+=i=i.replace(/(\.[a-z0-9]+).*/i,"$1")}return o.join(this.uploadDir,t)},g.prototype._maybeEnd=function(){!this.ended||this._flushing||this.error||this.emit("end")}},69853:(e,t,i)=>{var n=i(84970).c;n.IncomingForm=n,e.exports=n},95500:(e,t,i)=>{var n=i(64293).Buffer;function a(e){this.parent=e,this.chunks=[],this.bytesWritten=0}t.c=a,a.prototype.write=function(e){return this.bytesWritten+=e.length,this.chunks.push(e),e.length},a.prototype.end=function(){try{var e=JSON.parse(n.concat(this.chunks));for(var t in e)this.onField(t,e[t])}catch(e){this.parent.emit("error",e)}this.data=null,this.onEnd()}},8886:(e,t,i)=>{var n=i(64293).Buffer,a=0,r={PARSER_UNINITIALIZED:a++,START:a++,START_BOUNDARY:a++,HEADER_FIELD_START:a++,HEADER_FIELD:a++,HEADER_VALUE_START:a++,HEADER_VALUE:a++,HEADER_VALUE_ALMOST_DONE:a++,HEADERS_ALMOST_DONE:a++,PART_DATA_START:a++,PART_DATA:a++,PART_END:a++,END:a++},o=1,s=o,c=o*=2,u=function(e){return 32|e};for(a in r)t[a]=r[a];function l(){this.boundary=null,this.boundaryChars=null,this.lookbehind=null,this.state=r.PARSER_UNINITIALIZED,this.index=null,this.flags=0}t.MultipartParser=l,l.stateToString=function(e){for(var t in r)if(r[t]===e)return t},l.prototype.initWithBoundary=function(e){this.boundary=new n(e.length+4),this.boundary.write("\r\n--",0),this.boundary.write(e,4),this.lookbehind=new n(this.boundary.length+8),this.state=r.START,this.boundaryChars={};for(var t=0;t122)return a;break;case r.HEADER_VALUE_START:if(32==t)break;x("headerValue"),d=r.HEADER_VALUE;case r.HEADER_VALUE:13==t&&(k("headerValue",!0),w("headerEnd"),d=r.HEADER_VALUE_ALMOST_DONE);break;case r.HEADER_VALUE_ALMOST_DONE:if(10!=t)return a;d=r.HEADER_FIELD_START;break;case r.HEADERS_ALMOST_DONE:if(10!=t)return a;w("headersEnd"),d=r.PART_DATA_START;break;case r.PART_DATA_START:d=r.PART_DATA,x("partData");case r.PART_DATA:if(l=p,0===p){for(a+=y;a0?m[p-1]=t:l>0&&(w("partData",m,0,l),l=0,x("partData"),a--);break;case r.END:break;default:return a}return k("headerField"),k("headerValue"),k("partData"),this.index=p,this.state=d,this.flags=h,o},l.prototype.end=function(){var e=function(e,t){var i="on"+t.substr(0,1).toUpperCase()+t.substr(1);i in e&&e[i]()};if(this.state==r.HEADER_FIELD_START&&0===this.index||this.state==r.PART_DATA&&this.index==this.boundary.length)e(this,"partEnd"),e(this,"end");else if(this.state!=r.END)return new Error("MultipartParser.end(): stream ended unexpectedly: "+this.explain())},l.prototype.explain=function(){return"state = "+l.stateToString(this.state)}},50224:(e,t,i)=>{var n=i(28614).EventEmitter;function a(e){if(!(this instanceof a))return new a(e);n.call(this)}i(31669).inherits(a,n),t.h=a,a.prototype.write=function(e){return this.emit("data",e),e.length},a.prototype.end=function(){this.emit("end")}},98011:(e,t,i)=>{var n=i(71191);function a(e){this.maxKeys=e,this.buffer=""}t.l=a,a.prototype.write=function(e){return this.buffer+=e.toString("ascii"),e.length},a.prototype.end=function(){var e=n.parse(this.buffer,"&","=",{maxKeys:this.maxKeys});for(var t in e)this.onField(t,e[t]);this.buffer="",this.onEnd()}},271:e=>{"use strict";function t(e){return e.socket?e.socket.remoteAddress:e.connection.remoteAddress}e.exports=function(e){if(!e)throw new TypeError("argument req is required");var i=function(e){for(var t=e.length,i=[],n=e.length,a=e.length-1;a>=0;a--)switch(e.charCodeAt(a)){case 32:n===t&&(n=t=a);break;case 44:n!==t&&i.push(e.substring(n,t)),n=t=a;break;default:n=a}return n!==t&&i.push(e.substring(n,t)),i}(e.headers["x-forwarded-for"]||"");return[t(e)].concat(i)}},59635:e=>{"use strict";var t=/(?:^|,)\s*?no-cache\s*?(?:,|$)/;function i(e){var t=e&&Date.parse(e);return"number"==typeof t?t:NaN}e.exports=function(e,n){var a=e["if-modified-since"],r=e["if-none-match"];if(!a&&!r)return!1;var o=e["cache-control"];if(o&&t.test(o))return!1;if(r&&"*"!==r){var s=n.etag;if(!s)return!1;for(var c=!0,u=function(e){for(var t=0,i=[],n=0,a=0,r=e.length;a{"use strict";var t="Function.prototype.bind called on incompatible ",i=Array.prototype.slice,n=Object.prototype.toString,a="[object Function]";e.exports=function(e){var r=this;if("function"!=typeof r||n.call(r)!==a)throw new TypeError(t+r);for(var o,s=i.call(arguments,1),c=function(){if(this instanceof o){var t=r.apply(this,s.concat(i.call(arguments)));return Object(t)===t?t:this}return r.apply(e,s.concat(i.call(arguments)))},u=Math.max(0,r.length-s.length),l=[],p=0;p{"use strict";var n=i(17648);e.exports=Function.prototype.bind||n},98791:e=>{"use strict";e.exports=function(e){if(void 0===e&&(e=2),e>=Error.stackTraceLimit)throw new TypeError("getCallerFile(position) requires position be less then Error.stackTraceLimit but position was: `"+e+"` and Error.stackTraceLimit was: `"+Error.stackTraceLimit+"`");var t=Error.prepareStackTrace;Error.prepareStackTrace=function(e,t){return t};var i=(new Error).stack;if(Error.prepareStackTrace=t,null!==i&&"object"==typeof i)return i[e]?i[e].getFileName():void 0}},40210:(e,t,i)=>{"use strict";var n,a=SyntaxError,r=Function,o=TypeError,s=function(e){try{return r('"use strict"; return ('+e+").constructor;")()}catch(e){}},c=Object.getOwnPropertyDescriptor;if(c)try{c({},"")}catch(e){c=null}var u=function(){throw new o},l=c?function(){try{return u}catch(e){try{return c(arguments,"callee").get}catch(e){return u}}}():u,p=i(41405)(),d=Object.getPrototypeOf||function(e){return e.__proto__},h={},m="undefined"==typeof Uint8Array?n:d(Uint8Array),f={"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":p?d([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":h,"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":h,"%AsyncIteratorPrototype%":h,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":r,"%GeneratorFunction%":h,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":p?d(d([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&p?d((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&p?d((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":p?d(""[Symbol.iterator]()):n,"%Symbol%":p?Symbol:n,"%SyntaxError%":a,"%ThrowTypeError%":l,"%TypedArray%":m,"%TypeError%":o,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet},g=function e(t){var i;if("%AsyncFunction%"===t)i=s("async function () {}");else if("%GeneratorFunction%"===t)i=s("function* () {}");else if("%AsyncGeneratorFunction%"===t)i=s("async function* () {}");else if("%AsyncGenerator%"===t){var n=e("%AsyncGeneratorFunction%");n&&(i=n.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&(i=d(a.prototype))}return f[t]=i,i},v={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},y=i(58612),b=i(17642),x=y.call(Function.call,Array.prototype.concat),w=y.call(Function.apply,Array.prototype.splice),k=y.call(Function.call,String.prototype.replace),_=y.call(Function.call,String.prototype.slice),j=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,E=/\\(\\)?/g,D=function(e){var t=_(e,0,1),i=_(e,-1);if("%"===t&&"%"!==i)throw new a("invalid intrinsic syntax, expected closing `%`");if("%"===i&&"%"!==t)throw new a("invalid intrinsic syntax, expected opening `%`");var n=[];return k(e,j,(function(e,t,i,a){n[n.length]=i?k(a,E,"$1"):t||e})),n},C=function(e,t){var i,n=e;if(b(v,n)&&(n="%"+(i=v[n])[0]+"%"),b(f,n)){var r=f[n];if(r===h&&(r=g(n)),void 0===r&&!t)throw new o("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:i,name:n,value:r}}throw new a("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new o("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new o('"allowMissing" argument must be a boolean');var i=D(e),n=i.length>0?i[0]:"",r=C("%"+n+"%",t),s=r.name,u=r.value,l=!1,p=r.alias;p&&(n=p[0],w(i,x([0,1],p)));for(var d=1,h=!0;d=i.length){var y=c(u,m);u=(h=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:u[m]}else h=b(u,m),u=u[m];h&&!l&&(f[s]=u)}}return u}},55105:(e,t,i)=>{"use strict";const{PassThrough:n}=i(92413);e.exports=e=>{e={...e};const{array:t}=e;let{encoding:i}=e;const a="buffer"===i;let r=!1;t?r=!(i||a):i=i||"utf8",a&&(i=null);const o=new n({objectMode:r});i&&o.setEncoding(i);let s=0;const c=[];return o.on("data",(e=>{c.push(e),r?s=c.length:s+=e.length})),o.getBufferedValue=()=>t?c:a?Buffer.concat(c,s):c.join(""),o.getBufferedLength=()=>s,o}},10031:(e,t,i)=>{"use strict";const{constants:n}=i(64293),a=i(74286),r=i(55105);class o extends Error{constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"}}async function s(e,t){if(!e)return Promise.reject(new Error("Expected a stream"));t={maxBuffer:1/0,...t};const{maxBuffer:i}=t;let s;return await new Promise(((c,u)=>{const l=e=>{e&&s.getBufferedLength()<=n.MAX_LENGTH&&(e.bufferedData=s.getBufferedValue()),u(e)};s=a(e,r(t),(e=>{e?l(e):c()})),s.on("data",(()=>{s.getBufferedLength()>i&&l(new o)}))})),s.getBufferedValue()}e.exports=s,e.exports.default=s,e.exports.buffer=(e,t)=>s(e,{...t,encoding:"buffer"}),e.exports.array=(e,t)=>s(e,{...t,array:!0}),e.exports.MaxBufferError=o},36133:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(92337);t.default=function(e,...t){const i=(async()=>{if(e instanceof n.RequestError)try{for(const i of t)if(i)for(const t of i)e=await t(e)}catch(t){e=t}throw e})(),a=()=>i;return i.json=a,i.text=a,i.buffer=a,i.on=a,i}},9291:function(e,t,i){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,i,n){void 0===n&&(n=i),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[i]}})}:function(e,t,i,n){void 0===n&&(n=i),e[n]=t[i]}),a=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||n(t,e,i)};Object.defineProperty(t,"__esModule",{value:!0});const r=i(28614),o=i(80657),s=i(80341),c=i(92337),u=i(28568),l=i(8178),p=i(94805),d=i(54992),h=i(38141),m=["request","response","redirect","uploadProgress","downloadProgress"];t.default=function e(t){let i,n;const a=new r.EventEmitter,f=new s(((r,s,g)=>{const v=y=>{const b=new l.default(void 0,t);b.retryCount=y,b._noPipe=!0,g((()=>b.destroy())),g.shouldReject=!1,g((()=>s(new c.CancelError(b)))),i=b,b.once("response",(async t=>{var i;if(t.retryCount=y,t.request.aborted)return;let a;try{a=await d.default(b),t.rawBody=a}catch(e){return}if(b._isAboutToError)return;const o=(null!==(i=t.headers["content-encoding"])&&void 0!==i?i:"").toLowerCase(),s=["gzip","deflate","br"].includes(o),{options:p}=b;if(s&&!p.decompress)t.body=a;else try{t.body=u.default(t,p.responseType,p.parseJson,p.encoding)}catch(e){if(t.body=a.toString(),h.isResponseOk(t))return void b._beforeError(e)}try{for(const[i,n]of p.hooks.afterResponse.entries())t=await n(t,(async t=>{const n=l.default.normalizeArguments(void 0,{...t,retry:{calculateDelay:()=>0},throwHttpErrors:!1,resolveBodyOnly:!1},p);n.hooks.afterResponse=n.hooks.afterResponse.slice(0,i);for(const e of n.hooks.beforeRetry)await e(n);const a=e(n);return g((()=>{a.catch((()=>{})),a.cancel()})),a}))}catch(e){return void b._beforeError(new c.RequestError(e.message,e,b))}h.isResponseOk(t)?(n=t,r(b.options.resolveBodyOnly?t.body:t)):b._beforeError(new c.HTTPError(t))}));const x=e=>{if(f.isCanceled)return;const{options:t}=b;if(e instanceof c.HTTPError&&!t.throwHttpErrors){const{response:t}=e;r(b.options.resolveBodyOnly?t.body:t)}else s(e)};b.once("error",x);const w=b.options.body;b.once("retry",((e,t)=>{var i,n;w===(null===(i=t.request)||void 0===i?void 0:i.options.body)&&o.default.nodeStream(null===(n=t.request)||void 0===n?void 0:n.options.body)?x(t):v(e)})),p.default(b,a,m)};v(0)}));f.on=(e,t)=>(a.on(e,t),f);const g=e=>{const t=(async()=>{await f;const{options:t}=n.request;return u.default(n,e,t.parseJson,t.encoding)})();return Object.defineProperties(t,Object.getOwnPropertyDescriptors(f)),t};return f.json=()=>{const{headers:e}=i.options;return i.writableFinished||void 0!==e.accept||(e.accept="application/json"),g("json")},f.buffer=()=>g("buffer"),f.text=()=>g("text"),f},a(i(92337),t)},37999:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(80657);t.default=(e,t)=>{if(n.default.null_(e.encoding))throw new TypeError("To get a Buffer, set `options.responseType` to `buffer` instead");n.assert.any([n.default.string,n.default.undefined],e.encoding),n.assert.any([n.default.boolean,n.default.undefined],e.resolveBodyOnly),n.assert.any([n.default.boolean,n.default.undefined],e.methodRewriting),n.assert.any([n.default.boolean,n.default.undefined],e.isStream),n.assert.any([n.default.string,n.default.undefined],e.responseType),void 0===e.responseType&&(e.responseType="text");const{retry:i}=e;if(e.retry=t?{...t.retry}:{calculateDelay:e=>e.computedValue,limit:0,methods:[],statusCodes:[],errorCodes:[],maxRetryAfter:void 0},n.default.object(i)?(e.retry={...e.retry,...i},e.retry.methods=[...new Set(e.retry.methods.map((e=>e.toUpperCase())))],e.retry.statusCodes=[...new Set(e.retry.statusCodes)],e.retry.errorCodes=[...new Set(e.retry.errorCodes)]):n.default.number(i)&&(e.retry.limit=i),n.default.undefined(e.retry.maxRetryAfter)&&(e.retry.maxRetryAfter=Math.min(...[e.timeout.request,e.timeout.connect].filter(n.default.number))),n.default.object(e.pagination)){t&&(e.pagination={...t.pagination,...e.pagination});const{pagination:i}=e;if(!n.default.function_(i.transform))throw new Error("`options.pagination.transform` must be implemented");if(!n.default.function_(i.shouldContinue))throw new Error("`options.pagination.shouldContinue` must be implemented");if(!n.default.function_(i.filter))throw new TypeError("`options.pagination.filter` must be implemented");if(!n.default.function_(i.paginate))throw new Error("`options.pagination.paginate` must be implemented")}return"json"===e.responseType&&void 0===e.headers.accept&&(e.headers.accept="application/json"),e}},28568:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(92337);t.default=(e,t,i,a)=>{const{rawBody:r}=e;try{if("text"===t)return r.toString(a);if("json"===t)return 0===r.length?"":i(r.toString());if("buffer"===t)return r;throw new n.ParseError({message:`Unknown body type '${t}'`,name:"Error"},e)}catch(t){throw new n.ParseError(t,e)}}},92337:function(e,t,i){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,i,n){void 0===n&&(n=i),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[i]}})}:function(e,t,i,n){void 0===n&&(n=i),e[n]=t[i]}),a=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||n(t,e,i)};Object.defineProperty(t,"__esModule",{value:!0}),t.CancelError=t.ParseError=void 0;const r=i(8178);class o extends r.RequestError{constructor(e,t){const{options:i}=t.request;super(`${e.message} in "${i.url.toString()}"`,e,t.request),this.name="ParseError",this.code="ERR_GOT_REQUEST_ERROR"===this.code?"ERR_BODY_PARSE_FAILURE":this.code}}t.ParseError=o;class s extends r.RequestError{constructor(e){super("Promise was canceled",{},e),this.name="CancelError",this.code="ERR_CANCELED"}get isCanceled(){return!0}}t.CancelError=s,a(i(8178),t)},76582:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.retryAfterStatusCodes=void 0,t.retryAfterStatusCodes=new Set([413,429,503]),t.default=({attemptCount:e,retryOptions:t,error:i,retryAfter:n})=>{if(e>t.limit)return 0;const a=t.methods.includes(i.options.method),r=t.errorCodes.includes(i.code),o=i.response&&t.statusCodes.includes(i.response.statusCode);if(!a||!r&&!o)return 0;if(i.response){if(n)return void 0===t.maxRetryAfter||n>t.maxRetryAfter?0:n;if(413===i.response.statusCode)return 0}return 2**(e-1)*1e3+100*Math.random()}},8178:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UnsupportedProtocolError=t.ReadError=t.TimeoutError=t.UploadError=t.CacheError=t.HTTPError=t.MaxRedirectsError=t.RequestError=t.setNonEnumerableProperties=t.knownHookEvents=t.withoutBody=t.kIsNormalizedAlready=void 0;const n=i(31669),a=i(92413),r=i(35747),o=i(78835),s=i(98605),c=i(98605),u=i(57211),l=i(60081),p=i(73266),d=i(93481),h=i(10346),m=i(69758),f=i(25989),g=i(80657),v=i(92425),y=i(16721),b=i(94805),x=i(14834),w=i(96959),k=i(30186),_=i(57440),j=i(54992),E=i(90354),D=i(38141),C=i(45241),A=i(37999),S=i(76582);let T;const O=Symbol("request"),I=Symbol("response"),P=Symbol("responseSize"),F=Symbol("downloadedSize"),z=Symbol("bodySize"),R=Symbol("uploadedSize"),L=Symbol("serverResponsesPiped"),N=Symbol("unproxyEvents"),B=Symbol("isFromCache"),U=Symbol("cancelTimeouts"),M=Symbol("startedReading"),$=Symbol("stopReading"),q=Symbol("triggerRead"),H=Symbol("body"),G=Symbol("jobs"),W=Symbol("originalResponse"),V=Symbol("retryTimeout");t.kIsNormalizedAlready=Symbol("isNormalizedAlready");const Y=g.default.string(process.versions.brotli);t.withoutBody=new Set(["GET","HEAD"]),t.knownHookEvents=["init","beforeRequest","beforeRedirect","beforeError","beforeRetry","afterResponse"];const Q=new _.default,X=new Set([300,301,302,303,304,307,308]),J=["context","body","json","form"];t.setNonEnumerableProperties=(e,t)=>{const i={};for(const t of e)if(t)for(const e of J)e in t&&(i[e]={writable:!0,configurable:!0,enumerable:!1,value:t[e]});Object.defineProperties(t,i)};class Z extends Error{constructor(e,t,i){var n,a;if(super(e),Error.captureStackTrace(this,this.constructor),this.name="RequestError",this.code=null!==(n=t.code)&&void 0!==n?n:"ERR_GOT_REQUEST_ERROR",i instanceof se?(Object.defineProperty(this,"request",{enumerable:!1,value:i}),Object.defineProperty(this,"response",{enumerable:!1,value:i[I]}),Object.defineProperty(this,"options",{enumerable:!1,value:i.options})):Object.defineProperty(this,"options",{enumerable:!1,value:i}),this.timings=null===(a=this.request)||void 0===a?void 0:a.timings,g.default.string(t.stack)&&g.default.string(this.stack)){const e=this.stack.indexOf(this.message)+this.message.length,i=this.stack.slice(e).split("\n").reverse(),n=t.stack.slice(t.stack.indexOf(t.message)+t.message.length).split("\n").reverse();for(;0!==n.length&&n[0]===i[0];)i.shift();this.stack=`${this.stack.slice(0,e)}${i.reverse().join("\n")}${n.reverse().join("\n")}`}}}t.RequestError=Z;class K extends Z{constructor(e){super(`Redirected ${e.options.maxRedirects} times. Aborting.`,{},e),this.name="MaxRedirectsError",this.code="ERR_TOO_MANY_REDIRECTS"}}t.MaxRedirectsError=K;class ee extends Z{constructor(e){super(`Response code ${e.statusCode} (${e.statusMessage})`,{},e.request),this.name="HTTPError",this.code="ERR_NON_2XX_3XX_RESPONSE"}}t.HTTPError=ee;class te extends Z{constructor(e,t){super(e.message,e,t),this.name="CacheError",this.code="ERR_GOT_REQUEST_ERROR"===this.code?"ERR_CACHE_ACCESS":this.code}}t.CacheError=te;class ie extends Z{constructor(e,t){super(e.message,e,t),this.name="UploadError",this.code="ERR_GOT_REQUEST_ERROR"===this.code?"ERR_UPLOAD":this.code}}t.UploadError=ie;class ne extends Z{constructor(e,t,i){super(e.message,e,i),this.name="TimeoutError",this.event=e.event,this.timings=t}}t.TimeoutError=ne;class ae extends Z{constructor(e,t){super(e.message,e,t),this.name="ReadError",this.code="ERR_GOT_REQUEST_ERROR"===this.code?"ERR_READING_RESPONSE_STREAM":this.code}}t.ReadError=ae;class re extends Z{constructor(e){super(`Unsupported protocol "${e.url.protocol}"`,{},e),this.name="UnsupportedProtocolError",this.code="ERR_UNSUPPORTED_PROTOCOL"}}t.UnsupportedProtocolError=re;const oe=["socket","connect","continue","information","upgrade","timeout"];class se extends a.Duplex{constructor(e,i={},n){super({autoDestroy:!1,highWaterMark:0}),this[F]=0,this[R]=0,this.requestInitialized=!1,this[L]=new Set,this.redirects=[],this[$]=!1,this[q]=!1,this[G]=[],this.retryCount=0,this._progressCallbacks=[];const a=()=>this._unlockWrite(),o=()=>this._lockWrite();this.on("pipe",(e=>{e.prependListener("data",a),e.on("data",o),e.prependListener("end",a),e.on("end",o)})),this.on("unpipe",(e=>{e.off("data",a),e.off("data",o),e.off("end",a),e.off("end",o)})),this.on("pipe",(e=>{e instanceof c.IncomingMessage&&(this.options.headers={...e.headers,...this.options.headers})}));const{json:s,body:u,form:l}=i;if((s||u||l)&&this._lockWrite(),t.kIsNormalizedAlready in i)this.options=i;else try{this.options=this.constructor.normalizeArguments(e,i,n)}catch(e){return g.default.nodeStream(i.body)&&i.body.destroy(),void this.destroy(e)}(async()=>{var e;try{this.options.body instanceof r.ReadStream&&await(async e=>new Promise(((t,i)=>{const n=e=>{i(e)};e.pending||t(),e.once("error",n),e.once("ready",(()=>{e.off("error",n),t()}))})))(this.options.body);const{url:t}=this.options;if(!t)throw new TypeError("Missing `url` property");if(this.requestUrl=t.toString(),decodeURI(this.requestUrl),await this._finalizeBody(),await this._makeRequest(),this.destroyed)return void(null===(e=this[O])||void 0===e||e.destroy());for(const e of this[G])e();this[G].length=0,this.requestInitialized=!0}catch(e){if(e instanceof Z)return void this._beforeError(e);this.destroyed||this.destroy(e)}})()}static normalizeArguments(e,i,a){var r,s,c,u,l;const h=i;if(g.default.object(e)&&!g.default.urlInstance(e))i={...a,...e,...i};else{if(e&&i&&void 0!==i.url)throw new TypeError("The `url` option is mutually exclusive with the `input` argument");i={...a,...i},void 0!==e&&(i.url=e),g.default.urlInstance(i.url)&&(i.url=new o.URL(i.url.toString()))}if(!1===i.cache&&(i.cache=void 0),!1===i.dnsCache&&(i.dnsCache=void 0),g.assert.any([g.default.string,g.default.undefined],i.method),g.assert.any([g.default.object,g.default.undefined],i.headers),g.assert.any([g.default.string,g.default.urlInstance,g.default.undefined],i.prefixUrl),g.assert.any([g.default.object,g.default.undefined],i.cookieJar),g.assert.any([g.default.object,g.default.string,g.default.undefined],i.searchParams),g.assert.any([g.default.object,g.default.string,g.default.undefined],i.cache),g.assert.any([g.default.object,g.default.number,g.default.undefined],i.timeout),g.assert.any([g.default.object,g.default.undefined],i.context),g.assert.any([g.default.object,g.default.undefined],i.hooks),g.assert.any([g.default.boolean,g.default.undefined],i.decompress),g.assert.any([g.default.boolean,g.default.undefined],i.ignoreInvalidCookies),g.assert.any([g.default.boolean,g.default.undefined],i.followRedirect),g.assert.any([g.default.number,g.default.undefined],i.maxRedirects),g.assert.any([g.default.boolean,g.default.undefined],i.throwHttpErrors),g.assert.any([g.default.boolean,g.default.undefined],i.http2),g.assert.any([g.default.boolean,g.default.undefined],i.allowGetBody),g.assert.any([g.default.string,g.default.undefined],i.localAddress),g.assert.any([E.isDnsLookupIpVersion,g.default.undefined],i.dnsLookupIpVersion),g.assert.any([g.default.object,g.default.undefined],i.https),g.assert.any([g.default.boolean,g.default.undefined],i.rejectUnauthorized),i.https&&(g.assert.any([g.default.boolean,g.default.undefined],i.https.rejectUnauthorized),g.assert.any([g.default.function_,g.default.undefined],i.https.checkServerIdentity),g.assert.any([g.default.string,g.default.object,g.default.array,g.default.undefined],i.https.certificateAuthority),g.assert.any([g.default.string,g.default.object,g.default.array,g.default.undefined],i.https.key),g.assert.any([g.default.string,g.default.object,g.default.array,g.default.undefined],i.https.certificate),g.assert.any([g.default.string,g.default.undefined],i.https.passphrase),g.assert.any([g.default.string,g.default.buffer,g.default.array,g.default.undefined],i.https.pfx)),g.assert.any([g.default.object,g.default.undefined],i.cacheOptions),g.default.string(i.method)?i.method=i.method.toUpperCase():i.method="GET",i.headers===(null==a?void 0:a.headers)?i.headers={...i.headers}:i.headers=f({...null==a?void 0:a.headers,...i.headers}),"slashes"in i)throw new TypeError("The legacy `url.Url` has been deprecated. Use `URL` instead.");if("auth"in i)throw new TypeError("Parameter `auth` is deprecated. Use `username` / `password` instead.");if("searchParams"in i&&i.searchParams&&i.searchParams!==(null==a?void 0:a.searchParams)){let e;if(g.default.string(i.searchParams)||i.searchParams instanceof o.URLSearchParams)e=new o.URLSearchParams(i.searchParams);else{!function(e){for(const t in e){const i=e[t];if(!(g.default.string(i)||g.default.number(i)||g.default.boolean(i)||g.default.null_(i)||g.default.undefined(i)))throw new TypeError(`The \`searchParams\` value '${String(i)}' must be a string, number, boolean or null`)}}(i.searchParams),e=new o.URLSearchParams;for(const t in i.searchParams){const n=i.searchParams[t];null===n?e.append(t,""):void 0!==n&&e.append(t,n)}}null===(r=null==a?void 0:a.searchParams)||void 0===r||r.forEach(((t,i)=>{e.has(i)||e.append(i,t)})),i.searchParams=e}if(i.username=null!==(s=i.username)&&void 0!==s?s:"",i.password=null!==(c=i.password)&&void 0!==c?c:"",g.default.undefined(i.prefixUrl)?i.prefixUrl=null!==(u=null==a?void 0:a.prefixUrl)&&void 0!==u?u:"":(i.prefixUrl=i.prefixUrl.toString(),""===i.prefixUrl||i.prefixUrl.endsWith("/")||(i.prefixUrl+="/")),g.default.string(i.url)){if(i.url.startsWith("/"))throw new Error("`input` must not start with a slash when using `prefixUrl`");i.url=k.default(i.prefixUrl+i.url,i)}else(g.default.undefined(i.url)&&""!==i.prefixUrl||i.protocol)&&(i.url=k.default(i.prefixUrl,i));if(i.url){"port"in i&&delete i.port;let{prefixUrl:e}=i;Object.defineProperty(i,"prefixUrl",{set:t=>{const n=i.url;if(!n.href.startsWith(t))throw new Error(`Cannot change \`prefixUrl\` from ${e} to ${t}: ${n.href}`);i.url=new o.URL(t+n.href.slice(e.length)),e=t},get:()=>e});let{protocol:t}=i.url;if("unix:"===t&&(t="http:",i.url=new o.URL(`http://unix${i.url.pathname}${i.url.search}`)),i.searchParams&&(i.url.search=i.searchParams.toString()),"http:"!==t&&"https:"!==t)throw new re(i);""===i.username?i.username=i.url.username:i.url.username=i.username,""===i.password?i.password=i.url.password:i.url.password=i.password}const{cookieJar:m}=i;if(m){let{setCookie:e,getCookieString:t}=m;g.assert.function_(e),g.assert.function_(t),4===e.length&&0===t.length&&(e=n.promisify(e.bind(i.cookieJar)),t=n.promisify(t.bind(i.cookieJar)),i.cookieJar={setCookie:e,getCookieString:t})}const{cache:v}=i;if(v&&(Q.has(v)||Q.set(v,new d(((e,t)=>{const i=e[O](e,t);return g.default.promise(i)&&(i.once=(e,t)=>{if("error"===e)i.catch(t);else{if("abort"!==e)throw new Error(`Unknown HTTP2 promise event: ${e}`);(async()=>{try{(await i).once("abort",t)}catch(e){}})()}return i}),i}),v))),i.cacheOptions={...i.cacheOptions},!0===i.dnsCache)T||(T=new p.default),i.dnsCache=T;else if(!g.default.undefined(i.dnsCache)&&!i.dnsCache.lookup)throw new TypeError(`Parameter \`dnsCache\` must be a CacheableLookup instance or a boolean, got ${g.default(i.dnsCache)}`);g.default.number(i.timeout)?i.timeout={request:i.timeout}:a&&i.timeout!==a.timeout?i.timeout={...a.timeout,...i.timeout}:i.timeout={...i.timeout},i.context||(i.context={});const y=i.hooks===(null==a?void 0:a.hooks);i.hooks={...i.hooks};for(const e of t.knownHookEvents)if(e in i.hooks){if(!g.default.array(i.hooks[e]))throw new TypeError(`Parameter \`${e}\` must be an Array, got ${g.default(i.hooks[e])}`);i.hooks[e]=[...i.hooks[e]]}else i.hooks[e]=[];if(a&&!y)for(const e of t.knownHookEvents)a.hooks[e].length>0&&(i.hooks[e]=[...a.hooks[e],...i.hooks[e]]);if("family"in i&&C.default('"options.family" was never documented, please use "options.dnsLookupIpVersion"'),(null==a?void 0:a.https)&&(i.https={...a.https,...i.https}),"rejectUnauthorized"in i&&C.default('"options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"'),"checkServerIdentity"in i&&C.default('"options.checkServerIdentity" was never documented, please use "options.https.checkServerIdentity"'),"ca"in i&&C.default('"options.ca" was never documented, please use "options.https.certificateAuthority"'),"key"in i&&C.default('"options.key" was never documented, please use "options.https.key"'),"cert"in i&&C.default('"options.cert" was never documented, please use "options.https.certificate"'),"passphrase"in i&&C.default('"options.passphrase" was never documented, please use "options.https.passphrase"'),"pfx"in i&&C.default('"options.pfx" was never documented, please use "options.https.pfx"'),"followRedirects"in i)throw new TypeError("The `followRedirects` option does not exist. Use `followRedirect` instead.");if(i.agent)for(const e in i.agent)if("http"!==e&&"https"!==e&&"http2"!==e)throw new TypeError(`Expected the \`options.agent\` properties to be \`http\`, \`https\` or \`http2\`, got \`${e}\``);return i.maxRedirects=null!==(l=i.maxRedirects)&&void 0!==l?l:0,t.setNonEnumerableProperties([a,h],i),A.default(i,a)}_lockWrite(){const e=()=>{throw new TypeError("The payload has been already provided")};this.write=e,this.end=e}_unlockWrite(){this.write=super.write,this.end=super.end}async _finalizeBody(){const{options:e}=this,{headers:i}=e,n=!g.default.undefined(e.form),r=!g.default.undefined(e.json),s=!g.default.undefined(e.body),c=n||r||s,u=t.withoutBody.has(e.method)&&!("GET"===e.method&&e.allowGetBody);if(this._cannotHaveBody=u,c){if(u)throw new TypeError(`The \`${e.method}\` method cannot be used with a body`);if([s,n,r].filter((e=>e)).length>1)throw new TypeError("The `body`, `json` and `form` options are mutually exclusive");if(s&&!(e.body instanceof a.Readable)&&!g.default.string(e.body)&&!g.default.buffer(e.body)&&!y.default(e.body))throw new TypeError("The `body` option must be a stream.Readable, string or Buffer");if(n&&!g.default.object(e.form))throw new TypeError("The `form` option must be an Object");{const t=!g.default.string(i["content-type"]);s?(y.default(e.body)&&t&&(i["content-type"]=`multipart/form-data; boundary=${e.body.getBoundary()}`),this[H]=e.body):n?(t&&(i["content-type"]="application/x-www-form-urlencoded"),this[H]=new o.URLSearchParams(e.form).toString()):(t&&(i["content-type"]="application/json"),this[H]=e.stringifyJson(e.json));const a=await v.default(this[H],e.headers);g.default.undefined(i["content-length"])&&g.default.undefined(i["transfer-encoding"])&&(u||g.default.undefined(a)||(i["content-length"]=String(a)))}}else u?this._lockWrite():this._unlockWrite();this[z]=Number(i["content-length"])||void 0}async _onResponseBase(e){const{options:t}=this,{url:i}=t;this[W]=e,t.decompress&&(e=h(e));const n=e.statusCode,a=e;a.statusMessage=a.statusMessage?a.statusMessage:s.STATUS_CODES[n],a.url=t.url.toString(),a.requestUrl=this.requestUrl,a.redirectUrls=this.redirects,a.request=this,a.isFromCache=e.fromCache||!1,a.ip=this.ip,a.retryCount=this.retryCount,this[B]=a.isFromCache,this[P]=Number(e.headers["content-length"])||void 0,this[I]=e,e.once("end",(()=>{this[P]=this[F],this.emit("downloadProgress",this.downloadProgress)})),e.once("error",(t=>{e.destroy(),this._beforeError(new ae(t,this))})),e.once("aborted",(()=>{this._beforeError(new ae({name:"Error",message:"The server aborted pending request",code:"ECONNRESET"},this))})),this.emit("downloadProgress",this.downloadProgress);const r=e.headers["set-cookie"];if(g.default.object(t.cookieJar)&&r){let e=r.map((async e=>t.cookieJar.setCookie(e,i.toString())));t.ignoreInvalidCookies&&(e=e.map((async e=>e.catch((()=>{})))));try{await Promise.all(e)}catch(e){return void this._beforeError(e)}}if(t.followRedirect&&e.headers.location&&X.has(n)){if(e.resume(),this[O]&&(this[U](),delete this[O],this[N]()),!(303===n&&"GET"!==t.method&&"HEAD"!==t.method)&&t.methodRewriting||(t.method="GET","body"in t&&delete t.body,"json"in t&&delete t.json,"form"in t&&delete t.form,this[H]=void 0,delete t.headers["content-length"]),this.redirects.length>=t.maxRedirects)return void this._beforeError(new K(this));try{const n=Buffer.from(e.headers.location,"binary").toString(),r=new o.URL(n,i),s=r.toString();decodeURI(s),r.hostname!==i.hostname||r.port!==i.port?("host"in t.headers&&delete t.headers.host,"cookie"in t.headers&&delete t.headers.cookie,"authorization"in t.headers&&delete t.headers.authorization,(t.username||t.password)&&(t.username="",t.password="")):(r.username=t.username,r.password=t.password),this.redirects.push(s),t.url=r;for(const e of t.hooks.beforeRedirect)await e(t,a);this.emit("redirect",a,t),await this._makeRequest()}catch(e){return void this._beforeError(e)}}else if(t.isStream&&t.throwHttpErrors&&!D.isResponseOk(a))this._beforeError(new ee(a));else{e.on("readable",(()=>{this[q]&&this._read()})),this.on("resume",(()=>{e.resume()})),this.on("pause",(()=>{e.pause()})),e.once("end",(()=>{this.push(null)})),this.emit("response",e);for(const i of this[L])if(!i.headersSent){for(const n in e.headers){const a=!t.decompress||"content-encoding"!==n,r=e.headers[n];a&&i.setHeader(n,r)}i.statusCode=n}}}async _onResponse(e){try{await this._onResponseBase(e)}catch(e){this._beforeError(e)}}_onRequest(e){const{options:t}=this,{timeout:i,url:n}=t;l.default(e),this[U]=x.default(e,i,n);const a=t.cache?"cacheableResponse":"response";e.once(a,(e=>{this._onResponse(e)})),e.once("error",(t=>{var i;e.destroy(),null===(i=e.res)||void 0===i||i.removeAllListeners("end"),t=t instanceof x.TimeoutError?new ne(t,this.timings,this):new Z(t.message,t,this),this._beforeError(t)})),this[N]=b.default(e,this,oe),this[O]=e,this.emit("uploadProgress",this.uploadProgress);const r=this[H],o=0===this.redirects.length?this:e;g.default.nodeStream(r)?(r.pipe(o),r.once("error",(e=>{this._beforeError(new ie(e,this))}))):(this._unlockWrite(),g.default.undefined(r)?(this._cannotHaveBody||this._noPipe)&&(o.end(),this._lockWrite()):(this._writeRequest(r,void 0,(()=>{})),o.end(),this._lockWrite())),this.emit("request",e)}async _createCacheableRequest(e,t){return new Promise(((i,n)=>{let a;Object.assign(t,w.default(e)),delete t.url;const r=Q.get(t.cache)(t,(async e=>{e._readableState.autoDestroy=!1,a&&(await a).emit("cacheableResponse",e),i(e)}));t.url=e,r.once("error",n),r.once("request",(async e=>{a=e,i(a)}))}))}async _makeRequest(){var e,t,i,n,a;const{options:r}=this,{headers:o}=r;for(const e in o)if(g.default.undefined(o[e]))delete o[e];else if(g.default.null_(o[e]))throw new TypeError(`Use \`undefined\` instead of \`null\` to delete the \`${e}\` header`);if(r.decompress&&g.default.undefined(o["accept-encoding"])&&(o["accept-encoding"]=Y?"gzip, deflate, br":"gzip, deflate"),r.cookieJar){const e=await r.cookieJar.getCookieString(r.url.toString());g.default.nonEmptyString(e)&&(r.headers.cookie=e)}for(const e of r.hooks.beforeRequest){const t=await e(r);if(!g.default.undefined(t)){r.request=()=>t;break}}r.body&&this[H]!==r.body&&(this[H]=r.body);const{agent:c,request:l,timeout:p,url:h}=r;if(r.dnsCache&&!("lookup"in r)&&(r.lookup=r.dnsCache.lookup),"unix"===h.hostname){const e=/(?.+?):(?.+)/.exec(`${h.pathname}${h.search}`);if(null==e?void 0:e.groups){const{socketPath:t,path:i}=e.groups;Object.assign(r,{socketPath:t,path:i,host:""})}}const f="https:"===h.protocol;let v;v=r.http2?m.auto:f?u.request:s.request;const y=null!==(e=r.request)&&void 0!==e?e:v,b=r.cache?this._createCacheableRequest:y;c&&!r.http2&&(r.agent=c[f?"https":"http"]),r[O]=y,delete r.request,delete r.timeout;const x=r;if(x.shared=null===(t=r.cacheOptions)||void 0===t?void 0:t.shared,x.cacheHeuristic=null===(i=r.cacheOptions)||void 0===i?void 0:i.cacheHeuristic,x.immutableMinTimeToLive=null===(n=r.cacheOptions)||void 0===n?void 0:n.immutableMinTimeToLive,x.ignoreCargoCult=null===(a=r.cacheOptions)||void 0===a?void 0:a.ignoreCargoCult,void 0!==r.dnsLookupIpVersion)try{x.family=E.dnsLookupIpVersionToFamily(r.dnsLookupIpVersion)}catch(e){throw new Error("Invalid `dnsLookupIpVersion` option value")}r.https&&("rejectUnauthorized"in r.https&&(x.rejectUnauthorized=r.https.rejectUnauthorized),r.https.checkServerIdentity&&(x.checkServerIdentity=r.https.checkServerIdentity),r.https.certificateAuthority&&(x.ca=r.https.certificateAuthority),r.https.certificate&&(x.cert=r.https.certificate),r.https.key&&(x.key=r.https.key),r.https.passphrase&&(x.passphrase=r.https.passphrase),r.https.pfx&&(x.pfx=r.https.pfx));try{let e=await b(h,x);g.default.undefined(e)&&(e=v(h,x)),r.request=l,r.timeout=p,r.agent=c,r.https&&("rejectUnauthorized"in r.https&&delete x.rejectUnauthorized,r.https.checkServerIdentity&&delete x.checkServerIdentity,r.https.certificateAuthority&&delete x.ca,r.https.certificate&&delete x.cert,r.https.key&&delete x.key,r.https.passphrase&&delete x.passphrase,r.https.pfx&&delete x.pfx),w=e,g.default.object(w)&&!("statusCode"in w)?this._onRequest(e):this.writable?(this.once("finish",(()=>{this._onResponse(e)})),this._unlockWrite(),this.end(),this._lockWrite()):this._onResponse(e)}catch(e){if(e instanceof d.CacheError)throw new te(e,this);throw new Z(e.message,e,this)}var w}async _error(e){try{for(const t of this.options.hooks.beforeError)e=await t(e)}catch(t){e=new Z(t.message,t,this)}this.destroy(e)}_beforeError(e){if(this[$])return;const{options:t}=this,i=this.retryCount+1;this[$]=!0,e instanceof Z||(e=new Z(e.message,e,this));const n=e,{response:a}=n;(async()=>{if(a&&!a.body){a.setEncoding(this._readableState.encoding);try{a.rawBody=await j.default(a),a.body=a.rawBody.toString()}catch(e){}}if(0!==this.listenerCount("retry")){let r;try{let e;a&&"retry-after"in a.headers&&(e=Number(a.headers["retry-after"]),Number.isNaN(e)?(e=Date.parse(a.headers["retry-after"])-Date.now(),e<=0&&(e=1)):e*=1e3),r=await t.retry.calculateDelay({attemptCount:i,retryOptions:t.retry,error:n,retryAfter:e,computedValue:S.default({attemptCount:i,retryOptions:t.retry,error:n,retryAfter:e,computedValue:0})})}catch(e){return void this._error(new Z(e.message,e,this))}if(r){const t=async()=>{try{for(const e of this.options.hooks.beforeRetry)await e(this.options,n,i)}catch(t){return void this._error(new Z(t.message,e,this))}this.destroyed||(this.destroy(),this.emit("retry",i,e))};return void(this[V]=setTimeout(t,r))}}this._error(n)})()}_read(){this[q]=!0;const e=this[I];if(e&&!this[$]){let t;for(e.readableLength&&(this[q]=!1);null!==(t=e.read());){this[F]+=t.length,this[M]=!0;const e=this.downloadProgress;e.percent<1&&this.emit("downloadProgress",e),this.push(t)}}}_write(e,t,i){const n=()=>{this._writeRequest(e,t,i)};this.requestInitialized?n():this[G].push(n)}_writeRequest(e,t,i){this[O].destroyed||(this._progressCallbacks.push((()=>{this[R]+=Buffer.byteLength(e,t);const i=this.uploadProgress;i.percent<1&&this.emit("uploadProgress",i)})),this[O].write(e,t,(e=>{!e&&this._progressCallbacks.length>0&&this._progressCallbacks.shift()(),i(e)})))}_final(e){const t=()=>{for(;0!==this._progressCallbacks.length;)this._progressCallbacks.shift()();O in this?this[O].destroyed?e():this[O].end((t=>{t||(this[z]=this[R],this.emit("uploadProgress",this.uploadProgress),this[O].emit("upload-complete")),e(t)})):e()};this.requestInitialized?t():this[G].push(t)}_destroy(e,t){var i;this[$]=!0,clearTimeout(this[V]),O in this&&(this[U](),(null===(i=this[I])||void 0===i?void 0:i.complete)||this[O].destroy()),null===e||g.default.undefined(e)||e instanceof Z||(e=new Z(e.message,e,this)),t(e)}get _isAboutToError(){return this[$]}get ip(){var e;return null===(e=this.socket)||void 0===e?void 0:e.remoteAddress}get aborted(){var e,t,i;return(null!==(t=null===(e=this[O])||void 0===e?void 0:e.destroyed)&&void 0!==t?t:this.destroyed)&&!(null===(i=this[W])||void 0===i?void 0:i.complete)}get socket(){var e,t;return null!==(t=null===(e=this[O])||void 0===e?void 0:e.socket)&&void 0!==t?t:void 0}get downloadProgress(){let e;return e=this[P]?this[F]/this[P]:this[P]===this[F]?1:0,{percent:e,transferred:this[F],total:this[P]}}get uploadProgress(){let e;return e=this[z]?this[R]/this[z]:this[z]===this[R]?1:0,{percent:e,transferred:this[R],total:this[z]}}get timings(){var e;return null===(e=this[O])||void 0===e?void 0:e.timings}get isFromCache(){return this[B]}pipe(e,t){if(this[M])throw new Error("Failed to pipe. The response has been emitted already.");return e instanceof c.ServerResponse&&this[L].add(e),super.pipe(e,t)}unpipe(e){return e instanceof c.ServerResponse&&this[L].delete(e),super.unpipe(e),this}}t.default=se},90354:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.dnsLookupIpVersionToFamily=t.isDnsLookupIpVersion=void 0;const i={auto:0,ipv4:4,ipv6:6};t.isDnsLookupIpVersion=e=>e in i,t.dnsLookupIpVersionToFamily=e=>{if(t.isDnsLookupIpVersion(e))return i[e];throw new Error("Invalid DNS lookup IP version")}},92425:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(35747),a=i(31669),r=i(80657),o=i(16721),s=a.promisify(n.stat);t.default=async(e,t)=>{if(t&&"content-length"in t)return Number(t["content-length"]);if(!e)return 0;if(r.default.string(e))return Buffer.byteLength(e);if(r.default.buffer(e))return e.length;if(o.default(e))return a.promisify(e.getLength.bind(e))();if(e instanceof n.ReadStream){const{size:t}=await s(e.path);if(0===t)return;return t}}},54992:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=async e=>{const t=[];let i=0;for await(const n of e)t.push(n),i+=Buffer.byteLength(n);return Buffer.isBuffer(t[0])?Buffer.concat(t,i):Buffer.from(t.join(""))}},16721:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(80657);t.default=e=>n.default.nodeStream(e)&&n.default.function_(e.getBoundary)},38141:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isResponseOk=void 0,t.isResponseOk=e=>{const{statusCode:t}=e,i=e.request.options.followRedirect?299:399;return t>=200&&t<=i||304===t}},30186:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(78835),a=["protocol","host","hostname","port","pathname","search"];t.default=(e,t)=>{var i,r;if(t.path){if(t.pathname)throw new TypeError("Parameters `path` and `pathname` are mutually exclusive.");if(t.search)throw new TypeError("Parameters `path` and `search` are mutually exclusive.");if(t.searchParams)throw new TypeError("Parameters `path` and `searchParams` are mutually exclusive.")}if(t.search&&t.searchParams)throw new TypeError("Parameters `search` and `searchParams` are mutually exclusive.");if(!e){if(!t.protocol)throw new TypeError("No URL protocol specified");e=`${t.protocol}//${null!==(r=null!==(i=t.hostname)&&void 0!==i?i:t.host)&&void 0!==r?r:""}`}const o=new n.URL(e);if(t.path){const e=t.path.indexOf("?");-1===e?t.pathname=t.path:(t.pathname=t.path.slice(0,e),t.search=t.path.slice(e+1)),delete t.path}for(const e of a)t[e]&&(o[e]=t[e].toString());return o}},94805:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,i){const n={};for(const a of i)n[a]=(...e)=>{t.emit(a,...e)},e.on(a,n[a]);return()=>{for(const t of i)e.off(t,n[t])}}},14834:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TimeoutError=void 0;const n=i(11631),a=i(28535),r=Symbol("reentry"),o=()=>{};class s extends Error{constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.event=t,this.name="TimeoutError",this.code="ETIMEDOUT"}}t.TimeoutError=s,t.default=(e,t,i)=>{if(r in e)return o;e[r]=!0;const c=[],{once:u,unhandleAll:l}=a.default(),p=(e,t,i)=>{var n;const a=setTimeout(t,e,e,i);null===(n=a.unref)||void 0===n||n.call(a);const r=()=>{clearTimeout(a)};return c.push(r),r},{host:d,hostname:h}=i,m=(t,i)=>{e.destroy(new s(t,i))},f=()=>{for(const e of c)e();l()};if(e.once("error",(t=>{if(f(),0===e.listenerCount("error"))throw t})),e.once("close",f),u(e,"response",(e=>{u(e,"end",f)})),void 0!==t.request&&p(t.request,m,"request"),void 0!==t.socket){const i=()=>{m(t.socket,"socket")};e.setTimeout(t.socket,i),c.push((()=>{e.removeListener("timeout",i)}))}return u(e,"socket",(a=>{var r;const{socketPath:o}=e;if(a.connecting){const e=Boolean(null!=o?o:0!==n.isIP(null!==(r=null!=h?h:d)&&void 0!==r?r:""));if(void 0!==t.lookup&&!e&&void 0===a.address().address){const e=p(t.lookup,m,"lookup");u(a,"lookup",e)}if(void 0!==t.connect){const i=()=>p(t.connect,m,"connect");e?u(a,"connect",i()):u(a,"lookup",(e=>{null===e&&u(a,"connect",i())}))}void 0!==t.secureConnect&&"https:"===i.protocol&&u(a,"connect",(()=>{const e=p(t.secureConnect,m,"secureConnect");u(a,"secureConnect",e)}))}if(void 0!==t.send){const i=()=>p(t.send,m,"send");a.connecting?u(a,"connect",(()=>{u(e,"upload-complete",i())})):u(e,"upload-complete",i())}})),void 0!==t.response&&u(e,"upload-complete",(()=>{const i=p(t.response,m,"response");u(e,"response",i)})),f}},28535:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=()=>{const e=[];return{once(t,i,n){t.once(i,n),e.push({origin:t,event:i,fn:n})},unhandleAll(){for(const t of e){const{origin:e,event:i,fn:n}=t;e.removeListener(i,n)}e.length=0}}}},96959:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(80657);t.default=e=>{const t={protocol:(e=e).protocol,hostname:n.default.string(e.hostname)&&e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,host:e.host,hash:e.hash,search:e.search,pathname:e.pathname,href:e.href,path:`${e.pathname||""}${e.search||""}`};return n.default.string(e.port)&&e.port.length>0&&(t.port=Number(e.port)),(e.username||e.password)&&(t.auth=`${e.username||""}:${e.password||""}`),t}},57440:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=class{constructor(){this.weakMap=new WeakMap,this.map=new Map}set(e,t){"object"==typeof e?this.weakMap.set(e,t):this.map.set(e,t)}get(e){return"object"==typeof e?this.weakMap.get(e):this.map.get(e)}has(e){return"object"==typeof e?this.weakMap.has(e):this.map.has(e)}}},46427:function(e,t,i){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,i,n){void 0===n&&(n=i),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[i]}})}:function(e,t,i,n){void 0===n&&(n=i),e[n]=t[i]}),a=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||n(t,e,i)};Object.defineProperty(t,"__esModule",{value:!0}),t.defaultHandler=void 0;const r=i(80657),o=i(9291),s=i(36133),c=i(8178),u=i(64638),l={RequestError:o.RequestError,CacheError:o.CacheError,ReadError:o.ReadError,HTTPError:o.HTTPError,MaxRedirectsError:o.MaxRedirectsError,TimeoutError:o.TimeoutError,ParseError:o.ParseError,CancelError:o.CancelError,UnsupportedProtocolError:o.UnsupportedProtocolError,UploadError:o.UploadError},p=async e=>new Promise((t=>{setTimeout(t,e)})),{normalizeArguments:d}=c.default,h=(...e)=>{let t;for(const i of e)t=d(void 0,i,t);return t},m=e=>e.isStream?new c.default(void 0,e):o.default(e),f=e=>"defaults"in e&&"options"in e.defaults,g=["get","post","put","patch","head","delete"];t.defaultHandler=(e,t)=>t(e);const v=(e,t)=>{if(e)for(const i of e)i(t)},y=e=>{e._rawHandlers=e.handlers,e.handlers=e.handlers.map((e=>(t,i)=>{let n;const a=e(t,(e=>(n=i(e),n)));if(a!==n&&!t.isStream&&n){const e=a,{then:t,catch:i,finally:r}=e;Object.setPrototypeOf(e,Object.getPrototypeOf(n)),Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)),e.then=t,e.catch=i,e.finally=r}return a}));const i=(t,i={},n)=>{var a,u;let l=0;const p=t=>e.handlers[l++](t,l===e.handlers.length?m:p);if(r.default.plainObject(t)){const e={...t,...i};c.setNonEnumerableProperties([t,i],e),i=e,t=void 0}try{let r;try{v(e.options.hooks.init,i),v(null===(a=i.hooks)||void 0===a?void 0:a.init,i)}catch(e){r=e}const s=d(t,i,null!=n?n:e.options);if(s[c.kIsNormalizedAlready]=!0,r)throw new o.RequestError(r.message,r,s);return p(s)}catch(t){if(i.isStream)throw t;return s.default(t,e.options.hooks.beforeError,null===(u=i.hooks)||void 0===u?void 0:u.beforeError)}};i.extend=(...i)=>{const n=[e.options];let a,r=[...e._rawHandlers];for(const e of i)f(e)?(n.push(e.defaults.options),r.push(...e.defaults._rawHandlers),a=e.defaults.mutableDefaults):(n.push(e),"handlers"in e&&r.push(...e.handlers),a=e.mutableDefaults);return r=r.filter((e=>e!==t.defaultHandler)),0===r.length&&r.push(t.defaultHandler),y({options:h(...n),handlers:r,mutableDefaults:Boolean(a)})};const n=async function*(t,n){let a=d(t,n,e.options);a.resolveBodyOnly=!1;const o=a.pagination;if(!r.default.object(o))throw new TypeError("`options.pagination` must be implemented");const s=[];let{countLimit:c}=o,u=0;for(;u{const i=[];for await(const a of n(e,t))i.push(a);return i},i.paginate.each=n,i.stream=(e,t)=>i(e,{...t,isStream:!0});for(const e of g)i[e]=(t,n)=>i(t,{...n,method:e}),i.stream[e]=(t,n)=>i(t,{...n,method:e,isStream:!0});return Object.assign(i,l),Object.defineProperty(i,"defaults",{value:e.mutableDefaults?e:u.default(e),writable:e.mutableDefaults,configurable:e.mutableDefaults,enumerable:!0}),i.mergeOptions=h,i};t.default=y,a(i(38317),t)},12210:function(e,t,i){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,i,n){void 0===n&&(n=i),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[i]}})}:function(e,t,i,n){void 0===n&&(n=i),e[n]=t[i]}),a=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||n(t,e,i)};Object.defineProperty(t,"__esModule",{value:!0});const r=i(78835),o=i(46427),s={options:{method:"GET",retry:{limit:2,methods:["GET","PUT","HEAD","DELETE","OPTIONS","TRACE"],statusCodes:[408,413,429,500,502,503,504,521,522,524],errorCodes:["ETIMEDOUT","ECONNRESET","EADDRINUSE","ECONNREFUSED","EPIPE","ENOTFOUND","ENETUNREACH","EAI_AGAIN"],maxRetryAfter:void 0,calculateDelay:({computedValue:e})=>e},timeout:{},headers:{"user-agent":"got (https://github.com/sindresorhus/got)"},hooks:{init:[],beforeRequest:[],beforeRedirect:[],beforeRetry:[],beforeError:[],afterResponse:[]},cache:void 0,dnsCache:void 0,decompress:!0,throwHttpErrors:!0,followRedirect:!0,isStream:!1,responseType:"text",resolveBodyOnly:!1,maxRedirects:10,prefixUrl:"",methodRewriting:!0,ignoreInvalidCookies:!1,context:{},http2:!1,allowGetBody:!1,https:void 0,pagination:{transform:e=>"json"===e.request.options.responseType?e.body:JSON.parse(e.body),paginate:e=>{if(!Reflect.has(e.headers,"link"))return!1;const t=e.headers.link.split(",");let i;for(const e of t){const t=e.split(";");if(t[1].includes("next")){i=t[0].trimStart().trim(),i=i.slice(1,-1);break}}return!!i&&{url:new r.URL(i)}},filter:()=>!0,shouldContinue:()=>!0,countLimit:1/0,backoff:0,requestLimit:1e4,stackAllItems:!0},parseJson:e=>JSON.parse(e),stringifyJson:e=>JSON.stringify(e),cacheOptions:{}},handlers:[o.defaultHandler],mutableDefaults:!1},c=o.default(s);t.default=c,e.exports=c,e.exports.default=c,e.exports.__esModule=!0,a(i(46427),t),a(i(9291),t)},38317:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0})},64638:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(80657);t.default=function e(t){for(const i of Object.values(t))(n.default.plainObject(i)||n.default.array(i))&&e(i);return Object.freeze(t)}},45241:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=new Set;t.default=e=>{i.has(e)||(i.add(e),process.emitWarning(`Got: ${e}`,{type:"DeprecationWarning"}))}},86560:e=>{"use strict";e.exports=(e,t=process.argv)=>{const i=e.startsWith("-")?"":1===e.length?"-":"--",n=t.indexOf(i+e),a=t.indexOf("--");return-1!==n&&(-1===a||n{"use strict";var n="undefined"!=typeof Symbol&&Symbol,a=i(55419);e.exports=function(){return"function"==typeof n&&"function"==typeof Symbol&&"symbol"==typeof n("foo")&&"symbol"==typeof Symbol("bar")&&a()}},55419:e=>{"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),i=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(i))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var a=Object.getOwnPropertyDescriptor(e,t);if(42!==a.value||!0!==a.enumerable)return!1}return!0}},17642:(e,t,i)=>{"use strict";var n=i(58612);e.exports=n.call(Function.call,Object.prototype.hasOwnProperty)},26214:e=>{"use strict";const t=new Set([200,203,204,206,300,301,404,405,410,414,501]),i=new Set([200,203,204,300,301,302,303,307,308,404,405,410,414,501]),n=new Set([500,502,503,504]),a={date:!0,connection:!0,"keep-alive":!0,"proxy-authenticate":!0,"proxy-authorization":!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0},r={"content-length":!0,"content-encoding":!0,"transfer-encoding":!0,"content-range":!0};function o(e){const t=parseInt(e,10);return isFinite(t)?t:0}function s(e){const t={};if(!e)return t;const i=e.trim().split(/\s*,\s*/);for(const e of i){const[i,n]=e.split(/\s*=\s*/,2);t[i]=void 0===n||n.replace(/^"|"$/g,"")}return t}function c(e){let t=[];for(const i in e){const n=e[i];t.push(!0===n?i:i+"="+n)}if(t.length)return t.join(", ")}e.exports=class{constructor(e,t,{shared:i,cacheHeuristic:n,immutableMinTimeToLive:a,ignoreCargoCult:r,_fromObject:o}={}){if(o)this._fromObject(o);else{if(!t||!t.headers)throw Error("Response headers missing");this._assertRequestHasHeaders(e),this._responseTime=this.now(),this._isShared=!1!==i,this._cacheHeuristic=void 0!==n?n:.1,this._immutableMinTtl=void 0!==a?a:864e5,this._status="status"in t?t.status:200,this._resHeaders=t.headers,this._rescc=s(t.headers["cache-control"]),this._method="method"in e?e.method:"GET",this._url=e.url,this._host=e.headers.host,this._noAuthorization=!e.headers.authorization,this._reqHeaders=t.headers.vary?e.headers:null,this._reqcc=s(e.headers["cache-control"]),r&&"pre-check"in this._rescc&&"post-check"in this._rescc&&(delete this._rescc["pre-check"],delete this._rescc["post-check"],delete this._rescc["no-cache"],delete this._rescc["no-store"],delete this._rescc["must-revalidate"],this._resHeaders=Object.assign({},this._resHeaders,{"cache-control":c(this._rescc)}),delete this._resHeaders.expires,delete this._resHeaders.pragma),null==t.headers["cache-control"]&&/no-cache/.test(t.headers.pragma)&&(this._rescc["no-cache"]=!0)}}now(){return Date.now()}storable(){return!(this._reqcc["no-store"]||!("GET"===this._method||"HEAD"===this._method||"POST"===this._method&&this._hasExplicitExpiration())||!i.has(this._status)||this._rescc["no-store"]||this._isShared&&this._rescc.private||this._isShared&&!this._noAuthorization&&!this._allowsStoringAuthenticated()||!(this._resHeaders.expires||this._rescc["max-age"]||this._isShared&&this._rescc["s-maxage"]||this._rescc.public||t.has(this._status)))}_hasExplicitExpiration(){return this._isShared&&this._rescc["s-maxage"]||this._rescc["max-age"]||this._resHeaders.expires}_assertRequestHasHeaders(e){if(!e||!e.headers)throw Error("Request headers missing")}satisfiesWithoutRevalidation(e){this._assertRequestHasHeaders(e);const t=s(e.headers["cache-control"]);return!t["no-cache"]&&!/no-cache/.test(e.headers.pragma)&&(!(t["max-age"]&&this.age()>t["max-age"])&&(!(t["min-fresh"]&&this.timeToLive()<1e3*t["min-fresh"])&&(!(this.stale()&&(!t["max-stale"]||this._rescc["must-revalidate"]||!(!0===t["max-stale"]||t["max-stale"]>this.age()-this.maxAge())))&&this._requestMatches(e,!1))))}_requestMatches(e,t){return(!this._url||this._url===e.url)&&this._host===e.headers.host&&(!e.method||this._method===e.method||t&&"HEAD"===e.method)&&this._varyMatches(e)}_allowsStoringAuthenticated(){return this._rescc["must-revalidate"]||this._rescc.public||this._rescc["s-maxage"]}_varyMatches(e){if(!this._resHeaders.vary)return!0;if("*"===this._resHeaders.vary)return!1;const t=this._resHeaders.vary.trim().toLowerCase().split(/\s*,\s*/);for(const i of t)if(e.headers[i]!==this._reqHeaders[i])return!1;return!0}_copyWithoutHopByHopHeaders(e){const t={};for(const i in e)a[i]||(t[i]=e[i]);if(e.connection){const i=e.connection.trim().split(/\s*,\s*/);for(const e of i)delete t[e]}if(t.warning){const e=t.warning.split(/,/).filter((e=>!/^\s*1[0-9][0-9]/.test(e)));e.length?t.warning=e.join(",").trim():delete t.warning}return t}responseHeaders(){const e=this._copyWithoutHopByHopHeaders(this._resHeaders),t=this.age();return t>86400&&!this._hasExplicitExpiration()&&this.maxAge()>86400&&(e.warning=(e.warning?`${e.warning}, `:"")+'113 - "rfc7234 5.5.4"'),e.age=`${Math.round(t)}`,e.date=new Date(this.now()).toUTCString(),e}date(){const e=Date.parse(this._resHeaders.date);return isFinite(e)?e:this._responseTime}age(){return this._ageValue()+(this.now()-this._responseTime)/1e3}_ageValue(){return o(this._resHeaders.age)}maxAge(){if(!this.storable()||this._rescc["no-cache"])return 0;if(this._isShared&&this._resHeaders["set-cookie"]&&!this._rescc.public&&!this._rescc.immutable)return 0;if("*"===this._resHeaders.vary)return 0;if(this._isShared){if(this._rescc["proxy-revalidate"])return 0;if(this._rescc["s-maxage"])return o(this._rescc["s-maxage"])}if(this._rescc["max-age"])return o(this._rescc["max-age"]);const e=this._rescc.immutable?this._immutableMinTtl:0,t=this.date();if(this._resHeaders.expires){const i=Date.parse(this._resHeaders.expires);return Number.isNaN(i)||ii)return Math.max(e,(t-i)/1e3*this._cacheHeuristic)}return e}timeToLive(){const e=this.maxAge()-this.age(),t=e+o(this._rescc["stale-if-error"]),i=e+o(this._rescc["stale-while-revalidate"]);return 1e3*Math.max(0,e,t,i)}stale(){return this.maxAge()<=this.age()}_useStaleIfError(){return this.maxAge()+o(this._rescc["stale-if-error"])>this.age()}useStaleWhileRevalidate(){return this.maxAge()+o(this._rescc["stale-while-revalidate"])>this.age()}static fromObject(e){return new this(void 0,void 0,{_fromObject:e})}_fromObject(e){if(this._responseTime)throw Error("Reinitialized");if(!e||1!==e.v)throw Error("Invalid serialization");this._responseTime=e.t,this._isShared=e.sh,this._cacheHeuristic=e.ch,this._immutableMinTtl=void 0!==e.imm?e.imm:864e5,this._status=e.st,this._resHeaders=e.resh,this._rescc=e.rescc,this._method=e.m,this._url=e.u,this._host=e.h,this._noAuthorization=e.a,this._reqHeaders=e.reqh,this._reqcc=e.reqcc}toObject(){return{v:1,t:this._responseTime,sh:this._isShared,ch:this._cacheHeuristic,imm:this._immutableMinTtl,st:this._status,resh:this._resHeaders,rescc:this._rescc,m:this._method,u:this._url,h:this._host,a:this._noAuthorization,reqh:this._reqHeaders,reqcc:this._reqcc}}revalidationHeaders(e){this._assertRequestHasHeaders(e);const t=this._copyWithoutHopByHopHeaders(e.headers);if(delete t["if-range"],!this._requestMatches(e,!0)||!this.storable())return delete t["if-none-match"],delete t["if-modified-since"],t;if(this._resHeaders.etag&&(t["if-none-match"]=t["if-none-match"]?`${t["if-none-match"]}, ${this._resHeaders.etag}`:this._resHeaders.etag),t["accept-ranges"]||t["if-match"]||t["if-unmodified-since"]||this._method&&"GET"!=this._method){if(delete t["if-modified-since"],t["if-none-match"]){const e=t["if-none-match"].split(/,/).filter((e=>!/^\s*W\//.test(e)));e.length?t["if-none-match"]=e.join(",").trim():delete t["if-none-match"]}}else this._resHeaders["last-modified"]&&!t["if-modified-since"]&&(t["if-modified-since"]=this._resHeaders["last-modified"]);return t}revalidatedPolicy(e,t){if(this._assertRequestHasHeaders(e),this._useStaleIfError()&&function(e){return!e||n.has(e.status)}(t))return{modified:!1,matches:!1,policy:this};if(!t||!t.headers)throw Error("Response headers missing");let i=!1;if(void 0!==t.status&&304!=t.status?i=!1:t.headers.etag&&!/^\s*W\//.test(t.headers.etag)?i=this._resHeaders.etag&&this._resHeaders.etag.replace(/^\s*W\//,"")===t.headers.etag:this._resHeaders.etag&&t.headers.etag?i=this._resHeaders.etag.replace(/^\s*W\//,"")===t.headers.etag.replace(/^\s*W\//,""):this._resHeaders["last-modified"]?i=this._resHeaders["last-modified"]===t.headers["last-modified"]:this._resHeaders.etag||this._resHeaders["last-modified"]||t.headers.etag||t.headers["last-modified"]||(i=!0),!i)return{policy:new this.constructor(e,t),modified:304!=t.status,matches:!1};const a={};for(const e in this._resHeaders)a[e]=e in t.headers&&!r[e]?t.headers[e]:this._resHeaders[e];const o=Object.assign({},t,{status:this._status,method:this._method,headers:a});return{policy:new this.constructor(e,o,{shared:this._isShared,cacheHeuristic:this._cacheHeuristic,immutableMinTimeToLive:this._immutableMinTtl}),modified:!1,matches:!0}}}},69009:(e,t,i)=>{"use strict";var n=i(40412)("http-errors"),a=i(66644),r=i(54917),o=i(44029),s=i(72953);function c(e){return Number(String(e).charAt(0)+"00")}function u(e,t){var i=Object.getOwnPropertyDescriptor(e,"name");i&&i.configurable&&(i.value=t,Object.defineProperty(e,"name",i))}e.exports=function e(){for(var t,i,a=500,o={},s=0;s=600)&&n("non-error status code; use only 4xx or 5xx status codes"),("number"!=typeof a||!r[a]&&(a<400||a>=600))&&(a=500);var l=e[a]||e[c(a)];for(var p in t||(t=l?new l(i):new Error(i||r[a]),Error.captureStackTrace(t,e)),l&&t instanceof l&&t.status===a||(t.expose=a<500,t.status=t.statusCode=a),o)"status"!==p&&"statusCode"!==p&&(t[p]=o[p]);return t},e.exports.HttpError=function(){function e(){throw new TypeError("cannot construct abstract class")}return o(e,Error),e}(),function(e,t,i){t.forEach((function(t){var n,l=s(r[t]);switch(c(t)){case 400:n=function(e,t,i){var n=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:r[i],o=new Error(t);return Error.captureStackTrace(o,s),a(o,s.prototype),Object.defineProperty(o,"message",{enumerable:!0,configurable:!0,value:t,writable:!0}),Object.defineProperty(o,"name",{enumerable:!1,configurable:!0,value:n,writable:!0}),o}return o(s,e),u(s,n),s.prototype.status=i,s.prototype.statusCode=i,s.prototype.expose=!0,s}(i,l,t);break;case 500:n=function(e,t,i){var n=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:r[i],o=new Error(t);return Error.captureStackTrace(o,s),a(o,s.prototype),Object.defineProperty(o,"message",{enumerable:!0,configurable:!0,value:t,writable:!0}),Object.defineProperty(o,"name",{enumerable:!1,configurable:!0,value:n,writable:!0}),o}return o(s,e),u(s,n),s.prototype.status=i,s.prototype.statusCode=i,s.prototype.expose=!1,s}(i,l,t)}n&&(e[t]=n,e[l]=n)})),e["I'mateapot"]=n.function(e.ImATeapot,'"I\'mateapot"; use "ImATeapot" instead')}(e.exports,r.codes,e.exports.HttpError)},44029:(e,t,i)=>{try{var n=i(31669);if("function"!=typeof n.inherits)throw"";e.exports=n.inherits}catch(t){e.exports=i(10998)}},10998:e=>{"function"==typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,t){e.super_=t;var i=function(){};i.prototype=t.prototype,e.prototype=new i,e.prototype.constructor=e}},24685:(e,t,i)=>{"use strict";const n=i(28614),a=i(4016),r=i(97565),o=i(61269),s=Symbol("currentStreamsCount"),c=Symbol("request"),u=Symbol("cachedOriginSet"),l=Symbol("gracefullyClosing"),p=["maxDeflateDynamicTableSize","maxSessionMemory","maxHeaderListPairs","maxOutstandingPings","maxReservedRemoteStreams","maxSendHeaderBlockLength","paddingStrategy","localAddress","path","rejectUnauthorized","minDHSize","ca","cert","clientCertEngine","ciphers","key","pfx","servername","minVersion","maxVersion","secureProtocol","crl","honorCipherOrder","ecdhCurve","dhparam","secureOptions","sessionIdContext"],d=(e,t)=>e.remoteSettings.maxConcurrentStreams>t.remoteSettings.maxConcurrentStreams,h=(e,t)=>{for(const i of e)i[u].lengtht[u].includes(e)))&&i[s]+t[s]<=t.remoteSettings.maxConcurrentStreams&&f(i)},m=({agent:e,isFree:t})=>{const i={};for(const n in e.sessions){const a=e.sessions[n].filter((e=>{const i=e[g.kCurrentStreamsCount]{e[l]=!0,0===e[s]&&e.close()};class g extends n{constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:i=10,maxCachedTlsSessions:n=100}={}){super(),this.sessions={},this.queue={},this.timeout=e,this.maxSessions=t,this.maxFreeSessions=i,this._freeSessionsCount=0,this._sessionsCount=0,this.settings={enablePush:!1},this.tlsSessionCache=new o({maxSize:n})}static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t&&e.hostname!==t&&(e.hostname=t),e.origin}normalizeOptions(e){let t="";if(e)for(const i of p)e[i]&&(t+=`:${e[i]}`);return t}_tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e]))return;const i=this.queue[e][t];this._sessionsCount{Array.isArray(i)?(i=[...i],n()):i=[{resolve:n,reject:a}];const o=this.normalizeOptions(t),p=g.normalizeOrigin(e,t&&t.servername);if(void 0===p){for(const{reject:e}of i)e(new TypeError("The `origin` argument needs to be a string or an URL object"));return}if(o in this.sessions){const e=this.sessions[o];let t,n=-1,a=-1;for(const i of e){const e=i.remoteSettings.maxConcurrentStreams;if(e=e||i[l]||i.destroyed)continue;t||(n=e),r>a&&(t=i,a=r)}}if(t){if(1!==i.length){for(const{reject:e}of i)e(new Error(`Expected the length of listeners to be 1, got ${i.length}.\nPlease report this to https://github.com/szmarczak/http2-wrapper/`));return}return void i[0].resolve(t)}}if(o in this.queue){if(p in this.queue[o])return this.queue[o][p].listeners.push(...i),void this._tryToCreateNewSession(o,p)}else this.queue[o]={};const m=()=>{o in this.queue&&this.queue[o][p]===v&&(delete this.queue[o][p],0===Object.keys(this.queue[o]).length&&delete this.queue[o])},v=()=>{const n=`${p}:${o}`;let a=!1;try{const g=r.connect(e,{createConnection:this.createConnection,settings:this.settings,session:this.tlsSessionCache.get(n),...t});g[s]=0,g[l]=!1;const y=()=>g[s]{this.tlsSessionCache.set(n,e)})),g.once("error",(e=>{for(const{reject:t}of i)t(e);this.tlsSessionCache.delete(n)})),g.setTimeout(this.timeout,(()=>{g.destroy()})),g.once("close",(()=>{if(a){b&&this._freeSessionsCount--,this._sessionsCount--;const e=this.sessions[o];e.splice(e.indexOf(g),1),0===e.length&&delete this.sessions[o]}else{const e=new Error("Session closed without receiving a SETTINGS frame");e.code="HTTP2WRAPPER_NOSETTINGS";for(const{reject:t}of i)t(e);m()}this._tryToCreateNewSession(o,p)}));const x=()=>{if(o in this.queue&&y())for(const e of g[u])if(e in this.queue[o]){const{listeners:t}=this.queue[o][e];for(;0!==t.length&&y();)t.shift().resolve(g);const i=this.queue[o];if(0===i[e].listeners.length&&(delete i[e],0===Object.keys(i).length)){delete this.queue[o];break}if(!y())break}};g.on("origin",(()=>{g[u]=g.originSet,y()&&(x(),h(this.sessions[o],g))})),g.once("remoteSettings",(()=>{if(g.ref(),g.unref(),this._sessionsCount++,v.destroyed){const e=new Error("Agent has been destroyed");for(const t of i)t.reject(e);g.destroy()}else{g[u]=g.originSet;{const e=this.sessions;if(o in e){const t=e[o];t.splice(((e,t,i)=>{let n=0,a=e.length;for(;n>>1;i(e[r],t)?n=r+1:a=r}return n})(t,g,d),0,g)}else e[o]=[g]}this._freeSessionsCount+=1,a=!0,this.emit("session",g),x(),m(),0===g[s]&&this._freeSessionsCount>this.maxFreeSessions&&g.close(),0!==i.length&&(this.getSession(p,t,i),i.length=0),g.on("remoteSettings",(()=>{x(),h(this.sessions[o],g)}))}})),g[c]=g.request,g.request=(e,t)=>{if(g[l])throw new Error("The session is gracefully closing. No new streams are allowed.");const i=g[c](e,t);return g.ref(),++g[s],g[s]===g.remoteSettings.maxConcurrentStreams&&this._freeSessionsCount--,i.once("close",(()=>{if(b=y(),--g[s],!g.destroyed&&!g.closed&&(((e,t)=>{for(const i of e)t[u].lengthi[u].includes(e)))&&t[s]+i[s]<=i.remoteSettings.maxConcurrentStreams&&f(t)})(this.sessions[o],g),y()&&!g.closed)){b||(this._freeSessionsCount++,b=!0);const e=0===g[s];e&&g.unref(),e&&(this._freeSessionsCount>this.maxFreeSessions||g[l])?g.close():(h(this.sessions[o],g),x())}})),i}}catch(e){for(const t of i)t.reject(e);m()}};v.listeners=i,v.completed=!1,v.destroyed=!1,this.queue[o][p]=v,this._tryToCreateNewSession(o,p)}))}request(e,t,i,n){return new Promise(((a,r)=>{this.getSession(e,t,[{reject:r,resolve:e=>{try{a(e.request(i,n))}catch(e){r(e)}}}])}))}createConnection(e,t){return g.connect(e,t)}static connect(e,t){t.ALPNProtocols=["h2"];const i=e.port||443,n=e.hostname||e.host;return void 0===t.servername&&(t.servername=n),a.connect(i,n,t)}closeFreeSessions(){for(const e of Object.values(this.sessions))for(const t of e)0===t[s]&&t.close()}destroy(e){for(const t of Object.values(this.sessions))for(const i of t)i.destroy(e);for(const e of Object.values(this.queue))for(const t of Object.values(e))t.destroyed=!0;this.queue={}}get freeSessions(){return m({agent:this,isFree:!0})}get busySessions(){return m({agent:this,isFree:!1})}}g.kCurrentStreamsCount=s,g.kGracefullyClosing=l,e.exports={Agent:g,globalAgent:new g}},86673:(e,t,i)=>{"use strict";const n=i(98605),a=i(57211),r=i(45322),o=i(61269),s=i(52287),c=i(4017),u=i(15978),l=new o({maxSize:100}),p=new Map,d=(e,t,i)=>{t._httpMessage={shouldKeepAlive:!0};const n=()=>{e.emit("free",t,i)};t.on("free",n);const a=()=>{e.removeSocket(t,i)};t.on("close",a);const r=()=>{e.removeSocket(t,i),t.off("close",a),t.off("free",n),t.off("agentRemove",r)};t.on("agentRemove",r),e.emit("free",t,i)};e.exports=async(e,t,i)=>{if(("string"==typeof e||e instanceof URL)&&(e=u(new URL(e))),"function"==typeof t&&(i=t,t=void 0),t={ALPNProtocols:["h2","http/1.1"],...e,...t,resolveSocket:!0},!Array.isArray(t.ALPNProtocols)||0===t.ALPNProtocols.length)throw new Error("The `ALPNProtocols` option must be an Array with at least one entry");t.protocol=t.protocol||"https:";const o="https:"===t.protocol;t.host=t.hostname||t.host||"localhost",t.session=t.tlsSession,t.servername=t.servername||c(t),t.port=t.port||(o?443:80),t._defaultAgent=o?a.globalAgent:n.globalAgent;const h=t.agent;if(h){if(h.addRequest)throw new Error("The `options.agent` object can contain only `http`, `https` or `http2` properties");t.agent=h[o?"https":"http"]}if(o){const e=await(async e=>{const t=`${e.host}:${e.port}:${e.ALPNProtocols.sort()}`;if(!l.has(t)){if(p.has(t))return(await p.get(t)).alpnProtocol;const{path:i,agent:n}=e;e.path=e.socketPath;const o=r(e);p.set(t,o);try{const{socket:r,alpnProtocol:s}=await o;if(l.set(t,s),e.path=i,"h2"===s)r.destroy();else{const{globalAgent:t}=a,i=a.Agent.prototype.createConnection;n?n.createConnection===i?d(n,r,e):r.destroy():t.createConnection===i?d(t,r,e):r.destroy()}return p.delete(t),s}catch(e){throw p.delete(t),e}}return l.get(t)})(t);if("h2"===e)return h&&(t.agent=h.http2),new s(t,i)}return n.request(t,i)},e.exports.protocolCache=l},52287:(e,t,i)=>{"use strict";const n=i(97565),{Writable:a}=i(92413),{Agent:r,globalAgent:o}=i(24685),s=i(17138),c=i(15978),u=i(37306),l=i(48202),{ERR_INVALID_ARG_TYPE:p,ERR_INVALID_PROTOCOL:d,ERR_HTTP_HEADERS_SENT:h,ERR_INVALID_HTTP_TOKEN:m,ERR_HTTP_INVALID_HEADER_VALUE:f,ERR_INVALID_CHAR:g}=i(23190),{HTTP2_HEADER_STATUS:v,HTTP2_HEADER_METHOD:y,HTTP2_HEADER_PATH:b,HTTP2_METHOD_CONNECT:x}=n.constants,w=Symbol("headers"),k=Symbol("origin"),_=Symbol("session"),j=Symbol("options"),E=Symbol("flushedHeaders"),D=Symbol("jobs"),C=/^[\^`\-\w!#$%&*+.|~]+$/,A=/[^\t\u0020-\u007E\u0080-\u00FF]/;e.exports=class extends a{constructor(e,t,i){super({autoDestroy:!1});const n="string"==typeof e||e instanceof URL;if(n&&(e=c(e instanceof URL?e:new URL(e))),"function"==typeof t||void 0===t?(i=t,t=n?e:{...e}):t={...e,...t},t.h2session)this[_]=t.h2session;else if(!1===t.agent)this.agent=new r({maxFreeSessions:0});else if(void 0===t.agent||null===t.agent)"function"==typeof t.createConnection?(this.agent=new r({maxFreeSessions:0}),this.agent.createConnection=t.createConnection):this.agent=o;else{if("function"!=typeof t.agent.request)throw new p("options.agent",["Agent-like Object","undefined","false"],t.agent);this.agent=t.agent}if(t.protocol&&"https:"!==t.protocol)throw new d(t.protocol,"https:");const a=t.port||t.defaultPort||this.agent&&this.agent.defaultPort||443,s=t.hostname||t.host||"localhost";delete t.hostname,delete t.host,delete t.port;const{timeout:u}=t;if(t.timeout=void 0,this[w]=Object.create(null),this[D]=[],this.socket=null,this.connection=null,this.method=t.method||"GET",this.path=t.path,this.res=null,this.aborted=!1,this.reusedSocket=!1,t.headers)for(const[e,i]of Object.entries(t.headers))this.setHeader(e,i);t.auth&&!("authorization"in this[w])&&(this[w].authorization="Basic "+Buffer.from(t.auth).toString("base64")),t.session=t.tlsSession,t.path=t.socketPath,this[j]=t,443===a?(this[k]=`https://${s}`,":authority"in this[w]||(this[w][":authority"]=s)):(this[k]=`https://${s}:${a}`,":authority"in this[w]||(this[w][":authority"]=`${s}:${a}`)),u&&this.setTimeout(u),i&&this.once("response",i),this[E]=!1}get method(){return this[w][y]}set method(e){e&&(this[w][y]=e.toUpperCase())}get path(){return this[w][b]}set path(e){e&&(this[w][b]=e)}get _mustNotHaveABody(){return"GET"===this.method||"HEAD"===this.method||"DELETE"===this.method}_write(e,t,i){if(this._mustNotHaveABody)return void i(new Error("The GET, HEAD and DELETE methods must NOT have a body"));this.flushHeaders();const n=()=>this._request.write(e,t,i);this._request?n():this[D].push(n)}_final(e){if(this.destroyed)return;this.flushHeaders();const t=()=>{this._mustNotHaveABody?e():this._request.end(e)};this._request?t():this[D].push(t)}abort(){this.res&&this.res.complete||(this.aborted||process.nextTick((()=>this.emit("abort"))),this.aborted=!0,this.destroy())}_destroy(e,t){this.res&&this.res._dump(),this._request&&this._request.destroy(),t(e)}async flushHeaders(){if(this[E]||this.destroyed)return;this[E]=!0;const e=this.method===x,t=t=>{if(this._request=t,this.destroyed)return void t.destroy();e||u(t,this,["timeout","continue","close","error"]);const i=e=>(...t)=>{this.writable||this.destroyed?this.once("finish",(()=>{e(...t)})):e(...t)};t.once("response",i(((i,n,a)=>{const r=new s(this.socket,t.readableHighWaterMark);this.res=r,r.req=this,r.statusCode=i[v],r.headers=i,r.rawHeaders=a,r.once("end",(()=>{this.aborted?(r.aborted=!0,r.emit("aborted")):(r.complete=!0,r.socket=null,r.connection=null)})),e?(r.upgrade=!0,this.emit("connect",r,t,Buffer.alloc(0))?this.emit("close"):t.destroy()):(t.on("data",(e=>{r._dumped||r.push(e)||t.pause()})),t.once("end",(()=>{r.push(null)})),this.emit("response",r)||r._dump())}))),t.once("headers",i((e=>this.emit("information",{statusCode:e[v]})))),t.once("trailers",i(((e,t,i)=>{const{res:n}=this;n.trailers=e,n.rawTrailers=i})));const{socket:n}=t.session;this.socket=n,this.connection=n;for(const e of this[D])e();this.emit("socket",this.socket)};if(this[_])try{t(this[_].request(this[w]))}catch(e){this.emit("error",e)}else{this.reusedSocket=!0;try{t(await this.agent.request(this[k],this[j],this[w]))}catch(e){this.emit("error",e)}}}getHeader(e){if("string"!=typeof e)throw new p("name","string",e);return this[w][e.toLowerCase()]}get headersSent(){return this[E]}removeHeader(e){if("string"!=typeof e)throw new p("name","string",e);if(this.headersSent)throw new h("remove");delete this[w][e.toLowerCase()]}setHeader(e,t){if(this.headersSent)throw new h("set");if("string"!=typeof e||!C.test(e)&&!l(e))throw new m("Header name",e);if(void 0===t)throw new f(t,e);if(A.test(t))throw new g("header content",e);this[w][e.toLowerCase()]=t}setNoDelay(){}setSocketKeepAlive(){}setTimeout(e,t){const i=()=>this._request.setTimeout(e,t);return this._request?i():this[D].push(i),this}get maxHeadersCount(){if(!this.destroyed&&this._request)return this._request.session.localSettings.maxHeaderListSize}set maxHeadersCount(e){}}},17138:(e,t,i)=>{"use strict";const{Readable:n}=i(92413);e.exports=class extends n{constructor(e,t){super({highWaterMark:t,autoDestroy:!1}),this.statusCode=null,this.statusMessage="",this.httpVersion="2.0",this.httpVersionMajor=2,this.httpVersionMinor=0,this.headers={},this.trailers={},this.req=null,this.aborted=!1,this.complete=!1,this.upgrade=null,this.rawHeaders=[],this.rawTrailers=[],this.socket=e,this.connection=e,this._dumped=!1}_destroy(e){this.req._request.destroy(e)}setTimeout(e,t){return this.req.setTimeout(e,t),this}_dump(){this._dumped||(this._dumped=!0,this.removeAllListeners("data"),this.resume())}_read(){this.req&&this.req._request.resume()}}},69758:(e,t,i)=>{"use strict";const n=i(97565),a=i(24685),r=i(52287),o=i(17138),s=i(86673);e.exports={...n,ClientRequest:r,IncomingMessage:o,...a,request:(e,t,i)=>new r(e,t,i),get:(e,t,i)=>{const n=new r(e,t,i);return n.end(),n},auto:s}},4017:(e,t,i)=>{"use strict";const n=i(11631);e.exports=e=>{let t=e.host;const i=e.headers&&e.headers.host;return i&&(t=i.startsWith("[")?-1===i.indexOf("]")?i:i.slice(1,-1):i.split(":",1)[0]),n.isIP(t)?"":t}},23190:e=>{"use strict";const t=(t,i,n)=>{e.exports[i]=class extends t{constructor(...e){super("string"==typeof n?n:n(e)),this.name=`${super.name} [${i}]`,this.code=i}}};t(TypeError,"ERR_INVALID_ARG_TYPE",(e=>{const t=e[0].includes(".")?"property":"argument";let i=e[1];const n=Array.isArray(i);return n&&(i=`${i.slice(0,-1).join(", ")} or ${i.slice(-1)}`),`The "${e[0]}" ${t} must be ${n?"one of":"of"} type ${i}. Received ${typeof e[2]}`})),t(TypeError,"ERR_INVALID_PROTOCOL",(e=>`Protocol "${e[0]}" not supported. Expected "${e[1]}"`)),t(Error,"ERR_HTTP_HEADERS_SENT",(e=>`Cannot ${e[0]} headers after they are sent to the client`)),t(TypeError,"ERR_INVALID_HTTP_TOKEN",(e=>`${e[0]} must be a valid HTTP token [${e[1]}]`)),t(TypeError,"ERR_HTTP_INVALID_HEADER_VALUE",(e=>`Invalid value "${e[0]} for header "${e[1]}"`)),t(TypeError,"ERR_INVALID_CHAR",(e=>`Invalid character in ${e[0]} [${e[1]}]`))},48202:e=>{"use strict";e.exports=e=>{switch(e){case":method":case":scheme":case":authority":case":path":return!0;default:return!1}}},37306:e=>{"use strict";e.exports=(e,t,i)=>{for(const n of i)e.on(n,((...e)=>t.emit(n,...e)))}},15978:e=>{"use strict";e.exports=e=>{const t={protocol:e.protocol,hostname:"string"==typeof e.hostname&&e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,host:e.host,hash:e.hash,search:e.search,pathname:e.pathname,href:e.href,path:`${e.pathname||""}${e.search||""}`};return"string"==typeof e.port&&0!==e.port.length&&(t.port=Number(e.port)),(e.username||e.password)&&(t.auth=`${e.username||""}:${e.password||""}`),t}},60688:(e,t,i)=>{"use strict";var n=i(2399).Buffer;t._dbcs=u;for(var a=-1,r=-10,o=-1e3,s=new Array(256),c=0;c<256;c++)s[c]=a;function u(e,t){if(this.encodingName=e.encodingName,!e)throw new Error("DBCS codec is called without the data.");if(!e.table)throw new Error("Encoding '"+this.encodingName+"' has no data.");var i=e.table();this.decodeTables=[],this.decodeTables[0]=s.slice(0),this.decodeTableSeq=[];for(var n=0;nt)return-1;for(var i=0,n=e.length;i0;e>>=8)t.push(255&e);0==t.length&&t.push(0);for(var i=this.decodeTables[0],n=t.length-1;n>0;n--){var r=i[t[n]];if(r==a)i[t[n]]=o-this.decodeTables.length,this.decodeTables.push(i=s.slice(0));else{if(!(r<=o))throw new Error("Overwrite byte in "+this.encodingName+", addr: "+e.toString(16));i=this.decodeTables[o-r]}}return i},u.prototype._addDecodeChunk=function(e){var t=parseInt(e[0],16),i=this._getDecodeTrieNode(t);t&=255;for(var n=1;n255)throw new Error("Incorrect chunk in "+this.encodingName+" at addr "+e[0]+": too long"+t)},u.prototype._getEncodeBucket=function(e){var t=e>>8;return void 0===this.encodeTable[t]&&(this.encodeTable[t]=s.slice(0)),this.encodeTable[t]},u.prototype._setEncodeChar=function(e,t){var i=this._getEncodeBucket(e),n=255&e;i[n]<=r?this.encodeTableSeq[r-i[n]][-1]=t:i[n]==a&&(i[n]=t)},u.prototype._setEncodeSequence=function(e,t){var i,n=e[0],o=this._getEncodeBucket(n),s=255&n;o[s]<=r?i=this.encodeTableSeq[r-o[s]]:(i={},o[s]!==a&&(i[-1]=o[s]),o[s]=r-this.encodeTableSeq.length,this.encodeTableSeq.push(i));for(var c=1;c=0?this._setEncodeChar(s,c):s<=o?this._fillEncodeTable(o-s,c<<8,i):s<=r&&this._setEncodeSequence(this.decodeTableSeq[r-s],c))}},l.prototype.write=function(e){for(var t=n.alloc(e.length*(this.gb18030?4:3)),i=this.leadSurrogate,o=this.seqObj,s=-1,c=0,u=0;;){if(-1===s){if(c==e.length)break;var l=e.charCodeAt(c++)}else l=s,s=-1;if(55296<=l&&l<57344)if(l<56320){if(-1===i){i=l;continue}i=l,l=a}else-1!==i?(l=65536+1024*(i-55296)+(l-56320),i=-1):l=a;else-1!==i&&(s=l,l=a,i=-1);var p=a;if(void 0!==o&&l!=a){var h=o[l];if("object"==typeof h){o=h;continue}"number"==typeof h?p=h:null==h&&void 0!==(h=o[-1])&&(p=h,s=l),o=void 0}else if(l>=0){var m=this.encodeTable[l>>8];if(void 0!==m&&(p=m[255&l]),p<=r){o=this.encodeTableSeq[r-p];continue}if(p==a&&this.gb18030){var f=d(this.gb18030.uChars,l);if(-1!=f){p=this.gb18030.gbChars[f]+(l-this.gb18030.uChars[f]),t[u++]=129+Math.floor(p/12600),p%=12600,t[u++]=48+Math.floor(p/1260),p%=1260,t[u++]=129+Math.floor(p/10),p%=10,t[u++]=48+p;continue}}}p===a&&(p=this.defaultCharSingleByte),p<256?t[u++]=p:p<65536?(t[u++]=p>>8,t[u++]=255&p):(t[u++]=p>>16,t[u++]=p>>8&255,t[u++]=255&p)}return this.seqObj=o,this.leadSurrogate=i,t.slice(0,u)},l.prototype.end=function(){if(-1!==this.leadSurrogate||void 0!==this.seqObj){var e=n.alloc(10),t=0;if(this.seqObj){var i=this.seqObj[-1];void 0!==i&&(i<256?e[t++]=i:(e[t++]=i>>8,e[t++]=255&i)),this.seqObj=void 0}return-1!==this.leadSurrogate&&(e[t++]=this.defaultCharSingleByte,this.leadSurrogate=-1),e.slice(0,t)}},l.prototype.findIdx=d,p.prototype.write=function(e){var t=n.alloc(2*e.length),i=this.nodeIdx,s=this.prevBuf,c=this.prevBuf.length,u=-this.prevBuf.length;c>0&&(s=n.concat([s,e.slice(0,10)]));for(var l=0,p=0;l=0?e[l]:s[l+c];if((h=this.decodeTables[i][m])>=0);else if(h===a)l=u,h=this.defaultCharUnicode.charCodeAt(0);else if(-2===h){var f=u>=0?e.slice(u,l+1):s.slice(u+c,l+1+c),g=12600*(f[0]-129)+1260*(f[1]-48)+10*(f[2]-129)+(f[3]-48),v=d(this.gb18030.gbChars,g);h=this.gb18030.uChars[v]+g-this.gb18030.gbChars[v]}else{if(h<=o){i=o-h;continue}if(!(h<=r))throw new Error("iconv-lite internal error: invalid decoding table value "+h+" at "+i+"/"+m);for(var y=this.decodeTableSeq[r-h],b=0;b>8;h=y[y.length-1]}if(h>65535){h-=65536;var x=55296+Math.floor(h/1024);t[p++]=255&x,t[p++]=x>>8,h=56320+h%1024}t[p++]=255&h,t[p++]=h>>8,i=0,u=l+1}return this.nodeIdx=i,this.prevBuf=u>=0?e.slice(u):s.slice(u+c),t.slice(0,p).toString("ucs2")},p.prototype.end=function(){for(var e="";this.prevBuf.length>0;){e+=this.defaultCharUnicode;var t=this.prevBuf.slice(1);this.prevBuf=n.alloc(0),this.nodeIdx=0,t.length>0&&(e+=this.write(t))}return this.nodeIdx=0,e}},55990:(e,t,i)=>{"use strict";e.exports={shiftjis:{type:"_dbcs",table:function(){return i(64108)},encodeAdd:{"¥":92,"‾":126},encodeSkipVals:[{from:60736,to:63808}]},csshiftjis:"shiftjis",mskanji:"shiftjis",sjis:"shiftjis",windows31j:"shiftjis",ms31j:"shiftjis",xsjis:"shiftjis",windows932:"shiftjis",ms932:"shiftjis",932:"shiftjis",cp932:"shiftjis",eucjp:{type:"_dbcs",table:function(){return i(72417)},encodeAdd:{"¥":92,"‾":126}},gb2312:"cp936",gb231280:"cp936",gb23121980:"cp936",csgb2312:"cp936",csiso58gb231280:"cp936",euccn:"cp936",windows936:"cp936",ms936:"cp936",936:"cp936",cp936:{type:"_dbcs",table:function(){return i(97803)}},gbk:{type:"_dbcs",table:function(){return i(97803).concat(i(37419))}},xgbk:"gbk",isoir58:"gbk",gb18030:{type:"_dbcs",table:function(){return i(97803).concat(i(37419))},gb18030:function(){return i(86351)},encodeSkipVals:[128],encodeAdd:{"€":41699}},chinese:"gb18030",windows949:"cp949",ms949:"cp949",949:"cp949",cp949:{type:"_dbcs",table:function(){return i(87013)}},cseuckr:"cp949",csksc56011987:"cp949",euckr:"cp949",isoir149:"cp949",korean:"cp949",ksc56011987:"cp949",ksc56011989:"cp949",ksc5601:"cp949",windows950:"cp950",ms950:"cp950",950:"cp950",cp950:{type:"_dbcs",table:function(){return i(33104)}},big5:"big5hkscs",big5hkscs:{type:"_dbcs",table:function(){return i(33104).concat(i(43612))},encodeSkipVals:[41676]},cnbig5:"big5hkscs",csbig5:"big5hkscs",xxbig5:"big5hkscs"}},46934:(e,t,i)=>{"use strict";for(var n=[i(1025),i(91279),i(20758),i(59068),i(20288),i(67018),i(60688),i(55990)],a=0;a{"use strict";var n=i(2399).Buffer;function a(e,t){this.enc=e.encodingName,this.bomAware=e.bomAware,"base64"===this.enc?this.encoder=c:"cesu8"===this.enc&&(this.enc="utf8",this.encoder=u,"💩"!==n.from("eda0bdedb2a9","hex").toString()&&(this.decoder=l,this.defaultCharUnicode=t.defaultCharUnicode))}e.exports={utf8:{type:"_internal",bomAware:!0},cesu8:{type:"_internal",bomAware:!0},unicode11utf8:"utf8",ucs2:{type:"_internal",bomAware:!0},utf16le:"ucs2",binary:{type:"_internal"},base64:{type:"_internal"},hex:{type:"_internal"},_internal:a},a.prototype.encoder=s,a.prototype.decoder=o;var r=i(24304).StringDecoder;function o(e,t){r.call(this,t.enc)}function s(e,t){this.enc=t.enc}function c(e,t){this.prevStr=""}function u(e,t){}function l(e,t){this.acc=0,this.contBytes=0,this.accBytes=0,this.defaultCharUnicode=t.defaultCharUnicode}r.prototype.end||(r.prototype.end=function(){}),o.prototype=r.prototype,s.prototype.write=function(e){return n.from(e,this.enc)},s.prototype.end=function(){},c.prototype.write=function(e){var t=(e=this.prevStr+e).length-e.length%4;return this.prevStr=e.slice(t),e=e.slice(0,t),n.from(e,"base64")},c.prototype.end=function(){return n.from(this.prevStr,"base64")},u.prototype.write=function(e){for(var t=n.alloc(3*e.length),i=0,a=0;a>>6),t[i++]=128+(63&r)):(t[i++]=224+(r>>>12),t[i++]=128+(r>>>6&63),t[i++]=128+(63&r))}return t.slice(0,i)},u.prototype.end=function(){},l.prototype.write=function(e){for(var t=this.acc,i=this.contBytes,n=this.accBytes,a="",r=0;r0&&(a+=this.defaultCharUnicode,i=0),o<128?a+=String.fromCharCode(o):o<224?(t=31&o,i=1,n=1):o<240?(t=15&o,i=2,n=1):a+=this.defaultCharUnicode):i>0?(t=t<<6|63&o,n++,0==--i&&(a+=2===n&&t<128&&t>0||3===n&&t<2048?this.defaultCharUnicode:String.fromCharCode(t))):a+=this.defaultCharUnicode}return this.acc=t,this.contBytes=i,this.accBytes=n,a},l.prototype.end=function(){var e=0;return this.contBytes>0&&(e+=this.defaultCharUnicode),e}},59068:(e,t,i)=>{"use strict";var n=i(2399).Buffer;function a(e,t){if(!e)throw new Error("SBCS codec is called without the data.");if(!e.chars||128!==e.chars.length&&256!==e.chars.length)throw new Error("Encoding '"+e.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(128===e.chars.length){for(var i="",a=0;a<128;a++)i+=String.fromCharCode(a);e.chars=i+e.chars}this.decodeBuf=n.from(e.chars,"ucs2");var r=n.alloc(65536,t.defaultCharSingleByte.charCodeAt(0));for(a=0;a{"use strict";e.exports={437:"cp437",737:"cp737",775:"cp775",850:"cp850",852:"cp852",855:"cp855",856:"cp856",857:"cp857",858:"cp858",860:"cp860",861:"cp861",862:"cp862",863:"cp863",864:"cp864",865:"cp865",866:"cp866",869:"cp869",874:"windows874",922:"cp922",1046:"cp1046",1124:"cp1124",1125:"cp1125",1129:"cp1129",1133:"cp1133",1161:"cp1161",1162:"cp1162",1163:"cp1163",1250:"windows1250",1251:"windows1251",1252:"windows1252",1253:"windows1253",1254:"windows1254",1255:"windows1255",1256:"windows1256",1257:"windows1257",1258:"windows1258",28591:"iso88591",28592:"iso88592",28593:"iso88593",28594:"iso88594",28595:"iso88595",28596:"iso88596",28597:"iso88597",28598:"iso88598",28599:"iso88599",28600:"iso885910",28601:"iso885911",28603:"iso885913",28604:"iso885914",28605:"iso885915",28606:"iso885916",windows874:{type:"_sbcs",chars:"€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},win874:"windows874",cp874:"windows874",windows1250:{type:"_sbcs",chars:"€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},win1250:"windows1250",cp1250:"windows1250",windows1251:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},win1251:"windows1251",cp1251:"windows1251",windows1252:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},win1252:"windows1252",cp1252:"windows1252",windows1253:{type:"_sbcs",chars:"€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},win1253:"windows1253",cp1253:"windows1253",windows1254:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},win1254:"windows1254",cp1254:"windows1254",windows1255:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹֺֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"},win1255:"windows1255",cp1255:"windows1255",windows1256:{type:"_sbcs",chars:"€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے"},win1256:"windows1256",cp1256:"windows1256",windows1257:{type:"_sbcs",chars:"€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙"},win1257:"windows1257",cp1257:"windows1257",windows1258:{type:"_sbcs",chars:"€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},win1258:"windows1258",cp1258:"windows1258",iso88591:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28591:"iso88591",iso88592:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ą˘Ł¤ĽŚ§¨ŠŞŤŹ­ŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},cp28592:"iso88592",iso88593:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ħ˘£¤�Ĥ§¨İŞĞĴ­�Ż°ħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙"},cp28593:"iso88593",iso88594:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĸŖ¤ĨĻ§¨ŠĒĢŦ­Ž¯°ą˛ŗ´ĩļˇ¸šēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖ×ØŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙"},cp28594:"iso88594",iso88595:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ"},cp28595:"iso88595",iso88596:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ���¤�������،­�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������"},cp28596:"iso88596",iso88597:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ‘’£€₯¦§¨©ͺ«¬­�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�"},cp28597:"iso88597",iso88598:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �¢£¤¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�"},cp28598:"iso88598",iso88599:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},cp28599:"iso88599",iso885910:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĒĢĪĨĶ§ĻĐŠŦŽ­ŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ"},cp28600:"iso885910",iso885911:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},cp28601:"iso885911",iso885913:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’"},cp28603:"iso885913",iso885914:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ­®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ"},cp28604:"iso885914",iso885915:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥Š§š©ª«¬­®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28605:"iso885915",iso885916:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄąŁ€„Š§š©Ș«Ź­źŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ"},cp28606:"iso885916",cp437:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm437:"cp437",csibm437:"cp437",cp737:{type:"_sbcs",chars:"ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ "},ibm737:"cp737",csibm737:"cp737",cp775:{type:"_sbcs",chars:"ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£ØפĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’­±“¾¶§÷„°∙·¹³²■ "},ibm775:"cp775",csibm775:"cp775",cp850:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø׃áíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ "},ibm850:"cp850",csibm850:"cp850",cp852:{type:"_sbcs",chars:"ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘ꬟Ⱥ«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ "},ibm852:"cp852",csibm852:"cp852",cp855:{type:"_sbcs",chars:"ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№­ыЫзЗшШэЭщЩчЧ§■ "},ibm855:"cp855",csibm855:"cp855",cp856:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´­±‗¾¶§÷¸°¨·¹³²■ "},ibm856:"cp856",csibm856:"cp856",cp857:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞ𿮬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ "},ibm857:"cp857",csibm857:"cp857",cp858:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø׃áíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ "},ibm858:"cp858",csibm858:"cp858",cp860:{type:"_sbcs",chars:"ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñѪº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm860:"cp860",csibm860:"cp860",cp861:{type:"_sbcs",chars:"ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm861:"cp861",csibm861:"cp861",cp862:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm862:"cp862",csibm862:"cp862",cp863:{type:"_sbcs",chars:"ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm863:"cp863",csibm863:"cp863",cp864:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�"},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ "},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ "},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖ×ØÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"ﺈ×÷ﹱˆ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�"},ibm1046:"cp1046",csibm1046:"cp1046",cp1124:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ"},ibm1124:"cp1124",csibm1124:"cp1124",cp1125:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ "},ibm1125:"cp1125",csibm1125:"cp1125",cp1129:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1129:"cp1129",csibm1129:"cp1129",cp1133:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�"},ibm1133:"cp1133",csibm1133:"cp1133",cp1161:{type:"_sbcs",chars:"��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ "},ibm1161:"cp1161",csibm1161:"cp1161",cp1162:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"},ibm1162:"cp1162",csibm1162:"cp1162",cp1163:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1163:"cp1163",csibm1163:"cp1163",maccroatian:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈Ć«Č… ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ"},maccyrillic:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},macgreek:{type:"_sbcs",chars:"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�"},maciceland:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüÝ°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macroman:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macromania:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macthai:{type:"_sbcs",chars:"«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู\ufeff​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����"},macturkish:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ"},macukraine:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},koi8r:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8u:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8ru:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8t:{type:"_sbcs",chars:"қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},armscii8:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�"},rk1048:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},tcvn:{type:"_sbcs",chars:"\0ÚỤỪỬỮ\b\t\n\v\f\rỨỰỲỶỸÝỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ"},georgianacademy:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},georgianps:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},pt154:{type:"_sbcs",chars:"ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},viscii:{type:"_sbcs",chars:"\0ẲẴẪ\b\t\n\v\f\rỶỸỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ"},iso646cn:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},iso646jp:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������"},hproman8:{type:"_sbcs",chars:"€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�"},macintosh:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},ascii:{type:"_sbcs",chars:"��������������������������������������������������������������������������������������������������������������������������������"},tis620:{type:"_sbcs",chars:"���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����"}}},20288:e=>{"use strict";e.exports={10029:"maccenteuro",maccenteuro:{type:"_sbcs",chars:"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ"},808:"cp808",ibm808:"cp808",cp808:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "},mik:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ascii8bit:"ascii",usascii:"ascii",ansix34:"ascii",ansix341968:"ascii",ansix341986:"ascii",csascii:"ascii",cp367:"ascii",ibm367:"ascii",isoir6:"ascii",iso646us:"ascii",iso646irv:"ascii",us:"ascii",latin1:"iso88591",latin2:"iso88592",latin3:"iso88593",latin4:"iso88594",latin5:"iso88599",latin6:"iso885910",latin7:"iso885913",latin8:"iso885914",latin9:"iso885915",latin10:"iso885916",csisolatin1:"iso88591",csisolatin2:"iso88592",csisolatin3:"iso88593",csisolatin4:"iso88594",csisolatincyrillic:"iso88595",csisolatinarabic:"iso88596",csisolatingreek:"iso88597",csisolatinhebrew:"iso88598",csisolatin5:"iso88599",csisolatin6:"iso885910",l1:"iso88591",l2:"iso88592",l3:"iso88593",l4:"iso88594",l5:"iso88599",l6:"iso885910",l7:"iso885913",l8:"iso885914",l9:"iso885915",l10:"iso885916",isoir14:"iso646jp",isoir57:"iso646cn",isoir100:"iso88591",isoir101:"iso88592",isoir109:"iso88593",isoir110:"iso88594",isoir144:"iso88595",isoir127:"iso88596",isoir126:"iso88597",isoir138:"iso88598",isoir148:"iso88599",isoir157:"iso885910",isoir166:"tis620",isoir179:"iso885913",isoir199:"iso885914",isoir203:"iso885915",isoir226:"iso885916",cp819:"iso88591",ibm819:"iso88591",cyrillic:"iso88595",arabic:"iso88596",arabic8:"iso88596",ecma114:"iso88596",asmo708:"iso88596",greek:"iso88597",greek8:"iso88597",ecma118:"iso88597",elot928:"iso88597",hebrew:"iso88598",hebrew8:"iso88598",turkish:"iso88599",turkish8:"iso88599",thai:"iso885911",thai8:"iso885911",celtic:"iso885914",celtic8:"iso885914",isoceltic:"iso885914",tis6200:"tis620",tis62025291:"tis620",tis62025330:"tis620",1e4:"macroman",10006:"macgreek",10007:"maccyrillic",10079:"maciceland",10081:"macturkish",cspc8codepage437:"cp437",cspc775baltic:"cp775",cspc850multilingual:"cp850",cspcp852:"cp852",cspc862latinhebrew:"cp862",cpgr:"cp869",msee:"cp1250",mscyrl:"cp1251",msansi:"cp1252",msgreek:"cp1253",msturk:"cp1254",mshebr:"cp1255",msarab:"cp1256",winbaltrim:"cp1257",cp20866:"koi8r",20866:"koi8r",ibm878:"koi8r",cskoi8r:"koi8r",cp21866:"koi8u",21866:"koi8u",ibm1168:"koi8u",strk10482002:"rk1048",tcvn5712:"tcvn",tcvn57121:"tcvn",gb198880:"iso646cn",cn:"iso646cn",csiso14jisc6220ro:"iso646jp",jisc62201969ro:"iso646jp",jp:"iso646jp",cshproman8:"hproman8",r8:"hproman8",roman8:"hproman8",xroman8:"hproman8",ibm1051:"hproman8",mac:"macintosh",csmacintosh:"macintosh"}},43612:e=>{"use strict";e.exports=JSON.parse('[["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"],["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"],["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆㓦珄𥶹瓆鿇垳䤯呌䄱𣚎堘穲𧭥讏䚮𦺈䆁𥶙箮𢒼鿈𢓁𢓉𢓌鿉蔄𣖻䂴鿊䓡𪷿拁灮鿋"],["8840","㇀",4,"𠄌㇅𠃑𠃍㇆㇇𠃋𡿨㇈𠃊㇉㇊㇋㇌𠄎㇍㇎ĀÁǍÀĒÉĚÈŌÓǑÒ࿿Ê̄Ế࿿Ê̌ỀÊāáǎàɑēéěèīíǐìōóǒòūúǔùǖǘǚ"],["88a1","ǜü࿿ê̄ế࿿ê̌ềêɡ⏚⏛"],["8940","𪎩𡅅"],["8943","攊"],["8946","丽滝鵎釟"],["894c","𧜵撑会伨侨兖兴农凤务动医华发变团声处备夲头学实実岚庆总斉柾栄桥济炼电纤纬纺织经统缆缷艺苏药视设询车轧轮"],["89a1","琑糼緍楆竉刧"],["89ab","醌碸酞肼"],["89b0","贋胶𠧧"],["89b5","肟黇䳍鷉鸌䰾𩷶𧀎鸊𪄳㗁"],["89c1","溚舾甙"],["89c5","䤑马骏龙禇𨑬𡷊𠗐𢫦两亁亀亇亿仫伷㑌侽㹈倃傈㑽㒓㒥円夅凛凼刅争剹劐匧㗇厩㕑厰㕓参吣㕭㕲㚁咓咣咴咹哐哯唘唣唨㖘唿㖥㖿嗗㗅"],["8a40","𧶄唥"],["8a43","𠱂𠴕𥄫喐𢳆㧬𠍁蹆𤶸𩓥䁓𨂾睺𢰸㨴䟕𨅝𦧲𤷪擝𠵼𠾴𠳕𡃴撍蹾𠺖𠰋𠽤𢲩𨉖𤓓"],["8a64","𠵆𩩍𨃩䟴𤺧𢳂骲㩧𩗴㿭㔆𥋇𩟔𧣈𢵄鵮頕"],["8a76","䏙𦂥撴哣𢵌𢯊𡁷㧻𡁯"],["8aa1","𦛚𦜖𧦠擪𥁒𠱃蹨𢆡𨭌𠜱"],["8aac","䠋𠆩㿺塳𢶍"],["8ab2","𤗈𠓼𦂗𠽌𠶖啹䂻䎺"],["8abb","䪴𢩦𡂝膪飵𠶜捹㧾𢝵跀嚡摼㹃"],["8ac9","𪘁𠸉𢫏𢳉"],["8ace","𡃈𣧂㦒㨆𨊛㕸𥹉𢃇噒𠼱𢲲𩜠㒼氽𤸻"],["8adf","𧕴𢺋𢈈𪙛𨳍𠹺𠰴𦠜羓𡃏𢠃𢤹㗻𥇣𠺌𠾍𠺪㾓𠼰𠵇𡅏𠹌"],["8af6","𠺫𠮩𠵈𡃀𡄽㿹𢚖搲𠾭"],["8b40","𣏴𧘹𢯎𠵾𠵿𢱑𢱕㨘𠺘𡃇𠼮𪘲𦭐𨳒𨶙𨳊閪哌苄喹"],["8b55","𩻃鰦骶𧝞𢷮煀腭胬尜𦕲脴㞗卟𨂽醶𠻺𠸏𠹷𠻻㗝𤷫㘉𠳖嚯𢞵𡃉𠸐𠹸𡁸𡅈𨈇𡑕𠹹𤹐𢶤婔𡀝𡀞𡃵𡃶垜𠸑"],["8ba1","𧚔𨋍𠾵𠹻𥅾㜃𠾶𡆀𥋘𪊽𤧚𡠺𤅷𨉼墙剨㘚𥜽箲孨䠀䬬鼧䧧鰟鮍𥭴𣄽嗻㗲嚉丨夂𡯁屮靑𠂆乛亻㔾尣彑忄㣺扌攵歺氵氺灬爫丬犭𤣩罒礻糹罓𦉪㓁"],["8bde","𦍋耂肀𦘒𦥑卝衤见𧢲讠贝钅镸长门𨸏韦页风飞饣𩠐鱼鸟黄歯龜丷𠂇阝户钢"],["8c40","倻淾𩱳龦㷉袏𤅎灷峵䬠𥇍㕙𥴰愢𨨲辧釶熑朙玺𣊁𪄇㲋𡦀䬐磤琂冮𨜏䀉橣𪊺䈣蘏𠩯稪𩥇𨫪靕灍匤𢁾鏴盙𨧣龧矝亣俰傼丯众龨吴綋墒壐𡶶庒庙忂𢜒斋"],["8ca1","𣏹椙橃𣱣泿"],["8ca7","爀𤔅玌㻛𤨓嬕璹讃𥲤𥚕窓篬糃繬苸薗龩袐龪躹龫迏蕟駠鈡龬𨶹𡐿䁱䊢娚"],["8cc9","顨杫䉶圽"],["8cce","藖𤥻芿𧄍䲁𦵴嵻𦬕𦾾龭龮宖龯曧繛湗秊㶈䓃𣉖𢞖䎚䔶"],["8ce6","峕𣬚諹屸㴒𣕑嵸龲煗䕘𤃬𡸣䱷㥸㑊𠆤𦱁諌侴𠈹妿腬顖𩣺弻"],["8d40","𠮟"],["8d42","𢇁𨥭䄂䚻𩁹㼇龳𪆵䃸㟖䛷𦱆䅼𨚲𧏿䕭㣔𥒚䕡䔛䶉䱻䵶䗪㿈𤬏㙡䓞䒽䇭崾嵈嵖㷼㠏嶤嶹㠠㠸幂庽弥徃㤈㤔㤿㥍惗愽峥㦉憷憹懏㦸戬抐拥挘㧸嚱"],["8da1","㨃揢揻搇摚㩋擀崕嘡龟㪗斆㪽旿晓㫲暒㬢朖㭂枤栀㭘桊梄㭲㭱㭻椉楃牜楤榟榅㮼槖㯝橥橴橱檂㯬檙㯲檫檵櫔櫶殁毁毪汵沪㳋洂洆洦涁㳯涤涱渕渘温溆𨧀溻滢滚齿滨滩漤漴㵆𣽁澁澾㵪㵵熷岙㶊瀬㶑灐灔灯灿炉𠌥䏁㗱𠻘"],["8e40","𣻗垾𦻓焾𥟠㙎榢𨯩孴穉𥣡𩓙穥穽𥦬窻窰竂竃燑𦒍䇊竚竝竪䇯咲𥰁笋筕笩𥌎𥳾箢筯莜𥮴𦱿篐萡箒箸𥴠㶭𥱥蒒篺簆簵𥳁籄粃𤢂粦晽𤕸糉糇糦籴糳糵糎"],["8ea1","繧䔝𦹄絝𦻖璍綉綫焵綳緒𤁗𦀩緤㴓緵𡟹緥𨍭縝𦄡𦅚繮纒䌫鑬縧罀罁罇礶𦋐駡羗𦍑羣𡙡𠁨䕜𣝦䔃𨌺翺𦒉者耈耝耨耯𪂇𦳃耻耼聡𢜔䦉𦘦𣷣𦛨朥肧𨩈脇脚墰𢛶汿𦒘𤾸擧𡒊舘𡡞橓𤩥𤪕䑺舩𠬍𦩒𣵾俹𡓽蓢荢𦬊𤦧𣔰𡝳𣷸芪椛芳䇛"],["8f40","蕋苐茚𠸖𡞴㛁𣅽𣕚艻苢茘𣺋𦶣𦬅𦮗𣗎㶿茝嗬莅䔋𦶥莬菁菓㑾𦻔橗蕚㒖𦹂𢻯葘𥯤葱㷓䓤檧葊𣲵祘蒨𦮖𦹷𦹃蓞萏莑䒠蒓蓤𥲑䉀𥳀䕃蔴嫲𦺙䔧蕳䔖枿蘖"],["8fa1","𨘥𨘻藁𧂈蘂𡖂𧃍䕫䕪蘨㙈𡢢号𧎚虾蝱𪃸蟮𢰧螱蟚蠏噡虬桖䘏衅衆𧗠𣶹𧗤衞袜䙛袴袵揁装睷𧜏覇覊覦覩覧覼𨨥觧𧤤𧪽誜瞓釾誐𧩙竩𧬺𣾏䜓𧬸煼謌謟𥐰𥕥謿譌譍誩𤩺讐讛誯𡛟䘕衏貛𧵔𧶏貫㜥𧵓賖𧶘𧶽贒贃𡤐賛灜贑𤳉㻐起"],["9040","趩𨀂𡀔𤦊㭼𨆼𧄌竧躭躶軃鋔輙輭𨍥𨐒辥錃𪊟𠩐辳䤪𨧞𨔽𣶻廸𣉢迹𪀔𨚼𨔁𢌥㦀𦻗逷𨔼𧪾遡𨕬𨘋邨𨜓郄𨛦邮都酧㫰醩釄粬𨤳𡺉鈎沟鉁鉢𥖹銹𨫆𣲛𨬌𥗛"],["90a1","𠴱錬鍫𨫡𨯫炏嫃𨫢𨫥䥥鉄𨯬𨰹𨯿鍳鑛躼閅閦鐦閠濶䊹𢙺𨛘𡉼𣸮䧟氜陻隖䅬隣𦻕懚隶磵𨫠隽双䦡𦲸𠉴𦐐𩂯𩃥𤫑𡤕𣌊霱虂霶䨏䔽䖅𤫩灵孁霛靜𩇕靗孊𩇫靟鐥僐𣂷𣂼鞉鞟鞱鞾韀韒韠𥑬韮琜𩐳響韵𩐝𧥺䫑頴頳顋顦㬎𧅵㵑𠘰𤅜"],["9140","𥜆飊颷飈飇䫿𦴧𡛓喰飡飦飬鍸餹𤨩䭲𩡗𩤅駵騌騻騐驘𥜥㛄𩂱𩯕髠髢𩬅髴䰎鬔鬭𨘀倴鬴𦦨㣃𣁽魐魀𩴾婅𡡣鮎𤉋鰂鯿鰌𩹨鷔𩾷𪆒𪆫𪃡𪄣𪇟鵾鶃𪄴鸎梈"],["91a1","鷄𢅛𪆓𪈠𡤻𪈳鴹𪂹𪊴麐麕麞麢䴴麪麯𤍤黁㭠㧥㴝伲㞾𨰫鼂鼈䮖鐤𦶢鼗鼖鼹嚟嚊齅馸𩂋韲葿齢齩竜龎爖䮾𤥵𤦻煷𤧸𤍈𤩑玞𨯚𡣺禟𨥾𨸶鍩鏳𨩄鋬鎁鏋𨥬𤒹爗㻫睲穃烐𤑳𤏸煾𡟯炣𡢾𣖙㻇𡢅𥐯𡟸㜢𡛻𡠹㛡𡝴𡣑𥽋㜣𡛀坛𤨥𡏾𡊨"],["9240","𡏆𡒶蔃𣚦蔃葕𤦔𧅥𣸱𥕜𣻻𧁒䓴𣛮𩦝𦼦柹㜳㰕㷧塬𡤢栐䁗𣜿𤃡𤂋𤄏𦰡哋嚞𦚱嚒𠿟𠮨𠸍鏆𨬓鎜仸儫㠙𤐶亼𠑥𠍿佋侊𥙑婨𠆫𠏋㦙𠌊𠐔㐵伩𠋀𨺳𠉵諚𠈌亘"],["92a1","働儍侢伃𤨎𣺊佂倮偬傁俌俥偘僼兙兛兝兞湶𣖕𣸹𣺿浲𡢄𣺉冨凃𠗠䓝𠒣𠒒𠒑赺𨪜𠜎剙劤𠡳勡鍮䙺熌𤎌𠰠𤦬𡃤槑𠸝瑹㻞璙琔瑖玘䮎𤪼𤂍叐㖄爏𤃉喴𠍅响𠯆圝鉝雴鍦埝垍坿㘾壋媙𨩆𡛺𡝯𡜐娬妸銏婾嫏娒𥥆𡧳𡡡𤊕㛵洅瑃娡𥺃"],["9340","媁𨯗𠐓鏠璌𡌃焅䥲鐈𨧻鎽㞠尞岞幞幈𡦖𡥼𣫮廍孏𡤃𡤄㜁𡢠㛝𡛾㛓脪𨩇𡶺𣑲𨦨弌弎𡤧𡞫婫𡜻孄蘔𧗽衠恾𢡠𢘫忛㺸𢖯𢖾𩂈𦽳懀𠀾𠁆𢘛憙憘恵𢲛𢴇𤛔𩅍"],["93a1","摱𤙥𢭪㨩𢬢𣑐𩣪𢹸挷𪑛撶挱揑𤧣𢵧护𢲡搻敫楲㯴𣂎𣊭𤦉𣊫唍𣋠𡣙𩐿曎𣊉𣆳㫠䆐𥖄𨬢𥖏𡛼𥕛𥐥磮𣄃𡠪𣈴㑤𣈏𣆂𤋉暎𦴤晫䮓昰𧡰𡷫晣𣋒𣋡昞𥡲㣑𣠺𣞼㮙𣞢𣏾瓐㮖枏𤘪梶栞㯄檾㡣𣟕𤒇樳橒櫉欅𡤒攑梘橌㯗橺歗𣿀𣲚鎠鋲𨯪𨫋"],["9440","銉𨀞𨧜鑧涥漋𤧬浧𣽿㶏渄𤀼娽渊塇洤硂焻𤌚𤉶烱牐犇犔𤞏𤜥兹𤪤𠗫瑺𣻸𣙟𤩊𤤗𥿡㼆㺱𤫟𨰣𣼵悧㻳瓌琼鎇琷䒟𦷪䕑疃㽣𤳙𤴆㽘畕癳𪗆㬙瑨𨫌𤦫𤦎㫻"],["94a1","㷍𤩎㻿𤧅𤣳釺圲鍂𨫣𡡤僟𥈡𥇧睸𣈲眎眏睻𤚗𣞁㩞𤣰琸璛㺿𤪺𤫇䃈𤪖𦆮錇𥖁砞碍碈磒珐祙𧝁𥛣䄎禛蒖禥樭𣻺稺秴䅮𡛦䄲鈵秱𠵌𤦌𠊙𣶺𡝮㖗啫㕰㚪𠇔𠰍竢婙𢛵𥪯𥪜娍𠉛磰娪𥯆竾䇹籝籭䈑𥮳𥺼𥺦糍𤧹𡞰粎籼粮檲緜縇緓罎𦉡"],["9540","𦅜𧭈綗𥺂䉪𦭵𠤖柖𠁎𣗏埄𦐒𦏸𤥢翝笧𠠬𥫩𥵃笌𥸎駦虅驣樜𣐿㧢𤧷𦖭騟𦖠蒀𧄧𦳑䓪脷䐂胆脉腂𦞴飃𦩂艢艥𦩑葓𦶧蘐𧈛媆䅿𡡀嬫𡢡嫤𡣘蚠蜨𣶏蠭𧐢娂"],["95a1","衮佅袇袿裦襥襍𥚃襔𧞅𧞄𨯵𨯙𨮜𨧹㺭蒣䛵䛏㟲訽訜𩑈彍鈫𤊄旔焩烄𡡅鵭貟賩𧷜妚矃姰䍮㛔踪躧𤰉輰轊䋴汘澻𢌡䢛潹溋𡟚鯩㚵𤤯邻邗啱䤆醻鐄𨩋䁢𨫼鐧𨰝𨰻蓥訫閙閧閗閖𨴴瑅㻂𤣿𤩂𤏪㻧𣈥随𨻧𨹦𨹥㻌𤧭𤩸𣿮琒瑫㻼靁𩂰"],["9640","桇䨝𩂓𥟟靝鍨𨦉𨰦𨬯𦎾銺嬑譩䤼珹𤈛鞛靱餸𠼦巁𨯅𤪲頟𩓚鋶𩗗釥䓀𨭐𤩧𨭤飜𨩅㼀鈪䤥萔餻饍𧬆㷽馛䭯馪驜𨭥𥣈檏騡嫾騯𩣱䮐𩥈馼䮽䮗鍽塲𡌂堢𤦸"],["96a1","𡓨硄𢜟𣶸棅㵽鑘㤧慐𢞁𢥫愇鱏鱓鱻鰵鰐魿鯏𩸭鮟𪇵𪃾鴡䲮𤄄鸘䲰鴌𪆴𪃭𪃳𩤯鶥蒽𦸒𦿟𦮂藼䔳𦶤𦺄𦷰萠藮𦸀𣟗𦁤秢𣖜𣙀䤭𤧞㵢鏛銾鍈𠊿碹鉷鑍俤㑀遤𥕝砽硔碶硋𡝗𣇉𤥁㚚佲濚濙瀞瀞吔𤆵垻壳垊鴖埗焴㒯𤆬燫𦱀𤾗嬨𡞵𨩉"],["9740","愌嫎娋䊼𤒈㜬䭻𨧼鎻鎸𡣖𠼝葲𦳀𡐓𤋺𢰦𤏁妔𣶷𦝁綨𦅛𦂤𤦹𤦋𨧺鋥珢㻩璴𨭣𡢟㻡𤪳櫘珳珻㻖𤨾𤪔𡟙𤩦𠎧𡐤𤧥瑈𤤖炥𤥶銄珦鍟𠓾錱𨫎𨨖鎆𨯧𥗕䤵𨪂煫"],["97a1","𤥃𠳿嚤𠘚𠯫𠲸唂秄𡟺緾𡛂𤩐𡡒䔮鐁㜊𨫀𤦭妰𡢿𡢃𧒄媡㛢𣵛㚰鉟婹𨪁𡡢鍴㳍𠪴䪖㦊僴㵩㵌𡎜煵䋻𨈘渏𩃤䓫浗𧹏灧沯㳖𣿭𣸭渂漌㵯𠏵畑㚼㓈䚀㻚䡱姄鉮䤾轁𨰜𦯀堒埈㛖𡑒烾𤍢𤩱𢿣𡊰𢎽梹楧𡎘𣓥𧯴𣛟𨪃𣟖𣏺𤲟樚𣚭𦲷萾䓟䓎"],["9840","𦴦𦵑𦲂𦿞漗𧄉茽𡜺菭𦲀𧁓𡟛妉媂𡞳婡婱𡤅𤇼㜭姯𡜼㛇熎鎐暚𤊥婮娫𤊓樫𣻹𧜶𤑛𤋊焝𤉙𨧡侰𦴨峂𤓎𧹍𤎽樌𤉖𡌄炦焳𤏩㶥泟勇𤩏繥姫崯㷳彜𤩝𡟟綤萦"],["98a1","咅𣫺𣌀𠈔坾𠣕𠘙㿥𡾞𪊶瀃𩅛嵰玏糓𨩙𩐠俈翧狍猐𧫴猸猹𥛶獁獈㺩𧬘遬燵𤣲珡臶㻊県㻑沢国琙琞琟㻢㻰㻴㻺瓓㼎㽓畂畭畲疍㽼痈痜㿀癍㿗癴㿜発𤽜熈嘣覀塩䀝睃䀹条䁅㗛瞘䁪䁯属瞾矋売砘点砜䂨砹硇硑硦葈𥔵礳栃礲䄃"],["9940","䄉禑禙辻稆込䅧窑䆲窼艹䇄竏竛䇏両筢筬筻簒簛䉠䉺类粜䊌粸䊔糭输烀𠳏総緔緐緽羮羴犟䎗耠耥笹耮耱联㷌垴炠肷胩䏭脌猪脎脒畠脔䐁㬹腖腙腚"],["99a1","䐓堺腼膄䐥膓䐭膥埯臁臤艔䒏芦艶苊苘苿䒰荗险榊萅烵葤惣蒈䔄蒾蓡蓸蔐蔸蕒䔻蕯蕰藠䕷虲蚒蚲蛯际螋䘆䘗袮裿褤襇覑𧥧訩訸誔誴豑賔賲贜䞘塟跃䟭仮踺嗘坔蹱嗵躰䠷軎転軤軭軲辷迁迊迌逳駄䢭飠鈓䤞鈨鉘鉫銱銮銿"],["9a40","鋣鋫鋳鋴鋽鍃鎄鎭䥅䥑麿鐗匁鐝鐭鐾䥪鑔鑹锭関䦧间阳䧥枠䨤靀䨵鞲韂噔䫤惨颹䬙飱塄餎餙冴餜餷饂饝饢䭰駅䮝騼鬏窃魩鮁鯝鯱鯴䱭鰠㝯𡯂鵉鰺"],["9aa1","黾噐鶓鶽鷀鷼银辶鹻麬麱麽黆铜黢黱黸竈齄𠂔𠊷𠎠椚铃妬𠓗塀铁㞹𠗕𠘕𠙶𡚺块煳𠫂𠫍𠮿呪吆𠯋咞𠯻𠰻𠱓𠱥𠱼惧𠲍噺𠲵𠳝𠳭𠵯𠶲𠷈楕鰯螥𠸄𠸎𠻗𠾐𠼭𠹳尠𠾼帋𡁜𡁏𡁶朞𡁻𡂈𡂖㙇𡂿𡃓𡄯𡄻卤蒭𡋣𡍵𡌶讁𡕷𡘙𡟃𡟇乸炻𡠭𡥪"],["9b40","𡨭𡩅𡰪𡱰𡲬𡻈拃𡻕𡼕熘桕𢁅槩㛈𢉼𢏗𢏺𢜪𢡱𢥏苽𢥧𢦓𢫕覥𢫨辠𢬎鞸𢬿顇骽𢱌"],["9b62","𢲈𢲷𥯨𢴈𢴒𢶷𢶕𢹂𢽴𢿌𣀳𣁦𣌟𣏞徱晈暿𧩹𣕧𣗳爁𤦺矗𣘚𣜖纇𠍆墵朎"],["9ba1","椘𣪧𧙗𥿢𣸑𣺹𧗾𢂚䣐䪸𤄙𨪚𤋮𤌍𤀻𤌴𤎖𤩅𠗊凒𠘑妟𡺨㮾𣳿𤐄𤓖垈𤙴㦛𤜯𨗨𩧉㝢𢇃譞𨭎駖𤠒𤣻𤨕爉𤫀𠱸奥𤺥𤾆𠝹軚𥀬劏圿煱𥊙𥐙𣽊𤪧喼𥑆𥑮𦭒釔㑳𥔿𧘲𥕞䜘𥕢𥕦𥟇𤤿𥡝偦㓻𣏌惞𥤃䝼𨥈𥪮𥮉𥰆𡶐垡煑澶𦄂𧰒遖𦆲𤾚譢𦐂𦑊"],["9c40","嵛𦯷輶𦒄𡤜諪𤧶𦒈𣿯𦔒䯀𦖿𦚵𢜛鑥𥟡憕娧晉侻嚹𤔡𦛼乪𤤴陖涏𦲽㘘襷𦞙𦡮𦐑𦡞營𦣇筂𩃀𠨑𦤦鄄𦤹穅鷰𦧺騦𦨭㙟𦑩𠀡禃𦨴𦭛崬𣔙菏𦮝䛐𦲤画补𦶮墶"],["9ca1","㜜𢖍𧁋𧇍㱔𧊀𧊅銁𢅺𧊋錰𧋦𤧐氹钟𧑐𠻸蠧裵𢤦𨑳𡞱溸𤨪𡠠㦤㚹尐秣䔿暶𩲭𩢤襃𧟌𧡘囖䃟𡘊㦡𣜯𨃨𡏅熭荦𧧝𩆨婧䲷𧂯𨦫𧧽𧨊𧬋𧵦𤅺筃祾𨀉澵𪋟樃𨌘厢𦸇鎿栶靝𨅯𨀣𦦵𡏭𣈯𨁈嶅𨰰𨂃圕頣𨥉嶫𤦈斾槕叒𤪥𣾁㰑朶𨂐𨃴𨄮𡾡𨅏"],["9d40","𨆉𨆯𨈚𨌆𨌯𨎊㗊𨑨𨚪䣺揦𨥖砈鉕𨦸䏲𨧧䏟𨧨𨭆𨯔姸𨰉輋𨿅𩃬筑𩄐𩄼㷷𩅞𤫊运犏嚋𩓧𩗩𩖰𩖸𩜲𩣑𩥉𩥪𩧃𩨨𩬎𩵚𩶛纟𩻸𩼣䲤镇𪊓熢𪋿䶑递𪗋䶜𠲜达嗁"],["9da1","辺𢒰边𤪓䔉繿潖檱仪㓤𨬬𧢝㜺躀𡟵𨀤𨭬𨮙𧨾𦚯㷫𧙕𣲷𥘵𥥖亚𥺁𦉘嚿𠹭踎孭𣺈𤲞揞拐𡟶𡡻攰嘭𥱊吚𥌑㷆𩶘䱽嘢嘞罉𥻘奵𣵀蝰东𠿪𠵉𣚺脗鵞贘瘻鱅癎瞹鍅吲腈苷嘥脲萘肽嗪祢噃吖𠺝㗎嘅嗱曱𨋢㘭甴嗰喺咗啲𠱁𠲖廐𥅈𠹶𢱢"],["9e40","𠺢麫絚嗞𡁵抝靭咔賍燶酶揼掹揾啩𢭃鱲𢺳冚㓟𠶧冧呍唞唓癦踭𦢊疱肶蠄螆裇膶萜𡃁䓬猄𤜆宐茋𦢓噻𢛴𧴯𤆣𧵳𦻐𧊶酰𡇙鈈𣳼𪚩𠺬𠻹牦𡲢䝎𤿂𧿹𠿫䃺"],["9ea1","鱝攟𢶠䣳𤟠𩵼𠿬𠸊恢𧖣𠿭"],["9ead","𦁈𡆇熣纎鵐业丄㕷嬍沲卧㚬㧜卽㚥𤘘墚𤭮舭呋垪𥪕𠥹"],["9ec5","㩒𢑥獴𩺬䴉鯭𣳾𩼰䱛𤾩𩖞𩿞葜𣶶𧊲𦞳𣜠挮紥𣻷𣸬㨪逈勌㹴㙺䗩𠒎癀嫰𠺶硺𧼮墧䂿噼鮋嵴癔𪐴麅䳡痹㟻愙𣃚𤏲"],["9ef5","噝𡊩垧𤥣𩸆刴𧂮㖭汊鵼"],["9f40","籖鬹埞𡝬屓擓𩓐𦌵𧅤蚭𠴨𦴢𤫢𠵱"],["9f4f","凾𡼏嶎霃𡷑麁遌笟鬂峑箣扨挵髿篏鬪籾鬮籂粆鰕篼鬉鼗鰛𤤾齚啳寃俽麘俲剠㸆勑坧偖妷帒韈鶫轜呩鞴饀鞺匬愰"],["9fa1","椬叚鰊鴂䰻陁榀傦畆𡝭駚剳"],["9fae","酙隁酜"],["9fb2","酑𨺗捿𦴣櫊嘑醎畺抅𠏼獏籰𥰡𣳽"],["9fc1","𤤙盖鮝个𠳔莾衂"],["9fc9","届槀僭坺刟巵从氱𠇲伹咜哚劚趂㗾弌㗳"],["9fdb","歒酼龥鮗頮颴骺麨麄煺笔"],["9fe7","毺蠘罸"],["9feb","嘠𪙊蹷齓"],["9ff0","跔蹏鸜踁抂𨍽踨蹵竓𤩷稾磘泪詧瘇"],["a040","𨩚鼦泎蟖痃𪊲硓咢贌狢獱謭猂瓱賫𤪻蘯徺袠䒷"],["a055","𡠻𦸅"],["a058","詾𢔛"],["a05b","惽癧髗鵄鍮鮏蟵"],["a063","蠏賷猬霡鮰㗖犲䰇籑饊𦅙慙䰄麖慽"],["a073","坟慯抦戹拎㩜懢厪𣏵捤栂㗒"],["a0a1","嵗𨯂迚𨸹"],["a0a6","僙𡵆礆匲阸𠼻䁥"],["a0ae","矾"],["a0b0","糂𥼚糚稭聦聣絍甅瓲覔舚朌聢𧒆聛瓰脃眤覉𦟌畓𦻑螩蟎臈螌詉貭譃眫瓸蓚㘵榲趦"],["a0d4","覩瑨涹蟁𤀑瓧㷛煶悤憜㳑煢恷"],["a0e2","罱𨬭牐惩䭾删㰘𣳇𥻗𧙖𥔱𡥄𡋾𩤃𦷜𧂭峁𦆭𨨏𣙷𠃮𦡆𤼎䕢嬟𦍌齐麦𦉫"],["a3c0","␀",31,"␡"],["c6a1","①",9,"⑴",9,"ⅰ",9,"丶丿亅亠冂冖冫勹匸卩厶夊宀巛⼳广廴彐彡攴无疒癶辵隶¨ˆヽヾゝゞ〃仝々〆〇ー[]✽ぁ",23],["c740","す",58,"ァアィイ"],["c7a1","ゥ",81,"А",5,"ЁЖ",4],["c840","Л",26,"ёж",25,"⇧↸↹㇏𠃌乚𠂊刂䒑"],["c8a1","龰冈龱𧘇"],["c8cd","¬¦'"㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣"],["c8f5","ʃɐɛɔɵœøŋʊɪ"],["f9fe","■"],["fa40","𠕇鋛𠗟𣿅蕌䊵珯况㙉𤥂𨧤鍄𡧛苮𣳈砼杄拟𤤳𨦪𠊠𦮳𡌅侫𢓭倈𦴩𧪄𣘀𤪱𢔓倩𠍾徤𠎀𠍇滛𠐟偽儁㑺儎顬㝃萖𤦤𠒇兠𣎴兪𠯿𢃼𠋥𢔰𠖎𣈳𡦃宂蝽𠖳𣲙冲冸"],["faa1","鴴凉减凑㳜凓𤪦决凢卂凭菍椾𣜭彻刋刦刼劵剗劔効勅簕蕂勠蘍𦬓包𨫞啉滙𣾀𠥔𣿬匳卄𠯢泋𡜦栛珕恊㺪㣌𡛨燝䒢卭却𨚫卾卿𡖖𡘓矦厓𨪛厠厫厮玧𥝲㽙玜叁叅汉义埾叙㪫𠮏叠𣿫𢶣叶𠱷吓灹唫晗浛呭𦭓𠵴啝咏咤䞦𡜍𠻝㶴𠵍"],["fb40","𨦼𢚘啇䳭启琗喆喩嘅𡣗𤀺䕒𤐵暳𡂴嘷曍𣊊暤暭噍噏磱囱鞇叾圀囯园𨭦㘣𡉏坆𤆥汮炋坂㚱𦱾埦𡐖堃𡑔𤍣堦𤯵塜墪㕡壠壜𡈼壻寿坃𪅐𤉸鏓㖡够梦㛃湙"],["fba1","𡘾娤啓𡚒蔅姉𠵎𦲁𦴪𡟜姙𡟻𡞲𦶦浱𡠨𡛕姹𦹅媫婣㛦𤦩婷㜈媖瑥嫓𦾡𢕔㶅𡤑㜲𡚸広勐孶斈孼𧨎䀄䡝𠈄寕慠𡨴𥧌𠖥寳宝䴐尅𡭄尓珎尔𡲥𦬨屉䣝岅峩峯嶋𡷹𡸷崐崘嵆𡺤岺巗苼㠭𤤁𢁉𢅳芇㠶㯂帮檊幵幺𤒼𠳓厦亷廐厨𡝱帉廴𨒂"],["fc40","廹廻㢠廼栾鐛弍𠇁弢㫞䢮𡌺强𦢈𢏐彘𢑱彣鞽𦹮彲鍀𨨶徧嶶㵟𥉐𡽪𧃸𢙨釖𠊞𨨩怱暅𡡷㥣㷇㘹垐𢞴祱㹀悞悤悳𤦂𤦏𧩓璤僡媠慤萤慂慈𦻒憁凴𠙖憇宪𣾷"],["fca1","𢡟懓𨮝𩥝懐㤲𢦀𢣁怣慜攞掋𠄘担𡝰拕𢸍捬𤧟㨗搸揸𡎎𡟼撐澊𢸶頔𤂌𥜝擡擥鑻㩦携㩗敍漖𤨨𤨣斅敭敟𣁾斵𤥀䬷旑䃘𡠩无旣忟𣐀昘𣇷𣇸晄𣆤𣆥晋𠹵晧𥇦晳晴𡸽𣈱𨗴𣇈𥌓矅𢣷馤朂𤎜𤨡㬫槺𣟂杞杧杢𤇍𩃭柗䓩栢湐鈼栁𣏦𦶠桝"],["fd40","𣑯槡樋𨫟楳棃𣗍椁椀㴲㨁𣘼㮀枬楡𨩊䋼椶榘㮡𠏉荣傐槹𣙙𢄪橅𣜃檝㯳枱櫈𩆜㰍欝𠤣惞欵歴𢟍溵𣫛𠎵𡥘㝀吡𣭚毡𣻼毜氷𢒋𤣱𦭑汚舦汹𣶼䓅𣶽𤆤𤤌𤤀"],["fda1","𣳉㛥㳫𠴲鮃𣇹𢒑羏样𦴥𦶡𦷫涖浜湼漄𤥿𤂅𦹲蔳𦽴凇沜渝萮𨬡港𣸯瑓𣾂秌湏媑𣁋濸㜍澝𣸰滺𡒗𤀽䕕鏰潄潜㵎潴𩅰㴻澟𤅄濓𤂑𤅕𤀹𣿰𣾴𤄿凟𤅖𤅗𤅀𦇝灋灾炧炁烌烕烖烟䄄㷨熴熖𤉷焫煅媈煊煮岜𤍥煏鍢𤋁焬𤑚𤨧𤨢熺𨯨炽爎"],["fe40","鑂爕夑鑃爤鍁𥘅爮牀𤥴梽牕牗㹕𣁄栍漽犂猪猫𤠣𨠫䣭𨠄猨献珏玪𠰺𦨮珉瑉𤇢𡛧𤨤昣㛅𤦷𤦍𤧻珷琕椃𤨦琹𠗃㻗瑜𢢭瑠𨺲瑇珤瑶莹瑬㜰瑴鏱樬璂䥓𤪌"],["fea1","𤅟𤩹𨮏孆𨰃𡢞瓈𡦈甎瓩甞𨻙𡩋寗𨺬鎅畍畊畧畮𤾂㼄𤴓疎瑝疞疴瘂瘬癑癏癯癶𦏵皐臯㟸𦤑𦤎皡皥皷盌𦾟葢𥂝𥅽𡸜眞眦着撯𥈠睘𣊬瞯𨥤𨥨𡛁矴砉𡍶𤨒棊碯磇磓隥礮𥗠磗礴碱𧘌辸袄𨬫𦂃𢘜禆褀椂禀𥡗禝𧬹礼禩渪𧄦㺨秆𩄍秔"]]')},97803:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",127,"€"],["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"],["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂",6,"伋伌伒",4,"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾",4,"佄佅佇",5,"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢"],["8240","侤侫侭侰",4,"侶",8,"俀俁係俆俇俈俉俋俌俍俒",4,"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿",11],["8280","個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯",10,"倻倽倿偀偁偂偄偅偆偉偊偋偍偐",4,"偖偗偘偙偛偝",7,"偦",5,"偭",8,"偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎",20,"傤傦傪傫傭",4,"傳",6,"傼"],["8340","傽",17,"僐",5,"僗僘僙僛",10,"僨僩僪僫僯僰僱僲僴僶",4,"僼",9,"儈"],["8380","儉儊儌",5,"儓",13,"儢",28,"兂兇兊兌兎兏児兒兓兗兘兙兛兝",4,"兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦",4,"冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒",5],["8440","凘凙凚凜凞凟凢凣凥",5,"凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄",5,"剋剎剏剒剓剕剗剘"],["8480","剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳",9,"剾劀劃",4,"劉",6,"劑劒劔",6,"劜劤劥劦劧劮劯劰労",9,"勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務",5,"勠勡勢勣勥",10,"勱",7,"勻勼勽匁匂匃匄匇匉匊匋匌匎"],["8540","匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯",9,"匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏"],["8580","厐",4,"厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯",6,"厷厸厹厺厼厽厾叀參",4,"収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝",4,"呣呥呧呩",7,"呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡"],["8640","咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠",4,"哫哬哯哰哱哴",5,"哻哾唀唂唃唄唅唈唊",4,"唒唓唕",5,"唜唝唞唟唡唥唦"],["8680","唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋",4,"啑啒啓啔啗",4,"啝啞啟啠啢啣啨啩啫啯",5,"啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠",6,"喨",8,"喲喴営喸喺喼喿",4,"嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗",4,"嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸",4,"嗿嘂嘃嘄嘅"],["8740","嘆嘇嘊嘋嘍嘐",7,"嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀",11,"噏",4,"噕噖噚噛噝",4],["8780","噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽",7,"嚇",6,"嚐嚑嚒嚔",14,"嚤",10,"嚰",6,"嚸嚹嚺嚻嚽",12,"囋",8,"囕囖囘囙囜団囥",5,"囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國",6],["8840","園",9,"圝圞圠圡圢圤圥圦圧圫圱圲圴",4,"圼圽圿坁坃坄坅坆坈坉坋坒",4,"坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀"],["8880","垁垇垈垉垊垍",4,"垔",6,"垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹",8,"埄",6,"埌埍埐埑埓埖埗埛埜埞埡埢埣埥",7,"埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥",4,"堫",4,"報堲堳場堶",7],["8940","堾",5,"塅",6,"塎塏塐塒塓塕塖塗塙",4,"塟",5,"塦",4,"塭",16,"塿墂墄墆墇墈墊墋墌"],["8980","墍",4,"墔",4,"墛墜墝墠",7,"墪",17,"墽墾墿壀壂壃壄壆",10,"壒壓壔壖",13,"壥",5,"壭壯壱売壴壵壷壸壺",7,"夃夅夆夈",4,"夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻"],["8a40","夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛",4,"奡奣奤奦",12,"奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦"],["8a80","妧妬妭妰妱妳",5,"妺妼妽妿",6,"姇姈姉姌姍姎姏姕姖姙姛姞",4,"姤姦姧姩姪姫姭",11,"姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪",6,"娳娵娷",4,"娽娾娿婁",4,"婇婈婋",9,"婖婗婘婙婛",5],["8b40","婡婣婤婥婦婨婩婫",8,"婸婹婻婼婽婾媀",17,"媓",6,"媜",13,"媫媬"],["8b80","媭",4,"媴媶媷媹",4,"媿嫀嫃",5,"嫊嫋嫍",4,"嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬",4,"嫲",22,"嬊",11,"嬘",25,"嬳嬵嬶嬸",7,"孁",6],["8c40","孈",7,"孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏"],["8c80","寑寔",8,"寠寢寣實寧審",4,"寯寱",6,"寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧",6,"屰屲",6,"屻屼屽屾岀岃",4,"岉岊岋岎岏岒岓岕岝",4,"岤",4],["8d40","岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅",5,"峌",5,"峓",5,"峚",6,"峢峣峧峩峫峬峮峯峱",9,"峼",4],["8d80","崁崄崅崈",5,"崏",4,"崕崗崘崙崚崜崝崟",4,"崥崨崪崫崬崯",4,"崵",7,"崿",7,"嵈嵉嵍",10,"嵙嵚嵜嵞",10,"嵪嵭嵮嵰嵱嵲嵳嵵",12,"嶃",21,"嶚嶛嶜嶞嶟嶠"],["8e40","嶡",21,"嶸",12,"巆",6,"巎",12,"巜巟巠巣巤巪巬巭"],["8e80","巰巵巶巸",4,"巿帀帄帇帉帊帋帍帎帒帓帗帞",7,"帨",4,"帯帰帲",4,"帹帺帾帿幀幁幃幆",5,"幍",6,"幖",4,"幜幝幟幠幣",14,"幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨",4,"庮",4,"庴庺庻庼庽庿",6],["8f40","廆廇廈廋",5,"廔廕廗廘廙廚廜",11,"廩廫",8,"廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤"],["8f80","弨弫弬弮弰弲",6,"弻弽弾弿彁",14,"彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢",5,"復徫徬徯",5,"徶徸徹徺徻徾",4,"忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇"],["9040","怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰",4,"怶",4,"怽怾恀恄",6,"恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀"],["9080","悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽",7,"惇惈惉惌",4,"惒惓惔惖惗惙惛惞惡",4,"惪惱惲惵惷惸惻",4,"愂愃愄愅愇愊愋愌愐",4,"愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬",18,"慀",6],["9140","慇慉態慍慏慐慒慓慔慖",6,"慞慟慠慡慣慤慥慦慩",6,"慱慲慳慴慶慸",18,"憌憍憏",4,"憕"],["9180","憖",6,"憞",8,"憪憫憭",9,"憸",5,"憿懀懁懃",4,"應懌",4,"懓懕",16,"懧",13,"懶",8,"戀",5,"戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸",4,"扂扄扅扆扊"],["9240","扏扐払扖扗扙扚扜",6,"扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋",5,"抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁"],["9280","拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳",5,"挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖",7,"捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙",6,"採掤掦掫掯掱掲掵掶掹掻掽掿揀"],["9340","揁揂揃揅揇揈揊揋揌揑揓揔揕揗",6,"揟揢揤",4,"揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆",4,"損搎搑搒搕",5,"搝搟搢搣搤"],["9380","搥搧搨搩搫搮",5,"搵",4,"搻搼搾摀摂摃摉摋",6,"摓摕摖摗摙",4,"摟",7,"摨摪摫摬摮",9,"摻",6,"撃撆撈",8,"撓撔撗撘撚撛撜撝撟",4,"撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆",6,"擏擑擓擔擕擖擙據"],["9440","擛擜擝擟擠擡擣擥擧",24,"攁",7,"攊",7,"攓",4,"攙",8],["9480","攢攣攤攦",4,"攬攭攰攱攲攳攷攺攼攽敀",4,"敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數",14,"斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱",7,"斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘",7,"旡旣旤旪旫"],["9540","旲旳旴旵旸旹旻",4,"昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷",4,"昽昿晀時晄",6,"晍晎晐晑晘"],["9580","晙晛晜晝晞晠晢晣晥晧晩",4,"晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘",4,"暞",8,"暩",4,"暯",4,"暵暶暷暸暺暻暼暽暿",25,"曚曞",7,"曧曨曪",5,"曱曵曶書曺曻曽朁朂會"],["9640","朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠",5,"朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗",4,"杝杢杣杤杦杧杫杬杮東杴杶"],["9680","杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹",7,"柂柅",9,"柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵",7,"柾栁栂栃栄栆栍栐栒栔栕栘",4,"栞栟栠栢",6,"栫",6,"栴栵栶栺栻栿桇桋桍桏桒桖",5],["9740","桜桝桞桟桪桬",7,"桵桸",8,"梂梄梇",7,"梐梑梒梔梕梖梘",9,"梣梤梥梩梪梫梬梮梱梲梴梶梷梸"],["9780","梹",6,"棁棃",5,"棊棌棎棏棐棑棓棔棖棗棙棛",4,"棡棢棤",9,"棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆",4,"椌椏椑椓",11,"椡椢椣椥",7,"椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃",16,"楕楖楘楙楛楜楟"],["9840","楡楢楤楥楧楨楩楪楬業楯楰楲",4,"楺楻楽楾楿榁榃榅榊榋榌榎",5,"榖榗榙榚榝",9,"榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽"],["9880","榾榿槀槂",7,"構槍槏槑槒槓槕",5,"槜槝槞槡",11,"槮槯槰槱槳",9,"槾樀",9,"樋",11,"標",5,"樠樢",5,"権樫樬樭樮樰樲樳樴樶",6,"樿",4,"橅橆橈",7,"橑",6,"橚"],["9940","橜",4,"橢橣橤橦",10,"橲",6,"橺橻橽橾橿檁檂檃檅",8,"檏檒",4,"檘",7,"檡",5],["9980","檧檨檪檭",114,"欥欦欨",6],["9a40","欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍",11,"歚",7,"歨歩歫",13,"歺歽歾歿殀殅殈"],["9a80","殌殎殏殐殑殔殕殗殘殙殜",4,"殢",7,"殫",7,"殶殸",6,"毀毃毄毆",4,"毌毎毐毑毘毚毜",4,"毢",7,"毬毭毮毰毱毲毴毶毷毸毺毻毼毾",6,"氈",4,"氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋",4,"汑汒汓汖汘"],["9b40","汙汚汢汣汥汦汧汫",4,"汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘"],["9b80","泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟",5,"洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽",4,"涃涄涆涇涊涋涍涏涐涒涖",4,"涜涢涥涬涭涰涱涳涴涶涷涹",5,"淁淂淃淈淉淊"],["9c40","淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽",7,"渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵"],["9c80","渶渷渹渻",7,"湅",7,"湏湐湑湒湕湗湙湚湜湝湞湠",10,"湬湭湯",14,"満溁溂溄溇溈溊",4,"溑",6,"溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪",5],["9d40","滰滱滲滳滵滶滷滸滺",7,"漃漄漅漇漈漊",4,"漐漑漒漖",9,"漡漢漣漥漦漧漨漬漮漰漲漴漵漷",6,"漿潀潁潂"],["9d80","潃潄潅潈潉潊潌潎",9,"潙潚潛潝潟潠潡潣潤潥潧",5,"潯潰潱潳潵潶潷潹潻潽",6,"澅澆澇澊澋澏",12,"澝澞澟澠澢",4,"澨",10,"澴澵澷澸澺",5,"濁濃",5,"濊",6,"濓",10,"濟濢濣濤濥"],["9e40","濦",7,"濰",32,"瀒",7,"瀜",6,"瀤",6],["9e80","瀫",9,"瀶瀷瀸瀺",17,"灍灎灐",13,"灟",11,"灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞",12,"炰炲炴炵炶為炾炿烄烅烆烇烉烋",12,"烚"],["9f40","烜烝烞烠烡烢烣烥烪烮烰",6,"烸烺烻烼烾",10,"焋",4,"焑焒焔焗焛",10,"焧",7,"焲焳焴"],["9f80","焵焷",13,"煆煇煈煉煋煍煏",12,"煝煟",4,"煥煩",4,"煯煰煱煴煵煶煷煹煻煼煾",5,"熅",4,"熋熌熍熎熐熑熒熓熕熖熗熚",4,"熡",6,"熩熪熫熭",5,"熴熶熷熸熺",8,"燄",9,"燏",4],["a040","燖",9,"燡燢燣燤燦燨",5,"燯",9,"燺",11,"爇",19],["a080","爛爜爞",9,"爩爫爭爮爯爲爳爴爺爼爾牀",6,"牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅",4,"犌犎犐犑犓",11,"犠",11,"犮犱犲犳犵犺",6,"狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛"],["a1a1"," 、。·ˉˇ¨〃々—~‖…‘’“”〔〕〈",7,"〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃$¤¢£‰§№☆★○●◎◇◆□■△▲※→←↑↓〓"],["a2a1","ⅰ",9],["a2b1","⒈",19,"⑴",19,"①",9],["a2e5","㈠",9],["a2f1","Ⅰ",11],["a3a1","!"#¥%",88," ̄"],["a4a1","ぁ",82],["a5a1","ァ",85],["a6a1","Α",16,"Σ",6],["a6c1","α",16,"σ",6],["a6e0","︵︶︹︺︿﹀︽︾﹁﹂﹃﹄"],["a6ee","︻︼︷︸︱"],["a6f4","︳︴"],["a7a1","А",5,"ЁЖ",25],["a7d1","а",5,"ёж",25],["a840","ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═",35,"▁",6],["a880","█",7,"▓▔▕▼▽◢◣◤◥☉⊕〒〝〞"],["a8a1","āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ"],["a8bd","ńň"],["a8c0","ɡ"],["a8c5","ㄅ",36],["a940","〡",8,"㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰¬¦"],["a959","℡㈱"],["a95c","‐"],["a960","ー゛゜ヽヾ〆ゝゞ﹉",9,"﹔﹕﹖﹗﹙",8],["a980","﹢",4,"﹨﹩﹪﹫"],["a996","〇"],["a9a4","─",75],["aa40","狜狝狟狢",5,"狪狫狵狶狹狽狾狿猀猂猄",5,"猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀",8],["aa80","獉獊獋獌獎獏獑獓獔獕獖獘",7,"獡",10,"獮獰獱"],["ab40","獲",11,"獿",4,"玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣",5,"玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃",4],["ab80","珋珌珎珒",6,"珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳",4],["ac40","珸",10,"琄琇琈琋琌琍琎琑",8,"琜",5,"琣琤琧琩琫琭琯琱琲琷",4,"琽琾琿瑀瑂",11],["ac80","瑎",6,"瑖瑘瑝瑠",12,"瑮瑯瑱",4,"瑸瑹瑺"],["ad40","瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑",10,"璝璟",7,"璪",15,"璻",12],["ad80","瓈",9,"瓓",8,"瓝瓟瓡瓥瓧",6,"瓰瓱瓲"],["ae40","瓳瓵瓸",6,"甀甁甂甃甅",7,"甎甐甒甔甕甖甗甛甝甞甠",4,"甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘"],["ae80","畝",7,"畧畨畩畫",6,"畳畵當畷畺",4,"疀疁疂疄疅疇"],["af40","疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦",4,"疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇"],["af80","瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄"],["b040","癅",6,"癎",5,"癕癗",4,"癝癟癠癡癢癤",6,"癬癭癮癰",7,"癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛"],["b080","皜",7,"皥",8,"皯皰皳皵",9,"盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥"],["b140","盄盇盉盋盌盓盕盙盚盜盝盞盠",4,"盦",7,"盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎",10,"眛眜眝眞眡眣眤眥眧眪眫"],["b180","眬眮眰",4,"眹眻眽眾眿睂睄睅睆睈",7,"睒",7,"睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳"],["b240","睝睞睟睠睤睧睩睪睭",11,"睺睻睼瞁瞂瞃瞆",5,"瞏瞐瞓",11,"瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶",4],["b280","瞼瞾矀",12,"矎",8,"矘矙矚矝",4,"矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖"],["b340","矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃",5,"砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚"],["b380","硛硜硞",11,"硯",7,"硸硹硺硻硽",6,"场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚"],["b440","碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨",7,"碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚",9],["b480","磤磥磦磧磩磪磫磭",4,"磳磵磶磸磹磻",5,"礂礃礄礆",6,"础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮"],["b540","礍",5,"礔",9,"礟",4,"礥",14,"礵",4,"礽礿祂祃祄祅祇祊",8,"祔祕祘祙祡祣"],["b580","祤祦祩祪祫祬祮祰",6,"祹祻",4,"禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠"],["b640","禓",6,"禛",11,"禨",10,"禴",4,"禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙",5,"秠秡秢秥秨秪"],["b680","秬秮秱",6,"秹秺秼秾秿稁稄稅稇稈稉稊稌稏",4,"稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二"],["b740","稝稟稡稢稤",14,"稴稵稶稸稺稾穀",5,"穇",9,"穒",4,"穘",16],["b780","穩",6,"穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服"],["b840","窣窤窧窩窪窫窮",4,"窴",10,"竀",10,"竌",9,"竗竘竚竛竜竝竡竢竤竧",5,"竮竰竱竲竳"],["b880","竴",4,"竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹"],["b940","笯笰笲笴笵笶笷笹笻笽笿",5,"筆筈筊筍筎筓筕筗筙筜筞筟筡筣",10,"筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆",6,"箎箏"],["b980","箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹",7,"篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈"],["ba40","篅篈築篊篋篍篎篏篐篒篔",4,"篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲",4,"篸篹篺篻篽篿",7,"簈簉簊簍簎簐",5,"簗簘簙"],["ba80","簚",4,"簠",5,"簨簩簫",12,"簹",5,"籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖"],["bb40","籃",9,"籎",36,"籵",5,"籾",9],["bb80","粈粊",6,"粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴",4,"粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕"],["bc40","粿糀糂糃糄糆糉糋糎",6,"糘糚糛糝糞糡",6,"糩",5,"糰",7,"糹糺糼",13,"紋",5],["bc80","紑",14,"紡紣紤紥紦紨紩紪紬紭紮細",6,"肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件"],["bd40","紷",54,"絯",7],["bd80","絸",32,"健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸"],["be40","継",12,"綧",6,"綯",42],["be80","線",32,"尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻"],["bf40","緻",62],["bf80","縺縼",4,"繂",4,"繈",21,"俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀"],["c040","繞",35,"纃",23,"纜纝纞"],["c080","纮纴纻纼绖绤绬绹缊缐缞缷缹缻",6,"罃罆",9,"罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐"],["c140","罖罙罛罜罝罞罠罣",4,"罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂",7,"羋羍羏",4,"羕",4,"羛羜羠羢羣羥羦羨",6,"羱"],["c180","羳",4,"羺羻羾翀翂翃翄翆翇翈翉翋翍翏",4,"翖翗翙",5,"翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿"],["c240","翤翧翨翪翫翬翭翯翲翴",6,"翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫",5,"耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗"],["c280","聙聛",13,"聫",5,"聲",11,"隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫"],["c340","聾肁肂肅肈肊肍",5,"肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇",4,"胏",6,"胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋"],["c380","脌脕脗脙脛脜脝脟",12,"脭脮脰脳脴脵脷脹",4,"脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸"],["c440","腀",5,"腇腉腍腎腏腒腖腗腘腛",4,"腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃",4,"膉膋膌膍膎膐膒",5,"膙膚膞",4,"膤膥"],["c480","膧膩膫",7,"膴",5,"膼膽膾膿臄臅臇臈臉臋臍",6,"摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁"],["c540","臔",14,"臤臥臦臨臩臫臮",4,"臵",5,"臽臿舃與",4,"舎舏舑舓舕",5,"舝舠舤舥舦舧舩舮舲舺舼舽舿"],["c580","艀艁艂艃艅艆艈艊艌艍艎艐",7,"艙艛艜艝艞艠",7,"艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗"],["c640","艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸"],["c680","苺苼",4,"茊茋茍茐茒茓茖茘茙茝",9,"茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐"],["c740","茾茿荁荂荄荅荈荊",4,"荓荕",4,"荝荢荰",6,"荹荺荾",6,"莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡",6,"莬莭莮"],["c780","莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠"],["c840","菮華菳",4,"菺菻菼菾菿萀萂萅萇萈萉萊萐萒",5,"萙萚萛萞",5,"萩",7,"萲",5,"萹萺萻萾",7,"葇葈葉"],["c880","葊",6,"葒",4,"葘葝葞葟葠葢葤",4,"葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁"],["c940","葽",4,"蒃蒄蒅蒆蒊蒍蒏",7,"蒘蒚蒛蒝蒞蒟蒠蒢",12,"蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗"],["c980","蓘",4,"蓞蓡蓢蓤蓧",4,"蓭蓮蓯蓱",10,"蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳"],["ca40","蔃",8,"蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢",8,"蔭",9,"蔾",4,"蕄蕅蕆蕇蕋",10],["ca80","蕗蕘蕚蕛蕜蕝蕟",4,"蕥蕦蕧蕩",8,"蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱"],["cb40","薂薃薆薈",6,"薐",10,"薝",6,"薥薦薧薩薫薬薭薱",5,"薸薺",6,"藂",6,"藊",4,"藑藒"],["cb80","藔藖",5,"藝",6,"藥藦藧藨藪",14,"恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔"],["cc40","藹藺藼藽藾蘀",4,"蘆",10,"蘒蘓蘔蘕蘗",15,"蘨蘪",13,"蘹蘺蘻蘽蘾蘿虀"],["cc80","虁",11,"虒虓處",4,"虛虜虝號虠虡虣",7,"獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃"],["cd40","虭虯虰虲",6,"蚃",6,"蚎",4,"蚔蚖",5,"蚞",4,"蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻",4,"蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜"],["cd80","蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威"],["ce40","蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀",6,"蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚",5,"蝡蝢蝦",7,"蝯蝱蝲蝳蝵"],["ce80","蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎",4,"螔螕螖螘",6,"螠",4,"巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺"],["cf40","螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁",4,"蟇蟈蟉蟌",4,"蟔",6,"蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯",9],["cf80","蟺蟻蟼蟽蟿蠀蠁蠂蠄",5,"蠋",7,"蠔蠗蠘蠙蠚蠜",4,"蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓"],["d040","蠤",13,"蠳",5,"蠺蠻蠽蠾蠿衁衂衃衆",5,"衎",5,"衕衖衘衚",6,"衦衧衪衭衯衱衳衴衵衶衸衹衺"],["d080","衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗",4,"袝",4,"袣袥",5,"小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄"],["d140","袬袮袯袰袲",4,"袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚",4,"裠裡裦裧裩",6,"裲裵裶裷裺裻製裿褀褁褃",5],["d180","褉褋",4,"褑褔",4,"褜",4,"褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶"],["d240","褸",8,"襂襃襅",24,"襠",5,"襧",19,"襼"],["d280","襽襾覀覂覄覅覇",26,"摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐"],["d340","覢",30,"觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴",6],["d380","觻",4,"訁",5,"計",21,"印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉"],["d440","訞",31,"訿",8,"詉",21],["d480","詟",25,"詺",6,"浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧"],["d540","誁",7,"誋",7,"誔",46],["d580","諃",32,"铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政"],["d640","諤",34,"謈",27],["d680","謤謥謧",30,"帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑"],["d740","譆",31,"譧",4,"譭",25],["d780","讇",24,"讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座"],["d840","谸",8,"豂豃豄豅豈豊豋豍",7,"豖豗豘豙豛",5,"豣",6,"豬",6,"豴豵豶豷豻",6,"貃貄貆貇"],["d880","貈貋貍",6,"貕貖貗貙",20,"亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝"],["d940","貮",62],["d980","賭",32,"佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼"],["da40","贎",14,"贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸",8,"趂趃趆趇趈趉趌",4,"趒趓趕",9,"趠趡"],["da80","趢趤",12,"趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺"],["db40","跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾",6,"踆踇踈踋踍踎踐踑踒踓踕",7,"踠踡踤",4,"踫踭踰踲踳踴踶踷踸踻踼踾"],["db80","踿蹃蹅蹆蹌",4,"蹓",5,"蹚",11,"蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝"],["dc40","蹳蹵蹷",4,"蹽蹾躀躂躃躄躆躈",6,"躑躒躓躕",6,"躝躟",11,"躭躮躰躱躳",6,"躻",7],["dc80","軃",10,"軏",21,"堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥"],["dd40","軥",62],["dd80","輤",32,"荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺"],["de40","轅",32,"轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆"],["de80","迉",4,"迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖"],["df40","這逜連逤逥逧",5,"逰",4,"逷逹逺逽逿遀遃遅遆遈",4,"過達違遖遙遚遜",5,"遤遦遧適遪遫遬遯",4,"遶",6,"遾邁"],["df80","還邅邆邇邉邊邌",4,"邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼"],["e040","郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅",19,"鄚鄛鄜"],["e080","鄝鄟鄠鄡鄤",10,"鄰鄲",6,"鄺",8,"酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼"],["e140","酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀",4,"醆醈醊醎醏醓",6,"醜",5,"醤",5,"醫醬醰醱醲醳醶醷醸醹醻"],["e180","醼",10,"釈釋釐釒",9,"針",8,"帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺"],["e240","釦",62],["e280","鈥",32,"狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧",5,"饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂"],["e340","鉆",45,"鉵",16],["e380","銆",7,"銏",24,"恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾"],["e440","銨",5,"銯",24,"鋉",31],["e480","鋩",32,"洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑"],["e540","錊",51,"錿",10],["e580","鍊",31,"鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣"],["e640","鍬",34,"鎐",27],["e680","鎬",29,"鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩"],["e740","鏎",7,"鏗",54],["e780","鐎",32,"纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡",6,"缪缫缬缭缯",4,"缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬"],["e840","鐯",14,"鐿",43,"鑬鑭鑮鑯"],["e880","鑰",20,"钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹"],["e940","锧锳锽镃镈镋镕镚镠镮镴镵長",7,"門",42],["e980","閫",32,"椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋"],["ea40","闌",27,"闬闿阇阓阘阛阞阠阣",6,"阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗"],["ea80","陘陙陚陜陝陞陠陣陥陦陫陭",4,"陳陸",12,"隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰"],["eb40","隌階隑隒隓隕隖隚際隝",9,"隨",7,"隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖",9,"雡",6,"雫"],["eb80","雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗",4,"霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻"],["ec40","霡",8,"霫霬霮霯霱霳",4,"霺霻霼霽霿",18,"靔靕靗靘靚靜靝靟靣靤靦靧靨靪",7],["ec80","靲靵靷",4,"靽",7,"鞆",4,"鞌鞎鞏鞐鞓鞕鞖鞗鞙",4,"臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐"],["ed40","鞞鞟鞡鞢鞤",6,"鞬鞮鞰鞱鞳鞵",46],["ed80","韤韥韨韮",4,"韴韷",23,"怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨"],["ee40","頏",62],["ee80","顎",32,"睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶",4,"钼钽钿铄铈",6,"铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪"],["ef40","顯",5,"颋颎颒颕颙颣風",37,"飏飐飔飖飗飛飜飝飠",4],["ef80","飥飦飩",30,"铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒",4,"锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤",8,"镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔"],["f040","餈",4,"餎餏餑",28,"餯",26],["f080","饊",9,"饖",12,"饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨",4,"鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦",6,"鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙"],["f140","馌馎馚",10,"馦馧馩",47],["f180","駙",32,"瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃"],["f240","駺",62],["f280","騹",32,"颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒"],["f340","驚",17,"驲骃骉骍骎骔骕骙骦骩",6,"骲骳骴骵骹骻骽骾骿髃髄髆",4,"髍髎髏髐髒體髕髖髗髙髚髛髜"],["f380","髝髞髠髢髣髤髥髧髨髩髪髬髮髰",8,"髺髼",6,"鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋"],["f440","鬇鬉",5,"鬐鬑鬒鬔",10,"鬠鬡鬢鬤",10,"鬰鬱鬳",7,"鬽鬾鬿魀魆魊魋魌魎魐魒魓魕",5],["f480","魛",32,"簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤"],["f540","魼",62],["f580","鮻",32,"酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜"],["f640","鯜",62],["f680","鰛",32,"觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅",5,"龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞",5,"鲥",4,"鲫鲭鲮鲰",7,"鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋"],["f740","鰼",62],["f780","鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾",4,"鳈鳉鳑鳒鳚鳛鳠鳡鳌",4,"鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄"],["f840","鳣",62],["f880","鴢",32],["f940","鵃",62],["f980","鶂",32],["fa40","鶣",62],["fa80","鷢",32],["fb40","鸃",27,"鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴",9,"麀"],["fb80","麁麃麄麅麆麉麊麌",5,"麔",8,"麞麠",5,"麧麨麩麪"],["fc40","麫",8,"麵麶麷麹麺麼麿",4,"黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰",8,"黺黽黿",6],["fc80","鼆",4,"鼌鼏鼑鼒鼔鼕鼖鼘鼚",5,"鼡鼣",8,"鼭鼮鼰鼱"],["fd40","鼲",4,"鼸鼺鼼鼿",4,"齅",10,"齒",38],["fd80","齹",5,"龁龂龍",11,"龜龝龞龡",4,"郎凉秊裏隣"],["fe40","兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩"]]')},87013:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",127],["8141","갂갃갅갆갋",4,"갘갞갟갡갢갣갥",6,"갮갲갳갴"],["8161","갵갶갷갺갻갽갾갿걁",9,"걌걎",5,"걕"],["8181","걖걗걙걚걛걝",18,"걲걳걵걶걹걻",4,"겂겇겈겍겎겏겑겒겓겕",6,"겞겢",5,"겫겭겮겱",6,"겺겾겿곀곂곃곅곆곇곉곊곋곍",7,"곖곘",7,"곢곣곥곦곩곫곭곮곲곴곷",4,"곾곿괁괂괃괅괇",4,"괎괐괒괓"],["8241","괔괕괖괗괙괚괛괝괞괟괡",7,"괪괫괮",5],["8261","괶괷괹괺괻괽",6,"굆굈굊",5,"굑굒굓굕굖굗"],["8281","굙",7,"굢굤",7,"굮굯굱굲굷굸굹굺굾궀궃",4,"궊궋궍궎궏궑",10,"궞",5,"궥",17,"궸",7,"귂귃귅귆귇귉",6,"귒귔",7,"귝귞귟귡귢귣귥",18],["8341","귺귻귽귾긂",5,"긊긌긎",5,"긕",7],["8361","긝",18,"긲긳긵긶긹긻긼"],["8381","긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗",4,"깞깢깣깤깦깧깪깫깭깮깯깱",6,"깺깾",5,"꺆",5,"꺍",46,"꺿껁껂껃껅",6,"껎껒",5,"껚껛껝",8],["8441","껦껧껩껪껬껮",5,"껵껶껷껹껺껻껽",8],["8461","꼆꼉꼊꼋꼌꼎꼏꼑",18],["8481","꼤",7,"꼮꼯꼱꼳꼵",6,"꼾꽀꽄꽅꽆꽇꽊",5,"꽑",10,"꽞",5,"꽦",18,"꽺",5,"꾁꾂꾃꾅꾆꾇꾉",6,"꾒꾓꾔꾖",5,"꾝",26,"꾺꾻꾽꾾"],["8541","꾿꿁",5,"꿊꿌꿏",4,"꿕",6,"꿝",4],["8561","꿢",5,"꿪",5,"꿲꿳꿵꿶꿷꿹",6,"뀂뀃"],["8581","뀅",6,"뀍뀎뀏뀑뀒뀓뀕",6,"뀞",9,"뀩",26,"끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞",29,"끾끿낁낂낃낅",6,"낎낐낒",5,"낛낝낞낣낤"],["8641","낥낦낧낪낰낲낶낷낹낺낻낽",6,"냆냊",5,"냒"],["8661","냓냕냖냗냙",6,"냡냢냣냤냦",10],["8681","냱",22,"넊넍넎넏넑넔넕넖넗넚넞",4,"넦넧넩넪넫넭",6,"넶넺",5,"녂녃녅녆녇녉",6,"녒녓녖녗녙녚녛녝녞녟녡",22,"녺녻녽녾녿놁놃",4,"놊놌놎놏놐놑놕놖놗놙놚놛놝"],["8741","놞",9,"놩",15],["8761","놹",18,"뇍뇎뇏뇑뇒뇓뇕"],["8781","뇖",5,"뇞뇠",7,"뇪뇫뇭뇮뇯뇱",7,"뇺뇼뇾",5,"눆눇눉눊눍",6,"눖눘눚",5,"눡",18,"눵",6,"눽",26,"뉙뉚뉛뉝뉞뉟뉡",6,"뉪",4],["8841","뉯",4,"뉶",5,"뉽",6,"늆늇늈늊",4],["8861","늏늒늓늕늖늗늛",4,"늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷"],["8881","늸",15,"닊닋닍닎닏닑닓",4,"닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉",6,"댒댖",5,"댝",54,"덗덙덚덝덠덡덢덣"],["8941","덦덨덪덬덭덯덲덳덵덶덷덹",6,"뎂뎆",5,"뎍"],["8961","뎎뎏뎑뎒뎓뎕",10,"뎢",5,"뎩뎪뎫뎭"],["8981","뎮",21,"돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩",18,"돽",18,"됑",6,"됙됚됛됝됞됟됡",6,"됪됬",7,"됵",15],["8a41","둅",10,"둒둓둕둖둗둙",6,"둢둤둦"],["8a61","둧",4,"둭",18,"뒁뒂"],["8a81","뒃",4,"뒉",19,"뒞",5,"뒥뒦뒧뒩뒪뒫뒭",7,"뒶뒸뒺",5,"듁듂듃듅듆듇듉",6,"듑듒듓듔듖",5,"듞듟듡듢듥듧",4,"듮듰듲",5,"듹",26,"딖딗딙딚딝"],["8b41","딞",5,"딦딫",4,"딲딳딵딶딷딹",6,"땂땆"],["8b61","땇땈땉땊땎땏땑땒땓땕",6,"땞땢",8],["8b81","땫",52,"떢떣떥떦떧떩떬떭떮떯떲떶",4,"떾떿뗁뗂뗃뗅",6,"뗎뗒",5,"뗙",18,"뗭",18],["8c41","똀",15,"똒똓똕똖똗똙",4],["8c61","똞",6,"똦",5,"똭",6,"똵",5],["8c81","똻",12,"뙉",26,"뙥뙦뙧뙩",50,"뚞뚟뚡뚢뚣뚥",5,"뚭뚮뚯뚰뚲",16],["8d41","뛃",16,"뛕",8],["8d61","뛞",17,"뛱뛲뛳뛵뛶뛷뛹뛺"],["8d81","뛻",4,"뜂뜃뜄뜆",33,"뜪뜫뜭뜮뜱",6,"뜺뜼",7,"띅띆띇띉띊띋띍",6,"띖",9,"띡띢띣띥띦띧띩",6,"띲띴띶",5,"띾띿랁랂랃랅",6,"랎랓랔랕랚랛랝랞"],["8e41","랟랡",6,"랪랮",5,"랶랷랹",8],["8e61","럂",4,"럈럊",19],["8e81","럞",13,"럮럯럱럲럳럵",6,"럾렂",4,"렊렋렍렎렏렑",6,"렚렜렞",5,"렦렧렩렪렫렭",6,"렶렺",5,"롁롂롃롅",11,"롒롔",7,"롞롟롡롢롣롥",6,"롮롰롲",5,"롹롺롻롽",7],["8f41","뢅",7,"뢎",17],["8f61","뢠",7,"뢩",6,"뢱뢲뢳뢵뢶뢷뢹",4],["8f81","뢾뢿룂룄룆",5,"룍룎룏룑룒룓룕",7,"룞룠룢",5,"룪룫룭룮룯룱",6,"룺룼룾",5,"뤅",18,"뤙",6,"뤡",26,"뤾뤿륁륂륃륅",6,"륍륎륐륒",5],["9041","륚륛륝륞륟륡",6,"륪륬륮",5,"륶륷륹륺륻륽"],["9061","륾",5,"릆릈릋릌릏",15],["9081","릟",12,"릮릯릱릲릳릵",6,"릾맀맂",5,"맊맋맍맓",4,"맚맜맟맠맢맦맧맩맪맫맭",6,"맶맻",4,"먂",5,"먉",11,"먖",33,"먺먻먽먾먿멁멃멄멅멆"],["9141","멇멊멌멏멐멑멒멖멗멙멚멛멝",6,"멦멪",5],["9161","멲멳멵멶멷멹",9,"몆몈몉몊몋몍",5],["9181","몓",20,"몪몭몮몯몱몳",4,"몺몼몾",5,"뫅뫆뫇뫉",14,"뫚",33,"뫽뫾뫿묁묂묃묅",7,"묎묐묒",5,"묙묚묛묝묞묟묡",6],["9241","묨묪묬",7,"묷묹묺묿",4,"뭆뭈뭊뭋뭌뭎뭑뭒"],["9261","뭓뭕뭖뭗뭙",7,"뭢뭤",7,"뭭",4],["9281","뭲",21,"뮉뮊뮋뮍뮎뮏뮑",18,"뮥뮦뮧뮩뮪뮫뮭",6,"뮵뮶뮸",7,"믁믂믃믅믆믇믉",6,"믑믒믔",35,"믺믻믽믾밁"],["9341","밃",4,"밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵"],["9361","밶밷밹",6,"뱂뱆뱇뱈뱊뱋뱎뱏뱑",8],["9381","뱚뱛뱜뱞",37,"벆벇벉벊벍벏",4,"벖벘벛",4,"벢벣벥벦벩",6,"벲벶",5,"벾벿볁볂볃볅",7,"볎볒볓볔볖볗볙볚볛볝",22,"볷볹볺볻볽"],["9441","볾",5,"봆봈봊",5,"봑봒봓봕",8],["9461","봞",5,"봥",6,"봭",12],["9481","봺",5,"뵁",6,"뵊뵋뵍뵎뵏뵑",6,"뵚",9,"뵥뵦뵧뵩",22,"붂붃붅붆붋",4,"붒붔붖붗붘붛붝",6,"붥",10,"붱",6,"붹",24],["9541","뷒뷓뷖뷗뷙뷚뷛뷝",11,"뷪",5,"뷱"],["9561","뷲뷳뷵뷶뷷뷹",6,"븁븂븄븆",5,"븎븏븑븒븓"],["9581","븕",6,"븞븠",35,"빆빇빉빊빋빍빏",4,"빖빘빜빝빞빟빢빣빥빦빧빩빫",4,"빲빶",4,"빾빿뺁뺂뺃뺅",6,"뺎뺒",5,"뺚",13,"뺩",14],["9641","뺸",23,"뻒뻓"],["9661","뻕뻖뻙",6,"뻡뻢뻦",5,"뻭",8],["9681","뻶",10,"뼂",5,"뼊",13,"뼚뼞",33,"뽂뽃뽅뽆뽇뽉",6,"뽒뽓뽔뽖",44],["9741","뾃",16,"뾕",8],["9761","뾞",17,"뾱",7],["9781","뾹",11,"뿆",5,"뿎뿏뿑뿒뿓뿕",6,"뿝뿞뿠뿢",89,"쀽쀾쀿"],["9841","쁀",16,"쁒",5,"쁙쁚쁛"],["9861","쁝쁞쁟쁡",6,"쁪",15],["9881","쁺",21,"삒삓삕삖삗삙",6,"삢삤삦",5,"삮삱삲삷",4,"삾샂샃샄샆샇샊샋샍샎샏샑",6,"샚샞",5,"샦샧샩샪샫샭",6,"샶샸샺",5,"섁섂섃섅섆섇섉",6,"섑섒섓섔섖",5,"섡섢섥섨섩섪섫섮"],["9941","섲섳섴섵섷섺섻섽섾섿셁",6,"셊셎",5,"셖셗"],["9961","셙셚셛셝",6,"셦셪",5,"셱셲셳셵셶셷셹셺셻"],["9981","셼",8,"솆",5,"솏솑솒솓솕솗",4,"솞솠솢솣솤솦솧솪솫솭솮솯솱",11,"솾",5,"쇅쇆쇇쇉쇊쇋쇍",6,"쇕쇖쇙",6,"쇡쇢쇣쇥쇦쇧쇩",6,"쇲쇴",7,"쇾쇿숁숂숃숅",6,"숎숐숒",5,"숚숛숝숞숡숢숣"],["9a41","숤숥숦숧숪숬숮숰숳숵",16],["9a61","쉆쉇쉉",6,"쉒쉓쉕쉖쉗쉙",6,"쉡쉢쉣쉤쉦"],["9a81","쉧",4,"쉮쉯쉱쉲쉳쉵",6,"쉾슀슂",5,"슊",5,"슑",6,"슙슚슜슞",5,"슦슧슩슪슫슮",5,"슶슸슺",33,"싞싟싡싢싥",5,"싮싰싲싳싴싵싷싺싽싾싿쌁",6,"쌊쌋쌎쌏"],["9b41","쌐쌑쌒쌖쌗쌙쌚쌛쌝",6,"쌦쌧쌪",8],["9b61","쌳",17,"썆",7],["9b81","썎",25,"썪썫썭썮썯썱썳",4,"썺썻썾",5,"쎅쎆쎇쎉쎊쎋쎍",50,"쏁",22,"쏚"],["9c41","쏛쏝쏞쏡쏣",4,"쏪쏫쏬쏮",5,"쏶쏷쏹",5],["9c61","쏿",8,"쐉",6,"쐑",9],["9c81","쐛",8,"쐥",6,"쐭쐮쐯쐱쐲쐳쐵",6,"쐾",9,"쑉",26,"쑦쑧쑩쑪쑫쑭",6,"쑶쑷쑸쑺",5,"쒁",18,"쒕",6,"쒝",12],["9d41","쒪",13,"쒹쒺쒻쒽",8],["9d61","쓆",25],["9d81","쓠",8,"쓪",5,"쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂",9,"씍씎씏씑씒씓씕",6,"씝",10,"씪씫씭씮씯씱",6,"씺씼씾",5,"앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩",6,"앲앶",5,"앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔"],["9e41","얖얙얚얛얝얞얟얡",7,"얪",9,"얶"],["9e61","얷얺얿",4,"엋엍엏엒엓엕엖엗엙",6,"엢엤엦엧"],["9e81","엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑",6,"옚옝",6,"옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉",6,"왒왖",5,"왞왟왡",10,"왭왮왰왲",5,"왺왻왽왾왿욁",6,"욊욌욎",5,"욖욗욙욚욛욝",6,"욦"],["9f41","욨욪",5,"욲욳욵욶욷욻",4,"웂웄웆",5,"웎"],["9f61","웏웑웒웓웕",6,"웞웟웢",5,"웪웫웭웮웯웱웲"],["9f81","웳",4,"웺웻웼웾",5,"윆윇윉윊윋윍",6,"윖윘윚",5,"윢윣윥윦윧윩",6,"윲윴윶윸윹윺윻윾윿읁읂읃읅",4,"읋읎읐읙읚읛읝읞읟읡",6,"읩읪읬",7,"읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛",4,"잢잧",4,"잮잯잱잲잳잵잶잷"],["a041","잸잹잺잻잾쟂",5,"쟊쟋쟍쟏쟑",6,"쟙쟚쟛쟜"],["a061","쟞",5,"쟥쟦쟧쟩쟪쟫쟭",13],["a081","쟻",4,"젂젃젅젆젇젉젋",4,"젒젔젗",4,"젞젟젡젢젣젥",6,"젮젰젲",5,"젹젺젻젽젾젿졁",6,"졊졋졎",5,"졕",26,"졲졳졵졶졷졹졻",4,"좂좄좈좉좊좎",5,"좕",7,"좞좠좢좣좤"],["a141","좥좦좧좩",18,"좾좿죀죁"],["a161","죂죃죅죆죇죉죊죋죍",6,"죖죘죚",5,"죢죣죥"],["a181","죦",14,"죶",5,"죾죿줁줂줃줇",4,"줎 、。·‥…¨〃­―∥\∼‘’“”〔〕〈",9,"±×÷≠≤≥∞∴°′″℃Å¢£¥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨¬"],["a241","줐줒",5,"줙",18],["a261","줭",6,"줵",18],["a281","쥈",7,"쥒쥓쥕쥖쥗쥙",6,"쥢쥤",7,"쥭쥮쥯⇒⇔∀∃´~ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®"],["a341","쥱쥲쥳쥵",6,"쥽",10,"즊즋즍즎즏"],["a361","즑",6,"즚즜즞",16],["a381","즯",16,"짂짃짅짆짉짋",4,"짒짔짗짘짛!",58,"₩]",32," ̄"],["a441","짞짟짡짣짥짦짨짩짪짫짮짲",5,"짺짻짽짾짿쨁쨂쨃쨄"],["a461","쨅쨆쨇쨊쨎",5,"쨕쨖쨗쨙",12],["a481","쨦쨧쨨쨪",28,"ㄱ",93],["a541","쩇",4,"쩎쩏쩑쩒쩓쩕",6,"쩞쩢",5,"쩩쩪"],["a561","쩫",17,"쩾",5,"쪅쪆"],["a581","쪇",16,"쪙",14,"ⅰ",9],["a5b0","Ⅰ",9],["a5c1","Α",16,"Σ",6],["a5e1","α",16,"σ",6],["a641","쪨",19,"쪾쪿쫁쫂쫃쫅"],["a661","쫆",5,"쫎쫐쫒쫔쫕쫖쫗쫚",5,"쫡",6],["a681","쫨쫩쫪쫫쫭",6,"쫵",18,"쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃",7],["a741","쬋",4,"쬑쬒쬓쬕쬖쬗쬙",6,"쬢",7],["a761","쬪",22,"쭂쭃쭄"],["a781","쭅쭆쭇쭊쭋쭍쭎쭏쭑",6,"쭚쭛쭜쭞",5,"쭥",7,"㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙",9,"㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰",9,"㎀",4,"㎺",5,"㎐",4,"Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆"],["a841","쭭",10,"쭺",14],["a861","쮉",18,"쮝",6],["a881","쮤",19,"쮹",11,"ÆЪĦ"],["a8a6","IJ"],["a8a8","ĿŁØŒºÞŦŊ"],["a8b1","㉠",27,"ⓐ",25,"①",14,"½⅓⅔¼¾⅛⅜⅝⅞"],["a941","쯅",14,"쯕",10],["a961","쯠쯡쯢쯣쯥쯦쯨쯪",18],["a981","쯽",14,"찎찏찑찒찓찕",6,"찞찟찠찣찤æđðħıijĸŀłøœßþŧŋʼn㈀",27,"⒜",25,"⑴",14,"¹²³⁴ⁿ₁₂₃₄"],["aa41","찥찦찪찫찭찯찱",6,"찺찿",4,"챆챇챉챊챋챍챎"],["aa61","챏",4,"챖챚",5,"챡챢챣챥챧챩",6,"챱챲"],["aa81","챳챴챶",29,"ぁ",82],["ab41","첔첕첖첗첚첛첝첞첟첡",6,"첪첮",5,"첶첷첹"],["ab61","첺첻첽",6,"쳆쳈쳊",5,"쳑쳒쳓쳕",5],["ab81","쳛",8,"쳥",6,"쳭쳮쳯쳱",12,"ァ",85],["ac41","쳾쳿촀촂",5,"촊촋촍촎촏촑",6,"촚촜촞촟촠"],["ac61","촡촢촣촥촦촧촩촪촫촭",11,"촺",4],["ac81","촿",28,"쵝쵞쵟А",5,"ЁЖ",25],["acd1","а",5,"ёж",25],["ad41","쵡쵢쵣쵥",6,"쵮쵰쵲",5,"쵹",7],["ad61","춁",6,"춉",10,"춖춗춙춚춛춝춞춟"],["ad81","춠춡춢춣춦춨춪",5,"춱",18,"췅"],["ae41","췆",5,"췍췎췏췑",16],["ae61","췢",5,"췩췪췫췭췮췯췱",6,"췺췼췾",4],["ae81","츃츅츆츇츉츊츋츍",6,"츕츖츗츘츚",5,"츢츣츥츦츧츩츪츫"],["af41","츬츭츮츯츲츴츶",19],["af61","칊",13,"칚칛칝칞칢",5,"칪칬"],["af81","칮",5,"칶칷칹칺칻칽",6,"캆캈캊",5,"캒캓캕캖캗캙"],["b041","캚",5,"캢캦",5,"캮",12],["b061","캻",5,"컂",19],["b081","컖",13,"컦컧컩컪컭",6,"컶컺",5,"가각간갇갈갉갊감",7,"같",4,"갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆"],["b141","켂켃켅켆켇켉",6,"켒켔켖",5,"켝켞켟켡켢켣"],["b161","켥",6,"켮켲",5,"켹",11],["b181","콅",14,"콖콗콙콚콛콝",6,"콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸"],["b241","콭콮콯콲콳콵콶콷콹",6,"쾁쾂쾃쾄쾆",5,"쾍"],["b261","쾎",18,"쾢",5,"쾩"],["b281","쾪",5,"쾱",18,"쿅",6,"깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙"],["b341","쿌",19,"쿢쿣쿥쿦쿧쿩"],["b361","쿪",5,"쿲쿴쿶",5,"쿽쿾쿿퀁퀂퀃퀅",5],["b381","퀋",5,"퀒",5,"퀙",19,"끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫",4,"낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝"],["b441","퀮",5,"퀶퀷퀹퀺퀻퀽",6,"큆큈큊",5],["b461","큑큒큓큕큖큗큙",6,"큡",10,"큮큯"],["b481","큱큲큳큵",6,"큾큿킀킂",18,"뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫",4,"닳담답닷",4,"닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥"],["b541","킕",14,"킦킧킩킪킫킭",5],["b561","킳킶킸킺",5,"탂탃탅탆탇탊",5,"탒탖",4],["b581","탛탞탟탡탢탣탥",6,"탮탲",5,"탹",11,"덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸"],["b641","턅",7,"턎",17],["b661","턠",15,"턲턳턵턶턷턹턻턼턽턾"],["b681","턿텂텆",5,"텎텏텑텒텓텕",6,"텞텠텢",5,"텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗"],["b741","텮",13,"텽",6,"톅톆톇톉톊"],["b761","톋",20,"톢톣톥톦톧"],["b781","톩",6,"톲톴톶톷톸톹톻톽톾톿퇁",14,"래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩"],["b841","퇐",7,"퇙",17],["b861","퇫",8,"퇵퇶퇷퇹",13],["b881","툈툊",5,"툑",24,"륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많",4,"맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼"],["b941","툪툫툮툯툱툲툳툵",6,"툾퉀퉂",5,"퉉퉊퉋퉌"],["b961","퉍",14,"퉝",6,"퉥퉦퉧퉨"],["b981","퉩",22,"튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바",4,"받",4,"밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗"],["ba41","튍튎튏튒튓튔튖",5,"튝튞튟튡튢튣튥",6,"튭"],["ba61","튮튯튰튲",5,"튺튻튽튾틁틃",4,"틊틌",5],["ba81","틒틓틕틖틗틙틚틛틝",6,"틦",9,"틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤"],["bb41","틻",4,"팂팄팆",5,"팏팑팒팓팕팗",4,"팞팢팣"],["bb61","팤팦팧팪팫팭팮팯팱",6,"팺팾",5,"퍆퍇퍈퍉"],["bb81","퍊",31,"빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤"],["bc41","퍪",17,"퍾퍿펁펂펃펅펆펇"],["bc61","펈펉펊펋펎펒",5,"펚펛펝펞펟펡",6,"펪펬펮"],["bc81","펯",4,"펵펶펷펹펺펻펽",6,"폆폇폊",5,"폑",5,"샥샨샬샴샵샷샹섀섄섈섐섕서",4,"섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭"],["bd41","폗폙",7,"폢폤",7,"폮폯폱폲폳폵폶폷"],["bd61","폸폹폺폻폾퐀퐂",5,"퐉",13],["bd81","퐗",5,"퐞",25,"숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰"],["be41","퐸",7,"푁푂푃푅",14],["be61","푔",7,"푝푞푟푡푢푣푥",7,"푮푰푱푲"],["be81","푳",4,"푺푻푽푾풁풃",4,"풊풌풎",5,"풕",8,"쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄",6,"엌엎"],["bf41","풞",10,"풪",14],["bf61","풹",18,"퓍퓎퓏퓑퓒퓓퓕"],["bf81","퓖",5,"퓝퓞퓠",7,"퓩퓪퓫퓭퓮퓯퓱",6,"퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염",5,"옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨"],["c041","퓾",5,"픅픆픇픉픊픋픍",6,"픖픘",5],["c061","픞",25],["c081","픸픹픺픻픾픿핁핂핃핅",6,"핎핐핒",5,"핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응",7,"읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊"],["c141","핤핦핧핪핬핮",5,"핶핷핹핺핻핽",6,"햆햊햋"],["c161","햌햍햎햏햑",19,"햦햧"],["c181","햨",31,"점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓"],["c241","헊헋헍헎헏헑헓",4,"헚헜헞",5,"헦헧헩헪헫헭헮"],["c261","헯",4,"헶헸헺",5,"혂혃혅혆혇혉",6,"혒"],["c281","혖",5,"혝혞혟혡혢혣혥",7,"혮",9,"혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻"],["c341","혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝",4],["c361","홢",4,"홨홪",5,"홲홳홵",11],["c381","횁횂횄횆",5,"횎횏횑횒횓횕",7,"횞횠횢",5,"횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층"],["c441","횫횭횮횯횱",7,"횺횼",7,"훆훇훉훊훋"],["c461","훍훎훏훐훒훓훕훖훘훚",5,"훡훢훣훥훦훧훩",4],["c481","훮훯훱훲훳훴훶",5,"훾훿휁휂휃휅",11,"휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼"],["c541","휕휖휗휚휛휝휞휟휡",6,"휪휬휮",5,"휶휷휹"],["c561","휺휻휽",6,"흅흆흈흊",5,"흒흓흕흚",4],["c581","흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵",6,"흾흿힀힂",5,"힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜"],["c641","힍힎힏힑",6,"힚힜힞",5],["c6a1","퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁"],["c7a1","퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠"],["c8a1","혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝"],["caa1","伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕"],["cba1","匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢"],["cca1","瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械"],["cda1","棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜"],["cea1","科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾"],["cfa1","區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴"],["d0a1","鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣"],["d1a1","朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩",5,"那樂",4,"諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉"],["d2a1","納臘蠟衲囊娘廊",4,"乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧",5,"駑魯",10,"濃籠聾膿農惱牢磊腦賂雷尿壘",7,"嫩訥杻紐勒",5,"能菱陵尼泥匿溺多茶"],["d3a1","丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃"],["d4a1","棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅"],["d5a1","蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣"],["d6a1","煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼"],["d7a1","遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬"],["d8a1","立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅"],["d9a1","蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文"],["daa1","汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑"],["dba1","發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖"],["dca1","碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦"],["dda1","孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥"],["dea1","脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索"],["dfa1","傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署"],["e0a1","胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬"],["e1a1","聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁"],["e2a1","戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧"],["e3a1","嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁"],["e4a1","沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額"],["e5a1","櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬"],["e6a1","旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒"],["e7a1","簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳"],["e8a1","烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療"],["e9a1","窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓"],["eaa1","運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜"],["eba1","濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼"],["eca1","議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄"],["eda1","立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長"],["eea1","障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱"],["efa1","煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖"],["f0a1","靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫"],["f1a1","踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只"],["f2a1","咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯"],["f3a1","鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策"],["f4a1","責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢"],["f5a1","椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃"],["f6a1","贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託"],["f7a1","鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑"],["f8a1","阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃"],["f9a1","品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航"],["faa1","行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型"],["fba1","形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵"],["fca1","禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆"],["fda1","爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰"]]')},33104:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",127],["a140"," ,、。.‧;:?!︰…‥﹐﹑﹒·﹔﹕﹖﹗|–︱—︳╴︴﹏()︵︶{}︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚"],["a1a1","﹛﹜﹝﹞‘’“”〝〞‵′#&*※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯ ̄_ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡+-×÷±√<>=≦≧≠∞≒≡﹢",4,"~∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣/"],["a240","\∕﹨$¥〒¢£%@℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁",7,"▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭"],["a2a1","╮╰╯═╞╪╡◢◣◥◤╱╲╳0",9,"Ⅰ",9,"〡",8,"十卄卅A",25,"a",21],["a340","wxyzΑ",16,"Σ",6,"α",16,"σ",6,"ㄅ",10],["a3a1","ㄐ",25,"˙ˉˊˇˋ"],["a3e1","€"],["a440","一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才"],["a4a1","丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙"],["a540","世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外"],["a5a1","央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全"],["a640","共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年"],["a6a1","式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣"],["a740","作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍"],["a7a1","均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠"],["a840","杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒"],["a8a1","芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵"],["a940","咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居"],["a9a1","屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊"],["aa40","昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠"],["aaa1","炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附"],["ab40","陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品"],["aba1","哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷"],["ac40","拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗"],["aca1","活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄"],["ad40","耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥"],["ada1","迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪"],["ae40","哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙"],["aea1","恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓"],["af40","浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷"],["afa1","砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃"],["b040","虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡"],["b0a1","陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀"],["b140","娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽"],["b1a1","情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺"],["b240","毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶"],["b2a1","瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼"],["b340","莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途"],["b3a1","部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠"],["b440","婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍"],["b4a1","插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋"],["b540","溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘"],["b5a1","窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁"],["b640","詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑"],["b6a1","間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼"],["b740","媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業"],["b7a1","楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督"],["b840","睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫"],["b8a1","腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊"],["b940","辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴"],["b9a1","飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇"],["ba40","愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢"],["baa1","滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬"],["bb40","罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤"],["bba1","說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜"],["bc40","劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂"],["bca1","慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃"],["bd40","瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯"],["bda1","翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞"],["be40","輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉"],["bea1","鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡"],["bf40","濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊"],["bfa1","縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚"],["c040","錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇"],["c0a1","嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬"],["c140","瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪"],["c1a1","薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁"],["c240","駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘"],["c2a1","癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦"],["c340","鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸"],["c3a1","獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類"],["c440","願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼"],["c4a1","纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴"],["c540","護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬"],["c5a1","禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒"],["c640","讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲"],["c940","乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕"],["c9a1","氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋"],["ca40","汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘"],["caa1","吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇"],["cb40","杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓"],["cba1","芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢"],["cc40","坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋"],["cca1","怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲"],["cd40","泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺"],["cda1","矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏"],["ce40","哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛"],["cea1","峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺"],["cf40","柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂"],["cfa1","洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀"],["d040","穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪"],["d0a1","苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱"],["d140","唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧"],["d1a1","恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤"],["d240","毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸"],["d2a1","牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐"],["d340","笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢"],["d3a1","荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐"],["d440","酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅"],["d4a1","唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏"],["d540","崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟"],["d5a1","捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉"],["d640","淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏"],["d6a1","痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟"],["d740","耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷"],["d7a1","蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪"],["d840","釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷"],["d8a1","堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔"],["d940","惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒"],["d9a1","晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞"],["da40","湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖"],["daa1","琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥"],["db40","罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳"],["dba1","菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺"],["dc40","軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈"],["dca1","隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆"],["dd40","媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤"],["dda1","搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛嗀毻毼"],["de40","毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓"],["dea1","煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓"],["df40","稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯"],["dfa1","腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤"],["e040","觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿"],["e0a1","遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠"],["e140","凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠"],["e1a1","寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉"],["e240","榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊"],["e2a1","漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓"],["e340","禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞"],["e3a1","耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻"],["e440","裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍"],["e4a1","銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘"],["e540","噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉"],["e5a1","憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒"],["e640","澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙"],["e6a1","獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟"],["e740","膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢"],["e7a1","蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧"],["e840","踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓"],["e8a1","銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮"],["e940","噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺"],["e9a1","憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸"],["ea40","澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙"],["eaa1","瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘"],["eb40","蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠"],["eba1","諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌"],["ec40","錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕"],["eca1","魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎"],["ed40","檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶"],["eda1","瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞"],["ee40","蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞"],["eea1","謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜"],["ef40","鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰"],["efa1","鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶"],["f040","璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒"],["f0a1","臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧"],["f140","蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪"],["f1a1","鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰"],["f240","徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛"],["f2a1","礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕"],["f340","譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦"],["f3a1","鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲"],["f440","嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩"],["f4a1","禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿"],["f540","鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛"],["f5a1","鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥"],["f640","蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺"],["f6a1","騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚"],["f740","糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊"],["f7a1","驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾"],["f840","讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏"],["f8a1","齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚"],["f940","纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊"],["f9a1","龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘碁銹裏墻恒粧嫺╔╦╗╠╬╣╚╩╝╒╤╕╞╪╡╘╧╛╓╥╖╟╫╢╙╨╜║═╭╮╰╯▓"]]')},72417:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",127],["8ea1","。",62],["a1a1"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇"],["a2a1","◆□■△▲▽▼※〒→←↑↓〓"],["a2ba","∈∋⊆⊇⊂⊃∪∩"],["a2ca","∧∨¬⇒⇔∀∃"],["a2dc","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],["a2f2","ʼn♯♭♪†‡¶"],["a2fe","◯"],["a3b0","0",9],["a3c1","A",25],["a3e1","a",25],["a4a1","ぁ",82],["a5a1","ァ",85],["a6a1","Α",16,"Σ",6],["a6c1","α",16,"σ",6],["a7a1","А",5,"ЁЖ",25],["a7d1","а",5,"ёж",25],["a8a1","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],["ada1","①",19,"Ⅰ",9],["adc0","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],["addf","㍻〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],["b0a1","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],["b1a1","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応"],["b2a1","押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],["b3a1","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱"],["b4a1","粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],["b5a1","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京"],["b6a1","供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],["b7a1","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲"],["b8a1","検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],["b9a1","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込"],["baa1","此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],["bba1","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時"],["bca1","次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],["bda1","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償"],["bea1","勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],["bfa1","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾"],["c0a1","澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],["c1a1","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎"],["c2a1","臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],["c3a1","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵"],["c4a1","帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],["c5a1","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到"],["c6a1","董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],["c7a1","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦"],["c8a1","函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],["c9a1","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服"],["caa1","福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],["cba1","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満"],["cca1","漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],["cda1","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃"],["cea1","痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],["cfa1","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],["d0a1","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],["d1a1","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨"],["d2a1","辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],["d3a1","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉"],["d4a1","圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],["d5a1","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓"],["d6a1","屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],["d7a1","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚"],["d8a1","悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],["d9a1","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼"],["daa1","據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],["dba1","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍"],["dca1","棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],["dda1","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾"],["dea1","沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],["dfa1","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼"],["e0a1","燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],["e1a1","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰"],["e2a1","癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],["e3a1","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐"],["e4a1","筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],["e5a1","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺"],["e6a1","罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],["e7a1","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙"],["e8a1","茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],["e9a1","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙"],["eaa1","蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],["eba1","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫"],["eca1","譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],["eda1","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸"],["eea1","遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],["efa1","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞"],["f0a1","陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],["f1a1","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷"],["f2a1","髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],["f3a1","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠"],["f4a1","堯槇遙瑤凜熙"],["f9a1","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德"],["faa1","忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],["fba1","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚"],["fca1","釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],["fcf1","ⅰ",9,"¬¦'""],["8fa2af","˘ˇ¸˙˝¯˛˚~΄΅"],["8fa2c2","¡¦¿"],["8fa2eb","ºª©®™¤№"],["8fa6e1","ΆΈΉΊΪ"],["8fa6e7","Ό"],["8fa6e9","ΎΫ"],["8fa6ec","Ώ"],["8fa6f1","άέήίϊΐόςύϋΰώ"],["8fa7c2","Ђ",10,"ЎЏ"],["8fa7f2","ђ",10,"ўџ"],["8fa9a1","ÆĐ"],["8fa9a4","Ħ"],["8fa9a6","IJ"],["8fa9a8","ŁĿ"],["8fa9ab","ŊØŒ"],["8fa9af","ŦÞ"],["8fa9c1","æđðħıijĸłŀʼnŋøœßŧþ"],["8faaa1","ÁÀÄÂĂǍĀĄÅÃĆĈČÇĊĎÉÈËÊĚĖĒĘ"],["8faaba","ĜĞĢĠĤÍÌÏÎǏİĪĮĨĴĶĹĽĻŃŇŅÑÓÒÖÔǑŐŌÕŔŘŖŚŜŠŞŤŢÚÙÜÛŬǓŰŪŲŮŨǗǛǙǕŴÝŸŶŹŽŻ"],["8faba1","áàäâăǎāąåãćĉčçċďéèëêěėēęǵĝğ"],["8fabbd","ġĥíìïîǐ"],["8fabc5","īįĩĵķĺľļńňņñóòöôǒőōõŕřŗśŝšşťţúùüûŭǔűūųůũǘǜǚǖŵýÿŷźžż"],["8fb0a1","丂丄丅丌丒丟丣两丨丫丮丯丰丵乀乁乄乇乑乚乜乣乨乩乴乵乹乿亍亖亗亝亯亹仃仐仚仛仠仡仢仨仯仱仳仵份仾仿伀伂伃伈伋伌伒伕伖众伙伮伱你伳伵伷伹伻伾佀佂佈佉佋佌佒佔佖佘佟佣佪佬佮佱佷佸佹佺佽佾侁侂侄"],["8fb1a1","侅侉侊侌侎侐侒侓侔侗侙侚侞侟侲侷侹侻侼侽侾俀俁俅俆俈俉俋俌俍俏俒俜俠俢俰俲俼俽俿倀倁倄倇倊倌倎倐倓倗倘倛倜倝倞倢倧倮倰倲倳倵偀偁偂偅偆偊偌偎偑偒偓偗偙偟偠偢偣偦偧偪偭偰偱倻傁傃傄傆傊傎傏傐"],["8fb2a1","傒傓傔傖傛傜傞",4,"傪傯傰傹傺傽僀僃僄僇僌僎僐僓僔僘僜僝僟僢僤僦僨僩僯僱僶僺僾儃儆儇儈儋儌儍儎僲儐儗儙儛儜儝儞儣儧儨儬儭儯儱儳儴儵儸儹兂兊兏兓兕兗兘兟兤兦兾冃冄冋冎冘冝冡冣冭冸冺冼冾冿凂"],["8fb3a1","凈减凑凒凓凕凘凞凢凥凮凲凳凴凷刁刂刅划刓刕刖刘刢刨刱刲刵刼剅剉剕剗剘剚剜剟剠剡剦剮剷剸剹劀劂劅劊劌劓劕劖劗劘劚劜劤劥劦劧劯劰劶劷劸劺劻劽勀勄勆勈勌勏勑勔勖勛勜勡勥勨勩勪勬勰勱勴勶勷匀匃匊匋"],["8fb4a1","匌匑匓匘匛匜匞匟匥匧匨匩匫匬匭匰匲匵匼匽匾卂卌卋卙卛卡卣卥卬卭卲卹卾厃厇厈厎厓厔厙厝厡厤厪厫厯厲厴厵厷厸厺厽叀叅叏叒叓叕叚叝叞叠另叧叵吂吓吚吡吧吨吪启吱吴吵呃呄呇呍呏呞呢呤呦呧呩呫呭呮呴呿"],["8fb5a1","咁咃咅咈咉咍咑咕咖咜咟咡咦咧咩咪咭咮咱咷咹咺咻咿哆哊响哎哠哪哬哯哶哼哾哿唀唁唅唈唉唌唍唎唕唪唫唲唵唶唻唼唽啁啇啉啊啍啐啑啘啚啛啞啠啡啤啦啿喁喂喆喈喎喏喑喒喓喔喗喣喤喭喲喿嗁嗃嗆嗉嗋嗌嗎嗑嗒"],["8fb6a1","嗓嗗嗘嗛嗞嗢嗩嗶嗿嘅嘈嘊嘍",5,"嘙嘬嘰嘳嘵嘷嘹嘻嘼嘽嘿噀噁噃噄噆噉噋噍噏噔噞噠噡噢噣噦噩噭噯噱噲噵嚄嚅嚈嚋嚌嚕嚙嚚嚝嚞嚟嚦嚧嚨嚩嚫嚬嚭嚱嚳嚷嚾囅囉囊囋囏囐囌囍囙囜囝囟囡囤",4,"囱囫园"],["8fb7a1","囶囷圁圂圇圊圌圑圕圚圛圝圠圢圣圤圥圩圪圬圮圯圳圴圽圾圿坅坆坌坍坒坢坥坧坨坫坭",4,"坳坴坵坷坹坺坻坼坾垁垃垌垔垗垙垚垜垝垞垟垡垕垧垨垩垬垸垽埇埈埌埏埕埝埞埤埦埧埩埭埰埵埶埸埽埾埿堃堄堈堉埡"],["8fb8a1","堌堍堛堞堟堠堦堧堭堲堹堿塉塌塍塏塐塕塟塡塤塧塨塸塼塿墀墁墇墈墉墊墌墍墏墐墔墖墝墠墡墢墦墩墱墲壄墼壂壈壍壎壐壒壔壖壚壝壡壢壩壳夅夆夋夌夒夓夔虁夝夡夣夤夨夯夰夳夵夶夿奃奆奒奓奙奛奝奞奟奡奣奫奭"],["8fb9a1","奯奲奵奶她奻奼妋妌妎妒妕妗妟妤妧妭妮妯妰妳妷妺妼姁姃姄姈姊姍姒姝姞姟姣姤姧姮姯姱姲姴姷娀娄娌娍娎娒娓娞娣娤娧娨娪娭娰婄婅婇婈婌婐婕婞婣婥婧婭婷婺婻婾媋媐媓媖媙媜媞媟媠媢媧媬媱媲媳媵媸媺媻媿"],["8fbaa1","嫄嫆嫈嫏嫚嫜嫠嫥嫪嫮嫵嫶嫽嬀嬁嬈嬗嬴嬙嬛嬝嬡嬥嬭嬸孁孋孌孒孖孞孨孮孯孼孽孾孿宁宄宆宊宎宐宑宓宔宖宨宩宬宭宯宱宲宷宺宼寀寁寍寏寖",4,"寠寯寱寴寽尌尗尞尟尣尦尩尫尬尮尰尲尵尶屙屚屜屢屣屧屨屩"],["8fbba1","屭屰屴屵屺屻屼屽岇岈岊岏岒岝岟岠岢岣岦岪岲岴岵岺峉峋峒峝峗峮峱峲峴崁崆崍崒崫崣崤崦崧崱崴崹崽崿嵂嵃嵆嵈嵕嵑嵙嵊嵟嵠嵡嵢嵤嵪嵭嵰嵹嵺嵾嵿嶁嶃嶈嶊嶒嶓嶔嶕嶙嶛嶟嶠嶧嶫嶰嶴嶸嶹巃巇巋巐巎巘巙巠巤"],["8fbca1","巩巸巹帀帇帍帒帔帕帘帟帠帮帨帲帵帾幋幐幉幑幖幘幛幜幞幨幪",4,"幰庀庋庎庢庤庥庨庪庬庱庳庽庾庿廆廌廋廎廑廒廔廕廜廞廥廫异弆弇弈弎弙弜弝弡弢弣弤弨弫弬弮弰弴弶弻弽弿彀彄彅彇彍彐彔彘彛彠彣彤彧"],["8fbda1","彯彲彴彵彸彺彽彾徉徍徏徖徜徝徢徧徫徤徬徯徰徱徸忄忇忈忉忋忐",4,"忞忡忢忨忩忪忬忭忮忯忲忳忶忺忼怇怊怍怓怔怗怘怚怟怤怭怳怵恀恇恈恉恌恑恔恖恗恝恡恧恱恾恿悂悆悈悊悎悑悓悕悘悝悞悢悤悥您悰悱悷"],["8fbea1","悻悾惂惄惈惉惊惋惎惏惔惕惙惛惝惞惢惥惲惵惸惼惽愂愇愊愌愐",4,"愖愗愙愜愞愢愪愫愰愱愵愶愷愹慁慅慆慉慞慠慬慲慸慻慼慿憀憁憃憄憋憍憒憓憗憘憜憝憟憠憥憨憪憭憸憹憼懀懁懂懎懏懕懜懝懞懟懡懢懧懩懥"],["8fbfa1","懬懭懯戁戃戄戇戓戕戜戠戢戣戧戩戫戹戽扂扃扄扆扌扐扑扒扔扖扚扜扤扭扯扳扺扽抍抎抏抐抦抨抳抶抷抺抾抿拄拎拕拖拚拪拲拴拼拽挃挄挊挋挍挐挓挖挘挩挪挭挵挶挹挼捁捂捃捄捆捊捋捎捒捓捔捘捛捥捦捬捭捱捴捵"],["8fc0a1","捸捼捽捿掂掄掇掊掐掔掕掙掚掞掤掦掭掮掯掽揁揅揈揎揑揓揔揕揜揠揥揪揬揲揳揵揸揹搉搊搐搒搔搘搞搠搢搤搥搩搪搯搰搵搽搿摋摏摑摒摓摔摚摛摜摝摟摠摡摣摭摳摴摻摽撅撇撏撐撑撘撙撛撝撟撡撣撦撨撬撳撽撾撿"],["8fc1a1","擄擉擊擋擌擎擐擑擕擗擤擥擩擪擭擰擵擷擻擿攁攄攈攉攊攏攓攔攖攙攛攞攟攢攦攩攮攱攺攼攽敃敇敉敐敒敔敟敠敧敫敺敽斁斅斊斒斕斘斝斠斣斦斮斲斳斴斿旂旈旉旎旐旔旖旘旟旰旲旴旵旹旾旿昀昄昈昉昍昑昒昕昖昝"],["8fc2a1","昞昡昢昣昤昦昩昪昫昬昮昰昱昳昹昷晀晅晆晊晌晑晎晗晘晙晛晜晠晡曻晪晫晬晾晳晵晿晷晸晹晻暀晼暋暌暍暐暒暙暚暛暜暟暠暤暭暱暲暵暻暿曀曂曃曈曌曎曏曔曛曟曨曫曬曮曺朅朇朎朓朙朜朠朢朳朾杅杇杈杌杔杕杝"],["8fc3a1","杦杬杮杴杶杻极构枎枏枑枓枖枘枙枛枰枱枲枵枻枼枽柹柀柂柃柅柈柉柒柗柙柜柡柦柰柲柶柷桒栔栙栝栟栨栧栬栭栯栰栱栳栻栿桄桅桊桌桕桗桘桛桫桮",4,"桵桹桺桻桼梂梄梆梈梖梘梚梜梡梣梥梩梪梮梲梻棅棈棌棏"],["8fc4a1","棐棑棓棖棙棜棝棥棨棪棫棬棭棰棱棵棶棻棼棽椆椉椊椐椑椓椖椗椱椳椵椸椻楂楅楉楎楗楛楣楤楥楦楨楩楬楰楱楲楺楻楿榀榍榒榖榘榡榥榦榨榫榭榯榷榸榺榼槅槈槑槖槗槢槥槮槯槱槳槵槾樀樁樃樏樑樕樚樝樠樤樨樰樲"],["8fc5a1","樴樷樻樾樿橅橆橉橊橎橐橑橒橕橖橛橤橧橪橱橳橾檁檃檆檇檉檋檑檛檝檞檟檥檫檯檰檱檴檽檾檿櫆櫉櫈櫌櫐櫔櫕櫖櫜櫝櫤櫧櫬櫰櫱櫲櫼櫽欂欃欆欇欉欏欐欑欗欛欞欤欨欫欬欯欵欶欻欿歆歊歍歒歖歘歝歠歧歫歮歰歵歽"],["8fc6a1","歾殂殅殗殛殟殠殢殣殨殩殬殭殮殰殸殹殽殾毃毄毉毌毖毚毡毣毦毧毮毱毷毹毿氂氄氅氉氍氎氐氒氙氟氦氧氨氬氮氳氵氶氺氻氿汊汋汍汏汒汔汙汛汜汫汭汯汴汶汸汹汻沅沆沇沉沔沕沗沘沜沟沰沲沴泂泆泍泏泐泑泒泔泖"],["8fc7a1","泚泜泠泧泩泫泬泮泲泴洄洇洊洎洏洑洓洚洦洧洨汧洮洯洱洹洼洿浗浞浟浡浥浧浯浰浼涂涇涑涒涔涖涗涘涪涬涴涷涹涽涿淄淈淊淎淏淖淛淝淟淠淢淥淩淯淰淴淶淼渀渄渞渢渧渲渶渹渻渼湄湅湈湉湋湏湑湒湓湔湗湜湝湞"],["8fc8a1","湢湣湨湳湻湽溍溓溙溠溧溭溮溱溳溻溿滀滁滃滇滈滊滍滎滏滫滭滮滹滻滽漄漈漊漌漍漖漘漚漛漦漩漪漯漰漳漶漻漼漭潏潑潒潓潗潙潚潝潞潡潢潨潬潽潾澃澇澈澋澌澍澐澒澓澔澖澚澟澠澥澦澧澨澮澯澰澵澶澼濅濇濈濊"],["8fc9a1","濚濞濨濩濰濵濹濼濽瀀瀅瀆瀇瀍瀗瀠瀣瀯瀴瀷瀹瀼灃灄灈灉灊灋灔灕灝灞灎灤灥灬灮灵灶灾炁炅炆炔",4,"炛炤炫炰炱炴炷烊烑烓烔烕烖烘烜烤烺焃",4,"焋焌焏焞焠焫焭焯焰焱焸煁煅煆煇煊煋煐煒煗煚煜煞煠"],["8fcaa1","煨煹熀熅熇熌熒熚熛熠熢熯熰熲熳熺熿燀燁燄燋燌燓燖燙燚燜燸燾爀爇爈爉爓爗爚爝爟爤爫爯爴爸爹牁牂牃牅牎牏牐牓牕牖牚牜牞牠牣牨牫牮牯牱牷牸牻牼牿犄犉犍犎犓犛犨犭犮犱犴犾狁狇狉狌狕狖狘狟狥狳狴狺狻"],["8fcba1","狾猂猄猅猇猋猍猒猓猘猙猞猢猤猧猨猬猱猲猵猺猻猽獃獍獐獒獖獘獝獞獟獠獦獧獩獫獬獮獯獱獷獹獼玀玁玃玅玆玎玐玓玕玗玘玜玞玟玠玢玥玦玪玫玭玵玷玹玼玽玿珅珆珉珋珌珏珒珓珖珙珝珡珣珦珧珩珴珵珷珹珺珻珽"],["8fcca1","珿琀琁琄琇琊琑琚琛琤琦琨",9,"琹瑀瑃瑄瑆瑇瑋瑍瑑瑒瑗瑝瑢瑦瑧瑨瑫瑭瑮瑱瑲璀璁璅璆璇璉璏璐璑璒璘璙璚璜璟璠璡璣璦璨璩璪璫璮璯璱璲璵璹璻璿瓈瓉瓌瓐瓓瓘瓚瓛瓞瓟瓤瓨瓪瓫瓯瓴瓺瓻瓼瓿甆"],["8fcda1","甒甖甗甠甡甤甧甩甪甯甶甹甽甾甿畀畃畇畈畎畐畒畗畞畟畡畯畱畹",5,"疁疅疐疒疓疕疙疜疢疤疴疺疿痀痁痄痆痌痎痏痗痜痟痠痡痤痧痬痮痯痱痹瘀瘂瘃瘄瘇瘈瘊瘌瘏瘒瘓瘕瘖瘙瘛瘜瘝瘞瘣瘥瘦瘩瘭瘲瘳瘵瘸瘹"],["8fcea1","瘺瘼癊癀癁癃癄癅癉癋癕癙癟癤癥癭癮癯癱癴皁皅皌皍皕皛皜皝皟皠皢",6,"皪皭皽盁盅盉盋盌盎盔盙盠盦盨盬盰盱盶盹盼眀眆眊眎眒眔眕眗眙眚眜眢眨眭眮眯眴眵眶眹眽眾睂睅睆睊睍睎睏睒睖睗睜睞睟睠睢"],["8fcfa1","睤睧睪睬睰睲睳睴睺睽瞀瞄瞌瞍瞔瞕瞖瞚瞟瞢瞧瞪瞮瞯瞱瞵瞾矃矉矑矒矕矙矞矟矠矤矦矪矬矰矱矴矸矻砅砆砉砍砎砑砝砡砢砣砭砮砰砵砷硃硄硇硈硌硎硒硜硞硠硡硣硤硨硪确硺硾碊碏碔碘碡碝碞碟碤碨碬碭碰碱碲碳"],["8fd0a1","碻碽碿磇磈磉磌磎磒磓磕磖磤磛磟磠磡磦磪磲磳礀磶磷磺磻磿礆礌礐礚礜礞礟礠礥礧礩礭礱礴礵礻礽礿祄祅祆祊祋祏祑祔祘祛祜祧祩祫祲祹祻祼祾禋禌禑禓禔禕禖禘禛禜禡禨禩禫禯禱禴禸离秂秄秇秈秊秏秔秖秚秝秞"],["8fd1a1","秠秢秥秪秫秭秱秸秼稂稃稇稉稊稌稑稕稛稞稡稧稫稭稯稰稴稵稸稹稺穄穅穇穈穌穕穖穙穜穝穟穠穥穧穪穭穵穸穾窀窂窅窆窊窋窐窑窔窞窠窣窬窳窵窹窻窼竆竉竌竎竑竛竨竩竫竬竱竴竻竽竾笇笔笟笣笧笩笪笫笭笮笯笰"],["8fd2a1","笱笴笽笿筀筁筇筎筕筠筤筦筩筪筭筯筲筳筷箄箉箎箐箑箖箛箞箠箥箬箯箰箲箵箶箺箻箼箽篂篅篈篊篔篖篗篙篚篛篨篪篲篴篵篸篹篺篼篾簁簂簃簄簆簉簋簌簎簏簙簛簠簥簦簨簬簱簳簴簶簹簺籆籊籕籑籒籓籙",5],["8fd3a1","籡籣籧籩籭籮籰籲籹籼籽粆粇粏粔粞粠粦粰粶粷粺粻粼粿糄糇糈糉糍糏糓糔糕糗糙糚糝糦糩糫糵紃紇紈紉紏紑紒紓紖紝紞紣紦紪紭紱紼紽紾絀絁絇絈絍絑絓絗絙絚絜絝絥絧絪絰絸絺絻絿綁綂綃綅綆綈綋綌綍綑綖綗綝"],["8fd4a1","綞綦綧綪綳綶綷綹緂",4,"緌緍緎緗緙縀緢緥緦緪緫緭緱緵緶緹緺縈縐縑縕縗縜縝縠縧縨縬縭縯縳縶縿繄繅繇繎繐繒繘繟繡繢繥繫繮繯繳繸繾纁纆纇纊纍纑纕纘纚纝纞缼缻缽缾缿罃罄罇罏罒罓罛罜罝罡罣罤罥罦罭"],["8fd5a1","罱罽罾罿羀羋羍羏羐羑羖羗羜羡羢羦羪羭羴羼羿翀翃翈翎翏翛翟翣翥翨翬翮翯翲翺翽翾翿耇耈耊耍耎耏耑耓耔耖耝耞耟耠耤耦耬耮耰耴耵耷耹耺耼耾聀聄聠聤聦聭聱聵肁肈肎肜肞肦肧肫肸肹胈胍胏胒胔胕胗胘胠胭胮"],["8fd6a1","胰胲胳胶胹胺胾脃脋脖脗脘脜脞脠脤脧脬脰脵脺脼腅腇腊腌腒腗腠腡腧腨腩腭腯腷膁膐膄膅膆膋膎膖膘膛膞膢膮膲膴膻臋臃臅臊臎臏臕臗臛臝臞臡臤臫臬臰臱臲臵臶臸臹臽臿舀舃舏舓舔舙舚舝舡舢舨舲舴舺艃艄艅艆"],["8fd7a1","艋艎艏艑艖艜艠艣艧艭艴艻艽艿芀芁芃芄芇芉芊芎芑芔芖芘芚芛芠芡芣芤芧芨芩芪芮芰芲芴芷芺芼芾芿苆苐苕苚苠苢苤苨苪苭苯苶苷苽苾茀茁茇茈茊茋荔茛茝茞茟茡茢茬茭茮茰茳茷茺茼茽荂荃荄荇荍荎荑荕荖荗荰荸"],["8fd8a1","荽荿莀莂莄莆莍莒莔莕莘莙莛莜莝莦莧莩莬莾莿菀菇菉菏菐菑菔菝荓菨菪菶菸菹菼萁萆萊萏萑萕萙莭萯萹葅葇葈葊葍葏葑葒葖葘葙葚葜葠葤葥葧葪葰葳葴葶葸葼葽蒁蒅蒒蒓蒕蒞蒦蒨蒩蒪蒯蒱蒴蒺蒽蒾蓀蓂蓇蓈蓌蓏蓓"],["8fd9a1","蓜蓧蓪蓯蓰蓱蓲蓷蔲蓺蓻蓽蔂蔃蔇蔌蔎蔐蔜蔞蔢蔣蔤蔥蔧蔪蔫蔯蔳蔴蔶蔿蕆蕏",4,"蕖蕙蕜",6,"蕤蕫蕯蕹蕺蕻蕽蕿薁薅薆薉薋薌薏薓薘薝薟薠薢薥薧薴薶薷薸薼薽薾薿藂藇藊藋藎薭藘藚藟藠藦藨藭藳藶藼"],["8fdaa1","藿蘀蘄蘅蘍蘎蘐蘑蘒蘘蘙蘛蘞蘡蘧蘩蘶蘸蘺蘼蘽虀虂虆虒虓虖虗虘虙虝虠",4,"虩虬虯虵虶虷虺蚍蚑蚖蚘蚚蚜蚡蚦蚧蚨蚭蚱蚳蚴蚵蚷蚸蚹蚿蛀蛁蛃蛅蛑蛒蛕蛗蛚蛜蛠蛣蛥蛧蚈蛺蛼蛽蜄蜅蜇蜋蜎蜏蜐蜓蜔蜙蜞蜟蜡蜣"],["8fdba1","蜨蜮蜯蜱蜲蜹蜺蜼蜽蜾蝀蝃蝅蝍蝘蝝蝡蝤蝥蝯蝱蝲蝻螃",6,"螋螌螐螓螕螗螘螙螞螠螣螧螬螭螮螱螵螾螿蟁蟈蟉蟊蟎蟕蟖蟙蟚蟜蟟蟢蟣蟤蟪蟫蟭蟱蟳蟸蟺蟿蠁蠃蠆蠉蠊蠋蠐蠙蠒蠓蠔蠘蠚蠛蠜蠞蠟蠨蠭蠮蠰蠲蠵"],["8fdca1","蠺蠼衁衃衅衈衉衊衋衎衑衕衖衘衚衜衟衠衤衩衱衹衻袀袘袚袛袜袟袠袨袪袺袽袾裀裊",4,"裑裒裓裛裞裧裯裰裱裵裷褁褆褍褎褏褕褖褘褙褚褜褠褦褧褨褰褱褲褵褹褺褾襀襂襅襆襉襏襒襗襚襛襜襡襢襣襫襮襰襳襵襺"],["8fdda1","襻襼襽覉覍覐覔覕覛覜覟覠覥覰覴覵覶覷覼觔",4,"觥觩觫觭觱觳觶觹觽觿訄訅訇訏訑訒訔訕訞訠訢訤訦訫訬訯訵訷訽訾詀詃詅詇詉詍詎詓詖詗詘詜詝詡詥詧詵詶詷詹詺詻詾詿誀誃誆誋誏誐誒誖誗誙誟誧誩誮誯誳"],["8fdea1","誶誷誻誾諃諆諈諉諊諑諓諔諕諗諝諟諬諰諴諵諶諼諿謅謆謋謑謜謞謟謊謭謰謷謼譂",4,"譈譒譓譔譙譍譞譣譭譶譸譹譼譾讁讄讅讋讍讏讔讕讜讞讟谸谹谽谾豅豇豉豋豏豑豓豔豗豘豛豝豙豣豤豦豨豩豭豳豵豶豻豾貆"],["8fdfa1","貇貋貐貒貓貙貛貜貤貹貺賅賆賉賋賏賖賕賙賝賡賨賬賯賰賲賵賷賸賾賿贁贃贉贒贗贛赥赩赬赮赿趂趄趈趍趐趑趕趞趟趠趦趫趬趯趲趵趷趹趻跀跅跆跇跈跊跎跑跔跕跗跙跤跥跧跬跰趼跱跲跴跽踁踄踅踆踋踑踔踖踠踡踢"],["8fe0a1","踣踦踧踱踳踶踷踸踹踽蹀蹁蹋蹍蹎蹏蹔蹛蹜蹝蹞蹡蹢蹩蹬蹭蹯蹰蹱蹹蹺蹻躂躃躉躐躒躕躚躛躝躞躢躧躩躭躮躳躵躺躻軀軁軃軄軇軏軑軔軜軨軮軰軱軷軹軺軭輀輂輇輈輏輐輖輗輘輞輠輡輣輥輧輨輬輭輮輴輵輶輷輺轀轁"],["8fe1a1","轃轇轏轑",4,"轘轝轞轥辝辠辡辤辥辦辵辶辸达迀迁迆迊迋迍运迒迓迕迠迣迤迨迮迱迵迶迻迾适逄逈逌逘逛逨逩逯逪逬逭逳逴逷逿遃遄遌遛遝遢遦遧遬遰遴遹邅邈邋邌邎邐邕邗邘邙邛邠邡邢邥邰邲邳邴邶邽郌邾郃"],["8fe2a1","郄郅郇郈郕郗郘郙郜郝郟郥郒郶郫郯郰郴郾郿鄀鄄鄅鄆鄈鄍鄐鄔鄖鄗鄘鄚鄜鄞鄠鄥鄢鄣鄧鄩鄮鄯鄱鄴鄶鄷鄹鄺鄼鄽酃酇酈酏酓酗酙酚酛酡酤酧酭酴酹酺酻醁醃醅醆醊醎醑醓醔醕醘醞醡醦醨醬醭醮醰醱醲醳醶醻醼醽醿"],["8fe3a1","釂釃釅釓釔釗釙釚釞釤釥釩釪釬",5,"釷釹釻釽鈀鈁鈄鈅鈆鈇鈉鈊鈌鈐鈒鈓鈖鈘鈜鈝鈣鈤鈥鈦鈨鈮鈯鈰鈳鈵鈶鈸鈹鈺鈼鈾鉀鉂鉃鉆鉇鉊鉍鉎鉏鉑鉘鉙鉜鉝鉠鉡鉥鉧鉨鉩鉮鉯鉰鉵",4,"鉻鉼鉽鉿銈銉銊銍銎銒銗"],["8fe4a1","銙銟銠銤銥銧銨銫銯銲銶銸銺銻銼銽銿",4,"鋅鋆鋇鋈鋋鋌鋍鋎鋐鋓鋕鋗鋘鋙鋜鋝鋟鋠鋡鋣鋥鋧鋨鋬鋮鋰鋹鋻鋿錀錂錈錍錑錔錕錜錝錞錟錡錤錥錧錩錪錳錴錶錷鍇鍈鍉鍐鍑鍒鍕鍗鍘鍚鍞鍤鍥鍧鍩鍪鍭鍯鍰鍱鍳鍴鍶"],["8fe5a1","鍺鍽鍿鎀鎁鎂鎈鎊鎋鎍鎏鎒鎕鎘鎛鎞鎡鎣鎤鎦鎨鎫鎴鎵鎶鎺鎩鏁鏄鏅鏆鏇鏉",4,"鏓鏙鏜鏞鏟鏢鏦鏧鏹鏷鏸鏺鏻鏽鐁鐂鐄鐈鐉鐍鐎鐏鐕鐖鐗鐟鐮鐯鐱鐲鐳鐴鐻鐿鐽鑃鑅鑈鑊鑌鑕鑙鑜鑟鑡鑣鑨鑫鑭鑮鑯鑱鑲钄钃镸镹"],["8fe6a1","镾閄閈閌閍閎閝閞閟閡閦閩閫閬閴閶閺閽閿闆闈闉闋闐闑闒闓闙闚闝闞闟闠闤闦阝阞阢阤阥阦阬阱阳阷阸阹阺阼阽陁陒陔陖陗陘陡陮陴陻陼陾陿隁隂隃隄隉隑隖隚隝隟隤隥隦隩隮隯隳隺雊雒嶲雘雚雝雞雟雩雯雱雺霂"],["8fe7a1","霃霅霉霚霛霝霡霢霣霨霱霳靁靃靊靎靏靕靗靘靚靛靣靧靪靮靳靶靷靸靻靽靿鞀鞉鞕鞖鞗鞙鞚鞞鞟鞢鞬鞮鞱鞲鞵鞶鞸鞹鞺鞼鞾鞿韁韄韅韇韉韊韌韍韎韐韑韔韗韘韙韝韞韠韛韡韤韯韱韴韷韸韺頇頊頙頍頎頔頖頜頞頠頣頦"],["8fe8a1","頫頮頯頰頲頳頵頥頾顄顇顊顑顒顓顖顗顙顚顢顣顥顦顪顬颫颭颮颰颴颷颸颺颻颿飂飅飈飌飡飣飥飦飧飪飳飶餂餇餈餑餕餖餗餚餛餜餟餢餦餧餫餱",4,"餹餺餻餼饀饁饆饇饈饍饎饔饘饙饛饜饞饟饠馛馝馟馦馰馱馲馵"],["8fe9a1","馹馺馽馿駃駉駓駔駙駚駜駞駧駪駫駬駰駴駵駹駽駾騂騃騄騋騌騐騑騖騞騠騢騣騤騧騭騮騳騵騶騸驇驁驄驊驋驌驎驑驔驖驝骪骬骮骯骲骴骵骶骹骻骾骿髁髃髆髈髎髐髒髕髖髗髛髜髠髤髥髧髩髬髲髳髵髹髺髽髿",4],["8feaa1","鬄鬅鬈鬉鬋鬌鬍鬎鬐鬒鬖鬙鬛鬜鬠鬦鬫鬭鬳鬴鬵鬷鬹鬺鬽魈魋魌魕魖魗魛魞魡魣魥魦魨魪",4,"魳魵魷魸魹魿鮀鮄鮅鮆鮇鮉鮊鮋鮍鮏鮐鮔鮚鮝鮞鮦鮧鮩鮬鮰鮱鮲鮷鮸鮻鮼鮾鮿鯁鯇鯈鯎鯐鯗鯘鯝鯟鯥鯧鯪鯫鯯鯳鯷鯸"],["8feba1","鯹鯺鯽鯿鰀鰂鰋鰏鰑鰖鰘鰙鰚鰜鰞鰢鰣鰦",4,"鰱鰵鰶鰷鰽鱁鱃鱄鱅鱉鱊鱎鱏鱐鱓鱔鱖鱘鱛鱝鱞鱟鱣鱩鱪鱜鱫鱨鱮鱰鱲鱵鱷鱻鳦鳲鳷鳹鴋鴂鴑鴗鴘鴜鴝鴞鴯鴰鴲鴳鴴鴺鴼鵅鴽鵂鵃鵇鵊鵓鵔鵟鵣鵢鵥鵩鵪鵫鵰鵶鵷鵻"],["8feca1","鵼鵾鶃鶄鶆鶊鶍鶎鶒鶓鶕鶖鶗鶘鶡鶪鶬鶮鶱鶵鶹鶼鶿鷃鷇鷉鷊鷔鷕鷖鷗鷚鷞鷟鷠鷥鷧鷩鷫鷮鷰鷳鷴鷾鸊鸂鸇鸎鸐鸑鸒鸕鸖鸙鸜鸝鹺鹻鹼麀麂麃麄麅麇麎麏麖麘麛麞麤麨麬麮麯麰麳麴麵黆黈黋黕黟黤黧黬黭黮黰黱黲黵"],["8feda1","黸黿鼂鼃鼉鼏鼐鼑鼒鼔鼖鼗鼙鼚鼛鼟鼢鼦鼪鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃",4,"齓齕齖齗齘齚齝齞齨齩齭",4,"齳齵齺齽龏龐龑龒龔龖龗龞龡龢龣龥"]]')},86351:e=>{"use strict";e.exports=JSON.parse('{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}')},37419:e=>{"use strict";e.exports=JSON.parse('[["a140","",62],["a180","",32],["a240","",62],["a280","",32],["a2ab","",5],["a2e3","€"],["a2ef",""],["a2fd",""],["a340","",62],["a380","",31," "],["a440","",62],["a480","",32],["a4f4","",10],["a540","",62],["a580","",32],["a5f7","",7],["a640","",62],["a680","",32],["a6b9","",7],["a6d9","",6],["a6ec",""],["a6f3",""],["a6f6","",8],["a740","",62],["a780","",32],["a7c2","",14],["a7f2","",12],["a896","",10],["a8bc",""],["a8bf","ǹ"],["a8c1",""],["a8ea","",20],["a958",""],["a95b",""],["a95d",""],["a989","〾⿰",11],["a997","",12],["a9f0","",14],["aaa1","",93],["aba1","",93],["aca1","",93],["ada1","",93],["aea1","",93],["afa1","",93],["d7fa","",4],["f8a1","",93],["f9a1","",93],["faa1","",93],["fba1","",93],["fca1","",93],["fda1","",93],["fe50","⺁⺄㑳㑇⺈⺋㖞㘚㘎⺌⺗㥮㤘㧏㧟㩳㧐㭎㱮㳠⺧⺪䁖䅟⺮䌷⺳⺶⺷䎱䎬⺻䏝䓖䙡䙌"],["fe80","䜣䜩䝼䞍⻊䥇䥺䥽䦂䦃䦅䦆䦟䦛䦷䦶䲣䲟䲠䲡䱷䲢䴓",6,"䶮",93]]')},64108:e=>{"use strict";e.exports=JSON.parse('[["0","\\u0000",128],["a1","。",62],["8140"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×"],["8180","÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓"],["81b8","∈∋⊆⊇⊂⊃∪∩"],["81c8","∧∨¬⇒⇔∀∃"],["81da","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],["81f0","ʼn♯♭♪†‡¶"],["81fc","◯"],["824f","0",9],["8260","A",25],["8281","a",25],["829f","ぁ",82],["8340","ァ",62],["8380","ム",22],["839f","Α",16,"Σ",6],["83bf","α",16,"σ",6],["8440","А",5,"ЁЖ",25],["8470","а",5,"ёж",7],["8480","о",17],["849f","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],["8740","①",19,"Ⅰ",9],["875f","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],["877e","㍻"],["8780","〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],["889f","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],["8940","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円"],["8980","園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],["8a40","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫"],["8a80","橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],["8b40","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救"],["8b80","朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],["8c40","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨"],["8c80","劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],["8d40","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降"],["8d80","項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],["8e40","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止"],["8e80","死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],["8f40","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳"],["8f80","準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],["9040","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨"],["9080","逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],["9140","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻"],["9180","操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],["9240","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄"],["9280","逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],["9340","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬"],["9380","凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],["9440","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅"],["9480","楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],["9540","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷"],["9580","斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],["9640","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆"],["9680","摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],["9740","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲"],["9780","沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],["9840","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],["989f","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],["9940","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭"],["9980","凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],["9a40","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸"],["9a80","噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],["9b40","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀"],["9b80","它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],["9c40","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠"],["9c80","怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],["9d40","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫"],["9d80","捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],["9e40","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎"],["9e80","梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],["9f40","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯"],["9f80","麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],["e040","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝"],["e080","烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],["e140","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿"],["e180","痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],["e240","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰"],["e280","窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],["e340","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷"],["e380","縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],["e440","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤"],["e480","艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],["e540","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬"],["e580","蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],["e640","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧"],["e680","諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],["e740","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜"],["e780","轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],["e840","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙"],["e880","閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],["e940","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃"],["e980","騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],["ea40","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯"],["ea80","黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙"],["ed40","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏"],["ed80","塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],["ee40","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙"],["ee80","蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],["eeef","ⅰ",9,"¬¦'""],["f040","",62],["f080","",124],["f140","",62],["f180","",124],["f240","",62],["f280","",124],["f340","",62],["f380","",124],["f440","",62],["f480","",124],["f540","",62],["f580","",124],["f640","",62],["f680","",124],["f740","",62],["f780","",124],["f840","",62],["f880","",124],["f940",""],["fa40","ⅰ",9,"Ⅰ",9,"¬¦'"㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊"],["fa80","兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯"],["fb40","涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神"],["fb80","祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙"],["fc40","髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"]]')},91279:(e,t,i)=>{"use strict";var n=i(2399).Buffer;function a(){}function r(){}function o(){this.overflowByte=-1}function s(e,t){this.iconv=t}function c(e,t){void 0===(e=e||{}).addBOM&&(e.addBOM=!0),this.encoder=t.iconv.getEncoder("utf-16le",e)}function u(e,t){this.decoder=null,this.initialBytes=[],this.initialBytesLen=0,this.options=e||{},this.iconv=t.iconv}function l(e,t){var i=t||"utf-16le";if(e.length>=2)if(254==e[0]&&255==e[1])i="utf-16be";else if(255==e[0]&&254==e[1])i="utf-16le";else{for(var n=0,a=0,r=Math.min(e.length-e.length%2,64),o=0;on?i="utf-16be":a{"use strict";var n=i(2399).Buffer;function a(e,t){this.iconv=t}t.utf7=a,t.unicode11utf7="utf7",a.prototype.encoder=o,a.prototype.decoder=s,a.prototype.bomAware=!0;var r=/[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g;function o(e,t){this.iconv=t.iconv}function s(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=""}o.prototype.write=function(e){return n.from(e.replace(r,function(e){return"+"+("+"===e?"":this.iconv.encode(e,"utf16-be").toString("base64").replace(/=+$/,""))+"-"}.bind(this)))},o.prototype.end=function(){};for(var c=/[A-Za-z0-9\/+]/,u=[],l=0;l<256;l++)u[l]=c.test(String.fromCharCode(l));var p="+".charCodeAt(0),d="-".charCodeAt(0),h="&".charCodeAt(0);function m(e,t){this.iconv=t}function f(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=n.alloc(6),this.base64AccumIdx=0}function g(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=""}s.prototype.write=function(e){for(var t="",i=0,a=this.inBase64,r=this.base64Accum,o=0;o0&&(e=this.iconv.decode(n.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e},t.utf7imap=m,m.prototype.encoder=f,m.prototype.decoder=g,m.prototype.bomAware=!0,f.prototype.write=function(e){for(var t=this.inBase64,i=this.base64Accum,a=this.base64AccumIdx,r=n.alloc(5*e.length+10),o=0,s=0;s0&&(o+=r.write(i.slice(0,a).toString("base64").replace(/\//g,",").replace(/=+$/,""),o),a=0),r[o++]=d,t=!1),t||(r[o++]=c,c===h&&(r[o++]=d))):(t||(r[o++]=h,t=!0),t&&(i[a++]=c>>8,i[a++]=255&c,a==i.length&&(o+=r.write(i.toString("base64").replace(/\//g,","),o),a=0)))}return this.inBase64=t,this.base64AccumIdx=a,r.slice(0,o)},f.prototype.end=function(){var e=n.alloc(10),t=0;return this.inBase64&&(this.base64AccumIdx>0&&(t+=e.write(this.base64Accum.slice(0,this.base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),t),this.base64AccumIdx=0),e[t++]=d,this.inBase64=!1),e.slice(0,t)};var v=u.slice();v[",".charCodeAt(0)]=!0,g.prototype.write=function(e){for(var t="",i=0,a=this.inBase64,r=this.base64Accum,o=0;o0&&(e=this.iconv.decode(n.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e}},65395:(e,t)=>{"use strict";function i(e,t){this.encoder=e,this.addBOM=!0}function n(e,t){this.decoder=e,this.pass=!1,this.options=t||{}}t.PrependBOM=i,i.prototype.write=function(e){return this.addBOM&&(e="\ufeff"+e,this.addBOM=!1),this.encoder.write(e)},i.prototype.end=function(){return this.encoder.end()},t.StripBOM=n,n.prototype.write=function(e){var t=this.decoder.write(e);return this.pass||!t||("\ufeff"===t[0]&&(t=t.slice(1),"function"==typeof this.options.stripBOM&&this.options.stripBOM()),this.pass=!0),t},n.prototype.end=function(){return this.decoder.end()}},8544:(e,t,i)=>{"use strict";var n=i(64293).Buffer;e.exports=function(e){var t=void 0;e.supportsNodeEncodingsExtension=!(n.from||new n(0)instanceof Uint8Array),e.extendNodeEncodings=function(){if(!t){if(t={},!e.supportsNodeEncodingsExtension)return console.error("ACTION NEEDED: require('iconv-lite').extendNodeEncodings() is not supported in your version of Node"),void console.error("See more info at https://github.com/ashtuchkin/iconv-lite/wiki/Node-v4-compatibility");var a={hex:!0,utf8:!0,"utf-8":!0,ascii:!0,binary:!0,base64:!0,ucs2:!0,"ucs-2":!0,utf16le:!0,"utf-16le":!0};n.isNativeEncoding=function(e){return e&&a[e.toLowerCase()]};var r=i(64293).SlowBuffer;if(t.SlowBufferToString=r.prototype.toString,r.prototype.toString=function(i,a,r){return i=String(i||"utf8").toLowerCase(),n.isNativeEncoding(i)?t.SlowBufferToString.call(this,i,a,r):(void 0===a&&(a=0),void 0===r&&(r=this.length),e.decode(this.slice(a,r),i))},t.SlowBufferWrite=r.prototype.write,r.prototype.write=function(i,a,r,o){if(isFinite(a))isFinite(r)||(o=r,r=void 0);else{var s=o;o=a,a=r,r=s}a=+a||0;var c=this.length-a;if(r?(r=+r)>c&&(r=c):r=c,o=String(o||"utf8").toLowerCase(),n.isNativeEncoding(o))return t.SlowBufferWrite.call(this,i,a,r,o);if(i.length>0&&(r<0||a<0))throw new RangeError("attempt to write beyond buffer bounds");var u=e.encode(i,o);return u.lengthp&&(r=p):r=p,i.length>0&&(r<0||a<0))throw new RangeError("attempt to write beyond buffer bounds");var d=e.encode(i,o);return d.length{"use strict";var n=i(2399).Buffer,a=i(65395),r=e.exports;r.encodings=null,r.defaultCharUnicode="�",r.defaultCharSingleByte="?",r.encode=function(e,t,i){e=""+(e||"");var a=r.getEncoder(t,i),o=a.write(e),s=a.end();return s&&s.length>0?n.concat([o,s]):o},r.decode=function(e,t,i){"string"==typeof e&&(r.skipDecodeWarning||(console.error("Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding"),r.skipDecodeWarning=!0),e=n.from(""+(e||""),"binary"));var a=r.getDecoder(t,i),o=a.write(e),s=a.end();return s?o+s:o},r.encodingExists=function(e){try{return r.getCodec(e),!0}catch(e){return!1}},r.toEncoding=r.encode,r.fromEncoding=r.decode,r._codecDataCache={},r.getCodec=function(e){r.encodings||(r.encodings=i(46934));for(var t=r._canonicalizeEncoding(e),n={};;){var a=r._codecDataCache[t];if(a)return a;var o=r.encodings[t];switch(typeof o){case"string":t=o;break;case"object":for(var s in o)n[s]=o[s];n.encodingName||(n.encodingName=t),t=o.type;break;case"function":return n.encodingName||(n.encodingName=t),a=new o(n,r),r._codecDataCache[n.encodingName]=a,a;default:throw new Error("Encoding not recognized: '"+e+"' (searched as: '"+t+"')")}}},r._canonicalizeEncoding=function(e){return(""+e).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g,"")},r.getEncoder=function(e,t){var i=r.getCodec(e),n=new i.encoder(t,i);return i.bomAware&&t&&t.addBOM&&(n=new a.PrependBOM(n,t)),n},r.getDecoder=function(e,t){var i=r.getCodec(e),n=new i.decoder(t,i);return!i.bomAware||t&&!1===t.stripBOM||(n=new a.StripBOM(n,t)),n};var o="undefined"!=typeof process&&process.versions&&process.versions.node;if(o){var s=o.split(".").map(Number);(s[0]>0||s[1]>=10)&&i(38044)(r),i(8544)(r)}},38044:(e,t,i)=>{"use strict";var n=i(64293).Buffer,a=i(92413).Transform;function r(e,t){this.conv=e,(t=t||{}).decodeStrings=!1,a.call(this,t)}function o(e,t){this.conv=e,(t=t||{}).encoding=this.encoding="utf8",a.call(this,t)}e.exports=function(e){e.encodeStream=function(t,i){return new r(e.getEncoder(t,i),i)},e.decodeStream=function(t,i){return new o(e.getDecoder(t,i),i)},e.supportsStreams=!0,e.IconvLiteEncoderStream=r,e.IconvLiteDecoderStream=o,e._collect=o.prototype.collect},r.prototype=Object.create(a.prototype,{constructor:{value:r}}),r.prototype._transform=function(e,t,i){if("string"!=typeof e)return i(new Error("Iconv encoding stream needs strings as its input."));try{var n=this.conv.write(e);n&&n.length&&this.push(n),i()}catch(e){i(e)}},r.prototype._flush=function(e){try{var t=this.conv.end();t&&t.length&&this.push(t),e()}catch(t){e(t)}},r.prototype.collect=function(e){var t=[];return this.on("error",e),this.on("data",(function(e){t.push(e)})),this.on("end",(function(){e(null,n.concat(t))})),this},o.prototype=Object.create(a.prototype,{constructor:{value:o}}),o.prototype._transform=function(e,t,i){if(!n.isBuffer(e))return i(new Error("Iconv decoding stream needs buffers as its input."));try{var a=this.conv.write(e);a&&a.length&&this.push(a,this.encoding),i()}catch(e){i(e)}},o.prototype._flush=function(e){try{var t=this.conv.end();t&&t.length&&this.push(t,this.encoding),e()}catch(t){e(t)}},o.prototype.collect=function(e){var t="";return this.on("error",e),this.on("data",(function(e){t+=e})),this.on("end",(function(){e(null,t)})),this}},94378:(e,t,i)=>{try{var n=i(31669);if("function"!=typeof n.inherits)throw"";e.exports=n.inherits}catch(t){e.exports=i(35717)}},35717:e=>{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var i=function(){};i.prototype=t.prototype,e.prototype=new i,e.prototype.constructor=e}}},56512:function(e,t,i){e=i.nmd(e),function(){var t,i,n,a,r,o,s,c;i={},null!==e&&e.exports?e.exports=i:this.ipaddr=i,s=function(e,t,i,n){var a,r;if(e.length!==t.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");for(a=0;n>0;){if((r=i-n)<0&&(r=0),e[a]>>r!=t[a]>>r)return!1;n-=i,a+=1}return!0},i.subnetMatch=function(e,t,i){var n,a,r,o,s;for(r in null==i&&(i="unicast"),t)for(!(o=t[r])[0]||o[0]instanceof Array||(o=[o]),n=0,a=o.length;n=0;t=i+=-1){if(!((n=this.octets[t])in o))return null;if(r=o[n],a&&0!==r)return null;8!==r&&(a=!0),e+=r}return 32-e},e}(),n="(0?\\d+|0x[a-f0-9]+)",a={fourOctet:new RegExp("^"+n+"\\."+n+"\\."+n+"\\."+n+"$","i"),longValue:new RegExp("^"+n+"$","i")},i.IPv4.parser=function(e){var t,i,n,r,o;if(i=function(e){return"0"===e[0]&&"x"!==e[1]?parseInt(e,8):parseInt(e)},t=e.match(a.fourOctet))return function(){var e,a,r,o;for(o=[],e=0,a=(r=t.slice(1,6)).length;e4294967295||o<0)throw new Error("ipaddr: address outside defined range");return function(){var e,t;for(t=[],r=e=0;e<=24;r=e+=8)t.push(o>>r&255);return t}().reverse()}return null},i.IPv6=function(){function e(e,t){var i,n,a,r,o,s;if(16===e.length)for(this.parts=[],i=n=0;n<=14;i=n+=2)this.parts.push(e[i]<<8|e[i+1]);else{if(8!==e.length)throw new Error("ipaddr: ipv6 part count should be 8 or 16");this.parts=e}for(a=0,r=(s=this.parts).length;at&&(e=i.index,t=i[0].length);return t<0?a:a.substring(0,e)+"::"+a.substring(e+t)},e.prototype.toByteArray=function(){var e,t,i,n,a;for(e=[],t=0,i=(a=this.parts).length;t>8),e.push(255&n);return e},e.prototype.toNormalizedString=function(){var e,t,i;return e=function(){var e,i,n,a;for(a=[],e=0,i=(n=this.parts).length;e>8,255&e,t>>8,255&t])},e.prototype.prefixLengthFromSubnetMask=function(){var e,t,i,n,a,r,o;for(o={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0},e=0,a=!1,t=i=7;i>=0;t=i+=-1){if(!((n=this.parts[t])in o))return null;if(r=o[n],a&&0!==r)return null;16!==r&&(a=!0),e+=r}return 128-e},e}(),r="(?:[0-9a-f]+::?)+",c="%[0-9a-z]{1,}",o={zoneIndex:new RegExp(c,"i"),native:new RegExp("^(::)?("+r+")?([0-9a-f]+)?(::)?("+c+")?$","i"),transitional:new RegExp("^((?:"+r+")|(?:::)(?:"+r+")?)"+n+"\\."+n+"\\."+n+"\\."+n+"(%[0-9a-z]{1,})?$","i")},t=function(e,t){var i,n,a,r,s,c;if(e.indexOf("::")!==e.lastIndexOf("::"))return null;for((c=(e.match(o.zoneIndex)||[])[0])&&(c=c.substring(1),e=e.replace(/%.+$/,"")),i=0,n=-1;(n=e.indexOf(":",n+1))>=0;)i++;if("::"===e.substr(0,2)&&i--,"::"===e.substr(-2,2)&&i--,i>t)return null;for(s=t-i,r=":";s--;)r+="0:";return":"===(e=e.replace("::",r))[0]&&(e=e.slice(1)),":"===e[e.length-1]&&(e=e.slice(0,-1)),{parts:t=function(){var t,i,n,r;for(r=[],t=0,i=(n=e.split(":")).length;t=0&&t<=32)return n=[this.parse(i[1]),t],Object.defineProperty(n,"toString",{value:function(){return this.join("/")}}),n;throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},i.IPv4.subnetMaskFromPrefixLength=function(e){var t,i,n;if((e=parseInt(e))<0||e>32)throw new Error("ipaddr: invalid IPv4 prefix length");for(n=[0,0,0,0],i=0,t=Math.floor(e/8);i=0&&t<=128)return n=[this.parse(i[1]),t],Object.defineProperty(n,"toString",{value:function(){return this.join("/")}}),n;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},i.isValid=function(e){return i.IPv6.isValid(e)||i.IPv4.isValid(e)},i.parse=function(e){if(i.IPv6.isValid(e))return i.IPv6.parse(e);if(i.IPv4.isValid(e))return i.IPv4.parse(e);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},i.parseCIDR=function(e){try{return i.IPv6.parseCIDR(e)}catch(t){try{return i.IPv4.parseCIDR(e)}catch(e){throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},i.fromByteArray=function(e){var t;if(4===(t=e.length))return new i.IPv4(e);if(16===t)return new i.IPv6(e);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},i.process=function(e){var t;return"ipv6"===(t=this.parse(e)).kind()&&t.isIPv4MappedAddress()?t.toIPv4Address():t}}.call(this)},61903:e=>{"use strict";const t=e=>!Number.isNaN(e)&&e>=4352&&(e<=4447||9001===e||9002===e||11904<=e&&e<=12871&&12351!==e||12880<=e&&e<=19903||19968<=e&&e<=42182||43360<=e&&e<=43388||44032<=e&&e<=55203||63744<=e&&e<=64255||65040<=e&&e<=65049||65072<=e&&e<=65131||65281<=e&&e<=65376||65504<=e&&e<=65510||110592<=e&&e<=110593||127488<=e&&e<=127569||131072<=e&&e<=262141);e.exports=t,e.exports.default=t},11085:(e,t)=>{t.stringify=function e(t){if(void 0===t)return t;if(t&&Buffer.isBuffer(t))return JSON.stringify(":base64:"+t.toString("base64"));if(t&&t.toJSON&&(t=t.toJSON()),t&&"object"==typeof t){var i="",n=Array.isArray(t);i=n?"[":"{";var a=!0;for(var r in t){var o="function"==typeof t[r]||!n&&void 0===t[r];Object.hasOwnProperty.call(t,r)&&!o&&(a||(i+=","),a=!1,n?null==t[r]?i+="null":i+=e(t[r]):void 0!==t[r]&&(i+=e(r)+":"+e(t[r])))}return i+(n?"]":"}")}return"string"==typeof t?JSON.stringify(/^:/.test(t)?":"+t:t):void 0===t?"null":JSON.stringify(t)},t.parse=function(e){return JSON.parse(e,(function(e,t){return"string"==typeof t?/^:base64:/.test(t)?Buffer.from(t.substring(8),"base64"):/^:/.test(t)?t.substring(1):t:t}))}},64958:(e,t,i)=>{"use strict";const n=i(28614),a=i(11085);e.exports=class extends n{constructor(e,t){if(super(),this.opts=Object.assign({namespace:"keyv",serialize:a.stringify,deserialize:a.parse},"string"==typeof e?{uri:e}:e,t),!this.opts.store){const e=Object.assign({},this.opts);this.opts.store=(e=>{const t={redis:"@keyv/redis",mongodb:"@keyv/mongo",mongo:"@keyv/mongo",sqlite:"@keyv/sqlite",postgresql:"@keyv/postgres",postgres:"@keyv/postgres",mysql:"@keyv/mysql"};if(e.adapter||e.uri){const n=e.adapter||/^[^:]*/.exec(e.uri)[0];return new(i(3196)(t[n]))(e)}return new Map})(e)}"function"==typeof this.opts.store.on&&this.opts.store.on("error",(e=>this.emit("error",e))),this.opts.store.namespace=this.opts.namespace}_getKeyPrefix(e){return`${this.opts.namespace}:${e}`}get(e,t){const i=this._getKeyPrefix(e),{store:n}=this.opts;return Promise.resolve().then((()=>n.get(i))).then((e=>"string"==typeof e?this.opts.deserialize(e):e)).then((i=>{if(void 0!==i){if(!("number"==typeof i.expires&&Date.now()>i.expires))return t&&t.raw?i:i.value;this.delete(e)}}))}set(e,t,i){const n=this._getKeyPrefix(e);void 0===i&&(i=this.opts.ttl),0===i&&(i=void 0);const{store:a}=this.opts;return Promise.resolve().then((()=>{const e="number"==typeof i?Date.now()+i:null;return t={value:t,expires:e},this.opts.serialize(t)})).then((e=>a.set(n,e,i))).then((()=>!0))}delete(e){const t=this._getKeyPrefix(e),{store:i}=this.opts;return Promise.resolve().then((()=>i.delete(t)))}clear(){const{store:e}=this.opts;return Promise.resolve().then((()=>e.clear()))}}},3196:e=>{function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=3196,e.exports=t},72378:(e,t,i)=>{e=i.nmd(e);var n="__lodash_hash_undefined__",a=9007199254740991,r="[object Arguments]",o="[object Function]",s="[object Object]",c=/^\[object .+?Constructor\]$/,u=/^(?:0|[1-9]\d*)$/,l={};l["[object Float32Array]"]=l["[object Float64Array]"]=l["[object Int8Array]"]=l["[object Int16Array]"]=l["[object Int32Array]"]=l["[object Uint8Array]"]=l["[object Uint8ClampedArray]"]=l["[object Uint16Array]"]=l["[object Uint32Array]"]=!0,l[r]=l["[object Array]"]=l["[object ArrayBuffer]"]=l["[object Boolean]"]=l["[object DataView]"]=l["[object Date]"]=l["[object Error]"]=l[o]=l["[object Map]"]=l["[object Number]"]=l[s]=l["[object RegExp]"]=l["[object Set]"]=l["[object String]"]=l["[object WeakMap]"]=!1;var p="object"==typeof global&&global&&global.Object===Object&&global,d="object"==typeof self&&self&&self.Object===Object&&self,h=p||d||Function("return this")(),m=t&&!t.nodeType&&t,f=m&&e&&!e.nodeType&&e,g=f&&f.exports===m,v=g&&p.process,y=function(){try{return f&&f.require&&f.require("util").types||v&&v.binding&&v.binding("util")}catch(e){}}(),b=y&&y.isTypedArray;function x(e,t,i){switch(i.length){case 0:return e.call(t);case 1:return e.call(t,i[0]);case 2:return e.call(t,i[0],i[1]);case 3:return e.call(t,i[0],i[1],i[2])}return e.apply(t,i)}var w,k,_,j=Array.prototype,E=Function.prototype,D=Object.prototype,C=h["__core-js_shared__"],A=E.toString,S=D.hasOwnProperty,T=(w=/[^.]+$/.exec(C&&C.keys&&C.keys.IE_PROTO||""))?"Symbol(src)_1."+w:"",O=D.toString,I=A.call(Object),P=RegExp("^"+A.call(S).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),F=g?h.Buffer:void 0,z=h.Symbol,R=h.Uint8Array,L=(F&&F.allocUnsafe,k=Object.getPrototypeOf,_=Object,function(e){return k(_(e))}),N=Object.create,B=D.propertyIsEnumerable,U=j.splice,M=z?z.toStringTag:void 0,$=function(){try{var e=ce(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),q=F?F.isBuffer:void 0,H=Math.max,G=Date.now,W=ce(h,"Map"),V=ce(Object,"create"),Y=function(){function e(){}return function(t){if(!xe(t))return{};if(N)return N(t);e.prototype=t;var i=new e;return e.prototype=void 0,i}}();function Q(e){var t=-1,i=null==e?0:e.length;for(this.clear();++t-1},X.prototype.set=function(e,t){var i=this.__data__,n=te(i,e);return n<0?(++this.size,i.push([e,t])):i[n][1]=t,this},J.prototype.clear=function(){this.size=0,this.__data__={hash:new Q,map:new(W||X),string:new Q}},J.prototype.delete=function(e){var t=se(this,e).delete(e);return this.size-=t?1:0,t},J.prototype.get=function(e){return se(this,e).get(e)},J.prototype.has=function(e){return se(this,e).has(e)},J.prototype.set=function(e,t){var i=se(this,e),n=i.size;return i.set(e,t),this.size+=i.size==n?0:1,this},Z.prototype.clear=function(){this.__data__=new X,this.size=0},Z.prototype.delete=function(e){var t=this.__data__,i=t.delete(e);return this.size=t.size,i},Z.prototype.get=function(e){return this.__data__.get(e)},Z.prototype.has=function(e){return this.__data__.has(e)},Z.prototype.set=function(e,t){var i=this.__data__;if(i instanceof X){var n=i.__data__;if(!W||n.length<199)return n.push([e,t]),this.size=++i.size,this;i=this.__data__=new J(n)}return i.set(e,t),this.size=i.size,this};function ne(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":M&&M in Object(e)?function(e){var t=S.call(e,M),i=e[M];try{e[M]=void 0;var n=!0}catch(e){}var a=O.call(e);return n&&(t?e[M]=i:delete e[M]),a}(e):function(e){return O.call(e)}(e)}function ae(e){return we(e)&&ne(e)==r}function re(e,t,i,n,a){e!==t&&function(e,t,i){for(var n=-1,a=Object(e),r=i(e),o=r.length;o--;){var s=r[++n];if(!1===t(a[s],s,a))break}}(t,(function(r,o){if(a||(a=new Z),xe(r))!function(e,t,i,n,a,r,o){var c=pe(e,i),u=pe(t,i),l=o.get(u);if(l)K(e,i,l);else{var p,d,h,m,f,g=r?r(c,u,i+"",e,t,o):void 0,v=void 0===g;if(v){var y=fe(u),b=!y&&ve(u),x=!y&&!b&&ke(u);g=u,y||b||x?fe(c)?g=c:we(f=c)&&ge(f)?g=function(e,t){var i=-1,n=e.length;for(t||(t=Array(n));++i-1&&e%1==0&&e0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(oe);function he(e,t){return e===t||e!=e&&t!=t}var me=ae(function(){return arguments}())?ae:function(e){return we(e)&&S.call(e,"callee")&&!B.call(e,"callee")},fe=Array.isArray;function ge(e){return null!=e&&be(e.length)&&!ye(e)}var ve=q||function(){return!1};function ye(e){if(!xe(e))return!1;var t=ne(e);return t==o||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}function be(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=a}function xe(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function we(e){return null!=e&&"object"==typeof e}var ke=b?function(e){return function(t){return e(t)}}(b):function(e){return we(e)&&be(e.length)&&!!l[ne(e)]};function _e(e){return ge(e)?function(e,t){var i=fe(e),n=!i&&me(e),a=!i&&!n&&ve(e),r=!i&&!n&&!a&&ke(e),o=i||n||a||r,s=o?function(e,t){for(var i=-1,n=Array(e);++i1?t[n-1]:void 0,r=n>2?t[2]:void 0;for(a=je.length>3&&"function"==typeof a?(n--,a):void 0,r&&function(e,t,i){if(!xe(i))return!1;var n=typeof t;return!!("number"==n?ge(i)&&ue(t,i.length):"string"==n&&t in i)&&he(i[t],e)}(t[0],t[1],r)&&(a=n<3?void 0:a,n=1),e=Object(e);++i{"use strict";e.exports=e=>{const t={};for(const[i,n]of Object.entries(e))t[i.toLowerCase()]=n;return t}},39593:(e,t,i)=>{"use strict";e.exports=v;var n,a=i(69246),r=i(31669),o=i(34411),s=(n="function"==typeof Symbol&&"1"!==process.env._nodeLRUCacheForceNoSymbol?function(e){return Symbol(e)}:function(e){return"_"+e})("max"),c=n("length"),u=n("lengthCalculator"),l=n("allowStale"),p=n("maxAge"),d=n("dispose"),h=n("noDisposeOnSet"),m=n("lruList"),f=n("cache");function g(){return 1}function v(e){if(!(this instanceof v))return new v(e);"number"==typeof e&&(e={max:e}),e||(e={});var t=this[s]=e.max;(!t||"number"!=typeof t||t<=0)&&(this[s]=1/0);var i=e.length||g;"function"!=typeof i&&(i=g),this[u]=i,this[l]=e.stale||!1,this[p]=e.maxAge||0,this[d]=e.dispose,this[h]=e.noDisposeOnSet||!1,this.reset()}function y(e,t,i,n){var a=i.value;x(e,a)&&(k(e,i),e[l]||(a=void 0)),a&&t.call(n,a.value,a.key,e)}function b(e,t,i){var n=e[f].get(t);if(n){var a=n.value;x(e,a)?(k(e,n),e[l]||(a=void 0)):i&&e[m].unshiftNode(n),a&&(a=a.value)}return a}function x(e,t){if(!t||!t.maxAge&&!e[p])return!1;var i=Date.now()-t.now;return t.maxAge?i>t.maxAge:e[p]&&i>e[p]}function w(e){if(e[c]>e[s])for(var t=e[m].tail;e[c]>e[s]&&null!==t;){var i=t.prev;k(e,t),t=i}}function k(e,t){if(t){var i=t.value;e[d]&&e[d](i.key,i.value),e[c]-=i.length,e[f].delete(i.key),e[m].removeNode(t)}}function _(e,t,i,n,a){this.key=e,this.value=t,this.length=i,this.now=n,this.maxAge=a||0}Object.defineProperty(v.prototype,"max",{set:function(e){(!e||"number"!=typeof e||e<=0)&&(e=1/0),this[s]=e,w(this)},get:function(){return this[s]},enumerable:!0}),Object.defineProperty(v.prototype,"allowStale",{set:function(e){this[l]=!!e},get:function(){return this[l]},enumerable:!0}),Object.defineProperty(v.prototype,"maxAge",{set:function(e){(!e||"number"!=typeof e||e<0)&&(e=0),this[p]=e,w(this)},get:function(){return this[p]},enumerable:!0}),Object.defineProperty(v.prototype,"lengthCalculator",{set:function(e){"function"!=typeof e&&(e=g),e!==this[u]&&(this[u]=e,this[c]=0,this[m].forEach((function(e){e.length=this[u](e.value,e.key),this[c]+=e.length}),this)),w(this)},get:function(){return this[u]},enumerable:!0}),Object.defineProperty(v.prototype,"length",{get:function(){return this[c]},enumerable:!0}),Object.defineProperty(v.prototype,"itemCount",{get:function(){return this[m].length},enumerable:!0}),v.prototype.rforEach=function(e,t){t=t||this;for(var i=this[m].tail;null!==i;){var n=i.prev;y(this,e,i,t),i=n}},v.prototype.forEach=function(e,t){t=t||this;for(var i=this[m].head;null!==i;){var n=i.next;y(this,e,i,t),i=n}},v.prototype.keys=function(){return this[m].toArray().map((function(e){return e.key}),this)},v.prototype.values=function(){return this[m].toArray().map((function(e){return e.value}),this)},v.prototype.reset=function(){this[d]&&this[m]&&this[m].length&&this[m].forEach((function(e){this[d](e.key,e.value)}),this),this[f]=new a,this[m]=new o,this[c]=0},v.prototype.dump=function(){return this[m].map((function(e){if(!x(this,e))return{k:e.key,v:e.value,e:e.now+(e.maxAge||0)}}),this).toArray().filter((function(e){return e}))},v.prototype.dumpLru=function(){return this[m]},v.prototype.inspect=function(e,t){var i="LRUCache {",n=!1;this[l]&&(i+="\n allowStale: true",n=!0);var a=this[s];a&&a!==1/0&&(n&&(i+=","),i+="\n max: "+r.inspect(a,t),n=!0);var o=this[p];o&&(n&&(i+=","),i+="\n maxAge: "+r.inspect(o,t),n=!0);var d=this[u];d&&d!==g&&(n&&(i+=","),i+="\n length: "+r.inspect(this[c],t),n=!0);var h=!1;return this[m].forEach((function(e){h?i+=",\n ":(n&&(i+=",\n"),h=!0,i+="\n ");var a=r.inspect(e.key).split("\n").join("\n "),s={value:e.value};e.maxAge!==o&&(s.maxAge=e.maxAge),d!==g&&(s.length=e.length),x(this,e)&&(s.stale=!0),s=r.inspect(s,t).split("\n").join("\n "),i+=a+" => "+s})),(h||n)&&(i+="\n"),i+="}"},v.prototype.set=function(e,t,i){var n=(i=i||this[p])?Date.now():0,a=this[u](t,e);if(this[f].has(e)){if(a>this[s])return k(this,this[f].get(e)),!1;var r=this[f].get(e).value;return this[d]&&(this[h]||this[d](e,r.value)),r.now=n,r.maxAge=i,r.value=t,this[c]+=a-r.length,r.length=a,this.get(e),w(this),!0}var o=new _(e,t,a,n,i);return o.length>this[s]?(this[d]&&this[d](e,t),!1):(this[c]+=o.length,this[m].unshift(o),this[f].set(e,this[m].head),w(this),!0)},v.prototype.has=function(e){return!!this[f].has(e)&&!x(this,this[f].get(e).value)},v.prototype.get=function(e){return b(this,e,!0)},v.prototype.peek=function(e){return b(this,e,!1)},v.prototype.pop=function(){var e=this[m].tail;return e?(k(this,e),e.value):null},v.prototype.del=function(e){k(this,this[f].get(e))},v.prototype.load=function(e){this.reset();for(var t=Date.now(),i=e.length-1;i>=0;i--){var n=e[i],a=n.e||0;if(0===a)this.set(n.k,n.v);else{var r=a-t;r>0&&this.set(n.k,n.v,r)}}},v.prototype.prune=function(){var e=this;this[f].forEach((function(t,i){b(e,i,!1)}))}},22577:(e,t)=>{var i=/; *([!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+) *= *("(?:[ !\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u0020-\u007e])*"|[!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+) */g,n=/^[\u0020-\u007e\u0080-\u00ff]+$/,a=/^[!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+$/,r=/\\([\u0000-\u007f])/g,o=/([\\"])/g,s=/^[A-Za-z0-9][A-Za-z0-9!#$&^_.-]{0,126}$/,c=/^[A-Za-z0-9][A-Za-z0-9!#$&^_-]{0,126}$/,u=/^ *([A-Za-z0-9][A-Za-z0-9!#$&^_-]{0,126})\/([A-Za-z0-9][A-Za-z0-9!#$&^_.+-]{0,126}) *$/;function l(e){var t=String(e);if(a.test(t))return t;if(t.length>0&&!n.test(t))throw new TypeError("invalid parameter value");return'"'+t.replace(o,"\\$1")+'"'}t.format=function(e){if(!e||"object"!=typeof e)throw new TypeError("argument obj is required");var t=e.parameters,i=e.subtype,n=e.suffix,r=e.type;if(!r||!c.test(r))throw new TypeError("invalid type");if(!i||!s.test(i))throw new TypeError("invalid subtype");var o=r+"/"+i;if(n){if(!c.test(n))throw new TypeError("invalid suffix");o+="+"+n}if(t&&"object"==typeof t)for(var u,p=Object.keys(t).sort(),d=0;d{e.exports=i(37036)},37036:(e,t,i)=>{var n=i(79344)("memorystore"),a=i(39593),r=i(31669);function o(e,t,i){if("number"==typeof e.ttl)return e.ttl;if("function"==typeof e.ttl)return e.ttl(e,t,i);if(e.ttl)throw new TypeError("`options.ttl` must be a number or function.");var n=t&&t.cookie?t.cookie.maxAge:null;return"number"==typeof n?Math.floor(n):864e5}function s(e){n("Pruning expired entries"),e.forEach((function(t,i){e.get(i)}))}var c="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))};e.exports=function(e){var t=e.Store;function i(e){if(!(this instanceof i))throw new TypeError("Cannot call MemoryStore constructor as a function");e=e||{},t.call(this,e),this.options={},this.options.checkPeriod=e.checkPeriod,this.options.max=e.max||1/0,this.options.ttl=e.ttl,this.options.dispose=e.dispose,this.options.stale=e.stale,this.options.noDisposeOnSet=e.noDisposeOnSet,this.serializer=e.serializer||JSON,this.store=a(this.options),n("Init MemoryStore"),this.startInterval()}return r.inherits(i,t),i.prototype.get=function(e,t){var i=this.store;n('GET "%s"',e);var a=i.get(e);if(!a)return t();n("GOT %s",a);var r,o=null;try{r=this.serializer.parse(a)}catch(e){o=e}t&&c(t,o,r)},i.prototype.set=function(e,t,i){var a=this.store,r=o(this.options,t,e);try{var s=this.serializer.stringify(t)}catch(e){i&&c(i,e)}a.set(e,s,r),n('SET "%s" %s ttl:%s',e,s,r),i&&c(i,null)},i.prototype.destroy=function(e,t){var i=this.store;Array.isArray(e)?e.forEach((function(e){n('DEL "%s"',e),i.del(e)})):(n('DEL "%s"',e),i.del(e)),t&&c(t,null)},i.prototype.touch=function(e,t,i){var a=this.store,r=o(this.options,t,e);n('EXPIRE "%s" ttl:%s',e,r);var s=null;if(void 0!==a.get(e))try{var u=this.serializer.parse(a.get(e));u.cookie=t.cookie,a.set(e,this.serializer.stringify(u),r)}catch(e){s=e}i&&c(i,s)},i.prototype.ids=function(e){var t=this.store.keys();n("Getting IDs: %s",t),e&&c(e,null,t)},i.prototype.all=function(e){var t=this.store,i=this;n("Fetching all sessions");var a=null,r={};try{t.forEach((function(e,t){r[t]=i.serializer.parse(e)}))}catch(e){a=e}e&&c(e,a,r)},i.prototype.clear=function(e){var t=this.store;n("delete all sessions from the store"),t.reset(),e&&c(e,null)},i.prototype.length=function(e){var t=this.store;n("getting length",t.itemCount),e&&c(e,null,t.itemCount)},i.prototype.startInterval=function(){var e=this,t=this.options.checkPeriod;t&&"number"==typeof t&&(clearInterval(this._checkInterval),n("starting periodic check for expired sessions"),this._checkInterval=setInterval((function(){s(e.store)}),Math.floor(t)))},i.prototype.stopInterval=function(){n("stopping periodic check for expired sessions"),clearInterval(this._checkInterval)},i.prototype.prune=function(){s(this.store)},i}},25808:(e,t,i)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const i="color: "+this.color;t.splice(1,0,i,"color: inherit");let n=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(n++,"%c"===e&&(a=n))})),t.splice(a,0,i)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=i(72728)(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},72728:(e,t,i)=>{e.exports=function(e){function t(e){let i,a,r,o=null;function s(...e){if(!s.enabled)return;const n=s,a=Number(new Date),r=a-(i||a);n.diff=r,n.prev=i,n.curr=a,i=a,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let o=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((i,a)=>{if("%%"===i)return"%";o++;const r=t.formatters[a];if("function"==typeof r){const t=e[o];i=r.call(n,t),e.splice(o,1),o--}return i})),t.formatArgs.call(n,e),(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(a!==t.namespaces&&(a=t.namespaces,r=t.enabled(e)),r),set:e=>{o=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,i){const n=t(this.namespace+(void 0===i?":":i)+e);return n.log=this.log,n}function a(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){const e=[...t.names.map(a),...t.skips.map(a).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let i;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const n=("string"==typeof e?e:"").split(/[\s,]+/),a=n.length;for(i=0;i{t[i]=e[i]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let i=0;for(let t=0;t{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=i(25808):e.exports=i(5432)},5432:(e,t,i)=>{const n=i(33867),a=i(31669);t.init=function(e){e.inspectOpts={};const i=Object.keys(t.inspectOpts);for(let n=0;n{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=i(92130);e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const i=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[i]=n,e}),{}),e.exports=i(72728)(t);const{formatters:r}=e.exports;r.o=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},r.O=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts)}},65783:e=>{var t=1e3,i=60*t,n=60*i,a=24*n;function r(e,t,i,n){var a=t>=1.5*i;return Math.round(e/i)+" "+n+(a?"s":"")}e.exports=function(e,o){o=o||{};var s,c,u=typeof e;if("string"===u&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var r=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(r){var o=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*o;case"weeks":case"week":case"w":return 6048e5*o;case"days":case"day":case"d":return o*a;case"hours":case"hour":case"hrs":case"hr":case"h":return o*n;case"minutes":case"minute":case"mins":case"min":case"m":return o*i;case"seconds":case"second":case"secs":case"sec":case"s":return o*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return o;default:return}}}}(e);if("number"===u&&isFinite(e))return o.long?(s=e,(c=Math.abs(s))>=a?r(s,c,a,"day"):c>=n?r(s,c,n,"hour"):c>=i?r(s,c,i,"minute"):c>=t?r(s,c,t,"second"):s+" ms"):function(e){var r=Math.abs(e);return r>=a?Math.round(e/a)+"d":r>=n?Math.round(e/n)+"h":r>=i?Math.round(e/i)+"m":r>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},86182:e=>{"use strict";e.exports=function(e,i,n){if(!e)throw new TypeError("argument dest is required");if(!i)throw new TypeError("argument src is required");return void 0===n&&(n=!0),Object.getOwnPropertyNames(i).forEach((function(a){if(n||!t.call(e,a)){var r=Object.getOwnPropertyDescriptor(i,a);Object.defineProperty(e,a,r)}})),e};var t=Object.prototype.hasOwnProperty},81087:(e,t,i)=>{const n=i(35747),a=i(98754),r=i(2393),o=2,s=3,c=5;e.exports=class{constructor(e){if("string"!=typeof e&&!Buffer.isBuffer(e))throw new Error("Metaflac(flac) flac must be string or buffer.");this.flac=e,this.buffer=null,this.marker="",this.streamInfo=null,this.blocks=[],this.padding=null,this.vorbisComment=null,this.vendorString="",this.tags=[],this.pictures=[],this.picturesSpecs=[],this.picturesDatas=[],this.framesOffset=0,this.init()}init(){"string"==typeof this.flac?this.buffer=n.readFileSync(this.flac):this.buffer=this.flac;let e=0;if("fLaC"!==this.buffer.slice(0,e+=4).toString("ascii"))throw new Error("The file does not appear to be a FLAC file.");let t=0,i=!1;for(;!i;){t=this.buffer.readUInt8(e++),i=t>=128,t%=128;const n=this.buffer.readUIntBE(e,3);e+=3,0===t&&(this.streamInfo=this.buffer.slice(e,e+n)),4===t&&(this.vorbisComment=this.buffer.slice(e,e+n),this.parseVorbisComment()),[o,s,c].includes(t)&&this.blocks.push([t,this.buffer.slice(e,e+n)]),e+=n}this.framesOffset=e}parseVorbisComment(){const e=this.vorbisComment.readUInt32LE(0);this.vendorString=this.vorbisComment.slice(4,e+4).toString("utf8")}parsePictureBlock(){this.pictures.forEach((e=>{let t=0;const i=e.readUInt32BE(t);t+=4;const n=e.readUInt32BE(t);t+=4;const a=e.slice(t,t+n).toString("ascii");t+=n;const r=e.readUInt32BE(t);t+=4;const o=e.slice(t,t+=r).toString("utf8"),s=e.readUInt32BE(t);t+=4;const c=e.readUInt32BE(t);t+=4;const u=e.readUInt32BE(t);t+=4;const l=e.readUInt32BE(t);t+=4;const p=e.readUInt32BE(t);t+=4,this.picturesDatas.push(e.slice(t,t+p)),this.picturesSpecs.push(this.buildSpecification({type:i,mime:a,description:o,width:s,height:c,depth:u,colors:l}))}))}getPicturesSpecs(){return this.picturesSpecs}getMd5sum(){return this.streamInfo.slice(18,34).toString("hex")}getMinBlocksize(){return this.streamInfo.readUInt16BE(0)}getMaxBlocksize(){return this.streamInfo.readUInt16BE(2)}getMinFramesize(){return this.streamInfo.readUIntBE(4,3)}getMaxFramesize(){return this.streamInfo.readUIntBE(7,3)}getSampleRate(){return this.streamInfo.readUIntBE(10,3)>>4}getChannels(){return 7&this.streamInfo.readUIntBE(10,3)}getBps(){return 31&this.streamInfo.readUIntBE(12,2)}getTotalSamples(){return 68719476735&this.streamInfo.readUIntBE(13,5)}getVendorTag(){return this.vendorString}getTag(e){return this.tags.filter((t=>t.split("=")[0]===e)).join("\n")}removeTag(e){this.tags=this.tags.filter((t=>t.split("=")[0]!==e))}removeFirstTag(e){const t=this.tags.findIndex((t=>t.split("=")[0]===e));-1!==t&&this.tags.splice(t,1)}removeAllTags(){this.tags=[]}setTag(e){if(-1===e.indexOf("="))throw new Error(`malformed vorbis comment field "${e}", field contains no '=' character`);this.tags.push(e)}setTagFromFile(e){const t=e.indexOf("=");if(-1===t)throw new Error(`malformed vorbis comment field "${e}", field contains no '=' character`);const i=e.substring(0,t),a=e.substr(t+1);let r;try{r=n.readFileSync(a,"utf8")}catch(e){throw new Error(`can't open file '${a}' for '${i}' tag value`)}this.tags.push(`${i}=${r}`)}importTagsFrom(e){const t=n.readFileSync(e,"utf8").split("\n");t.forEach((e=>{if(-1===e.indexOf("="))throw new Error(`malformed vorbis comment "${e}", contains no '=' character`)})),this.tags=this.tags.concat(t)}exportTagsTo(e){n.writeFileSync(e,this.tags.join("\n"),"utf8")}importPicture(e){Buffer.isBuffer(e)||(e=n.readFileSync(e));const t=a.sync(e);if(!t)throw new Error("Unable to determine image dimensions");if("image/jpeg"!==t.mime&&"image/png"!==t.mime)throw new Error(`only support image/jpeg and image/png picture temporarily, current import ${mime}`);const i=this.buildSpecification({mime:t.mime,width:t.width,height:t.height});this.pictures.push(this.buildPictureBlock(e,i)),this.picturesSpecs.push(i)}exportPictureTo(e){this.picturesDatas.length>0&&n.writeFileSync(e,this.picturesDatas[0])}getAllTags(){return this.tags}buildSpecification(e={}){return Object.assign({type:3,mime:"image/jpeg",description:"",width:0,height:0,depth:24,colors:0},e)}buildPictureBlock(e,t={}){const i=Buffer.alloc(4),n=Buffer.alloc(4),a=Buffer.from(t.mime,"ascii"),r=Buffer.alloc(4),o=Buffer.from(t.description,"utf8"),s=Buffer.alloc(4),c=Buffer.alloc(4),u=Buffer.alloc(4),l=Buffer.alloc(4),p=Buffer.alloc(4);return i.writeUInt32BE(t.type),n.writeUInt32BE(t.mime.length),r.writeUInt32BE(t.description.length),s.writeUInt32BE(t.width),c.writeUInt32BE(t.height),u.writeUInt32BE(t.depth),l.writeUInt32BE(t.colors),p.writeUInt32BE(e.length),Buffer.concat([i,n,a,r,o,s,c,u,l,p,e])}buildMetadataBlock(e,t,i=!1){const n=Buffer.alloc(4);return i&&(e+=128),n.writeUIntBE(e,0,1),n.writeUIntBE(t.length,1,3),Buffer.concat([n,t])}buildMetadata(){const e=[];return e.push(this.buildMetadataBlock(0,this.streamInfo)),this.blocks.forEach((t=>{e.push(this.buildMetadataBlock(...t))})),e.push(this.buildMetadataBlock(4,r(this.vendorString,this.tags))),this.pictures.forEach((t=>{e.push(this.buildMetadataBlock(6,t))})),null==this.padding&&(this.padding=Buffer.alloc(16384)),e.push(this.buildMetadataBlock(1,this.padding,!0)),e}buildStream(){const e=this.buildMetadata();return[this.buffer.slice(0,4),...e,this.buffer.slice(this.framesOffset)]}save(){if("string"!=typeof this.flac)return Buffer.concat(this.buildStream());n.writeFileSync(this.flac,Buffer.concat(this.buildStream()))}}},2393:e=>{e.exports=(e,t)=>{const i=[],n=Buffer.from(e,"utf8"),a=Buffer.alloc(4);a.writeUInt32LE(n.length);const r=Buffer.alloc(4);r.writeUInt32LE(t.length),i.push(a,n,r);for(let e=0;e{"use strict";var n=i(98605);e.exports=n.METHODS&&n.METHODS.map((function(e){return e.toLowerCase()}))||["get","post","put","head","delete","options","trace","copy","lock","mkcol","move","purge","propfind","proppatch","unlock","report","mkactivity","checkout","merge","m-search","notify","subscribe","unsubscribe","patch","search","connect"]},73313:e=>{"use strict";e.exports=JSON.parse('{"application/1d-interleaved-parityfec":{"source":"iana"},"application/3gpdash-qoe-report+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/3gpp-ims+xml":{"source":"iana","compressible":true},"application/3gpphal+json":{"source":"iana","compressible":true},"application/3gpphalforms+json":{"source":"iana","compressible":true},"application/a2l":{"source":"iana"},"application/ace+cbor":{"source":"iana"},"application/activemessage":{"source":"iana"},"application/activity+json":{"source":"iana","compressible":true},"application/alto-costmap+json":{"source":"iana","compressible":true},"application/alto-costmapfilter+json":{"source":"iana","compressible":true},"application/alto-directory+json":{"source":"iana","compressible":true},"application/alto-endpointcost+json":{"source":"iana","compressible":true},"application/alto-endpointcostparams+json":{"source":"iana","compressible":true},"application/alto-endpointprop+json":{"source":"iana","compressible":true},"application/alto-endpointpropparams+json":{"source":"iana","compressible":true},"application/alto-error+json":{"source":"iana","compressible":true},"application/alto-networkmap+json":{"source":"iana","compressible":true},"application/alto-networkmapfilter+json":{"source":"iana","compressible":true},"application/alto-updatestreamcontrol+json":{"source":"iana","compressible":true},"application/alto-updatestreamparams+json":{"source":"iana","compressible":true},"application/aml":{"source":"iana"},"application/andrew-inset":{"source":"iana","extensions":["ez"]},"application/applefile":{"source":"iana"},"application/applixware":{"source":"apache","extensions":["aw"]},"application/at+jwt":{"source":"iana"},"application/atf":{"source":"iana"},"application/atfx":{"source":"iana"},"application/atom+xml":{"source":"iana","compressible":true,"extensions":["atom"]},"application/atomcat+xml":{"source":"iana","compressible":true,"extensions":["atomcat"]},"application/atomdeleted+xml":{"source":"iana","compressible":true,"extensions":["atomdeleted"]},"application/atomicmail":{"source":"iana"},"application/atomsvc+xml":{"source":"iana","compressible":true,"extensions":["atomsvc"]},"application/atsc-dwd+xml":{"source":"iana","compressible":true,"extensions":["dwd"]},"application/atsc-dynamic-event-message":{"source":"iana"},"application/atsc-held+xml":{"source":"iana","compressible":true,"extensions":["held"]},"application/atsc-rdt+json":{"source":"iana","compressible":true},"application/atsc-rsat+xml":{"source":"iana","compressible":true,"extensions":["rsat"]},"application/atxml":{"source":"iana"},"application/auth-policy+xml":{"source":"iana","compressible":true},"application/bacnet-xdd+zip":{"source":"iana","compressible":false},"application/batch-smtp":{"source":"iana"},"application/bdoc":{"compressible":false,"extensions":["bdoc"]},"application/beep+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/calendar+json":{"source":"iana","compressible":true},"application/calendar+xml":{"source":"iana","compressible":true,"extensions":["xcs"]},"application/call-completion":{"source":"iana"},"application/cals-1840":{"source":"iana"},"application/captive+json":{"source":"iana","compressible":true},"application/cbor":{"source":"iana"},"application/cbor-seq":{"source":"iana"},"application/cccex":{"source":"iana"},"application/ccmp+xml":{"source":"iana","compressible":true},"application/ccxml+xml":{"source":"iana","compressible":true,"extensions":["ccxml"]},"application/cdfx+xml":{"source":"iana","compressible":true,"extensions":["cdfx"]},"application/cdmi-capability":{"source":"iana","extensions":["cdmia"]},"application/cdmi-container":{"source":"iana","extensions":["cdmic"]},"application/cdmi-domain":{"source":"iana","extensions":["cdmid"]},"application/cdmi-object":{"source":"iana","extensions":["cdmio"]},"application/cdmi-queue":{"source":"iana","extensions":["cdmiq"]},"application/cdni":{"source":"iana"},"application/cea":{"source":"iana"},"application/cea-2018+xml":{"source":"iana","compressible":true},"application/cellml+xml":{"source":"iana","compressible":true},"application/cfw":{"source":"iana"},"application/clr":{"source":"iana"},"application/clue+xml":{"source":"iana","compressible":true},"application/clue_info+xml":{"source":"iana","compressible":true},"application/cms":{"source":"iana"},"application/cnrp+xml":{"source":"iana","compressible":true},"application/coap-group+json":{"source":"iana","compressible":true},"application/coap-payload":{"source":"iana"},"application/commonground":{"source":"iana"},"application/conference-info+xml":{"source":"iana","compressible":true},"application/cose":{"source":"iana"},"application/cose-key":{"source":"iana"},"application/cose-key-set":{"source":"iana"},"application/cpl+xml":{"source":"iana","compressible":true},"application/csrattrs":{"source":"iana"},"application/csta+xml":{"source":"iana","compressible":true},"application/cstadata+xml":{"source":"iana","compressible":true},"application/csvm+json":{"source":"iana","compressible":true},"application/cu-seeme":{"source":"apache","extensions":["cu"]},"application/cwt":{"source":"iana"},"application/cybercash":{"source":"iana"},"application/dart":{"compressible":true},"application/dash+xml":{"source":"iana","compressible":true,"extensions":["mpd"]},"application/dashdelta":{"source":"iana"},"application/davmount+xml":{"source":"iana","compressible":true,"extensions":["davmount"]},"application/dca-rft":{"source":"iana"},"application/dcd":{"source":"iana"},"application/dec-dx":{"source":"iana"},"application/dialog-info+xml":{"source":"iana","compressible":true},"application/dicom":{"source":"iana"},"application/dicom+json":{"source":"iana","compressible":true},"application/dicom+xml":{"source":"iana","compressible":true},"application/dii":{"source":"iana"},"application/dit":{"source":"iana"},"application/dns":{"source":"iana"},"application/dns+json":{"source":"iana","compressible":true},"application/dns-message":{"source":"iana"},"application/docbook+xml":{"source":"apache","compressible":true,"extensions":["dbk"]},"application/dots+cbor":{"source":"iana"},"application/dskpp+xml":{"source":"iana","compressible":true},"application/dssc+der":{"source":"iana","extensions":["dssc"]},"application/dssc+xml":{"source":"iana","compressible":true,"extensions":["xdssc"]},"application/dvcs":{"source":"iana"},"application/ecmascript":{"source":"iana","compressible":true,"extensions":["es","ecma"]},"application/edi-consent":{"source":"iana"},"application/edi-x12":{"source":"iana","compressible":false},"application/edifact":{"source":"iana","compressible":false},"application/efi":{"source":"iana"},"application/elm+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/elm+xml":{"source":"iana","compressible":true},"application/emergencycalldata.cap+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/emergencycalldata.comment+xml":{"source":"iana","compressible":true},"application/emergencycalldata.control+xml":{"source":"iana","compressible":true},"application/emergencycalldata.deviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.ecall.msd":{"source":"iana"},"application/emergencycalldata.providerinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.serviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.subscriberinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.veds+xml":{"source":"iana","compressible":true},"application/emma+xml":{"source":"iana","compressible":true,"extensions":["emma"]},"application/emotionml+xml":{"source":"iana","compressible":true,"extensions":["emotionml"]},"application/encaprtp":{"source":"iana"},"application/epp+xml":{"source":"iana","compressible":true},"application/epub+zip":{"source":"iana","compressible":false,"extensions":["epub"]},"application/eshop":{"source":"iana"},"application/exi":{"source":"iana","extensions":["exi"]},"application/expect-ct-report+json":{"source":"iana","compressible":true},"application/express":{"source":"iana","extensions":["exp"]},"application/fastinfoset":{"source":"iana"},"application/fastsoap":{"source":"iana"},"application/fdt+xml":{"source":"iana","compressible":true,"extensions":["fdt"]},"application/fhir+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/fhir+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/fido.trusted-apps+json":{"compressible":true},"application/fits":{"source":"iana"},"application/flexfec":{"source":"iana"},"application/font-sfnt":{"source":"iana"},"application/font-tdpfr":{"source":"iana","extensions":["pfr"]},"application/font-woff":{"source":"iana","compressible":false},"application/framework-attributes+xml":{"source":"iana","compressible":true},"application/geo+json":{"source":"iana","compressible":true,"extensions":["geojson"]},"application/geo+json-seq":{"source":"iana"},"application/geopackage+sqlite3":{"source":"iana"},"application/geoxacml+xml":{"source":"iana","compressible":true},"application/gltf-buffer":{"source":"iana"},"application/gml+xml":{"source":"iana","compressible":true,"extensions":["gml"]},"application/gpx+xml":{"source":"apache","compressible":true,"extensions":["gpx"]},"application/gxf":{"source":"apache","extensions":["gxf"]},"application/gzip":{"source":"iana","compressible":false,"extensions":["gz"]},"application/h224":{"source":"iana"},"application/held+xml":{"source":"iana","compressible":true},"application/hjson":{"extensions":["hjson"]},"application/http":{"source":"iana"},"application/hyperstudio":{"source":"iana","extensions":["stk"]},"application/ibe-key-request+xml":{"source":"iana","compressible":true},"application/ibe-pkg-reply+xml":{"source":"iana","compressible":true},"application/ibe-pp-data":{"source":"iana"},"application/iges":{"source":"iana"},"application/im-iscomposing+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/index":{"source":"iana"},"application/index.cmd":{"source":"iana"},"application/index.obj":{"source":"iana"},"application/index.response":{"source":"iana"},"application/index.vnd":{"source":"iana"},"application/inkml+xml":{"source":"iana","compressible":true,"extensions":["ink","inkml"]},"application/iotp":{"source":"iana"},"application/ipfix":{"source":"iana","extensions":["ipfix"]},"application/ipp":{"source":"iana"},"application/isup":{"source":"iana"},"application/its+xml":{"source":"iana","compressible":true,"extensions":["its"]},"application/java-archive":{"source":"apache","compressible":false,"extensions":["jar","war","ear"]},"application/java-serialized-object":{"source":"apache","compressible":false,"extensions":["ser"]},"application/java-vm":{"source":"apache","compressible":false,"extensions":["class"]},"application/javascript":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["js","mjs"]},"application/jf2feed+json":{"source":"iana","compressible":true},"application/jose":{"source":"iana"},"application/jose+json":{"source":"iana","compressible":true},"application/jrd+json":{"source":"iana","compressible":true},"application/jscalendar+json":{"source":"iana","compressible":true},"application/json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["json","map"]},"application/json-patch+json":{"source":"iana","compressible":true},"application/json-seq":{"source":"iana"},"application/json5":{"extensions":["json5"]},"application/jsonml+json":{"source":"apache","compressible":true,"extensions":["jsonml"]},"application/jwk+json":{"source":"iana","compressible":true},"application/jwk-set+json":{"source":"iana","compressible":true},"application/jwt":{"source":"iana"},"application/kpml-request+xml":{"source":"iana","compressible":true},"application/kpml-response+xml":{"source":"iana","compressible":true},"application/ld+json":{"source":"iana","compressible":true,"extensions":["jsonld"]},"application/lgr+xml":{"source":"iana","compressible":true,"extensions":["lgr"]},"application/link-format":{"source":"iana"},"application/load-control+xml":{"source":"iana","compressible":true},"application/lost+xml":{"source":"iana","compressible":true,"extensions":["lostxml"]},"application/lostsync+xml":{"source":"iana","compressible":true},"application/lpf+zip":{"source":"iana","compressible":false},"application/lxf":{"source":"iana"},"application/mac-binhex40":{"source":"iana","extensions":["hqx"]},"application/mac-compactpro":{"source":"apache","extensions":["cpt"]},"application/macwriteii":{"source":"iana"},"application/mads+xml":{"source":"iana","compressible":true,"extensions":["mads"]},"application/manifest+json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["webmanifest"]},"application/marc":{"source":"iana","extensions":["mrc"]},"application/marcxml+xml":{"source":"iana","compressible":true,"extensions":["mrcx"]},"application/mathematica":{"source":"iana","extensions":["ma","nb","mb"]},"application/mathml+xml":{"source":"iana","compressible":true,"extensions":["mathml"]},"application/mathml-content+xml":{"source":"iana","compressible":true},"application/mathml-presentation+xml":{"source":"iana","compressible":true},"application/mbms-associated-procedure-description+xml":{"source":"iana","compressible":true},"application/mbms-deregister+xml":{"source":"iana","compressible":true},"application/mbms-envelope+xml":{"source":"iana","compressible":true},"application/mbms-msk+xml":{"source":"iana","compressible":true},"application/mbms-msk-response+xml":{"source":"iana","compressible":true},"application/mbms-protection-description+xml":{"source":"iana","compressible":true},"application/mbms-reception-report+xml":{"source":"iana","compressible":true},"application/mbms-register+xml":{"source":"iana","compressible":true},"application/mbms-register-response+xml":{"source":"iana","compressible":true},"application/mbms-schedule+xml":{"source":"iana","compressible":true},"application/mbms-user-service-description+xml":{"source":"iana","compressible":true},"application/mbox":{"source":"iana","extensions":["mbox"]},"application/media-policy-dataset+xml":{"source":"iana","compressible":true},"application/media_control+xml":{"source":"iana","compressible":true},"application/mediaservercontrol+xml":{"source":"iana","compressible":true,"extensions":["mscml"]},"application/merge-patch+json":{"source":"iana","compressible":true},"application/metalink+xml":{"source":"apache","compressible":true,"extensions":["metalink"]},"application/metalink4+xml":{"source":"iana","compressible":true,"extensions":["meta4"]},"application/mets+xml":{"source":"iana","compressible":true,"extensions":["mets"]},"application/mf4":{"source":"iana"},"application/mikey":{"source":"iana"},"application/mipc":{"source":"iana"},"application/missing-blocks+cbor-seq":{"source":"iana"},"application/mmt-aei+xml":{"source":"iana","compressible":true,"extensions":["maei"]},"application/mmt-usd+xml":{"source":"iana","compressible":true,"extensions":["musd"]},"application/mods+xml":{"source":"iana","compressible":true,"extensions":["mods"]},"application/moss-keys":{"source":"iana"},"application/moss-signature":{"source":"iana"},"application/mosskey-data":{"source":"iana"},"application/mosskey-request":{"source":"iana"},"application/mp21":{"source":"iana","extensions":["m21","mp21"]},"application/mp4":{"source":"iana","extensions":["mp4s","m4p"]},"application/mpeg4-generic":{"source":"iana"},"application/mpeg4-iod":{"source":"iana"},"application/mpeg4-iod-xmt":{"source":"iana"},"application/mrb-consumer+xml":{"source":"iana","compressible":true},"application/mrb-publish+xml":{"source":"iana","compressible":true},"application/msc-ivr+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msc-mixer+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msword":{"source":"iana","compressible":false,"extensions":["doc","dot"]},"application/mud+json":{"source":"iana","compressible":true},"application/multipart-core":{"source":"iana"},"application/mxf":{"source":"iana","extensions":["mxf"]},"application/n-quads":{"source":"iana","extensions":["nq"]},"application/n-triples":{"source":"iana","extensions":["nt"]},"application/nasdata":{"source":"iana"},"application/news-checkgroups":{"source":"iana","charset":"US-ASCII"},"application/news-groupinfo":{"source":"iana","charset":"US-ASCII"},"application/news-transmission":{"source":"iana"},"application/nlsml+xml":{"source":"iana","compressible":true},"application/node":{"source":"iana","extensions":["cjs"]},"application/nss":{"source":"iana"},"application/oauth-authz-req+jwt":{"source":"iana"},"application/ocsp-request":{"source":"iana"},"application/ocsp-response":{"source":"iana"},"application/octet-stream":{"source":"iana","compressible":false,"extensions":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{"source":"iana","extensions":["oda"]},"application/odm+xml":{"source":"iana","compressible":true},"application/odx":{"source":"iana"},"application/oebps-package+xml":{"source":"iana","compressible":true,"extensions":["opf"]},"application/ogg":{"source":"iana","compressible":false,"extensions":["ogx"]},"application/omdoc+xml":{"source":"apache","compressible":true,"extensions":["omdoc"]},"application/onenote":{"source":"apache","extensions":["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{"source":"iana","compressible":true},"application/oscore":{"source":"iana"},"application/oxps":{"source":"iana","extensions":["oxps"]},"application/p21":{"source":"iana"},"application/p21+zip":{"source":"iana","compressible":false},"application/p2p-overlay+xml":{"source":"iana","compressible":true,"extensions":["relo"]},"application/parityfec":{"source":"iana"},"application/passport":{"source":"iana"},"application/patch-ops-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/pdf":{"source":"iana","compressible":false,"extensions":["pdf"]},"application/pdx":{"source":"iana"},"application/pem-certificate-chain":{"source":"iana"},"application/pgp-encrypted":{"source":"iana","compressible":false,"extensions":["pgp"]},"application/pgp-keys":{"source":"iana"},"application/pgp-signature":{"source":"iana","extensions":["asc","sig"]},"application/pics-rules":{"source":"apache","extensions":["prf"]},"application/pidf+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pidf-diff+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pkcs10":{"source":"iana","extensions":["p10"]},"application/pkcs12":{"source":"iana"},"application/pkcs7-mime":{"source":"iana","extensions":["p7m","p7c"]},"application/pkcs7-signature":{"source":"iana","extensions":["p7s"]},"application/pkcs8":{"source":"iana","extensions":["p8"]},"application/pkcs8-encrypted":{"source":"iana"},"application/pkix-attr-cert":{"source":"iana","extensions":["ac"]},"application/pkix-cert":{"source":"iana","extensions":["cer"]},"application/pkix-crl":{"source":"iana","extensions":["crl"]},"application/pkix-pkipath":{"source":"iana","extensions":["pkipath"]},"application/pkixcmp":{"source":"iana","extensions":["pki"]},"application/pls+xml":{"source":"iana","compressible":true,"extensions":["pls"]},"application/poc-settings+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/postscript":{"source":"iana","compressible":true,"extensions":["ai","eps","ps"]},"application/ppsp-tracker+json":{"source":"iana","compressible":true},"application/problem+json":{"source":"iana","compressible":true},"application/problem+xml":{"source":"iana","compressible":true},"application/provenance+xml":{"source":"iana","compressible":true,"extensions":["provx"]},"application/prs.alvestrand.titrax-sheet":{"source":"iana"},"application/prs.cww":{"source":"iana","extensions":["cww"]},"application/prs.cyn":{"source":"iana","charset":"7-BIT"},"application/prs.hpub+zip":{"source":"iana","compressible":false},"application/prs.nprend":{"source":"iana"},"application/prs.plucker":{"source":"iana"},"application/prs.rdf-xml-crypt":{"source":"iana"},"application/prs.xsf+xml":{"source":"iana","compressible":true},"application/pskc+xml":{"source":"iana","compressible":true,"extensions":["pskcxml"]},"application/pvd+json":{"source":"iana","compressible":true},"application/qsig":{"source":"iana"},"application/raml+yaml":{"compressible":true,"extensions":["raml"]},"application/raptorfec":{"source":"iana"},"application/rdap+json":{"source":"iana","compressible":true},"application/rdf+xml":{"source":"iana","compressible":true,"extensions":["rdf","owl"]},"application/reginfo+xml":{"source":"iana","compressible":true,"extensions":["rif"]},"application/relax-ng-compact-syntax":{"source":"iana","extensions":["rnc"]},"application/remote-printing":{"source":"iana"},"application/reputon+json":{"source":"iana","compressible":true},"application/resource-lists+xml":{"source":"iana","compressible":true,"extensions":["rl"]},"application/resource-lists-diff+xml":{"source":"iana","compressible":true,"extensions":["rld"]},"application/rfc+xml":{"source":"iana","compressible":true},"application/riscos":{"source":"iana"},"application/rlmi+xml":{"source":"iana","compressible":true},"application/rls-services+xml":{"source":"iana","compressible":true,"extensions":["rs"]},"application/route-apd+xml":{"source":"iana","compressible":true,"extensions":["rapd"]},"application/route-s-tsid+xml":{"source":"iana","compressible":true,"extensions":["sls"]},"application/route-usd+xml":{"source":"iana","compressible":true,"extensions":["rusd"]},"application/rpki-ghostbusters":{"source":"iana","extensions":["gbr"]},"application/rpki-manifest":{"source":"iana","extensions":["mft"]},"application/rpki-publication":{"source":"iana"},"application/rpki-roa":{"source":"iana","extensions":["roa"]},"application/rpki-updown":{"source":"iana"},"application/rsd+xml":{"source":"apache","compressible":true,"extensions":["rsd"]},"application/rss+xml":{"source":"apache","compressible":true,"extensions":["rss"]},"application/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"application/rtploopback":{"source":"iana"},"application/rtx":{"source":"iana"},"application/samlassertion+xml":{"source":"iana","compressible":true},"application/samlmetadata+xml":{"source":"iana","compressible":true},"application/sarif+json":{"source":"iana","compressible":true},"application/sarif-external-properties+json":{"source":"iana","compressible":true},"application/sbe":{"source":"iana"},"application/sbml+xml":{"source":"iana","compressible":true,"extensions":["sbml"]},"application/scaip+xml":{"source":"iana","compressible":true},"application/scim+json":{"source":"iana","compressible":true},"application/scvp-cv-request":{"source":"iana","extensions":["scq"]},"application/scvp-cv-response":{"source":"iana","extensions":["scs"]},"application/scvp-vp-request":{"source":"iana","extensions":["spq"]},"application/scvp-vp-response":{"source":"iana","extensions":["spp"]},"application/sdp":{"source":"iana","extensions":["sdp"]},"application/secevent+jwt":{"source":"iana"},"application/senml+cbor":{"source":"iana"},"application/senml+json":{"source":"iana","compressible":true},"application/senml+xml":{"source":"iana","compressible":true,"extensions":["senmlx"]},"application/senml-etch+cbor":{"source":"iana"},"application/senml-etch+json":{"source":"iana","compressible":true},"application/senml-exi":{"source":"iana"},"application/sensml+cbor":{"source":"iana"},"application/sensml+json":{"source":"iana","compressible":true},"application/sensml+xml":{"source":"iana","compressible":true,"extensions":["sensmlx"]},"application/sensml-exi":{"source":"iana"},"application/sep+xml":{"source":"iana","compressible":true},"application/sep-exi":{"source":"iana"},"application/session-info":{"source":"iana"},"application/set-payment":{"source":"iana"},"application/set-payment-initiation":{"source":"iana","extensions":["setpay"]},"application/set-registration":{"source":"iana"},"application/set-registration-initiation":{"source":"iana","extensions":["setreg"]},"application/sgml":{"source":"iana"},"application/sgml-open-catalog":{"source":"iana"},"application/shf+xml":{"source":"iana","compressible":true,"extensions":["shf"]},"application/sieve":{"source":"iana","extensions":["siv","sieve"]},"application/simple-filter+xml":{"source":"iana","compressible":true},"application/simple-message-summary":{"source":"iana"},"application/simplesymbolcontainer":{"source":"iana"},"application/sipc":{"source":"iana"},"application/slate":{"source":"iana"},"application/smil":{"source":"iana"},"application/smil+xml":{"source":"iana","compressible":true,"extensions":["smi","smil"]},"application/smpte336m":{"source":"iana"},"application/soap+fastinfoset":{"source":"iana"},"application/soap+xml":{"source":"iana","compressible":true},"application/sparql-query":{"source":"iana","extensions":["rq"]},"application/sparql-results+xml":{"source":"iana","compressible":true,"extensions":["srx"]},"application/spdx+json":{"source":"iana","compressible":true},"application/spirits-event+xml":{"source":"iana","compressible":true},"application/sql":{"source":"iana"},"application/srgs":{"source":"iana","extensions":["gram"]},"application/srgs+xml":{"source":"iana","compressible":true,"extensions":["grxml"]},"application/sru+xml":{"source":"iana","compressible":true,"extensions":["sru"]},"application/ssdl+xml":{"source":"apache","compressible":true,"extensions":["ssdl"]},"application/ssml+xml":{"source":"iana","compressible":true,"extensions":["ssml"]},"application/stix+json":{"source":"iana","compressible":true},"application/swid+xml":{"source":"iana","compressible":true,"extensions":["swidtag"]},"application/tamp-apex-update":{"source":"iana"},"application/tamp-apex-update-confirm":{"source":"iana"},"application/tamp-community-update":{"source":"iana"},"application/tamp-community-update-confirm":{"source":"iana"},"application/tamp-error":{"source":"iana"},"application/tamp-sequence-adjust":{"source":"iana"},"application/tamp-sequence-adjust-confirm":{"source":"iana"},"application/tamp-status-query":{"source":"iana"},"application/tamp-status-response":{"source":"iana"},"application/tamp-update":{"source":"iana"},"application/tamp-update-confirm":{"source":"iana"},"application/tar":{"compressible":true},"application/taxii+json":{"source":"iana","compressible":true},"application/td+json":{"source":"iana","compressible":true},"application/tei+xml":{"source":"iana","compressible":true,"extensions":["tei","teicorpus"]},"application/tetra_isi":{"source":"iana"},"application/thraud+xml":{"source":"iana","compressible":true,"extensions":["tfi"]},"application/timestamp-query":{"source":"iana"},"application/timestamp-reply":{"source":"iana"},"application/timestamped-data":{"source":"iana","extensions":["tsd"]},"application/tlsrpt+gzip":{"source":"iana"},"application/tlsrpt+json":{"source":"iana","compressible":true},"application/tnauthlist":{"source":"iana"},"application/token-introspection+jwt":{"source":"iana"},"application/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana","extensions":["trig"]},"application/ttml+xml":{"source":"iana","compressible":true,"extensions":["ttml"]},"application/tve-trigger":{"source":"iana"},"application/tzif":{"source":"iana"},"application/tzif-leap":{"source":"iana"},"application/ubjson":{"compressible":false,"extensions":["ubj"]},"application/ulpfec":{"source":"iana"},"application/urc-grpsheet+xml":{"source":"iana","compressible":true},"application/urc-ressheet+xml":{"source":"iana","compressible":true,"extensions":["rsheet"]},"application/urc-targetdesc+xml":{"source":"iana","compressible":true,"extensions":["td"]},"application/urc-uisocketdesc+xml":{"source":"iana","compressible":true},"application/vcard+json":{"source":"iana","compressible":true},"application/vcard+xml":{"source":"iana","compressible":true},"application/vemmi":{"source":"iana"},"application/vividence.scriptfile":{"source":"apache"},"application/vnd.1000minds.decision-model+xml":{"source":"iana","compressible":true,"extensions":["1km"]},"application/vnd.3gpp-prose+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose-pc3ch+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-v2x-local-service-information":{"source":"iana"},"application/vnd.3gpp.5gnas":{"source":"iana"},"application/vnd.3gpp.access-transfer-events+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.bsf+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gmop+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gtpc":{"source":"iana"},"application/vnd.3gpp.interworking-data":{"source":"iana"},"application/vnd.3gpp.lpp":{"source":"iana"},"application/vnd.3gpp.mc-signalling-ear":{"source":"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-payload":{"source":"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-signalling":{"source":"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-floor-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-signed+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-init-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-transmission-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mid-call+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ngap":{"source":"iana"},"application/vnd.3gpp.pfcp":{"source":"iana"},"application/vnd.3gpp.pic-bw-large":{"source":"iana","extensions":["plb"]},"application/vnd.3gpp.pic-bw-small":{"source":"iana","extensions":["psb"]},"application/vnd.3gpp.pic-bw-var":{"source":"iana","extensions":["pvb"]},"application/vnd.3gpp.s1ap":{"source":"iana"},"application/vnd.3gpp.sms":{"source":"iana"},"application/vnd.3gpp.sms+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-ext+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.state-and-event-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ussd+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.bcmcsinfo+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.sms":{"source":"iana"},"application/vnd.3gpp2.tcap":{"source":"iana","extensions":["tcap"]},"application/vnd.3lightssoftware.imagescal":{"source":"iana"},"application/vnd.3m.post-it-notes":{"source":"iana","extensions":["pwn"]},"application/vnd.accpac.simply.aso":{"source":"iana","extensions":["aso"]},"application/vnd.accpac.simply.imp":{"source":"iana","extensions":["imp"]},"application/vnd.acucobol":{"source":"iana","extensions":["acu"]},"application/vnd.acucorp":{"source":"iana","extensions":["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{"source":"apache","compressible":false,"extensions":["air"]},"application/vnd.adobe.flash.movie":{"source":"iana"},"application/vnd.adobe.formscentral.fcdt":{"source":"iana","extensions":["fcdt"]},"application/vnd.adobe.fxp":{"source":"iana","extensions":["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{"source":"iana"},"application/vnd.adobe.xdp+xml":{"source":"iana","compressible":true,"extensions":["xdp"]},"application/vnd.adobe.xfdf":{"source":"iana","extensions":["xfdf"]},"application/vnd.aether.imp":{"source":"iana"},"application/vnd.afpc.afplinedata":{"source":"iana"},"application/vnd.afpc.afplinedata-pagedef":{"source":"iana"},"application/vnd.afpc.cmoca-cmresource":{"source":"iana"},"application/vnd.afpc.foca-charset":{"source":"iana"},"application/vnd.afpc.foca-codedfont":{"source":"iana"},"application/vnd.afpc.foca-codepage":{"source":"iana"},"application/vnd.afpc.modca":{"source":"iana"},"application/vnd.afpc.modca-cmtable":{"source":"iana"},"application/vnd.afpc.modca-formdef":{"source":"iana"},"application/vnd.afpc.modca-mediummap":{"source":"iana"},"application/vnd.afpc.modca-objectcontainer":{"source":"iana"},"application/vnd.afpc.modca-overlay":{"source":"iana"},"application/vnd.afpc.modca-pagesegment":{"source":"iana"},"application/vnd.age":{"source":"iana","extensions":["age"]},"application/vnd.ah-barcode":{"source":"iana"},"application/vnd.ahead.space":{"source":"iana","extensions":["ahead"]},"application/vnd.airzip.filesecure.azf":{"source":"iana","extensions":["azf"]},"application/vnd.airzip.filesecure.azs":{"source":"iana","extensions":["azs"]},"application/vnd.amadeus+json":{"source":"iana","compressible":true},"application/vnd.amazon.ebook":{"source":"apache","extensions":["azw"]},"application/vnd.amazon.mobi8-ebook":{"source":"iana"},"application/vnd.americandynamics.acc":{"source":"iana","extensions":["acc"]},"application/vnd.amiga.ami":{"source":"iana","extensions":["ami"]},"application/vnd.amundsen.maze+xml":{"source":"iana","compressible":true},"application/vnd.android.ota":{"source":"iana"},"application/vnd.android.package-archive":{"source":"apache","compressible":false,"extensions":["apk"]},"application/vnd.anki":{"source":"iana"},"application/vnd.anser-web-certificate-issue-initiation":{"source":"iana","extensions":["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{"source":"apache","extensions":["fti"]},"application/vnd.antix.game-component":{"source":"iana","extensions":["atx"]},"application/vnd.apache.arrow.file":{"source":"iana"},"application/vnd.apache.arrow.stream":{"source":"iana"},"application/vnd.apache.thrift.binary":{"source":"iana"},"application/vnd.apache.thrift.compact":{"source":"iana"},"application/vnd.apache.thrift.json":{"source":"iana"},"application/vnd.api+json":{"source":"iana","compressible":true},"application/vnd.aplextor.warrp+json":{"source":"iana","compressible":true},"application/vnd.apothekende.reservation+json":{"source":"iana","compressible":true},"application/vnd.apple.installer+xml":{"source":"iana","compressible":true,"extensions":["mpkg"]},"application/vnd.apple.keynote":{"source":"iana","extensions":["key"]},"application/vnd.apple.mpegurl":{"source":"iana","extensions":["m3u8"]},"application/vnd.apple.numbers":{"source":"iana","extensions":["numbers"]},"application/vnd.apple.pages":{"source":"iana","extensions":["pages"]},"application/vnd.apple.pkpass":{"compressible":false,"extensions":["pkpass"]},"application/vnd.arastra.swi":{"source":"iana"},"application/vnd.aristanetworks.swi":{"source":"iana","extensions":["swi"]},"application/vnd.artisan+json":{"source":"iana","compressible":true},"application/vnd.artsquare":{"source":"iana"},"application/vnd.astraea-software.iota":{"source":"iana","extensions":["iota"]},"application/vnd.audiograph":{"source":"iana","extensions":["aep"]},"application/vnd.autopackage":{"source":"iana"},"application/vnd.avalon+json":{"source":"iana","compressible":true},"application/vnd.avistar+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmml+xml":{"source":"iana","compressible":true,"extensions":["bmml"]},"application/vnd.balsamiq.bmpr":{"source":"iana"},"application/vnd.banana-accounting":{"source":"iana"},"application/vnd.bbf.usp.error":{"source":"iana"},"application/vnd.bbf.usp.msg":{"source":"iana"},"application/vnd.bbf.usp.msg+json":{"source":"iana","compressible":true},"application/vnd.bekitzur-stech+json":{"source":"iana","compressible":true},"application/vnd.bint.med-content":{"source":"iana"},"application/vnd.biopax.rdf+xml":{"source":"iana","compressible":true},"application/vnd.blink-idb-value-wrapper":{"source":"iana"},"application/vnd.blueice.multipass":{"source":"iana","extensions":["mpm"]},"application/vnd.bluetooth.ep.oob":{"source":"iana"},"application/vnd.bluetooth.le.oob":{"source":"iana"},"application/vnd.bmi":{"source":"iana","extensions":["bmi"]},"application/vnd.bpf":{"source":"iana"},"application/vnd.bpf3":{"source":"iana"},"application/vnd.businessobjects":{"source":"iana","extensions":["rep"]},"application/vnd.byu.uapi+json":{"source":"iana","compressible":true},"application/vnd.cab-jscript":{"source":"iana"},"application/vnd.canon-cpdl":{"source":"iana"},"application/vnd.canon-lips":{"source":"iana"},"application/vnd.capasystems-pg+json":{"source":"iana","compressible":true},"application/vnd.cendio.thinlinc.clientconf":{"source":"iana"},"application/vnd.century-systems.tcp_stream":{"source":"iana"},"application/vnd.chemdraw+xml":{"source":"iana","compressible":true,"extensions":["cdxml"]},"application/vnd.chess-pgn":{"source":"iana"},"application/vnd.chipnuts.karaoke-mmd":{"source":"iana","extensions":["mmd"]},"application/vnd.ciedi":{"source":"iana"},"application/vnd.cinderella":{"source":"iana","extensions":["cdy"]},"application/vnd.cirpack.isdn-ext":{"source":"iana"},"application/vnd.citationstyles.style+xml":{"source":"iana","compressible":true,"extensions":["csl"]},"application/vnd.claymore":{"source":"iana","extensions":["cla"]},"application/vnd.cloanto.rp9":{"source":"iana","extensions":["rp9"]},"application/vnd.clonk.c4group":{"source":"iana","extensions":["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{"source":"iana","extensions":["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{"source":"iana","extensions":["c11amz"]},"application/vnd.coffeescript":{"source":"iana"},"application/vnd.collabio.xodocuments.document":{"source":"iana"},"application/vnd.collabio.xodocuments.document-template":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation-template":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{"source":"iana"},"application/vnd.collection+json":{"source":"iana","compressible":true},"application/vnd.collection.doc+json":{"source":"iana","compressible":true},"application/vnd.collection.next+json":{"source":"iana","compressible":true},"application/vnd.comicbook+zip":{"source":"iana","compressible":false},"application/vnd.comicbook-rar":{"source":"iana"},"application/vnd.commerce-battelle":{"source":"iana"},"application/vnd.commonspace":{"source":"iana","extensions":["csp"]},"application/vnd.contact.cmsg":{"source":"iana","extensions":["cdbcmsg"]},"application/vnd.coreos.ignition+json":{"source":"iana","compressible":true},"application/vnd.cosmocaller":{"source":"iana","extensions":["cmc"]},"application/vnd.crick.clicker":{"source":"iana","extensions":["clkx"]},"application/vnd.crick.clicker.keyboard":{"source":"iana","extensions":["clkk"]},"application/vnd.crick.clicker.palette":{"source":"iana","extensions":["clkp"]},"application/vnd.crick.clicker.template":{"source":"iana","extensions":["clkt"]},"application/vnd.crick.clicker.wordbank":{"source":"iana","extensions":["clkw"]},"application/vnd.criticaltools.wbs+xml":{"source":"iana","compressible":true,"extensions":["wbs"]},"application/vnd.cryptii.pipe+json":{"source":"iana","compressible":true},"application/vnd.crypto-shade-file":{"source":"iana"},"application/vnd.cryptomator.encrypted":{"source":"iana"},"application/vnd.cryptomator.vault":{"source":"iana"},"application/vnd.ctc-posml":{"source":"iana","extensions":["pml"]},"application/vnd.ctct.ws+xml":{"source":"iana","compressible":true},"application/vnd.cups-pdf":{"source":"iana"},"application/vnd.cups-postscript":{"source":"iana"},"application/vnd.cups-ppd":{"source":"iana","extensions":["ppd"]},"application/vnd.cups-raster":{"source":"iana"},"application/vnd.cups-raw":{"source":"iana"},"application/vnd.curl":{"source":"iana"},"application/vnd.curl.car":{"source":"apache","extensions":["car"]},"application/vnd.curl.pcurl":{"source":"apache","extensions":["pcurl"]},"application/vnd.cyan.dean.root+xml":{"source":"iana","compressible":true},"application/vnd.cybank":{"source":"iana"},"application/vnd.cyclonedx+json":{"source":"iana","compressible":true},"application/vnd.cyclonedx+xml":{"source":"iana","compressible":true},"application/vnd.d2l.coursepackage1p0+zip":{"source":"iana","compressible":false},"application/vnd.d3m-dataset":{"source":"iana"},"application/vnd.d3m-problem":{"source":"iana"},"application/vnd.dart":{"source":"iana","compressible":true,"extensions":["dart"]},"application/vnd.data-vision.rdz":{"source":"iana","extensions":["rdz"]},"application/vnd.datapackage+json":{"source":"iana","compressible":true},"application/vnd.dataresource+json":{"source":"iana","compressible":true},"application/vnd.dbf":{"source":"iana","extensions":["dbf"]},"application/vnd.debian.binary-package":{"source":"iana"},"application/vnd.dece.data":{"source":"iana","extensions":["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{"source":"iana","compressible":true,"extensions":["uvt","uvvt"]},"application/vnd.dece.unspecified":{"source":"iana","extensions":["uvx","uvvx"]},"application/vnd.dece.zip":{"source":"iana","extensions":["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{"source":"iana","extensions":["fe_launch"]},"application/vnd.desmume.movie":{"source":"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{"source":"iana"},"application/vnd.dm.delegation+xml":{"source":"iana","compressible":true},"application/vnd.dna":{"source":"iana","extensions":["dna"]},"application/vnd.document+json":{"source":"iana","compressible":true},"application/vnd.dolby.mlp":{"source":"apache","extensions":["mlp"]},"application/vnd.dolby.mobile.1":{"source":"iana"},"application/vnd.dolby.mobile.2":{"source":"iana"},"application/vnd.doremir.scorecloud-binary-document":{"source":"iana"},"application/vnd.dpgraph":{"source":"iana","extensions":["dpg"]},"application/vnd.dreamfactory":{"source":"iana","extensions":["dfac"]},"application/vnd.drive+json":{"source":"iana","compressible":true},"application/vnd.ds-keypoint":{"source":"apache","extensions":["kpxx"]},"application/vnd.dtg.local":{"source":"iana"},"application/vnd.dtg.local.flash":{"source":"iana"},"application/vnd.dtg.local.html":{"source":"iana"},"application/vnd.dvb.ait":{"source":"iana","extensions":["ait"]},"application/vnd.dvb.dvbisl+xml":{"source":"iana","compressible":true},"application/vnd.dvb.dvbj":{"source":"iana"},"application/vnd.dvb.esgcontainer":{"source":"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess2":{"source":"iana"},"application/vnd.dvb.ipdcesgpdd":{"source":"iana"},"application/vnd.dvb.ipdcroaming":{"source":"iana"},"application/vnd.dvb.iptv.alfec-base":{"source":"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{"source":"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-container+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-generic+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-msglist+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-request+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-response+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-init+xml":{"source":"iana","compressible":true},"application/vnd.dvb.pfr":{"source":"iana"},"application/vnd.dvb.service":{"source":"iana","extensions":["svc"]},"application/vnd.dxr":{"source":"iana"},"application/vnd.dynageo":{"source":"iana","extensions":["geo"]},"application/vnd.dzr":{"source":"iana"},"application/vnd.easykaraoke.cdgdownload":{"source":"iana"},"application/vnd.ecdis-update":{"source":"iana"},"application/vnd.ecip.rlp":{"source":"iana"},"application/vnd.ecowin.chart":{"source":"iana","extensions":["mag"]},"application/vnd.ecowin.filerequest":{"source":"iana"},"application/vnd.ecowin.fileupdate":{"source":"iana"},"application/vnd.ecowin.series":{"source":"iana"},"application/vnd.ecowin.seriesrequest":{"source":"iana"},"application/vnd.ecowin.seriesupdate":{"source":"iana"},"application/vnd.efi.img":{"source":"iana"},"application/vnd.efi.iso":{"source":"iana"},"application/vnd.emclient.accessrequest+xml":{"source":"iana","compressible":true},"application/vnd.enliven":{"source":"iana","extensions":["nml"]},"application/vnd.enphase.envoy":{"source":"iana"},"application/vnd.eprints.data+xml":{"source":"iana","compressible":true},"application/vnd.epson.esf":{"source":"iana","extensions":["esf"]},"application/vnd.epson.msf":{"source":"iana","extensions":["msf"]},"application/vnd.epson.quickanime":{"source":"iana","extensions":["qam"]},"application/vnd.epson.salt":{"source":"iana","extensions":["slt"]},"application/vnd.epson.ssf":{"source":"iana","extensions":["ssf"]},"application/vnd.ericsson.quickcall":{"source":"iana"},"application/vnd.espass-espass+zip":{"source":"iana","compressible":false},"application/vnd.eszigno3+xml":{"source":"iana","compressible":true,"extensions":["es3","et3"]},"application/vnd.etsi.aoc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.asic-e+zip":{"source":"iana","compressible":false},"application/vnd.etsi.asic-s+zip":{"source":"iana","compressible":false},"application/vnd.etsi.cug+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvcommand+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-bc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-cod+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-npvr+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvservice+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsync+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvueprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mcid+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mheg5":{"source":"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{"source":"iana","compressible":true},"application/vnd.etsi.pstn+xml":{"source":"iana","compressible":true},"application/vnd.etsi.sci+xml":{"source":"iana","compressible":true},"application/vnd.etsi.simservs+xml":{"source":"iana","compressible":true},"application/vnd.etsi.timestamp-token":{"source":"iana"},"application/vnd.etsi.tsl+xml":{"source":"iana","compressible":true},"application/vnd.etsi.tsl.der":{"source":"iana"},"application/vnd.eudora.data":{"source":"iana"},"application/vnd.evolv.ecig.profile":{"source":"iana"},"application/vnd.evolv.ecig.settings":{"source":"iana"},"application/vnd.evolv.ecig.theme":{"source":"iana"},"application/vnd.exstream-empower+zip":{"source":"iana","compressible":false},"application/vnd.exstream-package":{"source":"iana"},"application/vnd.ezpix-album":{"source":"iana","extensions":["ez2"]},"application/vnd.ezpix-package":{"source":"iana","extensions":["ez3"]},"application/vnd.f-secure.mobile":{"source":"iana"},"application/vnd.fastcopy-disk-image":{"source":"iana"},"application/vnd.fdf":{"source":"iana","extensions":["fdf"]},"application/vnd.fdsn.mseed":{"source":"iana","extensions":["mseed"]},"application/vnd.fdsn.seed":{"source":"iana","extensions":["seed","dataless"]},"application/vnd.ffsns":{"source":"iana"},"application/vnd.ficlab.flb+zip":{"source":"iana","compressible":false},"application/vnd.filmit.zfc":{"source":"iana"},"application/vnd.fints":{"source":"iana"},"application/vnd.firemonkeys.cloudcell":{"source":"iana"},"application/vnd.flographit":{"source":"iana","extensions":["gph"]},"application/vnd.fluxtime.clip":{"source":"iana","extensions":["ftc"]},"application/vnd.font-fontforge-sfd":{"source":"iana"},"application/vnd.framemaker":{"source":"iana","extensions":["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{"source":"iana","extensions":["fnc"]},"application/vnd.frogans.ltf":{"source":"iana","extensions":["ltf"]},"application/vnd.fsc.weblaunch":{"source":"iana","extensions":["fsc"]},"application/vnd.fujifilm.fb.docuworks":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.container":{"source":"iana"},"application/vnd.fujifilm.fb.jfi+xml":{"source":"iana","compressible":true},"application/vnd.fujitsu.oasys":{"source":"iana","extensions":["oas"]},"application/vnd.fujitsu.oasys2":{"source":"iana","extensions":["oa2"]},"application/vnd.fujitsu.oasys3":{"source":"iana","extensions":["oa3"]},"application/vnd.fujitsu.oasysgp":{"source":"iana","extensions":["fg5"]},"application/vnd.fujitsu.oasysprs":{"source":"iana","extensions":["bh2"]},"application/vnd.fujixerox.art-ex":{"source":"iana"},"application/vnd.fujixerox.art4":{"source":"iana"},"application/vnd.fujixerox.ddd":{"source":"iana","extensions":["ddd"]},"application/vnd.fujixerox.docuworks":{"source":"iana","extensions":["xdw"]},"application/vnd.fujixerox.docuworks.binder":{"source":"iana","extensions":["xbd"]},"application/vnd.fujixerox.docuworks.container":{"source":"iana"},"application/vnd.fujixerox.hbpl":{"source":"iana"},"application/vnd.fut-misnet":{"source":"iana"},"application/vnd.futoin+cbor":{"source":"iana"},"application/vnd.futoin+json":{"source":"iana","compressible":true},"application/vnd.fuzzysheet":{"source":"iana","extensions":["fzs"]},"application/vnd.genomatix.tuxedo":{"source":"iana","extensions":["txd"]},"application/vnd.gentics.grd+json":{"source":"iana","compressible":true},"application/vnd.geo+json":{"source":"iana","compressible":true},"application/vnd.geocube+xml":{"source":"iana","compressible":true},"application/vnd.geogebra.file":{"source":"iana","extensions":["ggb"]},"application/vnd.geogebra.slides":{"source":"iana"},"application/vnd.geogebra.tool":{"source":"iana","extensions":["ggt"]},"application/vnd.geometry-explorer":{"source":"iana","extensions":["gex","gre"]},"application/vnd.geonext":{"source":"iana","extensions":["gxt"]},"application/vnd.geoplan":{"source":"iana","extensions":["g2w"]},"application/vnd.geospace":{"source":"iana","extensions":["g3w"]},"application/vnd.gerber":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt-response":{"source":"iana"},"application/vnd.gmx":{"source":"iana","extensions":["gmx"]},"application/vnd.google-apps.document":{"compressible":false,"extensions":["gdoc"]},"application/vnd.google-apps.presentation":{"compressible":false,"extensions":["gslides"]},"application/vnd.google-apps.spreadsheet":{"compressible":false,"extensions":["gsheet"]},"application/vnd.google-earth.kml+xml":{"source":"iana","compressible":true,"extensions":["kml"]},"application/vnd.google-earth.kmz":{"source":"iana","compressible":false,"extensions":["kmz"]},"application/vnd.gov.sk.e-form+xml":{"source":"iana","compressible":true},"application/vnd.gov.sk.e-form+zip":{"source":"iana","compressible":false},"application/vnd.gov.sk.xmldatacontainer+xml":{"source":"iana","compressible":true},"application/vnd.grafeq":{"source":"iana","extensions":["gqf","gqs"]},"application/vnd.gridmp":{"source":"iana"},"application/vnd.groove-account":{"source":"iana","extensions":["gac"]},"application/vnd.groove-help":{"source":"iana","extensions":["ghf"]},"application/vnd.groove-identity-message":{"source":"iana","extensions":["gim"]},"application/vnd.groove-injector":{"source":"iana","extensions":["grv"]},"application/vnd.groove-tool-message":{"source":"iana","extensions":["gtm"]},"application/vnd.groove-tool-template":{"source":"iana","extensions":["tpl"]},"application/vnd.groove-vcard":{"source":"iana","extensions":["vcg"]},"application/vnd.hal+json":{"source":"iana","compressible":true},"application/vnd.hal+xml":{"source":"iana","compressible":true,"extensions":["hal"]},"application/vnd.handheld-entertainment+xml":{"source":"iana","compressible":true,"extensions":["zmm"]},"application/vnd.hbci":{"source":"iana","extensions":["hbci"]},"application/vnd.hc+json":{"source":"iana","compressible":true},"application/vnd.hcl-bireports":{"source":"iana"},"application/vnd.hdt":{"source":"iana"},"application/vnd.heroku+json":{"source":"iana","compressible":true},"application/vnd.hhe.lesson-player":{"source":"iana","extensions":["les"]},"application/vnd.hp-hpgl":{"source":"iana","extensions":["hpgl"]},"application/vnd.hp-hpid":{"source":"iana","extensions":["hpid"]},"application/vnd.hp-hps":{"source":"iana","extensions":["hps"]},"application/vnd.hp-jlyt":{"source":"iana","extensions":["jlt"]},"application/vnd.hp-pcl":{"source":"iana","extensions":["pcl"]},"application/vnd.hp-pclxl":{"source":"iana","extensions":["pclxl"]},"application/vnd.httphone":{"source":"iana"},"application/vnd.hydrostatix.sof-data":{"source":"iana","extensions":["sfd-hdstx"]},"application/vnd.hyper+json":{"source":"iana","compressible":true},"application/vnd.hyper-item+json":{"source":"iana","compressible":true},"application/vnd.hyperdrive+json":{"source":"iana","compressible":true},"application/vnd.hzn-3d-crossword":{"source":"iana"},"application/vnd.ibm.afplinedata":{"source":"iana"},"application/vnd.ibm.electronic-media":{"source":"iana"},"application/vnd.ibm.minipay":{"source":"iana","extensions":["mpy"]},"application/vnd.ibm.modcap":{"source":"iana","extensions":["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{"source":"iana","extensions":["irm"]},"application/vnd.ibm.secure-container":{"source":"iana","extensions":["sc"]},"application/vnd.iccprofile":{"source":"iana","extensions":["icc","icm"]},"application/vnd.ieee.1905":{"source":"iana"},"application/vnd.igloader":{"source":"iana","extensions":["igl"]},"application/vnd.imagemeter.folder+zip":{"source":"iana","compressible":false},"application/vnd.imagemeter.image+zip":{"source":"iana","compressible":false},"application/vnd.immervision-ivp":{"source":"iana","extensions":["ivp"]},"application/vnd.immervision-ivu":{"source":"iana","extensions":["ivu"]},"application/vnd.ims.imsccv1p1":{"source":"iana"},"application/vnd.ims.imsccv1p2":{"source":"iana"},"application/vnd.ims.imsccv1p3":{"source":"iana"},"application/vnd.ims.lis.v2.result+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy.id+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings.simple+json":{"source":"iana","compressible":true},"application/vnd.informedcontrol.rms+xml":{"source":"iana","compressible":true},"application/vnd.informix-visionary":{"source":"iana"},"application/vnd.infotech.project":{"source":"iana"},"application/vnd.infotech.project+xml":{"source":"iana","compressible":true},"application/vnd.innopath.wamp.notification":{"source":"iana"},"application/vnd.insors.igm":{"source":"iana","extensions":["igm"]},"application/vnd.intercon.formnet":{"source":"iana","extensions":["xpw","xpx"]},"application/vnd.intergeo":{"source":"iana","extensions":["i2g"]},"application/vnd.intertrust.digibox":{"source":"iana"},"application/vnd.intertrust.nncp":{"source":"iana"},"application/vnd.intu.qbo":{"source":"iana","extensions":["qbo"]},"application/vnd.intu.qfx":{"source":"iana","extensions":["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.conceptitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.knowledgeitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsmessage+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.packageitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.planningitem+xml":{"source":"iana","compressible":true},"application/vnd.ipunplugged.rcprofile":{"source":"iana","extensions":["rcprofile"]},"application/vnd.irepository.package+xml":{"source":"iana","compressible":true,"extensions":["irp"]},"application/vnd.is-xpr":{"source":"iana","extensions":["xpr"]},"application/vnd.isac.fcs":{"source":"iana","extensions":["fcs"]},"application/vnd.iso11783-10+zip":{"source":"iana","compressible":false},"application/vnd.jam":{"source":"iana","extensions":["jam"]},"application/vnd.japannet-directory-service":{"source":"iana"},"application/vnd.japannet-jpnstore-wakeup":{"source":"iana"},"application/vnd.japannet-payment-wakeup":{"source":"iana"},"application/vnd.japannet-registration":{"source":"iana"},"application/vnd.japannet-registration-wakeup":{"source":"iana"},"application/vnd.japannet-setstore-wakeup":{"source":"iana"},"application/vnd.japannet-verification":{"source":"iana"},"application/vnd.japannet-verification-wakeup":{"source":"iana"},"application/vnd.jcp.javame.midlet-rms":{"source":"iana","extensions":["rms"]},"application/vnd.jisp":{"source":"iana","extensions":["jisp"]},"application/vnd.joost.joda-archive":{"source":"iana","extensions":["joda"]},"application/vnd.jsk.isdn-ngn":{"source":"iana"},"application/vnd.kahootz":{"source":"iana","extensions":["ktz","ktr"]},"application/vnd.kde.karbon":{"source":"iana","extensions":["karbon"]},"application/vnd.kde.kchart":{"source":"iana","extensions":["chrt"]},"application/vnd.kde.kformula":{"source":"iana","extensions":["kfo"]},"application/vnd.kde.kivio":{"source":"iana","extensions":["flw"]},"application/vnd.kde.kontour":{"source":"iana","extensions":["kon"]},"application/vnd.kde.kpresenter":{"source":"iana","extensions":["kpr","kpt"]},"application/vnd.kde.kspread":{"source":"iana","extensions":["ksp"]},"application/vnd.kde.kword":{"source":"iana","extensions":["kwd","kwt"]},"application/vnd.kenameaapp":{"source":"iana","extensions":["htke"]},"application/vnd.kidspiration":{"source":"iana","extensions":["kia"]},"application/vnd.kinar":{"source":"iana","extensions":["kne","knp"]},"application/vnd.koan":{"source":"iana","extensions":["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{"source":"iana","extensions":["sse"]},"application/vnd.las":{"source":"iana"},"application/vnd.las.las+json":{"source":"iana","compressible":true},"application/vnd.las.las+xml":{"source":"iana","compressible":true,"extensions":["lasxml"]},"application/vnd.laszip":{"source":"iana"},"application/vnd.leap+json":{"source":"iana","compressible":true},"application/vnd.liberty-request+xml":{"source":"iana","compressible":true},"application/vnd.llamagraphics.life-balance.desktop":{"source":"iana","extensions":["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{"source":"iana","compressible":true,"extensions":["lbe"]},"application/vnd.logipipe.circuit+zip":{"source":"iana","compressible":false},"application/vnd.loom":{"source":"iana"},"application/vnd.lotus-1-2-3":{"source":"iana","extensions":["123"]},"application/vnd.lotus-approach":{"source":"iana","extensions":["apr"]},"application/vnd.lotus-freelance":{"source":"iana","extensions":["pre"]},"application/vnd.lotus-notes":{"source":"iana","extensions":["nsf"]},"application/vnd.lotus-organizer":{"source":"iana","extensions":["org"]},"application/vnd.lotus-screencam":{"source":"iana","extensions":["scm"]},"application/vnd.lotus-wordpro":{"source":"iana","extensions":["lwp"]},"application/vnd.macports.portpkg":{"source":"iana","extensions":["portpkg"]},"application/vnd.mapbox-vector-tile":{"source":"iana","extensions":["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.conftoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.license+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.mdcf":{"source":"iana"},"application/vnd.mason+json":{"source":"iana","compressible":true},"application/vnd.maxmind.maxmind-db":{"source":"iana"},"application/vnd.mcd":{"source":"iana","extensions":["mcd"]},"application/vnd.medcalcdata":{"source":"iana","extensions":["mc1"]},"application/vnd.mediastation.cdkey":{"source":"iana","extensions":["cdkey"]},"application/vnd.meridian-slingshot":{"source":"iana"},"application/vnd.mfer":{"source":"iana","extensions":["mwf"]},"application/vnd.mfmp":{"source":"iana","extensions":["mfm"]},"application/vnd.micro+json":{"source":"iana","compressible":true},"application/vnd.micrografx.flo":{"source":"iana","extensions":["flo"]},"application/vnd.micrografx.igx":{"source":"iana","extensions":["igx"]},"application/vnd.microsoft.portable-executable":{"source":"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{"source":"iana"},"application/vnd.miele+json":{"source":"iana","compressible":true},"application/vnd.mif":{"source":"iana","extensions":["mif"]},"application/vnd.minisoft-hp3000-save":{"source":"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{"source":"iana"},"application/vnd.mobius.daf":{"source":"iana","extensions":["daf"]},"application/vnd.mobius.dis":{"source":"iana","extensions":["dis"]},"application/vnd.mobius.mbk":{"source":"iana","extensions":["mbk"]},"application/vnd.mobius.mqy":{"source":"iana","extensions":["mqy"]},"application/vnd.mobius.msl":{"source":"iana","extensions":["msl"]},"application/vnd.mobius.plc":{"source":"iana","extensions":["plc"]},"application/vnd.mobius.txf":{"source":"iana","extensions":["txf"]},"application/vnd.mophun.application":{"source":"iana","extensions":["mpn"]},"application/vnd.mophun.certificate":{"source":"iana","extensions":["mpc"]},"application/vnd.motorola.flexsuite":{"source":"iana"},"application/vnd.motorola.flexsuite.adsi":{"source":"iana"},"application/vnd.motorola.flexsuite.fis":{"source":"iana"},"application/vnd.motorola.flexsuite.gotap":{"source":"iana"},"application/vnd.motorola.flexsuite.kmr":{"source":"iana"},"application/vnd.motorola.flexsuite.ttc":{"source":"iana"},"application/vnd.motorola.flexsuite.wem":{"source":"iana"},"application/vnd.motorola.iprm":{"source":"iana"},"application/vnd.mozilla.xul+xml":{"source":"iana","compressible":true,"extensions":["xul"]},"application/vnd.ms-3mfdocument":{"source":"iana"},"application/vnd.ms-artgalry":{"source":"iana","extensions":["cil"]},"application/vnd.ms-asf":{"source":"iana"},"application/vnd.ms-cab-compressed":{"source":"iana","extensions":["cab"]},"application/vnd.ms-color.iccprofile":{"source":"apache"},"application/vnd.ms-excel":{"source":"iana","compressible":false,"extensions":["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{"source":"iana","extensions":["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{"source":"iana","extensions":["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{"source":"iana","extensions":["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{"source":"iana","extensions":["xltm"]},"application/vnd.ms-fontobject":{"source":"iana","compressible":true,"extensions":["eot"]},"application/vnd.ms-htmlhelp":{"source":"iana","extensions":["chm"]},"application/vnd.ms-ims":{"source":"iana","extensions":["ims"]},"application/vnd.ms-lrm":{"source":"iana","extensions":["lrm"]},"application/vnd.ms-office.activex+xml":{"source":"iana","compressible":true},"application/vnd.ms-officetheme":{"source":"iana","extensions":["thmx"]},"application/vnd.ms-opentype":{"source":"apache","compressible":true},"application/vnd.ms-outlook":{"compressible":false,"extensions":["msg"]},"application/vnd.ms-package.obfuscated-opentype":{"source":"apache"},"application/vnd.ms-pki.seccat":{"source":"apache","extensions":["cat"]},"application/vnd.ms-pki.stl":{"source":"apache","extensions":["stl"]},"application/vnd.ms-playready.initiator+xml":{"source":"iana","compressible":true},"application/vnd.ms-powerpoint":{"source":"iana","compressible":false,"extensions":["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{"source":"iana","extensions":["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{"source":"iana","extensions":["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{"source":"iana","extensions":["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{"source":"iana","extensions":["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{"source":"iana","extensions":["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{"source":"iana","compressible":true},"application/vnd.ms-printing.printticket+xml":{"source":"apache","compressible":true},"application/vnd.ms-printschematicket+xml":{"source":"iana","compressible":true},"application/vnd.ms-project":{"source":"iana","extensions":["mpp","mpt"]},"application/vnd.ms-tnef":{"source":"iana"},"application/vnd.ms-windows.devicepairing":{"source":"iana"},"application/vnd.ms-windows.nwprinting.oob":{"source":"iana"},"application/vnd.ms-windows.printerpairing":{"source":"iana"},"application/vnd.ms-windows.wsd.oob":{"source":"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.lic-resp":{"source":"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.meter-resp":{"source":"iana"},"application/vnd.ms-word.document.macroenabled.12":{"source":"iana","extensions":["docm"]},"application/vnd.ms-word.template.macroenabled.12":{"source":"iana","extensions":["dotm"]},"application/vnd.ms-works":{"source":"iana","extensions":["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{"source":"iana","extensions":["wpl"]},"application/vnd.ms-xpsdocument":{"source":"iana","compressible":false,"extensions":["xps"]},"application/vnd.msa-disk-image":{"source":"iana"},"application/vnd.mseq":{"source":"iana","extensions":["mseq"]},"application/vnd.msign":{"source":"iana"},"application/vnd.multiad.creator":{"source":"iana"},"application/vnd.multiad.creator.cif":{"source":"iana"},"application/vnd.music-niff":{"source":"iana"},"application/vnd.musician":{"source":"iana","extensions":["mus"]},"application/vnd.muvee.style":{"source":"iana","extensions":["msty"]},"application/vnd.mynfc":{"source":"iana","extensions":["taglet"]},"application/vnd.nacamar.ybrid+json":{"source":"iana","compressible":true},"application/vnd.ncd.control":{"source":"iana"},"application/vnd.ncd.reference":{"source":"iana"},"application/vnd.nearst.inv+json":{"source":"iana","compressible":true},"application/vnd.nebumind.line":{"source":"iana"},"application/vnd.nervana":{"source":"iana"},"application/vnd.netfpx":{"source":"iana"},"application/vnd.neurolanguage.nlu":{"source":"iana","extensions":["nlu"]},"application/vnd.nimn":{"source":"iana"},"application/vnd.nintendo.nitro.rom":{"source":"iana"},"application/vnd.nintendo.snes.rom":{"source":"iana"},"application/vnd.nitf":{"source":"iana","extensions":["ntf","nitf"]},"application/vnd.noblenet-directory":{"source":"iana","extensions":["nnd"]},"application/vnd.noblenet-sealer":{"source":"iana","extensions":["nns"]},"application/vnd.noblenet-web":{"source":"iana","extensions":["nnw"]},"application/vnd.nokia.catalogs":{"source":"iana"},"application/vnd.nokia.conml+wbxml":{"source":"iana"},"application/vnd.nokia.conml+xml":{"source":"iana","compressible":true},"application/vnd.nokia.iptv.config+xml":{"source":"iana","compressible":true},"application/vnd.nokia.isds-radio-presets":{"source":"iana"},"application/vnd.nokia.landmark+wbxml":{"source":"iana"},"application/vnd.nokia.landmark+xml":{"source":"iana","compressible":true},"application/vnd.nokia.landmarkcollection+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.ac+xml":{"source":"iana","compressible":true,"extensions":["ac"]},"application/vnd.nokia.n-gage.data":{"source":"iana","extensions":["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{"source":"iana","extensions":["n-gage"]},"application/vnd.nokia.ncd":{"source":"iana"},"application/vnd.nokia.pcd+wbxml":{"source":"iana"},"application/vnd.nokia.pcd+xml":{"source":"iana","compressible":true},"application/vnd.nokia.radio-preset":{"source":"iana","extensions":["rpst"]},"application/vnd.nokia.radio-presets":{"source":"iana","extensions":["rpss"]},"application/vnd.novadigm.edm":{"source":"iana","extensions":["edm"]},"application/vnd.novadigm.edx":{"source":"iana","extensions":["edx"]},"application/vnd.novadigm.ext":{"source":"iana","extensions":["ext"]},"application/vnd.ntt-local.content-share":{"source":"iana"},"application/vnd.ntt-local.file-transfer":{"source":"iana"},"application/vnd.ntt-local.ogw_remote-access":{"source":"iana"},"application/vnd.ntt-local.sip-ta_remote":{"source":"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{"source":"iana"},"application/vnd.oasis.opendocument.chart":{"source":"iana","extensions":["odc"]},"application/vnd.oasis.opendocument.chart-template":{"source":"iana","extensions":["otc"]},"application/vnd.oasis.opendocument.database":{"source":"iana","extensions":["odb"]},"application/vnd.oasis.opendocument.formula":{"source":"iana","extensions":["odf"]},"application/vnd.oasis.opendocument.formula-template":{"source":"iana","extensions":["odft"]},"application/vnd.oasis.opendocument.graphics":{"source":"iana","compressible":false,"extensions":["odg"]},"application/vnd.oasis.opendocument.graphics-template":{"source":"iana","extensions":["otg"]},"application/vnd.oasis.opendocument.image":{"source":"iana","extensions":["odi"]},"application/vnd.oasis.opendocument.image-template":{"source":"iana","extensions":["oti"]},"application/vnd.oasis.opendocument.presentation":{"source":"iana","compressible":false,"extensions":["odp"]},"application/vnd.oasis.opendocument.presentation-template":{"source":"iana","extensions":["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{"source":"iana","compressible":false,"extensions":["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{"source":"iana","extensions":["ots"]},"application/vnd.oasis.opendocument.text":{"source":"iana","compressible":false,"extensions":["odt"]},"application/vnd.oasis.opendocument.text-master":{"source":"iana","extensions":["odm"]},"application/vnd.oasis.opendocument.text-template":{"source":"iana","extensions":["ott"]},"application/vnd.oasis.opendocument.text-web":{"source":"iana","extensions":["oth"]},"application/vnd.obn":{"source":"iana"},"application/vnd.ocf+cbor":{"source":"iana"},"application/vnd.oci.image.manifest.v1+json":{"source":"iana","compressible":true},"application/vnd.oftn.l10n+json":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessdownload+xml":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessstreaming+xml":{"source":"iana","compressible":true},"application/vnd.oipf.cspg-hexbinary":{"source":"iana"},"application/vnd.oipf.dae.svg+xml":{"source":"iana","compressible":true},"application/vnd.oipf.dae.xhtml+xml":{"source":"iana","compressible":true},"application/vnd.oipf.mippvcontrolmessage+xml":{"source":"iana","compressible":true},"application/vnd.oipf.pae.gem":{"source":"iana"},"application/vnd.oipf.spdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.oipf.spdlist+xml":{"source":"iana","compressible":true},"application/vnd.oipf.ueprofile+xml":{"source":"iana","compressible":true},"application/vnd.oipf.userprofile+xml":{"source":"iana","compressible":true},"application/vnd.olpc-sugar":{"source":"iana","extensions":["xo"]},"application/vnd.oma-scws-config":{"source":"iana"},"application/vnd.oma-scws-http-request":{"source":"iana"},"application/vnd.oma-scws-http-response":{"source":"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.drm-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.imd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.ltkm":{"source":"iana"},"application/vnd.oma.bcast.notification+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.provisioningtrigger":{"source":"iana"},"application/vnd.oma.bcast.sgboot":{"source":"iana"},"application/vnd.oma.bcast.sgdd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sgdu":{"source":"iana"},"application/vnd.oma.bcast.simple-symbol-container":{"source":"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sprov+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.stkm":{"source":"iana"},"application/vnd.oma.cab-address-book+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-feature-handler+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-pcc+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-subs-invite+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-user-prefs+xml":{"source":"iana","compressible":true},"application/vnd.oma.dcd":{"source":"iana"},"application/vnd.oma.dcdc":{"source":"iana"},"application/vnd.oma.dd2+xml":{"source":"iana","compressible":true,"extensions":["dd2"]},"application/vnd.oma.drm.risd+xml":{"source":"iana","compressible":true},"application/vnd.oma.group-usage-list+xml":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+cbor":{"source":"iana"},"application/vnd.oma.lwm2m+json":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+tlv":{"source":"iana"},"application/vnd.oma.pal+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.detailed-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.final-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.groups+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.invocation-descriptor+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.optimized-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.push":{"source":"iana"},"application/vnd.oma.scidm.messages+xml":{"source":"iana","compressible":true},"application/vnd.oma.xcap-directory+xml":{"source":"iana","compressible":true},"application/vnd.omads-email+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-file+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-folder+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omaloc-supl-init":{"source":"iana"},"application/vnd.onepager":{"source":"iana"},"application/vnd.onepagertamp":{"source":"iana"},"application/vnd.onepagertamx":{"source":"iana"},"application/vnd.onepagertat":{"source":"iana"},"application/vnd.onepagertatp":{"source":"iana"},"application/vnd.onepagertatx":{"source":"iana"},"application/vnd.openblox.game+xml":{"source":"iana","compressible":true,"extensions":["obgx"]},"application/vnd.openblox.game-binary":{"source":"iana"},"application/vnd.openeye.oeb":{"source":"iana"},"application/vnd.openofficeorg.extension":{"source":"apache","extensions":["oxt"]},"application/vnd.openstreetmap.data+xml":{"source":"iana","compressible":true,"extensions":["osm"]},"application/vnd.opentimestamps.ots":{"source":"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawing+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{"source":"iana","compressible":false,"extensions":["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slide":{"source":"iana","extensions":["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{"source":"iana","extensions":["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.template":{"source":"iana","extensions":["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"source":"iana","compressible":false,"extensions":["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{"source":"iana","extensions":["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.theme+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.vmldrawing":{"source":"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{"source":"iana","compressible":false,"extensions":["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{"source":"iana","extensions":["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.core-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.relationships+xml":{"source":"iana","compressible":true},"application/vnd.oracle.resource+json":{"source":"iana","compressible":true},"application/vnd.orange.indata":{"source":"iana"},"application/vnd.osa.netdeploy":{"source":"iana"},"application/vnd.osgeo.mapguide.package":{"source":"iana","extensions":["mgp"]},"application/vnd.osgi.bundle":{"source":"iana"},"application/vnd.osgi.dp":{"source":"iana","extensions":["dp"]},"application/vnd.osgi.subsystem":{"source":"iana","extensions":["esa"]},"application/vnd.otps.ct-kip+xml":{"source":"iana","compressible":true},"application/vnd.oxli.countgraph":{"source":"iana"},"application/vnd.pagerduty+json":{"source":"iana","compressible":true},"application/vnd.palm":{"source":"iana","extensions":["pdb","pqa","oprc"]},"application/vnd.panoply":{"source":"iana"},"application/vnd.paos.xml":{"source":"iana"},"application/vnd.patentdive":{"source":"iana"},"application/vnd.patientecommsdoc":{"source":"iana"},"application/vnd.pawaafile":{"source":"iana","extensions":["paw"]},"application/vnd.pcos":{"source":"iana"},"application/vnd.pg.format":{"source":"iana","extensions":["str"]},"application/vnd.pg.osasli":{"source":"iana","extensions":["ei6"]},"application/vnd.piaccess.application-licence":{"source":"iana"},"application/vnd.picsel":{"source":"iana","extensions":["efif"]},"application/vnd.pmi.widget":{"source":"iana","extensions":["wg"]},"application/vnd.poc.group-advertisement+xml":{"source":"iana","compressible":true},"application/vnd.pocketlearn":{"source":"iana","extensions":["plf"]},"application/vnd.powerbuilder6":{"source":"iana","extensions":["pbd"]},"application/vnd.powerbuilder6-s":{"source":"iana"},"application/vnd.powerbuilder7":{"source":"iana"},"application/vnd.powerbuilder7-s":{"source":"iana"},"application/vnd.powerbuilder75":{"source":"iana"},"application/vnd.powerbuilder75-s":{"source":"iana"},"application/vnd.preminet":{"source":"iana"},"application/vnd.previewsystems.box":{"source":"iana","extensions":["box"]},"application/vnd.proteus.magazine":{"source":"iana","extensions":["mgz"]},"application/vnd.psfs":{"source":"iana"},"application/vnd.publishare-delta-tree":{"source":"iana","extensions":["qps"]},"application/vnd.pvi.ptid1":{"source":"iana","extensions":["ptid"]},"application/vnd.pwg-multiplexed":{"source":"iana"},"application/vnd.pwg-xhtml-print+xml":{"source":"iana","compressible":true},"application/vnd.qualcomm.brew-app-res":{"source":"iana"},"application/vnd.quarantainenet":{"source":"iana"},"application/vnd.quark.quarkxpress":{"source":"iana","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{"source":"iana"},"application/vnd.radisys.moml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conn+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-stream+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-base+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-detect+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-group+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-speech+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-transform+xml":{"source":"iana","compressible":true},"application/vnd.rainstor.data":{"source":"iana"},"application/vnd.rapid":{"source":"iana"},"application/vnd.rar":{"source":"iana","extensions":["rar"]},"application/vnd.realvnc.bed":{"source":"iana","extensions":["bed"]},"application/vnd.recordare.musicxml":{"source":"iana","extensions":["mxl"]},"application/vnd.recordare.musicxml+xml":{"source":"iana","compressible":true,"extensions":["musicxml"]},"application/vnd.renlearn.rlprint":{"source":"iana"},"application/vnd.resilient.logic":{"source":"iana"},"application/vnd.restful+json":{"source":"iana","compressible":true},"application/vnd.rig.cryptonote":{"source":"iana","extensions":["cryptonote"]},"application/vnd.rim.cod":{"source":"apache","extensions":["cod"]},"application/vnd.rn-realmedia":{"source":"apache","extensions":["rm"]},"application/vnd.rn-realmedia-vbr":{"source":"apache","extensions":["rmvb"]},"application/vnd.route66.link66+xml":{"source":"iana","compressible":true,"extensions":["link66"]},"application/vnd.rs-274x":{"source":"iana"},"application/vnd.ruckus.download":{"source":"iana"},"application/vnd.s3sms":{"source":"iana"},"application/vnd.sailingtracker.track":{"source":"iana","extensions":["st"]},"application/vnd.sar":{"source":"iana"},"application/vnd.sbm.cid":{"source":"iana"},"application/vnd.sbm.mid2":{"source":"iana"},"application/vnd.scribus":{"source":"iana"},"application/vnd.sealed.3df":{"source":"iana"},"application/vnd.sealed.csf":{"source":"iana"},"application/vnd.sealed.doc":{"source":"iana"},"application/vnd.sealed.eml":{"source":"iana"},"application/vnd.sealed.mht":{"source":"iana"},"application/vnd.sealed.net":{"source":"iana"},"application/vnd.sealed.ppt":{"source":"iana"},"application/vnd.sealed.tiff":{"source":"iana"},"application/vnd.sealed.xls":{"source":"iana"},"application/vnd.sealedmedia.softseal.html":{"source":"iana"},"application/vnd.sealedmedia.softseal.pdf":{"source":"iana"},"application/vnd.seemail":{"source":"iana","extensions":["see"]},"application/vnd.seis+json":{"source":"iana","compressible":true},"application/vnd.sema":{"source":"iana","extensions":["sema"]},"application/vnd.semd":{"source":"iana","extensions":["semd"]},"application/vnd.semf":{"source":"iana","extensions":["semf"]},"application/vnd.shade-save-file":{"source":"iana"},"application/vnd.shana.informed.formdata":{"source":"iana","extensions":["ifm"]},"application/vnd.shana.informed.formtemplate":{"source":"iana","extensions":["itp"]},"application/vnd.shana.informed.interchange":{"source":"iana","extensions":["iif"]},"application/vnd.shana.informed.package":{"source":"iana","extensions":["ipk"]},"application/vnd.shootproof+json":{"source":"iana","compressible":true},"application/vnd.shopkick+json":{"source":"iana","compressible":true},"application/vnd.shp":{"source":"iana"},"application/vnd.shx":{"source":"iana"},"application/vnd.sigrok.session":{"source":"iana"},"application/vnd.simtech-mindmapper":{"source":"iana","extensions":["twd","twds"]},"application/vnd.siren+json":{"source":"iana","compressible":true},"application/vnd.smaf":{"source":"iana","extensions":["mmf"]},"application/vnd.smart.notebook":{"source":"iana"},"application/vnd.smart.teacher":{"source":"iana","extensions":["teacher"]},"application/vnd.snesdev-page-table":{"source":"iana"},"application/vnd.software602.filler.form+xml":{"source":"iana","compressible":true,"extensions":["fo"]},"application/vnd.software602.filler.form-xml-zip":{"source":"iana"},"application/vnd.solent.sdkm+xml":{"source":"iana","compressible":true,"extensions":["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{"source":"iana","extensions":["dxp"]},"application/vnd.spotfire.sfs":{"source":"iana","extensions":["sfs"]},"application/vnd.sqlite3":{"source":"iana"},"application/vnd.sss-cod":{"source":"iana"},"application/vnd.sss-dtf":{"source":"iana"},"application/vnd.sss-ntf":{"source":"iana"},"application/vnd.stardivision.calc":{"source":"apache","extensions":["sdc"]},"application/vnd.stardivision.draw":{"source":"apache","extensions":["sda"]},"application/vnd.stardivision.impress":{"source":"apache","extensions":["sdd"]},"application/vnd.stardivision.math":{"source":"apache","extensions":["smf"]},"application/vnd.stardivision.writer":{"source":"apache","extensions":["sdw","vor"]},"application/vnd.stardivision.writer-global":{"source":"apache","extensions":["sgl"]},"application/vnd.stepmania.package":{"source":"iana","extensions":["smzip"]},"application/vnd.stepmania.stepchart":{"source":"iana","extensions":["sm"]},"application/vnd.street-stream":{"source":"iana"},"application/vnd.sun.wadl+xml":{"source":"iana","compressible":true,"extensions":["wadl"]},"application/vnd.sun.xml.calc":{"source":"apache","extensions":["sxc"]},"application/vnd.sun.xml.calc.template":{"source":"apache","extensions":["stc"]},"application/vnd.sun.xml.draw":{"source":"apache","extensions":["sxd"]},"application/vnd.sun.xml.draw.template":{"source":"apache","extensions":["std"]},"application/vnd.sun.xml.impress":{"source":"apache","extensions":["sxi"]},"application/vnd.sun.xml.impress.template":{"source":"apache","extensions":["sti"]},"application/vnd.sun.xml.math":{"source":"apache","extensions":["sxm"]},"application/vnd.sun.xml.writer":{"source":"apache","extensions":["sxw"]},"application/vnd.sun.xml.writer.global":{"source":"apache","extensions":["sxg"]},"application/vnd.sun.xml.writer.template":{"source":"apache","extensions":["stw"]},"application/vnd.sus-calendar":{"source":"iana","extensions":["sus","susp"]},"application/vnd.svd":{"source":"iana","extensions":["svd"]},"application/vnd.swiftview-ics":{"source":"iana"},"application/vnd.sycle+xml":{"source":"iana","compressible":true},"application/vnd.symbian.install":{"source":"apache","extensions":["sis","sisx"]},"application/vnd.syncml+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xsm"]},"application/vnd.syncml.dm+wbxml":{"source":"iana","charset":"UTF-8","extensions":["bdm"]},"application/vnd.syncml.dm+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xdm"]},"application/vnd.syncml.dm.notification":{"source":"iana"},"application/vnd.syncml.dmddf+wbxml":{"source":"iana"},"application/vnd.syncml.dmddf+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{"source":"iana"},"application/vnd.syncml.dmtnds+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.syncml.ds.notification":{"source":"iana"},"application/vnd.tableschema+json":{"source":"iana","compressible":true},"application/vnd.tao.intent-module-archive":{"source":"iana","extensions":["tao"]},"application/vnd.tcpdump.pcap":{"source":"iana","extensions":["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{"source":"iana","compressible":true},"application/vnd.tmd.mediaflex.api+xml":{"source":"iana","compressible":true},"application/vnd.tml":{"source":"iana"},"application/vnd.tmobile-livetv":{"source":"iana","extensions":["tmo"]},"application/vnd.tri.onesource":{"source":"iana"},"application/vnd.trid.tpt":{"source":"iana","extensions":["tpt"]},"application/vnd.triscape.mxs":{"source":"iana","extensions":["mxs"]},"application/vnd.trueapp":{"source":"iana","extensions":["tra"]},"application/vnd.truedoc":{"source":"iana"},"application/vnd.ubisoft.webplayer":{"source":"iana"},"application/vnd.ufdl":{"source":"iana","extensions":["ufd","ufdl"]},"application/vnd.uiq.theme":{"source":"iana","extensions":["utz"]},"application/vnd.umajin":{"source":"iana","extensions":["umj"]},"application/vnd.unity":{"source":"iana","extensions":["unityweb"]},"application/vnd.uoml+xml":{"source":"iana","compressible":true,"extensions":["uoml"]},"application/vnd.uplanet.alert":{"source":"iana"},"application/vnd.uplanet.alert-wbxml":{"source":"iana"},"application/vnd.uplanet.bearer-choice":{"source":"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{"source":"iana"},"application/vnd.uplanet.cacheop":{"source":"iana"},"application/vnd.uplanet.cacheop-wbxml":{"source":"iana"},"application/vnd.uplanet.channel":{"source":"iana"},"application/vnd.uplanet.channel-wbxml":{"source":"iana"},"application/vnd.uplanet.list":{"source":"iana"},"application/vnd.uplanet.list-wbxml":{"source":"iana"},"application/vnd.uplanet.listcmd":{"source":"iana"},"application/vnd.uplanet.listcmd-wbxml":{"source":"iana"},"application/vnd.uplanet.signal":{"source":"iana"},"application/vnd.uri-map":{"source":"iana"},"application/vnd.valve.source.material":{"source":"iana"},"application/vnd.vcx":{"source":"iana","extensions":["vcx"]},"application/vnd.vd-study":{"source":"iana"},"application/vnd.vectorworks":{"source":"iana"},"application/vnd.vel+json":{"source":"iana","compressible":true},"application/vnd.verimatrix.vcas":{"source":"iana"},"application/vnd.veritone.aion+json":{"source":"iana","compressible":true},"application/vnd.veryant.thin":{"source":"iana"},"application/vnd.ves.encrypted":{"source":"iana"},"application/vnd.vidsoft.vidconference":{"source":"iana"},"application/vnd.visio":{"source":"iana","extensions":["vsd","vst","vss","vsw"]},"application/vnd.visionary":{"source":"iana","extensions":["vis"]},"application/vnd.vividence.scriptfile":{"source":"iana"},"application/vnd.vsf":{"source":"iana","extensions":["vsf"]},"application/vnd.wap.sic":{"source":"iana"},"application/vnd.wap.slc":{"source":"iana"},"application/vnd.wap.wbxml":{"source":"iana","charset":"UTF-8","extensions":["wbxml"]},"application/vnd.wap.wmlc":{"source":"iana","extensions":["wmlc"]},"application/vnd.wap.wmlscriptc":{"source":"iana","extensions":["wmlsc"]},"application/vnd.webturbo":{"source":"iana","extensions":["wtb"]},"application/vnd.wfa.dpp":{"source":"iana"},"application/vnd.wfa.p2p":{"source":"iana"},"application/vnd.wfa.wsc":{"source":"iana"},"application/vnd.windows.devicepairing":{"source":"iana"},"application/vnd.wmc":{"source":"iana"},"application/vnd.wmf.bootstrap":{"source":"iana"},"application/vnd.wolfram.mathematica":{"source":"iana"},"application/vnd.wolfram.mathematica.package":{"source":"iana"},"application/vnd.wolfram.player":{"source":"iana","extensions":["nbp"]},"application/vnd.wordperfect":{"source":"iana","extensions":["wpd"]},"application/vnd.wqd":{"source":"iana","extensions":["wqd"]},"application/vnd.wrq-hp3000-labelled":{"source":"iana"},"application/vnd.wt.stf":{"source":"iana","extensions":["stf"]},"application/vnd.wv.csp+wbxml":{"source":"iana"},"application/vnd.wv.csp+xml":{"source":"iana","compressible":true},"application/vnd.wv.ssp+xml":{"source":"iana","compressible":true},"application/vnd.xacml+json":{"source":"iana","compressible":true},"application/vnd.xara":{"source":"iana","extensions":["xar"]},"application/vnd.xfdl":{"source":"iana","extensions":["xfdl"]},"application/vnd.xfdl.webform":{"source":"iana"},"application/vnd.xmi+xml":{"source":"iana","compressible":true},"application/vnd.xmpie.cpkg":{"source":"iana"},"application/vnd.xmpie.dpkg":{"source":"iana"},"application/vnd.xmpie.plan":{"source":"iana"},"application/vnd.xmpie.ppkg":{"source":"iana"},"application/vnd.xmpie.xlim":{"source":"iana"},"application/vnd.yamaha.hv-dic":{"source":"iana","extensions":["hvd"]},"application/vnd.yamaha.hv-script":{"source":"iana","extensions":["hvs"]},"application/vnd.yamaha.hv-voice":{"source":"iana","extensions":["hvp"]},"application/vnd.yamaha.openscoreformat":{"source":"iana","extensions":["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{"source":"iana","compressible":true,"extensions":["osfpvg"]},"application/vnd.yamaha.remote-setup":{"source":"iana"},"application/vnd.yamaha.smaf-audio":{"source":"iana","extensions":["saf"]},"application/vnd.yamaha.smaf-phrase":{"source":"iana","extensions":["spf"]},"application/vnd.yamaha.through-ngn":{"source":"iana"},"application/vnd.yamaha.tunnel-udpencap":{"source":"iana"},"application/vnd.yaoweme":{"source":"iana"},"application/vnd.yellowriver-custom-menu":{"source":"iana","extensions":["cmp"]},"application/vnd.youtube.yt":{"source":"iana"},"application/vnd.zul":{"source":"iana","extensions":["zir","zirz"]},"application/vnd.zzazz.deck+xml":{"source":"iana","compressible":true,"extensions":["zaz"]},"application/voicexml+xml":{"source":"iana","compressible":true,"extensions":["vxml"]},"application/voucher-cms+json":{"source":"iana","compressible":true},"application/vq-rtcpxr":{"source":"iana"},"application/wasm":{"source":"iana","compressible":true,"extensions":["wasm"]},"application/watcherinfo+xml":{"source":"iana","compressible":true},"application/webpush-options+json":{"source":"iana","compressible":true},"application/whoispp-query":{"source":"iana"},"application/whoispp-response":{"source":"iana"},"application/widget":{"source":"iana","extensions":["wgt"]},"application/winhlp":{"source":"apache","extensions":["hlp"]},"application/wita":{"source":"iana"},"application/wordperfect5.1":{"source":"iana"},"application/wsdl+xml":{"source":"iana","compressible":true,"extensions":["wsdl"]},"application/wspolicy+xml":{"source":"iana","compressible":true,"extensions":["wspolicy"]},"application/x-7z-compressed":{"source":"apache","compressible":false,"extensions":["7z"]},"application/x-abiword":{"source":"apache","extensions":["abw"]},"application/x-ace-compressed":{"source":"apache","extensions":["ace"]},"application/x-amf":{"source":"apache"},"application/x-apple-diskimage":{"source":"apache","extensions":["dmg"]},"application/x-arj":{"compressible":false,"extensions":["arj"]},"application/x-authorware-bin":{"source":"apache","extensions":["aab","x32","u32","vox"]},"application/x-authorware-map":{"source":"apache","extensions":["aam"]},"application/x-authorware-seg":{"source":"apache","extensions":["aas"]},"application/x-bcpio":{"source":"apache","extensions":["bcpio"]},"application/x-bdoc":{"compressible":false,"extensions":["bdoc"]},"application/x-bittorrent":{"source":"apache","extensions":["torrent"]},"application/x-blorb":{"source":"apache","extensions":["blb","blorb"]},"application/x-bzip":{"source":"apache","compressible":false,"extensions":["bz"]},"application/x-bzip2":{"source":"apache","compressible":false,"extensions":["bz2","boz"]},"application/x-cbr":{"source":"apache","extensions":["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{"source":"apache","extensions":["vcd"]},"application/x-cfs-compressed":{"source":"apache","extensions":["cfs"]},"application/x-chat":{"source":"apache","extensions":["chat"]},"application/x-chess-pgn":{"source":"apache","extensions":["pgn"]},"application/x-chrome-extension":{"extensions":["crx"]},"application/x-cocoa":{"source":"nginx","extensions":["cco"]},"application/x-compress":{"source":"apache"},"application/x-conference":{"source":"apache","extensions":["nsc"]},"application/x-cpio":{"source":"apache","extensions":["cpio"]},"application/x-csh":{"source":"apache","extensions":["csh"]},"application/x-deb":{"compressible":false},"application/x-debian-package":{"source":"apache","extensions":["deb","udeb"]},"application/x-dgc-compressed":{"source":"apache","extensions":["dgc"]},"application/x-director":{"source":"apache","extensions":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{"source":"apache","extensions":["wad"]},"application/x-dtbncx+xml":{"source":"apache","compressible":true,"extensions":["ncx"]},"application/x-dtbook+xml":{"source":"apache","compressible":true,"extensions":["dtb"]},"application/x-dtbresource+xml":{"source":"apache","compressible":true,"extensions":["res"]},"application/x-dvi":{"source":"apache","compressible":false,"extensions":["dvi"]},"application/x-envoy":{"source":"apache","extensions":["evy"]},"application/x-eva":{"source":"apache","extensions":["eva"]},"application/x-font-bdf":{"source":"apache","extensions":["bdf"]},"application/x-font-dos":{"source":"apache"},"application/x-font-framemaker":{"source":"apache"},"application/x-font-ghostscript":{"source":"apache","extensions":["gsf"]},"application/x-font-libgrx":{"source":"apache"},"application/x-font-linux-psf":{"source":"apache","extensions":["psf"]},"application/x-font-pcf":{"source":"apache","extensions":["pcf"]},"application/x-font-snf":{"source":"apache","extensions":["snf"]},"application/x-font-speedo":{"source":"apache"},"application/x-font-sunos-news":{"source":"apache"},"application/x-font-type1":{"source":"apache","extensions":["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{"source":"apache"},"application/x-freearc":{"source":"apache","extensions":["arc"]},"application/x-futuresplash":{"source":"apache","extensions":["spl"]},"application/x-gca-compressed":{"source":"apache","extensions":["gca"]},"application/x-glulx":{"source":"apache","extensions":["ulx"]},"application/x-gnumeric":{"source":"apache","extensions":["gnumeric"]},"application/x-gramps-xml":{"source":"apache","extensions":["gramps"]},"application/x-gtar":{"source":"apache","extensions":["gtar"]},"application/x-gzip":{"source":"apache"},"application/x-hdf":{"source":"apache","extensions":["hdf"]},"application/x-httpd-php":{"compressible":true,"extensions":["php"]},"application/x-install-instructions":{"source":"apache","extensions":["install"]},"application/x-iso9660-image":{"source":"apache","extensions":["iso"]},"application/x-iwork-keynote-sffkey":{"extensions":["key"]},"application/x-iwork-numbers-sffnumbers":{"extensions":["numbers"]},"application/x-iwork-pages-sffpages":{"extensions":["pages"]},"application/x-java-archive-diff":{"source":"nginx","extensions":["jardiff"]},"application/x-java-jnlp-file":{"source":"apache","compressible":false,"extensions":["jnlp"]},"application/x-javascript":{"compressible":true},"application/x-keepass2":{"extensions":["kdbx"]},"application/x-latex":{"source":"apache","compressible":false,"extensions":["latex"]},"application/x-lua-bytecode":{"extensions":["luac"]},"application/x-lzh-compressed":{"source":"apache","extensions":["lzh","lha"]},"application/x-makeself":{"source":"nginx","extensions":["run"]},"application/x-mie":{"source":"apache","extensions":["mie"]},"application/x-mobipocket-ebook":{"source":"apache","extensions":["prc","mobi"]},"application/x-mpegurl":{"compressible":false},"application/x-ms-application":{"source":"apache","extensions":["application"]},"application/x-ms-shortcut":{"source":"apache","extensions":["lnk"]},"application/x-ms-wmd":{"source":"apache","extensions":["wmd"]},"application/x-ms-wmz":{"source":"apache","extensions":["wmz"]},"application/x-ms-xbap":{"source":"apache","extensions":["xbap"]},"application/x-msaccess":{"source":"apache","extensions":["mdb"]},"application/x-msbinder":{"source":"apache","extensions":["obd"]},"application/x-mscardfile":{"source":"apache","extensions":["crd"]},"application/x-msclip":{"source":"apache","extensions":["clp"]},"application/x-msdos-program":{"extensions":["exe"]},"application/x-msdownload":{"source":"apache","extensions":["exe","dll","com","bat","msi"]},"application/x-msmediaview":{"source":"apache","extensions":["mvb","m13","m14"]},"application/x-msmetafile":{"source":"apache","extensions":["wmf","wmz","emf","emz"]},"application/x-msmoney":{"source":"apache","extensions":["mny"]},"application/x-mspublisher":{"source":"apache","extensions":["pub"]},"application/x-msschedule":{"source":"apache","extensions":["scd"]},"application/x-msterminal":{"source":"apache","extensions":["trm"]},"application/x-mswrite":{"source":"apache","extensions":["wri"]},"application/x-netcdf":{"source":"apache","extensions":["nc","cdf"]},"application/x-ns-proxy-autoconfig":{"compressible":true,"extensions":["pac"]},"application/x-nzb":{"source":"apache","extensions":["nzb"]},"application/x-perl":{"source":"nginx","extensions":["pl","pm"]},"application/x-pilot":{"source":"nginx","extensions":["prc","pdb"]},"application/x-pkcs12":{"source":"apache","compressible":false,"extensions":["p12","pfx"]},"application/x-pkcs7-certificates":{"source":"apache","extensions":["p7b","spc"]},"application/x-pkcs7-certreqresp":{"source":"apache","extensions":["p7r"]},"application/x-pki-message":{"source":"iana"},"application/x-rar-compressed":{"source":"apache","compressible":false,"extensions":["rar"]},"application/x-redhat-package-manager":{"source":"nginx","extensions":["rpm"]},"application/x-research-info-systems":{"source":"apache","extensions":["ris"]},"application/x-sea":{"source":"nginx","extensions":["sea"]},"application/x-sh":{"source":"apache","compressible":true,"extensions":["sh"]},"application/x-shar":{"source":"apache","extensions":["shar"]},"application/x-shockwave-flash":{"source":"apache","compressible":false,"extensions":["swf"]},"application/x-silverlight-app":{"source":"apache","extensions":["xap"]},"application/x-sql":{"source":"apache","extensions":["sql"]},"application/x-stuffit":{"source":"apache","compressible":false,"extensions":["sit"]},"application/x-stuffitx":{"source":"apache","extensions":["sitx"]},"application/x-subrip":{"source":"apache","extensions":["srt"]},"application/x-sv4cpio":{"source":"apache","extensions":["sv4cpio"]},"application/x-sv4crc":{"source":"apache","extensions":["sv4crc"]},"application/x-t3vm-image":{"source":"apache","extensions":["t3"]},"application/x-tads":{"source":"apache","extensions":["gam"]},"application/x-tar":{"source":"apache","compressible":true,"extensions":["tar"]},"application/x-tcl":{"source":"apache","extensions":["tcl","tk"]},"application/x-tex":{"source":"apache","extensions":["tex"]},"application/x-tex-tfm":{"source":"apache","extensions":["tfm"]},"application/x-texinfo":{"source":"apache","extensions":["texinfo","texi"]},"application/x-tgif":{"source":"apache","extensions":["obj"]},"application/x-ustar":{"source":"apache","extensions":["ustar"]},"application/x-virtualbox-hdd":{"compressible":true,"extensions":["hdd"]},"application/x-virtualbox-ova":{"compressible":true,"extensions":["ova"]},"application/x-virtualbox-ovf":{"compressible":true,"extensions":["ovf"]},"application/x-virtualbox-vbox":{"compressible":true,"extensions":["vbox"]},"application/x-virtualbox-vbox-extpack":{"compressible":false,"extensions":["vbox-extpack"]},"application/x-virtualbox-vdi":{"compressible":true,"extensions":["vdi"]},"application/x-virtualbox-vhd":{"compressible":true,"extensions":["vhd"]},"application/x-virtualbox-vmdk":{"compressible":true,"extensions":["vmdk"]},"application/x-wais-source":{"source":"apache","extensions":["src"]},"application/x-web-app-manifest+json":{"compressible":true,"extensions":["webapp"]},"application/x-www-form-urlencoded":{"source":"iana","compressible":true},"application/x-x509-ca-cert":{"source":"iana","extensions":["der","crt","pem"]},"application/x-x509-ca-ra-cert":{"source":"iana"},"application/x-x509-next-ca-cert":{"source":"iana"},"application/x-xfig":{"source":"apache","extensions":["fig"]},"application/x-xliff+xml":{"source":"apache","compressible":true,"extensions":["xlf"]},"application/x-xpinstall":{"source":"apache","compressible":false,"extensions":["xpi"]},"application/x-xz":{"source":"apache","extensions":["xz"]},"application/x-zmachine":{"source":"apache","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{"source":"iana"},"application/xacml+xml":{"source":"iana","compressible":true},"application/xaml+xml":{"source":"apache","compressible":true,"extensions":["xaml"]},"application/xcap-att+xml":{"source":"iana","compressible":true,"extensions":["xav"]},"application/xcap-caps+xml":{"source":"iana","compressible":true,"extensions":["xca"]},"application/xcap-diff+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/xcap-el+xml":{"source":"iana","compressible":true,"extensions":["xel"]},"application/xcap-error+xml":{"source":"iana","compressible":true},"application/xcap-ns+xml":{"source":"iana","compressible":true,"extensions":["xns"]},"application/xcon-conference-info+xml":{"source":"iana","compressible":true},"application/xcon-conference-info-diff+xml":{"source":"iana","compressible":true},"application/xenc+xml":{"source":"iana","compressible":true,"extensions":["xenc"]},"application/xhtml+xml":{"source":"iana","compressible":true,"extensions":["xhtml","xht"]},"application/xhtml-voice+xml":{"source":"apache","compressible":true},"application/xliff+xml":{"source":"iana","compressible":true,"extensions":["xlf"]},"application/xml":{"source":"iana","compressible":true,"extensions":["xml","xsl","xsd","rng"]},"application/xml-dtd":{"source":"iana","compressible":true,"extensions":["dtd"]},"application/xml-external-parsed-entity":{"source":"iana"},"application/xml-patch+xml":{"source":"iana","compressible":true},"application/xmpp+xml":{"source":"iana","compressible":true},"application/xop+xml":{"source":"iana","compressible":true,"extensions":["xop"]},"application/xproc+xml":{"source":"apache","compressible":true,"extensions":["xpl"]},"application/xslt+xml":{"source":"iana","compressible":true,"extensions":["xsl","xslt"]},"application/xspf+xml":{"source":"apache","compressible":true,"extensions":["xspf"]},"application/xv+xml":{"source":"iana","compressible":true,"extensions":["mxml","xhvml","xvml","xvm"]},"application/yang":{"source":"iana","extensions":["yang"]},"application/yang-data+json":{"source":"iana","compressible":true},"application/yang-data+xml":{"source":"iana","compressible":true},"application/yang-patch+json":{"source":"iana","compressible":true},"application/yang-patch+xml":{"source":"iana","compressible":true},"application/yin+xml":{"source":"iana","compressible":true,"extensions":["yin"]},"application/zip":{"source":"iana","compressible":false,"extensions":["zip"]},"application/zlib":{"source":"iana"},"application/zstd":{"source":"iana"},"audio/1d-interleaved-parityfec":{"source":"iana"},"audio/32kadpcm":{"source":"iana"},"audio/3gpp":{"source":"iana","compressible":false,"extensions":["3gpp"]},"audio/3gpp2":{"source":"iana"},"audio/aac":{"source":"iana"},"audio/ac3":{"source":"iana"},"audio/adpcm":{"source":"apache","extensions":["adp"]},"audio/amr":{"source":"iana","extensions":["amr"]},"audio/amr-wb":{"source":"iana"},"audio/amr-wb+":{"source":"iana"},"audio/aptx":{"source":"iana"},"audio/asc":{"source":"iana"},"audio/atrac-advanced-lossless":{"source":"iana"},"audio/atrac-x":{"source":"iana"},"audio/atrac3":{"source":"iana"},"audio/basic":{"source":"iana","compressible":false,"extensions":["au","snd"]},"audio/bv16":{"source":"iana"},"audio/bv32":{"source":"iana"},"audio/clearmode":{"source":"iana"},"audio/cn":{"source":"iana"},"audio/dat12":{"source":"iana"},"audio/dls":{"source":"iana"},"audio/dsr-es201108":{"source":"iana"},"audio/dsr-es202050":{"source":"iana"},"audio/dsr-es202211":{"source":"iana"},"audio/dsr-es202212":{"source":"iana"},"audio/dv":{"source":"iana"},"audio/dvi4":{"source":"iana"},"audio/eac3":{"source":"iana"},"audio/encaprtp":{"source":"iana"},"audio/evrc":{"source":"iana"},"audio/evrc-qcp":{"source":"iana"},"audio/evrc0":{"source":"iana"},"audio/evrc1":{"source":"iana"},"audio/evrcb":{"source":"iana"},"audio/evrcb0":{"source":"iana"},"audio/evrcb1":{"source":"iana"},"audio/evrcnw":{"source":"iana"},"audio/evrcnw0":{"source":"iana"},"audio/evrcnw1":{"source":"iana"},"audio/evrcwb":{"source":"iana"},"audio/evrcwb0":{"source":"iana"},"audio/evrcwb1":{"source":"iana"},"audio/evs":{"source":"iana"},"audio/flexfec":{"source":"iana"},"audio/fwdred":{"source":"iana"},"audio/g711-0":{"source":"iana"},"audio/g719":{"source":"iana"},"audio/g722":{"source":"iana"},"audio/g7221":{"source":"iana"},"audio/g723":{"source":"iana"},"audio/g726-16":{"source":"iana"},"audio/g726-24":{"source":"iana"},"audio/g726-32":{"source":"iana"},"audio/g726-40":{"source":"iana"},"audio/g728":{"source":"iana"},"audio/g729":{"source":"iana"},"audio/g7291":{"source":"iana"},"audio/g729d":{"source":"iana"},"audio/g729e":{"source":"iana"},"audio/gsm":{"source":"iana"},"audio/gsm-efr":{"source":"iana"},"audio/gsm-hr-08":{"source":"iana"},"audio/ilbc":{"source":"iana"},"audio/ip-mr_v2.5":{"source":"iana"},"audio/isac":{"source":"apache"},"audio/l16":{"source":"iana"},"audio/l20":{"source":"iana"},"audio/l24":{"source":"iana","compressible":false},"audio/l8":{"source":"iana"},"audio/lpc":{"source":"iana"},"audio/melp":{"source":"iana"},"audio/melp1200":{"source":"iana"},"audio/melp2400":{"source":"iana"},"audio/melp600":{"source":"iana"},"audio/mhas":{"source":"iana"},"audio/midi":{"source":"apache","extensions":["mid","midi","kar","rmi"]},"audio/mobile-xmf":{"source":"iana","extensions":["mxmf"]},"audio/mp3":{"compressible":false,"extensions":["mp3"]},"audio/mp4":{"source":"iana","compressible":false,"extensions":["m4a","mp4a"]},"audio/mp4a-latm":{"source":"iana"},"audio/mpa":{"source":"iana"},"audio/mpa-robust":{"source":"iana"},"audio/mpeg":{"source":"iana","compressible":false,"extensions":["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{"source":"iana"},"audio/musepack":{"source":"apache"},"audio/ogg":{"source":"iana","compressible":false,"extensions":["oga","ogg","spx","opus"]},"audio/opus":{"source":"iana"},"audio/parityfec":{"source":"iana"},"audio/pcma":{"source":"iana"},"audio/pcma-wb":{"source":"iana"},"audio/pcmu":{"source":"iana"},"audio/pcmu-wb":{"source":"iana"},"audio/prs.sid":{"source":"iana"},"audio/qcelp":{"source":"iana"},"audio/raptorfec":{"source":"iana"},"audio/red":{"source":"iana"},"audio/rtp-enc-aescm128":{"source":"iana"},"audio/rtp-midi":{"source":"iana"},"audio/rtploopback":{"source":"iana"},"audio/rtx":{"source":"iana"},"audio/s3m":{"source":"apache","extensions":["s3m"]},"audio/scip":{"source":"iana"},"audio/silk":{"source":"apache","extensions":["sil"]},"audio/smv":{"source":"iana"},"audio/smv-qcp":{"source":"iana"},"audio/smv0":{"source":"iana"},"audio/sofa":{"source":"iana"},"audio/sp-midi":{"source":"iana"},"audio/speex":{"source":"iana"},"audio/t140c":{"source":"iana"},"audio/t38":{"source":"iana"},"audio/telephone-event":{"source":"iana"},"audio/tetra_acelp":{"source":"iana"},"audio/tetra_acelp_bb":{"source":"iana"},"audio/tone":{"source":"iana"},"audio/tsvcis":{"source":"iana"},"audio/uemclip":{"source":"iana"},"audio/ulpfec":{"source":"iana"},"audio/usac":{"source":"iana"},"audio/vdvi":{"source":"iana"},"audio/vmr-wb":{"source":"iana"},"audio/vnd.3gpp.iufp":{"source":"iana"},"audio/vnd.4sb":{"source":"iana"},"audio/vnd.audiokoz":{"source":"iana"},"audio/vnd.celp":{"source":"iana"},"audio/vnd.cisco.nse":{"source":"iana"},"audio/vnd.cmles.radio-events":{"source":"iana"},"audio/vnd.cns.anp1":{"source":"iana"},"audio/vnd.cns.inf1":{"source":"iana"},"audio/vnd.dece.audio":{"source":"iana","extensions":["uva","uvva"]},"audio/vnd.digital-winds":{"source":"iana","extensions":["eol"]},"audio/vnd.dlna.adts":{"source":"iana"},"audio/vnd.dolby.heaac.1":{"source":"iana"},"audio/vnd.dolby.heaac.2":{"source":"iana"},"audio/vnd.dolby.mlp":{"source":"iana"},"audio/vnd.dolby.mps":{"source":"iana"},"audio/vnd.dolby.pl2":{"source":"iana"},"audio/vnd.dolby.pl2x":{"source":"iana"},"audio/vnd.dolby.pl2z":{"source":"iana"},"audio/vnd.dolby.pulse.1":{"source":"iana"},"audio/vnd.dra":{"source":"iana","extensions":["dra"]},"audio/vnd.dts":{"source":"iana","extensions":["dts"]},"audio/vnd.dts.hd":{"source":"iana","extensions":["dtshd"]},"audio/vnd.dts.uhd":{"source":"iana"},"audio/vnd.dvb.file":{"source":"iana"},"audio/vnd.everad.plj":{"source":"iana"},"audio/vnd.hns.audio":{"source":"iana"},"audio/vnd.lucent.voice":{"source":"iana","extensions":["lvp"]},"audio/vnd.ms-playready.media.pya":{"source":"iana","extensions":["pya"]},"audio/vnd.nokia.mobile-xmf":{"source":"iana"},"audio/vnd.nortel.vbk":{"source":"iana"},"audio/vnd.nuera.ecelp4800":{"source":"iana","extensions":["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{"source":"iana","extensions":["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{"source":"iana","extensions":["ecelp9600"]},"audio/vnd.octel.sbc":{"source":"iana"},"audio/vnd.presonus.multitrack":{"source":"iana"},"audio/vnd.qcelp":{"source":"iana"},"audio/vnd.rhetorex.32kadpcm":{"source":"iana"},"audio/vnd.rip":{"source":"iana","extensions":["rip"]},"audio/vnd.rn-realaudio":{"compressible":false},"audio/vnd.sealedmedia.softseal.mpeg":{"source":"iana"},"audio/vnd.vmx.cvsd":{"source":"iana"},"audio/vnd.wave":{"compressible":false},"audio/vorbis":{"source":"iana","compressible":false},"audio/vorbis-config":{"source":"iana"},"audio/wav":{"compressible":false,"extensions":["wav"]},"audio/wave":{"compressible":false,"extensions":["wav"]},"audio/webm":{"source":"apache","compressible":false,"extensions":["weba"]},"audio/x-aac":{"source":"apache","compressible":false,"extensions":["aac"]},"audio/x-aiff":{"source":"apache","extensions":["aif","aiff","aifc"]},"audio/x-caf":{"source":"apache","compressible":false,"extensions":["caf"]},"audio/x-flac":{"source":"apache","extensions":["flac"]},"audio/x-m4a":{"source":"nginx","extensions":["m4a"]},"audio/x-matroska":{"source":"apache","extensions":["mka"]},"audio/x-mpegurl":{"source":"apache","extensions":["m3u"]},"audio/x-ms-wax":{"source":"apache","extensions":["wax"]},"audio/x-ms-wma":{"source":"apache","extensions":["wma"]},"audio/x-pn-realaudio":{"source":"apache","extensions":["ram","ra"]},"audio/x-pn-realaudio-plugin":{"source":"apache","extensions":["rmp"]},"audio/x-realaudio":{"source":"nginx","extensions":["ra"]},"audio/x-tta":{"source":"apache"},"audio/x-wav":{"source":"apache","extensions":["wav"]},"audio/xm":{"source":"apache","extensions":["xm"]},"chemical/x-cdx":{"source":"apache","extensions":["cdx"]},"chemical/x-cif":{"source":"apache","extensions":["cif"]},"chemical/x-cmdf":{"source":"apache","extensions":["cmdf"]},"chemical/x-cml":{"source":"apache","extensions":["cml"]},"chemical/x-csml":{"source":"apache","extensions":["csml"]},"chemical/x-pdb":{"source":"apache"},"chemical/x-xyz":{"source":"apache","extensions":["xyz"]},"font/collection":{"source":"iana","extensions":["ttc"]},"font/otf":{"source":"iana","compressible":true,"extensions":["otf"]},"font/sfnt":{"source":"iana"},"font/ttf":{"source":"iana","compressible":true,"extensions":["ttf"]},"font/woff":{"source":"iana","extensions":["woff"]},"font/woff2":{"source":"iana","extensions":["woff2"]},"image/aces":{"source":"iana","extensions":["exr"]},"image/apng":{"compressible":false,"extensions":["apng"]},"image/avci":{"source":"iana"},"image/avcs":{"source":"iana"},"image/avif":{"source":"iana","compressible":false,"extensions":["avif"]},"image/bmp":{"source":"iana","compressible":true,"extensions":["bmp"]},"image/cgm":{"source":"iana","extensions":["cgm"]},"image/dicom-rle":{"source":"iana","extensions":["drle"]},"image/emf":{"source":"iana","extensions":["emf"]},"image/fits":{"source":"iana","extensions":["fits"]},"image/g3fax":{"source":"iana","extensions":["g3"]},"image/gif":{"source":"iana","compressible":false,"extensions":["gif"]},"image/heic":{"source":"iana","extensions":["heic"]},"image/heic-sequence":{"source":"iana","extensions":["heics"]},"image/heif":{"source":"iana","extensions":["heif"]},"image/heif-sequence":{"source":"iana","extensions":["heifs"]},"image/hej2k":{"source":"iana","extensions":["hej2"]},"image/hsj2":{"source":"iana","extensions":["hsj2"]},"image/ief":{"source":"iana","extensions":["ief"]},"image/jls":{"source":"iana","extensions":["jls"]},"image/jp2":{"source":"iana","compressible":false,"extensions":["jp2","jpg2"]},"image/jpeg":{"source":"iana","compressible":false,"extensions":["jpeg","jpg","jpe"]},"image/jph":{"source":"iana","extensions":["jph"]},"image/jphc":{"source":"iana","extensions":["jhc"]},"image/jpm":{"source":"iana","compressible":false,"extensions":["jpm"]},"image/jpx":{"source":"iana","compressible":false,"extensions":["jpx","jpf"]},"image/jxr":{"source":"iana","extensions":["jxr"]},"image/jxra":{"source":"iana","extensions":["jxra"]},"image/jxrs":{"source":"iana","extensions":["jxrs"]},"image/jxs":{"source":"iana","extensions":["jxs"]},"image/jxsc":{"source":"iana","extensions":["jxsc"]},"image/jxsi":{"source":"iana","extensions":["jxsi"]},"image/jxss":{"source":"iana","extensions":["jxss"]},"image/ktx":{"source":"iana","extensions":["ktx"]},"image/ktx2":{"source":"iana","extensions":["ktx2"]},"image/naplps":{"source":"iana"},"image/pjpeg":{"compressible":false},"image/png":{"source":"iana","compressible":false,"extensions":["png"]},"image/prs.btif":{"source":"iana","extensions":["btif"]},"image/prs.pti":{"source":"iana","extensions":["pti"]},"image/pwg-raster":{"source":"iana"},"image/sgi":{"source":"apache","extensions":["sgi"]},"image/svg+xml":{"source":"iana","compressible":true,"extensions":["svg","svgz"]},"image/t38":{"source":"iana","extensions":["t38"]},"image/tiff":{"source":"iana","compressible":false,"extensions":["tif","tiff"]},"image/tiff-fx":{"source":"iana","extensions":["tfx"]},"image/vnd.adobe.photoshop":{"source":"iana","compressible":true,"extensions":["psd"]},"image/vnd.airzip.accelerator.azv":{"source":"iana","extensions":["azv"]},"image/vnd.cns.inf2":{"source":"iana"},"image/vnd.dece.graphic":{"source":"iana","extensions":["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{"source":"iana","extensions":["djvu","djv"]},"image/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"image/vnd.dwg":{"source":"iana","extensions":["dwg"]},"image/vnd.dxf":{"source":"iana","extensions":["dxf"]},"image/vnd.fastbidsheet":{"source":"iana","extensions":["fbs"]},"image/vnd.fpx":{"source":"iana","extensions":["fpx"]},"image/vnd.fst":{"source":"iana","extensions":["fst"]},"image/vnd.fujixerox.edmics-mmr":{"source":"iana","extensions":["mmr"]},"image/vnd.fujixerox.edmics-rlc":{"source":"iana","extensions":["rlc"]},"image/vnd.globalgraphics.pgb":{"source":"iana"},"image/vnd.microsoft.icon":{"source":"iana","compressible":true,"extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"compressible":true,"extensions":["dds"]},"image/vnd.ms-modi":{"source":"iana","extensions":["mdi"]},"image/vnd.ms-photo":{"source":"apache","extensions":["wdp"]},"image/vnd.net-fpx":{"source":"iana","extensions":["npx"]},"image/vnd.pco.b16":{"source":"iana","extensions":["b16"]},"image/vnd.radiance":{"source":"iana"},"image/vnd.sealed.png":{"source":"iana"},"image/vnd.sealedmedia.softseal.gif":{"source":"iana"},"image/vnd.sealedmedia.softseal.jpg":{"source":"iana"},"image/vnd.svf":{"source":"iana"},"image/vnd.tencent.tap":{"source":"iana","extensions":["tap"]},"image/vnd.valve.source.texture":{"source":"iana","extensions":["vtf"]},"image/vnd.wap.wbmp":{"source":"iana","extensions":["wbmp"]},"image/vnd.xiff":{"source":"iana","extensions":["xif"]},"image/vnd.zbrush.pcx":{"source":"iana","extensions":["pcx"]},"image/webp":{"source":"apache","extensions":["webp"]},"image/wmf":{"source":"iana","extensions":["wmf"]},"image/x-3ds":{"source":"apache","extensions":["3ds"]},"image/x-cmu-raster":{"source":"apache","extensions":["ras"]},"image/x-cmx":{"source":"apache","extensions":["cmx"]},"image/x-freehand":{"source":"apache","extensions":["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{"source":"apache","compressible":true,"extensions":["ico"]},"image/x-jng":{"source":"nginx","extensions":["jng"]},"image/x-mrsid-image":{"source":"apache","extensions":["sid"]},"image/x-ms-bmp":{"source":"nginx","compressible":true,"extensions":["bmp"]},"image/x-pcx":{"source":"apache","extensions":["pcx"]},"image/x-pict":{"source":"apache","extensions":["pic","pct"]},"image/x-portable-anymap":{"source":"apache","extensions":["pnm"]},"image/x-portable-bitmap":{"source":"apache","extensions":["pbm"]},"image/x-portable-graymap":{"source":"apache","extensions":["pgm"]},"image/x-portable-pixmap":{"source":"apache","extensions":["ppm"]},"image/x-rgb":{"source":"apache","extensions":["rgb"]},"image/x-tga":{"source":"apache","extensions":["tga"]},"image/x-xbitmap":{"source":"apache","extensions":["xbm"]},"image/x-xcf":{"compressible":false},"image/x-xpixmap":{"source":"apache","extensions":["xpm"]},"image/x-xwindowdump":{"source":"apache","extensions":["xwd"]},"message/cpim":{"source":"iana"},"message/delivery-status":{"source":"iana"},"message/disposition-notification":{"source":"iana","extensions":["disposition-notification"]},"message/external-body":{"source":"iana"},"message/feedback-report":{"source":"iana"},"message/global":{"source":"iana","extensions":["u8msg"]},"message/global-delivery-status":{"source":"iana","extensions":["u8dsn"]},"message/global-disposition-notification":{"source":"iana","extensions":["u8mdn"]},"message/global-headers":{"source":"iana","extensions":["u8hdr"]},"message/http":{"source":"iana","compressible":false},"message/imdn+xml":{"source":"iana","compressible":true},"message/news":{"source":"iana"},"message/partial":{"source":"iana","compressible":false},"message/rfc822":{"source":"iana","compressible":true,"extensions":["eml","mime"]},"message/s-http":{"source":"iana"},"message/sip":{"source":"iana"},"message/sipfrag":{"source":"iana"},"message/tracking-status":{"source":"iana"},"message/vnd.si.simp":{"source":"iana"},"message/vnd.wfa.wsc":{"source":"iana","extensions":["wsc"]},"model/3mf":{"source":"iana","extensions":["3mf"]},"model/e57":{"source":"iana"},"model/gltf+json":{"source":"iana","compressible":true,"extensions":["gltf"]},"model/gltf-binary":{"source":"iana","compressible":true,"extensions":["glb"]},"model/iges":{"source":"iana","compressible":false,"extensions":["igs","iges"]},"model/mesh":{"source":"iana","compressible":false,"extensions":["msh","mesh","silo"]},"model/mtl":{"source":"iana","extensions":["mtl"]},"model/obj":{"source":"iana","extensions":["obj"]},"model/step":{"source":"iana"},"model/step+xml":{"source":"iana","compressible":true,"extensions":["stpx"]},"model/step+zip":{"source":"iana","compressible":false,"extensions":["stpz"]},"model/step-xml+zip":{"source":"iana","compressible":false,"extensions":["stpxz"]},"model/stl":{"source":"iana","extensions":["stl"]},"model/vnd.collada+xml":{"source":"iana","compressible":true,"extensions":["dae"]},"model/vnd.dwf":{"source":"iana","extensions":["dwf"]},"model/vnd.flatland.3dml":{"source":"iana"},"model/vnd.gdl":{"source":"iana","extensions":["gdl"]},"model/vnd.gs-gdl":{"source":"apache"},"model/vnd.gs.gdl":{"source":"iana"},"model/vnd.gtw":{"source":"iana","extensions":["gtw"]},"model/vnd.moml+xml":{"source":"iana","compressible":true},"model/vnd.mts":{"source":"iana","extensions":["mts"]},"model/vnd.opengex":{"source":"iana","extensions":["ogex"]},"model/vnd.parasolid.transmit.binary":{"source":"iana","extensions":["x_b"]},"model/vnd.parasolid.transmit.text":{"source":"iana","extensions":["x_t"]},"model/vnd.pytha.pyox":{"source":"iana"},"model/vnd.rosette.annotated-data-model":{"source":"iana"},"model/vnd.sap.vds":{"source":"iana","extensions":["vds"]},"model/vnd.usdz+zip":{"source":"iana","compressible":false,"extensions":["usdz"]},"model/vnd.valve.source.compiled-map":{"source":"iana","extensions":["bsp"]},"model/vnd.vtu":{"source":"iana","extensions":["vtu"]},"model/vrml":{"source":"iana","compressible":false,"extensions":["wrl","vrml"]},"model/x3d+binary":{"source":"apache","compressible":false,"extensions":["x3db","x3dbz"]},"model/x3d+fastinfoset":{"source":"iana","extensions":["x3db"]},"model/x3d+vrml":{"source":"apache","compressible":false,"extensions":["x3dv","x3dvz"]},"model/x3d+xml":{"source":"iana","compressible":true,"extensions":["x3d","x3dz"]},"model/x3d-vrml":{"source":"iana","extensions":["x3dv"]},"multipart/alternative":{"source":"iana","compressible":false},"multipart/appledouble":{"source":"iana"},"multipart/byteranges":{"source":"iana"},"multipart/digest":{"source":"iana"},"multipart/encrypted":{"source":"iana","compressible":false},"multipart/form-data":{"source":"iana","compressible":false},"multipart/header-set":{"source":"iana"},"multipart/mixed":{"source":"iana"},"multipart/multilingual":{"source":"iana"},"multipart/parallel":{"source":"iana"},"multipart/related":{"source":"iana","compressible":false},"multipart/report":{"source":"iana"},"multipart/signed":{"source":"iana","compressible":false},"multipart/vnd.bint.med-plus":{"source":"iana"},"multipart/voice-message":{"source":"iana"},"multipart/x-mixed-replace":{"source":"iana"},"text/1d-interleaved-parityfec":{"source":"iana"},"text/cache-manifest":{"source":"iana","compressible":true,"extensions":["appcache","manifest"]},"text/calendar":{"source":"iana","extensions":["ics","ifb"]},"text/calender":{"compressible":true},"text/cmd":{"compressible":true},"text/coffeescript":{"extensions":["coffee","litcoffee"]},"text/cql":{"source":"iana"},"text/cql-expression":{"source":"iana"},"text/cql-identifier":{"source":"iana"},"text/css":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["css"]},"text/csv":{"source":"iana","compressible":true,"extensions":["csv"]},"text/csv-schema":{"source":"iana"},"text/directory":{"source":"iana"},"text/dns":{"source":"iana"},"text/ecmascript":{"source":"iana"},"text/encaprtp":{"source":"iana"},"text/enriched":{"source":"iana"},"text/fhirpath":{"source":"iana"},"text/flexfec":{"source":"iana"},"text/fwdred":{"source":"iana"},"text/gff3":{"source":"iana"},"text/grammar-ref-list":{"source":"iana"},"text/html":{"source":"iana","compressible":true,"extensions":["html","htm","shtml"]},"text/jade":{"extensions":["jade"]},"text/javascript":{"source":"iana","compressible":true},"text/jcr-cnd":{"source":"iana"},"text/jsx":{"compressible":true,"extensions":["jsx"]},"text/less":{"compressible":true,"extensions":["less"]},"text/markdown":{"source":"iana","compressible":true,"extensions":["markdown","md"]},"text/mathml":{"source":"nginx","extensions":["mml"]},"text/mdx":{"compressible":true,"extensions":["mdx"]},"text/mizar":{"source":"iana"},"text/n3":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["n3"]},"text/parameters":{"source":"iana","charset":"UTF-8"},"text/parityfec":{"source":"iana"},"text/plain":{"source":"iana","compressible":true,"extensions":["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{"source":"iana","charset":"UTF-8"},"text/prs.fallenstein.rst":{"source":"iana"},"text/prs.lines.tag":{"source":"iana","extensions":["dsc"]},"text/prs.prop.logic":{"source":"iana"},"text/raptorfec":{"source":"iana"},"text/red":{"source":"iana"},"text/rfc822-headers":{"source":"iana"},"text/richtext":{"source":"iana","compressible":true,"extensions":["rtx"]},"text/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"text/rtp-enc-aescm128":{"source":"iana"},"text/rtploopback":{"source":"iana"},"text/rtx":{"source":"iana"},"text/sgml":{"source":"iana","extensions":["sgml","sgm"]},"text/shaclc":{"source":"iana"},"text/shex":{"source":"iana","extensions":["shex"]},"text/slim":{"extensions":["slim","slm"]},"text/spdx":{"source":"iana","extensions":["spdx"]},"text/strings":{"source":"iana"},"text/stylus":{"extensions":["stylus","styl"]},"text/t140":{"source":"iana"},"text/tab-separated-values":{"source":"iana","compressible":true,"extensions":["tsv"]},"text/troff":{"source":"iana","extensions":["t","tr","roff","man","me","ms"]},"text/turtle":{"source":"iana","charset":"UTF-8","extensions":["ttl"]},"text/ulpfec":{"source":"iana"},"text/uri-list":{"source":"iana","compressible":true,"extensions":["uri","uris","urls"]},"text/vcard":{"source":"iana","compressible":true,"extensions":["vcard"]},"text/vnd.a":{"source":"iana"},"text/vnd.abc":{"source":"iana"},"text/vnd.ascii-art":{"source":"iana"},"text/vnd.curl":{"source":"iana","extensions":["curl"]},"text/vnd.curl.dcurl":{"source":"apache","extensions":["dcurl"]},"text/vnd.curl.mcurl":{"source":"apache","extensions":["mcurl"]},"text/vnd.curl.scurl":{"source":"apache","extensions":["scurl"]},"text/vnd.debian.copyright":{"source":"iana","charset":"UTF-8"},"text/vnd.dmclientscript":{"source":"iana"},"text/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"text/vnd.esmertec.theme-descriptor":{"source":"iana","charset":"UTF-8"},"text/vnd.familysearch.gedcom":{"source":"iana","extensions":["ged"]},"text/vnd.ficlab.flt":{"source":"iana"},"text/vnd.fly":{"source":"iana","extensions":["fly"]},"text/vnd.fmi.flexstor":{"source":"iana","extensions":["flx"]},"text/vnd.gml":{"source":"iana"},"text/vnd.graphviz":{"source":"iana","extensions":["gv"]},"text/vnd.hans":{"source":"iana"},"text/vnd.hgl":{"source":"iana"},"text/vnd.in3d.3dml":{"source":"iana","extensions":["3dml"]},"text/vnd.in3d.spot":{"source":"iana","extensions":["spot"]},"text/vnd.iptc.newsml":{"source":"iana"},"text/vnd.iptc.nitf":{"source":"iana"},"text/vnd.latex-z":{"source":"iana"},"text/vnd.motorola.reflex":{"source":"iana"},"text/vnd.ms-mediapackage":{"source":"iana"},"text/vnd.net2phone.commcenter.command":{"source":"iana"},"text/vnd.radisys.msml-basic-layout":{"source":"iana"},"text/vnd.senx.warpscript":{"source":"iana"},"text/vnd.si.uricatalogue":{"source":"iana"},"text/vnd.sosi":{"source":"iana"},"text/vnd.sun.j2me.app-descriptor":{"source":"iana","charset":"UTF-8","extensions":["jad"]},"text/vnd.trolltech.linguist":{"source":"iana","charset":"UTF-8"},"text/vnd.wap.si":{"source":"iana"},"text/vnd.wap.sl":{"source":"iana"},"text/vnd.wap.wml":{"source":"iana","extensions":["wml"]},"text/vnd.wap.wmlscript":{"source":"iana","extensions":["wmls"]},"text/vtt":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["vtt"]},"text/x-asm":{"source":"apache","extensions":["s","asm"]},"text/x-c":{"source":"apache","extensions":["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{"source":"nginx","extensions":["htc"]},"text/x-fortran":{"source":"apache","extensions":["f","for","f77","f90"]},"text/x-gwt-rpc":{"compressible":true},"text/x-handlebars-template":{"extensions":["hbs"]},"text/x-java-source":{"source":"apache","extensions":["java"]},"text/x-jquery-tmpl":{"compressible":true},"text/x-lua":{"extensions":["lua"]},"text/x-markdown":{"compressible":true,"extensions":["mkd"]},"text/x-nfo":{"source":"apache","extensions":["nfo"]},"text/x-opml":{"source":"apache","extensions":["opml"]},"text/x-org":{"compressible":true,"extensions":["org"]},"text/x-pascal":{"source":"apache","extensions":["p","pas"]},"text/x-processing":{"compressible":true,"extensions":["pde"]},"text/x-sass":{"extensions":["sass"]},"text/x-scss":{"extensions":["scss"]},"text/x-setext":{"source":"apache","extensions":["etx"]},"text/x-sfv":{"source":"apache","extensions":["sfv"]},"text/x-suse-ymp":{"compressible":true,"extensions":["ymp"]},"text/x-uuencode":{"source":"apache","extensions":["uu"]},"text/x-vcalendar":{"source":"apache","extensions":["vcs"]},"text/x-vcard":{"source":"apache","extensions":["vcf"]},"text/xml":{"source":"iana","compressible":true,"extensions":["xml"]},"text/xml-external-parsed-entity":{"source":"iana"},"text/yaml":{"compressible":true,"extensions":["yaml","yml"]},"video/1d-interleaved-parityfec":{"source":"iana"},"video/3gpp":{"source":"iana","extensions":["3gp","3gpp"]},"video/3gpp-tt":{"source":"iana"},"video/3gpp2":{"source":"iana","extensions":["3g2"]},"video/av1":{"source":"iana"},"video/bmpeg":{"source":"iana"},"video/bt656":{"source":"iana"},"video/celb":{"source":"iana"},"video/dv":{"source":"iana"},"video/encaprtp":{"source":"iana"},"video/ffv1":{"source":"iana"},"video/flexfec":{"source":"iana"},"video/h261":{"source":"iana","extensions":["h261"]},"video/h263":{"source":"iana","extensions":["h263"]},"video/h263-1998":{"source":"iana"},"video/h263-2000":{"source":"iana"},"video/h264":{"source":"iana","extensions":["h264"]},"video/h264-rcdo":{"source":"iana"},"video/h264-svc":{"source":"iana"},"video/h265":{"source":"iana"},"video/iso.segment":{"source":"iana","extensions":["m4s"]},"video/jpeg":{"source":"iana","extensions":["jpgv"]},"video/jpeg2000":{"source":"iana"},"video/jpm":{"source":"apache","extensions":["jpm","jpgm"]},"video/jxsv":{"source":"iana"},"video/mj2":{"source":"iana","extensions":["mj2","mjp2"]},"video/mp1s":{"source":"iana"},"video/mp2p":{"source":"iana"},"video/mp2t":{"source":"iana","extensions":["ts"]},"video/mp4":{"source":"iana","compressible":false,"extensions":["mp4","mp4v","mpg4"]},"video/mp4v-es":{"source":"iana"},"video/mpeg":{"source":"iana","compressible":false,"extensions":["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{"source":"iana"},"video/mpv":{"source":"iana"},"video/nv":{"source":"iana"},"video/ogg":{"source":"iana","compressible":false,"extensions":["ogv"]},"video/parityfec":{"source":"iana"},"video/pointer":{"source":"iana"},"video/quicktime":{"source":"iana","compressible":false,"extensions":["qt","mov"]},"video/raptorfec":{"source":"iana"},"video/raw":{"source":"iana"},"video/rtp-enc-aescm128":{"source":"iana"},"video/rtploopback":{"source":"iana"},"video/rtx":{"source":"iana"},"video/scip":{"source":"iana"},"video/smpte291":{"source":"iana"},"video/smpte292m":{"source":"iana"},"video/ulpfec":{"source":"iana"},"video/vc1":{"source":"iana"},"video/vc2":{"source":"iana"},"video/vnd.cctv":{"source":"iana"},"video/vnd.dece.hd":{"source":"iana","extensions":["uvh","uvvh"]},"video/vnd.dece.mobile":{"source":"iana","extensions":["uvm","uvvm"]},"video/vnd.dece.mp4":{"source":"iana"},"video/vnd.dece.pd":{"source":"iana","extensions":["uvp","uvvp"]},"video/vnd.dece.sd":{"source":"iana","extensions":["uvs","uvvs"]},"video/vnd.dece.video":{"source":"iana","extensions":["uvv","uvvv"]},"video/vnd.directv.mpeg":{"source":"iana"},"video/vnd.directv.mpeg-tts":{"source":"iana"},"video/vnd.dlna.mpeg-tts":{"source":"iana"},"video/vnd.dvb.file":{"source":"iana","extensions":["dvb"]},"video/vnd.fvt":{"source":"iana","extensions":["fvt"]},"video/vnd.hns.video":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.ttsavc":{"source":"iana"},"video/vnd.iptvforum.ttsmpeg2":{"source":"iana"},"video/vnd.motorola.video":{"source":"iana"},"video/vnd.motorola.videop":{"source":"iana"},"video/vnd.mpegurl":{"source":"iana","extensions":["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{"source":"iana","extensions":["pyv"]},"video/vnd.nokia.interleaved-multimedia":{"source":"iana"},"video/vnd.nokia.mp4vr":{"source":"iana"},"video/vnd.nokia.videovoip":{"source":"iana"},"video/vnd.objectvideo":{"source":"iana"},"video/vnd.radgamettools.bink":{"source":"iana"},"video/vnd.radgamettools.smacker":{"source":"iana"},"video/vnd.sealed.mpeg1":{"source":"iana"},"video/vnd.sealed.mpeg4":{"source":"iana"},"video/vnd.sealed.swf":{"source":"iana"},"video/vnd.sealedmedia.softseal.mov":{"source":"iana"},"video/vnd.uvvu.mp4":{"source":"iana","extensions":["uvu","uvvu"]},"video/vnd.vivo":{"source":"iana","extensions":["viv"]},"video/vnd.youtube.yt":{"source":"iana"},"video/vp8":{"source":"iana"},"video/vp9":{"source":"iana"},"video/webm":{"source":"apache","compressible":false,"extensions":["webm"]},"video/x-f4v":{"source":"apache","extensions":["f4v"]},"video/x-fli":{"source":"apache","extensions":["fli"]},"video/x-flv":{"source":"apache","compressible":false,"extensions":["flv"]},"video/x-m4v":{"source":"apache","extensions":["m4v"]},"video/x-matroska":{"source":"apache","compressible":false,"extensions":["mkv","mk3d","mks"]},"video/x-mng":{"source":"apache","extensions":["mng"]},"video/x-ms-asf":{"source":"apache","extensions":["asf","asx"]},"video/x-ms-vob":{"source":"apache","extensions":["vob"]},"video/x-ms-wm":{"source":"apache","extensions":["wm"]},"video/x-ms-wmv":{"source":"apache","compressible":false,"extensions":["wmv"]},"video/x-ms-wmx":{"source":"apache","extensions":["wmx"]},"video/x-ms-wvx":{"source":"apache","extensions":["wvx"]},"video/x-msvideo":{"source":"apache","extensions":["avi"]},"video/x-sgi-movie":{"source":"apache","extensions":["movie"]},"video/x-smv":{"source":"apache","extensions":["smv"]},"x-conference/x-cooltalk":{"source":"apache","extensions":["ice"]},"x-shader/x-fragment":{"compressible":true},"x-shader/x-vertex":{"compressible":true}}')},55234:(e,t,i)=>{e.exports=i(73313)},80983:(e,t,i)=>{"use strict";var n,a,r,o=i(55234),s=i(85622).extname,c=/^\s*([^;\s]*)(?:;|\s|$)/,u=/^text\//i;function l(e){if(!e||"string"!=typeof e)return!1;var t=c.exec(e),i=t&&o[t[1].toLowerCase()];return i&&i.charset?i.charset:!(!t||!u.test(t[1]))&&"UTF-8"}t.charset=l,t.charsets={lookup:l},t.contentType=function(e){if(!e||"string"!=typeof e)return!1;var i=-1===e.indexOf("/")?t.lookup(e):e;if(!i)return!1;if(-1===i.indexOf("charset")){var n=t.charset(i);n&&(i+="; charset="+n.toLowerCase())}return i},t.extension=function(e){if(!e||"string"!=typeof e)return!1;var i=c.exec(e),n=i&&t.extensions[i[1].toLowerCase()];return!(!n||!n.length)&&n[0]},t.extensions=Object.create(null),t.lookup=function(e){if(!e||"string"!=typeof e)return!1;var i=s("x."+e).toLowerCase().substr(1);return i&&t.types[i]||!1},t.types=Object.create(null),n=t.extensions,a=t.types,r=["nginx","apache",void 0,"iana"],Object.keys(o).forEach((function(e){var t=o[e],i=t.extensions;if(i&&i.length){n[e]=i;for(var s=0;sl||u===l&&"application/"===a[c].substr(0,12)))continue}a[c]=e}}}))},45518:(e,t,i)=>{i(85622);var n=i(35747);function a(){this.types=Object.create(null),this.extensions=Object.create(null)}a.prototype.define=function(e){for(var t in e){for(var i=e[t],n=0;n{"use strict";e.exports=JSON.parse('{"application/andrew-inset":["ez"],"application/applixware":["aw"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomsvc+xml":["atomsvc"],"application/bdoc":["bdoc"],"application/ccxml+xml":["ccxml"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cu-seeme":["cu"],"application/dash+xml":["mpd"],"application/davmount+xml":["davmount"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["ecma"],"application/emma+xml":["emma"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/font-tdpfr":["pfr"],"application/font-woff":[],"application/font-woff2":[],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["js","mjs"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["mp4s","m4p"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg"],"application/oxps":["oxps"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-signature":["asc","sig"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/prs.cww":["cww"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/vnd.3gpp.pic-bw-large":["plb"],"application/vnd.3gpp.pic-bw-small":["psb"],"application/vnd.3gpp.pic-bw-var":["pvb"],"application/vnd.3gpp2.tcap":["tcap"],"application/vnd.3m.post-it-notes":["pwn"],"application/vnd.accpac.simply.aso":["aso"],"application/vnd.accpac.simply.imp":["imp"],"application/vnd.acucobol":["acu"],"application/vnd.acucorp":["atc","acutc"],"application/vnd.adobe.air-application-installer-package+zip":["air"],"application/vnd.adobe.formscentral.fcdt":["fcdt"],"application/vnd.adobe.fxp":["fxp","fxpl"],"application/vnd.adobe.xdp+xml":["xdp"],"application/vnd.adobe.xfdf":["xfdf"],"application/vnd.ahead.space":["ahead"],"application/vnd.airzip.filesecure.azf":["azf"],"application/vnd.airzip.filesecure.azs":["azs"],"application/vnd.amazon.ebook":["azw"],"application/vnd.americandynamics.acc":["acc"],"application/vnd.amiga.ami":["ami"],"application/vnd.android.package-archive":["apk"],"application/vnd.anser-web-certificate-issue-initiation":["cii"],"application/vnd.anser-web-funds-transfer-initiation":["fti"],"application/vnd.antix.game-component":["atx"],"application/vnd.apple.installer+xml":["mpkg"],"application/vnd.apple.mpegurl":["m3u8"],"application/vnd.apple.pkpass":["pkpass"],"application/vnd.aristanetworks.swi":["swi"],"application/vnd.astraea-software.iota":["iota"],"application/vnd.audiograph":["aep"],"application/vnd.blueice.multipass":["mpm"],"application/vnd.bmi":["bmi"],"application/vnd.businessobjects":["rep"],"application/vnd.chemdraw+xml":["cdxml"],"application/vnd.chipnuts.karaoke-mmd":["mmd"],"application/vnd.cinderella":["cdy"],"application/vnd.claymore":["cla"],"application/vnd.cloanto.rp9":["rp9"],"application/vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"application/vnd.cluetrust.cartomobile-config":["c11amc"],"application/vnd.cluetrust.cartomobile-config-pkg":["c11amz"],"application/vnd.commonspace":["csp"],"application/vnd.contact.cmsg":["cdbcmsg"],"application/vnd.cosmocaller":["cmc"],"application/vnd.crick.clicker":["clkx"],"application/vnd.crick.clicker.keyboard":["clkk"],"application/vnd.crick.clicker.palette":["clkp"],"application/vnd.crick.clicker.template":["clkt"],"application/vnd.crick.clicker.wordbank":["clkw"],"application/vnd.criticaltools.wbs+xml":["wbs"],"application/vnd.ctc-posml":["pml"],"application/vnd.cups-ppd":["ppd"],"application/vnd.curl.car":["car"],"application/vnd.curl.pcurl":["pcurl"],"application/vnd.dart":["dart"],"application/vnd.data-vision.rdz":["rdz"],"application/vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"application/vnd.dece.ttml+xml":["uvt","uvvt"],"application/vnd.dece.unspecified":["uvx","uvvx"],"application/vnd.dece.zip":["uvz","uvvz"],"application/vnd.denovo.fcselayout-link":["fe_launch"],"application/vnd.dna":["dna"],"application/vnd.dolby.mlp":["mlp"],"application/vnd.dpgraph":["dpg"],"application/vnd.dreamfactory":["dfac"],"application/vnd.ds-keypoint":["kpxx"],"application/vnd.dvb.ait":["ait"],"application/vnd.dvb.service":["svc"],"application/vnd.dynageo":["geo"],"application/vnd.ecowin.chart":["mag"],"application/vnd.enliven":["nml"],"application/vnd.epson.esf":["esf"],"application/vnd.epson.msf":["msf"],"application/vnd.epson.quickanime":["qam"],"application/vnd.epson.salt":["slt"],"application/vnd.epson.ssf":["ssf"],"application/vnd.eszigno3+xml":["es3","et3"],"application/vnd.ezpix-album":["ez2"],"application/vnd.ezpix-package":["ez3"],"application/vnd.fdf":["fdf"],"application/vnd.fdsn.mseed":["mseed"],"application/vnd.fdsn.seed":["seed","dataless"],"application/vnd.flographit":["gph"],"application/vnd.fluxtime.clip":["ftc"],"application/vnd.framemaker":["fm","frame","maker","book"],"application/vnd.frogans.fnc":["fnc"],"application/vnd.frogans.ltf":["ltf"],"application/vnd.fsc.weblaunch":["fsc"],"application/vnd.fujitsu.oasys":["oas"],"application/vnd.fujitsu.oasys2":["oa2"],"application/vnd.fujitsu.oasys3":["oa3"],"application/vnd.fujitsu.oasysgp":["fg5"],"application/vnd.fujitsu.oasysprs":["bh2"],"application/vnd.fujixerox.ddd":["ddd"],"application/vnd.fujixerox.docuworks":["xdw"],"application/vnd.fujixerox.docuworks.binder":["xbd"],"application/vnd.fuzzysheet":["fzs"],"application/vnd.genomatix.tuxedo":["txd"],"application/vnd.geogebra.file":["ggb"],"application/vnd.geogebra.tool":["ggt"],"application/vnd.geometry-explorer":["gex","gre"],"application/vnd.geonext":["gxt"],"application/vnd.geoplan":["g2w"],"application/vnd.geospace":["g3w"],"application/vnd.gmx":["gmx"],"application/vnd.google-apps.document":["gdoc"],"application/vnd.google-apps.presentation":["gslides"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"application/vnd.grafeq":["gqf","gqs"],"application/vnd.groove-account":["gac"],"application/vnd.groove-help":["ghf"],"application/vnd.groove-identity-message":["gim"],"application/vnd.groove-injector":["grv"],"application/vnd.groove-tool-message":["gtm"],"application/vnd.groove-tool-template":["tpl"],"application/vnd.groove-vcard":["vcg"],"application/vnd.hal+xml":["hal"],"application/vnd.handheld-entertainment+xml":["zmm"],"application/vnd.hbci":["hbci"],"application/vnd.hhe.lesson-player":["les"],"application/vnd.hp-hpgl":["hpgl"],"application/vnd.hp-hpid":["hpid"],"application/vnd.hp-hps":["hps"],"application/vnd.hp-jlyt":["jlt"],"application/vnd.hp-pcl":["pcl"],"application/vnd.hp-pclxl":["pclxl"],"application/vnd.hydrostatix.sof-data":["sfd-hdstx"],"application/vnd.ibm.minipay":["mpy"],"application/vnd.ibm.modcap":["afp","listafp","list3820"],"application/vnd.ibm.rights-management":["irm"],"application/vnd.ibm.secure-container":["sc"],"application/vnd.iccprofile":["icc","icm"],"application/vnd.igloader":["igl"],"application/vnd.immervision-ivp":["ivp"],"application/vnd.immervision-ivu":["ivu"],"application/vnd.insors.igm":["igm"],"application/vnd.intercon.formnet":["xpw","xpx"],"application/vnd.intergeo":["i2g"],"application/vnd.intu.qbo":["qbo"],"application/vnd.intu.qfx":["qfx"],"application/vnd.ipunplugged.rcprofile":["rcprofile"],"application/vnd.irepository.package+xml":["irp"],"application/vnd.is-xpr":["xpr"],"application/vnd.isac.fcs":["fcs"],"application/vnd.jam":["jam"],"application/vnd.jcp.javame.midlet-rms":["rms"],"application/vnd.jisp":["jisp"],"application/vnd.joost.joda-archive":["joda"],"application/vnd.kahootz":["ktz","ktr"],"application/vnd.kde.karbon":["karbon"],"application/vnd.kde.kchart":["chrt"],"application/vnd.kde.kformula":["kfo"],"application/vnd.kde.kivio":["flw"],"application/vnd.kde.kontour":["kon"],"application/vnd.kde.kpresenter":["kpr","kpt"],"application/vnd.kde.kspread":["ksp"],"application/vnd.kde.kword":["kwd","kwt"],"application/vnd.kenameaapp":["htke"],"application/vnd.kidspiration":["kia"],"application/vnd.kinar":["kne","knp"],"application/vnd.koan":["skp","skd","skt","skm"],"application/vnd.kodak-descriptor":["sse"],"application/vnd.las.las+xml":["lasxml"],"application/vnd.llamagraphics.life-balance.desktop":["lbd"],"application/vnd.llamagraphics.life-balance.exchange+xml":["lbe"],"application/vnd.lotus-1-2-3":["123"],"application/vnd.lotus-approach":["apr"],"application/vnd.lotus-freelance":["pre"],"application/vnd.lotus-notes":["nsf"],"application/vnd.lotus-organizer":["org"],"application/vnd.lotus-screencam":["scm"],"application/vnd.lotus-wordpro":["lwp"],"application/vnd.macports.portpkg":["portpkg"],"application/vnd.mcd":["mcd"],"application/vnd.medcalcdata":["mc1"],"application/vnd.mediastation.cdkey":["cdkey"],"application/vnd.mfer":["mwf"],"application/vnd.mfmp":["mfm"],"application/vnd.micrografx.flo":["flo"],"application/vnd.micrografx.igx":["igx"],"application/vnd.mif":["mif"],"application/vnd.mobius.daf":["daf"],"application/vnd.mobius.dis":["dis"],"application/vnd.mobius.mbk":["mbk"],"application/vnd.mobius.mqy":["mqy"],"application/vnd.mobius.msl":["msl"],"application/vnd.mobius.plc":["plc"],"application/vnd.mobius.txf":["txf"],"application/vnd.mophun.application":["mpn"],"application/vnd.mophun.certificate":["mpc"],"application/vnd.mozilla.xul+xml":["xul"],"application/vnd.ms-artgalry":["cil"],"application/vnd.ms-cab-compressed":["cab"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"],"application/vnd.ms-excel.addin.macroenabled.12":["xlam"],"application/vnd.ms-excel.sheet.binary.macroenabled.12":["xlsb"],"application/vnd.ms-excel.sheet.macroenabled.12":["xlsm"],"application/vnd.ms-excel.template.macroenabled.12":["xltm"],"application/vnd.ms-fontobject":["eot"],"application/vnd.ms-htmlhelp":["chm"],"application/vnd.ms-ims":["ims"],"application/vnd.ms-lrm":["lrm"],"application/vnd.ms-officetheme":["thmx"],"application/vnd.ms-outlook":["msg"],"application/vnd.ms-pki.seccat":["cat"],"application/vnd.ms-pki.stl":["stl"],"application/vnd.ms-powerpoint":["ppt","pps","pot"],"application/vnd.ms-powerpoint.addin.macroenabled.12":["ppam"],"application/vnd.ms-powerpoint.presentation.macroenabled.12":["pptm"],"application/vnd.ms-powerpoint.slide.macroenabled.12":["sldm"],"application/vnd.ms-powerpoint.slideshow.macroenabled.12":["ppsm"],"application/vnd.ms-powerpoint.template.macroenabled.12":["potm"],"application/vnd.ms-project":["mpp","mpt"],"application/vnd.ms-word.document.macroenabled.12":["docm"],"application/vnd.ms-word.template.macroenabled.12":["dotm"],"application/vnd.ms-works":["wps","wks","wcm","wdb"],"application/vnd.ms-wpl":["wpl"],"application/vnd.ms-xpsdocument":["xps"],"application/vnd.mseq":["mseq"],"application/vnd.musician":["mus"],"application/vnd.muvee.style":["msty"],"application/vnd.mynfc":["taglet"],"application/vnd.neurolanguage.nlu":["nlu"],"application/vnd.nitf":["ntf","nitf"],"application/vnd.noblenet-directory":["nnd"],"application/vnd.noblenet-sealer":["nns"],"application/vnd.noblenet-web":["nnw"],"application/vnd.nokia.n-gage.data":["ngdat"],"application/vnd.nokia.n-gage.symbian.install":["n-gage"],"application/vnd.nokia.radio-preset":["rpst"],"application/vnd.nokia.radio-presets":["rpss"],"application/vnd.novadigm.edm":["edm"],"application/vnd.novadigm.edx":["edx"],"application/vnd.novadigm.ext":["ext"],"application/vnd.oasis.opendocument.chart":["odc"],"application/vnd.oasis.opendocument.chart-template":["otc"],"application/vnd.oasis.opendocument.database":["odb"],"application/vnd.oasis.opendocument.formula":["odf"],"application/vnd.oasis.opendocument.formula-template":["odft"],"application/vnd.oasis.opendocument.graphics":["odg"],"application/vnd.oasis.opendocument.graphics-template":["otg"],"application/vnd.oasis.opendocument.image":["odi"],"application/vnd.oasis.opendocument.image-template":["oti"],"application/vnd.oasis.opendocument.presentation":["odp"],"application/vnd.oasis.opendocument.presentation-template":["otp"],"application/vnd.oasis.opendocument.spreadsheet":["ods"],"application/vnd.oasis.opendocument.spreadsheet-template":["ots"],"application/vnd.oasis.opendocument.text":["odt"],"application/vnd.oasis.opendocument.text-master":["odm"],"application/vnd.oasis.opendocument.text-template":["ott"],"application/vnd.oasis.opendocument.text-web":["oth"],"application/vnd.olpc-sugar":["xo"],"application/vnd.oma.dd2+xml":["dd2"],"application/vnd.openofficeorg.extension":["oxt"],"application/vnd.openxmlformats-officedocument.presentationml.presentation":["pptx"],"application/vnd.openxmlformats-officedocument.presentationml.slide":["sldx"],"application/vnd.openxmlformats-officedocument.presentationml.slideshow":["ppsx"],"application/vnd.openxmlformats-officedocument.presentationml.template":["potx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.osgeo.mapguide.package":["mgp"],"application/vnd.osgi.dp":["dp"],"application/vnd.osgi.subsystem":["esa"],"application/vnd.palm":["pdb","pqa","oprc"],"application/vnd.pawaafile":["paw"],"application/vnd.pg.format":["str"],"application/vnd.pg.osasli":["ei6"],"application/vnd.picsel":["efif"],"application/vnd.pmi.widget":["wg"],"application/vnd.pocketlearn":["plf"],"application/vnd.powerbuilder6":["pbd"],"application/vnd.previewsystems.box":["box"],"application/vnd.proteus.magazine":["mgz"],"application/vnd.publishare-delta-tree":["qps"],"application/vnd.pvi.ptid1":["ptid"],"application/vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"application/vnd.realvnc.bed":["bed"],"application/vnd.recordare.musicxml":["mxl"],"application/vnd.recordare.musicxml+xml":["musicxml"],"application/vnd.rig.cryptonote":["cryptonote"],"application/vnd.rim.cod":["cod"],"application/vnd.rn-realmedia":["rm"],"application/vnd.rn-realmedia-vbr":["rmvb"],"application/vnd.route66.link66+xml":["link66"],"application/vnd.sailingtracker.track":["st"],"application/vnd.seemail":["see"],"application/vnd.sema":["sema"],"application/vnd.semd":["semd"],"application/vnd.semf":["semf"],"application/vnd.shana.informed.formdata":["ifm"],"application/vnd.shana.informed.formtemplate":["itp"],"application/vnd.shana.informed.interchange":["iif"],"application/vnd.shana.informed.package":["ipk"],"application/vnd.simtech-mindmapper":["twd","twds"],"application/vnd.smaf":["mmf"],"application/vnd.smart.teacher":["teacher"],"application/vnd.solent.sdkm+xml":["sdkm","sdkd"],"application/vnd.spotfire.dxp":["dxp"],"application/vnd.spotfire.sfs":["sfs"],"application/vnd.stardivision.calc":["sdc"],"application/vnd.stardivision.draw":["sda"],"application/vnd.stardivision.impress":["sdd"],"application/vnd.stardivision.math":["smf"],"application/vnd.stardivision.writer":["sdw","vor"],"application/vnd.stardivision.writer-global":["sgl"],"application/vnd.stepmania.package":["smzip"],"application/vnd.stepmania.stepchart":["sm"],"application/vnd.sun.wadl+xml":["wadl"],"application/vnd.sun.xml.calc":["sxc"],"application/vnd.sun.xml.calc.template":["stc"],"application/vnd.sun.xml.draw":["sxd"],"application/vnd.sun.xml.draw.template":["std"],"application/vnd.sun.xml.impress":["sxi"],"application/vnd.sun.xml.impress.template":["sti"],"application/vnd.sun.xml.math":["sxm"],"application/vnd.sun.xml.writer":["sxw"],"application/vnd.sun.xml.writer.global":["sxg"],"application/vnd.sun.xml.writer.template":["stw"],"application/vnd.sus-calendar":["sus","susp"],"application/vnd.svd":["svd"],"application/vnd.symbian.install":["sis","sisx"],"application/vnd.syncml+xml":["xsm"],"application/vnd.syncml.dm+wbxml":["bdm"],"application/vnd.syncml.dm+xml":["xdm"],"application/vnd.tao.intent-module-archive":["tao"],"application/vnd.tcpdump.pcap":["pcap","cap","dmp"],"application/vnd.tmobile-livetv":["tmo"],"application/vnd.trid.tpt":["tpt"],"application/vnd.triscape.mxs":["mxs"],"application/vnd.trueapp":["tra"],"application/vnd.ufdl":["ufd","ufdl"],"application/vnd.uiq.theme":["utz"],"application/vnd.umajin":["umj"],"application/vnd.unity":["unityweb"],"application/vnd.uoml+xml":["uoml"],"application/vnd.vcx":["vcx"],"application/vnd.visio":["vsd","vst","vss","vsw"],"application/vnd.visionary":["vis"],"application/vnd.vsf":["vsf"],"application/vnd.wap.wbxml":["wbxml"],"application/vnd.wap.wmlc":["wmlc"],"application/vnd.wap.wmlscriptc":["wmlsc"],"application/vnd.webturbo":["wtb"],"application/vnd.wolfram.player":["nbp"],"application/vnd.wordperfect":["wpd"],"application/vnd.wqd":["wqd"],"application/vnd.wt.stf":["stf"],"application/vnd.xara":["xar"],"application/vnd.xfdl":["xfdl"],"application/vnd.yamaha.hv-dic":["hvd"],"application/vnd.yamaha.hv-script":["hvs"],"application/vnd.yamaha.hv-voice":["hvp"],"application/vnd.yamaha.openscoreformat":["osf"],"application/vnd.yamaha.openscoreformat.osfpvg+xml":["osfpvg"],"application/vnd.yamaha.smaf-audio":["saf"],"application/vnd.yamaha.smaf-phrase":["spf"],"application/vnd.yellowriver-custom-menu":["cmp"],"application/vnd.zul":["zir","zirz"],"application/vnd.zzazz.deck+xml":["zaz"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/x-7z-compressed":["7z"],"application/x-abiword":["abw"],"application/x-ace-compressed":["ace"],"application/x-apple-diskimage":[],"application/x-arj":["arj"],"application/x-authorware-bin":["aab","x32","u32","vox"],"application/x-authorware-map":["aam"],"application/x-authorware-seg":["aas"],"application/x-bcpio":["bcpio"],"application/x-bdoc":[],"application/x-bittorrent":["torrent"],"application/x-blorb":["blb","blorb"],"application/x-bzip":["bz"],"application/x-bzip2":["bz2","boz"],"application/x-cbr":["cbr","cba","cbt","cbz","cb7"],"application/x-cdlink":["vcd"],"application/x-cfs-compressed":["cfs"],"application/x-chat":["chat"],"application/x-chess-pgn":["pgn"],"application/x-chrome-extension":["crx"],"application/x-cocoa":["cco"],"application/x-conference":["nsc"],"application/x-cpio":["cpio"],"application/x-csh":["csh"],"application/x-debian-package":["udeb"],"application/x-dgc-compressed":["dgc"],"application/x-director":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"],"application/x-doom":["wad"],"application/x-dtbncx+xml":["ncx"],"application/x-dtbook+xml":["dtb"],"application/x-dtbresource+xml":["res"],"application/x-dvi":["dvi"],"application/x-envoy":["evy"],"application/x-eva":["eva"],"application/x-font-bdf":["bdf"],"application/x-font-ghostscript":["gsf"],"application/x-font-linux-psf":["psf"],"application/x-font-pcf":["pcf"],"application/x-font-snf":["snf"],"application/x-font-type1":["pfa","pfb","pfm","afm"],"application/x-freearc":["arc"],"application/x-futuresplash":["spl"],"application/x-gca-compressed":["gca"],"application/x-glulx":["ulx"],"application/x-gnumeric":["gnumeric"],"application/x-gramps-xml":["gramps"],"application/x-gtar":["gtar"],"application/x-hdf":["hdf"],"application/x-httpd-php":["php"],"application/x-install-instructions":["install"],"application/x-iso9660-image":[],"application/x-java-archive-diff":["jardiff"],"application/x-java-jnlp-file":["jnlp"],"application/x-latex":["latex"],"application/x-lua-bytecode":["luac"],"application/x-lzh-compressed":["lzh","lha"],"application/x-makeself":["run"],"application/x-mie":["mie"],"application/x-mobipocket-ebook":["prc","mobi"],"application/x-ms-application":["application"],"application/x-ms-shortcut":["lnk"],"application/x-ms-wmd":["wmd"],"application/x-ms-wmz":["wmz"],"application/x-ms-xbap":["xbap"],"application/x-msaccess":["mdb"],"application/x-msbinder":["obd"],"application/x-mscardfile":["crd"],"application/x-msclip":["clp"],"application/x-msdos-program":[],"application/x-msdownload":["com","bat"],"application/x-msmediaview":["mvb","m13","m14"],"application/x-msmetafile":["wmf","emf","emz"],"application/x-msmoney":["mny"],"application/x-mspublisher":["pub"],"application/x-msschedule":["scd"],"application/x-msterminal":["trm"],"application/x-mswrite":["wri"],"application/x-netcdf":["nc","cdf"],"application/x-ns-proxy-autoconfig":["pac"],"application/x-nzb":["nzb"],"application/x-perl":["pl","pm"],"application/x-pilot":[],"application/x-pkcs12":["p12","pfx"],"application/x-pkcs7-certificates":["p7b","spc"],"application/x-pkcs7-certreqresp":["p7r"],"application/x-rar-compressed":["rar"],"application/x-redhat-package-manager":["rpm"],"application/x-research-info-systems":["ris"],"application/x-sea":["sea"],"application/x-sh":["sh"],"application/x-shar":["shar"],"application/x-shockwave-flash":["swf"],"application/x-silverlight-app":["xap"],"application/x-sql":["sql"],"application/x-stuffit":["sit"],"application/x-stuffitx":["sitx"],"application/x-subrip":["srt"],"application/x-sv4cpio":["sv4cpio"],"application/x-sv4crc":["sv4crc"],"application/x-t3vm-image":["t3"],"application/x-tads":["gam"],"application/x-tar":["tar"],"application/x-tcl":["tcl","tk"],"application/x-tex":["tex"],"application/x-tex-tfm":["tfm"],"application/x-texinfo":["texinfo","texi"],"application/x-tgif":["obj"],"application/x-ustar":["ustar"],"application/x-virtualbox-hdd":["hdd"],"application/x-virtualbox-ova":["ova"],"application/x-virtualbox-ovf":["ovf"],"application/x-virtualbox-vbox":["vbox"],"application/x-virtualbox-vbox-extpack":["vbox-extpack"],"application/x-virtualbox-vdi":["vdi"],"application/x-virtualbox-vhd":["vhd"],"application/x-virtualbox-vmdk":["vmdk"],"application/x-wais-source":["src"],"application/x-web-app-manifest+json":["webapp"],"application/x-x509-ca-cert":["der","crt","pem"],"application/x-xfig":["fig"],"application/x-xliff+xml":["xlf"],"application/x-xpinstall":["xpi"],"application/x-xz":["xz"],"application/x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"application/xaml+xml":["xaml"],"application/xcap-diff+xml":["xdf"],"application/xenc+xml":["xenc"],"application/xhtml+xml":["xhtml","xht"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"audio/3gpp":[],"audio/adpcm":["adp"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mp3":[],"audio/mp4":["m4a","mp4a"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/vnd.dece.audio":["uva","uvva"],"audio/vnd.digital-winds":["eol"],"audio/vnd.dra":["dra"],"audio/vnd.dts":["dts"],"audio/vnd.dts.hd":["dtshd"],"audio/vnd.lucent.voice":["lvp"],"audio/vnd.ms-playready.media.pya":["pya"],"audio/vnd.nuera.ecelp4800":["ecelp4800"],"audio/vnd.nuera.ecelp7470":["ecelp7470"],"audio/vnd.nuera.ecelp9600":["ecelp9600"],"audio/vnd.rip":["rip"],"audio/wav":["wav"],"audio/wave":[],"audio/webm":["weba"],"audio/x-aac":["aac"],"audio/x-aiff":["aif","aiff","aifc"],"audio/x-caf":["caf"],"audio/x-flac":["flac"],"audio/x-m4a":[],"audio/x-matroska":["mka"],"audio/x-mpegurl":["m3u"],"audio/x-ms-wax":["wax"],"audio/x-ms-wma":["wma"],"audio/x-pn-realaudio":["ram","ra"],"audio/x-pn-realaudio-plugin":["rmp"],"audio/x-realaudio":[],"audio/x-wav":[],"audio/xm":["xm"],"chemical/x-cdx":["cdx"],"chemical/x-cif":["cif"],"chemical/x-cmdf":["cmdf"],"chemical/x-cml":["cml"],"chemical/x-csml":["csml"],"chemical/x-xyz":["xyz"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/apng":["apng"],"image/bmp":["bmp"],"image/cgm":["cgm"],"image/g3fax":["g3"],"image/gif":["gif"],"image/ief":["ief"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpeg","jpg","jpe"],"image/jpm":["jpm"],"image/jpx":["jpx","jpf"],"image/ktx":["ktx"],"image/png":["png"],"image/prs.btif":["btif"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/tiff":["tiff","tif"],"image/vnd.adobe.photoshop":["psd"],"image/vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"image/vnd.djvu":["djvu","djv"],"image/vnd.dvb.subtitle":[],"image/vnd.dwg":["dwg"],"image/vnd.dxf":["dxf"],"image/vnd.fastbidsheet":["fbs"],"image/vnd.fpx":["fpx"],"image/vnd.fst":["fst"],"image/vnd.fujixerox.edmics-mmr":["mmr"],"image/vnd.fujixerox.edmics-rlc":["rlc"],"image/vnd.ms-modi":["mdi"],"image/vnd.ms-photo":["wdp"],"image/vnd.net-fpx":["npx"],"image/vnd.wap.wbmp":["wbmp"],"image/vnd.xiff":["xif"],"image/webp":["webp"],"image/x-3ds":["3ds"],"image/x-cmu-raster":["ras"],"image/x-cmx":["cmx"],"image/x-freehand":["fh","fhc","fh4","fh5","fh7"],"image/x-icon":["ico"],"image/x-jng":["jng"],"image/x-mrsid-image":["sid"],"image/x-ms-bmp":[],"image/x-pcx":["pcx"],"image/x-pict":["pic","pct"],"image/x-portable-anymap":["pnm"],"image/x-portable-bitmap":["pbm"],"image/x-portable-graymap":["pgm"],"image/x-portable-pixmap":["ppm"],"image/x-rgb":["rgb"],"image/x-tga":["tga"],"image/x-xbitmap":["xbm"],"image/x-xpixmap":["xpm"],"image/x-xwindowdump":["xwd"],"message/rfc822":["eml","mime"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/mesh":["msh","mesh","silo"],"model/vnd.collada+xml":["dae"],"model/vnd.dwf":["dwf"],"model/vnd.gdl":["gdl"],"model/vnd.gtw":["gtw"],"model/vnd.mts":["mts"],"model/vnd.vtu":["vtu"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["x3db","x3dbz"],"model/x3d+vrml":["x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/hjson":["hjson"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["markdown","md"],"text/mathml":["mml"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/prs.lines.tag":["dsc"],"text/richtext":["rtx"],"text/rtf":[],"text/sgml":["sgml","sgm"],"text/slim":["slim","slm"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vnd.curl":["curl"],"text/vnd.curl.dcurl":["dcurl"],"text/vnd.curl.mcurl":["mcurl"],"text/vnd.curl.scurl":["scurl"],"text/vnd.dvb.subtitle":["sub"],"text/vnd.fly":["fly"],"text/vnd.fmi.flexstor":["flx"],"text/vnd.graphviz":["gv"],"text/vnd.in3d.3dml":["3dml"],"text/vnd.in3d.spot":["spot"],"text/vnd.sun.j2me.app-descriptor":["jad"],"text/vnd.wap.wml":["wml"],"text/vnd.wap.wmlscript":["wmls"],"text/vtt":["vtt"],"text/x-asm":["s","asm"],"text/x-c":["c","cc","cxx","cpp","h","hh","dic"],"text/x-component":["htc"],"text/x-fortran":["f","for","f77","f90"],"text/x-handlebars-template":["hbs"],"text/x-java-source":["java"],"text/x-lua":["lua"],"text/x-markdown":["mkd"],"text/x-nfo":["nfo"],"text/x-opml":["opml"],"text/x-org":[],"text/x-pascal":["p","pas"],"text/x-processing":["pde"],"text/x-sass":["sass"],"text/x-scss":["scss"],"text/x-setext":["etx"],"text/x-sfv":["sfv"],"text/x-suse-ymp":["ymp"],"text/x-uuencode":["uu"],"text/x-vcalendar":["vcs"],"text/x-vcard":["vcf"],"text/xml":[],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/jpeg":["jpgv"],"video/jpm":["jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/vnd.dece.hd":["uvh","uvvh"],"video/vnd.dece.mobile":["uvm","uvvm"],"video/vnd.dece.pd":["uvp","uvvp"],"video/vnd.dece.sd":["uvs","uvvs"],"video/vnd.dece.video":["uvv","uvvv"],"video/vnd.dvb.file":["dvb"],"video/vnd.fvt":["fvt"],"video/vnd.mpegurl":["mxu","m4u"],"video/vnd.ms-playready.media.pyv":["pyv"],"video/vnd.uvvu.mp4":["uvu","uvvu"],"video/vnd.vivo":["viv"],"video/webm":["webm"],"video/x-f4v":["f4v"],"video/x-fli":["fli"],"video/x-flv":["flv"],"video/x-m4v":["m4v"],"video/x-matroska":["mkv","mk3d","mks"],"video/x-mng":["mng"],"video/x-ms-asf":["asf","asx"],"video/x-ms-vob":["vob"],"video/x-ms-wm":["wm"],"video/x-ms-wmv":["wmv"],"video/x-ms-wmx":["wmx"],"video/x-ms-wvx":["wvx"],"video/x-msvideo":["avi"],"video/x-sgi-movie":["movie"],"video/x-smv":["smv"],"x-conference/x-cooltalk":["ice"]}')},66344:e=>{"use strict";const t=["destroy","setTimeout","socket","headers","trailers","rawHeaders","statusCode","httpVersion","httpVersionMinor","httpVersionMajor","rawTrailers","statusMessage"];e.exports=(e,i)=>{const n=new Set(Object.keys(e).concat(t));for(const t of n)t in i||(i[t]="function"==typeof e[t]?e[t].bind(e):e[t])}},50034:(e,t,i)=>{"use strict";e.exports=u,e.exports.compile=l,e.exports.format=function(e,t){return u[e]=t,this},e.exports.token=function(e,t){return u[e]=t,this};var n=i(33412),a=i(15158)("morgan"),r=i(1661)("morgan"),o=i(80338),s=i(54236),c=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function u(e,t){var i=e,n=t||{};e&&"object"==typeof e&&(i=(n=e).format||"default",r("morgan(options): use morgan("+("string"==typeof i?JSON.stringify(i):"format")+", options) instead")),void 0===i&&r("undefined format: specify a format");var c=n.immediate,d=n.skip||!1,h="function"!=typeof i?function(e){var t=u[e]||e||u.default;return"function"!=typeof t?l(t):t}(i):i,f=n.buffer,g=n.stream||process.stdout;return f&&(r("buffer option"),g=function(e,t){var i=[],n=null;function a(){n=null,e.write(i.join("")),i.length=0}return{write:function(e){null===n&&(n=setTimeout(a,t)),i.push(e)}}}(g,"number"!=typeof f?1e3:f)),function(e,t,i){function n(){if(!1!==d&&d(e,t))a("skip request");else{var i=h(u,e,t);null!=i?(a("log request"),g.write(i+"\n")):a("skip line")}}e._startAt=void 0,e._startTime=void 0,e._remoteAddress=p(e),t._startAt=void 0,t._startTime=void 0,m.call(e),c?n():(s(t,m),o(t,n)),i()}}function l(e){if("string"!=typeof e)throw new TypeError("argument format must be a string");var t=' "use strict"\n return '+String(JSON.stringify(e)).replace(/:([-\w]{2,})(?:\[([^\]]+)\])?/g,(function(e,t,i){var n="req, res",a="tokens["+String(JSON.stringify(t))+"]";return void 0!==i&&(n+=", "+String(JSON.stringify(i))),'" +\n ('+a+"("+n+') || "-") + "'}));return new Function("tokens, req, res",t)}function p(e){return e.ip||e._remoteAddress||e.connection&&e.connection.remoteAddress||void 0}function d(e){return"boolean"!=typeof e.headersSent?Boolean(e._header):e.headersSent}function h(e){var t=String(e);return(1===t.length?"0":"")+t}function m(){this._startAt=process.hrtime(),this._startTime=new Date}u.format("combined",':remote-addr - :remote-user [:date[clf]] ":method :url HTTP/:http-version" :status :res[content-length] ":referrer" ":user-agent"'),u.format("common",':remote-addr - :remote-user [:date[clf]] ":method :url HTTP/:http-version" :status :res[content-length]'),u.format("default",':remote-addr - :remote-user [:date] ":method :url HTTP/:http-version" :status :res[content-length] ":referrer" ":user-agent"'),r.property(u,"default","default format: use combined format"),u.format("short",":remote-addr :remote-user :method :url HTTP/:http-version :status :res[content-length] - :response-time ms"),u.format("tiny",":method :url :status :res[content-length] - :response-time ms"),u.format("dev",(function e(t,i,n){var a=d(n)?n.statusCode:void 0,r=a>=500?31:a>=400?33:a>=300?36:a>=200?32:0,o=e[r];return o||(o=e[r]=l(":method :url ["+r+"m:status :response-time ms - :res[content-length]")),o(t,i,n)})),u.token("url",(function(e){return e.originalUrl||e.url})),u.token("method",(function(e){return e.method})),u.token("response-time",(function(e,t,i){if(e._startAt&&t._startAt)return(1e3*(t._startAt[0]-e._startAt[0])+1e-6*(t._startAt[1]-e._startAt[1])).toFixed(void 0===i?3:i)})),u.token("total-time",(function(e,t,i){if(e._startAt&&t._startAt){var n=process.hrtime(e._startAt);return(1e3*n[0]+1e-6*n[1]).toFixed(void 0===i?3:i)}})),u.token("date",(function(e,t,i){var n=new Date;switch(i||"web"){case"clf":return function(e){var t=e.getUTCDate(),i=e.getUTCHours(),n=e.getUTCMinutes(),a=e.getUTCSeconds(),r=e.getUTCFullYear(),o=c[e.getUTCMonth()];return h(t)+"/"+o+"/"+r+":"+h(i)+":"+h(n)+":"+h(a)+" +0000"}(n);case"iso":return n.toISOString();case"web":return n.toUTCString()}})),u.token("status",(function(e,t){return d(t)?String(t.statusCode):void 0})),u.token("referrer",(function(e){return e.headers.referer||e.headers.referrer})),u.token("remote-addr",p),u.token("remote-user",(function(e){var t=n(e);return t?t.name:void 0})),u.token("http-version",(function(e){return e.httpVersionMajor+"."+e.httpVersionMinor})),u.token("user-agent",(function(e){return e.headers["user-agent"]})),u.token("req",(function(e,t,i){var n=e.headers[i.toLowerCase()];return Array.isArray(n)?n.join(", "):n})),u.token("res",(function(e,t,i){if(d(t)){var n=t.getHeader(i);return Array.isArray(n)?n.join(", "):n}}))},1661:(e,t,i)=>{var n=i(85622).relative;e.exports=function(e){if(!e)throw new TypeError("argument namespace is required");var t=c(h()[1])[0];function i(e){s.call(i,e)}return i._file=t,i._ignored=function(e){return!!process.noDeprecation||r(process.env.NO_DEPRECATION||"",e)}(e),i._namespace=e,i._traced=function(e){return!!process.traceDeprecation||r(process.env.TRACE_DEPRECATION||"",e)}(e),i._warned=Object.create(null),i.function=f,i.property=g,i};var a=process.cwd();function r(e,t){for(var i=e.split(/[ ,]+/),n=String(t).toLowerCase(),a=0;a0);if(a||!this._ignored){var r,o,s,d,m=0,f=!1,g=h(),y=this._file;for(t?(d=t,(s=c(g[1])).name=d.name,y=s[0]):s=d=c(g[m=2]);m",i=e.getLineNumber(),n=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var a=[t,i,n];return a.callSite=e,a.name=e.getFunctionName(),a}function u(e){var t=e.callSite,i=e.name;i||(i="");var n=t.getThis(),a=n&&t.getTypeName();return"Object"===a&&(a=void 0),"Function"===a&&(a=n.name||a),a&&t.getMethodName()?a+"."+i:i}function l(e,t,i){var n=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var a=0;a{var t=1e3,i=60*t,n=60*i,a=24*n;function r(e,t,i){if(!(e0)return function(e){if(!((e=String(e)).length>100)){var r=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(e);if(r){var o=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*o;case"days":case"day":case"d":return o*a;case"hours":case"hour":case"hrs":case"hr":case"h":return o*n;case"minutes":case"minute":case"mins":case"min":case"m":return o*i;case"seconds":case"second":case"secs":case"sec":case"s":return o*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return o;default:return}}}}(e);if("number"===c&&!1===isNaN(e))return o.long?r(s=e,a,"day")||r(s,n,"hour")||r(s,i,"minute")||r(s,t,"second")||s+" ms":function(e){return e>=a?Math.round(e/a)+"d":e>=n?Math.round(e/n)+"h":e>=i?Math.round(e/i)+"m":e>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},21901:(e,t,i)=>{var n=i(76417).createHash;function a(e){return n("md5").update(e).digest("hex")}function r(e,t){var i=void 0===t?e:[e,t].join(":");return"Basic "+Buffer.from(i).toString("base64")}var o={parse_header:function(e){for(var t={},i=e.match(/([a-z0-9_-]+)="?([a-z0-9_=\/\.@\s-\+)()]+)"?/gi),n=0,a=i.length;n99999999&&(e=1),e+="",(new Array(8).join("0")+"").substr(0,8-e.length)+e},generate:function(e,t,i,n,r){var s=1,c=null,u=o.parse_header(e),l=a(t+":"+u.realm+":"+i),p=a(n.toUpperCase()+":"+r),d=[l,u.nonce];"string"==typeof u.qop?(c=a(Math.random().toString(36)).substr(0,8),s=o.update_nc(s),d=(d=d.concat(s,c)).concat(u.qop,p)):d=d.concat(p);var h={uri:r,realm:u.realm,nonce:u.nonce,username:t,response:a(d.join(":"))};for(var m in u.qop&&(h.qop=u.qop),u.opaque&&(h.opaque=u.opaque),c&&(h.nc=s,h.cnonce=c),e=[],h)e.push(m+'="'+h[m]+'"');return"Digest "+e.join(", ")}};e.exports={header:function(e,t,i){var n=e.split(" ")[0],a=t[0],s=t[1];return"Digest"==n?o.generate(e,a,s,i.method,i.path):"Basic"==n?r(a,s):void 0},basic:r,digest:o.generate}},70035:(e,t,i)=>{var n=i(71191).unescape,a=/^([^=\s]+)\s*=\s*("?)\s*(.*)\s*\2\s*$/,r=/[\x00-\x1F\x7F\x3B\x3B\s\"\,\\"%]/g;function o(e){return e.toString().replace(r,encodeURIComponent)}t.read=function(e){return e?(e=Array.isArray(e)?e:[e]).reduce((function(e,t){var i=function(e){e=function(e){var t=e.indexOf(";");return-1===t?e:e.substr(0,t)}(e=function(e){return e.trim().replace(/\x3B+$/,"")}(e));var t=a.exec(e);return t&&t[3]?{name:n(t[1]),value:n(t[3])}:null}(t);return i&&(e[i.name]=i.value),e}),{}):{}},t.write=function(e){return Object.keys(e).reduce((function(t,i){return t+(t?"; ":"")+o(i)+"="+o(e[i])}),"")}},64313:(e,t,i)=>{var n,a=i(31669).inherits,r=i(92413),o=/(?:charset|encoding)\s*=\s*['"]? *([\w\-]+)/i;function s(e){if(!(this instanceof s))return new s(e);r.Transform.call(this,e),this.charset=e,this.parsed_chunk=!1}a(s,r.Transform),s.prototype._transform=function(e,t,i){var a,r;if("utf8"==this.charset&&!this.parsed_chunk){this.parsed_chunk=!0;var s=o.exec(e.toString());s&&(r=s[1].toLowerCase(),this.charset="utf-8"==r?"utf8":r)}try{a=n.decode(e,this.charset)}catch(t){a=e}this.push(a),i()},e.exports=function(e){try{n||(n=i(4914))}catch(e){}return n?new s(e):new r.PassThrough}},99095:(e,t,i)=>{var n=i(35747).readFile,a=i(85622).basename;function r(e,t,i,r){var o="--"+i+"\r\n";function s(e,i){if(e){var n=-1==t.content_type.indexOf("text");o+='; filename="'+encodeURIComponent(i)+'"\r\n',n&&(o+="Content-Transfer-Encoding: binary\r\n"),o+="Content-Type: "+t.content_type+"\r\n\r\n",o+=n?e.toString("binary"):e.toString("utf8")}r(null,o+"\r\n")}if(o+='Content-Disposition: form-data; name="'+e+'"',(t.file||t.buffer)&&t.content_type){var c=t.filename?t.filename:t.file?a(t.file):e;if(t.buffer)return s(t.buffer,c);n(t.file,(function(e,t){if(e)return r(e);s(t,c)}))}else{if("object"==typeof t.value)return r(new Error("Object received for "+e+", expected string."));t.content_type&&(o+="\r\n",o+="Content-Type: "+t.content_type),o+="\r\n\r\n",o+=Buffer.from(String(t.value),"utf8").toString("binary"),s()}}function o(e,t,i){for(var n in t=t||{},e){var a=i?i+"["+n+"]":n,r=e[n];r&&"object"==typeof r&&!(r.buffer||r.file||r.content_type)?o(r,t,a):t[a]=r}return t}t.build=function(e,t,i){if("object"!=typeof e||"function"==typeof e.pipe)return i(new Error("Multipart builder expects data as key/val object."));var n="",a=o(e),s=Object.keys(a).length;if(0===s)return i(new Error("Empty multipart body. Invalid data."));function c(e,a){if(e)return i(e);a&&(n+=a),--s||i(null,n+"--"+t+"--")}for(var u in a){var l=a[u];null==l?c():Buffer.isBuffer(l)?r(u,{buffer:l,content_type:"application/octet-stream"},t,c):r(u,l.buffer||l.file||l.content_type?l:{value:l},t,c)}}},64484:(e,t,i)=>{var n=i(35747),a=i(98605),r=i(57211),o=i(78835),s=i(92413),c=i(60761)("needle"),u=i(40773).J,l=i(99095),p=i(21901),d=i(70035),h=i(34417),m=i(64313),f=i(11075).i8,g="Needle/"+f;g+=" (Node.js "+process.version+"; "+process.platform+" "+process.arch+")";var v=!a.Agent||a.Agent.defaultMaxSockets!=1/0,y=Object.assign?Object.assign:i(31669)._extend,b=[301,302,303,307,308];function x(e,t){return e.bind(null,t)}var w={};try{var k=i(78761),_={flush:k.Z_SYNC_FLUSH,finishFlush:k.Z_SYNC_FLUSH},j={flush:k.BROTLI_OPERATION_FLUSH,finishFlush:k.BROTLI_OPERATION_FLUSH};w["x-deflate"]=x(k.Inflate,_),w.deflate=x(k.Inflate,_),w["x-gzip"]=x(k.Gunzip,_),w.gzip=x(k.Gunzip,_),"function"==typeof k.BrotliDecompress&&(w.br=x(k.BrotliDecompress,j))}catch(e){}var E={boundary:"--------------------NODENEEDLEHTTPCLIENT",encoding:"utf8",parse_response:"all",proxy:null,headers:{},accept:"*/*",user_agent:g,open_timeout:1e4,response_timeout:0,read_timeout:0,follow_max:0,stream_length:-1,compressed:!1,decode_response:!0,parse_cookies:!0,follow_set_cookies:!1,follow_set_referer:!1,follow_keep_method:!1,follow_if_same_host:!1,follow_if_same_protocol:!1,follow_if_same_location:!1},D={options:{decode:"decode_response",parse:"parse_response",timeout:"open_timeout",follow:"follow_max"},inverted:{}};function C(e){return Object.keys(E).map((function(t){if(null!==E[t]&&E[t].constructor==e)return t})).filter((function(e){return e}))}function A(e){return"function"==typeof e.pipe}function S(e,t){if(s.pipeline)return s.pipeline.apply(null,e.concat(t));for(var i=e.shift();e.length;)(i=i.pipe(e.shift())).once("error",(function(e){t&&t(e),t=null}))}function T(e,t,i,n,a){if("string"!=typeof t)throw new TypeError("URL must be a string, not "+t);this.method=e.toLowerCase(),this.uri=t,this.data=i,"function"==typeof n?(this.callback=n,this.options={}):(this.callback=a,this.options=n)}Object.keys(D.options).map((function(e){var t=D.options[e];D.inverted[t]=e})),T.prototype.setup=function(e,t){function i(e,i){return void 0!==t[e]?t[e]:void 0!==t[D.inverted[e]]?t[D.inverted[e]]:i}function n(e,t){var n=i(t),a=typeof n;if("undefined"!=a&&a!=e)throw new TypeError(a+" received for "+t+", but expected a "+e);return a==e?n:E[t]}var a={http_opts:{localAddress:i("localAddress",void 0),lookup:i("lookup",void 0)},headers:{},output:t.output,proxy:i("proxy",E.proxy),parser:i("parse_response",E.parse_response),encoding:t.encoding||(t.multipart?"binary":E.encoding)};for(var r in C(Boolean).forEach((function(e){a[e]=n("boolean",e)})),C(Number).forEach((function(e){a[e]=n("number",e)})),"agent pfx key passphrase cert ca ciphers rejectUnauthorized secureProtocol checkServerIdentity family".split(" ").forEach((function(e){void 0!==t[e]&&(a.http_opts[e]=t[e],void 0===t.agent&&(a.http_opts.agent=!1))})),E.headers)a.headers[r]=E.headers[r];if(a.headers.accept=t.accept||E.accept,a.headers["user-agent"]=t.user_agent||E.user_agent,t.content_type&&(a.headers["content-type"]=t.content_type),(t.connection||v)&&(a.headers.connection=t.connection||"close"),(t.compressed||E.compressed)&&void 0!==k&&(a.headers["accept-encoding"]=w.br?"gzip, deflate, br":"gzip, deflate"),t.cookies&&(a.headers.cookie=d.write(t.cookies)),e.match(/[^\/]@/)){var s=(o.parse(e).auth||"").split(":");t.username=s[0],t.password=s[1]}if(t.username&&(!t.auth||"auto"!=t.auth&&"digest"!=t.auth?a.headers.authorization=p.basic(t.username,t.password):a.credentials=[t.username,t.password]),a.proxy){if(-1===a.proxy.indexOf("http")&&(a.proxy="http://"+a.proxy),-1!==a.proxy.indexOf("@")){var c=(o.parse(a.proxy).auth||"").split(":");t.proxy_user=c[0],t.proxy_pass=c[1]}t.proxy_user&&(a.headers["proxy-authorization"]=p.basic(t.proxy_user,t.proxy_pass))}for(var u in t.headers)a.headers[u.toLowerCase()]=t.headers[u];return a.uri_modifier=i("uri_modifier",null),a},T.prototype.start=function(){var e=new s.PassThrough({objectMode:!1}),t=this.uri,i=this.data,a=this.method,r="function"==typeof this.options?this.options:this.callback,o=this.options||{};-1===t.indexOf("http")&&(t=t.replace(/^(\/\/)?/,"http://"));var c,p=this,d=!1,h=this.setup(t,o),m=o.json||!1!==o.json&&"application/json"==h.headers["content-type"];if(i)if(o.multipart){var f=o.boundary||E.boundary;d=!0,l.build(i,f,(function(e,t){if(e)throw e;h.headers["content-type"]="multipart/form-data; boundary="+f,g(t)}))}else if(A(i)){if("get"==a)throw new Error("Refusing to pipe() a stream via GET. Did you mean .post?");h.stream_length>0||0===h.stream_length&&i.path?(d=!0,function(e,t,i){t>0?i(t):void 0!==e.end&&e.end!==1/0&&void 0!==e.start?i(e.end+1-(e.start||0)):n.stat(e.path,(function(t,n){i(n?n.size-(e.start||0):null)}))}(i,h.stream_length,(function(e){i.length=e,g(i)}))):c=i}else Buffer.isBuffer(i)?c=i:"get"!=a||m?(c="string"==typeof i?i:m?JSON.stringify(i):u(i),c=Buffer.from(c,h.encoding)):t=t.replace(/\?.*|$/,"?"+u(i));function g(i){i&&(i.length&&(h.headers["content-length"]=i.length),h.headers["content-type"]||(h.headers["content-type"]=m?"application/json; charset=utf-8":"application/x-www-form-urlencoded")),!o.json||o.accept||(o.headers||{}).accept||(h.headers.accept="application/json"),p.send_request(1,a,t,h,i,e,r)}return d||g(c),e},T.prototype.get_request_opts=function(e,t,i){var n=i.http_opts,a=i.proxy,r=a?o.parse(a):o.parse(t);if(n.protocol=r.protocol,n.host=r.hostname,n.port=r.port||("https:"==r.protocol?443:80),n.path=a?t:r.pathname+(r.search||""),n.method=e,n.headers=i.headers,!n.headers.host){var s=a?o.parse(t):r;n.headers.host=s.hostname,s.port&&-1===[80,443].indexOf(s.port)&&(n.headers.host+=":"+s.port)}return n},T.prototype.should_follow=function(e,t,i){if(!e)return!1;function n(t){return t=i[t],-1!==e.indexOf(t)}return!(!t.follow_if_same_location&&e===i||t.follow_if_same_host&&!n("host")||t.follow_if_same_protocol&&!n("protocol"))},T.prototype.send_request=function(e,t,i,u,l,f,g){if("function"==typeof u.uri_modifier){var v=u.uri_modifier(i);c("Modifying request URI",i+" => "+v),i=v}var x,k,_=0,j=this,E=this.get_request_opts(t,i,u),D="https:"==E.protocol?r:a;function C(e,t){if(_++>0)return c("Already finished, stopping here.");if(k&&clearTimeout(k),x.removeListener("error",T),f.done=!0,g)return g(e,t,t?t.body:void 0);f.emit("done",e);var i=f._readableState.pipes||[];i.forEach||(i=[i]),i.forEach((function(t){t.emit("done",e)}))}function T(e){c("Request error",e),f.emit("err",e),C(e||new Error("Unknown error when making request."))}function O(e,t){k&&clearTimeout(k),t<=0||(k=setTimeout((function(){f.emit("timeout",e),x.abort(),"read"==e&&C(new Error(e+" timeout"))}),t))}function I(){_&&!this.writable&&!1===this.destroyed&&(this.destroy(),T(new Error("Remote end closed socket abruptly.")))}return c("Making request #"+e,E),x=D.request(E,(function(a){var r,v,_=a.headers;if(c("Got response",a.statusCode,_),f.emit("response",a),O("read",u.read_timeout),u.parse_cookies&&(_["set-cookie"]||u.previous_resp_cookies)&&(a.cookies=y(u.previous_resp_cookies||{},d.read(_["set-cookie"])),c("Got cookies",a.cookies)),-1!==b.indexOf(a.statusCode)&&j.should_follow(_.location,u,i)){if(clearTimeout(k),e<=u.follow_max){if(f.emit("redirect",_.location),u.follow_keep_method||(t="GET",l=null,delete u.headers["content-length"]),u.follow_set_cookies){var D=d.read(u.headers.cookie);u.previous_resp_cookies=a.cookies,(Object.keys(D).length||Object.keys(a.cookies||{}).length)&&(u.headers.cookie=d.write(y(D,a.cookies)))}else u.headers.cookie&&(c("Clearing original request cookie",u.headers.cookie),delete u.headers.cookie);u.follow_set_referer&&(u.headers.referer=encodeURI(i)),u.headers.host=null;var A=(r=_.location,v=i,o.URL?new o.URL(r,v):o.resolve(v,r));return c("Redirecting to "+A.toString()),j.send_request(++e,t,A.toString(),u,l,f,g)}if(u.follow_max>0)return C(new Error("Max redirects reached. Possible loop in: "+_.location))}if(401==a.statusCode&&_["www-authenticate"]&&u.credentials&&!u.headers.authorization){var I=p.header(_["www-authenticate"],u.credentials,E);if(I)return u.headers.authorization=I,j.send_request(e,t,i,u,l,f,g)}f.emit("header",a.statusCode,_),f.emit("headers",_);var P=[],F=function(e){if(!e||""===e)return{};var t,i="utf8",n=e.split(";");return n.length>1&&(t=n[1].match(/charset=(.+)/))&&(i=t[1]),{type:n[0],charset:i}}(_["content-type"]),z=F.type&&(-1!=F.type.indexOf("text/")||!!F.type.match(/(\/|\+)(xml|json)$/));if(_["content-encoding"]&&w[_["content-encoding"]]){var R=w[_["content-encoding"]]();R.on("error",T),P.push(R)}if(u.parser&&h[F.type]){var L=u.parser.toString().toLowerCase();-1!=["xml","json"].indexOf(L)&&h[F.type].name!=L||(f.parser=h[F.type].name,P.push(h[F.type].fn()),f._writableState.objectMode=!0,f._readableState.objectMode=!0)}else z&&u.decode_response&&F.charset&&P.push(m(F.charset));if(P.push(f),S([a].concat(P),(function(e){e&&c(e),e&&"write after end"==e.message&&x.destroy()})),u.output&&200==a.statusCode){var N=n.createWriteStream(u.output);N.on("error",T),f.on("end",(function(){N.writable&&N.end()})),N.on("close",(function(){delete f.file})),f.on("readable",(function(){for(var e;null!==(e=this.read());)N.writable&&N.write(e),a.body&&a.body.push(e)})),f.file=N}if(g){a.raw=[],a.body=[],a.bytes=0;var B=new s.PassThrough;B.on("readable",(function(){for(var e;null!=(e=this.read());)a.bytes+=e.length,a.raw.push(e)})),S([a,B],(function(e){e&&c(e)})),u.output&&200==a.statusCode||f.on("readable",(function(){for(var e;null!==(e=this.read());)"string"==typeof e&&(e=Buffer.from(e)),a.body.push(e)}))}f.on("end",(function(){a.body&&(a.raw=Buffer.concat(a.raw),void 0===a.body[0]||Buffer.isBuffer(a.body[0])?(a.body=Buffer.concat(a.body),(z||f.parser)&&(a.body=a.body.toString())):(a.body=a.body[0],f.parser&&(a.parser=f.parser))),f.file?f.file.on("close",(function(){C(null,a)})):C(null,a)}))})),O("open",u.open_timeout),x.on("error",T),x.once("abort",(function(){k&&clearTimeout(k)})),x.once("socket",(function(e){e.connecting?e.once("connect",(function(){O("response",u.response_timeout)})):O("response",u.response_timeout),e.on_socket_end||(e.on_socket_end=I,e.once("end",(function(){process.nextTick(I.bind(e))})))})),l?A(l)?S([l,x],(function(e){e&&c(e)})):(x.write(l,u.encoding),x.end()):x.end(),f.abort=function(){x.abort()},f.request=x,f},"undefined"!=typeof Promise&&(e.exports=function(){var t,i=[].slice.call(arguments);return(t=i[0].match(/\.|\//)?i.length>2?"post":"get":i.shift()).match(/get|head/i)&&2==i.length&&i.splice(1,0,null),new Promise((function(n,a){e.exports.request(t,i[0],i[1],i[2],(function(e,t){return e?a(e):n(t)}))}))}),e.exports.version=f,e.exports.defaults=function(e){for(var t in e){var i=D.options[t]||t;if(!E.hasOwnProperty(i)||void 0===e[t])throw new Error("Invalid property for defaults:"+i);if("parse_response"!=i&&"proxy"!=i){var n=E[i].constructor.name;if(e[t].constructor.name!=n)throw new TypeError("Invalid type for "+t+", should be "+n)}E[i]=e[t]}return E},"head get".split(" ").forEach((function(t){e.exports[t]=function(e,i,n){return new T(t,e,null,i,n).start()}})),"post put patch delete".split(" ").forEach((function(t){e.exports[t]=function(e,i,n,a){return new T(t,e,i,n,a).start()}})),e.exports.request=function(e,t,i,n,a){return new T(e,t,i,n,a).start()}},34417:(e,t,i)=>{var n=i(92413).Transform,a=i(36099),r={};function o(e,t,i){var a=function(e,t){return{fn:function(){var e=[],i=new n({objectMode:!0});return i._transform=function(t,i,n){e.push(t),n()},i._flush=function(i){var n=this,a=Buffer.concat(e);try{t(a,(function(e,t){if(e)throw e;n.push(t)}))}catch(e){n.push(a)}finally{i()}},i},name:e}}(e,i);t.forEach((function(e){r[e]=a}))}o("json",["application/json","text/javascript","application/vnd.api+json"],(function(e,t){var i,n;try{n=JSON.parse(e)}catch(e){i=e}t(i,n)})),o("xml",["text/xml","application/xml","application/rdf+xml","application/rss+xml","application/atom+xml"],(function(e,t){!function(e,t){var i,n,r=a.parser(!0,{trim:!0,lowercase:!0});r.onerror=r.onend=function(e){r.onerror=r.onend=function(){},t(e,i)},r.oncdata=r.ontext=function(e){n&&(n.value+=e)},r.onopentag=function(e){var t={name:e.name||"",value:"",attributes:e.attributes||{},children:[]};n?(t.parent=n,n.children.push(t)):i=t,n=t},r.onclosetag=function(){if(void 0!==n.parent){var e=n;n=n.parent,delete e.parent}},r.write(e).close()}(e.toString(),(function(e,i){t(e,i)}))})),e.exports=r,e.exports.use=o},40773:(e,t)=>{var i=Object.prototype.toString;t.J=function e(t,n){if(n&&null==t)return n+"=";if("[object Array]"==i.call(t))return function(t,i){for(var n=[],a=0,r=t.length;a{"use strict";function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}t.log=function(){var e;return"object"===("undefined"==typeof console?"undefined":n(console))&&console.log&&(e=console).log.apply(e,arguments)},t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),this.useColors){var i="color: "+this.color;t.splice(1,0,i,"color: inherit");var n=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(n++,"%c"===e&&(a=n))})),t.splice(a,0,i)}},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){var e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],e.exports=i(55782)(t),e.exports.formatters.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},55782:(e,t,i)=>{"use strict";e.exports=function(e){function t(e){for(var t=0,i=0;i{"use strict";"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=i(3643):e.exports=i(65481)},65481:(e,t,i)=>{"use strict";var n=i(33867),a=i(31669);t.init=function(e){e.inspectOpts={};for(var i=Object.keys(t.inspectOpts),n=0;n=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((function(e){return/^debug_/i.test(e)})).reduce((function(e,t){var i=t.substring(6).toLowerCase().replace(/_([a-z])/g,(function(e,t){return t.toUpperCase()})),n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[i]=n,e}),{}),e.exports=i(55782)(t);var o=e.exports.formatters;o.o=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts).split("\n").map((function(e){return e.trim()})).join(" ")},o.O=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts)}},53298:e=>{var t=1e3,i=60*t,n=60*i,a=24*n;function r(e,t,i,n){var a=t>=1.5*i;return Math.round(e/i)+" "+n+(a?"s":"")}e.exports=function(e,o){o=o||{};var s,c,u=typeof e;if("string"===u&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var r=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(r){var o=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*o;case"weeks":case"week":case"w":return 6048e5*o;case"days":case"day":case"d":return o*a;case"hours":case"hour":case"hrs":case"hr":case"h":return o*n;case"minutes":case"minute":case"mins":case"min":case"m":return o*i;case"seconds":case"second":case"secs":case"sec":case"s":return o*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return o;default:return}}}}(e);if("number"===u&&isFinite(e))return o.long?(s=e,(c=Math.abs(s))>=a?r(s,c,a,"day"):c>=n?r(s,c,n,"hour"):c>=i?r(s,c,i,"minute"):c>=t?r(s,c,t,"second"):s+" ms"):function(e){var r=Math.abs(e);return r>=a?Math.round(e/a)+"d":r>=n?Math.round(e/n)+"h":r>=i?Math.round(e/i)+"m":r>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},11075:e=>{"use strict";e.exports={i8:"2.9.1"}},60159:(e,t,i)=>{"use strict";var n=Object.create(null);function a(e){if(!(this instanceof a))return new a(e);this.request=e}function r(e){var t=n[e];if(void 0!==t)return t;switch(e){case"charset":t=i(38558);break;case"encoding":t=i(44328);break;case"language":t=i(8035);break;case"mediaType":t=i(54097);break;default:throw new Error("Cannot find module '"+e+"'")}return n[e]=t,t}e.exports=a,e.exports.Negotiator=a,a.prototype.charset=function(e){var t=this.charsets(e);return t&&t[0]},a.prototype.charsets=function(e){return(0,r("charset").preferredCharsets)(this.request.headers["accept-charset"],e)},a.prototype.encoding=function(e){var t=this.encodings(e);return t&&t[0]},a.prototype.encodings=function(e){return(0,r("encoding").preferredEncodings)(this.request.headers["accept-encoding"],e)},a.prototype.language=function(e){var t=this.languages(e);return t&&t[0]},a.prototype.languages=function(e){return(0,r("language").preferredLanguages)(this.request.headers["accept-language"],e)},a.prototype.mediaType=function(e){var t=this.mediaTypes(e);return t&&t[0]},a.prototype.mediaTypes=function(e){return(0,r("mediaType").preferredMediaTypes)(this.request.headers.accept,e)},a.prototype.preferredCharset=a.prototype.charset,a.prototype.preferredCharsets=a.prototype.charsets,a.prototype.preferredEncoding=a.prototype.encoding,a.prototype.preferredEncodings=a.prototype.encodings,a.prototype.preferredLanguage=a.prototype.language,a.prototype.preferredLanguages=a.prototype.languages,a.prototype.preferredMediaType=a.prototype.mediaType,a.prototype.preferredMediaTypes=a.prototype.mediaTypes},38558:e=>{"use strict";e.exports=a,e.exports.preferredCharsets=a;var t=/^\s*([^\s;]+)\s*(?:;(.*))?$/;function i(e,i){var n=t.exec(e);if(!n)return null;var a=n[1],r=1;if(n[2])for(var o=n[2].split(";"),s=0;s0}},44328:e=>{"use strict";e.exports=a,e.exports.preferredEncodings=a;var t=/^\s*([^\s;]+)\s*(?:;(.*))?$/;function i(e,i){var n=t.exec(e);if(!n)return null;var a=n[1],r=1;if(n[2])for(var o=n[2].split(";"),s=0;s0}},8035:e=>{"use strict";e.exports=a,e.exports.preferredLanguages=a;var t=/^\s*([^\s\-;]+)(?:-([^\s;]+))?\s*(?:;(.*))?$/;function i(e,i){var n=t.exec(e);if(!n)return null;var a=n[1],r=n[2],o=a;r&&(o+="-"+r);var s=1;if(n[3])for(var c=n[3].split(";"),u=0;u0}},54097:e=>{"use strict";e.exports=a,e.exports.preferredMediaTypes=a;var t=/^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/;function i(e,i){var n=t.exec(e);if(!n)return null;var a=Object.create(null),r=1,o=n[2],s=n[1];if(n[3])for(var l=function(e){for(var t=e.split(";"),i=1,n=0;i0){if(!o.every((function(e){return"*"==t.params[e]||(t.params[e]||"").toLowerCase()==(a.params[e]||"").toLowerCase()})))return null;r|=1}return{i:n,o:t.i,q:t.q,s:r}}function a(e,t){var a=function(e){for(var t=function(e){for(var t=e.split(","),i=1,n=0;i0}function c(e){for(var t=0,i=0;-1!==(i=e.indexOf('"',i));)t++,i++;return t}function u(e){var t,i,n=e.indexOf("=");return-1===n?t=e:(t=e.substr(0,n),i=e.substr(n+1)),[t,i]}},19516:(e,t,i)=>{var n=i(35747),a=i(85622),r=i(12087),o=require,s=process.config&&process.config.variables||{},c=!!process.env.PREBUILDS_ONLY,u=process.versions.modules,l=process.versions&&process.versions.electron||process.env.ELECTRON_RUN_AS_NODE||"undefined"!=typeof window&&window.process&&"renderer"===window.process.type?"electron":"node",p=r.arch(),d=r.platform(),h=process.env.LIBC||(function(e){return"linux"===e&&n.existsSync("/etc/alpine-release")}(d)?"musl":"glibc"),m=process.env.ARM_VERSION||("arm64"===p?"8":s.arm_version)||"",f=(process.versions.uv||"").split(".")[0];function g(e){return o(g.path(e))}function v(e){try{return n.readdirSync(e)}catch(e){return[]}}function y(e,t){var i=v(e).filter(t);return i[0]&&a.join(e,i[0])}function b(e){return/\.node$/.test(e)}function x(e){var t=e.split("-");if(2===t.length){var i=t[0],n=t[1].split("+");if(i&&n.length&&n.every(Boolean))return{name:e,platform:i,architectures:n}}}function w(e,t){return function(i){return null!=i&&i.platform===e&&i.architectures.includes(t)}}function k(e,t){return e.architectures.length-t.architectures.length}function _(e){var t=e.split("."),i={file:e,specificity:0};if("node"===t.pop()){for(var n=0;ni.specificity?-1:1:0}}e.exports=g,g.path=function(e){e=a.resolve(e||".");try{var t=o(a.join(e,"package.json")).name.toUpperCase().replace(/-/g,"_");process.env[t+"_PREBUILD"]&&(e=process.env[t+"_PREBUILD"])}catch(e){}if(!c){var i=y(a.join(e,"build/Release"),b);if(i)return i;var n=y(a.join(e,"build/Debug"),b);if(n)return n}var r=D(e);if(r)return r;var s=D(a.dirname(process.execPath));if(s)return s;var g=["platform="+d,"arch="+p,"runtime="+l,"abi="+u,"uv="+f,m?"armv="+m:"","libc="+h,"node="+process.versions.node,process.versions.electron?"electron="+process.versions.electron:"","webpack=true"].filter(Boolean).join(" ");throw new Error("No native build was found for "+g+"\n loaded from: "+e+"\n");function D(e){var t=v(a.join(e,"prebuilds")).map(x).filter(w(d,p)).sort(k)[0];if(t){var i=a.join(e,"prebuilds",t.name),n=v(i).map(_).filter(j(l,u)).sort(E(l))[0];return n?a.join(i,n.file):void 0}}},g.parseTags=_,g.matchTags=j,g.compareTags=E,g.parseTuple=x,g.matchTuple=w,g.compareTuples=k},40015:e=>{"use strict";const t=(e,t)=>t.some((t=>t instanceof RegExp?t.test(e):t===e));e.exports=(e,i)=>{if(i={defaultProtocol:"http:",normalizeProtocol:!0,forceHttp:!1,forceHttps:!1,stripAuthentication:!0,stripHash:!1,stripTextFragment:!0,stripWWW:!0,removeQueryParameters:[/^utm_\w+/i],removeTrailingSlash:!0,removeSingleSlash:!0,removeDirectoryIndex:!1,sortQueryParameters:!0,...i},e=e.trim(),/^data:/i.test(e))return((e,{stripHash:t})=>{const i=/^data:(?[^,]*?),(?[^#]*?)(?:#(?.*))?$/.exec(e);if(!i)throw new Error(`Invalid URL: ${e}`);let{type:n,data:a,hash:r}=i.groups;const o=n.split(";");r=t?"":r;let s=!1;"base64"===o[o.length-1]&&(o.pop(),s=!0);const c=(o.shift()||"").toLowerCase(),u=[...o.map((e=>{let[t,i=""]=e.split("=").map((e=>e.trim()));return"charset"===t&&(i=i.toLowerCase(),"us-ascii"===i)?"":`${t}${i?`=${i}`:""}`})).filter(Boolean)];return s&&u.push("base64"),(0!==u.length||c&&"text/plain"!==c)&&u.unshift(c),`data:${u.join(";")},${s?a.trim():a}${r?`#${r}`:""}`})(e,i);if(/^view-source:/i.test(e))throw new Error("`view-source:` is not supported as it is a non-standard protocol");const n=e.startsWith("//");!n&&/^\.*\//.test(e)||(e=e.replace(/^(?!(?:\w+:)?\/\/)|^\/\//,i.defaultProtocol));const a=new URL(e);if(i.forceHttp&&i.forceHttps)throw new Error("The `forceHttp` and `forceHttps` options cannot be used together");if(i.forceHttp&&"https:"===a.protocol&&(a.protocol="http:"),i.forceHttps&&"http:"===a.protocol&&(a.protocol="https:"),i.stripAuthentication&&(a.username="",a.password=""),i.stripHash?a.hash="":i.stripTextFragment&&(a.hash=a.hash.replace(/#?:~:text.*?$/i,"")),a.pathname&&(a.pathname=a.pathname.replace(/(?0){let e=a.pathname.split("/");const n=e[e.length-1];t(n,i.removeDirectoryIndex)&&(e=e.slice(0,e.length-1),a.pathname=e.slice(1).join("/")+"/")}if(a.hostname&&(a.hostname=a.hostname.replace(/\.$/,""),i.stripWWW&&/^www\.(?!www\.)(?:[a-z\-\d]{1,63})\.(?:[a-z.\-\d]{2,63})$/.test(a.hostname)&&(a.hostname=a.hostname.replace(/^www\./,""))),Array.isArray(i.removeQueryParameters))for(const e of[...a.searchParams.keys()])t(e,i.removeQueryParameters)&&a.searchParams.delete(e);!0===i.removeQueryParameters&&(a.search=""),i.sortQueryParameters&&a.searchParams.sort(),i.removeTrailingSlash&&(a.pathname=a.pathname.replace(/\/$/,""));const r=e;return e=a.toString(),i.removeSingleSlash||"/"!==a.pathname||r.endsWith("/")||""!==a.hash||(e=e.replace(/\/$/,"")),(i.removeTrailingSlash||"/"===a.pathname)&&""===a.hash&&i.removeSingleSlash&&(e=e.replace(/\/$/,"")),n&&!i.normalizeProtocol&&(e=e.replace(/^http:\/\//,"//")),i.stripProtocol&&(e=e.replace(/^(?:https?:)?\/\//,"")),e}},70631:(e,t,i)=>{var n="function"==typeof Map&&Map.prototype,a=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,r=n&&a&&"function"==typeof a.get?a.get:null,o=n&&Map.prototype.forEach,s="function"==typeof Set&&Set.prototype,c=Object.getOwnPropertyDescriptor&&s?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,u=s&&c&&"function"==typeof c.get?c.get:null,l=s&&Set.prototype.forEach,p="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,d="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,h="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,m=Boolean.prototype.valueOf,f=Object.prototype.toString,g=Function.prototype.toString,v=String.prototype.match,y=String.prototype.slice,b=String.prototype.replace,x=String.prototype.toUpperCase,w=String.prototype.toLowerCase,k=RegExp.prototype.test,_=Array.prototype.concat,j=Array.prototype.join,E=Array.prototype.slice,D=Math.floor,C="function"==typeof BigInt?BigInt.prototype.valueOf:null,A=Object.getOwnPropertySymbols,S="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,T="function"==typeof Symbol&&"object"==typeof Symbol.iterator,O="function"==typeof Symbol&&Symbol.toStringTag&&(Symbol.toStringTag,1)?Symbol.toStringTag:null,I=Object.prototype.propertyIsEnumerable,P=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function F(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||k.call(/e/,t))return t;var i=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var n=e<0?-D(-e):D(e);if(n!==e){var a=String(n),r=y.call(t,a.length+1);return b.call(a,i,"$&_")+"."+b.call(b.call(r,/([0-9]{3})/g,"$&_"),/_$/,"")}}return b.call(t,i,"$&_")}var z=i(12794).custom,R=z&&U(z)?z:null;function L(e,t,i){var n="double"===(i.quoteStyle||t)?'"':"'";return n+e+n}function N(e){return b.call(String(e),/"/g,""")}function B(e){return!("[object Array]"!==q(e)||O&&"object"==typeof e&&O in e)}function U(e){if(T)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!S)return!1;try{return S.call(e),!0}catch(e){}return!1}e.exports=function e(t,i,n,a){var s=i||{};if($(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if($(s,"maxStringLength")&&("number"==typeof s.maxStringLength?s.maxStringLength<0&&s.maxStringLength!==1/0:null!==s.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var c=!$(s,"customInspect")||s.customInspect;if("boolean"!=typeof c&&"symbol"!==c)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if($(s,"indent")&&null!==s.indent&&"\t"!==s.indent&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if($(s,"numericSeparator")&&"boolean"!=typeof s.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var f=s.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return G(t,s);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var x=String(t);return f?F(t,x):x}if("bigint"==typeof t){var k=String(t)+"n";return f?F(t,k):k}var D=void 0===s.depth?5:s.depth;if(void 0===n&&(n=0),n>=D&&D>0&&"object"==typeof t)return B(t)?"[Array]":"[Object]";var A,z=function(e,t){var i;if("\t"===e.indent)i="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;i=j.call(Array(e.indent+1)," ")}return{base:i,prev:j.call(Array(t+1),i)}}(s,n);if(void 0===a)a=[];else if(H(a,t)>=0)return"[Circular]";function M(t,i,r){if(i&&(a=E.call(a)).push(i),r){var o={depth:s.depth};return $(s,"quoteStyle")&&(o.quoteStyle=s.quoteStyle),e(t,o,n+1,a)}return e(t,s,n+1,a)}if("function"==typeof t){var W=function(e){if(e.name)return e.name;var t=v.call(g.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}(t),Z=J(t,M);return"[Function"+(W?": "+W:" (anonymous)")+"]"+(Z.length>0?" { "+j.call(Z,", ")+" }":"")}if(U(t)){var K=T?b.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):S.call(t);return"object"!=typeof t||T?K:V(K)}if((A=t)&&"object"==typeof A&&("undefined"!=typeof HTMLElement&&A instanceof HTMLElement||"string"==typeof A.nodeName&&"function"==typeof A.getAttribute)){for(var ee="<"+w.call(String(t.nodeName)),te=t.attributes||[],ie=0;ie"}if(B(t)){if(0===t.length)return"[]";var ne=J(t,M);return z&&!function(e){for(var t=0;t=0)return!1;return!0}(ne)?"["+X(ne,z)+"]":"[ "+j.call(ne,", ")+" ]"}if(function(e){return!("[object Error]"!==q(e)||O&&"object"==typeof e&&O in e)}(t)){var ae=J(t,M);return"cause"in t&&!I.call(t,"cause")?"{ ["+String(t)+"] "+j.call(_.call("[cause]: "+M(t.cause),ae),", ")+" }":0===ae.length?"["+String(t)+"]":"{ ["+String(t)+"] "+j.call(ae,", ")+" }"}if("object"==typeof t&&c){if(R&&"function"==typeof t[R])return t[R]();if("symbol"!==c&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!r||!e||"object"!=typeof e)return!1;try{r.call(e);try{u.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var re=[];return o.call(t,(function(e,i){re.push(M(i,t,!0)+" => "+M(e,t))})),Q("Map",r.call(t),re,z)}if(function(e){if(!u||!e||"object"!=typeof e)return!1;try{u.call(e);try{r.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var oe=[];return l.call(t,(function(e){oe.push(M(e,t))})),Q("Set",u.call(t),oe,z)}if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{p.call(e,p);try{d.call(e,d)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return Y("WeakMap");if(function(e){if(!d||!e||"object"!=typeof e)return!1;try{d.call(e,d);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return Y("WeakSet");if(function(e){if(!h||!e||"object"!=typeof e)return!1;try{return h.call(e),!0}catch(e){}return!1}(t))return Y("WeakRef");if(function(e){return!("[object Number]"!==q(e)||O&&"object"==typeof e&&O in e)}(t))return V(M(Number(t)));if(function(e){if(!e||"object"!=typeof e||!C)return!1;try{return C.call(e),!0}catch(e){}return!1}(t))return V(M(C.call(t)));if(function(e){return!("[object Boolean]"!==q(e)||O&&"object"==typeof e&&O in e)}(t))return V(m.call(t));if(function(e){return!("[object String]"!==q(e)||O&&"object"==typeof e&&O in e)}(t))return V(M(String(t)));if(!function(e){return!("[object Date]"!==q(e)||O&&"object"==typeof e&&O in e)}(t)&&!function(e){return!("[object RegExp]"!==q(e)||O&&"object"==typeof e&&O in e)}(t)){var se=J(t,M),ce=P?P(t)===Object.prototype:t instanceof Object||t.constructor===Object,ue=t instanceof Object?"":"null prototype",le=!ce&&O&&Object(t)===t&&O in t?y.call(q(t),8,-1):ue?"Object":"",pe=(ce||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(le||ue?"["+j.call(_.call([],le||[],ue||[]),": ")+"] ":"");return 0===se.length?pe+"{}":z?pe+"{"+X(se,z)+"}":pe+"{ "+j.call(se,", ")+" }"}return String(t)};var M=Object.prototype.hasOwnProperty||function(e){return e in this};function $(e,t){return M.call(e,t)}function q(e){return f.call(e)}function H(e,t){if(e.indexOf)return e.indexOf(t);for(var i=0,n=e.length;it.maxStringLength){var i=e.length-t.maxStringLength,n="... "+i+" more character"+(i>1?"s":"");return G(y.call(e,0,t.maxStringLength),t)+n}return L(b.call(b.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,W),"single",t)}function W(e){var t=e.charCodeAt(0),i={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return i?"\\"+i:"\\x"+(t<16?"0":"")+x.call(t.toString(16))}function V(e){return"Object("+e+")"}function Y(e){return e+" { ? }"}function Q(e,t,i,n){return e+" ("+t+") {"+(n?X(i,n):j.call(i,", "))+"}"}function X(e,t){if(0===e.length)return"";var i="\n"+t.prev+t.base;return i+j.call(e,","+i)+"\n"+t.prev}function J(e,t){var i=B(e),n=[];if(i){n.length=e.length;for(var a=0;a{e.exports=i(31669).inspect},80338:(e,t,i)=>{"use strict";e.exports=function(e,t){return!1!==r(e)?(a(t,null,e),e):(function(e,t){var i=e.__onFinished;i&&i.queue||(i=e.__onFinished=function(e){function t(i){if(e.__onFinished===t&&(e.__onFinished=null),t.queue){var n=t.queue;t.queue=null;for(var a=0;a{"use strict";function t(e,t){for(var i=0;i1&&"string"==typeof arguments[1]?2:1,r=n>=a+1?arguments[a]:void 0;this.statusCode=e,Array.isArray(r)?t(this,r):r&&i(this,r);for(var o=new Array(Math.min(n,a)),s=0;s{var n=i(52479);function a(e){var t=function(){return t.called?t.value:(t.called=!0,t.value=e.apply(this,arguments))};return t.called=!1,t}function r(e){var t=function(){if(t.called)throw new Error(t.onceError);return t.called=!0,t.value=e.apply(this,arguments)},i=e.name||"Function wrapped with `once`";return t.onceError=i+" shouldn't be called more than once",t.called=!1,t}e.exports=n(a),e.exports.strict=n(r),a.proto=a((function(){Object.defineProperty(Function.prototype,"once",{value:function(){return a(this)},configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return r(this)},configurable:!0})}))},80341:e=>{"use strict";class t extends Error{constructor(e){super(e||"Promise was canceled"),this.name="CancelError"}get isCanceled(){return!0}}class i{static fn(e){return(...t)=>new i(((i,n,a)=>{t.push(a),e(...t).then(i,n)}))}constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanceled=!1,this._rejectOnCancel=!0,this._promise=new Promise(((t,i)=>{this._reject=i;const n=e=>{if(!this._isPending)throw new Error("The `onCancel` handler was attached after the promise settled.");this._cancelHandlers.push(e)};return Object.defineProperties(n,{shouldReject:{get:()=>this._rejectOnCancel,set:e=>{this._rejectOnCancel=e}}}),e((e=>{this._isCanceled&&n.shouldReject||(this._isPending=!1,t(e))}),(e=>{this._isPending=!1,i(e)}),n)}))}then(e,t){return this._promise.then(e,t)}catch(e){return this._promise.catch(e)}finally(e){return this._promise.finally(e)}cancel(e){if(this._isPending&&!this._isCanceled){if(this._isCanceled=!0,this._cancelHandlers.length>0)try{for(const e of this._cancelHandlers)e()}catch(e){return void this._reject(e)}this._rejectOnCancel&&this._reject(new t(e))}}get isCanceled(){return this._isCanceled}}Object.setPrototypeOf(i.prototype,Promise.prototype),e.exports=i,e.exports.CancelError=t},18317:(e,t,i)=>{"use strict";var n=i(78835),a=n.parse,r=n.Url;function o(e){var t=e.url;if(void 0!==t){var i=e._parsedUrl;return c(t,i)?i:((i=s(t))._raw=t,e._parsedUrl=i)}}function s(e){if("string"!=typeof e||47!==e.charCodeAt(0))return a(e);for(var t=e,i=null,n=null,o=1;o{e.exports=function e(i,n,a){n=n||[];var r,o=(a=a||{}).strict,s=!1!==a.end,c=a.sensitive?"":"i",u=0,l=n.length,p=0,d=0;if(i instanceof RegExp){for(;r=t.exec(i.source);)n.push({name:d++,optional:!1,offset:r.index});return i}if(Array.isArray(i))return i=i.map((function(t){return e(t,n,a).source})),new RegExp("(?:"+i.join("|")+")",c);for(i=("^"+i+(o?"":"/"===i[i.length-1]?"?":"/?")).replace(/\/\(/g,"/(?:").replace(/([\/\.])/g,"\\$1").replace(/(\\\/)?(\\\.)?:(\w+)(\(.*?\))?(\*)?(\?)?/g,(function(e,t,i,a,r,o,s,c){t=t||"",i=i||"",r=r||"([^\\/"+i+"]+?)",s=s||"",n.push({name:a,optional:!!s,offset:c+u});var l=(s?"":t)+"(?:"+i+(s?t:"")+r+(o?"((?:[\\/"+i+"].+?)?)":"")+")"+s;return u+=l.length-e.length,l})).replace(/\*/g,(function(e,t){for(var i=n.length;i-- >l&&n[i].offset>t;)n[i].offset+=3;return"(.*)"}));r=t.exec(i);){for(var h=0,m=r.index;"\\"===i.charAt(--m);)h++;h%2!=1&&((l+p===n.length||n[l+p].offset>r.index)&&n.splice(l+p,0,{name:d++,optional:!1,offset:r.index}),p++)}return i+=s?"$":"/"===i[i.length-1]?"":"(?=\\/|$)",new RegExp(i,c)};var t=/\((?!\?)/g},68288:(e,t,i)=>{"use strict";var n=i(80868).ProbeError,a=i(64484),r=i(72378),o=i(62510),s=i(78480),c=i(78835).URL,u={open_timeout:1e4,response_timeout:6e4,read_timeout:6e4,follow_max:10,parse_response:!1,headers:{"User-Agent":o.name+"/"+o.version+"(+https://github.com/nodeca/probe-image-size)"}};e.exports=function(e,t){return new Promise((function(i,o){var l,p,d=e;try{var h=r({},u,t);l=a.get(e,h)}catch(e){return void o(e)}l.on("redirect",(function(e){try{d=new c(e,d).href}catch(e){o(e),l.request.abort()}})),l.on("header",(function(e,t){if(200!==e)return o(new n("bad status code: "+e,null,e)),void l.request.abort();p=t["content-length"]})),l.on("err",(function(e){o(e),l.request.abort()})),s(l,!0).then((function(e){p&&p.match(/^\d+$/)&&(e.length=+p),e.url=d,i(e),l.request.abort()})).catch((function(e){o(e),l.request.abort()}))}))},e.exports.parsers=i(29620)},98754:(e,t,i)=>{"use strict";var n=i(78480),a=i(68288);e.exports=function(e,t){return"function"==typeof e.on&&"function"==typeof e.emit?n(e,t):a(e,t||{})},e.exports.parsers=i(29620),e.exports.sync=i(56279),e.exports.Error=i(80868).ProbeError},80868:(e,t,i)=>{"use strict";var n=i(92413).Transform,a=i(47164);function r(){n.call(this,{readableObjectMode:!0})}function o(e,t,i){Error.call(this),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=e,t&&(this.code=t),i&&(this.statusCode=i)}r.prototype=Object.create(n.prototype),r.prototype.constructor=r,a(r.prototype),t.xi=r,t.OF=function(e,t,i){for(var n=t,a=0;a{"use strict";function t(e,t){var i=new Error(e);return i.code=t,i}function i(e){try{return decodeURIComponent(escape(e))}catch(t){return e}}function n(e,i,n){this.input=e.subarray(i,n),this.start=i;var a=String.fromCharCode.apply(null,this.input.subarray(0,4));if("II*\0"!==a&&"MM\0*"!==a)throw t("invalid TIFF signature","EBADDATA");this.big_endian="M"===a[0]}n.prototype.each=function(e){this.aborted=!1;var t=this.read_uint32(4);for(this.ifds_to_read=[{id:0,offset:t}];this.ifds_to_read.length>0&&!this.aborted;){var i=this.ifds_to_read.shift();i.offset&&this.scan_ifd(i.id,i.offset,e)}},n.prototype.read_uint16=function(e){var i=this.input;if(e+2>i.length)throw t("unexpected EOF","EBADDATA");return this.big_endian?256*i[e]+i[e+1]:i[e]+256*i[e+1]},n.prototype.read_uint32=function(e){var i=this.input;if(e+4>i.length)throw t("unexpected EOF","EBADDATA");return this.big_endian?16777216*i[e]+65536*i[e+1]+256*i[e+2]+i[e+3]:i[e]+256*i[e+1]+65536*i[e+2]+16777216*i[e+3]},n.prototype.is_subifd_link=function(e,t){return 0===e&&34665===t||0===e&&34853===t||34665===e&&40965===t},n.prototype.exif_format_length=function(e){switch(e){case 1:case 2:case 6:case 7:return 1;case 3:case 8:return 2;case 4:case 9:case 11:return 4;case 5:case 10:case 12:return 8;default:return 0}},n.prototype.exif_format_read=function(e,t){var i;switch(e){case 1:case 2:return this.input[t];case 6:return(i=this.input[t])|33554430*(128&i);case 3:return this.read_uint16(t);case 8:return(i=this.read_uint16(t))|131070*(32768&i);case 4:return this.read_uint32(t);case 9:return 0|this.read_uint32(t);default:return null}},n.prototype.scan_ifd=function(e,n,a){var r=this.read_uint16(n);n+=2;for(var o=0;othis.input.length)throw t("unexpected EOF","EBADDATA");for(var m=[],f=d,g=0;g0&&(this.ifds_to_read.push({id:s,offset:m[0]}),h=!0),!1===a({is_big_endian:this.big_endian,ifd:e,tag:s,format:c,count:u,entry_offset:n+this.start,data_length:p,data_offset:d+this.start,value:m,is_subifd_link:h}))return void(this.aborted=!0);n+=12}0===e&&this.ifds_to_read.push({id:1,offset:this.read_uint32(n)})},e.exports.ExifParser=n,e.exports.get_orientation=function(e){var t=0;try{return new n(e,0,e.length).each((function(e){if(0===e.ifd&&274===e.tag&&Array.isArray(e.value))return t=e.value[0],!1})),t}catch(e){return-1}}},31540:(e,t,i)=>{"use strict";var n=i(80868).n8,a=i(80868).Ag;function r(e,t){if(e.length<4+t)return null;var i=a(e,t);return e.length>4&15,a=15&e[4],r=e[5]>>4&15,o=n(e,6),c=8,u=0;ut.width||e.width===t.width&&e.height>t.height?e:t})),a=i.reduce((function(e,t){return e.height>t.height||e.height===t.height&&e.width>t.width?e:t})),n.width>a.height||n.width===a.height&&n.height>a.width?n:a),s=1;t.transforms.forEach((function(e){var t={1:6,2:5,3:8,4:7,5:4,6:3,7:2,8:1},i={1:4,2:3,3:2,4:1,5:6,6:5,7:8,8:7};if("imir"===e.type&&(s=0===e.value?i[s]:t[s=t[s=i[s]]]),"irot"===e.type)for(var n=0;n{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=i(80868).Ag,s=i(31540),c=i(44706),u=a("ftyp");function l(e,t,i){0!==t?e._skipBytes(t,i):i()}function p(e,t){e._bytes(8,(function(i){t.offset+=8;var n=o(i,0)-8,a=String.fromCharCode.apply(null,i.slice(4,8));return"mdat"===a||n<0?(e._skipBytes(1/0),void e.push(null)):void("meta"===a&&n>0?e._bytes(n,(function(i){t.offset+=n;var a=s.readSizeFromMeta(i);if(!a)return e._skipBytes(1/0),void e.push(null);var r={width:a.width,height:a.height,type:t.fileType.type,mime:t.fileType.mime,wUnits:"px",hUnits:"px"};a.variants.length>1&&(r.variants=a.variants),a.orientation&&(r.orientation=a.orientation),t.exif_location=a.exif_location,function(e,t,i){!t.exif_location||t.exif_location.offset<=t.offset?i(0):e._skipBytes(t.exif_location.offset-t.offset,(function(){t.offset=t.exif_location.offset,e._bytes(4,(function(n){t.offset+=4;var a=o(n,0);l(e,a,(function(){t.offset+=a;var n=t.exif_location.length-a-4;n<=0?i(0):e._bytes(n,(function(e){t.offset+=n,i(c.get_orientation(e))}))}))}))}))}(e,t,(function(t){t>0&&(r.orientation=t),e._skipBytes(1/0),e.push(r),e.push(null)}))})):l(e,n,(function(){t.offset+=n,p(e,t)})))}))}e.exports=function(){var e=new n,t={offset:0,fileType:null};return e._bytes(8,(function(i){if(t.offset+=8,!r(i,4,u))return e._skipBytes(1/0),void e.push(null);var n=o(i,0)-8;if(n<=0)return e._skipBytes(1/0),void e.push(null);e._bytes(n,(function(i){if(t.offset+=n,t.fileType=s.getMimeType(i),!t.fileType)return e._skipBytes(1/0),void e.push(null);p(e,t)}))})),e}},32597:(e,t,i)=>{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=a("BM");e.exports=function(){var e=new n;return e._bytes(26,(function(t){e._skipBytes(1/0),r(t,0,o)?(e.push({width:t.readUInt16LE(18),height:t.readUInt16LE(22),type:"bmp",mime:"image/bmp",wUnits:"px",hUnits:"px"}),e.push(null)):e.push(null)})),e}},80743:(e,t,i)=>{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=a("GIF87a"),s=a("GIF89a");e.exports=function(){var e=new n;return e._bytes(10,(function(t){e._skipBytes(1/0),r(t,0,o)||r(t,0,s)?(e.push({width:t.readUInt16LE(6),height:t.readUInt16LE(8),type:"gif",mime:"image/gif",wUnits:"px",hUnits:"px"}),e.push(null)):e.push(null)})),e}},34102:(e,t,i)=>{"use strict";var n=i(80868).xi;e.exports=function(){var e=new n;return e._bytes(6,(function(t){var i=t.readUInt16LE(0),n=t.readUInt16LE(2),a=t.readUInt16LE(4);if(0!==i||1!==n||!a)return e._skipBytes(1/0),void e.push(null);e._bytes(16*a,(function(t){e._skipBytes(1/0);for(var i=[],n={width:0,height:0},r=0;rn.width||s>n.height)&&(n=c)}e.push({width:n.width,height:n.height,variants:i,type:"ico",mime:"image/x-icon",wUnits:"px",hUnits:"px"}),e.push(null)}))})),e}},34379:(e,t,i)=>{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=i(44706),s=a("Exif\0\0");function c(e,t){e._bytes(1,(function(i){var n=i[0];255!==n?208<=n&&n<=217||1===n?t(n,0):192<=n&&n<=254?e._bytes(2,(function(e){t(n,e.readUInt16BE(0)-2)})):t():c(e,t)}))}function u(e,t,i){var n=t.start;t.start=!1,e._bytes(1,(function(a){255===a[0]?c(e,i):n?i():u(e,t,i)}))}function l(e,t){u(e,t,(function(i,n){return!i||n<0||217===i||218===i?(e._skipBytes(1/0),void e.push(null)):void(225===i&&n>=10?e._bytes(n,(function(i){r(i,0,s)&&(t.orientation=o.get_orientation(i.slice(6,6+n))),l(e,t)})):n<=0?l(e,t):n>=5&&192<=i&&i<=207&&196!==i&&200!==i&&204!==i?e._bytes(n,(function(i){e._skipBytes(1/0);var n={width:i.readUInt16BE(3),height:i.readUInt16BE(1),type:"jpg",mime:"image/jpeg",wUnits:"px",hUnits:"px"};t.orientation>0&&(n.orientation=t.orientation),e.push(n),e.push(null)})):e._skipBytes(n,(function(){l(e,t)})))}))}e.exports=function(){var e=new n;return e._bytes(2,(function(t){if(255!==t[0]||216!==t[1])return e._skipBytes(1/0),void e.push(null);l(e,{start:!0})})),e}},64760:(e,t,i)=>{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=a("‰PNG\r\n\n"),s=a("IHDR");e.exports=function(){var e=new n;return e._bytes(24,(function(t){e._skipBytes(1/0),r(t,0,o)&&r(t,12,s)?(e.push({width:t.readUInt32BE(16),height:t.readUInt32BE(20),type:"png",mime:"image/png",wUnits:"px",hUnits:"px"}),e.push(null)):e.push(null)})),e}},34928:(e,t,i)=>{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=a("8BPS\0");e.exports=function(){var e=new n;return e._bytes(6,(function(t){if(!r(t,0,o))return e._skipBytes(1/0),void e.push(null);e._bytes(16,(function(t){e._skipBytes(1/0),e.push({width:t.readUInt32BE(12),height:t.readUInt32BE(8),type:"psd",mime:"image/vnd.adobe.photoshop",wUnits:"px",hUnits:"px"}),e.push(null)}))})),e}},49240:(e,t,i)=>{"use strict";var n=i(92413).Transform,a=/<[-_.:a-zA-Z0-9][^>]*>/,r=/^<([-_.:a-zA-Z0-9]+:)?svg\s/,o=/[^-]\bwidth="([^%]+?)"|[^-]\bwidth='([^%]+?)'/,s=/\bheight="([^%]+?)"|\bheight='([^%]+?)'/,c=/\bview[bB]ox="(.+?)"|\bview[bB]ox='(.+?)'/,u=/in$|mm$|cm$|pt$|pc$|px$|em$|ex$/;function l(e){return"number"==typeof e&&isFinite(e)&&e>0}function p(e){return u.test(e)?e.match(u)[0]:"px"}e.exports=function(){var e=0,t=0,i="",u=null,d=new n({readableObjectMode:!0,transform:function n(h,m,f){switch(e){case 0:if(u&&(h=Buffer.concat([u,h]),u=null),0===t&&h.length<4){u=h;break}var g=0,v=h.length;for(0===t&&239===h[0]&&187===h[1]&&191===h[2]&&(g=3);g=v)(t+=h.length)>65536&&(e=2,d.push(null));else{if(60===h[g])return e=1,n(h,m,f);e=2,d.push(null)}break;case 1:var y=function(e){var t=(e.match(a)||[""])[0];if(r.test(t)){var i=function(e){var t=e.match(o),i=e.match(s),n=e.match(c);return{width:t&&(t[1]||t[2]),height:i&&(i[1]||i[2]),viewbox:n&&(n[1]||n[2])}}(t),n=parseFloat(i.width),u=parseFloat(i.height);if(i.width&&i.height){if(!l(n)||!l(u))return;return{width:n,height:u,type:"svg",mime:"image/svg+xml",wUnits:p(i.width),hUnits:p(i.height)}}var d=(i.viewbox||"").split(" "),h={width:d[2],height:d[3]},m=parseFloat(h.width),f=parseFloat(h.height);if(l(m)&&l(f)&&p(h.width)===p(h.height)){var g=m/f;if(i.width){if(!l(n))return;return{width:n,height:n/g,type:"svg",mime:"image/svg+xml",wUnits:p(i.width),hUnits:p(i.width)}}if(i.height){if(!l(u))return;return{width:u*g,height:u,type:"svg",mime:"image/svg+xml",wUnits:p(i.height),hUnits:p(i.height)}}return{width:m,height:f,type:"svg",mime:"image/svg+xml",wUnits:p(h.width),hUnits:p(h.height)}}}}(i+=h.toString());if(y){e=2,d.push(y),d.push(null);break}(t+=h.length)>65536&&(e=2,d.push(null))}var b;f()},flush:function(){e=2,d.push(null)}});return d}},80213:(e,t,i)=>{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=a("II*\0"),s=a("MM\0*");function c(e,t,i){return i?e.readUInt16BE(t):e.readUInt16LE(t)}function u(e,t,i){return i?e.readUInt32BE(t):e.readUInt32LE(t)}function l(e,t,i){var n=c(e,t+2,i);return 1!==u(e,t+4,i)||3!==n&&4!==n?null:3===n?c(e,t+8,i):u(e,t+8,i)}e.exports=function(){var e=new n;return e._bytes(8,(function(t){if(!r(t,0,o)&&!r(t,0,s))return e._skipBytes(1/0),void e.push(null);var i=77===t[0],n=u(t,4,i)-8;if(n<0)return e._skipBytes(1/0),void e.push(null);!function(e,t,i){0!==t?e._skipBytes(t,i):i()}(e,n,(function(){e._bytes(2,(function(t){var n=12*c(t,0,i);if(n<=0)return e._skipBytes(1/0),void e.push(null);e._bytes(n,(function(t){var a,r,o,s;for(e._skipBytes(1/0),a=0;a{"use strict";var n=i(80868).xi,a=i(80868).eG,r=i(80868).OF,o=i(44706),s=a("RIFF"),c=a("WEBP");function u(e,t,i){0!==t?e._skipBytes(t,i):i()}function l(e,t){if(t.fileLength-8<=t.offset){if(e._skipBytes(1/0),t.result){var i=t.result;t.exif_orientation>0&&(i.orientation=t.exif_orientation),e.push(i)}e.push(null)}else e._bytes(4-t.bufferedChunkHeader.length,(function(i){t.offset+=4-t.bufferedChunkHeader.length;var n=t.bufferedChunkHeader+String.fromCharCode.apply(null,i);if((n=n.replace(/^\0+/,"")).length<4)return t.bufferedChunkHeader=n,void l(e,t);t.bufferedChunkHeader="",e._bytes(4,(function(i){t.offset+=4;var a=i.readUInt32LE(0);"VP8 "===n&&a>=10?function(e,t,i){e._bytes(10,(function(n){157===n[3]&&1===n[4]&&42===n[5]&&(i.result=i.result||{width:16383&n.readUInt16LE(6),height:16383&n.readUInt16LE(8),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}),u(e,t-10,(function(){i.offset+=t,l(e,i)}))}))}(e,a,t):"VP8L"===n&&a>=5?function(e,t,i){e._bytes(5,(function(n){if(47===n[0]){var a=n.readUInt32LE(1);i.result=i.result||{width:1+(16383&a),height:1+(a>>14&16383),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}}u(e,t-5,(function(){i.offset+=t,l(e,i)}))}))}(e,a,t):"VP8X"===n&&a>=10?function(e,t,i){e._bytes(10,(function(n){i.result=i.result||{width:1+(n[6]<<16|n[5]<<8|n[4]),height:1+(n[9]<<16|n[8]<<8|n[7]),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"},u(e,t-10,(function(){i.offset+=t,l(e,i)}))}))}(e,a,t):"EXIF"===n&&a>=4?function(e,t,i){e._bytes(t,(function(t){i.offset=1/0,i.exif_orientation=o.get_orientation(t),l(e,i)}))}(e,a,t):u(e,a,(function(){t.offset+=a,l(e,t)}))}))}))}e.exports=function(){var e=new n;return e._bytes(12,(function(t){r(t,0,s)&&r(t,8,c)?l(e,{fileLength:t.readUInt32LE(4)+8,offset:12,exif_orientation:0,bufferedChunkHeader:""}):(e._skipBytes(1/0),e.push(null))})),e}},16440:(e,t,i)=>{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).Ag,o=i(31540),s=i(44706),c=n("ftyp");e.exports=function(e){if(a(e,4,c)){var t=o.unbox(e,0);if(t){var i=o.getMimeType(t.data);if(i){for(var n,u=t.end;;){var l=o.unbox(e,u);if(!l)break;if(u=l.end,"mdat"===l.boxtype)return;if("meta"===l.boxtype){n=l.data;break}}if(n){var p=o.readSizeFromMeta(n);if(p){var d={width:p.width,height:p.height,type:i.type,mime:i.mime,wUnits:"px",hUnits:"px"};if(p.variants.length>1&&(d.variants=p.variants),p.orientation&&(d.orientation=p.orientation),p.exif_location&&p.exif_location.offset+p.exif_location.length<=e.length){var h=r(e,p.exif_location.offset),m=e.slice(p.exif_location.offset+h+4,p.exif_location.offset+p.exif_location.length),f=s.get_orientation(m);f>0&&(d.orientation=f)}return d}}}}}}},76727:(e,t,i)=>{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).mP,o=n("BM");e.exports=function(e){if(!(e.length<26)&&a(e,0,o))return{width:r(e,18),height:r(e,22),type:"bmp",mime:"image/bmp",wUnits:"px",hUnits:"px"}}},75781:(e,t,i)=>{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).mP,o=n("GIF87a"),s=n("GIF89a");e.exports=function(e){if(!(e.length<10)&&(a(e,0,o)||a(e,0,s)))return{width:r(e,6),height:r(e,8),type:"gif",mime:"image/gif",wUnits:"px",hUnits:"px"}}},40492:(e,t,i)=>{"use strict";var n=i(80868).mP;e.exports=function(e){var t=n(e,0),i=n(e,2),a=n(e,4);if(0===t&&1===i&&a){for(var r=[],o={width:0,height:0},s=0;so.width||u>o.height)&&(o=l)}return{width:o.width,height:o.height,variants:r,type:"ico",mime:"image/x-icon",wUnits:"px",hUnits:"px"}}}},97304:(e,t,i)=>{"use strict";var n=i(80868).n8,a=i(80868).eG,r=i(80868).OF,o=i(44706),s=a("Exif\0\0");e.exports=function(e){if(!(e.length<2)&&255===e[0]&&216===e[1]&&255===e[2])for(var t=2;;){for(;;){if(e.length-t<2)return;if(255===e[t++])break}for(var i,a,c=e[t++];255===c;)c=e[t++];if(208<=c&&c<=217||1===c)i=0;else{if(!(192<=c&&c<=254))return;if(e.length-t<2)return;i=n(e,t)-2,t+=2}if(217===c||218===c)return;if(225===c&&i>=10&&r(e,t,s)&&(a=o.get_orientation(e.slice(t+6,t+i))),i>=5&&192<=c&&c<=207&&196!==c&&200!==c&&204!==c){if(e.length-t0&&(u.orientation=a),u}t+=i}}},57973:(e,t,i)=>{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).Ag,o=n("‰PNG\r\n\n"),s=n("IHDR");e.exports=function(e){if(!(e.length<24)&&a(e,0,o)&&a(e,12,s))return{width:r(e,16),height:r(e,20),type:"png",mime:"image/png",wUnits:"px",hUnits:"px"}}},15017:(e,t,i)=>{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).Ag,o=n("8BPS\0");e.exports=function(e){if(!(e.length<22)&&a(e,0,o))return{width:r(e,18),height:r(e,14),type:"psd",mime:"image/vnd.adobe.photoshop",wUnits:"px",hUnits:"px"}}},3036:e=>{"use strict";function t(e){return"number"==typeof e&&isFinite(e)&&e>0}var i=/<[-_.:a-zA-Z0-9][^>]*>/,n=/^<([-_.:a-zA-Z0-9]+:)?svg\s/,a=/[^-]\bwidth="([^%]+?)"|[^-]\bwidth='([^%]+?)'/,r=/\bheight="([^%]+?)"|\bheight='([^%]+?)'/,o=/\bview[bB]ox="(.+?)"|\bview[bB]ox='(.+?)'/,s=/in$|mm$|cm$|pt$|pc$|px$|em$|ex$/;function c(e){return s.test(e)?e.match(s)[0]:"px"}e.exports=function(e){if(function(e){var t,i=0,n=e.length;for(239===e[0]&&187===e[1]&&191===e[2]&&(i=3);i{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).mP,o=i(80868).n8,s=i(80868).nm,c=i(80868).Ag,u=n("II*\0"),l=n("MM\0*");function p(e,t,i){return i?o(e,t):r(e,t)}function d(e,t,i){return i?c(e,t):s(e,t)}function h(e,t,i){var n=p(e,t+2,i);return 1!==d(e,t+4,i)||3!==n&&4!==n?null:3===n?p(e,t+8,i):d(e,t+8,i)}e.exports=function(e){if(!(e.length<8)&&(a(e,0,u)||a(e,0,l))){var t=77===e[0],i=d(e,4,t)-8;if(!(i<0)){var n=i+8;if(!(e.length-n<2)){var r=12*p(e,n+0,t);if(!(r<=0||(n+=2,e.length-n{"use strict";var n=i(80868).eG,a=i(80868).OF,r=i(80868).mP,o=i(80868).nm,s=i(44706),c=n("RIFF"),u=n("WEBP");function l(e,t){if(157===e[t+3]&&1===e[t+4]&&42===e[t+5])return{width:16383&r(e,t+6),height:16383&r(e,t+8),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}}function p(e,t){if(47===e[t]){var i=o(e,t+1);return{width:1+(16383&i),height:1+(i>>14&16383),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}}}function d(e,t){return{width:1+(e[t+6]<<16|e[t+5]<<8|e[t+4]),height:1+(e[t+9]<e.length)){for(;t+8=10?i=i||l(e,t+8):"VP8L"===h&&m>=9?i=i||p(e,t+8):"VP8X"===h&&m>=10?i=i||d(e,t+8):"EXIF"===h&&(n=s.get_orientation(e.slice(t+8,t+8+m)),t=1/0),t+=8+m}else t++;if(i)return n>0&&(i.orientation=n),i}}}},29620:(e,t,i)=>{"use strict";e.exports={avif:i(56642),bmp:i(32597),gif:i(80743),ico:i(34102),jpeg:i(34379),png:i(64760),psd:i(34928),svg:i(49240),tiff:i(80213),webp:i(59971)}},32566:(e,t,i)=>{"use strict";e.exports={avif:i(16440),bmp:i(76727),gif:i(75781),ico:i(40492),jpeg:i(97304),png:i(57973),psd:i(15017),svg:i(3036),tiff:i(68173),webp:i(51427)}},62510:e=>{"use strict";e.exports=JSON.parse('{"name":"probe-image-size","version":"7.2.2","description":"Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)","keywords":["image","size","jpg","jpeg","ico","gif","png","webp","tiff","bmp","svg","psd"],"repository":"nodeca/probe-image-size","license":"MIT","files":["index.js","http.js","stream.js","sync.js","lib/"],"scripts":{"lint":"eslint .","test":"npm run lint && nyc mocha","coverage":"npm run test && nyc report --reporter html","report-coveralls":"nyc --reporter=lcov mocha"},"mocha":{"timeout":5000},"dependencies":{"lodash.merge":"^4.6.2","needle":"^2.5.2","stream-parser":"~0.3.1"},"devDependencies":{"eslint":"^8.2.0","mocha":"^9.1.3","nyc":"^15.1.0"}}')},78480:(e,t,i)=>{"use strict";var n=i(80868).ProbeError,a=i(29620),r=i(92413).PassThrough,o=i(92413).pipeline;e.exports=function(e,t){var i=new r;i.setMaxListeners(Object.keys(a).length+10);var s=new Promise((function(t,r){e.on("error",r),i.on("error",r);var o,s=[];function c(e){var t=s.indexOf[this];t<0||(e&&(o=e),i.unpipe(this),this.removeAllListeners(),s.splice(t,1),s.length||r(o||new n("unrecognized file format","ECONTENT")))}Object.keys(a).forEach((function(e){var n=a[e]();s.push(n),n.once("data",t),n.once("end",c),n.on("error",c),i.pipe(n)}))}));function c(){t&&"function"==typeof e.unpipe&&e.unpipe(i),i.destroy()}return s.then(c).catch(c),t?e.pipe(i):o(e,i,(function(){})),s},e.exports.parsers=a},56279:(e,t,i)=>{"use strict";var n=i(32566);e.exports=function(e){return function(e){for(var t=Object.keys(n),i=0;i{"use strict";e.exports=function(e,t){if(!e)throw new TypeError("req argument is required");if(!t)throw new TypeError("trust argument is required");var i=u(e,t);return i[i.length-1]},e.exports.all=u,e.exports.compile=l;var n=i(271),a=i(56512),r=/^[0-9]+$/,o=a.isValid,s=a.parse,c={linklocal:["169.254.0.0/16","fe80::/10"],loopback:["127.0.0.1/8","::1/128"],uniquelocal:["10.0.0.0/8","172.16.0.0/12","192.168.0.0/16","fc00::/7"]};function u(e,t){var i=n(e);if(!t)return i;"function"!=typeof t&&(t=l(t));for(var a=0;aa)throw new TypeError("invalid range on address: "+e);return[n,c]}function d(){return!1}},69246:(e,t,i)=>{"pseudomap"===process.env.npm_package_name&&"test"===process.env.npm_lifecycle_script&&(process.env.TEST_PSEUDOMAP="true"),"function"!=typeof Map||process.env.TEST_PSEUDOMAP?e.exports=i(12477):e.exports=Map},12477:e=>{var t=Object.prototype.hasOwnProperty;function i(e){if(!(this instanceof i))throw new TypeError("Constructor PseudoMap requires 'new'");if(this.clear(),e)if(e instanceof i||"function"==typeof Map&&e instanceof Map)e.forEach((function(e,t){this.set(t,e)}),this);else{if(!Array.isArray(e))throw new TypeError("invalid argument");e.forEach((function(e){this.set(e[0],e[1])}),this)}}function n(e,t){return e===t||e!=e&&t!=t}function a(e,t,i){this.key=e,this.value=t,this._index=i}function r(e,i){for(var a=0,r="_"+i,o=r;t.call(e,o);o=r+a++)if(n(e[o].key,i))return e[o]}e.exports=i,i.prototype.forEach=function(e,t){t=t||this,Object.keys(this._data).forEach((function(i){"size"!==i&&e.call(t,this._data[i].value,this._data[i].key)}),this)},i.prototype.has=function(e){return!!r(this._data,e)},i.prototype.get=function(e){var t=r(this._data,e);return t&&t.value},i.prototype.set=function(e,i){!function(e,i,r){for(var o=0,s="_"+i,c=s;t.call(e,c);c=s+o++)if(n(e[c].key,i))return void(e[c].value=r);e.size++,e[c]=new a(i,r,c)}(this._data,e,i)},i.prototype.delete=function(e){var t=r(this._data,e);t&&(delete this._data[t._index],this._data.size--)},i.prototype.clear=function(){var e=Object.create(null);e.size=0,Object.defineProperty(this,"_data",{value:e,enumerable:!1,configurable:!0,writable:!1})},Object.defineProperty(i.prototype,"size",{get:function(){return this._data.size},set:function(e){},enumerable:!0,configurable:!0}),i.prototype.values=i.prototype.keys=i.prototype.entries=function(){throw new Error("iterators are not implemented in this version")}},2156:e=>{"use strict";e.exports=JSON.parse('["ac","com.ac","edu.ac","gov.ac","net.ac","mil.ac","org.ac","ad","nom.ad","ae","co.ae","net.ae","org.ae","sch.ae","ac.ae","gov.ae","mil.ae","aero","accident-investigation.aero","accident-prevention.aero","aerobatic.aero","aeroclub.aero","aerodrome.aero","agents.aero","aircraft.aero","airline.aero","airport.aero","air-surveillance.aero","airtraffic.aero","air-traffic-control.aero","ambulance.aero","amusement.aero","association.aero","author.aero","ballooning.aero","broker.aero","caa.aero","cargo.aero","catering.aero","certification.aero","championship.aero","charter.aero","civilaviation.aero","club.aero","conference.aero","consultant.aero","consulting.aero","control.aero","council.aero","crew.aero","design.aero","dgca.aero","educator.aero","emergency.aero","engine.aero","engineer.aero","entertainment.aero","equipment.aero","exchange.aero","express.aero","federation.aero","flight.aero","freight.aero","fuel.aero","gliding.aero","government.aero","groundhandling.aero","group.aero","hanggliding.aero","homebuilt.aero","insurance.aero","journal.aero","journalist.aero","leasing.aero","logistics.aero","magazine.aero","maintenance.aero","media.aero","microlight.aero","modelling.aero","navigation.aero","parachuting.aero","paragliding.aero","passenger-association.aero","pilot.aero","press.aero","production.aero","recreation.aero","repbody.aero","res.aero","research.aero","rotorcraft.aero","safety.aero","scientist.aero","services.aero","show.aero","skydiving.aero","software.aero","student.aero","trader.aero","trading.aero","trainer.aero","union.aero","workinggroup.aero","works.aero","af","gov.af","com.af","org.af","net.af","edu.af","ag","com.ag","org.ag","net.ag","co.ag","nom.ag","ai","off.ai","com.ai","net.ai","org.ai","al","com.al","edu.al","gov.al","mil.al","net.al","org.al","am","co.am","com.am","commune.am","net.am","org.am","ao","ed.ao","gv.ao","og.ao","co.ao","pb.ao","it.ao","aq","ar","com.ar","edu.ar","gob.ar","gov.ar","int.ar","mil.ar","musica.ar","net.ar","org.ar","tur.ar","arpa","e164.arpa","in-addr.arpa","ip6.arpa","iris.arpa","uri.arpa","urn.arpa","as","gov.as","asia","at","ac.at","co.at","gv.at","or.at","au","com.au","net.au","org.au","edu.au","gov.au","asn.au","id.au","info.au","conf.au","oz.au","act.au","nsw.au","nt.au","qld.au","sa.au","tas.au","vic.au","wa.au","act.edu.au","catholic.edu.au","nsw.edu.au","nt.edu.au","qld.edu.au","sa.edu.au","tas.edu.au","vic.edu.au","wa.edu.au","qld.gov.au","sa.gov.au","tas.gov.au","vic.gov.au","wa.gov.au","education.tas.edu.au","schools.nsw.edu.au","aw","com.aw","ax","az","com.az","net.az","int.az","gov.az","org.az","edu.az","info.az","pp.az","mil.az","name.az","pro.az","biz.az","ba","com.ba","edu.ba","gov.ba","mil.ba","net.ba","org.ba","bb","biz.bb","co.bb","com.bb","edu.bb","gov.bb","info.bb","net.bb","org.bb","store.bb","tv.bb","*.bd","be","ac.be","bf","gov.bf","bg","a.bg","b.bg","c.bg","d.bg","e.bg","f.bg","g.bg","h.bg","i.bg","j.bg","k.bg","l.bg","m.bg","n.bg","o.bg","p.bg","q.bg","r.bg","s.bg","t.bg","u.bg","v.bg","w.bg","x.bg","y.bg","z.bg","0.bg","1.bg","2.bg","3.bg","4.bg","5.bg","6.bg","7.bg","8.bg","9.bg","bh","com.bh","edu.bh","net.bh","org.bh","gov.bh","bi","co.bi","com.bi","edu.bi","or.bi","org.bi","biz","bj","asso.bj","barreau.bj","gouv.bj","bm","com.bm","edu.bm","gov.bm","net.bm","org.bm","bn","com.bn","edu.bn","gov.bn","net.bn","org.bn","bo","com.bo","edu.bo","gob.bo","int.bo","org.bo","net.bo","mil.bo","tv.bo","web.bo","academia.bo","agro.bo","arte.bo","blog.bo","bolivia.bo","ciencia.bo","cooperativa.bo","democracia.bo","deporte.bo","ecologia.bo","economia.bo","empresa.bo","indigena.bo","industria.bo","info.bo","medicina.bo","movimiento.bo","musica.bo","natural.bo","nombre.bo","noticias.bo","patria.bo","politica.bo","profesional.bo","plurinacional.bo","pueblo.bo","revista.bo","salud.bo","tecnologia.bo","tksat.bo","transporte.bo","wiki.bo","br","9guacu.br","abc.br","adm.br","adv.br","agr.br","aju.br","am.br","anani.br","aparecida.br","arq.br","art.br","ato.br","b.br","barueri.br","belem.br","bhz.br","bio.br","blog.br","bmd.br","boavista.br","bsb.br","campinagrande.br","campinas.br","caxias.br","cim.br","cng.br","cnt.br","com.br","contagem.br","coop.br","cri.br","cuiaba.br","curitiba.br","def.br","ecn.br","eco.br","edu.br","emp.br","eng.br","esp.br","etc.br","eti.br","far.br","feira.br","flog.br","floripa.br","fm.br","fnd.br","fortal.br","fot.br","foz.br","fst.br","g12.br","ggf.br","goiania.br","gov.br","ac.gov.br","al.gov.br","am.gov.br","ap.gov.br","ba.gov.br","ce.gov.br","df.gov.br","es.gov.br","go.gov.br","ma.gov.br","mg.gov.br","ms.gov.br","mt.gov.br","pa.gov.br","pb.gov.br","pe.gov.br","pi.gov.br","pr.gov.br","rj.gov.br","rn.gov.br","ro.gov.br","rr.gov.br","rs.gov.br","sc.gov.br","se.gov.br","sp.gov.br","to.gov.br","gru.br","imb.br","ind.br","inf.br","jab.br","jampa.br","jdf.br","joinville.br","jor.br","jus.br","leg.br","lel.br","londrina.br","macapa.br","maceio.br","manaus.br","maringa.br","mat.br","med.br","mil.br","morena.br","mp.br","mus.br","natal.br","net.br","niteroi.br","*.nom.br","not.br","ntr.br","odo.br","ong.br","org.br","osasco.br","palmas.br","poa.br","ppg.br","pro.br","psc.br","psi.br","pvh.br","qsl.br","radio.br","rec.br","recife.br","ribeirao.br","rio.br","riobranco.br","riopreto.br","salvador.br","sampa.br","santamaria.br","santoandre.br","saobernardo.br","saogonca.br","sjc.br","slg.br","slz.br","sorocaba.br","srv.br","taxi.br","tc.br","teo.br","the.br","tmp.br","trd.br","tur.br","tv.br","udi.br","vet.br","vix.br","vlog.br","wiki.br","zlg.br","bs","com.bs","net.bs","org.bs","edu.bs","gov.bs","bt","com.bt","edu.bt","gov.bt","net.bt","org.bt","bv","bw","co.bw","org.bw","by","gov.by","mil.by","com.by","of.by","bz","com.bz","net.bz","org.bz","edu.bz","gov.bz","ca","ab.ca","bc.ca","mb.ca","nb.ca","nf.ca","nl.ca","ns.ca","nt.ca","nu.ca","on.ca","pe.ca","qc.ca","sk.ca","yk.ca","gc.ca","cat","cc","cd","gov.cd","cf","cg","ch","ci","org.ci","or.ci","com.ci","co.ci","edu.ci","ed.ci","ac.ci","net.ci","go.ci","asso.ci","aéroport.ci","int.ci","presse.ci","md.ci","gouv.ci","*.ck","!www.ck","cl","aprendemas.cl","co.cl","gob.cl","gov.cl","mil.cl","cm","co.cm","com.cm","gov.cm","net.cm","cn","ac.cn","com.cn","edu.cn","gov.cn","net.cn","org.cn","mil.cn","公司.cn","网络.cn","網絡.cn","ah.cn","bj.cn","cq.cn","fj.cn","gd.cn","gs.cn","gz.cn","gx.cn","ha.cn","hb.cn","he.cn","hi.cn","hl.cn","hn.cn","jl.cn","js.cn","jx.cn","ln.cn","nm.cn","nx.cn","qh.cn","sc.cn","sd.cn","sh.cn","sn.cn","sx.cn","tj.cn","xj.cn","xz.cn","yn.cn","zj.cn","hk.cn","mo.cn","tw.cn","co","arts.co","com.co","edu.co","firm.co","gov.co","info.co","int.co","mil.co","net.co","nom.co","org.co","rec.co","web.co","com","coop","cr","ac.cr","co.cr","ed.cr","fi.cr","go.cr","or.cr","sa.cr","cu","com.cu","edu.cu","org.cu","net.cu","gov.cu","inf.cu","cv","cw","com.cw","edu.cw","net.cw","org.cw","cx","gov.cx","cy","ac.cy","biz.cy","com.cy","ekloges.cy","gov.cy","ltd.cy","name.cy","net.cy","org.cy","parliament.cy","press.cy","pro.cy","tm.cy","cz","de","dj","dk","dm","com.dm","net.dm","org.dm","edu.dm","gov.dm","do","art.do","com.do","edu.do","gob.do","gov.do","mil.do","net.do","org.do","sld.do","web.do","dz","com.dz","org.dz","net.dz","gov.dz","edu.dz","asso.dz","pol.dz","art.dz","ec","com.ec","info.ec","net.ec","fin.ec","k12.ec","med.ec","pro.ec","org.ec","edu.ec","gov.ec","gob.ec","mil.ec","edu","ee","edu.ee","gov.ee","riik.ee","lib.ee","med.ee","com.ee","pri.ee","aip.ee","org.ee","fie.ee","eg","com.eg","edu.eg","eun.eg","gov.eg","mil.eg","name.eg","net.eg","org.eg","sci.eg","*.er","es","com.es","nom.es","org.es","gob.es","edu.es","et","com.et","gov.et","org.et","edu.et","biz.et","name.et","info.et","net.et","eu","fi","aland.fi","fj","ac.fj","biz.fj","com.fj","gov.fj","info.fj","mil.fj","name.fj","net.fj","org.fj","pro.fj","*.fk","fm","fo","fr","asso.fr","com.fr","gouv.fr","nom.fr","prd.fr","tm.fr","aeroport.fr","avocat.fr","avoues.fr","cci.fr","chambagri.fr","chirurgiens-dentistes.fr","experts-comptables.fr","geometre-expert.fr","greta.fr","huissier-justice.fr","medecin.fr","notaires.fr","pharmacien.fr","port.fr","veterinaire.fr","ga","gb","gd","ge","com.ge","edu.ge","gov.ge","org.ge","mil.ge","net.ge","pvt.ge","gf","gg","co.gg","net.gg","org.gg","gh","com.gh","edu.gh","gov.gh","org.gh","mil.gh","gi","com.gi","ltd.gi","gov.gi","mod.gi","edu.gi","org.gi","gl","co.gl","com.gl","edu.gl","net.gl","org.gl","gm","gn","ac.gn","com.gn","edu.gn","gov.gn","org.gn","net.gn","gov","gp","com.gp","net.gp","mobi.gp","edu.gp","org.gp","asso.gp","gq","gr","com.gr","edu.gr","net.gr","org.gr","gov.gr","gs","gt","com.gt","edu.gt","gob.gt","ind.gt","mil.gt","net.gt","org.gt","gu","com.gu","edu.gu","gov.gu","guam.gu","info.gu","net.gu","org.gu","web.gu","gw","gy","co.gy","com.gy","edu.gy","gov.gy","net.gy","org.gy","hk","com.hk","edu.hk","gov.hk","idv.hk","net.hk","org.hk","公司.hk","教育.hk","敎育.hk","政府.hk","個人.hk","个人.hk","箇人.hk","網络.hk","网络.hk","组織.hk","網絡.hk","网絡.hk","组织.hk","組織.hk","組织.hk","hm","hn","com.hn","edu.hn","org.hn","net.hn","mil.hn","gob.hn","hr","iz.hr","from.hr","name.hr","com.hr","ht","com.ht","shop.ht","firm.ht","info.ht","adult.ht","net.ht","pro.ht","org.ht","med.ht","art.ht","coop.ht","pol.ht","asso.ht","edu.ht","rel.ht","gouv.ht","perso.ht","hu","co.hu","info.hu","org.hu","priv.hu","sport.hu","tm.hu","2000.hu","agrar.hu","bolt.hu","casino.hu","city.hu","erotica.hu","erotika.hu","film.hu","forum.hu","games.hu","hotel.hu","ingatlan.hu","jogasz.hu","konyvelo.hu","lakas.hu","media.hu","news.hu","reklam.hu","sex.hu","shop.hu","suli.hu","szex.hu","tozsde.hu","utazas.hu","video.hu","id","ac.id","biz.id","co.id","desa.id","go.id","mil.id","my.id","net.id","or.id","ponpes.id","sch.id","web.id","ie","gov.ie","il","ac.il","co.il","gov.il","idf.il","k12.il","muni.il","net.il","org.il","im","ac.im","co.im","com.im","ltd.co.im","net.im","org.im","plc.co.im","tt.im","tv.im","in","co.in","firm.in","net.in","org.in","gen.in","ind.in","nic.in","ac.in","edu.in","res.in","gov.in","mil.in","info","int","eu.int","io","com.io","iq","gov.iq","edu.iq","mil.iq","com.iq","org.iq","net.iq","ir","ac.ir","co.ir","gov.ir","id.ir","net.ir","org.ir","sch.ir","ایران.ir","ايران.ir","is","net.is","com.is","edu.is","gov.is","org.is","int.is","it","gov.it","edu.it","abr.it","abruzzo.it","aosta-valley.it","aostavalley.it","bas.it","basilicata.it","cal.it","calabria.it","cam.it","campania.it","emilia-romagna.it","emiliaromagna.it","emr.it","friuli-v-giulia.it","friuli-ve-giulia.it","friuli-vegiulia.it","friuli-venezia-giulia.it","friuli-veneziagiulia.it","friuli-vgiulia.it","friuliv-giulia.it","friulive-giulia.it","friulivegiulia.it","friulivenezia-giulia.it","friuliveneziagiulia.it","friulivgiulia.it","fvg.it","laz.it","lazio.it","lig.it","liguria.it","lom.it","lombardia.it","lombardy.it","lucania.it","mar.it","marche.it","mol.it","molise.it","piedmont.it","piemonte.it","pmn.it","pug.it","puglia.it","sar.it","sardegna.it","sardinia.it","sic.it","sicilia.it","sicily.it","taa.it","tos.it","toscana.it","trentin-sud-tirol.it","trentin-süd-tirol.it","trentin-sudtirol.it","trentin-südtirol.it","trentin-sued-tirol.it","trentin-suedtirol.it","trentino-a-adige.it","trentino-aadige.it","trentino-alto-adige.it","trentino-altoadige.it","trentino-s-tirol.it","trentino-stirol.it","trentino-sud-tirol.it","trentino-süd-tirol.it","trentino-sudtirol.it","trentino-südtirol.it","trentino-sued-tirol.it","trentino-suedtirol.it","trentino.it","trentinoa-adige.it","trentinoaadige.it","trentinoalto-adige.it","trentinoaltoadige.it","trentinos-tirol.it","trentinostirol.it","trentinosud-tirol.it","trentinosüd-tirol.it","trentinosudtirol.it","trentinosüdtirol.it","trentinosued-tirol.it","trentinosuedtirol.it","trentinsud-tirol.it","trentinsüd-tirol.it","trentinsudtirol.it","trentinsüdtirol.it","trentinsued-tirol.it","trentinsuedtirol.it","tuscany.it","umb.it","umbria.it","val-d-aosta.it","val-daosta.it","vald-aosta.it","valdaosta.it","valle-aosta.it","valle-d-aosta.it","valle-daosta.it","valleaosta.it","valled-aosta.it","valledaosta.it","vallee-aoste.it","vallée-aoste.it","vallee-d-aoste.it","vallée-d-aoste.it","valleeaoste.it","valléeaoste.it","valleedaoste.it","valléedaoste.it","vao.it","vda.it","ven.it","veneto.it","ag.it","agrigento.it","al.it","alessandria.it","alto-adige.it","altoadige.it","an.it","ancona.it","andria-barletta-trani.it","andria-trani-barletta.it","andriabarlettatrani.it","andriatranibarletta.it","ao.it","aosta.it","aoste.it","ap.it","aq.it","aquila.it","ar.it","arezzo.it","ascoli-piceno.it","ascolipiceno.it","asti.it","at.it","av.it","avellino.it","ba.it","balsan-sudtirol.it","balsan-südtirol.it","balsan-suedtirol.it","balsan.it","bari.it","barletta-trani-andria.it","barlettatraniandria.it","belluno.it","benevento.it","bergamo.it","bg.it","bi.it","biella.it","bl.it","bn.it","bo.it","bologna.it","bolzano-altoadige.it","bolzano.it","bozen-sudtirol.it","bozen-südtirol.it","bozen-suedtirol.it","bozen.it","br.it","brescia.it","brindisi.it","bs.it","bt.it","bulsan-sudtirol.it","bulsan-südtirol.it","bulsan-suedtirol.it","bulsan.it","bz.it","ca.it","cagliari.it","caltanissetta.it","campidano-medio.it","campidanomedio.it","campobasso.it","carbonia-iglesias.it","carboniaiglesias.it","carrara-massa.it","carraramassa.it","caserta.it","catania.it","catanzaro.it","cb.it","ce.it","cesena-forli.it","cesena-forlì.it","cesenaforli.it","cesenaforlì.it","ch.it","chieti.it","ci.it","cl.it","cn.it","co.it","como.it","cosenza.it","cr.it","cremona.it","crotone.it","cs.it","ct.it","cuneo.it","cz.it","dell-ogliastra.it","dellogliastra.it","en.it","enna.it","fc.it","fe.it","fermo.it","ferrara.it","fg.it","fi.it","firenze.it","florence.it","fm.it","foggia.it","forli-cesena.it","forlì-cesena.it","forlicesena.it","forlìcesena.it","fr.it","frosinone.it","ge.it","genoa.it","genova.it","go.it","gorizia.it","gr.it","grosseto.it","iglesias-carbonia.it","iglesiascarbonia.it","im.it","imperia.it","is.it","isernia.it","kr.it","la-spezia.it","laquila.it","laspezia.it","latina.it","lc.it","le.it","lecce.it","lecco.it","li.it","livorno.it","lo.it","lodi.it","lt.it","lu.it","lucca.it","macerata.it","mantova.it","massa-carrara.it","massacarrara.it","matera.it","mb.it","mc.it","me.it","medio-campidano.it","mediocampidano.it","messina.it","mi.it","milan.it","milano.it","mn.it","mo.it","modena.it","monza-brianza.it","monza-e-della-brianza.it","monza.it","monzabrianza.it","monzaebrianza.it","monzaedellabrianza.it","ms.it","mt.it","na.it","naples.it","napoli.it","no.it","novara.it","nu.it","nuoro.it","og.it","ogliastra.it","olbia-tempio.it","olbiatempio.it","or.it","oristano.it","ot.it","pa.it","padova.it","padua.it","palermo.it","parma.it","pavia.it","pc.it","pd.it","pe.it","perugia.it","pesaro-urbino.it","pesarourbino.it","pescara.it","pg.it","pi.it","piacenza.it","pisa.it","pistoia.it","pn.it","po.it","pordenone.it","potenza.it","pr.it","prato.it","pt.it","pu.it","pv.it","pz.it","ra.it","ragusa.it","ravenna.it","rc.it","re.it","reggio-calabria.it","reggio-emilia.it","reggiocalabria.it","reggioemilia.it","rg.it","ri.it","rieti.it","rimini.it","rm.it","rn.it","ro.it","roma.it","rome.it","rovigo.it","sa.it","salerno.it","sassari.it","savona.it","si.it","siena.it","siracusa.it","so.it","sondrio.it","sp.it","sr.it","ss.it","suedtirol.it","südtirol.it","sv.it","ta.it","taranto.it","te.it","tempio-olbia.it","tempioolbia.it","teramo.it","terni.it","tn.it","to.it","torino.it","tp.it","tr.it","trani-andria-barletta.it","trani-barletta-andria.it","traniandriabarletta.it","tranibarlettaandria.it","trapani.it","trento.it","treviso.it","trieste.it","ts.it","turin.it","tv.it","ud.it","udine.it","urbino-pesaro.it","urbinopesaro.it","va.it","varese.it","vb.it","vc.it","ve.it","venezia.it","venice.it","verbania.it","vercelli.it","verona.it","vi.it","vibo-valentia.it","vibovalentia.it","vicenza.it","viterbo.it","vr.it","vs.it","vt.it","vv.it","je","co.je","net.je","org.je","*.jm","jo","com.jo","org.jo","net.jo","edu.jo","sch.jo","gov.jo","mil.jo","name.jo","jobs","jp","ac.jp","ad.jp","co.jp","ed.jp","go.jp","gr.jp","lg.jp","ne.jp","or.jp","aichi.jp","akita.jp","aomori.jp","chiba.jp","ehime.jp","fukui.jp","fukuoka.jp","fukushima.jp","gifu.jp","gunma.jp","hiroshima.jp","hokkaido.jp","hyogo.jp","ibaraki.jp","ishikawa.jp","iwate.jp","kagawa.jp","kagoshima.jp","kanagawa.jp","kochi.jp","kumamoto.jp","kyoto.jp","mie.jp","miyagi.jp","miyazaki.jp","nagano.jp","nagasaki.jp","nara.jp","niigata.jp","oita.jp","okayama.jp","okinawa.jp","osaka.jp","saga.jp","saitama.jp","shiga.jp","shimane.jp","shizuoka.jp","tochigi.jp","tokushima.jp","tokyo.jp","tottori.jp","toyama.jp","wakayama.jp","yamagata.jp","yamaguchi.jp","yamanashi.jp","栃木.jp","愛知.jp","愛媛.jp","兵庫.jp","熊本.jp","茨城.jp","北海道.jp","千葉.jp","和歌山.jp","長崎.jp","長野.jp","新潟.jp","青森.jp","静岡.jp","東京.jp","石川.jp","埼玉.jp","三重.jp","京都.jp","佐賀.jp","大分.jp","大阪.jp","奈良.jp","宮城.jp","宮崎.jp","富山.jp","山口.jp","山形.jp","山梨.jp","岩手.jp","岐阜.jp","岡山.jp","島根.jp","広島.jp","徳島.jp","沖縄.jp","滋賀.jp","神奈川.jp","福井.jp","福岡.jp","福島.jp","秋田.jp","群馬.jp","香川.jp","高知.jp","鳥取.jp","鹿児島.jp","*.kawasaki.jp","*.kitakyushu.jp","*.kobe.jp","*.nagoya.jp","*.sapporo.jp","*.sendai.jp","*.yokohama.jp","!city.kawasaki.jp","!city.kitakyushu.jp","!city.kobe.jp","!city.nagoya.jp","!city.sapporo.jp","!city.sendai.jp","!city.yokohama.jp","aisai.aichi.jp","ama.aichi.jp","anjo.aichi.jp","asuke.aichi.jp","chiryu.aichi.jp","chita.aichi.jp","fuso.aichi.jp","gamagori.aichi.jp","handa.aichi.jp","hazu.aichi.jp","hekinan.aichi.jp","higashiura.aichi.jp","ichinomiya.aichi.jp","inazawa.aichi.jp","inuyama.aichi.jp","isshiki.aichi.jp","iwakura.aichi.jp","kanie.aichi.jp","kariya.aichi.jp","kasugai.aichi.jp","kira.aichi.jp","kiyosu.aichi.jp","komaki.aichi.jp","konan.aichi.jp","kota.aichi.jp","mihama.aichi.jp","miyoshi.aichi.jp","nishio.aichi.jp","nisshin.aichi.jp","obu.aichi.jp","oguchi.aichi.jp","oharu.aichi.jp","okazaki.aichi.jp","owariasahi.aichi.jp","seto.aichi.jp","shikatsu.aichi.jp","shinshiro.aichi.jp","shitara.aichi.jp","tahara.aichi.jp","takahama.aichi.jp","tobishima.aichi.jp","toei.aichi.jp","togo.aichi.jp","tokai.aichi.jp","tokoname.aichi.jp","toyoake.aichi.jp","toyohashi.aichi.jp","toyokawa.aichi.jp","toyone.aichi.jp","toyota.aichi.jp","tsushima.aichi.jp","yatomi.aichi.jp","akita.akita.jp","daisen.akita.jp","fujisato.akita.jp","gojome.akita.jp","hachirogata.akita.jp","happou.akita.jp","higashinaruse.akita.jp","honjo.akita.jp","honjyo.akita.jp","ikawa.akita.jp","kamikoani.akita.jp","kamioka.akita.jp","katagami.akita.jp","kazuno.akita.jp","kitaakita.akita.jp","kosaka.akita.jp","kyowa.akita.jp","misato.akita.jp","mitane.akita.jp","moriyoshi.akita.jp","nikaho.akita.jp","noshiro.akita.jp","odate.akita.jp","oga.akita.jp","ogata.akita.jp","semboku.akita.jp","yokote.akita.jp","yurihonjo.akita.jp","aomori.aomori.jp","gonohe.aomori.jp","hachinohe.aomori.jp","hashikami.aomori.jp","hiranai.aomori.jp","hirosaki.aomori.jp","itayanagi.aomori.jp","kuroishi.aomori.jp","misawa.aomori.jp","mutsu.aomori.jp","nakadomari.aomori.jp","noheji.aomori.jp","oirase.aomori.jp","owani.aomori.jp","rokunohe.aomori.jp","sannohe.aomori.jp","shichinohe.aomori.jp","shingo.aomori.jp","takko.aomori.jp","towada.aomori.jp","tsugaru.aomori.jp","tsuruta.aomori.jp","abiko.chiba.jp","asahi.chiba.jp","chonan.chiba.jp","chosei.chiba.jp","choshi.chiba.jp","chuo.chiba.jp","funabashi.chiba.jp","futtsu.chiba.jp","hanamigawa.chiba.jp","ichihara.chiba.jp","ichikawa.chiba.jp","ichinomiya.chiba.jp","inzai.chiba.jp","isumi.chiba.jp","kamagaya.chiba.jp","kamogawa.chiba.jp","kashiwa.chiba.jp","katori.chiba.jp","katsuura.chiba.jp","kimitsu.chiba.jp","kisarazu.chiba.jp","kozaki.chiba.jp","kujukuri.chiba.jp","kyonan.chiba.jp","matsudo.chiba.jp","midori.chiba.jp","mihama.chiba.jp","minamiboso.chiba.jp","mobara.chiba.jp","mutsuzawa.chiba.jp","nagara.chiba.jp","nagareyama.chiba.jp","narashino.chiba.jp","narita.chiba.jp","noda.chiba.jp","oamishirasato.chiba.jp","omigawa.chiba.jp","onjuku.chiba.jp","otaki.chiba.jp","sakae.chiba.jp","sakura.chiba.jp","shimofusa.chiba.jp","shirako.chiba.jp","shiroi.chiba.jp","shisui.chiba.jp","sodegaura.chiba.jp","sosa.chiba.jp","tako.chiba.jp","tateyama.chiba.jp","togane.chiba.jp","tohnosho.chiba.jp","tomisato.chiba.jp","urayasu.chiba.jp","yachimata.chiba.jp","yachiyo.chiba.jp","yokaichiba.chiba.jp","yokoshibahikari.chiba.jp","yotsukaido.chiba.jp","ainan.ehime.jp","honai.ehime.jp","ikata.ehime.jp","imabari.ehime.jp","iyo.ehime.jp","kamijima.ehime.jp","kihoku.ehime.jp","kumakogen.ehime.jp","masaki.ehime.jp","matsuno.ehime.jp","matsuyama.ehime.jp","namikata.ehime.jp","niihama.ehime.jp","ozu.ehime.jp","saijo.ehime.jp","seiyo.ehime.jp","shikokuchuo.ehime.jp","tobe.ehime.jp","toon.ehime.jp","uchiko.ehime.jp","uwajima.ehime.jp","yawatahama.ehime.jp","echizen.fukui.jp","eiheiji.fukui.jp","fukui.fukui.jp","ikeda.fukui.jp","katsuyama.fukui.jp","mihama.fukui.jp","minamiechizen.fukui.jp","obama.fukui.jp","ohi.fukui.jp","ono.fukui.jp","sabae.fukui.jp","sakai.fukui.jp","takahama.fukui.jp","tsuruga.fukui.jp","wakasa.fukui.jp","ashiya.fukuoka.jp","buzen.fukuoka.jp","chikugo.fukuoka.jp","chikuho.fukuoka.jp","chikujo.fukuoka.jp","chikushino.fukuoka.jp","chikuzen.fukuoka.jp","chuo.fukuoka.jp","dazaifu.fukuoka.jp","fukuchi.fukuoka.jp","hakata.fukuoka.jp","higashi.fukuoka.jp","hirokawa.fukuoka.jp","hisayama.fukuoka.jp","iizuka.fukuoka.jp","inatsuki.fukuoka.jp","kaho.fukuoka.jp","kasuga.fukuoka.jp","kasuya.fukuoka.jp","kawara.fukuoka.jp","keisen.fukuoka.jp","koga.fukuoka.jp","kurate.fukuoka.jp","kurogi.fukuoka.jp","kurume.fukuoka.jp","minami.fukuoka.jp","miyako.fukuoka.jp","miyama.fukuoka.jp","miyawaka.fukuoka.jp","mizumaki.fukuoka.jp","munakata.fukuoka.jp","nakagawa.fukuoka.jp","nakama.fukuoka.jp","nishi.fukuoka.jp","nogata.fukuoka.jp","ogori.fukuoka.jp","okagaki.fukuoka.jp","okawa.fukuoka.jp","oki.fukuoka.jp","omuta.fukuoka.jp","onga.fukuoka.jp","onojo.fukuoka.jp","oto.fukuoka.jp","saigawa.fukuoka.jp","sasaguri.fukuoka.jp","shingu.fukuoka.jp","shinyoshitomi.fukuoka.jp","shonai.fukuoka.jp","soeda.fukuoka.jp","sue.fukuoka.jp","tachiarai.fukuoka.jp","tagawa.fukuoka.jp","takata.fukuoka.jp","toho.fukuoka.jp","toyotsu.fukuoka.jp","tsuiki.fukuoka.jp","ukiha.fukuoka.jp","umi.fukuoka.jp","usui.fukuoka.jp","yamada.fukuoka.jp","yame.fukuoka.jp","yanagawa.fukuoka.jp","yukuhashi.fukuoka.jp","aizubange.fukushima.jp","aizumisato.fukushima.jp","aizuwakamatsu.fukushima.jp","asakawa.fukushima.jp","bandai.fukushima.jp","date.fukushima.jp","fukushima.fukushima.jp","furudono.fukushima.jp","futaba.fukushima.jp","hanawa.fukushima.jp","higashi.fukushima.jp","hirata.fukushima.jp","hirono.fukushima.jp","iitate.fukushima.jp","inawashiro.fukushima.jp","ishikawa.fukushima.jp","iwaki.fukushima.jp","izumizaki.fukushima.jp","kagamiishi.fukushima.jp","kaneyama.fukushima.jp","kawamata.fukushima.jp","kitakata.fukushima.jp","kitashiobara.fukushima.jp","koori.fukushima.jp","koriyama.fukushima.jp","kunimi.fukushima.jp","miharu.fukushima.jp","mishima.fukushima.jp","namie.fukushima.jp","nango.fukushima.jp","nishiaizu.fukushima.jp","nishigo.fukushima.jp","okuma.fukushima.jp","omotego.fukushima.jp","ono.fukushima.jp","otama.fukushima.jp","samegawa.fukushima.jp","shimogo.fukushima.jp","shirakawa.fukushima.jp","showa.fukushima.jp","soma.fukushima.jp","sukagawa.fukushima.jp","taishin.fukushima.jp","tamakawa.fukushima.jp","tanagura.fukushima.jp","tenei.fukushima.jp","yabuki.fukushima.jp","yamato.fukushima.jp","yamatsuri.fukushima.jp","yanaizu.fukushima.jp","yugawa.fukushima.jp","anpachi.gifu.jp","ena.gifu.jp","gifu.gifu.jp","ginan.gifu.jp","godo.gifu.jp","gujo.gifu.jp","hashima.gifu.jp","hichiso.gifu.jp","hida.gifu.jp","higashishirakawa.gifu.jp","ibigawa.gifu.jp","ikeda.gifu.jp","kakamigahara.gifu.jp","kani.gifu.jp","kasahara.gifu.jp","kasamatsu.gifu.jp","kawaue.gifu.jp","kitagata.gifu.jp","mino.gifu.jp","minokamo.gifu.jp","mitake.gifu.jp","mizunami.gifu.jp","motosu.gifu.jp","nakatsugawa.gifu.jp","ogaki.gifu.jp","sakahogi.gifu.jp","seki.gifu.jp","sekigahara.gifu.jp","shirakawa.gifu.jp","tajimi.gifu.jp","takayama.gifu.jp","tarui.gifu.jp","toki.gifu.jp","tomika.gifu.jp","wanouchi.gifu.jp","yamagata.gifu.jp","yaotsu.gifu.jp","yoro.gifu.jp","annaka.gunma.jp","chiyoda.gunma.jp","fujioka.gunma.jp","higashiagatsuma.gunma.jp","isesaki.gunma.jp","itakura.gunma.jp","kanna.gunma.jp","kanra.gunma.jp","katashina.gunma.jp","kawaba.gunma.jp","kiryu.gunma.jp","kusatsu.gunma.jp","maebashi.gunma.jp","meiwa.gunma.jp","midori.gunma.jp","minakami.gunma.jp","naganohara.gunma.jp","nakanojo.gunma.jp","nanmoku.gunma.jp","numata.gunma.jp","oizumi.gunma.jp","ora.gunma.jp","ota.gunma.jp","shibukawa.gunma.jp","shimonita.gunma.jp","shinto.gunma.jp","showa.gunma.jp","takasaki.gunma.jp","takayama.gunma.jp","tamamura.gunma.jp","tatebayashi.gunma.jp","tomioka.gunma.jp","tsukiyono.gunma.jp","tsumagoi.gunma.jp","ueno.gunma.jp","yoshioka.gunma.jp","asaminami.hiroshima.jp","daiwa.hiroshima.jp","etajima.hiroshima.jp","fuchu.hiroshima.jp","fukuyama.hiroshima.jp","hatsukaichi.hiroshima.jp","higashihiroshima.hiroshima.jp","hongo.hiroshima.jp","jinsekikogen.hiroshima.jp","kaita.hiroshima.jp","kui.hiroshima.jp","kumano.hiroshima.jp","kure.hiroshima.jp","mihara.hiroshima.jp","miyoshi.hiroshima.jp","naka.hiroshima.jp","onomichi.hiroshima.jp","osakikamijima.hiroshima.jp","otake.hiroshima.jp","saka.hiroshima.jp","sera.hiroshima.jp","seranishi.hiroshima.jp","shinichi.hiroshima.jp","shobara.hiroshima.jp","takehara.hiroshima.jp","abashiri.hokkaido.jp","abira.hokkaido.jp","aibetsu.hokkaido.jp","akabira.hokkaido.jp","akkeshi.hokkaido.jp","asahikawa.hokkaido.jp","ashibetsu.hokkaido.jp","ashoro.hokkaido.jp","assabu.hokkaido.jp","atsuma.hokkaido.jp","bibai.hokkaido.jp","biei.hokkaido.jp","bifuka.hokkaido.jp","bihoro.hokkaido.jp","biratori.hokkaido.jp","chippubetsu.hokkaido.jp","chitose.hokkaido.jp","date.hokkaido.jp","ebetsu.hokkaido.jp","embetsu.hokkaido.jp","eniwa.hokkaido.jp","erimo.hokkaido.jp","esan.hokkaido.jp","esashi.hokkaido.jp","fukagawa.hokkaido.jp","fukushima.hokkaido.jp","furano.hokkaido.jp","furubira.hokkaido.jp","haboro.hokkaido.jp","hakodate.hokkaido.jp","hamatonbetsu.hokkaido.jp","hidaka.hokkaido.jp","higashikagura.hokkaido.jp","higashikawa.hokkaido.jp","hiroo.hokkaido.jp","hokuryu.hokkaido.jp","hokuto.hokkaido.jp","honbetsu.hokkaido.jp","horokanai.hokkaido.jp","horonobe.hokkaido.jp","ikeda.hokkaido.jp","imakane.hokkaido.jp","ishikari.hokkaido.jp","iwamizawa.hokkaido.jp","iwanai.hokkaido.jp","kamifurano.hokkaido.jp","kamikawa.hokkaido.jp","kamishihoro.hokkaido.jp","kamisunagawa.hokkaido.jp","kamoenai.hokkaido.jp","kayabe.hokkaido.jp","kembuchi.hokkaido.jp","kikonai.hokkaido.jp","kimobetsu.hokkaido.jp","kitahiroshima.hokkaido.jp","kitami.hokkaido.jp","kiyosato.hokkaido.jp","koshimizu.hokkaido.jp","kunneppu.hokkaido.jp","kuriyama.hokkaido.jp","kuromatsunai.hokkaido.jp","kushiro.hokkaido.jp","kutchan.hokkaido.jp","kyowa.hokkaido.jp","mashike.hokkaido.jp","matsumae.hokkaido.jp","mikasa.hokkaido.jp","minamifurano.hokkaido.jp","mombetsu.hokkaido.jp","moseushi.hokkaido.jp","mukawa.hokkaido.jp","muroran.hokkaido.jp","naie.hokkaido.jp","nakagawa.hokkaido.jp","nakasatsunai.hokkaido.jp","nakatombetsu.hokkaido.jp","nanae.hokkaido.jp","nanporo.hokkaido.jp","nayoro.hokkaido.jp","nemuro.hokkaido.jp","niikappu.hokkaido.jp","niki.hokkaido.jp","nishiokoppe.hokkaido.jp","noboribetsu.hokkaido.jp","numata.hokkaido.jp","obihiro.hokkaido.jp","obira.hokkaido.jp","oketo.hokkaido.jp","okoppe.hokkaido.jp","otaru.hokkaido.jp","otobe.hokkaido.jp","otofuke.hokkaido.jp","otoineppu.hokkaido.jp","oumu.hokkaido.jp","ozora.hokkaido.jp","pippu.hokkaido.jp","rankoshi.hokkaido.jp","rebun.hokkaido.jp","rikubetsu.hokkaido.jp","rishiri.hokkaido.jp","rishirifuji.hokkaido.jp","saroma.hokkaido.jp","sarufutsu.hokkaido.jp","shakotan.hokkaido.jp","shari.hokkaido.jp","shibecha.hokkaido.jp","shibetsu.hokkaido.jp","shikabe.hokkaido.jp","shikaoi.hokkaido.jp","shimamaki.hokkaido.jp","shimizu.hokkaido.jp","shimokawa.hokkaido.jp","shinshinotsu.hokkaido.jp","shintoku.hokkaido.jp","shiranuka.hokkaido.jp","shiraoi.hokkaido.jp","shiriuchi.hokkaido.jp","sobetsu.hokkaido.jp","sunagawa.hokkaido.jp","taiki.hokkaido.jp","takasu.hokkaido.jp","takikawa.hokkaido.jp","takinoue.hokkaido.jp","teshikaga.hokkaido.jp","tobetsu.hokkaido.jp","tohma.hokkaido.jp","tomakomai.hokkaido.jp","tomari.hokkaido.jp","toya.hokkaido.jp","toyako.hokkaido.jp","toyotomi.hokkaido.jp","toyoura.hokkaido.jp","tsubetsu.hokkaido.jp","tsukigata.hokkaido.jp","urakawa.hokkaido.jp","urausu.hokkaido.jp","uryu.hokkaido.jp","utashinai.hokkaido.jp","wakkanai.hokkaido.jp","wassamu.hokkaido.jp","yakumo.hokkaido.jp","yoichi.hokkaido.jp","aioi.hyogo.jp","akashi.hyogo.jp","ako.hyogo.jp","amagasaki.hyogo.jp","aogaki.hyogo.jp","asago.hyogo.jp","ashiya.hyogo.jp","awaji.hyogo.jp","fukusaki.hyogo.jp","goshiki.hyogo.jp","harima.hyogo.jp","himeji.hyogo.jp","ichikawa.hyogo.jp","inagawa.hyogo.jp","itami.hyogo.jp","kakogawa.hyogo.jp","kamigori.hyogo.jp","kamikawa.hyogo.jp","kasai.hyogo.jp","kasuga.hyogo.jp","kawanishi.hyogo.jp","miki.hyogo.jp","minamiawaji.hyogo.jp","nishinomiya.hyogo.jp","nishiwaki.hyogo.jp","ono.hyogo.jp","sanda.hyogo.jp","sannan.hyogo.jp","sasayama.hyogo.jp","sayo.hyogo.jp","shingu.hyogo.jp","shinonsen.hyogo.jp","shiso.hyogo.jp","sumoto.hyogo.jp","taishi.hyogo.jp","taka.hyogo.jp","takarazuka.hyogo.jp","takasago.hyogo.jp","takino.hyogo.jp","tamba.hyogo.jp","tatsuno.hyogo.jp","toyooka.hyogo.jp","yabu.hyogo.jp","yashiro.hyogo.jp","yoka.hyogo.jp","yokawa.hyogo.jp","ami.ibaraki.jp","asahi.ibaraki.jp","bando.ibaraki.jp","chikusei.ibaraki.jp","daigo.ibaraki.jp","fujishiro.ibaraki.jp","hitachi.ibaraki.jp","hitachinaka.ibaraki.jp","hitachiomiya.ibaraki.jp","hitachiota.ibaraki.jp","ibaraki.ibaraki.jp","ina.ibaraki.jp","inashiki.ibaraki.jp","itako.ibaraki.jp","iwama.ibaraki.jp","joso.ibaraki.jp","kamisu.ibaraki.jp","kasama.ibaraki.jp","kashima.ibaraki.jp","kasumigaura.ibaraki.jp","koga.ibaraki.jp","miho.ibaraki.jp","mito.ibaraki.jp","moriya.ibaraki.jp","naka.ibaraki.jp","namegata.ibaraki.jp","oarai.ibaraki.jp","ogawa.ibaraki.jp","omitama.ibaraki.jp","ryugasaki.ibaraki.jp","sakai.ibaraki.jp","sakuragawa.ibaraki.jp","shimodate.ibaraki.jp","shimotsuma.ibaraki.jp","shirosato.ibaraki.jp","sowa.ibaraki.jp","suifu.ibaraki.jp","takahagi.ibaraki.jp","tamatsukuri.ibaraki.jp","tokai.ibaraki.jp","tomobe.ibaraki.jp","tone.ibaraki.jp","toride.ibaraki.jp","tsuchiura.ibaraki.jp","tsukuba.ibaraki.jp","uchihara.ibaraki.jp","ushiku.ibaraki.jp","yachiyo.ibaraki.jp","yamagata.ibaraki.jp","yawara.ibaraki.jp","yuki.ibaraki.jp","anamizu.ishikawa.jp","hakui.ishikawa.jp","hakusan.ishikawa.jp","kaga.ishikawa.jp","kahoku.ishikawa.jp","kanazawa.ishikawa.jp","kawakita.ishikawa.jp","komatsu.ishikawa.jp","nakanoto.ishikawa.jp","nanao.ishikawa.jp","nomi.ishikawa.jp","nonoichi.ishikawa.jp","noto.ishikawa.jp","shika.ishikawa.jp","suzu.ishikawa.jp","tsubata.ishikawa.jp","tsurugi.ishikawa.jp","uchinada.ishikawa.jp","wajima.ishikawa.jp","fudai.iwate.jp","fujisawa.iwate.jp","hanamaki.iwate.jp","hiraizumi.iwate.jp","hirono.iwate.jp","ichinohe.iwate.jp","ichinoseki.iwate.jp","iwaizumi.iwate.jp","iwate.iwate.jp","joboji.iwate.jp","kamaishi.iwate.jp","kanegasaki.iwate.jp","karumai.iwate.jp","kawai.iwate.jp","kitakami.iwate.jp","kuji.iwate.jp","kunohe.iwate.jp","kuzumaki.iwate.jp","miyako.iwate.jp","mizusawa.iwate.jp","morioka.iwate.jp","ninohe.iwate.jp","noda.iwate.jp","ofunato.iwate.jp","oshu.iwate.jp","otsuchi.iwate.jp","rikuzentakata.iwate.jp","shiwa.iwate.jp","shizukuishi.iwate.jp","sumita.iwate.jp","tanohata.iwate.jp","tono.iwate.jp","yahaba.iwate.jp","yamada.iwate.jp","ayagawa.kagawa.jp","higashikagawa.kagawa.jp","kanonji.kagawa.jp","kotohira.kagawa.jp","manno.kagawa.jp","marugame.kagawa.jp","mitoyo.kagawa.jp","naoshima.kagawa.jp","sanuki.kagawa.jp","tadotsu.kagawa.jp","takamatsu.kagawa.jp","tonosho.kagawa.jp","uchinomi.kagawa.jp","utazu.kagawa.jp","zentsuji.kagawa.jp","akune.kagoshima.jp","amami.kagoshima.jp","hioki.kagoshima.jp","isa.kagoshima.jp","isen.kagoshima.jp","izumi.kagoshima.jp","kagoshima.kagoshima.jp","kanoya.kagoshima.jp","kawanabe.kagoshima.jp","kinko.kagoshima.jp","kouyama.kagoshima.jp","makurazaki.kagoshima.jp","matsumoto.kagoshima.jp","minamitane.kagoshima.jp","nakatane.kagoshima.jp","nishinoomote.kagoshima.jp","satsumasendai.kagoshima.jp","soo.kagoshima.jp","tarumizu.kagoshima.jp","yusui.kagoshima.jp","aikawa.kanagawa.jp","atsugi.kanagawa.jp","ayase.kanagawa.jp","chigasaki.kanagawa.jp","ebina.kanagawa.jp","fujisawa.kanagawa.jp","hadano.kanagawa.jp","hakone.kanagawa.jp","hiratsuka.kanagawa.jp","isehara.kanagawa.jp","kaisei.kanagawa.jp","kamakura.kanagawa.jp","kiyokawa.kanagawa.jp","matsuda.kanagawa.jp","minamiashigara.kanagawa.jp","miura.kanagawa.jp","nakai.kanagawa.jp","ninomiya.kanagawa.jp","odawara.kanagawa.jp","oi.kanagawa.jp","oiso.kanagawa.jp","sagamihara.kanagawa.jp","samukawa.kanagawa.jp","tsukui.kanagawa.jp","yamakita.kanagawa.jp","yamato.kanagawa.jp","yokosuka.kanagawa.jp","yugawara.kanagawa.jp","zama.kanagawa.jp","zushi.kanagawa.jp","aki.kochi.jp","geisei.kochi.jp","hidaka.kochi.jp","higashitsuno.kochi.jp","ino.kochi.jp","kagami.kochi.jp","kami.kochi.jp","kitagawa.kochi.jp","kochi.kochi.jp","mihara.kochi.jp","motoyama.kochi.jp","muroto.kochi.jp","nahari.kochi.jp","nakamura.kochi.jp","nankoku.kochi.jp","nishitosa.kochi.jp","niyodogawa.kochi.jp","ochi.kochi.jp","okawa.kochi.jp","otoyo.kochi.jp","otsuki.kochi.jp","sakawa.kochi.jp","sukumo.kochi.jp","susaki.kochi.jp","tosa.kochi.jp","tosashimizu.kochi.jp","toyo.kochi.jp","tsuno.kochi.jp","umaji.kochi.jp","yasuda.kochi.jp","yusuhara.kochi.jp","amakusa.kumamoto.jp","arao.kumamoto.jp","aso.kumamoto.jp","choyo.kumamoto.jp","gyokuto.kumamoto.jp","kamiamakusa.kumamoto.jp","kikuchi.kumamoto.jp","kumamoto.kumamoto.jp","mashiki.kumamoto.jp","mifune.kumamoto.jp","minamata.kumamoto.jp","minamioguni.kumamoto.jp","nagasu.kumamoto.jp","nishihara.kumamoto.jp","oguni.kumamoto.jp","ozu.kumamoto.jp","sumoto.kumamoto.jp","takamori.kumamoto.jp","uki.kumamoto.jp","uto.kumamoto.jp","yamaga.kumamoto.jp","yamato.kumamoto.jp","yatsushiro.kumamoto.jp","ayabe.kyoto.jp","fukuchiyama.kyoto.jp","higashiyama.kyoto.jp","ide.kyoto.jp","ine.kyoto.jp","joyo.kyoto.jp","kameoka.kyoto.jp","kamo.kyoto.jp","kita.kyoto.jp","kizu.kyoto.jp","kumiyama.kyoto.jp","kyotamba.kyoto.jp","kyotanabe.kyoto.jp","kyotango.kyoto.jp","maizuru.kyoto.jp","minami.kyoto.jp","minamiyamashiro.kyoto.jp","miyazu.kyoto.jp","muko.kyoto.jp","nagaokakyo.kyoto.jp","nakagyo.kyoto.jp","nantan.kyoto.jp","oyamazaki.kyoto.jp","sakyo.kyoto.jp","seika.kyoto.jp","tanabe.kyoto.jp","uji.kyoto.jp","ujitawara.kyoto.jp","wazuka.kyoto.jp","yamashina.kyoto.jp","yawata.kyoto.jp","asahi.mie.jp","inabe.mie.jp","ise.mie.jp","kameyama.mie.jp","kawagoe.mie.jp","kiho.mie.jp","kisosaki.mie.jp","kiwa.mie.jp","komono.mie.jp","kumano.mie.jp","kuwana.mie.jp","matsusaka.mie.jp","meiwa.mie.jp","mihama.mie.jp","minamiise.mie.jp","misugi.mie.jp","miyama.mie.jp","nabari.mie.jp","shima.mie.jp","suzuka.mie.jp","tado.mie.jp","taiki.mie.jp","taki.mie.jp","tamaki.mie.jp","toba.mie.jp","tsu.mie.jp","udono.mie.jp","ureshino.mie.jp","watarai.mie.jp","yokkaichi.mie.jp","furukawa.miyagi.jp","higashimatsushima.miyagi.jp","ishinomaki.miyagi.jp","iwanuma.miyagi.jp","kakuda.miyagi.jp","kami.miyagi.jp","kawasaki.miyagi.jp","marumori.miyagi.jp","matsushima.miyagi.jp","minamisanriku.miyagi.jp","misato.miyagi.jp","murata.miyagi.jp","natori.miyagi.jp","ogawara.miyagi.jp","ohira.miyagi.jp","onagawa.miyagi.jp","osaki.miyagi.jp","rifu.miyagi.jp","semine.miyagi.jp","shibata.miyagi.jp","shichikashuku.miyagi.jp","shikama.miyagi.jp","shiogama.miyagi.jp","shiroishi.miyagi.jp","tagajo.miyagi.jp","taiwa.miyagi.jp","tome.miyagi.jp","tomiya.miyagi.jp","wakuya.miyagi.jp","watari.miyagi.jp","yamamoto.miyagi.jp","zao.miyagi.jp","aya.miyazaki.jp","ebino.miyazaki.jp","gokase.miyazaki.jp","hyuga.miyazaki.jp","kadogawa.miyazaki.jp","kawaminami.miyazaki.jp","kijo.miyazaki.jp","kitagawa.miyazaki.jp","kitakata.miyazaki.jp","kitaura.miyazaki.jp","kobayashi.miyazaki.jp","kunitomi.miyazaki.jp","kushima.miyazaki.jp","mimata.miyazaki.jp","miyakonojo.miyazaki.jp","miyazaki.miyazaki.jp","morotsuka.miyazaki.jp","nichinan.miyazaki.jp","nishimera.miyazaki.jp","nobeoka.miyazaki.jp","saito.miyazaki.jp","shiiba.miyazaki.jp","shintomi.miyazaki.jp","takaharu.miyazaki.jp","takanabe.miyazaki.jp","takazaki.miyazaki.jp","tsuno.miyazaki.jp","achi.nagano.jp","agematsu.nagano.jp","anan.nagano.jp","aoki.nagano.jp","asahi.nagano.jp","azumino.nagano.jp","chikuhoku.nagano.jp","chikuma.nagano.jp","chino.nagano.jp","fujimi.nagano.jp","hakuba.nagano.jp","hara.nagano.jp","hiraya.nagano.jp","iida.nagano.jp","iijima.nagano.jp","iiyama.nagano.jp","iizuna.nagano.jp","ikeda.nagano.jp","ikusaka.nagano.jp","ina.nagano.jp","karuizawa.nagano.jp","kawakami.nagano.jp","kiso.nagano.jp","kisofukushima.nagano.jp","kitaaiki.nagano.jp","komagane.nagano.jp","komoro.nagano.jp","matsukawa.nagano.jp","matsumoto.nagano.jp","miasa.nagano.jp","minamiaiki.nagano.jp","minamimaki.nagano.jp","minamiminowa.nagano.jp","minowa.nagano.jp","miyada.nagano.jp","miyota.nagano.jp","mochizuki.nagano.jp","nagano.nagano.jp","nagawa.nagano.jp","nagiso.nagano.jp","nakagawa.nagano.jp","nakano.nagano.jp","nozawaonsen.nagano.jp","obuse.nagano.jp","ogawa.nagano.jp","okaya.nagano.jp","omachi.nagano.jp","omi.nagano.jp","ookuwa.nagano.jp","ooshika.nagano.jp","otaki.nagano.jp","otari.nagano.jp","sakae.nagano.jp","sakaki.nagano.jp","saku.nagano.jp","sakuho.nagano.jp","shimosuwa.nagano.jp","shinanomachi.nagano.jp","shiojiri.nagano.jp","suwa.nagano.jp","suzaka.nagano.jp","takagi.nagano.jp","takamori.nagano.jp","takayama.nagano.jp","tateshina.nagano.jp","tatsuno.nagano.jp","togakushi.nagano.jp","togura.nagano.jp","tomi.nagano.jp","ueda.nagano.jp","wada.nagano.jp","yamagata.nagano.jp","yamanouchi.nagano.jp","yasaka.nagano.jp","yasuoka.nagano.jp","chijiwa.nagasaki.jp","futsu.nagasaki.jp","goto.nagasaki.jp","hasami.nagasaki.jp","hirado.nagasaki.jp","iki.nagasaki.jp","isahaya.nagasaki.jp","kawatana.nagasaki.jp","kuchinotsu.nagasaki.jp","matsuura.nagasaki.jp","nagasaki.nagasaki.jp","obama.nagasaki.jp","omura.nagasaki.jp","oseto.nagasaki.jp","saikai.nagasaki.jp","sasebo.nagasaki.jp","seihi.nagasaki.jp","shimabara.nagasaki.jp","shinkamigoto.nagasaki.jp","togitsu.nagasaki.jp","tsushima.nagasaki.jp","unzen.nagasaki.jp","ando.nara.jp","gose.nara.jp","heguri.nara.jp","higashiyoshino.nara.jp","ikaruga.nara.jp","ikoma.nara.jp","kamikitayama.nara.jp","kanmaki.nara.jp","kashiba.nara.jp","kashihara.nara.jp","katsuragi.nara.jp","kawai.nara.jp","kawakami.nara.jp","kawanishi.nara.jp","koryo.nara.jp","kurotaki.nara.jp","mitsue.nara.jp","miyake.nara.jp","nara.nara.jp","nosegawa.nara.jp","oji.nara.jp","ouda.nara.jp","oyodo.nara.jp","sakurai.nara.jp","sango.nara.jp","shimoichi.nara.jp","shimokitayama.nara.jp","shinjo.nara.jp","soni.nara.jp","takatori.nara.jp","tawaramoto.nara.jp","tenkawa.nara.jp","tenri.nara.jp","uda.nara.jp","yamatokoriyama.nara.jp","yamatotakada.nara.jp","yamazoe.nara.jp","yoshino.nara.jp","aga.niigata.jp","agano.niigata.jp","gosen.niigata.jp","itoigawa.niigata.jp","izumozaki.niigata.jp","joetsu.niigata.jp","kamo.niigata.jp","kariwa.niigata.jp","kashiwazaki.niigata.jp","minamiuonuma.niigata.jp","mitsuke.niigata.jp","muika.niigata.jp","murakami.niigata.jp","myoko.niigata.jp","nagaoka.niigata.jp","niigata.niigata.jp","ojiya.niigata.jp","omi.niigata.jp","sado.niigata.jp","sanjo.niigata.jp","seiro.niigata.jp","seirou.niigata.jp","sekikawa.niigata.jp","shibata.niigata.jp","tagami.niigata.jp","tainai.niigata.jp","tochio.niigata.jp","tokamachi.niigata.jp","tsubame.niigata.jp","tsunan.niigata.jp","uonuma.niigata.jp","yahiko.niigata.jp","yoita.niigata.jp","yuzawa.niigata.jp","beppu.oita.jp","bungoono.oita.jp","bungotakada.oita.jp","hasama.oita.jp","hiji.oita.jp","himeshima.oita.jp","hita.oita.jp","kamitsue.oita.jp","kokonoe.oita.jp","kuju.oita.jp","kunisaki.oita.jp","kusu.oita.jp","oita.oita.jp","saiki.oita.jp","taketa.oita.jp","tsukumi.oita.jp","usa.oita.jp","usuki.oita.jp","yufu.oita.jp","akaiwa.okayama.jp","asakuchi.okayama.jp","bizen.okayama.jp","hayashima.okayama.jp","ibara.okayama.jp","kagamino.okayama.jp","kasaoka.okayama.jp","kibichuo.okayama.jp","kumenan.okayama.jp","kurashiki.okayama.jp","maniwa.okayama.jp","misaki.okayama.jp","nagi.okayama.jp","niimi.okayama.jp","nishiawakura.okayama.jp","okayama.okayama.jp","satosho.okayama.jp","setouchi.okayama.jp","shinjo.okayama.jp","shoo.okayama.jp","soja.okayama.jp","takahashi.okayama.jp","tamano.okayama.jp","tsuyama.okayama.jp","wake.okayama.jp","yakage.okayama.jp","aguni.okinawa.jp","ginowan.okinawa.jp","ginoza.okinawa.jp","gushikami.okinawa.jp","haebaru.okinawa.jp","higashi.okinawa.jp","hirara.okinawa.jp","iheya.okinawa.jp","ishigaki.okinawa.jp","ishikawa.okinawa.jp","itoman.okinawa.jp","izena.okinawa.jp","kadena.okinawa.jp","kin.okinawa.jp","kitadaito.okinawa.jp","kitanakagusuku.okinawa.jp","kumejima.okinawa.jp","kunigami.okinawa.jp","minamidaito.okinawa.jp","motobu.okinawa.jp","nago.okinawa.jp","naha.okinawa.jp","nakagusuku.okinawa.jp","nakijin.okinawa.jp","nanjo.okinawa.jp","nishihara.okinawa.jp","ogimi.okinawa.jp","okinawa.okinawa.jp","onna.okinawa.jp","shimoji.okinawa.jp","taketomi.okinawa.jp","tarama.okinawa.jp","tokashiki.okinawa.jp","tomigusuku.okinawa.jp","tonaki.okinawa.jp","urasoe.okinawa.jp","uruma.okinawa.jp","yaese.okinawa.jp","yomitan.okinawa.jp","yonabaru.okinawa.jp","yonaguni.okinawa.jp","zamami.okinawa.jp","abeno.osaka.jp","chihayaakasaka.osaka.jp","chuo.osaka.jp","daito.osaka.jp","fujiidera.osaka.jp","habikino.osaka.jp","hannan.osaka.jp","higashiosaka.osaka.jp","higashisumiyoshi.osaka.jp","higashiyodogawa.osaka.jp","hirakata.osaka.jp","ibaraki.osaka.jp","ikeda.osaka.jp","izumi.osaka.jp","izumiotsu.osaka.jp","izumisano.osaka.jp","kadoma.osaka.jp","kaizuka.osaka.jp","kanan.osaka.jp","kashiwara.osaka.jp","katano.osaka.jp","kawachinagano.osaka.jp","kishiwada.osaka.jp","kita.osaka.jp","kumatori.osaka.jp","matsubara.osaka.jp","minato.osaka.jp","minoh.osaka.jp","misaki.osaka.jp","moriguchi.osaka.jp","neyagawa.osaka.jp","nishi.osaka.jp","nose.osaka.jp","osakasayama.osaka.jp","sakai.osaka.jp","sayama.osaka.jp","sennan.osaka.jp","settsu.osaka.jp","shijonawate.osaka.jp","shimamoto.osaka.jp","suita.osaka.jp","tadaoka.osaka.jp","taishi.osaka.jp","tajiri.osaka.jp","takaishi.osaka.jp","takatsuki.osaka.jp","tondabayashi.osaka.jp","toyonaka.osaka.jp","toyono.osaka.jp","yao.osaka.jp","ariake.saga.jp","arita.saga.jp","fukudomi.saga.jp","genkai.saga.jp","hamatama.saga.jp","hizen.saga.jp","imari.saga.jp","kamimine.saga.jp","kanzaki.saga.jp","karatsu.saga.jp","kashima.saga.jp","kitagata.saga.jp","kitahata.saga.jp","kiyama.saga.jp","kouhoku.saga.jp","kyuragi.saga.jp","nishiarita.saga.jp","ogi.saga.jp","omachi.saga.jp","ouchi.saga.jp","saga.saga.jp","shiroishi.saga.jp","taku.saga.jp","tara.saga.jp","tosu.saga.jp","yoshinogari.saga.jp","arakawa.saitama.jp","asaka.saitama.jp","chichibu.saitama.jp","fujimi.saitama.jp","fujimino.saitama.jp","fukaya.saitama.jp","hanno.saitama.jp","hanyu.saitama.jp","hasuda.saitama.jp","hatogaya.saitama.jp","hatoyama.saitama.jp","hidaka.saitama.jp","higashichichibu.saitama.jp","higashimatsuyama.saitama.jp","honjo.saitama.jp","ina.saitama.jp","iruma.saitama.jp","iwatsuki.saitama.jp","kamiizumi.saitama.jp","kamikawa.saitama.jp","kamisato.saitama.jp","kasukabe.saitama.jp","kawagoe.saitama.jp","kawaguchi.saitama.jp","kawajima.saitama.jp","kazo.saitama.jp","kitamoto.saitama.jp","koshigaya.saitama.jp","kounosu.saitama.jp","kuki.saitama.jp","kumagaya.saitama.jp","matsubushi.saitama.jp","minano.saitama.jp","misato.saitama.jp","miyashiro.saitama.jp","miyoshi.saitama.jp","moroyama.saitama.jp","nagatoro.saitama.jp","namegawa.saitama.jp","niiza.saitama.jp","ogano.saitama.jp","ogawa.saitama.jp","ogose.saitama.jp","okegawa.saitama.jp","omiya.saitama.jp","otaki.saitama.jp","ranzan.saitama.jp","ryokami.saitama.jp","saitama.saitama.jp","sakado.saitama.jp","satte.saitama.jp","sayama.saitama.jp","shiki.saitama.jp","shiraoka.saitama.jp","soka.saitama.jp","sugito.saitama.jp","toda.saitama.jp","tokigawa.saitama.jp","tokorozawa.saitama.jp","tsurugashima.saitama.jp","urawa.saitama.jp","warabi.saitama.jp","yashio.saitama.jp","yokoze.saitama.jp","yono.saitama.jp","yorii.saitama.jp","yoshida.saitama.jp","yoshikawa.saitama.jp","yoshimi.saitama.jp","aisho.shiga.jp","gamo.shiga.jp","higashiomi.shiga.jp","hikone.shiga.jp","koka.shiga.jp","konan.shiga.jp","kosei.shiga.jp","koto.shiga.jp","kusatsu.shiga.jp","maibara.shiga.jp","moriyama.shiga.jp","nagahama.shiga.jp","nishiazai.shiga.jp","notogawa.shiga.jp","omihachiman.shiga.jp","otsu.shiga.jp","ritto.shiga.jp","ryuoh.shiga.jp","takashima.shiga.jp","takatsuki.shiga.jp","torahime.shiga.jp","toyosato.shiga.jp","yasu.shiga.jp","akagi.shimane.jp","ama.shimane.jp","gotsu.shimane.jp","hamada.shimane.jp","higashiizumo.shimane.jp","hikawa.shimane.jp","hikimi.shimane.jp","izumo.shimane.jp","kakinoki.shimane.jp","masuda.shimane.jp","matsue.shimane.jp","misato.shimane.jp","nishinoshima.shimane.jp","ohda.shimane.jp","okinoshima.shimane.jp","okuizumo.shimane.jp","shimane.shimane.jp","tamayu.shimane.jp","tsuwano.shimane.jp","unnan.shimane.jp","yakumo.shimane.jp","yasugi.shimane.jp","yatsuka.shimane.jp","arai.shizuoka.jp","atami.shizuoka.jp","fuji.shizuoka.jp","fujieda.shizuoka.jp","fujikawa.shizuoka.jp","fujinomiya.shizuoka.jp","fukuroi.shizuoka.jp","gotemba.shizuoka.jp","haibara.shizuoka.jp","hamamatsu.shizuoka.jp","higashiizu.shizuoka.jp","ito.shizuoka.jp","iwata.shizuoka.jp","izu.shizuoka.jp","izunokuni.shizuoka.jp","kakegawa.shizuoka.jp","kannami.shizuoka.jp","kawanehon.shizuoka.jp","kawazu.shizuoka.jp","kikugawa.shizuoka.jp","kosai.shizuoka.jp","makinohara.shizuoka.jp","matsuzaki.shizuoka.jp","minamiizu.shizuoka.jp","mishima.shizuoka.jp","morimachi.shizuoka.jp","nishiizu.shizuoka.jp","numazu.shizuoka.jp","omaezaki.shizuoka.jp","shimada.shizuoka.jp","shimizu.shizuoka.jp","shimoda.shizuoka.jp","shizuoka.shizuoka.jp","susono.shizuoka.jp","yaizu.shizuoka.jp","yoshida.shizuoka.jp","ashikaga.tochigi.jp","bato.tochigi.jp","haga.tochigi.jp","ichikai.tochigi.jp","iwafune.tochigi.jp","kaminokawa.tochigi.jp","kanuma.tochigi.jp","karasuyama.tochigi.jp","kuroiso.tochigi.jp","mashiko.tochigi.jp","mibu.tochigi.jp","moka.tochigi.jp","motegi.tochigi.jp","nasu.tochigi.jp","nasushiobara.tochigi.jp","nikko.tochigi.jp","nishikata.tochigi.jp","nogi.tochigi.jp","ohira.tochigi.jp","ohtawara.tochigi.jp","oyama.tochigi.jp","sakura.tochigi.jp","sano.tochigi.jp","shimotsuke.tochigi.jp","shioya.tochigi.jp","takanezawa.tochigi.jp","tochigi.tochigi.jp","tsuga.tochigi.jp","ujiie.tochigi.jp","utsunomiya.tochigi.jp","yaita.tochigi.jp","aizumi.tokushima.jp","anan.tokushima.jp","ichiba.tokushima.jp","itano.tokushima.jp","kainan.tokushima.jp","komatsushima.tokushima.jp","matsushige.tokushima.jp","mima.tokushima.jp","minami.tokushima.jp","miyoshi.tokushima.jp","mugi.tokushima.jp","nakagawa.tokushima.jp","naruto.tokushima.jp","sanagochi.tokushima.jp","shishikui.tokushima.jp","tokushima.tokushima.jp","wajiki.tokushima.jp","adachi.tokyo.jp","akiruno.tokyo.jp","akishima.tokyo.jp","aogashima.tokyo.jp","arakawa.tokyo.jp","bunkyo.tokyo.jp","chiyoda.tokyo.jp","chofu.tokyo.jp","chuo.tokyo.jp","edogawa.tokyo.jp","fuchu.tokyo.jp","fussa.tokyo.jp","hachijo.tokyo.jp","hachioji.tokyo.jp","hamura.tokyo.jp","higashikurume.tokyo.jp","higashimurayama.tokyo.jp","higashiyamato.tokyo.jp","hino.tokyo.jp","hinode.tokyo.jp","hinohara.tokyo.jp","inagi.tokyo.jp","itabashi.tokyo.jp","katsushika.tokyo.jp","kita.tokyo.jp","kiyose.tokyo.jp","kodaira.tokyo.jp","koganei.tokyo.jp","kokubunji.tokyo.jp","komae.tokyo.jp","koto.tokyo.jp","kouzushima.tokyo.jp","kunitachi.tokyo.jp","machida.tokyo.jp","meguro.tokyo.jp","minato.tokyo.jp","mitaka.tokyo.jp","mizuho.tokyo.jp","musashimurayama.tokyo.jp","musashino.tokyo.jp","nakano.tokyo.jp","nerima.tokyo.jp","ogasawara.tokyo.jp","okutama.tokyo.jp","ome.tokyo.jp","oshima.tokyo.jp","ota.tokyo.jp","setagaya.tokyo.jp","shibuya.tokyo.jp","shinagawa.tokyo.jp","shinjuku.tokyo.jp","suginami.tokyo.jp","sumida.tokyo.jp","tachikawa.tokyo.jp","taito.tokyo.jp","tama.tokyo.jp","toshima.tokyo.jp","chizu.tottori.jp","hino.tottori.jp","kawahara.tottori.jp","koge.tottori.jp","kotoura.tottori.jp","misasa.tottori.jp","nanbu.tottori.jp","nichinan.tottori.jp","sakaiminato.tottori.jp","tottori.tottori.jp","wakasa.tottori.jp","yazu.tottori.jp","yonago.tottori.jp","asahi.toyama.jp","fuchu.toyama.jp","fukumitsu.toyama.jp","funahashi.toyama.jp","himi.toyama.jp","imizu.toyama.jp","inami.toyama.jp","johana.toyama.jp","kamiichi.toyama.jp","kurobe.toyama.jp","nakaniikawa.toyama.jp","namerikawa.toyama.jp","nanto.toyama.jp","nyuzen.toyama.jp","oyabe.toyama.jp","taira.toyama.jp","takaoka.toyama.jp","tateyama.toyama.jp","toga.toyama.jp","tonami.toyama.jp","toyama.toyama.jp","unazuki.toyama.jp","uozu.toyama.jp","yamada.toyama.jp","arida.wakayama.jp","aridagawa.wakayama.jp","gobo.wakayama.jp","hashimoto.wakayama.jp","hidaka.wakayama.jp","hirogawa.wakayama.jp","inami.wakayama.jp","iwade.wakayama.jp","kainan.wakayama.jp","kamitonda.wakayama.jp","katsuragi.wakayama.jp","kimino.wakayama.jp","kinokawa.wakayama.jp","kitayama.wakayama.jp","koya.wakayama.jp","koza.wakayama.jp","kozagawa.wakayama.jp","kudoyama.wakayama.jp","kushimoto.wakayama.jp","mihama.wakayama.jp","misato.wakayama.jp","nachikatsuura.wakayama.jp","shingu.wakayama.jp","shirahama.wakayama.jp","taiji.wakayama.jp","tanabe.wakayama.jp","wakayama.wakayama.jp","yuasa.wakayama.jp","yura.wakayama.jp","asahi.yamagata.jp","funagata.yamagata.jp","higashine.yamagata.jp","iide.yamagata.jp","kahoku.yamagata.jp","kaminoyama.yamagata.jp","kaneyama.yamagata.jp","kawanishi.yamagata.jp","mamurogawa.yamagata.jp","mikawa.yamagata.jp","murayama.yamagata.jp","nagai.yamagata.jp","nakayama.yamagata.jp","nanyo.yamagata.jp","nishikawa.yamagata.jp","obanazawa.yamagata.jp","oe.yamagata.jp","oguni.yamagata.jp","ohkura.yamagata.jp","oishida.yamagata.jp","sagae.yamagata.jp","sakata.yamagata.jp","sakegawa.yamagata.jp","shinjo.yamagata.jp","shirataka.yamagata.jp","shonai.yamagata.jp","takahata.yamagata.jp","tendo.yamagata.jp","tozawa.yamagata.jp","tsuruoka.yamagata.jp","yamagata.yamagata.jp","yamanobe.yamagata.jp","yonezawa.yamagata.jp","yuza.yamagata.jp","abu.yamaguchi.jp","hagi.yamaguchi.jp","hikari.yamaguchi.jp","hofu.yamaguchi.jp","iwakuni.yamaguchi.jp","kudamatsu.yamaguchi.jp","mitou.yamaguchi.jp","nagato.yamaguchi.jp","oshima.yamaguchi.jp","shimonoseki.yamaguchi.jp","shunan.yamaguchi.jp","tabuse.yamaguchi.jp","tokuyama.yamaguchi.jp","toyota.yamaguchi.jp","ube.yamaguchi.jp","yuu.yamaguchi.jp","chuo.yamanashi.jp","doshi.yamanashi.jp","fuefuki.yamanashi.jp","fujikawa.yamanashi.jp","fujikawaguchiko.yamanashi.jp","fujiyoshida.yamanashi.jp","hayakawa.yamanashi.jp","hokuto.yamanashi.jp","ichikawamisato.yamanashi.jp","kai.yamanashi.jp","kofu.yamanashi.jp","koshu.yamanashi.jp","kosuge.yamanashi.jp","minami-alps.yamanashi.jp","minobu.yamanashi.jp","nakamichi.yamanashi.jp","nanbu.yamanashi.jp","narusawa.yamanashi.jp","nirasaki.yamanashi.jp","nishikatsura.yamanashi.jp","oshino.yamanashi.jp","otsuki.yamanashi.jp","showa.yamanashi.jp","tabayama.yamanashi.jp","tsuru.yamanashi.jp","uenohara.yamanashi.jp","yamanakako.yamanashi.jp","yamanashi.yamanashi.jp","ke","ac.ke","co.ke","go.ke","info.ke","me.ke","mobi.ke","ne.ke","or.ke","sc.ke","kg","org.kg","net.kg","com.kg","edu.kg","gov.kg","mil.kg","*.kh","ki","edu.ki","biz.ki","net.ki","org.ki","gov.ki","info.ki","com.ki","km","org.km","nom.km","gov.km","prd.km","tm.km","edu.km","mil.km","ass.km","com.km","coop.km","asso.km","presse.km","medecin.km","notaires.km","pharmaciens.km","veterinaire.km","gouv.km","kn","net.kn","org.kn","edu.kn","gov.kn","kp","com.kp","edu.kp","gov.kp","org.kp","rep.kp","tra.kp","kr","ac.kr","co.kr","es.kr","go.kr","hs.kr","kg.kr","mil.kr","ms.kr","ne.kr","or.kr","pe.kr","re.kr","sc.kr","busan.kr","chungbuk.kr","chungnam.kr","daegu.kr","daejeon.kr","gangwon.kr","gwangju.kr","gyeongbuk.kr","gyeonggi.kr","gyeongnam.kr","incheon.kr","jeju.kr","jeonbuk.kr","jeonnam.kr","seoul.kr","ulsan.kr","kw","com.kw","edu.kw","emb.kw","gov.kw","ind.kw","net.kw","org.kw","ky","edu.ky","gov.ky","com.ky","org.ky","net.ky","kz","org.kz","edu.kz","net.kz","gov.kz","mil.kz","com.kz","la","int.la","net.la","info.la","edu.la","gov.la","per.la","com.la","org.la","lb","com.lb","edu.lb","gov.lb","net.lb","org.lb","lc","com.lc","net.lc","co.lc","org.lc","edu.lc","gov.lc","li","lk","gov.lk","sch.lk","net.lk","int.lk","com.lk","org.lk","edu.lk","ngo.lk","soc.lk","web.lk","ltd.lk","assn.lk","grp.lk","hotel.lk","ac.lk","lr","com.lr","edu.lr","gov.lr","org.lr","net.lr","ls","ac.ls","biz.ls","co.ls","edu.ls","gov.ls","info.ls","net.ls","org.ls","sc.ls","lt","gov.lt","lu","lv","com.lv","edu.lv","gov.lv","org.lv","mil.lv","id.lv","net.lv","asn.lv","conf.lv","ly","com.ly","net.ly","gov.ly","plc.ly","edu.ly","sch.ly","med.ly","org.ly","id.ly","ma","co.ma","net.ma","gov.ma","org.ma","ac.ma","press.ma","mc","tm.mc","asso.mc","md","me","co.me","net.me","org.me","edu.me","ac.me","gov.me","its.me","priv.me","mg","org.mg","nom.mg","gov.mg","prd.mg","tm.mg","edu.mg","mil.mg","com.mg","co.mg","mh","mil","mk","com.mk","org.mk","net.mk","edu.mk","gov.mk","inf.mk","name.mk","ml","com.ml","edu.ml","gouv.ml","gov.ml","net.ml","org.ml","presse.ml","*.mm","mn","gov.mn","edu.mn","org.mn","mo","com.mo","net.mo","org.mo","edu.mo","gov.mo","mobi","mp","mq","mr","gov.mr","ms","com.ms","edu.ms","gov.ms","net.ms","org.ms","mt","com.mt","edu.mt","net.mt","org.mt","mu","com.mu","net.mu","org.mu","gov.mu","ac.mu","co.mu","or.mu","museum","academy.museum","agriculture.museum","air.museum","airguard.museum","alabama.museum","alaska.museum","amber.museum","ambulance.museum","american.museum","americana.museum","americanantiques.museum","americanart.museum","amsterdam.museum","and.museum","annefrank.museum","anthro.museum","anthropology.museum","antiques.museum","aquarium.museum","arboretum.museum","archaeological.museum","archaeology.museum","architecture.museum","art.museum","artanddesign.museum","artcenter.museum","artdeco.museum","arteducation.museum","artgallery.museum","arts.museum","artsandcrafts.museum","asmatart.museum","assassination.museum","assisi.museum","association.museum","astronomy.museum","atlanta.museum","austin.museum","australia.museum","automotive.museum","aviation.museum","axis.museum","badajoz.museum","baghdad.museum","bahn.museum","bale.museum","baltimore.museum","barcelona.museum","baseball.museum","basel.museum","baths.museum","bauern.museum","beauxarts.museum","beeldengeluid.museum","bellevue.museum","bergbau.museum","berkeley.museum","berlin.museum","bern.museum","bible.museum","bilbao.museum","bill.museum","birdart.museum","birthplace.museum","bonn.museum","boston.museum","botanical.museum","botanicalgarden.museum","botanicgarden.museum","botany.museum","brandywinevalley.museum","brasil.museum","bristol.museum","british.museum","britishcolumbia.museum","broadcast.museum","brunel.museum","brussel.museum","brussels.museum","bruxelles.museum","building.museum","burghof.museum","bus.museum","bushey.museum","cadaques.museum","california.museum","cambridge.museum","can.museum","canada.museum","capebreton.museum","carrier.museum","cartoonart.museum","casadelamoneda.museum","castle.museum","castres.museum","celtic.museum","center.museum","chattanooga.museum","cheltenham.museum","chesapeakebay.museum","chicago.museum","children.museum","childrens.museum","childrensgarden.museum","chiropractic.museum","chocolate.museum","christiansburg.museum","cincinnati.museum","cinema.museum","circus.museum","civilisation.museum","civilization.museum","civilwar.museum","clinton.museum","clock.museum","coal.museum","coastaldefence.museum","cody.museum","coldwar.museum","collection.museum","colonialwilliamsburg.museum","coloradoplateau.museum","columbia.museum","columbus.museum","communication.museum","communications.museum","community.museum","computer.museum","computerhistory.museum","comunicações.museum","contemporary.museum","contemporaryart.museum","convent.museum","copenhagen.museum","corporation.museum","correios-e-telecomunicações.museum","corvette.museum","costume.museum","countryestate.museum","county.museum","crafts.museum","cranbrook.museum","creation.museum","cultural.museum","culturalcenter.museum","culture.museum","cyber.museum","cymru.museum","dali.museum","dallas.museum","database.museum","ddr.museum","decorativearts.museum","delaware.museum","delmenhorst.museum","denmark.museum","depot.museum","design.museum","detroit.museum","dinosaur.museum","discovery.museum","dolls.museum","donostia.museum","durham.museum","eastafrica.museum","eastcoast.museum","education.museum","educational.museum","egyptian.museum","eisenbahn.museum","elburg.museum","elvendrell.museum","embroidery.museum","encyclopedic.museum","england.museum","entomology.museum","environment.museum","environmentalconservation.museum","epilepsy.museum","essex.museum","estate.museum","ethnology.museum","exeter.museum","exhibition.museum","family.museum","farm.museum","farmequipment.museum","farmers.museum","farmstead.museum","field.museum","figueres.museum","filatelia.museum","film.museum","fineart.museum","finearts.museum","finland.museum","flanders.museum","florida.museum","force.museum","fortmissoula.museum","fortworth.museum","foundation.museum","francaise.museum","frankfurt.museum","franziskaner.museum","freemasonry.museum","freiburg.museum","fribourg.museum","frog.museum","fundacio.museum","furniture.museum","gallery.museum","garden.museum","gateway.museum","geelvinck.museum","gemological.museum","geology.museum","georgia.museum","giessen.museum","glas.museum","glass.museum","gorge.museum","grandrapids.museum","graz.museum","guernsey.museum","halloffame.museum","hamburg.museum","handson.museum","harvestcelebration.museum","hawaii.museum","health.museum","heimatunduhren.museum","hellas.museum","helsinki.museum","hembygdsforbund.museum","heritage.museum","histoire.museum","historical.museum","historicalsociety.museum","historichouses.museum","historisch.museum","historisches.museum","history.museum","historyofscience.museum","horology.museum","house.museum","humanities.museum","illustration.museum","imageandsound.museum","indian.museum","indiana.museum","indianapolis.museum","indianmarket.museum","intelligence.museum","interactive.museum","iraq.museum","iron.museum","isleofman.museum","jamison.museum","jefferson.museum","jerusalem.museum","jewelry.museum","jewish.museum","jewishart.museum","jfk.museum","journalism.museum","judaica.museum","judygarland.museum","juedisches.museum","juif.museum","karate.museum","karikatur.museum","kids.museum","koebenhavn.museum","koeln.museum","kunst.museum","kunstsammlung.museum","kunstunddesign.museum","labor.museum","labour.museum","lajolla.museum","lancashire.museum","landes.museum","lans.museum","läns.museum","larsson.museum","lewismiller.museum","lincoln.museum","linz.museum","living.museum","livinghistory.museum","localhistory.museum","london.museum","losangeles.museum","louvre.museum","loyalist.museum","lucerne.museum","luxembourg.museum","luzern.museum","mad.museum","madrid.museum","mallorca.museum","manchester.museum","mansion.museum","mansions.museum","manx.museum","marburg.museum","maritime.museum","maritimo.museum","maryland.museum","marylhurst.museum","media.museum","medical.museum","medizinhistorisches.museum","meeres.museum","memorial.museum","mesaverde.museum","michigan.museum","midatlantic.museum","military.museum","mill.museum","miners.museum","mining.museum","minnesota.museum","missile.museum","missoula.museum","modern.museum","moma.museum","money.museum","monmouth.museum","monticello.museum","montreal.museum","moscow.museum","motorcycle.museum","muenchen.museum","muenster.museum","mulhouse.museum","muncie.museum","museet.museum","museumcenter.museum","museumvereniging.museum","music.museum","national.museum","nationalfirearms.museum","nationalheritage.museum","nativeamerican.museum","naturalhistory.museum","naturalhistorymuseum.museum","naturalsciences.museum","nature.museum","naturhistorisches.museum","natuurwetenschappen.museum","naumburg.museum","naval.museum","nebraska.museum","neues.museum","newhampshire.museum","newjersey.museum","newmexico.museum","newport.museum","newspaper.museum","newyork.museum","niepce.museum","norfolk.museum","north.museum","nrw.museum","nyc.museum","nyny.museum","oceanographic.museum","oceanographique.museum","omaha.museum","online.museum","ontario.museum","openair.museum","oregon.museum","oregontrail.museum","otago.museum","oxford.museum","pacific.museum","paderborn.museum","palace.museum","paleo.museum","palmsprings.museum","panama.museum","paris.museum","pasadena.museum","pharmacy.museum","philadelphia.museum","philadelphiaarea.museum","philately.museum","phoenix.museum","photography.museum","pilots.museum","pittsburgh.museum","planetarium.museum","plantation.museum","plants.museum","plaza.museum","portal.museum","portland.museum","portlligat.museum","posts-and-telecommunications.museum","preservation.museum","presidio.museum","press.museum","project.museum","public.museum","pubol.museum","quebec.museum","railroad.museum","railway.museum","research.museum","resistance.museum","riodejaneiro.museum","rochester.museum","rockart.museum","roma.museum","russia.museum","saintlouis.museum","salem.museum","salvadordali.museum","salzburg.museum","sandiego.museum","sanfrancisco.museum","santabarbara.museum","santacruz.museum","santafe.museum","saskatchewan.museum","satx.museum","savannahga.museum","schlesisches.museum","schoenbrunn.museum","schokoladen.museum","school.museum","schweiz.museum","science.museum","scienceandhistory.museum","scienceandindustry.museum","sciencecenter.museum","sciencecenters.museum","science-fiction.museum","sciencehistory.museum","sciences.museum","sciencesnaturelles.museum","scotland.museum","seaport.museum","settlement.museum","settlers.museum","shell.museum","sherbrooke.museum","sibenik.museum","silk.museum","ski.museum","skole.museum","society.museum","sologne.museum","soundandvision.museum","southcarolina.museum","southwest.museum","space.museum","spy.museum","square.museum","stadt.museum","stalbans.museum","starnberg.museum","state.museum","stateofdelaware.museum","station.museum","steam.museum","steiermark.museum","stjohn.museum","stockholm.museum","stpetersburg.museum","stuttgart.museum","suisse.museum","surgeonshall.museum","surrey.museum","svizzera.museum","sweden.museum","sydney.museum","tank.museum","tcm.museum","technology.museum","telekommunikation.museum","television.museum","texas.museum","textile.museum","theater.museum","time.museum","timekeeping.museum","topology.museum","torino.museum","touch.museum","town.museum","transport.museum","tree.museum","trolley.museum","trust.museum","trustee.museum","uhren.museum","ulm.museum","undersea.museum","university.museum","usa.museum","usantiques.museum","usarts.museum","uscountryestate.museum","usculture.museum","usdecorativearts.museum","usgarden.museum","ushistory.museum","ushuaia.museum","uslivinghistory.museum","utah.museum","uvic.museum","valley.museum","vantaa.museum","versailles.museum","viking.museum","village.museum","virginia.museum","virtual.museum","virtuel.museum","vlaanderen.museum","volkenkunde.museum","wales.museum","wallonie.museum","war.museum","washingtondc.museum","watchandclock.museum","watch-and-clock.museum","western.museum","westfalen.museum","whaling.museum","wildlife.museum","williamsburg.museum","windmill.museum","workshop.museum","york.museum","yorkshire.museum","yosemite.museum","youth.museum","zoological.museum","zoology.museum","ירושלים.museum","иком.museum","mv","aero.mv","biz.mv","com.mv","coop.mv","edu.mv","gov.mv","info.mv","int.mv","mil.mv","museum.mv","name.mv","net.mv","org.mv","pro.mv","mw","ac.mw","biz.mw","co.mw","com.mw","coop.mw","edu.mw","gov.mw","int.mw","museum.mw","net.mw","org.mw","mx","com.mx","org.mx","gob.mx","edu.mx","net.mx","my","com.my","net.my","org.my","gov.my","edu.my","mil.my","name.my","mz","ac.mz","adv.mz","co.mz","edu.mz","gov.mz","mil.mz","net.mz","org.mz","na","info.na","pro.na","name.na","school.na","or.na","dr.na","us.na","mx.na","ca.na","in.na","cc.na","tv.na","ws.na","mobi.na","co.na","com.na","org.na","name","nc","asso.nc","nom.nc","ne","net","nf","com.nf","net.nf","per.nf","rec.nf","web.nf","arts.nf","firm.nf","info.nf","other.nf","store.nf","ng","com.ng","edu.ng","gov.ng","i.ng","mil.ng","mobi.ng","name.ng","net.ng","org.ng","sch.ng","ni","ac.ni","biz.ni","co.ni","com.ni","edu.ni","gob.ni","in.ni","info.ni","int.ni","mil.ni","net.ni","nom.ni","org.ni","web.ni","nl","no","fhs.no","vgs.no","fylkesbibl.no","folkebibl.no","museum.no","idrett.no","priv.no","mil.no","stat.no","dep.no","kommune.no","herad.no","aa.no","ah.no","bu.no","fm.no","hl.no","hm.no","jan-mayen.no","mr.no","nl.no","nt.no","of.no","ol.no","oslo.no","rl.no","sf.no","st.no","svalbard.no","tm.no","tr.no","va.no","vf.no","gs.aa.no","gs.ah.no","gs.bu.no","gs.fm.no","gs.hl.no","gs.hm.no","gs.jan-mayen.no","gs.mr.no","gs.nl.no","gs.nt.no","gs.of.no","gs.ol.no","gs.oslo.no","gs.rl.no","gs.sf.no","gs.st.no","gs.svalbard.no","gs.tm.no","gs.tr.no","gs.va.no","gs.vf.no","akrehamn.no","åkrehamn.no","algard.no","ålgård.no","arna.no","brumunddal.no","bryne.no","bronnoysund.no","brønnøysund.no","drobak.no","drøbak.no","egersund.no","fetsund.no","floro.no","florø.no","fredrikstad.no","hokksund.no","honefoss.no","hønefoss.no","jessheim.no","jorpeland.no","jørpeland.no","kirkenes.no","kopervik.no","krokstadelva.no","langevag.no","langevåg.no","leirvik.no","mjondalen.no","mjøndalen.no","mo-i-rana.no","mosjoen.no","mosjøen.no","nesoddtangen.no","orkanger.no","osoyro.no","osøyro.no","raholt.no","råholt.no","sandnessjoen.no","sandnessjøen.no","skedsmokorset.no","slattum.no","spjelkavik.no","stathelle.no","stavern.no","stjordalshalsen.no","stjørdalshalsen.no","tananger.no","tranby.no","vossevangen.no","afjord.no","åfjord.no","agdenes.no","al.no","ål.no","alesund.no","ålesund.no","alstahaug.no","alta.no","áltá.no","alaheadju.no","álaheadju.no","alvdal.no","amli.no","åmli.no","amot.no","åmot.no","andebu.no","andoy.no","andøy.no","andasuolo.no","ardal.no","årdal.no","aremark.no","arendal.no","ås.no","aseral.no","åseral.no","asker.no","askim.no","askvoll.no","askoy.no","askøy.no","asnes.no","åsnes.no","audnedaln.no","aukra.no","aure.no","aurland.no","aurskog-holand.no","aurskog-høland.no","austevoll.no","austrheim.no","averoy.no","averøy.no","balestrand.no","ballangen.no","balat.no","bálát.no","balsfjord.no","bahccavuotna.no","báhccavuotna.no","bamble.no","bardu.no","beardu.no","beiarn.no","bajddar.no","bájddar.no","baidar.no","báidár.no","berg.no","bergen.no","berlevag.no","berlevåg.no","bearalvahki.no","bearalváhki.no","bindal.no","birkenes.no","bjarkoy.no","bjarkøy.no","bjerkreim.no","bjugn.no","bodo.no","bodø.no","badaddja.no","bådåddjå.no","budejju.no","bokn.no","bremanger.no","bronnoy.no","brønnøy.no","bygland.no","bykle.no","barum.no","bærum.no","bo.telemark.no","bø.telemark.no","bo.nordland.no","bø.nordland.no","bievat.no","bievát.no","bomlo.no","bømlo.no","batsfjord.no","båtsfjord.no","bahcavuotna.no","báhcavuotna.no","dovre.no","drammen.no","drangedal.no","dyroy.no","dyrøy.no","donna.no","dønna.no","eid.no","eidfjord.no","eidsberg.no","eidskog.no","eidsvoll.no","eigersund.no","elverum.no","enebakk.no","engerdal.no","etne.no","etnedal.no","evenes.no","evenassi.no","evenášši.no","evje-og-hornnes.no","farsund.no","fauske.no","fuossko.no","fuoisku.no","fedje.no","fet.no","finnoy.no","finnøy.no","fitjar.no","fjaler.no","fjell.no","flakstad.no","flatanger.no","flekkefjord.no","flesberg.no","flora.no","fla.no","flå.no","folldal.no","forsand.no","fosnes.no","frei.no","frogn.no","froland.no","frosta.no","frana.no","fræna.no","froya.no","frøya.no","fusa.no","fyresdal.no","forde.no","førde.no","gamvik.no","gangaviika.no","gáŋgaviika.no","gaular.no","gausdal.no","gildeskal.no","gildeskål.no","giske.no","gjemnes.no","gjerdrum.no","gjerstad.no","gjesdal.no","gjovik.no","gjøvik.no","gloppen.no","gol.no","gran.no","grane.no","granvin.no","gratangen.no","grimstad.no","grong.no","kraanghke.no","kråanghke.no","grue.no","gulen.no","hadsel.no","halden.no","halsa.no","hamar.no","hamaroy.no","habmer.no","hábmer.no","hapmir.no","hápmir.no","hammerfest.no","hammarfeasta.no","hámmárfeasta.no","haram.no","hareid.no","harstad.no","hasvik.no","aknoluokta.no","ákŋoluokta.no","hattfjelldal.no","aarborte.no","haugesund.no","hemne.no","hemnes.no","hemsedal.no","heroy.more-og-romsdal.no","herøy.møre-og-romsdal.no","heroy.nordland.no","herøy.nordland.no","hitra.no","hjartdal.no","hjelmeland.no","hobol.no","hobøl.no","hof.no","hol.no","hole.no","holmestrand.no","holtalen.no","holtålen.no","hornindal.no","horten.no","hurdal.no","hurum.no","hvaler.no","hyllestad.no","hagebostad.no","hægebostad.no","hoyanger.no","høyanger.no","hoylandet.no","høylandet.no","ha.no","hå.no","ibestad.no","inderoy.no","inderøy.no","iveland.no","jevnaker.no","jondal.no","jolster.no","jølster.no","karasjok.no","karasjohka.no","kárášjohka.no","karlsoy.no","galsa.no","gálsá.no","karmoy.no","karmøy.no","kautokeino.no","guovdageaidnu.no","klepp.no","klabu.no","klæbu.no","kongsberg.no","kongsvinger.no","kragero.no","kragerø.no","kristiansand.no","kristiansund.no","krodsherad.no","krødsherad.no","kvalsund.no","rahkkeravju.no","ráhkkerávju.no","kvam.no","kvinesdal.no","kvinnherad.no","kviteseid.no","kvitsoy.no","kvitsøy.no","kvafjord.no","kvæfjord.no","giehtavuoatna.no","kvanangen.no","kvænangen.no","navuotna.no","návuotna.no","kafjord.no","kåfjord.no","gaivuotna.no","gáivuotna.no","larvik.no","lavangen.no","lavagis.no","loabat.no","loabát.no","lebesby.no","davvesiida.no","leikanger.no","leirfjord.no","leka.no","leksvik.no","lenvik.no","leangaviika.no","leaŋgaviika.no","lesja.no","levanger.no","lier.no","lierne.no","lillehammer.no","lillesand.no","lindesnes.no","lindas.no","lindås.no","lom.no","loppa.no","lahppi.no","láhppi.no","lund.no","lunner.no","luroy.no","lurøy.no","luster.no","lyngdal.no","lyngen.no","ivgu.no","lardal.no","lerdal.no","lærdal.no","lodingen.no","lødingen.no","lorenskog.no","lørenskog.no","loten.no","løten.no","malvik.no","masoy.no","måsøy.no","muosat.no","muosát.no","mandal.no","marker.no","marnardal.no","masfjorden.no","meland.no","meldal.no","melhus.no","meloy.no","meløy.no","meraker.no","meråker.no","moareke.no","moåreke.no","midsund.no","midtre-gauldal.no","modalen.no","modum.no","molde.no","moskenes.no","moss.no","mosvik.no","malselv.no","målselv.no","malatvuopmi.no","málatvuopmi.no","namdalseid.no","aejrie.no","namsos.no","namsskogan.no","naamesjevuemie.no","nååmesjevuemie.no","laakesvuemie.no","nannestad.no","narvik.no","narviika.no","naustdal.no","nedre-eiker.no","nes.akershus.no","nes.buskerud.no","nesna.no","nesodden.no","nesseby.no","unjarga.no","unjárga.no","nesset.no","nissedal.no","nittedal.no","nord-aurdal.no","nord-fron.no","nord-odal.no","norddal.no","nordkapp.no","davvenjarga.no","davvenjárga.no","nordre-land.no","nordreisa.no","raisa.no","ráisa.no","nore-og-uvdal.no","notodden.no","naroy.no","nærøy.no","notteroy.no","nøtterøy.no","odda.no","oksnes.no","øksnes.no","oppdal.no","oppegard.no","oppegård.no","orkdal.no","orland.no","ørland.no","orskog.no","ørskog.no","orsta.no","ørsta.no","os.hedmark.no","os.hordaland.no","osen.no","osteroy.no","osterøy.no","ostre-toten.no","østre-toten.no","overhalla.no","ovre-eiker.no","øvre-eiker.no","oyer.no","øyer.no","oygarden.no","øygarden.no","oystre-slidre.no","øystre-slidre.no","porsanger.no","porsangu.no","porsáŋgu.no","porsgrunn.no","radoy.no","radøy.no","rakkestad.no","rana.no","ruovat.no","randaberg.no","rauma.no","rendalen.no","rennebu.no","rennesoy.no","rennesøy.no","rindal.no","ringebu.no","ringerike.no","ringsaker.no","rissa.no","risor.no","risør.no","roan.no","rollag.no","rygge.no","ralingen.no","rælingen.no","rodoy.no","rødøy.no","romskog.no","rømskog.no","roros.no","røros.no","rost.no","røst.no","royken.no","røyken.no","royrvik.no","røyrvik.no","rade.no","råde.no","salangen.no","siellak.no","saltdal.no","salat.no","sálát.no","sálat.no","samnanger.no","sande.more-og-romsdal.no","sande.møre-og-romsdal.no","sande.vestfold.no","sandefjord.no","sandnes.no","sandoy.no","sandøy.no","sarpsborg.no","sauda.no","sauherad.no","sel.no","selbu.no","selje.no","seljord.no","sigdal.no","siljan.no","sirdal.no","skaun.no","skedsmo.no","ski.no","skien.no","skiptvet.no","skjervoy.no","skjervøy.no","skierva.no","skiervá.no","skjak.no","skjåk.no","skodje.no","skanland.no","skånland.no","skanit.no","skánit.no","smola.no","smøla.no","snillfjord.no","snasa.no","snåsa.no","snoasa.no","snaase.no","snåase.no","sogndal.no","sokndal.no","sola.no","solund.no","songdalen.no","sortland.no","spydeberg.no","stange.no","stavanger.no","steigen.no","steinkjer.no","stjordal.no","stjørdal.no","stokke.no","stor-elvdal.no","stord.no","stordal.no","storfjord.no","omasvuotna.no","strand.no","stranda.no","stryn.no","sula.no","suldal.no","sund.no","sunndal.no","surnadal.no","sveio.no","svelvik.no","sykkylven.no","sogne.no","søgne.no","somna.no","sømna.no","sondre-land.no","søndre-land.no","sor-aurdal.no","sør-aurdal.no","sor-fron.no","sør-fron.no","sor-odal.no","sør-odal.no","sor-varanger.no","sør-varanger.no","matta-varjjat.no","mátta-várjjat.no","sorfold.no","sørfold.no","sorreisa.no","sørreisa.no","sorum.no","sørum.no","tana.no","deatnu.no","time.no","tingvoll.no","tinn.no","tjeldsund.no","dielddanuorri.no","tjome.no","tjøme.no","tokke.no","tolga.no","torsken.no","tranoy.no","tranøy.no","tromso.no","tromsø.no","tromsa.no","romsa.no","trondheim.no","troandin.no","trysil.no","trana.no","træna.no","trogstad.no","trøgstad.no","tvedestrand.no","tydal.no","tynset.no","tysfjord.no","divtasvuodna.no","divttasvuotna.no","tysnes.no","tysvar.no","tysvær.no","tonsberg.no","tønsberg.no","ullensaker.no","ullensvang.no","ulvik.no","utsira.no","vadso.no","vadsø.no","cahcesuolo.no","čáhcesuolo.no","vaksdal.no","valle.no","vang.no","vanylven.no","vardo.no","vardø.no","varggat.no","várggát.no","vefsn.no","vaapste.no","vega.no","vegarshei.no","vegårshei.no","vennesla.no","verdal.no","verran.no","vestby.no","vestnes.no","vestre-slidre.no","vestre-toten.no","vestvagoy.no","vestvågøy.no","vevelstad.no","vik.no","vikna.no","vindafjord.no","volda.no","voss.no","varoy.no","værøy.no","vagan.no","vågan.no","voagat.no","vagsoy.no","vågsøy.no","vaga.no","vågå.no","valer.ostfold.no","våler.østfold.no","valer.hedmark.no","våler.hedmark.no","*.np","nr","biz.nr","info.nr","gov.nr","edu.nr","org.nr","net.nr","com.nr","nu","nz","ac.nz","co.nz","cri.nz","geek.nz","gen.nz","govt.nz","health.nz","iwi.nz","kiwi.nz","maori.nz","mil.nz","māori.nz","net.nz","org.nz","parliament.nz","school.nz","om","co.om","com.om","edu.om","gov.om","med.om","museum.om","net.om","org.om","pro.om","onion","org","pa","ac.pa","gob.pa","com.pa","org.pa","sld.pa","edu.pa","net.pa","ing.pa","abo.pa","med.pa","nom.pa","pe","edu.pe","gob.pe","nom.pe","mil.pe","org.pe","com.pe","net.pe","pf","com.pf","org.pf","edu.pf","*.pg","ph","com.ph","net.ph","org.ph","gov.ph","edu.ph","ngo.ph","mil.ph","i.ph","pk","com.pk","net.pk","edu.pk","org.pk","fam.pk","biz.pk","web.pk","gov.pk","gob.pk","gok.pk","gon.pk","gop.pk","gos.pk","info.pk","pl","com.pl","net.pl","org.pl","aid.pl","agro.pl","atm.pl","auto.pl","biz.pl","edu.pl","gmina.pl","gsm.pl","info.pl","mail.pl","miasta.pl","media.pl","mil.pl","nieruchomosci.pl","nom.pl","pc.pl","powiat.pl","priv.pl","realestate.pl","rel.pl","sex.pl","shop.pl","sklep.pl","sos.pl","szkola.pl","targi.pl","tm.pl","tourism.pl","travel.pl","turystyka.pl","gov.pl","ap.gov.pl","ic.gov.pl","is.gov.pl","us.gov.pl","kmpsp.gov.pl","kppsp.gov.pl","kwpsp.gov.pl","psp.gov.pl","wskr.gov.pl","kwp.gov.pl","mw.gov.pl","ug.gov.pl","um.gov.pl","umig.gov.pl","ugim.gov.pl","upow.gov.pl","uw.gov.pl","starostwo.gov.pl","pa.gov.pl","po.gov.pl","psse.gov.pl","pup.gov.pl","rzgw.gov.pl","sa.gov.pl","so.gov.pl","sr.gov.pl","wsa.gov.pl","sko.gov.pl","uzs.gov.pl","wiih.gov.pl","winb.gov.pl","pinb.gov.pl","wios.gov.pl","witd.gov.pl","wzmiuw.gov.pl","piw.gov.pl","wiw.gov.pl","griw.gov.pl","wif.gov.pl","oum.gov.pl","sdn.gov.pl","zp.gov.pl","uppo.gov.pl","mup.gov.pl","wuoz.gov.pl","konsulat.gov.pl","oirm.gov.pl","augustow.pl","babia-gora.pl","bedzin.pl","beskidy.pl","bialowieza.pl","bialystok.pl","bielawa.pl","bieszczady.pl","boleslawiec.pl","bydgoszcz.pl","bytom.pl","cieszyn.pl","czeladz.pl","czest.pl","dlugoleka.pl","elblag.pl","elk.pl","glogow.pl","gniezno.pl","gorlice.pl","grajewo.pl","ilawa.pl","jaworzno.pl","jelenia-gora.pl","jgora.pl","kalisz.pl","kazimierz-dolny.pl","karpacz.pl","kartuzy.pl","kaszuby.pl","katowice.pl","kepno.pl","ketrzyn.pl","klodzko.pl","kobierzyce.pl","kolobrzeg.pl","konin.pl","konskowola.pl","kutno.pl","lapy.pl","lebork.pl","legnica.pl","lezajsk.pl","limanowa.pl","lomza.pl","lowicz.pl","lubin.pl","lukow.pl","malbork.pl","malopolska.pl","mazowsze.pl","mazury.pl","mielec.pl","mielno.pl","mragowo.pl","naklo.pl","nowaruda.pl","nysa.pl","olawa.pl","olecko.pl","olkusz.pl","olsztyn.pl","opoczno.pl","opole.pl","ostroda.pl","ostroleka.pl","ostrowiec.pl","ostrowwlkp.pl","pila.pl","pisz.pl","podhale.pl","podlasie.pl","polkowice.pl","pomorze.pl","pomorskie.pl","prochowice.pl","pruszkow.pl","przeworsk.pl","pulawy.pl","radom.pl","rawa-maz.pl","rybnik.pl","rzeszow.pl","sanok.pl","sejny.pl","slask.pl","slupsk.pl","sosnowiec.pl","stalowa-wola.pl","skoczow.pl","starachowice.pl","stargard.pl","suwalki.pl","swidnica.pl","swiebodzin.pl","swinoujscie.pl","szczecin.pl","szczytno.pl","tarnobrzeg.pl","tgory.pl","turek.pl","tychy.pl","ustka.pl","walbrzych.pl","warmia.pl","warszawa.pl","waw.pl","wegrow.pl","wielun.pl","wlocl.pl","wloclawek.pl","wodzislaw.pl","wolomin.pl","wroclaw.pl","zachpomor.pl","zagan.pl","zarow.pl","zgora.pl","zgorzelec.pl","pm","pn","gov.pn","co.pn","org.pn","edu.pn","net.pn","post","pr","com.pr","net.pr","org.pr","gov.pr","edu.pr","isla.pr","pro.pr","biz.pr","info.pr","name.pr","est.pr","prof.pr","ac.pr","pro","aaa.pro","aca.pro","acct.pro","avocat.pro","bar.pro","cpa.pro","eng.pro","jur.pro","law.pro","med.pro","recht.pro","ps","edu.ps","gov.ps","sec.ps","plo.ps","com.ps","org.ps","net.ps","pt","net.pt","gov.pt","org.pt","edu.pt","int.pt","publ.pt","com.pt","nome.pt","pw","co.pw","ne.pw","or.pw","ed.pw","go.pw","belau.pw","py","com.py","coop.py","edu.py","gov.py","mil.py","net.py","org.py","qa","com.qa","edu.qa","gov.qa","mil.qa","name.qa","net.qa","org.qa","sch.qa","re","asso.re","com.re","nom.re","ro","arts.ro","com.ro","firm.ro","info.ro","nom.ro","nt.ro","org.ro","rec.ro","store.ro","tm.ro","www.ro","rs","ac.rs","co.rs","edu.rs","gov.rs","in.rs","org.rs","ru","rw","ac.rw","co.rw","coop.rw","gov.rw","mil.rw","net.rw","org.rw","sa","com.sa","net.sa","org.sa","gov.sa","med.sa","pub.sa","edu.sa","sch.sa","sb","com.sb","edu.sb","gov.sb","net.sb","org.sb","sc","com.sc","gov.sc","net.sc","org.sc","edu.sc","sd","com.sd","net.sd","org.sd","edu.sd","med.sd","tv.sd","gov.sd","info.sd","se","a.se","ac.se","b.se","bd.se","brand.se","c.se","d.se","e.se","f.se","fh.se","fhsk.se","fhv.se","g.se","h.se","i.se","k.se","komforb.se","kommunalforbund.se","komvux.se","l.se","lanbib.se","m.se","n.se","naturbruksgymn.se","o.se","org.se","p.se","parti.se","pp.se","press.se","r.se","s.se","t.se","tm.se","u.se","w.se","x.se","y.se","z.se","sg","com.sg","net.sg","org.sg","gov.sg","edu.sg","per.sg","sh","com.sh","net.sh","gov.sh","org.sh","mil.sh","si","sj","sk","sl","com.sl","net.sl","edu.sl","gov.sl","org.sl","sm","sn","art.sn","com.sn","edu.sn","gouv.sn","org.sn","perso.sn","univ.sn","so","com.so","edu.so","gov.so","me.so","net.so","org.so","sr","ss","biz.ss","com.ss","edu.ss","gov.ss","net.ss","org.ss","st","co.st","com.st","consulado.st","edu.st","embaixada.st","gov.st","mil.st","net.st","org.st","principe.st","saotome.st","store.st","su","sv","com.sv","edu.sv","gob.sv","org.sv","red.sv","sx","gov.sx","sy","edu.sy","gov.sy","net.sy","mil.sy","com.sy","org.sy","sz","co.sz","ac.sz","org.sz","tc","td","tel","tf","tg","th","ac.th","co.th","go.th","in.th","mi.th","net.th","or.th","tj","ac.tj","biz.tj","co.tj","com.tj","edu.tj","go.tj","gov.tj","int.tj","mil.tj","name.tj","net.tj","nic.tj","org.tj","test.tj","web.tj","tk","tl","gov.tl","tm","com.tm","co.tm","org.tm","net.tm","nom.tm","gov.tm","mil.tm","edu.tm","tn","com.tn","ens.tn","fin.tn","gov.tn","ind.tn","intl.tn","nat.tn","net.tn","org.tn","info.tn","perso.tn","tourism.tn","edunet.tn","rnrt.tn","rns.tn","rnu.tn","mincom.tn","agrinet.tn","defense.tn","turen.tn","to","com.to","gov.to","net.to","org.to","edu.to","mil.to","tr","av.tr","bbs.tr","bel.tr","biz.tr","com.tr","dr.tr","edu.tr","gen.tr","gov.tr","info.tr","mil.tr","k12.tr","kep.tr","name.tr","net.tr","org.tr","pol.tr","tel.tr","tsk.tr","tv.tr","web.tr","nc.tr","gov.nc.tr","tt","co.tt","com.tt","org.tt","net.tt","biz.tt","info.tt","pro.tt","int.tt","coop.tt","jobs.tt","mobi.tt","travel.tt","museum.tt","aero.tt","name.tt","gov.tt","edu.tt","tv","tw","edu.tw","gov.tw","mil.tw","com.tw","net.tw","org.tw","idv.tw","game.tw","ebiz.tw","club.tw","網路.tw","組織.tw","商業.tw","tz","ac.tz","co.tz","go.tz","hotel.tz","info.tz","me.tz","mil.tz","mobi.tz","ne.tz","or.tz","sc.tz","tv.tz","ua","com.ua","edu.ua","gov.ua","in.ua","net.ua","org.ua","cherkassy.ua","cherkasy.ua","chernigov.ua","chernihiv.ua","chernivtsi.ua","chernovtsy.ua","ck.ua","cn.ua","cr.ua","crimea.ua","cv.ua","dn.ua","dnepropetrovsk.ua","dnipropetrovsk.ua","dominic.ua","donetsk.ua","dp.ua","if.ua","ivano-frankivsk.ua","kh.ua","kharkiv.ua","kharkov.ua","kherson.ua","khmelnitskiy.ua","khmelnytskyi.ua","kiev.ua","kirovograd.ua","km.ua","kr.ua","krym.ua","ks.ua","kv.ua","kyiv.ua","lg.ua","lt.ua","lugansk.ua","lutsk.ua","lv.ua","lviv.ua","mk.ua","mykolaiv.ua","nikolaev.ua","od.ua","odesa.ua","odessa.ua","pl.ua","poltava.ua","rivne.ua","rovno.ua","rv.ua","sb.ua","sebastopol.ua","sevastopol.ua","sm.ua","sumy.ua","te.ua","ternopil.ua","uz.ua","uzhgorod.ua","vinnica.ua","vinnytsia.ua","vn.ua","volyn.ua","yalta.ua","zaporizhzhe.ua","zaporizhzhia.ua","zhitomir.ua","zhytomyr.ua","zp.ua","zt.ua","ug","co.ug","or.ug","ac.ug","sc.ug","go.ug","ne.ug","com.ug","org.ug","uk","ac.uk","co.uk","gov.uk","ltd.uk","me.uk","net.uk","nhs.uk","org.uk","plc.uk","police.uk","*.sch.uk","us","dni.us","fed.us","isa.us","kids.us","nsn.us","ak.us","al.us","ar.us","as.us","az.us","ca.us","co.us","ct.us","dc.us","de.us","fl.us","ga.us","gu.us","hi.us","ia.us","id.us","il.us","in.us","ks.us","ky.us","la.us","ma.us","md.us","me.us","mi.us","mn.us","mo.us","ms.us","mt.us","nc.us","nd.us","ne.us","nh.us","nj.us","nm.us","nv.us","ny.us","oh.us","ok.us","or.us","pa.us","pr.us","ri.us","sc.us","sd.us","tn.us","tx.us","ut.us","vi.us","vt.us","va.us","wa.us","wi.us","wv.us","wy.us","k12.ak.us","k12.al.us","k12.ar.us","k12.as.us","k12.az.us","k12.ca.us","k12.co.us","k12.ct.us","k12.dc.us","k12.de.us","k12.fl.us","k12.ga.us","k12.gu.us","k12.ia.us","k12.id.us","k12.il.us","k12.in.us","k12.ks.us","k12.ky.us","k12.la.us","k12.ma.us","k12.md.us","k12.me.us","k12.mi.us","k12.mn.us","k12.mo.us","k12.ms.us","k12.mt.us","k12.nc.us","k12.ne.us","k12.nh.us","k12.nj.us","k12.nm.us","k12.nv.us","k12.ny.us","k12.oh.us","k12.ok.us","k12.or.us","k12.pa.us","k12.pr.us","k12.ri.us","k12.sc.us","k12.tn.us","k12.tx.us","k12.ut.us","k12.vi.us","k12.vt.us","k12.va.us","k12.wa.us","k12.wi.us","k12.wy.us","cc.ak.us","cc.al.us","cc.ar.us","cc.as.us","cc.az.us","cc.ca.us","cc.co.us","cc.ct.us","cc.dc.us","cc.de.us","cc.fl.us","cc.ga.us","cc.gu.us","cc.hi.us","cc.ia.us","cc.id.us","cc.il.us","cc.in.us","cc.ks.us","cc.ky.us","cc.la.us","cc.ma.us","cc.md.us","cc.me.us","cc.mi.us","cc.mn.us","cc.mo.us","cc.ms.us","cc.mt.us","cc.nc.us","cc.nd.us","cc.ne.us","cc.nh.us","cc.nj.us","cc.nm.us","cc.nv.us","cc.ny.us","cc.oh.us","cc.ok.us","cc.or.us","cc.pa.us","cc.pr.us","cc.ri.us","cc.sc.us","cc.sd.us","cc.tn.us","cc.tx.us","cc.ut.us","cc.vi.us","cc.vt.us","cc.va.us","cc.wa.us","cc.wi.us","cc.wv.us","cc.wy.us","lib.ak.us","lib.al.us","lib.ar.us","lib.as.us","lib.az.us","lib.ca.us","lib.co.us","lib.ct.us","lib.dc.us","lib.fl.us","lib.ga.us","lib.gu.us","lib.hi.us","lib.ia.us","lib.id.us","lib.il.us","lib.in.us","lib.ks.us","lib.ky.us","lib.la.us","lib.ma.us","lib.md.us","lib.me.us","lib.mi.us","lib.mn.us","lib.mo.us","lib.ms.us","lib.mt.us","lib.nc.us","lib.nd.us","lib.ne.us","lib.nh.us","lib.nj.us","lib.nm.us","lib.nv.us","lib.ny.us","lib.oh.us","lib.ok.us","lib.or.us","lib.pa.us","lib.pr.us","lib.ri.us","lib.sc.us","lib.sd.us","lib.tn.us","lib.tx.us","lib.ut.us","lib.vi.us","lib.vt.us","lib.va.us","lib.wa.us","lib.wi.us","lib.wy.us","pvt.k12.ma.us","chtr.k12.ma.us","paroch.k12.ma.us","ann-arbor.mi.us","cog.mi.us","dst.mi.us","eaton.mi.us","gen.mi.us","mus.mi.us","tec.mi.us","washtenaw.mi.us","uy","com.uy","edu.uy","gub.uy","mil.uy","net.uy","org.uy","uz","co.uz","com.uz","net.uz","org.uz","va","vc","com.vc","net.vc","org.vc","gov.vc","mil.vc","edu.vc","ve","arts.ve","co.ve","com.ve","e12.ve","edu.ve","firm.ve","gob.ve","gov.ve","info.ve","int.ve","mil.ve","net.ve","org.ve","rec.ve","store.ve","tec.ve","web.ve","vg","vi","co.vi","com.vi","k12.vi","net.vi","org.vi","vn","com.vn","net.vn","org.vn","edu.vn","gov.vn","int.vn","ac.vn","biz.vn","info.vn","name.vn","pro.vn","health.vn","vu","com.vu","edu.vu","net.vu","org.vu","wf","ws","com.ws","net.ws","org.ws","gov.ws","edu.ws","yt","امارات","հայ","বাংলা","бг","бел","中国","中國","الجزائر","مصر","ею","ευ","موريتانيا","გე","ελ","香港","公司.香港","教育.香港","政府.香港","個人.香港","網絡.香港","組織.香港","ಭಾರತ","ଭାରତ","ভাৰত","भारतम्","भारोत","ڀارت","ഭാരതം","भारत","بارت","بھارت","భారత్","ભારત","ਭਾਰਤ","ভারত","இந்தியா","ایران","ايران","عراق","الاردن","한국","қаз","ලංකා","இலங்கை","المغرب","мкд","мон","澳門","澳门","مليسيا","عمان","پاکستان","پاكستان","فلسطين","срб","пр.срб","орг.срб","обр.срб","од.срб","упр.срб","ак.срб","рф","قطر","السعودية","السعودیة","السعودیۃ","السعوديه","سودان","新加坡","சிங்கப்பூர்","سورية","سوريا","ไทย","ศึกษา.ไทย","ธุรกิจ.ไทย","รัฐบาล.ไทย","ทหาร.ไทย","เน็ต.ไทย","องค์กร.ไทย","تونس","台灣","台湾","臺灣","укр","اليمن","xxx","*.ye","ac.za","agric.za","alt.za","co.za","edu.za","gov.za","grondar.za","law.za","mil.za","net.za","ngo.za","nic.za","nis.za","nom.za","org.za","school.za","tm.za","web.za","zm","ac.zm","biz.zm","co.zm","com.zm","edu.zm","gov.zm","info.zm","mil.zm","net.zm","org.zm","sch.zm","zw","ac.zw","co.zw","gov.zw","mil.zw","org.zw","aaa","aarp","abarth","abb","abbott","abbvie","abc","able","abogado","abudhabi","academy","accenture","accountant","accountants","aco","actor","adac","ads","adult","aeg","aetna","afamilycompany","afl","africa","agakhan","agency","aig","aigo","airbus","airforce","airtel","akdn","alfaromeo","alibaba","alipay","allfinanz","allstate","ally","alsace","alstom","amazon","americanexpress","americanfamily","amex","amfam","amica","amsterdam","analytics","android","anquan","anz","aol","apartments","app","apple","aquarelle","arab","aramco","archi","army","art","arte","asda","associates","athleta","attorney","auction","audi","audible","audio","auspost","author","auto","autos","avianca","aws","axa","azure","baby","baidu","banamex","bananarepublic","band","bank","bar","barcelona","barclaycard","barclays","barefoot","bargains","baseball","basketball","bauhaus","bayern","bbc","bbt","bbva","bcg","bcn","beats","beauty","beer","bentley","berlin","best","bestbuy","bet","bharti","bible","bid","bike","bing","bingo","bio","black","blackfriday","blockbuster","blog","bloomberg","blue","bms","bmw","bnpparibas","boats","boehringer","bofa","bom","bond","boo","book","booking","bosch","bostik","boston","bot","boutique","box","bradesco","bridgestone","broadway","broker","brother","brussels","budapest","bugatti","build","builders","business","buy","buzz","bzh","cab","cafe","cal","call","calvinklein","cam","camera","camp","cancerresearch","canon","capetown","capital","capitalone","car","caravan","cards","care","career","careers","cars","casa","case","caseih","cash","casino","catering","catholic","cba","cbn","cbre","cbs","ceb","center","ceo","cern","cfa","cfd","chanel","channel","charity","chase","chat","cheap","chintai","christmas","chrome","church","cipriani","circle","cisco","citadel","citi","citic","city","cityeats","claims","cleaning","click","clinic","clinique","clothing","cloud","club","clubmed","coach","codes","coffee","college","cologne","comcast","commbank","community","company","compare","computer","comsec","condos","construction","consulting","contact","contractors","cooking","cookingchannel","cool","corsica","country","coupon","coupons","courses","cpa","credit","creditcard","creditunion","cricket","crown","crs","cruise","cruises","csc","cuisinella","cymru","cyou","dabur","dad","dance","data","date","dating","datsun","day","dclk","dds","deal","dealer","deals","degree","delivery","dell","deloitte","delta","democrat","dental","dentist","desi","design","dev","dhl","diamonds","diet","digital","direct","directory","discount","discover","dish","diy","dnp","docs","doctor","dog","domains","dot","download","drive","dtv","dubai","duck","dunlop","dupont","durban","dvag","dvr","earth","eat","eco","edeka","education","email","emerck","energy","engineer","engineering","enterprises","epson","equipment","ericsson","erni","esq","estate","esurance","etisalat","eurovision","eus","events","exchange","expert","exposed","express","extraspace","fage","fail","fairwinds","faith","family","fan","fans","farm","farmers","fashion","fast","fedex","feedback","ferrari","ferrero","fiat","fidelity","fido","film","final","finance","financial","fire","firestone","firmdale","fish","fishing","fit","fitness","flickr","flights","flir","florist","flowers","fly","foo","food","foodnetwork","football","ford","forex","forsale","forum","foundation","fox","free","fresenius","frl","frogans","frontdoor","frontier","ftr","fujitsu","fujixerox","fun","fund","furniture","futbol","fyi","gal","gallery","gallo","gallup","game","games","gap","garden","gay","gbiz","gdn","gea","gent","genting","george","ggee","gift","gifts","gives","giving","glade","glass","gle","global","globo","gmail","gmbh","gmo","gmx","godaddy","gold","goldpoint","golf","goo","goodyear","goog","google","gop","got","grainger","graphics","gratis","green","gripe","grocery","group","guardian","gucci","guge","guide","guitars","guru","hair","hamburg","hangout","haus","hbo","hdfc","hdfcbank","health","healthcare","help","helsinki","here","hermes","hgtv","hiphop","hisamitsu","hitachi","hiv","hkt","hockey","holdings","holiday","homedepot","homegoods","homes","homesense","honda","horse","hospital","host","hosting","hot","hoteles","hotels","hotmail","house","how","hsbc","hughes","hyatt","hyundai","ibm","icbc","ice","icu","ieee","ifm","ikano","imamat","imdb","immo","immobilien","inc","industries","infiniti","ing","ink","institute","insurance","insure","intel","international","intuit","investments","ipiranga","irish","ismaili","ist","istanbul","itau","itv","iveco","jaguar","java","jcb","jcp","jeep","jetzt","jewelry","jio","jll","jmp","jnj","joburg","jot","joy","jpmorgan","jprs","juegos","juniper","kaufen","kddi","kerryhotels","kerrylogistics","kerryproperties","kfh","kia","kim","kinder","kindle","kitchen","kiwi","koeln","komatsu","kosher","kpmg","kpn","krd","kred","kuokgroup","kyoto","lacaixa","lamborghini","lamer","lancaster","lancia","land","landrover","lanxess","lasalle","lat","latino","latrobe","law","lawyer","lds","lease","leclerc","lefrak","legal","lego","lexus","lgbt","lidl","life","lifeinsurance","lifestyle","lighting","like","lilly","limited","limo","lincoln","linde","link","lipsy","live","living","lixil","llc","llp","loan","loans","locker","locus","loft","lol","london","lotte","lotto","love","lpl","lplfinancial","ltd","ltda","lundbeck","lupin","luxe","luxury","macys","madrid","maif","maison","makeup","man","management","mango","map","market","marketing","markets","marriott","marshalls","maserati","mattel","mba","mckinsey","med","media","meet","melbourne","meme","memorial","men","menu","merckmsd","metlife","miami","microsoft","mini","mint","mit","mitsubishi","mlb","mls","mma","mobile","moda","moe","moi","mom","monash","money","monster","mormon","mortgage","moscow","moto","motorcycles","mov","movie","msd","mtn","mtr","mutual","nab","nadex","nagoya","nationwide","natura","navy","nba","nec","netbank","netflix","network","neustar","new","newholland","news","next","nextdirect","nexus","nfl","ngo","nhk","nico","nike","nikon","ninja","nissan","nissay","nokia","northwesternmutual","norton","now","nowruz","nowtv","nra","nrw","ntt","nyc","obi","observer","off","office","okinawa","olayan","olayangroup","oldnavy","ollo","omega","one","ong","onl","online","onyourside","ooo","open","oracle","orange","organic","origins","osaka","otsuka","ott","ovh","page","panasonic","paris","pars","partners","parts","party","passagens","pay","pccw","pet","pfizer","pharmacy","phd","philips","phone","photo","photography","photos","physio","pics","pictet","pictures","pid","pin","ping","pink","pioneer","pizza","place","play","playstation","plumbing","plus","pnc","pohl","poker","politie","porn","pramerica","praxi","press","prime","prod","productions","prof","progressive","promo","properties","property","protection","pru","prudential","pub","pwc","qpon","quebec","quest","qvc","racing","radio","raid","read","realestate","realtor","realty","recipes","red","redstone","redumbrella","rehab","reise","reisen","reit","reliance","ren","rent","rentals","repair","report","republican","rest","restaurant","review","reviews","rexroth","rich","richardli","ricoh","rightathome","ril","rio","rip","rmit","rocher","rocks","rodeo","rogers","room","rsvp","rugby","ruhr","run","rwe","ryukyu","saarland","safe","safety","sakura","sale","salon","samsclub","samsung","sandvik","sandvikcoromant","sanofi","sap","sarl","sas","save","saxo","sbi","sbs","sca","scb","schaeffler","schmidt","scholarships","school","schule","schwarz","science","scjohnson","scor","scot","search","seat","secure","security","seek","select","sener","services","ses","seven","sew","sex","sexy","sfr","shangrila","sharp","shaw","shell","shia","shiksha","shoes","shop","shopping","shouji","show","showtime","shriram","silk","sina","singles","site","ski","skin","sky","skype","sling","smart","smile","sncf","soccer","social","softbank","software","sohu","solar","solutions","song","sony","soy","spa","space","sport","spot","spreadbetting","srl","stada","staples","star","statebank","statefarm","stc","stcgroup","stockholm","storage","store","stream","studio","study","style","sucks","supplies","supply","support","surf","surgery","suzuki","swatch","swiftcover","swiss","sydney","symantec","systems","tab","taipei","talk","taobao","target","tatamotors","tatar","tattoo","tax","taxi","tci","tdk","team","tech","technology","temasek","tennis","teva","thd","theater","theatre","tiaa","tickets","tienda","tiffany","tips","tires","tirol","tjmaxx","tjx","tkmaxx","tmall","today","tokyo","tools","top","toray","toshiba","total","tours","town","toyota","toys","trade","trading","training","travel","travelchannel","travelers","travelersinsurance","trust","trv","tube","tui","tunes","tushu","tvs","ubank","ubs","unicom","university","uno","uol","ups","vacations","vana","vanguard","vegas","ventures","verisign","versicherung","vet","viajes","video","vig","viking","villas","vin","vip","virgin","visa","vision","viva","vivo","vlaanderen","vodka","volkswagen","volvo","vote","voting","voto","voyage","vuelos","wales","walmart","walter","wang","wanggou","watch","watches","weather","weatherchannel","webcam","weber","website","wed","wedding","weibo","weir","whoswho","wien","wiki","williamhill","win","windows","wine","winners","wme","wolterskluwer","woodside","work","works","world","wow","wtc","wtf","xbox","xerox","xfinity","xihuan","xin","कॉम","セール","佛山","慈善","集团","在线","大众汽车","点看","คอม","八卦","موقع","公益","公司","香格里拉","网站","移动","我爱你","москва","католик","онлайн","сайт","联通","קום","时尚","微博","淡马锡","ファッション","орг","नेट","ストア","アマゾン","삼성","商标","商店","商城","дети","ポイント","新闻","工行","家電","كوم","中文网","中信","娱乐","谷歌","電訊盈科","购物","クラウド","通販","网店","संगठन","餐厅","网络","ком","亚马逊","诺基亚","食品","飞利浦","手表","手机","ارامكو","العليان","اتصالات","بازار","ابوظبي","كاثوليك","همراه","닷컴","政府","شبكة","بيتك","عرب","机构","组织机构","健康","招聘","рус","珠宝","大拿","みんな","グーグル","世界","書籍","网址","닷넷","コム","天主教","游戏","vermögensberater","vermögensberatung","企业","信息","嘉里大酒店","嘉里","广东","政务","xyz","yachts","yahoo","yamaxun","yandex","yodobashi","yoga","yokohama","you","youtube","yun","zappos","zara","zero","zip","zone","zuerich","cc.ua","inf.ua","ltd.ua","adobeaemcloud.com","adobeaemcloud.net","*.dev.adobeaemcloud.com","beep.pl","barsy.ca","*.compute.estate","*.alces.network","altervista.org","alwaysdata.net","cloudfront.net","*.compute.amazonaws.com","*.compute-1.amazonaws.com","*.compute.amazonaws.com.cn","us-east-1.amazonaws.com","cn-north-1.eb.amazonaws.com.cn","cn-northwest-1.eb.amazonaws.com.cn","elasticbeanstalk.com","ap-northeast-1.elasticbeanstalk.com","ap-northeast-2.elasticbeanstalk.com","ap-northeast-3.elasticbeanstalk.com","ap-south-1.elasticbeanstalk.com","ap-southeast-1.elasticbeanstalk.com","ap-southeast-2.elasticbeanstalk.com","ca-central-1.elasticbeanstalk.com","eu-central-1.elasticbeanstalk.com","eu-west-1.elasticbeanstalk.com","eu-west-2.elasticbeanstalk.com","eu-west-3.elasticbeanstalk.com","sa-east-1.elasticbeanstalk.com","us-east-1.elasticbeanstalk.com","us-east-2.elasticbeanstalk.com","us-gov-west-1.elasticbeanstalk.com","us-west-1.elasticbeanstalk.com","us-west-2.elasticbeanstalk.com","*.elb.amazonaws.com","*.elb.amazonaws.com.cn","s3.amazonaws.com","s3-ap-northeast-1.amazonaws.com","s3-ap-northeast-2.amazonaws.com","s3-ap-south-1.amazonaws.com","s3-ap-southeast-1.amazonaws.com","s3-ap-southeast-2.amazonaws.com","s3-ca-central-1.amazonaws.com","s3-eu-central-1.amazonaws.com","s3-eu-west-1.amazonaws.com","s3-eu-west-2.amazonaws.com","s3-eu-west-3.amazonaws.com","s3-external-1.amazonaws.com","s3-fips-us-gov-west-1.amazonaws.com","s3-sa-east-1.amazonaws.com","s3-us-gov-west-1.amazonaws.com","s3-us-east-2.amazonaws.com","s3-us-west-1.amazonaws.com","s3-us-west-2.amazonaws.com","s3.ap-northeast-2.amazonaws.com","s3.ap-south-1.amazonaws.com","s3.cn-north-1.amazonaws.com.cn","s3.ca-central-1.amazonaws.com","s3.eu-central-1.amazonaws.com","s3.eu-west-2.amazonaws.com","s3.eu-west-3.amazonaws.com","s3.us-east-2.amazonaws.com","s3.dualstack.ap-northeast-1.amazonaws.com","s3.dualstack.ap-northeast-2.amazonaws.com","s3.dualstack.ap-south-1.amazonaws.com","s3.dualstack.ap-southeast-1.amazonaws.com","s3.dualstack.ap-southeast-2.amazonaws.com","s3.dualstack.ca-central-1.amazonaws.com","s3.dualstack.eu-central-1.amazonaws.com","s3.dualstack.eu-west-1.amazonaws.com","s3.dualstack.eu-west-2.amazonaws.com","s3.dualstack.eu-west-3.amazonaws.com","s3.dualstack.sa-east-1.amazonaws.com","s3.dualstack.us-east-1.amazonaws.com","s3.dualstack.us-east-2.amazonaws.com","s3-website-us-east-1.amazonaws.com","s3-website-us-west-1.amazonaws.com","s3-website-us-west-2.amazonaws.com","s3-website-ap-northeast-1.amazonaws.com","s3-website-ap-southeast-1.amazonaws.com","s3-website-ap-southeast-2.amazonaws.com","s3-website-eu-west-1.amazonaws.com","s3-website-sa-east-1.amazonaws.com","s3-website.ap-northeast-2.amazonaws.com","s3-website.ap-south-1.amazonaws.com","s3-website.ca-central-1.amazonaws.com","s3-website.eu-central-1.amazonaws.com","s3-website.eu-west-2.amazonaws.com","s3-website.eu-west-3.amazonaws.com","s3-website.us-east-2.amazonaws.com","amsw.nl","t3l3p0rt.net","tele.amune.org","apigee.io","on-aptible.com","user.aseinet.ne.jp","gv.vc","d.gv.vc","user.party.eus","pimienta.org","poivron.org","potager.org","sweetpepper.org","myasustor.com","myfritz.net","*.awdev.ca","*.advisor.ws","b-data.io","backplaneapp.io","balena-devices.com","app.banzaicloud.io","betainabox.com","bnr.la","blackbaudcdn.net","boomla.net","boxfuse.io","square7.ch","bplaced.com","bplaced.de","square7.de","bplaced.net","square7.net","browsersafetymark.io","uk0.bigv.io","dh.bytemark.co.uk","vm.bytemark.co.uk","mycd.eu","carrd.co","crd.co","uwu.ai","ae.org","ar.com","br.com","cn.com","com.de","com.se","de.com","eu.com","gb.com","gb.net","hu.com","hu.net","jp.net","jpn.com","kr.com","mex.com","no.com","qc.com","ru.com","sa.com","se.net","uk.com","uk.net","us.com","uy.com","za.bz","za.com","africa.com","gr.com","in.net","us.org","co.com","c.la","certmgr.org","xenapponazure.com","discourse.group","discourse.team","virtueeldomein.nl","cleverapps.io","*.lcl.dev","*.stg.dev","c66.me","cloud66.ws","cloud66.zone","jdevcloud.com","wpdevcloud.com","cloudaccess.host","freesite.host","cloudaccess.net","cloudcontrolled.com","cloudcontrolapp.com","cloudera.site","trycloudflare.com","workers.dev","wnext.app","co.ca","*.otap.co","co.cz","c.cdn77.org","cdn77-ssl.net","r.cdn77.net","rsc.cdn77.org","ssl.origin.cdn77-secure.org","cloudns.asia","cloudns.biz","cloudns.club","cloudns.cc","cloudns.eu","cloudns.in","cloudns.info","cloudns.org","cloudns.pro","cloudns.pw","cloudns.us","cloudeity.net","cnpy.gdn","co.nl","co.no","webhosting.be","hosting-cluster.nl","ac.ru","edu.ru","gov.ru","int.ru","mil.ru","test.ru","dyn.cosidns.de","dynamisches-dns.de","dnsupdater.de","internet-dns.de","l-o-g-i-n.de","dynamic-dns.info","feste-ip.net","knx-server.net","static-access.net","realm.cz","*.cryptonomic.net","cupcake.is","*.customer-oci.com","*.oci.customer-oci.com","*.ocp.customer-oci.com","*.ocs.customer-oci.com","cyon.link","cyon.site","daplie.me","localhost.daplie.me","dattolocal.com","dattorelay.com","dattoweb.com","mydatto.com","dattolocal.net","mydatto.net","biz.dk","co.dk","firm.dk","reg.dk","store.dk","*.dapps.earth","*.bzz.dapps.earth","builtwithdark.com","edgestack.me","debian.net","dedyn.io","dnshome.de","online.th","shop.th","drayddns.com","dreamhosters.com","mydrobo.com","drud.io","drud.us","duckdns.org","dy.fi","tunk.org","dyndns-at-home.com","dyndns-at-work.com","dyndns-blog.com","dyndns-free.com","dyndns-home.com","dyndns-ip.com","dyndns-mail.com","dyndns-office.com","dyndns-pics.com","dyndns-remote.com","dyndns-server.com","dyndns-web.com","dyndns-wiki.com","dyndns-work.com","dyndns.biz","dyndns.info","dyndns.org","dyndns.tv","at-band-camp.net","ath.cx","barrel-of-knowledge.info","barrell-of-knowledge.info","better-than.tv","blogdns.com","blogdns.net","blogdns.org","blogsite.org","boldlygoingnowhere.org","broke-it.net","buyshouses.net","cechire.com","dnsalias.com","dnsalias.net","dnsalias.org","dnsdojo.com","dnsdojo.net","dnsdojo.org","does-it.net","doesntexist.com","doesntexist.org","dontexist.com","dontexist.net","dontexist.org","doomdns.com","doomdns.org","dvrdns.org","dyn-o-saur.com","dynalias.com","dynalias.net","dynalias.org","dynathome.net","dyndns.ws","endofinternet.net","endofinternet.org","endoftheinternet.org","est-a-la-maison.com","est-a-la-masion.com","est-le-patron.com","est-mon-blogueur.com","for-better.biz","for-more.biz","for-our.info","for-some.biz","for-the.biz","forgot.her.name","forgot.his.name","from-ak.com","from-al.com","from-ar.com","from-az.net","from-ca.com","from-co.net","from-ct.com","from-dc.com","from-de.com","from-fl.com","from-ga.com","from-hi.com","from-ia.com","from-id.com","from-il.com","from-in.com","from-ks.com","from-ky.com","from-la.net","from-ma.com","from-md.com","from-me.org","from-mi.com","from-mn.com","from-mo.com","from-ms.com","from-mt.com","from-nc.com","from-nd.com","from-ne.com","from-nh.com","from-nj.com","from-nm.com","from-nv.com","from-ny.net","from-oh.com","from-ok.com","from-or.com","from-pa.com","from-pr.com","from-ri.com","from-sc.com","from-sd.com","from-tn.com","from-tx.com","from-ut.com","from-va.com","from-vt.com","from-wa.com","from-wi.com","from-wv.com","from-wy.com","ftpaccess.cc","fuettertdasnetz.de","game-host.org","game-server.cc","getmyip.com","gets-it.net","go.dyndns.org","gotdns.com","gotdns.org","groks-the.info","groks-this.info","ham-radio-op.net","here-for-more.info","hobby-site.com","hobby-site.org","home.dyndns.org","homedns.org","homeftp.net","homeftp.org","homeip.net","homelinux.com","homelinux.net","homelinux.org","homeunix.com","homeunix.net","homeunix.org","iamallama.com","in-the-band.net","is-a-anarchist.com","is-a-blogger.com","is-a-bookkeeper.com","is-a-bruinsfan.org","is-a-bulls-fan.com","is-a-candidate.org","is-a-caterer.com","is-a-celticsfan.org","is-a-chef.com","is-a-chef.net","is-a-chef.org","is-a-conservative.com","is-a-cpa.com","is-a-cubicle-slave.com","is-a-democrat.com","is-a-designer.com","is-a-doctor.com","is-a-financialadvisor.com","is-a-geek.com","is-a-geek.net","is-a-geek.org","is-a-green.com","is-a-guru.com","is-a-hard-worker.com","is-a-hunter.com","is-a-knight.org","is-a-landscaper.com","is-a-lawyer.com","is-a-liberal.com","is-a-libertarian.com","is-a-linux-user.org","is-a-llama.com","is-a-musician.com","is-a-nascarfan.com","is-a-nurse.com","is-a-painter.com","is-a-patsfan.org","is-a-personaltrainer.com","is-a-photographer.com","is-a-player.com","is-a-republican.com","is-a-rockstar.com","is-a-socialist.com","is-a-soxfan.org","is-a-student.com","is-a-teacher.com","is-a-techie.com","is-a-therapist.com","is-an-accountant.com","is-an-actor.com","is-an-actress.com","is-an-anarchist.com","is-an-artist.com","is-an-engineer.com","is-an-entertainer.com","is-by.us","is-certified.com","is-found.org","is-gone.com","is-into-anime.com","is-into-cars.com","is-into-cartoons.com","is-into-games.com","is-leet.com","is-lost.org","is-not-certified.com","is-saved.org","is-slick.com","is-uberleet.com","is-very-bad.org","is-very-evil.org","is-very-good.org","is-very-nice.org","is-very-sweet.org","is-with-theband.com","isa-geek.com","isa-geek.net","isa-geek.org","isa-hockeynut.com","issmarterthanyou.com","isteingeek.de","istmein.de","kicks-ass.net","kicks-ass.org","knowsitall.info","land-4-sale.us","lebtimnetz.de","leitungsen.de","likes-pie.com","likescandy.com","merseine.nu","mine.nu","misconfused.org","mypets.ws","myphotos.cc","neat-url.com","office-on-the.net","on-the-web.tv","podzone.net","podzone.org","readmyblog.org","saves-the-whales.com","scrapper-site.net","scrapping.cc","selfip.biz","selfip.com","selfip.info","selfip.net","selfip.org","sells-for-less.com","sells-for-u.com","sells-it.net","sellsyourhome.org","servebbs.com","servebbs.net","servebbs.org","serveftp.net","serveftp.org","servegame.org","shacknet.nu","simple-url.com","space-to-rent.com","stuff-4-sale.org","stuff-4-sale.us","teaches-yoga.com","thruhere.net","traeumtgerade.de","webhop.biz","webhop.info","webhop.net","webhop.org","worse-than.tv","writesthisblog.com","ddnss.de","dyn.ddnss.de","dyndns.ddnss.de","dyndns1.de","dyn-ip24.de","home-webserver.de","dyn.home-webserver.de","myhome-server.de","ddnss.org","definima.net","definima.io","bci.dnstrace.pro","ddnsfree.com","ddnsgeek.com","giize.com","gleeze.com","kozow.com","loseyourip.com","ooguy.com","theworkpc.com","casacam.net","dynu.net","accesscam.org","camdvr.org","freeddns.org","mywire.org","webredirect.org","myddns.rocks","blogsite.xyz","dynv6.net","e4.cz","en-root.fr","mytuleap.com","onred.one","staging.onred.one","enonic.io","customer.enonic.io","eu.org","al.eu.org","asso.eu.org","at.eu.org","au.eu.org","be.eu.org","bg.eu.org","ca.eu.org","cd.eu.org","ch.eu.org","cn.eu.org","cy.eu.org","cz.eu.org","de.eu.org","dk.eu.org","edu.eu.org","ee.eu.org","es.eu.org","fi.eu.org","fr.eu.org","gr.eu.org","hr.eu.org","hu.eu.org","ie.eu.org","il.eu.org","in.eu.org","int.eu.org","is.eu.org","it.eu.org","jp.eu.org","kr.eu.org","lt.eu.org","lu.eu.org","lv.eu.org","mc.eu.org","me.eu.org","mk.eu.org","mt.eu.org","my.eu.org","net.eu.org","ng.eu.org","nl.eu.org","no.eu.org","nz.eu.org","paris.eu.org","pl.eu.org","pt.eu.org","q-a.eu.org","ro.eu.org","ru.eu.org","se.eu.org","si.eu.org","sk.eu.org","tr.eu.org","uk.eu.org","us.eu.org","eu-1.evennode.com","eu-2.evennode.com","eu-3.evennode.com","eu-4.evennode.com","us-1.evennode.com","us-2.evennode.com","us-3.evennode.com","us-4.evennode.com","twmail.cc","twmail.net","twmail.org","mymailer.com.tw","url.tw","apps.fbsbx.com","ru.net","adygeya.ru","bashkiria.ru","bir.ru","cbg.ru","com.ru","dagestan.ru","grozny.ru","kalmykia.ru","kustanai.ru","marine.ru","mordovia.ru","msk.ru","mytis.ru","nalchik.ru","nov.ru","pyatigorsk.ru","spb.ru","vladikavkaz.ru","vladimir.ru","abkhazia.su","adygeya.su","aktyubinsk.su","arkhangelsk.su","armenia.su","ashgabad.su","azerbaijan.su","balashov.su","bashkiria.su","bryansk.su","bukhara.su","chimkent.su","dagestan.su","east-kazakhstan.su","exnet.su","georgia.su","grozny.su","ivanovo.su","jambyl.su","kalmykia.su","kaluga.su","karacol.su","karaganda.su","karelia.su","khakassia.su","krasnodar.su","kurgan.su","kustanai.su","lenug.su","mangyshlak.su","mordovia.su","msk.su","murmansk.su","nalchik.su","navoi.su","north-kazakhstan.su","nov.su","obninsk.su","penza.su","pokrovsk.su","sochi.su","spb.su","tashkent.su","termez.su","togliatti.su","troitsk.su","tselinograd.su","tula.su","tuva.su","vladikavkaz.su","vladimir.su","vologda.su","channelsdvr.net","u.channelsdvr.net","fastly-terrarium.com","fastlylb.net","map.fastlylb.net","freetls.fastly.net","map.fastly.net","a.prod.fastly.net","global.prod.fastly.net","a.ssl.fastly.net","b.ssl.fastly.net","global.ssl.fastly.net","fastpanel.direct","fastvps-server.com","fhapp.xyz","fedorainfracloud.org","fedorapeople.org","cloud.fedoraproject.org","app.os.fedoraproject.org","app.os.stg.fedoraproject.org","mydobiss.com","filegear.me","filegear-au.me","filegear-de.me","filegear-gb.me","filegear-ie.me","filegear-jp.me","filegear-sg.me","firebaseapp.com","flynnhub.com","flynnhosting.net","0e.vc","freebox-os.com","freeboxos.com","fbx-os.fr","fbxos.fr","freebox-os.fr","freeboxos.fr","freedesktop.org","*.futurecms.at","*.ex.futurecms.at","*.in.futurecms.at","futurehosting.at","futuremailing.at","*.ex.ortsinfo.at","*.kunden.ortsinfo.at","*.statics.cloud","service.gov.uk","gehirn.ne.jp","usercontent.jp","gentapps.com","lab.ms","github.io","githubusercontent.com","gitlab.io","glitch.me","lolipop.io","cloudapps.digital","london.cloudapps.digital","homeoffice.gov.uk","ro.im","shop.ro","goip.de","run.app","a.run.app","web.app","*.0emm.com","appspot.com","*.r.appspot.com","blogspot.ae","blogspot.al","blogspot.am","blogspot.ba","blogspot.be","blogspot.bg","blogspot.bj","blogspot.ca","blogspot.cf","blogspot.ch","blogspot.cl","blogspot.co.at","blogspot.co.id","blogspot.co.il","blogspot.co.ke","blogspot.co.nz","blogspot.co.uk","blogspot.co.za","blogspot.com","blogspot.com.ar","blogspot.com.au","blogspot.com.br","blogspot.com.by","blogspot.com.co","blogspot.com.cy","blogspot.com.ee","blogspot.com.eg","blogspot.com.es","blogspot.com.mt","blogspot.com.ng","blogspot.com.tr","blogspot.com.uy","blogspot.cv","blogspot.cz","blogspot.de","blogspot.dk","blogspot.fi","blogspot.fr","blogspot.gr","blogspot.hk","blogspot.hr","blogspot.hu","blogspot.ie","blogspot.in","blogspot.is","blogspot.it","blogspot.jp","blogspot.kr","blogspot.li","blogspot.lt","blogspot.lu","blogspot.md","blogspot.mk","blogspot.mr","blogspot.mx","blogspot.my","blogspot.nl","blogspot.no","blogspot.pe","blogspot.pt","blogspot.qa","blogspot.re","blogspot.ro","blogspot.rs","blogspot.ru","blogspot.se","blogspot.sg","blogspot.si","blogspot.sk","blogspot.sn","blogspot.td","blogspot.tw","blogspot.ug","blogspot.vn","cloudfunctions.net","cloud.goog","codespot.com","googleapis.com","googlecode.com","pagespeedmobilizer.com","publishproxy.com","withgoogle.com","withyoutube.com","awsmppl.com","fin.ci","free.hr","caa.li","ua.rs","conf.se","hs.zone","hs.run","hashbang.sh","hasura.app","hasura-app.io","hepforge.org","herokuapp.com","herokussl.com","myravendb.com","ravendb.community","ravendb.me","development.run","ravendb.run","bpl.biz","orx.biz","ng.city","biz.gl","ng.ink","col.ng","firm.ng","gen.ng","ltd.ng","ngo.ng","ng.school","sch.so","häkkinen.fi","*.moonscale.io","moonscale.net","iki.fi","dyn-berlin.de","in-berlin.de","in-brb.de","in-butter.de","in-dsl.de","in-dsl.net","in-dsl.org","in-vpn.de","in-vpn.net","in-vpn.org","biz.at","info.at","info.cx","ac.leg.br","al.leg.br","am.leg.br","ap.leg.br","ba.leg.br","ce.leg.br","df.leg.br","es.leg.br","go.leg.br","ma.leg.br","mg.leg.br","ms.leg.br","mt.leg.br","pa.leg.br","pb.leg.br","pe.leg.br","pi.leg.br","pr.leg.br","rj.leg.br","rn.leg.br","ro.leg.br","rr.leg.br","rs.leg.br","sc.leg.br","se.leg.br","sp.leg.br","to.leg.br","pixolino.com","ipifony.net","mein-iserv.de","test-iserv.de","iserv.dev","iobb.net","myjino.ru","*.hosting.myjino.ru","*.landing.myjino.ru","*.spectrum.myjino.ru","*.vps.myjino.ru","*.triton.zone","*.cns.joyent.com","js.org","kaas.gg","khplay.nl","keymachine.de","kinghost.net","uni5.net","knightpoint.systems","oya.to","co.krd","edu.krd","git-repos.de","lcube-server.de","svn-repos.de","leadpages.co","lpages.co","lpusercontent.com","lelux.site","co.business","co.education","co.events","co.financial","co.network","co.place","co.technology","app.lmpm.com","linkitools.space","linkyard.cloud","linkyard-cloud.ch","members.linode.com","nodebalancer.linode.com","we.bs","loginline.app","loginline.dev","loginline.io","loginline.services","loginline.site","krasnik.pl","leczna.pl","lubartow.pl","lublin.pl","poniatowa.pl","swidnik.pl","uklugs.org","glug.org.uk","lug.org.uk","lugs.org.uk","barsy.bg","barsy.co.uk","barsyonline.co.uk","barsycenter.com","barsyonline.com","barsy.club","barsy.de","barsy.eu","barsy.in","barsy.info","barsy.io","barsy.me","barsy.menu","barsy.mobi","barsy.net","barsy.online","barsy.org","barsy.pro","barsy.pub","barsy.shop","barsy.site","barsy.support","barsy.uk","*.magentosite.cloud","mayfirst.info","mayfirst.org","hb.cldmail.ru","miniserver.com","memset.net","cloud.metacentrum.cz","custom.metacentrum.cz","flt.cloud.muni.cz","usr.cloud.muni.cz","meteorapp.com","eu.meteorapp.com","co.pl","azurecontainer.io","azurewebsites.net","azure-mobile.net","cloudapp.net","mozilla-iot.org","bmoattachments.org","net.ru","org.ru","pp.ru","ui.nabu.casa","pony.club","of.fashion","on.fashion","of.football","in.london","of.london","for.men","and.mom","for.mom","for.one","for.sale","of.work","to.work","nctu.me","bitballoon.com","netlify.com","4u.com","ngrok.io","nh-serv.co.uk","nfshost.com","dnsking.ch","mypi.co","n4t.co","001www.com","ddnslive.com","myiphost.com","forumz.info","16-b.it","32-b.it","64-b.it","soundcast.me","tcp4.me","dnsup.net","hicam.net","now-dns.net","ownip.net","vpndns.net","dynserv.org","now-dns.org","x443.pw","now-dns.top","ntdll.top","freeddns.us","crafting.xyz","zapto.xyz","nsupdate.info","nerdpol.ovh","blogsyte.com","brasilia.me","cable-modem.org","ciscofreak.com","collegefan.org","couchpotatofries.org","damnserver.com","ddns.me","ditchyourip.com","dnsfor.me","dnsiskinky.com","dvrcam.info","dynns.com","eating-organic.net","fantasyleague.cc","geekgalaxy.com","golffan.us","health-carereform.com","homesecuritymac.com","homesecuritypc.com","hopto.me","ilovecollege.info","loginto.me","mlbfan.org","mmafan.biz","myactivedirectory.com","mydissent.net","myeffect.net","mymediapc.net","mypsx.net","mysecuritycamera.com","mysecuritycamera.net","mysecuritycamera.org","net-freaks.com","nflfan.org","nhlfan.net","no-ip.ca","no-ip.co.uk","no-ip.net","noip.us","onthewifi.com","pgafan.net","point2this.com","pointto.us","privatizehealthinsurance.net","quicksytes.com","read-books.org","securitytactics.com","serveexchange.com","servehumour.com","servep2p.com","servesarcasm.com","stufftoread.com","ufcfan.org","unusualperson.com","workisboring.com","3utilities.com","bounceme.net","ddns.net","ddnsking.com","gotdns.ch","hopto.org","myftp.biz","myftp.org","myvnc.com","no-ip.biz","no-ip.info","no-ip.org","noip.me","redirectme.net","servebeer.com","serveblog.net","servecounterstrike.com","serveftp.com","servegame.com","servehalflife.com","servehttp.com","serveirc.com","serveminecraft.net","servemp3.com","servepics.com","servequake.com","sytes.net","webhop.me","zapto.org","stage.nodeart.io","nodum.co","nodum.io","pcloud.host","nyc.mn","nom.ae","nom.af","nom.ai","nom.al","nym.by","nom.bz","nym.bz","nom.cl","nym.ec","nom.gd","nom.ge","nom.gl","nym.gr","nom.gt","nym.gy","nym.hk","nom.hn","nym.ie","nom.im","nom.ke","nym.kz","nym.la","nym.lc","nom.li","nym.li","nym.lt","nym.lu","nom.lv","nym.me","nom.mk","nym.mn","nym.mx","nom.nu","nym.nz","nym.pe","nym.pt","nom.pw","nom.qa","nym.ro","nom.rs","nom.si","nym.sk","nom.st","nym.su","nym.sx","nom.tj","nym.tw","nom.ug","nom.uy","nom.vc","nom.vg","static.observableusercontent.com","cya.gg","cloudycluster.net","nid.io","opencraft.hosting","operaunite.com","skygearapp.com","outsystemscloud.com","ownprovider.com","own.pm","ox.rs","oy.lc","pgfog.com","pagefrontapp.com","art.pl","gliwice.pl","krakow.pl","poznan.pl","wroc.pl","zakopane.pl","pantheonsite.io","gotpantheon.com","mypep.link","perspecta.cloud","on-web.fr","*.platform.sh","*.platformsh.site","dyn53.io","co.bn","xen.prgmr.com","priv.at","prvcy.page","*.dweb.link","protonet.io","chirurgiens-dentistes-en-france.fr","byen.site","pubtls.org","qualifioapp.com","qbuser.com","instantcloud.cn","ras.ru","qa2.com","qcx.io","*.sys.qcx.io","dev-myqnapcloud.com","alpha-myqnapcloud.com","myqnapcloud.com","*.quipelements.com","vapor.cloud","vaporcloud.io","rackmaze.com","rackmaze.net","*.on-k3s.io","*.on-rancher.cloud","*.on-rio.io","readthedocs.io","rhcloud.com","app.render.com","onrender.com","repl.co","repl.run","resindevice.io","devices.resinstaging.io","hzc.io","wellbeingzone.eu","ptplus.fit","wellbeingzone.co.uk","git-pages.rit.edu","sandcats.io","logoip.de","logoip.com","schokokeks.net","gov.scot","scrysec.com","firewall-gateway.com","firewall-gateway.de","my-gateway.de","my-router.de","spdns.de","spdns.eu","firewall-gateway.net","my-firewall.org","myfirewall.org","spdns.org","senseering.net","biz.ua","co.ua","pp.ua","shiftedit.io","myshopblocks.com","shopitsite.com","mo-siemens.io","1kapp.com","appchizi.com","applinzi.com","sinaapp.com","vipsinaapp.com","siteleaf.net","bounty-full.com","alpha.bounty-full.com","beta.bounty-full.com","stackhero-network.com","static.land","dev.static.land","sites.static.land","apps.lair.io","*.stolos.io","spacekit.io","customer.speedpartner.de","api.stdlib.com","storj.farm","utwente.io","soc.srcf.net","user.srcf.net","temp-dns.com","applicationcloud.io","scapp.io","*.s5y.io","*.sensiosite.cloud","syncloud.it","diskstation.me","dscloud.biz","dscloud.me","dscloud.mobi","dsmynas.com","dsmynas.net","dsmynas.org","familyds.com","familyds.net","familyds.org","i234.me","myds.me","synology.me","vpnplus.to","direct.quickconnect.to","taifun-dns.de","gda.pl","gdansk.pl","gdynia.pl","med.pl","sopot.pl","edugit.org","telebit.app","telebit.io","*.telebit.xyz","gwiddle.co.uk","thingdustdata.com","cust.dev.thingdust.io","cust.disrec.thingdust.io","cust.prod.thingdust.io","cust.testing.thingdust.io","arvo.network","azimuth.network","bloxcms.com","townnews-staging.com","12hp.at","2ix.at","4lima.at","lima-city.at","12hp.ch","2ix.ch","4lima.ch","lima-city.ch","trafficplex.cloud","de.cool","12hp.de","2ix.de","4lima.de","lima-city.de","1337.pictures","clan.rip","lima-city.rocks","webspace.rocks","lima.zone","*.transurl.be","*.transurl.eu","*.transurl.nl","tuxfamily.org","dd-dns.de","diskstation.eu","diskstation.org","dray-dns.de","draydns.de","dyn-vpn.de","dynvpn.de","mein-vigor.de","my-vigor.de","my-wan.de","syno-ds.de","synology-diskstation.de","synology-ds.de","uber.space","*.uberspace.de","hk.com","hk.org","ltd.hk","inc.hk","virtualuser.de","virtual-user.de","urown.cloud","dnsupdate.info","lib.de.us","2038.io","router.management","v-info.info","voorloper.cloud","v.ua","wafflecell.com","*.webhare.dev","wedeploy.io","wedeploy.me","wedeploy.sh","remotewd.com","wmflabs.org","myforum.community","community-pro.de","diskussionsbereich.de","community-pro.net","meinforum.net","half.host","xnbay.com","u2.xnbay.com","u2-local.xnbay.com","cistron.nl","demon.nl","xs4all.space","yandexcloud.net","storage.yandexcloud.net","website.yandexcloud.net","official.academy","yolasite.com","ybo.faith","yombo.me","homelink.one","ybo.party","ybo.review","ybo.science","ybo.trade","nohost.me","noho.st","za.net","za.org","now.sh","bss.design","basicserver.io","virtualserver.io","enterprisecloud.nu"]')},16244:(e,t,i)=>{"use strict";var n=i(94213),a={};a.rules=i(2156).map((function(e){return{rule:e,suffix:e.replace(/^(\*\.|\!)/,""),punySuffix:-1,wildcard:"*"===e.charAt(0),exception:"!"===e.charAt(0)}})),a.endsWith=function(e,t){return-1!==e.indexOf(t,e.length-t.length)},a.findRule=function(e){var t=n.toASCII(e);return a.rules.reduce((function(e,i){return-1===i.punySuffix&&(i.punySuffix=n.toASCII(i.suffix)),a.endsWith(t,"."+i.punySuffix)||t===i.punySuffix?i:e}),null)},t.errorCodes={DOMAIN_TOO_SHORT:"Domain name too short.",DOMAIN_TOO_LONG:"Domain name too long. It should be no more than 255 chars.",LABEL_STARTS_WITH_DASH:"Domain name label can not start with a dash.",LABEL_ENDS_WITH_DASH:"Domain name label can not end with a dash.",LABEL_TOO_LONG:"Domain name label should be at most 63 chars long.",LABEL_TOO_SHORT:"Domain name label should be at least 1 character long.",LABEL_INVALID_CHARS:"Domain name label can only contain alphanumeric characters or dashes."},a.validate=function(e){var t=n.toASCII(e);if(t.length<1)return"DOMAIN_TOO_SHORT";if(t.length>255)return"DOMAIN_TOO_LONG";for(var i,a=t.split("."),r=0;r63)return"LABEL_TOO_LONG";if("-"===i.charAt(0))return"LABEL_STARTS_WITH_DASH";if("-"===i.charAt(i.length-1))return"LABEL_ENDS_WITH_DASH";if(!/^[a-z0-9\-]+$/.test(i))return"LABEL_INVALID_CHARS"}},t.parse=function(e){if("string"!=typeof e)throw new TypeError("Domain name must be a string.");var i=e.slice(0).toLowerCase();"."===i.charAt(i.length-1)&&(i=i.slice(0,i.length-1));var r=a.validate(i);if(r)return{input:e,error:{message:t.errorCodes[r],code:r}};var o={input:e,tld:null,sld:null,domain:null,subdomain:null,listed:!1},s=i.split(".");if("local"===s[s.length-1])return o;var c=function(){return/xn--/.test(i)?(o.domain&&(o.domain=n.toASCII(o.domain)),o.subdomain&&(o.subdomain=n.toASCII(o.subdomain)),o):o},u=a.findRule(i);if(!u)return s.length<2?o:(o.tld=s.pop(),o.sld=s.pop(),o.domain=[o.sld,o.tld].join("."),s.length&&(o.subdomain=s.pop()),c());o.listed=!0;var l=u.suffix.split("."),p=s.slice(0,s.length-l.length);return u.exception&&p.push(l.shift()),o.tld=l.join("."),p.length?(u.wildcard&&(l.unshift(p.pop()),o.tld=l.join(".")),p.length?(o.sld=p.pop(),o.domain=[o.sld,o.tld].join("."),p.length&&(o.subdomain=p.join(".")),c()):c()):c()},t.get=function(e){return e&&t.parse(e).domain||null},t.isValid=function(e){var i=t.parse(e);return Boolean(i.domain&&i.listed)}},74286:(e,t,i)=>{var n=i(30778),a=i(12840),r=i(35747),o=function(){},s=/^v?\.0/.test(process.version),c=function(e){return"function"==typeof e},u=function(e,t,i,u){u=n(u);var l=!1;e.on("close",(function(){l=!0})),a(e,{readable:t,writable:i},(function(e){if(e)return u(e);l=!0,u()}));var p=!1;return function(t){if(!l&&!p)return p=!0,function(e){return!!s&&!!r&&(e instanceof(r.ReadStream||o)||e instanceof(r.WriteStream||o))&&c(e.close)}(e)?e.close(o):function(e){return e.setHeader&&c(e.abort)}(e)?e.abort():c(e.destroy)?e.destroy():void u(t||new Error("stream was destroyed"))}},l=function(e){e()},p=function(e,t){return e.pipe(t)};e.exports=function(){var e,t=Array.prototype.slice.call(arguments),i=c(t[t.length-1]||o)&&t.pop()||o;if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new Error("pump requires two streams per minimum");var n=t.map((function(a,r){var o=r0,(function(t){e||(e=t),t&&n.forEach(l),o||(n.forEach(l),i(e))}))}));return t.reduce(p)}},55798:e=>{"use strict";var t=String.prototype.replace,i=/%20/g;e.exports={default:"RFC3986",formatters:{RFC1738:function(e){return t.call(e,i,"+")},RFC3986:function(e){return e}},RFC1738:"RFC1738",RFC3986:"RFC3986"}},80129:(e,t,i)=>{"use strict";var n=i(58261),a=i(55235),r=i(55798);e.exports={formats:r,parse:a,stringify:n}},55235:(e,t,i)=>{"use strict";var n=i(12769),a=Object.prototype.hasOwnProperty,r={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:n.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},o=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},s=function(e,t,i){if(e){var n=i.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,r=/(\[[^[\]]*])/g,o=/(\[[^[\]]*])/.exec(n),s=o?n.slice(0,o.index):n,c=[];if(s){if(!i.plainObjects&&a.call(Object.prototype,s)&&!i.allowPrototypes)return;c.push(s)}for(var u=0;null!==(o=r.exec(n))&&u=0;--a){var r,o=e[a];if("[]"===o&&i.parseArrays)r=[].concat(n);else{r=i.plainObjects?Object.create(null):{};var s="["===o.charAt(0)&&"]"===o.charAt(o.length-1)?o.slice(1,-1):o,c=parseInt(s,10);i.parseArrays||""!==s?!isNaN(c)&&o!==s&&String(c)===s&&c>=0&&i.parseArrays&&c<=i.arrayLimit?(r=[])[c]=n:r[s]=n:r={0:n}}n=r}return n}(c,t,i)}};e.exports=function(e,t){var i=function(e){if(!e)return r;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new Error("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?r.charset:e.charset;return{allowDots:void 0===e.allowDots?r.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:r.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:r.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:r.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:r.comma,decoder:"function"==typeof e.decoder?e.decoder:r.decoder,delimiter:"string"==typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:r.delimiter,depth:"number"==typeof e.depth?e.depth:r.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:r.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:r.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:r.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:r.strictNullHandling}}(t);if(""===e||null==e)return i.plainObjects?Object.create(null):{};for(var c="string"==typeof e?function(e,t){var i,s={},c=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,u=t.parameterLimit===1/0?void 0:t.parameterLimit,l=c.split(t.delimiter,u),p=-1,d=t.charset;if(t.charsetSentinel)for(i=0;i-1&&(m=m.split(",")),a.call(s,h)?s[h]=n.combine(s[h],m):s[h]=m}return s}(e,i):e,u=i.plainObjects?Object.create(null):{},l=Object.keys(c),p=0;p{"use strict";var n=i(12769),a=i(55798),r=Object.prototype.hasOwnProperty,o={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},s=Array.isArray,c=Array.prototype.push,u=function(e,t){c.apply(e,s(t)?t:[t])},l=Date.prototype.toISOString,p={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:n.encode,encodeValuesOnly:!1,formatter:a.formatters[a.default],indices:!1,serializeDate:function(e){return l.call(e)},skipNulls:!1,strictNullHandling:!1},d=function e(t,i,a,r,o,c,l,d,h,m,f,g,v){var y=t;if("function"==typeof l?y=l(i,y):y instanceof Date?y=m(y):"comma"===a&&s(y)&&(y=y.join(",")),null===y){if(r)return c&&!g?c(i,p.encoder,v):i;y=""}if("string"==typeof y||"number"==typeof y||"boolean"==typeof y||n.isBuffer(y))return c?[f(g?i:c(i,p.encoder,v))+"="+f(c(y,p.encoder,v))]:[f(i)+"="+f(String(y))];var b,x=[];if(void 0===y)return x;if(s(l))b=l;else{var w=Object.keys(y);b=d?w.sort(d):w}for(var k=0;k0?y+v:""}},12769:e=>{"use strict";var t=Object.prototype.hasOwnProperty,i=Array.isArray,n=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),a=function(e,t){for(var i=t&&t.plainObjects?Object.create(null):{},n=0;n1;){var t=e.pop(),n=t.obj[t.prop];if(i(n)){for(var a=[],r=0;r=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122?r+=a.charAt(o):s<128?r+=n[s]:s<2048?r+=n[192|s>>6]+n[128|63&s]:s<55296||s>=57344?r+=n[224|s>>12]+n[128|s>>6&63]+n[128|63&s]:(o+=1,s=65536+((1023&s)<<10|1023&a.charCodeAt(o)),r+=n[240|s>>18]+n[128|s>>12&63]+n[128|s>>6&63]+n[128|63&s])}return r},isBuffer:function(e){return!(!e||"object"!=typeof e||!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e)))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},merge:function e(n,r,o){if(!r)return n;if("object"!=typeof r){if(i(n))n.push(r);else{if(!n||"object"!=typeof n)return[n,r];(o&&(o.plainObjects||o.allowPrototypes)||!t.call(Object.prototype,r))&&(n[r]=!0)}return n}if(!n||"object"!=typeof n)return[n].concat(r);var s=n;return i(n)&&!i(r)&&(s=a(n,o)),i(n)&&i(r)?(r.forEach((function(i,a){if(t.call(n,a)){var r=n[a];r&&"object"==typeof r&&i&&"object"==typeof i?n[a]=e(r,i,o):n.push(i)}else n[a]=i})),n):Object.keys(r).reduce((function(i,n){var a=r[n];return t.call(i,n)?i[n]=e(i[n],a,o):i[n]=a,i}),s)}}},61269:e=>{"use strict";class t{constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");this.maxSize=e.maxSize,this.onEviction=e.onEviction,this.cache=new Map,this.oldCache=new Map,this._size=0}_set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize){if(this._size=0,"function"==typeof this.onEviction)for(const[e,t]of this.oldCache.entries())this.onEviction(e,t);this.oldCache=this.cache,this.cache=new Map}}get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.has(e)){const t=this.oldCache.get(e);return this.oldCache.delete(e),this._set(e,t),t}}set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),this}has(e){return this.cache.has(e)||this.oldCache.has(e)}peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e)?this.oldCache.get(e):void 0}delete(e){const t=this.cache.delete(e);return t&&this._size--,this.oldCache.delete(e)||t}clear(){this.cache.clear(),this.oldCache.clear(),this._size=0}*keys(){for(const[e]of this)yield e}*values(){for(const[,e]of this)yield e}*[Symbol.iterator](){for(const e of this.cache)yield e;for(const e of this.oldCache){const[t]=e;this.cache.has(t)||(yield e)}}get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(t)||e++;return Math.min(this._size+e,this.maxSize)}}e.exports=t},99614:(e,t,i)=>{"use strict";i.r(t),i.d(t,{F:()=>n,T:()=>a,__:()=>r,add:()=>u,addIndex:()=>f,adjust:()=>v,all:()=>j,allPass:()=>ae,always:()=>re,and:()=>oe,andThen:()=>gr,any:()=>ce,anyPass:()=>le,ap:()=>pe,aperture:()=>me,append:()=>fe,apply:()=>ge,applySpec:()=>xe,applyTo:()=>we,ascend:()=>ke,assoc:()=>_e,assocPath:()=>Ee,binary:()=>Ce,bind:()=>I,both:()=>Pe,call:()=>Re,chain:()=>Ne,clamp:()=>Be,clone:()=>qe,comparator:()=>He,complement:()=>We,compose:()=>Ke,composeK:()=>et,composeP:()=>nt,composeWith:()=>ut,concat:()=>St,cond:()=>Ot,construct:()=>Ft,constructN:()=>Pt,contains:()=>zt,converge:()=>Lt,countBy:()=>Ut,curry:()=>Fe,curryN:()=>h,dec:()=>Mt,defaultTo:()=>$t,descend:()=>qt,difference:()=>Wt,differenceWith:()=>Vt,dissoc:()=>Yt,dissocPath:()=>Jt,divide:()=>Zt,drop:()=>ei,dropLast:()=>ri,dropLastWhile:()=>ci,dropRepeats:()=>hi,dropRepeatsWith:()=>di,dropWhile:()=>fi,either:()=>yi,empty:()=>xi,endsWith:()=>ki,eqBy:()=>_i,eqProps:()=>ji,equals:()=>ft,evolve:()=>Ei,filter:()=>Et,find:()=>Ci,findIndex:()=>Si,findLast:()=>Oi,findLastIndex:()=>Pi,flatten:()=>Fi,flip:()=>Ri,forEach:()=>Li,forEachObjIndexed:()=>Ni,fromPairs:()=>Bi,groupBy:()=>Ui,groupWith:()=>Mi,gt:()=>$i,gte:()=>qi,has:()=>Gi,hasIn:()=>Wi,hasPath:()=>Hi,head:()=>at,identical:()=>Vi,identity:()=>ot,ifElse:()=>Qi,inc:()=>Xi,includes:()=>Ji,indexBy:()=>Zi,indexOf:()=>Ki,init:()=>en,innerJoin:()=>tn,insert:()=>nn,insertAll:()=>an,intersection:()=>cn,intersperse:()=>un,into:()=>fn,invert:()=>gn,invertObj:()=>vn,invoker:()=>bn,is:()=>xn,isEmpty:()=>wn,isNil:()=>je,join:()=>kn,juxt:()=>jn,keys:()=>V,keysIn:()=>En,last:()=>pi,lastIndexOf:()=>Dn,length:()=>An,lens:()=>Sn,lensIndex:()=>Tn,lensPath:()=>On,lensProp:()=>In,lift:()=>Oe,liftN:()=>Te,lt:()=>Pn,lte:()=>Fn,map:()=>Q,mapAccum:()=>zn,mapAccumRight:()=>Rn,mapObjIndexed:()=>Ln,match:()=>Nn,mathMod:()=>Bn,max:()=>E,maxBy:()=>Un,mean:()=>$n,median:()=>qn,memoizeWith:()=>Gn,merge:()=>Wn,mergeAll:()=>Vn,mergeDeepLeft:()=>Xn,mergeDeepRight:()=>Jn,mergeDeepWith:()=>Zn,mergeDeepWithKey:()=>Qn,mergeLeft:()=>Kn,mergeRight:()=>ea,mergeWith:()=>ta,mergeWithKey:()=>Yn,min:()=>ia,minBy:()=>na,modulo:()=>aa,move:()=>ra,multiply:()=>oa,nAry:()=>De,negate:()=>sa,none:()=>ca,not:()=>Ge,nth:()=>J,nthArg:()=>la,o:()=>pa,objOf:()=>pn,of:()=>ha,omit:()=>ma,once:()=>ga,or:()=>gi,otherwise:()=>ya,over:()=>xa,pair:()=>wa,partial:()=>_a,partialRight:()=>ja,partition:()=>Ea,path:()=>K,pathEq:()=>Da,pathOr:()=>Ca,pathSatisfies:()=>Aa,paths:()=>Z,pick:()=>Sa,pickAll:()=>Ta,pickBy:()=>Oa,pipe:()=>Je,pipeK:()=>Ia,pipeP:()=>it,pipeWith:()=>ct,pluck:()=>te,prepend:()=>Pa,product:()=>Fa,project:()=>La,prop:()=>ee,propEq:()=>Na,propIs:()=>Ba,propOr:()=>Ua,propSatisfies:()=>Ma,props:()=>$a,range:()=>qa,reduce:()=>ie,reduceBy:()=>Bt,reduceRight:()=>Ha,reduceWhile:()=>Ga,reduced:()=>Wa,reject:()=>Dt,remove:()=>Qt,repeat:()=>Ya,replace:()=>Qa,reverse:()=>Ze,scan:()=>Xa,sequence:()=>Ja,set:()=>Za,slice:()=>Qe,sort:()=>Ka,sortBy:()=>er,sortWith:()=>tr,split:()=>ir,splitAt:()=>nr,splitEvery:()=>ar,splitWhen:()=>rr,startsWith:()=>or,subtract:()=>sr,sum:()=>Mn,symmetricDifference:()=>cr,symmetricDifferenceWith:()=>ur,tail:()=>Xe,take:()=>ii,takeLast:()=>wi,takeLastWhile:()=>lr,takeWhile:()=>dr,tap:()=>mr,test:()=>fr,thunkify:()=>eo,times:()=>Va,toLower:()=>vr,toPairs:()=>yr,toPairsIn:()=>br,toString:()=>At,toUpper:()=>xr,transduce:()=>wr,transpose:()=>kr,traverse:()=>_r,trim:()=>Er,tryCatch:()=>Cr,type:()=>Me,unapply:()=>Sr,unary:()=>Tr,uncurryN:()=>Ir,unfold:()=>Pr,union:()=>Fr,unionWith:()=>Rr,uniq:()=>sn,uniqBy:()=>on,uniqWith:()=>zr,unless:()=>Lr,unnest:()=>Nr,until:()=>Br,update:()=>Xt,useWith:()=>Ra,values:()=>ve,valuesIn:()=>Ur,view:()=>$r,when:()=>qr,where:()=>Hr,whereEq:()=>Gr,without:()=>Wr,xor:()=>Vr,xprod:()=>Yr,zip:()=>Qr,zipObj:()=>Jr,zipWith:()=>Zr});const n=function(){return!1},a=function(){return!0},r={"@@functional/placeholder":!0};function o(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function s(e){return function t(i){return 0===arguments.length||o(i)?t:e.apply(this,arguments)}}function c(e){return function t(i,n){switch(arguments.length){case 0:return t;case 1:return o(i)?t:s((function(t){return e(i,t)}));default:return o(i)&&o(n)?t:o(i)?s((function(t){return e(t,n)})):o(n)?s((function(t){return e(i,t)})):e(i,n)}}}const u=c((function(e,t){return Number(e)+Number(t)}));function l(e,t){var i;t=t||[];var n=(e=e||[]).length,a=t.length,r=[];for(i=0;i=arguments.length)?c=t[s]:(c=arguments[a],a+=1),n[s]=c,o(c)||(r-=1),s+=1}return r<=0?i.apply(this,n):p(r,d(e,n,i))}}const h=c((function(e,t){return 1===e?s(t):p(e,d(e,[],t))}));var m=s((function(e){return h(e.length,(function(){var t=0,i=arguments[0],n=arguments[arguments.length-1],a=Array.prototype.slice.call(arguments,0);return a[0]=function(){var e=i.apply(this,l(arguments,[t,n]));return t+=1,e},e.apply(this,a)}))}));const f=m;function g(e){return function t(i,n,a){switch(arguments.length){case 0:return t;case 1:return o(i)?t:c((function(t,n){return e(i,t,n)}));case 2:return o(i)&&o(n)?t:o(i)?c((function(t,i){return e(t,n,i)})):o(n)?c((function(t,n){return e(i,t,n)})):s((function(t){return e(i,n,t)}));default:return o(i)&&o(n)&&o(a)?t:o(i)&&o(n)?c((function(t,i){return e(t,i,a)})):o(i)&&o(a)?c((function(t,i){return e(t,n,i)})):o(n)&&o(a)?c((function(t,n){return e(i,t,n)})):o(i)?s((function(t){return e(t,n,a)})):o(n)?s((function(t){return e(i,t,a)})):o(a)?s((function(t){return e(i,n,t)})):e(i,n,a)}}}const v=g((function(e,t,i){if(e>=i.length||e<-i.length)return i;var n=(e<0?i.length:0)+e,a=l(i);return a[n]=t(i[n]),a})),y=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function b(e){return null!=e&&"function"==typeof e["@@transducer/step"]}function x(e,t,i){return function(){if(0===arguments.length)return i();var n=Array.prototype.slice.call(arguments,0),a=n.pop();if(!y(a)){for(var r=0;re?t:e}));function D(e,t){for(var i=0,n=t.length,a=Array(n);i0&&e.hasOwnProperty(0)&&e.hasOwnProperty(e.length-1))}));var S=function(){function e(e){this.f=e}return e.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},e.prototype["@@transducer/result"]=function(e){return e},e.prototype["@@transducer/step"]=function(e,t){return this.f(e,t)},e}();function T(e){return new S(e)}var O=c((function(e,t){return p(e.length,(function(){return e.apply(t,arguments)}))}));const I=O;function P(e,t,i){for(var n=i.next();!n.done;){if((t=e["@@transducer/step"](t,n.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}n=i.next()}return e["@@transducer/result"](t)}function F(e,t,i,n){return e["@@transducer/result"](i[n](I(e["@@transducer/step"],e),t))}var z="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function R(e,t,i){if("function"==typeof e&&(e=T(e)),A(i))return function(e,t,i){for(var n=0,a=i.length;n=0;)B(t=H[i],e)&&!W(n,t)&&(n[n.length]=t),i-=1;return n})):s((function(e){return Object(e)!==e?[]:Object.keys(e)}));var Y=c(x(["fantasy-land/map","map"],N,(function(e,t){switch(Object.prototype.toString.call(t)){case"[object Function]":return h(t.length,(function(){return e.call(this,t.apply(this,arguments))}));case"[object Object]":return R((function(i,n){return i[n]=e(t[n]),i}),{},V(t));default:return D(e,t)}})));const Q=Y,X=Number.isInteger||function(e){return e<<0===e},J=c((function(e,t){var i=e<0?t.length+e:e;return C(t)?t.charAt(i):t[i]})),Z=c((function(e,t){return e.map((function(e){for(var i,n=t,a=0;a=0?n:0);ia?1:0}));const _e=g((function(e,t,i){var n={};for(var a in i)n[a]=i[a];return n[e]=t,n})),je=s((function(e){return null==e}));const Ee=g((function e(t,i,n){if(0===t.length)return i;var a=t[0];if(t.length>1){var r=!je(n)&&B(a,n)?n[a]:X(t[1])?[]:{};i=e(Array.prototype.slice.call(t,1),i,r)}if(X(a)&&y(n)){var o=[].concat(n);return o[a]=i,o}return _e(a,i,n)})),De=c((function(e,t){switch(e){case 0:return function(){return t.call(this)};case 1:return function(e){return t.call(this,e)};case 2:return function(e,i){return t.call(this,e,i)};case 3:return function(e,i,n){return t.call(this,e,i,n)};case 4:return function(e,i,n,a){return t.call(this,e,i,n,a)};case 5:return function(e,i,n,a,r){return t.call(this,e,i,n,a,r)};case 6:return function(e,i,n,a,r,o){return t.call(this,e,i,n,a,r,o)};case 7:return function(e,i,n,a,r,o,s){return t.call(this,e,i,n,a,r,o,s)};case 8:return function(e,i,n,a,r,o,s,c){return t.call(this,e,i,n,a,r,o,s,c)};case 9:return function(e,i,n,a,r,o,s,c,u){return t.call(this,e,i,n,a,r,o,s,c,u)};case 10:return function(e,i,n,a,r,o,s,c,u,l){return t.call(this,e,i,n,a,r,o,s,c,u,l)};default:throw new Error("First argument to nAry must be a non-negative integer no greater than ten")}})),Ce=s((function(e){return De(2,e)}));function Ae(e){var t=Object.prototype.toString.call(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object AsyncGeneratorFunction]"===t}var Se=c((function(e,t){var i=h(e,t);return h(e,(function(){return R(pe,Q(i,arguments[0]),Array.prototype.slice.call(arguments,1))}))}));const Te=Se,Oe=s((function(e){return Te(e.length,e)}));var Ie=c((function(e,t){return Ae(e)?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:Oe(oe)(e,t)}));const Pe=Ie,Fe=s((function(e){return h(e.length,e)}));var ze=Fe((function(e){return e.apply(this,Array.prototype.slice.call(arguments,1))}));const Re=ze;function Le(e){return function t(i){for(var n,a,r,o=[],s=0,c=i.length;st)throw new Error("min must not be greater than max in clamp(min, max, value)");return it?t:i}));function Ue(e){return new RegExp(e.source,(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.sticky?"y":"")+(e.unicode?"u":""))}const Me=s((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function $e(e,t,i,n){var a=function(a){for(var r=t.length,o=0;o=0;){if(i[s]===e)return n[s]===t;s-=1}switch(o){case"Map":return e.size===t.size&&ht(e.entries(),t.entries(),i.concat([e]),n.concat([t]));case"Set":return e.size===t.size&&ht(e.values(),t.values(),i.concat([e]),n.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var c=V(e);if(c.length!==V(t).length)return!1;var u=i.concat([e]),l=n.concat([t]);for(s=c.length-1;s>=0;){var p=c[s];if(!B(p,t)||!mt(t[p],e[p],u,l))return!1;s-=1}return!0}const ft=c((function(e,t){return mt(e,t,[],[])}));function gt(e,t,i){var n,a;if("function"==typeof e.indexOf)switch(typeof t){case"number":if(0===t){for(n=1/t;i=0}function yt(e){return'"'+e.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\f/g,"\\f").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t").replace(/\v/g,"\\v").replace(/\0/g,"\\0").replace(/"/g,'\\"')+'"'}var bt=function(e){return(e<10?"0":"")+e};const xt="function"==typeof Date.prototype.toISOString?function(e){return e.toISOString()}:function(e){return e.getUTCFullYear()+"-"+bt(e.getUTCMonth()+1)+"-"+bt(e.getUTCDate())+"T"+bt(e.getUTCHours())+":"+bt(e.getUTCMinutes())+":"+bt(e.getUTCSeconds())+"."+(e.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function wt(e){return function(){return!e.apply(this,arguments)}}function kt(e,t){for(var i=0,n=t.length,a=[];i":Ct(i,n)},n=function(e,t){return D((function(t){return yt(t)+": "+i(e[t])}),t.slice().sort())};switch(Object.prototype.toString.call(e)){case"[object Arguments]":return"(function() { return arguments; }("+D(i,e).join(", ")+"))";case"[object Array]":return"["+D(i,e).concat(n(e,Dt((function(e){return/^\d+$/.test(e)}),V(e)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof e?"new Boolean("+i(e.valueOf())+")":e.toString();case"[object Date]":return"new Date("+(isNaN(e.valueOf())?i(NaN):yt(xt(e)))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof e?"new Number("+i(e.valueOf())+")":1/e==-1/0?"-0":e.toString(10);case"[object String]":return"object"==typeof e?"new String("+i(e.valueOf())+")":yt(e);case"[object Undefined]":return"undefined";default:if("function"==typeof e.toString){var a=e.toString();if("[object Object]"!==a)return a}return"{"+n(e,V(e)).join(", ")+"}"}}const At=s((function(e){return Ct(e,[])})),St=c((function(e,t){if(y(e)){if(y(t))return e.concat(t);throw new TypeError(At(t)+" is not an array")}if(C(e)){if(C(t))return e+t;throw new TypeError(At(t)+" is not a string")}if(null!=e&&Ae(e["fantasy-land/concat"]))return e["fantasy-land/concat"](t);if(null!=e&&Ae(e.concat))return e.concat(t);throw new TypeError(At(e)+' does not have a method named "concat" or "fantasy-land/concat"')}));var Tt=s((function(e){return p(ie(E,0,Q((function(e){return e[0].length}),e)),(function(){for(var t=0;t10)throw new Error("Constructor with greater than ten arguments");return 0===e?function(){return new t}:Fe(De(e,(function(e,i,n,a,r,o,s,c,u,l){switch(arguments.length){case 1:return new t(e);case 2:return new t(e,i);case 3:return new t(e,i,n);case 4:return new t(e,i,n,a);case 5:return new t(e,i,n,a,r);case 6:return new t(e,i,n,a,r,o);case 7:return new t(e,i,n,a,r,o,s);case 8:return new t(e,i,n,a,r,o,s,c);case 9:return new t(e,i,n,a,r,o,s,c,u);case 10:return new t(e,i,n,a,r,o,s,c,u,l)}})))}));const Pt=It,Ft=s((function(e){return Pt(e.length,e)})),zt=c(vt);var Rt=c((function(e,t){return h(ie(E,0,te("length",t)),(function(){var i=arguments,n=this;return e.apply(n,D((function(e){return e.apply(n,i)}),t))}))}));const Lt=Rt;var Nt=function(){function e(e,t,i,n){this.valueFn=e,this.valueAcc=t,this.keyFn=i,this.xf=n,this.inputs={}}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=function(e){var t;for(t in this.inputs)if(B(t,this.inputs)&&(e=this.xf["@@transducer/step"](e,this.inputs[t]))["@@transducer/reduced"]){e=e["@@transducer/value"];break}return this.inputs=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){var i=this.keyFn(t);return this.inputs[i]=this.inputs[i]||[i,this.valueAcc],this.inputs[i][1]=this.valueFn(this.inputs[i][1],t),e},e}();const Bt=d(4,[],x([],d(4,[],(function(e,t,i,n){return new Nt(e,t,i,n)})),(function(e,t,i,n){return R((function(n,a){var r=i(a);return n[r]=e(B(r,n)?n[r]:$e(t,[],[],!1),a),n}),{},n)}))),Ut=Bt((function(e,t){return e+1}),0),Mt=u(-1),$t=c((function(e,t){return null==t||t!=t?e:t})),qt=g((function(e,t,i){var n=e(t),a=e(i);return n>a?-1:n0?(this.n-=1,e):this.xf["@@transducer/step"](e,t)},e}();const ei=c(x(["drop"],c((function(e,t){return new Kt(e,t)})),(function(e,t){return Qe(Math.max(0,e),1/0,t)})));var ti=function(){function e(e,t){this.xf=t,this.n=e,this.i=0}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=k.result,e.prototype["@@transducer/step"]=function(e,t){this.i+=1;var i=0===this.n?e:this.xf["@@transducer/step"](e,t);return this.n>=0&&this.i>=this.n?w(i):i},e}();const ii=c(x(["take"],c((function(e,t){return new ti(e,t)})),(function(e,t){return Qe(0,e<0?1/0:e,t)})));function ni(e,t){return ii(e=0&&e(t[i]);)i-=1;return Qe(0,i+1,t)}var si=function(){function e(e,t){this.f=e,this.retained=[],this.xf=t}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=function(e){return this.retained=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.retain(e,t):this.flush(e,t)},e.prototype.flush=function(e,t){return e=R(this.xf["@@transducer/step"],e,this.retained),this.retained=[],this.xf["@@transducer/step"](e,t)},e.prototype.retain=function(e,t){return this.retained.push(t),e},e}();const ci=c(x([],c((function(e,t){return new si(e,t)})),oi));var ui=function(){function e(e,t){this.xf=t,this.pred=e,this.lastValue=void 0,this.seenFirstValue=!1}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=k.result,e.prototype["@@transducer/step"]=function(e,t){var i=!1;return this.seenFirstValue?this.pred(this.lastValue,t)&&(i=!0):this.seenFirstValue=!0,this.lastValue=t,i?e:this.xf["@@transducer/step"](e,t)},e}();const li=c((function(e,t){return new ui(e,t)})),pi=J(-1),di=c(x([],li,(function(e,t){var i=[],n=1,a=t.length;if(0!==a)for(i[0]=t[0];n=0?t.length-e:0,t)})),ki=c((function(e,t){return ft(wi(e.length,t),e)})),_i=g((function(e,t,i){return ft(e(t),e(i))}));const ji=g((function(e,t,i){return ft(t[e],i[e])}));const Ei=c((function e(t,i){var n,a,r,o=i instanceof Array?[]:{};for(a in i)r=typeof(n=t[a]),o[a]="function"===r?n(i[a]):n&&"object"===r?e(n,i[a]):i[a];return o}));var Di=function(){function e(e,t){this.xf=t,this.f=e,this.found=!1}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=function(e){return this.found||(e=this.xf["@@transducer/step"](e,void 0)),this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)&&(this.found=!0,e=w(this.xf["@@transducer/step"](e,t))),e},e}();const Ci=c(x(["find"],c((function(e,t){return new Di(e,t)})),(function(e,t){for(var i=0,n=t.length;i=0;){if(e(t[i]))return t[i];i-=1}})));var Ii=function(){function e(e,t){this.xf=t,this.f=e,this.idx=-1,this.lastIdx=-1}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=function(e){return this.xf["@@transducer/result"](this.xf["@@transducer/step"](e,this.lastIdx))},e.prototype["@@transducer/step"]=function(e,t){return this.idx+=1,this.f(t)&&(this.lastIdx=this.idx),e},e}();const Pi=c(x([],c((function(e,t){return new Ii(e,t)})),(function(e,t){for(var i=t.length-1;i>=0;){if(e(t[i]))return i;i-=1}return-1}))),Fi=s(Le(!0));var zi=s((function(e){return h(e.length,(function(t,i){var n=Array.prototype.slice.call(arguments,0);return n[0]=i,n[1]=t,e.apply(this,n)}))}));const Ri=zi,Li=c(Ye("forEach",(function(e,t){for(var i=t.length,n=0;nt})),qi=c((function(e,t){return e>=t})),Hi=c((function(e,t){if(0===e.length||je(t))return!1;for(var i=t,n=0;n=0?e:i.length;var n=Array.prototype.slice.call(i,0);return n.splice(e,0,t),n})),an=g((function(e,t,i){return e=e=0?e:i.length,[].concat(Array.prototype.slice.call(i,0,e),t,Array.prototype.slice.call(i,e))}));var rn=c((function(e,t){for(var i,n,a=new Gt,r=[],o=0;ot.length?(i=e,n=t):(i=t,n=e),sn(kt(Ri(vt)(i),n))})),un=c(Ye("intersperse",(function(e,t){for(var i=[],n=0,a=t.length;n=0;){if(ft(t[i],e))return i;i-=1}return-1}return t.lastIndexOf(e)}));function Cn(e){return"[object Number]"===Object.prototype.toString.call(e)}const An=s((function(e){return null!=e&&Cn(e.length)?e.length:NaN})),Sn=c((function(e,t){return function(i){return function(n){return Q((function(e){return t(e,n)}),i(e(n)))}}})),Tn=s((function(e){return Sn(J(e),Xt(e))})),On=s((function(e){return Sn(K(e),Ee(e))})),In=s((function(e){return Sn(ee(e),_e(e))})),Pn=c((function(e,t){return e=0;)r=e(r[0],i[n]),a[n]=r[1],n-=1;return[r[0],a]})),Ln=c((function(e,t){return R((function(i,n){return i[n]=e(t[n],n,t),i}),{},V(t))})),Nn=c((function(e,t){return t.match(e)||[]})),Bn=c((function(e,t){return X(e)?!X(t)||t<1?NaN:(e%t+t)%t:NaN})),Un=g((function(e,t,i){return e(i)>e(t)?i:t})),Mn=ie(u,0),$n=s((function(e){return Mn(e)/e.length})),qn=s((function(e){var t=e.length;if(0===t)return NaN;var i=2-t%2,n=(t-i)/2;return $n(Array.prototype.slice.call(e,0).sort((function(e,t){return et?1:0})).slice(n,n+i))}));var Hn=c((function(e,t){var i={};return p(t.length,(function(){var n=e.apply(this,arguments);return B(n,i)||(i[n]=t.apply(this,arguments)),i[n]}))}));const Gn=Hn,Wn=c((function(e,t){return ln({},e,t)})),Vn=s((function(e){return ln.apply(null,[{}].concat(e))})),Yn=g((function(e,t,i){var n,a={};for(n in t)B(n,t)&&(a[n]=B(n,i)?e(n,t[n],i[n]):t[n]);for(n in i)B(n,i)&&!B(n,a)&&(a[n]=i[n]);return a})),Qn=g((function e(t,i,n){return Yn((function(i,n,a){return _t(n)&&_t(a)?e(t,n,a):t(i,n,a)}),i,n)})),Xn=c((function(e,t){return Qn((function(e,t,i){return t}),e,t)})),Jn=c((function(e,t){return Qn((function(e,t,i){return i}),e,t)})),Zn=g((function(e,t,i){return Qn((function(t,i,n){return e(i,n)}),t,i)})),Kn=c((function(e,t){return ln({},t,e)})),ea=c((function(e,t){return ln({},e,t)})),ta=g((function(e,t,i){return Yn((function(t,i,n){return e(i,n)}),t,i)})),ia=c((function(e,t){return t=i.length||o<0||o>=i.length?i:[].concat(a.slice(0,o)).concat(s).concat(a.slice(o,i.length))})),oa=c((function(e,t){return e*t})),sa=s((function(e){return-e})),ca=c((function(e,t){return j(wt(e),t)}));var ua=s((function(e){return h(e<0?1:e+1,(function(){return J(e,arguments)}))}));const la=ua,pa=g((function(e,t,i){return e(t(i))}));function da(e){return[e]}const ha=s(da);const ma=c((function(e,t){for(var i={},n={},a=0,r=e.length;a=0;)t=e(i[n],t),n-=1;return t})),Ga=d(4,[],(function(e,t,i,n){return R((function(i,n){return e(i,n)?t(i,n):w(i)}),i,n)})),Wa=s(w),Va=c((function(e,t){var i,n=Number(t),a=0;if(n<0||isNaN(n))throw new RangeError("n must be a non-negative number");for(i=new Array(n);aa?1:0}))})),tr=c((function(e,t){return Array.prototype.slice.call(t,0).sort((function(t,i){for(var n=0,a=0;0===n&&a=0&&e(t[i]);)i-=1;return Qe(i+1,1/0,t)}));var pr=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=k.init,e.prototype["@@transducer/result"]=k.result,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):w(e)},e}();const dr=c(x(["takeWhile"],c((function(e,t){return new pr(e,t)})),(function(e,t){for(var i=0,n=t.length;i{"use strict";var n=i(76417),a=n.randomBytes===n.pseudoRandomBytes?1:3;function r(e,t,i){n.randomBytes(e,(function(n,a){return n?--t?void setTimeout(r.bind(null,e,t,i),10):i(n):i(null,a)}))}e.exports=function(e,t){if(void 0!==t&&"function"!=typeof t)throw new TypeError("argument callback must be a function");if(!t&&!global.Promise)throw new TypeError("argument callback is required");return t?r(e,a,t):new Promise((function(t,i){r(e,a,(function(e,n){if(e)return i(e);t(n)}))}))},e.exports.sync=function(e){for(var t=null,i=0;i{"use strict";function t(e,t){return{start:e.start,end:e.end,index:t}}function i(e){return{start:e.start,end:e.end}}function n(e,t){return e.index-t.index}function a(e,t){return e.start-t.start}e.exports=function(e,r,o){if("string"!=typeof r)throw new TypeError("argument str must be a string");var s=r.indexOf("=");if(-1===s)return-2;var c=r.slice(s+1).split(","),u=[];u.type=r.slice(0,s);for(var l=0;le-1&&(h=e-1),isNaN(d)||isNaN(h)||d>h||d<0||u.push({start:d,end:h})}return u.length<1?-1:o&&o.combine?function(e){for(var r=e.map(t).sort(a),o=0,s=1;su.end+1?r[++o]=c:c.end>u.end&&(u.end=c.end,u.index=Math.min(u.index,c.index))}r.length=o+1;var l=r.sort(n).map(i);return l.type=e.type,l}(u):u}},11045:(e,t,i)=>{"use strict";var n=i(79830),a=i(69009),r=i(4914),o=i(98170);e.exports=function(e,t,i){var a=i,r=t||{};if(!0!==t&&"string"!=typeof t||(r={encoding:t}),"function"==typeof t&&(a=t,r={}),void 0!==a&&"function"!=typeof a)throw new TypeError("argument callback must be a function");if(!a&&!global.Promise)throw new TypeError("argument callback is required");var o=!0!==r.encoding?r.encoding:"utf-8",s=n.parse(r.limit),c=null==r.length||isNaN(r.length)?null:parseInt(r.length,10);return a?u(e,o,c,s,a):new Promise((function(t,i){u(e,o,c,s,(function(e,n){if(e)return i(e);t(n)}))}))};var s=/^Encoding not recognized: /;function c(e){o(e),"function"==typeof e.pause&&e.pause()}function u(e,t,i,n,o){var u=!1;if(null!==n&&null!==i&&i>n)return m(a(413,"request entity too large",{expected:i,length:i,limit:n,type:"entity.too.large"}));var l=e._readableState;if(e._decoder||l&&(l.encoding||l.decoder))return m(a(500,"stream encoding should not be set",{type:"stream.encoding.set"}));var p,d=0;try{p=function(e){if(!e)return null;try{return r.getDecoder(e)}catch(t){if(!s.test(t.message))throw t;throw a(415,"specified encoding unsupported",{encoding:e,type:"encoding.unsupported"})}}(t)}catch(e){return m(e)}var h=p?"":[];function m(){for(var t=new Array(arguments.length),i=0;in?m(a(413,"request entity too large",{limit:n,received:d,type:"entity.too.large"})):p?h+=p.write(e):h.push(e))}function v(e){if(!u){if(e)return m(e);null!==i&&d!==i?m(a(400,"request size did not match content length",{expected:i,length:i,received:d,type:"request.size.invalid"})):m(null,p?h+(p.end()||""):Buffer.concat(h))}}function y(){h=null,e.removeListener("aborted",f),e.removeListener("data",g),e.removeListener("end",v),e.removeListener("error",v),e.removeListener("close",y)}e.on("aborted",f),e.on("close",y),e.on("data",g),e.on("end",v),e.on("error",v)}},27365:(e,t,i)=>{"use strict";var n=i(35747),a=i(85622).join,r=i(85622).resolve,o=i(85622).dirname,s={extensions:["js","json","coffee"],recurse:!0,rename:function(e){return e},visit:function(e){return e}};e.exports=function e(t,i,c){var u={};for(var l in i&&!c&&"string"!=typeof i&&(c=i,i=null),c=c||{},s)void 0===c[l]&&(c[l]=s[l]);return i=i?r(o(t.filename),i):o(t.filename),n.readdirSync(i).forEach((function(r){var o,s,l,p=a(i,r);n.statSync(p).isDirectory()&&c.recurse?(o=e(t,p,c),Object.keys(o).length&&(u[c.rename(r,p,r)]=o)):p!==t.filename&&function(e,t,i){return new RegExp("\\.("+i.extensions.join("|")+")$","i").test(t)&&!(i.include&&i.include instanceof RegExp&&!i.include.test(e))&&!(i.include&&"function"==typeof i.include&&!i.include(e,t))&&!(i.exclude&&i.exclude instanceof RegExp&&i.exclude.test(e))&&!(i.exclude&&"function"==typeof i.exclude&&i.exclude(e,t))}(p,r,c)&&(s=r.substring(0,r.lastIndexOf(".")),l=t.require(p),u[c.rename(s,p,r)]=c.visit(l,p,r)||l)})),u},e.exports.defaults=s},45322:(e,t,i)=>{"use strict";const n=i(4016);e.exports=(e={},t=n.connect)=>new Promise(((i,n)=>{let a,r=!1;const o=async()=>{await c,a.off("timeout",s),a.off("error",n),e.resolveSocket?(i({alpnProtocol:a.alpnProtocol,socket:a,timeout:r}),r&&(await Promise.resolve(),a.emit("timeout"))):(a.destroy(),i({alpnProtocol:a.alpnProtocol,timeout:r}))},s=async()=>{r=!0,o()},c=(async()=>{try{a=await t(e,o),a.on("error",n),a.once("timeout",s)}catch(e){n(e)}})()}))},24259:(e,t,i)=>{"use strict";const n=i(92413).Readable,a=i(25989);e.exports=class extends n{constructor(e,t,i,n){if("number"!=typeof e)throw new TypeError("Argument `statusCode` should be a number");if("object"!=typeof t)throw new TypeError("Argument `headers` should be an object");if(!(i instanceof Buffer))throw new TypeError("Argument `body` should be a buffer");if("string"!=typeof n)throw new TypeError("Argument `url` should be a string");super(),this.statusCode=e,this.headers=a(t),this.body=i,this.url=n}_read(){this.push(this.body),this.push(null)}}},89509:(e,t,i)=>{var n=i(64293),a=n.Buffer;function r(e,t){for(var i in e)t[i]=e[i]}function o(e,t,i){return a(e,t,i)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=n:(r(n,t),t.Buffer=o),r(a,o),o.from=function(e,t,i){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,i)},o.alloc=function(e,t,i){if("number"!=typeof e)throw new TypeError("Argument must be a number");var n=a(e);return void 0!==t?"string"==typeof i?n.fill(t,i):n.fill(t):n.fill(0),n},o.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return a(e)},o.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n.SlowBuffer(e)}},2399:(e,t,i)=>{"use strict";var n,a=i(64293),r=a.Buffer,o={};for(n in a)a.hasOwnProperty(n)&&"SlowBuffer"!==n&&"Buffer"!==n&&(o[n]=a[n]);var s=o.Buffer={};for(n in r)r.hasOwnProperty(n)&&"allocUnsafe"!==n&&"allocUnsafeSlow"!==n&&(s[n]=r[n]);if(o.Buffer.prototype=r.prototype,s.from&&s.from!==Uint8Array.from||(s.from=function(e,t,i){if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type '+typeof e);if(e&&void 0===e.length)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);return r(e,t,i)}),s.alloc||(s.alloc=function(e,t,i){if("number"!=typeof e)throw new TypeError('The "size" argument must be of type number. Received type '+typeof e);if(e<0||e>=2*(1<<30))throw new RangeError('The value "'+e+'" is invalid for option "size"');var n=r(e);return t&&0!==t.length?"string"==typeof i?n.fill(t,i):n.fill(t):n.fill(0),n}),!o.kStringMaxLength)try{o.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch(e){}o.constants||(o.constants={MAX_LENGTH:o.kMaxLength},o.kStringMaxLength&&(o.constants.MAX_STRING_LENGTH=o.kStringMaxLength)),e.exports=o},36099:(e,t,i)=>{!function(e){e.parser=function(e,t){return new a(e,t)},e.SAXParser=a,e.SAXStream=o,e.createStream=function(e,t){return new o(e,t)},e.MAX_BUFFER_LENGTH=65536;var t,n=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];function a(t,i){if(!(this instanceof a))return new a(t,i);var r=this;!function(e){for(var t=0,i=n.length;t"===r?(E(i,"onsgmldeclaration",i.sgmlDecl),i.sgmlDecl="",i.state=k.TEXT):f(r)?(i.state=k.SGML_DECL_QUOTED,i.sgmlDecl+=r):i.sgmlDecl+=r;continue;case k.SGML_DECL_QUOTED:r===i.q&&(i.state=k.SGML_DECL,i.q=""),i.sgmlDecl+=r;continue;case k.DOCTYPE:">"===r?(i.state=k.TEXT,E(i,"ondoctype",i.doctype),i.doctype=!0):(i.doctype+=r,"["===r?i.state=k.DOCTYPE_DTD:f(r)&&(i.state=k.DOCTYPE_QUOTED,i.q=r));continue;case k.DOCTYPE_QUOTED:i.doctype+=r,r===i.q&&(i.q="",i.state=k.DOCTYPE);continue;case k.DOCTYPE_DTD:i.doctype+=r,"]"===r?i.state=k.DOCTYPE:f(r)&&(i.state=k.DOCTYPE_DTD_QUOTED,i.q=r);continue;case k.DOCTYPE_DTD_QUOTED:i.doctype+=r,r===i.q&&(i.state=k.DOCTYPE_DTD,i.q="");continue;case k.COMMENT:"-"===r?i.state=k.COMMENT_ENDING:i.comment+=r;continue;case k.COMMENT_ENDING:"-"===r?(i.state=k.COMMENT_ENDED,i.comment=C(i.opt,i.comment),i.comment&&E(i,"oncomment",i.comment),i.comment=""):(i.comment+="-"+r,i.state=k.COMMENT);continue;case k.COMMENT_ENDED:">"!==r?(T(i,"Malformed comment"),i.comment+="--"+r,i.state=k.COMMENT):i.state=k.TEXT;continue;case k.CDATA:"]"===r?i.state=k.CDATA_ENDING:i.cdata+=r;continue;case k.CDATA_ENDING:"]"===r?i.state=k.CDATA_ENDING_2:(i.cdata+="]"+r,i.state=k.CDATA);continue;case k.CDATA_ENDING_2:">"===r?(i.cdata&&E(i,"oncdata",i.cdata),E(i,"onclosecdata"),i.cdata="",i.state=k.TEXT):"]"===r?i.cdata+="]":(i.cdata+="]]"+r,i.state=k.CDATA);continue;case k.PROC_INST:"?"===r?i.state=k.PROC_INST_ENDING:m(r)?i.state=k.PROC_INST_BODY:i.procInstName+=r;continue;case k.PROC_INST_BODY:if(!i.procInstBody&&m(r))continue;"?"===r?i.state=k.PROC_INST_ENDING:i.procInstBody+=r;continue;case k.PROC_INST_ENDING:">"===r?(E(i,"onprocessinginstruction",{name:i.procInstName,body:i.procInstBody}),i.procInstName=i.procInstBody="",i.state=k.TEXT):(i.procInstBody+="?"+r,i.state=k.PROC_INST_BODY);continue;case k.OPEN_TAG:v(p,r)?i.tagName+=r:(O(i),">"===r?F(i):"/"===r?i.state=k.OPEN_TAG_SLASH:(m(r)||T(i,"Invalid character in tag name"),i.state=k.ATTRIB));continue;case k.OPEN_TAG_SLASH:">"===r?(F(i,!0),z(i)):(T(i,"Forward-slash in opening tag not followed by >"),i.state=k.ATTRIB);continue;case k.ATTRIB:if(m(r))continue;">"===r?F(i):"/"===r?i.state=k.OPEN_TAG_SLASH:v(l,r)?(i.attribName=r,i.attribValue="",i.state=k.ATTRIB_NAME):T(i,"Invalid attribute name");continue;case k.ATTRIB_NAME:"="===r?i.state=k.ATTRIB_VALUE:">"===r?(T(i,"Attribute without value"),i.attribValue=i.attribName,P(i),F(i)):m(r)?i.state=k.ATTRIB_NAME_SAW_WHITE:v(p,r)?i.attribName+=r:T(i,"Invalid attribute name");continue;case k.ATTRIB_NAME_SAW_WHITE:if("="===r)i.state=k.ATTRIB_VALUE;else{if(m(r))continue;T(i,"Attribute without value"),i.tag.attributes[i.attribName]="",i.attribValue="",E(i,"onattribute",{name:i.attribName,value:""}),i.attribName="",">"===r?F(i):v(l,r)?(i.attribName=r,i.state=k.ATTRIB_NAME):(T(i,"Invalid attribute name"),i.state=k.ATTRIB)}continue;case k.ATTRIB_VALUE:if(m(r))continue;f(r)?(i.q=r,i.state=k.ATTRIB_VALUE_QUOTED):(T(i,"Unquoted attribute value"),i.state=k.ATTRIB_VALUE_UNQUOTED,i.attribValue=r);continue;case k.ATTRIB_VALUE_QUOTED:if(r!==i.q){"&"===r?i.state=k.ATTRIB_VALUE_ENTITY_Q:i.attribValue+=r;continue}P(i),i.q="",i.state=k.ATTRIB_VALUE_CLOSED;continue;case k.ATTRIB_VALUE_CLOSED:m(r)?i.state=k.ATTRIB:">"===r?F(i):"/"===r?i.state=k.OPEN_TAG_SLASH:v(l,r)?(T(i,"No whitespace between attributes"),i.attribName=r,i.attribValue="",i.state=k.ATTRIB_NAME):T(i,"Invalid attribute name");continue;case k.ATTRIB_VALUE_UNQUOTED:if(!g(r)){"&"===r?i.state=k.ATTRIB_VALUE_ENTITY_U:i.attribValue+=r;continue}P(i),">"===r?F(i):i.state=k.ATTRIB;continue;case k.CLOSE_TAG:if(i.tagName)">"===r?z(i):v(p,r)?i.tagName+=r:i.script?(i.script+=""===r?z(i):T(i,"Invalid characters in closing tag");continue;case k.TEXT_ENTITY:case k.ATTRIB_VALUE_ENTITY_Q:case k.ATTRIB_VALUE_ENTITY_U:var c,u;switch(i.state){case k.TEXT_ENTITY:c=k.TEXT,u="textNode";break;case k.ATTRIB_VALUE_ENTITY_Q:c=k.ATTRIB_VALUE_QUOTED,u="attribValue";break;case k.ATTRIB_VALUE_ENTITY_U:c=k.ATTRIB_VALUE_UNQUOTED,u="attribValue"}";"===r?(i[u]+=R(i),i.entity="",i.state=c):v(i.entity.length?h:d,r)?i.entity+=r:(T(i,"Invalid character in entity name"),i[u]+="&"+i.entity+r,i.entity="",i.state=c);continue;default:throw new Error(i,"Unknown state: "+i.state)}return i.position>=i.bufferCheckPosition&&function(t){for(var i=Math.max(e.MAX_BUFFER_LENGTH,10),a=0,r=0,o=n.length;ri)switch(n[r]){case"textNode":D(t);break;case"cdata":E(t,"oncdata",t.cdata),t.cdata="";break;case"script":E(t,"onscript",t.script),t.script="";break;default:A(t,"Max buffer length exceeded: "+n[r])}a=Math.max(a,s)}var c=e.MAX_BUFFER_LENGTH-a;t.bufferCheckPosition=c+t.position}(i),i},resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){var e;D(e=this),""!==e.cdata&&(E(e,"oncdata",e.cdata),e.cdata=""),""!==e.script&&(E(e,"onscript",e.script),e.script="")}};try{t=i(92413).Stream}catch(e){t=function(){}}var r=e.EVENTS.filter((function(e){return"error"!==e&&"end"!==e}));function o(e,i){if(!(this instanceof o))return new o(e,i);t.apply(this),this._parser=new a(e,i),this.writable=!0,this.readable=!0;var n=this;this._parser.onend=function(){n.emit("end")},this._parser.onerror=function(e){n.emit("error",e),n._parser.error=null},this._decoder=null,r.forEach((function(e){Object.defineProperty(n,"on"+e,{get:function(){return n._parser["on"+e]},set:function(t){if(!t)return n.removeAllListeners(e),n._parser["on"+e]=t,t;n.on(e,t)},enumerable:!0,configurable:!1})}))}o.prototype=Object.create(t.prototype,{constructor:{value:o}}),o.prototype.write=function(e){if("function"==typeof Buffer&&"function"==typeof Buffer.isBuffer&&Buffer.isBuffer(e)){if(!this._decoder){var t=i(24304).StringDecoder;this._decoder=new t("utf8")}e=this._decoder.write(e)}return this._parser.write(e.toString()),this.emit("data",e),!0},o.prototype.end=function(e){return e&&e.length&&this.write(e),this._parser.end(),!0},o.prototype.on=function(e,i){var n=this;return n._parser["on"+e]||-1===r.indexOf(e)||(n._parser["on"+e]=function(){var t=1===arguments.length?[arguments[0]]:Array.apply(null,arguments);t.splice(0,0,e),n.emit.apply(n,t)}),t.prototype.on.call(n,e,i)};var s="http://www.w3.org/XML/1998/namespace",c="http://www.w3.org/2000/xmlns/",u={xml:s,xmlns:c},l=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,p=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,d=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,h=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function m(e){return" "===e||"\n"===e||"\r"===e||"\t"===e}function f(e){return'"'===e||"'"===e}function g(e){return">"===e||m(e)}function v(e,t){return e.test(t)}function y(e,t){return!v(e,t)}var b,x,w,k=0;for(var _ in e.STATE={BEGIN:k++,BEGIN_WHITESPACE:k++,TEXT:k++,TEXT_ENTITY:k++,OPEN_WAKA:k++,SGML_DECL:k++,SGML_DECL_QUOTED:k++,DOCTYPE:k++,DOCTYPE_QUOTED:k++,DOCTYPE_DTD:k++,DOCTYPE_DTD_QUOTED:k++,COMMENT_STARTING:k++,COMMENT:k++,COMMENT_ENDING:k++,COMMENT_ENDED:k++,CDATA:k++,CDATA_ENDING:k++,CDATA_ENDING_2:k++,PROC_INST:k++,PROC_INST_BODY:k++,PROC_INST_ENDING:k++,OPEN_TAG:k++,OPEN_TAG_SLASH:k++,ATTRIB:k++,ATTRIB_NAME:k++,ATTRIB_NAME_SAW_WHITE:k++,ATTRIB_VALUE:k++,ATTRIB_VALUE_QUOTED:k++,ATTRIB_VALUE_CLOSED:k++,ATTRIB_VALUE_UNQUOTED:k++,ATTRIB_VALUE_ENTITY_Q:k++,ATTRIB_VALUE_ENTITY_U:k++,CLOSE_TAG:k++,CLOSE_TAG_SAW_WHITE:k++,SCRIPT:k++,SCRIPT_ENDING:k++},e.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},e.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(e.ENTITIES).forEach((function(t){var i=e.ENTITIES[t],n="number"==typeof i?String.fromCharCode(i):i;e.ENTITIES[t]=n})),e.STATE)e.STATE[e.STATE[_]]=_;function j(e,t,i){e[t]&&e[t](i)}function E(e,t,i){e.textNode&&D(e),j(e,t,i)}function D(e){e.textNode=C(e.opt,e.textNode),e.textNode&&j(e,"ontext",e.textNode),e.textNode=""}function C(e,t){return e.trim&&(t=t.trim()),e.normalize&&(t=t.replace(/\s+/g," ")),t}function A(e,t){return D(e),e.trackPosition&&(t+="\nLine: "+e.line+"\nColumn: "+e.column+"\nChar: "+e.c),t=new Error(t),e.error=t,j(e,"onerror",t),e}function S(e){return e.sawRoot&&!e.closedRoot&&T(e,"Unclosed root tag"),e.state!==k.BEGIN&&e.state!==k.BEGIN_WHITESPACE&&e.state!==k.TEXT&&A(e,"Unexpected end"),D(e),e.c="",e.closed=!0,j(e,"onend"),a.call(e,e.strict,e.opt),e}function T(e,t){if("object"!=typeof e||!(e instanceof a))throw new Error("bad call to strictFail");e.strict&&A(e,t)}function O(e){e.strict||(e.tagName=e.tagName[e.looseCase]());var t=e.tags[e.tags.length-1]||e,i=e.tag={name:e.tagName,attributes:{}};e.opt.xmlns&&(i.ns=t.ns),e.attribList.length=0,E(e,"onopentagstart",i)}function I(e,t){var i=e.indexOf(":")<0?["",e]:e.split(":"),n=i[0],a=i[1];return t&&"xmlns"===e&&(n="xmlns",a=""),{prefix:n,local:a}}function P(e){if(e.strict||(e.attribName=e.attribName[e.looseCase]()),-1!==e.attribList.indexOf(e.attribName)||e.tag.attributes.hasOwnProperty(e.attribName))e.attribName=e.attribValue="";else{if(e.opt.xmlns){var t=I(e.attribName,!0),i=t.prefix,n=t.local;if("xmlns"===i)if("xml"===n&&e.attribValue!==s)T(e,"xml: prefix must be bound to "+s+"\nActual: "+e.attribValue);else if("xmlns"===n&&e.attribValue!==c)T(e,"xmlns: prefix must be bound to "+c+"\nActual: "+e.attribValue);else{var a=e.tag,r=e.tags[e.tags.length-1]||e;a.ns===r.ns&&(a.ns=Object.create(r.ns)),a.ns[n]=e.attribValue}e.attribList.push([e.attribName,e.attribValue])}else e.tag.attributes[e.attribName]=e.attribValue,E(e,"onattribute",{name:e.attribName,value:e.attribValue});e.attribName=e.attribValue=""}}function F(e,t){if(e.opt.xmlns){var i=e.tag,n=I(e.tagName);i.prefix=n.prefix,i.local=n.local,i.uri=i.ns[n.prefix]||"",i.prefix&&!i.uri&&(T(e,"Unbound namespace prefix: "+JSON.stringify(e.tagName)),i.uri=n.prefix);var a=e.tags[e.tags.length-1]||e;i.ns&&a.ns!==i.ns&&Object.keys(i.ns).forEach((function(t){E(e,"onopennamespace",{prefix:t,uri:i.ns[t]})}));for(var r=0,o=e.attribList.length;r",e.tagName="",void(e.state=k.SCRIPT);E(e,"onscript",e.script),e.script=""}var t=e.tags.length,i=e.tagName;e.strict||(i=i[e.looseCase]());for(var n=i;t--&&e.tags[t].name!==n;)T(e,"Unexpected close tag");if(t<0)return T(e,"Unmatched closing tag: "+e.tagName),e.textNode+="",void(e.state=k.TEXT);e.tagName=i;for(var a=e.tags.length;a-- >t;){var r=e.tag=e.tags.pop();e.tagName=e.tag.name,E(e,"onclosetag",e.tagName);var o={};for(var s in r.ns)o[s]=r.ns[s];var c=e.tags[e.tags.length-1]||e;e.opt.xmlns&&r.ns!==c.ns&&Object.keys(r.ns).forEach((function(t){var i=r.ns[t];E(e,"onclosenamespace",{prefix:t,uri:i})}))}0===t&&(e.closedRoot=!0),e.tagName=e.attribValue=e.attribName="",e.attribList.length=0,e.state=k.TEXT}function R(e){var t,i=e.entity,n=i.toLowerCase(),a="";return e.ENTITIES[i]?e.ENTITIES[i]:e.ENTITIES[n]?e.ENTITIES[n]:("#"===(i=n).charAt(0)&&("x"===i.charAt(1)?(i=i.slice(2),a=(t=parseInt(i,16)).toString(16)):(i=i.slice(1),a=(t=parseInt(i,10)).toString(10))),i=i.replace(/^0+/,""),isNaN(t)||a.toLowerCase()!==i?(T(e,"Invalid character entity"),"&"+e.entity+";"):String.fromCodePoint(t))}function L(e,t){"<"===t?(e.state=k.OPEN_WAKA,e.startTagPosition=e.position):m(t)||(T(e,"Non-whitespace before first tag."),e.textNode=t,e.state=k.TEXT)}function N(e,t){var i="";return t1114111||x(s)!==s)throw RangeError("Invalid code point: "+s);s<=65535?n.push(s):(e=55296+((s-=65536)>>10),t=s%1024+56320,n.push(e,t)),(a+1===r||n.length>i)&&(o+=b.apply(null,n),n.length=0)}return o},Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:w,configurable:!0,writable:!0}):String.fromCodePoint=w)}(t)},30329:(e,t,i)=>{"use strict";var n=i(93560),a=i(15158)("send"),r=i(40412)("send"),o=i(26149),s=i(10517),c=i(95573),u=i(25859),l=i(59635),p=i(35747),d=i(45518),h=i(82161),m=i(80338),f=i(14622),g=i(85622),v=i(54917),y=i(92413),b=i(31669),x=g.extname,w=g.join,k=g.normalize,_=g.resolve,j=g.sep,E=/^ *bytes=/,D=31536e6,C=/(?:^|[\\/])\.\.(?:[\\/]|$)/;function A(e,t,i){y.call(this);var n=i||{};if(this.options=n,this.path=t,this.req=e,this._acceptRanges=void 0===n.acceptRanges||Boolean(n.acceptRanges),this._cacheControl=void 0===n.cacheControl||Boolean(n.cacheControl),this._etag=void 0===n.etag||Boolean(n.etag),this._dotfiles=void 0!==n.dotfiles?n.dotfiles:"ignore","ignore"!==this._dotfiles&&"allow"!==this._dotfiles&&"deny"!==this._dotfiles)throw new TypeError('dotfiles option must be "allow", "deny", or "ignore"');this._hidden=Boolean(n.hidden),void 0!==n.hidden&&r("hidden: use dotfiles: '"+(this._hidden?"allow":"ignore")+"' instead"),void 0===n.dotfiles&&(this._dotfiles=void 0),this._extensions=void 0!==n.extensions?P(n.extensions,"extensions option"):[],this._immutable=void 0!==n.immutable&&Boolean(n.immutable),this._index=void 0!==n.index?P(n.index,"index option"):["index.html"],this._lastModified=void 0===n.lastModified||Boolean(n.lastModified),this._maxage=n.maxAge||n.maxage,this._maxage="string"==typeof this._maxage?h(this._maxage):Number(this._maxage),this._maxage=isNaN(this._maxage)?0:Math.min(Math.max(0,this._maxage),D),this._root=n.root?_(n.root):null,!this._root&&n.from&&this.from(n.from)}function S(e,t,i){return e+" "+(i?i.start+"-"+i.end:"*")+"/"+t}function T(e,t){return'\n\n\n\n'+e+"\n\n\n
"+t+"
\n\n\n"}function O(e){return"function"!=typeof e.getHeaderNames?Object.keys(e._headers||{}):e.getHeaderNames()}function I(e,t){return("function"!=typeof e.listenerCount?e.listeners(t).length:e.listenerCount(t))>0}function P(e,t){for(var i=[].concat(e||[]),n=0;na}return!1},A.prototype.removeContentHeaderFields=function(){for(var e=this.res,t=O(e),i=0;i=200&&e<300||304===e},A.prototype.onStatError=function(e){switch(e.code){case"ENAMETOOLONG":case"ENOENT":case"ENOTDIR":this.error(404,e);break;default:this.error(500,e)}},A.prototype.isFresh=function(){return l(this.req.headers,{etag:this.res.getHeader("ETag"),"last-modified":this.res.getHeader("Last-Modified")})},A.prototype.isRangeFresh=function(){var e=this.req.headers["if-range"];if(!e)return!0;if(-1!==e.indexOf('"')){var t=this.res.getHeader("ETag");return Boolean(t&&-1!==e.indexOf(t))}return F(this.res.getHeader("Last-Modified"))<=F(e)},A.prototype.redirect=function(e){var t=this.res;if(I(this,"directory"))this.emit("directory",t,e);else if(this.hasTrailingSlash())this.error(403);else{var i=s(function(e){for(var t=0;t1?"/"+e.substr(t):e}(this.path+"/")),n=T("Redirecting",'Redirecting to '+c(i)+"");t.statusCode=301,t.setHeader("Content-Type","text/html; charset=UTF-8"),t.setHeader("Content-Length",Buffer.byteLength(n)),t.setHeader("Content-Security-Policy","default-src 'none'"),t.setHeader("X-Content-Type-Options","nosniff"),t.setHeader("Location",i),t.end(n)}},A.prototype.pipe=function(e){var t=this._root;this.res=e;var i,n=function(e){try{return decodeURIComponent(e)}catch(e){return-1}}(this.path);if(-1===n)return this.error(400),e;if(~n.indexOf("\0"))return this.error(400),e;if(null!==t){if(n&&(n=k("."+j+n)),C.test(n))return a('malicious path "%s"',n),this.error(403),e;i=n.split(j),n=k(w(t,n))}else{if(C.test(n))return a('malicious path "%s"',n),this.error(403),e;i=k(n).split(j),n=_(n)}if(function(e){for(var t=0;t1&&"."===i[0])return!0}return!1}(i)){var r=this._dotfiles;switch(void 0===r&&(r="."===i[i.length-1][0]?this._hidden?"allow":"ignore":"allow"),a('%s dotfile "%s"',r,n),r){case"allow":break;case"deny":return this.error(403),e;default:return this.error(404),e}}return this._index.length&&this.hasTrailingSlash()?(this.sendIndex(n),e):(this.sendFile(n),e)},A.prototype.send=function(e,t){var i=t.size,n=this.options,r={},o=this.res,s=this.req,c=s.headers.range,u=n.start||0;if(function(e){return"boolean"!=typeof e.headersSent?Boolean(e._header):e.headersSent}(o))this.headersAlreadySent();else{if(a('pipe "%s"',e),this.setHeader(e,t),this.type(e),this.isConditionalGET()){if(this.isPreconditionFailure())return void this.error(412);if(this.isCachable()&&this.isFresh())return void this.notModified()}if(i=Math.max(0,i-u),void 0!==n.end){var l=n.end-u+1;i>l&&(i=l)}if(this._acceptRanges&&E.test(c)){if(c=f(i,c,{combine:!0}),this.isRangeFresh()||(a("range stale"),c=-2),-1===c)return a("range unsatisfiable"),o.setHeader("Content-Range",S("bytes",i)),this.error(416,{headers:{"Content-Range":o.getHeader("Content-Range")}});-2!==c&&1===c.length&&(a("range %j",c),o.statusCode=206,o.setHeader("Content-Range",S("bytes",i,c[0])),u+=c[0].start,i=c[0].end-c[0].start+1)}for(var p in n)r[p]=n[p];r.start=u,r.end=Math.max(u,u+i-1),o.setHeader("Content-Length",i),"HEAD"!==s.method?this.stream(e,r):o.end()}},A.prototype.sendFile=function(e){var t=0,i=this;function n(r){if(i._extensions.length<=t)return r?i.onStatError(r):i.error(404);var o=e+"."+i._extensions[t++];a('stat "%s"',o),p.stat(o,(function(e,t){return e?n(e):t.isDirectory()?n():(i.emit("file",o,t),void i.send(o,t))}))}a('stat "%s"',e),p.stat(e,(function(t,a){return t&&"ENOENT"===t.code&&!x(e)&&e[e.length-1]!==j?n(t):t?i.onStatError(t):a.isDirectory()?i.redirect(e):(i.emit("file",e,a),void i.send(e,a))}))},A.prototype.sendIndex=function(e){var t=-1,i=this;!function n(r){if(++t>=i._index.length)return r?i.onStatError(r):i.error(404);var o=w(e,i._index[t]);a('stat "%s"',o),p.stat(o,(function(e,t){return e?n(e):t.isDirectory()?n():(i.emit("file",o,t),void i.send(o,t))}))}()},A.prototype.stream=function(e,t){var i=!1,n=this,a=this.res,r=p.createReadStream(e,t);this.emit("stream",r),r.pipe(a),m(a,(function(){i=!0,o(r)})),r.on("error",(function(e){i||(i=!0,o(r),n.onStatError(e))})),r.on("end",(function(){n.emit("end")}))},A.prototype.type=function(e){var t=this.res;if(!t.getHeader("Content-Type")){var i=d.lookup(e);if(i){var n=d.charsets.lookup(i);a("content-type %s",i),t.setHeader("Content-Type",i+(n?"; charset="+n:""))}else a("no content-type")}},A.prototype.setHeader=function(e,t){var i=this.res;if(this.emit("headers",i,e,t),this._acceptRanges&&!i.getHeader("Accept-Ranges")&&(a("accept ranges"),i.setHeader("Accept-Ranges","bytes")),this._cacheControl&&!i.getHeader("Cache-Control")){var n="public, max-age="+Math.floor(this._maxage/1e3);this._immutable&&(n+=", immutable"),a("cache-control %s",n),i.setHeader("Cache-Control",n)}if(this._lastModified&&!i.getHeader("Last-Modified")){var r=t.mtime.toUTCString();a("modified %s",r),i.setHeader("Last-Modified",r)}if(this._etag&&!i.getHeader("ETag")){var o=u(t);a("etag %s",o),i.setHeader("ETag",o)}}},93560:(e,t,i)=>{"use strict";var n=i(40412)("http-errors"),a=i(66644),r=i(54917),o=i(94378),s=i(72953);function c(e){return Number(String(e).charAt(0)+"00")}function u(e,t){var i=Object.getOwnPropertyDescriptor(e,"name");i&&i.configurable&&(i.value=t,Object.defineProperty(e,"name",i))}e.exports=function e(){for(var t,i,a=500,o={},s=0;s=600)&&n("non-error status code; use only 4xx or 5xx status codes"),("number"!=typeof a||!r[a]&&(a<400||a>=600))&&(a=500);var l=e[a]||e[c(a)];for(var p in t||(t=l?new l(i):new Error(i||r[a]),Error.captureStackTrace(t,e)),l&&t instanceof l&&t.status===a||(t.expose=a<500,t.status=t.statusCode=a),o)"status"!==p&&"statusCode"!==p&&(t[p]=o[p]);return t},e.exports.HttpError=function(){function e(){throw new TypeError("cannot construct abstract class")}return o(e,Error),e}(),function(e,t,i){t.forEach((function(t){var n,l=s(r[t]);switch(c(t)){case 400:n=function(e,t,i){var n=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:r[i],o=new Error(t);return Error.captureStackTrace(o,s),a(o,s.prototype),Object.defineProperty(o,"message",{enumerable:!0,configurable:!0,value:t,writable:!0}),Object.defineProperty(o,"name",{enumerable:!1,configurable:!0,value:n,writable:!0}),o}return o(s,e),u(s,n),s.prototype.status=i,s.prototype.statusCode=i,s.prototype.expose=!0,s}(i,l,t);break;case 500:n=function(e,t,i){var n=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:r[i],o=new Error(t);return Error.captureStackTrace(o,s),a(o,s.prototype),Object.defineProperty(o,"message",{enumerable:!0,configurable:!0,value:t,writable:!0}),Object.defineProperty(o,"name",{enumerable:!1,configurable:!0,value:n,writable:!0}),o}return o(s,e),u(s,n),s.prototype.status=i,s.prototype.statusCode=i,s.prototype.expose=!1,s}(i,l,t)}n&&(e[t]=n,e[l]=n)})),e["I'mateapot"]=n.function(e.ImATeapot,'"I\'mateapot"; use "ImATeapot" instead')}(e.exports,r.codes,e.exports.HttpError)},82161:e=>{var t=1e3,i=60*t,n=60*i,a=24*n;function r(e,t,i,n){var a=t>=1.5*i;return Math.round(e/i)+" "+n+(a?"s":"")}e.exports=function(e,o){o=o||{};var s,c,u=typeof e;if("string"===u&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var r=/^((?:\d+)?\-?\d?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(r){var o=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*o;case"weeks":case"week":case"w":return 6048e5*o;case"days":case"day":case"d":return o*a;case"hours":case"hour":case"hrs":case"hr":case"h":return o*n;case"minutes":case"minute":case"mins":case"min":case"m":return o*i;case"seconds":case"second":case"secs":case"sec":case"s":return o*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return o;default:return}}}}(e);if("number"===u&&!1===isNaN(e))return o.long?(s=e,(c=Math.abs(s))>=a?r(s,c,a,"day"):c>=n?r(s,c,n,"hour"):c>=i?r(s,c,i,"minute"):c>=t?r(s,c,t,"second"):s+" ms"):function(e){var r=Math.abs(e);return r>=a?Math.round(e/a)+"d":r>=n?Math.round(e/n)+"h":r>=i?Math.round(e/i)+"m":r>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},28636:(e,t,i)=>{"use strict";var n=i(10517),a=i(95573),r=i(18317),o=i(85622).resolve,s=i(30329),c=i(78835);e.exports=function(e,t){if(!e)throw new TypeError("root path required");if("string"!=typeof e)throw new TypeError("root path must be a string");var i=Object.create(t||null),u=!1!==i.fallthrough,l=!1!==i.redirect,p=i.setHeaders;if(p&&"function"!=typeof p)throw new TypeError("option setHeaders must be function");i.maxage=i.maxage||i.maxAge||0,i.root=o(e);var d=l?function(e){if(this.hasTrailingSlash())this.error(404);else{var t=r.original(this.req);t.path=null,t.pathname=function(e){for(var t=0;t1?"/"+e.substr(t):e}(t.pathname+"/");var i=n(c.format(t)),o=("Redirecting",'\n\n\n\nRedirecting\n\n\n
'+('Redirecting to '+a(i)+"")+"
\n\n\n");e.statusCode=301,e.setHeader("Content-Type","text/html; charset=UTF-8"),e.setHeader("Content-Length",Buffer.byteLength(o)),e.setHeader("Content-Security-Policy","default-src 'none'"),e.setHeader("X-Content-Type-Options","nosniff"),e.setHeader("Location",i),e.end(o)}}:function(){this.error(404)};return function(e,t,n){if("GET"!==e.method&&"HEAD"!==e.method)return u?n():(t.statusCode=405,t.setHeader("Allow","GET, HEAD"),t.setHeader("Content-Length","0"),void t.end());var a=!u,o=r.original(e),c=r(e).pathname;"/"===c&&"/"!==o.pathname.substr(-1)&&(c="");var l=s(e,c,i);l.on("directory",d),p&&l.on("headers",p),u&&l.on("file",(function(){a=!0})),l.on("error",(function(e){!a&&e.statusCode<500?n():n(e)})),l.pipe(t)}},e.exports.mime=s.mime},66644:e=>{"use strict";e.exports=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(e,t){return e.__proto__=t,e}:function(e,t){for(var i in t)e.hasOwnProperty(i)||(e[i]=t[i]);return e})},37478:(e,t,i)=>{"use strict";var n=i(40210),a=i(21924),r=i(70631),o=n("%TypeError%"),s=n("%WeakMap%",!0),c=n("%Map%",!0),u=a("WeakMap.prototype.get",!0),l=a("WeakMap.prototype.set",!0),p=a("WeakMap.prototype.has",!0),d=a("Map.prototype.get",!0),h=a("Map.prototype.set",!0),m=a("Map.prototype.has",!0),f=function(e,t){for(var i,n=e;null!==(i=n.next);n=i)if(i.key===t)return n.next=i.next,i.next=e.next,e.next=i,i};e.exports=function(){var e,t,i,n={assert:function(e){if(!n.has(e))throw new o("Side channel does not contain "+r(e))},get:function(n){if(s&&n&&("object"==typeof n||"function"==typeof n)){if(e)return u(e,n)}else if(c){if(t)return d(t,n)}else if(i)return function(e,t){var i=f(e,t);return i&&i.value}(i,n)},has:function(n){if(s&&n&&("object"==typeof n||"function"==typeof n)){if(e)return p(e,n)}else if(c){if(t)return m(t,n)}else if(i)return function(e,t){return!!f(e,t)}(i,n);return!1},set:function(n,a){s&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new s),l(e,n,a)):c?(t||(t=new c),h(t,n,a)):(i||(i={key:{},next:null}),function(e,t,i){var n=f(e,t);n?n.value=i:e.next={key:t,next:e.next,value:i}}(i,n,a))}};return n}},74392:(e,t,i)=>{"use strict";var n=i(29528);e.exports.builder=function(){return n.builder().withHost("accounts.spotify.com").withPort(443).withScheme("https")}},29528:e=>{"use strict";var t=function(e){if(!e)throw new Error("No builder supplied to constructor");this.host=e.host,this.port=e.port,this.scheme=e.scheme,this.queryParameters=e.queryParameters,this.bodyParameters=e.bodyParameters,this.headers=e.headers,this.path=e.path};t.prototype._getter=function(e){return function(){return this[e]}},t.prototype.getHost=t.prototype._getter("host"),t.prototype.getPort=t.prototype._getter("port"),t.prototype.getScheme=t.prototype._getter("scheme"),t.prototype.getPath=t.prototype._getter("path"),t.prototype.getQueryParameters=t.prototype._getter("queryParameters"),t.prototype.getBodyParameters=t.prototype._getter("bodyParameters"),t.prototype.getHeaders=t.prototype._getter("headers"),t.prototype.getURI=function(){if(!this.scheme||!this.host||!this.port)throw new Error("Missing components necessary to construct URI");var e=this.scheme+"://"+this.host;return("http"===this.scheme&&80!==this.port||"https"===this.scheme&&443!==this.port)&&(e+=":"+this.port),this.path&&(e+=this.path),e},t.prototype.getURL=function(){var e=this.getURI();return this.getQueryParameters()?e+this.getQueryParameterString(this.getQueryParameters()):e},t.prototype.getQueryParameterString=function(){var e=this.getQueryParameters();if(e)return"?"+Object.keys(e).filter((function(t){return void 0!==e[t]})).map((function(t){return t+"="+e[t]})).join("&")},t.prototype.execute=function(e,t){if(!t){var i=this;return new Promise((function(t,n){e(i,(function(e,i){e?n(e):t(i)}))}))}e(this,t)};var i=function(){};i.prototype._setter=function(e){return function(t){return this[e]=t,this}},i.prototype.withHost=i.prototype._setter("host"),i.prototype.withPort=i.prototype._setter("port"),i.prototype.withScheme=i.prototype._setter("scheme"),i.prototype.withPath=i.prototype._setter("path"),i.prototype._assigner=function(e){return function(){for(var t=0;t0?Object.assign(e||{},t):e},i.prototype.build=function(){return new t(this)},e.exports.builder=function(){return new i}},12749:(e,t,i)=>{"use strict";var n=i(94141),{TimeoutError:a,WebapiError:r,WebapiRegularError:o,WebapiAuthenticationError:s,WebapiPlayerError:c}=i(54936),u={},l=function(e){var t={};return e.getQueryParameters()&&(t.query=e.getQueryParameters()),e.getHeaders()&&"application/json"===e.getHeaders()["Content-Type"]?t.data=JSON.stringify(e.getBodyParameters()):e.getBodyParameters()&&(t.data=e.getBodyParameters()),e.getHeaders()&&(t.headers=e.getHeaders()),t};u._makeRequest=function(e,t,i,u){var l=e.bind(n)(i);t.query&&l.query(t.query),t.headers&&l.set(t.headers),t.data&&l.send(t.data),l.end((function(e,t){return e?e.timeout?u(new a):e.response?u(function(e){return"object"==typeof e.body&&e.body.error&&"object"==typeof e.body.error&&e.body.error.reason?new c(e.body,e.headers,e.statusCode):"object"==typeof e.body&&e.body.error&&"object"==typeof e.body.error?new o(e.body,e.headers,e.statusCode):"object"==typeof e.body&&e.body.error&&"string"==typeof e.body.error?new s(e.body,e.headers,e.statusCode):new r(e.body,e.headers,e.statusCode,e.body)}(e.response)):u(e):u(null,{body:t.body,headers:t.headers,statusCode:t.statusCode})}))},u.get=function(e,t){var i=l(e),a=n.get;u._makeRequest(a,i,e.getURI(),t)},u.post=function(e,t){var i=l(e),a=n.post;u._makeRequest(a,i,e.getURI(),t)},u.del=function(e,t){var i=l(e),a=n.del;u._makeRequest(a,i,e.getURI(),t)},u.put=function(e,t){var i=l(e),a=n.put;u._makeRequest(a,i,e.getURI(),t)},e.exports=u},54936:e=>{class t extends Error{get name(){return this.constructor.name}}class i extends t{constructor(e,t,i,n){super(n),this.body=e,this.headers=t,this.statusCode=i}}e.exports={WebapiError:i,TimeoutError:class extends t{constructor(){super("A timeout occurred while communicating with Spotify's Web API.")}},WebapiRegularError:class extends i{constructor(e,t,i){super(e,t,i,"An error occurred while communicating with Spotify's Web API.\nDetails: "+e.error.message+".")}},WebapiAuthenticationError:class extends i{constructor(e,t,i){super(e,t,i,"An authentication error occurred while communicating with Spotify's Web API.\nDetails: "+e.error+(e.error_description?" "+e.error_description+".":"."))}},WebapiPlayerError:class extends i{constructor(e,t,i){super(e,t,i,"An error occurred while communicating with Spotify's Web API.\nDetails: "+e.error.message+(e.error.reason?" "+e.error.reason+".":"."))}}}},44799:(e,t,i)=>{"use strict";var n=i(74392),a=i(12749);e.exports={createAuthorizeURL:function(e,t,i,a="code"){return n.builder().withPath("/authorize").withQueryParameters({client_id:this.getClientId(),response_type:a,redirect_uri:this.getRedirectURI(),scope:e.join("%20"),state:t,show_dialog:i&&!!i}).build().getURL()},clientCredentialsGrant:function(e){return n.builder().withPath("/api/token").withBodyParameters({grant_type:"client_credentials"}).withHeaders({Authorization:"Basic "+new Buffer(this.getClientId()+":"+this.getClientSecret()).toString("base64"),"Content-Type":"application/x-www-form-urlencoded"}).build().execute(a.post,e)},authorizationCodeGrant:function(e,t){return n.builder().withPath("/api/token").withBodyParameters({grant_type:"authorization_code",redirect_uri:this.getRedirectURI(),code:e,client_id:this.getClientId(),client_secret:this.getClientSecret()}).withHeaders({"Content-Type":"application/x-www-form-urlencoded"}).build().execute(a.post,t)},refreshAccessToken:function(e){return n.builder().withPath("/api/token").withBodyParameters({grant_type:"refresh_token",refresh_token:this.getRefreshToken()}).withHeaders({Authorization:"Basic "+new Buffer(this.getClientId()+":"+this.getClientSecret()).toString("base64"),"Content-Type":"application/x-www-form-urlencoded"}).build().execute(a.post,e)}}},76676:(e,t,i)=>{var n=i(5646),a=i(44799);n._addMethods(a),e.exports=n},5646:(e,t,i)=>{"use strict";i(74392);var n=i(36300),a=i(12749);function r(e){this._credentials=e||{}}r.prototype={setCredentials:function(e){for(var t in e)e.hasOwnProperty(t)&&(this._credentials[t]=e[t])},getCredentials:function(){return this._credentials},resetCredentials:function(){this._credentials=null},setClientId:function(e){this._setCredential("clientId",e)},setClientSecret:function(e){this._setCredential("clientSecret",e)},setAccessToken:function(e){this._setCredential("accessToken",e)},setRefreshToken:function(e){this._setCredential("refreshToken",e)},setRedirectURI:function(e){this._setCredential("redirectUri",e)},getRedirectURI:function(){return this._getCredential("redirectUri")},getClientId:function(){return this._getCredential("clientId")},getClientSecret:function(){return this._getCredential("clientSecret")},getAccessToken:function(){return this._getCredential("accessToken")},getRefreshToken:function(){return this._getCredential("refreshToken")},resetClientId:function(){this._resetCredential("clientId")},resetClientSecret:function(){this._resetCredential("clientSecret")},resetAccessToken:function(){this._resetCredential("accessToken")},resetRefreshToken:function(){this._resetCredential("refreshToken")},resetRedirectURI:function(){this._resetCredential("redirectUri")},_setCredential:function(e,t){this._credentials=this._credentials||{},this._credentials[e]=t},_getCredential:function(e){return this._credentials?this._credentials[e]:void 0},_resetCredential:function(e){this._credentials&&(this._credentials[e]=null)},getTrack:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/tracks/"+e).withQueryParameters(t).build().execute(a.get,i)},getTracks:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/tracks").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,i)},getAlbum:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/albums/"+e).withQueryParameters(t).build().execute(a.get,i)},getAlbums:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/albums").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,i)},getArtist:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/artists/"+e).build().execute(a.get,t)},getArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/artists").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},search:function(e,t,i,r){return n.builder(this.getAccessToken()).withPath("/v1/search/").withQueryParameters({type:t.join(","),q:e},i).build().execute(a.get,r)},searchAlbums:function(e,t,i){return this.search(e,["album"],t,i)},searchArtists:function(e,t,i){return this.search(e,["artist"],t,i)},searchTracks:function(e,t,i){return this.search(e,["track"],t,i)},searchPlaylists:function(e,t,i){return this.search(e,["playlist"],t,i)},getArtistAlbums:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/artists/"+e+"/albums").withQueryParameters(t).build().execute(a.get,i)},getAlbumTracks:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/albums/"+e+"/tracks").withQueryParameters(t).build().execute(a.get,i)},getArtistTopTracks:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/artists/"+e+"/top-tracks").withQueryParameters({country:t}).build().execute(a.get,i)},getArtistRelatedArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/artists/"+e+"/related-artists").build().execute(a.get,t)},getUser:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/users/"+encodeURIComponent(e)).build().execute(a.get,t)},getMe:function(e){return n.builder(this.getAccessToken()).withPath("/v1/me").build().execute(a.get,e)},getUserPlaylists:function(e,t,i){var r;return"string"==typeof e?r="/v1/users/"+encodeURIComponent(e)+"/playlists":"object"==typeof e?(i=t,t=e,r="/v1/me/playlists"):r="/v1/me/playlists",n.builder(this.getAccessToken()).withPath(r).withQueryParameters(t).build().execute(a.get,i)},getPlaylist:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e).withQueryParameters(t).build().execute(a.get,i)},getPlaylistTracks:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withQueryParameters(t).build().execute(a.get,i)},createPlaylist:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/me/playlists").withHeaders({"Content-Type":"application/json"}).withBodyParameters({name:e},t).build().execute(a.post,i)},followPlaylist:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/followers").withHeaders({"Content-Type":"application/json"}).withBodyParameters(t).build().execute(a.put,i)},unfollowPlaylist:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/followers").build().execute(a.del,t)},changePlaylistDetails:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e).withHeaders({"Content-Type":"application/json"}).withBodyParameters(t).build().execute(a.put,i)},uploadCustomPlaylistCoverImage:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/images").withHeaders({"Content-Type":"image/jpeg"}).withBodyParameters(t).build().execute(a.put,i)},addTracksToPlaylist:function(e,t,i,r){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withQueryParameters(i).withBodyParameters({uris:t}).build().execute(a.post,r)},removeTracksFromPlaylist:function(e,t,i,r){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({tracks:t},i).build().execute(a.del,r)},removeTracksFromPlaylistByPosition:function(e,t,i,r){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({positions:t,snapshot_id:i}).build().execute(a.del,r)},replaceTracksInPlaylist:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({uris:t}).build().execute(a.put,i)},reorderTracksInPlaylist:function(e,t,i,r,o){return n.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({range_start:t,insert_before:i},r).build().execute(a.put,o)},getAudioFeaturesForTrack:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/audio-features/"+e).build().execute(a.get,t)},getAudioAnalysisForTrack:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/audio-analysis/"+e).build().execute(a.get,t)},getAudioFeaturesForTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/audio-features").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},getRecommendations:function(e,t){var i={},r=["seed_artists","seed_genres","seed_tracks"];for(var o in e)e.hasOwnProperty(o)&&(-1!==r.indexOf(o)&&"[object Array]"===Object.prototype.toString.call(e[o])?i[o]=e[o].join(","):i[o]=e[o]);return n.builder(this.getAccessToken()).withPath("/v1/recommendations").withQueryParameters(i).build().execute(a.get,t)},getAvailableGenreSeeds:function(e){return n.builder(this.getAccessToken()).withPath("/v1/recommendations/available-genre-seeds").build().execute(a.get,e)},getMySavedTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/tracks").withQueryParameters(e).build().execute(a.get,t)},containsMySavedTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/tracks/contains").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},removeFromMySavedTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({ids:e}).build().execute(a.del,t)},addToMySavedTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({ids:e}).build().execute(a.put,t)},removeFromMySavedAlbums:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/albums").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.del,t)},addToMySavedAlbums:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/albums").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.put,t)},getMySavedAlbums:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/albums").withQueryParameters(e).build().execute(a.get,t)},containsMySavedAlbums:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/albums/contains").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},getMyTopArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/top/artists").withQueryParameters(e).build().execute(a.get,t)},getMyTopTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/top/tracks").withQueryParameters(e).build().execute(a.get,t)},getMyRecentlyPlayedTracks:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/player/recently-played").withQueryParameters(e).build().execute(a.get,t)},addToQueue:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/me/player/queue").withQueryParameters({uri:e},t).build().execute(a.post,i)},getMyDevices:function(e){return n.builder(this.getAccessToken()).withPath("/v1/me/player/devices").build().execute(a.get,e)},getMyCurrentPlayingTrack:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/player/currently-playing").withQueryParameters(e).build().execute(a.get,t)},getMyCurrentPlaybackState:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/player").withQueryParameters(e).build().execute(a.get,t)},transferMyPlayback:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/me/player").withHeaders({"Content-Type":"application/json"}).withBodyParameters({device_ids:e},t).build().execute(a.put,i)},play:function(e,t){var i=e||{},r=i.device_id?{device_id:i.device_id}:null,o={};return["context_uri","uris","offset","position_ms"].forEach((function(e){e in i&&(o[e]=i[e])})),n.builder(this.getAccessToken()).withPath("/v1/me/player/play").withQueryParameters(r).withHeaders({"Content-Type":"application/json"}).withBodyParameters(o).build().execute(a.put,t)},pause:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/player/pause").withQueryParameters(e&&e.device_id?{device_id:e.device_id}:null).withHeaders({"Content-Type":"application/json"}).build().execute(a.put,t)},skipToPrevious:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/player/previous").withQueryParameters(e&&e.device_id?{device_id:e.device_id}:null).build().execute(a.post,t)},skipToNext:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/player/next").withQueryParameters(e&&e.device_id?{device_id:e.device_id}:null).build().execute(a.post,t)},seek:function(e,t,i){var r={position_ms:e};return t&&"device_id"in t&&(r.device_id=t.device_id),n.builder(this.getAccessToken()).withPath("/v1/me/player/seek").withQueryParameters(r).build().execute(a.put,i)},setRepeat:function(e,t,i){var r={state:e};return t&&"device_id"in t&&(r.device_id=t.device_id),n.builder(this.getAccessToken()).withPath("/v1/me/player/repeat").withQueryParameters(r).build().execute(a.put,i)},setShuffle:function(e,t,i){var r={state:e};return t&&"device_id"in t&&(r.device_id=t.device_id),n.builder(this.getAccessToken()).withPath("/v1/me/player/shuffle").withQueryParameters(r).build().execute(a.put,i)},setVolume:function(e,t,i){var r={volume_percent:e};return t&&"device_id"in t&&(r.device_id=t.device_id),n.builder(this.getAccessToken()).withPath("/v1/me/player/volume").withQueryParameters(r).build().execute(a.put,i)},followUsers:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"user"}).build().execute(a.put,t)},followArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"artist"}).build().execute(a.put,t)},unfollowUsers:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"user"}).build().execute(a.del,t)},unfollowArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"artist"}).build().execute(a.del,t)},isFollowingUsers:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following/contains").withQueryParameters({ids:e.join(","),type:"user"}).build().execute(a.get,t)},getFollowedArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({type:"artist"},e).build().execute(a.get,t)},areFollowingPlaylist:function(e,t,i,r){return n.builder(this.getAccessToken()).withPath("/v1/users/"+encodeURIComponent(e)+"/playlists/"+t+"/followers/contains").withQueryParameters({ids:i.join(",")}).build().execute(a.get,r)},isFollowingArtists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/following/contains").withQueryParameters({ids:e.join(","),type:"artist"}).build().execute(a.get,t)},getNewReleases:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/browse/new-releases").withQueryParameters(e).build().execute(a.get,t)},getFeaturedPlaylists:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/browse/featured-playlists").withQueryParameters(e).build().execute(a.get,t)},getCategories:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/browse/categories").withQueryParameters(e).build().execute(a.get,t)},getCategory:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/browse/categories/"+e).withQueryParameters(t).build().execute(a.get,i)},getPlaylistsForCategory:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/browse/categories/"+e+"/playlists").withQueryParameters(t).build().execute(a.get,i)},getShow:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/shows/"+e).withQueryParameters(t).build().execute(a.get,i)},getShows:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/shows").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,i)},containsMySavedShows:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/shows/contains").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},removeFromMySavedShows:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/shows").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.del,t)},addToMySavedShows:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/shows").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.put,t)},getMySavedShows:function(e,t){return n.builder(this.getAccessToken()).withPath("/v1/me/shows").withQueryParameters(e).build().execute(a.get,t)},getShowEpisodes:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/shows/"+e+"/episodes").withQueryParameters(t).build().execute(a.get,i)},searchShows:function(e,t,i){return this.search(e,["show"],t,i)},searchEpisodes:function(e,t,i){return this.search(e,["episode"],t,i)},getEpisode:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/episodes/"+e).withQueryParameters(t).build().execute(a.get,i)},getEpisodes:function(e,t,i){return n.builder(this.getAccessToken()).withPath("/v1/episodes").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,i)}},r._addMethods=function(e){for(var t in e)e.hasOwnProperty(t)&&(this.prototype[t]=e[t])},e.exports=r},36300:(e,t,i)=>{"use strict";var n=i(29528);e.exports.builder=function(e){return n.builder().withHost("api.spotify.com").withPort(443).withScheme("https").withAuth(e)}},67799:e=>{"use strict";e.exports=JSON.parse('{"100":"Continue","101":"Switching Protocols","102":"Processing","103":"Early Hints","200":"OK","201":"Created","202":"Accepted","203":"Non-Authoritative Information","204":"No Content","205":"Reset Content","206":"Partial Content","207":"Multi-Status","208":"Already Reported","226":"IM Used","300":"Multiple Choices","301":"Moved Permanently","302":"Found","303":"See Other","304":"Not Modified","305":"Use Proxy","306":"(Unused)","307":"Temporary Redirect","308":"Permanent Redirect","400":"Bad Request","401":"Unauthorized","402":"Payment Required","403":"Forbidden","404":"Not Found","405":"Method Not Allowed","406":"Not Acceptable","407":"Proxy Authentication Required","408":"Request Timeout","409":"Conflict","410":"Gone","411":"Length Required","412":"Precondition Failed","413":"Payload Too Large","414":"URI Too Long","415":"Unsupported Media Type","416":"Range Not Satisfiable","417":"Expectation Failed","418":"I\'m a teapot","421":"Misdirected Request","422":"Unprocessable Entity","423":"Locked","424":"Failed Dependency","425":"Unordered Collection","426":"Upgrade Required","428":"Precondition Required","429":"Too Many Requests","431":"Request Header Fields Too Large","451":"Unavailable For Legal Reasons","500":"Internal Server Error","501":"Not Implemented","502":"Bad Gateway","503":"Service Unavailable","504":"Gateway Timeout","505":"HTTP Version Not Supported","506":"Variant Also Negotiates","507":"Insufficient Storage","508":"Loop Detected","509":"Bandwidth Limit Exceeded","510":"Not Extended","511":"Network Authentication Required"}')},54917:(e,t,i)=>{"use strict";var n=i(67799);function a(e){if("number"==typeof e){if(!a[e])throw new Error("invalid status code: "+e);return e}if("string"!=typeof e)throw new TypeError("code must be a number or string");var t=parseInt(e,10);if(!isNaN(t)){if(!a[t])throw new Error("invalid status code: "+t);return t}if(!(t=a[e.toLowerCase()]))throw new Error('invalid status message: "'+e+'"');return t}e.exports=a,a.STATUS_CODES=n,a.codes=function(e,t){var i=[];return Object.keys(t).forEach((function(n){var a=t[n],r=Number(n);e[r]=a,e[a]=r,e[a.toLowerCase()]=r,i.push(r)})),i}(a,n),a.redirect={300:!0,301:!0,302:!0,303:!0,305:!0,307:!0,308:!0},a.empty={204:!0,205:!0,304:!0},a.retry={502:!0,503:!0,504:!0}},47164:(e,t,i)=>{var n=i(42357),a=i(15158)("stream-parser");function r(e){a("initializing parser stream"),e._parserBytesLeft=0,e._parserBuffers=[],e._parserBuffered=0,e._parserState=-1,e._parserCallback=null,"function"==typeof e.push&&(e._parserOutput=e.push.bind(e)),e._parserInit=!0}function o(e,t){n(!this._parserCallback,'there is already a "callback" set!'),n(isFinite(e)&&e>0,'can only buffer a finite number of bytes > 0, got "'+e+'"'),this._parserInit||r(this),a("buffering %o bytes",e),this._parserBytesLeft=e,this._parserCallback=t,this._parserState=0}function s(e,t){n(!this._parserCallback,'there is already a "callback" set!'),n(e>0,'can only skip > 0 bytes, got "'+e+'"'),this._parserInit||r(this),a("skipping %o bytes",e),this._parserBytesLeft=e,this._parserCallback=t,this._parserState=1}function c(e,t){n(!this._parserCallback,'There is already a "callback" set!'),n(e>0,'can only pass through > 0 bytes, got "'+e+'"'),this._parserInit||r(this),a("passing through %o bytes",e),this._parserBytesLeft=e,this._parserCallback=t,this._parserState=2}function u(e,t,i){this._parserInit||r(this),a("write(%o bytes)",e.length),"function"==typeof t&&(i=t),d(this,e,null,i)}function l(e,t,i){this._parserInit||r(this),a("transform(%o bytes)",e.length),"function"!=typeof t&&(t=this._parserOutput),d(this,e,t,i)}function p(e,t,i,n){if(e._parserBytesLeft-=t.length,a("%o bytes left for stream piece",e._parserBytesLeft),0===e._parserState?(e._parserBuffers.push(t),e._parserBuffered+=t.length):2===e._parserState&&i(t),0!==e._parserBytesLeft)return n;var r=e._parserCallback;if(r&&0===e._parserState&&e._parserBuffers.length>1&&(t=Buffer.concat(e._parserBuffers,e._parserBuffered)),0!==e._parserState&&(t=null),e._parserCallback=null,e._parserBuffered=0,e._parserState=-1,e._parserBuffers.splice(0),r){var o=[];t&&o.push(t),i&&o.push(i);var s=r.length>o.length;s&&o.push(h(n));var c=r.apply(e,o);if(!s||n===c)return n}}e.exports=function(e){var t=e&&"function"==typeof e._transform,i=e&&"function"==typeof e._write;if(!t&&!i)throw new Error("must pass a Writable or Transform stream in");a("extending Parser into stream"),e._bytes=o,e._skipBytes=s,t&&(e._passthrough=c),t?e._transform=l:e._write=u};var d=h((function e(t,i,n,a){return t._parserBytesLeft<=0?a(new Error("got data but not currently parsing anything")):i.length<=t._parserBytesLeft?function(){return p(t,i,n,a)}:function(){var r=i.slice(0,t._parserBytesLeft);return p(t,r,n,(function(o){return o?a(o):i.length>r.length?function(){return e(t,i.slice(r.length),n,a)}:void 0}))}}));function h(e){return function(){for(var t=e.apply(this,arguments);"function"==typeof t;)t=t();return t}}},14223:(e,t,i)=>{"use strict";const n=i(76003),a=i(61903),r=i(60809),o=e=>{if("string"!=typeof e||0===e.length)return 0;if(0===(e=n(e)).length)return 0;e=e.replace(r()," ");let t=0;for(let i=0;i=127&&n<=159||n>=768&&n<=879||(n>65535&&i++,t+=a(n)?2:1)}return t};e.exports=o,e.exports.default=o},76003:(e,t,i)=>{"use strict";const n=i(14277);e.exports=e=>"string"==typeof e?e.replace(n(),""):e},37903:e=>{"use strict";function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i{"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}e.exports=function(e){return null!==e&&"object"===t(e)}},41930:(e,t,i)=>{"use strict";var n=i(78835).parse,a=i(37866).CookieJar,r=i(37866).CookieAccessInfo,o=i(38873),s=i(94141),c=i(37903);function u(e){if(!(this instanceof u))return new u(e);c.call(this),this.jar=new a,e&&(e.ca&&this.ca(e.ca),e.key&&this.key(e.key),e.pfx&&this.pfx(e.pfx),e.cert&&this.cert(e.cert),!1===e.rejectUnauthorized&&this.disableTLSCerts())}e.exports=u,u.prototype=Object.create(c.prototype),u.prototype._saveCookies=function(e){var t=e.headers["set-cookie"];t&&this.jar.setCookies(t)},u.prototype._attachCookies=function(e){var t=n(e.url),i=new r(t.hostname,t.pathname,"https:"===t.protocol),a=this.jar.getCookies(i).toValueString();e.cookies=a},o.forEach((function(e){var t=e.toUpperCase();u.prototype[e]=function(e,i){var n=new s.Request(t,e);return n.on("response",this._saveCookies.bind(this)),n.on("redirect",this._saveCookies.bind(this)),n.on("redirect",this._attachCookies.bind(this,n)),this._setDefaults(n),this._attachCookies(n),i&&n.end(i),n}})),u.prototype.del=u.prototype.delete},58539:(e,t,i)=>{"use strict";function n(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,n)}return i}function a(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var r,o=i(92413),s=i(31669),c=i(11631),u=i(4016),l=i(78835).parse;if(!i(43263).gte(process.version,"v10.10.0"))throw new Error("superagent: this version of Node.js does not support http2");var p=(r=i(97565)).constants,d=p.HTTP2_HEADER_PATH,h=p.HTTP2_HEADER_STATUS,m=p.HTTP2_HEADER_METHOD,f=p.HTTP2_HEADER_AUTHORITY,g=p.HTTP2_HEADER_HOST,v=p.HTTP2_HEADER_SET_COOKIE,y=p.NGHTTP2_CANCEL;function b(e,t){var i=this;o.call(this);var s="https:"===e?443:80,c=t.port||s,u=t.host||"localhost";delete t.port,delete t.host,this.method=t.method,this.path=t.path,this.protocol=e,this.host=u,delete t.method,delete t.path;var l=function(e){for(var t=1;t{"use strict";function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}var a,r=i(78835),o=r.parse,s=r.format,c=r.resolve,u=i(92413),l=i(57211),p=i(98605),d=i(35747),h=i(78761),m=i(31669),f=i(5784),g=i(63031),v=i(38873),y=i(46882),b=i(69853),x=i(90673)("superagent"),w=i(37866),k=i(43263),_=i(4445),j=i(64506),E=i(28899),D=i(98570).unzip,C=i(94435);function A(e,i){return"function"==typeof i?new t.Request("GET",e).end(i):1===arguments.length?new t.Request("GET",e):new t.Request(e,i)}function S(){}function T(e){e._header={},e.header={}}function O(e,t){u.call(this),"string"!=typeof t&&(t=s(t)),this._enableHttp2=Boolean(process.env.HTTP2_TEST),this._agent=!1,this._formData=null,this.method=e,this.url=t,T(this),this.writable=!0,this._redirects=0,this.redirects("HEAD"===e?0:5),this.cookies="",this.qs={},this._query=[],this.qsRaw=this._query,this._redirectList=[],this._streamRequest=!1,this.once("end",this.clearTimeout.bind(this))}function I(e){return/[/+]json($|[^-\w])/i.test(e)}function P(e){return[301,302,303,305,307,308].includes(e)}k.gte(process.version,"v10.10.0")&&(a=i(58539)),e.exports=A,(t=e.exports).Request=O,t.agent=i(41930),t.Response=C,g.define({"application/x-www-form-urlencoded":["form","urlencoded","form-data"]},!0),t.protocols={"http:":p,"https:":l,"http2:":a},t.serialize={"application/x-www-form-urlencoded":f.stringify,"application/json":_},t.parse=i(12099),t.buffer={},m.inherits(O,u),E(O.prototype),O.prototype.http2=function(e){if(void 0===t.protocols["http2:"])throw new Error("superagent: this version of Node.js does not support http2");return this._enableHttp2=void 0===e||e,this},O.prototype.attach=function(e,t,i){if(t){if(this._data)throw new Error("superagent can't mix .send() and .attach()");var n=i||{};"string"==typeof i&&(n={filename:i}),"string"==typeof t?(n.filename||(n.filename=t),x("creating `fs.ReadStream` instance for file: %s",t),t=d.createReadStream(t)):!n.filename&&t.path&&(n.filename=t.path),this._getFormData().append(e,t,n)}return this},O.prototype._getFormData=function(){var e=this;return this._formData||(this._formData=new y,this._formData.on("error",(function(t){x("FormData error",t),e.called||(e.callback(t),e.abort())}))),this._formData},O.prototype.agent=function(e){return 0===arguments.length?this._agent:(this._agent=e,this)},O.prototype.type=function(e){return this.set("Content-Type",e.includes("/")?e:g.getType(e))},O.prototype.accept=function(e){return this.set("Accept",e.includes("/")?e:g.getType(e))},O.prototype.query=function(e){return"string"==typeof e?this._query.push(e):Object.assign(this.qs,e),this},O.prototype.write=function(e,t){var i=this.request();return this._streamRequest||(this._streamRequest=!0),i.write(e,t)},O.prototype.pipe=function(e,t){return this.piped=!0,this.buffer(!1),this.end(),this._pipeContinue(e,t)},O.prototype._pipeContinue=function(e,t){var i=this;return this.req.once("response",(function(n){if(P(n.statusCode)&&i._redirects++!==i._maxRedirects)return i._redirect(n)===i?i._pipeContinue(e,t):void 0;if(i.res=n,i._emitResponse(),!i._aborted){if(i._shouldUnzip(n)){var a=h.createUnzip();a.on("error",(function(t){t&&"Z_BUF_ERROR"===t.code?e.emit("end"):e.emit("error",t)})),n.pipe(a).pipe(e,t)}else n.pipe(e,t);n.once("end",(function(){i.emit("end")}))}})),e},O.prototype.buffer=function(e){return this._buffer=!1!==e,this},O.prototype._redirect=function(e){var t=e.headers.location;if(!t)return this.callback(new Error("No location header for redirect"),e);x("redirect %s -> %s",this.url,t),t=c(this.url,t),e.resume();var i=this.req.getHeaders?this.req.getHeaders():this.req._headers,n=o(t).host!==o(this.url).host;return 301!==e.statusCode&&302!==e.statusCode||(i=j.cleanHeader(i,n),this.method="HEAD"===this.method?"HEAD":"GET",this._data=null),303===e.statusCode&&(i=j.cleanHeader(i,n),this.method="GET",this._data=null),delete i.host,delete this.req,delete this._formData,T(this),this._endCalled=!1,this.url=t,this.qs={},this._query.length=0,this.set(i),this.emit("redirect",e),this._redirectList.push(this.url),this.end(this._callback),this},O.prototype.auth=function(e,t,i){1===arguments.length&&(t=""),"object"===n(t)&&null!==t&&(i=t,t=""),i||(i={type:"basic"});var a=function(e){return Buffer.from(e).toString("base64")};return this._auth(e,t,i,a)},O.prototype.ca=function(e){return this._ca=e,this},O.prototype.key=function(e){return this._key=e,this},O.prototype.pfx=function(e){return"object"!==n(e)||Buffer.isBuffer(e)?this._pfx=e:(this._pfx=e.pfx,this._passphrase=e.passphrase),this},O.prototype.cert=function(e){return this._cert=e,this},O.prototype.disableTLSCerts=function(){return this._disableTLSCerts=!0,this},O.prototype.request=function(){var e=this;if(this.req)return this.req;var i={};try{var a=f.stringify(this.qs,{indices:!1,strictNullHandling:!0});a&&(this.qs={},this._query.push(a)),this._finalizeQueryString()}catch(e){return this.emit("error",e)}var r,s=this.url,c=this._retries;if(s.includes("`")){var u=s.indexOf("?");if(-1!==u){var l=s.slice(u+1);r=l.match(/`|%60/g)}}if(0!==s.indexOf("http")&&(s="http://".concat(s)),s=o(s),r){var p=0;s.query=s.query.replace(/%60/g,(function(){return r[p++]})),s.search="?".concat(s.query),s.path=s.pathname+s.search}if(!0===/^https?\+unix:/.test(s.protocol)){s.protocol="".concat(s.protocol.split("+")[0],":");var d=s.path.match(/^([^/]+)(.+)$/);i.socketPath=d[1].replace(/%2F/g,"/"),s.path=d[2]}if(this._connectOverride){var h,m,g=s.hostname,v=g in this._connectOverride?this._connectOverride[g]:this._connectOverride["*"];v&&(this._header.host||this.set("host",s.host),"object"===n(v)?(h=v.host,m=v.port):(h=v,m=s.port),s.host=/:/.test(h)?"[".concat(h,"]"):h,m&&(s.host+=":".concat(m),s.port=m),s.hostname=h)}i.method=this.method,i.port=s.port,i.path=s.path,i.host=s.hostname,i.ca=this._ca,i.key=this._key,i.pfx=this._pfx,i.cert=this._cert,i.passphrase=this._passphrase,i.agent=this._agent,i.rejectUnauthorized="boolean"==typeof this._disableTLSCerts?!this._disableTLSCerts:"0"!==process.env.NODE_TLS_REJECT_UNAUTHORIZED,this._header.host&&(i.servername=this._header.host.replace(/:\d+$/,"")),this._trustLocalhost&&/^(?:localhost|127\.0\.0\.\d+|(0*:)+:0*1)$/.test(s.hostname)&&(i.rejectUnauthorized=!1);var y=this._enableHttp2?t.protocols["http2:"].setProtocol(s.protocol):t.protocols[s.protocol];this.req=y.request(i);var b=this.req;if(b.setNoDelay(!0),"HEAD"!==i.method&&b.setHeader("Accept-Encoding","gzip, deflate"),this.protocol=s.protocol,this.host=s.host,b.once("drain",(function(){e.emit("drain")})),b.on("error",(function(t){e._aborted||e._retries===c&&(e.response||e.callback(t))})),s.auth){var x=s.auth.split(":");this.auth(x[0],x[1])}for(var k in this.username&&this.password&&this.auth(this.username,this.password),this.header)Object.prototype.hasOwnProperty.call(this.header,k)&&b.setHeader(k,this.header[k]);if(this.cookies)if(Object.prototype.hasOwnProperty.call(this._header,"cookie")){var _=new w.CookieJar;_.setCookies(this._header.cookie.split(";")),_.setCookies(this.cookies.split(";")),b.setHeader("Cookie",_.getCookies(w.CookieAccessInfo.All).toValueString())}else b.setHeader("Cookie",this.cookies);return b},O.prototype.callback=function(e,t){if(this._shouldRetry(e,t))return this._retry();var i=this._callback||S;if(this.clearTimeout(),this.called)return console.warn("superagent: double callback bug");if(this.called=!0,!e)try{if(!this._isResponseOK(t)){var n="Unsuccessful HTTP response";t&&(n=p.STATUS_CODES[t.status]||n),(e=new Error(n)).status=t?t.status:void 0}}catch(t){e=t}if(!e)return i(null,t);e.response=t,this._maxRetries&&(e.retries=this._retries-1),e&&this.listeners("error").length>0&&this.emit("error",e),i(e,t)},O.prototype._isHost=function(e){return Buffer.isBuffer(e)||e instanceof u||e instanceof y},O.prototype._emitResponse=function(e,t){var i=new C(this);return this.response=i,i.redirects=this._redirectList,void 0!==e&&(i.body=e),i.files=t,this._endCalled&&(i.pipe=function(){throw new Error("end() has already been called, so it's too late to start piping")}),this.emit("response",i),i},O.prototype.end=function(e){if(this.request(),x("%s %s",this.method,this.url),this._endCalled)throw new Error(".end() was called twice. This is not supported in superagent");this._endCalled=!0,this._callback=e||S,this._end()},O.prototype._end=function(){var e=this;if(this._aborted)return this.callback(new Error("The request has been aborted even before .end() was called"));var i=this._data,n=this.req,a=this.method;if(this._setTimeouts(),"HEAD"!==a&&!n._headerSent){if("string"!=typeof i){var r=n.getHeader("Content-Type");r&&(r=r.split(";")[0]);var o=this._serializer||t.serialize[r];!o&&I(r)&&(o=t.serialize["application/json"]),o&&(i=o(i))}i&&!n.getHeader("Content-Length")&&n.setHeader("Content-Length",Buffer.isBuffer(i)?i.length:Buffer.byteLength(i))}n.once("response",(function(i){if(x("%s %s -> %s",e.method,e.url,i.statusCode),e._responseTimeoutTimer&&clearTimeout(e._responseTimeoutTimer),!e.piped){var a=e._maxRedirects,r=j.type(i.headers["content-type"]||"")||"text/plain",o=r.split("/")[0];o&&(o=o.toLowerCase().trim());var s="multipart"===o,c=P(i.statusCode),u=e._responseType;if(e.res=i,c&&e._redirects++!==a)return e._redirect(i);if("HEAD"===e.method)return e.emit("end"),void e.callback(null,e._emitResponse());e._shouldUnzip(i)&&D(n,i);var l=e._buffer;void 0===l&&r in t.buffer&&(l=Boolean(t.buffer[r]));var p=e._parser;if(void 0===l&&p&&(console.warn("A custom superagent parser has been set, but buffering strategy for the parser hasn't been configured. Call `req.buffer(true or false)` or set `superagent.buffer[mime] = true or false`"),l=!0),!p)if(u)p=t.parse.image,l=!0;else if(s){var d=new b.IncomingForm;p=d.parse.bind(d),l=!0}else!function(e){var t=e.split("/")[0];return t&&(t=t.toLowerCase().trim()),"image"===t||"video"===t}(r)?t.parse[r]?p=t.parse[r]:"text"===o?(p=t.parse.text,l=!1!==l):I(r)?(p=t.parse["application/json"],l=!1!==l):l?p=t.parse.text:void 0===l&&(p=t.parse.image,l=!0):(p=t.parse.image,l=!0);(void 0===l&&function(e){var t=e.split("/"),i=t[0];i&&(i=i.toLowerCase().trim());var n=t[1];return n&&(n=n.toLowerCase().trim()),"text"===i||"x-www-form-urlencoded"===n}(r)||I(r))&&(l=!0),e._resBuffered=l;var h=!1;if(l){var m=e._maxResponseSize||2e8;i.on("data",(function(e){if((m-=e.byteLength||e.length)<0){var t=new Error("Maximum response size reached");t.code="ETOOLARGE",h=!1,i.destroy(t)}}))}if(p)try{h=l,p(i,(function(t,i,n){if(!e.timedout)return t&&!e._aborted?e.callback(t):void(h&&(e.emit("end"),e.callback(null,e._emitResponse(i,n))))}))}catch(t){return void e.callback(t)}if(e.res=i,l)i.once("error",(function(t){h=!1,e.callback(t,null)})),h||i.once("end",(function(){x("end %s %s",e.method,e.url),e.emit("end"),e.callback(null,e._emitResponse())}));else{if(x("unbuffered %s %s",e.method,e.url),e.callback(null,e._emitResponse()),s)return;i.once("end",(function(){x("end %s %s",e.method,e.url),e.emit("end")}))}}})),this.emit("request",this);var s=function(){var t=n.getHeader("Content-Length"),i=0,a=new u.Transform;return a._transform=function(n,a,r){i+=n.length,e.emit("progress",{direction:"upload",lengthComputable:!0,loaded:i,total:t}),r(null,n)},a},c=this._formData;if(c){var l=c.getHeaders();for(var p in l)Object.prototype.hasOwnProperty.call(l,p)&&(x('setting FormData header: "%s: %s"',p,l[p]),n.setHeader(p,l[p]));c.getLength((function(e,t){e&&x("formData.getLength had error",e,t),x("got FormData Content-Length: %s",t),"number"==typeof t&&n.setHeader("Content-Length",t),c.pipe(s()).pipe(n)}))}else Buffer.isBuffer(i)?function(e){for(var t=16384,i=new u.Readable,n=e.length,a=n%t,r=n-a,o=0;o0){var c=e.slice(-a);i.push(c)}return i.push(null),i}(i).pipe(s()).pipe(n):n.end(i)},O.prototype._shouldUnzip=function(e){return 204!==e.statusCode&&304!==e.statusCode&&"0"!==e.headers["content-length"]&&/^\s*(?:deflate|gzip)\s*$/.test(e.headers["content-encoding"])},O.prototype.connect=function(e){return"string"==typeof e?this._connectOverride={"*":e}:"object"===n(e)?this._connectOverride=e:this._connectOverride=void 0,this},O.prototype.trustLocalhost=function(e){return this._trustLocalhost=void 0===e||e,this},v.includes("del")||(v=v.slice(0)).push("del"),v.forEach((function(e){var t=e;e=(e="del"===e?"delete":e).toUpperCase(),A[t]=function(t,i,n){var a=A(e,t);return"function"==typeof i&&(n=i,i=null),i&&("GET"===e||"HEAD"===e?a.query(i):a.send(i)),n&&a.end(n),a}}))},73787:e=>{"use strict";e.exports=function(e,t){var i=[];e.on("data",(function(e){i.push(e)})),e.on("end",(function(){t(null,Buffer.concat(i))}))}},12099:(e,t,i)=>{"use strict";t["application/x-www-form-urlencoded"]=i(77979),t["application/json"]=i(72600),t.text=i(22975);var n=i(73787);t["application/octet-stream"]=n,t["application/pdf"]=n,t.image=n},72600:e=>{"use strict";e.exports=function(e,t){e.text="",e.setEncoding("utf8"),e.on("data",(function(t){e.text+=t})),e.on("end",(function(){var i,n;try{i=e.text&&JSON.parse(e.text)}catch(t){(n=t).rawResponse=e.text||null,n.statusCode=e.statusCode}finally{t(n,i)}}))}},22975:e=>{"use strict";e.exports=function(e,t){e.text="",e.setEncoding("utf8"),e.on("data",(function(t){e.text+=t})),e.on("end",t)}},77979:(e,t,i)=>{"use strict";var n=i(5784);e.exports=function(e,t){e.text="",e.setEncoding("ascii"),e.on("data",(function(t){e.text+=t})),e.on("end",(function(){try{t(null,n.parse(e.text))}catch(e){t(e)}}))}},94435:(e,t,i)=>{"use strict";var n=i(31669),a=i(92413),r=i(81097);function o(e){a.call(this),this.res=e.res;var t=this.res;this.request=e,this.req=e.req,this.text=t.text,this.body=void 0===t.body?{}:t.body,this.files=t.files||{},this.buffered=e._resBuffered,this.headers=t.headers,this.header=this.headers,this._setStatusProperties(t.statusCode),this._setHeaderProperties(this.header),this.setEncoding=t.setEncoding.bind(t),t.on("data",this.emit.bind(this,"data")),t.on("end",this.emit.bind(this,"end")),t.on("close",this.emit.bind(this,"close")),t.on("error",this.emit.bind(this,"error"))}e.exports=o,n.inherits(o,a),r(o.prototype),o.prototype.destroy=function(e){this.res.destroy(e)},o.prototype.pause=function(){this.res.pause()},o.prototype.resume=function(){this.res.resume()},o.prototype.toError=function(){var e=this.req,t=e.method,i=e.path,n="cannot ".concat(t," ").concat(i," (").concat(this.status,")"),a=new Error(n);return a.status=this.status,a.text=this.text,a.method=t,a.path=i,a},o.prototype.setStatusProperties=function(e){return console.warn("In superagent 2.x setStatusProperties is a private method"),this._setStatusProperties(e)},o.prototype.toJSON=function(){return{req:this.request.toJSON(),header:this.header,status:this.status,text:this.text}}},98570:(e,t,i)=>{"use strict";var n=i(24304).StringDecoder,a=i(92413),r=i(78761);t.unzip=function(e,t){var i,o=r.createUnzip(),s=new a;s.req=e,o.on("error",(function(e){e&&"Z_BUF_ERROR"===e.code?s.emit("end"):s.emit("error",e)})),t.pipe(o),t.setEncoding=function(e){i=new n(e)},o.on("data",(function(e){if(i){var t=i.write(e);t.length>0&&s.emit("data",t)}else s.emit("data",e)})),o.on("end",(function(){s.emit("end")}));var c=t.on;t.on=function(e,i){return"data"===e||"end"===e?s.on(e,i.bind(t)):"error"===e?(s.on(e,i.bind(t)),c.call(t,e,i)):c.call(t,e,i),this}}},28899:(e,t,i)=>{"use strict";function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}var a=i(54960);function r(e){if(e)return function(e){for(var t in r.prototype)Object.prototype.hasOwnProperty.call(r.prototype,t)&&(e[t]=r.prototype[t]);return e}(e)}e.exports=r,r.prototype.clearTimeout=function(){return clearTimeout(this._timer),clearTimeout(this._responseTimeoutTimer),clearTimeout(this._uploadTimeoutTimer),delete this._timer,delete this._responseTimeoutTimer,delete this._uploadTimeoutTimer,this},r.prototype.parse=function(e){return this._parser=e,this},r.prototype.responseType=function(e){return this._responseType=e,this},r.prototype.serialize=function(e){return this._serializer=e,this},r.prototype.timeout=function(e){if(!e||"object"!==n(e))return this._timeout=e,this._responseTimeout=0,this._uploadTimeout=0,this;for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t))switch(t){case"deadline":this._timeout=e.deadline;break;case"response":this._responseTimeout=e.response;break;case"upload":this._uploadTimeout=e.upload;break;default:console.warn("Unknown timeout option",t)}return this},r.prototype.retry=function(e,t){return 0!==arguments.length&&!0!==e||(e=1),e<=0&&(e=0),this._maxRetries=e,this._retries=0,this._retryCallback=t,this};var o=new Set(["ETIMEDOUT","ECONNRESET","EADDRINUSE","ECONNREFUSED","EPIPE","ENOTFOUND","ENETUNREACH","EAI_AGAIN"]),s=new Set([408,413,429,500,502,503,504,521,522,524]);r.prototype._shouldRetry=function(e,t){if(!this._maxRetries||this._retries++>=this._maxRetries)return!1;if(this._retryCallback)try{var i=this._retryCallback(e,t);if(!0===i)return!0;if(!1===i)return!1}catch(e){console.error(e)}if(t&&t.status&&s.has(t.status))return!0;if(e){if(e.code&&o.has(e.code))return!0;if(e.timeout&&"ECONNABORTED"===e.code)return!0;if(e.crossDomain)return!0}return!1},r.prototype._retry=function(){return this.clearTimeout(),this.req&&(this.req=null,this.req=this.request()),this._aborted=!1,this.timedout=!1,this.timedoutError=null,this._end()},r.prototype.then=function(e,t){var i=this;if(!this._fullfilledPromise){var n=this;this._endCalled&&console.warn("Warning: superagent request was sent twice, because both .end() and .then() were called. Never call .end() if you use promises"),this._fullfilledPromise=new Promise((function(e,t){n.on("abort",(function(){if(!(i._maxRetries&&i._maxRetries>i._retries))if(i.timedout&&i.timedoutError)t(i.timedoutError);else{var e=new Error("Aborted");e.code="ABORTED",e.status=i.status,e.method=i.method,e.url=i.url,t(e)}})),n.end((function(i,n){i?t(i):e(n)}))}))}return this._fullfilledPromise.then(e,t)},r.prototype.catch=function(e){return this.then(void 0,e)},r.prototype.use=function(e){return e(this),this},r.prototype.ok=function(e){if("function"!=typeof e)throw new Error("Callback required");return this._okCallback=e,this},r.prototype._isResponseOK=function(e){return!!e&&(this._okCallback?this._okCallback(e):e.status>=200&&e.status<300)},r.prototype.get=function(e){return this._header[e.toLowerCase()]},r.prototype.getHeader=r.prototype.get,r.prototype.set=function(e,t){if(a(e)){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&this.set(i,e[i]);return this}return this._header[e.toLowerCase()]=t,this.header[e]=t,this},r.prototype.unset=function(e){return delete this._header[e.toLowerCase()],delete this.header[e],this},r.prototype.field=function(e,t){if(null==e)throw new Error(".field(name, val) name can not be empty");if(this._data)throw new Error(".field() can't be used if .send() is used. Please use only .send() or only .field() & .attach()");if(a(e)){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&this.field(i,e[i]);return this}if(Array.isArray(t)){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&this.field(e,t[n]);return this}if(null==t)throw new Error(".field(name, val) val can not be empty");return"boolean"==typeof t&&(t=String(t)),this._getFormData().append(e,t),this},r.prototype.abort=function(){return this._aborted||(this._aborted=!0,this.xhr&&this.xhr.abort(),this.req&&this.req.abort(),this.clearTimeout(),this.emit("abort")),this},r.prototype._auth=function(e,t,i,n){switch(i.type){case"basic":this.set("Authorization","Basic ".concat(n("".concat(e,":").concat(t))));break;case"auto":this.username=e,this.password=t;break;case"bearer":this.set("Authorization","Bearer ".concat(e))}return this},r.prototype.withCredentials=function(e){return void 0===e&&(e=!0),this._withCredentials=e,this},r.prototype.redirects=function(e){return this._maxRedirects=e,this},r.prototype.maxResponseSize=function(e){if("number"!=typeof e)throw new TypeError("Invalid argument");return this._maxResponseSize=e,this},r.prototype.toJSON=function(){return{method:this.method,url:this.url,data:this._data,headers:this._header}},r.prototype.send=function(e){var t=a(e),i=this._header["content-type"];if(this._formData)throw new Error(".send() can't be used if .attach() or .field() is used. Please use only .send() or only .field() & .attach()");if(t&&!this._data)Array.isArray(e)?this._data=[]:this._isHost(e)||(this._data={});else if(e&&this._data&&this._isHost(this._data))throw new Error("Can't merge these send calls");if(t&&a(this._data))for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(this._data[n]=e[n]);else"string"==typeof e?(i||this.type("form"),(i=this._header["content-type"])&&(i=i.toLowerCase().trim()),this._data="application/x-www-form-urlencoded"===i?this._data?"".concat(this._data,"&").concat(e):e:(this._data||"")+e):this._data=e;return!t||this._isHost(e)||i||this.type("json"),this},r.prototype.sortQuery=function(e){return this._sort=void 0===e||e,this},r.prototype._finalizeQueryString=function(){var e=this._query.join("&");if(e&&(this.url+=(this.url.includes("?")?"&":"?")+e),this._query.length=0,this._sort){var t=this.url.indexOf("?");if(t>=0){var i=this.url.slice(t+1).split("&");"function"==typeof this._sort?i.sort(this._sort):i.sort(),this.url=this.url.slice(0,t)+"?"+i.join("&")}}},r.prototype._appendQueryString=function(){console.warn("Unsupported")},r.prototype._timeoutError=function(e,t,i){if(!this._aborted){var n=new Error("".concat(e+t,"ms exceeded"));n.timeout=t,n.code="ECONNABORTED",n.errno=i,this.timedout=!0,this.timedoutError=n,this.abort(),this.callback(n)}},r.prototype._setTimeouts=function(){var e=this;this._timeout&&!this._timer&&(this._timer=setTimeout((function(){e._timeoutError("Timeout of ",e._timeout,"ETIME")}),this._timeout)),this._responseTimeout&&!this._responseTimeoutTimer&&(this._responseTimeoutTimer=setTimeout((function(){e._timeoutError("Response timeout of ",e._responseTimeout,"ETIMEDOUT")}),this._responseTimeout))}},81097:(e,t,i)=>{"use strict";var n=i(64506);function a(e){if(e)return function(e){for(var t in a.prototype)Object.prototype.hasOwnProperty.call(a.prototype,t)&&(e[t]=a.prototype[t]);return e}(e)}e.exports=a,a.prototype.get=function(e){return this.header[e.toLowerCase()]},a.prototype._setHeaderProperties=function(e){var t=e["content-type"]||"";this.type=n.type(t);var i=n.params(t);for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(this[a]=i[a]);this.links={};try{e.link&&(this.links=n.parseLinks(e.link))}catch(e){}},a.prototype._setStatusProperties=function(e){var t=e/100|0;this.statusCode=e,this.status=this.statusCode,this.statusType=t,this.info=1===t,this.ok=2===t,this.redirect=3===t,this.clientError=4===t,this.serverError=5===t,this.error=(4===t||5===t)&&this.toError(),this.created=201===e,this.accepted=202===e,this.noContent=204===e,this.badRequest=400===e,this.unauthorized=401===e,this.notAcceptable=406===e,this.forbidden=403===e,this.notFound=404===e,this.unprocessableEntity=422===e}},64506:(e,t)=>{"use strict";function i(e,t){var i;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(i=function(e,t){if(e){if("string"==typeof e)return n(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);return"Object"===i&&e.constructor&&(i=e.constructor.name),"Map"===i||"Set"===i?Array.from(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?n(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){i&&(e=i);var a=0,r=function(){};return{s:r,n:function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,c=!1;return{s:function(){i=e[Symbol.iterator]()},n:function(){var e=i.next();return s=e.done,e},e:function(e){c=!0,o=e},f:function(){try{s||null==i.return||i.return()}finally{if(c)throw o}}}}function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const i="color: "+this.color;t.splice(1,0,i,"color: inherit");let n=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(n++,"%c"===e&&(a=n))})),t.splice(a,0,i)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=i(74147)(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},74147:(e,t,i)=>{e.exports=function(e){function t(e){let i,a,r,o=null;function s(...e){if(!s.enabled)return;const n=s,a=Number(new Date),r=a-(i||a);n.diff=r,n.prev=i,n.curr=a,i=a,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let o=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((i,a)=>{if("%%"===i)return"%";o++;const r=t.formatters[a];if("function"==typeof r){const t=e[o];i=r.call(n,t),e.splice(o,1),o--}return i})),t.formatArgs.call(n,e),(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(a!==t.namespaces&&(a=t.namespaces,r=t.enabled(e)),r),set:e=>{o=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,i){const n=t(this.namespace+(void 0===i?":":i)+e);return n.log=this.log,n}function a(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){const e=[...t.names.map(a),...t.skips.map(a).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let i;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const n=("string"==typeof e?e:"").split(/[\s,]+/),a=n.length;for(i=0;i{t[i]=e[i]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let i=0;for(let t=0;t{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=i(28040):e.exports=i(67218)},67218:(e,t,i)=>{const n=i(33867),a=i(31669);t.init=function(e){e.inspectOpts={};const i=Object.keys(t.inspectOpts);for(let n=0;n{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=i(92130);e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const i=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[i]=n,e}),{}),e.exports=i(74147)(t);const{formatters:r}=e.exports;r.o=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},r.O=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts)}},52621:(e,t,i)=>{"use strict";const n=i(50128),a=Symbol("max"),r=Symbol("length"),o=Symbol("lengthCalculator"),s=Symbol("allowStale"),c=Symbol("maxAge"),u=Symbol("dispose"),l=Symbol("noDisposeOnSet"),p=Symbol("lruList"),d=Symbol("cache"),h=Symbol("updateAgeOnGet"),m=()=>1,f=(e,t,i)=>{const n=e[d].get(t);if(n){const t=n.value;if(g(e,t)){if(y(e,n),!e[s])return}else i&&(e[h]&&(n.value.now=Date.now()),e[p].unshiftNode(n));return t.value}},g=(e,t)=>{if(!t||!t.maxAge&&!e[c])return!1;const i=Date.now()-t.now;return t.maxAge?i>t.maxAge:e[c]&&i>e[c]},v=e=>{if(e[r]>e[a])for(let t=e[p].tail;e[r]>e[a]&&null!==t;){const i=t.prev;y(e,t),t=i}},y=(e,t)=>{if(t){const i=t.value;e[u]&&e[u](i.key,i.value),e[r]-=i.length,e[d].delete(i.key),e[p].removeNode(t)}};class b{constructor(e,t,i,n,a){this.key=e,this.value=t,this.length=i,this.now=n,this.maxAge=a||0}}const x=(e,t,i,n)=>{let a=i.value;g(e,a)&&(y(e,i),e[s]||(a=void 0)),a&&t.call(n,a.value,a.key,e)};e.exports=class{constructor(e){if("number"==typeof e&&(e={max:e}),e||(e={}),e.max&&("number"!=typeof e.max||e.max<0))throw new TypeError("max must be a non-negative number");this[a]=e.max||1/0;const t=e.length||m;if(this[o]="function"!=typeof t?m:t,this[s]=e.stale||!1,e.maxAge&&"number"!=typeof e.maxAge)throw new TypeError("maxAge must be a number");this[c]=e.maxAge||0,this[u]=e.dispose,this[l]=e.noDisposeOnSet||!1,this[h]=e.updateAgeOnGet||!1,this.reset()}set max(e){if("number"!=typeof e||e<0)throw new TypeError("max must be a non-negative number");this[a]=e||1/0,v(this)}get max(){return this[a]}set allowStale(e){this[s]=!!e}get allowStale(){return this[s]}set maxAge(e){if("number"!=typeof e)throw new TypeError("maxAge must be a non-negative number");this[c]=e,v(this)}get maxAge(){return this[c]}set lengthCalculator(e){"function"!=typeof e&&(e=m),e!==this[o]&&(this[o]=e,this[r]=0,this[p].forEach((e=>{e.length=this[o](e.value,e.key),this[r]+=e.length}))),v(this)}get lengthCalculator(){return this[o]}get length(){return this[r]}get itemCount(){return this[p].length}rforEach(e,t){t=t||this;for(let i=this[p].tail;null!==i;){const n=i.prev;x(this,e,i,t),i=n}}forEach(e,t){t=t||this;for(let i=this[p].head;null!==i;){const n=i.next;x(this,e,i,t),i=n}}keys(){return this[p].toArray().map((e=>e.key))}values(){return this[p].toArray().map((e=>e.value))}reset(){this[u]&&this[p]&&this[p].length&&this[p].forEach((e=>this[u](e.key,e.value))),this[d]=new Map,this[p]=new n,this[r]=0}dump(){return this[p].map((e=>!g(this,e)&&{k:e.key,v:e.value,e:e.now+(e.maxAge||0)})).toArray().filter((e=>e))}dumpLru(){return this[p]}set(e,t,i){if((i=i||this[c])&&"number"!=typeof i)throw new TypeError("maxAge must be a number");const n=i?Date.now():0,s=this[o](t,e);if(this[d].has(e)){if(s>this[a])return y(this,this[d].get(e)),!1;const o=this[d].get(e).value;return this[u]&&(this[l]||this[u](e,o.value)),o.now=n,o.maxAge=i,o.value=t,this[r]+=s-o.length,o.length=s,this.get(e),v(this),!0}const h=new b(e,t,s,n,i);return h.length>this[a]?(this[u]&&this[u](e,t),!1):(this[r]+=h.length,this[p].unshift(h),this[d].set(e,this[p].head),v(this),!0)}has(e){if(!this[d].has(e))return!1;const t=this[d].get(e).value;return!g(this,t)}get(e){return f(this,e,!0)}peek(e){return f(this,e,!1)}pop(){const e=this[p].tail;return e?(y(this,e),e.value):null}del(e){y(this,this[d].get(e))}load(e){this.reset();const t=Date.now();for(let i=e.length-1;i>=0;i--){const n=e[i],a=n.e||0;if(0===a)this.set(n.k,n.v);else{const e=a-t;e>0&&this.set(n.k,n.v,e)}}}prune(){this[d].forEach(((e,t)=>f(this,t,!1)))}}},38072:e=>{"use strict";function t(){this._types=Object.create(null),this._extensions=Object.create(null);for(let e=0;e{"use strict";let n=i(38072);e.exports=new n(i(18784),i(36766))},36766:e=>{e.exports={"application/prs.cww":["cww"],"application/vnd.1000minds.decision-model+xml":["1km"],"application/vnd.3gpp.pic-bw-large":["plb"],"application/vnd.3gpp.pic-bw-small":["psb"],"application/vnd.3gpp.pic-bw-var":["pvb"],"application/vnd.3gpp2.tcap":["tcap"],"application/vnd.3m.post-it-notes":["pwn"],"application/vnd.accpac.simply.aso":["aso"],"application/vnd.accpac.simply.imp":["imp"],"application/vnd.acucobol":["acu"],"application/vnd.acucorp":["atc","acutc"],"application/vnd.adobe.air-application-installer-package+zip":["air"],"application/vnd.adobe.formscentral.fcdt":["fcdt"],"application/vnd.adobe.fxp":["fxp","fxpl"],"application/vnd.adobe.xdp+xml":["xdp"],"application/vnd.adobe.xfdf":["xfdf"],"application/vnd.ahead.space":["ahead"],"application/vnd.airzip.filesecure.azf":["azf"],"application/vnd.airzip.filesecure.azs":["azs"],"application/vnd.amazon.ebook":["azw"],"application/vnd.americandynamics.acc":["acc"],"application/vnd.amiga.ami":["ami"],"application/vnd.android.package-archive":["apk"],"application/vnd.anser-web-certificate-issue-initiation":["cii"],"application/vnd.anser-web-funds-transfer-initiation":["fti"],"application/vnd.antix.game-component":["atx"],"application/vnd.apple.installer+xml":["mpkg"],"application/vnd.apple.keynote":["key"],"application/vnd.apple.mpegurl":["m3u8"],"application/vnd.apple.numbers":["numbers"],"application/vnd.apple.pages":["pages"],"application/vnd.apple.pkpass":["pkpass"],"application/vnd.aristanetworks.swi":["swi"],"application/vnd.astraea-software.iota":["iota"],"application/vnd.audiograph":["aep"],"application/vnd.balsamiq.bmml+xml":["bmml"],"application/vnd.blueice.multipass":["mpm"],"application/vnd.bmi":["bmi"],"application/vnd.businessobjects":["rep"],"application/vnd.chemdraw+xml":["cdxml"],"application/vnd.chipnuts.karaoke-mmd":["mmd"],"application/vnd.cinderella":["cdy"],"application/vnd.citationstyles.style+xml":["csl"],"application/vnd.claymore":["cla"],"application/vnd.cloanto.rp9":["rp9"],"application/vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"application/vnd.cluetrust.cartomobile-config":["c11amc"],"application/vnd.cluetrust.cartomobile-config-pkg":["c11amz"],"application/vnd.commonspace":["csp"],"application/vnd.contact.cmsg":["cdbcmsg"],"application/vnd.cosmocaller":["cmc"],"application/vnd.crick.clicker":["clkx"],"application/vnd.crick.clicker.keyboard":["clkk"],"application/vnd.crick.clicker.palette":["clkp"],"application/vnd.crick.clicker.template":["clkt"],"application/vnd.crick.clicker.wordbank":["clkw"],"application/vnd.criticaltools.wbs+xml":["wbs"],"application/vnd.ctc-posml":["pml"],"application/vnd.cups-ppd":["ppd"],"application/vnd.curl.car":["car"],"application/vnd.curl.pcurl":["pcurl"],"application/vnd.dart":["dart"],"application/vnd.data-vision.rdz":["rdz"],"application/vnd.dbf":["dbf"],"application/vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"application/vnd.dece.ttml+xml":["uvt","uvvt"],"application/vnd.dece.unspecified":["uvx","uvvx"],"application/vnd.dece.zip":["uvz","uvvz"],"application/vnd.denovo.fcselayout-link":["fe_launch"],"application/vnd.dna":["dna"],"application/vnd.dolby.mlp":["mlp"],"application/vnd.dpgraph":["dpg"],"application/vnd.dreamfactory":["dfac"],"application/vnd.ds-keypoint":["kpxx"],"application/vnd.dvb.ait":["ait"],"application/vnd.dvb.service":["svc"],"application/vnd.dynageo":["geo"],"application/vnd.ecowin.chart":["mag"],"application/vnd.enliven":["nml"],"application/vnd.epson.esf":["esf"],"application/vnd.epson.msf":["msf"],"application/vnd.epson.quickanime":["qam"],"application/vnd.epson.salt":["slt"],"application/vnd.epson.ssf":["ssf"],"application/vnd.eszigno3+xml":["es3","et3"],"application/vnd.ezpix-album":["ez2"],"application/vnd.ezpix-package":["ez3"],"application/vnd.fdf":["fdf"],"application/vnd.fdsn.mseed":["mseed"],"application/vnd.fdsn.seed":["seed","dataless"],"application/vnd.flographit":["gph"],"application/vnd.fluxtime.clip":["ftc"],"application/vnd.framemaker":["fm","frame","maker","book"],"application/vnd.frogans.fnc":["fnc"],"application/vnd.frogans.ltf":["ltf"],"application/vnd.fsc.weblaunch":["fsc"],"application/vnd.fujitsu.oasys":["oas"],"application/vnd.fujitsu.oasys2":["oa2"],"application/vnd.fujitsu.oasys3":["oa3"],"application/vnd.fujitsu.oasysgp":["fg5"],"application/vnd.fujitsu.oasysprs":["bh2"],"application/vnd.fujixerox.ddd":["ddd"],"application/vnd.fujixerox.docuworks":["xdw"],"application/vnd.fujixerox.docuworks.binder":["xbd"],"application/vnd.fuzzysheet":["fzs"],"application/vnd.genomatix.tuxedo":["txd"],"application/vnd.geogebra.file":["ggb"],"application/vnd.geogebra.tool":["ggt"],"application/vnd.geometry-explorer":["gex","gre"],"application/vnd.geonext":["gxt"],"application/vnd.geoplan":["g2w"],"application/vnd.geospace":["g3w"],"application/vnd.gmx":["gmx"],"application/vnd.google-apps.document":["gdoc"],"application/vnd.google-apps.presentation":["gslides"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"application/vnd.grafeq":["gqf","gqs"],"application/vnd.groove-account":["gac"],"application/vnd.groove-help":["ghf"],"application/vnd.groove-identity-message":["gim"],"application/vnd.groove-injector":["grv"],"application/vnd.groove-tool-message":["gtm"],"application/vnd.groove-tool-template":["tpl"],"application/vnd.groove-vcard":["vcg"],"application/vnd.hal+xml":["hal"],"application/vnd.handheld-entertainment+xml":["zmm"],"application/vnd.hbci":["hbci"],"application/vnd.hhe.lesson-player":["les"],"application/vnd.hp-hpgl":["hpgl"],"application/vnd.hp-hpid":["hpid"],"application/vnd.hp-hps":["hps"],"application/vnd.hp-jlyt":["jlt"],"application/vnd.hp-pcl":["pcl"],"application/vnd.hp-pclxl":["pclxl"],"application/vnd.hydrostatix.sof-data":["sfd-hdstx"],"application/vnd.ibm.minipay":["mpy"],"application/vnd.ibm.modcap":["afp","listafp","list3820"],"application/vnd.ibm.rights-management":["irm"],"application/vnd.ibm.secure-container":["sc"],"application/vnd.iccprofile":["icc","icm"],"application/vnd.igloader":["igl"],"application/vnd.immervision-ivp":["ivp"],"application/vnd.immervision-ivu":["ivu"],"application/vnd.insors.igm":["igm"],"application/vnd.intercon.formnet":["xpw","xpx"],"application/vnd.intergeo":["i2g"],"application/vnd.intu.qbo":["qbo"],"application/vnd.intu.qfx":["qfx"],"application/vnd.ipunplugged.rcprofile":["rcprofile"],"application/vnd.irepository.package+xml":["irp"],"application/vnd.is-xpr":["xpr"],"application/vnd.isac.fcs":["fcs"],"application/vnd.jam":["jam"],"application/vnd.jcp.javame.midlet-rms":["rms"],"application/vnd.jisp":["jisp"],"application/vnd.joost.joda-archive":["joda"],"application/vnd.kahootz":["ktz","ktr"],"application/vnd.kde.karbon":["karbon"],"application/vnd.kde.kchart":["chrt"],"application/vnd.kde.kformula":["kfo"],"application/vnd.kde.kivio":["flw"],"application/vnd.kde.kontour":["kon"],"application/vnd.kde.kpresenter":["kpr","kpt"],"application/vnd.kde.kspread":["ksp"],"application/vnd.kde.kword":["kwd","kwt"],"application/vnd.kenameaapp":["htke"],"application/vnd.kidspiration":["kia"],"application/vnd.kinar":["kne","knp"],"application/vnd.koan":["skp","skd","skt","skm"],"application/vnd.kodak-descriptor":["sse"],"application/vnd.las.las+xml":["lasxml"],"application/vnd.llamagraphics.life-balance.desktop":["lbd"],"application/vnd.llamagraphics.life-balance.exchange+xml":["lbe"],"application/vnd.lotus-1-2-3":["123"],"application/vnd.lotus-approach":["apr"],"application/vnd.lotus-freelance":["pre"],"application/vnd.lotus-notes":["nsf"],"application/vnd.lotus-organizer":["org"],"application/vnd.lotus-screencam":["scm"],"application/vnd.lotus-wordpro":["lwp"],"application/vnd.macports.portpkg":["portpkg"],"application/vnd.mapbox-vector-tile":["mvt"],"application/vnd.mcd":["mcd"],"application/vnd.medcalcdata":["mc1"],"application/vnd.mediastation.cdkey":["cdkey"],"application/vnd.mfer":["mwf"],"application/vnd.mfmp":["mfm"],"application/vnd.micrografx.flo":["flo"],"application/vnd.micrografx.igx":["igx"],"application/vnd.mif":["mif"],"application/vnd.mobius.daf":["daf"],"application/vnd.mobius.dis":["dis"],"application/vnd.mobius.mbk":["mbk"],"application/vnd.mobius.mqy":["mqy"],"application/vnd.mobius.msl":["msl"],"application/vnd.mobius.plc":["plc"],"application/vnd.mobius.txf":["txf"],"application/vnd.mophun.application":["mpn"],"application/vnd.mophun.certificate":["mpc"],"application/vnd.mozilla.xul+xml":["xul"],"application/vnd.ms-artgalry":["cil"],"application/vnd.ms-cab-compressed":["cab"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"],"application/vnd.ms-excel.addin.macroenabled.12":["xlam"],"application/vnd.ms-excel.sheet.binary.macroenabled.12":["xlsb"],"application/vnd.ms-excel.sheet.macroenabled.12":["xlsm"],"application/vnd.ms-excel.template.macroenabled.12":["xltm"],"application/vnd.ms-fontobject":["eot"],"application/vnd.ms-htmlhelp":["chm"],"application/vnd.ms-ims":["ims"],"application/vnd.ms-lrm":["lrm"],"application/vnd.ms-officetheme":["thmx"],"application/vnd.ms-outlook":["msg"],"application/vnd.ms-pki.seccat":["cat"],"application/vnd.ms-pki.stl":["*stl"],"application/vnd.ms-powerpoint":["ppt","pps","pot"],"application/vnd.ms-powerpoint.addin.macroenabled.12":["ppam"],"application/vnd.ms-powerpoint.presentation.macroenabled.12":["pptm"],"application/vnd.ms-powerpoint.slide.macroenabled.12":["sldm"],"application/vnd.ms-powerpoint.slideshow.macroenabled.12":["ppsm"],"application/vnd.ms-powerpoint.template.macroenabled.12":["potm"],"application/vnd.ms-project":["mpp","mpt"],"application/vnd.ms-word.document.macroenabled.12":["docm"],"application/vnd.ms-word.template.macroenabled.12":["dotm"],"application/vnd.ms-works":["wps","wks","wcm","wdb"],"application/vnd.ms-wpl":["wpl"],"application/vnd.ms-xpsdocument":["xps"],"application/vnd.mseq":["mseq"],"application/vnd.musician":["mus"],"application/vnd.muvee.style":["msty"],"application/vnd.mynfc":["taglet"],"application/vnd.neurolanguage.nlu":["nlu"],"application/vnd.nitf":["ntf","nitf"],"application/vnd.noblenet-directory":["nnd"],"application/vnd.noblenet-sealer":["nns"],"application/vnd.noblenet-web":["nnw"],"application/vnd.nokia.n-gage.ac+xml":["*ac"],"application/vnd.nokia.n-gage.data":["ngdat"],"application/vnd.nokia.n-gage.symbian.install":["n-gage"],"application/vnd.nokia.radio-preset":["rpst"],"application/vnd.nokia.radio-presets":["rpss"],"application/vnd.novadigm.edm":["edm"],"application/vnd.novadigm.edx":["edx"],"application/vnd.novadigm.ext":["ext"],"application/vnd.oasis.opendocument.chart":["odc"],"application/vnd.oasis.opendocument.chart-template":["otc"],"application/vnd.oasis.opendocument.database":["odb"],"application/vnd.oasis.opendocument.formula":["odf"],"application/vnd.oasis.opendocument.formula-template":["odft"],"application/vnd.oasis.opendocument.graphics":["odg"],"application/vnd.oasis.opendocument.graphics-template":["otg"],"application/vnd.oasis.opendocument.image":["odi"],"application/vnd.oasis.opendocument.image-template":["oti"],"application/vnd.oasis.opendocument.presentation":["odp"],"application/vnd.oasis.opendocument.presentation-template":["otp"],"application/vnd.oasis.opendocument.spreadsheet":["ods"],"application/vnd.oasis.opendocument.spreadsheet-template":["ots"],"application/vnd.oasis.opendocument.text":["odt"],"application/vnd.oasis.opendocument.text-master":["odm"],"application/vnd.oasis.opendocument.text-template":["ott"],"application/vnd.oasis.opendocument.text-web":["oth"],"application/vnd.olpc-sugar":["xo"],"application/vnd.oma.dd2+xml":["dd2"],"application/vnd.openblox.game+xml":["obgx"],"application/vnd.openofficeorg.extension":["oxt"],"application/vnd.openstreetmap.data+xml":["osm"],"application/vnd.openxmlformats-officedocument.presentationml.presentation":["pptx"],"application/vnd.openxmlformats-officedocument.presentationml.slide":["sldx"],"application/vnd.openxmlformats-officedocument.presentationml.slideshow":["ppsx"],"application/vnd.openxmlformats-officedocument.presentationml.template":["potx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.osgeo.mapguide.package":["mgp"],"application/vnd.osgi.dp":["dp"],"application/vnd.osgi.subsystem":["esa"],"application/vnd.palm":["pdb","pqa","oprc"],"application/vnd.pawaafile":["paw"],"application/vnd.pg.format":["str"],"application/vnd.pg.osasli":["ei6"],"application/vnd.picsel":["efif"],"application/vnd.pmi.widget":["wg"],"application/vnd.pocketlearn":["plf"],"application/vnd.powerbuilder6":["pbd"],"application/vnd.previewsystems.box":["box"],"application/vnd.proteus.magazine":["mgz"],"application/vnd.publishare-delta-tree":["qps"],"application/vnd.pvi.ptid1":["ptid"],"application/vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"application/vnd.rar":["rar"],"application/vnd.realvnc.bed":["bed"],"application/vnd.recordare.musicxml":["mxl"],"application/vnd.recordare.musicxml+xml":["musicxml"],"application/vnd.rig.cryptonote":["cryptonote"],"application/vnd.rim.cod":["cod"],"application/vnd.rn-realmedia":["rm"],"application/vnd.rn-realmedia-vbr":["rmvb"],"application/vnd.route66.link66+xml":["link66"],"application/vnd.sailingtracker.track":["st"],"application/vnd.seemail":["see"],"application/vnd.sema":["sema"],"application/vnd.semd":["semd"],"application/vnd.semf":["semf"],"application/vnd.shana.informed.formdata":["ifm"],"application/vnd.shana.informed.formtemplate":["itp"],"application/vnd.shana.informed.interchange":["iif"],"application/vnd.shana.informed.package":["ipk"],"application/vnd.simtech-mindmapper":["twd","twds"],"application/vnd.smaf":["mmf"],"application/vnd.smart.teacher":["teacher"],"application/vnd.software602.filler.form+xml":["fo"],"application/vnd.solent.sdkm+xml":["sdkm","sdkd"],"application/vnd.spotfire.dxp":["dxp"],"application/vnd.spotfire.sfs":["sfs"],"application/vnd.stardivision.calc":["sdc"],"application/vnd.stardivision.draw":["sda"],"application/vnd.stardivision.impress":["sdd"],"application/vnd.stardivision.math":["smf"],"application/vnd.stardivision.writer":["sdw","vor"],"application/vnd.stardivision.writer-global":["sgl"],"application/vnd.stepmania.package":["smzip"],"application/vnd.stepmania.stepchart":["sm"],"application/vnd.sun.wadl+xml":["wadl"],"application/vnd.sun.xml.calc":["sxc"],"application/vnd.sun.xml.calc.template":["stc"],"application/vnd.sun.xml.draw":["sxd"],"application/vnd.sun.xml.draw.template":["std"],"application/vnd.sun.xml.impress":["sxi"],"application/vnd.sun.xml.impress.template":["sti"],"application/vnd.sun.xml.math":["sxm"],"application/vnd.sun.xml.writer":["sxw"],"application/vnd.sun.xml.writer.global":["sxg"],"application/vnd.sun.xml.writer.template":["stw"],"application/vnd.sus-calendar":["sus","susp"],"application/vnd.svd":["svd"],"application/vnd.symbian.install":["sis","sisx"],"application/vnd.syncml+xml":["xsm"],"application/vnd.syncml.dm+wbxml":["bdm"],"application/vnd.syncml.dm+xml":["xdm"],"application/vnd.syncml.dmddf+xml":["ddf"],"application/vnd.tao.intent-module-archive":["tao"],"application/vnd.tcpdump.pcap":["pcap","cap","dmp"],"application/vnd.tmobile-livetv":["tmo"],"application/vnd.trid.tpt":["tpt"],"application/vnd.triscape.mxs":["mxs"],"application/vnd.trueapp":["tra"],"application/vnd.ufdl":["ufd","ufdl"],"application/vnd.uiq.theme":["utz"],"application/vnd.umajin":["umj"],"application/vnd.unity":["unityweb"],"application/vnd.uoml+xml":["uoml"],"application/vnd.vcx":["vcx"],"application/vnd.visio":["vsd","vst","vss","vsw"],"application/vnd.visionary":["vis"],"application/vnd.vsf":["vsf"],"application/vnd.wap.wbxml":["wbxml"],"application/vnd.wap.wmlc":["wmlc"],"application/vnd.wap.wmlscriptc":["wmlsc"],"application/vnd.webturbo":["wtb"],"application/vnd.wolfram.player":["nbp"],"application/vnd.wordperfect":["wpd"],"application/vnd.wqd":["wqd"],"application/vnd.wt.stf":["stf"],"application/vnd.xara":["xar"],"application/vnd.xfdl":["xfdl"],"application/vnd.yamaha.hv-dic":["hvd"],"application/vnd.yamaha.hv-script":["hvs"],"application/vnd.yamaha.hv-voice":["hvp"],"application/vnd.yamaha.openscoreformat":["osf"],"application/vnd.yamaha.openscoreformat.osfpvg+xml":["osfpvg"],"application/vnd.yamaha.smaf-audio":["saf"],"application/vnd.yamaha.smaf-phrase":["spf"],"application/vnd.yellowriver-custom-menu":["cmp"],"application/vnd.zul":["zir","zirz"],"application/vnd.zzazz.deck+xml":["zaz"],"application/x-7z-compressed":["7z"],"application/x-abiword":["abw"],"application/x-ace-compressed":["ace"],"application/x-apple-diskimage":["*dmg"],"application/x-arj":["arj"],"application/x-authorware-bin":["aab","x32","u32","vox"],"application/x-authorware-map":["aam"],"application/x-authorware-seg":["aas"],"application/x-bcpio":["bcpio"],"application/x-bdoc":["*bdoc"],"application/x-bittorrent":["torrent"],"application/x-blorb":["blb","blorb"],"application/x-bzip":["bz"],"application/x-bzip2":["bz2","boz"],"application/x-cbr":["cbr","cba","cbt","cbz","cb7"],"application/x-cdlink":["vcd"],"application/x-cfs-compressed":["cfs"],"application/x-chat":["chat"],"application/x-chess-pgn":["pgn"],"application/x-chrome-extension":["crx"],"application/x-cocoa":["cco"],"application/x-conference":["nsc"],"application/x-cpio":["cpio"],"application/x-csh":["csh"],"application/x-debian-package":["*deb","udeb"],"application/x-dgc-compressed":["dgc"],"application/x-director":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"],"application/x-doom":["wad"],"application/x-dtbncx+xml":["ncx"],"application/x-dtbook+xml":["dtb"],"application/x-dtbresource+xml":["res"],"application/x-dvi":["dvi"],"application/x-envoy":["evy"],"application/x-eva":["eva"],"application/x-font-bdf":["bdf"],"application/x-font-ghostscript":["gsf"],"application/x-font-linux-psf":["psf"],"application/x-font-pcf":["pcf"],"application/x-font-snf":["snf"],"application/x-font-type1":["pfa","pfb","pfm","afm"],"application/x-freearc":["arc"],"application/x-futuresplash":["spl"],"application/x-gca-compressed":["gca"],"application/x-glulx":["ulx"],"application/x-gnumeric":["gnumeric"],"application/x-gramps-xml":["gramps"],"application/x-gtar":["gtar"],"application/x-hdf":["hdf"],"application/x-httpd-php":["php"],"application/x-install-instructions":["install"],"application/x-iso9660-image":["*iso"],"application/x-iwork-keynote-sffkey":["*key"],"application/x-iwork-numbers-sffnumbers":["*numbers"],"application/x-iwork-pages-sffpages":["*pages"],"application/x-java-archive-diff":["jardiff"],"application/x-java-jnlp-file":["jnlp"],"application/x-keepass2":["kdbx"],"application/x-latex":["latex"],"application/x-lua-bytecode":["luac"],"application/x-lzh-compressed":["lzh","lha"],"application/x-makeself":["run"],"application/x-mie":["mie"],"application/x-mobipocket-ebook":["prc","mobi"],"application/x-ms-application":["application"],"application/x-ms-shortcut":["lnk"],"application/x-ms-wmd":["wmd"],"application/x-ms-wmz":["wmz"],"application/x-ms-xbap":["xbap"],"application/x-msaccess":["mdb"],"application/x-msbinder":["obd"],"application/x-mscardfile":["crd"],"application/x-msclip":["clp"],"application/x-msdos-program":["*exe"],"application/x-msdownload":["*exe","*dll","com","bat","*msi"],"application/x-msmediaview":["mvb","m13","m14"],"application/x-msmetafile":["*wmf","*wmz","*emf","emz"],"application/x-msmoney":["mny"],"application/x-mspublisher":["pub"],"application/x-msschedule":["scd"],"application/x-msterminal":["trm"],"application/x-mswrite":["wri"],"application/x-netcdf":["nc","cdf"],"application/x-ns-proxy-autoconfig":["pac"],"application/x-nzb":["nzb"],"application/x-perl":["pl","pm"],"application/x-pilot":["*prc","*pdb"],"application/x-pkcs12":["p12","pfx"],"application/x-pkcs7-certificates":["p7b","spc"],"application/x-pkcs7-certreqresp":["p7r"],"application/x-rar-compressed":["*rar"],"application/x-redhat-package-manager":["rpm"],"application/x-research-info-systems":["ris"],"application/x-sea":["sea"],"application/x-sh":["sh"],"application/x-shar":["shar"],"application/x-shockwave-flash":["swf"],"application/x-silverlight-app":["xap"],"application/x-sql":["sql"],"application/x-stuffit":["sit"],"application/x-stuffitx":["sitx"],"application/x-subrip":["srt"],"application/x-sv4cpio":["sv4cpio"],"application/x-sv4crc":["sv4crc"],"application/x-t3vm-image":["t3"],"application/x-tads":["gam"],"application/x-tar":["tar"],"application/x-tcl":["tcl","tk"],"application/x-tex":["tex"],"application/x-tex-tfm":["tfm"],"application/x-texinfo":["texinfo","texi"],"application/x-tgif":["*obj"],"application/x-ustar":["ustar"],"application/x-virtualbox-hdd":["hdd"],"application/x-virtualbox-ova":["ova"],"application/x-virtualbox-ovf":["ovf"],"application/x-virtualbox-vbox":["vbox"],"application/x-virtualbox-vbox-extpack":["vbox-extpack"],"application/x-virtualbox-vdi":["vdi"],"application/x-virtualbox-vhd":["vhd"],"application/x-virtualbox-vmdk":["vmdk"],"application/x-wais-source":["src"],"application/x-web-app-manifest+json":["webapp"],"application/x-x509-ca-cert":["der","crt","pem"],"application/x-xfig":["fig"],"application/x-xliff+xml":["*xlf"],"application/x-xpinstall":["xpi"],"application/x-xz":["xz"],"application/x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"audio/vnd.dece.audio":["uva","uvva"],"audio/vnd.digital-winds":["eol"],"audio/vnd.dra":["dra"],"audio/vnd.dts":["dts"],"audio/vnd.dts.hd":["dtshd"],"audio/vnd.lucent.voice":["lvp"],"audio/vnd.ms-playready.media.pya":["pya"],"audio/vnd.nuera.ecelp4800":["ecelp4800"],"audio/vnd.nuera.ecelp7470":["ecelp7470"],"audio/vnd.nuera.ecelp9600":["ecelp9600"],"audio/vnd.rip":["rip"],"audio/x-aac":["aac"],"audio/x-aiff":["aif","aiff","aifc"],"audio/x-caf":["caf"],"audio/x-flac":["flac"],"audio/x-m4a":["*m4a"],"audio/x-matroska":["mka"],"audio/x-mpegurl":["m3u"],"audio/x-ms-wax":["wax"],"audio/x-ms-wma":["wma"],"audio/x-pn-realaudio":["ram","ra"],"audio/x-pn-realaudio-plugin":["rmp"],"audio/x-realaudio":["*ra"],"audio/x-wav":["*wav"],"chemical/x-cdx":["cdx"],"chemical/x-cif":["cif"],"chemical/x-cmdf":["cmdf"],"chemical/x-cml":["cml"],"chemical/x-csml":["csml"],"chemical/x-xyz":["xyz"],"image/prs.btif":["btif"],"image/prs.pti":["pti"],"image/vnd.adobe.photoshop":["psd"],"image/vnd.airzip.accelerator.azv":["azv"],"image/vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"image/vnd.djvu":["djvu","djv"],"image/vnd.dvb.subtitle":["*sub"],"image/vnd.dwg":["dwg"],"image/vnd.dxf":["dxf"],"image/vnd.fastbidsheet":["fbs"],"image/vnd.fpx":["fpx"],"image/vnd.fst":["fst"],"image/vnd.fujixerox.edmics-mmr":["mmr"],"image/vnd.fujixerox.edmics-rlc":["rlc"],"image/vnd.microsoft.icon":["ico"],"image/vnd.ms-dds":["dds"],"image/vnd.ms-modi":["mdi"],"image/vnd.ms-photo":["wdp"],"image/vnd.net-fpx":["npx"],"image/vnd.pco.b16":["b16"],"image/vnd.tencent.tap":["tap"],"image/vnd.valve.source.texture":["vtf"],"image/vnd.wap.wbmp":["wbmp"],"image/vnd.xiff":["xif"],"image/vnd.zbrush.pcx":["pcx"],"image/x-3ds":["3ds"],"image/x-cmu-raster":["ras"],"image/x-cmx":["cmx"],"image/x-freehand":["fh","fhc","fh4","fh5","fh7"],"image/x-icon":["*ico"],"image/x-jng":["jng"],"image/x-mrsid-image":["sid"],"image/x-ms-bmp":["*bmp"],"image/x-pcx":["*pcx"],"image/x-pict":["pic","pct"],"image/x-portable-anymap":["pnm"],"image/x-portable-bitmap":["pbm"],"image/x-portable-graymap":["pgm"],"image/x-portable-pixmap":["ppm"],"image/x-rgb":["rgb"],"image/x-tga":["tga"],"image/x-xbitmap":["xbm"],"image/x-xpixmap":["xpm"],"image/x-xwindowdump":["xwd"],"message/vnd.wfa.wsc":["wsc"],"model/vnd.collada+xml":["dae"],"model/vnd.dwf":["dwf"],"model/vnd.gdl":["gdl"],"model/vnd.gtw":["gtw"],"model/vnd.mts":["mts"],"model/vnd.opengex":["ogex"],"model/vnd.parasolid.transmit.binary":["x_b"],"model/vnd.parasolid.transmit.text":["x_t"],"model/vnd.sap.vds":["vds"],"model/vnd.usdz+zip":["usdz"],"model/vnd.valve.source.compiled-map":["bsp"],"model/vnd.vtu":["vtu"],"text/prs.lines.tag":["dsc"],"text/vnd.curl":["curl"],"text/vnd.curl.dcurl":["dcurl"],"text/vnd.curl.mcurl":["mcurl"],"text/vnd.curl.scurl":["scurl"],"text/vnd.dvb.subtitle":["sub"],"text/vnd.fly":["fly"],"text/vnd.fmi.flexstor":["flx"],"text/vnd.graphviz":["gv"],"text/vnd.in3d.3dml":["3dml"],"text/vnd.in3d.spot":["spot"],"text/vnd.sun.j2me.app-descriptor":["jad"],"text/vnd.wap.wml":["wml"],"text/vnd.wap.wmlscript":["wmls"],"text/x-asm":["s","asm"],"text/x-c":["c","cc","cxx","cpp","h","hh","dic"],"text/x-component":["htc"],"text/x-fortran":["f","for","f77","f90"],"text/x-handlebars-template":["hbs"],"text/x-java-source":["java"],"text/x-lua":["lua"],"text/x-markdown":["mkd"],"text/x-nfo":["nfo"],"text/x-opml":["opml"],"text/x-org":["*org"],"text/x-pascal":["p","pas"],"text/x-processing":["pde"],"text/x-sass":["sass"],"text/x-scss":["scss"],"text/x-setext":["etx"],"text/x-sfv":["sfv"],"text/x-suse-ymp":["ymp"],"text/x-uuencode":["uu"],"text/x-vcalendar":["vcs"],"text/x-vcard":["vcf"],"video/vnd.dece.hd":["uvh","uvvh"],"video/vnd.dece.mobile":["uvm","uvvm"],"video/vnd.dece.pd":["uvp","uvvp"],"video/vnd.dece.sd":["uvs","uvvs"],"video/vnd.dece.video":["uvv","uvvv"],"video/vnd.dvb.file":["dvb"],"video/vnd.fvt":["fvt"],"video/vnd.mpegurl":["mxu","m4u"],"video/vnd.ms-playready.media.pyv":["pyv"],"video/vnd.uvvu.mp4":["uvu","uvvu"],"video/vnd.vivo":["viv"],"video/x-f4v":["f4v"],"video/x-fli":["fli"],"video/x-flv":["flv"],"video/x-m4v":["m4v"],"video/x-matroska":["mkv","mk3d","mks"],"video/x-mng":["mng"],"video/x-ms-asf":["asf","asx"],"video/x-ms-vob":["vob"],"video/x-ms-wm":["wm"],"video/x-ms-wmv":["wmv"],"video/x-ms-wmx":["wmx"],"video/x-ms-wvx":["wvx"],"video/x-msvideo":["avi"],"video/x-sgi-movie":["movie"],"video/x-smv":["smv"],"x-conference/x-cooltalk":["ice"]}},18784:e=>{e.exports={"application/andrew-inset":["ez"],"application/applixware":["aw"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomdeleted+xml":["atomdeleted"],"application/atomsvc+xml":["atomsvc"],"application/atsc-dwd+xml":["dwd"],"application/atsc-held+xml":["held"],"application/atsc-rsat+xml":["rsat"],"application/bdoc":["bdoc"],"application/calendar+xml":["xcs"],"application/ccxml+xml":["ccxml"],"application/cdfx+xml":["cdfx"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cu-seeme":["cu"],"application/dash+xml":["mpd"],"application/davmount+xml":["davmount"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["es","ecma"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/express":["exp"],"application/fdt+xml":["fdt"],"application/font-tdpfr":["pfr"],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hjson":["hjson"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/its+xml":["its"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["js","mjs"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lgr+xml":["lgr"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mmt-aei+xml":["maei"],"application/mmt-usd+xml":["musd"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["mp4s","m4p"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/n-quads":["nq"],"application/n-triples":["nt"],"application/node":["cjs"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg"],"application/oxps":["oxps"],"application/p2p-overlay+xml":["relo"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-signature":["asc","sig"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/provenance+xml":["provx"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf","owl"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/route-apd+xml":["rapd"],"application/route-s-tsid+xml":["sls"],"application/route-usd+xml":["rusd"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/senml+xml":["senmlx"],"application/sensml+xml":["sensmlx"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/sieve":["siv","sieve"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/swid+xml":["swidtag"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/toml":["toml"],"application/trig":["trig"],"application/ttml+xml":["ttml"],"application/ubjson":["ubj"],"application/urc-ressheet+xml":["rsheet"],"application/urc-targetdesc+xml":["td"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/xaml+xml":["xaml"],"application/xcap-att+xml":["xav"],"application/xcap-caps+xml":["xca"],"application/xcap-diff+xml":["xdf"],"application/xcap-el+xml":["xel"],"application/xcap-ns+xml":["xns"],"application/xenc+xml":["xenc"],"application/xhtml+xml":["xhtml","xht"],"application/xliff+xml":["xlf"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["*xsl","xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"audio/3gpp":["*3gpp"],"audio/adpcm":["adp"],"audio/amr":["amr"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mobile-xmf":["mxmf"],"audio/mp3":["*mp3"],"audio/mp4":["m4a","mp4a"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx","opus"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/wav":["wav"],"audio/wave":["*wav"],"audio/webm":["weba"],"audio/xm":["xm"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/aces":["exr"],"image/apng":["apng"],"image/avif":["avif"],"image/bmp":["bmp"],"image/cgm":["cgm"],"image/dicom-rle":["drle"],"image/emf":["emf"],"image/fits":["fits"],"image/g3fax":["g3"],"image/gif":["gif"],"image/heic":["heic"],"image/heic-sequence":["heics"],"image/heif":["heif"],"image/heif-sequence":["heifs"],"image/hej2k":["hej2"],"image/hsj2":["hsj2"],"image/ief":["ief"],"image/jls":["jls"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpeg","jpg","jpe"],"image/jph":["jph"],"image/jphc":["jhc"],"image/jpm":["jpm"],"image/jpx":["jpx","jpf"],"image/jxr":["jxr"],"image/jxra":["jxra"],"image/jxrs":["jxrs"],"image/jxs":["jxs"],"image/jxsc":["jxsc"],"image/jxsi":["jxsi"],"image/jxss":["jxss"],"image/ktx":["ktx"],"image/ktx2":["ktx2"],"image/png":["png"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/t38":["t38"],"image/tiff":["tif","tiff"],"image/tiff-fx":["tfx"],"image/webp":["webp"],"image/wmf":["wmf"],"message/disposition-notification":["disposition-notification"],"message/global":["u8msg"],"message/global-delivery-status":["u8dsn"],"message/global-disposition-notification":["u8mdn"],"message/global-headers":["u8hdr"],"message/rfc822":["eml","mime"],"model/3mf":["3mf"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/mesh":["msh","mesh","silo"],"model/mtl":["mtl"],"model/obj":["obj"],"model/step+xml":["stpx"],"model/step+zip":["stpz"],"model/step-xml+zip":["stpxz"],"model/stl":["stl"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["*x3db","x3dbz"],"model/x3d+fastinfoset":["x3db"],"model/x3d+vrml":["*x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"model/x3d-vrml":["x3dv"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["markdown","md"],"text/mathml":["mml"],"text/mdx":["mdx"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/richtext":["rtx"],"text/rtf":["*rtf"],"text/sgml":["sgml","sgm"],"text/shex":["shex"],"text/slim":["slim","slm"],"text/spdx":["spdx"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vtt":["vtt"],"text/xml":["*xml"],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/iso.segment":["m4s"],"video/jpeg":["jpgv"],"video/jpm":["*jpm","jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]}},26619:e=>{var t=1e3,i=60*t,n=60*i,a=24*n;function r(e,t,i,n){var a=t>=1.5*i;return Math.round(e/i)+" "+n+(a?"s":"")}e.exports=function(e,o){o=o||{};var s,c,u=typeof e;if("string"===u&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var r=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(r){var o=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*o;case"weeks":case"week":case"w":return 6048e5*o;case"days":case"day":case"d":return o*a;case"hours":case"hour":case"hrs":case"hr":case"h":return o*n;case"minutes":case"minute":case"mins":case"min":case"m":return o*i;case"seconds":case"second":case"secs":case"sec":case"s":return o*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return o;default:return}}}}(e);if("number"===u&&isFinite(e))return o.long?(s=e,(c=Math.abs(s))>=a?r(s,c,a,"day"):c>=n?r(s,c,n,"hour"):c>=i?r(s,c,i,"minute"):c>=t?r(s,c,t,"second"):s+" ms"):function(e){var r=Math.abs(e);return r>=a?Math.round(e/a)+"d":r>=n?Math.round(e/n)+"h":r>=i?Math.round(e/i)+"m":r>=t?Math.round(e/t)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},71737:e=>{"use strict";var t=String.prototype.replace,i=/%20/g,n="RFC3986";e.exports={default:n,formatters:{RFC1738:function(e){return t.call(e,i,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:n}},5784:(e,t,i)=>{"use strict";var n=i(42457),a=i(34746),r=i(71737);e.exports={formats:r,parse:a,stringify:n}},34746:(e,t,i)=>{"use strict";var n=i(48052),a=Object.prototype.hasOwnProperty,r=Array.isArray,o={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:n.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},s=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},c=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},u=function(e,t,i,n){if(e){var r=i.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,s=i.depth>0&&/(\[[^[\]]*])/.exec(r),u=s?r.slice(0,s.index):r,l=[];if(u){if(!i.plainObjects&&a.call(Object.prototype,u)&&!i.allowPrototypes)return;l.push(u)}for(var p=0;i.depth>0&&null!==(s=o.exec(r))&&p=0;--r){var o,s=e[r];if("[]"===s&&i.parseArrays)o=[].concat(a);else{o=i.plainObjects?Object.create(null):{};var u="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,l=parseInt(u,10);i.parseArrays||""!==u?!isNaN(l)&&s!==u&&String(l)===u&&l>=0&&i.parseArrays&&l<=i.arrayLimit?(o=[])[l]=a:o[u]=a:o={0:a}}a=o}return a}(l,t,i,n)}};e.exports=function(e,t){var i=function(e){if(!e)return o;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?o.charset:e.charset;return{allowDots:void 0===e.allowDots?o.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:o.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:o.comma,decoder:"function"==typeof e.decoder?e.decoder:o.decoder,delimiter:"string"==typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:o.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:o.strictNullHandling}}(t);if(""===e||null==e)return i.plainObjects?Object.create(null):{};for(var l="string"==typeof e?function(e,t){var i,u={},l=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,p=t.parameterLimit===1/0?void 0:t.parameterLimit,d=l.split(t.delimiter,p),h=-1,m=t.charset;if(t.charsetSentinel)for(i=0;i-1&&(g=r(g)?[g]:g),a.call(u,f)?u[f]=n.combine(u[f],g):u[f]=g}return u}(e,i):e,p=i.plainObjects?Object.create(null):{},d=Object.keys(l),h=0;h{"use strict";var n=i(37478),a=i(48052),r=i(71737),o=Object.prototype.hasOwnProperty,s={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},c=Array.isArray,u=String.prototype.split,l=Array.prototype.push,p=function(e,t){l.apply(e,c(t)?t:[t])},d=Date.prototype.toISOString,h=r.default,m={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:a.encode,encodeValuesOnly:!1,format:h,formatter:r.formatters[h],indices:!1,serializeDate:function(e){return d.call(e)},skipNulls:!1,strictNullHandling:!1},f={},g=function e(t,i,r,o,s,l,d,h,g,v,y,b,x,w,k){for(var _,j=t,E=k,D=0,C=!1;void 0!==(E=E.get(f))&&!C;){var A=E.get(t);if(D+=1,void 0!==A){if(A===D)throw new RangeError("Cyclic object value");C=!0}void 0===E.get(f)&&(D=0)}if("function"==typeof d?j=d(i,j):j instanceof Date?j=v(j):"comma"===r&&c(j)&&(j=a.maybeMap(j,(function(e){return e instanceof Date?v(e):e}))),null===j){if(o)return l&&!x?l(i,m.encoder,w,"key",y):i;j=""}if("string"==typeof(_=j)||"number"==typeof _||"boolean"==typeof _||"symbol"==typeof _||"bigint"==typeof _||a.isBuffer(j)){if(l){var S=x?i:l(i,m.encoder,w,"key",y);if("comma"===r&&x){for(var T=u.call(String(j),","),O="",I=0;I0?j.join(",")||null:void 0}];else if(c(d))P=d;else{var z=Object.keys(j);P=h?z.sort(h):z}for(var R=0;R0?x+b:""}},48052:(e,t,i)=>{"use strict";var n=i(71737),a=Object.prototype.hasOwnProperty,r=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),s=function(e,t){for(var i=t&&t.plainObjects?Object.create(null):{},n=0;n1;){var t=e.pop(),i=t.obj[t.prop];if(r(i)){for(var n=[],a=0;a=48&&l<=57||l>=65&&l<=90||l>=97&&l<=122||r===n.RFC1738&&(40===l||41===l)?c+=s.charAt(u):l<128?c+=o[l]:l<2048?c+=o[192|l>>6]+o[128|63&l]:l<55296||l>=57344?c+=o[224|l>>12]+o[128|l>>6&63]+o[128|63&l]:(u+=1,l=65536+((1023&l)<<10|1023&s.charCodeAt(u)),c+=o[240|l>>18]+o[128|l>>12&63]+o[128|l>>6&63]+o[128|63&l])}return c},isBuffer:function(e){return!(!e||"object"!=typeof e||!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e)))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(r(e)){for(var i=[],n=0;n{const n=Symbol("SemVer ANY");class a{static get ANY(){return n}constructor(e,t){if(t=r(t),e instanceof a){if(e.loose===!!t.loose)return e;e=e.value}u("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===n?this.value="":this.value=this.operator+this.semver.version,u("comp",this)}parse(e){const t=this.options.loose?o[s.COMPARATORLOOSE]:o[s.COMPARATOR],i=e.match(t);if(!i)throw new TypeError(`Invalid comparator: ${e}`);this.operator=void 0!==i[1]?i[1]:"","="===this.operator&&(this.operator=""),i[2]?this.semver=new l(i[2],this.options.loose):this.semver=n}toString(){return this.value}test(e){if(u("Comparator.test",e,this.options.loose),this.semver===n||e===n)return!0;if("string"==typeof e)try{e=new l(e,this.options)}catch(e){return!1}return c(e,this.operator,this.semver,this.options)}intersects(e,t){if(!(e instanceof a))throw new TypeError("a Comparator is required");if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return""===this.value||new p(e.value,t).test(this.value);if(""===e.operator)return""===e.value||new p(this.value,t).test(e.semver);const i=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),n=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),r=this.semver.version===e.semver.version,o=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),s=c(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),u=c(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return i||n||r&&o||s||u}}e.exports=a;const r=i(2196),{re:o,t:s}=i(51086),c=i(91453),u=i(62733),l=i(75613),p=i(74e3)},74e3:(e,t,i)=>{class n{constructor(e,t){if(t=r(t),e instanceof n)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new n(e.raw,t);if(e instanceof o)return this.raw=e.value,this.set=[[e]],this.format(),this;if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map((e=>this.parseRange(e.trim()))).filter((e=>e.length)),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${e}`);if(this.set.length>1){const e=this.set[0];if(this.set=this.set.filter((e=>!m(e[0]))),0===this.set.length)this.set=[e];else if(this.set.length>1)for(const e of this.set)if(1===e.length&&f(e[0])){this.set=[e];break}}this.format()}format(){return this.range=this.set.map((e=>e.join(" ").trim())).join("||").trim(),this.range}toString(){return this.range}parseRange(e){e=e.trim();const t=`parseRange:${Object.keys(this.options).join(",")}:${e}`,i=a.get(t);if(i)return i;const n=this.options.loose,r=n?u[l.HYPHENRANGELOOSE]:u[l.HYPHENRANGE];e=e.replace(r,C(this.options.includePrerelease)),s("hyphen replace",e),e=e.replace(u[l.COMPARATORTRIM],p),s("comparator trim",e,u[l.COMPARATORTRIM]),e=(e=(e=e.replace(u[l.TILDETRIM],d)).replace(u[l.CARETTRIM],h)).split(/\s+/).join(" ");const c=n?u[l.COMPARATORLOOSE]:u[l.COMPARATOR],f=e.split(" ").map((e=>v(e,this.options))).join(" ").split(/\s+/).map((e=>D(e,this.options))).filter(this.options.loose?e=>!!e.match(c):()=>!0).map((e=>new o(e,this.options))),g=(f.length,new Map);for(const e of f){if(m(e))return[e];g.set(e.value,e)}g.size>1&&g.has("")&&g.delete("");const y=[...g.values()];return a.set(t,y),y}intersects(e,t){if(!(e instanceof n))throw new TypeError("a Range is required");return this.set.some((i=>g(i,t)&&e.set.some((e=>g(e,t)&&i.every((i=>e.every((e=>i.intersects(e,t)))))))))}test(e){if(!e)return!1;if("string"==typeof e)try{e=new c(e,this.options)}catch(e){return!1}for(let t=0;t"<0.0.0-0"===e.value,f=e=>""===e.value,g=(e,t)=>{let i=!0;const n=e.slice();let a=n.pop();for(;i&&n.length;)i=n.every((e=>a.intersects(e,t))),a=n.pop();return i},v=(e,t)=>(s("comp",e,t),e=w(e,t),s("caret",e),e=b(e,t),s("tildes",e),e=_(e,t),s("xrange",e),e=E(e,t),s("stars",e),e),y=e=>!e||"x"===e.toLowerCase()||"*"===e,b=(e,t)=>e.trim().split(/\s+/).map((e=>x(e,t))).join(" "),x=(e,t)=>{const i=t.loose?u[l.TILDELOOSE]:u[l.TILDE];return e.replace(i,((t,i,n,a,r)=>{let o;return s("tilde",e,t,i,n,a,r),y(i)?o="":y(n)?o=`>=${i}.0.0 <${+i+1}.0.0-0`:y(a)?o=`>=${i}.${n}.0 <${i}.${+n+1}.0-0`:r?(s("replaceTilde pr",r),o=`>=${i}.${n}.${a}-${r} <${i}.${+n+1}.0-0`):o=`>=${i}.${n}.${a} <${i}.${+n+1}.0-0`,s("tilde return",o),o}))},w=(e,t)=>e.trim().split(/\s+/).map((e=>k(e,t))).join(" "),k=(e,t)=>{s("caret",e,t);const i=t.loose?u[l.CARETLOOSE]:u[l.CARET],n=t.includePrerelease?"-0":"";return e.replace(i,((t,i,a,r,o)=>{let c;return s("caret",e,t,i,a,r,o),y(i)?c="":y(a)?c=`>=${i}.0.0${n} <${+i+1}.0.0-0`:y(r)?c="0"===i?`>=${i}.${a}.0${n} <${i}.${+a+1}.0-0`:`>=${i}.${a}.0${n} <${+i+1}.0.0-0`:o?(s("replaceCaret pr",o),c="0"===i?"0"===a?`>=${i}.${a}.${r}-${o} <${i}.${a}.${+r+1}-0`:`>=${i}.${a}.${r}-${o} <${i}.${+a+1}.0-0`:`>=${i}.${a}.${r}-${o} <${+i+1}.0.0-0`):(s("no pr"),c="0"===i?"0"===a?`>=${i}.${a}.${r}${n} <${i}.${a}.${+r+1}-0`:`>=${i}.${a}.${r}${n} <${i}.${+a+1}.0-0`:`>=${i}.${a}.${r} <${+i+1}.0.0-0`),s("caret return",c),c}))},_=(e,t)=>(s("replaceXRanges",e,t),e.split(/\s+/).map((e=>j(e,t))).join(" ")),j=(e,t)=>{e=e.trim();const i=t.loose?u[l.XRANGELOOSE]:u[l.XRANGE];return e.replace(i,((i,n,a,r,o,c)=>{s("xRange",e,i,n,a,r,o,c);const u=y(a),l=u||y(r),p=l||y(o),d=p;return"="===n&&d&&(n=""),c=t.includePrerelease?"-0":"",u?i=">"===n||"<"===n?"<0.0.0-0":"*":n&&d?(l&&(r=0),o=0,">"===n?(n=">=",l?(a=+a+1,r=0,o=0):(r=+r+1,o=0)):"<="===n&&(n="<",l?a=+a+1:r=+r+1),"<"===n&&(c="-0"),i=`${n+a}.${r}.${o}${c}`):l?i=`>=${a}.0.0${c} <${+a+1}.0.0-0`:p&&(i=`>=${a}.${r}.0${c} <${a}.${+r+1}.0-0`),s("xRange return",i),i}))},E=(e,t)=>(s("replaceStars",e,t),e.trim().replace(u[l.STAR],"")),D=(e,t)=>(s("replaceGTE0",e,t),e.trim().replace(u[t.includePrerelease?l.GTE0PRE:l.GTE0],"")),C=e=>(t,i,n,a,r,o,s,c,u,l,p,d,h)=>`${i=y(n)?"":y(a)?`>=${n}.0.0${e?"-0":""}`:y(r)?`>=${n}.${a}.0${e?"-0":""}`:o?`>=${i}`:`>=${i}${e?"-0":""}`} ${c=y(u)?"":y(l)?`<${+u+1}.0.0-0`:y(p)?`<${u}.${+l+1}.0-0`:d?`<=${u}.${l}.${p}-${d}`:e?`<${u}.${l}.${+p+1}-0`:`<=${c}`}`.trim(),A=(e,t,i)=>{for(let i=0;i0){const n=e[i].semver;if(n.major===t.major&&n.minor===t.minor&&n.patch===t.patch)return!0}return!1}return!0}},75613:(e,t,i)=>{const n=i(62733),{MAX_LENGTH:a,MAX_SAFE_INTEGER:r}=i(71587),{re:o,t:s}=i(51086),c=i(2196),{compareIdentifiers:u}=i(90095);class l{constructor(e,t){if(t=c(t),e instanceof l){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid Version: ${e}`);if(e.length>a)throw new TypeError(`version is longer than ${a} characters`);n("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const i=e.trim().match(t.loose?o[s.LOOSE]:o[s.FULL]);if(!i)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+i[1],this.minor=+i[2],this.patch=+i[3],this.major>r||this.major<0)throw new TypeError("Invalid major version");if(this.minor>r||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>r||this.patch<0)throw new TypeError("Invalid patch version");i[4]?this.prerelease=i[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t=0;)"number"==typeof this.prerelease[e]&&(this.prerelease[e]++,e=-2);-1===e&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error(`invalid increment argument: ${e}`)}return this.format(),this.raw=this.version,this}}e.exports=l},21993:(e,t,i)=>{const n=i(67341);e.exports=(e,t)=>{const i=n(e.trim().replace(/^[=v]+/,""),t);return i?i.version:null}},91453:(e,t,i)=>{const n=i(73188),a=i(22864),r=i(31449),o=i(72490),s=i(71787),c=i(51861);e.exports=(e,t,i,u)=>{switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof i&&(i=i.version),e===i;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof i&&(i=i.version),e!==i;case"":case"=":case"==":return n(e,i,u);case"!=":return a(e,i,u);case">":return r(e,i,u);case">=":return o(e,i,u);case"<":return s(e,i,u);case"<=":return c(e,i,u);default:throw new TypeError(`Invalid operator: ${t}`)}}},25513:(e,t,i)=>{const n=i(75613),a=i(67341),{re:r,t:o}=i(51086);e.exports=(e,t)=>{if(e instanceof n)return e;if("number"==typeof e&&(e=String(e)),"string"!=typeof e)return null;let i=null;if((t=t||{}).rtl){let t;for(;(t=r[o.COERCERTL].exec(e))&&(!i||i.index+i[0].length!==e.length);)i&&t.index+t[0].length===i.index+i[0].length||(i=t),r[o.COERCERTL].lastIndex=t.index+t[1].length+t[2].length;r[o.COERCERTL].lastIndex=-1}else i=e.match(r[o.COERCE]);return null===i?null:a(`${i[2]}.${i[3]||"0"}.${i[4]||"0"}`,t)}},90674:(e,t,i)=>{const n=i(75613);e.exports=(e,t,i)=>{const a=new n(e,i),r=new n(t,i);return a.compare(r)||a.compareBuild(r)}},24476:(e,t,i)=>{const n=i(827);e.exports=(e,t)=>n(e,t,!0)},827:(e,t,i)=>{const n=i(75613);e.exports=(e,t,i)=>new n(e,i).compare(new n(t,i))},62841:(e,t,i)=>{const n=i(67341),a=i(73188);e.exports=(e,t)=>{if(a(e,t))return null;{const i=n(e),a=n(t),r=i.prerelease.length||a.prerelease.length,o=r?"pre":"",s=r?"prerelease":"";for(const e in i)if(("major"===e||"minor"===e||"patch"===e)&&i[e]!==a[e])return o+e;return s}}},73188:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>0===n(e,t,i)},31449:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>n(e,t,i)>0},72490:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>n(e,t,i)>=0},63437:(e,t,i)=>{const n=i(75613);e.exports=(e,t,i,a)=>{"string"==typeof i&&(a=i,i=void 0);try{return new n(e,i).inc(t,a).version}catch(e){return null}}},71787:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>n(e,t,i)<0},51861:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>n(e,t,i)<=0},30270:(e,t,i)=>{const n=i(75613);e.exports=(e,t)=>new n(e,t).major},88506:(e,t,i)=>{const n=i(75613);e.exports=(e,t)=>new n(e,t).minor},22864:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>0!==n(e,t,i)},67341:(e,t,i)=>{const{MAX_LENGTH:n}=i(71587),{re:a,t:r}=i(51086),o=i(75613),s=i(2196);e.exports=(e,t)=>{if(t=s(t),e instanceof o)return e;if("string"!=typeof e)return null;if(e.length>n)return null;if(!(t.loose?a[r.LOOSE]:a[r.FULL]).test(e))return null;try{return new o(e,t)}catch(e){return null}}},59506:(e,t,i)=>{const n=i(75613);e.exports=(e,t)=>new n(e,t).patch},38372:(e,t,i)=>{const n=i(67341);e.exports=(e,t)=>{const i=n(e,t);return i&&i.prerelease.length?i.prerelease:null}},59109:(e,t,i)=>{const n=i(827);e.exports=(e,t,i)=>n(t,e,i)},45914:(e,t,i)=>{const n=i(90674);e.exports=(e,t)=>e.sort(((e,i)=>n(i,e,t)))},51723:(e,t,i)=>{const n=i(74e3);e.exports=(e,t,i)=>{try{t=new n(t,i)}catch(e){return!1}return t.test(e)}},35011:(e,t,i)=>{const n=i(90674);e.exports=(e,t)=>e.sort(((e,i)=>n(e,i,t)))},75921:(e,t,i)=>{const n=i(67341);e.exports=(e,t)=>{const i=n(e,t);return i?i.version:null}},43263:(e,t,i)=>{const n=i(51086);e.exports={re:n.re,src:n.src,tokens:n.t,SEMVER_SPEC_VERSION:i(71587).SEMVER_SPEC_VERSION,SemVer:i(75613),compareIdentifiers:i(90095).compareIdentifiers,rcompareIdentifiers:i(90095).rcompareIdentifiers,parse:i(67341),valid:i(75921),clean:i(21993),inc:i(63437),diff:i(62841),major:i(30270),minor:i(88506),patch:i(59506),prerelease:i(38372),compare:i(827),rcompare:i(59109),compareLoose:i(24476),compareBuild:i(90674),sort:i(35011),rsort:i(45914),gt:i(31449),lt:i(71787),eq:i(73188),neq:i(22864),gte:i(72490),lte:i(51861),cmp:i(91453),coerce:i(25513),Comparator:i(71219),Range:i(74e3),satisfies:i(51723),toComparators:i(42673),maxSatisfying:i(26059),minSatisfying:i(66755),minVersion:i(20371),validRange:i(60789),outside:i(84392),gtr:i(89020),ltr:i(9324),intersects:i(73938),simplifyRange:i(55604),subset:i(14668)}},71587:e=>{const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:t,MAX_SAFE_COMPONENT_LENGTH:16}},62733:e=>{const t="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=t},90095:e=>{const t=/^[0-9]+$/,i=(e,i)=>{const n=t.test(e),a=t.test(i);return n&&a&&(e=+e,i=+i),e===i?0:n&&!a?-1:a&&!n?1:ei(t,e)}},2196:e=>{const t=["includePrerelease","loose","rtl"];e.exports=e=>e?"object"!=typeof e?{loose:!0}:t.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{}},51086:(e,t,i)=>{const{MAX_SAFE_COMPONENT_LENGTH:n}=i(71587),a=i(62733),r=(t=e.exports={}).re=[],o=t.src=[],s=t.t={};let c=0;const u=(e,t,i)=>{const n=c++;a(n,t),s[e]=n,o[n]=t,r[n]=new RegExp(t,i?"g":void 0)};u("NUMERICIDENTIFIER","0|[1-9]\\d*"),u("NUMERICIDENTIFIERLOOSE","[0-9]+"),u("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),u("MAINVERSION",`(${o[s.NUMERICIDENTIFIER]})\\.(${o[s.NUMERICIDENTIFIER]})\\.(${o[s.NUMERICIDENTIFIER]})`),u("MAINVERSIONLOOSE",`(${o[s.NUMERICIDENTIFIERLOOSE]})\\.(${o[s.NUMERICIDENTIFIERLOOSE]})\\.(${o[s.NUMERICIDENTIFIERLOOSE]})`),u("PRERELEASEIDENTIFIER",`(?:${o[s.NUMERICIDENTIFIER]}|${o[s.NONNUMERICIDENTIFIER]})`),u("PRERELEASEIDENTIFIERLOOSE",`(?:${o[s.NUMERICIDENTIFIERLOOSE]}|${o[s.NONNUMERICIDENTIFIER]})`),u("PRERELEASE",`(?:-(${o[s.PRERELEASEIDENTIFIER]}(?:\\.${o[s.PRERELEASEIDENTIFIER]})*))`),u("PRERELEASELOOSE",`(?:-?(${o[s.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${o[s.PRERELEASEIDENTIFIERLOOSE]})*))`),u("BUILDIDENTIFIER","[0-9A-Za-z-]+"),u("BUILD",`(?:\\+(${o[s.BUILDIDENTIFIER]}(?:\\.${o[s.BUILDIDENTIFIER]})*))`),u("FULLPLAIN",`v?${o[s.MAINVERSION]}${o[s.PRERELEASE]}?${o[s.BUILD]}?`),u("FULL",`^${o[s.FULLPLAIN]}$`),u("LOOSEPLAIN",`[v=\\s]*${o[s.MAINVERSIONLOOSE]}${o[s.PRERELEASELOOSE]}?${o[s.BUILD]}?`),u("LOOSE",`^${o[s.LOOSEPLAIN]}$`),u("GTLT","((?:<|>)?=?)"),u("XRANGEIDENTIFIERLOOSE",`${o[s.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),u("XRANGEIDENTIFIER",`${o[s.NUMERICIDENTIFIER]}|x|X|\\*`),u("XRANGEPLAIN",`[v=\\s]*(${o[s.XRANGEIDENTIFIER]})(?:\\.(${o[s.XRANGEIDENTIFIER]})(?:\\.(${o[s.XRANGEIDENTIFIER]})(?:${o[s.PRERELEASE]})?${o[s.BUILD]}?)?)?`),u("XRANGEPLAINLOOSE",`[v=\\s]*(${o[s.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[s.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[s.XRANGEIDENTIFIERLOOSE]})(?:${o[s.PRERELEASELOOSE]})?${o[s.BUILD]}?)?)?`),u("XRANGE",`^${o[s.GTLT]}\\s*${o[s.XRANGEPLAIN]}$`),u("XRANGELOOSE",`^${o[s.GTLT]}\\s*${o[s.XRANGEPLAINLOOSE]}$`),u("COERCE",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?(?:$|[^\\d])`),u("COERCERTL",o[s.COERCE],!0),u("LONETILDE","(?:~>?)"),u("TILDETRIM",`(\\s*)${o[s.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",u("TILDE",`^${o[s.LONETILDE]}${o[s.XRANGEPLAIN]}$`),u("TILDELOOSE",`^${o[s.LONETILDE]}${o[s.XRANGEPLAINLOOSE]}$`),u("LONECARET","(?:\\^)"),u("CARETTRIM",`(\\s*)${o[s.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",u("CARET",`^${o[s.LONECARET]}${o[s.XRANGEPLAIN]}$`),u("CARETLOOSE",`^${o[s.LONECARET]}${o[s.XRANGEPLAINLOOSE]}$`),u("COMPARATORLOOSE",`^${o[s.GTLT]}\\s*(${o[s.LOOSEPLAIN]})$|^$`),u("COMPARATOR",`^${o[s.GTLT]}\\s*(${o[s.FULLPLAIN]})$|^$`),u("COMPARATORTRIM",`(\\s*)${o[s.GTLT]}\\s*(${o[s.LOOSEPLAIN]}|${o[s.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",u("HYPHENRANGE",`^\\s*(${o[s.XRANGEPLAIN]})\\s+-\\s+(${o[s.XRANGEPLAIN]})\\s*$`),u("HYPHENRANGELOOSE",`^\\s*(${o[s.XRANGEPLAINLOOSE]})\\s+-\\s+(${o[s.XRANGEPLAINLOOSE]})\\s*$`),u("STAR","(<|>)?=?\\s*\\*"),u("GTE0","^\\s*>=\\s*0.0.0\\s*$"),u("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")},89020:(e,t,i)=>{const n=i(84392);e.exports=(e,t,i)=>n(e,t,">",i)},73938:(e,t,i)=>{const n=i(74e3);e.exports=(e,t,i)=>(e=new n(e,i),t=new n(t,i),e.intersects(t))},9324:(e,t,i)=>{const n=i(84392);e.exports=(e,t,i)=>n(e,t,"<",i)},26059:(e,t,i)=>{const n=i(75613),a=i(74e3);e.exports=(e,t,i)=>{let r=null,o=null,s=null;try{s=new a(t,i)}catch(e){return null}return e.forEach((e=>{s.test(e)&&(r&&-1!==o.compare(e)||(r=e,o=new n(r,i)))})),r}},66755:(e,t,i)=>{const n=i(75613),a=i(74e3);e.exports=(e,t,i)=>{let r=null,o=null,s=null;try{s=new a(t,i)}catch(e){return null}return e.forEach((e=>{s.test(e)&&(r&&1!==o.compare(e)||(r=e,o=new n(r,i)))})),r}},20371:(e,t,i)=>{const n=i(75613),a=i(74e3),r=i(31449);e.exports=(e,t)=>{e=new a(e,t);let i=new n("0.0.0");if(e.test(i))return i;if(i=new n("0.0.0-0"),e.test(i))return i;i=null;for(let t=0;t{const t=new n(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":o&&!r(t,o)||(o=t);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${e.operator}`)}})),!o||i&&!r(i,o)||(i=o)}return i&&e.test(i)?i:null}},84392:(e,t,i)=>{const n=i(75613),a=i(71219),{ANY:r}=a,o=i(74e3),s=i(51723),c=i(31449),u=i(71787),l=i(51861),p=i(72490);e.exports=(e,t,i,d)=>{let h,m,f,g,v;switch(e=new n(e,d),t=new o(t,d),i){case">":h=c,m=l,f=u,g=">",v=">=";break;case"<":h=u,m=p,f=c,g="<",v="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(s(e,t,d))return!1;for(let i=0;i{e.semver===r&&(e=new a(">=0.0.0")),o=o||e,s=s||e,h(e.semver,o.semver,d)?o=e:f(e.semver,s.semver,d)&&(s=e)})),o.operator===g||o.operator===v)return!1;if((!s.operator||s.operator===g)&&m(e,s.semver))return!1;if(s.operator===v&&f(e,s.semver))return!1}return!0}},55604:(e,t,i)=>{const n=i(51723),a=i(827);e.exports=(e,t,i)=>{const r=[];let o=null,s=null;const c=e.sort(((e,t)=>a(e,t,i)));for(const e of c)n(e,t,i)?(s=e,o||(o=e)):(s&&r.push([o,s]),s=null,o=null);o&&r.push([o,null]);const u=[];for(const[e,t]of r)e===t?u.push(e):t||e!==c[0]?t?e===c[0]?u.push(`<=${t}`):u.push(`${e} - ${t}`):u.push(`>=${e}`):u.push("*");const l=u.join(" || "),p="string"==typeof t.raw?t.raw:String(t);return l.length{const n=i(74e3),a=i(71219),{ANY:r}=a,o=i(51723),s=i(827),c=(e,t,i)=>{if(e===t)return!0;if(1===e.length&&e[0].semver===r){if(1===t.length&&t[0].semver===r)return!0;e=i.includePrerelease?[new a(">=0.0.0-0")]:[new a(">=0.0.0")]}if(1===t.length&&t[0].semver===r){if(i.includePrerelease)return!0;t=[new a(">=0.0.0")]}const n=new Set;let c,p,d,h,m,f,g;for(const t of e)">"===t.operator||">="===t.operator?c=u(c,t,i):"<"===t.operator||"<="===t.operator?p=l(p,t,i):n.add(t.semver);if(n.size>1)return null;if(c&&p){if(d=s(c.semver,p.semver,i),d>0)return null;if(0===d&&(">="!==c.operator||"<="!==p.operator))return null}for(const e of n){if(c&&!o(e,String(c),i))return null;if(p&&!o(e,String(p),i))return null;for(const n of t)if(!o(e,String(n),i))return!1;return!0}let v=!(!p||i.includePrerelease||!p.semver.prerelease.length)&&p.semver,y=!(!c||i.includePrerelease||!c.semver.prerelease.length)&&c.semver;v&&1===v.prerelease.length&&"<"===p.operator&&0===v.prerelease[0]&&(v=!1);for(const e of t){if(g=g||">"===e.operator||">="===e.operator,f=f||"<"===e.operator||"<="===e.operator,c)if(y&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===y.major&&e.semver.minor===y.minor&&e.semver.patch===y.patch&&(y=!1),">"===e.operator||">="===e.operator){if(h=u(c,e,i),h===e&&h!==c)return!1}else if(">="===c.operator&&!o(c.semver,String(e),i))return!1;if(p)if(v&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===v.major&&e.semver.minor===v.minor&&e.semver.patch===v.patch&&(v=!1),"<"===e.operator||"<="===e.operator){if(m=l(p,e,i),m===e&&m!==p)return!1}else if("<="===p.operator&&!o(p.semver,String(e),i))return!1;if(!e.operator&&(p||c)&&0!==d)return!1}return!(c&&f&&!p&&0!==d||p&&g&&!c&&0!==d||y||v)},u=(e,t,i)=>{if(!e)return t;const n=s(e.semver,t.semver,i);return n>0?e:n<0||">"===t.operator&&">="===e.operator?t:e},l=(e,t,i)=>{if(!e)return t;const n=s(e.semver,t.semver,i);return n<0?e:n>0||"<"===t.operator&&"<="===e.operator?t:e};e.exports=(e,t,i={})=>{if(e===t)return!0;e=new n(e,i),t=new n(t,i);let a=!1;e:for(const n of e.set){for(const e of t.set){const t=c(n,e,i);if(a=a||null!==t,t)continue e}if(a)return!1}return!0}},42673:(e,t,i)=>{const n=i(74e3);e.exports=(e,t)=>new n(e,t).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" ")))},60789:(e,t,i)=>{const n=i(74e3);e.exports=(e,t)=>{try{return new n(e,t).range||"*"}catch(e){return null}}},6945:e=>{"use strict";e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}},50128:(e,t,i)=>{"use strict";function n(e){var t=this;if(t instanceof n||(t=new n),t.tail=null,t.head=null,t.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){t.push(e)}));else if(arguments.length>0)for(var i=0,a=arguments.length;i1)i=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");n=this.head.next,i=this.head.value}for(var a=0;null!==n;a++)i=e(i,n.value,a),n=n.next;return i},n.prototype.reduceReverse=function(e,t){var i,n=this.tail;if(arguments.length>1)i=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");n=this.tail.prev,i=this.tail.value}for(var a=this.length-1;null!==n;a--)i=e(i,n.value,a),n=n.prev;return i},n.prototype.toArray=function(){for(var e=new Array(this.length),t=0,i=this.head;null!==i;t++)e[t]=i.value,i=i.next;return e},n.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,i=this.tail;null!==i;t++)e[t]=i.value,i=i.prev;return e},n.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var i=new n;if(tthis.length&&(t=this.length);for(var a=0,r=this.head;null!==r&&athis.length&&(t=this.length);for(var a=this.length,r=this.tail;null!==r&&a>t;a--)r=r.prev;for(;null!==r&&a>e;a--,r=r.prev)i.push(r.value);return i},n.prototype.splice=function(e,t,...i){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);for(var n=0,r=this.head;null!==r&&n{"use strict";const n=i(12087),a=i(33867),r=i(86560),{env:o}=process;let s;function c(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function u(e,t){if(0===s)return 0;if(r("color=16m")||r("color=full")||r("color=truecolor"))return 3;if(r("color=256"))return 2;if(e&&!t&&void 0===s)return 0;const i=s||0;if("dumb"===o.TERM)return i;if("win32"===process.platform){const e=n.release().split(".");return Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in o)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in o))||"codeship"===o.CI_NAME?1:i;if("TEAMCITY_VERSION"in o)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(o.TEAMCITY_VERSION)?1:0;if("truecolor"===o.COLORTERM)return 3;if("TERM_PROGRAM"in o){const e=parseInt((o.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(o.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(o.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(o.TERM)||"COLORTERM"in o?1:i}r("no-color")||r("no-colors")||r("color=false")||r("color=never")?s=0:(r("color")||r("colors")||r("color=true")||r("color=always"))&&(s=1),"FORCE_COLOR"in o&&(s="true"===o.FORCE_COLOR?1:"false"===o.FORCE_COLOR?0:0===o.FORCE_COLOR.length?1:Math.min(parseInt(o.FORCE_COLOR,10),3)),e.exports={supportsColor:function(e){return c(u(e,e&&e.isTTY))},stdout:c(u(!0,a.isatty(1))),stderr:c(u(!0,a.isatty(2)))}},72953:e=>{e.exports=function(e){return e.split(" ").map((function(e){return e.slice(0,1).toUpperCase()+e.slice(1)})).join("").replace(/[^ _0-9a-z]/gi,"")}},47857:(e,t,i)=>{"use strict";const n=i(94213),a=i(78835).parse,r=i(31669),o=i(10752),s=i(82224).y,c=i(25761).m,u=i(88971).U,l=i(456),{fromCallback:p}=i(38981),d=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,h=/[\x00-\x1F]/,m=["\n","\r","\0"],f=/[\x20-\x3A\x3C-\x7E]+/,g=/[\x09\x20-\x2F\x3B-\x40\x5B-\x60\x7B-\x7E]/,v={jan:0,feb:1,mar:2,apr:3,may:4,jun:5,jul:6,aug:7,sep:8,oct:9,nov:10,dec:11},y=2147483647e3,b='Invalid sameSiteContext option for getCookies(); expected one of "strict", "lax", or "none"';function x(e){const t=String(e).toLowerCase();return"none"===t||"lax"===t||"strict"===t?t:null}const w=Object.freeze({SILENT:"silent",STRICT:"strict",DISABLED:"unsafe-disabled"});var k=/(?:^(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}$)|(?:^(?:(?:[a-f\d]{1,4}:){7}(?:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){6}(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|:[a-f\d]{1,4}|:)|(?:[a-f\d]{1,4}:){5}(?::(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,2}|:)|(?:[a-f\d]{1,4}:){4}(?:(?::[a-f\d]{1,4}){0,1}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,3}|:)|(?:[a-f\d]{1,4}:){3}(?:(?::[a-f\d]{1,4}){0,2}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,4}|:)|(?:[a-f\d]{1,4}:){2}(?:(?::[a-f\d]{1,4}){0,3}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,5}|:)|(?:[a-f\d]{1,4}:){1}(?:(?::[a-f\d]{1,4}){0,4}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,6}|:)|(?::(?:(?::[a-f\d]{1,4}){0,5}:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}|(?::[a-f\d]{1,4}){1,7}|:)))$)/;function _(e,t,i,n){let a=0;for(;a=58)break;a++}return ai?null:n||a==e.length?parseInt(e.substr(0,a),10):null}function j(e){const t=e.split(":"),i=[0,0,0];if(3!==t.length)return null;for(let e=0;e<3;e++){const n=2==e,a=_(t[e],1,2,n);if(null===a)return null;i[e]=a}return i}function E(e){e=String(e).substr(0,3).toLowerCase();const t=v[e];return t>=0?t:null}function D(e){if(!e)return;const t=e.split(g);if(!t)return;let i=null,n=null,a=null,r=null,o=null,s=null;for(let e=0;e=70&&s<=99?s+=1900:s>=0&&s<=69&&(s+=2e3))):o=u:r=u}return null===r||null===o||null===s||null===a||r<1||r>31||s<1601||i>23||n>59||a>59?void 0:new Date(Date.UTC(s,o,r,i,n,a))}function C(e){return e.toUTCString()}function A(e){return null==e?null:(e=e.trim().replace(/^\./,""),n&&/[^\u0001-\u007f]/.test(e)&&(e=n.toASCII(e)),e.toLowerCase())}function S(e,t,i){if(null==e||null==t)return null;if(!1!==i&&(e=A(e),t=A(t)),e==t)return!0;const n=e.indexOf(t);return!(n<=0||e.length!==t.length+n||"."!==e.substr(n-1,1)||k.test(e))}function T(e){if(!e||"/"!==e.substr(0,1))return"/";if("/"===e)return e;const t=e.lastIndexOf("/");return 0===t?"/":e.slice(0,t)}function O(e,t){t&&"object"==typeof t||(t={});const i=(e=e.trim()).indexOf(";"),n=function(e,t){let i,n,a=(e=function(e){for(let t=0;t{e+=`; ${t}`})),e}TTL(e){if(null!=this.maxAge)return this.maxAge<=0?0:1e3*this.maxAge;let t=this.expires;return t!=1/0?(t instanceof Date||(t=D(t)||1/0),t==1/0?1/0:t.getTime()-(e||Date.now())):1/0}expiryTime(e){if(null!=this.maxAge){const t=e||this.creation||new Date,i=this.maxAge<=0?-1/0:1e3*this.maxAge;return t.getTime()+i}return this.expires==1/0?1/0:this.expires.getTime()}expiryDate(e){const t=this.expiryTime(e);return t==1/0?new Date(y):t==-1/0?new Date(0):new Date(t)}isPersistent(){return null!=this.maxAge||this.expires!=1/0}canonicalizedDomain(){return null==this.domain?null:A(this.domain)}cdomain(){return this.canonicalizedDomain()}}L.cookiesCreated=0,L.parse=O,L.fromJSON=P,L.serializableProperties=Object.keys(R),L.sameSiteLevel={strict:3,lax:2,none:1},L.sameSiteCanonical={strict:"Strict",lax:"Lax"};class N{constructor(e,t={rejectPublicSuffixes:!0}){"boolean"==typeof t&&(t={rejectPublicSuffixes:t}),this.rejectPublicSuffixes=t.rejectPublicSuffixes,this.enableLooseMode=!!t.looseMode,this.allowSpecialUseDomain=!!t.allowSpecialUseDomain,this.store=e||new c,this.prefixSecurity=function(e){if(null!=e){const t=e.toLowerCase();switch(t){case w.STRICT:case w.SILENT:case w.DISABLED:return t}}return w.SILENT}(t.prefixSecurity),this._cloneSync=B("clone"),this._importCookiesSync=B("_importCookies"),this.getCookiesSync=B("getCookies"),this.getCookieStringSync=B("getCookieString"),this.getSetCookieStringsSync=B("getSetCookieStrings"),this.removeAllCookiesSync=B("removeAllCookies"),this.setCookieSync=B("setCookie"),this.serializeSync=B("serialize")}setCookie(e,t,i,n){let a;const r=z(t);"function"==typeof i&&(n=i,i={});const s=A(r.hostname),c=i.loose||this.enableLooseMode;let u=null;if(i.sameSiteContext&&(u=x(i.sameSiteContext),!u))return n(new Error(b));if("string"==typeof e||e instanceof String){if(!(e=L.parse(e,{loose:c})))return a=new Error("Cookie failed to parse"),n(i.ignoreError?null:a)}else if(!(e instanceof L))return a=new Error("First argument to setCookie must be a Cookie object or string"),n(i.ignoreError?null:a);const l=i.now||new Date;if(this.rejectPublicSuffixes&&e.domain&&null==o.getPublicSuffix(e.cdomain()))return a=new Error("Cookie has domain set to a public suffix"),n(i.ignoreError?null:a);if(e.domain){if(!S(s,e.cdomain(),!1))return a=new Error(`Cookie not in this host's domain. Cookie:${e.cdomain()} Request:${s}`),n(i.ignoreError?null:a);null==e.hostOnly&&(e.hostOnly=!1)}else e.hostOnly=!0,e.domain=s;if(e.path&&"/"===e.path[0]||(e.path=T(r.pathname),e.pathIsDefault=!0),!1===i.http&&e.httpOnly)return a=new Error("Cookie is HttpOnly and this isn't an HTTP API"),n(i.ignoreError?null:a);if("none"!==e.sameSite&&u&&"none"===u)return a=new Error("Cookie is SameSite but this is a cross-origin request"),n(i.ignoreError?null:a);const p=this.prefixSecurity===w.SILENT;if(this.prefixSecurity!==w.DISABLED){let t,a=!1;if(function(e){return!e.key.startsWith("__Secure-")||e.secure}(e)?function(e){return!e.key.startsWith("__Host-")||e.secure&&e.hostOnly&&null!=e.path&&"/"===e.path}(e)||(a=!0,t="Cookie has __Host prefix but either Secure or HostOnly attribute is not set or Path is not '/'"):(a=!0,t="Cookie has __Secure prefix but Secure attribute is not set"),a)return n(i.ignoreError||p?null:new Error(t))}const d=this.store;d.updateCookie||(d.updateCookie=function(e,t,i){this.putCookie(t,i)}),d.findCookie(e.domain,e.path,e.key,(function(t,a){if(t)return n(t);const r=function(t){if(t)return n(t);n(null,e)};if(a){if(!1===i.http&&a.httpOnly)return t=new Error("old Cookie is HttpOnly and this isn't an HTTP API"),n(i.ignoreError?null:t);e.creation=a.creation,e.creationIndex=a.creationIndex,e.lastAccessed=l,d.updateCookie(a,e,r)}else e.creation=e.lastAccessed=l,d.putCookie(e,r)}))}getCookies(e,t,i){const n=z(e);"function"==typeof t&&(i=t,t={});const a=A(n.hostname),r=n.pathname||"/";let o=t.secure;null!=o||!n.protocol||"https:"!=n.protocol&&"wss:"!=n.protocol||(o=!0);let s=0;if(t.sameSiteContext){const e=x(t.sameSiteContext);if(s=L.sameSiteLevel[e],!s)return i(new Error(b))}let c=t.http;null==c&&(c=!0);const l=t.now||Date.now(),p=!1!==t.expire,d=!!t.allPaths,h=this.store;function m(e){if(e.hostOnly){if(e.domain!=a)return!1}else if(!S(a,e.domain,!1))return!1;return!(!d&&!u(r,e.path))&&(!(e.secure&&!o)&&(!(e.httpOnly&&!c)&&(!(s&&L.sameSiteLevel[e.sameSite||"none"]>s)&&!(p&&e.expiryTime()<=l&&(h.removeCookie(e.domain,e.path,e.key,(()=>{})),1)))))}h.findCookies(a,d?null:r,this.allowSpecialUseDomain,((e,n)=>{if(e)return i(e);n=n.filter(m),!1!==t.sort&&(n=n.sort(F));const a=new Date;for(const e of n)e.lastAccessed=a;i(null,n)}))}getCookieString(...e){const t=e.pop();e.push((function(e,i){e?t(e):t(null,i.sort(F).map((e=>e.cookieString())).join("; "))})),this.getCookies.apply(this,e)}getSetCookieStrings(...e){const t=e.pop();e.push((function(e,i){e?t(e):t(null,i.map((e=>e.toString())))})),this.getCookies.apply(this,e)}serialize(e){let t=this.store.constructor.name;"Object"===t&&(t=null);const i={version:`tough-cookie@${l}`,storeType:t,rejectPublicSuffixes:!!this.rejectPublicSuffixes,cookies:[]};if(!this.store.getAllCookies||"function"!=typeof this.store.getAllCookies)return e(new Error("store does not support getAllCookies and cannot be serialized"));this.store.getAllCookies(((t,n)=>t?e(t):(i.cookies=n.map((e=>(delete(e=e instanceof L?e.toJSON():e).creationIndex,e))),e(null,i))))}toJSON(){return this.serializeSync()}_importCookies(e,t){let i=e.cookies;if(!i||!Array.isArray(i))return t(new Error("serialized jar has no cookies array"));i=i.slice();const n=e=>{if(e)return t(e);if(!i.length)return t(e,this);let a;try{a=P(i.shift())}catch(e){return t(e)}if(null===a)return n(null);this.store.putCookie(a,n)};n()}clone(e,t){1===arguments.length&&(t=e,e=null),this.serialize(((i,n)=>{if(i)return t(i);N.deserialize(n,e,t)}))}cloneSync(e){if(0===arguments.length)return this._cloneSync();if(!e.synchronous)throw new Error("CookieJar clone destination store is not synchronous; use async API instead.");return this._cloneSync(e)}removeAllCookies(e){const t=this.store;if("function"==typeof t.removeAllCookies&&t.removeAllCookies!==s.prototype.removeAllCookies)return t.removeAllCookies(e);t.getAllCookies(((i,n)=>{if(i)return e(i);if(0===n.length)return e(null);let a=0;const r=[];function o(t){if(t&&r.push(t),a++,a===n.length)return e(r.length?r[0]:null)}n.forEach((e=>{t.removeCookie(e.domain,e.path,e.key,o)}))}))}static deserialize(e,t,i){let n;if(3!==arguments.length&&(i=t,t=null),"string"==typeof e){if(n=I(e),n instanceof Error)return i(n)}else n=e;const a=new N(t,n.rejectPublicSuffixes);a._importCookies(n,(e=>{if(e)return i(e);i(null,a)}))}static deserializeSync(e,t){const i="string"==typeof e?JSON.parse(e):e,n=new N(t,i.rejectPublicSuffixes);if(!n.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");return n._importCookiesSync(i),n}}function B(e){return function(...t){if(!this.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");let i,n;if(this[e](...t,((e,t)=>{i=e,n=t})),i)throw i;return n}}N.fromJSON=N.deserializeSync,["_importCookies","clone","getCookies","getCookieString","getSetCookieStrings","removeAllCookies","serialize","setCookie"].forEach((e=>{N.prototype[e]=p(N.prototype[e])})),N.deserialize=p(N.deserialize),t.version=l,t.CookieJar=N,t.Cookie=L,t.Store=s,t.MemoryCookieStore=c,t.parseDate=D,t.formatDate=C,t.parse=O,t.fromJSON=P,t.domainMatch=S,t.defaultPath=T,t.pathMatch=u,t.getPublicSuffix=o.getPublicSuffix,t.cookieCompare=F,t.permuteDomain=i(87324).permuteDomain,t.permutePath=function(e){if("/"===e)return["/"];const t=[e];for(;e.length>1;){const i=e.lastIndexOf("/");if(0===i)break;e=e.substr(0,i),t.push(e)}return t.push("/"),t},t.canonicalDomain=A,t.PrefixSecurityEnum=w},25761:(e,t,i)=>{"use strict";const{fromCallback:n}=i(38981),a=i(82224).y,r=i(87324).permuteDomain,o=i(88971).U,s=i(31669);class c extends a{constructor(){super(),this.synchronous=!0,this.idx={},s.inspect.custom&&(this[s.inspect.custom]=this.inspect)}inspect(){return`{ idx: ${s.inspect(this.idx,!1,2)} }`}findCookie(e,t,i,n){return this.idx[e]&&this.idx[e][t]?n(null,this.idx[e][t][i]||null):n(null,void 0)}findCookies(e,t,i,n){const a=[];if("function"==typeof i&&(n=i,i=!1),!e)return n(null,[]);let s;s=t?function(e){Object.keys(e).forEach((i=>{if(o(t,i)){const t=e[i];for(const e in t)a.push(t[e])}}))}:function(e){for(const t in e){const i=e[t];for(const e in i)a.push(i[e])}};const c=r(e,i)||[e],u=this.idx;c.forEach((e=>{const t=u[e];t&&s(t)})),n(null,a)}putCookie(e,t){this.idx[e.domain]||(this.idx[e.domain]={}),this.idx[e.domain][e.path]||(this.idx[e.domain][e.path]={}),this.idx[e.domain][e.path][e.key]=e,t(null)}updateCookie(e,t,i){this.putCookie(t,i)}removeCookie(e,t,i,n){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][i]&&delete this.idx[e][t][i],n(null)}removeCookies(e,t,i){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),i(null)}removeAllCookies(e){return this.idx={},e(null)}getAllCookies(e){const t=[],i=this.idx;Object.keys(i).forEach((e=>{Object.keys(i[e]).forEach((n=>{Object.keys(i[e][n]).forEach((a=>{null!==a&&t.push(i[e][n][a])}))}))})),t.sort(((e,t)=>(e.creationIndex||0)-(t.creationIndex||0))),e(null,t)}}["findCookie","findCookies","putCookie","updateCookie","removeCookie","removeCookies","removeAllCookies","getAllCookies"].forEach((e=>{c[e]=n(c.prototype[e])})),t.m=c},88971:(e,t)=>{"use strict";t.U=function(e,t){if(t===e)return!0;if(0===e.indexOf(t)){if("/"===t.substr(-1))return!0;if("/"===e.substr(t.length,1))return!0}return!1}},87324:(e,t,i)=>{"use strict";const n=i(10752),a=["local"];t.permuteDomain=function(e,t){let i=null;if(t){const t=e.split(".");i=a.includes(t[t.length-1])?`${t[t.length-2]}.${t[t.length-1]}`:n.getPublicSuffix(e)}else i=n.getPublicSuffix(e);if(!i)return null;if(i==e)return[e];const r=e.slice(0,-(i.length+1)).split(".").reverse();let o=i;const s=[o];for(;r.length;)o=`${r.shift()}.${o}`,s.push(o);return s}},10752:(e,t,i)=>{"use strict";const n=i(16244);t.getPublicSuffix=function(e){return n.get(e)}},82224:(e,t)=>{"use strict";t.y=class{constructor(){this.synchronous=!1}findCookie(e,t,i,n){throw new Error("findCookie is not implemented")}findCookies(e,t,i,n){throw new Error("findCookies is not implemented")}putCookie(e,t){throw new Error("putCookie is not implemented")}updateCookie(e,t,i){throw new Error("updateCookie is not implemented")}removeCookie(e,t,i,n){throw new Error("removeCookie is not implemented")}removeCookies(e,t,i){throw new Error("removeCookies is not implemented")}removeAllCookies(e){throw new Error("removeAllCookies is not implemented")}getAllCookies(e){throw new Error("getAllCookies is not implemented (therefore jar cannot be serialized)")}}},456:e=>{e.exports="4.0.0"},76752:function(e,t,i){"use strict";var n,a,r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.wss=t.getSettings=void 0;const o=r(i(98605)),s=r(i(99268)),c=i(8777),u=r(i(27646)),l=r(i(15158)),p=i(68160),d=i(93786),h=r(i(48479)),m=i(61999),f=i(83020),g=i(25532),v=i(54570),y=i(15257);var b=i(48519);Object.defineProperty(t,"getSettings",{enumerable:!0,get:function(){return b.getSettings}});const x=u.default(p.hideBin(process.argv)).options({port:{type:"string",default:"6595"},host:{type:"string",default:"127.0.0.1"}}).argv,w=m.normalizePort(null!==(n=process.env.DEEMIX_SERVER_PORT)&&void 0!==n?n:x.port),k=null!==(a=process.env.DEEMIX_HOST)&&void 0!==a?a:x.host,_=l.default("deemix-gui:server");t.wss=new c.Server({noServer:!0});const j=s.default(),E=o.default.createServer(j);d.registerMiddlewares(j),j.use("/",h.default),g.registerApis(j),j.set("port",w),E.listen({port:w,host:k}),v.registerWebsocket(t.wss),j.on("mount",(e=>{console.log(e)})),E.on("connect",(()=>{y.consoleInfo("Server connected")})),E.on("upgrade",((e,i,n)=>{t.wss.handleUpgrade(e,i,n,(i=>{t.wss.emit("connection",i,e)}))})),E.on("error",f.getErrorCb(w)),E.on("listening",f.getListeningCb(E,_))},15257:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NotLoggedIn=t.AlreadyInQueue=t.QueueError=t.isBadRequestError=t.BadRequestError=t.consoleError=t.consoleInfo=void 0;const n=i(99614).concat("[deemix-server]: ");t.consoleInfo=e=>console.info(n(e)),t.consoleError=e=>console.error(n(e));class a extends Error{constructor(){super(),this.message="Bad request!"}}t.BadRequestError=a,t.isBadRequestError=e=>e instanceof a;class r extends Error{constructor(e){super(e),this.name="QueueError"}}t.QueueError=r,t.AlreadyInQueue=class extends r{constructor(e,t){super(`${e.artist} - ${e.title} is already in queue.`),this.name="AlreadyInQueue",this.item=e,this.silent=t}},t.NotLoggedIn=class extends r{constructor(){super("You must be logged in to start a download."),this.name="NotLoggedIn"}}},91577:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.GUI_PACKAGE=t.WEBUI_DIR=t.ROOT_DIR=void 0;const a=n(i(85622));t.ROOT_DIR=a.default.resolve(a.default.join(__dirname,"..","..")),t.WEBUI_DIR=a.default.join(t.ROOT_DIR,"webui","public"),t.GUI_PACKAGE=a.default.join(t.ROOT_DIR,"package.json")},61999:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.normalizePort=void 0,t.normalizePort=function(e){const t=parseInt(e,10);return isNaN(t)?e:t>=0&&t}},82180:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isObjectEmpy=void 0,t.isObjectEmpy=e=>0===Object.keys(e).length},83020:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getListeningCb=t.getErrorCb=void 0;const n=i(15257);t.getErrorCb=function(e){return t=>{if("listen"!==t.syscall)throw t;const i="string"==typeof e?"Pipe "+e:"Port "+e;switch(t.code){case"EACCES":console.error(i+" requires elevated privileges"),process.exit(1);case"EADDRINUSE":console.error(i+" is already in use"),process.exit(1);default:throw t}}},t.getListeningCb=function(e,t){return()=>{const i=e.address();if(i){const e="string"==typeof i?"pipe "+i:"port "+i.port;t(`Listening on ${e}`),n.consoleInfo(`Listening on ${e}`)}}}},48519:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.restoreQueueFromDisk=t.clearCompletedDownloads=t.cancelAllDownloads=t.cancelDownload=t.startQueue=t.addToQueue=t.getQueue=t.saveSettings=t.getSettings=t.listener=t.plugins=t.isDeezerAvailable=t.deemixVersion=t.getArlFromAccessToken=t.getAccessToken=t.sessionDZ=t.configFolder=t.defaultSettings=void 0;const r=a(i(35747)),o=i(85622),s=i(42277),c=a(i(57424)),u=a(i(8777)),l=a(i(12210)),p=i(76752),d=i(15257),h=c.default.downloader.Downloader,{Single:m,Collection:f,Convertable:g}=c.default.types.downloadObjects;t.defaultSettings=c.default.settings.DEFAULTS,t.configFolder=c.default.utils.localpaths.getConfigFolder(),t.sessionDZ={};let v=c.default.settings.load(t.configFolder);t.getAccessToken=c.default.utils.deezer.getAccessToken,t.getArlFromAccessToken=c.default.utils.deezer.getArlFromAccessToken,t.deemixVersion=i(98565).version;let y=null;t.isDeezerAvailable=function(){return n(this,void 0,void 0,(function*(){if(null===y){let e;try{e=yield l.default.get("https://www.deezer.com/",{headers:{Cookie:"dz_lang=en; Domain=deezer.com; Path=/; Secure; hostOnly=false;"},https:{rejectUnauthorized:!1},retry:5})}catch(e){return console.trace(e),y=!1,y}const t=(e.body.match(/]*>([^<]+)<\/title>/)[1]||"").trim();y="Deezer will soon be available in your country."!==t}return y}))},t.plugins={spotify:new c.default.plugins.spotify},t.plugins.spotify.setup(),t.listener={send(e,t){const i=c.default.utils.formatListener(e,t);i&&console.log(i),["downloadInfo","downloadWarn"].includes(e)||p.wss.clients.forEach((i=>{i.readyState===u.default.OPEN&&i.send(JSON.stringify({key:e,data:t}))}))}},t.getSettings=function(){return{settings:v,defaultSettings:t.defaultSettings,spotifySettings:t.plugins.spotify.getSettings()}},t.saveSettings=function(e,i){e.executeCommand=v.executeCommand,c.default.settings.save(e,t.configFolder),v=e,t.plugins.spotify.saveSettings(i)};let b=[];const x={};let w=null;function k(e){return n(this,void 0,void 0,(function*(){do{if(null!==w||0===b.length)return null;w=!0;const i=b.shift()||"";console.log(i),x[i].status="downloading";const n=JSON.parse(r.default.readFileSync(t.configFolder+`queue${o.sep}${i}.json`).toString());let a;switch(n.__type__){case"Single":a=new m(n);break;case"Collection":a=new f(n);break;case"Convertable":a=new g(n),a=yield t.plugins[a.plugin].convert(e,a,v,t.listener),r.default.writeFileSync(t.configFolder+`queue${o.sep}${a.uuid}.json`,JSON.stringify(Object.assign(Object.assign({},a.toDict()),{status:"inQueue"})))}if(w=new h(e,a,v,t.listener),t.listener.send("startDownload",i),yield w.start(),!a.isCanceled){a.failed===a.size&&0!==a.size?x[i].status="failed":a.failed>0?x[i].status="withErrors":x[i].status="completed";const e=a.getSlimmedDict();e.status=x[i].status,x[i]=e,r.default.writeFileSync(t.configFolder+`queue${o.sep}${i}.json`,JSON.stringify(e))}console.log(b),r.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b)),w=null}while(b.length)}))}function _(){r.default.existsSync(t.configFolder+"queue")||r.default.mkdirSync(t.configFolder+"queue"),r.default.readdirSync(t.configFolder+"queue").forEach((e=>{if("order.json"===e)b=JSON.parse(r.default.readFileSync(t.configFolder+`queue${o.sep}order.json`).toString());else{const i=JSON.parse(r.default.readFileSync(t.configFolder+`queue${o.sep}${e}`).toString());if("inQueue"===i.status){let e;switch(i.__type__){case"Single":e=new m(i);break;case"Collection":e=new f(i);break;case"Convertable":e=new g(i)}x[e.uuid]=e.getEssentialDict(),x[e.uuid].status="inQueue"}else x[i.uuid]=i}}))}_(),t.getQueue=function(){const e={queue:x,queueOrder:b};return w&&!0!==w&&(e.current=w.downloadObject.getSlimmedDict()),e},t.addToQueue=function(e,i,a){return n(this,void 0,void 0,(function*(){if(!e.logged_in)throw new d.NotLoggedIn;let n=[];const u=[];let l="";const p=s.v4();i.length>1&&t.listener.send("startGeneratingItems",{uuid:p,total:i.length});for(let r=0;r{e.errid||console.trace(e),t.listener.send("queueError",{link:e.link,error:e.message,errid:e.errid})})),i.length>1&&t.listener.send("finishGeneratingItems",{uuid:p,total:n.length});const h=[];return n.forEach(((e,i)=>{if(Object.keys(x).includes(e.uuid))return t.listener.send("alreadyInQueue",e.getEssentialDict()),void delete n[i];r.default.existsSync(t.configFolder+"queue")||r.default.mkdirSync(t.configFolder+"queue"),b.push(e.uuid),r.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b)),x[e.uuid]=e.getEssentialDict(),x[e.uuid].status="inQueue";const a=e.toDict();a.status="inQueue",r.default.writeFileSync(t.configFolder+`queue${o.sep}${e.uuid}.json`,JSON.stringify(a)),h.push(e.getSlimmedDict())})),1===n.length?t.listener.send("addedToQueue",n[0].getSlimmedDict()):t.listener.send("addedToQueue",h),k(e),h}))},t.startQueue=k,t.cancelDownload=function(e){if(Object.keys(x).includes(e)){switch(x[e].status){case"downloading":w.downloadObject.isCanceled=!0,t.listener.send("cancellingCurrentItem",e);break;case"inQueue":b.splice(b.indexOf(e),1),r.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b));default:t.listener.send("removedFromQueue",e)}r.default.unlinkSync(t.configFolder+`queue${o.sep}${e}.json`),delete x[e]}},t.cancelAllDownloads=function(){b=[];let e=null;Object.values(x).forEach((i=>{"downloading"===i.status&&(w.downloadObject.isCanceled=!0,t.listener.send("cancellingCurrentItem",i.uuid),e=i.uuid),r.default.unlinkSync(t.configFolder+`queue${o.sep}${i.uuid}.json`),delete x[i.uuid]})),r.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b)),t.listener.send("removedAllDownloads",e)},t.clearCompletedDownloads=function(){Object.values(x).forEach((e=>{"completed"===e.status&&(r.default.unlinkSync(t.configFolder+`queue${o.sep}${e.uuid}.json`),delete x[e.uuid])})),t.listener.send("removedFinishedDownloads")},t.restoreQueueFromDisk=_},93786:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerMiddlewares=void 0;const a=n(i(99268)),r=n(i(50034)),o=n(i(981)),s=n(i(92024)),c=i(91577),u=i(46415)(s.default);t.registerMiddlewares=function(e){e.use(r.default("dev")),e.use(a.default.json()),e.use(a.default.urlencoded({extended:!1})),e.use(o.default()),e.use(s.default({store:new u({checkPeriod:864e5}),secret:"U2hoLCBpdHMgYSBzZWNyZXQh",resave:!0,saveUninitialized:!0})),e.use(a.default.static(c.WEBUI_DIR))}},35921:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=[]},7931:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0}),t.getAlbumDetails=t.apiHandler=void 0;const a=i(63623),r=i(48519),o={path:"/album-search/",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];if(!e.query)return t.status(400).send();const{term:n,start:o,nb:c}=function(e){let t=0;void 0!==e.start&&(t=parseInt(e.start));let i=30;return void 0!==e.nb&&(i=parseInt(e.nb)),{term:e.term,start:t,nb:i}}(e.query);if(!n||""===n.trim())return t.status(400).send();const u=yield i.gw.search_music(n,"ALBUM",{index:o,limit:c}),l=yield Promise.all(u.data.map((e=>s(i,e.ALB_ID)))),p={data:l,total:l.length};return t.send(p)}))};function s(e,t){return n(this,void 0,void 0,(function*(){const i=yield e.gw.get_album_page(t),n=i.DATA;let a=0;return i.SONGS.data.forEach((e=>{"DURATION"in e&&(a+=parseInt(e.DURATION))})),n.DURATION=a,n.NUMBER_TRACK=i.SONGS.total,n.LINK=`https://deezer.com/album/${n.ALB_ID}`,n}))}t.apiHandler=o,t.getAlbumDetails=s},98080:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const r=a(i(57424)),o=i(63623),s=i(48519),c={path:"/analyzeLink",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){try{if(!e.query||!e.query.term)return t.status(400).send({errorMessage:"No term specified",errorCode:"AL01"});const{term:i}=e.query,[,n,a]=yield r.default.parseLink(i);if(["track","album"].includes(n)){s.sessionDZ[e.session.id]||(s.sessionDZ[e.session.id]=new o.Deezer);const i=s.sessionDZ[e.session.id],r="track"===n?"get_track":"get_album",c=yield i.api[r](a);return t.status(200).send(c)}return t.status(400).send({errorMessage:"Not supported",errorCode:"AL02"})}catch(e){return t.status(500).send({errorMessage:"The server had a problem. Please try again",errorObject:e,errorCode:"AL03"})}}))};t.default=c},3396:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(63623),a=i(48519),r={path:"/changeAccount",handler:(e,t)=>{if(!e.query||!e.query.child)return t.status(400).send({errorMessage:"No child specified",errorCode:"CA01"});const{child:i}=e.query;a.sessionDZ[e.session.id]||(a.sessionDZ[e.session.id]=new n.Deezer);const r=a.sessionDZ[e.session.id].change_account(i);return t.status(200).send(r)}};t.default=r},76686:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o=i(82180),s=i(15257),c={path:"/getChartTracks",handler:(e,t,i)=>n(void 0,void 0,void 0,(function*(){try{r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const n=r.sessionDZ[e.session.id];if(o.isObjectEmpy(e.query)||!e.query.id)throw new s.BadRequestError;const c=e.query.id,u=e.query.index,l=e.query.limit,p=yield n.api.get_playlist_tracks(c,{index:u,limit:l});t.status(200).send(p),i()}catch(e){if(s.isBadRequestError(e))return s.consoleError(e.message),t.status(400).send(),i()}}))};t.default=c},96990:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519);let o;const s={path:"/getCharts",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){if(!o){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const t=r.sessionDZ[e.session.id],i=yield t.api.get_countries_charts(),n=[];i.forEach((e=>{n.push({title:e.title.replace("Top ",""),id:e.id,picture_small:e.picture_small,picture_medium:e.picture_medium,picture_big:e.picture_big})})),o={data:n}}t.send(o)}))};t.default=s},13966:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519);let o;const s={path:"/getHome",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];o||(o=yield i.api.get_chart(0,{limit:30})),t.send(o)}))};t.default=s},32664:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/getQueue",handler:(e,t)=>{const i=n.getQueue();t.send(i)}};t.default=a},14315:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/getSettings",handler:(e,t)=>{t.send(n.getSettings())}};t.default=a},24777:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/getTracklist",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id],n=String(e.query.id),o=String(e.query.type);switch(o){case"artist":{const e=yield i.api.get_artist(n);e.releases=yield i.gw.get_artist_discography_tabs(n,{limit:100}),t.send(e);break}case"spotifyplaylist":case"spotify_playlist":{if(!r.plugins.spotify.enabled){t.send({collaborative:!1,description:"",external_urls:{spotify:null},followers:{total:0,href:null},id:null,images:[],name:"Something went wrong",owner:{display_name:"Error",id:null},public:!0,tracks:[],type:"playlist",uri:null});break}const e=r.plugins.spotify.sp;let i=yield e.getPlaylist(n);i=i.body;let a=i.tracks.items;for(;i.tracks.next;){const t=/offset=(\d+)&limit=(\d+)/g.exec(i.tracks.next),r=t[1],o=t[2],s=yield e.getPlaylistTracks(n,{offset:r,limit:o});i.tracks=s.body,a=a.concat(i.tracks.items)}a.forEach(((e,t)=>{a[t]=e.track,a[t].selected=!1})),i.tracks=a,t.send(i);break}default:{const e=yield i.api[`get_${o}`](n);let a=yield i.api[`get_${o}_tracks`](n);a=a.data;const r=[],s="album"===o&&a.length&&1!==a[a.length-1].disk_number;let c=0;a.forEach((e=>{s&&parseInt(e.disk_number)!==c&&(c=parseInt(e.disk_number),r.push({type:"disc_separator",number:c})),e.selected=!1,r.push(e)})),e.tracks=r,t.send(e);break}}}))};t.default=o},8148:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/getUserAlbums",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];let n;if(i.logged_in){const e=i.current_user.id;n=yield i.gw.get_user_albums(e,{limit:-1})}else n={error:"notLoggedIn"};t.send(n)}))};t.default=o},50608:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/getUserArtists",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];let n;if(i.logged_in){const e=i.current_user.id;n=yield i.gw.get_user_artists(e,{limit:-1})}else n={error:"notLoggedIn"};t.send(n)}))};t.default=o},97547:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/getUserFavorites",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];let n={};if(i.logged_in){const e=i.current_user.id;n.playlists=yield i.gw.get_user_playlists(e,{limit:-1}),n.albums=yield i.gw.get_user_albums(e,{limit:-1}),n.artists=yield i.gw.get_user_artists(e,{limit:-1}),n.tracks=yield i.gw.get_user_tracks(e,{limit:-1})}else n={error:"notLoggedIn"};t.send(n)}))};t.default=o},62523:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/getUserPlaylists",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];let n;if(i.logged_in){const e=i.current_user.id;n=yield i.gw.get_user_playlists(e,{limit:-1})}else n={error:"notLoggedIn"};t.send(n)}))};t.default=o},6160:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(48519),r={path:"/getUserSpotifyPlaylists",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){let i;if(a.plugins.spotify.enabled){const t=a.plugins.spotify.sp,n=e.query.spotifyUser;i=[];let r=yield t.getUserPlaylists(n);r=r.body;let o=r.items;for(;r.next;){const e=/offset=(\d+)&limit=(\d+)/g.exec(r.next),i=e[1],a=e[2];r=(yield t.getUserPlaylists(n,{offset:i,limit:a})).body,o=o.concat(r.items)}o.forEach((e=>{i.push(a.plugins.spotify._convertPlaylistStructure(e))}))}else i={error:"spotifyNotEnabled"};t.send(i)}))};t.default=r},24740:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/getUserTracks",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];let n;if(i.logged_in){const e=i.current_user.id;n=yield i.gw.get_user_tracks(e,{limit:-1})}else n={error:"notLoggedIn"};t.send(n)}))};t.default=o},28095:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const a=n(i(98080)),r=n(i(3396)),o=n(i(13966)),s=n(i(96990)),c=n(i(17034)),u=n(i(87329)),l=n(i(36642)),p=n(i(24777)),d=i(7931),h=n(i(76686)),m=n(i(14315)),f=n(i(24740)),g=n(i(8148)),v=n(i(50608)),y=n(i(62523)),b=n(i(6160)),x=n(i(97547)),w=n(i(32664)),k=n(i(8311));t.default=[d.apiHandler,r.default,a.default,o.default,s.default,h.default,c.default,u.default,l.default,p.default,m.default,f.default,g.default,v.default,y.default,b.default,x.default,w.default,k.default]},17034:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/mainSearch",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id],n=String(e.query.term),o=yield i.gw.search(n),s=[];if(o.ORDER.forEach((e=>{["TOP_RESULT","TRACK","ALBUM","ARTIST","PLAYLIST"].includes(e)&&s.push(e)})),o.TOP_RESULT&&o.TOP_RESULT.length){const e=o.TOP_RESULT[0],t={type:e.__TYPE__};switch(t.type){case"artist":t.id=e.ART_ID,t.picture=`https://e-cdns-images.dzcdn.net/images/artist/${e.ART_PICTURE}`,t.title=e.ART_NAME,t.nb_fan=e.NB_FAN;break;case"album":t.id=e.ALB_ID,t.picture=`https://e-cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}`,t.title=e.ALB_TITLE,t.artist=e.ART_NAME,t.nb_song=e.NUMBER_TRACK;break;case"playlist":t.id=e.PLAYLIST_ID,t.picture=`https://e-cdns-images.dzcdn.net/images/${e.PICTURE_TYPE}/${e.PLAYLIST_PICTURE}`,t.title=e.TITLE,t.artist=e.PARENT_USERNAME,t.nb_song=e.NB_SONG;break;default:t.id="0",t.picture="https://e-cdns-images.dzcdn.net/images/cover"}t.picture+="/156x156-000000-80-0-0.jpg",t.link=`https://deezer.com/${t.type}/${t.id}`,o.TOP_RESULT=[t]}o.ORDER=s,t.send(o)}))};t.default=o},36642:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o=i(7931),s={path:"/newReleases",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id],s=(yield i.gw.get_page("channels/explore")).sections.find((e=>e.section_id.includes("module_id=83718b7b-5503-4062-b8b9-3530e2e2cefa"))).items.map((e=>e.target)),c=yield Promise.all(s.map((e=>function(e,t){return n(this,void 0,void 0,(function*(){const i=yield e.gw.get_page(t),n=/^New.*releases$/,a=i.sections.find((e=>n.test(e.title)));return a?"target"in a?(yield e.gw.get_page(a.target)).sections[0].items.map((e=>e.data)):"items"in a?a.items.map((e=>e.data)):[]:[]}))}(i,e)))),u=new Set,l=[];c.forEach((e=>{e.forEach((e=>{u.has(e.ALB_ID)||(u.add(e.ALB_ID),l.push(e))}))})),l.sort(((e,t)=>e.DIGITAL_RELEASE_DATEp-Date.parse(e.DIGITAL_RELEASE_DATE)<6912e5)),h=yield Promise.all(d.map((e=>o.getAlbumDetails(i,e.ALB_ID)))),m={data:h,total:h.length};return t.send(m)}))};t.default=s},87329:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/search",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id],n=String(e.query.term),o=String(e.query.type),s=parseInt(String(e.query.start)),c=parseInt(String(e.query.nb));let u;switch(o){case"track":u=yield i.api.search_track(n,{limit:c,index:s});break;case"album":u=yield i.api.search_album(n,{limit:c,index:s});break;case"artist":u=yield i.api.search_artist(n,{limit:c,index:s});break;case"playlist":u=yield i.api.search_playlist(n,{limit:c,index:s});break;case"radio":u=yield i.api.search_radio(n,{limit:c,index:s});break;case"user":u=yield i.api.search_user(n,{limit:c,index:s});break;default:u=yield i.api.search(n,{limit:c,index:s})}u.type=o,t.send(u)}))};t.default=o},8311:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/spotifyStatus",handler:(e,t)=>{t.send({spotifyEnabled:n.plugins.spotify.enabled})}};t.default=a},59386:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=[]},61156:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/addToQueue",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id],n=e.query.url.split(/[\s;]+/);let o,s=e.query.bitrate;"null"===s&&(s=r.getSettings().settings.maxBitrate);try{o=yield r.addToQueue(i,n,s)}catch(e){return void("NotLoggedIn"===e.name?(t.send({result:!1,errid:e.name,data:{url:n,bitrate:s}}),r.listener.send("loginNeededToDownload")):(console.error(e),t.send({result:!1,errid:e.name,data:{url:n,bitrate:s}})))}t.send({result:!0,data:{url:n,bitrate:s,obj:o}})}))};t.default=o},46251:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/cancelAllDownloads",handler:(e,t)=>{n.cancelAllDownloads(),t.send({result:!0})}};t.default=a},50392:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const a=n(i(88665)),r=n(i(61156)),o=n(i(70370)),s=n(i(46251)),c=n(i(86430)),u=n(i(92356)),l=n(i(95213)),p=n(i(80878));t.default=[a.default,r.default,o.default,s.default,c.default,u.default,l.default,p.default]},88665:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(63623),r=i(48519),o={path:"/login-arl",handler:(e,t,i)=>n(void 0,void 0,void 0,(function*(){r.sessionDZ[e.session.id]||(r.sessionDZ[e.session.id]=new a.Deezer);const i=r.sessionDZ[e.session.id];if(!e.query)return t.status(400).send();if(!e.query.arl)return t.status(400).send();const n=[e.query.arl];let o;e.query.child&&n.push(e.query.child),i.logged_in?o=2:(o=yield i.login_via_arl(...n),o=o?1:0),0===o&&(r.sessionDZ[e.session.id]=new a.Deezer),(yield r.isDeezerAvailable())||(o=-1);const s={status:o,arl:e.query.arl,user:i.current_user,childs:i.childs,currentChild:i.selected_account};return-1!==o&&0!==o&&r.startQueue(i),t.status(200).send(s)}))};t.default=o},70370:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=i(48519),r={path:"/loginWithCredentials",handler:(e,t)=>n(void 0,void 0,void 0,(function*(){const{email:i,password:n}=e.body;let r,o=e.body.accessToken;o||(o=yield a.getAccessToken(i,n),"undefined"===o&&(o=void 0)),o&&(r=yield a.getArlFromAccessToken(o)),console.log({accessToken:o,arl:r}),t.send({accessToken:o,arl:r})}))};t.default=r},95213:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(63623),a=i(48519),r={path:"/logout",handler:(e,t)=>{a.sessionDZ[e.session.id]=new n.Deezer,t.send({logged_out:!0})}};t.default=r},86430:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/removeFinishedDownloads",handler:(e,t)=>{n.clearCompletedDownloads(),t.send({result:!0})}};t.default=a},92356:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/removeFromQueue",handler:(e,t)=>{const{uuid:i}=e.query;i?(n.cancelDownload(i),t.send({result:!0})):t.send({result:!1})}};t.default=a},80878:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(48519),a={path:"/saveSettings",handler:(e,t)=>{const{settings:i,spotifySettings:a}=e.query;n.saveSettings(i,a),n.listener.send("updateSettings",{settings:i,spotifySettings:a}),t.send({result:!0})}};t.default=a},25532:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerApis=void 0;const a=n(i(28095)),r=n(i(35921)),o=n(i(50392)),s=n(i(59386)),c=[{method:"get",endpoints:a.default},{method:"delete",endpoints:r.default},{method:"post",endpoints:o.default},{method:"patch",endpoints:s.default}];t.registerApis=function(e){c.forEach((({method:t,endpoints:i})=>{i.forEach((i=>{e[t](`/api${i.path}`,i.handler)}))})),e.get("*",((e,t)=>{t.redirect("/")}))}},48479:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))((function(a,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function s(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const r=a(i(35747)),o=a(i(99268)),s=i(63623),c=i(91577),u=i(48519),l=o.default.Router();let p=null;l.get("/connect",((e,t)=>n(void 0,void 0,void 0,(function*(){u.sessionDZ[e.session.id]||(u.sessionDZ[e.session.id]=new s.Deezer);const i=u.sessionDZ[e.session.id];if(!p){const e=JSON.parse(String(r.default.readFileSync(c.GUI_PACKAGE))).version;console.log(e),p={currentCommit:"0.0.0"===e?"continuous":e,latestCommit:null,updateAvailable:!1,deemixVersion:u.deemixVersion}}const n={update:p,autologin:!i.logged_in,currentUser:i.current_user,deezerAvailable:yield u.isDeezerAvailable(),spotifyEnabled:u.plugins.spotify.enabled},a=u.getQueue();Object.keys(a.queue).length>0&&(n.queue=a),t.send(n)})))),t.default=l},54570:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerWebsocket=void 0;const a=i(15257),r=n(i(91540));t.registerWebsocket=e=>{e.on("connection",(t=>{t.on("message",(i=>{a.consoleInfo(`Received: ${i}`);const n=JSON.parse(i.toString());r.default.forEach((i=>{n.key===i.eventName&&i.cb(n.data,t,e)}))}))})),e.on("error",(()=>{a.consoleError("An error occurred to the WebSocket server.")})),e.on("close",(()=>{a.consoleInfo("Connection to the WebSocket server closed.")}))}},71220:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(15257),a=i(48519);t.default={eventName:"cancelAllDownloads",cb:(e,t,i)=>{a.cancelAllDownloads(),n.consoleInfo("Queue cleared")}}},91540:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const a=n(i(48123)),r=n(i(63995)),o=n(i(54293)),s=n(i(71220));t.default=[a.default,r.default,o.default,s.default]},63995:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(15257),a=i(48519);t.default={eventName:"removeFinishedDownloads",cb:(e,t,i)=>{a.clearCompletedDownloads(),n.consoleInfo("Completed downloads cleared")}}},54293:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(15257),a=i(48519);t.default={eventName:"removeFromQueue",cb:(e,t,i)=>{a.cancelDownload(e),n.consoleInfo(`Cancelled ${e}`)}}},48123:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i(15257),a=i(48519);t.default={eventName:"saveSettings",cb:(e,t,i)=>{const{settings:r,spotifySettings:o}=e;a.saveSettings(r,o),n.consoleInfo("Settings saved"),a.listener.send("updateSettings",{settings:r,spotifySettings:o})}}},40273:(e,t,i)=>{"use strict";var n=i(22577),a=i(80983);function r(e,t){var i,n,a=t,r=u(e);if(!r)return!1;if(a&&!Array.isArray(a))for(a=new Array(arguments.length-1),i=0;i2){i=new Array(arguments.length-1);for(var n=0;n{"use strict";var n=i(51793),a=/=+$/,r=/\+/g,o=/\//g;function s(e,t){n(e,(function(e,i){if(e)return t(e);t(null,c(i))}))}function c(e){return e.toString("base64").replace(a,"").replace(r,"-").replace(o,"_")}e.exports=function(e,t){if(void 0!==t&&"function"!=typeof t)throw new TypeError("argument callback must be a function");if(!t&&!global.Promise)throw new TypeError("argument callback is required");return t?s(e,t):new Promise((function(t,i){s(e,(function(e,n){if(e)return i(e);t(n)}))}))},e.exports.sync=function(e){return c(n.sync(e))}},38981:(e,t)=>{"use strict";t.fromCallback=function(e){return Object.defineProperty((function(){if("function"!=typeof arguments[arguments.length-1])return new Promise(((t,i)=>{arguments[arguments.length]=(e,n)=>{if(e)return i(e);t(n)},arguments.length++,e.apply(this,arguments)}));e.apply(this,arguments)}),"name",{value:e.name})},t.fromPromise=function(e){return Object.defineProperty((function(){const t=arguments[arguments.length-1];if("function"!=typeof t)return e.apply(this,arguments);e.apply(this,arguments).then((e=>t(null,e)),t)}),"name",{value:e.name})}},98170:e=>{"use strict";e.exports=function(e){if(!e)throw new TypeError("argument stream is required");if("function"!=typeof e.unpipe){if(function(e){for(var t=e.listeners("data"),i=0;i{"use strict";e.exports=function(e){const t=e.length;let i=0;for(;i=t||128!=(192&e[i+1])||128!=(192&e[i+2])||224===e[i]&&128==(224&e[i+1])||237===e[i]&&160==(224&e[i+1]))return!1;i+=3}else{if(240!=(248&e[i]))return!1;if(i+3>=t||128!=(192&e[i+1])||128!=(192&e[i+2])||128!=(192&e[i+3])||240===e[i]&&128==(240&e[i+1])||244===e[i]&&e[i+1]>143||e[i]>244)return!1;i+=4}return!0}},70311:(e,t,i)=>{"use strict";try{e.exports=i(19516)(__dirname)}catch(t){e.exports=i(60137)}},31322:(e,t)=>{e.exports=function(e,t){if(e&&t)for(var i in t)e[i]=t[i];return e}},42277:(e,t,i)=>{"use strict";i.r(t),i.d(t,{NIL:()=>k,parse:()=>v,stringify:()=>p,v1:()=>g,v3:()=>b,v4:()=>x,v5:()=>w,validate:()=>u,version:()=>_});var n=i(76417),a=i.n(n);const r=new Uint8Array(256);let o=r.length;function s(){return o>r.length-16&&(a().randomFillSync(r),o=0),r.slice(o,o+=16)}const c=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,u=function(e){return"string"==typeof e&&c.test(e)},l=[];for(let e=0;e<256;++e)l.push((e+256).toString(16).substr(1));const p=function(e,t=0){const i=(l[e[t+0]]+l[e[t+1]]+l[e[t+2]]+l[e[t+3]]+"-"+l[e[t+4]]+l[e[t+5]]+"-"+l[e[t+6]]+l[e[t+7]]+"-"+l[e[t+8]]+l[e[t+9]]+"-"+l[e[t+10]]+l[e[t+11]]+l[e[t+12]]+l[e[t+13]]+l[e[t+14]]+l[e[t+15]]).toLowerCase();if(!u(i))throw TypeError("Stringified UUID is invalid");return i};let d,h,m=0,f=0;const g=function(e,t,i){let n=t&&i||0;const a=t||new Array(16);let r=(e=e||{}).node||d,o=void 0!==e.clockseq?e.clockseq:h;if(null==r||null==o){const t=e.random||(e.rng||s)();null==r&&(r=d=[1|t[0],t[1],t[2],t[3],t[4],t[5]]),null==o&&(o=h=16383&(t[6]<<8|t[7]))}let c=void 0!==e.msecs?e.msecs:Date.now(),u=void 0!==e.nsecs?e.nsecs:f+1;const l=c-m+(u-f)/1e4;if(l<0&&void 0===e.clockseq&&(o=o+1&16383),(l<0||c>m)&&void 0===e.nsecs&&(u=0),u>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");m=c,f=u,h=o,c+=122192928e5;const g=(1e4*(268435455&c)+u)%4294967296;a[n++]=g>>>24&255,a[n++]=g>>>16&255,a[n++]=g>>>8&255,a[n++]=255&g;const v=c/4294967296*1e4&268435455;a[n++]=v>>>8&255,a[n++]=255&v,a[n++]=v>>>24&15|16,a[n++]=v>>>16&255,a[n++]=o>>>8|128,a[n++]=255&o;for(let e=0;e<6;++e)a[n+e]=r[e];return t||p(a)},v=function(e){if(!u(e))throw TypeError("Invalid UUID");let t;const i=new Uint8Array(16);return i[0]=(t=parseInt(e.slice(0,8),16))>>>24,i[1]=t>>>16&255,i[2]=t>>>8&255,i[3]=255&t,i[4]=(t=parseInt(e.slice(9,13),16))>>>8,i[5]=255&t,i[6]=(t=parseInt(e.slice(14,18),16))>>>8,i[7]=255&t,i[8]=(t=parseInt(e.slice(19,23),16))>>>8,i[9]=255&t,i[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,i[11]=t/4294967296&255,i[12]=t>>>24&255,i[13]=t>>>16&255,i[14]=t>>>8&255,i[15]=255&t,i};function y(e,t,i){function n(e,n,a,r){if("string"==typeof e&&(e=function(e){e=unescape(encodeURIComponent(e));const t=[];for(let i=0;i{"use strict";e.exports=function(e,t){if(!e||!e.getHeader||!e.setHeader)throw new TypeError("res argument is required");var n=e.getHeader("Vary")||"",a=Array.isArray(n)?n.join(", "):String(n);(n=i(a,t))&&e.setHeader("Vary",n)},e.exports.append=i;var t=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function i(e,i){if("string"!=typeof e)throw new TypeError("header argument is required");if(!i)throw new TypeError("field argument is required");for(var a=Array.isArray(i)?i:n(String(i)),r=0;r{"use strict";const n=i(14223),a=i(76003),r=i(26434),o=new Set(["","›"]),s=e=>`${o.values().next().value}[${e}m`,c=e=>`${o.values().next().value}]8;;${e}`,u=(e,t,i)=>{const r=[...t];let s=!1,c=!1,u=n(a(e[e.length-1]));for(const[t,a]of r.entries()){const l=n(a);u+l<=i?e[e.length-1]+=a:(e.push(a),u=0),o.has(a)&&(s=!0,c=r.slice(t+1).join("").startsWith("]8;;")),s?c?""===a&&(s=!1,c=!1):"m"===a&&(s=!1):(u+=l,u===i&&t0&&e.length>1&&(e[e.length-2]+=e.pop())},l=e=>{const t=e.split(" ");let i=t.length;for(;i>0&&!(n(t[i-1])>0);)i--;return i===t.length?e:t.slice(0,i).join(" ")+t.slice(i).join("")};e.exports=(e,t,i)=>String(e).normalize().replace(/\r\n/g,"\n").split("\n").map((e=>((e,t,i={})=>{if(!1!==i.trim&&""===e.trim())return"";let a,p,d="";const h=(e=>e.split(" ").map((e=>n(e))))(e);let m=[""];for(const[a,r]of e.split(" ").entries()){!1!==i.trim&&(m[m.length-1]=m[m.length-1].trimStart());let e=n(m[m.length-1]);if(0!==a&&(e>=t&&(!1===i.wordWrap||!1===i.trim)&&(m.push(""),e=0),(e>0||!1===i.trim)&&(m[m.length-1]+=" ",e++)),i.hard&&h[a]>t){const i=t-e,n=1+Math.floor((h[a]-i-1)/t);Math.floor((h[a]-1)/t)t&&e>0&&h[a]>0){if(!1===i.wordWrap&&et&&!1===i.wordWrap?u(m,r,t):m[m.length-1]+=r}}!1!==i.trim&&(m=m.map(l));const f=[...m.join("\n")];for(const[e,t]of f.entries()){if(d+=t,o.has(t)){const{groups:t}=new RegExp("(?:\\[(?\\d+)m|\\]8;;(?.*))").exec(f.slice(e).join(""))||{groups:{}};if(void 0!==t.code){const e=Number.parseFloat(t.code);a=39===e?void 0:e}else void 0!==t.uri&&(p=0===t.uri.length?void 0:t.uri)}const i=r.codes.get(Number(a));"\n"===f[e+1]?(p&&(d+=c("")),a&&i&&(d+=s(i))):"\n"===t&&(a&&i&&(d+=s(a)),p&&(d+=c(p)))}return d})(e,t,i))).join("\n")},52479:e=>{e.exports=function e(t,i){if(t&&i)return e(t)(i);if("function"!=typeof t)throw new TypeError("need wrapper function");return Object.keys(t).forEach((function(e){n[e]=t[e]})),n;function n(){for(var e=new Array(arguments.length),i=0;i{"use strict";const n=i(88762);n.createWebSocketStream=i(30404),n.Server=i(39284),n.Receiver=i(32957),n.Sender=i(57330),e.exports=n},30977:(e,t,i)=>{"use strict";const{EMPTY_BUFFER:n}=i(41872);function a(e,t){if(0===e.length)return n;if(1===e.length)return e[0];const i=Buffer.allocUnsafe(t);let a=0;for(let t=0;t{"use strict";e.exports={BINARY_TYPES:["nodebuffer","arraybuffer","fragments"],GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),EMPTY_BUFFER:Buffer.alloc(0),NOOP:()=>{}}},10062:e=>{"use strict";class t{constructor(e,t){this.target=t,this.type=e}}class i extends t{constructor(e,t){super("message",t),this.data=e}}class n extends t{constructor(e,t,i){super("close",i),this.wasClean=i._closeFrameReceived&&i._closeFrameSent,this.reason=t,this.code=e}}class a extends t{constructor(e){super("open",e)}}class r extends t{constructor(e,t){super("error",t),this.message=e.message,this.error=e}}const o={addEventListener(e,t,o){if("function"!=typeof t)return;function s(e){t.call(this,new i(e,this))}function c(e,i){t.call(this,new n(e,i,this))}function u(e){t.call(this,new r(e,this))}function l(){t.call(this,new a(this))}const p=o&&o.once?"once":"on";"message"===e?(s._listener=t,this[p](e,s)):"close"===e?(c._listener=t,this[p](e,c)):"error"===e?(u._listener=t,this[p](e,u)):"open"===e?(l._listener=t,this[p](e,l)):this[p](e,t)},removeEventListener(e,t){const i=this.listeners(e);for(let n=0;n{"use strict";const t=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function i(e,t,i){void 0===e[t]?e[t]=[i]:e[t].push(i)}e.exports={format:function(e){return Object.keys(e).map((t=>{let i=e[t];return Array.isArray(i)||(i=[i]),i.map((e=>[t].concat(Object.keys(e).map((t=>{let i=e[t];return Array.isArray(i)||(i=[i]),i.map((e=>!0===e?t:`${t}=${e}`)).join("; ")}))).join("; "))).join(", ")})).join(", ")},parse:function(e){const n=Object.create(null);if(void 0===e||""===e)return n;let a,r,o=Object.create(null),s=!1,c=!1,u=!1,l=-1,p=-1,d=0;for(;d{"use strict";const t=Symbol("kDone"),i=Symbol("kRun");e.exports=class{constructor(e){this[t]=()=>{this.pending--,this[i]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[i]()}[i](){if(this.pending!==this.concurrency&&this.jobs.length){const e=this.jobs.shift();this.pending++,e(this[t])}}}},75196:(e,t,i)=>{"use strict";const n=i(78761),a=i(30977),r=i(10305),{kStatusCode:o,NOOP:s}=i(41872),c=Buffer.from([0,0,255,255]),u=Symbol("permessage-deflate"),l=Symbol("total-length"),p=Symbol("callback"),d=Symbol("buffers"),h=Symbol("error");let m;function f(e){this[d].push(e),this[l]+=e.length}function g(e){this[l]+=e.length,this[u]._maxPayload<1||this[l]<=this[u]._maxPayload?this[d].push(e):(this[h]=new RangeError("Max payload size exceeded"),this[h][o]=1009,this.removeListener("data",g),this.reset())}function v(e){this[u]._inflate=null,e[o]=1007,this[p](e)}e.exports=class{constructor(e,t,i){if(this._maxPayload=0|i,this._options=e||{},this._threshold=void 0!==this._options.threshold?this._options.threshold:1024,this._isServer=!!t,this._deflate=null,this._inflate=null,this.params=null,!m){const e=void 0!==this._options.concurrencyLimit?this._options.concurrencyLimit:10;m=new r(e)}}static get extensionName(){return"permessage-deflate"}offer(){const e={};return this._options.serverNoContextTakeover&&(e.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(e.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(e.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?e.client_max_window_bits=this._options.clientMaxWindowBits:null==this._options.clientMaxWindowBits&&(e.client_max_window_bits=!0),e}accept(e){return e=this.normalizeParams(e),this.params=this._isServer?this.acceptAsServer(e):this.acceptAsClient(e),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){const e=this._deflate[p];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){const t=this._options,i=e.find((e=>!(!1===t.serverNoContextTakeover&&e.server_no_context_takeover||e.server_max_window_bits&&(!1===t.serverMaxWindowBits||"number"==typeof t.serverMaxWindowBits&&t.serverMaxWindowBits>e.server_max_window_bits)||"number"==typeof t.clientMaxWindowBits&&!e.client_max_window_bits)));if(!i)throw new Error("None of the extension offers can be accepted");return t.serverNoContextTakeover&&(i.server_no_context_takeover=!0),t.clientNoContextTakeover&&(i.client_no_context_takeover=!0),"number"==typeof t.serverMaxWindowBits&&(i.server_max_window_bits=t.serverMaxWindowBits),"number"==typeof t.clientMaxWindowBits?i.client_max_window_bits=t.clientMaxWindowBits:!0!==i.client_max_window_bits&&!1!==t.clientMaxWindowBits||delete i.client_max_window_bits,i}acceptAsClient(e){const t=e[0];if(!1===this._options.clientNoContextTakeover&&t.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(t.client_max_window_bits){if(!1===this._options.clientMaxWindowBits||"number"==typeof this._options.clientMaxWindowBits&&t.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"')}else"number"==typeof this._options.clientMaxWindowBits&&(t.client_max_window_bits=this._options.clientMaxWindowBits);return t}normalizeParams(e){return e.forEach((e=>{Object.keys(e).forEach((t=>{let i=e[t];if(i.length>1)throw new Error(`Parameter "${t}" must have only a single value`);if(i=i[0],"client_max_window_bits"===t){if(!0!==i){const e=+i;if(!Number.isInteger(e)||e<8||e>15)throw new TypeError(`Invalid value for parameter "${t}": ${i}`);i=e}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${t}": ${i}`)}else if("server_max_window_bits"===t){const e=+i;if(!Number.isInteger(e)||e<8||e>15)throw new TypeError(`Invalid value for parameter "${t}": ${i}`);i=e}else{if("client_no_context_takeover"!==t&&"server_no_context_takeover"!==t)throw new Error(`Unknown parameter "${t}"`);if(!0!==i)throw new TypeError(`Invalid value for parameter "${t}": ${i}`)}e[t]=i}))})),e}decompress(e,t,i){m.add((n=>{this._decompress(e,t,((e,t)=>{n(),i(e,t)}))}))}compress(e,t,i){m.add((n=>{this._compress(e,t,((e,t)=>{n(),i(e,t)}))}))}_decompress(e,t,i){const r=this._isServer?"client":"server";if(!this._inflate){const e=`${r}_max_window_bits`,t="number"!=typeof this.params[e]?n.Z_DEFAULT_WINDOWBITS:this.params[e];this._inflate=n.createInflateRaw({...this._options.zlibInflateOptions,windowBits:t}),this._inflate[u]=this,this._inflate[l]=0,this._inflate[d]=[],this._inflate.on("error",v),this._inflate.on("data",g)}this._inflate[p]=i,this._inflate.write(e),t&&this._inflate.write(c),this._inflate.flush((()=>{const e=this._inflate[h];if(e)return this._inflate.close(),this._inflate=null,void i(e);const n=a.concat(this._inflate[d],this._inflate[l]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[l]=0,this._inflate[d]=[],t&&this.params[`${r}_no_context_takeover`]&&this._inflate.reset()),i(null,n)}))}_compress(e,t,i){const r=this._isServer?"server":"client";if(!this._deflate){const e=`${r}_max_window_bits`,t="number"!=typeof this.params[e]?n.Z_DEFAULT_WINDOWBITS:this.params[e];this._deflate=n.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:t}),this._deflate[l]=0,this._deflate[d]=[],this._deflate.on("error",s),this._deflate.on("data",f)}this._deflate[p]=i,this._deflate.write(e),this._deflate.flush(n.Z_SYNC_FLUSH,(()=>{if(!this._deflate)return;let e=a.concat(this._deflate[d],this._deflate[l]);t&&(e=e.slice(0,e.length-4)),this._deflate[p]=null,this._deflate[l]=0,this._deflate[d]=[],t&&this.params[`${r}_no_context_takeover`]&&this._deflate.reset(),i(null,e)}))}}},32957:(e,t,i)=>{"use strict";const{Writable:n}=i(92413),a=i(75196),{BINARY_TYPES:r,EMPTY_BUFFER:o,kStatusCode:s,kWebSocket:c}=i(41872),{concat:u,toArrayBuffer:l,unmask:p}=i(30977),{isValidStatusCode:d,isValidUTF8:h}=i(6746);function m(e,t,i,n){const a=new e(i?`Invalid WebSocket frame: ${t}`:t);return Error.captureStackTrace(a,m),a[s]=n,a}e.exports=class extends n{constructor(e,t,i,n){super(),this._binaryType=e||r[0],this[c]=void 0,this._extensions=t||{},this._isServer=!!i,this._maxPayload=0|n,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._state=0,this._loop=!1}_write(e,t,i){if(8===this._opcode&&0==this._state)return i();this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(i)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e=i.length?t.set(this._buffers.shift(),n):(t.set(new Uint8Array(i.buffer,i.byteOffset,e),n),this._buffers[0]=i.slice(e)),e-=i.length}while(e>0);return t}startLoop(e){let t;this._loop=!0;do{switch(this._state){case 0:t=this.getInfo();break;case 1:t=this.getPayloadLength16();break;case 2:t=this.getPayloadLength64();break;case 3:this.getMask();break;case 4:t=this.getData(e);break;default:return void(this._loop=!1)}}while(this._loop);e(t)}getInfo(){if(this._bufferedBytes<2)return void(this._loop=!1);const e=this.consume(2);if(0!=(48&e[0]))return this._loop=!1,m(RangeError,"RSV2 and RSV3 must be clear",!0,1002);const t=64==(64&e[0]);if(t&&!this._extensions[a.extensionName])return this._loop=!1,m(RangeError,"RSV1 must be clear",!0,1002);if(this._fin=128==(128&e[0]),this._opcode=15&e[0],this._payloadLength=127&e[1],0===this._opcode){if(t)return this._loop=!1,m(RangeError,"RSV1 must be clear",!0,1002);if(!this._fragmented)return this._loop=!1,m(RangeError,"invalid opcode 0",!0,1002);this._opcode=this._fragmented}else if(1===this._opcode||2===this._opcode){if(this._fragmented)return this._loop=!1,m(RangeError,`invalid opcode ${this._opcode}`,!0,1002);this._compressed=t}else{if(!(this._opcode>7&&this._opcode<11))return this._loop=!1,m(RangeError,`invalid opcode ${this._opcode}`,!0,1002);if(!this._fin)return this._loop=!1,m(RangeError,"FIN must be set",!0,1002);if(t)return this._loop=!1,m(RangeError,"RSV1 must be clear",!0,1002);if(this._payloadLength>125)return this._loop=!1,m(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002)}if(this._fin||this._fragmented||(this._fragmented=this._opcode),this._masked=128==(128&e[1]),this._isServer){if(!this._masked)return this._loop=!1,m(RangeError,"MASK must be set",!0,1002)}else if(this._masked)return this._loop=!1,m(RangeError,"MASK must be clear",!0,1002);if(126===this._payloadLength)this._state=1;else{if(127!==this._payloadLength)return this.haveLength();this._state=2}}getPayloadLength16(){if(!(this._bufferedBytes<2))return this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength();this._loop=!1}getPayloadLength64(){if(this._bufferedBytes<8)return void(this._loop=!1);const e=this.consume(8),t=e.readUInt32BE(0);return t>Math.pow(2,21)-1?(this._loop=!1,m(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009)):(this._payloadLength=t*Math.pow(2,32)+e.readUInt32BE(4),this.haveLength())}haveLength(){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0))return this._loop=!1,m(RangeError,"Max payload size exceeded",!1,1009);this._masked?this._state=3:this._state=4}getMask(){this._bufferedBytes<4?this._loop=!1:(this._mask=this.consume(4),this._state=4)}getData(e){let t=o;if(this._payloadLength){if(this._bufferedBytes7?this.controlMessage(t):this._compressed?(this._state=5,void this.decompress(t,e)):(t.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(t)),this.dataMessage())}decompress(e,t){this._extensions[a.extensionName].decompress(e,this._fin,((e,i)=>{if(e)return t(e);if(i.length){if(this._messageLength+=i.length,this._messageLength>this._maxPayload&&this._maxPayload>0)return t(m(RangeError,"Max payload size exceeded",!1,1009));this._fragments.push(i)}const n=this.dataMessage();if(n)return t(n);this.startLoop(t)}))}dataMessage(){if(this._fin){const e=this._messageLength,t=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],2===this._opcode){let i;i="nodebuffer"===this._binaryType?u(t,e):"arraybuffer"===this._binaryType?l(u(t,e)):t,this.emit("message",i)}else{const i=u(t,e);if(!h(i))return this._loop=!1,m(Error,"invalid UTF-8 sequence",!0,1007);this.emit("message",i.toString())}}this._state=0}controlMessage(e){if(8===this._opcode)if(this._loop=!1,0===e.length)this.emit("conclude",1005,""),this.end();else{if(1===e.length)return m(RangeError,"invalid payload length 1",!0,1002);{const t=e.readUInt16BE(0);if(!d(t))return m(RangeError,`invalid status code ${t}`,!0,1002);const i=e.slice(2);if(!h(i))return m(Error,"invalid UTF-8 sequence",!0,1007);this.emit("conclude",t,i.toString()),this.end()}}else 9===this._opcode?this.emit("ping",e):this.emit("pong",e);this._state=0}}},57330:(e,t,i)=>{"use strict";const{randomFillSync:n}=i(76417),a=i(75196),{EMPTY_BUFFER:r}=i(41872),{isValidStatusCode:o}=i(6746),{mask:s,toBuffer:c}=i(30977),u=Buffer.alloc(4);class l{constructor(e,t){this._extensions=t||{},this._socket=e,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._deflating=!1,this._queue=[]}static frame(e,t){const i=t.mask&&t.readOnly;let a=t.mask?6:2,r=e.length;e.length>=65536?(a+=8,r=127):e.length>125&&(a+=2,r=126);const o=Buffer.allocUnsafe(i?e.length+a:a);return o[0]=t.fin?128|t.opcode:t.opcode,t.rsv1&&(o[0]|=64),o[1]=r,126===r?o.writeUInt16BE(e.length,2):127===r&&(o.writeUInt32BE(0,2),o.writeUInt32BE(e.length,6)),t.mask?(n(u,0,4),o[1]|=128,o[a-4]=u[0],o[a-3]=u[1],o[a-2]=u[2],o[a-1]=u[3],i?(s(e,u,o,a,e.length),[o]):(s(e,u,e,0,e.length),[o,e])):[o,e]}close(e,t,i,n){let a;if(void 0===e)a=r;else{if("number"!=typeof e||!o(e))throw new TypeError("First argument must be a valid error code number");if(void 0===t||""===t)a=Buffer.allocUnsafe(2),a.writeUInt16BE(e,0);else{const i=Buffer.byteLength(t);if(i>123)throw new RangeError("The message must not be greater than 123 bytes");a=Buffer.allocUnsafe(2+i),a.writeUInt16BE(e,0),a.write(t,2)}}this._deflating?this.enqueue([this.doClose,a,i,n]):this.doClose(a,i,n)}doClose(e,t,i){this.sendFrame(l.frame(e,{fin:!0,rsv1:!1,opcode:8,mask:t,readOnly:!1}),i)}ping(e,t,i){const n=c(e);if(n.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPing,n,t,c.readOnly,i]):this.doPing(n,t,c.readOnly,i)}doPing(e,t,i,n){this.sendFrame(l.frame(e,{fin:!0,rsv1:!1,opcode:9,mask:t,readOnly:i}),n)}pong(e,t,i){const n=c(e);if(n.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPong,n,t,c.readOnly,i]):this.doPong(n,t,c.readOnly,i)}doPong(e,t,i,n){this.sendFrame(l.frame(e,{fin:!0,rsv1:!1,opcode:10,mask:t,readOnly:i}),n)}send(e,t,i){const n=c(e),r=this._extensions[a.extensionName];let o=t.binary?2:1,s=t.compress;if(this._firstFragment?(this._firstFragment=!1,s&&r&&(s=n.length>=r._threshold),this._compress=s):(s=!1,o=0),t.fin&&(this._firstFragment=!0),r){const e={fin:t.fin,rsv1:s,opcode:o,mask:t.mask,readOnly:c.readOnly};this._deflating?this.enqueue([this.dispatch,n,this._compress,e,i]):this.dispatch(n,this._compress,e,i)}else this.sendFrame(l.frame(n,{fin:t.fin,rsv1:!1,opcode:o,mask:t.mask,readOnly:c.readOnly}),i)}dispatch(e,t,i,n){if(!t)return void this.sendFrame(l.frame(e,i),n);const r=this._extensions[a.extensionName];this._bufferedBytes+=e.length,this._deflating=!0,r.compress(e,i.fin,((t,a)=>{if(this._socket.destroyed){const e=new Error("The socket was closed while data was being compressed");"function"==typeof n&&n(e);for(let t=0;t{"use strict";const{Duplex:n}=i(92413);function a(e){e.emit("close")}function r(){!this.destroyed&&this._writableState.finished&&this.destroy()}function o(e){this.removeListener("error",o),this.destroy(),0===this.listenerCount("error")&&this.emit("error",e)}e.exports=function(e,t){let i=!0;function s(){i&&e._socket.resume()}e.readyState===e.CONNECTING?e.once("open",(function(){e._receiver.removeAllListeners("drain"),e._receiver.on("drain",s)})):(e._receiver.removeAllListeners("drain"),e._receiver.on("drain",s));const c=new n({...t,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return e.on("message",(function(t){c.push(t)||(i=!1,e._socket.pause())})),e.once("error",(function(e){c.destroyed||c.destroy(e)})),e.once("close",(function(){c.destroyed||c.push(null)})),c._destroy=function(t,i){if(e.readyState===e.CLOSED)return i(t),void process.nextTick(a,c);let n=!1;e.once("error",(function(e){n=!0,i(e)})),e.once("close",(function(){n||i(t),process.nextTick(a,c)})),e.terminate()},c._final=function(t){e.readyState!==e.CONNECTING?null!==e._socket&&(e._socket._writableState.finished?(t(),c._readableState.endEmitted&&c.destroy()):(e._socket.once("finish",(function(){t()})),e.close())):e.once("open",(function(){c._final(t)}))},c._read=function(){e.readyState!==e.OPEN||i||(i=!0,e._receiver._writableState.needDrain||e._socket.resume())},c._write=function(t,i,n){e.readyState!==e.CONNECTING?e.send(t,n):e.once("open",(function(){c._write(t,i,n)}))},c.on("end",r),c.on("error",o),c}},6746:(e,t,i)=>{"use strict";function n(e){return e>=1e3&&e<=1014&&1004!==e&&1005!==e&&1006!==e||e>=3e3&&e<=4999}function a(e){const t=e.length;let i=0;for(;i=t||128!=(192&e[i+1])||128!=(192&e[i+2])||224===e[i]&&128==(224&e[i+1])||237===e[i]&&160==(224&e[i+1]))return!1;i+=3}else{if(240!=(248&e[i]))return!1;if(i+3>=t||128!=(192&e[i+1])||128!=(192&e[i+2])||128!=(192&e[i+3])||240===e[i]&&128==(240&e[i+1])||244===e[i]&&e[i+1]>143||e[i]>244)return!1;i+=4}return!0}try{let t=i(70311);"object"==typeof t&&(t=t.Validation.isValidUTF8),e.exports={isValidStatusCode:n,isValidUTF8:e=>e.length<150?a(e):t(e)}}catch(t){e.exports={isValidStatusCode:n,isValidUTF8:a}}},39284:(e,t,i)=>{"use strict";const n=i(28614),{createHash:a}=i(76417),{createServer:r,STATUS_CODES:o}=i(98605),s=i(75196),c=i(88762),{format:u,parse:l}=i(51503),{GUID:p,kWebSocket:d}=i(41872),h=/^[+/0-9A-Za-z]{22}==$/;function m(e){e.emit("close")}function f(){this.destroy()}function g(e,t,i,n){e.writable&&(i=i||o[t],n={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(i),...n},e.write(`HTTP/1.1 ${t} ${o[t]}\r\n`+Object.keys(n).map((e=>`${e}: ${n[e]}`)).join("\r\n")+"\r\n\r\n"+i)),e.removeListener("error",f),e.destroy()}e.exports=class extends n{constructor(e,t){if(super(),null==(e={maxPayload:104857600,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,...e}).port&&!e.server&&!e.noServer)throw new TypeError('One of the "port", "server", or "noServer" options must be specified');if(null!=e.port?(this._server=r(((e,t)=>{const i=o[426];t.writeHead(426,{"Content-Length":i.length,"Content-Type":"text/plain"}),t.end(i)})),this._server.listen(e.port,e.host,e.backlog,t)):e.server&&(this._server=e.server),this._server){const e=this.emit.bind(this,"connection");this._removeListeners=function(e,t){for(const i of Object.keys(t))e.on(i,t[i]);return function(){for(const i of Object.keys(t))e.removeListener(i,t[i])}}(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(t,i,n)=>{this.handleUpgrade(t,i,n,e)}})}!0===e.perMessageDeflate&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set),this.options=e}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(e){if(e&&this.once("close",e),this.clients)for(const e of this.clients)e.terminate();const t=this._server;t&&(this._removeListeners(),this._removeListeners=this._server=null,null!=this.options.port)?t.close((()=>this.emit("close"))):process.nextTick(m,this)}shouldHandle(e){if(this.options.path){const t=e.url.indexOf("?");if((-1!==t?e.url.slice(0,t):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,t,i,n){t.on("error",f);const a=void 0!==e.headers["sec-websocket-key"]&&e.headers["sec-websocket-key"].trim(),r=+e.headers["sec-websocket-version"],o={};if("GET"!==e.method||"websocket"!==e.headers.upgrade.toLowerCase()||!a||!h.test(a)||8!==r&&13!==r||!this.shouldHandle(e))return g(t,400);if(this.options.perMessageDeflate){const i=new s(this.options.perMessageDeflate,!0,this.options.maxPayload);try{const t=l(e.headers["sec-websocket-extensions"]);t[s.extensionName]&&(i.accept(t[s.extensionName]),o[s.extensionName]=i)}catch(e){return g(t,400)}}if(this.options.verifyClient){const s={origin:e.headers[8===r?"sec-websocket-origin":"origin"],secure:!(!e.socket.authorized&&!e.socket.encrypted),req:e};if(2===this.options.verifyClient.length)return void this.options.verifyClient(s,((r,s,c,u)=>{if(!r)return g(t,s||401,c,u);this.completeUpgrade(a,o,e,t,i,n)}));if(!this.options.verifyClient(s))return g(t,401)}this.completeUpgrade(a,o,e,t,i,n)}completeUpgrade(e,t,i,n,r,o){if(!n.readable||!n.writable)return n.destroy();if(n[d])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");const l=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${a("sha1").update(e+p).digest("base64")}`],h=new c(null);let m=i.headers["sec-websocket-protocol"];if(m&&(m=m.trim().split(/ *, */),m=this.options.handleProtocols?this.options.handleProtocols(m,i):m[0],m&&(l.push(`Sec-WebSocket-Protocol: ${m}`),h._protocol=m)),t[s.extensionName]){const e=t[s.extensionName].params,i=u({[s.extensionName]:[e]});l.push(`Sec-WebSocket-Extensions: ${i}`),h._extensions=t}this.emit("headers",l,i),n.write(l.concat("\r\n").join("\r\n")),n.removeListener("error",f),h.setSocket(n,r,this.options.maxPayload),this.clients&&(this.clients.add(h),h.on("close",(()=>this.clients.delete(h)))),o(h,i)}}},88762:(e,t,i)=>{"use strict";const n=i(28614),a=i(57211),r=i(98605),o=i(11631),s=i(4016),{randomBytes:c,createHash:u}=i(76417),{URL:l}=i(78835),p=i(75196),d=i(32957),h=i(57330),{BINARY_TYPES:m,EMPTY_BUFFER:f,GUID:g,kStatusCode:v,kWebSocket:y,NOOP:b}=i(41872),{addEventListener:x,removeEventListener:w}=i(10062),{format:k,parse:_}=i(51503),{toBuffer:j}=i(30977),E=["CONNECTING","OPEN","CLOSING","CLOSED"],D=[8,13];class C extends n{constructor(e,t,i){super(),this._binaryType=m[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage="",this._closeTimer=null,this._extensions={},this._protocol="",this._readyState=C.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,null!==e?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,Array.isArray(t)?t=t.join(", "):"object"==typeof t&&null!==t&&(i=t,t=void 0),A(this,e,t,i)):this._isServer=!0}get binaryType(){return this._binaryType}set binaryType(e){m.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,t,i){const n=new d(this.binaryType,this._extensions,this._isServer,i);this._sender=new h(e,this._extensions),this._receiver=n,this._socket=e,n[y]=this,e[y]=this,n.on("conclude",P),n.on("drain",F),n.on("error",z),n.on("message",L),n.on("ping",N),n.on("pong",B),e.setTimeout(0),e.setNoDelay(),t.length>0&&e.unshift(t),e.on("close",U),e.on("data",M),e.on("end",$),e.on("error",q),this._readyState=C.OPEN,this.emit("open")}emitClose(){if(!this._socket)return this._readyState=C.CLOSED,void this.emit("close",this._closeCode,this._closeMessage);this._extensions[p.extensionName]&&this._extensions[p.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=C.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,t){if(this.readyState!==C.CLOSED){if(this.readyState===C.CONNECTING){const e="WebSocket was closed before the connection was established";return O(this,this._req,e)}this.readyState!==C.CLOSING?(this._readyState=C.CLOSING,this._sender.close(e,t,!this._isServer,(e=>{e||(this._closeFrameSent=!0,this._closeFrameReceived&&this._socket.end())})),this._closeTimer=setTimeout(this._socket.destroy.bind(this._socket),3e4)):this._closeFrameSent&&this._closeFrameReceived&&this._socket.end()}}ping(e,t,i){if(this.readyState===C.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");"function"==typeof e?(i=e,e=t=void 0):"function"==typeof t&&(i=t,t=void 0),"number"==typeof e&&(e=e.toString()),this.readyState===C.OPEN?(void 0===t&&(t=!this._isServer),this._sender.ping(e||f,t,i)):I(this,e,i)}pong(e,t,i){if(this.readyState===C.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");"function"==typeof e?(i=e,e=t=void 0):"function"==typeof t&&(i=t,t=void 0),"number"==typeof e&&(e=e.toString()),this.readyState===C.OPEN?(void 0===t&&(t=!this._isServer),this._sender.pong(e||f,t,i)):I(this,e,i)}send(e,t,i){if(this.readyState===C.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if("function"==typeof t&&(i=t,t={}),"number"==typeof e&&(e=e.toString()),this.readyState!==C.OPEN)return void I(this,e,i);const n={binary:"string"!=typeof e,mask:!this._isServer,compress:!0,fin:!0,...t};this._extensions[p.extensionName]||(n.compress=!1),this._sender.send(e||f,n,i)}terminate(){if(this.readyState!==C.CLOSED){if(this.readyState===C.CONNECTING){const e="WebSocket was closed before the connection was established";return O(this,this._req,e)}this._socket&&(this._readyState=C.CLOSING,this._socket.destroy())}}}function A(e,t,i,n){const o={protocolVersion:D[1],maxPayload:104857600,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...n,createConnection:void 0,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:void 0,host:void 0,path:void 0,port:void 0};if(!D.includes(o.protocolVersion))throw new RangeError(`Unsupported protocol version: ${o.protocolVersion} (supported versions: ${D.join(", ")})`);let s;t instanceof l?(s=t,e._url=t.href):(s=new l(t),e._url=t);const d="ws+unix:"===s.protocol;if(!(s.host||d&&s.pathname))throw new Error(`Invalid URL: ${e.url}`);const h="wss:"===s.protocol||"https:"===s.protocol,m=h?443:80,f=c(16).toString("base64"),v=h?a.get:r.get;let y;if(o.createConnection=h?T:S,o.defaultPort=o.defaultPort||m,o.port=s.port||m,o.host=s.hostname.startsWith("[")?s.hostname.slice(1,-1):s.hostname,o.headers={"Sec-WebSocket-Version":o.protocolVersion,"Sec-WebSocket-Key":f,Connection:"Upgrade",Upgrade:"websocket",...o.headers},o.path=s.pathname+s.search,o.timeout=o.handshakeTimeout,o.perMessageDeflate&&(y=new p(!0!==o.perMessageDeflate?o.perMessageDeflate:{},!1,o.maxPayload),o.headers["Sec-WebSocket-Extensions"]=k({[p.extensionName]:y.offer()})),i&&(o.headers["Sec-WebSocket-Protocol"]=i),o.origin&&(o.protocolVersion<13?o.headers["Sec-WebSocket-Origin"]=o.origin:o.headers.Origin=o.origin),(s.username||s.password)&&(o.auth=`${s.username}:${s.password}`),d){const e=o.path.split(":");o.socketPath=e[0],o.path=e[1]}let b=e._req=v(o);o.timeout&&b.on("timeout",(()=>{O(e,b,"Opening handshake has timed out")})),b.on("error",(t=>{null===b||b.aborted||(b=e._req=null,e._readyState=C.CLOSING,e.emit("error",t),e.emitClose())})),b.on("response",(a=>{const r=a.headers.location,s=a.statusCode;if(r&&o.followRedirects&&s>=300&&s<400){if(++e._redirects>o.maxRedirects)return void O(e,b,"Maximum redirects exceeded");b.abort();const a=new l(r,t);A(e,a,i,n)}else e.emit("unexpected-response",b,a)||O(e,b,`Unexpected server response: ${a.statusCode}`)})),b.on("upgrade",((t,n,a)=>{if(e.emit("upgrade",t),e.readyState!==C.CONNECTING)return;b=e._req=null;const r=u("sha1").update(f+g).digest("base64");if(t.headers["sec-websocket-accept"]!==r)return void O(e,n,"Invalid Sec-WebSocket-Accept header");const s=t.headers["sec-websocket-protocol"],c=(i||"").split(/, */);let l;if(!i&&s?l="Server sent a subprotocol but none was requested":i&&!s?l="Server sent no subprotocol":s&&!c.includes(s)&&(l="Server sent an invalid subprotocol"),l)O(e,n,l);else{if(s&&(e._protocol=s),y)try{const i=_(t.headers["sec-websocket-extensions"]);i[p.extensionName]&&(y.accept(i[p.extensionName]),e._extensions[p.extensionName]=y)}catch(t){return void O(e,n,"Invalid Sec-WebSocket-Extensions header")}e.setSocket(n,a,o.maxPayload)}}))}function S(e){return e.path=e.socketPath,o.connect(e)}function T(e){return e.path=void 0,e.servername||""===e.servername||(e.servername=o.isIP(e.host)?"":e.host),s.connect(e)}function O(e,t,i){e._readyState=C.CLOSING;const n=new Error(i);Error.captureStackTrace(n,O),t.setHeader?(t.abort(),t.socket&&!t.socket.destroyed&&t.socket.destroy(),t.once("abort",e.emitClose.bind(e)),e.emit("error",n)):(t.destroy(n),t.once("error",e.emit.bind(e,"error")),t.once("close",e.emitClose.bind(e)))}function I(e,t,i){if(t){const i=j(t).length;e._socket?e._sender._bufferedBytes+=i:e._bufferedAmount+=i}i&&i(new Error(`WebSocket is not open: readyState ${e.readyState} (${E[e.readyState]})`))}function P(e,t){const i=this[y];i._socket.removeListener("data",M),i._socket.resume(),i._closeFrameReceived=!0,i._closeMessage=t,i._closeCode=e,1005===e?i.close():i.close(e,t)}function F(){this[y]._socket.resume()}function z(e){const t=this[y];t._socket.removeListener("data",M),t._readyState=C.CLOSING,t._closeCode=e[v],t.emit("error",e),t._socket.destroy()}function R(){this[y].emitClose()}function L(e){this[y].emit("message",e)}function N(e){const t=this[y];t.pong(e,!t._isServer,b),t.emit("ping",e)}function B(e){this[y].emit("pong",e)}function U(){const e=this[y];this.removeListener("close",U),this.removeListener("end",$),e._readyState=C.CLOSING,e._socket.read(),e._receiver.end(),this.removeListener("data",M),this[y]=void 0,clearTimeout(e._closeTimer),e._receiver._writableState.finished||e._receiver._writableState.errorEmitted?e.emitClose():(e._receiver.on("error",R),e._receiver.on("finish",R))}function M(e){this[y]._receiver.write(e)||this.pause()}function $(){const e=this[y];e._readyState=C.CLOSING,e._receiver.end(),this.end()}function q(){const e=this[y];this.removeListener("error",q),this.on("error",b),e&&(e._readyState=C.CLOSING,this.destroy())}E.forEach(((e,t)=>{const i={enumerable:!0,value:t};Object.defineProperty(C.prototype,e,i),Object.defineProperty(C,e,i)})),["binaryType","bufferedAmount","extensions","protocol","readyState","url"].forEach((e=>{Object.defineProperty(C.prototype,e,{enumerable:!0})})),["open","error","close","message"].forEach((e=>{Object.defineProperty(C.prototype,`on${e}`,{configurable:!0,enumerable:!0,get(){const t=this.listeners(e);for(let e=0;e{"use strict";var n=i(35747),a=i(31669),r=i(85622);let o;class s{constructor(e){e=e||{},this.directory=e.directory||"./locales",this.updateFiles="boolean"!=typeof e.updateFiles||e.updateFiles,this.locale=e.locale||"en",this.fallbackToLanguage="boolean"!=typeof e.fallbackToLanguage||e.fallbackToLanguage,this.cache=Object.create(null),this.writeQueue=[]}__(...e){if("string"!=typeof arguments[0])return this._taggedLiteral(arguments[0],...arguments);const t=e.shift();let i=function(){};return"function"==typeof e[e.length-1]&&(i=e.pop()),i=i||function(){},this.cache[this.locale]||this._readLocaleFile(),!this.cache[this.locale][t]&&this.updateFiles?(this.cache[this.locale][t]=t,this._enqueueWrite({directory:this.directory,locale:this.locale,cb:i})):i(),o.format.apply(o.format,[this.cache[this.locale][t]||t].concat(e))}__n(){const e=Array.prototype.slice.call(arguments),t=e.shift(),i=e.shift(),n=e.shift();let a=function(){};"function"==typeof e[e.length-1]&&(a=e.pop()),this.cache[this.locale]||this._readLocaleFile();let r=1===n?t:i;this.cache[this.locale][t]&&(r=this.cache[this.locale][t][1===n?"one":"other"]),!this.cache[this.locale][t]&&this.updateFiles?(this.cache[this.locale][t]={one:t,other:i},this._enqueueWrite({directory:this.directory,locale:this.locale,cb:a})):a();const s=[r];return~r.indexOf("%d")&&s.push(n),o.format.apply(o.format,s.concat(e))}setLocale(e){this.locale=e}getLocale(){return this.locale}updateLocale(e){this.cache[this.locale]||this._readLocaleFile();for(const t in e)Object.prototype.hasOwnProperty.call(e,t)&&(this.cache[this.locale][t]=e[t])}_taggedLiteral(e,...t){let i="";return e.forEach((function(e,n){const a=t[n+1];i+=e,void 0!==a&&(i+="%s")})),this.__.apply(this,[i].concat([].slice.call(t,1)))}_enqueueWrite(e){this.writeQueue.push(e),1===this.writeQueue.length&&this._processWriteQueue()}_processWriteQueue(){const e=this,t=this.writeQueue[0],i=t.directory,n=t.locale,a=t.cb,r=this._resolveLocaleFile(i,n),s=JSON.stringify(this.cache[n],null,2);o.fs.writeFile(r,s,"utf-8",(function(t){e.writeQueue.shift(),e.writeQueue.length>0&&e._processWriteQueue(),a(t)}))}_readLocaleFile(){let e={};const t=this._resolveLocaleFile(this.directory,this.locale);try{o.fs.readFileSync&&(e=JSON.parse(o.fs.readFileSync(t,"utf-8")))}catch(i){if(i instanceof SyntaxError&&(i.message="syntax error in "+t),"ENOENT"!==i.code)throw i;e={}}this.cache[this.locale]=e}_resolveLocaleFile(e,t){let i=o.resolve(e,"./",t+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(i)&&~t.lastIndexOf("_")){const n=o.resolve(e,"./",t.split("_")[0]+".json");this._fileExistsSync(n)&&(i=n)}return i}_fileExistsSync(e){return o.exists(e)}}var c={fs:{readFileSync:n.readFileSync,writeFile:n.writeFile},format:a.format,resolve:r.resolve,exists:e=>{try{return n.statSync(e).isFile()}catch(e){return!1}}};e.exports=e=>function(e,t){o=t;const i=new s(e);return{__:i.__.bind(i),__n:i.__n.bind(i),setLocale:i.setLocale.bind(i),getLocale:i.getLocale.bind(i),updateLocale:i.updateLocale.bind(i),locale:i.locale}}(e,c)},34411:e=>{function t(e){var i=this;if(i instanceof t||(i=new t),i.tail=null,i.head=null,i.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){i.push(e)}));else if(arguments.length>0)for(var n=0,a=arguments.length;n1)i=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");n=this.head.next,i=this.head.value}for(var a=0;null!==n;a++)i=e(i,n.value,a),n=n.next;return i},t.prototype.reduceReverse=function(e,t){var i,n=this.tail;if(arguments.length>1)i=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");n=this.tail.prev,i=this.tail.value}for(var a=this.length-1;null!==n;a--)i=e(i,n.value,a),n=n.prev;return i},t.prototype.toArray=function(){for(var e=new Array(this.length),t=0,i=this.head;null!==i;t++)e[t]=i.value,i=i.next;return e},t.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,i=this.tail;null!==i;t++)e[t]=i.value,i=i.prev;return e},t.prototype.slice=function(e,i){(i=i||this.length)<0&&(i+=this.length),(e=e||0)<0&&(e+=this.length);var n=new t;if(ithis.length&&(i=this.length);for(var a=0,r=this.head;null!==r&&athis.length&&(i=this.length);for(var a=this.length,r=this.tail;null!==r&&a>i;a--)r=r.prev;for(;null!==r&&a>e;a--,r=r.prev)n.push(r.value);return n},t.prototype.reverse=function(){for(var e=this.head,t=this.tail,i=e;null!==i;i=i.prev){var n=i.prev;i.prev=i.next,i.next=n}return this.head=t,this.tail=e,this}},69533:(e,t,i)=>{"use strict";var n,a=i(31669),r=(i(35747),i(85622));function o(e){if(e!==e.toLowerCase()&&e!==e.toUpperCase()||(e=e.toLowerCase()),-1===e.indexOf("-")&&-1===e.indexOf("_"))return e;{let t="",i=!1;const n=e.match(/^-+/);for(let a=n?n[0].length:0;a0?`${t}${i.charAt(a)}`:o}return n}function c(e){return null!=e&&("number"==typeof e||!!/^0x[0-9a-f]+$/i.test(e)||!/^0[^.]/.test(e)&&/^[-]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(e))}let u;function l(e){return void 0!==e?e+1:1}function p(e){return"__proto__"===e?"___proto___":e}!function(e){e.BOOLEAN="boolean",e.STRING="string",e.NUMBER="number",e.ARRAY="array"}(n||(n={}));const d=process&&process.env&&process.env.YARGS_MIN_NODE_VERSION?Number(process.env.YARGS_MIN_NODE_VERSION):10;if(process&&process.version&&Number(process.version.match(/v([^.]+)/)[1])"string"!=typeof e?e+"":e));e=e.trim();let t=0,i=null,n=null,a=null;const r=[];for(let o=0;o{"number"==typeof t&&(w.nargs[e]=t,w.keys.push(e))})),"object"==typeof i.coerce&&Object.entries(i.coerce).forEach((([e,t])=>{"function"==typeof t&&(w.coercions[e]=t,w.keys.push(e))})),void 0!==i.config&&(Array.isArray(i.config)||"string"==typeof i.config?[].concat(i.config).filter(Boolean).forEach((function(e){w.configs[e]=!0})):"object"==typeof i.config&&Object.entries(i.config).forEach((([e,t])=>{"boolean"!=typeof t&&"function"!=typeof t||(w.configs[e]=t)}))),function(...e){e.forEach((function(e){Object.keys(e||{}).forEach((function(e){w.aliases[e]||(w.aliases[e]=[].concat(r[e]||[]),w.aliases[e].concat(e).forEach((function(t){if(/-/.test(t)&&d["camel-case-expansion"]){const i=o(t);i!==e&&-1===w.aliases[e].indexOf(i)&&(w.aliases[e].push(i),y[i]=!0)}})),w.aliases[e].concat(e).forEach((function(t){if(t.length>1&&/[A-Z]/.test(t)&&d["camel-case-expansion"]){const i=s(t,"-");i!==e&&-1===w.aliases[e].indexOf(i)&&(w.aliases[e].push(i),y[i]=!0)}})),w.aliases[e].forEach((function(t){w.aliases[t]=[e].concat(w.aliases[e].filter((function(e){return t!==e})))})))}))}))}(i.key,r,i.default,w.arrays),Object.keys(h).forEach((function(e){(w.aliases[e]||[]).forEach((function(t){h[t]=h[e]}))}));let j=null;Object.keys(w.counts).find((e=>U(e,w.arrays)?(j=Error(x("Invalid configuration: %s, opts.count excludes opts.array.",e)),!0):!!U(e,w.nargs)&&(j=Error(x("Invalid configuration: %s, opts.count excludes opts.narg.",e)),!0)));let E=[];const D=Object.assign(Object.create(null),{_:[]}),C={};for(let e=0;e=3&&(U(s[1],w.arrays)?e=T(e,s[1],a,s[2]):!1!==U(s[1],w.nargs)?e=S(e,s[1],a,s[2]):O(s[1],s[2]));else if(t.match(_)&&d["boolean-negation"])s=t.match(_),null!==s&&Array.isArray(s)&&s.length>=2&&(r=s[1],O(r,!!U(r,w.arrays)&&[!1]));else if(t.match(/^--.+/)||!d["short-option-groups"]&&t.match(/^-[^-]+/))s=t.match(/^--?(.+)/),null!==s&&Array.isArray(s)&&s.length>=2&&(r=s[1],U(r,w.arrays)?e=T(e,r,a):!1!==U(r,w.nargs)?e=S(e,r,a):(c=a[e+1],void 0===c||c.match(/^-/)&&!c.match(k)||U(r,w.bools)||U(r,w.counts)?/^(true|false)$/.test(c)?(O(r,c),e++):O(r,q(r)):(O(r,c),e++)));else if(t.match(/^-.\..+=/))s=t.match(/^-([^=]+)=([\s\S]*)$/),null!==s&&Array.isArray(s)&&s.length>=3&&O(s[1],s[2]);else if(t.match(/^-.\..+/)&&!t.match(k))c=a[e+1],s=t.match(/^-(.\..+)/),null!==s&&Array.isArray(s)&&s.length>=2&&(r=s[1],void 0===c||c.match(/^-/)||U(r,w.bools)||U(r,w.counts)?O(r,q(r)):(O(r,c),e++));else if(t.match(/^-[^-]+/)&&!t.match(k)){o=t.slice(1,-1).split(""),n=!1;for(let i=0;i0&&(O(t,n),s--),a=e+1;a0||o&&"number"==typeof o&&a.length>=o)&&(r=i[n],!/^-/.test(r)||k.test(r)||$(r));n++)e=n,a.push(P(t,r))}return"number"==typeof o&&(o&&a.length1&&d["dot-notation"]&&(w.aliases[n[0]]||[]).forEach((function(t){let a=t.split(".");const r=[].concat(n);r.shift(),a=a.concat(r),(w.aliases[e]||[]).includes(a.join("."))||B(D,a,i)})),U(e,w.normalize)&&!U(e,w.arrays)&&[e].concat(w.aliases[e]||[]).forEach((function(e){Object.defineProperty(C,e,{enumerable:!0,get:()=>t,set(e){t="string"==typeof e?u.normalize(e):e}})}))}function I(e,t){w.aliases[e]&&w.aliases[e].length||(w.aliases[e]=[t],y[t]=!0),w.aliases[t]&&w.aliases[t].length||I(t,e)}function P(e,t){"string"!=typeof t||"'"!==t[0]&&'"'!==t[0]||t[t.length-1]!==t[0]||(t=t.substring(1,t.length-1)),(U(e,w.bools)||U(e,w.counts))&&"string"==typeof t&&(t="true"===t);let i=Array.isArray(t)?t.map((function(t){return F(e,t)})):F(e,t);return U(e,w.counts)&&(H(i)||"boolean"==typeof i)&&(i=l()),U(e,w.normalize)&&U(e,w.arrays)&&(i=Array.isArray(t)?t.map((e=>u.normalize(e))):u.normalize(t)),i}function F(e,t){return d["parse-positional-numbers"]||"_"!==e?(U(e,w.strings)||U(e,w.bools)||Array.isArray(t)||(c(t)&&d["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${t}`)))||!H(t)&&U(e,w.numbers))&&(t=Number(t)),t):t}function z(e,t){Object.keys(e).forEach((function(i){const n=e[i],a=t?t+"."+i:i;"object"==typeof n&&null!==n&&!Array.isArray(n)&&d["dot-notation"]?z(n,a):(!N(D,a.split("."))||U(a,w.arrays)&&d["combine-arrays"])&&O(a,n)}))}function R(e,t){if(void 0===f)return;const i="string"==typeof f?f:"",n=u.env();Object.keys(n).forEach((function(a){if(""===i||0===a.lastIndexOf(i,0)){const r=a.split("__").map((function(e,t){return 0===t&&(e=e.substring(i.length)),o(e)}));(t&&w.configs[r.join(".")]||!t)&&!N(e,r)&&O(r.join("."),n[a])}}))}function L(e,t,i,n=!1){Object.keys(i).forEach((function(a){N(e,a.split("."))||(B(e,a.split("."),i[a]),n&&(b[a]=!0),(t[a]||[]).forEach((function(t){N(e,t.split("."))||B(e,t.split("."),i[a])})))}))}function N(e,t){let i=e;d["dot-notation"]||(t=[t.join(".")]),t.slice(0,-1).forEach((function(e){i=i[e]||{}}));const n=t[t.length-1];return"object"==typeof i&&n in i}function B(e,t,i){let n=e;d["dot-notation"]||(t=[t.join(".")]),t.slice(0,-1).forEach((function(e){e=p(e),"object"==typeof n&&void 0===n[e]&&(n[e]={}),"object"!=typeof n[e]||Array.isArray(n[e])?(Array.isArray(n[e])?n[e].push({}):n[e]=[n[e],{}],n=n[e][n[e].length-1]):n=n[e]}));const a=p(t[t.length-1]),r=U(t.join("."),w.arrays),o=Array.isArray(i);let s=d["duplicate-arguments-array"];!s&&U(a,w.nargs)&&(s=!0,(!H(n[a])&&1===w.nargs[a]||Array.isArray(n[a])&&n[a].length===w.nargs[a])&&(n[a]=void 0)),i===l()?n[a]=l(n[a]):Array.isArray(n[a])?s&&r&&o?n[a]=d["flatten-duplicate-arrays"]?n[a].concat(i):(Array.isArray(n[a][0])?n[a]:[n[a]]).concat([i]):s||Boolean(r)!==Boolean(o)?n[a]=n[a].concat([i]):n[a]=i:void 0===n[a]&&r?n[a]=o?i:[i]:!s||void 0===n[a]||U(a,w.counts)||U(a,w.bools)?n[a]=i:n[a]=[n[a],i]}function U(e,t){const i=[].concat(w.aliases[e]||[],e),n=Object.keys(t),a=i.find((e=>n.includes(e)));return!!a&&t[a]}function M(e){const t=Object.keys(w);return[].concat(t.map((e=>w[e]))).some((function(t){return Array.isArray(t)?t.includes(e):t[e]}))}function $(e){return d["unknown-options-as-args"]&&function(e){return!(e=e.replace(/^-{3,}/,"--")).match(k)&&(!function(e){if(e.match(k)||!e.match(/^-[^-]+/))return!1;let t,i=!0;const n=e.slice(1).split("");for(let a=0;a{i.add(t),e[t]=a}))}catch(e){j=e}}))}(D),d["set-placeholder-key"]&&function(e){w.keys.forEach((t=>{~t.indexOf(".")||void 0===e[t]&&(e[t]=void 0)}))}(D),Object.keys(w.counts).forEach((function(e){N(D,e.split("."))||O(e,0)})),g&&E.length&&(D[v]=[]),E.forEach((function(e){D[v].push(e)})),d["camel-case-expansion"]&&d["strip-dashed"]&&Object.keys(D).filter((e=>"--"!==e&&e.includes("-"))).forEach((e=>{delete D[e]})),d["strip-aliased"]&&[].concat(...Object.keys(r).map((e=>r[e]))).forEach((e=>{d["camel-case-expansion"]&&e.includes("-")&&delete D[e.split(".").map((e=>o(e))).join(".")],delete D[e]})),{aliases:Object.assign({},w.aliases),argv:Object.assign(C,D),configuration:d,defaulted:Object.assign({},b),error:j,newAliases:Object.assign({},y)}}}({cwd:process.cwd,env:()=>h,format:a.format,normalize:r.normalize,resolve:r.resolve,require:e=>i(35670)(e)}),f=function(e,t){return m.parse(e.slice(),t).argv};f.detailed=function(e,t){return m.parse(e.slice(),t)},f.camelCase=o,f.decamelize=s,f.looksLikeNumber=c,e.exports=f},35670:e=>{function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=35670,e.exports=t},51901:(e,t,i)=>{"use strict";var n=i(42357);class a extends Error{constructor(e){super(e||"yargs error"),this.name="YError",Error.captureStackTrace(this,a)}}let r,o=[];function s(e,t,n,u){r=u;let l={};if(Object.prototype.hasOwnProperty.call(e,"extends")){if("string"!=typeof e.extends)return l;const c=/\.json|\..*rc$/.test(e.extends);let u=null;if(c)u=function(e,t){return r.path.resolve(e,t)}(t,e.extends);else try{u=i(49167).resolve(e.extends)}catch(t){return e}!function(e){if(o.indexOf(e)>-1)throw new a(`Circular extended configurations: '${e}'.`)}(u),o.push(u),l=c?JSON.parse(r.readFileSync(u,"utf8")):i(49167)(e.extends),delete e.extends,l=s(l,r.path.dirname(u),n,r)}return o=[],n?c(l,e):Object.assign({},l,e)}function c(e,t){const i={};function n(e){return e&&"object"==typeof e&&!Array.isArray(e)}Object.assign(i,e);for(const a of Object.keys(t))n(t[a])&&n(i[a])?i[a]=c(e[a],t[a]):i[a]=t[a];return i}function u(e){const t=e.replace(/\s{2,}/g," ").split(/\s+(?![^[]*]|[^<]*>)/),i=/\.*[\][<>]/g,n=t.shift();if(!n)throw new Error(`No command found in: ${e}`);const a={cmd:n.replace(i,""),demanded:[],optional:[]};return t.forEach(((e,n)=>{let r=!1;e=e.replace(/\s/g,""),/\.+[\]>]/.test(e)&&n===t.length-1&&(r=!0),/^\[/.test(e)?a.optional.push({cmd:e.replace(i,"").split("|"),variadic:r}):a.demanded.push({cmd:e.replace(i,"").split("|"),variadic:r})})),a}const l=["first","second","third","fourth","fifth","sixth"];function p(e,t,i){try{let n=0;const[r,o,s]="object"==typeof e?[{demanded:[],optional:[]},e,t]:[u(`cmd ${e}`),t,i],c=[].slice.call(o);for(;c.length&&void 0===c[c.length-1];)c.pop();const l=s||c.length;if(lp)throw new a(`Too many arguments provided. Expected max ${p} but received ${l}.`);r.demanded.forEach((e=>{const t=d(c.shift());0===e.cmd.filter((e=>e===t||"*"===e)).length&&h(t,e.cmd,n),n+=1})),r.optional.forEach((e=>{if(0===c.length)return;const t=d(c.shift());0===e.cmd.filter((e=>e===t||"*"===e)).length&&h(t,e.cmd,n),n+=1}))}catch(e){console.warn(e.stack)}}function d(e){return Array.isArray(e)?"array":null===e?"null":typeof e}function h(e,t,i){throw new a(`Invalid ${l[i]||"manyith"} argument. Expected ${t.join(" or ")} but received ${e}.`)}function m(e){return!!e&&!!e.then&&"function"==typeof e.then}function f(e,t,i,n){i.assert.notStrictEqual(e,t,n)}function g(e,t){t.assert.strictEqual(typeof e,"string")}function v(e){return Object.keys(e)}function y(e={},t=(()=>!0)){const i={};return v(e).forEach((n=>{t(n,e[n])&&(i[n]=e[n])})),i}function b(){return process.versions.electron&&!process.defaultApp?0:1}function x(){return process.argv[b()]}var w=Object.freeze({__proto__:null,hideBin:function(e){return e.slice(b()+1)},getProcessArgvBin:x});function k(e,t,i,n){if("a"===i&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===i?n:"a"===i?n.call(e):n?n.value:t.get(e)}function _(e,t,i,n,a){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!a)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!a:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?a.call(e,i):a?a.value=i:t.set(e,i),i}class j{constructor(e){this.globalMiddleware=[],this.frozens=[],this.yargs=e}addMiddleware(e,t,i=!0){if(p(" [boolean] [boolean]",[e,t,i],arguments.length),Array.isArray(e)){for(let n=0;n{const n=[...i[t]||[],t];return!e.option||!n.includes(e.option)})),e.option=t,this.addMiddleware(e,!0,!0)}getMiddleware(){return this.globalMiddleware}freeze(){this.frozens.push([...this.globalMiddleware])}unfreeze(){const e=this.frozens.pop();void 0!==e&&(this.globalMiddleware=e)}reset(){this.globalMiddleware=this.globalMiddleware.filter((e=>e.global))}}function E(e,t,i,n){return i.reduce(((e,i)=>{if(i.applyBeforeValidation!==n)return e;if(m(e))return e.then((e=>Promise.all([e,i(e,t)]))).then((([e,t])=>Object.assign(e,t)));{const n=i(e,t);return m(n)?n.then((t=>Object.assign(e,t))):Object.assign(e,n)}}),e)}function D(e,t,i=(e=>{throw e})){try{const i="function"==typeof e?e():e;return m(i)?i.then((e=>t(e))):t(i)}catch(e){return i(e)}}const C=/(^\*)|(^\$0)/;class A{constructor(e,t,i,n){this.requireCache=new Set,this.handlers={},this.aliasMap={},this.frozens=[],this.shim=n,this.usage=e,this.globalMiddleware=i,this.validation=t}addDirectory(e,t,i,n){"boolean"!=typeof(n=n||{}).recurse&&(n.recurse=!1),Array.isArray(n.extensions)||(n.extensions=["js"]);const a="function"==typeof n.visit?n.visit:e=>e;n.visit=(e,t,i)=>{const n=a(e,t,i);if(n){if(this.requireCache.has(t))return n;this.requireCache.add(t),this.addHandler(n)}return n},this.shim.requireDirectory({require:t,filename:i},e,n)}addHandler(e,t,i,n,a,r){let o=[];const s=function(e){return e?e.map((e=>(e.applyBeforeValidation=!1,e))):[]}(a);if(n=n||(()=>{}),Array.isArray(e))if(function(e){return e.every((e=>"string"==typeof e))}(e))[e,...o]=e;else for(const t of e)this.addHandler(t);else{if(function(e){return"object"==typeof e&&!Array.isArray(e)}(e)){let t=Array.isArray(e.command)||"string"==typeof e.command?e.command:this.moduleName(e);return e.aliases&&(t=[].concat(t).concat(e.aliases)),void this.addHandler(t,this.extractDesc(e),e.builder,e.handler,e.middlewares,e.deprecated)}if(S(i))return void this.addHandler([e].concat(o),t,i.builder,i.handler,i.middlewares,i.deprecated)}if("string"==typeof e){const a=u(e);o=o.map((e=>u(e).cmd));let c=!1;const l=[a.cmd].concat(o).filter((e=>!C.test(e)||(c=!0,!1)));0===l.length&&c&&l.push("$0"),c&&(a.cmd=l[0],o=l.slice(1),e=e.replace(C,a.cmd)),o.forEach((e=>{this.aliasMap[e]=a.cmd})),!1!==t&&this.usage.command(e,t,c,o,r),this.handlers[a.cmd]={original:e,description:t,handler:n,builder:i||{},middlewares:s,deprecated:r,demanded:a.demanded,optional:a.optional},c&&(this.defaultCommand=this.handlers[a.cmd])}}getCommandHandlers(){return this.handlers}getCommands(){return Object.keys(this.handlers).concat(Object.keys(this.aliasMap))}hasDefaultCommand(){return!!this.defaultCommand}runCommand(e,t,i,n,a,r){const o=this.handlers[e]||this.handlers[this.aliasMap[e]]||this.defaultCommand,s=t.getInternalMethods().getContext(),c=s.commands.slice(),u=!e;e&&(s.commands.push(e),s.fullCommands.push(o.original));const l=this.applyBuilderUpdateUsageAndParse(u,o,t,i.aliases,c,n,a,r);return m(l)?l.then((e=>this.applyMiddlewareAndGetResult(u,o,e.innerArgv,s,a,e.aliases,t))):this.applyMiddlewareAndGetResult(u,o,l.innerArgv,s,a,l.aliases,t)}applyBuilderUpdateUsageAndParse(e,t,i,n,a,r,o,s){const c=t.builder;let u=i;if(T(c)){const l=c(i.getInternalMethods().reset(n),s);if(m(l))return l.then((n=>{var s;return u=(s=n)&&"function"==typeof s.getInternalMethods?n:i,this.parseAndUpdateUsage(e,t,u,a,r,o)}))}else(function(e){return"object"==typeof e})(c)&&(u=i.getInternalMethods().reset(n),Object.keys(t.builder).forEach((e=>{u.option(e,c[e])})));return this.parseAndUpdateUsage(e,t,u,a,r,o)}parseAndUpdateUsage(e,t,i,n,a,r){e&&i.getInternalMethods().getUsageInstance().unfreeze(),this.shouldUpdateUsage(i)&&i.getInternalMethods().getUsageInstance().usage(this.usageFromParentCommandsCommandHandler(n,t),t.description);const o=i.getInternalMethods().runYargsParserAndExecuteCommands(null,void 0,!0,a,r);return m(o)?o.then((e=>({aliases:i.parsed.aliases,innerArgv:e}))):{aliases:i.parsed.aliases,innerArgv:o}}shouldUpdateUsage(e){return!e.getInternalMethods().getUsageInstance().getUsageDisabled()&&0===e.getInternalMethods().getUsageInstance().getUsage().length}usageFromParentCommandsCommandHandler(e,t){const i=C.test(t.original)?t.original.replace(C,"").trim():t.original,n=e.filter((e=>!C.test(e)));return n.push(i),`$0 ${n.join(" ")}`}applyMiddlewareAndGetResult(e,t,i,n,a,r,o){let s={};if(a)return i;o.getInternalMethods().getHasOutput()||(s=this.populatePositionals(t,i,n,o));const c=this.globalMiddleware.getMiddleware().slice(0).concat(t.middlewares);if(i=E(i,o,c,!0),!o.getInternalMethods().getHasOutput()){const t=o.getInternalMethods().runValidation(r,s,o.parsed.error,e);i=D(i,(e=>(t(e),e)))}if(t.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();const n=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(i,n,!1,!1),i=D(i=E(i,o,c,!1),(e=>{const i=t.handler(e);return m(i)?i.then((()=>e)):e})),e||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),m(i)&&!o.getInternalMethods().hasParseCallback()&&i.catch((e=>{try{o.getInternalMethods().getUsageInstance().fail(null,e)}catch(e){}}))}return e||(n.commands.pop(),n.fullCommands.pop()),i}populatePositionals(e,t,i,n){t._=t._.slice(i.commands.length);const a=e.demanded.slice(0),r=e.optional.slice(0),o={};for(this.validation.positionalCount(a.length,t._.length);a.length;){const e=a.shift();this.populatePositional(e,t,o)}for(;r.length;){const e=r.shift();this.populatePositional(e,t,o)}return t._=i.commands.concat(t._.map((e=>""+e))),this.postProcessPositionals(t,o,this.cmdToParseOptions(e.original),n),o}populatePositional(e,t,i){const n=e.cmd[0];e.variadic?i[n]=t._.splice(0).map(String):t._.length&&(i[n]=[String(t._.shift())])}cmdToParseOptions(e){const t={array:[],default:{},alias:{},demand:{}},i=u(e);return i.demanded.forEach((e=>{const[i,...n]=e.cmd;e.variadic&&(t.array.push(i),t.default[i]=[]),t.alias[i]=n,t.demand[i]=!0})),i.optional.forEach((e=>{const[i,...n]=e.cmd;e.variadic&&(t.array.push(i),t.default[i]=[]),t.alias[i]=n})),t}postProcessPositionals(e,t,i,n){const a=Object.assign({},n.getOptions());a.default=Object.assign(i.default,a.default);for(const e of Object.keys(i.alias))a.alias[e]=(a.alias[e]||[]).concat(i.alias[e]);a.array=a.array.concat(i.array),a.config={};const r=[];if(Object.keys(t).forEach((e=>{t[e].map((t=>{a.configuration["unknown-options-as-args"]&&(a.key[e]=!0),r.push(`--${e}`),r.push(t)}))})),!r.length)return;const o=Object.assign({},a.configuration,{"populate--":!1}),s=this.shim.Parser.detailed(r,Object.assign({},a,{configuration:o}));if(s.error)n.getInternalMethods().getUsageInstance().fail(s.error.message,s.error);else{const i=Object.keys(t);Object.keys(t).forEach((e=>{i.push(...s.aliases[e])})),Object.keys(s.argv).forEach((n=>{-1!==i.indexOf(n)&&(t[n]||(t[n]=s.argv[n]),e[n]=s.argv[n])}))}}runDefaultBuilderOn(e){if(!this.defaultCommand)return;if(this.shouldUpdateUsage(e)){const t=C.test(this.defaultCommand.original)?this.defaultCommand.original:this.defaultCommand.original.replace(/^[^[\]<>]*/,"$0 ");e.getInternalMethods().getUsageInstance().usage(t,this.defaultCommand.description)}const t=this.defaultCommand.builder;if(T(t))return t(e,!0);S(t)||Object.keys(t).forEach((i=>{e.option(i,t[i])}))}moduleName(e){const t=function(e){for(let t,n=0,a=Object.keys(i.c);n{const i=t;i._handle&&i.isTTY&&"function"==typeof i._handle.setBlocking&&i._handle.setBlocking(e)}))}function I(e){return"boolean"==typeof e}function P(e,t){const i=t.y18n.__,n={},r=[];n.failFn=function(e){r.push(e)};let o=null,s=!0;n.showHelpOnFail=function(e=!0,t){const[i,a]="string"==typeof e?[!0,e]:[e,t];return o=a,s=i,n};let c=!1;n.fail=function(t,i){const u=e.getInternalMethods().getLoggerInstance();if(!r.length){if(e.getExitProcess()&&O(!0),c||(c=!0,s&&(e.showHelp("error"),u.error()),(t||i)&&u.error(t||i),o&&((t||i)&&u.error(""),u.error(o))),i=i||new a(t),e.getExitProcess())return e.exit(1);if(e.getInternalMethods().hasParseCallback())return e.exit(1,i);throw i}for(let e=r.length-1;e>=0;--e){const a=r[e];if(I(a)){if(i)throw i;if(t)throw Error(t)}else a(t,i,n)}};let u=[],l=!1;n.usage=(e,t)=>null===e?(l=!0,u=[],n):(l=!1,u.push([e,t||""]),n),n.getUsage=()=>u,n.getUsageDisabled=()=>l,n.getPositionalGroupName=()=>i("Positionals:");let p=[];n.example=(e,t)=>{p.push([e,t||""])};let d=[];n.command=function(e,t,i,n,a=!1){i&&(d=d.map((e=>(e[2]=!1,e)))),d.push([e,t||"",i,n,a])},n.getCommands=()=>d;let h={};n.describe=function(e,t){Array.isArray(e)?e.forEach((e=>{n.describe(e,t)})):"object"==typeof e?Object.keys(e).forEach((t=>{n.describe(t,e[t])})):h[e]=t},n.getDescriptions=()=>h;let m=[];n.epilog=e=>{m.push(e)};let f,g=!1;function v(){return g||(f=t.process.stdColumns?Math.min(80,t.process.stdColumns):80,g=!0),f}n.wrap=e=>{g=!0,f=e};const b="__yargsString__:";function x(e,i,n){let a=0;return Array.isArray(e)||(e=Object.values(e).map((e=>[e]))),e.forEach((e=>{a=Math.max(t.stringWidth(n?`${n} ${R(e[0])}`:R(e[0]))+z(e[0]),a)})),i&&(a=Math.min(a,parseInt((.5*i).toString(),10))),a}let w;function k(t){return e.getOptions().hiddenOptions.indexOf(t)<0||e.parsed.argv[e.getOptions().showHiddenOpt]}function _(e,t){let n=`[${i("default:")} `;if(void 0===e&&!t)return null;if(t)n+=t;else switch(typeof e){case"string":n+=`"${e}"`;break;case"object":n+=JSON.stringify(e);break;default:n+=e}return`${n}]`}n.deferY18nLookup=e=>b+e,n.help=function(){if(w)return w;!function(){const t=e.getDemandedOptions(),i=e.getOptions();(Object.keys(i.alias)||[]).forEach((a=>{i.alias[a].forEach((r=>{h[r]&&n.describe(a,h[r]),r in t&&e.demandOption(a,t[r]),~i.boolean.indexOf(r)&&e.boolean(a),~i.count.indexOf(r)&&e.count(a),~i.string.indexOf(r)&&e.string(a),~i.normalize.indexOf(r)&&e.normalize(a),~i.array.indexOf(r)&&e.array(a),~i.number.indexOf(r)&&e.number(a)}))}))}();const a=e.customScriptName?e.$0:t.path.basename(e.$0),r=e.getDemandedOptions(),o=e.getDemandedCommands(),s=e.getDeprecatedOptions(),c=e.getGroups(),f=e.getOptions();let g=[];g=g.concat(Object.keys(h)),g=g.concat(Object.keys(r)),g=g.concat(Object.keys(o)),g=g.concat(Object.keys(f.default)),g=g.filter(k),g=Object.keys(g.reduce(((e,t)=>("_"!==t&&(e[t]=!0),e)),{}));const y=v(),j=t.cliui({width:y,wrap:!!y});if(!l)if(u.length)u.forEach((e=>{j.div(`${e[0].replace(/\$0/g,a)}`),e[1]&&j.div({text:`${e[1]}`,padding:[1,0,0,0]})})),j.div();else if(d.length){let e=null;e=o._?`${a} <${i("command")}>\n`:`${a} [${i("command")}]\n`,j.div(`${e}`)}if(d.length>1||1===d.length&&!d[0][2]){j.div(i("Commands:"));const t=e.getInternalMethods().getContext(),n=t.commands.length?`${t.commands.join(" ")} `:"";!0===e.getInternalMethods().getParserConfiguration()["sort-commands"]&&(d=d.sort(((e,t)=>e[0].localeCompare(t[0])))),d.forEach((e=>{const t=`${a} ${n}${e[0].replace(/^\$0 ?/,"")}`;j.span({text:t,padding:[0,2,0,2],width:x(d,y,`${a}${n}`)+4},{text:e[1]});const r=[];e[2]&&r.push(`[${i("default")}]`),e[3]&&e[3].length&&r.push(`[${i("aliases:")} ${e[3].join(", ")}]`),e[4]&&("string"==typeof e[4]?r.push(`[${i("deprecated: %s",e[4])}]`):r.push(`[${i("deprecated")}]`)),r.length?j.div({text:r.join(" "),padding:[0,0,0,2],align:"right"}):j.div()})),j.div()}const E=(Object.keys(f.alias)||[]).concat(Object.keys(e.parsed.newAliases)||[]);g=g.filter((t=>!e.parsed.newAliases[t]&&E.every((e=>-1===(f.alias[e]||[]).indexOf(t)))));const D=i("Options:");c[D]||(c[D]=[]),function(e,t,i,n){let a=[],r=null;Object.keys(i).forEach((e=>{a=a.concat(i[e])})),e.forEach((e=>{r=[e].concat(t[e]),r.some((e=>-1!==a.indexOf(e)))||i[n].push(e)}))}(g,f.alias,c,D);const C=e=>/^--/.test(R(e)),A=Object.keys(c).filter((e=>c[e].length>0)).map((e=>({groupName:e,normalizedKeys:c[e].filter(k).map((e=>{if(~E.indexOf(e))return e;for(let t,i=0;void 0!==(t=E[i]);i++)if(~(f.alias[t]||[]).indexOf(e))return t;return e}))}))).filter((({normalizedKeys:e})=>e.length>0)).map((({groupName:e,normalizedKeys:t})=>{const i=t.reduce(((t,i)=>(t[i]=[i].concat(f.alias[i]||[]).map((t=>e===n.getPositionalGroupName()?t:(/^[0-9]$/.test(t)?~f.boolean.indexOf(i)?"-":"--":t.length>1?"--":"-")+t)).sort(((e,t)=>C(e)===C(t)?0:C(e)?1:-1)).join(", "),t)),{});return{groupName:e,normalizedKeys:t,switches:i}}));if(A.filter((({groupName:e})=>e!==n.getPositionalGroupName())).some((({normalizedKeys:e,switches:t})=>!e.every((e=>C(t[e])))))&&A.filter((({groupName:e})=>e!==n.getPositionalGroupName())).forEach((({normalizedKeys:e,switches:t})=>{e.forEach((e=>{var i,n;C(t[e])&&(t[e]=(i=t[e],n="-x, ".length,F(i)?{text:i.text,indentation:i.indentation+n}:{text:i,indentation:n}))}))})),A.forEach((({groupName:e,normalizedKeys:t,switches:a})=>{j.div(e),t.forEach((e=>{const t=a[e];let o=h[e]||"",c=null;~o.lastIndexOf(b)&&(o=i(o.substring(b.length))),~f.boolean.indexOf(e)&&(c=`[${i("boolean")}]`),~f.count.indexOf(e)&&(c=`[${i("count")}]`),~f.string.indexOf(e)&&(c=`[${i("string")}]`),~f.normalize.indexOf(e)&&(c=`[${i("string")}]`),~f.array.indexOf(e)&&(c=`[${i("array")}]`),~f.number.indexOf(e)&&(c=`[${i("number")}]`);const u=[e in s?(l=s[e],"string"==typeof l?`[${i("deprecated: %s",l)}]`:`[${i("deprecated")}]`):null,c,e in r?`[${i("required")}]`:null,f.choices&&f.choices[e]?`[${i("choices:")} ${n.stringifiedValues(f.choices[e])}]`:null,_(f.default[e],f.defaultDescription[e])].filter(Boolean).join(" ");var l;j.span({text:R(t),padding:[0,2,0,2+z(t)],width:x(a,y)+4},o),u?j.div({text:u,padding:[0,0,0,2],align:"right"}):j.div()})),j.div()})),p.length&&(j.div(i("Examples:")),p.forEach((e=>{e[0]=e[0].replace(/\$0/g,a)})),p.forEach((e=>{""===e[1]?j.div({text:e[0],padding:[0,2,0,2]}):j.div({text:e[0],padding:[0,2,0,2],width:x(p,y)+4},{text:e[1]})})),j.div()),m.length>0){const e=m.map((e=>e.replace(/\$0/g,a))).join("\n");j.div(`${e}\n`)}return j.toString().replace(/\s*$/,"")},n.cacheHelpMessage=function(){w=this.help()},n.clearCachedHelpMessage=function(){w=void 0},n.hasCachedHelpMessage=function(){return!!w},n.showHelp=t=>{const i=e.getInternalMethods().getLoggerInstance();t||(t="error"),("function"==typeof t?t:i[t])(n.help())},n.functionDescription=e=>["(",e.name?t.Parser.decamelize(e.name,"-"):i("generated-value"),")"].join(""),n.stringifiedValues=function(e,t){let i="";const n=t||", ",a=[].concat(e);return e&&a.length?(a.forEach((e=>{i.length&&(i+=n),i+=JSON.stringify(e)})),i):i};let j=null;n.version=e=>{j=e},n.showVersion=t=>{const i=e.getInternalMethods().getLoggerInstance();t||(t="error"),("function"==typeof t?t:i[t])(j)},n.reset=function(e){return o=null,c=!1,u=[],l=!1,m=[],p=[],d=[],h=y(h,(t=>!e[t])),n};const E=[];return n.freeze=function(){E.push({failMessage:o,failureOutput:c,usages:u,usageDisabled:l,epilogs:m,examples:p,commands:d,descriptions:h})},n.unfreeze=function(){const e=E.pop();e&&({failMessage:o,failureOutput:c,usages:u,usageDisabled:l,epilogs:m,examples:p,commands:d,descriptions:h}=e)},n}function F(e){return"object"==typeof e}function z(e){return F(e)?e.indentation:0}function R(e){return F(e)?e.text:e}class L{constructor(e,t,i,n){var a,r,o;this.yargs=e,this.usage=t,this.command=i,this.shim=n,this.completionKey="get-yargs-completions",this.aliases=null,this.customCompletionFunction=null,this.zshShell=null!==(o=(null===(a=this.shim.getEnv("SHELL"))||void 0===a?void 0:a.includes("zsh"))||(null===(r=this.shim.getEnv("ZSH_NAME"))||void 0===r?void 0:r.includes("zsh")))&&void 0!==o&&o}defaultCompletion(e,t,i,n){const a=this.command.getCommandHandlers();for(let t=0,i=e.length;t{const n=u(i[0]).cmd;if(-1===t.indexOf(n))if(this.zshShell){const t=i[1]||"";e.push(n.replace(/:/g,"\\:")+":"+t)}else e.push(n)}))}optionCompletions(e,t,i,n){if(n.match(/^-/)||""===n&&0===e.length){const a=this.yargs.getOptions(),r=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[];Object.keys(a.key).forEach((o=>{const s=!!a.configuration["boolean-negation"]&&a.boolean.includes(o);r.includes(o)||this.argsContainKey(t,i,o,s)||(this.completeOptionKey(o,e,n),s&&a.default[o]&&this.completeOptionKey(`no-${o}`,e,n))}))}}argsContainKey(e,t,i,n){if(-1!==e.indexOf(`--${i}`))return!0;if(n&&-1!==e.indexOf(`--no-${i}`))return!0;if(this.aliases)for(const e of this.aliases[i])if(void 0!==t[e])return!0;return!1}completeOptionKey(e,t,i){const n=this.usage.getDescriptions(),a=!/^--/.test(i)&&(e=>/^[^0-9]$/.test(e))(e)?"-":"--";if(this.zshShell){const i=n[e]||"";t.push(a+`${e.replace(/:/g,"\\:")}:${i.replace("__yargsString__:","")}`)}else t.push(a+e)}customCompletion(e,t,i,n){if(f(this.customCompletionFunction,null,this.shim),this.customCompletionFunction.length<3){const e=this.customCompletionFunction(i,t);return m(e)?e.then((e=>{this.shim.process.nextTick((()=>{n(null,e)}))})).catch((e=>{this.shim.process.nextTick((()=>{n(e,void 0)}))})):n(null,e)}return function(e){return e.length>3}(this.customCompletionFunction)?this.customCompletionFunction(i,t,((a=n)=>this.defaultCompletion(e,t,i,a)),(e=>{n(null,e)})):this.customCompletionFunction(i,t,(e=>{n(null,e)}))}getCompletion(e,t){const i=e.length?e[e.length-1]:"",n=this.yargs.parse(e,!0),a=this.customCompletionFunction?n=>this.customCompletion(e,n,i,t):n=>this.defaultCompletion(e,n,i,t);return m(n)?n.then(a):a(n)}generateCompletionScript(e,t){let i=this.zshShell?'#compdef {{app_name}}\n###-begin-{{app_name}}-completions-###\n#\n# yargs command completion script\n#\n# Installation: {{app_path}} {{completion_command}} >> ~/.zshrc\n# or {{app_path}} {{completion_command}} >> ~/.zsh_profile on OSX.\n#\n_{{app_name}}_yargs_completions()\n{\n local reply\n local si=$IFS\n IFS=$\'\n\' reply=($(COMP_CWORD="$((CURRENT-1))" COMP_LINE="$BUFFER" COMP_POINT="$CURSOR" {{app_path}} --get-yargs-completions "${words[@]}"))\n IFS=$si\n _describe \'values\' reply\n}\ncompdef _{{app_name}}_yargs_completions {{app_name}}\n###-end-{{app_name}}-completions-###\n':'###-begin-{{app_name}}-completions-###\n#\n# yargs command completion script\n#\n# Installation: {{app_path}} {{completion_command}} >> ~/.bashrc\n# or {{app_path}} {{completion_command}} >> ~/.bash_profile on OSX.\n#\n_{{app_name}}_yargs_completions()\n{\n local cur_word args type_list\n\n cur_word="${COMP_WORDS[COMP_CWORD]}"\n args=("${COMP_WORDS[@]}")\n\n # ask yargs to generate completions.\n type_list=$({{app_path}} --get-yargs-completions "${args[@]}")\n\n COMPREPLY=( $(compgen -W "${type_list}" -- ${cur_word}) )\n\n # if no match was found, fall back to filename completion\n if [ ${#COMPREPLY[@]} -eq 0 ]; then\n COMPREPLY=()\n fi\n\n return 0\n}\ncomplete -o default -F _{{app_name}}_yargs_completions {{app_name}}\n###-end-{{app_name}}-completions-###\n';const n=this.shim.path.basename(e);return e.match(/\.js$/)&&(e=`./${e}`),i=i.replace(/{{app_name}}/g,n),i=i.replace(/{{completion_command}}/g,t),i.replace(/{{app_path}}/g,e)}registerFunction(e){this.customCompletionFunction=e}setParsed(e){this.aliases=e.aliases}}function N(e,t){if(0===e.length)return t.length;if(0===t.length)return e.length;const i=[];let n,a;for(n=0;n<=t.length;n++)i[n]=[n];for(a=0;a<=e.length;a++)i[0][a]=a;for(n=1;n<=t.length;n++)for(a=1;a<=e.length;a++)t.charAt(n-1)===e.charAt(a-1)?i[n][a]=i[n-1][a-1]:i[n][a]=Math.min(i[n-1][a-1]+1,Math.min(i[n][a-1]+1,i[n-1][a]+1));return i[t.length][e.length]}const B=["$0","--","_"];var U,M,$,q,H,G,W,V,Y,Q,X,J,Z,K,ee,te,ie,ne,ae,re,oe,se,ce,ue,le,pe,de,he,me,fe,ge,ve;const ye=Symbol("copyDoubleDash"),be=Symbol("copyDoubleDash"),xe=Symbol("deleteFromParserHintObject"),we=Symbol("freeze"),ke=Symbol("getDollarZero"),_e=Symbol("getParserConfiguration"),je=Symbol("guessLocale"),Ee=Symbol("guessVersion"),De=Symbol("parsePositionalNumbers"),Ce=Symbol("pkgUp"),Ae=Symbol("populateParserHintArray"),Se=Symbol("populateParserHintSingleValueDictionary"),Te=Symbol("populateParserHintArrayDictionary"),Oe=Symbol("populateParserHintDictionary"),Ie=Symbol("sanitizeKey"),Pe=Symbol("setKey"),Fe=Symbol("unfreeze"),ze=Symbol("validateAsync"),Re=Symbol("getCommandInstance"),Le=Symbol("getContext"),Ne=Symbol("getHasOutput"),Be=Symbol("getLoggerInstance"),Ue=Symbol("getParseContext"),Me=Symbol("getUsageInstance"),$e=Symbol("getValidationInstance"),qe=Symbol("hasParseCallback"),He=Symbol("postProcess"),Ge=Symbol("rebase"),We=Symbol("reset"),Ve=Symbol("runYargsParserAndExecuteCommands"),Ye=Symbol("runValidation"),Qe=Symbol("setHasOutput");class Xe{constructor(e=[],t,i,n){this.customScriptName=!1,this.parsed=!1,U.set(this,void 0),M.set(this,void 0),$.set(this,{commands:[],fullCommands:[]}),q.set(this,null),H.set(this,null),G.set(this,"show-hidden"),W.set(this,null),V.set(this,!0),Y.set(this,!0),Q.set(this,[]),X.set(this,void 0),J.set(this,{}),Z.set(this,!1),K.set(this,null),ee.set(this,void 0),te.set(this,""),ie.set(this,void 0),ne.set(this,void 0),ae.set(this,{}),re.set(this,null),oe.set(this,null),se.set(this,{}),ce.set(this,{}),ue.set(this,void 0),le.set(this,!1),pe.set(this,void 0),de.set(this,!1),he.set(this,!1),me.set(this,!1),fe.set(this,void 0),ge.set(this,null),ve.set(this,void 0),_(this,pe,n),_(this,ue,e),_(this,M,t),_(this,ne,i),_(this,X,new j(this)),this.$0=this[ke](),this[We](),_(this,U,k(this,U)),_(this,fe,k(this,fe)),_(this,ve,k(this,ve)),_(this,ie,k(this,ie)),k(this,ie).showHiddenOpt=k(this,G),_(this,ee,this[be]())}addHelpOpt(e,t){return p("[string|boolean] [string]",[e,t],arguments.length),k(this,K)&&(this[xe](k(this,K)),_(this,K,null)),!1===e&&void 0===t||(_(this,K,"string"==typeof e?e:"help"),this.boolean(k(this,K)),this.describe(k(this,K),t||k(this,fe).deferY18nLookup("Show help"))),this}help(e,t){return this.addHelpOpt(e,t)}addShowHiddenOpt(e,t){if(p("[string|boolean] [string]",[e,t],arguments.length),!1===e&&void 0===t)return this;const i="string"==typeof e?e:k(this,G);return this.boolean(i),this.describe(i,t||k(this,fe).deferY18nLookup("Show hidden options")),k(this,ie).showHiddenOpt=i,this}showHidden(e,t){return this.addShowHiddenOpt(e,t)}alias(e,t){return p(" [string|array]",[e,t],arguments.length),this[Te](this.alias.bind(this),"alias",e,t),this}array(e){return p("",[e],arguments.length),this[Ae]("array",e),this}boolean(e){return p("",[e],arguments.length),this[Ae]("boolean",e),this}check(e,t){return p(" [boolean]",[e,t],arguments.length),this.middleware(((t,i)=>D((()=>e(t)),(i=>(i?("string"==typeof i||i instanceof Error)&&k(this,fe).fail(i.toString(),i):k(this,fe).fail(k(this,pe).y18n.__("Argument check failed: %s",e.toString())),t)),(e=>(k(this,fe).fail(e.message?e.message:e.toString(),e),t)))),!1,t),this}choices(e,t){return p(" [string|array]",[e,t],arguments.length),this[Te](this.choices.bind(this),"choices",e,t),this}coerce(e,t){if(p(" [function]",[e,t],arguments.length),Array.isArray(e)){if(!t)throw new a("coerce callback must be provided");for(const i of e)this.coerce(i,t);return this}if("object"==typeof e){for(const t of Object.keys(e))this.coerce(t,e[t]);return this}if(!t)throw new a("coerce callback must be provided");return k(this,ie).key[e]=!0,k(this,X).addCoerceMiddleware(((i,n)=>{let r;return D((()=>(r=n.getAliases(),t(i[e]))),(t=>{if(i[e]=t,r[e])for(const n of r[e])i[n]=t;return i}),(e=>{throw new a(e.message)}))}),e),this}conflicts(e,t){return p(" [string|array]",[e,t],arguments.length),k(this,ve).conflicts(e,t),this}config(e="config",t,i){return p("[object|string] [string|function] [function]",[e,t,i],arguments.length),"object"!=typeof e||Array.isArray(e)?("function"==typeof t&&(i=t,t=void 0),this.describe(e,t||k(this,fe).deferY18nLookup("Path to JSON config file")),(Array.isArray(e)?e:[e]).forEach((e=>{k(this,ie).config[e]=i||!0})),this):(e=s(e,k(this,M),this[_e]()["deep-merge-config"]||!1,k(this,pe)),k(this,ie).configObjects=(k(this,ie).configObjects||[]).concat(e),this)}completion(e,t,i){return p("[string] [string|boolean|function] [function]",[e,t,i],arguments.length),"function"==typeof t&&(i=t,t=void 0),_(this,H,e||k(this,H)||"completion"),t||!1===t||(t="generate completion script"),this.command(k(this,H),t),i&&k(this,q).registerFunction(i),this}command(e,t,i,n,a,r){return p(" [string|boolean] [function|object] [function] [array] [boolean|string]",[e,t,i,n,a,r],arguments.length),k(this,U).addHandler(e,t,i,n,a,r),this}commands(e,t,i,n,a,r){return this.command(e,t,i,n,a,r)}commandDir(e,t){p(" [object]",[e,t],arguments.length);const i=k(this,ne)||k(this,pe).require;return k(this,U).addDirectory(e,i,k(this,pe).getCallerFile(),t),this}count(e){return p("",[e],arguments.length),this[Ae]("count",e),this}default(e,t,i){return p(" [*] [string]",[e,t,i],arguments.length),i&&(g(e,k(this,pe)),k(this,ie).defaultDescription[e]=i),"function"==typeof t&&(g(e,k(this,pe)),k(this,ie).defaultDescription[e]||(k(this,ie).defaultDescription[e]=k(this,fe).functionDescription(t)),t=t.call()),this[Se](this.default.bind(this),"default",e,t),this}defaults(e,t,i){return this.default(e,t,i)}demandCommand(e=1,t,i,n){return p("[number] [number|string] [string|null|undefined] [string|null|undefined]",[e,t,i,n],arguments.length),"number"!=typeof t&&(i=t,t=1/0),this.global("_",!1),k(this,ie).demandedCommands._={min:e,max:t,minMsg:i,maxMsg:n},this}demand(e,t,i){return Array.isArray(t)?(t.forEach((e=>{f(i,!0,k(this,pe)),this.demandOption(e,i)})),t=1/0):"number"!=typeof t&&(i=t,t=1/0),"number"==typeof e?(f(i,!0,k(this,pe)),this.demandCommand(e,t,i,i)):Array.isArray(e)?e.forEach((e=>{f(i,!0,k(this,pe)),this.demandOption(e,i)})):"string"==typeof i?this.demandOption(e,i):!0!==i&&void 0!==i||this.demandOption(e),this}demandOption(e,t){return p(" [string]",[e,t],arguments.length),this[Se](this.demandOption.bind(this),"demandedOptions",e,t),this}deprecateOption(e,t){return p(" [string|boolean]",[e,t],arguments.length),k(this,ie).deprecatedOptions[e]=t,this}describe(e,t){return p(" [string]",[e,t],arguments.length),this[Pe](e,!0),k(this,fe).describe(e,t),this}detectLocale(e){return p("",[e],arguments.length),_(this,V,e),this}env(e){return p("[string|boolean]",[e],arguments.length),!1===e?delete k(this,ie).envPrefix:k(this,ie).envPrefix=e||"",this}epilogue(e){return p("",[e],arguments.length),k(this,fe).epilog(e),this}epilog(e){return this.epilogue(e)}example(e,t){return p(" [string]",[e,t],arguments.length),Array.isArray(e)?e.forEach((e=>this.example(...e))):k(this,fe).example(e,t),this}exit(e,t){_(this,Z,!0),_(this,W,t),k(this,Y)&&k(this,pe).process.exit(e)}exitProcess(e=!0){return p("[boolean]",[e],arguments.length),_(this,Y,e),this}fail(e){if(p("",[e],arguments.length),"boolean"==typeof e&&!1!==e)throw new a("Invalid first argument. Expected function or boolean 'false'");return k(this,fe).failFn(e),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(e,t){return p(" [function]",[e,t],arguments.length),t?k(this,q).getCompletion(e,t):new Promise(((t,i)=>{k(this,q).getCompletion(e,((e,n)=>{e?i(e):t(n)}))}))}getDemandedOptions(){return p([],0),k(this,ie).demandedOptions}getDemandedCommands(){return p([],0),k(this,ie).demandedCommands}getDeprecatedOptions(){return p([],0),k(this,ie).deprecatedOptions}getDetectLocale(){return k(this,V)}getExitProcess(){return k(this,Y)}getGroups(){return Object.assign({},k(this,J),k(this,ce))}getHelp(){if(_(this,Z,!0),!k(this,fe).hasCachedHelpMessage()){if(!this.parsed){const e=this[Ve](k(this,ue),void 0,void 0,0,!0);if(m(e))return e.then((()=>k(this,fe).help()))}const e=k(this,U).runDefaultBuilderOn(this);if(m(e))return e.then((()=>k(this,fe).help()))}return Promise.resolve(k(this,fe).help())}getOptions(){return k(this,ie)}getStrict(){return k(this,de)}getStrictCommands(){return k(this,he)}getStrictOptions(){return k(this,me)}global(e,t){return p(" [boolean]",[e,t],arguments.length),e=[].concat(e),!1!==t?k(this,ie).local=k(this,ie).local.filter((t=>-1===e.indexOf(t))):e.forEach((e=>{-1===k(this,ie).local.indexOf(e)&&k(this,ie).local.push(e)})),this}group(e,t){p(" ",[e,t],arguments.length);const i=k(this,ce)[t]||k(this,J)[t];k(this,ce)[t]&&delete k(this,ce)[t];const n={};return k(this,J)[t]=(i||[]).concat(e).filter((e=>!n[e]&&(n[e]=!0))),this}hide(e){return p("",[e],arguments.length),k(this,ie).hiddenOptions.push(e),this}implies(e,t){return p(" [number|string|array]",[e,t],arguments.length),k(this,ve).implies(e,t),this}locale(e){return p("[string]",[e],arguments.length),e?(_(this,V,!1),k(this,pe).y18n.setLocale(e),this):(this[je](),k(this,pe).y18n.getLocale())}middleware(e,t,i){return k(this,X).addMiddleware(e,!!t,i)}nargs(e,t){return p(" [number]",[e,t],arguments.length),this[Se](this.nargs.bind(this),"narg",e,t),this}normalize(e){return p("",[e],arguments.length),this[Ae]("normalize",e),this}number(e){return p("",[e],arguments.length),this[Ae]("number",e),this}option(e,t){if(p(" [object]",[e,t],arguments.length),"object"==typeof e)Object.keys(e).forEach((t=>{this.options(t,e[t])}));else{"object"!=typeof t&&(t={}),k(this,ie).key[e]=!0,t.alias&&this.alias(e,t.alias);const i=t.deprecate||t.deprecated;i&&this.deprecateOption(e,i);const n=t.demand||t.required||t.require;n&&this.demand(e,n),t.demandOption&&this.demandOption(e,"string"==typeof t.demandOption?t.demandOption:void 0),t.conflicts&&this.conflicts(e,t.conflicts),"default"in t&&this.default(e,t.default),void 0!==t.implies&&this.implies(e,t.implies),void 0!==t.nargs&&this.nargs(e,t.nargs),t.config&&this.config(e,t.configParser),t.normalize&&this.normalize(e),t.choices&&this.choices(e,t.choices),t.coerce&&this.coerce(e,t.coerce),t.group&&this.group(e,t.group),(t.boolean||"boolean"===t.type)&&(this.boolean(e),t.alias&&this.boolean(t.alias)),(t.array||"array"===t.type)&&(this.array(e),t.alias&&this.array(t.alias)),(t.number||"number"===t.type)&&(this.number(e),t.alias&&this.number(t.alias)),(t.string||"string"===t.type)&&(this.string(e),t.alias&&this.string(t.alias)),(t.count||"count"===t.type)&&this.count(e),"boolean"==typeof t.global&&this.global(e,t.global),t.defaultDescription&&(k(this,ie).defaultDescription[e]=t.defaultDescription),t.skipValidation&&this.skipValidation(e);const a=t.describe||t.description||t.desc;this.describe(e,a),t.hidden&&this.hide(e),t.requiresArg&&this.requiresArg(e)}return this}options(e,t){return this.option(e,t)}parse(e,t,i){p("[string|array] [function|boolean|object] [function]",[e,t,i],arguments.length),this[we](),void 0===e&&(e=k(this,ue)),"object"==typeof t&&(_(this,oe,t),t=i),"function"==typeof t&&(_(this,re,t),t=!1),t||_(this,ue,e),k(this,re)&&_(this,Y,!1);const n=this[Ve](e,!!t),a=this.parsed;return k(this,q).setParsed(this.parsed),m(n)?n.then((e=>(k(this,re)&&k(this,re).call(this,k(this,W),e,k(this,te)),e))).catch((e=>{throw k(this,re)&&k(this,re)(e,this.parsed.argv,k(this,te)),e})).finally((()=>{this[Fe](),this.parsed=a})):(k(this,re)&&k(this,re).call(this,k(this,W),n,k(this,te)),this[Fe](),this.parsed=a,n)}parseAsync(e,t,i){const n=this.parse(e,t,i);return m(n)?n:Promise.resolve(n)}parseSync(e,t,i){const n=this.parse(e,t,i);if(m(n))throw new a(".parseSync() must not be used with asynchronous builders, handlers, or middleware");return n}parserConfiguration(e){return p("",[e],arguments.length),_(this,ae,e),this}pkgConf(e,t){p(" [string]",[e,t],arguments.length);let i=null;const n=this[Ce](t||k(this,M));return n[e]&&"object"==typeof n[e]&&(i=s(n[e],t||k(this,M),this[_e]()["deep-merge-config"]||!1,k(this,pe)),k(this,ie).configObjects=(k(this,ie).configObjects||[]).concat(i)),this}positional(e,t){p(" ",[e,t],arguments.length);const i=["default","defaultDescription","implies","normalize","choices","conflicts","coerce","type","describe","desc","description","alias"];t=y(t,((e,t)=>{let n=-1!==i.indexOf(e);return"type"===e&&-1===["string","number","boolean"].indexOf(t)&&(n=!1),n}));const n=k(this,$).fullCommands[k(this,$).fullCommands.length-1],a=n?k(this,U).cmdToParseOptions(n):{array:[],alias:{},default:{},demand:{}};return v(a).forEach((i=>{const n=a[i];Array.isArray(n)?-1!==n.indexOf(e)&&(t[i]=!0):n[e]&&!(i in t)&&(t[i]=n[e])})),this.group(e,k(this,fe).getPositionalGroupName()),this.option(e,t)}recommendCommands(e=!0){return p("[boolean]",[e],arguments.length),_(this,le,e),this}required(e,t,i){return this.demand(e,t,i)}require(e,t,i){return this.demand(e,t,i)}requiresArg(e){return p(" [number]",[e],arguments.length),"string"==typeof e&&k(this,ie).narg[e]||this[Se](this.requiresArg.bind(this),"narg",e,NaN),this}showCompletionScript(e,t){return p("[string] [string]",[e,t],arguments.length),e=e||this.$0,k(this,ee).log(k(this,q).generateCompletionScript(e,t||k(this,H)||"completion")),this}showHelp(e){if(p("[string|function]",[e],arguments.length),_(this,Z,!0),!k(this,fe).hasCachedHelpMessage()){if(!this.parsed){const t=this[Ve](k(this,ue),void 0,void 0,0,!0);if(m(t))return t.then((()=>{k(this,fe).showHelp(e)})),this}const t=k(this,U).runDefaultBuilderOn(this);if(m(t))return t.then((()=>{k(this,fe).showHelp(e)})),this}return k(this,fe).showHelp(e),this}scriptName(e){return this.customScriptName=!0,this.$0=e,this}showHelpOnFail(e,t){return p("[boolean|string] [string]",[e,t],arguments.length),k(this,fe).showHelpOnFail(e,t),this}showVersion(e){return p("[string|function]",[e],arguments.length),k(this,fe).showVersion(e),this}skipValidation(e){return p("",[e],arguments.length),this[Ae]("skipValidation",e),this}strict(e){return p("[boolean]",[e],arguments.length),_(this,de,!1!==e),this}strictCommands(e){return p("[boolean]",[e],arguments.length),_(this,he,!1!==e),this}strictOptions(e){return p("[boolean]",[e],arguments.length),_(this,me,!1!==e),this}string(e){return p("",[e],arguments.length),this[Ae]("string",e),this}terminalWidth(){return p([],0),k(this,pe).process.stdColumns}updateLocale(e){return this.updateStrings(e)}updateStrings(e){return p("",[e],arguments.length),_(this,V,!1),k(this,pe).y18n.updateLocale(e),this}usage(e,t,i,n){if(p(" [string|boolean] [function|object] [function]",[e,t,i,n],arguments.length),void 0!==t){if(f(e,null,k(this,pe)),(e||"").match(/^\$0( |$)/))return this.command(e,t,i,n);throw new a(".usage() description must start with $0 if being used as alias for .command()")}return k(this,fe).usage(e),this}version(e,t,i){const n="version";if(p("[boolean|string] [string] [string]",[e,t,i],arguments.length),k(this,ge)&&(this[xe](k(this,ge)),k(this,fe).version(void 0),_(this,ge,null)),0===arguments.length)i=this[Ee](),e=n;else if(1===arguments.length){if(!1===e)return this;i=e,e=n}else 2===arguments.length&&(i=t,t=void 0);return _(this,ge,"string"==typeof e?e:n),t=t||k(this,fe).deferY18nLookup("Show version number"),k(this,fe).version(i||void 0),this.boolean(k(this,ge)),this.describe(k(this,ge),t),this}wrap(e){return p("",[e],arguments.length),k(this,fe).wrap(e),this}[(U=new WeakMap,M=new WeakMap,$=new WeakMap,q=new WeakMap,H=new WeakMap,G=new WeakMap,W=new WeakMap,V=new WeakMap,Y=new WeakMap,Q=new WeakMap,X=new WeakMap,J=new WeakMap,Z=new WeakMap,K=new WeakMap,ee=new WeakMap,te=new WeakMap,ie=new WeakMap,ne=new WeakMap,ae=new WeakMap,re=new WeakMap,oe=new WeakMap,se=new WeakMap,ce=new WeakMap,ue=new WeakMap,le=new WeakMap,pe=new WeakMap,de=new WeakMap,he=new WeakMap,me=new WeakMap,fe=new WeakMap,ge=new WeakMap,ve=new WeakMap,ye)](e){if(!e._||!e["--"])return e;e._.push.apply(e._,e["--"]);try{delete e["--"]}catch(e){}return e}[be](){return{log:(...e)=>{this[qe]()||console.log(...e),_(this,Z,!0),k(this,te).length&&_(this,te,k(this,te)+"\n"),_(this,te,k(this,te)+e.join(" "))},error:(...e)=>{this[qe]()||console.error(...e),_(this,Z,!0),k(this,te).length&&_(this,te,k(this,te)+"\n"),_(this,te,k(this,te)+e.join(" "))}}}[xe](e){v(k(this,ie)).forEach((t=>{if("configObjects"===t)return;const i=k(this,ie)[t];Array.isArray(i)?~i.indexOf(e)&&i.splice(i.indexOf(e),1):"object"==typeof i&&delete i[e]})),delete k(this,fe).getDescriptions()[e]}[we](){k(this,Q).push({options:k(this,ie),configObjects:k(this,ie).configObjects.slice(0),exitProcess:k(this,Y),groups:k(this,J),strict:k(this,de),strictCommands:k(this,he),strictOptions:k(this,me),completionCommand:k(this,H),output:k(this,te),exitError:k(this,W),hasOutput:k(this,Z),parsed:this.parsed,parseFn:k(this,re),parseContext:k(this,oe)}),k(this,fe).freeze(),k(this,ve).freeze(),k(this,U).freeze(),k(this,X).freeze()}[ke](){let e,t="";return e=/\b(node|iojs|electron)(\.exe)?$/.test(k(this,pe).process.argv()[0])?k(this,pe).process.argv().slice(1,2):k(this,pe).process.argv().slice(0,1),t=e.map((e=>{const t=this[Ge](k(this,M),e);return e.match(/^(\/|([a-zA-Z]:)?\\)/)&&t.lengtht.includes("package.json")?"package.json":void 0));f(n,void 0,k(this,pe)),i=JSON.parse(k(this,pe).readFileSync(n,"utf8"))}catch(e){}return k(this,se)[t]=i||{},k(this,se)[t]}[Ae](e,t){(t=[].concat(t)).forEach((t=>{t=this[Ie](t),k(this,ie)[e].push(t)}))}[Se](e,t,i,n){this[Oe](e,t,i,n,((e,t,i)=>{k(this,ie)[e][t]=i}))}[Te](e,t,i,n){this[Oe](e,t,i,n,((e,t,i)=>{k(this,ie)[e][t]=(k(this,ie)[e][t]||[]).concat(i)}))}[Oe](e,t,i,n,a){if(Array.isArray(i))i.forEach((t=>{e(t,n)}));else if((e=>"object"==typeof e)(i))for(const t of v(i))e(t,i[t]);else a(t,this[Ie](i),n)}[Ie](e){return"__proto__"===e?"___proto___":e}[Pe](e,t){return this[Se](this[Pe].bind(this),"key",e,t),this}[Fe](){var e,t,i,n,a,r,o,s,c,u,l,p;const d=k(this,Q).pop();let h;f(d,void 0,k(this,pe)),e=this,t=this,i=this,n=this,a=this,r=this,o=this,s=this,c=this,u=this,l=this,p=this,({options:{set value(t){_(e,ie,t)}}.value,configObjects:h,exitProcess:{set value(e){_(t,Y,e)}}.value,groups:{set value(e){_(i,J,e)}}.value,output:{set value(e){_(n,te,e)}}.value,exitError:{set value(e){_(a,W,e)}}.value,hasOutput:{set value(e){_(r,Z,e)}}.value,parsed:this.parsed,strict:{set value(e){_(o,de,e)}}.value,strictCommands:{set value(e){_(s,he,e)}}.value,strictOptions:{set value(e){_(c,me,e)}}.value,completionCommand:{set value(e){_(u,H,e)}}.value,parseFn:{set value(e){_(l,re,e)}}.value,parseContext:{set value(e){_(p,oe,e)}}.value}=d),k(this,ie).configObjects=h,k(this,fe).unfreeze(),k(this,ve).unfreeze(),k(this,U).unfreeze(),k(this,X).unfreeze()}[ze](e,t){return D(t,(t=>(e(t),t)))}getInternalMethods(){return{getCommandInstance:this[Re].bind(this),getContext:this[Le].bind(this),getHasOutput:this[Ne].bind(this),getLoggerInstance:this[Be].bind(this),getParseContext:this[Ue].bind(this),getParserConfiguration:this[_e].bind(this),getUsageInstance:this[Me].bind(this),getValidationInstance:this[$e].bind(this),hasParseCallback:this[qe].bind(this),postProcess:this[He].bind(this),reset:this[We].bind(this),runValidation:this[Ye].bind(this),runYargsParserAndExecuteCommands:this[Ve].bind(this),setHasOutput:this[Qe].bind(this)}}[Re](){return k(this,U)}[Le](){return k(this,$)}[Ne](){return k(this,Z)}[Be](){return k(this,ee)}[Ue](){return k(this,oe)||{}}[Me](){return k(this,fe)}[$e](){return k(this,ve)}[qe](){return!!k(this,re)}[He](e,t,i,n){return i||m(e)||(t||(e=this[ye](e)),(this[_e]()["parse-positional-numbers"]||void 0===this[_e]()["parse-positional-numbers"])&&(e=this[De](e)),n&&(e=E(e,this,k(this,X).getMiddleware(),!1))),e}[We](e={}){_(this,ie,k(this,ie)||{});const t={};t.local=k(this,ie).local?k(this,ie).local:[],t.configObjects=k(this,ie).configObjects?k(this,ie).configObjects:[];const i={};return t.local.forEach((t=>{i[t]=!0,(e[t]||[]).forEach((e=>{i[e]=!0}))})),Object.assign(k(this,ce),Object.keys(k(this,J)).reduce(((e,t)=>{const n=k(this,J)[t].filter((e=>!(e in i)));return n.length>0&&(e[t]=n),e}),{})),_(this,J,{}),["array","boolean","string","skipValidation","count","normalize","number","hiddenOptions"].forEach((e=>{t[e]=(k(this,ie)[e]||[]).filter((e=>!i[e]))})),["narg","key","alias","default","defaultDescription","config","choices","demandedOptions","demandedCommands","deprecatedOptions"].forEach((e=>{t[e]=y(k(this,ie)[e],(e=>!i[e]))})),t.envPrefix=k(this,ie).envPrefix,_(this,ie,t),_(this,fe,k(this,fe)?k(this,fe).reset(i):P(this,k(this,pe))),_(this,ve,k(this,ve)?k(this,ve).reset(i):function(e,t,i){const n=i.y18n.__,a=i.y18n.__n,r={nonOptionCount:function(i){const n=e.getDemandedCommands(),r=i._.length+(i["--"]?i["--"].length:0)-e.getInternalMethods().getContext().commands.length;n._&&(rn._.max)&&(rn._.max&&(void 0!==n._.maxMsg?t.fail(n._.maxMsg?n._.maxMsg.replace(/\$0/g,r.toString()).replace(/\$1/,n._.max.toString()):null):t.fail(a("Too many non-option arguments: got %s, maximum of %s","Too many non-option arguments: got %s, maximum of %s",r,r.toString(),n._.max.toString()))))},positionalCount:function(e,i){i{-1!==B.indexOf(t)||Object.prototype.hasOwnProperty.call(o,t)||Object.prototype.hasOwnProperty.call(e.getInternalMethods().getParseContext(),t)||r.isValidAndSomeAliasIsNotNew(t,n)||l.push(t)})),c&&(p.commands.length>0||u.length>0||s)&&i._.slice(p.commands.length).forEach((e=>{-1===u.indexOf(""+e)&&l.push(""+e)})),l.length>0&&t.fail(a("Unknown argument: %s","Unknown arguments: %s",l.length,l.join(", ")))},unknownCommands:function(i){const n=e.getInternalMethods().getCommandInstance().getCommands(),r=[],o=e.getInternalMethods().getContext();return(o.commands.length>0||n.length>0)&&i._.slice(o.commands.length).forEach((e=>{-1===n.indexOf(""+e)&&r.push(""+e)})),r.length>0&&(t.fail(a("Unknown command: %s","Unknown commands: %s",r.length,r.join(", "))),!0)},isValidAndSomeAliasIsNotNew:function(t,i){if(!Object.prototype.hasOwnProperty.call(i,t))return!1;const n=e.parsed.newAliases;return[t,...i[t]].some((e=>!Object.prototype.hasOwnProperty.call(n,e)||!n[t]))},limitedChoices:function(i){const a=e.getOptions(),r={};if(!Object.keys(a.choices).length)return;Object.keys(i).forEach((e=>{-1===B.indexOf(e)&&Object.prototype.hasOwnProperty.call(a.choices,e)&&[].concat(i[e]).forEach((t=>{-1===a.choices[e].indexOf(t)&&void 0!==t&&(r[e]=(r[e]||[]).concat(t))}))}));const o=Object.keys(r);if(!o.length)return;let s=n("Invalid values:");o.forEach((e=>{s+=`\n ${n("Argument: %s, Given: %s, Choices: %s",e,t.stringifiedValues(r[e]),t.stringifiedValues(a.choices[e]))}`})),t.fail(s)}};let o={};function s(e,t){const i=Number(t);return"number"==typeof(t=isNaN(i)?t:i)?e._.length>=t:t.match(/^--no-.+/)?!e[t=t.match(/^--no-(.+)/)[1]]:e[t]}r.implies=function(t,n){p(" [array|number|string]",[t,n],arguments.length),"object"==typeof t?Object.keys(t).forEach((e=>{r.implies(e,t[e])})):(e.global(t),o[t]||(o[t]=[]),Array.isArray(n)?n.forEach((e=>r.implies(t,e))):(f(n,void 0,i),o[t].push(n)))},r.getImplied=function(){return o},r.implications=function(e){const i=[];if(Object.keys(o).forEach((t=>{const n=t;(o[t]||[]).forEach((t=>{let a=n;const r=t;a=s(e,a),t=s(e,t),a&&!t&&i.push(` ${n} -> ${r}`)}))})),i.length){let e=`${n("Implications failed:")}\n`;i.forEach((t=>{e+=t})),t.fail(e)}};let c={};r.conflicts=function(t,i){p(" [array|string]",[t,i],arguments.length),"object"==typeof t?Object.keys(t).forEach((e=>{r.conflicts(e,t[e])})):(e.global(t),c[t]||(c[t]=[]),Array.isArray(i)?i.forEach((e=>r.conflicts(t,e))):c[t].push(i))},r.getConflicting=()=>c,r.conflicting=function(e){Object.keys(e).forEach((i=>{c[i]&&c[i].forEach((a=>{a&&void 0!==e[i]&&void 0!==e[a]&&t.fail(n("Arguments %s and %s are mutually exclusive",i,a))}))}))},r.recommendCommands=function(e,i){i=i.sort(((e,t)=>t.length-e.length));let a=null,r=1/0;for(let t,n=0;void 0!==(t=i[n]);n++){const i=N(e,t);i<=3&&i!e[t])),c=y(c,(t=>!e[t])),r};const u=[];return r.freeze=function(){u.push({implied:o,conflicting:c})},r.unfreeze=function(){const e=u.pop();f(e,void 0,i),({implied:o,conflicting:c}=e)},r}(this,k(this,fe),k(this,pe))),_(this,U,k(this,U)?k(this,U).reset():function(e,t,i,n){return new A(e,t,i,n)}(k(this,fe),k(this,ve),k(this,X),k(this,pe))),k(this,q)||_(this,q,function(e,t,i,n){return new L(e,t,i,n)}(this,k(this,fe),k(this,U),k(this,pe))),k(this,X).reset(),_(this,H,null),_(this,te,""),_(this,W,null),_(this,Z,!1),this.parsed=!1,this}[Ge](e,t){return k(this,pe).path.relative(e,t)}[Ve](e,t,i,n=0,r=!1){let o=!!i||r;e=e||k(this,ue),k(this,ie).__=k(this,pe).y18n.__,k(this,ie).configuration=this[_e]();const s=!!k(this,ie).configuration["populate--"],c=Object.assign({},k(this,ie).configuration,{"populate--":!0}),u=k(this,pe).Parser.detailed(e,Object.assign({},k(this,ie),{configuration:{"parse-positional-numbers":!1,...c}})),l=Object.assign(u.argv,k(this,oe));let p;const d=u.aliases;let h=!1,f=!1;Object.keys(l).forEach((e=>{e===k(this,K)&&l[e]?h=!0:e===k(this,ge)&&l[e]&&(f=!0)})),l.$0=this.$0,this.parsed=u,0===n&&k(this,fe).clearCachedHelpMessage();try{if(this[je](),t)return this[He](l,s,!!i,!1);k(this,K)&&~[k(this,K)].concat(d[k(this,K)]||[]).filter((e=>e.length>1)).indexOf(""+l._[l._.length-1])&&(l._.pop(),h=!0);const c=k(this,U).getCommands(),g=k(this,q).completionKey in l,v=h||g||r;if(l._.length){if(c.length){let e;for(let t,a=n||0;void 0!==l._[a];a++){if(t=String(l._[a]),~c.indexOf(t)&&t!==k(this,H)){const e=k(this,U).runCommand(t,this,u,a+1,r,h||f||r);return this[He](e,s,!!i,!1)}if(!e&&t!==k(this,H)){e=t;break}}!k(this,U).hasDefaultCommand()&&k(this,le)&&e&&!v&&k(this,ve).recommendCommands(e,c)}k(this,H)&&~l._.indexOf(k(this,H))&&!g&&(k(this,Y)&&O(!0),this.showCompletionScript(),this.exit(0))}if(k(this,U).hasDefaultCommand()&&!v){const e=k(this,U).runCommand(null,this,u,0,r,h||f||r);return this[He](e,s,!!i,!1)}if(g){k(this,Y)&&O(!0);const t=(e=[].concat(e)).slice(e.indexOf(`--${k(this,q).completionKey}`)+1);return k(this,q).getCompletion(t,((e,t)=>{if(e)throw new a(e.message);(t||[]).forEach((e=>{k(this,ee).log(e)})),this.exit(0)})),this[He](l,!s,!!i,!1)}if(k(this,Z)||(h?(k(this,Y)&&O(!0),o=!0,this.showHelp("log"),this.exit(0)):f&&(k(this,Y)&&O(!0),o=!0,k(this,fe).showVersion("log"),this.exit(0))),!o&&k(this,ie).skipValidation.length>0&&(o=Object.keys(l).some((e=>k(this,ie).skipValidation.indexOf(e)>=0&&!0===l[e]))),!o){if(u.error)throw new a(u.error.message);if(!g){const e=this[Ye](d,{},u.error);i||(p=E(l,this,k(this,X).getMiddleware(),!0)),p=this[ze](e,null!=p?p:l),m(p)&&!i&&(p=p.then((()=>E(l,this,k(this,X).getMiddleware(),!1))))}}}catch(e){if(!(e instanceof a))throw e;k(this,fe).fail(e.message,e)}return this[He](null!=p?p:l,s,!!i,!0)}[Ye](e,t,i,n){e={...e},t={...t};const r={...this.getDemandedOptions()};return o=>{if(i)throw new a(i.message);k(this,ve).nonOptionCount(o),k(this,ve).requiredArguments(o,r);let s=!1;k(this,he)&&(s=k(this,ve).unknownCommands(o)),k(this,de)&&!s?k(this,ve).unknownArguments(o,e,t,!!n):k(this,me)&&k(this,ve).unknownArguments(o,e,{},!1,!1),k(this,ve).limitedChoices(o),k(this,ve).implications(o),k(this,ve).conflicting(o)}}[Qe](){_(this,Z,!0)}}var Je,Ze;const{readFileSync:Ke}=i(35747),{inspect:et}=i(31669),{resolve:tt}=i(85622),it=i(21766),nt=i(69533);var at,rt={assert:{notStrictEqual:n.notStrictEqual,strictEqual:n.strictEqual},cliui:i(29919),findUp:i(81045),getEnv:e=>process.env[e],getCallerFile:i(98791),getProcessArgvBin:x,inspect:et,mainFilename:null!==(Ze=null===(Je=void 0===i(49167)?void 0:i.c[i.s])||void 0===Je?void 0:Je.filename)&&void 0!==Ze?Ze:process.cwd(),Parser:nt,path:i(85622),process:{argv:()=>process.argv,cwd:process.cwd,execPath:()=>process.execPath,exit:e=>{process.exit(e)},nextTick:process.nextTick,stdColumns:void 0!==process.stdout.columns?process.stdout.columns:null},readFileSync:Ke,require:i(49167),requireDirectory:i(27365),stringWidth:i(14223),y18n:it({directory:tt(__dirname,"../locales"),updateFiles:!1})};const ot=(null===(at=null===process||void 0===process?void 0:process.env)||void 0===at?void 0:at.YARGS_MIN_NODE_VERSION)?Number(process.env.YARGS_MIN_NODE_VERSION):12;if(process&&process.version&&Number(process.version.match(/v([^.]+)/)[1]){const n=new Xe(e,t,i,ct);return Object.defineProperty(n,"argv",{get:()=>n.parse(),enumerable:!0}),n.help(),n.version(),n}),argsert:p,isPromise:m,objFilter:y,parseCommand:u,Parser:st,processArgv:w,YError:a};e.exports=ut},49167:e=>{function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=49167,e.exports=t},68160:(e,t,i)=>{const{applyExtends:n,cjsPlatformShim:a,Parser:r,processArgv:o}=i(51901);e.exports={applyExtends:(e,t,i)=>n(e,t,i,a),hideBin:o.hideBin,Parser:r}},27646:(e,t,i)=>{"use strict";const{Yargs:n,processArgv:a}=i(51901);function r(e,t){const a=n(e,t,i(24907));var o;return o=a,[...Object.keys(o),...Object.getOwnPropertyNames(o.constructor.prototype)].forEach((e=>{"argv"===e?r.__defineGetter__(e,o.__lookupGetter__(e)):"function"==typeof o[e]?r[e]=o[e].bind(o):(r.__defineGetter__("$0",(()=>o.$0)),r.__defineGetter__("parsed",(()=>o.parsed)))})),a}r(a.hideBin(process.argv)),e.exports=r},24907:e=>{function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=24907,e.exports=t},42357:e=>{"use strict";e.exports=require("assert")},64293:e=>{"use strict";e.exports=require("buffer")},63129:e=>{"use strict";e.exports=require("child_process")},76417:e=>{"use strict";e.exports=require("crypto")},40881:e=>{"use strict";e.exports=require("dns")},28614:e=>{"use strict";e.exports=require("events")},35747:e=>{"use strict";e.exports=require("fs")},98605:e=>{"use strict";e.exports=require("http")},97565:e=>{"use strict";e.exports=require("http2")},57211:e=>{"use strict";e.exports=require("https")},11631:e=>{"use strict";e.exports=require("net")},12087:e=>{"use strict";e.exports=require("os")},85622:e=>{"use strict";e.exports=require("path")},94213:e=>{"use strict";e.exports=require("punycode")},71191:e=>{"use strict";e.exports=require("querystring")},92413:e=>{"use strict";e.exports=require("stream")},24304:e=>{"use strict";e.exports=require("string_decoder")},4016:e=>{"use strict";e.exports=require("tls")},33867:e=>{"use strict";e.exports=require("tty")},78835:e=>{"use strict";e.exports=require("url")},31669:e=>{"use strict";e.exports=require("util")},78761:e=>{"use strict";e.exports=require("zlib")}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var i=__webpack_module_cache__[e]={id:e,loaded:!1,exports:{}};return __webpack_modules__[e].call(i.exports,i,i.exports,__webpack_require__),i.loaded=!0,i.exports}__webpack_require__.c=__webpack_module_cache__,__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},__webpack_require__.d=(e,t)=>{for(var i in t)__webpack_require__.o(t,i)&&!__webpack_require__.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var __webpack_exports__=__webpack_require__(__webpack_require__.s=76752);return __webpack_exports__})()})); \ No newline at end of file diff --git a/server/webpack.config.js b/server/webpack.config.js index e00d9f6..72d3b0e 100644 --- a/server/webpack.config.js +++ b/server/webpack.config.js @@ -1,48 +1,45 @@ -const path = require('path'); -const webpack = require('webpack'); -const NodemonPlugin = require('nodemon-webpack-plugin'); +const path = require('path') +const webpack = require('webpack') +const NodemonPlugin = require('nodemon-webpack-plugin') -module.exports = (env) => { - const isProduction = !!env.production; - const config = { - mode: isProduction ? 'production' : 'development', - entry: './src/app.ts', - devtool: isProduction ? false : 'eval-source-map', - module: { - rules: [ - { - test: /\.tsx?$/, - use: 'ts-loader', - exclude: /node_modules/, - }, - ], - }, - resolve: { - extensions: ['.tsx', '.ts', '.js'] - }, - output: { - path: path.resolve(__dirname, 'dist'), - filename: 'app.js', - sourceMapFilename: '[file].map', - library: { - name: 'DeemixServer', - type: 'umd' - } - }, - target: 'node', - plugins: [ - new NodemonPlugin(), - new webpack.DefinePlugin({ "global.GENTLY": false }), - new webpack.ContextReplacementPlugin( - /[\/\\](express|keyv)[\/\\]/, - (data) => { - delete data.dependencies[0].critical; - return data; - }, - ), - new webpack.ContextReplacementPlugin(/yargs/), - ], - } +module.exports = env => { + const isProduction = !!env.production + const config = { + mode: isProduction ? 'production' : 'development', + entry: './src/app.ts', + devtool: isProduction ? false : 'eval', + module: { + rules: [ + { + test: /\.tsx?$/, + use: 'ts-loader', + exclude: /node_modules/ + } + ] + }, + resolve: { + extensions: ['.tsx', '.ts', '.js'] + }, + output: { + path: path.resolve(__dirname, 'dist'), + filename: 'app.js', + sourceMapFilename: '[file].map', + library: { + name: 'DeemixServer', + type: 'umd' + } + }, + target: 'node', + plugins: [ + new NodemonPlugin(), + new webpack.DefinePlugin({ 'global.GENTLY': false }), + new webpack.ContextReplacementPlugin(/[/\\](express|keyv)[/\\]/, data => { + delete data.dependencies[0].critical + return data + }), + new webpack.ContextReplacementPlugin(/yargs/) + ] + } - return config -}; + return config +} diff --git a/server/yarn.lock b/server/yarn.lock index 2c83902..ed0de4c 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -22,18 +22,18 @@ integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q== "@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.7.5": - version "7.16.0" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4" - integrity sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ== + version "7.16.5" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.5.tgz#924aa9e1ae56e1e55f7184c8bf073a50d8677f5c" + integrity sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ== dependencies: "@babel/code-frame" "^7.16.0" - "@babel/generator" "^7.16.0" - "@babel/helper-compilation-targets" "^7.16.0" - "@babel/helper-module-transforms" "^7.16.0" - "@babel/helpers" "^7.16.0" - "@babel/parser" "^7.16.0" + "@babel/generator" "^7.16.5" + "@babel/helper-compilation-targets" "^7.16.3" + "@babel/helper-module-transforms" "^7.16.5" + "@babel/helpers" "^7.16.5" + "@babel/parser" "^7.16.5" "@babel/template" "^7.16.0" - "@babel/traverse" "^7.16.0" + "@babel/traverse" "^7.16.5" "@babel/types" "^7.16.0" convert-source-map "^1.7.0" debug "^4.1.0" @@ -43,24 +43,24 @@ source-map "^0.5.0" "@babel/eslint-parser@^7.12.16": - version "7.16.3" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz#2a6b1702f3f5aea48e00cea5a5bcc241c437e459" - integrity sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ== + version "7.16.5" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.16.5.tgz#48d3485091d6e36915358e4c0d0b2ebe6da90462" + integrity sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA== dependencies: eslint-scope "^5.1.1" eslint-visitor-keys "^2.1.0" semver "^6.3.0" -"@babel/generator@^7.16.0": - version "7.16.0" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.0.tgz#d40f3d1d5075e62d3500bccb67f3daa8a95265b2" - integrity sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew== +"@babel/generator@^7.16.5": + version "7.16.5" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.5.tgz#26e1192eb8f78e0a3acaf3eede3c6fc96d22bedf" + integrity sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA== dependencies: "@babel/types" "^7.16.0" jsesc "^2.5.1" source-map "^0.5.0" -"@babel/helper-compilation-targets@^7.16.0": +"@babel/helper-compilation-targets@^7.16.3": version "7.16.3" resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0" integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA== @@ -70,6 +70,13 @@ browserslist "^4.17.5" semver "^6.3.0" +"@babel/helper-environment-visitor@^7.16.5": + version "7.16.5" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz#f6a7f38b3c6d8b07c88faea083c46c09ef5451b8" + integrity sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg== + dependencies: + "@babel/types" "^7.16.0" + "@babel/helper-function-name@^7.16.0": version "7.16.0" resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz#b7dd0797d00bbfee4f07e9c4ea5b0e30c8bb1481" @@ -93,13 +100,6 @@ dependencies: "@babel/types" "^7.16.0" -"@babel/helper-member-expression-to-functions@^7.16.0": - version "7.16.0" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz#29287040efd197c77636ef75188e81da8bccd5a4" - integrity sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ== - dependencies: - "@babel/types" "^7.16.0" - "@babel/helper-module-imports@^7.16.0": version "7.16.0" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3" @@ -107,41 +107,24 @@ dependencies: "@babel/types" "^7.16.0" -"@babel/helper-module-transforms@^7.16.0": - version "7.16.0" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz#1c82a8dd4cb34577502ebd2909699b194c3e9bb5" - integrity sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA== +"@babel/helper-module-transforms@^7.16.5": + version "7.16.5" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.5.tgz#530ebf6ea87b500f60840578515adda2af470a29" + integrity sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ== dependencies: + "@babel/helper-environment-visitor" "^7.16.5" "@babel/helper-module-imports" "^7.16.0" - "@babel/helper-replace-supers" "^7.16.0" "@babel/helper-simple-access" "^7.16.0" "@babel/helper-split-export-declaration" "^7.16.0" "@babel/helper-validator-identifier" "^7.15.7" "@babel/template" "^7.16.0" - "@babel/traverse" "^7.16.0" - "@babel/types" "^7.16.0" - -"@babel/helper-optimise-call-expression@^7.16.0": - version "7.16.0" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338" - integrity sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw== - dependencies: + "@babel/traverse" "^7.16.5" "@babel/types" "^7.16.0" "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9" - integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ== - -"@babel/helper-replace-supers@^7.16.0": - version "7.16.0" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz#73055e8d3cf9bcba8ddb55cad93fedc860f68f17" - integrity sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA== - dependencies: - "@babel/helper-member-expression-to-functions" "^7.16.0" - "@babel/helper-optimise-call-expression" "^7.16.0" - "@babel/traverse" "^7.16.0" - "@babel/types" "^7.16.0" + version "7.16.5" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz#afe37a45f39fce44a3d50a7958129ea5b1a5c074" + integrity sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ== "@babel/helper-simple-access@^7.16.0": version "7.16.0" @@ -167,13 +150,13 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow== -"@babel/helpers@^7.16.0": - version "7.16.3" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.3.tgz#27fc64f40b996e7074dc73128c3e5c3e7f55c43c" - integrity sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w== +"@babel/helpers@^7.16.5": + version "7.16.5" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.5.tgz#29a052d4b827846dd76ece16f565b9634c554ebd" + integrity sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw== dependencies: "@babel/template" "^7.16.0" - "@babel/traverse" "^7.16.3" + "@babel/traverse" "^7.16.5" "@babel/types" "^7.16.0" "@babel/highlight@^7.10.4", "@babel/highlight@^7.16.0": @@ -185,10 +168,10 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.0", "@babel/parser@^7.16.3": - version "7.16.4" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e" - integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng== +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.0", "@babel/parser@^7.16.5": + version "7.16.6" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.6.tgz#8f194828193e8fa79166f34a4b4e52f3e769a314" + integrity sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ== "@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" @@ -283,17 +266,18 @@ "@babel/parser" "^7.16.0" "@babel/types" "^7.16.0" -"@babel/traverse@^7.1.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3": - version "7.16.3" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787" - integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag== +"@babel/traverse@^7.1.0", "@babel/traverse@^7.16.5": + version "7.16.5" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3" + integrity sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ== dependencies: "@babel/code-frame" "^7.16.0" - "@babel/generator" "^7.16.0" + "@babel/generator" "^7.16.5" + "@babel/helper-environment-visitor" "^7.16.5" "@babel/helper-function-name" "^7.16.0" "@babel/helper-hoist-variables" "^7.16.0" "@babel/helper-split-export-declaration" "^7.16.0" - "@babel/parser" "^7.16.3" + "@babel/parser" "^7.16.5" "@babel/types" "^7.16.0" debug "^4.1.0" globals "^11.1.0" @@ -680,9 +664,9 @@ integrity sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ== "@types/eslint-scope@^3.7.0": - version "3.7.1" - resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.1.tgz#8dc390a7b4f9dd9f1284629efce982e41612116e" - integrity sha512-SCFeogqiptms4Fg29WpOTk5nHIzfpKCemSN63ksBQYKTcXoJEmJagV+DhVmbapZzY4/5YaOV1nZwrsU79fFm1g== + version "3.7.2" + resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.2.tgz#11e96a868c67acf65bf6f11d10bb89ea71d5e473" + integrity sha512-TzgYCWoPiTeRg6RQYgtuW7iODtVoKu3RVL72k3WohqhjfaOLK5Mg2T4Tg1o2bSfu0vPkoI48wdQFv5b/Xe04wQ== dependencies: "@types/eslint" "*" "@types/estree" "*" @@ -810,9 +794,9 @@ "@types/node" "*" "@types/node@*": - version "16.11.12" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.12.tgz#ac7fb693ac587ee182c3780c26eb65546a1a3c10" - integrity sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw== + version "17.0.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.2.tgz#a4c07d47ff737e8ee7e586fe636ff0e1ddff070a" + integrity sha512-JepeIUPFDARgIs0zD/SKPgFsJEAF0X5/qO80llx59gOxFTboS9Amv3S+QfB7lqBId5sFXJ99BN0J6zFRvL9dDA== "@types/node@14.14.37": version "14.14.37" @@ -1575,12 +1559,12 @@ browser-process-hrtime@^1.0.0: integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== browserslist@^4.14.5, browserslist@^4.17.5: - version "4.18.1" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.18.1.tgz#60d3920f25b6860eb917c6c7b185576f4d8b017f" - integrity sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ== + version "4.19.1" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3" + integrity sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A== dependencies: - caniuse-lite "^1.0.30001280" - electron-to-chromium "^1.3.896" + caniuse-lite "^1.0.30001286" + electron-to-chromium "^1.4.17" escalade "^3.1.1" node-releases "^2.0.1" picocolors "^1.0.0" @@ -1698,10 +1682,10 @@ camelcase@^6.0.0: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.1.tgz#250fd350cfd555d0d2160b1d51510eaf8326e86e" integrity sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA== -caniuse-lite@^1.0.30001280: - version "1.0.30001285" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001285.tgz#fe1e52229187e11d6670590790d669b9e03315b7" - integrity sha512-KAOkuUtcQ901MtmvxfKD+ODHH9YVDYnBt+TGYSz2KIfnq22CiArbUxXPN9067gNbgMlnNYRSwho8OPXZPALB9Q== +caniuse-lite@^1.0.30001286: + version "1.0.30001291" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001291.tgz#08a8d2cfea0b2cf2e1d94dd795942d0daef6108c" + integrity sha512-roMV5V0HNGgJ88s42eE70sstqGW/gwFndosYrikHthw98N5tLnOTxFqMLQjZVRxTWFlJ4rn+MsgXrR7MDPY4jA== capture-exit@^2.0.0: version "2.0.0" @@ -2096,13 +2080,13 @@ decompress-response@^6.0.0: mimic-response "^3.1.0" deemix@^3.5.0: - version "3.5.6" - resolved "https://registry.yarnpkg.com/deemix/-/deemix-3.5.6.tgz#ac7bc56e8be746ef368c2f39efe2ffacd4a841e4" - integrity sha512-RYLCEoMNlmx5FQv2BPLFRU10LaKLxhKUAEjDQhVkBsN984Syyp+qFpzzEFaEuotf7P0zoDZzcrAdIItSX7IQtQ== + version "3.5.7" + resolved "https://registry.yarnpkg.com/deemix/-/deemix-3.5.7.tgz#52a324bd79acb146e58995997f118e2784c4b98d" + integrity sha512-r3t5Lp256XRNrdJUwJg+4VRjqMRFowT55iR0u9as3A9gbBe/HiGbgpbMQro9u0k3s3W5yj96xnB/lh4tveMXvw== dependencies: async "^3.2.0" crypto "^1.0.1" - deezer-js "^1.2.6" + deezer-js "^1.2.8" got "^11.8.2" metaflac-js2 "^1.0.8" spotify-web-api-node "^5.0.2" @@ -2122,10 +2106,10 @@ deepmerge@^4.2.2: resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== -deezer-js@^1.2.0, deezer-js@^1.2.6: - version "1.2.7" - resolved "https://registry.yarnpkg.com/deezer-js/-/deezer-js-1.2.7.tgz#37f154603664f7ddcaa97ffcda7ffd29ecc96c20" - integrity sha512-IOg+OpAqVNuIULMbwTtDYvbojX7UlMtFfEoaR2zDsLcuNl8In05i8zp9XOiu8pR4CIhTSv9Xx0NEqqLi1HxVCg== +deezer-js@^1.2.0, deezer-js@^1.2.8: + version "1.2.9" + resolved "https://registry.yarnpkg.com/deezer-js/-/deezer-js-1.2.9.tgz#e6b0035818a20e0342fdf245b3ce0fc69b52d84c" + integrity sha512-IiuEzIAJ3WCdz+uWj8ntn43qkiCS8VxonTuxC+NRdJEV8y52k1+8p0aFS6ef35yndjM+2eZehOhjqYb3fHBuDg== dependencies: got "^11.8.2" tough-cookie "^4.0.0" @@ -2261,10 +2245,10 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -electron-to-chromium@^1.3.896: - version "1.4.12" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.12.tgz#5f73d1278c6205fc41d7a0ebd75563046b77c5d8" - integrity sha512-zjfhG9Us/hIy8AlQ5OzfbR/C4aBv1Dg/ak4GX35CELYlJ4tDAtoEcQivXvyBdqdNQ+R6PhlgQqV8UNPJmhkJog== +electron-to-chromium@^1.4.17: + version "1.4.25" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.25.tgz#ce95e6678f8c6893ae892c7e95a5000e83f1957f" + integrity sha512-bTwub9Y/76EiNmfaiJih+hAy6xn7Ns95S4KvI2NuKNOz8TEEKKQUu44xuy0PYMudjM9zdjKRS1bitsUvHTfuUg== emittery@^0.7.1: version "0.7.2" @@ -3327,9 +3311,9 @@ ignore@^4.0.6: integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== ignore@^5.1.1, ignore@^5.1.4: - version "5.1.9" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb" - integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ== + version "5.2.0" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" + integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== import-fresh@^3.0.0, import-fresh@^3.2.1: version "3.3.0" @@ -3573,9 +3557,9 @@ is-installed-globally@^0.3.1: is-path-inside "^3.0.1" is-negative-zero@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24" - integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== + version "2.0.2" + resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" + integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== is-npm@^4.0.0: version "4.0.0" @@ -3671,11 +3655,11 @@ is-utf8@^0.2.0: integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= is-weakref@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2" - integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ== + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" + integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== dependencies: - call-bind "^1.0.0" + call-bind "^1.0.2" is-windows@^1.0.2: version "1.0.2" @@ -4132,10 +4116,10 @@ jest-worker@^26.6.2: merge-stream "^2.0.0" supports-color "^7.0.0" -jest-worker@^27.0.6: - version "27.4.2" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.4.2.tgz#0fb123d50955af1a450267787f340a1bf7e12bc4" - integrity sha512-0QMy/zPovLfUPyHuOuuU4E+kGACXXE84nRnq6lBVI9GJg5DCBiA97SATi+ZP8CpiJwEQy1oCPjRBf8AnLjN+Ag== +jest-worker@^27.4.1: + version "27.4.5" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.4.5.tgz#d696e3e46ae0f24cff3fa7195ffba22889262242" + integrity sha512-f2s8kEdy15cv9r7q4KkzGXvlY0JTcmCbMHZBfSQDwW77REr45IDWwd0lksDFeVHH2jJ5pqb90T77XscrjeGzzg== dependencies: "@types/node" "*" merge-stream "^2.0.0" @@ -4679,11 +4663,6 @@ node-int64@^0.4.0: resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= -node-modules-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40" - integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= - node-notifier@^8.0.0: version "8.0.2" resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5" @@ -4798,9 +4777,9 @@ object-copy@^0.1.0: kind-of "^3.0.3" object-inspect@^1.11.0, object-inspect@^1.9.0: - version "1.11.1" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.1.tgz#d4bd7d7de54b9a75599f59a00bd698c1f1c6549b" - integrity sha512-If7BjFlpkzzBeV1cqgT3OSWT3azyoxDGajR+iGnFBfVV2EWyDyWaZZW2ERDjUaY2QM8i5jI3Sj7mhsM4DDAqWA== + version "1.12.0" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0" + integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g== object-keys@^1.0.12, object-keys@^1.1.1: version "1.1.1" @@ -5081,11 +5060,9 @@ pinkie@^2.0.0: integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= pirates@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87" - integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== - dependencies: - node-modules-regexp "^1.0.0" + version "4.0.4" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.4.tgz#07df81e61028e402735cdd49db701e4885b4e6e6" + integrity sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw== pkg-dir@^2.0.0: version "2.0.0" @@ -6048,11 +6025,11 @@ terminal-link@^2.0.0: supports-hyperlinks "^2.0.0" terser-webpack-plugin@^5.1.3: - version "5.2.5" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.2.5.tgz#ce65b9880a0c36872555c4874f45bbdb02ee32c9" - integrity sha512-3luOVHku5l0QBeYS8r4CdHYWEGMmIj3H1U64jgkdZzECcSOJAyJ9TjuqcQZvw1Y+4AOBN9SeYJPJmFn2cM4/2g== + version "5.3.0" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.0.tgz#21641326486ecf91d8054161c816e464435bae9f" + integrity sha512-LPIisi3Ol4chwAaPP8toUJ3L4qCM1G0wao7L3qNv57Drezxj6+VEyySpPw4B1HSO2Eg/hDY/MNF5XihCAoqnsQ== dependencies: - jest-worker "^27.0.6" + jest-worker "^27.4.1" schema-utils "^3.1.1" serialize-javascript "^6.0.0" source-map "^0.6.1" diff --git a/webui b/webui index 4de3e36..b0aac77 160000 --- a/webui +++ b/webui @@ -1 +1 @@ -Subproject commit 4de3e36306e2b8510e6ee185ae766f75142e2cff +Subproject commit b0aac77feb5f92645d82b64d599584b35c9e411a diff --git a/yarn.lock b/yarn.lock index 8253df6..8479a4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -144,14 +144,14 @@ integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== "@types/node@*": - version "16.11.12" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.12.tgz#ac7fb693ac587ee182c3780c26eb65546a1a3c10" - integrity sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw== + version "17.0.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.2.tgz#a4c07d47ff737e8ee7e586fe636ff0e1ddff070a" + integrity sha512-JepeIUPFDARgIs0zD/SKPgFsJEAF0X5/qO80llx59gOxFTboS9Amv3S+QfB7lqBId5sFXJ99BN0J6zFRvL9dDA== "@types/node@^14.6.2": - version "14.18.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.0.tgz#98df2397f6936bfbff4f089e40e06fa5dd88d32a" - integrity sha512-0GeIl2kmVMXEnx8tg1SlG6Gg8vkqirrW752KqolYo1PHevhhZN3bhJ67qHj+bQaINhX0Ra3TlWwRvMCd9iEfNQ== + version "14.18.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.2.tgz#00fe4d1686d5f6cf3a2f2e9a0eef42594d06abfc" + integrity sha512-fqtSN5xn/bBzDxMT77C1rJg6CsH/R49E7qsGuvdPJa20HtV5zSTuLJPNfnlyVH3wauKnkHdLggTVkOW/xP9oQg== "@types/plist@^3.0.1": version "3.0.2" @@ -1281,9 +1281,9 @@ ieee754@^1.1.13: integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== ignore@^5.1.4: - version "5.1.9" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb" - integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ== + version "5.2.0" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" + integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== import-lazy@^2.1.0: version "2.1.0"