diff --git a/README.md b/README.md index 18dddda..77eba27 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,10 @@ Then you should be able to run the app with `yarn start`. You can change the default port by setting the environment variable `PORT` to any other number before starting the app. ## Building the app +To build the app you need to have git installed and the repo cloned with `git`. Make sure you've installed the dependencies for all packages (the root folder, `server` and `webui`). -Then from the root folder run `yarn dist` to make a distributable package for your current OS or `yarn server-dist` +You can install them with `yarn install-all`. +Then from the root folder run `yarn dist` to make a distributable package for your current OS or `yarn dist-server` to make an executable for only the server. ## Feature requests diff --git a/server/dist/app.js b/server/dist/app.js index 58a80a5..ad448fa 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 r=["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"],i=["Function","Generator","AsyncGenerator","GeneratorFunction","AsyncGeneratorFunction","AsyncFunction","Observable","Array","Buffer","Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","HTMLElement",...r],a=["null","undefined","string","number","bigint","boolean","symbol"];function n(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":(r=t,i.includes(r)?t:void 0);var r},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=n("undefined"),u.string=n("string");const l=n("number");u.number=e=>l(e)&&!u.nan(e),u.bigint=n("bigint"),u.function_=n("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=n("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,r,i,a;return null!==(a=null===(i=null===(r=null===(t=e)||void 0===t?void 0:t.constructor)||void 0===r?void 0:r.isBuffer)||void 0===i?void 0:i.call(r,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,r;return u.function_(null===(t=e)||void 0===t?void 0:t.then)&&u.function_(null===(r=e)||void 0===r?void 0:r.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),r.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,r,i,a;return!!e&&(e===(null===(r=(t=e)[Symbol.observable])||void 0===r?void 0:r.call(t))||e===(null===(a=(i=e)["@@observable"])||void 0===a?void 0:a.call(i)))},u.nodeStream=e=>u.object(e)&&u.function_(e.pipe)&&!u.observable(e),u.infinite=e=>e===1/0||e===-1/0;const h=e=>t=>u.integer(t)&&Math.abs(t%2)===e;u.evenInteger=h(0),u.oddInteger=h(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;const d=(e,t,r)=>{if(!u.function_(t))throw new TypeError(`Invalid predicate: ${JSON.stringify(t)}`);if(0===r.length)throw new TypeError("Invalid number of values");return e.call(r,t)};u.any=(e,...t)=>(u.array(e)?e:[e]).some((e=>d(Array.prototype.some,e,t))),u.all=(e,...t)=>d(Array.prototype.every,e,t);const f=(e,t,r,i={})=>{if(!e){const{multipleValues:e}=i,a=e?`received values of types ${[...new Set(r.map((e=>`\`${u(e)}\``)))].join(", ")}`:`received value of type \`${u(r)}\``;throw new TypeError(`Expected value which is \`${t}\`, ${a}.`)}};t.assert={undefined:e=>f(u.undefined(e),"undefined",e),string:e=>f(u.string(e),"string",e),number:e=>f(u.number(e),"number",e),bigint:e=>f(u.bigint(e),"bigint",e),function_:e=>f(u.function_(e),"Function",e),null_:e=>f(u.null_(e),"null",e),class_:e=>f(u.class_(e),"Class",e),boolean:e=>f(u.boolean(e),"boolean",e),symbol:e=>f(u.symbol(e),"symbol",e),numericString:e=>f(u.numericString(e),"string with a number",e),array:(e,t)=>{f(u.array(e),"Array",e),t&&e.forEach(t)},buffer:e=>f(u.buffer(e),"Buffer",e),nullOrUndefined:e=>f(u.nullOrUndefined(e),"null or undefined",e),object:e=>f(u.object(e),"Object",e),iterable:e=>f(u.iterable(e),"Iterable",e),asyncIterable:e=>f(u.asyncIterable(e),"AsyncIterable",e),generator:e=>f(u.generator(e),"Generator",e),asyncGenerator:e=>f(u.asyncGenerator(e),"AsyncGenerator",e),nativePromise:e=>f(u.nativePromise(e),"native Promise",e),promise:e=>f(u.promise(e),"Promise",e),generatorFunction:e=>f(u.generatorFunction(e),"GeneratorFunction",e),asyncGeneratorFunction:e=>f(u.asyncGeneratorFunction(e),"AsyncGeneratorFunction",e),asyncFunction:e=>f(u.asyncFunction(e),"AsyncFunction",e),boundFunction:e=>f(u.boundFunction(e),"Function",e),regExp:e=>f(u.regExp(e),"RegExp",e),date:e=>f(u.date(e),"Date",e),error:e=>f(u.error(e),"Error",e),map:e=>f(u.map(e),"Map",e),set:e=>f(u.set(e),"Set",e),weakMap:e=>f(u.weakMap(e),"WeakMap",e),weakSet:e=>f(u.weakSet(e),"WeakSet",e),int8Array:e=>f(u.int8Array(e),"Int8Array",e),uint8Array:e=>f(u.uint8Array(e),"Uint8Array",e),uint8ClampedArray:e=>f(u.uint8ClampedArray(e),"Uint8ClampedArray",e),int16Array:e=>f(u.int16Array(e),"Int16Array",e),uint16Array:e=>f(u.uint16Array(e),"Uint16Array",e),int32Array:e=>f(u.int32Array(e),"Int32Array",e),uint32Array:e=>f(u.uint32Array(e),"Uint32Array",e),float32Array:e=>f(u.float32Array(e),"Float32Array",e),float64Array:e=>f(u.float64Array(e),"Float64Array",e),bigInt64Array:e=>f(u.bigInt64Array(e),"BigInt64Array",e),bigUint64Array:e=>f(u.bigUint64Array(e),"BigUint64Array",e),arrayBuffer:e=>f(u.arrayBuffer(e),"ArrayBuffer",e),sharedArrayBuffer:e=>f(u.sharedArrayBuffer(e),"SharedArrayBuffer",e),dataView:e=>f(u.dataView(e),"DataView",e),urlInstance:e=>f(u.urlInstance(e),"URL",e),urlString:e=>f(u.urlString(e),"string with a URL",e),truthy:e=>f(u.truthy(e),"truthy",e),falsy:e=>f(u.falsy(e),"falsy",e),nan:e=>f(u.nan(e),"NaN",e),primitive:e=>f(u.primitive(e),"primitive",e),integer:e=>f(u.integer(e),"integer",e),safeInteger:e=>f(u.safeInteger(e),"integer",e),plainObject:e=>f(u.plainObject(e),"plain object",e),typedArray:e=>f(u.typedArray(e),"TypedArray",e),arrayLike:e=>f(u.arrayLike(e),"array-like",e),domElement:e=>f(u.domElement(e),"HTMLElement",e),observable:e=>f(u.observable(e),"Observable",e),nodeStream:e=>f(u.nodeStream(e),"Node.js Stream",e),infinite:e=>f(u.infinite(e),"infinite number",e),emptyArray:e=>f(u.emptyArray(e),"empty array",e),nonEmptyArray:e=>f(u.nonEmptyArray(e),"non-empty array",e),emptyString:e=>f(u.emptyString(e),"empty string",e),nonEmptyString:e=>f(u.nonEmptyString(e),"non-empty string",e),emptyStringOrWhitespace:e=>f(u.emptyStringOrWhitespace(e),"empty string or whitespace",e),emptyObject:e=>f(u.emptyObject(e),"empty object",e),nonEmptyObject:e=>f(u.nonEmptyObject(e),"non-empty object",e),emptySet:e=>f(u.emptySet(e),"empty set",e),nonEmptySet:e=>f(u.nonEmptySet(e),"non-empty set",e),emptyMap:e=>f(u.emptyMap(e),"empty map",e),nonEmptyMap:e=>f(u.nonEmptyMap(e),"non-empty map",e),evenInteger:e=>f(u.evenInteger(e),"even integer",e),oddInteger:e=>f(u.oddInteger(e),"odd integer",e),directInstanceOf:(e,t)=>f(u.directInstanceOf(e,t),"T",e),inRange:(e,t)=>f(u.inRange(e,t),"in range",e),any:(e,...t)=>f(u.any(e,...t),"predicate returns truthy for any value",t,{multipleValues:!0}),all:(e,...t)=>f(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,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(1313),a=r(31669),n=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 r=e=>{const r=e.emit.bind(e);e.emit=(i,...a)=>("error"===i&&(t.error=Date.now(),t.phases.total=t.error-t.start,e.emit=r),r(i,...a))};r(e);const o=()=>{t.abort=Date.now(),(!t.response||n>=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 r=()=>{t.lookup=Date.now(),t.phases.dns=t.lookup-t.socket};e.prependOnceListener("lookup",r),i.default(e,{connect:()=>{t.connect=Date.now(),void 0===t.lookup&&(e.removeListener("lookup",r),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,r(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,r)=>{"use strict";var i=r(60159),a=r(80983);function n(e){if(!(this instanceof n))return new n(e);this.headers=e.headers,this.negotiator=new i(e)}function o(e){return-1===e.indexOf("/")?a.lookup(e):e}function s(e){return"string"==typeof e}e.exports=n,n.prototype.type=n.prototype.types=function(e){var t=e;if(t&&!Array.isArray(t)){t=new Array(arguments.length);for(var r=0;r{"use strict";var i=r(47153),a=r(83610),n=r(47531),o=r(74022),s=r(35035),c=r(1516),u=r(47753),l=r(3978),p=r(42889);e.exports=v,v.prototype.validate=function(e,t){var r;if("string"==typeof e){if(!(r=this.getSchema(e)))throw new Error('no schema with key or ref "'+e+'"')}else{var i=this._addSchema(e);r=i.validate||this._compile(i)}var a=r(t);return!0!==r.$async&&(this.errors=r.errors),a},v.prototype.compile=function(e,t){var r=this._addSchema(e,void 0,t);return r.validate||this._compile(r)},v.prototype.addSchema=function(e,t,r,i){if(Array.isArray(e)){for(var n=0;n{"use strict";var t=e.exports=function(){this._cache={}};t.prototype.put=function(e,t){this._cache[e]=t},t.prototype.get=function(e){return this._cache[e]},t.prototype.del=function(e){delete this._cache[e]},t.prototype.clear=function(){this._cache={}}},42931:(e,t,r)=>{"use strict";var i=r(87802).MissingRef;e.exports=function e(t,r,a){var n=this;if("function"!=typeof this._opts.loadSchema)throw new Error("options.loadSchema should be a function");"function"==typeof r&&(a=r,r=void 0);var o=s(t).then((function(){var e=n._addSchema(t,void 0,r);return e.validate||c(e)}));return a&&o.then((function(e){a(null,e)}),a),o;function s(t){var r=t.$schema;return r&&!n.getSchema(r)?e.call(n,{$ref:r},!0):Promise.resolve()}function c(e){try{return n._compile(e)}catch(t){if(t instanceof i)return function(t){var i=t.missingSchema;if(u(i))throw new Error("Schema "+i+" is loaded but "+t.missingRef+" cannot be resolved");var a=n._loadingSchemas[i];return a||(a=n._loadingSchemas[i]=n._opts.loadSchema(i)).then(o,o),a.then((function(e){if(!u(i))return s(e).then((function(){u(i)||n.addSchema(e,i,void 0,r)}))})).then((function(){return c(e)}));function o(){delete n._loadingSchemas[i]}function u(e){return n._refs[e]||n._schemas[e]}}(t);throw t}}}},87802:(e,t,r)=>{"use strict";var i=r(83610);function a(e,t,r){this.message=r||a.message(e,t),this.missingRef=i.url(e,t),this.missingSchema=i.normalizeId(i.fullPath(this.missingRef))}function n(e){return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}e.exports={Validation:n((function(e){this.message="validation failed",this.errors=e,this.ajv=this.validation=!0})),MissingRef:n(a)},a.message=function(e,t){return"can't resolve reference "+t+" from id "+e}},1516:(e,t,r)=>{"use strict";var i=r(42889),a=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,n=[0,31,28,31,30,31,30,31,31,30,31,30,31],o=/^(\d\d):(\d\d):(\d\d)(\.\d+)?(z|[+-]\d\d(?::?\d\d)?)?$/i,s=/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,c=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,u=/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,l=/^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i,p=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,h=/^(?:\/(?:[^~/]|~0|~1)*)*$/,d=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,f=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;function m(e){return e="full"==e?"full":"fast",i.copy(m[e])}function g(e){var t=e.match(a);if(!t)return!1;var r=+t[1],i=+t[2],o=+t[3];return i>=1&&i<=12&&o>=1&&o<=(2==i&&function(e){return e%4==0&&(e%100!=0||e%400==0)}(r)?29:n[i])}function v(e,t){var r=e.match(o);if(!r)return!1;var i=r[1],a=r[2],n=r[3],s=r[5];return(i<=23&&a<=59&&n<=59||23==i&&59==a&&60==n)&&(!t||s)}e.exports=m,m.fast={date:/^\d\d\d\d-[0-1]\d-[0-3]\d$/,time:/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,"date-time":/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,"uri-template":u,url:l,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i,hostname:s,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:w,uuid:p,"json-pointer":h,"json-pointer-uri-fragment":d,"relative-json-pointer":f},m.full={date:g,time:v,"date-time":function(e){var t=e.split(y);return 2==t.length&&g(t[0])&&v(t[1],!0)},uri:function(e){return b.test(e)&&c.test(e)},"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":u,url:l,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:s,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:w,uuid:p,"json-pointer":h,"json-pointer-uri-fragment":d,"relative-json-pointer":f};var y=/t|\s/i,b=/\/|:/,x=/[^\\]\\Z/;function w(e){if(x.test(e))return!1;try{return new RegExp(e),!0}catch(e){return!1}}},47153:(e,t,r)=>{"use strict";var i=r(83610),a=r(42889),n=r(87802),o=r(35035),s=r(19508),c=a.ucs2length,u=r(64063),l=n.Validation;function p(e,t,r){var i=d.call(this,e,t,r);return i>=0?{index:i,compiling:!0}:(i=this._compilations.length,this._compilations[i]={schema:e,root:t,baseId:r},{index:i,compiling:!1})}function h(e,t,r){var i=d.call(this,e,t,r);i>=0&&this._compilations.splice(i,1)}function d(e,t,r){for(var i=0;i{"use strict";var i=r(60540),a=r(64063),n=r(42889),o=r(74022),s=r(49461);function c(e,t,r){var i=this._refs[r];if("string"==typeof i){if(!this._refs[i])return c.call(this,e,t,i);i=this._refs[i]}if((i=i||this._schemas[r])instanceof o)return f(i.schema,this._opts.inlineRefs)?i.schema:i.validate||this._compile(i);var a,n,s,l=u.call(this,t,r);return l&&(a=l.schema,t=l.root,s=l.baseId),a instanceof o?n=a.validate||e.call(this,a.schema,t,void 0,s):void 0!==a&&(n=f(a,this._opts.inlineRefs)?a:e.call(this,a,t,void 0,s)),n}function u(e,t){var r=i.parse(t),a=y(r),n=v(this._getId(e.schema));if(0===Object.keys(e.schema).length||a!==n){var s=x(a),c=this._refs[s];if("string"==typeof c)return l.call(this,e,c,r);if(c instanceof o)c.validate||this._compile(c),e=c;else{if(!((c=this._schemas[s])instanceof o))return;if(c.validate||this._compile(c),s==x(t))return{schema:c,root:e,baseId:n};e=c}if(!e.schema)return;n=v(this._getId(e.schema))}return h.call(this,r,n,e.schema,e)}function l(e,t,r){var i=u.call(this,e,t);if(i){var a=i.schema,n=i.baseId;e=i.root;var o=this._getId(a);return o&&(n=w(n,o)),h.call(this,r,n,a,e)}}e.exports=c,c.normalizeId=x,c.fullPath=v,c.url=w,c.ids=function(e){var t=x(this._getId(e)),r={"":t},o={"":v(t,!1)},c={},u=this;return s(e,{allKeys:!0},(function(e,t,s,l,p,h,d){if(""!==t){var f=u._getId(e),m=r[l],g=o[l]+"/"+p;if(void 0!==d&&(g+="/"+("number"==typeof d?d:n.escapeFragment(d))),"string"==typeof f){f=m=x(m?i.resolve(m,f):f);var v=u._refs[f];if("string"==typeof v&&(v=u._refs[v]),v&&v.schema){if(!a(e,v.schema))throw new Error('id "'+f+'" resolves to more than one schema')}else if(f!=x(g))if("#"==f[0]){if(c[f]&&!a(e,c[f]))throw new Error('id "'+f+'" resolves to more than one schema');c[f]=e}else u._refs[f]=g}r[t]=m,o[t]=g}})),c},c.inlineRef=f,c.schema=u;var p=n.toHash(["properties","patternProperties","enum","dependencies","definitions"]);function h(e,t,r,i){if(e.fragment=e.fragment||"","/"==e.fragment.slice(0,1)){for(var a=e.fragment.split("/"),o=1;o{"use strict";var i=r(66674),a=r(42889).toHash;e.exports=function(){var e=[{type:"number",rules:[{maximum:["exclusiveMaximum"]},{minimum:["exclusiveMinimum"]},"multipleOf","format"]},{type:"string",rules:["maxLength","minLength","pattern","format"]},{type:"array",rules:["maxItems","minItems","items","contains","uniqueItems"]},{type:"object",rules:["maxProperties","minProperties","required","dependencies","propertyNames",{properties:["additionalProperties","patternProperties"]}]},{rules:["$ref","const","enum","not","anyOf","oneOf","allOf","if"]}],t=["type","$comment"];return e.all=a(t),e.types=a(["number","integer","string","array","object","boolean","null"]),e.forEach((function(r){r.rules=r.rules.map((function(r){var a;if("object"==typeof r){var n=Object.keys(r)[0];a=r[n],r=n,a.forEach((function(r){t.push(r),e.all[r]=!0}))}return t.push(r),e.all[r]={keyword:r,code:i[r],implements:a}})),e.all.$comment={keyword:"$comment",code:i.$comment},r.type&&(e.types[r.type]=r)})),e.keywords=a(t.concat(["$schema","$id","id","$data","$async","title","description","default","definitions","examples","readOnly","writeOnly","contentMediaType","contentEncoding","additionalItems","then","else"])),e.custom={},e}},74022:(e,t,r)=>{"use strict";var i=r(42889);e.exports=function(e){i.copy(e,this)}},4442:e=>{"use strict";e.exports=function(e){for(var t,r=0,i=e.length,a=0;a=55296&&t<=56319&&a{"use strict";function i(e,t,r,i){var a=i?" !== ":" === ",n=i?" || ":" && ",o=i?"!":"",s=i?"":"!";switch(e){case"null":return t+a+"null";case"array":return o+"Array.isArray("+t+")";case"object":return"("+o+t+n+"typeof "+t+a+'"object"'+n+s+"Array.isArray("+t+"))";case"integer":return"(typeof "+t+a+'"number"'+n+s+"("+t+" % 1)"+n+t+a+t+(r?n+o+"isFinite("+t+")":"")+")";case"number":return"(typeof "+t+a+'"'+e+'"'+(r?n+o+"isFinite("+t+")":"")+")";default:return"typeof "+t+a+'"'+e+'"'}}e.exports={copy:function(e,t){for(var r in t=t||{},e)t[r]=e[r];return t},checkDataType:i,checkDataTypes:function(e,t,r){switch(e.length){case 1:return i(e[0],t,r,!0);default:var a="",o=n(e);for(var s in o.array&&o.object&&(a=o.null?"(":"(!"+t+" || ",a+="typeof "+t+' !== "object")',delete o.null,delete o.array,delete o.object),o.number&&delete o.integer,o)a+=(a?" && ":"")+i(s,t,r,!0);return a}},coerceToTypes:function(e,t){if(Array.isArray(t)){for(var r=[],i=0;i=t)throw new Error("Cannot access property/index "+i+" levels up, current level is "+t);return r[t-i]}if(i>t)throw new Error("Cannot access data "+i+" levels up, current level is "+t);if(n="data"+(t-i||""),!a)return n}for(var s=n,u=a.split("/"),l=0;l{"use strict";var t=["multipleOf","maximum","exclusiveMaximum","minimum","exclusiveMinimum","maxLength","minLength","pattern","additionalItems","maxItems","minItems","uniqueItems","maxProperties","minProperties","required","additionalProperties","enum","format","const"];e.exports=function(e,r){for(var i=0;i{"use strict";var i=r(40038);e.exports={$id:"https://github.com/ajv-validator/ajv/blob/master/lib/definition_schema.js",definitions:{simpleTypes:i.definitions.simpleTypes},type:"object",dependencies:{schema:["validate"],$data:["validate"],statements:["inline"],valid:{not:{required:["macro"]}}},properties:{type:i.properties.type,schema:{type:"boolean"},statements:{type:"boolean"},dependencies:{type:"array",items:{type:"string"}},metaSchema:{type:"object"},modifying:{type:"boolean"},valid:{type:"boolean"},$data:{type:"boolean"},async:{type:"boolean"},errors:{anyOf:[{type:"boolean"},{const:"full"}]}}}},18210:e=>{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h=e.opts.$data&&s&&s.$data;h?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s;var d="maximum"==t,f=d?"exclusiveMaximum":"exclusiveMinimum",m=e.schema[f],g=e.opts.$data&&m&&m.$data,v=d?"<":">",y=d?">":"<",b=void 0;if(!h&&"number"!=typeof s&&void 0!==s)throw new Error(t+" must be number");if(!g&&void 0!==m&&"number"!=typeof m&&"boolean"!=typeof m)throw new Error(f+" must be number or boolean");if(g){var x,w=e.util.getData(m.$data,o,e.dataPathArr),k="exclusive"+n,_="exclType"+n,j="exclIsNumber"+n,E="' + "+(D="op"+n)+" + '";a+=" var schemaExcl"+n+" = "+w+"; ",a+=" var "+k+"; var "+_+" = typeof "+(w="schemaExcl"+n)+"; if ("+_+" != 'boolean' && "+_+" != 'undefined' && "+_+" != 'number') { ",b=f,(x=x||[]).push(a),a="",!1!==e.createErrors?(a+=" { keyword: '"+(b||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",!1!==e.opts.messages&&(a+=" , message: '"+f+" should be boolean' "),e.opts.verbose&&(a+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var S=a;a=x.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+S+"]); ":a+=" validate.errors = ["+S+"]; return false; ":a+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+=" } else if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),a+=" "+_+" == 'number' ? ( ("+k+" = "+i+" === undefined || "+w+" "+v+"= "+i+") ? "+p+" "+y+"= "+w+" : "+p+" "+y+" "+i+" ) : ( ("+k+" = "+w+" === true) ? "+p+" "+y+"= "+i+" : "+p+" "+y+" "+i+" ) || "+p+" !== "+p+") { var op"+n+" = "+k+" ? '"+v+"' : '"+v+"='; ",void 0===s&&(b=f,u=e.errSchemaPath+"/"+f,i=w,h=g)}else if(E=v,(j="number"==typeof m)&&h){var D="'"+E+"'";a+=" if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),a+=" ( "+i+" === undefined || "+m+" "+v+"= "+i+" ? "+p+" "+y+"= "+m+" : "+p+" "+y+" "+i+" ) || "+p+" !== "+p+") { "}else j&&void 0===s?(k=!0,b=f,u=e.errSchemaPath+"/"+f,i=m,y+="="):(j&&(i=Math[d?"min":"max"](m,s)),m===(!j||i)?(k=!0,b=f,u=e.errSchemaPath+"/"+f,y+="="):(k=!1,E+="=")),D="'"+E+"'",a+=" if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),a+=" "+p+" "+y+" "+i+" || "+p+" !== "+p+") { ";return b=b||t,(x=x||[]).push(a),a="",!1!==e.createErrors?(a+=" { keyword: '"+(b||"_limit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { comparison: "+D+", limit: "+i+", exclusive: "+k+" } ",!1!==e.opts.messages&&(a+=" , message: 'should be "+E+" ",a+=h?"' + "+i:i+"'"),e.opts.verbose&&(a+=" , schema: ",a+=h?"validate.schema"+c:""+s,a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ",S=a,a=x.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+S+"]); ":a+=" validate.errors = ["+S+"]; return false; ":a+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+=" } ",l&&(a+=" else { "),a}},33038:e=>{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h=e.opts.$data&&s&&s.$data;if(h?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s,!h&&"number"!=typeof s)throw new Error(t+" must be number");a+="if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),a+=" "+p+".length "+("maxItems"==t?">":"<")+" "+i+") { ";var d=t,f=f||[];f.push(a),a="",!1!==e.createErrors?(a+=" { keyword: '"+(d||"_limitItems")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+i+" } ",!1!==e.opts.messages&&(a+=" , message: 'should NOT have ",a+="maxItems"==t?"more":"fewer",a+=" than ",a+=h?"' + "+i+" + '":""+s,a+=" items' "),e.opts.verbose&&(a+=" , schema: ",a+=h?"validate.schema"+c:""+s,a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var m=a;return a=f.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+m+"]); ":a+=" validate.errors = ["+m+"]; return false; ":a+=" var err = "+m+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+="} ",l&&(a+=" else { "),a}},80425:e=>{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h=e.opts.$data&&s&&s.$data;if(h?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s,!h&&"number"!=typeof s)throw new Error(t+" must be number");var d="maxLength"==t?">":"<";a+="if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),!1===e.opts.unicode?a+=" "+p+".length ":a+=" ucs2length("+p+") ",a+=" "+d+" "+i+") { ";var f=t,m=m||[];m.push(a),a="",!1!==e.createErrors?(a+=" { keyword: '"+(f||"_limitLength")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+i+" } ",!1!==e.opts.messages&&(a+=" , message: 'should NOT be ",a+="maxLength"==t?"longer":"shorter",a+=" than ",a+=h?"' + "+i+" + '":""+s,a+=" characters' "),e.opts.verbose&&(a+=" , schema: ",a+=h?"validate.schema"+c:""+s,a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var g=a;return a=m.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+g+"]); ":a+=" validate.errors = ["+g+"]; return false; ":a+=" var err = "+g+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+="} ",l&&(a+=" else { "),a}},78204:e=>{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h=e.opts.$data&&s&&s.$data;if(h?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s,!h&&"number"!=typeof s)throw new Error(t+" must be number");a+="if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),a+=" Object.keys("+p+").length "+("maxProperties"==t?">":"<")+" "+i+") { ";var d=t,f=f||[];f.push(a),a="",!1!==e.createErrors?(a+=" { keyword: '"+(d||"_limitProperties")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+i+" } ",!1!==e.opts.messages&&(a+=" , message: 'should NOT have ",a+="maxProperties"==t?"more":"fewer",a+=" than ",a+=h?"' + "+i+" + '":""+s,a+=" properties' "),e.opts.verbose&&(a+=" , schema: ",a+=h?"validate.schema"+c:""+s,a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var m=a;return a=f.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+m+"]); ":a+=" validate.errors = ["+m+"]; return false; ":a+=" var err = "+m+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+="} ",l&&(a+=" else { "),a}},42988:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.schema[t],n=e.schemaPath+e.util.getProperty(t),o=e.errSchemaPath+"/"+t,s=!e.opts.allErrors,c=e.util.copy(e),u="";c.level++;var l="valid"+c.level,p=c.baseId,h=!0,d=a;if(d)for(var f,m=-1,g=d.length-1;m0||!1===f:e.util.schemaHasRules(f,e.RULES.all))&&(h=!1,c.schema=f,c.schemaPath=n+"["+m+"]",c.errSchemaPath=o+"/"+m,i+=" "+e.validate(c)+" ",c.baseId=p,s&&(i+=" if ("+l+") { ",u+="}"));return s&&(i+=h?" if (true) { ":" "+u.slice(0,-1)+" "),i}},39996:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h="errs__"+a,d=e.util.copy(e),f="";d.level++;var m="valid"+d.level;if(o.every((function(t){return e.opts.strictKeywords?"object"==typeof t&&Object.keys(t).length>0||!1===t:e.util.schemaHasRules(t,e.RULES.all)}))){var g=d.baseId;i+=" var "+h+" = errors; var "+p+" = false; ";var v=e.compositeRule;e.compositeRule=d.compositeRule=!0;var y=o;if(y)for(var b,x=-1,w=y.length-1;x{"use strict";e.exports=function(e,t,r){var i=" ",a=e.schema[t],n=e.errSchemaPath+"/"+t,o=(e.opts.allErrors,e.util.toQuotedString(a));return!0===e.opts.$comment?i+=" console.log("+o+");":"function"==typeof e.opts.$comment&&(i+=" self._opts.$comment("+o+", "+e.util.toQuotedString(n)+", validate.root.schema);"),i}},25306:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h=e.opts.$data&&o&&o.$data;h&&(i+=" var schema"+a+" = "+e.util.getData(o.$data,n,e.dataPathArr)+"; "),h||(i+=" var schema"+a+" = validate.schema"+s+";"),i+="var "+p+" = equal("+l+", schema"+a+"); if (!"+p+") { ";var d=d||[];d.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'const' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { allowedValue: schema"+a+" } ",!1!==e.opts.messages&&(i+=" , message: 'should be equal to constant' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var f=i;return i=d.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+f+"]); ":i+=" validate.errors = ["+f+"]; return false; ":i+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" }",u&&(i+=" else { "),i}},2840:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h="errs__"+a,d=e.util.copy(e);d.level++;var f="valid"+d.level,m="i"+a,g=d.dataLevel=e.dataLevel+1,v="data"+g,y=e.baseId,b=e.opts.strictKeywords?"object"==typeof o&&Object.keys(o).length>0||!1===o:e.util.schemaHasRules(o,e.RULES.all);if(i+="var "+h+" = errors;var "+p+";",b){var x=e.compositeRule;e.compositeRule=d.compositeRule=!0,d.schema=o,d.schemaPath=s,d.errSchemaPath=c,i+=" var "+f+" = false; for (var "+m+" = 0; "+m+" < "+l+".length; "+m+"++) { ",d.errorPath=e.util.getPathExpr(e.errorPath,m,e.opts.jsonPointers,!0);var w=l+"["+m+"]";d.dataPathArr[g]=m;var k=e.validate(d);d.baseId=y,e.util.varOccurences(k,v)<2?i+=" "+e.util.varReplace(k,v,w)+" ":i+=" var "+v+" = "+w+"; "+k+" ",i+=" if ("+f+") break; } ",e.compositeRule=d.compositeRule=x,i+=" if (!"+f+") {"}else i+=" if ("+l+".length == 0) {";var _=_||[];_.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'contains' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: {} ",!1!==e.opts.messages&&(i+=" , message: 'should contain a valid item' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var j=i;return i=_.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+j+"]); ":i+=" validate.errors = ["+j+"]; return false; ":i+=" var err = "+j+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { ",b&&(i+=" errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; } "),e.opts.allErrors&&(i+=" } "),i}},14165:e=>{"use strict";e.exports=function(e,t,r){var i,a,n=" ",o=e.level,s=e.dataLevel,c=e.schema[t],u=e.schemaPath+e.util.getProperty(t),l=e.errSchemaPath+"/"+t,p=!e.opts.allErrors,h="data"+(s||""),d="valid"+o,f="errs__"+o,m=e.opts.$data&&c&&c.$data;m?(n+=" var schema"+o+" = "+e.util.getData(c.$data,s,e.dataPathArr)+"; ",a="schema"+o):a=c;var g,v,y,b,x,w=this,k="definition"+o,_=w.definition,j="";if(m&&_.$data){x="keywordValidate"+o;var E=_.validateSchema;n+=" var "+k+" = RULES.custom['"+t+"'].definition; var "+x+" = "+k+".validate;"}else{if(!(b=e.useCustomRule(w,c,e.schema,e)))return;a="validate.schema"+u,x=b.code,g=_.compile,v=_.inline,y=_.macro}var S=x+".errors",D="i"+o,A="ruleErr"+o,C=_.async;if(C&&!e.async)throw new Error("async keyword in sync schema");if(v||y||(n+=S+" = null;"),n+="var "+f+" = errors;var "+d+";",m&&_.$data&&(j+="}",n+=" if ("+a+" === undefined) { "+d+" = true; } else { ",E&&(j+="}",n+=" "+d+" = "+k+".validateSchema("+a+"); if ("+d+") { ")),v)_.statements?n+=" "+b.validate+" ":n+=" "+d+" = "+b.validate+"; ";else if(y){var T=e.util.copy(e);j="",T.level++;var P="valid"+T.level;T.schema=b.validate,T.schemaPath="";var O=e.compositeRule;e.compositeRule=T.compositeRule=!0;var F=e.validate(T).replace(/validate\.schema/g,x);e.compositeRule=T.compositeRule=O,n+=" "+F}else{(B=B||[]).push(n),n="",n+=" "+x+".call( ",e.opts.passContext?n+="this":n+="self",g||!1===_.schema?n+=" , "+h+" ":n+=" , "+a+" , "+h+" , validate.schema"+e.schemaPath+" ",n+=" , (dataPath || '')",'""'!=e.errorPath&&(n+=" + "+e.errorPath);var I=s?"data"+(s-1||""):"parentData",z=s?e.dataPathArr[s]:"parentDataProperty",R=n+=" , "+I+" , "+z+" , rootData ) ";n=B.pop(),!1===_.errors?(n+=" "+d+" = ",C&&(n+="await "),n+=R+"; "):n+=C?" var "+(S="customErrors"+o)+" = null; try { "+d+" = await "+R+"; } catch (e) { "+d+" = false; if (e instanceof ValidationError) "+S+" = e.errors; else throw e; } ":" "+S+" = null; "+d+" = "+R+"; "}if(_.modifying&&(n+=" if ("+I+") "+h+" = "+I+"["+z+"];"),n+=""+j,_.valid)p&&(n+=" if (true) { ");else{var B;n+=" if ( ",void 0===_.valid?(n+=" !",n+=y?""+P:""+d):n+=" "+!_.valid+" ",n+=") { ",i=w.keyword,(B=B||[]).push(n),n="",(B=B||[]).push(n),n="",!1!==e.createErrors?(n+=" { keyword: '"+(i||"custom")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(l)+" , params: { keyword: '"+w.keyword+"' } ",!1!==e.opts.messages&&(n+=" , message: 'should pass \""+w.keyword+"\" keyword validation' "),e.opts.verbose&&(n+=" , schema: validate.schema"+u+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+h+" "),n+=" } "):n+=" {} ";var L=n;n=B.pop(),!e.compositeRule&&p?e.async?n+=" throw new ValidationError(["+L+"]); ":n+=" validate.errors = ["+L+"]; return false; ":n+=" var err = "+L+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ";var N=n;n=B.pop(),v?_.errors?"full"!=_.errors&&(n+=" for (var "+D+"="+f+"; "+D+"{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="errs__"+a,h=e.util.copy(e),d="";h.level++;var f="valid"+h.level,m={},g={},v=e.opts.ownProperties;for(w in o)if("__proto__"!=w){var y=o[w],b=Array.isArray(y)?g:m;b[w]=y}i+="var "+p+" = errors;";var x=e.errorPath;for(var w in i+="var missing"+a+";",g)if((b=g[w]).length){if(i+=" if ( "+l+e.util.getProperty(w)+" !== undefined ",v&&(i+=" && Object.prototype.hasOwnProperty.call("+l+", '"+e.util.escapeQuotes(w)+"') "),u){i+=" && ( ";var k=b;if(k)for(var _=-1,j=k.length-1;_0||!1===y:e.util.schemaHasRules(y,e.RULES.all))&&(i+=" "+f+" = true; if ( "+l+e.util.getProperty(w)+" !== undefined ",v&&(i+=" && Object.prototype.hasOwnProperty.call("+l+", '"+e.util.escapeQuotes(w)+"') "),i+=") { ",h.schema=y,h.schemaPath=s+e.util.getProperty(w),h.errSchemaPath=c+"/"+e.util.escapeFragment(w),i+=" "+e.validate(h)+" ",h.baseId=z,i+=" } ",u&&(i+=" if ("+f+") { ",d+="}"));return u&&(i+=" "+d+" if ("+p+" == errors) {"),i}},31740:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h=e.opts.$data&&o&&o.$data;h&&(i+=" var schema"+a+" = "+e.util.getData(o.$data,n,e.dataPathArr)+"; ");var d="i"+a,f="schema"+a;h||(i+=" var "+f+" = validate.schema"+s+";"),i+="var "+p+";",h&&(i+=" if (schema"+a+" === undefined) "+p+" = true; else if (!Array.isArray(schema"+a+")) "+p+" = false; else {"),i+=p+" = false;for (var "+d+"=0; "+d+"<"+f+".length; "+d+"++) if (equal("+l+", "+f+"["+d+"])) { "+p+" = true; break; }",h&&(i+=" } "),i+=" if (!"+p+") { ";var m=m||[];m.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'enum' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { allowedValues: schema"+a+" } ",!1!==e.opts.messages&&(i+=" , message: 'should be equal to one of the allowed values' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var g=i;return i=m.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+g+"]); ":i+=" validate.errors = ["+g+"]; return false; ":i+=" var err = "+g+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" }",u&&(i+=" else { "),i}},39014:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||"");if(!1===e.opts.format)return u&&(i+=" if (true) { "),i;var p,h=e.opts.$data&&o&&o.$data;h?(i+=" var schema"+a+" = "+e.util.getData(o.$data,n,e.dataPathArr)+"; ",p="schema"+a):p=o;var d=e.opts.unknownFormats,f=Array.isArray(d);if(h)i+=" var "+(m="format"+a)+" = formats["+p+"]; var "+(g="isObject"+a)+" = typeof "+m+" == 'object' && !("+m+" instanceof RegExp) && "+m+".validate; var "+(v="formatType"+a)+" = "+g+" && "+m+".type || 'string'; if ("+g+") { ",e.async&&(i+=" var async"+a+" = "+m+".async; "),i+=" "+m+" = "+m+".validate; } if ( ",h&&(i+=" ("+p+" !== undefined && typeof "+p+" != 'string') || "),i+=" (","ignore"!=d&&(i+=" ("+p+" && !"+m+" ",f&&(i+=" && self._opts.unknownFormats.indexOf("+p+") == -1 "),i+=") || "),i+=" ("+m+" && "+v+" == '"+r+"' && !(typeof "+m+" == 'function' ? ",e.async?i+=" (async"+a+" ? await "+m+"("+l+") : "+m+"("+l+")) ":i+=" "+m+"("+l+") ",i+=" : "+m+".test("+l+"))))) {";else{var m;if(!(m=e.formats[o])){if("ignore"==d)return e.logger.warn('unknown format "'+o+'" ignored in schema at path "'+e.errSchemaPath+'"'),u&&(i+=" if (true) { "),i;if(f&&d.indexOf(o)>=0)return u&&(i+=" if (true) { "),i;throw new Error('unknown format "'+o+'" is used in schema at path "'+e.errSchemaPath+'"')}var g,v=(g="object"==typeof m&&!(m instanceof RegExp)&&m.validate)&&m.type||"string";if(g){var y=!0===m.async;m=m.validate}if(v!=r)return u&&(i+=" if (true) { "),i;if(y){if(!e.async)throw new Error("async format in sync schema");i+=" if (!(await "+(b="formats"+e.util.getProperty(o)+".validate")+"("+l+"))) { "}else{i+=" if (! ";var b="formats"+e.util.getProperty(o);g&&(b+=".validate"),i+="function"==typeof m?" "+b+"("+l+") ":" "+b+".test("+l+") ",i+=") { "}}var x=x||[];x.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'format' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { format: ",i+=h?""+p:""+e.util.toQuotedString(o),i+=" } ",!1!==e.opts.messages&&(i+=" , message: 'should match format \"",i+=h?"' + "+p+" + '":""+e.util.escapeQuotes(o),i+="\"' "),e.opts.verbose&&(i+=" , schema: ",i+=h?"validate.schema"+s:""+e.util.toQuotedString(o),i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var w=i;return i=x.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+w+"]); ":i+=" validate.errors = ["+w+"]; return false; ":i+=" var err = "+w+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",u&&(i+=" else { "),i}},17231:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h="errs__"+a,d=e.util.copy(e);d.level++;var f="valid"+d.level,m=e.schema.then,g=e.schema.else,v=void 0!==m&&(e.opts.strictKeywords?"object"==typeof m&&Object.keys(m).length>0||!1===m:e.util.schemaHasRules(m,e.RULES.all)),y=void 0!==g&&(e.opts.strictKeywords?"object"==typeof g&&Object.keys(g).length>0||!1===g:e.util.schemaHasRules(g,e.RULES.all)),b=d.baseId;if(v||y){var x;d.createErrors=!1,d.schema=o,d.schemaPath=s,d.errSchemaPath=c,i+=" var "+h+" = errors; var "+p+" = true; ";var w=e.compositeRule;e.compositeRule=d.compositeRule=!0,i+=" "+e.validate(d)+" ",d.baseId=b,d.createErrors=!0,i+=" errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; } ",e.compositeRule=d.compositeRule=w,v?(i+=" if ("+f+") { ",d.schema=e.schema.then,d.schemaPath=e.schemaPath+".then",d.errSchemaPath=e.errSchemaPath+"/then",i+=" "+e.validate(d)+" ",d.baseId=b,i+=" "+p+" = "+f+"; ",v&&y?i+=" var "+(x="ifClause"+a)+" = 'then'; ":x="'then'",i+=" } ",y&&(i+=" else { ")):i+=" if (!"+f+") { ",y&&(d.schema=e.schema.else,d.schemaPath=e.schemaPath+".else",d.errSchemaPath=e.errSchemaPath+"/else",i+=" "+e.validate(d)+" ",d.baseId=b,i+=" "+p+" = "+f+"; ",v&&y?i+=" var "+(x="ifClause"+a)+" = 'else'; ":x="'else'",i+=" } "),i+=" if (!"+p+") { var err = ",!1!==e.createErrors?(i+=" { keyword: 'if' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { failingKeyword: "+x+" } ",!1!==e.opts.messages&&(i+=" , message: 'should match \"' + "+x+" + '\" schema' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&u&&(e.async?i+=" throw new ValidationError(vErrors); ":i+=" validate.errors = vErrors; return false; "),i+=" } ",u&&(i+=" else { ")}else u&&(i+=" if (true) { ");return i}},66674:(e,t,r)=>{"use strict";e.exports={$ref:r(62392),allOf:r(42988),anyOf:r(39996),$comment:r(57812),const:r(25306),contains:r(2840),dependencies:r(66659),enum:r(31740),format:r(39014),if:r(17231),items:r(37482),maximum:r(18210),minimum:r(18210),maxItems:r(33038),minItems:r(33038),maxLength:r(80425),minLength:r(80425),maxProperties:r(78204),minProperties:r(78204),multipleOf:r(43673),not:r(28528),oneOf:r(59709),pattern:r(49614),properties:r(81175),propertyNames:r(58441),required:r(71287),uniqueItems:r(3603),validate:r(19508)}},37482:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h="errs__"+a,d=e.util.copy(e),f="";d.level++;var m="valid"+d.level,g="i"+a,v=d.dataLevel=e.dataLevel+1,y="data"+v,b=e.baseId;if(i+="var "+h+" = errors;var "+p+";",Array.isArray(o)){var x=e.schema.additionalItems;if(!1===x){i+=" "+p+" = "+l+".length <= "+o.length+"; ";var w=c;c=e.errSchemaPath+"/additionalItems",i+=" if (!"+p+") { ";var k=k||[];k.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'additionalItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { limit: "+o.length+" } ",!1!==e.opts.messages&&(i+=" , message: 'should NOT have more than "+o.length+" items' "),e.opts.verbose&&(i+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var _=i;i=k.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+_+"]); ":i+=" validate.errors = ["+_+"]; return false; ":i+=" var err = "+_+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",c=w,u&&(f+="}",i+=" else { ")}var j=o;if(j)for(var E,S=-1,D=j.length-1;S0||!1===E:e.util.schemaHasRules(E,e.RULES.all)){i+=" "+m+" = true; if ("+l+".length > "+S+") { ";var A=l+"["+S+"]";d.schema=E,d.schemaPath=s+"["+S+"]",d.errSchemaPath=c+"/"+S,d.errorPath=e.util.getPathExpr(e.errorPath,S,e.opts.jsonPointers,!0),d.dataPathArr[v]=S;var C=e.validate(d);d.baseId=b,e.util.varOccurences(C,y)<2?i+=" "+e.util.varReplace(C,y,A)+" ":i+=" var "+y+" = "+A+"; "+C+" ",i+=" } ",u&&(i+=" if ("+m+") { ",f+="}")}"object"==typeof x&&(e.opts.strictKeywords?"object"==typeof x&&Object.keys(x).length>0||!1===x:e.util.schemaHasRules(x,e.RULES.all))&&(d.schema=x,d.schemaPath=e.schemaPath+".additionalItems",d.errSchemaPath=e.errSchemaPath+"/additionalItems",i+=" "+m+" = true; if ("+l+".length > "+o.length+") { for (var "+g+" = "+o.length+"; "+g+" < "+l+".length; "+g+"++) { ",d.errorPath=e.util.getPathExpr(e.errorPath,g,e.opts.jsonPointers,!0),A=l+"["+g+"]",d.dataPathArr[v]=g,C=e.validate(d),d.baseId=b,e.util.varOccurences(C,y)<2?i+=" "+e.util.varReplace(C,y,A)+" ":i+=" var "+y+" = "+A+"; "+C+" ",u&&(i+=" if (!"+m+") break; "),i+=" } } ",u&&(i+=" if ("+m+") { ",f+="}"))}else(e.opts.strictKeywords?"object"==typeof o&&Object.keys(o).length>0||!1===o:e.util.schemaHasRules(o,e.RULES.all))&&(d.schema=o,d.schemaPath=s,d.errSchemaPath=c,i+=" for (var "+g+" = 0; "+g+" < "+l+".length; "+g+"++) { ",d.errorPath=e.util.getPathExpr(e.errorPath,g,e.opts.jsonPointers,!0),A=l+"["+g+"]",d.dataPathArr[v]=g,C=e.validate(d),d.baseId=b,e.util.varOccurences(C,y)<2?i+=" "+e.util.varReplace(C,y,A)+" ":i+=" var "+y+" = "+A+"; "+C+" ",u&&(i+=" if (!"+m+") break; "),i+=" }");return u&&(i+=" "+f+" if ("+h+" == errors) {"),i}},43673:e=>{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h=e.opts.$data&&s&&s.$data;if(h?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s,!h&&"number"!=typeof s)throw new Error(t+" must be number");a+="var division"+n+";if (",h&&(a+=" "+i+" !== undefined && ( typeof "+i+" != 'number' || "),a+=" (division"+n+" = "+p+" / "+i+", ",e.opts.multipleOfPrecision?a+=" Math.abs(Math.round(division"+n+") - division"+n+") > 1e-"+e.opts.multipleOfPrecision+" ":a+=" division"+n+" !== parseInt(division"+n+") ",a+=" ) ",h&&(a+=" ) "),a+=" ) { ";var d=d||[];d.push(a),a="",!1!==e.createErrors?(a+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { multipleOf: "+i+" } ",!1!==e.opts.messages&&(a+=" , message: 'should be multiple of ",a+=h?"' + "+i:i+"'"),e.opts.verbose&&(a+=" , schema: ",a+=h?"validate.schema"+c:""+s,a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var f=a;return a=d.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+f+"]); ":a+=" validate.errors = ["+f+"]; return false; ":a+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+="} ",l&&(a+=" else { "),a}},28528:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="errs__"+a,h=e.util.copy(e);h.level++;var d="valid"+h.level;if(e.opts.strictKeywords?"object"==typeof o&&Object.keys(o).length>0||!1===o:e.util.schemaHasRules(o,e.RULES.all)){h.schema=o,h.schemaPath=s,h.errSchemaPath=c,i+=" var "+p+" = errors; ";var f,m=e.compositeRule;e.compositeRule=h.compositeRule=!0,h.createErrors=!1,h.opts.allErrors&&(f=h.opts.allErrors,h.opts.allErrors=!1),i+=" "+e.validate(h)+" ",h.createErrors=!0,f&&(h.opts.allErrors=f),e.compositeRule=h.compositeRule=m,i+=" if ("+d+") { ";var g=g||[];g.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: {} ",!1!==e.opts.messages&&(i+=" , message: 'should NOT be valid' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var v=i;i=g.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+v+"]); ":i+=" validate.errors = ["+v+"]; return false; ":i+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { errors = "+p+"; if (vErrors !== null) { if ("+p+") vErrors.length = "+p+"; else vErrors = null; } ",e.opts.allErrors&&(i+=" } ")}else i+=" var err = ",!1!==e.createErrors?(i+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: {} ",!1!==e.opts.messages&&(i+=" , message: 'should NOT be valid' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",u&&(i+=" if (false) { ");return i}},59709:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h="errs__"+a,d=e.util.copy(e),f="";d.level++;var m="valid"+d.level,g=d.baseId,v="prevValid"+a,y="passingSchemas"+a;i+="var "+h+" = errors , "+v+" = false , "+p+" = false , "+y+" = null; ";var b=e.compositeRule;e.compositeRule=d.compositeRule=!0;var x=o;if(x)for(var w,k=-1,_=x.length-1;k<_;)w=x[k+=1],(e.opts.strictKeywords?"object"==typeof w&&Object.keys(w).length>0||!1===w:e.util.schemaHasRules(w,e.RULES.all))?(d.schema=w,d.schemaPath=s+"["+k+"]",d.errSchemaPath=c+"/"+k,i+=" "+e.validate(d)+" ",d.baseId=g):i+=" var "+m+" = true; ",k&&(i+=" if ("+m+" && "+v+") { "+p+" = false; "+y+" = ["+y+", "+k+"]; } else { ",f+="}"),i+=" if ("+m+") { "+p+" = "+v+" = true; "+y+" = "+k+"; }";return e.compositeRule=d.compositeRule=b,i+=f+"if (!"+p+") { var err = ",!1!==e.createErrors?(i+=" { keyword: 'oneOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { passingSchemas: "+y+" } ",!1!==e.opts.messages&&(i+=" , message: 'should match exactly one schema in oneOf' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&u&&(e.async?i+=" throw new ValidationError(vErrors); ":i+=" validate.errors = vErrors; return false; "),i+="} else { errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; }",e.opts.allErrors&&(i+=" } "),i}},49614:e=>{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h=e.opts.$data&&s&&s.$data;h?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s,a+="if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'string') || "),a+=" !"+(h?"(new RegExp("+i+"))":e.usePattern(s))+".test("+p+") ) { ";var d=d||[];d.push(a),a="",!1!==e.createErrors?(a+=" { keyword: 'pattern' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { pattern: ",a+=h?""+i:""+e.util.toQuotedString(s),a+=" } ",!1!==e.opts.messages&&(a+=" , message: 'should match pattern \"",a+=h?"' + "+i+" + '":""+e.util.escapeQuotes(s),a+="\"' "),e.opts.verbose&&(a+=" , schema: ",a+=h?"validate.schema"+c:""+e.util.toQuotedString(s),a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var f=a;return a=d.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+f+"]); ":a+=" validate.errors = ["+f+"]; return false; ":a+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+="} ",l&&(a+=" else { "),a}},81175:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="errs__"+a,h=e.util.copy(e),d="";h.level++;var f="valid"+h.level,m="key"+a,g="idx"+a,v=h.dataLevel=e.dataLevel+1,y="data"+v,b="dataProperties"+a,x=Object.keys(o||{}).filter(F),w=e.schema.patternProperties||{},k=Object.keys(w).filter(F),_=e.schema.additionalProperties,j=x.length||k.length,E=!1===_,S="object"==typeof _&&Object.keys(_).length,D=e.opts.removeAdditional,A=E||S||D,C=e.opts.ownProperties,T=e.baseId,P=e.schema.required;if(P&&(!e.opts.$data||!P.$data)&&P.length8)i+=" || validate.schema"+s+".hasOwnProperty("+m+") ";else{var I=x;if(I)for(var z=-1,R=I.length-1;z0||!1===X:e.util.schemaHasRules(X,e.RULES.all)){var Z=e.util.getProperty(Y),ee=(G=l+Z,W&&void 0!==X.default);if(h.schema=X,h.schemaPath=s+Z,h.errSchemaPath=c+"/"+e.util.escapeFragment(Y),h.errorPath=e.util.getPath(e.errorPath,Y,e.opts.jsonPointers),h.dataPathArr[v]=e.util.toQuotedString(Y),V=e.validate(h),h.baseId=T,e.util.varOccurences(V,y)<2){V=e.util.varReplace(V,y,G);var te=G}else te=y,i+=" var "+y+" = "+G+"; ";if(ee)i+=" "+V+" ";else{if(O&&O[Y]){i+=" if ( "+te+" === undefined ",C&&(i+=" || ! Object.prototype.hasOwnProperty.call("+l+", '"+e.util.escapeQuotes(Y)+"') "),i+=") { "+f+" = false; ",q=e.errorPath,$=c;var re,ie=e.util.escapeQuotes(Y);e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPath(q,Y,e.opts.jsonPointers)),c=e.errSchemaPath+"/required",(re=re||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { missingProperty: '"+ie+"' } ",!1!==e.opts.messages&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+ie+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ",M=i,i=re.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+M+"]); ":i+=" validate.errors = ["+M+"]; return false; ":i+=" var err = "+M+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",c=$,e.errorPath=q,i+=" } else { "}else u?(i+=" if ( "+te+" === undefined ",C&&(i+=" || ! Object.prototype.hasOwnProperty.call("+l+", '"+e.util.escapeQuotes(Y)+"') "),i+=") { "+f+" = true; } else { "):(i+=" if ("+te+" !== undefined ",C&&(i+=" && Object.prototype.hasOwnProperty.call("+l+", '"+e.util.escapeQuotes(Y)+"') "),i+=" ) { ");i+=" "+V+" } "}}u&&(i+=" if ("+f+") { ",d+="}")}}if(k.length){var ae=k;if(ae)for(var ne,oe=-1,se=ae.length-1;oe0||!1===X:e.util.schemaHasRules(X,e.RULES.all))&&(h.schema=X,h.schemaPath=e.schemaPath+".patternProperties"+e.util.getProperty(ne),h.errSchemaPath=e.errSchemaPath+"/patternProperties/"+e.util.escapeFragment(ne),i+=C?" "+b+" = "+b+" || Object.keys("+l+"); for (var "+g+"=0; "+g+"<"+b+".length; "+g+"++) { var "+m+" = "+b+"["+g+"]; ":" for (var "+m+" in "+l+") { ",i+=" if ("+e.usePattern(ne)+".test("+m+")) { ",h.errorPath=e.util.getPathExpr(e.errorPath,m,e.opts.jsonPointers),G=l+"["+m+"]",h.dataPathArr[v]=m,V=e.validate(h),h.baseId=T,e.util.varOccurences(V,y)<2?i+=" "+e.util.varReplace(V,y,G)+" ":i+=" var "+y+" = "+G+"; "+V+" ",u&&(i+=" if (!"+f+") break; "),i+=" } ",u&&(i+=" else "+f+" = true; "),i+=" } ",u&&(i+=" if ("+f+") { ",d+="}"))}return u&&(i+=" "+d+" if ("+p+" == errors) {"),i}},58441:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="errs__"+a,h=e.util.copy(e);h.level++;var d="valid"+h.level;if(i+="var "+p+" = errors;",e.opts.strictKeywords?"object"==typeof o&&Object.keys(o).length>0||!1===o:e.util.schemaHasRules(o,e.RULES.all)){h.schema=o,h.schemaPath=s,h.errSchemaPath=c;var f="key"+a,m="idx"+a,g="i"+a,v="' + "+f+" + '",y="data"+(h.dataLevel=e.dataLevel+1),b="dataProperties"+a,x=e.opts.ownProperties,w=e.baseId;x&&(i+=" var "+b+" = undefined; "),i+=x?" "+b+" = "+b+" || Object.keys("+l+"); for (var "+m+"=0; "+m+"<"+b+".length; "+m+"++) { var "+f+" = "+b+"["+m+"]; ":" for (var "+f+" in "+l+") { ",i+=" var startErrs"+a+" = errors; ";var k=f,_=e.compositeRule;e.compositeRule=h.compositeRule=!0;var j=e.validate(h);h.baseId=w,e.util.varOccurences(j,y)<2?i+=" "+e.util.varReplace(j,y,k)+" ":i+=" var "+y+" = "+k+"; "+j+" ",e.compositeRule=h.compositeRule=_,i+=" if (!"+d+") { for (var "+g+"=startErrs"+a+"; "+g+"{"use strict";e.exports=function(e,t,r){var i,a,n=" ",o=e.level,s=e.dataLevel,c=e.schema[t],u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(s||""),h="valid"+o;if("#"==c||"#/"==c)e.isRoot?(i=e.async,a="validate"):(i=!0===e.root.schema.$async,a="root.refVal[0]");else{var d=e.resolveRef(e.baseId,c,e.isRoot);if(void 0===d){var f=e.MissingRefError.message(e.baseId,c);if("fail"==e.opts.missingRefs){e.logger.error(f),(y=y||[]).push(n),n="",!1!==e.createErrors?(n+=" { keyword: '$ref' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { ref: '"+e.util.escapeQuotes(c)+"' } ",!1!==e.opts.messages&&(n+=" , message: 'can\\'t resolve reference "+e.util.escapeQuotes(c)+"' "),e.opts.verbose&&(n+=" , schema: "+e.util.toQuotedString(c)+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),n+=" } "):n+=" {} ";var m=n;n=y.pop(),!e.compositeRule&&l?e.async?n+=" throw new ValidationError(["+m+"]); ":n+=" validate.errors = ["+m+"]; return false; ":n+=" var err = "+m+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",l&&(n+=" if (false) { ")}else{if("ignore"!=e.opts.missingRefs)throw new e.MissingRefError(e.baseId,c,f);e.logger.warn(f),l&&(n+=" if (true) { ")}}else if(d.inline){var g=e.util.copy(e);g.level++;var v="valid"+g.level;g.schema=d.schema,g.schemaPath="",g.errSchemaPath=c,n+=" "+e.validate(g).replace(/validate\.schema/g,d.code)+" ",l&&(n+=" if ("+v+") { ")}else i=!0===d.$async||e.async&&!1!==d.$async,a=d.code}if(a){var y;(y=y||[]).push(n),n="",e.opts.passContext?n+=" "+a+".call(this, ":n+=" "+a+"( ",n+=" "+p+", (dataPath || '')",'""'!=e.errorPath&&(n+=" + "+e.errorPath);var b=n+=" , "+(s?"data"+(s-1||""):"parentData")+" , "+(s?e.dataPathArr[s]:"parentDataProperty")+", rootData) ";if(n=y.pop(),i){if(!e.async)throw new Error("async schema referenced by sync schema");l&&(n+=" var "+h+"; "),n+=" try { await "+b+"; ",l&&(n+=" "+h+" = true; "),n+=" } catch (e) { if (!(e instanceof ValidationError)) throw e; if (vErrors === null) vErrors = e.errors; else vErrors = vErrors.concat(e.errors); errors = vErrors.length; ",l&&(n+=" "+h+" = false; "),n+=" } ",l&&(n+=" if ("+h+") { ")}else n+=" if (!"+b+") { if (vErrors === null) vErrors = "+a+".errors; else vErrors = vErrors.concat("+a+".errors); errors = vErrors.length; } ",l&&(n+=" else { ")}return n}},71287:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h=e.opts.$data&&o&&o.$data;h&&(i+=" var schema"+a+" = "+e.util.getData(o.$data,n,e.dataPathArr)+"; ");var d="schema"+a;if(!h)if(o.length0||!1===b:e.util.schemaHasRules(b,e.RULES.all))||(f[f.length]=g)}}else f=o;if(h||f.length){var x=e.errorPath,w=h||f.length>=e.opts.loopRequired,k=e.opts.ownProperties;if(u)if(i+=" var missing"+a+"; ",w){h||(i+=" var "+d+" = validate.schema"+s+"; ");var _="' + "+(C="schema"+a+"["+(D="i"+a)+"]")+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPathExpr(x,C,e.opts.jsonPointers)),i+=" var "+p+" = true; ",h&&(i+=" if (schema"+a+" === undefined) "+p+" = true; else if (!Array.isArray(schema"+a+")) "+p+" = false; else {"),i+=" for (var "+D+" = 0; "+D+" < "+d+".length; "+D+"++) { "+p+" = "+l+"["+d+"["+D+"]] !== undefined ",k&&(i+=" && Object.prototype.hasOwnProperty.call("+l+", "+d+"["+D+"]) "),i+="; if (!"+p+") break; } ",h&&(i+=" } "),i+=" if (!"+p+") { ",(E=E||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { missingProperty: '"+_+"' } ",!1!==e.opts.messages&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+_+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var j=i;i=E.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+j+"]); ":i+=" validate.errors = ["+j+"]; return false; ":i+=" var err = "+j+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { "}else{i+=" if ( ";var E,S=f;if(S)for(var D=-1,A=S.length-1;D{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h="valid"+n,d=e.opts.$data&&s&&s.$data;if(d?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s,(s||d)&&!1!==e.opts.uniqueItems){d&&(a+=" var "+h+"; if ("+i+" === false || "+i+" === undefined) "+h+" = true; else if (typeof "+i+" != 'boolean') "+h+" = false; else { "),a+=" var i = "+p+".length , "+h+" = true , j; if (i > 1) { ";var f=e.schema.items&&e.schema.items.type,m=Array.isArray(f);if(!f||"object"==f||"array"==f||m&&(f.indexOf("object")>=0||f.indexOf("array")>=0))a+=" outer: for (;i--;) { for (j = i; j--;) { if (equal("+p+"[i], "+p+"[j])) { "+h+" = false; break outer; } } } ";else{a+=" var itemIndices = {}, item; for (;i--;) { var item = "+p+"[i]; ";var g="checkDataType"+(m?"s":"");a+=" if ("+e.util[g](f,"item",e.opts.strictNumbers,!0)+") continue; ",m&&(a+=" if (typeof item == 'string') item = '\"' + item; "),a+=" if (typeof itemIndices[item] == 'number') { "+h+" = false; j = itemIndices[item]; break; } itemIndices[item] = i; } "}a+=" } ",d&&(a+=" } "),a+=" if (!"+h+") { ";var v=v||[];v.push(a),a="",!1!==e.createErrors?(a+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { i: i, j: j } ",!1!==e.opts.messages&&(a+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "),e.opts.verbose&&(a+=" , schema: ",a+=d?"validate.schema"+c:""+s,a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var y=a;a=v.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+y+"]); ":a+=" validate.errors = ["+y+"]; return false; ":a+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+=" } ",l&&(a+=" else { ")}else l&&(a+=" if (true) { ");return a}},19508:e=>{"use strict";e.exports=function(e,t,r){var i="",a=!0===e.schema.$async,n=e.util.schemaHasRulesExcept(e.schema,e.RULES.all,"$ref"),o=e.self._getId(e.schema);if(e.opts.strictKeywords){var s=e.util.schemaUnknownRules(e.schema,e.RULES.keywords);if(s){var c="unknown keyword: "+s;if("log"!==e.opts.strictKeywords)throw new Error(c);e.logger.warn(c)}}if(e.isTop&&(i+=" var validate = ",a&&(e.async=!0,i+="async "),i+="function(data, dataPath, parentData, parentDataProperty, rootData) { 'use strict'; ",o&&(e.opts.sourceCode||e.opts.processCode)&&(i+=" /*# sourceURL="+o+" */ ")),"boolean"==typeof e.schema||!n&&!e.schema.$ref){t="false schema";var u=e.level,l=e.dataLevel,p=e.schema[t],h=e.schemaPath+e.util.getProperty(t),d=e.errSchemaPath+"/"+t,f=!e.opts.allErrors,m="data"+(l||""),g="valid"+u;if(!1===e.schema){e.isTop?f=!0:i+=" var "+g+" = false; ",(G=G||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'false schema' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(d)+" , params: {} ",!1!==e.opts.messages&&(i+=" , message: 'boolean schema is false' "),e.opts.verbose&&(i+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),i+=" } "):i+=" {} ";var v=i;i=G.pop(),!e.compositeRule&&f?e.async?i+=" throw new ValidationError(["+v+"]); ":i+=" validate.errors = ["+v+"]; return false; ":i+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}else e.isTop?i+=a?" return data; ":" validate.errors = null; return true; ":i+=" var "+g+" = true; ";return e.isTop&&(i+=" }; return validate; "),i}if(e.isTop){var y=e.isTop;if(u=e.level=0,l=e.dataLevel=0,m="data",e.rootId=e.resolve.fullPath(e.self._getId(e.root.schema)),e.baseId=e.baseId||e.rootId,delete e.isTop,e.dataPathArr=[""],void 0!==e.schema.default&&e.opts.useDefaults&&e.opts.strictDefaults){var b="default is ignored in the schema root";if("log"!==e.opts.strictDefaults)throw new Error(b);e.logger.warn(b)}i+=" var vErrors = null; ",i+=" var errors = 0; ",i+=" if (rootData === undefined) rootData = data; "}else{if(u=e.level,m="data"+((l=e.dataLevel)||""),o&&(e.baseId=e.resolve.url(e.baseId,o)),a&&!e.async)throw new Error("async schema in sync schema");i+=" var errs_"+u+" = errors;"}g="valid"+u,f=!e.opts.allErrors;var x="",w="",k=e.schema.type,_=Array.isArray(k);if(k&&e.opts.nullable&&!0===e.schema.nullable&&(_?-1==k.indexOf("null")&&(k=k.concat("null")):"null"!=k&&(k=[k,"null"],_=!0)),_&&1==k.length&&(k=k[0],_=!1),e.schema.$ref&&n){if("fail"==e.opts.extendRefs)throw new Error('$ref: validation keywords used in schema at path "'+e.errSchemaPath+'" (see option extendRefs)');!0!==e.opts.extendRefs&&(n=!1,e.logger.warn('$ref: keywords ignored in schema at path "'+e.errSchemaPath+'"'))}if(e.schema.$comment&&e.opts.$comment&&(i+=" "+e.RULES.all.$comment.code(e,"$comment")),k){if(e.opts.coerceTypes)var j=e.util.coerceToTypes(e.opts.coerceTypes,k);var E=e.RULES.types[k];if(j||_||!0===E||E&&!J(E)){h=e.schemaPath+".type",d=e.errSchemaPath+"/type",h=e.schemaPath+".type",d=e.errSchemaPath+"/type";var S=_?"checkDataTypes":"checkDataType";if(i+=" if ("+e.util[S](k,m,e.opts.strictNumbers,!0)+") { ",j){var D="dataType"+u,A="coerced"+u;i+=" var "+D+" = typeof "+m+"; var "+A+" = undefined; ","array"==e.opts.coerceTypes&&(i+=" if ("+D+" == 'object' && Array.isArray("+m+") && "+m+".length == 1) { "+m+" = "+m+"[0]; "+D+" = typeof "+m+"; if ("+e.util.checkDataType(e.schema.type,m,e.opts.strictNumbers)+") "+A+" = "+m+"; } "),i+=" if ("+A+" !== undefined) ; ";var C=j;if(C)for(var T,P=-1,O=C.length-1;P{"use strict";var i=/^[a-z_$][a-z0-9_$-]*$/i,a=r(14165),n=r(61128);e.exports={add:function(e,t){var r=this.RULES;if(r.keywords[e])throw new Error("Keyword "+e+" is already defined");if(!i.test(e))throw new Error("Keyword "+e+" is not a valid identifier");if(t){this.validateKeyword(t,!0);var n=t.type;if(Array.isArray(n))for(var o=0;o{"use strict";e.exports=JSON.parse('{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#","description":"Meta-schema for $data reference (JSON Schema extension proposal)","type":"object","required":["$data"],"properties":{"$data":{"type":"string","anyOf":[{"format":"relative-json-pointer"},{"format":"json-pointer"}]}},"additionalProperties":false}')},81030:e=>{"use strict";e.exports=JSON.parse('{"$schema":"http://json-schema.org/draft-06/schema#","$id":"http://json-schema.org/draft-06/schema#","title":"Core schema meta-schema","definitions":{"schemaArray":{"type":"array","minItems":1,"items":{"$ref":"#"}},"nonNegativeInteger":{"type":"integer","minimum":0},"nonNegativeIntegerDefault0":{"allOf":[{"$ref":"#/definitions/nonNegativeInteger"},{"default":0}]},"simpleTypes":{"enum":["array","boolean","integer","null","number","object","string"]},"stringArray":{"type":"array","items":{"type":"string"},"uniqueItems":true,"default":[]}},"type":["object","boolean"],"properties":{"$id":{"type":"string","format":"uri-reference"},"$schema":{"type":"string","format":"uri"},"$ref":{"type":"string","format":"uri-reference"},"title":{"type":"string"},"description":{"type":"string"},"default":{},"examples":{"type":"array","items":{}},"multipleOf":{"type":"number","exclusiveMinimum":0},"maximum":{"type":"number"},"exclusiveMaximum":{"type":"number"},"minimum":{"type":"number"},"exclusiveMinimum":{"type":"number"},"maxLength":{"$ref":"#/definitions/nonNegativeInteger"},"minLength":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"pattern":{"type":"string","format":"regex"},"additionalItems":{"$ref":"#"},"items":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/schemaArray"}],"default":{}},"maxItems":{"$ref":"#/definitions/nonNegativeInteger"},"minItems":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"uniqueItems":{"type":"boolean","default":false},"contains":{"$ref":"#"},"maxProperties":{"$ref":"#/definitions/nonNegativeInteger"},"minProperties":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"required":{"$ref":"#/definitions/stringArray"},"additionalProperties":{"$ref":"#"},"definitions":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"properties":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"patternProperties":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"dependencies":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/stringArray"}]}},"propertyNames":{"$ref":"#"},"const":{},"enum":{"type":"array","minItems":1,"uniqueItems":true},"type":{"anyOf":[{"$ref":"#/definitions/simpleTypes"},{"type":"array","items":{"$ref":"#/definitions/simpleTypes"},"minItems":1,"uniqueItems":true}]},"format":{"type":"string"},"allOf":{"$ref":"#/definitions/schemaArray"},"anyOf":{"$ref":"#/definitions/schemaArray"},"oneOf":{"$ref":"#/definitions/schemaArray"},"not":{"$ref":"#"}},"default":{}}')},40038:e=>{"use strict";e.exports=JSON.parse('{"$schema":"http://json-schema.org/draft-07/schema#","$id":"http://json-schema.org/draft-07/schema#","title":"Core schema meta-schema","definitions":{"schemaArray":{"type":"array","minItems":1,"items":{"$ref":"#"}},"nonNegativeInteger":{"type":"integer","minimum":0},"nonNegativeIntegerDefault0":{"allOf":[{"$ref":"#/definitions/nonNegativeInteger"},{"default":0}]},"simpleTypes":{"enum":["array","boolean","integer","null","number","object","string"]},"stringArray":{"type":"array","items":{"type":"string"},"uniqueItems":true,"default":[]}},"type":["object","boolean"],"properties":{"$id":{"type":"string","format":"uri-reference"},"$schema":{"type":"string","format":"uri"},"$ref":{"type":"string","format":"uri-reference"},"$comment":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"default":true,"readOnly":{"type":"boolean","default":false},"examples":{"type":"array","items":true},"multipleOf":{"type":"number","exclusiveMinimum":0},"maximum":{"type":"number"},"exclusiveMaximum":{"type":"number"},"minimum":{"type":"number"},"exclusiveMinimum":{"type":"number"},"maxLength":{"$ref":"#/definitions/nonNegativeInteger"},"minLength":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"pattern":{"type":"string","format":"regex"},"additionalItems":{"$ref":"#"},"items":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/schemaArray"}],"default":true},"maxItems":{"$ref":"#/definitions/nonNegativeInteger"},"minItems":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"uniqueItems":{"type":"boolean","default":false},"contains":{"$ref":"#"},"maxProperties":{"$ref":"#/definitions/nonNegativeInteger"},"minProperties":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"required":{"$ref":"#/definitions/stringArray"},"additionalProperties":{"$ref":"#"},"definitions":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"properties":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"patternProperties":{"type":"object","additionalProperties":{"$ref":"#"},"propertyNames":{"format":"regex"},"default":{}},"dependencies":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/stringArray"}]}},"propertyNames":{"$ref":"#"},"const":true,"enum":{"type":"array","items":true,"minItems":1,"uniqueItems":true},"type":{"anyOf":[{"$ref":"#/definitions/simpleTypes"},{"type":"array","items":{"$ref":"#/definitions/simpleTypes"},"minItems":1,"uniqueItems":true}]},"format":{"type":"string"},"contentMediaType":{"type":"string"},"contentEncoding":{"type":"string"},"if":{"$ref":"#"},"then":{"$ref":"#"},"else":{"$ref":"#"},"allOf":{"$ref":"#/definitions/schemaArray"},"anyOf":{"$ref":"#/definitions/schemaArray"},"oneOf":{"$ref":"#/definitions/schemaArray"},"not":{"$ref":"#"}},"default":true}')},14277:e=>{"use strict";e.exports=({onlyFirst:e=!1}={})=>{const t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[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,r)=>{"use strict";e=r.nmd(e);const i=(e,t)=>(...r)=>`[${e(...r)+t}m`,a=(e,t)=>(...r)=>{const i=e(...r);return`[${38+t};5;${i}m`},n=(e,t)=>(...r)=>{const i=e(...r);return`[${38+t};2;${i[0]};${i[1]};${i[2]}m`},o=e=>e,s=(e,t,r)=>[e,t,r],c=(e,t,r)=>{Object.defineProperty(e,t,{get:()=>{const i=r();return Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0}),i},enumerable:!0,configurable:!0})};let u;const l=(e,t,i,a)=>{void 0===u&&(u=r(12085));const n=a?10:0,o={};for(const[r,a]of Object.entries(u)){const s="ansi16"===r?"ansi":r;r===t?o[s]=e(i,n):"object"==typeof a&&(o[s]=e(a[t],n))}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[r,i]of Object.entries(t)){for(const[r,a]of Object.entries(i))t[r]={open:`[${a[0]}m`,close:`[${a[1]}m`},i[r]=t[r],e.set(a[0],a[1]);Object.defineProperty(t,r,{value:i,enumerable:!1})}return Object.defineProperty(t,"codes",{value:e,enumerable:!1}),t.color.close="",t.bgColor.close="",c(t.color,"ansi",(()=>l(i,"ansi16",o,!1))),c(t.color,"ansi256",(()=>l(a,"ansi256",o,!1))),c(t.color,"ansi16m",(()=>l(n,"rgb",s,!1))),c(t.bgColor,"ansi",(()=>l(i,"ansi16",o,!0))),c(t.bgColor,"ansi256",(()=>l(a,"ansi256",o,!0))),c(t.bgColor,"ansi16m",(()=>l(n,"rgb",s,!0))),t}})},72521:e=>{"use strict";function t(e,r,i){for(var a=0;a0&&Array.isArray(n)?t(n,r,i-1):r.push(n)}return r}function r(e,t){for(var i=0;i{e.exports={newInvalidAsn1Error:function(e){var t=new Error;return t.name="InvalidAsn1Error",t.message=e||"",t}}},20279:(e,t,r)=>{var i=r(83407),a=r(34478),n=r(24578),o=r(3609);for(var s in e.exports={Reader:n,Writer:o},a)a.hasOwnProperty(s)&&(e.exports[s]=a[s]);for(var c in i)i.hasOwnProperty(c)&&(e.exports[c]=i[c])},24578:(e,t,r)=>{var i=r(42357),a=r(2399).Buffer,n=r(34478),o=r(83407).newInvalidAsn1Error;function s(e){if(!e||!a.isBuffer(e))throw new TypeError("data must be a node Buffer");this._buf=e,this._size=e.length,this._len=0,this._offset=0}Object.defineProperty(s.prototype,"length",{enumerable:!0,get:function(){return this._len}}),Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){return this._offset}}),Object.defineProperty(s.prototype,"remain",{get:function(){return this._size-this._offset}}),Object.defineProperty(s.prototype,"buffer",{get:function(){return this._buf.slice(this._offset)}}),s.prototype.readByte=function(e){if(this._size-this._offset<1)return null;var t=255&this._buf[this._offset];return e||(this._offset+=1),t},s.prototype.peek=function(){return this.readByte(!0)},s.prototype.readLength=function(e){if(void 0===e&&(e=this._offset),e>=this._size)return null;var t=255&this._buf[e++];if(null===t)return null;if(128==(128&t)){if(0==(t&=127))throw o("Indefinite length not supported");if(t>4)throw o("encoding too long");if(this._size-ethis._size-i)return null;if(this._offset=i,0===this.length)return t?a.alloc(0):"";var s=this._buf.slice(this._offset,this._offset+this.length);return this._offset+=this.length,t?s:s.toString("utf8")},s.prototype.readOID=function(e){e||(e=n.OID);var t=this.readString(e,!0);if(null===t)return null;for(var r=[],i=0,a=0;a>0),r.join(".")},s.prototype._readTag=function(e){i.ok(void 0!==e);var t=this.peek();if(null===t)return null;if(t!==e)throw o("Expected 0x"+e.toString(16)+": got 0x"+t.toString(16));var r=this.readLength(this._offset+1);if(null===r)return null;if(this.length>4)throw o("Integer too long: "+this.length);if(this.length>this._size-r)return null;this._offset=r;for(var a=this._buf[this._offset],n=0,s=0;s>0},e.exports=s},34478:e=>{e.exports={EOC:0,Boolean:1,Integer:2,BitString:3,OctetString:4,Null:5,OID:6,ObjectDescriptor:7,External:8,Real:9,Enumeration:10,PDV:11,Utf8String:12,RelativeOID:13,Sequence:16,Set:17,NumericString:18,PrintableString:19,T61String:20,VideotexString:21,IA5String:22,UTCTime:23,GeneralizedTime:24,GraphicString:25,VisibleString:26,GeneralString:28,UniversalString:29,CharacterString:30,BMPString:31,Constructor:32,Context:128}},3609:(e,t,r)=>{var i=r(42357),a=r(2399).Buffer,n=r(34478),o=r(83407).newInvalidAsn1Error,s={size:1024,growthFactor:8};function c(e){var t,r;t=s,r=e||{},i.ok(t),i.equal(typeof t,"object"),i.ok(r),i.equal(typeof r,"object"),Object.getOwnPropertyNames(t).forEach((function(e){if(!r[e]){var i=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(r,e,i)}})),e=r,this._buf=a.alloc(e.size||1024),this._size=this._buf.length,this._offset=0,this._options=e,this._seq=[]}Object.defineProperty(c.prototype,"buffer",{get:function(){if(this._seq.length)throw o(this._seq.length+" unended sequence(s)");return this._buf.slice(0,this._offset)}}),c.prototype.writeByte=function(e){if("number"!=typeof e)throw new TypeError("argument must be a Number");this._ensure(1),this._buf[this._offset++]=e},c.prototype.writeInt=function(e,t){if("number"!=typeof e)throw new TypeError("argument must be a Number");"number"!=typeof t&&(t=n.Integer);for(var r=4;(0==(4286578688&e)||-8388608==(4286578688&e))&&r>1;)r--,e<<=8;if(r>4)throw o("BER ints cannot be > 0xffffffff");for(this._ensure(2+r),this._buf[this._offset++]=t,this._buf[this._offset++]=r;r-- >0;)this._buf[this._offset++]=(4278190080&e)>>>24,e<<=8},c.prototype.writeNull=function(){this.writeByte(n.Null),this.writeByte(0)},c.prototype.writeEnumeration=function(e,t){if("number"!=typeof e)throw new TypeError("argument must be a Number");return"number"!=typeof t&&(t=n.Enumeration),this.writeInt(e,t)},c.prototype.writeBoolean=function(e,t){if("boolean"!=typeof e)throw new TypeError("argument must be a Boolean");"number"!=typeof t&&(t=n.Boolean),this._ensure(3),this._buf[this._offset++]=t,this._buf[this._offset++]=1,this._buf[this._offset++]=e?255:0},c.prototype.writeString=function(e,t){if("string"!=typeof e)throw new TypeError("argument must be a string (was: "+typeof e+")");"number"!=typeof t&&(t=n.OctetString);var r=a.byteLength(e);this.writeByte(t),this.writeLength(r),r&&(this._ensure(r),this._buf.write(e,this._offset),this._offset+=r)},c.prototype.writeBuffer=function(e,t){if("number"!=typeof t)throw new TypeError("tag must be a number");if(!a.isBuffer(e))throw new TypeError("argument must be a buffer");this.writeByte(t),this.writeLength(e.length),this._ensure(e.length),e.copy(this._buf,this._offset,0,e.length),this._offset+=e.length},c.prototype.writeStringArray=function(e){if(!e instanceof Array)throw new TypeError("argument must be an Array[String]");var t=this;e.forEach((function(e){t.writeString(e)}))},c.prototype.writeOID=function(e,t){if("string"!=typeof e)throw new TypeError("argument must be a string");if("number"!=typeof t&&(t=n.OID),!/^([0-9]+\.){3,}[0-9]+$/.test(e))throw new Error("argument is not a valid OID string");var r=e.split("."),i=[];i.push(40*parseInt(r[0],10)+parseInt(r[1],10)),r.slice(2).forEach((function(e){!function(e,t){t<128?e.push(t):t<16384?(e.push(t>>>7|128),e.push(127&t)):t<2097152?(e.push(t>>>14|128),e.push(255&(t>>>7|128)),e.push(127&t)):t<268435456?(e.push(t>>>21|128),e.push(255&(t>>>14|128)),e.push(255&(t>>>7|128)),e.push(127&t)):(e.push(255&(t>>>28|128)),e.push(255&(t>>>21|128)),e.push(255&(t>>>14|128)),e.push(255&(t>>>7|128)),e.push(127&t))}(i,parseInt(e,10))}));var a=this;this._ensure(2+i.length),this.writeByte(t),this.writeLength(i.length),i.forEach((function(e){a.writeByte(e)}))},c.prototype.writeLength=function(e){if("number"!=typeof e)throw new TypeError("argument must be a Number");if(this._ensure(4),e<=127)this._buf[this._offset++]=e;else if(e<=255)this._buf[this._offset++]=129,this._buf[this._offset++]=e;else if(e<=65535)this._buf[this._offset++]=130,this._buf[this._offset++]=e>>8,this._buf[this._offset++]=e;else{if(!(e<=16777215))throw o("Length too long (> 4 bytes)");this._buf[this._offset++]=131,this._buf[this._offset++]=e>>16,this._buf[this._offset++]=e>>8,this._buf[this._offset++]=e}},c.prototype.startSequence=function(e){"number"!=typeof e&&(e=n.Sequence|n.Constructor),this.writeByte(e),this._seq.push(this._offset),this._ensure(3),this._offset+=3},c.prototype.endSequence=function(){var e=this._seq.pop(),t=e+3,r=this._offset-t;if(r<=127)this._shift(t,r,-2),this._buf[e]=r;else if(r<=255)this._shift(t,r,-1),this._buf[e]=129,this._buf[e+1]=r;else if(r<=65535)this._buf[e]=130,this._buf[e+1]=r>>8,this._buf[e+2]=r;else{if(!(r<=16777215))throw o("Sequence too long");this._shift(t,r,1),this._buf[e]=131,this._buf[e+1]=r>>16,this._buf[e+2]=r>>8,this._buf[e+3]=r}},c.prototype._shift=function(e,t,r){i.ok(void 0!==e),i.ok(void 0!==t),i.ok(r),this._buf.copy(this._buf,e+r,e,e+t),this._offset+=r},c.prototype._ensure=function(e){if(i.ok(e),this._size-this._offset{var i=r(20279);e.exports={Ber:i,BerReader:i.Reader,BerWriter:i.Writer}},6144:(e,t,r)=>{var i=r(42357),a=r(92413).Stream,n=r(31669),o=/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;function s(e){return e.charAt(0).toUpperCase()+e.slice(1)}function c(e,t,r,a,o){throw new i.AssertionError({message:n.format("%s (%s) is required",e,t),actual:void 0===o?typeof a:o(a),expected:t,operator:r||"===",stackStartFunction:c.caller})}function u(e){return Object.prototype.toString.call(e).slice(8,-1)}function l(){}var p={bool:{check:function(e){return"boolean"==typeof e}},func:{check:function(e){return"function"==typeof e}},string:{check:function(e){return"string"==typeof e}},object:{check:function(e){return"object"==typeof e&&null!==e}},number:{check:function(e){return"number"==typeof e&&!isNaN(e)}},finite:{check:function(e){return"number"==typeof e&&!isNaN(e)&&isFinite(e)}},buffer:{check:function(e){return Buffer.isBuffer(e)},operator:"Buffer.isBuffer"},array:{check:function(e){return Array.isArray(e)},operator:"Array.isArray"},stream:{check:function(e){return e instanceof a},operator:"instanceof",actual:u},date:{check:function(e){return e instanceof Date},operator:"instanceof",actual:u},regexp:{check:function(e){return e instanceof RegExp},operator:"instanceof",actual:u},uuid:{check:function(e){return"string"==typeof e&&o.test(e)},operator:"isUUID"}};e.exports=function e(t){var r,a=Object.keys(p);return r=process.env.NODE_NDEBUG?l:function(e,t){e||c(t,"true",e)},a.forEach((function(e){if(t)r[e]=l;else{var i=p[e];r[e]=function(t,r){i.check(t)||c(r,e,i.operator,t,i.actual)}}})),a.forEach((function(e){var i="optional"+s(e);if(t)r[i]=l;else{var a=p[e];r[i]=function(t,r){null!=t&&(a.check(t)||c(r,e,a.operator,t,a.actual))}}})),a.forEach((function(e){var i="arrayOf"+s(e);if(t)r[i]=l;else{var a=p[e],n="["+e+"]";r[i]=function(e,t){var r;for(Array.isArray(e)||c(t,n,a.operator,e,a.actual),r=0;r{"use strict";function i(e,...t){return(...r)=>e(...t,...r)}function a(e){return function(...t){var r=t.pop();return e.call(this,t,r)}}r.r(t),r.d(t,{default:()=>ft,apply:()=>i,applyEach:()=>C,applyEachSeries:()=>O,asyncify:()=>l,auto:()=>z,autoInject:()=>U,cargo:()=>G,cargoQueue:()=>V,compose:()=>Y,concat:()=>X,concatLimit:()=>J,concatSeries:()=>Z,constant:()=>ee,detect:()=>re,detectLimit:()=>ie,detectSeries:()=>ae,dir:()=>oe,doUntil:()=>ce,doWhilst:()=>se,each:()=>le,eachLimit:()=>pe,eachOf:()=>D,eachOfLimit:()=>j,eachOfSeries:()=>T,eachSeries:()=>he,ensureAsync:()=>de,every:()=>fe,everyLimit:()=>me,everySeries:()=>ge,filter:()=>xe,filterLimit:()=>we,filterSeries:()=>ke,forever:()=>_e,groupBy:()=>Ee,groupByLimit:()=>je,groupBySeries:()=>Se,log:()=>De,map:()=>A,mapLimit:()=>Q,mapSeries:()=>P,mapValues:()=>Ce,mapValuesLimit:()=>Ae,mapValuesSeries:()=>Te,memoize:()=>Pe,nextTick:()=>Oe,parallel:()=>Ie,parallelLimit:()=>ze,priorityQueue:()=>qe,queue:()=>Re,race:()=>Ue,reduce:()=>W,reduceRight:()=>$e,reflect:()=>Me,reflectAll:()=>He,reject:()=>Ve,rejectLimit:()=>We,rejectSeries:()=>Ke,retry:()=>Qe,retryable:()=>Xe,seq:()=>K,series:()=>Ze,setImmediate:()=>u,some:()=>et,someLimit:()=>tt,someSeries:()=>rt,sortBy:()=>it,timeout:()=>at,times:()=>ot,timesLimit:()=>nt,timesSeries:()=>st,transform:()=>ct,tryEach:()=>ut,unmemoize:()=>lt,until:()=>ht,waterfall:()=>dt,whilst:()=>pt,all:()=>fe,allLimit:()=>me,allSeries:()=>ge,any:()=>et,anyLimit:()=>tt,anySeries:()=>rt,find:()=>re,findLimit:()=>ie,findSeries:()=>ae,flatMap:()=>X,flatMapLimit:()=>J,flatMapSeries:()=>Z,forEach:()=>le,forEachSeries:()=>he,forEachLimit:()=>pe,forEachOf:()=>D,forEachOfSeries:()=>T,forEachOfLimit:()=>j,inject:()=>W,foldl:()=>W,foldr:()=>$e,select:()=>xe,selectLimit:()=>we,selectSeries:()=>ke,wrapSync:()=>l,during:()=>pt,doDuring:()=>se});var n="function"==typeof setImmediate&&setImmediate,o="object"==typeof process&&"function"==typeof process.nextTick;function s(e){setTimeout(e,0)}function c(e){return(t,...r)=>e((()=>t(...r)))}var u=c(n?setImmediate:o?process.nextTick:s);function l(e){return d(e)?function(...t){const r=t.pop();return p(e.apply(this,t),r)}:a((function(t,r){var i;try{i=e.apply(this,t)}catch(e){return r(e)}if(i&&"function"==typeof i.then)return p(i,r);r(null,i)}))}function p(e,t){return e.then((e=>{h(t,null,e)}),(e=>{h(t,e&&e.message?e:new Error(e))}))}function h(e,t,r){try{e(t,r)}catch(e){u((e=>{throw e}),e)}}function d(e){return"AsyncFunction"===e[Symbol.toStringTag]}function f(e){if("function"!=typeof e)throw new Error("expected a function");return d(e)?l(e):e}function m(e,t=e.length){if(!t)throw new Error("arity is undefined");return function(...r){return"function"==typeof r[t-1]?e.apply(this,r):new Promise(((i,a)=>{r[t-1]=(e,...t)=>{if(e)return a(e);i(t.length>1?t:t[0])},e.apply(this,r)}))}}function g(e){return function(t,...r){return m((function(i){var a=this;return e(t,((e,t)=>{f(e).apply(a,r.concat(t))}),i)}))}}function v(e,t,r,i){t=t||[];var a=[],n=0,o=f(r);return e(t,((e,t,r)=>{var i=n++;o(e,((e,t)=>{a[i]=t,r(e)}))}),(e=>{i(e,a)}))}function y(e){return e&&"number"==typeof e.length&&e.length>=0&&e.length%1==0}const b={};function x(e){function t(...t){if(null!==e){var r=e;e=null,r.apply(this,t)}}return Object.assign(t,e),t}function w(e){return function(...t){if(null===e)throw new Error("Callback was already called.");var r=e;e=null,r.apply(this,t)}}function k(e,t,r,i){let a=!1,n=!1,o=!1,s=0,c=0;function u(){s>=t||o||a||(o=!0,e.next().then((({value:e,done:t})=>{if(!n&&!a){if(o=!1,t)return a=!0,void(s<=0&&i(null));s++,r(e,c,l),c++,u()}})).catch(p))}function l(e,t){if(s-=1,!n)return e?p(e):!1===e?(a=!0,void(n=!0)):t===b||a&&s<=0?(a=!0,i(null)):void u()}function p(e){n||(o=!1,a=!0,i(e))}u()}var _=e=>(t,r,i)=>{if(i=x(i),e<=0)throw new RangeError("concurrency limit cannot be less than 1");if(!t)return i(null);if("AsyncGenerator"===t[Symbol.toStringTag])return k(t,e,r,i);if(function(e){return"function"==typeof e[Symbol.asyncIterator]}(t))return k(t[Symbol.asyncIterator](),e,r,i);var a=function(e){if(y(e))return function(e){var t=-1,r=e.length;return function(){return++t1?i:i[0])}return r[F]=new Promise(((r,i)=>{e=r,t=i})),r}function z(e,t,r){"number"!=typeof t&&(r=t,t=null),r=x(r||I());var i=Object.keys(e).length;if(!i)return r(null);t||(t=i);var a={},n=0,o=!1,s=!1,c=Object.create(null),u=[],l=[],p={};function h(e,t){u.push((()=>function(e,t){if(!s){var i=w(((t,...i)=>{if(n--,!1!==t)if(i.length<2&&([i]=i),t){var u={};if(Object.keys(a).forEach((e=>{u[e]=a[e]})),u[e]=i,s=!0,c=Object.create(null),o)return;r(t,u)}else a[e]=i,(c[e]||[]).forEach((e=>e())),d();else o=!0}));n++;var u=f(t[t.length-1]);t.length>1?u(a,i):u(i)}}(e,t)))}function d(){if(!o){if(0===u.length&&0===n)return r(null,a);for(;u.length&&n{const a=e[i];Array.isArray(a)&&a.indexOf(t)>=0&&r.push(i)})),r}return Object.keys(e).forEach((t=>{var r=e[t];if(!Array.isArray(r))return h(t,[r]),void l.push(t);var i=r.slice(0,r.length-1),a=i.length;if(0===a)return h(t,r),void l.push(t);p[t]=a,i.forEach((n=>{if(!e[n])throw new Error("async.auto task `"+t+"` has a non-existent dependency `"+n+"` in "+i.join(", "));var o,s;(s=c[o=n])||(s=c[o]=[]),s.push((()=>{0==--a&&h(t,r)}))}))})),function(){for(var e=0;l.length;)e++,m(l.pop()).forEach((e=>{0==--p[e]&&l.push(e)}));if(e!==i)throw new Error("async.auto cannot execute tasks due to a recursive dependency")}(),d(),r[F]}var R=/^(?:async\s+)?(?:function)?\s*\w*\s*\(\s*([^)]+)\s*\)(?:\s*{)/,B=/^(?:async\s+)?\(?\s*([^)=]+)\s*\)?(?:\s*=>)/,L=/,/,N=/(=.+)?(\s*)$/,q=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm;function U(e,t){var r={};return Object.keys(e).forEach((t=>{var i,a=e[t],n=d(a),o=!n&&1===a.length||n&&0===a.length;if(Array.isArray(a))i=[...a],a=i.pop(),r[t]=i.concat(i.length>0?s:a);else if(o)r[t]=a;else{if(i=function(e){const t=e.toString().replace(q,"");let r=t.match(R);if(r||(r=t.match(B)),!r)throw new Error("could not parse args in autoInject\nSource:\n"+t);let[,i]=r;return i.replace(/\s/g,"").split(L).map((e=>e.replace(N,"").trim()))}(a),0===a.length&&!n&&0===i.length)throw new Error("autoInject task functions require explicit parameters.");n||i.pop(),r[t]=i.concat(s)}function s(e,t){var r=i.map((t=>e[t]));r.push(t),f(a)(...r)}})),z(r,t)}class ${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):M(this,e)}push(e){this.tail?this.insertAfter(this.tail,e):M(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:r}=t;e(t)&&this.removeLink(t),t=r}return this}}function M(e,t){e.length=1,e.head=e.tail=t}function H(e,t,r){if(null==t)t=1;else if(0===t)throw new RangeError("Concurrency must not be zero");var i=f(e),a=0,n=[];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 l=!1;function p(e,t,r,i){if(null!=i&&"function"!=typeof i)throw new Error("task callback must be a function");var a,n;function o(e,...t){return e?r?n(e):a():t.length<=1?a(t[0]):void a(t)}v.started=!0;var s={data:e,callback:r?o:i||o};if(t?v._tasks.unshift(s):v._tasks.push(s),l||(l=!0,u((()=>{l=!1,v.process()}))),r||!i)return new Promise(((e,t)=>{a=e,n=t}))}function h(e){return function(t,...r){a-=1;for(var i=0,o=e.length;i0&&n.splice(u,1),s.callback(t,...r),null!=t&&c("error",t,s.data)}a<=v.concurrency-v.buffer&&c("unsaturated"),v.idle()&&c("drain"),v.process()}}function d(e){return!(0!==e.length||!v.idle()||(u((()=>c("drain"))),0))}const m=e=>t=>{if(!t)return new Promise(((t,r)=>{!function(e,i){const a=(...i)=>{s(e,a),((e,i)=>{if(e)return r(e);t(i)})(...i)};o[e].push(a)}(e)}));s(e),function(e,t){o[e].push(t)}(e,t)};var g=!1,v={_tasks:new $,*[Symbol.iterator](){yield*v._tasks[Symbol.iterator]()},concurrency:t,payload:r,buffer:t/4,started:!1,paused:!1,push(e,t){if(Array.isArray(e)){if(d(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(d(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(d(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(d(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:()=>n,idle:()=>v._tasks.length+a===0,pause(){v.paused=!0},resume(){!1!==v.paused&&(v.paused=!1,u(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 G(e,t){return H(e,1,t)}function V(e,t,r){return H(e,t,r)}var W=m((function(e,t,r,i){i=x(i);var a=f(r);return T(e,((e,r,i)=>{a(t,e,((e,r)=>{t=r,i(e)}))}),(e=>i(e,t)))}),4);function K(...e){var t=e.map(f);return function(...e){var r=this,i=e[e.length-1];return"function"==typeof i?e.pop():i=I(),W(t,e,((e,t,i)=>{t.apply(r,e.concat(((e,...t)=>{i(e,t)})))}),((e,t)=>i(e,...t))),i[F]}}function Y(...e){return K(...e.reverse())}var Q=m((function(e,t,r,i){return v(_(t),e,r,i)}),4),J=m((function(e,t,r,i){var a=f(r);return Q(e,t,((e,t)=>{a(e,((e,...r)=>e?t(e):t(e,r)))}),((e,t)=>{for(var r=[],a=0;a{var o,s=!1;const c=f(a);r(i,((r,i,a)=>{c(r,((i,n)=>i||!1===i?a(i):e(n)&&!o?(s=!0,o=t(!0,r),a(null,b)):void a()))}),(e=>{if(e)return n(e);n(null,s?o:t(!1))}))}}var re=m((function(e,t,r){return te((e=>e),((e,t)=>t))(D,e,t,r)}),3),ie=m((function(e,t,r,i){return te((e=>e),((e,t)=>t))(_(t),e,r,i)}),4),ae=m((function(e,t,r){return te((e=>e),((e,t)=>t))(_(1),e,t,r)}),3);function ne(e){return(t,...r)=>f(t)(...r,((t,...r)=>{"object"==typeof console&&(t?console.error&&console.error(t):console[e]&&r.forEach((t=>console[e](t))))}))}var oe=ne("dir"),se=m((function(e,t,r){r=w(r);var i,a=f(e),n=f(t);function o(e,...t){if(e)return r(e);!1!==e&&(i=t,n(...t,s))}function s(e,t){return e?r(e):!1!==e?t?void a(o):r(null,...i):void 0}return s(null,!0)}),3);function ce(e,t,r){const i=f(t);return se(e,((...e)=>{const t=e.pop();i(...e,((e,r)=>t(e,!r)))}),r)}function ue(e){return(t,r,i)=>e(t,i)}var le=m((function(e,t,r){return D(e,ue(f(t)),r)}),3),pe=m((function(e,t,r,i){return _(t)(e,ue(f(r)),i)}),4),he=m((function(e,t,r){return pe(e,1,t,r)}),3);function de(e){return d(e)?e:function(...t){var r=t.pop(),i=!0;t.push(((...e)=>{i?u((()=>r(...e))):r(...e)})),e.apply(this,t),i=!1}}var fe=m((function(e,t,r){return te((e=>!e),(e=>!e))(D,e,t,r)}),3),me=m((function(e,t,r,i){return te((e=>!e),(e=>!e))(_(t),e,r,i)}),4),ge=m((function(e,t,r){return te((e=>!e),(e=>!e))(T,e,t,r)}),3);function ve(e,t,r,i){var a=new Array(t.length);e(t,((e,t,i)=>{r(e,((e,r)=>{a[t]=!!r,i(e)}))}),(e=>{if(e)return i(e);for(var r=[],n=0;n{r(e,((r,n)=>{if(r)return i(r);n&&a.push({index:t,value:e}),i(r)}))}),(e=>{if(e)return i(e);i(null,a.sort(((e,t)=>e.index-t.index)).map((e=>e.value)))}))}function be(e,t,r,i){return(y(t)?ve:ye)(e,t,f(r),i)}var xe=m((function(e,t,r){return be(D,e,t,r)}),3),we=m((function(e,t,r,i){return be(_(t),e,r,i)}),4),ke=m((function(e,t,r){return be(T,e,t,r)}),3),_e=m((function(e,t){var r=w(t),i=f(de(e));return function e(t){if(t)return r(t);!1!==t&&i(e)}()}),2),je=m((function(e,t,r,i){var a=f(r);return Q(e,t,((e,t)=>{a(e,((r,i)=>r?t(r):t(r,{key:i,val:e})))}),((e,t)=>{for(var r={},{hasOwnProperty:a}=Object.prototype,n=0;n{n(e,t,((e,i)=>{if(e)return r(e);a[t]=i,r(e)}))}),(e=>i(e,a)))}),4);function Ce(e,t,r){return Ae(e,1/0,t,r)}function Te(e,t,r){return Ae(e,1,t,r)}function Pe(e,t=(e=>e)){var r=Object.create(null),i=Object.create(null),n=f(e),o=a(((e,a)=>{var o=t(...e);o in r?u((()=>a(null,...r[o]))):o in i?i[o].push(a):(i[o]=[a],n(...e,((e,...t)=>{e||(r[o]=t);var a=i[o];delete i[o];for(var n=0,s=a.length;n{var i=y(t)?[]:{};e(t,((e,t,r)=>{f(e)(((e,...a)=>{a.length<2&&([a]=a),i[t]=a,r(e)}))}),(e=>r(e,i)))}),3);function Ie(e,t){return Fe(D,e,t)}function ze(e,t,r){return Fe(_(t),e,r)}function Re(e,t){var r=f(e);return H(((e,t)=>{r(e[0],t)}),t,1)}class Be{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&&Ne(this.heap[e],this.heap[t=Le(e)]);){let r=this.heap[e];this.heap[e]=this.heap[t],this.heap[t]=r,e=t}}percDown(e){let t;for(;(t=1+(e<<1))=0;e--)this.percDown(e);return this}}function Le(e){return(e+1>>1)-1}function Ne(e,t){return e.priority!==t.priority?e.priority{})){if("function"!=typeof i)throw new Error("task callback must be a function");if(r.started=!0,Array.isArray(e)||(e=[e]),0===e.length&&r.idle())return u((()=>r.drain()));for(var a=0,n=e.length;a{let i={};if(e&&(i.error=e),t.length>0){var a=t;t.length<=1&&([a]=t),i.value=a}r(null,i)})),t.apply(this,e)}))}function He(e){var t;return Array.isArray(e)?t=e.map(Me):(t={},Object.keys(e).forEach((r=>{t[r]=Me.call(this,e[r])}))),t}function Ge(e,t,r,i){const a=f(r);return be(e,t,((e,t)=>{a(e,((e,r)=>{t(e,!r)}))}),i)}var Ve=m((function(e,t,r){return Ge(D,e,t,r)}),3),We=m((function(e,t,r,i){return Ge(_(t),e,r,i)}),4),Ke=m((function(e,t,r){return Ge(T,e,t,r)}),3);function Ye(e){return function(){return e}}function Qe(e,t,r){var i={times:5,intervalFunc:Ye(0)};if(arguments.length<3&&"function"==typeof e?(r=t||I(),t=e):(Je(i,e),r=r||I()),"function"!=typeof t)throw new Error("Invalid arguments for async.retry");var a=f(t),n=1;function o(){a(((e,...t)=>{!1!==e&&(e&&n++{function n(e){i(...t,e)}return(t.lengthe))(D,e,t,r)}),3),tt=m((function(e,t,r,i){return te(Boolean,(e=>e))(_(t),e,r,i)}),4),rt=m((function(e,t,r){return te(Boolean,(e=>e))(T,e,t,r)}),3),it=m((function(e,t,r){var i=f(t);return A(e,((e,t)=>{i(e,((r,i)=>{if(r)return t(r);t(r,{value:e,criteria:i})}))}),((e,t)=>{if(e)return r(e);r(null,t.sort(a).map((e=>e.value)))}));function a(e,t){var r=e.criteria,i=t.criteria;return ri?1:0}}),3);function at(e,t,r){var i=f(e);return a(((a,n)=>{var o,s=!1;a.push(((...e)=>{s||(n(...e),clearTimeout(o))})),o=setTimeout((function(){var t=e.name||"anonymous",i=new Error('Callback function "'+t+'" timed out.');i.code="ETIMEDOUT",r&&(i.info=r),s=!0,n(i)}),t),i(...a)}))}function nt(e,t,r,i){var a=f(r);return Q(function(e){for(var t=Array(e);e--;)t[e]=e;return t}(e),t,a,i)}function ot(e,t,r){return nt(e,1/0,t,r)}function st(e,t,r){return nt(e,1,t,r)}function ct(e,t,r,i){arguments.length<=3&&"function"==typeof t&&(i=r,r=t,t=Array.isArray(e)?[]:{}),i=x(i||I());var a=f(r);return D(e,((e,r,i)=>{a(t,e,r,i)}),(e=>i(e,t))),i[F]}var ut=m((function(e,t){var r,i=null;return he(e,((e,t)=>{f(e)(((e,...a)=>{if(!1===e)return t(e);a.length<2?[r]=a:r=a,i=e,t(e?null:{})}))}),(()=>t(i,r)))}));function lt(e){return(...t)=>(e.unmemoized||e)(...t)}var pt=m((function(e,t,r){r=w(r);var i=f(t),a=f(e),n=[];function o(e,...t){if(e)return r(e);n=t,!1!==e&&a(s)}function s(e,t){return e?r(e):!1!==e?t?void i(o):r(null,...n):void 0}return a(s)}),3);function ht(e,t,r){const i=f(e);return pt((e=>i(((t,r)=>e(t,!r)))),t,r)}var dt=m((function(e,t){if(t=x(t),!Array.isArray(e))return t(new Error("First argument to waterfall must be an array of functions"));if(!e.length)return t();var r=0;function i(t){f(e[r++])(...t,w(a))}function a(a,...n){if(!1!==a)return a||r===e.length?t(a,...n):void i(n)}i([])}));const ft={apply:i,applyEach:C,applyEachSeries:O,asyncify:l,auto:z,autoInject:U,cargo:G,cargoQueue:V,compose:Y,concat:X,concatLimit:J,concatSeries:Z,constant:ee,detect:re,detectLimit:ie,detectSeries:ae,dir:oe,doUntil:ce,doWhilst:se,each:le,eachLimit:pe,eachOf:D,eachOfLimit:j,eachOfSeries:T,eachSeries:he,ensureAsync:de,every:fe,everyLimit:me,everySeries:ge,filter:xe,filterLimit:we,filterSeries:ke,forever:_e,groupBy:Ee,groupByLimit:je,groupBySeries:Se,log:De,map:A,mapLimit:Q,mapSeries:P,mapValues:Ce,mapValuesLimit:Ae,mapValuesSeries:Te,memoize:Pe,nextTick:Oe,parallel:Ie,parallelLimit:ze,priorityQueue:qe,queue:Re,race:Ue,reduce:W,reduceRight:$e,reflect:Me,reflectAll:He,reject:Ve,rejectLimit:We,rejectSeries:Ke,retry:Qe,retryable:Xe,seq:K,series:Ze,setImmediate:u,some:et,someLimit:tt,someSeries:rt,sortBy:it,timeout:at,times:ot,timesLimit:nt,timesSeries:st,transform:ct,tryEach:ut,unmemoize:lt,until:ht,waterfall:dt,whilst:pt,all:fe,allLimit:me,allSeries:ge,any:et,anyLimit:tt,anySeries:rt,find:re,findLimit:ie,findSeries:ae,flatMap:X,flatMapLimit:J,flatMapSeries:Z,forEach:le,forEachSeries:he,forEachLimit:pe,forEachOf:D,forEachOfSeries:T,forEachOfLimit:j,inject:W,foldl:W,foldr:$e,select:xe,selectLimit:we,selectSeries:ke,wrapSync:l,during:pt,doDuring:se}},59118:(e,t,r)=>{e.exports={parallel:r(19162),serial:r(31357),serialOrdered:r(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,r)=>{var i=r(9265);e.exports=function(e){var t=!1;return i((function(){t=!0})),function(r,a){t?e(r,a):i((function(){e(r,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,r)=>{var i=r(55912),a=r(37651);e.exports=function(e,t,r,n){var o=r.keyedList?r.keyedList[r.index]:r.index;r.jobs[o]=function(e,t,r,a){return 2==e.length?e(r,i(a)):e(r,t,i(a))}(t,o,e[o],(function(e,t){o in r.jobs&&(delete r.jobs[o],e?a(r):r.results[o]=t,n(e,r.results))}))}},94528:e=>{e.exports=function(e,t){var r=!Array.isArray(e),i={index:0,keyedList:r||t?Object.keys(e):null,jobs:{},results:r?{}:[],size:r?Object.keys(e).length:e.length};return t&&i.keyedList.sort(r?t:function(r,i){return t(e[r],e[i])}),i}},25353:(e,t,r)=>{var i=r(37651),a=r(55912);e.exports=function(e){Object.keys(this.jobs).length&&(this.index=this.size,i(this),a(e)(null,this.results))}},19162:(e,t,r)=>{var i=r(97594),a=r(94528),n=r(25353);e.exports=function(e,t,r){for(var o=a(e);o.index<(o.keyedList||e).length;)i(e,t,o,(function(e,t){e?r(e,t):0!==Object.keys(o.jobs).length||r(null,o.results)})),o.index++;return n.bind(o,r)}},31357:(e,t,r)=>{var i=r(69087);e.exports=function(e,t,r){return i(e,t,null,r)}},69087:(e,t,r)=>{var i=r(97594),a=r(94528),n=r(25353);function o(e,t){return et?1:0}e.exports=function(e,t,r,o){var s=a(e,r);return i(e,t,s,(function r(a,n){a?o(a,n):(s.index++,s.index<(s.keyedList||e).length?i(e,t,s,r):o(null,s.results))})),n.bind(s,o)},e.exports.ascending=o,e.exports.descending=function(e,t){return-1*o(e,t)}},17555:(e,t,r)=>{var i=r(76417),a=r(78835).parse,n=["acl","location","logging","notification","partNumber","policy","requestPayment","torrent","uploadId","uploads","versionId","versioning","versions","website"];function o(e){return"AWS "+e.key+":"+c(e)}function s(e){return i.createHmac("sha1",e.secret).update(e.message).digest("base64")}function c(e){return e.message=u(e),s(e)}function u(e){var t=e.amazonHeaders||"";return t&&(t+="\n"),[e.verb,e.md5,e.contentType,e.date?e.date.toUTCString():"",t+e.resource].join("\n")}function l(e){return"GET\n\n\n"+e.date+"\n"+e.resource}e.exports=o,e.exports.authorization=o,e.exports.hmacSha1=s,e.exports.sign=c,e.exports.signQuery=function(e){return e.message=l(e),s(e)},e.exports.stringToSign=u,e.exports.queryStringToSign=l,e.exports.canonicalizeHeaders=function(e){for(var t=[],r=Object.keys(e),i=0,a=r.length;i{var i=t,a=r(78835),n=r(71191),o=r(76417),s=r(59864)(1e3);function c(e,t,r){return o.createHmac("sha256",e).update(t,"utf8").digest(r)}function u(e,t){return o.createHash("sha256").update(e,"utf8").digest(t)}function l(e){return e.replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function p(e){return l(encodeURIComponent(e))}var h={authorization:!0,connection:!0,"x-amzn-trace-id":!0,"user-agent":!0,expect:!0,"presigned-expires":!0,range:!0};function d(e,t){"string"==typeof e&&(e=a.parse(e));var r=e.headers=e.headers||{},i=(!this.service||!this.region)&&this.matchHost(e.hostname||e.host||r.Host||r.host);this.request=e,this.credentials=t||this.defaultCredentials(),this.service=e.service||i[0]||"",this.region=e.region||i[1]||"us-east-1","email"===this.service&&(this.service="ses"),!e.method&&e.body&&(e.method="POST"),r.Host||r.host||(r.Host=e.hostname||e.host||this.createHost(),e.port&&(r.Host+=":"+e.port)),e.hostname||e.host||(e.hostname=r.Host||r.host),this.isCodeCommitGit="codecommit"===this.service&&"GIT"===e.method}d.prototype.matchHost=function(e){var t=((e||"").match(/([^\.]+)\.(?:([^\.]*)\.)?amazonaws\.com(\.cn)?$/)||[]).slice(1,3);if("es"===t[1]&&(t=t.reverse()),"s3"==t[1])t[0]="s3",t[1]="us-east-1";else for(var r=0;r<2;r++)if(/^s3-/.test(t[r])){t[1]=t[r].slice(3),t[0]="s3";break}return t},d.prototype.isSingleRegion=function(){return["s3","sdb"].indexOf(this.service)>=0&&"us-east-1"===this.region||["cloudfront","ls","route53","iam","importexport","sts"].indexOf(this.service)>=0},d.prototype.createHost=function(){var e=this.isSingleRegion()?"":"."+this.region;return("ses"===this.service?"email":this.service)+e+".amazonaws.com"},d.prototype.prepareRequest=function(){this.parsePath();var e,t=this.request,r=t.headers;t.signQuery?(this.parsedPath.query=e=this.parsedPath.query||{},this.credentials.sessionToken&&(e["X-Amz-Security-Token"]=this.credentials.sessionToken),"s3"!==this.service||e["X-Amz-Expires"]||(e["X-Amz-Expires"]=86400),e["X-Amz-Date"]?this.datetime=e["X-Amz-Date"]:e["X-Amz-Date"]=this.getDateTime(),e["X-Amz-Algorithm"]="AWS4-HMAC-SHA256",e["X-Amz-Credential"]=this.credentials.accessKeyId+"/"+this.credentialString(),e["X-Amz-SignedHeaders"]=this.signedHeaders()):(t.doNotModifyHeaders||this.isCodeCommitGit||(!t.body||r["Content-Type"]||r["content-type"]||(r["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8"),!t.body||r["Content-Length"]||r["content-length"]||(r["Content-Length"]=Buffer.byteLength(t.body)),!this.credentials.sessionToken||r["X-Amz-Security-Token"]||r["x-amz-security-token"]||(r["X-Amz-Security-Token"]=this.credentials.sessionToken),"s3"!==this.service||r["X-Amz-Content-Sha256"]||r["x-amz-content-sha256"]||(r["X-Amz-Content-Sha256"]=u(this.request.body||"","hex")),r["X-Amz-Date"]||r["x-amz-date"]?this.datetime=r["X-Amz-Date"]||r["x-amz-date"]:r["X-Amz-Date"]=this.getDateTime()),delete r.Authorization,delete r.authorization)},d.prototype.sign=function(){return this.parsedPath||this.prepareRequest(),this.request.signQuery?this.parsedPath.query["X-Amz-Signature"]=this.signature():this.request.headers.Authorization=this.authHeader(),this.request.path=this.formatPath(),this.request},d.prototype.getDateTime=function(){if(!this.datetime){var e=this.request.headers,t=new Date(e.Date||e.date||new Date);this.datetime=t.toISOString().replace(/[:\-]|\.\d{3}/g,""),this.isCodeCommitGit&&(this.datetime=this.datetime.slice(0,-1))}return this.datetime},d.prototype.getDate=function(){return this.getDateTime().substr(0,8)},d.prototype.authHeader=function(){return["AWS4-HMAC-SHA256 Credential="+this.credentials.accessKeyId+"/"+this.credentialString(),"SignedHeaders="+this.signedHeaders(),"Signature="+this.signature()].join(", ")},d.prototype.signature=function(){var e,t,r,i=this.getDate(),a=[this.credentials.secretAccessKey,i,this.region,this.service].join(),n=s.get(a);return n||(e=c("AWS4"+this.credentials.secretAccessKey,i),t=c(e,this.region),r=c(t,this.service),n=c(r,"aws4_request"),s.set(a,n)),c(n,this.stringToSign(),"hex")},d.prototype.stringToSign=function(){return["AWS4-HMAC-SHA256",this.getDateTime(),this.credentialString(),u(this.canonicalString(),"hex")].join("\n")},d.prototype.canonicalString=function(){this.parsedPath||this.prepareRequest();var e,t=this.parsedPath.path,r=this.parsedPath.query,i=this.request.headers,a="",n="s3"!==this.service,o="s3"===this.service||this.request.doNotEncodePath,s="s3"===this.service,c="s3"===this.service;if(e="s3"===this.service&&this.request.signQuery?"UNSIGNED-PAYLOAD":this.isCodeCommitGit?"":i["X-Amz-Content-Sha256"]||i["x-amz-content-sha256"]||u(this.request.body||"","hex"),r){var l=Object.keys(r).reduce((function(e,t){return t?(e[p(t)]=Array.isArray(r[t])&&c?r[t][0]:r[t],e):e}),{}),h=[];Object.keys(l).sort().forEach((function(e){Array.isArray(l[e])?l[e].map(p).sort().forEach((function(t){h.push(e+"="+t)})):h.push(e+"="+p(l[e]))})),a=h.join("&")}return"/"!==t&&(n&&(t=t.replace(/\/{2,}/g,"/")),"/"!==(t=t.split("/").reduce((function(e,t){return n&&".."===t?e.pop():n&&"."===t||(o&&(t=decodeURIComponent(t.replace(/\+/g," "))),e.push(p(t))),e}),[]).join("/"))[0]&&(t="/"+t),s&&(t=t.replace(/%2F/g,"/"))),[this.request.method||"GET",t,a,this.canonicalHeaders()+"\n",this.signedHeaders(),e].join("\n")},d.prototype.canonicalHeaders=function(){var e=this.request.headers;return Object.keys(e).filter((function(e){return null==h[e.toLowerCase()]})).sort((function(e,t){return e.toLowerCase()=0&&(r=n.parse(e.slice(t+1)),e=e.slice(0,t)),this.parsedPath={path:e,query:r}},d.prototype.formatPath=function(){var e=this.parsedPath.path,t=this.parsedPath.query;return t?(null!=t[""]&&delete t[""],e+"?"+l(n.stringify(t))):e},i.RequestSigner=d,i.sign=function(e,t){return new d(e,t).sign()}},59864:e=>{function t(e){this.capacity=0|e,this.map=Object.create(null),this.list=new r}function r(){this.firstNode=null,this.lastNode=null}function i(e,t){this.key=e,this.val=t,this.prev=null,this.next=null}e.exports=function(e){return new t(e)},t.prototype.get=function(e){var t=this.map[e];if(null!=t)return this.used(t),t.val},t.prototype.set=function(e,t){var r=this.map[e];if(null!=r)r.val=t;else{if(this.capacity||this.prune(),!this.capacity)return!1;r=new i(e,t),this.map[e]=r,this.capacity--}return this.used(r),!0},t.prototype.used=function(e){this.list.moveToFront(e)},t.prototype.prune=function(){var e=this.list.pop();null!=e&&(delete this.map[e.key],this.capacity++)},r.prototype.moveToFront=function(e){this.firstNode!=e&&(this.remove(e),null==this.firstNode?(this.firstNode=e,this.lastNode=e,e.prev=null,e.next=null):(e.prev=null,e.next=this.firstNode,e.next.prev=e,this.firstNode=e))},r.prototype.pop=function(){var e=this.lastNode;return null!=e&&this.remove(e),e},r.prototype.remove=function(e){this.firstNode==e?this.firstNode=e.next:null!=e.prev&&(e.prev.next=e.next),this.lastNode==e?this.lastNode=e.prev:null!=e.next&&(e.next.prev=e.prev)}},33412:(e,t,r)=>{"use strict";var i=r(43932).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._~+/-]+=*) *$/,n=/^([^:]*):(.*)$/;function o(e){if("string"==typeof e){var t=a.exec(e);if(t){var r,o=n.exec((r=t[1],i.from(r,"base64").toString()));if(o)return new s(o[1],o[2])}}}function s(e,t){this.name=e,this.pass=t}},43932:(e,t,r)=>{var i=r(64293),a=i.Buffer;function n(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return a(e,t,r)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=i:(n(i,t),t.Buffer=o),n(a,o),o.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,r)},o.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=a(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},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 i.SlowBuffer(e)}},62703:(e,t,r)=>{"use strict";var i=r(50780).lowlevel.crypto_hash,a=0,n=function(){this.S=[new Uint32Array([3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946]),new Uint32Array([1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055]),new Uint32Array([3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504]),new Uint32Array([976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462])],this.P=new Uint32Array([608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731])};function o(e,t,r){return(e[0][t[r+3]]+e[1][t[r+2]]^e[2][t[r+1]])+e[3][t[r]]}function s(e,t){var r,i=0;for(r=0;r<4;r++,a++)a>=t&&(a=0),i=i<<8|e[a];return i}function c(e,t,r){var i,a=new n,o=new Uint32Array(8),c=new Uint8Array([79,120,121,99,104,114,111,109,97,116,105,99,66,108,111,119,102,105,115,104,83,119,97,116,68,121,110,97,109,105,116,101]);for(a.expandstate(t,64,e,64),i=0;i<64;i++)a.expand0state(t,64),a.expand0state(e,64);for(i=0;i<8;i++)o[i]=s(c,c.byteLength);for(i=0;i<64;i++)a.enc(o,o.byteLength/8);for(i=0;i<8;i++)r[4*i+3]=o[i]>>>24,r[4*i+2]=o[i]>>>16,r[4*i+1]=o[i]>>>8,r[4*i+0]=o[i]}n.prototype.encipher=function(e,t){void 0===t&&(t=new Uint8Array(e.buffer),0!==e.byteOffset&&(t=t.subarray(e.byteOffset))),e[0]^=this.P[0];for(var r=1;r<16;r+=2)e[1]^=o(this.S,t,0)^this.P[r],e[0]^=o(this.S,t,4)^this.P[r+1];var i=e[0];e[0]=e[1]^this.P[17],e[1]=i},n.prototype.decipher=function(e){var t=new Uint8Array(e.buffer);0!==e.byteOffset&&(t=t.subarray(e.byteOffset)),e[0]^=this.P[17];for(var r=16;r>0;r-=2)e[1]^=o(this.S,t,0)^this.P[r],e[0]^=o(this.S,t,4)^this.P[r-1];var i=e[0];e[0]=e[1]^this.P[0],e[1]=i},n.prototype.expand0state=function(e,t){var r,i,n=new Uint32Array(2),o=new Uint8Array(n.buffer);for(r=0,a=0;r<18;r++)this.P[r]^=s(e,t);for(a=0,r=0;r<18;r+=2)this.encipher(n,o),this.P[r]=n[0],this.P[r+1]=n[1];for(r=0;r<4;r++)for(i=0;i<256;i+=2)this.encipher(n,o),this.S[r][i]=n[0],this.S[r][i+1]=n[1]},n.prototype.expandstate=function(e,t,r,i){var n,o,c=new Uint32Array(2);for(n=0,a=0;n<18;n++)this.P[n]^=s(r,i);for(n=0,a=0;n<18;n+=2)c[0]^=s(e,t),c[1]^=s(e,t),this.encipher(c),this.P[n]=c[0],this.P[n+1]=c[1];for(n=0;n<4;n++)for(o=0;o<256;o+=2)c[0]^=s(e,t),c[1]^=s(e,t),this.encipher(c),this.S[n][o]=c[0],this.S[n][o+1]=c[1];a=0},n.prototype.enc=function(e,t){for(var r=0;rv.byteLength*v.byteLength||a>1<<20)return-1;for(h=Math.floor((o+v.byteLength-1)/v.byteLength),p=Math.floor((o+h-1)/h),u=0;u0;f++){for(b[a+0]=f>>>24,b[a+1]=f>>>16,b[a+2]=f>>>8,b[a+3]=f,i(g,b,a+4),c(m,g,y),u=v.byteLength;u--;)v[u]=y[u];for(u=1;u=x);u++)n[d]=v[u];o-=u}return 0}}},10046:(e,t,r)=>{"use strict";var i=r(40412)("body-parser"),a=Object.create(null);function n(e){return function(){return function(e){var t=a[e];if(void 0!==t)return t;switch(e){case"json":t=r(56035);break;case"raw":t=r(40187);break;case"text":t=r(66560);break;case"urlencoded":t=r(54861)}return a[e]=t}(e)}}t=e.exports=i.function((function(e){var r={};if(e)for(var i in e)"type"!==i&&(r[i]=e[i]);var a=t.urlencoded(r),n=t.json(r);return function(e,t,r){n(e,t,(function(i){if(i)return r(i);a(e,t,r)}))}}),"bodyParser: use individual json/urlencoded middlewares"),Object.defineProperty(t,"json",{configurable:!0,enumerable:!0,get:n("json")}),Object.defineProperty(t,"raw",{configurable:!0,enumerable:!0,get:n("raw")}),Object.defineProperty(t,"text",{configurable:!0,enumerable:!0,get:n("text")}),Object.defineProperty(t,"urlencoded",{configurable:!0,enumerable:!0,get:n("urlencoded")})},63211:(e,t,r)=>{"use strict";var i=r(69009),a=r(11045),n=r(4914),o=r(80338),s=r(78761);e.exports=function(e,t,r,c,u,l){var p,h,d=l;e._body=!0;var f=null!==d.encoding?d.encoding:null,m=d.verify;try{p=(h=function(e,t,r){var a,n=(e.headers["content-encoding"]||"identity").toLowerCase(),o=e.headers["content-length"];if(t('content-encoding "%s"',n),!1===r&&"identity"!==n)throw i(415,"content encoding unsupported",{encoding:n,type:"encoding.unsupported"});switch(n){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 i(415,'unsupported content encoding "'+n+'"',{encoding:n,type:"encoding.unsupported"})}return a}(e,u,d.inflate)).length,h.length=void 0}catch(e){return r(e)}if(d.length=p,d.encoding=m?null:f,null===d.encoding&&null!==f&&!n.encodingExists(f))return r(i(415,'unsupported charset "'+f.toUpperCase()+'"',{charset:f.toLowerCase(),type:"charset.unsupported"}));u("read body"),a(h,d,(function(a,s){var l;if(a)return l="encoding.unsupported"===a.type?i(415,'unsupported charset "'+f.toUpperCase()+'"',{charset:f.toLowerCase(),type:"charset.unsupported"}):i(400,a),h.resume(),void o(e,(function(){r(i(400,l))}));if(m)try{u("verify body"),m(e,t,s,f)}catch(e){return void r(i(403,e,{body:s,type:e.type||"entity.verify.failed"}))}var p=s;try{u("parse body"),p="string"!=typeof s&&null!==f?n.decode(s,f):s,e.body=c(p)}catch(e){return void r(i(400,e,{body:p,type:e.type||"entity.parse.failed"}))}r()}))}},56035:(e,t,r)=>{"use strict";var i=r(79830),a=r(37811),n=r(69009),o=r(15158)("body-parser:json"),s=r(63211),c=r(40273);e.exports=function(e){var t=e||{},r="number"!=typeof t.limit?i.parse(t.limit||"100kb"):t.limit,p=!1!==t.inflate,h=t.reviver,d=!1!==t.strict,f=t.type||"application/json",m=t.verify||!1;if(!1!==m&&"function"!=typeof m)throw new TypeError("option verify must be function");var g="function"!=typeof f?function(e){return function(t){return Boolean(c(t,e))}}(f):f;function v(e){if(0===e.length)return{};if(d){var t=(r=e,u.exec(r)[1]);if("{"!==t&&"["!==t)throw o("strict violation"),function(e,t){var r=e.indexOf(t),i=e.substring(0,r)+"#";try{throw JSON.parse(i),new SyntaxError("strict violation")}catch(e){return l(e,{message:e.message.replace("#",t),stack:e.stack})}}(e,t)}var r;try{return o("parse json"),JSON.parse(e,h)}catch(e){throw l(e,{message:e.message,stack:e.stack})}}return function(e,t,i){if(e._body)return o("body already parsed"),void i();if(e.body=e.body||{},!c.hasBody(e))return o("skip empty body"),void i();if(o("content-type %j",e.headers["content-type"]),!g(e))return o("skip parsing"),void i();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 i(n(415,'unsupported charset "'+u.toUpperCase()+'"',{charset:u,type:"charset.unsupported"}));s(e,t,i,v,o,{encoding:u,inflate:p,limit:r,verify:m})}};var u=/^[\x20\x09\x0a\x0d]*(.)/;function l(e,t){for(var r=Object.getOwnPropertyNames(e),i=0;i{"use strict";var i=r(79830),a=r(15158)("body-parser:raw"),n=r(63211),o=r(40273);e.exports=function(e){var t=e||{},r=!1!==t.inflate,s="number"!=typeof t.limit?i.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,i){return e._body?(a("body already parsed"),void i()):(e.body=e.body||{},o.hasBody(e)?(a("content-type %j",e.headers["content-type"]),l(e)?void n(e,t,i,p,a,{encoding:null,inflate:r,limit:s,verify:u}):(a("skip parsing"),void i())):(a("skip empty body"),void i()))}}},66560:(e,t,r)=>{"use strict";var i=r(79830),a=r(37811),n=r(15158)("body-parser:text"),o=r(63211),s=r(40273);e.exports=function(e){var t=e||{},r=t.defaultCharset||"utf-8",c=!1!==t.inflate,u="number"!=typeof t.limit?i.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 h="function"!=typeof l?function(e){return function(t){return Boolean(s(t,e))}}(l):l;function d(e){return e}return function(e,t,i){if(e._body)return n("body already parsed"),void i();if(e.body=e.body||{},!s.hasBody(e))return n("skip empty body"),void i();if(n("content-type %j",e.headers["content-type"]),!h(e))return n("skip parsing"),void i();var l=function(e){try{return(a.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||r;o(e,t,i,d,n,{encoding:l,inflate:c,limit:u,verify:p})}}},54861:(e,t,r)=>{"use strict";var i=r(79830),a=r(37811),n=r(69009),o=r(15158)("body-parser:urlencoded"),s=r(40412)("body-parser"),c=r(63211),u=r(40273);e.exports=function(e){var t=e||{};void 0===t.extended&&s("undefined extended: provide extended option");var r=!1!==t.extended,l=!1!==t.inflate,d="number"!=typeof t.limit?i.parse(t.limit||"100kb"):t.limit,f=t.type||"application/x-www-form-urlencoded",m=t.verify||!1;if(!1!==m&&"function"!=typeof m)throw new TypeError("option verify must be function");var g=r?function(e){var t=void 0!==e.parameterLimit?e.parameterLimit:1e3,r=h("qs");if(isNaN(t)||t<1)throw new TypeError("option parameterLimit must be a positive number");return isFinite(t)&&(t|=0),function(e){var i=p(e,t);if(void 0===i)throw o("too many parameters"),n(413,"too many parameters",{type:"parameters.too.many"});var a=Math.max(100,i);return o("parse extended urlencoding"),r(e,{allowPrototypes:!0,arrayLimit:a,depth:1/0,parameterLimit:t})}}(t):function(e){var t=void 0!==e.parameterLimit?e.parameterLimit:1e3,r=h("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"),n(413,"too many parameters",{type:"parameters.too.many"});return o("parse urlencoding"),r(e,void 0,void 0,{maxKeys:t})}}(t),v="function"!=typeof f?function(e){return function(t){return Boolean(u(t,e))}}(f):f;function y(e){return e.length?g(e):{}}return function(e,t,r){if(e._body)return o("body already parsed"),void r();if(e.body=e.body||{},!u.hasBody(e))return o("skip empty body"),void r();if(o("content-type %j",e.headers["content-type"]),!v(e))return o("skip parsing"),void r();var i=function(e){try{return(a.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||"utf-8";if("utf-8"!==i)return o("invalid charset"),void r(n(415,'unsupported charset "'+i.toUpperCase()+'"',{charset:i,type:"charset.unsupported"}));c(e,t,r,y,o,{debug:o,encoding:i,inflate:l,limit:d,verify:m})}};var l=Object.create(null);function p(e,t){for(var r=0,i=0;-1!==(i=e.indexOf("&",i));)if(i++,++r===t)return;return r}function h(e){var t=l[e];if(void 0!==t)return t.parse;switch(e){case"qs":t=r(80129);break;case"querystring":t=r(71191)}return l[e]=t,t.parse}},39376:e=>{"use strict";e.exports={mask:(e,t,r,i,a)=>{for(var n=0;n{const r=e.length;for(var i=0;i{"use strict";try{e.exports=r(19516)(__dirname)}catch(t){e.exports=r(39376)}},79830:e=>{"use strict";e.exports=function(e,t){return"string"==typeof e?o(e):"number"==typeof e?n(e,t):null},e.exports.format=n,e.exports.parse=o;var t=/\B(?=(\d{3})+(?!\d))/g,r=/(?:\.0*|(\.[^0]+)0+)$/,i={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 n(e,a){if(!Number.isFinite(e))return null;var n=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&&i[l.toLowerCase()]||(l=n>=i.pb?"PB":n>=i.tb?"TB":n>=i.gb?"GB":n>=i.mb?"MB":n>=i.kb?"KB":"B");var p=(e/i[l.toLowerCase()]).toFixed(c);return u||(p=p.replace(r,"$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,r=a.exec(e),n="b";return r?(t=parseFloat(r[1]),n=r[4].toLowerCase()):(t=parseInt(e,10),n="b"),Math.floor(i[n]*t)}},73266:(e,t,r)=>{"use strict";const{V4MAPPED:i,ADDRCONFIG:a,ALL:n,promises:{Resolver:o},lookup:s}=r(40881),{promisify:c}=r(31669),u=r(12087),l=Symbol("cacheableLookupCreateConnection"),p=Symbol("cacheableLookupInstance"),h=Symbol("expires"),d="number"==typeof n,f=e=>{if(!e||"function"!=typeof e.createConnection)throw new Error("Expected an Agent instance as the first argument")},m=()=>{let e=!1,t=!1;for(const r of Object.values(u.networkInterfaces()))for(const i of r)if(!i.internal&&("IPv6"===i.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:r=3600,errorTtl:i=.15,resolver:a=new o,lookup:n=s}={}){if(this.maxTtl=t,this.errorTtl=i,this._cache=e,this._resolver=a,this._dnsLookup=c(n),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=m(),this._pending={},this._nextRemovalTime=!1,this._hostnamesToFallback=new Set,r<1)this._fallback=!1;else{this._fallback=!0;const e=setInterval((()=>{this._hostnamesToFallback.clear()}),1e3*r);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,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(t={family:t}),!r)throw new Error("Callback must be a function.");this.lookupAsync(e,t).then((e=>{t.all?r(null,e):r(null,e.address,e.family,e.expires,e.ttl)}),r)}async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=await this.query(e);if(6===t.family){const e=r.filter((e=>6===e.family));t.hints&i&&(d&&t.hints&n||0===e.length)?(e=>{for(const t of e)6!==t.family&&(t.address=`::ffff:${t.address}`,t.family=6)})(r):r=e}else 4===t.family&&(r=r.filter((e=>4===e.family)));if(t.hints&a){const{_iface:e}=this;r=r.filter((t=>6===t.family?e.has6:e.has4))}if(0===r.length){const t=new Error(`cacheableLookup ENOTFOUND ${e}`);throw t.code="ENOTFOUND",t.hostname=e,t}return t.all?r:r[0]}async query(e){let t=await this._cache.get(e);if(!t){const r=this._pending[e];if(r)t=await r;else{const r=this.queryAndCache(e);this._pending[e]=r;try{t=await r}finally{delete this._pending[e]}}}return t=t.map((e=>({...e}))),t}async _resolve(e){const[t,r]=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 i=0,a=0,n=0;const o=Date.now();for(const e of t)e.family=4,e.expires=o+1e3*e.ttl,i=Math.max(i,e.ttl);for(const e of r)e.family=6,e.expires=o+1e3*e.ttl,a=Math.max(a,e.ttl);return n=t.length>0?r.length>0?Math.min(i,a):i:a,{entries:[...t,...r],cacheTtl:n}}async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),cacheTtl:0}}catch(e){return{entries:[],cacheTtl:0}}}async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl),t[h]=Date.now()+r;try{await this._cache.set(e,t,r)}catch(e){this.lookupAsync=async()=>{const t=new Error("Cache Error. Please recreate the CacheableLookup instance.");throw t.cause=e,t}}i=this._cache,Symbol.iterator in i&&this._tick(r)}var i}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 r=0===t.entries.length?this.errorTtl:t.cacheTtl;return await this._set(e,t.entries,r),t.entries}_tick(e){const t=this._nextRemovalTime;(!t||e{this._nextRemovalTime=!1;let e=1/0;const t=Date.now();for(const[r,i]of this._cache){const a=i[h];t>=a?this._cache.delete(r):a("lookup"in t||(t.lookup=this.lookup),e[l](t,r))}uninstall(e){if(f(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=m(),(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,r)=>{"use strict";const i=r(28614),a=r(78835),n=r(40015),o=r(10031),s=r(26214),c=r(24259),u=r(25989),l=r(79715),p=r(64958);class h{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,r)=>{let p;if("string"==typeof t)p=f(a.parse(t)),t={};else if(t instanceof a.URL)p=f(a.parse(t.toString())),t={};else{const[e,...r]=(t.path||"").split("?"),i=r.length>0?`?${r.join("?")}`:"";p=f({...t,pathname:e,search:i})}(t={headers:{},method:"GET",cache:!0,strictTtl:!1,automaticFailover:!1,...t,...d(p)}).headers=u(t.headers);const m=new i,g=n(a.format(p),{stripWWW:!1,removeTrailingSlash:!1,stripAuthentication:!1}),v=`${t.method}:${g}`;let y=!1,b=!1;const x=t=>{b=!0;let i,a=!1;const n=new Promise((e=>{i=()=>{a||(a=!0,e())}})),u=e=>{if(y&&!t.forceRefresh){e.status=e.statusCode;const r=s.fromObject(y.cachePolicy).revalidatedPolicy(t,e);if(!r.modified){const t=r.policy.responseHeaders();(e=new c(y.statusCode,t,y.body,y.url)).cachePolicy=r.policy,e.fromCache=!0}}let i;e.fromCache||(e.cachePolicy=new s(t,e,t),e.fromCache=!1),t.cache&&e.cachePolicy.storable()?(i=l(e),(async()=>{try{const r=o.buffer(e);if(await Promise.race([n,new Promise((t=>e.once("end",t)))]),a)return;const i=await r,s={cachePolicy:e.cachePolicy.toObject(),url:e.url,statusCode:e.fromCache?y.statusCode:e.statusCode,body:i};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){m.emit("error",new h.CacheError(e))}})()):t.cache&&y&&(async()=>{try{await this.cache.delete(v)}catch(e){m.emit("error",new h.CacheError(e))}})(),m.emit("response",i||e),"function"==typeof r&&r(i||e)};try{const r=e(t,u);r.once("error",i),r.once("abort",i),m.emit("request",r)}catch(e){m.emit("error",new h.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 i=s.fromObject(t.cachePolicy);if(i.satisfiesWithoutRevalidation(e)&&!e.forceRefresh){const e=i.responseHeaders(),a=new c(t.statusCode,e,t.body,t.url);a.cachePolicy=i,a.fromCache=!0,m.emit("response",a),"function"==typeof r&&r(a)}else y=t,e.headers=i.revalidationHeaders(e),x(e)},i=e=>m.emit("error",new h.CacheError(e));this.cache.once("error",i),m.on("response",(()=>this.cache.removeListener("error",i)));try{await e(t)}catch(e){t.automaticFailover&&!b&&x(t),m.emit("error",new h.CacheError(e))}})(),m}}}function d(e){const t={...e};return t.path=`${e.pathname||"/"}${e.search||""}`,delete t.pathname,delete t.search,t}function f(e){return{protocol:e.protocol,auth:e.auth,hostname:e.hostname||e.host||"localhost",port:e.port,pathname:e.pathname,search:e.search}}h.RequestError=class extends Error{constructor(e){super(e.message),this.name="RequestError",Object.assign(this,e)}},h.CacheError=class extends Error{constructor(e){super(e.message),this.name="CacheError",Object.assign(this,e)}},e.exports=h},21924:(e,t,r)=>{"use strict";var i=r(40210),a=r(55559),n=a(i("String.prototype.indexOf"));e.exports=function(e,t){var r=i(e,!!t);return"function"==typeof r&&n(e,".prototype.")>-1?a(r):r}},55559:(e,t,r)=>{"use strict";var i=r(58612),a=r(40210),n=a("%Function.prototype.apply%"),o=a("%Function.prototype.call%"),s=a("%Reflect.apply%",!0)||i.call(o,n),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(i,o,arguments);if(c&&u){var r=c(t,"length");r.configurable&&u(t,"length",{value:1+l(0,e.length-(arguments.length-1))})}return t};var p=function(){return s(i,n,arguments)};u?u(e.exports,"apply",{value:p}):e.exports.apply=p},9894:e=>{function t(e){this.dict=e||{}}t.prototype.set=function(e,t,r){if("object"!=typeof e){void 0===r&&(r=!0);var i=this.has(e);return!r&&i?this.dict[i]=this.dict[i]+","+t:this.dict[i||e]=t,i}for(var a in e)this.set(a,e[a],t)},t.prototype.has=function(e){for(var t=Object.keys(this.dict),r=(e=e.toLowerCase(),0);r{"use strict";const i={right:function(e,t){e=e.trim();const r=o.stringWidth(e);return r=t?e:" ".repeat(t-r>>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 r=0;return t.forEach((e=>{e.length>1&&o.stringWidth(e[0])>r&&(r=Math.min(Math.floor(.5*this.width),o.stringWidth(e[0])))})),t.forEach((e=>{this.div(...e.map(((t,i)=>({text:t.trim(),padding:this.measurePadding(t),width:0===i&&e.length>1?r: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(((r,a)=>{let s="";r.forEach(((r,c)=>{const{width:u}=e[c],l=this.negatePadding(e[c]);let p=r;l>o.stringWidth(r)&&(p+=" ".repeat(l-o.stringWidth(r))),e[c].align&&"left"!==e[c].align&&this.wrap&&(p=(0,i[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 r=e.match(/^ */),i=r?r[0].length:0,a=t.text,n=o.stringWidth(a.trimRight());return t.span?this.wrap?i{e.width=r[a],i=this.wrap?o.wrap(e.text,this.negatePadding(e),{hard:!0}).split("\n"):e.text.split("\n"),e.border&&(i.unshift("."+"-".repeat(this.negatePadding(e)+2)+"."),i.push("'"+"-".repeat(this.negatePadding(e)+2)+"'")),e.padding&&(i.unshift(...new Array(e.padding[0]||0).fill("")),i.push(...new Array(e.padding[2]||0).fill(""))),i.forEach(((e,r)=>{t[r]||t.push([]);const i=t[r];for(let e=0;ee.width||o.stringWidth(e.text)));let t=e.length,r=this.width;const i=e.map((e=>{if(e.width)return t--,r-=e.width,e.width})),a=t?Math.floor(r/t):0;return i.map(((t,r)=>void 0===t?Math.max(a,function(e){const t=e.padding||[],r=1+(t[3]||0)+(t[1]||0);return e.border?r+4:r}(e[r])):t))}}function n(e,t,r){return e.border?/[.']-+[.']/.test(t)?"":0!==t.trim().length?r:" ":""}let o;const s=r(14223),c=r(76003),u=r(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,r)=>{"use strict";const i=r(92413).PassThrough,a=r(66344);e.exports=e=>{if(!e||!e.pipe)throw new TypeError("Parameter `response` must be a response stream.");const t=new i;return a(e,t),e.pipe(t)}},48168:(e,t,r)=>{const i=r(8874),a={};for(const e of Object.keys(i))a[i[e]]=e;const n={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=n;for(const e of Object.keys(n)){if(!("channels"in n[e]))throw new Error("missing channels property: "+e);if(!("labels"in n[e]))throw new Error("missing channel labels property: "+e);if(n[e].labels.length!==n[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:t,labels:r}=n[e];delete n[e].channels,delete n[e].labels,Object.defineProperty(n[e],"channels",{value:t}),Object.defineProperty(n[e],"labels",{value:r})}n.rgb.hsl=function(e){const t=e[0]/255,r=e[1]/255,i=e[2]/255,a=Math.min(t,r,i),n=Math.max(t,r,i),o=n-a;let s,c;n===a?s=0:t===n?s=(r-i)/o:r===n?s=2+(i-t)/o:i===n&&(s=4+(t-r)/o),s=Math.min(60*s,360),s<0&&(s+=360);const u=(a+n)/2;return c=n===a?0:u<=.5?o/(n+a):o/(2-n-a),[s,100*c,100*u]},n.rgb.hsv=function(e){let t,r,i,a,n;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,n=0):(n=l/u,t=p(o),r=p(s),i=p(c),o===u?a=i-r:s===u?a=1/3+t-i:c===u&&(a=2/3+r-t),a<0?a+=1:a>1&&(a-=1)),[360*a,100*n,100*u]},n.rgb.hwb=function(e){const t=e[0],r=e[1];let i=e[2];const a=n.rgb.hsl(e)[0],o=1/255*Math.min(t,Math.min(r,i));return i=1-1/255*Math.max(t,Math.max(r,i)),[a,100*o,100*i]},n.rgb.cmyk=function(e){const t=e[0]/255,r=e[1]/255,i=e[2]/255,a=Math.min(1-t,1-r,1-i);return[100*((1-t-a)/(1-a)||0),100*((1-r-a)/(1-a)||0),100*((1-i-a)/(1-a)||0),100*a]},n.rgb.keyword=function(e){const t=a[e];if(t)return t;let r,n=1/0;for(const t of Object.keys(i)){const a=(s=i[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,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,i=i>.04045?((i+.055)/1.055)**2.4:i/12.92,[100*(.4124*t+.3576*r+.1805*i),100*(.2126*t+.7152*r+.0722*i),100*(.0193*t+.1192*r+.9505*i)]},n.rgb.lab=function(e){const t=n.rgb.xyz(e);let r=t[0],i=t[1],a=t[2];return r/=95.047,i/=100,a/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,a=a>.008856?a**(1/3):7.787*a+16/116,[116*i-16,500*(r-i),200*(i-a)]},n.hsl.rgb=function(e){const t=e[0]/360,r=e[1]/100,i=e[2]/100;let a,n,o;if(0===r)return o=255*i,[o,o,o];a=i<.5?i*(1+r):i+r-i*r;const s=2*i-a,c=[0,0,0];for(let e=0;e<3;e++)n=t+1/3*-(e-1),n<0&&n++,n>1&&n--,o=6*n<1?s+6*(a-s)*n:2*n<1?a:3*n<2?s+(a-s)*(2/3-n)*6:s,c[e]=255*o;return c},n.hsl.hsv=function(e){const t=e[0];let r=e[1]/100,i=e[2]/100,a=r;const n=Math.max(i,.01);return i*=2,r*=i<=1?i:2-i,a*=n<=1?n:2-n,[t,100*(0===i?2*a/(n+a):2*r/(i+r)),(i+r)/2*100]},n.hsv.rgb=function(e){const t=e[0]/60,r=e[1]/100;let i=e[2]/100;const a=Math.floor(t)%6,n=t-Math.floor(t),o=255*i*(1-r),s=255*i*(1-r*n),c=255*i*(1-r*(1-n));switch(i*=255,a){case 0:return[i,c,o];case 1:return[s,i,o];case 2:return[o,i,c];case 3:return[o,s,i];case 4:return[c,o,i];case 5:return[i,o,s]}},n.hsv.hsl=function(e){const t=e[0],r=e[1]/100,i=e[2]/100,a=Math.max(i,.01);let n,o;o=(2-r)*i;const s=(2-r)*a;return n=r*a,n/=s<=1?s:2-s,n=n||0,o/=2,[t,100*n,100*o]},n.hwb.rgb=function(e){const t=e[0]/360;let r=e[1]/100,i=e[2]/100;const a=r+i;let n;a>1&&(r/=a,i/=a);const o=Math.floor(6*t),s=1-i;n=6*t-o,0!=(1&o)&&(n=1-n);const c=r+n*(s-r);let u,l,p;switch(o){default:case 6:case 0:u=s,l=c,p=r;break;case 1:u=c,l=s,p=r;break;case 2:u=r,l=s,p=c;break;case 3:u=r,l=c,p=s;break;case 4:u=c,l=r,p=s;break;case 5:u=s,l=r,p=c}return[255*u,255*l,255*p]},n.cmyk.rgb=function(e){const t=e[0]/100,r=e[1]/100,i=e[2]/100,a=e[3]/100;return[255*(1-Math.min(1,t*(1-a)+a)),255*(1-Math.min(1,r*(1-a)+a)),255*(1-Math.min(1,i*(1-a)+a))]},n.xyz.rgb=function(e){const t=e[0]/100,r=e[1]/100,i=e[2]/100;let a,n,o;return a=3.2406*t+-1.5372*r+-.4986*i,n=-.9689*t+1.8758*r+.0415*i,o=.0557*t+-.204*r+1.057*i,a=a>.0031308?1.055*a**(1/2.4)-.055:12.92*a,n=n>.0031308?1.055*n**(1/2.4)-.055:12.92*n,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,a=Math.min(Math.max(0,a),1),n=Math.min(Math.max(0,n),1),o=Math.min(Math.max(0,o),1),[255*a,255*n,255*o]},n.xyz.lab=function(e){let t=e[0],r=e[1],i=e[2];return t/=95.047,r/=100,i/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,[116*r-16,500*(t-r),200*(r-i)]},n.lab.xyz=function(e){let t,r,i;r=(e[0]+16)/116,t=e[1]/500+r,i=r-e[2]/200;const a=r**3,n=t**3,o=i**3;return r=a>.008856?a:(r-16/116)/7.787,t=n>.008856?n:(t-16/116)/7.787,i=o>.008856?o:(i-16/116)/7.787,t*=95.047,r*=100,i*=108.883,[t,r,i]},n.lab.lch=function(e){const t=e[0],r=e[1],i=e[2];let a;return a=360*Math.atan2(i,r)/2/Math.PI,a<0&&(a+=360),[t,Math.sqrt(r*r+i*i),a]},n.lch.lab=function(e){const t=e[0],r=e[1],i=e[2]/360*2*Math.PI;return[t,r*Math.cos(i),r*Math.sin(i)]},n.rgb.ansi16=function(e,t=null){const[r,i,a]=e;let o=null===t?n.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(i/255)<<1|Math.round(r/255));return 2===o&&(s+=60),s},n.hsv.ansi16=function(e){return n.rgb.ansi16(n.hsv.rgb(e),e[2])},n.rgb.ansi256=function(e){const t=e[0],r=e[1],i=e[2];return t===r&&r===i?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(i/255*5)},n.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 r=.5*(1+~~(e>50));return[(1&t)*r*255,(t>>1&1)*r*255,(t>>2&1)*r*255]},n.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]},n.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},n.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 r=t[0];3===t[0].length&&(r=r.split("").map((e=>e+e)).join(""));const i=parseInt(r,16);return[i>>16&255,i>>8&255,255&i]},n.rgb.hcg=function(e){const t=e[0]/255,r=e[1]/255,i=e[2]/255,a=Math.max(Math.max(t,r),i),n=Math.min(Math.min(t,r),i),o=a-n;let s,c;return s=o<1?n/(1-o):0,c=o<=0?0:a===t?(r-i)/o%6:a===r?2+(i-t)/o:4+(t-r)/o,c/=6,c%=1,[360*c,100*o,100*s]},n.hsl.hcg=function(e){const t=e[1]/100,r=e[2]/100,i=r<.5?2*t*r:2*t*(1-r);let a=0;return i<1&&(a=(r-.5*i)/(1-i)),[e[0],100*i,100*a]},n.hsv.hcg=function(e){const t=e[1]/100,r=e[2]/100,i=t*r;let a=0;return i<1&&(a=(r-i)/(1-i)),[e[0],100*i,100*a]},n.hcg.rgb=function(e){const t=e[0]/360,r=e[1]/100,i=e[2]/100;if(0===r)return[255*i,255*i,255*i];const a=[0,0,0],n=t%1*6,o=n%1,s=1-o;let c=0;switch(Math.floor(n)){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-r)*i,[255*(r*a[0]+c),255*(r*a[1]+c),255*(r*a[2]+c)]},n.hcg.hsv=function(e){const t=e[1]/100,r=t+e[2]/100*(1-t);let i=0;return r>0&&(i=t/r),[e[0],100*i,100*r]},n.hcg.hsl=function(e){const t=e[1]/100,r=e[2]/100*(1-t)+.5*t;let i=0;return r>0&&r<.5?i=t/(2*r):r>=.5&&r<1&&(i=t/(2*(1-r))),[e[0],100*i,100*r]},n.hcg.hwb=function(e){const t=e[1]/100,r=t+e[2]/100*(1-t);return[e[0],100*(r-t),100*(1-r)]},n.hwb.hcg=function(e){const t=e[1]/100,r=1-e[2]/100,i=r-t;let a=0;return i<1&&(a=(r-i)/(1-i)),[e[0],100*i,100*a]},n.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},n.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},n.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},n.gray.hsl=function(e){return[0,0,e[0]]},n.gray.hsv=n.gray.hsl,n.gray.hwb=function(e){return[0,100,e[0]]},n.gray.cmyk=function(e){return[0,0,0,e[0]]},n.gray.lab=function(e){return[e[0],0,0]},n.gray.hex=function(e){const t=255&Math.round(e[0]/100*255),r=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(r.length)+r},n.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},12085:(e,t,r)=>{const i=r(48168),a=r(4111),n={};Object.keys(i).forEach((e=>{n[e]={},Object.defineProperty(n[e],"channels",{value:i[e].channels}),Object.defineProperty(n[e],"labels",{value:i[e].labels});const t=a(e);Object.keys(t).forEach((r=>{const i=t[r];n[e][r]=function(e){const t=function(...t){const r=t[0];if(null==r)return r;r.length>1&&(t=r);const i=e(t);if("object"==typeof i)for(let e=i.length,t=0;t1&&(t=r),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(i)}))})),e.exports=n},4111:(e,t,r)=>{const i=r(48168);function a(e,t){return function(r){return t(e(r))}}function n(e,t){const r=[t[e].parent,e];let n=i[t[e].parent][e],o=t[e].parent;for(;t[o].parent;)r.unshift(t[o].parent),n=a(i[t[o].parent][o],n),o=t[o].parent;return n.conversion=r,n}e.exports=function(e){const t=function(e){const t=function(){const e={},t=Object.keys(i);for(let r=t.length,i=0;i{"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,r)=>{var i=r(31669),a=r(92413).Stream,n=r(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,i.inherits(o,a),o.create=function(e){var t=new this;for(var r in e=e||{})t[r]=e[r];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 n)){var t=n.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,r)=>{"use strict";e.exports=function(e,t){var r=t||{};return function(e){var t=e.parameters,r=e.type;if(!r||"string"!=typeof r||!d.test(r))throw new TypeError("invalid type");var i=String(r).toLowerCase();if(t&&"object"==typeof t)for(var a,n=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,h=/^[\x20-\x7e\x80-\xff]+$/,d=/^[!#$%&'*+.0-9A-Z^_`a-z|~-]+$/,f=/^([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!#$&+.^_`|~-])+)$/,m=/^([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*(?:$|;)/;function g(e){var t=f.exec(e);if(!t)throw new TypeError("invalid extended field value");var r,i=t[1].toLowerCase(),n=t[2].replace(s,y);switch(i){case"iso-8859-1":r=v(n);break;case"utf-8":r=a.from(n,"binary").toString("utf8");break;default:throw new TypeError("unsupported charset in extended field")}return r}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(n,b)}function k(e,t){this.type=e,this.parameters=t}},97296:(e,t,r)=>{var i=r(64293),a=i.Buffer;function n(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return a(e,t,r)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=i:(n(i,t),t.Buffer=o),n(a,o),o.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,r)},o.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=a(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},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 i.SlowBuffer(e)}},37811:(e,t)=>{"use strict";var r=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g,i=/^[\u000b\u0020-\u007e\u0080-\u00ff]+$/,a=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/,n=/\\([\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&&!i.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,r=e.type;if(!r||!s.test(r))throw new TypeError("invalid type");var i=r;if(t&&"object"==typeof t)for(var n,o=Object.keys(t).sort(),u=0;u{"use strict";var i=r(76489),a=r(61365);function n(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,r,i=Object.keys(e),a=0;a{var i=r(76417);function a(e){return i.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+"."+i.createHmac("sha256",t).update(e).digest("base64").replace(/\=+$/,"")},t.unsign=function(e,r){if("string"!=typeof e)throw new TypeError("Signed cookie string must be provided.");if("string"!=typeof r)throw new TypeError("Secret string must be provided.");var i=e.slice(0,e.lastIndexOf("."));return a(t.sign(i,r))==a(e)&&i}},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 i={},n=t||{},s=e.split(a),c=n.decode||r,u=0;u{!function(){"use strict";function e(t,r,i,a){return this instanceof e?(this.domain=t||void 0,this.path=r||"/",this.secure=!!i,this.script=!!a,this):new e(t,r,i,a)}function r(e,t,i){return e instanceof r?e:this instanceof r?(this.name=null,this.value=null,this.expiration_date=1/0,this.path=String(i||"/"),this.explicit_path=!1,this.domain=t||null,this.explicit_domain=!1,this.secure=!1,this.noscript=!1,e&&this.parse(e,t,i),this):new r(e,t,i)}e.All=Object.freeze(Object.create(null)),t.CookieAccessInfo=e,t.Cookie=r,r.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("; ")},r.prototype.toValueString=function(){return this.name+"="+this.value};var i=/[:](?=\s*[a-zA-Z0-9_\-]+\s*[=])/g;function a(){var e,t;return this instanceof a?(e=Object.create(null),this.setCookie=function(i,a,n){var o,s;if(o=(i=new r(i,a,n)).expiration_date<=Date.now(),void 0!==e[i.name]){for(t=e[i.name],s=0;s{t.VZ=function(e){return"[object Error]"===(t=e,Object.prototype.toString.call(t))||e instanceof Error;var t},Buffer.isBuffer},59435:e=>{var t=1e3,r=60*t,i=60*r,a=24*i;function n(e,t,r){if(!(e0)return function(e){if(!((e=String(e)).length>100)){var n=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(e);if(n){var o=parseFloat(n[1]);switch((n[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*i;case"minutes":case"minute":case"mins":case"min":case"m":return o*r;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?n(s=e,a,"day")||n(s,i,"hour")||n(s,r,"minute")||n(s,t,"second")||s+" ms":function(e){return e>=a?Math.round(e/a)+"d":e>=i?Math.round(e/i)+"h":e>=r?Math.round(e/r)+"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))}},11227:(e,t,r)=>{function i(){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=r(11658)).log=function(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},t.formatArgs=function(e){var r=this.useColors;if(e[0]=(r?"%c":"")+this.namespace+(r?" %c":" ")+e[0]+(r?"%c ":" ")+"+"+t.humanize(this.diff),r){var i="color: "+this.color;e.splice(1,0,i,"color: inherit");var a=0,n=0;e[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(a++,"%c"===e&&(n=a))})),e.splice(n,0,i)}},t.save=function(e){try{null==e?t.storage.removeItem("debug"):t.storage.debug=e}catch(e){}},t.load=i,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(i())},11658:(e,t,r)=>{var i;function a(e){function r(){if(r.enabled){var e=r,a=+new Date,n=a-(i||a);e.diff=n,e.prev=i,e.curr=a,i=a;for(var o=new Array(arguments.length),s=0;s{"undefined"!=typeof process&&"renderer"===process.type?e.exports=r(11227):e.exports=r(39)},39:(e,t,r)=>{var i=r(33867),a=r(31669);(t=e.exports=r(11658)).init=function(e){e.inspectOpts={};for(var r=Object.keys(t.inspectOpts),i=0;i{"use strict";const{Transform:i,PassThrough:a}=r(92413),n=r(78761),o=r(91511);e.exports=e=>{const t=(e.headers["content-encoding"]||"").toLowerCase();if(!["gzip","deflate","br"].includes(t))return e;const r="br"===t;if(r&&"function"!=typeof n.createBrotliDecompress)return e.destroy(new Error("Brotli is not supported on Node.js < 12")),e;let s=!0;const c=new i({transform(e,t,r){s=!1,r(null,e)},flush(e){e()}}),u=new a({autoDestroy:!1,destroy(t,r){e.destroy(),r(t)}}),l=r?n.createBrotliDecompress():n.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,r)=>{if(r._readableState.autoDestroy)throw new Error("The second stream must have the `autoDestroy` option set to `false`");const i=new Set(Object.keys(e).concat(t)),a={};for(const t of i)t in r||(a[t]={get(){const r=e[t];return"function"==typeof r?r.bind(e):r},set(r){e[t]=r},enumerable:!0,configurable:!1});return Object.defineProperties(r,a),e.once("aborted",(()=>{r.destroy(),r.emit("aborted")})),e.once("close",(()=>{e.complete&&r.readable?r.once("end",(()=>{r.emit("close")})):r.emit("close")})),r}},60993:(e,t,r)=>{const i=r(12210),{_md5:a,_ecbCrypt:n,_ecbDecrypt:o,generateBlowfishKey:s,decryptChunk:c}=r(92),{USER_AGENT_HEADER:u,pipeline:l}=r(72561);function p(e,t,r,i){let o=t+"¤"+i+"¤"+e+"¤"+r,s=a(o)+"¤"+o+"¤";return s+=".".repeat(16-s.length%16),o=n("jo6aey6haid2Teih",s),o}function h(e){let t=o("jo6aey6haid2Teih",e),[,r,i,a,n]=t.split("¤");return[a,r,n,i]}class d extends Error{constructor(){super(),this.name="DownloadEmpty"}}class f extends Error{constructor(){super(),this.name="DownloadCanceled"}}e.exports={generateStreamPath:p,generateStreamURL:function(e,t,r,i){let a=p(e,t,r,i);return"https://cdns-proxy-"+t[0]+".dzcdn.net/api/1/"+a},generateCryptedStreamURL:function(e,t,r,i){let a=p(e,t,r,i);return"https://e-cdns-proxy-"+t[0]+".dzcdn.net/mobile/1/"+a},reverseStreamPath:h,reverseStreamURL:function(e){return h(e.slice(e.find("/1/")+3))},streamTrack:async function e(t,r,a=0,n,o){if(n.isCanceled)throw new f;let p,h={"User-Agent":u},m=a,g=0,v=r.downloadURL.includes("/mobile/"),y={id:r.id,title:r.title,artist:r.mainArtist.name},b="";v&&(p=s(String(r.id)));let x=i.stream(r.downloadURL,{headers:h,retry:3}).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:n.uuid,data:y,state:"downloading",alreadyStarted:!0,value:t})}else o&&o.send("downloadInfo",{uuid:n.uuid,data:y,state:"downloading",alreadyStarted:!1,value:g})})).on("data",(function(e){if(n.isCanceled&&(b="DownloadCanceled",x.destroy()),m+=e.length,n){let t;"Single"===n.__type__?(t=m/(g+a)*100,n.progressNext=t):(t=e.length/(g+a)/n.size*100,n.progressNext+=t),n.updateProgress(o)}}));try{await l(x,(async function*(e){let t=Buffer.alloc(0);for await(let r of e)if(v)for(t=Buffer.concat([t,r]);t.length>=6144;){let e=Buffer.alloc(0),r=t.slice(0,6144);t=t.slice(6144),r.length>=2048&&(e=c(r.slice(0,2048),p),e=Buffer.concat([e,r.slice(2048)])),yield e}else yield r;if(v){let e=Buffer.alloc(0);t.length>=2048&&(e=c(t.slice(0,2048),p),e=Buffer.concat([e,t.slice(2048)])),yield e}}),t)}catch(a){if(a instanceof i.ReadError||a instanceof i.TimeoutError)await e(t,r,m,n,o);else{if(!x.destroyed)throw a;switch(b){case"DownloadEmpty":throw new d;case"DownloadCanceled":throw new f;default:throw a}}}},DownloadEmpty:d,DownloadCanceled:f}},91003:(e,t,r)=>{const{Track:i}=r(77655),{StaticPicture:a}=r(65982),{streamTrack:n,generateCryptedStreamURL:o,DownloadCanceled:s}=r(60993),{tagID3:c,tagID3v1:u,tagFLAC:l}=r(15278),{USER_AGENT_HEADER:p,pipeline:h,shellEscape:d}=r(72561),{DEFAULTS:f,OverwriteOption:m}=r(74170),{generatePath:g,generateAlbumName:v,generateArtistName:y,generateDownloadObjectName:b}=r(3554),{TrackFormats:x}=r(83792),w=r(12210),k=r(35747),{tmpdir:_}=r(12087),{queue:j,each:E}=r(57664),{exec:S}=r(63129),D={[x.FLAC]:".flac",[x.LOCAL]:".mp3",[x.MP3_320]:".mp3",[x.MP3_128]:".mp3",[x.DEFAULT]:".mp3",[x.MP4_RA3]:".mp4",[x.MP4_RA2]:".mp4",[x.MP4_RA1]:".mp4"},A=_()+"/deemix-imgs";async function C(e,t,r=m.DONT_OVERWRITE){if(k.existsSync(t)&&![m.OVERWRITE,m.ONLY_TAGS,m.KEEP_BOTH].includes(r)){if(0!=k.readFileSync(t).length)return t;k.unlinkSync(t)}const i=w.stream(e,{headers:{"User-Agent":p},timeout:3e4,retry:3}),a=k.createWriteStream(t);try{await h(i,a)}catch(i){if(k.unlinkSync(t),i instanceof w.HTTPError){if(e.includes("images.dzcdn.net")){let i=e.slice(0,e.lastIndexOf("/")+1),a=e.slice(i.length),n=parseInt(a.slice(0,a.indexOf("x")));if(n>1200)return C(i+a.replace(`${n}x${n}`,"1200x1200"),t,r)}return null}if(i instanceof w.TimeoutError)return C(e,t,r);throw console.trace(i),i}return t}async function T(e,t,r,i,a){if(t=parseInt(t),e.localTrack)return x.LOCAL;let n=!1;const s={[x.FLAC]:"FLAC",[x.MP3_320]:"MP3_320",[x.MP3_128]:"MP3_128"},c={[x.MP4_RA3]:"MP4_RA3",[x.MP4_RA2]:"MP4_RA2",[x.MP4_RA1]:"MP4_RA1"},u=Object.keys(c).includes(t);let l;async function h(e,t,r){let i;try{i=w.get(o(e.id,e.MD5,e.mediaVersion,t),{headers:{"User-Agent":p},timeout:3e4}).on("response",(t=>{e.filesizes[`FILESIZE_${r}`]=t.headers["content-length"],e.filesizes[`FILESIZE_${r}_TESTED`]=!0,i.cancel()})).on("error",(e=>{throw e})),await i}catch(i){if(i.isCanceled)return 0==e.filesizes[`FILESIZE_${r}`]?null:t;if(i instanceof w.ReadError||i instanceof w.TimeoutError)return await h(e,t,r);if(i instanceof w.HTTPError)return null;throw console.trace(i),i}}l=r?u?{...c}:{...s}:{...c,...s};for(let o=0;ot)){if(Object.keys(e.filesizes).includes(`FILESIZE_${c}`)){if(0!=parseInt(e.filesizes[`FILESIZE_${c}`]))return s;if(!e.filesizes[`FILESIZE_${c}_TESTED`]){let t=await h(e,s,c);if(t)return t}}if(!r)throw new z;n||(n=!0,a&&i&&a.send("queueUpdate",{uuid:i,bitrateFallback:!0,data:{id:e.id,title:e.title,artist:e.mainArtist.name}}))}}if(u)throw new I;return x.DEFAULT}k.mkdirSync(A,{recursive:!0});class P extends Error{constructor(){super(),this.name="DownloadError"}}const O={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!",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."};class F extends P{constructor(e,t){super(),this.errid=e,this.message=O[e],this.name="DownloadFailed",this.track=t}}class I extends P{constructor(){super(),this.name="TrackNot360"}}class z extends P{constructor(){super(),this.name="PreferredBitrateNotFound"}}e.exports={Downloader:class{constructor(e,t,r,i){this.dz=e,this.downloadObject=t,this.settings=r||f,this.bitrate=t.bitrate,this.listener=i,this.extrasPath=null,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,r){this.listener&&this.listener.send("downloadWarn",{uuid:this.downloadObject.uuid,data:e,state:t,solution:r})}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=j((async t=>{let{track:r,pos:i}=t;e[i]=await this.downloadWrapper({trackAPI_gw:r,albumAPI:this.downloadObject.collection.albumAPI,playlistAPI:this.downloadObject.collection.playlistAPI})}),this.settings.queueConcurrency);this.downloadObject.collection.tracks_gw.forEach(((e,r)=>{t.push({track:e,pos:r})})),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 r={};const{trackAPI_gw:p,trackAPI:h,albumAPI:d,playlistAPI:f}=e;if(p.SIZE=this.downloadObject.size,this.downloadObject.isCanceled)throw new s;if("0"==p.SNG_ID)throw new F("notOnDeezer");let b,x={id:p.SNG_ID,title:p.SNG_TITLE.trim(),artist:p.ART_NAME};if(!t){t=new i,this.log(x,"getTags");try{await t.parseData(this.dz,p.SNG_ID,p,h,null,d,f)}catch(e){if("AlbumDoesntExists"===e.name)throw new F("albumDoesntExists");if("MD5NotFound"===e.name)throw new F("notLoggedIn");throw console.trace(e),e}this.log(x,"gotTags")}if(this.downloadObject.isCanceled)throw new s;if(x={id:t.id,title:t.title,artist:t.mainArtist.name},""===t.MD5)throw new F("notEncoded",t);this.log(x,"getBitrate");try{b=await T(t,this.bitrate,this.settings.fallbackBitrate,this.downloadObject.uuid,this.listener)}catch(e){if("PreferredBitrateNotFound"===e.name)throw new F("wrongBitrate",t);if("TrackNot360"===e.name)throw new F("no360RA");throw console.trace(e),e}t.bitrate=b,t.album.bitrate=b,this.log(x,"gotBitrate"),t.applySettings(this.settings);let{filename:_,filepath:j,artistPath:E,coverPath:S,extrasPath:P}=g(t,this.downloadObject,this.settings);if(this.downloadObject.isCanceled)throw new s;k.mkdirSync(j,{recursive:!0});let O=D[t.bitrate],I=`${j}/${_}${O}`;P&&!this.extrasPath&&(this.extrasPath=P);let z=`jpg-${this.settings.jpegImageQuality}`;this.settings.embeddedArtworkPNG&&(z="png"),t.album.embeddedCoverURL=t.album.pic.getURL(this.settings.embeddedArtworkSize,z);let R=t.album.embeddedCoverURL.slice(-4);"."!=R.charAt(0)&&(R=".jpg"),t.album.embeddedCoverPath=`${A}/${t.album.isPlaylist?"pl"+t.playlist.id:"alb"+t.album.id}_${this.settings.embeddedArtworkSize}${R}`,this.log(x,"getAlbumArt"),this.coverQueue[t.album.embeddedCoverPath]||(this.coverQueue[t.album.embeddedCoverPath]=C(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(x,"gotAlbumArt"),S&&(r.albumURLs=[],this.settings.localArtworkFormat.split(",").forEach((e=>{if(["png","jpg"].includes(e)){let i=e;"jpg"==i&&(i+=`-${this.settings.jpegImageQuality}`);let n=t.album.pic.getURL(this.settings.localArtworkSize,i);if(t.album.pic instanceof a&&"jpg"!=e)return;r.albumURLs.push({url:n,ext:e})}})),r.albumPath=S,r.albumFilename=v(this.settings.coverImageTemplate,t.album,this.settings,t.playlist)),E&&(r.artistURLs=[],this.settings.localArtworkFormat.split(",").forEach((e=>{if("jpg"===e){let i=`${e}-${this.settings.jpegImageQuality}`,a=t.album.mainArtist.pic.getURL(this.settings.localArtworkSize,i);if(""==t.album.mainArtist.pic.md5)return;r.artistURLs.push({url:a,ext:e})}})),r.artistPath=E,r.artistFilename=y(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 r=e;"jpg"==r&&(r+=`-${this.settings.jpegImageQuality}`);let i=t.playlist.pic.getURL(this.settings.localArtworkSize,r);if(t.playlist.pic instanceof a&&"jpg"!=e)return;this.playlistURLs.push({url:i,ext:e})}})),this.playlistCovername||(t.playlist.bitrate=t.bitrate,t.playlist.dateString=t.playlist.date.format(this.settings.dateFormat),this.playlistCovername=v(this.settings.coverImageTemplate,t.playlist,this.settings,t.playlist))),this.settings.syncedLyrics&&t.lyrics.sync&&(k.existsSync(`${j}/${_}.lrc`)&&![m.OVERWRITE,m.ONLY_TAGS].includes(this.settings.overwriteFile)||k.writeFileSync(`${j}/${_}.lrc`,t.lyrics.sync));let B=k.existsSync(I);if(!B&&this.settings.overwriteFile==m.DONT_CHECK_EXT){let e=[".mp3",".flac",".opus",".m4a"],t=`${j}/${_}`;for(let r=0;r{await C(t.url,`${e.albumPath}/${e.albumFilename}.${t.ext}`,this.settings.overwriteFile)})),this.settings.saveArtworkArtist&&e.artistPath&&await E(e.artistURLs,(async t=>{await C(t.url,`${e.artistPath}/${e.artistFilename}.${t.ext}`,this.settings.overwriteFile)})),this.settings.logSearched&&e.searched){let t=`${e.data.artist} - ${e.data.title}`,r=k.readFileSync(`${this.extrasPath}/searched.txt`).toString();-1==r.indexOf(t)&&(""!=r&&(r+="\r\n"),r+=t+"\r\n",k.writeFileSync(`${this.extrasPath}/searched.txt`,r))}""!==this.settings.executeCommand&&S(this.settings.executeCommand.replaceAll("%folder%",d(this.extrasPath)).replaceAll("%filename%",d(e.filename)))}}async afterDownloadCollection(e){this.extrasPath||(this.extrasPath=this.settings.downloadLocation);let t=[],r="",i="";for(let a=0;a{await C(e.url,`${n.albumPath}/${n.albumFilename}.${e.ext}`,this.settings.overwriteFile)})),this.settings.saveArtworkArtist&&n.artistPath&&await E(n.artistURLs,(async e=>{await C(e.url,`${n.artistPath}/${n.artistFilename}.${e.ext}`,this.settings.overwriteFile)})),t[a]=n.filename||""}if(this.settings.logErrors&&""!=r&&k.writeFileSync(`${this.extrasPath}/errors.txt`,r),this.settings.logSearched&&""!=i&&k.writeFileSync(`${this.extrasPath}/searched.txt`,i),this.settings.saveArtwork&&this.playlistCovername&&!this.settings.tags.savePlaylistAsCompilation&&await E(this.playlistURLs,(async e=>{await C(e.url,`${this.extrasPath}/${this.playlistCovername}.${e.ext}`,this.settings.overwriteFile)})),this.settings.createM3U8File){let e=b(this.settings.playlistFilenameTemplate,this.downloadObject,this.settings)||"playlist";k.writeFileSync(`${this.extrasPath}/${e}.m3u8`,t.join("\n"))}""!==this.settings.executeCommand&&S(this.settings.executeCommand.replaceAll("%folder%",d(this.extrasPath)).replaceAll("%filename%",""))}},DownloadError:P,DownloadFailed:F,downloadImage:C,getPreferredBitrate:T,TrackNot360:I,PreferredBitrateNotFound:z}},57424:(e,t,r)=>{const i=r(12210),{generateTrackItem:a,generateAlbumItem:n,generatePlaylistItem:o,generateArtistItem:s,generateArtistDiscographyItem:c,generateArtistTopItem:u,LinkNotSupported:l,LinkNotRecognized:p}=r(92092);async function h(e){let t,r;return e.includes("deezer.page.link")&&(e=(e=await i.get(e)).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",r=/\/track\/(.+)/g.exec(e)[1]):-1!=e.search(/\/playlist\/(\d+)/g)?(t="playlist",r=/\/playlist\/(\d+)/g.exec(e)[1]):-1!=e.search(/\/album\/(.+)/g)?(t="album",r=/\/album\/(.+)/g.exec(e)[1]):-1!=e.search(/\/artist\/(\d+)\/top_track/g)?(t="artist_top",r=/\/artist\/(\d+)\/top_track/g.exec(e)[1]):-1!=e.search(/\/artist\/(\d+)\/discography/g)?(t="artist_discography",r=/\/artist\/(\d+)\/discography/g.exec(e)[1]):-1!=e.search(/\/artist\/(\d+)/g)&&(t="artist",r=/\/artist\/(\d+)/g.exec(e)[1]),[e,t,r]):[e,t,r]}e.exports={parseLink:h,generateDownloadObject:async function(e,t,r,i={},d){let f,m;if([t,f,m]=await h(t),null==f||null==m){const a=Object.keys(i);let n,o=null;for(let s=0;s{const{Single:i,Collection:a}=r(88818),{LyricsStatus:n}=r(83792).gw,{map_user_playlist:o}=r(83792).utils,{each:s}=r(57664);async function c(e,t,r,a,n){if(String(t).startsWith("isrc")){try{a=await e.api.get_track(t)}catch(e){throw console.trace(e),new p(`https://deezer.com/track/${t}`,e.message)}if(!a.id||!a.title)throw new h(`https://deezer.com/track/${t}`);t=a.id}if(!/^\d+$/.test(t))throw new f(`https://deezer.com/track/${t}`);let o;try{o=await e.gw.get_track_with_fallback(t)}catch(e){throw console.trace(e),new p(`https://deezer.com/track/${t}`,e.message)}let s=o.SNG_TITLE.trim();o.VERSION&&!s.includes(o.VERSION.trim())&&(s+=` ${o.VERSION.trim()}`);const c=Boolean(parseInt(o.EXPLICIT_LYRICS||"0"));return new i({type:"track",id:t,bitrate:r,title:s,artist:o.ART_NAME,cover:`https://e-cdns-images.dzcdn.net/images/cover/${o.ALB_PICTURE}/75x75-000000-80-0-0.jpg`,explicit:c,single:{trackAPI_gw:o,trackAPI:a,albumAPI:n}})}async function u(e,t,r,i){let o;if(String(t).startsWith("upc")){let r,i=[t.slice(4)];if(i.push(parseInt(i[0])),await s(i,(async t=>{try{o=await e.api.get_album(`upc:${t}`)}catch(e){r=e,o=null}})),!o)throw console.trace(r),new p(`https://deezer.com/album/${t}`,r.message);t=o.id}else try{o=await e.api.get_album(t)}catch(e){throw console.trace(e),new p(`https://deezer.com/album/${t}`,e.message)}if(!/^\d+$/.test(t))throw new f(`https://deezer.com/album/${t}`);let u=await e.gw.get_album(t);if(o.nb_disk=u.NUMBER_DISK,o.copyright=u.COPYRIGHT,o.release_date=u.PHYSICAL_RELEASE_DATE,o.root_artist=i,1==o.nb_tracks){if(o.tracks.data.length)return c(e,o.tracks.data[0].id,r,null,o);throw new p(`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/${u.ALB_PICTURE}/75x75-000000-80-0-0.jpg`;const d=h.length;o.nb_tracks=d;let m=[];h.forEach(((e,t)=>{e.POSITION=t+1,m.push(e)}));let g=[n.EXPLICIT,n.PARTIALLY_EXPLICIT].includes(u.EXPLICIT_ALBUM_CONTENT.EXPLICIT_LYRICS_STATUS||n.UNKNOWN);return new a({type:"album",id:t,bitrate:r,title:o.title,artist:o.artist.name,cover:l,explicit:g,size:d,collection:{tracks_gw:m,albumAPI:o}})}async function l(e,t,r,i,s){if(!i){if(!/^\d+$/.test(t))throw new f(`https://deezer.com/playlist/${t}`);try{i=await e.api.get_playlist(t)}catch(e){console.trace(e),i=null}if(!i)try{let r=await e.gw.get_playlist_page(t);i=o(r.DATA)}catch(e){throw console.trace(e),new p(`https://deezer.com/playlist/${t}`,e.message)}if(!i.public&&i.creator.id!=e.current_user.id)throw new d(`https://deezer.com/playlist/${t}`)}s||(s=await e.gw.get_playlist_tracks(t)),i.various_artist=await e.api.get_artist(5080);const c=s.length;i.nb_tracks=c;let u=[];return s.forEach(((e,t)=>{e.EXPLICIT_TRACK_CONTENT&&[n.EXPLICIT,n.PARTIALLY_EXPLICIT].includes(e.EXPLICIT_TRACK_CONTENT.EXPLICIT_LYRICS_STATUS)&&(i.explicit=!0),e.POSITION=t+1,u.push(e)})),i.explicit||(i.explicit=!1),new a({type:"playlist",id:t,bitrate:r,title:i.title,artist:i.creator.name,cover:i.picture_small.slice(0,-24)+"/75x75-000000-80-0-0.jpg",explicit:i.explicit,size:c,collection:{tracks_gw:u,playlistAPI:i}})}class p extends Error{constructor(e,t){super(t),this.link=e,this.name="GenerationError"}}class h extends p{constructor(e){super(e,"Track ISRC is not available on deezer"),this.name="ISRCnotOnDeezer",this.errid="ISRCnotOnDeezer"}}class d extends p{constructor(e){super(e,"You can't download others private playlists."),this.name="NotYourPrivatePlaylist",this.errid="notYourPrivatePlaylist"}}class f extends p{constructor(e){super(e,"Link ID is invalid!"),this.name="InvalidID",this.errid="invalidID"}}e.exports={generateTrackItem:c,generateAlbumItem:u,generatePlaylistItem:l,generateArtistItem:async function(e,t,r,i){if(!/^\d+$/.test(t))throw new f(`https://deezer.com/artist/${t}`);let a;try{a=await e.api.get_artist(t)}catch(e){throw console.trace(e),new p(`https://deezer.com/artist/${t}`,e.message)}const n={id:a.id,name:a.name,picture_small:a.picture_small};i&&i.send("startAddingArtist",n);const o=(await e.gw.get_artist_discography_tabs(t,100)).all||[];let c=[];return await s(o,(async t=>{try{let i=await u(e,t.id,r,n);c.push(i)}catch(e){console.warn(t.id,"No Data",e)}})),i&&i.send("finishAddingArtist",n),c},generateArtistDiscographyItem:async function(e,t,r,i){if(!/^\d+$/.test(t))throw new f(`https://deezer.com/artist/${t}/discography`);let a;try{a=await e.api.get_artist(t)}catch(e){throw console.trace(e),new p(`https://deezer.com/artist/${t}/discography`,e.message)}const n={id:a.id,name:a.name,picture_small:a.picture_small};i&&i.send("startAddingArtist",n);let o=await e.gw.get_artist_discography_tabs(t,100);delete o.all;let c=[];return await s(o,(async t=>{await s(t,(async t=>{try{let i=await u(e,t.id,r,n);c.push(i)}catch(e){console.warn(t.id,"No Data",e)}}))})),i&&i.send("finishAddingArtist",n),c},generateArtistTopItem:async function(e,t,r){if(!/^\d+$/.test(t))throw new f(`https://deezer.com/artist/${t}/top_track`);let i;try{i=e.api.get_artist(t)}catch(e){throw console.trace(e),new p(`https://deezer.com/artist/${t}/top_track`,e.message)}const a={id:i.id+"_top_track",title:i.name+" - Top Tracks",description:"Top Tracks for "+i.name,duration:0,public:!0,is_loved_track:!1,collaborative:!1,nb_tracks:0,fans:i.nb_fan,link:"https://www.deezer.com/artist/"+i.id+"/top_track",share:null,picture:i.picture,picture_small:i.picture_small,picture_medium:i.picture_medium,picture_big:i.picture_big,picture_xl:i.picture_xl,checksum:null,tracklist:"https://api.deezer.com/artist/"+i.id+"/top",creation_date:"XXXX-00-00",creator:{id:"art_"+i.id,name:i.name,type:"user"},type:"playlist"};let n=await e.gw.get_artist_toptracks(t);return l(e,a.id,r,a,n)},GenerationError:p,ISRCnotOnDeezer:h,NotYourPrivatePlaylist:d,TrackNotOnDeezer:class extends p{constructor(e){super(e,"Track not found on deezer!"),this.name="TrackNotOnDeezer",this.errid="trackNotOnDeezer"}},AlbumNotOnDeezer:class extends p{constructor(e){super(e,"Album not found on deezer!"),this.name="AlbumNotOnDeezer",this.errid="albumNotOnDeezer"}},InvalidID:f,LinkNotSupported:class extends p{constructor(e){super(e,"Link is not supported."),this.name="LinkNotSupported",this.errid="unsupportedURL"}},LinkNotRecognized:class extends p{constructor(e){super(e,"Link is not recognized."),this.name="LinkNotRecognized",this.errid="invalidURL"}}}},72392:e=>{e.exports=class{constructor(){}async setup(){}async parseLink(e){return[e,void 0,void 0]}async generateDownloadObject(e,t,r,i){return null}}},25576:(e,t,r)=>{const i=r(72392),{getConfigFolder:a}=r(13379),{generateTrackItem:n,generateAlbumItem:o,TrackNotOnDeezer:s,AlbumNotOnDeezer:c,InvalidID:u}=r(92092),{Convertable:l,Collection:p}=r(88818),{sep:h}=r(85622),d=r(35747),f=r(76676),m=r(12210),{queue:g}=r(57664);e.exports=class extends i{constructor(e){return super(),this.credentials={clientId:"",clientSecret:""},this.settings={fallbackSearch:!1},this.enabled=!1,this.sp,this.configFolder=e||a(),this.configFolder+=`spotify${h}`,this}setup(){return d.mkdirSync(this.configFolder,{recursive:!0}),this.loadSettings(),this}async parseLink(e){let t,r;return e.includes("link.tospotify.com")&&(e=(e=await m.get(e)).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",r=/[/:]track[/:](.+)/g.exec(e)[1]):-1!=e.search(/[/:]album[/:](.+)/g)?(t="album",r=/[/:]album[/:](.+)/g.exec(e)[1]):-1!=e.search(/[/:]playlist[/:](\d+)/g)&&(t="playlist",r=/[/:]playlist[/:](.+)/g.exec(e)[1]),[e,t,r]):[e,t,r]}async generateDownloadObject(e,t,r){let i,a;if([t,i,a]=await this.parseLink(t),null==i||null==a)return null;switch(i){case"track":return this.generateTrackItem(e,a,r);case"album":return this.generateAlbumItem(e,a,r);case"playlist":return this.generatePlaylistItem(e,a,r)}}async generateTrackItem(e,t,r){let i,a=this.loadCache();if(a.tracks[t]?i=a.tracks[t]:(i=await this.getTrack(t),a.tracks[t]=i,this.saveCache(a)),i.isrc)try{return n(e,`isrc:${i.isrc}`,r)}catch(e){}if(this.settings.fallbackSearch){if(!i.id||"0"===i.id){let r=await e.api.get_track_id_from_metadata(i.data.artist,i.data.title,i.data.album);"0"!==r&&(i.id=r,a.tracks[t]=i,this.saveCache(a))}if("0"!==i.id)return n(e,i.id,r)}throw new s(`https://open.spotify.com/track/${t}`)}async generateAlbumItem(e,t,r){let i,a=this.loadCache();a.albums[t]?i=a.albums[t]:(i=await this.getAlbum(t),a.albums[t]=i,this.saveCache(a));try{return o(e,`upc:${i.upc}`,r)}catch(e){throw new c(`https://open.spotify.com/album/${t}`)}}async generatePlaylistItem(e,t,r){if(!this.enabled)throw new Error("Spotify plugin not enabled");let i=await this.sp.getPlaylist(t);i=i.body;let a=this._convertPlaylistStructure(i);a.various_artist=await e.api.get_artist(5080);let n=i.tracks.items;for(;i.tracks.next;){let e=/offset=(\d+)&limit=(\d+)/g.exec(i.tracks.next),r=e[1],a=e[2],o=await this.sp.getPlaylistTracks(t,{offset:r,limit:a});i.tracks=o.body,n=n.concat(i.tracks.items)}let o=[];return n.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:r,title:i.name,artist:i.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 r={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&&(r.isrc=t.external_ids.isrc),r.data={title:t.name,artist:t.artists[0].name,album:t.album.name},r}async getAlbum(e,t=null){if(!this.enabled)throw new Error("Spotify plugin not enabled");let r={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&&(r.upc=t.external_ids.upc),r.data={title:t.name,artist:t.artists[0].name},r}async convert(e,t,r,i=null){let a=this.loadCache(),n=0,o=0,s=[];i&&i.send("startConversion",t.uuid);let c=g((async r=>{let c,u,l,{track:p,pos:h}=r;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=h+1,s[h]=l,o+=1/t.size*100,Math.round(o)!=n&&Math.round(o)%2==0&&(n=Math.round(o),i&&i.send("updateQueue",{uuid:t.uuid,conversion:n}))}}),r.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()),i&&i.send("finishConversion",t.getSlimmedDict()),d.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(){d.existsSync(this.configFolder+"settings.json")||d.writeFileSync(this.configFolder+"settings.json",JSON.stringify({...this.credentials,...this.settings},null,2));let e=JSON.parse(d.readFileSync(this.configFolder+"settings.json"));this.setSettings(e),this.checkCredentials()}saveSettings(e){e&&this.setSettings(e),this.checkCredentials(),d.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(d.readFileSync(this.configFolder+"cache.json"))}catch{e={tracks:{},albums:{}}}return e}saveCache(e){d.writeFileSync(this.configFolder+"cache.json",JSON.stringify(e))}checkCredentials(){""!==this.credentials.clientId&&""!==this.credentials.clientSecret?(this.sp=new f(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,r)=>{const{TrackFormats:i}=r(83792),{getMusicFolder:a,getConfigFolder:n}=r(13379),o=r(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(i.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,savePlaylistAsCompilation:!1,useNullSeparator:!1,saveID3v1:!0,multiArtistSeparator:"default",singleAlbumArtist:!1,coverDescriptionUTF8:!1}};function l(e,t){t=t||n(),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||n(),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((r=>{void 0!==e[r]&&typeof e[r]==typeof u[r]||(e[r]=u[r],t++)})),Object.keys(u.tags).forEach((r=>{void 0!==e.tags[r]&&typeof e.tags[r]==typeof u.tags[r]||(e.tags[r]=u.tags[r],t++)})),""==e.downloadLocation&&(e.downloadLocation=u.downloadLocation,t++),["tracknameTemplate","albumTracknameTemplate","playlistTracknameTemplate","playlistNameTemplate","artistNameTemplate","albumNameTemplate","playlistFilenameTemplate","coverImageTemplate","artistImageTemplate","paddingSize"].forEach((r=>{""==e[r]&&(e[r]=u[r],t++)})),t}(t)>0&&l(t,e),t}}},15278:(e,t,r)=>{const i=r(26355),a=r(81087),n=r(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}e.exports={tagID3:function(e,t,r){const a=n.readFileSync(e),o=new i(a);if(o.separateWithNull=String.fromCharCode(0),r.title&&o.setFrame("TIT2",t.title),r.artist&&t.artists.length&&("default"==r.multiArtistSeparator?o.setFrame("TPE1",t.artists):("nothing"==r.multiArtistSeparator?o.setFrame("TPE1",[t.mainArtist.name]):o.setFrame("TPE1",[t.artistsString]),o.setFrame("TXXX",{description:"ARTISTS",value:t.artists}))),r.album&&o.setFrame("TALB",t.album.title),r.albumArtist&&t.album.artists.length&&(r.singleAlbumArtist&&t.album.mainArtist.save?o.setFrame("TPE2",[t.album.mainArtist.name]):o.setFrame("TPE2",t.album.artists)),r.trackNumber){let e=String(t.trackNumber);r.trackTotal&&(e+=`/${t.album.trackTotal}`),o.setFrame("TRCK",e)}if(r.discNumber){let e=String(t.discNumber);r.discTotal&&(e+=`/${t.album.discTotal}`),o.setFrame("TPOS",e)}r.genre&&o.setFrame("TCON",t.album.genre),r.year&&o.setFrame("TYER",t.date.year),r.date&&o.setFrame("TDAT",""+t.date.day+t.date.month),r.length&&o.setFrame("TLEN",1e3*parseInt(t.duration)),r.bpm&&o.setFrame("TBPM",t.bpm),r.label&&o.setFrame("TPUB",t.album.label),r.isrc&&o.setFrame("TSRC",t.ISRC),r.barcode&&o.setFrame("TXXX",{description:"BARCODE",value:t.album.barcode}),r.explicit&&o.setFrame("TXXX",{description:"ITUNESADVISORY",value:t.explicit?"1":"0"}),r.replayGain&&o.setFrame("TXXX",{description:"REPLAYGAIN_TRACK_GAIN",value:t.replayGain}),r.lyrics&&t.lyrics.unsync&&o.setFrame("USLT",{description:"",lyrics:t.lyrics.unsync,language:"XXX"}),r.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&&r.composer&&o.setFrame("TCOM",t.contributors.composer)})),s.length&&r.involvedPeople&&o.setFrame("IPLS",s),r.copyright&&o.setFrame("TCOP",t.copyright),(r.savePlaylistAsCompilation&&t.playlist||"compile"==t.album.recordType)&&o.setFrame("TCMP","1"),r.source&&(o.setFrame("TXXX",{description:"SOURCE",value:"Deezer"}),o.setFrame("TXXX",{description:"SOURCEID",value:t.id})),r.cover&&t.album.embeddedCoverPath){const e=n.readFileSync(t.album.embeddedCoverPath);0!=e.length&&o.setFrame("APIC",{type:3,data:e,description:"cover",useUnicodeEncoding:r.coverDescriptionUTF8})}o.addTag(),n.writeFileSync(e,Buffer.from(o.arrayBuffer))},tagFLAC:function(e,t,r){const i=new a(e);if(i.removeAllTags(),r.title&&i.setTag(`TITLE=${t.title}`),r.artist&&t.artists.length&&("default"==r.multiArtistSeparator?t.artists.forEach((e=>{i.setTag(`ARTIST=${e}`)})):("nothing"==r.multiArtistSeparator?i.setTag(`ARTIST=${t.mainArtist.name}`):i.setTag(`ARTIST=${t.artistsString}`),t.artists.forEach((e=>{i.setTag(`ARTISTS=${e}`)})))),r.album&&i.setTag(`ALBUM=${t.album.title}`),r.albumArtist&&t.album.artists.length&&(r.singleAlbumArtist&&t.album.mainArtist.save?i.setTag(`ALBUMARTIST=${t.album.mainArtist.name}`):t.album.artists.forEach((e=>{i.setTag(`ALBUMARTIST=${e}`)}))),r.trackNumber&&i.setTag(`TRACKNUMBER=${t.trackNumber}`),r.trackTotal&&i.setTag(`TRACKTOTAL=${t.album.trackTotal}`),r.discNumber&&i.setTag(`DISCNUMBER=${t.discNumber}`),r.discTotal&&i.setTag(`DISCTOTAL=${t.album.discTotal}`),r.genre&&t.album.genre.forEach((e=>{i.setTag(`GENRE=${e}`)})),r.date?i.setTag(`DATE=${t.dateString}`):r.year&&i.setTag(`DATE=${t.date.year}`),r.length&&i.setTag("LENGTH="+1e3*parseInt(t.duration)),r.bpm&&i.setTag(`BPM=${t.bpm}`),r.label&&i.setTag(`PUBLISHER=${t.album.label}`),r.isrc&&i.setTag(`ISRC=${t.ISRC}`),r.barcode&&i.setTag(`BARCODE=${t.album.barcode}`),r.explicit&&i.setTag("ITUNESADVISORY="+(t.explicit?"1":"0")),r.replayGain&&i.setTag(`REPLAYGAIN_TRACK_GAIN=${t.replayGain}`),r.lyrics&&t.lyrics.unsync&&i.setTag(`LYRICS=${t.lyrics.unsync}`),Object.keys(t.contributors).forEach((e=>{["author","engineer","mixer","producer","writer","composer"].includes(e)?(r.involvedPeople&&"composer"!=e||r.composer&&"composer"==e)&&t.contributors[e].forEach((t=>{i.setTag(`${e.toUpperCase()}=${t}`)})):"musicpublisher"===e&&r.involvedPeople&&t.contributors.musicpublisher.forEach((e=>{i.setTag(`ORGANIZATION=${e}`)}))})),r.copyright&&i.setTag(`COPYRIGHT=${t.copyright}`),(r.savePlaylistAsCompilation&&t.playlist||"compile"==t.album.recordType)&&i.setTag("COMPILATION=1"),r.source&&(i.setTag("SOURCE=Deezer"),i.setTag(`SOURCEID=${t.id}`)),r.cover&&t.album.embeddedCoverPath){let e=n.readFileSync(t.album.embeddedCoverPath);0!=e.length&&i.importPicture(e)}i.save()},tagID3v1:function(e,t,r){const i=Buffer.alloc(128);if(i.write("TAG",0),r.title){let e=s(t.title.substring(0,30));i.write(e,3)}if(r.artist){let e;e=t.artistsString?t.artistsString:t.mainArtist.name;let r=s(e.substring(0,30));i.write(r,33)}if(r.album){let e=s(t.album.title.substring(0,30));i.write(e,63)}if(r.year){let e=t.date.year.substring(0,4);i.write(e,93)}if(r.trackNumber&&t.trackNumber<=65535&&(t.trackNumber>255?(i.writeUInt8(parseInt(t.trackNumber>>8),125),i.writeUInt8(parseInt(255&t.trackNumber),126)):i.writeUInt8(parseInt(t.trackNumber),126)),r.genre){let e=t.album.genre[0];o.includes(e)?i.writeUInt8(o.indexOf(e),127):i.writeUInt8(255,127)}else i.writeUInt8(255,127);const a=n.readFileSync(e),c=new ArrayBuffer(a.byteLength+128),u=new Uint8Array(c);u.set(new Uint8Array(a),0),u.set(new Uint8Array(i),a.byteLength),n.writeFileSync(e,Buffer.from(c))}}},28215:(e,t,r)=>{const{LyricsStatus:i}=r(83792).gw,{removeDuplicateArtists:a,removeFeatures:n}=r(72561),{Artist:o}=r(5809),{Date:s}=r(7860),{Picture:c}=r(65982),{VARIOUS_ARTISTS:u}=r(76303);e.exports={Album:class{constructor(e="0",t="",r=""){this.id=e,this.title=t,this.pic=new c(r,"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,r="Main"==e.role;t?this.variousArtists=new o(e.id,e.name,e.role):(this.artists.includes(e.name)||this.artists.push(e.name),(r||!this.artist.Main.includes(e.name)&&!r)&&(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=[i.EXPLICIT,i.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 n(this.title)}}}},5809:(e,t,r)=>{const{Picture:i}=r(65982),{VARIOUS_ARTISTS:a}=r(76303);e.exports={Artist:class{constructor(e="0",t="",r="",a=""){this.id=String(e),this.name=t,this.pic=new i(a,"artist"),this.role=r,this.save=!0}isVariousArtists(){return this.id==a}}}},7860:e=>{e.exports={Date:class{constructor(e="00",t="00",r="XXXX"){this.day=e,this.month=t,this.year=r,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.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,__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}}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 r 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:r,Convertable:class extends r{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,r="",i=0;for(let e=0;e{e.exports={Picture:class{constructor(e="",t=""){this.md5=e,this.type=t}getURL(e,t){let r=`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",r+`-000000-${e}-0-0.jpg`}return"png"==t?r+"-none-100-0-0.png":r+".jpg"}},StaticPicture:class{constructor(e){this.staticURL=e}getURL(){return this.staticURL}}}},79709:(e,t,r)=>{const{Artist:i}=r(5809),{Date:a}=r(7860),{Picture:n,StaticPicture:o}=r(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),r=e.creation_date.slice(5,7),s=e.creation_date.slice(8,10);if(this.date=new a(s,r,t),this.discTotal="1",this.playlistID=e.id,this.owner=e.creator,e.picture_small.includes("dzcdn.net")){let t=e.picture_small,r=t.slice(t.indexOf("images/")+7);r=r.slice(0,r.indexOf("/"));let i=t.slice(t.indexOf(r+"/")+r.length+1,-24);this.pic=new n(i,r)}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 i(e.various_artist.id,e.various_artist.name,e.various_artist.role,t),this.mainArtist=this.variousArtists}}}}},77655:(e,t,r)=>{const i=r(12210),{Artist:a}=r(5809),{Album:n}=r(28215),{Playlist:o}=r(79709),{Picture:s}=r(65982),{Lyrics:c}=r(69786),{Date:u}=r(7860),{VARIOUS_ARTISTS:l}=r(76303),{changeCase:p}=r(72561),{FeaturesOption:h}=r(74170),{generateReplayGainString:d,removeDuplicateArtists:f,removeFeatures:m,andCommaConcat:g}=r(72561);class v extends Error{constructor(e){super(e),this.name="TrackError"}}class y extends v{constructor(e){super(e),this.name="MD5NotFound"}}class b extends v{constructor(e){super(e),this.name="NoDataToParse"}}class x extends v{constructor(e){super(e),this.name="AlbumDoesntExists"}}e.exports={Track:class{constructor(){this.id="0",this.title="",this.MD5="",this.mediaVersion="",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=""}parseEssentialData(e,t){if(this.id=String(e.SNG_ID),this.duration=e.DURATION,this.MD5=e.MD5_ORIGIN,!this.MD5){if(!t||!t.md5_origin)throw new y;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}async retriveFilesizes(e){let t,r=await e.cookie_jar.getCookies("https://www.deezer.com");r=r.find((e=>"sid"===e.key)).value;try{t=await i.post("https://api.deezer.com/1.0/gateway.php",{searchParams:{api_key:"4VCYIJUCDLOUELGD1V8WBVYBNVDYOXEWSLLZDONGBBDFVXTZJRXPR29JRLQFO6ZE",sid:r,input:"3",output:"3",method:"song_getData"},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 v(t.error);const a=t.results;let n={};Object.entries(a).forEach((e=>{let[t,r]=e;t.startsWith("FILESIZE_")&&(n[t]=r,n[t+"_TESTED"]=!1)})),this.filesizes=n}async parseData(e,t,r,i,a,s,c){if(t&&!r)r=await e.gw.get_track_with_fallback(t);else if(!r)throw new b;if(!i)try{i=await e.api.get_track(r.SNG_ID)}catch{i=null}if(this.parseEssentialData(r,i),this.localTrack)this.parseLocalTrackData(r);else{if(await this.retriveFilesizes(e),this.parseTrackGW(r),!r.LYRICS&&"0"!=this.lyrics.id)try{r.LYRICS=await e.gw.get_track_lyrics(this.id)}catch{this.lyrics.id="0"}if("0"!=this.lyrics.id&&this.lyrics.parseLyrics(r.LYRICS),this.album=new n(r.ALB_ID,r.ALB_TITLE,r.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 x;{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),this.parseTrack(i)}return this.title=this.title.replace(/\s\s+/g," "),this.artist.Main.length||(this.artist.Main=[this.mainArtist.name]),this.position=r.POSITION,c&&(this.playlist=new o(c)),this.generateMainFeatStrings(),this}parseLocalTrackData(e){this.title=e.SNG_TITLE,this.album=new n(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=d(e.GAIN)),this.ISRC=e.ISRC,this.trackNumber=e.TRACK_NUMBER,this.contributors=e.SNG_CONTRIBUTORS,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=d(e.gain)),this.explicit||(this.explicit=e.explicit_lyrics),this.discNumber||(this.discNumber=e.disk_number),e.contributors.forEach((t=>{const r=String(t.id)==l,i="Main"==t.role;e.contributors.length>1&&r||(this.artists.includes(t.name)||this.artists.push(t.name),(i||!this.artist.Main.includes(t.name)&&!i)&&(this.artist[t.role]||(this.artist[t.role]=[]),this.artist[t.role].push(t.name)))}))}removeDuplicateArtists(){[this.artist,this.artists]=f(this.artist,this.artists)}getCleanTitle(){return m(this.title)}getFeatTitle(){return this.featArtistsString&&!this.title.toLowerCase().includes("feat.")?`${this.title} (${this.featArtistsString})`:this.title}generateMainFeatStrings(){this.mainArtistsString=g(this.artist.Main),this.featArtistsString="",this.artist.Featured&&(this.featArtistsString=`feat. ${g(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==h.REMOVE_TITLE?this.title=this.getCleanTitle():e.featuredToTitle==h.MOVE_TITLE?this.title=this.getFeatTitle():e.featuredToTitle==h.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,r)=>{this.artists[r]=p(t,e.artistCasing)})),Object.keys(this.artist).forEach((t=>{this.artist[t].forEach(((r,i)=>{this.artist[t][i]=p(r,e.artistCasing)}))})),this.generateMainFeatStrings()),"default"==e.tags.multiArtistSeparator)e.featuredToTitle==h.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!=h.MOVE_TITLE&&(this.artistsString+=` ${this.featArtistsString}`);else{let t=e.tags.multiArtistSeparator;e.featuredToTitle==h.MOVE_TITLE?this.artistsString=this.artist.Main.join(t):this.artistsString=this.artists.join(t)}}},AlbumDoesntExists:x}},76303:e=>{e.exports={VARIOUS_ARTISTS:"5080"}},92:(e,t,r)=>{const i=r(76417);function a(e,t="binary"){let r=i.createHash("md5");return r.update(Buffer.from(e,t)),r.digest("hex")}e.exports={_md5:a,_ecbCrypt:function(e,t){let r=i.createCipheriv("aes-128-ecb",Buffer.from(e),Buffer.from(""));return r.setAutoPadding(!1),Buffer.concat([r.update(t,"binary"),r.final()]).toString("hex").toLowerCase()},_ecbDecrypt:function(e,t){let r=i.createDecipheriv("aes-128-ecb",Buffer.from(e),Buffer.from(""));return r.setAutoPadding(!1),Buffer.concat([r.update(t,"binary"),r.final()]).toString("hex").toLowerCase()},generateBlowfishKey:function(e){const t=a(e.toString(),"ascii");let r="";for(let e=0;e<16;e++)r+=String.fromCharCode(t.charCodeAt(e)^t.charCodeAt(e+16)^"g4el58wc0zvf9na1".charCodeAt(e));return String(r)},decryptChunk:function(e,t){var r=i.createDecipheriv("bf-cbc",t,Buffer.from([0,1,2,3,4,5,6,7]));return r.setAutoPadding(!1),Buffer.concat([r.update(e),r.final()])}}},39612:(e,t,r)=>{const i=r(12210),{CookieJar:a}=r(47857),{_md5:n}=r(92),{USER_AGENT_HEADER:o}=r(72561),s="172365",c="fb0bec7ccc063dab0417eb7b0d847f34";e.exports={getAccessToken:async function(e,t){t=n(t,"utf8");const r=n([s,e,t,c].join(""),"utf8");return(await i.get("https://api.deezer.com/auth/token",{searchParams:{app_id:s,login:e,password:t,hash:r},headers:{"User-Agent":o}}).json()).access_token},getArlFromAccessToken:async function(e){let t=new a;return await i.get("https://api.deezer.com/platform/generic/track/3135556",{headers:{Authorization:`Bearer ${e}`,"User-Agent":o},cookieJar:t}),(await i.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},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 r(t){var r=new Uint8Array(2*t.length);return new Uint16Array(r.buffer).set(e(t)),r}function i(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,r,i){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],r=77===e[0]&&77===e[1]&&0===e[2]&&42===e[3];return t||r?"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)),n=r.toString();if(!a)throw new Error("Unknown picture MIME type");r||(i=!1),this.frames.push({name:"APIC",value:t,pictureType:e,mimeType:a,useUnicodeEncoding:i,description:n,size:(t=t.byteLength,a=a.length,n=n.length,11+a+1+1+(i?2+2*(n+1):n+1)+t),__type__:"Picture"})},e._setLyricsFrame=function(e,t,r){e=e.split("").map((function(e){return e.charCodeAt(0)})),t=t.toString(),r=r.toString(),this.frames.push({name:"USLT",value:r,language:e,description:t,size:(t=t.length,r=r.length,16+2*t+2+2+2*r),__type__:"Lyrics"})},e._setCommentFrame=function(e,t,r){e=e.split("").map((function(e){return e.charCodeAt(0)})),t=t.toString(),r=r.toString(),this.frames.push({name:"COMM",value:r,language:e,description:t,size:(t=t.length,r=r.length,16+2*t+2+2+2*r),__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 r;this.frames.push({name:e,value:t,size:(r=0,t.forEach((function(e){r+=2+2*e[0].length+2+2+2*e[1].length+2})),11+r),__type__:"PairedText"})},e._setSynchronisedLyricsFrame=function(e,t,r,i){var a;i=i.split("").map((function(e){return e.charCodeAt(0)})),this.frames.push({name:"SYLT",value:t,language:i,type:e,timestampFormat:r,size:(a=0,t.forEach((function(e){a+=2+2*e[0].length+2+4})),16+a),__type__:"SynchronisedLyrics"})},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 r=this.separateWithNull?String.fromCharCode(0):"TCON"===e?";":"/";r=t.join(r),this._setStringFrame(e,r);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&(n=127),e>>>14&n,e>>>7&n,e&n],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=i(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=r(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=r(e.description),s.set(u,c),c+=u.length,u=[0,0].concat(a),s.set(u,c),c+=u.length,u=r(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=r(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=r(e[0].toString()),s.set(u,c),c+=u.length,u=[0,0].concat(a),s.set(u,c),c+=u.length,u=r(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=r(e[0].toString()),s.set(u,c),c+=u.length,u=[0,0],s.set(u,c),c+=u.length,u=i(e[1]),s.set(u,c),c+=u.length}))}})),c+=this.padding,s.set(new Uint8Array(this.arrayBuffer),c),this.arrayBuffer=o},e.getBlob=function(){return new Blob([this.arrayBuffer],{type:"audio/mpeg"})},e.getURL=function(){return this.url||(this.url=URL.createObjectURL(this.getBlob())),this.url},e.revokeURL=function(){URL.revokeObjectURL(this.url)},a}()}()},72561:(e,t,r)=>{const i=r(92413),{promisify:a}=r(31669),n=a(i.pipeline),{accessSync:o,constants:s}=r(35747);function c(e){return e.forEach(((t,r)=>{e.forEach(((i,a)=>{r!=a&&i.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 r=t.slice(0,e);t.includes(")")&&(r+=t.slice(t.indexOf(")",e+1)+1)),t=r.trim(),t=t.replace(/\s\s+/g," ")}return t},andCommaConcat:function(e){const t=e.length;let r="";return e.forEach(((e,i)=>{r+=e,t!=i+1&&(r+=t-1==i+1?" & ":", ")})),r},uniqueArray:c,removeDuplicateArtists:function(e,t){return t=c(t),Object.keys(e).forEach((t=>{e[t]=c(e[t])})),[e,t]},pipeline:n,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;t{const{sep:i}=r(85622),{homedir:a}=r(12087),n=r(35747),{canWrite:o}=r(72561);let s=a(),c="",u="";function l(e){return""===e?"":n.existsSync(e)&&o(e)?e:""}e.exports={getConfigFolder:function(){return""!=c||(process.env.XDG_CONFIG_HOME&&""===c&&(c=`${process.env.XDG_CONFIG_HOME}${i}`,c=l(c)),process.env.APPDATA&&""===c&&(c=`${process.env.APPDATA}${i}`,c=l(c)),"darwin"==process.platform&&""===c&&(c=`${s}/Library/Application Support/`,c=l(c)),""===c&&(c=`${s}${i}.config${i}`,c=l(c)),""===c?c=`${process.cwd()}${i}config${i}`:c+=`deemix${i}`,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}${i}`,u=l(u)),n.existsSync(`${s}${i}.config${i}user-dirs.dirs`)){const e=n.readFileSync(`${s}${i}.config${i}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+=i,u=l(u)}if("win32"==process.platform&&""===u){const{execSync:e}=r(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:i}=r(83792),a={[i.MP4_RA3]:"360 HQ",[i.MP4_RA2]:"360 MQ",[i.MP4_RA1]:"360 LQ",[i.FLAC]:"FLAC",[i.MP3_320]:"320",[i.MP3_128]:"128",[i.DEFAULT]:"128",[i.LOCAL]:"MP3"};function n(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,r){let i;return i=0==parseInt(r.paddingSize)?(t+"").length:(10**(parseInt(r.paddingSize)-1)+"").length,1==i&&(i=2),r.padTracks?(e+"").padStart(i,"0"):e+""}function u(e,t,r){let i=r.illegalCharacterReplacer;return e=(e=(e=(e=(e=e.replaceAll("%title%",n(t.title,i))).replaceAll("%artist%",n(t.mainArtist.name,i))).replaceAll("%artists%",n(t.artists.join(", "),i))).replaceAll("%allartists%",n(t.artistsString,i))).replaceAll("%mainartists%",n(t.mainArtistsString,i)),e=(e=(e=(e=(e=(e=(e=t.featArtistsString?e.replaceAll("%featartists%",n("("+t.featArtistsString+")",i)):e.replaceAll("%featartists%","")).replaceAll("%album%",n(t.album.title,i))).replaceAll("%albumartist%",n(t.album.mainArtist.name,i))).replaceAll("%tracknumber%",c(t.trackNumber,t.album.trackTotal,r))).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%",n(t.album.genre[0],i)):e.replaceAll("%genre%","Unknown")).replaceAll("%year%",t.date.year)).replaceAll("%date%",t.dateString)).replaceAll("%bpm%",t.bpm)).replaceAll("%label%",n(t.album.label,i))).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,r)):(e=e.replaceAll("%playlist_id%","")).replaceAll("%position%",c(t.position,t.album.trackTotal,r))).replaceAll("\\","/")))}function l(e,t,r,i){let c=r.illegalCharacterReplacer;return i&&r.tags.savePlaylistAsCompilation?e=(e=e.replaceAll("%album_id%","pl_"+i.playlistID)).replaceAll("%genre%","Compile"):(e=e.replaceAll("%album_id%",t.id),e=t.genre.length?e.replaceAll("%genre%",n(t.genre[0],c)):e.replaceAll("%genre%","Unknown")),e=(e=(e=e.replaceAll("%album%",n(t.title,c))).replaceAll("%artist%",n(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%",n(t.rootArtist.name,c))).replaceAll("%root_artist_id%",t.rootArtist.id):(e=e.replaceAll("%root_artist%",n(t.mainArtist.name,c))).replaceAll("%root_artist_id%",t.mainArtist.id)).replaceAll("%tracktotal%",t.trackTotal)).replaceAll("%disctotal%",t.discTotal)).replaceAll("%type%",n(t.recordType.charAt(0).toUpperCase()+t.recordType.slice(1),c))).replaceAll("%upc%",t.barcode)).replaceAll("%explicit%",t.explicit?"(Explicit)":"")).replaceAll("%label%",n(t.label,c))).replaceAll("%year%",t.date.year)).replaceAll("%date%",t.dateString)).replaceAll("%bitrate%",a[parseInt(t.bitrate)])).replaceAll("\\","/")))}function p(e,t,r,i){let a=r.illegalCharacterReplacer;return e=(e=e.replaceAll("%artist%",n(t.name,a))).replaceAll("%artist_id%",t.id),s(o(e=(e=i?(e=e.replaceAll("%root_artist%",n(i.name,a))).replaceAll("%root_artist_id%",i.id):(e=e.replaceAll("%root_artist%",n(t.name,a))).replaceAll("%root_artist_id%",t.id)).replaceAll("\\","/")))}function h(e,t,r){let i=r.illegalCharacterReplacer;return s(o(e=(e=(e=(e=(e=(e=(e=(e=e.replaceAll("%playlist%",n(t.title,i))).replaceAll("%playlist_id%",n(t.playlistID,i))).replaceAll("%owner%",n(t.owner.name,i))).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,r){let i="%artist% - %title%",a=!1;"track"===t.type?(i=r.createSingleFolder?r.albumTracknameTemplate:r.tracknameTemplate,a=!0):i="album"===t.type?r.albumTracknameTemplate:r.playlistTracknameTemplate;let n,o,s,c,d=u(i,e,r);if(n=r.downloadLocation||".",r.createPlaylistFolder&&e.playlist&&!r.tags.savePlaylistAsCompilation&&(n+=`/${h(r.playlistNameTemplate,e.playlist,r)}`),e.playlist&&!r.tags.savePlaylistAsCompilation&&(c=n),(r.createArtistFolder&&!e.playlist||r.createArtistFolder&&e.playlist&&r.tags.savePlaylistAsCompilation||r.createArtistFolder&&e.playlist&&r.createStructurePlaylist)&&(n+=`/${p(r.artistNameTemplate,e.album.mainArtist,r,e.album.rootArtist)}`,o=n),r.createAlbumFolder&&(!a||a&&r.createSingleFolder)&&(!e.playlist||e.playlist&&r.tags.savePlaylistAsCompilation||e.playlist&&r.createStructurePlaylist)&&(n+=`/${l(r.albumNameTemplate,e.album,r,e.playlist)}`,s=n),c||(c=n),parseInt(e.album.discTotal)>1&&(r.createAlbumFolder&&r.createCDFolder&&(!a||a&&r.createSingleFolder)&&(!e.playlist||e.playlist&&r.tags.savePlaylistAsCompilation)||e.playlist&&r.createStructurePlaylist)&&(n+=`/CD${e.discNumber}`),d.includes("/")){let e=d.slice(0,d.indexOf("/"));n+=`/${e}`,d=d.slice(e.length+1)}return{filename:d,filepath:n,artistPath:o,coverPath:s,extrasPath:c}},generateTrackName:u,generateAlbumName:l,generateArtistName:p,generatePlaylistName:h,generateDownloadObjectName:function(e,t,r){let i=r.illegalCharacterReplacer;return s(o(e=(e=(e=(e=(e=(e=(e=e.replaceAll("%title%",n(t.title,i))).replaceAll("%artist%",n(t.artist,i))).replaceAll("%size%",t.size)).replaceAll("%type%",n(t.type,i))).replaceAll("%id%",n(t.id,i))).replaceAll("%bitrate%",a[parseInt(t.bitrate)])).replaceAll("\\","/").replace("/",i)))}}},54477:(e,t,r)=>{const i=r(12210),a={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"};class n extends Error{constructor(e){super(e),this.name="APIError"}}class o extends n{constructor(e){super(e),this.name="ItemsLimitExceededException"}}class s extends n{constructor(e){super(e),this.name="PermissionException"}}class c extends n{constructor(e){super(e),this.name="InvalidTokenException"}}class u extends n{constructor(e){super(e),this.name="WrongParameterException"}}class l extends n{constructor(e){super(e),this.name="MissingParameterException"}}class p extends n{constructor(e){super(e),this.name="InvalidQueryException"}}class h extends n{constructor(e){super(e),this.name="DataException"}}class d extends n{constructor(e){super(e),this.name="IndividualAccountChangedNotAllowedException"}}e.exports={SearchOrder:a,API:class{constructor(e,t){this.http_headers=t,this.cookie_jar=e,this.access_token=null}async api_call(e,t){let r;void 0===t&&(t={}),this.access_token&&(t.access_token=this.access_token);try{r=await i.get("https://api.deezer.com/"+e,{searchParams:t,cookieJar:this.cookie_jar,headers:this.http_headers,timeout:3e4}).json()}catch(r){return console.log(r),await new Promise((e=>setTimeout(e,2e3))),this.api_call(e,t)}if(r.error){if(r.error.code){if(-1!=[4,700].indexOf(r.error.code))return await new Promise((e=>setTimeout(e,5e3))),await this.api_call(e,t);if(100==r.error.code)throw new o(`ItemsLimitExceededException: ${e} ${r.error.message||""}`);if(200==r.error.code)throw new s(`PermissionException: ${e} ${r.error.message||""}`);if(300==r.error.code)throw new c(`InvalidTokenException: ${e} ${r.error.message||""}`);if(500==r.error.code)throw new u(`ParameterException: ${e} ${r.error.message||""}`);if(501==r.error.code)throw new l(`MissingParameterException: ${e} ${r.error.message||""}`);if(600==r.error.code)throw new p(`InvalidQueryException: ${e} ${r.error.message||""}`);if(800==r.error.code)throw new h(`DataException: ${e} ${r.error.message||""}`);if(901==r.error.code)throw new d(`IndividualAccountChangedNotAllowedException: ${e} ${r.error.message||""}`)}throw n(r.error)}return r}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 r=t.index||0,i=t.limit||25;return this.api_call(`album/${e}/comments`,{index:r,limit:i})}get_album_fans(e,t={}){const r=t.index||0,i=t.limit||100;return this.api_call(`album/${e}/fans`,{index:r,limit:i})}get_album_tracks(e,t={}){const r=t.index||0,i=t.limit||-1;return this.api_call(`album/${e}/tracks`,{index:r,limit:i})}get_artist(e){return this.api_call(`artist/${e}`)}get_artist_top(e,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`artist/${e}/top`,{index:r,limit:i})}get_artist_albums(e,t={}){const r=t.index||0,i=t.limit||-1;return this.api_call(`artist/${e}/albums`,{index:r,limit:i})}get_artist_comments(e,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`artist/${e}/comments`,{index:r,limit:i})}get_artist_fans(e,t={}){const r=t.index||0,i=t.limit||100;return this.api_call(`artist/${e}/fans`,{index:r,limit:i})}get_artist_related(e,t={}){const r=t.index||0,i=t.limit||20;return this.api_call(`artist/${e}/related`,{index:r,limit:i})}get_artist_radio(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`artist/${e}/radio`,{index:r,limit:i})}get_artist_playlists(e,t={}){const r=t.index||0,i=t.limit||-1;return this.api_call(`artist/${e}/playlists`,{index:r,limit:i})}get_chart(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}`,{index:r,limit:i})}get_chart_tracks(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/tracks`,{index:r,limit:i})}get_chart_albums(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/albums`,{index:r,limit:i})}get_chart_artists(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/artists`,{index:r,limit:i})}get_chart_playlists(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/playlists`,{index:r,limit:i})}get_chart_podcasts(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/podcasts`,{index:r,limit:i})}get_comment(e){return this.api_call(`comment/${e}`)}get_editorials(e={}){const t=e.index||0,r=e.limit||10;return this.api_call("editorial",{index:t,limit:r})}get_editorial(e=0){return this.api_call(`editorial/${e}`)}get_editorial_selection(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`editorial/${e}/selection`,{index:r,limit:i})}get_editorial_charts(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`editorial/${e}/charts`,{index:r,limit:i})}get_editorial_releases(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`editorial/${e}/releases`,{index:r,limit:i})}get_genres(e={}){const t=e.index||0,r=e.limit||10;return this.api_call("genre",{index:t,limit:r})}get_genre(e=0){return this.api_call(`genre/${e}`)}get_genre_artists(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`genre/${e}/artists`,{index:r,limit:i})}get_genre_radios(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`genre/${e}/radios`,{index:r,limit:i})}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 r=t.index||0,i=t.limit||10;return this.api_call(`playlist/${e}/comments`,{index:r,limit:i})}get_playlist_fans(e,t={}){const r=t.index||0,i=t.limit||100;return this.api_call(`playlist/${e}/fans`,{index:r,limit:i})}get_playlist_tracks(e,t={}){const r=t.index||0,i=t.limit||-1;return this.api_call(`playlist/${e}/tracks`,{index:r,limit:i})}get_playlist_radio(e,t={}){const r=t.index||0,i=t.limit||100;return this.api_call(`playlist/${e}/radio`,{index:r,limit:i})}get_radios(e={}){const t=e.index||0,r=e.limit||10;return this.api_call("radio",{index:t,limit:r})}get_radios_genres(e={}){const t=e.index||0,r=e.limit||25;return this.api_call("radio/genres",{index:t,limit:r})}get_radios_top(e={}){const t=e.index||0,r=e.limit||50;return this.api_call("radio/top",{index:t,limit:r})}get_radios_lists(e={}){const t=e.index||0,r=e.limit||25;return this.api_call("radio/lists",{index:t,limit:r})}get_radio(e){return this.api_call(`radio/${e}`)}get_radio_tracks(e,t={}){const r=t.index||0,i=t.limit||40;return this.api_call(`radio/${e}/tracks`,{index:r,limit:i})}_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 r=t.strict||!1,i=t.order||a.RANKING;let n={q:e,index:t.index||0,limit:t.limit||25};return r&&(n.strict="on"),i&&(n.order=i),n}search(e,t={}){const r=this._generate_search_args(e,{});return this.api_call("search",r)}advanced_search(e,t={}){const r=this._generate_search_advanced_query(e);return this.search(r,{})}search_album(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/album",r)}search_artist(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/artist",r)}search_playlist(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/playlist",r)}search_radio(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/radio",r)}search_track(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/track",r)}search_user(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/user",r)}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 r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/albums`,{index:r,limit:i})}get_user_artists(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/artists`,{index:r,limit:i})}get_user_flow(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/flow`,{index:r,limit:i})}get_user_following(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/followings`,{index:r,limit:i})}get_user_followers(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/followers`,{index:r,limit:i})}get_user_playlists(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/playlists`,{index:r,limit:i})}get_user_radios(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/radios`,{index:r,limit:i})}get_user_tracks(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/tracks`,{index:r,limit:i})}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,r){e=e.replace("–","-").replace("’","'"),t=t.replace("–","-").replace("’","'"),r=r.replace("–","-").replace("’","'");let i=await this.advanced_search({artist:e,track:t,album:r});if(i.data.length)return i.data[0].id;if(i=await this.advanced_search({artist:e,track:t}),i.data.length)return i.data[0].id;if(-1!=t.indexOf("(")&&-1!=t.indexOf(")")&&t.indexOf("("){const i=r(12210),{map_artist_album:a,map_user_track:n,map_user_artist:o,map_user_album:s,map_user_playlist:c}=r(33155),u={PUBLIC:0,PRIVATE:1,COLLABORATIVE:2},l={SNG_ID:0,SNG_TITLE:"",DURATION:0,MD5_ORIGIN:0,MEDIA_VERSION:0,FILESIZE:0,ALB_TITLE:"",ALB_PICTURE:"",ART_ID:0,ART_NAME:""};class p extends Error{constructor(e){super(e),this.name="APIError"}}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:u,EMPTY_TRACK_OBJ:l,GW:class{constructor(e,t){this.http_headers=t,this.cookie_jar=e}async api_call(e,t,r){void 0===typeof t&&(t={}),void 0===typeof r&&(r={});let a,n={api_version:"1.0",api_token:"deezer.getUserData"==e?"null":await this._get_token(),input:"3",method:e,...r};try{a=await i.post("http://www.deezer.com/ajax/gw-light.php",{searchParams:n,json:t,cookieJar:this.cookie_jar,headers:this.http_headers,timeout:3e4}).json()}catch(i){return console.log(i),await new Promise((e=>setTimeout(e,2e3))),this.api_call(e,t,r)}if(a.error.length)throw new p(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,r={}){const i=r.limit||10;return this.api_call("deezer.pageProfile",{user_id:e,tab:t,nb:i})}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=[],r=await this.api_call("song.getListData",{sng_ids:e}),i=0;for(let a=0;a{let i=e;i.POSITION=r.data.indexOf(e),t.push(i)})),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 r=t.limit||100;let i=[],a=await this.api_call("artist.getTopTrack",{art_id:e,nb:r});return a.data.forEach((e=>{e.POSITION=a.data.indexOf(e),i.push(e)})),i}get_artist_discography(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call("album.getDiscography",{art_id:e,discography_mode:"all",nb:i,nb_songs:0,start:r})}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=[],r=await this.api_call("playlist.getSongs",{playlist_id:e,nb:-1});return r.data.forEach((e=>{e.POSITION=r.data.indexOf(e),t.push(e)})),t}create_playlist(e,t=u.PUBLIC,r,i=[]){let a=[];return i.forEach((e=>{a.push([e,0])})),this.api_call("playlist.create",{title:e,status:t,description:r,songs:a})}edit_playlist(e,t,r,i,a=[]){let n=[];return a.forEach((e=>{n.push([e,0])})),this.api_call("playlist.update",{playlist_id:e,title:t,status:r,description:i,songs:n})}add_songs_to_playlist(e,t,r=-1){let i=[];return t.forEach((e=>{i.push([e,0])})),this.api_call("playlist.addSongs",{playlist_id:e,songs:i,offset:r})}add_song_to_playlist(e,t,r=-1){return this.add_songs_to_playlist(e,[t],r)}remove_songs_from_playlist(e,t){let r=[];return t.forEach((e=>{r.push([e,0])})),this.api_call("playlist.deleteSongs",{playlist_id:e,songs:r})}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,r=10,i=!0,a=!0,n=!0){return this.api_call("deezer.pageSearch",{query:e,start:t,nb:r,suggest:i,artist_suggest:a,top_tracks:n})}search_music(e,t,r={}){const i=r.index||0,a=r.limit||10;return this.api_call("search.music",{query:e,filter:"ALL",output:t,start:i,nb:a})}async get_artist_discography_tabs(e,t={}){const r=t.limit||100;let i,n=0,o=[],s={all:[]},c=[];do{i=await this.get_artist_discography(e,n,r),o.concat(i.data),n+=r}while(n{if(-1==c.indexOf(t.ALB_ID)){c.push(t.ALB_ID);let r=a(t);(t.ART_ID==e||t.ART_ID!=e&&0==t.ROLE_ID)&&t.ARTISTS_ALBUMS_IS_OFFICIAL?(s[r.record_type]||(s[r.record_type]=[]),s[r.record_type].push(r),s.all.push(r)):5==t.ROLE_ID?(s.featured||(s.featured=[]),s.featured.push(r)):0==t.ROLE_ID&&(s.more||(s.more=[]),s.more.push(r),s.all.push(r))}})),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 r=t.limit||25;let i=await this.get_user_profile_page(e,"playlists",r),a=i.DATA.USER.BLOG_NAME||"Unknown",n=i.TAB.playlists.data,o=[];return n.forEach((e=>{o.push(c(e,a))})),o}async get_user_albums(e,t={}){const r=t.limit||25;let i=await this.get_user_profile_page(e,"albums",r).TAB.albums.data,a=[];return i.forEach((e=>{a.push(s(e))})),a}async get_user_artists(e,t={}){const r=t.limit||25;let i=this.get_user_profile_page(e,"artists",r).TAB.artists.data,a=[];return i.forEach((e=>{a.push(o(e))})),a}async get_user_tracks(e,t={}){const r=t.limit||25;let i=this.get_user_profile_page(e,"loved",r).TAB.loved.data,a=[];return i.forEach((e=>{a.push(n(e))})),a}},GWAPIError:p}},83792:(e,t,r)=>{const i=r(12210),{CookieJar:a,Cookie:n}=r(47857),{API:o}=r(54477),{GW:s}=r(93013);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(e=""){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","Accept-Language":e},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)}get_accept_language(){return this.http_headers["Accept-Language"]}set_accept_language(e){this.http_headers["Accept-Language"]=e}async login(e,t,r,a=0){let n=await this.gw.get_user_data();if(0==n.USER.USER_ID)return this.logged_in=!1,!1;let o=n.checkFormLogin;return-1==(await i.post("https://www.deezer.com/ajax/action.php",{headers:this.http_headers,cookieJar:this.cookie_jar,form:{type:"login",mail:e,password:t,checkFormLogin:o,reCaptchaToken:r}}).text()).text.indexOf("success")?(this.logged_in=!1,!1):(n=await this.gw.get_user_data(),await this._post_login(n),this.change_account(a),this.logged_in=!0,!0)}async login_via_arl(e,t=0){e=e.trim();let r=new n({key:"arl",value:e,domain:".deezer.com",path:"/",httpOnly:!0});await this.cookie_jar.setCookie(r.toString(),"https://www.deezer.com");let i=await this.gw.get_user_data();return 0==i.USER.USER_ID?(this.logged_in=!1,!1):(await this._post_login(i),this.change_account(t),this.logged_in=!0,!0)}async _post_login(e){this.childs=[],e.USER.MULTI_ACCOUNT.ENABLED?(await this.gw.get_child_accounts()).forEach((e=>{this.childs.push({id:e.USER_ID,name:e.BLOG_NAME,picture:e.USER_PICTURE||""})})):this.childs.push({id:e.USER.USER_ID,name:e.USER.BLOG_NAME,picture:e.USER.USER_PICTURE||""})}change_account(e){return this.childs.length-1{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.2.1"}},9996:e=>{"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===r}(e)}(e)},r="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function i(e,t){return!1!==t.clone&&t.isMergeableObject(e)?s((r=e,Array.isArray(r)?[]:{}),e,t):e;var r}function a(e,t,r){return e.concat(t).map((function(e){return i(e,r)}))}function n(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function o(e,t){try{return t in e}catch(e){return!1}}function s(e,r,c){(c=c||{}).arrayMerge=c.arrayMerge||a,c.isMergeableObject=c.isMergeableObject||t,c.cloneUnlessOtherwiseSpecified=i;var u=Array.isArray(r);return u===Array.isArray(e)?u?c.arrayMerge(e,r,c):function(e,t,r){var a={};return r.isMergeableObject(e)&&n(e).forEach((function(t){a[t]=i(e[t],r)})),n(t).forEach((function(n){(function(e,t){return o(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,n)||(o(e,n)&&r.isMergeableObject(t[n])?a[n]=function(e,t){if(!t.customMerge)return s;var r=t.customMerge(e);return"function"==typeof r?r:s}(n,r)(e[n],t[n],r):a[n]=i(t[n],r))})),a}(e,r,c):i(r,c)}s.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,r){return s(e,r,t)}),{})};var c=s;e.exports=c},89372:(e,t,r)=>{const i=r(12210),a={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"};class n extends Error{constructor(e){super(e),this.name="APIError"}}class o extends n{constructor(e){super(e),this.name="ItemsLimitExceededException"}}class s extends n{constructor(e){super(e),this.name="PermissionException"}}class c extends n{constructor(e){super(e),this.name="InvalidTokenException"}}class u extends n{constructor(e){super(e),this.name="WrongParameterException"}}class l extends n{constructor(e){super(e),this.name="MissingParameterException"}}class p extends n{constructor(e){super(e),this.name="InvalidQueryException"}}class h extends n{constructor(e){super(e),this.name="DataException"}}class d extends n{constructor(e){super(e),this.name="IndividualAccountChangedNotAllowedException"}}e.exports={SearchOrder:a,API:class{constructor(e,t){this.http_headers=t,this.cookie_jar=e,this.access_token=null}async api_call(e,t){let r;void 0===t&&(t={}),this.access_token&&(t.access_token=this.access_token);try{r=await i.get("https://api.deezer.com/"+e,{searchParams:t,cookieJar:this.cookie_jar,headers:this.http_headers,timeout:3e4}).json()}catch(r){return console.debug("[ERROR] deezer.api",e,t,r.message),await new Promise((e=>setTimeout(e,2e3))),this.api_call(e,t)}if(r.error){if(r.error.code){if(-1!=[4,700].indexOf(r.error.code))return await new Promise((e=>setTimeout(e,5e3))),await this.api_call(e,t);if(100==r.error.code)throw new o(`ItemsLimitExceededException: ${e} ${r.error.message||""}`);if(200==r.error.code)throw new s(`PermissionException: ${e} ${r.error.message||""}`);if(300==r.error.code)throw new c(`InvalidTokenException: ${e} ${r.error.message||""}`);if(500==r.error.code)throw new u(`ParameterException: ${e} ${r.error.message||""}`);if(501==r.error.code)throw new l(`MissingParameterException: ${e} ${r.error.message||""}`);if(600==r.error.code)throw new p(`InvalidQueryException: ${e} ${r.error.message||""}`);if(800==r.error.code)throw new h(`DataException: ${e} ${r.error.message||""}`);if(901==r.error.code)throw new d(`IndividualAccountChangedNotAllowedException: ${e} ${r.error.message||""}`)}throw n(r.error)}return r}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 r=t.index||0,i=t.limit||25;return this.api_call(`album/${e}/comments`,{index:r,limit:i})}get_album_fans(e,t={}){const r=t.index||0,i=t.limit||100;return this.api_call(`album/${e}/fans`,{index:r,limit:i})}get_album_tracks(e,t={}){const r=t.index||0,i=t.limit||-1;return this.api_call(`album/${e}/tracks`,{index:r,limit:i})}get_artist(e){return this.api_call(`artist/${e}`)}get_artist_top(e,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`artist/${e}/top`,{index:r,limit:i})}get_artist_albums(e,t={}){const r=t.index||0,i=t.limit||-1;return this.api_call(`artist/${e}/albums`,{index:r,limit:i})}get_artist_comments(e,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`artist/${e}/comments`,{index:r,limit:i})}get_artist_fans(e,t={}){const r=t.index||0,i=t.limit||100;return this.api_call(`artist/${e}/fans`,{index:r,limit:i})}get_artist_related(e,t={}){const r=t.index||0,i=t.limit||20;return this.api_call(`artist/${e}/related`,{index:r,limit:i})}get_artist_radio(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`artist/${e}/radio`,{index:r,limit:i})}get_artist_playlists(e,t={}){const r=t.index||0,i=t.limit||-1;return this.api_call(`artist/${e}/playlists`,{index:r,limit:i})}get_chart(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}`,{index:r,limit:i})}get_chart_tracks(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/tracks`,{index:r,limit:i})}get_chart_albums(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/albums`,{index:r,limit:i})}get_chart_artists(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/artists`,{index:r,limit:i})}get_chart_playlists(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/playlists`,{index:r,limit:i})}get_chart_podcasts(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/podcasts`,{index:r,limit:i})}get_comment(e){return this.api_call(`comment/${e}`)}get_editorials(e={}){const t=e.index||0,r=e.limit||10;return this.api_call("editorial",{index:t,limit:r})}get_editorial(e=0){return this.api_call(`editorial/${e}`)}get_editorial_selection(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`editorial/${e}/selection`,{index:r,limit:i})}get_editorial_charts(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`editorial/${e}/charts`,{index:r,limit:i})}get_editorial_releases(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`editorial/${e}/releases`,{index:r,limit:i})}get_genres(e={}){const t=e.index||0,r=e.limit||10;return this.api_call("genre",{index:t,limit:r})}get_genre(e=0){return this.api_call(`genre/${e}`)}get_genre_artists(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`genre/${e}/artists`,{index:r,limit:i})}get_genre_radios(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`genre/${e}/radios`,{index:r,limit:i})}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 r=t.index||0,i=t.limit||10;return this.api_call(`playlist/${e}/comments`,{index:r,limit:i})}get_playlist_fans(e,t={}){const r=t.index||0,i=t.limit||100;return this.api_call(`playlist/${e}/fans`,{index:r,limit:i})}get_playlist_tracks(e,t={}){const r=t.index||0,i=t.limit||-1;return this.api_call(`playlist/${e}/tracks`,{index:r,limit:i})}get_playlist_radio(e,t={}){const r=t.index||0,i=t.limit||100;return this.api_call(`playlist/${e}/radio`,{index:r,limit:i})}get_radios(e={}){const t=e.index||0,r=e.limit||10;return this.api_call("radio",{index:t,limit:r})}get_radios_genres(e={}){const t=e.index||0,r=e.limit||25;return this.api_call("radio/genres",{index:t,limit:r})}get_radios_top(e={}){const t=e.index||0,r=e.limit||50;return this.api_call("radio/top",{index:t,limit:r})}get_radios_lists(e={}){const t=e.index||0,r=e.limit||25;return this.api_call("radio/lists",{index:t,limit:r})}get_radio(e){return this.api_call(`radio/${e}`)}get_radio_tracks(e,t={}){const r=t.index||0,i=t.limit||40;return this.api_call(`radio/${e}/tracks`,{index:r,limit:i})}_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 r=t.strict||!1,i=t.order||a.RANKING;let n={q:e,index:t.index||0,limit:t.limit||25};return r&&(n.strict="on"),i&&(n.order=i),n}search(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search",r)}advanced_search(e,t={}){const r=this._generate_search_advanced_query(e);return this.search(r,t)}search_album(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/album",r)}search_artist(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/artist",r)}search_playlist(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/playlist",r)}search_radio(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/radio",r)}search_track(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/track",r)}search_user(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/user",r)}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 r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/albums`,{index:r,limit:i})}get_user_artists(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/artists`,{index:r,limit:i})}get_user_flow(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/flow`,{index:r,limit:i})}get_user_following(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/followings`,{index:r,limit:i})}get_user_followers(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/followers`,{index:r,limit:i})}get_user_playlists(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/playlists`,{index:r,limit:i})}get_user_radios(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/radios`,{index:r,limit:i})}get_user_tracks(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/tracks`,{index:r,limit:i})}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,r){e=e.replace("–","-").replace("’","'"),t=t.replace("–","-").replace("’","'"),r=r.replace("–","-").replace("’","'");let i=await this.advanced_search({artist:e,track:t,album:r});if(i.data.length)return i.data[0].id;if(i=await this.advanced_search({artist:e,track:t}),i.data.length)return i.data[0].id;if(-1!=t.indexOf("(")&&-1!=t.indexOf(")")&&t.indexOf("("){const i=r(12210),{map_artist_album:a,map_user_track:n,map_user_artist:o,map_user_album:s,map_user_playlist:c}=r(75154),u={PUBLIC:0,PRIVATE:1,COLLABORATIVE:2},l={SNG_ID:0,SNG_TITLE:"",DURATION:0,MD5_ORIGIN:0,MEDIA_VERSION:0,FILESIZE:0,ALB_TITLE:"",ALB_PICTURE:"",ART_ID:0,ART_NAME:""};class p extends Error{constructor(e){super(e),this.name="APIError"}}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:u,EMPTY_TRACK_OBJ:l,GW:class{constructor(e,t){this.http_headers=t,this.cookie_jar=e}async api_call(e,t,r){void 0===typeof t&&(t={}),void 0===typeof r&&(r={});let a,n={api_version:"1.0",api_token:"deezer.getUserData"==e?"null":await this._get_token(),input:"3",method:e,...r};try{a=await i.post("http://www.deezer.com/ajax/gw-light.php",{searchParams:n,json:t,cookieJar:this.cookie_jar,headers:this.http_headers,timeout:3e4}).json()}catch(i){return console.debug("[ERROR] deezer.gw",e,t,i.message),await new Promise((e=>setTimeout(e,2e3))),this.api_call(e,t,r)}if(a.error.length)throw new p(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,r={}){const i=r.limit||10;return this.api_call("deezer.pageProfile",{user_id:e,tab:t,nb:i})}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=[],r=await this.api_call("song.getListData",{sng_ids:e}),i=0;for(let a=0;a{let i=e;i.POSITION=r.data.indexOf(e),t.push(i)})),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 r=t.limit||100;let i=[],a=await this.api_call("artist.getTopTrack",{art_id:e,nb:r});return a.data.forEach((e=>{e.POSITION=a.data.indexOf(e),i.push(e)})),i}get_artist_discography(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call("album.getDiscography",{art_id:e,discography_mode:"all",nb:i,nb_songs:0,start:r})}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=[],r=await this.api_call("playlist.getSongs",{playlist_id:e,nb:-1});return r.data.forEach((e=>{e.POSITION=r.data.indexOf(e),t.push(e)})),t}create_playlist(e,t=u.PUBLIC,r,i=[]){let a=[];return i.forEach((e=>{a.push([e,0])})),this.api_call("playlist.create",{title:e,status:t,description:r,songs:a})}edit_playlist(e,t,r,i,a=[]){let n=[];return a.forEach((e=>{n.push([e,0])})),this.api_call("playlist.update",{playlist_id:e,title:t,status:r,description:i,songs:n})}add_songs_to_playlist(e,t,r=-1){let i=[];return t.forEach((e=>{i.push([e,0])})),this.api_call("playlist.addSongs",{playlist_id:e,songs:i,offset:r})}add_song_to_playlist(e,t,r=-1){return this.add_songs_to_playlist(e,[t],r)}remove_songs_from_playlist(e,t){let r=[];return t.forEach((e=>{r.push([e,0])})),this.api_call("playlist.deleteSongs",{playlist_id:e,songs:r})}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,r=10,i=!0,a=!0,n=!0){return this.api_call("deezer.pageSearch",{query:e,start:t,nb:r,suggest:i,artist_suggest:a,top_tracks:n})}search_music(e,t,r={}){const i=r.index||0,a=r.limit||10;return this.api_call("search.music",{query:e,filter:"ALL",output:t,start:i,nb:a})}async get_artist_discography_tabs(e,t={}){const r=t.limit||100;let i,n=0,o=[],s={all:[]},c=[];do{i=await this.get_artist_discography(e,{index:n,limit:r}),o=o.concat(i.data),n+=r}while(n{if(-1==c.indexOf(t.ALB_ID)){c.push(t.ALB_ID);let r=a(t);(t.ART_ID==e||t.ART_ID!=e&&0==t.ROLE_ID)&&t.ARTISTS_ALBUMS_IS_OFFICIAL?(s[r.record_type]||(s[r.record_type]=[]),s[r.record_type].push(r),s.all.push(r)):5==t.ROLE_ID?(s.featured||(s.featured=[]),s.featured.push(r)):0==t.ROLE_ID&&(s.more||(s.more=[]),s.more.push(r),s.all.push(r))}})),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 r=t.limit||25;let i=await this.get_user_profile_page(e,"playlists",{limit:r}),a=i.DATA.USER.BLOG_NAME||"Unknown",n=i.TAB.playlists.data,o=[];return n.forEach((e=>{o.push(c(e,a))})),o}async get_user_albums(e,t={}){const r=t.limit||25;let i=await this.get_user_profile_page(e,"albums",{limit:r});i=i.TAB.albums.data;let a=[];return i.forEach((e=>{a.push(s(e))})),a}async get_user_artists(e,t={}){const r=t.limit||25;let i=this.get_user_profile_page(e,"artists",{limit:r});i=i.TAB.artists.data;let a=[];return i.forEach((e=>{a.push(o(e))})),a}async get_user_tracks(e,t={}){const r=t.limit||25;let i=this.get_user_profile_page(e,"loved",{limit:r});i=i.TAB.loved.data;let a=[];return i.forEach((e=>{a.push(n(e))})),a}},GWAPIError:p}},63623:(e,t,r)=>{const i=r(12210),{CookieJar:a,Cookie:n}=r(47857),{API:o}=r(89372),{GW:s}=r(79596);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(e=""){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","Accept-Language":e},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)}get_accept_language(){return this.http_headers["Accept-Language"]}set_accept_language(e){this.http_headers["Accept-Language"]=e}async login(e,t,r,a=0){let n=await this.gw.get_user_data();if(0==n.USER.USER_ID)return this.logged_in=!1,!1;let o=n.checkFormLogin;return-1==(await i.post("https://www.deezer.com/ajax/action.php",{headers:this.http_headers,cookieJar:this.cookie_jar,form:{type:"login",mail:e,password:t,checkFormLogin:o,reCaptchaToken:r}}).text()).text.indexOf("success")?(this.logged_in=!1,!1):(n=await this.gw.get_user_data(),await this._post_login(n),this.change_account(a),this.logged_in=!0,!0)}async login_via_arl(e,t=0){e=e.trim();let r=new n({key:"arl",value:e,domain:".deezer.com",path:"/",httpOnly:!0});await this.cookie_jar.setCookie(r.toString(),"https://www.deezer.com");let i=await this.gw.get_user_data();return 0==i.USER.USER_ID?(this.logged_in=!1,!1):(await this._post_login(i),this.change_account(t),this.logged_in=!0,!0)}async _post_login(e){this.childs=[],e.USER.MULTI_ACCOUNT.ENABLED?(await this.gw.get_child_accounts()).forEach((e=>{this.childs.push({id:e.USER_ID,name:e.BLOG_NAME,picture:e.USER_PICTURE||""})})):this.childs.push({id:e.USER.USER_ID,name:e.USER.BLOG_NAME,picture:e.USER.USER_PICTURE||""})}change_account(e){return this.childs.length-1{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("—","-")}}},1313:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=(e,t)=>{let r;r="function"==typeof t?{connect:t}:t;const i="function"==typeof r.connect,a="function"==typeof r.secureConnect,n="function"==typeof r.close,o=()=>{i&&r.connect(),function(e){return e.encrypted}(e)&&a&&(e.authorized?r.secureConnect():e.authorizationError||e.once("secureConnect",r.secureConnect)),n&&e.once("close",r.close)};e.writable&&!e.connecting?o():e.connecting?e.once("connect",o):e.destroyed&&n&&r.close(e._hadError)};t.default=r,e.exports=r,e.exports.default=r},63463:(e,t,r)=>{var i=r(92413).Stream,a=r(31669);function n(){this.source=null,this.dataSize=0,this.maxDataSize=1048576,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}e.exports=n,a.inherits(n,i),n.create=function(e,t){var r=new this;for(var i in t=t||{})r[i]=t[i];r.source=e;var a=e.emit;return e.emit=function(){return r._handleEmit(arguments),a.apply(e,arguments)},e.on("error",(function(){})),r.pauseStream&&e.pause(),r},Object.defineProperty(n.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}}),n.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)},n.prototype.resume=function(){this._released||this.release(),this.source.resume()},n.prototype.pause=function(){this.source.pause()},n.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]},n.prototype.pipe=function(){var e=i.prototype.pipe.apply(this,arguments);return this.resume(),e},n.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))},n.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 r=e.split(/[ ,]+/),i=String(t).toLowerCase(),a=0;a",r=e.getLineNumber(),i=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var a=[t,r,i];return a.callSite=e,a.name=e.getFunctionName(),a}function defaultMessage(e){var t=e.callSite,r=e.name;r||(r="");var i=t.getThis(),a=i&&t.getTypeName();return"Object"===a&&(a=void 0),"Function"===a&&(a=i.name||a),a&&t.getMethodName()?a+"."+r:r}function formatPlain(e,t,r){var i=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var a=0;a{"use strict";e.exports=function(e){var t,r=!0,i=function(e){var t,r="";if(e.isNative()?r="native":e.isEval()?(t=e.getScriptNameOrSourceURL())||(r=e.getEvalOrigin()):t=e.getFileName(),t){r+=t;var i=e.getLineNumber();if(null!=i){r+=":"+i;var a=e.getColumnNumber();a&&(r+=":"+a)}}return r||"unknown source"}(e),a=e.getFunctionName(),n=e.isConstructor(),o="";if(!(e.isToplevel()||n)){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 n?o+="new "+(a||""):a?o+=a:(r=!1,o+=i);return r&&(o+=" ("+i+")"),o}},51671:e=>{"use strict";e.exports=function(e,t){return e.listeners(t).length}},32316:(e,t,r)=>{"use strict";var i=r(28614).EventEmitter;function a(e,t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){var i=r();return Object.defineProperty(e,t,{configurable:!0,enumerable:!0,value:i}),i}})}function n(e){return e.toString()}a(e.exports,"callSiteToString",(function(){var e=Error.stackTraceLimit,t={},i=Error.prepareStackTrace;Error.prepareStackTrace=function(e,t){return t},Error.stackTraceLimit=2,Error.captureStackTrace(t);var a=t.stack.slice();return Error.prepareStackTrace=i,Error.stackTraceLimit=e,a[0].toString?n:r(45868)})),a(e.exports,"eventListenerCount",(function(){return i.listenerCount||r(51671)}))},26149:(e,t,r)=>{"use strict";var i=r(35747).ReadStream,a=r(92413);function n(){"number"==typeof this.fd&&this.close()}e.exports=function(e){return e instanceof i?function(e){return e.destroy(),"function"==typeof e.close&&e.on("open",n),e}(e):e instanceof a?("function"==typeof e.destroy&&e.destroy(),e):e}},66245:(e,t,r)=>{var i=r(76417),a=r(36077).BigInteger,n=(r(62241).ECPointFp,r(2399).Buffer);function o(e,t){return e.length>=t?e:o("0"+e,t)}t.ECCurves=r(75528),t.ECKey=function(e,t,r){var s,c=e(),u=c.getN(),l=Math.floor(u.bitLength()/8);if(t)if(r)e=c.getCurve(),this.P=e.decodePointHex(t.toString("hex"));else{if(t.length!=l)return!1;s=new a(t.toString("hex"),16)}else{var p=u.subtract(a.ONE),h=new a(i.randomBytes(u.bitLength()));s=h.mod(p).add(a.ONE),this.P=c.getG().multiply(s)}this.P&&(this.PublicKey=n.from(c.getCurve().encodeCompressedPointHex(this.P),"hex")),s&&(this.PrivateKey=n.from(o(s.toString(16),2*l),"hex"),this.deriveSharedSecret=function(e){if(!e||!e.P)return!1;var t=e.P.multiply(s);return n.from(o(t.getX().toBigInteger().toString(16),2*l),"hex")})}},62241:(e,t,r)=>{var i=r(36077).BigInteger,a=i.prototype.Barrett;function n(e,t){this.x=t,this.q=e}function o(e,t,r,a){this.curve=e,this.x=t,this.y=r,this.z=null==a?i.ONE:a,this.zinv=null}function s(e,t,r){this.q=e,this.a=this.fromBigInteger(t),this.b=this.fromBigInteger(r),this.infinity=new o(this,null,null),this.reducer=new a(this.q)}n.prototype.equals=function(e){return e==this||this.q.equals(e.q)&&this.x.equals(e.x)},n.prototype.toBigInteger=function(){return this.x},n.prototype.negate=function(){return new n(this.q,this.x.negate().mod(this.q))},n.prototype.add=function(e){return new n(this.q,this.x.add(e.toBigInteger()).mod(this.q))},n.prototype.subtract=function(e){return new n(this.q,this.x.subtract(e.toBigInteger()).mod(this.q))},n.prototype.multiply=function(e){return new n(this.q,this.x.multiply(e.toBigInteger()).mod(this.q))},n.prototype.square=function(){return new n(this.q,this.x.square().mod(this.q))},n.prototype.divide=function(e){return new n(this.q,this.x.multiply(e.toBigInteger().modInverse(this.q)).mod(this.q))},o.prototype.getX=function(){null==this.zinv&&(this.zinv=this.z.modInverse(this.curve.q));var e=this.x.toBigInteger().multiply(this.zinv);return this.curve.reduce(e),this.curve.fromBigInteger(e)},o.prototype.getY=function(){null==this.zinv&&(this.zinv=this.z.modInverse(this.curve.q));var e=this.y.toBigInteger().multiply(this.zinv);return this.curve.reduce(e),this.curve.fromBigInteger(e)},o.prototype.equals=function(e){return e==this||(this.isInfinity()?e.isInfinity():e.isInfinity()?this.isInfinity():!!e.y.toBigInteger().multiply(this.z).subtract(this.y.toBigInteger().multiply(e.z)).mod(this.curve.q).equals(i.ZERO)&&e.x.toBigInteger().multiply(this.z).subtract(this.x.toBigInteger().multiply(e.z)).mod(this.curve.q).equals(i.ZERO))},o.prototype.isInfinity=function(){return null==this.x&&null==this.y||this.z.equals(i.ZERO)&&!this.y.toBigInteger().equals(i.ZERO)},o.prototype.negate=function(){return new o(this.curve,this.x,this.y.negate(),this.z)},o.prototype.add=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var t=e.y.toBigInteger().multiply(this.z).subtract(this.y.toBigInteger().multiply(e.z)).mod(this.curve.q),r=e.x.toBigInteger().multiply(this.z).subtract(this.x.toBigInteger().multiply(e.z)).mod(this.curve.q);if(i.ZERO.equals(r))return i.ZERO.equals(t)?this.twice():this.curve.getInfinity();var a=new i("3"),n=this.x.toBigInteger(),s=this.y.toBigInteger(),c=(e.x.toBigInteger(),e.y.toBigInteger(),r.square()),u=c.multiply(r),l=n.multiply(c),p=t.square().multiply(this.z),h=p.subtract(l.shiftLeft(1)).multiply(e.z).subtract(u).multiply(r).mod(this.curve.q),d=l.multiply(a).multiply(t).subtract(s.multiply(u)).subtract(p.multiply(t)).multiply(e.z).add(t.multiply(u)).mod(this.curve.q),f=u.multiply(this.z).multiply(e.z).mod(this.curve.q);return new o(this.curve,this.curve.fromBigInteger(h),this.curve.fromBigInteger(d),f)},o.prototype.twice=function(){if(this.isInfinity())return this;if(0==this.y.toBigInteger().signum())return this.curve.getInfinity();var e=new i("3"),t=this.x.toBigInteger(),r=this.y.toBigInteger(),a=r.multiply(this.z),n=a.multiply(r).mod(this.curve.q),s=this.curve.a.toBigInteger(),c=t.square().multiply(e);i.ZERO.equals(s)||(c=c.add(this.z.square().multiply(s)));var u=(c=c.mod(this.curve.q)).square().subtract(t.shiftLeft(3).multiply(n)).shiftLeft(1).multiply(a).mod(this.curve.q),l=c.multiply(e).multiply(t).subtract(n.shiftLeft(1)).shiftLeft(2).multiply(n).subtract(c.square().multiply(c)).mod(this.curve.q),p=a.square().multiply(a).shiftLeft(3).mod(this.curve.q);return new o(this.curve,this.curve.fromBigInteger(u),this.curve.fromBigInteger(l),p)},o.prototype.multiply=function(e){if(this.isInfinity())return this;if(0==e.signum())return this.curve.getInfinity();var t,r=e,a=r.multiply(new i("3")),n=this.negate(),o=this;for(t=a.bitLength()-2;t>0;--t){o=o.twice();var s=a.testBit(t);s!=r.testBit(t)&&(o=o.add(s?this:n))}return o},o.prototype.multiplyTwo=function(e,t,r){var i;i=e.bitLength()>r.bitLength()?e.bitLength()-1:r.bitLength()-1;for(var a=this.curve.getInfinity(),n=this.add(t);i>=0;)a=a.twice(),e.testBit(i)?a=r.testBit(i)?a.add(n):a.add(this):r.testBit(i)&&(a=a.add(t)),--i;return a},s.prototype.getQ=function(){return this.q},s.prototype.getA=function(){return this.a},s.prototype.getB=function(){return this.b},s.prototype.equals=function(e){return e==this||this.q.equals(e.q)&&this.a.equals(e.a)&&this.b.equals(e.b)},s.prototype.getInfinity=function(){return this.infinity},s.prototype.fromBigInteger=function(e){return new n(this.q,e)},s.prototype.reduce=function(e){this.reducer.reduce(e)},s.prototype.encodePointHex=function(e){if(e.isInfinity())return"00";var t=e.getX().toBigInteger().toString(16),r=e.getY().toBigInteger().toString(16),i=this.getQ().toString(16).length;for(i%2!=0&&i++;t.length128&&-1==this.q.shiftRight(e-64).intValue()&&(this.r=i.ONE.shiftLeft(e).subtract(this.q)),this.r},n.prototype.modMult=function(e,t){return this.modReduce(e.multiply(t))},n.prototype.modReduce=function(e){if(null!=this.getR()){for(var t=q.bitLength();e.bitLength()>t+1;){var r=e.shiftRight(t),a=e.subtract(r.shiftLeft(t));this.getR().equals(i.ONE)||(r=r.multiply(this.getR())),e=r.add(a)}for(;e.compareTo(q)>=0;)e=e.subtract(q)}else e=e.mod(q);return e},n.prototype.sqrt=function(){if(!this.q.testBit(0))throw"unsupported";if(this.q.testBit(1)){var e=new n(this.q,this.x.modPow(this.q.shiftRight(2).add(i.ONE),this.q));return e.square().equals(this)?e:null}var t=this.q.subtract(i.ONE),r=t.shiftRight(1);if(!this.x.modPow(r,this.q).equals(i.ONE))return null;var a,o,s=t.shiftRight(2).shiftLeft(1).add(i.ONE),c=this.x,u=modDouble(modDouble(c));do{var l;do{l=new i(this.q.bitLength(),new SecureRandom)}while(l.compareTo(this.q)>=0||!l.multiply(l).subtract(u).modPow(r,this.q).equals(t));var p=this.lucasSequence(l,c,s);if(a=p[0],o=p[1],this.modMult(o,o).equals(u))return o.testBit(0)&&(o=o.add(q)),o=o.shiftRight(1),new n(q,o)}while(a.equals(i.ONE)||a.equals(t));return null},n.prototype.lucasSequence=function(e,t,r){for(var a=r.bitLength(),n=r.getLowestSetBit(),o=i.ONE,s=i.TWO,c=e,u=i.ONE,l=i.ONE,p=a-1;p>=n+1;--p)u=this.modMult(u,l),r.testBit(p)?(l=this.modMult(u,t),o=this.modMult(o,c),s=this.modReduce(c.multiply(s).subtract(e.multiply(u))),c=this.modReduce(c.multiply(c).subtract(l.shiftLeft(1)))):(l=u,o=this.modReduce(o.multiply(s).subtract(u)),c=this.modReduce(c.multiply(s).subtract(e.multiply(u))),s=this.modReduce(s.multiply(s).subtract(u.shiftLeft(1))));for(u=this.modMult(u,l),l=this.modMult(u,t),o=this.modReduce(o.multiply(s).subtract(u)),s=this.modReduce(c.multiply(s).subtract(e.multiply(u))),u=this.modMult(u,l),p=1;p<=n;++p)o=this.modMult(o,s),s=this.modReduce(s.multiply(s).subtract(u.shiftLeft(1))),u=this.modMult(u,u);return[o,s]};var c={ECCurveFp:s,ECPointFp:o,ECFieldElementFp:n};e.exports=c},75528:(e,t,r)=>{var i=r(36077).BigInteger,a=r(62241).ECCurveFp;function n(e,t,r,i){this.curve=e,this.g=t,this.n=r,this.h=i}function o(e){return new i(e,16)}n.prototype.getCurve=function(){return this.curve},n.prototype.getG=function(){return this.g},n.prototype.getN=function(){return this.n},n.prototype.getH=function(){return this.h},e.exports={secp128r1:function(){var e=o("FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFF"),t=o("FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFC"),r=o("E87579C11079F43DD824993C2CEE5ED3"),s=o("FFFFFFFE0000000075A30D1B9038A115"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("04161FF7528B899B2D0C28607CA52C5B86CF5AC8395BAFEB13C02DA292DDED7A83");return new n(u,l,s,c)},secp160k1:function(){var e=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFAC73"),t=i.ZERO,r=o("7"),s=o("0100000000000000000001B8FA16DFAB9ACA16B6B3"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("043B4C382CE37AA192A4019E763036F4F5DD4D7EBB938CF935318FDCED6BC28286531733C3F03C4FEE");return new n(u,l,s,c)},secp160r1:function(){var e=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFF"),t=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFC"),r=o("1C97BEFC54BD7A8B65ACF89F81D4D4ADC565FA45"),s=o("0100000000000000000001F4C8F927AED3CA752257"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("044A96B5688EF573284664698968C38BB913CBFC8223A628553168947D59DCC912042351377AC5FB32");return new n(u,l,s,c)},secp192k1:function(){var e=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFEE37"),t=i.ZERO,r=o("3"),s=o("FFFFFFFFFFFFFFFFFFFFFFFE26F2FC170F69466A74DEFD8D"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("04DB4FF10EC057E9AE26B07D0280B7F4341DA5D1B1EAE06C7D9B2F2F6D9C5628A7844163D015BE86344082AA88D95E2F9D");return new n(u,l,s,c)},secp192r1:function(){var e=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF"),t=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC"),r=o("64210519E59C80E70FA7E9AB72243049FEB8DEECC146B9B1"),s=o("FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("04188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF101207192B95FFC8DA78631011ED6B24CDD573F977A11E794811");return new n(u,l,s,c)},secp224r1:function(){var e=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000001"),t=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE"),r=o("B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4"),s=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFF16A2E0B8F03E13DD29455C5C2A3D"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("04B70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21BD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34");return new n(u,l,s,c)},secp256r1:function(){var e=o("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF"),t=o("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFC"),r=o("5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B"),s=o("FFFFFFFF00000000FFFFFFFFFFFFFFFFBCE6FAADA7179E84F3B9CAC2FC632551"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("046B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C2964FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5");return new n(u,l,s,c)}}},94331:e=>{"use strict";function t(e,t){return function(r){for(var i=new Array(arguments.length),a=this,n="error"===e?r: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(r,"$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,r=/(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g},12840:(e,t,r)=>{var i=r(30778),a=function(){},n=function(e,t,r){if("function"==typeof t)return n(e,null,t);t||(t={}),r=i(r||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||h()},h=function(){u=!1,c||r.call(e)},d=function(){c=!1,u||r.call(e)},f=function(t){r.call(e,t?new Error("exited with error code: "+t):null)},m=function(t){r.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:r.call(e,new Error("premature close"))},y=function(){e.req.on("finish",h)};return function(e){return e.setHeader&&"function"==typeof e.abort}(e)?(e.on("complete",h),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",f),e.on("end",d),e.on("finish",h),!1!==t.error&&e.on("error",m),e.on("close",g),function(){l=!0,e.removeListener("complete",h),e.removeListener("abort",g),e.removeListener("request",y),e.req&&e.req.removeListener("finish",h),e.removeListener("end",p),e.removeListener("close",p),e.removeListener("finish",h),e.removeListener("exit",f),e.removeListener("end",d),e.removeListener("error",m),e.removeListener("close",g)}};e.exports=n},81045:(e,t,r)=>{const{dirname:i,resolve:a}=r(85622),{readdirSync:n,statSync:o}=r(35747);e.exports=function(e,t){let r,s=a(".",e);for(o(s).isDirectory()||(s=i(s));;){if(r=t(s,n(s)),r)return a(s,r);if(s=i(r=s),r===s)break}}},95573:e=>{"use strict";var t=/["'&<>]/;e.exports=function(e){var r,i=""+e,a=t.exec(i);if(!a)return i;var n="",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 r,o=(r=e,"function"==typeof a&&r instanceof a||r&&"object"==typeof r&&"ctime"in r&&"[object Date]"===n.call(r.ctime)&&"mtime"in r&&"[object Date]"===n.call(r.mtime)&&"ino"in r&&"number"==typeof r.ino&&"size"in r&&"number"==typeof r.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=i.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 i=r(76417),a=r(35747).Stats,n=Object.prototype.toString},92024:(e,t,r)=>{"use strict";var i=r(89509).Buffer,a=r(19386),n=r(76417),o=r(15158)("express-session"),s=r(52687)("express-session"),c=r(54236),u=r(18317),l=r(61365),p=r(11599).sync,h=r(96146),d=r(79101),f=r(66651),m=r(44953);(t=e.exports=function(e){var t=e||{},r=t.cookie||{},n=t.genid||v,p=t.name||t.key||"connect.sid",m=t.store||new d,w=t.proxy,k=t.resave,_=Boolean(t.rolling),j=t.saveUninitialized,E=t.secret;if("function"!=typeof n)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 S="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"),m instanceof d&&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."),m.generate=function(e){e.sessionID=n(e),e.session=new f(e),e.session.cookie=new h(r),"auto"===r.secure&&(e.session.cookie.secure=b(e,w))};var D="function"==typeof m.touch,A=!0;return m.on("disconnect",(function(){A=!1})),m.on("connect",(function(){A=!0})),function(e,t,n){if(e.session)n();else{if(!A)return o("store is disconnected"),void n();if(0!==(u.original(e).pathname||"/").indexOf(r.path||"/"))return n();if(E||e.secret){var h,d,f,v=E||[e.secret],C=!1;e.sessionStore=m;var T=e.sessionID=function(e,t,r){var i,n,c=e.headers.cookie;return c&&(i=a.parse(c)[t])&&("s:"===i.substr(0,2)?!1===(n=x(i.slice(2),r))&&(o("cookie signature invalid"),n=void 0):o("cookie unsigned")),!n&&e.signedCookies&&(n=e.signedCookies[t])&&s("cookie should be available in req.headers.cookie"),!n&&e.cookies&&(i=e.cookies[t])&&("s:"===i.substr(0,2)?((n=x(i.slice(2),r))&&s("cookie should be available in req.headers.cookie"),!1===n&&(o("cookie signature invalid"),n=void 0)):o("cookie unsigned")),n}(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)?(C||(e.session.touch(),C=!0),function(e,t,r,i,n){var s="s:"+l.sign(r,i),c=a.serialize(t,s,n);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 P=t.end,O=t.write,F=!1;if(t.end=function(r,a){if(F)return!1;var s;F=!0;var c=!0;function u(){if(c)return s=P.call(t,r,a),void(c=!1);P.call(t)}function l(){if(!c)return s;if(t._header||t._implicitHeader(),null==r)return s=!0;var e=Number(t.getHeader("Content-Length"));return!isNaN(e)&&e>0&&(r=i.isBuffer(r)?r:i.from(r,a),a=void 0,0!==r.length)?(o("split response"),s=O.call(t,r.slice(0,r.length-1)),r=r.slice(r.length-1,r.length),s):(s=O.call(t,r,a),c=!1,s)}return function(e){return e.sessionID&&S&&null==e.session}(e)?(o("destroying"),m.destroy(e.sessionID,(function(e){e&&g(n,e),o("destroyed"),u()})),l()):e.session?(C||(e.session.touch(),C=!0),B(e)?(e.session.save((function(e){e&&g(n,e),u()})),l()):D&&function(e){return"string"!=typeof e.sessionID?(o("session ignored because of bogus req.sessionID %o",e.sessionID),!1):T===e.sessionID&&!B(e)}(e)?(o("touching"),m.touch(e.sessionID,e.session,(function(e){e&&g(n,e),o("touched"),u()})),l()):P.call(t,r,a)):(o("no session"),P.call(t,r,a))},!e.sessionID)return o("no SID sent, generating session"),I(),void n();o("fetching %s",e.sessionID),m.get(e.sessionID,(function(t,r){if(t&&"ENOENT"!==t.code)return o("error %j",t),void n(t);try{t||!r?(o("no session found"),I()):(o("session found"),function(e,t){m.createSession(e,t),d=e.sessionID,h=y(t),k||(f=h),z(e.session)}(e,r))}catch(e){return void n(e)}n()}))}else n(new Error("secret option required for sessions"))}function I(){m.generate(e),d=e.sessionID,h=y(e.session),z(e.session)}function z(t){var r=t.reload,i=t.save;Object.defineProperty(t,"reload",{configurable:!0,enumerable:!1,value:function(t){o("reloading %s",this.id),r.call(this,function(t,r){return function(){e.session!==t&&z(e.session),r.apply(this,arguments)}}(this,t))},writable:!0}),Object.defineProperty(t,"save",{configurable:!0,enumerable:!1,value:function(){o("saving %s",this.id),f=y(this),i.apply(this,arguments)},writable:!0})}function R(e){return d!==e.id||h!==y(e)}function B(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,!(d===t.id&&f===y(t))):R(e.session);var t}}}).Store=m,t.Cookie=h,t.Session=f,t.MemoryStore=d;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,r){if(this!==e||"cookie"!==t)return r}));return n.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 r=e.headers["x-forwarded-proto"]||"",i=r.indexOf(",");return"https"===(-1!==i?r.substr(0,i).toLowerCase().trim():r.toLowerCase().trim())}function x(e,t){for(var r=0;r{"use strict";t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");for(var i={},n=t||{},s=e.split(a),c=n.decode||r,u=0;u{var i=r(85622).relative;e.exports=function(e){if(!e)throw new TypeError("argument namespace is required");var t=c(d()[1])[0];function r(e){s.call(r,e)}return r._file=t,r._ignored=function(e){return!!process.noDeprecation||n(process.env.NO_DEPRECATION||"",e)}(e),r._namespace=e,r._traced=function(e){return!!process.traceDeprecation||n(process.env.TRACE_DEPRECATION||"",e)}(e),r._warned=Object.create(null),r.function=m,r.property=g,r};var a=process.cwd();function n(e,t){for(var r=e.split(/[ ,]+/),i=String(t).toLowerCase(),a=0;a0);if(a||!this._ignored){var n,o,s,h,f=0,m=!1,g=d(),y=this._file;for(t?(h=t,(s=c(g[1])).name=h.name,y=s[0]):s=h=c(g[f=2]);f",r=e.getLineNumber(),i=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var a=[t,r,i];return a.callSite=e,a.name=e.getFunctionName(),a}function u(e){var t=e.callSite,r=e.name;r||(r="");var i=t.getThis(),a=i&&t.getTypeName();return"Object"===a&&(a=void 0),"Function"===a&&(a=i.name||a),a&&t.getMethodName()?a+"."+r:r}function l(e,t,r){var i=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var a=0;a{"use strict";var i=r(19386),a=r(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 i.serialize(e,t,this.data)},toJSON:function(){return this.data}}},79101:(e,t,r)=>{"use strict";var i=r(44953),a=r(31669),n="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))};function o(){i.call(this),this.sessions=Object.create(null)}function s(e){var t=this.sessions[e];if(t){if((t=JSON.parse(t)).cookie){var r="string"==typeof t.cookie.expires?new Date(t.cookie.expires):t.cookie.expires;if(r&&r<=Date.now())return void delete this.sessions[e]}return t}}e.exports=o,a.inherits(o,i),o.prototype.all=function(e){for(var t=Object.keys(this.sessions),r=Object.create(null),i=0;i{"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 r in t)r in this||(this[r]=t[r])}function r(e,t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:r,writable:!0})}e.exports=t,r(t.prototype,"touch",(function(){return this.resetMaxAge()})),r(t.prototype,"resetMaxAge",(function(){return this.cookie.maxAge=this.cookie.originalMaxAge,this})),r(t.prototype,"save",(function(e){return this.req.sessionStore.set(this.id,this,e||function(){}),this})),r(t.prototype,"reload",(function(e){var t=this.req,r=this.req.sessionStore;return r.get(this.id,(function(i,a){return i?e(i):a?(r.createSession(t,a),void e()):e(new Error("failed to load session"))})),this})),r(t.prototype,"destroy",(function(e){return delete this.req.session,this.req.sessionStore.destroy(this.id,e),this})),r(t.prototype,"regenerate",(function(e){return this.req.sessionStore.regenerate(this.req,e),this}))},44953:(e,t,r)=>{"use strict";var i=r(96146),a=r(28614).EventEmitter,n=r(66651),o=r(31669);function s(){a.call(this)}e.exports=s,o.inherits(s,a),s.prototype.regenerate=function(e,t){var r=this;this.destroy(e.sessionID,(function(i){r.generate(e),t(i)}))},s.prototype.load=function(e,t){var r=this;this.get(e,(function(i,a){if(i)return t(i);if(!a)return t();var n={sessionID:e,sessionStore:r};t(null,r.createSession(n,a))}))},s.prototype.createSession=function(e,t){var r=t.cookie.expires,a=t.cookie.originalMaxAge;return t.cookie=new i(t.cookie),"string"==typeof r&&(t.cookie.expires=new Date(r)),t.cookie.originalMaxAge=a,e.session=new n(e,t),e.session}},99268:(e,t,r)=>{"use strict";e.exports=r(85499)},68346:(e,t,r)=>{"use strict";var i=r(17838),a=r(29483),n=r(38873),o=r(31735),s=r(27667),c=r(15158)("express:application"),u=r(8706),l=r(98605),p=r(4265).compileETag,h=r(4265).compileQueryParser,d=r(4265).compileTrust,f=r(40412)("express"),m=r(72521),g=r(31322),v=r(85622).resolve,y=r(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,r){var a=this._router,n=r||i(e,t,{env:this.get("env"),onerror:k.bind(this)});if(!a)return c("no routes defined on app"),void n();a.handle(e,t,n)},x.use=function(e){var t=0,r="/";if("function"!=typeof e){for(var i=e;Array.isArray(i)&&0!==i.length;)i=i[0];"function"!=typeof i&&(t=1,r=e)}var a=m(b.call(arguments,t));if(0===a.length)throw new TypeError("app.use() requires a middleware function");this.lazyrouter();var n=this._router;return a.forEach((function(e){if(!e||!e.handle||!e.set)return n.use(r,e);c(".use app under %s",r),e.mountpath=r,e.parent=this,n.use(r,(function(t,r,i){var a=t.app;e.handle(t,r,(function(e){y(t,a.request),y(r,a.response),i(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 r="."!==e[0]?"."+e:e;return this.engines[r]=t,this},x.param=function(e,t){if(this.lazyrouter(),Array.isArray(e)){for(var r=0;r1?'directories "'+i.root.slice(0,-1).join('", "')+'" or "'+i.root[i.root.length-1]+'"':'directory "'+i.root+'"',l=new Error('Failed to lookup view "'+e+'" in views '+u);return l.view=i,n(l)}c.cache&&(a[e]=i)}!function(e,t,r){try{e.render(t,r)}catch(e){r(e)}}(i,c,n)},x.listen=function(){var e=l.createServer(this);return e.listen.apply(e,arguments)}},85499:(e,t,r)=>{"use strict";var i=r(10046),a=r(28614).EventEmitter,n=r(86182),o=r(68346),s=r(65369),c=r(29483),u=r(65828),l=r(72914);(t=e.exports=function(){var e=function(t,r,i){e.handle(t,r,i)};return n(e,a.prototype,!1),n(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=i.json,t.query=r(27667),t.raw=i.raw,t.static=r(28636),t.text=i.text,t.urlencoded=i.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,r)=>{"use strict";var i=r(66644);t.init=function(e){return function(t,r,a){e.enabled("x-powered-by")&&r.setHeader("X-Powered-By","Express"),t.res=r,r.req=t,t.next=a,i(t,e.request),i(r,e.response),r.locals=r.locals||Object.create(null),a()}}},27667:(e,t,r)=>{"use strict";var i=r(31322),a=r(18317),n=r(80129);e.exports=function(e){var t=i({},e),r=n.parse;return"function"==typeof e&&(r=e,t=void 0),void 0!==t&&void 0===t.allowPrototypes&&(t.allowPrototypes=!0),function(e,i,n){if(!e.query){var o=a(e).query;e.query=r(o,t)}n()}}},65828:(e,t,r)=>{"use strict";var i=r(59078),a=r(40412)("express"),n=r(11631).isIP,o=r(40273),s=r(98605),c=r(59635),u=r(14622),l=r(18317),p=r(52611),h=Object.create(s.IncomingMessage.prototype);function d(e,t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:r})}e.exports=h,h.get=h.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]}},h.accepts=function(){var e=i(this);return e.types.apply(e,arguments)},h.acceptsEncodings=function(){var e=i(this);return e.encodings.apply(e,arguments)},h.acceptsEncoding=a.function(h.acceptsEncodings,"req.acceptsEncoding: Use acceptsEncodings instead"),h.acceptsCharsets=function(){var e=i(this);return e.charsets.apply(e,arguments)},h.acceptsCharset=a.function(h.acceptsCharsets,"req.acceptsCharset: Use acceptsCharsets instead"),h.acceptsLanguages=function(){var e=i(this);return e.languages.apply(e,arguments)},h.acceptsLanguage=a.function(h.acceptsLanguages,"req.acceptsLanguage: Use acceptsLanguages instead"),h.range=function(e,t){var r=this.get("Range");if(r)return u(e,r,t)},h.param=function(e,t){var r=this.params||{},i=this.body||{},n=this.query||{},o=1===arguments.length?"name":"name, default";return a("req.param("+o+"): Use req.params, req.body, or req.query instead"),null!=r[e]&&r.hasOwnProperty(e)?r[e]:null!=i[e]?i[e]:null!=n[e]?n[e]:t},h.is=function(e){var t=e;if(!Array.isArray(e)){t=new Array(arguments.length);for(var r=0;r=200&&r<300||304===r)&&c(this.headers,{etag:t.get("ETag"),"last-modified":t.get("Last-Modified")})})),d(h,"stale",(function(){return!this.fresh})),d(h,"xhr",(function(){return"xmlhttprequest"===(this.get("X-Requested-With")||"").toLowerCase()}))},72914:(e,t,r)=>{"use strict";var i=r(99576).Buffer,a=r(67389),n=r(40412)("express"),o=r(10517),s=r(95573),c=r(98605),u=r(4265).isAbsolute,l=r(80338),p=r(85622),h=r(54917),d=r(31322),f=r(61365).sign,m=r(4265).normalizeType,g=r(4265).normalizeTypes,v=r(4265).setCharset,y=r(76489),b=r(30329),x=p.extname,w=b.mime,k=p.resolve,_=r(45181),j=Object.create(c.ServerResponse.prototype);e.exports=j;var E=/;\s*charset\s*=/;function S(e,t,r,i){var a,n=!1;function o(){if(!n){n=!0;var e=new Error("Request aborted");e.code="ECONNABORTED",i(e)}}function s(e){n||(n=!0,i(e))}t.on("directory",(function(){if(!n){n=!0;var e=new Error("EISDIR, read");e.code="EISDIR",i(e)}})),t.on("end",(function(){n||(n=!0,i())})),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(n||setImmediate((function(){!1===a||n?n||(n=!0,i()):o()})))})),r.headers&&t.on("headers",(function(e){for(var t=r.headers,i=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,r,a=e,o=this.req,s=this.app;switch(2===arguments.length&&("number"!=typeof arguments[0]&&"number"==typeof arguments[1]?(n("res.send(body, status): Use res.status(status).send(body) instead"),this.statusCode=arguments[1]):(n("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"),n("res.send(status): Use res.sendStatus(status) instead"),this.statusCode=a,a=h[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(!i.isBuffer(a))return this.json(a);this.get("Content-Type")||this.type("bin")}}"string"==typeof a&&(t="utf8","string"==typeof(r=this.get("Content-Type"))&&this.set("Content-Type",v(r,"utf-8")));var c,u,l=s.get("etag fn"),p=!this.get("ETag")&&"function"==typeof l;return void 0!==a&&(i.isBuffer(a)?c=a.length:!p&&a.length<1e3?c=i.byteLength(a,t):(a=i.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]?(n("res.json(obj, status): Use res.status(status).json(obj) instead"),this.statusCode=arguments[1]):(n("res.json(status, obj): Use res.status(status).json(obj) instead"),this.statusCode=arguments[0],t=arguments[1]));var r=this.app,i=r.get("json escape"),a=r.get("json replacer"),o=r.get("json spaces"),s=D(t,a,o,i);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]?(n("res.jsonp(obj, status): Use res.status(status).json(obj) instead"),this.statusCode=arguments[1]):(n("res.jsonp(status, obj): Use res.status(status).jsonp(obj) instead"),this.statusCode=arguments[0],t=arguments[1]));var r=this.app,i=r.get("json escape"),a=r.get("json replacer"),o=r.get("json spaces"),s=D(t,a,o,i),c=this.req.query[r.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=h[e]||String(e);return this.statusCode=e,this.type("txt"),this.send(t)},j.sendFile=function(e,t,r){var i=r,a=this.req,n=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&&(i=t,o={}),!o.root&&!u(e))throw new TypeError("path must be absolute or specify root to res.sendFile");var s=encodeURI(e);S(this,b(a,s,o),o,(function(e){return i?i(e):e&&"EISDIR"===e.code?n():void(e&&"ECONNABORTED"!==e.code&&"write"!==e.syscall&&n(e))}))},j.sendfile=function(e,t,r){var i=r,a=this.req,n=a.next,o=t||{};"function"==typeof t&&(i=t,o={}),S(this,b(a,e,o),o,(function(e){return i?i(e):e&&"EISDIR"===e.code?n():void(e&&"ECONNABORTED"!==e.code&&"write"!==e.syscall&&n(e))}))},j.sendfile=n.function(j.sendfile,"res.sendfile: Use res.sendFile instead"),j.download=function(e,t,r,i){var n=i,o=t,s=r||null;"function"==typeof t?(n=t,o=null,s=null):"function"==typeof r&&(n=r,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"),n)this.set("Content-Type",m(n).value),e[n](t,this,r);else if(i)i();else{var o=new Error("Not Acceptable");o.status=o.statusCode=406,o.types=g(a).map((function(e){return e.value})),r(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 r=this.get(e),i=t;return r&&(i=Array.isArray(r)?r.concat(t):Array.isArray(t)?[r].concat(t):[r,t]),this.set(e,i)},j.set=j.header=function(e,t){if(2===arguments.length){var r=Array.isArray(t)?t.map(String):String(t);if("content-type"===e.toLowerCase()){if(Array.isArray(r))throw new TypeError("Content-Type cannot be set to an Array");if(!E.test(r)){var i=w.charsets.lookup(r.split(";")[0]);i&&(r+="; charset="+i.toLowerCase())}}this.setHeader(e,r)}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 r=d({expires:new Date(1),path:"/"},t);return this.cookie(e,"",r)},j.cookie=function(e,t,r){var i=d({},r),a=this.req.secret,n=i.signed;if(n&&!a)throw new Error('cookieParser("secret") required for signed cookies');var o="object"==typeof t?"j:"+JSON.stringify(t):String(t);return n&&(o="s:"+f(o,a)),"maxAge"in i&&(i.expires=new Date(Date.now()+i.maxAge),i.maxAge/=1e3),null==i.path&&(i.path="/"),this.append("Set-Cookie",y.serialize(e,String(o),i)),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,r=e,a=302;2===arguments.length&&("number"==typeof arguments[0]?(a=arguments[0],r=arguments[1]):(n("res.redirect(url, status): Use res.redirect(status, url) instead"),a=arguments[1])),r=this.location(r).get("Location"),this.format({text:function(){t=h[a]+". Redirecting to "+r},html:function(){var e=s(r);t="

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

"},default:function(){t=""}}),this.statusCode=a,this.set("Content-Length",i.byteLength(t)),"HEAD"===this.req.method?this.end():this.end(t)},j.vary=function(e){return!e||Array.isArray(e)&&!e.length?(n("res.vary(): Provide a field name"),this):(_(this,e),this)},j.render=function(e,t,r){var i=this.req.app,a=r,n=t||{},o=this.req,s=this;"function"==typeof t&&(a=t,n={}),n._locals=s.locals,a=a||function(e,t){if(e)return o.next(e);s.send(t)},i.render(e,n,a)}},29483:(e,t,r)=>{"use strict";var i=r(65369),a=r(93342),n=r(38873),o=r(31322),s=r(15158)("express:router"),c=r(40412)("express"),u=r(72521),l=r(18317),p=r(66644),h=/^\[object (\S+)\]$/,d=Array.prototype.slice,f=Object.prototype.toString,m=e.exports=function(e){var t=e||{};function r(e,t,i){r.handle(e,t,i)}return p(r,m),r.params={},r._params=[],r.caseSensitive=t.caseSensitive,r.mergeParams=t.mergeParams,r.strict=t.strict,r.stack=[],r};function g(e,t){for(var r=0;r=m.length)setImmediate(x,a);else{var n,k,_,j=function(e){try{return l(e).pathname}catch(e){return}}(e);if(null==j)return x(a);for(;!0!==k&&c=0;i--)e[i+a]=e[i],i=o.length?a():(d=0,c=o[h++],s=c.name,u=r.params[s],l=n[s],p=t[s],void 0!==u&&l?p&&(p.match===u||p.error&&"route"!==p.error)?(r.params[s]=p.value,f(p.error)):(t[s]=p={error:null,match:u,value:u},void m()):f())}function m(e){var t=l[d++];if(p.value=r.params[c.name],e)return p.error=e,void f(e);if(!t)return f();try{t(r,i,m,u,c.name)}catch(e){m(e)}}f()},m.use=function(e){var t=0,r="/";if("function"!=typeof e){for(var i=e;Array.isArray(i)&&0!==i.length;)i=i[0];"function"!=typeof i&&(t=1,r=e)}var n=u(d.call(arguments,t));if(0===n.length)throw new TypeError("Router.use() requires a middleware function");for(var o=0;o");var c=new a(r,{sensitive:this.caseSensitive,strict:!1,end:!1},e);c.route=void 0,this.stack.push(c)}return this},m.route=function(e){var t=new i(e),r=new a(e,{sensitive:this.caseSensitive,strict:this.strict,end:!0},t.dispatch.bind(t));return r.route=t,this.stack.push(r),t},n.concat("all").forEach((function(e){m[e]=function(t){var r=this.route(t);return r[e].apply(r,d.call(arguments,1)),this}}))},93342:(e,t,r)=>{"use strict";var i=r(14779),a=r(15158)("express:router:layer"),n=Object.prototype.hasOwnProperty;function o(e,t,r){if(!(this instanceof o))return new o(e,t,r);a("new %o",e);var n=t||{};this.handle=r,this.name=r.name||"",this.params=void 0,this.path=void 0,this.regexp=i(e,this.keys=[],n),this.regexp.fast_star="*"===e,this.regexp.fast_slash="/"===e&&!1===n.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,r,i){var a=this.handle;if(4!==a.length)return i(e);try{a(e,t,r,i)}catch(e){i(e)}},o.prototype.handle_request=function(e,t,r){var i=this.handle;if(i.length>3)return r();try{i(e,t,r)}catch(e){r(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 r=this.keys,i=this.params,a=1;a{"use strict";var i=r(15158)("express:router:route"),a=r(72521),n=r(93342),o=r(38873),s=Array.prototype.slice,c=Object.prototype.toString;function u(e){this.path=e,this.stack=[],i("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 i=r(99576).Buffer,a=r(67389),n=r(37811),o=r(40412)("express"),s=r(72521),c=r(30329).mime,u=r(25859),l=r(52611),p=r(80129),h=r(71191);function d(e){return function(t,r){var a=i.isBuffer(t)?t:i.from(t,r);return u(a,e)}}function f(e){return p.parse(e,{allowPrototypes:!0})}function m(){return{}}t.etag=d({weak:!1}),t.wetag=d({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 r=e.split(/ *; */),i={value:r[0],quality:1,params:{},originalIndex:void 0},a=1;a{"use strict";var i=r(15158)("express:view"),a=r(85622),n=r(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 n=e;if(this.ext||(this.ext="."!==this.defaultEngine[0]?"."+this.defaultEngine:this.defaultEngine,n+=this.ext),!a.engines[this.ext]){var o=this.ext.substr(1);i('require "%s"',o);var s=r(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(n)}function h(e){i('stat "%s"',e);try{return n.statSync(e)}catch(e){return}}e.exports=p,p.prototype.lookup=function(e){var t,r=[].concat(this.root);i('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},99576:(e,t,r)=>{var i=r(64293),a=i.Buffer;function n(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return a(e,t,r)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=i:(n(i,t),t.Buffer=o),n(a,o),o.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,r)},o.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=a(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},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 i.SlowBuffer(e)}},94470:e=>{"use strict";var t=Object.prototype.hasOwnProperty,r=Object.prototype.toString,i=Object.defineProperty,a=Object.getOwnPropertyDescriptor,n=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===r.call(e)},o=function(e){if(!e||"[object Object]"!==r.call(e))return!1;var i,a=t.call(e,"constructor"),n=e.constructor&&e.constructor.prototype&&t.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!a&&!n)return!1;for(i in e);return void 0===i||t.call(e,i)},s=function(e,t){i&&"__proto__"===t.name?i(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},c=function(e,r){if("__proto__"===r){if(!t.call(e,r))return;if(a)return a(e,r).value}return e[r]};e.exports=function e(){var t,r,i,a,u,l,p=arguments[0],h=1,d=arguments.length,f=!1;for("boolean"==typeof p&&(f=p,p=arguments[1]||{},h=2),(null==p||"object"!=typeof p&&"function"!=typeof p)&&(p={});h{var i=r(42357),a=r(31669);function n(e){var t,r,n,o,u,l,p,h,d,f=["([^%]*)","%","(['\\-+ #0]*?)","([1-9]\\d*)?","(\\.([1-9]\\d*))?","[lhjztL]*?","([diouxXfFeEgGaAcCsSp%jr])"].join(""),m=new RegExp(f),g=Array.prototype.slice.call(arguments,1),v="",y=1;for(i.equal("string",typeof e);null!==(d=m.exec(e));)if(v+=d[1],e=e.substring(d[0].length),t=d[2]||"",r=d[3]||0,n=d[4]||"",u=!1,p=!1,l=" ","%"!=(o=d[6])){if(0===g.length)throw new Error("too few args to sprintf");if(h=g.shift(),y++,t.match(/[\' #]/))throw new Error("unsupported flags: "+t);if(n.length>0)throw new Error("non-zero precision not supported");switch(t.match(/-/)&&(u=!0),t.match(/0/)&&(l="0"),t.match(/\+/)&&(p=!0),o){case"s":if(null==h)throw new Error("argument "+y+": attempted to print undefined or null as a string");v+=s(l,r,u,h.toString());break;case"d":h=Math.floor(h);case"f":v+=(p=p&&h>0?"+":"")+s(l,r,u,h.toString());break;case"x":v+=s(l,r,u,h.toString(16));break;case"j":0===r&&(r=10),v+=a.inspect(h,!1,r);break;case"r":v+=c(h);break;default:throw new Error("unsupported conversion: "+o)}}else v+="%";return v+e}function o(e){var t=Array.prototype.slice.call(arguments,1);return e.write(n.apply(this,t))}function s(e,t,r,i){for(var a=i;a.length{"use strict";e.exports=function e(t,r){if(t===r)return!0;if(t&&r&&"object"==typeof t&&"object"==typeof r){if(t.constructor!==r.constructor)return!1;var i,a,n;if(Array.isArray(t)){if((i=t.length)!=r.length)return!1;for(a=i;0!=a--;)if(!e(t[a],r[a]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if((i=(n=Object.keys(t)).length)!==Object.keys(r).length)return!1;for(a=i;0!=a--;)if(!Object.prototype.hasOwnProperty.call(r,n[a]))return!1;for(a=i;0!=a--;){var o=n[a];if(!e(t[o],r[o]))return!1}return!0}return t!=t&&r!=r}},35035:e=>{"use strict";e.exports=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r,i="boolean"==typeof t.cycles&&t.cycles,a=t.cmp&&(r=t.cmp,function(e){return function(t,i){var a={key:t,value:e[t]},n={key:i,value:e[i]};return r(a,n)}}),n=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var r,o;if(Array.isArray(t)){for(o="[",r=0;r{e.exports=i,i.default=i,i.stable=o,i.stableStringify=o;var t=[],r=[];function i(e,i,n){var o;a(e,"",[],void 0);try{o=0===r.length?JSON.stringify(e,i,n):JSON.stringify(e,c(i),n)}catch(e){return JSON.stringify("[unable to serialize, circular reference is too complex to analyze]")}finally{for(;0!==t.length;){var s=t.pop();4===s.length?Object.defineProperty(s[0],s[1],s[3]):s[0][s[1]]=s[2]}}return o}function a(e,i,n,o){var s;if("object"==typeof e&&null!==e){for(s=0;st?1:0}function o(e,i,a){var n,o=s(e,"",[],void 0)||e;try{n=0===r.length?JSON.stringify(o,i,a):JSON.stringify(o,c(i),a)}catch(e){return JSON.stringify("[unable to serialize, circular reference is too complex to analyze]")}finally{for(;0!==t.length;){var u=t.pop();4===u.length?Object.defineProperty(u[0],u[1],u[3]):u[0][u[1]]=u[2]}}return n}function s(e,i,a,o){var c;if("object"==typeof e&&null!==e){for(c=0;c0)for(var a=0;a{"use strict";var i=r(15158)("finalhandler"),a=r(10517),n=r(95573),o=r(80338),s=r(18317),c=r(54917),u=r(98170),l=/\x20{2}/g,p=/\n/g,h="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))},d=o.isFinished;function f(e){return"boolean"!=typeof e.headersSent?Boolean(e._header):e.headersSent}e.exports=function(e,t,r){var m=r||{},g=m.env||"production",v=m.onerror;return function(r){var m,y,b;if(r||!f(t)){if(r?(void 0===(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}(r))?b=function(e){var t=e.statusCode;return("number"!=typeof t||t<400||t>599)&&(t=500),t}(t):m=function(e){if(e.headers&&"object"==typeof e.headers){for(var t=Object.create(null),r=Object.keys(e.headers),i=0;i\n\n\n\nError\n\n\n
'+n(e).replace(p,"
").replace(l,"  ")+"
\n\n\n"}(a);t.statusCode=r,t.statusMessage=c[r],function(e,t){if(t)for(var r=Object.keys(t),i=0;i{e.exports=u,u.SSL=l;var i=r(31669),a=r(98605).Agent,n=r(11631),o=r(4016),s=r(57211).Agent;function c(e,t){return"string"==typeof e?e+":"+t:e.host+":"+e.port+":"+(e.localAddress?e.localAddress+":":":")}function u(e){var t=this;t.options=e||{},t.requests={},t.sockets={},t.freeSockets={},t.maxSockets=t.options.maxSockets||a.defaultMaxSockets,t.minSockets=t.options.minSockets||u.defaultMinSockets,t.on("free",(function(e,r,i){var a=c(r,i);if(t.requests[a]&&t.requests[a].length)t.requests[a].shift().onSocket(e);else if(t.sockets[a].length0&&!e.useChunkedEncodingByDefault){var n=this.freeSockets[i].pop();n.removeListener("error",n._onIdleError),delete n._onIdleError,e._reusedSocket=!0,e.onSocket(n)}else this.addRequestNoreuse(e,t,r)},u.prototype.removeSocket=function(e,t,r,i){var a;this.sockets[t]?-1!==(a=this.sockets[t].indexOf(e))&&this.sockets[t].splice(a,1):this.sockets[t]&&0===this.sockets[t].length&&(delete this.sockets[t],delete this.requests[t]),this.freeSockets[t]&&-1!==(a=this.freeSockets[t].indexOf(e))&&(this.freeSockets[t].splice(a,1),0===this.freeSockets[t].length&&delete this.freeSockets[t]),this.requests[t]&&this.requests[t].length&&this.createSocket(t,r,i).emit("free")},i.inherits(l,u),l.prototype.createConnection=function(e,t,r){return r="object"==typeof e?e:"object"==typeof t?t:"object"==typeof r?r:{},"number"==typeof e&&(r.port=e),"string"==typeof t&&(r.host=t),o.connect(r)},l.prototype.addRequestNoreuse=s.prototype.addRequest},46882:(e,t,r)=>{var i=r(9779),a=r(31669),n=r(85622),o=r(98605),s=r(57211),c=r(78835).parse,u=r(35747),l=r(80983),p=r(59118),h=r(32275);function d(e){if(!(this instanceof d))return new d(e);for(var t in this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],i.call(this),e=e||{})this[t]=e[t]}e.exports=d,a.inherits(d,i),d.LINE_BREAK="\r\n",d.DEFAULT_CONTENT_TYPE="application/octet-stream",d.prototype.append=function(e,t,r){"string"==typeof(r=r||{})&&(r={filename:r});var n=i.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,r),s=this._multiPartFooter();n(o),n(t),n(s),this._trackLength(o,t,r)}},d.prototype._trackLength=function(e,t,r){var i=0;null!=r.knownLength?i+=+r.knownLength:Buffer.isBuffer(t)?i=t.length:"string"==typeof t&&(i=Buffer.byteLength(t)),this._valueLength+=i,this._overheadLength+=Buffer.byteLength(e)+d.LINE_BREAK.length,t&&(t.path||t.readable&&t.hasOwnProperty("httpVersion"))&&(r.knownLength||this._valuesToMeasure.push(t))},d.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(r,i){var a;r?t(r):(a=i.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(r){e.pause(),t(null,+r.headers["content-length"])})),e.resume()):t("Unknown stream")},d.prototype._multiPartHeader=function(e,t,r){if("string"==typeof r.header)return r.header;var i,a=this._getContentDisposition(t,r),n=this._getContentType(t,r),o="",s={"Content-Disposition":["form-data",'name="'+e+'"'].concat(a||[]),"Content-Type":[].concat(n||[])};for(var c in"object"==typeof r.header&&h(s,r.header),s)s.hasOwnProperty(c)&&null!=(i=s[c])&&(Array.isArray(i)||(i=[i]),i.length&&(o+=c+": "+i.join("; ")+d.LINE_BREAK));return"--"+this.getBoundary()+d.LINE_BREAK+o+d.LINE_BREAK},d.prototype._getContentDisposition=function(e,t){var r,i;return"string"==typeof t.filepath?r=n.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?r=n.basename(t.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(r=n.basename(e.client._httpMessage.path||"")),r&&(i='filename="'+r+'"'),i},d.prototype._getContentType=function(e,t){var r=t.contentType;return!r&&e.name&&(r=l.lookup(e.name)),!r&&e.path&&(r=l.lookup(e.path)),!r&&e.readable&&e.hasOwnProperty("httpVersion")&&(r=e.headers["content-type"]),r||!t.filepath&&!t.filename||(r=l.lookup(t.filepath||t.filename)),r||"object"!=typeof e||(r=d.DEFAULT_CONTENT_TYPE),r},d.prototype._multiPartFooter=function(){return function(e){var t=d.LINE_BREAK;0===this._streams.length&&(t+=this._lastBoundary()),e(t)}.bind(this)},d.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+d.LINE_BREAK},d.prototype.getHeaders=function(e){var t,r={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)e.hasOwnProperty(t)&&(r[t.toLowerCase()]=e[t]);return r},d.prototype.setBoundary=function(e){this._boundary=e},d.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary},d.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),r=0,i=this._streams.length;r{e.exports=function(e,t){return Object.keys(t).forEach((function(r){e[r]=e[r]||t[r]})),e}},27995:(e,t,r)=>{var i=r(31669),a=r(35747),n=r(28614).EventEmitter,o=r(76417);function s(e){for(var t in n.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,i.inherits(s,n),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 r=this;if(r.hash&&r.hash.update(e),this._writeStream.closed)return t();this._writeStream.write(e,(function(){r.lastModifiedDate=new Date,r.size+=e.length,r.emit("progress",r.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,r)=>{var i=r(76417),a=r(35747),n=r(31669),o=r(85622),s=r(27995),c=r(8886).MultipartParser,u=r(98011).l,l=r(50224).h,p=r(95500).c,h=r(24304).StringDecoder,d=r(28614).EventEmitter,f=r(92413).Stream,m=r(12087);function g(e){return this instanceof g?(d.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||m.tmpdir&&m.tmpdir()||m.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)}n.inherits(g,d),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 r={},i={};this.on("field",(function(e,t){r[e]=t})).on("file",(function(e,t){this.multiples&&i[e]?(Array.isArray(i[e])||(i[e]=[i[e]]),i[e].push(t)):i[e]=t})).on("error",(function(e){t(e,r,i)})).on("end",(function(){t(null,r,i)}))}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){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("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 r="",i=new h(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")):r+=i.write(e)})),void e.on("end",(function(){t.emit("field",e.name,r)}))}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.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,r,i,a=new c,n=this;a.initWithBoundary(e),a.onPartBegin=function(){(i=new f).readable=!0,i.headers={},i.name=null,i.filename=null,i.mime=null,i.transferEncoding="binary",i.transferBuffer="",t="",r=""},a.onHeaderField=function(e,r,i){t+=e.toString(n.encoding,r,i)},a.onHeaderValue=function(e,t,i){r+=e.toString(n.encoding,t,i)},a.onHeaderEnd=function(){t=t.toLowerCase(),i.headers[t]=r;var e=r.match(/\bname=("([^"]*)"|([^\(\)<>@,;:\\"\/\[\]\?=\{\}\s\t/]+))/i);"content-disposition"==t?(e&&(i.name=e[2]||e[3]||""),i.filename=n._fileName(r)):"content-type"==t?i.mime=r:"content-transfer-encoding"==t&&(i.transferEncoding=r.toLowerCase()),t="",r=""},a.onHeadersEnd=function(){switch(i.transferEncoding){case"binary":case"7bit":case"8bit":a.onPartData=function(e,t,r){i.emit("data",e.slice(t,r))},a.onPartEnd=function(){i.emit("end")};break;case"base64":a.onPartData=function(e,t,r){i.transferBuffer+=e.slice(t,r).toString("ascii");var a=4*parseInt(i.transferBuffer.length/4,10);i.emit("data",new Buffer(i.transferBuffer.substring(0,a),"base64")),i.transferBuffer=i.transferBuffer.substring(a)},a.onPartEnd=function(){i.emit("data",new Buffer(i.transferBuffer,"base64")),i.emit("end")};break;default:return n._error(new Error("unknown transfer-encoding"))}n.onPart(i)},a.onEnd=function(){n.ended=!0,n._maybeEnd()},this._parser=a},g.prototype._fileName=function(e){var t=e.match(/\bfilename=("(.*?)"|([^\(\)<>@,;:\\"\/\[\]\?=\{\}\s\t/]+))($|;\s)/i);if(t){var r=t[2]||t[3]||"",i=r.substr(r.lastIndexOf("\\")+1);return(i=i.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,r){t.emit("field",e,r)},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"],r=new s({path:this._uploadPath(e),name:e,type:t});this.emit("fileBegin",e,r),r.open(),this.openedFiles.push(r),this._flushing++;var i=this;i._parser=new l;var a=0;i._parser.on("data",(function(e){i.pause(),a++,r.write(e,(function(){a--,i.resume(),i.ended&&i._parser.emit("doneWritingFile")}))})),i._parser.on("end",(function(){i._flushing--,i.ended=!0;var e=function(){r.end((function(){i.emit("file","file",r),i._maybeEnd()}))};0===a?e():i._parser.once("doneWritingFile",e)}))},g.prototype._initJSONencoded=function(){this.type="json";var e=new p(this),t=this;e.onField=function(e,r){t.emit("field",e,r)},e.onEnd=function(){t.ended=!0,t._maybeEnd()},this._parser=e},g.prototype._uploadPath=function(e){var t="upload_"+i.randomBytes(16).toString("hex");if(this.keepExtensions){var r=o.extname(e);t+=r=r.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,r)=>{var i=r(84970).c;i.IncomingForm=i,e.exports=i},95500:(e,t,r)=>{var i=r(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(i.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,r)=>{var i=r(64293).Buffer,a=0,n={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 n)t[a]=n[a];function l(){this.boundary=null,this.boundaryChars=null,this.lookbehind=null,this.state=n.PARSER_UNINITIALIZED,this.index=null,this.flags=0}t.MultipartParser=l,l.stateToString=function(e){for(var t in n)if(n[t]===e)return t},l.prototype.initWithBoundary=function(e){this.boundary=new i(e.length+4),this.boundary.write("\r\n--",0),this.boundary.write(e,4),this.lookbehind=new i(this.boundary.length+8),this.state=n.START,this.boundaryChars={};for(var t=0;t122)return a;break;case n.HEADER_VALUE_START:if(32==t)break;x("headerValue"),h=n.HEADER_VALUE;case n.HEADER_VALUE:13==t&&(k("headerValue",!0),w("headerEnd"),h=n.HEADER_VALUE_ALMOST_DONE);break;case n.HEADER_VALUE_ALMOST_DONE:if(10!=t)return a;h=n.HEADER_FIELD_START;break;case n.HEADERS_ALMOST_DONE:if(10!=t)return a;w("headersEnd"),h=n.PART_DATA_START;break;case n.PART_DATA_START:h=n.PART_DATA,x("partData");case n.PART_DATA:if(l=p,0===p){for(a+=y;a0?f[p-1]=t:l>0&&(w("partData",f,0,l),l=0,x("partData"),a--);break;case n.END:break;default:return a}return k("headerField"),k("headerValue"),k("partData"),this.index=p,this.state=h,this.flags=d,o},l.prototype.end=function(){var e=function(e,t){var r="on"+t.substr(0,1).toUpperCase()+t.substr(1);r in e&&e[r]()};if(this.state==n.HEADER_FIELD_START&&0===this.index||this.state==n.PART_DATA&&this.index==this.boundary.length)e(this,"partEnd"),e(this,"end");else if(this.state!=n.END)return new Error("MultipartParser.end(): stream ended unexpectedly: "+this.explain())},l.prototype.explain=function(){return"state = "+l.stateToString(this.state)}},50224:(e,t,r)=>{var i=r(28614).EventEmitter;function a(e){if(!(this instanceof a))return new a(e);i.call(this)}r(31669).inherits(a,i),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,r)=>{var i=r(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=i.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 r=function(e){for(var t=e.length,r=[],i=e.length,a=e.length-1;a>=0;a--)switch(e.charCodeAt(a)){case 32:i===t&&(i=t=a);break;case 44:i!==t&&r.push(e.substring(i,t)),i=t=a;break;default:i=a}return i!==t&&r.push(e.substring(i,t)),r}(e.headers["x-forwarded-for"]||"");return[t(e)].concat(r)}},59635:e=>{"use strict";var t=/(?:^|,)\s*?no-cache\s*?(?:,|$)/;function r(e){var t=e&&Date.parse(e);return"number"==typeof t?t:NaN}e.exports=function(e,i){var a=e["if-modified-since"],n=e["if-none-match"];if(!a&&!n)return!1;var o=e["cache-control"];if(o&&t.test(o))return!1;if(n&&"*"!==n){var s=i.etag;if(!s)return!1;for(var c=!0,u=function(e){for(var t=0,r=[],i=0,a=0,n=e.length;a{"use strict";var t="Function.prototype.bind called on incompatible ",r=Array.prototype.slice,i=Object.prototype.toString,a="[object Function]";e.exports=function(e){var n=this;if("function"!=typeof n||i.call(n)!==a)throw new TypeError(t+n);for(var o,s=r.call(arguments,1),c=function(){if(this instanceof o){var t=n.apply(this,s.concat(r.call(arguments)));return Object(t)===t?t:this}return n.apply(e,s.concat(r.call(arguments)))},u=Math.max(0,n.length-s.length),l=[],p=0;p{"use strict";var i=r(17648);e.exports=Function.prototype.bind||i},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 r=(new Error).stack;if(Error.prepareStackTrace=t,null!==r&&"object"==typeof r)return r[e]?r[e].getFileName():void 0}},40210:(e,t,r)=>{"use strict";var i,a=SyntaxError,n=Function,o=TypeError,s=function(e){try{return n('"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=r(41405)(),h=Object.getPrototypeOf||function(e){return e.__proto__},d={},f="undefined"==typeof Uint8Array?i:h(Uint8Array),m={"%AggregateError%":"undefined"==typeof AggregateError?i:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?i:ArrayBuffer,"%ArrayIteratorPrototype%":p?h([][Symbol.iterator]()):i,"%AsyncFromSyncIteratorPrototype%":i,"%AsyncFunction%":d,"%AsyncGenerator%":d,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":d,"%Atomics%":"undefined"==typeof Atomics?i:Atomics,"%BigInt%":"undefined"==typeof BigInt?i:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?i:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?i:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?i:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?i:FinalizationRegistry,"%Function%":n,"%GeneratorFunction%":d,"%Int8Array%":"undefined"==typeof Int8Array?i:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?i:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?i:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":p?h(h([][Symbol.iterator]())):i,"%JSON%":"object"==typeof JSON?JSON:i,"%Map%":"undefined"==typeof Map?i:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&p?h((new Map)[Symbol.iterator]()):i,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?i:Promise,"%Proxy%":"undefined"==typeof Proxy?i:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?i:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?i:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&p?h((new Set)[Symbol.iterator]()):i,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?i:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":p?h(""[Symbol.iterator]()):i,"%Symbol%":p?Symbol:i,"%SyntaxError%":a,"%ThrowTypeError%":l,"%TypedArray%":f,"%TypeError%":o,"%Uint8Array%":"undefined"==typeof Uint8Array?i:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?i:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?i:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?i:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?i:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?i:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?i:WeakSet},g=function e(t){var r;if("%AsyncFunction%"===t)r=s("async function () {}");else if("%GeneratorFunction%"===t)r=s("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=s("async function* () {}");else if("%AsyncGenerator%"===t){var i=e("%AsyncGeneratorFunction%");i&&(r=i.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&(r=h(a.prototype))}return m[t]=r,r},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=r(58612),b=r(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,S=function(e){var t=_(e,0,1),r=_(e,-1);if("%"===t&&"%"!==r)throw new a("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new a("invalid intrinsic syntax, expected opening `%`");var i=[];return k(e,j,(function(e,t,r,a){i[i.length]=r?k(a,E,"$1"):t||e})),i},D=function(e,t){var r,i=e;if(b(v,i)&&(i="%"+(r=v[i])[0]+"%"),b(m,i)){var n=m[i];if(n===d&&(n=g(i)),void 0===n&&!t)throw new o("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:i,value:n}}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 r=S(e),i=r.length>0?r[0]:"",n=D("%"+i+"%",t),s=n.name,u=n.value,l=!1,p=n.alias;p&&(i=p[0],w(r,x([0,1],p)));for(var h=1,d=!0;h=r.length){var y=c(u,f);u=(d=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:u[f]}else d=b(u,f),u=u[f];d&&!l&&(m[s]=u)}}return u}},55105:(e,t,r)=>{"use strict";const{PassThrough:i}=r(92413);e.exports=e=>{e={...e};const{array:t}=e;let{encoding:r}=e;const a="buffer"===r;let n=!1;t?n=!(r||a):r=r||"utf8",a&&(r=null);const o=new i({objectMode:n});r&&o.setEncoding(r);let s=0;const c=[];return o.on("data",(e=>{c.push(e),n?s=c.length:s+=e.length})),o.getBufferedValue=()=>t?c:a?Buffer.concat(c,s):c.join(""),o.getBufferedLength=()=>s,o}},10031:(e,t,r)=>{"use strict";const{constants:i}=r(64293),a=r(74286),n=r(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:r}=t;let s;return await new Promise(((c,u)=>{const l=e=>{e&&s.getBufferedLength()<=i.MAX_LENGTH&&(e.bufferedData=s.getBufferedValue()),u(e)};s=a(e,n(t),(e=>{e?l(e):c()})),s.on("data",(()=>{s.getBufferedLength()>r&&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,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(92337);t.default=function(e,...t){const r=(async()=>{if(e instanceof i.RequestError)try{for(const r of t)if(r)for(const t of r)e=await t(e)}catch(t){e=t}throw e})(),a=()=>r;return r.json=a,r.text=a,r.buffer=a,r.on=a,r}},9291:function(e,t,r){"use strict";var i=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),a=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||i(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0});const n=r(28614),o=r(80657),s=r(80341),c=r(92337),u=r(28568),l=r(8178),p=r(94805),h=r(54992),d=r(38141),f=["request","response","redirect","uploadProgress","downloadProgress"];t.default=function e(t){let r,i;const a=new n.EventEmitter,m=new s(((n,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)))),r=b,b.once("response",(async t=>{var r;if(t.retryCount=y,t.request.aborted)return;let a;try{a=await h.default(b),t.rawBody=a}catch(e){return}if(b._isAboutToError)return;const o=(null!==(r=t.headers["content-encoding"])&&void 0!==r?r:"").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(),d.isResponseOk(t))return void b._beforeError(e)}try{for(const[r,i]of p.hooks.afterResponse.entries())t=await i(t,(async t=>{const i=l.default.normalizeArguments(void 0,{...t,retry:{calculateDelay:()=>0},throwHttpErrors:!1,resolveBodyOnly:!1},p);i.hooks.afterResponse=i.hooks.afterResponse.slice(0,r);for(const e of i.hooks.beforeRetry)await e(i);const a=e(i);return g((()=>{a.catch((()=>{})),a.cancel()})),a}))}catch(e){return void b._beforeError(new c.RequestError(e.message,e,b))}d.isResponseOk(t)?(i=t,n(b.options.resolveBodyOnly?t.body:t)):b._beforeError(new c.HTTPError(t))}));const x=e=>{if(m.isCanceled)return;const{options:t}=b;if(e instanceof c.HTTPError&&!t.throwHttpErrors){const{response:t}=e;n(b.options.resolveBodyOnly?t.body:t)}else s(e)};b.once("error",x);const w=b.options.body;b.once("retry",((e,t)=>{var r,i;w===(null===(r=t.request)||void 0===r?void 0:r.options.body)&&o.default.nodeStream(null===(i=t.request)||void 0===i?void 0:i.options.body)?x(t):v(e)})),p.default(b,a,f)};v(0)}));m.on=(e,t)=>(a.on(e,t),m);const g=e=>{const t=(async()=>{await m;const{options:t}=i.request;return u.default(i,e,t.parseJson,t.encoding)})();return Object.defineProperties(t,Object.getOwnPropertyDescriptors(m)),t};return m.json=()=>{const{headers:e}=r.options;return r.writableFinished||void 0!==e.accept||(e.accept="application/json"),g("json")},m.buffer=()=>g("buffer"),m.text=()=>g("text"),m},a(r(92337),t)},37999:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(80657);t.default=(e,t)=>{if(i.default.null_(e.encoding))throw new TypeError("To get a Buffer, set `options.responseType` to `buffer` instead");i.assert.any([i.default.string,i.default.undefined],e.encoding),i.assert.any([i.default.boolean,i.default.undefined],e.resolveBodyOnly),i.assert.any([i.default.boolean,i.default.undefined],e.methodRewriting),i.assert.any([i.default.boolean,i.default.undefined],e.isStream),i.assert.any([i.default.string,i.default.undefined],e.responseType),void 0===e.responseType&&(e.responseType="text");const{retry:r}=e;if(e.retry=t?{...t.retry}:{calculateDelay:e=>e.computedValue,limit:0,methods:[],statusCodes:[],errorCodes:[],maxRetryAfter:void 0},i.default.object(r)?(e.retry={...e.retry,...r},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)]):i.default.number(r)&&(e.retry.limit=r),i.default.undefined(e.retry.maxRetryAfter)&&(e.retry.maxRetryAfter=Math.min(...[e.timeout.request,e.timeout.connect].filter(i.default.number))),i.default.object(e.pagination)){t&&(e.pagination={...t.pagination,...e.pagination});const{pagination:r}=e;if(!i.default.function_(r.transform))throw new Error("`options.pagination.transform` must be implemented");if(!i.default.function_(r.shouldContinue))throw new Error("`options.pagination.shouldContinue` must be implemented");if(!i.default.function_(r.filter))throw new TypeError("`options.pagination.filter` must be implemented");if(!i.default.function_(r.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,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(92337);t.default=(e,t,r,a)=>{const{rawBody:n}=e;try{if("text"===t)return n.toString(a);if("json"===t)return 0===n.length?"":r(n.toString());if("buffer"===t)return n;throw new i.ParseError({message:`Unknown body type '${t}'`,name:"Error"},e)}catch(t){throw new i.ParseError(t,e)}}},92337:function(e,t,r){"use strict";var i=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),a=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||i(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.CancelError=t.ParseError=void 0;const n=r(8178);class o extends n.RequestError{constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${r.url.toString()}"`,e,t.request),this.name="ParseError"}}t.ParseError=o;class s extends n.RequestError{constructor(e){super("Promise was canceled",{},e),this.name="CancelError"}get isCanceled(){return!0}}t.CancelError=s,a(r(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:r,retryAfter:i})=>{if(e>t.limit)return 0;const a=t.methods.includes(r.options.method),n=t.errorCodes.includes(r.code),o=r.response&&t.statusCodes.includes(r.response.statusCode);if(!a||!n&&!o)return 0;if(r.response){if(i)return void 0===t.maxRetryAfter||i>t.maxRetryAfter?0:i;if(413===r.response.statusCode)return 0}return 2**(e-1)*1e3+100*Math.random()}},8178:(e,t,r)=>{"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 i=r(31669),a=r(92413),n=r(35747),o=r(78835),s=r(98605),c=r(98605),u=r(57211),l=r(60081),p=r(73266),h=r(93481),d=r(10346),f=r(69758),m=r(25989),g=r(80657),v=r(92425),y=r(16721),b=r(94805),x=r(14834),w=r(96959),k=r(30186),_=r(57440),j=r(54992),E=r(90354),S=r(38141),D=r(45241),A=r(37999),C=r(76582);let T;const P=Symbol("request"),O=Symbol("response"),F=Symbol("responseSize"),I=Symbol("downloadedSize"),z=Symbol("bodySize"),R=Symbol("uploadedSize"),B=Symbol("serverResponsesPiped"),L=Symbol("unproxyEvents"),N=Symbol("isFromCache"),q=Symbol("cancelTimeouts"),U=Symbol("startedReading"),$=Symbol("stopReading"),M=Symbol("triggerRead"),H=Symbol("body"),G=Symbol("jobs"),V=Symbol("originalResponse"),W=Symbol("retryTimeout");t.kIsNormalizedAlready=Symbol("isNormalizedAlready");const K=g.default.string(process.versions.brotli);t.withoutBody=new Set(["GET","HEAD"]),t.knownHookEvents=["init","beforeRequest","beforeRedirect","beforeError","beforeRetry","afterResponse"];const Y=new _.default,Q=new Set([300,301,302,303,304,307,308]),J=["context","body","json","form"];t.setNonEnumerableProperties=(e,t)=>{const r={};for(const t of e)if(t)for(const e of J)e in t&&(r[e]={writable:!0,configurable:!0,enumerable:!1,value:t[e]});Object.defineProperties(t,r)};class X extends Error{constructor(e,t,r){var i;if(super(e),Error.captureStackTrace(this,this.constructor),this.name="RequestError",this.code=t.code,r instanceof se?(Object.defineProperty(this,"request",{enumerable:!1,value:r}),Object.defineProperty(this,"response",{enumerable:!1,value:r[O]}),Object.defineProperty(this,"options",{enumerable:!1,value:r.options})):Object.defineProperty(this,"options",{enumerable:!1,value:r}),this.timings=null===(i=this.request)||void 0===i?void 0:i.timings,g.default.string(t.stack)&&g.default.string(this.stack)){const e=this.stack.indexOf(this.message)+this.message.length,r=this.stack.slice(e).split("\n").reverse(),i=t.stack.slice(t.stack.indexOf(t.message)+t.message.length).split("\n").reverse();for(;0!==i.length&&i[0]===r[0];)r.shift();this.stack=`${this.stack.slice(0,e)}${r.reverse().join("\n")}${i.reverse().join("\n")}`}}}t.RequestError=X;class Z extends X{constructor(e){super(`Redirected ${e.options.maxRedirects} times. Aborting.`,{},e),this.name="MaxRedirectsError"}}t.MaxRedirectsError=Z;class ee extends X{constructor(e){super(`Response code ${e.statusCode} (${e.statusMessage})`,{},e.request),this.name="HTTPError"}}t.HTTPError=ee;class te extends X{constructor(e,t){super(e.message,e,t),this.name="CacheError"}}t.CacheError=te;class re extends X{constructor(e,t){super(e.message,e,t),this.name="UploadError"}}t.UploadError=re;class ie extends X{constructor(e,t,r){super(e.message,e,r),this.name="TimeoutError",this.event=e.event,this.timings=t}}t.TimeoutError=ie;class ae extends X{constructor(e,t){super(e.message,e,t),this.name="ReadError"}}t.ReadError=ae;class ne extends X{constructor(e){super(`Unsupported protocol "${e.url.protocol}"`,{},e),this.name="UnsupportedProtocolError"}}t.UnsupportedProtocolError=ne;const oe=["socket","connect","continue","information","upgrade","timeout"];class se extends a.Duplex{constructor(e,r={},i){super({autoDestroy:!1,highWaterMark:0}),this[I]=0,this[R]=0,this.requestInitialized=!1,this[B]=new Set,this.redirects=[],this[$]=!1,this[M]=!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}=r;if((s||u||l)&&this._lockWrite(),t.kIsNormalizedAlready in r)this.options=r;else try{this.options=this.constructor.normalizeArguments(e,r,i)}catch(e){return g.default.nodeStream(r.body)&&r.body.destroy(),void this.destroy(e)}(async()=>{var e;try{this.options.body instanceof n.ReadStream&&await(async e=>new Promise(((t,r)=>{const i=e=>{r(e)};e.pending||t(),e.once("error",i),e.once("ready",(()=>{e.off("error",i),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[P])||void 0===e||e.destroy());for(const e of this[G])e();this[G].length=0,this.requestInitialized=!0}catch(e){if(e instanceof X)return void this._beforeError(e);this.destroyed||this.destroy(e)}})()}static normalizeArguments(e,r,a){var n,s,c,u,l;const d=r;if(g.default.object(e)&&!g.default.urlInstance(e))r={...a,...e,...r};else{if(e&&r&&void 0!==r.url)throw new TypeError("The `url` option is mutually exclusive with the `input` argument");r={...a,...r},void 0!==e&&(r.url=e),g.default.urlInstance(r.url)&&(r.url=new o.URL(r.url.toString()))}if(!1===r.cache&&(r.cache=void 0),!1===r.dnsCache&&(r.dnsCache=void 0),g.assert.any([g.default.string,g.default.undefined],r.method),g.assert.any([g.default.object,g.default.undefined],r.headers),g.assert.any([g.default.string,g.default.urlInstance,g.default.undefined],r.prefixUrl),g.assert.any([g.default.object,g.default.undefined],r.cookieJar),g.assert.any([g.default.object,g.default.string,g.default.undefined],r.searchParams),g.assert.any([g.default.object,g.default.string,g.default.undefined],r.cache),g.assert.any([g.default.object,g.default.number,g.default.undefined],r.timeout),g.assert.any([g.default.object,g.default.undefined],r.context),g.assert.any([g.default.object,g.default.undefined],r.hooks),g.assert.any([g.default.boolean,g.default.undefined],r.decompress),g.assert.any([g.default.boolean,g.default.undefined],r.ignoreInvalidCookies),g.assert.any([g.default.boolean,g.default.undefined],r.followRedirect),g.assert.any([g.default.number,g.default.undefined],r.maxRedirects),g.assert.any([g.default.boolean,g.default.undefined],r.throwHttpErrors),g.assert.any([g.default.boolean,g.default.undefined],r.http2),g.assert.any([g.default.boolean,g.default.undefined],r.allowGetBody),g.assert.any([g.default.string,g.default.undefined],r.localAddress),g.assert.any([E.isDnsLookupIpVersion,g.default.undefined],r.dnsLookupIpVersion),g.assert.any([g.default.object,g.default.undefined],r.https),g.assert.any([g.default.boolean,g.default.undefined],r.rejectUnauthorized),r.https&&(g.assert.any([g.default.boolean,g.default.undefined],r.https.rejectUnauthorized),g.assert.any([g.default.function_,g.default.undefined],r.https.checkServerIdentity),g.assert.any([g.default.string,g.default.object,g.default.array,g.default.undefined],r.https.certificateAuthority),g.assert.any([g.default.string,g.default.object,g.default.array,g.default.undefined],r.https.key),g.assert.any([g.default.string,g.default.object,g.default.array,g.default.undefined],r.https.certificate),g.assert.any([g.default.string,g.default.undefined],r.https.passphrase),g.assert.any([g.default.string,g.default.buffer,g.default.array,g.default.undefined],r.https.pfx)),g.assert.any([g.default.object,g.default.undefined],r.cacheOptions),g.default.string(r.method)?r.method=r.method.toUpperCase():r.method="GET",r.headers===(null==a?void 0:a.headers)?r.headers={...r.headers}:r.headers=m({...null==a?void 0:a.headers,...r.headers}),"slashes"in r)throw new TypeError("The legacy `url.Url` has been deprecated. Use `URL` instead.");if("auth"in r)throw new TypeError("Parameter `auth` is deprecated. Use `username` / `password` instead.");if("searchParams"in r&&r.searchParams&&r.searchParams!==(null==a?void 0:a.searchParams)){let e;if(g.default.string(r.searchParams)||r.searchParams instanceof o.URLSearchParams)e=new o.URLSearchParams(r.searchParams);else{!function(e){for(const t in e){const r=e[t];if(!(g.default.string(r)||g.default.number(r)||g.default.boolean(r)||g.default.null_(r)||g.default.undefined(r)))throw new TypeError(`The \`searchParams\` value '${String(r)}' must be a string, number, boolean or null`)}}(r.searchParams),e=new o.URLSearchParams;for(const t in r.searchParams){const i=r.searchParams[t];null===i?e.append(t,""):void 0!==i&&e.append(t,i)}}null===(n=null==a?void 0:a.searchParams)||void 0===n||n.forEach(((t,r)=>{e.has(r)||e.append(r,t)})),r.searchParams=e}if(r.username=null!==(s=r.username)&&void 0!==s?s:"",r.password=null!==(c=r.password)&&void 0!==c?c:"",g.default.undefined(r.prefixUrl)?r.prefixUrl=null!==(u=null==a?void 0:a.prefixUrl)&&void 0!==u?u:"":(r.prefixUrl=r.prefixUrl.toString(),""===r.prefixUrl||r.prefixUrl.endsWith("/")||(r.prefixUrl+="/")),g.default.string(r.url)){if(r.url.startsWith("/"))throw new Error("`input` must not start with a slash when using `prefixUrl`");r.url=k.default(r.prefixUrl+r.url,r)}else(g.default.undefined(r.url)&&""!==r.prefixUrl||r.protocol)&&(r.url=k.default(r.prefixUrl,r));if(r.url){"port"in r&&delete r.port;let{prefixUrl:e}=r;Object.defineProperty(r,"prefixUrl",{set:t=>{const i=r.url;if(!i.href.startsWith(t))throw new Error(`Cannot change \`prefixUrl\` from ${e} to ${t}: ${i.href}`);r.url=new o.URL(t+i.href.slice(e.length)),e=t},get:()=>e});let{protocol:t}=r.url;if("unix:"===t&&(t="http:",r.url=new o.URL(`http://unix${r.url.pathname}${r.url.search}`)),r.searchParams&&(r.url.search=r.searchParams.toString()),"http:"!==t&&"https:"!==t)throw new ne(r);""===r.username?r.username=r.url.username:r.url.username=r.username,""===r.password?r.password=r.url.password:r.url.password=r.password}const{cookieJar:f}=r;if(f){let{setCookie:e,getCookieString:t}=f;g.assert.function_(e),g.assert.function_(t),4===e.length&&0===t.length&&(e=i.promisify(e.bind(r.cookieJar)),t=i.promisify(t.bind(r.cookieJar)),r.cookieJar={setCookie:e,getCookieString:t})}const{cache:v}=r;if(v&&(Y.has(v)||Y.set(v,new h(((e,t)=>{const r=e[P](e,t);return g.default.promise(r)&&(r.once=(e,t)=>{if("error"===e)r.catch(t);else{if("abort"!==e)throw new Error(`Unknown HTTP2 promise event: ${e}`);(async()=>{try{(await r).once("abort",t)}catch(e){}})()}return r}),r}),v))),r.cacheOptions={...r.cacheOptions},!0===r.dnsCache)T||(T=new p.default),r.dnsCache=T;else if(!g.default.undefined(r.dnsCache)&&!r.dnsCache.lookup)throw new TypeError(`Parameter \`dnsCache\` must be a CacheableLookup instance or a boolean, got ${g.default(r.dnsCache)}`);g.default.number(r.timeout)?r.timeout={request:r.timeout}:a&&r.timeout!==a.timeout?r.timeout={...a.timeout,...r.timeout}:r.timeout={...r.timeout},r.context||(r.context={});const y=r.hooks===(null==a?void 0:a.hooks);r.hooks={...r.hooks};for(const e of t.knownHookEvents)if(e in r.hooks){if(!g.default.array(r.hooks[e]))throw new TypeError(`Parameter \`${e}\` must be an Array, got ${g.default(r.hooks[e])}`);r.hooks[e]=[...r.hooks[e]]}else r.hooks[e]=[];if(a&&!y)for(const e of t.knownHookEvents)a.hooks[e].length>0&&(r.hooks[e]=[...a.hooks[e],...r.hooks[e]]);if("family"in r&&D.default('"options.family" was never documented, please use "options.dnsLookupIpVersion"'),(null==a?void 0:a.https)&&(r.https={...a.https,...r.https}),"rejectUnauthorized"in r&&D.default('"options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"'),"checkServerIdentity"in r&&D.default('"options.checkServerIdentity" was never documented, please use "options.https.checkServerIdentity"'),"ca"in r&&D.default('"options.ca" was never documented, please use "options.https.certificateAuthority"'),"key"in r&&D.default('"options.key" was never documented, please use "options.https.key"'),"cert"in r&&D.default('"options.cert" was never documented, please use "options.https.certificate"'),"passphrase"in r&&D.default('"options.passphrase" was never documented, please use "options.https.passphrase"'),"pfx"in r&&D.default('"options.pfx" was never documented, please use "options.https.pfx"'),"followRedirects"in r)throw new TypeError("The `followRedirects` option does not exist. Use `followRedirect` instead.");if(r.agent)for(const e in r.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 r.maxRedirects=null!==(l=r.maxRedirects)&&void 0!==l?l:0,t.setNonEnumerableProperties([a,d],r),A.default(r,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:r}=e,i=!g.default.undefined(e.form),n=!g.default.undefined(e.json),s=!g.default.undefined(e.body),c=i||n||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,i,n].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(i&&!g.default.object(e.form))throw new TypeError("The `form` option must be an Object");{const t=!g.default.string(r["content-type"]);s?(y.default(e.body)&&t&&(r["content-type"]=`multipart/form-data; boundary=${e.body.getBoundary()}`),this[H]=e.body):i?(t&&(r["content-type"]="application/x-www-form-urlencoded"),this[H]=new o.URLSearchParams(e.form).toString()):(t&&(r["content-type"]="application/json"),this[H]=e.stringifyJson(e.json));const a=await v.default(this[H],e.headers);g.default.undefined(r["content-length"])&&g.default.undefined(r["transfer-encoding"])&&(u||g.default.undefined(a)||(r["content-length"]=String(a)))}}else u?this._lockWrite():this._unlockWrite();this[z]=Number(r["content-length"])||void 0}async _onResponseBase(e){const{options:t}=this,{url:r}=t;this[V]=e,t.decompress&&(e=d(e));const i=e.statusCode,a=e;a.statusMessage=a.statusMessage?a.statusMessage:s.STATUS_CODES[i],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[N]=a.isFromCache,this[F]=Number(e.headers["content-length"])||void 0,this[O]=e,e.once("end",(()=>{this[F]=this[I],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 n=e.headers["set-cookie"];if(g.default.object(t.cookieJar)&&n){let e=n.map((async e=>t.cookieJar.setCookie(e,r.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(i)){if(e.resume(),this[P]&&(this[q](),delete this[P],this[L]()),!(303===i&&"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 i=Buffer.from(e.headers.location,"binary").toString(),n=new o.URL(i,r),s=n.toString();decodeURI(s),n.hostname!==r.hostname||n.port!==r.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="")):(n.username=t.username,n.password=t.password),this.redirects.push(s),t.url=n;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&&!S.isResponseOk(a))this._beforeError(new ee(a));else{e.on("readable",(()=>{this[M]&&this._read()})),this.on("resume",(()=>{e.resume()})),this.on("pause",(()=>{e.pause()})),e.once("end",(()=>{this.push(null)})),this.emit("response",e);for(const r of this[B])if(!r.headersSent){for(const i in e.headers){const a=!t.decompress||"content-encoding"!==i,n=e.headers[i];a&&r.setHeader(i,n)}r.statusCode=i}}}async _onResponse(e){try{await this._onResponseBase(e)}catch(e){this._beforeError(e)}}_onRequest(e){const{options:t}=this,{timeout:r,url:i}=t;l.default(e),this[q]=x.default(e,r,i);const a=t.cache?"cacheableResponse":"response";e.once(a,(e=>{this._onResponse(e)})),e.once("error",(t=>{var r;e.destroy(),null===(r=e.res)||void 0===r||r.removeAllListeners("end"),t=t instanceof x.TimeoutError?new ie(t,this.timings,this):new X(t.message,t,this),this._beforeError(t)})),this[L]=b.default(e,this,oe),this[P]=e,this.emit("uploadProgress",this.uploadProgress);const n=this[H],o=0===this.redirects.length?this:e;g.default.nodeStream(n)?(n.pipe(o),n.once("error",(e=>{this._beforeError(new re(e,this))}))):(this._unlockWrite(),g.default.undefined(n)?(this._cannotHaveBody||this._noPipe)&&(o.end(),this._lockWrite()):(this._writeRequest(n,void 0,(()=>{})),o.end(),this._lockWrite())),this.emit("request",e)}async _createCacheableRequest(e,t){return new Promise(((r,i)=>{let a;Object.assign(t,w.default(e)),delete t.url;const n=Y.get(t.cache)(t,(async e=>{e._readableState.autoDestroy=!1,a&&(await a).emit("cacheableResponse",e),r(e)}));t.url=e,n.once("error",i),n.once("request",(async e=>{a=e,r(a)}))}))}async _makeRequest(){var e,t,r,i,a;const{options:n}=this,{headers:o}=n;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(n.decompress&&g.default.undefined(o["accept-encoding"])&&(o["accept-encoding"]=K?"gzip, deflate, br":"gzip, deflate"),n.cookieJar){const e=await n.cookieJar.getCookieString(n.url.toString());g.default.nonEmptyString(e)&&(n.headers.cookie=e)}for(const e of n.hooks.beforeRequest){const t=await e(n);if(!g.default.undefined(t)){n.request=()=>t;break}}n.body&&this[H]!==n.body&&(this[H]=n.body);const{agent:c,request:l,timeout:p,url:d}=n;if(n.dnsCache&&!("lookup"in n)&&(n.lookup=n.dnsCache.lookup),"unix"===d.hostname){const e=/(?.+?):(?.+)/.exec(`${d.pathname}${d.search}`);if(null==e?void 0:e.groups){const{socketPath:t,path:r}=e.groups;Object.assign(n,{socketPath:t,path:r,host:""})}}const m="https:"===d.protocol;let v;v=n.http2?f.auto:m?u.request:s.request;const y=null!==(e=n.request)&&void 0!==e?e:v,b=n.cache?this._createCacheableRequest:y;c&&!n.http2&&(n.agent=c[m?"https":"http"]),n[P]=y,delete n.request,delete n.timeout;const x=n;if(x.shared=null===(t=n.cacheOptions)||void 0===t?void 0:t.shared,x.cacheHeuristic=null===(r=n.cacheOptions)||void 0===r?void 0:r.cacheHeuristic,x.immutableMinTimeToLive=null===(i=n.cacheOptions)||void 0===i?void 0:i.immutableMinTimeToLive,x.ignoreCargoCult=null===(a=n.cacheOptions)||void 0===a?void 0:a.ignoreCargoCult,void 0!==n.dnsLookupIpVersion)try{x.family=E.dnsLookupIpVersionToFamily(n.dnsLookupIpVersion)}catch(e){throw new Error("Invalid `dnsLookupIpVersion` option value")}n.https&&("rejectUnauthorized"in n.https&&(x.rejectUnauthorized=n.https.rejectUnauthorized),n.https.checkServerIdentity&&(x.checkServerIdentity=n.https.checkServerIdentity),n.https.certificateAuthority&&(x.ca=n.https.certificateAuthority),n.https.certificate&&(x.cert=n.https.certificate),n.https.key&&(x.key=n.https.key),n.https.passphrase&&(x.passphrase=n.https.passphrase),n.https.pfx&&(x.pfx=n.https.pfx));try{let e=await b(d,x);g.default.undefined(e)&&(e=v(d,x)),n.request=l,n.timeout=p,n.agent=c,n.https&&("rejectUnauthorized"in n.https&&delete x.rejectUnauthorized,n.https.checkServerIdentity&&delete x.checkServerIdentity,n.https.certificateAuthority&&delete x.ca,n.https.certificate&&delete x.cert,n.https.key&&delete x.key,n.https.passphrase&&delete x.passphrase,n.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 h.CacheError)throw new te(e,this);throw new X(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 X(t.message,t,this)}this.destroy(e)}_beforeError(e){if(this[$])return;const{options:t}=this,r=this.retryCount+1;this[$]=!0,e instanceof X||(e=new X(e.message,e,this));const i=e,{response:a}=i;(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 n;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),n=await t.retry.calculateDelay({attemptCount:r,retryOptions:t.retry,error:i,retryAfter:e,computedValue:C.default({attemptCount:r,retryOptions:t.retry,error:i,retryAfter:e,computedValue:0})})}catch(e){return void this._error(new X(e.message,e,this))}if(n){const t=async()=>{try{for(const e of this.options.hooks.beforeRetry)await e(this.options,i,r)}catch(t){return void this._error(new X(t.message,e,this))}this.destroyed||(this.destroy(),this.emit("retry",r,e))};return void(this[W]=setTimeout(t,n))}}this._error(i)})()}_read(){this[M]=!0;const e=this[O];if(e&&!this[$]){let t;for(e.readableLength&&(this[M]=!1);null!==(t=e.read());){this[I]+=t.length,this[U]=!0;const e=this.downloadProgress;e.percent<1&&this.emit("downloadProgress",e),this.push(t)}}}_write(e,t,r){const i=()=>{this._writeRequest(e,t,r)};this.requestInitialized?i():this[G].push(i)}_writeRequest(e,t,r){this[P].destroyed||(this._progressCallbacks.push((()=>{this[R]+=Buffer.byteLength(e,t);const r=this.uploadProgress;r.percent<1&&this.emit("uploadProgress",r)})),this[P].write(e,t,(e=>{!e&&this._progressCallbacks.length>0&&this._progressCallbacks.shift()(),r(e)})))}_final(e){const t=()=>{for(;0!==this._progressCallbacks.length;)this._progressCallbacks.shift()();P in this?this[P].destroyed?e():this[P].end((t=>{t||(this[z]=this[R],this.emit("uploadProgress",this.uploadProgress),this[P].emit("upload-complete")),e(t)})):e()};this.requestInitialized?t():this[G].push(t)}_destroy(e,t){var r;this[$]=!0,clearTimeout(this[W]),P in this&&(this[q](),(null===(r=this[O])||void 0===r?void 0:r.complete)||this[P].destroy()),null===e||g.default.undefined(e)||e instanceof X||(e=new X(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,r;return(null!==(t=null===(e=this[P])||void 0===e?void 0:e.destroyed)&&void 0!==t?t:this.destroyed)&&!(null===(r=this[V])||void 0===r?void 0:r.complete)}get socket(){var e,t;return null!==(t=null===(e=this[P])||void 0===e?void 0:e.socket)&&void 0!==t?t:void 0}get downloadProgress(){let e;return e=this[F]?this[I]/this[F]:this[F]===this[I]?1:0,{percent:e,transferred:this[I],total:this[F]}}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[P])||void 0===e?void 0:e.timings}get isFromCache(){return this[N]}pipe(e,t){if(this[U])throw new Error("Failed to pipe. The response has been emitted already.");return e instanceof c.ServerResponse&&this[B].add(e),super.pipe(e,t)}unpipe(e){return e instanceof c.ServerResponse&&this[B].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 r={auto:0,ipv4:4,ipv6:6};t.isDnsLookupIpVersion=e=>e in r,t.dnsLookupIpVersionToFamily=e=>{if(t.isDnsLookupIpVersion(e))return r[e];throw new Error("Invalid DNS lookup IP version")}},92425:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(35747),a=r(31669),n=r(80657),o=r(16721),s=a.promisify(i.stat);t.default=async(e,t)=>{if(t&&"content-length"in t)return Number(t["content-length"]);if(!e)return 0;if(n.default.string(e))return Buffer.byteLength(e);if(n.default.buffer(e))return e.length;if(o.default(e))return a.promisify(e.getLength.bind(e))();if(e instanceof i.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 r=0;for await(const i of e)t.push(i),r+=Buffer.byteLength(i);return Buffer.isBuffer(t[0])?Buffer.concat(t,r):Buffer.from(t.join(""))}},16721:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(80657);t.default=e=>i.default.nodeStream(e)&&i.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,r=e.request.options.followRedirect?299:399;return t>=200&&t<=r||304===t}},30186:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(78835),a=["protocol","host","hostname","port","pathname","search"];t.default=(e,t)=>{var r,n;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!==(n=null!==(r=t.hostname)&&void 0!==r?r:t.host)&&void 0!==n?n:""}`}const o=new i.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,r){const i={};for(const a of r)i[a]=(...e)=>{t.emit(a,...e)},e.on(a,i[a]);return()=>{for(const t of r)e.off(t,i[t])}}},14834:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TimeoutError=void 0;const i=r(11631),a=r(28535),n=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,r)=>{if(n in e)return o;e[n]=!0;const c=[],{once:u,unhandleAll:l}=a.default(),p=(e,t,r)=>{var i;const a=setTimeout(t,e,e,r);null===(i=a.unref)||void 0===i||i.call(a);const n=()=>{clearTimeout(a)};return c.push(n),n},{host:h,hostname:d}=r,f=(t,r)=>{e.destroy(new s(t,r))},m=()=>{for(const e of c)e();l()};if(e.once("error",(t=>{if(m(),0===e.listenerCount("error"))throw t})),e.once("close",m),u(e,"response",(e=>{u(e,"end",m)})),void 0!==t.request&&p(t.request,f,"request"),void 0!==t.socket){const r=()=>{f(t.socket,"socket")};e.setTimeout(t.socket,r),c.push((()=>{e.removeListener("timeout",r)}))}return u(e,"socket",(a=>{var n;const{socketPath:o}=e;if(a.connecting){const e=Boolean(null!=o?o:0!==i.isIP(null!==(n=null!=d?d:h)&&void 0!==n?n:""));if(void 0!==t.lookup&&!e&&void 0===a.address().address){const e=p(t.lookup,f,"lookup");u(a,"lookup",e)}if(void 0!==t.connect){const r=()=>p(t.connect,f,"connect");e?u(a,"connect",r()):u(a,"lookup",(e=>{null===e&&u(a,"connect",r())}))}void 0!==t.secureConnect&&"https:"===r.protocol&&u(a,"connect",(()=>{const e=p(t.secureConnect,f,"secureConnect");u(a,"secureConnect",e)}))}if(void 0!==t.send){const r=()=>p(t.send,f,"send");a.connecting?u(a,"connect",(()=>{u(e,"upload-complete",r())})):u(e,"upload-complete",r())}})),void 0!==t.response&&u(e,"upload-complete",(()=>{const r=p(t.response,f,"response");u(e,"response",r)})),m}},28535:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=()=>{const e=[];return{once(t,r,i){t.once(r,i),e.push({origin:t,event:r,fn:i})},unhandleAll(){for(const t of e){const{origin:e,event:r,fn:i}=t;e.removeListener(r,i)}e.length=0}}}},96959:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(80657);t.default=e=>{const t={protocol:(e=e).protocol,hostname:i.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 i.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,r){"use strict";var i=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),a=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||i(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.defaultHandler=void 0;const n=r(80657),o=r(9291),s=r(36133),c=r(8178),u=r(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:h}=c.default,d=(...e)=>{let t;for(const r of e)t=h(void 0,r,t);return t},f=e=>e.isStream?new c.default(void 0,e):o.default(e),m=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 r of e)r(t)},y=e=>{e._rawHandlers=e.handlers,e.handlers=e.handlers.map((e=>(t,r)=>{let i;const a=e(t,(e=>(i=r(e),i)));if(a!==i&&!t.isStream&&i){const e=a,{then:t,catch:r,finally:n}=e;Object.setPrototypeOf(e,Object.getPrototypeOf(i)),Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)),e.then=t,e.catch=r,e.finally=n}return a}));const r=(t,r={},i)=>{var a,u;let l=0;const p=t=>e.handlers[l++](t,l===e.handlers.length?f:p);if(n.default.plainObject(t)){const e={...t,...r};c.setNonEnumerableProperties([t,r],e),r=e,t=void 0}try{let n;try{v(e.options.hooks.init,r),v(null===(a=r.hooks)||void 0===a?void 0:a.init,r)}catch(e){n=e}const s=h(t,r,null!=i?i:e.options);if(s[c.kIsNormalizedAlready]=!0,n)throw new o.RequestError(n.message,n,s);return p(s)}catch(t){if(r.isStream)throw t;return s.default(t,e.options.hooks.beforeError,null===(u=r.hooks)||void 0===u?void 0:u.beforeError)}};r.extend=(...r)=>{const i=[e.options];let a,n=[...e._rawHandlers];for(const e of r)m(e)?(i.push(e.defaults.options),n.push(...e.defaults._rawHandlers),a=e.defaults.mutableDefaults):(i.push(e),"handlers"in e&&n.push(...e.handlers),a=e.mutableDefaults);return n=n.filter((e=>e!==t.defaultHandler)),0===n.length&&n.push(t.defaultHandler),y({options:d(...i),handlers:n,mutableDefaults:Boolean(a)})};const i=async function*(t,i){let a=h(t,i,e.options);a.resolveBodyOnly=!1;const o=a.pagination;if(!n.default.object(o))throw new TypeError("`options.pagination` must be implemented");const s=[];let{countLimit:c}=o,u=0;for(;u{const r=[];for await(const a of i(e,t))r.push(a);return r},r.paginate.each=i,r.stream=(e,t)=>r(e,{...t,isStream:!0});for(const e of g)r[e]=(t,i)=>r(t,{...i,method:e}),r.stream[e]=(t,i)=>r(t,{...i,method:e,isStream:!0});return Object.assign(r,l),Object.defineProperty(r,"defaults",{value:e.mutableDefaults?e:u.default(e),writable:e.mutableDefaults,configurable:e.mutableDefaults,enumerable:!0}),r.mergeOptions=d,r};t.default=y,a(r(38317),t)},12210:function(e,t,r){"use strict";var i=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),a=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||i(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0});const n=r(78835),o=r(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 r;for(const e of t){const t=e.split(";");if(t[1].includes("next")){r=t[0].trimStart().trim(),r=r.slice(1,-1);break}}return!!r&&{url:new n.URL(r)}},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(r(46427),t),a(r(9291),t)},38317:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0})},64638:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(80657);t.default=function e(t){for(const r of Object.values(t))(i.default.plainObject(r)||i.default.array(r))&&e(r);return Object.freeze(t)}},45241:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=new Set;t.default=e=>{r.has(e)||(r.add(e),process.emitWarning(`Got: ${e}`,{type:"DeprecationWarning"}))}},24391:e=>{"use strict";e.exports=JSON.parse('{"$id":"afterRequest.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","optional":true,"required":["lastAccess","eTag","hitCount"],"properties":{"expires":{"type":"string","pattern":"^(\\\\d{4})(-)?(\\\\d\\\\d)(-)?(\\\\d\\\\d)(T)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(\\\\.\\\\d+)?(Z|([+-])(\\\\d\\\\d)(:)?(\\\\d\\\\d))?"},"lastAccess":{"type":"string","pattern":"^(\\\\d{4})(-)?(\\\\d\\\\d)(-)?(\\\\d\\\\d)(T)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(\\\\.\\\\d+)?(Z|([+-])(\\\\d\\\\d)(:)?(\\\\d\\\\d))?"},"eTag":{"type":"string"},"hitCount":{"type":"integer"},"comment":{"type":"string"}}}')},94440:e=>{"use strict";e.exports=JSON.parse('{"$id":"beforeRequest.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","optional":true,"required":["lastAccess","eTag","hitCount"],"properties":{"expires":{"type":"string","pattern":"^(\\\\d{4})(-)?(\\\\d\\\\d)(-)?(\\\\d\\\\d)(T)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(\\\\.\\\\d+)?(Z|([+-])(\\\\d\\\\d)(:)?(\\\\d\\\\d))?"},"lastAccess":{"type":"string","pattern":"^(\\\\d{4})(-)?(\\\\d\\\\d)(-)?(\\\\d\\\\d)(T)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(\\\\.\\\\d+)?(Z|([+-])(\\\\d\\\\d)(:)?(\\\\d\\\\d))?"},"eTag":{"type":"string"},"hitCount":{"type":"integer"},"comment":{"type":"string"}}}')},99850:e=>{"use strict";e.exports=JSON.parse('{"$id":"browser.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["name","version"],"properties":{"name":{"type":"string"},"version":{"type":"string"},"comment":{"type":"string"}}}')},77654:e=>{"use strict";e.exports=JSON.parse('{"$id":"cache.json#","$schema":"http://json-schema.org/draft-06/schema#","properties":{"beforeRequest":{"oneOf":[{"type":"null"},{"$ref":"beforeRequest.json#"}]},"afterRequest":{"oneOf":[{"type":"null"},{"$ref":"afterRequest.json#"}]},"comment":{"type":"string"}}}')},73656:e=>{"use strict";e.exports=JSON.parse('{"$id":"content.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["size","mimeType"],"properties":{"size":{"type":"integer"},"compression":{"type":"integer"},"mimeType":{"type":"string"},"text":{"type":"string"},"encoding":{"type":"string"},"comment":{"type":"string"}}}')},67948:e=>{"use strict";e.exports=JSON.parse('{"$id":"cookie.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["name","value"],"properties":{"name":{"type":"string"},"value":{"type":"string"},"path":{"type":"string"},"domain":{"type":"string"},"expires":{"type":["string","null"],"format":"date-time"},"httpOnly":{"type":"boolean"},"secure":{"type":"boolean"},"comment":{"type":"string"}}}')},44098:e=>{"use strict";e.exports=JSON.parse('{"$id":"creator.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["name","version"],"properties":{"name":{"type":"string"},"version":{"type":"string"},"comment":{"type":"string"}}}')},32525:e=>{"use strict";e.exports=JSON.parse('{"$id":"entry.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","optional":true,"required":["startedDateTime","time","request","response","cache","timings"],"properties":{"pageref":{"type":"string"},"startedDateTime":{"type":"string","format":"date-time","pattern":"^(\\\\d{4})(-)?(\\\\d\\\\d)(-)?(\\\\d\\\\d)(T)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(\\\\.\\\\d+)?(Z|([+-])(\\\\d\\\\d)(:)?(\\\\d\\\\d))"},"time":{"type":"number","min":0},"request":{"$ref":"request.json#"},"response":{"$ref":"response.json#"},"cache":{"$ref":"cache.json#"},"timings":{"$ref":"timings.json#"},"serverIPAddress":{"type":"string","oneOf":[{"format":"ipv4"},{"format":"ipv6"}]},"connection":{"type":"string"},"comment":{"type":"string"}}}')},84943:e=>{"use strict";e.exports=JSON.parse('{"$id":"har.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["log"],"properties":{"log":{"$ref":"log.json#"}}}')},68344:e=>{"use strict";e.exports=JSON.parse('{"$id":"header.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["name","value"],"properties":{"name":{"type":"string"},"value":{"type":"string"},"comment":{"type":"string"}}}')},8023:(e,t,r)=>{"use strict";e.exports={afterRequest:r(24391),beforeRequest:r(94440),browser:r(99850),cache:r(77654),content:r(73656),cookie:r(67948),creator:r(44098),entry:r(32525),har:r(84943),header:r(68344),log:r(69142),page:r(29075),pageTimings:r(15096),postData:r(73697),query:r(70877),request:r(92084),response:r(20702),timings:r(36941)}},69142:e=>{"use strict";e.exports=JSON.parse('{"$id":"log.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["version","creator","entries"],"properties":{"version":{"type":"string"},"creator":{"$ref":"creator.json#"},"browser":{"$ref":"browser.json#"},"pages":{"type":"array","items":{"$ref":"page.json#"}},"entries":{"type":"array","items":{"$ref":"entry.json#"}},"comment":{"type":"string"}}}')},29075:e=>{"use strict";e.exports=JSON.parse('{"$id":"page.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","optional":true,"required":["startedDateTime","id","title","pageTimings"],"properties":{"startedDateTime":{"type":"string","format":"date-time","pattern":"^(\\\\d{4})(-)?(\\\\d\\\\d)(-)?(\\\\d\\\\d)(T)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(\\\\.\\\\d+)?(Z|([+-])(\\\\d\\\\d)(:)?(\\\\d\\\\d))"},"id":{"type":"string","unique":true},"title":{"type":"string"},"pageTimings":{"$ref":"pageTimings.json#"},"comment":{"type":"string"}}}')},15096:e=>{"use strict";e.exports=JSON.parse('{"$id":"pageTimings.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","properties":{"onContentLoad":{"type":"number","min":-1},"onLoad":{"type":"number","min":-1},"comment":{"type":"string"}}}')},73697:e=>{"use strict";e.exports=JSON.parse('{"$id":"postData.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","optional":true,"required":["mimeType"],"properties":{"mimeType":{"type":"string"},"text":{"type":"string"},"params":{"type":"array","required":["name"],"properties":{"name":{"type":"string"},"value":{"type":"string"},"fileName":{"type":"string"},"contentType":{"type":"string"},"comment":{"type":"string"}}},"comment":{"type":"string"}}}')},70877:e=>{"use strict";e.exports=JSON.parse('{"$id":"query.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["name","value"],"properties":{"name":{"type":"string"},"value":{"type":"string"},"comment":{"type":"string"}}}')},92084:e=>{"use strict";e.exports=JSON.parse('{"$id":"request.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["method","url","httpVersion","cookies","headers","queryString","headersSize","bodySize"],"properties":{"method":{"type":"string"},"url":{"type":"string","format":"uri"},"httpVersion":{"type":"string"},"cookies":{"type":"array","items":{"$ref":"cookie.json#"}},"headers":{"type":"array","items":{"$ref":"header.json#"}},"queryString":{"type":"array","items":{"$ref":"query.json#"}},"postData":{"$ref":"postData.json#"},"headersSize":{"type":"integer"},"bodySize":{"type":"integer"},"comment":{"type":"string"}}}')},20702:e=>{"use strict";e.exports=JSON.parse('{"$id":"response.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["status","statusText","httpVersion","cookies","headers","content","redirectURL","headersSize","bodySize"],"properties":{"status":{"type":"integer"},"statusText":{"type":"string"},"httpVersion":{"type":"string"},"cookies":{"type":"array","items":{"$ref":"cookie.json#"}},"headers":{"type":"array","items":{"$ref":"header.json#"}},"content":{"$ref":"content.json#"},"redirectURL":{"type":"string"},"headersSize":{"type":"integer"},"bodySize":{"type":"integer"},"comment":{"type":"string"}}}')},36941:e=>{"use strict";e.exports=JSON.parse('{"$id":"timings.json#","$schema":"http://json-schema.org/draft-06/schema#","required":["send","wait","receive"],"properties":{"dns":{"type":"number","min":-1},"connect":{"type":"number","min":-1},"blocked":{"type":"number","min":-1},"send":{"type":"number","min":-1},"wait":{"type":"number","min":-1},"receive":{"type":"number","min":-1},"ssl":{"type":"number","min":-1},"comment":{"type":"string"}}}')},88300:e=>{function t(e){var t="validation failed";this.name="HARError",this.message=t,this.errors=e,"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(t).stack}t.prototype=Error.prototype,e.exports=t},86056:(e,t,r)=>{var i,a=r(65096),n=r(88300),o=r(8023);function s(e,t){t=t||{};var s=(i=i||function(){var e=new a({allErrors:!0});return e.addMetaSchema(r(81030)),e.addSchema(o),e}()).getSchema(e+".json");return new Promise((function(e,r){s(t)?e(t):r(new n(s.errors))}))}t.afterRequest=function(e){return s("afterRequest",e)},t.beforeRequest=function(e){return s("beforeRequest",e)},t.browser=function(e){return s("browser",e)},t.cache=function(e){return s("cache",e)},t.content=function(e){return s("content",e)},t.cookie=function(e){return s("cookie",e)},t.creator=function(e){return s("creator",e)},t.entry=function(e){return s("entry",e)},t.har=function(e){return s("har",e)},t.header=function(e){return s("header",e)},t.log=function(e){return s("log",e)},t.page=function(e){return s("page",e)},t.pageTimings=function(e){return s("pageTimings",e)},t.postData=function(e){return s("postData",e)},t.query=function(e){return s("query",e)},t.request=function(e){return s("request",e)},t.response=function(e){return s("response",e)},t.timings=function(e){return s("timings",e)}},86560:e=>{"use strict";e.exports=(e,t=process.argv)=>{const r=e.startsWith("-")?"":1===e.length?"-":"--",i=t.indexOf(r+e),a=t.indexOf("--");return-1!==i&&(-1===a||i{"use strict";var i="undefined"!=typeof Symbol&&Symbol,a=r(55419);e.exports=function(){return"function"==typeof i&&"function"==typeof Symbol&&"symbol"==typeof i("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"),r=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(r))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 i=Object.getOwnPropertySymbols(e);if(1!==i.length||i[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,r)=>{"use strict";var i=r(58612);e.exports=i.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]),r=new Set([200,203,204,300,301,302,303,307,308,404,405,410,414,501]),i=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},n={"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 r=e.trim().split(/\s*,\s*/);for(const e of r){const[r,i]=e.split(/\s*=\s*/,2);t[r]=void 0===i||i.replace(/^"|"$/g,"")}return t}function c(e){let t=[];for(const r in e){const i=e[r];t.push(!0===i?r:r+"="+i)}if(t.length)return t.join(", ")}e.exports=class{constructor(e,t,{shared:r,cacheHeuristic:i,immutableMinTimeToLive:a,ignoreCargoCult:n,_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!==r,this._cacheHeuristic=void 0!==i?i:.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"]),n&&"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())||!r.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 r of t)if(e.headers[r]!==this._reqHeaders[r])return!1;return!0}_copyWithoutHopByHopHeaders(e){const t={};for(const r in e)a[r]||(t[r]=e[r]);if(e.connection){const r=e.connection.trim().split(/\s*,\s*/);for(const e of r)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 r=Date.parse(this._resHeaders.expires);return Number.isNaN(r)||rr)return Math.max(e,(t-r)/1e3*this._cacheHeuristic)}return e}timeToLive(){const e=this.maxAge()-this.age(),t=e+o(this._rescc["stale-if-error"]),r=e+o(this._rescc["stale-while-revalidate"]);return 1e3*Math.max(0,e,t,r)}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||i.has(e.status)}(t))return{modified:!1,matches:!1,policy:this};if(!t||!t.headers)throw Error("Response headers missing");let r=!1;if(void 0!==t.status&&304!=t.status?r=!1:t.headers.etag&&!/^\s*W\//.test(t.headers.etag)?r=this._resHeaders.etag&&this._resHeaders.etag.replace(/^\s*W\//,"")===t.headers.etag:this._resHeaders.etag&&t.headers.etag?r=this._resHeaders.etag.replace(/^\s*W\//,"")===t.headers.etag.replace(/^\s*W\//,""):this._resHeaders["last-modified"]?r=this._resHeaders["last-modified"]===t.headers["last-modified"]:this._resHeaders.etag||this._resHeaders["last-modified"]||t.headers.etag||t.headers["last-modified"]||(r=!0),!r)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&&!n[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,r)=>{"use strict";var i=r(40412)("http-errors"),a=r(66644),n=r(54917),o=r(44029),s=r(72953);function c(e){return Number(String(e).charAt(0)+"00")}function u(e,t){var r=Object.getOwnPropertyDescriptor(e,"name");r&&r.configurable&&(r.value=t,Object.defineProperty(e,"name",r))}e.exports=function e(){for(var t,r,a=500,o={},s=0;s=600)&&i("non-error status code; use only 4xx or 5xx status codes"),("number"!=typeof a||!n[a]&&(a<400||a>=600))&&(a=500);var l=e[a]||e[c(a)];for(var p in t||(t=l?new l(r):new Error(r||n[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,r){t.forEach((function(t){var i,l=s(n[t]);switch(c(t)){case 400:i=function(e,t,r){var i=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:n[r],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:i,writable:!0}),o}return o(s,e),u(s,i),s.prototype.status=r,s.prototype.statusCode=r,s.prototype.expose=!0,s}(r,l,t);break;case 500:i=function(e,t,r){var i=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:n[r],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:i,writable:!0}),o}return o(s,e),u(s,i),s.prototype.status=r,s.prototype.statusCode=r,s.prototype.expose=!1,s}(r,l,t)}i&&(e[t]=i,e[l]=i)})),e["I'mateapot"]=i.function(e.ImATeapot,'"I\'mateapot"; use "ImATeapot" instead')}(e.exports,n.codes,e.exports.HttpError)},44029:(e,t,r)=>{try{var i=r(31669);if("function"!=typeof i.inherits)throw"";e.exports=i.inherits}catch(t){e.exports=r(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 r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}},68007:(e,t,r)=>{var i=r(15534),a=r(12751),n=r(67388),o=r(14071);e.exports={parse:i.parseRequest,parseRequest:i.parseRequest,sign:a.signRequest,signRequest:a.signRequest,createSigner:a.createSigner,isSigner:a.isSigner,sshKeyToPEM:o.sshKeyToPEM,sshKeyFingerprint:o.fingerprint,pemToRsaSSHKey:o.pemToRsaSSHKey,verify:n.verifySignature,verifySignature:n.verifySignature,verifyHMAC:n.verifyHMAC}},15534:(e,t,r)=>{var i=r(6144),a=r(31669),n=r(14071),o=(n.HASH_ALGOS,n.PK_ALGOS,n.HttpSignatureError),s=n.InvalidAlgorithmError,c=n.validateAlgorithm;function u(e){o.call(this,e,u)}function l(e){o.call(this,e,l)}function p(e){o.call(this,e,p)}function h(e){o.call(this,e,h)}function d(e){o.call(this,e,d)}a.inherits(u,o),a.inherits(l,o),a.inherits(p,o),a.inherits(h,o),a.inherits(d,o),e.exports={parseRequest:function(e,t){i.object(e,"request"),i.object(e.headers,"request.headers"),void 0===t&&(t={}),void 0===t.headers&&(t.headers=[e.headers["x-date"]?"x-date":"date"]),i.object(t,"options"),i.arrayOfString(t.headers,"options.headers"),i.optionalFinite(t.clockSkew,"options.clockSkew");var r=t.authorizationHeaderName||"authorization";if(!e.headers[r])throw new h("no "+r+" header present in the request");t.clockSkew=t.clockSkew||300;var a,n=0,o=0,f=0,m="",g="",v={scheme:"",params:{},signingString:""},y=e.headers[r];for(n=0;n=65&&x<=90||x>=97&&x<=122)m+=b;else{if("="!==b)throw new l("bad param format");if(0===m.length)throw new l("bad param format");f=1}break;case 1:if('"'!==b)throw new l("bad param format");g="",f=2;break;case 2:'"'===b?(v.params[m]=g,f=3):g+=b;break;case 3:if(","!==b)throw new l("bad param format");m="",f=0;break;default:throw new Error("Invalid substate")}break;default:throw new Error("Invalid substate")}}if(v.params.headers&&""!==v.params.headers?v.params.headers=v.params.headers.split(" "):e.headers["x-date"]?v.params.headers=["x-date"]:v.params.headers=["date"],!v.scheme||"Signature"!==v.scheme)throw new l('scheme was not "Signature"');if(!v.params.keyId)throw new l("keyId was not specified");if(!v.params.algorithm)throw new l("algorithm was not specified");if(!v.params.signature)throw new l("signature was not specified");v.params.algorithm=v.params.algorithm.toLowerCase();try{c(v.params.algorithm)}catch(e){throw e instanceof s?new p(v.params.algorithm+" is not supported"):e}for(n=0;n1e3*t.clockSkew)throw new u("clock skew of "+j/1e3+"s was greater than "+t.clockSkew+"s")}if(t.headers.forEach((function(e){if(v.params.headers.indexOf(e.toLowerCase())<0)throw new h(e+" was not a signed header")})),t.algorithms&&-1===t.algorithms.indexOf(v.params.algorithm))throw new p(v.params.algorithm+" is not a supported algorithm");return v.algorithm=v.params.algorithm.toUpperCase(),v.keyId=v.params.keyId,v}}},12751:(e,t,r)=>{var i=r(6144),a=r(76417),n=(r(98605),r(31669)),o=r(7518),s=r(37954),c=r(14071),u=r(31669).format,l=c.HASH_ALGOS,p=c.PK_ALGOS,h=c.InvalidAlgorithmError,d=c.HttpSignatureError,f=c.validateAlgorithm,m='Signature keyId="%s",algorithm="%s",headers="%s",signature="%s"';function g(e){d.call(this,e,g)}function v(e){d.call(this,e,v)}function y(e){i.object(e,"options");var t=[];if(void 0!==e.algorithm&&(i.string(e.algorithm,"options.algorithm"),t=f(e.algorithm)),this.rs_alg=t,void 0!==e.sign)i.func(e.sign,"options.sign"),this.rs_signFunc=e.sign;else if("hmac"===t[0]&&void 0!==e.key){if(i.string(e.keyId,"options.keyId"),this.rs_keyId=e.keyId,"string"!=typeof e.key&&!Buffer.isBuffer(e.key))throw new TypeError("options.key for HMAC must be a string or Buffer");this.rs_signer=a.createHmac(t[1].toUpperCase(),e.key),this.rs_signer.sign=function(){var e=this.digest("base64");return{hashAlgorithm:t[1],toString:function(){return e}}}}else{if(void 0===e.key)throw new TypeError("options.sign (func) or options.key is required");var r=e.key;if(("string"==typeof r||Buffer.isBuffer(r))&&(r=o.parsePrivateKey(r)),i.ok(o.PrivateKey.isPrivateKey(r,[1,2]),"options.key must be a sshpk.PrivateKey"),this.rs_key=r,i.string(e.keyId,"options.keyId"),this.rs_keyId=e.keyId,!p[r.type])throw new h(r.type.toUpperCase()+" type keys are not supported");if(void 0!==t[0]&&r.type!==t[0])throw new h("options.key must be a "+t[0].toUpperCase()+" key, was given a "+r.type.toUpperCase()+" key instead");this.rs_signer=r.createSign(t[1])}this.rs_headers=[],this.rs_lines=[]}n.inherits(g,d),n.inherits(v,d),y.prototype.writeHeader=function(e,t){if(i.string(e,"header"),e=e.toLowerCase(),i.string(t,"value"),this.rs_headers.push(e),this.rs_signFunc)this.rs_lines.push(e+": "+t);else{var r=e+": "+t;this.rs_headers.length>0&&(r="\n"+r),this.rs_signer.update(r)}return t},y.prototype.writeDateHeader=function(){return this.writeHeader("date",s.rfc1123(new Date))},y.prototype.writeTarget=function(e,t){i.string(e,"method"),i.string(t,"path"),e=e.toLowerCase(),this.writeHeader("(request-target)",e+" "+t)},y.prototype.sign=function(e){if(i.func(e,"callback"),this.rs_headers.length<1)throw new Error("At least one header must be signed");var t,r;if(this.rs_signFunc){var a=this.rs_lines.join("\n"),n=this;this.rs_signFunc(a,(function(a,o){if(a)e(a);else{try{i.object(o,"signature"),i.string(o.keyId,"signature.keyId"),i.string(o.algorithm,"signature.algorithm"),i.string(o.signature,"signature.signature"),t=f(o.algorithm),r=u(m,o.keyId,o.algorithm,n.rs_headers.join(" "),o.signature)}catch(t){return void e(t)}e(null,r)}}))}else{try{var o=this.rs_signer.sign()}catch(t){return void e(t)}t=(this.rs_alg[0]||this.rs_key.type)+"-"+o.hashAlgorithm;var s=o.toString();r=u(m,this.rs_keyId,t,this.rs_headers.join(" "),s),e(null,r)}},e.exports={isSigner:function(e){return"object"==typeof e&&e instanceof y},createSigner:function(e){return new y(e)},signRequest:function(e,t){i.object(e,"request"),i.object(t,"options"),i.optionalString(t.algorithm,"options.algorithm"),i.string(t.keyId,"options.keyId"),i.optionalArrayOfString(t.headers,"options.headers"),i.optionalString(t.httpVersion,"options.httpVersion"),e.getHeader("Date")||e.setHeader("Date",s.rfc1123(new Date)),t.headers||(t.headers=["date"]),t.httpVersion||(t.httpVersion="1.1");var r,n=[];t.algorithm&&(t.algorithm=t.algorithm.toLowerCase(),n=f(t.algorithm));var c,d="";for(r=0;r{var i=r(6144),a=r(7518),n=r(31669),o={sha1:!0,sha256:!0,sha512:!0},s={rsa:!0,dsa:!0,ecdsa:!0};function c(e,t){Error.captureStackTrace&&Error.captureStackTrace(this,t||c),this.message=e,this.name=t.name}function u(e){c.call(this,e,u)}n.inherits(c,Error),n.inherits(u,c),e.exports={HASH_ALGOS:o,PK_ALGOS:s,HttpSignatureError:c,InvalidAlgorithmError:u,validateAlgorithm:function(e){var t=e.toLowerCase().split("-");if(2!==t.length)throw new u(t[0].toUpperCase()+" is not a valid algorithm");if("hmac"!==t[0]&&!s[t[0]])throw new u(t[0].toUpperCase()+" type keys are not supported");if(!o[t[1]])throw new u(t[1].toUpperCase()+" is not a supported hash algorithm");return t},sshKeyToPEM:function(e){return i.string(e,"ssh_key"),a.parseKey(e,"ssh").toString("pem")},fingerprint:function(e){return i.string(e,"ssh_key"),a.parseKey(e,"ssh").fingerprint("md5").toString("hex")},pemToRsaSSHKey:function(e,t){i.equal("string",typeof e,"typeof pem");var r=a.parseKey(e,"pem");return r.comment=t,r.toString("ssh")}}},67388:(e,t,r)=>{var i=r(6144),a=r(76417),n=r(7518),o=r(14071),s=(o.HASH_ALGOS,o.PK_ALGOS,o.InvalidAlgorithmError,o.HttpSignatureError,o.validateAlgorithm);e.exports={verifySignature:function(e,t){i.object(e,"parsedSignature"),("string"==typeof t||Buffer.isBuffer(t))&&(t=n.parseKey(t)),i.ok(n.Key.isKey(t,[1,1]),"pubkey must be a sshpk.Key");var r=s(e.algorithm);if("hmac"===r[0]||r[0]!==t.type)return!1;var a=t.createVerify(r[1]);return a.update(e.signingString),a.verify(e.params.signature,"base64")},verifyHMAC:function(e,t){i.object(e,"parsedHMAC"),i.string(t,"secret");var r=s(e.algorithm);if("hmac"!==r[0])return!1;var n=r[1].toUpperCase(),o=a.createHmac(n,t);o.update(e.signingString);var c=a.createHmac(n,t);c.update(o.digest()),c=c.digest();var u=a.createHmac(n,t);return u.update(new Buffer(e.params.signature,"base64")),u=u.digest(),"string"==typeof c?c===u:Buffer.isBuffer(c)&&!c.equals?c.toString("binary")===u.toString("binary"):c.equals(u)}}},24685:(e,t,r)=>{"use strict";const i=r(28614),a=r(4016),n=r(97565),o=r(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"],h=(e,t)=>e.remoteSettings.maxConcurrentStreams>t.remoteSettings.maxConcurrentStreams,d=(e,t)=>{for(const r of e)r[u].lengtht[u].includes(e)))&&r[s]+t[s]<=t.remoteSettings.maxConcurrentStreams&&m(r)},f=({agent:e,isFree:t})=>{const r={};for(const i in e.sessions){const a=e.sessions[i].filter((e=>{const r=e[g.kCurrentStreamsCount]{e[l]=!0,0===e[s]&&e.close()};class g extends i{constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxCachedTlsSessions:i=100}={}){super(),this.sessions={},this.queue={},this.timeout=e,this.maxSessions=t,this.maxFreeSessions=r,this._freeSessionsCount=0,this._sessionsCount=0,this.settings={enablePush:!1},this.tlsSessionCache=new o({maxSize:i})}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 r of p)e[r]&&(t+=`:${e[r]}`);return t}_tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e]))return;const r=this.queue[e][t];this._sessionsCount{Array.isArray(r)?(r=[...r],i()):r=[{resolve:i,reject:a}];const o=this.normalizeOptions(t),p=g.normalizeOrigin(e,t&&t.servername);if(void 0===p){for(const{reject:e}of r)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,i=-1,a=-1;for(const r of e){const e=r.remoteSettings.maxConcurrentStreams;if(e=e||r[l]||r.destroyed)continue;t||(i=e),n>a&&(t=r,a=n)}}if(t){if(1!==r.length){for(const{reject:e}of r)e(new Error(`Expected the length of listeners to be 1, got ${r.length}.\nPlease report this to https://github.com/szmarczak/http2-wrapper/`));return}return void r[0].resolve(t)}}if(o in this.queue){if(p in this.queue[o])return this.queue[o][p].listeners.push(...r),void this._tryToCreateNewSession(o,p)}else this.queue[o]={};const f=()=>{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 i=`${p}:${o}`;let a=!1;try{const g=n.connect(e,{createConnection:this.createConnection,settings:this.settings,session:this.tlsSessionCache.get(i),...t});g[s]=0,g[l]=!1;const y=()=>g[s]{this.tlsSessionCache.set(i,e)})),g.once("error",(e=>{for(const{reject:t}of r)t(e);this.tlsSessionCache.delete(i)})),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 r)t(e);f()}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 r=this.queue[o];if(0===r[e].listeners.length&&(delete r[e],0===Object.keys(r).length)){delete this.queue[o];break}if(!y())break}};g.on("origin",(()=>{g[u]=g.originSet,y()&&(x(),d(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 r)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,r)=>{let i=0,a=e.length;for(;i>>1;r(e[n],t)?i=n+1:a=n}return i})(t,g,h),0,g)}else e[o]=[g]}this._freeSessionsCount+=1,a=!0,this.emit("session",g),x(),f(),0===g[s]&&this._freeSessionsCount>this.maxFreeSessions&&g.close(),0!==r.length&&(this.getSession(p,t,r),r.length=0),g.on("remoteSettings",(()=>{x(),d(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 r=g[c](e,t);return g.ref(),++g[s],g[s]===g.remoteSettings.maxConcurrentStreams&&this._freeSessionsCount--,r.once("close",(()=>{if(b=y(),--g[s],!g.destroyed&&!g.closed&&(((e,t)=>{for(const r of e)t[u].lengthr[u].includes(e)))&&t[s]+r[s]<=r.remoteSettings.maxConcurrentStreams&&m(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():(d(this.sessions[o],g),x())}})),r}}catch(e){for(const t of r)t.reject(e);f()}};v.listeners=r,v.completed=!1,v.destroyed=!1,this.queue[o][p]=v,this._tryToCreateNewSession(o,p)}))}request(e,t,r,i){return new Promise(((a,n)=>{this.getSession(e,t,[{reject:n,resolve:e=>{try{a(e.request(r,i))}catch(e){n(e)}}}])}))}createConnection(e,t){return g.connect(e,t)}static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,i=e.hostname||e.host;return void 0===t.servername&&(t.servername=i),a.connect(r,i,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 r of t)r.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 f({agent:this,isFree:!0})}get busySessions(){return f({agent:this,isFree:!1})}}g.kCurrentStreamsCount=s,g.kGracefullyClosing=l,e.exports={Agent:g,globalAgent:new g}},86673:(e,t,r)=>{"use strict";const i=r(98605),a=r(57211),n=r(45322),o=r(61269),s=r(52287),c=r(4017),u=r(15978),l=new o({maxSize:100}),p=new Map,h=(e,t,r)=>{t._httpMessage={shouldKeepAlive:!0};const i=()=>{e.emit("free",t,r)};t.on("free",i);const a=()=>{e.removeSocket(t,r)};t.on("close",a);const n=()=>{e.removeSocket(t,r),t.off("close",a),t.off("free",i),t.off("agentRemove",n)};t.on("agentRemove",n),e.emit("free",t,r)};e.exports=async(e,t,r)=>{if(("string"==typeof e||e instanceof URL)&&(e=u(new URL(e))),"function"==typeof t&&(r=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:i.globalAgent;const d=t.agent;if(d){if(d.addRequest)throw new Error("The `options.agent` object can contain only `http`, `https` or `http2` properties");t.agent=d[o?"https":"http"]}return o&&"h2"===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:r,agent:i}=e;e.path=e.socketPath;const o=n(e);p.set(t,o);try{const{socket:n,alpnProtocol:s}=await o;if(l.set(t,s),e.path=r,"h2"===s)n.destroy();else{const{globalAgent:t}=a,r=a.Agent.prototype.createConnection;i?i.createConnection===r?h(i,n,e):n.destroy():t.createConnection===r?h(t,n,e):n.destroy()}return p.delete(t),s}catch(e){throw p.delete(t),e}}return l.get(t)})(t)?(d&&(t.agent=d.http2),new s(t,r)):i.request(t,r)},e.exports.protocolCache=l},52287:(e,t,r)=>{"use strict";const i=r(97565),{Writable:a}=r(92413),{Agent:n,globalAgent:o}=r(24685),s=r(17138),c=r(15978),u=r(37306),l=r(48202),{ERR_INVALID_ARG_TYPE:p,ERR_INVALID_PROTOCOL:h,ERR_HTTP_HEADERS_SENT:d,ERR_INVALID_HTTP_TOKEN:f,ERR_HTTP_INVALID_HEADER_VALUE:m,ERR_INVALID_CHAR:g}=r(23190),{HTTP2_HEADER_STATUS:v,HTTP2_HEADER_METHOD:y,HTTP2_HEADER_PATH:b,HTTP2_METHOD_CONNECT:x}=i.constants,w=Symbol("headers"),k=Symbol("origin"),_=Symbol("session"),j=Symbol("options"),E=Symbol("flushedHeaders"),S=Symbol("jobs"),D=/^[\^`\-\w!#$%&*+.|~]+$/,A=/[^\t\u0020-\u007E\u0080-\u00FF]/;e.exports=class extends a{constructor(e,t,r){super({autoDestroy:!1});const i="string"==typeof e||e instanceof URL;if(i&&(e=c(e instanceof URL?e:new URL(e))),"function"==typeof t||void 0===t?(r=t,t=i?e:{...e}):t={...e,...t},t.h2session)this[_]=t.h2session;else if(!1===t.agent)this.agent=new n({maxFreeSessions:0});else if(void 0===t.agent||null===t.agent)"function"==typeof t.createConnection?(this.agent=new n({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 h(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[S]=[],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,r]of Object.entries(t.headers))this.setHeader(e,r);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),r&&this.once("response",r),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,r){if(this._mustNotHaveABody)return void r(new Error("The GET, HEAD and DELETE methods must NOT have a body"));this.flushHeaders();const i=()=>this._request.write(e,t,r);this._request?i():this[S].push(i)}_final(e){if(this.destroyed)return;this.flushHeaders();const t=()=>{this._mustNotHaveABody?e():this._request.end(e)};this._request?t():this[S].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 r=e=>(...t)=>{this.writable||this.destroyed?this.once("finish",(()=>{e(...t)})):e(...t)};t.once("response",r(((r,i,a)=>{const n=new s(this.socket,t.readableHighWaterMark);this.res=n,n.req=this,n.statusCode=r[v],n.headers=r,n.rawHeaders=a,n.once("end",(()=>{this.aborted?(n.aborted=!0,n.emit("aborted")):(n.complete=!0,n.socket=null,n.connection=null)})),e?(n.upgrade=!0,this.emit("connect",n,t,Buffer.alloc(0))?this.emit("close"):t.destroy()):(t.on("data",(e=>{n._dumped||n.push(e)||t.pause()})),t.once("end",(()=>{n.push(null)})),this.emit("response",n)||n._dump())}))),t.once("headers",r((e=>this.emit("information",{statusCode:e[v]})))),t.once("trailers",r(((e,t,r)=>{const{res:i}=this;i.trailers=e,i.rawTrailers=r})));const{socket:i}=t.session;this.socket=i,this.connection=i;for(const e of this[S])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 d("remove");delete this[w][e.toLowerCase()]}setHeader(e,t){if(this.headersSent)throw new d("set");if("string"!=typeof e||!D.test(e)&&!l(e))throw new f("Header name",e);if(void 0===t)throw new m(t,e);if(A.test(t))throw new g("header content",e);this[w][e.toLowerCase()]=t}setNoDelay(){}setSocketKeepAlive(){}setTimeout(e,t){const r=()=>this._request.setTimeout(e,t);return this._request?r():this[S].push(r),this}get maxHeadersCount(){if(!this.destroyed&&this._request)return this._request.session.localSettings.maxHeaderListSize}set maxHeadersCount(e){}}},17138:(e,t,r)=>{"use strict";const{Readable:i}=r(92413);e.exports=class extends i{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,r)=>{"use strict";const i=r(97565),a=r(24685),n=r(52287),o=r(17138),s=r(86673);e.exports={...i,ClientRequest:n,IncomingMessage:o,...a,request:(e,t,r)=>new n(e,t,r),get:(e,t,r)=>{const i=new n(e,t,r);return i.end(),i},auto:s}},4017:(e,t,r)=>{"use strict";const i=r(11631);e.exports=e=>{let t=e.host;const r=e.headers&&e.headers.host;return r&&(t=r.startsWith("[")?-1===r.indexOf("]")?r:r.slice(1,-1):r.split(":",1)[0]),i.isIP(t)?"":t}},23190:e=>{"use strict";const t=(t,r,i)=>{e.exports[r]=class extends t{constructor(...e){super("string"==typeof i?i:i(e)),this.name=`${super.name} [${r}]`,this.code=r}}};t(TypeError,"ERR_INVALID_ARG_TYPE",(e=>{const t=e[0].includes(".")?"property":"argument";let r=e[1];const i=Array.isArray(r);return i&&(r=`${r.slice(0,-1).join(", ")} or ${r.slice(-1)}`),`The "${e[0]}" ${t} must be ${i?"one of":"of"} type ${r}. 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,r)=>{for(const i of r)e.on(i,((...e)=>t.emit(i,...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,r)=>{"use strict";var i=r(2399).Buffer;t._dbcs=u;for(var a=-1,n=-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 r=e.table();this.decodeTables=[],this.decodeTables[0]=s.slice(0),this.decodeTableSeq=[];for(var i=0;it)return-1;for(var r=0,i=e.length;r0;e>>=8)t.push(255&e);0==t.length&&t.push(0);for(var r=this.decodeTables[0],i=t.length-1;i>0;i--){var n=r[t[i]];if(n==a)r[t[i]]=o-this.decodeTables.length,this.decodeTables.push(r=s.slice(0));else{if(!(n<=o))throw new Error("Overwrite byte in "+this.encodingName+", addr: "+e.toString(16));r=this.decodeTables[o-n]}}return r},u.prototype._addDecodeChunk=function(e){var t=parseInt(e[0],16),r=this._getDecodeTrieNode(t);t&=255;for(var i=1;i255)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 r=this._getEncodeBucket(e),i=255&e;r[i]<=n?this.encodeTableSeq[n-r[i]][-1]=t:r[i]==a&&(r[i]=t)},u.prototype._setEncodeSequence=function(e,t){var r,i=e[0],o=this._getEncodeBucket(i),s=255&i;o[s]<=n?r=this.encodeTableSeq[n-o[s]]:(r={},o[s]!==a&&(r[-1]=o[s]),o[s]=n-this.encodeTableSeq.length,this.encodeTableSeq.push(r));for(var c=1;c=0?this._setEncodeChar(s,c):s<=o?this._fillEncodeTable(o-s,c<<8,r):s<=n&&this._setEncodeSequence(this.decodeTableSeq[n-s],c))}},l.prototype.write=function(e){for(var t=i.alloc(e.length*(this.gb18030?4:3)),r=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===r){r=l;continue}r=l,l=a}else-1!==r?(l=65536+1024*(r-55296)+(l-56320),r=-1):l=a;else-1!==r&&(s=l,l=a,r=-1);var p=a;if(void 0!==o&&l!=a){var d=o[l];if("object"==typeof d){o=d;continue}"number"==typeof d?p=d:null==d&&void 0!==(d=o[-1])&&(p=d,s=l),o=void 0}else if(l>=0){var f=this.encodeTable[l>>8];if(void 0!==f&&(p=f[255&l]),p<=n){o=this.encodeTableSeq[n-p];continue}if(p==a&&this.gb18030){var m=h(this.gb18030.uChars,l);if(-1!=m){p=this.gb18030.gbChars[m]+(l-this.gb18030.uChars[m]),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=r,t.slice(0,u)},l.prototype.end=function(){if(-1!==this.leadSurrogate||void 0!==this.seqObj){var e=i.alloc(10),t=0;if(this.seqObj){var r=this.seqObj[-1];void 0!==r&&(r<256?e[t++]=r:(e[t++]=r>>8,e[t++]=255&r)),this.seqObj=void 0}return-1!==this.leadSurrogate&&(e[t++]=this.defaultCharSingleByte,this.leadSurrogate=-1),e.slice(0,t)}},l.prototype.findIdx=h,p.prototype.write=function(e){var t=i.alloc(2*e.length),r=this.nodeIdx,s=this.prevBuf,c=this.prevBuf.length,u=-this.prevBuf.length;c>0&&(s=i.concat([s,e.slice(0,10)]));for(var l=0,p=0;l=0?e[l]:s[l+c];if((d=this.decodeTables[r][f])>=0);else if(d===a)l=u,d=this.defaultCharUnicode.charCodeAt(0);else if(-2===d){var m=u>=0?e.slice(u,l+1):s.slice(u+c,l+1+c),g=12600*(m[0]-129)+1260*(m[1]-48)+10*(m[2]-129)+(m[3]-48),v=h(this.gb18030.gbChars,g);d=this.gb18030.uChars[v]+g-this.gb18030.gbChars[v]}else{if(d<=o){r=o-d;continue}if(!(d<=n))throw new Error("iconv-lite internal error: invalid decoding table value "+d+" at "+r+"/"+f);for(var y=this.decodeTableSeq[n-d],b=0;b>8;d=y[y.length-1]}if(d>65535){d-=65536;var x=55296+Math.floor(d/1024);t[p++]=255&x,t[p++]=x>>8,d=56320+d%1024}t[p++]=255&d,t[p++]=d>>8,r=0,u=l+1}return this.nodeIdx=r,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=i.alloc(0),this.nodeIdx=0,t.length>0&&(e+=this.write(t))}return this.nodeIdx=0,e}},55990:(e,t,r)=>{"use strict";e.exports={shiftjis:{type:"_dbcs",table:function(){return r(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 r(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 r(97803)}},gbk:{type:"_dbcs",table:function(){return r(97803).concat(r(37419))}},xgbk:"gbk",isoir58:"gbk",gb18030:{type:"_dbcs",table:function(){return r(97803).concat(r(37419))},gb18030:function(){return r(86351)},encodeSkipVals:[128],encodeAdd:{"€":41699}},chinese:"gb18030",windows949:"cp949",ms949:"cp949",949:"cp949",cp949:{type:"_dbcs",table:function(){return r(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 r(33104)}},big5:"big5hkscs",big5hkscs:{type:"_dbcs",table:function(){return r(33104).concat(r(43612))},encodeSkipVals:[41676]},cnbig5:"big5hkscs",csbig5:"big5hkscs",xxbig5:"big5hkscs"}},46934:(e,t,r)=>{"use strict";for(var i=[r(1025),r(91279),r(20758),r(59068),r(20288),r(67018),r(60688),r(55990)],a=0;a{"use strict";var i=r(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,"💩"!==i.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 n=r(24304).StringDecoder;function o(e,t){n.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}n.prototype.end||(n.prototype.end=function(){}),o.prototype=n.prototype,s.prototype.write=function(e){return i.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),i.from(e,"base64")},c.prototype.end=function(){return i.from(this.prevStr,"base64")},u.prototype.write=function(e){for(var t=i.alloc(3*e.length),r=0,a=0;a>>6),t[r++]=128+(63&n)):(t[r++]=224+(n>>>12),t[r++]=128+(n>>>6&63),t[r++]=128+(63&n))}return t.slice(0,r)},u.prototype.end=function(){},l.prototype.write=function(e){for(var t=this.acc,r=this.contBytes,i=this.accBytes,a="",n=0;n0&&(a+=this.defaultCharUnicode,r=0),o<128?a+=String.fromCharCode(o):o<224?(t=31&o,r=1,i=1):o<240?(t=15&o,r=2,i=1):a+=this.defaultCharUnicode):r>0?(t=t<<6|63&o,i++,0==--r&&(a+=2===i&&t<128&&t>0||3===i&&t<2048?this.defaultCharUnicode:String.fromCharCode(t))):a+=this.defaultCharUnicode}return this.acc=t,this.contBytes=r,this.accBytes=i,a},l.prototype.end=function(){var e=0;return this.contBytes>0&&(e+=this.defaultCharUnicode),e}},59068:(e,t,r)=>{"use strict";var i=r(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 r="",a=0;a<128;a++)r+=String.fromCharCode(a);e.chars=r+e.chars}this.decodeBuf=i.from(e.chars,"ucs2");var n=i.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,r)=>{"use strict";var i=r(2399).Buffer;function a(){}function n(){}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 r=t||"utf-16le";if(e.length>=2)if(254==e[0]&&255==e[1])r="utf-16be";else if(255==e[0]&&254==e[1])r="utf-16le";else{for(var i=0,a=0,n=Math.min(e.length-e.length%2,64),o=0;oi?r="utf-16be":a{"use strict";var i=r(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 n=/[^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 i.from(e.replace(n,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),h="-".charCodeAt(0),d="&".charCodeAt(0);function f(e,t){this.iconv=t}function m(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=i.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="",r=0,a=this.inBase64,n=this.base64Accum,o=0;o0&&(e=this.iconv.decode(i.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e},t.utf7imap=f,f.prototype.encoder=m,f.prototype.decoder=g,f.prototype.bomAware=!0,m.prototype.write=function(e){for(var t=this.inBase64,r=this.base64Accum,a=this.base64AccumIdx,n=i.alloc(5*e.length+10),o=0,s=0;s0&&(o+=n.write(r.slice(0,a).toString("base64").replace(/\//g,",").replace(/=+$/,""),o),a=0),n[o++]=h,t=!1),t||(n[o++]=c,c===d&&(n[o++]=h))):(t||(n[o++]=d,t=!0),t&&(r[a++]=c>>8,r[a++]=255&c,a==r.length&&(o+=n.write(r.toString("base64").replace(/\//g,","),o),a=0)))}return this.inBase64=t,this.base64AccumIdx=a,n.slice(0,o)},m.prototype.end=function(){var e=i.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++]=h,this.inBase64=!1),e.slice(0,t)};var v=u.slice();v[",".charCodeAt(0)]=!0,g.prototype.write=function(e){for(var t="",r=0,a=this.inBase64,n=this.base64Accum,o=0;o0&&(e=this.iconv.decode(i.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e}},65395:(e,t)=>{"use strict";function r(e,t){this.encoder=e,this.addBOM=!0}function i(e,t){this.decoder=e,this.pass=!1,this.options=t||{}}t.PrependBOM=r,r.prototype.write=function(e){return this.addBOM&&(e="\ufeff"+e,this.addBOM=!1),this.encoder.write(e)},r.prototype.end=function(){return this.encoder.end()},t.StripBOM=i,i.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},i.prototype.end=function(){return this.decoder.end()}},8544:(e,t,r)=>{"use strict";var i=r(64293).Buffer;e.exports=function(e){var t=void 0;e.supportsNodeEncodingsExtension=!(i.from||new i(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};i.isNativeEncoding=function(e){return e&&a[e.toLowerCase()]};var n=r(64293).SlowBuffer;if(t.SlowBufferToString=n.prototype.toString,n.prototype.toString=function(r,a,n){return r=String(r||"utf8").toLowerCase(),i.isNativeEncoding(r)?t.SlowBufferToString.call(this,r,a,n):(void 0===a&&(a=0),void 0===n&&(n=this.length),e.decode(this.slice(a,n),r))},t.SlowBufferWrite=n.prototype.write,n.prototype.write=function(r,a,n,o){if(isFinite(a))isFinite(n)||(o=n,n=void 0);else{var s=o;o=a,a=n,n=s}a=+a||0;var c=this.length-a;if(n?(n=+n)>c&&(n=c):n=c,o=String(o||"utf8").toLowerCase(),i.isNativeEncoding(o))return t.SlowBufferWrite.call(this,r,a,n,o);if(r.length>0&&(n<0||a<0))throw new RangeError("attempt to write beyond buffer bounds");var u=e.encode(r,o);return u.lengthp&&(n=p):n=p,r.length>0&&(n<0||a<0))throw new RangeError("attempt to write beyond buffer bounds");var h=e.encode(r,o);return h.length{"use strict";var i=r(2399).Buffer,a=r(65395),n=e.exports;n.encodings=null,n.defaultCharUnicode="�",n.defaultCharSingleByte="?",n.encode=function(e,t,r){e=""+(e||"");var a=n.getEncoder(t,r),o=a.write(e),s=a.end();return s&&s.length>0?i.concat([o,s]):o},n.decode=function(e,t,r){"string"==typeof e&&(n.skipDecodeWarning||(console.error("Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding"),n.skipDecodeWarning=!0),e=i.from(""+(e||""),"binary"));var a=n.getDecoder(t,r),o=a.write(e),s=a.end();return s?o+s:o},n.encodingExists=function(e){try{return n.getCodec(e),!0}catch(e){return!1}},n.toEncoding=n.encode,n.fromEncoding=n.decode,n._codecDataCache={},n.getCodec=function(e){n.encodings||(n.encodings=r(46934));for(var t=n._canonicalizeEncoding(e),i={};;){var a=n._codecDataCache[t];if(a)return a;var o=n.encodings[t];switch(typeof o){case"string":t=o;break;case"object":for(var s in o)i[s]=o[s];i.encodingName||(i.encodingName=t),t=o.type;break;case"function":return i.encodingName||(i.encodingName=t),a=new o(i,n),n._codecDataCache[i.encodingName]=a,a;default:throw new Error("Encoding not recognized: '"+e+"' (searched as: '"+t+"')")}}},n._canonicalizeEncoding=function(e){return(""+e).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g,"")},n.getEncoder=function(e,t){var r=n.getCodec(e),i=new r.encoder(t,r);return r.bomAware&&t&&t.addBOM&&(i=new a.PrependBOM(i,t)),i},n.getDecoder=function(e,t){var r=n.getCodec(e),i=new r.decoder(t,r);return!r.bomAware||t&&!1===t.stripBOM||(i=new a.StripBOM(i,t)),i};var o="undefined"!=typeof process&&process.versions&&process.versions.node;if(o){var s=o.split(".").map(Number);(s[0]>0||s[1]>=10)&&r(38044)(n),r(8544)(n)}},38044:(e,t,r)=>{"use strict";var i=r(64293).Buffer,a=r(92413).Transform;function n(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,r){return new n(e.getEncoder(t,r),r)},e.decodeStream=function(t,r){return new o(e.getDecoder(t,r),r)},e.supportsStreams=!0,e.IconvLiteEncoderStream=n,e.IconvLiteDecoderStream=o,e._collect=o.prototype.collect},n.prototype=Object.create(a.prototype,{constructor:{value:n}}),n.prototype._transform=function(e,t,r){if("string"!=typeof e)return r(new Error("Iconv encoding stream needs strings as its input."));try{var i=this.conv.write(e);i&&i.length&&this.push(i),r()}catch(e){r(e)}},n.prototype._flush=function(e){try{var t=this.conv.end();t&&t.length&&this.push(t),e()}catch(t){e(t)}},n.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,i.concat(t))})),this},o.prototype=Object.create(a.prototype,{constructor:{value:o}}),o.prototype._transform=function(e,t,r){if(!i.isBuffer(e))return r(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),r()}catch(e){r(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,r)=>{try{var i=r(31669);if("function"!=typeof i.inherits)throw"";e.exports=i.inherits}catch(t){e.exports=r(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 r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}},56512:function(e,t,r){e=r.nmd(e),function(){var t,r,i,a,n,o,s,c;r={},null!==e&&e.exports?e.exports=r:this.ipaddr=r,s=function(e,t,r,i){var a,n;if(e.length!==t.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");for(a=0;i>0;){if((n=r-i)<0&&(n=0),e[a]>>n!=t[a]>>n)return!1;i-=r,a+=1}return!0},r.subnetMatch=function(e,t,r){var i,a,n,o,s;for(n in null==r&&(r="unicast"),t)for(!(o=t[n])[0]||o[0]instanceof Array||(o=[o]),i=0,a=o.length;i=0;t=r+=-1){if(!((i=this.octets[t])in o))return null;if(n=o[i],a&&0!==n)return null;8!==n&&(a=!0),e+=n}return 32-e},e}(),i="(0?\\d+|0x[a-f0-9]+)",a={fourOctet:new RegExp("^"+i+"\\."+i+"\\."+i+"\\."+i+"$","i"),longValue:new RegExp("^"+i+"$","i")},r.IPv4.parser=function(e){var t,r,i,n,o;if(r=function(e){return"0"===e[0]&&"x"!==e[1]?parseInt(e,8):parseInt(e)},t=e.match(a.fourOctet))return function(){var e,a,n,o;for(o=[],e=0,a=(n=t.slice(1,6)).length;e4294967295||o<0)throw new Error("ipaddr: address outside defined range");return function(){var e,t;for(t=[],n=e=0;e<=24;n=e+=8)t.push(o>>n&255);return t}().reverse()}return null},r.IPv6=function(){function e(e,t){var r,i,a,n,o,s;if(16===e.length)for(this.parts=[],r=i=0;i<=14;r=i+=2)this.parts.push(e[r]<<8|e[r+1]);else{if(8!==e.length)throw new Error("ipaddr: ipv6 part count should be 8 or 16");this.parts=e}for(a=0,n=(s=this.parts).length;at&&(e=r.index,t=r[0].length);return t<0?a:a.substring(0,e)+"::"+a.substring(e+t)},e.prototype.toByteArray=function(){var e,t,r,i,a;for(e=[],t=0,r=(a=this.parts).length;t>8),e.push(255&i);return e},e.prototype.toNormalizedString=function(){var e,t,r;return e=function(){var e,r,i,a;for(a=[],e=0,r=(i=this.parts).length;e>8,255&e,t>>8,255&t])},e.prototype.prefixLengthFromSubnetMask=function(){var e,t,r,i,a,n,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=r=7;r>=0;t=r+=-1){if(!((i=this.parts[t])in o))return null;if(n=o[i],a&&0!==n)return null;16!==n&&(a=!0),e+=n}return 128-e},e}(),n="(?:[0-9a-f]+::?)+",c="%[0-9a-z]{1,}",o={zoneIndex:new RegExp(c,"i"),native:new RegExp("^(::)?("+n+")?([0-9a-f]+)?(::)?("+c+")?$","i"),transitional:new RegExp("^((?:"+n+")|(?:::)(?:"+n+")?)"+i+"\\."+i+"\\."+i+"\\."+i+"(%[0-9a-z]{1,})?$","i")},t=function(e,t){var r,i,a,n,s,c;if(e.indexOf("::")!==e.lastIndexOf("::"))return null;for((c=(e.match(o.zoneIndex)||[])[0])&&(c=c.substring(1),e=e.replace(/%.+$/,"")),r=0,i=-1;(i=e.indexOf(":",i+1))>=0;)r++;if("::"===e.substr(0,2)&&r--,"::"===e.substr(-2,2)&&r--,r>t)return null;for(s=t-r,n=":";s--;)n+="0:";return":"===(e=e.replace("::",n))[0]&&(e=e.slice(1)),":"===e[e.length-1]&&(e=e.slice(0,-1)),{parts:t=function(){var t,r,i,n;for(n=[],t=0,r=(i=e.split(":")).length;t=0&&t<=32)return i=[this.parse(r[1]),t],Object.defineProperty(i,"toString",{value:function(){return this.join("/")}}),i;throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},r.IPv4.subnetMaskFromPrefixLength=function(e){var t,r,i;if((e=parseInt(e))<0||e>32)throw new Error("ipaddr: invalid IPv4 prefix length");for(i=[0,0,0,0],r=0,t=Math.floor(e/8);r=0&&t<=128)return i=[this.parse(r[1]),t],Object.defineProperty(i,"toString",{value:function(){return this.join("/")}}),i;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},r.isValid=function(e){return r.IPv6.isValid(e)||r.IPv4.isValid(e)},r.parse=function(e){if(r.IPv6.isValid(e))return r.IPv6.parse(e);if(r.IPv4.isValid(e))return r.IPv4.parse(e);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},r.parseCIDR=function(e){try{return r.IPv6.parseCIDR(e)}catch(t){try{return r.IPv4.parseCIDR(e)}catch(e){throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},r.fromByteArray=function(e){var t;if(4===(t=e.length))return new r.IPv4(e);if(16===t)return new r.IPv6(e);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},r.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},4501:e=>{e.exports=i,i.strict=a,i.loose=n;var t=Object.prototype.toString,r={"[object Int8Array]":!0,"[object Int16Array]":!0,"[object Int32Array]":!0,"[object Uint8Array]":!0,"[object Uint8ClampedArray]":!0,"[object Uint16Array]":!0,"[object Uint32Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0};function i(e){return a(e)||n(e)}function a(e){return e instanceof Int8Array||e instanceof Int16Array||e instanceof Int32Array||e instanceof Uint8Array||e instanceof Uint8ClampedArray||e instanceof Uint16Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array}function n(e){return r[t.call(e)]}},97356:(e,t,r)=>{var i=r(92413);function a(e){return e instanceof i.Stream}function n(e){return a(e)&&"function"==typeof e._read&&"object"==typeof e._readableState}function o(e){return a(e)&&"function"==typeof e._write&&"object"==typeof e._writableState}e.exports=a,e.exports.isReadable=n,e.exports.isWritable=o,e.exports.isDuplex=function(e){return n(e)&&o(e)}},36077:function(e,t){(function(){var t;function r(e,t,r){null!=e&&("number"==typeof e?this.fromNumber(e,t,r):null==t&&"string"!=typeof e?this.fromString(e,256):this.fromString(e,t))}function i(){return new r(null)}var a="undefined"!=typeof navigator;a&&"Microsoft Internet Explorer"==navigator.appName?(r.prototype.am=function(e,t,r,i,a,n){for(var o=32767&t,s=t>>15;--n>=0;){var c=32767&this[e],u=this[e++]>>15,l=s*c+u*o;a=((c=o*c+((32767&l)<<15)+r[i]+(1073741823&a))>>>30)+(l>>>15)+s*u+(a>>>30),r[i++]=1073741823&c}return a},t=30):a&&"Netscape"!=navigator.appName?(r.prototype.am=function(e,t,r,i,a,n){for(;--n>=0;){var o=t*this[e++]+r[i]+a;a=Math.floor(o/67108864),r[i++]=67108863&o}return a},t=26):(r.prototype.am=function(e,t,r,i,a,n){for(var o=16383&t,s=t>>14;--n>=0;){var c=16383&this[e],u=this[e++]>>14,l=s*c+u*o;a=((c=o*c+((16383&l)<<14)+r[i]+a)>>28)+(l>>14)+s*u,r[i++]=268435455&c}return a},t=28),r.prototype.DB=t,r.prototype.DM=(1<>>16)&&(e=t,r+=16),0!=(t=e>>8)&&(e=t,r+=8),0!=(t=e>>4)&&(e=t,r+=4),0!=(t=e>>2)&&(e=t,r+=2),0!=(t=e>>1)&&(e=t,r+=1),r}function h(e){this.m=e}function d(e){this.m=e,this.mp=e.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<>=16,t+=16),0==(255&e)&&(e>>=8,t+=8),0==(15&e)&&(e>>=4,t+=4),0==(3&e)&&(e>>=2,t+=2),0==(1&e)&&++t,t}function b(e){for(var t=0;0!=e;)e&=e-1,++t;return t}function x(){}function w(e){return e}function k(e){this.r2=i(),this.q3=i(),r.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}h.prototype.convert=function(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e},h.prototype.revert=function(e){return e},h.prototype.reduce=function(e){e.divRemTo(this.m,null,e)},h.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},h.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},d.prototype.convert=function(e){var t=i();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(r.ZERO)>0&&this.m.subTo(t,t),t},d.prototype.revert=function(e){var t=i();return e.copyTo(t),this.reduce(t),t},d.prototype.reduce=function(e){for(;e.t<=this.mt2;)e[e.t++]=0;for(var t=0;t>15)*this.mpl&this.um)<<15)&e.DM;for(e[r=t+this.m.t]+=this.m.am(0,i,e,t,0,this.m.t);e[r]>=e.DV;)e[r]-=e.DV,e[++r]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)},d.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},d.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},r.prototype.copyTo=function(e){for(var t=this.t-1;t>=0;--t)e[t]=this[t];e.t=this.t,e.s=this.s},r.prototype.fromInt=function(e){this.t=1,this.s=e<0?-1:0,e>0?this[0]=e:e<-1?this[0]=e+this.DV:this.t=0},r.prototype.fromString=function(e,t){var i;if(16==t)i=4;else if(8==t)i=3;else if(256==t)i=8;else if(2==t)i=1;else if(32==t)i=5;else{if(4!=t)return void this.fromRadix(e,t);i=2}this.t=0,this.s=0;for(var a=e.length,n=!1,o=0;--a>=0;){var s=8==i?255&e[a]:u(e,a);s<0?"-"==e.charAt(a)&&(n=!0):(n=!1,0==o?this[this.t++]=s:o+i>this.DB?(this[this.t-1]|=(s&(1<>this.DB-o):this[this.t-1]|=s<=this.DB&&(o-=this.DB))}8==i&&0!=(128&e[0])&&(this.s=-1,o>0&&(this[this.t-1]|=(1<0&&this[this.t-1]==e;)--this.t},r.prototype.dlShiftTo=function(e,t){var r;for(r=this.t-1;r>=0;--r)t[r+e]=this[r];for(r=e-1;r>=0;--r)t[r]=0;t.t=this.t+e,t.s=this.s},r.prototype.drShiftTo=function(e,t){for(var r=e;r=0;--r)t[r+o+1]=this[r]>>a|s,s=(this[r]&n)<=0;--r)t[r]=0;t[o]=s,t.t=this.t+o+1,t.s=this.s,t.clamp()},r.prototype.rShiftTo=function(e,t){t.s=this.s;var r=Math.floor(e/this.DB);if(r>=this.t)t.t=0;else{var i=e%this.DB,a=this.DB-i,n=(1<>i;for(var o=r+1;o>i;i>0&&(t[this.t-r-1]|=(this.s&n)<>=this.DB;if(e.t>=this.DB;i+=this.s}else{for(i+=this.s;r>=this.DB;i-=e.s}t.s=i<0?-1:0,i<-1?t[r++]=this.DV+i:i>0&&(t[r++]=i),t.t=r,t.clamp()},r.prototype.multiplyTo=function(e,t){var i=this.abs(),a=e.abs(),n=i.t;for(t.t=n+a.t;--n>=0;)t[n]=0;for(n=0;n=0;)e[r]=0;for(r=0;r=t.DV&&(e[r+t.t]-=t.DV,e[r+t.t+1]=1)}e.t>0&&(e[e.t-1]+=t.am(r,t[r],e,2*r,0,1)),e.s=0,e.clamp()},r.prototype.divRemTo=function(e,t,a){var n=e.abs();if(!(n.t<=0)){var o=this.abs();if(o.t0?(n.lShiftTo(l,s),o.lShiftTo(l,a)):(n.copyTo(s),o.copyTo(a));var h=s.t,d=s[h-1];if(0!=d){var f=d*(1<1?s[h-2]>>this.F2:0),m=this.FV/f,g=(1<=0&&(a[a.t++]=1,a.subTo(x,a)),r.ONE.dlShiftTo(h,x),x.subTo(s,s);s.t=0;){var w=a[--y]==d?this.DM:Math.floor(a[y]*m+(a[y-1]+v)*g);if((a[y]+=s.am(0,w,a,b,0,h))0&&a.rShiftTo(l,a),c<0&&r.ZERO.subTo(a,a)}}},r.prototype.invDigit=function(){if(this.t<1)return 0;var e=this[0];if(0==(1&e))return 0;var t=3&e;return(t=(t=(t=(t=t*(2-(15&e)*t)&15)*(2-(255&e)*t)&255)*(2-((65535&e)*t&65535))&65535)*(2-e*t%this.DV)%this.DV)>0?this.DV-t:-t},r.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},r.prototype.exp=function(e,t){if(e>4294967295||e<1)return r.ONE;var a=i(),n=i(),o=t.convert(this),s=p(e)-1;for(o.copyTo(a);--s>=0;)if(t.sqrTo(a,n),(e&1<0)t.mulTo(n,o,a);else{var c=a;a=n,n=c}return t.revert(a)},r.prototype.toString=function(e){if(this.s<0)return"-"+this.negate().toString(e);var t;if(16==e)t=4;else if(8==e)t=3;else if(2==e)t=1;else if(32==e)t=5;else{if(4!=e)return this.toRadix(e);t=2}var r,i=(1<0)for(s>s)>0&&(a=!0,n=c(r));o>=0;)s>(s+=this.DB-t)):(r=this[o]>>(s-=t)&i,s<=0&&(s+=this.DB,--o)),r>0&&(a=!0),a&&(n+=c(r));return a?n:"0"},r.prototype.negate=function(){var e=i();return r.ZERO.subTo(this,e),e},r.prototype.abs=function(){return this.s<0?this.negate():this},r.prototype.compareTo=function(e){var t=this.s-e.s;if(0!=t)return t;var r=this.t;if(0!=(t=r-e.t))return this.s<0?-t:t;for(;--r>=0;)if(0!=(t=this[r]-e[r]))return t;return 0},r.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+p(this[this.t-1]^this.s&this.DM)},r.prototype.mod=function(e){var t=i();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(r.ZERO)>0&&e.subTo(t,t),t},r.prototype.modPowInt=function(e,t){var r;return r=e<256||t.isEven()?new h(t):new d(t),this.exp(e,r)},r.ZERO=l(0),r.ONE=l(1),x.prototype.convert=w,x.prototype.revert=w,x.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r)},x.prototype.sqrTo=function(e,t){e.squareTo(t)},k.prototype.convert=function(e){if(e.s<0||e.t>2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var t=i();return e.copyTo(t),this.reduce(t),t},k.prototype.revert=function(e){return e},k.prototype.reduce=function(e){for(e.drShiftTo(this.m.t-1,this.r2),e.t>this.m.t+1&&(e.t=this.m.t+1,e.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);e.compareTo(this.r2)<0;)e.dAddOffset(1,this.m.t+1);for(e.subTo(this.r2,e);e.compareTo(this.m)>=0;)e.subTo(this.m,e)},k.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},k.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)};var _,j,E,S=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],D=(1<<26)/S[S.length-1];function A(){var e;e=(new Date).getTime(),j[E++]^=255&e,j[E++]^=e>>8&255,j[E++]^=e>>16&255,j[E++]^=e>>24&255,E>=z&&(E-=z)}if(r.prototype.chunkSize=function(e){return Math.floor(Math.LN2*this.DB/Math.log(e))},r.prototype.toRadix=function(e){if(null==e&&(e=10),0==this.signum()||e<2||e>36)return"0";var t=this.chunkSize(e),r=Math.pow(e,t),a=l(r),n=i(),o=i(),s="";for(this.divRemTo(a,n,o);n.signum()>0;)s=(r+o.intValue()).toString(e).substr(1)+s,n.divRemTo(a,n,o);return o.intValue().toString(e)+s},r.prototype.fromRadix=function(e,t){this.fromInt(0),null==t&&(t=10);for(var i=this.chunkSize(t),a=Math.pow(t,i),n=!1,o=0,s=0,c=0;c=i&&(this.dMultiply(a),this.dAddOffset(s,0),o=0,s=0))}o>0&&(this.dMultiply(Math.pow(t,o)),this.dAddOffset(s,0)),n&&r.ZERO.subTo(this,this)},r.prototype.fromNumber=function(e,t,i){if("number"==typeof t)if(e<2)this.fromInt(1);else for(this.fromNumber(e,i),this.testBit(e-1)||this.bitwiseTo(r.ONE.shiftLeft(e-1),m,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(r.ONE.shiftLeft(e-1),this);else{var a=new Array,n=7&e;a.length=1+(e>>3),t.nextBytes(a),n>0?a[0]&=(1<>=this.DB;if(e.t>=this.DB;i+=this.s}else{for(i+=this.s;r>=this.DB;i+=e.s}t.s=i<0?-1:0,i>0?t[r++]=i:i<-1&&(t[r++]=this.DV+i),t.t=r,t.clamp()},r.prototype.dMultiply=function(e){this[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()},r.prototype.dAddOffset=function(e,t){if(0!=e){for(;this.t<=t;)this[this.t++]=0;for(this[t]+=e;this[t]>=this.DV;)this[t]-=this.DV,++t>=this.t&&(this[this.t++]=0),++this[t]}},r.prototype.multiplyLowerTo=function(e,t,r){var i,a=Math.min(this.t+e.t,t);for(r.s=0,r.t=a;a>0;)r[--a]=0;for(i=r.t-this.t;a=0;)r[i]=0;for(i=Math.max(t-this.t,0);i0)if(0==t)r=this[0]%e;else for(var i=this.t-1;i>=0;--i)r=(t*r+this[i])%e;return r},r.prototype.millerRabin=function(e){var t=this.subtract(r.ONE),a=t.getLowestSetBit();if(a<=0)return!1;var n=t.shiftRight(a);(e=e+1>>1)>S.length&&(e=S.length);for(var o=i(),s=0;s>24},r.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},r.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},r.prototype.toByteArray=function(){var e=this.t,t=new Array;t[0]=this.s;var r,i=this.DB-e*this.DB%8,a=0;if(e-- >0)for(i>i)!=(this.s&this.DM)>>i&&(t[a++]=r|this.s<=0;)i<8?(r=(this[e]&(1<>(i+=this.DB-8)):(r=this[e]>>(i-=8)&255,i<=0&&(i+=this.DB,--e)),0!=(128&r)&&(r|=-256),0==a&&(128&this.s)!=(128&r)&&++a,(a>0||r!=this.s)&&(t[a++]=r);return t},r.prototype.equals=function(e){return 0==this.compareTo(e)},r.prototype.min=function(e){return this.compareTo(e)<0?this:e},r.prototype.max=function(e){return this.compareTo(e)>0?this:e},r.prototype.and=function(e){var t=i();return this.bitwiseTo(e,f,t),t},r.prototype.or=function(e){var t=i();return this.bitwiseTo(e,m,t),t},r.prototype.xor=function(e){var t=i();return this.bitwiseTo(e,g,t),t},r.prototype.andNot=function(e){var t=i();return this.bitwiseTo(e,v,t),t},r.prototype.not=function(){for(var e=i(),t=0;t=this.t?0!=this.s:0!=(this[t]&1<1){var m=i();for(a.sqrTo(s[1],m);c<=f;)s[c]=i(),a.mulTo(m,s[c-2],s[c]),c+=2}var g,v,y=e.t-1,b=!0,x=i();for(n=p(e[y])-1;y>=0;){for(n>=u?g=e[y]>>n-u&f:(g=(e[y]&(1<0&&(g|=e[y-1]>>this.DB+n-u)),c=r;0==(1&g);)g>>=1,--c;if((n-=c)<0&&(n+=this.DB,--y),b)s[g].copyTo(o),b=!1;else{for(;c>1;)a.sqrTo(o,x),a.sqrTo(x,o),c-=2;c>0?a.sqrTo(o,x):(v=o,o=x,x=v),a.mulTo(x,s[g],o)}for(;y>=0&&0==(e[y]&1<=0?(i.subTo(a,i),t&&n.subTo(s,n),o.subTo(c,o)):(a.subTo(i,a),t&&s.subTo(n,s),c.subTo(o,c))}return 0!=a.compareTo(r.ONE)?r.ZERO:c.compareTo(e)>=0?c.subtract(e):c.signum()<0?(c.addTo(e,c),c.signum()<0?c.add(e):c):c},r.prototype.pow=function(e){return this.exp(e,new x)},r.prototype.gcd=function(e){var t=this.s<0?this.negate():this.clone(),r=e.s<0?e.negate():e.clone();if(t.compareTo(r)<0){var i=t;t=r,r=i}var a=t.getLowestSetBit(),n=r.getLowestSetBit();if(n<0)return t;for(a0&&(t.rShiftTo(n,t),r.rShiftTo(n,r));t.signum()>0;)(a=t.getLowestSetBit())>0&&t.rShiftTo(a,t),(a=r.getLowestSetBit())>0&&r.rShiftTo(a,r),t.compareTo(r)>=0?(t.subTo(r,t),t.rShiftTo(1,t)):(r.subTo(t,r),r.rShiftTo(1,r));return n>0&&r.lShiftTo(n,r),r},r.prototype.isProbablePrime=function(e){var t,r=this.abs();if(1==r.t&&r[0]<=S[S.length-1]){for(t=0;t>>8,j[E++]=255&C;E=0,A()}function O(){if(null==_){for(A(),(_=new I).init(j),E=0;E{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 r="",i=Array.isArray(t);r=i?"[":"{";var a=!0;for(var n in t){var o="function"==typeof t[n]||!i&&void 0===t[n];Object.hasOwnProperty.call(t,n)&&!o&&(a||(r+=","),a=!1,i?null==t[n]?r+="null":r+=e(t[n]):void 0!==t[n]&&(r+=e(n)+":"+e(t[n])))}return r+(i?"]":"}")}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}))}},49461:e=>{"use strict";var t=e.exports=function(e,t,i){"function"==typeof t&&(i=t,t={}),r(t,"function"==typeof(i=t.cb||i)?i:i.pre||function(){},i.post||function(){},e,"",e)};function r(e,i,a,n,o,s,c,u,l,p){if(n&&"object"==typeof n&&!Array.isArray(n)){for(var h in i(n,o,s,c,u,l,p),n){var d=n[h];if(Array.isArray(d)){if(h in t.arrayKeywords)for(var f=0;ft.maxItems&&l("There must be a maximum of "+t.maxItems+" in the array")}else(t.properties||t.additionalProperties)&&o.concat(function(e,t,r,n){if("object"==typeof t)for(var c in("object"!=typeof e||e instanceof Array)&&o.push({property:r,message:"an object is required"}),t)if(t.hasOwnProperty(c)){var u=e[c];if(void 0===u&&i.existingOnly)continue;var l=t[c];void 0===u&&l.default&&(u=e[c]=l.default),i.coerce&&c in e&&(u=e[c]=i.coerce(u,l)),s(u,l,r,c)}for(c in e){if(e.hasOwnProperty(c)&&("_"!=c.charAt(0)||"_"!=c.charAt(1))&&t&&!t[c]&&!1===n){if(i.filter){delete e[c];continue}o.push({property:r,message:typeof u+"The property "+c+" is not defined in the schema and the schema does not allow additional properties"})}var p=t&&t[c]&&t[c].requires;p&&!(p in e)&&o.push({property:r,message:"the presence of the property "+c+" requires that "+p+" also be present"}),u=e[c],!n||t&&"object"==typeof t&&c in t||(i.coerce&&(u=e[c]=i.coerce(u,n)),s(u,n,r,c)),!a&&u&&u.$schema&&(o=o.concat(s(u,u.$schema,r,c)))}return o}(e,t.properties,r,t.additionalProperties));if(t.pattern&&"string"==typeof e&&!e.match(t.pattern)&&l("does not match the regex pattern "+t.pattern),t.maxLength&&"string"==typeof e&&e.length>t.maxLength&&l("may only be "+t.maxLength+" characters long"),t.minLength&&"string"==typeof e&&e.lengthe&&l("must have a minimum value of "+t.minimum),void 0!==typeof t.maximum&&typeof e==typeof t.maximum&&t.maximum{function r(e,t){var r=[],i=[];return null==t&&(t=function(e,t){return r[0]===t?"[Circular ~]":"[Circular ~."+i.slice(0,r.indexOf(t)).join(".")+"]"}),function(a,n){if(r.length>0){var o=r.indexOf(this);~o?r.splice(o+1):r.push(this),~o?i.splice(o,1/0,a):i.push(a),~r.indexOf(n)&&(n=t.call(this,a,n))}else r.push(n);return null==e?n:e.call(this,a,n)}}(e.exports=function(e,t,i,a){return JSON.stringify(e,r(t,a),i)}).getSerialize=r},37954:(e,t,r)=>{var i=r(6144),a=(r(31669),r(29031)),n=r(43552),o=r(19856);function s(e,t){return i.equal(typeof t,"string"),Object.prototype.hasOwnProperty.call(e,t)}function c(e,t){if(null!==e&&"object"==typeof e){if(e.hasOwnProperty(t))return e[t];var r=t.indexOf(".");if(-1!=r){var i=t.substr(0,r);if(e.hasOwnProperty(i))return c(e[i],t.substr(r+1))}}}function u(e,t,r,a){var n,o;if(0===t)return(n=r.slice(0)).push(e),void a(n);for(o in i.ok(null!==e),i.equal(typeof e,"object"),i.equal(typeof t,"number"),i.ok(t>=0),e)(n=r.slice(0)).push(o),u(e[o],t-1,n,a)}t.deepCopy=function e(t){var r,i,a="__deepCopy";if(t&&t[a])throw new Error("attempted deep copy of cyclic object");if(t&&t.constructor==Object){for(i in r={},t[a]=!0,t)i!=a&&(r[i]=e(t[i]));return delete t[a],r}if(t&&t.constructor==Array){for(r=[],t[a]=!0,i=0;i=0);var a,n=[];for(a in t)e(t[a],r-1).forEach((function(e){n.push([a].concat(e))}));return n},t.flattenIter=function(e,t,r){u(e,t,[],r)},t.validateJsonObject=g,t.validateJsonObjectJS=g,t.randElt=function(e){return i.ok(Array.isArray(e)&&e.length>0,"randElt argument must be a non-empty array"),e[Math.floor(Math.random()*e.length)]},t.extraProperties=function(e,t){i.ok("object"==typeof e&&null!==e,"obj argument must be a non-null object"),i.ok(Array.isArray(t),"allowed argument must be an array of strings");for(var r=0;r=2,"options.base >= 2"),i.ok(n.base<=36,"options.base <= 36"),i.bool(n.allowSign,"options.allowSign"),i.bool(n.allowPrefix,"options.allowPrefix"),i.bool(n.allowTrailing,"options.allowTrailing"),i.bool(n.allowImprecise,"options.allowImprecise"),i.bool(n.trimWhitespace,"options.trimWhitespace"),i.bool(n.leadingZeroIsOctal,"options.leadingZeroIsOctal"),n.leadingZeroIsOctal&&i.ok(!a,'"base" and "leadingZeroIsOctal" are mutually exclusive'));var o,c,u=-1,l=n.base,p=1,g=0,v=0,y=e.length;if(n.trimWhitespace)for(;v=48&&c<=57?c-48:c>=65&&c<=90?c-55:c>=97&&c<=122?c-87:-1)&&rh||b=9&&e<=13||160===e||5760===e||6158===e||e>=8192&&e<=8202||8232===e||8233===e||8239===e||8287===e||12288===e||65279===e}function g(e,t){var r=o.validate(t,e);if(0===r.errors.length)return null;var i,a,s=r.errors[0],c=s.property,u=s.message.toLowerCase();-1!=(i=u.indexOf("the property "))&&-1!=(a=u.indexOf(" is not defined in the schema and the schema does not allow additional properties"))&&(i+="the property ".length,c=""===c?u.substr(i,a-i):c+"."+u.substr(i,a-i),u="unsupported property");var l=new n.VError('property "%s": %s',c,u);return l.jsv_details=s,l}function v(e){i.ok(e[0]>=0&&e[1]>=0,"negative numbers not allowed in hrtimes"),i.ok(e[1]<1e9,"nanoseconds column overflow")}function y(e,t){v(e),v(t),i.ok(e[0]>t[0]||e[0]==t[0]&&e[1]>=t[1],"negative differences not allowed");var r=[e[0]-t[0],0];return e[1]>=t[1]?r[1]=e[1]-t[1]:(r[0]--,r[1]=1e9-(t[1]-e[1])),r}function b(e,t){return v(e),v(t),e[1]+=t[1],e[1]>=1e9&&(e[0]++,e[1]-=1e9),e[0]+=t[0],e}function x(e,t,r){var i,a;if(i={},r)for(a in r)i[a]=r[a];if(e)for(a in e)i[a]=e[a];if(t)for(a in t)i[a]=t[a];return i}},64958:(e,t,r)=>{"use strict";const i=r(28614),a=r(11085);e.exports=class extends i{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 i=e.adapter||/^[^:]*/.exec(e.uri)[0];return new(r(3196)(t[i]))(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 r=this._getKeyPrefix(e),{store:i}=this.opts;return Promise.resolve().then((()=>i.get(r))).then((e=>"string"==typeof e?this.opts.deserialize(e):e)).then((r=>{if(void 0!==r){if(!("number"==typeof r.expires&&Date.now()>r.expires))return t&&t.raw?r:r.value;this.delete(e)}}))}set(e,t,r){const i=this._getKeyPrefix(e);void 0===r&&(r=this.opts.ttl),0===r&&(r=void 0);const{store:a}=this.opts;return Promise.resolve().then((()=>{const e="number"==typeof r?Date.now()+r:null;return t={value:t,expires:e},this.opts.serialize(t)})).then((e=>a.set(i,e,r))).then((()=>!0))}delete(e){const t=this._getKeyPrefix(e),{store:r}=this.opts;return Promise.resolve().then((()=>r.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},25989:e=>{"use strict";e.exports=e=>{const t={};for(const[r,i]of Object.entries(e))t[r.toLowerCase()]=i;return t}},39593:(e,t,r)=>{"use strict";e.exports=v;var i,a=r(69246),n=r(31669),o=r(34411),s=(i="function"==typeof Symbol&&"1"!==process.env._nodeLRUCacheForceNoSymbol?function(e){return Symbol(e)}:function(e){return"_"+e})("max"),c=i("length"),u=i("lengthCalculator"),l=i("allowStale"),p=i("maxAge"),h=i("dispose"),d=i("noDisposeOnSet"),f=i("lruList"),m=i("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 r=e.length||g;"function"!=typeof r&&(r=g),this[u]=r,this[l]=e.stale||!1,this[p]=e.maxAge||0,this[h]=e.dispose,this[d]=e.noDisposeOnSet||!1,this.reset()}function y(e,t,r,i){var a=r.value;x(e,a)&&(k(e,r),e[l]||(a=void 0)),a&&t.call(i,a.value,a.key,e)}function b(e,t,r){var i=e[m].get(t);if(i){var a=i.value;x(e,a)?(k(e,i),e[l]||(a=void 0)):r&&e[f].unshiftNode(i),a&&(a=a.value)}return a}function x(e,t){if(!t||!t.maxAge&&!e[p])return!1;var r=Date.now()-t.now;return t.maxAge?r>t.maxAge:e[p]&&r>e[p]}function w(e){if(e[c]>e[s])for(var t=e[f].tail;e[c]>e[s]&&null!==t;){var r=t.prev;k(e,t),t=r}}function k(e,t){if(t){var r=t.value;e[h]&&e[h](r.key,r.value),e[c]-=r.length,e[m].delete(r.key),e[f].removeNode(t)}}function _(e,t,r,i,a){this.key=e,this.value=t,this.length=r,this.now=i,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[f].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[f].length},enumerable:!0}),v.prototype.rforEach=function(e,t){t=t||this;for(var r=this[f].tail;null!==r;){var i=r.prev;y(this,e,r,t),r=i}},v.prototype.forEach=function(e,t){t=t||this;for(var r=this[f].head;null!==r;){var i=r.next;y(this,e,r,t),r=i}},v.prototype.keys=function(){return this[f].toArray().map((function(e){return e.key}),this)},v.prototype.values=function(){return this[f].toArray().map((function(e){return e.value}),this)},v.prototype.reset=function(){this[h]&&this[f]&&this[f].length&&this[f].forEach((function(e){this[h](e.key,e.value)}),this),this[m]=new a,this[f]=new o,this[c]=0},v.prototype.dump=function(){return this[f].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[f]},v.prototype.inspect=function(e,t){var r="LRUCache {",i=!1;this[l]&&(r+="\n allowStale: true",i=!0);var a=this[s];a&&a!==1/0&&(i&&(r+=","),r+="\n max: "+n.inspect(a,t),i=!0);var o=this[p];o&&(i&&(r+=","),r+="\n maxAge: "+n.inspect(o,t),i=!0);var h=this[u];h&&h!==g&&(i&&(r+=","),r+="\n length: "+n.inspect(this[c],t),i=!0);var d=!1;return this[f].forEach((function(e){d?r+=",\n ":(i&&(r+=",\n"),d=!0,r+="\n ");var a=n.inspect(e.key).split("\n").join("\n "),s={value:e.value};e.maxAge!==o&&(s.maxAge=e.maxAge),h!==g&&(s.length=e.length),x(this,e)&&(s.stale=!0),s=n.inspect(s,t).split("\n").join("\n "),r+=a+" => "+s})),(d||i)&&(r+="\n"),r+="}"},v.prototype.set=function(e,t,r){var i=(r=r||this[p])?Date.now():0,a=this[u](t,e);if(this[m].has(e)){if(a>this[s])return k(this,this[m].get(e)),!1;var n=this[m].get(e).value;return this[h]&&(this[d]||this[h](e,n.value)),n.now=i,n.maxAge=r,n.value=t,this[c]+=a-n.length,n.length=a,this.get(e),w(this),!0}var o=new _(e,t,a,i,r);return o.length>this[s]?(this[h]&&this[h](e,t),!1):(this[c]+=o.length,this[f].unshift(o),this[m].set(e,this[f].head),w(this),!0)},v.prototype.has=function(e){return!!this[m].has(e)&&!x(this,this[m].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[f].tail;return e?(k(this,e),e.value):null},v.prototype.del=function(e){k(this,this[m].get(e))},v.prototype.load=function(e){this.reset();for(var t=Date.now(),r=e.length-1;r>=0;r--){var i=e[r],a=i.e||0;if(0===a)this.set(i.k,i.v);else{var n=a-t;n>0&&this.set(i.k,i.v,n)}}},v.prototype.prune=function(){var e=this;this[m].forEach((function(t,r){b(e,r,!1)}))}},22577:(e,t)=>{var r=/; *([!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+) *= *("(?:[ !\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u0020-\u007e])*"|[!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+) */g,i=/^[\u0020-\u007e\u0080-\u00ff]+$/,a=/^[!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+$/,n=/\\([\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&&!i.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,r=e.subtype,i=e.suffix,n=e.type;if(!n||!c.test(n))throw new TypeError("invalid type");if(!r||!s.test(r))throw new TypeError("invalid subtype");var o=n+"/"+r;if(i){if(!c.test(i))throw new TypeError("invalid suffix");o+="+"+i}if(t&&"object"==typeof t)for(var u,p=Object.keys(t).sort(),h=0;h{e.exports=r(37036)},37036:(e,t,r)=>{var i=r(79344)("memorystore"),a=r(39593),n=r(31669);function o(e,t,r){if("number"==typeof e.ttl)return e.ttl;if("function"==typeof e.ttl)return e.ttl(e,t,r);if(e.ttl)throw new TypeError("`options.ttl` must be a number or function.");var i=t&&t.cookie?t.cookie.maxAge:null;return"number"==typeof i?Math.floor(i):864e5}function s(e){i("Pruning expired entries"),e.forEach((function(t,r){e.get(r)}))}var c="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))};e.exports=function(e){var t=e.Store;function r(e){if(!(this instanceof r))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),i("Init MemoryStore"),this.startInterval()}return n.inherits(r,t),r.prototype.get=function(e,t){var r=this.store;i('GET "%s"',e);var a=r.get(e);if(!a)return t();i("GOT %s",a);var n,o=null;try{n=this.serializer.parse(a)}catch(e){o=e}t&&c(t,o,n)},r.prototype.set=function(e,t,r){var a=this.store,n=o(this.options,t,e);try{var s=this.serializer.stringify(t)}catch(e){r&&c(r,e)}a.set(e,s,n),i('SET "%s" %s ttl:%s',e,s,n),r&&c(r,null)},r.prototype.destroy=function(e,t){var r=this.store;Array.isArray(e)?e.forEach((function(e){i('DEL "%s"',e),r.del(e)})):(i('DEL "%s"',e),r.del(e)),t&&c(t,null)},r.prototype.touch=function(e,t,r){var a=this.store,n=o(this.options,t,e);i('EXPIRE "%s" ttl:%s',e,n);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),n)}catch(e){s=e}r&&c(r,s)},r.prototype.ids=function(e){var t=this.store.keys();i("Getting IDs: %s",t),e&&c(e,null,t)},r.prototype.all=function(e){var t=this.store,r=this;i("Fetching all sessions");var a=null,n={};try{t.forEach((function(e,t){n[t]=r.serializer.parse(e)}))}catch(e){a=e}e&&c(e,a,n)},r.prototype.clear=function(e){var t=this.store;i("delete all sessions from the store"),t.reset(),e&&c(e,null)},r.prototype.length=function(e){var t=this.store;i("getting length",t.itemCount),e&&c(e,null,t.itemCount)},r.prototype.startInterval=function(){var e=this,t=this.options.checkPeriod;t&&"number"==typeof t&&(clearInterval(this._checkInterval),i("starting periodic check for expired sessions"),this._checkInterval=setInterval((function(){s(e.store)}),Math.floor(t)))},r.prototype.stopInterval=function(){i("stopping periodic check for expired sessions"),clearInterval(this._checkInterval)},r.prototype.prune=function(){s(this.store)},r}},25808:(e,t,r)=>{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 r="color: "+this.color;t.splice(1,0,r,"color: inherit");let i=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(i++,"%c"===e&&(a=i))})),t.splice(a,0,r)},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=r(72728)(t);const{formatters:i}=e.exports;i.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},72728:(e,t,r)=>{e.exports=function(e){function t(e){let r,a,n,o=null;function s(...e){if(!s.enabled)return;const i=s,a=Number(new Date),n=a-(r||a);i.diff=n,i.prev=r,i.curr=a,r=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,((r,a)=>{if("%%"===r)return"%";o++;const n=t.formatters[a];if("function"==typeof n){const t=e[o];r=n.call(i,t),e.splice(o,1),o--}return r})),t.formatArgs.call(i,e),(i.log||t.log).apply(i,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=i,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(a!==t.namespaces&&(a=t.namespaces,n=t.enabled(e)),n),set:e=>{o=e}}),"function"==typeof t.init&&t.init(s),s}function i(e,r){const i=t(this.namespace+(void 0===r?":":r)+e);return i.log=this.log,i}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 r;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const i=("string"==typeof e?e:"").split(/[\s,]+/),a=i.length;for(r=0;r{t[r]=e[r]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let r=0;for(let t=0;t{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=r(25808):e.exports=r(5432)},5432:(e,t,r)=>{const i=r(33867),a=r(31669);t.init=function(e){e.inspectOpts={};const r=Object.keys(t.inspectOpts);for(let i=0;i{}),"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=r(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 r=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let i=process.env[t];return i=!!/^(yes|on|true|enabled)$/i.test(i)||!/^(no|off|false|disabled)$/i.test(i)&&("null"===i?null:Number(i)),e[r]=i,e}),{}),e.exports=r(72728)(t);const{formatters:n}=e.exports;n.o=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},n.O=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts)}},86182:e=>{"use strict";e.exports=function(e,r,i){if(!e)throw new TypeError("argument dest is required");if(!r)throw new TypeError("argument src is required");return void 0===i&&(i=!0),Object.getOwnPropertyNames(r).forEach((function(a){if(i||!t.call(e,a)){var n=Object.getOwnPropertyDescriptor(r,a);Object.defineProperty(e,a,n)}})),e};var t=Object.prototype.hasOwnProperty},81087:(e,t,r)=>{const i=r(35747),a=r(98754),n=r(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=i.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,r=!1;for(;!r;){t=this.buffer.readUInt8(e++),r=t>128,t%=128;const i=this.buffer.readUIntBE(e,3);e+=3,0===t&&(this.streamInfo=this.buffer.slice(e,e+i)),4===t&&(this.vorbisComment=this.buffer.slice(e,e+i),this.parseVorbisComment()),[o,s,c].includes(t)&&this.blocks.push([t,this.buffer.slice(e,e+i)]),e+=i}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 r=e.readUInt32BE(t);t+=4;const i=e.readUInt32BE(t);t+=4;const a=e.slice(t,t+i).toString("ascii");t+=i;const n=e.readUInt32BE(t);t+=4;const o=e.slice(t,t+=n).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:r,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 r=e.substring(0,t),a=e.substr(t+1);let n;try{n=i.readFileSync(a,"utf8")}catch(e){throw new Error(`can't open file '${a}' for '${r}' tag value`)}this.tags.push(`${r}=${n}`)}importTagsFrom(e){const t=i.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){i.writeFileSync(e,this.tags.join("\n"),"utf8")}importPicture(e){Buffer.isBuffer(e)||(e=i.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 r=this.buildSpecification({mime:t.mime,width:t.width,height:t.height});this.pictures.push(this.buildPictureBlock(e,r)),this.picturesSpecs.push(r)}exportPictureTo(e){this.picturesDatas.length>0&&i.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 r=Buffer.alloc(4),i=Buffer.alloc(4),a=Buffer.from(t.mime,"ascii"),n=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 r.writeUInt32BE(t.type),i.writeUInt32BE(t.mime.length),n.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([r,i,a,n,o,s,c,u,l,p,e])}buildMetadataBlock(e,t,r=!1){const i=Buffer.alloc(4);return r&&(e+=128),i.writeUIntBE(e,0,1),i.writeUIntBE(t.length,1,3),Buffer.concat([i,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,n(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());i.writeFileSync(this.flac,Buffer.concat(this.buildStream()))}}},2393:e=>{e.exports=(e,t)=>{const r=[],i=Buffer.from(e,"utf8"),a=Buffer.alloc(4);a.writeUInt32LE(i.length);const n=Buffer.alloc(4);n.writeUInt32LE(t.length),r.push(a,i,n);for(let e=0;e{"use strict";var i=r(98605);e.exports=i.METHODS&&i.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/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/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/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":{"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/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/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/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/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana"},"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.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.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.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.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.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.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-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","extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"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/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.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/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/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,r)=>{e.exports=r(73313)},80983:(e,t,r)=>{"use strict";var i,a,n,o=r(55234),s=r(85622).extname,c=/^\s*([^;\s]*)(?:;|\s|$)/,u=/^text\//i;function l(e){if(!e||"string"!=typeof e)return!1;var t=c.exec(e),r=t&&o[t[1].toLowerCase()];return r&&r.charset?r.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 r=-1===e.indexOf("/")?t.lookup(e):e;if(!r)return!1;if(-1===r.indexOf("charset")){var i=t.charset(r);i&&(r+="; charset="+i.toLowerCase())}return r},t.extension=function(e){if(!e||"string"!=typeof e)return!1;var r=c.exec(e),i=r&&t.extensions[r[1].toLowerCase()];return!(!i||!i.length)&&i[0]},t.extensions=Object.create(null),t.lookup=function(e){if(!e||"string"!=typeof e)return!1;var r=s("x."+e).toLowerCase().substr(1);return r&&t.types[r]||!1},t.types=Object.create(null),i=t.extensions,a=t.types,n=["nginx","apache",void 0,"iana"],Object.keys(o).forEach((function(e){var t=o[e],r=t.extensions;if(r&&r.length){i[e]=r;for(var s=0;sl||u===l&&"application/"===a[c].substr(0,12)))continue}a[c]=e}}}))},45518:(e,t,r)=>{r(85622);var i=r(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 r=e[t],i=0;i{"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,r)=>{const i=new Set(Object.keys(e).concat(t));for(const t of i)t in r||(r[t]="function"==typeof e[t]?e[t].bind(e):e[t])}},50034:(e,t,r)=>{"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 i=r(33412),a=r(15158)("morgan"),n=r(1661)("morgan"),o=r(80338),s=r(54236),c=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function u(e,t){var r=e,i=t||{};e&&"object"==typeof e&&(r=(i=e).format||"default",n("morgan(options): use morgan("+("string"==typeof r?JSON.stringify(r):"format")+", options) instead")),void 0===r&&n("undefined format: specify a format");var c=i.immediate,h=i.skip||!1,d="function"!=typeof r?function(e){var t=u[e]||e||u.default;return"function"!=typeof t?l(t):t}(r):r,m=i.buffer,g=i.stream||process.stdout;return m&&(n("buffer option"),g=function(e,t){var r=[],i=null;function a(){i=null,e.write(r.join("")),r.length=0}return{write:function(e){null===i&&(i=setTimeout(a,t)),r.push(e)}}}(g,"number"!=typeof m?1e3:m)),function(e,t,r){function i(){if(!1!==h&&h(e,t))a("skip request");else{var r=d(u,e,t);null!=r?(a("log request"),g.write(r+"\n")):a("skip line")}}e._startAt=void 0,e._startTime=void 0,e._remoteAddress=p(e),t._startAt=void 0,t._startTime=void 0,f.call(e),c?i():(s(t,f),o(t,i)),r()}}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,r){var i="req, res",a="tokens["+String(JSON.stringify(t))+"]";return void 0!==r&&(i+=", "+String(JSON.stringify(r))),'" +\n ('+a+"("+i+') || "-") + "'}));return new Function("tokens, req, res",t)}function p(e){return e.ip||e._remoteAddress||e.connection&&e.connection.remoteAddress||void 0}function h(e){return"boolean"!=typeof e.headersSent?Boolean(e._header):e.headersSent}function d(e){var t=String(e);return(1===t.length?"0":"")+t}function f(){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"'),n.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,r,i){var a=h(i)?i.statusCode:void 0,n=a>=500?31:a>=400?33:a>=300?36:a>=200?32:0,o=e[n];return o||(o=e[n]=l(":method :url ["+n+"m:status :response-time ms - :res[content-length]")),o(t,r,i)})),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,r){if(e._startAt&&t._startAt)return(1e3*(t._startAt[0]-e._startAt[0])+1e-6*(t._startAt[1]-e._startAt[1])).toFixed(void 0===r?3:r)})),u.token("total-time",(function(e,t,r){if(e._startAt&&t._startAt){var i=process.hrtime(e._startAt);return(1e3*i[0]+1e-6*i[1]).toFixed(void 0===r?3:r)}})),u.token("date",(function(e,t,r){var i=new Date;switch(r||"web"){case"clf":return function(e){var t=e.getUTCDate(),r=e.getUTCHours(),i=e.getUTCMinutes(),a=e.getUTCSeconds(),n=e.getUTCFullYear(),o=c[e.getUTCMonth()];return d(t)+"/"+o+"/"+n+":"+d(r)+":"+d(i)+":"+d(a)+" +0000"}(i);case"iso":return i.toISOString();case"web":return i.toUTCString()}})),u.token("status",(function(e,t){return h(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=i(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,r){var i=e.headers[r.toLowerCase()];return Array.isArray(i)?i.join(", "):i})),u.token("res",(function(e,t,r){if(h(t)){var i=t.getHeader(r);return Array.isArray(i)?i.join(", "):i}}))},1661:(e,t,r)=>{var i=r(85622).relative;e.exports=function(e){if(!e)throw new TypeError("argument namespace is required");var t=c(d()[1])[0];function r(e){s.call(r,e)}return r._file=t,r._ignored=function(e){return!!process.noDeprecation||n(process.env.NO_DEPRECATION||"",e)}(e),r._namespace=e,r._traced=function(e){return!!process.traceDeprecation||n(process.env.TRACE_DEPRECATION||"",e)}(e),r._warned=Object.create(null),r.function=m,r.property=g,r};var a=process.cwd();function n(e,t){for(var r=e.split(/[ ,]+/),i=String(t).toLowerCase(),a=0;a0);if(a||!this._ignored){var n,o,s,h,f=0,m=!1,g=d(),y=this._file;for(t?(h=t,(s=c(g[1])).name=h.name,y=s[0]):s=h=c(g[f=2]);f",r=e.getLineNumber(),i=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var a=[t,r,i];return a.callSite=e,a.name=e.getFunctionName(),a}function u(e){var t=e.callSite,r=e.name;r||(r="");var i=t.getThis(),a=i&&t.getTypeName();return"Object"===a&&(a=void 0),"Function"===a&&(a=i.name||a),a&&t.getMethodName()?a+"."+r:r}function l(e,t,r){var i=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var a=0;a{var t=1e3,r=60*t,i=60*r,a=24*i;function n(e,t,r,i){var a=t>=1.5*r;return Math.round(e/r)+" "+i+(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 n=/^(-?(?:\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(n){var o=parseFloat(n[1]);switch((n[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*i;case"minutes":case"minute":case"mins":case"min":case"m":return o*r;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?n(s,c,a,"day"):c>=i?n(s,c,i,"hour"):c>=r?n(s,c,r,"minute"):c>=t?n(s,c,t,"second"):s+" ms"):function(e){var n=Math.abs(e);return n>=a?Math.round(e/a)+"d":n>=i?Math.round(e/i)+"h":n>=r?Math.round(e/r)+"m":n>=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))}},60159:(e,t,r)=>{"use strict";var i=Object.create(null);function a(e){if(!(this instanceof a))return new a(e);this.request=e}function n(e){var t=i[e];if(void 0!==t)return t;switch(e){case"charset":t=r(38558);break;case"encoding":t=r(44328);break;case"language":t=r(8035);break;case"mediaType":t=r(54097);break;default:throw new Error("Cannot find module '"+e+"'")}return i[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,n("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,n("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,n("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,n("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 r(e,r){var i=t.exec(e);if(!i)return null;var a=i[1],n=1;if(i[2])for(var o=i[2].split(";"),s=0;s0}},44328:e=>{"use strict";e.exports=a,e.exports.preferredEncodings=a;var t=/^\s*([^\s;]+)\s*(?:;(.*))?$/;function r(e,r){var i=t.exec(e);if(!i)return null;var a=i[1],n=1;if(i[2])for(var o=i[2].split(";"),s=0;s0}},8035:e=>{"use strict";e.exports=a,e.exports.preferredLanguages=a;var t=/^\s*([^\s\-;]+)(?:-([^\s;]+))?\s*(?:;(.*))?$/;function r(e,r){var i=t.exec(e);if(!i)return null;var a=i[1],n=i[2],o=a;n&&(o+="-"+n);var s=1;if(i[3])for(var c=i[3].split(";"),u=0;u0}},54097:e=>{"use strict";e.exports=a,e.exports.preferredMediaTypes=a;var t=/^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/;function r(e,r){var i=t.exec(e);if(!i)return null;var a=Object.create(null),n=1,o=i[2],s=i[1];if(i[3])for(var l=function(e){for(var t=e.split(";"),r=1,i=0;r0){if(!o.every((function(e){return"*"==t.params[e]||(t.params[e]||"").toLowerCase()==(a.params[e]||"").toLowerCase()})))return null;n|=1}return{i,o:t.i,q:t.q,s:n}}function a(e,t){var a=function(e){for(var t=function(e){for(var t=e.split(","),r=1,i=0;r0}function c(e){for(var t=0,r=0;-1!==(r=e.indexOf('"',r));)t++,r++;return t}function u(e){var t,r,i=e.indexOf("=");return-1===i?t=e:(t=e.substr(0,i),r=e.substr(i+1)),[t,r]}},77473:e=>{"use strict";var t=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e},r=function(e){var r,i,a=document.createTextNode(""),n=0;return new e((function(){var e;if(r)i&&(r=i.concat(r));else{if(!i)return;r=i}if(i=r,r=null,"function"==typeof i)return e=i,i=null,void e();for(a.data=n=++n%2;i;)e=i.shift(),i.length||(i=null),e()})).observe(a,{characterData:!0}),function(e){t(e),r?"function"==typeof r?r=[r,e]:r.push(e):(r=e,a.data=n=++n%2)}};e.exports=function(){if("object"==typeof process&&process&&"function"==typeof process.nextTick)return process.nextTick;if("function"==typeof queueMicrotask)return function(e){queueMicrotask(t(e))};if("object"==typeof document&&document){if("function"==typeof MutationObserver)return r(MutationObserver);if("function"==typeof WebKitMutationObserver)return r(WebKitMutationObserver)}return"function"==typeof setImmediate?function(e){setImmediate(t(e))}:"function"==typeof setTimeout||"object"==typeof setTimeout?function(e){setTimeout(t(e),0)}:null}()},19516:(e,t,r)=>{var i=r(35747),a=r(85622),n=r(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=n.arch(),h=n.platform(),d=process.env.LIBC||(function(e){return"linux"===e&&i.existsSync("/etc/alpine-release")}(h)?"musl":"glibc"),f=process.env.ARM_VERSION||("arm64"===p?"8":s.arm_version)||"",m=(process.versions.uv||"").split(".")[0];function g(e){return o(g.path(e))}function v(e){try{return i.readdirSync(e)}catch(e){return[]}}function y(e,t){var r=v(e).filter(t);return r[0]&&a.join(e,r[0])}function b(e){return/\.node$/.test(e)}function x(e){var t=e.split("."),r={file:e,specificity:0};if("node"===t.pop()){for(var i=0;ir.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 r=y(a.join(e,"build/Release"),b);if(r)return r;var i=y(a.join(e,"build/Debug"),b);if(i)return i}var n=_(e);if(n)return n;var s=_(a.dirname(process.execPath));if(s)return s;var g=["platform="+h,"arch="+p,"runtime="+l,"abi="+u,"uv="+m,f?"armv="+f:"","libc="+d,"node="+process.versions.node,process.versions&&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 _(e){var t=a.join(e,"prebuilds",h+"-"+p),r=v(t).map(x).filter(w(l,u)).sort(k(l))[0];if(r)return a.join(t,r.file)}},g.parseTags=x,g.matchTags=w,g.compareTags=k},40015:e=>{"use strict";const t=(e,t)=>t.some((t=>t instanceof RegExp?t.test(e):t===e));e.exports=(e,r)=>{if(r={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,...r},e=e.trim(),/^data:/i.test(e))return((e,{stripHash:t})=>{const r=/^data:(?[^,]*?),(?[^#]*?)(?:#(?.*))?$/.exec(e);if(!r)throw new Error(`Invalid URL: ${e}`);let{type:i,data:a,hash:n}=r.groups;const o=i.split(";");n=t?"":n;let s=!1;"base64"===o[o.length-1]&&(o.pop(),s=!0);const c=(o.shift()||"").toLowerCase(),u=[...o.map((e=>{let[t,r=""]=e.split("=").map((e=>e.trim()));return"charset"===t&&(r=r.toLowerCase(),"us-ascii"===r)?"":`${t}${r?`=${r}`:""}`})).filter(Boolean)];return s&&u.push("base64"),(0!==u.length||c&&"text/plain"!==c)&&u.unshift(c),`data:${u.join(";")},${s?a.trim():a}${n?`#${n}`:""}`})(e,r);if(/^view-source:/i.test(e))throw new Error("`view-source:` is not supported as it is a non-standard protocol");const i=e.startsWith("//");!i&&/^\.*\//.test(e)||(e=e.replace(/^(?!(?:\w+:)?\/\/)|^\/\//,r.defaultProtocol));const a=new URL(e);if(r.forceHttp&&r.forceHttps)throw new Error("The `forceHttp` and `forceHttps` options cannot be used together");if(r.forceHttp&&"https:"===a.protocol&&(a.protocol="http:"),r.forceHttps&&"http:"===a.protocol&&(a.protocol="https:"),r.stripAuthentication&&(a.username="",a.password=""),r.stripHash?a.hash="":r.stripTextFragment&&(a.hash=a.hash.replace(/#?:~:text.*?$/i,"")),a.pathname&&(a.pathname=a.pathname.replace(/(?0){let e=a.pathname.split("/");const i=e[e.length-1];t(i,r.removeDirectoryIndex)&&(e=e.slice(0,e.length-1),a.pathname=e.slice(1).join("/")+"/")}if(a.hostname&&(a.hostname=a.hostname.replace(/\.$/,""),r.stripWWW&&/^www\.(?!www\.)(?:[a-z\-\d]{1,63})\.(?:[a-z.\-\d]{2,63})$/.test(a.hostname)&&(a.hostname=a.hostname.replace(/^www\./,""))),Array.isArray(r.removeQueryParameters))for(const e of[...a.searchParams.keys()])t(e,r.removeQueryParameters)&&a.searchParams.delete(e);!0===r.removeQueryParameters&&(a.search=""),r.sortQueryParameters&&a.searchParams.sort(),r.removeTrailingSlash&&(a.pathname=a.pathname.replace(/\/$/,""));const n=e;return e=a.toString(),r.removeSingleSlash||"/"!==a.pathname||n.endsWith("/")||""!==a.hash||(e=e.replace(/\/$/,"")),(r.removeTrailingSlash||"/"===a.pathname)&&""===a.hash&&r.removeSingleSlash&&(e=e.replace(/\/$/,"")),i&&!r.normalizeProtocol&&(e=e.replace(/^http:\/\//,"//")),r.stripProtocol&&(e=e.replace(/^(?:https?:)?\/\//,"")),e}},54586:(e,t,r)=>{var i=r(76417);function a(e,t,r){return i.createHmac(r,e).update(t).digest("base64")}function n(e){return encodeURIComponent(e).replace(/!/g,"%21").replace(/\*/g,"%2A").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/'/g,"%27")}function o(e,t){return e>t?1:e{"use strict";e.exports=function(e,t){return!1!==n(e)?(a(t,null,e),e):(function(e,t){var r=e.__onFinished;r&&r.queue||(r=e.__onFinished=function(e){function t(r){if(e.__onFinished===t&&(e.__onFinished=null),t.queue){var i=t.queue;t.queue=null;for(var a=0;a{"use strict";function t(e,t){for(var r=0;r1&&"string"==typeof arguments[1]?2:1,n=i>=a+1?arguments[a]:void 0;this.statusCode=e,Array.isArray(n)?t(this,n):n&&r(this,n);for(var o=new Array(Math.min(i,a)),s=0;s{var i=r(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 n(e){var t=function(){if(t.called)throw new Error(t.onceError);return t.called=!0,t.value=e.apply(this,arguments)},r=e.name||"Function wrapped with `once`";return t.onceError=r+" shouldn't be called more than once",t.called=!1,t}e.exports=i(a),e.exports.strict=i(n),a.proto=a((function(){Object.defineProperty(Function.prototype,"once",{value:function(){return a(this)},configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return n(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 r{static fn(e){return(...t)=>new r(((r,i,a)=>{t.push(a),e(...t).then(r,i)}))}constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanceled=!1,this._rejectOnCancel=!0,this._promise=new Promise(((t,r)=>{this._reject=r;const i=e=>{if(!this._isPending)throw new Error("The `onCancel` handler was attached after the promise settled.");this._cancelHandlers.push(e)};return Object.defineProperties(i,{shouldReject:{get:()=>this._rejectOnCancel,set:e=>{this._rejectOnCancel=e}}}),e((e=>{this._isCanceled&&i.shouldReject||(this._isPending=!1,t(e))}),(e=>{this._isPending=!1,r(e)}),i)}))}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(r.prototype,Promise.prototype),e.exports=r,e.exports.CancelError=t},18317:(e,t,r)=>{"use strict";var i=r(78835),a=i.parse,n=i.Url;function o(e){var t=e.url;if(void 0!==t){var r=e._parsedUrl;return c(t,r)?r:((r=s(t))._raw=t,e._parsedUrl=r)}}function s(e){if("string"!=typeof e||47!==e.charCodeAt(0))return a(e);for(var t=e,r=null,i=null,o=1;o{e.exports=function e(r,i,a){i=i||[];var n,o=(a=a||{}).strict,s=!1!==a.end,c=a.sensitive?"":"i",u=0,l=i.length,p=0,h=0;if(r instanceof RegExp){for(;n=t.exec(r.source);)i.push({name:h++,optional:!1,offset:n.index});return r}if(Array.isArray(r))return r=r.map((function(t){return e(t,i,a).source})),new RegExp("(?:"+r.join("|")+")",c);for(r=("^"+r+(o?"":"/"===r[r.length-1]?"?":"/?")).replace(/\/\(/g,"/(?:").replace(/([\/\.])/g,"\\$1").replace(/(\\\/)?(\\\.)?:(\w+)(\(.*?\))?(\*)?(\?)?/g,(function(e,t,r,a,n,o,s,c){t=t||"",r=r||"",n=n||"([^\\/"+r+"]+?)",s=s||"",i.push({name:a,optional:!!s,offset:c+u});var l=(s?"":t)+"(?:"+r+(s?t:"")+n+(o?"((?:[\\/"+r+"].+?)?)":"")+")"+s;return u+=l.length-e.length,l})).replace(/\*/g,(function(e,t){for(var r=i.length;r-- >l&&i[r].offset>t;)i[r].offset+=3;return"(.*)"}));n=t.exec(r);){for(var d=0,f=n.index;"\\"===r.charAt(--f);)d++;d%2!=1&&((l+p===i.length||i[l+p].offset>n.index)&&i.splice(l+p,0,{name:h++,optional:!1,offset:n.index}),p++)}return r+=s?"$":"/"===r[r.length-1]?"":"(?=\\/|$)",new RegExp(r,c)};var t=/\((?!\?)/g},75:function(e){(function(){var t,r,i,a,n,o;"undefined"!=typeof performance&&null!==performance&&performance.now?e.exports=function(){return performance.now()}:"undefined"!=typeof process&&null!==process&&process.hrtime?(e.exports=function(){return(t()-n)/1e6},r=process.hrtime,a=(t=function(){var e;return 1e9*(e=r())[0]+e[1]})(),o=1e9*process.uptime(),n=a-o):Date.now?(e.exports=function(){return Date.now()-i},i=Date.now()):(e.exports=function(){return(new Date).getTime()-i},i=(new Date).getTime())}).call(this)},68288:(e,t,r)=>{"use strict";var i=r(80868).ProbeError,a=r(34079),n=r(9996),o=r(62510),s=r(78480),c={timeout:6e4,headers:{"User-Agent":o.name+"/"+o.version+"(+https://github.com/nodeca/probe-image-size)","Accept-Encoding":"identity"},gzip:!0};e.exports=function(e,t){return new Promise((function(r,o){var u,l,p;try{u=a(n.all([{url:e},c,t]))}catch(e){return void o(e)}u.on("response",(function(e){if(200!==e.statusCode){var t=new i("bad status code: "+e.statusCode,null,e.statusCode);return u.abort(),void o(t)}var a=e.headers["content-length"];a&&a.match(/^\d+$/)&&(l=+a),p=e.request.uri.href,s(u).then((function(e){l&&(e.length=l),e.url=p,r(e)})).catch(o).then((function(){u.abort()}))})),u.on("error",(function(e){o(e)}))}))},e.exports.parsers=r(29620)},98754:(e,t,r)=>{"use strict";var i=r(78480),a=r(68288),n=r(77473),o=r(9996);e.exports=function(e,t,r){return"function"==typeof e.on&&"function"==typeof e.emit?(r=t)?void i(e).then((function(e){n(r.bind(null,null,e))})).catch((function(e){n(r.bind(null,e))})):i(e):("string"==typeof e?("function"==typeof t&&(r=t,t={}),t=t||{}):(r=t,e=(t=o({},e)).url,delete t.url),r?void a(e,t).then((function(e){n(r.bind(null,null,e))})).catch((function(e){n(r.bind(null,e))})):a(e,t))},e.exports.parsers=r(29620),e.exports.sync=r(56279),e.exports.Error=r(80868).ProbeError},80868:(e,t,r)=>{"use strict";var i=r(92413).Transform,a=r(47164);function n(){i.call(this,{readableObjectMode:!0})}function o(e,t,r){Error.call(this),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=e,t&&(this.code=t),r&&(this.statusCode=r)}(0,r(31669).inherits)(n,i),a(n.prototype),t.xi=n,t.OF=function(e,t,r){for(var i=t,a=0;a{"use strict";var i=r(80868).xi,a=r(80868).eG,n=r(80868).OF,o=a("BM");e.exports=function(){var e=new i;return e._bytes(26,(function(t){e._skipBytes(1/0),n(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,r)=>{"use strict";var i=r(80868).xi,a=r(80868).eG,n=r(80868).OF,o=a("GIF87a"),s=a("GIF89a");e.exports=function(){var e=new i;return e._bytes(10,(function(t){e._skipBytes(1/0),n(t,0,o)||n(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}},34379:(e,t,r)=>{"use strict";var i=r(80868).xi;function a(e,t){e._bytes(1,(function(r){var i=r[0];255!==i?208<=i&&i<=217||1===i?t(i,0):192<=i&&i<=254?e._bytes(2,(function(e){t(i,e.readUInt16BE(0)-2)})):t():a(e,t)}))}function n(e,t){e._bytes(1,(function(r){255===r[0]?a(e,t):t()}))}function o(e){n(e,(function(t,r){return!t||r<0||217===t||218===t?(e._skipBytes(1/0),void e.push(null)):void(r<=0?o(e):r>=5&&192<=t&&t<=207&&196!==t&&200!==t&&204!==t?e._bytes(r,(function(t){e._skipBytes(1/0),e.push({width:t.readUInt16BE(3),height:t.readUInt16BE(1),type:"jpg",mime:"image/jpeg",wUnits:"px",hUnits:"px"}),e.push(null)})):e._skipBytes(r,(function(){o(e)})))}))}e.exports=function(){var e=new i;return e._bytes(2,(function(t){if(255!==t[0]||216!==t[1])return e._skipBytes(1/0),void e.push(null);o(e)})),e}},64760:(e,t,r)=>{"use strict";var i=r(80868).xi,a=r(80868).eG,n=r(80868).OF,o=a("‰PNG\r\n\n"),s=a("IHDR");e.exports=function(){var e=new i;return e._bytes(24,(function(t){e._skipBytes(1/0),n(t,0,o)&&n(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,r)=>{"use strict";var i=r(80868).xi,a=r(80868).eG,n=r(80868).OF,o=a("8BPS\0");e.exports=function(){var e=new i;return e._bytes(6,(function(t){if(!n(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,r)=>{"use strict";var i=r(92413).Transform,a=/]+>/,n=/[^-]\bwidth="([^%]+?)"|[^-]\bwidth='([^%]+?)'/,o=/\bheight="([^%]+?)"|\bheight='([^%]+?)'/,s=/\bview[bB]ox="(.+?)"|\bview[bB]ox='(.+?)'/,c=/in$|mm$|cm$|pt$|pc$|px$|em$|ex$/;function u(e){return"number"==typeof e&&isFinite(e)&&e>0}function l(e){return c.test(e)?e.match(c)[0]:"px"}e.exports=function(){var e=0,t=0,r="",c=new i({readableObjectMode:!0,transform:function i(p,h,d){switch(e){case 0:for(var f=0,m=p.length;f=m)(t+=p.length)>65536&&(e=2,c.push(null));else{if(60===p[f])return e=1,i(p,h,d);e=2,c.push(null)}break;case 1:var g=function(e){if(a.test(e)){var t=function(e){var t=e.match(n),r=e.match(o),i=e.match(s);return{width:t&&(t[1]||t[2]),height:r&&(r[1]||r[2]),viewbox:i&&(i[1]||i[2])}}(e.match(a)[0]),r=parseFloat(t.width),i=parseFloat(t.height);if(t.width&&t.height){if(!u(r)||!u(i))return;return{width:r,height:i,type:"svg",mime:"image/svg+xml",wUnits:l(t.width),hUnits:l(t.height)}}var c=(t.viewbox||"").split(" "),p={width:c[2],height:c[3]},h=parseFloat(p.width),d=parseFloat(p.height);if(u(h)&&u(d)&&l(p.width)===l(p.height)){var f=h/d;if(t.width){if(!u(r))return;return{width:r,height:r/f,type:"svg",mime:"image/svg+xml",wUnits:l(t.width),hUnits:l(t.width)}}if(t.height){if(!u(i))return;return{width:i*f,height:i,type:"svg",mime:"image/svg+xml",wUnits:l(t.height),hUnits:l(t.height)}}return{width:h,height:d,type:"svg",mime:"image/svg+xml",wUnits:l(p.width),hUnits:l(p.height)}}}}(r+=p.toString());if(g){c.push(g),c.push(null);break}(t+=p.length)>65536&&(e=2,c.push(null))}var v;d()},flush:function(){e=2,c.push(null)}});return c}},80213:(e,t,r)=>{"use strict";var i=r(80868).xi,a=r(80868).eG,n=r(80868).OF,o=a("II*\0"),s=a("MM\0*");function c(e,t,r){return r?e.readUInt16BE(t):e.readUInt16LE(t)}function u(e,t,r){return r?e.readUInt32BE(t):e.readUInt32LE(t)}function l(e,t,r){var i=c(e,t+2,r);return 1!==u(e,t+4,r)||3!==i&&4!==i?null:3===i?c(e,t+8,r):u(e,t+8,r)}e.exports=function(){var e=new i;return e._bytes(8,(function(t){if(!n(t,0,o)&&!n(t,0,s))return e._skipBytes(1/0),void e.push(null);var r=77===t[0],i=u(t,4,r)-8;if(i<0)return e._skipBytes(1/0),void e.push(null);!function(e,t,r){0!==t?e._skipBytes(t,r):r()}(e,i,(function(){e._bytes(2,(function(t){var i=12*c(t,0,r);if(i<=0)return e._skipBytes(1/0),void e.push(null);e._bytes(i,(function(t){var a,n,o,s;for(e._skipBytes(1/0),a=0;a{"use strict";var i=r(80868).xi,a=r(80868).eG,n=r(80868).OF,o=a("RIFF"),s=a("WEBPVP8");e.exports=function(){var e=new i;return e._bytes(16,(function(t){if(n(t,0,o)&&n(t,8,s))switch(t[15]){case 32:return void function(e){e._bytes(14,(function(t){e._skipBytes(1/0),157===t[7]&&1===t[8]&&42===t[9]?(e.push({width:16383&t.readUInt16LE(10),height:16383&t.readUInt16LE(12),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}),e.push(null)):e.push(null)}))}(e);case 76:return void function(e){e._bytes(9,(function(t){if(e._skipBytes(1/0),47===t[4]){var r=t.readUInt32LE(5);e.push({width:1+(16383&r),height:1+(r>>14&16383),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}),e.push(null)}else e.push(null)}))}(e);case 88:return void function(e){e._bytes(14,(function(t){e._skipBytes(1/0),e.push({width:1+(t[10]<<16|t[9]<<8|t[8]),height:1+(t[13]<<16|t[12]<<8|t[11]),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}),e.push(null)}))}(e)}else e._skipBytes(1/0),e.push(null)})),e}},76727:(e,t,r)=>{"use strict";var i=r(80868).eG,a=r(80868).OF,n=r(80868).mP,o=i("BM");e.exports=function(e){if(!(e.length<26)&&a(e,0,o))return{width:n(e,18),height:n(e,22),type:"bmp",mime:"image/bmp",wUnits:"px",hUnits:"px"}}},75781:(e,t,r)=>{"use strict";var i=r(80868).eG,a=r(80868).OF,n=r(80868).mP,o=i("GIF87a"),s=i("GIF89a");e.exports=function(e){if(!(e.length<10)&&(a(e,0,o)||a(e,0,s)))return{width:n(e,6),height:n(e,8),type:"gif",mime:"image/gif",wUnits:"px",hUnits:"px"}}},97304:(e,t,r)=>{"use strict";var i=r(80868).n8;e.exports=function(e){if(!(e.length<2)&&255===e[0]&&216===e[1])for(var t=2;;){if(e.length-t<2)return;if(255!==e[t++])return;for(var r,a=e[t++];255===a;)a=e[t++];if(208<=a&&a<=217||1===a)r=0;else{if(!(192<=a&&a<=254))return;if(e.length-t<2)return;r=i(e,t)-2,t+=2}if(217===a||218===a)return;if(r>=5&&192<=a&&a<=207&&196!==a&&200!==a&&204!==a){if(e.length-t{"use strict";var i=r(80868).eG,a=r(80868).OF,n=r(80868).Ag,o=i("‰PNG\r\n\n"),s=i("IHDR");e.exports=function(e){if(!(e.length<24)&&a(e,0,o)&&a(e,12,s))return{width:n(e,16),height:n(e,20),type:"png",mime:"image/png",wUnits:"px",hUnits:"px"}}},15017:(e,t,r)=>{"use strict";var i=r(80868).eG,a=r(80868).OF,n=r(80868).Ag,o=i("8BPS\0");e.exports=function(e){if(!(e.length<22)&&a(e,0,o))return{width:n(e,18),height:n(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 r=/]+>/,i=/[^-]\bwidth="([^%]+?)"|[^-]\bwidth='([^%]+?)'/,a=/\bheight="([^%]+?)"|\bheight='([^%]+?)'/,n=/\bview[bB]ox="(.+?)"|\bview[bB]ox='(.+?)'/,o=/in$|mm$|cm$|pt$|pc$|px$|em$|ex$/;function s(e){return o.test(e)?e.match(o)[0]:"px"}e.exports=function(e){if(function(e){for(var t,r=0,i=e.length;r{"use strict";var i=r(80868).eG,a=r(80868).OF,n=r(80868).mP,o=r(80868).n8,s=r(80868).nm,c=r(80868).Ag,u=i("II*\0"),l=i("MM\0*");function p(e,t,r){return r?o(e,t):n(e,t)}function h(e,t,r){return r?c(e,t):s(e,t)}function d(e,t,r){var i=p(e,t+2,r);return 1!==h(e,t+4,r)||3!==i&&4!==i?null:3===i?p(e,t+8,r):h(e,t+8,r)}e.exports=function(e){if(!(e.length<8)&&(a(e,0,u)||a(e,0,l))){var t=77===e[0],r=h(e,4,t)-8;if(!(r<0)){var i=r+8;if(!(e.length-i<2)){var n=12*p(e,i+0,t);if(!(n<=0||(i+=2,e.length-i{"use strict";var i=r(80868).eG,a=r(80868).OF,n=r(80868).mP,o=r(80868).nm,s=i("RIFF"),c=i("WEBPVP8");e.exports=function(e){if(!(e.length<16)&&a(e,0,s)&&a(e,8,c))switch(e[15]){case 32:return function(e){if(!(e.length<30)&&157===e[23]&&1===e[24]&&42===e[25])return{width:16383&n(e,26),height:16383&n(e,28),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}}(e);case 76:return function(e){if(!(e.length<25)&&47===e[20]){var t=o(e,21);return{width:1+(16383&t),height:1+(t>>14&16383),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}}}(e);case 88:return function(e){if(!(e.length<30))return{width:1+(e[26]<<16|e[25]<<8|e[24]),height:1+(e[29]<<16|e[28]<<8|e[27]),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}}(e)}}},29620:(e,t,r)=>{"use strict";e.exports={bmp:r(32597),gif:r(80743),jpeg:r(34379),png:r(64760),psd:r(34928),svg:r(49240),tiff:r(80213),webp:r(59971)}},32566:(e,t,r)=>{"use strict";e.exports={bmp:r(76727),gif:r(75781),jpeg:r(97304),png:r(57973),psd:r(15017),svg:r(3036),tiff:r(68173),webp:r(51427)}},62510:e=>{"use strict";e.exports=JSON.parse('{"name":"probe-image-size","version":"5.0.0","description":"Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)","keywords":["image","size","jpg","jpeg","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":"./node_modules/.bin/eslint .","test":"npm run lint && ./node_modules/.bin/mocha","coverage":"rm -rf coverage && ./node_modules/.bin/istanbul cover node_modules/.bin/_mocha","report-coveralls":"./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"deepmerge":"^4.0.0","inherits":"^2.0.3","next-tick":"^1.0.0","request":"^2.83.0","stream-parser":"~0.3.1"},"devDependencies":{"coveralls":"^3.0.0","eslint":"^6.0.1","from2":"^2.1","istanbul":"^0.4.1","mocha":"^6.1.4"}}')},78480:(e,t,r)=>{"use strict";var i=r(80868).ProbeError,a=r(29620),n=r(92413).PassThrough;e.exports=function(e){var t=new n,r=0,o=new Promise((function(n,o){function s(){}function c(){t.unpipe(this),this.removeAllListeners(),--r||o(new i("unrecognized file format","ECONTENT"))}e.on("error",o),t.on("error",o),Object.keys(a).forEach((function(e){var i=a[e]();r++,i.once("data",n),i.once("end",c),i.on("error",s),t.pipe(i)}))}));function s(){"function"==typeof e.unpipe&&e.unpipe(t),t.end()}return o.then(s).catch(s),e.pipe(t),o},e.exports.parsers=a},56279:(e,t,r)=>{"use strict";var i=r(32566);e.exports=function(e){return function(e){for(var t=Object.keys(i),r=0;r{"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 r=u(e,t);return r[r.length-1]},e.exports.all=u,e.exports.compile=l;var i=r(271),a=r(56512),n=/^[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 r=i(e);if(!t)return r;"function"!=typeof t&&(t=l(t));for(var a=0;aa)throw new TypeError("invalid range on address: "+e);return[i,c]}function h(){return!1}},69246:(e,t,r)=>{"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=r(12477):e.exports=Map},12477:e=>{var t=Object.prototype.hasOwnProperty;function r(e){if(!(this instanceof r))throw new TypeError("Constructor PseudoMap requires 'new'");if(this.clear(),e)if(e instanceof r||"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 i(e,t){return e===t||e!=e&&t!=t}function a(e,t,r){this.key=e,this.value=t,this._index=r}function n(e,r){for(var a=0,n="_"+r,o=n;t.call(e,o);o=n+a++)if(i(e[o].key,r))return e[o]}e.exports=r,r.prototype.forEach=function(e,t){t=t||this,Object.keys(this._data).forEach((function(r){"size"!==r&&e.call(t,this._data[r].value,this._data[r].key)}),this)},r.prototype.has=function(e){return!!n(this._data,e)},r.prototype.get=function(e){var t=n(this._data,e);return t&&t.value},r.prototype.set=function(e,r){!function(e,r,n){for(var o=0,s="_"+r,c=s;t.call(e,c);c=s+o++)if(i(e[c].key,r))return void(e[c].value=n);e.size++,e[c]=new a(r,n,c)}(this._data,e,r)},r.prototype.delete=function(e){var t=n(this._data,e);t&&(delete this._data[t._index],this._data.size--)},r.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(r.prototype,"size",{get:function(){return this._data.size},set:function(e){},enumerable:!0,configurable:!0}),r.prototype.values=r.prototype.keys=r.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,r)=>{"use strict";var i=r(94213),a={};a.rules=r(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=i.toASCII(e);return a.rules.reduce((function(e,r){return-1===r.punySuffix&&(r.punySuffix=i.toASCII(r.suffix)),a.endsWith(t,"."+r.punySuffix)||t===r.punySuffix?r: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=i.toASCII(e);if(t.length<1)return"DOMAIN_TOO_SHORT";if(t.length>255)return"DOMAIN_TOO_LONG";for(var r,a=t.split("."),n=0;n63)return"LABEL_TOO_LONG";if("-"===r.charAt(0))return"LABEL_STARTS_WITH_DASH";if("-"===r.charAt(r.length-1))return"LABEL_ENDS_WITH_DASH";if(!/^[a-z0-9\-]+$/.test(r))return"LABEL_INVALID_CHARS"}},t.parse=function(e){if("string"!=typeof e)throw new TypeError("Domain name must be a string.");var r=e.slice(0).toLowerCase();"."===r.charAt(r.length-1)&&(r=r.slice(0,r.length-1));var n=a.validate(r);if(n)return{input:e,error:{message:t.errorCodes[n],code:n}};var o={input:e,tld:null,sld:null,domain:null,subdomain:null,listed:!1},s=r.split(".");if("local"===s[s.length-1])return o;var c=function(){return/xn--/.test(r)?(o.domain&&(o.domain=i.toASCII(o.domain)),o.subdomain&&(o.subdomain=i.toASCII(o.subdomain)),o):o},u=a.findRule(r);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 r=t.parse(e);return Boolean(r.domain&&r.listed)}},74286:(e,t,r)=>{var i=r(30778),a=r(12840),n=r(35747),o=function(){},s=/^v?\.0/.test(process.version),c=function(e){return"function"==typeof e},u=function(e,t,r,u){u=i(u);var l=!1;e.on("close",(function(){l=!0})),a(e,{readable:t,writable:r},(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&&!!n&&(e instanceof(n.ReadStream||o)||e instanceof(n.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),r=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 i=t.map((function(a,n){var o=n0,(function(t){e||(e=t),t&&i.forEach(l),o||(i.forEach(l),r(e))}))}));return t.reduce(p)}},55798:e=>{"use strict";var t=String.prototype.replace,r=/%20/g;e.exports={default:"RFC3986",formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return e}},RFC1738:"RFC1738",RFC3986:"RFC3986"}},80129:(e,t,r)=>{"use strict";var i=r(58261),a=r(55235),n=r(55798);e.exports={formats:n,parse:a,stringify:i}},55235:(e,t,r)=>{"use strict";var i=r(12769),a=Object.prototype.hasOwnProperty,n={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:i.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,r){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,n=/(\[[^[\]]*])/g,o=/(\[[^[\]]*])/.exec(i),s=o?i.slice(0,o.index):i,c=[];if(s){if(!r.plainObjects&&a.call(Object.prototype,s)&&!r.allowPrototypes)return;c.push(s)}for(var u=0;null!==(o=n.exec(i))&&u=0;--a){var n,o=e[a];if("[]"===o&&r.parseArrays)n=[].concat(i);else{n=r.plainObjects?Object.create(null):{};var s="["===o.charAt(0)&&"]"===o.charAt(o.length-1)?o.slice(1,-1):o,c=parseInt(s,10);r.parseArrays||""!==s?!isNaN(c)&&o!==s&&String(c)===s&&c>=0&&r.parseArrays&&c<=r.arrayLimit?(n=[])[c]=i:n[s]=i:n={0:i}}i=n}return i}(c,t,r)}};e.exports=function(e,t){var r=function(e){if(!e)return n;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?n.charset:e.charset;return{allowDots:void 0===e.allowDots?n.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:n.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:n.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:n.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:n.comma,decoder:"function"==typeof e.decoder?e.decoder:n.decoder,delimiter:"string"==typeof e.delimiter||i.isRegExp(e.delimiter)?e.delimiter:n.delimiter,depth:"number"==typeof e.depth?e.depth:n.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:n.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:n.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:n.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:n.strictNullHandling}}(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var c="string"==typeof e?function(e,t){var r,s={},c=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,u=t.parameterLimit===1/0?void 0:t.parameterLimit,l=c.split(t.delimiter,u),p=-1,h=t.charset;if(t.charsetSentinel)for(r=0;r-1&&(f=f.split(",")),a.call(s,d)?s[d]=i.combine(s[d],f):s[d]=f}return s}(e,r):e,u=r.plainObjects?Object.create(null):{},l=Object.keys(c),p=0;p{"use strict";var i=r(12769),a=r(55798),n=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:i.encode,encodeValuesOnly:!1,formatter:a.formatters[a.default],indices:!1,serializeDate:function(e){return l.call(e)},skipNulls:!1,strictNullHandling:!1},h=function e(t,r,a,n,o,c,l,h,d,f,m,g,v){var y=t;if("function"==typeof l?y=l(r,y):y instanceof Date?y=f(y):"comma"===a&&s(y)&&(y=y.join(",")),null===y){if(n)return c&&!g?c(r,p.encoder,v):r;y=""}if("string"==typeof y||"number"==typeof y||"boolean"==typeof y||i.isBuffer(y))return c?[m(g?r:c(r,p.encoder,v))+"="+m(c(y,p.encoder,v))]:[m(r)+"="+m(String(y))];var b,x=[];if(void 0===y)return x;if(s(l))b=l;else{var w=Object.keys(y);b=h?w.sort(h):w}for(var k=0;k0?y+v:""}},12769:e=>{"use strict";var t=Object.prototype.hasOwnProperty,r=Array.isArray,i=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 r=t&&t.plainObjects?Object.create(null):{},i=0;i1;){var t=e.pop(),i=t.obj[t.prop];if(r(i)){for(var a=[],n=0;n=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122?n+=a.charAt(o):s<128?n+=i[s]:s<2048?n+=i[192|s>>6]+i[128|63&s]:s<55296||s>=57344?n+=i[224|s>>12]+i[128|s>>6&63]+i[128|63&s]:(o+=1,s=65536+((1023&s)<<10|1023&a.charCodeAt(o)),n+=i[240|s>>18]+i[128|s>>12&63]+i[128|s>>6&63]+i[128|63&s])}return n},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(i,n,o){if(!n)return i;if("object"!=typeof n){if(r(i))i.push(n);else{if(!i||"object"!=typeof i)return[i,n];(o&&(o.plainObjects||o.allowPrototypes)||!t.call(Object.prototype,n))&&(i[n]=!0)}return i}if(!i||"object"!=typeof i)return[i].concat(n);var s=i;return r(i)&&!r(n)&&(s=a(i,o)),r(i)&&r(n)?(n.forEach((function(r,a){if(t.call(i,a)){var n=i[a];n&&"object"==typeof n&&r&&"object"==typeof r?i[a]=e(n,r,o):i.push(r)}else i[a]=r})),i):Object.keys(n).reduce((function(r,i){var a=n[i];return t.call(r,i)?r[i]=e(r[i],a,o):r[i]=a,r}),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,r)=>{"use strict";r.r(t),r.d(t,{F:()=>i,T:()=>a,__:()=>n,add:()=>u,addIndex:()=>f,adjust:()=>g,all:()=>_,allPass:()=>Z,always:()=>ee,and:()=>te,andThen:()=>Ha,any:()=>ie,anyPass:()=>ae,ap:()=>ne,aperture:()=>ce,append:()=>ue,apply:()=>le,applySpec:()=>de,applyTo:()=>fe,ascend:()=>me,assoc:()=>ge,assocPath:()=>ye,binary:()=>xe,bind:()=>T,both:()=>je,call:()=>Se,chain:()=>Ae,clamp:()=>Ce,clone:()=>Fe,comparator:()=>Ie,complement:()=>Re,compose:()=>Me,composeK:()=>He,composeP:()=>We,composeWith:()=>Xe,concat:()=>yt,cond:()=>bt,construct:()=>wt,constructN:()=>xt,contains:()=>kt,converge:()=>_t,countBy:()=>St,curry:()=>Ee,curryN:()=>d,dec:()=>Dt,defaultTo:()=>At,descend:()=>Ct,difference:()=>Ot,differenceWith:()=>Ft,dissoc:()=>It,dissocPath:()=>Bt,divide:()=>Lt,drop:()=>qt,dropLast:()=>Gt,dropLastWhile:()=>Kt,dropRepeats:()=>Zt,dropRepeatsWith:()=>Xt,dropWhile:()=>tr,either:()=>ir,empty:()=>ar,endsWith:()=>or,eqBy:()=>sr,eqProps:()=>cr,equals:()=>at,evolve:()=>ur,filter:()=>ft,find:()=>pr,findIndex:()=>dr,findLast:()=>mr,findLastIndex:()=>vr,flatten:()=>yr,flip:()=>br,forEach:()=>xr,forEachObjIndexed:()=>wr,fromPairs:()=>kr,groupBy:()=>_r,groupWith:()=>jr,gt:()=>Er,gte:()=>Sr,has:()=>Ar,hasIn:()=>Cr,hasPath:()=>Dr,head:()=>Ke,identical:()=>Tr,identity:()=>Qe,ifElse:()=>Pr,inc:()=>Or,includes:()=>Fr,indexBy:()=>Ir,indexOf:()=>zr,init:()=>Rr,innerJoin:()=>Br,insert:()=>Lr,insertAll:()=>Nr,intersection:()=>$r,intersperse:()=>Mr,into:()=>Yr,invert:()=>Qr,invertObj:()=>Jr,invoker:()=>Xr,is:()=>Zr,isEmpty:()=>ei,isNil:()=>ve,join:()=>ti,juxt:()=>ri,keys:()=>H,keysIn:()=>ii,last:()=>Jt,lastIndexOf:()=>ai,length:()=>oi,lens:()=>si,lensIndex:()=>ci,lensPath:()=>ui,lensProp:()=>li,lift:()=>_e,liftN:()=>ke,lt:()=>pi,lte:()=>hi,map:()=>G,mapAccum:()=>di,mapAccumRight:()=>fi,mapObjIndexed:()=>mi,match:()=>gi,mathMod:()=>vi,max:()=>j,maxBy:()=>yi,mean:()=>xi,median:()=>wi,memoizeWith:()=>ki,merge:()=>_i,mergeAll:()=>ji,mergeDeepLeft:()=>Di,mergeDeepRight:()=>Ai,mergeDeepWith:()=>Ci,mergeDeepWithKey:()=>Si,mergeLeft:()=>Ti,mergeRight:()=>Pi,mergeWith:()=>Oi,mergeWithKey:()=>Ei,min:()=>Fi,minBy:()=>Ii,modulo:()=>zi,move:()=>Ri,multiply:()=>Bi,nAry:()=>be,negate:()=>Li,none:()=>Ni,not:()=>ze,nth:()=>W,nthArg:()=>qi,o:()=>Ui,objOf:()=>Gr,of:()=>Mi,omit:()=>Hi,once:()=>Gi,or:()=>rr,otherwise:()=>Wi,over:()=>Yi,pair:()=>Qi,partial:()=>Xi,partialRight:()=>Zi,partition:()=>ea,path:()=>Y,pathEq:()=>ta,pathOr:()=>ra,pathSatisfies:()=>ia,paths:()=>K,pick:()=>aa,pickAll:()=>na,pickBy:()=>oa,pipe:()=>Ue,pipeK:()=>sa,pipeP:()=>Ve,pipeWith:()=>Je,pluck:()=>J,prepend:()=>ca,product:()=>ua,project:()=>pa,prop:()=>Q,propEq:()=>ha,propIs:()=>da,propOr:()=>fa,propSatisfies:()=>ma,props:()=>ga,range:()=>va,reduce:()=>X,reduceBy:()=>Et,reduceRight:()=>ya,reduceWhile:()=>ba,reduced:()=>xa,reject:()=>mt,remove:()=>zt,repeat:()=>ka,replace:()=>_a,reverse:()=>$e,scan:()=>ja,sequence:()=>Ea,set:()=>Sa,slice:()=>Ne,sort:()=>Da,sortBy:()=>Aa,sortWith:()=>Ca,split:()=>Ta,splitAt:()=>Pa,splitEvery:()=>Oa,splitWhen:()=>Fa,startsWith:()=>Ia,subtract:()=>za,sum:()=>bi,symmetricDifference:()=>Ra,symmetricDifferenceWith:()=>Ba,tail:()=>qe,take:()=>$t,takeLast:()=>nr,takeLastWhile:()=>La,takeWhile:()=>qa,tap:()=>$a,test:()=>Ma,thunkify:()=>jn,times:()=>wa,toLower:()=>Ga,toPairs:()=>Va,toPairsIn:()=>Wa,toString:()=>vt,toUpper:()=>Ka,transduce:()=>Ya,transpose:()=>Qa,traverse:()=>Ja,trim:()=>Za,tryCatch:()=>en,type:()=>Pe,unapply:()=>tn,unary:()=>rn,uncurryN:()=>an,unfold:()=>nn,union:()=>on,unionWith:()=>cn,uniq:()=>Ur,uniqBy:()=>qr,uniqWith:()=>sn,unless:()=>un,unnest:()=>ln,until:()=>pn,update:()=>Rt,useWith:()=>la,values:()=>pe,valuesIn:()=>hn,view:()=>fn,when:()=>mn,where:()=>gn,whereEq:()=>vn,without:()=>yn,xor:()=>bn,xprod:()=>xn,zip:()=>wn,zipObj:()=>kn,zipWith:()=>_n});const i=function(){return!1},a=function(){return!0},n={"@@functional/placeholder":!0};function o(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function s(e){return function t(r){return 0===arguments.length||o(r)?t:e.apply(this,arguments)}}function c(e){return function t(r,i){switch(arguments.length){case 0:return t;case 1:return o(r)?t:s((function(t){return e(r,t)}));default:return o(r)&&o(i)?t:o(r)?s((function(t){return e(t,i)})):o(i)?s((function(t){return e(r,t)})):e(r,i)}}}const u=c((function(e,t){return Number(e)+Number(t)}));function l(e,t){var r;t=t||[];var i=(e=e||[]).length,a=t.length,n=[];for(r=0;r=arguments.length)?c=t[s]:(c=arguments[a],a+=1),i[s]=c,o(c)||(n-=1),s+=1}return n<=0?r.apply(this,i):p(n,h(e,i,r))}}const d=c((function(e,t){return 1===e?s(t):p(e,h(e,[],t))})),f=s((function(e){return d(e.length,(function(){var t=0,r=arguments[0],i=arguments[arguments.length-1],a=Array.prototype.slice.call(arguments,0);return a[0]=function(){var e=r.apply(this,l(arguments,[t,i]));return t+=1,e},e.apply(this,a)}))}));function m(e){return function t(r,i,a){switch(arguments.length){case 0:return t;case 1:return o(r)?t:c((function(t,i){return e(r,t,i)}));case 2:return o(r)&&o(i)?t:o(r)?c((function(t,r){return e(t,i,r)})):o(i)?c((function(t,i){return e(r,t,i)})):s((function(t){return e(r,i,t)}));default:return o(r)&&o(i)&&o(a)?t:o(r)&&o(i)?c((function(t,r){return e(t,r,a)})):o(r)&&o(a)?c((function(t,r){return e(t,i,r)})):o(i)&&o(a)?c((function(t,i){return e(r,t,i)})):o(r)?s((function(t){return e(t,i,a)})):o(i)?s((function(t){return e(r,t,a)})):o(a)?s((function(t){return e(r,i,t)})):e(r,i,a)}}}const g=m((function(e,t,r){if(e>=r.length||e<-r.length)return r;var i=(e<0?r.length:0)+e,a=l(r);return a[i]=t(r[i]),a})),v=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function y(e){return null!=e&&"function"==typeof e["@@transducer/step"]}function b(e,t,r){return function(){if(0===arguments.length)return r();var i=Array.prototype.slice.call(arguments,0),a=i.pop();if(!v(a)){for(var n=0;ne?t:e}));function E(e,t){for(var r=0,i=t.length,a=Array(i);r0&&e.hasOwnProperty(0)&&e.hasOwnProperty(e.length-1))}));var A=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 C(e){return new A(e)}const T=c((function(e,t){return p(e.length,(function(){return e.apply(t,arguments)}))}));function P(e,t,r){for(var i=r.next();!i.done;){if((t=e["@@transducer/step"](t,i.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}i=r.next()}return e["@@transducer/result"](t)}function O(e,t,r,i){return e["@@transducer/result"](r[i](T(e["@@transducer/step"],e),t))}var F="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function I(e,t,r){if("function"==typeof e&&(e=C(e)),D(r))return function(e,t,r){for(var i=0,a=r.length;i=0;)B(t=U[r],e)&&!M(i,t)&&(i[i.length]=t),r-=1;return i})):s((function(e){return Object(e)!==e?[]:Object.keys(e)})),G=c(b(["fantasy-land/map","map"],R,(function(e,t){switch(Object.prototype.toString.call(t)){case"[object Function]":return d(t.length,(function(){return e.call(this,t.apply(this,arguments))}));case"[object Object]":return I((function(r,i){return r[i]=e(t[i]),r}),{},H(t));default:return E(e,t)}}))),V=Number.isInteger||function(e){return e<<0===e},W=c((function(e,t){var r=e<0?t.length+e:e;return S(t)?t.charAt(r):t[r]})),K=c((function(e,t){return e.map((function(e){for(var r,i=t,a=0;a=0?i:0);ra?1:0})),ge=m((function(e,t,r){var i={};for(var a in r)i[a]=r[a];return i[e]=t,i})),ve=s((function(e){return null==e})),ye=m((function e(t,r,i){if(0===t.length)return r;var a=t[0];if(t.length>1){var n=!ve(i)&&B(a,i)?i[a]:V(t[1])?[]:{};r=e(Array.prototype.slice.call(t,1),r,n)}if(V(a)&&v(i)){var o=[].concat(i);return o[a]=r,o}return ge(a,r,i)})),be=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,r){return t.call(this,e,r)};case 3:return function(e,r,i){return t.call(this,e,r,i)};case 4:return function(e,r,i,a){return t.call(this,e,r,i,a)};case 5:return function(e,r,i,a,n){return t.call(this,e,r,i,a,n)};case 6:return function(e,r,i,a,n,o){return t.call(this,e,r,i,a,n,o)};case 7:return function(e,r,i,a,n,o,s){return t.call(this,e,r,i,a,n,o,s)};case 8:return function(e,r,i,a,n,o,s,c){return t.call(this,e,r,i,a,n,o,s,c)};case 9:return function(e,r,i,a,n,o,s,c,u){return t.call(this,e,r,i,a,n,o,s,c,u)};case 10:return function(e,r,i,a,n,o,s,c,u,l){return t.call(this,e,r,i,a,n,o,s,c,u,l)};default:throw new Error("First argument to nAry must be a non-negative integer no greater than ten")}})),xe=s((function(e){return be(2,e)}));function we(e){var t=Object.prototype.toString.call(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object AsyncGeneratorFunction]"===t}const ke=c((function(e,t){var r=d(e,t);return d(e,(function(){return I(ne,G(r,arguments[0]),Array.prototype.slice.call(arguments,1))}))})),_e=s((function(e){return ke(e.length,e)})),je=c((function(e,t){return we(e)?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:_e(te)(e,t)})),Ee=s((function(e){return d(e.length,e)})),Se=Ee((function(e){return e.apply(this,Array.prototype.slice.call(arguments,1))}));function De(e){return function t(r){for(var i,a,n,o=[],s=0,c=r.length;st)throw new Error("min must not be greater than max in clamp(min, max, value)");return rt?t:r}));function Te(e){return new RegExp(e.source,(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.sticky?"y":"")+(e.unicode?"u":""))}const Pe=s((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function Oe(e,t,r,i){var a=function(a){for(var n=t.length,o=0;o=0;){if(r[s]===e)return i[s]===t;s-=1}switch(o){case"Map":return e.size===t.size&&rt(e.entries(),t.entries(),r.concat([e]),i.concat([t]));case"Set":return e.size===t.size&&rt(e.values(),t.values(),r.concat([e]),i.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=H(e);if(c.length!==H(t).length)return!1;var u=r.concat([e]),l=i.concat([t]);for(s=c.length-1;s>=0;){var p=c[s];if(!B(p,t)||!it(t[p],e[p],u,l))return!1;s-=1}return!0}const at=c((function(e,t){return it(e,t,[],[])}));function nt(e,t,r){var i,a;if("function"==typeof e.indexOf)switch(typeof t){case"number":if(0===t){for(i=1/t;r=0}function st(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 ct=function(e){return(e<10?"0":"")+e};const ut="function"==typeof Date.prototype.toISOString?function(e){return e.toISOString()}:function(e){return e.getUTCFullYear()+"-"+ct(e.getUTCMonth()+1)+"-"+ct(e.getUTCDate())+"T"+ct(e.getUTCHours())+":"+ct(e.getUTCMinutes())+":"+ct(e.getUTCSeconds())+"."+(e.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function lt(e){return function(){return!e.apply(this,arguments)}}function pt(e,t){for(var r=0,i=t.length,a=[];r":gt(r,i)},i=function(e,t){return E((function(t){return st(t)+": "+r(e[t])}),t.slice().sort())};switch(Object.prototype.toString.call(e)){case"[object Arguments]":return"(function() { return arguments; }("+E(r,e).join(", ")+"))";case"[object Array]":return"["+E(r,e).concat(i(e,mt((function(e){return/^\d+$/.test(e)}),H(e)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof e?"new Boolean("+r(e.valueOf())+")":e.toString();case"[object Date]":return"new Date("+(isNaN(e.valueOf())?r(NaN):st(ut(e)))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof e?"new Number("+r(e.valueOf())+")":1/e==-1/0?"-0":e.toString(10);case"[object String]":return"object"==typeof e?"new String("+r(e.valueOf())+")":st(e);case"[object Undefined]":return"undefined";default:if("function"==typeof e.toString){var a=e.toString();if("[object Object]"!==a)return a}return"{"+i(e,H(e)).join(", ")+"}"}}const vt=s((function(e){return gt(e,[])})),yt=c((function(e,t){if(v(e)){if(v(t))return e.concat(t);throw new TypeError(vt(t)+" is not an array")}if(S(e)){if(S(t))return e+t;throw new TypeError(vt(t)+" is not a string")}if(null!=e&&we(e["fantasy-land/concat"]))return e["fantasy-land/concat"](t);if(null!=e&&we(e.concat))return e.concat(t);throw new TypeError(vt(e)+' does not have a method named "concat" or "fantasy-land/concat"')})),bt=s((function(e){return p(X(j,0,G((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}:Ee(be(e,(function(e,r,i,a,n,o,s,c,u,l){switch(arguments.length){case 1:return new t(e);case 2:return new t(e,r);case 3:return new t(e,r,i);case 4:return new t(e,r,i,a);case 5:return new t(e,r,i,a,n);case 6:return new t(e,r,i,a,n,o);case 7:return new t(e,r,i,a,n,o,s);case 8:return new t(e,r,i,a,n,o,s,c);case 9:return new t(e,r,i,a,n,o,s,c,u);case 10:return new t(e,r,i,a,n,o,s,c,u,l)}})))})),wt=s((function(e){return xt(e.length,e)})),kt=c(ot),_t=c((function(e,t){return d(X(j,0,J("length",t)),(function(){var r=arguments,i=this;return e.apply(i,E((function(e){return e.apply(i,r)}),t))}))}));var jt=function(){function e(e,t,r,i){this.valueFn=e,this.valueAcc=t,this.keyFn=r,this.xf=i,this.inputs={}}return e.prototype["@@transducer/init"]=w.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 r=this.keyFn(t);return this.inputs[r]=this.inputs[r]||[r,this.valueAcc],this.inputs[r][1]=this.valueFn(this.inputs[r][1],t),e},e}();const Et=h(4,[],b([],h(4,[],(function(e,t,r,i){return new jt(e,t,r,i)})),(function(e,t,r,i){return I((function(i,a){var n=r(a);return i[n]=e(B(n,i)?i[n]:Oe(t,[],[],!1),a),i}),{},i)}))),St=Et((function(e,t){return e+1}),0),Dt=u(-1),At=c((function(e,t){return null==t||t!=t?e:t})),Ct=m((function(e,t,r){var i=e(t),a=e(r);return i>a?-1:i0?(this.n-=1,e):this.xf["@@transducer/step"](e,t)},e}();const qt=c(b(["drop"],c((function(e,t){return new Nt(e,t)})),(function(e,t){return Ne(Math.max(0,e),1/0,t)})));var Ut=function(){function e(e,t){this.xf=t,this.n=e,this.i=0}return e.prototype["@@transducer/init"]=w.init,e.prototype["@@transducer/result"]=w.result,e.prototype["@@transducer/step"]=function(e,t){this.i+=1;var r=0===this.n?e:this.xf["@@transducer/step"](e,t);return this.n>=0&&this.i>=this.n?x(r):r},e}();const $t=c(b(["take"],c((function(e,t){return new Ut(e,t)})),(function(e,t){return Ne(0,e<0?1/0:e,t)})));function Mt(e,t){return $t(e=0&&e(t[r]);)r-=1;return Ne(0,r+1,t)}var Wt=function(){function e(e,t){this.f=e,this.retained=[],this.xf=t}return e.prototype["@@transducer/init"]=w.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=I(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 Kt=c(b([],c((function(e,t){return new Wt(e,t)})),Vt));var Yt=function(){function e(e,t){this.xf=t,this.pred=e,this.lastValue=void 0,this.seenFirstValue=!1}return e.prototype["@@transducer/init"]=w.init,e.prototype["@@transducer/result"]=w.result,e.prototype["@@transducer/step"]=function(e,t){var r=!1;return this.seenFirstValue?this.pred(this.lastValue,t)&&(r=!0):this.seenFirstValue=!0,this.lastValue=t,r?e:this.xf["@@transducer/step"](e,t)},e}();const Qt=c((function(e,t){return new Yt(e,t)})),Jt=W(-1),Xt=c(b([],Qt,(function(e,t){var r=[],i=1,a=t.length;if(0!==a)for(r[0]=t[0];i=0?t.length-e:0,t)})),or=c((function(e,t){return at(nr(e.length,t),e)})),sr=m((function(e,t,r){return at(e(t),e(r))})),cr=m((function(e,t,r){return at(t[e],r[e])})),ur=c((function e(t,r){var i,a,n,o=r instanceof Array?[]:{};for(a in r)n=typeof(i=t[a]),o[a]="function"===n?i(r[a]):i&&"object"===n?e(i,r[a]):r[a];return o}));var lr=function(){function e(e,t){this.xf=t,this.f=e,this.found=!1}return e.prototype["@@transducer/init"]=w.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=x(this.xf["@@transducer/step"](e,t))),e},e}();const pr=c(b(["find"],c((function(e,t){return new lr(e,t)})),(function(e,t){for(var r=0,i=t.length;r=0;){if(e(t[r]))return t[r];r-=1}})));var gr=function(){function e(e,t){this.xf=t,this.f=e,this.idx=-1,this.lastIdx=-1}return e.prototype["@@transducer/init"]=w.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 vr=c(b([],c((function(e,t){return new gr(e,t)})),(function(e,t){for(var r=t.length-1;r>=0;){if(e(t[r]))return r;r-=1}return-1}))),yr=s(De(!0)),br=s((function(e){return d(e.length,(function(t,r){var i=Array.prototype.slice.call(arguments,0);return i[0]=r,i[1]=t,e.apply(this,i)}))})),xr=c(Le("forEach",(function(e,t){for(var r=t.length,i=0;it})),Sr=c((function(e,t){return e>=t})),Dr=c((function(e,t){if(0===e.length||ve(t))return!1;for(var r=t,i=0;i=0?e:r.length;var i=Array.prototype.slice.call(r,0);return i.splice(e,0,t),i})),Nr=m((function(e,t,r){return e=e=0?e:r.length,[].concat(Array.prototype.slice.call(r,0,e),t,Array.prototype.slice.call(r,e))})),qr=c((function(e,t){for(var r,i,a=new Pt,n=[],o=0;ot.length?(r=e,i=t):(r=t,i=e),Ur(pt(br(ot)(r),i))})),Mr=c(Le("intersperse",(function(e,t){for(var r=[],i=0,a=t.length;i=0;){if(at(t[r],e))return r;r-=1}return-1}return t.lastIndexOf(e)}));function ni(e){return"[object Number]"===Object.prototype.toString.call(e)}const oi=s((function(e){return null!=e&&ni(e.length)?e.length:NaN})),si=c((function(e,t){return function(r){return function(i){return G((function(e){return t(e,i)}),r(e(i)))}}})),ci=s((function(e){return si(W(e),Rt(e))})),ui=s((function(e){return si(Y(e),ye(e))})),li=s((function(e){return si(Q(e),ge(e))})),pi=c((function(e,t){return e=0;)n=e(n[0],r[i]),a[i]=n[1],i-=1;return[n[0],a]})),mi=c((function(e,t){return I((function(r,i){return r[i]=e(t[i],i,t),r}),{},H(t))})),gi=c((function(e,t){return t.match(e)||[]})),vi=c((function(e,t){return V(e)?!V(t)||t<1?NaN:(e%t+t)%t:NaN})),yi=m((function(e,t,r){return e(r)>e(t)?r:t})),bi=X(u,0),xi=s((function(e){return bi(e)/e.length})),wi=s((function(e){var t=e.length;if(0===t)return NaN;var r=2-t%2,i=(t-r)/2;return xi(Array.prototype.slice.call(e,0).sort((function(e,t){return et?1:0})).slice(i,i+r))})),ki=c((function(e,t){var r={};return p(t.length,(function(){var i=e.apply(this,arguments);return B(i,r)||(r[i]=t.apply(this,arguments)),r[i]}))})),_i=c((function(e,t){return Hr({},e,t)})),ji=s((function(e){return Hr.apply(null,[{}].concat(e))})),Ei=m((function(e,t,r){var i,a={};for(i in t)B(i,t)&&(a[i]=B(i,r)?e(i,t[i],r[i]):t[i]);for(i in r)B(i,r)&&!B(i,a)&&(a[i]=r[i]);return a})),Si=m((function e(t,r,i){return Ei((function(r,i,a){return ht(i)&&ht(a)?e(t,i,a):t(r,i,a)}),r,i)})),Di=c((function(e,t){return Si((function(e,t,r){return t}),e,t)})),Ai=c((function(e,t){return Si((function(e,t,r){return r}),e,t)})),Ci=m((function(e,t,r){return Si((function(t,r,i){return e(r,i)}),t,r)})),Ti=c((function(e,t){return Hr({},t,e)})),Pi=c((function(e,t){return Hr({},e,t)})),Oi=m((function(e,t,r){return Ei((function(t,r,i){return e(r,i)}),t,r)})),Fi=c((function(e,t){return t=r.length||o<0||o>=r.length?r:[].concat(a.slice(0,o)).concat(s).concat(a.slice(o,r.length))})),Bi=c((function(e,t){return e*t})),Li=s((function(e){return-e})),Ni=c((function(e,t){return _(lt(e),t)})),qi=s((function(e){return d(e<0?1:e+1,(function(){return W(e,arguments)}))})),Ui=m((function(e,t,r){return e(t(r))}));function $i(e){return[e]}const Mi=s($i),Hi=c((function(e,t){for(var r={},i={},a=0,n=e.length;a=0;)t=e(r[i],t),i-=1;return t})),ba=h(4,[],(function(e,t,r,i){return I((function(r,i){return e(r,i)?t(r,i):x(r)}),r,i)})),xa=s(x),wa=c((function(e,t){var r,i=Number(t),a=0;if(i<0||isNaN(i))throw new RangeError("n must be a non-negative number");for(r=new Array(i);aa?1:0}))})),Ca=c((function(e,t){return Array.prototype.slice.call(t,0).sort((function(t,r){for(var i=0,a=0;0===i&&a=0&&e(t[r]);)r-=1;return Ne(r+1,1/0,t)}));var Na=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=w.init,e.prototype["@@transducer/result"]=w.result,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):x(e)},e}();const qa=c(b(["takeWhile"],c((function(e,t){return new Na(e,t)})),(function(e,t){for(var r=0,i=t.length;r{"use strict";var i=r(76417),a=i.randomBytes===i.pseudoRandomBytes?1:3;function n(e,t,r){i.randomBytes(e,(function(i,a){return i?--t?void setTimeout(n.bind(null,e,t,r),10):r(i):r(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?n(e,a,t):new Promise((function(t,r){n(e,a,(function(e,i){if(e)return r(e);t(i)}))}))},e.exports.sync=function(e){for(var t=null,r=0;r{"use strict";function t(e,t){return{start:e.start,end:e.end,index:t}}function r(e){return{start:e.start,end:e.end}}function i(e,t){return e.index-t.index}function a(e,t){return e.start-t.start}e.exports=function(e,n,o){if("string"!=typeof n)throw new TypeError("argument str must be a string");var s=n.indexOf("=");if(-1===s)return-2;var c=n.slice(s+1).split(","),u=[];u.type=n.slice(0,s);for(var l=0;le-1&&(d=e-1),isNaN(h)||isNaN(d)||h>d||h<0||u.push({start:h,end:d})}return u.length<1?-1:o&&o.combine?function(e){for(var n=e.map(t).sort(a),o=0,s=1;su.end+1?n[++o]=c:c.end>u.end&&(u.end=c.end,u.index=Math.min(u.index,c.index))}n.length=o+1;var l=n.sort(i).map(r);return l.type=e.type,l}(u):u}},11045:(e,t,r)=>{"use strict";var i=r(79830),a=r(69009),n=r(4914),o=r(98170);e.exports=function(e,t,r){var a=r,n=t||{};if(!0!==t&&"string"!=typeof t||(n={encoding:t}),"function"==typeof t&&(a=t,n={}),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!==n.encoding?n.encoding:"utf-8",s=i.parse(n.limit),c=null==n.length||isNaN(n.length)?null:parseInt(n.length,10);return a?u(e,o,c,s,a):new Promise((function(t,r){u(e,o,c,s,(function(e,i){if(e)return r(e);t(i)}))}))};var s=/^Encoding not recognized: /;function c(e){o(e),"function"==typeof e.pause&&e.pause()}function u(e,t,r,i,o){var u=!1;if(null!==i&&null!==r&&r>i)return f(a(413,"request entity too large",{expected:r,length:r,limit:i,type:"entity.too.large"}));var l=e._readableState;if(e._decoder||l&&(l.encoding||l.decoder))return f(a(500,"stream encoding should not be set",{type:"stream.encoding.set"}));var p,h=0;try{p=function(e){if(!e)return null;try{return n.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 f(e)}var d=p?"":[];function f(){for(var t=new Array(arguments.length),r=0;ri?f(a(413,"request entity too large",{limit:i,received:h,type:"entity.too.large"})):p?d+=p.write(e):d.push(e))}function v(e){if(!u){if(e)return f(e);null!==r&&h!==r?f(a(400,"request size did not match content length",{expected:r,length:r,received:h,type:"request.size.invalid"})):f(null,p?d+(p.end()||""):Buffer.concat(d))}}function y(){d=null,e.removeListener("aborted",m),e.removeListener("data",g),e.removeListener("end",v),e.removeListener("error",v),e.removeListener("close",y)}e.on("aborted",m),e.on("close",y),e.on("data",g),e.on("end",v),e.on("error",v)}},34079:(e,t,r)=>{"use strict";var i=r(94470),a=r(64220),n=r(89578).paramsHaveRequestBody;function o(e,t,r){"function"==typeof t&&(r=t);var a={};return null!==t&&"object"==typeof t?i(a,t,{uri:e}):i(a,"string"==typeof e?{uri:e}:e),a.callback=r||a.callback,a}function s(e,t,r){if(void 0===e)throw new Error("undefined is not a valid uri or options object.");var i=o(e,t,r);if("HEAD"===i.method&&n(i))throw new Error("HTTP HEAD requests MUST NOT include a request body.");return new s.Request(i)}function c(e){var t=e.toUpperCase();return function(e,r,i){var a=o(e,r,i);return a.method=t,s(a,a.callback)}}function u(e,t,r,a){return function(n,s,c){var u=o(n,s,c),l={};return i(!0,l,t,u),l.pool=u.pool||t.pool,a&&(l.method=a.toUpperCase()),"function"==typeof r&&(e=r),e(l,l.callback)}}s.get=c("get"),s.head=c("head"),s.options=c("options"),s.post=c("post"),s.put=c("put"),s.patch=c("patch"),s.del=c("delete"),s.delete=c("delete"),s.jar=function(e){return a.jar(e)},s.cookie=function(e){return a.parse(e)},s.defaults=function(e,t){var r=this;"function"==typeof(e=e||{})&&(t=e,e={});var i=u(r,e,t);return["get","head","post","put","patch","del","delete"].forEach((function(a){i[a]=u(r[a],e,t,a)})),i.cookie=u(r.cookie,e,t),i.jar=r.jar,i.defaults=r.defaults,i},s.forever=function(e,t){var r={};return t&&i(r,t),e&&(r.agentOptions=e),r.forever=!0,s.defaults(r)},e.exports=s,s.Request=r(79517),s.initParams=o,Object.defineProperty(s,"debug",{enumerable:!0,get:function(){return s.Request.debug},set:function(e){s.Request.debug=e}})},92169:(e,t,r)=>{"use strict";var i=r(9894),a=r(71500),n=r(89578),o=n.md5,s=n.toBase64;function c(e){this.request=e,this.hasAuth=!1,this.sentAuth=!1,this.bearerToken=null,this.user=null,this.pass=null}c.prototype.basic=function(e,t,r){var i=this;if(("string"!=typeof e||void 0!==t&&"string"!=typeof t)&&i.request.emit("error",new Error("auth() received invalid user or password")),i.user=e,i.pass=t,i.hasAuth=!0,r||void 0===r){var a="Basic "+s(e+":"+(t||""));return i.sentAuth=!0,a}},c.prototype.bearer=function(e,t){var r=this;if(r.bearerToken=e,r.hasAuth=!0,t||void 0===t){"function"==typeof e&&(e=e());var i="Bearer "+(e||"");return r.sentAuth=!0,i}},c.prototype.digest=function(e,t,r){for(var i=this,n={},s=/([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi;;){var c=s.exec(r);if(!c)break;n[c[1]]=c[2]||c[3]}var u=/(^|,)\s*auth\s*($|,)/.test(n.qop)&&"auth",l=u&&"00000001",p=u&&a().replace(/-/g,""),h=function(e,t,r,i,a,n){var s=o(t+":"+r+":"+i);return e&&"md5-sess"===e.toLowerCase()?o(s+":"+a+":"+n):s}(n.algorithm,i.user,n.realm,i.pass,n.nonce,p),d=o(e+":"+t),f=o(u?h+":"+n.nonce+":"+l+":"+p+":"+u+":"+d:h+":"+n.nonce+":"+d),m={username:i.user,realm:n.realm,nonce:n.nonce,uri:t,qop:u,response:f,nc:l,cnonce:p,algorithm:n.algorithm,opaque:n.opaque};for(var g in r=[],m)m[g]&&("qop"===g||"nc"===g||"algorithm"===g?r.push(g+"="+m[g]):r.push(g+'="'+m[g]+'"'));return r="Digest "+r.join(", "),i.sentAuth=!0,r},c.prototype.onRequest=function(e,t,r,i){var a,n=this,o=n.request;void 0===i&&void 0===e?n.request.emit("error",new Error("no auth mechanism defined")):a=void 0!==i?n.bearer(i,r):n.basic(e,t,r),a&&o.setHeader("authorization",a)},c.prototype.onResponse=function(e){var t=this,r=t.request;if(!t.hasAuth||t.sentAuth)return null;var a=i(e.headers).get("www-authenticate"),n=a&&a.split(" ")[0].toLowerCase();switch(r.debug("reauth",n),n){case"basic":return t.basic(t.user,t.pass,!0);case"bearer":return t.bearer(t.bearerToken,!0);case"digest":return t.digest(r.method,r.path,a)}},t.g=c},64220:(e,t,r)=>{"use strict";var i=r(62427),a=i.Cookie,n=i.CookieJar;function o(e){this._jar=new n(e,{looseMode:!0})}t.parse=function(e){if(e&&e.uri&&(e=e.uri),"string"!=typeof e)throw new Error("The cookie function only accepts STRING as param");return a.parse(e,{loose:!0})},o.prototype.setCookie=function(e,t,r){return this._jar.setCookieSync(e,t,r||{})},o.prototype.getCookieString=function(e){return this._jar.getCookieStringSync(e)},o.prototype.getCookies=function(e){return this._jar.getCookiesSync(e)},t.jar=function(e){return new o(e)}},26289:e=>{"use strict";function t(e){return e.replace(/^\.*/,".").toLowerCase()}function r(e){var r=(e=e.trim().toLowerCase()).split(":",2);return{hostname:t(r[0]),port:r[1],hasPort:e.indexOf(":")>-1}}e.exports=function(e){var i=process.env.NO_PROXY||process.env.no_proxy||"";return"*"===i||""!==i&&function(e,i){var a=e.port||("https:"===e.protocol?"443":"80"),n=t(e.hostname);return i.split(",").map(r).some((function(e){var t=n.indexOf(e.hostname),r=t>-1&&t===n.length-e.hostname.length;return e.hasPort?a===e.port&&r:r}))}(e,i)?null:"http:"===e.protocol?process.env.HTTP_PROXY||process.env.http_proxy||null:"https:"===e.protocol&&(process.env.HTTPS_PROXY||process.env.https_proxy||process.env.HTTP_PROXY||process.env.http_proxy)||null}},8107:(e,t,r)=>{"use strict";var i=r(35747),a=r(71191),n=r(86056),o=r(94470);function s(e){this.request=e}s.prototype.reducer=function(e,t){if(void 0===e[t.name])return e[t.name]=t.value,e;var r=[e[t.name],t.value];return e[t.name]=r,e},s.prototype.prep=function(e){if(e.queryObj={},e.headersObj={},e.postData.jsonObj=!1,e.postData.paramsObj=!1,e.queryString&&e.queryString.length&&(e.queryObj=e.queryString.reduce(this.reducer,{})),e.headers&&e.headers.length&&(e.headersObj=e.headers.reduceRight((function(e,t){return e[t.name]=t.value,e}),{})),e.cookies&&e.cookies.length){var t=e.cookies.map((function(e){return e.name+"="+e.value}));t.length&&(e.headersObj.cookie=t.join("; "))}function r(t){return t.some((function(t){return 0===e.postData.mimeType.indexOf(t)}))}if(r(["multipart/mixed","multipart/related","multipart/form-data","multipart/alternative"]))e.postData.mimeType="multipart/form-data";else if(r(["application/x-www-form-urlencoded"]))e.postData.params?(e.postData.paramsObj=e.postData.params.reduce(this.reducer,{}),e.postData.text=a.stringify(e.postData.paramsObj)):e.postData.text="";else if(r(["text/json","text/x-json","application/json","application/x-json"])&&(e.postData.mimeType="application/json",e.postData.text))try{e.postData.jsonObj=JSON.parse(e.postData.text)}catch(t){this.request.debug(t),e.postData.mimeType="text/plain"}return e},s.prototype.options=function(e){if(!e.har)return e;var t={};if(o(t,e.har),t.log&&t.log.entries&&(t=t.log.entries[0]),t.url=t.url||e.url||e.uri||e.baseUrl||"/",t.httpVersion=t.httpVersion||"HTTP/1.1",t.queryString=t.queryString||[],t.headers=t.headers||[],t.cookies=t.cookies||[],t.postData=t.postData||{},t.postData.mimeType=t.postData.mimeType||"application/octet-stream",t.bodySize=0,t.headersSize=0,t.postData.size=0,!n.request(t))return e;var r=this.prep(t);function a(e){return 0===r.postData.mimeType.indexOf(e)}return r.url&&(e.url=r.url),r.method&&(e.method=r.method),Object.keys(r.queryObj).length&&(e.qs=r.queryObj),Object.keys(r.headersObj).length&&(e.headers=r.headersObj),a("application/x-www-form-urlencoded")?e.form=r.postData.paramsObj:a("application/json")?r.postData.jsonObj&&(e.body=r.postData.jsonObj,e.json=!0):a("multipart/form-data")?(e.formData={},r.postData.params.forEach((function(t){var r={};t.fileName||t.contentType?(t.fileName&&!t.value?r.value=i.createReadStream(t.fileName):t.value&&(r.value=t.value),t.fileName&&(r.options={filename:t.fileName,contentType:t.contentType?t.contentType:null}),e.formData[t.name]=r):e.formData[t.name]=t.value}))):r.postData.text&&(e.body=r.postData.text),e},t.t=s},76514:(e,t,r)=>{"use strict";var i=r(76417);t.calculateMac=function(e,t){var r="hawk.1.header\n"+t.ts+"\n"+t.nonce+"\n"+(t.method||"").toUpperCase()+"\n"+t.resource+"\n"+t.host.toLowerCase()+"\n"+t.port+"\n"+(t.hash||"")+"\n";return t.ext&&(r+=t.ext.replace("\\","\\\\").replace("\n","\\n")),r+="\n",t.app&&(r=r+t.app+"\n"+(t.dlg||"")+"\n"),i.createHmac(e.algorithm,e.key).update(r).digest("base64")},t.header=function(e,r,a){var n=a.timestamp||Math.floor((Date.now()+(a.localtimeOffsetMsec||0))/1e3),o=a.credentials;if(!(o&&o.id&&o.key&&o.algorithm))return"";if(-1===["sha1","sha256"].indexOf(o.algorithm))return"";var s,c,u,l,p={ts:n,nonce:a.nonce||(6,42,i.randomBytes(Math.ceil(5.25)).toString("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"").slice(0,6)),method:r,resource:e.pathname+(e.search||""),host:e.hostname,port:e.port||("http:"===e.protocol?80:443),hash:a.hash,ext:a.ext,app:a.app,dlg:a.dlg};p.hash||!a.payload&&""!==a.payload||(p.hash=(s=a.payload,c=o.algorithm,u=a.contentType,(l=i.createHash(c)).update("hawk.1.payload\n"),l.update((u?u.split(";")[0].trim().toLowerCase():"")+"\n"),l.update(s||""),l.update("\n"),l.digest("base64")));var h=t.calculateMac(o,p),d=null!==p.ext&&void 0!==p.ext&&""!==p.ext,f='Hawk id="'+o.id+'", ts="'+p.ts+'", nonce="'+p.nonce+(p.hash?'", hash="'+p.hash:"")+(d?'", ext="'+p.ext.replace(/\\/g,"\\\\").replace(/"/g,'\\"'):"")+'", mac="'+h+'"';return p.app&&(f=f+', app="'+p.app+(p.dlg?'", dlg="'+p.dlg:"")+'"'),f}},89578:(e,t,r)=>{"use strict";var i=r(64530),a=r(76417),n=r(89509).Buffer,o="undefined"==typeof setImmediate?process.nextTick:setImmediate;t.paramsHaveRequestBody=function(e){return e.body||e.requestBodyStream||e.json&&"boolean"!=typeof e.json||e.multipart},t.safeStringify=function(e,t){var r;try{r=JSON.stringify(e,t)}catch(a){r=i(e,t)}return r},t.md5=function(e){return a.createHash("md5").update(e).digest("hex")},t.isReadStream=function(e){return e.readable&&e.path&&e.mode},t.toBase64=function(e){return n.from(e||"","utf8").toString("base64")},t.copy=function(e){var t={};return Object.keys(e).forEach((function(r){t[r]=e[r]})),t},t.version=function(){var e=process.version.replace("v","").split(".");return{major:parseInt(e[0],10),minor:parseInt(e[1],10),patch:parseInt(e[2],10)}},t.defer=o},46434:(e,t,r)=>{"use strict";var i=r(71500),a=r(9779),n=r(97356),o=r(89509).Buffer;function s(e){this.request=e,this.boundary=i(),this.chunked=!1,this.body=null}s.prototype.isChunked=function(e){var t=this,r=!1,i=e.data||e;return i.forEach||t.request.emit("error",new Error("Argument error, options.multipart.")),void 0!==e.chunked&&(r=e.chunked),"chunked"===t.request.getHeader("transfer-encoding")&&(r=!0),r||i.forEach((function(e){void 0===e.body&&t.request.emit("error",new Error("Body attribute missing in multipart.")),n(e.body)&&(r=!0)})),r},s.prototype.setHeaders=function(e){var t=this;e&&!t.request.hasHeader("transfer-encoding")&&t.request.setHeader("transfer-encoding","chunked");var r=t.request.getHeader("content-type");r&&-1!==r.indexOf("multipart")?-1!==r.indexOf("boundary")?t.boundary=r.replace(/.*boundary=([^\s;]+).*/,"$1"):t.request.setHeader("content-type",r+"; boundary="+t.boundary):t.request.setHeader("content-type","multipart/related; boundary="+t.boundary)},s.prototype.build=function(e,t){var r=this,i=t?new a:[];function n(e){return"number"==typeof e&&(e=e.toString()),t?i.append(e):i.push(o.from(e))}return r.request.preambleCRLF&&n("\r\n"),e.forEach((function(e){var t="--"+r.boundary+"\r\n";Object.keys(e).forEach((function(r){"body"!==r&&(t+=r+": "+e[r]+"\r\n")})),n(t+="\r\n"),n(e.body),n("\r\n")})),n("--"+r.boundary+"--"),r.request.postambleCRLF&&n("\r\n"),i},s.prototype.onRequest=function(e){var t=this,r=t.isChunked(e),i=e.data||e;t.setHeaders(r),t.chunked=r,t.body=t.build(i,r)},t.$=s},95756:(e,t,r)=>{"use strict";var i=r(78835),a=r(11626),n=r(9894),o=r(71500),s=r(54586),c=r(76417),u=r(89509).Buffer;function l(e){this.request=e,this.params=null}l.prototype.buildParams=function(e,t,r,i,a,n){var c={};for(var u in e)c["oauth_"+u]=e[u];c.oauth_version||(c.oauth_version="1.0"),c.oauth_timestamp||(c.oauth_timestamp=Math.floor(Date.now()/1e3).toString()),c.oauth_nonce||(c.oauth_nonce=o().replace(/-/g,"")),c.oauth_signature_method||(c.oauth_signature_method="HMAC-SHA1");var l=c.oauth_consumer_secret||c.oauth_private_key;delete c.oauth_consumer_secret,delete c.oauth_private_key;var p=c.oauth_token_secret;delete c.oauth_token_secret;var h=c.oauth_realm;delete c.oauth_realm,delete c.oauth_transport_method;var d=t.protocol+"//"+t.host+t.pathname,f=n.parse([].concat(i,a,n.stringify(c)).join("&"));return c.oauth_signature=s.sign(c.oauth_signature_method,r,d,f,l,p),h&&(c.realm=h),c},l.prototype.buildBodyHash=function(e,t){["HMAC-SHA1","RSA-SHA1"].indexOf(e.signature_method||"HMAC-SHA1")<0&&this.request.emit("error",new Error("oauth: "+e.signature_method+" signature_method not supported with body_hash signing."));var r=c.createHash("sha1");r.update(t||"");var i=r.digest("hex");return u.from(i,"hex").toString("base64")},l.prototype.concatParams=function(e,t,r){r=r||"";var i=Object.keys(e).filter((function(e){return"realm"!==e&&"oauth_signature"!==e})).sort();return e.realm&&i.splice(0,0,"realm"),i.push("oauth_signature"),i.map((function(t){return t+"="+r+s.rfc3986(e[t])+r})).join(t)},l.prototype.onRequest=function(e){var t=this;t.params=e;var r,o,s=t.request.uri||{},c=t.request.method||"",u=n(t.request.headers),l=t.request.body||"",p=t.request.qsLib||a,h=u.get("content-type")||"",d="application/x-www-form-urlencoded",f=e.transport_method||"header";h.slice(0,d.length)===d&&(h=d,r=l),s.query&&(o=s.query),"body"!==f||"POST"===c&&h===d||t.request.emit("error",new Error("oauth: transport_method of body requires POST and content-type "+d)),r||"boolean"!=typeof e.body_hash||(e.body_hash=t.buildBodyHash(e,t.request.body.toString()));var m=t.buildParams(e,s,c,o,r,p);switch(f){case"header":t.request.setHeader("Authorization","OAuth "+t.concatParams(m,",",'"'));break;case"query":var g=t.request.uri.href+=(o?"&":"?")+t.concatParams(m,"&");t.request.uri=i.parse(g),t.request.path=t.request.uri.path;break;case"body":t.request.body=(r?r+"&":"")+t.concatParams(m,"&");break;default:t.request.emit("error",new Error("oauth: transport_method invalid"))}},t.f=l},24252:(e,t,r)=>{"use strict";var i=r(11626),a=r(71191);function n(e){this.request=e,this.lib=null,this.useQuerystring=null,this.parseOptions=null,this.stringifyOptions=null}n.prototype.init=function(e){this.lib||(this.useQuerystring=e.useQuerystring,this.lib=this.useQuerystring?a:i,this.parseOptions=e.qsParseOptions||{},this.stringifyOptions=e.qsStringifyOptions||{})},n.prototype.stringify=function(e){return this.useQuerystring?this.rfc3986(this.lib.stringify(e,this.stringifyOptions.sep||null,this.stringifyOptions.eq||null,this.stringifyOptions)):this.lib.stringify(e,this.stringifyOptions)},n.prototype.parse=function(e){return this.useQuerystring?this.lib.parse(e,this.parseOptions.sep||null,this.parseOptions.eq||null,this.parseOptions):this.lib.parse(e,this.parseOptions)},n.prototype.rfc3986=function(e){return e.replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))},n.prototype.unescape=a.unescape,t.h=n},76927:(e,t,r)=>{"use strict";var i=r(78835),a=/^https?:/;function n(e){this.request=e,this.followRedirect=!0,this.followRedirects=!0,this.followAllRedirects=!1,this.followOriginalHttpMethod=!1,this.allowRedirect=function(){return!0},this.maxRedirects=10,this.redirects=[],this.redirectsFollowed=0,this.removeRefererHeader=!1}n.prototype.onRequest=function(e){var t=this;void 0!==e.maxRedirects&&(t.maxRedirects=e.maxRedirects),"function"==typeof e.followRedirect&&(t.allowRedirect=e.followRedirect),void 0!==e.followRedirect&&(t.followRedirects=!!e.followRedirect),void 0!==e.followAllRedirects&&(t.followAllRedirects=e.followAllRedirects),(t.followRedirects||t.followAllRedirects)&&(t.redirects=t.redirects||[]),void 0!==e.removeRefererHeader&&(t.removeRefererHeader=e.removeRefererHeader),void 0!==e.followOriginalHttpMethod&&(t.followOriginalHttpMethod=e.followOriginalHttpMethod)},n.prototype.redirectTo=function(e){var t=this,r=t.request,i=null;if(e.statusCode>=300&&e.statusCode<400&&e.caseless.has("location")){var a=e.caseless.get("location");if(r.debug("redirect",a),t.followAllRedirects)i=a;else if(t.followRedirects)switch(r.method){case"PATCH":case"PUT":case"POST":case"DELETE":break;default:i=a}}else if(401===e.statusCode){var n=r._auth.onResponse(e);n&&(r.setHeader("authorization",n),i=r.uri)}return i},n.prototype.onResponse=function(e){var t=this,r=t.request,n=t.redirectTo(e);if(!n||!t.allowRedirect.call(r,e))return!1;if(r.debug("redirect to",n),e.resume&&e.resume(),t.redirectsFollowed>=t.maxRedirects)return r.emit("error",new Error("Exceeded maxRedirects. Probably stuck in a redirect loop "+r.uri.href)),!1;t.redirectsFollowed+=1,a.test(n)||(n=i.resolve(r.uri.href,n));var o=r.uri;return r.uri=i.parse(n),r.uri.protocol!==o.protocol&&delete r.agent,t.redirects.push({statusCode:e.statusCode,redirectUri:n}),t.followAllRedirects&&"HEAD"!==r.method&&401!==e.statusCode&&307!==e.statusCode&&(r.method=t.followOriginalHttpMethod?r.method:"GET"),delete r.src,delete r.req,delete r._started,401!==e.statusCode&&307!==e.statusCode&&(delete r.body,delete r._form,r.headers&&(r.removeHeader("host"),r.removeHeader("content-type"),r.removeHeader("content-length"),r.uri.hostname!==r.originalHost.split(":")[0]&&r.removeHeader("authorization"))),t.removeRefererHeader||r.setHeader("referer",o.href),r.emit("redirect"),r.init(),!0},t.l=n},86839:(e,t,r)=>{"use strict";var i=r(78835),a=r(37437),n=["accept","accept-charset","accept-encoding","accept-language","accept-ranges","cache-control","content-encoding","content-language","content-location","content-md5","content-range","content-type","connection","date","expect","max-forwards","pragma","referer","te","user-agent","via"],o=["proxy-authorization"];function s(e){this.request=e,this.proxyHeaderWhiteList=n,this.proxyHeaderExclusiveList=[],void 0!==e.tunnel&&(this.tunnelOverride=e.tunnel)}s.prototype.isEnabled=function(){var e=this,t=e.request;return void 0!==e.tunnelOverride?e.tunnelOverride:"https:"===t.uri.protocol},s.prototype.setup=function(e){var t=this,r=t.request;if(e=e||{},"string"==typeof r.proxy&&(r.proxy=i.parse(r.proxy)),!r.proxy||!r.tunnel)return!1;e.proxyHeaderWhiteList&&(t.proxyHeaderWhiteList=e.proxyHeaderWhiteList),e.proxyHeaderExclusiveList&&(t.proxyHeaderExclusiveList=e.proxyHeaderExclusiveList);var n,s,c,u=t.proxyHeaderExclusiveList.concat(o),l=t.proxyHeaderWhiteList.concat(u),p=function(e,t){var r=t.reduce((function(e,t){return e[t.toLowerCase()]=!0,e}),{});return Object.keys(e).filter((function(e){return r[e.toLowerCase()]})).reduce((function(t,r){return t[r]=e[r],t}),{})}(r.headers,l);p.host=(s=(n=r.uri).port,c=n.protocol,n.hostname+":"+(s||("https:"===c?"443":"80"))),u.forEach(r.removeHeader,r);var h=function(e){var t,r,i=(t=e.uri,r=e.proxy,["https:"===t.protocol?"https":"http","https:"===r.protocol?"Https":"Http"].join("Over"));return a[i]}(r),d=function(e,t){var r=e.proxy;return{proxy:{host:r.hostname,port:+r.port,proxyAuth:r.auth,headers:t},headers:e.headers,ca:e.ca,cert:e.cert,key:e.key,passphrase:e.passphrase,pfx:e.pfx,ciphers:e.ciphers,rejectUnauthorized:e.rejectUnauthorized,secureOptions:e.secureOptions,secureProtocol:e.secureProtocol}}(r,p);return r.agent=h(d),!0},s.defaultProxyHeaderWhiteList=n,s.defaultProxyHeaderExclusiveList=o,t.n=s},21250:(e,t,r)=>{var i=r(9779),a=r(31669),n=r(85622),o=r(98605),s=r(57211),c=r(78835).parse,u=r(35747),l=r(80983),p=r(59118),h=r(38166);function d(e){if(!(this instanceof d))return new d;for(var t in this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],i.call(this),e=e||{})this[t]=e[t]}e.exports=d,a.inherits(d,i),d.LINE_BREAK="\r\n",d.DEFAULT_CONTENT_TYPE="application/octet-stream",d.prototype.append=function(e,t,r){"string"==typeof(r=r||{})&&(r={filename:r});var n=i.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,r),s=this._multiPartFooter();n(o),n(t),n(s),this._trackLength(o,t,r)}},d.prototype._trackLength=function(e,t,r){var i=0;null!=r.knownLength?i+=+r.knownLength:Buffer.isBuffer(t)?i=t.length:"string"==typeof t&&(i=Buffer.byteLength(t)),this._valueLength+=i,this._overheadLength+=Buffer.byteLength(e)+d.LINE_BREAK.length,t&&(t.path||t.readable&&t.hasOwnProperty("httpVersion"))&&(r.knownLength||this._valuesToMeasure.push(t))},d.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(r,i){var a;r?t(r):(a=i.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(r){e.pause(),t(null,+r.headers["content-length"])})),e.resume()):t("Unknown stream")},d.prototype._multiPartHeader=function(e,t,r){if("string"==typeof r.header)return r.header;var i,a=this._getContentDisposition(t,r),n=this._getContentType(t,r),o="",s={"Content-Disposition":["form-data",'name="'+e+'"'].concat(a||[]),"Content-Type":[].concat(n||[])};for(var c in"object"==typeof r.header&&h(s,r.header),s)s.hasOwnProperty(c)&&null!=(i=s[c])&&(Array.isArray(i)||(i=[i]),i.length&&(o+=c+": "+i.join("; ")+d.LINE_BREAK));return"--"+this.getBoundary()+d.LINE_BREAK+o+d.LINE_BREAK},d.prototype._getContentDisposition=function(e,t){var r,i;return"string"==typeof t.filepath?r=n.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?r=n.basename(t.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(r=n.basename(e.client._httpMessage.path)),r&&(i='filename="'+r+'"'),i},d.prototype._getContentType=function(e,t){var r=t.contentType;return!r&&e.name&&(r=l.lookup(e.name)),!r&&e.path&&(r=l.lookup(e.path)),!r&&e.readable&&e.hasOwnProperty("httpVersion")&&(r=e.headers["content-type"]),r||!t.filepath&&!t.filename||(r=l.lookup(t.filepath||t.filename)),r||"object"!=typeof e||(r=d.DEFAULT_CONTENT_TYPE),r},d.prototype._multiPartFooter=function(){return function(e){var t=d.LINE_BREAK;0===this._streams.length&&(t+=this._lastBoundary()),e(t)}.bind(this)},d.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+d.LINE_BREAK},d.prototype.getHeaders=function(e){var t,r={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)e.hasOwnProperty(t)&&(r[t.toLowerCase()]=e[t]);return r},d.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary},d.prototype._generateBoundary=function(){for(var e="--------------------------",t=0;t<24;t++)e+=Math.floor(10*Math.random()).toString(16);this._boundary=e},d.prototype.getLengthSync=function(){var e=this._overheadLength+this._valueLength;return this._streams.length&&(e+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),e},d.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e},d.prototype.getLength=function(e){var t=this._overheadLength+this._valueLength;this._streams.length&&(t+=this._lastBoundary().length),this._valuesToMeasure.length?p.parallel(this._valuesToMeasure,this._lengthRetriever,(function(r,i){r?e(r):(i.forEach((function(e){t+=e})),e(null,t))})):process.nextTick(e.bind(this,null,t))},d.prototype.submit=function(e,t){var r,i,a={method:"post"};return"string"==typeof e?(e=c(e),i=h({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},a)):(i=h(e,a)).port||(i.port="https:"==i.protocol?443:80),i.headers=this.getHeaders(e.headers),r="https:"==i.protocol?s.request(i):o.request(i),this.getLength(function(e,i){e?this._error(e):(r.setHeader("Content-Length",i),this.pipe(r),t&&(r.on("error",t),r.on("response",t.bind(this,null))))}.bind(this)),r},d.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))},d.prototype.toString=function(){return"[object FormData]"}},38166:e=>{e.exports=function(e,t){return Object.keys(t).forEach((function(r){e[r]=e[r]||t[r]})),e}},23861:e=>{"use strict";var t=String.prototype.replace,r=/%20/g;e.exports={default:"RFC3986",formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return e}},RFC1738:"RFC1738",RFC3986:"RFC3986"}},11626:(e,t,r)=>{"use strict";var i=r(66384),a=r(74636),n=r(23861);e.exports={formats:n,parse:a,stringify:i}},74636:(e,t,r)=>{"use strict";var i=r(79434),a=Object.prototype.hasOwnProperty,n={allowDots:!1,allowPrototypes:!1,arrayLimit:20,decoder:i.decode,delimiter:"&",depth:5,parameterLimit:1e3,plainObjects:!1,strictNullHandling:!1},o=function(e,t,r){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,n=/(\[[^[\]]*])/g,o=/(\[[^[\]]*])/.exec(i),s=o?i.slice(0,o.index):i,c=[];if(s){if(!r.plainObjects&&a.call(Object.prototype,s)&&!r.allowPrototypes)return;c.push(s)}for(var u=0;null!==(o=n.exec(i))&&u=0;--a){var n,o=e[a];if("[]"===o)n=(n=[]).concat(i);else{n=r.plainObjects?Object.create(null):{};var s="["===o.charAt(0)&&"]"===o.charAt(o.length-1)?o.slice(1,-1):o,c=parseInt(s,10);!isNaN(c)&&o!==s&&String(c)===s&&c>=0&&r.parseArrays&&c<=r.arrayLimit?(n=[])[c]=i:n[s]=i}i=n}return i}(c,t,r)}};e.exports=function(e,t){var r=t?i.assign({},t):{};if(null!==r.decoder&&void 0!==r.decoder&&"function"!=typeof r.decoder)throw new TypeError("Decoder has to be a function.");if(r.ignoreQueryPrefix=!0===r.ignoreQueryPrefix,r.delimiter="string"==typeof r.delimiter||i.isRegExp(r.delimiter)?r.delimiter:n.delimiter,r.depth="number"==typeof r.depth?r.depth:n.depth,r.arrayLimit="number"==typeof r.arrayLimit?r.arrayLimit:n.arrayLimit,r.parseArrays=!1!==r.parseArrays,r.decoder="function"==typeof r.decoder?r.decoder:n.decoder,r.allowDots="boolean"==typeof r.allowDots?r.allowDots:n.allowDots,r.plainObjects="boolean"==typeof r.plainObjects?r.plainObjects:n.plainObjects,r.allowPrototypes="boolean"==typeof r.allowPrototypes?r.allowPrototypes:n.allowPrototypes,r.parameterLimit="number"==typeof r.parameterLimit?r.parameterLimit:n.parameterLimit,r.strictNullHandling="boolean"==typeof r.strictNullHandling?r.strictNullHandling:n.strictNullHandling,""===e||null==e)return r.plainObjects?Object.create(null):{};for(var s="string"==typeof e?function(e,t){for(var r={},i=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,o=t.parameterLimit===1/0?void 0:t.parameterLimit,s=i.split(t.delimiter,o),c=0;c{"use strict";var i=r(79434),a=r(23861),n={brackets:function(e){return e+"[]"},indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},o=Date.prototype.toISOString,s={delimiter:"&",encode:!0,encoder:i.encode,encodeValuesOnly:!1,serializeDate:function(e){return o.call(e)},skipNulls:!1,strictNullHandling:!1},c=function e(t,r,a,n,o,c,u,l,p,h,d,f){var m=t;if("function"==typeof u)m=u(r,m);else if(m instanceof Date)m=h(m);else if(null===m){if(n)return c&&!f?c(r,s.encoder):r;m=""}if("string"==typeof m||"number"==typeof m||"boolean"==typeof m||i.isBuffer(m))return c?[d(f?r:c(r,s.encoder))+"="+d(c(m,s.encoder))]:[d(r)+"="+d(String(m))];var g,v=[];if(void 0===m)return v;if(Array.isArray(u))g=u;else{var y=Object.keys(m);g=l?y.sort(l):y}for(var b=0;b0?D+S:""}},79434:e=>{"use strict";var t=Object.prototype.hasOwnProperty,r=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),i=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},i=0;i=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122?i+=t.charAt(a):n<128?i+=r[n]:n<2048?i+=r[192|n>>6]+r[128|63&n]:n<55296||n>=57344?i+=r[224|n>>12]+r[128|n>>6&63]+r[128|63&n]:(a+=1,n=65536+((1023&n)<<10|1023&t.charCodeAt(a)),i+=r[240|n>>18]+r[128|n>>12&63]+r[128|n>>6&63]+r[128|63&n])}return i},isBuffer:function(e){return null!=e&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},merge:function e(r,a,n){if(!a)return r;if("object"!=typeof a){if(Array.isArray(r))r.push(a);else{if("object"!=typeof r)return[r,a];(n.plainObjects||n.allowPrototypes||!t.call(Object.prototype,a))&&(r[a]=!0)}return r}if("object"!=typeof r)return[r].concat(a);var o=r;return Array.isArray(r)&&!Array.isArray(a)&&(o=i(r,n)),Array.isArray(r)&&Array.isArray(a)?(a.forEach((function(i,a){t.call(r,a)?r[a]&&"object"==typeof r[a]?r[a]=e(r[a],i,n):r.push(i):r[a]=i})),r):Object.keys(a).reduce((function(r,i){var o=a[i];return t.call(r,i)?r[i]=e(r[i],o,n):r[i]=o,r}),o)}}},62427:(e,t,r)=>{"use strict";var i,a=r(11631),n=r(78835).parse,o=r(31669),s=r(47872),c=r(57801).y,u=r(30055).m,l=r(38108).U,p=r(31430);try{i=r(94213)}catch(e){console.warn("tough-cookie: can't load punycode; won't use punycode for domain normalization")}var h=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,d=/[\x00-\x1F]/,f=["\n","\r","\0"],m=/[\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=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],b=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],x=2147483647e3;function w(e,t,r,i){for(var a=0;a=58)break;a++}return ar?null:i||a==e.length?parseInt(e.substr(0,a),10):null}function k(e){var t=e.split(":"),r=[0,0,0];if(3!==t.length)return null;for(var i=0;i<3;i++){var a=2==i,n=w(t[i],1,2,a);if(null===n)return null;r[i]=n}return r}function _(e){e=String(e).substr(0,3).toLowerCase();var t=v[e];return t>=0?t:null}function j(e){if(e){var t=e.split(g);if(t){for(var r=null,i=null,a=null,n=null,o=null,s=null,c=0;c=70&&s<=99?s+=1900:s>=0&&s<=69&&(s+=2e3)):o=u:n=u)}if(!(null===n||null===o||null===s||null===a||n<1||n>31||s<1601||r>23||i>59||a>59))return new Date(Date.UTC(s,o,n,r,i,a))}}}function E(e){var t=e.getUTCDate();t=t>=10?t:"0"+t;var r=e.getUTCHours();r=r>=10?r:"0"+r;var i=e.getUTCMinutes();i=i>=10?i:"0"+i;var a=e.getUTCSeconds();return a=a>=10?a:"0"+a,b[e.getUTCDay()]+", "+t+" "+y[e.getUTCMonth()]+" "+e.getUTCFullYear()+" "+r+":"+i+":"+a+" GMT"}function S(e){return null==e?null:(e=e.trim().replace(/^\./,""),i&&/[^\u0001-\u007f]/.test(e)&&(e=i.toASCII(e)),e.toLowerCase())}function D(e,t,r){if(null==e||null==t)return null;if(!1!==r&&(e=S(e),t=S(t)),e==t)return!0;if(a.isIP(e))return!1;var i=e.indexOf(t);return!(i<=0)&&e.length===t.length+i&&"."===e.substr(i-1,1)}function A(e){if(!e||"/"!==e.substr(0,1))return"/";if("/"===e)return e;var t=e.lastIndexOf("/");return 0===t?"/":e.slice(0,t)}function C(e,t){t&&"object"==typeof t||(t={});var r=(e=e.trim()).indexOf(";"),i=function(e,t){var r,i,a=(e=function(e){for(var t=0;t1;){var r=e.lastIndexOf("/");if(0===r)break;e=e.substr(0,r),t.push(e)}return t.push("/"),t},t.canonicalDomain=S},30055:(e,t,r)=>{"use strict";var i=r(57801).y,a=r(46930).permuteDomain,n=r(38108).U,o=r(31669);function s(){i.call(this),this.idx={}}o.inherits(s,i),t.m=s,s.prototype.idx=null,s.prototype.synchronous=!0,s.prototype.inspect=function(){return"{ idx: "+o.inspect(this.idx,!1,2)+" }"},o.inspect.custom&&(s.prototype[o.inspect.custom]=s.prototype.inspect),s.prototype.findCookie=function(e,t,r,i){return this.idx[e]&&this.idx[e][t]?i(null,this.idx[e][t][r]||null):i(null,void 0)},s.prototype.findCookies=function(e,t,r){var i,o=[];if(!e)return r(null,[]);i=t?function(e){Object.keys(e).forEach((function(r){if(n(t,r)){var i=e[r];for(var a in i)o.push(i[a])}}))}:function(e){for(var t in e){var r=e[t];for(var i in r)o.push(r[i])}};var s=a(e)||[e],c=this.idx;s.forEach((function(e){var t=c[e];t&&i(t)})),r(null,o)},s.prototype.putCookie=function(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)},s.prototype.updateCookie=function(e,t,r){this.putCookie(t,r)},s.prototype.removeCookie=function(e,t,r,i){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][r]&&delete this.idx[e][t][r],i(null)},s.prototype.removeCookies=function(e,t,r){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),r(null)},s.prototype.removeAllCookies=function(e){return this.idx={},e(null)},s.prototype.getAllCookies=function(e){var t=[],r=this.idx;Object.keys(r).forEach((function(e){Object.keys(r[e]).forEach((function(i){Object.keys(r[e][i]).forEach((function(a){null!==a&&t.push(r[e][i][a])}))}))})),t.sort((function(e,t){return(e.creationIndex||0)-(t.creationIndex||0)})),e(null,t)}},38108:(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}},46930:(e,t,r)=>{"use strict";var i=r(47872);t.permuteDomain=function(e){var t=i.getPublicSuffix(e);if(!t)return null;if(t==e)return[e];for(var r=e.slice(0,-(t.length+1)).split(".").reverse(),a=t,n=[a];r.length;)a=r.shift()+"."+a,n.push(a);return n}},47872:(e,t,r)=>{"use strict";var i=r(16244);t.getPublicSuffix=function(e){return i.get(e)}},57801:(e,t)=>{"use strict";function r(){}t.y=r,r.prototype.synchronous=!1,r.prototype.findCookie=function(e,t,r,i){throw new Error("findCookie is not implemented")},r.prototype.findCookies=function(e,t,r){throw new Error("findCookies is not implemented")},r.prototype.putCookie=function(e,t){throw new Error("putCookie is not implemented")},r.prototype.updateCookie=function(e,t,r){throw new Error("updateCookie is not implemented")},r.prototype.removeCookie=function(e,t,r,i){throw new Error("removeCookie is not implemented")},r.prototype.removeCookies=function(e,t,r){throw new Error("removeCookies is not implemented")},r.prototype.removeAllCookies=function(e){throw new Error("removeAllCookies is not implemented")},r.prototype.getAllCookies=function(e){throw new Error("getAllCookies is not implemented (therefore jar cannot be serialized)")}},31430:e=>{e.exports="2.5.0"},39175:e=>{for(var t=[],r=0;r<256;++r)t[r]=(r+256).toString(16).substr(1);e.exports=function(e,r){var i=r||0,a=t;return[a[e[i++]],a[e[i++]],a[e[i++]],a[e[i++]],"-",a[e[i++]],a[e[i++]],"-",a[e[i++]],a[e[i++]],"-",a[e[i++]],a[e[i++]],"-",a[e[i++]],a[e[i++]],a[e[i++]],a[e[i++]],a[e[i++]],a[e[i++]]].join("")}},76866:(e,t,r)=>{var i=r(76417);e.exports=function(){return i.randomBytes(16)}},71500:(e,t,r)=>{var i=r(76866),a=r(39175);e.exports=function(e,t,r){var n=t&&r||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var o=(e=e||{}).random||(e.rng||i)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t)for(var s=0;s<16;++s)t[n+s]=o[s];return t||a(o)}},79517:(e,t,r)=>{"use strict";var i=r(98605),a=r(57211),n=r(78835),o=r(31669),s=r(92413),c=r(78761),u=r(17555),l=r(95195),p=r(68007),h=r(80983),d=r(9894),f=r(43281),m=r(21250),g=r(94470),v=r(97356),y=r(4501).strict,b=r(89578),x=r(64220),w=r(26289),k=r(24252).h,_=r(8107).t,j=r(92169).g,E=r(95756).f,S=r(76514),D=r(46434).$,A=r(76927).l,C=r(86839).n,T=r(75),P=r(89509).Buffer,O=b.safeStringify,F=b.isReadStream,I=b.toBase64,z=b.defer,R=b.copy,B=b.version,L=x.jar(),N={};function q(){var e=this;return{uri:e.uri,method:e.method,headers:e.headers}}function U(){var e=this;return{statusCode:e.statusCode,body:e.body,headers:e.headers,request:q.call(e.request)}}function $(e){var t=this;e.har&&(t._har=new _(t),e=t._har.options(e)),s.Stream.call(t);var r=Object.keys($.prototype),i=function(e,t){var r={};for(var i in t)-1===e.indexOf(i)&&(r[i]=t[i]);return r}(r,e);g(t,i),e=function(e,t){var r={};for(var i in t){var a=!(-1===e.indexOf(i)),n="function"==typeof t[i];a&&n||(r[i]=t[i])}return r}(r,e),t.readable=!0,t.writable=!0,e.method&&(t.explicitMethod=!0),t._qs=new k(t),t._auth=new j(t),t._oauth=new E(t),t._multipart=new D(t),t._redirect=new A(t),t._tunnel=new C(t),t.init(e)}function M(){$.debug&&console.error("REQUEST %s",o.format.apply(o,arguments))}o.inherits($,s.Stream),$.debug=process.env.NODE_DEBUG&&/\brequest\b/.test(process.env.NODE_DEBUG),$.prototype.debug=M,$.prototype.init=function(e){var t=this;for(var r in e||(e={}),t.headers=t.headers?R(t.headers):{},t.headers)void 0===t.headers[r]&&delete t.headers[r];if(d.httpify(t,t.headers),t.method||(t.method=e.method||"GET"),t.localAddress||(t.localAddress=e.localAddress),t._qs.init(e),M(e),t.pool||!1===t.pool||(t.pool=N),t.dests=t.dests||[],t.__isRequestRequest=!0,!t._callback&&t.callback&&(t._callback=t.callback,t.callback=function(){t._callbackCalled||(t._callbackCalled=!0,t._callback.apply(t,arguments))},t.on("error",t.callback.bind()),t.on("complete",t.callback.bind(t,null))),!t.uri&&t.url&&(t.uri=t.url,delete t.url),t.baseUrl){if("string"!=typeof t.baseUrl)return t.emit("error",new Error("options.baseUrl must be a string"));if("string"!=typeof t.uri)return t.emit("error",new Error("options.uri must be a string when using options.baseUrl"));if(0===t.uri.indexOf("//")||-1!==t.uri.indexOf("://"))return t.emit("error",new Error("options.uri must be a path when using options.baseUrl"));var o=t.baseUrl.lastIndexOf("/")===t.baseUrl.length-1,s=0===t.uri.indexOf("/");o&&s?t.uri=t.baseUrl+t.uri.slice(1):o||s?t.uri=t.baseUrl+t.uri:""===t.uri?t.uri=t.baseUrl:t.uri=t.baseUrl+"/"+t.uri,delete t.baseUrl}if(!t.uri)return t.emit("error",new Error("options.uri is a required argument"));if("string"==typeof t.uri&&(t.uri=n.parse(t.uri)),t.uri.href||(t.uri.href=n.format(t.uri)),"unix:"===t.uri.protocol)return t.emit("error",new Error("`unix://` URL scheme is no longer supported. Please use the format `http://unix:SOCKET:PATH`"));if("unix"===t.uri.host&&t.enableUnixSocket(),!1===t.strictSSL&&(t.rejectUnauthorized=!1),t.uri.pathname||(t.uri.pathname="/"),!(t.uri.host||t.uri.hostname&&t.uri.port||t.uri.isUnix)){var c='Invalid URI "'+n.format(t.uri)+'"';return 0===Object.keys(e).length&&(c+=". This can be caused by a crappy redirection."),t.abort(),t.emit("error",new Error(c))}if(t.hasOwnProperty("proxy")||(t.proxy=w(t.uri)),t.tunnel=t._tunnel.isEnabled(),t.proxy&&t._tunnel.setup(e),t._redirect.onRequest(e),t.setHost=!1,!t.hasHeader("host")){var u=t.originalHostHeaderName||"host";t.setHeader(u,t.uri.host),t.uri.port&&("80"===t.uri.port&&"http:"===t.uri.protocol||"443"===t.uri.port&&"https:"===t.uri.protocol)&&t.setHeader(u,t.uri.hostname),t.setHost=!0}if(t.jar(t._jar||e.jar),t.uri.port||("http:"===t.uri.protocol?t.uri.port=80:"https:"===t.uri.protocol&&(t.uri.port=443)),t.proxy&&!t.tunnel?(t.port=t.proxy.port,t.host=t.proxy.hostname):(t.port=t.uri.port,t.host=t.uri.hostname),e.form&&t.form(e.form),e.formData){var l=e.formData,p=t.form(),m=function(e,t){t&&t.hasOwnProperty("value")&&t.hasOwnProperty("options")?p.append(e,t.value,t.options):p.append(e,t)};for(var g in l)if(l.hasOwnProperty(g)){var b=l[g];if(b instanceof Array)for(var x=0;x=100&&s<200||204===s||304===s))o=e;else{var u=e.headers["content-encoding"]||"identity";u=u.trim().toLowerCase();var l={flush:c.Z_SYNC_FLUSH,finishFlush:c.Z_SYNC_FLUSH};"gzip"===u?(o=c.createGunzip(l),e.pipe(o)):"deflate"===u?(o=c.createInflate(l),e.pipe(o)):("identity"!==u&&M("ignoring unrecognized Content-Encoding "+u),o=e)}t.encoding&&(0!==t.dests.length?console.error("Ignoring encoding parameter as this stream is being piped to another stream which makes the encoding option invalid."):o.setEncoding(t.encoding)),t._paused&&o.pause(),t.responseContent=o,t.emit("response",e),t.dests.forEach((function(e){t.pipeDest(e)})),o.on("data",(function(r){t.timing&&!t.responseStarted&&(t.responseStartTime=(new Date).getTime(),e.responseStartTime=t.responseStartTime),t._destdata=!0,t.emit("data",r)})),o.once("end",(function(e){t.emit("end",e)})),o.on("error",(function(e){t.emit("error",e)})),o.on("close",(function(){t.emit("close")})),t.callback?t.readResponseBody(e):t.on("end",(function(){t._aborted?M("aborted",t.uri.href):t.emit("complete",e)})),M("finish init function",t.uri.href)}}else{M("strict ssl error",t.uri.href);var p=e.hasOwnProperty("socket")?e.socket.authorizationError:t.uri.href+" does not support SSL";t.emit("error",new Error("SSL Error: "+p))}},$.prototype.readResponseBody=function(e){var t=this;M("reading response's body");var r=[],i=0,a=[];t.on("data",(function(e){P.isBuffer(e)?e.length&&(i+=e.length,r.push(e)):a.push(e)})),t.on("end",(function(){if(M("end event",t.uri.href),t._aborted)return M("aborted",t.uri.href),r=[],void(i=0);if(i?(M("has body",t.uri.href,i),e.body=P.concat(r,i),null!==t.encoding&&(e.body=e.body.toString(t.encoding)),r=[],i=0):a.length&&("utf8"===t.encoding&&a[0].length>0&&"\ufeff"===a[0][0]&&(a[0]=a[0].substring(1)),e.body=a.join("")),t._json)try{e.body=JSON.parse(e.body,t._jsonReviver)}catch(e){M("invalid JSON received",t.uri.href)}M("emitting complete",t.uri.href),void 0!==e.body||t._json||(e.body=null===t.encoding?P.alloc(0):""),t.emit("complete",e,e.body)}))},$.prototype.abort=function(){var e=this;e._aborted=!0,e.req?e.req.abort():e.response&&e.response.destroy(),e.clearTimeout(),e.emit("abort")},$.prototype.pipeDest=function(e){var t=this,r=t.response;if(e.headers&&!e.headersSent){if(r.caseless.has("content-type")){var i=r.caseless.has("content-type");e.setHeader?e.setHeader(i,r.headers[i]):e.headers[i]=r.headers[i]}if(r.caseless.has("content-length")){var a=r.caseless.has("content-length");e.setHeader?e.setHeader(a,r.headers[a]):e.headers[a]=r.headers[a]}}if(e.setHeader&&!e.headersSent){for(var n in r.headers)t.gzip&&"content-encoding"===n||e.setHeader(n,r.headers[n]);e.statusCode=r.statusCode}t.pipefilter&&t.pipefilter(r,e)},$.prototype.qs=function(e,t){var r,i=this;for(var a in r=!t&&i.uri.query?i._qs.parse(i.uri.query):{},e)r[a]=e[a];var o=i._qs.stringify(r);return""===o||(i.uri=n.parse(i.uri.href.split("?")[0]+"?"+o),i.url=i.uri,i.path=i.uri.path,"unix"===i.uri.host&&i.enableUnixSocket()),i},$.prototype.form=function(e){var t=this;return e?(/^application\/x-www-form-urlencoded\b/.test(t.getHeader("content-type"))||t.setHeader("content-type","application/x-www-form-urlencoded"),t.body="string"==typeof e?t._qs.rfc3986(e.toString("utf8")):t._qs.stringify(e).toString("utf8"),t):(t._form=new m,t._form.on("error",(function(e){e.message="form-data: "+e.message,t.emit("error",e),t.abort()})),t._form)},$.prototype.multipart=function(e){var t=this;return t._multipart.onRequest(e),t._multipart.chunked||(t.body=t._multipart.body),t},$.prototype.json=function(e){var t=this;return t.hasHeader("accept")||t.setHeader("accept","application/json"),"function"==typeof t.jsonReplacer&&(t._jsonReplacer=t.jsonReplacer),t._json=!0,"boolean"==typeof e?void 0!==t.body&&(/^application\/x-www-form-urlencoded\b/.test(t.getHeader("content-type"))?t.body=t._qs.rfc3986(t.body):t.body=O(t.body,t._jsonReplacer),t.hasHeader("content-type")||t.setHeader("content-type","application/json")):(t.body=O(e,t._jsonReplacer),t.hasHeader("content-type")||t.setHeader("content-type","application/json")),"function"==typeof t.jsonReviver&&(t._jsonReviver=t.jsonReviver),t},$.prototype.getHeader=function(e,t){var r,i;return t||(t=this.headers),Object.keys(t).forEach((function(a){a.length===e.length&&(i=new RegExp(e,"i"),a.match(i)&&(r=t[a]))})),r},$.prototype.enableUnixSocket=function(){var e=this.uri.path.split(":"),t=e[0],r=e[1];this.socketPath=t,this.uri.pathname=r,this.uri.path=r,this.uri.host=t,this.uri.hostname=t,this.uri.isUnix=!0},$.prototype.auth=function(e,t,r,i){return this._auth.onRequest(e,t,r,i),this},$.prototype.aws=function(e,t){var r=this;if(!t)return r._aws=e,r;if(4===e.sign_version||"4"===e.sign_version){var i={host:r.uri.host,path:r.uri.path,method:r.method,headers:r.headers,body:r.body};e.service&&(i.service=e.service);var a=l.sign(i,{accessKeyId:e.key,secretAccessKey:e.secret,sessionToken:e.session});r.setHeader("authorization",a.headers.Authorization),r.setHeader("x-amz-date",a.headers["X-Amz-Date"]),a.headers["X-Amz-Security-Token"]&&r.setHeader("x-amz-security-token",a.headers["X-Amz-Security-Token"])}else{var n=new Date;r.setHeader("date",n.toUTCString());var o={key:e.key,secret:e.secret,verb:r.method.toUpperCase(),date:n,contentType:r.getHeader("content-type")||"",md5:r.getHeader("content-md5")||"",amazonHeaders:u.canonicalizeHeaders(r.headers)},s=r.uri.path;e.bucket&&s?o.resource="/"+e.bucket+s:e.bucket&&!s?o.resource="/"+e.bucket:!e.bucket&&s?o.resource=s:e.bucket||s||(o.resource="/"),o.resource=u.canonicalizeResource(o.resource),r.setHeader("authorization",u.authorization(o))}return r},$.prototype.httpSignature=function(e){var t=this;return p.signRequest({getHeader:function(e){return t.getHeader(e,t.headers)},setHeader:function(e,r){t.setHeader(e,r)},method:t.method,path:t.path},e),M("httpSignature authorization",t.getHeader("authorization")),t},$.prototype.hawk=function(e){var t=this;t.setHeader("Authorization",S.header(t.uri,t.method,e))},$.prototype.oauth=function(e){return this._oauth.onRequest(e),this},$.prototype.jar=function(e){var t,r=this;if(0===r._redirect.redirectsFollowed&&(r.originalCookieHeader=r.getHeader("cookie")),e){var i=e.getCookieString?e:L,a=r.uri.href;i&&(t=i.getCookieString(a))}else t=!1,r._disableCookies=!0;return t&&t.length&&(r.originalCookieHeader?r.setHeader("cookie",r.originalCookieHeader+"; "+t):r.setHeader("cookie",t)),r._jar=e,r},$.prototype.pipe=function(e,t){var r=this;if(!r.response)return r.dests.push(e),s.Stream.prototype.pipe.call(r,e,t),e;if(r._destdata)r.emit("error",new Error("You cannot pipe after data has been emitted from the response."));else{if(!r._ended)return s.Stream.prototype.pipe.call(r,e,t),r.pipeDest(e),e;r.emit("error",new Error("You cannot pipe after the response has been ended."))}},$.prototype.write=function(){var e=this;if(!e._aborted)return e._started||e.start(),e.req?e.req.write.apply(e.req,arguments):void 0},$.prototype.end=function(e){var t=this;t._aborted||(e&&t.write(e),t._started||t.start(),t.req&&t.req.end())},$.prototype.pause=function(){var e=this;e.responseContent?e.responseContent.pause.apply(e.responseContent,arguments):e._paused=!0},$.prototype.resume=function(){var e=this;e.responseContent?e.responseContent.resume.apply(e.responseContent,arguments):e._paused=!1},$.prototype.destroy=function(){var e=this;this.clearTimeout(),e._ended?e.response&&e.response.destroy():e.end()},$.prototype.clearTimeout=function(){this.timeoutTimer&&(clearTimeout(this.timeoutTimer),this.timeoutTimer=null)},$.defaultProxyHeaderWhiteList=C.defaultProxyHeaderWhiteList.slice(),$.defaultProxyHeaderExclusiveList=C.defaultProxyHeaderExclusiveList.slice(),$.prototype.toJSON=q,e.exports=$},27365:(e,t,r)=>{"use strict";var i=r(35747),a=r(85622).join,n=r(85622).resolve,o=r(85622).dirname,s={extensions:["js","json","coffee"],recurse:!0,rename:function(e){return e},visit:function(e){return e}};e.exports=function e(t,r,c){var u={};for(var l in r&&!c&&"string"!=typeof r&&(c=r,r=null),c=c||{},s)void 0===c[l]&&(c[l]=s[l]);return r=r?n(o(t.filename),r):o(t.filename),i.readdirSync(r).forEach((function(n){var o,s,l,p=a(r,n);i.statSync(p).isDirectory()&&c.recurse?(o=e(t,p,c),Object.keys(o).length&&(u[c.rename(n,p,n)]=o)):p!==t.filename&&function(e,t,r){return new RegExp("\\.("+r.extensions.join("|")+")$","i").test(t)&&!(r.include&&r.include instanceof RegExp&&!r.include.test(e))&&!(r.include&&"function"==typeof r.include&&!r.include(e,t))&&!(r.exclude&&r.exclude instanceof RegExp&&r.exclude.test(e))&&!(r.exclude&&"function"==typeof r.exclude&&r.exclude(e,t))}(p,n,c)&&(s=n.substring(0,n.lastIndexOf(".")),l=t.require(p),u[c.rename(s,p,n)]=c.visit(l,p,n)||l)})),u},e.exports.defaults=s},45322:(e,t,r)=>{"use strict";const i=r(4016);e.exports=(e={})=>new Promise(((t,r)=>{let a=!1;const n=async()=>{s.off("timeout",o),s.off("error",r),e.resolveSocket?(t({alpnProtocol:s.alpnProtocol,socket:s,timeout:a}),a&&(await Promise.resolve(),s.emit("timeout"))):(s.destroy(),t({alpnProtocol:s.alpnProtocol,timeout:a}))},o=async()=>{a=!0,n()},s=i.connect(e,n);s.on("error",r),s.once("timeout",o)}))},24259:(e,t,r)=>{"use strict";const i=r(92413).Readable,a=r(25989);e.exports=class extends i{constructor(e,t,r,i){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(!(r instanceof Buffer))throw new TypeError("Argument `body` should be a buffer");if("string"!=typeof i)throw new TypeError("Argument `url` should be a string");super(),this.statusCode=e,this.headers=a(t),this.body=r,this.url=i}_read(){this.push(this.body),this.push(null)}}},89509:(e,t,r)=>{var i=r(64293),a=i.Buffer;function n(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return a(e,t,r)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=i:(n(i,t),t.Buffer=o),o.prototype=Object.create(a.prototype),n(a,o),o.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,r)},o.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=a(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},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 i.SlowBuffer(e)}},2399:(e,t,r)=>{"use strict";var i,a=r(64293),n=a.Buffer,o={};for(i in a)a.hasOwnProperty(i)&&"SlowBuffer"!==i&&"Buffer"!==i&&(o[i]=a[i]);var s=o.Buffer={};for(i in n)n.hasOwnProperty(i)&&"allocUnsafe"!==i&&"allocUnsafeSlow"!==i&&(s[i]=n[i]);if(o.Buffer.prototype=n.prototype,s.from&&s.from!==Uint8Array.from||(s.from=function(e,t,r){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 n(e,t,r)}),s.alloc||(s.alloc=function(e,t,r){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 i=n(e);return t&&0!==t.length?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i}),!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},22257:(e,t,r)=>{const i=Symbol("SemVer ANY");class a{static get ANY(){return i}constructor(e,t){if(t=n(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===i?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],r=e.match(t);if(!r)throw new TypeError(`Invalid comparator: ${e}`);this.operator=void 0!==r[1]?r[1]:"","="===this.operator&&(this.operator=""),r[2]?this.semver=new l(r[2],this.options.loose):this.semver=i}toString(){return this.value}test(e){if(u("Comparator.test",e,this.options.loose),this.semver===i||e===i)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 r=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),i=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),n=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 r||i||n&&o||s||u}}e.exports=a;const n=r(12893),{re:o,t:s}=r(55765),c=r(7539),u=r(74225),l=r(26376),p=r(66902)},66902:(e,t,r)=>{class i{constructor(e,t){if(t=n(t),e instanceof i)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new i(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=>!f(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&&m(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}`,r=a.get(t);if(r)return r;const i=this.options.loose,n=i?u[l.HYPHENRANGELOOSE]:u[l.HYPHENRANGE];e=e.replace(n,D(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],h)).replace(u[l.CARETTRIM],d)).split(/\s+/).join(" ");const c=i?u[l.COMPARATORLOOSE]:u[l.COMPARATOR],m=e.split(" ").map((e=>v(e,this.options))).join(" ").split(/\s+/).map((e=>S(e,this.options))).filter(this.options.loose?e=>!!e.match(c):()=>!0).map((e=>new o(e,this.options))),g=(m.length,new Map);for(const e of m){if(f(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 i))throw new TypeError("a Range is required");return this.set.some((r=>g(r,t)&&e.set.some((e=>g(e,t)&&r.every((r=>e.every((e=>r.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,m=e=>""===e.value,g=(e,t)=>{let r=!0;const i=e.slice();let a=i.pop();for(;r&&i.length;)r=i.every((e=>a.intersects(e,t))),a=i.pop();return r},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 r=t.loose?u[l.TILDELOOSE]:u[l.TILDE];return e.replace(r,((t,r,i,a,n)=>{let o;return s("tilde",e,t,r,i,a,n),y(r)?o="":y(i)?o=`>=${r}.0.0 <${+r+1}.0.0-0`:y(a)?o=`>=${r}.${i}.0 <${r}.${+i+1}.0-0`:n?(s("replaceTilde pr",n),o=`>=${r}.${i}.${a}-${n} <${r}.${+i+1}.0-0`):o=`>=${r}.${i}.${a} <${r}.${+i+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 r=t.loose?u[l.CARETLOOSE]:u[l.CARET],i=t.includePrerelease?"-0":"";return e.replace(r,((t,r,a,n,o)=>{let c;return s("caret",e,t,r,a,n,o),y(r)?c="":y(a)?c=`>=${r}.0.0${i} <${+r+1}.0.0-0`:y(n)?c="0"===r?`>=${r}.${a}.0${i} <${r}.${+a+1}.0-0`:`>=${r}.${a}.0${i} <${+r+1}.0.0-0`:o?(s("replaceCaret pr",o),c="0"===r?"0"===a?`>=${r}.${a}.${n}-${o} <${r}.${a}.${+n+1}-0`:`>=${r}.${a}.${n}-${o} <${r}.${+a+1}.0-0`:`>=${r}.${a}.${n}-${o} <${+r+1}.0.0-0`):(s("no pr"),c="0"===r?"0"===a?`>=${r}.${a}.${n}${i} <${r}.${a}.${+n+1}-0`:`>=${r}.${a}.${n}${i} <${r}.${+a+1}.0-0`:`>=${r}.${a}.${n} <${+r+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 r=t.loose?u[l.XRANGELOOSE]:u[l.XRANGE];return e.replace(r,((r,i,a,n,o,c)=>{s("xRange",e,r,i,a,n,o,c);const u=y(a),l=u||y(n),p=l||y(o),h=p;return"="===i&&h&&(i=""),c=t.includePrerelease?"-0":"",u?r=">"===i||"<"===i?"<0.0.0-0":"*":i&&h?(l&&(n=0),o=0,">"===i?(i=">=",l?(a=+a+1,n=0,o=0):(n=+n+1,o=0)):"<="===i&&(i="<",l?a=+a+1:n=+n+1),"<"===i&&(c="-0"),r=`${i+a}.${n}.${o}${c}`):l?r=`>=${a}.0.0${c} <${+a+1}.0.0-0`:p&&(r=`>=${a}.${n}.0${c} <${a}.${+n+1}.0-0`),s("xRange return",r),r}))},E=(e,t)=>(s("replaceStars",e,t),e.trim().replace(u[l.STAR],"")),S=(e,t)=>(s("replaceGTE0",e,t),e.trim().replace(u[t.includePrerelease?l.GTE0PRE:l.GTE0],"")),D=e=>(t,r,i,a,n,o,s,c,u,l,p,h,d)=>`${r=y(i)?"":y(a)?`>=${i}.0.0${e?"-0":""}`:y(n)?`>=${i}.${a}.0${e?"-0":""}`:o?`>=${r}`:`>=${r}${e?"-0":""}`} ${c=y(u)?"":y(l)?`<${+u+1}.0.0-0`:y(p)?`<${u}.${+l+1}.0-0`:h?`<=${u}.${l}.${p}-${h}`:e?`<${u}.${l}.${+p+1}-0`:`<=${c}`}`.trim(),A=(e,t,r)=>{for(let r=0;r0){const i=e[r].semver;if(i.major===t.major&&i.minor===t.minor&&i.patch===t.patch)return!0}return!1}return!0}},26376:(e,t,r)=>{const i=r(74225),{MAX_LENGTH:a,MAX_SAFE_INTEGER:n}=r(83295),{re:o,t:s}=r(55765),c=r(12893),{compareIdentifiers:u}=r(86742);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`);i("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const r=e.trim().match(t.loose?o[s.LOOSE]:o[s.FULL]);if(!r)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[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},13507:(e,t,r)=>{const i=r(33959);e.exports=(e,t)=>{const r=i(e.trim().replace(/^[=v]+/,""),t);return r?r.version:null}},7539:(e,t,r)=>{const i=r(58718),a=r(81194),n=r(71312),o=r(25903),s=r(21544),c=r(12056);e.exports=(e,t,r,u)=>{switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e===r;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e!==r;case"":case"=":case"==":return i(e,r,u);case"!=":return a(e,r,u);case">":return n(e,r,u);case">=":return o(e,r,u);case"<":return s(e,r,u);case"<=":return c(e,r,u);default:throw new TypeError(`Invalid operator: ${t}`)}}},99038:(e,t,r)=>{const i=r(26376),a=r(33959),{re:n,t:o}=r(55765);e.exports=(e,t)=>{if(e instanceof i)return e;if("number"==typeof e&&(e=String(e)),"string"!=typeof e)return null;let r=null;if((t=t||{}).rtl){let t;for(;(t=n[o.COERCERTL].exec(e))&&(!r||r.index+r[0].length!==e.length);)r&&t.index+t[0].length===r.index+r[0].length||(r=t),n[o.COERCERTL].lastIndex=t.index+t[1].length+t[2].length;n[o.COERCERTL].lastIndex=-1}else r=e.match(n[o.COERCE]);return null===r?null:a(`${r[2]}.${r[3]||"0"}.${r[4]||"0"}`,t)}},88880:(e,t,r)=>{const i=r(26376);e.exports=(e,t,r)=>{const a=new i(e,r),n=new i(t,r);return a.compare(n)||a.compareBuild(n)}},27880:(e,t,r)=>{const i=r(46269);e.exports=(e,t)=>i(e,t,!0)},46269:(e,t,r)=>{const i=r(26376);e.exports=(e,t,r)=>new i(e,r).compare(new i(t,r))},62378:(e,t,r)=>{const i=r(33959),a=r(58718);e.exports=(e,t)=>{if(a(e,t))return null;{const r=i(e),a=i(t),n=r.prerelease.length||a.prerelease.length,o=n?"pre":"",s=n?"prerelease":"";for(const e in r)if(("major"===e||"minor"===e||"patch"===e)&&r[e]!==a[e])return o+e;return s}}},58718:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>0===i(e,t,r)},71312:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>i(e,t,r)>0},25903:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>i(e,t,r)>=0},20253:(e,t,r)=>{const i=r(26376);e.exports=(e,t,r,a)=>{"string"==typeof r&&(a=r,r=void 0);try{return new i(e,r).inc(t,a).version}catch(e){return null}}},21544:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>i(e,t,r)<0},12056:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>i(e,t,r)<=0},38679:(e,t,r)=>{const i=r(26376);e.exports=(e,t)=>new i(e,t).major},87789:(e,t,r)=>{const i=r(26376);e.exports=(e,t)=>new i(e,t).minor},81194:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>0!==i(e,t,r)},33959:(e,t,r)=>{const{MAX_LENGTH:i}=r(83295),{re:a,t:n}=r(55765),o=r(26376),s=r(12893);e.exports=(e,t)=>{if(t=s(t),e instanceof o)return e;if("string"!=typeof e)return null;if(e.length>i)return null;if(!(t.loose?a[n.LOOSE]:a[n.FULL]).test(e))return null;try{return new o(e,t)}catch(e){return null}}},52358:(e,t,r)=>{const i=r(26376);e.exports=(e,t)=>new i(e,t).patch},57559:(e,t,r)=>{const i=r(33959);e.exports=(e,t)=>{const r=i(e,t);return r&&r.prerelease.length?r.prerelease:null}},79795:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>i(t,e,r)},63657:(e,t,r)=>{const i=r(88880);e.exports=(e,t)=>e.sort(((e,r)=>i(r,e,t)))},45712:(e,t,r)=>{const i=r(66902);e.exports=(e,t,r)=>{try{t=new i(t,r)}catch(e){return!1}return t.test(e)}},21100:(e,t,r)=>{const i=r(88880);e.exports=(e,t)=>e.sort(((e,r)=>i(e,r,t)))},76397:(e,t,r)=>{const i=r(33959);e.exports=(e,t)=>{const r=i(e,t);return r?r.version:null}},81249:(e,t,r)=>{const i=r(55765);e.exports={re:i.re,src:i.src,tokens:i.t,SEMVER_SPEC_VERSION:r(83295).SEMVER_SPEC_VERSION,SemVer:r(26376),compareIdentifiers:r(86742).compareIdentifiers,rcompareIdentifiers:r(86742).rcompareIdentifiers,parse:r(33959),valid:r(76397),clean:r(13507),inc:r(20253),diff:r(62378),major:r(38679),minor:r(87789),patch:r(52358),prerelease:r(57559),compare:r(46269),rcompare:r(79795),compareLoose:r(27880),compareBuild:r(88880),sort:r(21100),rsort:r(63657),gt:r(71312),lt:r(21544),eq:r(58718),neq:r(81194),gte:r(25903),lte:r(12056),cmp:r(7539),coerce:r(99038),Comparator:r(22257),Range:r(66902),satisfies:r(45712),toComparators:r(51042),maxSatisfying:r(85775),minSatisfying:r(71657),minVersion:r(95316),validRange:r(89042),outside:r(6826),gtr:r(97606),ltr:r(50032),intersects:r(82937),simplifyRange:r(17908),subset:r(50799)}},83295: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}},74225: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},86742:e=>{const t=/^[0-9]+$/,r=(e,r)=>{const i=t.test(e),a=t.test(r);return i&&a&&(e=+e,r=+r),e===r?0:i&&!a?-1:a&&!i?1:er(t,e)}},12893: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)),{}):{}},55765:(e,t,r)=>{const{MAX_SAFE_COMPONENT_LENGTH:i}=r(83295),a=r(74225),n=(t=e.exports={}).re=[],o=t.src=[],s=t.t={};let c=0;const u=(e,t,r)=>{const i=c++;a(i,t),s[e]=i,o[i]=t,n[i]=new RegExp(t,r?"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,${i}})(?:\\.(\\d{1,${i}}))?(?:\\.(\\d{1,${i}}))?(?:$|[^\\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*$")},96062:(e,t,r)=>{"use strict";const i=r(12221),a=Symbol("max"),n=Symbol("length"),o=Symbol("lengthCalculator"),s=Symbol("allowStale"),c=Symbol("maxAge"),u=Symbol("dispose"),l=Symbol("noDisposeOnSet"),p=Symbol("lruList"),h=Symbol("cache"),d=Symbol("updateAgeOnGet"),f=()=>1,m=(e,t,r)=>{const i=e[h].get(t);if(i){const t=i.value;if(g(e,t)){if(y(e,i),!e[s])return}else r&&(e[d]&&(i.value.now=Date.now()),e[p].unshiftNode(i));return t.value}},g=(e,t)=>{if(!t||!t.maxAge&&!e[c])return!1;const r=Date.now()-t.now;return t.maxAge?r>t.maxAge:e[c]&&r>e[c]},v=e=>{if(e[n]>e[a])for(let t=e[p].tail;e[n]>e[a]&&null!==t;){const r=t.prev;y(e,t),t=r}},y=(e,t)=>{if(t){const r=t.value;e[u]&&e[u](r.key,r.value),e[n]-=r.length,e[h].delete(r.key),e[p].removeNode(t)}};class b{constructor(e,t,r,i,a){this.key=e,this.value=t,this.length=r,this.now=i,this.maxAge=a||0}}const x=(e,t,r,i)=>{let a=r.value;g(e,a)&&(y(e,r),e[s]||(a=void 0)),a&&t.call(i,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||f;if(this[o]="function"!=typeof t?f: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[d]=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=f),e!==this[o]&&(this[o]=e,this[n]=0,this[p].forEach((e=>{e.length=this[o](e.value,e.key),this[n]+=e.length}))),v(this)}get lengthCalculator(){return this[o]}get length(){return this[n]}get itemCount(){return this[p].length}rforEach(e,t){t=t||this;for(let r=this[p].tail;null!==r;){const i=r.prev;x(this,e,r,t),r=i}}forEach(e,t){t=t||this;for(let r=this[p].head;null!==r;){const i=r.next;x(this,e,r,t),r=i}}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[h]=new Map,this[p]=new i,this[n]=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,r){if((r=r||this[c])&&"number"!=typeof r)throw new TypeError("maxAge must be a number");const i=r?Date.now():0,s=this[o](t,e);if(this[h].has(e)){if(s>this[a])return y(this,this[h].get(e)),!1;const o=this[h].get(e).value;return this[u]&&(this[l]||this[u](e,o.value)),o.now=i,o.maxAge=r,o.value=t,this[n]+=s-o.length,o.length=s,this.get(e),v(this),!0}const d=new b(e,t,s,i,r);return d.length>this[a]?(this[u]&&this[u](e,t),!1):(this[n]+=d.length,this[p].unshift(d),this[h].set(e,this[p].head),v(this),!0)}has(e){if(!this[h].has(e))return!1;const t=this[h].get(e).value;return!g(this,t)}get(e){return m(this,e,!0)}peek(e){return m(this,e,!1)}pop(){const e=this[p].tail;return e?(y(this,e),e.value):null}del(e){y(this,this[h].get(e))}load(e){this.reset();const t=Date.now();for(let r=e.length-1;r>=0;r--){const i=e[r],a=i.e||0;if(0===a)this.set(i.k,i.v);else{const e=a-t;e>0&&this.set(i.k,i.v,e)}}}prune(){this[h].forEach(((e,t)=>m(this,t,!1)))}}},19307:e=>{"use strict";e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}},12221:(e,t,r)=>{"use strict";function i(e){var t=this;if(t instanceof i||(t=new i),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 r=0,a=arguments.length;r1)r=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");i=this.head.next,r=this.head.value}for(var a=0;null!==i;a++)r=e(r,i.value,a),i=i.next;return r},i.prototype.reduceReverse=function(e,t){var r,i=this.tail;if(arguments.length>1)r=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");i=this.tail.prev,r=this.tail.value}for(var a=this.length-1;null!==i;a--)r=e(r,i.value,a),i=i.prev;return r},i.prototype.toArray=function(){for(var e=new Array(this.length),t=0,r=this.head;null!==r;t++)e[t]=r.value,r=r.next;return e},i.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,r=this.tail;null!==r;t++)e[t]=r.value,r=r.prev;return e},i.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var r=new i;if(tthis.length&&(t=this.length);for(var a=0,n=this.head;null!==n&&athis.length&&(t=this.length);for(var a=this.length,n=this.tail;null!==n&&a>t;a--)n=n.prev;for(;null!==n&&a>e;a--,n=n.prev)r.push(n.value);return r},i.prototype.splice=function(e,t,...r){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);for(var i=0,n=this.head;null!==n&&i{const i=r(6826);e.exports=(e,t,r)=>i(e,t,">",r)},82937:(e,t,r)=>{const i=r(66902);e.exports=(e,t,r)=>(e=new i(e,r),t=new i(t,r),e.intersects(t))},50032:(e,t,r)=>{const i=r(6826);e.exports=(e,t,r)=>i(e,t,"<",r)},85775:(e,t,r)=>{const i=r(26376),a=r(66902);e.exports=(e,t,r)=>{let n=null,o=null,s=null;try{s=new a(t,r)}catch(e){return null}return e.forEach((e=>{s.test(e)&&(n&&-1!==o.compare(e)||(n=e,o=new i(n,r)))})),n}},71657:(e,t,r)=>{const i=r(26376),a=r(66902);e.exports=(e,t,r)=>{let n=null,o=null,s=null;try{s=new a(t,r)}catch(e){return null}return e.forEach((e=>{s.test(e)&&(n&&1!==o.compare(e)||(n=e,o=new i(n,r)))})),n}},95316:(e,t,r)=>{const i=r(26376),a=r(66902),n=r(71312);e.exports=(e,t)=>{e=new a(e,t);let r=new i("0.0.0");if(e.test(r))return r;if(r=new i("0.0.0-0"),e.test(r))return r;r=null;for(let t=0;t{const t=new i(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":o&&!n(t,o)||(o=t);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${e.operator}`)}})),!o||r&&!n(r,o)||(r=o)}return r&&e.test(r)?r:null}},6826:(e,t,r)=>{const i=r(26376),a=r(22257),{ANY:n}=a,o=r(66902),s=r(45712),c=r(71312),u=r(21544),l=r(12056),p=r(25903);e.exports=(e,t,r,h)=>{let d,f,m,g,v;switch(e=new i(e,h),t=new o(t,h),r){case">":d=c,f=l,m=u,g=">",v=">=";break;case"<":d=u,f=p,m=c,g="<",v="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(s(e,t,h))return!1;for(let r=0;r{e.semver===n&&(e=new a(">=0.0.0")),o=o||e,s=s||e,d(e.semver,o.semver,h)?o=e:m(e.semver,s.semver,h)&&(s=e)})),o.operator===g||o.operator===v)return!1;if((!s.operator||s.operator===g)&&f(e,s.semver))return!1;if(s.operator===v&&m(e,s.semver))return!1}return!0}},17908:(e,t,r)=>{const i=r(45712),a=r(46269);e.exports=(e,t,r)=>{const n=[];let o=null,s=null;const c=e.sort(((e,t)=>a(e,t,r)));for(const e of c)i(e,t,r)?(s=e,o||(o=e)):(s&&n.push([o,s]),s=null,o=null);o&&n.push([o,null]);const u=[];for(const[e,t]of n)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 i=r(66902),a=r(22257),{ANY:n}=a,o=r(45712),s=r(46269),c=(e,t,r)=>{if(e===t)return!0;if(1===e.length&&e[0].semver===n){if(1===t.length&&t[0].semver===n)return!0;e=r.includePrerelease?[new a(">=0.0.0-0")]:[new a(">=0.0.0")]}if(1===t.length&&t[0].semver===n){if(r.includePrerelease)return!0;t=[new a(">=0.0.0")]}const i=new Set;let c,p,h,d,f,m,g;for(const t of e)">"===t.operator||">="===t.operator?c=u(c,t,r):"<"===t.operator||"<="===t.operator?p=l(p,t,r):i.add(t.semver);if(i.size>1)return null;if(c&&p){if(h=s(c.semver,p.semver,r),h>0)return null;if(0===h&&(">="!==c.operator||"<="!==p.operator))return null}for(const e of i){if(c&&!o(e,String(c),r))return null;if(p&&!o(e,String(p),r))return null;for(const i of t)if(!o(e,String(i),r))return!1;return!0}let v=!(!p||r.includePrerelease||!p.semver.prerelease.length)&&p.semver,y=!(!c||r.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,m=m||"<"===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(d=u(c,e,r),d===e&&d!==c)return!1}else if(">="===c.operator&&!o(c.semver,String(e),r))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(f=l(p,e,r),f===e&&f!==p)return!1}else if("<="===p.operator&&!o(p.semver,String(e),r))return!1;if(!e.operator&&(p||c)&&0!==h)return!1}return!(c&&m&&!p&&0!==h||p&&g&&!c&&0!==h||y||v)},u=(e,t,r)=>{if(!e)return t;const i=s(e.semver,t.semver,r);return i>0?e:i<0||">"===t.operator&&">="===e.operator?t:e},l=(e,t,r)=>{if(!e)return t;const i=s(e.semver,t.semver,r);return i<0?e:i>0||"<"===t.operator&&"<="===e.operator?t:e};e.exports=(e,t,r={})=>{if(e===t)return!0;e=new i(e,r),t=new i(t,r);let a=!1;e:for(const i of e.set){for(const e of t.set){const t=c(i,e,r);if(a=a||null!==t,t)continue e}if(a)return!1}return!0}},51042:(e,t,r)=>{const i=r(66902);e.exports=(e,t)=>new i(e,t).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" ")))},89042:(e,t,r)=>{const i=r(66902);e.exports=(e,t)=>{try{return new i(e,t).range||"*"}catch(e){return null}}},30329:(e,t,r)=>{"use strict";var i=r(93560),a=r(15158)("send"),n=r(40412)("send"),o=r(26149),s=r(10517),c=r(95573),u=r(25859),l=r(59635),p=r(35747),h=r(45518),d=r(82161),f=r(80338),m=r(14622),g=r(85622),v=r(54917),y=r(92413),b=r(31669),x=g.extname,w=g.join,k=g.normalize,_=g.resolve,j=g.sep,E=/^ *bytes=/,S=31536e6,D=/(?:^|[\\/])\.\.(?:[\\/]|$)/;function A(e,t,r){y.call(this);var i=r||{};if(this.options=i,this.path=t,this.req=e,this._acceptRanges=void 0===i.acceptRanges||Boolean(i.acceptRanges),this._cacheControl=void 0===i.cacheControl||Boolean(i.cacheControl),this._etag=void 0===i.etag||Boolean(i.etag),this._dotfiles=void 0!==i.dotfiles?i.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(i.hidden),void 0!==i.hidden&&n("hidden: use dotfiles: '"+(this._hidden?"allow":"ignore")+"' instead"),void 0===i.dotfiles&&(this._dotfiles=void 0),this._extensions=void 0!==i.extensions?F(i.extensions,"extensions option"):[],this._immutable=void 0!==i.immutable&&Boolean(i.immutable),this._index=void 0!==i.index?F(i.index,"index option"):["index.html"],this._lastModified=void 0===i.lastModified||Boolean(i.lastModified),this._maxage=i.maxAge||i.maxage,this._maxage="string"==typeof this._maxage?d(this._maxage):Number(this._maxage),this._maxage=isNaN(this._maxage)?0:Math.min(Math.max(0,this._maxage),S),this._root=i.root?_(i.root):null,!this._root&&i.from&&this.from(i.from)}function C(e,t,r){return e+" "+(r?r.start+"-"+r.end:"*")+"/"+t}function T(e,t){return'\n\n\n\n'+e+"\n\n\n
"+t+"
\n\n\n"}function P(e){return"function"!=typeof e.getHeaderNames?Object.keys(e._headers||{}):e.getHeaderNames()}function O(e,t){return("function"!=typeof e.listenerCount?e.listeners(t).length:e.listenerCount(t))>0}function F(e,t){for(var r=[].concat(e||[]),i=0;ia}return!1},A.prototype.removeContentHeaderFields=function(){for(var e=this.res,t=P(e),r=0;r=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 I(this.res.getHeader("Last-Modified"))<=I(e)},A.prototype.redirect=function(e){var t=this.res;if(O(this,"directory"))this.emit("directory",t,e);else if(this.hasTrailingSlash())this.error(403);else{var r=s(function(e){for(var t=0;t1?"/"+e.substr(t):e}(this.path+"/")),i=T("Redirecting",'Redirecting to '+c(r)+"");t.statusCode=301,t.setHeader("Content-Type","text/html; charset=UTF-8"),t.setHeader("Content-Length",Buffer.byteLength(i)),t.setHeader("Content-Security-Policy","default-src 'none'"),t.setHeader("X-Content-Type-Options","nosniff"),t.setHeader("Location",r),t.end(i)}},A.prototype.pipe=function(e){var t=this._root;this.res=e;var r,i=function(e){try{return decodeURIComponent(e)}catch(e){return-1}}(this.path);if(-1===i)return this.error(400),e;if(~i.indexOf("\0"))return this.error(400),e;if(null!==t){if(i&&(i=k("."+j+i)),D.test(i))return a('malicious path "%s"',i),this.error(403),e;r=i.split(j),i=k(w(t,i))}else{if(D.test(i))return a('malicious path "%s"',i),this.error(403),e;r=k(i).split(j),i=_(i)}if(function(e){for(var t=0;t1&&"."===r[0])return!0}return!1}(r)){var n=this._dotfiles;switch(void 0===n&&(n="."===r[r.length-1][0]?this._hidden?"allow":"ignore":"allow"),a('%s dotfile "%s"',n,i),n){case"allow":break;case"deny":return this.error(403),e;case"ignore":default:return this.error(404),e}}return this._index.length&&this.hasTrailingSlash()?(this.sendIndex(i),e):(this.sendFile(i),e)},A.prototype.send=function(e,t){var r=t.size,i=this.options,n={},o=this.res,s=this.req,c=s.headers.range,u=i.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(r=Math.max(0,r-u),void 0!==i.end){var l=i.end-u+1;r>l&&(r=l)}if(this._acceptRanges&&E.test(c)){if(c=m(r,c,{combine:!0}),this.isRangeFresh()||(a("range stale"),c=-2),-1===c)return a("range unsatisfiable"),o.setHeader("Content-Range",C("bytes",r)),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",C("bytes",r,c[0])),u+=c[0].start,r=c[0].end-c[0].start+1)}for(var p in i)n[p]=i[p];n.start=u,n.end=Math.max(u,u+r-1),o.setHeader("Content-Length",r),"HEAD"!==s.method?this.stream(e,n):o.end()}},A.prototype.sendFile=function(e){var t=0,r=this;function i(n){if(r._extensions.length<=t)return n?r.onStatError(n):r.error(404);var o=e+"."+r._extensions[t++];a('stat "%s"',o),p.stat(o,(function(e,t){return e?i(e):t.isDirectory()?i():(r.emit("file",o,t),void r.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?i(t):t?r.onStatError(t):a.isDirectory()?r.redirect(e):(r.emit("file",e,a),void r.send(e,a))}))},A.prototype.sendIndex=function(e){var t=-1,r=this;!function i(n){if(++t>=r._index.length)return n?r.onStatError(n):r.error(404);var o=w(e,r._index[t]);a('stat "%s"',o),p.stat(o,(function(e,t){return e?i(e):t.isDirectory()?i():(r.emit("file",o,t),void r.send(o,t))}))}()},A.prototype.stream=function(e,t){var r=!1,i=this,a=this.res,n=p.createReadStream(e,t);this.emit("stream",n),n.pipe(a),f(a,(function(){r=!0,o(n)})),n.on("error",(function(e){r||(r=!0,o(n),i.onStatError(e))})),n.on("end",(function(){i.emit("end")}))},A.prototype.type=function(e){var t=this.res;if(!t.getHeader("Content-Type")){var r=h.lookup(e);if(r){var i=h.charsets.lookup(r);a("content-type %s",r),t.setHeader("Content-Type",r+(i?"; charset="+i:""))}else a("no content-type")}},A.prototype.setHeader=function(e,t){var r=this.res;if(this.emit("headers",r,e,t),this._acceptRanges&&!r.getHeader("Accept-Ranges")&&(a("accept ranges"),r.setHeader("Accept-Ranges","bytes")),this._cacheControl&&!r.getHeader("Cache-Control")){var i="public, max-age="+Math.floor(this._maxage/1e3);this._immutable&&(i+=", immutable"),a("cache-control %s",i),r.setHeader("Cache-Control",i)}if(this._lastModified&&!r.getHeader("Last-Modified")){var n=t.mtime.toUTCString();a("modified %s",n),r.setHeader("Last-Modified",n)}if(this._etag&&!r.getHeader("ETag")){var o=u(t);a("etag %s",o),r.setHeader("ETag",o)}}},93560:(e,t,r)=>{"use strict";var i=r(40412)("http-errors"),a=r(66644),n=r(54917),o=r(94378),s=r(72953);function c(e){return Number(String(e).charAt(0)+"00")}function u(e,t){var r=Object.getOwnPropertyDescriptor(e,"name");r&&r.configurable&&(r.value=t,Object.defineProperty(e,"name",r))}e.exports=function e(){for(var t,r,a=500,o={},s=0;s=600)&&i("non-error status code; use only 4xx or 5xx status codes"),("number"!=typeof a||!n[a]&&(a<400||a>=600))&&(a=500);var l=e[a]||e[c(a)];for(var p in t||(t=l?new l(r):new Error(r||n[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,r){t.forEach((function(t){var i,l=s(n[t]);switch(c(t)){case 400:i=function(e,t,r){var i=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:n[r],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:i,writable:!0}),o}return o(s,e),u(s,i),s.prototype.status=r,s.prototype.statusCode=r,s.prototype.expose=!0,s}(r,l,t);break;case 500:i=function(e,t,r){var i=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:n[r],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:i,writable:!0}),o}return o(s,e),u(s,i),s.prototype.status=r,s.prototype.statusCode=r,s.prototype.expose=!1,s}(r,l,t)}i&&(e[t]=i,e[l]=i)})),e["I'mateapot"]=i.function(e.ImATeapot,'"I\'mateapot"; use "ImATeapot" instead')}(e.exports,n.codes,e.exports.HttpError)},82161:e=>{var t=1e3,r=60*t,i=60*r,a=24*i;function n(e,t,r,i){var a=t>=1.5*r;return Math.round(e/r)+" "+i+(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 n=/^((?:\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(n){var o=parseFloat(n[1]);switch((n[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*i;case"minutes":case"minute":case"mins":case"min":case"m":return o*r;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?n(s,c,a,"day"):c>=i?n(s,c,i,"hour"):c>=r?n(s,c,r,"minute"):c>=t?n(s,c,t,"second"):s+" ms"):function(e){var n=Math.abs(e);return n>=a?Math.round(e/a)+"d":n>=i?Math.round(e/i)+"h":n>=r?Math.round(e/r)+"m":n>=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,r)=>{"use strict";var i=r(10517),a=r(95573),n=r(18317),o=r(85622).resolve,s=r(30329),c=r(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 r=Object.create(t||null),u=!1!==r.fallthrough,l=!1!==r.redirect,p=r.setHeaders;if(p&&"function"!=typeof p)throw new TypeError("option setHeaders must be function");r.maxage=r.maxage||r.maxAge||0,r.root=o(e);var h=l?function(e){if(this.hasTrailingSlash())this.error(404);else{var t=n.original(this.req);t.path=null,t.pathname=function(e){for(var t=0;t1?"/"+e.substr(t):e}(t.pathname+"/");var r=i(c.format(t)),o=("Redirecting",'\n\n\n\nRedirecting\n\n\n
'+('Redirecting to '+a(r)+"")+"
\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",r),e.end(o)}}:function(){this.error(404)};return function(e,t,i){if("GET"!==e.method&&"HEAD"!==e.method)return u?i():(t.statusCode=405,t.setHeader("Allow","GET, HEAD"),t.setHeader("Content-Length","0"),void t.end());var a=!u,o=n.original(e),c=n(e).pathname;"/"===c&&"/"!==o.pathname.substr(-1)&&(c="");var l=s(e,c,r);l.on("directory",h),p&&l.on("headers",p),u&&l.on("file",(function(){a=!0})),l.on("error",(function(e){!a&&e.statusCode<500?i():i(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 r in t)e.hasOwnProperty(r)||(e[r]=t[r]);return e})},37478:(e,t,r)=>{"use strict";var i=r(40210),a=r(21924),n=r(27470),o=i("%TypeError%"),s=i("%WeakMap%",!0),c=i("%Map%",!0),u=a("WeakMap.prototype.get",!0),l=a("WeakMap.prototype.set",!0),p=a("WeakMap.prototype.has",!0),h=a("Map.prototype.get",!0),d=a("Map.prototype.set",!0),f=a("Map.prototype.has",!0),m=function(e,t){for(var r,i=e;null!==(r=i.next);i=r)if(r.key===t)return i.next=r.next,r.next=e.next,e.next=r,r};e.exports=function(){var e,t,r,i={assert:function(e){if(!i.has(e))throw new o("Side channel does not contain "+n(e))},get:function(i){if(s&&i&&("object"==typeof i||"function"==typeof i)){if(e)return u(e,i)}else if(c){if(t)return h(t,i)}else if(r)return function(e,t){var r=m(e,t);return r&&r.value}(r,i)},has:function(i){if(s&&i&&("object"==typeof i||"function"==typeof i)){if(e)return p(e,i)}else if(c){if(t)return f(t,i)}else if(r)return function(e,t){return!!m(e,t)}(r,i);return!1},set:function(i,a){s&&i&&("object"==typeof i||"function"==typeof i)?(e||(e=new s),l(e,i,a)):c?(t||(t=new c),d(t,i,a)):(r||(r={key:{},next:null}),function(e,t,r){var i=m(e,t);i?i.value=r:e.next={key:t,next:e.next,value:r}}(r,i,a))}};return i}},27470:(e,t,r)=>{var i="function"==typeof Map&&Map.prototype,a=Object.getOwnPropertyDescriptor&&i?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,n=i&&a&&"function"==typeof a.get?a.get:null,o=i&&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,h="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,d="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,f=Boolean.prototype.valueOf,m=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=Object.prototype.propertyIsEnumerable,_=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null),j=r(90830).custom,E=j&&T(j)?j:null,S="function"==typeof Symbol&&void 0!==Symbol.toStringTag?Symbol.toStringTag:null;function D(e,t,r){var i="double"===(r.quoteStyle||t)?'"':"'";return i+e+i}function A(e){return String(e).replace(/"/g,""")}function C(e){return!("[object Array]"!==F(e)||S&&"object"==typeof e&&S 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,r,i,a){var s=r||{};if(O(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(O(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=!O(s,"customInspect")||s.customInspect;if("boolean"!=typeof c&&"symbol"!==c)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(O(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 m=void 0===s.depth?5:s.depth;if(void 0===i&&(i=0),i>=m&&m>0&&"object"==typeof t)return C(t)?"[Array]":"[Object]";var b,k=function(e,t){var r;if("\t"===e.indent)r="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;r=Array(e.indent+1).join(" ")}return{base:r,prev:Array(t+1).join(r)}}(s,i);if(void 0===a)a=[];else if(I(a,t)>=0)return"[Circular]";function j(t,r,n){if(r&&(a=a.slice()).push(r),n){var o={depth:s.depth};return O(s,"quoteStyle")&&(o.quoteStyle=s.quoteStyle),e(t,o,i+1,a)}return e(t,s,i+1,a)}if("function"==typeof t){var P=function(e){if(e.name)return e.name;var t=v.call(g.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}(t),R=U(t,j);return"[Function"+(P?": "+P:" (anonymous)")+"]"+(R.length>0?" { "+R.join(", ")+" }":"")}if(T(t)){var $=w?String(t).replace(/^(Symbol\(.*\))_[^)]*$/,"$1"):x.call(t);return"object"!=typeof t||w?$:B($)}if((b=t)&&"object"==typeof b&&("undefined"!=typeof HTMLElement&&b instanceof HTMLElement||"string"==typeof b.nodeName&&"function"==typeof b.getAttribute)){for(var M="<"+String(t.nodeName).toLowerCase(),H=t.attributes||[],G=0;G"}if(C(t)){if(0===t.length)return"[]";var V=U(t,j);return k&&!function(e){for(var t=0;t=0)return!1;return!0}(V)?"["+q(V,k)+"]":"[ "+V.join(", ")+" ]"}if(function(e){return!("[object Error]"!==F(e)||S&&"object"==typeof e&&S in e)}(t)){var W=U(t,j);return 0===W.length?"["+String(t)+"]":"{ ["+String(t)+"] "+W.join(", ")+" }"}if("object"==typeof t&&c){if(E&&"function"==typeof t[E])return t[E]();if("symbol"!==c&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!n||!e||"object"!=typeof e)return!1;try{n.call(e);try{u.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var K=[];return o.call(t,(function(e,r){K.push(j(r,t,!0)+" => "+j(e,t))})),N("Map",n.call(t),K,k)}if(function(e){if(!u||!e||"object"!=typeof e)return!1;try{u.call(e);try{n.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var Y=[];return l.call(t,(function(e){Y.push(j(e,t))})),N("Set",u.call(t),Y,k)}if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{p.call(e,p);try{h.call(e,h)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return L("WeakMap");if(function(e){if(!h||!e||"object"!=typeof e)return!1;try{h.call(e,h);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return L("WeakSet");if(function(e){if(!d||!e||"object"!=typeof e)return!1;try{return d.call(e),!0}catch(e){}return!1}(t))return L("WeakRef");if(function(e){return!("[object Number]"!==F(e)||S&&"object"==typeof e&&S in e)}(t))return B(j(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 B(j(y.call(t)));if(function(e){return!("[object Boolean]"!==F(e)||S&&"object"==typeof e&&S in e)}(t))return B(f.call(t));if(function(e){return!("[object String]"!==F(e)||S&&"object"==typeof e&&S in e)}(t))return B(j(String(t)));if(!function(e){return!("[object Date]"!==F(e)||S&&"object"==typeof e&&S in e)}(t)&&!function(e){return!("[object RegExp]"!==F(e)||S&&"object"==typeof e&&S in e)}(t)){var Q=U(t,j),J=_?_(t)===Object.prototype:t instanceof Object||t.constructor===Object,X=t instanceof Object?"":"null prototype",Z=!J&&S&&Object(t)===t&&S in t?F(t).slice(8,-1):X?"Object":"",ee=(J||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(Z||X?"["+[].concat(Z||[],X||[]).join(": ")+"] ":"");return 0===Q.length?ee+"{}":k?ee+"{"+q(Q,k)+"}":ee+"{ "+Q.join(", ")+" }"}return String(t)};var P=Object.prototype.hasOwnProperty||function(e){return e in this};function O(e,t){return P.call(e,t)}function F(e){return m.call(e)}function I(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,i=e.length;rt.maxStringLength){var r=e.length-t.maxStringLength,i="... "+r+" more character"+(r>1?"s":"");return z(e.slice(0,t.maxStringLength),t)+i}return D(e.replace(/(['\\])/g,"\\$1").replace(/[\x00-\x1f]/g,R),"single",t)}function R(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+t.toString(16).toUpperCase()}function B(e){return"Object("+e+")"}function L(e){return e+" { ? }"}function N(e,t,r,i){return e+" ("+t+") {"+(i?q(r,i):r.join(", "))+"}"}function q(e,t){if(0===e.length)return"";var r="\n"+t.prev+t.base;return r+e.join(","+r)+"\n"+t.prev}function U(e,t){var r=C(e),i=[];if(r){i.length=e.length;for(var a=0;a{e.exports=r(31669).inspect},74392:(e,t,r)=>{"use strict";var i=r(29528);e.exports.builder=function(){return i.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 r=this;return new Promise((function(t,i){e(r,(function(e,r){e?i(e):t(r)}))}))}e(this,t)};var r=function(){};r.prototype._setter=function(e){return function(t){return this[e]=t,this}},r.prototype.withHost=r.prototype._setter("host"),r.prototype.withPort=r.prototype._setter("port"),r.prototype.withScheme=r.prototype._setter("scheme"),r.prototype.withPath=r.prototype._setter("path"),r.prototype._assigner=function(e){return function(){for(var t=0;t0?Object.assign(e||{},t):e},r.prototype.build=function(){return new t(this)},e.exports.builder=function(){return new r}},12749:(e,t,r)=>{"use strict";var i=r(94141),{TimeoutError:a,WebapiError:n,WebapiRegularError:o,WebapiAuthenticationError:s,WebapiPlayerError:c}=r(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,r,u){var l=e.bind(i)(r);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 n(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 r=l(e),a=i.get;u._makeRequest(a,r,e.getURI(),t)},u.post=function(e,t){var r=l(e),a=i.post;u._makeRequest(a,r,e.getURI(),t)},u.del=function(e,t){var r=l(e),a=i.del;u._makeRequest(a,r,e.getURI(),t)},u.put=function(e,t){var r=l(e),a=i.put;u._makeRequest(a,r,e.getURI(),t)},e.exports=u},54936:e=>{class t extends Error{get name(){return this.constructor.name}}class r extends t{constructor(e,t,r,i){super(i),this.body=e,this.headers=t,this.statusCode=r}}e.exports={WebapiError:r,TimeoutError:class extends t{constructor(){super("A timeout occurred while communicating with Spotify's Web API.")}},WebapiRegularError:class extends r{constructor(e,t,r){super(e,t,r,"An error occurred while communicating with Spotify's Web API.\nDetails: "+e.error.message+".")}},WebapiAuthenticationError:class extends r{constructor(e,t,r){super(e,t,r,"An authentication error occurred while communicating with Spotify's Web API.\nDetails: "+e.error+(e.error_description?" "+e.error_description+".":"."))}},WebapiPlayerError:class extends r{constructor(e,t,r){super(e,t,r,"An error occurred while communicating with Spotify's Web API.\nDetails: "+e.error.message+(e.error.reason?" "+e.error.reason+".":"."))}}}},44799:(e,t,r)=>{"use strict";var i=r(74392),a=r(12749);e.exports={createAuthorizeURL:function(e,t,r,a="code"){return i.builder().withPath("/authorize").withQueryParameters({client_id:this.getClientId(),response_type:a,redirect_uri:this.getRedirectURI(),scope:e.join("%20"),state:t,show_dialog:r&&!!r}).build().getURL()},clientCredentialsGrant:function(e){return i.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 i.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 i.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,r)=>{var i=r(5646),a=r(44799);i._addMethods(a),e.exports=i},5646:(e,t,r)=>{"use strict";r(74392);var i=r(36300),a=r(12749);function n(e){this._credentials=e||{}}n.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,r){return i.builder(this.getAccessToken()).withPath("/v1/tracks/"+e).withQueryParameters(t).build().execute(a.get,r)},getTracks:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/tracks").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,r)},getAlbum:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/albums/"+e).withQueryParameters(t).build().execute(a.get,r)},getAlbums:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/albums").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,r)},getArtist:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/artists/"+e).build().execute(a.get,t)},getArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/artists").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},search:function(e,t,r,n){return i.builder(this.getAccessToken()).withPath("/v1/search/").withQueryParameters({type:t.join(","),q:e},r).build().execute(a.get,n)},searchAlbums:function(e,t,r){return this.search(e,["album"],t,r)},searchArtists:function(e,t,r){return this.search(e,["artist"],t,r)},searchTracks:function(e,t,r){return this.search(e,["track"],t,r)},searchPlaylists:function(e,t,r){return this.search(e,["playlist"],t,r)},getArtistAlbums:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/artists/"+e+"/albums").withQueryParameters(t).build().execute(a.get,r)},getAlbumTracks:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/albums/"+e+"/tracks").withQueryParameters(t).build().execute(a.get,r)},getArtistTopTracks:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/artists/"+e+"/top-tracks").withQueryParameters({country:t}).build().execute(a.get,r)},getArtistRelatedArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/artists/"+e+"/related-artists").build().execute(a.get,t)},getUser:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/users/"+encodeURIComponent(e)).build().execute(a.get,t)},getMe:function(e){return i.builder(this.getAccessToken()).withPath("/v1/me").build().execute(a.get,e)},getUserPlaylists:function(e,t,r){var n;return"string"==typeof e?n="/v1/users/"+encodeURIComponent(e)+"/playlists":"object"==typeof e?(r=t,t=e,n="/v1/me/playlists"):n="/v1/me/playlists",i.builder(this.getAccessToken()).withPath(n).withQueryParameters(t).build().execute(a.get,r)},getPlaylist:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e).withQueryParameters(t).build().execute(a.get,r)},getPlaylistTracks:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withQueryParameters(t).build().execute(a.get,r)},createPlaylist:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/me/playlists").withHeaders({"Content-Type":"application/json"}).withBodyParameters({name:e},t).build().execute(a.post,r)},followPlaylist:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/followers").withHeaders({"Content-Type":"application/json"}).withBodyParameters(t).build().execute(a.put,r)},unfollowPlaylist:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/followers").build().execute(a.del,t)},changePlaylistDetails:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e).withHeaders({"Content-Type":"application/json"}).withBodyParameters(t).build().execute(a.put,r)},uploadCustomPlaylistCoverImage:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/images").withHeaders({"Content-Type":"image/jpeg"}).withBodyParameters(t).build().execute(a.put,r)},addTracksToPlaylist:function(e,t,r,n){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withQueryParameters(r).withBodyParameters({uris:t}).build().execute(a.post,n)},removeTracksFromPlaylist:function(e,t,r,n){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({tracks:t},r).build().execute(a.del,n)},removeTracksFromPlaylistByPosition:function(e,t,r,n){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({positions:t,snapshot_id:r}).build().execute(a.del,n)},replaceTracksInPlaylist:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({uris:t}).build().execute(a.put,r)},reorderTracksInPlaylist:function(e,t,r,n,o){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({range_start:t,insert_before:r},n).build().execute(a.put,o)},getAudioFeaturesForTrack:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/audio-features/"+e).build().execute(a.get,t)},getAudioAnalysisForTrack:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/audio-analysis/"+e).build().execute(a.get,t)},getAudioFeaturesForTracks:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/audio-features").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},getRecommendations:function(e,t){var r={},n=["seed_artists","seed_genres","seed_tracks"];for(var o in e)e.hasOwnProperty(o)&&(-1!==n.indexOf(o)&&"[object Array]"===Object.prototype.toString.call(e[o])?r[o]=e[o].join(","):r[o]=e[o]);return i.builder(this.getAccessToken()).withPath("/v1/recommendations").withQueryParameters(r).build().execute(a.get,t)},getAvailableGenreSeeds:function(e){return i.builder(this.getAccessToken()).withPath("/v1/recommendations/available-genre-seeds").build().execute(a.get,e)},getMySavedTracks:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/tracks").withQueryParameters(e).build().execute(a.get,t)},containsMySavedTracks:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/tracks/contains").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},removeFromMySavedTracks:function(e,t){return i.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 i.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 i.builder(this.getAccessToken()).withPath("/v1/me/albums").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.del,t)},addToMySavedAlbums:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/albums").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.put,t)},getMySavedAlbums:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/albums").withQueryParameters(e).build().execute(a.get,t)},containsMySavedAlbums:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/albums/contains").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},getMyTopArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/top/artists").withQueryParameters(e).build().execute(a.get,t)},getMyTopTracks:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/top/tracks").withQueryParameters(e).build().execute(a.get,t)},getMyRecentlyPlayedTracks:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/player/recently-played").withQueryParameters(e).build().execute(a.get,t)},addToQueue:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/me/player/queue").withQueryParameters({uri:e},t).build().execute(a.post,r)},getMyDevices:function(e){return i.builder(this.getAccessToken()).withPath("/v1/me/player/devices").build().execute(a.get,e)},getMyCurrentPlayingTrack:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/player/currently-playing").withQueryParameters(e).build().execute(a.get,t)},getMyCurrentPlaybackState:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/player").withQueryParameters(e).build().execute(a.get,t)},transferMyPlayback:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/me/player").withHeaders({"Content-Type":"application/json"}).withBodyParameters({device_ids:e},t).build().execute(a.put,r)},play:function(e,t){var r=e||{},n=r.device_id?{device_id:r.device_id}:null,o={};return["context_uri","uris","offset","position_ms"].forEach((function(e){e in r&&(o[e]=r[e])})),i.builder(this.getAccessToken()).withPath("/v1/me/player/play").withQueryParameters(n).withHeaders({"Content-Type":"application/json"}).withBodyParameters(o).build().execute(a.put,t)},pause:function(e,t){return i.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 i.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 i.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,r){var n={position_ms:e};return t&&"device_id"in t&&(n.device_id=t.device_id),i.builder(this.getAccessToken()).withPath("/v1/me/player/seek").withQueryParameters(n).build().execute(a.put,r)},setRepeat:function(e,t,r){var n={state:e};return t&&"device_id"in t&&(n.device_id=t.device_id),i.builder(this.getAccessToken()).withPath("/v1/me/player/repeat").withQueryParameters(n).build().execute(a.put,r)},setShuffle:function(e,t,r){var n={state:e};return t&&"device_id"in t&&(n.device_id=t.device_id),i.builder(this.getAccessToken()).withPath("/v1/me/player/shuffle").withQueryParameters(n).build().execute(a.put,r)},setVolume:function(e,t,r){var n={volume_percent:e};return t&&"device_id"in t&&(n.device_id=t.device_id),i.builder(this.getAccessToken()).withPath("/v1/me/player/volume").withQueryParameters(n).build().execute(a.put,r)},followUsers:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"user"}).build().execute(a.put,t)},followArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"artist"}).build().execute(a.put,t)},unfollowUsers:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"user"}).build().execute(a.del,t)},unfollowArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"artist"}).build().execute(a.del,t)},isFollowingUsers:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following/contains").withQueryParameters({ids:e.join(","),type:"user"}).build().execute(a.get,t)},getFollowedArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({type:"artist"},e).build().execute(a.get,t)},areFollowingPlaylist:function(e,t,r,n){return i.builder(this.getAccessToken()).withPath("/v1/users/"+encodeURIComponent(e)+"/playlists/"+t+"/followers/contains").withQueryParameters({ids:r.join(",")}).build().execute(a.get,n)},isFollowingArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following/contains").withQueryParameters({ids:e.join(","),type:"artist"}).build().execute(a.get,t)},getNewReleases:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/browse/new-releases").withQueryParameters(e).build().execute(a.get,t)},getFeaturedPlaylists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/browse/featured-playlists").withQueryParameters(e).build().execute(a.get,t)},getCategories:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/browse/categories").withQueryParameters(e).build().execute(a.get,t)},getCategory:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/browse/categories/"+e).withQueryParameters(t).build().execute(a.get,r)},getPlaylistsForCategory:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/browse/categories/"+e+"/playlists").withQueryParameters(t).build().execute(a.get,r)},getShow:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/shows/"+e).withQueryParameters(t).build().execute(a.get,r)},getShows:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/shows").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,r)},containsMySavedShows:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/shows/contains").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},removeFromMySavedShows:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/shows").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.del,t)},addToMySavedShows:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/shows").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.put,t)},getMySavedShows:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/shows").withQueryParameters(e).build().execute(a.get,t)},getShowEpisodes:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/shows/"+e+"/episodes").withQueryParameters(t).build().execute(a.get,r)},searchShows:function(e,t,r){return this.search(e,["show"],t,r)},searchEpisodes:function(e,t,r){return this.search(e,["episode"],t,r)},getEpisode:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/episodes/"+e).withQueryParameters(t).build().execute(a.get,r)},getEpisodes:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/episodes").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,r)}},n._addMethods=function(e){for(var t in e)e.hasOwnProperty(t)&&(this.prototype[t]=e[t])},e.exports=n},36300:(e,t,r)=>{"use strict";var i=r(29528);e.exports.builder=function(e){return i.builder().withHost("api.spotify.com").withPort(443).withScheme("https").withAuth(e)}},95280:(e,t,r)=>{var i=r(2399).Buffer,a={dsa:{parts:["p","q","g","y"],sizePart:"p"},rsa:{parts:["e","n"],sizePart:"n"},ecdsa:{parts:["curve","Q"],sizePart:"Q"},ed25519:{parts:["A"],sizePart:"A"}};a.curve25519=a.ed25519;var n={dsa:{parts:["p","q","g","y","x"]},rsa:{parts:["n","e","d","iqmp","p","q"]},ecdsa:{parts:["curve","Q","d"]},ed25519:{parts:["A","k"]}};n.curve25519=n.ed25519;var o={nistp256:{size:256,pkcs8oid:"1.2.840.10045.3.1.7",p:i.from("00ffffffff 00000001 00000000 0000000000000000 ffffffff ffffffff ffffffff".replace(/ /g,""),"hex"),a:i.from("00FFFFFFFF 00000001 00000000 0000000000000000 FFFFFFFF FFFFFFFF FFFFFFFC".replace(/ /g,""),"hex"),b:i.from("5ac635d8 aa3a93e7 b3ebbd55 769886bc651d06b0 cc53b0f6 3bce3c3e 27d2604b".replace(/ /g,""),"hex"),s:i.from("00c49d3608 86e70493 6a6678e1 139d26b7819f7e90".replace(/ /g,""),"hex"),n:i.from("00ffffffff 00000000 ffffffff ffffffffbce6faad a7179e84 f3b9cac2 fc632551".replace(/ /g,""),"hex"),G:i.from("046b17d1f2 e12c4247 f8bce6e5 63a440f277037d81 2deb33a0 f4a13945 d898c2964fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e162bce3357 6b315ece cbb64068 37bf51f5".replace(/ /g,""),"hex")},nistp384:{size:384,pkcs8oid:"1.3.132.0.34",p:i.from("00ffffffff ffffffff ffffffff ffffffffffffffff ffffffff ffffffff fffffffeffffffff 00000000 00000000 ffffffff".replace(/ /g,""),"hex"),a:i.from("00FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFFFFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFEFFFFFFFF 00000000 00000000 FFFFFFFC".replace(/ /g,""),"hex"),b:i.from("b3312fa7 e23ee7e4 988e056b e3f82d19181d9c6e fe814112 0314088f 5013875ac656398d 8a2ed19d 2a85c8ed d3ec2aef".replace(/ /g,""),"hex"),s:i.from("00a335926a a319a27a 1d00896a 6773a4827acdac73".replace(/ /g,""),"hex"),n:i.from("00ffffffff ffffffff ffffffff ffffffffffffffff ffffffff c7634d81 f4372ddf581a0db2 48b0a77a ecec196a ccc52973".replace(/ /g,""),"hex"),G:i.from("04aa87ca22 be8b0537 8eb1c71e f320ad746e1d3b62 8ba79b98 59f741e0 82542a385502f25d bf55296c 3a545e38 72760ab73617de4a 96262c6f 5d9e98bf 9292dc29f8f41dbd 289a147c e9da3113 b5f0b8c00a60b1ce 1d7e819d 7a431d7c 90ea0e5f".replace(/ /g,""),"hex")},nistp521:{size:521,pkcs8oid:"1.3.132.0.35",p:i.from("01ffffff ffffffff ffffffff ffffffffffffffff ffffffff ffffffff ffffffffffffffff ffffffff ffffffff ffffffffffffffff ffffffff ffffffff ffffffffffff".replace(/ /g,""),"hex"),a:i.from("01FFFFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFFFFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFFFFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFFFFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFC".replace(/ /g,""),"hex"),b:i.from("51953eb961 8e1c9a1f 929a21a0 b68540eea2da725b 99b315f3 b8b48991 8ef109e156193951 ec7e937b 1652c0bd 3bb1bf073573df88 3d2c34f1 ef451fd4 6b503f00".replace(/ /g,""),"hex"),s:i.from("00d09e8800 291cb853 96cc6717 393284aaa0da64ba".replace(/ /g,""),"hex"),n:i.from("01ffffffffff ffffffff ffffffff ffffffffffffffff ffffffff ffffffff fffffffa51868783 bf2f966b 7fcc0148 f709a5d03bb5c9b8 899c47ae bb6fb71e 91386409".replace(/ /g,""),"hex"),G:i.from("0400c6 858e06b7 0404e9cd 9e3ecb66 2395b4429c648139 053fb521 f828af60 6b4d3dbaa14b5e77 efe75928 fe1dc127 a2ffa8de3348b3c1 856a429b f97e7e31 c2e5bd660118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd998f54449 579b4468 17afbd17 273e662c97ee7299 5ef42640 c550b901 3fad0761353c7086 a272c240 88be9476 9fd16650".replace(/ /g,""),"hex")}};e.exports={info:a,privInfo:n,hashAlgs:{md5:!0,sha1:!0,sha256:!0,sha384:!0,sha512:!0},curves:o}},90312:(e,t,r)=>{e.exports=g;var i=r(6144),a=r(2399).Buffer,n=r(95280),o=r(76417),s=r(40500),c=(r(15270),r(23004)),u=(r(31669),r(2743)),l=r(67721),p=r(73079),h=r(85279),d={};d.openssh=r(85716),d.x509=r(67026),d.pem=r(65221);var f=c.CertificateParseError,m=c.InvalidAlgorithmError;function g(e){i.object(e,"options"),i.arrayOfObject(e.subjects,"options.subjects"),u.assertCompatible(e.subjects[0],h,[1,0],"options.subjects"),u.assertCompatible(e.subjectKey,l,[1,0],"options.subjectKey"),u.assertCompatible(e.issuer,h,[1,0],"options.issuer"),void 0!==e.issuerKey&&u.assertCompatible(e.issuerKey,l,[1,0],"options.issuerKey"),i.object(e.signatures,"options.signatures"),i.buffer(e.serial,"options.serial"),i.date(e.validFrom,"options.validFrom"),i.date(e.validUntil,"optons.validUntil"),i.optionalArrayOfString(e.purposes,"options.purposes"),this._hashCache={},this.subjects=e.subjects,this.issuer=e.issuer,this.subjectKey=e.subjectKey,this.issuerKey=e.issuerKey,this.signatures=e.signatures,this.serial=e.serial,this.validFrom=e.validFrom,this.validUntil=e.validUntil,this.purposes=e.purposes}g.formats=d,g.prototype.toBuffer=function(e,t){return void 0===e&&(e="x509"),i.string(e,"format"),i.object(d[e],"formats[format]"),i.optionalObject(t,"options"),d[e].write(this,t)},g.prototype.toString=function(e,t){return void 0===e&&(e="pem"),this.toBuffer(e,t).toString()},g.prototype.fingerprint=function(e){void 0===e&&(e="sha256"),i.string(e,"algorithm");var t={type:"certificate",hash:this.hash(e),algorithm:e};return new s(t)},g.prototype.hash=function(e){if(i.string(e,"algorithm"),e=e.toLowerCase(),void 0===n.hashAlgs[e])throw new m(e);if(this._hashCache[e])return this._hashCache[e];var t=o.createHash(e).update(this.toBuffer("x509")).digest();return this._hashCache[e]=t,t},g.prototype.isExpired=function(e){return void 0===e&&(e=new Date),!(e.getTime()>=this.validFrom.getTime()&&e.getTime()0&&-1===this.issuer.purposes.indexOf("ca"))&&this.isSignedByKey(e.subjectKey)},g.prototype.getExtension=function(e){return i.string(e,"keyOrOid"),this.getExtensions().filter((function(t){return"x509"===t.format?t.oid===e:"openssh"===t.format&&t.name===e}))[0]},g.prototype.getExtensions=function(){var e=[],t=this.signatures.x509;t&&t.extras&&t.extras.exts&&t.extras.exts.forEach((function(t){t.format="x509",e.push(t)}));var r=this.signatures.openssh;return r&&r.exts&&r.exts.forEach((function(t){t.format="openssh",e.push(t)})),e},g.prototype.isSignedByKey=function(e){if(u.assertCompatible(e,l,[1,2],"issuerKey"),void 0!==this.issuerKey)return this.issuerKey.fingerprint("sha512").matches(e);var t=Object.keys(this.signatures)[0],r=d[t].verify(this,e);return r&&(this.issuerKey=e),r},g.prototype.signWith=function(e){u.assertCompatible(e,p,[1,2],"key");for(var t=Object.keys(d),r=!1,i=0;i0&&-1===d.indexOf("serverAuth")&&d.push("serverAuth"),m.length>0&&-1===d.indexOf("clientAuth")&&d.push("clientAuth"),(m.length>0||f.length>0)&&(-1===d.indexOf("keyAgreement")&&d.push("keyAgreement"),"rsa"===t.type&&-1===d.indexOf("encryption")&&d.push("encryption"))}var v=new g({subjects:n,issuer:n[0],subjectKey:t.toPublic(),issuerKey:t.toPublic(),signatures:{},serial:l,validFrom:o,validUntil:s,purposes:d});return v.signWith(t),v},g.create=function(e,t,r,n,o){var s;s=Array.isArray(e)?e:[e],i.arrayOfObject(s),s.forEach((function(e){u.assertCompatible(e,h,[1,0],"subject")})),u.assertCompatible(t,l,[1,0],"key"),p.isPrivateKey(t)&&(t=t.toPublic()),u.assertCompatible(r,h,[1,0],"issuer"),u.assertCompatible(n,p,[1,2],"issuer key"),i.optionalObject(o,"options"),void 0===o&&(o={}),i.optionalObject(o.validFrom,"options.validFrom"),i.optionalObject(o.validUntil,"options.validUntil");var c=o.validFrom,d=o.validUntil;if(void 0===c&&(c=new Date),void 0===d){i.optionalNumber(o.lifetime,"options.lifetime");var f=o.lifetime;void 0===f&&(f=31536e4),(d=new Date).setTime(d.getTime()+1e3*f)}i.optionalBuffer(o.serial,"options.serial");var m=o.serial;void 0===m&&(m=a.from("0000000000000001","hex"));var v=o.purposes;void 0===v&&(v=[]),-1===v.indexOf("signature")&&v.push("signature"),!0===o.ca&&(-1===v.indexOf("ca")&&v.push("ca"),-1===v.indexOf("crl")&&v.push("crl"));var y=s.filter((function(e){return"host"===e.type})),b=s.filter((function(e){return"user"===e.type}));y.length>0&&-1===v.indexOf("serverAuth")&&v.push("serverAuth"),b.length>0&&-1===v.indexOf("clientAuth")&&v.push("clientAuth"),(b.length>0||y.length>0)&&(-1===v.indexOf("keyAgreement")&&v.push("keyAgreement"),"rsa"===t.type&&-1===v.indexOf("encryption")&&v.push("encryption"));var x=new g({subjects:s,issuer:r,subjectKey:t,issuerKey:n.toPublic(),signatures:{},serial:m,validFrom:c,validUntil:d,purposes:v});return x.signWith(n),x},g.parse=function(e,t,r){"string"!=typeof e&&i.buffer(e,"data"),void 0===t&&(t="auto"),i.string(t,"format"),"string"==typeof r&&(r={filename:r}),i.optionalObject(r,"options"),void 0===r&&(r={}),i.optionalString(r.filename,"options.filename"),void 0===r.filename&&(r.filename="(unnamed)"),i.object(d[t],"formats[format]");try{return d[t].read(e,r)}catch(e){throw new f(r.filename,t,e)}},g.isCertificate=function(e,t){return u.isCompatible(e,g,t)},g.prototype._sshpkApiVersion=[1,1],g._oldVersionDetect=function(e){return[1,0]}},78849:(e,t,r)=>{e.exports={DiffieHellman:f,generateECDSA:function(e){var t=[];if(p){var r={nistp256:"prime256v1",nistp384:"secp384r1",nistp521:"secp521r1"}[e],i=a.createECDH(r);return i.generateKeys(),t.push({name:"curve",data:n.from(e)}),t.push({name:"Q",data:i.getPublicKey()}),t.push({name:"d",data:i.getPrivateKey()}),new l({type:"ecdsa",curve:e,parts:t})}var o=new m(e),s=o.getN(),c=Math.ceil((s.bitLength()+64)/8),u=new d(a.randomBytes(c)),h=s.subtract(d.ONE),f=u.mod(h).add(d.ONE),g=o.getG().multiply(f);return f=n.from(f.toByteArray()),g=n.from(o.getCurve().encodePointHex(g),"hex"),t.push({name:"curve",data:n.from(e)}),t.push({name:"Q",data:g}),t.push({name:"d",data:f}),new l({type:"ecdsa",curve:e,parts:t})},generateED25519:function(){var e=c.sign.keyPair(),t=n.from(e.secretKey),r=n.from(e.publicKey);i.strictEqual(t.length,64),i.strictEqual(r.length,32);var a=[];return a.push({name:"A",data:r}),a.push({name:"k",data:t.slice(0,32)}),new l({type:"ed25519",parts:a})}};var i=r(6144),a=r(76417),n=r(2399).Buffer,o=r(95280),s=r(2743),c=r(50780),u=r(67721),l=r(73079),p=void 0!==a.createECDH,h=(r(66245),r(62241)),d=r(36077).BigInteger;function f(e){if(s.assertCompatible(e,u,[1,4],"key"),this._isPriv=l.isPrivateKey(e,[1,3]),this._algo=e.type,this._curve=e.curve,this._key=e,"dsa"===e.type){if(!p)throw new Error("Due to bugs in the node 0.10 crypto API, node 0.12.x or later is required to use DH");this._dh=a.createDiffieHellman(e.part.p.data,void 0,e.part.g.data,void 0),this._p=e.part.p,this._g=e.part.g,this._isPriv&&this._dh.setPrivateKey(e.part.x.data),this._dh.setPublicKey(e.part.y.data)}else if("ecdsa"===e.type){if(!p)return this._ecParams=new m(this._curve),void(this._isPriv&&(this._priv=new v(this._ecParams,e.part.d.data)));var t={nistp256:"prime256v1",nistp384:"secp384r1",nistp521:"secp521r1"}[e.curve];if(this._dh=a.createECDH(t),"object"!=typeof this._dh||"function"!=typeof this._dh.setPrivateKey)return p=!1,void f.call(this,e);this._isPriv&&this._dh.setPrivateKey(e.part.d.data),this._dh.setPublicKey(e.part.Q.data)}else{if("curve25519"!==e.type)throw new Error("DH not supported for "+e.type+" keys");this._isPriv&&(s.assertCompatible(e,l,[1,5],"key"),this._priv=e.part.k.data)}}function m(e){var t=o.curves[e];i.object(t);var r=new d(t.p),a=new d(t.a),n=new d(t.b),s=new d(t.n),c=d.ONE,u=new h.ECCurveFp(r,a,n),l=u.decodePointHex(t.G.toString("hex"));this.curve=u,this.g=l,this.n=s,this.h=c}function g(e,t){this._params=e,0===t[0]&&(t=t.slice(1)),this._pub=e.getCurve().decodePointHex(t.toString("hex"))}function v(e,t){this._params=e,this._priv=new d(s.mpNormalize(t))}f.prototype.getPublicKey=function(){return this._isPriv?this._key.toPublic():this._key},f.prototype.getPrivateKey=function(){return this._isPriv?this._key:void 0},f.prototype.getKey=f.prototype.getPrivateKey,f.prototype._keyCheck=function(e,t){if(i.object(e,"key"),t||s.assertCompatible(e,l,[1,3],"key"),s.assertCompatible(e,u,[1,4],"key"),e.type!==this._algo)throw new Error("A "+e.type+" key cannot be used in "+this._algo+" Diffie-Hellman");if(e.curve!==this._curve)throw new Error("A key from the "+e.curve+" curve cannot be used with a "+this._curve+" Diffie-Hellman");"dsa"===e.type&&(i.deepEqual(e.part.p,this._p,"DSA key prime does not match"),i.deepEqual(e.part.g,this._g,"DSA key generator does not match"))},f.prototype.setKey=function(e){if(this._keyCheck(e),"dsa"===e.type)this._dh.setPrivateKey(e.part.x.data),this._dh.setPublicKey(e.part.y.data);else if("ecdsa"===e.type)p?(this._dh.setPrivateKey(e.part.d.data),this._dh.setPublicKey(e.part.Q.data)):this._priv=new v(this._ecParams,e.part.d.data);else if("curve25519"===e.type){var t=e.part.k;e.part.k||(t=e.part.r),this._priv=t.data,0===this._priv[0]&&(this._priv=this._priv.slice(1)),this._priv=this._priv.slice(0,32)}this._key=e,this._isPriv=!0},f.prototype.setPrivateKey=f.prototype.setKey,f.prototype.computeSecret=function(e){if(this._keyCheck(e,!0),!this._isPriv)throw new Error("DH exchange has not been initialized with a private key yet");var t;if("dsa"===this._algo)return this._dh.computeSecret(e.part.y.data);if("ecdsa"===this._algo)return p?this._dh.computeSecret(e.part.Q.data):(t=new g(this._ecParams,e.part.Q.data),this._priv.deriveSharedSecret(t));if("curve25519"===this._algo){for(t=e.part.A.data;0===t[0]&&t.length>32;)t=t.slice(1);var r=this._priv;i.strictEqual(t.length,32),i.strictEqual(r.length,32);var a=c.box.before(new Uint8Array(t),new Uint8Array(r));return n.from(a)}throw new Error("Invalid algorithm: "+this._algo)},f.prototype.generateKey=function(){var e,t,r=[];if("dsa"===this._algo)return this._dh.generateKeys(),r.push({name:"p",data:this._p.data}),r.push({name:"q",data:this._key.part.q.data}),r.push({name:"g",data:this._g.data}),r.push({name:"y",data:this._dh.getPublicKey()}),r.push({name:"x",data:this._dh.getPrivateKey()}),this._key=new l({type:"dsa",parts:r}),this._isPriv=!0,this._key;if("ecdsa"===this._algo){if(p)return this._dh.generateKeys(),r.push({name:"curve",data:n.from(this._curve)}),r.push({name:"Q",data:this._dh.getPublicKey()}),r.push({name:"d",data:this._dh.getPrivateKey()}),this._key=new l({type:"ecdsa",curve:this._curve,parts:r}),this._isPriv=!0,this._key;var o=this._ecParams.getN(),s=new d(a.randomBytes(o.bitLength())),u=o.subtract(d.ONE);return e=s.mod(u).add(d.ONE),t=this._ecParams.getG().multiply(e),e=n.from(e.toByteArray()),t=n.from(this._ecParams.getCurve().encodePointHex(t),"hex"),this._priv=new v(this._ecParams,e),r.push({name:"curve",data:n.from(this._curve)}),r.push({name:"Q",data:t}),r.push({name:"d",data:e}),this._key=new l({type:"ecdsa",curve:this._curve,parts:r}),this._isPriv=!0,this._key}if("curve25519"===this._algo){var h=c.box.keyPair();return e=n.from(h.secretKey),t=n.from(h.publicKey),e=n.concat([e,t]),i.strictEqual(e.length,64),i.strictEqual(t.length,32),r.push({name:"A",data:t}),r.push({name:"k",data:e}),this._key=new l({type:"curve25519",parts:r}),this._isPriv=!0,this._key}throw new Error("Invalid algorithm: "+this._algo)},f.prototype.generateKeys=f.prototype.generateKey,m.prototype.getCurve=function(){return this.curve},m.prototype.getG=function(){return this.g},m.prototype.getN=function(){return this.n},m.prototype.getH=function(){return this.h},v.prototype.deriveSharedSecret=function(e){i.ok(e instanceof g);var t=e._pub.multiply(this._priv);return n.from(t.getX().toBigInteger().toByteArray())}},14744:(e,t,r)=>{e.exports={Verifier:u,Signer:l};var i=r(50780),a=r(92413),n=r(31669),o=r(6144),s=r(2399).Buffer,c=r(15270);function u(e,t){if("sha512"!==t.toLowerCase())throw new Error("ED25519 only supports the use of SHA-512 hashes");this.key=e,this.chunks=[],a.Writable.call(this,{})}function l(e,t){if("sha512"!==t.toLowerCase())throw new Error("ED25519 only supports the use of SHA-512 hashes");this.key=e,this.chunks=[],a.Writable.call(this,{})}n.inherits(u,a.Writable),u.prototype._write=function(e,t,r){this.chunks.push(e),r()},u.prototype.update=function(e){"string"==typeof e&&(e=s.from(e,"binary")),this.chunks.push(e)},u.prototype.verify=function(e,t){var r;if(c.isSignature(e,[2,0])){if("ed25519"!==e.type)return!1;r=e.toBuffer("raw")}else if("string"==typeof e)r=s.from(e,"base64");else if(c.isSignature(e,[1,0]))throw new Error("signature was created by too old a version of sshpk and cannot be verified");return o.buffer(r),i.sign.detached.verify(new Uint8Array(s.concat(this.chunks)),new Uint8Array(r),new Uint8Array(this.key.part.A.data))},n.inherits(l,a.Writable),l.prototype._write=function(e,t,r){this.chunks.push(e),r()},l.prototype.update=function(e){"string"==typeof e&&(e=s.from(e,"binary")),this.chunks.push(e)},l.prototype.sign=function(){var e=i.sign.detached(new Uint8Array(s.concat(this.chunks)),new Uint8Array(s.concat([this.key.part.k.data,this.key.part.A.data]))),t=s.from(e),r=c.parse(t,"ed25519","raw");return r.hashAlgorithm="sha512",r}},23004:(e,t,r)=>{r(6144);var i=r(31669);function a(e,t){Error.captureStackTrace&&Error.captureStackTrace(this,a),this.name="FingerprintFormatError",this.fingerprint=e,this.format=t,this.message="Fingerprint format is not supported, or is invalid: ",void 0!==e&&(this.message+=" fingerprint = "+e),void 0!==t&&(this.message+=" format = "+t)}function n(e){Error.captureStackTrace&&Error.captureStackTrace(this,n),this.name="InvalidAlgorithmError",this.algorithm=e,this.message='Algorithm "'+e+'" is not supported'}function o(e,t,r){Error.captureStackTrace&&Error.captureStackTrace(this,o),this.name="KeyParseError",this.format=t,this.keyName=e,this.innerErr=r,this.message="Failed to parse "+e+" as a valid "+t+" format key: "+r.message}function s(e,t,r){Error.captureStackTrace&&Error.captureStackTrace(this,s),this.name="SignatureParseError",this.type=e,this.format=t,this.innerErr=r,this.message="Failed to parse the given data as a "+e+" signature in "+t+" format: "+r.message}function c(e,t,r){Error.captureStackTrace&&Error.captureStackTrace(this,c),this.name="CertificateParseError",this.format=t,this.certName=e,this.innerErr=r,this.message="Failed to parse "+e+" as a valid "+t+" format certificate: "+r.message}function u(e,t){Error.captureStackTrace&&Error.captureStackTrace(this,u),this.name="KeyEncryptedError",this.format=t,this.keyName=e,this.message="The "+t+" format key "+e+" is encrypted (password-protected), and no passphrase was provided in `options`"}i.inherits(a,Error),i.inherits(n,Error),i.inherits(o,Error),i.inherits(s,Error),i.inherits(c,Error),i.inherits(u,Error),e.exports={FingerprintFormatError:a,InvalidAlgorithmError:n,KeyParseError:o,SignatureParseError:s,KeyEncryptedError:u,CertificateParseError:c}},40500:(e,t,r)=>{e.exports=f;var i=r(6144),a=r(2399).Buffer,n=r(95280),o=r(76417),s=r(23004),c=r(67721),u=r(73079),l=r(90312),p=r(2743),h=s.FingerprintFormatError,d=s.InvalidAlgorithmError;function f(e){if(i.object(e,"options"),i.string(e.type,"options.type"),i.buffer(e.hash,"options.hash"),i.string(e.algorithm,"options.algorithm"),this.algorithm=e.algorithm.toLowerCase(),!0!==n.hashAlgs[this.algorithm])throw new d(this.algorithm);this.hash=e.hash,this.type=e.type,this.hashType=e.hashType}f.prototype.toString=function(e){switch(void 0===e&&(e="md5"===this.algorithm||"spki"===this.hashType?"hex":"base64"),i.string(e),e){case"hex":return"spki"===this.hashType?this.hash.toString("hex"):this.hash.toString("hex").replace(/(.{2})(?=.)/g,"$1:");case"base64":return"spki"===this.hashType?this.hash.toString("base64"):(t=this.algorithm,r=this.hash.toString("base64"),t.toUpperCase()+":"+r.replace(/=*$/,""));default:throw new h(void 0,e)}var t,r},f.prototype.matches=function(e){i.object(e,"key or certificate"),"key"===this.type&&"ssh"!==this.hashType?(p.assertCompatible(e,c,[1,7],"key with spki"),u.isPrivateKey(e)&&p.assertCompatible(e,u,[1,6],"privatekey with spki support")):"key"===this.type?p.assertCompatible(e,c,[1,0],"key"):p.assertCompatible(e,l,[1,0],"certificate");var t=e.hash(this.algorithm,this.hashType),r=o.createHash(this.algorithm).update(t).digest("base64");return void 0===this.hash2&&(this.hash2=o.createHash(this.algorithm).update(this.hash).digest("base64")),this.hash2===r};var m=/^[A-Za-z0-9+\/=]+$/,g=/^[a-fA-F0-9]+$/;f.parse=function(e,t){var r,o,s;i.string(e,"fingerprint"),Array.isArray(t)&&(s=t,t={}),i.optionalObject(t,"options"),void 0===t&&(t={}),void 0!==t.enAlgs&&(s=t.enAlgs),void 0!==t.algorithms&&(s=t.algorithms),i.optionalArrayOfString(s,"algorithms");var c="ssh";void 0!==t.hashType&&(c=t.hashType),i.string(c,"options.hashType");var u=e.split(":");if(2==u.length){if(r=u[0].toLowerCase(),!m.test(u[1]))throw new h(e);try{o=a.from(u[1],"base64")}catch(t){throw new h(e)}}else if(u.length>2){if(r="md5","md5"===u[0].toLowerCase()&&(u=u.slice(1)),u=(u=u.map((function(t){for(;t.length<2;)t="0"+t;if(t.length>2)throw new h(e);return t}))).join(""),!g.test(u)||u.length%2!=0)throw new h(e);try{o=a.from(u,"hex")}catch(t){throw new h(e)}}else{if(g.test(e))o=a.from(e,"hex");else{if(!m.test(e))throw new h(e);o=a.from(e,"base64")}switch(o.length){case 32:r="sha256";break;case 16:r="md5";break;case 20:r="sha1";break;case 64:r="sha512";break;default:throw new h(e)}void 0===t.hashType&&(c="spki")}if(void 0===r)throw new h(e);if(void 0===n.hashAlgs[r])throw new d(r);if(void 0!==s&&-1===(s=s.map((function(e){return e.toLowerCase()}))).indexOf(r))throw new d(r);return new f({algorithm:r,hash:o,type:t.type||"key",hashType:c})},f.isFingerprint=function(e,t){return p.isCompatible(e,f,t)},f.prototype._sshpkApiVersion=[1,2],f._oldVersionDetect=function(e){return i.func(e.toString),i.func(e.matches),[1,0]}},31683:(e,t,r)=>{e.exports={read:function(e,t){if("string"==typeof e){if(e.trim().match(/^[-]+[ ]*BEGIN/))return n.read(e,t);if(e.match(/^\s*ssh-[a-z]/))return o.read(e,t);if(e.match(/^\s*ecdsa-/))return o.read(e,t);if(e.match(/^putty-user-key-file-2:/i))return u.read(e,t);if(p(e))return c.read(e,t);e=a.from(e,"binary")}else{if(i.buffer(e),function(e){for(var t=0;te.length||"BEGIN"!==e.slice(t,t+5).toString("ascii"))}(e))return n.read(e,t);if(function(e){for(var t=0;t{e.exports={read:function(e,t){"string"!=typeof e&&(i.buffer(e,"buf"),e=e.toString("ascii"));var r=e.split("\n");if(r[0].match(/^Private-key-format\: v1/)){var c=r[1].split(" "),p=parseInt(c[1],10),h=c[2];if(!u[p])throw new Error("Unsupported algorithm: "+h);return function(e,t){if(u[e].match(/^RSA-/))return function(e){var t={};e.forEach((function(e){"Modulus:"===e.split(" ")[0]?t.n=l(e):"PublicExponent:"===e.split(" ")[0]?t.e=l(e):"PrivateExponent:"===e.split(" ")[0]?t.d=l(e):"Prime1:"===e.split(" ")[0]?t.p=l(e):"Prime2:"===e.split(" ")[0]?t.q=l(e):"Exponent1:"===e.split(" ")[0]?t.dmodp=l(e):"Exponent2:"===e.split(" ")[0]?t.dmodq=l(e):"Coefficient:"===e.split(" ")[0]&&(t.iqmp=l(e))}));var r={type:"rsa",parts:[{name:"e",data:s.mpNormalize(t.e)},{name:"n",data:s.mpNormalize(t.n)},{name:"d",data:s.mpNormalize(t.d)},{name:"p",data:s.mpNormalize(t.p)},{name:"q",data:s.mpNormalize(t.q)},{name:"dmodp",data:s.mpNormalize(t.dmodp)},{name:"dmodq",data:s.mpNormalize(t.dmodq)},{name:"iqmp",data:s.mpNormalize(t.iqmp)}]};return new o(r)}(t);if("ECDSA-P384-SHA384"===u[e]||"ECDSA-P256-SHA256"===u[e]){var r=a.from(t[0].split(" ")[1],"base64"),i="nistp384",n=384;"ECDSA-P256-SHA256"===u[e]&&(i="nistp256",n=256);var c=s.publicFromPrivateECDSA(i,r).part.Q.data,p={type:"ecdsa",curve:i,size:n,parts:[{name:"curve",data:a.from(i)},{name:"d",data:r},{name:"Q",data:c}]};return new o(p)}throw new Error("Unsupported algorithm: "+u[e])}(p,r.slice(2))}for(var d=0;r[d].match(/^\;/);)d++;if((r[d].match(/\. IN KEY /)||r[d].match(/\. IN DNSKEY /))&&0===r[d+1].length)return function(e){var t=e.split(" "),r=parseInt(t[5],10);if(!u[r])throw new Error("Unsupported algorithm: "+r);var i=t.slice(6,t.length).join(),o=a.from(i,"base64");if(u[r].match(/^RSA-/)){var c=o.readUInt8(0);if(3!=c&&1!=c)throw new Error("Cannot parse dnssec key: unsupported exponent length");var l=o.slice(1,c+1);l=s.mpNormalize(l);var p=o.slice(1+c);p=s.mpNormalize(p);var h={type:"rsa",parts:[]};return h.parts.push({name:"e",data:l}),h.parts.push({name:"n",data:p}),new n(h)}if("ECDSA-P384-SHA384"===u[r]||"ECDSA-P256-SHA256"===u[r]){var d="nistp384",f=384;u[r].match(/^ECDSA-P256-SHA256/)&&(d="nistp256",f=256);var m={type:"ecdsa",curve:d,size:f,parts:[{name:"curve",data:a.from(d)},{name:"Q",data:s.ecNormalize(o)}]};return new n(m)}throw new Error("Unsupported algorithm: "+u[r])}(r[d]);throw new Error("Cannot parse dnssec key")},write:function(e,t){if(o.isPrivateKey(e)){if("rsa"===e.type)return function(e,t){e.part.dmodp&&e.part.dmodq||s.addRSAMissing(e);var r="";r+="Private-key-format: v1.3\n",r+="Algorithm: "+function(e){if(e&&e.hashAlgo&&"sha1"!==e.hashAlgo){if("sha256"===e.hashAlgo)return"8 (RSASHA256)";if("sha512"===e.hashAlgo)return"10 (RSASHA512)";throw new Error("Unknown or unsupported hash: "+e.hashAlgo)}return"5 (RSASHA1)"}(t)+"\n",r+="Modulus: "+s.mpDenormalize(e.part.n.data).toString("base64")+"\n",r+="PublicExponent: "+s.mpDenormalize(e.part.e.data).toString("base64")+"\n",r+="PrivateExponent: "+s.mpDenormalize(e.part.d.data).toString("base64")+"\n",r+="Prime1: "+s.mpDenormalize(e.part.p.data).toString("base64")+"\n",r+="Prime2: "+s.mpDenormalize(e.part.q.data).toString("base64")+"\n",r+="Exponent1: "+s.mpDenormalize(e.part.dmodp.data).toString("base64")+"\n",r+="Exponent2: "+s.mpDenormalize(e.part.dmodq.data).toString("base64")+"\n",r+="Coefficient: "+s.mpDenormalize(e.part.iqmp.data).toString("base64")+"\n";var i=new Date;return r+="Created: "+p(i)+"\n",r+="Publish: "+p(i)+"\n",r+="Activate: "+p(i)+"\n",a.from(r,"ascii")}(e,t);if("ecdsa"===e.type)return function(e,t){var r="";if(r+="Private-key-format: v1.3\n","nistp256"===e.curve)r+="Algorithm: 13 (ECDSAP256SHA256)\n";else{if("nistp384"!==e.curve)throw new Error("Unsupported curve");r+="Algorithm: 14 (ECDSAP384SHA384)\n"}r+="PrivateKey: "+e.part.d.data.toString("base64")+"\n";var i=new Date;return r+="Created: "+p(i)+"\n",r+="Publish: "+p(i)+"\n",r+="Activate: "+p(i)+"\n",a.from(r,"ascii")}(e);throw new Error("Unsupported algorithm: "+e.type)}throw n.isKey(e)?new Error('Format "dnssec" only supports writing private keys'):new Error("key is not a Key or PrivateKey")}};var i=r(6144),a=r(2399).Buffer,n=r(67721),o=r(73079),s=r(2743),c=(r(34840),r(78849),{"rsa-sha1":5,"rsa-sha256":8,"rsa-sha512":10,"ecdsa-p256-sha256":13,"ecdsa-p384-sha384":14}),u={};function l(e){return a.from(e.split(" ")[1],"base64")}function p(e){var t=e.getFullYear()+""+(e.getMonth()+1)+e.getUTCDate();return(t+=""+e.getUTCHours()+e.getUTCMinutes())+e.getUTCSeconds()}Object.keys(c).forEach((function(e){u[c[e]]=e.toUpperCase()}))},85716:(e,t,r)=>{e.exports={read:function(e,t){o.isBuffer(e)&&(e=e.toString("ascii"));var r=e.trim().split(/[ \t\n]+/g);if(r.length<2||r.length>3)throw new Error("Not a valid SSH certificate line");var i=r[0],a=r[1];return g(a=o.from(a,"base64"),i)},verify:function(e,t){return!1},sign:function(e,t){void 0===e.signatures.openssh&&(e.signatures.openssh={});try{var r=b(e,!0)}catch(t){return delete e.signatures.openssh,!1}var i=e.signatures.openssh,a=void 0;"rsa"!==t.type&&"dsa"!==t.type||(a="sha1");var n=t.createSign(a);return n.write(r),i.signature=n.sign(),!0},signAsync:function(e,t,r){void 0===e.signatures.openssh&&(e.signatures.openssh={});try{var i=b(e,!0)}catch(t){return delete e.signatures.openssh,void r(t)}var a=e.signatures.openssh;t(i,(function(e,t){if(e)r(e);else{try{t.toBuffer("ssh")}catch(e){return void r(e)}a.signature=t,r()}}))},write:function(e,t){void 0===t&&(t={});var r=b(e),i=x(e.subjectKey)+" "+r.toString("base64");return t.comment&&(i=i+" "+t.comment),i},fromBuffer:g,toBuffer:b};var i=r(6144),a=r(34840),n=r(76417),o=r(2399).Buffer,s=r(95280),c=r(67721),u=(r(73079),r(85279)),l=r(84274),p=r(15270),h=r(2743),d=r(90312),f={user:1,host:2};Object.keys(f).forEach((function(e){f[f[e]]=e}));var m=/^ecdsa-sha2-([^@-]+)-cert-v01@openssh.com$/;function g(e,t,r){var n=new a({buffer:e}),o=n.readString();if(void 0!==t&&o!==t)throw new Error("SSH certificate algorithm mismatch");void 0===t&&(t=o);var g={signatures:{}};g.signatures.openssh={},g.signatures.openssh.nonce=n.readBuffer();var y={},b=y.parts=[];y.type=function(e){if("ssh-rsa-cert-v01@openssh.com"===e)return"rsa";if("ssh-dss-cert-v01@openssh.com"===e)return"dsa";if(e.match(m))return"ecdsa";if("ssh-ed25519-cert-v01@openssh.com"===e)return"ed25519";throw new Error("Unsupported cert type "+e)}(t);for(var x=s.info[y.type].parts.length;b.length=1,"key must have at least one part");var w=s.info[y.type];if("ecdsa"===y.type){var k=m.exec(t);i.ok(null!==k),i.strictEqual(k[1],b[0].data.toString())}for(var _=0;_{e.exports={read:function(e,t,r){var c=e;"string"!=typeof e&&(i.buffer(e,"buf"),e=e.toString("ascii"));for(var u,g,y=e.trim().split(/[\r\n]+/g),b=-1;!u&&b0;)g=y[--x].match(/[-]+[ ]*END ([A-Z0-9][A-Za-z0-9]+ )?(PUBLIC|PRIVATE) KEY[ ]*[-]+/);i.ok(g,"invalid PEM footer"),i.equal(u[2],g[2]);var w,k=u[2].toLowerCase();u[1]&&(i.equal(u[1],g[1],"PEM header and footer mismatch"),w=u[1].trim()),y=y.slice(b,x+1);for(var _,j,E,S={};u=(y=y.slice(1))[0].match(/^([A-Za-z0-9-]+): (.+)$/);)S[u[1].toLowerCase()]=u[2];if(y=y.slice(0,-1).join(""),e=o.from(y,"base64"),S["proc-type"]){var D=S["proc-type"].split(",");if("4"===D[0]&&"ENCRYPTED"===D[1]){if("string"==typeof t.passphrase&&(t.passphrase=o.from(t.passphrase,"utf-8")),!o.isBuffer(t.passphrase))throw new f.KeyEncryptedError(t.filename,"PEM");D=S["dek-info"].split(","),i.ok(2===D.length),_=D[0].toLowerCase(),E=o.from(D[1],"hex"),j=s.opensslKeyDeriv(_,E,t.passphrase,1).key}}if(w&&"encrypted"===w.toLowerCase()){var A,C=new a.BerReader(e);C.readSequence(),C.readSequence(),A=C.offset+C.length;var T=C.readOID();if("1.2.840.113549.1.5.13"!==T)throw new Error("Unsupported PEM/PKCS8 encryption scheme: "+T);C.readSequence(),C.readSequence();var P=C.offset+C.length,O=C.readOID();if("1.2.840.113549.1.5.12"!==O)throw new Error("Unsupported PBES2 KDF: "+O);C.readSequence();var F=C.readString(a.Ber.OctetString,!0),I=C.readInt(),z="sha1";if(C.offsetd.length&&(y=d.length),g+=m.write(d.slice(v,y),g),m[g++]=10,v=y}return g+=m.write("-----END "+n+"-----\n",g),m.slice(0,g)}};var i=r(6144),a=r(90476),n=r(76417),o=r(2399).Buffer,s=(r(95280),r(2743)),c=r(67721),u=r(73079),l=r(50562),p=r(92693),h=r(53176),d=r(84274),f=r(23004),m={"1.2.840.113549.3.7":"3des-cbc","2.16.840.1.101.3.4.1.2":"aes128-cbc","2.16.840.1.101.3.4.1.42":"aes256-cbc"},g={};Object.keys(m).forEach((function(e){g[m[e]]=e}));var v={"1.2.840.113549.2.7":"sha1","1.2.840.113549.2.9":"sha256","1.2.840.113549.2.11":"sha512"},y={};Object.keys(v).forEach((function(e){y[v[e]]=e}))},50562:(e,t,r)=>{e.exports={read:function(e,t){return l.read(e,t,"pkcs1")},readPkcs1:function(e,t,r){switch(e){case"RSA":if("public"===t)return function(e){var t=h(e,"modulus"),r=h(e,"exponent");return new c({type:"rsa",parts:[{name:"e",data:r},{name:"n",data:t}]})}(r);if("private"===t)return function(e){var t=h(e,"version");i.strictEqual(t[0],0);var r=h(e,"modulus"),a=h(e,"public exponent"),n=h(e,"private exponent"),o=h(e,"prime1"),s=h(e,"prime2"),c=h(e,"exponent1"),l=h(e,"exponent2"),p=h(e,"iqmp");return new u({type:"rsa",parts:[{name:"n",data:r},{name:"e",data:a},{name:"d",data:n},{name:"iqmp",data:p},{name:"p",data:o},{name:"q",data:s},{name:"dmodp",data:c},{name:"dmodq",data:l}]})}(r);throw new Error("Unknown key type: "+t);case"DSA":if("public"===t)return function(e){var t=h(e,"y"),r=h(e,"p"),i=h(e,"q"),a=h(e,"g");return new c({type:"dsa",parts:[{name:"y",data:t},{name:"p",data:r},{name:"q",data:i},{name:"g",data:a}]})}(r);if("private"===t)return function(e){var t=h(e,"version");i.strictEqual(t.readUInt8(0),0);var r=h(e,"p"),a=h(e,"q"),n=h(e,"g"),o=h(e,"y"),s=h(e,"x");return new u({type:"dsa",parts:[{name:"p",data:r},{name:"q",data:a},{name:"g",data:n},{name:"y",data:o},{name:"x",data:s}]})}(r);throw new Error("Unknown key type: "+t);case"EC":case"ECDSA":if("private"===t)return function(e){var t=h(e,"version");i.strictEqual(t.readUInt8(0),1);var r=e.readString(a.Ber.OctetString,!0);e.readSequence(160);var o=p(e);i.string(o,"a known elliptic curve"),e.readSequence(161);var c=e.readString(a.Ber.BitString,!0);c=s.ecNormalize(c);var l={type:"ecdsa",parts:[{name:"curve",data:n.from(o)},{name:"Q",data:c},{name:"d",data:r}]};return new u(l)}(r);if("public"===t)return function(e){e.readSequence();var t=e.readOID();i.strictEqual(t,"1.2.840.10045.2.1","must be ecPublicKey");for(var r,u=e.readOID(),l=Object.keys(o.curves),p=0;p{e.exports={read:function(e,t){return l.read(e,t,"pkcs8")},readPkcs8:function(e,t,r){r.peek()===a.Ber.Integer&&(i.strictEqual(t,"private","unexpected Integer at start of public key"),r.readString(a.Ber.Integer,!0)),r.readSequence();var o=r.offset+r.length,l=r.readOID();switch(l){case"1.2.840.113549.1.1.1":return r._offset=o,"public"===t?function(e){e.readSequence(a.Ber.BitString),e.readByte(),e.readSequence();var t=p(e,"modulus"),r=p(e,"exponent"),i={type:"rsa",source:e.originalInput,parts:[{name:"e",data:r},{name:"n",data:t}]};return new c(i)}(r):function(e){e.readSequence(a.Ber.OctetString),e.readSequence();var t=p(e,"version");i.equal(t[0],0,"unknown RSA private key version");var r=p(e,"modulus"),n=p(e,"public exponent"),o=p(e,"private exponent"),s=p(e,"prime1"),c=p(e,"prime2"),l=p(e,"exponent1"),h=p(e,"exponent2"),d=p(e,"iqmp");return new u({type:"rsa",parts:[{name:"n",data:r},{name:"e",data:n},{name:"d",data:o},{name:"iqmp",data:d},{name:"p",data:s},{name:"q",data:c},{name:"dmodp",data:l},{name:"dmodq",data:h}]})}(r);case"1.2.840.10040.4.1":return"public"===t?function(e){e.readSequence();var t=p(e,"p"),r=p(e,"q"),i=p(e,"g");e.readSequence(a.Ber.BitString),e.readByte();var n=p(e,"y");return new c({type:"dsa",parts:[{name:"p",data:t},{name:"q",data:r},{name:"g",data:i},{name:"y",data:n}]})}(r):function(e){e.readSequence();var t=p(e,"p"),r=p(e,"q"),i=p(e,"g");e.readSequence(a.Ber.OctetString);var n=p(e,"x"),o=s.calculateDSAPublic(i,t,n);return new u({type:"dsa",parts:[{name:"p",data:t},{name:"q",data:r},{name:"g",data:i},{name:"y",data:o},{name:"x",data:n}]})}(r);case"1.2.840.10045.2.1":return"public"===t?function(e){var t=h(e);i.string(t,"a known elliptic curve");var r=e.readString(a.Ber.BitString,!0);r=s.ecNormalize(r);var o={type:"ecdsa",parts:[{name:"curve",data:n.from(t)},{name:"Q",data:r}]};return new c(o)}(r):function(e){var t=h(e);i.string(t,"a known elliptic curve"),e.readSequence(a.Ber.OctetString),e.readSequence();var r=p(e,"version");i.equal(r[0],1,"unknown version of ECDSA key");var o,c=e.readString(a.Ber.OctetString,!0);160==e.peek()&&(e.readSequence(160),e._offset+=e.length),161==e.peek()&&(e.readSequence(161),o=e.readString(a.Ber.BitString,!0),o=s.ecNormalize(o)),void 0===o&&(o=s.publicFromPrivateECDSA(t,c).part.Q.data);var l={type:"ecdsa",parts:[{name:"curve",data:n.from(t)},{name:"Q",data:o},{name:"d",data:c}]};return new u(l)}(r);case"1.3.101.112":return"public"===t?function(e){0===e.peek()&&e.readByte();var t=s.readBitString(e),r={type:"ed25519",parts:[{name:"A",data:s.zeroPadToLength(t,32)}]};return new c(r)}(r):function(e){0===e.peek()&&e.readByte(),e.readSequence(a.Ber.OctetString);var t,r=e.readString(a.Ber.OctetString,!0);r=s.zeroPadToLength(r,32),e.peek()===a.Ber.BitString?(t=s.readBitString(e),t=s.zeroPadToLength(t,32)):t=s.calculateED25519Public(r);var i={type:"ed25519",parts:[{name:"A",data:s.zeroPadToLength(t,32)},{name:"k",data:s.zeroPadToLength(r,32)}]};return new u(i)}(r);case"1.3.101.110":return"public"===t?function(e){var t=s.readBitString(e),r={type:"curve25519",parts:[{name:"A",data:s.zeroPadToLength(t,32)}]};return new c(r)}(r):function(e){0===e.peek()&&e.readByte(),e.readSequence(a.Ber.OctetString);var t=e.readString(a.Ber.OctetString,!0);t=s.zeroPadToLength(t,32);var r=s.calculateX25519Public(t),i={type:"curve25519",parts:[{name:"A",data:s.zeroPadToLength(r,32)},{name:"k",data:s.zeroPadToLength(t,32)}]};return new u(i)}(r);default:throw new Error("Unknown key type OID "+l)}},write:function(e,t){return l.write(e,t,"pkcs8")},writePkcs8:d,pkcs8ToBuffer:function(e){var t=new a.BerWriter;return d(t,e),t.buffer},readECDSACurve:h,writeECDSACurve:f};var i=r(6144),a=r(90476),n=r(2399).Buffer,o=r(95280),s=r(2743),c=r(67721),u=r(73079),l=r(68256);function p(e,t){return i.strictEqual(e.peek(),a.Ber.Integer,t+" is not an Integer"),s.mpNormalize(e.readString(a.Ber.Integer,!0))}function h(e){var t,r,c,u,l;if(e.peek()===a.Ber.OID){var p=e.readOID();for(r=Object.keys(o.curves),c=0;c{e.exports={read:function(e,t){for(var r,o=e.toString("ascii").split(/[\r\n]+/),c=!1,u=0;uo.length)throw new Error("Invalid public-lines count");var d=a.from(o.slice(u,u+h).join(""),"base64"),f=n.algToKeyType(l),m=n.read(d);if(m.type!==f)throw new Error("Outer key algorithm mismatch");return m.comment=p,m},write:function(e,t){if(i.object(e),!o.isKey(e))throw new Error("Must be a public key");var r=n.keyTypeToAlg(e),s=n.write(e),c=e.comment||"",u=function(e,t){for(var r=[],i=0;i{e.exports={read:h.bind(void 0,!1,void 0),readType:h.bind(void 0,!1),write:function(e,t){i.object(e);var r,s=p(e),l=n.info[e.type];c.isPrivateKey(e)&&(l=n.privInfo[e.type]);var h=l.parts,d=new u({});for(d.writeString(s),r=0;r=1,"key must have at least one part"),i.ok(e||f.atEnd(),"leftover bytes at end of key");var v=s,y=n.info[h.type];if("private"!==t&&y.parts.length===d.length||(y=n.privInfo[h.type],v=c),i.strictEqual(y.parts.length,d.length),"ecdsa"===h.type){var b=/^ecdsa-sha2-(.+)$/.exec(m);i.ok(null!==b),i.strictEqual(b[1],d[0].data.toString())}for(var x=!0,w=0;w{e.exports={read:function(e,t){return u.read(e,t)},readSSHPrivate:function(e,t,c){var u=(t=new p({buffer:t})).readCString();a.strictEqual(u,d,"bad magic string");var f=t.readString(),m=t.readString(),g=t.readBuffer();if(1!==t.readInt())throw new Error("OpenSSH-format key file contains multiple keys: this is unsupported.");var v=t.readBuffer();if("public"===e)return a.ok(t.atEnd(),"excess bytes left after key"),l.read(v);var y=t.readBuffer();a.ok(t.atEnd(),"excess bytes left after key");var b=new p({buffer:g});switch(m){case"none":if("none"!==f)throw new Error('OpenSSH-format key uses KDF "none" but specifies a cipher other than "none"');break;case"bcrypt":var x=b.readBuffer(),w=b.readInt(),k=o.opensshCipherInfo(f);if(void 0===i&&(i=r(62703)),"string"==typeof c.passphrase&&(c.passphrase=n.from(c.passphrase,"utf-8")),!n.isBuffer(c.passphrase))throw new h.KeyEncryptedError(c.filename,"OpenSSH");var _=new Uint8Array(c.passphrase),j=new Uint8Array(x),E=new Uint8Array(k.keySize+k.blockSize);if(0!==i.pbkdf(_,_.length,j,j.length,E,E.length,w))throw new Error("bcrypt_pbkdf function returned failure, parameters invalid");var S=(E=n.from(E)).slice(0,k.keySize),D=E.slice(k.keySize,k.keySize+k.blockSize),A=s.createDecipheriv(k.opensslName,S,D);A.setAutoPadding(!1);var C,T=[];for(A.once("error",(function(e){if(-1!==e.toString().indexOf("bad decrypt"))throw new Error("Incorrect passphrase supplied, could not decrypt key");throw e})),A.write(y),A.end();null!==(C=A.read());)T.push(C);y=n.concat(T);break;default:throw new Error('OpenSSH-format key uses unknown KDF "'+m+'"')}if((t=new p({buffer:y})).readInt()!==t.readInt())throw new Error("Incorrect passphrase supplied, could not decrypt key");var P={},O=l.readInternal(P,"private",t.remainder());t.skip(P.consumed);var F=t.readString();return O.comment=F,O},write:function(e,t){var u;u=c.isPrivateKey(e)?e.toPublic():e;var l,h,f="none",m="none",g=n.alloc(0),v={blockSize:8};if(void 0!==t&&("string"==typeof(l=t.passphrase)&&(l=n.from(l,"utf-8")),void 0!==l&&(a.buffer(l,"options.passphrase"),a.optionalString(t.cipher,"options.cipher"),void 0===(f=t.cipher)&&(f="aes128-ctr"),v=o.opensshCipherInfo(f),m="bcrypt")),c.isPrivateKey(e)){h=new p({});var y=s.randomBytes(4).readUInt32BE(0);h.writeInt(y),h.writeInt(y),h.write(e.toBuffer("rfc4253")),h.writeString(e.comment||"");for(var b=1;h._offset%v.blockSize!=0;)h.writeChar(b++);h=h.toBuffer()}switch(m){case"none":break;case"bcrypt":var x=s.randomBytes(16),w=new p({});w.writeBuffer(x),w.writeInt(16),g=w.toBuffer(),void 0===i&&(i=r(62703));var k=new Uint8Array(l),_=new Uint8Array(x),j=new Uint8Array(v.keySize+v.blockSize);if(0!==i.pbkdf(k,k.length,_,_.length,j,j.length,16))throw new Error("bcrypt_pbkdf function returned failure, parameters invalid");var E=(j=n.from(j)).slice(0,v.keySize),S=j.slice(v.keySize,v.keySize+v.blockSize),D=s.createCipheriv(v.opensslName,E,S);D.setAutoPadding(!1);var A,C=[];for(D.once("error",(function(e){throw e})),D.write(h),D.end();null!==(A=D.read());)C.push(A);h=n.concat(C);break;default:throw new Error("Unsupported kdf "+m)}var T,P=new p({});P.writeCString(d),P.writeString(f),P.writeString(m),P.writeBuffer(g),P.writeInt(1),P.writeBuffer(u.toBuffer("rfc4253")),h&&P.writeBuffer(h),P=P.toBuffer(),T=c.isPrivateKey(e)?"OPENSSH PRIVATE KEY":"OPENSSH PUBLIC KEY";var O=P.toString("base64"),F=O.length+O.length/70+18+16+2*T.length+10,I=0;I+=(P=n.alloc(F)).write("-----BEGIN "+T+"-----\n",I);for(var z=0;zO.length&&(R=O.length),I+=P.write(O.slice(z,R),I),P[I++]=10,z=R}return I+=P.write("-----END "+T+"-----\n",I),P.slice(0,I)}};var i,a=r(6144),n=(r(90476),r(2399).Buffer),o=(r(95280),r(2743)),s=r(76417),c=(r(67721),r(73079)),u=r(68256),l=r(84274),p=r(34840),h=r(23004),d="openssh-key-v1"},26550:(e,t,r)=>{e.exports={read:function(e,t){"string"!=typeof e&&(i.buffer(e,"buf"),e=e.toString("ascii"));var r=e.trim().replace(/[\\\r]/g,""),o=r.match(s);o||(o=r.match(c)),i.ok(o,"key must match regex");var u,l=n.algToKeyType(o[1]),p=a.from(o[2],"base64"),h={};if(o[4])try{u=n.read(p)}catch(e){o=r.match(c),i.ok(o,"key must match regex"),p=a.from(o[2],"base64"),u=n.readInternal(h,"public",p)}else u=n.readInternal(h,"public",p);if(i.strictEqual(l,u.type),o[4]&&o[4].length>0)u.comment=o[4];else if(h.consumed){var d=o[2]+(o[3]?o[3]:""),f=4*Math.ceil(h.consumed/3);for(d=d.slice(0,f-2).replace(/[^a-zA-Z0-9+\/=]/g,"")+d.slice(f-2),h.consumed%3>0&&"="!==d.slice(f-1,f)&&f--;"="===d.slice(f,f+1);)f++;var m=d.slice(f);(m=m.replace(/[\r\n]/g," ").replace(/^\s+/,"")).match(/^[a-zA-Z0-9]/)&&(u.comment=m)}return u},write:function(e,t){if(i.object(e),!o.isKey(e))throw new Error("Must be a public key");var r=[],s=n.keyTypeToAlg(e);r.push(s);var c=n.write(e);return r.push(c.toString("base64")),e.comment&&r.push(e.comment),a.from(r.join(" "))}};var i=r(6144),a=r(2399).Buffer,n=r(84274),o=(r(2743),r(67721)),s=(r(73079),r(53176),/^([a-z0-9-]+)[ \t]+([a-zA-Z0-9+\/]+[=]*)([ \t]+([^ \t][^\n]*[\n]*)?)?$/),c=/^([a-z0-9-]+)[ \t\n]+([a-zA-Z0-9+\/][a-zA-Z0-9+\/ \t\n=]*)([^a-zA-Z0-9+\/ \t\n=].*)?$/},65221:(e,t,r)=>{var i=r(67026);e.exports={read:function(e,t){"string"!=typeof e&&(a.buffer(e,"buf"),e=e.toString("ascii"));for(var r,o,s=e.trim().split(/[\r\n]+/g),c=-1;!r&&c0;)o=s[--u].match(/[-]+[ ]*END CERTIFICATE[ ]*[-]+/);a.ok(o,"invalid PEM footer"),s=s.slice(c,u+1);for(var l={};r=(s=s.slice(1))[0].match(/^([A-Za-z0-9-]+): (.+)$/);)l[r[1].toLowerCase()]=r[2];return s=s.slice(0,-1).join(""),e=n.from(s,"base64"),i.read(e,t)},verify:i.verify,sign:i.sign,write:function(e,t){var r="CERTIFICATE",a=i.write(e,t).toString("base64"),o=a.length+a.length/64+18+16+2*r.length+10,s=n.alloc(o),c=0;c+=s.write("-----BEGIN "+r+"-----\n",c);for(var u=0;ua.length&&(l=a.length),c+=s.write(a.slice(u,l),c),s[c++]=10,u=l}return c+=s.write("-----END "+r+"-----\n",c),s.slice(0,c)}};var a=r(6144),n=(r(90476),r(2399).Buffer);r(95280),r(2743),r(67721),r(73079),r(68256),r(85279),r(15270),r(90312)},67026:(e,t,r)=>{e.exports={read:function(e,t){"string"==typeof e&&(e=n.from(e,"binary")),i.buffer(e,"buf");var r=new a.BerReader(e);if(r.readSequence(),Math.abs(r.length-r.remain)>1)throw new Error("DER sequence does not contain whole byte stream");var h=r.offset;r.readSequence();var f=r.offset+r.length,m=f;if(r.peek()===p(0)){r.readSequence(p(0));var g=r.readInt();i.ok(g<=3,"only x.509 versions up to v3 supported")}var v={signatures:{}},b=v.signatures.x509={};b.extras={},v.serial=function(e,t){return i.strictEqual(e.peek(),a.Ber.Integer,"serial is not an Integer"),o.mpNormalize(e.readString(a.Ber.Integer,!0))}(r),r.readSequence();var x=r.offset+r.length,w=r.readOID();if(void 0===d[w])throw new Error("unknown signature algorithm "+w);if(r._offset=x,v.issuer=s.parseAsn1(r),r.readSequence(),v.validFrom=y(r),v.validUntil=y(r),v.subjects=[s.parseAsn1(r)],r.readSequence(),x=r.offset+r.length,v.subjectKey=l.readPkcs8(void 0,"public",r),r._offset=x,r.peek()===p(1)&&(r.readSequence(p(1)),b.extras.issuerUniqueID=e.slice(r.offset,r.offset+r.length),r._offset+=r.length),r.peek()===p(2)&&(r.readSequence(p(2)),b.extras.subjectUniqueID=e.slice(r.offset,r.offset+r.length),r._offset+=r.length),r.peek()===p(3)){r.readSequence(p(3));var k=r.offset+r.length;for(r.readSequence();r.offset=60?n-1:n,r.setUTCFullYear(o,parseInt(t[2],10)-1,parseInt(t[3],10)),r.setUTCHours(parseInt(t[4],10),parseInt(t[5],10)),t[6]&&t[6].length>0&&r.setUTCSeconds(parseInt(t[6],10)),r}(e.readString(a.Ber.UTCTime));if(e.peek()===a.Ber.GeneralizedTime)return function(e){var t=e.match(S);i.ok(t);var r=new Date;return r.setUTCFullYear(parseInt(t[1],10),parseInt(t[2],10)-1,parseInt(t[3],10)),r.setUTCHours(parseInt(t[4],10),parseInt(t[5],10)),t[6]&&t[6].length>0&&r.setUTCSeconds(parseInt(t[6],10)),r}(e.readString(a.Ber.GeneralizedTime));throw new Error("Unsupported date format")}function b(e,t){var r,i;t.getUTCFullYear()>=2050||t.getUTCFullYear()<1950?e.writeString((i="",i+=D((r=t).getUTCFullYear(),4),i+=D(r.getUTCMonth()+1),i+=D(r.getUTCDate()),i+=D(r.getUTCHours()),i+=D(r.getUTCMinutes()),i+=D(r.getUTCSeconds()),i+="Z"),a.Ber.GeneralizedTime):e.writeString(function(e){var t="";return t+=D(e.getUTCFullYear()%100),t+=D(e.getUTCMonth()+1),t+=D(e.getUTCDate()),t+=D(e.getUTCHours()),t+=D(e.getUTCMinutes()),(t+=D(e.getUTCSeconds()))+"Z"}(t),a.Ber.UTCTime)}var x={OtherName:p(0),RFC822Name:h(1),DNSName:h(2),X400Address:p(3),DirectoryName:p(4),EDIPartyName:p(5),URI:h(6),IPAddress:h(7),OID:h(8)},w={serverAuth:"1.3.6.1.5.5.7.3.1",clientAuth:"1.3.6.1.5.5.7.3.2",codeSigning:"1.3.6.1.5.5.7.3.3",joyentDocker:"1.3.6.1.4.1.38678.1.4.1",joyentCmon:"1.3.6.1.4.1.38678.1.4.2"},k={};Object.keys(w).forEach((function(e){k[w[e]]=e}));var _=["signature","identity","keyEncryption","encryption","keyAgreement","ca","crl"];function j(e,t,r){r.readSequence();var i,n,o=r.offset+r.length,c=r.readOID(),u=e.signatures.x509;switch(u.extras.exts||(u.extras.exts=[]),r.peek()===a.Ber.Boolean&&(n=r.readBoolean()),c){case m:r.readSequence(a.Ber.OctetString),r.readSequence();var l=r.offset+r.length,p=!1;r.peek()===a.Ber.Boolean&&(p=r.readBoolean()),void 0===e.purposes&&(e.purposes=[]),!0===p&&e.purposes.push("ca");var h={oid:c,critical:n};r.offset0||"host"===n.type||void 0!==e.purposes&&e.purposes.length>0||r.extras&&r.extras.exts){t.startSequence(p(3)),t.startSequence();var c=[];void 0!==e.purposes&&e.purposes.length>0&&(c.push({oid:m,critical:!0}),c.push({oid:g,critical:!0}),c.push({oid:v,critical:!0})),c.push({oid:f}),r.extras&&r.extras.exts&&(c=r.extras.exts);for(var u=0;u{e.exports=l;var i=r(6144),a=(r(95280),r(76417),r(40500),r(15270),r(23004),r(31669),r(2743)),n=r(90476),o=r(2399).Buffer,s=/^([*]|[a-z0-9][a-z0-9\-]{0,62})(?:\.([*]|[a-z0-9][a-z0-9\-]{0,62}))*$/i,c={cn:"2.5.4.3",o:"2.5.4.10",ou:"2.5.4.11",l:"2.5.4.7",s:"2.5.4.8",c:"2.5.4.6",sn:"2.5.4.4",postalCode:"2.5.4.17",serialNumber:"2.5.4.5",street:"2.5.4.9",x500UniqueIdentifier:"2.5.4.45",role:"2.5.4.72",telephoneNumber:"2.5.4.20",description:"2.5.4.13",dc:"0.9.2342.19200300.100.1.25",uid:"0.9.2342.19200300.100.1.1",mail:"0.9.2342.19200300.100.1.3",title:"2.5.4.12",gn:"2.5.4.42",initials:"2.5.4.43",pseudonym:"2.5.4.65",emailAddress:"1.2.840.113549.1.9.1"},u={};function l(e){var t=this;if(i.object(e,"options"),i.arrayOfObject(e.components,"options.components"),this.components=e.components,this.componentLookup={},this.components.forEach((function(e){e.name&&!e.oid&&(e.oid=c[e.name]),e.oid&&!e.name&&(e.name=u[e.oid]),void 0===t.componentLookup[e.name]&&(t.componentLookup[e.name]=[]),t.componentLookup[e.name].push(e)})),this.componentLookup.cn&&this.componentLookup.cn.length>0&&(this.cn=this.componentLookup.cn[0].value),i.optionalString(e.type,"options.type"),void 0===e.type)1===this.components.length&&this.componentLookup.cn&&1===this.componentLookup.cn.length&&this.componentLookup.cn[0].value.match(s)?(this.type="host",this.hostname=this.componentLookup.cn[0].value):this.componentLookup.dc&&this.components.length===this.componentLookup.dc.length?(this.type="host",this.hostname=this.componentLookup.dc.map((function(e){return e.value})).join(".")):this.componentLookup.uid&&this.components.length===this.componentLookup.uid.length?(this.type="user",this.uid=this.componentLookup.uid[0].value):this.componentLookup.cn&&1===this.componentLookup.cn.length&&this.componentLookup.cn[0].value.match(s)?(this.type="host",this.hostname=this.componentLookup.cn[0].value):this.componentLookup.uid&&1===this.componentLookup.uid.length?(this.type="user",this.uid=this.componentLookup.uid[0].value):this.componentLookup.mail&&1===this.componentLookup.mail.length?(this.type="email",this.email=this.componentLookup.mail[0].value):this.componentLookup.cn&&1===this.componentLookup.cn.length?(this.type="user",this.uid=this.componentLookup.cn[0].value):this.type="unknown";else if(this.type=e.type,"host"===this.type)this.hostname=e.hostname;else if("user"===this.type)this.uid=e.uid;else{if("email"!==this.type)throw new Error("Unknown type "+this.type);this.email=e.email}}Object.keys(c).forEach((function(e){u[c[e]]=e})),l.prototype.toString=function(){return this.components.map((function(e){var t=e.name.toUpperCase();t=t.replace(/=/g,"\\=");var r=e.value;return t+"="+r.replace(/,/g,"\\,")})).join(", ")},l.prototype.get=function(e,t){i.string(e,"name");var r=this.componentLookup[e];if(void 0!==r&&0!==r.length){if(!t&&r.length>1)throw new Error("Multiple values for attribute "+e);return t?r.map((function(e){return e.value})):r[0].value}},l.prototype.toArray=function(e){return this.components.map((function(e){return{name:e.name,value:e.value}}))};var p=/[^a-zA-Z0-9 '(),+.\/:=?-]/,h=/[^\x00-\x7f]/;function d(e,t){if("**"===e||"**"===t)return!0;var r=e.split("."),i=t.split(".");if(r.length!==i.length)return!1;for(var a=0;a0;){var n;if(null!==(n=/^,/.exec(a)))t[++r]="",a=a.slice(n[0].length);else if(null!==(n=/^\\,/.exec(a)))t[r]+=",",a=a.slice(n[0].length);else if(null!==(n=/^\\./.exec(a)))t[r]+=n[0],a=a.slice(n[0].length);else{if(null===(n=/^[^\\,]+/.exec(a)))throw new Error("Failed to parse DN");t[r]+=n[0],a=a.slice(n[0].length)}}return new l({components:t.map((function(e){for(var t=(e=e.trim()).indexOf("=");t>0&&"\\"===e.charAt(t-1);)t=e.indexOf("=",t+1);if(-1===t)throw new Error("Failed to parse DN");return{name:e.slice(0,t).toLowerCase().replace(/\\=/g,"="),value:e.slice(t+1)}}))})},l.fromArray=function(e){return i.arrayOfObject(e,"components"),e.forEach((function(e){if(i.object(e,"component"),i.string(e.name,"component.name"),!o.isBuffer(e.value)&&"string"!=typeof e.value)throw new Error("Invalid component value")})),new l({components:e})},l.parseAsn1=function(e,t){var r=[];e.readSequence(t);for(var i=e.offset+e.length;e.offset{var i=r(67721),a=r(40500),n=r(15270),o=r(73079),s=r(90312),c=r(85279),u=r(23004);e.exports={Key:i,parseKey:i.parse,Fingerprint:a,parseFingerprint:a.parse,Signature:n,parseSignature:n.parse,PrivateKey:o,parsePrivateKey:o.parse,generatePrivateKey:o.generate,Certificate:s,parseCertificate:s.parse,createSelfSignedCertificate:s.createSelfSigned,createCertificate:s.create,Identity:c,identityFromDN:c.parseDN,identityForHost:c.forHost,identityForUser:c.forUser,identityForEmail:c.forEmail,identityFromArray:c.fromArray,FingerprintFormatError:u.FingerprintFormatError,InvalidAlgorithmError:u.InvalidAlgorithmError,KeyParseError:u.KeyParseError,SignatureParseError:u.SignatureParseError,KeyEncryptedError:u.KeyEncryptedError,CertificateParseError:u.CertificateParseError}},67721:(e,t,r)=>{e.exports=g;var i,a=r(6144),n=r(95280),o=r(76417),s=r(40500),c=r(15270),u=r(78849).DiffieHellman,l=r(23004),p=r(2743),h=r(73079);try{i=r(14744)}catch(e){}var d=l.InvalidAlgorithmError,f=l.KeyParseError,m={};function g(e){a.object(e,"options"),a.arrayOfObject(e.parts,"options.parts"),a.string(e.type,"options.type"),a.optionalString(e.comment,"options.comment");var t=n.info[e.type];if("object"!=typeof t)throw new d(e.type);for(var r,i={},o=0;o1024&&(e="sha256"),"ed25519"===this.type&&(e="sha512"),"ecdsa"===this.type&&(e=this.size<=256?"sha256":this.size<=384?"sha384":"sha512"),e},g.prototype.createVerify=function(e){if(void 0===e&&(e=this.defaultHashAlgorithm()),a.string(e,"hash algorithm"),"ed25519"===this.type&&void 0!==i)return new i.Verifier(this,e);if("curve25519"===this.type)throw new Error("Curve25519 keys are not suitable for signing or verification");var t,r,n;try{r=e.toUpperCase(),t=o.createVerify(r)}catch(e){n=e}(void 0===t||n instanceof Error&&n.message.match(/Unknown message digest/))&&(r="RSA-",r+=e.toUpperCase(),t=o.createVerify(r)),a.ok(t,"failed to create verifier");var s=t.verify.bind(t),u=this.toBuffer("pkcs8"),l=this.curve,p=this;return t.verify=function(t,r){if(c.isSignature(t,[2,0]))return t.type===p.type&&(!t.hashAlgorithm||t.hashAlgorithm===e)&&(!t.curve||"ecdsa"!==p.type||t.curve===l)&&s(u,t.toBuffer("asn1"));if("string"==typeof t||Buffer.isBuffer(t))return s(u,t,r);throw c.isSignature(t,[1,0])?new Error("signature was created by too old a version of sshpk and cannot be verified"):new TypeError("signature must be a string, Buffer, or Signature object")},t},g.prototype.createDiffieHellman=function(){if("rsa"===this.type)throw new Error("RSA keys do not support Diffie-Hellman");return new u(this)},g.prototype.createDH=g.prototype.createDiffieHellman,g.parse=function(e,t,r){"string"!=typeof e&&a.buffer(e,"data"),void 0===t&&(t="auto"),a.string(t,"format"),"string"==typeof r&&(r={filename:r}),a.optionalObject(r,"options"),void 0===r&&(r={}),a.optionalString(r.filename,"options.filename"),void 0===r.filename&&(r.filename="(unnamed)"),a.object(m[t],"formats[format]");try{var i=m[t].read(e,r);return i instanceof h&&(i=i.toPublic()),i.comment||(i.comment=r.filename),i}catch(e){if("KeyEncryptedError"===e.name)throw e;throw new f(r.filename,t,e)}},g.isKey=function(e,t){return p.isCompatible(e,g,t)},g.prototype._sshpkApiVersion=[1,7],g._oldVersionDetect=function(e){return a.func(e.toBuffer),a.func(e.fingerprint),e.createDH?[1,4]:e.defaultHashAlgorithm?[1,3]:e.formats.auto?[1,2]:e.formats.pkcs1?[1,1]:[1,0]}},73079:(e,t,r)=>{e.exports=b;var i=r(6144),a=r(2399).Buffer,n=r(95280),o=r(76417),s=(r(40500),r(15270)),c=r(23004),u=r(31669),l=r(2743),p=r(78849),h=p.generateECDSA,d=p.generateED25519,f=r(14744),m=r(50780),g=r(67721),v=(c.InvalidAlgorithmError,c.KeyParseError),y=(c.KeyEncryptedError,{});function b(e){i.object(e,"options"),g.call(this,e),this._pubCache=void 0}y.auto=r(31683),y.pem=r(68256),y.pkcs1=r(50562),y.pkcs8=r(92693),y.rfc4253=r(84274),y["ssh-private"]=r(53176),y.openssh=y["ssh-private"],y.ssh=y["ssh-private"],y.dnssec=r(64486),u.inherits(b,g),b.formats=y,b.prototype.toBuffer=function(e,t){return void 0===e&&(e="pkcs1"),i.string(e,"format"),i.object(y[e],"formats[format]"),i.optionalObject(t,"options"),y[e].write(this,t)},b.prototype.hash=function(e,t){return this.toPublic().hash(e,t)},b.prototype.fingerprint=function(e,t){return this.toPublic().fingerprint(e,t)},b.prototype.toPublic=function(){if(this._pubCache)return this._pubCache;for(var e=n.info[this.type],t=[],r=0;r{e.exports=p;var i=r(6144),a=r(2399).Buffer,n=(r(95280),r(76417),r(23004)),o=r(2743),s=r(90476),c=r(34840),u=n.InvalidAlgorithmError,l=n.SignatureParseError;function p(e){i.object(e,"options"),i.arrayOfObject(e.parts,"options.parts"),i.string(e.type,"options.type");for(var t={},r=0;r20&&0===n[0]&&(n=n.slice(1)),(u=this.part.s.data).length>20&&0===u[0]&&(u=u.slice(1)),this.hashAlgorithm&&"sha1"!==this.hashAlgorithm||n.length+u.length!==40)throw new Error("OpenSSH only supports DSA signatures with SHA1 hash");return t.writeBuffer(a.concat([n,u])),t.toBuffer()}if("ssh"===e&&"ecdsa"===this.type){var p,h=new c({});n=this.part.r.data,h.writeBuffer(n),h.writePart(this.part.s),t=new c({}),0===n[0]&&(n=n.slice(1));var d=8*n.length;return 256===d?p="nistp256":384===d?p="nistp384":528===d&&(p="nistp521"),t.writeString("ecdsa-sha2-"+p),t.writeBuffer(h.toBuffer()),t.toBuffer()}throw new Error("Invalid signature format");default:throw new Error("Invalid signature data")}},p.prototype.toString=function(e){return i.optionalString(e,"format"),this.toBuffer(e).toString("base64")},p.parse=function(e,t,r){"string"==typeof e&&(e=a.from(e,"base64")),i.buffer(e,"data"),i.string(r,"format"),i.string(t,"type");var n={};n.type=t.toLowerCase(),n.parts=[];try{switch(i.ok(e.length>0,"signature must not be empty"),n.type){case"rsa":case"ed25519":return function(e,t,r,a){if("ssh"===r){try{var n=new c({buffer:e}),o=n.readString()}catch(e){}if(void 0!==n){var s="SSH signature does not match expected type (expected "+t+", got "+o+")";switch(o){case"ssh-rsa":i.strictEqual(t,"rsa",s),a.hashAlgo="sha1";break;case"rsa-sha2-256":i.strictEqual(t,"rsa",s),a.hashAlgo="sha256";break;case"rsa-sha2-512":i.strictEqual(t,"rsa",s),a.hashAlgo="sha512";break;case"ssh-ed25519":i.strictEqual(t,"ed25519",s),a.hashAlgo="sha512";break;default:throw new Error("Unknown SSH signature type: "+o)}var u=n.readPart();return i.ok(n.atEnd(),"extra trailing bytes"),u.name="sig",a.parts.push(u),new p(a)}}return a.parts.push({name:"sig",data:e}),new p(a)}(e,t,r,n);case"dsa":case"ecdsa":return"asn1"===r?function(e,t,r,i){var a=new s.BerReader(e);a.readSequence();var n=a.readString(s.Ber.Integer,!0),c=a.readString(s.Ber.Integer,!0);return i.parts.push({name:"r",data:o.mpNormalize(n)}),i.parts.push({name:"s",data:o.mpNormalize(c)}),new p(i)}(e,0,0,n):"dsa"===n.type?function(e,t,r,a){if(40!=e.length){var n=new c({buffer:e}),o=n.readBuffer();"ssh-dss"===o.toString("ascii")&&(o=n.readBuffer()),i.ok(n.atEnd(),"extra trailing bytes"),i.strictEqual(o.length,40,"invalid inner length"),e=o}return a.parts.push({name:"r",data:e.slice(0,20)}),a.parts.push({name:"s",data:e.slice(20,40)}),new p(a)}(e,0,0,n):function(e,t,r,a){var n,o,s=new c({buffer:e}),u=s.readBuffer(),l=u.toString("ascii");if("ecdsa-"===l.slice(0,6)){var h=l.split("-");switch(i.strictEqual(h[0],"ecdsa"),i.strictEqual(h[1],"sha2"),a.curve=h[2],a.curve){case"nistp256":a.hashAlgo="sha256";break;case"nistp384":a.hashAlgo="sha384";break;case"nistp521":a.hashAlgo="sha512";break;default:throw new Error("Unsupported ECDSA curve: "+a.curve)}u=s.readBuffer(),i.ok(s.atEnd(),"extra trailing bytes on outer"),n=(s=new c({buffer:u})).readPart()}else n={data:u};return o=s.readPart(),i.ok(s.atEnd(),"extra trailing bytes"),n.name="r",o.name="s",a.parts.push(n),a.parts.push(o),new p(a)}(e,0,0,n);default:throw new u(t)}}catch(e){if(e instanceof u)throw e;throw new l(t,r,e)}},p.isSignature=function(e,t){return o.isCompatible(e,p,t)},p.prototype._sshpkApiVersion=[2,1],p._oldVersionDetect=function(e){return i.func(e.toBuffer),e.hasOwnProperty("hashAlgorithm")?[2,0]:[1,0]}},34840:(e,t,r)=>{e.exports=n;var i=r(6144),a=r(2399).Buffer;function n(e){i.object(e,"options"),void 0!==e.buffer&&i.buffer(e.buffer,"options.buffer"),this._size=e.buffer?e.buffer.length:1024,this._buffer=e.buffer||a.alloc(this._size),this._offset=0}n.prototype.toBuffer=function(){return this._buffer.slice(0,this._offset)},n.prototype.atEnd=function(){return this._offset>=this._buffer.length},n.prototype.remainder=function(){return this._buffer.slice(this._offset)},n.prototype.skip=function(e){this._offset+=e},n.prototype.expand=function(){this._size*=2;var e=a.alloc(this._size);this._buffer.copy(e,0),this._buffer=e},n.prototype.readPart=function(){return{data:this.readBuffer()}},n.prototype.readBuffer=function(){var e=this._buffer.readUInt32BE(this._offset);this._offset+=4,i.ok(this._offset+e<=this._buffer.length,"length out of bounds at +0x"+this._offset.toString(16)+" (data truncated?)");var t=this._buffer.slice(this._offset,this._offset+e);return this._offset+=e,t},n.prototype.readString=function(){return this.readBuffer().toString()},n.prototype.readCString=function(){for(var e=this._offset;ethis._size;)this.expand();this._buffer.writeUInt32BE(e.length,this._offset),this._offset+=4,e.copy(this._buffer,this._offset),this._offset+=e.length},n.prototype.writeString=function(e){this.writeBuffer(a.from(e,"utf8"))},n.prototype.writeCString=function(e){for(;this._offset+1+e.length>this._size;)this.expand();this._buffer.write(e,this._offset),this._offset+=e.length,this._buffer[this._offset++]=0},n.prototype.writeInt=function(e){for(;this._offset+4>this._size;)this.expand();this._buffer.writeUInt32BE(e,this._offset),this._offset+=4},n.prototype.writeInt64=function(e){if(i.buffer(e,"value"),e.length>8){for(var t=e.slice(0,e.length-8),r=0;rthis._size;)this.expand();e.copy(this._buffer,this._offset),this._offset+=8},n.prototype.writeChar=function(e){for(;this._offset+1>this._size;)this.expand();this._buffer[this._offset++]=e},n.prototype.writePart=function(e){this.writeBuffer(e.data)},n.prototype.write=function(e){for(;this._offset+e.length>this._size;)this.expand();e.copy(this._buffer,this._offset),this._offset+=e.length}},2743:(e,t,r)=>{e.exports={bufferSplit:function(e,t){i.buffer(e),i.string(t);for(var r=[],a=0,n=0,o=0;o=t.length){var s=o+1;r.push(e.slice(a,s-n)),a=s,n=0}return a<=e.length&&r.push(e.slice(a,e.length)),r},addRSAMissing:function(e){i.object(e),d(e,n,[1,1]);var t,r=new p(e.part.d.data);if(!e.part.dmodp){var a=new p(e.part.p.data);t=g(r.mod(a.subtract(1))),e.part.dmodp={name:"dmodp",data:t},e.parts.push(e.part.dmodp)}if(!e.part.dmodq){var o=new p(e.part.q.data);t=g(r.mod(o.subtract(1))),e.part.dmodq={name:"dmodq",data:t},e.parts.push(e.part.dmodq)}},calculateDSAPublic:function(e,t,r){return i.buffer(e),i.buffer(t),i.buffer(r),e=new p(e),t=new p(t),r=new p(r),g(e.modPow(r,t))},calculateED25519Public:function(e){i.buffer(e);var t=h.sign.keyPair.fromSeed(new Uint8Array(e));return a.from(t.publicKey)},calculateX25519Public:function(e){i.buffer(e);var t=h.box.keyPair.fromSeed(new Uint8Array(e));return a.from(t.publicKey)},mpNormalize:m,mpDenormalize:function(e){for(i.buffer(e);e.length>1&&0===e[0];)e=e.slice(1);return e},ecNormalize:function(e,t){if(i.buffer(e),0===e[0]&&4===e[1])return t?e:e.slice(1);if(4===e[0]){if(!t)return e}else{for(;0===e[0];)e=e.slice(1);if(2===e[0]||3===e[0])throw new Error("Compressed elliptic curve points are not supported");if(4!==e[0])throw new Error("Not a valid elliptic curve point");if(!t)return e}var r=a.alloc(e.length+1);return r[0]=0,e.copy(r,1),r},countZeros:function(e){for(var t=0,r=8;t3)return!1;if(i.constructor.name!==t.name)return!1;var n=i._sshpkApiVersion;return void 0===n&&(n=t._oldVersionDetect(e)),!(n[0]!=r[0]||n[1]t;)i.equal(e[0],0),e=e.slice(1);for(;e.length=r[1],a+" must be compatible with "+t.name+" klass version "+r[0]+"."+r[1])}}var f={"des-ede3-cbc":{key:24,iv:8},"aes-128-cbc":{key:16,iv:16},"aes-256-cbc":{key:32,iv:16}};function m(e){for(i.buffer(e);e.length>1&&0===e[0]&&0==(128&e[1]);)e=e.slice(1);if(128==(128&e[0])){var t=a.alloc(e.length+1);t[0]=0,e.copy(t,1),e=t}return e}function g(e){var t=a.from(e.toByteArray());return m(t)}},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,r)=>{"use strict";var i=r(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=i,a.codes=function(e,t){var r=[];return Object.keys(t).forEach((function(i){var a=t[i],n=Number(i);e[n]=a,e[a]=n,e[a.toLowerCase()]=n,r.push(n)})),r}(a,i),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,r)=>{var i=r(42357),a=r(15158)("stream-parser");function n(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){i(!this._parserCallback,'there is already a "callback" set!'),i(isFinite(e)&&e>0,'can only buffer a finite number of bytes > 0, got "'+e+'"'),this._parserInit||n(this),a("buffering %o bytes",e),this._parserBytesLeft=e,this._parserCallback=t,this._parserState=0}function s(e,t){i(!this._parserCallback,'there is already a "callback" set!'),i(e>0,'can only skip > 0 bytes, got "'+e+'"'),this._parserInit||n(this),a("skipping %o bytes",e),this._parserBytesLeft=e,this._parserCallback=t,this._parserState=1}function c(e,t){i(!this._parserCallback,'There is already a "callback" set!'),i(e>0,'can only pass through > 0 bytes, got "'+e+'"'),this._parserInit||n(this),a("passing through %o bytes",e),this._parserBytesLeft=e,this._parserCallback=t,this._parserState=2}function u(e,t,r){this._parserInit||n(this),a("write(%o bytes)",e.length),"function"==typeof t&&(r=t),h(this,e,null,r)}function l(e,t,r){this._parserInit||n(this),a("transform(%o bytes)",e.length),"function"!=typeof t&&(t=this._parserOutput),h(this,e,t,r)}function p(e,t,r,i){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&&r(t),0!==e._parserBytesLeft)return i;var n=e._parserCallback;if(n&&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),n){var o=[];t&&o.push(t),r&&o.push(r);var s=n.length>o.length;s&&o.push(d(i));var c=n.apply(e,o);if(!s||i===c)return i}}e.exports=function(e){var t=e&&"function"==typeof e._transform,r=e&&"function"==typeof e._write;if(!t&&!r)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 h=d((function e(t,r,i,a){return t._parserBytesLeft<=0?a(new Error("got data but not currently parsing anything")):r.length<=t._parserBytesLeft?function(){return p(t,r,i,a)}:function(){var n=r.slice(0,t._parserBytesLeft);return p(t,n,i,(function(o){return o?a(o):r.length>n.length?function(){return e(t,r.slice(n.length),i,a)}:void 0}))}}));function d(e){return function(){for(var t=e.apply(this,arguments);"function"==typeof t;)t=t();return t}}},14223:(e,t,r)=>{"use strict";const i=r(76003),a=r(61903),n=r(60809),o=e=>{if("string"!=typeof e||0===e.length)return 0;if(0===(e=i(e)).length)return 0;e=e.replace(n()," ");let t=0;for(let r=0;r=127&&i<=159||i>=768&&i<=879||(i>65535&&r++,t+=a(i)?2:1)}return t};e.exports=o,e.exports.default=o},76003:(e,t,r)=>{"use strict";const i=r(14277);e.exports=e=>"string"==typeof e?e.replace(i(),""):e},37903:e=>{"use strict";function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,i=new Array(t);r{"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})(e)}e.exports=function(e){return null!==e&&"object"===t(e)}},41930:(e,t,r)=>{"use strict";var i=r(78835).parse,a=r(37866).CookieJar,n=r(37866).CookieAccessInfo,o=r(38873),s=r(94141),c=r(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=i(e.url),r=new n(t.hostname,t.pathname,"https:"===t.protocol),a=this.jar.getCookies(r).toValueString();e.cookies=a},o.forEach((function(e){var t=e.toUpperCase();u.prototype[e]=function(e,r){var i=new s.Request(t,e);return i.on("response",this._saveCookies.bind(this)),i.on("redirect",this._saveCookies.bind(this)),i.on("redirect",this._attachCookies.bind(this,i)),this._setDefaults(i),this._attachCookies(i),r&&i.end(r),i}})),u.prototype.del=u.prototype.delete},58539:(e,t,r)=>{"use strict";function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,i)}return r}function a(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var n,o=r(92413),s=r(31669),c=r(11631),u=r(4016),l=r(78835).parse;if(!r(81249).gte(process.version,"v10.10.0"))throw new Error("superagent: this version of Node.js does not support http2");var p=(n=r(97565)).constants,h=p.HTTP2_HEADER_PATH,d=p.HTTP2_HEADER_STATUS,f=p.HTTP2_HEADER_METHOD,m=p.HTTP2_HEADER_AUTHORITY,g=p.HTTP2_HEADER_HOST,v=p.HTTP2_HEADER_SET_COOKIE,y=p.NGHTTP2_CANCEL;function b(e,t){var r=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 i(e){return(i="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})(e)}var a,n=r(78835),o=n.parse,s=n.format,c=n.resolve,u=r(92413),l=r(57211),p=r(98605),h=r(35747),d=r(78761),f=r(31669),m=r(5784),g=r(63031),v=r(38873),y=r(46882),b=r(69853),x=r(90673)("superagent"),w=r(37866),k=r(81249),_=r(4445),j=r(64506),E=r(28899),S=r(98570).unzip,D=r(94435);function A(e,r){return"function"==typeof r?new t.Request("GET",e).end(r):1===arguments.length?new t.Request("GET",e):new t.Request(e,r)}function C(){}function T(e){e._header={},e.header={}}function P(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 O(e){return/[/+]json($|[^-\w])/i.test(e)}function F(e){return[301,302,303,305,307,308].includes(e)}k.gte(process.version,"v10.10.0")&&(a=r(58539)),e.exports=A,(t=e.exports).Request=P,t.agent=r(41930),t.Response=D,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":m.stringify,"application/json":_},t.parse=r(12099),t.buffer={},f.inherits(P,u),E(P.prototype),P.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},P.prototype.attach=function(e,t,r){if(t){if(this._data)throw new Error("superagent can't mix .send() and .attach()");var i=r||{};"string"==typeof r&&(i={filename:r}),"string"==typeof t?(i.filename||(i.filename=t),x("creating `fs.ReadStream` instance for file: %s",t),t=h.createReadStream(t)):!i.filename&&t.path&&(i.filename=t.path),this._getFormData().append(e,t,i)}return this},P.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},P.prototype.agent=function(e){return 0===arguments.length?this._agent:(this._agent=e,this)},P.prototype.type=function(e){return this.set("Content-Type",e.includes("/")?e:g.getType(e))},P.prototype.accept=function(e){return this.set("Accept",e.includes("/")?e:g.getType(e))},P.prototype.query=function(e){return"string"==typeof e?this._query.push(e):Object.assign(this.qs,e),this},P.prototype.write=function(e,t){var r=this.request();return this._streamRequest||(this._streamRequest=!0),r.write(e,t)},P.prototype.pipe=function(e,t){return this.piped=!0,this.buffer(!1),this.end(),this._pipeContinue(e,t)},P.prototype._pipeContinue=function(e,t){var r=this;return this.req.once("response",(function(i){if(F(i.statusCode)&&r._redirects++!==r._maxRedirects)return r._redirect(i)===r?r._pipeContinue(e,t):void 0;if(r.res=i,r._emitResponse(),!r._aborted){if(r._shouldUnzip(i)){var a=d.createUnzip();a.on("error",(function(t){t&&"Z_BUF_ERROR"===t.code?e.emit("end"):e.emit("error",t)})),i.pipe(a).pipe(e,t)}else i.pipe(e,t);i.once("end",(function(){r.emit("end")}))}})),e},P.prototype.buffer=function(e){return this._buffer=!1!==e,this},P.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 r=this.req.getHeaders?this.req.getHeaders():this.req._headers,i=o(t).host!==o(this.url).host;return 301!==e.statusCode&&302!==e.statusCode||(r=j.cleanHeader(r,i),this.method="HEAD"===this.method?"HEAD":"GET",this._data=null),303===e.statusCode&&(r=j.cleanHeader(r,i),this.method="GET",this._data=null),delete r.host,delete this.req,delete this._formData,T(this),this._endCalled=!1,this.url=t,this.qs={},this._query.length=0,this.set(r),this.emit("redirect",e),this._redirectList.push(this.url),this.end(this._callback),this},P.prototype.auth=function(e,t,r){1===arguments.length&&(t=""),"object"===i(t)&&null!==t&&(r=t,t=""),r||(r={type:"basic"});var a=function(e){return Buffer.from(e).toString("base64")};return this._auth(e,t,r,a)},P.prototype.ca=function(e){return this._ca=e,this},P.prototype.key=function(e){return this._key=e,this},P.prototype.pfx=function(e){return"object"!==i(e)||Buffer.isBuffer(e)?this._pfx=e:(this._pfx=e.pfx,this._passphrase=e.passphrase),this},P.prototype.cert=function(e){return this._cert=e,this},P.prototype.disableTLSCerts=function(){return this._disableTLSCerts=!0,this},P.prototype.request=function(){var e=this;if(this.req)return this.req;var r={};try{var a=m.stringify(this.qs,{indices:!1,strictNullHandling:!0});a&&(this.qs={},this._query.push(a)),this._finalizeQueryString()}catch(e){return this.emit("error",e)}var n,s=this.url,c=this._retries;if(s.includes("`")){var u=s.indexOf("?");if(-1!==u){var l=s.slice(u+1);n=l.match(/`|%60/g)}}if(0!==s.indexOf("http")&&(s="http://".concat(s)),s=o(s),n){var p=0;s.query=s.query.replace(/%60/g,(function(){return n[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 h=s.path.match(/^([^/]+)(.+)$/);r.socketPath=h[1].replace(/%2F/g,"/"),s.path=h[2]}if(this._connectOverride){var d,f,g=s.hostname,v=g in this._connectOverride?this._connectOverride[g]:this._connectOverride["*"];v&&(this._header.host||this.set("host",s.host),"object"===i(v)?(d=v.host,f=v.port):(d=v,f=s.port),s.host=/:/.test(d)?"[".concat(d,"]"):d,f&&(s.host+=":".concat(f),s.port=f),s.hostname=d)}r.method=this.method,r.port=s.port,r.path=s.path,r.host=s.hostname,r.ca=this._ca,r.key=this._key,r.pfx=this._pfx,r.cert=this._cert,r.passphrase=this._passphrase,r.agent=this._agent,r.rejectUnauthorized="boolean"==typeof this._disableTLSCerts?!this._disableTLSCerts:"0"!==process.env.NODE_TLS_REJECT_UNAUTHORIZED,this._header.host&&(r.servername=this._header.host.replace(/:\d+$/,"")),this._trustLocalhost&&/^(?:localhost|127\.0\.0\.\d+|(0*:)+:0*1)$/.test(s.hostname)&&(r.rejectUnauthorized=!1);var y=this._enableHttp2?t.protocols["http2:"].setProtocol(s.protocol):t.protocols[s.protocol];this.req=y.request(r);var b=this.req;if(b.setNoDelay(!0),"HEAD"!==r.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},P.prototype.callback=function(e,t){if(this._shouldRetry(e,t))return this._retry();var r=this._callback||C;if(this.clearTimeout(),this.called)return console.warn("superagent: double callback bug");if(this.called=!0,!e)try{if(!this._isResponseOK(t)){var i="Unsuccessful HTTP response";t&&(i=p.STATUS_CODES[t.status]||i),(e=new Error(i)).status=t?t.status:void 0}}catch(t){e=t}if(!e)return r(null,t);e.response=t,this._maxRetries&&(e.retries=this._retries-1),e&&this.listeners("error").length>0&&this.emit("error",e),r(e,t)},P.prototype._isHost=function(e){return Buffer.isBuffer(e)||e instanceof u||e instanceof y},P.prototype._emitResponse=function(e,t){var r=new D(this);return this.response=r,r.redirects=this._redirectList,void 0!==e&&(r.body=e),r.files=t,this._endCalled&&(r.pipe=function(){throw new Error("end() has already been called, so it's too late to start piping")}),this.emit("response",r),r},P.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||C,this._end()},P.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 r=this._data,i=this.req,a=this.method;if(this._setTimeouts(),"HEAD"!==a&&!i._headerSent){if("string"!=typeof r){var n=i.getHeader("Content-Type");n&&(n=n.split(";")[0]);var o=this._serializer||t.serialize[n];!o&&O(n)&&(o=t.serialize["application/json"]),o&&(r=o(r))}r&&!i.getHeader("Content-Length")&&i.setHeader("Content-Length",Buffer.isBuffer(r)?r.length:Buffer.byteLength(r))}i.once("response",(function(r){if(x("%s %s -> %s",e.method,e.url,r.statusCode),e._responseTimeoutTimer&&clearTimeout(e._responseTimeoutTimer),!e.piped){var a=e._maxRedirects,n=j.type(r.headers["content-type"]||"")||"text/plain",o=n.split("/")[0];o&&(o=o.toLowerCase().trim());var s="multipart"===o,c=F(r.statusCode),u=e._responseType;if(e.res=r,c&&e._redirects++!==a)return e._redirect(r);if("HEAD"===e.method)return e.emit("end"),void e.callback(null,e._emitResponse());e._shouldUnzip(r)&&S(i,r);var l=e._buffer;void 0===l&&n in t.buffer&&(l=Boolean(t.buffer[n]));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 h=new b.IncomingForm;p=h.parse.bind(h),l=!0}else!function(e){var t=e.split("/")[0];return t&&(t=t.toLowerCase().trim()),"image"===t||"video"===t}(n)?t.parse[n]?p=t.parse[n]:"text"===o?(p=t.parse.text,l=!1!==l):O(n)?(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("/"),r=t[0];r&&(r=r.toLowerCase().trim());var i=t[1];return i&&(i=i.toLowerCase().trim()),"text"===r||"x-www-form-urlencoded"===i}(n)||O(n))&&(l=!0),e._resBuffered=l;var d=!1;if(l){var f=e._maxResponseSize||2e8;r.on("data",(function(e){if((f-=e.byteLength||e.length)<0){var t=new Error("Maximum response size reached");t.code="ETOOLARGE",d=!1,r.destroy(t)}}))}if(p)try{d=l,p(r,(function(t,r,i){if(!e.timedout)return t&&!e._aborted?e.callback(t):void(d&&(e.emit("end"),e.callback(null,e._emitResponse(r,i))))}))}catch(t){return void e.callback(t)}if(e.res=r,l)r.once("error",(function(t){d=!1,e.callback(t,null)})),d||r.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;r.once("end",(function(){x("end %s %s",e.method,e.url),e.emit("end")}))}}})),this.emit("request",this);var s=function(){var t=i.getHeader("Content-Length"),r=0,a=new u.Transform;return a._transform=function(i,a,n){r+=i.length,e.emit("progress",{direction:"upload",lengthComputable:!0,loaded:r,total:t}),n(null,i)},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]),i.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&&i.setHeader("Content-Length",t),c.pipe(s()).pipe(i)}))}else Buffer.isBuffer(r)?function(e){for(var t=16384,r=new u.Readable,i=e.length,a=i%t,n=i-a,o=0;o0){var c=e.slice(-a);r.push(c)}return r.push(null),r}(r).pipe(s()).pipe(i):i.end(r)},P.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"])},P.prototype.connect=function(e){return"string"==typeof e?this._connectOverride={"*":e}:"object"===i(e)?this._connectOverride=e:this._connectOverride=void 0,this},P.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,r,i){var a=A(e,t);return"function"==typeof r&&(i=r,r=null),r&&("GET"===e||"HEAD"===e?a.query(r):a.send(r)),i&&a.end(i),a}}))},73787:e=>{"use strict";e.exports=function(e,t){var r=[];e.on("data",(function(e){r.push(e)})),e.on("end",(function(){t(null,Buffer.concat(r))}))}},12099:(e,t,r)=>{"use strict";t["application/x-www-form-urlencoded"]=r(77979),t["application/json"]=r(72600),t.text=r(22975);var i=r(73787);t["application/octet-stream"]=i,t["application/pdf"]=i,t.image=i},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 r,i;try{r=e.text&&JSON.parse(e.text)}catch(t){(i=t).rawResponse=e.text||null,i.statusCode=e.statusCode}finally{t(i,r)}}))}},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,r)=>{"use strict";var i=r(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,i.parse(e.text))}catch(e){t(e)}}))}},94435:(e,t,r)=>{"use strict";var i=r(31669),a=r(92413),n=r(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,i.inherits(o,a),n(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,r=e.path,i="cannot ".concat(t," ").concat(r," (").concat(this.status,")"),a=new Error(i);return a.status=this.status,a.text=this.text,a.method=t,a.path=r,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,r)=>{"use strict";var i=r(24304).StringDecoder,a=r(92413),n=r(78761);t.unzip=function(e,t){var r,o=n.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){r=new i(e)},o.on("data",(function(e){if(r){var t=r.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,r){return"data"===e||"end"===e?s.on(e,r.bind(t)):"error"===e?(s.on(e,r.bind(t)),c.call(t,e,r)):c.call(t,e,r),this}}},28899:(e,t,r)=>{"use strict";function i(e){return(i="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})(e)}var a=r(54960);function n(e){if(e)return function(e){for(var t in n.prototype)Object.prototype.hasOwnProperty.call(n.prototype,t)&&(e[t]=n.prototype[t]);return e}(e)}e.exports=n,n.prototype.clearTimeout=function(){return clearTimeout(this._timer),clearTimeout(this._responseTimeoutTimer),clearTimeout(this._uploadTimeoutTimer),delete this._timer,delete this._responseTimeoutTimer,delete this._uploadTimeoutTimer,this},n.prototype.parse=function(e){return this._parser=e,this},n.prototype.responseType=function(e){return this._responseType=e,this},n.prototype.serialize=function(e){return this._serializer=e,this},n.prototype.timeout=function(e){if(!e||"object"!==i(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},n.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]);n.prototype._shouldRetry=function(e,t){if(!this._maxRetries||this._retries++>=this._maxRetries)return!1;if(this._retryCallback)try{var r=this._retryCallback(e,t);if(!0===r)return!0;if(!1===r)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},n.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()},n.prototype.then=function(e,t){var r=this;if(!this._fullfilledPromise){var i=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){i.on("abort",(function(){if(!(r._maxRetries&&r._maxRetries>r._retries))if(r.timedout&&r.timedoutError)t(r.timedoutError);else{var e=new Error("Aborted");e.code="ABORTED",e.status=r.status,e.method=r.method,e.url=r.url,t(e)}})),i.end((function(r,i){r?t(r):e(i)}))}))}return this._fullfilledPromise.then(e,t)},n.prototype.catch=function(e){return this.then(void 0,e)},n.prototype.use=function(e){return e(this),this},n.prototype.ok=function(e){if("function"!=typeof e)throw new Error("Callback required");return this._okCallback=e,this},n.prototype._isResponseOK=function(e){return!!e&&(this._okCallback?this._okCallback(e):e.status>=200&&e.status<300)},n.prototype.get=function(e){return this._header[e.toLowerCase()]},n.prototype.getHeader=n.prototype.get,n.prototype.set=function(e,t){if(a(e)){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&this.set(r,e[r]);return this}return this._header[e.toLowerCase()]=t,this.header[e]=t,this},n.prototype.unset=function(e){return delete this._header[e.toLowerCase()],delete this.header[e],this},n.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 r in e)Object.prototype.hasOwnProperty.call(e,r)&&this.field(r,e[r]);return this}if(Array.isArray(t)){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&this.field(e,t[i]);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},n.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},n.prototype._auth=function(e,t,r,i){switch(r.type){case"basic":this.set("Authorization","Basic ".concat(i("".concat(e,":").concat(t))));break;case"auto":this.username=e,this.password=t;break;case"bearer":this.set("Authorization","Bearer ".concat(e))}return this},n.prototype.withCredentials=function(e){return void 0===e&&(e=!0),this._withCredentials=e,this},n.prototype.redirects=function(e){return this._maxRedirects=e,this},n.prototype.maxResponseSize=function(e){if("number"!=typeof e)throw new TypeError("Invalid argument");return this._maxResponseSize=e,this},n.prototype.toJSON=function(){return{method:this.method,url:this.url,data:this._data,headers:this._header}},n.prototype.send=function(e){var t=a(e),r=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 i in e)Object.prototype.hasOwnProperty.call(e,i)&&(this._data[i]=e[i]);else"string"==typeof e?(r||this.type("form"),(r=this._header["content-type"])&&(r=r.toLowerCase().trim()),this._data="application/x-www-form-urlencoded"===r?this._data?"".concat(this._data,"&").concat(e):e:(this._data||"")+e):this._data=e;return!t||this._isHost(e)||r||this.type("json"),this},n.prototype.sortQuery=function(e){return this._sort=void 0===e||e,this},n.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 r=this.url.slice(t+1).split("&");"function"==typeof this._sort?r.sort(this._sort):r.sort(),this.url=this.url.slice(0,t)+"?"+r.join("&")}}},n.prototype._appendQueryString=function(){console.warn("Unsupported")},n.prototype._timeoutError=function(e,t,r){if(!this._aborted){var i=new Error("".concat(e+t,"ms exceeded"));i.timeout=t,i.code="ECONNABORTED",i.errno=r,this.timedout=!0,this.timedoutError=i,this.abort(),this.callback(i)}},n.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,r)=>{"use strict";var i=r(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=i.type(t);var r=i.params(t);for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(this[a]=r[a]);this.links={};try{e.link&&(this.links=i.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 r(e,t){var r;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=function(e,t){if(e){if("string"==typeof e)return i(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?i(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var a=0,n=function(){};return{s:n,n:function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:n}}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(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return s=e.done,e},e:function(e){c=!0,o=e},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw o}}}}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,i=new Array(t);r{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 r="color: "+this.color;t.splice(1,0,r,"color: inherit");let i=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(i++,"%c"===e&&(a=i))})),t.splice(a,0,r)},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=r(74147)(t);const{formatters:i}=e.exports;i.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},74147:(e,t,r)=>{e.exports=function(e){function t(e){let r,a,n,o=null;function s(...e){if(!s.enabled)return;const i=s,a=Number(new Date),n=a-(r||a);i.diff=n,i.prev=r,i.curr=a,r=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,((r,a)=>{if("%%"===r)return"%";o++;const n=t.formatters[a];if("function"==typeof n){const t=e[o];r=n.call(i,t),e.splice(o,1),o--}return r})),t.formatArgs.call(i,e),(i.log||t.log).apply(i,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=i,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(a!==t.namespaces&&(a=t.namespaces,n=t.enabled(e)),n),set:e=>{o=e}}),"function"==typeof t.init&&t.init(s),s}function i(e,r){const i=t(this.namespace+(void 0===r?":":r)+e);return i.log=this.log,i}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 r;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const i=("string"==typeof e?e:"").split(/[\s,]+/),a=i.length;for(r=0;r{t[r]=e[r]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let r=0;for(let t=0;t{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=r(28040):e.exports=r(67218)},67218:(e,t,r)=>{const i=r(33867),a=r(31669);t.init=function(e){e.inspectOpts={};const r=Object.keys(t.inspectOpts);for(let i=0;i{}),"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=r(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 r=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let i=process.env[t];return i=!!/^(yes|on|true|enabled)$/i.test(i)||!/^(no|off|false|disabled)$/i.test(i)&&("null"===i?null:Number(i)),e[r]=i,e}),{}),e.exports=r(74147)(t);const{formatters:n}=e.exports;n.o=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},n.O=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts)}},38072:e=>{"use strict";function t(){this._types=Object.create(null),this._extensions=Object.create(null);for(let e=0;e{"use strict";let i=r(38072);e.exports=new i(r(18784),r(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.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-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.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":["ecma","es"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"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/mrb-consumer+xml":["*xdf"],"application/mrb-publish+xml":["*xdf"],"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/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-error+xml":["xer"],"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/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"]}},71737:e=>{"use strict";var t=String.prototype.replace,r=/%20/g,i="RFC3986";e.exports={default:i,formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:i}},5784:(e,t,r)=>{"use strict";var i=r(42457),a=r(34746),n=r(71737);e.exports={formats:n,parse:a,stringify:i}},34746:(e,t,r)=>{"use strict";var i=r(48052),a=Object.prototype.hasOwnProperty,n=Array.isArray,o={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:i.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,r,i){if(e){var n=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,s=r.depth>0&&/(\[[^[\]]*])/.exec(n),u=s?n.slice(0,s.index):n,l=[];if(u){if(!r.plainObjects&&a.call(Object.prototype,u)&&!r.allowPrototypes)return;l.push(u)}for(var p=0;r.depth>0&&null!==(s=o.exec(n))&&p=0;--n){var o,s=e[n];if("[]"===s&&r.parseArrays)o=[].concat(a);else{o=r.plainObjects?Object.create(null):{};var u="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,l=parseInt(u,10);r.parseArrays||""!==u?!isNaN(l)&&s!==u&&String(l)===u&&l>=0&&r.parseArrays&&l<=r.arrayLimit?(o=[])[l]=a:o[u]=a:o={0:a}}a=o}return a}(l,t,r,i)}};e.exports=function(e,t){var r=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||i.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 r.plainObjects?Object.create(null):{};for(var l="string"==typeof e?function(e,t){var r,u={},l=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,p=t.parameterLimit===1/0?void 0:t.parameterLimit,h=l.split(t.delimiter,p),d=-1,f=t.charset;if(t.charsetSentinel)for(r=0;r-1&&(g=n(g)?[g]:g),a.call(u,m)?u[m]=i.combine(u[m],g):u[m]=g}return u}(e,r):e,p=r.plainObjects?Object.create(null):{},h=Object.keys(l),d=0;d{"use strict";var i=r(37478),a=r(48052),n=r(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=Array.prototype.push,l=function(e,t){u.apply(e,c(t)?t:[t])},p=Date.prototype.toISOString,h=n.default,d={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:a.encode,encodeValuesOnly:!1,format:h,formatter:n.formatters[h],indices:!1,serializeDate:function(e){return p.call(e)},skipNulls:!1,strictNullHandling:!1},f=function e(t,r,n,o,s,u,p,h,f,m,g,v,y,b,x){var w,k=t;if(x.has(t))throw new RangeError("Cyclic object value");if("function"==typeof p?k=p(r,k):k instanceof Date?k=m(k):"comma"===n&&c(k)&&(k=a.maybeMap(k,(function(e){return e instanceof Date?m(e):e}))),null===k){if(o)return u&&!y?u(r,d.encoder,b,"key",g):r;k=""}if("string"==typeof(w=k)||"number"==typeof w||"boolean"==typeof w||"symbol"==typeof w||"bigint"==typeof w||a.isBuffer(k))return u?[v(y?r:u(r,d.encoder,b,"key",g))+"="+v(u(k,d.encoder,b,"value",g))]:[v(r)+"="+v(String(k))];var _,j=[];if(void 0===k)return j;if("comma"===n&&c(k))_=[{value:k.length>0?k.join(",")||null:void 0}];else if(c(p))_=p;else{var E=Object.keys(k);_=h?E.sort(h):E}for(var S=0;S<_.length;++S){var D=_[S],A="object"==typeof D&&void 0!==D.value?D.value:k[D];if(!s||null!==A){var C=c(k)?"function"==typeof n?n(r,D):r:r+(f?"."+D:"["+D+"]");x.set(t,!0);var T=i();l(j,e(A,C,n,o,s,u,p,h,f,m,g,v,y,b,T))}}return j};e.exports=function(e,t){var r,a=e,u=function(e){if(!e)return d;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||d.charset;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 r=n.default;if(void 0!==e.format){if(!o.call(n.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var i=n.formatters[r],a=d.filter;return("function"==typeof e.filter||c(e.filter))&&(a=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:d.addQueryPrefix,allowDots:void 0===e.allowDots?d.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:d.charsetSentinel,delimiter:void 0===e.delimiter?d.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:d.encode,encoder:"function"==typeof e.encoder?e.encoder:d.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:d.encodeValuesOnly,filter:a,format:r,formatter:i,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:d.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:d.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:d.strictNullHandling}}(t);"function"==typeof u.filter?a=(0,u.filter)("",a):c(u.filter)&&(r=u.filter);var p,h=[];if("object"!=typeof a||null===a)return"";p=t&&t.arrayFormat in s?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var m=s[p];r||(r=Object.keys(a)),u.sort&&r.sort(u.sort);for(var g=i(),v=0;v0?x+b:""}},48052:(e,t,r)=>{"use strict";var i=r(71737),a=Object.prototype.hasOwnProperty,n=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 r=t&&t.plainObjects?Object.create(null):{},i=0;i1;){var t=e.pop(),r=t.obj[t.prop];if(n(r)){for(var i=[],a=0;a=48&&l<=57||l>=65&&l<=90||l>=97&&l<=122||n===i.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(n(e)){for(var r=[],i=0;i{"use strict";const i=r(12087),a=r(33867),n=r(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(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(e&&!t&&void 0===s)return 0;const r=s||0;if("dumb"===o.TERM)return r;if("win32"===process.platform){const e=i.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:r;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:r}n("no-color")||n("no-colors")||n("color=false")||n("color=never")?s=0:(n("color")||n("colors")||n("color=true")||n("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,r)=>{"use strict";const i=r(94213),a=r(78835).parse,n=r(31669),o=r(10752),s=r(82224).y,c=r(25761).m,u=r(88971).U,l=r(456),{fromCallback:p}=r(38981),h=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,d=/[\x00-\x1F]/,f=["\n","\r","\0"],m=/[\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,r,i){let a=0;for(;a=58)break;a++}return ar?null:i||a==e.length?parseInt(e.substr(0,a),10):null}function j(e){const t=e.split(":"),r=[0,0,0];if(3!==t.length)return null;for(let e=0;e<3;e++){const i=2==e,a=_(t[e],1,2,i);if(null===a)return null;r[e]=a}return r}function E(e){e=String(e).substr(0,3).toLowerCase();const t=v[e];return t>=0?t:null}function S(e){if(!e)return;const t=e.split(g);if(!t)return;let r=null,i=null,a=null,n=null,o=null,s=null;for(let e=0;e=70&&s<=99?s+=1900:s>=0&&s<=69&&(s+=2e3))):o=u:n=u}return null===n||null===o||null===s||null===a||n<1||n>31||s<1601||r>23||i>59||a>59?void 0:new Date(Date.UTC(s,o,n,r,i,a))}function D(e){return e.toUTCString()}function A(e){return null==e?null:(e=e.trim().replace(/^\./,""),i&&/[^\u0001-\u007f]/.test(e)&&(e=i.toASCII(e)),e.toLowerCase())}function C(e,t,r){if(null==e||null==t)return null;if(!1!==r&&(e=A(e),t=A(t)),e==t)return!0;const i=e.indexOf(t);return!(i<=0||e.length!==t.length+i||"."!==e.substr(i-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 P(e,t){t&&"object"==typeof t||(t={});const r=(e=e.trim()).indexOf(";"),i=function(e,t){let r,i,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=S(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,r=this.maxAge<=0?-1/0:1e3*this.maxAge;return t.getTime()+r}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()}}B.cookiesCreated=0,B.parse=P,B.fromJSON=F,B.serializableProperties=Object.keys(R),B.sameSiteLevel={strict:3,lax:2,none:1},B.sameSiteCanonical={strict:"Strict",lax:"Lax"};class L{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=N("clone"),this._importCookiesSync=N("_importCookies"),this.getCookiesSync=N("getCookies"),this.getCookieStringSync=N("getCookieString"),this.getSetCookieStringsSync=N("getSetCookieStrings"),this.removeAllCookiesSync=N("removeAllCookies"),this.setCookieSync=N("setCookie"),this.serializeSync=N("serialize")}setCookie(e,t,r,i){let a;const n=z(t);"function"==typeof r&&(i=r,r={});const s=A(n.hostname),c=r.loose||this.enableLooseMode;let u=null;if(r.sameSiteContext&&(u=x(r.sameSiteContext),!u))return i(new Error(b));if("string"==typeof e||e instanceof String){if(!(e=B.parse(e,{loose:c})))return a=new Error("Cookie failed to parse"),i(r.ignoreError?null:a)}else if(!(e instanceof B))return a=new Error("First argument to setCookie must be a Cookie object or string"),i(r.ignoreError?null:a);const l=r.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"),i(r.ignoreError?null:a);if(e.domain){if(!C(s,e.cdomain(),!1))return a=new Error(`Cookie not in this host's domain. Cookie:${e.cdomain()} Request:${s}`),i(r.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(n.pathname),e.pathIsDefault=!0),!1===r.http&&e.httpOnly)return a=new Error("Cookie is HttpOnly and this isn't an HTTP API"),i(r.ignoreError?null:a);if("none"!==e.sameSite&&u&&"none"===u)return a=new Error("Cookie is SameSite but this is a cross-origin request"),i(r.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 i(r.ignoreError||p?null:new Error(t))}const h=this.store;h.updateCookie||(h.updateCookie=function(e,t,r){this.putCookie(t,r)}),h.findCookie(e.domain,e.path,e.key,(function(t,a){if(t)return i(t);const n=function(t){if(t)return i(t);i(null,e)};if(a){if(!1===r.http&&a.httpOnly)return t=new Error("old Cookie is HttpOnly and this isn't an HTTP API"),i(r.ignoreError?null:t);e.creation=a.creation,e.creationIndex=a.creationIndex,e.lastAccessed=l,h.updateCookie(a,e,n)}else e.creation=e.lastAccessed=l,h.putCookie(e,n)}))}getCookies(e,t,r){const i=z(e);"function"==typeof t&&(r=t,t={});const a=A(i.hostname),n=i.pathname||"/";let o=t.secure;null!=o||!i.protocol||"https:"!=i.protocol&&"wss:"!=i.protocol||(o=!0);let s=0;if(t.sameSiteContext){const e=x(t.sameSiteContext);if(s=B.sameSiteLevel[e],!s)return r(new Error(b))}let c=t.http;null==c&&(c=!0);const l=t.now||Date.now(),p=!1!==t.expire,h=!!t.allPaths,d=this.store;function f(e){if(e.hostOnly){if(e.domain!=a)return!1}else if(!C(a,e.domain,!1))return!1;return!(!h&&!u(n,e.path))&&(!(e.secure&&!o)&&(!(e.httpOnly&&!c)&&(!(s&&B.sameSiteLevel[e.sameSite||"none"]>s)&&!(p&&e.expiryTime()<=l&&(d.removeCookie(e.domain,e.path,e.key,(()=>{})),1)))))}d.findCookies(a,h?null:n,this.allowSpecialUseDomain,((e,i)=>{if(e)return r(e);i=i.filter(f),!1!==t.sort&&(i=i.sort(I));const a=new Date;for(const e of i)e.lastAccessed=a;r(null,i)}))}getCookieString(...e){const t=e.pop();e.push((function(e,r){e?t(e):t(null,r.sort(I).map((e=>e.cookieString())).join("; "))})),this.getCookies.apply(this,e)}getSetCookieStrings(...e){const t=e.pop();e.push((function(e,r){e?t(e):t(null,r.map((e=>e.toString())))})),this.getCookies.apply(this,e)}serialize(e){let t=this.store.constructor.name;"Object"===t&&(t=null);const r={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,i)=>t?e(t):(r.cookies=i.map((e=>(delete(e=e instanceof B?e.toJSON():e).creationIndex,e))),e(null,r))))}toJSON(){return this.serializeSync()}_importCookies(e,t){let r=e.cookies;if(!r||!Array.isArray(r))return t(new Error("serialized jar has no cookies array"));r=r.slice();const i=e=>{if(e)return t(e);if(!r.length)return t(e,this);let a;try{a=F(r.shift())}catch(e){return t(e)}if(null===a)return i(null);this.store.putCookie(a,i)};i()}clone(e,t){1===arguments.length&&(t=e,e=null),this.serialize(((r,i)=>{if(r)return t(r);L.deserialize(i,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(((r,i)=>{if(r)return e(r);if(0===i.length)return e(null);let a=0;const n=[];function o(t){if(t&&n.push(t),a++,a===i.length)return e(n.length?n[0]:null)}i.forEach((e=>{t.removeCookie(e.domain,e.path,e.key,o)}))}))}static deserialize(e,t,r){let i;if(3!==arguments.length&&(r=t,t=null),"string"==typeof e){if(i=O(e),i instanceof Error)return r(i)}else i=e;const a=new L(t,i.rejectPublicSuffixes);a._importCookies(i,(e=>{if(e)return r(e);r(null,a)}))}static deserializeSync(e,t){const r="string"==typeof e?JSON.parse(e):e,i=new L(t,r.rejectPublicSuffixes);if(!i.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");return i._importCookiesSync(r),i}}function N(e){return function(...t){if(!this.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");let r,i;if(this[e](...t,((e,t)=>{r=e,i=t})),r)throw r;return i}}L.fromJSON=L.deserializeSync,["_importCookies","clone","getCookies","getCookieString","getSetCookieStrings","removeAllCookies","serialize","setCookie"].forEach((e=>{L.prototype[e]=p(L.prototype[e])})),L.deserialize=p(L.deserialize),t.version=l,t.CookieJar=L,t.Cookie=B,t.Store=s,t.MemoryCookieStore=c,t.parseDate=S,t.formatDate=D,t.parse=P,t.fromJSON=F,t.domainMatch=C,t.defaultPath=T,t.pathMatch=u,t.getPublicSuffix=o.getPublicSuffix,t.cookieCompare=I,t.permuteDomain=r(87324).permuteDomain,t.permutePath=function(e){if("/"===e)return["/"];const t=[e];for(;e.length>1;){const r=e.lastIndexOf("/");if(0===r)break;e=e.substr(0,r),t.push(e)}return t.push("/"),t},t.canonicalDomain=A,t.PrefixSecurityEnum=w},25761:(e,t,r)=>{"use strict";const{fromCallback:i}=r(38981),a=r(82224).y,n=r(87324).permuteDomain,o=r(88971).U,s=r(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,r,i){return this.idx[e]&&this.idx[e][t]?i(null,this.idx[e][t][r]||null):i(null,void 0)}findCookies(e,t,r,i){const a=[];if("function"==typeof r&&(i=r,r=!1),!e)return i(null,[]);let s;s=t?function(e){Object.keys(e).forEach((r=>{if(o(t,r)){const t=e[r];for(const e in t)a.push(t[e])}}))}:function(e){for(const t in e){const r=e[t];for(const e in r)a.push(r[e])}};const c=n(e,r)||[e],u=this.idx;c.forEach((e=>{const t=u[e];t&&s(t)})),i(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,r){this.putCookie(t,r)}removeCookie(e,t,r,i){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][r]&&delete this.idx[e][t][r],i(null)}removeCookies(e,t,r){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),r(null)}removeAllCookies(e){return this.idx={},e(null)}getAllCookies(e){const t=[],r=this.idx;Object.keys(r).forEach((e=>{Object.keys(r[e]).forEach((i=>{Object.keys(r[e][i]).forEach((a=>{null!==a&&t.push(r[e][i][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]=i(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,r)=>{"use strict";const i=r(10752),a=["local"];t.permuteDomain=function(e,t){let r=null;if(t){const t=e.split(".");r=a.includes(t[t.length-1])?`${t[t.length-2]}.${t[t.length-1]}`:i.getPublicSuffix(e)}else r=i.getPublicSuffix(e);if(!r)return null;if(r==e)return[e];const n=e.slice(0,-(r.length+1)).split(".").reverse();let o=r;const s=[o];for(;n.length;)o=`${n.shift()}.${o}`,s.push(o);return s}},10752:(e,t,r)=>{"use strict";const i=r(16244);t.getPublicSuffix=function(e){return i.get(e)}},82224:(e,t)=>{"use strict";t.y=class{constructor(){this.synchronous=!1}findCookie(e,t,r,i){throw new Error("findCookie is not implemented")}findCookies(e,t,r,i){throw new Error("findCookies is not implemented")}putCookie(e,t){throw new Error("putCookie is not implemented")}updateCookie(e,t,r){throw new Error("updateCookie is not implemented")}removeCookie(e,t,r,i){throw new Error("removeCookie is not implemented")}removeCookies(e,t,r){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,r){"use strict";var i,a,n=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=n(r(98605)),s=n(r(99268)),c=r(8777),u=n(r(27646)),l=n(r(15158)),p=r(68160),h=r(93786),d=n(r(48479)),f=r(61999),m=r(83020),g=r(25532),v=r(54570),y=r(15257);var b=r(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=f.normalizePort(null!==(i=process.env.DEEMIX_SERVER_PORT)&&void 0!==i?i: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);h.registerMiddlewares(j),j.use("/",d.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,r,i)=>{t.wss.handleUpgrade(e,r,i,(r=>{t.wss.emit("connection",r,e)}))})),E.on("error",m.getErrorCb(w)),E.on("listening",m.getListeningCb(E,_))},15257:(e,t,r)=>{"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 i=r(99614).concat("[deemix-server]: ");t.consoleInfo=e=>console.info(i(e)),t.consoleError=e=>console.error(i(e));class a extends Error{constructor(){super(),this.message="Bad request!"}}t.BadRequestError=a,t.isBadRequestError=e=>e instanceof a;class n extends Error{constructor(e){super(e),this.name="QueueError"}}t.QueueError=n,t.AlreadyInQueue=class extends n{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 n{constructor(){super("You must be logged in to start a download."),this.name="NotLoggedIn"}}},91577:function(e,t,r){"use strict";var i=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=i(r(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,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getListeningCb=t.getErrorCb=void 0;const i=r(15257);t.getErrorCb=function(e){return t=>{if("listen"!==t.syscall)throw t;const r="string"==typeof e?"Pipe "+e:"Port "+e;switch(t.code){case"EACCES":console.error(r+" requires elevated privileges"),process.exit(1);case"EADDRINUSE":console.error(r+" is already in use"),process.exit(1);default:throw t}}},t.getListeningCb=function(e,t){return()=>{const r=e.address();if(r){const e="string"==typeof r?"pipe "+r:"port "+r.port;t(`Listening on ${e}`),i.consoleInfo(`Listening on ${e}`)}}}},48519:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.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 n=a(r(35747)),o=r(85622),s=r(42277),c=a(r(57424)),u=a(r(8777)),l=a(r(12210)),p=r(76752),h=r(15257),d=c.default.downloader.Downloader,{Single:f,Collection:m,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=r(98565).version;let y=null;t.isDeezerAvailable=function(){return i(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;"},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){t?console.log(e,t):console.log(e),["downloadInfo","downloadWarn"].includes(e)||p.wss.clients.forEach((r=>{r.readyState===u.default.OPEN&&r.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,r){c.default.settings.save(e,t.configFolder),v=e,t.plugins.spotify.saveSettings(r)};let b=[];const x={};let w=null;function k(e){return i(this,void 0,void 0,(function*(){do{if(null!==w||0===b.length)return null;w=!0;const r=b.shift()||"";console.log(r),x[r].status="downloading";const i=JSON.parse(n.default.readFileSync(t.configFolder+`queue${o.sep}${r}.json`).toString());let a;switch(i.__type__){case"Single":a=new f(i);break;case"Collection":a=new m(i);break;case"Convertable":a=new g(i),a=yield t.plugins[a.plugin].convert(e,a,v,t.listener),n.default.writeFileSync(t.configFolder+`queue${o.sep}${a.uuid}.json`,JSON.stringify(Object.assign(Object.assign({},a.toDict()),{status:"inQueue"})))}if(w=new d(e,a,v,t.listener),t.listener.send("startDownload",r),yield w.start(),!a.isCanceled){a.failed===a.size?x[r].status="failed":a.failed>0?x[r].status="withErrors":x[r].status="completed";const e=a.getSlimmedDict();e.status=x[r].status,x[r]=e,n.default.writeFileSync(t.configFolder+`queue${o.sep}${r}.json`,JSON.stringify(e))}console.log(b),n.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b)),w=null}while(b.length)}))}function _(){n.default.existsSync(t.configFolder+"queue")||n.default.mkdirSync(t.configFolder+"queue"),n.default.readdirSync(t.configFolder+"queue").forEach((e=>{if("order.json"===e)b=JSON.parse(n.default.readFileSync(t.configFolder+`queue${o.sep}order.json`).toString());else{const r=JSON.parse(n.default.readFileSync(t.configFolder+`queue${o.sep}${e}`).toString());if("inQueue"===r.status){let e;switch(r.__type__){case"Single":e=new f(r);break;case"Collection":e=new m(r);break;case"Convertable":e=new g(r)}x[e.uuid]=e.getEssentialDict(),x[e.uuid].status="inQueue"}else x[r.uuid]=r}}))}_(),t.getQueue=function(){const e={queue:x,queueOrder:b};return w&&!0!==w&&(e.current=w.downloadObject.getSlimmedDict()),e},t.addToQueue=function(e,r,a){return i(this,void 0,void 0,(function*(){if(!e.logged_in)throw new h.NotLoggedIn;let i=[];const u=[];let l="";const p=s.v4();r.length>1&&t.listener.send("startGeneratingItems",{uuid:p,total:r.length});for(let n=0;n{e.errid||console.trace(e),t.listener.send("queueError",{link:e.link,error:e.message,errid:e.errid})})),r.length>1&&t.listener.send("finishGeneratingItems",{uuid:p,total:i.length});const d=[];return i.forEach(((e,r)=>{if(Object.keys(x).includes(e.uuid))return t.listener.send("alreadyInQueue",e.getEssentialDict()),void delete i[r];n.default.existsSync(t.configFolder+"queue")||n.default.mkdirSync(t.configFolder+"queue"),b.push(e.uuid),n.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",n.default.writeFileSync(t.configFolder+`queue${o.sep}${e.uuid}.json`,JSON.stringify(a)),d.push(e.getSlimmedDict())})),1===i.length?t.listener.send("addedToQueue",i[0].getSlimmedDict()):t.listener.send("addedToQueue",d),k(e),d}))},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),n.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b));default:t.listener.send("removedFromQueue",e)}n.default.unlinkSync(t.configFolder+`queue${o.sep}${e}.json`),delete x[e]}},t.cancelAllDownloads=function(){b=[];let e=null;Object.values(x).forEach((r=>{"downloading"===r.status&&(w.downloadObject.isCanceled=!0,t.listener.send("cancellingCurrentItem",r.uuid),e=r.uuid),n.default.unlinkSync(t.configFolder+`queue${o.sep}${r.uuid}.json`),delete x[r.uuid]})),n.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&&(n.default.unlinkSync(t.configFolder+`queue${o.sep}${e.uuid}.json`),delete x[e.uuid])})),t.listener.send("removedFinishedDownloads")},t.restoreQueueFromDisk=_},93786:function(e,t,r){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerMiddlewares=void 0;const a=i(r(99268)),n=i(r(50034)),o=i(r(981)),s=i(r(92024)),c=r(91577),u=r(46415)(s.default);t.registerMiddlewares=function(e){e.use(n.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,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0}),t.getAlbumDetails=t.apiHandler=void 0;const a=r(63623),n=r(48519),o={path:"/album-search/",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];if(!e.query)return t.status(400).send();const{term:i,start:o,nb:c}=function(e){let t=0;void 0!==e.start&&(t=parseInt(e.start));let r=30;return void 0!==e.nb&&(r=parseInt(e.nb)),{term:e.term,start:t,nb:r}}(e.query);if(!i||""===i.trim())return t.status(400).send();const u=yield r.gw.search_music(i,"ALBUM",{index:o,limit:c}),l=yield Promise.all(u.data.map((e=>s(r,e.ALB_ID)))),p={data:l,total:l.length};return t.send(p)}))};function s(e,t){return i(this,void 0,void 0,(function*(){const r=yield e.gw.get_album_page(t),i=r.DATA;let a=0;return r.SONGS.data.forEach((e=>{"DURATION"in e&&(a+=parseInt(e.DURATION))})),i.DURATION=a,i.NUMBER_TRACK=r.SONGS.total,i.LINK=`https://deezer.com/album/${i.ALB_ID}`,i}))}t.apiHandler=o,t.getAlbumDetails=s},98080:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=a(r(57424)),o=r(63623),s=r(48519),c={path:"/analyzeLink",handler:(e,t)=>i(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:r}=e.query,[,i,a]=yield n.default.parseLink(r);if(["track","album"].includes(i)){s.sessionDZ[e.session.id]||(s.sessionDZ[e.session.id]=new o.Deezer);const r=s.sessionDZ[e.session.id],n="track"===i?"get_track":"get_album",c=yield r.api[n](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,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(63623),a=r(48519),n={path:"/changeAccount",handler:(e,t)=>{if(!e.query||!e.query.child)return t.status(400).send({errorMessage:"No child specified",errorCode:"CA01"});const{child:r}=e.query;a.sessionDZ[e.session.id]||(a.sessionDZ[e.session.id]=new i.Deezer);const n=a.sessionDZ[e.session.id].change_account(r);return t.status(200).send(n)}};t.default=n},76686:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o=r(82180),s=r(15257),c={path:"/getChartTracks",handler:(e,t,r)=>i(void 0,void 0,void 0,(function*(){try{n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const i=n.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 i.api.get_playlist_tracks(c,{index:u,limit:l});t.status(200).send(p),r()}catch(e){if(s.isBadRequestError(e))return s.consoleError(e.message),t.status(400).send(),r()}}))};t.default=c},96990:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519);let o;const s={path:"/getCharts",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){if(!o){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const t=n.sessionDZ[e.session.id],r=yield t.api.get_countries_charts(),i=[];r.forEach((e=>{i.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:i}}t.send(o)}))};t.default=s},13966:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519);let o;const s={path:"/getHome",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];o||(o=yield r.api.get_chart(0,{limit:30})),t.send(o)}))};t.default=s},32664:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(48519),a={path:"/getQueue",handler:(e,t)=>{const r=i.getQueue();t.send(r)}};t.default=a},14315:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(48519),a={path:"/getSettings",handler:(e,t)=>{t.send(i.getSettings())}};t.default=a},24777:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/getTracklist",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id],i=String(e.query.id),o=String(e.query.type);switch(o){case"artist":{const e=yield r.api.get_artist(i);e.releases=yield r.gw.get_artist_discography_tabs(i,{limit:100}),t.send(e);break}case"spotifyplaylist":case"spotify_playlist":{if(!n.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=n.plugins.spotify.sp;let r=yield e.getPlaylist(i);r=r.body;let a=r.tracks.items;for(;r.tracks.next;){const t=/offset=(\d+)&limit=(\d+)/g.exec(r.tracks.next),n=t[1],o=t[2],s=yield e.getPlaylistTracks(i,{offset:n,limit:o});r.tracks=s.body,a=a.concat(r.tracks.items)}a.forEach(((e,t)=>{a[t]=e.track,a[t].selected=!1})),r.tracks=a,t.send(r);break}default:{const e=yield r.api[`get_${o}`](i);let a=yield r.api[`get_${o}_tracks`](i);a=a.data;const n=[],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),n.push({type:"disc_separator",number:c})),e.selected=!1,n.push(e)})),e.tracks=n,t.send(e);break}}}))};t.default=o},8148:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/getUserAlbums",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];let i;if(r.logged_in){const e=r.current_user.id;try{i=yield r.api.get_user_albums(e,{limit:-1}),i=i.data}catch(t){i=yield r.gw.get_user_albums(e,{limit:-1})}}else i={error:"notLoggedIn"};t.send(i)}))};t.default=o},50608:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/getUserArtists",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];let i;if(r.logged_in){const e=r.current_user.id;try{i=yield r.api.get_user_artists(e,{limit:-1}),i=i.data}catch(t){i=yield r.gw.get_user_artists(e,{limit:-1})}}else i={error:"notLoggedIn"};t.send(i)}))};t.default=o},97547:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/getUserFavorites",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];let i={};if(r.logged_in){const e=r.current_user.id;try{let t;t=yield r.api.get_user_playlists(e,{limit:-1}),i.playlists=t.data,t=yield r.api.get_user_albums(e,{limit:-1}),i.albums=t.data,t=yield r.api.get_user_artists(e,{limit:-1}),i.artists=t.data,t=yield r.api.get_user_tracks(e,{limit:-1}),i.tracks=t.data}catch(t){i.playlists=yield r.gw.get_user_playlists(e,{limit:-1}),i.albums=yield r.gw.get_user_albums(e,{limit:-1}),i.artists=yield r.gw.get_user_artists(e,{limit:-1}),i.tracks=yield r.gw.get_user_tracks(e,{limit:-1})}}else i={error:"notLoggedIn"};t.send(i)}))};t.default=o},62523:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/getUserPlaylists",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];let i;if(r.logged_in){const e=r.current_user.id;try{i=yield r.api.get_user_playlists(e,{limit:-1}),i=i.data}catch(t){i=yield r.gw.get_user_playlists(e,{limit:-1})}}else i={error:"notLoggedIn"};t.send(i)}))};t.default=o},6160:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(48519),n={path:"/getUserSpotifyPlaylists",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){let r;if(a.plugins.spotify.enabled){const t=a.plugins.spotify.sp,i=e.query.spotifyUser;r=[];let n=yield t.getUserPlaylists(i);n=n.body;let o=n.items;for(;n.next;){const e=/offset=(\d+)&limit=(\d+)/g.exec(n.next),r=e[1],a=e[2];n=(yield t.getUserPlaylists(i,{offset:r,limit:a})).body,o=o.concat(n.items)}o.forEach((e=>{r.push(a.plugins.spotify._convertPlaylistStructure(e))}))}else r={error:"spotifyNotEnabled"};t.send(r)}))};t.default=n},24740:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/getUserTracks",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];let i;if(r.logged_in){const e=r.current_user.id;try{i=yield r.api.get_user_tracks(e,{limit:-1}),i=i.data}catch(t){i=yield r.gw.get_user_tracks(e,{limit:-1})}}else i={error:"notLoggedIn"};t.send(i)}))};t.default=o},28095:function(e,t,r){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const a=i(r(98080)),n=i(r(3396)),o=i(r(13966)),s=i(r(96990)),c=i(r(17034)),u=i(r(87329)),l=i(r(36642)),p=i(r(24777)),h=r(7931),d=i(r(76686)),f=i(r(14315)),m=i(r(24740)),g=i(r(8148)),v=i(r(50608)),y=i(r(62523)),b=i(r(6160)),x=i(r(97547)),w=i(r(32664));t.default=[h.apiHandler,n.default,a.default,o.default,s.default,d.default,c.default,u.default,l.default,p.default,f.default,m.default,g.default,v.default,y.default,b.default,x.default,w.default]},17034:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/mainSearch",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id],i=String(e.query.term),o=yield r.gw.search(i),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,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o=r(7931),s={path:"/newReleases",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id],s=(yield r.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 i(this,void 0,void 0,(function*(){const r=yield e.gw.get_page(t),i=/^New.*releases$/,a=r.sections.find((e=>i.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)):[]:[]}))}(r,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)),d=yield Promise.all(h.map((e=>o.getAlbumDetails(r,e.ALB_ID)))),f={data:d,total:d.length};return t.send(f)}))};t.default=s},87329:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/search",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id],i=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 r.api.search_track(i,{limit:c,index:s});break;case"album":u=yield r.api.search_album(i,{limit:c,index:s});break;case"artist":u=yield r.api.search_artist(i,{limit:c,index:s});break;case"playlist":u=yield r.api.search_playlist(i,{limit:c,index:s});break;case"radio":u=yield r.api.search_radio(i,{limit:c,index:s});break;case"user":u=yield r.api.search_user(i,{limit:c,index:s});break;default:u=yield r.api.search(i,{limit:c,index:s})}u.type=o,t.send(u)}))};t.default=o},59386:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=[]},61156:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/addToQueue",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id],i=e.query.url.split(/[\s;]+/);let o,s=e.query.bitrate;"null"===s&&(s=n.getSettings().settings.maxBitrate);try{o=yield n.addToQueue(r,i,s)}catch(e){switch(e.name){case"NotLoggedIn":t.send({result:!1,errid:e.name,data:{url:i,bitrate:s}}),n.listener.send("loginNeededToDownload");break;default:console.error(e),t.send({result:!1,errid:e.name,data:{url:i,bitrate:s}})}return}t.send({result:!0,data:{url:i,bitrate:s,obj:o}})}))};t.default=o},46251:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(48519),a={path:"/cancelAllDownloads",handler:(e,t)=>{i.cancelAllDownloads(),t.send({result:!0})}};t.default=a},50392:function(e,t,r){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const a=i(r(88665)),n=i(r(61156)),o=i(r(70370)),s=i(r(46251)),c=i(r(86430)),u=i(r(92356)),l=i(r(95213)),p=i(r(80878));t.default=[a.default,n.default,o.default,s.default,c.default,u.default,l.default,p.default]},88665:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/login-arl",handler:(e,t,r)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];if(!e.query)return t.status(400).send();if(!e.query.arl)return t.status(400).send();const i=[e.query.arl];let o;e.query.child&&i.push(e.query.child),r.logged_in?o=2:(o=yield r.login_via_arl(...i),o=o?1:0),(yield n.isDeezerAvailable())||(o=-1);const s={status:o,arl:e.query.arl,user:r.current_user};return n.startQueue(r),t.status(200).send(s)}))};t.default=o},70370:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(48519),n={path:"/loginWithCredentials",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){const{email:r,password:i}=e.body;let n,o=e.body.accessToken;o||(o=yield a.getAccessToken(r,i)),o&&(n=yield a.getArlFromAccessToken(o)),console.log({accessToken:o,arl:n}),t.send({accessToken:o,arl:n})}))};t.default=n},95213:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(63623),a=r(48519),n={path:"/logout",handler:(e,t)=>{a.sessionDZ[e.session.id]=new i.Deezer,t.send({logged_out:!0})}};t.default=n},86430:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(48519),a={path:"/removeFinishedDownloads",handler:(e,t)=>{i.clearCompletedDownloads(),t.send({result:!0})}};t.default=a},92356:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(48519),a={path:"/removeFromQueue",handler:(e,t)=>{const{uuid:r}=e.query;r?(i.cancelDownload(r),t.send({result:!0})):t.send({result:!1})}};t.default=a},80878:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(48519),a={path:"/saveSettings",handler:(e,t)=>{const{settings:r,spotifySettings:a}=e.query;i.saveSettings(r,a),i.listener.send("updateSettings",{settings:r,spotifySettings:a}),t.send({result:!0})}};t.default=a},25532:function(e,t,r){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerApis=void 0;const a=i(r(28095)),n=i(r(35921)),o=i(r(50392)),s=i(r(59386)),c=[{method:"get",endpoints:a.default},{method:"delete",endpoints:n.default},{method:"post",endpoints:o.default},{method:"patch",endpoints:s.default}];t.registerApis=function(e){c.forEach((({method:t,endpoints:r})=>{r.forEach((r=>{e[t](`/api${r.path}`,r.handler)}))})),e.get("*",((e,t)=>{t.redirect("/")}))}},48479:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=a(r(35747)),o=a(r(99268)),s=r(63623),c=r(91577),u=r(48519),l=o.default.Router();let p=null;l.get("/connect",((e,t)=>i(void 0,void 0,void 0,(function*(){u.sessionDZ[e.session.id]||(u.sessionDZ[e.session.id]=new s.Deezer);const r=u.sessionDZ[e.session.id];if(!p){const e=JSON.parse(String(n.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 i={update:p,autologin:!r.logged_in,currentUser:r.current_user,deezerAvailable:yield u.isDeezerAvailable()},a=u.getQueue();Object.keys(a.queue).length>0&&(i.queue=a),t.send(i)})))),t.default=l},54570:function(e,t,r){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerWebsocket=void 0;const a=r(15257),n=i(r(91540));t.registerWebsocket=e=>{e.on("connection",(t=>{t.on("message",(r=>{a.consoleInfo(`Received: ${r}`);const i=JSON.parse(r.toString());n.default.forEach((r=>{i.key===r.eventName&&r.cb(i.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,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(15257),a=r(48519);t.default={eventName:"cancelAllDownloads",cb:(e,t,r)=>{a.cancelAllDownloads(),i.consoleInfo("Queue cleared")}}},91540:function(e,t,r){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const a=i(r(48123)),n=i(r(63995)),o=i(r(54293)),s=i(r(71220));t.default=[a.default,n.default,o.default,s.default]},63995:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(15257),a=r(48519);t.default={eventName:"removeFinishedDownloads",cb:(e,t,r)=>{a.clearCompletedDownloads(),i.consoleInfo("Completed downloads cleared")}}},54293:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(15257),a=r(48519);t.default={eventName:"removeFromQueue",cb:(e,t,r)=>{a.cancelDownload(e),i.consoleInfo(`Cancelled ${e}`)}}},48123:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(15257),a=r(48519);t.default={eventName:"saveSettings",cb:(e,t,r)=>{const{settings:n,spotifySettings:o}=e;a.saveSettings(n,o),i.consoleInfo("Settings saved"),a.listener.send("updateSettings",{settings:n,spotifySettings:o})}}},37437:(e,t,r)=>{"use strict";r(11631);var i,a=r(4016),n=r(98605),o=r(57211),s=r(28614),c=r(42357),u=r(31669),l=r(89509).Buffer;function p(e){var t=this;t.options=e||{},t.proxyOptions=t.options.proxy||{},t.maxSockets=t.options.maxSockets||n.Agent.defaultMaxSockets,t.requests=[],t.sockets=[],t.on("free",(function(e,r,i){for(var a=0,n=t.requests.length;a=this.maxSockets?r.requests.push({host:t.host,port:t.port,request:e}):r.createConnection({host:t.host,port:t.port,request:e})},p.prototype.createConnection=function(e){var t=this;t.createSocket(e,(function(r){function i(){t.emit("free",r,e.host,e.port)}function a(e){t.removeSocket(r),r.removeListener("free",i),r.removeListener("close",a),r.removeListener("agentRemove",a)}r.on("free",i),r.on("close",a),r.on("agentRemove",a),e.request.onSocket(r)}))},p.prototype.createSocket=function(e,t){var r=this,a={};r.sockets.push(a);var n=d({},r.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1});n.proxyAuth&&(n.headers=n.headers||{},n.headers["Proxy-Authorization"]="Basic "+l.from(n.proxyAuth).toString("base64")),i("making CONNECT request");var o=r.request(n);function s(n,s,u){if(o.removeAllListeners(),s.removeAllListeners(),200===n.statusCode)c.equal(u.length,0),i("tunneling connection has established"),r.sockets[r.sockets.indexOf(a)]=s,t(s);else{i("tunneling socket could not be established, statusCode=%d",n.statusCode);var l=new Error("tunneling socket could not be established, statusCode="+n.statusCode);l.code="ECONNRESET",e.request.emit("error",l),r.removeSocket(a)}}o.useChunkedEncodingByDefault=!1,o.once("response",(function(e){e.upgrade=!0})),o.once("upgrade",(function(e,t,r){process.nextTick((function(){s(e,t,r)}))})),o.once("connect",s),o.once("error",(function(t){o.removeAllListeners(),i("tunneling socket could not be established, cause=%s\n",t.message,t.stack);var n=new Error("tunneling socket could not be established, cause="+t.message);n.code="ECONNRESET",e.request.emit("error",n),r.removeSocket(a)})),o.end()},p.prototype.removeSocket=function(e){var t=this.sockets.indexOf(e);if(-1!==t){this.sockets.splice(t,1);var r=this.requests.shift();r&&this.createConnection(r)}},i=process.env.NODE_DEBUG&&/\btunnel\b/.test(process.env.NODE_DEBUG)?function(){var e=Array.prototype.slice.call(arguments);"string"==typeof e[0]?e[0]="TUNNEL: "+e[0]:e.unshift("TUNNEL:"),console.error.apply(console,e)}:function(){},t.debug=i},50780:(e,t,r)=>{!function(e){"use strict";var t=function(e){var t,r=new Float64Array(16);if(e)for(t=0;t>24&255,e[t+1]=r>>16&255,e[t+2]=r>>8&255,e[t+3]=255&r,e[t+4]=i>>24&255,e[t+5]=i>>16&255,e[t+6]=i>>8&255,e[t+7]=255&i}function m(e,t,r,i,a){var n,o=0;for(n=0;n>>8)-1}function g(e,t,r,i){return m(e,t,r,i,16)}function v(e,t,r,i){return m(e,t,r,i,32)}function y(e,t,r,i){!function(e,t,r,i){for(var a,n=255&i[0]|(255&i[1])<<8|(255&i[2])<<16|(255&i[3])<<24,o=255&r[0]|(255&r[1])<<8|(255&r[2])<<16|(255&r[3])<<24,s=255&r[4]|(255&r[5])<<8|(255&r[6])<<16|(255&r[7])<<24,c=255&r[8]|(255&r[9])<<8|(255&r[10])<<16|(255&r[11])<<24,u=255&r[12]|(255&r[13])<<8|(255&r[14])<<16|(255&r[15])<<24,l=255&i[4]|(255&i[5])<<8|(255&i[6])<<16|(255&i[7])<<24,p=255&t[0]|(255&t[1])<<8|(255&t[2])<<16|(255&t[3])<<24,h=255&t[4]|(255&t[5])<<8|(255&t[6])<<16|(255&t[7])<<24,d=255&t[8]|(255&t[9])<<8|(255&t[10])<<16|(255&t[11])<<24,f=255&t[12]|(255&t[13])<<8|(255&t[14])<<16|(255&t[15])<<24,m=255&i[8]|(255&i[9])<<8|(255&i[10])<<16|(255&i[11])<<24,g=255&r[16]|(255&r[17])<<8|(255&r[18])<<16|(255&r[19])<<24,v=255&r[20]|(255&r[21])<<8|(255&r[22])<<16|(255&r[23])<<24,y=255&r[24]|(255&r[25])<<8|(255&r[26])<<16|(255&r[27])<<24,b=255&r[28]|(255&r[29])<<8|(255&r[30])<<16|(255&r[31])<<24,x=255&i[12]|(255&i[13])<<8|(255&i[14])<<16|(255&i[15])<<24,w=n,k=o,_=s,j=c,E=u,S=l,D=p,A=h,C=d,T=f,P=m,O=g,F=v,I=y,z=b,R=x,B=0;B<20;B+=2)w^=(a=(F^=(a=(C^=(a=(E^=(a=w+F|0)<<7|a>>>25)+w|0)<<9|a>>>23)+E|0)<<13|a>>>19)+C|0)<<18|a>>>14,S^=(a=(k^=(a=(I^=(a=(T^=(a=S+k|0)<<7|a>>>25)+S|0)<<9|a>>>23)+T|0)<<13|a>>>19)+I|0)<<18|a>>>14,P^=(a=(D^=(a=(_^=(a=(z^=(a=P+D|0)<<7|a>>>25)+P|0)<<9|a>>>23)+z|0)<<13|a>>>19)+_|0)<<18|a>>>14,R^=(a=(O^=(a=(A^=(a=(j^=(a=R+O|0)<<7|a>>>25)+R|0)<<9|a>>>23)+j|0)<<13|a>>>19)+A|0)<<18|a>>>14,w^=(a=(j^=(a=(_^=(a=(k^=(a=w+j|0)<<7|a>>>25)+w|0)<<9|a>>>23)+k|0)<<13|a>>>19)+_|0)<<18|a>>>14,S^=(a=(E^=(a=(A^=(a=(D^=(a=S+E|0)<<7|a>>>25)+S|0)<<9|a>>>23)+D|0)<<13|a>>>19)+A|0)<<18|a>>>14,P^=(a=(T^=(a=(C^=(a=(O^=(a=P+T|0)<<7|a>>>25)+P|0)<<9|a>>>23)+O|0)<<13|a>>>19)+C|0)<<18|a>>>14,R^=(a=(z^=(a=(I^=(a=(F^=(a=R+z|0)<<7|a>>>25)+R|0)<<9|a>>>23)+F|0)<<13|a>>>19)+I|0)<<18|a>>>14;w=w+n|0,k=k+o|0,_=_+s|0,j=j+c|0,E=E+u|0,S=S+l|0,D=D+p|0,A=A+h|0,C=C+d|0,T=T+f|0,P=P+m|0,O=O+g|0,F=F+v|0,I=I+y|0,z=z+b|0,R=R+x|0,e[0]=w>>>0&255,e[1]=w>>>8&255,e[2]=w>>>16&255,e[3]=w>>>24&255,e[4]=k>>>0&255,e[5]=k>>>8&255,e[6]=k>>>16&255,e[7]=k>>>24&255,e[8]=_>>>0&255,e[9]=_>>>8&255,e[10]=_>>>16&255,e[11]=_>>>24&255,e[12]=j>>>0&255,e[13]=j>>>8&255,e[14]=j>>>16&255,e[15]=j>>>24&255,e[16]=E>>>0&255,e[17]=E>>>8&255,e[18]=E>>>16&255,e[19]=E>>>24&255,e[20]=S>>>0&255,e[21]=S>>>8&255,e[22]=S>>>16&255,e[23]=S>>>24&255,e[24]=D>>>0&255,e[25]=D>>>8&255,e[26]=D>>>16&255,e[27]=D>>>24&255,e[28]=A>>>0&255,e[29]=A>>>8&255,e[30]=A>>>16&255,e[31]=A>>>24&255,e[32]=C>>>0&255,e[33]=C>>>8&255,e[34]=C>>>16&255,e[35]=C>>>24&255,e[36]=T>>>0&255,e[37]=T>>>8&255,e[38]=T>>>16&255,e[39]=T>>>24&255,e[40]=P>>>0&255,e[41]=P>>>8&255,e[42]=P>>>16&255,e[43]=P>>>24&255,e[44]=O>>>0&255,e[45]=O>>>8&255,e[46]=O>>>16&255,e[47]=O>>>24&255,e[48]=F>>>0&255,e[49]=F>>>8&255,e[50]=F>>>16&255,e[51]=F>>>24&255,e[52]=I>>>0&255,e[53]=I>>>8&255,e[54]=I>>>16&255,e[55]=I>>>24&255,e[56]=z>>>0&255,e[57]=z>>>8&255,e[58]=z>>>16&255,e[59]=z>>>24&255,e[60]=R>>>0&255,e[61]=R>>>8&255,e[62]=R>>>16&255,e[63]=R>>>24&255}(e,t,r,i)}function b(e,t,r,i){!function(e,t,r,i){for(var a,n=255&i[0]|(255&i[1])<<8|(255&i[2])<<16|(255&i[3])<<24,o=255&r[0]|(255&r[1])<<8|(255&r[2])<<16|(255&r[3])<<24,s=255&r[4]|(255&r[5])<<8|(255&r[6])<<16|(255&r[7])<<24,c=255&r[8]|(255&r[9])<<8|(255&r[10])<<16|(255&r[11])<<24,u=255&r[12]|(255&r[13])<<8|(255&r[14])<<16|(255&r[15])<<24,l=255&i[4]|(255&i[5])<<8|(255&i[6])<<16|(255&i[7])<<24,p=255&t[0]|(255&t[1])<<8|(255&t[2])<<16|(255&t[3])<<24,h=255&t[4]|(255&t[5])<<8|(255&t[6])<<16|(255&t[7])<<24,d=255&t[8]|(255&t[9])<<8|(255&t[10])<<16|(255&t[11])<<24,f=255&t[12]|(255&t[13])<<8|(255&t[14])<<16|(255&t[15])<<24,m=255&i[8]|(255&i[9])<<8|(255&i[10])<<16|(255&i[11])<<24,g=255&r[16]|(255&r[17])<<8|(255&r[18])<<16|(255&r[19])<<24,v=255&r[20]|(255&r[21])<<8|(255&r[22])<<16|(255&r[23])<<24,y=255&r[24]|(255&r[25])<<8|(255&r[26])<<16|(255&r[27])<<24,b=255&r[28]|(255&r[29])<<8|(255&r[30])<<16|(255&r[31])<<24,x=255&i[12]|(255&i[13])<<8|(255&i[14])<<16|(255&i[15])<<24,w=0;w<20;w+=2)n^=(a=(v^=(a=(d^=(a=(u^=(a=n+v|0)<<7|a>>>25)+n|0)<<9|a>>>23)+u|0)<<13|a>>>19)+d|0)<<18|a>>>14,l^=(a=(o^=(a=(y^=(a=(f^=(a=l+o|0)<<7|a>>>25)+l|0)<<9|a>>>23)+f|0)<<13|a>>>19)+y|0)<<18|a>>>14,m^=(a=(p^=(a=(s^=(a=(b^=(a=m+p|0)<<7|a>>>25)+m|0)<<9|a>>>23)+b|0)<<13|a>>>19)+s|0)<<18|a>>>14,x^=(a=(g^=(a=(h^=(a=(c^=(a=x+g|0)<<7|a>>>25)+x|0)<<9|a>>>23)+c|0)<<13|a>>>19)+h|0)<<18|a>>>14,n^=(a=(c^=(a=(s^=(a=(o^=(a=n+c|0)<<7|a>>>25)+n|0)<<9|a>>>23)+o|0)<<13|a>>>19)+s|0)<<18|a>>>14,l^=(a=(u^=(a=(h^=(a=(p^=(a=l+u|0)<<7|a>>>25)+l|0)<<9|a>>>23)+p|0)<<13|a>>>19)+h|0)<<18|a>>>14,m^=(a=(f^=(a=(d^=(a=(g^=(a=m+f|0)<<7|a>>>25)+m|0)<<9|a>>>23)+g|0)<<13|a>>>19)+d|0)<<18|a>>>14,x^=(a=(b^=(a=(y^=(a=(v^=(a=x+b|0)<<7|a>>>25)+x|0)<<9|a>>>23)+v|0)<<13|a>>>19)+y|0)<<18|a>>>14;e[0]=n>>>0&255,e[1]=n>>>8&255,e[2]=n>>>16&255,e[3]=n>>>24&255,e[4]=l>>>0&255,e[5]=l>>>8&255,e[6]=l>>>16&255,e[7]=l>>>24&255,e[8]=m>>>0&255,e[9]=m>>>8&255,e[10]=m>>>16&255,e[11]=m>>>24&255,e[12]=x>>>0&255,e[13]=x>>>8&255,e[14]=x>>>16&255,e[15]=x>>>24&255,e[16]=p>>>0&255,e[17]=p>>>8&255,e[18]=p>>>16&255,e[19]=p>>>24&255,e[20]=h>>>0&255,e[21]=h>>>8&255,e[22]=h>>>16&255,e[23]=h>>>24&255,e[24]=d>>>0&255,e[25]=d>>>8&255,e[26]=d>>>16&255,e[27]=d>>>24&255,e[28]=f>>>0&255,e[29]=f>>>8&255,e[30]=f>>>16&255,e[31]=f>>>24&255}(e,t,r,i)}var x=new Uint8Array([101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107]);function w(e,t,r,i,a,n,o){var s,c,u=new Uint8Array(16),l=new Uint8Array(64);for(c=0;c<16;c++)u[c]=0;for(c=0;c<8;c++)u[c]=n[c];for(;a>=64;){for(y(l,u,o,x),c=0;c<64;c++)e[t+c]=r[i+c]^l[c];for(s=1,c=8;c<16;c++)s=s+(255&u[c])|0,u[c]=255&s,s>>>=8;a-=64,t+=64,i+=64}if(a>0)for(y(l,u,o,x),c=0;c=64;){for(y(c,s,a,x),o=0;o<64;o++)e[t+o]=c[o];for(n=1,o=8;o<16;o++)n=n+(255&s[o])|0,s[o]=255&n,n>>>=8;r-=64,t+=64}if(r>0)for(y(c,s,a,x),o=0;o>>13|r<<3),i=255&e[4]|(255&e[5])<<8,this.r[2]=7939&(r>>>10|i<<6),a=255&e[6]|(255&e[7])<<8,this.r[3]=8191&(i>>>7|a<<9),n=255&e[8]|(255&e[9])<<8,this.r[4]=255&(a>>>4|n<<12),this.r[5]=n>>>1&8190,o=255&e[10]|(255&e[11])<<8,this.r[6]=8191&(n>>>14|o<<2),s=255&e[12]|(255&e[13])<<8,this.r[7]=8065&(o>>>11|s<<5),c=255&e[14]|(255&e[15])<<8,this.r[8]=8191&(s>>>8|c<<8),this.r[9]=c>>>5&127,this.pad[0]=255&e[16]|(255&e[17])<<8,this.pad[1]=255&e[18]|(255&e[19])<<8,this.pad[2]=255&e[20]|(255&e[21])<<8,this.pad[3]=255&e[22]|(255&e[23])<<8,this.pad[4]=255&e[24]|(255&e[25])<<8,this.pad[5]=255&e[26]|(255&e[27])<<8,this.pad[6]=255&e[28]|(255&e[29])<<8,this.pad[7]=255&e[30]|(255&e[31])<<8};function S(e,t,r,i,a,n){var o=new E(n);return o.update(r,i,a),o.finish(e,t),0}function D(e,t,r,i,a,n){var o=new Uint8Array(16);return S(o,0,r,i,a,n),g(e,t,o,0)}function A(e,t,r,i,a){var n;if(r<32)return-1;for(j(e,0,t,0,r,i,a),S(e,16,e,32,r-32,e),n=0;n<16;n++)e[n]=0;return 0}function C(e,t,r,i,a){var n,o=new Uint8Array(32);if(r<32)return-1;if(_(o,0,32,i,a),0!==D(t,16,t,32,r-32,o))return-1;for(j(e,0,t,0,r,i,a),n=0;n<32;n++)e[n]=0;return 0}function T(e,t){var r;for(r=0;r<16;r++)e[r]=0|t[r]}function P(e){var t,r,i=1;for(t=0;t<16;t++)r=e[t]+i+65535,i=Math.floor(r/65536),e[t]=r-65536*i;e[0]+=i-1+37*(i-1)}function O(e,t,r){for(var i,a=~(r-1),n=0;n<16;n++)i=a&(e[n]^t[n]),e[n]^=i,t[n]^=i}function F(e,r){var i,a,n,o=t(),s=t();for(i=0;i<16;i++)s[i]=r[i];for(P(s),P(s),P(s),a=0;a<2;a++){for(o[0]=s[0]-65517,i=1;i<15;i++)o[i]=s[i]-65535-(o[i-1]>>16&1),o[i-1]&=65535;o[15]=s[15]-32767-(o[14]>>16&1),n=o[15]>>16&1,o[14]&=65535,O(s,o,1-n)}for(i=0;i<16;i++)e[2*i]=255&s[i],e[2*i+1]=s[i]>>8}function I(e,t){var r=new Uint8Array(32),i=new Uint8Array(32);return F(r,e),F(i,t),v(r,0,i,0)}function z(e){var t=new Uint8Array(32);return F(t,e),1&t[0]}function R(e,t){var r;for(r=0;r<16;r++)e[r]=t[2*r]+(t[2*r+1]<<8);e[15]&=32767}function B(e,t,r){for(var i=0;i<16;i++)e[i]=t[i]+r[i]}function L(e,t,r){for(var i=0;i<16;i++)e[i]=t[i]-r[i]}function N(e,t,r){var i,a,n=0,o=0,s=0,c=0,u=0,l=0,p=0,h=0,d=0,f=0,m=0,g=0,v=0,y=0,b=0,x=0,w=0,k=0,_=0,j=0,E=0,S=0,D=0,A=0,C=0,T=0,P=0,O=0,F=0,I=0,z=0,R=r[0],B=r[1],L=r[2],N=r[3],q=r[4],U=r[5],$=r[6],M=r[7],H=r[8],G=r[9],V=r[10],W=r[11],K=r[12],Y=r[13],Q=r[14],J=r[15];n+=(i=t[0])*R,o+=i*B,s+=i*L,c+=i*N,u+=i*q,l+=i*U,p+=i*$,h+=i*M,d+=i*H,f+=i*G,m+=i*V,g+=i*W,v+=i*K,y+=i*Y,b+=i*Q,x+=i*J,o+=(i=t[1])*R,s+=i*B,c+=i*L,u+=i*N,l+=i*q,p+=i*U,h+=i*$,d+=i*M,f+=i*H,m+=i*G,g+=i*V,v+=i*W,y+=i*K,b+=i*Y,x+=i*Q,w+=i*J,s+=(i=t[2])*R,c+=i*B,u+=i*L,l+=i*N,p+=i*q,h+=i*U,d+=i*$,f+=i*M,m+=i*H,g+=i*G,v+=i*V,y+=i*W,b+=i*K,x+=i*Y,w+=i*Q,k+=i*J,c+=(i=t[3])*R,u+=i*B,l+=i*L,p+=i*N,h+=i*q,d+=i*U,f+=i*$,m+=i*M,g+=i*H,v+=i*G,y+=i*V,b+=i*W,x+=i*K,w+=i*Y,k+=i*Q,_+=i*J,u+=(i=t[4])*R,l+=i*B,p+=i*L,h+=i*N,d+=i*q,f+=i*U,m+=i*$,g+=i*M,v+=i*H,y+=i*G,b+=i*V,x+=i*W,w+=i*K,k+=i*Y,_+=i*Q,j+=i*J,l+=(i=t[5])*R,p+=i*B,h+=i*L,d+=i*N,f+=i*q,m+=i*U,g+=i*$,v+=i*M,y+=i*H,b+=i*G,x+=i*V,w+=i*W,k+=i*K,_+=i*Y,j+=i*Q,E+=i*J,p+=(i=t[6])*R,h+=i*B,d+=i*L,f+=i*N,m+=i*q,g+=i*U,v+=i*$,y+=i*M,b+=i*H,x+=i*G,w+=i*V,k+=i*W,_+=i*K,j+=i*Y,E+=i*Q,S+=i*J,h+=(i=t[7])*R,d+=i*B,f+=i*L,m+=i*N,g+=i*q,v+=i*U,y+=i*$,b+=i*M,x+=i*H,w+=i*G,k+=i*V,_+=i*W,j+=i*K,E+=i*Y,S+=i*Q,D+=i*J,d+=(i=t[8])*R,f+=i*B,m+=i*L,g+=i*N,v+=i*q,y+=i*U,b+=i*$,x+=i*M,w+=i*H,k+=i*G,_+=i*V,j+=i*W,E+=i*K,S+=i*Y,D+=i*Q,A+=i*J,f+=(i=t[9])*R,m+=i*B,g+=i*L,v+=i*N,y+=i*q,b+=i*U,x+=i*$,w+=i*M,k+=i*H,_+=i*G,j+=i*V,E+=i*W,S+=i*K,D+=i*Y,A+=i*Q,C+=i*J,m+=(i=t[10])*R,g+=i*B,v+=i*L,y+=i*N,b+=i*q,x+=i*U,w+=i*$,k+=i*M,_+=i*H,j+=i*G,E+=i*V,S+=i*W,D+=i*K,A+=i*Y,C+=i*Q,T+=i*J,g+=(i=t[11])*R,v+=i*B,y+=i*L,b+=i*N,x+=i*q,w+=i*U,k+=i*$,_+=i*M,j+=i*H,E+=i*G,S+=i*V,D+=i*W,A+=i*K,C+=i*Y,T+=i*Q,P+=i*J,v+=(i=t[12])*R,y+=i*B,b+=i*L,x+=i*N,w+=i*q,k+=i*U,_+=i*$,j+=i*M,E+=i*H,S+=i*G,D+=i*V,A+=i*W,C+=i*K,T+=i*Y,P+=i*Q,O+=i*J,y+=(i=t[13])*R,b+=i*B,x+=i*L,w+=i*N,k+=i*q,_+=i*U,j+=i*$,E+=i*M,S+=i*H,D+=i*G,A+=i*V,C+=i*W,T+=i*K,P+=i*Y,O+=i*Q,F+=i*J,b+=(i=t[14])*R,x+=i*B,w+=i*L,k+=i*N,_+=i*q,j+=i*U,E+=i*$,S+=i*M,D+=i*H,A+=i*G,C+=i*V,T+=i*W,P+=i*K,O+=i*Y,F+=i*Q,I+=i*J,x+=(i=t[15])*R,o+=38*(k+=i*L),s+=38*(_+=i*N),c+=38*(j+=i*q),u+=38*(E+=i*U),l+=38*(S+=i*$),p+=38*(D+=i*M),h+=38*(A+=i*H),d+=38*(C+=i*G),f+=38*(T+=i*V),m+=38*(P+=i*W),g+=38*(O+=i*K),v+=38*(F+=i*Y),y+=38*(I+=i*Q),b+=38*(z+=i*J),n=(i=(n+=38*(w+=i*B))+(a=1)+65535)-65536*(a=Math.floor(i/65536)),o=(i=o+a+65535)-65536*(a=Math.floor(i/65536)),s=(i=s+a+65535)-65536*(a=Math.floor(i/65536)),c=(i=c+a+65535)-65536*(a=Math.floor(i/65536)),u=(i=u+a+65535)-65536*(a=Math.floor(i/65536)),l=(i=l+a+65535)-65536*(a=Math.floor(i/65536)),p=(i=p+a+65535)-65536*(a=Math.floor(i/65536)),h=(i=h+a+65535)-65536*(a=Math.floor(i/65536)),d=(i=d+a+65535)-65536*(a=Math.floor(i/65536)),f=(i=f+a+65535)-65536*(a=Math.floor(i/65536)),m=(i=m+a+65535)-65536*(a=Math.floor(i/65536)),g=(i=g+a+65535)-65536*(a=Math.floor(i/65536)),v=(i=v+a+65535)-65536*(a=Math.floor(i/65536)),y=(i=y+a+65535)-65536*(a=Math.floor(i/65536)),b=(i=b+a+65535)-65536*(a=Math.floor(i/65536)),x=(i=x+a+65535)-65536*(a=Math.floor(i/65536)),n=(i=(n+=a-1+37*(a-1))+(a=1)+65535)-65536*(a=Math.floor(i/65536)),o=(i=o+a+65535)-65536*(a=Math.floor(i/65536)),s=(i=s+a+65535)-65536*(a=Math.floor(i/65536)),c=(i=c+a+65535)-65536*(a=Math.floor(i/65536)),u=(i=u+a+65535)-65536*(a=Math.floor(i/65536)),l=(i=l+a+65535)-65536*(a=Math.floor(i/65536)),p=(i=p+a+65535)-65536*(a=Math.floor(i/65536)),h=(i=h+a+65535)-65536*(a=Math.floor(i/65536)),d=(i=d+a+65535)-65536*(a=Math.floor(i/65536)),f=(i=f+a+65535)-65536*(a=Math.floor(i/65536)),m=(i=m+a+65535)-65536*(a=Math.floor(i/65536)),g=(i=g+a+65535)-65536*(a=Math.floor(i/65536)),v=(i=v+a+65535)-65536*(a=Math.floor(i/65536)),y=(i=y+a+65535)-65536*(a=Math.floor(i/65536)),b=(i=b+a+65535)-65536*(a=Math.floor(i/65536)),x=(i=x+a+65535)-65536*(a=Math.floor(i/65536)),n+=a-1+37*(a-1),e[0]=n,e[1]=o,e[2]=s,e[3]=c,e[4]=u,e[5]=l,e[6]=p,e[7]=h,e[8]=d,e[9]=f,e[10]=m,e[11]=g,e[12]=v,e[13]=y,e[14]=b,e[15]=x}function q(e,t){N(e,t,t)}function U(e,r){var i,a=t();for(i=0;i<16;i++)a[i]=r[i];for(i=253;i>=0;i--)q(a,a),2!==i&&4!==i&&N(a,a,r);for(i=0;i<16;i++)e[i]=a[i]}function $(e,r,i){var a,n,o=new Uint8Array(32),s=new Float64Array(80),u=t(),l=t(),p=t(),h=t(),d=t(),f=t();for(n=0;n<31;n++)o[n]=r[n];for(o[31]=127&r[31]|64,o[0]&=248,R(s,i),n=0;n<16;n++)l[n]=s[n],h[n]=u[n]=p[n]=0;for(u[0]=h[0]=1,n=254;n>=0;--n)O(u,l,a=o[n>>>3]>>>(7&n)&1),O(p,h,a),B(d,u,p),L(u,u,p),B(p,l,h),L(l,l,h),q(h,d),q(f,u),N(u,p,u),N(p,l,d),B(d,u,p),L(u,u,p),q(l,u),L(p,h,f),N(u,p,c),B(u,u,h),N(p,p,u),N(u,h,f),N(h,l,s),q(l,d),O(u,l,a),O(p,h,a);for(n=0;n<16;n++)s[n+16]=u[n],s[n+32]=p[n],s[n+48]=l[n],s[n+64]=h[n];var m=s.subarray(32),g=s.subarray(16);return U(m,m),N(g,g,m),F(e,g),0}function M(e,t){return $(e,t,n)}function H(e,t){return i(t,32),M(e,t)}function G(e,t,r){var i=new Uint8Array(32);return $(i,r,t),b(e,a,i,x)}E.prototype.blocks=function(e,t,r){for(var i,a,n,o,s,c,u,l,p,h,d,f,m,g,v,y,b,x,w,k=this.fin?0:2048,_=this.h[0],j=this.h[1],E=this.h[2],S=this.h[3],D=this.h[4],A=this.h[5],C=this.h[6],T=this.h[7],P=this.h[8],O=this.h[9],F=this.r[0],I=this.r[1],z=this.r[2],R=this.r[3],B=this.r[4],L=this.r[5],N=this.r[6],q=this.r[7],U=this.r[8],$=this.r[9];r>=16;)h=p=0,h+=(_+=8191&(i=255&e[t+0]|(255&e[t+1])<<8))*F,h+=(j+=8191&(i>>>13|(a=255&e[t+2]|(255&e[t+3])<<8)<<3))*(5*$),h+=(E+=8191&(a>>>10|(n=255&e[t+4]|(255&e[t+5])<<8)<<6))*(5*U),h+=(S+=8191&(n>>>7|(o=255&e[t+6]|(255&e[t+7])<<8)<<9))*(5*q),p=(h+=(D+=8191&(o>>>4|(s=255&e[t+8]|(255&e[t+9])<<8)<<12))*(5*N))>>>13,h&=8191,h+=(A+=s>>>1&8191)*(5*L),h+=(C+=8191&(s>>>14|(c=255&e[t+10]|(255&e[t+11])<<8)<<2))*(5*B),h+=(T+=8191&(c>>>11|(u=255&e[t+12]|(255&e[t+13])<<8)<<5))*(5*R),h+=(P+=8191&(u>>>8|(l=255&e[t+14]|(255&e[t+15])<<8)<<8))*(5*z),d=p+=(h+=(O+=l>>>5|k)*(5*I))>>>13,d+=_*I,d+=j*F,d+=E*(5*$),d+=S*(5*U),p=(d+=D*(5*q))>>>13,d&=8191,d+=A*(5*N),d+=C*(5*L),d+=T*(5*B),d+=P*(5*R),p+=(d+=O*(5*z))>>>13,d&=8191,f=p,f+=_*z,f+=j*I,f+=E*F,f+=S*(5*$),p=(f+=D*(5*U))>>>13,f&=8191,f+=A*(5*q),f+=C*(5*N),f+=T*(5*L),f+=P*(5*B),m=p+=(f+=O*(5*R))>>>13,m+=_*R,m+=j*z,m+=E*I,m+=S*F,p=(m+=D*(5*$))>>>13,m&=8191,m+=A*(5*U),m+=C*(5*q),m+=T*(5*N),m+=P*(5*L),g=p+=(m+=O*(5*B))>>>13,g+=_*B,g+=j*R,g+=E*z,g+=S*I,p=(g+=D*F)>>>13,g&=8191,g+=A*(5*$),g+=C*(5*U),g+=T*(5*q),g+=P*(5*N),v=p+=(g+=O*(5*L))>>>13,v+=_*L,v+=j*B,v+=E*R,v+=S*z,p=(v+=D*I)>>>13,v&=8191,v+=A*F,v+=C*(5*$),v+=T*(5*U),v+=P*(5*q),y=p+=(v+=O*(5*N))>>>13,y+=_*N,y+=j*L,y+=E*B,y+=S*R,p=(y+=D*z)>>>13,y&=8191,y+=A*I,y+=C*F,y+=T*(5*$),y+=P*(5*U),b=p+=(y+=O*(5*q))>>>13,b+=_*q,b+=j*N,b+=E*L,b+=S*B,p=(b+=D*R)>>>13,b&=8191,b+=A*z,b+=C*I,b+=T*F,b+=P*(5*$),x=p+=(b+=O*(5*U))>>>13,x+=_*U,x+=j*q,x+=E*N,x+=S*L,p=(x+=D*B)>>>13,x&=8191,x+=A*R,x+=C*z,x+=T*I,x+=P*F,w=p+=(x+=O*(5*$))>>>13,w+=_*$,w+=j*U,w+=E*q,w+=S*N,p=(w+=D*L)>>>13,w&=8191,w+=A*B,w+=C*R,w+=T*z,w+=P*I,_=h=8191&(p=(p=((p+=(w+=O*F)>>>13)<<2)+p|0)+(h&=8191)|0),j=d+=p>>>=13,E=f&=8191,S=m&=8191,D=g&=8191,A=v&=8191,C=y&=8191,T=b&=8191,P=x&=8191,O=w&=8191,t+=16,r-=16;this.h[0]=_,this.h[1]=j,this.h[2]=E,this.h[3]=S,this.h[4]=D,this.h[5]=A,this.h[6]=C,this.h[7]=T,this.h[8]=P,this.h[9]=O},E.prototype.finish=function(e,t){var r,i,a,n,o=new Uint16Array(10);if(this.leftover){for(n=this.leftover,this.buffer[n++]=1;n<16;n++)this.buffer[n]=0;this.fin=1,this.blocks(this.buffer,0,16)}for(r=this.h[1]>>>13,this.h[1]&=8191,n=2;n<10;n++)this.h[n]+=r,r=this.h[n]>>>13,this.h[n]&=8191;for(this.h[0]+=5*r,r=this.h[0]>>>13,this.h[0]&=8191,this.h[1]+=r,r=this.h[1]>>>13,this.h[1]&=8191,this.h[2]+=r,o[0]=this.h[0]+5,r=o[0]>>>13,o[0]&=8191,n=1;n<10;n++)o[n]=this.h[n]+r,r=o[n]>>>13,o[n]&=8191;for(o[9]-=8192,i=(1^r)-1,n=0;n<10;n++)o[n]&=i;for(i=~i,n=0;n<10;n++)this.h[n]=this.h[n]&i|o[n];for(this.h[0]=65535&(this.h[0]|this.h[1]<<13),this.h[1]=65535&(this.h[1]>>>3|this.h[2]<<10),this.h[2]=65535&(this.h[2]>>>6|this.h[3]<<7),this.h[3]=65535&(this.h[3]>>>9|this.h[4]<<4),this.h[4]=65535&(this.h[4]>>>12|this.h[5]<<1|this.h[6]<<14),this.h[5]=65535&(this.h[6]>>>2|this.h[7]<<11),this.h[6]=65535&(this.h[7]>>>5|this.h[8]<<8),this.h[7]=65535&(this.h[8]>>>8|this.h[9]<<5),a=this.h[0]+this.pad[0],this.h[0]=65535&a,n=1;n<8;n++)a=(this.h[n]+this.pad[n]|0)+(a>>>16)|0,this.h[n]=65535&a;e[t+0]=this.h[0]>>>0&255,e[t+1]=this.h[0]>>>8&255,e[t+2]=this.h[1]>>>0&255,e[t+3]=this.h[1]>>>8&255,e[t+4]=this.h[2]>>>0&255,e[t+5]=this.h[2]>>>8&255,e[t+6]=this.h[3]>>>0&255,e[t+7]=this.h[3]>>>8&255,e[t+8]=this.h[4]>>>0&255,e[t+9]=this.h[4]>>>8&255,e[t+10]=this.h[5]>>>0&255,e[t+11]=this.h[5]>>>8&255,e[t+12]=this.h[6]>>>0&255,e[t+13]=this.h[6]>>>8&255,e[t+14]=this.h[7]>>>0&255,e[t+15]=this.h[7]>>>8&255},E.prototype.update=function(e,t,r){var i,a;if(this.leftover){for((a=16-this.leftover)>r&&(a=r),i=0;i=16&&(a=r-r%16,this.blocks(e,t,a),t+=a,r-=a),r){for(i=0;i=128;){for(k=0;k<16;k++)_=8*k+Y,T[k]=r[_+0]<<24|r[_+1]<<16|r[_+2]<<8|r[_+3],P[k]=r[_+4]<<24|r[_+5]<<16|r[_+6]<<8|r[_+7];for(k=0;k<80;k++)if(a=O,n=F,o=I,s=z,c=R,u=B,l=L,h=q,d=U,f=$,m=M,g=H,v=G,y=V,S=65535&(E=W),D=E>>>16,A=65535&(j=N),C=j>>>16,S+=65535&(E=(H>>>14|R<<18)^(H>>>18|R<<14)^(R>>>9|H<<23)),D+=E>>>16,A+=65535&(j=(R>>>14|H<<18)^(R>>>18|H<<14)^(H>>>9|R<<23)),C+=j>>>16,S+=65535&(E=H&G^~H&V),D+=E>>>16,A+=65535&(j=R&B^~R&L),C+=j>>>16,S+=65535&(E=K[2*k+1]),D+=E>>>16,A+=65535&(j=K[2*k]),C+=j>>>16,j=T[k%16],D+=(E=P[k%16])>>>16,A+=65535&j,C+=j>>>16,A+=(D+=(S+=65535&E)>>>16)>>>16,S=65535&(E=w=65535&S|D<<16),D=E>>>16,A=65535&(j=x=65535&A|(C+=A>>>16)<<16),C=j>>>16,S+=65535&(E=(q>>>28|O<<4)^(O>>>2|q<<30)^(O>>>7|q<<25)),D+=E>>>16,A+=65535&(j=(O>>>28|q<<4)^(q>>>2|O<<30)^(q>>>7|O<<25)),C+=j>>>16,D+=(E=q&U^q&$^U&$)>>>16,A+=65535&(j=O&F^O&I^F&I),C+=j>>>16,p=65535&(A+=(D+=(S+=65535&E)>>>16)>>>16)|(C+=A>>>16)<<16,b=65535&S|D<<16,S=65535&(E=m),D=E>>>16,A=65535&(j=s),C=j>>>16,D+=(E=w)>>>16,A+=65535&(j=x),C+=j>>>16,F=a,I=n,z=o,R=s=65535&(A+=(D+=(S+=65535&E)>>>16)>>>16)|(C+=A>>>16)<<16,B=c,L=u,N=l,O=p,U=h,$=d,M=f,H=m=65535&S|D<<16,G=g,V=v,W=y,q=b,k%16==15)for(_=0;_<16;_++)j=T[_],S=65535&(E=P[_]),D=E>>>16,A=65535&j,C=j>>>16,j=T[(_+9)%16],S+=65535&(E=P[(_+9)%16]),D+=E>>>16,A+=65535&j,C+=j>>>16,x=T[(_+1)%16],S+=65535&(E=((w=P[(_+1)%16])>>>1|x<<31)^(w>>>8|x<<24)^(w>>>7|x<<25)),D+=E>>>16,A+=65535&(j=(x>>>1|w<<31)^(x>>>8|w<<24)^x>>>7),C+=j>>>16,x=T[(_+14)%16],D+=(E=((w=P[(_+14)%16])>>>19|x<<13)^(x>>>29|w<<3)^(w>>>6|x<<26))>>>16,A+=65535&(j=(x>>>19|w<<13)^(w>>>29|x<<3)^x>>>6),C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,T[_]=65535&A|C<<16,P[_]=65535&S|D<<16;S=65535&(E=q),D=E>>>16,A=65535&(j=O),C=j>>>16,j=e[0],D+=(E=t[0])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[0]=O=65535&A|C<<16,t[0]=q=65535&S|D<<16,S=65535&(E=U),D=E>>>16,A=65535&(j=F),C=j>>>16,j=e[1],D+=(E=t[1])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[1]=F=65535&A|C<<16,t[1]=U=65535&S|D<<16,S=65535&(E=$),D=E>>>16,A=65535&(j=I),C=j>>>16,j=e[2],D+=(E=t[2])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[2]=I=65535&A|C<<16,t[2]=$=65535&S|D<<16,S=65535&(E=M),D=E>>>16,A=65535&(j=z),C=j>>>16,j=e[3],D+=(E=t[3])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[3]=z=65535&A|C<<16,t[3]=M=65535&S|D<<16,S=65535&(E=H),D=E>>>16,A=65535&(j=R),C=j>>>16,j=e[4],D+=(E=t[4])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[4]=R=65535&A|C<<16,t[4]=H=65535&S|D<<16,S=65535&(E=G),D=E>>>16,A=65535&(j=B),C=j>>>16,j=e[5],D+=(E=t[5])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[5]=B=65535&A|C<<16,t[5]=G=65535&S|D<<16,S=65535&(E=V),D=E>>>16,A=65535&(j=L),C=j>>>16,j=e[6],D+=(E=t[6])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[6]=L=65535&A|C<<16,t[6]=V=65535&S|D<<16,S=65535&(E=W),D=E>>>16,A=65535&(j=N),C=j>>>16,j=e[7],D+=(E=t[7])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[7]=N=65535&A|C<<16,t[7]=W=65535&S|D<<16,Y+=128,i-=128}return i}function Q(e,t,r){var i,a=new Int32Array(8),n=new Int32Array(8),o=new Uint8Array(256),s=r;for(a[0]=1779033703,a[1]=3144134277,a[2]=1013904242,a[3]=2773480762,a[4]=1359893119,a[5]=2600822924,a[6]=528734635,a[7]=1541459225,n[0]=4089235720,n[1]=2227873595,n[2]=4271175723,n[3]=1595750129,n[4]=2917565137,n[5]=725511199,n[6]=4215389547,n[7]=327033209,Y(a,n,t,r),r%=128,i=0;i=0;--a)X(e,t,i=r[a/8|0]>>(7&a)&1),J(t,e),J(e,e),X(e,t,i)}function te(e,r){var i=[t(),t(),t(),t()];T(i[0],p),T(i[1],h),T(i[2],s),N(i[3],p,h),ee(e,i,r)}function re(e,r,a){var n,o=new Uint8Array(64),s=[t(),t(),t(),t()];for(a||i(r,32),Q(o,r,32),o[0]&=248,o[31]&=127,o[31]|=64,te(s,o),Z(e,s),n=0;n<32;n++)r[n+32]=e[n];return 0}var ie=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function ae(e,t){var r,i,a,n;for(i=63;i>=32;--i){for(r=0,a=i-32,n=i-12;a>8,t[a]-=256*r;t[a]+=r,t[i]=0}for(r=0,a=0;a<32;a++)t[a]+=r-(t[31]>>4)*ie[a],r=t[a]>>8,t[a]&=255;for(a=0;a<32;a++)t[a]-=r*ie[a];for(i=0;i<32;i++)t[i+1]+=t[i]>>8,e[i]=255&t[i]}function ne(e){var t,r=new Float64Array(64);for(t=0;t<64;t++)r[t]=e[t];for(t=0;t<64;t++)e[t]=0;ae(e,r)}function oe(e,r,i,a){var n,o,s=new Uint8Array(64),c=new Uint8Array(64),u=new Uint8Array(64),l=new Float64Array(64),p=[t(),t(),t(),t()];Q(s,a,32),s[0]&=248,s[31]&=127,s[31]|=64;var h=i+64;for(n=0;n=0;i--)q(a,a),1!==i&&N(a,a,r);for(i=0;i<16;i++)e[i]=a[i]}(i,i),N(i,i,n),N(i,i,c),N(i,i,c),N(e[0],i,c),q(a,e[0]),N(a,a,c),I(a,n)&&N(e[0],e[0],d),q(a,e[0]),N(a,a,c),I(a,n)?-1:(z(e[0])===r[31]>>7&&L(e[0],o,e[0]),N(e[3],e[0],e[1]),0)}(h,a))return-1;for(n=0;n=0},e.sign.keyPair=function(){var e=new Uint8Array(le),t=new Uint8Array(pe);return re(e,t),{publicKey:e,secretKey:t}},e.sign.keyPair.fromSecretKey=function(e){if(de(e),e.length!==pe)throw new Error("bad secret key size");for(var t=new Uint8Array(le),r=0;r{"use strict";var i=r(22577),a=r(80983);function n(e,t){var r,i,a=t,n=u(e);if(!n)return!1;if(a&&!Array.isArray(a))for(a=new Array(arguments.length-1),r=0;r2){r=new Array(arguments.length-1);for(var i=0;i{"use strict";var i=r(51793),a=/=+$/,n=/\+/g,o=/\//g;function s(e,t){i(e,(function(e,r){if(e)return t(e);t(null,c(r))}))}function c(e){return e.toString("base64").replace(a,"").replace(n,"-").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,r){s(e,(function(e,i){if(e)return r(e);t(i)}))}))},e.exports.sync=function(e){return c(i.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,r)=>{arguments[arguments.length]=(e,i)=>{if(e)return r(e);t(i)},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"),r=0;r1){t[0]=t[0].slice(0,-1);for(var i=t.length-1,a=1;a= 0x80 (not a basic code point)","invalid-input":"Invalid input"},m=Math.floor,g=String.fromCharCode;function v(e){throw new RangeError(f[e])}function y(e,t){var r=e.split("@"),i="";return r.length>1&&(i=r[0]+"@",e=r[1]),i+function(e,t){for(var r=[],i=e.length;i--;)r[i]=t(e[i]);return r}((e=e.replace(d,".")).split("."),t).join(".")}function b(e){for(var t=[],r=0,i=e.length;r=55296&&a<=56319&&r>1,e+=m(e/t);e>455;i+=l)e=m(e/35);return m(i+36*e/(e+38))},k=function(e){var t,r=[],i=e.length,a=0,n=128,o=72,s=e.lastIndexOf("-");s<0&&(s=0);for(var c=0;c=128&&v("not-basic"),r.push(e.charCodeAt(c));for(var p=s>0?s+1:0;p=i&&v("invalid-input");var g=(t=e.charCodeAt(p++))-48<10?t-22:t-65<26?t-65:t-97<26?t-97:l;(g>=l||g>m((u-a)/d))&&v("overflow"),a+=g*d;var y=f<=o?1:f>=o+26?26:f-o;if(gm(u/b)&&v("overflow"),d*=b}var x=r.length+1;o=w(a-h,x,0==h),m(a/x)>u-n&&v("overflow"),n+=m(a/x),a%=x,r.splice(a++,0,n)}return String.fromCodePoint.apply(String,r)},_=function(e){var t=[],r=(e=b(e)).length,i=128,a=0,n=72,o=!0,s=!1,c=void 0;try{for(var p,h=e[Symbol.iterator]();!(o=(p=h.next()).done);o=!0){var d=p.value;d<128&&t.push(g(d))}}catch(e){s=!0,c=e}finally{try{!o&&h.return&&h.return()}finally{if(s)throw c}}var f=t.length,y=f;for(f&&t.push("-");y=i&&Am((u-a)/C)&&v("overflow"),a+=(k-i)*C,i=k;var T=!0,P=!1,O=void 0;try{for(var F,I=e[Symbol.iterator]();!(T=(F=I.next()).done);T=!0){var z=F.value;if(zu&&v("overflow"),z==i){for(var R=a,B=l;;B+=l){var L=B<=n?1:B>=n+26?26:B-n;if(R>6|192).toString(16).toUpperCase()+"%"+(63&t|128).toString(16).toUpperCase():"%"+(t>>12|224).toString(16).toUpperCase()+"%"+(t>>6&63|128).toString(16).toUpperCase()+"%"+(63&t|128).toString(16).toUpperCase()}function A(e){for(var t="",r=0,i=e.length;r=194&&a<224){if(i-r>=6){var n=parseInt(e.substr(r+4,2),16);t+=String.fromCharCode((31&a)<<6|63&n)}else t+=e.substr(r,6);r+=6}else if(a>=224){if(i-r>=9){var o=parseInt(e.substr(r+4,2),16),s=parseInt(e.substr(r+7,2),16);t+=String.fromCharCode((15&a)<<12|(63&o)<<6|63&s)}else t+=e.substr(r,9);r+=9}else t+=e.substr(r,3),r+=3}return t}function C(e,t){function r(e){var r=A(e);return r.match(t.UNRESERVED)?r:e}return e.scheme&&(e.scheme=String(e.scheme).replace(t.PCT_ENCODED,r).toLowerCase().replace(t.NOT_SCHEME,"")),void 0!==e.userinfo&&(e.userinfo=String(e.userinfo).replace(t.PCT_ENCODED,r).replace(t.NOT_USERINFO,D).replace(t.PCT_ENCODED,a)),void 0!==e.host&&(e.host=String(e.host).replace(t.PCT_ENCODED,r).toLowerCase().replace(t.NOT_HOST,D).replace(t.PCT_ENCODED,a)),void 0!==e.path&&(e.path=String(e.path).replace(t.PCT_ENCODED,r).replace(e.scheme?t.NOT_PATH:t.NOT_PATH_NOSCHEME,D).replace(t.PCT_ENCODED,a)),void 0!==e.query&&(e.query=String(e.query).replace(t.PCT_ENCODED,r).replace(t.NOT_QUERY,D).replace(t.PCT_ENCODED,a)),void 0!==e.fragment&&(e.fragment=String(e.fragment).replace(t.PCT_ENCODED,r).replace(t.NOT_FRAGMENT,D).replace(t.PCT_ENCODED,a)),e}function T(e){return e.replace(/^0*(.*)/,"$1")||"0"}function P(e,t){var r=e.match(t.IPV4ADDRESS)||[],i=c(r,2)[1];return i?i.split(".").map(T).join("."):e}function O(e,t){var r=e.match(t.IPV6ADDRESS)||[],i=c(r,3),a=i[1],n=i[2];if(a){for(var o=a.toLowerCase().split("::").reverse(),s=c(o,2),u=s[0],l=s[1],p=l?l.split(":").map(T):[],h=u.split(":").map(T),d=t.IPV4ADDRESS.test(h[h.length-1]),f=d?7:8,m=h.length-f,g=Array(f),v=0;v1){var x=g.slice(0,y.index),w=g.slice(y.index+y.length);b=x.join(":")+"::"+w.join(":")}else b=g.join(":");return n&&(b+="%"+n),b}return e}var F=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,I=void 0==="".match(/(){0}/)[1];function z(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r={},i=!1!==t.iri?s:o;"suffix"===t.reference&&(e=(t.scheme?t.scheme+":":"")+"//"+e);var a=e.match(F);if(a){I?(r.scheme=a[1],r.userinfo=a[3],r.host=a[4],r.port=parseInt(a[5],10),r.path=a[6]||"",r.query=a[7],r.fragment=a[8],isNaN(r.port)&&(r.port=a[5])):(r.scheme=a[1]||void 0,r.userinfo=-1!==e.indexOf("@")?a[3]:void 0,r.host=-1!==e.indexOf("//")?a[4]:void 0,r.port=parseInt(a[5],10),r.path=a[6]||"",r.query=-1!==e.indexOf("?")?a[7]:void 0,r.fragment=-1!==e.indexOf("#")?a[8]:void 0,isNaN(r.port)&&(r.port=e.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?a[4]:void 0)),r.host&&(r.host=O(P(r.host,i),i)),void 0!==r.scheme||void 0!==r.userinfo||void 0!==r.host||void 0!==r.port||r.path||void 0!==r.query?void 0===r.scheme?r.reference="relative":void 0===r.fragment?r.reference="absolute":r.reference="uri":r.reference="same-document",t.reference&&"suffix"!==t.reference&&t.reference!==r.reference&&(r.error=r.error||"URI is not a "+t.reference+" reference.");var n=S[(t.scheme||r.scheme||"").toLowerCase()];if(t.unicodeSupport||n&&n.unicodeSupport)C(r,i);else{if(r.host&&(t.domainHost||n&&n.domainHost))try{r.host=j(r.host.replace(i.PCT_ENCODED,A).toLowerCase())}catch(e){r.error=r.error||"Host's domain name can not be converted to ASCII via punycode: "+e}C(r,o)}n&&n.parse&&n.parse(r,t)}else r.error=r.error||"URI can not be parsed.";return r}function R(e,t){var r=!1!==t.iri?s:o,i=[];return void 0!==e.userinfo&&(i.push(e.userinfo),i.push("@")),void 0!==e.host&&i.push(O(P(String(e.host),r),r).replace(r.IPV6ADDRESS,(function(e,t,r){return"["+t+(r?"%25"+r:"")+"]"}))),"number"!=typeof e.port&&"string"!=typeof e.port||(i.push(":"),i.push(String(e.port))),i.length?i.join(""):void 0}var B=/^\.\.?\//,L=/^\/\.(\/|$)/,N=/^\/\.\.(\/|$)/,q=/^\/?(?:.|\n)*?(?=\/|$)/;function U(e){for(var t=[];e.length;)if(e.match(B))e=e.replace(B,"");else if(e.match(L))e=e.replace(L,"/");else if(e.match(N))e=e.replace(N,"/"),t.pop();else if("."===e||".."===e)e="";else{var r=e.match(q);if(!r)throw new Error("Unexpected dot segment condition");var i=r[0];e=e.slice(i.length),t.push(i)}return t.join("")}function $(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.iri?s:o,i=[],a=S[(t.scheme||e.scheme||"").toLowerCase()];if(a&&a.serialize&&a.serialize(e,t),e.host)if(r.IPV6ADDRESS.test(e.host));else if(t.domainHost||a&&a.domainHost)try{e.host=t.iri?E(e.host):j(e.host.replace(r.PCT_ENCODED,A).toLowerCase())}catch(r){e.error=e.error||"Host's domain name can not be converted to "+(t.iri?"Unicode":"ASCII")+" via punycode: "+r}C(e,r),"suffix"!==t.reference&&e.scheme&&(i.push(e.scheme),i.push(":"));var n=R(e,t);if(void 0!==n&&("suffix"!==t.reference&&i.push("//"),i.push(n),e.path&&"/"!==e.path.charAt(0)&&i.push("/")),void 0!==e.path){var c=e.path;t.absolutePath||a&&a.absolutePath||(c=U(c)),void 0===n&&(c=c.replace(/^\/\//,"/%2F")),i.push(c)}return void 0!==e.query&&(i.push("?"),i.push(e.query)),void 0!==e.fragment&&(i.push("#"),i.push(e.fragment)),i.join("")}function M(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i={};return arguments[3]||(e=z($(e,r),r),t=z($(t,r),r)),!(r=r||{}).tolerant&&t.scheme?(i.scheme=t.scheme,i.userinfo=t.userinfo,i.host=t.host,i.port=t.port,i.path=U(t.path||""),i.query=t.query):(void 0!==t.userinfo||void 0!==t.host||void 0!==t.port?(i.userinfo=t.userinfo,i.host=t.host,i.port=t.port,i.path=U(t.path||""),i.query=t.query):(t.path?("/"===t.path.charAt(0)?i.path=U(t.path):(void 0===e.userinfo&&void 0===e.host&&void 0===e.port||e.path?e.path?i.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:i.path=t.path:i.path="/"+t.path,i.path=U(i.path)),i.query=t.query):(i.path=e.path,void 0!==t.query?i.query=t.query:i.query=e.query),i.userinfo=e.userinfo,i.host=e.host,i.port=e.port),i.scheme=e.scheme),i.fragment=t.fragment,i}function H(e,t){return e&&e.toString().replace(t&&t.iri?s.PCT_ENCODED:o.PCT_ENCODED,A)}var G={scheme:"http",domainHost:!0,parse:function(e,t){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e},serialize:function(e,t){var r="https"===String(e.scheme).toLowerCase();return e.port!==(r?443:80)&&""!==e.port||(e.port=void 0),e.path||(e.path="/"),e}},V={scheme:"https",domainHost:G.domainHost,parse:G.parse,serialize:G.serialize};function W(e){return"boolean"==typeof e.secure?e.secure:"wss"===String(e.scheme).toLowerCase()}var K={scheme:"ws",domainHost:!0,parse:function(e,t){var r=e;return r.secure=W(r),r.resourceName=(r.path||"/")+(r.query?"?"+r.query:""),r.path=void 0,r.query=void 0,r},serialize:function(e,t){if(e.port!==(W(e)?443:80)&&""!==e.port||(e.port=void 0),"boolean"==typeof e.secure&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){var r=e.resourceName.split("?"),i=c(r,2),a=i[0],n=i[1];e.path=a&&"/"!==a?a:void 0,e.query=n,e.resourceName=void 0}return e.fragment=void 0,e}},Y={scheme:"wss",domainHost:K.domainHost,parse:K.parse,serialize:K.serialize},Q={},J="[A-Za-z0-9\\-\\.\\_\\~\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]",X="[0-9A-Fa-f]",Z=r(r("%[EFef][0-9A-Fa-f]%"+X+X+"%"+X+X)+"|"+r("%[89A-Fa-f][0-9A-Fa-f]%"+X+X)+"|"+r("%"+X+X)),ee=t("[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",'[\\"\\\\]'),te=new RegExp(J,"g"),re=new RegExp(Z,"g"),ie=new RegExp(t("[^]","[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]","[\\.]",'[\\"]',ee),"g"),ae=new RegExp(t("[^]",J,"[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"),"g"),ne=ae;function oe(e){var t=A(e);return t.match(te)?t:e}var se={scheme:"mailto",parse:function(e,t){var r=e,i=r.to=r.path?r.path.split(","):[];if(r.path=void 0,r.query){for(var a=!1,n={},o=r.query.split("&"),s=0,c=o.length;s{"use strict";e.exports=function(e){const t=e.length;let r=0;for(;r=t||128!=(192&e[r+1])||128!=(192&e[r+2])||224===e[r]&&128==(224&e[r+1])||237===e[r]&&160==(224&e[r+1]))return!1;r+=3}else{if(240!=(248&e[r]))return!1;if(r+3>=t||128!=(192&e[r+1])||128!=(192&e[r+2])||128!=(192&e[r+3])||240===e[r]&&128==(240&e[r+1])||244===e[r]&&e[r+1]>143||e[r]>244)return!1;r+=4}return!0}},70311:(e,t,r)=>{"use strict";try{e.exports=r(19516)(__dirname)}catch(t){e.exports=r(60137)}},31322:(e,t)=>{e.exports=function(e,t){if(e&&t)for(var r in t)e[r]=t[r];return e}},42277:(e,t,r)=>{"use strict";r.r(t),r.d(t,{NIL:()=>k,parse:()=>v,stringify:()=>p,v1:()=>g,v3:()=>b,v4:()=>x,v5:()=>w,validate:()=>u,version:()=>_});var i=r(76417),a=r.n(i);const n=new Uint8Array(256);let o=n.length;function s(){return o>n.length-16&&(a().randomFillSync(n),o=0),n.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 r=(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(r))throw TypeError("Stringified UUID is invalid");return r};let h,d,f=0,m=0;const g=function(e,t,r){let i=t&&r||0;const a=t||new Array(16);let n=(e=e||{}).node||h,o=void 0!==e.clockseq?e.clockseq:d;if(null==n||null==o){const t=e.random||(e.rng||s)();null==n&&(n=h=[1|t[0],t[1],t[2],t[3],t[4],t[5]]),null==o&&(o=d=16383&(t[6]<<8|t[7]))}let c=void 0!==e.msecs?e.msecs:Date.now(),u=void 0!==e.nsecs?e.nsecs:m+1;const l=c-f+(u-m)/1e4;if(l<0&&void 0===e.clockseq&&(o=o+1&16383),(l<0||c>f)&&void 0===e.nsecs&&(u=0),u>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");f=c,m=u,d=o,c+=122192928e5;const g=(1e4*(268435455&c)+u)%4294967296;a[i++]=g>>>24&255,a[i++]=g>>>16&255,a[i++]=g>>>8&255,a[i++]=255&g;const v=c/4294967296*1e4&268435455;a[i++]=v>>>8&255,a[i++]=255&v,a[i++]=v>>>24&15|16,a[i++]=v>>>16&255,a[i++]=o>>>8|128,a[i++]=255&o;for(let e=0;e<6;++e)a[i+e]=n[e];return t||p(a)},v=function(e){if(!u(e))throw TypeError("Invalid UUID");let t;const r=new Uint8Array(16);return r[0]=(t=parseInt(e.slice(0,8),16))>>>24,r[1]=t>>>16&255,r[2]=t>>>8&255,r[3]=255&t,r[4]=(t=parseInt(e.slice(9,13),16))>>>8,r[5]=255&t,r[6]=(t=parseInt(e.slice(14,18),16))>>>8,r[7]=255&t,r[8]=(t=parseInt(e.slice(19,23),16))>>>8,r[9]=255&t,r[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,r[11]=t/4294967296&255,r[12]=t>>>24&255,r[13]=t>>>16&255,r[14]=t>>>8&255,r[15]=255&t,r};function y(e,t,r){function i(e,i,a,n){if("string"==typeof e&&(e=function(e){e=unescape(encodeURIComponent(e));const t=[];for(let r=0;r{"use strict";e.exports=function(e,t){if(!e||!e.getHeader||!e.setHeader)throw new TypeError("res argument is required");var i=e.getHeader("Vary")||"",a=Array.isArray(i)?i.join(", "):String(i);(i=r(a,t))&&e.setHeader("Vary",i)},e.exports.append=r;var t=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function r(e,r){if("string"!=typeof e)throw new TypeError("header argument is required");if(!r)throw new TypeError("field argument is required");for(var a=Array.isArray(r)?r:i(String(r)),n=0;n{var i=r(6144),a=r(31669),n=r(14679),o=r(16497).VZ,s=n.sprintf;function c(e){var t,r,a,n;if(i.object(e,"args"),i.bool(e.strict,"args.strict"),i.array(e.argv,"args.argv"),0===(t=e.argv).length)r={},a=[];else if(o(t[0]))r={cause:t[0]},a=t.slice(1);else if("object"==typeof t[0]){for(n in r={},t[0])r[n]=t[0][n];a=t.slice(1)}else i.string(t[0],"first argument to VError, SError, or WError constructor must be a string, object, or Error"),r={},a=t;return i.object(r),r.strict||e.strict||(a=a.map((function(e){return null===e?"null":void 0===e?"undefined":e}))),{options:r,shortmessage:0===a.length?"":s.apply(null,a)}}function u(){var e,t,r,a,n,s,l;if(e=Array.prototype.slice.call(arguments,0),!(this instanceof u))return t=Object.create(u.prototype),u.apply(t,arguments),t;if((r=c({argv:e,strict:!1})).options.name&&(i.string(r.options.name,'error\'s "name" must be a string'),this.name=r.options.name),this.jse_shortmsg=r.shortmessage,s=r.shortmessage,(a=r.options.cause)&&(i.ok(o(a),"cause is not an Error"),this.jse_cause=a,r.options.skipCauseMessage||(s+=": "+a.message)),this.jse_info={},r.options.info)for(l in r.options.info)this.jse_info[l]=r.options.info[l];return this.message=s,Error.call(this,s),Error.captureStackTrace&&(n=r.options.constructorOpt||this.constructor,Error.captureStackTrace(this,n)),this}function l(){var e,t,r,i;return e=Array.prototype.slice.call(arguments,0),this instanceof l?(i=(r=c({argv:e,strict:!0})).options,u.call(this,i,"%s",r.shortmessage),this):(t=Object.create(l.prototype),l.apply(t,arguments),t)}function p(e){i.array(e,"list of errors"),i.ok(e.length>0,"must be at least one error"),this.ase_errors=e,u.call(this,{cause:e[0]},"first of %d error%s",e.length,1==e.length?"":"s")}function h(){var e,t,r,i;return e=Array.prototype.slice.call(arguments,0),this instanceof h?((i=(r=c({argv:e,strict:!1})).options).skipCauseMessage=!0,u.call(this,i,"%s",r.shortmessage),this):(t=Object.create(h.prototype),h.apply(t,e),t)}e.exports=u,u.VError=u,u.SError=l,u.WError=h,u.MultiError=p,a.inherits(u,Error),u.prototype.name="VError",u.prototype.toString=function(){var e=this.hasOwnProperty("name")&&this.name||this.constructor.name||this.constructor.prototype.name;return this.message&&(e+=": "+this.message),e},u.prototype.cause=function(){var e=u.cause(this);return null===e?void 0:e},u.cause=function(e){return i.ok(o(e),"err must be an Error"),o(e.jse_cause)?e.jse_cause:null},u.info=function(e){var t,r,a;if(i.ok(o(e),"err must be an Error"),t=null!==(r=u.cause(e))?u.info(r):{},"object"==typeof e.jse_info&&null!==e.jse_info)for(a in e.jse_info)t[a]=e.jse_info[a];return t},u.findCauseByName=function(e,t){var r;for(i.ok(o(e),"err must be an Error"),i.string(t,"name"),i.ok(t.length>0,"name cannot be empty"),r=e;null!==r;r=u.cause(r))if(i.ok(o(r)),r.name==t)return r;return null},u.hasCauseWithName=function(e,t){return null!==u.findCauseByName(e,t)},u.fullStack=function(e){i.ok(o(e),"err must be an Error");var t=u.cause(e);return t?e.stack+"\ncaused by: "+u.fullStack(t):e.stack},u.errorFromList=function(e){return i.arrayOfObject(e,"errors"),0===e.length?null:(e.forEach((function(e){i.ok(o(e))})),1==e.length?e[0]:new p(e))},u.errorForEach=function(e,t){i.ok(o(e),"err must be an Error"),i.func(t,"func"),e instanceof p?e.errors().forEach((function(e){t(e)})):t(e)},a.inherits(l,u),a.inherits(p,u),p.prototype.name="MultiError",p.prototype.errors=function(){return this.ase_errors.slice(0)},a.inherits(h,u),h.prototype.name="WError",h.prototype.toString=function(){var e=this.hasOwnProperty("name")&&this.name||this.constructor.name||this.constructor.prototype.name;return this.message&&(e+=": "+this.message),this.jse_cause&&this.jse_cause.message&&(e+="; caused by "+this.jse_cause.toString()),e},h.prototype.cause=function(e){return o(e)&&(this.jse_cause=e),this.jse_cause}},14679:(e,t,r)=>{var i=r(42357),a=r(31669);function n(e){var t,r,n,s,l,p,h,d,f,m,g,v=["([^%]*)","%","(['\\-+ #0]*?)","([1-9]\\d*)?","(\\.([1-9]\\d*))?","[lhjztL]*?","([diouxXfFeEgGaAcCsSp%jr])"].join(""),y=new RegExp(v),b=Array.prototype.slice.call(arguments,1),x=e,w="",k=1,_=0;for(i.equal("string",typeof x,"first argument must be a format string");null!==(f=y.exec(x));)if(w+=f[1],x=x.substring(f[0].length),g=f[0].substring(f[1].length),m=_+f[1].length+1,_+=f[0].length,t=f[2]||"",r=f[3]||0,n=f[4]||"",l=!1,h=!1,p=" ","%"!=(s=f[6])){if(0===b.length)throw o(e,m,g,"has no matching argument (too few arguments passed)");if(d=b.shift(),k++,t.match(/[\' #]/))throw o(e,m,g,"uses unsupported flags");if(n.length>0)throw o(e,m,g,"uses non-zero precision (not supported)");switch(t.match(/-/)&&(l=!0),t.match(/0/)&&(p="0"),t.match(/\+/)&&(h=!0),s){case"s":if(null==d)throw o(e,m,g,"attempted to print undefined or null as a string (argument "+k+" to sprintf)");w+=c(p,r,l,d.toString());break;case"d":d=Math.floor(d);case"f":w+=(h=h&&d>0?"+":"")+c(p,r,l,d.toString());break;case"x":w+=c(p,r,l,d.toString(16));break;case"j":0===r&&(r=10),w+=a.inspect(d,!1,r);break;case"r":w+=u(d);break;default:throw o(e,m,g,"is not supported")}}else w+="%";return w+x}function o(e,t,r,a){return i.equal(typeof e,"string"),i.equal(typeof r,"string"),i.equal(typeof t,"number"),i.equal(typeof a,"string"),new Error('format string "'+e+'": conversion specifier "'+r+'" at character '+t+" "+a)}function s(e){var t=Array.prototype.slice.call(arguments,1);return e.write(n.apply(this,t))}function c(e,t,r,i){for(var a=i;a.length{"use strict";const i=r(14223),a=r(76003),n=r(26434),o=new Set(["","›"]),s=e=>`${o.values().next().value}[${e}m`,c=e=>`${o.values().next().value}]8;;${e}`,u=(e,t,r)=>{const n=[...t];let s=!1,c=!1,u=i(a(e[e.length-1]));for(const[t,a]of n.entries()){const l=i(a);u+l<=r?e[e.length-1]+=a:(e.push(a),u=0),o.has(a)&&(s=!0,c=n.slice(t+1).join("").startsWith("]8;;")),s?c?""===a&&(s=!1,c=!1):"m"===a&&(s=!1):(u+=l,u===r&&t0&&e.length>1&&(e[e.length-2]+=e.pop())},l=e=>{const t=e.split(" ");let r=t.length;for(;r>0&&!(i(t[r-1])>0);)r--;return r===t.length?e:t.slice(0,r).join(" ")+t.slice(r).join("")};e.exports=(e,t,r)=>String(e).normalize().replace(/\r\n/g,"\n").split("\n").map((e=>((e,t,r={})=>{if(!1!==r.trim&&""===e.trim())return"";let a,p,h="";const d=(e=>e.split(" ").map((e=>i(e))))(e);let f=[""];for(const[a,n]of e.split(" ").entries()){!1!==r.trim&&(f[f.length-1]=f[f.length-1].trimStart());let e=i(f[f.length-1]);if(0!==a&&(e>=t&&(!1===r.wordWrap||!1===r.trim)&&(f.push(""),e=0),(e>0||!1===r.trim)&&(f[f.length-1]+=" ",e++)),r.hard&&d[a]>t){const r=t-e,i=1+Math.floor((d[a]-r-1)/t);Math.floor((d[a]-1)/t)t&&e>0&&d[a]>0){if(!1===r.wordWrap&&et&&!1===r.wordWrap?u(f,n,t):f[f.length-1]+=n}}!1!==r.trim&&(f=f.map(l));const m=[...f.join("\n")];for(const[e,t]of m.entries()){if(h+=t,o.has(t)){const{groups:t}=new RegExp("(?:\\[(?\\d+)m|\\]8;;(?.*))").exec(m.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 r=n.codes.get(Number(a));"\n"===m[e+1]?(p&&(h+=c("")),a&&r&&(h+=s(r))):"\n"===t&&(a&&r&&(h+=s(a)),p&&(h+=c(p)))}return h})(e,t,r))).join("\n")},52479:e=>{e.exports=function e(t,r){if(t&&r)return e(t)(r);if("function"!=typeof t)throw new TypeError("need wrapper function");return Object.keys(t).forEach((function(e){i[e]=t[e]})),i;function i(){for(var e=new Array(arguments.length),r=0;r{"use strict";const i=r(88762);i.createWebSocketStream=r(30404),i.Server=r(39284),i.Receiver=r(32957),i.Sender=r(57330),e.exports=i},30977:(e,t,r)=>{"use strict";const{EMPTY_BUFFER:i}=r(41872);function a(e,t){if(0===e.length)return i;if(1===e.length)return e[0];const r=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 r extends t{constructor(e,t){super("message",t),this.data=e}}class i extends t{constructor(e,t,r){super("close",r),this.wasClean=r._closeFrameReceived&&r._closeFrameSent,this.reason=t,this.code=e}}class a extends t{constructor(e){super("open",e)}}class n 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 r(e,this))}function c(e,r){t.call(this,new i(e,r,this))}function u(e){t.call(this,new n(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 r=this.listeners(e);for(let i=0;i{"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 r(e,t,r){void 0===e[t]?e[t]=[r]:e[t].push(r)}e.exports={format:function(e){return Object.keys(e).map((t=>{let r=e[t];return Array.isArray(r)||(r=[r]),r.map((e=>[t].concat(Object.keys(e).map((t=>{let r=e[t];return Array.isArray(r)||(r=[r]),r.map((e=>!0===e?t:`${t}=${e}`)).join("; ")}))).join("; "))).join(", ")})).join(", ")},parse:function(e){const i=Object.create(null);if(void 0===e||""===e)return i;let a,n,o=Object.create(null),s=!1,c=!1,u=!1,l=-1,p=-1,h=0;for(;h{"use strict";const t=Symbol("kDone"),r=Symbol("kRun");e.exports=class{constructor(e){this[t]=()=>{this.pending--,this[r]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[r]()}[r](){if(this.pending!==this.concurrency&&this.jobs.length){const e=this.jobs.shift();this.pending++,e(this[t])}}}},75196:(e,t,r)=>{"use strict";const i=r(78761),a=r(30977),n=r(10305),{kStatusCode:o,NOOP:s}=r(41872),c=Buffer.from([0,0,255,255]),u=Symbol("permessage-deflate"),l=Symbol("total-length"),p=Symbol("callback"),h=Symbol("buffers"),d=Symbol("error");let f;function m(e){this[h].push(e),this[l]+=e.length}function g(e){this[l]+=e.length,this[u]._maxPayload<1||this[l]<=this[u]._maxPayload?this[h].push(e):(this[d]=new RangeError("Max payload size exceeded"),this[d][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,r){if(this._maxPayload=0|r,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,!f){const e=void 0!==this._options.concurrencyLimit?this._options.concurrencyLimit:10;f=new n(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,r=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(!r)throw new Error("None of the extension offers can be accepted");return t.serverNoContextTakeover&&(r.server_no_context_takeover=!0),t.clientNoContextTakeover&&(r.client_no_context_takeover=!0),"number"==typeof t.serverMaxWindowBits&&(r.server_max_window_bits=t.serverMaxWindowBits),"number"==typeof t.clientMaxWindowBits?r.client_max_window_bits=t.clientMaxWindowBits:!0!==r.client_max_window_bits&&!1!==t.clientMaxWindowBits||delete r.client_max_window_bits,r}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 r=e[t];if(r.length>1)throw new Error(`Parameter "${t}" must have only a single value`);if(r=r[0],"client_max_window_bits"===t){if(!0!==r){const e=+r;if(!Number.isInteger(e)||e<8||e>15)throw new TypeError(`Invalid value for parameter "${t}": ${r}`);r=e}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${t}": ${r}`)}else if("server_max_window_bits"===t){const e=+r;if(!Number.isInteger(e)||e<8||e>15)throw new TypeError(`Invalid value for parameter "${t}": ${r}`);r=e}else{if("client_no_context_takeover"!==t&&"server_no_context_takeover"!==t)throw new Error(`Unknown parameter "${t}"`);if(!0!==r)throw new TypeError(`Invalid value for parameter "${t}": ${r}`)}e[t]=r}))})),e}decompress(e,t,r){f.add((i=>{this._decompress(e,t,((e,t)=>{i(),r(e,t)}))}))}compress(e,t,r){f.add((i=>{this._compress(e,t,((e,t)=>{i(),r(e,t)}))}))}_decompress(e,t,r){const n=this._isServer?"client":"server";if(!this._inflate){const e=`${n}_max_window_bits`,t="number"!=typeof this.params[e]?i.Z_DEFAULT_WINDOWBITS:this.params[e];this._inflate=i.createInflateRaw({...this._options.zlibInflateOptions,windowBits:t}),this._inflate[u]=this,this._inflate[l]=0,this._inflate[h]=[],this._inflate.on("error",v),this._inflate.on("data",g)}this._inflate[p]=r,this._inflate.write(e),t&&this._inflate.write(c),this._inflate.flush((()=>{const e=this._inflate[d];if(e)return this._inflate.close(),this._inflate=null,void r(e);const i=a.concat(this._inflate[h],this._inflate[l]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[l]=0,this._inflate[h]=[],t&&this.params[`${n}_no_context_takeover`]&&this._inflate.reset()),r(null,i)}))}_compress(e,t,r){const n=this._isServer?"server":"client";if(!this._deflate){const e=`${n}_max_window_bits`,t="number"!=typeof this.params[e]?i.Z_DEFAULT_WINDOWBITS:this.params[e];this._deflate=i.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:t}),this._deflate[l]=0,this._deflate[h]=[],this._deflate.on("error",s),this._deflate.on("data",m)}this._deflate[p]=r,this._deflate.write(e),this._deflate.flush(i.Z_SYNC_FLUSH,(()=>{if(!this._deflate)return;let e=a.concat(this._deflate[h],this._deflate[l]);t&&(e=e.slice(0,e.length-4)),this._deflate[p]=null,this._deflate[l]=0,this._deflate[h]=[],t&&this.params[`${n}_no_context_takeover`]&&this._deflate.reset(),r(null,e)}))}}},32957:(e,t,r)=>{"use strict";const{Writable:i}=r(92413),a=r(75196),{BINARY_TYPES:n,EMPTY_BUFFER:o,kStatusCode:s,kWebSocket:c}=r(41872),{concat:u,toArrayBuffer:l,unmask:p}=r(30977),{isValidStatusCode:h,isValidUTF8:d}=r(6746);function f(e,t,r,i){const a=new e(r?`Invalid WebSocket frame: ${t}`:t);return Error.captureStackTrace(a,f),a[s]=i,a}e.exports=class extends i{constructor(e,t,r,i){super(),this._binaryType=e||n[0],this[c]=void 0,this._extensions=t||{},this._isServer=!!r,this._maxPayload=0|i,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,r){if(8===this._opcode&&0==this._state)return r();this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(r)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e=r.length?t.set(this._buffers.shift(),i):(t.set(new Uint8Array(r.buffer,r.byteOffset,e),i),this._buffers[0]=r.slice(e)),e-=r.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,f(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,f(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,f(RangeError,"RSV1 must be clear",!0,1002);if(!this._fragmented)return this._loop=!1,f(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,f(RangeError,`invalid opcode ${this._opcode}`,!0,1002);this._compressed=t}else{if(!(this._opcode>7&&this._opcode<11))return this._loop=!1,f(RangeError,`invalid opcode ${this._opcode}`,!0,1002);if(!this._fin)return this._loop=!1,f(RangeError,"FIN must be set",!0,1002);if(t)return this._loop=!1,f(RangeError,"RSV1 must be clear",!0,1002);if(this._payloadLength>125)return this._loop=!1,f(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,f(RangeError,"MASK must be set",!0,1002)}else if(this._masked)return this._loop=!1,f(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,f(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,f(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,r)=>{if(e)return t(e);if(r.length){if(this._messageLength+=r.length,this._messageLength>this._maxPayload&&this._maxPayload>0)return t(f(RangeError,"Max payload size exceeded",!1,1009));this._fragments.push(r)}const i=this.dataMessage();if(i)return t(i);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 r;r="nodebuffer"===this._binaryType?u(t,e):"arraybuffer"===this._binaryType?l(u(t,e)):t,this.emit("message",r)}else{const r=u(t,e);if(!d(r))return this._loop=!1,f(Error,"invalid UTF-8 sequence",!0,1007);this.emit("message",r.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 f(RangeError,"invalid payload length 1",!0,1002);{const t=e.readUInt16BE(0);if(!h(t))return f(RangeError,`invalid status code ${t}`,!0,1002);const r=e.slice(2);if(!d(r))return f(Error,"invalid UTF-8 sequence",!0,1007);this.emit("conclude",t,r.toString()),this.end()}}else 9===this._opcode?this.emit("ping",e):this.emit("pong",e);this._state=0}}},57330:(e,t,r)=>{"use strict";const{randomFillSync:i}=r(76417),a=r(75196),{EMPTY_BUFFER:n}=r(41872),{isValidStatusCode:o}=r(6746),{mask:s,toBuffer:c}=r(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 r=t.mask&&t.readOnly;let a=t.mask?6:2,n=e.length;e.length>=65536?(a+=8,n=127):e.length>125&&(a+=2,n=126);const o=Buffer.allocUnsafe(r?e.length+a:a);return o[0]=t.fin?128|t.opcode:t.opcode,t.rsv1&&(o[0]|=64),o[1]=n,126===n?o.writeUInt16BE(e.length,2):127===n&&(o.writeUInt32BE(0,2),o.writeUInt32BE(e.length,6)),t.mask?(i(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],r?(s(e,u,o,a,e.length),[o]):(s(e,u,e,0,e.length),[o,e])):[o,e]}close(e,t,r,i){let a;if(void 0===e)a=n;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 r=Buffer.byteLength(t);if(r>123)throw new RangeError("The message must not be greater than 123 bytes");a=Buffer.allocUnsafe(2+r),a.writeUInt16BE(e,0),a.write(t,2)}}this._deflating?this.enqueue([this.doClose,a,r,i]):this.doClose(a,r,i)}doClose(e,t,r){this.sendFrame(l.frame(e,{fin:!0,rsv1:!1,opcode:8,mask:t,readOnly:!1}),r)}ping(e,t,r){const i=c(e);if(i.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPing,i,t,c.readOnly,r]):this.doPing(i,t,c.readOnly,r)}doPing(e,t,r,i){this.sendFrame(l.frame(e,{fin:!0,rsv1:!1,opcode:9,mask:t,readOnly:r}),i)}pong(e,t,r){const i=c(e);if(i.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPong,i,t,c.readOnly,r]):this.doPong(i,t,c.readOnly,r)}doPong(e,t,r,i){this.sendFrame(l.frame(e,{fin:!0,rsv1:!1,opcode:10,mask:t,readOnly:r}),i)}send(e,t,r){const i=c(e),n=this._extensions[a.extensionName];let o=t.binary?2:1,s=t.compress;if(this._firstFragment?(this._firstFragment=!1,s&&n&&(s=i.length>=n._threshold),this._compress=s):(s=!1,o=0),t.fin&&(this._firstFragment=!0),n){const e={fin:t.fin,rsv1:s,opcode:o,mask:t.mask,readOnly:c.readOnly};this._deflating?this.enqueue([this.dispatch,i,this._compress,e,r]):this.dispatch(i,this._compress,e,r)}else this.sendFrame(l.frame(i,{fin:t.fin,rsv1:!1,opcode:o,mask:t.mask,readOnly:c.readOnly}),r)}dispatch(e,t,r,i){if(!t)return void this.sendFrame(l.frame(e,r),i);const n=this._extensions[a.extensionName];this._bufferedBytes+=e.length,this._deflating=!0,n.compress(e,r.fin,((t,a)=>{if(this._socket.destroyed){const e=new Error("The socket was closed while data was being compressed");"function"==typeof i&&i(e);for(let t=0;t{"use strict";const{Duplex:i}=r(92413);function a(e){e.emit("close")}function n(){!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 r=!0;function s(){r&&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 i({...t,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return e.on("message",(function(t){c.push(t)||(r=!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,r){if(e.readyState===e.CLOSED)return r(t),void process.nextTick(a,c);let i=!1;e.once("error",(function(e){i=!0,r(e)})),e.once("close",(function(){i||r(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||r||(r=!0,e._receiver._writableState.needDrain||e._socket.resume())},c._write=function(t,r,i){e.readyState!==e.CONNECTING?e.send(t,i):e.once("open",(function(){c._write(t,r,i)}))},c.on("end",n),c.on("error",o),c}},6746:(e,t,r)=>{"use strict";function i(e){return e>=1e3&&e<=1014&&1004!==e&&1005!==e&&1006!==e||e>=3e3&&e<=4999}function a(e){const t=e.length;let r=0;for(;r=t||128!=(192&e[r+1])||128!=(192&e[r+2])||224===e[r]&&128==(224&e[r+1])||237===e[r]&&160==(224&e[r+1]))return!1;r+=3}else{if(240!=(248&e[r]))return!1;if(r+3>=t||128!=(192&e[r+1])||128!=(192&e[r+2])||128!=(192&e[r+3])||240===e[r]&&128==(240&e[r+1])||244===e[r]&&e[r+1]>143||e[r]>244)return!1;r+=4}return!0}try{let t=r(70311);"object"==typeof t&&(t=t.Validation.isValidUTF8),e.exports={isValidStatusCode:i,isValidUTF8:e=>e.length<150?a(e):t(e)}}catch(t){e.exports={isValidStatusCode:i,isValidUTF8:a}}},39284:(e,t,r)=>{"use strict";const i=r(28614),{createHash:a}=r(76417),{createServer:n,STATUS_CODES:o}=r(98605),s=r(75196),c=r(88762),{format:u,parse:l}=r(51503),{GUID:p,kWebSocket:h}=r(41872),d=/^[+/0-9A-Za-z]{22}==$/;function f(e){e.emit("close")}function m(){this.destroy()}function g(e,t,r,i){e.writable&&(r=r||o[t],i={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(r),...i},e.write(`HTTP/1.1 ${t} ${o[t]}\r\n`+Object.keys(i).map((e=>`${e}: ${i[e]}`)).join("\r\n")+"\r\n\r\n"+r)),e.removeListener("error",m),e.destroy()}e.exports=class extends i{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=n(((e,t)=>{const r=o[426];t.writeHead(426,{"Content-Length":r.length,"Content-Type":"text/plain"}),t.end(r)})),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 r of Object.keys(t))e.on(r,t[r]);return function(){for(const r of Object.keys(t))e.removeListener(r,t[r])}}(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(t,r,i)=>{this.handleUpgrade(t,r,i,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(f,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,r,i){t.on("error",m);const a=void 0!==e.headers["sec-websocket-key"]&&e.headers["sec-websocket-key"].trim(),n=+e.headers["sec-websocket-version"],o={};if("GET"!==e.method||"websocket"!==e.headers.upgrade.toLowerCase()||!a||!d.test(a)||8!==n&&13!==n||!this.shouldHandle(e))return g(t,400);if(this.options.perMessageDeflate){const r=new s(this.options.perMessageDeflate,!0,this.options.maxPayload);try{const t=l(e.headers["sec-websocket-extensions"]);t[s.extensionName]&&(r.accept(t[s.extensionName]),o[s.extensionName]=r)}catch(e){return g(t,400)}}if(this.options.verifyClient){const s={origin:e.headers[8===n?"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,((n,s,c,u)=>{if(!n)return g(t,s||401,c,u);this.completeUpgrade(a,o,e,t,r,i)}));if(!this.options.verifyClient(s))return g(t,401)}this.completeUpgrade(a,o,e,t,r,i)}completeUpgrade(e,t,r,i,n,o){if(!i.readable||!i.writable)return i.destroy();if(i[h])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")}`],d=new c(null);let f=r.headers["sec-websocket-protocol"];if(f&&(f=f.trim().split(/ *, */),f=this.options.handleProtocols?this.options.handleProtocols(f,r):f[0],f&&(l.push(`Sec-WebSocket-Protocol: ${f}`),d._protocol=f)),t[s.extensionName]){const e=t[s.extensionName].params,r=u({[s.extensionName]:[e]});l.push(`Sec-WebSocket-Extensions: ${r}`),d._extensions=t}this.emit("headers",l,r),i.write(l.concat("\r\n").join("\r\n")),i.removeListener("error",m),d.setSocket(i,n,this.options.maxPayload),this.clients&&(this.clients.add(d),d.on("close",(()=>this.clients.delete(d)))),o(d,r)}}},88762:(e,t,r)=>{"use strict";const i=r(28614),a=r(57211),n=r(98605),o=r(11631),s=r(4016),{randomBytes:c,createHash:u}=r(76417),{URL:l}=r(78835),p=r(75196),h=r(32957),d=r(57330),{BINARY_TYPES:f,EMPTY_BUFFER:m,GUID:g,kStatusCode:v,kWebSocket:y,NOOP:b}=r(41872),{addEventListener:x,removeEventListener:w}=r(10062),{format:k,parse:_}=r(51503),{toBuffer:j}=r(30977),E=["CONNECTING","OPEN","CLOSING","CLOSED"],S=[8,13];class D extends i{constructor(e,t,r){super(),this._binaryType=f[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage="",this._closeTimer=null,this._extensions={},this._protocol="",this._readyState=D.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&&(r=t,t=void 0),A(this,e,t,r)):this._isServer=!0}get binaryType(){return this._binaryType}set binaryType(e){f.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,r){const i=new h(this.binaryType,this._extensions,this._isServer,r);this._sender=new d(e,this._extensions),this._receiver=i,this._socket=e,i[y]=this,e[y]=this,i.on("conclude",F),i.on("drain",I),i.on("error",z),i.on("message",B),i.on("ping",L),i.on("pong",N),e.setTimeout(0),e.setNoDelay(),t.length>0&&e.unshift(t),e.on("close",q),e.on("data",U),e.on("end",$),e.on("error",M),this._readyState=D.OPEN,this.emit("open")}emitClose(){if(!this._socket)return this._readyState=D.CLOSED,void this.emit("close",this._closeCode,this._closeMessage);this._extensions[p.extensionName]&&this._extensions[p.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=D.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,t){if(this.readyState!==D.CLOSED){if(this.readyState===D.CONNECTING){const e="WebSocket was closed before the connection was established";return P(this,this._req,e)}this.readyState!==D.CLOSING?(this._readyState=D.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,r){if(this.readyState===D.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");"function"==typeof e?(r=e,e=t=void 0):"function"==typeof t&&(r=t,t=void 0),"number"==typeof e&&(e=e.toString()),this.readyState===D.OPEN?(void 0===t&&(t=!this._isServer),this._sender.ping(e||m,t,r)):O(this,e,r)}pong(e,t,r){if(this.readyState===D.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");"function"==typeof e?(r=e,e=t=void 0):"function"==typeof t&&(r=t,t=void 0),"number"==typeof e&&(e=e.toString()),this.readyState===D.OPEN?(void 0===t&&(t=!this._isServer),this._sender.pong(e||m,t,r)):O(this,e,r)}send(e,t,r){if(this.readyState===D.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if("function"==typeof t&&(r=t,t={}),"number"==typeof e&&(e=e.toString()),this.readyState!==D.OPEN)return void O(this,e,r);const i={binary:"string"!=typeof e,mask:!this._isServer,compress:!0,fin:!0,...t};this._extensions[p.extensionName]||(i.compress=!1),this._sender.send(e||m,i,r)}terminate(){if(this.readyState!==D.CLOSED){if(this.readyState===D.CONNECTING){const e="WebSocket was closed before the connection was established";return P(this,this._req,e)}this._socket&&(this._readyState=D.CLOSING,this._socket.destroy())}}}function A(e,t,r,i){const o={protocolVersion:S[1],maxPayload:104857600,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...i,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(!S.includes(o.protocolVersion))throw new RangeError(`Unsupported protocol version: ${o.protocolVersion} (supported versions: ${S.join(", ")})`);let s;t instanceof l?(s=t,e._url=t.href):(s=new l(t),e._url=t);const h="ws+unix:"===s.protocol;if(!(s.host||h&&s.pathname))throw new Error(`Invalid URL: ${e.url}`);const d="wss:"===s.protocol||"https:"===s.protocol,f=d?443:80,m=c(16).toString("base64"),v=d?a.get:n.get;let y;if(o.createConnection=d?T:C,o.defaultPort=o.defaultPort||f,o.port=s.port||f,o.host=s.hostname.startsWith("[")?s.hostname.slice(1,-1):s.hostname,o.headers={"Sec-WebSocket-Version":o.protocolVersion,"Sec-WebSocket-Key":m,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()})),r&&(o.headers["Sec-WebSocket-Protocol"]=r),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}`),h){const e=o.path.split(":");o.socketPath=e[0],o.path=e[1]}let b=e._req=v(o);o.timeout&&b.on("timeout",(()=>{P(e,b,"Opening handshake has timed out")})),b.on("error",(t=>{null===b||b.aborted||(b=e._req=null,e._readyState=D.CLOSING,e.emit("error",t),e.emitClose())})),b.on("response",(a=>{const n=a.headers.location,s=a.statusCode;if(n&&o.followRedirects&&s>=300&&s<400){if(++e._redirects>o.maxRedirects)return void P(e,b,"Maximum redirects exceeded");b.abort();const a=new l(n,t);A(e,a,r,i)}else e.emit("unexpected-response",b,a)||P(e,b,`Unexpected server response: ${a.statusCode}`)})),b.on("upgrade",((t,i,a)=>{if(e.emit("upgrade",t),e.readyState!==D.CONNECTING)return;b=e._req=null;const n=u("sha1").update(m+g).digest("base64");if(t.headers["sec-websocket-accept"]!==n)return void P(e,i,"Invalid Sec-WebSocket-Accept header");const s=t.headers["sec-websocket-protocol"],c=(r||"").split(/, */);let l;if(!r&&s?l="Server sent a subprotocol but none was requested":r&&!s?l="Server sent no subprotocol":s&&!c.includes(s)&&(l="Server sent an invalid subprotocol"),l)P(e,i,l);else{if(s&&(e._protocol=s),y)try{const r=_(t.headers["sec-websocket-extensions"]);r[p.extensionName]&&(y.accept(r[p.extensionName]),e._extensions[p.extensionName]=y)}catch(t){return void P(e,i,"Invalid Sec-WebSocket-Extensions header")}e.setSocket(i,a,o.maxPayload)}}))}function C(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 P(e,t,r){e._readyState=D.CLOSING;const i=new Error(r);Error.captureStackTrace(i,P),t.setHeader?(t.abort(),t.socket&&!t.socket.destroyed&&t.socket.destroy(),t.once("abort",e.emitClose.bind(e)),e.emit("error",i)):(t.destroy(i),t.once("error",e.emit.bind(e,"error")),t.once("close",e.emitClose.bind(e)))}function O(e,t,r){if(t){const r=j(t).length;e._socket?e._sender._bufferedBytes+=r:e._bufferedAmount+=r}r&&r(new Error(`WebSocket is not open: readyState ${e.readyState} (${E[e.readyState]})`))}function F(e,t){const r=this[y];r._socket.removeListener("data",U),r._socket.resume(),r._closeFrameReceived=!0,r._closeMessage=t,r._closeCode=e,1005===e?r.close():r.close(e,t)}function I(){this[y]._socket.resume()}function z(e){const t=this[y];t._socket.removeListener("data",U),t._readyState=D.CLOSING,t._closeCode=e[v],t.emit("error",e),t._socket.destroy()}function R(){this[y].emitClose()}function B(e){this[y].emit("message",e)}function L(e){const t=this[y];t.pong(e,!t._isServer,b),t.emit("ping",e)}function N(e){this[y].emit("pong",e)}function q(){const e=this[y];this.removeListener("close",q),this.removeListener("end",$),e._readyState=D.CLOSING,e._socket.read(),e._receiver.end(),this.removeListener("data",U),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 U(e){this[y]._receiver.write(e)||this.pause()}function $(){const e=this[y];e._readyState=D.CLOSING,e._receiver.end(),this.end()}function M(){const e=this[y];this.removeListener("error",M),this.on("error",b),e&&(e._readyState=D.CLOSING,this.destroy())}E.forEach(((e,t)=>{const r={enumerable:!0,value:t};Object.defineProperty(D.prototype,e,r),Object.defineProperty(D,e,r)})),["binaryType","bufferedAmount","extensions","protocol","readyState","url"].forEach((e=>{Object.defineProperty(D.prototype,e,{enumerable:!0})})),["open","error","close","message"].forEach((e=>{Object.defineProperty(D.prototype,`on${e}`,{configurable:!0,enumerable:!0,get(){const t=this.listeners(e);for(let e=0;e{"use strict";var i=r(35747),a=r(31669),n=r(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 r=function(){};return"function"==typeof e[e.length-1]&&(r=e.pop()),r=r||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:r})):r(),o.format.apply(o.format,[this.cache[this.locale][t]||t].concat(e))}__n(){const e=Array.prototype.slice.call(arguments),t=e.shift(),r=e.shift(),i=e.shift();let a=function(){};"function"==typeof e[e.length-1]&&(a=e.pop()),this.cache[this.locale]||this._readLocaleFile();let n=1===i?t:r;this.cache[this.locale][t]&&(n=this.cache[this.locale][t][1===i?"one":"other"]),!this.cache[this.locale][t]&&this.updateFiles?(this.cache[this.locale][t]={one:t,other:r},this._enqueueWrite({directory:this.directory,locale:this.locale,cb:a})):a();const s=[n];return~n.indexOf("%d")&&s.push(i),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 r="";return e.forEach((function(e,i){const a=t[i+1];r+=e,void 0!==a&&(r+="%s")})),this.__.apply(this,[r].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],r=t.directory,i=t.locale,a=t.cb,n=this._resolveLocaleFile(r,i),s=JSON.stringify(this.cache[i],null,2);o.fs.writeFile(n,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(r){if(r instanceof SyntaxError&&(r.message="syntax error in "+t),"ENOENT"!==r.code)throw r;e={}}this.cache[this.locale]=e}_resolveLocaleFile(e,t){let r=o.resolve(e,"./",t+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(r)&&~t.lastIndexOf("_")){const i=o.resolve(e,"./",t.split("_")[0]+".json");this._fileExistsSync(i)&&(r=i)}return r}_fileExistsSync(e){return o.exists(e)}}var c={fs:{readFileSync:i.readFileSync,writeFile:i.writeFile},format:a.format,resolve:n.resolve,exists:e=>{try{return i.statSync(e).isFile()}catch(e){return!1}}};e.exports=e=>function(e,t){o=t;const r=new s(e);return{__:r.__.bind(r),__n:r.__n.bind(r),setLocale:r.setLocale.bind(r),getLocale:r.getLocale.bind(r),updateLocale:r.updateLocale.bind(r),locale:r.locale}}(e,c)},34411:e=>{function t(e){var r=this;if(r instanceof t||(r=new t),r.tail=null,r.head=null,r.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){r.push(e)}));else if(arguments.length>0)for(var i=0,a=arguments.length;i1)r=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");i=this.head.next,r=this.head.value}for(var a=0;null!==i;a++)r=e(r,i.value,a),i=i.next;return r},t.prototype.reduceReverse=function(e,t){var r,i=this.tail;if(arguments.length>1)r=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");i=this.tail.prev,r=this.tail.value}for(var a=this.length-1;null!==i;a--)r=e(r,i.value,a),i=i.prev;return r},t.prototype.toArray=function(){for(var e=new Array(this.length),t=0,r=this.head;null!==r;t++)e[t]=r.value,r=r.next;return e},t.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,r=this.tail;null!==r;t++)e[t]=r.value,r=r.prev;return e},t.prototype.slice=function(e,r){(r=r||this.length)<0&&(r+=this.length),(e=e||0)<0&&(e+=this.length);var i=new t;if(rthis.length&&(r=this.length);for(var a=0,n=this.head;null!==n&&athis.length&&(r=this.length);for(var a=this.length,n=this.tail;null!==n&&a>r;a--)n=n.prev;for(;null!==n&&a>e;a--,n=n.prev)i.push(n.value);return i},t.prototype.reverse=function(){for(var e=this.head,t=this.tail,r=e;null!==r;r=r.prev){var i=r.prev;r.prev=r.next,r.next=i}return this.head=t,this.tail=e,this}},69533:(e,t,r)=>{"use strict";var i,a=r(31669),n=(r(35747),r(85622));function o(e){if(e!==e.toLowerCase()&&e!==e.toUpperCase()||(e=e.toLowerCase()),-1===e.indexOf("-")&&-1===e.indexOf("_"))return e;{let t="",r=!1;const i=e.match(/^-+/);for(let a=i?i[0].length:0;a0?`${t}${r.charAt(a)}`:o}return i}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"}(i||(i={}));const h=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,r=null,i=null,a=null;const n=[];for(let o=0;o{"number"==typeof t&&(w.nargs[e]=t,w.keys.push(e))})),"object"==typeof r.coerce&&Object.entries(r.coerce).forEach((([e,t])=>{"function"==typeof t&&(w.coercions[e]=t,w.keys.push(e))})),void 0!==r.config&&(Array.isArray(r.config)||"string"==typeof r.config?[].concat(r.config).filter(Boolean).forEach((function(e){w.configs[e]=!0})):"object"==typeof r.config&&Object.entries(r.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(n[e]||[]),w.aliases[e].concat(e).forEach((function(t){if(/-/.test(t)&&h["camel-case-expansion"]){const r=o(t);r!==e&&-1===w.aliases[e].indexOf(r)&&(w.aliases[e].push(r),y[r]=!0)}})),w.aliases[e].concat(e).forEach((function(t){if(t.length>1&&/[A-Z]/.test(t)&&h["camel-case-expansion"]){const r=s(t,"-");r!==e&&-1===w.aliases[e].indexOf(r)&&(w.aliases[e].push(r),y[r]=!0)}})),w.aliases[e].forEach((function(t){w.aliases[t]=[e].concat(w.aliases[e].filter((function(e){return t!==e})))})))}))}))}(r.key,n,r.default,w.arrays),Object.keys(d).forEach((function(e){(w.aliases[e]||[]).forEach((function(t){d[t]=d[e]}))}));let j=null;Object.keys(w.counts).find((e=>q(e,w.arrays)?(j=Error(x("Invalid configuration: %s, opts.count excludes opts.array.",e)),!0):!!q(e,w.nargs)&&(j=Error(x("Invalid configuration: %s, opts.count excludes opts.narg.",e)),!0)));let E=[];const S=Object.assign(Object.create(null),{_:[]}),D={};for(let e=0;e=3&&(q(s[1],w.arrays)?e=T(e,s[1],a,s[2]):!1!==q(s[1],w.nargs)?e=C(e,s[1],a,s[2]):P(s[1],s[2]));else if(t.match(_)&&h["boolean-negation"])s=t.match(_),null!==s&&Array.isArray(s)&&s.length>=2&&(n=s[1],P(n,!!q(n,w.arrays)&&[!1]));else if(t.match(/^--.+/)||!h["short-option-groups"]&&t.match(/^-[^-]+/))s=t.match(/^--?(.+)/),null!==s&&Array.isArray(s)&&s.length>=2&&(n=s[1],q(n,w.arrays)?e=T(e,n,a):!1!==q(n,w.nargs)?e=C(e,n,a):(c=a[e+1],void 0===c||c.match(/^-/)&&!c.match(k)||q(n,w.bools)||q(n,w.counts)?/^(true|false)$/.test(c)?(P(n,c),e++):P(n,M(n)):(P(n,c),e++)));else if(t.match(/^-.\..+=/))s=t.match(/^-([^=]+)=([\s\S]*)$/),null!==s&&Array.isArray(s)&&s.length>=3&&P(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&&(n=s[1],void 0===c||c.match(/^-/)||q(n,w.bools)||q(n,w.counts)?P(n,M(n)):(P(n,c),e++));else if(t.match(/^-[^-]+/)&&!t.match(k)){o=t.slice(1,-1).split(""),i=!1;for(let r=0;r0&&(P(t,i),s--),a=e+1;a0||o&&"number"==typeof o&&a.length>=o)&&(n=r[i],!/^-/.test(n)||k.test(n)||$(n));i++)e=i,a.push(F(t,n))}return"number"==typeof o&&(o&&a.length1&&h["dot-notation"]&&(w.aliases[i[0]]||[]).forEach((function(t){let a=t.split(".");const n=[].concat(i);n.shift(),a=a.concat(n),(w.aliases[e]||[]).includes(a.join("."))||N(S,a,r)})),q(e,w.normalize)&&!q(e,w.arrays)&&[e].concat(w.aliases[e]||[]).forEach((function(e){Object.defineProperty(D,e,{enumerable:!0,get:()=>t,set(e){t="string"==typeof e?u.normalize(e):e}})}))}function O(e,t){w.aliases[e]&&w.aliases[e].length||(w.aliases[e]=[t],y[t]=!0),w.aliases[t]&&w.aliases[t].length||O(t,e)}function F(e,t){"string"!=typeof t||"'"!==t[0]&&'"'!==t[0]||t[t.length-1]!==t[0]||(t=t.substring(1,t.length-1)),(q(e,w.bools)||q(e,w.counts))&&"string"==typeof t&&(t="true"===t);let r=Array.isArray(t)?t.map((function(t){return I(e,t)})):I(e,t);return q(e,w.counts)&&(H(r)||"boolean"==typeof r)&&(r=l()),q(e,w.normalize)&&q(e,w.arrays)&&(r=Array.isArray(t)?t.map((e=>u.normalize(e))):u.normalize(t)),r}function I(e,t){return h["parse-positional-numbers"]||"_"!==e?(q(e,w.strings)||q(e,w.bools)||Array.isArray(t)||(c(t)&&h["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${t}`)))||!H(t)&&q(e,w.numbers))&&(t=Number(t)),t):t}function z(e,t){Object.keys(e).forEach((function(r){const i=e[r],a=t?t+"."+r:r;"object"==typeof i&&null!==i&&!Array.isArray(i)&&h["dot-notation"]?z(i,a):(!L(S,a.split("."))||q(a,w.arrays)&&h["combine-arrays"])&&P(a,i)}))}function R(e,t){if(void 0===m)return;const r="string"==typeof m?m:"",i=u.env();Object.keys(i).forEach((function(a){if(""===r||0===a.lastIndexOf(r,0)){const n=a.split("__").map((function(e,t){return 0===t&&(e=e.substring(r.length)),o(e)}));(t&&w.configs[n.join(".")]||!t)&&!L(e,n)&&P(n.join("."),i[a])}}))}function B(e,t,r,i=!1){Object.keys(r).forEach((function(a){L(e,a.split("."))||(N(e,a.split("."),r[a]),i&&(b[a]=!0),(t[a]||[]).forEach((function(t){L(e,t.split("."))||N(e,t.split("."),r[a])})))}))}function L(e,t){let r=e;h["dot-notation"]||(t=[t.join(".")]),t.slice(0,-1).forEach((function(e){r=r[e]||{}}));const i=t[t.length-1];return"object"==typeof r&&i in r}function N(e,t,r){let i=e;h["dot-notation"]||(t=[t.join(".")]),t.slice(0,-1).forEach((function(e){e=p(e),"object"==typeof i&&void 0===i[e]&&(i[e]={}),"object"!=typeof i[e]||Array.isArray(i[e])?(Array.isArray(i[e])?i[e].push({}):i[e]=[i[e],{}],i=i[e][i[e].length-1]):i=i[e]}));const a=p(t[t.length-1]),n=q(t.join("."),w.arrays),o=Array.isArray(r);let s=h["duplicate-arguments-array"];!s&&q(a,w.nargs)&&(s=!0,(!H(i[a])&&1===w.nargs[a]||Array.isArray(i[a])&&i[a].length===w.nargs[a])&&(i[a]=void 0)),r===l()?i[a]=l(i[a]):Array.isArray(i[a])?s&&n&&o?i[a]=h["flatten-duplicate-arrays"]?i[a].concat(r):(Array.isArray(i[a][0])?i[a]:[i[a]]).concat([r]):s||Boolean(n)!==Boolean(o)?i[a]=i[a].concat([r]):i[a]=r:void 0===i[a]&&n?i[a]=o?r:[r]:!s||void 0===i[a]||q(a,w.counts)||q(a,w.bools)?i[a]=r:i[a]=[i[a],r]}function q(e,t){const r=[].concat(w.aliases[e]||[],e),i=Object.keys(t),a=r.find((e=>i.includes(e)));return!!a&&t[a]}function U(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 h["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,r=!0;const i=e.slice(1).split("");for(let a=0;a{r.add(t),e[t]=a}))}catch(e){j=e}}))}(S),h["set-placeholder-key"]&&function(e){w.keys.forEach((t=>{~t.indexOf(".")||void 0===e[t]&&(e[t]=void 0)}))}(S),Object.keys(w.counts).forEach((function(e){L(S,e.split("."))||P(e,0)})),g&&E.length&&(S[v]=[]),E.forEach((function(e){S[v].push(e)})),h["camel-case-expansion"]&&h["strip-dashed"]&&Object.keys(S).filter((e=>"--"!==e&&e.includes("-"))).forEach((e=>{delete S[e]})),h["strip-aliased"]&&[].concat(...Object.keys(n).map((e=>n[e]))).forEach((e=>{h["camel-case-expansion"]&&e.includes("-")&&delete S[e.split(".").map((e=>o(e))).join(".")],delete S[e]})),{aliases:Object.assign({},w.aliases),argv:Object.assign(D,S),configuration:h,defaulted:Object.assign({},b),error:j,newAliases:Object.assign({},y)}}}({cwd:process.cwd,env:()=>d,format:a.format,normalize:n.normalize,resolve:n.resolve,require:e=>r(35670)(e)}),m=function(e,t){return f.parse(e.slice(),t).argv};m.detailed=function(e,t){return f.parse(e.slice(),t)},m.camelCase=o,m.decamelize=s,m.looksLikeNumber=c,e.exports=m},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,r)=>{"use strict";var i=r(42357);class a extends Error{constructor(e){super(e||"yargs error"),this.name="YError",Error.captureStackTrace(this,a)}}let n,o=[];function s(e,t,i,u){n=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 n.path.resolve(e,t)}(t,e.extends);else try{u=r(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(n.readFileSync(u,"utf8")):r(49167)(e.extends),delete e.extends,l=s(l,n.path.dirname(u),i,n)}return o=[],i?c(l,e):Object.assign({},l,e)}function c(e,t){const r={};function i(e){return e&&"object"==typeof e&&!Array.isArray(e)}Object.assign(r,e);for(const a of Object.keys(t))i(t[a])&&i(r[a])?r[a]=c(e[a],t[a]):r[a]=t[a];return r}function u(e){const t=e.replace(/\s{2,}/g," ").split(/\s+(?![^[]*]|[^<]*>)/),r=/\.*[\][<>]/g,i=t.shift();if(!i)throw new Error(`No command found in: ${e}`);const a={cmd:i.replace(r,""),demanded:[],optional:[]};return t.forEach(((e,i)=>{let n=!1;e=e.replace(/\s/g,""),/\.+[\]>]/.test(e)&&i===t.length-1&&(n=!0),/^\[/.test(e)?a.optional.push({cmd:e.replace(r,"").split("|"),variadic:n}):a.demanded.push({cmd:e.replace(r,"").split("|"),variadic:n})})),a}const l=["first","second","third","fourth","fifth","sixth"];function p(e,t,r){try{let i=0;const[n,o,s]="object"==typeof e?[{demanded:[],optional:[]},e,t]:[u(`cmd ${e}`),t,r],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}.`);n.demanded.forEach((e=>{const t=h(c.shift());0===e.cmd.filter((e=>e===t||"*"===e)).length&&d(t,e.cmd,i),i+=1})),n.optional.forEach((e=>{if(0===c.length)return;const t=h(c.shift());0===e.cmd.filter((e=>e===t||"*"===e)).length&&d(t,e.cmd,i),i+=1}))}catch(e){console.warn(e.stack)}}function h(e){return Array.isArray(e)?"array":null===e?"null":typeof e}function d(e,t,r){throw new a(`Invalid ${l[r]||"manyith"} argument. Expected ${t.join(" or ")} but received ${e}.`)}function f(e){return!!e&&!!e.then&&"function"==typeof e.then}function m(e,t,r,i){r.assert.notStrictEqual(e,t,i)}function g(e,t){t.assert.strictEqual(typeof e,"string")}function v(e){return Object.keys(e)}function y(e={},t=(()=>!0)){const r={};return v(e).forEach((i=>{t(i,e[i])&&(r[i]=e[i])})),r}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,r,i){if("a"===r&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?i:"a"===r?i.call(e):i?i.value:t.get(e)}function _(e,t,r,i,a){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!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"===i?a.call(e,r):a?a.value=r:t.set(e,r),r}class j{constructor(e){this.globalMiddleware=[],this.frozens=[],this.yargs=e}addMiddleware(e,t,r=!0){if(p(" [boolean] [boolean]",[e,t,r],arguments.length),Array.isArray(e)){for(let i=0;i{const i=[...r[t]||[],t];return!e.option||!i.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,r,i){return r.reduce(((e,r)=>{if(r.applyBeforeValidation!==i)return e;if(f(e))return e.then((e=>Promise.all([e,r(e,t)]))).then((([e,t])=>Object.assign(e,t)));{const i=r(e,t);return f(i)?i.then((t=>Object.assign(e,t))):Object.assign(e,i)}}),e)}function S(e,t,r=(e=>{throw e})){try{const r="function"==typeof e?e():e;return f(r)?r.then((e=>t(e))):t(r)}catch(e){return r(e)}}const D=/(^\*)|(^\$0)/;class A{constructor(e,t,r,i){this.requireCache=new Set,this.handlers={},this.aliasMap={},this.frozens=[],this.shim=i,this.usage=e,this.globalMiddleware=r,this.validation=t}addDirectory(e,t,r,i){"boolean"!=typeof(i=i||{}).recurse&&(i.recurse=!1),Array.isArray(i.extensions)||(i.extensions=["js"]);const a="function"==typeof i.visit?i.visit:e=>e;i.visit=(e,t,r)=>{const i=a(e,t,r);if(i){if(this.requireCache.has(t))return i;this.requireCache.add(t),this.addHandler(i)}return i},this.shim.requireDirectory({require:t,filename:r},e,i)}addHandler(e,t,r,i,a,n){let o=[];const s=function(e){return e?e.map((e=>(e.applyBeforeValidation=!1,e))):[]}(a);if(i=i||(()=>{}),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(C(r))return void this.addHandler([e].concat(o),t,r.builder,r.handler,r.middlewares,r.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=>!D.test(e)||(c=!0,!1)));0===l.length&&c&&l.push("$0"),c&&(a.cmd=l[0],o=l.slice(1),e=e.replace(D,a.cmd)),o.forEach((e=>{this.aliasMap[e]=a.cmd})),!1!==t&&this.usage.command(e,t,c,o,n),this.handlers[a.cmd]={original:e,description:t,handler:i,builder:r||{},middlewares:s,deprecated:n,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,r,i,a,n){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,r.aliases,c,i,a,n);return f(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,r,i,a,n,o,s){const c=t.builder;let u=r;if(T(c)){const l=c(r.getInternalMethods().reset(i),s);if(f(l))return l.then((i=>{var s;return u=(s=i)&&"function"==typeof s.getInternalMethods?i:r,this.parseAndUpdateUsage(e,t,u,a,n,o)}))}else(function(e){return"object"==typeof e})(c)&&(u=r.getInternalMethods().reset(i),Object.keys(t.builder).forEach((e=>{u.option(e,c[e])})));return this.parseAndUpdateUsage(e,t,u,a,n,o)}parseAndUpdateUsage(e,t,r,i,a,n){e&&r.getInternalMethods().getUsageInstance().unfreeze(),this.shouldUpdateUsage(r)&&r.getInternalMethods().getUsageInstance().usage(this.usageFromParentCommandsCommandHandler(i,t),t.description);const o=r.getInternalMethods().runYargsParserAndExecuteCommands(null,void 0,!0,a,n);return f(o)?o.then((e=>({aliases:r.parsed.aliases,innerArgv:e}))):{aliases:r.parsed.aliases,innerArgv:o}}shouldUpdateUsage(e){return!e.getInternalMethods().getUsageInstance().getUsageDisabled()&&0===e.getInternalMethods().getUsageInstance().getUsage().length}usageFromParentCommandsCommandHandler(e,t){const r=D.test(t.original)?t.original.replace(D,"").trim():t.original,i=e.filter((e=>!D.test(e)));return i.push(r),`$0 ${i.join(" ")}`}applyMiddlewareAndGetResult(e,t,r,i,a,n,o){let s={};if(a)return r;o.getInternalMethods().getHasOutput()||(s=this.populatePositionals(t,r,i,o));const c=this.globalMiddleware.getMiddleware().slice(0).concat(t.middlewares);if(r=E(r,o,c,!0),!o.getInternalMethods().getHasOutput()){const t=o.getInternalMethods().runValidation(n,s,o.parsed.error,e);r=S(r,(e=>(t(e),e)))}if(t.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();const i=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(r,i,!1,!1),r=S(r=E(r,o,c,!1),(e=>{const r=t.handler(e);return f(r)?r.then((()=>e)):e})),e||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),f(r)&&!o.getInternalMethods().hasParseCallback()&&r.catch((e=>{try{o.getInternalMethods().getUsageInstance().fail(null,e)}catch(e){}}))}return e||(i.commands.pop(),i.fullCommands.pop()),r}populatePositionals(e,t,r,i){t._=t._.slice(r.commands.length);const a=e.demanded.slice(0),n=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(;n.length;){const e=n.shift();this.populatePositional(e,t,o)}return t._=r.commands.concat(t._.map((e=>""+e))),this.postProcessPositionals(t,o,this.cmdToParseOptions(e.original),i),o}populatePositional(e,t,r){const i=e.cmd[0];e.variadic?r[i]=t._.splice(0).map(String):t._.length&&(r[i]=[String(t._.shift())])}cmdToParseOptions(e){const t={array:[],default:{},alias:{},demand:{}},r=u(e);return r.demanded.forEach((e=>{const[r,...i]=e.cmd;e.variadic&&(t.array.push(r),t.default[r]=[]),t.alias[r]=i,t.demand[r]=!0})),r.optional.forEach((e=>{const[r,...i]=e.cmd;e.variadic&&(t.array.push(r),t.default[r]=[]),t.alias[r]=i})),t}postProcessPositionals(e,t,r,i){const a=Object.assign({},i.getOptions());a.default=Object.assign(r.default,a.default);for(const e of Object.keys(r.alias))a.alias[e]=(a.alias[e]||[]).concat(r.alias[e]);a.array=a.array.concat(r.array),a.config={};const n=[];if(Object.keys(t).forEach((e=>{t[e].map((t=>{a.configuration["unknown-options-as-args"]&&(a.key[e]=!0),n.push(`--${e}`),n.push(t)}))})),!n.length)return;const o=Object.assign({},a.configuration,{"populate--":!1}),s=this.shim.Parser.detailed(n,Object.assign({},a,{configuration:o}));if(s.error)i.getInternalMethods().getUsageInstance().fail(s.error.message,s.error);else{const r=Object.keys(t);Object.keys(t).forEach((e=>{r.push(...s.aliases[e])})),Object.keys(s.argv).forEach((i=>{-1!==r.indexOf(i)&&(t[i]||(t[i]=s.argv[i]),e[i]=s.argv[i])}))}}runDefaultBuilderOn(e){if(!this.defaultCommand)return;if(this.shouldUpdateUsage(e)){const t=D.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);C(t)||Object.keys(t).forEach((r=>{e.option(r,t[r])}))}moduleName(e){const t=function(e){for(let t,i=0,a=Object.keys(r.c);i{const r=t;r._handle&&r.isTTY&&"function"==typeof r._handle.setBlocking&&r._handle.setBlocking(e)}))}function O(e){return"boolean"==typeof e}function F(e,t){const r=t.y18n.__,i={},n=[];i.failFn=function(e){n.push(e)};let o=null,s=!0;i.showHelpOnFail=function(e=!0,t){const[r,a]="string"==typeof e?[!0,e]:[e,t];return o=a,s=r,i};let c=!1;i.fail=function(t,r){const u=e.getInternalMethods().getLoggerInstance();if(!n.length){if(e.getExitProcess()&&P(!0),c||(c=!0,s&&(e.showHelp("error"),u.error()),(t||r)&&u.error(t||r),o&&((t||r)&&u.error(""),u.error(o))),r=r||new a(t),e.getExitProcess())return e.exit(1);if(e.getInternalMethods().hasParseCallback())return e.exit(1,r);throw r}for(let e=n.length-1;e>=0;--e){const a=n[e];if(O(a)){if(r)throw r;if(t)throw Error(t)}else a(t,r,i)}};let u=[],l=!1;i.usage=(e,t)=>null===e?(l=!0,u=[],i):(l=!1,u.push([e,t||""]),i),i.getUsage=()=>u,i.getUsageDisabled=()=>l,i.getPositionalGroupName=()=>r("Positionals:");let p=[];i.example=(e,t)=>{p.push([e,t||""])};let h=[];i.command=function(e,t,r,i,a=!1){r&&(h=h.map((e=>(e[2]=!1,e)))),h.push([e,t||"",r,i,a])},i.getCommands=()=>h;let d={};i.describe=function(e,t){Array.isArray(e)?e.forEach((e=>{i.describe(e,t)})):"object"==typeof e?Object.keys(e).forEach((t=>{i.describe(t,e[t])})):d[e]=t},i.getDescriptions=()=>d;let f=[];i.epilog=e=>{f.push(e)};let m,g=!1;function v(){return g||(m=t.process.stdColumns?Math.min(80,t.process.stdColumns):80,g=!0),m}i.wrap=e=>{g=!0,m=e};const b="__yargsString__:";function x(e,r,i){let a=0;return Array.isArray(e)||(e=Object.values(e).map((e=>[e]))),e.forEach((e=>{a=Math.max(t.stringWidth(i?`${i} ${R(e[0])}`:R(e[0]))+z(e[0]),a)})),r&&(a=Math.min(a,parseInt((.5*r).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 i=`[${r("default:")} `;if(void 0===e&&!t)return null;if(t)i+=t;else switch(typeof e){case"string":i+=`"${e}"`;break;case"object":i+=JSON.stringify(e);break;default:i+=e}return`${i}]`}i.deferY18nLookup=e=>b+e,i.help=function(){if(w)return w;!function(){const t=e.getDemandedOptions(),r=e.getOptions();(Object.keys(r.alias)||[]).forEach((a=>{r.alias[a].forEach((n=>{d[n]&&i.describe(a,d[n]),n in t&&e.demandOption(a,t[n]),~r.boolean.indexOf(n)&&e.boolean(a),~r.count.indexOf(n)&&e.count(a),~r.string.indexOf(n)&&e.string(a),~r.normalize.indexOf(n)&&e.normalize(a),~r.array.indexOf(n)&&e.array(a),~r.number.indexOf(n)&&e.number(a)}))}))}();const a=e.customScriptName?e.$0:t.path.basename(e.$0),n=e.getDemandedOptions(),o=e.getDemandedCommands(),s=e.getDeprecatedOptions(),c=e.getGroups(),m=e.getOptions();let g=[];g=g.concat(Object.keys(d)),g=g.concat(Object.keys(n)),g=g.concat(Object.keys(o)),g=g.concat(Object.keys(m.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(h.length){let e=null;e=o._?`${a} <${r("command")}>\n`:`${a} [${r("command")}]\n`,j.div(`${e}`)}if(h.length>1||1===h.length&&!h[0][2]){j.div(r("Commands:"));const t=e.getInternalMethods().getContext(),i=t.commands.length?`${t.commands.join(" ")} `:"";!0===e.getInternalMethods().getParserConfiguration()["sort-commands"]&&(h=h.sort(((e,t)=>e[0].localeCompare(t[0])))),h.forEach((e=>{const t=`${a} ${i}${e[0].replace(/^\$0 ?/,"")}`;j.span({text:t,padding:[0,2,0,2],width:x(h,y,`${a}${i}`)+4},{text:e[1]});const n=[];e[2]&&n.push(`[${r("default")}]`),e[3]&&e[3].length&&n.push(`[${r("aliases:")} ${e[3].join(", ")}]`),e[4]&&("string"==typeof e[4]?n.push(`[${r("deprecated: %s",e[4])}]`):n.push(`[${r("deprecated")}]`)),n.length?j.div({text:n.join(" "),padding:[0,0,0,2],align:"right"}):j.div()})),j.div()}const E=(Object.keys(m.alias)||[]).concat(Object.keys(e.parsed.newAliases)||[]);g=g.filter((t=>!e.parsed.newAliases[t]&&E.every((e=>-1===(m.alias[e]||[]).indexOf(t)))));const S=r("Options:");c[S]||(c[S]=[]),function(e,t,r,i){let a=[],n=null;Object.keys(r).forEach((e=>{a=a.concat(r[e])})),e.forEach((e=>{n=[e].concat(t[e]),n.some((e=>-1!==a.indexOf(e)))||r[i].push(e)}))}(g,m.alias,c,S);const D=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,r=0;void 0!==(t=E[r]);r++)if(~(m.alias[t]||[]).indexOf(e))return t;return e}))}))).filter((({normalizedKeys:e})=>e.length>0)).map((({groupName:e,normalizedKeys:t})=>{const r=t.reduce(((t,r)=>(t[r]=[r].concat(m.alias[r]||[]).map((t=>e===i.getPositionalGroupName()?t:(/^[0-9]$/.test(t)?~m.boolean.indexOf(r)?"-":"--":t.length>1?"--":"-")+t)).sort(((e,t)=>D(e)===D(t)?0:D(e)?1:-1)).join(", "),t)),{});return{groupName:e,normalizedKeys:t,switches:r}}));if(A.filter((({groupName:e})=>e!==i.getPositionalGroupName())).some((({normalizedKeys:e,switches:t})=>!e.every((e=>D(t[e])))))&&A.filter((({groupName:e})=>e!==i.getPositionalGroupName())).forEach((({normalizedKeys:e,switches:t})=>{e.forEach((e=>{var r,i;D(t[e])&&(t[e]=(r=t[e],i="-x, ".length,I(r)?{text:r.text,indentation:r.indentation+i}:{text:r,indentation:i}))}))})),A.forEach((({groupName:e,normalizedKeys:t,switches:a})=>{j.div(e),t.forEach((e=>{const t=a[e];let o=d[e]||"",c=null;~o.lastIndexOf(b)&&(o=r(o.substring(b.length))),~m.boolean.indexOf(e)&&(c=`[${r("boolean")}]`),~m.count.indexOf(e)&&(c=`[${r("count")}]`),~m.string.indexOf(e)&&(c=`[${r("string")}]`),~m.normalize.indexOf(e)&&(c=`[${r("string")}]`),~m.array.indexOf(e)&&(c=`[${r("array")}]`),~m.number.indexOf(e)&&(c=`[${r("number")}]`);const u=[e in s?(l=s[e],"string"==typeof l?`[${r("deprecated: %s",l)}]`:`[${r("deprecated")}]`):null,c,e in n?`[${r("required")}]`:null,m.choices&&m.choices[e]?`[${r("choices:")} ${i.stringifiedValues(m.choices[e])}]`:null,_(m.default[e],m.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(r("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()),f.length>0){const e=f.map((e=>e.replace(/\$0/g,a))).join("\n");j.div(`${e}\n`)}return j.toString().replace(/\s*$/,"")},i.cacheHelpMessage=function(){w=this.help()},i.clearCachedHelpMessage=function(){w=void 0},i.hasCachedHelpMessage=function(){return!!w},i.showHelp=t=>{const r=e.getInternalMethods().getLoggerInstance();t||(t="error"),("function"==typeof t?t:r[t])(i.help())},i.functionDescription=e=>["(",e.name?t.Parser.decamelize(e.name,"-"):r("generated-value"),")"].join(""),i.stringifiedValues=function(e,t){let r="";const i=t||", ",a=[].concat(e);return e&&a.length?(a.forEach((e=>{r.length&&(r+=i),r+=JSON.stringify(e)})),r):r};let j=null;i.version=e=>{j=e},i.showVersion=t=>{const r=e.getInternalMethods().getLoggerInstance();t||(t="error"),("function"==typeof t?t:r[t])(j)},i.reset=function(e){return o=null,c=!1,u=[],l=!1,f=[],p=[],h=[],d=y(d,(t=>!e[t])),i};const E=[];return i.freeze=function(){E.push({failMessage:o,failureOutput:c,usages:u,usageDisabled:l,epilogs:f,examples:p,commands:h,descriptions:d})},i.unfreeze=function(){const e=E.pop();e&&({failMessage:o,failureOutput:c,usages:u,usageDisabled:l,epilogs:f,examples:p,commands:h,descriptions:d}=e)},i}function I(e){return"object"==typeof e}function z(e){return I(e)?e.indentation:0}function R(e){return I(e)?e.text:e}class B{constructor(e,t,r,i){var a,n,o;this.yargs=e,this.usage=t,this.command=r,this.shim=i,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===(n=this.shim.getEnv("ZSH_NAME"))||void 0===n?void 0:n.includes("zsh")))&&void 0!==o&&o}defaultCompletion(e,t,r,i){const a=this.command.getCommandHandlers();for(let t=0,r=e.length;t{const i=u(r[0]).cmd;if(-1===t.indexOf(i))if(this.zshShell){const t=r[1]||"";e.push(i.replace(/:/g,"\\:")+":"+t)}else e.push(i)}))}optionCompletions(e,t,r,i){if(i.match(/^-/)||""===i&&0===e.length){const a=this.yargs.getOptions(),n=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[];Object.keys(a.key).forEach((o=>{const s=!!a.configuration["boolean-negation"]&&a.boolean.includes(o);n.includes(o)||this.argsContainKey(t,r,o,s)||(this.completeOptionKey(o,e,i),s&&a.default[o]&&this.completeOptionKey(`no-${o}`,e,i))}))}}argsContainKey(e,t,r,i){if(-1!==e.indexOf(`--${r}`))return!0;if(i&&-1!==e.indexOf(`--no-${r}`))return!0;if(this.aliases)for(const e of this.aliases[r])if(void 0!==t[e])return!0;return!1}completeOptionKey(e,t,r){const i=this.usage.getDescriptions(),a=!/^--/.test(r)&&(e=>/^[^0-9]$/.test(e))(e)?"-":"--";if(this.zshShell){const r=i[e]||"";t.push(a+`${e.replace(/:/g,"\\:")}:${r.replace("__yargsString__:","")}`)}else t.push(a+e)}customCompletion(e,t,r,i){if(m(this.customCompletionFunction,null,this.shim),this.customCompletionFunction.length<3){const e=this.customCompletionFunction(r,t);return f(e)?e.then((e=>{this.shim.process.nextTick((()=>{i(null,e)}))})).catch((e=>{this.shim.process.nextTick((()=>{i(e,void 0)}))})):i(null,e)}return function(e){return e.length>3}(this.customCompletionFunction)?this.customCompletionFunction(r,t,((a=i)=>this.defaultCompletion(e,t,r,a)),(e=>{i(null,e)})):this.customCompletionFunction(r,t,(e=>{i(null,e)}))}getCompletion(e,t){const r=e.length?e[e.length-1]:"",i=this.yargs.parse(e,!0),a=this.customCompletionFunction?i=>this.customCompletion(e,i,r,t):i=>this.defaultCompletion(e,i,r,t);return f(i)?i.then(a):a(i)}generateCompletionScript(e,t){let r=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 i=this.shim.path.basename(e);return e.match(/\.js$/)&&(e=`./${e}`),r=r.replace(/{{app_name}}/g,i),r=r.replace(/{{completion_command}}/g,t),r.replace(/{{app_path}}/g,e)}registerFunction(e){this.customCompletionFunction=e}setParsed(e){this.aliases=e.aliases}}function L(e,t){if(0===e.length)return t.length;if(0===t.length)return e.length;const r=[];let i,a;for(i=0;i<=t.length;i++)r[i]=[i];for(a=0;a<=e.length;a++)r[0][a]=a;for(i=1;i<=t.length;i++)for(a=1;a<=e.length;a++)t.charAt(i-1)===e.charAt(a-1)?r[i][a]=r[i-1][a-1]:r[i][a]=Math.min(r[i-1][a-1]+1,Math.min(r[i][a-1]+1,r[i-1][a]+1));return r[t.length][e.length]}const N=["$0","--","_"];var q,U,$,M,H,G,V,W,K,Y,Q,J,X,Z,ee,te,re,ie,ae,ne,oe,se,ce,ue,le,pe,he,de,fe,me,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"),Se=Symbol("parsePositionalNumbers"),De=Symbol("pkgUp"),Ae=Symbol("populateParserHintArray"),Ce=Symbol("populateParserHintSingleValueDictionary"),Te=Symbol("populateParserHintArrayDictionary"),Pe=Symbol("populateParserHintDictionary"),Oe=Symbol("sanitizeKey"),Fe=Symbol("setKey"),Ie=Symbol("unfreeze"),ze=Symbol("validateAsync"),Re=Symbol("getCommandInstance"),Be=Symbol("getContext"),Le=Symbol("getHasOutput"),Ne=Symbol("getLoggerInstance"),qe=Symbol("getParseContext"),Ue=Symbol("getUsageInstance"),$e=Symbol("getValidationInstance"),Me=Symbol("hasParseCallback"),He=Symbol("postProcess"),Ge=Symbol("rebase"),Ve=Symbol("reset"),We=Symbol("runYargsParserAndExecuteCommands"),Ke=Symbol("runValidation"),Ye=Symbol("setHasOutput");class Qe{constructor(e=[],t,r,i){this.customScriptName=!1,this.parsed=!1,q.set(this,void 0),U.set(this,void 0),$.set(this,{commands:[],fullCommands:[]}),M.set(this,null),H.set(this,null),G.set(this,"show-hidden"),V.set(this,null),W.set(this,!0),K.set(this,!0),Y.set(this,[]),Q.set(this,void 0),J.set(this,{}),X.set(this,!1),Z.set(this,null),ee.set(this,void 0),te.set(this,""),re.set(this,void 0),ie.set(this,void 0),ae.set(this,{}),ne.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),he.set(this,!1),de.set(this,!1),fe.set(this,!1),me.set(this,void 0),ge.set(this,null),ve.set(this,void 0),_(this,pe,i),_(this,ue,e),_(this,U,t),_(this,ie,r),_(this,Q,new j(this)),this.$0=this[ke](),this[Ve](),_(this,q,k(this,q)),_(this,me,k(this,me)),_(this,ve,k(this,ve)),_(this,re,k(this,re)),k(this,re).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,me).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 r="string"==typeof e?e:k(this,G);return this.boolean(r),this.describe(r,t||k(this,me).deferY18nLookup("Show hidden options")),k(this,re).showHiddenOpt=r,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,r)=>S((()=>e(t)),(r=>(r?("string"==typeof r||r instanceof Error)&&k(this,me).fail(r.toString(),r):k(this,me).fail(k(this,pe).y18n.__("Argument check failed: %s",e.toString())),t)),(e=>(k(this,me).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 r of e)this.coerce(r,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,re).key[e]=!0,k(this,Q).addCoerceMiddleware(((r,i)=>{let n;return S((()=>(n=i.getAliases(),t(r[e]))),(t=>{if(r[e]=t,n[e])for(const i of n[e])r[i]=t;return r}),(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,r){return p("[object|string] [string|function] [function]",[e,t,r],arguments.length),"object"!=typeof e||Array.isArray(e)?("function"==typeof t&&(r=t,t=void 0),this.describe(e,t||k(this,me).deferY18nLookup("Path to JSON config file")),(Array.isArray(e)?e:[e]).forEach((e=>{k(this,re).config[e]=r||!0})),this):(e=s(e,k(this,U),this[_e]()["deep-merge-config"]||!1,k(this,pe)),k(this,re).configObjects=(k(this,re).configObjects||[]).concat(e),this)}completion(e,t,r){return p("[string] [string|boolean|function] [function]",[e,t,r],arguments.length),"function"==typeof t&&(r=t,t=void 0),_(this,H,e||k(this,H)||"completion"),t||!1===t||(t="generate completion script"),this.command(k(this,H),t),r&&k(this,M).registerFunction(r),this}command(e,t,r,i,a,n){return p(" [string|boolean] [function|object] [function] [array] [boolean|string]",[e,t,r,i,a,n],arguments.length),k(this,q).addHandler(e,t,r,i,a,n),this}commands(e,t,r,i,a,n){return this.command(e,t,r,i,a,n)}commandDir(e,t){p(" [object]",[e,t],arguments.length);const r=k(this,ie)||k(this,pe).require;return k(this,q).addDirectory(e,r,k(this,pe).getCallerFile(),t),this}count(e){return p("",[e],arguments.length),this[Ae]("count",e),this}default(e,t,r){return p(" [*] [string]",[e,t,r],arguments.length),r&&(g(e,k(this,pe)),k(this,re).defaultDescription[e]=r),"function"==typeof t&&(g(e,k(this,pe)),k(this,re).defaultDescription[e]||(k(this,re).defaultDescription[e]=k(this,me).functionDescription(t)),t=t.call()),this[Ce](this.default.bind(this),"default",e,t),this}defaults(e,t,r){return this.default(e,t,r)}demandCommand(e=1,t,r,i){return p("[number] [number|string] [string|null|undefined] [string|null|undefined]",[e,t,r,i],arguments.length),"number"!=typeof t&&(r=t,t=1/0),this.global("_",!1),k(this,re).demandedCommands._={min:e,max:t,minMsg:r,maxMsg:i},this}demand(e,t,r){return Array.isArray(t)?(t.forEach((e=>{m(r,!0,k(this,pe)),this.demandOption(e,r)})),t=1/0):"number"!=typeof t&&(r=t,t=1/0),"number"==typeof e?(m(r,!0,k(this,pe)),this.demandCommand(e,t,r,r)):Array.isArray(e)?e.forEach((e=>{m(r,!0,k(this,pe)),this.demandOption(e,r)})):"string"==typeof r?this.demandOption(e,r):!0!==r&&void 0!==r||this.demandOption(e),this}demandOption(e,t){return p(" [string]",[e,t],arguments.length),this[Ce](this.demandOption.bind(this),"demandedOptions",e,t),this}deprecateOption(e,t){return p(" [string|boolean]",[e,t],arguments.length),k(this,re).deprecatedOptions[e]=t,this}describe(e,t){return p(" [string]",[e,t],arguments.length),this[Fe](e,!0),k(this,me).describe(e,t),this}detectLocale(e){return p("",[e],arguments.length),_(this,W,e),this}env(e){return p("[string|boolean]",[e],arguments.length),!1===e?delete k(this,re).envPrefix:k(this,re).envPrefix=e||"",this}epilogue(e){return p("",[e],arguments.length),k(this,me).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,me).example(e,t),this}exit(e,t){_(this,X,!0),_(this,V,t),k(this,K)&&k(this,pe).process.exit(e)}exitProcess(e=!0){return p("[boolean]",[e],arguments.length),_(this,K,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,me).failFn(e),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(e,t){return p(" [function]",[e,t],arguments.length),t?k(this,M).getCompletion(e,t):new Promise(((t,r)=>{k(this,M).getCompletion(e,((e,i)=>{e?r(e):t(i)}))}))}getDemandedOptions(){return p([],0),k(this,re).demandedOptions}getDemandedCommands(){return p([],0),k(this,re).demandedCommands}getDeprecatedOptions(){return p([],0),k(this,re).deprecatedOptions}getDetectLocale(){return k(this,W)}getExitProcess(){return k(this,K)}getGroups(){return Object.assign({},k(this,J),k(this,ce))}getHelp(){if(_(this,X,!0),!k(this,me).hasCachedHelpMessage()){if(!this.parsed){const e=this[We](k(this,ue),void 0,void 0,0,!0);if(f(e))return e.then((()=>k(this,me).help()))}const e=k(this,q).runDefaultBuilderOn(this);if(f(e))return e.then((()=>k(this,me).help()))}return Promise.resolve(k(this,me).help())}getOptions(){return k(this,re)}getStrict(){return k(this,he)}getStrictCommands(){return k(this,de)}getStrictOptions(){return k(this,fe)}global(e,t){return p(" [boolean]",[e,t],arguments.length),e=[].concat(e),!1!==t?k(this,re).local=k(this,re).local.filter((t=>-1===e.indexOf(t))):e.forEach((e=>{-1===k(this,re).local.indexOf(e)&&k(this,re).local.push(e)})),this}group(e,t){p(" ",[e,t],arguments.length);const r=k(this,ce)[t]||k(this,J)[t];k(this,ce)[t]&&delete k(this,ce)[t];const i={};return k(this,J)[t]=(r||[]).concat(e).filter((e=>!i[e]&&(i[e]=!0))),this}hide(e){return p("",[e],arguments.length),k(this,re).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,W,!1),k(this,pe).y18n.setLocale(e),this):(this[je](),k(this,pe).y18n.getLocale())}middleware(e,t,r){return k(this,Q).addMiddleware(e,!!t,r)}nargs(e,t){return p(" [number]",[e,t],arguments.length),this[Ce](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,re).key[e]=!0,t.alias&&this.alias(e,t.alias);const r=t.deprecate||t.deprecated;r&&this.deprecateOption(e,r);const i=t.demand||t.required||t.require;i&&this.demand(e,i),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,re).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,r){p("[string|array] [function|boolean|object] [function]",[e,t,r],arguments.length),this[we](),void 0===e&&(e=k(this,ue)),"object"==typeof t&&(_(this,oe,t),t=r),"function"==typeof t&&(_(this,ne,t),t=!1),t||_(this,ue,e),k(this,ne)&&_(this,K,!1);const i=this[We](e,!!t),a=this.parsed;return k(this,M).setParsed(this.parsed),f(i)?i.then((e=>(k(this,ne)&&k(this,ne).call(this,k(this,V),e,k(this,te)),e))).catch((e=>{throw k(this,ne)&&k(this,ne)(e,this.parsed.argv,k(this,te)),e})).finally((()=>{this[Ie](),this.parsed=a})):(k(this,ne)&&k(this,ne).call(this,k(this,V),i,k(this,te)),this[Ie](),this.parsed=a,i)}parseAsync(e,t,r){const i=this.parse(e,t,r);return f(i)?i:Promise.resolve(i)}parseSync(e,t,r){const i=this.parse(e,t,r);if(f(i))throw new a(".parseSync() must not be used with asynchronous builders, handlers, or middleware");return i}parserConfiguration(e){return p("",[e],arguments.length),_(this,ae,e),this}pkgConf(e,t){p(" [string]",[e,t],arguments.length);let r=null;const i=this[De](t||k(this,U));return i[e]&&"object"==typeof i[e]&&(r=s(i[e],t||k(this,U),this[_e]()["deep-merge-config"]||!1,k(this,pe)),k(this,re).configObjects=(k(this,re).configObjects||[]).concat(r)),this}positional(e,t){p(" ",[e,t],arguments.length);const r=["default","defaultDescription","implies","normalize","choices","conflicts","coerce","type","describe","desc","description","alias"];t=y(t,((e,t)=>{let i=-1!==r.indexOf(e);return"type"===e&&-1===["string","number","boolean"].indexOf(t)&&(i=!1),i}));const i=k(this,$).fullCommands[k(this,$).fullCommands.length-1],a=i?k(this,q).cmdToParseOptions(i):{array:[],alias:{},default:{},demand:{}};return v(a).forEach((r=>{const i=a[r];Array.isArray(i)?-1!==i.indexOf(e)&&(t[r]=!0):i[e]&&!(r in t)&&(t[r]=i[e])})),this.group(e,k(this,me).getPositionalGroupName()),this.option(e,t)}recommendCommands(e=!0){return p("[boolean]",[e],arguments.length),_(this,le,e),this}required(e,t,r){return this.demand(e,t,r)}require(e,t,r){return this.demand(e,t,r)}requiresArg(e){return p(" [number]",[e],arguments.length),"string"==typeof e&&k(this,re).narg[e]||this[Ce](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,M).generateCompletionScript(e,t||k(this,H)||"completion")),this}showHelp(e){if(p("[string|function]",[e],arguments.length),_(this,X,!0),!k(this,me).hasCachedHelpMessage()){if(!this.parsed){const t=this[We](k(this,ue),void 0,void 0,0,!0);if(f(t))return t.then((()=>{k(this,me).showHelp(e)})),this}const t=k(this,q).runDefaultBuilderOn(this);if(f(t))return t.then((()=>{k(this,me).showHelp(e)})),this}return k(this,me).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,me).showHelpOnFail(e,t),this}showVersion(e){return p("[string|function]",[e],arguments.length),k(this,me).showVersion(e),this}skipValidation(e){return p("",[e],arguments.length),this[Ae]("skipValidation",e),this}strict(e){return p("[boolean]",[e],arguments.length),_(this,he,!1!==e),this}strictCommands(e){return p("[boolean]",[e],arguments.length),_(this,de,!1!==e),this}strictOptions(e){return p("[boolean]",[e],arguments.length),_(this,fe,!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,W,!1),k(this,pe).y18n.updateLocale(e),this}usage(e,t,r,i){if(p(" [string|boolean] [function|object] [function]",[e,t,r,i],arguments.length),void 0!==t){if(m(e,null,k(this,pe)),(e||"").match(/^\$0( |$)/))return this.command(e,t,r,i);throw new a(".usage() description must start with $0 if being used as alias for .command()")}return k(this,me).usage(e),this}version(e,t,r){const i="version";if(p("[boolean|string] [string] [string]",[e,t,r],arguments.length),k(this,ge)&&(this[xe](k(this,ge)),k(this,me).version(void 0),_(this,ge,null)),0===arguments.length)r=this[Ee](),e=i;else if(1===arguments.length){if(!1===e)return this;r=e,e=i}else 2===arguments.length&&(r=t,t=void 0);return _(this,ge,"string"==typeof e?e:i),t=t||k(this,me).deferY18nLookup("Show version number"),k(this,me).version(r||void 0),this.boolean(k(this,ge)),this.describe(k(this,ge),t),this}wrap(e){return p("",[e],arguments.length),k(this,me).wrap(e),this}[(q=new WeakMap,U=new WeakMap,$=new WeakMap,M=new WeakMap,H=new WeakMap,G=new WeakMap,V=new WeakMap,W=new WeakMap,K=new WeakMap,Y=new WeakMap,Q=new WeakMap,J=new WeakMap,X=new WeakMap,Z=new WeakMap,ee=new WeakMap,te=new WeakMap,re=new WeakMap,ie=new WeakMap,ae=new WeakMap,ne=new WeakMap,oe=new WeakMap,se=new WeakMap,ce=new WeakMap,ue=new WeakMap,le=new WeakMap,pe=new WeakMap,he=new WeakMap,de=new WeakMap,fe=new WeakMap,me=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[Me]()||console.log(...e),_(this,X,!0),k(this,te).length&&_(this,te,k(this,te)+"\n"),_(this,te,k(this,te)+e.join(" "))},error:(...e)=>{this[Me]()||console.error(...e),_(this,X,!0),k(this,te).length&&_(this,te,k(this,te)+"\n"),_(this,te,k(this,te)+e.join(" "))}}}[xe](e){v(k(this,re)).forEach((t=>{if("configObjects"===t)return;const r=k(this,re)[t];Array.isArray(r)?~r.indexOf(e)&&r.splice(r.indexOf(e),1):"object"==typeof r&&delete r[e]})),delete k(this,me).getDescriptions()[e]}[we](){k(this,Y).push({options:k(this,re),configObjects:k(this,re).configObjects.slice(0),exitProcess:k(this,K),groups:k(this,J),strict:k(this,he),strictCommands:k(this,de),strictOptions:k(this,fe),completionCommand:k(this,H),output:k(this,te),exitError:k(this,V),hasOutput:k(this,X),parsed:this.parsed,parseFn:k(this,ne),parseContext:k(this,oe)}),k(this,me).freeze(),k(this,ve).freeze(),k(this,q).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,U),e);return e.match(/^(\/|([a-zA-Z]:)?\\)/)&&t.lengtht.includes("package.json")?"package.json":void 0));m(i,void 0,k(this,pe)),r=JSON.parse(k(this,pe).readFileSync(i,"utf8"))}catch(e){}return k(this,se)[t]=r||{},k(this,se)[t]}[Ae](e,t){(t=[].concat(t)).forEach((t=>{t=this[Oe](t),k(this,re)[e].push(t)}))}[Ce](e,t,r,i){this[Pe](e,t,r,i,((e,t,r)=>{k(this,re)[e][t]=r}))}[Te](e,t,r,i){this[Pe](e,t,r,i,((e,t,r)=>{k(this,re)[e][t]=(k(this,re)[e][t]||[]).concat(r)}))}[Pe](e,t,r,i,a){if(Array.isArray(r))r.forEach((t=>{e(t,i)}));else if((e=>"object"==typeof e)(r))for(const t of v(r))e(t,r[t]);else a(t,this[Oe](r),i)}[Oe](e){return"__proto__"===e?"___proto___":e}[Fe](e,t){return this[Ce](this[Fe].bind(this),"key",e,t),this}[Ie](){var e,t,r,i,a,n,o,s,c,u,l,p;const h=k(this,Y).pop();let d;m(h,void 0,k(this,pe)),e=this,t=this,r=this,i=this,a=this,n=this,o=this,s=this,c=this,u=this,l=this,p=this,({options:{set value(t){_(e,re,t)}}.value,configObjects:d,exitProcess:{set value(e){_(t,K,e)}}.value,groups:{set value(e){_(r,J,e)}}.value,output:{set value(e){_(i,te,e)}}.value,exitError:{set value(e){_(a,V,e)}}.value,hasOutput:{set value(e){_(n,X,e)}}.value,parsed:this.parsed,strict:{set value(e){_(o,he,e)}}.value,strictCommands:{set value(e){_(s,de,e)}}.value,strictOptions:{set value(e){_(c,fe,e)}}.value,completionCommand:{set value(e){_(u,H,e)}}.value,parseFn:{set value(e){_(l,ne,e)}}.value,parseContext:{set value(e){_(p,oe,e)}}.value}=h),k(this,re).configObjects=d,k(this,me).unfreeze(),k(this,ve).unfreeze(),k(this,q).unfreeze(),k(this,Q).unfreeze()}[ze](e,t){return S(t,(t=>(e(t),t)))}getInternalMethods(){return{getCommandInstance:this[Re].bind(this),getContext:this[Be].bind(this),getHasOutput:this[Le].bind(this),getLoggerInstance:this[Ne].bind(this),getParseContext:this[qe].bind(this),getParserConfiguration:this[_e].bind(this),getUsageInstance:this[Ue].bind(this),getValidationInstance:this[$e].bind(this),hasParseCallback:this[Me].bind(this),postProcess:this[He].bind(this),reset:this[Ve].bind(this),runValidation:this[Ke].bind(this),runYargsParserAndExecuteCommands:this[We].bind(this),setHasOutput:this[Ye].bind(this)}}[Re](){return k(this,q)}[Be](){return k(this,$)}[Le](){return k(this,X)}[Ne](){return k(this,ee)}[qe](){return k(this,oe)||{}}[Ue](){return k(this,me)}[$e](){return k(this,ve)}[Me](){return!!k(this,ne)}[He](e,t,r,i){return r||f(e)||(t||(e=this[ye](e)),(this[_e]()["parse-positional-numbers"]||void 0===this[_e]()["parse-positional-numbers"])&&(e=this[Se](e)),i&&(e=E(e,this,k(this,Q).getMiddleware(),!1))),e}[Ve](e={}){_(this,re,k(this,re)||{});const t={};t.local=k(this,re).local?k(this,re).local:[],t.configObjects=k(this,re).configObjects?k(this,re).configObjects:[];const r={};return t.local.forEach((t=>{r[t]=!0,(e[t]||[]).forEach((e=>{r[e]=!0}))})),Object.assign(k(this,ce),Object.keys(k(this,J)).reduce(((e,t)=>{const i=k(this,J)[t].filter((e=>!(e in r)));return i.length>0&&(e[t]=i),e}),{})),_(this,J,{}),["array","boolean","string","skipValidation","count","normalize","number","hiddenOptions"].forEach((e=>{t[e]=(k(this,re)[e]||[]).filter((e=>!r[e]))})),["narg","key","alias","default","defaultDescription","config","choices","demandedOptions","demandedCommands","deprecatedOptions"].forEach((e=>{t[e]=y(k(this,re)[e],(e=>!r[e]))})),t.envPrefix=k(this,re).envPrefix,_(this,re,t),_(this,me,k(this,me)?k(this,me).reset(r):F(this,k(this,pe))),_(this,ve,k(this,ve)?k(this,ve).reset(r):function(e,t,r){const i=r.y18n.__,a=r.y18n.__n,n={nonOptionCount:function(r){const i=e.getDemandedCommands(),n=r._.length+(r["--"]?r["--"].length:0)-e.getInternalMethods().getContext().commands.length;i._&&(ni._.max)&&(ni._.max&&(void 0!==i._.maxMsg?t.fail(i._.maxMsg?i._.maxMsg.replace(/\$0/g,n.toString()).replace(/\$1/,i._.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",n,n.toString(),i._.max.toString()))))},positionalCount:function(e,r){r{-1!==N.indexOf(t)||Object.prototype.hasOwnProperty.call(o,t)||Object.prototype.hasOwnProperty.call(e.getInternalMethods().getParseContext(),t)||n.isValidAndSomeAliasIsNotNew(t,i)||l.push(t)})),c&&(p.commands.length>0||u.length>0||s)&&r._.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(r){const i=e.getInternalMethods().getCommandInstance().getCommands(),n=[],o=e.getInternalMethods().getContext();return(o.commands.length>0||i.length>0)&&r._.slice(o.commands.length).forEach((e=>{-1===i.indexOf(""+e)&&n.push(""+e)})),n.length>0&&(t.fail(a("Unknown command: %s","Unknown commands: %s",n.length,n.join(", "))),!0)},isValidAndSomeAliasIsNotNew:function(t,r){if(!Object.prototype.hasOwnProperty.call(r,t))return!1;const i=e.parsed.newAliases;return[t,...r[t]].some((e=>!Object.prototype.hasOwnProperty.call(i,e)||!i[t]))},limitedChoices:function(r){const a=e.getOptions(),n={};if(!Object.keys(a.choices).length)return;Object.keys(r).forEach((e=>{-1===N.indexOf(e)&&Object.prototype.hasOwnProperty.call(a.choices,e)&&[].concat(r[e]).forEach((t=>{-1===a.choices[e].indexOf(t)&&void 0!==t&&(n[e]=(n[e]||[]).concat(t))}))}));const o=Object.keys(n);if(!o.length)return;let s=i("Invalid values:");o.forEach((e=>{s+=`\n ${i("Argument: %s, Given: %s, Choices: %s",e,t.stringifiedValues(n[e]),t.stringifiedValues(a.choices[e]))}`})),t.fail(s)}};let o={};function s(e,t){const r=Number(t);return"number"==typeof(t=isNaN(r)?t:r)?e._.length>=t:t.match(/^--no-.+/)?!e[t=t.match(/^--no-(.+)/)[1]]:e[t]}n.implies=function(t,i){p(" [array|number|string]",[t,i],arguments.length),"object"==typeof t?Object.keys(t).forEach((e=>{n.implies(e,t[e])})):(e.global(t),o[t]||(o[t]=[]),Array.isArray(i)?i.forEach((e=>n.implies(t,e))):(m(i,void 0,r),o[t].push(i)))},n.getImplied=function(){return o},n.implications=function(e){const r=[];if(Object.keys(o).forEach((t=>{const i=t;(o[t]||[]).forEach((t=>{let a=i;const n=t;a=s(e,a),t=s(e,t),a&&!t&&r.push(` ${i} -> ${n}`)}))})),r.length){let e=`${i("Implications failed:")}\n`;r.forEach((t=>{e+=t})),t.fail(e)}};let c={};n.conflicts=function(t,r){p(" [array|string]",[t,r],arguments.length),"object"==typeof t?Object.keys(t).forEach((e=>{n.conflicts(e,t[e])})):(e.global(t),c[t]||(c[t]=[]),Array.isArray(r)?r.forEach((e=>n.conflicts(t,e))):c[t].push(r))},n.getConflicting=()=>c,n.conflicting=function(e){Object.keys(e).forEach((r=>{c[r]&&c[r].forEach((a=>{a&&void 0!==e[r]&&void 0!==e[a]&&t.fail(i("Arguments %s and %s are mutually exclusive",r,a))}))}))},n.recommendCommands=function(e,r){r=r.sort(((e,t)=>t.length-e.length));let a=null,n=1/0;for(let t,i=0;void 0!==(t=r[i]);i++){const r=L(e,t);r<=3&&r!e[t])),c=y(c,(t=>!e[t])),n};const u=[];return n.freeze=function(){u.push({implied:o,conflicting:c})},n.unfreeze=function(){const e=u.pop();m(e,void 0,r),({implied:o,conflicting:c}=e)},n}(this,k(this,me),k(this,pe))),_(this,q,k(this,q)?k(this,q).reset():function(e,t,r,i){return new A(e,t,r,i)}(k(this,me),k(this,ve),k(this,Q),k(this,pe))),k(this,M)||_(this,M,function(e,t,r,i){return new B(e,t,r,i)}(this,k(this,me),k(this,q),k(this,pe))),k(this,Q).reset(),_(this,H,null),_(this,te,""),_(this,V,null),_(this,X,!1),this.parsed=!1,this}[Ge](e,t){return k(this,pe).path.relative(e,t)}[We](e,t,r,i=0,n=!1){let o=!!r||n;e=e||k(this,ue),k(this,re).__=k(this,pe).y18n.__,k(this,re).configuration=this[_e]();const s=!!k(this,re).configuration["populate--"],c=Object.assign({},k(this,re).configuration,{"populate--":!0}),u=k(this,pe).Parser.detailed(e,Object.assign({},k(this,re),{configuration:{"parse-positional-numbers":!1,...c}})),l=Object.assign(u.argv,k(this,oe));let p;const h=u.aliases;let d=!1,m=!1;Object.keys(l).forEach((e=>{e===k(this,Z)&&l[e]?d=!0:e===k(this,ge)&&l[e]&&(m=!0)})),l.$0=this.$0,this.parsed=u,0===i&&k(this,me).clearCachedHelpMessage();try{if(this[je](),t)return this[He](l,s,!!r,!1);k(this,Z)&&~[k(this,Z)].concat(h[k(this,Z)]||[]).filter((e=>e.length>1)).indexOf(""+l._[l._.length-1])&&(l._.pop(),d=!0);const c=k(this,q).getCommands(),g=k(this,M).completionKey in l,v=d||g||n;if(l._.length){if(c.length){let e;for(let t,a=i||0;void 0!==l._[a];a++){if(t=String(l._[a]),~c.indexOf(t)&&t!==k(this,H)){const e=k(this,q).runCommand(t,this,u,a+1,n,d||m||n);return this[He](e,s,!!r,!1)}if(!e&&t!==k(this,H)){e=t;break}}!k(this,q).hasDefaultCommand()&&k(this,le)&&e&&!v&&k(this,ve).recommendCommands(e,c)}k(this,H)&&~l._.indexOf(k(this,H))&&!g&&(k(this,K)&&P(!0),this.showCompletionScript(),this.exit(0))}if(k(this,q).hasDefaultCommand()&&!v){const e=k(this,q).runCommand(null,this,u,0,n,d||m||n);return this[He](e,s,!!r,!1)}if(g){k(this,K)&&P(!0);const t=(e=[].concat(e)).slice(e.indexOf(`--${k(this,M).completionKey}`)+1);return k(this,M).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,!!r,!1)}if(k(this,X)||(d?(k(this,K)&&P(!0),o=!0,this.showHelp("log"),this.exit(0)):m&&(k(this,K)&&P(!0),o=!0,k(this,me).showVersion("log"),this.exit(0))),!o&&k(this,re).skipValidation.length>0&&(o=Object.keys(l).some((e=>k(this,re).skipValidation.indexOf(e)>=0&&!0===l[e]))),!o){if(u.error)throw new a(u.error.message);if(!g){const e=this[Ke](h,{},u.error);r||(p=E(l,this,k(this,Q).getMiddleware(),!0)),p=this[ze](e,null!=p?p:l),f(p)&&!r&&(p=p.then((()=>E(l,this,k(this,Q).getMiddleware(),!1))))}}}catch(e){if(!(e instanceof a))throw e;k(this,me).fail(e.message,e)}return this[He](null!=p?p:l,s,!!r,!0)}[Ke](e,t,r,i){e={...e},t={...t};const n={...this.getDemandedOptions()};return o=>{if(r)throw new a(r.message);k(this,ve).nonOptionCount(o),k(this,ve).requiredArguments(o,n);let s=!1;k(this,de)&&(s=k(this,ve).unknownCommands(o)),k(this,he)&&!s?k(this,ve).unknownArguments(o,e,t,!!i):k(this,fe)&&k(this,ve).unknownArguments(o,e,{},!1,!1),k(this,ve).limitedChoices(o),k(this,ve).implications(o),k(this,ve).conflicting(o)}}[Ye](){_(this,X,!0)}}var Je,Xe;const{readFileSync:Ze}=r(35747),{inspect:et}=r(31669),{resolve:tt}=r(85622),rt=r(21766),it=r(69533);var at,nt={assert:{notStrictEqual:i.notStrictEqual,strictEqual:i.strictEqual},cliui:r(29919),findUp:r(81045),getEnv:e=>process.env[e],getCallerFile:r(98791),getProcessArgvBin:x,inspect:et,mainFilename:null!==(Xe=null===(Je=void 0===r(49167)?void 0:r.c[r.s])||void 0===Je?void 0:Je.filename)&&void 0!==Xe?Xe:process.cwd(),Parser:it,path:r(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:r(49167),requireDirectory:r(27365),stringWidth:r(14223),y18n:rt({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 i=new Qe(e,t,r,ct);return Object.defineProperty(i,"argv",{get:()=>i.parse(),enumerable:!0}),i.help(),i.version(),i}),argsert:p,isPromise:f,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,r)=>{const{applyExtends:i,cjsPlatformShim:a,Parser:n,processArgv:o}=r(51901);e.exports={applyExtends:(e,t,r)=>i(e,t,r,a),hideBin:o.hideBin,Parser:n}},27646:(e,t,r)=>{"use strict";const{Yargs:i,processArgv:a}=r(51901);function n(e,t){const a=i(e,t,r(24907));var o;return o=a,[...Object.keys(o),...Object.getOwnPropertyNames(o.constructor.prototype)].forEach((e=>{"argv"===e?n.__defineGetter__(e,o.__lookupGetter__(e)):"function"==typeof o[e]?n[e]=o[e].bind(o):(n.__defineGetter__("$0",(()=>o.$0)),n.__defineGetter__("parsed",(()=>o.parsed)))})),a}n(a.hideBin(process.argv)),e.exports=n},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 r=__webpack_module_cache__[e]={id:e,loaded:!1,exports:{}};return __webpack_modules__[e].call(r.exports,r,r.exports,__webpack_require__),r.loaded=!0,r.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 r in t)__webpack_require__.o(t,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},__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 r=["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"],i=["Function","Generator","AsyncGenerator","GeneratorFunction","AsyncGeneratorFunction","AsyncFunction","Observable","Array","Buffer","Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","HTMLElement",...r],a=["null","undefined","string","number","bigint","boolean","symbol"];function n(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":(r=t,i.includes(r)?t:void 0);var r},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=n("undefined"),u.string=n("string");const l=n("number");u.number=e=>l(e)&&!u.nan(e),u.bigint=n("bigint"),u.function_=n("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=n("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,r,i,a;return null!==(a=null===(i=null===(r=null===(t=e)||void 0===t?void 0:t.constructor)||void 0===r?void 0:r.isBuffer)||void 0===i?void 0:i.call(r,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,r;return u.function_(null===(t=e)||void 0===t?void 0:t.then)&&u.function_(null===(r=e)||void 0===r?void 0:r.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),r.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,r,i,a;return!!e&&(e===(null===(r=(t=e)[Symbol.observable])||void 0===r?void 0:r.call(t))||e===(null===(a=(i=e)["@@observable"])||void 0===a?void 0:a.call(i)))},u.nodeStream=e=>u.object(e)&&u.function_(e.pipe)&&!u.observable(e),u.infinite=e=>e===1/0||e===-1/0;const h=e=>t=>u.integer(t)&&Math.abs(t%2)===e;u.evenInteger=h(0),u.oddInteger=h(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;const d=(e,t,r)=>{if(!u.function_(t))throw new TypeError(`Invalid predicate: ${JSON.stringify(t)}`);if(0===r.length)throw new TypeError("Invalid number of values");return e.call(r,t)};u.any=(e,...t)=>(u.array(e)?e:[e]).some((e=>d(Array.prototype.some,e,t))),u.all=(e,...t)=>d(Array.prototype.every,e,t);const f=(e,t,r,i={})=>{if(!e){const{multipleValues:e}=i,a=e?`received values of types ${[...new Set(r.map((e=>`\`${u(e)}\``)))].join(", ")}`:`received value of type \`${u(r)}\``;throw new TypeError(`Expected value which is \`${t}\`, ${a}.`)}};t.assert={undefined:e=>f(u.undefined(e),"undefined",e),string:e=>f(u.string(e),"string",e),number:e=>f(u.number(e),"number",e),bigint:e=>f(u.bigint(e),"bigint",e),function_:e=>f(u.function_(e),"Function",e),null_:e=>f(u.null_(e),"null",e),class_:e=>f(u.class_(e),"Class",e),boolean:e=>f(u.boolean(e),"boolean",e),symbol:e=>f(u.symbol(e),"symbol",e),numericString:e=>f(u.numericString(e),"string with a number",e),array:(e,t)=>{f(u.array(e),"Array",e),t&&e.forEach(t)},buffer:e=>f(u.buffer(e),"Buffer",e),nullOrUndefined:e=>f(u.nullOrUndefined(e),"null or undefined",e),object:e=>f(u.object(e),"Object",e),iterable:e=>f(u.iterable(e),"Iterable",e),asyncIterable:e=>f(u.asyncIterable(e),"AsyncIterable",e),generator:e=>f(u.generator(e),"Generator",e),asyncGenerator:e=>f(u.asyncGenerator(e),"AsyncGenerator",e),nativePromise:e=>f(u.nativePromise(e),"native Promise",e),promise:e=>f(u.promise(e),"Promise",e),generatorFunction:e=>f(u.generatorFunction(e),"GeneratorFunction",e),asyncGeneratorFunction:e=>f(u.asyncGeneratorFunction(e),"AsyncGeneratorFunction",e),asyncFunction:e=>f(u.asyncFunction(e),"AsyncFunction",e),boundFunction:e=>f(u.boundFunction(e),"Function",e),regExp:e=>f(u.regExp(e),"RegExp",e),date:e=>f(u.date(e),"Date",e),error:e=>f(u.error(e),"Error",e),map:e=>f(u.map(e),"Map",e),set:e=>f(u.set(e),"Set",e),weakMap:e=>f(u.weakMap(e),"WeakMap",e),weakSet:e=>f(u.weakSet(e),"WeakSet",e),int8Array:e=>f(u.int8Array(e),"Int8Array",e),uint8Array:e=>f(u.uint8Array(e),"Uint8Array",e),uint8ClampedArray:e=>f(u.uint8ClampedArray(e),"Uint8ClampedArray",e),int16Array:e=>f(u.int16Array(e),"Int16Array",e),uint16Array:e=>f(u.uint16Array(e),"Uint16Array",e),int32Array:e=>f(u.int32Array(e),"Int32Array",e),uint32Array:e=>f(u.uint32Array(e),"Uint32Array",e),float32Array:e=>f(u.float32Array(e),"Float32Array",e),float64Array:e=>f(u.float64Array(e),"Float64Array",e),bigInt64Array:e=>f(u.bigInt64Array(e),"BigInt64Array",e),bigUint64Array:e=>f(u.bigUint64Array(e),"BigUint64Array",e),arrayBuffer:e=>f(u.arrayBuffer(e),"ArrayBuffer",e),sharedArrayBuffer:e=>f(u.sharedArrayBuffer(e),"SharedArrayBuffer",e),dataView:e=>f(u.dataView(e),"DataView",e),urlInstance:e=>f(u.urlInstance(e),"URL",e),urlString:e=>f(u.urlString(e),"string with a URL",e),truthy:e=>f(u.truthy(e),"truthy",e),falsy:e=>f(u.falsy(e),"falsy",e),nan:e=>f(u.nan(e),"NaN",e),primitive:e=>f(u.primitive(e),"primitive",e),integer:e=>f(u.integer(e),"integer",e),safeInteger:e=>f(u.safeInteger(e),"integer",e),plainObject:e=>f(u.plainObject(e),"plain object",e),typedArray:e=>f(u.typedArray(e),"TypedArray",e),arrayLike:e=>f(u.arrayLike(e),"array-like",e),domElement:e=>f(u.domElement(e),"HTMLElement",e),observable:e=>f(u.observable(e),"Observable",e),nodeStream:e=>f(u.nodeStream(e),"Node.js Stream",e),infinite:e=>f(u.infinite(e),"infinite number",e),emptyArray:e=>f(u.emptyArray(e),"empty array",e),nonEmptyArray:e=>f(u.nonEmptyArray(e),"non-empty array",e),emptyString:e=>f(u.emptyString(e),"empty string",e),nonEmptyString:e=>f(u.nonEmptyString(e),"non-empty string",e),emptyStringOrWhitespace:e=>f(u.emptyStringOrWhitespace(e),"empty string or whitespace",e),emptyObject:e=>f(u.emptyObject(e),"empty object",e),nonEmptyObject:e=>f(u.nonEmptyObject(e),"non-empty object",e),emptySet:e=>f(u.emptySet(e),"empty set",e),nonEmptySet:e=>f(u.nonEmptySet(e),"non-empty set",e),emptyMap:e=>f(u.emptyMap(e),"empty map",e),nonEmptyMap:e=>f(u.nonEmptyMap(e),"non-empty map",e),evenInteger:e=>f(u.evenInteger(e),"even integer",e),oddInteger:e=>f(u.oddInteger(e),"odd integer",e),directInstanceOf:(e,t)=>f(u.directInstanceOf(e,t),"T",e),inRange:(e,t)=>f(u.inRange(e,t),"in range",e),any:(e,...t)=>f(u.any(e,...t),"predicate returns truthy for any value",t,{multipleValues:!0}),all:(e,...t)=>f(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,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(1313),a=r(31669),n=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 r=e=>{const r=e.emit.bind(e);e.emit=(i,...a)=>("error"===i&&(t.error=Date.now(),t.phases.total=t.error-t.start,e.emit=r),r(i,...a))};r(e);const o=()=>{t.abort=Date.now(),(!t.response||n>=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 r=()=>{t.lookup=Date.now(),t.phases.dns=t.lookup-t.socket};e.prependOnceListener("lookup",r),i.default(e,{connect:()=>{t.connect=Date.now(),void 0===t.lookup&&(e.removeListener("lookup",r),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,r(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,r)=>{"use strict";var i=r(60159),a=r(80983);function n(e){if(!(this instanceof n))return new n(e);this.headers=e.headers,this.negotiator=new i(e)}function o(e){return-1===e.indexOf("/")?a.lookup(e):e}function s(e){return"string"==typeof e}e.exports=n,n.prototype.type=n.prototype.types=function(e){var t=e;if(t&&!Array.isArray(t)){t=new Array(arguments.length);for(var r=0;r{"use strict";var i=r(47153),a=r(83610),n=r(47531),o=r(74022),s=r(35035),c=r(1516),u=r(47753),l=r(3978),p=r(42889);e.exports=v,v.prototype.validate=function(e,t){var r;if("string"==typeof e){if(!(r=this.getSchema(e)))throw new Error('no schema with key or ref "'+e+'"')}else{var i=this._addSchema(e);r=i.validate||this._compile(i)}var a=r(t);return!0!==r.$async&&(this.errors=r.errors),a},v.prototype.compile=function(e,t){var r=this._addSchema(e,void 0,t);return r.validate||this._compile(r)},v.prototype.addSchema=function(e,t,r,i){if(Array.isArray(e)){for(var n=0;n{"use strict";var t=e.exports=function(){this._cache={}};t.prototype.put=function(e,t){this._cache[e]=t},t.prototype.get=function(e){return this._cache[e]},t.prototype.del=function(e){delete this._cache[e]},t.prototype.clear=function(){this._cache={}}},42931:(e,t,r)=>{"use strict";var i=r(87802).MissingRef;e.exports=function e(t,r,a){var n=this;if("function"!=typeof this._opts.loadSchema)throw new Error("options.loadSchema should be a function");"function"==typeof r&&(a=r,r=void 0);var o=s(t).then((function(){var e=n._addSchema(t,void 0,r);return e.validate||c(e)}));return a&&o.then((function(e){a(null,e)}),a),o;function s(t){var r=t.$schema;return r&&!n.getSchema(r)?e.call(n,{$ref:r},!0):Promise.resolve()}function c(e){try{return n._compile(e)}catch(t){if(t instanceof i)return function(t){var i=t.missingSchema;if(u(i))throw new Error("Schema "+i+" is loaded but "+t.missingRef+" cannot be resolved");var a=n._loadingSchemas[i];return a||(a=n._loadingSchemas[i]=n._opts.loadSchema(i)).then(o,o),a.then((function(e){if(!u(i))return s(e).then((function(){u(i)||n.addSchema(e,i,void 0,r)}))})).then((function(){return c(e)}));function o(){delete n._loadingSchemas[i]}function u(e){return n._refs[e]||n._schemas[e]}}(t);throw t}}}},87802:(e,t,r)=>{"use strict";var i=r(83610);function a(e,t,r){this.message=r||a.message(e,t),this.missingRef=i.url(e,t),this.missingSchema=i.normalizeId(i.fullPath(this.missingRef))}function n(e){return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}e.exports={Validation:n((function(e){this.message="validation failed",this.errors=e,this.ajv=this.validation=!0})),MissingRef:n(a)},a.message=function(e,t){return"can't resolve reference "+t+" from id "+e}},1516:(e,t,r)=>{"use strict";var i=r(42889),a=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,n=[0,31,28,31,30,31,30,31,31,30,31,30,31],o=/^(\d\d):(\d\d):(\d\d)(\.\d+)?(z|[+-]\d\d(?::?\d\d)?)?$/i,s=/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,c=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,u=/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,l=/^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i,p=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,h=/^(?:\/(?:[^~/]|~0|~1)*)*$/,d=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,f=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;function m(e){return e="full"==e?"full":"fast",i.copy(m[e])}function g(e){var t=e.match(a);if(!t)return!1;var r=+t[1],i=+t[2],o=+t[3];return i>=1&&i<=12&&o>=1&&o<=(2==i&&function(e){return e%4==0&&(e%100!=0||e%400==0)}(r)?29:n[i])}function v(e,t){var r=e.match(o);if(!r)return!1;var i=r[1],a=r[2],n=r[3],s=r[5];return(i<=23&&a<=59&&n<=59||23==i&&59==a&&60==n)&&(!t||s)}e.exports=m,m.fast={date:/^\d\d\d\d-[0-1]\d-[0-3]\d$/,time:/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,"date-time":/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,"uri-template":u,url:l,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i,hostname:s,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:x,uuid:p,"json-pointer":h,"json-pointer-uri-fragment":d,"relative-json-pointer":f},m.full={date:g,time:v,"date-time":function(e){var t=e.split(y);return 2==t.length&&g(t[0])&&v(t[1],!0)},uri:function(e){return b.test(e)&&c.test(e)},"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":u,url:l,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:s,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:x,uuid:p,"json-pointer":h,"json-pointer-uri-fragment":d,"relative-json-pointer":f};var y=/t|\s/i,b=/\/|:/,w=/[^\\]\\Z/;function x(e){if(w.test(e))return!1;try{return new RegExp(e),!0}catch(e){return!1}}},47153:(e,t,r)=>{"use strict";var i=r(83610),a=r(42889),n=r(87802),o=r(35035),s=r(19508),c=a.ucs2length,u=r(64063),l=n.Validation;function p(e,t,r){var i=d.call(this,e,t,r);return i>=0?{index:i,compiling:!0}:(i=this._compilations.length,this._compilations[i]={schema:e,root:t,baseId:r},{index:i,compiling:!1})}function h(e,t,r){var i=d.call(this,e,t,r);i>=0&&this._compilations.splice(i,1)}function d(e,t,r){for(var i=0;i{"use strict";var i=r(60540),a=r(64063),n=r(42889),o=r(74022),s=r(49461);function c(e,t,r){var i=this._refs[r];if("string"==typeof i){if(!this._refs[i])return c.call(this,e,t,i);i=this._refs[i]}if((i=i||this._schemas[r])instanceof o)return f(i.schema,this._opts.inlineRefs)?i.schema:i.validate||this._compile(i);var a,n,s,l=u.call(this,t,r);return l&&(a=l.schema,t=l.root,s=l.baseId),a instanceof o?n=a.validate||e.call(this,a.schema,t,void 0,s):void 0!==a&&(n=f(a,this._opts.inlineRefs)?a:e.call(this,a,t,void 0,s)),n}function u(e,t){var r=i.parse(t),a=y(r),n=v(this._getId(e.schema));if(0===Object.keys(e.schema).length||a!==n){var s=w(a),c=this._refs[s];if("string"==typeof c)return l.call(this,e,c,r);if(c instanceof o)c.validate||this._compile(c),e=c;else{if(!((c=this._schemas[s])instanceof o))return;if(c.validate||this._compile(c),s==w(t))return{schema:c,root:e,baseId:n};e=c}if(!e.schema)return;n=v(this._getId(e.schema))}return h.call(this,r,n,e.schema,e)}function l(e,t,r){var i=u.call(this,e,t);if(i){var a=i.schema,n=i.baseId;e=i.root;var o=this._getId(a);return o&&(n=x(n,o)),h.call(this,r,n,a,e)}}e.exports=c,c.normalizeId=w,c.fullPath=v,c.url=x,c.ids=function(e){var t=w(this._getId(e)),r={"":t},o={"":v(t,!1)},c={},u=this;return s(e,{allKeys:!0},(function(e,t,s,l,p,h,d){if(""!==t){var f=u._getId(e),m=r[l],g=o[l]+"/"+p;if(void 0!==d&&(g+="/"+("number"==typeof d?d:n.escapeFragment(d))),"string"==typeof f){f=m=w(m?i.resolve(m,f):f);var v=u._refs[f];if("string"==typeof v&&(v=u._refs[v]),v&&v.schema){if(!a(e,v.schema))throw new Error('id "'+f+'" resolves to more than one schema')}else if(f!=w(g))if("#"==f[0]){if(c[f]&&!a(e,c[f]))throw new Error('id "'+f+'" resolves to more than one schema');c[f]=e}else u._refs[f]=g}r[t]=m,o[t]=g}})),c},c.inlineRef=f,c.schema=u;var p=n.toHash(["properties","patternProperties","enum","dependencies","definitions"]);function h(e,t,r,i){if(e.fragment=e.fragment||"","/"==e.fragment.slice(0,1)){for(var a=e.fragment.split("/"),o=1;o{"use strict";var i=r(66674),a=r(42889).toHash;e.exports=function(){var e=[{type:"number",rules:[{maximum:["exclusiveMaximum"]},{minimum:["exclusiveMinimum"]},"multipleOf","format"]},{type:"string",rules:["maxLength","minLength","pattern","format"]},{type:"array",rules:["maxItems","minItems","items","contains","uniqueItems"]},{type:"object",rules:["maxProperties","minProperties","required","dependencies","propertyNames",{properties:["additionalProperties","patternProperties"]}]},{rules:["$ref","const","enum","not","anyOf","oneOf","allOf","if"]}],t=["type","$comment"];return e.all=a(t),e.types=a(["number","integer","string","array","object","boolean","null"]),e.forEach((function(r){r.rules=r.rules.map((function(r){var a;if("object"==typeof r){var n=Object.keys(r)[0];a=r[n],r=n,a.forEach((function(r){t.push(r),e.all[r]=!0}))}return t.push(r),e.all[r]={keyword:r,code:i[r],implements:a}})),e.all.$comment={keyword:"$comment",code:i.$comment},r.type&&(e.types[r.type]=r)})),e.keywords=a(t.concat(["$schema","$id","id","$data","$async","title","description","default","definitions","examples","readOnly","writeOnly","contentMediaType","contentEncoding","additionalItems","then","else"])),e.custom={},e}},74022:(e,t,r)=>{"use strict";var i=r(42889);e.exports=function(e){i.copy(e,this)}},4442:e=>{"use strict";e.exports=function(e){for(var t,r=0,i=e.length,a=0;a=55296&&t<=56319&&a{"use strict";function i(e,t,r,i){var a=i?" !== ":" === ",n=i?" || ":" && ",o=i?"!":"",s=i?"":"!";switch(e){case"null":return t+a+"null";case"array":return o+"Array.isArray("+t+")";case"object":return"("+o+t+n+"typeof "+t+a+'"object"'+n+s+"Array.isArray("+t+"))";case"integer":return"(typeof "+t+a+'"number"'+n+s+"("+t+" % 1)"+n+t+a+t+(r?n+o+"isFinite("+t+")":"")+")";case"number":return"(typeof "+t+a+'"'+e+'"'+(r?n+o+"isFinite("+t+")":"")+")";default:return"typeof "+t+a+'"'+e+'"'}}e.exports={copy:function(e,t){for(var r in t=t||{},e)t[r]=e[r];return t},checkDataType:i,checkDataTypes:function(e,t,r){switch(e.length){case 1:return i(e[0],t,r,!0);default:var a="",o=n(e);for(var s in o.array&&o.object&&(a=o.null?"(":"(!"+t+" || ",a+="typeof "+t+' !== "object")',delete o.null,delete o.array,delete o.object),o.number&&delete o.integer,o)a+=(a?" && ":"")+i(s,t,r,!0);return a}},coerceToTypes:function(e,t){if(Array.isArray(t)){for(var r=[],i=0;i=t)throw new Error("Cannot access property/index "+i+" levels up, current level is "+t);return r[t-i]}if(i>t)throw new Error("Cannot access data "+i+" levels up, current level is "+t);if(n="data"+(t-i||""),!a)return n}for(var s=n,u=a.split("/"),l=0;l{"use strict";var t=["multipleOf","maximum","exclusiveMaximum","minimum","exclusiveMinimum","maxLength","minLength","pattern","additionalItems","maxItems","minItems","uniqueItems","maxProperties","minProperties","required","additionalProperties","enum","format","const"];e.exports=function(e,r){for(var i=0;i{"use strict";var i=r(40038);e.exports={$id:"https://github.com/ajv-validator/ajv/blob/master/lib/definition_schema.js",definitions:{simpleTypes:i.definitions.simpleTypes},type:"object",dependencies:{schema:["validate"],$data:["validate"],statements:["inline"],valid:{not:{required:["macro"]}}},properties:{type:i.properties.type,schema:{type:"boolean"},statements:{type:"boolean"},dependencies:{type:"array",items:{type:"string"}},metaSchema:{type:"object"},modifying:{type:"boolean"},valid:{type:"boolean"},$data:{type:"boolean"},async:{type:"boolean"},errors:{anyOf:[{type:"boolean"},{const:"full"}]}}}},18210:e=>{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h=e.opts.$data&&s&&s.$data;h?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s;var d="maximum"==t,f=d?"exclusiveMaximum":"exclusiveMinimum",m=e.schema[f],g=e.opts.$data&&m&&m.$data,v=d?"<":">",y=d?">":"<",b=void 0;if(!h&&"number"!=typeof s&&void 0!==s)throw new Error(t+" must be number");if(!g&&void 0!==m&&"number"!=typeof m&&"boolean"!=typeof m)throw new Error(f+" must be number or boolean");if(g){var w,x=e.util.getData(m.$data,o,e.dataPathArr),k="exclusive"+n,_="exclType"+n,j="exclIsNumber"+n,E="' + "+(D="op"+n)+" + '";a+=" var schemaExcl"+n+" = "+x+"; ",a+=" var "+k+"; var "+_+" = typeof "+(x="schemaExcl"+n)+"; if ("+_+" != 'boolean' && "+_+" != 'undefined' && "+_+" != 'number') { ",b=f,(w=w||[]).push(a),a="",!1!==e.createErrors?(a+=" { keyword: '"+(b||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: {} ",!1!==e.opts.messages&&(a+=" , message: '"+f+" should be boolean' "),e.opts.verbose&&(a+=" , schema: validate.schema"+c+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var S=a;a=w.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+S+"]); ":a+=" validate.errors = ["+S+"]; return false; ":a+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+=" } else if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),a+=" "+_+" == 'number' ? ( ("+k+" = "+i+" === undefined || "+x+" "+v+"= "+i+") ? "+p+" "+y+"= "+x+" : "+p+" "+y+" "+i+" ) : ( ("+k+" = "+x+" === true) ? "+p+" "+y+"= "+i+" : "+p+" "+y+" "+i+" ) || "+p+" !== "+p+") { var op"+n+" = "+k+" ? '"+v+"' : '"+v+"='; ",void 0===s&&(b=f,u=e.errSchemaPath+"/"+f,i=x,h=g)}else if(E=v,(j="number"==typeof m)&&h){var D="'"+E+"'";a+=" if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),a+=" ( "+i+" === undefined || "+m+" "+v+"= "+i+" ? "+p+" "+y+"= "+m+" : "+p+" "+y+" "+i+" ) || "+p+" !== "+p+") { "}else j&&void 0===s?(k=!0,b=f,u=e.errSchemaPath+"/"+f,i=m,y+="="):(j&&(i=Math[d?"min":"max"](m,s)),m===(!j||i)?(k=!0,b=f,u=e.errSchemaPath+"/"+f,y+="="):(k=!1,E+="=")),D="'"+E+"'",a+=" if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),a+=" "+p+" "+y+" "+i+" || "+p+" !== "+p+") { ";return b=b||t,(w=w||[]).push(a),a="",!1!==e.createErrors?(a+=" { keyword: '"+(b||"_limit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { comparison: "+D+", limit: "+i+", exclusive: "+k+" } ",!1!==e.opts.messages&&(a+=" , message: 'should be "+E+" ",a+=h?"' + "+i:i+"'"),e.opts.verbose&&(a+=" , schema: ",a+=h?"validate.schema"+c:""+s,a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ",S=a,a=w.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+S+"]); ":a+=" validate.errors = ["+S+"]; return false; ":a+=" var err = "+S+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+=" } ",l&&(a+=" else { "),a}},33038:e=>{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h=e.opts.$data&&s&&s.$data;if(h?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s,!h&&"number"!=typeof s)throw new Error(t+" must be number");a+="if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),a+=" "+p+".length "+("maxItems"==t?">":"<")+" "+i+") { ";var d=t,f=f||[];f.push(a),a="",!1!==e.createErrors?(a+=" { keyword: '"+(d||"_limitItems")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+i+" } ",!1!==e.opts.messages&&(a+=" , message: 'should NOT have ",a+="maxItems"==t?"more":"fewer",a+=" than ",a+=h?"' + "+i+" + '":""+s,a+=" items' "),e.opts.verbose&&(a+=" , schema: ",a+=h?"validate.schema"+c:""+s,a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var m=a;return a=f.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+m+"]); ":a+=" validate.errors = ["+m+"]; return false; ":a+=" var err = "+m+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+="} ",l&&(a+=" else { "),a}},80425:e=>{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h=e.opts.$data&&s&&s.$data;if(h?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s,!h&&"number"!=typeof s)throw new Error(t+" must be number");var d="maxLength"==t?">":"<";a+="if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),!1===e.opts.unicode?a+=" "+p+".length ":a+=" ucs2length("+p+") ",a+=" "+d+" "+i+") { ";var f=t,m=m||[];m.push(a),a="",!1!==e.createErrors?(a+=" { keyword: '"+(f||"_limitLength")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+i+" } ",!1!==e.opts.messages&&(a+=" , message: 'should NOT be ",a+="maxLength"==t?"longer":"shorter",a+=" than ",a+=h?"' + "+i+" + '":""+s,a+=" characters' "),e.opts.verbose&&(a+=" , schema: ",a+=h?"validate.schema"+c:""+s,a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var g=a;return a=m.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+g+"]); ":a+=" validate.errors = ["+g+"]; return false; ":a+=" var err = "+g+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+="} ",l&&(a+=" else { "),a}},78204:e=>{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h=e.opts.$data&&s&&s.$data;if(h?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s,!h&&"number"!=typeof s)throw new Error(t+" must be number");a+="if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'number') || "),a+=" Object.keys("+p+").length "+("maxProperties"==t?">":"<")+" "+i+") { ";var d=t,f=f||[];f.push(a),a="",!1!==e.createErrors?(a+=" { keyword: '"+(d||"_limitProperties")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { limit: "+i+" } ",!1!==e.opts.messages&&(a+=" , message: 'should NOT have ",a+="maxProperties"==t?"more":"fewer",a+=" than ",a+=h?"' + "+i+" + '":""+s,a+=" properties' "),e.opts.verbose&&(a+=" , schema: ",a+=h?"validate.schema"+c:""+s,a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var m=a;return a=f.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+m+"]); ":a+=" validate.errors = ["+m+"]; return false; ":a+=" var err = "+m+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+="} ",l&&(a+=" else { "),a}},42988:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.schema[t],n=e.schemaPath+e.util.getProperty(t),o=e.errSchemaPath+"/"+t,s=!e.opts.allErrors,c=e.util.copy(e),u="";c.level++;var l="valid"+c.level,p=c.baseId,h=!0,d=a;if(d)for(var f,m=-1,g=d.length-1;m0||!1===f:e.util.schemaHasRules(f,e.RULES.all))&&(h=!1,c.schema=f,c.schemaPath=n+"["+m+"]",c.errSchemaPath=o+"/"+m,i+=" "+e.validate(c)+" ",c.baseId=p,s&&(i+=" if ("+l+") { ",u+="}"));return s&&(i+=h?" if (true) { ":" "+u.slice(0,-1)+" "),i}},39996:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h="errs__"+a,d=e.util.copy(e),f="";d.level++;var m="valid"+d.level;if(o.every((function(t){return e.opts.strictKeywords?"object"==typeof t&&Object.keys(t).length>0||!1===t:e.util.schemaHasRules(t,e.RULES.all)}))){var g=d.baseId;i+=" var "+h+" = errors; var "+p+" = false; ";var v=e.compositeRule;e.compositeRule=d.compositeRule=!0;var y=o;if(y)for(var b,w=-1,x=y.length-1;w{"use strict";e.exports=function(e,t,r){var i=" ",a=e.schema[t],n=e.errSchemaPath+"/"+t,o=(e.opts.allErrors,e.util.toQuotedString(a));return!0===e.opts.$comment?i+=" console.log("+o+");":"function"==typeof e.opts.$comment&&(i+=" self._opts.$comment("+o+", "+e.util.toQuotedString(n)+", validate.root.schema);"),i}},25306:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h=e.opts.$data&&o&&o.$data;h&&(i+=" var schema"+a+" = "+e.util.getData(o.$data,n,e.dataPathArr)+"; "),h||(i+=" var schema"+a+" = validate.schema"+s+";"),i+="var "+p+" = equal("+l+", schema"+a+"); if (!"+p+") { ";var d=d||[];d.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'const' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { allowedValue: schema"+a+" } ",!1!==e.opts.messages&&(i+=" , message: 'should be equal to constant' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var f=i;return i=d.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+f+"]); ":i+=" validate.errors = ["+f+"]; return false; ":i+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" }",u&&(i+=" else { "),i}},2840:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h="errs__"+a,d=e.util.copy(e);d.level++;var f="valid"+d.level,m="i"+a,g=d.dataLevel=e.dataLevel+1,v="data"+g,y=e.baseId,b=e.opts.strictKeywords?"object"==typeof o&&Object.keys(o).length>0||!1===o:e.util.schemaHasRules(o,e.RULES.all);if(i+="var "+h+" = errors;var "+p+";",b){var w=e.compositeRule;e.compositeRule=d.compositeRule=!0,d.schema=o,d.schemaPath=s,d.errSchemaPath=c,i+=" var "+f+" = false; for (var "+m+" = 0; "+m+" < "+l+".length; "+m+"++) { ",d.errorPath=e.util.getPathExpr(e.errorPath,m,e.opts.jsonPointers,!0);var x=l+"["+m+"]";d.dataPathArr[g]=m;var k=e.validate(d);d.baseId=y,e.util.varOccurences(k,v)<2?i+=" "+e.util.varReplace(k,v,x)+" ":i+=" var "+v+" = "+x+"; "+k+" ",i+=" if ("+f+") break; } ",e.compositeRule=d.compositeRule=w,i+=" if (!"+f+") {"}else i+=" if ("+l+".length == 0) {";var _=_||[];_.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'contains' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: {} ",!1!==e.opts.messages&&(i+=" , message: 'should contain a valid item' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var j=i;return i=_.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+j+"]); ":i+=" validate.errors = ["+j+"]; return false; ":i+=" var err = "+j+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { ",b&&(i+=" errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; } "),e.opts.allErrors&&(i+=" } "),i}},14165:e=>{"use strict";e.exports=function(e,t,r){var i,a,n=" ",o=e.level,s=e.dataLevel,c=e.schema[t],u=e.schemaPath+e.util.getProperty(t),l=e.errSchemaPath+"/"+t,p=!e.opts.allErrors,h="data"+(s||""),d="valid"+o,f="errs__"+o,m=e.opts.$data&&c&&c.$data;m?(n+=" var schema"+o+" = "+e.util.getData(c.$data,s,e.dataPathArr)+"; ",a="schema"+o):a=c;var g,v,y,b,w,x=this,k="definition"+o,_=x.definition,j="";if(m&&_.$data){w="keywordValidate"+o;var E=_.validateSchema;n+=" var "+k+" = RULES.custom['"+t+"'].definition; var "+w+" = "+k+".validate;"}else{if(!(b=e.useCustomRule(x,c,e.schema,e)))return;a="validate.schema"+u,w=b.code,g=_.compile,v=_.inline,y=_.macro}var S=w+".errors",D="i"+o,A="ruleErr"+o,C=_.async;if(C&&!e.async)throw new Error("async keyword in sync schema");if(v||y||(n+=S+" = null;"),n+="var "+f+" = errors;var "+d+";",m&&_.$data&&(j+="}",n+=" if ("+a+" === undefined) { "+d+" = true; } else { ",E&&(j+="}",n+=" "+d+" = "+k+".validateSchema("+a+"); if ("+d+") { ")),v)_.statements?n+=" "+b.validate+" ":n+=" "+d+" = "+b.validate+"; ";else if(y){var T=e.util.copy(e);j="",T.level++;var O="valid"+T.level;T.schema=b.validate,T.schemaPath="";var P=e.compositeRule;e.compositeRule=T.compositeRule=!0;var F=e.validate(T).replace(/validate\.schema/g,w);e.compositeRule=T.compositeRule=P,n+=" "+F}else{(R=R||[]).push(n),n="",n+=" "+w+".call( ",e.opts.passContext?n+="this":n+="self",g||!1===_.schema?n+=" , "+h+" ":n+=" , "+a+" , "+h+" , validate.schema"+e.schemaPath+" ",n+=" , (dataPath || '')",'""'!=e.errorPath&&(n+=" + "+e.errorPath);var I=s?"data"+(s-1||""):"parentData",z=s?e.dataPathArr[s]:"parentDataProperty",B=n+=" , "+I+" , "+z+" , rootData ) ";n=R.pop(),!1===_.errors?(n+=" "+d+" = ",C&&(n+="await "),n+=B+"; "):n+=C?" var "+(S="customErrors"+o)+" = null; try { "+d+" = await "+B+"; } catch (e) { "+d+" = false; if (e instanceof ValidationError) "+S+" = e.errors; else throw e; } ":" "+S+" = null; "+d+" = "+B+"; "}if(_.modifying&&(n+=" if ("+I+") "+h+" = "+I+"["+z+"];"),n+=""+j,_.valid)p&&(n+=" if (true) { ");else{var R;n+=" if ( ",void 0===_.valid?(n+=" !",n+=y?""+O:""+d):n+=" "+!_.valid+" ",n+=") { ",i=x.keyword,(R=R||[]).push(n),n="",(R=R||[]).push(n),n="",!1!==e.createErrors?(n+=" { keyword: '"+(i||"custom")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(l)+" , params: { keyword: '"+x.keyword+"' } ",!1!==e.opts.messages&&(n+=" , message: 'should pass \""+x.keyword+"\" keyword validation' "),e.opts.verbose&&(n+=" , schema: validate.schema"+u+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+h+" "),n+=" } "):n+=" {} ";var L=n;n=R.pop(),!e.compositeRule&&p?e.async?n+=" throw new ValidationError(["+L+"]); ":n+=" validate.errors = ["+L+"]; return false; ":n+=" var err = "+L+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ";var q=n;n=R.pop(),v?_.errors?"full"!=_.errors&&(n+=" for (var "+D+"="+f+"; "+D+"{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="errs__"+a,h=e.util.copy(e),d="";h.level++;var f="valid"+h.level,m={},g={},v=e.opts.ownProperties;for(x in o)if("__proto__"!=x){var y=o[x],b=Array.isArray(y)?g:m;b[x]=y}i+="var "+p+" = errors;";var w=e.errorPath;for(var x in i+="var missing"+a+";",g)if((b=g[x]).length){if(i+=" if ( "+l+e.util.getProperty(x)+" !== undefined ",v&&(i+=" && Object.prototype.hasOwnProperty.call("+l+", '"+e.util.escapeQuotes(x)+"') "),u){i+=" && ( ";var k=b;if(k)for(var _=-1,j=k.length-1;_0||!1===y:e.util.schemaHasRules(y,e.RULES.all))&&(i+=" "+f+" = true; if ( "+l+e.util.getProperty(x)+" !== undefined ",v&&(i+=" && Object.prototype.hasOwnProperty.call("+l+", '"+e.util.escapeQuotes(x)+"') "),i+=") { ",h.schema=y,h.schemaPath=s+e.util.getProperty(x),h.errSchemaPath=c+"/"+e.util.escapeFragment(x),i+=" "+e.validate(h)+" ",h.baseId=z,i+=" } ",u&&(i+=" if ("+f+") { ",d+="}"));return u&&(i+=" "+d+" if ("+p+" == errors) {"),i}},31740:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h=e.opts.$data&&o&&o.$data;h&&(i+=" var schema"+a+" = "+e.util.getData(o.$data,n,e.dataPathArr)+"; ");var d="i"+a,f="schema"+a;h||(i+=" var "+f+" = validate.schema"+s+";"),i+="var "+p+";",h&&(i+=" if (schema"+a+" === undefined) "+p+" = true; else if (!Array.isArray(schema"+a+")) "+p+" = false; else {"),i+=p+" = false;for (var "+d+"=0; "+d+"<"+f+".length; "+d+"++) if (equal("+l+", "+f+"["+d+"])) { "+p+" = true; break; }",h&&(i+=" } "),i+=" if (!"+p+") { ";var m=m||[];m.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'enum' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { allowedValues: schema"+a+" } ",!1!==e.opts.messages&&(i+=" , message: 'should be equal to one of the allowed values' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var g=i;return i=m.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+g+"]); ":i+=" validate.errors = ["+g+"]; return false; ":i+=" var err = "+g+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" }",u&&(i+=" else { "),i}},39014:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||"");if(!1===e.opts.format)return u&&(i+=" if (true) { "),i;var p,h=e.opts.$data&&o&&o.$data;h?(i+=" var schema"+a+" = "+e.util.getData(o.$data,n,e.dataPathArr)+"; ",p="schema"+a):p=o;var d=e.opts.unknownFormats,f=Array.isArray(d);if(h)i+=" var "+(m="format"+a)+" = formats["+p+"]; var "+(g="isObject"+a)+" = typeof "+m+" == 'object' && !("+m+" instanceof RegExp) && "+m+".validate; var "+(v="formatType"+a)+" = "+g+" && "+m+".type || 'string'; if ("+g+") { ",e.async&&(i+=" var async"+a+" = "+m+".async; "),i+=" "+m+" = "+m+".validate; } if ( ",h&&(i+=" ("+p+" !== undefined && typeof "+p+" != 'string') || "),i+=" (","ignore"!=d&&(i+=" ("+p+" && !"+m+" ",f&&(i+=" && self._opts.unknownFormats.indexOf("+p+") == -1 "),i+=") || "),i+=" ("+m+" && "+v+" == '"+r+"' && !(typeof "+m+" == 'function' ? ",e.async?i+=" (async"+a+" ? await "+m+"("+l+") : "+m+"("+l+")) ":i+=" "+m+"("+l+") ",i+=" : "+m+".test("+l+"))))) {";else{var m;if(!(m=e.formats[o])){if("ignore"==d)return e.logger.warn('unknown format "'+o+'" ignored in schema at path "'+e.errSchemaPath+'"'),u&&(i+=" if (true) { "),i;if(f&&d.indexOf(o)>=0)return u&&(i+=" if (true) { "),i;throw new Error('unknown format "'+o+'" is used in schema at path "'+e.errSchemaPath+'"')}var g,v=(g="object"==typeof m&&!(m instanceof RegExp)&&m.validate)&&m.type||"string";if(g){var y=!0===m.async;m=m.validate}if(v!=r)return u&&(i+=" if (true) { "),i;if(y){if(!e.async)throw new Error("async format in sync schema");i+=" if (!(await "+(b="formats"+e.util.getProperty(o)+".validate")+"("+l+"))) { "}else{i+=" if (! ";var b="formats"+e.util.getProperty(o);g&&(b+=".validate"),i+="function"==typeof m?" "+b+"("+l+") ":" "+b+".test("+l+") ",i+=") { "}}var w=w||[];w.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'format' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { format: ",i+=h?""+p:""+e.util.toQuotedString(o),i+=" } ",!1!==e.opts.messages&&(i+=" , message: 'should match format \"",i+=h?"' + "+p+" + '":""+e.util.escapeQuotes(o),i+="\"' "),e.opts.verbose&&(i+=" , schema: ",i+=h?"validate.schema"+s:""+e.util.toQuotedString(o),i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var x=i;return i=w.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+x+"]); ":i+=" validate.errors = ["+x+"]; return false; ":i+=" var err = "+x+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",u&&(i+=" else { "),i}},17231:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h="errs__"+a,d=e.util.copy(e);d.level++;var f="valid"+d.level,m=e.schema.then,g=e.schema.else,v=void 0!==m&&(e.opts.strictKeywords?"object"==typeof m&&Object.keys(m).length>0||!1===m:e.util.schemaHasRules(m,e.RULES.all)),y=void 0!==g&&(e.opts.strictKeywords?"object"==typeof g&&Object.keys(g).length>0||!1===g:e.util.schemaHasRules(g,e.RULES.all)),b=d.baseId;if(v||y){var w;d.createErrors=!1,d.schema=o,d.schemaPath=s,d.errSchemaPath=c,i+=" var "+h+" = errors; var "+p+" = true; ";var x=e.compositeRule;e.compositeRule=d.compositeRule=!0,i+=" "+e.validate(d)+" ",d.baseId=b,d.createErrors=!0,i+=" errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; } ",e.compositeRule=d.compositeRule=x,v?(i+=" if ("+f+") { ",d.schema=e.schema.then,d.schemaPath=e.schemaPath+".then",d.errSchemaPath=e.errSchemaPath+"/then",i+=" "+e.validate(d)+" ",d.baseId=b,i+=" "+p+" = "+f+"; ",v&&y?i+=" var "+(w="ifClause"+a)+" = 'then'; ":w="'then'",i+=" } ",y&&(i+=" else { ")):i+=" if (!"+f+") { ",y&&(d.schema=e.schema.else,d.schemaPath=e.schemaPath+".else",d.errSchemaPath=e.errSchemaPath+"/else",i+=" "+e.validate(d)+" ",d.baseId=b,i+=" "+p+" = "+f+"; ",v&&y?i+=" var "+(w="ifClause"+a)+" = 'else'; ":w="'else'",i+=" } "),i+=" if (!"+p+") { var err = ",!1!==e.createErrors?(i+=" { keyword: 'if' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { failingKeyword: "+w+" } ",!1!==e.opts.messages&&(i+=" , message: 'should match \"' + "+w+" + '\" schema' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&u&&(e.async?i+=" throw new ValidationError(vErrors); ":i+=" validate.errors = vErrors; return false; "),i+=" } ",u&&(i+=" else { ")}else u&&(i+=" if (true) { ");return i}},66674:(e,t,r)=>{"use strict";e.exports={$ref:r(62392),allOf:r(42988),anyOf:r(39996),$comment:r(57812),const:r(25306),contains:r(2840),dependencies:r(66659),enum:r(31740),format:r(39014),if:r(17231),items:r(37482),maximum:r(18210),minimum:r(18210),maxItems:r(33038),minItems:r(33038),maxLength:r(80425),minLength:r(80425),maxProperties:r(78204),minProperties:r(78204),multipleOf:r(43673),not:r(28528),oneOf:r(59709),pattern:r(49614),properties:r(81175),propertyNames:r(58441),required:r(71287),uniqueItems:r(3603),validate:r(19508)}},37482:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h="errs__"+a,d=e.util.copy(e),f="";d.level++;var m="valid"+d.level,g="i"+a,v=d.dataLevel=e.dataLevel+1,y="data"+v,b=e.baseId;if(i+="var "+h+" = errors;var "+p+";",Array.isArray(o)){var w=e.schema.additionalItems;if(!1===w){i+=" "+p+" = "+l+".length <= "+o.length+"; ";var x=c;c=e.errSchemaPath+"/additionalItems",i+=" if (!"+p+") { ";var k=k||[];k.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'additionalItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { limit: "+o.length+" } ",!1!==e.opts.messages&&(i+=" , message: 'should NOT have more than "+o.length+" items' "),e.opts.verbose&&(i+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var _=i;i=k.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+_+"]); ":i+=" validate.errors = ["+_+"]; return false; ":i+=" var err = "+_+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",c=x,u&&(f+="}",i+=" else { ")}var j=o;if(j)for(var E,S=-1,D=j.length-1;S0||!1===E:e.util.schemaHasRules(E,e.RULES.all)){i+=" "+m+" = true; if ("+l+".length > "+S+") { ";var A=l+"["+S+"]";d.schema=E,d.schemaPath=s+"["+S+"]",d.errSchemaPath=c+"/"+S,d.errorPath=e.util.getPathExpr(e.errorPath,S,e.opts.jsonPointers,!0),d.dataPathArr[v]=S;var C=e.validate(d);d.baseId=b,e.util.varOccurences(C,y)<2?i+=" "+e.util.varReplace(C,y,A)+" ":i+=" var "+y+" = "+A+"; "+C+" ",i+=" } ",u&&(i+=" if ("+m+") { ",f+="}")}"object"==typeof w&&(e.opts.strictKeywords?"object"==typeof w&&Object.keys(w).length>0||!1===w:e.util.schemaHasRules(w,e.RULES.all))&&(d.schema=w,d.schemaPath=e.schemaPath+".additionalItems",d.errSchemaPath=e.errSchemaPath+"/additionalItems",i+=" "+m+" = true; if ("+l+".length > "+o.length+") { for (var "+g+" = "+o.length+"; "+g+" < "+l+".length; "+g+"++) { ",d.errorPath=e.util.getPathExpr(e.errorPath,g,e.opts.jsonPointers,!0),A=l+"["+g+"]",d.dataPathArr[v]=g,C=e.validate(d),d.baseId=b,e.util.varOccurences(C,y)<2?i+=" "+e.util.varReplace(C,y,A)+" ":i+=" var "+y+" = "+A+"; "+C+" ",u&&(i+=" if (!"+m+") break; "),i+=" } } ",u&&(i+=" if ("+m+") { ",f+="}"))}else(e.opts.strictKeywords?"object"==typeof o&&Object.keys(o).length>0||!1===o:e.util.schemaHasRules(o,e.RULES.all))&&(d.schema=o,d.schemaPath=s,d.errSchemaPath=c,i+=" for (var "+g+" = 0; "+g+" < "+l+".length; "+g+"++) { ",d.errorPath=e.util.getPathExpr(e.errorPath,g,e.opts.jsonPointers,!0),A=l+"["+g+"]",d.dataPathArr[v]=g,C=e.validate(d),d.baseId=b,e.util.varOccurences(C,y)<2?i+=" "+e.util.varReplace(C,y,A)+" ":i+=" var "+y+" = "+A+"; "+C+" ",u&&(i+=" if (!"+m+") break; "),i+=" }");return u&&(i+=" "+f+" if ("+h+" == errors) {"),i}},43673:e=>{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h=e.opts.$data&&s&&s.$data;if(h?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s,!h&&"number"!=typeof s)throw new Error(t+" must be number");a+="var division"+n+";if (",h&&(a+=" "+i+" !== undefined && ( typeof "+i+" != 'number' || "),a+=" (division"+n+" = "+p+" / "+i+", ",e.opts.multipleOfPrecision?a+=" Math.abs(Math.round(division"+n+") - division"+n+") > 1e-"+e.opts.multipleOfPrecision+" ":a+=" division"+n+" !== parseInt(division"+n+") ",a+=" ) ",h&&(a+=" ) "),a+=" ) { ";var d=d||[];d.push(a),a="",!1!==e.createErrors?(a+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { multipleOf: "+i+" } ",!1!==e.opts.messages&&(a+=" , message: 'should be multiple of ",a+=h?"' + "+i:i+"'"),e.opts.verbose&&(a+=" , schema: ",a+=h?"validate.schema"+c:""+s,a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var f=a;return a=d.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+f+"]); ":a+=" validate.errors = ["+f+"]; return false; ":a+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+="} ",l&&(a+=" else { "),a}},28528:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="errs__"+a,h=e.util.copy(e);h.level++;var d="valid"+h.level;if(e.opts.strictKeywords?"object"==typeof o&&Object.keys(o).length>0||!1===o:e.util.schemaHasRules(o,e.RULES.all)){h.schema=o,h.schemaPath=s,h.errSchemaPath=c,i+=" var "+p+" = errors; ";var f,m=e.compositeRule;e.compositeRule=h.compositeRule=!0,h.createErrors=!1,h.opts.allErrors&&(f=h.opts.allErrors,h.opts.allErrors=!1),i+=" "+e.validate(h)+" ",h.createErrors=!0,f&&(h.opts.allErrors=f),e.compositeRule=h.compositeRule=m,i+=" if ("+d+") { ";var g=g||[];g.push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: {} ",!1!==e.opts.messages&&(i+=" , message: 'should NOT be valid' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var v=i;i=g.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+v+"]); ":i+=" validate.errors = ["+v+"]; return false; ":i+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { errors = "+p+"; if (vErrors !== null) { if ("+p+") vErrors.length = "+p+"; else vErrors = null; } ",e.opts.allErrors&&(i+=" } ")}else i+=" var err = ",!1!==e.createErrors?(i+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: {} ",!1!==e.opts.messages&&(i+=" , message: 'should NOT be valid' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",u&&(i+=" if (false) { ");return i}},59709:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h="errs__"+a,d=e.util.copy(e),f="";d.level++;var m="valid"+d.level,g=d.baseId,v="prevValid"+a,y="passingSchemas"+a;i+="var "+h+" = errors , "+v+" = false , "+p+" = false , "+y+" = null; ";var b=e.compositeRule;e.compositeRule=d.compositeRule=!0;var w=o;if(w)for(var x,k=-1,_=w.length-1;k<_;)x=w[k+=1],(e.opts.strictKeywords?"object"==typeof x&&Object.keys(x).length>0||!1===x:e.util.schemaHasRules(x,e.RULES.all))?(d.schema=x,d.schemaPath=s+"["+k+"]",d.errSchemaPath=c+"/"+k,i+=" "+e.validate(d)+" ",d.baseId=g):i+=" var "+m+" = true; ",k&&(i+=" if ("+m+" && "+v+") { "+p+" = false; "+y+" = ["+y+", "+k+"]; } else { ",f+="}"),i+=" if ("+m+") { "+p+" = "+v+" = true; "+y+" = "+k+"; }";return e.compositeRule=d.compositeRule=b,i+=f+"if (!"+p+") { var err = ",!1!==e.createErrors?(i+=" { keyword: 'oneOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { passingSchemas: "+y+" } ",!1!==e.opts.messages&&(i+=" , message: 'should match exactly one schema in oneOf' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ",i+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",!e.compositeRule&&u&&(e.async?i+=" throw new ValidationError(vErrors); ":i+=" validate.errors = vErrors; return false; "),i+="} else { errors = "+h+"; if (vErrors !== null) { if ("+h+") vErrors.length = "+h+"; else vErrors = null; }",e.opts.allErrors&&(i+=" } "),i}},49614:e=>{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h=e.opts.$data&&s&&s.$data;h?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s,a+="if ( ",h&&(a+=" ("+i+" !== undefined && typeof "+i+" != 'string') || "),a+=" !"+(h?"(new RegExp("+i+"))":e.usePattern(s))+".test("+p+") ) { ";var d=d||[];d.push(a),a="",!1!==e.createErrors?(a+=" { keyword: 'pattern' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { pattern: ",a+=h?""+i:""+e.util.toQuotedString(s),a+=" } ",!1!==e.opts.messages&&(a+=" , message: 'should match pattern \"",a+=h?"' + "+i+" + '":""+e.util.escapeQuotes(s),a+="\"' "),e.opts.verbose&&(a+=" , schema: ",a+=h?"validate.schema"+c:""+e.util.toQuotedString(s),a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var f=a;return a=d.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+f+"]); ":a+=" validate.errors = ["+f+"]; return false; ":a+=" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+="} ",l&&(a+=" else { "),a}},81175:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="errs__"+a,h=e.util.copy(e),d="";h.level++;var f="valid"+h.level,m="key"+a,g="idx"+a,v=h.dataLevel=e.dataLevel+1,y="data"+v,b="dataProperties"+a,w=Object.keys(o||{}).filter(F),x=e.schema.patternProperties||{},k=Object.keys(x).filter(F),_=e.schema.additionalProperties,j=w.length||k.length,E=!1===_,S="object"==typeof _&&Object.keys(_).length,D=e.opts.removeAdditional,A=E||S||D,C=e.opts.ownProperties,T=e.baseId,O=e.schema.required;if(O&&(!e.opts.$data||!O.$data)&&O.length8)i+=" || validate.schema"+s+".hasOwnProperty("+m+") ";else{var I=w;if(I)for(var z=-1,B=I.length-1;z0||!1===Z:e.util.schemaHasRules(Z,e.RULES.all)){var X=e.util.getProperty(Q),ee=(V=l+X,W&&void 0!==Z.default);if(h.schema=Z,h.schemaPath=s+X,h.errSchemaPath=c+"/"+e.util.escapeFragment(Q),h.errorPath=e.util.getPath(e.errorPath,Q,e.opts.jsonPointers),h.dataPathArr[v]=e.util.toQuotedString(Q),G=e.validate(h),h.baseId=T,e.util.varOccurences(G,y)<2){G=e.util.varReplace(G,y,V);var te=V}else te=y,i+=" var "+y+" = "+V+"; ";if(ee)i+=" "+G+" ";else{if(P&&P[Q]){i+=" if ( "+te+" === undefined ",C&&(i+=" || ! Object.prototype.hasOwnProperty.call("+l+", '"+e.util.escapeQuotes(Q)+"') "),i+=") { "+f+" = false; ",N=e.errorPath,M=c;var re,ie=e.util.escapeQuotes(Q);e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPath(N,Q,e.opts.jsonPointers)),c=e.errSchemaPath+"/required",(re=re||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { missingProperty: '"+ie+"' } ",!1!==e.opts.messages&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+ie+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ",$=i,i=re.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+$+"]); ":i+=" validate.errors = ["+$+"]; return false; ":i+=" var err = "+$+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",c=M,e.errorPath=N,i+=" } else { "}else u?(i+=" if ( "+te+" === undefined ",C&&(i+=" || ! Object.prototype.hasOwnProperty.call("+l+", '"+e.util.escapeQuotes(Q)+"') "),i+=") { "+f+" = true; } else { "):(i+=" if ("+te+" !== undefined ",C&&(i+=" && Object.prototype.hasOwnProperty.call("+l+", '"+e.util.escapeQuotes(Q)+"') "),i+=" ) { ");i+=" "+G+" } "}}u&&(i+=" if ("+f+") { ",d+="}")}}if(k.length){var ae=k;if(ae)for(var ne,oe=-1,se=ae.length-1;oe0||!1===Z:e.util.schemaHasRules(Z,e.RULES.all))&&(h.schema=Z,h.schemaPath=e.schemaPath+".patternProperties"+e.util.getProperty(ne),h.errSchemaPath=e.errSchemaPath+"/patternProperties/"+e.util.escapeFragment(ne),i+=C?" "+b+" = "+b+" || Object.keys("+l+"); for (var "+g+"=0; "+g+"<"+b+".length; "+g+"++) { var "+m+" = "+b+"["+g+"]; ":" for (var "+m+" in "+l+") { ",i+=" if ("+e.usePattern(ne)+".test("+m+")) { ",h.errorPath=e.util.getPathExpr(e.errorPath,m,e.opts.jsonPointers),V=l+"["+m+"]",h.dataPathArr[v]=m,G=e.validate(h),h.baseId=T,e.util.varOccurences(G,y)<2?i+=" "+e.util.varReplace(G,y,V)+" ":i+=" var "+y+" = "+V+"; "+G+" ",u&&(i+=" if (!"+f+") break; "),i+=" } ",u&&(i+=" else "+f+" = true; "),i+=" } ",u&&(i+=" if ("+f+") { ",d+="}"))}return u&&(i+=" "+d+" if ("+p+" == errors) {"),i}},58441:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="errs__"+a,h=e.util.copy(e);h.level++;var d="valid"+h.level;if(i+="var "+p+" = errors;",e.opts.strictKeywords?"object"==typeof o&&Object.keys(o).length>0||!1===o:e.util.schemaHasRules(o,e.RULES.all)){h.schema=o,h.schemaPath=s,h.errSchemaPath=c;var f="key"+a,m="idx"+a,g="i"+a,v="' + "+f+" + '",y="data"+(h.dataLevel=e.dataLevel+1),b="dataProperties"+a,w=e.opts.ownProperties,x=e.baseId;w&&(i+=" var "+b+" = undefined; "),i+=w?" "+b+" = "+b+" || Object.keys("+l+"); for (var "+m+"=0; "+m+"<"+b+".length; "+m+"++) { var "+f+" = "+b+"["+m+"]; ":" for (var "+f+" in "+l+") { ",i+=" var startErrs"+a+" = errors; ";var k=f,_=e.compositeRule;e.compositeRule=h.compositeRule=!0;var j=e.validate(h);h.baseId=x,e.util.varOccurences(j,y)<2?i+=" "+e.util.varReplace(j,y,k)+" ":i+=" var "+y+" = "+k+"; "+j+" ",e.compositeRule=h.compositeRule=_,i+=" if (!"+d+") { for (var "+g+"=startErrs"+a+"; "+g+"{"use strict";e.exports=function(e,t,r){var i,a,n=" ",o=e.level,s=e.dataLevel,c=e.schema[t],u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(s||""),h="valid"+o;if("#"==c||"#/"==c)e.isRoot?(i=e.async,a="validate"):(i=!0===e.root.schema.$async,a="root.refVal[0]");else{var d=e.resolveRef(e.baseId,c,e.isRoot);if(void 0===d){var f=e.MissingRefError.message(e.baseId,c);if("fail"==e.opts.missingRefs){e.logger.error(f),(y=y||[]).push(n),n="",!1!==e.createErrors?(n+=" { keyword: '$ref' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { ref: '"+e.util.escapeQuotes(c)+"' } ",!1!==e.opts.messages&&(n+=" , message: 'can\\'t resolve reference "+e.util.escapeQuotes(c)+"' "),e.opts.verbose&&(n+=" , schema: "+e.util.toQuotedString(c)+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),n+=" } "):n+=" {} ";var m=n;n=y.pop(),!e.compositeRule&&l?e.async?n+=" throw new ValidationError(["+m+"]); ":n+=" validate.errors = ["+m+"]; return false; ":n+=" var err = "+m+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",l&&(n+=" if (false) { ")}else{if("ignore"!=e.opts.missingRefs)throw new e.MissingRefError(e.baseId,c,f);e.logger.warn(f),l&&(n+=" if (true) { ")}}else if(d.inline){var g=e.util.copy(e);g.level++;var v="valid"+g.level;g.schema=d.schema,g.schemaPath="",g.errSchemaPath=c,n+=" "+e.validate(g).replace(/validate\.schema/g,d.code)+" ",l&&(n+=" if ("+v+") { ")}else i=!0===d.$async||e.async&&!1!==d.$async,a=d.code}if(a){var y;(y=y||[]).push(n),n="",e.opts.passContext?n+=" "+a+".call(this, ":n+=" "+a+"( ",n+=" "+p+", (dataPath || '')",'""'!=e.errorPath&&(n+=" + "+e.errorPath);var b=n+=" , "+(s?"data"+(s-1||""):"parentData")+" , "+(s?e.dataPathArr[s]:"parentDataProperty")+", rootData) ";if(n=y.pop(),i){if(!e.async)throw new Error("async schema referenced by sync schema");l&&(n+=" var "+h+"; "),n+=" try { await "+b+"; ",l&&(n+=" "+h+" = true; "),n+=" } catch (e) { if (!(e instanceof ValidationError)) throw e; if (vErrors === null) vErrors = e.errors; else vErrors = vErrors.concat(e.errors); errors = vErrors.length; ",l&&(n+=" "+h+" = false; "),n+=" } ",l&&(n+=" if ("+h+") { ")}else n+=" if (!"+b+") { if (vErrors === null) vErrors = "+a+".errors; else vErrors = vErrors.concat("+a+".errors); errors = vErrors.length; } ",l&&(n+=" else { ")}return n}},71287:e=>{"use strict";e.exports=function(e,t,r){var i=" ",a=e.level,n=e.dataLevel,o=e.schema[t],s=e.schemaPath+e.util.getProperty(t),c=e.errSchemaPath+"/"+t,u=!e.opts.allErrors,l="data"+(n||""),p="valid"+a,h=e.opts.$data&&o&&o.$data;h&&(i+=" var schema"+a+" = "+e.util.getData(o.$data,n,e.dataPathArr)+"; ");var d="schema"+a;if(!h)if(o.length0||!1===b:e.util.schemaHasRules(b,e.RULES.all))||(f[f.length]=g)}}else f=o;if(h||f.length){var w=e.errorPath,x=h||f.length>=e.opts.loopRequired,k=e.opts.ownProperties;if(u)if(i+=" var missing"+a+"; ",x){h||(i+=" var "+d+" = validate.schema"+s+"; ");var _="' + "+(C="schema"+a+"["+(D="i"+a)+"]")+" + '";e.opts._errorDataPathProperty&&(e.errorPath=e.util.getPathExpr(w,C,e.opts.jsonPointers)),i+=" var "+p+" = true; ",h&&(i+=" if (schema"+a+" === undefined) "+p+" = true; else if (!Array.isArray(schema"+a+")) "+p+" = false; else {"),i+=" for (var "+D+" = 0; "+D+" < "+d+".length; "+D+"++) { "+p+" = "+l+"["+d+"["+D+"]] !== undefined ",k&&(i+=" && Object.prototype.hasOwnProperty.call("+l+", "+d+"["+D+"]) "),i+="; if (!"+p+") break; } ",h&&(i+=" } "),i+=" if (!"+p+") { ",(E=E||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'required' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(c)+" , params: { missingProperty: '"+_+"' } ",!1!==e.opts.messages&&(i+=" , message: '",e.opts._errorDataPathProperty?i+="is a required property":i+="should have required property \\'"+_+"\\'",i+="' "),e.opts.verbose&&(i+=" , schema: validate.schema"+s+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),i+=" } "):i+=" {} ";var j=i;i=E.pop(),!e.compositeRule&&u?e.async?i+=" throw new ValidationError(["+j+"]); ":i+=" validate.errors = ["+j+"]; return false; ":i+=" var err = "+j+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } else { "}else{i+=" if ( ";var E,S=f;if(S)for(var D=-1,A=S.length-1;D{"use strict";e.exports=function(e,t,r){var i,a=" ",n=e.level,o=e.dataLevel,s=e.schema[t],c=e.schemaPath+e.util.getProperty(t),u=e.errSchemaPath+"/"+t,l=!e.opts.allErrors,p="data"+(o||""),h="valid"+n,d=e.opts.$data&&s&&s.$data;if(d?(a+=" var schema"+n+" = "+e.util.getData(s.$data,o,e.dataPathArr)+"; ",i="schema"+n):i=s,(s||d)&&!1!==e.opts.uniqueItems){d&&(a+=" var "+h+"; if ("+i+" === false || "+i+" === undefined) "+h+" = true; else if (typeof "+i+" != 'boolean') "+h+" = false; else { "),a+=" var i = "+p+".length , "+h+" = true , j; if (i > 1) { ";var f=e.schema.items&&e.schema.items.type,m=Array.isArray(f);if(!f||"object"==f||"array"==f||m&&(f.indexOf("object")>=0||f.indexOf("array")>=0))a+=" outer: for (;i--;) { for (j = i; j--;) { if (equal("+p+"[i], "+p+"[j])) { "+h+" = false; break outer; } } } ";else{a+=" var itemIndices = {}, item; for (;i--;) { var item = "+p+"[i]; ";var g="checkDataType"+(m?"s":"");a+=" if ("+e.util[g](f,"item",e.opts.strictNumbers,!0)+") continue; ",m&&(a+=" if (typeof item == 'string') item = '\"' + item; "),a+=" if (typeof itemIndices[item] == 'number') { "+h+" = false; j = itemIndices[item]; break; } itemIndices[item] = i; } "}a+=" } ",d&&(a+=" } "),a+=" if (!"+h+") { ";var v=v||[];v.push(a),a="",!1!==e.createErrors?(a+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(u)+" , params: { i: i, j: j } ",!1!==e.opts.messages&&(a+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "),e.opts.verbose&&(a+=" , schema: ",a+=d?"validate.schema"+c:""+s,a+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),a+=" } "):a+=" {} ";var y=a;a=v.pop(),!e.compositeRule&&l?e.async?a+=" throw new ValidationError(["+y+"]); ":a+=" validate.errors = ["+y+"]; return false; ":a+=" var err = "+y+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",a+=" } ",l&&(a+=" else { ")}else l&&(a+=" if (true) { ");return a}},19508:e=>{"use strict";e.exports=function(e,t,r){var i="",a=!0===e.schema.$async,n=e.util.schemaHasRulesExcept(e.schema,e.RULES.all,"$ref"),o=e.self._getId(e.schema);if(e.opts.strictKeywords){var s=e.util.schemaUnknownRules(e.schema,e.RULES.keywords);if(s){var c="unknown keyword: "+s;if("log"!==e.opts.strictKeywords)throw new Error(c);e.logger.warn(c)}}if(e.isTop&&(i+=" var validate = ",a&&(e.async=!0,i+="async "),i+="function(data, dataPath, parentData, parentDataProperty, rootData) { 'use strict'; ",o&&(e.opts.sourceCode||e.opts.processCode)&&(i+=" /*# sourceURL="+o+" */ ")),"boolean"==typeof e.schema||!n&&!e.schema.$ref){t="false schema";var u=e.level,l=e.dataLevel,p=e.schema[t],h=e.schemaPath+e.util.getProperty(t),d=e.errSchemaPath+"/"+t,f=!e.opts.allErrors,m="data"+(l||""),g="valid"+u;if(!1===e.schema){e.isTop?f=!0:i+=" var "+g+" = false; ",(V=V||[]).push(i),i="",!1!==e.createErrors?(i+=" { keyword: 'false schema' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(d)+" , params: {} ",!1!==e.opts.messages&&(i+=" , message: 'boolean schema is false' "),e.opts.verbose&&(i+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),i+=" } "):i+=" {} ";var v=i;i=V.pop(),!e.compositeRule&&f?e.async?i+=" throw new ValidationError(["+v+"]); ":i+=" validate.errors = ["+v+"]; return false; ":i+=" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}else e.isTop?i+=a?" return data; ":" validate.errors = null; return true; ":i+=" var "+g+" = true; ";return e.isTop&&(i+=" }; return validate; "),i}if(e.isTop){var y=e.isTop;if(u=e.level=0,l=e.dataLevel=0,m="data",e.rootId=e.resolve.fullPath(e.self._getId(e.root.schema)),e.baseId=e.baseId||e.rootId,delete e.isTop,e.dataPathArr=[""],void 0!==e.schema.default&&e.opts.useDefaults&&e.opts.strictDefaults){var b="default is ignored in the schema root";if("log"!==e.opts.strictDefaults)throw new Error(b);e.logger.warn(b)}i+=" var vErrors = null; ",i+=" var errors = 0; ",i+=" if (rootData === undefined) rootData = data; "}else{if(u=e.level,m="data"+((l=e.dataLevel)||""),o&&(e.baseId=e.resolve.url(e.baseId,o)),a&&!e.async)throw new Error("async schema in sync schema");i+=" var errs_"+u+" = errors;"}g="valid"+u,f=!e.opts.allErrors;var w="",x="",k=e.schema.type,_=Array.isArray(k);if(k&&e.opts.nullable&&!0===e.schema.nullable&&(_?-1==k.indexOf("null")&&(k=k.concat("null")):"null"!=k&&(k=[k,"null"],_=!0)),_&&1==k.length&&(k=k[0],_=!1),e.schema.$ref&&n){if("fail"==e.opts.extendRefs)throw new Error('$ref: validation keywords used in schema at path "'+e.errSchemaPath+'" (see option extendRefs)');!0!==e.opts.extendRefs&&(n=!1,e.logger.warn('$ref: keywords ignored in schema at path "'+e.errSchemaPath+'"'))}if(e.schema.$comment&&e.opts.$comment&&(i+=" "+e.RULES.all.$comment.code(e,"$comment")),k){if(e.opts.coerceTypes)var j=e.util.coerceToTypes(e.opts.coerceTypes,k);var E=e.RULES.types[k];if(j||_||!0===E||E&&!J(E)){h=e.schemaPath+".type",d=e.errSchemaPath+"/type",h=e.schemaPath+".type",d=e.errSchemaPath+"/type";var S=_?"checkDataTypes":"checkDataType";if(i+=" if ("+e.util[S](k,m,e.opts.strictNumbers,!0)+") { ",j){var D="dataType"+u,A="coerced"+u;i+=" var "+D+" = typeof "+m+"; var "+A+" = undefined; ","array"==e.opts.coerceTypes&&(i+=" if ("+D+" == 'object' && Array.isArray("+m+") && "+m+".length == 1) { "+m+" = "+m+"[0]; "+D+" = typeof "+m+"; if ("+e.util.checkDataType(e.schema.type,m,e.opts.strictNumbers)+") "+A+" = "+m+"; } "),i+=" if ("+A+" !== undefined) ; ";var C=j;if(C)for(var T,O=-1,P=C.length-1;O{"use strict";var i=/^[a-z_$][a-z0-9_$-]*$/i,a=r(14165),n=r(61128);e.exports={add:function(e,t){var r=this.RULES;if(r.keywords[e])throw new Error("Keyword "+e+" is already defined");if(!i.test(e))throw new Error("Keyword "+e+" is not a valid identifier");if(t){this.validateKeyword(t,!0);var n=t.type;if(Array.isArray(n))for(var o=0;o{"use strict";e.exports=JSON.parse('{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#","description":"Meta-schema for $data reference (JSON Schema extension proposal)","type":"object","required":["$data"],"properties":{"$data":{"type":"string","anyOf":[{"format":"relative-json-pointer"},{"format":"json-pointer"}]}},"additionalProperties":false}')},81030:e=>{"use strict";e.exports=JSON.parse('{"$schema":"http://json-schema.org/draft-06/schema#","$id":"http://json-schema.org/draft-06/schema#","title":"Core schema meta-schema","definitions":{"schemaArray":{"type":"array","minItems":1,"items":{"$ref":"#"}},"nonNegativeInteger":{"type":"integer","minimum":0},"nonNegativeIntegerDefault0":{"allOf":[{"$ref":"#/definitions/nonNegativeInteger"},{"default":0}]},"simpleTypes":{"enum":["array","boolean","integer","null","number","object","string"]},"stringArray":{"type":"array","items":{"type":"string"},"uniqueItems":true,"default":[]}},"type":["object","boolean"],"properties":{"$id":{"type":"string","format":"uri-reference"},"$schema":{"type":"string","format":"uri"},"$ref":{"type":"string","format":"uri-reference"},"title":{"type":"string"},"description":{"type":"string"},"default":{},"examples":{"type":"array","items":{}},"multipleOf":{"type":"number","exclusiveMinimum":0},"maximum":{"type":"number"},"exclusiveMaximum":{"type":"number"},"minimum":{"type":"number"},"exclusiveMinimum":{"type":"number"},"maxLength":{"$ref":"#/definitions/nonNegativeInteger"},"minLength":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"pattern":{"type":"string","format":"regex"},"additionalItems":{"$ref":"#"},"items":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/schemaArray"}],"default":{}},"maxItems":{"$ref":"#/definitions/nonNegativeInteger"},"minItems":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"uniqueItems":{"type":"boolean","default":false},"contains":{"$ref":"#"},"maxProperties":{"$ref":"#/definitions/nonNegativeInteger"},"minProperties":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"required":{"$ref":"#/definitions/stringArray"},"additionalProperties":{"$ref":"#"},"definitions":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"properties":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"patternProperties":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"dependencies":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/stringArray"}]}},"propertyNames":{"$ref":"#"},"const":{},"enum":{"type":"array","minItems":1,"uniqueItems":true},"type":{"anyOf":[{"$ref":"#/definitions/simpleTypes"},{"type":"array","items":{"$ref":"#/definitions/simpleTypes"},"minItems":1,"uniqueItems":true}]},"format":{"type":"string"},"allOf":{"$ref":"#/definitions/schemaArray"},"anyOf":{"$ref":"#/definitions/schemaArray"},"oneOf":{"$ref":"#/definitions/schemaArray"},"not":{"$ref":"#"}},"default":{}}')},40038:e=>{"use strict";e.exports=JSON.parse('{"$schema":"http://json-schema.org/draft-07/schema#","$id":"http://json-schema.org/draft-07/schema#","title":"Core schema meta-schema","definitions":{"schemaArray":{"type":"array","minItems":1,"items":{"$ref":"#"}},"nonNegativeInteger":{"type":"integer","minimum":0},"nonNegativeIntegerDefault0":{"allOf":[{"$ref":"#/definitions/nonNegativeInteger"},{"default":0}]},"simpleTypes":{"enum":["array","boolean","integer","null","number","object","string"]},"stringArray":{"type":"array","items":{"type":"string"},"uniqueItems":true,"default":[]}},"type":["object","boolean"],"properties":{"$id":{"type":"string","format":"uri-reference"},"$schema":{"type":"string","format":"uri"},"$ref":{"type":"string","format":"uri-reference"},"$comment":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"default":true,"readOnly":{"type":"boolean","default":false},"examples":{"type":"array","items":true},"multipleOf":{"type":"number","exclusiveMinimum":0},"maximum":{"type":"number"},"exclusiveMaximum":{"type":"number"},"minimum":{"type":"number"},"exclusiveMinimum":{"type":"number"},"maxLength":{"$ref":"#/definitions/nonNegativeInteger"},"minLength":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"pattern":{"type":"string","format":"regex"},"additionalItems":{"$ref":"#"},"items":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/schemaArray"}],"default":true},"maxItems":{"$ref":"#/definitions/nonNegativeInteger"},"minItems":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"uniqueItems":{"type":"boolean","default":false},"contains":{"$ref":"#"},"maxProperties":{"$ref":"#/definitions/nonNegativeInteger"},"minProperties":{"$ref":"#/definitions/nonNegativeIntegerDefault0"},"required":{"$ref":"#/definitions/stringArray"},"additionalProperties":{"$ref":"#"},"definitions":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"properties":{"type":"object","additionalProperties":{"$ref":"#"},"default":{}},"patternProperties":{"type":"object","additionalProperties":{"$ref":"#"},"propertyNames":{"format":"regex"},"default":{}},"dependencies":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#"},{"$ref":"#/definitions/stringArray"}]}},"propertyNames":{"$ref":"#"},"const":true,"enum":{"type":"array","items":true,"minItems":1,"uniqueItems":true},"type":{"anyOf":[{"$ref":"#/definitions/simpleTypes"},{"type":"array","items":{"$ref":"#/definitions/simpleTypes"},"minItems":1,"uniqueItems":true}]},"format":{"type":"string"},"contentMediaType":{"type":"string"},"contentEncoding":{"type":"string"},"if":{"$ref":"#"},"then":{"$ref":"#"},"else":{"$ref":"#"},"allOf":{"$ref":"#/definitions/schemaArray"},"anyOf":{"$ref":"#/definitions/schemaArray"},"oneOf":{"$ref":"#/definitions/schemaArray"},"not":{"$ref":"#"}},"default":true}')},14277:e=>{"use strict";e.exports=({onlyFirst:e=!1}={})=>{const t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[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,r)=>{"use strict";e=r.nmd(e);const i=(e,t)=>(...r)=>`[${e(...r)+t}m`,a=(e,t)=>(...r)=>{const i=e(...r);return`[${38+t};5;${i}m`},n=(e,t)=>(...r)=>{const i=e(...r);return`[${38+t};2;${i[0]};${i[1]};${i[2]}m`},o=e=>e,s=(e,t,r)=>[e,t,r],c=(e,t,r)=>{Object.defineProperty(e,t,{get:()=>{const i=r();return Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0}),i},enumerable:!0,configurable:!0})};let u;const l=(e,t,i,a)=>{void 0===u&&(u=r(12085));const n=a?10:0,o={};for(const[r,a]of Object.entries(u)){const s="ansi16"===r?"ansi":r;r===t?o[s]=e(i,n):"object"==typeof a&&(o[s]=e(a[t],n))}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[r,i]of Object.entries(t)){for(const[r,a]of Object.entries(i))t[r]={open:`[${a[0]}m`,close:`[${a[1]}m`},i[r]=t[r],e.set(a[0],a[1]);Object.defineProperty(t,r,{value:i,enumerable:!1})}return Object.defineProperty(t,"codes",{value:e,enumerable:!1}),t.color.close="",t.bgColor.close="",c(t.color,"ansi",(()=>l(i,"ansi16",o,!1))),c(t.color,"ansi256",(()=>l(a,"ansi256",o,!1))),c(t.color,"ansi16m",(()=>l(n,"rgb",s,!1))),c(t.bgColor,"ansi",(()=>l(i,"ansi16",o,!0))),c(t.bgColor,"ansi256",(()=>l(a,"ansi256",o,!0))),c(t.bgColor,"ansi16m",(()=>l(n,"rgb",s,!0))),t}})},72521:e=>{"use strict";function t(e,r,i){for(var a=0;a0&&Array.isArray(n)?t(n,r,i-1):r.push(n)}return r}function r(e,t){for(var i=0;i{e.exports={newInvalidAsn1Error:function(e){var t=new Error;return t.name="InvalidAsn1Error",t.message=e||"",t}}},20279:(e,t,r)=>{var i=r(83407),a=r(34478),n=r(24578),o=r(3609);for(var s in e.exports={Reader:n,Writer:o},a)a.hasOwnProperty(s)&&(e.exports[s]=a[s]);for(var c in i)i.hasOwnProperty(c)&&(e.exports[c]=i[c])},24578:(e,t,r)=>{var i=r(42357),a=r(2399).Buffer,n=r(34478),o=r(83407).newInvalidAsn1Error;function s(e){if(!e||!a.isBuffer(e))throw new TypeError("data must be a node Buffer");this._buf=e,this._size=e.length,this._len=0,this._offset=0}Object.defineProperty(s.prototype,"length",{enumerable:!0,get:function(){return this._len}}),Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){return this._offset}}),Object.defineProperty(s.prototype,"remain",{get:function(){return this._size-this._offset}}),Object.defineProperty(s.prototype,"buffer",{get:function(){return this._buf.slice(this._offset)}}),s.prototype.readByte=function(e){if(this._size-this._offset<1)return null;var t=255&this._buf[this._offset];return e||(this._offset+=1),t},s.prototype.peek=function(){return this.readByte(!0)},s.prototype.readLength=function(e){if(void 0===e&&(e=this._offset),e>=this._size)return null;var t=255&this._buf[e++];if(null===t)return null;if(128==(128&t)){if(0==(t&=127))throw o("Indefinite length not supported");if(t>4)throw o("encoding too long");if(this._size-ethis._size-i)return null;if(this._offset=i,0===this.length)return t?a.alloc(0):"";var s=this._buf.slice(this._offset,this._offset+this.length);return this._offset+=this.length,t?s:s.toString("utf8")},s.prototype.readOID=function(e){e||(e=n.OID);var t=this.readString(e,!0);if(null===t)return null;for(var r=[],i=0,a=0;a>0),r.join(".")},s.prototype._readTag=function(e){i.ok(void 0!==e);var t=this.peek();if(null===t)return null;if(t!==e)throw o("Expected 0x"+e.toString(16)+": got 0x"+t.toString(16));var r=this.readLength(this._offset+1);if(null===r)return null;if(this.length>4)throw o("Integer too long: "+this.length);if(this.length>this._size-r)return null;this._offset=r;for(var a=this._buf[this._offset],n=0,s=0;s>0},e.exports=s},34478:e=>{e.exports={EOC:0,Boolean:1,Integer:2,BitString:3,OctetString:4,Null:5,OID:6,ObjectDescriptor:7,External:8,Real:9,Enumeration:10,PDV:11,Utf8String:12,RelativeOID:13,Sequence:16,Set:17,NumericString:18,PrintableString:19,T61String:20,VideotexString:21,IA5String:22,UTCTime:23,GeneralizedTime:24,GraphicString:25,VisibleString:26,GeneralString:28,UniversalString:29,CharacterString:30,BMPString:31,Constructor:32,Context:128}},3609:(e,t,r)=>{var i=r(42357),a=r(2399).Buffer,n=r(34478),o=r(83407).newInvalidAsn1Error,s={size:1024,growthFactor:8};function c(e){var t,r;t=s,r=e||{},i.ok(t),i.equal(typeof t,"object"),i.ok(r),i.equal(typeof r,"object"),Object.getOwnPropertyNames(t).forEach((function(e){if(!r[e]){var i=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(r,e,i)}})),e=r,this._buf=a.alloc(e.size||1024),this._size=this._buf.length,this._offset=0,this._options=e,this._seq=[]}Object.defineProperty(c.prototype,"buffer",{get:function(){if(this._seq.length)throw o(this._seq.length+" unended sequence(s)");return this._buf.slice(0,this._offset)}}),c.prototype.writeByte=function(e){if("number"!=typeof e)throw new TypeError("argument must be a Number");this._ensure(1),this._buf[this._offset++]=e},c.prototype.writeInt=function(e,t){if("number"!=typeof e)throw new TypeError("argument must be a Number");"number"!=typeof t&&(t=n.Integer);for(var r=4;(0==(4286578688&e)||-8388608==(4286578688&e))&&r>1;)r--,e<<=8;if(r>4)throw o("BER ints cannot be > 0xffffffff");for(this._ensure(2+r),this._buf[this._offset++]=t,this._buf[this._offset++]=r;r-- >0;)this._buf[this._offset++]=(4278190080&e)>>>24,e<<=8},c.prototype.writeNull=function(){this.writeByte(n.Null),this.writeByte(0)},c.prototype.writeEnumeration=function(e,t){if("number"!=typeof e)throw new TypeError("argument must be a Number");return"number"!=typeof t&&(t=n.Enumeration),this.writeInt(e,t)},c.prototype.writeBoolean=function(e,t){if("boolean"!=typeof e)throw new TypeError("argument must be a Boolean");"number"!=typeof t&&(t=n.Boolean),this._ensure(3),this._buf[this._offset++]=t,this._buf[this._offset++]=1,this._buf[this._offset++]=e?255:0},c.prototype.writeString=function(e,t){if("string"!=typeof e)throw new TypeError("argument must be a string (was: "+typeof e+")");"number"!=typeof t&&(t=n.OctetString);var r=a.byteLength(e);this.writeByte(t),this.writeLength(r),r&&(this._ensure(r),this._buf.write(e,this._offset),this._offset+=r)},c.prototype.writeBuffer=function(e,t){if("number"!=typeof t)throw new TypeError("tag must be a number");if(!a.isBuffer(e))throw new TypeError("argument must be a buffer");this.writeByte(t),this.writeLength(e.length),this._ensure(e.length),e.copy(this._buf,this._offset,0,e.length),this._offset+=e.length},c.prototype.writeStringArray=function(e){if(!e instanceof Array)throw new TypeError("argument must be an Array[String]");var t=this;e.forEach((function(e){t.writeString(e)}))},c.prototype.writeOID=function(e,t){if("string"!=typeof e)throw new TypeError("argument must be a string");if("number"!=typeof t&&(t=n.OID),!/^([0-9]+\.){3,}[0-9]+$/.test(e))throw new Error("argument is not a valid OID string");var r=e.split("."),i=[];i.push(40*parseInt(r[0],10)+parseInt(r[1],10)),r.slice(2).forEach((function(e){!function(e,t){t<128?e.push(t):t<16384?(e.push(t>>>7|128),e.push(127&t)):t<2097152?(e.push(t>>>14|128),e.push(255&(t>>>7|128)),e.push(127&t)):t<268435456?(e.push(t>>>21|128),e.push(255&(t>>>14|128)),e.push(255&(t>>>7|128)),e.push(127&t)):(e.push(255&(t>>>28|128)),e.push(255&(t>>>21|128)),e.push(255&(t>>>14|128)),e.push(255&(t>>>7|128)),e.push(127&t))}(i,parseInt(e,10))}));var a=this;this._ensure(2+i.length),this.writeByte(t),this.writeLength(i.length),i.forEach((function(e){a.writeByte(e)}))},c.prototype.writeLength=function(e){if("number"!=typeof e)throw new TypeError("argument must be a Number");if(this._ensure(4),e<=127)this._buf[this._offset++]=e;else if(e<=255)this._buf[this._offset++]=129,this._buf[this._offset++]=e;else if(e<=65535)this._buf[this._offset++]=130,this._buf[this._offset++]=e>>8,this._buf[this._offset++]=e;else{if(!(e<=16777215))throw o("Length too long (> 4 bytes)");this._buf[this._offset++]=131,this._buf[this._offset++]=e>>16,this._buf[this._offset++]=e>>8,this._buf[this._offset++]=e}},c.prototype.startSequence=function(e){"number"!=typeof e&&(e=n.Sequence|n.Constructor),this.writeByte(e),this._seq.push(this._offset),this._ensure(3),this._offset+=3},c.prototype.endSequence=function(){var e=this._seq.pop(),t=e+3,r=this._offset-t;if(r<=127)this._shift(t,r,-2),this._buf[e]=r;else if(r<=255)this._shift(t,r,-1),this._buf[e]=129,this._buf[e+1]=r;else if(r<=65535)this._buf[e]=130,this._buf[e+1]=r>>8,this._buf[e+2]=r;else{if(!(r<=16777215))throw o("Sequence too long");this._shift(t,r,1),this._buf[e]=131,this._buf[e+1]=r>>16,this._buf[e+2]=r>>8,this._buf[e+3]=r}},c.prototype._shift=function(e,t,r){i.ok(void 0!==e),i.ok(void 0!==t),i.ok(r),this._buf.copy(this._buf,e+r,e,e+t),this._offset+=r},c.prototype._ensure=function(e){if(i.ok(e),this._size-this._offset{var i=r(20279);e.exports={Ber:i,BerReader:i.Reader,BerWriter:i.Writer}},6144:(e,t,r)=>{var i=r(42357),a=r(92413).Stream,n=r(31669),o=/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;function s(e){return e.charAt(0).toUpperCase()+e.slice(1)}function c(e,t,r,a,o){throw new i.AssertionError({message:n.format("%s (%s) is required",e,t),actual:void 0===o?typeof a:o(a),expected:t,operator:r||"===",stackStartFunction:c.caller})}function u(e){return Object.prototype.toString.call(e).slice(8,-1)}function l(){}var p={bool:{check:function(e){return"boolean"==typeof e}},func:{check:function(e){return"function"==typeof e}},string:{check:function(e){return"string"==typeof e}},object:{check:function(e){return"object"==typeof e&&null!==e}},number:{check:function(e){return"number"==typeof e&&!isNaN(e)}},finite:{check:function(e){return"number"==typeof e&&!isNaN(e)&&isFinite(e)}},buffer:{check:function(e){return Buffer.isBuffer(e)},operator:"Buffer.isBuffer"},array:{check:function(e){return Array.isArray(e)},operator:"Array.isArray"},stream:{check:function(e){return e instanceof a},operator:"instanceof",actual:u},date:{check:function(e){return e instanceof Date},operator:"instanceof",actual:u},regexp:{check:function(e){return e instanceof RegExp},operator:"instanceof",actual:u},uuid:{check:function(e){return"string"==typeof e&&o.test(e)},operator:"isUUID"}};e.exports=function e(t){var r,a=Object.keys(p);return r=process.env.NODE_NDEBUG?l:function(e,t){e||c(t,"true",e)},a.forEach((function(e){if(t)r[e]=l;else{var i=p[e];r[e]=function(t,r){i.check(t)||c(r,e,i.operator,t,i.actual)}}})),a.forEach((function(e){var i="optional"+s(e);if(t)r[i]=l;else{var a=p[e];r[i]=function(t,r){null!=t&&(a.check(t)||c(r,e,a.operator,t,a.actual))}}})),a.forEach((function(e){var i="arrayOf"+s(e);if(t)r[i]=l;else{var a=p[e],n="["+e+"]";r[i]=function(e,t){var r;for(Array.isArray(e)||c(t,n,a.operator,e,a.actual),r=0;r{"use strict";function i(e,...t){return(...r)=>e(...t,...r)}function a(e){return function(...t){var r=t.pop();return e.call(this,t,r)}}r.r(t),r.d(t,{default:()=>ft,apply:()=>i,applyEach:()=>C,applyEachSeries:()=>P,asyncify:()=>l,auto:()=>z,autoInject:()=>U,cargo:()=>V,cargoQueue:()=>G,compose:()=>Q,concat:()=>Z,concatLimit:()=>J,concatSeries:()=>X,constant:()=>ee,detect:()=>re,detectLimit:()=>ie,detectSeries:()=>ae,dir:()=>oe,doUntil:()=>ce,doWhilst:()=>se,each:()=>le,eachLimit:()=>pe,eachOf:()=>D,eachOfLimit:()=>j,eachOfSeries:()=>T,eachSeries:()=>he,ensureAsync:()=>de,every:()=>fe,everyLimit:()=>me,everySeries:()=>ge,filter:()=>we,filterLimit:()=>xe,filterSeries:()=>ke,forever:()=>_e,groupBy:()=>Ee,groupByLimit:()=>je,groupBySeries:()=>Se,log:()=>De,map:()=>A,mapLimit:()=>Y,mapSeries:()=>O,mapValues:()=>Ce,mapValuesLimit:()=>Ae,mapValuesSeries:()=>Te,memoize:()=>Oe,nextTick:()=>Pe,parallel:()=>Ie,parallelLimit:()=>ze,priorityQueue:()=>Ne,queue:()=>Be,race:()=>Ue,reduce:()=>W,reduceRight:()=>Me,reflect:()=>$e,reflectAll:()=>He,reject:()=>Ge,rejectLimit:()=>We,rejectSeries:()=>Ke,retry:()=>Ye,retryable:()=>Ze,seq:()=>K,series:()=>Xe,setImmediate:()=>u,some:()=>et,someLimit:()=>tt,someSeries:()=>rt,sortBy:()=>it,timeout:()=>at,times:()=>ot,timesLimit:()=>nt,timesSeries:()=>st,transform:()=>ct,tryEach:()=>ut,unmemoize:()=>lt,until:()=>ht,waterfall:()=>dt,whilst:()=>pt,all:()=>fe,allLimit:()=>me,allSeries:()=>ge,any:()=>et,anyLimit:()=>tt,anySeries:()=>rt,find:()=>re,findLimit:()=>ie,findSeries:()=>ae,flatMap:()=>Z,flatMapLimit:()=>J,flatMapSeries:()=>X,forEach:()=>le,forEachSeries:()=>he,forEachLimit:()=>pe,forEachOf:()=>D,forEachOfSeries:()=>T,forEachOfLimit:()=>j,inject:()=>W,foldl:()=>W,foldr:()=>Me,select:()=>we,selectLimit:()=>xe,selectSeries:()=>ke,wrapSync:()=>l,during:()=>pt,doDuring:()=>se});var n="function"==typeof setImmediate&&setImmediate,o="object"==typeof process&&"function"==typeof process.nextTick;function s(e){setTimeout(e,0)}function c(e){return(t,...r)=>e((()=>t(...r)))}var u=c(n?setImmediate:o?process.nextTick:s);function l(e){return d(e)?function(...t){const r=t.pop();return p(e.apply(this,t),r)}:a((function(t,r){var i;try{i=e.apply(this,t)}catch(e){return r(e)}if(i&&"function"==typeof i.then)return p(i,r);r(null,i)}))}function p(e,t){return e.then((e=>{h(t,null,e)}),(e=>{h(t,e&&e.message?e:new Error(e))}))}function h(e,t,r){try{e(t,r)}catch(e){u((e=>{throw e}),e)}}function d(e){return"AsyncFunction"===e[Symbol.toStringTag]}function f(e){if("function"!=typeof e)throw new Error("expected a function");return d(e)?l(e):e}function m(e,t=e.length){if(!t)throw new Error("arity is undefined");return function(...r){return"function"==typeof r[t-1]?e.apply(this,r):new Promise(((i,a)=>{r[t-1]=(e,...t)=>{if(e)return a(e);i(t.length>1?t:t[0])},e.apply(this,r)}))}}function g(e){return function(t,...r){return m((function(i){var a=this;return e(t,((e,t)=>{f(e).apply(a,r.concat(t))}),i)}))}}function v(e,t,r,i){t=t||[];var a=[],n=0,o=f(r);return e(t,((e,t,r)=>{var i=n++;o(e,((e,t)=>{a[i]=t,r(e)}))}),(e=>{i(e,a)}))}function y(e){return e&&"number"==typeof e.length&&e.length>=0&&e.length%1==0}const b={};function w(e){function t(...t){if(null!==e){var r=e;e=null,r.apply(this,t)}}return Object.assign(t,e),t}function x(e){return function(...t){if(null===e)throw new Error("Callback was already called.");var r=e;e=null,r.apply(this,t)}}function k(e,t,r,i){let a=!1,n=!1,o=!1,s=0,c=0;function u(){s>=t||o||a||(o=!0,e.next().then((({value:e,done:t})=>{if(!n&&!a){if(o=!1,t)return a=!0,void(s<=0&&i(null));s++,r(e,c,l),c++,u()}})).catch(p))}function l(e,t){if(s-=1,!n)return e?p(e):!1===e?(a=!0,void(n=!0)):t===b||a&&s<=0?(a=!0,i(null)):void u()}function p(e){n||(o=!1,a=!0,i(e))}u()}var _=e=>(t,r,i)=>{if(i=w(i),e<=0)throw new RangeError("concurrency limit cannot be less than 1");if(!t)return i(null);if("AsyncGenerator"===t[Symbol.toStringTag])return k(t,e,r,i);if(function(e){return"function"==typeof e[Symbol.asyncIterator]}(t))return k(t[Symbol.asyncIterator](),e,r,i);var a=function(e){if(y(e))return function(e){var t=-1,r=e.length;return function(){return++t1?i:i[0])}return r[F]=new Promise(((r,i)=>{e=r,t=i})),r}function z(e,t,r){"number"!=typeof t&&(r=t,t=null),r=w(r||I());var i=Object.keys(e).length;if(!i)return r(null);t||(t=i);var a={},n=0,o=!1,s=!1,c=Object.create(null),u=[],l=[],p={};function h(e,t){u.push((()=>function(e,t){if(!s){var i=x(((t,...i)=>{if(n--,!1!==t)if(i.length<2&&([i]=i),t){var u={};if(Object.keys(a).forEach((e=>{u[e]=a[e]})),u[e]=i,s=!0,c=Object.create(null),o)return;r(t,u)}else a[e]=i,(c[e]||[]).forEach((e=>e())),d();else o=!0}));n++;var u=f(t[t.length-1]);t.length>1?u(a,i):u(i)}}(e,t)))}function d(){if(!o){if(0===u.length&&0===n)return r(null,a);for(;u.length&&n{const a=e[i];Array.isArray(a)&&a.indexOf(t)>=0&&r.push(i)})),r}return Object.keys(e).forEach((t=>{var r=e[t];if(!Array.isArray(r))return h(t,[r]),void l.push(t);var i=r.slice(0,r.length-1),a=i.length;if(0===a)return h(t,r),void l.push(t);p[t]=a,i.forEach((n=>{if(!e[n])throw new Error("async.auto task `"+t+"` has a non-existent dependency `"+n+"` in "+i.join(", "));var o,s;(s=c[o=n])||(s=c[o]=[]),s.push((()=>{0==--a&&h(t,r)}))}))})),function(){for(var e=0;l.length;)e++,m(l.pop()).forEach((e=>{0==--p[e]&&l.push(e)}));if(e!==i)throw new Error("async.auto cannot execute tasks due to a recursive dependency")}(),d(),r[F]}var B=/^(?:async\s+)?(?:function)?\s*\w*\s*\(\s*([^)]+)\s*\)(?:\s*{)/,R=/^(?:async\s+)?\(?\s*([^)=]+)\s*\)?(?:\s*=>)/,L=/,/,q=/(=.+)?(\s*)$/,N=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm;function U(e,t){var r={};return Object.keys(e).forEach((t=>{var i,a=e[t],n=d(a),o=!n&&1===a.length||n&&0===a.length;if(Array.isArray(a))i=[...a],a=i.pop(),r[t]=i.concat(i.length>0?s:a);else if(o)r[t]=a;else{if(i=function(e){const t=e.toString().replace(N,"");let r=t.match(B);if(r||(r=t.match(R)),!r)throw new Error("could not parse args in autoInject\nSource:\n"+t);let[,i]=r;return i.replace(/\s/g,"").split(L).map((e=>e.replace(q,"").trim()))}(a),0===a.length&&!n&&0===i.length)throw new Error("autoInject task functions require explicit parameters.");n||i.pop(),r[t]=i.concat(s)}function s(e,t){var r=i.map((t=>e[t]));r.push(t),f(a)(...r)}})),z(r,t)}class M{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):$(this,e)}push(e){this.tail?this.insertAfter(this.tail,e):$(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:r}=t;e(t)&&this.removeLink(t),t=r}return this}}function $(e,t){e.length=1,e.head=e.tail=t}function H(e,t,r){if(null==t)t=1;else if(0===t)throw new RangeError("Concurrency must not be zero");var i=f(e),a=0,n=[];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 l=!1;function p(e,t,r,i){if(null!=i&&"function"!=typeof i)throw new Error("task callback must be a function");var a,n;function o(e,...t){return e?r?n(e):a():t.length<=1?a(t[0]):void a(t)}v.started=!0;var s={data:e,callback:r?o:i||o};if(t?v._tasks.unshift(s):v._tasks.push(s),l||(l=!0,u((()=>{l=!1,v.process()}))),r||!i)return new Promise(((e,t)=>{a=e,n=t}))}function h(e){return function(t,...r){a-=1;for(var i=0,o=e.length;i0&&n.splice(u,1),s.callback(t,...r),null!=t&&c("error",t,s.data)}a<=v.concurrency-v.buffer&&c("unsaturated"),v.idle()&&c("drain"),v.process()}}function d(e){return!(0!==e.length||!v.idle()||(u((()=>c("drain"))),0))}const m=e=>t=>{if(!t)return new Promise(((t,r)=>{!function(e,i){const a=(...i)=>{s(e,a),((e,i)=>{if(e)return r(e);t(i)})(...i)};o[e].push(a)}(e)}));s(e),function(e,t){o[e].push(t)}(e,t)};var g=!1,v={_tasks:new M,*[Symbol.iterator](){yield*v._tasks[Symbol.iterator]()},concurrency:t,payload:r,buffer:t/4,started:!1,paused:!1,push(e,t){if(Array.isArray(e)){if(d(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(d(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(d(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(d(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:()=>n,idle:()=>v._tasks.length+a===0,pause(){v.paused=!0},resume(){!1!==v.paused&&(v.paused=!1,u(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 V(e,t){return H(e,1,t)}function G(e,t,r){return H(e,t,r)}var W=m((function(e,t,r,i){i=w(i);var a=f(r);return T(e,((e,r,i)=>{a(t,e,((e,r)=>{t=r,i(e)}))}),(e=>i(e,t)))}),4);function K(...e){var t=e.map(f);return function(...e){var r=this,i=e[e.length-1];return"function"==typeof i?e.pop():i=I(),W(t,e,((e,t,i)=>{t.apply(r,e.concat(((e,...t)=>{i(e,t)})))}),((e,t)=>i(e,...t))),i[F]}}function Q(...e){return K(...e.reverse())}var Y=m((function(e,t,r,i){return v(_(t),e,r,i)}),4),J=m((function(e,t,r,i){var a=f(r);return Y(e,t,((e,t)=>{a(e,((e,...r)=>e?t(e):t(e,r)))}),((e,t)=>{for(var r=[],a=0;a{var o,s=!1;const c=f(a);r(i,((r,i,a)=>{c(r,((i,n)=>i||!1===i?a(i):e(n)&&!o?(s=!0,o=t(!0,r),a(null,b)):void a()))}),(e=>{if(e)return n(e);n(null,s?o:t(!1))}))}}var re=m((function(e,t,r){return te((e=>e),((e,t)=>t))(D,e,t,r)}),3),ie=m((function(e,t,r,i){return te((e=>e),((e,t)=>t))(_(t),e,r,i)}),4),ae=m((function(e,t,r){return te((e=>e),((e,t)=>t))(_(1),e,t,r)}),3);function ne(e){return(t,...r)=>f(t)(...r,((t,...r)=>{"object"==typeof console&&(t?console.error&&console.error(t):console[e]&&r.forEach((t=>console[e](t))))}))}var oe=ne("dir"),se=m((function(e,t,r){r=x(r);var i,a=f(e),n=f(t);function o(e,...t){if(e)return r(e);!1!==e&&(i=t,n(...t,s))}function s(e,t){return e?r(e):!1!==e?t?void a(o):r(null,...i):void 0}return s(null,!0)}),3);function ce(e,t,r){const i=f(t);return se(e,((...e)=>{const t=e.pop();i(...e,((e,r)=>t(e,!r)))}),r)}function ue(e){return(t,r,i)=>e(t,i)}var le=m((function(e,t,r){return D(e,ue(f(t)),r)}),3),pe=m((function(e,t,r,i){return _(t)(e,ue(f(r)),i)}),4),he=m((function(e,t,r){return pe(e,1,t,r)}),3);function de(e){return d(e)?e:function(...t){var r=t.pop(),i=!0;t.push(((...e)=>{i?u((()=>r(...e))):r(...e)})),e.apply(this,t),i=!1}}var fe=m((function(e,t,r){return te((e=>!e),(e=>!e))(D,e,t,r)}),3),me=m((function(e,t,r,i){return te((e=>!e),(e=>!e))(_(t),e,r,i)}),4),ge=m((function(e,t,r){return te((e=>!e),(e=>!e))(T,e,t,r)}),3);function ve(e,t,r,i){var a=new Array(t.length);e(t,((e,t,i)=>{r(e,((e,r)=>{a[t]=!!r,i(e)}))}),(e=>{if(e)return i(e);for(var r=[],n=0;n{r(e,((r,n)=>{if(r)return i(r);n&&a.push({index:t,value:e}),i(r)}))}),(e=>{if(e)return i(e);i(null,a.sort(((e,t)=>e.index-t.index)).map((e=>e.value)))}))}function be(e,t,r,i){return(y(t)?ve:ye)(e,t,f(r),i)}var we=m((function(e,t,r){return be(D,e,t,r)}),3),xe=m((function(e,t,r,i){return be(_(t),e,r,i)}),4),ke=m((function(e,t,r){return be(T,e,t,r)}),3),_e=m((function(e,t){var r=x(t),i=f(de(e));return function e(t){if(t)return r(t);!1!==t&&i(e)}()}),2),je=m((function(e,t,r,i){var a=f(r);return Y(e,t,((e,t)=>{a(e,((r,i)=>r?t(r):t(r,{key:i,val:e})))}),((e,t)=>{for(var r={},{hasOwnProperty:a}=Object.prototype,n=0;n{n(e,t,((e,i)=>{if(e)return r(e);a[t]=i,r(e)}))}),(e=>i(e,a)))}),4);function Ce(e,t,r){return Ae(e,1/0,t,r)}function Te(e,t,r){return Ae(e,1,t,r)}function Oe(e,t=(e=>e)){var r=Object.create(null),i=Object.create(null),n=f(e),o=a(((e,a)=>{var o=t(...e);o in r?u((()=>a(null,...r[o]))):o in i?i[o].push(a):(i[o]=[a],n(...e,((e,...t)=>{e||(r[o]=t);var a=i[o];delete i[o];for(var n=0,s=a.length;n{var i=y(t)?[]:{};e(t,((e,t,r)=>{f(e)(((e,...a)=>{a.length<2&&([a]=a),i[t]=a,r(e)}))}),(e=>r(e,i)))}),3);function Ie(e,t){return Fe(D,e,t)}function ze(e,t,r){return Fe(_(t),e,r)}function Be(e,t){var r=f(e);return H(((e,t)=>{r(e[0],t)}),t,1)}class Re{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&&qe(this.heap[e],this.heap[t=Le(e)]);){let r=this.heap[e];this.heap[e]=this.heap[t],this.heap[t]=r,e=t}}percDown(e){let t;for(;(t=1+(e<<1))=0;e--)this.percDown(e);return this}}function Le(e){return(e+1>>1)-1}function qe(e,t){return e.priority!==t.priority?e.priority{})){if("function"!=typeof i)throw new Error("task callback must be a function");if(r.started=!0,Array.isArray(e)||(e=[e]),0===e.length&&r.idle())return u((()=>r.drain()));for(var a=0,n=e.length;a{let i={};if(e&&(i.error=e),t.length>0){var a=t;t.length<=1&&([a]=t),i.value=a}r(null,i)})),t.apply(this,e)}))}function He(e){var t;return Array.isArray(e)?t=e.map($e):(t={},Object.keys(e).forEach((r=>{t[r]=$e.call(this,e[r])}))),t}function Ve(e,t,r,i){const a=f(r);return be(e,t,((e,t)=>{a(e,((e,r)=>{t(e,!r)}))}),i)}var Ge=m((function(e,t,r){return Ve(D,e,t,r)}),3),We=m((function(e,t,r,i){return Ve(_(t),e,r,i)}),4),Ke=m((function(e,t,r){return Ve(T,e,t,r)}),3);function Qe(e){return function(){return e}}function Ye(e,t,r){var i={times:5,intervalFunc:Qe(0)};if(arguments.length<3&&"function"==typeof e?(r=t||I(),t=e):(Je(i,e),r=r||I()),"function"!=typeof t)throw new Error("Invalid arguments for async.retry");var a=f(t),n=1;function o(){a(((e,...t)=>{!1!==e&&(e&&n++{function n(e){i(...t,e)}return(t.lengthe))(D,e,t,r)}),3),tt=m((function(e,t,r,i){return te(Boolean,(e=>e))(_(t),e,r,i)}),4),rt=m((function(e,t,r){return te(Boolean,(e=>e))(T,e,t,r)}),3),it=m((function(e,t,r){var i=f(t);return A(e,((e,t)=>{i(e,((r,i)=>{if(r)return t(r);t(r,{value:e,criteria:i})}))}),((e,t)=>{if(e)return r(e);r(null,t.sort(a).map((e=>e.value)))}));function a(e,t){var r=e.criteria,i=t.criteria;return ri?1:0}}),3);function at(e,t,r){var i=f(e);return a(((a,n)=>{var o,s=!1;a.push(((...e)=>{s||(n(...e),clearTimeout(o))})),o=setTimeout((function(){var t=e.name||"anonymous",i=new Error('Callback function "'+t+'" timed out.');i.code="ETIMEDOUT",r&&(i.info=r),s=!0,n(i)}),t),i(...a)}))}function nt(e,t,r,i){var a=f(r);return Y(function(e){for(var t=Array(e);e--;)t[e]=e;return t}(e),t,a,i)}function ot(e,t,r){return nt(e,1/0,t,r)}function st(e,t,r){return nt(e,1,t,r)}function ct(e,t,r,i){arguments.length<=3&&"function"==typeof t&&(i=r,r=t,t=Array.isArray(e)?[]:{}),i=w(i||I());var a=f(r);return D(e,((e,r,i)=>{a(t,e,r,i)}),(e=>i(e,t))),i[F]}var ut=m((function(e,t){var r,i=null;return he(e,((e,t)=>{f(e)(((e,...a)=>{if(!1===e)return t(e);a.length<2?[r]=a:r=a,i=e,t(e?null:{})}))}),(()=>t(i,r)))}));function lt(e){return(...t)=>(e.unmemoized||e)(...t)}var pt=m((function(e,t,r){r=x(r);var i=f(t),a=f(e),n=[];function o(e,...t){if(e)return r(e);n=t,!1!==e&&a(s)}function s(e,t){return e?r(e):!1!==e?t?void i(o):r(null,...n):void 0}return a(s)}),3);function ht(e,t,r){const i=f(e);return pt((e=>i(((t,r)=>e(t,!r)))),t,r)}var dt=m((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 r=0;function i(t){f(e[r++])(...t,x(a))}function a(a,...n){if(!1!==a)return a||r===e.length?t(a,...n):void i(n)}i([])}));const ft={apply:i,applyEach:C,applyEachSeries:P,asyncify:l,auto:z,autoInject:U,cargo:V,cargoQueue:G,compose:Q,concat:Z,concatLimit:J,concatSeries:X,constant:ee,detect:re,detectLimit:ie,detectSeries:ae,dir:oe,doUntil:ce,doWhilst:se,each:le,eachLimit:pe,eachOf:D,eachOfLimit:j,eachOfSeries:T,eachSeries:he,ensureAsync:de,every:fe,everyLimit:me,everySeries:ge,filter:we,filterLimit:xe,filterSeries:ke,forever:_e,groupBy:Ee,groupByLimit:je,groupBySeries:Se,log:De,map:A,mapLimit:Y,mapSeries:O,mapValues:Ce,mapValuesLimit:Ae,mapValuesSeries:Te,memoize:Oe,nextTick:Pe,parallel:Ie,parallelLimit:ze,priorityQueue:Ne,queue:Be,race:Ue,reduce:W,reduceRight:Me,reflect:$e,reflectAll:He,reject:Ge,rejectLimit:We,rejectSeries:Ke,retry:Ye,retryable:Ze,seq:K,series:Xe,setImmediate:u,some:et,someLimit:tt,someSeries:rt,sortBy:it,timeout:at,times:ot,timesLimit:nt,timesSeries:st,transform:ct,tryEach:ut,unmemoize:lt,until:ht,waterfall:dt,whilst:pt,all:fe,allLimit:me,allSeries:ge,any:et,anyLimit:tt,anySeries:rt,find:re,findLimit:ie,findSeries:ae,flatMap:Z,flatMapLimit:J,flatMapSeries:X,forEach:le,forEachSeries:he,forEachLimit:pe,forEachOf:D,forEachOfSeries:T,forEachOfLimit:j,inject:W,foldl:W,foldr:Me,select:we,selectLimit:xe,selectSeries:ke,wrapSync:l,during:pt,doDuring:se}},59118:(e,t,r)=>{e.exports={parallel:r(19162),serial:r(31357),serialOrdered:r(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,r)=>{var i=r(9265);e.exports=function(e){var t=!1;return i((function(){t=!0})),function(r,a){t?e(r,a):i((function(){e(r,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,r)=>{var i=r(55912),a=r(37651);e.exports=function(e,t,r,n){var o=r.keyedList?r.keyedList[r.index]:r.index;r.jobs[o]=function(e,t,r,a){return 2==e.length?e(r,i(a)):e(r,t,i(a))}(t,o,e[o],(function(e,t){o in r.jobs&&(delete r.jobs[o],e?a(r):r.results[o]=t,n(e,r.results))}))}},94528:e=>{e.exports=function(e,t){var r=!Array.isArray(e),i={index:0,keyedList:r||t?Object.keys(e):null,jobs:{},results:r?{}:[],size:r?Object.keys(e).length:e.length};return t&&i.keyedList.sort(r?t:function(r,i){return t(e[r],e[i])}),i}},25353:(e,t,r)=>{var i=r(37651),a=r(55912);e.exports=function(e){Object.keys(this.jobs).length&&(this.index=this.size,i(this),a(e)(null,this.results))}},19162:(e,t,r)=>{var i=r(97594),a=r(94528),n=r(25353);e.exports=function(e,t,r){for(var o=a(e);o.index<(o.keyedList||e).length;)i(e,t,o,(function(e,t){e?r(e,t):0!==Object.keys(o.jobs).length||r(null,o.results)})),o.index++;return n.bind(o,r)}},31357:(e,t,r)=>{var i=r(69087);e.exports=function(e,t,r){return i(e,t,null,r)}},69087:(e,t,r)=>{var i=r(97594),a=r(94528),n=r(25353);function o(e,t){return et?1:0}e.exports=function(e,t,r,o){var s=a(e,r);return i(e,t,s,(function r(a,n){a?o(a,n):(s.index++,s.index<(s.keyedList||e).length?i(e,t,s,r):o(null,s.results))})),n.bind(s,o)},e.exports.ascending=o,e.exports.descending=function(e,t){return-1*o(e,t)}},17555:(e,t,r)=>{var i=r(76417),a=r(78835).parse,n=["acl","location","logging","notification","partNumber","policy","requestPayment","torrent","uploadId","uploads","versionId","versioning","versions","website"];function o(e){return"AWS "+e.key+":"+c(e)}function s(e){return i.createHmac("sha1",e.secret).update(e.message).digest("base64")}function c(e){return e.message=u(e),s(e)}function u(e){var t=e.amazonHeaders||"";return t&&(t+="\n"),[e.verb,e.md5,e.contentType,e.date?e.date.toUTCString():"",t+e.resource].join("\n")}function l(e){return"GET\n\n\n"+e.date+"\n"+e.resource}e.exports=o,e.exports.authorization=o,e.exports.hmacSha1=s,e.exports.sign=c,e.exports.signQuery=function(e){return e.message=l(e),s(e)},e.exports.stringToSign=u,e.exports.queryStringToSign=l,e.exports.canonicalizeHeaders=function(e){for(var t=[],r=Object.keys(e),i=0,a=r.length;i{var i=t,a=r(78835),n=r(71191),o=r(76417),s=r(59864)(1e3);function c(e,t,r){return o.createHmac("sha256",e).update(t,"utf8").digest(r)}function u(e,t){return o.createHash("sha256").update(e,"utf8").digest(t)}function l(e){return e.replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function p(e){return l(encodeURIComponent(e))}var h={authorization:!0,connection:!0,"x-amzn-trace-id":!0,"user-agent":!0,expect:!0,"presigned-expires":!0,range:!0};function d(e,t){"string"==typeof e&&(e=a.parse(e));var r=e.headers=e.headers||{},i=(!this.service||!this.region)&&this.matchHost(e.hostname||e.host||r.Host||r.host);this.request=e,this.credentials=t||this.defaultCredentials(),this.service=e.service||i[0]||"",this.region=e.region||i[1]||"us-east-1","email"===this.service&&(this.service="ses"),!e.method&&e.body&&(e.method="POST"),r.Host||r.host||(r.Host=e.hostname||e.host||this.createHost(),e.port&&(r.Host+=":"+e.port)),e.hostname||e.host||(e.hostname=r.Host||r.host),this.isCodeCommitGit="codecommit"===this.service&&"GIT"===e.method}d.prototype.matchHost=function(e){var t=((e||"").match(/([^\.]+)\.(?:([^\.]*)\.)?amazonaws\.com(\.cn)?$/)||[]).slice(1,3);if("es"===t[1]&&(t=t.reverse()),"s3"==t[1])t[0]="s3",t[1]="us-east-1";else for(var r=0;r<2;r++)if(/^s3-/.test(t[r])){t[1]=t[r].slice(3),t[0]="s3";break}return t},d.prototype.isSingleRegion=function(){return["s3","sdb"].indexOf(this.service)>=0&&"us-east-1"===this.region||["cloudfront","ls","route53","iam","importexport","sts"].indexOf(this.service)>=0},d.prototype.createHost=function(){var e=this.isSingleRegion()?"":"."+this.region;return("ses"===this.service?"email":this.service)+e+".amazonaws.com"},d.prototype.prepareRequest=function(){this.parsePath();var e,t=this.request,r=t.headers;t.signQuery?(this.parsedPath.query=e=this.parsedPath.query||{},this.credentials.sessionToken&&(e["X-Amz-Security-Token"]=this.credentials.sessionToken),"s3"!==this.service||e["X-Amz-Expires"]||(e["X-Amz-Expires"]=86400),e["X-Amz-Date"]?this.datetime=e["X-Amz-Date"]:e["X-Amz-Date"]=this.getDateTime(),e["X-Amz-Algorithm"]="AWS4-HMAC-SHA256",e["X-Amz-Credential"]=this.credentials.accessKeyId+"/"+this.credentialString(),e["X-Amz-SignedHeaders"]=this.signedHeaders()):(t.doNotModifyHeaders||this.isCodeCommitGit||(!t.body||r["Content-Type"]||r["content-type"]||(r["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8"),!t.body||r["Content-Length"]||r["content-length"]||(r["Content-Length"]=Buffer.byteLength(t.body)),!this.credentials.sessionToken||r["X-Amz-Security-Token"]||r["x-amz-security-token"]||(r["X-Amz-Security-Token"]=this.credentials.sessionToken),"s3"!==this.service||r["X-Amz-Content-Sha256"]||r["x-amz-content-sha256"]||(r["X-Amz-Content-Sha256"]=u(this.request.body||"","hex")),r["X-Amz-Date"]||r["x-amz-date"]?this.datetime=r["X-Amz-Date"]||r["x-amz-date"]:r["X-Amz-Date"]=this.getDateTime()),delete r.Authorization,delete r.authorization)},d.prototype.sign=function(){return this.parsedPath||this.prepareRequest(),this.request.signQuery?this.parsedPath.query["X-Amz-Signature"]=this.signature():this.request.headers.Authorization=this.authHeader(),this.request.path=this.formatPath(),this.request},d.prototype.getDateTime=function(){if(!this.datetime){var e=this.request.headers,t=new Date(e.Date||e.date||new Date);this.datetime=t.toISOString().replace(/[:\-]|\.\d{3}/g,""),this.isCodeCommitGit&&(this.datetime=this.datetime.slice(0,-1))}return this.datetime},d.prototype.getDate=function(){return this.getDateTime().substr(0,8)},d.prototype.authHeader=function(){return["AWS4-HMAC-SHA256 Credential="+this.credentials.accessKeyId+"/"+this.credentialString(),"SignedHeaders="+this.signedHeaders(),"Signature="+this.signature()].join(", ")},d.prototype.signature=function(){var e,t,r,i=this.getDate(),a=[this.credentials.secretAccessKey,i,this.region,this.service].join(),n=s.get(a);return n||(e=c("AWS4"+this.credentials.secretAccessKey,i),t=c(e,this.region),r=c(t,this.service),n=c(r,"aws4_request"),s.set(a,n)),c(n,this.stringToSign(),"hex")},d.prototype.stringToSign=function(){return["AWS4-HMAC-SHA256",this.getDateTime(),this.credentialString(),u(this.canonicalString(),"hex")].join("\n")},d.prototype.canonicalString=function(){this.parsedPath||this.prepareRequest();var e,t=this.parsedPath.path,r=this.parsedPath.query,i=this.request.headers,a="",n="s3"!==this.service,o="s3"===this.service||this.request.doNotEncodePath,s="s3"===this.service,c="s3"===this.service;if(e="s3"===this.service&&this.request.signQuery?"UNSIGNED-PAYLOAD":this.isCodeCommitGit?"":i["X-Amz-Content-Sha256"]||i["x-amz-content-sha256"]||u(this.request.body||"","hex"),r){var l=Object.keys(r).reduce((function(e,t){return t?(e[p(t)]=Array.isArray(r[t])&&c?r[t][0]:r[t],e):e}),{}),h=[];Object.keys(l).sort().forEach((function(e){Array.isArray(l[e])?l[e].map(p).sort().forEach((function(t){h.push(e+"="+t)})):h.push(e+"="+p(l[e]))})),a=h.join("&")}return"/"!==t&&(n&&(t=t.replace(/\/{2,}/g,"/")),"/"!==(t=t.split("/").reduce((function(e,t){return n&&".."===t?e.pop():n&&"."===t||(o&&(t=decodeURIComponent(t.replace(/\+/g," "))),e.push(p(t))),e}),[]).join("/"))[0]&&(t="/"+t),s&&(t=t.replace(/%2F/g,"/"))),[this.request.method||"GET",t,a,this.canonicalHeaders()+"\n",this.signedHeaders(),e].join("\n")},d.prototype.canonicalHeaders=function(){var e=this.request.headers;return Object.keys(e).filter((function(e){return null==h[e.toLowerCase()]})).sort((function(e,t){return e.toLowerCase()=0&&(r=n.parse(e.slice(t+1)),e=e.slice(0,t)),this.parsedPath={path:e,query:r}},d.prototype.formatPath=function(){var e=this.parsedPath.path,t=this.parsedPath.query;return t?(null!=t[""]&&delete t[""],e+"?"+l(n.stringify(t))):e},i.RequestSigner=d,i.sign=function(e,t){return new d(e,t).sign()}},59864:e=>{function t(e){this.capacity=0|e,this.map=Object.create(null),this.list=new r}function r(){this.firstNode=null,this.lastNode=null}function i(e,t){this.key=e,this.val=t,this.prev=null,this.next=null}e.exports=function(e){return new t(e)},t.prototype.get=function(e){var t=this.map[e];if(null!=t)return this.used(t),t.val},t.prototype.set=function(e,t){var r=this.map[e];if(null!=r)r.val=t;else{if(this.capacity||this.prune(),!this.capacity)return!1;r=new i(e,t),this.map[e]=r,this.capacity--}return this.used(r),!0},t.prototype.used=function(e){this.list.moveToFront(e)},t.prototype.prune=function(){var e=this.list.pop();null!=e&&(delete this.map[e.key],this.capacity++)},r.prototype.moveToFront=function(e){this.firstNode!=e&&(this.remove(e),null==this.firstNode?(this.firstNode=e,this.lastNode=e,e.prev=null,e.next=null):(e.prev=null,e.next=this.firstNode,e.next.prev=e,this.firstNode=e))},r.prototype.pop=function(){var e=this.lastNode;return null!=e&&this.remove(e),e},r.prototype.remove=function(e){this.firstNode==e?this.firstNode=e.next:null!=e.prev&&(e.prev.next=e.next),this.lastNode==e?this.lastNode=e.prev:null!=e.next&&(e.next.prev=e.prev)}},33412:(e,t,r)=>{"use strict";var i=r(43932).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._~+/-]+=*) *$/,n=/^([^:]*):(.*)$/;function o(e){if("string"==typeof e){var t=a.exec(e);if(t){var r,o=n.exec((r=t[1],i.from(r,"base64").toString()));if(o)return new s(o[1],o[2])}}}function s(e,t){this.name=e,this.pass=t}},43932:(e,t,r)=>{var i=r(64293),a=i.Buffer;function n(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return a(e,t,r)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=i:(n(i,t),t.Buffer=o),n(a,o),o.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,r)},o.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=a(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},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 i.SlowBuffer(e)}},62703:(e,t,r)=>{"use strict";var i=r(50780).lowlevel.crypto_hash,a=0,n=function(){this.S=[new Uint32Array([3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946]),new Uint32Array([1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055]),new Uint32Array([3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504]),new Uint32Array([976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462])],this.P=new Uint32Array([608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731])};function o(e,t,r){return(e[0][t[r+3]]+e[1][t[r+2]]^e[2][t[r+1]])+e[3][t[r]]}function s(e,t){var r,i=0;for(r=0;r<4;r++,a++)a>=t&&(a=0),i=i<<8|e[a];return i}function c(e,t,r){var i,a=new n,o=new Uint32Array(8),c=new Uint8Array([79,120,121,99,104,114,111,109,97,116,105,99,66,108,111,119,102,105,115,104,83,119,97,116,68,121,110,97,109,105,116,101]);for(a.expandstate(t,64,e,64),i=0;i<64;i++)a.expand0state(t,64),a.expand0state(e,64);for(i=0;i<8;i++)o[i]=s(c,c.byteLength);for(i=0;i<64;i++)a.enc(o,o.byteLength/8);for(i=0;i<8;i++)r[4*i+3]=o[i]>>>24,r[4*i+2]=o[i]>>>16,r[4*i+1]=o[i]>>>8,r[4*i+0]=o[i]}n.prototype.encipher=function(e,t){void 0===t&&(t=new Uint8Array(e.buffer),0!==e.byteOffset&&(t=t.subarray(e.byteOffset))),e[0]^=this.P[0];for(var r=1;r<16;r+=2)e[1]^=o(this.S,t,0)^this.P[r],e[0]^=o(this.S,t,4)^this.P[r+1];var i=e[0];e[0]=e[1]^this.P[17],e[1]=i},n.prototype.decipher=function(e){var t=new Uint8Array(e.buffer);0!==e.byteOffset&&(t=t.subarray(e.byteOffset)),e[0]^=this.P[17];for(var r=16;r>0;r-=2)e[1]^=o(this.S,t,0)^this.P[r],e[0]^=o(this.S,t,4)^this.P[r-1];var i=e[0];e[0]=e[1]^this.P[0],e[1]=i},n.prototype.expand0state=function(e,t){var r,i,n=new Uint32Array(2),o=new Uint8Array(n.buffer);for(r=0,a=0;r<18;r++)this.P[r]^=s(e,t);for(a=0,r=0;r<18;r+=2)this.encipher(n,o),this.P[r]=n[0],this.P[r+1]=n[1];for(r=0;r<4;r++)for(i=0;i<256;i+=2)this.encipher(n,o),this.S[r][i]=n[0],this.S[r][i+1]=n[1]},n.prototype.expandstate=function(e,t,r,i){var n,o,c=new Uint32Array(2);for(n=0,a=0;n<18;n++)this.P[n]^=s(r,i);for(n=0,a=0;n<18;n+=2)c[0]^=s(e,t),c[1]^=s(e,t),this.encipher(c),this.P[n]=c[0],this.P[n+1]=c[1];for(n=0;n<4;n++)for(o=0;o<256;o+=2)c[0]^=s(e,t),c[1]^=s(e,t),this.encipher(c),this.S[n][o]=c[0],this.S[n][o+1]=c[1];a=0},n.prototype.enc=function(e,t){for(var r=0;rv.byteLength*v.byteLength||a>1<<20)return-1;for(h=Math.floor((o+v.byteLength-1)/v.byteLength),p=Math.floor((o+h-1)/h),u=0;u0;f++){for(b[a+0]=f>>>24,b[a+1]=f>>>16,b[a+2]=f>>>8,b[a+3]=f,i(g,b,a+4),c(m,g,y),u=v.byteLength;u--;)v[u]=y[u];for(u=1;u=w);u++)n[d]=v[u];o-=u}return 0}}},10046:(e,t,r)=>{"use strict";var i=r(40412)("body-parser"),a=Object.create(null);function n(e){return function(){return function(e){var t=a[e];if(void 0!==t)return t;switch(e){case"json":t=r(56035);break;case"raw":t=r(40187);break;case"text":t=r(66560);break;case"urlencoded":t=r(54861)}return a[e]=t}(e)}}t=e.exports=i.function((function(e){var r={};if(e)for(var i in e)"type"!==i&&(r[i]=e[i]);var a=t.urlencoded(r),n=t.json(r);return function(e,t,r){n(e,t,(function(i){if(i)return r(i);a(e,t,r)}))}}),"bodyParser: use individual json/urlencoded middlewares"),Object.defineProperty(t,"json",{configurable:!0,enumerable:!0,get:n("json")}),Object.defineProperty(t,"raw",{configurable:!0,enumerable:!0,get:n("raw")}),Object.defineProperty(t,"text",{configurable:!0,enumerable:!0,get:n("text")}),Object.defineProperty(t,"urlencoded",{configurable:!0,enumerable:!0,get:n("urlencoded")})},63211:(e,t,r)=>{"use strict";var i=r(69009),a=r(11045),n=r(4914),o=r(80338),s=r(78761);e.exports=function(e,t,r,c,u,l){var p,h,d=l;e._body=!0;var f=null!==d.encoding?d.encoding:null,m=d.verify;try{p=(h=function(e,t,r){var a,n=(e.headers["content-encoding"]||"identity").toLowerCase(),o=e.headers["content-length"];if(t('content-encoding "%s"',n),!1===r&&"identity"!==n)throw i(415,"content encoding unsupported",{encoding:n,type:"encoding.unsupported"});switch(n){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 i(415,'unsupported content encoding "'+n+'"',{encoding:n,type:"encoding.unsupported"})}return a}(e,u,d.inflate)).length,h.length=void 0}catch(e){return r(e)}if(d.length=p,d.encoding=m?null:f,null===d.encoding&&null!==f&&!n.encodingExists(f))return r(i(415,'unsupported charset "'+f.toUpperCase()+'"',{charset:f.toLowerCase(),type:"charset.unsupported"}));u("read body"),a(h,d,(function(a,s){var l;if(a)return l="encoding.unsupported"===a.type?i(415,'unsupported charset "'+f.toUpperCase()+'"',{charset:f.toLowerCase(),type:"charset.unsupported"}):i(400,a),h.resume(),void o(e,(function(){r(i(400,l))}));if(m)try{u("verify body"),m(e,t,s,f)}catch(e){return void r(i(403,e,{body:s,type:e.type||"entity.verify.failed"}))}var p=s;try{u("parse body"),p="string"!=typeof s&&null!==f?n.decode(s,f):s,e.body=c(p)}catch(e){return void r(i(400,e,{body:p,type:e.type||"entity.parse.failed"}))}r()}))}},56035:(e,t,r)=>{"use strict";var i=r(79830),a=r(37811),n=r(69009),o=r(15158)("body-parser:json"),s=r(63211),c=r(40273);e.exports=function(e){var t=e||{},r="number"!=typeof t.limit?i.parse(t.limit||"100kb"):t.limit,p=!1!==t.inflate,h=t.reviver,d=!1!==t.strict,f=t.type||"application/json",m=t.verify||!1;if(!1!==m&&"function"!=typeof m)throw new TypeError("option verify must be function");var g="function"!=typeof f?function(e){return function(t){return Boolean(c(t,e))}}(f):f;function v(e){if(0===e.length)return{};if(d){var t=(r=e,u.exec(r)[1]);if("{"!==t&&"["!==t)throw o("strict violation"),function(e,t){var r=e.indexOf(t),i=e.substring(0,r)+"#";try{throw JSON.parse(i),new SyntaxError("strict violation")}catch(e){return l(e,{message:e.message.replace("#",t),stack:e.stack})}}(e,t)}var r;try{return o("parse json"),JSON.parse(e,h)}catch(e){throw l(e,{message:e.message,stack:e.stack})}}return function(e,t,i){if(e._body)return o("body already parsed"),void i();if(e.body=e.body||{},!c.hasBody(e))return o("skip empty body"),void i();if(o("content-type %j",e.headers["content-type"]),!g(e))return o("skip parsing"),void i();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 i(n(415,'unsupported charset "'+u.toUpperCase()+'"',{charset:u,type:"charset.unsupported"}));s(e,t,i,v,o,{encoding:u,inflate:p,limit:r,verify:m})}};var u=/^[\x20\x09\x0a\x0d]*(.)/;function l(e,t){for(var r=Object.getOwnPropertyNames(e),i=0;i{"use strict";var i=r(79830),a=r(15158)("body-parser:raw"),n=r(63211),o=r(40273);e.exports=function(e){var t=e||{},r=!1!==t.inflate,s="number"!=typeof t.limit?i.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,i){return e._body?(a("body already parsed"),void i()):(e.body=e.body||{},o.hasBody(e)?(a("content-type %j",e.headers["content-type"]),l(e)?void n(e,t,i,p,a,{encoding:null,inflate:r,limit:s,verify:u}):(a("skip parsing"),void i())):(a("skip empty body"),void i()))}}},66560:(e,t,r)=>{"use strict";var i=r(79830),a=r(37811),n=r(15158)("body-parser:text"),o=r(63211),s=r(40273);e.exports=function(e){var t=e||{},r=t.defaultCharset||"utf-8",c=!1!==t.inflate,u="number"!=typeof t.limit?i.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 h="function"!=typeof l?function(e){return function(t){return Boolean(s(t,e))}}(l):l;function d(e){return e}return function(e,t,i){if(e._body)return n("body already parsed"),void i();if(e.body=e.body||{},!s.hasBody(e))return n("skip empty body"),void i();if(n("content-type %j",e.headers["content-type"]),!h(e))return n("skip parsing"),void i();var l=function(e){try{return(a.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||r;o(e,t,i,d,n,{encoding:l,inflate:c,limit:u,verify:p})}}},54861:(e,t,r)=>{"use strict";var i=r(79830),a=r(37811),n=r(69009),o=r(15158)("body-parser:urlencoded"),s=r(40412)("body-parser"),c=r(63211),u=r(40273);e.exports=function(e){var t=e||{};void 0===t.extended&&s("undefined extended: provide extended option");var r=!1!==t.extended,l=!1!==t.inflate,d="number"!=typeof t.limit?i.parse(t.limit||"100kb"):t.limit,f=t.type||"application/x-www-form-urlencoded",m=t.verify||!1;if(!1!==m&&"function"!=typeof m)throw new TypeError("option verify must be function");var g=r?function(e){var t=void 0!==e.parameterLimit?e.parameterLimit:1e3,r=h("qs");if(isNaN(t)||t<1)throw new TypeError("option parameterLimit must be a positive number");return isFinite(t)&&(t|=0),function(e){var i=p(e,t);if(void 0===i)throw o("too many parameters"),n(413,"too many parameters",{type:"parameters.too.many"});var a=Math.max(100,i);return o("parse extended urlencoding"),r(e,{allowPrototypes:!0,arrayLimit:a,depth:1/0,parameterLimit:t})}}(t):function(e){var t=void 0!==e.parameterLimit?e.parameterLimit:1e3,r=h("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"),n(413,"too many parameters",{type:"parameters.too.many"});return o("parse urlencoding"),r(e,void 0,void 0,{maxKeys:t})}}(t),v="function"!=typeof f?function(e){return function(t){return Boolean(u(t,e))}}(f):f;function y(e){return e.length?g(e):{}}return function(e,t,r){if(e._body)return o("body already parsed"),void r();if(e.body=e.body||{},!u.hasBody(e))return o("skip empty body"),void r();if(o("content-type %j",e.headers["content-type"]),!v(e))return o("skip parsing"),void r();var i=function(e){try{return(a.parse(e).parameters.charset||"").toLowerCase()}catch(e){return}}(e)||"utf-8";if("utf-8"!==i)return o("invalid charset"),void r(n(415,'unsupported charset "'+i.toUpperCase()+'"',{charset:i,type:"charset.unsupported"}));c(e,t,r,y,o,{debug:o,encoding:i,inflate:l,limit:d,verify:m})}};var l=Object.create(null);function p(e,t){for(var r=0,i=0;-1!==(i=e.indexOf("&",i));)if(i++,++r===t)return;return r}function h(e){var t=l[e];if(void 0!==t)return t.parse;switch(e){case"qs":t=r(80129);break;case"querystring":t=r(71191)}return l[e]=t,t.parse}},39376:e=>{"use strict";e.exports={mask:(e,t,r,i,a)=>{for(var n=0;n{const r=e.length;for(var i=0;i{"use strict";try{e.exports=r(19516)(__dirname)}catch(t){e.exports=r(39376)}},79830:e=>{"use strict";e.exports=function(e,t){return"string"==typeof e?o(e):"number"==typeof e?n(e,t):null},e.exports.format=n,e.exports.parse=o;var t=/\B(?=(\d{3})+(?!\d))/g,r=/(?:\.0*|(\.[^0]+)0+)$/,i={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 n(e,a){if(!Number.isFinite(e))return null;var n=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&&i[l.toLowerCase()]||(l=n>=i.pb?"PB":n>=i.tb?"TB":n>=i.gb?"GB":n>=i.mb?"MB":n>=i.kb?"KB":"B");var p=(e/i[l.toLowerCase()]).toFixed(c);return u||(p=p.replace(r,"$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,r=a.exec(e),n="b";return r?(t=parseFloat(r[1]),n=r[4].toLowerCase()):(t=parseInt(e,10),n="b"),Math.floor(i[n]*t)}},73266:(e,t,r)=>{"use strict";const{V4MAPPED:i,ADDRCONFIG:a,ALL:n,promises:{Resolver:o},lookup:s}=r(40881),{promisify:c}=r(31669),u=r(12087),l=Symbol("cacheableLookupCreateConnection"),p=Symbol("cacheableLookupInstance"),h=Symbol("expires"),d="number"==typeof n,f=e=>{if(!e||"function"!=typeof e.createConnection)throw new Error("Expected an Agent instance as the first argument")},m=()=>{let e=!1,t=!1;for(const r of Object.values(u.networkInterfaces()))for(const i of r)if(!i.internal&&("IPv6"===i.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:r=3600,errorTtl:i=.15,resolver:a=new o,lookup:n=s}={}){if(this.maxTtl=t,this.errorTtl=i,this._cache=e,this._resolver=a,this._dnsLookup=c(n),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=m(),this._pending={},this._nextRemovalTime=!1,this._hostnamesToFallback=new Set,r<1)this._fallback=!1;else{this._fallback=!0;const e=setInterval((()=>{this._hostnamesToFallback.clear()}),1e3*r);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,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(t={family:t}),!r)throw new Error("Callback must be a function.");this.lookupAsync(e,t).then((e=>{t.all?r(null,e):r(null,e.address,e.family,e.expires,e.ttl)}),r)}async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=await this.query(e);if(6===t.family){const e=r.filter((e=>6===e.family));t.hints&i&&(d&&t.hints&n||0===e.length)?(e=>{for(const t of e)6!==t.family&&(t.address=`::ffff:${t.address}`,t.family=6)})(r):r=e}else 4===t.family&&(r=r.filter((e=>4===e.family)));if(t.hints&a){const{_iface:e}=this;r=r.filter((t=>6===t.family?e.has6:e.has4))}if(0===r.length){const t=new Error(`cacheableLookup ENOTFOUND ${e}`);throw t.code="ENOTFOUND",t.hostname=e,t}return t.all?r:r[0]}async query(e){let t=await this._cache.get(e);if(!t){const r=this._pending[e];if(r)t=await r;else{const r=this.queryAndCache(e);this._pending[e]=r;try{t=await r}finally{delete this._pending[e]}}}return t=t.map((e=>({...e}))),t}async _resolve(e){const[t,r]=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 i=0,a=0,n=0;const o=Date.now();for(const e of t)e.family=4,e.expires=o+1e3*e.ttl,i=Math.max(i,e.ttl);for(const e of r)e.family=6,e.expires=o+1e3*e.ttl,a=Math.max(a,e.ttl);return n=t.length>0?r.length>0?Math.min(i,a):i:a,{entries:[...t,...r],cacheTtl:n}}async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),cacheTtl:0}}catch(e){return{entries:[],cacheTtl:0}}}async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl),t[h]=Date.now()+r;try{await this._cache.set(e,t,r)}catch(e){this.lookupAsync=async()=>{const t=new Error("Cache Error. Please recreate the CacheableLookup instance.");throw t.cause=e,t}}i=this._cache,Symbol.iterator in i&&this._tick(r)}var i}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 r=0===t.entries.length?this.errorTtl:t.cacheTtl;return await this._set(e,t.entries,r),t.entries}_tick(e){const t=this._nextRemovalTime;(!t||e{this._nextRemovalTime=!1;let e=1/0;const t=Date.now();for(const[r,i]of this._cache){const a=i[h];t>=a?this._cache.delete(r):a("lookup"in t||(t.lookup=this.lookup),e[l](t,r))}uninstall(e){if(f(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=m(),(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,r)=>{"use strict";const i=r(28614),a=r(78835),n=r(40015),o=r(10031),s=r(26214),c=r(24259),u=r(25989),l=r(79715),p=r(64958);class h{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,r)=>{let p;if("string"==typeof t)p=f(a.parse(t)),t={};else if(t instanceof a.URL)p=f(a.parse(t.toString())),t={};else{const[e,...r]=(t.path||"").split("?"),i=r.length>0?`?${r.join("?")}`:"";p=f({...t,pathname:e,search:i})}(t={headers:{},method:"GET",cache:!0,strictTtl:!1,automaticFailover:!1,...t,...d(p)}).headers=u(t.headers);const m=new i,g=n(a.format(p),{stripWWW:!1,removeTrailingSlash:!1,stripAuthentication:!1}),v=`${t.method}:${g}`;let y=!1,b=!1;const w=t=>{b=!0;let i,a=!1;const n=new Promise((e=>{i=()=>{a||(a=!0,e())}})),u=e=>{if(y&&!t.forceRefresh){e.status=e.statusCode;const r=s.fromObject(y.cachePolicy).revalidatedPolicy(t,e);if(!r.modified){const t=r.policy.responseHeaders();(e=new c(y.statusCode,t,y.body,y.url)).cachePolicy=r.policy,e.fromCache=!0}}let i;e.fromCache||(e.cachePolicy=new s(t,e,t),e.fromCache=!1),t.cache&&e.cachePolicy.storable()?(i=l(e),(async()=>{try{const r=o.buffer(e);if(await Promise.race([n,new Promise((t=>e.once("end",t)))]),a)return;const i=await r,s={cachePolicy:e.cachePolicy.toObject(),url:e.url,statusCode:e.fromCache?y.statusCode:e.statusCode,body:i};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){m.emit("error",new h.CacheError(e))}})()):t.cache&&y&&(async()=>{try{await this.cache.delete(v)}catch(e){m.emit("error",new h.CacheError(e))}})(),m.emit("response",i||e),"function"==typeof r&&r(i||e)};try{const r=e(t,u);r.once("error",i),r.once("abort",i),m.emit("request",r)}catch(e){m.emit("error",new h.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 w(e);const i=s.fromObject(t.cachePolicy);if(i.satisfiesWithoutRevalidation(e)&&!e.forceRefresh){const e=i.responseHeaders(),a=new c(t.statusCode,e,t.body,t.url);a.cachePolicy=i,a.fromCache=!0,m.emit("response",a),"function"==typeof r&&r(a)}else y=t,e.headers=i.revalidationHeaders(e),w(e)},i=e=>m.emit("error",new h.CacheError(e));this.cache.once("error",i),m.on("response",(()=>this.cache.removeListener("error",i)));try{await e(t)}catch(e){t.automaticFailover&&!b&&w(t),m.emit("error",new h.CacheError(e))}})(),m}}}function d(e){const t={...e};return t.path=`${e.pathname||"/"}${e.search||""}`,delete t.pathname,delete t.search,t}function f(e){return{protocol:e.protocol,auth:e.auth,hostname:e.hostname||e.host||"localhost",port:e.port,pathname:e.pathname,search:e.search}}h.RequestError=class extends Error{constructor(e){super(e.message),this.name="RequestError",Object.assign(this,e)}},h.CacheError=class extends Error{constructor(e){super(e.message),this.name="CacheError",Object.assign(this,e)}},e.exports=h},21924:(e,t,r)=>{"use strict";var i=r(40210),a=r(55559),n=a(i("String.prototype.indexOf"));e.exports=function(e,t){var r=i(e,!!t);return"function"==typeof r&&n(e,".prototype.")>-1?a(r):r}},55559:(e,t,r)=>{"use strict";var i=r(58612),a=r(40210),n=a("%Function.prototype.apply%"),o=a("%Function.prototype.call%"),s=a("%Reflect.apply%",!0)||i.call(o,n),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(i,o,arguments);if(c&&u){var r=c(t,"length");r.configurable&&u(t,"length",{value:1+l(0,e.length-(arguments.length-1))})}return t};var p=function(){return s(i,n,arguments)};u?u(e.exports,"apply",{value:p}):e.exports.apply=p},9894:e=>{function t(e){this.dict=e||{}}t.prototype.set=function(e,t,r){if("object"!=typeof e){void 0===r&&(r=!0);var i=this.has(e);return!r&&i?this.dict[i]=this.dict[i]+","+t:this.dict[i||e]=t,i}for(var a in e)this.set(a,e[a],t)},t.prototype.has=function(e){for(var t=Object.keys(this.dict),r=(e=e.toLowerCase(),0);r{"use strict";const i={right:function(e,t){e=e.trim();const r=o.stringWidth(e);return r=t?e:" ".repeat(t-r>>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 r=0;return t.forEach((e=>{e.length>1&&o.stringWidth(e[0])>r&&(r=Math.min(Math.floor(.5*this.width),o.stringWidth(e[0])))})),t.forEach((e=>{this.div(...e.map(((t,i)=>({text:t.trim(),padding:this.measurePadding(t),width:0===i&&e.length>1?r: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(((r,a)=>{let s="";r.forEach(((r,c)=>{const{width:u}=e[c],l=this.negatePadding(e[c]);let p=r;l>o.stringWidth(r)&&(p+=" ".repeat(l-o.stringWidth(r))),e[c].align&&"left"!==e[c].align&&this.wrap&&(p=(0,i[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 r=e.match(/^ */),i=r?r[0].length:0,a=t.text,n=o.stringWidth(a.trimRight());return t.span?this.wrap?i{e.width=r[a],i=this.wrap?o.wrap(e.text,this.negatePadding(e),{hard:!0}).split("\n"):e.text.split("\n"),e.border&&(i.unshift("."+"-".repeat(this.negatePadding(e)+2)+"."),i.push("'"+"-".repeat(this.negatePadding(e)+2)+"'")),e.padding&&(i.unshift(...new Array(e.padding[0]||0).fill("")),i.push(...new Array(e.padding[2]||0).fill(""))),i.forEach(((e,r)=>{t[r]||t.push([]);const i=t[r];for(let e=0;ee.width||o.stringWidth(e.text)));let t=e.length,r=this.width;const i=e.map((e=>{if(e.width)return t--,r-=e.width,e.width})),a=t?Math.floor(r/t):0;return i.map(((t,r)=>void 0===t?Math.max(a,function(e){const t=e.padding||[],r=1+(t[3]||0)+(t[1]||0);return e.border?r+4:r}(e[r])):t))}}function n(e,t,r){return e.border?/[.']-+[.']/.test(t)?"":0!==t.trim().length?r:" ":""}let o;const s=r(14223),c=r(76003),u=r(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,r)=>{"use strict";const i=r(92413).PassThrough,a=r(66344);e.exports=e=>{if(!e||!e.pipe)throw new TypeError("Parameter `response` must be a response stream.");const t=new i;return a(e,t),e.pipe(t)}},48168:(e,t,r)=>{const i=r(8874),a={};for(const e of Object.keys(i))a[i[e]]=e;const n={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=n;for(const e of Object.keys(n)){if(!("channels"in n[e]))throw new Error("missing channels property: "+e);if(!("labels"in n[e]))throw new Error("missing channel labels property: "+e);if(n[e].labels.length!==n[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:t,labels:r}=n[e];delete n[e].channels,delete n[e].labels,Object.defineProperty(n[e],"channels",{value:t}),Object.defineProperty(n[e],"labels",{value:r})}n.rgb.hsl=function(e){const t=e[0]/255,r=e[1]/255,i=e[2]/255,a=Math.min(t,r,i),n=Math.max(t,r,i),o=n-a;let s,c;n===a?s=0:t===n?s=(r-i)/o:r===n?s=2+(i-t)/o:i===n&&(s=4+(t-r)/o),s=Math.min(60*s,360),s<0&&(s+=360);const u=(a+n)/2;return c=n===a?0:u<=.5?o/(n+a):o/(2-n-a),[s,100*c,100*u]},n.rgb.hsv=function(e){let t,r,i,a,n;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,n=0):(n=l/u,t=p(o),r=p(s),i=p(c),o===u?a=i-r:s===u?a=1/3+t-i:c===u&&(a=2/3+r-t),a<0?a+=1:a>1&&(a-=1)),[360*a,100*n,100*u]},n.rgb.hwb=function(e){const t=e[0],r=e[1];let i=e[2];const a=n.rgb.hsl(e)[0],o=1/255*Math.min(t,Math.min(r,i));return i=1-1/255*Math.max(t,Math.max(r,i)),[a,100*o,100*i]},n.rgb.cmyk=function(e){const t=e[0]/255,r=e[1]/255,i=e[2]/255,a=Math.min(1-t,1-r,1-i);return[100*((1-t-a)/(1-a)||0),100*((1-r-a)/(1-a)||0),100*((1-i-a)/(1-a)||0),100*a]},n.rgb.keyword=function(e){const t=a[e];if(t)return t;let r,n=1/0;for(const t of Object.keys(i)){const a=(s=i[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,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,i=i>.04045?((i+.055)/1.055)**2.4:i/12.92,[100*(.4124*t+.3576*r+.1805*i),100*(.2126*t+.7152*r+.0722*i),100*(.0193*t+.1192*r+.9505*i)]},n.rgb.lab=function(e){const t=n.rgb.xyz(e);let r=t[0],i=t[1],a=t[2];return r/=95.047,i/=100,a/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,a=a>.008856?a**(1/3):7.787*a+16/116,[116*i-16,500*(r-i),200*(i-a)]},n.hsl.rgb=function(e){const t=e[0]/360,r=e[1]/100,i=e[2]/100;let a,n,o;if(0===r)return o=255*i,[o,o,o];a=i<.5?i*(1+r):i+r-i*r;const s=2*i-a,c=[0,0,0];for(let e=0;e<3;e++)n=t+1/3*-(e-1),n<0&&n++,n>1&&n--,o=6*n<1?s+6*(a-s)*n:2*n<1?a:3*n<2?s+(a-s)*(2/3-n)*6:s,c[e]=255*o;return c},n.hsl.hsv=function(e){const t=e[0];let r=e[1]/100,i=e[2]/100,a=r;const n=Math.max(i,.01);return i*=2,r*=i<=1?i:2-i,a*=n<=1?n:2-n,[t,100*(0===i?2*a/(n+a):2*r/(i+r)),(i+r)/2*100]},n.hsv.rgb=function(e){const t=e[0]/60,r=e[1]/100;let i=e[2]/100;const a=Math.floor(t)%6,n=t-Math.floor(t),o=255*i*(1-r),s=255*i*(1-r*n),c=255*i*(1-r*(1-n));switch(i*=255,a){case 0:return[i,c,o];case 1:return[s,i,o];case 2:return[o,i,c];case 3:return[o,s,i];case 4:return[c,o,i];case 5:return[i,o,s]}},n.hsv.hsl=function(e){const t=e[0],r=e[1]/100,i=e[2]/100,a=Math.max(i,.01);let n,o;o=(2-r)*i;const s=(2-r)*a;return n=r*a,n/=s<=1?s:2-s,n=n||0,o/=2,[t,100*n,100*o]},n.hwb.rgb=function(e){const t=e[0]/360;let r=e[1]/100,i=e[2]/100;const a=r+i;let n;a>1&&(r/=a,i/=a);const o=Math.floor(6*t),s=1-i;n=6*t-o,0!=(1&o)&&(n=1-n);const c=r+n*(s-r);let u,l,p;switch(o){default:case 6:case 0:u=s,l=c,p=r;break;case 1:u=c,l=s,p=r;break;case 2:u=r,l=s,p=c;break;case 3:u=r,l=c,p=s;break;case 4:u=c,l=r,p=s;break;case 5:u=s,l=r,p=c}return[255*u,255*l,255*p]},n.cmyk.rgb=function(e){const t=e[0]/100,r=e[1]/100,i=e[2]/100,a=e[3]/100;return[255*(1-Math.min(1,t*(1-a)+a)),255*(1-Math.min(1,r*(1-a)+a)),255*(1-Math.min(1,i*(1-a)+a))]},n.xyz.rgb=function(e){const t=e[0]/100,r=e[1]/100,i=e[2]/100;let a,n,o;return a=3.2406*t+-1.5372*r+-.4986*i,n=-.9689*t+1.8758*r+.0415*i,o=.0557*t+-.204*r+1.057*i,a=a>.0031308?1.055*a**(1/2.4)-.055:12.92*a,n=n>.0031308?1.055*n**(1/2.4)-.055:12.92*n,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,a=Math.min(Math.max(0,a),1),n=Math.min(Math.max(0,n),1),o=Math.min(Math.max(0,o),1),[255*a,255*n,255*o]},n.xyz.lab=function(e){let t=e[0],r=e[1],i=e[2];return t/=95.047,r/=100,i/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,[116*r-16,500*(t-r),200*(r-i)]},n.lab.xyz=function(e){let t,r,i;r=(e[0]+16)/116,t=e[1]/500+r,i=r-e[2]/200;const a=r**3,n=t**3,o=i**3;return r=a>.008856?a:(r-16/116)/7.787,t=n>.008856?n:(t-16/116)/7.787,i=o>.008856?o:(i-16/116)/7.787,t*=95.047,r*=100,i*=108.883,[t,r,i]},n.lab.lch=function(e){const t=e[0],r=e[1],i=e[2];let a;return a=360*Math.atan2(i,r)/2/Math.PI,a<0&&(a+=360),[t,Math.sqrt(r*r+i*i),a]},n.lch.lab=function(e){const t=e[0],r=e[1],i=e[2]/360*2*Math.PI;return[t,r*Math.cos(i),r*Math.sin(i)]},n.rgb.ansi16=function(e,t=null){const[r,i,a]=e;let o=null===t?n.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(i/255)<<1|Math.round(r/255));return 2===o&&(s+=60),s},n.hsv.ansi16=function(e){return n.rgb.ansi16(n.hsv.rgb(e),e[2])},n.rgb.ansi256=function(e){const t=e[0],r=e[1],i=e[2];return t===r&&r===i?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(i/255*5)},n.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 r=.5*(1+~~(e>50));return[(1&t)*r*255,(t>>1&1)*r*255,(t>>2&1)*r*255]},n.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]},n.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},n.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 r=t[0];3===t[0].length&&(r=r.split("").map((e=>e+e)).join(""));const i=parseInt(r,16);return[i>>16&255,i>>8&255,255&i]},n.rgb.hcg=function(e){const t=e[0]/255,r=e[1]/255,i=e[2]/255,a=Math.max(Math.max(t,r),i),n=Math.min(Math.min(t,r),i),o=a-n;let s,c;return s=o<1?n/(1-o):0,c=o<=0?0:a===t?(r-i)/o%6:a===r?2+(i-t)/o:4+(t-r)/o,c/=6,c%=1,[360*c,100*o,100*s]},n.hsl.hcg=function(e){const t=e[1]/100,r=e[2]/100,i=r<.5?2*t*r:2*t*(1-r);let a=0;return i<1&&(a=(r-.5*i)/(1-i)),[e[0],100*i,100*a]},n.hsv.hcg=function(e){const t=e[1]/100,r=e[2]/100,i=t*r;let a=0;return i<1&&(a=(r-i)/(1-i)),[e[0],100*i,100*a]},n.hcg.rgb=function(e){const t=e[0]/360,r=e[1]/100,i=e[2]/100;if(0===r)return[255*i,255*i,255*i];const a=[0,0,0],n=t%1*6,o=n%1,s=1-o;let c=0;switch(Math.floor(n)){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-r)*i,[255*(r*a[0]+c),255*(r*a[1]+c),255*(r*a[2]+c)]},n.hcg.hsv=function(e){const t=e[1]/100,r=t+e[2]/100*(1-t);let i=0;return r>0&&(i=t/r),[e[0],100*i,100*r]},n.hcg.hsl=function(e){const t=e[1]/100,r=e[2]/100*(1-t)+.5*t;let i=0;return r>0&&r<.5?i=t/(2*r):r>=.5&&r<1&&(i=t/(2*(1-r))),[e[0],100*i,100*r]},n.hcg.hwb=function(e){const t=e[1]/100,r=t+e[2]/100*(1-t);return[e[0],100*(r-t),100*(1-r)]},n.hwb.hcg=function(e){const t=e[1]/100,r=1-e[2]/100,i=r-t;let a=0;return i<1&&(a=(r-i)/(1-i)),[e[0],100*i,100*a]},n.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},n.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},n.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},n.gray.hsl=function(e){return[0,0,e[0]]},n.gray.hsv=n.gray.hsl,n.gray.hwb=function(e){return[0,100,e[0]]},n.gray.cmyk=function(e){return[0,0,0,e[0]]},n.gray.lab=function(e){return[e[0],0,0]},n.gray.hex=function(e){const t=255&Math.round(e[0]/100*255),r=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(r.length)+r},n.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},12085:(e,t,r)=>{const i=r(48168),a=r(4111),n={};Object.keys(i).forEach((e=>{n[e]={},Object.defineProperty(n[e],"channels",{value:i[e].channels}),Object.defineProperty(n[e],"labels",{value:i[e].labels});const t=a(e);Object.keys(t).forEach((r=>{const i=t[r];n[e][r]=function(e){const t=function(...t){const r=t[0];if(null==r)return r;r.length>1&&(t=r);const i=e(t);if("object"==typeof i)for(let e=i.length,t=0;t1&&(t=r),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(i)}))})),e.exports=n},4111:(e,t,r)=>{const i=r(48168);function a(e,t){return function(r){return t(e(r))}}function n(e,t){const r=[t[e].parent,e];let n=i[t[e].parent][e],o=t[e].parent;for(;t[o].parent;)r.unshift(t[o].parent),n=a(i[t[o].parent][o],n),o=t[o].parent;return n.conversion=r,n}e.exports=function(e){const t=function(e){const t=function(){const e={},t=Object.keys(i);for(let r=t.length,i=0;i{"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,r)=>{var i=r(31669),a=r(92413).Stream,n=r(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,i.inherits(o,a),o.create=function(e){var t=new this;for(var r in e=e||{})t[r]=e[r];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 n)){var t=n.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,r)=>{"use strict";e.exports=function(e,t){var r=t||{};return function(e){var t=e.parameters,r=e.type;if(!r||"string"!=typeof r||!d.test(r))throw new TypeError("invalid type");var i=String(r).toLowerCase();if(t&&"object"==typeof t)for(var a,n=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,h=/^[\x20-\x7e\x80-\xff]+$/,d=/^[!#$%&'*+.0-9A-Z^_`a-z|~-]+$/,f=/^([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!#$&+.^_`|~-])+)$/,m=/^([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*(?:$|;)/;function g(e){var t=f.exec(e);if(!t)throw new TypeError("invalid extended field value");var r,i=t[1].toLowerCase(),n=t[2].replace(s,y);switch(i){case"iso-8859-1":r=v(n);break;case"utf-8":r=a.from(n,"binary").toString("utf8");break;default:throw new TypeError("unsupported charset in extended field")}return r}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 w(e){return'"'+String(e).replace(l,"\\$1")+'"'}function x(e){var t=String(e);return"UTF-8''"+encodeURIComponent(t).replace(n,b)}function k(e,t){this.type=e,this.parameters=t}},97296:(e,t,r)=>{var i=r(64293),a=i.Buffer;function n(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return a(e,t,r)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=i:(n(i,t),t.Buffer=o),n(a,o),o.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,r)},o.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=a(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},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 i.SlowBuffer(e)}},37811:(e,t)=>{"use strict";var r=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g,i=/^[\u000b\u0020-\u007e\u0080-\u00ff]+$/,a=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/,n=/\\([\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&&!i.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,r=e.type;if(!r||!s.test(r))throw new TypeError("invalid type");var i=r;if(t&&"object"==typeof t)for(var n,o=Object.keys(t).sort(),u=0;u{"use strict";var i=r(76489),a=r(61365);function n(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,r,i=Object.keys(e),a=0;a{var i=r(76417);function a(e){return i.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+"."+i.createHmac("sha256",t).update(e).digest("base64").replace(/\=+$/,"")},t.unsign=function(e,r){if("string"!=typeof e)throw new TypeError("Signed cookie string must be provided.");if("string"!=typeof r)throw new TypeError("Secret string must be provided.");var i=e.slice(0,e.lastIndexOf("."));return a(t.sign(i,r))==a(e)&&i}},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 i={},n=t||{},s=e.split(a),c=n.decode||r,u=0;u{!function(){"use strict";function e(t,r,i,a){return this instanceof e?(this.domain=t||void 0,this.path=r||"/",this.secure=!!i,this.script=!!a,this):new e(t,r,i,a)}function r(e,t,i){return e instanceof r?e:this instanceof r?(this.name=null,this.value=null,this.expiration_date=1/0,this.path=String(i||"/"),this.explicit_path=!1,this.domain=t||null,this.explicit_domain=!1,this.secure=!1,this.noscript=!1,e&&this.parse(e,t,i),this):new r(e,t,i)}e.All=Object.freeze(Object.create(null)),t.CookieAccessInfo=e,t.Cookie=r,r.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("; ")},r.prototype.toValueString=function(){return this.name+"="+this.value};var i=/[:](?=\s*[a-zA-Z0-9_\-]+\s*[=])/g;function a(){var e,t;return this instanceof a?(e=Object.create(null),this.setCookie=function(i,a,n){var o,s;if(o=(i=new r(i,a,n)).expiration_date<=Date.now(),void 0!==e[i.name]){for(t=e[i.name],s=0;s{t.VZ=function(e){return"[object Error]"===(t=e,Object.prototype.toString.call(t))||e instanceof Error;var t},Buffer.isBuffer},59435:e=>{var t=1e3,r=60*t,i=60*r,a=24*i;function n(e,t,r){if(!(e0)return function(e){if(!((e=String(e)).length>100)){var n=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(e);if(n){var o=parseFloat(n[1]);switch((n[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*i;case"minutes":case"minute":case"mins":case"min":case"m":return o*r;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?n(s=e,a,"day")||n(s,i,"hour")||n(s,r,"minute")||n(s,t,"second")||s+" ms":function(e){return e>=a?Math.round(e/a)+"d":e>=i?Math.round(e/i)+"h":e>=r?Math.round(e/r)+"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))}},11227:(e,t,r)=>{function i(){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=r(11658)).log=function(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},t.formatArgs=function(e){var r=this.useColors;if(e[0]=(r?"%c":"")+this.namespace+(r?" %c":" ")+e[0]+(r?"%c ":" ")+"+"+t.humanize(this.diff),r){var i="color: "+this.color;e.splice(1,0,i,"color: inherit");var a=0,n=0;e[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(a++,"%c"===e&&(n=a))})),e.splice(n,0,i)}},t.save=function(e){try{null==e?t.storage.removeItem("debug"):t.storage.debug=e}catch(e){}},t.load=i,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(i())},11658:(e,t,r)=>{var i;function a(e){function r(){if(r.enabled){var e=r,a=+new Date,n=a-(i||a);e.diff=n,e.prev=i,e.curr=a,i=a;for(var o=new Array(arguments.length),s=0;s{"undefined"!=typeof process&&"renderer"===process.type?e.exports=r(11227):e.exports=r(39)},39:(e,t,r)=>{var i=r(33867),a=r(31669);(t=e.exports=r(11658)).init=function(e){e.inspectOpts={};for(var r=Object.keys(t.inspectOpts),i=0;i{"use strict";const{Transform:i,PassThrough:a}=r(92413),n=r(78761),o=r(91511);e.exports=e=>{const t=(e.headers["content-encoding"]||"").toLowerCase();if(!["gzip","deflate","br"].includes(t))return e;const r="br"===t;if(r&&"function"!=typeof n.createBrotliDecompress)return e.destroy(new Error("Brotli is not supported on Node.js < 12")),e;let s=!0;const c=new i({transform(e,t,r){s=!1,r(null,e)},flush(e){e()}}),u=new a({autoDestroy:!1,destroy(t,r){e.destroy(),r(t)}}),l=r?n.createBrotliDecompress():n.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,r)=>{if(r._readableState.autoDestroy)throw new Error("The second stream must have the `autoDestroy` option set to `false`");const i=new Set(Object.keys(e).concat(t)),a={};for(const t of i)t in r||(a[t]={get(){const r=e[t];return"function"==typeof r?r.bind(e):r},set(r){e[t]=r},enumerable:!0,configurable:!1});return Object.defineProperties(r,a),e.once("aborted",(()=>{r.destroy(),r.emit("aborted")})),e.once("close",(()=>{e.complete&&r.readable?r.once("end",(()=>{r.emit("close")})):r.emit("close")})),r}},60993:(e,t,r)=>{const i=r(12210),{_md5:a,_ecbCrypt:n,_ecbDecrypt:o,generateBlowfishKey:s,decryptChunk:c}=r(92),{USER_AGENT_HEADER:u,pipeline:l}=r(72561);function p(e,t,r,i){let o=t+"¤"+i+"¤"+e+"¤"+r,s=a(o)+"¤"+o+"¤";return s+=".".repeat(16-s.length%16),o=n("jo6aey6haid2Teih",s),o}function h(e){let t=o("jo6aey6haid2Teih",e),[,r,i,a,n]=t.split("¤");return[a,r,n,i]}class d extends Error{constructor(){super(),this.name="DownloadEmpty"}}class f extends Error{constructor(){super(),this.name="DownloadCanceled"}}e.exports={generateStreamPath:p,generateStreamURL:function(e,t,r,i){let a=p(e,t,r,i);return"https://cdns-proxy-"+t[0]+".dzcdn.net/api/1/"+a},generateCryptedStreamURL:function(e,t,r,i){let a=p(e,t,r,i);return"https://e-cdns-proxy-"+t[0]+".dzcdn.net/mobile/1/"+a},reverseStreamPath:h,reverseStreamURL:function(e){return h(e.slice(e.find("/1/")+3))},streamTrack:async function e(t,r,a=0,n,o){if(n.isCanceled)throw new f;let p,h={"User-Agent":u},m=a,g=0,v=r.downloadURL.includes("/mobile/"),y={id:r.id,title:r.title,artist:r.mainArtist.name},b="";v&&(p=s(String(r.id)));let w=i.stream(r.downloadURL,{headers:h,retry:3}).on("response",(e=>{if(g=parseInt(e.headers["content-length"]),0==g&&(b="DownloadEmpty",w.destroy()),0!=a){let t=e.headers["content-range"];o&&o.send("downloadInfo",{uuid:n.uuid,data:y,state:"downloading",alreadyStarted:!0,value:t})}else o&&o.send("downloadInfo",{uuid:n.uuid,data:y,state:"downloading",alreadyStarted:!1,value:g})})).on("data",(function(e){if(n.isCanceled&&(b="DownloadCanceled",w.destroy()),m+=e.length,n){let t;"Single"===n.__type__?(t=m/(g+a)*100,n.progressNext=t):(t=e.length/(g+a)/n.size*100,n.progressNext+=t),n.updateProgress(o)}}));try{await l(w,(async function*(e){let t=Buffer.alloc(0);for await(let r of e)if(v)for(t=Buffer.concat([t,r]);t.length>=6144;){let e=Buffer.alloc(0),r=t.slice(0,6144);t=t.slice(6144),r.length>=2048&&(e=c(r.slice(0,2048),p),e=Buffer.concat([e,r.slice(2048)])),yield e}else yield r;if(v){let e=Buffer.alloc(0);t.length>=2048&&(e=c(t.slice(0,2048),p),e=Buffer.concat([e,t.slice(2048)])),yield e}}),t)}catch(a){if(a instanceof i.ReadError||a instanceof i.TimeoutError)await e(t,r,m,n,o);else{if(!w.destroyed)throw a;switch(b){case"DownloadEmpty":throw new d;case"DownloadCanceled":throw new f;default:throw a}}}},DownloadEmpty:d,DownloadCanceled:f}},91003:(e,t,r)=>{const{Track:i}=r(77655),{StaticPicture:a}=r(65982),{streamTrack:n,generateCryptedStreamURL:o,DownloadCanceled:s}=r(60993),{tagID3:c,tagID3v1:u,tagFLAC:l}=r(15278),{USER_AGENT_HEADER:p,pipeline:h,shellEscape:d}=r(72561),{DEFAULTS:f,OverwriteOption:m}=r(74170),{generatePath:g,generateAlbumName:v,generateArtistName:y,generateDownloadObjectName:b}=r(3554),{TrackFormats:w}=r(63623),x=r(12210),k=r(35747),{tmpdir:_}=r(12087),{queue:j,each:E}=r(57664),{exec:S}=r(63129),D={[w.FLAC]:".flac",[w.LOCAL]:".mp3",[w.MP3_320]:".mp3",[w.MP3_128]:".mp3",[w.DEFAULT]:".mp3",[w.MP4_RA3]:".mp4",[w.MP4_RA2]:".mp4",[w.MP4_RA1]:".mp4"},A={[w.FLAC]:"FLAC",[w.LOCAL]:"MP3_MISC",[w.MP3_320]:"MP3_320",[w.MP3_128]:"MP3_128",[w.DEFAULT]:"MP3_MISC",[w.MP4_RA3]:"MP4_RA3",[w.MP4_RA2]:"MP4_RA2",[w.MP4_RA1]:"MP4_RA1"},C=_()+"/deemix-imgs";async function T(e,t,r=m.DONT_OVERWRITE){if(k.existsSync(t)&&![m.OVERWRITE,m.ONLY_TAGS,m.KEEP_BOTH].includes(r)){if(0!=k.readFileSync(t).length)return t;k.unlinkSync(t)}const i=x.stream(e,{headers:{"User-Agent":p},timeout:3e4,retry:3}),a=k.createWriteStream(t);try{await h(i,a)}catch(i){if(k.unlinkSync(t),i instanceof x.HTTPError){if(e.includes("images.dzcdn.net")){let i=e.slice(0,e.lastIndexOf("/")+1),a=e.slice(i.length),n=parseInt(a.slice(0,a.indexOf("x")));if(n>1200)return T(i+a.replace(`${n}x${n}`,"1200x1200"),t,r)}return null}if(i instanceof x.TimeoutError)return T(e,t,r);throw console.trace(i),i}return t}async function O(e,t,r,i,a,n){if(t=parseInt(t),e.localTrack)return w.LOCAL;let s=!1;const c={[w.FLAC]:"FLAC",[w.MP3_320]:"MP3_320",[w.MP3_128]:"MP3_128"},u={[w.MP4_RA3]:"MP4_RA3",[w.MP4_RA2]:"MP4_RA2",[w.MP4_RA1]:"MP4_RA1"},l=Object.keys(u).includes(t);let h;async function d(e,t,r){let i;try{e.urls[r]||(e.urls[r]=o(e.id,e.MD5,e.mediaVersion,t)),i=x.get(e.urls[r],{headers:{"User-Agent":p},timeout:3e4}).on("response",(t=>{e.filesizes[`FILESIZE_${r}`]=t.headers["content-length"],e.filesizes[`FILESIZE_${r}_TESTED`]=!0,i.cancel()})).on("error",(e=>{throw e})),await i}catch(i){if(i.isCanceled)return 0==e.filesizes[`FILESIZE_${r}`]?null:t;if(i instanceof x.ReadError||i instanceof x.TimeoutError)return await d(e,t,r);if(i instanceof x.HTTPError)return null;throw console.trace(i),i}}h=r?l?{...u}:{...c}:{...u,...c};for(let o=0;ot)){if(Object.keys(e.filesizes).includes(`FILESIZE_${u}`)){if(0!=parseInt(e.filesizes[`FILESIZE_${u}`]))return c;if(!e.filesizes[`FILESIZE_${u}_TESTED`]){let t=await d(e,c,u);if(t)return t}}if(!r){if("FLAC"==u&&!i.can_stream_lossless||"MP3_320"==u&&!i.can_stream_hq)throw new R(u);throw new B}s||(s=!0,n&&a&&n.send("queueUpdate",{uuid:a,bitrateFallback:!0,data:{id:e.id,title:e.title,artist:e.mainArtist.name}}))}}if(l)throw new z;return w.DEFAULT}k.mkdirSync(C,{recursive:!0});class P extends Error{constructor(){super(),this.name="DownloadError"}}const F={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."};class I extends P{constructor(e,t){super(),this.errid=e,this.message=F[e],this.name="DownloadFailed",this.track=t}}class z extends P{constructor(){super(),this.name="TrackNot360"}}class B extends P{constructor(){super(),this.name="PreferredBitrateNotFound"}}class R extends P{constructor(e){super(),this.name="WrongLicense",this.message=`Your account doesn't have the license to stream ${e}`}}e.exports={Downloader:class{constructor(e,t,r,i){this.dz=e,this.downloadObject=t,this.settings=r||f,this.bitrate=t.bitrate,this.listener=i,this.extrasPath=null,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,r){this.listener&&this.listener.send("downloadWarn",{uuid:this.downloadObject.uuid,data:e,state:t,solution:r})}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=j((async t=>{let{track:r,pos:i}=t;e[i]=await this.downloadWrapper({trackAPI_gw:r,albumAPI:this.downloadObject.collection.albumAPI,playlistAPI:this.downloadObject.collection.playlistAPI})}),this.settings.queueConcurrency);this.downloadObject.collection.tracks_gw.forEach(((e,r)=>{t.push({track:e,pos:r})})),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 r={};const{trackAPI_gw:p,trackAPI:h,albumAPI:d,playlistAPI:f}=e;if(p.SIZE=this.downloadObject.size,this.downloadObject.isCanceled)throw new s;if("0"==p.SNG_ID)throw new I("notOnDeezer");let b,w={id:p.SNG_ID,title:p.SNG_TITLE.trim(),artist:p.ART_NAME};if(!t){t=new i,this.log(w,"getTags");try{await t.parseData(this.dz,p.SNG_ID,p,h,null,d,f)}catch(e){if("AlbumDoesntExists"===e.name)throw new I("albumDoesntExists");if("MD5NotFound"===e.name)throw new I("notLoggedIn");throw console.trace(e),e}this.log(w,"gotTags")}if(this.downloadObject.isCanceled)throw new s;if(w={id:t.id,title:t.title,artist:t.mainArtist.name},""===t.MD5)throw new I("notEncoded",t);this.log(w,"getBitrate");try{b=await O(t,this.bitrate,this.settings.fallbackBitrate,this.dz.current_user,this.downloadObject.uuid,this.listener)}catch(e){if("WrongLicense"===e.name)throw new I("wrongLicense");if("PreferredBitrateNotFound"===e.name)throw new I("wrongBitrate",t);if("TrackNot360"===e.name)throw new I("no360RA");throw console.trace(e),e}t.bitrate=b,t.album.bitrate=b,this.log(w,"gotBitrate"),t.applySettings(this.settings);let{filename:_,filepath:j,artistPath:E,coverPath:S,extrasPath:P}=g(t,this.downloadObject,this.settings);if(this.downloadObject.isCanceled)throw new s;k.mkdirSync(j,{recursive:!0});let F=D[t.bitrate],z=`${j}/${_}${F}`;P&&!this.extrasPath&&(this.extrasPath=P);let B=`jpg-${this.settings.jpegImageQuality}`;this.settings.embeddedArtworkPNG&&(B="png"),t.album.embeddedCoverURL=t.album.pic.getURL(this.settings.embeddedArtworkSize,B);let R=t.album.embeddedCoverURL.slice(-4);"."!=R.charAt(0)&&(R=".jpg"),t.album.embeddedCoverPath=`${C}/${t.album.isPlaylist?"pl"+t.playlist.id:"alb"+t.album.id}_${this.settings.embeddedArtworkSize}${R}`,this.log(w,"getAlbumArt"),this.coverQueue[t.album.embeddedCoverPath]||(this.coverQueue[t.album.embeddedCoverPath]=T(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(w,"gotAlbumArt"),S&&(r.albumURLs=[],this.settings.localArtworkFormat.split(",").forEach((e=>{if(["png","jpg"].includes(e)){let i=e;"jpg"==i&&(i+=`-${this.settings.jpegImageQuality}`);let n=t.album.pic.getURL(this.settings.localArtworkSize,i);if(t.album.pic instanceof a&&"jpg"!=e)return;r.albumURLs.push({url:n,ext:e})}})),r.albumPath=S,r.albumFilename=v(this.settings.coverImageTemplate,t.album,this.settings,t.playlist)),E&&(r.artistURLs=[],this.settings.localArtworkFormat.split(",").forEach((e=>{if("jpg"===e){let i=`${e}-${this.settings.jpegImageQuality}`,a=t.album.mainArtist.pic.getURL(this.settings.localArtworkSize,i);if(""==t.album.mainArtist.pic.md5)return;r.artistURLs.push({url:a,ext:e})}})),r.artistPath=E,r.artistFilename=y(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 r=e;"jpg"==r&&(r+=`-${this.settings.jpegImageQuality}`);let i=t.playlist.pic.getURL(this.settings.localArtworkSize,r);if(t.playlist.pic instanceof a&&"jpg"!=e)return;this.playlistURLs.push({url:i,ext:e})}})),this.playlistCovername||(t.playlist.bitrate=t.bitrate,t.playlist.dateString=t.playlist.date.format(this.settings.dateFormat),this.playlistCovername=v(this.settings.coverImageTemplate,t.playlist,this.settings,t.playlist))),this.settings.syncedLyrics&&t.lyrics.sync&&(k.existsSync(`${j}/${_}.lrc`)&&![m.OVERWRITE,m.ONLY_TAGS].includes(this.settings.overwriteFile)||k.writeFileSync(`${j}/${_}.lrc`,t.lyrics.sync));let L=k.existsSync(z);if(!L&&this.settings.overwriteFile==m.DONT_CHECK_EXT){let e=[".mp3",".flac",".opus",".m4a"],t=`${j}/${_}`;for(let r=0;r{await T(t.url,`${e.albumPath}/${e.albumFilename}.${t.ext}`,this.settings.overwriteFile)})),this.settings.saveArtworkArtist&&e.artistPath&&await E(e.artistURLs,(async t=>{await T(t.url,`${e.artistPath}/${e.artistFilename}.${t.ext}`,this.settings.overwriteFile)})),this.settings.logSearched&&e.searched){let t=`${e.data.artist} - ${e.data.title}`,r=k.readFileSync(`${this.extrasPath}/searched.txt`).toString();-1==r.indexOf(t)&&(""!=r&&(r+="\r\n"),r+=t+"\r\n",k.writeFileSync(`${this.extrasPath}/searched.txt`,r))}""!==this.settings.executeCommand&&S(this.settings.executeCommand.replaceAll("%folder%",d(this.extrasPath)).replaceAll("%filename%",d(e.filename)))}}async afterDownloadCollection(e){this.extrasPath||(this.extrasPath=this.settings.downloadLocation);let t=[],r="",i="";for(let a=0;a{await T(e.url,`${n.albumPath}/${n.albumFilename}.${e.ext}`,this.settings.overwriteFile)})),this.settings.saveArtworkArtist&&n.artistPath&&await E(n.artistURLs,(async e=>{await T(e.url,`${n.artistPath}/${n.artistFilename}.${e.ext}`,this.settings.overwriteFile)})),t[a]=n.filename||""}if(this.settings.logErrors&&""!=r&&k.writeFileSync(`${this.extrasPath}/errors.txt`,r),this.settings.logSearched&&""!=i&&k.writeFileSync(`${this.extrasPath}/searched.txt`,i),this.settings.saveArtwork&&this.playlistCovername&&!this.settings.tags.savePlaylistAsCompilation&&await E(this.playlistURLs,(async e=>{await T(e.url,`${this.extrasPath}/${this.playlistCovername}.${e.ext}`,this.settings.overwriteFile)})),this.settings.createM3U8File){let e=b(this.settings.playlistFilenameTemplate,this.downloadObject,this.settings)||"playlist";k.writeFileSync(`${this.extrasPath}/${e}.m3u8`,t.join("\n"))}""!==this.settings.executeCommand&&S(this.settings.executeCommand.replaceAll("%folder%",d(this.extrasPath)).replaceAll("%filename%",""))}},DownloadError:P,DownloadFailed:I,downloadImage:T,getPreferredBitrate:O,TrackNot360:z,PreferredBitrateNotFound:B}},57424:(e,t,r)=>{const i=r(12210),{generateTrackItem:a,generateAlbumItem:n,generatePlaylistItem:o,generateArtistItem:s,generateArtistDiscographyItem:c,generateArtistTopItem:u,LinkNotSupported:l,LinkNotRecognized:p}=r(92092);async function h(e){let t,r;return e.includes("deezer.page.link")&&(e=(e=await i.get(e)).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",r=/\/track\/(.+)/g.exec(e)[1]):-1!=e.search(/\/playlist\/(\d+)/g)?(t="playlist",r=/\/playlist\/(\d+)/g.exec(e)[1]):-1!=e.search(/\/album\/(.+)/g)?(t="album",r=/\/album\/(.+)/g.exec(e)[1]):-1!=e.search(/\/artist\/(\d+)\/top_track/g)?(t="artist_top",r=/\/artist\/(\d+)\/top_track/g.exec(e)[1]):-1!=e.search(/\/artist\/(\d+)\/discography/g)?(t="artist_discography",r=/\/artist\/(\d+)\/discography/g.exec(e)[1]):-1!=e.search(/\/artist\/(\d+)/g)&&(t="artist",r=/\/artist\/(\d+)/g.exec(e)[1]),[e,t,r]):[e,t,r]}e.exports={parseLink:h,generateDownloadObject:async function(e,t,r,i={},d){let f,m;if([t,f,m]=await h(t),null==f||null==m){const a=Object.keys(i);let n,o=null;for(let s=0;s{const{Single:i,Collection:a}=r(88818),{LyricsStatus:n}=r(63623).gw,{map_user_playlist:o}=r(63623).utils,{each:s}=r(57664);async function c(e,t,r,a,n){if(String(t).startsWith("isrc")){try{a=await e.api.get_track(t)}catch(e){throw console.trace(e),new p(`https://deezer.com/track/${t}`,e.message)}if(!a.id||!a.title)throw new h(`https://deezer.com/track/${t}`);t=a.id}if(!/^\d+$/.test(t))throw new f(`https://deezer.com/track/${t}`);let o;try{o=await e.gw.get_track_with_fallback(t)}catch(e){throw console.trace(e),new p(`https://deezer.com/track/${t}`,e.message)}let s=o.SNG_TITLE.trim();o.VERSION&&!s.includes(o.VERSION.trim())&&(s+=` ${o.VERSION.trim()}`);const c=Boolean(parseInt(o.EXPLICIT_LYRICS||"0"));return new i({type:"track",id:t,bitrate:r,title:s,artist:o.ART_NAME,cover:`https://e-cdns-images.dzcdn.net/images/cover/${o.ALB_PICTURE}/75x75-000000-80-0-0.jpg`,explicit:c,single:{trackAPI_gw:o,trackAPI:a,albumAPI:n}})}async function u(e,t,r,i){let o;if(String(t).startsWith("upc")){let r,i=[t.slice(4)];if(i.push(parseInt(i[0])),await s(i,(async t=>{try{o=await e.api.get_album(`upc:${t}`)}catch(e){r=e,o=null}})),!o)throw console.trace(r),new p(`https://deezer.com/album/${t}`,r.message);t=o.id}else try{o=await e.api.get_album(t)}catch(e){throw console.trace(e),new p(`https://deezer.com/album/${t}`,e.message)}if(!/^\d+$/.test(t))throw new f(`https://deezer.com/album/${t}`);let u=await e.gw.get_album(t);if(o.nb_disk=u.NUMBER_DISK,o.copyright=u.COPYRIGHT,o.release_date=u.PHYSICAL_RELEASE_DATE,o.root_artist=i,1==o.nb_tracks){if(o.tracks.data.length)return c(e,o.tracks.data[0].id,r,null,o);throw new p(`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/${u.ALB_PICTURE}/75x75-000000-80-0-0.jpg`;const d=h.length;o.nb_tracks=d;let m=[];h.forEach(((e,t)=>{e.POSITION=t+1,m.push(e)}));let g=[n.EXPLICIT,n.PARTIALLY_EXPLICIT].includes(u.EXPLICIT_ALBUM_CONTENT.EXPLICIT_LYRICS_STATUS||n.UNKNOWN);return new a({type:"album",id:t,bitrate:r,title:o.title,artist:o.artist.name,cover:l,explicit:g,size:d,collection:{tracks_gw:m,albumAPI:o}})}async function l(e,t,r,i,s){if(!i){if(!/^\d+$/.test(t))throw new f(`https://deezer.com/playlist/${t}`);try{i=await e.api.get_playlist(t)}catch(e){console.trace(e),i=null}if(!i)try{let r=await e.gw.get_playlist_page(t);i=o(r.DATA)}catch(e){throw console.trace(e),new p(`https://deezer.com/playlist/${t}`,e.message)}if(!i.public&&i.creator.id!=e.current_user.id)throw new d(`https://deezer.com/playlist/${t}`)}s||(s=await e.gw.get_playlist_tracks(t)),i.various_artist=await e.api.get_artist(5080);const c=s.length;i.nb_tracks=c;let u=[];return s.forEach(((e,t)=>{e.EXPLICIT_TRACK_CONTENT&&[n.EXPLICIT,n.PARTIALLY_EXPLICIT].includes(e.EXPLICIT_TRACK_CONTENT.EXPLICIT_LYRICS_STATUS)&&(i.explicit=!0),e.POSITION=t+1,u.push(e)})),i.explicit||(i.explicit=!1),new a({type:"playlist",id:t,bitrate:r,title:i.title,artist:i.creator.name,cover:i.picture_small.slice(0,-24)+"/75x75-000000-80-0-0.jpg",explicit:i.explicit,size:c,collection:{tracks_gw:u,playlistAPI:i}})}class p extends Error{constructor(e,t){super(t),this.link=e,this.name="GenerationError"}}class h extends p{constructor(e){super(e,"Track ISRC is not available on deezer"),this.name="ISRCnotOnDeezer",this.errid="ISRCnotOnDeezer"}}class d extends p{constructor(e){super(e,"You can't download others private playlists."),this.name="NotYourPrivatePlaylist",this.errid="notYourPrivatePlaylist"}}class f extends p{constructor(e){super(e,"Link ID is invalid!"),this.name="InvalidID",this.errid="invalidID"}}e.exports={generateTrackItem:c,generateAlbumItem:u,generatePlaylistItem:l,generateArtistItem:async function(e,t,r,i){if(!/^\d+$/.test(t))throw new f(`https://deezer.com/artist/${t}`);let a;try{a=await e.api.get_artist(t)}catch(e){throw console.trace(e),new p(`https://deezer.com/artist/${t}`,e.message)}const n={id:a.id,name:a.name,picture_small:a.picture_small};i&&i.send("startAddingArtist",n);const o=(await e.gw.get_artist_discography_tabs(t,100)).all||[];let c=[];return await s(o,(async t=>{try{let i=await u(e,t.id,r,n);c.push(i)}catch(e){console.warn(t.id,"No Data",e)}})),i&&i.send("finishAddingArtist",n),c},generateArtistDiscographyItem:async function(e,t,r,i){if(!/^\d+$/.test(t))throw new f(`https://deezer.com/artist/${t}/discography`);let a;try{a=await e.api.get_artist(t)}catch(e){throw console.trace(e),new p(`https://deezer.com/artist/${t}/discography`,e.message)}const n={id:a.id,name:a.name,picture_small:a.picture_small};i&&i.send("startAddingArtist",n);let o=await e.gw.get_artist_discography_tabs(t,100);delete o.all;let c=[];return await s(o,(async t=>{await s(t,(async t=>{try{let i=await u(e,t.id,r,n);c.push(i)}catch(e){console.warn(t.id,"No Data",e)}}))})),i&&i.send("finishAddingArtist",n),c},generateArtistTopItem:async function(e,t,r){if(!/^\d+$/.test(t))throw new f(`https://deezer.com/artist/${t}/top_track`);let i;try{i=e.api.get_artist(t)}catch(e){throw console.trace(e),new p(`https://deezer.com/artist/${t}/top_track`,e.message)}const a={id:i.id+"_top_track",title:i.name+" - Top Tracks",description:"Top Tracks for "+i.name,duration:0,public:!0,is_loved_track:!1,collaborative:!1,nb_tracks:0,fans:i.nb_fan,link:"https://www.deezer.com/artist/"+i.id+"/top_track",share:null,picture:i.picture,picture_small:i.picture_small,picture_medium:i.picture_medium,picture_big:i.picture_big,picture_xl:i.picture_xl,checksum:null,tracklist:"https://api.deezer.com/artist/"+i.id+"/top",creation_date:"XXXX-00-00",creator:{id:"art_"+i.id,name:i.name,type:"user"},type:"playlist"};let n=await e.gw.get_artist_toptracks(t);return l(e,a.id,r,a,n)},GenerationError:p,ISRCnotOnDeezer:h,NotYourPrivatePlaylist:d,TrackNotOnDeezer:class extends p{constructor(e){super(e,"Track not found on deezer!"),this.name="TrackNotOnDeezer",this.errid="trackNotOnDeezer"}},AlbumNotOnDeezer:class extends p{constructor(e){super(e,"Album not found on deezer!"),this.name="AlbumNotOnDeezer",this.errid="albumNotOnDeezer"}},InvalidID:f,LinkNotSupported:class extends p{constructor(e){super(e,"Link is not supported."),this.name="LinkNotSupported",this.errid="unsupportedURL"}},LinkNotRecognized:class extends p{constructor(e){super(e,"Link is not recognized."),this.name="LinkNotRecognized",this.errid="invalidURL"}}}},72392:e=>{e.exports=class{constructor(){}async setup(){}async parseLink(e){return[e,void 0,void 0]}async generateDownloadObject(e,t,r,i){return null}}},25576:(e,t,r)=>{const i=r(72392),{getConfigFolder:a}=r(13379),{generateTrackItem:n,generateAlbumItem:o,TrackNotOnDeezer:s,AlbumNotOnDeezer:c,InvalidID:u}=r(92092),{Convertable:l,Collection:p}=r(88818),{sep:h}=r(85622),d=r(35747),f=r(76676),m=r(12210),{queue:g}=r(57664);e.exports=class extends i{constructor(e){return super(),this.credentials={clientId:"",clientSecret:""},this.settings={fallbackSearch:!1},this.enabled=!1,this.sp,this.configFolder=e||a(),this.configFolder+=`spotify${h}`,this}setup(){return d.mkdirSync(this.configFolder,{recursive:!0}),this.loadSettings(),this}async parseLink(e){let t,r;return e.includes("link.tospotify.com")&&(e=(e=await m.get(e)).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",r=/[/:]track[/:](.+)/g.exec(e)[1]):-1!=e.search(/[/:]album[/:](.+)/g)?(t="album",r=/[/:]album[/:](.+)/g.exec(e)[1]):-1!=e.search(/[/:]playlist[/:](\d+)/g)&&(t="playlist",r=/[/:]playlist[/:](.+)/g.exec(e)[1]),[e,t,r]):[e,t,r]}async generateDownloadObject(e,t,r){let i,a;if([t,i,a]=await this.parseLink(t),null==i||null==a)return null;switch(i){case"track":return this.generateTrackItem(e,a,r);case"album":return this.generateAlbumItem(e,a,r);case"playlist":return this.generatePlaylistItem(e,a,r)}}async generateTrackItem(e,t,r){let i,a=this.loadCache();if(a.tracks[t]?i=a.tracks[t]:(i=await this.getTrack(t),a.tracks[t]=i,this.saveCache(a)),i.isrc)try{return n(e,`isrc:${i.isrc}`,r)}catch(e){}if(this.settings.fallbackSearch){if(!i.id||"0"===i.id){let r=await e.api.get_track_id_from_metadata(i.data.artist,i.data.title,i.data.album);"0"!==r&&(i.id=r,a.tracks[t]=i,this.saveCache(a))}if("0"!==i.id)return n(e,i.id,r)}throw new s(`https://open.spotify.com/track/${t}`)}async generateAlbumItem(e,t,r){let i,a=this.loadCache();a.albums[t]?i=a.albums[t]:(i=await this.getAlbum(t),a.albums[t]=i,this.saveCache(a));try{return o(e,`upc:${i.upc}`,r)}catch(e){throw new c(`https://open.spotify.com/album/${t}`)}}async generatePlaylistItem(e,t,r){if(!this.enabled)throw new Error("Spotify plugin not enabled");let i=await this.sp.getPlaylist(t);i=i.body;let a=this._convertPlaylistStructure(i);a.various_artist=await e.api.get_artist(5080);let n=i.tracks.items;for(;i.tracks.next;){let e=/offset=(\d+)&limit=(\d+)/g.exec(i.tracks.next),r=e[1],a=e[2],o=await this.sp.getPlaylistTracks(t,{offset:r,limit:a});i.tracks=o.body,n=n.concat(i.tracks.items)}let o=[];return n.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:r,title:i.name,artist:i.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 r={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&&(r.isrc=t.external_ids.isrc),r.data={title:t.name,artist:t.artists[0].name,album:t.album.name},r}async getAlbum(e,t=null){if(!this.enabled)throw new Error("Spotify plugin not enabled");let r={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&&(r.upc=t.external_ids.upc),r.data={title:t.name,artist:t.artists[0].name},r}async convert(e,t,r,i=null){let a=this.loadCache(),n=0,o=0,s=[];i&&i.send("startConversion",t.uuid);let c=g((async r=>{let c,u,l,{track:p,pos:h}=r;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=h+1,s[h]=l,o+=1/t.size*100,Math.round(o)!=n&&Math.round(o)%2==0&&(n=Math.round(o),i&&i.send("updateQueue",{uuid:t.uuid,conversion:n}))}}),r.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()),i&&i.send("finishConversion",t.getSlimmedDict()),d.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(){d.existsSync(this.configFolder+"settings.json")||d.writeFileSync(this.configFolder+"settings.json",JSON.stringify({...this.credentials,...this.settings},null,2));let e=JSON.parse(d.readFileSync(this.configFolder+"settings.json"));this.setSettings(e),this.checkCredentials()}saveSettings(e){e&&this.setSettings(e),this.checkCredentials(),d.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(d.readFileSync(this.configFolder+"cache.json"))}catch{e={tracks:{},albums:{}}}return e}saveCache(e){d.writeFileSync(this.configFolder+"cache.json",JSON.stringify(e))}checkCredentials(){""!==this.credentials.clientId&&""!==this.credentials.clientSecret?(this.sp=new f(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,r)=>{const{TrackFormats:i}=r(63623),{getMusicFolder:a,getConfigFolder:n}=r(13379),o=r(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(i.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,savePlaylistAsCompilation:!1,useNullSeparator:!1,saveID3v1:!0,multiArtistSeparator:"default",singleAlbumArtist:!1,coverDescriptionUTF8:!1}};function l(e,t){t=t||n(),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||n(),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((r=>{void 0!==e[r]&&typeof e[r]==typeof u[r]||(e[r]=u[r],t++)})),Object.keys(u.tags).forEach((r=>{void 0!==e.tags[r]&&typeof e.tags[r]==typeof u.tags[r]||(e.tags[r]=u.tags[r],t++)})),""==e.downloadLocation&&(e.downloadLocation=u.downloadLocation,t++),["tracknameTemplate","albumTracknameTemplate","playlistTracknameTemplate","playlistNameTemplate","artistNameTemplate","albumNameTemplate","playlistFilenameTemplate","coverImageTemplate","artistImageTemplate","paddingSize"].forEach((r=>{""==e[r]&&(e[r]=u[r],t++)})),t}(t)>0&&l(t,e),t}}},15278:(e,t,r)=>{const i=r(26355),a=r(81087),n=r(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}e.exports={tagID3:function(e,t,r){const a=n.readFileSync(e),o=new i(a);if(o.separateWithNull=String.fromCharCode(0),r.title&&o.setFrame("TIT2",t.title),r.artist&&t.artists.length&&("default"==r.multiArtistSeparator?o.setFrame("TPE1",t.artists):("nothing"==r.multiArtistSeparator?o.setFrame("TPE1",[t.mainArtist.name]):o.setFrame("TPE1",[t.artistsString]),o.setFrame("TXXX",{description:"ARTISTS",value:t.artists}))),r.album&&o.setFrame("TALB",t.album.title),r.albumArtist&&t.album.artists.length&&(r.singleAlbumArtist&&t.album.mainArtist.save?o.setFrame("TPE2",[t.album.mainArtist.name]):o.setFrame("TPE2",t.album.artists)),r.trackNumber){let e=String(t.trackNumber);r.trackTotal&&(e+=`/${t.album.trackTotal}`),o.setFrame("TRCK",e)}if(r.discNumber){let e=String(t.discNumber);r.discTotal&&(e+=`/${t.album.discTotal}`),o.setFrame("TPOS",e)}r.genre&&o.setFrame("TCON",t.album.genre),r.year&&o.setFrame("TYER",t.date.year),r.date&&o.setFrame("TDAT",""+t.date.day+t.date.month),r.length&&o.setFrame("TLEN",1e3*parseInt(t.duration)),r.bpm&&o.setFrame("TBPM",t.bpm),r.label&&o.setFrame("TPUB",t.album.label),r.isrc&&o.setFrame("TSRC",t.ISRC),r.barcode&&o.setFrame("TXXX",{description:"BARCODE",value:t.album.barcode}),r.explicit&&o.setFrame("TXXX",{description:"ITUNESADVISORY",value:t.explicit?"1":"0"}),r.replayGain&&o.setFrame("TXXX",{description:"REPLAYGAIN_TRACK_GAIN",value:t.replayGain}),r.lyrics&&t.lyrics.unsync&&o.setFrame("USLT",{description:"",lyrics:t.lyrics.unsync,language:"XXX"}),r.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&&r.composer&&o.setFrame("TCOM",t.contributors.composer)})),s.length&&r.involvedPeople&&o.setFrame("IPLS",s),r.copyright&&o.setFrame("TCOP",t.copyright),(r.savePlaylistAsCompilation&&t.playlist||"compile"==t.album.recordType)&&o.setFrame("TCMP","1"),r.source&&(o.setFrame("TXXX",{description:"SOURCE",value:"Deezer"}),o.setFrame("TXXX",{description:"SOURCEID",value:t.id})),r.cover&&t.album.embeddedCoverPath){const e=n.readFileSync(t.album.embeddedCoverPath);0!=e.length&&o.setFrame("APIC",{type:3,data:e,description:"cover",useUnicodeEncoding:r.coverDescriptionUTF8})}o.addTag(),n.writeFileSync(e,Buffer.from(o.arrayBuffer))},tagFLAC:function(e,t,r){const i=new a(e);if(i.removeAllTags(),r.title&&i.setTag(`TITLE=${t.title}`),r.artist&&t.artists.length&&("default"==r.multiArtistSeparator?t.artists.forEach((e=>{i.setTag(`ARTIST=${e}`)})):("nothing"==r.multiArtistSeparator?i.setTag(`ARTIST=${t.mainArtist.name}`):i.setTag(`ARTIST=${t.artistsString}`),t.artists.forEach((e=>{i.setTag(`ARTISTS=${e}`)})))),r.album&&i.setTag(`ALBUM=${t.album.title}`),r.albumArtist&&t.album.artists.length&&(r.singleAlbumArtist&&t.album.mainArtist.save?i.setTag(`ALBUMARTIST=${t.album.mainArtist.name}`):t.album.artists.forEach((e=>{i.setTag(`ALBUMARTIST=${e}`)}))),r.trackNumber&&i.setTag(`TRACKNUMBER=${t.trackNumber}`),r.trackTotal&&i.setTag(`TRACKTOTAL=${t.album.trackTotal}`),r.discNumber&&i.setTag(`DISCNUMBER=${t.discNumber}`),r.discTotal&&i.setTag(`DISCTOTAL=${t.album.discTotal}`),r.genre&&t.album.genre.forEach((e=>{i.setTag(`GENRE=${e}`)})),r.date?i.setTag(`DATE=${t.dateString}`):r.year&&i.setTag(`DATE=${t.date.year}`),r.length&&i.setTag("LENGTH="+1e3*parseInt(t.duration)),r.bpm&&i.setTag(`BPM=${t.bpm}`),r.label&&i.setTag(`PUBLISHER=${t.album.label}`),r.isrc&&i.setTag(`ISRC=${t.ISRC}`),r.barcode&&i.setTag(`BARCODE=${t.album.barcode}`),r.explicit&&i.setTag("ITUNESADVISORY="+(t.explicit?"1":"0")),r.replayGain&&i.setTag(`REPLAYGAIN_TRACK_GAIN=${t.replayGain}`),r.lyrics&&t.lyrics.unsync&&i.setTag(`LYRICS=${t.lyrics.unsync}`),Object.keys(t.contributors).forEach((e=>{["author","engineer","mixer","producer","writer","composer"].includes(e)?(r.involvedPeople&&"composer"!=e||r.composer&&"composer"==e)&&t.contributors[e].forEach((t=>{i.setTag(`${e.toUpperCase()}=${t}`)})):"musicpublisher"===e&&r.involvedPeople&&t.contributors.musicpublisher.forEach((e=>{i.setTag(`ORGANIZATION=${e}`)}))})),r.copyright&&i.setTag(`COPYRIGHT=${t.copyright}`),(r.savePlaylistAsCompilation&&t.playlist||"compile"==t.album.recordType)&&i.setTag("COMPILATION=1"),r.source&&(i.setTag("SOURCE=Deezer"),i.setTag(`SOURCEID=${t.id}`)),r.cover&&t.album.embeddedCoverPath){let e=n.readFileSync(t.album.embeddedCoverPath);0!=e.length&&i.importPicture(e)}i.save()},tagID3v1:function(e,t,r){const i=Buffer.alloc(128);if(i.write("TAG",0),r.title){let e=s(t.title.substring(0,30));i.write(e,3)}if(r.artist){let e;e=t.artistsString?t.artistsString:t.mainArtist.name;let r=s(e.substring(0,30));i.write(r,33)}if(r.album){let e=s(t.album.title.substring(0,30));i.write(e,63)}if(r.year){let e=t.date.year.substring(0,4);i.write(e,93)}if(r.trackNumber&&t.trackNumber<=65535&&(t.trackNumber>255?(i.writeUInt8(parseInt(t.trackNumber>>8),125),i.writeUInt8(parseInt(255&t.trackNumber),126)):i.writeUInt8(parseInt(t.trackNumber),126)),r.genre){let e=t.album.genre[0];o.includes(e)?i.writeUInt8(o.indexOf(e),127):i.writeUInt8(255,127)}else i.writeUInt8(255,127);const a=n.readFileSync(e),c=new ArrayBuffer(a.byteLength+128),u=new Uint8Array(c);u.set(new Uint8Array(a),0),u.set(new Uint8Array(i),a.byteLength),n.writeFileSync(e,Buffer.from(c))}}},28215:(e,t,r)=>{const{LyricsStatus:i}=r(63623).gw,{removeDuplicateArtists:a,removeFeatures:n}=r(72561),{Artist:o}=r(5809),{Date:s}=r(7860),{Picture:c}=r(65982),{VARIOUS_ARTISTS:u}=r(76303);e.exports={Album:class{constructor(e="0",t="",r=""){this.id=e,this.title=t,this.pic=new c(r,"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,r="Main"==e.role;t?this.variousArtists=new o(e.id,e.name,e.role):(this.artists.includes(e.name)||this.artists.push(e.name),(r||!this.artist.Main.includes(e.name)&&!r)&&(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=[i.EXPLICIT,i.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 n(this.title)}}}},5809:(e,t,r)=>{const{Picture:i}=r(65982),{VARIOUS_ARTISTS:a}=r(76303);e.exports={Artist:class{constructor(e="0",t="",r="",a=""){this.id=String(e),this.name=t,this.pic=new i(a,"artist"),this.role=r,this.save=!0}isVariousArtists(){return this.id==a}}}},7860:e=>{e.exports={Date:class{constructor(e="00",t="00",r="XXXX"){this.day=e,this.month=t,this.year=r,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.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,__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}}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 r 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:r,Convertable:class extends r{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,r="",i=0;for(let e=0;e{e.exports={Picture:class{constructor(e="",t=""){this.md5=e,this.type=t}getURL(e,t){let r=`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",r+`-000000-${e}-0-0.jpg`}return"png"==t?r+"-none-100-0-0.png":r+".jpg"}},StaticPicture:class{constructor(e){this.staticURL=e}getURL(){return this.staticURL}}}},79709:(e,t,r)=>{const{Artist:i}=r(5809),{Date:a}=r(7860),{Picture:n,StaticPicture:o}=r(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),r=e.creation_date.slice(5,7),s=e.creation_date.slice(8,10);if(this.date=new a(s,r,t),this.discTotal="1",this.playlistID=e.id,this.owner=e.creator,e.picture_small.includes("dzcdn.net")){let t=e.picture_small,r=t.slice(t.indexOf("images/")+7);r=r.slice(0,r.indexOf("/"));let i=t.slice(t.indexOf(r+"/")+r.length+1,-24);this.pic=new n(i,r)}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 i(e.various_artist.id,e.various_artist.name,e.various_artist.role,t),this.mainArtist=this.variousArtists}}}}},77655:(e,t,r)=>{const i=r(12210),{Artist:a}=r(5809),{Album:n}=r(28215),{Playlist:o}=r(79709),{Picture:s}=r(65982),{Lyrics:c}=r(69786),{Date:u}=r(7860),{VARIOUS_ARTISTS:l}=r(76303),{changeCase:p}=r(72561),{FeaturesOption:h}=r(74170),{generateReplayGainString:d,removeDuplicateArtists:f,removeFeatures:m,andCommaConcat:g}=r(72561);class v extends Error{constructor(e){super(e),this.name="TrackError"}}class y extends v{constructor(e){super(e),this.name="NoDataToParse"}}class b extends v{constructor(e){super(e),this.name="AlbumDoesntExists"}}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}async retriveFilesizes(e){let t,r=await e.cookie_jar.getCookies("https://www.deezer.com");r=r.find((e=>"sid"===e.key)).value;try{t=await i.post("https://api.deezer.com/1.0/gateway.php",{searchParams:{api_key:"4VCYIJUCDLOUELGD1V8WBVYBNVDYOXEWSLLZDONGBBDFVXTZJRXPR29JRLQFO6ZE",sid:r,input:"3",output:"3",method:"song_getData"},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 v(t.error);const a=t.results;let n={};Object.entries(a).forEach((e=>{let[t,r]=e;t.startsWith("FILESIZE_")&&(n[t]=r,n[t+"_TESTED"]=!1)})),this.filesizes=n}async parseData(e,t,r,i,a,s,c){if(t&&!r)r=await e.gw.get_track_with_fallback(t);else if(!r)throw new y;if(!i)try{i=await e.api.get_track(r.SNG_ID)}catch{i=null}if(this.parseEssentialData(r,i),this.retriveTrackURLs(e),this.localTrack)this.parseLocalTrackData(r);else{if(await this.retriveFilesizes(e),this.parseTrackGW(r),!r.LYRICS&&"0"!=this.lyrics.id)try{r.LYRICS=await e.gw.get_track_lyrics(this.id)}catch{this.lyrics.id="0"}if("0"!=this.lyrics.id&&this.lyrics.parseLyrics(r.LYRICS),this.album=new n(r.ALB_ID,r.ALB_TITLE,r.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 b;{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),this.parseTrack(i)}return this.title=this.title.replace(/\s\s+/g," "),this.artist.Main.length||(this.artist.Main=[this.mainArtist.name]),this.position=r.POSITION,c&&(this.playlist=new o(c)),this.generateMainFeatStrings(),this}parseLocalTrackData(e){this.title=e.SNG_TITLE,this.album=new n(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=d(e.GAIN)),this.ISRC=e.ISRC,this.trackNumber=e.TRACK_NUMBER,this.contributors=e.SNG_CONTRIBUTORS,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=d(e.gain)),this.explicit||(this.explicit=e.explicit_lyrics),this.discNumber||(this.discNumber=e.disk_number),e.contributors.forEach((t=>{const r=String(t.id)==l,i="Main"==t.role;e.contributors.length>1&&r||(this.artists.includes(t.name)||this.artists.push(t.name),(i||!this.artist.Main.includes(t.name)&&!i)&&(this.artist[t.role]||(this.artist[t.role]=[]),this.artist[t.role].push(t.name)))}))}async retriveTrackURLs(e){let t=await e.get_tracks_urls(this.trackToken);this.urls={},t[0].media.forEach((e=>{this.urls[e.format]=e.sources[0].url}))}removeDuplicateArtists(){[this.artist,this.artists]=f(this.artist,this.artists)}getCleanTitle(){return m(this.title)}getFeatTitle(){return this.featArtistsString&&!this.title.toLowerCase().includes("feat.")?`${this.title} (${this.featArtistsString})`:this.title}generateMainFeatStrings(){this.mainArtistsString=g(this.artist.Main),this.featArtistsString="",this.artist.Featured&&(this.featArtistsString=`feat. ${g(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==h.REMOVE_TITLE?this.title=this.getCleanTitle():e.featuredToTitle==h.MOVE_TITLE?this.title=this.getFeatTitle():e.featuredToTitle==h.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,r)=>{this.artists[r]=p(t,e.artistCasing)})),Object.keys(this.artist).forEach((t=>{this.artist[t].forEach(((r,i)=>{this.artist[t][i]=p(r,e.artistCasing)}))})),this.generateMainFeatStrings()),"default"==e.tags.multiArtistSeparator)e.featuredToTitle==h.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!=h.MOVE_TITLE&&(this.artistsString+=` ${this.featArtistsString}`);else{let t=e.tags.multiArtistSeparator;e.featuredToTitle==h.MOVE_TITLE?this.artistsString=this.artist.Main.join(t):this.artistsString=this.artists.join(t)}}},TrackError:v,MD5NotFound:class extends v{constructor(e){super(e),this.name="MD5NotFound"}},NoDataToParse:y,AlbumDoesntExists:b}},76303:e=>{e.exports={VARIOUS_ARTISTS:"5080"}},92:(e,t,r)=>{const i=r(76417);function a(e,t="binary"){let r=i.createHash("md5");return r.update(Buffer.from(e,t)),r.digest("hex")}e.exports={_md5:a,_ecbCrypt:function(e,t){let r=i.createCipheriv("aes-128-ecb",Buffer.from(e),Buffer.from(""));return r.setAutoPadding(!1),Buffer.concat([r.update(t,"binary"),r.final()]).toString("hex").toLowerCase()},_ecbDecrypt:function(e,t){let r=i.createDecipheriv("aes-128-ecb",Buffer.from(e),Buffer.from(""));return r.setAutoPadding(!1),Buffer.concat([r.update(t,"binary"),r.final()]).toString("hex").toLowerCase()},generateBlowfishKey:function(e){const t=a(e.toString(),"ascii");let r="";for(let e=0;e<16;e++)r+=String.fromCharCode(t.charCodeAt(e)^t.charCodeAt(e+16)^"g4el58wc0zvf9na1".charCodeAt(e));return String(r)},decryptChunk:function(e,t){var r=i.createDecipheriv("bf-cbc",t,Buffer.from([0,1,2,3,4,5,6,7]));return r.setAutoPadding(!1),Buffer.concat([r.update(e),r.final()])}}},39612:(e,t,r)=>{const i=r(12210),{CookieJar:a}=r(47857),{_md5:n}=r(92),{USER_AGENT_HEADER:o}=r(72561),s="172365",c="fb0bec7ccc063dab0417eb7b0d847f34";e.exports={getAccessToken:async function(e,t){t=n(t,"utf8");const r=n([s,e,t,c].join(""),"utf8");return(await i.get("https://api.deezer.com/auth/token",{searchParams:{app_id:s,login:e,password:t,hash:r},headers:{"User-Agent":o}}).json()).access_token},getArlFromAccessToken:async function(e){let t=new a;return await i.get("https://api.deezer.com/platform/generic/track/3135556",{headers:{Authorization:`Bearer ${e}`,"User-Agent":o},cookieJar:t}),(await i.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},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 r(t){var r=new Uint8Array(2*t.length);return new Uint16Array(r.buffer).set(e(t)),r}function i(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,r,i){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],r=77===e[0]&&77===e[1]&&0===e[2]&&42===e[3];return t||r?"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)),n=r.toString();if(!a)throw new Error("Unknown picture MIME type");r||(i=!1),this.frames.push({name:"APIC",value:t,pictureType:e,mimeType:a,useUnicodeEncoding:i,description:n,size:(t=t.byteLength,a=a.length,n=n.length,11+a+1+1+(i?2+2*(n+1):n+1)+t),__type__:"Picture"})},e._setLyricsFrame=function(e,t,r){e=e.split("").map((function(e){return e.charCodeAt(0)})),t=t.toString(),r=r.toString(),this.frames.push({name:"USLT",value:r,language:e,description:t,size:(t=t.length,r=r.length,16+2*t+2+2+2*r),__type__:"Lyrics"})},e._setCommentFrame=function(e,t,r){e=e.split("").map((function(e){return e.charCodeAt(0)})),t=t.toString(),r=r.toString(),this.frames.push({name:"COMM",value:r,language:e,description:t,size:(t=t.length,r=r.length,16+2*t+2+2+2*r),__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 r;this.frames.push({name:e,value:t,size:(r=0,t.forEach((function(e){r+=2+2*e[0].length+2+2+2*e[1].length+2})),11+r),__type__:"PairedText"})},e._setSynchronisedLyricsFrame=function(e,t,r,i){var a;i=i.split("").map((function(e){return e.charCodeAt(0)})),this.frames.push({name:"SYLT",value:t,language:i,type:e,timestampFormat:r,size:(a=0,t.forEach((function(e){a+=2+2*e[0].length+2+4})),16+a),__type__:"SynchronisedLyrics"})},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 r=this.separateWithNull?String.fromCharCode(0):"TCON"===e?";":"/";r=t.join(r),this._setStringFrame(e,r);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&(n=127),e>>>14&n,e>>>7&n,e&n],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=i(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=r(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=r(e.description),s.set(u,c),c+=u.length,u=[0,0].concat(a),s.set(u,c),c+=u.length,u=r(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=r(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=r(e[0].toString()),s.set(u,c),c+=u.length,u=[0,0].concat(a),s.set(u,c),c+=u.length,u=r(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=r(e[0].toString()),s.set(u,c),c+=u.length,u=[0,0],s.set(u,c),c+=u.length,u=i(e[1]),s.set(u,c),c+=u.length}))}})),c+=this.padding,s.set(new Uint8Array(this.arrayBuffer),c),this.arrayBuffer=o},e.getBlob=function(){return new Blob([this.arrayBuffer],{type:"audio/mpeg"})},e.getURL=function(){return this.url||(this.url=URL.createObjectURL(this.getBlob())),this.url},e.revokeURL=function(){URL.revokeObjectURL(this.url)},a}()}()},72561:(e,t,r)=>{const i=r(92413),{promisify:a}=r(31669),n=a(i.pipeline),{accessSync:o,constants:s}=r(35747);function c(e){return e.forEach(((t,r)=>{e.forEach(((i,a)=>{r!=a&&i.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 r=t.slice(0,e);t.includes(")")&&(r+=t.slice(t.indexOf(")",e+1)+1)),t=r.trim(),t=t.replace(/\s\s+/g," ")}return t},andCommaConcat:function(e){const t=e.length;let r="";return e.forEach(((e,i)=>{r+=e,t!=i+1&&(r+=t-1==i+1?" & ":", ")})),r},uniqueArray:c,removeDuplicateArtists:function(e,t){return t=c(t),Object.keys(e).forEach((t=>{e[t]=c(e[t])})),[e,t]},pipeline:n,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;t{const{sep:i}=r(85622),{homedir:a}=r(12087),n=r(35747),{canWrite:o}=r(72561);let s=a(),c="",u="";function l(e){return""===e?"":n.existsSync(e)&&o(e)?e:""}e.exports={getConfigFolder:function(){return""!=c||(process.env.XDG_CONFIG_HOME&&""===c&&(c=`${process.env.XDG_CONFIG_HOME}${i}`,c=l(c)),process.env.APPDATA&&""===c&&(c=`${process.env.APPDATA}${i}`,c=l(c)),"darwin"==process.platform&&""===c&&(c=`${s}/Library/Application Support/`,c=l(c)),""===c&&(c=`${s}${i}.config${i}`,c=l(c)),""===c?c=`${process.cwd()}${i}config${i}`:c+=`deemix${i}`,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}${i}`,u=l(u)),n.existsSync(`${s}${i}.config${i}user-dirs.dirs`)){const e=n.readFileSync(`${s}${i}.config${i}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+=i,u=l(u)}if("win32"==process.platform&&""===u){const{execSync:e}=r(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:i}=r(63623),a={[i.MP4_RA3]:"360 HQ",[i.MP4_RA2]:"360 MQ",[i.MP4_RA1]:"360 LQ",[i.FLAC]:"FLAC",[i.MP3_320]:"320",[i.MP3_128]:"128",[i.DEFAULT]:"128",[i.LOCAL]:"MP3"};function n(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,r){let i;return i=0==parseInt(r.paddingSize)?(t+"").length:(10**(parseInt(r.paddingSize)-1)+"").length,1==i&&(i=2),r.padTracks?(e+"").padStart(i,"0"):e+""}function u(e,t,r){let i=r.illegalCharacterReplacer;return e=(e=(e=(e=(e=e.replaceAll("%title%",n(t.title,i))).replaceAll("%artist%",n(t.mainArtist.name,i))).replaceAll("%artists%",n(t.artists.join(", "),i))).replaceAll("%allartists%",n(t.artistsString,i))).replaceAll("%mainartists%",n(t.mainArtistsString,i)),e=(e=(e=(e=(e=(e=(e=t.featArtistsString?e.replaceAll("%featartists%",n("("+t.featArtistsString+")",i)):e.replaceAll("%featartists%","")).replaceAll("%album%",n(t.album.title,i))).replaceAll("%albumartist%",n(t.album.mainArtist.name,i))).replaceAll("%tracknumber%",c(t.trackNumber,t.album.trackTotal,r))).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%",n(t.album.genre[0],i)):e.replaceAll("%genre%","Unknown")).replaceAll("%year%",t.date.year)).replaceAll("%date%",t.dateString)).replaceAll("%bpm%",t.bpm)).replaceAll("%label%",n(t.album.label,i))).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,r)):(e=e.replaceAll("%playlist_id%","")).replaceAll("%position%",c(t.position,t.album.trackTotal,r))).replaceAll("\\","/")))}function l(e,t,r,i){let c=r.illegalCharacterReplacer;return i&&r.tags.savePlaylistAsCompilation?e=(e=e.replaceAll("%album_id%","pl_"+i.playlistID)).replaceAll("%genre%","Compile"):(e=e.replaceAll("%album_id%",t.id),e=t.genre.length?e.replaceAll("%genre%",n(t.genre[0],c)):e.replaceAll("%genre%","Unknown")),e=(e=(e=e.replaceAll("%album%",n(t.title,c))).replaceAll("%artist%",n(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%",n(t.rootArtist.name,c))).replaceAll("%root_artist_id%",t.rootArtist.id):(e=e.replaceAll("%root_artist%",n(t.mainArtist.name,c))).replaceAll("%root_artist_id%",t.mainArtist.id)).replaceAll("%tracktotal%",t.trackTotal)).replaceAll("%disctotal%",t.discTotal)).replaceAll("%type%",n(t.recordType.charAt(0).toUpperCase()+t.recordType.slice(1),c))).replaceAll("%upc%",t.barcode)).replaceAll("%explicit%",t.explicit?"(Explicit)":"")).replaceAll("%label%",n(t.label,c))).replaceAll("%year%",t.date.year)).replaceAll("%date%",t.dateString)).replaceAll("%bitrate%",a[parseInt(t.bitrate)])).replaceAll("\\","/")))}function p(e,t,r,i){let a=r.illegalCharacterReplacer;return e=(e=e.replaceAll("%artist%",n(t.name,a))).replaceAll("%artist_id%",t.id),s(o(e=(e=i?(e=e.replaceAll("%root_artist%",n(i.name,a))).replaceAll("%root_artist_id%",i.id):(e=e.replaceAll("%root_artist%",n(t.name,a))).replaceAll("%root_artist_id%",t.id)).replaceAll("\\","/")))}function h(e,t,r){let i=r.illegalCharacterReplacer;return s(o(e=(e=(e=(e=(e=(e=(e=(e=e.replaceAll("%playlist%",n(t.title,i))).replaceAll("%playlist_id%",n(t.playlistID,i))).replaceAll("%owner%",n(t.owner.name,i))).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,r){let i="%artist% - %title%",a=!1;"track"===t.type?(i=r.createSingleFolder?r.albumTracknameTemplate:r.tracknameTemplate,a=!0):i="album"===t.type?r.albumTracknameTemplate:r.playlistTracknameTemplate;let n,o,s,c,d=u(i,e,r);if(n=r.downloadLocation||".",r.createPlaylistFolder&&e.playlist&&!r.tags.savePlaylistAsCompilation&&(n+=`/${h(r.playlistNameTemplate,e.playlist,r)}`),e.playlist&&!r.tags.savePlaylistAsCompilation&&(c=n),(r.createArtistFolder&&!e.playlist||r.createArtistFolder&&e.playlist&&r.tags.savePlaylistAsCompilation||r.createArtistFolder&&e.playlist&&r.createStructurePlaylist)&&(n+=`/${p(r.artistNameTemplate,e.album.mainArtist,r,e.album.rootArtist)}`,o=n),r.createAlbumFolder&&(!a||a&&r.createSingleFolder)&&(!e.playlist||e.playlist&&r.tags.savePlaylistAsCompilation||e.playlist&&r.createStructurePlaylist)&&(n+=`/${l(r.albumNameTemplate,e.album,r,e.playlist)}`,s=n),c||(c=n),parseInt(e.album.discTotal)>1&&(r.createAlbumFolder&&r.createCDFolder&&(!a||a&&r.createSingleFolder)&&(!e.playlist||e.playlist&&r.tags.savePlaylistAsCompilation)||e.playlist&&r.createStructurePlaylist)&&(n+=`/CD${e.discNumber}`),d.includes("/")){let e=d.slice(0,d.indexOf("/"));n+=`/${e}`,d=d.slice(e.length+1)}return{filename:d,filepath:n,artistPath:o,coverPath:s,extrasPath:c}},generateTrackName:u,generateAlbumName:l,generateArtistName:p,generatePlaylistName:h,generateDownloadObjectName:function(e,t,r){let i=r.illegalCharacterReplacer;return s(o(e=(e=(e=(e=(e=(e=(e=e.replaceAll("%title%",n(t.title,i))).replaceAll("%artist%",n(t.artist,i))).replaceAll("%size%",t.size)).replaceAll("%type%",n(t.type,i))).replaceAll("%id%",n(t.id,i))).replaceAll("%bitrate%",a[parseInt(t.bitrate)])).replaceAll("\\","/").replace("/",i)))}}},98565:e=>{"use strict";e.exports={version:"3.3.1"}},9996:e=>{"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===r}(e)}(e)},r="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function i(e,t){return!1!==t.clone&&t.isMergeableObject(e)?s((r=e,Array.isArray(r)?[]:{}),e,t):e;var r}function a(e,t,r){return e.concat(t).map((function(e){return i(e,r)}))}function n(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function o(e,t){try{return t in e}catch(e){return!1}}function s(e,r,c){(c=c||{}).arrayMerge=c.arrayMerge||a,c.isMergeableObject=c.isMergeableObject||t,c.cloneUnlessOtherwiseSpecified=i;var u=Array.isArray(r);return u===Array.isArray(e)?u?c.arrayMerge(e,r,c):function(e,t,r){var a={};return r.isMergeableObject(e)&&n(e).forEach((function(t){a[t]=i(e[t],r)})),n(t).forEach((function(n){(function(e,t){return o(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,n)||(o(e,n)&&r.isMergeableObject(t[n])?a[n]=function(e,t){if(!t.customMerge)return s;var r=t.customMerge(e);return"function"==typeof r?r:s}(n,r)(e[n],t[n],r):a[n]=i(t[n],r))})),a}(e,r,c):i(r,c)}s.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,r){return s(e,r,t)}),{})};var c=s;e.exports=c},89372:(e,t,r)=>{const i=r(12210),a={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"};class n extends Error{constructor(e){super(e),this.name="APIError"}}class o extends n{constructor(e){super(e),this.name="ItemsLimitExceededException"}}class s extends n{constructor(e){super(e),this.name="PermissionException"}}class c extends n{constructor(e){super(e),this.name="InvalidTokenException"}}class u extends n{constructor(e){super(e),this.name="WrongParameterException"}}class l extends n{constructor(e){super(e),this.name="MissingParameterException"}}class p extends n{constructor(e){super(e),this.name="InvalidQueryException"}}class h extends n{constructor(e){super(e),this.name="DataException"}}class d extends n{constructor(e){super(e),this.name="IndividualAccountChangedNotAllowedException"}}e.exports={SearchOrder:a,API:class{constructor(e,t){this.http_headers=t,this.cookie_jar=e,this.access_token=null}async api_call(e,t){let r;void 0===t&&(t={}),this.access_token&&(t.access_token=this.access_token);try{r=await i.get("https://api.deezer.com/"+e,{searchParams:t,cookieJar:this.cookie_jar,headers:this.http_headers,timeout:3e4}).json()}catch(r){return console.debug("[ERROR] deezer.api",e,t,r.message),await new Promise((e=>setTimeout(e,2e3))),this.api_call(e,t)}if(r.error){if(r.error.code){if(-1!=[4,700].indexOf(r.error.code))return await new Promise((e=>setTimeout(e,5e3))),await this.api_call(e,t);if(100==r.error.code)throw new o(`ItemsLimitExceededException: ${e} ${r.error.message||""}`);if(200==r.error.code)throw new s(`PermissionException: ${e} ${r.error.message||""}`);if(300==r.error.code)throw new c(`InvalidTokenException: ${e} ${r.error.message||""}`);if(500==r.error.code)throw new u(`ParameterException: ${e} ${r.error.message||""}`);if(501==r.error.code)throw new l(`MissingParameterException: ${e} ${r.error.message||""}`);if(600==r.error.code)throw new p(`InvalidQueryException: ${e} ${r.error.message||""}`);if(800==r.error.code)throw new h(`DataException: ${e} ${r.error.message||""}`);if(901==r.error.code)throw new d(`IndividualAccountChangedNotAllowedException: ${e} ${r.error.message||""}`)}throw n(r.error)}return r}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 r=t.index||0,i=t.limit||25;return this.api_call(`album/${e}/comments`,{index:r,limit:i})}get_album_fans(e,t={}){const r=t.index||0,i=t.limit||100;return this.api_call(`album/${e}/fans`,{index:r,limit:i})}get_album_tracks(e,t={}){const r=t.index||0,i=t.limit||-1;return this.api_call(`album/${e}/tracks`,{index:r,limit:i})}get_artist(e){return this.api_call(`artist/${e}`)}get_artist_top(e,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`artist/${e}/top`,{index:r,limit:i})}get_artist_albums(e,t={}){const r=t.index||0,i=t.limit||-1;return this.api_call(`artist/${e}/albums`,{index:r,limit:i})}get_artist_comments(e,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`artist/${e}/comments`,{index:r,limit:i})}get_artist_fans(e,t={}){const r=t.index||0,i=t.limit||100;return this.api_call(`artist/${e}/fans`,{index:r,limit:i})}get_artist_related(e,t={}){const r=t.index||0,i=t.limit||20;return this.api_call(`artist/${e}/related`,{index:r,limit:i})}get_artist_radio(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`artist/${e}/radio`,{index:r,limit:i})}get_artist_playlists(e,t={}){const r=t.index||0,i=t.limit||-1;return this.api_call(`artist/${e}/playlists`,{index:r,limit:i})}get_chart(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}`,{index:r,limit:i})}get_chart_tracks(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/tracks`,{index:r,limit:i})}get_chart_albums(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/albums`,{index:r,limit:i})}get_chart_artists(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/artists`,{index:r,limit:i})}get_chart_playlists(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/playlists`,{index:r,limit:i})}get_chart_podcasts(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`chart/${e}/podcasts`,{index:r,limit:i})}get_comment(e){return this.api_call(`comment/${e}`)}get_editorials(e={}){const t=e.index||0,r=e.limit||10;return this.api_call("editorial",{index:t,limit:r})}get_editorial(e=0){return this.api_call(`editorial/${e}`)}get_editorial_selection(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`editorial/${e}/selection`,{index:r,limit:i})}get_editorial_charts(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`editorial/${e}/charts`,{index:r,limit:i})}get_editorial_releases(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`editorial/${e}/releases`,{index:r,limit:i})}get_genres(e={}){const t=e.index||0,r=e.limit||10;return this.api_call("genre",{index:t,limit:r})}get_genre(e=0){return this.api_call(`genre/${e}`)}get_genre_artists(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`genre/${e}/artists`,{index:r,limit:i})}get_genre_radios(e=0,t={}){const r=t.index||0,i=t.limit||10;return this.api_call(`genre/${e}/radios`,{index:r,limit:i})}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 r=t.index||0,i=t.limit||10;return this.api_call(`playlist/${e}/comments`,{index:r,limit:i})}get_playlist_fans(e,t={}){const r=t.index||0,i=t.limit||100;return this.api_call(`playlist/${e}/fans`,{index:r,limit:i})}get_playlist_tracks(e,t={}){const r=t.index||0,i=t.limit||-1;return this.api_call(`playlist/${e}/tracks`,{index:r,limit:i})}get_playlist_radio(e,t={}){const r=t.index||0,i=t.limit||100;return this.api_call(`playlist/${e}/radio`,{index:r,limit:i})}get_radios(e={}){const t=e.index||0,r=e.limit||10;return this.api_call("radio",{index:t,limit:r})}get_radios_genres(e={}){const t=e.index||0,r=e.limit||25;return this.api_call("radio/genres",{index:t,limit:r})}get_radios_top(e={}){const t=e.index||0,r=e.limit||50;return this.api_call("radio/top",{index:t,limit:r})}get_radios_lists(e={}){const t=e.index||0,r=e.limit||25;return this.api_call("radio/lists",{index:t,limit:r})}get_radio(e){return this.api_call(`radio/${e}`)}get_radio_tracks(e,t={}){const r=t.index||0,i=t.limit||40;return this.api_call(`radio/${e}/tracks`,{index:r,limit:i})}_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 r=t.strict||!1,i=t.order||a.RANKING;let n={q:e,index:t.index||0,limit:t.limit||25};return r&&(n.strict="on"),i&&(n.order=i),n}search(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search",r)}advanced_search(e,t={}){const r=this._generate_search_advanced_query(e);return this.search(r,t)}search_album(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/album",r)}search_artist(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/artist",r)}search_playlist(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/playlist",r)}search_radio(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/radio",r)}search_track(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/track",r)}search_user(e,t={}){const r=this._generate_search_args(e,t);return this.api_call("search/user",r)}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 r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/albums`,{index:r,limit:i})}get_user_artists(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/artists`,{index:r,limit:i})}get_user_flow(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/flow`,{index:r,limit:i})}get_user_following(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/followings`,{index:r,limit:i})}get_user_followers(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/followers`,{index:r,limit:i})}get_user_playlists(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/playlists`,{index:r,limit:i})}get_user_radios(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/radios`,{index:r,limit:i})}get_user_tracks(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call(`user/${e}/tracks`,{index:r,limit:i})}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,r){e=e.replace("–","-").replace("’","'"),t=t.replace("–","-").replace("’","'"),r=r.replace("–","-").replace("’","'");let i=await this.advanced_search({artist:e,track:t,album:r});if(i.data.length)return i.data[0].id;if(i=await this.advanced_search({artist:e,track:t}),i.data.length)return i.data[0].id;if(-1!=t.indexOf("(")&&-1!=t.indexOf(")")&&t.indexOf("("){const i=r(12210),{map_artist_album:a,map_user_track:n,map_user_artist:o,map_user_album:s,map_user_playlist:c}=r(75154),u={PUBLIC:0,PRIVATE:1,COLLABORATIVE:2},l={SNG_ID:0,SNG_TITLE:"",DURATION:0,MD5_ORIGIN:0,MEDIA_VERSION:0,FILESIZE:0,ALB_TITLE:"",ALB_PICTURE:"",ART_ID:0,ART_NAME:""};class p extends Error{constructor(e){super(e),this.name="APIError"}}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:u,EMPTY_TRACK_OBJ:l,GW:class{constructor(e,t){this.http_headers=t,this.cookie_jar=e}async api_call(e,t,r){void 0===typeof t&&(t={}),void 0===typeof r&&(r={});let a,n={api_version:"1.0",api_token:"deezer.getUserData"==e?"null":await this._get_token(),input:"3",method:e,...r};try{a=await i.post("http://www.deezer.com/ajax/gw-light.php",{searchParams:n,json:t,cookieJar:this.cookie_jar,headers:this.http_headers,timeout:3e4}).json()}catch(i){return console.debug("[ERROR] deezer.gw",e,t,i.message),await new Promise((e=>setTimeout(e,2e3))),this.api_call(e,t,r)}if(a.error.length)throw new p(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,r={}){const i=r.limit||10;return this.api_call("deezer.pageProfile",{user_id:e,tab:t,nb:i})}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=[],r=await this.api_call("song.getListData",{sng_ids:e}),i=0;for(let a=0;a{let i=e;i.POSITION=r.data.indexOf(e),t.push(i)})),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 r=t.limit||100;let i=[],a=await this.api_call("artist.getTopTrack",{art_id:e,nb:r});return a.data.forEach((e=>{e.POSITION=a.data.indexOf(e),i.push(e)})),i}get_artist_discography(e,t={}){const r=t.index||0,i=t.limit||25;return this.api_call("album.getDiscography",{art_id:e,discography_mode:"all",nb:i,nb_songs:0,start:r})}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=[],r=await this.api_call("playlist.getSongs",{playlist_id:e,nb:-1});return r.data.forEach((e=>{e.POSITION=r.data.indexOf(e),t.push(e)})),t}create_playlist(e,t=u.PUBLIC,r,i=[]){let a=[];return i.forEach((e=>{a.push([e,0])})),this.api_call("playlist.create",{title:e,status:t,description:r,songs:a})}edit_playlist(e,t,r,i,a=[]){let n=[];return a.forEach((e=>{n.push([e,0])})),this.api_call("playlist.update",{playlist_id:e,title:t,status:r,description:i,songs:n})}add_songs_to_playlist(e,t,r=-1){let i=[];return t.forEach((e=>{i.push([e,0])})),this.api_call("playlist.addSongs",{playlist_id:e,songs:i,offset:r})}add_song_to_playlist(e,t,r=-1){return this.add_songs_to_playlist(e,[t],r)}remove_songs_from_playlist(e,t){let r=[];return t.forEach((e=>{r.push([e,0])})),this.api_call("playlist.deleteSongs",{playlist_id:e,songs:r})}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,r=10,i=!0,a=!0,n=!0){return this.api_call("deezer.pageSearch",{query:e,start:t,nb:r,suggest:i,artist_suggest:a,top_tracks:n})}search_music(e,t,r={}){const i=r.index||0,a=r.limit||10;return this.api_call("search.music",{query:e,filter:"ALL",output:t,start:i,nb:a})}async get_artist_discography_tabs(e,t={}){const r=t.limit||100;let i,n=0,o=[],s={all:[]},c=[];do{i=await this.get_artist_discography(e,{index:n,limit:r}),o=o.concat(i.data),n+=r}while(n{if(-1==c.indexOf(t.ALB_ID)){c.push(t.ALB_ID);let r=a(t);(t.ART_ID==e||t.ART_ID!=e&&0==t.ROLE_ID)&&t.ARTISTS_ALBUMS_IS_OFFICIAL?(s[r.record_type]||(s[r.record_type]=[]),s[r.record_type].push(r),s.all.push(r)):5==t.ROLE_ID?(s.featured||(s.featured=[]),s.featured.push(r)):0==t.ROLE_ID&&(s.more||(s.more=[]),s.more.push(r),s.all.push(r))}})),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 r=t.limit||25;let i=await this.get_user_profile_page(e,"playlists",{limit:r}),a=i.DATA.USER.BLOG_NAME||"Unknown",n=i.TAB.playlists.data,o=[];return n.forEach((e=>{o.push(c(e,a))})),o}async get_user_albums(e,t={}){const r=t.limit||25;let i=await this.get_user_profile_page(e,"albums",{limit:r});i=i.TAB.albums.data;let a=[];return i.forEach((e=>{a.push(s(e))})),a}async get_user_artists(e,t={}){const r=t.limit||25;let i=this.get_user_profile_page(e,"artists",{limit:r});i=i.TAB.artists.data;let a=[];return i.forEach((e=>{a.push(o(e))})),a}async get_user_tracks(e,t={}){const r=t.limit||25;let i=this.get_user_profile_page(e,"loved",{limit:r});i=i.TAB.loved.data;let a=[];return i.forEach((e=>{a.push(n(e))})),a}},GWAPIError:p}},63623:(e,t,r)=>{const i=r(12210),{CookieJar:a,Cookie:n}=r(47857),{API:o}=r(89372),{GW:s}=r(79596);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(e=""){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","Accept-Language":e},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)}get_accept_language(){return this.http_headers["Accept-Language"]}set_accept_language(e){this.http_headers["Accept-Language"]=e}async login(e,t,r,a=0){let n=await this.gw.get_user_data();if(0==n.USER.USER_ID)return this.logged_in=!1,!1;let o=n.checkFormLogin;return-1==(await i.post("https://www.deezer.com/ajax/action.php",{headers:this.http_headers,cookieJar:this.cookie_jar,form:{type:"login",mail:e,password:t,checkFormLogin:o,reCaptchaToken:r}}).text()).text.indexOf("success")?(this.logged_in=!1,!1):(n=await this.gw.get_user_data(),await this._post_login(n),this.change_account(a),this.logged_in=!0,!0)}async login_via_arl(e,t=0){e=e.trim();let r=new n({key:"arl",value:e,domain:".deezer.com",path:"/",httpOnly:!0});await this.cookie_jar.setCookie(r.toString(),"https://www.deezer.com");let i=await this.gw.get_user_data();return 0==i.USER.USER_ID?(this.logged_in=!1,!1):(await this._post_login(i),this.change_account(t),this.logged_in=!0,!0)}async _post_login(e){this.childs=[],e.USER.MULTI_ACCOUNT.ENABLED?(await this.gw.get_child_accounts()).forEach((e=>{this.childs.push({id:e.USER_ID,name:e.BLOG_NAME,picture:e.USER_PICTURE||"",license_token:e.OPTIONS.license_token,can_stream_hq:e.OPTIONS.web_hq||e.OPTIONS.mobile_hq,can_stream_lossless:e.OPTIONS.web_lossless||e.OPTIONS.mobile_lossless})})):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})}change_account(e){return this.childs.length-1{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("—","-")}}},1313:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=(e,t)=>{let r;r="function"==typeof t?{connect:t}:t;const i="function"==typeof r.connect,a="function"==typeof r.secureConnect,n="function"==typeof r.close,o=()=>{i&&r.connect(),function(e){return e.encrypted}(e)&&a&&(e.authorized?r.secureConnect():e.authorizationError||e.once("secureConnect",r.secureConnect)),n&&e.once("close",r.close)};e.writable&&!e.connecting?o():e.connecting?e.once("connect",o):e.destroyed&&n&&r.close(e._hadError)};t.default=r,e.exports=r,e.exports.default=r},63463:(e,t,r)=>{var i=r(92413).Stream,a=r(31669);function n(){this.source=null,this.dataSize=0,this.maxDataSize=1048576,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}e.exports=n,a.inherits(n,i),n.create=function(e,t){var r=new this;for(var i in t=t||{})r[i]=t[i];r.source=e;var a=e.emit;return e.emit=function(){return r._handleEmit(arguments),a.apply(e,arguments)},e.on("error",(function(){})),r.pauseStream&&e.pause(),r},Object.defineProperty(n.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}}),n.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)},n.prototype.resume=function(){this._released||this.release(),this.source.resume()},n.prototype.pause=function(){this.source.pause()},n.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]},n.prototype.pipe=function(){var e=i.prototype.pipe.apply(this,arguments);return this.resume(),e},n.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))},n.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 r=e.split(/[ ,]+/),i=String(t).toLowerCase(),a=0;a",r=e.getLineNumber(),i=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var a=[t,r,i];return a.callSite=e,a.name=e.getFunctionName(),a}function defaultMessage(e){var t=e.callSite,r=e.name;r||(r="");var i=t.getThis(),a=i&&t.getTypeName();return"Object"===a&&(a=void 0),"Function"===a&&(a=i.name||a),a&&t.getMethodName()?a+"."+r:r}function formatPlain(e,t,r){var i=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var a=0;a{"use strict";e.exports=function(e){var t,r=!0,i=function(e){var t,r="";if(e.isNative()?r="native":e.isEval()?(t=e.getScriptNameOrSourceURL())||(r=e.getEvalOrigin()):t=e.getFileName(),t){r+=t;var i=e.getLineNumber();if(null!=i){r+=":"+i;var a=e.getColumnNumber();a&&(r+=":"+a)}}return r||"unknown source"}(e),a=e.getFunctionName(),n=e.isConstructor(),o="";if(!(e.isToplevel()||n)){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 n?o+="new "+(a||""):a?o+=a:(r=!1,o+=i);return r&&(o+=" ("+i+")"),o}},51671:e=>{"use strict";e.exports=function(e,t){return e.listeners(t).length}},32316:(e,t,r)=>{"use strict";var i=r(28614).EventEmitter;function a(e,t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){var i=r();return Object.defineProperty(e,t,{configurable:!0,enumerable:!0,value:i}),i}})}function n(e){return e.toString()}a(e.exports,"callSiteToString",(function(){var e=Error.stackTraceLimit,t={},i=Error.prepareStackTrace;Error.prepareStackTrace=function(e,t){return t},Error.stackTraceLimit=2,Error.captureStackTrace(t);var a=t.stack.slice();return Error.prepareStackTrace=i,Error.stackTraceLimit=e,a[0].toString?n:r(45868)})),a(e.exports,"eventListenerCount",(function(){return i.listenerCount||r(51671)}))},26149:(e,t,r)=>{"use strict";var i=r(35747).ReadStream,a=r(92413);function n(){"number"==typeof this.fd&&this.close()}e.exports=function(e){return e instanceof i?function(e){return e.destroy(),"function"==typeof e.close&&e.on("open",n),e}(e):e instanceof a?("function"==typeof e.destroy&&e.destroy(),e):e}},66245:(e,t,r)=>{var i=r(76417),a=r(36077).BigInteger,n=(r(62241).ECPointFp,r(2399).Buffer);function o(e,t){return e.length>=t?e:o("0"+e,t)}t.ECCurves=r(75528),t.ECKey=function(e,t,r){var s,c=e(),u=c.getN(),l=Math.floor(u.bitLength()/8);if(t)if(r)e=c.getCurve(),this.P=e.decodePointHex(t.toString("hex"));else{if(t.length!=l)return!1;s=new a(t.toString("hex"),16)}else{var p=u.subtract(a.ONE),h=new a(i.randomBytes(u.bitLength()));s=h.mod(p).add(a.ONE),this.P=c.getG().multiply(s)}this.P&&(this.PublicKey=n.from(c.getCurve().encodeCompressedPointHex(this.P),"hex")),s&&(this.PrivateKey=n.from(o(s.toString(16),2*l),"hex"),this.deriveSharedSecret=function(e){if(!e||!e.P)return!1;var t=e.P.multiply(s);return n.from(o(t.getX().toBigInteger().toString(16),2*l),"hex")})}},62241:(e,t,r)=>{var i=r(36077).BigInteger,a=i.prototype.Barrett;function n(e,t){this.x=t,this.q=e}function o(e,t,r,a){this.curve=e,this.x=t,this.y=r,this.z=null==a?i.ONE:a,this.zinv=null}function s(e,t,r){this.q=e,this.a=this.fromBigInteger(t),this.b=this.fromBigInteger(r),this.infinity=new o(this,null,null),this.reducer=new a(this.q)}n.prototype.equals=function(e){return e==this||this.q.equals(e.q)&&this.x.equals(e.x)},n.prototype.toBigInteger=function(){return this.x},n.prototype.negate=function(){return new n(this.q,this.x.negate().mod(this.q))},n.prototype.add=function(e){return new n(this.q,this.x.add(e.toBigInteger()).mod(this.q))},n.prototype.subtract=function(e){return new n(this.q,this.x.subtract(e.toBigInteger()).mod(this.q))},n.prototype.multiply=function(e){return new n(this.q,this.x.multiply(e.toBigInteger()).mod(this.q))},n.prototype.square=function(){return new n(this.q,this.x.square().mod(this.q))},n.prototype.divide=function(e){return new n(this.q,this.x.multiply(e.toBigInteger().modInverse(this.q)).mod(this.q))},o.prototype.getX=function(){null==this.zinv&&(this.zinv=this.z.modInverse(this.curve.q));var e=this.x.toBigInteger().multiply(this.zinv);return this.curve.reduce(e),this.curve.fromBigInteger(e)},o.prototype.getY=function(){null==this.zinv&&(this.zinv=this.z.modInverse(this.curve.q));var e=this.y.toBigInteger().multiply(this.zinv);return this.curve.reduce(e),this.curve.fromBigInteger(e)},o.prototype.equals=function(e){return e==this||(this.isInfinity()?e.isInfinity():e.isInfinity()?this.isInfinity():!!e.y.toBigInteger().multiply(this.z).subtract(this.y.toBigInteger().multiply(e.z)).mod(this.curve.q).equals(i.ZERO)&&e.x.toBigInteger().multiply(this.z).subtract(this.x.toBigInteger().multiply(e.z)).mod(this.curve.q).equals(i.ZERO))},o.prototype.isInfinity=function(){return null==this.x&&null==this.y||this.z.equals(i.ZERO)&&!this.y.toBigInteger().equals(i.ZERO)},o.prototype.negate=function(){return new o(this.curve,this.x,this.y.negate(),this.z)},o.prototype.add=function(e){if(this.isInfinity())return e;if(e.isInfinity())return this;var t=e.y.toBigInteger().multiply(this.z).subtract(this.y.toBigInteger().multiply(e.z)).mod(this.curve.q),r=e.x.toBigInteger().multiply(this.z).subtract(this.x.toBigInteger().multiply(e.z)).mod(this.curve.q);if(i.ZERO.equals(r))return i.ZERO.equals(t)?this.twice():this.curve.getInfinity();var a=new i("3"),n=this.x.toBigInteger(),s=this.y.toBigInteger(),c=(e.x.toBigInteger(),e.y.toBigInteger(),r.square()),u=c.multiply(r),l=n.multiply(c),p=t.square().multiply(this.z),h=p.subtract(l.shiftLeft(1)).multiply(e.z).subtract(u).multiply(r).mod(this.curve.q),d=l.multiply(a).multiply(t).subtract(s.multiply(u)).subtract(p.multiply(t)).multiply(e.z).add(t.multiply(u)).mod(this.curve.q),f=u.multiply(this.z).multiply(e.z).mod(this.curve.q);return new o(this.curve,this.curve.fromBigInteger(h),this.curve.fromBigInteger(d),f)},o.prototype.twice=function(){if(this.isInfinity())return this;if(0==this.y.toBigInteger().signum())return this.curve.getInfinity();var e=new i("3"),t=this.x.toBigInteger(),r=this.y.toBigInteger(),a=r.multiply(this.z),n=a.multiply(r).mod(this.curve.q),s=this.curve.a.toBigInteger(),c=t.square().multiply(e);i.ZERO.equals(s)||(c=c.add(this.z.square().multiply(s)));var u=(c=c.mod(this.curve.q)).square().subtract(t.shiftLeft(3).multiply(n)).shiftLeft(1).multiply(a).mod(this.curve.q),l=c.multiply(e).multiply(t).subtract(n.shiftLeft(1)).shiftLeft(2).multiply(n).subtract(c.square().multiply(c)).mod(this.curve.q),p=a.square().multiply(a).shiftLeft(3).mod(this.curve.q);return new o(this.curve,this.curve.fromBigInteger(u),this.curve.fromBigInteger(l),p)},o.prototype.multiply=function(e){if(this.isInfinity())return this;if(0==e.signum())return this.curve.getInfinity();var t,r=e,a=r.multiply(new i("3")),n=this.negate(),o=this;for(t=a.bitLength()-2;t>0;--t){o=o.twice();var s=a.testBit(t);s!=r.testBit(t)&&(o=o.add(s?this:n))}return o},o.prototype.multiplyTwo=function(e,t,r){var i;i=e.bitLength()>r.bitLength()?e.bitLength()-1:r.bitLength()-1;for(var a=this.curve.getInfinity(),n=this.add(t);i>=0;)a=a.twice(),e.testBit(i)?a=r.testBit(i)?a.add(n):a.add(this):r.testBit(i)&&(a=a.add(t)),--i;return a},s.prototype.getQ=function(){return this.q},s.prototype.getA=function(){return this.a},s.prototype.getB=function(){return this.b},s.prototype.equals=function(e){return e==this||this.q.equals(e.q)&&this.a.equals(e.a)&&this.b.equals(e.b)},s.prototype.getInfinity=function(){return this.infinity},s.prototype.fromBigInteger=function(e){return new n(this.q,e)},s.prototype.reduce=function(e){this.reducer.reduce(e)},s.prototype.encodePointHex=function(e){if(e.isInfinity())return"00";var t=e.getX().toBigInteger().toString(16),r=e.getY().toBigInteger().toString(16),i=this.getQ().toString(16).length;for(i%2!=0&&i++;t.length128&&-1==this.q.shiftRight(e-64).intValue()&&(this.r=i.ONE.shiftLeft(e).subtract(this.q)),this.r},n.prototype.modMult=function(e,t){return this.modReduce(e.multiply(t))},n.prototype.modReduce=function(e){if(null!=this.getR()){for(var t=q.bitLength();e.bitLength()>t+1;){var r=e.shiftRight(t),a=e.subtract(r.shiftLeft(t));this.getR().equals(i.ONE)||(r=r.multiply(this.getR())),e=r.add(a)}for(;e.compareTo(q)>=0;)e=e.subtract(q)}else e=e.mod(q);return e},n.prototype.sqrt=function(){if(!this.q.testBit(0))throw"unsupported";if(this.q.testBit(1)){var e=new n(this.q,this.x.modPow(this.q.shiftRight(2).add(i.ONE),this.q));return e.square().equals(this)?e:null}var t=this.q.subtract(i.ONE),r=t.shiftRight(1);if(!this.x.modPow(r,this.q).equals(i.ONE))return null;var a,o,s=t.shiftRight(2).shiftLeft(1).add(i.ONE),c=this.x,u=modDouble(modDouble(c));do{var l;do{l=new i(this.q.bitLength(),new SecureRandom)}while(l.compareTo(this.q)>=0||!l.multiply(l).subtract(u).modPow(r,this.q).equals(t));var p=this.lucasSequence(l,c,s);if(a=p[0],o=p[1],this.modMult(o,o).equals(u))return o.testBit(0)&&(o=o.add(q)),o=o.shiftRight(1),new n(q,o)}while(a.equals(i.ONE)||a.equals(t));return null},n.prototype.lucasSequence=function(e,t,r){for(var a=r.bitLength(),n=r.getLowestSetBit(),o=i.ONE,s=i.TWO,c=e,u=i.ONE,l=i.ONE,p=a-1;p>=n+1;--p)u=this.modMult(u,l),r.testBit(p)?(l=this.modMult(u,t),o=this.modMult(o,c),s=this.modReduce(c.multiply(s).subtract(e.multiply(u))),c=this.modReduce(c.multiply(c).subtract(l.shiftLeft(1)))):(l=u,o=this.modReduce(o.multiply(s).subtract(u)),c=this.modReduce(c.multiply(s).subtract(e.multiply(u))),s=this.modReduce(s.multiply(s).subtract(u.shiftLeft(1))));for(u=this.modMult(u,l),l=this.modMult(u,t),o=this.modReduce(o.multiply(s).subtract(u)),s=this.modReduce(c.multiply(s).subtract(e.multiply(u))),u=this.modMult(u,l),p=1;p<=n;++p)o=this.modMult(o,s),s=this.modReduce(s.multiply(s).subtract(u.shiftLeft(1))),u=this.modMult(u,u);return[o,s]};var c={ECCurveFp:s,ECPointFp:o,ECFieldElementFp:n};e.exports=c},75528:(e,t,r)=>{var i=r(36077).BigInteger,a=r(62241).ECCurveFp;function n(e,t,r,i){this.curve=e,this.g=t,this.n=r,this.h=i}function o(e){return new i(e,16)}n.prototype.getCurve=function(){return this.curve},n.prototype.getG=function(){return this.g},n.prototype.getN=function(){return this.n},n.prototype.getH=function(){return this.h},e.exports={secp128r1:function(){var e=o("FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFF"),t=o("FFFFFFFDFFFFFFFFFFFFFFFFFFFFFFFC"),r=o("E87579C11079F43DD824993C2CEE5ED3"),s=o("FFFFFFFE0000000075A30D1B9038A115"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("04161FF7528B899B2D0C28607CA52C5B86CF5AC8395BAFEB13C02DA292DDED7A83");return new n(u,l,s,c)},secp160k1:function(){var e=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFAC73"),t=i.ZERO,r=o("7"),s=o("0100000000000000000001B8FA16DFAB9ACA16B6B3"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("043B4C382CE37AA192A4019E763036F4F5DD4D7EBB938CF935318FDCED6BC28286531733C3F03C4FEE");return new n(u,l,s,c)},secp160r1:function(){var e=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFF"),t=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7FFFFFFC"),r=o("1C97BEFC54BD7A8B65ACF89F81D4D4ADC565FA45"),s=o("0100000000000000000001F4C8F927AED3CA752257"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("044A96B5688EF573284664698968C38BB913CBFC8223A628553168947D59DCC912042351377AC5FB32");return new n(u,l,s,c)},secp192k1:function(){var e=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFEE37"),t=i.ZERO,r=o("3"),s=o("FFFFFFFFFFFFFFFFFFFFFFFE26F2FC170F69466A74DEFD8D"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("04DB4FF10EC057E9AE26B07D0280B7F4341DA5D1B1EAE06C7D9B2F2F6D9C5628A7844163D015BE86344082AA88D95E2F9D");return new n(u,l,s,c)},secp192r1:function(){var e=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF"),t=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC"),r=o("64210519E59C80E70FA7E9AB72243049FEB8DEECC146B9B1"),s=o("FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("04188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF101207192B95FFC8DA78631011ED6B24CDD573F977A11E794811");return new n(u,l,s,c)},secp224r1:function(){var e=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000001"),t=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE"),r=o("B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4"),s=o("FFFFFFFFFFFFFFFFFFFFFFFFFFFF16A2E0B8F03E13DD29455C5C2A3D"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("04B70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21BD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34");return new n(u,l,s,c)},secp256r1:function(){var e=o("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF"),t=o("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFC"),r=o("5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B"),s=o("FFFFFFFF00000000FFFFFFFFFFFFFFFFBCE6FAADA7179E84F3B9CAC2FC632551"),c=i.ONE,u=new a(e,t,r),l=u.decodePointHex("046B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C2964FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5");return new n(u,l,s,c)}}},94331:e=>{"use strict";function t(e,t){return function(r){for(var i=new Array(arguments.length),a=this,n="error"===e?r: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(r,"$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,r=/(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g},12840:(e,t,r)=>{var i=r(30778),a=function(){},n=function(e,t,r){if("function"==typeof t)return n(e,null,t);t||(t={}),r=i(r||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||h()},h=function(){u=!1,c||r.call(e)},d=function(){c=!1,u||r.call(e)},f=function(t){r.call(e,t?new Error("exited with error code: "+t):null)},m=function(t){r.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:r.call(e,new Error("premature close"))},y=function(){e.req.on("finish",h)};return function(e){return e.setHeader&&"function"==typeof e.abort}(e)?(e.on("complete",h),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",f),e.on("end",d),e.on("finish",h),!1!==t.error&&e.on("error",m),e.on("close",g),function(){l=!0,e.removeListener("complete",h),e.removeListener("abort",g),e.removeListener("request",y),e.req&&e.req.removeListener("finish",h),e.removeListener("end",p),e.removeListener("close",p),e.removeListener("finish",h),e.removeListener("exit",f),e.removeListener("end",d),e.removeListener("error",m),e.removeListener("close",g)}};e.exports=n},81045:(e,t,r)=>{const{dirname:i,resolve:a}=r(85622),{readdirSync:n,statSync:o}=r(35747);e.exports=function(e,t){let r,s=a(".",e);for(o(s).isDirectory()||(s=i(s));;){if(r=t(s,n(s)),r)return a(s,r);if(s=i(r=s),r===s)break}}},95573:e=>{"use strict";var t=/["'&<>]/;e.exports=function(e){var r,i=""+e,a=t.exec(i);if(!a)return i;var n="",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 r,o=(r=e,"function"==typeof a&&r instanceof a||r&&"object"==typeof r&&"ctime"in r&&"[object Date]"===n.call(r.ctime)&&"mtime"in r&&"[object Date]"===n.call(r.mtime)&&"ino"in r&&"number"==typeof r.ino&&"size"in r&&"number"==typeof r.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=i.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 i=r(76417),a=r(35747).Stats,n=Object.prototype.toString},92024:(e,t,r)=>{"use strict";var i=r(89509).Buffer,a=r(19386),n=r(76417),o=r(15158)("express-session"),s=r(52687)("express-session"),c=r(54236),u=r(18317),l=r(61365),p=r(11599).sync,h=r(96146),d=r(79101),f=r(66651),m=r(44953);(t=e.exports=function(e){var t=e||{},r=t.cookie||{},n=t.genid||v,p=t.name||t.key||"connect.sid",m=t.store||new d,x=t.proxy,k=t.resave,_=Boolean(t.rolling),j=t.saveUninitialized,E=t.secret;if("function"!=typeof n)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 S="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"),m instanceof d&&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."),m.generate=function(e){e.sessionID=n(e),e.session=new f(e),e.session.cookie=new h(r),"auto"===r.secure&&(e.session.cookie.secure=b(e,x))};var D="function"==typeof m.touch,A=!0;return m.on("disconnect",(function(){A=!1})),m.on("connect",(function(){A=!0})),function(e,t,n){if(e.session)n();else{if(!A)return o("store is disconnected"),void n();if(0!==(u.original(e).pathname||"/").indexOf(r.path||"/"))return n();if(E||e.secret){var h,d,f,v=E||[e.secret],C=!1;e.sessionStore=m;var T=e.sessionID=function(e,t,r){var i,n,c=e.headers.cookie;return c&&(i=a.parse(c)[t])&&("s:"===i.substr(0,2)?!1===(n=w(i.slice(2),r))&&(o("cookie signature invalid"),n=void 0):o("cookie unsigned")),!n&&e.signedCookies&&(n=e.signedCookies[t])&&s("cookie should be available in req.headers.cookie"),!n&&e.cookies&&(i=e.cookies[t])&&("s:"===i.substr(0,2)?((n=w(i.slice(2),r))&&s("cookie should be available in req.headers.cookie"),!1===n&&(o("cookie signature invalid"),n=void 0)):o("cookie unsigned")),n}(e,p,v);c(t,(function(){e.session?function(e){return"string"==typeof e.sessionID&&(T!==e.sessionID?j||B(e.session):_||null!=e.session.cookie.expires&&B(e.session))}(e)&&(!e.session.cookie.secure||b(e,x)?(C||(e.session.touch(),C=!0),function(e,t,r,i,n){var s="s:"+l.sign(r,i),c=a.serialize(t,s,n);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,P=t.write,F=!1;if(t.end=function(r,a){if(F)return!1;var s;F=!0;var c=!0;function u(){if(c)return s=O.call(t,r,a),void(c=!1);O.call(t)}function l(){if(!c)return s;if(t._header||t._implicitHeader(),null==r)return s=!0;var e=Number(t.getHeader("Content-Length"));return!isNaN(e)&&e>0&&(r=i.isBuffer(r)?r:i.from(r,a),a=void 0,0!==r.length)?(o("split response"),s=P.call(t,r.slice(0,r.length-1)),r=r.slice(r.length-1,r.length),s):(s=P.call(t,r,a),c=!1,s)}return function(e){return e.sessionID&&S&&null==e.session}(e)?(o("destroying"),m.destroy(e.sessionID,(function(e){e&&g(n,e),o("destroyed"),u()})),l()):e.session?(C||(e.session.touch(),C=!0),R(e)?(e.session.save((function(e){e&&g(n,e),u()})),l()):D&&function(e){return"string"!=typeof e.sessionID?(o("session ignored because of bogus req.sessionID %o",e.sessionID),!1):T===e.sessionID&&!R(e)}(e)?(o("touching"),m.touch(e.sessionID,e.session,(function(e){e&&g(n,e),o("touched"),u()})),l()):O.call(t,r,a)):(o("no session"),O.call(t,r,a))},!e.sessionID)return o("no SID sent, generating session"),I(),void n();o("fetching %s",e.sessionID),m.get(e.sessionID,(function(t,r){if(t&&"ENOENT"!==t.code)return o("error %j",t),void n(t);try{t||!r?(o("no session found"),I()):(o("session found"),function(e,t){m.createSession(e,t),d=e.sessionID,h=y(t),k||(f=h),z(e.session)}(e,r))}catch(e){return void n(e)}n()}))}else n(new Error("secret option required for sessions"))}function I(){m.generate(e),d=e.sessionID,h=y(e.session),z(e.session)}function z(t){var r=t.reload,i=t.save;Object.defineProperty(t,"reload",{configurable:!0,enumerable:!1,value:function(t){o("reloading %s",this.id),r.call(this,function(t,r){return function(){e.session!==t&&z(e.session),r.apply(this,arguments)}}(this,t))},writable:!0}),Object.defineProperty(t,"save",{configurable:!0,enumerable:!1,value:function(){o("saving %s",this.id),f=y(this),i.apply(this,arguments)},writable:!0})}function B(e){return d!==e.id||h!==y(e)}function R(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,!(d===t.id&&f===y(t))):B(e.session);var t}}}).Store=m,t.Cookie=h,t.Session=f,t.MemoryStore=d;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,r){if(this!==e||"cookie"!==t)return r}));return n.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 r=e.headers["x-forwarded-proto"]||"",i=r.indexOf(",");return"https"===(-1!==i?r.substr(0,i).toLowerCase().trim():r.toLowerCase().trim())}function w(e,t){for(var r=0;r{"use strict";t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");for(var i={},n=t||{},s=e.split(a),c=n.decode||r,u=0;u{var i=r(85622).relative;e.exports=function(e){if(!e)throw new TypeError("argument namespace is required");var t=c(d()[1])[0];function r(e){s.call(r,e)}return r._file=t,r._ignored=function(e){return!!process.noDeprecation||n(process.env.NO_DEPRECATION||"",e)}(e),r._namespace=e,r._traced=function(e){return!!process.traceDeprecation||n(process.env.TRACE_DEPRECATION||"",e)}(e),r._warned=Object.create(null),r.function=m,r.property=g,r};var a=process.cwd();function n(e,t){for(var r=e.split(/[ ,]+/),i=String(t).toLowerCase(),a=0;a0);if(a||!this._ignored){var n,o,s,h,f=0,m=!1,g=d(),y=this._file;for(t?(h=t,(s=c(g[1])).name=h.name,y=s[0]):s=h=c(g[f=2]);f",r=e.getLineNumber(),i=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var a=[t,r,i];return a.callSite=e,a.name=e.getFunctionName(),a}function u(e){var t=e.callSite,r=e.name;r||(r="");var i=t.getThis(),a=i&&t.getTypeName();return"Object"===a&&(a=void 0),"Function"===a&&(a=i.name||a),a&&t.getMethodName()?a+"."+r:r}function l(e,t,r){var i=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var a=0;a{"use strict";var i=r(19386),a=r(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 i.serialize(e,t,this.data)},toJSON:function(){return this.data}}},79101:(e,t,r)=>{"use strict";var i=r(44953),a=r(31669),n="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))};function o(){i.call(this),this.sessions=Object.create(null)}function s(e){var t=this.sessions[e];if(t){if((t=JSON.parse(t)).cookie){var r="string"==typeof t.cookie.expires?new Date(t.cookie.expires):t.cookie.expires;if(r&&r<=Date.now())return void delete this.sessions[e]}return t}}e.exports=o,a.inherits(o,i),o.prototype.all=function(e){for(var t=Object.keys(this.sessions),r=Object.create(null),i=0;i{"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 r in t)r in this||(this[r]=t[r])}function r(e,t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:r,writable:!0})}e.exports=t,r(t.prototype,"touch",(function(){return this.resetMaxAge()})),r(t.prototype,"resetMaxAge",(function(){return this.cookie.maxAge=this.cookie.originalMaxAge,this})),r(t.prototype,"save",(function(e){return this.req.sessionStore.set(this.id,this,e||function(){}),this})),r(t.prototype,"reload",(function(e){var t=this.req,r=this.req.sessionStore;return r.get(this.id,(function(i,a){return i?e(i):a?(r.createSession(t,a),void e()):e(new Error("failed to load session"))})),this})),r(t.prototype,"destroy",(function(e){return delete this.req.session,this.req.sessionStore.destroy(this.id,e),this})),r(t.prototype,"regenerate",(function(e){return this.req.sessionStore.regenerate(this.req,e),this}))},44953:(e,t,r)=>{"use strict";var i=r(96146),a=r(28614).EventEmitter,n=r(66651),o=r(31669);function s(){a.call(this)}e.exports=s,o.inherits(s,a),s.prototype.regenerate=function(e,t){var r=this;this.destroy(e.sessionID,(function(i){r.generate(e),t(i)}))},s.prototype.load=function(e,t){var r=this;this.get(e,(function(i,a){if(i)return t(i);if(!a)return t();var n={sessionID:e,sessionStore:r};t(null,r.createSession(n,a))}))},s.prototype.createSession=function(e,t){var r=t.cookie.expires,a=t.cookie.originalMaxAge;return t.cookie=new i(t.cookie),"string"==typeof r&&(t.cookie.expires=new Date(r)),t.cookie.originalMaxAge=a,e.session=new n(e,t),e.session}},99268:(e,t,r)=>{"use strict";e.exports=r(85499)},68346:(e,t,r)=>{"use strict";var i=r(17838),a=r(29483),n=r(38873),o=r(31735),s=r(27667),c=r(15158)("express:application"),u=r(8706),l=r(98605),p=r(4265).compileETag,h=r(4265).compileQueryParser,d=r(4265).compileTrust,f=r(40412)("express"),m=r(72521),g=r(31322),v=r(85622).resolve,y=r(66644),b=Array.prototype.slice,w=e.exports={},x="@@symbol:trust_proxy_default";function k(e){"test"!==this.get("env")&&console.error(e.stack||e.toString())}w.init=function(){this.cache={},this.engines={},this.settings={},this.defaultConfiguration()},w.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,x,{configurable:!0,value:!0}),c("booting in %s mode",e),this.on("mount",(function(e){!0===this.settings[x]&&"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.")}})},w.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)))},w.handle=function(e,t,r){var a=this._router,n=r||i(e,t,{env:this.get("env"),onerror:k.bind(this)});if(!a)return c("no routes defined on app"),void n();a.handle(e,t,n)},w.use=function(e){var t=0,r="/";if("function"!=typeof e){for(var i=e;Array.isArray(i)&&0!==i.length;)i=i[0];"function"!=typeof i&&(t=1,r=e)}var a=m(b.call(arguments,t));if(0===a.length)throw new TypeError("app.use() requires a middleware function");this.lazyrouter();var n=this._router;return a.forEach((function(e){if(!e||!e.handle||!e.set)return n.use(r,e);c(".use app under %s",r),e.mountpath=r,e.parent=this,n.use(r,(function(t,r,i){var a=t.app;e.handle(t,r,(function(e){y(t,a.request),y(r,a.response),i(e)}))})),e.emit("mount",this)}),this),this},w.route=function(e){return this.lazyrouter(),this._router.route(e)},w.engine=function(e,t){if("function"!=typeof t)throw new Error("callback function required");var r="."!==e[0]?"."+e:e;return this.engines[r]=t,this},w.param=function(e,t){if(this.lazyrouter(),Array.isArray(e)){for(var r=0;r1?'directories "'+i.root.slice(0,-1).join('", "')+'" or "'+i.root[i.root.length-1]+'"':'directory "'+i.root+'"',l=new Error('Failed to lookup view "'+e+'" in views '+u);return l.view=i,n(l)}c.cache&&(a[e]=i)}!function(e,t,r){try{e.render(t,r)}catch(e){r(e)}}(i,c,n)},w.listen=function(){var e=l.createServer(this);return e.listen.apply(e,arguments)}},85499:(e,t,r)=>{"use strict";var i=r(10046),a=r(28614).EventEmitter,n=r(86182),o=r(68346),s=r(65369),c=r(29483),u=r(65828),l=r(72914);(t=e.exports=function(){var e=function(t,r,i){e.handle(t,r,i)};return n(e,a.prototype,!1),n(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=i.json,t.query=r(27667),t.raw=i.raw,t.static=r(28636),t.text=i.text,t.urlencoded=i.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,r)=>{"use strict";var i=r(66644);t.init=function(e){return function(t,r,a){e.enabled("x-powered-by")&&r.setHeader("X-Powered-By","Express"),t.res=r,r.req=t,t.next=a,i(t,e.request),i(r,e.response),r.locals=r.locals||Object.create(null),a()}}},27667:(e,t,r)=>{"use strict";var i=r(31322),a=r(18317),n=r(80129);e.exports=function(e){var t=i({},e),r=n.parse;return"function"==typeof e&&(r=e,t=void 0),void 0!==t&&void 0===t.allowPrototypes&&(t.allowPrototypes=!0),function(e,i,n){if(!e.query){var o=a(e).query;e.query=r(o,t)}n()}}},65828:(e,t,r)=>{"use strict";var i=r(59078),a=r(40412)("express"),n=r(11631).isIP,o=r(40273),s=r(98605),c=r(59635),u=r(14622),l=r(18317),p=r(52611),h=Object.create(s.IncomingMessage.prototype);function d(e,t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:r})}e.exports=h,h.get=h.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]}},h.accepts=function(){var e=i(this);return e.types.apply(e,arguments)},h.acceptsEncodings=function(){var e=i(this);return e.encodings.apply(e,arguments)},h.acceptsEncoding=a.function(h.acceptsEncodings,"req.acceptsEncoding: Use acceptsEncodings instead"),h.acceptsCharsets=function(){var e=i(this);return e.charsets.apply(e,arguments)},h.acceptsCharset=a.function(h.acceptsCharsets,"req.acceptsCharset: Use acceptsCharsets instead"),h.acceptsLanguages=function(){var e=i(this);return e.languages.apply(e,arguments)},h.acceptsLanguage=a.function(h.acceptsLanguages,"req.acceptsLanguage: Use acceptsLanguages instead"),h.range=function(e,t){var r=this.get("Range");if(r)return u(e,r,t)},h.param=function(e,t){var r=this.params||{},i=this.body||{},n=this.query||{},o=1===arguments.length?"name":"name, default";return a("req.param("+o+"): Use req.params, req.body, or req.query instead"),null!=r[e]&&r.hasOwnProperty(e)?r[e]:null!=i[e]?i[e]:null!=n[e]?n[e]:t},h.is=function(e){var t=e;if(!Array.isArray(e)){t=new Array(arguments.length);for(var r=0;r=200&&r<300||304===r)&&c(this.headers,{etag:t.get("ETag"),"last-modified":t.get("Last-Modified")})})),d(h,"stale",(function(){return!this.fresh})),d(h,"xhr",(function(){return"xmlhttprequest"===(this.get("X-Requested-With")||"").toLowerCase()}))},72914:(e,t,r)=>{"use strict";var i=r(99576).Buffer,a=r(67389),n=r(40412)("express"),o=r(10517),s=r(95573),c=r(98605),u=r(4265).isAbsolute,l=r(80338),p=r(85622),h=r(54917),d=r(31322),f=r(61365).sign,m=r(4265).normalizeType,g=r(4265).normalizeTypes,v=r(4265).setCharset,y=r(76489),b=r(30329),w=p.extname,x=b.mime,k=p.resolve,_=r(45181),j=Object.create(c.ServerResponse.prototype);e.exports=j;var E=/;\s*charset\s*=/;function S(e,t,r,i){var a,n=!1;function o(){if(!n){n=!0;var e=new Error("Request aborted");e.code="ECONNABORTED",i(e)}}function s(e){n||(n=!0,i(e))}t.on("directory",(function(){if(!n){n=!0;var e=new Error("EISDIR, read");e.code="EISDIR",i(e)}})),t.on("end",(function(){n||(n=!0,i())})),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(n||setImmediate((function(){!1===a||n?n||(n=!0,i()):o()})))})),r.headers&&t.on("headers",(function(e){for(var t=r.headers,i=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,r,a=e,o=this.req,s=this.app;switch(2===arguments.length&&("number"!=typeof arguments[0]&&"number"==typeof arguments[1]?(n("res.send(body, status): Use res.status(status).send(body) instead"),this.statusCode=arguments[1]):(n("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"),n("res.send(status): Use res.sendStatus(status) instead"),this.statusCode=a,a=h[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(!i.isBuffer(a))return this.json(a);this.get("Content-Type")||this.type("bin")}}"string"==typeof a&&(t="utf8","string"==typeof(r=this.get("Content-Type"))&&this.set("Content-Type",v(r,"utf-8")));var c,u,l=s.get("etag fn"),p=!this.get("ETag")&&"function"==typeof l;return void 0!==a&&(i.isBuffer(a)?c=a.length:!p&&a.length<1e3?c=i.byteLength(a,t):(a=i.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]?(n("res.json(obj, status): Use res.status(status).json(obj) instead"),this.statusCode=arguments[1]):(n("res.json(status, obj): Use res.status(status).json(obj) instead"),this.statusCode=arguments[0],t=arguments[1]));var r=this.app,i=r.get("json escape"),a=r.get("json replacer"),o=r.get("json spaces"),s=D(t,a,o,i);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]?(n("res.jsonp(obj, status): Use res.status(status).json(obj) instead"),this.statusCode=arguments[1]):(n("res.jsonp(status, obj): Use res.status(status).jsonp(obj) instead"),this.statusCode=arguments[0],t=arguments[1]));var r=this.app,i=r.get("json escape"),a=r.get("json replacer"),o=r.get("json spaces"),s=D(t,a,o,i),c=this.req.query[r.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=h[e]||String(e);return this.statusCode=e,this.type("txt"),this.send(t)},j.sendFile=function(e,t,r){var i=r,a=this.req,n=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&&(i=t,o={}),!o.root&&!u(e))throw new TypeError("path must be absolute or specify root to res.sendFile");var s=encodeURI(e);S(this,b(a,s,o),o,(function(e){return i?i(e):e&&"EISDIR"===e.code?n():void(e&&"ECONNABORTED"!==e.code&&"write"!==e.syscall&&n(e))}))},j.sendfile=function(e,t,r){var i=r,a=this.req,n=a.next,o=t||{};"function"==typeof t&&(i=t,o={}),S(this,b(a,e,o),o,(function(e){return i?i(e):e&&"EISDIR"===e.code?n():void(e&&"ECONNABORTED"!==e.code&&"write"!==e.syscall&&n(e))}))},j.sendfile=n.function(j.sendfile,"res.sendfile: Use res.sendFile instead"),j.download=function(e,t,r,i){var n=i,o=t,s=r||null;"function"==typeof t?(n=t,o=null,s=null):"function"==typeof r&&(n=r,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"),n)this.set("Content-Type",m(n).value),e[n](t,this,r);else if(i)i();else{var o=new Error("Not Acceptable");o.status=o.statusCode=406,o.types=g(a).map((function(e){return e.value})),r(o)}return this},j.attachment=function(e){return e&&this.type(w(e)),this.set("Content-Disposition",a(e)),this},j.append=function(e,t){var r=this.get(e),i=t;return r&&(i=Array.isArray(r)?r.concat(t):Array.isArray(t)?[r].concat(t):[r,t]),this.set(e,i)},j.set=j.header=function(e,t){if(2===arguments.length){var r=Array.isArray(t)?t.map(String):String(t);if("content-type"===e.toLowerCase()){if(Array.isArray(r))throw new TypeError("Content-Type cannot be set to an Array");if(!E.test(r)){var i=x.charsets.lookup(r.split(";")[0]);i&&(r+="; charset="+i.toLowerCase())}}this.setHeader(e,r)}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 r=d({expires:new Date(1),path:"/"},t);return this.cookie(e,"",r)},j.cookie=function(e,t,r){var i=d({},r),a=this.req.secret,n=i.signed;if(n&&!a)throw new Error('cookieParser("secret") required for signed cookies');var o="object"==typeof t?"j:"+JSON.stringify(t):String(t);return n&&(o="s:"+f(o,a)),"maxAge"in i&&(i.expires=new Date(Date.now()+i.maxAge),i.maxAge/=1e3),null==i.path&&(i.path="/"),this.append("Set-Cookie",y.serialize(e,String(o),i)),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,r=e,a=302;2===arguments.length&&("number"==typeof arguments[0]?(a=arguments[0],r=arguments[1]):(n("res.redirect(url, status): Use res.redirect(status, url) instead"),a=arguments[1])),r=this.location(r).get("Location"),this.format({text:function(){t=h[a]+". Redirecting to "+r},html:function(){var e=s(r);t="

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

"},default:function(){t=""}}),this.statusCode=a,this.set("Content-Length",i.byteLength(t)),"HEAD"===this.req.method?this.end():this.end(t)},j.vary=function(e){return!e||Array.isArray(e)&&!e.length?(n("res.vary(): Provide a field name"),this):(_(this,e),this)},j.render=function(e,t,r){var i=this.req.app,a=r,n=t||{},o=this.req,s=this;"function"==typeof t&&(a=t,n={}),n._locals=s.locals,a=a||function(e,t){if(e)return o.next(e);s.send(t)},i.render(e,n,a)}},29483:(e,t,r)=>{"use strict";var i=r(65369),a=r(93342),n=r(38873),o=r(31322),s=r(15158)("express:router"),c=r(40412)("express"),u=r(72521),l=r(18317),p=r(66644),h=/^\[object (\S+)\]$/,d=Array.prototype.slice,f=Object.prototype.toString,m=e.exports=function(e){var t=e||{};function r(e,t,i){r.handle(e,t,i)}return p(r,m),r.params={},r._params=[],r.caseSensitive=t.caseSensitive,r.mergeParams=t.mergeParams,r.strict=t.strict,r.stack=[],r};function g(e,t){for(var r=0;r=m.length)setImmediate(w,a);else{var n,k,_,j=function(e){try{return l(e).pathname}catch(e){return}}(e);if(null==j)return w(a);for(;!0!==k&&c=0;i--)e[i+a]=e[i],i=o.length?a():(d=0,c=o[h++],s=c.name,u=r.params[s],l=n[s],p=t[s],void 0!==u&&l?p&&(p.match===u||p.error&&"route"!==p.error)?(r.params[s]=p.value,f(p.error)):(t[s]=p={error:null,match:u,value:u},void m()):f())}function m(e){var t=l[d++];if(p.value=r.params[c.name],e)return p.error=e,void f(e);if(!t)return f();try{t(r,i,m,u,c.name)}catch(e){m(e)}}f()},m.use=function(e){var t=0,r="/";if("function"!=typeof e){for(var i=e;Array.isArray(i)&&0!==i.length;)i=i[0];"function"!=typeof i&&(t=1,r=e)}var n=u(d.call(arguments,t));if(0===n.length)throw new TypeError("Router.use() requires a middleware function");for(var o=0;o");var c=new a(r,{sensitive:this.caseSensitive,strict:!1,end:!1},e);c.route=void 0,this.stack.push(c)}return this},m.route=function(e){var t=new i(e),r=new a(e,{sensitive:this.caseSensitive,strict:this.strict,end:!0},t.dispatch.bind(t));return r.route=t,this.stack.push(r),t},n.concat("all").forEach((function(e){m[e]=function(t){var r=this.route(t);return r[e].apply(r,d.call(arguments,1)),this}}))},93342:(e,t,r)=>{"use strict";var i=r(14779),a=r(15158)("express:router:layer"),n=Object.prototype.hasOwnProperty;function o(e,t,r){if(!(this instanceof o))return new o(e,t,r);a("new %o",e);var n=t||{};this.handle=r,this.name=r.name||"",this.params=void 0,this.path=void 0,this.regexp=i(e,this.keys=[],n),this.regexp.fast_star="*"===e,this.regexp.fast_slash="/"===e&&!1===n.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,r,i){var a=this.handle;if(4!==a.length)return i(e);try{a(e,t,r,i)}catch(e){i(e)}},o.prototype.handle_request=function(e,t,r){var i=this.handle;if(i.length>3)return r();try{i(e,t,r)}catch(e){r(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 r=this.keys,i=this.params,a=1;a{"use strict";var i=r(15158)("express:router:route"),a=r(72521),n=r(93342),o=r(38873),s=Array.prototype.slice,c=Object.prototype.toString;function u(e){this.path=e,this.stack=[],i("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 i=r(99576).Buffer,a=r(67389),n=r(37811),o=r(40412)("express"),s=r(72521),c=r(30329).mime,u=r(25859),l=r(52611),p=r(80129),h=r(71191);function d(e){return function(t,r){var a=i.isBuffer(t)?t:i.from(t,r);return u(a,e)}}function f(e){return p.parse(e,{allowPrototypes:!0})}function m(){return{}}t.etag=d({weak:!1}),t.wetag=d({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 r=e.split(/ *; */),i={value:r[0],quality:1,params:{},originalIndex:void 0},a=1;a{"use strict";var i=r(15158)("express:view"),a=r(85622),n=r(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 n=e;if(this.ext||(this.ext="."!==this.defaultEngine[0]?"."+this.defaultEngine:this.defaultEngine,n+=this.ext),!a.engines[this.ext]){var o=this.ext.substr(1);i('require "%s"',o);var s=r(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(n)}function h(e){i('stat "%s"',e);try{return n.statSync(e)}catch(e){return}}e.exports=p,p.prototype.lookup=function(e){var t,r=[].concat(this.root);i('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},99576:(e,t,r)=>{var i=r(64293),a=i.Buffer;function n(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return a(e,t,r)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=i:(n(i,t),t.Buffer=o),n(a,o),o.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,r)},o.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=a(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},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 i.SlowBuffer(e)}},94470:e=>{"use strict";var t=Object.prototype.hasOwnProperty,r=Object.prototype.toString,i=Object.defineProperty,a=Object.getOwnPropertyDescriptor,n=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===r.call(e)},o=function(e){if(!e||"[object Object]"!==r.call(e))return!1;var i,a=t.call(e,"constructor"),n=e.constructor&&e.constructor.prototype&&t.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!a&&!n)return!1;for(i in e);return void 0===i||t.call(e,i)},s=function(e,t){i&&"__proto__"===t.name?i(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},c=function(e,r){if("__proto__"===r){if(!t.call(e,r))return;if(a)return a(e,r).value}return e[r]};e.exports=function e(){var t,r,i,a,u,l,p=arguments[0],h=1,d=arguments.length,f=!1;for("boolean"==typeof p&&(f=p,p=arguments[1]||{},h=2),(null==p||"object"!=typeof p&&"function"!=typeof p)&&(p={});h{var i=r(42357),a=r(31669);function n(e){var t,r,n,o,u,l,p,h,d,f=["([^%]*)","%","(['\\-+ #0]*?)","([1-9]\\d*)?","(\\.([1-9]\\d*))?","[lhjztL]*?","([diouxXfFeEgGaAcCsSp%jr])"].join(""),m=new RegExp(f),g=Array.prototype.slice.call(arguments,1),v="",y=1;for(i.equal("string",typeof e);null!==(d=m.exec(e));)if(v+=d[1],e=e.substring(d[0].length),t=d[2]||"",r=d[3]||0,n=d[4]||"",u=!1,p=!1,l=" ","%"!=(o=d[6])){if(0===g.length)throw new Error("too few args to sprintf");if(h=g.shift(),y++,t.match(/[\' #]/))throw new Error("unsupported flags: "+t);if(n.length>0)throw new Error("non-zero precision not supported");switch(t.match(/-/)&&(u=!0),t.match(/0/)&&(l="0"),t.match(/\+/)&&(p=!0),o){case"s":if(null==h)throw new Error("argument "+y+": attempted to print undefined or null as a string");v+=s(l,r,u,h.toString());break;case"d":h=Math.floor(h);case"f":v+=(p=p&&h>0?"+":"")+s(l,r,u,h.toString());break;case"x":v+=s(l,r,u,h.toString(16));break;case"j":0===r&&(r=10),v+=a.inspect(h,!1,r);break;case"r":v+=c(h);break;default:throw new Error("unsupported conversion: "+o)}}else v+="%";return v+e}function o(e){var t=Array.prototype.slice.call(arguments,1);return e.write(n.apply(this,t))}function s(e,t,r,i){for(var a=i;a.length{"use strict";e.exports=function e(t,r){if(t===r)return!0;if(t&&r&&"object"==typeof t&&"object"==typeof r){if(t.constructor!==r.constructor)return!1;var i,a,n;if(Array.isArray(t)){if((i=t.length)!=r.length)return!1;for(a=i;0!=a--;)if(!e(t[a],r[a]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if((i=(n=Object.keys(t)).length)!==Object.keys(r).length)return!1;for(a=i;0!=a--;)if(!Object.prototype.hasOwnProperty.call(r,n[a]))return!1;for(a=i;0!=a--;){var o=n[a];if(!e(t[o],r[o]))return!1}return!0}return t!=t&&r!=r}},35035:e=>{"use strict";e.exports=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r,i="boolean"==typeof t.cycles&&t.cycles,a=t.cmp&&(r=t.cmp,function(e){return function(t,i){var a={key:t,value:e[t]},n={key:i,value:e[i]};return r(a,n)}}),n=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var r,o;if(Array.isArray(t)){for(o="[",r=0;r{e.exports=i,i.default=i,i.stable=o,i.stableStringify=o;var t=[],r=[];function i(e,i,n){var o;a(e,"",[],void 0);try{o=0===r.length?JSON.stringify(e,i,n):JSON.stringify(e,c(i),n)}catch(e){return JSON.stringify("[unable to serialize, circular reference is too complex to analyze]")}finally{for(;0!==t.length;){var s=t.pop();4===s.length?Object.defineProperty(s[0],s[1],s[3]):s[0][s[1]]=s[2]}}return o}function a(e,i,n,o){var s;if("object"==typeof e&&null!==e){for(s=0;st?1:0}function o(e,i,a){var n,o=s(e,"",[],void 0)||e;try{n=0===r.length?JSON.stringify(o,i,a):JSON.stringify(o,c(i),a)}catch(e){return JSON.stringify("[unable to serialize, circular reference is too complex to analyze]")}finally{for(;0!==t.length;){var u=t.pop();4===u.length?Object.defineProperty(u[0],u[1],u[3]):u[0][u[1]]=u[2]}}return n}function s(e,i,a,o){var c;if("object"==typeof e&&null!==e){for(c=0;c0)for(var a=0;a{"use strict";var i=r(15158)("finalhandler"),a=r(10517),n=r(95573),o=r(80338),s=r(18317),c=r(54917),u=r(98170),l=/\x20{2}/g,p=/\n/g,h="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))},d=o.isFinished;function f(e){return"boolean"!=typeof e.headersSent?Boolean(e._header):e.headersSent}e.exports=function(e,t,r){var m=r||{},g=m.env||"production",v=m.onerror;return function(r){var m,y,b;if(r||!f(t)){if(r?(void 0===(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}(r))?b=function(e){var t=e.statusCode;return("number"!=typeof t||t<400||t>599)&&(t=500),t}(t):m=function(e){if(e.headers&&"object"==typeof e.headers){for(var t=Object.create(null),r=Object.keys(e.headers),i=0;i\n\n\n\nError\n\n\n
'+n(e).replace(p,"
").replace(l,"  ")+"
\n\n\n"}(a);t.statusCode=r,t.statusMessage=c[r],function(e,t){if(t)for(var r=Object.keys(t),i=0;i{e.exports=u,u.SSL=l;var i=r(31669),a=r(98605).Agent,n=r(11631),o=r(4016),s=r(57211).Agent;function c(e,t){return"string"==typeof e?e+":"+t:e.host+":"+e.port+":"+(e.localAddress?e.localAddress+":":":")}function u(e){var t=this;t.options=e||{},t.requests={},t.sockets={},t.freeSockets={},t.maxSockets=t.options.maxSockets||a.defaultMaxSockets,t.minSockets=t.options.minSockets||u.defaultMinSockets,t.on("free",(function(e,r,i){var a=c(r,i);if(t.requests[a]&&t.requests[a].length)t.requests[a].shift().onSocket(e);else if(t.sockets[a].length0&&!e.useChunkedEncodingByDefault){var n=this.freeSockets[i].pop();n.removeListener("error",n._onIdleError),delete n._onIdleError,e._reusedSocket=!0,e.onSocket(n)}else this.addRequestNoreuse(e,t,r)},u.prototype.removeSocket=function(e,t,r,i){var a;this.sockets[t]?-1!==(a=this.sockets[t].indexOf(e))&&this.sockets[t].splice(a,1):this.sockets[t]&&0===this.sockets[t].length&&(delete this.sockets[t],delete this.requests[t]),this.freeSockets[t]&&-1!==(a=this.freeSockets[t].indexOf(e))&&(this.freeSockets[t].splice(a,1),0===this.freeSockets[t].length&&delete this.freeSockets[t]),this.requests[t]&&this.requests[t].length&&this.createSocket(t,r,i).emit("free")},i.inherits(l,u),l.prototype.createConnection=function(e,t,r){return r="object"==typeof e?e:"object"==typeof t?t:"object"==typeof r?r:{},"number"==typeof e&&(r.port=e),"string"==typeof t&&(r.host=t),o.connect(r)},l.prototype.addRequestNoreuse=s.prototype.addRequest},46882:(e,t,r)=>{var i=r(9779),a=r(31669),n=r(85622),o=r(98605),s=r(57211),c=r(78835).parse,u=r(35747),l=r(80983),p=r(59118),h=r(32275);function d(e){if(!(this instanceof d))return new d(e);for(var t in this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],i.call(this),e=e||{})this[t]=e[t]}e.exports=d,a.inherits(d,i),d.LINE_BREAK="\r\n",d.DEFAULT_CONTENT_TYPE="application/octet-stream",d.prototype.append=function(e,t,r){"string"==typeof(r=r||{})&&(r={filename:r});var n=i.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,r),s=this._multiPartFooter();n(o),n(t),n(s),this._trackLength(o,t,r)}},d.prototype._trackLength=function(e,t,r){var i=0;null!=r.knownLength?i+=+r.knownLength:Buffer.isBuffer(t)?i=t.length:"string"==typeof t&&(i=Buffer.byteLength(t)),this._valueLength+=i,this._overheadLength+=Buffer.byteLength(e)+d.LINE_BREAK.length,t&&(t.path||t.readable&&t.hasOwnProperty("httpVersion"))&&(r.knownLength||this._valuesToMeasure.push(t))},d.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(r,i){var a;r?t(r):(a=i.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(r){e.pause(),t(null,+r.headers["content-length"])})),e.resume()):t("Unknown stream")},d.prototype._multiPartHeader=function(e,t,r){if("string"==typeof r.header)return r.header;var i,a=this._getContentDisposition(t,r),n=this._getContentType(t,r),o="",s={"Content-Disposition":["form-data",'name="'+e+'"'].concat(a||[]),"Content-Type":[].concat(n||[])};for(var c in"object"==typeof r.header&&h(s,r.header),s)s.hasOwnProperty(c)&&null!=(i=s[c])&&(Array.isArray(i)||(i=[i]),i.length&&(o+=c+": "+i.join("; ")+d.LINE_BREAK));return"--"+this.getBoundary()+d.LINE_BREAK+o+d.LINE_BREAK},d.prototype._getContentDisposition=function(e,t){var r,i;return"string"==typeof t.filepath?r=n.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?r=n.basename(t.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(r=n.basename(e.client._httpMessage.path||"")),r&&(i='filename="'+r+'"'),i},d.prototype._getContentType=function(e,t){var r=t.contentType;return!r&&e.name&&(r=l.lookup(e.name)),!r&&e.path&&(r=l.lookup(e.path)),!r&&e.readable&&e.hasOwnProperty("httpVersion")&&(r=e.headers["content-type"]),r||!t.filepath&&!t.filename||(r=l.lookup(t.filepath||t.filename)),r||"object"!=typeof e||(r=d.DEFAULT_CONTENT_TYPE),r},d.prototype._multiPartFooter=function(){return function(e){var t=d.LINE_BREAK;0===this._streams.length&&(t+=this._lastBoundary()),e(t)}.bind(this)},d.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+d.LINE_BREAK},d.prototype.getHeaders=function(e){var t,r={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)e.hasOwnProperty(t)&&(r[t.toLowerCase()]=e[t]);return r},d.prototype.setBoundary=function(e){this._boundary=e},d.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary},d.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),r=0,i=this._streams.length;r{e.exports=function(e,t){return Object.keys(t).forEach((function(r){e[r]=e[r]||t[r]})),e}},27995:(e,t,r)=>{var i=r(31669),a=r(35747),n=r(28614).EventEmitter,o=r(76417);function s(e){for(var t in n.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,i.inherits(s,n),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 r=this;if(r.hash&&r.hash.update(e),this._writeStream.closed)return t();this._writeStream.write(e,(function(){r.lastModifiedDate=new Date,r.size+=e.length,r.emit("progress",r.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,r)=>{var i=r(76417),a=r(35747),n=r(31669),o=r(85622),s=r(27995),c=r(8886).MultipartParser,u=r(98011).l,l=r(50224).h,p=r(95500).c,h=r(24304).StringDecoder,d=r(28614).EventEmitter,f=r(92413).Stream,m=r(12087);function g(e){return this instanceof g?(d.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||m.tmpdir&&m.tmpdir()||m.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)}n.inherits(g,d),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 r={},i={};this.on("field",(function(e,t){r[e]=t})).on("file",(function(e,t){this.multiples&&i[e]?(Array.isArray(i[e])||(i[e]=[i[e]]),i[e].push(t)):i[e]=t})).on("error",(function(e){t(e,r,i)})).on("end",(function(){t(null,r,i)}))}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){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("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 r="",i=new h(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")):r+=i.write(e)})),void e.on("end",(function(){t.emit("field",e.name,r)}))}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.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,r,i,a=new c,n=this;a.initWithBoundary(e),a.onPartBegin=function(){(i=new f).readable=!0,i.headers={},i.name=null,i.filename=null,i.mime=null,i.transferEncoding="binary",i.transferBuffer="",t="",r=""},a.onHeaderField=function(e,r,i){t+=e.toString(n.encoding,r,i)},a.onHeaderValue=function(e,t,i){r+=e.toString(n.encoding,t,i)},a.onHeaderEnd=function(){t=t.toLowerCase(),i.headers[t]=r;var e=r.match(/\bname=("([^"]*)"|([^\(\)<>@,;:\\"\/\[\]\?=\{\}\s\t/]+))/i);"content-disposition"==t?(e&&(i.name=e[2]||e[3]||""),i.filename=n._fileName(r)):"content-type"==t?i.mime=r:"content-transfer-encoding"==t&&(i.transferEncoding=r.toLowerCase()),t="",r=""},a.onHeadersEnd=function(){switch(i.transferEncoding){case"binary":case"7bit":case"8bit":a.onPartData=function(e,t,r){i.emit("data",e.slice(t,r))},a.onPartEnd=function(){i.emit("end")};break;case"base64":a.onPartData=function(e,t,r){i.transferBuffer+=e.slice(t,r).toString("ascii");var a=4*parseInt(i.transferBuffer.length/4,10);i.emit("data",new Buffer(i.transferBuffer.substring(0,a),"base64")),i.transferBuffer=i.transferBuffer.substring(a)},a.onPartEnd=function(){i.emit("data",new Buffer(i.transferBuffer,"base64")),i.emit("end")};break;default:return n._error(new Error("unknown transfer-encoding"))}n.onPart(i)},a.onEnd=function(){n.ended=!0,n._maybeEnd()},this._parser=a},g.prototype._fileName=function(e){var t=e.match(/\bfilename=("(.*?)"|([^\(\)<>@,;:\\"\/\[\]\?=\{\}\s\t/]+))($|;\s)/i);if(t){var r=t[2]||t[3]||"",i=r.substr(r.lastIndexOf("\\")+1);return(i=i.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,r){t.emit("field",e,r)},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"],r=new s({path:this._uploadPath(e),name:e,type:t});this.emit("fileBegin",e,r),r.open(),this.openedFiles.push(r),this._flushing++;var i=this;i._parser=new l;var a=0;i._parser.on("data",(function(e){i.pause(),a++,r.write(e,(function(){a--,i.resume(),i.ended&&i._parser.emit("doneWritingFile")}))})),i._parser.on("end",(function(){i._flushing--,i.ended=!0;var e=function(){r.end((function(){i.emit("file","file",r),i._maybeEnd()}))};0===a?e():i._parser.once("doneWritingFile",e)}))},g.prototype._initJSONencoded=function(){this.type="json";var e=new p(this),t=this;e.onField=function(e,r){t.emit("field",e,r)},e.onEnd=function(){t.ended=!0,t._maybeEnd()},this._parser=e},g.prototype._uploadPath=function(e){var t="upload_"+i.randomBytes(16).toString("hex");if(this.keepExtensions){var r=o.extname(e);t+=r=r.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,r)=>{var i=r(84970).c;i.IncomingForm=i,e.exports=i},95500:(e,t,r)=>{var i=r(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(i.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,r)=>{var i=r(64293).Buffer,a=0,n={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 n)t[a]=n[a];function l(){this.boundary=null,this.boundaryChars=null,this.lookbehind=null,this.state=n.PARSER_UNINITIALIZED,this.index=null,this.flags=0}t.MultipartParser=l,l.stateToString=function(e){for(var t in n)if(n[t]===e)return t},l.prototype.initWithBoundary=function(e){this.boundary=new i(e.length+4),this.boundary.write("\r\n--",0),this.boundary.write(e,4),this.lookbehind=new i(this.boundary.length+8),this.state=n.START,this.boundaryChars={};for(var t=0;t122)return a;break;case n.HEADER_VALUE_START:if(32==t)break;w("headerValue"),h=n.HEADER_VALUE;case n.HEADER_VALUE:13==t&&(k("headerValue",!0),x("headerEnd"),h=n.HEADER_VALUE_ALMOST_DONE);break;case n.HEADER_VALUE_ALMOST_DONE:if(10!=t)return a;h=n.HEADER_FIELD_START;break;case n.HEADERS_ALMOST_DONE:if(10!=t)return a;x("headersEnd"),h=n.PART_DATA_START;break;case n.PART_DATA_START:h=n.PART_DATA,w("partData");case n.PART_DATA:if(l=p,0===p){for(a+=y;a0?f[p-1]=t:l>0&&(x("partData",f,0,l),l=0,w("partData"),a--);break;case n.END:break;default:return a}return k("headerField"),k("headerValue"),k("partData"),this.index=p,this.state=h,this.flags=d,o},l.prototype.end=function(){var e=function(e,t){var r="on"+t.substr(0,1).toUpperCase()+t.substr(1);r in e&&e[r]()};if(this.state==n.HEADER_FIELD_START&&0===this.index||this.state==n.PART_DATA&&this.index==this.boundary.length)e(this,"partEnd"),e(this,"end");else if(this.state!=n.END)return new Error("MultipartParser.end(): stream ended unexpectedly: "+this.explain())},l.prototype.explain=function(){return"state = "+l.stateToString(this.state)}},50224:(e,t,r)=>{var i=r(28614).EventEmitter;function a(e){if(!(this instanceof a))return new a(e);i.call(this)}r(31669).inherits(a,i),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,r)=>{var i=r(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=i.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 r=function(e){for(var t=e.length,r=[],i=e.length,a=e.length-1;a>=0;a--)switch(e.charCodeAt(a)){case 32:i===t&&(i=t=a);break;case 44:i!==t&&r.push(e.substring(i,t)),i=t=a;break;default:i=a}return i!==t&&r.push(e.substring(i,t)),r}(e.headers["x-forwarded-for"]||"");return[t(e)].concat(r)}},59635:e=>{"use strict";var t=/(?:^|,)\s*?no-cache\s*?(?:,|$)/;function r(e){var t=e&&Date.parse(e);return"number"==typeof t?t:NaN}e.exports=function(e,i){var a=e["if-modified-since"],n=e["if-none-match"];if(!a&&!n)return!1;var o=e["cache-control"];if(o&&t.test(o))return!1;if(n&&"*"!==n){var s=i.etag;if(!s)return!1;for(var c=!0,u=function(e){for(var t=0,r=[],i=0,a=0,n=e.length;a{"use strict";var t="Function.prototype.bind called on incompatible ",r=Array.prototype.slice,i=Object.prototype.toString,a="[object Function]";e.exports=function(e){var n=this;if("function"!=typeof n||i.call(n)!==a)throw new TypeError(t+n);for(var o,s=r.call(arguments,1),c=function(){if(this instanceof o){var t=n.apply(this,s.concat(r.call(arguments)));return Object(t)===t?t:this}return n.apply(e,s.concat(r.call(arguments)))},u=Math.max(0,n.length-s.length),l=[],p=0;p{"use strict";var i=r(17648);e.exports=Function.prototype.bind||i},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 r=(new Error).stack;if(Error.prepareStackTrace=t,null!==r&&"object"==typeof r)return r[e]?r[e].getFileName():void 0}},40210:(e,t,r)=>{"use strict";var i,a=SyntaxError,n=Function,o=TypeError,s=function(e){try{return n('"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=r(41405)(),h=Object.getPrototypeOf||function(e){return e.__proto__},d={},f="undefined"==typeof Uint8Array?i:h(Uint8Array),m={"%AggregateError%":"undefined"==typeof AggregateError?i:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?i:ArrayBuffer,"%ArrayIteratorPrototype%":p?h([][Symbol.iterator]()):i,"%AsyncFromSyncIteratorPrototype%":i,"%AsyncFunction%":d,"%AsyncGenerator%":d,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":d,"%Atomics%":"undefined"==typeof Atomics?i:Atomics,"%BigInt%":"undefined"==typeof BigInt?i:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?i:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?i:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?i:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?i:FinalizationRegistry,"%Function%":n,"%GeneratorFunction%":d,"%Int8Array%":"undefined"==typeof Int8Array?i:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?i:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?i:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":p?h(h([][Symbol.iterator]())):i,"%JSON%":"object"==typeof JSON?JSON:i,"%Map%":"undefined"==typeof Map?i:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&p?h((new Map)[Symbol.iterator]()):i,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?i:Promise,"%Proxy%":"undefined"==typeof Proxy?i:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?i:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?i:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&p?h((new Set)[Symbol.iterator]()):i,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?i:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":p?h(""[Symbol.iterator]()):i,"%Symbol%":p?Symbol:i,"%SyntaxError%":a,"%ThrowTypeError%":l,"%TypedArray%":f,"%TypeError%":o,"%Uint8Array%":"undefined"==typeof Uint8Array?i:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?i:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?i:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?i:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?i:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?i:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?i:WeakSet},g=function e(t){var r;if("%AsyncFunction%"===t)r=s("async function () {}");else if("%GeneratorFunction%"===t)r=s("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=s("async function* () {}");else if("%AsyncGenerator%"===t){var i=e("%AsyncGeneratorFunction%");i&&(r=i.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&(r=h(a.prototype))}return m[t]=r,r},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=r(58612),b=r(17642),w=y.call(Function.call,Array.prototype.concat),x=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,S=function(e){var t=_(e,0,1),r=_(e,-1);if("%"===t&&"%"!==r)throw new a("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new a("invalid intrinsic syntax, expected opening `%`");var i=[];return k(e,j,(function(e,t,r,a){i[i.length]=r?k(a,E,"$1"):t||e})),i},D=function(e,t){var r,i=e;if(b(v,i)&&(i="%"+(r=v[i])[0]+"%"),b(m,i)){var n=m[i];if(n===d&&(n=g(i)),void 0===n&&!t)throw new o("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:i,value:n}}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 r=S(e),i=r.length>0?r[0]:"",n=D("%"+i+"%",t),s=n.name,u=n.value,l=!1,p=n.alias;p&&(i=p[0],x(r,w([0,1],p)));for(var h=1,d=!0;h=r.length){var y=c(u,f);u=(d=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:u[f]}else d=b(u,f),u=u[f];d&&!l&&(m[s]=u)}}return u}},55105:(e,t,r)=>{"use strict";const{PassThrough:i}=r(92413);e.exports=e=>{e={...e};const{array:t}=e;let{encoding:r}=e;const a="buffer"===r;let n=!1;t?n=!(r||a):r=r||"utf8",a&&(r=null);const o=new i({objectMode:n});r&&o.setEncoding(r);let s=0;const c=[];return o.on("data",(e=>{c.push(e),n?s=c.length:s+=e.length})),o.getBufferedValue=()=>t?c:a?Buffer.concat(c,s):c.join(""),o.getBufferedLength=()=>s,o}},10031:(e,t,r)=>{"use strict";const{constants:i}=r(64293),a=r(74286),n=r(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:r}=t;let s;return await new Promise(((c,u)=>{const l=e=>{e&&s.getBufferedLength()<=i.MAX_LENGTH&&(e.bufferedData=s.getBufferedValue()),u(e)};s=a(e,n(t),(e=>{e?l(e):c()})),s.on("data",(()=>{s.getBufferedLength()>r&&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,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(92337);t.default=function(e,...t){const r=(async()=>{if(e instanceof i.RequestError)try{for(const r of t)if(r)for(const t of r)e=await t(e)}catch(t){e=t}throw e})(),a=()=>r;return r.json=a,r.text=a,r.buffer=a,r.on=a,r}},9291:function(e,t,r){"use strict";var i=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),a=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||i(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0});const n=r(28614),o=r(80657),s=r(80341),c=r(92337),u=r(28568),l=r(8178),p=r(94805),h=r(54992),d=r(38141),f=["request","response","redirect","uploadProgress","downloadProgress"];t.default=function e(t){let r,i;const a=new n.EventEmitter,m=new s(((n,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)))),r=b,b.once("response",(async t=>{var r;if(t.retryCount=y,t.request.aborted)return;let a;try{a=await h.default(b),t.rawBody=a}catch(e){return}if(b._isAboutToError)return;const o=(null!==(r=t.headers["content-encoding"])&&void 0!==r?r:"").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(),d.isResponseOk(t))return void b._beforeError(e)}try{for(const[r,i]of p.hooks.afterResponse.entries())t=await i(t,(async t=>{const i=l.default.normalizeArguments(void 0,{...t,retry:{calculateDelay:()=>0},throwHttpErrors:!1,resolveBodyOnly:!1},p);i.hooks.afterResponse=i.hooks.afterResponse.slice(0,r);for(const e of i.hooks.beforeRetry)await e(i);const a=e(i);return g((()=>{a.catch((()=>{})),a.cancel()})),a}))}catch(e){return void b._beforeError(new c.RequestError(e.message,e,b))}d.isResponseOk(t)?(i=t,n(b.options.resolveBodyOnly?t.body:t)):b._beforeError(new c.HTTPError(t))}));const w=e=>{if(m.isCanceled)return;const{options:t}=b;if(e instanceof c.HTTPError&&!t.throwHttpErrors){const{response:t}=e;n(b.options.resolveBodyOnly?t.body:t)}else s(e)};b.once("error",w);const x=b.options.body;b.once("retry",((e,t)=>{var r,i;x===(null===(r=t.request)||void 0===r?void 0:r.options.body)&&o.default.nodeStream(null===(i=t.request)||void 0===i?void 0:i.options.body)?w(t):v(e)})),p.default(b,a,f)};v(0)}));m.on=(e,t)=>(a.on(e,t),m);const g=e=>{const t=(async()=>{await m;const{options:t}=i.request;return u.default(i,e,t.parseJson,t.encoding)})();return Object.defineProperties(t,Object.getOwnPropertyDescriptors(m)),t};return m.json=()=>{const{headers:e}=r.options;return r.writableFinished||void 0!==e.accept||(e.accept="application/json"),g("json")},m.buffer=()=>g("buffer"),m.text=()=>g("text"),m},a(r(92337),t)},37999:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(80657);t.default=(e,t)=>{if(i.default.null_(e.encoding))throw new TypeError("To get a Buffer, set `options.responseType` to `buffer` instead");i.assert.any([i.default.string,i.default.undefined],e.encoding),i.assert.any([i.default.boolean,i.default.undefined],e.resolveBodyOnly),i.assert.any([i.default.boolean,i.default.undefined],e.methodRewriting),i.assert.any([i.default.boolean,i.default.undefined],e.isStream),i.assert.any([i.default.string,i.default.undefined],e.responseType),void 0===e.responseType&&(e.responseType="text");const{retry:r}=e;if(e.retry=t?{...t.retry}:{calculateDelay:e=>e.computedValue,limit:0,methods:[],statusCodes:[],errorCodes:[],maxRetryAfter:void 0},i.default.object(r)?(e.retry={...e.retry,...r},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)]):i.default.number(r)&&(e.retry.limit=r),i.default.undefined(e.retry.maxRetryAfter)&&(e.retry.maxRetryAfter=Math.min(...[e.timeout.request,e.timeout.connect].filter(i.default.number))),i.default.object(e.pagination)){t&&(e.pagination={...t.pagination,...e.pagination});const{pagination:r}=e;if(!i.default.function_(r.transform))throw new Error("`options.pagination.transform` must be implemented");if(!i.default.function_(r.shouldContinue))throw new Error("`options.pagination.shouldContinue` must be implemented");if(!i.default.function_(r.filter))throw new TypeError("`options.pagination.filter` must be implemented");if(!i.default.function_(r.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,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(92337);t.default=(e,t,r,a)=>{const{rawBody:n}=e;try{if("text"===t)return n.toString(a);if("json"===t)return 0===n.length?"":r(n.toString());if("buffer"===t)return n;throw new i.ParseError({message:`Unknown body type '${t}'`,name:"Error"},e)}catch(t){throw new i.ParseError(t,e)}}},92337:function(e,t,r){"use strict";var i=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),a=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||i(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.CancelError=t.ParseError=void 0;const n=r(8178);class o extends n.RequestError{constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${r.url.toString()}"`,e,t.request),this.name="ParseError"}}t.ParseError=o;class s extends n.RequestError{constructor(e){super("Promise was canceled",{},e),this.name="CancelError"}get isCanceled(){return!0}}t.CancelError=s,a(r(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:r,retryAfter:i})=>{if(e>t.limit)return 0;const a=t.methods.includes(r.options.method),n=t.errorCodes.includes(r.code),o=r.response&&t.statusCodes.includes(r.response.statusCode);if(!a||!n&&!o)return 0;if(r.response){if(i)return void 0===t.maxRetryAfter||i>t.maxRetryAfter?0:i;if(413===r.response.statusCode)return 0}return 2**(e-1)*1e3+100*Math.random()}},8178:(e,t,r)=>{"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 i=r(31669),a=r(92413),n=r(35747),o=r(78835),s=r(98605),c=r(98605),u=r(57211),l=r(60081),p=r(73266),h=r(93481),d=r(10346),f=r(69758),m=r(25989),g=r(80657),v=r(92425),y=r(16721),b=r(94805),w=r(14834),x=r(96959),k=r(30186),_=r(57440),j=r(54992),E=r(90354),S=r(38141),D=r(45241),A=r(37999),C=r(76582);let T;const O=Symbol("request"),P=Symbol("response"),F=Symbol("responseSize"),I=Symbol("downloadedSize"),z=Symbol("bodySize"),B=Symbol("uploadedSize"),R=Symbol("serverResponsesPiped"),L=Symbol("unproxyEvents"),q=Symbol("isFromCache"),N=Symbol("cancelTimeouts"),U=Symbol("startedReading"),M=Symbol("stopReading"),$=Symbol("triggerRead"),H=Symbol("body"),V=Symbol("jobs"),G=Symbol("originalResponse"),W=Symbol("retryTimeout");t.kIsNormalizedAlready=Symbol("isNormalizedAlready");const K=g.default.string(process.versions.brotli);t.withoutBody=new Set(["GET","HEAD"]),t.knownHookEvents=["init","beforeRequest","beforeRedirect","beforeError","beforeRetry","afterResponse"];const Q=new _.default,Y=new Set([300,301,302,303,304,307,308]),J=["context","body","json","form"];t.setNonEnumerableProperties=(e,t)=>{const r={};for(const t of e)if(t)for(const e of J)e in t&&(r[e]={writable:!0,configurable:!0,enumerable:!1,value:t[e]});Object.defineProperties(t,r)};class Z extends Error{constructor(e,t,r){var i;if(super(e),Error.captureStackTrace(this,this.constructor),this.name="RequestError",this.code=t.code,r instanceof se?(Object.defineProperty(this,"request",{enumerable:!1,value:r}),Object.defineProperty(this,"response",{enumerable:!1,value:r[P]}),Object.defineProperty(this,"options",{enumerable:!1,value:r.options})):Object.defineProperty(this,"options",{enumerable:!1,value:r}),this.timings=null===(i=this.request)||void 0===i?void 0:i.timings,g.default.string(t.stack)&&g.default.string(this.stack)){const e=this.stack.indexOf(this.message)+this.message.length,r=this.stack.slice(e).split("\n").reverse(),i=t.stack.slice(t.stack.indexOf(t.message)+t.message.length).split("\n").reverse();for(;0!==i.length&&i[0]===r[0];)r.shift();this.stack=`${this.stack.slice(0,e)}${r.reverse().join("\n")}${i.reverse().join("\n")}`}}}t.RequestError=Z;class X extends Z{constructor(e){super(`Redirected ${e.options.maxRedirects} times. Aborting.`,{},e),this.name="MaxRedirectsError"}}t.MaxRedirectsError=X;class ee extends Z{constructor(e){super(`Response code ${e.statusCode} (${e.statusMessage})`,{},e.request),this.name="HTTPError"}}t.HTTPError=ee;class te extends Z{constructor(e,t){super(e.message,e,t),this.name="CacheError"}}t.CacheError=te;class re extends Z{constructor(e,t){super(e.message,e,t),this.name="UploadError"}}t.UploadError=re;class ie extends Z{constructor(e,t,r){super(e.message,e,r),this.name="TimeoutError",this.event=e.event,this.timings=t}}t.TimeoutError=ie;class ae extends Z{constructor(e,t){super(e.message,e,t),this.name="ReadError"}}t.ReadError=ae;class ne extends Z{constructor(e){super(`Unsupported protocol "${e.url.protocol}"`,{},e),this.name="UnsupportedProtocolError"}}t.UnsupportedProtocolError=ne;const oe=["socket","connect","continue","information","upgrade","timeout"];class se extends a.Duplex{constructor(e,r={},i){super({autoDestroy:!1,highWaterMark:0}),this[I]=0,this[B]=0,this.requestInitialized=!1,this[R]=new Set,this.redirects=[],this[M]=!1,this[$]=!1,this[V]=[],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}=r;if((s||u||l)&&this._lockWrite(),t.kIsNormalizedAlready in r)this.options=r;else try{this.options=this.constructor.normalizeArguments(e,r,i)}catch(e){return g.default.nodeStream(r.body)&&r.body.destroy(),void this.destroy(e)}(async()=>{var e;try{this.options.body instanceof n.ReadStream&&await(async e=>new Promise(((t,r)=>{const i=e=>{r(e)};e.pending||t(),e.once("error",i),e.once("ready",(()=>{e.off("error",i),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[V])e();this[V].length=0,this.requestInitialized=!0}catch(e){if(e instanceof Z)return void this._beforeError(e);this.destroyed||this.destroy(e)}})()}static normalizeArguments(e,r,a){var n,s,c,u,l;const d=r;if(g.default.object(e)&&!g.default.urlInstance(e))r={...a,...e,...r};else{if(e&&r&&void 0!==r.url)throw new TypeError("The `url` option is mutually exclusive with the `input` argument");r={...a,...r},void 0!==e&&(r.url=e),g.default.urlInstance(r.url)&&(r.url=new o.URL(r.url.toString()))}if(!1===r.cache&&(r.cache=void 0),!1===r.dnsCache&&(r.dnsCache=void 0),g.assert.any([g.default.string,g.default.undefined],r.method),g.assert.any([g.default.object,g.default.undefined],r.headers),g.assert.any([g.default.string,g.default.urlInstance,g.default.undefined],r.prefixUrl),g.assert.any([g.default.object,g.default.undefined],r.cookieJar),g.assert.any([g.default.object,g.default.string,g.default.undefined],r.searchParams),g.assert.any([g.default.object,g.default.string,g.default.undefined],r.cache),g.assert.any([g.default.object,g.default.number,g.default.undefined],r.timeout),g.assert.any([g.default.object,g.default.undefined],r.context),g.assert.any([g.default.object,g.default.undefined],r.hooks),g.assert.any([g.default.boolean,g.default.undefined],r.decompress),g.assert.any([g.default.boolean,g.default.undefined],r.ignoreInvalidCookies),g.assert.any([g.default.boolean,g.default.undefined],r.followRedirect),g.assert.any([g.default.number,g.default.undefined],r.maxRedirects),g.assert.any([g.default.boolean,g.default.undefined],r.throwHttpErrors),g.assert.any([g.default.boolean,g.default.undefined],r.http2),g.assert.any([g.default.boolean,g.default.undefined],r.allowGetBody),g.assert.any([g.default.string,g.default.undefined],r.localAddress),g.assert.any([E.isDnsLookupIpVersion,g.default.undefined],r.dnsLookupIpVersion),g.assert.any([g.default.object,g.default.undefined],r.https),g.assert.any([g.default.boolean,g.default.undefined],r.rejectUnauthorized),r.https&&(g.assert.any([g.default.boolean,g.default.undefined],r.https.rejectUnauthorized),g.assert.any([g.default.function_,g.default.undefined],r.https.checkServerIdentity),g.assert.any([g.default.string,g.default.object,g.default.array,g.default.undefined],r.https.certificateAuthority),g.assert.any([g.default.string,g.default.object,g.default.array,g.default.undefined],r.https.key),g.assert.any([g.default.string,g.default.object,g.default.array,g.default.undefined],r.https.certificate),g.assert.any([g.default.string,g.default.undefined],r.https.passphrase),g.assert.any([g.default.string,g.default.buffer,g.default.array,g.default.undefined],r.https.pfx)),g.assert.any([g.default.object,g.default.undefined],r.cacheOptions),g.default.string(r.method)?r.method=r.method.toUpperCase():r.method="GET",r.headers===(null==a?void 0:a.headers)?r.headers={...r.headers}:r.headers=m({...null==a?void 0:a.headers,...r.headers}),"slashes"in r)throw new TypeError("The legacy `url.Url` has been deprecated. Use `URL` instead.");if("auth"in r)throw new TypeError("Parameter `auth` is deprecated. Use `username` / `password` instead.");if("searchParams"in r&&r.searchParams&&r.searchParams!==(null==a?void 0:a.searchParams)){let e;if(g.default.string(r.searchParams)||r.searchParams instanceof o.URLSearchParams)e=new o.URLSearchParams(r.searchParams);else{!function(e){for(const t in e){const r=e[t];if(!(g.default.string(r)||g.default.number(r)||g.default.boolean(r)||g.default.null_(r)||g.default.undefined(r)))throw new TypeError(`The \`searchParams\` value '${String(r)}' must be a string, number, boolean or null`)}}(r.searchParams),e=new o.URLSearchParams;for(const t in r.searchParams){const i=r.searchParams[t];null===i?e.append(t,""):void 0!==i&&e.append(t,i)}}null===(n=null==a?void 0:a.searchParams)||void 0===n||n.forEach(((t,r)=>{e.has(r)||e.append(r,t)})),r.searchParams=e}if(r.username=null!==(s=r.username)&&void 0!==s?s:"",r.password=null!==(c=r.password)&&void 0!==c?c:"",g.default.undefined(r.prefixUrl)?r.prefixUrl=null!==(u=null==a?void 0:a.prefixUrl)&&void 0!==u?u:"":(r.prefixUrl=r.prefixUrl.toString(),""===r.prefixUrl||r.prefixUrl.endsWith("/")||(r.prefixUrl+="/")),g.default.string(r.url)){if(r.url.startsWith("/"))throw new Error("`input` must not start with a slash when using `prefixUrl`");r.url=k.default(r.prefixUrl+r.url,r)}else(g.default.undefined(r.url)&&""!==r.prefixUrl||r.protocol)&&(r.url=k.default(r.prefixUrl,r));if(r.url){"port"in r&&delete r.port;let{prefixUrl:e}=r;Object.defineProperty(r,"prefixUrl",{set:t=>{const i=r.url;if(!i.href.startsWith(t))throw new Error(`Cannot change \`prefixUrl\` from ${e} to ${t}: ${i.href}`);r.url=new o.URL(t+i.href.slice(e.length)),e=t},get:()=>e});let{protocol:t}=r.url;if("unix:"===t&&(t="http:",r.url=new o.URL(`http://unix${r.url.pathname}${r.url.search}`)),r.searchParams&&(r.url.search=r.searchParams.toString()),"http:"!==t&&"https:"!==t)throw new ne(r);""===r.username?r.username=r.url.username:r.url.username=r.username,""===r.password?r.password=r.url.password:r.url.password=r.password}const{cookieJar:f}=r;if(f){let{setCookie:e,getCookieString:t}=f;g.assert.function_(e),g.assert.function_(t),4===e.length&&0===t.length&&(e=i.promisify(e.bind(r.cookieJar)),t=i.promisify(t.bind(r.cookieJar)),r.cookieJar={setCookie:e,getCookieString:t})}const{cache:v}=r;if(v&&(Q.has(v)||Q.set(v,new h(((e,t)=>{const r=e[O](e,t);return g.default.promise(r)&&(r.once=(e,t)=>{if("error"===e)r.catch(t);else{if("abort"!==e)throw new Error(`Unknown HTTP2 promise event: ${e}`);(async()=>{try{(await r).once("abort",t)}catch(e){}})()}return r}),r}),v))),r.cacheOptions={...r.cacheOptions},!0===r.dnsCache)T||(T=new p.default),r.dnsCache=T;else if(!g.default.undefined(r.dnsCache)&&!r.dnsCache.lookup)throw new TypeError(`Parameter \`dnsCache\` must be a CacheableLookup instance or a boolean, got ${g.default(r.dnsCache)}`);g.default.number(r.timeout)?r.timeout={request:r.timeout}:a&&r.timeout!==a.timeout?r.timeout={...a.timeout,...r.timeout}:r.timeout={...r.timeout},r.context||(r.context={});const y=r.hooks===(null==a?void 0:a.hooks);r.hooks={...r.hooks};for(const e of t.knownHookEvents)if(e in r.hooks){if(!g.default.array(r.hooks[e]))throw new TypeError(`Parameter \`${e}\` must be an Array, got ${g.default(r.hooks[e])}`);r.hooks[e]=[...r.hooks[e]]}else r.hooks[e]=[];if(a&&!y)for(const e of t.knownHookEvents)a.hooks[e].length>0&&(r.hooks[e]=[...a.hooks[e],...r.hooks[e]]);if("family"in r&&D.default('"options.family" was never documented, please use "options.dnsLookupIpVersion"'),(null==a?void 0:a.https)&&(r.https={...a.https,...r.https}),"rejectUnauthorized"in r&&D.default('"options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"'),"checkServerIdentity"in r&&D.default('"options.checkServerIdentity" was never documented, please use "options.https.checkServerIdentity"'),"ca"in r&&D.default('"options.ca" was never documented, please use "options.https.certificateAuthority"'),"key"in r&&D.default('"options.key" was never documented, please use "options.https.key"'),"cert"in r&&D.default('"options.cert" was never documented, please use "options.https.certificate"'),"passphrase"in r&&D.default('"options.passphrase" was never documented, please use "options.https.passphrase"'),"pfx"in r&&D.default('"options.pfx" was never documented, please use "options.https.pfx"'),"followRedirects"in r)throw new TypeError("The `followRedirects` option does not exist. Use `followRedirect` instead.");if(r.agent)for(const e in r.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 r.maxRedirects=null!==(l=r.maxRedirects)&&void 0!==l?l:0,t.setNonEnumerableProperties([a,d],r),A.default(r,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:r}=e,i=!g.default.undefined(e.form),n=!g.default.undefined(e.json),s=!g.default.undefined(e.body),c=i||n||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,i,n].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(i&&!g.default.object(e.form))throw new TypeError("The `form` option must be an Object");{const t=!g.default.string(r["content-type"]);s?(y.default(e.body)&&t&&(r["content-type"]=`multipart/form-data; boundary=${e.body.getBoundary()}`),this[H]=e.body):i?(t&&(r["content-type"]="application/x-www-form-urlencoded"),this[H]=new o.URLSearchParams(e.form).toString()):(t&&(r["content-type"]="application/json"),this[H]=e.stringifyJson(e.json));const a=await v.default(this[H],e.headers);g.default.undefined(r["content-length"])&&g.default.undefined(r["transfer-encoding"])&&(u||g.default.undefined(a)||(r["content-length"]=String(a)))}}else u?this._lockWrite():this._unlockWrite();this[z]=Number(r["content-length"])||void 0}async _onResponseBase(e){const{options:t}=this,{url:r}=t;this[G]=e,t.decompress&&(e=d(e));const i=e.statusCode,a=e;a.statusMessage=a.statusMessage?a.statusMessage:s.STATUS_CODES[i],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[q]=a.isFromCache,this[F]=Number(e.headers["content-length"])||void 0,this[P]=e,e.once("end",(()=>{this[F]=this[I],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 n=e.headers["set-cookie"];if(g.default.object(t.cookieJar)&&n){let e=n.map((async e=>t.cookieJar.setCookie(e,r.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&&Y.has(i)){if(e.resume(),this[O]&&(this[N](),delete this[O],this[L]()),!(303===i&&"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 X(this));try{const i=Buffer.from(e.headers.location,"binary").toString(),n=new o.URL(i,r),s=n.toString();decodeURI(s),n.hostname!==r.hostname||n.port!==r.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="")):(n.username=t.username,n.password=t.password),this.redirects.push(s),t.url=n;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&&!S.isResponseOk(a))this._beforeError(new ee(a));else{e.on("readable",(()=>{this[$]&&this._read()})),this.on("resume",(()=>{e.resume()})),this.on("pause",(()=>{e.pause()})),e.once("end",(()=>{this.push(null)})),this.emit("response",e);for(const r of this[R])if(!r.headersSent){for(const i in e.headers){const a=!t.decompress||"content-encoding"!==i,n=e.headers[i];a&&r.setHeader(i,n)}r.statusCode=i}}}async _onResponse(e){try{await this._onResponseBase(e)}catch(e){this._beforeError(e)}}_onRequest(e){const{options:t}=this,{timeout:r,url:i}=t;l.default(e),this[N]=w.default(e,r,i);const a=t.cache?"cacheableResponse":"response";e.once(a,(e=>{this._onResponse(e)})),e.once("error",(t=>{var r;e.destroy(),null===(r=e.res)||void 0===r||r.removeAllListeners("end"),t=t instanceof w.TimeoutError?new ie(t,this.timings,this):new Z(t.message,t,this),this._beforeError(t)})),this[L]=b.default(e,this,oe),this[O]=e,this.emit("uploadProgress",this.uploadProgress);const n=this[H],o=0===this.redirects.length?this:e;g.default.nodeStream(n)?(n.pipe(o),n.once("error",(e=>{this._beforeError(new re(e,this))}))):(this._unlockWrite(),g.default.undefined(n)?(this._cannotHaveBody||this._noPipe)&&(o.end(),this._lockWrite()):(this._writeRequest(n,void 0,(()=>{})),o.end(),this._lockWrite())),this.emit("request",e)}async _createCacheableRequest(e,t){return new Promise(((r,i)=>{let a;Object.assign(t,x.default(e)),delete t.url;const n=Q.get(t.cache)(t,(async e=>{e._readableState.autoDestroy=!1,a&&(await a).emit("cacheableResponse",e),r(e)}));t.url=e,n.once("error",i),n.once("request",(async e=>{a=e,r(a)}))}))}async _makeRequest(){var e,t,r,i,a;const{options:n}=this,{headers:o}=n;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(n.decompress&&g.default.undefined(o["accept-encoding"])&&(o["accept-encoding"]=K?"gzip, deflate, br":"gzip, deflate"),n.cookieJar){const e=await n.cookieJar.getCookieString(n.url.toString());g.default.nonEmptyString(e)&&(n.headers.cookie=e)}for(const e of n.hooks.beforeRequest){const t=await e(n);if(!g.default.undefined(t)){n.request=()=>t;break}}n.body&&this[H]!==n.body&&(this[H]=n.body);const{agent:c,request:l,timeout:p,url:d}=n;if(n.dnsCache&&!("lookup"in n)&&(n.lookup=n.dnsCache.lookup),"unix"===d.hostname){const e=/(?.+?):(?.+)/.exec(`${d.pathname}${d.search}`);if(null==e?void 0:e.groups){const{socketPath:t,path:r}=e.groups;Object.assign(n,{socketPath:t,path:r,host:""})}}const m="https:"===d.protocol;let v;v=n.http2?f.auto:m?u.request:s.request;const y=null!==(e=n.request)&&void 0!==e?e:v,b=n.cache?this._createCacheableRequest:y;c&&!n.http2&&(n.agent=c[m?"https":"http"]),n[O]=y,delete n.request,delete n.timeout;const w=n;if(w.shared=null===(t=n.cacheOptions)||void 0===t?void 0:t.shared,w.cacheHeuristic=null===(r=n.cacheOptions)||void 0===r?void 0:r.cacheHeuristic,w.immutableMinTimeToLive=null===(i=n.cacheOptions)||void 0===i?void 0:i.immutableMinTimeToLive,w.ignoreCargoCult=null===(a=n.cacheOptions)||void 0===a?void 0:a.ignoreCargoCult,void 0!==n.dnsLookupIpVersion)try{w.family=E.dnsLookupIpVersionToFamily(n.dnsLookupIpVersion)}catch(e){throw new Error("Invalid `dnsLookupIpVersion` option value")}n.https&&("rejectUnauthorized"in n.https&&(w.rejectUnauthorized=n.https.rejectUnauthorized),n.https.checkServerIdentity&&(w.checkServerIdentity=n.https.checkServerIdentity),n.https.certificateAuthority&&(w.ca=n.https.certificateAuthority),n.https.certificate&&(w.cert=n.https.certificate),n.https.key&&(w.key=n.https.key),n.https.passphrase&&(w.passphrase=n.https.passphrase),n.https.pfx&&(w.pfx=n.https.pfx));try{let e=await b(d,w);g.default.undefined(e)&&(e=v(d,w)),n.request=l,n.timeout=p,n.agent=c,n.https&&("rejectUnauthorized"in n.https&&delete w.rejectUnauthorized,n.https.checkServerIdentity&&delete w.checkServerIdentity,n.https.certificateAuthority&&delete w.ca,n.https.certificate&&delete w.cert,n.https.key&&delete w.key,n.https.passphrase&&delete w.passphrase,n.https.pfx&&delete w.pfx),x=e,g.default.object(x)&&!("statusCode"in x)?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 h.CacheError)throw new te(e,this);throw new Z(e.message,e,this)}var x}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[M])return;const{options:t}=this,r=this.retryCount+1;this[M]=!0,e instanceof Z||(e=new Z(e.message,e,this));const i=e,{response:a}=i;(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 n;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),n=await t.retry.calculateDelay({attemptCount:r,retryOptions:t.retry,error:i,retryAfter:e,computedValue:C.default({attemptCount:r,retryOptions:t.retry,error:i,retryAfter:e,computedValue:0})})}catch(e){return void this._error(new Z(e.message,e,this))}if(n){const t=async()=>{try{for(const e of this.options.hooks.beforeRetry)await e(this.options,i,r)}catch(t){return void this._error(new Z(t.message,e,this))}this.destroyed||(this.destroy(),this.emit("retry",r,e))};return void(this[W]=setTimeout(t,n))}}this._error(i)})()}_read(){this[$]=!0;const e=this[P];if(e&&!this[M]){let t;for(e.readableLength&&(this[$]=!1);null!==(t=e.read());){this[I]+=t.length,this[U]=!0;const e=this.downloadProgress;e.percent<1&&this.emit("downloadProgress",e),this.push(t)}}}_write(e,t,r){const i=()=>{this._writeRequest(e,t,r)};this.requestInitialized?i():this[V].push(i)}_writeRequest(e,t,r){this[O].destroyed||(this._progressCallbacks.push((()=>{this[B]+=Buffer.byteLength(e,t);const r=this.uploadProgress;r.percent<1&&this.emit("uploadProgress",r)})),this[O].write(e,t,(e=>{!e&&this._progressCallbacks.length>0&&this._progressCallbacks.shift()(),r(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[B],this.emit("uploadProgress",this.uploadProgress),this[O].emit("upload-complete")),e(t)})):e()};this.requestInitialized?t():this[V].push(t)}_destroy(e,t){var r;this[M]=!0,clearTimeout(this[W]),O in this&&(this[N](),(null===(r=this[P])||void 0===r?void 0:r.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[M]}get ip(){var e;return null===(e=this.socket)||void 0===e?void 0:e.remoteAddress}get aborted(){var e,t,r;return(null!==(t=null===(e=this[O])||void 0===e?void 0:e.destroyed)&&void 0!==t?t:this.destroyed)&&!(null===(r=this[G])||void 0===r?void 0:r.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[F]?this[I]/this[F]:this[F]===this[I]?1:0,{percent:e,transferred:this[I],total:this[F]}}get uploadProgress(){let e;return e=this[z]?this[B]/this[z]:this[z]===this[B]?1:0,{percent:e,transferred:this[B],total:this[z]}}get timings(){var e;return null===(e=this[O])||void 0===e?void 0:e.timings}get isFromCache(){return this[q]}pipe(e,t){if(this[U])throw new Error("Failed to pipe. The response has been emitted already.");return e instanceof c.ServerResponse&&this[R].add(e),super.pipe(e,t)}unpipe(e){return e instanceof c.ServerResponse&&this[R].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 r={auto:0,ipv4:4,ipv6:6};t.isDnsLookupIpVersion=e=>e in r,t.dnsLookupIpVersionToFamily=e=>{if(t.isDnsLookupIpVersion(e))return r[e];throw new Error("Invalid DNS lookup IP version")}},92425:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(35747),a=r(31669),n=r(80657),o=r(16721),s=a.promisify(i.stat);t.default=async(e,t)=>{if(t&&"content-length"in t)return Number(t["content-length"]);if(!e)return 0;if(n.default.string(e))return Buffer.byteLength(e);if(n.default.buffer(e))return e.length;if(o.default(e))return a.promisify(e.getLength.bind(e))();if(e instanceof i.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 r=0;for await(const i of e)t.push(i),r+=Buffer.byteLength(i);return Buffer.isBuffer(t[0])?Buffer.concat(t,r):Buffer.from(t.join(""))}},16721:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(80657);t.default=e=>i.default.nodeStream(e)&&i.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,r=e.request.options.followRedirect?299:399;return t>=200&&t<=r||304===t}},30186:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(78835),a=["protocol","host","hostname","port","pathname","search"];t.default=(e,t)=>{var r,n;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!==(n=null!==(r=t.hostname)&&void 0!==r?r:t.host)&&void 0!==n?n:""}`}const o=new i.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,r){const i={};for(const a of r)i[a]=(...e)=>{t.emit(a,...e)},e.on(a,i[a]);return()=>{for(const t of r)e.off(t,i[t])}}},14834:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TimeoutError=void 0;const i=r(11631),a=r(28535),n=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,r)=>{if(n in e)return o;e[n]=!0;const c=[],{once:u,unhandleAll:l}=a.default(),p=(e,t,r)=>{var i;const a=setTimeout(t,e,e,r);null===(i=a.unref)||void 0===i||i.call(a);const n=()=>{clearTimeout(a)};return c.push(n),n},{host:h,hostname:d}=r,f=(t,r)=>{e.destroy(new s(t,r))},m=()=>{for(const e of c)e();l()};if(e.once("error",(t=>{if(m(),0===e.listenerCount("error"))throw t})),e.once("close",m),u(e,"response",(e=>{u(e,"end",m)})),void 0!==t.request&&p(t.request,f,"request"),void 0!==t.socket){const r=()=>{f(t.socket,"socket")};e.setTimeout(t.socket,r),c.push((()=>{e.removeListener("timeout",r)}))}return u(e,"socket",(a=>{var n;const{socketPath:o}=e;if(a.connecting){const e=Boolean(null!=o?o:0!==i.isIP(null!==(n=null!=d?d:h)&&void 0!==n?n:""));if(void 0!==t.lookup&&!e&&void 0===a.address().address){const e=p(t.lookup,f,"lookup");u(a,"lookup",e)}if(void 0!==t.connect){const r=()=>p(t.connect,f,"connect");e?u(a,"connect",r()):u(a,"lookup",(e=>{null===e&&u(a,"connect",r())}))}void 0!==t.secureConnect&&"https:"===r.protocol&&u(a,"connect",(()=>{const e=p(t.secureConnect,f,"secureConnect");u(a,"secureConnect",e)}))}if(void 0!==t.send){const r=()=>p(t.send,f,"send");a.connecting?u(a,"connect",(()=>{u(e,"upload-complete",r())})):u(e,"upload-complete",r())}})),void 0!==t.response&&u(e,"upload-complete",(()=>{const r=p(t.response,f,"response");u(e,"response",r)})),m}},28535:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=()=>{const e=[];return{once(t,r,i){t.once(r,i),e.push({origin:t,event:r,fn:i})},unhandleAll(){for(const t of e){const{origin:e,event:r,fn:i}=t;e.removeListener(r,i)}e.length=0}}}},96959:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(80657);t.default=e=>{const t={protocol:(e=e).protocol,hostname:i.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 i.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,r){"use strict";var i=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),a=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||i(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.defaultHandler=void 0;const n=r(80657),o=r(9291),s=r(36133),c=r(8178),u=r(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:h}=c.default,d=(...e)=>{let t;for(const r of e)t=h(void 0,r,t);return t},f=e=>e.isStream?new c.default(void 0,e):o.default(e),m=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 r of e)r(t)},y=e=>{e._rawHandlers=e.handlers,e.handlers=e.handlers.map((e=>(t,r)=>{let i;const a=e(t,(e=>(i=r(e),i)));if(a!==i&&!t.isStream&&i){const e=a,{then:t,catch:r,finally:n}=e;Object.setPrototypeOf(e,Object.getPrototypeOf(i)),Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)),e.then=t,e.catch=r,e.finally=n}return a}));const r=(t,r={},i)=>{var a,u;let l=0;const p=t=>e.handlers[l++](t,l===e.handlers.length?f:p);if(n.default.plainObject(t)){const e={...t,...r};c.setNonEnumerableProperties([t,r],e),r=e,t=void 0}try{let n;try{v(e.options.hooks.init,r),v(null===(a=r.hooks)||void 0===a?void 0:a.init,r)}catch(e){n=e}const s=h(t,r,null!=i?i:e.options);if(s[c.kIsNormalizedAlready]=!0,n)throw new o.RequestError(n.message,n,s);return p(s)}catch(t){if(r.isStream)throw t;return s.default(t,e.options.hooks.beforeError,null===(u=r.hooks)||void 0===u?void 0:u.beforeError)}};r.extend=(...r)=>{const i=[e.options];let a,n=[...e._rawHandlers];for(const e of r)m(e)?(i.push(e.defaults.options),n.push(...e.defaults._rawHandlers),a=e.defaults.mutableDefaults):(i.push(e),"handlers"in e&&n.push(...e.handlers),a=e.mutableDefaults);return n=n.filter((e=>e!==t.defaultHandler)),0===n.length&&n.push(t.defaultHandler),y({options:d(...i),handlers:n,mutableDefaults:Boolean(a)})};const i=async function*(t,i){let a=h(t,i,e.options);a.resolveBodyOnly=!1;const o=a.pagination;if(!n.default.object(o))throw new TypeError("`options.pagination` must be implemented");const s=[];let{countLimit:c}=o,u=0;for(;u{const r=[];for await(const a of i(e,t))r.push(a);return r},r.paginate.each=i,r.stream=(e,t)=>r(e,{...t,isStream:!0});for(const e of g)r[e]=(t,i)=>r(t,{...i,method:e}),r.stream[e]=(t,i)=>r(t,{...i,method:e,isStream:!0});return Object.assign(r,l),Object.defineProperty(r,"defaults",{value:e.mutableDefaults?e:u.default(e),writable:e.mutableDefaults,configurable:e.mutableDefaults,enumerable:!0}),r.mergeOptions=d,r};t.default=y,a(r(38317),t)},12210:function(e,t,r){"use strict";var i=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),a=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||i(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0});const n=r(78835),o=r(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 r;for(const e of t){const t=e.split(";");if(t[1].includes("next")){r=t[0].trimStart().trim(),r=r.slice(1,-1);break}}return!!r&&{url:new n.URL(r)}},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(r(46427),t),a(r(9291),t)},38317:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0})},64638:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(80657);t.default=function e(t){for(const r of Object.values(t))(i.default.plainObject(r)||i.default.array(r))&&e(r);return Object.freeze(t)}},45241:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=new Set;t.default=e=>{r.has(e)||(r.add(e),process.emitWarning(`Got: ${e}`,{type:"DeprecationWarning"}))}},24391:e=>{"use strict";e.exports=JSON.parse('{"$id":"afterRequest.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","optional":true,"required":["lastAccess","eTag","hitCount"],"properties":{"expires":{"type":"string","pattern":"^(\\\\d{4})(-)?(\\\\d\\\\d)(-)?(\\\\d\\\\d)(T)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(\\\\.\\\\d+)?(Z|([+-])(\\\\d\\\\d)(:)?(\\\\d\\\\d))?"},"lastAccess":{"type":"string","pattern":"^(\\\\d{4})(-)?(\\\\d\\\\d)(-)?(\\\\d\\\\d)(T)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(\\\\.\\\\d+)?(Z|([+-])(\\\\d\\\\d)(:)?(\\\\d\\\\d))?"},"eTag":{"type":"string"},"hitCount":{"type":"integer"},"comment":{"type":"string"}}}')},94440:e=>{"use strict";e.exports=JSON.parse('{"$id":"beforeRequest.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","optional":true,"required":["lastAccess","eTag","hitCount"],"properties":{"expires":{"type":"string","pattern":"^(\\\\d{4})(-)?(\\\\d\\\\d)(-)?(\\\\d\\\\d)(T)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(\\\\.\\\\d+)?(Z|([+-])(\\\\d\\\\d)(:)?(\\\\d\\\\d))?"},"lastAccess":{"type":"string","pattern":"^(\\\\d{4})(-)?(\\\\d\\\\d)(-)?(\\\\d\\\\d)(T)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(\\\\.\\\\d+)?(Z|([+-])(\\\\d\\\\d)(:)?(\\\\d\\\\d))?"},"eTag":{"type":"string"},"hitCount":{"type":"integer"},"comment":{"type":"string"}}}')},99850:e=>{"use strict";e.exports=JSON.parse('{"$id":"browser.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["name","version"],"properties":{"name":{"type":"string"},"version":{"type":"string"},"comment":{"type":"string"}}}')},77654:e=>{"use strict";e.exports=JSON.parse('{"$id":"cache.json#","$schema":"http://json-schema.org/draft-06/schema#","properties":{"beforeRequest":{"oneOf":[{"type":"null"},{"$ref":"beforeRequest.json#"}]},"afterRequest":{"oneOf":[{"type":"null"},{"$ref":"afterRequest.json#"}]},"comment":{"type":"string"}}}')},73656:e=>{"use strict";e.exports=JSON.parse('{"$id":"content.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["size","mimeType"],"properties":{"size":{"type":"integer"},"compression":{"type":"integer"},"mimeType":{"type":"string"},"text":{"type":"string"},"encoding":{"type":"string"},"comment":{"type":"string"}}}')},67948:e=>{"use strict";e.exports=JSON.parse('{"$id":"cookie.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["name","value"],"properties":{"name":{"type":"string"},"value":{"type":"string"},"path":{"type":"string"},"domain":{"type":"string"},"expires":{"type":["string","null"],"format":"date-time"},"httpOnly":{"type":"boolean"},"secure":{"type":"boolean"},"comment":{"type":"string"}}}')},44098:e=>{"use strict";e.exports=JSON.parse('{"$id":"creator.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["name","version"],"properties":{"name":{"type":"string"},"version":{"type":"string"},"comment":{"type":"string"}}}')},32525:e=>{"use strict";e.exports=JSON.parse('{"$id":"entry.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","optional":true,"required":["startedDateTime","time","request","response","cache","timings"],"properties":{"pageref":{"type":"string"},"startedDateTime":{"type":"string","format":"date-time","pattern":"^(\\\\d{4})(-)?(\\\\d\\\\d)(-)?(\\\\d\\\\d)(T)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(\\\\.\\\\d+)?(Z|([+-])(\\\\d\\\\d)(:)?(\\\\d\\\\d))"},"time":{"type":"number","min":0},"request":{"$ref":"request.json#"},"response":{"$ref":"response.json#"},"cache":{"$ref":"cache.json#"},"timings":{"$ref":"timings.json#"},"serverIPAddress":{"type":"string","oneOf":[{"format":"ipv4"},{"format":"ipv6"}]},"connection":{"type":"string"},"comment":{"type":"string"}}}')},84943:e=>{"use strict";e.exports=JSON.parse('{"$id":"har.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["log"],"properties":{"log":{"$ref":"log.json#"}}}')},68344:e=>{"use strict";e.exports=JSON.parse('{"$id":"header.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["name","value"],"properties":{"name":{"type":"string"},"value":{"type":"string"},"comment":{"type":"string"}}}')},8023:(e,t,r)=>{"use strict";e.exports={afterRequest:r(24391),beforeRequest:r(94440),browser:r(99850),cache:r(77654),content:r(73656),cookie:r(67948),creator:r(44098),entry:r(32525),har:r(84943),header:r(68344),log:r(69142),page:r(29075),pageTimings:r(15096),postData:r(73697),query:r(70877),request:r(92084),response:r(20702),timings:r(36941)}},69142:e=>{"use strict";e.exports=JSON.parse('{"$id":"log.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["version","creator","entries"],"properties":{"version":{"type":"string"},"creator":{"$ref":"creator.json#"},"browser":{"$ref":"browser.json#"},"pages":{"type":"array","items":{"$ref":"page.json#"}},"entries":{"type":"array","items":{"$ref":"entry.json#"}},"comment":{"type":"string"}}}')},29075:e=>{"use strict";e.exports=JSON.parse('{"$id":"page.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","optional":true,"required":["startedDateTime","id","title","pageTimings"],"properties":{"startedDateTime":{"type":"string","format":"date-time","pattern":"^(\\\\d{4})(-)?(\\\\d\\\\d)(-)?(\\\\d\\\\d)(T)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(:)?(\\\\d\\\\d)(\\\\.\\\\d+)?(Z|([+-])(\\\\d\\\\d)(:)?(\\\\d\\\\d))"},"id":{"type":"string","unique":true},"title":{"type":"string"},"pageTimings":{"$ref":"pageTimings.json#"},"comment":{"type":"string"}}}')},15096:e=>{"use strict";e.exports=JSON.parse('{"$id":"pageTimings.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","properties":{"onContentLoad":{"type":"number","min":-1},"onLoad":{"type":"number","min":-1},"comment":{"type":"string"}}}')},73697:e=>{"use strict";e.exports=JSON.parse('{"$id":"postData.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","optional":true,"required":["mimeType"],"properties":{"mimeType":{"type":"string"},"text":{"type":"string"},"params":{"type":"array","required":["name"],"properties":{"name":{"type":"string"},"value":{"type":"string"},"fileName":{"type":"string"},"contentType":{"type":"string"},"comment":{"type":"string"}}},"comment":{"type":"string"}}}')},70877:e=>{"use strict";e.exports=JSON.parse('{"$id":"query.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["name","value"],"properties":{"name":{"type":"string"},"value":{"type":"string"},"comment":{"type":"string"}}}')},92084:e=>{"use strict";e.exports=JSON.parse('{"$id":"request.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["method","url","httpVersion","cookies","headers","queryString","headersSize","bodySize"],"properties":{"method":{"type":"string"},"url":{"type":"string","format":"uri"},"httpVersion":{"type":"string"},"cookies":{"type":"array","items":{"$ref":"cookie.json#"}},"headers":{"type":"array","items":{"$ref":"header.json#"}},"queryString":{"type":"array","items":{"$ref":"query.json#"}},"postData":{"$ref":"postData.json#"},"headersSize":{"type":"integer"},"bodySize":{"type":"integer"},"comment":{"type":"string"}}}')},20702:e=>{"use strict";e.exports=JSON.parse('{"$id":"response.json#","$schema":"http://json-schema.org/draft-06/schema#","type":"object","required":["status","statusText","httpVersion","cookies","headers","content","redirectURL","headersSize","bodySize"],"properties":{"status":{"type":"integer"},"statusText":{"type":"string"},"httpVersion":{"type":"string"},"cookies":{"type":"array","items":{"$ref":"cookie.json#"}},"headers":{"type":"array","items":{"$ref":"header.json#"}},"content":{"$ref":"content.json#"},"redirectURL":{"type":"string"},"headersSize":{"type":"integer"},"bodySize":{"type":"integer"},"comment":{"type":"string"}}}')},36941:e=>{"use strict";e.exports=JSON.parse('{"$id":"timings.json#","$schema":"http://json-schema.org/draft-06/schema#","required":["send","wait","receive"],"properties":{"dns":{"type":"number","min":-1},"connect":{"type":"number","min":-1},"blocked":{"type":"number","min":-1},"send":{"type":"number","min":-1},"wait":{"type":"number","min":-1},"receive":{"type":"number","min":-1},"ssl":{"type":"number","min":-1},"comment":{"type":"string"}}}')},88300:e=>{function t(e){var t="validation failed";this.name="HARError",this.message=t,this.errors=e,"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(t).stack}t.prototype=Error.prototype,e.exports=t},86056:(e,t,r)=>{var i,a=r(65096),n=r(88300),o=r(8023);function s(e,t){t=t||{};var s=(i=i||function(){var e=new a({allErrors:!0});return e.addMetaSchema(r(81030)),e.addSchema(o),e}()).getSchema(e+".json");return new Promise((function(e,r){s(t)?e(t):r(new n(s.errors))}))}t.afterRequest=function(e){return s("afterRequest",e)},t.beforeRequest=function(e){return s("beforeRequest",e)},t.browser=function(e){return s("browser",e)},t.cache=function(e){return s("cache",e)},t.content=function(e){return s("content",e)},t.cookie=function(e){return s("cookie",e)},t.creator=function(e){return s("creator",e)},t.entry=function(e){return s("entry",e)},t.har=function(e){return s("har",e)},t.header=function(e){return s("header",e)},t.log=function(e){return s("log",e)},t.page=function(e){return s("page",e)},t.pageTimings=function(e){return s("pageTimings",e)},t.postData=function(e){return s("postData",e)},t.query=function(e){return s("query",e)},t.request=function(e){return s("request",e)},t.response=function(e){return s("response",e)},t.timings=function(e){return s("timings",e)}},86560:e=>{"use strict";e.exports=(e,t=process.argv)=>{const r=e.startsWith("-")?"":1===e.length?"-":"--",i=t.indexOf(r+e),a=t.indexOf("--");return-1!==i&&(-1===a||i{"use strict";var i="undefined"!=typeof Symbol&&Symbol,a=r(55419);e.exports=function(){return"function"==typeof i&&"function"==typeof Symbol&&"symbol"==typeof i("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"),r=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(r))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 i=Object.getOwnPropertySymbols(e);if(1!==i.length||i[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,r)=>{"use strict";var i=r(58612);e.exports=i.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]),r=new Set([200,203,204,300,301,302,303,307,308,404,405,410,414,501]),i=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},n={"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 r=e.trim().split(/\s*,\s*/);for(const e of r){const[r,i]=e.split(/\s*=\s*/,2);t[r]=void 0===i||i.replace(/^"|"$/g,"")}return t}function c(e){let t=[];for(const r in e){const i=e[r];t.push(!0===i?r:r+"="+i)}if(t.length)return t.join(", ")}e.exports=class{constructor(e,t,{shared:r,cacheHeuristic:i,immutableMinTimeToLive:a,ignoreCargoCult:n,_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!==r,this._cacheHeuristic=void 0!==i?i:.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"]),n&&"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())||!r.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 r of t)if(e.headers[r]!==this._reqHeaders[r])return!1;return!0}_copyWithoutHopByHopHeaders(e){const t={};for(const r in e)a[r]||(t[r]=e[r]);if(e.connection){const r=e.connection.trim().split(/\s*,\s*/);for(const e of r)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 r=Date.parse(this._resHeaders.expires);return Number.isNaN(r)||rr)return Math.max(e,(t-r)/1e3*this._cacheHeuristic)}return e}timeToLive(){const e=this.maxAge()-this.age(),t=e+o(this._rescc["stale-if-error"]),r=e+o(this._rescc["stale-while-revalidate"]);return 1e3*Math.max(0,e,t,r)}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||i.has(e.status)}(t))return{modified:!1,matches:!1,policy:this};if(!t||!t.headers)throw Error("Response headers missing");let r=!1;if(void 0!==t.status&&304!=t.status?r=!1:t.headers.etag&&!/^\s*W\//.test(t.headers.etag)?r=this._resHeaders.etag&&this._resHeaders.etag.replace(/^\s*W\//,"")===t.headers.etag:this._resHeaders.etag&&t.headers.etag?r=this._resHeaders.etag.replace(/^\s*W\//,"")===t.headers.etag.replace(/^\s*W\//,""):this._resHeaders["last-modified"]?r=this._resHeaders["last-modified"]===t.headers["last-modified"]:this._resHeaders.etag||this._resHeaders["last-modified"]||t.headers.etag||t.headers["last-modified"]||(r=!0),!r)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&&!n[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,r)=>{"use strict";var i=r(40412)("http-errors"),a=r(66644),n=r(54917),o=r(44029),s=r(72953);function c(e){return Number(String(e).charAt(0)+"00")}function u(e,t){var r=Object.getOwnPropertyDescriptor(e,"name");r&&r.configurable&&(r.value=t,Object.defineProperty(e,"name",r))}e.exports=function e(){for(var t,r,a=500,o={},s=0;s=600)&&i("non-error status code; use only 4xx or 5xx status codes"),("number"!=typeof a||!n[a]&&(a<400||a>=600))&&(a=500);var l=e[a]||e[c(a)];for(var p in t||(t=l?new l(r):new Error(r||n[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,r){t.forEach((function(t){var i,l=s(n[t]);switch(c(t)){case 400:i=function(e,t,r){var i=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:n[r],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:i,writable:!0}),o}return o(s,e),u(s,i),s.prototype.status=r,s.prototype.statusCode=r,s.prototype.expose=!0,s}(r,l,t);break;case 500:i=function(e,t,r){var i=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:n[r],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:i,writable:!0}),o}return o(s,e),u(s,i),s.prototype.status=r,s.prototype.statusCode=r,s.prototype.expose=!1,s}(r,l,t)}i&&(e[t]=i,e[l]=i)})),e["I'mateapot"]=i.function(e.ImATeapot,'"I\'mateapot"; use "ImATeapot" instead')}(e.exports,n.codes,e.exports.HttpError)},44029:(e,t,r)=>{try{var i=r(31669);if("function"!=typeof i.inherits)throw"";e.exports=i.inherits}catch(t){e.exports=r(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 r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}},68007:(e,t,r)=>{var i=r(15534),a=r(12751),n=r(67388),o=r(14071);e.exports={parse:i.parseRequest,parseRequest:i.parseRequest,sign:a.signRequest,signRequest:a.signRequest,createSigner:a.createSigner,isSigner:a.isSigner,sshKeyToPEM:o.sshKeyToPEM,sshKeyFingerprint:o.fingerprint,pemToRsaSSHKey:o.pemToRsaSSHKey,verify:n.verifySignature,verifySignature:n.verifySignature,verifyHMAC:n.verifyHMAC}},15534:(e,t,r)=>{var i=r(6144),a=r(31669),n=r(14071),o=(n.HASH_ALGOS,n.PK_ALGOS,n.HttpSignatureError),s=n.InvalidAlgorithmError,c=n.validateAlgorithm;function u(e){o.call(this,e,u)}function l(e){o.call(this,e,l)}function p(e){o.call(this,e,p)}function h(e){o.call(this,e,h)}function d(e){o.call(this,e,d)}a.inherits(u,o),a.inherits(l,o),a.inherits(p,o),a.inherits(h,o),a.inherits(d,o),e.exports={parseRequest:function(e,t){i.object(e,"request"),i.object(e.headers,"request.headers"),void 0===t&&(t={}),void 0===t.headers&&(t.headers=[e.headers["x-date"]?"x-date":"date"]),i.object(t,"options"),i.arrayOfString(t.headers,"options.headers"),i.optionalFinite(t.clockSkew,"options.clockSkew");var r=t.authorizationHeaderName||"authorization";if(!e.headers[r])throw new h("no "+r+" header present in the request");t.clockSkew=t.clockSkew||300;var a,n=0,o=0,f=0,m="",g="",v={scheme:"",params:{},signingString:""},y=e.headers[r];for(n=0;n=65&&w<=90||w>=97&&w<=122)m+=b;else{if("="!==b)throw new l("bad param format");if(0===m.length)throw new l("bad param format");f=1}break;case 1:if('"'!==b)throw new l("bad param format");g="",f=2;break;case 2:'"'===b?(v.params[m]=g,f=3):g+=b;break;case 3:if(","!==b)throw new l("bad param format");m="",f=0;break;default:throw new Error("Invalid substate")}break;default:throw new Error("Invalid substate")}}if(v.params.headers&&""!==v.params.headers?v.params.headers=v.params.headers.split(" "):e.headers["x-date"]?v.params.headers=["x-date"]:v.params.headers=["date"],!v.scheme||"Signature"!==v.scheme)throw new l('scheme was not "Signature"');if(!v.params.keyId)throw new l("keyId was not specified");if(!v.params.algorithm)throw new l("algorithm was not specified");if(!v.params.signature)throw new l("signature was not specified");v.params.algorithm=v.params.algorithm.toLowerCase();try{c(v.params.algorithm)}catch(e){throw e instanceof s?new p(v.params.algorithm+" is not supported"):e}for(n=0;n1e3*t.clockSkew)throw new u("clock skew of "+j/1e3+"s was greater than "+t.clockSkew+"s")}if(t.headers.forEach((function(e){if(v.params.headers.indexOf(e.toLowerCase())<0)throw new h(e+" was not a signed header")})),t.algorithms&&-1===t.algorithms.indexOf(v.params.algorithm))throw new p(v.params.algorithm+" is not a supported algorithm");return v.algorithm=v.params.algorithm.toUpperCase(),v.keyId=v.params.keyId,v}}},12751:(e,t,r)=>{var i=r(6144),a=r(76417),n=(r(98605),r(31669)),o=r(7518),s=r(37954),c=r(14071),u=r(31669).format,l=c.HASH_ALGOS,p=c.PK_ALGOS,h=c.InvalidAlgorithmError,d=c.HttpSignatureError,f=c.validateAlgorithm,m='Signature keyId="%s",algorithm="%s",headers="%s",signature="%s"';function g(e){d.call(this,e,g)}function v(e){d.call(this,e,v)}function y(e){i.object(e,"options");var t=[];if(void 0!==e.algorithm&&(i.string(e.algorithm,"options.algorithm"),t=f(e.algorithm)),this.rs_alg=t,void 0!==e.sign)i.func(e.sign,"options.sign"),this.rs_signFunc=e.sign;else if("hmac"===t[0]&&void 0!==e.key){if(i.string(e.keyId,"options.keyId"),this.rs_keyId=e.keyId,"string"!=typeof e.key&&!Buffer.isBuffer(e.key))throw new TypeError("options.key for HMAC must be a string or Buffer");this.rs_signer=a.createHmac(t[1].toUpperCase(),e.key),this.rs_signer.sign=function(){var e=this.digest("base64");return{hashAlgorithm:t[1],toString:function(){return e}}}}else{if(void 0===e.key)throw new TypeError("options.sign (func) or options.key is required");var r=e.key;if(("string"==typeof r||Buffer.isBuffer(r))&&(r=o.parsePrivateKey(r)),i.ok(o.PrivateKey.isPrivateKey(r,[1,2]),"options.key must be a sshpk.PrivateKey"),this.rs_key=r,i.string(e.keyId,"options.keyId"),this.rs_keyId=e.keyId,!p[r.type])throw new h(r.type.toUpperCase()+" type keys are not supported");if(void 0!==t[0]&&r.type!==t[0])throw new h("options.key must be a "+t[0].toUpperCase()+" key, was given a "+r.type.toUpperCase()+" key instead");this.rs_signer=r.createSign(t[1])}this.rs_headers=[],this.rs_lines=[]}n.inherits(g,d),n.inherits(v,d),y.prototype.writeHeader=function(e,t){if(i.string(e,"header"),e=e.toLowerCase(),i.string(t,"value"),this.rs_headers.push(e),this.rs_signFunc)this.rs_lines.push(e+": "+t);else{var r=e+": "+t;this.rs_headers.length>0&&(r="\n"+r),this.rs_signer.update(r)}return t},y.prototype.writeDateHeader=function(){return this.writeHeader("date",s.rfc1123(new Date))},y.prototype.writeTarget=function(e,t){i.string(e,"method"),i.string(t,"path"),e=e.toLowerCase(),this.writeHeader("(request-target)",e+" "+t)},y.prototype.sign=function(e){if(i.func(e,"callback"),this.rs_headers.length<1)throw new Error("At least one header must be signed");var t,r;if(this.rs_signFunc){var a=this.rs_lines.join("\n"),n=this;this.rs_signFunc(a,(function(a,o){if(a)e(a);else{try{i.object(o,"signature"),i.string(o.keyId,"signature.keyId"),i.string(o.algorithm,"signature.algorithm"),i.string(o.signature,"signature.signature"),t=f(o.algorithm),r=u(m,o.keyId,o.algorithm,n.rs_headers.join(" "),o.signature)}catch(t){return void e(t)}e(null,r)}}))}else{try{var o=this.rs_signer.sign()}catch(t){return void e(t)}t=(this.rs_alg[0]||this.rs_key.type)+"-"+o.hashAlgorithm;var s=o.toString();r=u(m,this.rs_keyId,t,this.rs_headers.join(" "),s),e(null,r)}},e.exports={isSigner:function(e){return"object"==typeof e&&e instanceof y},createSigner:function(e){return new y(e)},signRequest:function(e,t){i.object(e,"request"),i.object(t,"options"),i.optionalString(t.algorithm,"options.algorithm"),i.string(t.keyId,"options.keyId"),i.optionalArrayOfString(t.headers,"options.headers"),i.optionalString(t.httpVersion,"options.httpVersion"),e.getHeader("Date")||e.setHeader("Date",s.rfc1123(new Date)),t.headers||(t.headers=["date"]),t.httpVersion||(t.httpVersion="1.1");var r,n=[];t.algorithm&&(t.algorithm=t.algorithm.toLowerCase(),n=f(t.algorithm));var c,d="";for(r=0;r{var i=r(6144),a=r(7518),n=r(31669),o={sha1:!0,sha256:!0,sha512:!0},s={rsa:!0,dsa:!0,ecdsa:!0};function c(e,t){Error.captureStackTrace&&Error.captureStackTrace(this,t||c),this.message=e,this.name=t.name}function u(e){c.call(this,e,u)}n.inherits(c,Error),n.inherits(u,c),e.exports={HASH_ALGOS:o,PK_ALGOS:s,HttpSignatureError:c,InvalidAlgorithmError:u,validateAlgorithm:function(e){var t=e.toLowerCase().split("-");if(2!==t.length)throw new u(t[0].toUpperCase()+" is not a valid algorithm");if("hmac"!==t[0]&&!s[t[0]])throw new u(t[0].toUpperCase()+" type keys are not supported");if(!o[t[1]])throw new u(t[1].toUpperCase()+" is not a supported hash algorithm");return t},sshKeyToPEM:function(e){return i.string(e,"ssh_key"),a.parseKey(e,"ssh").toString("pem")},fingerprint:function(e){return i.string(e,"ssh_key"),a.parseKey(e,"ssh").fingerprint("md5").toString("hex")},pemToRsaSSHKey:function(e,t){i.equal("string",typeof e,"typeof pem");var r=a.parseKey(e,"pem");return r.comment=t,r.toString("ssh")}}},67388:(e,t,r)=>{var i=r(6144),a=r(76417),n=r(7518),o=r(14071),s=(o.HASH_ALGOS,o.PK_ALGOS,o.InvalidAlgorithmError,o.HttpSignatureError,o.validateAlgorithm);e.exports={verifySignature:function(e,t){i.object(e,"parsedSignature"),("string"==typeof t||Buffer.isBuffer(t))&&(t=n.parseKey(t)),i.ok(n.Key.isKey(t,[1,1]),"pubkey must be a sshpk.Key");var r=s(e.algorithm);if("hmac"===r[0]||r[0]!==t.type)return!1;var a=t.createVerify(r[1]);return a.update(e.signingString),a.verify(e.params.signature,"base64")},verifyHMAC:function(e,t){i.object(e,"parsedHMAC"),i.string(t,"secret");var r=s(e.algorithm);if("hmac"!==r[0])return!1;var n=r[1].toUpperCase(),o=a.createHmac(n,t);o.update(e.signingString);var c=a.createHmac(n,t);c.update(o.digest()),c=c.digest();var u=a.createHmac(n,t);return u.update(new Buffer(e.params.signature,"base64")),u=u.digest(),"string"==typeof c?c===u:Buffer.isBuffer(c)&&!c.equals?c.toString("binary")===u.toString("binary"):c.equals(u)}}},24685:(e,t,r)=>{"use strict";const i=r(28614),a=r(4016),n=r(97565),o=r(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"],h=(e,t)=>e.remoteSettings.maxConcurrentStreams>t.remoteSettings.maxConcurrentStreams,d=(e,t)=>{for(const r of e)r[u].lengtht[u].includes(e)))&&r[s]+t[s]<=t.remoteSettings.maxConcurrentStreams&&m(r)},f=({agent:e,isFree:t})=>{const r={};for(const i in e.sessions){const a=e.sessions[i].filter((e=>{const r=e[g.kCurrentStreamsCount]{e[l]=!0,0===e[s]&&e.close()};class g extends i{constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxCachedTlsSessions:i=100}={}){super(),this.sessions={},this.queue={},this.timeout=e,this.maxSessions=t,this.maxFreeSessions=r,this._freeSessionsCount=0,this._sessionsCount=0,this.settings={enablePush:!1},this.tlsSessionCache=new o({maxSize:i})}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 r of p)e[r]&&(t+=`:${e[r]}`);return t}_tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e]))return;const r=this.queue[e][t];this._sessionsCount{Array.isArray(r)?(r=[...r],i()):r=[{resolve:i,reject:a}];const o=this.normalizeOptions(t),p=g.normalizeOrigin(e,t&&t.servername);if(void 0===p){for(const{reject:e}of r)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,i=-1,a=-1;for(const r of e){const e=r.remoteSettings.maxConcurrentStreams;if(e=e||r[l]||r.destroyed)continue;t||(i=e),n>a&&(t=r,a=n)}}if(t){if(1!==r.length){for(const{reject:e}of r)e(new Error(`Expected the length of listeners to be 1, got ${r.length}.\nPlease report this to https://github.com/szmarczak/http2-wrapper/`));return}return void r[0].resolve(t)}}if(o in this.queue){if(p in this.queue[o])return this.queue[o][p].listeners.push(...r),void this._tryToCreateNewSession(o,p)}else this.queue[o]={};const f=()=>{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 i=`${p}:${o}`;let a=!1;try{const g=n.connect(e,{createConnection:this.createConnection,settings:this.settings,session:this.tlsSessionCache.get(i),...t});g[s]=0,g[l]=!1;const y=()=>g[s]{this.tlsSessionCache.set(i,e)})),g.once("error",(e=>{for(const{reject:t}of r)t(e);this.tlsSessionCache.delete(i)})),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 r)t(e);f()}this._tryToCreateNewSession(o,p)}));const w=()=>{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 r=this.queue[o];if(0===r[e].listeners.length&&(delete r[e],0===Object.keys(r).length)){delete this.queue[o];break}if(!y())break}};g.on("origin",(()=>{g[u]=g.originSet,y()&&(w(),d(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 r)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,r)=>{let i=0,a=e.length;for(;i>>1;r(e[n],t)?i=n+1:a=n}return i})(t,g,h),0,g)}else e[o]=[g]}this._freeSessionsCount+=1,a=!0,this.emit("session",g),w(),f(),0===g[s]&&this._freeSessionsCount>this.maxFreeSessions&&g.close(),0!==r.length&&(this.getSession(p,t,r),r.length=0),g.on("remoteSettings",(()=>{w(),d(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 r=g[c](e,t);return g.ref(),++g[s],g[s]===g.remoteSettings.maxConcurrentStreams&&this._freeSessionsCount--,r.once("close",(()=>{if(b=y(),--g[s],!g.destroyed&&!g.closed&&(((e,t)=>{for(const r of e)t[u].lengthr[u].includes(e)))&&t[s]+r[s]<=r.remoteSettings.maxConcurrentStreams&&m(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():(d(this.sessions[o],g),w())}})),r}}catch(e){for(const t of r)t.reject(e);f()}};v.listeners=r,v.completed=!1,v.destroyed=!1,this.queue[o][p]=v,this._tryToCreateNewSession(o,p)}))}request(e,t,r,i){return new Promise(((a,n)=>{this.getSession(e,t,[{reject:n,resolve:e=>{try{a(e.request(r,i))}catch(e){n(e)}}}])}))}createConnection(e,t){return g.connect(e,t)}static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,i=e.hostname||e.host;return void 0===t.servername&&(t.servername=i),a.connect(r,i,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 r of t)r.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 f({agent:this,isFree:!0})}get busySessions(){return f({agent:this,isFree:!1})}}g.kCurrentStreamsCount=s,g.kGracefullyClosing=l,e.exports={Agent:g,globalAgent:new g}},86673:(e,t,r)=>{"use strict";const i=r(98605),a=r(57211),n=r(45322),o=r(61269),s=r(52287),c=r(4017),u=r(15978),l=new o({maxSize:100}),p=new Map,h=(e,t,r)=>{t._httpMessage={shouldKeepAlive:!0};const i=()=>{e.emit("free",t,r)};t.on("free",i);const a=()=>{e.removeSocket(t,r)};t.on("close",a);const n=()=>{e.removeSocket(t,r),t.off("close",a),t.off("free",i),t.off("agentRemove",n)};t.on("agentRemove",n),e.emit("free",t,r)};e.exports=async(e,t,r)=>{if(("string"==typeof e||e instanceof URL)&&(e=u(new URL(e))),"function"==typeof t&&(r=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:i.globalAgent;const d=t.agent;if(d){if(d.addRequest)throw new Error("The `options.agent` object can contain only `http`, `https` or `http2` properties");t.agent=d[o?"https":"http"]}return o&&"h2"===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:r,agent:i}=e;e.path=e.socketPath;const o=n(e);p.set(t,o);try{const{socket:n,alpnProtocol:s}=await o;if(l.set(t,s),e.path=r,"h2"===s)n.destroy();else{const{globalAgent:t}=a,r=a.Agent.prototype.createConnection;i?i.createConnection===r?h(i,n,e):n.destroy():t.createConnection===r?h(t,n,e):n.destroy()}return p.delete(t),s}catch(e){throw p.delete(t),e}}return l.get(t)})(t)?(d&&(t.agent=d.http2),new s(t,r)):i.request(t,r)},e.exports.protocolCache=l},52287:(e,t,r)=>{"use strict";const i=r(97565),{Writable:a}=r(92413),{Agent:n,globalAgent:o}=r(24685),s=r(17138),c=r(15978),u=r(37306),l=r(48202),{ERR_INVALID_ARG_TYPE:p,ERR_INVALID_PROTOCOL:h,ERR_HTTP_HEADERS_SENT:d,ERR_INVALID_HTTP_TOKEN:f,ERR_HTTP_INVALID_HEADER_VALUE:m,ERR_INVALID_CHAR:g}=r(23190),{HTTP2_HEADER_STATUS:v,HTTP2_HEADER_METHOD:y,HTTP2_HEADER_PATH:b,HTTP2_METHOD_CONNECT:w}=i.constants,x=Symbol("headers"),k=Symbol("origin"),_=Symbol("session"),j=Symbol("options"),E=Symbol("flushedHeaders"),S=Symbol("jobs"),D=/^[\^`\-\w!#$%&*+.|~]+$/,A=/[^\t\u0020-\u007E\u0080-\u00FF]/;e.exports=class extends a{constructor(e,t,r){super({autoDestroy:!1});const i="string"==typeof e||e instanceof URL;if(i&&(e=c(e instanceof URL?e:new URL(e))),"function"==typeof t||void 0===t?(r=t,t=i?e:{...e}):t={...e,...t},t.h2session)this[_]=t.h2session;else if(!1===t.agent)this.agent=new n({maxFreeSessions:0});else if(void 0===t.agent||null===t.agent)"function"==typeof t.createConnection?(this.agent=new n({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 h(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[x]=Object.create(null),this[S]=[],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,r]of Object.entries(t.headers))this.setHeader(e,r);t.auth&&!("authorization"in this[x])&&(this[x].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[x]||(this[x][":authority"]=s)):(this[k]=`https://${s}:${a}`,":authority"in this[x]||(this[x][":authority"]=`${s}:${a}`)),u&&this.setTimeout(u),r&&this.once("response",r),this[E]=!1}get method(){return this[x][y]}set method(e){e&&(this[x][y]=e.toUpperCase())}get path(){return this[x][b]}set path(e){e&&(this[x][b]=e)}get _mustNotHaveABody(){return"GET"===this.method||"HEAD"===this.method||"DELETE"===this.method}_write(e,t,r){if(this._mustNotHaveABody)return void r(new Error("The GET, HEAD and DELETE methods must NOT have a body"));this.flushHeaders();const i=()=>this._request.write(e,t,r);this._request?i():this[S].push(i)}_final(e){if(this.destroyed)return;this.flushHeaders();const t=()=>{this._mustNotHaveABody?e():this._request.end(e)};this._request?t():this[S].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===w,t=t=>{if(this._request=t,this.destroyed)return void t.destroy();e||u(t,this,["timeout","continue","close","error"]);const r=e=>(...t)=>{this.writable||this.destroyed?this.once("finish",(()=>{e(...t)})):e(...t)};t.once("response",r(((r,i,a)=>{const n=new s(this.socket,t.readableHighWaterMark);this.res=n,n.req=this,n.statusCode=r[v],n.headers=r,n.rawHeaders=a,n.once("end",(()=>{this.aborted?(n.aborted=!0,n.emit("aborted")):(n.complete=!0,n.socket=null,n.connection=null)})),e?(n.upgrade=!0,this.emit("connect",n,t,Buffer.alloc(0))?this.emit("close"):t.destroy()):(t.on("data",(e=>{n._dumped||n.push(e)||t.pause()})),t.once("end",(()=>{n.push(null)})),this.emit("response",n)||n._dump())}))),t.once("headers",r((e=>this.emit("information",{statusCode:e[v]})))),t.once("trailers",r(((e,t,r)=>{const{res:i}=this;i.trailers=e,i.rawTrailers=r})));const{socket:i}=t.session;this.socket=i,this.connection=i;for(const e of this[S])e();this.emit("socket",this.socket)};if(this[_])try{t(this[_].request(this[x]))}catch(e){this.emit("error",e)}else{this.reusedSocket=!0;try{t(await this.agent.request(this[k],this[j],this[x]))}catch(e){this.emit("error",e)}}}getHeader(e){if("string"!=typeof e)throw new p("name","string",e);return this[x][e.toLowerCase()]}get headersSent(){return this[E]}removeHeader(e){if("string"!=typeof e)throw new p("name","string",e);if(this.headersSent)throw new d("remove");delete this[x][e.toLowerCase()]}setHeader(e,t){if(this.headersSent)throw new d("set");if("string"!=typeof e||!D.test(e)&&!l(e))throw new f("Header name",e);if(void 0===t)throw new m(t,e);if(A.test(t))throw new g("header content",e);this[x][e.toLowerCase()]=t}setNoDelay(){}setSocketKeepAlive(){}setTimeout(e,t){const r=()=>this._request.setTimeout(e,t);return this._request?r():this[S].push(r),this}get maxHeadersCount(){if(!this.destroyed&&this._request)return this._request.session.localSettings.maxHeaderListSize}set maxHeadersCount(e){}}},17138:(e,t,r)=>{"use strict";const{Readable:i}=r(92413);e.exports=class extends i{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,r)=>{"use strict";const i=r(97565),a=r(24685),n=r(52287),o=r(17138),s=r(86673);e.exports={...i,ClientRequest:n,IncomingMessage:o,...a,request:(e,t,r)=>new n(e,t,r),get:(e,t,r)=>{const i=new n(e,t,r);return i.end(),i},auto:s}},4017:(e,t,r)=>{"use strict";const i=r(11631);e.exports=e=>{let t=e.host;const r=e.headers&&e.headers.host;return r&&(t=r.startsWith("[")?-1===r.indexOf("]")?r:r.slice(1,-1):r.split(":",1)[0]),i.isIP(t)?"":t}},23190:e=>{"use strict";const t=(t,r,i)=>{e.exports[r]=class extends t{constructor(...e){super("string"==typeof i?i:i(e)),this.name=`${super.name} [${r}]`,this.code=r}}};t(TypeError,"ERR_INVALID_ARG_TYPE",(e=>{const t=e[0].includes(".")?"property":"argument";let r=e[1];const i=Array.isArray(r);return i&&(r=`${r.slice(0,-1).join(", ")} or ${r.slice(-1)}`),`The "${e[0]}" ${t} must be ${i?"one of":"of"} type ${r}. 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,r)=>{for(const i of r)e.on(i,((...e)=>t.emit(i,...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,r)=>{"use strict";var i=r(2399).Buffer;t._dbcs=u;for(var a=-1,n=-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 r=e.table();this.decodeTables=[],this.decodeTables[0]=s.slice(0),this.decodeTableSeq=[];for(var i=0;it)return-1;for(var r=0,i=e.length;r0;e>>=8)t.push(255&e);0==t.length&&t.push(0);for(var r=this.decodeTables[0],i=t.length-1;i>0;i--){var n=r[t[i]];if(n==a)r[t[i]]=o-this.decodeTables.length,this.decodeTables.push(r=s.slice(0));else{if(!(n<=o))throw new Error("Overwrite byte in "+this.encodingName+", addr: "+e.toString(16));r=this.decodeTables[o-n]}}return r},u.prototype._addDecodeChunk=function(e){var t=parseInt(e[0],16),r=this._getDecodeTrieNode(t);t&=255;for(var i=1;i255)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 r=this._getEncodeBucket(e),i=255&e;r[i]<=n?this.encodeTableSeq[n-r[i]][-1]=t:r[i]==a&&(r[i]=t)},u.prototype._setEncodeSequence=function(e,t){var r,i=e[0],o=this._getEncodeBucket(i),s=255&i;o[s]<=n?r=this.encodeTableSeq[n-o[s]]:(r={},o[s]!==a&&(r[-1]=o[s]),o[s]=n-this.encodeTableSeq.length,this.encodeTableSeq.push(r));for(var c=1;c=0?this._setEncodeChar(s,c):s<=o?this._fillEncodeTable(o-s,c<<8,r):s<=n&&this._setEncodeSequence(this.decodeTableSeq[n-s],c))}},l.prototype.write=function(e){for(var t=i.alloc(e.length*(this.gb18030?4:3)),r=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===r){r=l;continue}r=l,l=a}else-1!==r?(l=65536+1024*(r-55296)+(l-56320),r=-1):l=a;else-1!==r&&(s=l,l=a,r=-1);var p=a;if(void 0!==o&&l!=a){var d=o[l];if("object"==typeof d){o=d;continue}"number"==typeof d?p=d:null==d&&void 0!==(d=o[-1])&&(p=d,s=l),o=void 0}else if(l>=0){var f=this.encodeTable[l>>8];if(void 0!==f&&(p=f[255&l]),p<=n){o=this.encodeTableSeq[n-p];continue}if(p==a&&this.gb18030){var m=h(this.gb18030.uChars,l);if(-1!=m){p=this.gb18030.gbChars[m]+(l-this.gb18030.uChars[m]),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=r,t.slice(0,u)},l.prototype.end=function(){if(-1!==this.leadSurrogate||void 0!==this.seqObj){var e=i.alloc(10),t=0;if(this.seqObj){var r=this.seqObj[-1];void 0!==r&&(r<256?e[t++]=r:(e[t++]=r>>8,e[t++]=255&r)),this.seqObj=void 0}return-1!==this.leadSurrogate&&(e[t++]=this.defaultCharSingleByte,this.leadSurrogate=-1),e.slice(0,t)}},l.prototype.findIdx=h,p.prototype.write=function(e){var t=i.alloc(2*e.length),r=this.nodeIdx,s=this.prevBuf,c=this.prevBuf.length,u=-this.prevBuf.length;c>0&&(s=i.concat([s,e.slice(0,10)]));for(var l=0,p=0;l=0?e[l]:s[l+c];if((d=this.decodeTables[r][f])>=0);else if(d===a)l=u,d=this.defaultCharUnicode.charCodeAt(0);else if(-2===d){var m=u>=0?e.slice(u,l+1):s.slice(u+c,l+1+c),g=12600*(m[0]-129)+1260*(m[1]-48)+10*(m[2]-129)+(m[3]-48),v=h(this.gb18030.gbChars,g);d=this.gb18030.uChars[v]+g-this.gb18030.gbChars[v]}else{if(d<=o){r=o-d;continue}if(!(d<=n))throw new Error("iconv-lite internal error: invalid decoding table value "+d+" at "+r+"/"+f);for(var y=this.decodeTableSeq[n-d],b=0;b>8;d=y[y.length-1]}if(d>65535){d-=65536;var w=55296+Math.floor(d/1024);t[p++]=255&w,t[p++]=w>>8,d=56320+d%1024}t[p++]=255&d,t[p++]=d>>8,r=0,u=l+1}return this.nodeIdx=r,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=i.alloc(0),this.nodeIdx=0,t.length>0&&(e+=this.write(t))}return this.nodeIdx=0,e}},55990:(e,t,r)=>{"use strict";e.exports={shiftjis:{type:"_dbcs",table:function(){return r(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 r(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 r(97803)}},gbk:{type:"_dbcs",table:function(){return r(97803).concat(r(37419))}},xgbk:"gbk",isoir58:"gbk",gb18030:{type:"_dbcs",table:function(){return r(97803).concat(r(37419))},gb18030:function(){return r(86351)},encodeSkipVals:[128],encodeAdd:{"€":41699}},chinese:"gb18030",windows949:"cp949",ms949:"cp949",949:"cp949",cp949:{type:"_dbcs",table:function(){return r(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 r(33104)}},big5:"big5hkscs",big5hkscs:{type:"_dbcs",table:function(){return r(33104).concat(r(43612))},encodeSkipVals:[41676]},cnbig5:"big5hkscs",csbig5:"big5hkscs",xxbig5:"big5hkscs"}},46934:(e,t,r)=>{"use strict";for(var i=[r(1025),r(91279),r(20758),r(59068),r(20288),r(67018),r(60688),r(55990)],a=0;a{"use strict";var i=r(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,"💩"!==i.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 n=r(24304).StringDecoder;function o(e,t){n.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}n.prototype.end||(n.prototype.end=function(){}),o.prototype=n.prototype,s.prototype.write=function(e){return i.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),i.from(e,"base64")},c.prototype.end=function(){return i.from(this.prevStr,"base64")},u.prototype.write=function(e){for(var t=i.alloc(3*e.length),r=0,a=0;a>>6),t[r++]=128+(63&n)):(t[r++]=224+(n>>>12),t[r++]=128+(n>>>6&63),t[r++]=128+(63&n))}return t.slice(0,r)},u.prototype.end=function(){},l.prototype.write=function(e){for(var t=this.acc,r=this.contBytes,i=this.accBytes,a="",n=0;n0&&(a+=this.defaultCharUnicode,r=0),o<128?a+=String.fromCharCode(o):o<224?(t=31&o,r=1,i=1):o<240?(t=15&o,r=2,i=1):a+=this.defaultCharUnicode):r>0?(t=t<<6|63&o,i++,0==--r&&(a+=2===i&&t<128&&t>0||3===i&&t<2048?this.defaultCharUnicode:String.fromCharCode(t))):a+=this.defaultCharUnicode}return this.acc=t,this.contBytes=r,this.accBytes=i,a},l.prototype.end=function(){var e=0;return this.contBytes>0&&(e+=this.defaultCharUnicode),e}},59068:(e,t,r)=>{"use strict";var i=r(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 r="",a=0;a<128;a++)r+=String.fromCharCode(a);e.chars=r+e.chars}this.decodeBuf=i.from(e.chars,"ucs2");var n=i.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,r)=>{"use strict";var i=r(2399).Buffer;function a(){}function n(){}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 r=t||"utf-16le";if(e.length>=2)if(254==e[0]&&255==e[1])r="utf-16be";else if(255==e[0]&&254==e[1])r="utf-16le";else{for(var i=0,a=0,n=Math.min(e.length-e.length%2,64),o=0;oi?r="utf-16be":a{"use strict";var i=r(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 n=/[^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 i.from(e.replace(n,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),h="-".charCodeAt(0),d="&".charCodeAt(0);function f(e,t){this.iconv=t}function m(e,t){this.iconv=t.iconv,this.inBase64=!1,this.base64Accum=i.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="",r=0,a=this.inBase64,n=this.base64Accum,o=0;o0&&(e=this.iconv.decode(i.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e},t.utf7imap=f,f.prototype.encoder=m,f.prototype.decoder=g,f.prototype.bomAware=!0,m.prototype.write=function(e){for(var t=this.inBase64,r=this.base64Accum,a=this.base64AccumIdx,n=i.alloc(5*e.length+10),o=0,s=0;s0&&(o+=n.write(r.slice(0,a).toString("base64").replace(/\//g,",").replace(/=+$/,""),o),a=0),n[o++]=h,t=!1),t||(n[o++]=c,c===d&&(n[o++]=h))):(t||(n[o++]=d,t=!0),t&&(r[a++]=c>>8,r[a++]=255&c,a==r.length&&(o+=n.write(r.toString("base64").replace(/\//g,","),o),a=0)))}return this.inBase64=t,this.base64AccumIdx=a,n.slice(0,o)},m.prototype.end=function(){var e=i.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++]=h,this.inBase64=!1),e.slice(0,t)};var v=u.slice();v[",".charCodeAt(0)]=!0,g.prototype.write=function(e){for(var t="",r=0,a=this.inBase64,n=this.base64Accum,o=0;o0&&(e=this.iconv.decode(i.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",e}},65395:(e,t)=>{"use strict";function r(e,t){this.encoder=e,this.addBOM=!0}function i(e,t){this.decoder=e,this.pass=!1,this.options=t||{}}t.PrependBOM=r,r.prototype.write=function(e){return this.addBOM&&(e="\ufeff"+e,this.addBOM=!1),this.encoder.write(e)},r.prototype.end=function(){return this.encoder.end()},t.StripBOM=i,i.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},i.prototype.end=function(){return this.decoder.end()}},8544:(e,t,r)=>{"use strict";var i=r(64293).Buffer;e.exports=function(e){var t=void 0;e.supportsNodeEncodingsExtension=!(i.from||new i(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};i.isNativeEncoding=function(e){return e&&a[e.toLowerCase()]};var n=r(64293).SlowBuffer;if(t.SlowBufferToString=n.prototype.toString,n.prototype.toString=function(r,a,n){return r=String(r||"utf8").toLowerCase(),i.isNativeEncoding(r)?t.SlowBufferToString.call(this,r,a,n):(void 0===a&&(a=0),void 0===n&&(n=this.length),e.decode(this.slice(a,n),r))},t.SlowBufferWrite=n.prototype.write,n.prototype.write=function(r,a,n,o){if(isFinite(a))isFinite(n)||(o=n,n=void 0);else{var s=o;o=a,a=n,n=s}a=+a||0;var c=this.length-a;if(n?(n=+n)>c&&(n=c):n=c,o=String(o||"utf8").toLowerCase(),i.isNativeEncoding(o))return t.SlowBufferWrite.call(this,r,a,n,o);if(r.length>0&&(n<0||a<0))throw new RangeError("attempt to write beyond buffer bounds");var u=e.encode(r,o);return u.lengthp&&(n=p):n=p,r.length>0&&(n<0||a<0))throw new RangeError("attempt to write beyond buffer bounds");var h=e.encode(r,o);return h.length{"use strict";var i=r(2399).Buffer,a=r(65395),n=e.exports;n.encodings=null,n.defaultCharUnicode="�",n.defaultCharSingleByte="?",n.encode=function(e,t,r){e=""+(e||"");var a=n.getEncoder(t,r),o=a.write(e),s=a.end();return s&&s.length>0?i.concat([o,s]):o},n.decode=function(e,t,r){"string"==typeof e&&(n.skipDecodeWarning||(console.error("Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding"),n.skipDecodeWarning=!0),e=i.from(""+(e||""),"binary"));var a=n.getDecoder(t,r),o=a.write(e),s=a.end();return s?o+s:o},n.encodingExists=function(e){try{return n.getCodec(e),!0}catch(e){return!1}},n.toEncoding=n.encode,n.fromEncoding=n.decode,n._codecDataCache={},n.getCodec=function(e){n.encodings||(n.encodings=r(46934));for(var t=n._canonicalizeEncoding(e),i={};;){var a=n._codecDataCache[t];if(a)return a;var o=n.encodings[t];switch(typeof o){case"string":t=o;break;case"object":for(var s in o)i[s]=o[s];i.encodingName||(i.encodingName=t),t=o.type;break;case"function":return i.encodingName||(i.encodingName=t),a=new o(i,n),n._codecDataCache[i.encodingName]=a,a;default:throw new Error("Encoding not recognized: '"+e+"' (searched as: '"+t+"')")}}},n._canonicalizeEncoding=function(e){return(""+e).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g,"")},n.getEncoder=function(e,t){var r=n.getCodec(e),i=new r.encoder(t,r);return r.bomAware&&t&&t.addBOM&&(i=new a.PrependBOM(i,t)),i},n.getDecoder=function(e,t){var r=n.getCodec(e),i=new r.decoder(t,r);return!r.bomAware||t&&!1===t.stripBOM||(i=new a.StripBOM(i,t)),i};var o="undefined"!=typeof process&&process.versions&&process.versions.node;if(o){var s=o.split(".").map(Number);(s[0]>0||s[1]>=10)&&r(38044)(n),r(8544)(n)}},38044:(e,t,r)=>{"use strict";var i=r(64293).Buffer,a=r(92413).Transform;function n(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,r){return new n(e.getEncoder(t,r),r)},e.decodeStream=function(t,r){return new o(e.getDecoder(t,r),r)},e.supportsStreams=!0,e.IconvLiteEncoderStream=n,e.IconvLiteDecoderStream=o,e._collect=o.prototype.collect},n.prototype=Object.create(a.prototype,{constructor:{value:n}}),n.prototype._transform=function(e,t,r){if("string"!=typeof e)return r(new Error("Iconv encoding stream needs strings as its input."));try{var i=this.conv.write(e);i&&i.length&&this.push(i),r()}catch(e){r(e)}},n.prototype._flush=function(e){try{var t=this.conv.end();t&&t.length&&this.push(t),e()}catch(t){e(t)}},n.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,i.concat(t))})),this},o.prototype=Object.create(a.prototype,{constructor:{value:o}}),o.prototype._transform=function(e,t,r){if(!i.isBuffer(e))return r(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),r()}catch(e){r(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,r)=>{try{var i=r(31669);if("function"!=typeof i.inherits)throw"";e.exports=i.inherits}catch(t){e.exports=r(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 r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}},56512:function(e,t,r){e=r.nmd(e),function(){var t,r,i,a,n,o,s,c;r={},null!==e&&e.exports?e.exports=r:this.ipaddr=r,s=function(e,t,r,i){var a,n;if(e.length!==t.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");for(a=0;i>0;){if((n=r-i)<0&&(n=0),e[a]>>n!=t[a]>>n)return!1;i-=r,a+=1}return!0},r.subnetMatch=function(e,t,r){var i,a,n,o,s;for(n in null==r&&(r="unicast"),t)for(!(o=t[n])[0]||o[0]instanceof Array||(o=[o]),i=0,a=o.length;i=0;t=r+=-1){if(!((i=this.octets[t])in o))return null;if(n=o[i],a&&0!==n)return null;8!==n&&(a=!0),e+=n}return 32-e},e}(),i="(0?\\d+|0x[a-f0-9]+)",a={fourOctet:new RegExp("^"+i+"\\."+i+"\\."+i+"\\."+i+"$","i"),longValue:new RegExp("^"+i+"$","i")},r.IPv4.parser=function(e){var t,r,i,n,o;if(r=function(e){return"0"===e[0]&&"x"!==e[1]?parseInt(e,8):parseInt(e)},t=e.match(a.fourOctet))return function(){var e,a,n,o;for(o=[],e=0,a=(n=t.slice(1,6)).length;e4294967295||o<0)throw new Error("ipaddr: address outside defined range");return function(){var e,t;for(t=[],n=e=0;e<=24;n=e+=8)t.push(o>>n&255);return t}().reverse()}return null},r.IPv6=function(){function e(e,t){var r,i,a,n,o,s;if(16===e.length)for(this.parts=[],r=i=0;i<=14;r=i+=2)this.parts.push(e[r]<<8|e[r+1]);else{if(8!==e.length)throw new Error("ipaddr: ipv6 part count should be 8 or 16");this.parts=e}for(a=0,n=(s=this.parts).length;at&&(e=r.index,t=r[0].length);return t<0?a:a.substring(0,e)+"::"+a.substring(e+t)},e.prototype.toByteArray=function(){var e,t,r,i,a;for(e=[],t=0,r=(a=this.parts).length;t>8),e.push(255&i);return e},e.prototype.toNormalizedString=function(){var e,t,r;return e=function(){var e,r,i,a;for(a=[],e=0,r=(i=this.parts).length;e>8,255&e,t>>8,255&t])},e.prototype.prefixLengthFromSubnetMask=function(){var e,t,r,i,a,n,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=r=7;r>=0;t=r+=-1){if(!((i=this.parts[t])in o))return null;if(n=o[i],a&&0!==n)return null;16!==n&&(a=!0),e+=n}return 128-e},e}(),n="(?:[0-9a-f]+::?)+",c="%[0-9a-z]{1,}",o={zoneIndex:new RegExp(c,"i"),native:new RegExp("^(::)?("+n+")?([0-9a-f]+)?(::)?("+c+")?$","i"),transitional:new RegExp("^((?:"+n+")|(?:::)(?:"+n+")?)"+i+"\\."+i+"\\."+i+"\\."+i+"(%[0-9a-z]{1,})?$","i")},t=function(e,t){var r,i,a,n,s,c;if(e.indexOf("::")!==e.lastIndexOf("::"))return null;for((c=(e.match(o.zoneIndex)||[])[0])&&(c=c.substring(1),e=e.replace(/%.+$/,"")),r=0,i=-1;(i=e.indexOf(":",i+1))>=0;)r++;if("::"===e.substr(0,2)&&r--,"::"===e.substr(-2,2)&&r--,r>t)return null;for(s=t-r,n=":";s--;)n+="0:";return":"===(e=e.replace("::",n))[0]&&(e=e.slice(1)),":"===e[e.length-1]&&(e=e.slice(0,-1)),{parts:t=function(){var t,r,i,n;for(n=[],t=0,r=(i=e.split(":")).length;t=0&&t<=32)return i=[this.parse(r[1]),t],Object.defineProperty(i,"toString",{value:function(){return this.join("/")}}),i;throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},r.IPv4.subnetMaskFromPrefixLength=function(e){var t,r,i;if((e=parseInt(e))<0||e>32)throw new Error("ipaddr: invalid IPv4 prefix length");for(i=[0,0,0,0],r=0,t=Math.floor(e/8);r=0&&t<=128)return i=[this.parse(r[1]),t],Object.defineProperty(i,"toString",{value:function(){return this.join("/")}}),i;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},r.isValid=function(e){return r.IPv6.isValid(e)||r.IPv4.isValid(e)},r.parse=function(e){if(r.IPv6.isValid(e))return r.IPv6.parse(e);if(r.IPv4.isValid(e))return r.IPv4.parse(e);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},r.parseCIDR=function(e){try{return r.IPv6.parseCIDR(e)}catch(t){try{return r.IPv4.parseCIDR(e)}catch(e){throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},r.fromByteArray=function(e){var t;if(4===(t=e.length))return new r.IPv4(e);if(16===t)return new r.IPv6(e);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},r.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},4501:e=>{e.exports=i,i.strict=a,i.loose=n;var t=Object.prototype.toString,r={"[object Int8Array]":!0,"[object Int16Array]":!0,"[object Int32Array]":!0,"[object Uint8Array]":!0,"[object Uint8ClampedArray]":!0,"[object Uint16Array]":!0,"[object Uint32Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0};function i(e){return a(e)||n(e)}function a(e){return e instanceof Int8Array||e instanceof Int16Array||e instanceof Int32Array||e instanceof Uint8Array||e instanceof Uint8ClampedArray||e instanceof Uint16Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array}function n(e){return r[t.call(e)]}},97356:(e,t,r)=>{var i=r(92413);function a(e){return e instanceof i.Stream}function n(e){return a(e)&&"function"==typeof e._read&&"object"==typeof e._readableState}function o(e){return a(e)&&"function"==typeof e._write&&"object"==typeof e._writableState}e.exports=a,e.exports.isReadable=n,e.exports.isWritable=o,e.exports.isDuplex=function(e){return n(e)&&o(e)}},36077:function(e,t){(function(){var t;function r(e,t,r){null!=e&&("number"==typeof e?this.fromNumber(e,t,r):null==t&&"string"!=typeof e?this.fromString(e,256):this.fromString(e,t))}function i(){return new r(null)}var a="undefined"!=typeof navigator;a&&"Microsoft Internet Explorer"==navigator.appName?(r.prototype.am=function(e,t,r,i,a,n){for(var o=32767&t,s=t>>15;--n>=0;){var c=32767&this[e],u=this[e++]>>15,l=s*c+u*o;a=((c=o*c+((32767&l)<<15)+r[i]+(1073741823&a))>>>30)+(l>>>15)+s*u+(a>>>30),r[i++]=1073741823&c}return a},t=30):a&&"Netscape"!=navigator.appName?(r.prototype.am=function(e,t,r,i,a,n){for(;--n>=0;){var o=t*this[e++]+r[i]+a;a=Math.floor(o/67108864),r[i++]=67108863&o}return a},t=26):(r.prototype.am=function(e,t,r,i,a,n){for(var o=16383&t,s=t>>14;--n>=0;){var c=16383&this[e],u=this[e++]>>14,l=s*c+u*o;a=((c=o*c+((16383&l)<<14)+r[i]+a)>>28)+(l>>14)+s*u,r[i++]=268435455&c}return a},t=28),r.prototype.DB=t,r.prototype.DM=(1<>>16)&&(e=t,r+=16),0!=(t=e>>8)&&(e=t,r+=8),0!=(t=e>>4)&&(e=t,r+=4),0!=(t=e>>2)&&(e=t,r+=2),0!=(t=e>>1)&&(e=t,r+=1),r}function h(e){this.m=e}function d(e){this.m=e,this.mp=e.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<>=16,t+=16),0==(255&e)&&(e>>=8,t+=8),0==(15&e)&&(e>>=4,t+=4),0==(3&e)&&(e>>=2,t+=2),0==(1&e)&&++t,t}function b(e){for(var t=0;0!=e;)e&=e-1,++t;return t}function w(){}function x(e){return e}function k(e){this.r2=i(),this.q3=i(),r.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}h.prototype.convert=function(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e},h.prototype.revert=function(e){return e},h.prototype.reduce=function(e){e.divRemTo(this.m,null,e)},h.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},h.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},d.prototype.convert=function(e){var t=i();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(r.ZERO)>0&&this.m.subTo(t,t),t},d.prototype.revert=function(e){var t=i();return e.copyTo(t),this.reduce(t),t},d.prototype.reduce=function(e){for(;e.t<=this.mt2;)e[e.t++]=0;for(var t=0;t>15)*this.mpl&this.um)<<15)&e.DM;for(e[r=t+this.m.t]+=this.m.am(0,i,e,t,0,this.m.t);e[r]>=e.DV;)e[r]-=e.DV,e[++r]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)},d.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},d.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},r.prototype.copyTo=function(e){for(var t=this.t-1;t>=0;--t)e[t]=this[t];e.t=this.t,e.s=this.s},r.prototype.fromInt=function(e){this.t=1,this.s=e<0?-1:0,e>0?this[0]=e:e<-1?this[0]=e+this.DV:this.t=0},r.prototype.fromString=function(e,t){var i;if(16==t)i=4;else if(8==t)i=3;else if(256==t)i=8;else if(2==t)i=1;else if(32==t)i=5;else{if(4!=t)return void this.fromRadix(e,t);i=2}this.t=0,this.s=0;for(var a=e.length,n=!1,o=0;--a>=0;){var s=8==i?255&e[a]:u(e,a);s<0?"-"==e.charAt(a)&&(n=!0):(n=!1,0==o?this[this.t++]=s:o+i>this.DB?(this[this.t-1]|=(s&(1<>this.DB-o):this[this.t-1]|=s<=this.DB&&(o-=this.DB))}8==i&&0!=(128&e[0])&&(this.s=-1,o>0&&(this[this.t-1]|=(1<0&&this[this.t-1]==e;)--this.t},r.prototype.dlShiftTo=function(e,t){var r;for(r=this.t-1;r>=0;--r)t[r+e]=this[r];for(r=e-1;r>=0;--r)t[r]=0;t.t=this.t+e,t.s=this.s},r.prototype.drShiftTo=function(e,t){for(var r=e;r=0;--r)t[r+o+1]=this[r]>>a|s,s=(this[r]&n)<=0;--r)t[r]=0;t[o]=s,t.t=this.t+o+1,t.s=this.s,t.clamp()},r.prototype.rShiftTo=function(e,t){t.s=this.s;var r=Math.floor(e/this.DB);if(r>=this.t)t.t=0;else{var i=e%this.DB,a=this.DB-i,n=(1<>i;for(var o=r+1;o>i;i>0&&(t[this.t-r-1]|=(this.s&n)<>=this.DB;if(e.t>=this.DB;i+=this.s}else{for(i+=this.s;r>=this.DB;i-=e.s}t.s=i<0?-1:0,i<-1?t[r++]=this.DV+i:i>0&&(t[r++]=i),t.t=r,t.clamp()},r.prototype.multiplyTo=function(e,t){var i=this.abs(),a=e.abs(),n=i.t;for(t.t=n+a.t;--n>=0;)t[n]=0;for(n=0;n=0;)e[r]=0;for(r=0;r=t.DV&&(e[r+t.t]-=t.DV,e[r+t.t+1]=1)}e.t>0&&(e[e.t-1]+=t.am(r,t[r],e,2*r,0,1)),e.s=0,e.clamp()},r.prototype.divRemTo=function(e,t,a){var n=e.abs();if(!(n.t<=0)){var o=this.abs();if(o.t0?(n.lShiftTo(l,s),o.lShiftTo(l,a)):(n.copyTo(s),o.copyTo(a));var h=s.t,d=s[h-1];if(0!=d){var f=d*(1<1?s[h-2]>>this.F2:0),m=this.FV/f,g=(1<=0&&(a[a.t++]=1,a.subTo(w,a)),r.ONE.dlShiftTo(h,w),w.subTo(s,s);s.t=0;){var x=a[--y]==d?this.DM:Math.floor(a[y]*m+(a[y-1]+v)*g);if((a[y]+=s.am(0,x,a,b,0,h))0&&a.rShiftTo(l,a),c<0&&r.ZERO.subTo(a,a)}}},r.prototype.invDigit=function(){if(this.t<1)return 0;var e=this[0];if(0==(1&e))return 0;var t=3&e;return(t=(t=(t=(t=t*(2-(15&e)*t)&15)*(2-(255&e)*t)&255)*(2-((65535&e)*t&65535))&65535)*(2-e*t%this.DV)%this.DV)>0?this.DV-t:-t},r.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},r.prototype.exp=function(e,t){if(e>4294967295||e<1)return r.ONE;var a=i(),n=i(),o=t.convert(this),s=p(e)-1;for(o.copyTo(a);--s>=0;)if(t.sqrTo(a,n),(e&1<0)t.mulTo(n,o,a);else{var c=a;a=n,n=c}return t.revert(a)},r.prototype.toString=function(e){if(this.s<0)return"-"+this.negate().toString(e);var t;if(16==e)t=4;else if(8==e)t=3;else if(2==e)t=1;else if(32==e)t=5;else{if(4!=e)return this.toRadix(e);t=2}var r,i=(1<0)for(s>s)>0&&(a=!0,n=c(r));o>=0;)s>(s+=this.DB-t)):(r=this[o]>>(s-=t)&i,s<=0&&(s+=this.DB,--o)),r>0&&(a=!0),a&&(n+=c(r));return a?n:"0"},r.prototype.negate=function(){var e=i();return r.ZERO.subTo(this,e),e},r.prototype.abs=function(){return this.s<0?this.negate():this},r.prototype.compareTo=function(e){var t=this.s-e.s;if(0!=t)return t;var r=this.t;if(0!=(t=r-e.t))return this.s<0?-t:t;for(;--r>=0;)if(0!=(t=this[r]-e[r]))return t;return 0},r.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+p(this[this.t-1]^this.s&this.DM)},r.prototype.mod=function(e){var t=i();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(r.ZERO)>0&&e.subTo(t,t),t},r.prototype.modPowInt=function(e,t){var r;return r=e<256||t.isEven()?new h(t):new d(t),this.exp(e,r)},r.ZERO=l(0),r.ONE=l(1),w.prototype.convert=x,w.prototype.revert=x,w.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r)},w.prototype.sqrTo=function(e,t){e.squareTo(t)},k.prototype.convert=function(e){if(e.s<0||e.t>2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var t=i();return e.copyTo(t),this.reduce(t),t},k.prototype.revert=function(e){return e},k.prototype.reduce=function(e){for(e.drShiftTo(this.m.t-1,this.r2),e.t>this.m.t+1&&(e.t=this.m.t+1,e.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);e.compareTo(this.r2)<0;)e.dAddOffset(1,this.m.t+1);for(e.subTo(this.r2,e);e.compareTo(this.m)>=0;)e.subTo(this.m,e)},k.prototype.mulTo=function(e,t,r){e.multiplyTo(t,r),this.reduce(r)},k.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)};var _,j,E,S=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],D=(1<<26)/S[S.length-1];function A(){var e;e=(new Date).getTime(),j[E++]^=255&e,j[E++]^=e>>8&255,j[E++]^=e>>16&255,j[E++]^=e>>24&255,E>=z&&(E-=z)}if(r.prototype.chunkSize=function(e){return Math.floor(Math.LN2*this.DB/Math.log(e))},r.prototype.toRadix=function(e){if(null==e&&(e=10),0==this.signum()||e<2||e>36)return"0";var t=this.chunkSize(e),r=Math.pow(e,t),a=l(r),n=i(),o=i(),s="";for(this.divRemTo(a,n,o);n.signum()>0;)s=(r+o.intValue()).toString(e).substr(1)+s,n.divRemTo(a,n,o);return o.intValue().toString(e)+s},r.prototype.fromRadix=function(e,t){this.fromInt(0),null==t&&(t=10);for(var i=this.chunkSize(t),a=Math.pow(t,i),n=!1,o=0,s=0,c=0;c=i&&(this.dMultiply(a),this.dAddOffset(s,0),o=0,s=0))}o>0&&(this.dMultiply(Math.pow(t,o)),this.dAddOffset(s,0)),n&&r.ZERO.subTo(this,this)},r.prototype.fromNumber=function(e,t,i){if("number"==typeof t)if(e<2)this.fromInt(1);else for(this.fromNumber(e,i),this.testBit(e-1)||this.bitwiseTo(r.ONE.shiftLeft(e-1),m,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(r.ONE.shiftLeft(e-1),this);else{var a=new Array,n=7&e;a.length=1+(e>>3),t.nextBytes(a),n>0?a[0]&=(1<>=this.DB;if(e.t>=this.DB;i+=this.s}else{for(i+=this.s;r>=this.DB;i+=e.s}t.s=i<0?-1:0,i>0?t[r++]=i:i<-1&&(t[r++]=this.DV+i),t.t=r,t.clamp()},r.prototype.dMultiply=function(e){this[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()},r.prototype.dAddOffset=function(e,t){if(0!=e){for(;this.t<=t;)this[this.t++]=0;for(this[t]+=e;this[t]>=this.DV;)this[t]-=this.DV,++t>=this.t&&(this[this.t++]=0),++this[t]}},r.prototype.multiplyLowerTo=function(e,t,r){var i,a=Math.min(this.t+e.t,t);for(r.s=0,r.t=a;a>0;)r[--a]=0;for(i=r.t-this.t;a=0;)r[i]=0;for(i=Math.max(t-this.t,0);i0)if(0==t)r=this[0]%e;else for(var i=this.t-1;i>=0;--i)r=(t*r+this[i])%e;return r},r.prototype.millerRabin=function(e){var t=this.subtract(r.ONE),a=t.getLowestSetBit();if(a<=0)return!1;var n=t.shiftRight(a);(e=e+1>>1)>S.length&&(e=S.length);for(var o=i(),s=0;s>24},r.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},r.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},r.prototype.toByteArray=function(){var e=this.t,t=new Array;t[0]=this.s;var r,i=this.DB-e*this.DB%8,a=0;if(e-- >0)for(i>i)!=(this.s&this.DM)>>i&&(t[a++]=r|this.s<=0;)i<8?(r=(this[e]&(1<>(i+=this.DB-8)):(r=this[e]>>(i-=8)&255,i<=0&&(i+=this.DB,--e)),0!=(128&r)&&(r|=-256),0==a&&(128&this.s)!=(128&r)&&++a,(a>0||r!=this.s)&&(t[a++]=r);return t},r.prototype.equals=function(e){return 0==this.compareTo(e)},r.prototype.min=function(e){return this.compareTo(e)<0?this:e},r.prototype.max=function(e){return this.compareTo(e)>0?this:e},r.prototype.and=function(e){var t=i();return this.bitwiseTo(e,f,t),t},r.prototype.or=function(e){var t=i();return this.bitwiseTo(e,m,t),t},r.prototype.xor=function(e){var t=i();return this.bitwiseTo(e,g,t),t},r.prototype.andNot=function(e){var t=i();return this.bitwiseTo(e,v,t),t},r.prototype.not=function(){for(var e=i(),t=0;t=this.t?0!=this.s:0!=(this[t]&1<1){var m=i();for(a.sqrTo(s[1],m);c<=f;)s[c]=i(),a.mulTo(m,s[c-2],s[c]),c+=2}var g,v,y=e.t-1,b=!0,w=i();for(n=p(e[y])-1;y>=0;){for(n>=u?g=e[y]>>n-u&f:(g=(e[y]&(1<0&&(g|=e[y-1]>>this.DB+n-u)),c=r;0==(1&g);)g>>=1,--c;if((n-=c)<0&&(n+=this.DB,--y),b)s[g].copyTo(o),b=!1;else{for(;c>1;)a.sqrTo(o,w),a.sqrTo(w,o),c-=2;c>0?a.sqrTo(o,w):(v=o,o=w,w=v),a.mulTo(w,s[g],o)}for(;y>=0&&0==(e[y]&1<=0?(i.subTo(a,i),t&&n.subTo(s,n),o.subTo(c,o)):(a.subTo(i,a),t&&s.subTo(n,s),c.subTo(o,c))}return 0!=a.compareTo(r.ONE)?r.ZERO:c.compareTo(e)>=0?c.subtract(e):c.signum()<0?(c.addTo(e,c),c.signum()<0?c.add(e):c):c},r.prototype.pow=function(e){return this.exp(e,new w)},r.prototype.gcd=function(e){var t=this.s<0?this.negate():this.clone(),r=e.s<0?e.negate():e.clone();if(t.compareTo(r)<0){var i=t;t=r,r=i}var a=t.getLowestSetBit(),n=r.getLowestSetBit();if(n<0)return t;for(a0&&(t.rShiftTo(n,t),r.rShiftTo(n,r));t.signum()>0;)(a=t.getLowestSetBit())>0&&t.rShiftTo(a,t),(a=r.getLowestSetBit())>0&&r.rShiftTo(a,r),t.compareTo(r)>=0?(t.subTo(r,t),t.rShiftTo(1,t)):(r.subTo(t,r),r.rShiftTo(1,r));return n>0&&r.lShiftTo(n,r),r},r.prototype.isProbablePrime=function(e){var t,r=this.abs();if(1==r.t&&r[0]<=S[S.length-1]){for(t=0;t>>8,j[E++]=255&C;E=0,A()}function P(){if(null==_){for(A(),(_=new I).init(j),E=0;E{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 r="",i=Array.isArray(t);r=i?"[":"{";var a=!0;for(var n in t){var o="function"==typeof t[n]||!i&&void 0===t[n];Object.hasOwnProperty.call(t,n)&&!o&&(a||(r+=","),a=!1,i?null==t[n]?r+="null":r+=e(t[n]):void 0!==t[n]&&(r+=e(n)+":"+e(t[n])))}return r+(i?"]":"}")}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}))}},49461:e=>{"use strict";var t=e.exports=function(e,t,i){"function"==typeof t&&(i=t,t={}),r(t,"function"==typeof(i=t.cb||i)?i:i.pre||function(){},i.post||function(){},e,"",e)};function r(e,i,a,n,o,s,c,u,l,p){if(n&&"object"==typeof n&&!Array.isArray(n)){for(var h in i(n,o,s,c,u,l,p),n){var d=n[h];if(Array.isArray(d)){if(h in t.arrayKeywords)for(var f=0;ft.maxItems&&l("There must be a maximum of "+t.maxItems+" in the array")}else(t.properties||t.additionalProperties)&&o.concat(function(e,t,r,n){if("object"==typeof t)for(var c in("object"!=typeof e||e instanceof Array)&&o.push({property:r,message:"an object is required"}),t)if(t.hasOwnProperty(c)){var u=e[c];if(void 0===u&&i.existingOnly)continue;var l=t[c];void 0===u&&l.default&&(u=e[c]=l.default),i.coerce&&c in e&&(u=e[c]=i.coerce(u,l)),s(u,l,r,c)}for(c in e){if(e.hasOwnProperty(c)&&("_"!=c.charAt(0)||"_"!=c.charAt(1))&&t&&!t[c]&&!1===n){if(i.filter){delete e[c];continue}o.push({property:r,message:typeof u+"The property "+c+" is not defined in the schema and the schema does not allow additional properties"})}var p=t&&t[c]&&t[c].requires;p&&!(p in e)&&o.push({property:r,message:"the presence of the property "+c+" requires that "+p+" also be present"}),u=e[c],!n||t&&"object"==typeof t&&c in t||(i.coerce&&(u=e[c]=i.coerce(u,n)),s(u,n,r,c)),!a&&u&&u.$schema&&(o=o.concat(s(u,u.$schema,r,c)))}return o}(e,t.properties,r,t.additionalProperties));if(t.pattern&&"string"==typeof e&&!e.match(t.pattern)&&l("does not match the regex pattern "+t.pattern),t.maxLength&&"string"==typeof e&&e.length>t.maxLength&&l("may only be "+t.maxLength+" characters long"),t.minLength&&"string"==typeof e&&e.lengthe&&l("must have a minimum value of "+t.minimum),void 0!==typeof t.maximum&&typeof e==typeof t.maximum&&t.maximum{function r(e,t){var r=[],i=[];return null==t&&(t=function(e,t){return r[0]===t?"[Circular ~]":"[Circular ~."+i.slice(0,r.indexOf(t)).join(".")+"]"}),function(a,n){if(r.length>0){var o=r.indexOf(this);~o?r.splice(o+1):r.push(this),~o?i.splice(o,1/0,a):i.push(a),~r.indexOf(n)&&(n=t.call(this,a,n))}else r.push(n);return null==e?n:e.call(this,a,n)}}(e.exports=function(e,t,i,a){return JSON.stringify(e,r(t,a),i)}).getSerialize=r},37954:(e,t,r)=>{var i=r(6144),a=(r(31669),r(29031)),n=r(43552),o=r(19856);function s(e,t){return i.equal(typeof t,"string"),Object.prototype.hasOwnProperty.call(e,t)}function c(e,t){if(null!==e&&"object"==typeof e){if(e.hasOwnProperty(t))return e[t];var r=t.indexOf(".");if(-1!=r){var i=t.substr(0,r);if(e.hasOwnProperty(i))return c(e[i],t.substr(r+1))}}}function u(e,t,r,a){var n,o;if(0===t)return(n=r.slice(0)).push(e),void a(n);for(o in i.ok(null!==e),i.equal(typeof e,"object"),i.equal(typeof t,"number"),i.ok(t>=0),e)(n=r.slice(0)).push(o),u(e[o],t-1,n,a)}t.deepCopy=function e(t){var r,i,a="__deepCopy";if(t&&t[a])throw new Error("attempted deep copy of cyclic object");if(t&&t.constructor==Object){for(i in r={},t[a]=!0,t)i!=a&&(r[i]=e(t[i]));return delete t[a],r}if(t&&t.constructor==Array){for(r=[],t[a]=!0,i=0;i=0);var a,n=[];for(a in t)e(t[a],r-1).forEach((function(e){n.push([a].concat(e))}));return n},t.flattenIter=function(e,t,r){u(e,t,[],r)},t.validateJsonObject=g,t.validateJsonObjectJS=g,t.randElt=function(e){return i.ok(Array.isArray(e)&&e.length>0,"randElt argument must be a non-empty array"),e[Math.floor(Math.random()*e.length)]},t.extraProperties=function(e,t){i.ok("object"==typeof e&&null!==e,"obj argument must be a non-null object"),i.ok(Array.isArray(t),"allowed argument must be an array of strings");for(var r=0;r=2,"options.base >= 2"),i.ok(n.base<=36,"options.base <= 36"),i.bool(n.allowSign,"options.allowSign"),i.bool(n.allowPrefix,"options.allowPrefix"),i.bool(n.allowTrailing,"options.allowTrailing"),i.bool(n.allowImprecise,"options.allowImprecise"),i.bool(n.trimWhitespace,"options.trimWhitespace"),i.bool(n.leadingZeroIsOctal,"options.leadingZeroIsOctal"),n.leadingZeroIsOctal&&i.ok(!a,'"base" and "leadingZeroIsOctal" are mutually exclusive'));var o,c,u=-1,l=n.base,p=1,g=0,v=0,y=e.length;if(n.trimWhitespace)for(;v=48&&c<=57?c-48:c>=65&&c<=90?c-55:c>=97&&c<=122?c-87:-1)&&rh||b=9&&e<=13||160===e||5760===e||6158===e||e>=8192&&e<=8202||8232===e||8233===e||8239===e||8287===e||12288===e||65279===e}function g(e,t){var r=o.validate(t,e);if(0===r.errors.length)return null;var i,a,s=r.errors[0],c=s.property,u=s.message.toLowerCase();-1!=(i=u.indexOf("the property "))&&-1!=(a=u.indexOf(" is not defined in the schema and the schema does not allow additional properties"))&&(i+="the property ".length,c=""===c?u.substr(i,a-i):c+"."+u.substr(i,a-i),u="unsupported property");var l=new n.VError('property "%s": %s',c,u);return l.jsv_details=s,l}function v(e){i.ok(e[0]>=0&&e[1]>=0,"negative numbers not allowed in hrtimes"),i.ok(e[1]<1e9,"nanoseconds column overflow")}function y(e,t){v(e),v(t),i.ok(e[0]>t[0]||e[0]==t[0]&&e[1]>=t[1],"negative differences not allowed");var r=[e[0]-t[0],0];return e[1]>=t[1]?r[1]=e[1]-t[1]:(r[0]--,r[1]=1e9-(t[1]-e[1])),r}function b(e,t){return v(e),v(t),e[1]+=t[1],e[1]>=1e9&&(e[0]++,e[1]-=1e9),e[0]+=t[0],e}function w(e,t,r){var i,a;if(i={},r)for(a in r)i[a]=r[a];if(e)for(a in e)i[a]=e[a];if(t)for(a in t)i[a]=t[a];return i}},64958:(e,t,r)=>{"use strict";const i=r(28614),a=r(11085);e.exports=class extends i{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 i=e.adapter||/^[^:]*/.exec(e.uri)[0];return new(r(3196)(t[i]))(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 r=this._getKeyPrefix(e),{store:i}=this.opts;return Promise.resolve().then((()=>i.get(r))).then((e=>"string"==typeof e?this.opts.deserialize(e):e)).then((r=>{if(void 0!==r){if(!("number"==typeof r.expires&&Date.now()>r.expires))return t&&t.raw?r:r.value;this.delete(e)}}))}set(e,t,r){const i=this._getKeyPrefix(e);void 0===r&&(r=this.opts.ttl),0===r&&(r=void 0);const{store:a}=this.opts;return Promise.resolve().then((()=>{const e="number"==typeof r?Date.now()+r:null;return t={value:t,expires:e},this.opts.serialize(t)})).then((e=>a.set(i,e,r))).then((()=>!0))}delete(e){const t=this._getKeyPrefix(e),{store:r}=this.opts;return Promise.resolve().then((()=>r.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},25989:e=>{"use strict";e.exports=e=>{const t={};for(const[r,i]of Object.entries(e))t[r.toLowerCase()]=i;return t}},39593:(e,t,r)=>{"use strict";e.exports=v;var i,a=r(69246),n=r(31669),o=r(34411),s=(i="function"==typeof Symbol&&"1"!==process.env._nodeLRUCacheForceNoSymbol?function(e){return Symbol(e)}:function(e){return"_"+e})("max"),c=i("length"),u=i("lengthCalculator"),l=i("allowStale"),p=i("maxAge"),h=i("dispose"),d=i("noDisposeOnSet"),f=i("lruList"),m=i("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 r=e.length||g;"function"!=typeof r&&(r=g),this[u]=r,this[l]=e.stale||!1,this[p]=e.maxAge||0,this[h]=e.dispose,this[d]=e.noDisposeOnSet||!1,this.reset()}function y(e,t,r,i){var a=r.value;w(e,a)&&(k(e,r),e[l]||(a=void 0)),a&&t.call(i,a.value,a.key,e)}function b(e,t,r){var i=e[m].get(t);if(i){var a=i.value;w(e,a)?(k(e,i),e[l]||(a=void 0)):r&&e[f].unshiftNode(i),a&&(a=a.value)}return a}function w(e,t){if(!t||!t.maxAge&&!e[p])return!1;var r=Date.now()-t.now;return t.maxAge?r>t.maxAge:e[p]&&r>e[p]}function x(e){if(e[c]>e[s])for(var t=e[f].tail;e[c]>e[s]&&null!==t;){var r=t.prev;k(e,t),t=r}}function k(e,t){if(t){var r=t.value;e[h]&&e[h](r.key,r.value),e[c]-=r.length,e[m].delete(r.key),e[f].removeNode(t)}}function _(e,t,r,i,a){this.key=e,this.value=t,this.length=r,this.now=i,this.maxAge=a||0}Object.defineProperty(v.prototype,"max",{set:function(e){(!e||"number"!=typeof e||e<=0)&&(e=1/0),this[s]=e,x(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,x(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[f].forEach((function(e){e.length=this[u](e.value,e.key),this[c]+=e.length}),this)),x(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[f].length},enumerable:!0}),v.prototype.rforEach=function(e,t){t=t||this;for(var r=this[f].tail;null!==r;){var i=r.prev;y(this,e,r,t),r=i}},v.prototype.forEach=function(e,t){t=t||this;for(var r=this[f].head;null!==r;){var i=r.next;y(this,e,r,t),r=i}},v.prototype.keys=function(){return this[f].toArray().map((function(e){return e.key}),this)},v.prototype.values=function(){return this[f].toArray().map((function(e){return e.value}),this)},v.prototype.reset=function(){this[h]&&this[f]&&this[f].length&&this[f].forEach((function(e){this[h](e.key,e.value)}),this),this[m]=new a,this[f]=new o,this[c]=0},v.prototype.dump=function(){return this[f].map((function(e){if(!w(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[f]},v.prototype.inspect=function(e,t){var r="LRUCache {",i=!1;this[l]&&(r+="\n allowStale: true",i=!0);var a=this[s];a&&a!==1/0&&(i&&(r+=","),r+="\n max: "+n.inspect(a,t),i=!0);var o=this[p];o&&(i&&(r+=","),r+="\n maxAge: "+n.inspect(o,t),i=!0);var h=this[u];h&&h!==g&&(i&&(r+=","),r+="\n length: "+n.inspect(this[c],t),i=!0);var d=!1;return this[f].forEach((function(e){d?r+=",\n ":(i&&(r+=",\n"),d=!0,r+="\n ");var a=n.inspect(e.key).split("\n").join("\n "),s={value:e.value};e.maxAge!==o&&(s.maxAge=e.maxAge),h!==g&&(s.length=e.length),w(this,e)&&(s.stale=!0),s=n.inspect(s,t).split("\n").join("\n "),r+=a+" => "+s})),(d||i)&&(r+="\n"),r+="}"},v.prototype.set=function(e,t,r){var i=(r=r||this[p])?Date.now():0,a=this[u](t,e);if(this[m].has(e)){if(a>this[s])return k(this,this[m].get(e)),!1;var n=this[m].get(e).value;return this[h]&&(this[d]||this[h](e,n.value)),n.now=i,n.maxAge=r,n.value=t,this[c]+=a-n.length,n.length=a,this.get(e),x(this),!0}var o=new _(e,t,a,i,r);return o.length>this[s]?(this[h]&&this[h](e,t),!1):(this[c]+=o.length,this[f].unshift(o),this[m].set(e,this[f].head),x(this),!0)},v.prototype.has=function(e){return!!this[m].has(e)&&!w(this,this[m].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[f].tail;return e?(k(this,e),e.value):null},v.prototype.del=function(e){k(this,this[m].get(e))},v.prototype.load=function(e){this.reset();for(var t=Date.now(),r=e.length-1;r>=0;r--){var i=e[r],a=i.e||0;if(0===a)this.set(i.k,i.v);else{var n=a-t;n>0&&this.set(i.k,i.v,n)}}},v.prototype.prune=function(){var e=this;this[m].forEach((function(t,r){b(e,r,!1)}))}},22577:(e,t)=>{var r=/; *([!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+) *= *("(?:[ !\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u0020-\u007e])*"|[!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+) */g,i=/^[\u0020-\u007e\u0080-\u00ff]+$/,a=/^[!#$%&'\*\+\-\.0-9A-Z\^_`a-z\|~]+$/,n=/\\([\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&&!i.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,r=e.subtype,i=e.suffix,n=e.type;if(!n||!c.test(n))throw new TypeError("invalid type");if(!r||!s.test(r))throw new TypeError("invalid subtype");var o=n+"/"+r;if(i){if(!c.test(i))throw new TypeError("invalid suffix");o+="+"+i}if(t&&"object"==typeof t)for(var u,p=Object.keys(t).sort(),h=0;h{e.exports=r(37036)},37036:(e,t,r)=>{var i=r(79344)("memorystore"),a=r(39593),n=r(31669);function o(e,t,r){if("number"==typeof e.ttl)return e.ttl;if("function"==typeof e.ttl)return e.ttl(e,t,r);if(e.ttl)throw new TypeError("`options.ttl` must be a number or function.");var i=t&&t.cookie?t.cookie.maxAge:null;return"number"==typeof i?Math.floor(i):864e5}function s(e){i("Pruning expired entries"),e.forEach((function(t,r){e.get(r)}))}var c="function"==typeof setImmediate?setImmediate:function(e){process.nextTick(e.bind.apply(e,arguments))};e.exports=function(e){var t=e.Store;function r(e){if(!(this instanceof r))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),i("Init MemoryStore"),this.startInterval()}return n.inherits(r,t),r.prototype.get=function(e,t){var r=this.store;i('GET "%s"',e);var a=r.get(e);if(!a)return t();i("GOT %s",a);var n,o=null;try{n=this.serializer.parse(a)}catch(e){o=e}t&&c(t,o,n)},r.prototype.set=function(e,t,r){var a=this.store,n=o(this.options,t,e);try{var s=this.serializer.stringify(t)}catch(e){r&&c(r,e)}a.set(e,s,n),i('SET "%s" %s ttl:%s',e,s,n),r&&c(r,null)},r.prototype.destroy=function(e,t){var r=this.store;Array.isArray(e)?e.forEach((function(e){i('DEL "%s"',e),r.del(e)})):(i('DEL "%s"',e),r.del(e)),t&&c(t,null)},r.prototype.touch=function(e,t,r){var a=this.store,n=o(this.options,t,e);i('EXPIRE "%s" ttl:%s',e,n);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),n)}catch(e){s=e}r&&c(r,s)},r.prototype.ids=function(e){var t=this.store.keys();i("Getting IDs: %s",t),e&&c(e,null,t)},r.prototype.all=function(e){var t=this.store,r=this;i("Fetching all sessions");var a=null,n={};try{t.forEach((function(e,t){n[t]=r.serializer.parse(e)}))}catch(e){a=e}e&&c(e,a,n)},r.prototype.clear=function(e){var t=this.store;i("delete all sessions from the store"),t.reset(),e&&c(e,null)},r.prototype.length=function(e){var t=this.store;i("getting length",t.itemCount),e&&c(e,null,t.itemCount)},r.prototype.startInterval=function(){var e=this,t=this.options.checkPeriod;t&&"number"==typeof t&&(clearInterval(this._checkInterval),i("starting periodic check for expired sessions"),this._checkInterval=setInterval((function(){s(e.store)}),Math.floor(t)))},r.prototype.stopInterval=function(){i("stopping periodic check for expired sessions"),clearInterval(this._checkInterval)},r.prototype.prune=function(){s(this.store)},r}},25808:(e,t,r)=>{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 r="color: "+this.color;t.splice(1,0,r,"color: inherit");let i=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(i++,"%c"===e&&(a=i))})),t.splice(a,0,r)},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=r(72728)(t);const{formatters:i}=e.exports;i.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},72728:(e,t,r)=>{e.exports=function(e){function t(e){let r,a,n,o=null;function s(...e){if(!s.enabled)return;const i=s,a=Number(new Date),n=a-(r||a);i.diff=n,i.prev=r,i.curr=a,r=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,((r,a)=>{if("%%"===r)return"%";o++;const n=t.formatters[a];if("function"==typeof n){const t=e[o];r=n.call(i,t),e.splice(o,1),o--}return r})),t.formatArgs.call(i,e),(i.log||t.log).apply(i,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=i,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(a!==t.namespaces&&(a=t.namespaces,n=t.enabled(e)),n),set:e=>{o=e}}),"function"==typeof t.init&&t.init(s),s}function i(e,r){const i=t(this.namespace+(void 0===r?":":r)+e);return i.log=this.log,i}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 r;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const i=("string"==typeof e?e:"").split(/[\s,]+/),a=i.length;for(r=0;r{t[r]=e[r]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let r=0;for(let t=0;t{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=r(25808):e.exports=r(5432)},5432:(e,t,r)=>{const i=r(33867),a=r(31669);t.init=function(e){e.inspectOpts={};const r=Object.keys(t.inspectOpts);for(let i=0;i{}),"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=r(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 r=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let i=process.env[t];return i=!!/^(yes|on|true|enabled)$/i.test(i)||!/^(no|off|false|disabled)$/i.test(i)&&("null"===i?null:Number(i)),e[r]=i,e}),{}),e.exports=r(72728)(t);const{formatters:n}=e.exports;n.o=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},n.O=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts)}},86182:e=>{"use strict";e.exports=function(e,r,i){if(!e)throw new TypeError("argument dest is required");if(!r)throw new TypeError("argument src is required");return void 0===i&&(i=!0),Object.getOwnPropertyNames(r).forEach((function(a){if(i||!t.call(e,a)){var n=Object.getOwnPropertyDescriptor(r,a);Object.defineProperty(e,a,n)}})),e};var t=Object.prototype.hasOwnProperty},81087:(e,t,r)=>{const i=r(35747),a=r(98754),n=r(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=i.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,r=!1;for(;!r;){t=this.buffer.readUInt8(e++),r=t>128,t%=128;const i=this.buffer.readUIntBE(e,3);e+=3,0===t&&(this.streamInfo=this.buffer.slice(e,e+i)),4===t&&(this.vorbisComment=this.buffer.slice(e,e+i),this.parseVorbisComment()),[o,s,c].includes(t)&&this.blocks.push([t,this.buffer.slice(e,e+i)]),e+=i}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 r=e.readUInt32BE(t);t+=4;const i=e.readUInt32BE(t);t+=4;const a=e.slice(t,t+i).toString("ascii");t+=i;const n=e.readUInt32BE(t);t+=4;const o=e.slice(t,t+=n).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:r,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 r=e.substring(0,t),a=e.substr(t+1);let n;try{n=i.readFileSync(a,"utf8")}catch(e){throw new Error(`can't open file '${a}' for '${r}' tag value`)}this.tags.push(`${r}=${n}`)}importTagsFrom(e){const t=i.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){i.writeFileSync(e,this.tags.join("\n"),"utf8")}importPicture(e){Buffer.isBuffer(e)||(e=i.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 r=this.buildSpecification({mime:t.mime,width:t.width,height:t.height});this.pictures.push(this.buildPictureBlock(e,r)),this.picturesSpecs.push(r)}exportPictureTo(e){this.picturesDatas.length>0&&i.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 r=Buffer.alloc(4),i=Buffer.alloc(4),a=Buffer.from(t.mime,"ascii"),n=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 r.writeUInt32BE(t.type),i.writeUInt32BE(t.mime.length),n.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([r,i,a,n,o,s,c,u,l,p,e])}buildMetadataBlock(e,t,r=!1){const i=Buffer.alloc(4);return r&&(e+=128),i.writeUIntBE(e,0,1),i.writeUIntBE(t.length,1,3),Buffer.concat([i,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,n(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());i.writeFileSync(this.flac,Buffer.concat(this.buildStream()))}}},2393:e=>{e.exports=(e,t)=>{const r=[],i=Buffer.from(e,"utf8"),a=Buffer.alloc(4);a.writeUInt32LE(i.length);const n=Buffer.alloc(4);n.writeUInt32LE(t.length),r.push(a,i,n);for(let e=0;e{"use strict";var i=r(98605);e.exports=i.METHODS&&i.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/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/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/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":{"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/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/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/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/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana"},"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.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.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.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.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.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.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-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","extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"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/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.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/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/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,r)=>{e.exports=r(73313)},80983:(e,t,r)=>{"use strict";var i,a,n,o=r(55234),s=r(85622).extname,c=/^\s*([^;\s]*)(?:;|\s|$)/,u=/^text\//i;function l(e){if(!e||"string"!=typeof e)return!1;var t=c.exec(e),r=t&&o[t[1].toLowerCase()];return r&&r.charset?r.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 r=-1===e.indexOf("/")?t.lookup(e):e;if(!r)return!1;if(-1===r.indexOf("charset")){var i=t.charset(r);i&&(r+="; charset="+i.toLowerCase())}return r},t.extension=function(e){if(!e||"string"!=typeof e)return!1;var r=c.exec(e),i=r&&t.extensions[r[1].toLowerCase()];return!(!i||!i.length)&&i[0]},t.extensions=Object.create(null),t.lookup=function(e){if(!e||"string"!=typeof e)return!1;var r=s("x."+e).toLowerCase().substr(1);return r&&t.types[r]||!1},t.types=Object.create(null),i=t.extensions,a=t.types,n=["nginx","apache",void 0,"iana"],Object.keys(o).forEach((function(e){var t=o[e],r=t.extensions;if(r&&r.length){i[e]=r;for(var s=0;sl||u===l&&"application/"===a[c].substr(0,12)))continue}a[c]=e}}}))},45518:(e,t,r)=>{r(85622);var i=r(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 r=e[t],i=0;i{"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,r)=>{const i=new Set(Object.keys(e).concat(t));for(const t of i)t in r||(r[t]="function"==typeof e[t]?e[t].bind(e):e[t])}},50034:(e,t,r)=>{"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 i=r(33412),a=r(15158)("morgan"),n=r(1661)("morgan"),o=r(80338),s=r(54236),c=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function u(e,t){var r=e,i=t||{};e&&"object"==typeof e&&(r=(i=e).format||"default",n("morgan(options): use morgan("+("string"==typeof r?JSON.stringify(r):"format")+", options) instead")),void 0===r&&n("undefined format: specify a format");var c=i.immediate,h=i.skip||!1,d="function"!=typeof r?function(e){var t=u[e]||e||u.default;return"function"!=typeof t?l(t):t}(r):r,m=i.buffer,g=i.stream||process.stdout;return m&&(n("buffer option"),g=function(e,t){var r=[],i=null;function a(){i=null,e.write(r.join("")),r.length=0}return{write:function(e){null===i&&(i=setTimeout(a,t)),r.push(e)}}}(g,"number"!=typeof m?1e3:m)),function(e,t,r){function i(){if(!1!==h&&h(e,t))a("skip request");else{var r=d(u,e,t);null!=r?(a("log request"),g.write(r+"\n")):a("skip line")}}e._startAt=void 0,e._startTime=void 0,e._remoteAddress=p(e),t._startAt=void 0,t._startTime=void 0,f.call(e),c?i():(s(t,f),o(t,i)),r()}}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,r){var i="req, res",a="tokens["+String(JSON.stringify(t))+"]";return void 0!==r&&(i+=", "+String(JSON.stringify(r))),'" +\n ('+a+"("+i+') || "-") + "'}));return new Function("tokens, req, res",t)}function p(e){return e.ip||e._remoteAddress||e.connection&&e.connection.remoteAddress||void 0}function h(e){return"boolean"!=typeof e.headersSent?Boolean(e._header):e.headersSent}function d(e){var t=String(e);return(1===t.length?"0":"")+t}function f(){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"'),n.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,r,i){var a=h(i)?i.statusCode:void 0,n=a>=500?31:a>=400?33:a>=300?36:a>=200?32:0,o=e[n];return o||(o=e[n]=l(":method :url ["+n+"m:status :response-time ms - :res[content-length]")),o(t,r,i)})),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,r){if(e._startAt&&t._startAt)return(1e3*(t._startAt[0]-e._startAt[0])+1e-6*(t._startAt[1]-e._startAt[1])).toFixed(void 0===r?3:r)})),u.token("total-time",(function(e,t,r){if(e._startAt&&t._startAt){var i=process.hrtime(e._startAt);return(1e3*i[0]+1e-6*i[1]).toFixed(void 0===r?3:r)}})),u.token("date",(function(e,t,r){var i=new Date;switch(r||"web"){case"clf":return function(e){var t=e.getUTCDate(),r=e.getUTCHours(),i=e.getUTCMinutes(),a=e.getUTCSeconds(),n=e.getUTCFullYear(),o=c[e.getUTCMonth()];return d(t)+"/"+o+"/"+n+":"+d(r)+":"+d(i)+":"+d(a)+" +0000"}(i);case"iso":return i.toISOString();case"web":return i.toUTCString()}})),u.token("status",(function(e,t){return h(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=i(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,r){var i=e.headers[r.toLowerCase()];return Array.isArray(i)?i.join(", "):i})),u.token("res",(function(e,t,r){if(h(t)){var i=t.getHeader(r);return Array.isArray(i)?i.join(", "):i}}))},1661:(e,t,r)=>{var i=r(85622).relative;e.exports=function(e){if(!e)throw new TypeError("argument namespace is required");var t=c(d()[1])[0];function r(e){s.call(r,e)}return r._file=t,r._ignored=function(e){return!!process.noDeprecation||n(process.env.NO_DEPRECATION||"",e)}(e),r._namespace=e,r._traced=function(e){return!!process.traceDeprecation||n(process.env.TRACE_DEPRECATION||"",e)}(e),r._warned=Object.create(null),r.function=m,r.property=g,r};var a=process.cwd();function n(e,t){for(var r=e.split(/[ ,]+/),i=String(t).toLowerCase(),a=0;a0);if(a||!this._ignored){var n,o,s,h,f=0,m=!1,g=d(),y=this._file;for(t?(h=t,(s=c(g[1])).name=h.name,y=s[0]):s=h=c(g[f=2]);f",r=e.getLineNumber(),i=e.getColumnNumber();e.isEval()&&(t=e.getEvalOrigin()+", "+t);var a=[t,r,i];return a.callSite=e,a.name=e.getFunctionName(),a}function u(e){var t=e.callSite,r=e.name;r||(r="");var i=t.getThis(),a=i&&t.getTypeName();return"Object"===a&&(a=void 0),"Function"===a&&(a=i.name||a),a&&t.getMethodName()?a+"."+r:r}function l(e,t,r){var i=(new Date).toUTCString()+" "+this._namespace+" deprecated "+e;if(this._traced){for(var a=0;a{var t=1e3,r=60*t,i=60*r,a=24*i;function n(e,t,r,i){var a=t>=1.5*r;return Math.round(e/r)+" "+i+(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 n=/^(-?(?:\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(n){var o=parseFloat(n[1]);switch((n[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*i;case"minutes":case"minute":case"mins":case"min":case"m":return o*r;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?n(s,c,a,"day"):c>=i?n(s,c,i,"hour"):c>=r?n(s,c,r,"minute"):c>=t?n(s,c,t,"second"):s+" ms"):function(e){var n=Math.abs(e);return n>=a?Math.round(e/a)+"d":n>=i?Math.round(e/i)+"h":n>=r?Math.round(e/r)+"m":n>=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))}},60159:(e,t,r)=>{"use strict";var i=Object.create(null);function a(e){if(!(this instanceof a))return new a(e);this.request=e}function n(e){var t=i[e];if(void 0!==t)return t;switch(e){case"charset":t=r(38558);break;case"encoding":t=r(44328);break;case"language":t=r(8035);break;case"mediaType":t=r(54097);break;default:throw new Error("Cannot find module '"+e+"'")}return i[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,n("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,n("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,n("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,n("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 r(e,r){var i=t.exec(e);if(!i)return null;var a=i[1],n=1;if(i[2])for(var o=i[2].split(";"),s=0;s0}},44328:e=>{"use strict";e.exports=a,e.exports.preferredEncodings=a;var t=/^\s*([^\s;]+)\s*(?:;(.*))?$/;function r(e,r){var i=t.exec(e);if(!i)return null;var a=i[1],n=1;if(i[2])for(var o=i[2].split(";"),s=0;s0}},8035:e=>{"use strict";e.exports=a,e.exports.preferredLanguages=a;var t=/^\s*([^\s\-;]+)(?:-([^\s;]+))?\s*(?:;(.*))?$/;function r(e,r){var i=t.exec(e);if(!i)return null;var a=i[1],n=i[2],o=a;n&&(o+="-"+n);var s=1;if(i[3])for(var c=i[3].split(";"),u=0;u0}},54097:e=>{"use strict";e.exports=a,e.exports.preferredMediaTypes=a;var t=/^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/;function r(e,r){var i=t.exec(e);if(!i)return null;var a=Object.create(null),n=1,o=i[2],s=i[1];if(i[3])for(var l=function(e){for(var t=e.split(";"),r=1,i=0;r0){if(!o.every((function(e){return"*"==t.params[e]||(t.params[e]||"").toLowerCase()==(a.params[e]||"").toLowerCase()})))return null;n|=1}return{i,o:t.i,q:t.q,s:n}}function a(e,t){var a=function(e){for(var t=function(e){for(var t=e.split(","),r=1,i=0;r0}function c(e){for(var t=0,r=0;-1!==(r=e.indexOf('"',r));)t++,r++;return t}function u(e){var t,r,i=e.indexOf("=");return-1===i?t=e:(t=e.substr(0,i),r=e.substr(i+1)),[t,r]}},77473:e=>{"use strict";var t=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e},r=function(e){var r,i,a=document.createTextNode(""),n=0;return new e((function(){var e;if(r)i&&(r=i.concat(r));else{if(!i)return;r=i}if(i=r,r=null,"function"==typeof i)return e=i,i=null,void e();for(a.data=n=++n%2;i;)e=i.shift(),i.length||(i=null),e()})).observe(a,{characterData:!0}),function(e){t(e),r?"function"==typeof r?r=[r,e]:r.push(e):(r=e,a.data=n=++n%2)}};e.exports=function(){if("object"==typeof process&&process&&"function"==typeof process.nextTick)return process.nextTick;if("function"==typeof queueMicrotask)return function(e){queueMicrotask(t(e))};if("object"==typeof document&&document){if("function"==typeof MutationObserver)return r(MutationObserver);if("function"==typeof WebKitMutationObserver)return r(WebKitMutationObserver)}return"function"==typeof setImmediate?function(e){setImmediate(t(e))}:"function"==typeof setTimeout||"object"==typeof setTimeout?function(e){setTimeout(t(e),0)}:null}()},19516:(e,t,r)=>{var i=r(35747),a=r(85622),n=r(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=n.arch(),h=n.platform(),d=process.env.LIBC||(function(e){return"linux"===e&&i.existsSync("/etc/alpine-release")}(h)?"musl":"glibc"),f=process.env.ARM_VERSION||("arm64"===p?"8":s.arm_version)||"",m=(process.versions.uv||"").split(".")[0];function g(e){return o(g.path(e))}function v(e){try{return i.readdirSync(e)}catch(e){return[]}}function y(e,t){var r=v(e).filter(t);return r[0]&&a.join(e,r[0])}function b(e){return/\.node$/.test(e)}function w(e){var t=e.split("."),r={file:e,specificity:0};if("node"===t.pop()){for(var i=0;ir.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 r=y(a.join(e,"build/Release"),b);if(r)return r;var i=y(a.join(e,"build/Debug"),b);if(i)return i}var n=_(e);if(n)return n;var s=_(a.dirname(process.execPath));if(s)return s;var g=["platform="+h,"arch="+p,"runtime="+l,"abi="+u,"uv="+m,f?"armv="+f:"","libc="+d,"node="+process.versions.node,process.versions&&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 _(e){var t=a.join(e,"prebuilds",h+"-"+p),r=v(t).map(w).filter(x(l,u)).sort(k(l))[0];if(r)return a.join(t,r.file)}},g.parseTags=w,g.matchTags=x,g.compareTags=k},40015:e=>{"use strict";const t=(e,t)=>t.some((t=>t instanceof RegExp?t.test(e):t===e));e.exports=(e,r)=>{if(r={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,...r},e=e.trim(),/^data:/i.test(e))return((e,{stripHash:t})=>{const r=/^data:(?[^,]*?),(?[^#]*?)(?:#(?.*))?$/.exec(e);if(!r)throw new Error(`Invalid URL: ${e}`);let{type:i,data:a,hash:n}=r.groups;const o=i.split(";");n=t?"":n;let s=!1;"base64"===o[o.length-1]&&(o.pop(),s=!0);const c=(o.shift()||"").toLowerCase(),u=[...o.map((e=>{let[t,r=""]=e.split("=").map((e=>e.trim()));return"charset"===t&&(r=r.toLowerCase(),"us-ascii"===r)?"":`${t}${r?`=${r}`:""}`})).filter(Boolean)];return s&&u.push("base64"),(0!==u.length||c&&"text/plain"!==c)&&u.unshift(c),`data:${u.join(";")},${s?a.trim():a}${n?`#${n}`:""}`})(e,r);if(/^view-source:/i.test(e))throw new Error("`view-source:` is not supported as it is a non-standard protocol");const i=e.startsWith("//");!i&&/^\.*\//.test(e)||(e=e.replace(/^(?!(?:\w+:)?\/\/)|^\/\//,r.defaultProtocol));const a=new URL(e);if(r.forceHttp&&r.forceHttps)throw new Error("The `forceHttp` and `forceHttps` options cannot be used together");if(r.forceHttp&&"https:"===a.protocol&&(a.protocol="http:"),r.forceHttps&&"http:"===a.protocol&&(a.protocol="https:"),r.stripAuthentication&&(a.username="",a.password=""),r.stripHash?a.hash="":r.stripTextFragment&&(a.hash=a.hash.replace(/#?:~:text.*?$/i,"")),a.pathname&&(a.pathname=a.pathname.replace(/(?0){let e=a.pathname.split("/");const i=e[e.length-1];t(i,r.removeDirectoryIndex)&&(e=e.slice(0,e.length-1),a.pathname=e.slice(1).join("/")+"/")}if(a.hostname&&(a.hostname=a.hostname.replace(/\.$/,""),r.stripWWW&&/^www\.(?!www\.)(?:[a-z\-\d]{1,63})\.(?:[a-z.\-\d]{2,63})$/.test(a.hostname)&&(a.hostname=a.hostname.replace(/^www\./,""))),Array.isArray(r.removeQueryParameters))for(const e of[...a.searchParams.keys()])t(e,r.removeQueryParameters)&&a.searchParams.delete(e);!0===r.removeQueryParameters&&(a.search=""),r.sortQueryParameters&&a.searchParams.sort(),r.removeTrailingSlash&&(a.pathname=a.pathname.replace(/\/$/,""));const n=e;return e=a.toString(),r.removeSingleSlash||"/"!==a.pathname||n.endsWith("/")||""!==a.hash||(e=e.replace(/\/$/,"")),(r.removeTrailingSlash||"/"===a.pathname)&&""===a.hash&&r.removeSingleSlash&&(e=e.replace(/\/$/,"")),i&&!r.normalizeProtocol&&(e=e.replace(/^http:\/\//,"//")),r.stripProtocol&&(e=e.replace(/^(?:https?:)?\/\//,"")),e}},54586:(e,t,r)=>{var i=r(76417);function a(e,t,r){return i.createHmac(r,e).update(t).digest("base64")}function n(e){return encodeURIComponent(e).replace(/!/g,"%21").replace(/\*/g,"%2A").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/'/g,"%27")}function o(e,t){return e>t?1:e{"use strict";e.exports=function(e,t){return!1!==n(e)?(a(t,null,e),e):(function(e,t){var r=e.__onFinished;r&&r.queue||(r=e.__onFinished=function(e){function t(r){if(e.__onFinished===t&&(e.__onFinished=null),t.queue){var i=t.queue;t.queue=null;for(var a=0;a{"use strict";function t(e,t){for(var r=0;r1&&"string"==typeof arguments[1]?2:1,n=i>=a+1?arguments[a]:void 0;this.statusCode=e,Array.isArray(n)?t(this,n):n&&r(this,n);for(var o=new Array(Math.min(i,a)),s=0;s{var i=r(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 n(e){var t=function(){if(t.called)throw new Error(t.onceError);return t.called=!0,t.value=e.apply(this,arguments)},r=e.name||"Function wrapped with `once`";return t.onceError=r+" shouldn't be called more than once",t.called=!1,t}e.exports=i(a),e.exports.strict=i(n),a.proto=a((function(){Object.defineProperty(Function.prototype,"once",{value:function(){return a(this)},configurable:!0}),Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return n(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 r{static fn(e){return(...t)=>new r(((r,i,a)=>{t.push(a),e(...t).then(r,i)}))}constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanceled=!1,this._rejectOnCancel=!0,this._promise=new Promise(((t,r)=>{this._reject=r;const i=e=>{if(!this._isPending)throw new Error("The `onCancel` handler was attached after the promise settled.");this._cancelHandlers.push(e)};return Object.defineProperties(i,{shouldReject:{get:()=>this._rejectOnCancel,set:e=>{this._rejectOnCancel=e}}}),e((e=>{this._isCanceled&&i.shouldReject||(this._isPending=!1,t(e))}),(e=>{this._isPending=!1,r(e)}),i)}))}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(r.prototype,Promise.prototype),e.exports=r,e.exports.CancelError=t},18317:(e,t,r)=>{"use strict";var i=r(78835),a=i.parse,n=i.Url;function o(e){var t=e.url;if(void 0!==t){var r=e._parsedUrl;return c(t,r)?r:((r=s(t))._raw=t,e._parsedUrl=r)}}function s(e){if("string"!=typeof e||47!==e.charCodeAt(0))return a(e);for(var t=e,r=null,i=null,o=1;o{e.exports=function e(r,i,a){i=i||[];var n,o=(a=a||{}).strict,s=!1!==a.end,c=a.sensitive?"":"i",u=0,l=i.length,p=0,h=0;if(r instanceof RegExp){for(;n=t.exec(r.source);)i.push({name:h++,optional:!1,offset:n.index});return r}if(Array.isArray(r))return r=r.map((function(t){return e(t,i,a).source})),new RegExp("(?:"+r.join("|")+")",c);for(r=("^"+r+(o?"":"/"===r[r.length-1]?"?":"/?")).replace(/\/\(/g,"/(?:").replace(/([\/\.])/g,"\\$1").replace(/(\\\/)?(\\\.)?:(\w+)(\(.*?\))?(\*)?(\?)?/g,(function(e,t,r,a,n,o,s,c){t=t||"",r=r||"",n=n||"([^\\/"+r+"]+?)",s=s||"",i.push({name:a,optional:!!s,offset:c+u});var l=(s?"":t)+"(?:"+r+(s?t:"")+n+(o?"((?:[\\/"+r+"].+?)?)":"")+")"+s;return u+=l.length-e.length,l})).replace(/\*/g,(function(e,t){for(var r=i.length;r-- >l&&i[r].offset>t;)i[r].offset+=3;return"(.*)"}));n=t.exec(r);){for(var d=0,f=n.index;"\\"===r.charAt(--f);)d++;d%2!=1&&((l+p===i.length||i[l+p].offset>n.index)&&i.splice(l+p,0,{name:h++,optional:!1,offset:n.index}),p++)}return r+=s?"$":"/"===r[r.length-1]?"":"(?=\\/|$)",new RegExp(r,c)};var t=/\((?!\?)/g},75:function(e){(function(){var t,r,i,a,n,o;"undefined"!=typeof performance&&null!==performance&&performance.now?e.exports=function(){return performance.now()}:"undefined"!=typeof process&&null!==process&&process.hrtime?(e.exports=function(){return(t()-n)/1e6},r=process.hrtime,a=(t=function(){var e;return 1e9*(e=r())[0]+e[1]})(),o=1e9*process.uptime(),n=a-o):Date.now?(e.exports=function(){return Date.now()-i},i=Date.now()):(e.exports=function(){return(new Date).getTime()-i},i=(new Date).getTime())}).call(this)},68288:(e,t,r)=>{"use strict";var i=r(80868).ProbeError,a=r(34079),n=r(9996),o=r(62510),s=r(78480),c={timeout:6e4,headers:{"User-Agent":o.name+"/"+o.version+"(+https://github.com/nodeca/probe-image-size)","Accept-Encoding":"identity"},gzip:!0};e.exports=function(e,t){return new Promise((function(r,o){var u,l,p;try{u=a(n.all([{url:e},c,t]))}catch(e){return void o(e)}u.on("response",(function(e){if(200!==e.statusCode){var t=new i("bad status code: "+e.statusCode,null,e.statusCode);return u.abort(),void o(t)}var a=e.headers["content-length"];a&&a.match(/^\d+$/)&&(l=+a),p=e.request.uri.href,s(u).then((function(e){l&&(e.length=l),e.url=p,r(e)})).catch(o).then((function(){u.abort()}))})),u.on("error",(function(e){o(e)}))}))},e.exports.parsers=r(29620)},98754:(e,t,r)=>{"use strict";var i=r(78480),a=r(68288),n=r(77473),o=r(9996);e.exports=function(e,t,r){return"function"==typeof e.on&&"function"==typeof e.emit?(r=t)?void i(e).then((function(e){n(r.bind(null,null,e))})).catch((function(e){n(r.bind(null,e))})):i(e):("string"==typeof e?("function"==typeof t&&(r=t,t={}),t=t||{}):(r=t,e=(t=o({},e)).url,delete t.url),r?void a(e,t).then((function(e){n(r.bind(null,null,e))})).catch((function(e){n(r.bind(null,e))})):a(e,t))},e.exports.parsers=r(29620),e.exports.sync=r(56279),e.exports.Error=r(80868).ProbeError},80868:(e,t,r)=>{"use strict";var i=r(92413).Transform,a=r(47164);function n(){i.call(this,{readableObjectMode:!0})}function o(e,t,r){Error.call(this),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=e,t&&(this.code=t),r&&(this.statusCode=r)}(0,r(31669).inherits)(n,i),a(n.prototype),t.xi=n,t.OF=function(e,t,r){for(var i=t,a=0;a{"use strict";var i=r(80868).xi,a=r(80868).eG,n=r(80868).OF,o=a("BM");e.exports=function(){var e=new i;return e._bytes(26,(function(t){e._skipBytes(1/0),n(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,r)=>{"use strict";var i=r(80868).xi,a=r(80868).eG,n=r(80868).OF,o=a("GIF87a"),s=a("GIF89a");e.exports=function(){var e=new i;return e._bytes(10,(function(t){e._skipBytes(1/0),n(t,0,o)||n(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}},34379:(e,t,r)=>{"use strict";var i=r(80868).xi;function a(e,t){e._bytes(1,(function(r){var i=r[0];255!==i?208<=i&&i<=217||1===i?t(i,0):192<=i&&i<=254?e._bytes(2,(function(e){t(i,e.readUInt16BE(0)-2)})):t():a(e,t)}))}function n(e,t){e._bytes(1,(function(r){255===r[0]?a(e,t):t()}))}function o(e){n(e,(function(t,r){return!t||r<0||217===t||218===t?(e._skipBytes(1/0),void e.push(null)):void(r<=0?o(e):r>=5&&192<=t&&t<=207&&196!==t&&200!==t&&204!==t?e._bytes(r,(function(t){e._skipBytes(1/0),e.push({width:t.readUInt16BE(3),height:t.readUInt16BE(1),type:"jpg",mime:"image/jpeg",wUnits:"px",hUnits:"px"}),e.push(null)})):e._skipBytes(r,(function(){o(e)})))}))}e.exports=function(){var e=new i;return e._bytes(2,(function(t){if(255!==t[0]||216!==t[1])return e._skipBytes(1/0),void e.push(null);o(e)})),e}},64760:(e,t,r)=>{"use strict";var i=r(80868).xi,a=r(80868).eG,n=r(80868).OF,o=a("‰PNG\r\n\n"),s=a("IHDR");e.exports=function(){var e=new i;return e._bytes(24,(function(t){e._skipBytes(1/0),n(t,0,o)&&n(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,r)=>{"use strict";var i=r(80868).xi,a=r(80868).eG,n=r(80868).OF,o=a("8BPS\0");e.exports=function(){var e=new i;return e._bytes(6,(function(t){if(!n(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,r)=>{"use strict";var i=r(92413).Transform,a=/]+>/,n=/[^-]\bwidth="([^%]+?)"|[^-]\bwidth='([^%]+?)'/,o=/\bheight="([^%]+?)"|\bheight='([^%]+?)'/,s=/\bview[bB]ox="(.+?)"|\bview[bB]ox='(.+?)'/,c=/in$|mm$|cm$|pt$|pc$|px$|em$|ex$/;function u(e){return"number"==typeof e&&isFinite(e)&&e>0}function l(e){return c.test(e)?e.match(c)[0]:"px"}e.exports=function(){var e=0,t=0,r="",c=new i({readableObjectMode:!0,transform:function i(p,h,d){switch(e){case 0:for(var f=0,m=p.length;f=m)(t+=p.length)>65536&&(e=2,c.push(null));else{if(60===p[f])return e=1,i(p,h,d);e=2,c.push(null)}break;case 1:var g=function(e){if(a.test(e)){var t=function(e){var t=e.match(n),r=e.match(o),i=e.match(s);return{width:t&&(t[1]||t[2]),height:r&&(r[1]||r[2]),viewbox:i&&(i[1]||i[2])}}(e.match(a)[0]),r=parseFloat(t.width),i=parseFloat(t.height);if(t.width&&t.height){if(!u(r)||!u(i))return;return{width:r,height:i,type:"svg",mime:"image/svg+xml",wUnits:l(t.width),hUnits:l(t.height)}}var c=(t.viewbox||"").split(" "),p={width:c[2],height:c[3]},h=parseFloat(p.width),d=parseFloat(p.height);if(u(h)&&u(d)&&l(p.width)===l(p.height)){var f=h/d;if(t.width){if(!u(r))return;return{width:r,height:r/f,type:"svg",mime:"image/svg+xml",wUnits:l(t.width),hUnits:l(t.width)}}if(t.height){if(!u(i))return;return{width:i*f,height:i,type:"svg",mime:"image/svg+xml",wUnits:l(t.height),hUnits:l(t.height)}}return{width:h,height:d,type:"svg",mime:"image/svg+xml",wUnits:l(p.width),hUnits:l(p.height)}}}}(r+=p.toString());if(g){c.push(g),c.push(null);break}(t+=p.length)>65536&&(e=2,c.push(null))}var v;d()},flush:function(){e=2,c.push(null)}});return c}},80213:(e,t,r)=>{"use strict";var i=r(80868).xi,a=r(80868).eG,n=r(80868).OF,o=a("II*\0"),s=a("MM\0*");function c(e,t,r){return r?e.readUInt16BE(t):e.readUInt16LE(t)}function u(e,t,r){return r?e.readUInt32BE(t):e.readUInt32LE(t)}function l(e,t,r){var i=c(e,t+2,r);return 1!==u(e,t+4,r)||3!==i&&4!==i?null:3===i?c(e,t+8,r):u(e,t+8,r)}e.exports=function(){var e=new i;return e._bytes(8,(function(t){if(!n(t,0,o)&&!n(t,0,s))return e._skipBytes(1/0),void e.push(null);var r=77===t[0],i=u(t,4,r)-8;if(i<0)return e._skipBytes(1/0),void e.push(null);!function(e,t,r){0!==t?e._skipBytes(t,r):r()}(e,i,(function(){e._bytes(2,(function(t){var i=12*c(t,0,r);if(i<=0)return e._skipBytes(1/0),void e.push(null);e._bytes(i,(function(t){var a,n,o,s;for(e._skipBytes(1/0),a=0;a{"use strict";var i=r(80868).xi,a=r(80868).eG,n=r(80868).OF,o=a("RIFF"),s=a("WEBPVP8");e.exports=function(){var e=new i;return e._bytes(16,(function(t){if(n(t,0,o)&&n(t,8,s))switch(t[15]){case 32:return void function(e){e._bytes(14,(function(t){e._skipBytes(1/0),157===t[7]&&1===t[8]&&42===t[9]?(e.push({width:16383&t.readUInt16LE(10),height:16383&t.readUInt16LE(12),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}),e.push(null)):e.push(null)}))}(e);case 76:return void function(e){e._bytes(9,(function(t){if(e._skipBytes(1/0),47===t[4]){var r=t.readUInt32LE(5);e.push({width:1+(16383&r),height:1+(r>>14&16383),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}),e.push(null)}else e.push(null)}))}(e);case 88:return void function(e){e._bytes(14,(function(t){e._skipBytes(1/0),e.push({width:1+(t[10]<<16|t[9]<<8|t[8]),height:1+(t[13]<<16|t[12]<<8|t[11]),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}),e.push(null)}))}(e)}else e._skipBytes(1/0),e.push(null)})),e}},76727:(e,t,r)=>{"use strict";var i=r(80868).eG,a=r(80868).OF,n=r(80868).mP,o=i("BM");e.exports=function(e){if(!(e.length<26)&&a(e,0,o))return{width:n(e,18),height:n(e,22),type:"bmp",mime:"image/bmp",wUnits:"px",hUnits:"px"}}},75781:(e,t,r)=>{"use strict";var i=r(80868).eG,a=r(80868).OF,n=r(80868).mP,o=i("GIF87a"),s=i("GIF89a");e.exports=function(e){if(!(e.length<10)&&(a(e,0,o)||a(e,0,s)))return{width:n(e,6),height:n(e,8),type:"gif",mime:"image/gif",wUnits:"px",hUnits:"px"}}},97304:(e,t,r)=>{"use strict";var i=r(80868).n8;e.exports=function(e){if(!(e.length<2)&&255===e[0]&&216===e[1])for(var t=2;;){if(e.length-t<2)return;if(255!==e[t++])return;for(var r,a=e[t++];255===a;)a=e[t++];if(208<=a&&a<=217||1===a)r=0;else{if(!(192<=a&&a<=254))return;if(e.length-t<2)return;r=i(e,t)-2,t+=2}if(217===a||218===a)return;if(r>=5&&192<=a&&a<=207&&196!==a&&200!==a&&204!==a){if(e.length-t{"use strict";var i=r(80868).eG,a=r(80868).OF,n=r(80868).Ag,o=i("‰PNG\r\n\n"),s=i("IHDR");e.exports=function(e){if(!(e.length<24)&&a(e,0,o)&&a(e,12,s))return{width:n(e,16),height:n(e,20),type:"png",mime:"image/png",wUnits:"px",hUnits:"px"}}},15017:(e,t,r)=>{"use strict";var i=r(80868).eG,a=r(80868).OF,n=r(80868).Ag,o=i("8BPS\0");e.exports=function(e){if(!(e.length<22)&&a(e,0,o))return{width:n(e,18),height:n(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 r=/]+>/,i=/[^-]\bwidth="([^%]+?)"|[^-]\bwidth='([^%]+?)'/,a=/\bheight="([^%]+?)"|\bheight='([^%]+?)'/,n=/\bview[bB]ox="(.+?)"|\bview[bB]ox='(.+?)'/,o=/in$|mm$|cm$|pt$|pc$|px$|em$|ex$/;function s(e){return o.test(e)?e.match(o)[0]:"px"}e.exports=function(e){if(function(e){for(var t,r=0,i=e.length;r{"use strict";var i=r(80868).eG,a=r(80868).OF,n=r(80868).mP,o=r(80868).n8,s=r(80868).nm,c=r(80868).Ag,u=i("II*\0"),l=i("MM\0*");function p(e,t,r){return r?o(e,t):n(e,t)}function h(e,t,r){return r?c(e,t):s(e,t)}function d(e,t,r){var i=p(e,t+2,r);return 1!==h(e,t+4,r)||3!==i&&4!==i?null:3===i?p(e,t+8,r):h(e,t+8,r)}e.exports=function(e){if(!(e.length<8)&&(a(e,0,u)||a(e,0,l))){var t=77===e[0],r=h(e,4,t)-8;if(!(r<0)){var i=r+8;if(!(e.length-i<2)){var n=12*p(e,i+0,t);if(!(n<=0||(i+=2,e.length-i{"use strict";var i=r(80868).eG,a=r(80868).OF,n=r(80868).mP,o=r(80868).nm,s=i("RIFF"),c=i("WEBPVP8");e.exports=function(e){if(!(e.length<16)&&a(e,0,s)&&a(e,8,c))switch(e[15]){case 32:return function(e){if(!(e.length<30)&&157===e[23]&&1===e[24]&&42===e[25])return{width:16383&n(e,26),height:16383&n(e,28),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}}(e);case 76:return function(e){if(!(e.length<25)&&47===e[20]){var t=o(e,21);return{width:1+(16383&t),height:1+(t>>14&16383),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}}}(e);case 88:return function(e){if(!(e.length<30))return{width:1+(e[26]<<16|e[25]<<8|e[24]),height:1+(e[29]<<16|e[28]<<8|e[27]),type:"webp",mime:"image/webp",wUnits:"px",hUnits:"px"}}(e)}}},29620:(e,t,r)=>{"use strict";e.exports={bmp:r(32597),gif:r(80743),jpeg:r(34379),png:r(64760),psd:r(34928),svg:r(49240),tiff:r(80213),webp:r(59971)}},32566:(e,t,r)=>{"use strict";e.exports={bmp:r(76727),gif:r(75781),jpeg:r(97304),png:r(57973),psd:r(15017),svg:r(3036),tiff:r(68173),webp:r(51427)}},62510:e=>{"use strict";e.exports=JSON.parse('{"name":"probe-image-size","version":"5.0.0","description":"Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)","keywords":["image","size","jpg","jpeg","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":"./node_modules/.bin/eslint .","test":"npm run lint && ./node_modules/.bin/mocha","coverage":"rm -rf coverage && ./node_modules/.bin/istanbul cover node_modules/.bin/_mocha","report-coveralls":"./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"deepmerge":"^4.0.0","inherits":"^2.0.3","next-tick":"^1.0.0","request":"^2.83.0","stream-parser":"~0.3.1"},"devDependencies":{"coveralls":"^3.0.0","eslint":"^6.0.1","from2":"^2.1","istanbul":"^0.4.1","mocha":"^6.1.4"}}')},78480:(e,t,r)=>{"use strict";var i=r(80868).ProbeError,a=r(29620),n=r(92413).PassThrough;e.exports=function(e){var t=new n,r=0,o=new Promise((function(n,o){function s(){}function c(){t.unpipe(this),this.removeAllListeners(),--r||o(new i("unrecognized file format","ECONTENT"))}e.on("error",o),t.on("error",o),Object.keys(a).forEach((function(e){var i=a[e]();r++,i.once("data",n),i.once("end",c),i.on("error",s),t.pipe(i)}))}));function s(){"function"==typeof e.unpipe&&e.unpipe(t),t.end()}return o.then(s).catch(s),e.pipe(t),o},e.exports.parsers=a},56279:(e,t,r)=>{"use strict";var i=r(32566);e.exports=function(e){return function(e){for(var t=Object.keys(i),r=0;r{"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 r=u(e,t);return r[r.length-1]},e.exports.all=u,e.exports.compile=l;var i=r(271),a=r(56512),n=/^[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 r=i(e);if(!t)return r;"function"!=typeof t&&(t=l(t));for(var a=0;aa)throw new TypeError("invalid range on address: "+e);return[i,c]}function h(){return!1}},69246:(e,t,r)=>{"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=r(12477):e.exports=Map},12477:e=>{var t=Object.prototype.hasOwnProperty;function r(e){if(!(this instanceof r))throw new TypeError("Constructor PseudoMap requires 'new'");if(this.clear(),e)if(e instanceof r||"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 i(e,t){return e===t||e!=e&&t!=t}function a(e,t,r){this.key=e,this.value=t,this._index=r}function n(e,r){for(var a=0,n="_"+r,o=n;t.call(e,o);o=n+a++)if(i(e[o].key,r))return e[o]}e.exports=r,r.prototype.forEach=function(e,t){t=t||this,Object.keys(this._data).forEach((function(r){"size"!==r&&e.call(t,this._data[r].value,this._data[r].key)}),this)},r.prototype.has=function(e){return!!n(this._data,e)},r.prototype.get=function(e){var t=n(this._data,e);return t&&t.value},r.prototype.set=function(e,r){!function(e,r,n){for(var o=0,s="_"+r,c=s;t.call(e,c);c=s+o++)if(i(e[c].key,r))return void(e[c].value=n);e.size++,e[c]=new a(r,n,c)}(this._data,e,r)},r.prototype.delete=function(e){var t=n(this._data,e);t&&(delete this._data[t._index],this._data.size--)},r.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(r.prototype,"size",{get:function(){return this._data.size},set:function(e){},enumerable:!0,configurable:!0}),r.prototype.values=r.prototype.keys=r.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,r)=>{"use strict";var i=r(94213),a={};a.rules=r(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=i.toASCII(e);return a.rules.reduce((function(e,r){return-1===r.punySuffix&&(r.punySuffix=i.toASCII(r.suffix)),a.endsWith(t,"."+r.punySuffix)||t===r.punySuffix?r: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=i.toASCII(e);if(t.length<1)return"DOMAIN_TOO_SHORT";if(t.length>255)return"DOMAIN_TOO_LONG";for(var r,a=t.split("."),n=0;n63)return"LABEL_TOO_LONG";if("-"===r.charAt(0))return"LABEL_STARTS_WITH_DASH";if("-"===r.charAt(r.length-1))return"LABEL_ENDS_WITH_DASH";if(!/^[a-z0-9\-]+$/.test(r))return"LABEL_INVALID_CHARS"}},t.parse=function(e){if("string"!=typeof e)throw new TypeError("Domain name must be a string.");var r=e.slice(0).toLowerCase();"."===r.charAt(r.length-1)&&(r=r.slice(0,r.length-1));var n=a.validate(r);if(n)return{input:e,error:{message:t.errorCodes[n],code:n}};var o={input:e,tld:null,sld:null,domain:null,subdomain:null,listed:!1},s=r.split(".");if("local"===s[s.length-1])return o;var c=function(){return/xn--/.test(r)?(o.domain&&(o.domain=i.toASCII(o.domain)),o.subdomain&&(o.subdomain=i.toASCII(o.subdomain)),o):o},u=a.findRule(r);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 r=t.parse(e);return Boolean(r.domain&&r.listed)}},74286:(e,t,r)=>{var i=r(30778),a=r(12840),n=r(35747),o=function(){},s=/^v?\.0/.test(process.version),c=function(e){return"function"==typeof e},u=function(e,t,r,u){u=i(u);var l=!1;e.on("close",(function(){l=!0})),a(e,{readable:t,writable:r},(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&&!!n&&(e instanceof(n.ReadStream||o)||e instanceof(n.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),r=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 i=t.map((function(a,n){var o=n0,(function(t){e||(e=t),t&&i.forEach(l),o||(i.forEach(l),r(e))}))}));return t.reduce(p)}},55798:e=>{"use strict";var t=String.prototype.replace,r=/%20/g;e.exports={default:"RFC3986",formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return e}},RFC1738:"RFC1738",RFC3986:"RFC3986"}},80129:(e,t,r)=>{"use strict";var i=r(58261),a=r(55235),n=r(55798);e.exports={formats:n,parse:a,stringify:i}},55235:(e,t,r)=>{"use strict";var i=r(12769),a=Object.prototype.hasOwnProperty,n={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:i.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,r){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,n=/(\[[^[\]]*])/g,o=/(\[[^[\]]*])/.exec(i),s=o?i.slice(0,o.index):i,c=[];if(s){if(!r.plainObjects&&a.call(Object.prototype,s)&&!r.allowPrototypes)return;c.push(s)}for(var u=0;null!==(o=n.exec(i))&&u=0;--a){var n,o=e[a];if("[]"===o&&r.parseArrays)n=[].concat(i);else{n=r.plainObjects?Object.create(null):{};var s="["===o.charAt(0)&&"]"===o.charAt(o.length-1)?o.slice(1,-1):o,c=parseInt(s,10);r.parseArrays||""!==s?!isNaN(c)&&o!==s&&String(c)===s&&c>=0&&r.parseArrays&&c<=r.arrayLimit?(n=[])[c]=i:n[s]=i:n={0:i}}i=n}return i}(c,t,r)}};e.exports=function(e,t){var r=function(e){if(!e)return n;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?n.charset:e.charset;return{allowDots:void 0===e.allowDots?n.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:n.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:n.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:n.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:n.comma,decoder:"function"==typeof e.decoder?e.decoder:n.decoder,delimiter:"string"==typeof e.delimiter||i.isRegExp(e.delimiter)?e.delimiter:n.delimiter,depth:"number"==typeof e.depth?e.depth:n.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:n.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:n.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:n.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:n.strictNullHandling}}(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var c="string"==typeof e?function(e,t){var r,s={},c=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,u=t.parameterLimit===1/0?void 0:t.parameterLimit,l=c.split(t.delimiter,u),p=-1,h=t.charset;if(t.charsetSentinel)for(r=0;r-1&&(f=f.split(",")),a.call(s,d)?s[d]=i.combine(s[d],f):s[d]=f}return s}(e,r):e,u=r.plainObjects?Object.create(null):{},l=Object.keys(c),p=0;p{"use strict";var i=r(12769),a=r(55798),n=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:i.encode,encodeValuesOnly:!1,formatter:a.formatters[a.default],indices:!1,serializeDate:function(e){return l.call(e)},skipNulls:!1,strictNullHandling:!1},h=function e(t,r,a,n,o,c,l,h,d,f,m,g,v){var y=t;if("function"==typeof l?y=l(r,y):y instanceof Date?y=f(y):"comma"===a&&s(y)&&(y=y.join(",")),null===y){if(n)return c&&!g?c(r,p.encoder,v):r;y=""}if("string"==typeof y||"number"==typeof y||"boolean"==typeof y||i.isBuffer(y))return c?[m(g?r:c(r,p.encoder,v))+"="+m(c(y,p.encoder,v))]:[m(r)+"="+m(String(y))];var b,w=[];if(void 0===y)return w;if(s(l))b=l;else{var x=Object.keys(y);b=h?x.sort(h):x}for(var k=0;k0?y+v:""}},12769:e=>{"use strict";var t=Object.prototype.hasOwnProperty,r=Array.isArray,i=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 r=t&&t.plainObjects?Object.create(null):{},i=0;i1;){var t=e.pop(),i=t.obj[t.prop];if(r(i)){for(var a=[],n=0;n=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122?n+=a.charAt(o):s<128?n+=i[s]:s<2048?n+=i[192|s>>6]+i[128|63&s]:s<55296||s>=57344?n+=i[224|s>>12]+i[128|s>>6&63]+i[128|63&s]:(o+=1,s=65536+((1023&s)<<10|1023&a.charCodeAt(o)),n+=i[240|s>>18]+i[128|s>>12&63]+i[128|s>>6&63]+i[128|63&s])}return n},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(i,n,o){if(!n)return i;if("object"!=typeof n){if(r(i))i.push(n);else{if(!i||"object"!=typeof i)return[i,n];(o&&(o.plainObjects||o.allowPrototypes)||!t.call(Object.prototype,n))&&(i[n]=!0)}return i}if(!i||"object"!=typeof i)return[i].concat(n);var s=i;return r(i)&&!r(n)&&(s=a(i,o)),r(i)&&r(n)?(n.forEach((function(r,a){if(t.call(i,a)){var n=i[a];n&&"object"==typeof n&&r&&"object"==typeof r?i[a]=e(n,r,o):i.push(r)}else i[a]=r})),i):Object.keys(n).reduce((function(r,i){var a=n[i];return t.call(r,i)?r[i]=e(r[i],a,o):r[i]=a,r}),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,r)=>{"use strict";r.r(t),r.d(t,{F:()=>i,T:()=>a,__:()=>n,add:()=>u,addIndex:()=>f,adjust:()=>g,all:()=>_,allPass:()=>X,always:()=>ee,and:()=>te,andThen:()=>Ha,any:()=>ie,anyPass:()=>ae,ap:()=>ne,aperture:()=>ce,append:()=>ue,apply:()=>le,applySpec:()=>de,applyTo:()=>fe,ascend:()=>me,assoc:()=>ge,assocPath:()=>ye,binary:()=>we,bind:()=>T,both:()=>je,call:()=>Se,chain:()=>Ae,clamp:()=>Ce,clone:()=>Fe,comparator:()=>Ie,complement:()=>Be,compose:()=>$e,composeK:()=>He,composeP:()=>We,composeWith:()=>Ze,concat:()=>yt,cond:()=>bt,construct:()=>xt,constructN:()=>wt,contains:()=>kt,converge:()=>_t,countBy:()=>St,curry:()=>Ee,curryN:()=>d,dec:()=>Dt,defaultTo:()=>At,descend:()=>Ct,difference:()=>Pt,differenceWith:()=>Ft,dissoc:()=>It,dissocPath:()=>Rt,divide:()=>Lt,drop:()=>Nt,dropLast:()=>Vt,dropLastWhile:()=>Kt,dropRepeats:()=>Xt,dropRepeatsWith:()=>Zt,dropWhile:()=>tr,either:()=>ir,empty:()=>ar,endsWith:()=>or,eqBy:()=>sr,eqProps:()=>cr,equals:()=>at,evolve:()=>ur,filter:()=>ft,find:()=>pr,findIndex:()=>dr,findLast:()=>mr,findLastIndex:()=>vr,flatten:()=>yr,flip:()=>br,forEach:()=>wr,forEachObjIndexed:()=>xr,fromPairs:()=>kr,groupBy:()=>_r,groupWith:()=>jr,gt:()=>Er,gte:()=>Sr,has:()=>Ar,hasIn:()=>Cr,hasPath:()=>Dr,head:()=>Ke,identical:()=>Tr,identity:()=>Ye,ifElse:()=>Or,inc:()=>Pr,includes:()=>Fr,indexBy:()=>Ir,indexOf:()=>zr,init:()=>Br,innerJoin:()=>Rr,insert:()=>Lr,insertAll:()=>qr,intersection:()=>Mr,intersperse:()=>$r,into:()=>Qr,invert:()=>Yr,invertObj:()=>Jr,invoker:()=>Zr,is:()=>Xr,isEmpty:()=>ei,isNil:()=>ve,join:()=>ti,juxt:()=>ri,keys:()=>H,keysIn:()=>ii,last:()=>Jt,lastIndexOf:()=>ai,length:()=>oi,lens:()=>si,lensIndex:()=>ci,lensPath:()=>ui,lensProp:()=>li,lift:()=>_e,liftN:()=>ke,lt:()=>pi,lte:()=>hi,map:()=>V,mapAccum:()=>di,mapAccumRight:()=>fi,mapObjIndexed:()=>mi,match:()=>gi,mathMod:()=>vi,max:()=>j,maxBy:()=>yi,mean:()=>wi,median:()=>xi,memoizeWith:()=>ki,merge:()=>_i,mergeAll:()=>ji,mergeDeepLeft:()=>Di,mergeDeepRight:()=>Ai,mergeDeepWith:()=>Ci,mergeDeepWithKey:()=>Si,mergeLeft:()=>Ti,mergeRight:()=>Oi,mergeWith:()=>Pi,mergeWithKey:()=>Ei,min:()=>Fi,minBy:()=>Ii,modulo:()=>zi,move:()=>Bi,multiply:()=>Ri,nAry:()=>be,negate:()=>Li,none:()=>qi,not:()=>ze,nth:()=>W,nthArg:()=>Ni,o:()=>Ui,objOf:()=>Vr,of:()=>$i,omit:()=>Hi,once:()=>Vi,or:()=>rr,otherwise:()=>Wi,over:()=>Qi,pair:()=>Yi,partial:()=>Zi,partialRight:()=>Xi,partition:()=>ea,path:()=>Q,pathEq:()=>ta,pathOr:()=>ra,pathSatisfies:()=>ia,paths:()=>K,pick:()=>aa,pickAll:()=>na,pickBy:()=>oa,pipe:()=>Ue,pipeK:()=>sa,pipeP:()=>Ge,pipeWith:()=>Je,pluck:()=>J,prepend:()=>ca,product:()=>ua,project:()=>pa,prop:()=>Y,propEq:()=>ha,propIs:()=>da,propOr:()=>fa,propSatisfies:()=>ma,props:()=>ga,range:()=>va,reduce:()=>Z,reduceBy:()=>Et,reduceRight:()=>ya,reduceWhile:()=>ba,reduced:()=>wa,reject:()=>mt,remove:()=>zt,repeat:()=>ka,replace:()=>_a,reverse:()=>Me,scan:()=>ja,sequence:()=>Ea,set:()=>Sa,slice:()=>qe,sort:()=>Da,sortBy:()=>Aa,sortWith:()=>Ca,split:()=>Ta,splitAt:()=>Oa,splitEvery:()=>Pa,splitWhen:()=>Fa,startsWith:()=>Ia,subtract:()=>za,sum:()=>bi,symmetricDifference:()=>Ba,symmetricDifferenceWith:()=>Ra,tail:()=>Ne,take:()=>Mt,takeLast:()=>nr,takeLastWhile:()=>La,takeWhile:()=>Na,tap:()=>Ma,test:()=>$a,thunkify:()=>jn,times:()=>xa,toLower:()=>Va,toPairs:()=>Ga,toPairsIn:()=>Wa,toString:()=>vt,toUpper:()=>Ka,transduce:()=>Qa,transpose:()=>Ya,traverse:()=>Ja,trim:()=>Xa,tryCatch:()=>en,type:()=>Oe,unapply:()=>tn,unary:()=>rn,uncurryN:()=>an,unfold:()=>nn,union:()=>on,unionWith:()=>cn,uniq:()=>Ur,uniqBy:()=>Nr,uniqWith:()=>sn,unless:()=>un,unnest:()=>ln,until:()=>pn,update:()=>Bt,useWith:()=>la,values:()=>pe,valuesIn:()=>hn,view:()=>fn,when:()=>mn,where:()=>gn,whereEq:()=>vn,without:()=>yn,xor:()=>bn,xprod:()=>wn,zip:()=>xn,zipObj:()=>kn,zipWith:()=>_n});const i=function(){return!1},a=function(){return!0},n={"@@functional/placeholder":!0};function o(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function s(e){return function t(r){return 0===arguments.length||o(r)?t:e.apply(this,arguments)}}function c(e){return function t(r,i){switch(arguments.length){case 0:return t;case 1:return o(r)?t:s((function(t){return e(r,t)}));default:return o(r)&&o(i)?t:o(r)?s((function(t){return e(t,i)})):o(i)?s((function(t){return e(r,t)})):e(r,i)}}}const u=c((function(e,t){return Number(e)+Number(t)}));function l(e,t){var r;t=t||[];var i=(e=e||[]).length,a=t.length,n=[];for(r=0;r=arguments.length)?c=t[s]:(c=arguments[a],a+=1),i[s]=c,o(c)||(n-=1),s+=1}return n<=0?r.apply(this,i):p(n,h(e,i,r))}}const d=c((function(e,t){return 1===e?s(t):p(e,h(e,[],t))})),f=s((function(e){return d(e.length,(function(){var t=0,r=arguments[0],i=arguments[arguments.length-1],a=Array.prototype.slice.call(arguments,0);return a[0]=function(){var e=r.apply(this,l(arguments,[t,i]));return t+=1,e},e.apply(this,a)}))}));function m(e){return function t(r,i,a){switch(arguments.length){case 0:return t;case 1:return o(r)?t:c((function(t,i){return e(r,t,i)}));case 2:return o(r)&&o(i)?t:o(r)?c((function(t,r){return e(t,i,r)})):o(i)?c((function(t,i){return e(r,t,i)})):s((function(t){return e(r,i,t)}));default:return o(r)&&o(i)&&o(a)?t:o(r)&&o(i)?c((function(t,r){return e(t,r,a)})):o(r)&&o(a)?c((function(t,r){return e(t,i,r)})):o(i)&&o(a)?c((function(t,i){return e(r,t,i)})):o(r)?s((function(t){return e(t,i,a)})):o(i)?s((function(t){return e(r,t,a)})):o(a)?s((function(t){return e(r,i,t)})):e(r,i,a)}}}const g=m((function(e,t,r){if(e>=r.length||e<-r.length)return r;var i=(e<0?r.length:0)+e,a=l(r);return a[i]=t(r[i]),a})),v=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function y(e){return null!=e&&"function"==typeof e["@@transducer/step"]}function b(e,t,r){return function(){if(0===arguments.length)return r();var i=Array.prototype.slice.call(arguments,0),a=i.pop();if(!v(a)){for(var n=0;ne?t:e}));function E(e,t){for(var r=0,i=t.length,a=Array(i);r0&&e.hasOwnProperty(0)&&e.hasOwnProperty(e.length-1))}));var A=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 C(e){return new A(e)}const T=c((function(e,t){return p(e.length,(function(){return e.apply(t,arguments)}))}));function O(e,t,r){for(var i=r.next();!i.done;){if((t=e["@@transducer/step"](t,i.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}i=r.next()}return e["@@transducer/result"](t)}function P(e,t,r,i){return e["@@transducer/result"](r[i](T(e["@@transducer/step"],e),t))}var F="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function I(e,t,r){if("function"==typeof e&&(e=C(e)),D(r))return function(e,t,r){for(var i=0,a=r.length;i=0;)R(t=U[r],e)&&!$(i,t)&&(i[i.length]=t),r-=1;return i})):s((function(e){return Object(e)!==e?[]:Object.keys(e)})),V=c(b(["fantasy-land/map","map"],B,(function(e,t){switch(Object.prototype.toString.call(t)){case"[object Function]":return d(t.length,(function(){return e.call(this,t.apply(this,arguments))}));case"[object Object]":return I((function(r,i){return r[i]=e(t[i]),r}),{},H(t));default:return E(e,t)}}))),G=Number.isInteger||function(e){return e<<0===e},W=c((function(e,t){var r=e<0?t.length+e:e;return S(t)?t.charAt(r):t[r]})),K=c((function(e,t){return e.map((function(e){for(var r,i=t,a=0;a=0?i:0);ra?1:0})),ge=m((function(e,t,r){var i={};for(var a in r)i[a]=r[a];return i[e]=t,i})),ve=s((function(e){return null==e})),ye=m((function e(t,r,i){if(0===t.length)return r;var a=t[0];if(t.length>1){var n=!ve(i)&&R(a,i)?i[a]:G(t[1])?[]:{};r=e(Array.prototype.slice.call(t,1),r,n)}if(G(a)&&v(i)){var o=[].concat(i);return o[a]=r,o}return ge(a,r,i)})),be=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,r){return t.call(this,e,r)};case 3:return function(e,r,i){return t.call(this,e,r,i)};case 4:return function(e,r,i,a){return t.call(this,e,r,i,a)};case 5:return function(e,r,i,a,n){return t.call(this,e,r,i,a,n)};case 6:return function(e,r,i,a,n,o){return t.call(this,e,r,i,a,n,o)};case 7:return function(e,r,i,a,n,o,s){return t.call(this,e,r,i,a,n,o,s)};case 8:return function(e,r,i,a,n,o,s,c){return t.call(this,e,r,i,a,n,o,s,c)};case 9:return function(e,r,i,a,n,o,s,c,u){return t.call(this,e,r,i,a,n,o,s,c,u)};case 10:return function(e,r,i,a,n,o,s,c,u,l){return t.call(this,e,r,i,a,n,o,s,c,u,l)};default:throw new Error("First argument to nAry must be a non-negative integer no greater than ten")}})),we=s((function(e){return be(2,e)}));function xe(e){var t=Object.prototype.toString.call(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object AsyncGeneratorFunction]"===t}const ke=c((function(e,t){var r=d(e,t);return d(e,(function(){return I(ne,V(r,arguments[0]),Array.prototype.slice.call(arguments,1))}))})),_e=s((function(e){return ke(e.length,e)})),je=c((function(e,t){return xe(e)?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:_e(te)(e,t)})),Ee=s((function(e){return d(e.length,e)})),Se=Ee((function(e){return e.apply(this,Array.prototype.slice.call(arguments,1))}));function De(e){return function t(r){for(var i,a,n,o=[],s=0,c=r.length;st)throw new Error("min must not be greater than max in clamp(min, max, value)");return rt?t:r}));function Te(e){return new RegExp(e.source,(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.sticky?"y":"")+(e.unicode?"u":""))}const Oe=s((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function Pe(e,t,r,i){var a=function(a){for(var n=t.length,o=0;o=0;){if(r[s]===e)return i[s]===t;s-=1}switch(o){case"Map":return e.size===t.size&&rt(e.entries(),t.entries(),r.concat([e]),i.concat([t]));case"Set":return e.size===t.size&&rt(e.values(),t.values(),r.concat([e]),i.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=H(e);if(c.length!==H(t).length)return!1;var u=r.concat([e]),l=i.concat([t]);for(s=c.length-1;s>=0;){var p=c[s];if(!R(p,t)||!it(t[p],e[p],u,l))return!1;s-=1}return!0}const at=c((function(e,t){return it(e,t,[],[])}));function nt(e,t,r){var i,a;if("function"==typeof e.indexOf)switch(typeof t){case"number":if(0===t){for(i=1/t;r=0}function st(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 ct=function(e){return(e<10?"0":"")+e};const ut="function"==typeof Date.prototype.toISOString?function(e){return e.toISOString()}:function(e){return e.getUTCFullYear()+"-"+ct(e.getUTCMonth()+1)+"-"+ct(e.getUTCDate())+"T"+ct(e.getUTCHours())+":"+ct(e.getUTCMinutes())+":"+ct(e.getUTCSeconds())+"."+(e.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function lt(e){return function(){return!e.apply(this,arguments)}}function pt(e,t){for(var r=0,i=t.length,a=[];r":gt(r,i)},i=function(e,t){return E((function(t){return st(t)+": "+r(e[t])}),t.slice().sort())};switch(Object.prototype.toString.call(e)){case"[object Arguments]":return"(function() { return arguments; }("+E(r,e).join(", ")+"))";case"[object Array]":return"["+E(r,e).concat(i(e,mt((function(e){return/^\d+$/.test(e)}),H(e)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof e?"new Boolean("+r(e.valueOf())+")":e.toString();case"[object Date]":return"new Date("+(isNaN(e.valueOf())?r(NaN):st(ut(e)))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof e?"new Number("+r(e.valueOf())+")":1/e==-1/0?"-0":e.toString(10);case"[object String]":return"object"==typeof e?"new String("+r(e.valueOf())+")":st(e);case"[object Undefined]":return"undefined";default:if("function"==typeof e.toString){var a=e.toString();if("[object Object]"!==a)return a}return"{"+i(e,H(e)).join(", ")+"}"}}const vt=s((function(e){return gt(e,[])})),yt=c((function(e,t){if(v(e)){if(v(t))return e.concat(t);throw new TypeError(vt(t)+" is not an array")}if(S(e)){if(S(t))return e+t;throw new TypeError(vt(t)+" is not a string")}if(null!=e&&xe(e["fantasy-land/concat"]))return e["fantasy-land/concat"](t);if(null!=e&&xe(e.concat))return e.concat(t);throw new TypeError(vt(e)+' does not have a method named "concat" or "fantasy-land/concat"')})),bt=s((function(e){return p(Z(j,0,V((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}:Ee(be(e,(function(e,r,i,a,n,o,s,c,u,l){switch(arguments.length){case 1:return new t(e);case 2:return new t(e,r);case 3:return new t(e,r,i);case 4:return new t(e,r,i,a);case 5:return new t(e,r,i,a,n);case 6:return new t(e,r,i,a,n,o);case 7:return new t(e,r,i,a,n,o,s);case 8:return new t(e,r,i,a,n,o,s,c);case 9:return new t(e,r,i,a,n,o,s,c,u);case 10:return new t(e,r,i,a,n,o,s,c,u,l)}})))})),xt=s((function(e){return wt(e.length,e)})),kt=c(ot),_t=c((function(e,t){return d(Z(j,0,J("length",t)),(function(){var r=arguments,i=this;return e.apply(i,E((function(e){return e.apply(i,r)}),t))}))}));var jt=function(){function e(e,t,r,i){this.valueFn=e,this.valueAcc=t,this.keyFn=r,this.xf=i,this.inputs={}}return e.prototype["@@transducer/init"]=x.init,e.prototype["@@transducer/result"]=function(e){var t;for(t in this.inputs)if(R(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 r=this.keyFn(t);return this.inputs[r]=this.inputs[r]||[r,this.valueAcc],this.inputs[r][1]=this.valueFn(this.inputs[r][1],t),e},e}();const Et=h(4,[],b([],h(4,[],(function(e,t,r,i){return new jt(e,t,r,i)})),(function(e,t,r,i){return I((function(i,a){var n=r(a);return i[n]=e(R(n,i)?i[n]:Pe(t,[],[],!1),a),i}),{},i)}))),St=Et((function(e,t){return e+1}),0),Dt=u(-1),At=c((function(e,t){return null==t||t!=t?e:t})),Ct=m((function(e,t,r){var i=e(t),a=e(r);return i>a?-1:i0?(this.n-=1,e):this.xf["@@transducer/step"](e,t)},e}();const Nt=c(b(["drop"],c((function(e,t){return new qt(e,t)})),(function(e,t){return qe(Math.max(0,e),1/0,t)})));var Ut=function(){function e(e,t){this.xf=t,this.n=e,this.i=0}return e.prototype["@@transducer/init"]=x.init,e.prototype["@@transducer/result"]=x.result,e.prototype["@@transducer/step"]=function(e,t){this.i+=1;var r=0===this.n?e:this.xf["@@transducer/step"](e,t);return this.n>=0&&this.i>=this.n?w(r):r},e}();const Mt=c(b(["take"],c((function(e,t){return new Ut(e,t)})),(function(e,t){return qe(0,e<0?1/0:e,t)})));function $t(e,t){return Mt(e=0&&e(t[r]);)r-=1;return qe(0,r+1,t)}var Wt=function(){function e(e,t){this.f=e,this.retained=[],this.xf=t}return e.prototype["@@transducer/init"]=x.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=I(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 Kt=c(b([],c((function(e,t){return new Wt(e,t)})),Gt));var Qt=function(){function e(e,t){this.xf=t,this.pred=e,this.lastValue=void 0,this.seenFirstValue=!1}return e.prototype["@@transducer/init"]=x.init,e.prototype["@@transducer/result"]=x.result,e.prototype["@@transducer/step"]=function(e,t){var r=!1;return this.seenFirstValue?this.pred(this.lastValue,t)&&(r=!0):this.seenFirstValue=!0,this.lastValue=t,r?e:this.xf["@@transducer/step"](e,t)},e}();const Yt=c((function(e,t){return new Qt(e,t)})),Jt=W(-1),Zt=c(b([],Yt,(function(e,t){var r=[],i=1,a=t.length;if(0!==a)for(r[0]=t[0];i=0?t.length-e:0,t)})),or=c((function(e,t){return at(nr(e.length,t),e)})),sr=m((function(e,t,r){return at(e(t),e(r))})),cr=m((function(e,t,r){return at(t[e],r[e])})),ur=c((function e(t,r){var i,a,n,o=r instanceof Array?[]:{};for(a in r)n=typeof(i=t[a]),o[a]="function"===n?i(r[a]):i&&"object"===n?e(i,r[a]):r[a];return o}));var lr=function(){function e(e,t){this.xf=t,this.f=e,this.found=!1}return e.prototype["@@transducer/init"]=x.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 pr=c(b(["find"],c((function(e,t){return new lr(e,t)})),(function(e,t){for(var r=0,i=t.length;r=0;){if(e(t[r]))return t[r];r-=1}})));var gr=function(){function e(e,t){this.xf=t,this.f=e,this.idx=-1,this.lastIdx=-1}return e.prototype["@@transducer/init"]=x.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 vr=c(b([],c((function(e,t){return new gr(e,t)})),(function(e,t){for(var r=t.length-1;r>=0;){if(e(t[r]))return r;r-=1}return-1}))),yr=s(De(!0)),br=s((function(e){return d(e.length,(function(t,r){var i=Array.prototype.slice.call(arguments,0);return i[0]=r,i[1]=t,e.apply(this,i)}))})),wr=c(Le("forEach",(function(e,t){for(var r=t.length,i=0;it})),Sr=c((function(e,t){return e>=t})),Dr=c((function(e,t){if(0===e.length||ve(t))return!1;for(var r=t,i=0;i=0?e:r.length;var i=Array.prototype.slice.call(r,0);return i.splice(e,0,t),i})),qr=m((function(e,t,r){return e=e=0?e:r.length,[].concat(Array.prototype.slice.call(r,0,e),t,Array.prototype.slice.call(r,e))})),Nr=c((function(e,t){for(var r,i,a=new Ot,n=[],o=0;ot.length?(r=e,i=t):(r=t,i=e),Ur(pt(br(ot)(r),i))})),$r=c(Le("intersperse",(function(e,t){for(var r=[],i=0,a=t.length;i=0;){if(at(t[r],e))return r;r-=1}return-1}return t.lastIndexOf(e)}));function ni(e){return"[object Number]"===Object.prototype.toString.call(e)}const oi=s((function(e){return null!=e&&ni(e.length)?e.length:NaN})),si=c((function(e,t){return function(r){return function(i){return V((function(e){return t(e,i)}),r(e(i)))}}})),ci=s((function(e){return si(W(e),Bt(e))})),ui=s((function(e){return si(Q(e),ye(e))})),li=s((function(e){return si(Y(e),ge(e))})),pi=c((function(e,t){return e=0;)n=e(n[0],r[i]),a[i]=n[1],i-=1;return[n[0],a]})),mi=c((function(e,t){return I((function(r,i){return r[i]=e(t[i],i,t),r}),{},H(t))})),gi=c((function(e,t){return t.match(e)||[]})),vi=c((function(e,t){return G(e)?!G(t)||t<1?NaN:(e%t+t)%t:NaN})),yi=m((function(e,t,r){return e(r)>e(t)?r:t})),bi=Z(u,0),wi=s((function(e){return bi(e)/e.length})),xi=s((function(e){var t=e.length;if(0===t)return NaN;var r=2-t%2,i=(t-r)/2;return wi(Array.prototype.slice.call(e,0).sort((function(e,t){return et?1:0})).slice(i,i+r))})),ki=c((function(e,t){var r={};return p(t.length,(function(){var i=e.apply(this,arguments);return R(i,r)||(r[i]=t.apply(this,arguments)),r[i]}))})),_i=c((function(e,t){return Hr({},e,t)})),ji=s((function(e){return Hr.apply(null,[{}].concat(e))})),Ei=m((function(e,t,r){var i,a={};for(i in t)R(i,t)&&(a[i]=R(i,r)?e(i,t[i],r[i]):t[i]);for(i in r)R(i,r)&&!R(i,a)&&(a[i]=r[i]);return a})),Si=m((function e(t,r,i){return Ei((function(r,i,a){return ht(i)&&ht(a)?e(t,i,a):t(r,i,a)}),r,i)})),Di=c((function(e,t){return Si((function(e,t,r){return t}),e,t)})),Ai=c((function(e,t){return Si((function(e,t,r){return r}),e,t)})),Ci=m((function(e,t,r){return Si((function(t,r,i){return e(r,i)}),t,r)})),Ti=c((function(e,t){return Hr({},t,e)})),Oi=c((function(e,t){return Hr({},e,t)})),Pi=m((function(e,t,r){return Ei((function(t,r,i){return e(r,i)}),t,r)})),Fi=c((function(e,t){return t=r.length||o<0||o>=r.length?r:[].concat(a.slice(0,o)).concat(s).concat(a.slice(o,r.length))})),Ri=c((function(e,t){return e*t})),Li=s((function(e){return-e})),qi=c((function(e,t){return _(lt(e),t)})),Ni=s((function(e){return d(e<0?1:e+1,(function(){return W(e,arguments)}))})),Ui=m((function(e,t,r){return e(t(r))}));function Mi(e){return[e]}const $i=s(Mi),Hi=c((function(e,t){for(var r={},i={},a=0,n=e.length;a=0;)t=e(r[i],t),i-=1;return t})),ba=h(4,[],(function(e,t,r,i){return I((function(r,i){return e(r,i)?t(r,i):w(r)}),r,i)})),wa=s(w),xa=c((function(e,t){var r,i=Number(t),a=0;if(i<0||isNaN(i))throw new RangeError("n must be a non-negative number");for(r=new Array(i);aa?1:0}))})),Ca=c((function(e,t){return Array.prototype.slice.call(t,0).sort((function(t,r){for(var i=0,a=0;0===i&&a=0&&e(t[r]);)r-=1;return qe(r+1,1/0,t)}));var qa=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=x.init,e.prototype["@@transducer/result"]=x.result,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):w(e)},e}();const Na=c(b(["takeWhile"],c((function(e,t){return new qa(e,t)})),(function(e,t){for(var r=0,i=t.length;r{"use strict";var i=r(76417),a=i.randomBytes===i.pseudoRandomBytes?1:3;function n(e,t,r){i.randomBytes(e,(function(i,a){return i?--t?void setTimeout(n.bind(null,e,t,r),10):r(i):r(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?n(e,a,t):new Promise((function(t,r){n(e,a,(function(e,i){if(e)return r(e);t(i)}))}))},e.exports.sync=function(e){for(var t=null,r=0;r{"use strict";function t(e,t){return{start:e.start,end:e.end,index:t}}function r(e){return{start:e.start,end:e.end}}function i(e,t){return e.index-t.index}function a(e,t){return e.start-t.start}e.exports=function(e,n,o){if("string"!=typeof n)throw new TypeError("argument str must be a string");var s=n.indexOf("=");if(-1===s)return-2;var c=n.slice(s+1).split(","),u=[];u.type=n.slice(0,s);for(var l=0;le-1&&(d=e-1),isNaN(h)||isNaN(d)||h>d||h<0||u.push({start:h,end:d})}return u.length<1?-1:o&&o.combine?function(e){for(var n=e.map(t).sort(a),o=0,s=1;su.end+1?n[++o]=c:c.end>u.end&&(u.end=c.end,u.index=Math.min(u.index,c.index))}n.length=o+1;var l=n.sort(i).map(r);return l.type=e.type,l}(u):u}},11045:(e,t,r)=>{"use strict";var i=r(79830),a=r(69009),n=r(4914),o=r(98170);e.exports=function(e,t,r){var a=r,n=t||{};if(!0!==t&&"string"!=typeof t||(n={encoding:t}),"function"==typeof t&&(a=t,n={}),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!==n.encoding?n.encoding:"utf-8",s=i.parse(n.limit),c=null==n.length||isNaN(n.length)?null:parseInt(n.length,10);return a?u(e,o,c,s,a):new Promise((function(t,r){u(e,o,c,s,(function(e,i){if(e)return r(e);t(i)}))}))};var s=/^Encoding not recognized: /;function c(e){o(e),"function"==typeof e.pause&&e.pause()}function u(e,t,r,i,o){var u=!1;if(null!==i&&null!==r&&r>i)return f(a(413,"request entity too large",{expected:r,length:r,limit:i,type:"entity.too.large"}));var l=e._readableState;if(e._decoder||l&&(l.encoding||l.decoder))return f(a(500,"stream encoding should not be set",{type:"stream.encoding.set"}));var p,h=0;try{p=function(e){if(!e)return null;try{return n.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 f(e)}var d=p?"":[];function f(){for(var t=new Array(arguments.length),r=0;ri?f(a(413,"request entity too large",{limit:i,received:h,type:"entity.too.large"})):p?d+=p.write(e):d.push(e))}function v(e){if(!u){if(e)return f(e);null!==r&&h!==r?f(a(400,"request size did not match content length",{expected:r,length:r,received:h,type:"request.size.invalid"})):f(null,p?d+(p.end()||""):Buffer.concat(d))}}function y(){d=null,e.removeListener("aborted",m),e.removeListener("data",g),e.removeListener("end",v),e.removeListener("error",v),e.removeListener("close",y)}e.on("aborted",m),e.on("close",y),e.on("data",g),e.on("end",v),e.on("error",v)}},34079:(e,t,r)=>{"use strict";var i=r(94470),a=r(64220),n=r(89578).paramsHaveRequestBody;function o(e,t,r){"function"==typeof t&&(r=t);var a={};return null!==t&&"object"==typeof t?i(a,t,{uri:e}):i(a,"string"==typeof e?{uri:e}:e),a.callback=r||a.callback,a}function s(e,t,r){if(void 0===e)throw new Error("undefined is not a valid uri or options object.");var i=o(e,t,r);if("HEAD"===i.method&&n(i))throw new Error("HTTP HEAD requests MUST NOT include a request body.");return new s.Request(i)}function c(e){var t=e.toUpperCase();return function(e,r,i){var a=o(e,r,i);return a.method=t,s(a,a.callback)}}function u(e,t,r,a){return function(n,s,c){var u=o(n,s,c),l={};return i(!0,l,t,u),l.pool=u.pool||t.pool,a&&(l.method=a.toUpperCase()),"function"==typeof r&&(e=r),e(l,l.callback)}}s.get=c("get"),s.head=c("head"),s.options=c("options"),s.post=c("post"),s.put=c("put"),s.patch=c("patch"),s.del=c("delete"),s.delete=c("delete"),s.jar=function(e){return a.jar(e)},s.cookie=function(e){return a.parse(e)},s.defaults=function(e,t){var r=this;"function"==typeof(e=e||{})&&(t=e,e={});var i=u(r,e,t);return["get","head","post","put","patch","del","delete"].forEach((function(a){i[a]=u(r[a],e,t,a)})),i.cookie=u(r.cookie,e,t),i.jar=r.jar,i.defaults=r.defaults,i},s.forever=function(e,t){var r={};return t&&i(r,t),e&&(r.agentOptions=e),r.forever=!0,s.defaults(r)},e.exports=s,s.Request=r(79517),s.initParams=o,Object.defineProperty(s,"debug",{enumerable:!0,get:function(){return s.Request.debug},set:function(e){s.Request.debug=e}})},92169:(e,t,r)=>{"use strict";var i=r(9894),a=r(71500),n=r(89578),o=n.md5,s=n.toBase64;function c(e){this.request=e,this.hasAuth=!1,this.sentAuth=!1,this.bearerToken=null,this.user=null,this.pass=null}c.prototype.basic=function(e,t,r){var i=this;if(("string"!=typeof e||void 0!==t&&"string"!=typeof t)&&i.request.emit("error",new Error("auth() received invalid user or password")),i.user=e,i.pass=t,i.hasAuth=!0,r||void 0===r){var a="Basic "+s(e+":"+(t||""));return i.sentAuth=!0,a}},c.prototype.bearer=function(e,t){var r=this;if(r.bearerToken=e,r.hasAuth=!0,t||void 0===t){"function"==typeof e&&(e=e());var i="Bearer "+(e||"");return r.sentAuth=!0,i}},c.prototype.digest=function(e,t,r){for(var i=this,n={},s=/([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi;;){var c=s.exec(r);if(!c)break;n[c[1]]=c[2]||c[3]}var u=/(^|,)\s*auth\s*($|,)/.test(n.qop)&&"auth",l=u&&"00000001",p=u&&a().replace(/-/g,""),h=function(e,t,r,i,a,n){var s=o(t+":"+r+":"+i);return e&&"md5-sess"===e.toLowerCase()?o(s+":"+a+":"+n):s}(n.algorithm,i.user,n.realm,i.pass,n.nonce,p),d=o(e+":"+t),f=o(u?h+":"+n.nonce+":"+l+":"+p+":"+u+":"+d:h+":"+n.nonce+":"+d),m={username:i.user,realm:n.realm,nonce:n.nonce,uri:t,qop:u,response:f,nc:l,cnonce:p,algorithm:n.algorithm,opaque:n.opaque};for(var g in r=[],m)m[g]&&("qop"===g||"nc"===g||"algorithm"===g?r.push(g+"="+m[g]):r.push(g+'="'+m[g]+'"'));return r="Digest "+r.join(", "),i.sentAuth=!0,r},c.prototype.onRequest=function(e,t,r,i){var a,n=this,o=n.request;void 0===i&&void 0===e?n.request.emit("error",new Error("no auth mechanism defined")):a=void 0!==i?n.bearer(i,r):n.basic(e,t,r),a&&o.setHeader("authorization",a)},c.prototype.onResponse=function(e){var t=this,r=t.request;if(!t.hasAuth||t.sentAuth)return null;var a=i(e.headers).get("www-authenticate"),n=a&&a.split(" ")[0].toLowerCase();switch(r.debug("reauth",n),n){case"basic":return t.basic(t.user,t.pass,!0);case"bearer":return t.bearer(t.bearerToken,!0);case"digest":return t.digest(r.method,r.path,a)}},t.g=c},64220:(e,t,r)=>{"use strict";var i=r(62427),a=i.Cookie,n=i.CookieJar;function o(e){this._jar=new n(e,{looseMode:!0})}t.parse=function(e){if(e&&e.uri&&(e=e.uri),"string"!=typeof e)throw new Error("The cookie function only accepts STRING as param");return a.parse(e,{loose:!0})},o.prototype.setCookie=function(e,t,r){return this._jar.setCookieSync(e,t,r||{})},o.prototype.getCookieString=function(e){return this._jar.getCookieStringSync(e)},o.prototype.getCookies=function(e){return this._jar.getCookiesSync(e)},t.jar=function(e){return new o(e)}},26289:e=>{"use strict";function t(e){return e.replace(/^\.*/,".").toLowerCase()}function r(e){var r=(e=e.trim().toLowerCase()).split(":",2);return{hostname:t(r[0]),port:r[1],hasPort:e.indexOf(":")>-1}}e.exports=function(e){var i=process.env.NO_PROXY||process.env.no_proxy||"";return"*"===i||""!==i&&function(e,i){var a=e.port||("https:"===e.protocol?"443":"80"),n=t(e.hostname);return i.split(",").map(r).some((function(e){var t=n.indexOf(e.hostname),r=t>-1&&t===n.length-e.hostname.length;return e.hasPort?a===e.port&&r:r}))}(e,i)?null:"http:"===e.protocol?process.env.HTTP_PROXY||process.env.http_proxy||null:"https:"===e.protocol&&(process.env.HTTPS_PROXY||process.env.https_proxy||process.env.HTTP_PROXY||process.env.http_proxy)||null}},8107:(e,t,r)=>{"use strict";var i=r(35747),a=r(71191),n=r(86056),o=r(94470);function s(e){this.request=e}s.prototype.reducer=function(e,t){if(void 0===e[t.name])return e[t.name]=t.value,e;var r=[e[t.name],t.value];return e[t.name]=r,e},s.prototype.prep=function(e){if(e.queryObj={},e.headersObj={},e.postData.jsonObj=!1,e.postData.paramsObj=!1,e.queryString&&e.queryString.length&&(e.queryObj=e.queryString.reduce(this.reducer,{})),e.headers&&e.headers.length&&(e.headersObj=e.headers.reduceRight((function(e,t){return e[t.name]=t.value,e}),{})),e.cookies&&e.cookies.length){var t=e.cookies.map((function(e){return e.name+"="+e.value}));t.length&&(e.headersObj.cookie=t.join("; "))}function r(t){return t.some((function(t){return 0===e.postData.mimeType.indexOf(t)}))}if(r(["multipart/mixed","multipart/related","multipart/form-data","multipart/alternative"]))e.postData.mimeType="multipart/form-data";else if(r(["application/x-www-form-urlencoded"]))e.postData.params?(e.postData.paramsObj=e.postData.params.reduce(this.reducer,{}),e.postData.text=a.stringify(e.postData.paramsObj)):e.postData.text="";else if(r(["text/json","text/x-json","application/json","application/x-json"])&&(e.postData.mimeType="application/json",e.postData.text))try{e.postData.jsonObj=JSON.parse(e.postData.text)}catch(t){this.request.debug(t),e.postData.mimeType="text/plain"}return e},s.prototype.options=function(e){if(!e.har)return e;var t={};if(o(t,e.har),t.log&&t.log.entries&&(t=t.log.entries[0]),t.url=t.url||e.url||e.uri||e.baseUrl||"/",t.httpVersion=t.httpVersion||"HTTP/1.1",t.queryString=t.queryString||[],t.headers=t.headers||[],t.cookies=t.cookies||[],t.postData=t.postData||{},t.postData.mimeType=t.postData.mimeType||"application/octet-stream",t.bodySize=0,t.headersSize=0,t.postData.size=0,!n.request(t))return e;var r=this.prep(t);function a(e){return 0===r.postData.mimeType.indexOf(e)}return r.url&&(e.url=r.url),r.method&&(e.method=r.method),Object.keys(r.queryObj).length&&(e.qs=r.queryObj),Object.keys(r.headersObj).length&&(e.headers=r.headersObj),a("application/x-www-form-urlencoded")?e.form=r.postData.paramsObj:a("application/json")?r.postData.jsonObj&&(e.body=r.postData.jsonObj,e.json=!0):a("multipart/form-data")?(e.formData={},r.postData.params.forEach((function(t){var r={};t.fileName||t.contentType?(t.fileName&&!t.value?r.value=i.createReadStream(t.fileName):t.value&&(r.value=t.value),t.fileName&&(r.options={filename:t.fileName,contentType:t.contentType?t.contentType:null}),e.formData[t.name]=r):e.formData[t.name]=t.value}))):r.postData.text&&(e.body=r.postData.text),e},t.t=s},76514:(e,t,r)=>{"use strict";var i=r(76417);t.calculateMac=function(e,t){var r="hawk.1.header\n"+t.ts+"\n"+t.nonce+"\n"+(t.method||"").toUpperCase()+"\n"+t.resource+"\n"+t.host.toLowerCase()+"\n"+t.port+"\n"+(t.hash||"")+"\n";return t.ext&&(r+=t.ext.replace("\\","\\\\").replace("\n","\\n")),r+="\n",t.app&&(r=r+t.app+"\n"+(t.dlg||"")+"\n"),i.createHmac(e.algorithm,e.key).update(r).digest("base64")},t.header=function(e,r,a){var n=a.timestamp||Math.floor((Date.now()+(a.localtimeOffsetMsec||0))/1e3),o=a.credentials;if(!(o&&o.id&&o.key&&o.algorithm))return"";if(-1===["sha1","sha256"].indexOf(o.algorithm))return"";var s,c,u,l,p={ts:n,nonce:a.nonce||(6,42,i.randomBytes(Math.ceil(5.25)).toString("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"").slice(0,6)),method:r,resource:e.pathname+(e.search||""),host:e.hostname,port:e.port||("http:"===e.protocol?80:443),hash:a.hash,ext:a.ext,app:a.app,dlg:a.dlg};p.hash||!a.payload&&""!==a.payload||(p.hash=(s=a.payload,c=o.algorithm,u=a.contentType,(l=i.createHash(c)).update("hawk.1.payload\n"),l.update((u?u.split(";")[0].trim().toLowerCase():"")+"\n"),l.update(s||""),l.update("\n"),l.digest("base64")));var h=t.calculateMac(o,p),d=null!==p.ext&&void 0!==p.ext&&""!==p.ext,f='Hawk id="'+o.id+'", ts="'+p.ts+'", nonce="'+p.nonce+(p.hash?'", hash="'+p.hash:"")+(d?'", ext="'+p.ext.replace(/\\/g,"\\\\").replace(/"/g,'\\"'):"")+'", mac="'+h+'"';return p.app&&(f=f+', app="'+p.app+(p.dlg?'", dlg="'+p.dlg:"")+'"'),f}},89578:(e,t,r)=>{"use strict";var i=r(64530),a=r(76417),n=r(89509).Buffer,o="undefined"==typeof setImmediate?process.nextTick:setImmediate;t.paramsHaveRequestBody=function(e){return e.body||e.requestBodyStream||e.json&&"boolean"!=typeof e.json||e.multipart},t.safeStringify=function(e,t){var r;try{r=JSON.stringify(e,t)}catch(a){r=i(e,t)}return r},t.md5=function(e){return a.createHash("md5").update(e).digest("hex")},t.isReadStream=function(e){return e.readable&&e.path&&e.mode},t.toBase64=function(e){return n.from(e||"","utf8").toString("base64")},t.copy=function(e){var t={};return Object.keys(e).forEach((function(r){t[r]=e[r]})),t},t.version=function(){var e=process.version.replace("v","").split(".");return{major:parseInt(e[0],10),minor:parseInt(e[1],10),patch:parseInt(e[2],10)}},t.defer=o},46434:(e,t,r)=>{"use strict";var i=r(71500),a=r(9779),n=r(97356),o=r(89509).Buffer;function s(e){this.request=e,this.boundary=i(),this.chunked=!1,this.body=null}s.prototype.isChunked=function(e){var t=this,r=!1,i=e.data||e;return i.forEach||t.request.emit("error",new Error("Argument error, options.multipart.")),void 0!==e.chunked&&(r=e.chunked),"chunked"===t.request.getHeader("transfer-encoding")&&(r=!0),r||i.forEach((function(e){void 0===e.body&&t.request.emit("error",new Error("Body attribute missing in multipart.")),n(e.body)&&(r=!0)})),r},s.prototype.setHeaders=function(e){var t=this;e&&!t.request.hasHeader("transfer-encoding")&&t.request.setHeader("transfer-encoding","chunked");var r=t.request.getHeader("content-type");r&&-1!==r.indexOf("multipart")?-1!==r.indexOf("boundary")?t.boundary=r.replace(/.*boundary=([^\s;]+).*/,"$1"):t.request.setHeader("content-type",r+"; boundary="+t.boundary):t.request.setHeader("content-type","multipart/related; boundary="+t.boundary)},s.prototype.build=function(e,t){var r=this,i=t?new a:[];function n(e){return"number"==typeof e&&(e=e.toString()),t?i.append(e):i.push(o.from(e))}return r.request.preambleCRLF&&n("\r\n"),e.forEach((function(e){var t="--"+r.boundary+"\r\n";Object.keys(e).forEach((function(r){"body"!==r&&(t+=r+": "+e[r]+"\r\n")})),n(t+="\r\n"),n(e.body),n("\r\n")})),n("--"+r.boundary+"--"),r.request.postambleCRLF&&n("\r\n"),i},s.prototype.onRequest=function(e){var t=this,r=t.isChunked(e),i=e.data||e;t.setHeaders(r),t.chunked=r,t.body=t.build(i,r)},t.$=s},95756:(e,t,r)=>{"use strict";var i=r(78835),a=r(11626),n=r(9894),o=r(71500),s=r(54586),c=r(76417),u=r(89509).Buffer;function l(e){this.request=e,this.params=null}l.prototype.buildParams=function(e,t,r,i,a,n){var c={};for(var u in e)c["oauth_"+u]=e[u];c.oauth_version||(c.oauth_version="1.0"),c.oauth_timestamp||(c.oauth_timestamp=Math.floor(Date.now()/1e3).toString()),c.oauth_nonce||(c.oauth_nonce=o().replace(/-/g,"")),c.oauth_signature_method||(c.oauth_signature_method="HMAC-SHA1");var l=c.oauth_consumer_secret||c.oauth_private_key;delete c.oauth_consumer_secret,delete c.oauth_private_key;var p=c.oauth_token_secret;delete c.oauth_token_secret;var h=c.oauth_realm;delete c.oauth_realm,delete c.oauth_transport_method;var d=t.protocol+"//"+t.host+t.pathname,f=n.parse([].concat(i,a,n.stringify(c)).join("&"));return c.oauth_signature=s.sign(c.oauth_signature_method,r,d,f,l,p),h&&(c.realm=h),c},l.prototype.buildBodyHash=function(e,t){["HMAC-SHA1","RSA-SHA1"].indexOf(e.signature_method||"HMAC-SHA1")<0&&this.request.emit("error",new Error("oauth: "+e.signature_method+" signature_method not supported with body_hash signing."));var r=c.createHash("sha1");r.update(t||"");var i=r.digest("hex");return u.from(i,"hex").toString("base64")},l.prototype.concatParams=function(e,t,r){r=r||"";var i=Object.keys(e).filter((function(e){return"realm"!==e&&"oauth_signature"!==e})).sort();return e.realm&&i.splice(0,0,"realm"),i.push("oauth_signature"),i.map((function(t){return t+"="+r+s.rfc3986(e[t])+r})).join(t)},l.prototype.onRequest=function(e){var t=this;t.params=e;var r,o,s=t.request.uri||{},c=t.request.method||"",u=n(t.request.headers),l=t.request.body||"",p=t.request.qsLib||a,h=u.get("content-type")||"",d="application/x-www-form-urlencoded",f=e.transport_method||"header";h.slice(0,d.length)===d&&(h=d,r=l),s.query&&(o=s.query),"body"!==f||"POST"===c&&h===d||t.request.emit("error",new Error("oauth: transport_method of body requires POST and content-type "+d)),r||"boolean"!=typeof e.body_hash||(e.body_hash=t.buildBodyHash(e,t.request.body.toString()));var m=t.buildParams(e,s,c,o,r,p);switch(f){case"header":t.request.setHeader("Authorization","OAuth "+t.concatParams(m,",",'"'));break;case"query":var g=t.request.uri.href+=(o?"&":"?")+t.concatParams(m,"&");t.request.uri=i.parse(g),t.request.path=t.request.uri.path;break;case"body":t.request.body=(r?r+"&":"")+t.concatParams(m,"&");break;default:t.request.emit("error",new Error("oauth: transport_method invalid"))}},t.f=l},24252:(e,t,r)=>{"use strict";var i=r(11626),a=r(71191);function n(e){this.request=e,this.lib=null,this.useQuerystring=null,this.parseOptions=null,this.stringifyOptions=null}n.prototype.init=function(e){this.lib||(this.useQuerystring=e.useQuerystring,this.lib=this.useQuerystring?a:i,this.parseOptions=e.qsParseOptions||{},this.stringifyOptions=e.qsStringifyOptions||{})},n.prototype.stringify=function(e){return this.useQuerystring?this.rfc3986(this.lib.stringify(e,this.stringifyOptions.sep||null,this.stringifyOptions.eq||null,this.stringifyOptions)):this.lib.stringify(e,this.stringifyOptions)},n.prototype.parse=function(e){return this.useQuerystring?this.lib.parse(e,this.parseOptions.sep||null,this.parseOptions.eq||null,this.parseOptions):this.lib.parse(e,this.parseOptions)},n.prototype.rfc3986=function(e){return e.replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))},n.prototype.unescape=a.unescape,t.h=n},76927:(e,t,r)=>{"use strict";var i=r(78835),a=/^https?:/;function n(e){this.request=e,this.followRedirect=!0,this.followRedirects=!0,this.followAllRedirects=!1,this.followOriginalHttpMethod=!1,this.allowRedirect=function(){return!0},this.maxRedirects=10,this.redirects=[],this.redirectsFollowed=0,this.removeRefererHeader=!1}n.prototype.onRequest=function(e){var t=this;void 0!==e.maxRedirects&&(t.maxRedirects=e.maxRedirects),"function"==typeof e.followRedirect&&(t.allowRedirect=e.followRedirect),void 0!==e.followRedirect&&(t.followRedirects=!!e.followRedirect),void 0!==e.followAllRedirects&&(t.followAllRedirects=e.followAllRedirects),(t.followRedirects||t.followAllRedirects)&&(t.redirects=t.redirects||[]),void 0!==e.removeRefererHeader&&(t.removeRefererHeader=e.removeRefererHeader),void 0!==e.followOriginalHttpMethod&&(t.followOriginalHttpMethod=e.followOriginalHttpMethod)},n.prototype.redirectTo=function(e){var t=this,r=t.request,i=null;if(e.statusCode>=300&&e.statusCode<400&&e.caseless.has("location")){var a=e.caseless.get("location");if(r.debug("redirect",a),t.followAllRedirects)i=a;else if(t.followRedirects)switch(r.method){case"PATCH":case"PUT":case"POST":case"DELETE":break;default:i=a}}else if(401===e.statusCode){var n=r._auth.onResponse(e);n&&(r.setHeader("authorization",n),i=r.uri)}return i},n.prototype.onResponse=function(e){var t=this,r=t.request,n=t.redirectTo(e);if(!n||!t.allowRedirect.call(r,e))return!1;if(r.debug("redirect to",n),e.resume&&e.resume(),t.redirectsFollowed>=t.maxRedirects)return r.emit("error",new Error("Exceeded maxRedirects. Probably stuck in a redirect loop "+r.uri.href)),!1;t.redirectsFollowed+=1,a.test(n)||(n=i.resolve(r.uri.href,n));var o=r.uri;return r.uri=i.parse(n),r.uri.protocol!==o.protocol&&delete r.agent,t.redirects.push({statusCode:e.statusCode,redirectUri:n}),t.followAllRedirects&&"HEAD"!==r.method&&401!==e.statusCode&&307!==e.statusCode&&(r.method=t.followOriginalHttpMethod?r.method:"GET"),delete r.src,delete r.req,delete r._started,401!==e.statusCode&&307!==e.statusCode&&(delete r.body,delete r._form,r.headers&&(r.removeHeader("host"),r.removeHeader("content-type"),r.removeHeader("content-length"),r.uri.hostname!==r.originalHost.split(":")[0]&&r.removeHeader("authorization"))),t.removeRefererHeader||r.setHeader("referer",o.href),r.emit("redirect"),r.init(),!0},t.l=n},86839:(e,t,r)=>{"use strict";var i=r(78835),a=r(37437),n=["accept","accept-charset","accept-encoding","accept-language","accept-ranges","cache-control","content-encoding","content-language","content-location","content-md5","content-range","content-type","connection","date","expect","max-forwards","pragma","referer","te","user-agent","via"],o=["proxy-authorization"];function s(e){this.request=e,this.proxyHeaderWhiteList=n,this.proxyHeaderExclusiveList=[],void 0!==e.tunnel&&(this.tunnelOverride=e.tunnel)}s.prototype.isEnabled=function(){var e=this,t=e.request;return void 0!==e.tunnelOverride?e.tunnelOverride:"https:"===t.uri.protocol},s.prototype.setup=function(e){var t=this,r=t.request;if(e=e||{},"string"==typeof r.proxy&&(r.proxy=i.parse(r.proxy)),!r.proxy||!r.tunnel)return!1;e.proxyHeaderWhiteList&&(t.proxyHeaderWhiteList=e.proxyHeaderWhiteList),e.proxyHeaderExclusiveList&&(t.proxyHeaderExclusiveList=e.proxyHeaderExclusiveList);var n,s,c,u=t.proxyHeaderExclusiveList.concat(o),l=t.proxyHeaderWhiteList.concat(u),p=function(e,t){var r=t.reduce((function(e,t){return e[t.toLowerCase()]=!0,e}),{});return Object.keys(e).filter((function(e){return r[e.toLowerCase()]})).reduce((function(t,r){return t[r]=e[r],t}),{})}(r.headers,l);p.host=(s=(n=r.uri).port,c=n.protocol,n.hostname+":"+(s||("https:"===c?"443":"80"))),u.forEach(r.removeHeader,r);var h=function(e){var t,r,i=(t=e.uri,r=e.proxy,["https:"===t.protocol?"https":"http","https:"===r.protocol?"Https":"Http"].join("Over"));return a[i]}(r),d=function(e,t){var r=e.proxy;return{proxy:{host:r.hostname,port:+r.port,proxyAuth:r.auth,headers:t},headers:e.headers,ca:e.ca,cert:e.cert,key:e.key,passphrase:e.passphrase,pfx:e.pfx,ciphers:e.ciphers,rejectUnauthorized:e.rejectUnauthorized,secureOptions:e.secureOptions,secureProtocol:e.secureProtocol}}(r,p);return r.agent=h(d),!0},s.defaultProxyHeaderWhiteList=n,s.defaultProxyHeaderExclusiveList=o,t.n=s},21250:(e,t,r)=>{var i=r(9779),a=r(31669),n=r(85622),o=r(98605),s=r(57211),c=r(78835).parse,u=r(35747),l=r(80983),p=r(59118),h=r(38166);function d(e){if(!(this instanceof d))return new d;for(var t in this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],i.call(this),e=e||{})this[t]=e[t]}e.exports=d,a.inherits(d,i),d.LINE_BREAK="\r\n",d.DEFAULT_CONTENT_TYPE="application/octet-stream",d.prototype.append=function(e,t,r){"string"==typeof(r=r||{})&&(r={filename:r});var n=i.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,r),s=this._multiPartFooter();n(o),n(t),n(s),this._trackLength(o,t,r)}},d.prototype._trackLength=function(e,t,r){var i=0;null!=r.knownLength?i+=+r.knownLength:Buffer.isBuffer(t)?i=t.length:"string"==typeof t&&(i=Buffer.byteLength(t)),this._valueLength+=i,this._overheadLength+=Buffer.byteLength(e)+d.LINE_BREAK.length,t&&(t.path||t.readable&&t.hasOwnProperty("httpVersion"))&&(r.knownLength||this._valuesToMeasure.push(t))},d.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(r,i){var a;r?t(r):(a=i.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(r){e.pause(),t(null,+r.headers["content-length"])})),e.resume()):t("Unknown stream")},d.prototype._multiPartHeader=function(e,t,r){if("string"==typeof r.header)return r.header;var i,a=this._getContentDisposition(t,r),n=this._getContentType(t,r),o="",s={"Content-Disposition":["form-data",'name="'+e+'"'].concat(a||[]),"Content-Type":[].concat(n||[])};for(var c in"object"==typeof r.header&&h(s,r.header),s)s.hasOwnProperty(c)&&null!=(i=s[c])&&(Array.isArray(i)||(i=[i]),i.length&&(o+=c+": "+i.join("; ")+d.LINE_BREAK));return"--"+this.getBoundary()+d.LINE_BREAK+o+d.LINE_BREAK},d.prototype._getContentDisposition=function(e,t){var r,i;return"string"==typeof t.filepath?r=n.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?r=n.basename(t.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(r=n.basename(e.client._httpMessage.path)),r&&(i='filename="'+r+'"'),i},d.prototype._getContentType=function(e,t){var r=t.contentType;return!r&&e.name&&(r=l.lookup(e.name)),!r&&e.path&&(r=l.lookup(e.path)),!r&&e.readable&&e.hasOwnProperty("httpVersion")&&(r=e.headers["content-type"]),r||!t.filepath&&!t.filename||(r=l.lookup(t.filepath||t.filename)),r||"object"!=typeof e||(r=d.DEFAULT_CONTENT_TYPE),r},d.prototype._multiPartFooter=function(){return function(e){var t=d.LINE_BREAK;0===this._streams.length&&(t+=this._lastBoundary()),e(t)}.bind(this)},d.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+d.LINE_BREAK},d.prototype.getHeaders=function(e){var t,r={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)e.hasOwnProperty(t)&&(r[t.toLowerCase()]=e[t]);return r},d.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary},d.prototype._generateBoundary=function(){for(var e="--------------------------",t=0;t<24;t++)e+=Math.floor(10*Math.random()).toString(16);this._boundary=e},d.prototype.getLengthSync=function(){var e=this._overheadLength+this._valueLength;return this._streams.length&&(e+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),e},d.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e},d.prototype.getLength=function(e){var t=this._overheadLength+this._valueLength;this._streams.length&&(t+=this._lastBoundary().length),this._valuesToMeasure.length?p.parallel(this._valuesToMeasure,this._lengthRetriever,(function(r,i){r?e(r):(i.forEach((function(e){t+=e})),e(null,t))})):process.nextTick(e.bind(this,null,t))},d.prototype.submit=function(e,t){var r,i,a={method:"post"};return"string"==typeof e?(e=c(e),i=h({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},a)):(i=h(e,a)).port||(i.port="https:"==i.protocol?443:80),i.headers=this.getHeaders(e.headers),r="https:"==i.protocol?s.request(i):o.request(i),this.getLength(function(e,i){e?this._error(e):(r.setHeader("Content-Length",i),this.pipe(r),t&&(r.on("error",t),r.on("response",t.bind(this,null))))}.bind(this)),r},d.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))},d.prototype.toString=function(){return"[object FormData]"}},38166:e=>{e.exports=function(e,t){return Object.keys(t).forEach((function(r){e[r]=e[r]||t[r]})),e}},23861:e=>{"use strict";var t=String.prototype.replace,r=/%20/g;e.exports={default:"RFC3986",formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return e}},RFC1738:"RFC1738",RFC3986:"RFC3986"}},11626:(e,t,r)=>{"use strict";var i=r(66384),a=r(74636),n=r(23861);e.exports={formats:n,parse:a,stringify:i}},74636:(e,t,r)=>{"use strict";var i=r(79434),a=Object.prototype.hasOwnProperty,n={allowDots:!1,allowPrototypes:!1,arrayLimit:20,decoder:i.decode,delimiter:"&",depth:5,parameterLimit:1e3,plainObjects:!1,strictNullHandling:!1},o=function(e,t,r){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,n=/(\[[^[\]]*])/g,o=/(\[[^[\]]*])/.exec(i),s=o?i.slice(0,o.index):i,c=[];if(s){if(!r.plainObjects&&a.call(Object.prototype,s)&&!r.allowPrototypes)return;c.push(s)}for(var u=0;null!==(o=n.exec(i))&&u=0;--a){var n,o=e[a];if("[]"===o)n=(n=[]).concat(i);else{n=r.plainObjects?Object.create(null):{};var s="["===o.charAt(0)&&"]"===o.charAt(o.length-1)?o.slice(1,-1):o,c=parseInt(s,10);!isNaN(c)&&o!==s&&String(c)===s&&c>=0&&r.parseArrays&&c<=r.arrayLimit?(n=[])[c]=i:n[s]=i}i=n}return i}(c,t,r)}};e.exports=function(e,t){var r=t?i.assign({},t):{};if(null!==r.decoder&&void 0!==r.decoder&&"function"!=typeof r.decoder)throw new TypeError("Decoder has to be a function.");if(r.ignoreQueryPrefix=!0===r.ignoreQueryPrefix,r.delimiter="string"==typeof r.delimiter||i.isRegExp(r.delimiter)?r.delimiter:n.delimiter,r.depth="number"==typeof r.depth?r.depth:n.depth,r.arrayLimit="number"==typeof r.arrayLimit?r.arrayLimit:n.arrayLimit,r.parseArrays=!1!==r.parseArrays,r.decoder="function"==typeof r.decoder?r.decoder:n.decoder,r.allowDots="boolean"==typeof r.allowDots?r.allowDots:n.allowDots,r.plainObjects="boolean"==typeof r.plainObjects?r.plainObjects:n.plainObjects,r.allowPrototypes="boolean"==typeof r.allowPrototypes?r.allowPrototypes:n.allowPrototypes,r.parameterLimit="number"==typeof r.parameterLimit?r.parameterLimit:n.parameterLimit,r.strictNullHandling="boolean"==typeof r.strictNullHandling?r.strictNullHandling:n.strictNullHandling,""===e||null==e)return r.plainObjects?Object.create(null):{};for(var s="string"==typeof e?function(e,t){for(var r={},i=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,o=t.parameterLimit===1/0?void 0:t.parameterLimit,s=i.split(t.delimiter,o),c=0;c{"use strict";var i=r(79434),a=r(23861),n={brackets:function(e){return e+"[]"},indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},o=Date.prototype.toISOString,s={delimiter:"&",encode:!0,encoder:i.encode,encodeValuesOnly:!1,serializeDate:function(e){return o.call(e)},skipNulls:!1,strictNullHandling:!1},c=function e(t,r,a,n,o,c,u,l,p,h,d,f){var m=t;if("function"==typeof u)m=u(r,m);else if(m instanceof Date)m=h(m);else if(null===m){if(n)return c&&!f?c(r,s.encoder):r;m=""}if("string"==typeof m||"number"==typeof m||"boolean"==typeof m||i.isBuffer(m))return c?[d(f?r:c(r,s.encoder))+"="+d(c(m,s.encoder))]:[d(r)+"="+d(String(m))];var g,v=[];if(void 0===m)return v;if(Array.isArray(u))g=u;else{var y=Object.keys(m);g=l?y.sort(l):y}for(var b=0;b0?D+S:""}},79434:e=>{"use strict";var t=Object.prototype.hasOwnProperty,r=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),i=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},i=0;i=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122?i+=t.charAt(a):n<128?i+=r[n]:n<2048?i+=r[192|n>>6]+r[128|63&n]:n<55296||n>=57344?i+=r[224|n>>12]+r[128|n>>6&63]+r[128|63&n]:(a+=1,n=65536+((1023&n)<<10|1023&t.charCodeAt(a)),i+=r[240|n>>18]+r[128|n>>12&63]+r[128|n>>6&63]+r[128|63&n])}return i},isBuffer:function(e){return null!=e&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},merge:function e(r,a,n){if(!a)return r;if("object"!=typeof a){if(Array.isArray(r))r.push(a);else{if("object"!=typeof r)return[r,a];(n.plainObjects||n.allowPrototypes||!t.call(Object.prototype,a))&&(r[a]=!0)}return r}if("object"!=typeof r)return[r].concat(a);var o=r;return Array.isArray(r)&&!Array.isArray(a)&&(o=i(r,n)),Array.isArray(r)&&Array.isArray(a)?(a.forEach((function(i,a){t.call(r,a)?r[a]&&"object"==typeof r[a]?r[a]=e(r[a],i,n):r.push(i):r[a]=i})),r):Object.keys(a).reduce((function(r,i){var o=a[i];return t.call(r,i)?r[i]=e(r[i],o,n):r[i]=o,r}),o)}}},62427:(e,t,r)=>{"use strict";var i,a=r(11631),n=r(78835).parse,o=r(31669),s=r(47872),c=r(57801).y,u=r(30055).m,l=r(38108).U,p=r(31430);try{i=r(94213)}catch(e){console.warn("tough-cookie: can't load punycode; won't use punycode for domain normalization")}var h=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,d=/[\x00-\x1F]/,f=["\n","\r","\0"],m=/[\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=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],b=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],w=2147483647e3;function x(e,t,r,i){for(var a=0;a=58)break;a++}return ar?null:i||a==e.length?parseInt(e.substr(0,a),10):null}function k(e){var t=e.split(":"),r=[0,0,0];if(3!==t.length)return null;for(var i=0;i<3;i++){var a=2==i,n=x(t[i],1,2,a);if(null===n)return null;r[i]=n}return r}function _(e){e=String(e).substr(0,3).toLowerCase();var t=v[e];return t>=0?t:null}function j(e){if(e){var t=e.split(g);if(t){for(var r=null,i=null,a=null,n=null,o=null,s=null,c=0;c=70&&s<=99?s+=1900:s>=0&&s<=69&&(s+=2e3)):o=u:n=u)}if(!(null===n||null===o||null===s||null===a||n<1||n>31||s<1601||r>23||i>59||a>59))return new Date(Date.UTC(s,o,n,r,i,a))}}}function E(e){var t=e.getUTCDate();t=t>=10?t:"0"+t;var r=e.getUTCHours();r=r>=10?r:"0"+r;var i=e.getUTCMinutes();i=i>=10?i:"0"+i;var a=e.getUTCSeconds();return a=a>=10?a:"0"+a,b[e.getUTCDay()]+", "+t+" "+y[e.getUTCMonth()]+" "+e.getUTCFullYear()+" "+r+":"+i+":"+a+" GMT"}function S(e){return null==e?null:(e=e.trim().replace(/^\./,""),i&&/[^\u0001-\u007f]/.test(e)&&(e=i.toASCII(e)),e.toLowerCase())}function D(e,t,r){if(null==e||null==t)return null;if(!1!==r&&(e=S(e),t=S(t)),e==t)return!0;if(a.isIP(e))return!1;var i=e.indexOf(t);return!(i<=0)&&e.length===t.length+i&&"."===e.substr(i-1,1)}function A(e){if(!e||"/"!==e.substr(0,1))return"/";if("/"===e)return e;var t=e.lastIndexOf("/");return 0===t?"/":e.slice(0,t)}function C(e,t){t&&"object"==typeof t||(t={});var r=(e=e.trim()).indexOf(";"),i=function(e,t){var r,i,a=(e=function(e){for(var t=0;t1;){var r=e.lastIndexOf("/");if(0===r)break;e=e.substr(0,r),t.push(e)}return t.push("/"),t},t.canonicalDomain=S},30055:(e,t,r)=>{"use strict";var i=r(57801).y,a=r(46930).permuteDomain,n=r(38108).U,o=r(31669);function s(){i.call(this),this.idx={}}o.inherits(s,i),t.m=s,s.prototype.idx=null,s.prototype.synchronous=!0,s.prototype.inspect=function(){return"{ idx: "+o.inspect(this.idx,!1,2)+" }"},o.inspect.custom&&(s.prototype[o.inspect.custom]=s.prototype.inspect),s.prototype.findCookie=function(e,t,r,i){return this.idx[e]&&this.idx[e][t]?i(null,this.idx[e][t][r]||null):i(null,void 0)},s.prototype.findCookies=function(e,t,r){var i,o=[];if(!e)return r(null,[]);i=t?function(e){Object.keys(e).forEach((function(r){if(n(t,r)){var i=e[r];for(var a in i)o.push(i[a])}}))}:function(e){for(var t in e){var r=e[t];for(var i in r)o.push(r[i])}};var s=a(e)||[e],c=this.idx;s.forEach((function(e){var t=c[e];t&&i(t)})),r(null,o)},s.prototype.putCookie=function(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)},s.prototype.updateCookie=function(e,t,r){this.putCookie(t,r)},s.prototype.removeCookie=function(e,t,r,i){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][r]&&delete this.idx[e][t][r],i(null)},s.prototype.removeCookies=function(e,t,r){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),r(null)},s.prototype.removeAllCookies=function(e){return this.idx={},e(null)},s.prototype.getAllCookies=function(e){var t=[],r=this.idx;Object.keys(r).forEach((function(e){Object.keys(r[e]).forEach((function(i){Object.keys(r[e][i]).forEach((function(a){null!==a&&t.push(r[e][i][a])}))}))})),t.sort((function(e,t){return(e.creationIndex||0)-(t.creationIndex||0)})),e(null,t)}},38108:(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}},46930:(e,t,r)=>{"use strict";var i=r(47872);t.permuteDomain=function(e){var t=i.getPublicSuffix(e);if(!t)return null;if(t==e)return[e];for(var r=e.slice(0,-(t.length+1)).split(".").reverse(),a=t,n=[a];r.length;)a=r.shift()+"."+a,n.push(a);return n}},47872:(e,t,r)=>{"use strict";var i=r(16244);t.getPublicSuffix=function(e){return i.get(e)}},57801:(e,t)=>{"use strict";function r(){}t.y=r,r.prototype.synchronous=!1,r.prototype.findCookie=function(e,t,r,i){throw new Error("findCookie is not implemented")},r.prototype.findCookies=function(e,t,r){throw new Error("findCookies is not implemented")},r.prototype.putCookie=function(e,t){throw new Error("putCookie is not implemented")},r.prototype.updateCookie=function(e,t,r){throw new Error("updateCookie is not implemented")},r.prototype.removeCookie=function(e,t,r,i){throw new Error("removeCookie is not implemented")},r.prototype.removeCookies=function(e,t,r){throw new Error("removeCookies is not implemented")},r.prototype.removeAllCookies=function(e){throw new Error("removeAllCookies is not implemented")},r.prototype.getAllCookies=function(e){throw new Error("getAllCookies is not implemented (therefore jar cannot be serialized)")}},31430:e=>{e.exports="2.5.0"},39175:e=>{for(var t=[],r=0;r<256;++r)t[r]=(r+256).toString(16).substr(1);e.exports=function(e,r){var i=r||0,a=t;return[a[e[i++]],a[e[i++]],a[e[i++]],a[e[i++]],"-",a[e[i++]],a[e[i++]],"-",a[e[i++]],a[e[i++]],"-",a[e[i++]],a[e[i++]],"-",a[e[i++]],a[e[i++]],a[e[i++]],a[e[i++]],a[e[i++]],a[e[i++]]].join("")}},76866:(e,t,r)=>{var i=r(76417);e.exports=function(){return i.randomBytes(16)}},71500:(e,t,r)=>{var i=r(76866),a=r(39175);e.exports=function(e,t,r){var n=t&&r||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var o=(e=e||{}).random||(e.rng||i)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t)for(var s=0;s<16;++s)t[n+s]=o[s];return t||a(o)}},79517:(e,t,r)=>{"use strict";var i=r(98605),a=r(57211),n=r(78835),o=r(31669),s=r(92413),c=r(78761),u=r(17555),l=r(95195),p=r(68007),h=r(80983),d=r(9894),f=r(43281),m=r(21250),g=r(94470),v=r(97356),y=r(4501).strict,b=r(89578),w=r(64220),x=r(26289),k=r(24252).h,_=r(8107).t,j=r(92169).g,E=r(95756).f,S=r(76514),D=r(46434).$,A=r(76927).l,C=r(86839).n,T=r(75),O=r(89509).Buffer,P=b.safeStringify,F=b.isReadStream,I=b.toBase64,z=b.defer,B=b.copy,R=b.version,L=w.jar(),q={};function N(){var e=this;return{uri:e.uri,method:e.method,headers:e.headers}}function U(){var e=this;return{statusCode:e.statusCode,body:e.body,headers:e.headers,request:N.call(e.request)}}function M(e){var t=this;e.har&&(t._har=new _(t),e=t._har.options(e)),s.Stream.call(t);var r=Object.keys(M.prototype),i=function(e,t){var r={};for(var i in t)-1===e.indexOf(i)&&(r[i]=t[i]);return r}(r,e);g(t,i),e=function(e,t){var r={};for(var i in t){var a=!(-1===e.indexOf(i)),n="function"==typeof t[i];a&&n||(r[i]=t[i])}return r}(r,e),t.readable=!0,t.writable=!0,e.method&&(t.explicitMethod=!0),t._qs=new k(t),t._auth=new j(t),t._oauth=new E(t),t._multipart=new D(t),t._redirect=new A(t),t._tunnel=new C(t),t.init(e)}function $(){M.debug&&console.error("REQUEST %s",o.format.apply(o,arguments))}o.inherits(M,s.Stream),M.debug=process.env.NODE_DEBUG&&/\brequest\b/.test(process.env.NODE_DEBUG),M.prototype.debug=$,M.prototype.init=function(e){var t=this;for(var r in e||(e={}),t.headers=t.headers?B(t.headers):{},t.headers)void 0===t.headers[r]&&delete t.headers[r];if(d.httpify(t,t.headers),t.method||(t.method=e.method||"GET"),t.localAddress||(t.localAddress=e.localAddress),t._qs.init(e),$(e),t.pool||!1===t.pool||(t.pool=q),t.dests=t.dests||[],t.__isRequestRequest=!0,!t._callback&&t.callback&&(t._callback=t.callback,t.callback=function(){t._callbackCalled||(t._callbackCalled=!0,t._callback.apply(t,arguments))},t.on("error",t.callback.bind()),t.on("complete",t.callback.bind(t,null))),!t.uri&&t.url&&(t.uri=t.url,delete t.url),t.baseUrl){if("string"!=typeof t.baseUrl)return t.emit("error",new Error("options.baseUrl must be a string"));if("string"!=typeof t.uri)return t.emit("error",new Error("options.uri must be a string when using options.baseUrl"));if(0===t.uri.indexOf("//")||-1!==t.uri.indexOf("://"))return t.emit("error",new Error("options.uri must be a path when using options.baseUrl"));var o=t.baseUrl.lastIndexOf("/")===t.baseUrl.length-1,s=0===t.uri.indexOf("/");o&&s?t.uri=t.baseUrl+t.uri.slice(1):o||s?t.uri=t.baseUrl+t.uri:""===t.uri?t.uri=t.baseUrl:t.uri=t.baseUrl+"/"+t.uri,delete t.baseUrl}if(!t.uri)return t.emit("error",new Error("options.uri is a required argument"));if("string"==typeof t.uri&&(t.uri=n.parse(t.uri)),t.uri.href||(t.uri.href=n.format(t.uri)),"unix:"===t.uri.protocol)return t.emit("error",new Error("`unix://` URL scheme is no longer supported. Please use the format `http://unix:SOCKET:PATH`"));if("unix"===t.uri.host&&t.enableUnixSocket(),!1===t.strictSSL&&(t.rejectUnauthorized=!1),t.uri.pathname||(t.uri.pathname="/"),!(t.uri.host||t.uri.hostname&&t.uri.port||t.uri.isUnix)){var c='Invalid URI "'+n.format(t.uri)+'"';return 0===Object.keys(e).length&&(c+=". This can be caused by a crappy redirection."),t.abort(),t.emit("error",new Error(c))}if(t.hasOwnProperty("proxy")||(t.proxy=x(t.uri)),t.tunnel=t._tunnel.isEnabled(),t.proxy&&t._tunnel.setup(e),t._redirect.onRequest(e),t.setHost=!1,!t.hasHeader("host")){var u=t.originalHostHeaderName||"host";t.setHeader(u,t.uri.host),t.uri.port&&("80"===t.uri.port&&"http:"===t.uri.protocol||"443"===t.uri.port&&"https:"===t.uri.protocol)&&t.setHeader(u,t.uri.hostname),t.setHost=!0}if(t.jar(t._jar||e.jar),t.uri.port||("http:"===t.uri.protocol?t.uri.port=80:"https:"===t.uri.protocol&&(t.uri.port=443)),t.proxy&&!t.tunnel?(t.port=t.proxy.port,t.host=t.proxy.hostname):(t.port=t.uri.port,t.host=t.uri.hostname),e.form&&t.form(e.form),e.formData){var l=e.formData,p=t.form(),m=function(e,t){t&&t.hasOwnProperty("value")&&t.hasOwnProperty("options")?p.append(e,t.value,t.options):p.append(e,t)};for(var g in l)if(l.hasOwnProperty(g)){var b=l[g];if(b instanceof Array)for(var w=0;w=100&&s<200||204===s||304===s))o=e;else{var u=e.headers["content-encoding"]||"identity";u=u.trim().toLowerCase();var l={flush:c.Z_SYNC_FLUSH,finishFlush:c.Z_SYNC_FLUSH};"gzip"===u?(o=c.createGunzip(l),e.pipe(o)):"deflate"===u?(o=c.createInflate(l),e.pipe(o)):("identity"!==u&&$("ignoring unrecognized Content-Encoding "+u),o=e)}t.encoding&&(0!==t.dests.length?console.error("Ignoring encoding parameter as this stream is being piped to another stream which makes the encoding option invalid."):o.setEncoding(t.encoding)),t._paused&&o.pause(),t.responseContent=o,t.emit("response",e),t.dests.forEach((function(e){t.pipeDest(e)})),o.on("data",(function(r){t.timing&&!t.responseStarted&&(t.responseStartTime=(new Date).getTime(),e.responseStartTime=t.responseStartTime),t._destdata=!0,t.emit("data",r)})),o.once("end",(function(e){t.emit("end",e)})),o.on("error",(function(e){t.emit("error",e)})),o.on("close",(function(){t.emit("close")})),t.callback?t.readResponseBody(e):t.on("end",(function(){t._aborted?$("aborted",t.uri.href):t.emit("complete",e)})),$("finish init function",t.uri.href)}}else{$("strict ssl error",t.uri.href);var p=e.hasOwnProperty("socket")?e.socket.authorizationError:t.uri.href+" does not support SSL";t.emit("error",new Error("SSL Error: "+p))}},M.prototype.readResponseBody=function(e){var t=this;$("reading response's body");var r=[],i=0,a=[];t.on("data",(function(e){O.isBuffer(e)?e.length&&(i+=e.length,r.push(e)):a.push(e)})),t.on("end",(function(){if($("end event",t.uri.href),t._aborted)return $("aborted",t.uri.href),r=[],void(i=0);if(i?($("has body",t.uri.href,i),e.body=O.concat(r,i),null!==t.encoding&&(e.body=e.body.toString(t.encoding)),r=[],i=0):a.length&&("utf8"===t.encoding&&a[0].length>0&&"\ufeff"===a[0][0]&&(a[0]=a[0].substring(1)),e.body=a.join("")),t._json)try{e.body=JSON.parse(e.body,t._jsonReviver)}catch(e){$("invalid JSON received",t.uri.href)}$("emitting complete",t.uri.href),void 0!==e.body||t._json||(e.body=null===t.encoding?O.alloc(0):""),t.emit("complete",e,e.body)}))},M.prototype.abort=function(){var e=this;e._aborted=!0,e.req?e.req.abort():e.response&&e.response.destroy(),e.clearTimeout(),e.emit("abort")},M.prototype.pipeDest=function(e){var t=this,r=t.response;if(e.headers&&!e.headersSent){if(r.caseless.has("content-type")){var i=r.caseless.has("content-type");e.setHeader?e.setHeader(i,r.headers[i]):e.headers[i]=r.headers[i]}if(r.caseless.has("content-length")){var a=r.caseless.has("content-length");e.setHeader?e.setHeader(a,r.headers[a]):e.headers[a]=r.headers[a]}}if(e.setHeader&&!e.headersSent){for(var n in r.headers)t.gzip&&"content-encoding"===n||e.setHeader(n,r.headers[n]);e.statusCode=r.statusCode}t.pipefilter&&t.pipefilter(r,e)},M.prototype.qs=function(e,t){var r,i=this;for(var a in r=!t&&i.uri.query?i._qs.parse(i.uri.query):{},e)r[a]=e[a];var o=i._qs.stringify(r);return""===o||(i.uri=n.parse(i.uri.href.split("?")[0]+"?"+o),i.url=i.uri,i.path=i.uri.path,"unix"===i.uri.host&&i.enableUnixSocket()),i},M.prototype.form=function(e){var t=this;return e?(/^application\/x-www-form-urlencoded\b/.test(t.getHeader("content-type"))||t.setHeader("content-type","application/x-www-form-urlencoded"),t.body="string"==typeof e?t._qs.rfc3986(e.toString("utf8")):t._qs.stringify(e).toString("utf8"),t):(t._form=new m,t._form.on("error",(function(e){e.message="form-data: "+e.message,t.emit("error",e),t.abort()})),t._form)},M.prototype.multipart=function(e){var t=this;return t._multipart.onRequest(e),t._multipart.chunked||(t.body=t._multipart.body),t},M.prototype.json=function(e){var t=this;return t.hasHeader("accept")||t.setHeader("accept","application/json"),"function"==typeof t.jsonReplacer&&(t._jsonReplacer=t.jsonReplacer),t._json=!0,"boolean"==typeof e?void 0!==t.body&&(/^application\/x-www-form-urlencoded\b/.test(t.getHeader("content-type"))?t.body=t._qs.rfc3986(t.body):t.body=P(t.body,t._jsonReplacer),t.hasHeader("content-type")||t.setHeader("content-type","application/json")):(t.body=P(e,t._jsonReplacer),t.hasHeader("content-type")||t.setHeader("content-type","application/json")),"function"==typeof t.jsonReviver&&(t._jsonReviver=t.jsonReviver),t},M.prototype.getHeader=function(e,t){var r,i;return t||(t=this.headers),Object.keys(t).forEach((function(a){a.length===e.length&&(i=new RegExp(e,"i"),a.match(i)&&(r=t[a]))})),r},M.prototype.enableUnixSocket=function(){var e=this.uri.path.split(":"),t=e[0],r=e[1];this.socketPath=t,this.uri.pathname=r,this.uri.path=r,this.uri.host=t,this.uri.hostname=t,this.uri.isUnix=!0},M.prototype.auth=function(e,t,r,i){return this._auth.onRequest(e,t,r,i),this},M.prototype.aws=function(e,t){var r=this;if(!t)return r._aws=e,r;if(4===e.sign_version||"4"===e.sign_version){var i={host:r.uri.host,path:r.uri.path,method:r.method,headers:r.headers,body:r.body};e.service&&(i.service=e.service);var a=l.sign(i,{accessKeyId:e.key,secretAccessKey:e.secret,sessionToken:e.session});r.setHeader("authorization",a.headers.Authorization),r.setHeader("x-amz-date",a.headers["X-Amz-Date"]),a.headers["X-Amz-Security-Token"]&&r.setHeader("x-amz-security-token",a.headers["X-Amz-Security-Token"])}else{var n=new Date;r.setHeader("date",n.toUTCString());var o={key:e.key,secret:e.secret,verb:r.method.toUpperCase(),date:n,contentType:r.getHeader("content-type")||"",md5:r.getHeader("content-md5")||"",amazonHeaders:u.canonicalizeHeaders(r.headers)},s=r.uri.path;e.bucket&&s?o.resource="/"+e.bucket+s:e.bucket&&!s?o.resource="/"+e.bucket:!e.bucket&&s?o.resource=s:e.bucket||s||(o.resource="/"),o.resource=u.canonicalizeResource(o.resource),r.setHeader("authorization",u.authorization(o))}return r},M.prototype.httpSignature=function(e){var t=this;return p.signRequest({getHeader:function(e){return t.getHeader(e,t.headers)},setHeader:function(e,r){t.setHeader(e,r)},method:t.method,path:t.path},e),$("httpSignature authorization",t.getHeader("authorization")),t},M.prototype.hawk=function(e){var t=this;t.setHeader("Authorization",S.header(t.uri,t.method,e))},M.prototype.oauth=function(e){return this._oauth.onRequest(e),this},M.prototype.jar=function(e){var t,r=this;if(0===r._redirect.redirectsFollowed&&(r.originalCookieHeader=r.getHeader("cookie")),e){var i=e.getCookieString?e:L,a=r.uri.href;i&&(t=i.getCookieString(a))}else t=!1,r._disableCookies=!0;return t&&t.length&&(r.originalCookieHeader?r.setHeader("cookie",r.originalCookieHeader+"; "+t):r.setHeader("cookie",t)),r._jar=e,r},M.prototype.pipe=function(e,t){var r=this;if(!r.response)return r.dests.push(e),s.Stream.prototype.pipe.call(r,e,t),e;if(r._destdata)r.emit("error",new Error("You cannot pipe after data has been emitted from the response."));else{if(!r._ended)return s.Stream.prototype.pipe.call(r,e,t),r.pipeDest(e),e;r.emit("error",new Error("You cannot pipe after the response has been ended."))}},M.prototype.write=function(){var e=this;if(!e._aborted)return e._started||e.start(),e.req?e.req.write.apply(e.req,arguments):void 0},M.prototype.end=function(e){var t=this;t._aborted||(e&&t.write(e),t._started||t.start(),t.req&&t.req.end())},M.prototype.pause=function(){var e=this;e.responseContent?e.responseContent.pause.apply(e.responseContent,arguments):e._paused=!0},M.prototype.resume=function(){var e=this;e.responseContent?e.responseContent.resume.apply(e.responseContent,arguments):e._paused=!1},M.prototype.destroy=function(){var e=this;this.clearTimeout(),e._ended?e.response&&e.response.destroy():e.end()},M.prototype.clearTimeout=function(){this.timeoutTimer&&(clearTimeout(this.timeoutTimer),this.timeoutTimer=null)},M.defaultProxyHeaderWhiteList=C.defaultProxyHeaderWhiteList.slice(),M.defaultProxyHeaderExclusiveList=C.defaultProxyHeaderExclusiveList.slice(),M.prototype.toJSON=N,e.exports=M},27365:(e,t,r)=>{"use strict";var i=r(35747),a=r(85622).join,n=r(85622).resolve,o=r(85622).dirname,s={extensions:["js","json","coffee"],recurse:!0,rename:function(e){return e},visit:function(e){return e}};e.exports=function e(t,r,c){var u={};for(var l in r&&!c&&"string"!=typeof r&&(c=r,r=null),c=c||{},s)void 0===c[l]&&(c[l]=s[l]);return r=r?n(o(t.filename),r):o(t.filename),i.readdirSync(r).forEach((function(n){var o,s,l,p=a(r,n);i.statSync(p).isDirectory()&&c.recurse?(o=e(t,p,c),Object.keys(o).length&&(u[c.rename(n,p,n)]=o)):p!==t.filename&&function(e,t,r){return new RegExp("\\.("+r.extensions.join("|")+")$","i").test(t)&&!(r.include&&r.include instanceof RegExp&&!r.include.test(e))&&!(r.include&&"function"==typeof r.include&&!r.include(e,t))&&!(r.exclude&&r.exclude instanceof RegExp&&r.exclude.test(e))&&!(r.exclude&&"function"==typeof r.exclude&&r.exclude(e,t))}(p,n,c)&&(s=n.substring(0,n.lastIndexOf(".")),l=t.require(p),u[c.rename(s,p,n)]=c.visit(l,p,n)||l)})),u},e.exports.defaults=s},45322:(e,t,r)=>{"use strict";const i=r(4016);e.exports=(e={})=>new Promise(((t,r)=>{let a=!1;const n=async()=>{s.off("timeout",o),s.off("error",r),e.resolveSocket?(t({alpnProtocol:s.alpnProtocol,socket:s,timeout:a}),a&&(await Promise.resolve(),s.emit("timeout"))):(s.destroy(),t({alpnProtocol:s.alpnProtocol,timeout:a}))},o=async()=>{a=!0,n()},s=i.connect(e,n);s.on("error",r),s.once("timeout",o)}))},24259:(e,t,r)=>{"use strict";const i=r(92413).Readable,a=r(25989);e.exports=class extends i{constructor(e,t,r,i){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(!(r instanceof Buffer))throw new TypeError("Argument `body` should be a buffer");if("string"!=typeof i)throw new TypeError("Argument `url` should be a string");super(),this.statusCode=e,this.headers=a(t),this.body=r,this.url=i}_read(){this.push(this.body),this.push(null)}}},89509:(e,t,r)=>{var i=r(64293),a=i.Buffer;function n(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return a(e,t,r)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=i:(n(i,t),t.Buffer=o),o.prototype=Object.create(a.prototype),n(a,o),o.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return a(e,t,r)},o.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=a(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},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 i.SlowBuffer(e)}},2399:(e,t,r)=>{"use strict";var i,a=r(64293),n=a.Buffer,o={};for(i in a)a.hasOwnProperty(i)&&"SlowBuffer"!==i&&"Buffer"!==i&&(o[i]=a[i]);var s=o.Buffer={};for(i in n)n.hasOwnProperty(i)&&"allocUnsafe"!==i&&"allocUnsafeSlow"!==i&&(s[i]=n[i]);if(o.Buffer.prototype=n.prototype,s.from&&s.from!==Uint8Array.from||(s.from=function(e,t,r){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 n(e,t,r)}),s.alloc||(s.alloc=function(e,t,r){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 i=n(e);return t&&0!==t.length?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i}),!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},22257:(e,t,r)=>{const i=Symbol("SemVer ANY");class a{static get ANY(){return i}constructor(e,t){if(t=n(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===i?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],r=e.match(t);if(!r)throw new TypeError(`Invalid comparator: ${e}`);this.operator=void 0!==r[1]?r[1]:"","="===this.operator&&(this.operator=""),r[2]?this.semver=new l(r[2],this.options.loose):this.semver=i}toString(){return this.value}test(e){if(u("Comparator.test",e,this.options.loose),this.semver===i||e===i)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 r=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),i=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),n=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 r||i||n&&o||s||u}}e.exports=a;const n=r(12893),{re:o,t:s}=r(55765),c=r(7539),u=r(74225),l=r(26376),p=r(66902)},66902:(e,t,r)=>{class i{constructor(e,t){if(t=n(t),e instanceof i)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new i(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=>!f(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&&m(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}`,r=a.get(t);if(r)return r;const i=this.options.loose,n=i?u[l.HYPHENRANGELOOSE]:u[l.HYPHENRANGE];e=e.replace(n,D(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],h)).replace(u[l.CARETTRIM],d)).split(/\s+/).join(" ");const c=i?u[l.COMPARATORLOOSE]:u[l.COMPARATOR],m=e.split(" ").map((e=>v(e,this.options))).join(" ").split(/\s+/).map((e=>S(e,this.options))).filter(this.options.loose?e=>!!e.match(c):()=>!0).map((e=>new o(e,this.options))),g=(m.length,new Map);for(const e of m){if(f(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 i))throw new TypeError("a Range is required");return this.set.some((r=>g(r,t)&&e.set.some((e=>g(e,t)&&r.every((r=>e.every((e=>r.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,m=e=>""===e.value,g=(e,t)=>{let r=!0;const i=e.slice();let a=i.pop();for(;r&&i.length;)r=i.every((e=>a.intersects(e,t))),a=i.pop();return r},v=(e,t)=>(s("comp",e,t),e=x(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=>w(e,t))).join(" "),w=(e,t)=>{const r=t.loose?u[l.TILDELOOSE]:u[l.TILDE];return e.replace(r,((t,r,i,a,n)=>{let o;return s("tilde",e,t,r,i,a,n),y(r)?o="":y(i)?o=`>=${r}.0.0 <${+r+1}.0.0-0`:y(a)?o=`>=${r}.${i}.0 <${r}.${+i+1}.0-0`:n?(s("replaceTilde pr",n),o=`>=${r}.${i}.${a}-${n} <${r}.${+i+1}.0-0`):o=`>=${r}.${i}.${a} <${r}.${+i+1}.0-0`,s("tilde return",o),o}))},x=(e,t)=>e.trim().split(/\s+/).map((e=>k(e,t))).join(" "),k=(e,t)=>{s("caret",e,t);const r=t.loose?u[l.CARETLOOSE]:u[l.CARET],i=t.includePrerelease?"-0":"";return e.replace(r,((t,r,a,n,o)=>{let c;return s("caret",e,t,r,a,n,o),y(r)?c="":y(a)?c=`>=${r}.0.0${i} <${+r+1}.0.0-0`:y(n)?c="0"===r?`>=${r}.${a}.0${i} <${r}.${+a+1}.0-0`:`>=${r}.${a}.0${i} <${+r+1}.0.0-0`:o?(s("replaceCaret pr",o),c="0"===r?"0"===a?`>=${r}.${a}.${n}-${o} <${r}.${a}.${+n+1}-0`:`>=${r}.${a}.${n}-${o} <${r}.${+a+1}.0-0`:`>=${r}.${a}.${n}-${o} <${+r+1}.0.0-0`):(s("no pr"),c="0"===r?"0"===a?`>=${r}.${a}.${n}${i} <${r}.${a}.${+n+1}-0`:`>=${r}.${a}.${n}${i} <${r}.${+a+1}.0-0`:`>=${r}.${a}.${n} <${+r+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 r=t.loose?u[l.XRANGELOOSE]:u[l.XRANGE];return e.replace(r,((r,i,a,n,o,c)=>{s("xRange",e,r,i,a,n,o,c);const u=y(a),l=u||y(n),p=l||y(o),h=p;return"="===i&&h&&(i=""),c=t.includePrerelease?"-0":"",u?r=">"===i||"<"===i?"<0.0.0-0":"*":i&&h?(l&&(n=0),o=0,">"===i?(i=">=",l?(a=+a+1,n=0,o=0):(n=+n+1,o=0)):"<="===i&&(i="<",l?a=+a+1:n=+n+1),"<"===i&&(c="-0"),r=`${i+a}.${n}.${o}${c}`):l?r=`>=${a}.0.0${c} <${+a+1}.0.0-0`:p&&(r=`>=${a}.${n}.0${c} <${a}.${+n+1}.0-0`),s("xRange return",r),r}))},E=(e,t)=>(s("replaceStars",e,t),e.trim().replace(u[l.STAR],"")),S=(e,t)=>(s("replaceGTE0",e,t),e.trim().replace(u[t.includePrerelease?l.GTE0PRE:l.GTE0],"")),D=e=>(t,r,i,a,n,o,s,c,u,l,p,h,d)=>`${r=y(i)?"":y(a)?`>=${i}.0.0${e?"-0":""}`:y(n)?`>=${i}.${a}.0${e?"-0":""}`:o?`>=${r}`:`>=${r}${e?"-0":""}`} ${c=y(u)?"":y(l)?`<${+u+1}.0.0-0`:y(p)?`<${u}.${+l+1}.0-0`:h?`<=${u}.${l}.${p}-${h}`:e?`<${u}.${l}.${+p+1}-0`:`<=${c}`}`.trim(),A=(e,t,r)=>{for(let r=0;r0){const i=e[r].semver;if(i.major===t.major&&i.minor===t.minor&&i.patch===t.patch)return!0}return!1}return!0}},26376:(e,t,r)=>{const i=r(74225),{MAX_LENGTH:a,MAX_SAFE_INTEGER:n}=r(83295),{re:o,t:s}=r(55765),c=r(12893),{compareIdentifiers:u}=r(86742);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`);i("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const r=e.trim().match(t.loose?o[s.LOOSE]:o[s.FULL]);if(!r)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[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},13507:(e,t,r)=>{const i=r(33959);e.exports=(e,t)=>{const r=i(e.trim().replace(/^[=v]+/,""),t);return r?r.version:null}},7539:(e,t,r)=>{const i=r(58718),a=r(81194),n=r(71312),o=r(25903),s=r(21544),c=r(12056);e.exports=(e,t,r,u)=>{switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e===r;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e!==r;case"":case"=":case"==":return i(e,r,u);case"!=":return a(e,r,u);case">":return n(e,r,u);case">=":return o(e,r,u);case"<":return s(e,r,u);case"<=":return c(e,r,u);default:throw new TypeError(`Invalid operator: ${t}`)}}},99038:(e,t,r)=>{const i=r(26376),a=r(33959),{re:n,t:o}=r(55765);e.exports=(e,t)=>{if(e instanceof i)return e;if("number"==typeof e&&(e=String(e)),"string"!=typeof e)return null;let r=null;if((t=t||{}).rtl){let t;for(;(t=n[o.COERCERTL].exec(e))&&(!r||r.index+r[0].length!==e.length);)r&&t.index+t[0].length===r.index+r[0].length||(r=t),n[o.COERCERTL].lastIndex=t.index+t[1].length+t[2].length;n[o.COERCERTL].lastIndex=-1}else r=e.match(n[o.COERCE]);return null===r?null:a(`${r[2]}.${r[3]||"0"}.${r[4]||"0"}`,t)}},88880:(e,t,r)=>{const i=r(26376);e.exports=(e,t,r)=>{const a=new i(e,r),n=new i(t,r);return a.compare(n)||a.compareBuild(n)}},27880:(e,t,r)=>{const i=r(46269);e.exports=(e,t)=>i(e,t,!0)},46269:(e,t,r)=>{const i=r(26376);e.exports=(e,t,r)=>new i(e,r).compare(new i(t,r))},62378:(e,t,r)=>{const i=r(33959),a=r(58718);e.exports=(e,t)=>{if(a(e,t))return null;{const r=i(e),a=i(t),n=r.prerelease.length||a.prerelease.length,o=n?"pre":"",s=n?"prerelease":"";for(const e in r)if(("major"===e||"minor"===e||"patch"===e)&&r[e]!==a[e])return o+e;return s}}},58718:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>0===i(e,t,r)},71312:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>i(e,t,r)>0},25903:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>i(e,t,r)>=0},20253:(e,t,r)=>{const i=r(26376);e.exports=(e,t,r,a)=>{"string"==typeof r&&(a=r,r=void 0);try{return new i(e,r).inc(t,a).version}catch(e){return null}}},21544:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>i(e,t,r)<0},12056:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>i(e,t,r)<=0},38679:(e,t,r)=>{const i=r(26376);e.exports=(e,t)=>new i(e,t).major},87789:(e,t,r)=>{const i=r(26376);e.exports=(e,t)=>new i(e,t).minor},81194:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>0!==i(e,t,r)},33959:(e,t,r)=>{const{MAX_LENGTH:i}=r(83295),{re:a,t:n}=r(55765),o=r(26376),s=r(12893);e.exports=(e,t)=>{if(t=s(t),e instanceof o)return e;if("string"!=typeof e)return null;if(e.length>i)return null;if(!(t.loose?a[n.LOOSE]:a[n.FULL]).test(e))return null;try{return new o(e,t)}catch(e){return null}}},52358:(e,t,r)=>{const i=r(26376);e.exports=(e,t)=>new i(e,t).patch},57559:(e,t,r)=>{const i=r(33959);e.exports=(e,t)=>{const r=i(e,t);return r&&r.prerelease.length?r.prerelease:null}},79795:(e,t,r)=>{const i=r(46269);e.exports=(e,t,r)=>i(t,e,r)},63657:(e,t,r)=>{const i=r(88880);e.exports=(e,t)=>e.sort(((e,r)=>i(r,e,t)))},45712:(e,t,r)=>{const i=r(66902);e.exports=(e,t,r)=>{try{t=new i(t,r)}catch(e){return!1}return t.test(e)}},21100:(e,t,r)=>{const i=r(88880);e.exports=(e,t)=>e.sort(((e,r)=>i(e,r,t)))},76397:(e,t,r)=>{const i=r(33959);e.exports=(e,t)=>{const r=i(e,t);return r?r.version:null}},81249:(e,t,r)=>{const i=r(55765);e.exports={re:i.re,src:i.src,tokens:i.t,SEMVER_SPEC_VERSION:r(83295).SEMVER_SPEC_VERSION,SemVer:r(26376),compareIdentifiers:r(86742).compareIdentifiers,rcompareIdentifiers:r(86742).rcompareIdentifiers,parse:r(33959),valid:r(76397),clean:r(13507),inc:r(20253),diff:r(62378),major:r(38679),minor:r(87789),patch:r(52358),prerelease:r(57559),compare:r(46269),rcompare:r(79795),compareLoose:r(27880),compareBuild:r(88880),sort:r(21100),rsort:r(63657),gt:r(71312),lt:r(21544),eq:r(58718),neq:r(81194),gte:r(25903),lte:r(12056),cmp:r(7539),coerce:r(99038),Comparator:r(22257),Range:r(66902),satisfies:r(45712),toComparators:r(51042),maxSatisfying:r(85775),minSatisfying:r(71657),minVersion:r(95316),validRange:r(89042),outside:r(6826),gtr:r(97606),ltr:r(50032),intersects:r(82937),simplifyRange:r(17908),subset:r(50799)}},83295: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}},74225: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},86742:e=>{const t=/^[0-9]+$/,r=(e,r)=>{const i=t.test(e),a=t.test(r);return i&&a&&(e=+e,r=+r),e===r?0:i&&!a?-1:a&&!i?1:er(t,e)}},12893: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)),{}):{}},55765:(e,t,r)=>{const{MAX_SAFE_COMPONENT_LENGTH:i}=r(83295),a=r(74225),n=(t=e.exports={}).re=[],o=t.src=[],s=t.t={};let c=0;const u=(e,t,r)=>{const i=c++;a(i,t),s[e]=i,o[i]=t,n[i]=new RegExp(t,r?"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,${i}})(?:\\.(\\d{1,${i}}))?(?:\\.(\\d{1,${i}}))?(?:$|[^\\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*$")},96062:(e,t,r)=>{"use strict";const i=r(12221),a=Symbol("max"),n=Symbol("length"),o=Symbol("lengthCalculator"),s=Symbol("allowStale"),c=Symbol("maxAge"),u=Symbol("dispose"),l=Symbol("noDisposeOnSet"),p=Symbol("lruList"),h=Symbol("cache"),d=Symbol("updateAgeOnGet"),f=()=>1,m=(e,t,r)=>{const i=e[h].get(t);if(i){const t=i.value;if(g(e,t)){if(y(e,i),!e[s])return}else r&&(e[d]&&(i.value.now=Date.now()),e[p].unshiftNode(i));return t.value}},g=(e,t)=>{if(!t||!t.maxAge&&!e[c])return!1;const r=Date.now()-t.now;return t.maxAge?r>t.maxAge:e[c]&&r>e[c]},v=e=>{if(e[n]>e[a])for(let t=e[p].tail;e[n]>e[a]&&null!==t;){const r=t.prev;y(e,t),t=r}},y=(e,t)=>{if(t){const r=t.value;e[u]&&e[u](r.key,r.value),e[n]-=r.length,e[h].delete(r.key),e[p].removeNode(t)}};class b{constructor(e,t,r,i,a){this.key=e,this.value=t,this.length=r,this.now=i,this.maxAge=a||0}}const w=(e,t,r,i)=>{let a=r.value;g(e,a)&&(y(e,r),e[s]||(a=void 0)),a&&t.call(i,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||f;if(this[o]="function"!=typeof t?f: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[d]=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=f),e!==this[o]&&(this[o]=e,this[n]=0,this[p].forEach((e=>{e.length=this[o](e.value,e.key),this[n]+=e.length}))),v(this)}get lengthCalculator(){return this[o]}get length(){return this[n]}get itemCount(){return this[p].length}rforEach(e,t){t=t||this;for(let r=this[p].tail;null!==r;){const i=r.prev;w(this,e,r,t),r=i}}forEach(e,t){t=t||this;for(let r=this[p].head;null!==r;){const i=r.next;w(this,e,r,t),r=i}}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[h]=new Map,this[p]=new i,this[n]=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,r){if((r=r||this[c])&&"number"!=typeof r)throw new TypeError("maxAge must be a number");const i=r?Date.now():0,s=this[o](t,e);if(this[h].has(e)){if(s>this[a])return y(this,this[h].get(e)),!1;const o=this[h].get(e).value;return this[u]&&(this[l]||this[u](e,o.value)),o.now=i,o.maxAge=r,o.value=t,this[n]+=s-o.length,o.length=s,this.get(e),v(this),!0}const d=new b(e,t,s,i,r);return d.length>this[a]?(this[u]&&this[u](e,t),!1):(this[n]+=d.length,this[p].unshift(d),this[h].set(e,this[p].head),v(this),!0)}has(e){if(!this[h].has(e))return!1;const t=this[h].get(e).value;return!g(this,t)}get(e){return m(this,e,!0)}peek(e){return m(this,e,!1)}pop(){const e=this[p].tail;return e?(y(this,e),e.value):null}del(e){y(this,this[h].get(e))}load(e){this.reset();const t=Date.now();for(let r=e.length-1;r>=0;r--){const i=e[r],a=i.e||0;if(0===a)this.set(i.k,i.v);else{const e=a-t;e>0&&this.set(i.k,i.v,e)}}}prune(){this[h].forEach(((e,t)=>m(this,t,!1)))}}},19307:e=>{"use strict";e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}},12221:(e,t,r)=>{"use strict";function i(e){var t=this;if(t instanceof i||(t=new i),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 r=0,a=arguments.length;r1)r=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");i=this.head.next,r=this.head.value}for(var a=0;null!==i;a++)r=e(r,i.value,a),i=i.next;return r},i.prototype.reduceReverse=function(e,t){var r,i=this.tail;if(arguments.length>1)r=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");i=this.tail.prev,r=this.tail.value}for(var a=this.length-1;null!==i;a--)r=e(r,i.value,a),i=i.prev;return r},i.prototype.toArray=function(){for(var e=new Array(this.length),t=0,r=this.head;null!==r;t++)e[t]=r.value,r=r.next;return e},i.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,r=this.tail;null!==r;t++)e[t]=r.value,r=r.prev;return e},i.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var r=new i;if(tthis.length&&(t=this.length);for(var a=0,n=this.head;null!==n&&athis.length&&(t=this.length);for(var a=this.length,n=this.tail;null!==n&&a>t;a--)n=n.prev;for(;null!==n&&a>e;a--,n=n.prev)r.push(n.value);return r},i.prototype.splice=function(e,t,...r){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);for(var i=0,n=this.head;null!==n&&i{const i=r(6826);e.exports=(e,t,r)=>i(e,t,">",r)},82937:(e,t,r)=>{const i=r(66902);e.exports=(e,t,r)=>(e=new i(e,r),t=new i(t,r),e.intersects(t))},50032:(e,t,r)=>{const i=r(6826);e.exports=(e,t,r)=>i(e,t,"<",r)},85775:(e,t,r)=>{const i=r(26376),a=r(66902);e.exports=(e,t,r)=>{let n=null,o=null,s=null;try{s=new a(t,r)}catch(e){return null}return e.forEach((e=>{s.test(e)&&(n&&-1!==o.compare(e)||(n=e,o=new i(n,r)))})),n}},71657:(e,t,r)=>{const i=r(26376),a=r(66902);e.exports=(e,t,r)=>{let n=null,o=null,s=null;try{s=new a(t,r)}catch(e){return null}return e.forEach((e=>{s.test(e)&&(n&&1!==o.compare(e)||(n=e,o=new i(n,r)))})),n}},95316:(e,t,r)=>{const i=r(26376),a=r(66902),n=r(71312);e.exports=(e,t)=>{e=new a(e,t);let r=new i("0.0.0");if(e.test(r))return r;if(r=new i("0.0.0-0"),e.test(r))return r;r=null;for(let t=0;t{const t=new i(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":o&&!n(t,o)||(o=t);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${e.operator}`)}})),!o||r&&!n(r,o)||(r=o)}return r&&e.test(r)?r:null}},6826:(e,t,r)=>{const i=r(26376),a=r(22257),{ANY:n}=a,o=r(66902),s=r(45712),c=r(71312),u=r(21544),l=r(12056),p=r(25903);e.exports=(e,t,r,h)=>{let d,f,m,g,v;switch(e=new i(e,h),t=new o(t,h),r){case">":d=c,f=l,m=u,g=">",v=">=";break;case"<":d=u,f=p,m=c,g="<",v="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(s(e,t,h))return!1;for(let r=0;r{e.semver===n&&(e=new a(">=0.0.0")),o=o||e,s=s||e,d(e.semver,o.semver,h)?o=e:m(e.semver,s.semver,h)&&(s=e)})),o.operator===g||o.operator===v)return!1;if((!s.operator||s.operator===g)&&f(e,s.semver))return!1;if(s.operator===v&&m(e,s.semver))return!1}return!0}},17908:(e,t,r)=>{const i=r(45712),a=r(46269);e.exports=(e,t,r)=>{const n=[];let o=null,s=null;const c=e.sort(((e,t)=>a(e,t,r)));for(const e of c)i(e,t,r)?(s=e,o||(o=e)):(s&&n.push([o,s]),s=null,o=null);o&&n.push([o,null]);const u=[];for(const[e,t]of n)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 i=r(66902),a=r(22257),{ANY:n}=a,o=r(45712),s=r(46269),c=(e,t,r)=>{if(e===t)return!0;if(1===e.length&&e[0].semver===n){if(1===t.length&&t[0].semver===n)return!0;e=r.includePrerelease?[new a(">=0.0.0-0")]:[new a(">=0.0.0")]}if(1===t.length&&t[0].semver===n){if(r.includePrerelease)return!0;t=[new a(">=0.0.0")]}const i=new Set;let c,p,h,d,f,m,g;for(const t of e)">"===t.operator||">="===t.operator?c=u(c,t,r):"<"===t.operator||"<="===t.operator?p=l(p,t,r):i.add(t.semver);if(i.size>1)return null;if(c&&p){if(h=s(c.semver,p.semver,r),h>0)return null;if(0===h&&(">="!==c.operator||"<="!==p.operator))return null}for(const e of i){if(c&&!o(e,String(c),r))return null;if(p&&!o(e,String(p),r))return null;for(const i of t)if(!o(e,String(i),r))return!1;return!0}let v=!(!p||r.includePrerelease||!p.semver.prerelease.length)&&p.semver,y=!(!c||r.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,m=m||"<"===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(d=u(c,e,r),d===e&&d!==c)return!1}else if(">="===c.operator&&!o(c.semver,String(e),r))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(f=l(p,e,r),f===e&&f!==p)return!1}else if("<="===p.operator&&!o(p.semver,String(e),r))return!1;if(!e.operator&&(p||c)&&0!==h)return!1}return!(c&&m&&!p&&0!==h||p&&g&&!c&&0!==h||y||v)},u=(e,t,r)=>{if(!e)return t;const i=s(e.semver,t.semver,r);return i>0?e:i<0||">"===t.operator&&">="===e.operator?t:e},l=(e,t,r)=>{if(!e)return t;const i=s(e.semver,t.semver,r);return i<0?e:i>0||"<"===t.operator&&"<="===e.operator?t:e};e.exports=(e,t,r={})=>{if(e===t)return!0;e=new i(e,r),t=new i(t,r);let a=!1;e:for(const i of e.set){for(const e of t.set){const t=c(i,e,r);if(a=a||null!==t,t)continue e}if(a)return!1}return!0}},51042:(e,t,r)=>{const i=r(66902);e.exports=(e,t)=>new i(e,t).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" ")))},89042:(e,t,r)=>{const i=r(66902);e.exports=(e,t)=>{try{return new i(e,t).range||"*"}catch(e){return null}}},30329:(e,t,r)=>{"use strict";var i=r(93560),a=r(15158)("send"),n=r(40412)("send"),o=r(26149),s=r(10517),c=r(95573),u=r(25859),l=r(59635),p=r(35747),h=r(45518),d=r(82161),f=r(80338),m=r(14622),g=r(85622),v=r(54917),y=r(92413),b=r(31669),w=g.extname,x=g.join,k=g.normalize,_=g.resolve,j=g.sep,E=/^ *bytes=/,S=31536e6,D=/(?:^|[\\/])\.\.(?:[\\/]|$)/;function A(e,t,r){y.call(this);var i=r||{};if(this.options=i,this.path=t,this.req=e,this._acceptRanges=void 0===i.acceptRanges||Boolean(i.acceptRanges),this._cacheControl=void 0===i.cacheControl||Boolean(i.cacheControl),this._etag=void 0===i.etag||Boolean(i.etag),this._dotfiles=void 0!==i.dotfiles?i.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(i.hidden),void 0!==i.hidden&&n("hidden: use dotfiles: '"+(this._hidden?"allow":"ignore")+"' instead"),void 0===i.dotfiles&&(this._dotfiles=void 0),this._extensions=void 0!==i.extensions?F(i.extensions,"extensions option"):[],this._immutable=void 0!==i.immutable&&Boolean(i.immutable),this._index=void 0!==i.index?F(i.index,"index option"):["index.html"],this._lastModified=void 0===i.lastModified||Boolean(i.lastModified),this._maxage=i.maxAge||i.maxage,this._maxage="string"==typeof this._maxage?d(this._maxage):Number(this._maxage),this._maxage=isNaN(this._maxage)?0:Math.min(Math.max(0,this._maxage),S),this._root=i.root?_(i.root):null,!this._root&&i.from&&this.from(i.from)}function C(e,t,r){return e+" "+(r?r.start+"-"+r.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 P(e,t){return("function"!=typeof e.listenerCount?e.listeners(t).length:e.listenerCount(t))>0}function F(e,t){for(var r=[].concat(e||[]),i=0;ia}return!1},A.prototype.removeContentHeaderFields=function(){for(var e=this.res,t=O(e),r=0;r=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 I(this.res.getHeader("Last-Modified"))<=I(e)},A.prototype.redirect=function(e){var t=this.res;if(P(this,"directory"))this.emit("directory",t,e);else if(this.hasTrailingSlash())this.error(403);else{var r=s(function(e){for(var t=0;t1?"/"+e.substr(t):e}(this.path+"/")),i=T("Redirecting",'Redirecting to '+c(r)+"");t.statusCode=301,t.setHeader("Content-Type","text/html; charset=UTF-8"),t.setHeader("Content-Length",Buffer.byteLength(i)),t.setHeader("Content-Security-Policy","default-src 'none'"),t.setHeader("X-Content-Type-Options","nosniff"),t.setHeader("Location",r),t.end(i)}},A.prototype.pipe=function(e){var t=this._root;this.res=e;var r,i=function(e){try{return decodeURIComponent(e)}catch(e){return-1}}(this.path);if(-1===i)return this.error(400),e;if(~i.indexOf("\0"))return this.error(400),e;if(null!==t){if(i&&(i=k("."+j+i)),D.test(i))return a('malicious path "%s"',i),this.error(403),e;r=i.split(j),i=k(x(t,i))}else{if(D.test(i))return a('malicious path "%s"',i),this.error(403),e;r=k(i).split(j),i=_(i)}if(function(e){for(var t=0;t1&&"."===r[0])return!0}return!1}(r)){var n=this._dotfiles;switch(void 0===n&&(n="."===r[r.length-1][0]?this._hidden?"allow":"ignore":"allow"),a('%s dotfile "%s"',n,i),n){case"allow":break;case"deny":return this.error(403),e;case"ignore":default:return this.error(404),e}}return this._index.length&&this.hasTrailingSlash()?(this.sendIndex(i),e):(this.sendFile(i),e)},A.prototype.send=function(e,t){var r=t.size,i=this.options,n={},o=this.res,s=this.req,c=s.headers.range,u=i.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(r=Math.max(0,r-u),void 0!==i.end){var l=i.end-u+1;r>l&&(r=l)}if(this._acceptRanges&&E.test(c)){if(c=m(r,c,{combine:!0}),this.isRangeFresh()||(a("range stale"),c=-2),-1===c)return a("range unsatisfiable"),o.setHeader("Content-Range",C("bytes",r)),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",C("bytes",r,c[0])),u+=c[0].start,r=c[0].end-c[0].start+1)}for(var p in i)n[p]=i[p];n.start=u,n.end=Math.max(u,u+r-1),o.setHeader("Content-Length",r),"HEAD"!==s.method?this.stream(e,n):o.end()}},A.prototype.sendFile=function(e){var t=0,r=this;function i(n){if(r._extensions.length<=t)return n?r.onStatError(n):r.error(404);var o=e+"."+r._extensions[t++];a('stat "%s"',o),p.stat(o,(function(e,t){return e?i(e):t.isDirectory()?i():(r.emit("file",o,t),void r.send(o,t))}))}a('stat "%s"',e),p.stat(e,(function(t,a){return t&&"ENOENT"===t.code&&!w(e)&&e[e.length-1]!==j?i(t):t?r.onStatError(t):a.isDirectory()?r.redirect(e):(r.emit("file",e,a),void r.send(e,a))}))},A.prototype.sendIndex=function(e){var t=-1,r=this;!function i(n){if(++t>=r._index.length)return n?r.onStatError(n):r.error(404);var o=x(e,r._index[t]);a('stat "%s"',o),p.stat(o,(function(e,t){return e?i(e):t.isDirectory()?i():(r.emit("file",o,t),void r.send(o,t))}))}()},A.prototype.stream=function(e,t){var r=!1,i=this,a=this.res,n=p.createReadStream(e,t);this.emit("stream",n),n.pipe(a),f(a,(function(){r=!0,o(n)})),n.on("error",(function(e){r||(r=!0,o(n),i.onStatError(e))})),n.on("end",(function(){i.emit("end")}))},A.prototype.type=function(e){var t=this.res;if(!t.getHeader("Content-Type")){var r=h.lookup(e);if(r){var i=h.charsets.lookup(r);a("content-type %s",r),t.setHeader("Content-Type",r+(i?"; charset="+i:""))}else a("no content-type")}},A.prototype.setHeader=function(e,t){var r=this.res;if(this.emit("headers",r,e,t),this._acceptRanges&&!r.getHeader("Accept-Ranges")&&(a("accept ranges"),r.setHeader("Accept-Ranges","bytes")),this._cacheControl&&!r.getHeader("Cache-Control")){var i="public, max-age="+Math.floor(this._maxage/1e3);this._immutable&&(i+=", immutable"),a("cache-control %s",i),r.setHeader("Cache-Control",i)}if(this._lastModified&&!r.getHeader("Last-Modified")){var n=t.mtime.toUTCString();a("modified %s",n),r.setHeader("Last-Modified",n)}if(this._etag&&!r.getHeader("ETag")){var o=u(t);a("etag %s",o),r.setHeader("ETag",o)}}},93560:(e,t,r)=>{"use strict";var i=r(40412)("http-errors"),a=r(66644),n=r(54917),o=r(94378),s=r(72953);function c(e){return Number(String(e).charAt(0)+"00")}function u(e,t){var r=Object.getOwnPropertyDescriptor(e,"name");r&&r.configurable&&(r.value=t,Object.defineProperty(e,"name",r))}e.exports=function e(){for(var t,r,a=500,o={},s=0;s=600)&&i("non-error status code; use only 4xx or 5xx status codes"),("number"!=typeof a||!n[a]&&(a<400||a>=600))&&(a=500);var l=e[a]||e[c(a)];for(var p in t||(t=l?new l(r):new Error(r||n[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,r){t.forEach((function(t){var i,l=s(n[t]);switch(c(t)){case 400:i=function(e,t,r){var i=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:n[r],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:i,writable:!0}),o}return o(s,e),u(s,i),s.prototype.status=r,s.prototype.statusCode=r,s.prototype.expose=!0,s}(r,l,t);break;case 500:i=function(e,t,r){var i=t.match(/Error$/)?t:t+"Error";function s(e){var t=null!=e?e:n[r],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:i,writable:!0}),o}return o(s,e),u(s,i),s.prototype.status=r,s.prototype.statusCode=r,s.prototype.expose=!1,s}(r,l,t)}i&&(e[t]=i,e[l]=i)})),e["I'mateapot"]=i.function(e.ImATeapot,'"I\'mateapot"; use "ImATeapot" instead')}(e.exports,n.codes,e.exports.HttpError)},82161:e=>{var t=1e3,r=60*t,i=60*r,a=24*i;function n(e,t,r,i){var a=t>=1.5*r;return Math.round(e/r)+" "+i+(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 n=/^((?:\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(n){var o=parseFloat(n[1]);switch((n[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*i;case"minutes":case"minute":case"mins":case"min":case"m":return o*r;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?n(s,c,a,"day"):c>=i?n(s,c,i,"hour"):c>=r?n(s,c,r,"minute"):c>=t?n(s,c,t,"second"):s+" ms"):function(e){var n=Math.abs(e);return n>=a?Math.round(e/a)+"d":n>=i?Math.round(e/i)+"h":n>=r?Math.round(e/r)+"m":n>=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,r)=>{"use strict";var i=r(10517),a=r(95573),n=r(18317),o=r(85622).resolve,s=r(30329),c=r(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 r=Object.create(t||null),u=!1!==r.fallthrough,l=!1!==r.redirect,p=r.setHeaders;if(p&&"function"!=typeof p)throw new TypeError("option setHeaders must be function");r.maxage=r.maxage||r.maxAge||0,r.root=o(e);var h=l?function(e){if(this.hasTrailingSlash())this.error(404);else{var t=n.original(this.req);t.path=null,t.pathname=function(e){for(var t=0;t1?"/"+e.substr(t):e}(t.pathname+"/");var r=i(c.format(t)),o=("Redirecting",'\n\n\n\nRedirecting\n\n\n
'+('Redirecting to '+a(r)+"")+"
\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",r),e.end(o)}}:function(){this.error(404)};return function(e,t,i){if("GET"!==e.method&&"HEAD"!==e.method)return u?i():(t.statusCode=405,t.setHeader("Allow","GET, HEAD"),t.setHeader("Content-Length","0"),void t.end());var a=!u,o=n.original(e),c=n(e).pathname;"/"===c&&"/"!==o.pathname.substr(-1)&&(c="");var l=s(e,c,r);l.on("directory",h),p&&l.on("headers",p),u&&l.on("file",(function(){a=!0})),l.on("error",(function(e){!a&&e.statusCode<500?i():i(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 r in t)e.hasOwnProperty(r)||(e[r]=t[r]);return e})},37478:(e,t,r)=>{"use strict";var i=r(40210),a=r(21924),n=r(27470),o=i("%TypeError%"),s=i("%WeakMap%",!0),c=i("%Map%",!0),u=a("WeakMap.prototype.get",!0),l=a("WeakMap.prototype.set",!0),p=a("WeakMap.prototype.has",!0),h=a("Map.prototype.get",!0),d=a("Map.prototype.set",!0),f=a("Map.prototype.has",!0),m=function(e,t){for(var r,i=e;null!==(r=i.next);i=r)if(r.key===t)return i.next=r.next,r.next=e.next,e.next=r,r};e.exports=function(){var e,t,r,i={assert:function(e){if(!i.has(e))throw new o("Side channel does not contain "+n(e))},get:function(i){if(s&&i&&("object"==typeof i||"function"==typeof i)){if(e)return u(e,i)}else if(c){if(t)return h(t,i)}else if(r)return function(e,t){var r=m(e,t);return r&&r.value}(r,i)},has:function(i){if(s&&i&&("object"==typeof i||"function"==typeof i)){if(e)return p(e,i)}else if(c){if(t)return f(t,i)}else if(r)return function(e,t){return!!m(e,t)}(r,i);return!1},set:function(i,a){s&&i&&("object"==typeof i||"function"==typeof i)?(e||(e=new s),l(e,i,a)):c?(t||(t=new c),d(t,i,a)):(r||(r={key:{},next:null}),function(e,t,r){var i=m(e,t);i?i.value=r:e.next={key:t,next:e.next,value:r}}(r,i,a))}};return i}},27470:(e,t,r)=>{var i="function"==typeof Map&&Map.prototype,a=Object.getOwnPropertyDescriptor&&i?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,n=i&&a&&"function"==typeof a.get?a.get:null,o=i&&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,h="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,d="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,f=Boolean.prototype.valueOf,m=Object.prototype.toString,g=Function.prototype.toString,v=String.prototype.match,y="function"==typeof BigInt?BigInt.prototype.valueOf:null,b=Object.getOwnPropertySymbols,w="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,x="function"==typeof Symbol&&"object"==typeof Symbol.iterator,k=Object.prototype.propertyIsEnumerable,_=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null),j=r(90830).custom,E=j&&T(j)?j:null,S="function"==typeof Symbol&&void 0!==Symbol.toStringTag?Symbol.toStringTag:null;function D(e,t,r){var i="double"===(r.quoteStyle||t)?'"':"'";return i+e+i}function A(e){return String(e).replace(/"/g,""")}function C(e){return!("[object Array]"!==F(e)||S&&"object"==typeof e&&S in e)}function T(e){if(x)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!w)return!1;try{return w.call(e),!0}catch(e){}return!1}e.exports=function e(t,r,i,a){var s=r||{};if(P(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(P(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=!P(s,"customInspect")||s.customInspect;if("boolean"!=typeof c&&"symbol"!==c)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(P(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 m=void 0===s.depth?5:s.depth;if(void 0===i&&(i=0),i>=m&&m>0&&"object"==typeof t)return C(t)?"[Array]":"[Object]";var b,k=function(e,t){var r;if("\t"===e.indent)r="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;r=Array(e.indent+1).join(" ")}return{base:r,prev:Array(t+1).join(r)}}(s,i);if(void 0===a)a=[];else if(I(a,t)>=0)return"[Circular]";function j(t,r,n){if(r&&(a=a.slice()).push(r),n){var o={depth:s.depth};return P(s,"quoteStyle")&&(o.quoteStyle=s.quoteStyle),e(t,o,i+1,a)}return e(t,s,i+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),B=U(t,j);return"[Function"+(O?": "+O:" (anonymous)")+"]"+(B.length>0?" { "+B.join(", ")+" }":"")}if(T(t)){var M=x?String(t).replace(/^(Symbol\(.*\))_[^)]*$/,"$1"):w.call(t);return"object"!=typeof t||x?M:R(M)}if((b=t)&&"object"==typeof b&&("undefined"!=typeof HTMLElement&&b instanceof HTMLElement||"string"==typeof b.nodeName&&"function"==typeof b.getAttribute)){for(var $="<"+String(t.nodeName).toLowerCase(),H=t.attributes||[],V=0;V"}if(C(t)){if(0===t.length)return"[]";var G=U(t,j);return k&&!function(e){for(var t=0;t=0)return!1;return!0}(G)?"["+N(G,k)+"]":"[ "+G.join(", ")+" ]"}if(function(e){return!("[object Error]"!==F(e)||S&&"object"==typeof e&&S in e)}(t)){var W=U(t,j);return 0===W.length?"["+String(t)+"]":"{ ["+String(t)+"] "+W.join(", ")+" }"}if("object"==typeof t&&c){if(E&&"function"==typeof t[E])return t[E]();if("symbol"!==c&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!n||!e||"object"!=typeof e)return!1;try{n.call(e);try{u.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var K=[];return o.call(t,(function(e,r){K.push(j(r,t,!0)+" => "+j(e,t))})),q("Map",n.call(t),K,k)}if(function(e){if(!u||!e||"object"!=typeof e)return!1;try{u.call(e);try{n.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var Q=[];return l.call(t,(function(e){Q.push(j(e,t))})),q("Set",u.call(t),Q,k)}if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{p.call(e,p);try{h.call(e,h)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return L("WeakMap");if(function(e){if(!h||!e||"object"!=typeof e)return!1;try{h.call(e,h);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return L("WeakSet");if(function(e){if(!d||!e||"object"!=typeof e)return!1;try{return d.call(e),!0}catch(e){}return!1}(t))return L("WeakRef");if(function(e){return!("[object Number]"!==F(e)||S&&"object"==typeof e&&S in e)}(t))return R(j(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 R(j(y.call(t)));if(function(e){return!("[object Boolean]"!==F(e)||S&&"object"==typeof e&&S in e)}(t))return R(f.call(t));if(function(e){return!("[object String]"!==F(e)||S&&"object"==typeof e&&S in e)}(t))return R(j(String(t)));if(!function(e){return!("[object Date]"!==F(e)||S&&"object"==typeof e&&S in e)}(t)&&!function(e){return!("[object RegExp]"!==F(e)||S&&"object"==typeof e&&S in e)}(t)){var Y=U(t,j),J=_?_(t)===Object.prototype:t instanceof Object||t.constructor===Object,Z=t instanceof Object?"":"null prototype",X=!J&&S&&Object(t)===t&&S in t?F(t).slice(8,-1):Z?"Object":"",ee=(J||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(X||Z?"["+[].concat(X||[],Z||[]).join(": ")+"] ":"");return 0===Y.length?ee+"{}":k?ee+"{"+N(Y,k)+"}":ee+"{ "+Y.join(", ")+" }"}return String(t)};var O=Object.prototype.hasOwnProperty||function(e){return e in this};function P(e,t){return O.call(e,t)}function F(e){return m.call(e)}function I(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,i=e.length;rt.maxStringLength){var r=e.length-t.maxStringLength,i="... "+r+" more character"+(r>1?"s":"");return z(e.slice(0,t.maxStringLength),t)+i}return D(e.replace(/(['\\])/g,"\\$1").replace(/[\x00-\x1f]/g,B),"single",t)}function B(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+t.toString(16).toUpperCase()}function R(e){return"Object("+e+")"}function L(e){return e+" { ? }"}function q(e,t,r,i){return e+" ("+t+") {"+(i?N(r,i):r.join(", "))+"}"}function N(e,t){if(0===e.length)return"";var r="\n"+t.prev+t.base;return r+e.join(","+r)+"\n"+t.prev}function U(e,t){var r=C(e),i=[];if(r){i.length=e.length;for(var a=0;a{e.exports=r(31669).inspect},74392:(e,t,r)=>{"use strict";var i=r(29528);e.exports.builder=function(){return i.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 r=this;return new Promise((function(t,i){e(r,(function(e,r){e?i(e):t(r)}))}))}e(this,t)};var r=function(){};r.prototype._setter=function(e){return function(t){return this[e]=t,this}},r.prototype.withHost=r.prototype._setter("host"),r.prototype.withPort=r.prototype._setter("port"),r.prototype.withScheme=r.prototype._setter("scheme"),r.prototype.withPath=r.prototype._setter("path"),r.prototype._assigner=function(e){return function(){for(var t=0;t0?Object.assign(e||{},t):e},r.prototype.build=function(){return new t(this)},e.exports.builder=function(){return new r}},12749:(e,t,r)=>{"use strict";var i=r(94141),{TimeoutError:a,WebapiError:n,WebapiRegularError:o,WebapiAuthenticationError:s,WebapiPlayerError:c}=r(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,r,u){var l=e.bind(i)(r);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 n(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 r=l(e),a=i.get;u._makeRequest(a,r,e.getURI(),t)},u.post=function(e,t){var r=l(e),a=i.post;u._makeRequest(a,r,e.getURI(),t)},u.del=function(e,t){var r=l(e),a=i.del;u._makeRequest(a,r,e.getURI(),t)},u.put=function(e,t){var r=l(e),a=i.put;u._makeRequest(a,r,e.getURI(),t)},e.exports=u},54936:e=>{class t extends Error{get name(){return this.constructor.name}}class r extends t{constructor(e,t,r,i){super(i),this.body=e,this.headers=t,this.statusCode=r}}e.exports={WebapiError:r,TimeoutError:class extends t{constructor(){super("A timeout occurred while communicating with Spotify's Web API.")}},WebapiRegularError:class extends r{constructor(e,t,r){super(e,t,r,"An error occurred while communicating with Spotify's Web API.\nDetails: "+e.error.message+".")}},WebapiAuthenticationError:class extends r{constructor(e,t,r){super(e,t,r,"An authentication error occurred while communicating with Spotify's Web API.\nDetails: "+e.error+(e.error_description?" "+e.error_description+".":"."))}},WebapiPlayerError:class extends r{constructor(e,t,r){super(e,t,r,"An error occurred while communicating with Spotify's Web API.\nDetails: "+e.error.message+(e.error.reason?" "+e.error.reason+".":"."))}}}},44799:(e,t,r)=>{"use strict";var i=r(74392),a=r(12749);e.exports={createAuthorizeURL:function(e,t,r,a="code"){return i.builder().withPath("/authorize").withQueryParameters({client_id:this.getClientId(),response_type:a,redirect_uri:this.getRedirectURI(),scope:e.join("%20"),state:t,show_dialog:r&&!!r}).build().getURL()},clientCredentialsGrant:function(e){return i.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 i.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 i.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,r)=>{var i=r(5646),a=r(44799);i._addMethods(a),e.exports=i},5646:(e,t,r)=>{"use strict";r(74392);var i=r(36300),a=r(12749);function n(e){this._credentials=e||{}}n.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,r){return i.builder(this.getAccessToken()).withPath("/v1/tracks/"+e).withQueryParameters(t).build().execute(a.get,r)},getTracks:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/tracks").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,r)},getAlbum:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/albums/"+e).withQueryParameters(t).build().execute(a.get,r)},getAlbums:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/albums").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,r)},getArtist:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/artists/"+e).build().execute(a.get,t)},getArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/artists").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},search:function(e,t,r,n){return i.builder(this.getAccessToken()).withPath("/v1/search/").withQueryParameters({type:t.join(","),q:e},r).build().execute(a.get,n)},searchAlbums:function(e,t,r){return this.search(e,["album"],t,r)},searchArtists:function(e,t,r){return this.search(e,["artist"],t,r)},searchTracks:function(e,t,r){return this.search(e,["track"],t,r)},searchPlaylists:function(e,t,r){return this.search(e,["playlist"],t,r)},getArtistAlbums:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/artists/"+e+"/albums").withQueryParameters(t).build().execute(a.get,r)},getAlbumTracks:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/albums/"+e+"/tracks").withQueryParameters(t).build().execute(a.get,r)},getArtistTopTracks:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/artists/"+e+"/top-tracks").withQueryParameters({country:t}).build().execute(a.get,r)},getArtistRelatedArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/artists/"+e+"/related-artists").build().execute(a.get,t)},getUser:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/users/"+encodeURIComponent(e)).build().execute(a.get,t)},getMe:function(e){return i.builder(this.getAccessToken()).withPath("/v1/me").build().execute(a.get,e)},getUserPlaylists:function(e,t,r){var n;return"string"==typeof e?n="/v1/users/"+encodeURIComponent(e)+"/playlists":"object"==typeof e?(r=t,t=e,n="/v1/me/playlists"):n="/v1/me/playlists",i.builder(this.getAccessToken()).withPath(n).withQueryParameters(t).build().execute(a.get,r)},getPlaylist:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e).withQueryParameters(t).build().execute(a.get,r)},getPlaylistTracks:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withQueryParameters(t).build().execute(a.get,r)},createPlaylist:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/me/playlists").withHeaders({"Content-Type":"application/json"}).withBodyParameters({name:e},t).build().execute(a.post,r)},followPlaylist:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/followers").withHeaders({"Content-Type":"application/json"}).withBodyParameters(t).build().execute(a.put,r)},unfollowPlaylist:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/followers").build().execute(a.del,t)},changePlaylistDetails:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e).withHeaders({"Content-Type":"application/json"}).withBodyParameters(t).build().execute(a.put,r)},uploadCustomPlaylistCoverImage:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/images").withHeaders({"Content-Type":"image/jpeg"}).withBodyParameters(t).build().execute(a.put,r)},addTracksToPlaylist:function(e,t,r,n){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withQueryParameters(r).withBodyParameters({uris:t}).build().execute(a.post,n)},removeTracksFromPlaylist:function(e,t,r,n){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({tracks:t},r).build().execute(a.del,n)},removeTracksFromPlaylistByPosition:function(e,t,r,n){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({positions:t,snapshot_id:r}).build().execute(a.del,n)},replaceTracksInPlaylist:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({uris:t}).build().execute(a.put,r)},reorderTracksInPlaylist:function(e,t,r,n,o){return i.builder(this.getAccessToken()).withPath("/v1/playlists/"+e+"/tracks").withHeaders({"Content-Type":"application/json"}).withBodyParameters({range_start:t,insert_before:r},n).build().execute(a.put,o)},getAudioFeaturesForTrack:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/audio-features/"+e).build().execute(a.get,t)},getAudioAnalysisForTrack:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/audio-analysis/"+e).build().execute(a.get,t)},getAudioFeaturesForTracks:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/audio-features").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},getRecommendations:function(e,t){var r={},n=["seed_artists","seed_genres","seed_tracks"];for(var o in e)e.hasOwnProperty(o)&&(-1!==n.indexOf(o)&&"[object Array]"===Object.prototype.toString.call(e[o])?r[o]=e[o].join(","):r[o]=e[o]);return i.builder(this.getAccessToken()).withPath("/v1/recommendations").withQueryParameters(r).build().execute(a.get,t)},getAvailableGenreSeeds:function(e){return i.builder(this.getAccessToken()).withPath("/v1/recommendations/available-genre-seeds").build().execute(a.get,e)},getMySavedTracks:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/tracks").withQueryParameters(e).build().execute(a.get,t)},containsMySavedTracks:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/tracks/contains").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},removeFromMySavedTracks:function(e,t){return i.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 i.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 i.builder(this.getAccessToken()).withPath("/v1/me/albums").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.del,t)},addToMySavedAlbums:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/albums").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.put,t)},getMySavedAlbums:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/albums").withQueryParameters(e).build().execute(a.get,t)},containsMySavedAlbums:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/albums/contains").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},getMyTopArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/top/artists").withQueryParameters(e).build().execute(a.get,t)},getMyTopTracks:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/top/tracks").withQueryParameters(e).build().execute(a.get,t)},getMyRecentlyPlayedTracks:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/player/recently-played").withQueryParameters(e).build().execute(a.get,t)},addToQueue:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/me/player/queue").withQueryParameters({uri:e},t).build().execute(a.post,r)},getMyDevices:function(e){return i.builder(this.getAccessToken()).withPath("/v1/me/player/devices").build().execute(a.get,e)},getMyCurrentPlayingTrack:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/player/currently-playing").withQueryParameters(e).build().execute(a.get,t)},getMyCurrentPlaybackState:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/player").withQueryParameters(e).build().execute(a.get,t)},transferMyPlayback:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/me/player").withHeaders({"Content-Type":"application/json"}).withBodyParameters({device_ids:e},t).build().execute(a.put,r)},play:function(e,t){var r=e||{},n=r.device_id?{device_id:r.device_id}:null,o={};return["context_uri","uris","offset","position_ms"].forEach((function(e){e in r&&(o[e]=r[e])})),i.builder(this.getAccessToken()).withPath("/v1/me/player/play").withQueryParameters(n).withHeaders({"Content-Type":"application/json"}).withBodyParameters(o).build().execute(a.put,t)},pause:function(e,t){return i.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 i.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 i.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,r){var n={position_ms:e};return t&&"device_id"in t&&(n.device_id=t.device_id),i.builder(this.getAccessToken()).withPath("/v1/me/player/seek").withQueryParameters(n).build().execute(a.put,r)},setRepeat:function(e,t,r){var n={state:e};return t&&"device_id"in t&&(n.device_id=t.device_id),i.builder(this.getAccessToken()).withPath("/v1/me/player/repeat").withQueryParameters(n).build().execute(a.put,r)},setShuffle:function(e,t,r){var n={state:e};return t&&"device_id"in t&&(n.device_id=t.device_id),i.builder(this.getAccessToken()).withPath("/v1/me/player/shuffle").withQueryParameters(n).build().execute(a.put,r)},setVolume:function(e,t,r){var n={volume_percent:e};return t&&"device_id"in t&&(n.device_id=t.device_id),i.builder(this.getAccessToken()).withPath("/v1/me/player/volume").withQueryParameters(n).build().execute(a.put,r)},followUsers:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"user"}).build().execute(a.put,t)},followArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"artist"}).build().execute(a.put,t)},unfollowUsers:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"user"}).build().execute(a.del,t)},unfollowArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({ids:e.join(","),type:"artist"}).build().execute(a.del,t)},isFollowingUsers:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following/contains").withQueryParameters({ids:e.join(","),type:"user"}).build().execute(a.get,t)},getFollowedArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following").withQueryParameters({type:"artist"},e).build().execute(a.get,t)},areFollowingPlaylist:function(e,t,r,n){return i.builder(this.getAccessToken()).withPath("/v1/users/"+encodeURIComponent(e)+"/playlists/"+t+"/followers/contains").withQueryParameters({ids:r.join(",")}).build().execute(a.get,n)},isFollowingArtists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/following/contains").withQueryParameters({ids:e.join(","),type:"artist"}).build().execute(a.get,t)},getNewReleases:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/browse/new-releases").withQueryParameters(e).build().execute(a.get,t)},getFeaturedPlaylists:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/browse/featured-playlists").withQueryParameters(e).build().execute(a.get,t)},getCategories:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/browse/categories").withQueryParameters(e).build().execute(a.get,t)},getCategory:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/browse/categories/"+e).withQueryParameters(t).build().execute(a.get,r)},getPlaylistsForCategory:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/browse/categories/"+e+"/playlists").withQueryParameters(t).build().execute(a.get,r)},getShow:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/shows/"+e).withQueryParameters(t).build().execute(a.get,r)},getShows:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/shows").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,r)},containsMySavedShows:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/shows/contains").withQueryParameters({ids:e.join(",")}).build().execute(a.get,t)},removeFromMySavedShows:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/shows").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.del,t)},addToMySavedShows:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/shows").withHeaders({"Content-Type":"application/json"}).withBodyParameters(e).build().execute(a.put,t)},getMySavedShows:function(e,t){return i.builder(this.getAccessToken()).withPath("/v1/me/shows").withQueryParameters(e).build().execute(a.get,t)},getShowEpisodes:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/shows/"+e+"/episodes").withQueryParameters(t).build().execute(a.get,r)},searchShows:function(e,t,r){return this.search(e,["show"],t,r)},searchEpisodes:function(e,t,r){return this.search(e,["episode"],t,r)},getEpisode:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/episodes/"+e).withQueryParameters(t).build().execute(a.get,r)},getEpisodes:function(e,t,r){return i.builder(this.getAccessToken()).withPath("/v1/episodes").withQueryParameters({ids:e.join(",")},t).build().execute(a.get,r)}},n._addMethods=function(e){for(var t in e)e.hasOwnProperty(t)&&(this.prototype[t]=e[t])},e.exports=n},36300:(e,t,r)=>{"use strict";var i=r(29528);e.exports.builder=function(e){return i.builder().withHost("api.spotify.com").withPort(443).withScheme("https").withAuth(e)}},95280:(e,t,r)=>{var i=r(2399).Buffer,a={dsa:{parts:["p","q","g","y"],sizePart:"p"},rsa:{parts:["e","n"],sizePart:"n"},ecdsa:{parts:["curve","Q"],sizePart:"Q"},ed25519:{parts:["A"],sizePart:"A"}};a.curve25519=a.ed25519;var n={dsa:{parts:["p","q","g","y","x"]},rsa:{parts:["n","e","d","iqmp","p","q"]},ecdsa:{parts:["curve","Q","d"]},ed25519:{parts:["A","k"]}};n.curve25519=n.ed25519;var o={nistp256:{size:256,pkcs8oid:"1.2.840.10045.3.1.7",p:i.from("00ffffffff 00000001 00000000 0000000000000000 ffffffff ffffffff ffffffff".replace(/ /g,""),"hex"),a:i.from("00FFFFFFFF 00000001 00000000 0000000000000000 FFFFFFFF FFFFFFFF FFFFFFFC".replace(/ /g,""),"hex"),b:i.from("5ac635d8 aa3a93e7 b3ebbd55 769886bc651d06b0 cc53b0f6 3bce3c3e 27d2604b".replace(/ /g,""),"hex"),s:i.from("00c49d3608 86e70493 6a6678e1 139d26b7819f7e90".replace(/ /g,""),"hex"),n:i.from("00ffffffff 00000000 ffffffff ffffffffbce6faad a7179e84 f3b9cac2 fc632551".replace(/ /g,""),"hex"),G:i.from("046b17d1f2 e12c4247 f8bce6e5 63a440f277037d81 2deb33a0 f4a13945 d898c2964fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e162bce3357 6b315ece cbb64068 37bf51f5".replace(/ /g,""),"hex")},nistp384:{size:384,pkcs8oid:"1.3.132.0.34",p:i.from("00ffffffff ffffffff ffffffff ffffffffffffffff ffffffff ffffffff fffffffeffffffff 00000000 00000000 ffffffff".replace(/ /g,""),"hex"),a:i.from("00FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFFFFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFEFFFFFFFF 00000000 00000000 FFFFFFFC".replace(/ /g,""),"hex"),b:i.from("b3312fa7 e23ee7e4 988e056b e3f82d19181d9c6e fe814112 0314088f 5013875ac656398d 8a2ed19d 2a85c8ed d3ec2aef".replace(/ /g,""),"hex"),s:i.from("00a335926a a319a27a 1d00896a 6773a4827acdac73".replace(/ /g,""),"hex"),n:i.from("00ffffffff ffffffff ffffffff ffffffffffffffff ffffffff c7634d81 f4372ddf581a0db2 48b0a77a ecec196a ccc52973".replace(/ /g,""),"hex"),G:i.from("04aa87ca22 be8b0537 8eb1c71e f320ad746e1d3b62 8ba79b98 59f741e0 82542a385502f25d bf55296c 3a545e38 72760ab73617de4a 96262c6f 5d9e98bf 9292dc29f8f41dbd 289a147c e9da3113 b5f0b8c00a60b1ce 1d7e819d 7a431d7c 90ea0e5f".replace(/ /g,""),"hex")},nistp521:{size:521,pkcs8oid:"1.3.132.0.35",p:i.from("01ffffff ffffffff ffffffff ffffffffffffffff ffffffff ffffffff ffffffffffffffff ffffffff ffffffff ffffffffffffffff ffffffff ffffffff ffffffffffff".replace(/ /g,""),"hex"),a:i.from("01FFFFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFFFFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFFFFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFFFFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFC".replace(/ /g,""),"hex"),b:i.from("51953eb961 8e1c9a1f 929a21a0 b68540eea2da725b 99b315f3 b8b48991 8ef109e156193951 ec7e937b 1652c0bd 3bb1bf073573df88 3d2c34f1 ef451fd4 6b503f00".replace(/ /g,""),"hex"),s:i.from("00d09e8800 291cb853 96cc6717 393284aaa0da64ba".replace(/ /g,""),"hex"),n:i.from("01ffffffffff ffffffff ffffffff ffffffffffffffff ffffffff ffffffff fffffffa51868783 bf2f966b 7fcc0148 f709a5d03bb5c9b8 899c47ae bb6fb71e 91386409".replace(/ /g,""),"hex"),G:i.from("0400c6 858e06b7 0404e9cd 9e3ecb66 2395b4429c648139 053fb521 f828af60 6b4d3dbaa14b5e77 efe75928 fe1dc127 a2ffa8de3348b3c1 856a429b f97e7e31 c2e5bd660118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd998f54449 579b4468 17afbd17 273e662c97ee7299 5ef42640 c550b901 3fad0761353c7086 a272c240 88be9476 9fd16650".replace(/ /g,""),"hex")}};e.exports={info:a,privInfo:n,hashAlgs:{md5:!0,sha1:!0,sha256:!0,sha384:!0,sha512:!0},curves:o}},90312:(e,t,r)=>{e.exports=g;var i=r(6144),a=r(2399).Buffer,n=r(95280),o=r(76417),s=r(40500),c=(r(15270),r(23004)),u=(r(31669),r(2743)),l=r(67721),p=r(73079),h=r(85279),d={};d.openssh=r(85716),d.x509=r(67026),d.pem=r(65221);var f=c.CertificateParseError,m=c.InvalidAlgorithmError;function g(e){i.object(e,"options"),i.arrayOfObject(e.subjects,"options.subjects"),u.assertCompatible(e.subjects[0],h,[1,0],"options.subjects"),u.assertCompatible(e.subjectKey,l,[1,0],"options.subjectKey"),u.assertCompatible(e.issuer,h,[1,0],"options.issuer"),void 0!==e.issuerKey&&u.assertCompatible(e.issuerKey,l,[1,0],"options.issuerKey"),i.object(e.signatures,"options.signatures"),i.buffer(e.serial,"options.serial"),i.date(e.validFrom,"options.validFrom"),i.date(e.validUntil,"optons.validUntil"),i.optionalArrayOfString(e.purposes,"options.purposes"),this._hashCache={},this.subjects=e.subjects,this.issuer=e.issuer,this.subjectKey=e.subjectKey,this.issuerKey=e.issuerKey,this.signatures=e.signatures,this.serial=e.serial,this.validFrom=e.validFrom,this.validUntil=e.validUntil,this.purposes=e.purposes}g.formats=d,g.prototype.toBuffer=function(e,t){return void 0===e&&(e="x509"),i.string(e,"format"),i.object(d[e],"formats[format]"),i.optionalObject(t,"options"),d[e].write(this,t)},g.prototype.toString=function(e,t){return void 0===e&&(e="pem"),this.toBuffer(e,t).toString()},g.prototype.fingerprint=function(e){void 0===e&&(e="sha256"),i.string(e,"algorithm");var t={type:"certificate",hash:this.hash(e),algorithm:e};return new s(t)},g.prototype.hash=function(e){if(i.string(e,"algorithm"),e=e.toLowerCase(),void 0===n.hashAlgs[e])throw new m(e);if(this._hashCache[e])return this._hashCache[e];var t=o.createHash(e).update(this.toBuffer("x509")).digest();return this._hashCache[e]=t,t},g.prototype.isExpired=function(e){return void 0===e&&(e=new Date),!(e.getTime()>=this.validFrom.getTime()&&e.getTime()0&&-1===this.issuer.purposes.indexOf("ca"))&&this.isSignedByKey(e.subjectKey)},g.prototype.getExtension=function(e){return i.string(e,"keyOrOid"),this.getExtensions().filter((function(t){return"x509"===t.format?t.oid===e:"openssh"===t.format&&t.name===e}))[0]},g.prototype.getExtensions=function(){var e=[],t=this.signatures.x509;t&&t.extras&&t.extras.exts&&t.extras.exts.forEach((function(t){t.format="x509",e.push(t)}));var r=this.signatures.openssh;return r&&r.exts&&r.exts.forEach((function(t){t.format="openssh",e.push(t)})),e},g.prototype.isSignedByKey=function(e){if(u.assertCompatible(e,l,[1,2],"issuerKey"),void 0!==this.issuerKey)return this.issuerKey.fingerprint("sha512").matches(e);var t=Object.keys(this.signatures)[0],r=d[t].verify(this,e);return r&&(this.issuerKey=e),r},g.prototype.signWith=function(e){u.assertCompatible(e,p,[1,2],"key");for(var t=Object.keys(d),r=!1,i=0;i0&&-1===d.indexOf("serverAuth")&&d.push("serverAuth"),m.length>0&&-1===d.indexOf("clientAuth")&&d.push("clientAuth"),(m.length>0||f.length>0)&&(-1===d.indexOf("keyAgreement")&&d.push("keyAgreement"),"rsa"===t.type&&-1===d.indexOf("encryption")&&d.push("encryption"))}var v=new g({subjects:n,issuer:n[0],subjectKey:t.toPublic(),issuerKey:t.toPublic(),signatures:{},serial:l,validFrom:o,validUntil:s,purposes:d});return v.signWith(t),v},g.create=function(e,t,r,n,o){var s;s=Array.isArray(e)?e:[e],i.arrayOfObject(s),s.forEach((function(e){u.assertCompatible(e,h,[1,0],"subject")})),u.assertCompatible(t,l,[1,0],"key"),p.isPrivateKey(t)&&(t=t.toPublic()),u.assertCompatible(r,h,[1,0],"issuer"),u.assertCompatible(n,p,[1,2],"issuer key"),i.optionalObject(o,"options"),void 0===o&&(o={}),i.optionalObject(o.validFrom,"options.validFrom"),i.optionalObject(o.validUntil,"options.validUntil");var c=o.validFrom,d=o.validUntil;if(void 0===c&&(c=new Date),void 0===d){i.optionalNumber(o.lifetime,"options.lifetime");var f=o.lifetime;void 0===f&&(f=31536e4),(d=new Date).setTime(d.getTime()+1e3*f)}i.optionalBuffer(o.serial,"options.serial");var m=o.serial;void 0===m&&(m=a.from("0000000000000001","hex"));var v=o.purposes;void 0===v&&(v=[]),-1===v.indexOf("signature")&&v.push("signature"),!0===o.ca&&(-1===v.indexOf("ca")&&v.push("ca"),-1===v.indexOf("crl")&&v.push("crl"));var y=s.filter((function(e){return"host"===e.type})),b=s.filter((function(e){return"user"===e.type}));y.length>0&&-1===v.indexOf("serverAuth")&&v.push("serverAuth"),b.length>0&&-1===v.indexOf("clientAuth")&&v.push("clientAuth"),(b.length>0||y.length>0)&&(-1===v.indexOf("keyAgreement")&&v.push("keyAgreement"),"rsa"===t.type&&-1===v.indexOf("encryption")&&v.push("encryption"));var w=new g({subjects:s,issuer:r,subjectKey:t,issuerKey:n.toPublic(),signatures:{},serial:m,validFrom:c,validUntil:d,purposes:v});return w.signWith(n),w},g.parse=function(e,t,r){"string"!=typeof e&&i.buffer(e,"data"),void 0===t&&(t="auto"),i.string(t,"format"),"string"==typeof r&&(r={filename:r}),i.optionalObject(r,"options"),void 0===r&&(r={}),i.optionalString(r.filename,"options.filename"),void 0===r.filename&&(r.filename="(unnamed)"),i.object(d[t],"formats[format]");try{return d[t].read(e,r)}catch(e){throw new f(r.filename,t,e)}},g.isCertificate=function(e,t){return u.isCompatible(e,g,t)},g.prototype._sshpkApiVersion=[1,1],g._oldVersionDetect=function(e){return[1,0]}},78849:(e,t,r)=>{e.exports={DiffieHellman:f,generateECDSA:function(e){var t=[];if(p){var r={nistp256:"prime256v1",nistp384:"secp384r1",nistp521:"secp521r1"}[e],i=a.createECDH(r);return i.generateKeys(),t.push({name:"curve",data:n.from(e)}),t.push({name:"Q",data:i.getPublicKey()}),t.push({name:"d",data:i.getPrivateKey()}),new l({type:"ecdsa",curve:e,parts:t})}var o=new m(e),s=o.getN(),c=Math.ceil((s.bitLength()+64)/8),u=new d(a.randomBytes(c)),h=s.subtract(d.ONE),f=u.mod(h).add(d.ONE),g=o.getG().multiply(f);return f=n.from(f.toByteArray()),g=n.from(o.getCurve().encodePointHex(g),"hex"),t.push({name:"curve",data:n.from(e)}),t.push({name:"Q",data:g}),t.push({name:"d",data:f}),new l({type:"ecdsa",curve:e,parts:t})},generateED25519:function(){var e=c.sign.keyPair(),t=n.from(e.secretKey),r=n.from(e.publicKey);i.strictEqual(t.length,64),i.strictEqual(r.length,32);var a=[];return a.push({name:"A",data:r}),a.push({name:"k",data:t.slice(0,32)}),new l({type:"ed25519",parts:a})}};var i=r(6144),a=r(76417),n=r(2399).Buffer,o=r(95280),s=r(2743),c=r(50780),u=r(67721),l=r(73079),p=void 0!==a.createECDH,h=(r(66245),r(62241)),d=r(36077).BigInteger;function f(e){if(s.assertCompatible(e,u,[1,4],"key"),this._isPriv=l.isPrivateKey(e,[1,3]),this._algo=e.type,this._curve=e.curve,this._key=e,"dsa"===e.type){if(!p)throw new Error("Due to bugs in the node 0.10 crypto API, node 0.12.x or later is required to use DH");this._dh=a.createDiffieHellman(e.part.p.data,void 0,e.part.g.data,void 0),this._p=e.part.p,this._g=e.part.g,this._isPriv&&this._dh.setPrivateKey(e.part.x.data),this._dh.setPublicKey(e.part.y.data)}else if("ecdsa"===e.type){if(!p)return this._ecParams=new m(this._curve),void(this._isPriv&&(this._priv=new v(this._ecParams,e.part.d.data)));var t={nistp256:"prime256v1",nistp384:"secp384r1",nistp521:"secp521r1"}[e.curve];if(this._dh=a.createECDH(t),"object"!=typeof this._dh||"function"!=typeof this._dh.setPrivateKey)return p=!1,void f.call(this,e);this._isPriv&&this._dh.setPrivateKey(e.part.d.data),this._dh.setPublicKey(e.part.Q.data)}else{if("curve25519"!==e.type)throw new Error("DH not supported for "+e.type+" keys");this._isPriv&&(s.assertCompatible(e,l,[1,5],"key"),this._priv=e.part.k.data)}}function m(e){var t=o.curves[e];i.object(t);var r=new d(t.p),a=new d(t.a),n=new d(t.b),s=new d(t.n),c=d.ONE,u=new h.ECCurveFp(r,a,n),l=u.decodePointHex(t.G.toString("hex"));this.curve=u,this.g=l,this.n=s,this.h=c}function g(e,t){this._params=e,0===t[0]&&(t=t.slice(1)),this._pub=e.getCurve().decodePointHex(t.toString("hex"))}function v(e,t){this._params=e,this._priv=new d(s.mpNormalize(t))}f.prototype.getPublicKey=function(){return this._isPriv?this._key.toPublic():this._key},f.prototype.getPrivateKey=function(){return this._isPriv?this._key:void 0},f.prototype.getKey=f.prototype.getPrivateKey,f.prototype._keyCheck=function(e,t){if(i.object(e,"key"),t||s.assertCompatible(e,l,[1,3],"key"),s.assertCompatible(e,u,[1,4],"key"),e.type!==this._algo)throw new Error("A "+e.type+" key cannot be used in "+this._algo+" Diffie-Hellman");if(e.curve!==this._curve)throw new Error("A key from the "+e.curve+" curve cannot be used with a "+this._curve+" Diffie-Hellman");"dsa"===e.type&&(i.deepEqual(e.part.p,this._p,"DSA key prime does not match"),i.deepEqual(e.part.g,this._g,"DSA key generator does not match"))},f.prototype.setKey=function(e){if(this._keyCheck(e),"dsa"===e.type)this._dh.setPrivateKey(e.part.x.data),this._dh.setPublicKey(e.part.y.data);else if("ecdsa"===e.type)p?(this._dh.setPrivateKey(e.part.d.data),this._dh.setPublicKey(e.part.Q.data)):this._priv=new v(this._ecParams,e.part.d.data);else if("curve25519"===e.type){var t=e.part.k;e.part.k||(t=e.part.r),this._priv=t.data,0===this._priv[0]&&(this._priv=this._priv.slice(1)),this._priv=this._priv.slice(0,32)}this._key=e,this._isPriv=!0},f.prototype.setPrivateKey=f.prototype.setKey,f.prototype.computeSecret=function(e){if(this._keyCheck(e,!0),!this._isPriv)throw new Error("DH exchange has not been initialized with a private key yet");var t;if("dsa"===this._algo)return this._dh.computeSecret(e.part.y.data);if("ecdsa"===this._algo)return p?this._dh.computeSecret(e.part.Q.data):(t=new g(this._ecParams,e.part.Q.data),this._priv.deriveSharedSecret(t));if("curve25519"===this._algo){for(t=e.part.A.data;0===t[0]&&t.length>32;)t=t.slice(1);var r=this._priv;i.strictEqual(t.length,32),i.strictEqual(r.length,32);var a=c.box.before(new Uint8Array(t),new Uint8Array(r));return n.from(a)}throw new Error("Invalid algorithm: "+this._algo)},f.prototype.generateKey=function(){var e,t,r=[];if("dsa"===this._algo)return this._dh.generateKeys(),r.push({name:"p",data:this._p.data}),r.push({name:"q",data:this._key.part.q.data}),r.push({name:"g",data:this._g.data}),r.push({name:"y",data:this._dh.getPublicKey()}),r.push({name:"x",data:this._dh.getPrivateKey()}),this._key=new l({type:"dsa",parts:r}),this._isPriv=!0,this._key;if("ecdsa"===this._algo){if(p)return this._dh.generateKeys(),r.push({name:"curve",data:n.from(this._curve)}),r.push({name:"Q",data:this._dh.getPublicKey()}),r.push({name:"d",data:this._dh.getPrivateKey()}),this._key=new l({type:"ecdsa",curve:this._curve,parts:r}),this._isPriv=!0,this._key;var o=this._ecParams.getN(),s=new d(a.randomBytes(o.bitLength())),u=o.subtract(d.ONE);return e=s.mod(u).add(d.ONE),t=this._ecParams.getG().multiply(e),e=n.from(e.toByteArray()),t=n.from(this._ecParams.getCurve().encodePointHex(t),"hex"),this._priv=new v(this._ecParams,e),r.push({name:"curve",data:n.from(this._curve)}),r.push({name:"Q",data:t}),r.push({name:"d",data:e}),this._key=new l({type:"ecdsa",curve:this._curve,parts:r}),this._isPriv=!0,this._key}if("curve25519"===this._algo){var h=c.box.keyPair();return e=n.from(h.secretKey),t=n.from(h.publicKey),e=n.concat([e,t]),i.strictEqual(e.length,64),i.strictEqual(t.length,32),r.push({name:"A",data:t}),r.push({name:"k",data:e}),this._key=new l({type:"curve25519",parts:r}),this._isPriv=!0,this._key}throw new Error("Invalid algorithm: "+this._algo)},f.prototype.generateKeys=f.prototype.generateKey,m.prototype.getCurve=function(){return this.curve},m.prototype.getG=function(){return this.g},m.prototype.getN=function(){return this.n},m.prototype.getH=function(){return this.h},v.prototype.deriveSharedSecret=function(e){i.ok(e instanceof g);var t=e._pub.multiply(this._priv);return n.from(t.getX().toBigInteger().toByteArray())}},14744:(e,t,r)=>{e.exports={Verifier:u,Signer:l};var i=r(50780),a=r(92413),n=r(31669),o=r(6144),s=r(2399).Buffer,c=r(15270);function u(e,t){if("sha512"!==t.toLowerCase())throw new Error("ED25519 only supports the use of SHA-512 hashes");this.key=e,this.chunks=[],a.Writable.call(this,{})}function l(e,t){if("sha512"!==t.toLowerCase())throw new Error("ED25519 only supports the use of SHA-512 hashes");this.key=e,this.chunks=[],a.Writable.call(this,{})}n.inherits(u,a.Writable),u.prototype._write=function(e,t,r){this.chunks.push(e),r()},u.prototype.update=function(e){"string"==typeof e&&(e=s.from(e,"binary")),this.chunks.push(e)},u.prototype.verify=function(e,t){var r;if(c.isSignature(e,[2,0])){if("ed25519"!==e.type)return!1;r=e.toBuffer("raw")}else if("string"==typeof e)r=s.from(e,"base64");else if(c.isSignature(e,[1,0]))throw new Error("signature was created by too old a version of sshpk and cannot be verified");return o.buffer(r),i.sign.detached.verify(new Uint8Array(s.concat(this.chunks)),new Uint8Array(r),new Uint8Array(this.key.part.A.data))},n.inherits(l,a.Writable),l.prototype._write=function(e,t,r){this.chunks.push(e),r()},l.prototype.update=function(e){"string"==typeof e&&(e=s.from(e,"binary")),this.chunks.push(e)},l.prototype.sign=function(){var e=i.sign.detached(new Uint8Array(s.concat(this.chunks)),new Uint8Array(s.concat([this.key.part.k.data,this.key.part.A.data]))),t=s.from(e),r=c.parse(t,"ed25519","raw");return r.hashAlgorithm="sha512",r}},23004:(e,t,r)=>{r(6144);var i=r(31669);function a(e,t){Error.captureStackTrace&&Error.captureStackTrace(this,a),this.name="FingerprintFormatError",this.fingerprint=e,this.format=t,this.message="Fingerprint format is not supported, or is invalid: ",void 0!==e&&(this.message+=" fingerprint = "+e),void 0!==t&&(this.message+=" format = "+t)}function n(e){Error.captureStackTrace&&Error.captureStackTrace(this,n),this.name="InvalidAlgorithmError",this.algorithm=e,this.message='Algorithm "'+e+'" is not supported'}function o(e,t,r){Error.captureStackTrace&&Error.captureStackTrace(this,o),this.name="KeyParseError",this.format=t,this.keyName=e,this.innerErr=r,this.message="Failed to parse "+e+" as a valid "+t+" format key: "+r.message}function s(e,t,r){Error.captureStackTrace&&Error.captureStackTrace(this,s),this.name="SignatureParseError",this.type=e,this.format=t,this.innerErr=r,this.message="Failed to parse the given data as a "+e+" signature in "+t+" format: "+r.message}function c(e,t,r){Error.captureStackTrace&&Error.captureStackTrace(this,c),this.name="CertificateParseError",this.format=t,this.certName=e,this.innerErr=r,this.message="Failed to parse "+e+" as a valid "+t+" format certificate: "+r.message}function u(e,t){Error.captureStackTrace&&Error.captureStackTrace(this,u),this.name="KeyEncryptedError",this.format=t,this.keyName=e,this.message="The "+t+" format key "+e+" is encrypted (password-protected), and no passphrase was provided in `options`"}i.inherits(a,Error),i.inherits(n,Error),i.inherits(o,Error),i.inherits(s,Error),i.inherits(c,Error),i.inherits(u,Error),e.exports={FingerprintFormatError:a,InvalidAlgorithmError:n,KeyParseError:o,SignatureParseError:s,KeyEncryptedError:u,CertificateParseError:c}},40500:(e,t,r)=>{e.exports=f;var i=r(6144),a=r(2399).Buffer,n=r(95280),o=r(76417),s=r(23004),c=r(67721),u=r(73079),l=r(90312),p=r(2743),h=s.FingerprintFormatError,d=s.InvalidAlgorithmError;function f(e){if(i.object(e,"options"),i.string(e.type,"options.type"),i.buffer(e.hash,"options.hash"),i.string(e.algorithm,"options.algorithm"),this.algorithm=e.algorithm.toLowerCase(),!0!==n.hashAlgs[this.algorithm])throw new d(this.algorithm);this.hash=e.hash,this.type=e.type,this.hashType=e.hashType}f.prototype.toString=function(e){switch(void 0===e&&(e="md5"===this.algorithm||"spki"===this.hashType?"hex":"base64"),i.string(e),e){case"hex":return"spki"===this.hashType?this.hash.toString("hex"):this.hash.toString("hex").replace(/(.{2})(?=.)/g,"$1:");case"base64":return"spki"===this.hashType?this.hash.toString("base64"):(t=this.algorithm,r=this.hash.toString("base64"),t.toUpperCase()+":"+r.replace(/=*$/,""));default:throw new h(void 0,e)}var t,r},f.prototype.matches=function(e){i.object(e,"key or certificate"),"key"===this.type&&"ssh"!==this.hashType?(p.assertCompatible(e,c,[1,7],"key with spki"),u.isPrivateKey(e)&&p.assertCompatible(e,u,[1,6],"privatekey with spki support")):"key"===this.type?p.assertCompatible(e,c,[1,0],"key"):p.assertCompatible(e,l,[1,0],"certificate");var t=e.hash(this.algorithm,this.hashType),r=o.createHash(this.algorithm).update(t).digest("base64");return void 0===this.hash2&&(this.hash2=o.createHash(this.algorithm).update(this.hash).digest("base64")),this.hash2===r};var m=/^[A-Za-z0-9+\/=]+$/,g=/^[a-fA-F0-9]+$/;f.parse=function(e,t){var r,o,s;i.string(e,"fingerprint"),Array.isArray(t)&&(s=t,t={}),i.optionalObject(t,"options"),void 0===t&&(t={}),void 0!==t.enAlgs&&(s=t.enAlgs),void 0!==t.algorithms&&(s=t.algorithms),i.optionalArrayOfString(s,"algorithms");var c="ssh";void 0!==t.hashType&&(c=t.hashType),i.string(c,"options.hashType");var u=e.split(":");if(2==u.length){if(r=u[0].toLowerCase(),!m.test(u[1]))throw new h(e);try{o=a.from(u[1],"base64")}catch(t){throw new h(e)}}else if(u.length>2){if(r="md5","md5"===u[0].toLowerCase()&&(u=u.slice(1)),u=(u=u.map((function(t){for(;t.length<2;)t="0"+t;if(t.length>2)throw new h(e);return t}))).join(""),!g.test(u)||u.length%2!=0)throw new h(e);try{o=a.from(u,"hex")}catch(t){throw new h(e)}}else{if(g.test(e))o=a.from(e,"hex");else{if(!m.test(e))throw new h(e);o=a.from(e,"base64")}switch(o.length){case 32:r="sha256";break;case 16:r="md5";break;case 20:r="sha1";break;case 64:r="sha512";break;default:throw new h(e)}void 0===t.hashType&&(c="spki")}if(void 0===r)throw new h(e);if(void 0===n.hashAlgs[r])throw new d(r);if(void 0!==s&&-1===(s=s.map((function(e){return e.toLowerCase()}))).indexOf(r))throw new d(r);return new f({algorithm:r,hash:o,type:t.type||"key",hashType:c})},f.isFingerprint=function(e,t){return p.isCompatible(e,f,t)},f.prototype._sshpkApiVersion=[1,2],f._oldVersionDetect=function(e){return i.func(e.toString),i.func(e.matches),[1,0]}},31683:(e,t,r)=>{e.exports={read:function(e,t){if("string"==typeof e){if(e.trim().match(/^[-]+[ ]*BEGIN/))return n.read(e,t);if(e.match(/^\s*ssh-[a-z]/))return o.read(e,t);if(e.match(/^\s*ecdsa-/))return o.read(e,t);if(e.match(/^putty-user-key-file-2:/i))return u.read(e,t);if(p(e))return c.read(e,t);e=a.from(e,"binary")}else{if(i.buffer(e),function(e){for(var t=0;te.length||"BEGIN"!==e.slice(t,t+5).toString("ascii"))}(e))return n.read(e,t);if(function(e){for(var t=0;t{e.exports={read:function(e,t){"string"!=typeof e&&(i.buffer(e,"buf"),e=e.toString("ascii"));var r=e.split("\n");if(r[0].match(/^Private-key-format\: v1/)){var c=r[1].split(" "),p=parseInt(c[1],10),h=c[2];if(!u[p])throw new Error("Unsupported algorithm: "+h);return function(e,t){if(u[e].match(/^RSA-/))return function(e){var t={};e.forEach((function(e){"Modulus:"===e.split(" ")[0]?t.n=l(e):"PublicExponent:"===e.split(" ")[0]?t.e=l(e):"PrivateExponent:"===e.split(" ")[0]?t.d=l(e):"Prime1:"===e.split(" ")[0]?t.p=l(e):"Prime2:"===e.split(" ")[0]?t.q=l(e):"Exponent1:"===e.split(" ")[0]?t.dmodp=l(e):"Exponent2:"===e.split(" ")[0]?t.dmodq=l(e):"Coefficient:"===e.split(" ")[0]&&(t.iqmp=l(e))}));var r={type:"rsa",parts:[{name:"e",data:s.mpNormalize(t.e)},{name:"n",data:s.mpNormalize(t.n)},{name:"d",data:s.mpNormalize(t.d)},{name:"p",data:s.mpNormalize(t.p)},{name:"q",data:s.mpNormalize(t.q)},{name:"dmodp",data:s.mpNormalize(t.dmodp)},{name:"dmodq",data:s.mpNormalize(t.dmodq)},{name:"iqmp",data:s.mpNormalize(t.iqmp)}]};return new o(r)}(t);if("ECDSA-P384-SHA384"===u[e]||"ECDSA-P256-SHA256"===u[e]){var r=a.from(t[0].split(" ")[1],"base64"),i="nistp384",n=384;"ECDSA-P256-SHA256"===u[e]&&(i="nistp256",n=256);var c=s.publicFromPrivateECDSA(i,r).part.Q.data,p={type:"ecdsa",curve:i,size:n,parts:[{name:"curve",data:a.from(i)},{name:"d",data:r},{name:"Q",data:c}]};return new o(p)}throw new Error("Unsupported algorithm: "+u[e])}(p,r.slice(2))}for(var d=0;r[d].match(/^\;/);)d++;if((r[d].match(/\. IN KEY /)||r[d].match(/\. IN DNSKEY /))&&0===r[d+1].length)return function(e){var t=e.split(" "),r=parseInt(t[5],10);if(!u[r])throw new Error("Unsupported algorithm: "+r);var i=t.slice(6,t.length).join(),o=a.from(i,"base64");if(u[r].match(/^RSA-/)){var c=o.readUInt8(0);if(3!=c&&1!=c)throw new Error("Cannot parse dnssec key: unsupported exponent length");var l=o.slice(1,c+1);l=s.mpNormalize(l);var p=o.slice(1+c);p=s.mpNormalize(p);var h={type:"rsa",parts:[]};return h.parts.push({name:"e",data:l}),h.parts.push({name:"n",data:p}),new n(h)}if("ECDSA-P384-SHA384"===u[r]||"ECDSA-P256-SHA256"===u[r]){var d="nistp384",f=384;u[r].match(/^ECDSA-P256-SHA256/)&&(d="nistp256",f=256);var m={type:"ecdsa",curve:d,size:f,parts:[{name:"curve",data:a.from(d)},{name:"Q",data:s.ecNormalize(o)}]};return new n(m)}throw new Error("Unsupported algorithm: "+u[r])}(r[d]);throw new Error("Cannot parse dnssec key")},write:function(e,t){if(o.isPrivateKey(e)){if("rsa"===e.type)return function(e,t){e.part.dmodp&&e.part.dmodq||s.addRSAMissing(e);var r="";r+="Private-key-format: v1.3\n",r+="Algorithm: "+function(e){if(e&&e.hashAlgo&&"sha1"!==e.hashAlgo){if("sha256"===e.hashAlgo)return"8 (RSASHA256)";if("sha512"===e.hashAlgo)return"10 (RSASHA512)";throw new Error("Unknown or unsupported hash: "+e.hashAlgo)}return"5 (RSASHA1)"}(t)+"\n",r+="Modulus: "+s.mpDenormalize(e.part.n.data).toString("base64")+"\n",r+="PublicExponent: "+s.mpDenormalize(e.part.e.data).toString("base64")+"\n",r+="PrivateExponent: "+s.mpDenormalize(e.part.d.data).toString("base64")+"\n",r+="Prime1: "+s.mpDenormalize(e.part.p.data).toString("base64")+"\n",r+="Prime2: "+s.mpDenormalize(e.part.q.data).toString("base64")+"\n",r+="Exponent1: "+s.mpDenormalize(e.part.dmodp.data).toString("base64")+"\n",r+="Exponent2: "+s.mpDenormalize(e.part.dmodq.data).toString("base64")+"\n",r+="Coefficient: "+s.mpDenormalize(e.part.iqmp.data).toString("base64")+"\n";var i=new Date;return r+="Created: "+p(i)+"\n",r+="Publish: "+p(i)+"\n",r+="Activate: "+p(i)+"\n",a.from(r,"ascii")}(e,t);if("ecdsa"===e.type)return function(e,t){var r="";if(r+="Private-key-format: v1.3\n","nistp256"===e.curve)r+="Algorithm: 13 (ECDSAP256SHA256)\n";else{if("nistp384"!==e.curve)throw new Error("Unsupported curve");r+="Algorithm: 14 (ECDSAP384SHA384)\n"}r+="PrivateKey: "+e.part.d.data.toString("base64")+"\n";var i=new Date;return r+="Created: "+p(i)+"\n",r+="Publish: "+p(i)+"\n",r+="Activate: "+p(i)+"\n",a.from(r,"ascii")}(e);throw new Error("Unsupported algorithm: "+e.type)}throw n.isKey(e)?new Error('Format "dnssec" only supports writing private keys'):new Error("key is not a Key or PrivateKey")}};var i=r(6144),a=r(2399).Buffer,n=r(67721),o=r(73079),s=r(2743),c=(r(34840),r(78849),{"rsa-sha1":5,"rsa-sha256":8,"rsa-sha512":10,"ecdsa-p256-sha256":13,"ecdsa-p384-sha384":14}),u={};function l(e){return a.from(e.split(" ")[1],"base64")}function p(e){var t=e.getFullYear()+""+(e.getMonth()+1)+e.getUTCDate();return(t+=""+e.getUTCHours()+e.getUTCMinutes())+e.getUTCSeconds()}Object.keys(c).forEach((function(e){u[c[e]]=e.toUpperCase()}))},85716:(e,t,r)=>{e.exports={read:function(e,t){o.isBuffer(e)&&(e=e.toString("ascii"));var r=e.trim().split(/[ \t\n]+/g);if(r.length<2||r.length>3)throw new Error("Not a valid SSH certificate line");var i=r[0],a=r[1];return g(a=o.from(a,"base64"),i)},verify:function(e,t){return!1},sign:function(e,t){void 0===e.signatures.openssh&&(e.signatures.openssh={});try{var r=b(e,!0)}catch(t){return delete e.signatures.openssh,!1}var i=e.signatures.openssh,a=void 0;"rsa"!==t.type&&"dsa"!==t.type||(a="sha1");var n=t.createSign(a);return n.write(r),i.signature=n.sign(),!0},signAsync:function(e,t,r){void 0===e.signatures.openssh&&(e.signatures.openssh={});try{var i=b(e,!0)}catch(t){return delete e.signatures.openssh,void r(t)}var a=e.signatures.openssh;t(i,(function(e,t){if(e)r(e);else{try{t.toBuffer("ssh")}catch(e){return void r(e)}a.signature=t,r()}}))},write:function(e,t){void 0===t&&(t={});var r=b(e),i=w(e.subjectKey)+" "+r.toString("base64");return t.comment&&(i=i+" "+t.comment),i},fromBuffer:g,toBuffer:b};var i=r(6144),a=r(34840),n=r(76417),o=r(2399).Buffer,s=r(95280),c=r(67721),u=(r(73079),r(85279)),l=r(84274),p=r(15270),h=r(2743),d=r(90312),f={user:1,host:2};Object.keys(f).forEach((function(e){f[f[e]]=e}));var m=/^ecdsa-sha2-([^@-]+)-cert-v01@openssh.com$/;function g(e,t,r){var n=new a({buffer:e}),o=n.readString();if(void 0!==t&&o!==t)throw new Error("SSH certificate algorithm mismatch");void 0===t&&(t=o);var g={signatures:{}};g.signatures.openssh={},g.signatures.openssh.nonce=n.readBuffer();var y={},b=y.parts=[];y.type=function(e){if("ssh-rsa-cert-v01@openssh.com"===e)return"rsa";if("ssh-dss-cert-v01@openssh.com"===e)return"dsa";if(e.match(m))return"ecdsa";if("ssh-ed25519-cert-v01@openssh.com"===e)return"ed25519";throw new Error("Unsupported cert type "+e)}(t);for(var w=s.info[y.type].parts.length;b.length=1,"key must have at least one part");var x=s.info[y.type];if("ecdsa"===y.type){var k=m.exec(t);i.ok(null!==k),i.strictEqual(k[1],b[0].data.toString())}for(var _=0;_{e.exports={read:function(e,t,r){var c=e;"string"!=typeof e&&(i.buffer(e,"buf"),e=e.toString("ascii"));for(var u,g,y=e.trim().split(/[\r\n]+/g),b=-1;!u&&b0;)g=y[--w].match(/[-]+[ ]*END ([A-Z0-9][A-Za-z0-9]+ )?(PUBLIC|PRIVATE) KEY[ ]*[-]+/);i.ok(g,"invalid PEM footer"),i.equal(u[2],g[2]);var x,k=u[2].toLowerCase();u[1]&&(i.equal(u[1],g[1],"PEM header and footer mismatch"),x=u[1].trim()),y=y.slice(b,w+1);for(var _,j,E,S={};u=(y=y.slice(1))[0].match(/^([A-Za-z0-9-]+): (.+)$/);)S[u[1].toLowerCase()]=u[2];if(y=y.slice(0,-1).join(""),e=o.from(y,"base64"),S["proc-type"]){var D=S["proc-type"].split(",");if("4"===D[0]&&"ENCRYPTED"===D[1]){if("string"==typeof t.passphrase&&(t.passphrase=o.from(t.passphrase,"utf-8")),!o.isBuffer(t.passphrase))throw new f.KeyEncryptedError(t.filename,"PEM");D=S["dek-info"].split(","),i.ok(2===D.length),_=D[0].toLowerCase(),E=o.from(D[1],"hex"),j=s.opensslKeyDeriv(_,E,t.passphrase,1).key}}if(x&&"encrypted"===x.toLowerCase()){var A,C=new a.BerReader(e);C.readSequence(),C.readSequence(),A=C.offset+C.length;var T=C.readOID();if("1.2.840.113549.1.5.13"!==T)throw new Error("Unsupported PEM/PKCS8 encryption scheme: "+T);C.readSequence(),C.readSequence();var O=C.offset+C.length,P=C.readOID();if("1.2.840.113549.1.5.12"!==P)throw new Error("Unsupported PBES2 KDF: "+P);C.readSequence();var F=C.readString(a.Ber.OctetString,!0),I=C.readInt(),z="sha1";if(C.offsetd.length&&(y=d.length),g+=m.write(d.slice(v,y),g),m[g++]=10,v=y}return g+=m.write("-----END "+n+"-----\n",g),m.slice(0,g)}};var i=r(6144),a=r(90476),n=r(76417),o=r(2399).Buffer,s=(r(95280),r(2743)),c=r(67721),u=r(73079),l=r(50562),p=r(92693),h=r(53176),d=r(84274),f=r(23004),m={"1.2.840.113549.3.7":"3des-cbc","2.16.840.1.101.3.4.1.2":"aes128-cbc","2.16.840.1.101.3.4.1.42":"aes256-cbc"},g={};Object.keys(m).forEach((function(e){g[m[e]]=e}));var v={"1.2.840.113549.2.7":"sha1","1.2.840.113549.2.9":"sha256","1.2.840.113549.2.11":"sha512"},y={};Object.keys(v).forEach((function(e){y[v[e]]=e}))},50562:(e,t,r)=>{e.exports={read:function(e,t){return l.read(e,t,"pkcs1")},readPkcs1:function(e,t,r){switch(e){case"RSA":if("public"===t)return function(e){var t=h(e,"modulus"),r=h(e,"exponent");return new c({type:"rsa",parts:[{name:"e",data:r},{name:"n",data:t}]})}(r);if("private"===t)return function(e){var t=h(e,"version");i.strictEqual(t[0],0);var r=h(e,"modulus"),a=h(e,"public exponent"),n=h(e,"private exponent"),o=h(e,"prime1"),s=h(e,"prime2"),c=h(e,"exponent1"),l=h(e,"exponent2"),p=h(e,"iqmp");return new u({type:"rsa",parts:[{name:"n",data:r},{name:"e",data:a},{name:"d",data:n},{name:"iqmp",data:p},{name:"p",data:o},{name:"q",data:s},{name:"dmodp",data:c},{name:"dmodq",data:l}]})}(r);throw new Error("Unknown key type: "+t);case"DSA":if("public"===t)return function(e){var t=h(e,"y"),r=h(e,"p"),i=h(e,"q"),a=h(e,"g");return new c({type:"dsa",parts:[{name:"y",data:t},{name:"p",data:r},{name:"q",data:i},{name:"g",data:a}]})}(r);if("private"===t)return function(e){var t=h(e,"version");i.strictEqual(t.readUInt8(0),0);var r=h(e,"p"),a=h(e,"q"),n=h(e,"g"),o=h(e,"y"),s=h(e,"x");return new u({type:"dsa",parts:[{name:"p",data:r},{name:"q",data:a},{name:"g",data:n},{name:"y",data:o},{name:"x",data:s}]})}(r);throw new Error("Unknown key type: "+t);case"EC":case"ECDSA":if("private"===t)return function(e){var t=h(e,"version");i.strictEqual(t.readUInt8(0),1);var r=e.readString(a.Ber.OctetString,!0);e.readSequence(160);var o=p(e);i.string(o,"a known elliptic curve"),e.readSequence(161);var c=e.readString(a.Ber.BitString,!0);c=s.ecNormalize(c);var l={type:"ecdsa",parts:[{name:"curve",data:n.from(o)},{name:"Q",data:c},{name:"d",data:r}]};return new u(l)}(r);if("public"===t)return function(e){e.readSequence();var t=e.readOID();i.strictEqual(t,"1.2.840.10045.2.1","must be ecPublicKey");for(var r,u=e.readOID(),l=Object.keys(o.curves),p=0;p{e.exports={read:function(e,t){return l.read(e,t,"pkcs8")},readPkcs8:function(e,t,r){r.peek()===a.Ber.Integer&&(i.strictEqual(t,"private","unexpected Integer at start of public key"),r.readString(a.Ber.Integer,!0)),r.readSequence();var o=r.offset+r.length,l=r.readOID();switch(l){case"1.2.840.113549.1.1.1":return r._offset=o,"public"===t?function(e){e.readSequence(a.Ber.BitString),e.readByte(),e.readSequence();var t=p(e,"modulus"),r=p(e,"exponent"),i={type:"rsa",source:e.originalInput,parts:[{name:"e",data:r},{name:"n",data:t}]};return new c(i)}(r):function(e){e.readSequence(a.Ber.OctetString),e.readSequence();var t=p(e,"version");i.equal(t[0],0,"unknown RSA private key version");var r=p(e,"modulus"),n=p(e,"public exponent"),o=p(e,"private exponent"),s=p(e,"prime1"),c=p(e,"prime2"),l=p(e,"exponent1"),h=p(e,"exponent2"),d=p(e,"iqmp");return new u({type:"rsa",parts:[{name:"n",data:r},{name:"e",data:n},{name:"d",data:o},{name:"iqmp",data:d},{name:"p",data:s},{name:"q",data:c},{name:"dmodp",data:l},{name:"dmodq",data:h}]})}(r);case"1.2.840.10040.4.1":return"public"===t?function(e){e.readSequence();var t=p(e,"p"),r=p(e,"q"),i=p(e,"g");e.readSequence(a.Ber.BitString),e.readByte();var n=p(e,"y");return new c({type:"dsa",parts:[{name:"p",data:t},{name:"q",data:r},{name:"g",data:i},{name:"y",data:n}]})}(r):function(e){e.readSequence();var t=p(e,"p"),r=p(e,"q"),i=p(e,"g");e.readSequence(a.Ber.OctetString);var n=p(e,"x"),o=s.calculateDSAPublic(i,t,n);return new u({type:"dsa",parts:[{name:"p",data:t},{name:"q",data:r},{name:"g",data:i},{name:"y",data:o},{name:"x",data:n}]})}(r);case"1.2.840.10045.2.1":return"public"===t?function(e){var t=h(e);i.string(t,"a known elliptic curve");var r=e.readString(a.Ber.BitString,!0);r=s.ecNormalize(r);var o={type:"ecdsa",parts:[{name:"curve",data:n.from(t)},{name:"Q",data:r}]};return new c(o)}(r):function(e){var t=h(e);i.string(t,"a known elliptic curve"),e.readSequence(a.Ber.OctetString),e.readSequence();var r=p(e,"version");i.equal(r[0],1,"unknown version of ECDSA key");var o,c=e.readString(a.Ber.OctetString,!0);160==e.peek()&&(e.readSequence(160),e._offset+=e.length),161==e.peek()&&(e.readSequence(161),o=e.readString(a.Ber.BitString,!0),o=s.ecNormalize(o)),void 0===o&&(o=s.publicFromPrivateECDSA(t,c).part.Q.data);var l={type:"ecdsa",parts:[{name:"curve",data:n.from(t)},{name:"Q",data:o},{name:"d",data:c}]};return new u(l)}(r);case"1.3.101.112":return"public"===t?function(e){0===e.peek()&&e.readByte();var t=s.readBitString(e),r={type:"ed25519",parts:[{name:"A",data:s.zeroPadToLength(t,32)}]};return new c(r)}(r):function(e){0===e.peek()&&e.readByte(),e.readSequence(a.Ber.OctetString);var t,r=e.readString(a.Ber.OctetString,!0);r=s.zeroPadToLength(r,32),e.peek()===a.Ber.BitString?(t=s.readBitString(e),t=s.zeroPadToLength(t,32)):t=s.calculateED25519Public(r);var i={type:"ed25519",parts:[{name:"A",data:s.zeroPadToLength(t,32)},{name:"k",data:s.zeroPadToLength(r,32)}]};return new u(i)}(r);case"1.3.101.110":return"public"===t?function(e){var t=s.readBitString(e),r={type:"curve25519",parts:[{name:"A",data:s.zeroPadToLength(t,32)}]};return new c(r)}(r):function(e){0===e.peek()&&e.readByte(),e.readSequence(a.Ber.OctetString);var t=e.readString(a.Ber.OctetString,!0);t=s.zeroPadToLength(t,32);var r=s.calculateX25519Public(t),i={type:"curve25519",parts:[{name:"A",data:s.zeroPadToLength(r,32)},{name:"k",data:s.zeroPadToLength(t,32)}]};return new u(i)}(r);default:throw new Error("Unknown key type OID "+l)}},write:function(e,t){return l.write(e,t,"pkcs8")},writePkcs8:d,pkcs8ToBuffer:function(e){var t=new a.BerWriter;return d(t,e),t.buffer},readECDSACurve:h,writeECDSACurve:f};var i=r(6144),a=r(90476),n=r(2399).Buffer,o=r(95280),s=r(2743),c=r(67721),u=r(73079),l=r(68256);function p(e,t){return i.strictEqual(e.peek(),a.Ber.Integer,t+" is not an Integer"),s.mpNormalize(e.readString(a.Ber.Integer,!0))}function h(e){var t,r,c,u,l;if(e.peek()===a.Ber.OID){var p=e.readOID();for(r=Object.keys(o.curves),c=0;c{e.exports={read:function(e,t){for(var r,o=e.toString("ascii").split(/[\r\n]+/),c=!1,u=0;uo.length)throw new Error("Invalid public-lines count");var d=a.from(o.slice(u,u+h).join(""),"base64"),f=n.algToKeyType(l),m=n.read(d);if(m.type!==f)throw new Error("Outer key algorithm mismatch");return m.comment=p,m},write:function(e,t){if(i.object(e),!o.isKey(e))throw new Error("Must be a public key");var r=n.keyTypeToAlg(e),s=n.write(e),c=e.comment||"",u=function(e,t){for(var r=[],i=0;i{e.exports={read:h.bind(void 0,!1,void 0),readType:h.bind(void 0,!1),write:function(e,t){i.object(e);var r,s=p(e),l=n.info[e.type];c.isPrivateKey(e)&&(l=n.privInfo[e.type]);var h=l.parts,d=new u({});for(d.writeString(s),r=0;r=1,"key must have at least one part"),i.ok(e||f.atEnd(),"leftover bytes at end of key");var v=s,y=n.info[h.type];if("private"!==t&&y.parts.length===d.length||(y=n.privInfo[h.type],v=c),i.strictEqual(y.parts.length,d.length),"ecdsa"===h.type){var b=/^ecdsa-sha2-(.+)$/.exec(m);i.ok(null!==b),i.strictEqual(b[1],d[0].data.toString())}for(var w=!0,x=0;x{e.exports={read:function(e,t){return u.read(e,t)},readSSHPrivate:function(e,t,c){var u=(t=new p({buffer:t})).readCString();a.strictEqual(u,d,"bad magic string");var f=t.readString(),m=t.readString(),g=t.readBuffer();if(1!==t.readInt())throw new Error("OpenSSH-format key file contains multiple keys: this is unsupported.");var v=t.readBuffer();if("public"===e)return a.ok(t.atEnd(),"excess bytes left after key"),l.read(v);var y=t.readBuffer();a.ok(t.atEnd(),"excess bytes left after key");var b=new p({buffer:g});switch(m){case"none":if("none"!==f)throw new Error('OpenSSH-format key uses KDF "none" but specifies a cipher other than "none"');break;case"bcrypt":var w=b.readBuffer(),x=b.readInt(),k=o.opensshCipherInfo(f);if(void 0===i&&(i=r(62703)),"string"==typeof c.passphrase&&(c.passphrase=n.from(c.passphrase,"utf-8")),!n.isBuffer(c.passphrase))throw new h.KeyEncryptedError(c.filename,"OpenSSH");var _=new Uint8Array(c.passphrase),j=new Uint8Array(w),E=new Uint8Array(k.keySize+k.blockSize);if(0!==i.pbkdf(_,_.length,j,j.length,E,E.length,x))throw new Error("bcrypt_pbkdf function returned failure, parameters invalid");var S=(E=n.from(E)).slice(0,k.keySize),D=E.slice(k.keySize,k.keySize+k.blockSize),A=s.createDecipheriv(k.opensslName,S,D);A.setAutoPadding(!1);var C,T=[];for(A.once("error",(function(e){if(-1!==e.toString().indexOf("bad decrypt"))throw new Error("Incorrect passphrase supplied, could not decrypt key");throw e})),A.write(y),A.end();null!==(C=A.read());)T.push(C);y=n.concat(T);break;default:throw new Error('OpenSSH-format key uses unknown KDF "'+m+'"')}if((t=new p({buffer:y})).readInt()!==t.readInt())throw new Error("Incorrect passphrase supplied, could not decrypt key");var O={},P=l.readInternal(O,"private",t.remainder());t.skip(O.consumed);var F=t.readString();return P.comment=F,P},write:function(e,t){var u;u=c.isPrivateKey(e)?e.toPublic():e;var l,h,f="none",m="none",g=n.alloc(0),v={blockSize:8};if(void 0!==t&&("string"==typeof(l=t.passphrase)&&(l=n.from(l,"utf-8")),void 0!==l&&(a.buffer(l,"options.passphrase"),a.optionalString(t.cipher,"options.cipher"),void 0===(f=t.cipher)&&(f="aes128-ctr"),v=o.opensshCipherInfo(f),m="bcrypt")),c.isPrivateKey(e)){h=new p({});var y=s.randomBytes(4).readUInt32BE(0);h.writeInt(y),h.writeInt(y),h.write(e.toBuffer("rfc4253")),h.writeString(e.comment||"");for(var b=1;h._offset%v.blockSize!=0;)h.writeChar(b++);h=h.toBuffer()}switch(m){case"none":break;case"bcrypt":var w=s.randomBytes(16),x=new p({});x.writeBuffer(w),x.writeInt(16),g=x.toBuffer(),void 0===i&&(i=r(62703));var k=new Uint8Array(l),_=new Uint8Array(w),j=new Uint8Array(v.keySize+v.blockSize);if(0!==i.pbkdf(k,k.length,_,_.length,j,j.length,16))throw new Error("bcrypt_pbkdf function returned failure, parameters invalid");var E=(j=n.from(j)).slice(0,v.keySize),S=j.slice(v.keySize,v.keySize+v.blockSize),D=s.createCipheriv(v.opensslName,E,S);D.setAutoPadding(!1);var A,C=[];for(D.once("error",(function(e){throw e})),D.write(h),D.end();null!==(A=D.read());)C.push(A);h=n.concat(C);break;default:throw new Error("Unsupported kdf "+m)}var T,O=new p({});O.writeCString(d),O.writeString(f),O.writeString(m),O.writeBuffer(g),O.writeInt(1),O.writeBuffer(u.toBuffer("rfc4253")),h&&O.writeBuffer(h),O=O.toBuffer(),T=c.isPrivateKey(e)?"OPENSSH PRIVATE KEY":"OPENSSH PUBLIC KEY";var P=O.toString("base64"),F=P.length+P.length/70+18+16+2*T.length+10,I=0;I+=(O=n.alloc(F)).write("-----BEGIN "+T+"-----\n",I);for(var z=0;zP.length&&(B=P.length),I+=O.write(P.slice(z,B),I),O[I++]=10,z=B}return I+=O.write("-----END "+T+"-----\n",I),O.slice(0,I)}};var i,a=r(6144),n=(r(90476),r(2399).Buffer),o=(r(95280),r(2743)),s=r(76417),c=(r(67721),r(73079)),u=r(68256),l=r(84274),p=r(34840),h=r(23004),d="openssh-key-v1"},26550:(e,t,r)=>{e.exports={read:function(e,t){"string"!=typeof e&&(i.buffer(e,"buf"),e=e.toString("ascii"));var r=e.trim().replace(/[\\\r]/g,""),o=r.match(s);o||(o=r.match(c)),i.ok(o,"key must match regex");var u,l=n.algToKeyType(o[1]),p=a.from(o[2],"base64"),h={};if(o[4])try{u=n.read(p)}catch(e){o=r.match(c),i.ok(o,"key must match regex"),p=a.from(o[2],"base64"),u=n.readInternal(h,"public",p)}else u=n.readInternal(h,"public",p);if(i.strictEqual(l,u.type),o[4]&&o[4].length>0)u.comment=o[4];else if(h.consumed){var d=o[2]+(o[3]?o[3]:""),f=4*Math.ceil(h.consumed/3);for(d=d.slice(0,f-2).replace(/[^a-zA-Z0-9+\/=]/g,"")+d.slice(f-2),h.consumed%3>0&&"="!==d.slice(f-1,f)&&f--;"="===d.slice(f,f+1);)f++;var m=d.slice(f);(m=m.replace(/[\r\n]/g," ").replace(/^\s+/,"")).match(/^[a-zA-Z0-9]/)&&(u.comment=m)}return u},write:function(e,t){if(i.object(e),!o.isKey(e))throw new Error("Must be a public key");var r=[],s=n.keyTypeToAlg(e);r.push(s);var c=n.write(e);return r.push(c.toString("base64")),e.comment&&r.push(e.comment),a.from(r.join(" "))}};var i=r(6144),a=r(2399).Buffer,n=r(84274),o=(r(2743),r(67721)),s=(r(73079),r(53176),/^([a-z0-9-]+)[ \t]+([a-zA-Z0-9+\/]+[=]*)([ \t]+([^ \t][^\n]*[\n]*)?)?$/),c=/^([a-z0-9-]+)[ \t\n]+([a-zA-Z0-9+\/][a-zA-Z0-9+\/ \t\n=]*)([^a-zA-Z0-9+\/ \t\n=].*)?$/},65221:(e,t,r)=>{var i=r(67026);e.exports={read:function(e,t){"string"!=typeof e&&(a.buffer(e,"buf"),e=e.toString("ascii"));for(var r,o,s=e.trim().split(/[\r\n]+/g),c=-1;!r&&c0;)o=s[--u].match(/[-]+[ ]*END CERTIFICATE[ ]*[-]+/);a.ok(o,"invalid PEM footer"),s=s.slice(c,u+1);for(var l={};r=(s=s.slice(1))[0].match(/^([A-Za-z0-9-]+): (.+)$/);)l[r[1].toLowerCase()]=r[2];return s=s.slice(0,-1).join(""),e=n.from(s,"base64"),i.read(e,t)},verify:i.verify,sign:i.sign,write:function(e,t){var r="CERTIFICATE",a=i.write(e,t).toString("base64"),o=a.length+a.length/64+18+16+2*r.length+10,s=n.alloc(o),c=0;c+=s.write("-----BEGIN "+r+"-----\n",c);for(var u=0;ua.length&&(l=a.length),c+=s.write(a.slice(u,l),c),s[c++]=10,u=l}return c+=s.write("-----END "+r+"-----\n",c),s.slice(0,c)}};var a=r(6144),n=(r(90476),r(2399).Buffer);r(95280),r(2743),r(67721),r(73079),r(68256),r(85279),r(15270),r(90312)},67026:(e,t,r)=>{e.exports={read:function(e,t){"string"==typeof e&&(e=n.from(e,"binary")),i.buffer(e,"buf");var r=new a.BerReader(e);if(r.readSequence(),Math.abs(r.length-r.remain)>1)throw new Error("DER sequence does not contain whole byte stream");var h=r.offset;r.readSequence();var f=r.offset+r.length,m=f;if(r.peek()===p(0)){r.readSequence(p(0));var g=r.readInt();i.ok(g<=3,"only x.509 versions up to v3 supported")}var v={signatures:{}},b=v.signatures.x509={};b.extras={},v.serial=function(e,t){return i.strictEqual(e.peek(),a.Ber.Integer,"serial is not an Integer"),o.mpNormalize(e.readString(a.Ber.Integer,!0))}(r),r.readSequence();var w=r.offset+r.length,x=r.readOID();if(void 0===d[x])throw new Error("unknown signature algorithm "+x);if(r._offset=w,v.issuer=s.parseAsn1(r),r.readSequence(),v.validFrom=y(r),v.validUntil=y(r),v.subjects=[s.parseAsn1(r)],r.readSequence(),w=r.offset+r.length,v.subjectKey=l.readPkcs8(void 0,"public",r),r._offset=w,r.peek()===p(1)&&(r.readSequence(p(1)),b.extras.issuerUniqueID=e.slice(r.offset,r.offset+r.length),r._offset+=r.length),r.peek()===p(2)&&(r.readSequence(p(2)),b.extras.subjectUniqueID=e.slice(r.offset,r.offset+r.length),r._offset+=r.length),r.peek()===p(3)){r.readSequence(p(3));var k=r.offset+r.length;for(r.readSequence();r.offset=60?n-1:n,r.setUTCFullYear(o,parseInt(t[2],10)-1,parseInt(t[3],10)),r.setUTCHours(parseInt(t[4],10),parseInt(t[5],10)),t[6]&&t[6].length>0&&r.setUTCSeconds(parseInt(t[6],10)),r}(e.readString(a.Ber.UTCTime));if(e.peek()===a.Ber.GeneralizedTime)return function(e){var t=e.match(S);i.ok(t);var r=new Date;return r.setUTCFullYear(parseInt(t[1],10),parseInt(t[2],10)-1,parseInt(t[3],10)),r.setUTCHours(parseInt(t[4],10),parseInt(t[5],10)),t[6]&&t[6].length>0&&r.setUTCSeconds(parseInt(t[6],10)),r}(e.readString(a.Ber.GeneralizedTime));throw new Error("Unsupported date format")}function b(e,t){var r,i;t.getUTCFullYear()>=2050||t.getUTCFullYear()<1950?e.writeString((i="",i+=D((r=t).getUTCFullYear(),4),i+=D(r.getUTCMonth()+1),i+=D(r.getUTCDate()),i+=D(r.getUTCHours()),i+=D(r.getUTCMinutes()),i+=D(r.getUTCSeconds()),i+="Z"),a.Ber.GeneralizedTime):e.writeString(function(e){var t="";return t+=D(e.getUTCFullYear()%100),t+=D(e.getUTCMonth()+1),t+=D(e.getUTCDate()),t+=D(e.getUTCHours()),t+=D(e.getUTCMinutes()),(t+=D(e.getUTCSeconds()))+"Z"}(t),a.Ber.UTCTime)}var w={OtherName:p(0),RFC822Name:h(1),DNSName:h(2),X400Address:p(3),DirectoryName:p(4),EDIPartyName:p(5),URI:h(6),IPAddress:h(7),OID:h(8)},x={serverAuth:"1.3.6.1.5.5.7.3.1",clientAuth:"1.3.6.1.5.5.7.3.2",codeSigning:"1.3.6.1.5.5.7.3.3",joyentDocker:"1.3.6.1.4.1.38678.1.4.1",joyentCmon:"1.3.6.1.4.1.38678.1.4.2"},k={};Object.keys(x).forEach((function(e){k[x[e]]=e}));var _=["signature","identity","keyEncryption","encryption","keyAgreement","ca","crl"];function j(e,t,r){r.readSequence();var i,n,o=r.offset+r.length,c=r.readOID(),u=e.signatures.x509;switch(u.extras.exts||(u.extras.exts=[]),r.peek()===a.Ber.Boolean&&(n=r.readBoolean()),c){case m:r.readSequence(a.Ber.OctetString),r.readSequence();var l=r.offset+r.length,p=!1;r.peek()===a.Ber.Boolean&&(p=r.readBoolean()),void 0===e.purposes&&(e.purposes=[]),!0===p&&e.purposes.push("ca");var h={oid:c,critical:n};r.offset0||"host"===n.type||void 0!==e.purposes&&e.purposes.length>0||r.extras&&r.extras.exts){t.startSequence(p(3)),t.startSequence();var c=[];void 0!==e.purposes&&e.purposes.length>0&&(c.push({oid:m,critical:!0}),c.push({oid:g,critical:!0}),c.push({oid:v,critical:!0})),c.push({oid:f}),r.extras&&r.extras.exts&&(c=r.extras.exts);for(var u=0;u{e.exports=l;var i=r(6144),a=(r(95280),r(76417),r(40500),r(15270),r(23004),r(31669),r(2743)),n=r(90476),o=r(2399).Buffer,s=/^([*]|[a-z0-9][a-z0-9\-]{0,62})(?:\.([*]|[a-z0-9][a-z0-9\-]{0,62}))*$/i,c={cn:"2.5.4.3",o:"2.5.4.10",ou:"2.5.4.11",l:"2.5.4.7",s:"2.5.4.8",c:"2.5.4.6",sn:"2.5.4.4",postalCode:"2.5.4.17",serialNumber:"2.5.4.5",street:"2.5.4.9",x500UniqueIdentifier:"2.5.4.45",role:"2.5.4.72",telephoneNumber:"2.5.4.20",description:"2.5.4.13",dc:"0.9.2342.19200300.100.1.25",uid:"0.9.2342.19200300.100.1.1",mail:"0.9.2342.19200300.100.1.3",title:"2.5.4.12",gn:"2.5.4.42",initials:"2.5.4.43",pseudonym:"2.5.4.65",emailAddress:"1.2.840.113549.1.9.1"},u={};function l(e){var t=this;if(i.object(e,"options"),i.arrayOfObject(e.components,"options.components"),this.components=e.components,this.componentLookup={},this.components.forEach((function(e){e.name&&!e.oid&&(e.oid=c[e.name]),e.oid&&!e.name&&(e.name=u[e.oid]),void 0===t.componentLookup[e.name]&&(t.componentLookup[e.name]=[]),t.componentLookup[e.name].push(e)})),this.componentLookup.cn&&this.componentLookup.cn.length>0&&(this.cn=this.componentLookup.cn[0].value),i.optionalString(e.type,"options.type"),void 0===e.type)1===this.components.length&&this.componentLookup.cn&&1===this.componentLookup.cn.length&&this.componentLookup.cn[0].value.match(s)?(this.type="host",this.hostname=this.componentLookup.cn[0].value):this.componentLookup.dc&&this.components.length===this.componentLookup.dc.length?(this.type="host",this.hostname=this.componentLookup.dc.map((function(e){return e.value})).join(".")):this.componentLookup.uid&&this.components.length===this.componentLookup.uid.length?(this.type="user",this.uid=this.componentLookup.uid[0].value):this.componentLookup.cn&&1===this.componentLookup.cn.length&&this.componentLookup.cn[0].value.match(s)?(this.type="host",this.hostname=this.componentLookup.cn[0].value):this.componentLookup.uid&&1===this.componentLookup.uid.length?(this.type="user",this.uid=this.componentLookup.uid[0].value):this.componentLookup.mail&&1===this.componentLookup.mail.length?(this.type="email",this.email=this.componentLookup.mail[0].value):this.componentLookup.cn&&1===this.componentLookup.cn.length?(this.type="user",this.uid=this.componentLookup.cn[0].value):this.type="unknown";else if(this.type=e.type,"host"===this.type)this.hostname=e.hostname;else if("user"===this.type)this.uid=e.uid;else{if("email"!==this.type)throw new Error("Unknown type "+this.type);this.email=e.email}}Object.keys(c).forEach((function(e){u[c[e]]=e})),l.prototype.toString=function(){return this.components.map((function(e){var t=e.name.toUpperCase();t=t.replace(/=/g,"\\=");var r=e.value;return t+"="+r.replace(/,/g,"\\,")})).join(", ")},l.prototype.get=function(e,t){i.string(e,"name");var r=this.componentLookup[e];if(void 0!==r&&0!==r.length){if(!t&&r.length>1)throw new Error("Multiple values for attribute "+e);return t?r.map((function(e){return e.value})):r[0].value}},l.prototype.toArray=function(e){return this.components.map((function(e){return{name:e.name,value:e.value}}))};var p=/[^a-zA-Z0-9 '(),+.\/:=?-]/,h=/[^\x00-\x7f]/;function d(e,t){if("**"===e||"**"===t)return!0;var r=e.split("."),i=t.split(".");if(r.length!==i.length)return!1;for(var a=0;a0;){var n;if(null!==(n=/^,/.exec(a)))t[++r]="",a=a.slice(n[0].length);else if(null!==(n=/^\\,/.exec(a)))t[r]+=",",a=a.slice(n[0].length);else if(null!==(n=/^\\./.exec(a)))t[r]+=n[0],a=a.slice(n[0].length);else{if(null===(n=/^[^\\,]+/.exec(a)))throw new Error("Failed to parse DN");t[r]+=n[0],a=a.slice(n[0].length)}}return new l({components:t.map((function(e){for(var t=(e=e.trim()).indexOf("=");t>0&&"\\"===e.charAt(t-1);)t=e.indexOf("=",t+1);if(-1===t)throw new Error("Failed to parse DN");return{name:e.slice(0,t).toLowerCase().replace(/\\=/g,"="),value:e.slice(t+1)}}))})},l.fromArray=function(e){return i.arrayOfObject(e,"components"),e.forEach((function(e){if(i.object(e,"component"),i.string(e.name,"component.name"),!o.isBuffer(e.value)&&"string"!=typeof e.value)throw new Error("Invalid component value")})),new l({components:e})},l.parseAsn1=function(e,t){var r=[];e.readSequence(t);for(var i=e.offset+e.length;e.offset{var i=r(67721),a=r(40500),n=r(15270),o=r(73079),s=r(90312),c=r(85279),u=r(23004);e.exports={Key:i,parseKey:i.parse,Fingerprint:a,parseFingerprint:a.parse,Signature:n,parseSignature:n.parse,PrivateKey:o,parsePrivateKey:o.parse,generatePrivateKey:o.generate,Certificate:s,parseCertificate:s.parse,createSelfSignedCertificate:s.createSelfSigned,createCertificate:s.create,Identity:c,identityFromDN:c.parseDN,identityForHost:c.forHost,identityForUser:c.forUser,identityForEmail:c.forEmail,identityFromArray:c.fromArray,FingerprintFormatError:u.FingerprintFormatError,InvalidAlgorithmError:u.InvalidAlgorithmError,KeyParseError:u.KeyParseError,SignatureParseError:u.SignatureParseError,KeyEncryptedError:u.KeyEncryptedError,CertificateParseError:u.CertificateParseError}},67721:(e,t,r)=>{e.exports=g;var i,a=r(6144),n=r(95280),o=r(76417),s=r(40500),c=r(15270),u=r(78849).DiffieHellman,l=r(23004),p=r(2743),h=r(73079);try{i=r(14744)}catch(e){}var d=l.InvalidAlgorithmError,f=l.KeyParseError,m={};function g(e){a.object(e,"options"),a.arrayOfObject(e.parts,"options.parts"),a.string(e.type,"options.type"),a.optionalString(e.comment,"options.comment");var t=n.info[e.type];if("object"!=typeof t)throw new d(e.type);for(var r,i={},o=0;o1024&&(e="sha256"),"ed25519"===this.type&&(e="sha512"),"ecdsa"===this.type&&(e=this.size<=256?"sha256":this.size<=384?"sha384":"sha512"),e},g.prototype.createVerify=function(e){if(void 0===e&&(e=this.defaultHashAlgorithm()),a.string(e,"hash algorithm"),"ed25519"===this.type&&void 0!==i)return new i.Verifier(this,e);if("curve25519"===this.type)throw new Error("Curve25519 keys are not suitable for signing or verification");var t,r,n;try{r=e.toUpperCase(),t=o.createVerify(r)}catch(e){n=e}(void 0===t||n instanceof Error&&n.message.match(/Unknown message digest/))&&(r="RSA-",r+=e.toUpperCase(),t=o.createVerify(r)),a.ok(t,"failed to create verifier");var s=t.verify.bind(t),u=this.toBuffer("pkcs8"),l=this.curve,p=this;return t.verify=function(t,r){if(c.isSignature(t,[2,0]))return t.type===p.type&&(!t.hashAlgorithm||t.hashAlgorithm===e)&&(!t.curve||"ecdsa"!==p.type||t.curve===l)&&s(u,t.toBuffer("asn1"));if("string"==typeof t||Buffer.isBuffer(t))return s(u,t,r);throw c.isSignature(t,[1,0])?new Error("signature was created by too old a version of sshpk and cannot be verified"):new TypeError("signature must be a string, Buffer, or Signature object")},t},g.prototype.createDiffieHellman=function(){if("rsa"===this.type)throw new Error("RSA keys do not support Diffie-Hellman");return new u(this)},g.prototype.createDH=g.prototype.createDiffieHellman,g.parse=function(e,t,r){"string"!=typeof e&&a.buffer(e,"data"),void 0===t&&(t="auto"),a.string(t,"format"),"string"==typeof r&&(r={filename:r}),a.optionalObject(r,"options"),void 0===r&&(r={}),a.optionalString(r.filename,"options.filename"),void 0===r.filename&&(r.filename="(unnamed)"),a.object(m[t],"formats[format]");try{var i=m[t].read(e,r);return i instanceof h&&(i=i.toPublic()),i.comment||(i.comment=r.filename),i}catch(e){if("KeyEncryptedError"===e.name)throw e;throw new f(r.filename,t,e)}},g.isKey=function(e,t){return p.isCompatible(e,g,t)},g.prototype._sshpkApiVersion=[1,7],g._oldVersionDetect=function(e){return a.func(e.toBuffer),a.func(e.fingerprint),e.createDH?[1,4]:e.defaultHashAlgorithm?[1,3]:e.formats.auto?[1,2]:e.formats.pkcs1?[1,1]:[1,0]}},73079:(e,t,r)=>{e.exports=b;var i=r(6144),a=r(2399).Buffer,n=r(95280),o=r(76417),s=(r(40500),r(15270)),c=r(23004),u=r(31669),l=r(2743),p=r(78849),h=p.generateECDSA,d=p.generateED25519,f=r(14744),m=r(50780),g=r(67721),v=(c.InvalidAlgorithmError,c.KeyParseError),y=(c.KeyEncryptedError,{});function b(e){i.object(e,"options"),g.call(this,e),this._pubCache=void 0}y.auto=r(31683),y.pem=r(68256),y.pkcs1=r(50562),y.pkcs8=r(92693),y.rfc4253=r(84274),y["ssh-private"]=r(53176),y.openssh=y["ssh-private"],y.ssh=y["ssh-private"],y.dnssec=r(64486),u.inherits(b,g),b.formats=y,b.prototype.toBuffer=function(e,t){return void 0===e&&(e="pkcs1"),i.string(e,"format"),i.object(y[e],"formats[format]"),i.optionalObject(t,"options"),y[e].write(this,t)},b.prototype.hash=function(e,t){return this.toPublic().hash(e,t)},b.prototype.fingerprint=function(e,t){return this.toPublic().fingerprint(e,t)},b.prototype.toPublic=function(){if(this._pubCache)return this._pubCache;for(var e=n.info[this.type],t=[],r=0;r{e.exports=p;var i=r(6144),a=r(2399).Buffer,n=(r(95280),r(76417),r(23004)),o=r(2743),s=r(90476),c=r(34840),u=n.InvalidAlgorithmError,l=n.SignatureParseError;function p(e){i.object(e,"options"),i.arrayOfObject(e.parts,"options.parts"),i.string(e.type,"options.type");for(var t={},r=0;r20&&0===n[0]&&(n=n.slice(1)),(u=this.part.s.data).length>20&&0===u[0]&&(u=u.slice(1)),this.hashAlgorithm&&"sha1"!==this.hashAlgorithm||n.length+u.length!==40)throw new Error("OpenSSH only supports DSA signatures with SHA1 hash");return t.writeBuffer(a.concat([n,u])),t.toBuffer()}if("ssh"===e&&"ecdsa"===this.type){var p,h=new c({});n=this.part.r.data,h.writeBuffer(n),h.writePart(this.part.s),t=new c({}),0===n[0]&&(n=n.slice(1));var d=8*n.length;return 256===d?p="nistp256":384===d?p="nistp384":528===d&&(p="nistp521"),t.writeString("ecdsa-sha2-"+p),t.writeBuffer(h.toBuffer()),t.toBuffer()}throw new Error("Invalid signature format");default:throw new Error("Invalid signature data")}},p.prototype.toString=function(e){return i.optionalString(e,"format"),this.toBuffer(e).toString("base64")},p.parse=function(e,t,r){"string"==typeof e&&(e=a.from(e,"base64")),i.buffer(e,"data"),i.string(r,"format"),i.string(t,"type");var n={};n.type=t.toLowerCase(),n.parts=[];try{switch(i.ok(e.length>0,"signature must not be empty"),n.type){case"rsa":case"ed25519":return function(e,t,r,a){if("ssh"===r){try{var n=new c({buffer:e}),o=n.readString()}catch(e){}if(void 0!==n){var s="SSH signature does not match expected type (expected "+t+", got "+o+")";switch(o){case"ssh-rsa":i.strictEqual(t,"rsa",s),a.hashAlgo="sha1";break;case"rsa-sha2-256":i.strictEqual(t,"rsa",s),a.hashAlgo="sha256";break;case"rsa-sha2-512":i.strictEqual(t,"rsa",s),a.hashAlgo="sha512";break;case"ssh-ed25519":i.strictEqual(t,"ed25519",s),a.hashAlgo="sha512";break;default:throw new Error("Unknown SSH signature type: "+o)}var u=n.readPart();return i.ok(n.atEnd(),"extra trailing bytes"),u.name="sig",a.parts.push(u),new p(a)}}return a.parts.push({name:"sig",data:e}),new p(a)}(e,t,r,n);case"dsa":case"ecdsa":return"asn1"===r?function(e,t,r,i){var a=new s.BerReader(e);a.readSequence();var n=a.readString(s.Ber.Integer,!0),c=a.readString(s.Ber.Integer,!0);return i.parts.push({name:"r",data:o.mpNormalize(n)}),i.parts.push({name:"s",data:o.mpNormalize(c)}),new p(i)}(e,0,0,n):"dsa"===n.type?function(e,t,r,a){if(40!=e.length){var n=new c({buffer:e}),o=n.readBuffer();"ssh-dss"===o.toString("ascii")&&(o=n.readBuffer()),i.ok(n.atEnd(),"extra trailing bytes"),i.strictEqual(o.length,40,"invalid inner length"),e=o}return a.parts.push({name:"r",data:e.slice(0,20)}),a.parts.push({name:"s",data:e.slice(20,40)}),new p(a)}(e,0,0,n):function(e,t,r,a){var n,o,s=new c({buffer:e}),u=s.readBuffer(),l=u.toString("ascii");if("ecdsa-"===l.slice(0,6)){var h=l.split("-");switch(i.strictEqual(h[0],"ecdsa"),i.strictEqual(h[1],"sha2"),a.curve=h[2],a.curve){case"nistp256":a.hashAlgo="sha256";break;case"nistp384":a.hashAlgo="sha384";break;case"nistp521":a.hashAlgo="sha512";break;default:throw new Error("Unsupported ECDSA curve: "+a.curve)}u=s.readBuffer(),i.ok(s.atEnd(),"extra trailing bytes on outer"),n=(s=new c({buffer:u})).readPart()}else n={data:u};return o=s.readPart(),i.ok(s.atEnd(),"extra trailing bytes"),n.name="r",o.name="s",a.parts.push(n),a.parts.push(o),new p(a)}(e,0,0,n);default:throw new u(t)}}catch(e){if(e instanceof u)throw e;throw new l(t,r,e)}},p.isSignature=function(e,t){return o.isCompatible(e,p,t)},p.prototype._sshpkApiVersion=[2,1],p._oldVersionDetect=function(e){return i.func(e.toBuffer),e.hasOwnProperty("hashAlgorithm")?[2,0]:[1,0]}},34840:(e,t,r)=>{e.exports=n;var i=r(6144),a=r(2399).Buffer;function n(e){i.object(e,"options"),void 0!==e.buffer&&i.buffer(e.buffer,"options.buffer"),this._size=e.buffer?e.buffer.length:1024,this._buffer=e.buffer||a.alloc(this._size),this._offset=0}n.prototype.toBuffer=function(){return this._buffer.slice(0,this._offset)},n.prototype.atEnd=function(){return this._offset>=this._buffer.length},n.prototype.remainder=function(){return this._buffer.slice(this._offset)},n.prototype.skip=function(e){this._offset+=e},n.prototype.expand=function(){this._size*=2;var e=a.alloc(this._size);this._buffer.copy(e,0),this._buffer=e},n.prototype.readPart=function(){return{data:this.readBuffer()}},n.prototype.readBuffer=function(){var e=this._buffer.readUInt32BE(this._offset);this._offset+=4,i.ok(this._offset+e<=this._buffer.length,"length out of bounds at +0x"+this._offset.toString(16)+" (data truncated?)");var t=this._buffer.slice(this._offset,this._offset+e);return this._offset+=e,t},n.prototype.readString=function(){return this.readBuffer().toString()},n.prototype.readCString=function(){for(var e=this._offset;ethis._size;)this.expand();this._buffer.writeUInt32BE(e.length,this._offset),this._offset+=4,e.copy(this._buffer,this._offset),this._offset+=e.length},n.prototype.writeString=function(e){this.writeBuffer(a.from(e,"utf8"))},n.prototype.writeCString=function(e){for(;this._offset+1+e.length>this._size;)this.expand();this._buffer.write(e,this._offset),this._offset+=e.length,this._buffer[this._offset++]=0},n.prototype.writeInt=function(e){for(;this._offset+4>this._size;)this.expand();this._buffer.writeUInt32BE(e,this._offset),this._offset+=4},n.prototype.writeInt64=function(e){if(i.buffer(e,"value"),e.length>8){for(var t=e.slice(0,e.length-8),r=0;rthis._size;)this.expand();e.copy(this._buffer,this._offset),this._offset+=8},n.prototype.writeChar=function(e){for(;this._offset+1>this._size;)this.expand();this._buffer[this._offset++]=e},n.prototype.writePart=function(e){this.writeBuffer(e.data)},n.prototype.write=function(e){for(;this._offset+e.length>this._size;)this.expand();e.copy(this._buffer,this._offset),this._offset+=e.length}},2743:(e,t,r)=>{e.exports={bufferSplit:function(e,t){i.buffer(e),i.string(t);for(var r=[],a=0,n=0,o=0;o=t.length){var s=o+1;r.push(e.slice(a,s-n)),a=s,n=0}return a<=e.length&&r.push(e.slice(a,e.length)),r},addRSAMissing:function(e){i.object(e),d(e,n,[1,1]);var t,r=new p(e.part.d.data);if(!e.part.dmodp){var a=new p(e.part.p.data);t=g(r.mod(a.subtract(1))),e.part.dmodp={name:"dmodp",data:t},e.parts.push(e.part.dmodp)}if(!e.part.dmodq){var o=new p(e.part.q.data);t=g(r.mod(o.subtract(1))),e.part.dmodq={name:"dmodq",data:t},e.parts.push(e.part.dmodq)}},calculateDSAPublic:function(e,t,r){return i.buffer(e),i.buffer(t),i.buffer(r),e=new p(e),t=new p(t),r=new p(r),g(e.modPow(r,t))},calculateED25519Public:function(e){i.buffer(e);var t=h.sign.keyPair.fromSeed(new Uint8Array(e));return a.from(t.publicKey)},calculateX25519Public:function(e){i.buffer(e);var t=h.box.keyPair.fromSeed(new Uint8Array(e));return a.from(t.publicKey)},mpNormalize:m,mpDenormalize:function(e){for(i.buffer(e);e.length>1&&0===e[0];)e=e.slice(1);return e},ecNormalize:function(e,t){if(i.buffer(e),0===e[0]&&4===e[1])return t?e:e.slice(1);if(4===e[0]){if(!t)return e}else{for(;0===e[0];)e=e.slice(1);if(2===e[0]||3===e[0])throw new Error("Compressed elliptic curve points are not supported");if(4!==e[0])throw new Error("Not a valid elliptic curve point");if(!t)return e}var r=a.alloc(e.length+1);return r[0]=0,e.copy(r,1),r},countZeros:function(e){for(var t=0,r=8;t3)return!1;if(i.constructor.name!==t.name)return!1;var n=i._sshpkApiVersion;return void 0===n&&(n=t._oldVersionDetect(e)),!(n[0]!=r[0]||n[1]t;)i.equal(e[0],0),e=e.slice(1);for(;e.length=r[1],a+" must be compatible with "+t.name+" klass version "+r[0]+"."+r[1])}}var f={"des-ede3-cbc":{key:24,iv:8},"aes-128-cbc":{key:16,iv:16},"aes-256-cbc":{key:32,iv:16}};function m(e){for(i.buffer(e);e.length>1&&0===e[0]&&0==(128&e[1]);)e=e.slice(1);if(128==(128&e[0])){var t=a.alloc(e.length+1);t[0]=0,e.copy(t,1),e=t}return e}function g(e){var t=a.from(e.toByteArray());return m(t)}},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,r)=>{"use strict";var i=r(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=i,a.codes=function(e,t){var r=[];return Object.keys(t).forEach((function(i){var a=t[i],n=Number(i);e[n]=a,e[a]=n,e[a.toLowerCase()]=n,r.push(n)})),r}(a,i),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,r)=>{var i=r(42357),a=r(15158)("stream-parser");function n(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){i(!this._parserCallback,'there is already a "callback" set!'),i(isFinite(e)&&e>0,'can only buffer a finite number of bytes > 0, got "'+e+'"'),this._parserInit||n(this),a("buffering %o bytes",e),this._parserBytesLeft=e,this._parserCallback=t,this._parserState=0}function s(e,t){i(!this._parserCallback,'there is already a "callback" set!'),i(e>0,'can only skip > 0 bytes, got "'+e+'"'),this._parserInit||n(this),a("skipping %o bytes",e),this._parserBytesLeft=e,this._parserCallback=t,this._parserState=1}function c(e,t){i(!this._parserCallback,'There is already a "callback" set!'),i(e>0,'can only pass through > 0 bytes, got "'+e+'"'),this._parserInit||n(this),a("passing through %o bytes",e),this._parserBytesLeft=e,this._parserCallback=t,this._parserState=2}function u(e,t,r){this._parserInit||n(this),a("write(%o bytes)",e.length),"function"==typeof t&&(r=t),h(this,e,null,r)}function l(e,t,r){this._parserInit||n(this),a("transform(%o bytes)",e.length),"function"!=typeof t&&(t=this._parserOutput),h(this,e,t,r)}function p(e,t,r,i){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&&r(t),0!==e._parserBytesLeft)return i;var n=e._parserCallback;if(n&&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),n){var o=[];t&&o.push(t),r&&o.push(r);var s=n.length>o.length;s&&o.push(d(i));var c=n.apply(e,o);if(!s||i===c)return i}}e.exports=function(e){var t=e&&"function"==typeof e._transform,r=e&&"function"==typeof e._write;if(!t&&!r)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 h=d((function e(t,r,i,a){return t._parserBytesLeft<=0?a(new Error("got data but not currently parsing anything")):r.length<=t._parserBytesLeft?function(){return p(t,r,i,a)}:function(){var n=r.slice(0,t._parserBytesLeft);return p(t,n,i,(function(o){return o?a(o):r.length>n.length?function(){return e(t,r.slice(n.length),i,a)}:void 0}))}}));function d(e){return function(){for(var t=e.apply(this,arguments);"function"==typeof t;)t=t();return t}}},14223:(e,t,r)=>{"use strict";const i=r(76003),a=r(61903),n=r(60809),o=e=>{if("string"!=typeof e||0===e.length)return 0;if(0===(e=i(e)).length)return 0;e=e.replace(n()," ");let t=0;for(let r=0;r=127&&i<=159||i>=768&&i<=879||(i>65535&&r++,t+=a(i)?2:1)}return t};e.exports=o,e.exports.default=o},76003:(e,t,r)=>{"use strict";const i=r(14277);e.exports=e=>"string"==typeof e?e.replace(i(),""):e},37903:e=>{"use strict";function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,i=new Array(t);r{"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})(e)}e.exports=function(e){return null!==e&&"object"===t(e)}},41930:(e,t,r)=>{"use strict";var i=r(78835).parse,a=r(37866).CookieJar,n=r(37866).CookieAccessInfo,o=r(38873),s=r(94141),c=r(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=i(e.url),r=new n(t.hostname,t.pathname,"https:"===t.protocol),a=this.jar.getCookies(r).toValueString();e.cookies=a},o.forEach((function(e){var t=e.toUpperCase();u.prototype[e]=function(e,r){var i=new s.Request(t,e);return i.on("response",this._saveCookies.bind(this)),i.on("redirect",this._saveCookies.bind(this)),i.on("redirect",this._attachCookies.bind(this,i)),this._setDefaults(i),this._attachCookies(i),r&&i.end(r),i}})),u.prototype.del=u.prototype.delete},58539:(e,t,r)=>{"use strict";function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,i)}return r}function a(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var n,o=r(92413),s=r(31669),c=r(11631),u=r(4016),l=r(78835).parse;if(!r(81249).gte(process.version,"v10.10.0"))throw new Error("superagent: this version of Node.js does not support http2");var p=(n=r(97565)).constants,h=p.HTTP2_HEADER_PATH,d=p.HTTP2_HEADER_STATUS,f=p.HTTP2_HEADER_METHOD,m=p.HTTP2_HEADER_AUTHORITY,g=p.HTTP2_HEADER_HOST,v=p.HTTP2_HEADER_SET_COOKIE,y=p.NGHTTP2_CANCEL;function b(e,t){var r=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 i(e){return(i="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})(e)}var a,n=r(78835),o=n.parse,s=n.format,c=n.resolve,u=r(92413),l=r(57211),p=r(98605),h=r(35747),d=r(78761),f=r(31669),m=r(5784),g=r(63031),v=r(38873),y=r(46882),b=r(69853),w=r(90673)("superagent"),x=r(37866),k=r(81249),_=r(4445),j=r(64506),E=r(28899),S=r(98570).unzip,D=r(94435);function A(e,r){return"function"==typeof r?new t.Request("GET",e).end(r):1===arguments.length?new t.Request("GET",e):new t.Request(e,r)}function C(){}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 P(e){return/[/+]json($|[^-\w])/i.test(e)}function F(e){return[301,302,303,305,307,308].includes(e)}k.gte(process.version,"v10.10.0")&&(a=r(58539)),e.exports=A,(t=e.exports).Request=O,t.agent=r(41930),t.Response=D,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":m.stringify,"application/json":_},t.parse=r(12099),t.buffer={},f.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,r){if(t){if(this._data)throw new Error("superagent can't mix .send() and .attach()");var i=r||{};"string"==typeof r&&(i={filename:r}),"string"==typeof t?(i.filename||(i.filename=t),w("creating `fs.ReadStream` instance for file: %s",t),t=h.createReadStream(t)):!i.filename&&t.path&&(i.filename=t.path),this._getFormData().append(e,t,i)}return this},O.prototype._getFormData=function(){var e=this;return this._formData||(this._formData=new y,this._formData.on("error",(function(t){w("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 r=this.request();return this._streamRequest||(this._streamRequest=!0),r.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 r=this;return this.req.once("response",(function(i){if(F(i.statusCode)&&r._redirects++!==r._maxRedirects)return r._redirect(i)===r?r._pipeContinue(e,t):void 0;if(r.res=i,r._emitResponse(),!r._aborted){if(r._shouldUnzip(i)){var a=d.createUnzip();a.on("error",(function(t){t&&"Z_BUF_ERROR"===t.code?e.emit("end"):e.emit("error",t)})),i.pipe(a).pipe(e,t)}else i.pipe(e,t);i.once("end",(function(){r.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);w("redirect %s -> %s",this.url,t),t=c(this.url,t),e.resume();var r=this.req.getHeaders?this.req.getHeaders():this.req._headers,i=o(t).host!==o(this.url).host;return 301!==e.statusCode&&302!==e.statusCode||(r=j.cleanHeader(r,i),this.method="HEAD"===this.method?"HEAD":"GET",this._data=null),303===e.statusCode&&(r=j.cleanHeader(r,i),this.method="GET",this._data=null),delete r.host,delete this.req,delete this._formData,T(this),this._endCalled=!1,this.url=t,this.qs={},this._query.length=0,this.set(r),this.emit("redirect",e),this._redirectList.push(this.url),this.end(this._callback),this},O.prototype.auth=function(e,t,r){1===arguments.length&&(t=""),"object"===i(t)&&null!==t&&(r=t,t=""),r||(r={type:"basic"});var a=function(e){return Buffer.from(e).toString("base64")};return this._auth(e,t,r,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"!==i(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 r={};try{var a=m.stringify(this.qs,{indices:!1,strictNullHandling:!0});a&&(this.qs={},this._query.push(a)),this._finalizeQueryString()}catch(e){return this.emit("error",e)}var n,s=this.url,c=this._retries;if(s.includes("`")){var u=s.indexOf("?");if(-1!==u){var l=s.slice(u+1);n=l.match(/`|%60/g)}}if(0!==s.indexOf("http")&&(s="http://".concat(s)),s=o(s),n){var p=0;s.query=s.query.replace(/%60/g,(function(){return n[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 h=s.path.match(/^([^/]+)(.+)$/);r.socketPath=h[1].replace(/%2F/g,"/"),s.path=h[2]}if(this._connectOverride){var d,f,g=s.hostname,v=g in this._connectOverride?this._connectOverride[g]:this._connectOverride["*"];v&&(this._header.host||this.set("host",s.host),"object"===i(v)?(d=v.host,f=v.port):(d=v,f=s.port),s.host=/:/.test(d)?"[".concat(d,"]"):d,f&&(s.host+=":".concat(f),s.port=f),s.hostname=d)}r.method=this.method,r.port=s.port,r.path=s.path,r.host=s.hostname,r.ca=this._ca,r.key=this._key,r.pfx=this._pfx,r.cert=this._cert,r.passphrase=this._passphrase,r.agent=this._agent,r.rejectUnauthorized="boolean"==typeof this._disableTLSCerts?!this._disableTLSCerts:"0"!==process.env.NODE_TLS_REJECT_UNAUTHORIZED,this._header.host&&(r.servername=this._header.host.replace(/:\d+$/,"")),this._trustLocalhost&&/^(?:localhost|127\.0\.0\.\d+|(0*:)+:0*1)$/.test(s.hostname)&&(r.rejectUnauthorized=!1);var y=this._enableHttp2?t.protocols["http2:"].setProtocol(s.protocol):t.protocols[s.protocol];this.req=y.request(r);var b=this.req;if(b.setNoDelay(!0),"HEAD"!==r.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 w=s.auth.split(":");this.auth(w[0],w[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 x.CookieJar;_.setCookies(this._header.cookie.split(";")),_.setCookies(this.cookies.split(";")),b.setHeader("Cookie",_.getCookies(x.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 r=this._callback||C;if(this.clearTimeout(),this.called)return console.warn("superagent: double callback bug");if(this.called=!0,!e)try{if(!this._isResponseOK(t)){var i="Unsuccessful HTTP response";t&&(i=p.STATUS_CODES[t.status]||i),(e=new Error(i)).status=t?t.status:void 0}}catch(t){e=t}if(!e)return r(null,t);e.response=t,this._maxRetries&&(e.retries=this._retries-1),e&&this.listeners("error").length>0&&this.emit("error",e),r(e,t)},O.prototype._isHost=function(e){return Buffer.isBuffer(e)||e instanceof u||e instanceof y},O.prototype._emitResponse=function(e,t){var r=new D(this);return this.response=r,r.redirects=this._redirectList,void 0!==e&&(r.body=e),r.files=t,this._endCalled&&(r.pipe=function(){throw new Error("end() has already been called, so it's too late to start piping")}),this.emit("response",r),r},O.prototype.end=function(e){if(this.request(),w("%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||C,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 r=this._data,i=this.req,a=this.method;if(this._setTimeouts(),"HEAD"!==a&&!i._headerSent){if("string"!=typeof r){var n=i.getHeader("Content-Type");n&&(n=n.split(";")[0]);var o=this._serializer||t.serialize[n];!o&&P(n)&&(o=t.serialize["application/json"]),o&&(r=o(r))}r&&!i.getHeader("Content-Length")&&i.setHeader("Content-Length",Buffer.isBuffer(r)?r.length:Buffer.byteLength(r))}i.once("response",(function(r){if(w("%s %s -> %s",e.method,e.url,r.statusCode),e._responseTimeoutTimer&&clearTimeout(e._responseTimeoutTimer),!e.piped){var a=e._maxRedirects,n=j.type(r.headers["content-type"]||"")||"text/plain",o=n.split("/")[0];o&&(o=o.toLowerCase().trim());var s="multipart"===o,c=F(r.statusCode),u=e._responseType;if(e.res=r,c&&e._redirects++!==a)return e._redirect(r);if("HEAD"===e.method)return e.emit("end"),void e.callback(null,e._emitResponse());e._shouldUnzip(r)&&S(i,r);var l=e._buffer;void 0===l&&n in t.buffer&&(l=Boolean(t.buffer[n]));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 h=new b.IncomingForm;p=h.parse.bind(h),l=!0}else!function(e){var t=e.split("/")[0];return t&&(t=t.toLowerCase().trim()),"image"===t||"video"===t}(n)?t.parse[n]?p=t.parse[n]:"text"===o?(p=t.parse.text,l=!1!==l):P(n)?(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("/"),r=t[0];r&&(r=r.toLowerCase().trim());var i=t[1];return i&&(i=i.toLowerCase().trim()),"text"===r||"x-www-form-urlencoded"===i}(n)||P(n))&&(l=!0),e._resBuffered=l;var d=!1;if(l){var f=e._maxResponseSize||2e8;r.on("data",(function(e){if((f-=e.byteLength||e.length)<0){var t=new Error("Maximum response size reached");t.code="ETOOLARGE",d=!1,r.destroy(t)}}))}if(p)try{d=l,p(r,(function(t,r,i){if(!e.timedout)return t&&!e._aborted?e.callback(t):void(d&&(e.emit("end"),e.callback(null,e._emitResponse(r,i))))}))}catch(t){return void e.callback(t)}if(e.res=r,l)r.once("error",(function(t){d=!1,e.callback(t,null)})),d||r.once("end",(function(){w("end %s %s",e.method,e.url),e.emit("end"),e.callback(null,e._emitResponse())}));else{if(w("unbuffered %s %s",e.method,e.url),e.callback(null,e._emitResponse()),s)return;r.once("end",(function(){w("end %s %s",e.method,e.url),e.emit("end")}))}}})),this.emit("request",this);var s=function(){var t=i.getHeader("Content-Length"),r=0,a=new u.Transform;return a._transform=function(i,a,n){r+=i.length,e.emit("progress",{direction:"upload",lengthComputable:!0,loaded:r,total:t}),n(null,i)},a},c=this._formData;if(c){var l=c.getHeaders();for(var p in l)Object.prototype.hasOwnProperty.call(l,p)&&(w('setting FormData header: "%s: %s"',p,l[p]),i.setHeader(p,l[p]));c.getLength((function(e,t){e&&w("formData.getLength had error",e,t),w("got FormData Content-Length: %s",t),"number"==typeof t&&i.setHeader("Content-Length",t),c.pipe(s()).pipe(i)}))}else Buffer.isBuffer(r)?function(e){for(var t=16384,r=new u.Readable,i=e.length,a=i%t,n=i-a,o=0;o0){var c=e.slice(-a);r.push(c)}return r.push(null),r}(r).pipe(s()).pipe(i):i.end(r)},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"===i(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,r,i){var a=A(e,t);return"function"==typeof r&&(i=r,r=null),r&&("GET"===e||"HEAD"===e?a.query(r):a.send(r)),i&&a.end(i),a}}))},73787:e=>{"use strict";e.exports=function(e,t){var r=[];e.on("data",(function(e){r.push(e)})),e.on("end",(function(){t(null,Buffer.concat(r))}))}},12099:(e,t,r)=>{"use strict";t["application/x-www-form-urlencoded"]=r(77979),t["application/json"]=r(72600),t.text=r(22975);var i=r(73787);t["application/octet-stream"]=i,t["application/pdf"]=i,t.image=i},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 r,i;try{r=e.text&&JSON.parse(e.text)}catch(t){(i=t).rawResponse=e.text||null,i.statusCode=e.statusCode}finally{t(i,r)}}))}},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,r)=>{"use strict";var i=r(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,i.parse(e.text))}catch(e){t(e)}}))}},94435:(e,t,r)=>{"use strict";var i=r(31669),a=r(92413),n=r(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,i.inherits(o,a),n(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,r=e.path,i="cannot ".concat(t," ").concat(r," (").concat(this.status,")"),a=new Error(i);return a.status=this.status,a.text=this.text,a.method=t,a.path=r,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,r)=>{"use strict";var i=r(24304).StringDecoder,a=r(92413),n=r(78761);t.unzip=function(e,t){var r,o=n.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){r=new i(e)},o.on("data",(function(e){if(r){var t=r.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,r){return"data"===e||"end"===e?s.on(e,r.bind(t)):"error"===e?(s.on(e,r.bind(t)),c.call(t,e,r)):c.call(t,e,r),this}}},28899:(e,t,r)=>{"use strict";function i(e){return(i="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})(e)}var a=r(54960);function n(e){if(e)return function(e){for(var t in n.prototype)Object.prototype.hasOwnProperty.call(n.prototype,t)&&(e[t]=n.prototype[t]);return e}(e)}e.exports=n,n.prototype.clearTimeout=function(){return clearTimeout(this._timer),clearTimeout(this._responseTimeoutTimer),clearTimeout(this._uploadTimeoutTimer),delete this._timer,delete this._responseTimeoutTimer,delete this._uploadTimeoutTimer,this},n.prototype.parse=function(e){return this._parser=e,this},n.prototype.responseType=function(e){return this._responseType=e,this},n.prototype.serialize=function(e){return this._serializer=e,this},n.prototype.timeout=function(e){if(!e||"object"!==i(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},n.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]);n.prototype._shouldRetry=function(e,t){if(!this._maxRetries||this._retries++>=this._maxRetries)return!1;if(this._retryCallback)try{var r=this._retryCallback(e,t);if(!0===r)return!0;if(!1===r)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},n.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()},n.prototype.then=function(e,t){var r=this;if(!this._fullfilledPromise){var i=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){i.on("abort",(function(){if(!(r._maxRetries&&r._maxRetries>r._retries))if(r.timedout&&r.timedoutError)t(r.timedoutError);else{var e=new Error("Aborted");e.code="ABORTED",e.status=r.status,e.method=r.method,e.url=r.url,t(e)}})),i.end((function(r,i){r?t(r):e(i)}))}))}return this._fullfilledPromise.then(e,t)},n.prototype.catch=function(e){return this.then(void 0,e)},n.prototype.use=function(e){return e(this),this},n.prototype.ok=function(e){if("function"!=typeof e)throw new Error("Callback required");return this._okCallback=e,this},n.prototype._isResponseOK=function(e){return!!e&&(this._okCallback?this._okCallback(e):e.status>=200&&e.status<300)},n.prototype.get=function(e){return this._header[e.toLowerCase()]},n.prototype.getHeader=n.prototype.get,n.prototype.set=function(e,t){if(a(e)){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&this.set(r,e[r]);return this}return this._header[e.toLowerCase()]=t,this.header[e]=t,this},n.prototype.unset=function(e){return delete this._header[e.toLowerCase()],delete this.header[e],this},n.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 r in e)Object.prototype.hasOwnProperty.call(e,r)&&this.field(r,e[r]);return this}if(Array.isArray(t)){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&this.field(e,t[i]);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},n.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},n.prototype._auth=function(e,t,r,i){switch(r.type){case"basic":this.set("Authorization","Basic ".concat(i("".concat(e,":").concat(t))));break;case"auto":this.username=e,this.password=t;break;case"bearer":this.set("Authorization","Bearer ".concat(e))}return this},n.prototype.withCredentials=function(e){return void 0===e&&(e=!0),this._withCredentials=e,this},n.prototype.redirects=function(e){return this._maxRedirects=e,this},n.prototype.maxResponseSize=function(e){if("number"!=typeof e)throw new TypeError("Invalid argument");return this._maxResponseSize=e,this},n.prototype.toJSON=function(){return{method:this.method,url:this.url,data:this._data,headers:this._header}},n.prototype.send=function(e){var t=a(e),r=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 i in e)Object.prototype.hasOwnProperty.call(e,i)&&(this._data[i]=e[i]);else"string"==typeof e?(r||this.type("form"),(r=this._header["content-type"])&&(r=r.toLowerCase().trim()),this._data="application/x-www-form-urlencoded"===r?this._data?"".concat(this._data,"&").concat(e):e:(this._data||"")+e):this._data=e;return!t||this._isHost(e)||r||this.type("json"),this},n.prototype.sortQuery=function(e){return this._sort=void 0===e||e,this},n.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 r=this.url.slice(t+1).split("&");"function"==typeof this._sort?r.sort(this._sort):r.sort(),this.url=this.url.slice(0,t)+"?"+r.join("&")}}},n.prototype._appendQueryString=function(){console.warn("Unsupported")},n.prototype._timeoutError=function(e,t,r){if(!this._aborted){var i=new Error("".concat(e+t,"ms exceeded"));i.timeout=t,i.code="ECONNABORTED",i.errno=r,this.timedout=!0,this.timedoutError=i,this.abort(),this.callback(i)}},n.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,r)=>{"use strict";var i=r(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=i.type(t);var r=i.params(t);for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(this[a]=r[a]);this.links={};try{e.link&&(this.links=i.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 r(e,t){var r;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=function(e,t){if(e){if("string"==typeof e)return i(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?i(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var a=0,n=function(){};return{s:n,n:function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:n}}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(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return s=e.done,e},e:function(e){c=!0,o=e},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw o}}}}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,i=new Array(t);r{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 r="color: "+this.color;t.splice(1,0,r,"color: inherit");let i=0,a=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(i++,"%c"===e&&(a=i))})),t.splice(a,0,r)},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=r(74147)(t);const{formatters:i}=e.exports;i.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},74147:(e,t,r)=>{e.exports=function(e){function t(e){let r,a,n,o=null;function s(...e){if(!s.enabled)return;const i=s,a=Number(new Date),n=a-(r||a);i.diff=n,i.prev=r,i.curr=a,r=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,((r,a)=>{if("%%"===r)return"%";o++;const n=t.formatters[a];if("function"==typeof n){const t=e[o];r=n.call(i,t),e.splice(o,1),o--}return r})),t.formatArgs.call(i,e),(i.log||t.log).apply(i,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=i,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==o?o:(a!==t.namespaces&&(a=t.namespaces,n=t.enabled(e)),n),set:e=>{o=e}}),"function"==typeof t.init&&t.init(s),s}function i(e,r){const i=t(this.namespace+(void 0===r?":":r)+e);return i.log=this.log,i}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 r;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const i=("string"==typeof e?e:"").split(/[\s,]+/),a=i.length;for(r=0;r{t[r]=e[r]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let r=0;for(let t=0;t{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=r(28040):e.exports=r(67218)},67218:(e,t,r)=>{const i=r(33867),a=r(31669);t.init=function(e){e.inspectOpts={};const r=Object.keys(t.inspectOpts);for(let i=0;i{}),"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=r(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 r=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let i=process.env[t];return i=!!/^(yes|on|true|enabled)$/i.test(i)||!/^(no|off|false|disabled)$/i.test(i)&&("null"===i?null:Number(i)),e[r]=i,e}),{}),e.exports=r(74147)(t);const{formatters:n}=e.exports;n.o=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},n.O=function(e){return this.inspectOpts.colors=this.useColors,a.inspect(e,this.inspectOpts)}},38072:e=>{"use strict";function t(){this._types=Object.create(null),this._extensions=Object.create(null);for(let e=0;e{"use strict";let i=r(38072);e.exports=new i(r(18784),r(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.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-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.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":["ecma","es"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"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/mrb-consumer+xml":["*xdf"],"application/mrb-publish+xml":["*xdf"],"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/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-error+xml":["xer"],"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/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"]}},71737:e=>{"use strict";var t=String.prototype.replace,r=/%20/g,i="RFC3986";e.exports={default:i,formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:i}},5784:(e,t,r)=>{"use strict";var i=r(42457),a=r(34746),n=r(71737);e.exports={formats:n,parse:a,stringify:i}},34746:(e,t,r)=>{"use strict";var i=r(48052),a=Object.prototype.hasOwnProperty,n=Array.isArray,o={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:i.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,r,i){if(e){var n=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,s=r.depth>0&&/(\[[^[\]]*])/.exec(n),u=s?n.slice(0,s.index):n,l=[];if(u){if(!r.plainObjects&&a.call(Object.prototype,u)&&!r.allowPrototypes)return;l.push(u)}for(var p=0;r.depth>0&&null!==(s=o.exec(n))&&p=0;--n){var o,s=e[n];if("[]"===s&&r.parseArrays)o=[].concat(a);else{o=r.plainObjects?Object.create(null):{};var u="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,l=parseInt(u,10);r.parseArrays||""!==u?!isNaN(l)&&s!==u&&String(l)===u&&l>=0&&r.parseArrays&&l<=r.arrayLimit?(o=[])[l]=a:o[u]=a:o={0:a}}a=o}return a}(l,t,r,i)}};e.exports=function(e,t){var r=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||i.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 r.plainObjects?Object.create(null):{};for(var l="string"==typeof e?function(e,t){var r,u={},l=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,p=t.parameterLimit===1/0?void 0:t.parameterLimit,h=l.split(t.delimiter,p),d=-1,f=t.charset;if(t.charsetSentinel)for(r=0;r-1&&(g=n(g)?[g]:g),a.call(u,m)?u[m]=i.combine(u[m],g):u[m]=g}return u}(e,r):e,p=r.plainObjects?Object.create(null):{},h=Object.keys(l),d=0;d{"use strict";var i=r(37478),a=r(48052),n=r(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=Array.prototype.push,l=function(e,t){u.apply(e,c(t)?t:[t])},p=Date.prototype.toISOString,h=n.default,d={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:a.encode,encodeValuesOnly:!1,format:h,formatter:n.formatters[h],indices:!1,serializeDate:function(e){return p.call(e)},skipNulls:!1,strictNullHandling:!1},f=function e(t,r,n,o,s,u,p,h,f,m,g,v,y,b,w){var x,k=t;if(w.has(t))throw new RangeError("Cyclic object value");if("function"==typeof p?k=p(r,k):k instanceof Date?k=m(k):"comma"===n&&c(k)&&(k=a.maybeMap(k,(function(e){return e instanceof Date?m(e):e}))),null===k){if(o)return u&&!y?u(r,d.encoder,b,"key",g):r;k=""}if("string"==typeof(x=k)||"number"==typeof x||"boolean"==typeof x||"symbol"==typeof x||"bigint"==typeof x||a.isBuffer(k))return u?[v(y?r:u(r,d.encoder,b,"key",g))+"="+v(u(k,d.encoder,b,"value",g))]:[v(r)+"="+v(String(k))];var _,j=[];if(void 0===k)return j;if("comma"===n&&c(k))_=[{value:k.length>0?k.join(",")||null:void 0}];else if(c(p))_=p;else{var E=Object.keys(k);_=h?E.sort(h):E}for(var S=0;S<_.length;++S){var D=_[S],A="object"==typeof D&&void 0!==D.value?D.value:k[D];if(!s||null!==A){var C=c(k)?"function"==typeof n?n(r,D):r:r+(f?"."+D:"["+D+"]");w.set(t,!0);var T=i();l(j,e(A,C,n,o,s,u,p,h,f,m,g,v,y,b,T))}}return j};e.exports=function(e,t){var r,a=e,u=function(e){if(!e)return d;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||d.charset;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 r=n.default;if(void 0!==e.format){if(!o.call(n.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var i=n.formatters[r],a=d.filter;return("function"==typeof e.filter||c(e.filter))&&(a=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:d.addQueryPrefix,allowDots:void 0===e.allowDots?d.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:d.charsetSentinel,delimiter:void 0===e.delimiter?d.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:d.encode,encoder:"function"==typeof e.encoder?e.encoder:d.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:d.encodeValuesOnly,filter:a,format:r,formatter:i,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:d.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:d.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:d.strictNullHandling}}(t);"function"==typeof u.filter?a=(0,u.filter)("",a):c(u.filter)&&(r=u.filter);var p,h=[];if("object"!=typeof a||null===a)return"";p=t&&t.arrayFormat in s?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var m=s[p];r||(r=Object.keys(a)),u.sort&&r.sort(u.sort);for(var g=i(),v=0;v0?w+b:""}},48052:(e,t,r)=>{"use strict";var i=r(71737),a=Object.prototype.hasOwnProperty,n=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 r=t&&t.plainObjects?Object.create(null):{},i=0;i1;){var t=e.pop(),r=t.obj[t.prop];if(n(r)){for(var i=[],a=0;a=48&&l<=57||l>=65&&l<=90||l>=97&&l<=122||n===i.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(n(e)){for(var r=[],i=0;i{"use strict";const i=r(12087),a=r(33867),n=r(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(n("color=16m")||n("color=full")||n("color=truecolor"))return 3;if(n("color=256"))return 2;if(e&&!t&&void 0===s)return 0;const r=s||0;if("dumb"===o.TERM)return r;if("win32"===process.platform){const e=i.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:r;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:r}n("no-color")||n("no-colors")||n("color=false")||n("color=never")?s=0:(n("color")||n("colors")||n("color=true")||n("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,r)=>{"use strict";const i=r(94213),a=r(78835).parse,n=r(31669),o=r(10752),s=r(82224).y,c=r(25761).m,u=r(88971).U,l=r(456),{fromCallback:p}=r(38981),h=/^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/,d=/[\x00-\x1F]/,f=["\n","\r","\0"],m=/[\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 w(e){const t=String(e).toLowerCase();return"none"===t||"lax"===t||"strict"===t?t:null}const x=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,r,i){let a=0;for(;a=58)break;a++}return ar?null:i||a==e.length?parseInt(e.substr(0,a),10):null}function j(e){const t=e.split(":"),r=[0,0,0];if(3!==t.length)return null;for(let e=0;e<3;e++){const i=2==e,a=_(t[e],1,2,i);if(null===a)return null;r[e]=a}return r}function E(e){e=String(e).substr(0,3).toLowerCase();const t=v[e];return t>=0?t:null}function S(e){if(!e)return;const t=e.split(g);if(!t)return;let r=null,i=null,a=null,n=null,o=null,s=null;for(let e=0;e=70&&s<=99?s+=1900:s>=0&&s<=69&&(s+=2e3))):o=u:n=u}return null===n||null===o||null===s||null===a||n<1||n>31||s<1601||r>23||i>59||a>59?void 0:new Date(Date.UTC(s,o,n,r,i,a))}function D(e){return e.toUTCString()}function A(e){return null==e?null:(e=e.trim().replace(/^\./,""),i&&/[^\u0001-\u007f]/.test(e)&&(e=i.toASCII(e)),e.toLowerCase())}function C(e,t,r){if(null==e||null==t)return null;if(!1!==r&&(e=A(e),t=A(t)),e==t)return!0;const i=e.indexOf(t);return!(i<=0||e.length!==t.length+i||"."!==e.substr(i-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 r=(e=e.trim()).indexOf(";"),i=function(e,t){let r,i,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=S(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,r=this.maxAge<=0?-1/0:1e3*this.maxAge;return t.getTime()+r}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()}}R.cookiesCreated=0,R.parse=O,R.fromJSON=F,R.serializableProperties=Object.keys(B),R.sameSiteLevel={strict:3,lax:2,none:1},R.sameSiteCanonical={strict:"Strict",lax:"Lax"};class L{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 x.STRICT:case x.SILENT:case x.DISABLED:return t}}return x.SILENT}(t.prefixSecurity),this._cloneSync=q("clone"),this._importCookiesSync=q("_importCookies"),this.getCookiesSync=q("getCookies"),this.getCookieStringSync=q("getCookieString"),this.getSetCookieStringsSync=q("getSetCookieStrings"),this.removeAllCookiesSync=q("removeAllCookies"),this.setCookieSync=q("setCookie"),this.serializeSync=q("serialize")}setCookie(e,t,r,i){let a;const n=z(t);"function"==typeof r&&(i=r,r={});const s=A(n.hostname),c=r.loose||this.enableLooseMode;let u=null;if(r.sameSiteContext&&(u=w(r.sameSiteContext),!u))return i(new Error(b));if("string"==typeof e||e instanceof String){if(!(e=R.parse(e,{loose:c})))return a=new Error("Cookie failed to parse"),i(r.ignoreError?null:a)}else if(!(e instanceof R))return a=new Error("First argument to setCookie must be a Cookie object or string"),i(r.ignoreError?null:a);const l=r.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"),i(r.ignoreError?null:a);if(e.domain){if(!C(s,e.cdomain(),!1))return a=new Error(`Cookie not in this host's domain. Cookie:${e.cdomain()} Request:${s}`),i(r.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(n.pathname),e.pathIsDefault=!0),!1===r.http&&e.httpOnly)return a=new Error("Cookie is HttpOnly and this isn't an HTTP API"),i(r.ignoreError?null:a);if("none"!==e.sameSite&&u&&"none"===u)return a=new Error("Cookie is SameSite but this is a cross-origin request"),i(r.ignoreError?null:a);const p=this.prefixSecurity===x.SILENT;if(this.prefixSecurity!==x.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 i(r.ignoreError||p?null:new Error(t))}const h=this.store;h.updateCookie||(h.updateCookie=function(e,t,r){this.putCookie(t,r)}),h.findCookie(e.domain,e.path,e.key,(function(t,a){if(t)return i(t);const n=function(t){if(t)return i(t);i(null,e)};if(a){if(!1===r.http&&a.httpOnly)return t=new Error("old Cookie is HttpOnly and this isn't an HTTP API"),i(r.ignoreError?null:t);e.creation=a.creation,e.creationIndex=a.creationIndex,e.lastAccessed=l,h.updateCookie(a,e,n)}else e.creation=e.lastAccessed=l,h.putCookie(e,n)}))}getCookies(e,t,r){const i=z(e);"function"==typeof t&&(r=t,t={});const a=A(i.hostname),n=i.pathname||"/";let o=t.secure;null!=o||!i.protocol||"https:"!=i.protocol&&"wss:"!=i.protocol||(o=!0);let s=0;if(t.sameSiteContext){const e=w(t.sameSiteContext);if(s=R.sameSiteLevel[e],!s)return r(new Error(b))}let c=t.http;null==c&&(c=!0);const l=t.now||Date.now(),p=!1!==t.expire,h=!!t.allPaths,d=this.store;function f(e){if(e.hostOnly){if(e.domain!=a)return!1}else if(!C(a,e.domain,!1))return!1;return!(!h&&!u(n,e.path))&&(!(e.secure&&!o)&&(!(e.httpOnly&&!c)&&(!(s&&R.sameSiteLevel[e.sameSite||"none"]>s)&&!(p&&e.expiryTime()<=l&&(d.removeCookie(e.domain,e.path,e.key,(()=>{})),1)))))}d.findCookies(a,h?null:n,this.allowSpecialUseDomain,((e,i)=>{if(e)return r(e);i=i.filter(f),!1!==t.sort&&(i=i.sort(I));const a=new Date;for(const e of i)e.lastAccessed=a;r(null,i)}))}getCookieString(...e){const t=e.pop();e.push((function(e,r){e?t(e):t(null,r.sort(I).map((e=>e.cookieString())).join("; "))})),this.getCookies.apply(this,e)}getSetCookieStrings(...e){const t=e.pop();e.push((function(e,r){e?t(e):t(null,r.map((e=>e.toString())))})),this.getCookies.apply(this,e)}serialize(e){let t=this.store.constructor.name;"Object"===t&&(t=null);const r={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,i)=>t?e(t):(r.cookies=i.map((e=>(delete(e=e instanceof R?e.toJSON():e).creationIndex,e))),e(null,r))))}toJSON(){return this.serializeSync()}_importCookies(e,t){let r=e.cookies;if(!r||!Array.isArray(r))return t(new Error("serialized jar has no cookies array"));r=r.slice();const i=e=>{if(e)return t(e);if(!r.length)return t(e,this);let a;try{a=F(r.shift())}catch(e){return t(e)}if(null===a)return i(null);this.store.putCookie(a,i)};i()}clone(e,t){1===arguments.length&&(t=e,e=null),this.serialize(((r,i)=>{if(r)return t(r);L.deserialize(i,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(((r,i)=>{if(r)return e(r);if(0===i.length)return e(null);let a=0;const n=[];function o(t){if(t&&n.push(t),a++,a===i.length)return e(n.length?n[0]:null)}i.forEach((e=>{t.removeCookie(e.domain,e.path,e.key,o)}))}))}static deserialize(e,t,r){let i;if(3!==arguments.length&&(r=t,t=null),"string"==typeof e){if(i=P(e),i instanceof Error)return r(i)}else i=e;const a=new L(t,i.rejectPublicSuffixes);a._importCookies(i,(e=>{if(e)return r(e);r(null,a)}))}static deserializeSync(e,t){const r="string"==typeof e?JSON.parse(e):e,i=new L(t,r.rejectPublicSuffixes);if(!i.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");return i._importCookiesSync(r),i}}function q(e){return function(...t){if(!this.store.synchronous)throw new Error("CookieJar store is not synchronous; use async API instead.");let r,i;if(this[e](...t,((e,t)=>{r=e,i=t})),r)throw r;return i}}L.fromJSON=L.deserializeSync,["_importCookies","clone","getCookies","getCookieString","getSetCookieStrings","removeAllCookies","serialize","setCookie"].forEach((e=>{L.prototype[e]=p(L.prototype[e])})),L.deserialize=p(L.deserialize),t.version=l,t.CookieJar=L,t.Cookie=R,t.Store=s,t.MemoryCookieStore=c,t.parseDate=S,t.formatDate=D,t.parse=O,t.fromJSON=F,t.domainMatch=C,t.defaultPath=T,t.pathMatch=u,t.getPublicSuffix=o.getPublicSuffix,t.cookieCompare=I,t.permuteDomain=r(87324).permuteDomain,t.permutePath=function(e){if("/"===e)return["/"];const t=[e];for(;e.length>1;){const r=e.lastIndexOf("/");if(0===r)break;e=e.substr(0,r),t.push(e)}return t.push("/"),t},t.canonicalDomain=A,t.PrefixSecurityEnum=x},25761:(e,t,r)=>{"use strict";const{fromCallback:i}=r(38981),a=r(82224).y,n=r(87324).permuteDomain,o=r(88971).U,s=r(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,r,i){return this.idx[e]&&this.idx[e][t]?i(null,this.idx[e][t][r]||null):i(null,void 0)}findCookies(e,t,r,i){const a=[];if("function"==typeof r&&(i=r,r=!1),!e)return i(null,[]);let s;s=t?function(e){Object.keys(e).forEach((r=>{if(o(t,r)){const t=e[r];for(const e in t)a.push(t[e])}}))}:function(e){for(const t in e){const r=e[t];for(const e in r)a.push(r[e])}};const c=n(e,r)||[e],u=this.idx;c.forEach((e=>{const t=u[e];t&&s(t)})),i(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,r){this.putCookie(t,r)}removeCookie(e,t,r,i){this.idx[e]&&this.idx[e][t]&&this.idx[e][t][r]&&delete this.idx[e][t][r],i(null)}removeCookies(e,t,r){return this.idx[e]&&(t?delete this.idx[e][t]:delete this.idx[e]),r(null)}removeAllCookies(e){return this.idx={},e(null)}getAllCookies(e){const t=[],r=this.idx;Object.keys(r).forEach((e=>{Object.keys(r[e]).forEach((i=>{Object.keys(r[e][i]).forEach((a=>{null!==a&&t.push(r[e][i][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]=i(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,r)=>{"use strict";const i=r(10752),a=["local"];t.permuteDomain=function(e,t){let r=null;if(t){const t=e.split(".");r=a.includes(t[t.length-1])?`${t[t.length-2]}.${t[t.length-1]}`:i.getPublicSuffix(e)}else r=i.getPublicSuffix(e);if(!r)return null;if(r==e)return[e];const n=e.slice(0,-(r.length+1)).split(".").reverse();let o=r;const s=[o];for(;n.length;)o=`${n.shift()}.${o}`,s.push(o);return s}},10752:(e,t,r)=>{"use strict";const i=r(16244);t.getPublicSuffix=function(e){return i.get(e)}},82224:(e,t)=>{"use strict";t.y=class{constructor(){this.synchronous=!1}findCookie(e,t,r,i){throw new Error("findCookie is not implemented")}findCookies(e,t,r,i){throw new Error("findCookies is not implemented")}putCookie(e,t){throw new Error("putCookie is not implemented")}updateCookie(e,t,r){throw new Error("updateCookie is not implemented")}removeCookie(e,t,r,i){throw new Error("removeCookie is not implemented")}removeCookies(e,t,r){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,r){"use strict";var i,a,n=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=n(r(98605)),s=n(r(99268)),c=r(8777),u=n(r(27646)),l=n(r(15158)),p=r(68160),h=r(93786),d=n(r(48479)),f=r(61999),m=r(83020),g=r(25532),v=r(54570),y=r(15257);var b=r(48519);Object.defineProperty(t,"getSettings",{enumerable:!0,get:function(){return b.getSettings}});const w=u.default(p.hideBin(process.argv)).options({port:{type:"string",default:"6595"},host:{type:"string",default:"127.0.0.1"}}).argv,x=f.normalizePort(null!==(i=process.env.DEEMIX_SERVER_PORT)&&void 0!==i?i:w.port),k=null!==(a=process.env.DEEMIX_HOST)&&void 0!==a?a:w.host,_=l.default("deemix-gui:server");t.wss=new c.Server({noServer:!0});const j=s.default(),E=o.default.createServer(j);h.registerMiddlewares(j),j.use("/",d.default),g.registerApis(j),j.set("port",x),E.listen({port:x,host:k}),v.registerWebsocket(t.wss),j.on("mount",(e=>{console.log(e)})),E.on("connect",(()=>{y.consoleInfo("Server connected")})),E.on("upgrade",((e,r,i)=>{t.wss.handleUpgrade(e,r,i,(r=>{t.wss.emit("connection",r,e)}))})),E.on("error",m.getErrorCb(x)),E.on("listening",m.getListeningCb(E,_))},15257:(e,t,r)=>{"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 i=r(99614).concat("[deemix-server]: ");t.consoleInfo=e=>console.info(i(e)),t.consoleError=e=>console.error(i(e));class a extends Error{constructor(){super(),this.message="Bad request!"}}t.BadRequestError=a,t.isBadRequestError=e=>e instanceof a;class n extends Error{constructor(e){super(e),this.name="QueueError"}}t.QueueError=n,t.AlreadyInQueue=class extends n{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 n{constructor(){super("You must be logged in to start a download."),this.name="NotLoggedIn"}}},91577:function(e,t,r){"use strict";var i=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=i(r(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,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getListeningCb=t.getErrorCb=void 0;const i=r(15257);t.getErrorCb=function(e){return t=>{if("listen"!==t.syscall)throw t;const r="string"==typeof e?"Pipe "+e:"Port "+e;switch(t.code){case"EACCES":console.error(r+" requires elevated privileges"),process.exit(1);case"EADDRINUSE":console.error(r+" is already in use"),process.exit(1);default:throw t}}},t.getListeningCb=function(e,t){return()=>{const r=e.address();if(r){const e="string"==typeof r?"pipe "+r:"port "+r.port;t(`Listening on ${e}`),i.consoleInfo(`Listening on ${e}`)}}}},48519:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.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 n=a(r(35747)),o=r(85622),s=r(42277),c=a(r(57424)),u=a(r(8777)),l=a(r(12210)),p=r(76752),h=r(15257),d=c.default.downloader.Downloader,{Single:f,Collection:m,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=r(98565).version;let y=null;t.isDeezerAvailable=function(){return i(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;"},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){t?console.log(e,t):console.log(e),["downloadInfo","downloadWarn"].includes(e)||p.wss.clients.forEach((r=>{r.readyState===u.default.OPEN&&r.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,r){c.default.settings.save(e,t.configFolder),v=e,t.plugins.spotify.saveSettings(r)};let b=[];const w={};let x=null;function k(e){return i(this,void 0,void 0,(function*(){do{if(null!==x||0===b.length)return null;x=!0;const r=b.shift()||"";console.log(r),w[r].status="downloading";const i=JSON.parse(n.default.readFileSync(t.configFolder+`queue${o.sep}${r}.json`).toString());let a;switch(i.__type__){case"Single":a=new f(i);break;case"Collection":a=new m(i);break;case"Convertable":a=new g(i),a=yield t.plugins[a.plugin].convert(e,a,v,t.listener),n.default.writeFileSync(t.configFolder+`queue${o.sep}${a.uuid}.json`,JSON.stringify(Object.assign(Object.assign({},a.toDict()),{status:"inQueue"})))}if(x=new d(e,a,v,t.listener),t.listener.send("startDownload",r),yield x.start(),!a.isCanceled){a.failed===a.size?w[r].status="failed":a.failed>0?w[r].status="withErrors":w[r].status="completed";const e=a.getSlimmedDict();e.status=w[r].status,w[r]=e,n.default.writeFileSync(t.configFolder+`queue${o.sep}${r}.json`,JSON.stringify(e))}console.log(b),n.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b)),x=null}while(b.length)}))}function _(){n.default.existsSync(t.configFolder+"queue")||n.default.mkdirSync(t.configFolder+"queue"),n.default.readdirSync(t.configFolder+"queue").forEach((e=>{if("order.json"===e)b=JSON.parse(n.default.readFileSync(t.configFolder+`queue${o.sep}order.json`).toString());else{const r=JSON.parse(n.default.readFileSync(t.configFolder+`queue${o.sep}${e}`).toString());if("inQueue"===r.status){let e;switch(r.__type__){case"Single":e=new f(r);break;case"Collection":e=new m(r);break;case"Convertable":e=new g(r)}w[e.uuid]=e.getEssentialDict(),w[e.uuid].status="inQueue"}else w[r.uuid]=r}}))}_(),t.getQueue=function(){const e={queue:w,queueOrder:b};return x&&!0!==x&&(e.current=x.downloadObject.getSlimmedDict()),e},t.addToQueue=function(e,r,a){return i(this,void 0,void 0,(function*(){if(!e.logged_in)throw new h.NotLoggedIn;let i=[];const u=[];let l="";const p=s.v4();r.length>1&&t.listener.send("startGeneratingItems",{uuid:p,total:r.length});for(let n=0;n{e.errid||console.trace(e),t.listener.send("queueError",{link:e.link,error:e.message,errid:e.errid})})),r.length>1&&t.listener.send("finishGeneratingItems",{uuid:p,total:i.length});const d=[];return i.forEach(((e,r)=>{if(Object.keys(w).includes(e.uuid))return t.listener.send("alreadyInQueue",e.getEssentialDict()),void delete i[r];n.default.existsSync(t.configFolder+"queue")||n.default.mkdirSync(t.configFolder+"queue"),b.push(e.uuid),n.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b)),w[e.uuid]=e.getEssentialDict(),w[e.uuid].status="inQueue";const a=e.toDict();a.status="inQueue",n.default.writeFileSync(t.configFolder+`queue${o.sep}${e.uuid}.json`,JSON.stringify(a)),d.push(e.getSlimmedDict())})),1===i.length?t.listener.send("addedToQueue",i[0].getSlimmedDict()):t.listener.send("addedToQueue",d),k(e),d}))},t.startQueue=k,t.cancelDownload=function(e){if(Object.keys(w).includes(e)){switch(w[e].status){case"downloading":x.downloadObject.isCanceled=!0,t.listener.send("cancellingCurrentItem",e);break;case"inQueue":b.splice(b.indexOf(e),1),n.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b));default:t.listener.send("removedFromQueue",e)}n.default.unlinkSync(t.configFolder+`queue${o.sep}${e}.json`),delete w[e]}},t.cancelAllDownloads=function(){b=[];let e=null;Object.values(w).forEach((r=>{"downloading"===r.status&&(x.downloadObject.isCanceled=!0,t.listener.send("cancellingCurrentItem",r.uuid),e=r.uuid),n.default.unlinkSync(t.configFolder+`queue${o.sep}${r.uuid}.json`),delete w[r.uuid]})),n.default.writeFileSync(t.configFolder+`queue${o.sep}order.json`,JSON.stringify(b)),t.listener.send("removedAllDownloads",e)},t.clearCompletedDownloads=function(){Object.values(w).forEach((e=>{"completed"===e.status&&(n.default.unlinkSync(t.configFolder+`queue${o.sep}${e.uuid}.json`),delete w[e.uuid])})),t.listener.send("removedFinishedDownloads")},t.restoreQueueFromDisk=_},93786:function(e,t,r){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerMiddlewares=void 0;const a=i(r(99268)),n=i(r(50034)),o=i(r(981)),s=i(r(92024)),c=r(91577),u=r(46415)(s.default);t.registerMiddlewares=function(e){e.use(n.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,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0}),t.getAlbumDetails=t.apiHandler=void 0;const a=r(63623),n=r(48519),o={path:"/album-search/",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];if(!e.query)return t.status(400).send();const{term:i,start:o,nb:c}=function(e){let t=0;void 0!==e.start&&(t=parseInt(e.start));let r=30;return void 0!==e.nb&&(r=parseInt(e.nb)),{term:e.term,start:t,nb:r}}(e.query);if(!i||""===i.trim())return t.status(400).send();const u=yield r.gw.search_music(i,"ALBUM",{index:o,limit:c}),l=yield Promise.all(u.data.map((e=>s(r,e.ALB_ID)))),p={data:l,total:l.length};return t.send(p)}))};function s(e,t){return i(this,void 0,void 0,(function*(){const r=yield e.gw.get_album_page(t),i=r.DATA;let a=0;return r.SONGS.data.forEach((e=>{"DURATION"in e&&(a+=parseInt(e.DURATION))})),i.DURATION=a,i.NUMBER_TRACK=r.SONGS.total,i.LINK=`https://deezer.com/album/${i.ALB_ID}`,i}))}t.apiHandler=o,t.getAlbumDetails=s},98080:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=a(r(57424)),o=r(63623),s=r(48519),c={path:"/analyzeLink",handler:(e,t)=>i(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:r}=e.query,[,i,a]=yield n.default.parseLink(r);if(["track","album"].includes(i)){s.sessionDZ[e.session.id]||(s.sessionDZ[e.session.id]=new o.Deezer);const r=s.sessionDZ[e.session.id],n="track"===i?"get_track":"get_album",c=yield r.api[n](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,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(63623),a=r(48519),n={path:"/changeAccount",handler:(e,t)=>{if(!e.query||!e.query.child)return t.status(400).send({errorMessage:"No child specified",errorCode:"CA01"});const{child:r}=e.query;a.sessionDZ[e.session.id]||(a.sessionDZ[e.session.id]=new i.Deezer);const n=a.sessionDZ[e.session.id].change_account(r);return t.status(200).send(n)}};t.default=n},76686:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o=r(82180),s=r(15257),c={path:"/getChartTracks",handler:(e,t,r)=>i(void 0,void 0,void 0,(function*(){try{n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const i=n.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 i.api.get_playlist_tracks(c,{index:u,limit:l});t.status(200).send(p),r()}catch(e){if(s.isBadRequestError(e))return s.consoleError(e.message),t.status(400).send(),r()}}))};t.default=c},96990:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519);let o;const s={path:"/getCharts",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){if(!o){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const t=n.sessionDZ[e.session.id],r=yield t.api.get_countries_charts(),i=[];r.forEach((e=>{i.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:i}}t.send(o)}))};t.default=s},13966:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519);let o;const s={path:"/getHome",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];o||(o=yield r.api.get_chart(0,{limit:30})),t.send(o)}))};t.default=s},32664:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(48519),a={path:"/getQueue",handler:(e,t)=>{const r=i.getQueue();t.send(r)}};t.default=a},14315:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(48519),a={path:"/getSettings",handler:(e,t)=>{t.send(i.getSettings())}};t.default=a},24777:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/getTracklist",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id],i=String(e.query.id),o=String(e.query.type);switch(o){case"artist":{const e=yield r.api.get_artist(i);e.releases=yield r.gw.get_artist_discography_tabs(i,{limit:100}),t.send(e);break}case"spotifyplaylist":case"spotify_playlist":{if(!n.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=n.plugins.spotify.sp;let r=yield e.getPlaylist(i);r=r.body;let a=r.tracks.items;for(;r.tracks.next;){const t=/offset=(\d+)&limit=(\d+)/g.exec(r.tracks.next),n=t[1],o=t[2],s=yield e.getPlaylistTracks(i,{offset:n,limit:o});r.tracks=s.body,a=a.concat(r.tracks.items)}a.forEach(((e,t)=>{a[t]=e.track,a[t].selected=!1})),r.tracks=a,t.send(r);break}default:{const e=yield r.api[`get_${o}`](i);let a=yield r.api[`get_${o}_tracks`](i);a=a.data;const n=[],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),n.push({type:"disc_separator",number:c})),e.selected=!1,n.push(e)})),e.tracks=n,t.send(e);break}}}))};t.default=o},8148:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/getUserAlbums",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];let i;if(r.logged_in){const e=r.current_user.id;try{i=yield r.api.get_user_albums(e,{limit:-1}),i=i.data}catch(t){i=yield r.gw.get_user_albums(e,{limit:-1})}}else i={error:"notLoggedIn"};t.send(i)}))};t.default=o},50608:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/getUserArtists",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];let i;if(r.logged_in){const e=r.current_user.id;try{i=yield r.api.get_user_artists(e,{limit:-1}),i=i.data}catch(t){i=yield r.gw.get_user_artists(e,{limit:-1})}}else i={error:"notLoggedIn"};t.send(i)}))};t.default=o},97547:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/getUserFavorites",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];let i={};if(r.logged_in){const e=r.current_user.id;try{let t;t=yield r.api.get_user_playlists(e,{limit:-1}),i.playlists=t.data,t=yield r.api.get_user_albums(e,{limit:-1}),i.albums=t.data,t=yield r.api.get_user_artists(e,{limit:-1}),i.artists=t.data,t=yield r.api.get_user_tracks(e,{limit:-1}),i.tracks=t.data}catch(t){i.playlists=yield r.gw.get_user_playlists(e,{limit:-1}),i.albums=yield r.gw.get_user_albums(e,{limit:-1}),i.artists=yield r.gw.get_user_artists(e,{limit:-1}),i.tracks=yield r.gw.get_user_tracks(e,{limit:-1})}}else i={error:"notLoggedIn"};t.send(i)}))};t.default=o},62523:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/getUserPlaylists",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];let i;if(r.logged_in){const e=r.current_user.id;try{i=yield r.api.get_user_playlists(e,{limit:-1}),i=i.data}catch(t){i=yield r.gw.get_user_playlists(e,{limit:-1})}}else i={error:"notLoggedIn"};t.send(i)}))};t.default=o},6160:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(48519),n={path:"/getUserSpotifyPlaylists",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){let r;if(a.plugins.spotify.enabled){const t=a.plugins.spotify.sp,i=e.query.spotifyUser;r=[];let n=yield t.getUserPlaylists(i);n=n.body;let o=n.items;for(;n.next;){const e=/offset=(\d+)&limit=(\d+)/g.exec(n.next),r=e[1],a=e[2];n=(yield t.getUserPlaylists(i,{offset:r,limit:a})).body,o=o.concat(n.items)}o.forEach((e=>{r.push(a.plugins.spotify._convertPlaylistStructure(e))}))}else r={error:"spotifyNotEnabled"};t.send(r)}))};t.default=n},24740:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/getUserTracks",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];let i;if(r.logged_in){const e=r.current_user.id;try{i=yield r.api.get_user_tracks(e,{limit:-1}),i=i.data}catch(t){i=yield r.gw.get_user_tracks(e,{limit:-1})}}else i={error:"notLoggedIn"};t.send(i)}))};t.default=o},28095:function(e,t,r){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const a=i(r(98080)),n=i(r(3396)),o=i(r(13966)),s=i(r(96990)),c=i(r(17034)),u=i(r(87329)),l=i(r(36642)),p=i(r(24777)),h=r(7931),d=i(r(76686)),f=i(r(14315)),m=i(r(24740)),g=i(r(8148)),v=i(r(50608)),y=i(r(62523)),b=i(r(6160)),w=i(r(97547)),x=i(r(32664));t.default=[h.apiHandler,n.default,a.default,o.default,s.default,d.default,c.default,u.default,l.default,p.default,f.default,m.default,g.default,v.default,y.default,b.default,w.default,x.default]},17034:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/mainSearch",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id],i=String(e.query.term),o=yield r.gw.search(i),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,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o=r(7931),s={path:"/newReleases",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id],s=(yield r.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 i(this,void 0,void 0,(function*(){const r=yield e.gw.get_page(t),i=/^New.*releases$/,a=r.sections.find((e=>i.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)):[]:[]}))}(r,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)),d=yield Promise.all(h.map((e=>o.getAlbumDetails(r,e.ALB_ID)))),f={data:d,total:d.length};return t.send(f)}))};t.default=s},87329:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/search",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id],i=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 r.api.search_track(i,{limit:c,index:s});break;case"album":u=yield r.api.search_album(i,{limit:c,index:s});break;case"artist":u=yield r.api.search_artist(i,{limit:c,index:s});break;case"playlist":u=yield r.api.search_playlist(i,{limit:c,index:s});break;case"radio":u=yield r.api.search_radio(i,{limit:c,index:s});break;case"user":u=yield r.api.search_user(i,{limit:c,index:s});break;default:u=yield r.api.search(i,{limit:c,index:s})}u.type=o,t.send(u)}))};t.default=o},59386:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=[]},61156:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/addToQueue",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id],i=e.query.url.split(/[\s;]+/);let o,s=e.query.bitrate;"null"===s&&(s=n.getSettings().settings.maxBitrate);try{o=yield n.addToQueue(r,i,s)}catch(e){switch(e.name){case"NotLoggedIn":t.send({result:!1,errid:e.name,data:{url:i,bitrate:s}}),n.listener.send("loginNeededToDownload");break;default:console.error(e),t.send({result:!1,errid:e.name,data:{url:i,bitrate:s}})}return}t.send({result:!0,data:{url:i,bitrate:s,obj:o}})}))};t.default=o},46251:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(48519),a={path:"/cancelAllDownloads",handler:(e,t)=>{i.cancelAllDownloads(),t.send({result:!0})}};t.default=a},50392:function(e,t,r){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const a=i(r(88665)),n=i(r(61156)),o=i(r(70370)),s=i(r(46251)),c=i(r(86430)),u=i(r(92356)),l=i(r(95213)),p=i(r(80878));t.default=[a.default,n.default,o.default,s.default,c.default,u.default,l.default,p.default]},88665:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(63623),n=r(48519),o={path:"/login-arl",handler:(e,t,r)=>i(void 0,void 0,void 0,(function*(){n.sessionDZ[e.session.id]||(n.sessionDZ[e.session.id]=new a.Deezer);const r=n.sessionDZ[e.session.id];if(!e.query)return t.status(400).send();if(!e.query.arl)return t.status(400).send();const i=[e.query.arl];let o;e.query.child&&i.push(e.query.child),r.logged_in?o=2:(o=yield r.login_via_arl(...i),o=o?1:0),(yield n.isDeezerAvailable())||(o=-1);const s={status:o,arl:e.query.arl,user:r.current_user};return n.startQueue(r),t.status(200).send(s)}))};t.default=o},70370:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0});const a=r(48519),n={path:"/loginWithCredentials",handler:(e,t)=>i(void 0,void 0,void 0,(function*(){const{email:r,password:i}=e.body;let n,o=e.body.accessToken;o||(o=yield a.getAccessToken(r,i)),o&&(n=yield a.getArlFromAccessToken(o)),console.log({accessToken:o,arl:n}),t.send({accessToken:o,arl:n})}))};t.default=n},95213:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(63623),a=r(48519),n={path:"/logout",handler:(e,t)=>{a.sessionDZ[e.session.id]=new i.Deezer,t.send({logged_out:!0})}};t.default=n},86430:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(48519),a={path:"/removeFinishedDownloads",handler:(e,t)=>{i.clearCompletedDownloads(),t.send({result:!0})}};t.default=a},92356:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(48519),a={path:"/removeFromQueue",handler:(e,t)=>{const{uuid:r}=e.query;r?(i.cancelDownload(r),t.send({result:!0})):t.send({result:!1})}};t.default=a},80878:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(48519),a={path:"/saveSettings",handler:(e,t)=>{const{settings:r,spotifySettings:a}=e.query;i.saveSettings(r,a),i.listener.send("updateSettings",{settings:r,spotifySettings:a}),t.send({result:!0})}};t.default=a},25532:function(e,t,r){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerApis=void 0;const a=i(r(28095)),n=i(r(35921)),o=i(r(50392)),s=i(r(59386)),c=[{method:"get",endpoints:a.default},{method:"delete",endpoints:n.default},{method:"post",endpoints:o.default},{method:"patch",endpoints:s.default}];t.registerApis=function(e){c.forEach((({method:t,endpoints:r})=>{r.forEach((r=>{e[t](`/api${r.path}`,r.handler)}))})),e.get("*",((e,t)=>{t.redirect("/")}))}},48479:function(e,t,r){"use strict";var i=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(a,n){function o(e){try{c(i.next(e))}catch(e){n(e)}}function s(e){try{c(i.throw(e))}catch(e){n(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const n=a(r(35747)),o=a(r(99268)),s=r(63623),c=r(91577),u=r(48519),l=o.default.Router();let p=null;l.get("/connect",((e,t)=>i(void 0,void 0,void 0,(function*(){u.sessionDZ[e.session.id]||(u.sessionDZ[e.session.id]=new s.Deezer);const r=u.sessionDZ[e.session.id];if(!p){const e=JSON.parse(String(n.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 i={update:p,autologin:!r.logged_in,currentUser:r.current_user,deezerAvailable:yield u.isDeezerAvailable()},a=u.getQueue();Object.keys(a.queue).length>0&&(i.queue=a),t.send(i)})))),t.default=l},54570:function(e,t,r){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerWebsocket=void 0;const a=r(15257),n=i(r(91540));t.registerWebsocket=e=>{e.on("connection",(t=>{t.on("message",(r=>{a.consoleInfo(`Received: ${r}`);const i=JSON.parse(r.toString());n.default.forEach((r=>{i.key===r.eventName&&r.cb(i.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,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(15257),a=r(48519);t.default={eventName:"cancelAllDownloads",cb:(e,t,r)=>{a.cancelAllDownloads(),i.consoleInfo("Queue cleared")}}},91540:function(e,t,r){"use strict";var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const a=i(r(48123)),n=i(r(63995)),o=i(r(54293)),s=i(r(71220));t.default=[a.default,n.default,o.default,s.default]},63995:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(15257),a=r(48519);t.default={eventName:"removeFinishedDownloads",cb:(e,t,r)=>{a.clearCompletedDownloads(),i.consoleInfo("Completed downloads cleared")}}},54293:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(15257),a=r(48519);t.default={eventName:"removeFromQueue",cb:(e,t,r)=>{a.cancelDownload(e),i.consoleInfo(`Cancelled ${e}`)}}},48123:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const i=r(15257),a=r(48519);t.default={eventName:"saveSettings",cb:(e,t,r)=>{const{settings:n,spotifySettings:o}=e;a.saveSettings(n,o),i.consoleInfo("Settings saved"),a.listener.send("updateSettings",{settings:n,spotifySettings:o})}}},37437:(e,t,r)=>{"use strict";r(11631);var i,a=r(4016),n=r(98605),o=r(57211),s=r(28614),c=r(42357),u=r(31669),l=r(89509).Buffer;function p(e){var t=this;t.options=e||{},t.proxyOptions=t.options.proxy||{},t.maxSockets=t.options.maxSockets||n.Agent.defaultMaxSockets,t.requests=[],t.sockets=[],t.on("free",(function(e,r,i){for(var a=0,n=t.requests.length;a=this.maxSockets?r.requests.push({host:t.host,port:t.port,request:e}):r.createConnection({host:t.host,port:t.port,request:e})},p.prototype.createConnection=function(e){var t=this;t.createSocket(e,(function(r){function i(){t.emit("free",r,e.host,e.port)}function a(e){t.removeSocket(r),r.removeListener("free",i),r.removeListener("close",a),r.removeListener("agentRemove",a)}r.on("free",i),r.on("close",a),r.on("agentRemove",a),e.request.onSocket(r)}))},p.prototype.createSocket=function(e,t){var r=this,a={};r.sockets.push(a);var n=d({},r.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1});n.proxyAuth&&(n.headers=n.headers||{},n.headers["Proxy-Authorization"]="Basic "+l.from(n.proxyAuth).toString("base64")),i("making CONNECT request");var o=r.request(n);function s(n,s,u){if(o.removeAllListeners(),s.removeAllListeners(),200===n.statusCode)c.equal(u.length,0),i("tunneling connection has established"),r.sockets[r.sockets.indexOf(a)]=s,t(s);else{i("tunneling socket could not be established, statusCode=%d",n.statusCode);var l=new Error("tunneling socket could not be established, statusCode="+n.statusCode);l.code="ECONNRESET",e.request.emit("error",l),r.removeSocket(a)}}o.useChunkedEncodingByDefault=!1,o.once("response",(function(e){e.upgrade=!0})),o.once("upgrade",(function(e,t,r){process.nextTick((function(){s(e,t,r)}))})),o.once("connect",s),o.once("error",(function(t){o.removeAllListeners(),i("tunneling socket could not be established, cause=%s\n",t.message,t.stack);var n=new Error("tunneling socket could not be established, cause="+t.message);n.code="ECONNRESET",e.request.emit("error",n),r.removeSocket(a)})),o.end()},p.prototype.removeSocket=function(e){var t=this.sockets.indexOf(e);if(-1!==t){this.sockets.splice(t,1);var r=this.requests.shift();r&&this.createConnection(r)}},i=process.env.NODE_DEBUG&&/\btunnel\b/.test(process.env.NODE_DEBUG)?function(){var e=Array.prototype.slice.call(arguments);"string"==typeof e[0]?e[0]="TUNNEL: "+e[0]:e.unshift("TUNNEL:"),console.error.apply(console,e)}:function(){},t.debug=i},50780:(e,t,r)=>{!function(e){"use strict";var t=function(e){var t,r=new Float64Array(16);if(e)for(t=0;t>24&255,e[t+1]=r>>16&255,e[t+2]=r>>8&255,e[t+3]=255&r,e[t+4]=i>>24&255,e[t+5]=i>>16&255,e[t+6]=i>>8&255,e[t+7]=255&i}function m(e,t,r,i,a){var n,o=0;for(n=0;n>>8)-1}function g(e,t,r,i){return m(e,t,r,i,16)}function v(e,t,r,i){return m(e,t,r,i,32)}function y(e,t,r,i){!function(e,t,r,i){for(var a,n=255&i[0]|(255&i[1])<<8|(255&i[2])<<16|(255&i[3])<<24,o=255&r[0]|(255&r[1])<<8|(255&r[2])<<16|(255&r[3])<<24,s=255&r[4]|(255&r[5])<<8|(255&r[6])<<16|(255&r[7])<<24,c=255&r[8]|(255&r[9])<<8|(255&r[10])<<16|(255&r[11])<<24,u=255&r[12]|(255&r[13])<<8|(255&r[14])<<16|(255&r[15])<<24,l=255&i[4]|(255&i[5])<<8|(255&i[6])<<16|(255&i[7])<<24,p=255&t[0]|(255&t[1])<<8|(255&t[2])<<16|(255&t[3])<<24,h=255&t[4]|(255&t[5])<<8|(255&t[6])<<16|(255&t[7])<<24,d=255&t[8]|(255&t[9])<<8|(255&t[10])<<16|(255&t[11])<<24,f=255&t[12]|(255&t[13])<<8|(255&t[14])<<16|(255&t[15])<<24,m=255&i[8]|(255&i[9])<<8|(255&i[10])<<16|(255&i[11])<<24,g=255&r[16]|(255&r[17])<<8|(255&r[18])<<16|(255&r[19])<<24,v=255&r[20]|(255&r[21])<<8|(255&r[22])<<16|(255&r[23])<<24,y=255&r[24]|(255&r[25])<<8|(255&r[26])<<16|(255&r[27])<<24,b=255&r[28]|(255&r[29])<<8|(255&r[30])<<16|(255&r[31])<<24,w=255&i[12]|(255&i[13])<<8|(255&i[14])<<16|(255&i[15])<<24,x=n,k=o,_=s,j=c,E=u,S=l,D=p,A=h,C=d,T=f,O=m,P=g,F=v,I=y,z=b,B=w,R=0;R<20;R+=2)x^=(a=(F^=(a=(C^=(a=(E^=(a=x+F|0)<<7|a>>>25)+x|0)<<9|a>>>23)+E|0)<<13|a>>>19)+C|0)<<18|a>>>14,S^=(a=(k^=(a=(I^=(a=(T^=(a=S+k|0)<<7|a>>>25)+S|0)<<9|a>>>23)+T|0)<<13|a>>>19)+I|0)<<18|a>>>14,O^=(a=(D^=(a=(_^=(a=(z^=(a=O+D|0)<<7|a>>>25)+O|0)<<9|a>>>23)+z|0)<<13|a>>>19)+_|0)<<18|a>>>14,B^=(a=(P^=(a=(A^=(a=(j^=(a=B+P|0)<<7|a>>>25)+B|0)<<9|a>>>23)+j|0)<<13|a>>>19)+A|0)<<18|a>>>14,x^=(a=(j^=(a=(_^=(a=(k^=(a=x+j|0)<<7|a>>>25)+x|0)<<9|a>>>23)+k|0)<<13|a>>>19)+_|0)<<18|a>>>14,S^=(a=(E^=(a=(A^=(a=(D^=(a=S+E|0)<<7|a>>>25)+S|0)<<9|a>>>23)+D|0)<<13|a>>>19)+A|0)<<18|a>>>14,O^=(a=(T^=(a=(C^=(a=(P^=(a=O+T|0)<<7|a>>>25)+O|0)<<9|a>>>23)+P|0)<<13|a>>>19)+C|0)<<18|a>>>14,B^=(a=(z^=(a=(I^=(a=(F^=(a=B+z|0)<<7|a>>>25)+B|0)<<9|a>>>23)+F|0)<<13|a>>>19)+I|0)<<18|a>>>14;x=x+n|0,k=k+o|0,_=_+s|0,j=j+c|0,E=E+u|0,S=S+l|0,D=D+p|0,A=A+h|0,C=C+d|0,T=T+f|0,O=O+m|0,P=P+g|0,F=F+v|0,I=I+y|0,z=z+b|0,B=B+w|0,e[0]=x>>>0&255,e[1]=x>>>8&255,e[2]=x>>>16&255,e[3]=x>>>24&255,e[4]=k>>>0&255,e[5]=k>>>8&255,e[6]=k>>>16&255,e[7]=k>>>24&255,e[8]=_>>>0&255,e[9]=_>>>8&255,e[10]=_>>>16&255,e[11]=_>>>24&255,e[12]=j>>>0&255,e[13]=j>>>8&255,e[14]=j>>>16&255,e[15]=j>>>24&255,e[16]=E>>>0&255,e[17]=E>>>8&255,e[18]=E>>>16&255,e[19]=E>>>24&255,e[20]=S>>>0&255,e[21]=S>>>8&255,e[22]=S>>>16&255,e[23]=S>>>24&255,e[24]=D>>>0&255,e[25]=D>>>8&255,e[26]=D>>>16&255,e[27]=D>>>24&255,e[28]=A>>>0&255,e[29]=A>>>8&255,e[30]=A>>>16&255,e[31]=A>>>24&255,e[32]=C>>>0&255,e[33]=C>>>8&255,e[34]=C>>>16&255,e[35]=C>>>24&255,e[36]=T>>>0&255,e[37]=T>>>8&255,e[38]=T>>>16&255,e[39]=T>>>24&255,e[40]=O>>>0&255,e[41]=O>>>8&255,e[42]=O>>>16&255,e[43]=O>>>24&255,e[44]=P>>>0&255,e[45]=P>>>8&255,e[46]=P>>>16&255,e[47]=P>>>24&255,e[48]=F>>>0&255,e[49]=F>>>8&255,e[50]=F>>>16&255,e[51]=F>>>24&255,e[52]=I>>>0&255,e[53]=I>>>8&255,e[54]=I>>>16&255,e[55]=I>>>24&255,e[56]=z>>>0&255,e[57]=z>>>8&255,e[58]=z>>>16&255,e[59]=z>>>24&255,e[60]=B>>>0&255,e[61]=B>>>8&255,e[62]=B>>>16&255,e[63]=B>>>24&255}(e,t,r,i)}function b(e,t,r,i){!function(e,t,r,i){for(var a,n=255&i[0]|(255&i[1])<<8|(255&i[2])<<16|(255&i[3])<<24,o=255&r[0]|(255&r[1])<<8|(255&r[2])<<16|(255&r[3])<<24,s=255&r[4]|(255&r[5])<<8|(255&r[6])<<16|(255&r[7])<<24,c=255&r[8]|(255&r[9])<<8|(255&r[10])<<16|(255&r[11])<<24,u=255&r[12]|(255&r[13])<<8|(255&r[14])<<16|(255&r[15])<<24,l=255&i[4]|(255&i[5])<<8|(255&i[6])<<16|(255&i[7])<<24,p=255&t[0]|(255&t[1])<<8|(255&t[2])<<16|(255&t[3])<<24,h=255&t[4]|(255&t[5])<<8|(255&t[6])<<16|(255&t[7])<<24,d=255&t[8]|(255&t[9])<<8|(255&t[10])<<16|(255&t[11])<<24,f=255&t[12]|(255&t[13])<<8|(255&t[14])<<16|(255&t[15])<<24,m=255&i[8]|(255&i[9])<<8|(255&i[10])<<16|(255&i[11])<<24,g=255&r[16]|(255&r[17])<<8|(255&r[18])<<16|(255&r[19])<<24,v=255&r[20]|(255&r[21])<<8|(255&r[22])<<16|(255&r[23])<<24,y=255&r[24]|(255&r[25])<<8|(255&r[26])<<16|(255&r[27])<<24,b=255&r[28]|(255&r[29])<<8|(255&r[30])<<16|(255&r[31])<<24,w=255&i[12]|(255&i[13])<<8|(255&i[14])<<16|(255&i[15])<<24,x=0;x<20;x+=2)n^=(a=(v^=(a=(d^=(a=(u^=(a=n+v|0)<<7|a>>>25)+n|0)<<9|a>>>23)+u|0)<<13|a>>>19)+d|0)<<18|a>>>14,l^=(a=(o^=(a=(y^=(a=(f^=(a=l+o|0)<<7|a>>>25)+l|0)<<9|a>>>23)+f|0)<<13|a>>>19)+y|0)<<18|a>>>14,m^=(a=(p^=(a=(s^=(a=(b^=(a=m+p|0)<<7|a>>>25)+m|0)<<9|a>>>23)+b|0)<<13|a>>>19)+s|0)<<18|a>>>14,w^=(a=(g^=(a=(h^=(a=(c^=(a=w+g|0)<<7|a>>>25)+w|0)<<9|a>>>23)+c|0)<<13|a>>>19)+h|0)<<18|a>>>14,n^=(a=(c^=(a=(s^=(a=(o^=(a=n+c|0)<<7|a>>>25)+n|0)<<9|a>>>23)+o|0)<<13|a>>>19)+s|0)<<18|a>>>14,l^=(a=(u^=(a=(h^=(a=(p^=(a=l+u|0)<<7|a>>>25)+l|0)<<9|a>>>23)+p|0)<<13|a>>>19)+h|0)<<18|a>>>14,m^=(a=(f^=(a=(d^=(a=(g^=(a=m+f|0)<<7|a>>>25)+m|0)<<9|a>>>23)+g|0)<<13|a>>>19)+d|0)<<18|a>>>14,w^=(a=(b^=(a=(y^=(a=(v^=(a=w+b|0)<<7|a>>>25)+w|0)<<9|a>>>23)+v|0)<<13|a>>>19)+y|0)<<18|a>>>14;e[0]=n>>>0&255,e[1]=n>>>8&255,e[2]=n>>>16&255,e[3]=n>>>24&255,e[4]=l>>>0&255,e[5]=l>>>8&255,e[6]=l>>>16&255,e[7]=l>>>24&255,e[8]=m>>>0&255,e[9]=m>>>8&255,e[10]=m>>>16&255,e[11]=m>>>24&255,e[12]=w>>>0&255,e[13]=w>>>8&255,e[14]=w>>>16&255,e[15]=w>>>24&255,e[16]=p>>>0&255,e[17]=p>>>8&255,e[18]=p>>>16&255,e[19]=p>>>24&255,e[20]=h>>>0&255,e[21]=h>>>8&255,e[22]=h>>>16&255,e[23]=h>>>24&255,e[24]=d>>>0&255,e[25]=d>>>8&255,e[26]=d>>>16&255,e[27]=d>>>24&255,e[28]=f>>>0&255,e[29]=f>>>8&255,e[30]=f>>>16&255,e[31]=f>>>24&255}(e,t,r,i)}var w=new Uint8Array([101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107]);function x(e,t,r,i,a,n,o){var s,c,u=new Uint8Array(16),l=new Uint8Array(64);for(c=0;c<16;c++)u[c]=0;for(c=0;c<8;c++)u[c]=n[c];for(;a>=64;){for(y(l,u,o,w),c=0;c<64;c++)e[t+c]=r[i+c]^l[c];for(s=1,c=8;c<16;c++)s=s+(255&u[c])|0,u[c]=255&s,s>>>=8;a-=64,t+=64,i+=64}if(a>0)for(y(l,u,o,w),c=0;c=64;){for(y(c,s,a,w),o=0;o<64;o++)e[t+o]=c[o];for(n=1,o=8;o<16;o++)n=n+(255&s[o])|0,s[o]=255&n,n>>>=8;r-=64,t+=64}if(r>0)for(y(c,s,a,w),o=0;o>>13|r<<3),i=255&e[4]|(255&e[5])<<8,this.r[2]=7939&(r>>>10|i<<6),a=255&e[6]|(255&e[7])<<8,this.r[3]=8191&(i>>>7|a<<9),n=255&e[8]|(255&e[9])<<8,this.r[4]=255&(a>>>4|n<<12),this.r[5]=n>>>1&8190,o=255&e[10]|(255&e[11])<<8,this.r[6]=8191&(n>>>14|o<<2),s=255&e[12]|(255&e[13])<<8,this.r[7]=8065&(o>>>11|s<<5),c=255&e[14]|(255&e[15])<<8,this.r[8]=8191&(s>>>8|c<<8),this.r[9]=c>>>5&127,this.pad[0]=255&e[16]|(255&e[17])<<8,this.pad[1]=255&e[18]|(255&e[19])<<8,this.pad[2]=255&e[20]|(255&e[21])<<8,this.pad[3]=255&e[22]|(255&e[23])<<8,this.pad[4]=255&e[24]|(255&e[25])<<8,this.pad[5]=255&e[26]|(255&e[27])<<8,this.pad[6]=255&e[28]|(255&e[29])<<8,this.pad[7]=255&e[30]|(255&e[31])<<8};function S(e,t,r,i,a,n){var o=new E(n);return o.update(r,i,a),o.finish(e,t),0}function D(e,t,r,i,a,n){var o=new Uint8Array(16);return S(o,0,r,i,a,n),g(e,t,o,0)}function A(e,t,r,i,a){var n;if(r<32)return-1;for(j(e,0,t,0,r,i,a),S(e,16,e,32,r-32,e),n=0;n<16;n++)e[n]=0;return 0}function C(e,t,r,i,a){var n,o=new Uint8Array(32);if(r<32)return-1;if(_(o,0,32,i,a),0!==D(t,16,t,32,r-32,o))return-1;for(j(e,0,t,0,r,i,a),n=0;n<32;n++)e[n]=0;return 0}function T(e,t){var r;for(r=0;r<16;r++)e[r]=0|t[r]}function O(e){var t,r,i=1;for(t=0;t<16;t++)r=e[t]+i+65535,i=Math.floor(r/65536),e[t]=r-65536*i;e[0]+=i-1+37*(i-1)}function P(e,t,r){for(var i,a=~(r-1),n=0;n<16;n++)i=a&(e[n]^t[n]),e[n]^=i,t[n]^=i}function F(e,r){var i,a,n,o=t(),s=t();for(i=0;i<16;i++)s[i]=r[i];for(O(s),O(s),O(s),a=0;a<2;a++){for(o[0]=s[0]-65517,i=1;i<15;i++)o[i]=s[i]-65535-(o[i-1]>>16&1),o[i-1]&=65535;o[15]=s[15]-32767-(o[14]>>16&1),n=o[15]>>16&1,o[14]&=65535,P(s,o,1-n)}for(i=0;i<16;i++)e[2*i]=255&s[i],e[2*i+1]=s[i]>>8}function I(e,t){var r=new Uint8Array(32),i=new Uint8Array(32);return F(r,e),F(i,t),v(r,0,i,0)}function z(e){var t=new Uint8Array(32);return F(t,e),1&t[0]}function B(e,t){var r;for(r=0;r<16;r++)e[r]=t[2*r]+(t[2*r+1]<<8);e[15]&=32767}function R(e,t,r){for(var i=0;i<16;i++)e[i]=t[i]+r[i]}function L(e,t,r){for(var i=0;i<16;i++)e[i]=t[i]-r[i]}function q(e,t,r){var i,a,n=0,o=0,s=0,c=0,u=0,l=0,p=0,h=0,d=0,f=0,m=0,g=0,v=0,y=0,b=0,w=0,x=0,k=0,_=0,j=0,E=0,S=0,D=0,A=0,C=0,T=0,O=0,P=0,F=0,I=0,z=0,B=r[0],R=r[1],L=r[2],q=r[3],N=r[4],U=r[5],M=r[6],$=r[7],H=r[8],V=r[9],G=r[10],W=r[11],K=r[12],Q=r[13],Y=r[14],J=r[15];n+=(i=t[0])*B,o+=i*R,s+=i*L,c+=i*q,u+=i*N,l+=i*U,p+=i*M,h+=i*$,d+=i*H,f+=i*V,m+=i*G,g+=i*W,v+=i*K,y+=i*Q,b+=i*Y,w+=i*J,o+=(i=t[1])*B,s+=i*R,c+=i*L,u+=i*q,l+=i*N,p+=i*U,h+=i*M,d+=i*$,f+=i*H,m+=i*V,g+=i*G,v+=i*W,y+=i*K,b+=i*Q,w+=i*Y,x+=i*J,s+=(i=t[2])*B,c+=i*R,u+=i*L,l+=i*q,p+=i*N,h+=i*U,d+=i*M,f+=i*$,m+=i*H,g+=i*V,v+=i*G,y+=i*W,b+=i*K,w+=i*Q,x+=i*Y,k+=i*J,c+=(i=t[3])*B,u+=i*R,l+=i*L,p+=i*q,h+=i*N,d+=i*U,f+=i*M,m+=i*$,g+=i*H,v+=i*V,y+=i*G,b+=i*W,w+=i*K,x+=i*Q,k+=i*Y,_+=i*J,u+=(i=t[4])*B,l+=i*R,p+=i*L,h+=i*q,d+=i*N,f+=i*U,m+=i*M,g+=i*$,v+=i*H,y+=i*V,b+=i*G,w+=i*W,x+=i*K,k+=i*Q,_+=i*Y,j+=i*J,l+=(i=t[5])*B,p+=i*R,h+=i*L,d+=i*q,f+=i*N,m+=i*U,g+=i*M,v+=i*$,y+=i*H,b+=i*V,w+=i*G,x+=i*W,k+=i*K,_+=i*Q,j+=i*Y,E+=i*J,p+=(i=t[6])*B,h+=i*R,d+=i*L,f+=i*q,m+=i*N,g+=i*U,v+=i*M,y+=i*$,b+=i*H,w+=i*V,x+=i*G,k+=i*W,_+=i*K,j+=i*Q,E+=i*Y,S+=i*J,h+=(i=t[7])*B,d+=i*R,f+=i*L,m+=i*q,g+=i*N,v+=i*U,y+=i*M,b+=i*$,w+=i*H,x+=i*V,k+=i*G,_+=i*W,j+=i*K,E+=i*Q,S+=i*Y,D+=i*J,d+=(i=t[8])*B,f+=i*R,m+=i*L,g+=i*q,v+=i*N,y+=i*U,b+=i*M,w+=i*$,x+=i*H,k+=i*V,_+=i*G,j+=i*W,E+=i*K,S+=i*Q,D+=i*Y,A+=i*J,f+=(i=t[9])*B,m+=i*R,g+=i*L,v+=i*q,y+=i*N,b+=i*U,w+=i*M,x+=i*$,k+=i*H,_+=i*V,j+=i*G,E+=i*W,S+=i*K,D+=i*Q,A+=i*Y,C+=i*J,m+=(i=t[10])*B,g+=i*R,v+=i*L,y+=i*q,b+=i*N,w+=i*U,x+=i*M,k+=i*$,_+=i*H,j+=i*V,E+=i*G,S+=i*W,D+=i*K,A+=i*Q,C+=i*Y,T+=i*J,g+=(i=t[11])*B,v+=i*R,y+=i*L,b+=i*q,w+=i*N,x+=i*U,k+=i*M,_+=i*$,j+=i*H,E+=i*V,S+=i*G,D+=i*W,A+=i*K,C+=i*Q,T+=i*Y,O+=i*J,v+=(i=t[12])*B,y+=i*R,b+=i*L,w+=i*q,x+=i*N,k+=i*U,_+=i*M,j+=i*$,E+=i*H,S+=i*V,D+=i*G,A+=i*W,C+=i*K,T+=i*Q,O+=i*Y,P+=i*J,y+=(i=t[13])*B,b+=i*R,w+=i*L,x+=i*q,k+=i*N,_+=i*U,j+=i*M,E+=i*$,S+=i*H,D+=i*V,A+=i*G,C+=i*W,T+=i*K,O+=i*Q,P+=i*Y,F+=i*J,b+=(i=t[14])*B,w+=i*R,x+=i*L,k+=i*q,_+=i*N,j+=i*U,E+=i*M,S+=i*$,D+=i*H,A+=i*V,C+=i*G,T+=i*W,O+=i*K,P+=i*Q,F+=i*Y,I+=i*J,w+=(i=t[15])*B,o+=38*(k+=i*L),s+=38*(_+=i*q),c+=38*(j+=i*N),u+=38*(E+=i*U),l+=38*(S+=i*M),p+=38*(D+=i*$),h+=38*(A+=i*H),d+=38*(C+=i*V),f+=38*(T+=i*G),m+=38*(O+=i*W),g+=38*(P+=i*K),v+=38*(F+=i*Q),y+=38*(I+=i*Y),b+=38*(z+=i*J),n=(i=(n+=38*(x+=i*R))+(a=1)+65535)-65536*(a=Math.floor(i/65536)),o=(i=o+a+65535)-65536*(a=Math.floor(i/65536)),s=(i=s+a+65535)-65536*(a=Math.floor(i/65536)),c=(i=c+a+65535)-65536*(a=Math.floor(i/65536)),u=(i=u+a+65535)-65536*(a=Math.floor(i/65536)),l=(i=l+a+65535)-65536*(a=Math.floor(i/65536)),p=(i=p+a+65535)-65536*(a=Math.floor(i/65536)),h=(i=h+a+65535)-65536*(a=Math.floor(i/65536)),d=(i=d+a+65535)-65536*(a=Math.floor(i/65536)),f=(i=f+a+65535)-65536*(a=Math.floor(i/65536)),m=(i=m+a+65535)-65536*(a=Math.floor(i/65536)),g=(i=g+a+65535)-65536*(a=Math.floor(i/65536)),v=(i=v+a+65535)-65536*(a=Math.floor(i/65536)),y=(i=y+a+65535)-65536*(a=Math.floor(i/65536)),b=(i=b+a+65535)-65536*(a=Math.floor(i/65536)),w=(i=w+a+65535)-65536*(a=Math.floor(i/65536)),n=(i=(n+=a-1+37*(a-1))+(a=1)+65535)-65536*(a=Math.floor(i/65536)),o=(i=o+a+65535)-65536*(a=Math.floor(i/65536)),s=(i=s+a+65535)-65536*(a=Math.floor(i/65536)),c=(i=c+a+65535)-65536*(a=Math.floor(i/65536)),u=(i=u+a+65535)-65536*(a=Math.floor(i/65536)),l=(i=l+a+65535)-65536*(a=Math.floor(i/65536)),p=(i=p+a+65535)-65536*(a=Math.floor(i/65536)),h=(i=h+a+65535)-65536*(a=Math.floor(i/65536)),d=(i=d+a+65535)-65536*(a=Math.floor(i/65536)),f=(i=f+a+65535)-65536*(a=Math.floor(i/65536)),m=(i=m+a+65535)-65536*(a=Math.floor(i/65536)),g=(i=g+a+65535)-65536*(a=Math.floor(i/65536)),v=(i=v+a+65535)-65536*(a=Math.floor(i/65536)),y=(i=y+a+65535)-65536*(a=Math.floor(i/65536)),b=(i=b+a+65535)-65536*(a=Math.floor(i/65536)),w=(i=w+a+65535)-65536*(a=Math.floor(i/65536)),n+=a-1+37*(a-1),e[0]=n,e[1]=o,e[2]=s,e[3]=c,e[4]=u,e[5]=l,e[6]=p,e[7]=h,e[8]=d,e[9]=f,e[10]=m,e[11]=g,e[12]=v,e[13]=y,e[14]=b,e[15]=w}function N(e,t){q(e,t,t)}function U(e,r){var i,a=t();for(i=0;i<16;i++)a[i]=r[i];for(i=253;i>=0;i--)N(a,a),2!==i&&4!==i&&q(a,a,r);for(i=0;i<16;i++)e[i]=a[i]}function M(e,r,i){var a,n,o=new Uint8Array(32),s=new Float64Array(80),u=t(),l=t(),p=t(),h=t(),d=t(),f=t();for(n=0;n<31;n++)o[n]=r[n];for(o[31]=127&r[31]|64,o[0]&=248,B(s,i),n=0;n<16;n++)l[n]=s[n],h[n]=u[n]=p[n]=0;for(u[0]=h[0]=1,n=254;n>=0;--n)P(u,l,a=o[n>>>3]>>>(7&n)&1),P(p,h,a),R(d,u,p),L(u,u,p),R(p,l,h),L(l,l,h),N(h,d),N(f,u),q(u,p,u),q(p,l,d),R(d,u,p),L(u,u,p),N(l,u),L(p,h,f),q(u,p,c),R(u,u,h),q(p,p,u),q(u,h,f),q(h,l,s),N(l,d),P(u,l,a),P(p,h,a);for(n=0;n<16;n++)s[n+16]=u[n],s[n+32]=p[n],s[n+48]=l[n],s[n+64]=h[n];var m=s.subarray(32),g=s.subarray(16);return U(m,m),q(g,g,m),F(e,g),0}function $(e,t){return M(e,t,n)}function H(e,t){return i(t,32),$(e,t)}function V(e,t,r){var i=new Uint8Array(32);return M(i,r,t),b(e,a,i,w)}E.prototype.blocks=function(e,t,r){for(var i,a,n,o,s,c,u,l,p,h,d,f,m,g,v,y,b,w,x,k=this.fin?0:2048,_=this.h[0],j=this.h[1],E=this.h[2],S=this.h[3],D=this.h[4],A=this.h[5],C=this.h[6],T=this.h[7],O=this.h[8],P=this.h[9],F=this.r[0],I=this.r[1],z=this.r[2],B=this.r[3],R=this.r[4],L=this.r[5],q=this.r[6],N=this.r[7],U=this.r[8],M=this.r[9];r>=16;)h=p=0,h+=(_+=8191&(i=255&e[t+0]|(255&e[t+1])<<8))*F,h+=(j+=8191&(i>>>13|(a=255&e[t+2]|(255&e[t+3])<<8)<<3))*(5*M),h+=(E+=8191&(a>>>10|(n=255&e[t+4]|(255&e[t+5])<<8)<<6))*(5*U),h+=(S+=8191&(n>>>7|(o=255&e[t+6]|(255&e[t+7])<<8)<<9))*(5*N),p=(h+=(D+=8191&(o>>>4|(s=255&e[t+8]|(255&e[t+9])<<8)<<12))*(5*q))>>>13,h&=8191,h+=(A+=s>>>1&8191)*(5*L),h+=(C+=8191&(s>>>14|(c=255&e[t+10]|(255&e[t+11])<<8)<<2))*(5*R),h+=(T+=8191&(c>>>11|(u=255&e[t+12]|(255&e[t+13])<<8)<<5))*(5*B),h+=(O+=8191&(u>>>8|(l=255&e[t+14]|(255&e[t+15])<<8)<<8))*(5*z),d=p+=(h+=(P+=l>>>5|k)*(5*I))>>>13,d+=_*I,d+=j*F,d+=E*(5*M),d+=S*(5*U),p=(d+=D*(5*N))>>>13,d&=8191,d+=A*(5*q),d+=C*(5*L),d+=T*(5*R),d+=O*(5*B),p+=(d+=P*(5*z))>>>13,d&=8191,f=p,f+=_*z,f+=j*I,f+=E*F,f+=S*(5*M),p=(f+=D*(5*U))>>>13,f&=8191,f+=A*(5*N),f+=C*(5*q),f+=T*(5*L),f+=O*(5*R),m=p+=(f+=P*(5*B))>>>13,m+=_*B,m+=j*z,m+=E*I,m+=S*F,p=(m+=D*(5*M))>>>13,m&=8191,m+=A*(5*U),m+=C*(5*N),m+=T*(5*q),m+=O*(5*L),g=p+=(m+=P*(5*R))>>>13,g+=_*R,g+=j*B,g+=E*z,g+=S*I,p=(g+=D*F)>>>13,g&=8191,g+=A*(5*M),g+=C*(5*U),g+=T*(5*N),g+=O*(5*q),v=p+=(g+=P*(5*L))>>>13,v+=_*L,v+=j*R,v+=E*B,v+=S*z,p=(v+=D*I)>>>13,v&=8191,v+=A*F,v+=C*(5*M),v+=T*(5*U),v+=O*(5*N),y=p+=(v+=P*(5*q))>>>13,y+=_*q,y+=j*L,y+=E*R,y+=S*B,p=(y+=D*z)>>>13,y&=8191,y+=A*I,y+=C*F,y+=T*(5*M),y+=O*(5*U),b=p+=(y+=P*(5*N))>>>13,b+=_*N,b+=j*q,b+=E*L,b+=S*R,p=(b+=D*B)>>>13,b&=8191,b+=A*z,b+=C*I,b+=T*F,b+=O*(5*M),w=p+=(b+=P*(5*U))>>>13,w+=_*U,w+=j*N,w+=E*q,w+=S*L,p=(w+=D*R)>>>13,w&=8191,w+=A*B,w+=C*z,w+=T*I,w+=O*F,x=p+=(w+=P*(5*M))>>>13,x+=_*M,x+=j*U,x+=E*N,x+=S*q,p=(x+=D*L)>>>13,x&=8191,x+=A*R,x+=C*B,x+=T*z,x+=O*I,_=h=8191&(p=(p=((p+=(x+=P*F)>>>13)<<2)+p|0)+(h&=8191)|0),j=d+=p>>>=13,E=f&=8191,S=m&=8191,D=g&=8191,A=v&=8191,C=y&=8191,T=b&=8191,O=w&=8191,P=x&=8191,t+=16,r-=16;this.h[0]=_,this.h[1]=j,this.h[2]=E,this.h[3]=S,this.h[4]=D,this.h[5]=A,this.h[6]=C,this.h[7]=T,this.h[8]=O,this.h[9]=P},E.prototype.finish=function(e,t){var r,i,a,n,o=new Uint16Array(10);if(this.leftover){for(n=this.leftover,this.buffer[n++]=1;n<16;n++)this.buffer[n]=0;this.fin=1,this.blocks(this.buffer,0,16)}for(r=this.h[1]>>>13,this.h[1]&=8191,n=2;n<10;n++)this.h[n]+=r,r=this.h[n]>>>13,this.h[n]&=8191;for(this.h[0]+=5*r,r=this.h[0]>>>13,this.h[0]&=8191,this.h[1]+=r,r=this.h[1]>>>13,this.h[1]&=8191,this.h[2]+=r,o[0]=this.h[0]+5,r=o[0]>>>13,o[0]&=8191,n=1;n<10;n++)o[n]=this.h[n]+r,r=o[n]>>>13,o[n]&=8191;for(o[9]-=8192,i=(1^r)-1,n=0;n<10;n++)o[n]&=i;for(i=~i,n=0;n<10;n++)this.h[n]=this.h[n]&i|o[n];for(this.h[0]=65535&(this.h[0]|this.h[1]<<13),this.h[1]=65535&(this.h[1]>>>3|this.h[2]<<10),this.h[2]=65535&(this.h[2]>>>6|this.h[3]<<7),this.h[3]=65535&(this.h[3]>>>9|this.h[4]<<4),this.h[4]=65535&(this.h[4]>>>12|this.h[5]<<1|this.h[6]<<14),this.h[5]=65535&(this.h[6]>>>2|this.h[7]<<11),this.h[6]=65535&(this.h[7]>>>5|this.h[8]<<8),this.h[7]=65535&(this.h[8]>>>8|this.h[9]<<5),a=this.h[0]+this.pad[0],this.h[0]=65535&a,n=1;n<8;n++)a=(this.h[n]+this.pad[n]|0)+(a>>>16)|0,this.h[n]=65535&a;e[t+0]=this.h[0]>>>0&255,e[t+1]=this.h[0]>>>8&255,e[t+2]=this.h[1]>>>0&255,e[t+3]=this.h[1]>>>8&255,e[t+4]=this.h[2]>>>0&255,e[t+5]=this.h[2]>>>8&255,e[t+6]=this.h[3]>>>0&255,e[t+7]=this.h[3]>>>8&255,e[t+8]=this.h[4]>>>0&255,e[t+9]=this.h[4]>>>8&255,e[t+10]=this.h[5]>>>0&255,e[t+11]=this.h[5]>>>8&255,e[t+12]=this.h[6]>>>0&255,e[t+13]=this.h[6]>>>8&255,e[t+14]=this.h[7]>>>0&255,e[t+15]=this.h[7]>>>8&255},E.prototype.update=function(e,t,r){var i,a;if(this.leftover){for((a=16-this.leftover)>r&&(a=r),i=0;i=16&&(a=r-r%16,this.blocks(e,t,a),t+=a,r-=a),r){for(i=0;i=128;){for(k=0;k<16;k++)_=8*k+Q,T[k]=r[_+0]<<24|r[_+1]<<16|r[_+2]<<8|r[_+3],O[k]=r[_+4]<<24|r[_+5]<<16|r[_+6]<<8|r[_+7];for(k=0;k<80;k++)if(a=P,n=F,o=I,s=z,c=B,u=R,l=L,h=N,d=U,f=M,m=$,g=H,v=V,y=G,S=65535&(E=W),D=E>>>16,A=65535&(j=q),C=j>>>16,S+=65535&(E=(H>>>14|B<<18)^(H>>>18|B<<14)^(B>>>9|H<<23)),D+=E>>>16,A+=65535&(j=(B>>>14|H<<18)^(B>>>18|H<<14)^(H>>>9|B<<23)),C+=j>>>16,S+=65535&(E=H&V^~H&G),D+=E>>>16,A+=65535&(j=B&R^~B&L),C+=j>>>16,S+=65535&(E=K[2*k+1]),D+=E>>>16,A+=65535&(j=K[2*k]),C+=j>>>16,j=T[k%16],D+=(E=O[k%16])>>>16,A+=65535&j,C+=j>>>16,A+=(D+=(S+=65535&E)>>>16)>>>16,S=65535&(E=x=65535&S|D<<16),D=E>>>16,A=65535&(j=w=65535&A|(C+=A>>>16)<<16),C=j>>>16,S+=65535&(E=(N>>>28|P<<4)^(P>>>2|N<<30)^(P>>>7|N<<25)),D+=E>>>16,A+=65535&(j=(P>>>28|N<<4)^(N>>>2|P<<30)^(N>>>7|P<<25)),C+=j>>>16,D+=(E=N&U^N&M^U&M)>>>16,A+=65535&(j=P&F^P&I^F&I),C+=j>>>16,p=65535&(A+=(D+=(S+=65535&E)>>>16)>>>16)|(C+=A>>>16)<<16,b=65535&S|D<<16,S=65535&(E=m),D=E>>>16,A=65535&(j=s),C=j>>>16,D+=(E=x)>>>16,A+=65535&(j=w),C+=j>>>16,F=a,I=n,z=o,B=s=65535&(A+=(D+=(S+=65535&E)>>>16)>>>16)|(C+=A>>>16)<<16,R=c,L=u,q=l,P=p,U=h,M=d,$=f,H=m=65535&S|D<<16,V=g,G=v,W=y,N=b,k%16==15)for(_=0;_<16;_++)j=T[_],S=65535&(E=O[_]),D=E>>>16,A=65535&j,C=j>>>16,j=T[(_+9)%16],S+=65535&(E=O[(_+9)%16]),D+=E>>>16,A+=65535&j,C+=j>>>16,w=T[(_+1)%16],S+=65535&(E=((x=O[(_+1)%16])>>>1|w<<31)^(x>>>8|w<<24)^(x>>>7|w<<25)),D+=E>>>16,A+=65535&(j=(w>>>1|x<<31)^(w>>>8|x<<24)^w>>>7),C+=j>>>16,w=T[(_+14)%16],D+=(E=((x=O[(_+14)%16])>>>19|w<<13)^(w>>>29|x<<3)^(x>>>6|w<<26))>>>16,A+=65535&(j=(w>>>19|x<<13)^(x>>>29|w<<3)^w>>>6),C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,T[_]=65535&A|C<<16,O[_]=65535&S|D<<16;S=65535&(E=N),D=E>>>16,A=65535&(j=P),C=j>>>16,j=e[0],D+=(E=t[0])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[0]=P=65535&A|C<<16,t[0]=N=65535&S|D<<16,S=65535&(E=U),D=E>>>16,A=65535&(j=F),C=j>>>16,j=e[1],D+=(E=t[1])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[1]=F=65535&A|C<<16,t[1]=U=65535&S|D<<16,S=65535&(E=M),D=E>>>16,A=65535&(j=I),C=j>>>16,j=e[2],D+=(E=t[2])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[2]=I=65535&A|C<<16,t[2]=M=65535&S|D<<16,S=65535&(E=$),D=E>>>16,A=65535&(j=z),C=j>>>16,j=e[3],D+=(E=t[3])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[3]=z=65535&A|C<<16,t[3]=$=65535&S|D<<16,S=65535&(E=H),D=E>>>16,A=65535&(j=B),C=j>>>16,j=e[4],D+=(E=t[4])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[4]=B=65535&A|C<<16,t[4]=H=65535&S|D<<16,S=65535&(E=V),D=E>>>16,A=65535&(j=R),C=j>>>16,j=e[5],D+=(E=t[5])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[5]=R=65535&A|C<<16,t[5]=V=65535&S|D<<16,S=65535&(E=G),D=E>>>16,A=65535&(j=L),C=j>>>16,j=e[6],D+=(E=t[6])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[6]=L=65535&A|C<<16,t[6]=G=65535&S|D<<16,S=65535&(E=W),D=E>>>16,A=65535&(j=q),C=j>>>16,j=e[7],D+=(E=t[7])>>>16,A+=65535&j,C+=j>>>16,C+=(A+=(D+=(S+=65535&E)>>>16)>>>16)>>>16,e[7]=q=65535&A|C<<16,t[7]=W=65535&S|D<<16,Q+=128,i-=128}return i}function Y(e,t,r){var i,a=new Int32Array(8),n=new Int32Array(8),o=new Uint8Array(256),s=r;for(a[0]=1779033703,a[1]=3144134277,a[2]=1013904242,a[3]=2773480762,a[4]=1359893119,a[5]=2600822924,a[6]=528734635,a[7]=1541459225,n[0]=4089235720,n[1]=2227873595,n[2]=4271175723,n[3]=1595750129,n[4]=2917565137,n[5]=725511199,n[6]=4215389547,n[7]=327033209,Q(a,n,t,r),r%=128,i=0;i=0;--a)Z(e,t,i=r[a/8|0]>>(7&a)&1),J(t,e),J(e,e),Z(e,t,i)}function te(e,r){var i=[t(),t(),t(),t()];T(i[0],p),T(i[1],h),T(i[2],s),q(i[3],p,h),ee(e,i,r)}function re(e,r,a){var n,o=new Uint8Array(64),s=[t(),t(),t(),t()];for(a||i(r,32),Y(o,r,32),o[0]&=248,o[31]&=127,o[31]|=64,te(s,o),X(e,s),n=0;n<32;n++)r[n+32]=e[n];return 0}var ie=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function ae(e,t){var r,i,a,n;for(i=63;i>=32;--i){for(r=0,a=i-32,n=i-12;a>8,t[a]-=256*r;t[a]+=r,t[i]=0}for(r=0,a=0;a<32;a++)t[a]+=r-(t[31]>>4)*ie[a],r=t[a]>>8,t[a]&=255;for(a=0;a<32;a++)t[a]-=r*ie[a];for(i=0;i<32;i++)t[i+1]+=t[i]>>8,e[i]=255&t[i]}function ne(e){var t,r=new Float64Array(64);for(t=0;t<64;t++)r[t]=e[t];for(t=0;t<64;t++)e[t]=0;ae(e,r)}function oe(e,r,i,a){var n,o,s=new Uint8Array(64),c=new Uint8Array(64),u=new Uint8Array(64),l=new Float64Array(64),p=[t(),t(),t(),t()];Y(s,a,32),s[0]&=248,s[31]&=127,s[31]|=64;var h=i+64;for(n=0;n=0;i--)N(a,a),1!==i&&q(a,a,r);for(i=0;i<16;i++)e[i]=a[i]}(i,i),q(i,i,n),q(i,i,c),q(i,i,c),q(e[0],i,c),N(a,e[0]),q(a,a,c),I(a,n)&&q(e[0],e[0],d),N(a,e[0]),q(a,a,c),I(a,n)?-1:(z(e[0])===r[31]>>7&&L(e[0],o,e[0]),q(e[3],e[0],e[1]),0)}(h,a))return-1;for(n=0;n=0},e.sign.keyPair=function(){var e=new Uint8Array(le),t=new Uint8Array(pe);return re(e,t),{publicKey:e,secretKey:t}},e.sign.keyPair.fromSecretKey=function(e){if(de(e),e.length!==pe)throw new Error("bad secret key size");for(var t=new Uint8Array(le),r=0;r{"use strict";var i=r(22577),a=r(80983);function n(e,t){var r,i,a=t,n=u(e);if(!n)return!1;if(a&&!Array.isArray(a))for(a=new Array(arguments.length-1),r=0;r2){r=new Array(arguments.length-1);for(var i=0;i{"use strict";var i=r(51793),a=/=+$/,n=/\+/g,o=/\//g;function s(e,t){i(e,(function(e,r){if(e)return t(e);t(null,c(r))}))}function c(e){return e.toString("base64").replace(a,"").replace(n,"-").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,r){s(e,(function(e,i){if(e)return r(e);t(i)}))}))},e.exports.sync=function(e){return c(i.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,r)=>{arguments[arguments.length]=(e,i)=>{if(e)return r(e);t(i)},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"),r=0;r1){t[0]=t[0].slice(0,-1);for(var i=t.length-1,a=1;a= 0x80 (not a basic code point)","invalid-input":"Invalid input"},m=Math.floor,g=String.fromCharCode;function v(e){throw new RangeError(f[e])}function y(e,t){var r=e.split("@"),i="";return r.length>1&&(i=r[0]+"@",e=r[1]),i+function(e,t){for(var r=[],i=e.length;i--;)r[i]=t(e[i]);return r}((e=e.replace(d,".")).split("."),t).join(".")}function b(e){for(var t=[],r=0,i=e.length;r=55296&&a<=56319&&r>1,e+=m(e/t);e>455;i+=l)e=m(e/35);return m(i+36*e/(e+38))},k=function(e){var t,r=[],i=e.length,a=0,n=128,o=72,s=e.lastIndexOf("-");s<0&&(s=0);for(var c=0;c=128&&v("not-basic"),r.push(e.charCodeAt(c));for(var p=s>0?s+1:0;p=i&&v("invalid-input");var g=(t=e.charCodeAt(p++))-48<10?t-22:t-65<26?t-65:t-97<26?t-97:l;(g>=l||g>m((u-a)/d))&&v("overflow"),a+=g*d;var y=f<=o?1:f>=o+26?26:f-o;if(gm(u/b)&&v("overflow"),d*=b}var w=r.length+1;o=x(a-h,w,0==h),m(a/w)>u-n&&v("overflow"),n+=m(a/w),a%=w,r.splice(a++,0,n)}return String.fromCodePoint.apply(String,r)},_=function(e){var t=[],r=(e=b(e)).length,i=128,a=0,n=72,o=!0,s=!1,c=void 0;try{for(var p,h=e[Symbol.iterator]();!(o=(p=h.next()).done);o=!0){var d=p.value;d<128&&t.push(g(d))}}catch(e){s=!0,c=e}finally{try{!o&&h.return&&h.return()}finally{if(s)throw c}}var f=t.length,y=f;for(f&&t.push("-");y=i&&Am((u-a)/C)&&v("overflow"),a+=(k-i)*C,i=k;var T=!0,O=!1,P=void 0;try{for(var F,I=e[Symbol.iterator]();!(T=(F=I.next()).done);T=!0){var z=F.value;if(zu&&v("overflow"),z==i){for(var B=a,R=l;;R+=l){var L=R<=n?1:R>=n+26?26:R-n;if(B>6|192).toString(16).toUpperCase()+"%"+(63&t|128).toString(16).toUpperCase():"%"+(t>>12|224).toString(16).toUpperCase()+"%"+(t>>6&63|128).toString(16).toUpperCase()+"%"+(63&t|128).toString(16).toUpperCase()}function A(e){for(var t="",r=0,i=e.length;r=194&&a<224){if(i-r>=6){var n=parseInt(e.substr(r+4,2),16);t+=String.fromCharCode((31&a)<<6|63&n)}else t+=e.substr(r,6);r+=6}else if(a>=224){if(i-r>=9){var o=parseInt(e.substr(r+4,2),16),s=parseInt(e.substr(r+7,2),16);t+=String.fromCharCode((15&a)<<12|(63&o)<<6|63&s)}else t+=e.substr(r,9);r+=9}else t+=e.substr(r,3),r+=3}return t}function C(e,t){function r(e){var r=A(e);return r.match(t.UNRESERVED)?r:e}return e.scheme&&(e.scheme=String(e.scheme).replace(t.PCT_ENCODED,r).toLowerCase().replace(t.NOT_SCHEME,"")),void 0!==e.userinfo&&(e.userinfo=String(e.userinfo).replace(t.PCT_ENCODED,r).replace(t.NOT_USERINFO,D).replace(t.PCT_ENCODED,a)),void 0!==e.host&&(e.host=String(e.host).replace(t.PCT_ENCODED,r).toLowerCase().replace(t.NOT_HOST,D).replace(t.PCT_ENCODED,a)),void 0!==e.path&&(e.path=String(e.path).replace(t.PCT_ENCODED,r).replace(e.scheme?t.NOT_PATH:t.NOT_PATH_NOSCHEME,D).replace(t.PCT_ENCODED,a)),void 0!==e.query&&(e.query=String(e.query).replace(t.PCT_ENCODED,r).replace(t.NOT_QUERY,D).replace(t.PCT_ENCODED,a)),void 0!==e.fragment&&(e.fragment=String(e.fragment).replace(t.PCT_ENCODED,r).replace(t.NOT_FRAGMENT,D).replace(t.PCT_ENCODED,a)),e}function T(e){return e.replace(/^0*(.*)/,"$1")||"0"}function O(e,t){var r=e.match(t.IPV4ADDRESS)||[],i=c(r,2)[1];return i?i.split(".").map(T).join("."):e}function P(e,t){var r=e.match(t.IPV6ADDRESS)||[],i=c(r,3),a=i[1],n=i[2];if(a){for(var o=a.toLowerCase().split("::").reverse(),s=c(o,2),u=s[0],l=s[1],p=l?l.split(":").map(T):[],h=u.split(":").map(T),d=t.IPV4ADDRESS.test(h[h.length-1]),f=d?7:8,m=h.length-f,g=Array(f),v=0;v1){var w=g.slice(0,y.index),x=g.slice(y.index+y.length);b=w.join(":")+"::"+x.join(":")}else b=g.join(":");return n&&(b+="%"+n),b}return e}var F=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,I=void 0==="".match(/(){0}/)[1];function z(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r={},i=!1!==t.iri?s:o;"suffix"===t.reference&&(e=(t.scheme?t.scheme+":":"")+"//"+e);var a=e.match(F);if(a){I?(r.scheme=a[1],r.userinfo=a[3],r.host=a[4],r.port=parseInt(a[5],10),r.path=a[6]||"",r.query=a[7],r.fragment=a[8],isNaN(r.port)&&(r.port=a[5])):(r.scheme=a[1]||void 0,r.userinfo=-1!==e.indexOf("@")?a[3]:void 0,r.host=-1!==e.indexOf("//")?a[4]:void 0,r.port=parseInt(a[5],10),r.path=a[6]||"",r.query=-1!==e.indexOf("?")?a[7]:void 0,r.fragment=-1!==e.indexOf("#")?a[8]:void 0,isNaN(r.port)&&(r.port=e.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?a[4]:void 0)),r.host&&(r.host=P(O(r.host,i),i)),void 0!==r.scheme||void 0!==r.userinfo||void 0!==r.host||void 0!==r.port||r.path||void 0!==r.query?void 0===r.scheme?r.reference="relative":void 0===r.fragment?r.reference="absolute":r.reference="uri":r.reference="same-document",t.reference&&"suffix"!==t.reference&&t.reference!==r.reference&&(r.error=r.error||"URI is not a "+t.reference+" reference.");var n=S[(t.scheme||r.scheme||"").toLowerCase()];if(t.unicodeSupport||n&&n.unicodeSupport)C(r,i);else{if(r.host&&(t.domainHost||n&&n.domainHost))try{r.host=j(r.host.replace(i.PCT_ENCODED,A).toLowerCase())}catch(e){r.error=r.error||"Host's domain name can not be converted to ASCII via punycode: "+e}C(r,o)}n&&n.parse&&n.parse(r,t)}else r.error=r.error||"URI can not be parsed.";return r}function B(e,t){var r=!1!==t.iri?s:o,i=[];return void 0!==e.userinfo&&(i.push(e.userinfo),i.push("@")),void 0!==e.host&&i.push(P(O(String(e.host),r),r).replace(r.IPV6ADDRESS,(function(e,t,r){return"["+t+(r?"%25"+r:"")+"]"}))),"number"!=typeof e.port&&"string"!=typeof e.port||(i.push(":"),i.push(String(e.port))),i.length?i.join(""):void 0}var R=/^\.\.?\//,L=/^\/\.(\/|$)/,q=/^\/\.\.(\/|$)/,N=/^\/?(?:.|\n)*?(?=\/|$)/;function U(e){for(var t=[];e.length;)if(e.match(R))e=e.replace(R,"");else if(e.match(L))e=e.replace(L,"/");else if(e.match(q))e=e.replace(q,"/"),t.pop();else if("."===e||".."===e)e="";else{var r=e.match(N);if(!r)throw new Error("Unexpected dot segment condition");var i=r[0];e=e.slice(i.length),t.push(i)}return t.join("")}function M(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.iri?s:o,i=[],a=S[(t.scheme||e.scheme||"").toLowerCase()];if(a&&a.serialize&&a.serialize(e,t),e.host)if(r.IPV6ADDRESS.test(e.host));else if(t.domainHost||a&&a.domainHost)try{e.host=t.iri?E(e.host):j(e.host.replace(r.PCT_ENCODED,A).toLowerCase())}catch(r){e.error=e.error||"Host's domain name can not be converted to "+(t.iri?"Unicode":"ASCII")+" via punycode: "+r}C(e,r),"suffix"!==t.reference&&e.scheme&&(i.push(e.scheme),i.push(":"));var n=B(e,t);if(void 0!==n&&("suffix"!==t.reference&&i.push("//"),i.push(n),e.path&&"/"!==e.path.charAt(0)&&i.push("/")),void 0!==e.path){var c=e.path;t.absolutePath||a&&a.absolutePath||(c=U(c)),void 0===n&&(c=c.replace(/^\/\//,"/%2F")),i.push(c)}return void 0!==e.query&&(i.push("?"),i.push(e.query)),void 0!==e.fragment&&(i.push("#"),i.push(e.fragment)),i.join("")}function $(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i={};return arguments[3]||(e=z(M(e,r),r),t=z(M(t,r),r)),!(r=r||{}).tolerant&&t.scheme?(i.scheme=t.scheme,i.userinfo=t.userinfo,i.host=t.host,i.port=t.port,i.path=U(t.path||""),i.query=t.query):(void 0!==t.userinfo||void 0!==t.host||void 0!==t.port?(i.userinfo=t.userinfo,i.host=t.host,i.port=t.port,i.path=U(t.path||""),i.query=t.query):(t.path?("/"===t.path.charAt(0)?i.path=U(t.path):(void 0===e.userinfo&&void 0===e.host&&void 0===e.port||e.path?e.path?i.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:i.path=t.path:i.path="/"+t.path,i.path=U(i.path)),i.query=t.query):(i.path=e.path,void 0!==t.query?i.query=t.query:i.query=e.query),i.userinfo=e.userinfo,i.host=e.host,i.port=e.port),i.scheme=e.scheme),i.fragment=t.fragment,i}function H(e,t){return e&&e.toString().replace(t&&t.iri?s.PCT_ENCODED:o.PCT_ENCODED,A)}var V={scheme:"http",domainHost:!0,parse:function(e,t){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e},serialize:function(e,t){var r="https"===String(e.scheme).toLowerCase();return e.port!==(r?443:80)&&""!==e.port||(e.port=void 0),e.path||(e.path="/"),e}},G={scheme:"https",domainHost:V.domainHost,parse:V.parse,serialize:V.serialize};function W(e){return"boolean"==typeof e.secure?e.secure:"wss"===String(e.scheme).toLowerCase()}var K={scheme:"ws",domainHost:!0,parse:function(e,t){var r=e;return r.secure=W(r),r.resourceName=(r.path||"/")+(r.query?"?"+r.query:""),r.path=void 0,r.query=void 0,r},serialize:function(e,t){if(e.port!==(W(e)?443:80)&&""!==e.port||(e.port=void 0),"boolean"==typeof e.secure&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){var r=e.resourceName.split("?"),i=c(r,2),a=i[0],n=i[1];e.path=a&&"/"!==a?a:void 0,e.query=n,e.resourceName=void 0}return e.fragment=void 0,e}},Q={scheme:"wss",domainHost:K.domainHost,parse:K.parse,serialize:K.serialize},Y={},J="[A-Za-z0-9\\-\\.\\_\\~\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]",Z="[0-9A-Fa-f]",X=r(r("%[EFef][0-9A-Fa-f]%"+Z+Z+"%"+Z+Z)+"|"+r("%[89A-Fa-f][0-9A-Fa-f]%"+Z+Z)+"|"+r("%"+Z+Z)),ee=t("[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",'[\\"\\\\]'),te=new RegExp(J,"g"),re=new RegExp(X,"g"),ie=new RegExp(t("[^]","[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]","[\\.]",'[\\"]',ee),"g"),ae=new RegExp(t("[^]",J,"[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"),"g"),ne=ae;function oe(e){var t=A(e);return t.match(te)?t:e}var se={scheme:"mailto",parse:function(e,t){var r=e,i=r.to=r.path?r.path.split(","):[];if(r.path=void 0,r.query){for(var a=!1,n={},o=r.query.split("&"),s=0,c=o.length;s{"use strict";e.exports=function(e){const t=e.length;let r=0;for(;r=t||128!=(192&e[r+1])||128!=(192&e[r+2])||224===e[r]&&128==(224&e[r+1])||237===e[r]&&160==(224&e[r+1]))return!1;r+=3}else{if(240!=(248&e[r]))return!1;if(r+3>=t||128!=(192&e[r+1])||128!=(192&e[r+2])||128!=(192&e[r+3])||240===e[r]&&128==(240&e[r+1])||244===e[r]&&e[r+1]>143||e[r]>244)return!1;r+=4}return!0}},70311:(e,t,r)=>{"use strict";try{e.exports=r(19516)(__dirname)}catch(t){e.exports=r(60137)}},31322:(e,t)=>{e.exports=function(e,t){if(e&&t)for(var r in t)e[r]=t[r];return e}},42277:(e,t,r)=>{"use strict";r.r(t),r.d(t,{NIL:()=>k,parse:()=>v,stringify:()=>p,v1:()=>g,v3:()=>b,v4:()=>w,v5:()=>x,validate:()=>u,version:()=>_});var i=r(76417),a=r.n(i);const n=new Uint8Array(256);let o=n.length;function s(){return o>n.length-16&&(a().randomFillSync(n),o=0),n.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 r=(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(r))throw TypeError("Stringified UUID is invalid");return r};let h,d,f=0,m=0;const g=function(e,t,r){let i=t&&r||0;const a=t||new Array(16);let n=(e=e||{}).node||h,o=void 0!==e.clockseq?e.clockseq:d;if(null==n||null==o){const t=e.random||(e.rng||s)();null==n&&(n=h=[1|t[0],t[1],t[2],t[3],t[4],t[5]]),null==o&&(o=d=16383&(t[6]<<8|t[7]))}let c=void 0!==e.msecs?e.msecs:Date.now(),u=void 0!==e.nsecs?e.nsecs:m+1;const l=c-f+(u-m)/1e4;if(l<0&&void 0===e.clockseq&&(o=o+1&16383),(l<0||c>f)&&void 0===e.nsecs&&(u=0),u>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");f=c,m=u,d=o,c+=122192928e5;const g=(1e4*(268435455&c)+u)%4294967296;a[i++]=g>>>24&255,a[i++]=g>>>16&255,a[i++]=g>>>8&255,a[i++]=255&g;const v=c/4294967296*1e4&268435455;a[i++]=v>>>8&255,a[i++]=255&v,a[i++]=v>>>24&15|16,a[i++]=v>>>16&255,a[i++]=o>>>8|128,a[i++]=255&o;for(let e=0;e<6;++e)a[i+e]=n[e];return t||p(a)},v=function(e){if(!u(e))throw TypeError("Invalid UUID");let t;const r=new Uint8Array(16);return r[0]=(t=parseInt(e.slice(0,8),16))>>>24,r[1]=t>>>16&255,r[2]=t>>>8&255,r[3]=255&t,r[4]=(t=parseInt(e.slice(9,13),16))>>>8,r[5]=255&t,r[6]=(t=parseInt(e.slice(14,18),16))>>>8,r[7]=255&t,r[8]=(t=parseInt(e.slice(19,23),16))>>>8,r[9]=255&t,r[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,r[11]=t/4294967296&255,r[12]=t>>>24&255,r[13]=t>>>16&255,r[14]=t>>>8&255,r[15]=255&t,r};function y(e,t,r){function i(e,i,a,n){if("string"==typeof e&&(e=function(e){e=unescape(encodeURIComponent(e));const t=[];for(let r=0;r{"use strict";e.exports=function(e,t){if(!e||!e.getHeader||!e.setHeader)throw new TypeError("res argument is required");var i=e.getHeader("Vary")||"",a=Array.isArray(i)?i.join(", "):String(i);(i=r(a,t))&&e.setHeader("Vary",i)},e.exports.append=r;var t=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function r(e,r){if("string"!=typeof e)throw new TypeError("header argument is required");if(!r)throw new TypeError("field argument is required");for(var a=Array.isArray(r)?r:i(String(r)),n=0;n{var i=r(6144),a=r(31669),n=r(14679),o=r(16497).VZ,s=n.sprintf;function c(e){var t,r,a,n;if(i.object(e,"args"),i.bool(e.strict,"args.strict"),i.array(e.argv,"args.argv"),0===(t=e.argv).length)r={},a=[];else if(o(t[0]))r={cause:t[0]},a=t.slice(1);else if("object"==typeof t[0]){for(n in r={},t[0])r[n]=t[0][n];a=t.slice(1)}else i.string(t[0],"first argument to VError, SError, or WError constructor must be a string, object, or Error"),r={},a=t;return i.object(r),r.strict||e.strict||(a=a.map((function(e){return null===e?"null":void 0===e?"undefined":e}))),{options:r,shortmessage:0===a.length?"":s.apply(null,a)}}function u(){var e,t,r,a,n,s,l;if(e=Array.prototype.slice.call(arguments,0),!(this instanceof u))return t=Object.create(u.prototype),u.apply(t,arguments),t;if((r=c({argv:e,strict:!1})).options.name&&(i.string(r.options.name,'error\'s "name" must be a string'),this.name=r.options.name),this.jse_shortmsg=r.shortmessage,s=r.shortmessage,(a=r.options.cause)&&(i.ok(o(a),"cause is not an Error"),this.jse_cause=a,r.options.skipCauseMessage||(s+=": "+a.message)),this.jse_info={},r.options.info)for(l in r.options.info)this.jse_info[l]=r.options.info[l];return this.message=s,Error.call(this,s),Error.captureStackTrace&&(n=r.options.constructorOpt||this.constructor,Error.captureStackTrace(this,n)),this}function l(){var e,t,r,i;return e=Array.prototype.slice.call(arguments,0),this instanceof l?(i=(r=c({argv:e,strict:!0})).options,u.call(this,i,"%s",r.shortmessage),this):(t=Object.create(l.prototype),l.apply(t,arguments),t)}function p(e){i.array(e,"list of errors"),i.ok(e.length>0,"must be at least one error"),this.ase_errors=e,u.call(this,{cause:e[0]},"first of %d error%s",e.length,1==e.length?"":"s")}function h(){var e,t,r,i;return e=Array.prototype.slice.call(arguments,0),this instanceof h?((i=(r=c({argv:e,strict:!1})).options).skipCauseMessage=!0,u.call(this,i,"%s",r.shortmessage),this):(t=Object.create(h.prototype),h.apply(t,e),t)}e.exports=u,u.VError=u,u.SError=l,u.WError=h,u.MultiError=p,a.inherits(u,Error),u.prototype.name="VError",u.prototype.toString=function(){var e=this.hasOwnProperty("name")&&this.name||this.constructor.name||this.constructor.prototype.name;return this.message&&(e+=": "+this.message),e},u.prototype.cause=function(){var e=u.cause(this);return null===e?void 0:e},u.cause=function(e){return i.ok(o(e),"err must be an Error"),o(e.jse_cause)?e.jse_cause:null},u.info=function(e){var t,r,a;if(i.ok(o(e),"err must be an Error"),t=null!==(r=u.cause(e))?u.info(r):{},"object"==typeof e.jse_info&&null!==e.jse_info)for(a in e.jse_info)t[a]=e.jse_info[a];return t},u.findCauseByName=function(e,t){var r;for(i.ok(o(e),"err must be an Error"),i.string(t,"name"),i.ok(t.length>0,"name cannot be empty"),r=e;null!==r;r=u.cause(r))if(i.ok(o(r)),r.name==t)return r;return null},u.hasCauseWithName=function(e,t){return null!==u.findCauseByName(e,t)},u.fullStack=function(e){i.ok(o(e),"err must be an Error");var t=u.cause(e);return t?e.stack+"\ncaused by: "+u.fullStack(t):e.stack},u.errorFromList=function(e){return i.arrayOfObject(e,"errors"),0===e.length?null:(e.forEach((function(e){i.ok(o(e))})),1==e.length?e[0]:new p(e))},u.errorForEach=function(e,t){i.ok(o(e),"err must be an Error"),i.func(t,"func"),e instanceof p?e.errors().forEach((function(e){t(e)})):t(e)},a.inherits(l,u),a.inherits(p,u),p.prototype.name="MultiError",p.prototype.errors=function(){return this.ase_errors.slice(0)},a.inherits(h,u),h.prototype.name="WError",h.prototype.toString=function(){var e=this.hasOwnProperty("name")&&this.name||this.constructor.name||this.constructor.prototype.name;return this.message&&(e+=": "+this.message),this.jse_cause&&this.jse_cause.message&&(e+="; caused by "+this.jse_cause.toString()),e},h.prototype.cause=function(e){return o(e)&&(this.jse_cause=e),this.jse_cause}},14679:(e,t,r)=>{var i=r(42357),a=r(31669);function n(e){var t,r,n,s,l,p,h,d,f,m,g,v=["([^%]*)","%","(['\\-+ #0]*?)","([1-9]\\d*)?","(\\.([1-9]\\d*))?","[lhjztL]*?","([diouxXfFeEgGaAcCsSp%jr])"].join(""),y=new RegExp(v),b=Array.prototype.slice.call(arguments,1),w=e,x="",k=1,_=0;for(i.equal("string",typeof w,"first argument must be a format string");null!==(f=y.exec(w));)if(x+=f[1],w=w.substring(f[0].length),g=f[0].substring(f[1].length),m=_+f[1].length+1,_+=f[0].length,t=f[2]||"",r=f[3]||0,n=f[4]||"",l=!1,h=!1,p=" ","%"!=(s=f[6])){if(0===b.length)throw o(e,m,g,"has no matching argument (too few arguments passed)");if(d=b.shift(),k++,t.match(/[\' #]/))throw o(e,m,g,"uses unsupported flags");if(n.length>0)throw o(e,m,g,"uses non-zero precision (not supported)");switch(t.match(/-/)&&(l=!0),t.match(/0/)&&(p="0"),t.match(/\+/)&&(h=!0),s){case"s":if(null==d)throw o(e,m,g,"attempted to print undefined or null as a string (argument "+k+" to sprintf)");x+=c(p,r,l,d.toString());break;case"d":d=Math.floor(d);case"f":x+=(h=h&&d>0?"+":"")+c(p,r,l,d.toString());break;case"x":x+=c(p,r,l,d.toString(16));break;case"j":0===r&&(r=10),x+=a.inspect(d,!1,r);break;case"r":x+=u(d);break;default:throw o(e,m,g,"is not supported")}}else x+="%";return x+w}function o(e,t,r,a){return i.equal(typeof e,"string"),i.equal(typeof r,"string"),i.equal(typeof t,"number"),i.equal(typeof a,"string"),new Error('format string "'+e+'": conversion specifier "'+r+'" at character '+t+" "+a)}function s(e){var t=Array.prototype.slice.call(arguments,1);return e.write(n.apply(this,t))}function c(e,t,r,i){for(var a=i;a.length{"use strict";const i=r(14223),a=r(76003),n=r(26434),o=new Set(["","›"]),s=e=>`${o.values().next().value}[${e}m`,c=e=>`${o.values().next().value}]8;;${e}`,u=(e,t,r)=>{const n=[...t];let s=!1,c=!1,u=i(a(e[e.length-1]));for(const[t,a]of n.entries()){const l=i(a);u+l<=r?e[e.length-1]+=a:(e.push(a),u=0),o.has(a)&&(s=!0,c=n.slice(t+1).join("").startsWith("]8;;")),s?c?""===a&&(s=!1,c=!1):"m"===a&&(s=!1):(u+=l,u===r&&t0&&e.length>1&&(e[e.length-2]+=e.pop())},l=e=>{const t=e.split(" ");let r=t.length;for(;r>0&&!(i(t[r-1])>0);)r--;return r===t.length?e:t.slice(0,r).join(" ")+t.slice(r).join("")};e.exports=(e,t,r)=>String(e).normalize().replace(/\r\n/g,"\n").split("\n").map((e=>((e,t,r={})=>{if(!1!==r.trim&&""===e.trim())return"";let a,p,h="";const d=(e=>e.split(" ").map((e=>i(e))))(e);let f=[""];for(const[a,n]of e.split(" ").entries()){!1!==r.trim&&(f[f.length-1]=f[f.length-1].trimStart());let e=i(f[f.length-1]);if(0!==a&&(e>=t&&(!1===r.wordWrap||!1===r.trim)&&(f.push(""),e=0),(e>0||!1===r.trim)&&(f[f.length-1]+=" ",e++)),r.hard&&d[a]>t){const r=t-e,i=1+Math.floor((d[a]-r-1)/t);Math.floor((d[a]-1)/t)t&&e>0&&d[a]>0){if(!1===r.wordWrap&&et&&!1===r.wordWrap?u(f,n,t):f[f.length-1]+=n}}!1!==r.trim&&(f=f.map(l));const m=[...f.join("\n")];for(const[e,t]of m.entries()){if(h+=t,o.has(t)){const{groups:t}=new RegExp("(?:\\[(?\\d+)m|\\]8;;(?.*))").exec(m.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 r=n.codes.get(Number(a));"\n"===m[e+1]?(p&&(h+=c("")),a&&r&&(h+=s(r))):"\n"===t&&(a&&r&&(h+=s(a)),p&&(h+=c(p)))}return h})(e,t,r))).join("\n")},52479:e=>{e.exports=function e(t,r){if(t&&r)return e(t)(r);if("function"!=typeof t)throw new TypeError("need wrapper function");return Object.keys(t).forEach((function(e){i[e]=t[e]})),i;function i(){for(var e=new Array(arguments.length),r=0;r{"use strict";const i=r(88762);i.createWebSocketStream=r(30404),i.Server=r(39284),i.Receiver=r(32957),i.Sender=r(57330),e.exports=i},30977:(e,t,r)=>{"use strict";const{EMPTY_BUFFER:i}=r(41872);function a(e,t){if(0===e.length)return i;if(1===e.length)return e[0];const r=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 r extends t{constructor(e,t){super("message",t),this.data=e}}class i extends t{constructor(e,t,r){super("close",r),this.wasClean=r._closeFrameReceived&&r._closeFrameSent,this.reason=t,this.code=e}}class a extends t{constructor(e){super("open",e)}}class n 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 r(e,this))}function c(e,r){t.call(this,new i(e,r,this))}function u(e){t.call(this,new n(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 r=this.listeners(e);for(let i=0;i{"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 r(e,t,r){void 0===e[t]?e[t]=[r]:e[t].push(r)}e.exports={format:function(e){return Object.keys(e).map((t=>{let r=e[t];return Array.isArray(r)||(r=[r]),r.map((e=>[t].concat(Object.keys(e).map((t=>{let r=e[t];return Array.isArray(r)||(r=[r]),r.map((e=>!0===e?t:`${t}=${e}`)).join("; ")}))).join("; "))).join(", ")})).join(", ")},parse:function(e){const i=Object.create(null);if(void 0===e||""===e)return i;let a,n,o=Object.create(null),s=!1,c=!1,u=!1,l=-1,p=-1,h=0;for(;h{"use strict";const t=Symbol("kDone"),r=Symbol("kRun");e.exports=class{constructor(e){this[t]=()=>{this.pending--,this[r]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[r]()}[r](){if(this.pending!==this.concurrency&&this.jobs.length){const e=this.jobs.shift();this.pending++,e(this[t])}}}},75196:(e,t,r)=>{"use strict";const i=r(78761),a=r(30977),n=r(10305),{kStatusCode:o,NOOP:s}=r(41872),c=Buffer.from([0,0,255,255]),u=Symbol("permessage-deflate"),l=Symbol("total-length"),p=Symbol("callback"),h=Symbol("buffers"),d=Symbol("error");let f;function m(e){this[h].push(e),this[l]+=e.length}function g(e){this[l]+=e.length,this[u]._maxPayload<1||this[l]<=this[u]._maxPayload?this[h].push(e):(this[d]=new RangeError("Max payload size exceeded"),this[d][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,r){if(this._maxPayload=0|r,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,!f){const e=void 0!==this._options.concurrencyLimit?this._options.concurrencyLimit:10;f=new n(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,r=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(!r)throw new Error("None of the extension offers can be accepted");return t.serverNoContextTakeover&&(r.server_no_context_takeover=!0),t.clientNoContextTakeover&&(r.client_no_context_takeover=!0),"number"==typeof t.serverMaxWindowBits&&(r.server_max_window_bits=t.serverMaxWindowBits),"number"==typeof t.clientMaxWindowBits?r.client_max_window_bits=t.clientMaxWindowBits:!0!==r.client_max_window_bits&&!1!==t.clientMaxWindowBits||delete r.client_max_window_bits,r}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 r=e[t];if(r.length>1)throw new Error(`Parameter "${t}" must have only a single value`);if(r=r[0],"client_max_window_bits"===t){if(!0!==r){const e=+r;if(!Number.isInteger(e)||e<8||e>15)throw new TypeError(`Invalid value for parameter "${t}": ${r}`);r=e}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${t}": ${r}`)}else if("server_max_window_bits"===t){const e=+r;if(!Number.isInteger(e)||e<8||e>15)throw new TypeError(`Invalid value for parameter "${t}": ${r}`);r=e}else{if("client_no_context_takeover"!==t&&"server_no_context_takeover"!==t)throw new Error(`Unknown parameter "${t}"`);if(!0!==r)throw new TypeError(`Invalid value for parameter "${t}": ${r}`)}e[t]=r}))})),e}decompress(e,t,r){f.add((i=>{this._decompress(e,t,((e,t)=>{i(),r(e,t)}))}))}compress(e,t,r){f.add((i=>{this._compress(e,t,((e,t)=>{i(),r(e,t)}))}))}_decompress(e,t,r){const n=this._isServer?"client":"server";if(!this._inflate){const e=`${n}_max_window_bits`,t="number"!=typeof this.params[e]?i.Z_DEFAULT_WINDOWBITS:this.params[e];this._inflate=i.createInflateRaw({...this._options.zlibInflateOptions,windowBits:t}),this._inflate[u]=this,this._inflate[l]=0,this._inflate[h]=[],this._inflate.on("error",v),this._inflate.on("data",g)}this._inflate[p]=r,this._inflate.write(e),t&&this._inflate.write(c),this._inflate.flush((()=>{const e=this._inflate[d];if(e)return this._inflate.close(),this._inflate=null,void r(e);const i=a.concat(this._inflate[h],this._inflate[l]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[l]=0,this._inflate[h]=[],t&&this.params[`${n}_no_context_takeover`]&&this._inflate.reset()),r(null,i)}))}_compress(e,t,r){const n=this._isServer?"server":"client";if(!this._deflate){const e=`${n}_max_window_bits`,t="number"!=typeof this.params[e]?i.Z_DEFAULT_WINDOWBITS:this.params[e];this._deflate=i.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:t}),this._deflate[l]=0,this._deflate[h]=[],this._deflate.on("error",s),this._deflate.on("data",m)}this._deflate[p]=r,this._deflate.write(e),this._deflate.flush(i.Z_SYNC_FLUSH,(()=>{if(!this._deflate)return;let e=a.concat(this._deflate[h],this._deflate[l]);t&&(e=e.slice(0,e.length-4)),this._deflate[p]=null,this._deflate[l]=0,this._deflate[h]=[],t&&this.params[`${n}_no_context_takeover`]&&this._deflate.reset(),r(null,e)}))}}},32957:(e,t,r)=>{"use strict";const{Writable:i}=r(92413),a=r(75196),{BINARY_TYPES:n,EMPTY_BUFFER:o,kStatusCode:s,kWebSocket:c}=r(41872),{concat:u,toArrayBuffer:l,unmask:p}=r(30977),{isValidStatusCode:h,isValidUTF8:d}=r(6746);function f(e,t,r,i){const a=new e(r?`Invalid WebSocket frame: ${t}`:t);return Error.captureStackTrace(a,f),a[s]=i,a}e.exports=class extends i{constructor(e,t,r,i){super(),this._binaryType=e||n[0],this[c]=void 0,this._extensions=t||{},this._isServer=!!r,this._maxPayload=0|i,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,r){if(8===this._opcode&&0==this._state)return r();this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(r)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e=r.length?t.set(this._buffers.shift(),i):(t.set(new Uint8Array(r.buffer,r.byteOffset,e),i),this._buffers[0]=r.slice(e)),e-=r.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,f(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,f(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,f(RangeError,"RSV1 must be clear",!0,1002);if(!this._fragmented)return this._loop=!1,f(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,f(RangeError,`invalid opcode ${this._opcode}`,!0,1002);this._compressed=t}else{if(!(this._opcode>7&&this._opcode<11))return this._loop=!1,f(RangeError,`invalid opcode ${this._opcode}`,!0,1002);if(!this._fin)return this._loop=!1,f(RangeError,"FIN must be set",!0,1002);if(t)return this._loop=!1,f(RangeError,"RSV1 must be clear",!0,1002);if(this._payloadLength>125)return this._loop=!1,f(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,f(RangeError,"MASK must be set",!0,1002)}else if(this._masked)return this._loop=!1,f(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,f(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,f(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,r)=>{if(e)return t(e);if(r.length){if(this._messageLength+=r.length,this._messageLength>this._maxPayload&&this._maxPayload>0)return t(f(RangeError,"Max payload size exceeded",!1,1009));this._fragments.push(r)}const i=this.dataMessage();if(i)return t(i);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 r;r="nodebuffer"===this._binaryType?u(t,e):"arraybuffer"===this._binaryType?l(u(t,e)):t,this.emit("message",r)}else{const r=u(t,e);if(!d(r))return this._loop=!1,f(Error,"invalid UTF-8 sequence",!0,1007);this.emit("message",r.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 f(RangeError,"invalid payload length 1",!0,1002);{const t=e.readUInt16BE(0);if(!h(t))return f(RangeError,`invalid status code ${t}`,!0,1002);const r=e.slice(2);if(!d(r))return f(Error,"invalid UTF-8 sequence",!0,1007);this.emit("conclude",t,r.toString()),this.end()}}else 9===this._opcode?this.emit("ping",e):this.emit("pong",e);this._state=0}}},57330:(e,t,r)=>{"use strict";const{randomFillSync:i}=r(76417),a=r(75196),{EMPTY_BUFFER:n}=r(41872),{isValidStatusCode:o}=r(6746),{mask:s,toBuffer:c}=r(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 r=t.mask&&t.readOnly;let a=t.mask?6:2,n=e.length;e.length>=65536?(a+=8,n=127):e.length>125&&(a+=2,n=126);const o=Buffer.allocUnsafe(r?e.length+a:a);return o[0]=t.fin?128|t.opcode:t.opcode,t.rsv1&&(o[0]|=64),o[1]=n,126===n?o.writeUInt16BE(e.length,2):127===n&&(o.writeUInt32BE(0,2),o.writeUInt32BE(e.length,6)),t.mask?(i(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],r?(s(e,u,o,a,e.length),[o]):(s(e,u,e,0,e.length),[o,e])):[o,e]}close(e,t,r,i){let a;if(void 0===e)a=n;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 r=Buffer.byteLength(t);if(r>123)throw new RangeError("The message must not be greater than 123 bytes");a=Buffer.allocUnsafe(2+r),a.writeUInt16BE(e,0),a.write(t,2)}}this._deflating?this.enqueue([this.doClose,a,r,i]):this.doClose(a,r,i)}doClose(e,t,r){this.sendFrame(l.frame(e,{fin:!0,rsv1:!1,opcode:8,mask:t,readOnly:!1}),r)}ping(e,t,r){const i=c(e);if(i.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPing,i,t,c.readOnly,r]):this.doPing(i,t,c.readOnly,r)}doPing(e,t,r,i){this.sendFrame(l.frame(e,{fin:!0,rsv1:!1,opcode:9,mask:t,readOnly:r}),i)}pong(e,t,r){const i=c(e);if(i.length>125)throw new RangeError("The data size must not be greater than 125 bytes");this._deflating?this.enqueue([this.doPong,i,t,c.readOnly,r]):this.doPong(i,t,c.readOnly,r)}doPong(e,t,r,i){this.sendFrame(l.frame(e,{fin:!0,rsv1:!1,opcode:10,mask:t,readOnly:r}),i)}send(e,t,r){const i=c(e),n=this._extensions[a.extensionName];let o=t.binary?2:1,s=t.compress;if(this._firstFragment?(this._firstFragment=!1,s&&n&&(s=i.length>=n._threshold),this._compress=s):(s=!1,o=0),t.fin&&(this._firstFragment=!0),n){const e={fin:t.fin,rsv1:s,opcode:o,mask:t.mask,readOnly:c.readOnly};this._deflating?this.enqueue([this.dispatch,i,this._compress,e,r]):this.dispatch(i,this._compress,e,r)}else this.sendFrame(l.frame(i,{fin:t.fin,rsv1:!1,opcode:o,mask:t.mask,readOnly:c.readOnly}),r)}dispatch(e,t,r,i){if(!t)return void this.sendFrame(l.frame(e,r),i);const n=this._extensions[a.extensionName];this._bufferedBytes+=e.length,this._deflating=!0,n.compress(e,r.fin,((t,a)=>{if(this._socket.destroyed){const e=new Error("The socket was closed while data was being compressed");"function"==typeof i&&i(e);for(let t=0;t{"use strict";const{Duplex:i}=r(92413);function a(e){e.emit("close")}function n(){!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 r=!0;function s(){r&&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 i({...t,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return e.on("message",(function(t){c.push(t)||(r=!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,r){if(e.readyState===e.CLOSED)return r(t),void process.nextTick(a,c);let i=!1;e.once("error",(function(e){i=!0,r(e)})),e.once("close",(function(){i||r(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||r||(r=!0,e._receiver._writableState.needDrain||e._socket.resume())},c._write=function(t,r,i){e.readyState!==e.CONNECTING?e.send(t,i):e.once("open",(function(){c._write(t,r,i)}))},c.on("end",n),c.on("error",o),c}},6746:(e,t,r)=>{"use strict";function i(e){return e>=1e3&&e<=1014&&1004!==e&&1005!==e&&1006!==e||e>=3e3&&e<=4999}function a(e){const t=e.length;let r=0;for(;r=t||128!=(192&e[r+1])||128!=(192&e[r+2])||224===e[r]&&128==(224&e[r+1])||237===e[r]&&160==(224&e[r+1]))return!1;r+=3}else{if(240!=(248&e[r]))return!1;if(r+3>=t||128!=(192&e[r+1])||128!=(192&e[r+2])||128!=(192&e[r+3])||240===e[r]&&128==(240&e[r+1])||244===e[r]&&e[r+1]>143||e[r]>244)return!1;r+=4}return!0}try{let t=r(70311);"object"==typeof t&&(t=t.Validation.isValidUTF8),e.exports={isValidStatusCode:i,isValidUTF8:e=>e.length<150?a(e):t(e)}}catch(t){e.exports={isValidStatusCode:i,isValidUTF8:a}}},39284:(e,t,r)=>{"use strict";const i=r(28614),{createHash:a}=r(76417),{createServer:n,STATUS_CODES:o}=r(98605),s=r(75196),c=r(88762),{format:u,parse:l}=r(51503),{GUID:p,kWebSocket:h}=r(41872),d=/^[+/0-9A-Za-z]{22}==$/;function f(e){e.emit("close")}function m(){this.destroy()}function g(e,t,r,i){e.writable&&(r=r||o[t],i={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(r),...i},e.write(`HTTP/1.1 ${t} ${o[t]}\r\n`+Object.keys(i).map((e=>`${e}: ${i[e]}`)).join("\r\n")+"\r\n\r\n"+r)),e.removeListener("error",m),e.destroy()}e.exports=class extends i{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=n(((e,t)=>{const r=o[426];t.writeHead(426,{"Content-Length":r.length,"Content-Type":"text/plain"}),t.end(r)})),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 r of Object.keys(t))e.on(r,t[r]);return function(){for(const r of Object.keys(t))e.removeListener(r,t[r])}}(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(t,r,i)=>{this.handleUpgrade(t,r,i,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(f,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,r,i){t.on("error",m);const a=void 0!==e.headers["sec-websocket-key"]&&e.headers["sec-websocket-key"].trim(),n=+e.headers["sec-websocket-version"],o={};if("GET"!==e.method||"websocket"!==e.headers.upgrade.toLowerCase()||!a||!d.test(a)||8!==n&&13!==n||!this.shouldHandle(e))return g(t,400);if(this.options.perMessageDeflate){const r=new s(this.options.perMessageDeflate,!0,this.options.maxPayload);try{const t=l(e.headers["sec-websocket-extensions"]);t[s.extensionName]&&(r.accept(t[s.extensionName]),o[s.extensionName]=r)}catch(e){return g(t,400)}}if(this.options.verifyClient){const s={origin:e.headers[8===n?"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,((n,s,c,u)=>{if(!n)return g(t,s||401,c,u);this.completeUpgrade(a,o,e,t,r,i)}));if(!this.options.verifyClient(s))return g(t,401)}this.completeUpgrade(a,o,e,t,r,i)}completeUpgrade(e,t,r,i,n,o){if(!i.readable||!i.writable)return i.destroy();if(i[h])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")}`],d=new c(null);let f=r.headers["sec-websocket-protocol"];if(f&&(f=f.trim().split(/ *, */),f=this.options.handleProtocols?this.options.handleProtocols(f,r):f[0],f&&(l.push(`Sec-WebSocket-Protocol: ${f}`),d._protocol=f)),t[s.extensionName]){const e=t[s.extensionName].params,r=u({[s.extensionName]:[e]});l.push(`Sec-WebSocket-Extensions: ${r}`),d._extensions=t}this.emit("headers",l,r),i.write(l.concat("\r\n").join("\r\n")),i.removeListener("error",m),d.setSocket(i,n,this.options.maxPayload),this.clients&&(this.clients.add(d),d.on("close",(()=>this.clients.delete(d)))),o(d,r)}}},88762:(e,t,r)=>{"use strict";const i=r(28614),a=r(57211),n=r(98605),o=r(11631),s=r(4016),{randomBytes:c,createHash:u}=r(76417),{URL:l}=r(78835),p=r(75196),h=r(32957),d=r(57330),{BINARY_TYPES:f,EMPTY_BUFFER:m,GUID:g,kStatusCode:v,kWebSocket:y,NOOP:b}=r(41872),{addEventListener:w,removeEventListener:x}=r(10062),{format:k,parse:_}=r(51503),{toBuffer:j}=r(30977),E=["CONNECTING","OPEN","CLOSING","CLOSED"],S=[8,13];class D extends i{constructor(e,t,r){super(),this._binaryType=f[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage="",this._closeTimer=null,this._extensions={},this._protocol="",this._readyState=D.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&&(r=t,t=void 0),A(this,e,t,r)):this._isServer=!0}get binaryType(){return this._binaryType}set binaryType(e){f.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,r){const i=new h(this.binaryType,this._extensions,this._isServer,r);this._sender=new d(e,this._extensions),this._receiver=i,this._socket=e,i[y]=this,e[y]=this,i.on("conclude",F),i.on("drain",I),i.on("error",z),i.on("message",R),i.on("ping",L),i.on("pong",q),e.setTimeout(0),e.setNoDelay(),t.length>0&&e.unshift(t),e.on("close",N),e.on("data",U),e.on("end",M),e.on("error",$),this._readyState=D.OPEN,this.emit("open")}emitClose(){if(!this._socket)return this._readyState=D.CLOSED,void this.emit("close",this._closeCode,this._closeMessage);this._extensions[p.extensionName]&&this._extensions[p.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=D.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,t){if(this.readyState!==D.CLOSED){if(this.readyState===D.CONNECTING){const e="WebSocket was closed before the connection was established";return O(this,this._req,e)}this.readyState!==D.CLOSING?(this._readyState=D.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,r){if(this.readyState===D.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");"function"==typeof e?(r=e,e=t=void 0):"function"==typeof t&&(r=t,t=void 0),"number"==typeof e&&(e=e.toString()),this.readyState===D.OPEN?(void 0===t&&(t=!this._isServer),this._sender.ping(e||m,t,r)):P(this,e,r)}pong(e,t,r){if(this.readyState===D.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");"function"==typeof e?(r=e,e=t=void 0):"function"==typeof t&&(r=t,t=void 0),"number"==typeof e&&(e=e.toString()),this.readyState===D.OPEN?(void 0===t&&(t=!this._isServer),this._sender.pong(e||m,t,r)):P(this,e,r)}send(e,t,r){if(this.readyState===D.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if("function"==typeof t&&(r=t,t={}),"number"==typeof e&&(e=e.toString()),this.readyState!==D.OPEN)return void P(this,e,r);const i={binary:"string"!=typeof e,mask:!this._isServer,compress:!0,fin:!0,...t};this._extensions[p.extensionName]||(i.compress=!1),this._sender.send(e||m,i,r)}terminate(){if(this.readyState!==D.CLOSED){if(this.readyState===D.CONNECTING){const e="WebSocket was closed before the connection was established";return O(this,this._req,e)}this._socket&&(this._readyState=D.CLOSING,this._socket.destroy())}}}function A(e,t,r,i){const o={protocolVersion:S[1],maxPayload:104857600,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...i,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(!S.includes(o.protocolVersion))throw new RangeError(`Unsupported protocol version: ${o.protocolVersion} (supported versions: ${S.join(", ")})`);let s;t instanceof l?(s=t,e._url=t.href):(s=new l(t),e._url=t);const h="ws+unix:"===s.protocol;if(!(s.host||h&&s.pathname))throw new Error(`Invalid URL: ${e.url}`);const d="wss:"===s.protocol||"https:"===s.protocol,f=d?443:80,m=c(16).toString("base64"),v=d?a.get:n.get;let y;if(o.createConnection=d?T:C,o.defaultPort=o.defaultPort||f,o.port=s.port||f,o.host=s.hostname.startsWith("[")?s.hostname.slice(1,-1):s.hostname,o.headers={"Sec-WebSocket-Version":o.protocolVersion,"Sec-WebSocket-Key":m,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()})),r&&(o.headers["Sec-WebSocket-Protocol"]=r),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}`),h){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=D.CLOSING,e.emit("error",t),e.emitClose())})),b.on("response",(a=>{const n=a.headers.location,s=a.statusCode;if(n&&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(n,t);A(e,a,r,i)}else e.emit("unexpected-response",b,a)||O(e,b,`Unexpected server response: ${a.statusCode}`)})),b.on("upgrade",((t,i,a)=>{if(e.emit("upgrade",t),e.readyState!==D.CONNECTING)return;b=e._req=null;const n=u("sha1").update(m+g).digest("base64");if(t.headers["sec-websocket-accept"]!==n)return void O(e,i,"Invalid Sec-WebSocket-Accept header");const s=t.headers["sec-websocket-protocol"],c=(r||"").split(/, */);let l;if(!r&&s?l="Server sent a subprotocol but none was requested":r&&!s?l="Server sent no subprotocol":s&&!c.includes(s)&&(l="Server sent an invalid subprotocol"),l)O(e,i,l);else{if(s&&(e._protocol=s),y)try{const r=_(t.headers["sec-websocket-extensions"]);r[p.extensionName]&&(y.accept(r[p.extensionName]),e._extensions[p.extensionName]=y)}catch(t){return void O(e,i,"Invalid Sec-WebSocket-Extensions header")}e.setSocket(i,a,o.maxPayload)}}))}function C(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,r){e._readyState=D.CLOSING;const i=new Error(r);Error.captureStackTrace(i,O),t.setHeader?(t.abort(),t.socket&&!t.socket.destroyed&&t.socket.destroy(),t.once("abort",e.emitClose.bind(e)),e.emit("error",i)):(t.destroy(i),t.once("error",e.emit.bind(e,"error")),t.once("close",e.emitClose.bind(e)))}function P(e,t,r){if(t){const r=j(t).length;e._socket?e._sender._bufferedBytes+=r:e._bufferedAmount+=r}r&&r(new Error(`WebSocket is not open: readyState ${e.readyState} (${E[e.readyState]})`))}function F(e,t){const r=this[y];r._socket.removeListener("data",U),r._socket.resume(),r._closeFrameReceived=!0,r._closeMessage=t,r._closeCode=e,1005===e?r.close():r.close(e,t)}function I(){this[y]._socket.resume()}function z(e){const t=this[y];t._socket.removeListener("data",U),t._readyState=D.CLOSING,t._closeCode=e[v],t.emit("error",e),t._socket.destroy()}function B(){this[y].emitClose()}function R(e){this[y].emit("message",e)}function L(e){const t=this[y];t.pong(e,!t._isServer,b),t.emit("ping",e)}function q(e){this[y].emit("pong",e)}function N(){const e=this[y];this.removeListener("close",N),this.removeListener("end",M),e._readyState=D.CLOSING,e._socket.read(),e._receiver.end(),this.removeListener("data",U),this[y]=void 0,clearTimeout(e._closeTimer),e._receiver._writableState.finished||e._receiver._writableState.errorEmitted?e.emitClose():(e._receiver.on("error",B),e._receiver.on("finish",B))}function U(e){this[y]._receiver.write(e)||this.pause()}function M(){const e=this[y];e._readyState=D.CLOSING,e._receiver.end(),this.end()}function $(){const e=this[y];this.removeListener("error",$),this.on("error",b),e&&(e._readyState=D.CLOSING,this.destroy())}E.forEach(((e,t)=>{const r={enumerable:!0,value:t};Object.defineProperty(D.prototype,e,r),Object.defineProperty(D,e,r)})),["binaryType","bufferedAmount","extensions","protocol","readyState","url"].forEach((e=>{Object.defineProperty(D.prototype,e,{enumerable:!0})})),["open","error","close","message"].forEach((e=>{Object.defineProperty(D.prototype,`on${e}`,{configurable:!0,enumerable:!0,get(){const t=this.listeners(e);for(let e=0;e{"use strict";var i=r(35747),a=r(31669),n=r(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 r=function(){};return"function"==typeof e[e.length-1]&&(r=e.pop()),r=r||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:r})):r(),o.format.apply(o.format,[this.cache[this.locale][t]||t].concat(e))}__n(){const e=Array.prototype.slice.call(arguments),t=e.shift(),r=e.shift(),i=e.shift();let a=function(){};"function"==typeof e[e.length-1]&&(a=e.pop()),this.cache[this.locale]||this._readLocaleFile();let n=1===i?t:r;this.cache[this.locale][t]&&(n=this.cache[this.locale][t][1===i?"one":"other"]),!this.cache[this.locale][t]&&this.updateFiles?(this.cache[this.locale][t]={one:t,other:r},this._enqueueWrite({directory:this.directory,locale:this.locale,cb:a})):a();const s=[n];return~n.indexOf("%d")&&s.push(i),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 r="";return e.forEach((function(e,i){const a=t[i+1];r+=e,void 0!==a&&(r+="%s")})),this.__.apply(this,[r].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],r=t.directory,i=t.locale,a=t.cb,n=this._resolveLocaleFile(r,i),s=JSON.stringify(this.cache[i],null,2);o.fs.writeFile(n,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(r){if(r instanceof SyntaxError&&(r.message="syntax error in "+t),"ENOENT"!==r.code)throw r;e={}}this.cache[this.locale]=e}_resolveLocaleFile(e,t){let r=o.resolve(e,"./",t+".json");if(this.fallbackToLanguage&&!this._fileExistsSync(r)&&~t.lastIndexOf("_")){const i=o.resolve(e,"./",t.split("_")[0]+".json");this._fileExistsSync(i)&&(r=i)}return r}_fileExistsSync(e){return o.exists(e)}}var c={fs:{readFileSync:i.readFileSync,writeFile:i.writeFile},format:a.format,resolve:n.resolve,exists:e=>{try{return i.statSync(e).isFile()}catch(e){return!1}}};e.exports=e=>function(e,t){o=t;const r=new s(e);return{__:r.__.bind(r),__n:r.__n.bind(r),setLocale:r.setLocale.bind(r),getLocale:r.getLocale.bind(r),updateLocale:r.updateLocale.bind(r),locale:r.locale}}(e,c)},34411:e=>{function t(e){var r=this;if(r instanceof t||(r=new t),r.tail=null,r.head=null,r.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){r.push(e)}));else if(arguments.length>0)for(var i=0,a=arguments.length;i1)r=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");i=this.head.next,r=this.head.value}for(var a=0;null!==i;a++)r=e(r,i.value,a),i=i.next;return r},t.prototype.reduceReverse=function(e,t){var r,i=this.tail;if(arguments.length>1)r=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");i=this.tail.prev,r=this.tail.value}for(var a=this.length-1;null!==i;a--)r=e(r,i.value,a),i=i.prev;return r},t.prototype.toArray=function(){for(var e=new Array(this.length),t=0,r=this.head;null!==r;t++)e[t]=r.value,r=r.next;return e},t.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,r=this.tail;null!==r;t++)e[t]=r.value,r=r.prev;return e},t.prototype.slice=function(e,r){(r=r||this.length)<0&&(r+=this.length),(e=e||0)<0&&(e+=this.length);var i=new t;if(rthis.length&&(r=this.length);for(var a=0,n=this.head;null!==n&&athis.length&&(r=this.length);for(var a=this.length,n=this.tail;null!==n&&a>r;a--)n=n.prev;for(;null!==n&&a>e;a--,n=n.prev)i.push(n.value);return i},t.prototype.reverse=function(){for(var e=this.head,t=this.tail,r=e;null!==r;r=r.prev){var i=r.prev;r.prev=r.next,r.next=i}return this.head=t,this.tail=e,this}},69533:(e,t,r)=>{"use strict";var i,a=r(31669),n=(r(35747),r(85622));function o(e){if(e!==e.toLowerCase()&&e!==e.toUpperCase()||(e=e.toLowerCase()),-1===e.indexOf("-")&&-1===e.indexOf("_"))return e;{let t="",r=!1;const i=e.match(/^-+/);for(let a=i?i[0].length:0;a0?`${t}${r.charAt(a)}`:o}return i}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"}(i||(i={}));const h=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,r=null,i=null,a=null;const n=[];for(let o=0;o{"number"==typeof t&&(x.nargs[e]=t,x.keys.push(e))})),"object"==typeof r.coerce&&Object.entries(r.coerce).forEach((([e,t])=>{"function"==typeof t&&(x.coercions[e]=t,x.keys.push(e))})),void 0!==r.config&&(Array.isArray(r.config)||"string"==typeof r.config?[].concat(r.config).filter(Boolean).forEach((function(e){x.configs[e]=!0})):"object"==typeof r.config&&Object.entries(r.config).forEach((([e,t])=>{"boolean"!=typeof t&&"function"!=typeof t||(x.configs[e]=t)}))),function(...e){e.forEach((function(e){Object.keys(e||{}).forEach((function(e){x.aliases[e]||(x.aliases[e]=[].concat(n[e]||[]),x.aliases[e].concat(e).forEach((function(t){if(/-/.test(t)&&h["camel-case-expansion"]){const r=o(t);r!==e&&-1===x.aliases[e].indexOf(r)&&(x.aliases[e].push(r),y[r]=!0)}})),x.aliases[e].concat(e).forEach((function(t){if(t.length>1&&/[A-Z]/.test(t)&&h["camel-case-expansion"]){const r=s(t,"-");r!==e&&-1===x.aliases[e].indexOf(r)&&(x.aliases[e].push(r),y[r]=!0)}})),x.aliases[e].forEach((function(t){x.aliases[t]=[e].concat(x.aliases[e].filter((function(e){return t!==e})))})))}))}))}(r.key,n,r.default,x.arrays),Object.keys(d).forEach((function(e){(x.aliases[e]||[]).forEach((function(t){d[t]=d[e]}))}));let j=null;Object.keys(x.counts).find((e=>N(e,x.arrays)?(j=Error(w("Invalid configuration: %s, opts.count excludes opts.array.",e)),!0):!!N(e,x.nargs)&&(j=Error(w("Invalid configuration: %s, opts.count excludes opts.narg.",e)),!0)));let E=[];const S=Object.assign(Object.create(null),{_:[]}),D={};for(let e=0;e=3&&(N(s[1],x.arrays)?e=T(e,s[1],a,s[2]):!1!==N(s[1],x.nargs)?e=C(e,s[1],a,s[2]):O(s[1],s[2]));else if(t.match(_)&&h["boolean-negation"])s=t.match(_),null!==s&&Array.isArray(s)&&s.length>=2&&(n=s[1],O(n,!!N(n,x.arrays)&&[!1]));else if(t.match(/^--.+/)||!h["short-option-groups"]&&t.match(/^-[^-]+/))s=t.match(/^--?(.+)/),null!==s&&Array.isArray(s)&&s.length>=2&&(n=s[1],N(n,x.arrays)?e=T(e,n,a):!1!==N(n,x.nargs)?e=C(e,n,a):(c=a[e+1],void 0===c||c.match(/^-/)&&!c.match(k)||N(n,x.bools)||N(n,x.counts)?/^(true|false)$/.test(c)?(O(n,c),e++):O(n,$(n)):(O(n,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&&(n=s[1],void 0===c||c.match(/^-/)||N(n,x.bools)||N(n,x.counts)?O(n,$(n)):(O(n,c),e++));else if(t.match(/^-[^-]+/)&&!t.match(k)){o=t.slice(1,-1).split(""),i=!1;for(let r=0;r0&&(O(t,i),s--),a=e+1;a0||o&&"number"==typeof o&&a.length>=o)&&(n=r[i],!/^-/.test(n)||k.test(n)||M(n));i++)e=i,a.push(F(t,n))}return"number"==typeof o&&(o&&a.length1&&h["dot-notation"]&&(x.aliases[i[0]]||[]).forEach((function(t){let a=t.split(".");const n=[].concat(i);n.shift(),a=a.concat(n),(x.aliases[e]||[]).includes(a.join("."))||q(S,a,r)})),N(e,x.normalize)&&!N(e,x.arrays)&&[e].concat(x.aliases[e]||[]).forEach((function(e){Object.defineProperty(D,e,{enumerable:!0,get:()=>t,set(e){t="string"==typeof e?u.normalize(e):e}})}))}function P(e,t){x.aliases[e]&&x.aliases[e].length||(x.aliases[e]=[t],y[t]=!0),x.aliases[t]&&x.aliases[t].length||P(t,e)}function F(e,t){"string"!=typeof t||"'"!==t[0]&&'"'!==t[0]||t[t.length-1]!==t[0]||(t=t.substring(1,t.length-1)),(N(e,x.bools)||N(e,x.counts))&&"string"==typeof t&&(t="true"===t);let r=Array.isArray(t)?t.map((function(t){return I(e,t)})):I(e,t);return N(e,x.counts)&&(H(r)||"boolean"==typeof r)&&(r=l()),N(e,x.normalize)&&N(e,x.arrays)&&(r=Array.isArray(t)?t.map((e=>u.normalize(e))):u.normalize(t)),r}function I(e,t){return h["parse-positional-numbers"]||"_"!==e?(N(e,x.strings)||N(e,x.bools)||Array.isArray(t)||(c(t)&&h["parse-numbers"]&&Number.isSafeInteger(Math.floor(parseFloat(`${t}`)))||!H(t)&&N(e,x.numbers))&&(t=Number(t)),t):t}function z(e,t){Object.keys(e).forEach((function(r){const i=e[r],a=t?t+"."+r:r;"object"==typeof i&&null!==i&&!Array.isArray(i)&&h["dot-notation"]?z(i,a):(!L(S,a.split("."))||N(a,x.arrays)&&h["combine-arrays"])&&O(a,i)}))}function B(e,t){if(void 0===m)return;const r="string"==typeof m?m:"",i=u.env();Object.keys(i).forEach((function(a){if(""===r||0===a.lastIndexOf(r,0)){const n=a.split("__").map((function(e,t){return 0===t&&(e=e.substring(r.length)),o(e)}));(t&&x.configs[n.join(".")]||!t)&&!L(e,n)&&O(n.join("."),i[a])}}))}function R(e,t,r,i=!1){Object.keys(r).forEach((function(a){L(e,a.split("."))||(q(e,a.split("."),r[a]),i&&(b[a]=!0),(t[a]||[]).forEach((function(t){L(e,t.split("."))||q(e,t.split("."),r[a])})))}))}function L(e,t){let r=e;h["dot-notation"]||(t=[t.join(".")]),t.slice(0,-1).forEach((function(e){r=r[e]||{}}));const i=t[t.length-1];return"object"==typeof r&&i in r}function q(e,t,r){let i=e;h["dot-notation"]||(t=[t.join(".")]),t.slice(0,-1).forEach((function(e){e=p(e),"object"==typeof i&&void 0===i[e]&&(i[e]={}),"object"!=typeof i[e]||Array.isArray(i[e])?(Array.isArray(i[e])?i[e].push({}):i[e]=[i[e],{}],i=i[e][i[e].length-1]):i=i[e]}));const a=p(t[t.length-1]),n=N(t.join("."),x.arrays),o=Array.isArray(r);let s=h["duplicate-arguments-array"];!s&&N(a,x.nargs)&&(s=!0,(!H(i[a])&&1===x.nargs[a]||Array.isArray(i[a])&&i[a].length===x.nargs[a])&&(i[a]=void 0)),r===l()?i[a]=l(i[a]):Array.isArray(i[a])?s&&n&&o?i[a]=h["flatten-duplicate-arrays"]?i[a].concat(r):(Array.isArray(i[a][0])?i[a]:[i[a]]).concat([r]):s||Boolean(n)!==Boolean(o)?i[a]=i[a].concat([r]):i[a]=r:void 0===i[a]&&n?i[a]=o?r:[r]:!s||void 0===i[a]||N(a,x.counts)||N(a,x.bools)?i[a]=r:i[a]=[i[a],r]}function N(e,t){const r=[].concat(x.aliases[e]||[],e),i=Object.keys(t),a=r.find((e=>i.includes(e)));return!!a&&t[a]}function U(e){const t=Object.keys(x);return[].concat(t.map((e=>x[e]))).some((function(t){return Array.isArray(t)?t.includes(e):t[e]}))}function M(e){return h["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,r=!0;const i=e.slice(1).split("");for(let a=0;a{r.add(t),e[t]=a}))}catch(e){j=e}}))}(S),h["set-placeholder-key"]&&function(e){x.keys.forEach((t=>{~t.indexOf(".")||void 0===e[t]&&(e[t]=void 0)}))}(S),Object.keys(x.counts).forEach((function(e){L(S,e.split("."))||O(e,0)})),g&&E.length&&(S[v]=[]),E.forEach((function(e){S[v].push(e)})),h["camel-case-expansion"]&&h["strip-dashed"]&&Object.keys(S).filter((e=>"--"!==e&&e.includes("-"))).forEach((e=>{delete S[e]})),h["strip-aliased"]&&[].concat(...Object.keys(n).map((e=>n[e]))).forEach((e=>{h["camel-case-expansion"]&&e.includes("-")&&delete S[e.split(".").map((e=>o(e))).join(".")],delete S[e]})),{aliases:Object.assign({},x.aliases),argv:Object.assign(D,S),configuration:h,defaulted:Object.assign({},b),error:j,newAliases:Object.assign({},y)}}}({cwd:process.cwd,env:()=>d,format:a.format,normalize:n.normalize,resolve:n.resolve,require:e=>r(35670)(e)}),m=function(e,t){return f.parse(e.slice(),t).argv};m.detailed=function(e,t){return f.parse(e.slice(),t)},m.camelCase=o,m.decamelize=s,m.looksLikeNumber=c,e.exports=m},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,r)=>{"use strict";var i=r(42357);class a extends Error{constructor(e){super(e||"yargs error"),this.name="YError",Error.captureStackTrace(this,a)}}let n,o=[];function s(e,t,i,u){n=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 n.path.resolve(e,t)}(t,e.extends);else try{u=r(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(n.readFileSync(u,"utf8")):r(49167)(e.extends),delete e.extends,l=s(l,n.path.dirname(u),i,n)}return o=[],i?c(l,e):Object.assign({},l,e)}function c(e,t){const r={};function i(e){return e&&"object"==typeof e&&!Array.isArray(e)}Object.assign(r,e);for(const a of Object.keys(t))i(t[a])&&i(r[a])?r[a]=c(e[a],t[a]):r[a]=t[a];return r}function u(e){const t=e.replace(/\s{2,}/g," ").split(/\s+(?![^[]*]|[^<]*>)/),r=/\.*[\][<>]/g,i=t.shift();if(!i)throw new Error(`No command found in: ${e}`);const a={cmd:i.replace(r,""),demanded:[],optional:[]};return t.forEach(((e,i)=>{let n=!1;e=e.replace(/\s/g,""),/\.+[\]>]/.test(e)&&i===t.length-1&&(n=!0),/^\[/.test(e)?a.optional.push({cmd:e.replace(r,"").split("|"),variadic:n}):a.demanded.push({cmd:e.replace(r,"").split("|"),variadic:n})})),a}const l=["first","second","third","fourth","fifth","sixth"];function p(e,t,r){try{let i=0;const[n,o,s]="object"==typeof e?[{demanded:[],optional:[]},e,t]:[u(`cmd ${e}`),t,r],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}.`);n.demanded.forEach((e=>{const t=h(c.shift());0===e.cmd.filter((e=>e===t||"*"===e)).length&&d(t,e.cmd,i),i+=1})),n.optional.forEach((e=>{if(0===c.length)return;const t=h(c.shift());0===e.cmd.filter((e=>e===t||"*"===e)).length&&d(t,e.cmd,i),i+=1}))}catch(e){console.warn(e.stack)}}function h(e){return Array.isArray(e)?"array":null===e?"null":typeof e}function d(e,t,r){throw new a(`Invalid ${l[r]||"manyith"} argument. Expected ${t.join(" or ")} but received ${e}.`)}function f(e){return!!e&&!!e.then&&"function"==typeof e.then}function m(e,t,r,i){r.assert.notStrictEqual(e,t,i)}function g(e,t){t.assert.strictEqual(typeof e,"string")}function v(e){return Object.keys(e)}function y(e={},t=(()=>!0)){const r={};return v(e).forEach((i=>{t(i,e[i])&&(r[i]=e[i])})),r}function b(){return process.versions.electron&&!process.defaultApp?0:1}function w(){return process.argv[b()]}var x=Object.freeze({__proto__:null,hideBin:function(e){return e.slice(b()+1)},getProcessArgvBin:w});function k(e,t,r,i){if("a"===r&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?i:"a"===r?i.call(e):i?i.value:t.get(e)}function _(e,t,r,i,a){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!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"===i?a.call(e,r):a?a.value=r:t.set(e,r),r}class j{constructor(e){this.globalMiddleware=[],this.frozens=[],this.yargs=e}addMiddleware(e,t,r=!0){if(p(" [boolean] [boolean]",[e,t,r],arguments.length),Array.isArray(e)){for(let i=0;i{const i=[...r[t]||[],t];return!e.option||!i.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,r,i){return r.reduce(((e,r)=>{if(r.applyBeforeValidation!==i)return e;if(f(e))return e.then((e=>Promise.all([e,r(e,t)]))).then((([e,t])=>Object.assign(e,t)));{const i=r(e,t);return f(i)?i.then((t=>Object.assign(e,t))):Object.assign(e,i)}}),e)}function S(e,t,r=(e=>{throw e})){try{const r="function"==typeof e?e():e;return f(r)?r.then((e=>t(e))):t(r)}catch(e){return r(e)}}const D=/(^\*)|(^\$0)/;class A{constructor(e,t,r,i){this.requireCache=new Set,this.handlers={},this.aliasMap={},this.frozens=[],this.shim=i,this.usage=e,this.globalMiddleware=r,this.validation=t}addDirectory(e,t,r,i){"boolean"!=typeof(i=i||{}).recurse&&(i.recurse=!1),Array.isArray(i.extensions)||(i.extensions=["js"]);const a="function"==typeof i.visit?i.visit:e=>e;i.visit=(e,t,r)=>{const i=a(e,t,r);if(i){if(this.requireCache.has(t))return i;this.requireCache.add(t),this.addHandler(i)}return i},this.shim.requireDirectory({require:t,filename:r},e,i)}addHandler(e,t,r,i,a,n){let o=[];const s=function(e){return e?e.map((e=>(e.applyBeforeValidation=!1,e))):[]}(a);if(i=i||(()=>{}),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(C(r))return void this.addHandler([e].concat(o),t,r.builder,r.handler,r.middlewares,r.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=>!D.test(e)||(c=!0,!1)));0===l.length&&c&&l.push("$0"),c&&(a.cmd=l[0],o=l.slice(1),e=e.replace(D,a.cmd)),o.forEach((e=>{this.aliasMap[e]=a.cmd})),!1!==t&&this.usage.command(e,t,c,o,n),this.handlers[a.cmd]={original:e,description:t,handler:i,builder:r||{},middlewares:s,deprecated:n,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,r,i,a,n){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,r.aliases,c,i,a,n);return f(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,r,i,a,n,o,s){const c=t.builder;let u=r;if(T(c)){const l=c(r.getInternalMethods().reset(i),s);if(f(l))return l.then((i=>{var s;return u=(s=i)&&"function"==typeof s.getInternalMethods?i:r,this.parseAndUpdateUsage(e,t,u,a,n,o)}))}else(function(e){return"object"==typeof e})(c)&&(u=r.getInternalMethods().reset(i),Object.keys(t.builder).forEach((e=>{u.option(e,c[e])})));return this.parseAndUpdateUsage(e,t,u,a,n,o)}parseAndUpdateUsage(e,t,r,i,a,n){e&&r.getInternalMethods().getUsageInstance().unfreeze(),this.shouldUpdateUsage(r)&&r.getInternalMethods().getUsageInstance().usage(this.usageFromParentCommandsCommandHandler(i,t),t.description);const o=r.getInternalMethods().runYargsParserAndExecuteCommands(null,void 0,!0,a,n);return f(o)?o.then((e=>({aliases:r.parsed.aliases,innerArgv:e}))):{aliases:r.parsed.aliases,innerArgv:o}}shouldUpdateUsage(e){return!e.getInternalMethods().getUsageInstance().getUsageDisabled()&&0===e.getInternalMethods().getUsageInstance().getUsage().length}usageFromParentCommandsCommandHandler(e,t){const r=D.test(t.original)?t.original.replace(D,"").trim():t.original,i=e.filter((e=>!D.test(e)));return i.push(r),`$0 ${i.join(" ")}`}applyMiddlewareAndGetResult(e,t,r,i,a,n,o){let s={};if(a)return r;o.getInternalMethods().getHasOutput()||(s=this.populatePositionals(t,r,i,o));const c=this.globalMiddleware.getMiddleware().slice(0).concat(t.middlewares);if(r=E(r,o,c,!0),!o.getInternalMethods().getHasOutput()){const t=o.getInternalMethods().runValidation(n,s,o.parsed.error,e);r=S(r,(e=>(t(e),e)))}if(t.handler&&!o.getInternalMethods().getHasOutput()){o.getInternalMethods().setHasOutput();const i=!!o.getOptions().configuration["populate--"];o.getInternalMethods().postProcess(r,i,!1,!1),r=S(r=E(r,o,c,!1),(e=>{const r=t.handler(e);return f(r)?r.then((()=>e)):e})),e||o.getInternalMethods().getUsageInstance().cacheHelpMessage(),f(r)&&!o.getInternalMethods().hasParseCallback()&&r.catch((e=>{try{o.getInternalMethods().getUsageInstance().fail(null,e)}catch(e){}}))}return e||(i.commands.pop(),i.fullCommands.pop()),r}populatePositionals(e,t,r,i){t._=t._.slice(r.commands.length);const a=e.demanded.slice(0),n=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(;n.length;){const e=n.shift();this.populatePositional(e,t,o)}return t._=r.commands.concat(t._.map((e=>""+e))),this.postProcessPositionals(t,o,this.cmdToParseOptions(e.original),i),o}populatePositional(e,t,r){const i=e.cmd[0];e.variadic?r[i]=t._.splice(0).map(String):t._.length&&(r[i]=[String(t._.shift())])}cmdToParseOptions(e){const t={array:[],default:{},alias:{},demand:{}},r=u(e);return r.demanded.forEach((e=>{const[r,...i]=e.cmd;e.variadic&&(t.array.push(r),t.default[r]=[]),t.alias[r]=i,t.demand[r]=!0})),r.optional.forEach((e=>{const[r,...i]=e.cmd;e.variadic&&(t.array.push(r),t.default[r]=[]),t.alias[r]=i})),t}postProcessPositionals(e,t,r,i){const a=Object.assign({},i.getOptions());a.default=Object.assign(r.default,a.default);for(const e of Object.keys(r.alias))a.alias[e]=(a.alias[e]||[]).concat(r.alias[e]);a.array=a.array.concat(r.array),a.config={};const n=[];if(Object.keys(t).forEach((e=>{t[e].map((t=>{a.configuration["unknown-options-as-args"]&&(a.key[e]=!0),n.push(`--${e}`),n.push(t)}))})),!n.length)return;const o=Object.assign({},a.configuration,{"populate--":!1}),s=this.shim.Parser.detailed(n,Object.assign({},a,{configuration:o}));if(s.error)i.getInternalMethods().getUsageInstance().fail(s.error.message,s.error);else{const r=Object.keys(t);Object.keys(t).forEach((e=>{r.push(...s.aliases[e])})),Object.keys(s.argv).forEach((i=>{-1!==r.indexOf(i)&&(t[i]||(t[i]=s.argv[i]),e[i]=s.argv[i])}))}}runDefaultBuilderOn(e){if(!this.defaultCommand)return;if(this.shouldUpdateUsage(e)){const t=D.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);C(t)||Object.keys(t).forEach((r=>{e.option(r,t[r])}))}moduleName(e){const t=function(e){for(let t,i=0,a=Object.keys(r.c);i{const r=t;r._handle&&r.isTTY&&"function"==typeof r._handle.setBlocking&&r._handle.setBlocking(e)}))}function P(e){return"boolean"==typeof e}function F(e,t){const r=t.y18n.__,i={},n=[];i.failFn=function(e){n.push(e)};let o=null,s=!0;i.showHelpOnFail=function(e=!0,t){const[r,a]="string"==typeof e?[!0,e]:[e,t];return o=a,s=r,i};let c=!1;i.fail=function(t,r){const u=e.getInternalMethods().getLoggerInstance();if(!n.length){if(e.getExitProcess()&&O(!0),c||(c=!0,s&&(e.showHelp("error"),u.error()),(t||r)&&u.error(t||r),o&&((t||r)&&u.error(""),u.error(o))),r=r||new a(t),e.getExitProcess())return e.exit(1);if(e.getInternalMethods().hasParseCallback())return e.exit(1,r);throw r}for(let e=n.length-1;e>=0;--e){const a=n[e];if(P(a)){if(r)throw r;if(t)throw Error(t)}else a(t,r,i)}};let u=[],l=!1;i.usage=(e,t)=>null===e?(l=!0,u=[],i):(l=!1,u.push([e,t||""]),i),i.getUsage=()=>u,i.getUsageDisabled=()=>l,i.getPositionalGroupName=()=>r("Positionals:");let p=[];i.example=(e,t)=>{p.push([e,t||""])};let h=[];i.command=function(e,t,r,i,a=!1){r&&(h=h.map((e=>(e[2]=!1,e)))),h.push([e,t||"",r,i,a])},i.getCommands=()=>h;let d={};i.describe=function(e,t){Array.isArray(e)?e.forEach((e=>{i.describe(e,t)})):"object"==typeof e?Object.keys(e).forEach((t=>{i.describe(t,e[t])})):d[e]=t},i.getDescriptions=()=>d;let f=[];i.epilog=e=>{f.push(e)};let m,g=!1;function v(){return g||(m=t.process.stdColumns?Math.min(80,t.process.stdColumns):80,g=!0),m}i.wrap=e=>{g=!0,m=e};const b="__yargsString__:";function w(e,r,i){let a=0;return Array.isArray(e)||(e=Object.values(e).map((e=>[e]))),e.forEach((e=>{a=Math.max(t.stringWidth(i?`${i} ${B(e[0])}`:B(e[0]))+z(e[0]),a)})),r&&(a=Math.min(a,parseInt((.5*r).toString(),10))),a}let x;function k(t){return e.getOptions().hiddenOptions.indexOf(t)<0||e.parsed.argv[e.getOptions().showHiddenOpt]}function _(e,t){let i=`[${r("default:")} `;if(void 0===e&&!t)return null;if(t)i+=t;else switch(typeof e){case"string":i+=`"${e}"`;break;case"object":i+=JSON.stringify(e);break;default:i+=e}return`${i}]`}i.deferY18nLookup=e=>b+e,i.help=function(){if(x)return x;!function(){const t=e.getDemandedOptions(),r=e.getOptions();(Object.keys(r.alias)||[]).forEach((a=>{r.alias[a].forEach((n=>{d[n]&&i.describe(a,d[n]),n in t&&e.demandOption(a,t[n]),~r.boolean.indexOf(n)&&e.boolean(a),~r.count.indexOf(n)&&e.count(a),~r.string.indexOf(n)&&e.string(a),~r.normalize.indexOf(n)&&e.normalize(a),~r.array.indexOf(n)&&e.array(a),~r.number.indexOf(n)&&e.number(a)}))}))}();const a=e.customScriptName?e.$0:t.path.basename(e.$0),n=e.getDemandedOptions(),o=e.getDemandedCommands(),s=e.getDeprecatedOptions(),c=e.getGroups(),m=e.getOptions();let g=[];g=g.concat(Object.keys(d)),g=g.concat(Object.keys(n)),g=g.concat(Object.keys(o)),g=g.concat(Object.keys(m.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(h.length){let e=null;e=o._?`${a} <${r("command")}>\n`:`${a} [${r("command")}]\n`,j.div(`${e}`)}if(h.length>1||1===h.length&&!h[0][2]){j.div(r("Commands:"));const t=e.getInternalMethods().getContext(),i=t.commands.length?`${t.commands.join(" ")} `:"";!0===e.getInternalMethods().getParserConfiguration()["sort-commands"]&&(h=h.sort(((e,t)=>e[0].localeCompare(t[0])))),h.forEach((e=>{const t=`${a} ${i}${e[0].replace(/^\$0 ?/,"")}`;j.span({text:t,padding:[0,2,0,2],width:w(h,y,`${a}${i}`)+4},{text:e[1]});const n=[];e[2]&&n.push(`[${r("default")}]`),e[3]&&e[3].length&&n.push(`[${r("aliases:")} ${e[3].join(", ")}]`),e[4]&&("string"==typeof e[4]?n.push(`[${r("deprecated: %s",e[4])}]`):n.push(`[${r("deprecated")}]`)),n.length?j.div({text:n.join(" "),padding:[0,0,0,2],align:"right"}):j.div()})),j.div()}const E=(Object.keys(m.alias)||[]).concat(Object.keys(e.parsed.newAliases)||[]);g=g.filter((t=>!e.parsed.newAliases[t]&&E.every((e=>-1===(m.alias[e]||[]).indexOf(t)))));const S=r("Options:");c[S]||(c[S]=[]),function(e,t,r,i){let a=[],n=null;Object.keys(r).forEach((e=>{a=a.concat(r[e])})),e.forEach((e=>{n=[e].concat(t[e]),n.some((e=>-1!==a.indexOf(e)))||r[i].push(e)}))}(g,m.alias,c,S);const D=e=>/^--/.test(B(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,r=0;void 0!==(t=E[r]);r++)if(~(m.alias[t]||[]).indexOf(e))return t;return e}))}))).filter((({normalizedKeys:e})=>e.length>0)).map((({groupName:e,normalizedKeys:t})=>{const r=t.reduce(((t,r)=>(t[r]=[r].concat(m.alias[r]||[]).map((t=>e===i.getPositionalGroupName()?t:(/^[0-9]$/.test(t)?~m.boolean.indexOf(r)?"-":"--":t.length>1?"--":"-")+t)).sort(((e,t)=>D(e)===D(t)?0:D(e)?1:-1)).join(", "),t)),{});return{groupName:e,normalizedKeys:t,switches:r}}));if(A.filter((({groupName:e})=>e!==i.getPositionalGroupName())).some((({normalizedKeys:e,switches:t})=>!e.every((e=>D(t[e])))))&&A.filter((({groupName:e})=>e!==i.getPositionalGroupName())).forEach((({normalizedKeys:e,switches:t})=>{e.forEach((e=>{var r,i;D(t[e])&&(t[e]=(r=t[e],i="-x, ".length,I(r)?{text:r.text,indentation:r.indentation+i}:{text:r,indentation:i}))}))})),A.forEach((({groupName:e,normalizedKeys:t,switches:a})=>{j.div(e),t.forEach((e=>{const t=a[e];let o=d[e]||"",c=null;~o.lastIndexOf(b)&&(o=r(o.substring(b.length))),~m.boolean.indexOf(e)&&(c=`[${r("boolean")}]`),~m.count.indexOf(e)&&(c=`[${r("count")}]`),~m.string.indexOf(e)&&(c=`[${r("string")}]`),~m.normalize.indexOf(e)&&(c=`[${r("string")}]`),~m.array.indexOf(e)&&(c=`[${r("array")}]`),~m.number.indexOf(e)&&(c=`[${r("number")}]`);const u=[e in s?(l=s[e],"string"==typeof l?`[${r("deprecated: %s",l)}]`:`[${r("deprecated")}]`):null,c,e in n?`[${r("required")}]`:null,m.choices&&m.choices[e]?`[${r("choices:")} ${i.stringifiedValues(m.choices[e])}]`:null,_(m.default[e],m.defaultDescription[e])].filter(Boolean).join(" ");var l;j.span({text:B(t),padding:[0,2,0,2+z(t)],width:w(a,y)+4},o),u?j.div({text:u,padding:[0,0,0,2],align:"right"}):j.div()})),j.div()})),p.length&&(j.div(r("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:w(p,y)+4},{text:e[1]})})),j.div()),f.length>0){const e=f.map((e=>e.replace(/\$0/g,a))).join("\n");j.div(`${e}\n`)}return j.toString().replace(/\s*$/,"")},i.cacheHelpMessage=function(){x=this.help()},i.clearCachedHelpMessage=function(){x=void 0},i.hasCachedHelpMessage=function(){return!!x},i.showHelp=t=>{const r=e.getInternalMethods().getLoggerInstance();t||(t="error"),("function"==typeof t?t:r[t])(i.help())},i.functionDescription=e=>["(",e.name?t.Parser.decamelize(e.name,"-"):r("generated-value"),")"].join(""),i.stringifiedValues=function(e,t){let r="";const i=t||", ",a=[].concat(e);return e&&a.length?(a.forEach((e=>{r.length&&(r+=i),r+=JSON.stringify(e)})),r):r};let j=null;i.version=e=>{j=e},i.showVersion=t=>{const r=e.getInternalMethods().getLoggerInstance();t||(t="error"),("function"==typeof t?t:r[t])(j)},i.reset=function(e){return o=null,c=!1,u=[],l=!1,f=[],p=[],h=[],d=y(d,(t=>!e[t])),i};const E=[];return i.freeze=function(){E.push({failMessage:o,failureOutput:c,usages:u,usageDisabled:l,epilogs:f,examples:p,commands:h,descriptions:d})},i.unfreeze=function(){const e=E.pop();e&&({failMessage:o,failureOutput:c,usages:u,usageDisabled:l,epilogs:f,examples:p,commands:h,descriptions:d}=e)},i}function I(e){return"object"==typeof e}function z(e){return I(e)?e.indentation:0}function B(e){return I(e)?e.text:e}class R{constructor(e,t,r,i){var a,n,o;this.yargs=e,this.usage=t,this.command=r,this.shim=i,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===(n=this.shim.getEnv("ZSH_NAME"))||void 0===n?void 0:n.includes("zsh")))&&void 0!==o&&o}defaultCompletion(e,t,r,i){const a=this.command.getCommandHandlers();for(let t=0,r=e.length;t{const i=u(r[0]).cmd;if(-1===t.indexOf(i))if(this.zshShell){const t=r[1]||"";e.push(i.replace(/:/g,"\\:")+":"+t)}else e.push(i)}))}optionCompletions(e,t,r,i){if(i.match(/^-/)||""===i&&0===e.length){const a=this.yargs.getOptions(),n=this.yargs.getGroups()[this.usage.getPositionalGroupName()]||[];Object.keys(a.key).forEach((o=>{const s=!!a.configuration["boolean-negation"]&&a.boolean.includes(o);n.includes(o)||this.argsContainKey(t,r,o,s)||(this.completeOptionKey(o,e,i),s&&a.default[o]&&this.completeOptionKey(`no-${o}`,e,i))}))}}argsContainKey(e,t,r,i){if(-1!==e.indexOf(`--${r}`))return!0;if(i&&-1!==e.indexOf(`--no-${r}`))return!0;if(this.aliases)for(const e of this.aliases[r])if(void 0!==t[e])return!0;return!1}completeOptionKey(e,t,r){const i=this.usage.getDescriptions(),a=!/^--/.test(r)&&(e=>/^[^0-9]$/.test(e))(e)?"-":"--";if(this.zshShell){const r=i[e]||"";t.push(a+`${e.replace(/:/g,"\\:")}:${r.replace("__yargsString__:","")}`)}else t.push(a+e)}customCompletion(e,t,r,i){if(m(this.customCompletionFunction,null,this.shim),this.customCompletionFunction.length<3){const e=this.customCompletionFunction(r,t);return f(e)?e.then((e=>{this.shim.process.nextTick((()=>{i(null,e)}))})).catch((e=>{this.shim.process.nextTick((()=>{i(e,void 0)}))})):i(null,e)}return function(e){return e.length>3}(this.customCompletionFunction)?this.customCompletionFunction(r,t,((a=i)=>this.defaultCompletion(e,t,r,a)),(e=>{i(null,e)})):this.customCompletionFunction(r,t,(e=>{i(null,e)}))}getCompletion(e,t){const r=e.length?e[e.length-1]:"",i=this.yargs.parse(e,!0),a=this.customCompletionFunction?i=>this.customCompletion(e,i,r,t):i=>this.defaultCompletion(e,i,r,t);return f(i)?i.then(a):a(i)}generateCompletionScript(e,t){let r=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 i=this.shim.path.basename(e);return e.match(/\.js$/)&&(e=`./${e}`),r=r.replace(/{{app_name}}/g,i),r=r.replace(/{{completion_command}}/g,t),r.replace(/{{app_path}}/g,e)}registerFunction(e){this.customCompletionFunction=e}setParsed(e){this.aliases=e.aliases}}function L(e,t){if(0===e.length)return t.length;if(0===t.length)return e.length;const r=[];let i,a;for(i=0;i<=t.length;i++)r[i]=[i];for(a=0;a<=e.length;a++)r[0][a]=a;for(i=1;i<=t.length;i++)for(a=1;a<=e.length;a++)t.charAt(i-1)===e.charAt(a-1)?r[i][a]=r[i-1][a-1]:r[i][a]=Math.min(r[i-1][a-1]+1,Math.min(r[i][a-1]+1,r[i-1][a]+1));return r[t.length][e.length]}const q=["$0","--","_"];var N,U,M,$,H,V,G,W,K,Q,Y,J,Z,X,ee,te,re,ie,ae,ne,oe,se,ce,ue,le,pe,he,de,fe,me,ge,ve;const ye=Symbol("copyDoubleDash"),be=Symbol("copyDoubleDash"),we=Symbol("deleteFromParserHintObject"),xe=Symbol("freeze"),ke=Symbol("getDollarZero"),_e=Symbol("getParserConfiguration"),je=Symbol("guessLocale"),Ee=Symbol("guessVersion"),Se=Symbol("parsePositionalNumbers"),De=Symbol("pkgUp"),Ae=Symbol("populateParserHintArray"),Ce=Symbol("populateParserHintSingleValueDictionary"),Te=Symbol("populateParserHintArrayDictionary"),Oe=Symbol("populateParserHintDictionary"),Pe=Symbol("sanitizeKey"),Fe=Symbol("setKey"),Ie=Symbol("unfreeze"),ze=Symbol("validateAsync"),Be=Symbol("getCommandInstance"),Re=Symbol("getContext"),Le=Symbol("getHasOutput"),qe=Symbol("getLoggerInstance"),Ne=Symbol("getParseContext"),Ue=Symbol("getUsageInstance"),Me=Symbol("getValidationInstance"),$e=Symbol("hasParseCallback"),He=Symbol("postProcess"),Ve=Symbol("rebase"),Ge=Symbol("reset"),We=Symbol("runYargsParserAndExecuteCommands"),Ke=Symbol("runValidation"),Qe=Symbol("setHasOutput");class Ye{constructor(e=[],t,r,i){this.customScriptName=!1,this.parsed=!1,N.set(this,void 0),U.set(this,void 0),M.set(this,{commands:[],fullCommands:[]}),$.set(this,null),H.set(this,null),V.set(this,"show-hidden"),G.set(this,null),W.set(this,!0),K.set(this,!0),Q.set(this,[]),Y.set(this,void 0),J.set(this,{}),Z.set(this,!1),X.set(this,null),ee.set(this,void 0),te.set(this,""),re.set(this,void 0),ie.set(this,void 0),ae.set(this,{}),ne.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),he.set(this,!1),de.set(this,!1),fe.set(this,!1),me.set(this,void 0),ge.set(this,null),ve.set(this,void 0),_(this,pe,i),_(this,ue,e),_(this,U,t),_(this,ie,r),_(this,Y,new j(this)),this.$0=this[ke](),this[Ge](),_(this,N,k(this,N)),_(this,me,k(this,me)),_(this,ve,k(this,ve)),_(this,re,k(this,re)),k(this,re).showHiddenOpt=k(this,V),_(this,ee,this[be]())}addHelpOpt(e,t){return p("[string|boolean] [string]",[e,t],arguments.length),k(this,X)&&(this[we](k(this,X)),_(this,X,null)),!1===e&&void 0===t||(_(this,X,"string"==typeof e?e:"help"),this.boolean(k(this,X)),this.describe(k(this,X),t||k(this,me).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 r="string"==typeof e?e:k(this,V);return this.boolean(r),this.describe(r,t||k(this,me).deferY18nLookup("Show hidden options")),k(this,re).showHiddenOpt=r,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,r)=>S((()=>e(t)),(r=>(r?("string"==typeof r||r instanceof Error)&&k(this,me).fail(r.toString(),r):k(this,me).fail(k(this,pe).y18n.__("Argument check failed: %s",e.toString())),t)),(e=>(k(this,me).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 r of e)this.coerce(r,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,re).key[e]=!0,k(this,Y).addCoerceMiddleware(((r,i)=>{let n;return S((()=>(n=i.getAliases(),t(r[e]))),(t=>{if(r[e]=t,n[e])for(const i of n[e])r[i]=t;return r}),(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,r){return p("[object|string] [string|function] [function]",[e,t,r],arguments.length),"object"!=typeof e||Array.isArray(e)?("function"==typeof t&&(r=t,t=void 0),this.describe(e,t||k(this,me).deferY18nLookup("Path to JSON config file")),(Array.isArray(e)?e:[e]).forEach((e=>{k(this,re).config[e]=r||!0})),this):(e=s(e,k(this,U),this[_e]()["deep-merge-config"]||!1,k(this,pe)),k(this,re).configObjects=(k(this,re).configObjects||[]).concat(e),this)}completion(e,t,r){return p("[string] [string|boolean|function] [function]",[e,t,r],arguments.length),"function"==typeof t&&(r=t,t=void 0),_(this,H,e||k(this,H)||"completion"),t||!1===t||(t="generate completion script"),this.command(k(this,H),t),r&&k(this,$).registerFunction(r),this}command(e,t,r,i,a,n){return p(" [string|boolean] [function|object] [function] [array] [boolean|string]",[e,t,r,i,a,n],arguments.length),k(this,N).addHandler(e,t,r,i,a,n),this}commands(e,t,r,i,a,n){return this.command(e,t,r,i,a,n)}commandDir(e,t){p(" [object]",[e,t],arguments.length);const r=k(this,ie)||k(this,pe).require;return k(this,N).addDirectory(e,r,k(this,pe).getCallerFile(),t),this}count(e){return p("",[e],arguments.length),this[Ae]("count",e),this}default(e,t,r){return p(" [*] [string]",[e,t,r],arguments.length),r&&(g(e,k(this,pe)),k(this,re).defaultDescription[e]=r),"function"==typeof t&&(g(e,k(this,pe)),k(this,re).defaultDescription[e]||(k(this,re).defaultDescription[e]=k(this,me).functionDescription(t)),t=t.call()),this[Ce](this.default.bind(this),"default",e,t),this}defaults(e,t,r){return this.default(e,t,r)}demandCommand(e=1,t,r,i){return p("[number] [number|string] [string|null|undefined] [string|null|undefined]",[e,t,r,i],arguments.length),"number"!=typeof t&&(r=t,t=1/0),this.global("_",!1),k(this,re).demandedCommands._={min:e,max:t,minMsg:r,maxMsg:i},this}demand(e,t,r){return Array.isArray(t)?(t.forEach((e=>{m(r,!0,k(this,pe)),this.demandOption(e,r)})),t=1/0):"number"!=typeof t&&(r=t,t=1/0),"number"==typeof e?(m(r,!0,k(this,pe)),this.demandCommand(e,t,r,r)):Array.isArray(e)?e.forEach((e=>{m(r,!0,k(this,pe)),this.demandOption(e,r)})):"string"==typeof r?this.demandOption(e,r):!0!==r&&void 0!==r||this.demandOption(e),this}demandOption(e,t){return p(" [string]",[e,t],arguments.length),this[Ce](this.demandOption.bind(this),"demandedOptions",e,t),this}deprecateOption(e,t){return p(" [string|boolean]",[e,t],arguments.length),k(this,re).deprecatedOptions[e]=t,this}describe(e,t){return p(" [string]",[e,t],arguments.length),this[Fe](e,!0),k(this,me).describe(e,t),this}detectLocale(e){return p("",[e],arguments.length),_(this,W,e),this}env(e){return p("[string|boolean]",[e],arguments.length),!1===e?delete k(this,re).envPrefix:k(this,re).envPrefix=e||"",this}epilogue(e){return p("",[e],arguments.length),k(this,me).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,me).example(e,t),this}exit(e,t){_(this,Z,!0),_(this,G,t),k(this,K)&&k(this,pe).process.exit(e)}exitProcess(e=!0){return p("[boolean]",[e],arguments.length),_(this,K,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,me).failFn(e),this}getAliases(){return this.parsed?this.parsed.aliases:{}}async getCompletion(e,t){return p(" [function]",[e,t],arguments.length),t?k(this,$).getCompletion(e,t):new Promise(((t,r)=>{k(this,$).getCompletion(e,((e,i)=>{e?r(e):t(i)}))}))}getDemandedOptions(){return p([],0),k(this,re).demandedOptions}getDemandedCommands(){return p([],0),k(this,re).demandedCommands}getDeprecatedOptions(){return p([],0),k(this,re).deprecatedOptions}getDetectLocale(){return k(this,W)}getExitProcess(){return k(this,K)}getGroups(){return Object.assign({},k(this,J),k(this,ce))}getHelp(){if(_(this,Z,!0),!k(this,me).hasCachedHelpMessage()){if(!this.parsed){const e=this[We](k(this,ue),void 0,void 0,0,!0);if(f(e))return e.then((()=>k(this,me).help()))}const e=k(this,N).runDefaultBuilderOn(this);if(f(e))return e.then((()=>k(this,me).help()))}return Promise.resolve(k(this,me).help())}getOptions(){return k(this,re)}getStrict(){return k(this,he)}getStrictCommands(){return k(this,de)}getStrictOptions(){return k(this,fe)}global(e,t){return p(" [boolean]",[e,t],arguments.length),e=[].concat(e),!1!==t?k(this,re).local=k(this,re).local.filter((t=>-1===e.indexOf(t))):e.forEach((e=>{-1===k(this,re).local.indexOf(e)&&k(this,re).local.push(e)})),this}group(e,t){p(" ",[e,t],arguments.length);const r=k(this,ce)[t]||k(this,J)[t];k(this,ce)[t]&&delete k(this,ce)[t];const i={};return k(this,J)[t]=(r||[]).concat(e).filter((e=>!i[e]&&(i[e]=!0))),this}hide(e){return p("",[e],arguments.length),k(this,re).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,W,!1),k(this,pe).y18n.setLocale(e),this):(this[je](),k(this,pe).y18n.getLocale())}middleware(e,t,r){return k(this,Y).addMiddleware(e,!!t,r)}nargs(e,t){return p(" [number]",[e,t],arguments.length),this[Ce](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,re).key[e]=!0,t.alias&&this.alias(e,t.alias);const r=t.deprecate||t.deprecated;r&&this.deprecateOption(e,r);const i=t.demand||t.required||t.require;i&&this.demand(e,i),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,re).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,r){p("[string|array] [function|boolean|object] [function]",[e,t,r],arguments.length),this[xe](),void 0===e&&(e=k(this,ue)),"object"==typeof t&&(_(this,oe,t),t=r),"function"==typeof t&&(_(this,ne,t),t=!1),t||_(this,ue,e),k(this,ne)&&_(this,K,!1);const i=this[We](e,!!t),a=this.parsed;return k(this,$).setParsed(this.parsed),f(i)?i.then((e=>(k(this,ne)&&k(this,ne).call(this,k(this,G),e,k(this,te)),e))).catch((e=>{throw k(this,ne)&&k(this,ne)(e,this.parsed.argv,k(this,te)),e})).finally((()=>{this[Ie](),this.parsed=a})):(k(this,ne)&&k(this,ne).call(this,k(this,G),i,k(this,te)),this[Ie](),this.parsed=a,i)}parseAsync(e,t,r){const i=this.parse(e,t,r);return f(i)?i:Promise.resolve(i)}parseSync(e,t,r){const i=this.parse(e,t,r);if(f(i))throw new a(".parseSync() must not be used with asynchronous builders, handlers, or middleware");return i}parserConfiguration(e){return p("",[e],arguments.length),_(this,ae,e),this}pkgConf(e,t){p(" [string]",[e,t],arguments.length);let r=null;const i=this[De](t||k(this,U));return i[e]&&"object"==typeof i[e]&&(r=s(i[e],t||k(this,U),this[_e]()["deep-merge-config"]||!1,k(this,pe)),k(this,re).configObjects=(k(this,re).configObjects||[]).concat(r)),this}positional(e,t){p(" ",[e,t],arguments.length);const r=["default","defaultDescription","implies","normalize","choices","conflicts","coerce","type","describe","desc","description","alias"];t=y(t,((e,t)=>{let i=-1!==r.indexOf(e);return"type"===e&&-1===["string","number","boolean"].indexOf(t)&&(i=!1),i}));const i=k(this,M).fullCommands[k(this,M).fullCommands.length-1],a=i?k(this,N).cmdToParseOptions(i):{array:[],alias:{},default:{},demand:{}};return v(a).forEach((r=>{const i=a[r];Array.isArray(i)?-1!==i.indexOf(e)&&(t[r]=!0):i[e]&&!(r in t)&&(t[r]=i[e])})),this.group(e,k(this,me).getPositionalGroupName()),this.option(e,t)}recommendCommands(e=!0){return p("[boolean]",[e],arguments.length),_(this,le,e),this}required(e,t,r){return this.demand(e,t,r)}require(e,t,r){return this.demand(e,t,r)}requiresArg(e){return p(" [number]",[e],arguments.length),"string"==typeof e&&k(this,re).narg[e]||this[Ce](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,$).generateCompletionScript(e,t||k(this,H)||"completion")),this}showHelp(e){if(p("[string|function]",[e],arguments.length),_(this,Z,!0),!k(this,me).hasCachedHelpMessage()){if(!this.parsed){const t=this[We](k(this,ue),void 0,void 0,0,!0);if(f(t))return t.then((()=>{k(this,me).showHelp(e)})),this}const t=k(this,N).runDefaultBuilderOn(this);if(f(t))return t.then((()=>{k(this,me).showHelp(e)})),this}return k(this,me).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,me).showHelpOnFail(e,t),this}showVersion(e){return p("[string|function]",[e],arguments.length),k(this,me).showVersion(e),this}skipValidation(e){return p("",[e],arguments.length),this[Ae]("skipValidation",e),this}strict(e){return p("[boolean]",[e],arguments.length),_(this,he,!1!==e),this}strictCommands(e){return p("[boolean]",[e],arguments.length),_(this,de,!1!==e),this}strictOptions(e){return p("[boolean]",[e],arguments.length),_(this,fe,!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,W,!1),k(this,pe).y18n.updateLocale(e),this}usage(e,t,r,i){if(p(" [string|boolean] [function|object] [function]",[e,t,r,i],arguments.length),void 0!==t){if(m(e,null,k(this,pe)),(e||"").match(/^\$0( |$)/))return this.command(e,t,r,i);throw new a(".usage() description must start with $0 if being used as alias for .command()")}return k(this,me).usage(e),this}version(e,t,r){const i="version";if(p("[boolean|string] [string] [string]",[e,t,r],arguments.length),k(this,ge)&&(this[we](k(this,ge)),k(this,me).version(void 0),_(this,ge,null)),0===arguments.length)r=this[Ee](),e=i;else if(1===arguments.length){if(!1===e)return this;r=e,e=i}else 2===arguments.length&&(r=t,t=void 0);return _(this,ge,"string"==typeof e?e:i),t=t||k(this,me).deferY18nLookup("Show version number"),k(this,me).version(r||void 0),this.boolean(k(this,ge)),this.describe(k(this,ge),t),this}wrap(e){return p("",[e],arguments.length),k(this,me).wrap(e),this}[(N=new WeakMap,U=new WeakMap,M=new WeakMap,$=new WeakMap,H=new WeakMap,V=new WeakMap,G=new WeakMap,W=new WeakMap,K=new WeakMap,Q=new WeakMap,Y=new WeakMap,J=new WeakMap,Z=new WeakMap,X=new WeakMap,ee=new WeakMap,te=new WeakMap,re=new WeakMap,ie=new WeakMap,ae=new WeakMap,ne=new WeakMap,oe=new WeakMap,se=new WeakMap,ce=new WeakMap,ue=new WeakMap,le=new WeakMap,pe=new WeakMap,he=new WeakMap,de=new WeakMap,fe=new WeakMap,me=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[$e]()||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[$e]()||console.error(...e),_(this,Z,!0),k(this,te).length&&_(this,te,k(this,te)+"\n"),_(this,te,k(this,te)+e.join(" "))}}}[we](e){v(k(this,re)).forEach((t=>{if("configObjects"===t)return;const r=k(this,re)[t];Array.isArray(r)?~r.indexOf(e)&&r.splice(r.indexOf(e),1):"object"==typeof r&&delete r[e]})),delete k(this,me).getDescriptions()[e]}[xe](){k(this,Q).push({options:k(this,re),configObjects:k(this,re).configObjects.slice(0),exitProcess:k(this,K),groups:k(this,J),strict:k(this,he),strictCommands:k(this,de),strictOptions:k(this,fe),completionCommand:k(this,H),output:k(this,te),exitError:k(this,G),hasOutput:k(this,Z),parsed:this.parsed,parseFn:k(this,ne),parseContext:k(this,oe)}),k(this,me).freeze(),k(this,ve).freeze(),k(this,N).freeze(),k(this,Y).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[Ve](k(this,U),e);return e.match(/^(\/|([a-zA-Z]:)?\\)/)&&t.lengtht.includes("package.json")?"package.json":void 0));m(i,void 0,k(this,pe)),r=JSON.parse(k(this,pe).readFileSync(i,"utf8"))}catch(e){}return k(this,se)[t]=r||{},k(this,se)[t]}[Ae](e,t){(t=[].concat(t)).forEach((t=>{t=this[Pe](t),k(this,re)[e].push(t)}))}[Ce](e,t,r,i){this[Oe](e,t,r,i,((e,t,r)=>{k(this,re)[e][t]=r}))}[Te](e,t,r,i){this[Oe](e,t,r,i,((e,t,r)=>{k(this,re)[e][t]=(k(this,re)[e][t]||[]).concat(r)}))}[Oe](e,t,r,i,a){if(Array.isArray(r))r.forEach((t=>{e(t,i)}));else if((e=>"object"==typeof e)(r))for(const t of v(r))e(t,r[t]);else a(t,this[Pe](r),i)}[Pe](e){return"__proto__"===e?"___proto___":e}[Fe](e,t){return this[Ce](this[Fe].bind(this),"key",e,t),this}[Ie](){var e,t,r,i,a,n,o,s,c,u,l,p;const h=k(this,Q).pop();let d;m(h,void 0,k(this,pe)),e=this,t=this,r=this,i=this,a=this,n=this,o=this,s=this,c=this,u=this,l=this,p=this,({options:{set value(t){_(e,re,t)}}.value,configObjects:d,exitProcess:{set value(e){_(t,K,e)}}.value,groups:{set value(e){_(r,J,e)}}.value,output:{set value(e){_(i,te,e)}}.value,exitError:{set value(e){_(a,G,e)}}.value,hasOutput:{set value(e){_(n,Z,e)}}.value,parsed:this.parsed,strict:{set value(e){_(o,he,e)}}.value,strictCommands:{set value(e){_(s,de,e)}}.value,strictOptions:{set value(e){_(c,fe,e)}}.value,completionCommand:{set value(e){_(u,H,e)}}.value,parseFn:{set value(e){_(l,ne,e)}}.value,parseContext:{set value(e){_(p,oe,e)}}.value}=h),k(this,re).configObjects=d,k(this,me).unfreeze(),k(this,ve).unfreeze(),k(this,N).unfreeze(),k(this,Y).unfreeze()}[ze](e,t){return S(t,(t=>(e(t),t)))}getInternalMethods(){return{getCommandInstance:this[Be].bind(this),getContext:this[Re].bind(this),getHasOutput:this[Le].bind(this),getLoggerInstance:this[qe].bind(this),getParseContext:this[Ne].bind(this),getParserConfiguration:this[_e].bind(this),getUsageInstance:this[Ue].bind(this),getValidationInstance:this[Me].bind(this),hasParseCallback:this[$e].bind(this),postProcess:this[He].bind(this),reset:this[Ge].bind(this),runValidation:this[Ke].bind(this),runYargsParserAndExecuteCommands:this[We].bind(this),setHasOutput:this[Qe].bind(this)}}[Be](){return k(this,N)}[Re](){return k(this,M)}[Le](){return k(this,Z)}[qe](){return k(this,ee)}[Ne](){return k(this,oe)||{}}[Ue](){return k(this,me)}[Me](){return k(this,ve)}[$e](){return!!k(this,ne)}[He](e,t,r,i){return r||f(e)||(t||(e=this[ye](e)),(this[_e]()["parse-positional-numbers"]||void 0===this[_e]()["parse-positional-numbers"])&&(e=this[Se](e)),i&&(e=E(e,this,k(this,Y).getMiddleware(),!1))),e}[Ge](e={}){_(this,re,k(this,re)||{});const t={};t.local=k(this,re).local?k(this,re).local:[],t.configObjects=k(this,re).configObjects?k(this,re).configObjects:[];const r={};return t.local.forEach((t=>{r[t]=!0,(e[t]||[]).forEach((e=>{r[e]=!0}))})),Object.assign(k(this,ce),Object.keys(k(this,J)).reduce(((e,t)=>{const i=k(this,J)[t].filter((e=>!(e in r)));return i.length>0&&(e[t]=i),e}),{})),_(this,J,{}),["array","boolean","string","skipValidation","count","normalize","number","hiddenOptions"].forEach((e=>{t[e]=(k(this,re)[e]||[]).filter((e=>!r[e]))})),["narg","key","alias","default","defaultDescription","config","choices","demandedOptions","demandedCommands","deprecatedOptions"].forEach((e=>{t[e]=y(k(this,re)[e],(e=>!r[e]))})),t.envPrefix=k(this,re).envPrefix,_(this,re,t),_(this,me,k(this,me)?k(this,me).reset(r):F(this,k(this,pe))),_(this,ve,k(this,ve)?k(this,ve).reset(r):function(e,t,r){const i=r.y18n.__,a=r.y18n.__n,n={nonOptionCount:function(r){const i=e.getDemandedCommands(),n=r._.length+(r["--"]?r["--"].length:0)-e.getInternalMethods().getContext().commands.length;i._&&(ni._.max)&&(ni._.max&&(void 0!==i._.maxMsg?t.fail(i._.maxMsg?i._.maxMsg.replace(/\$0/g,n.toString()).replace(/\$1/,i._.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",n,n.toString(),i._.max.toString()))))},positionalCount:function(e,r){r{-1!==q.indexOf(t)||Object.prototype.hasOwnProperty.call(o,t)||Object.prototype.hasOwnProperty.call(e.getInternalMethods().getParseContext(),t)||n.isValidAndSomeAliasIsNotNew(t,i)||l.push(t)})),c&&(p.commands.length>0||u.length>0||s)&&r._.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(r){const i=e.getInternalMethods().getCommandInstance().getCommands(),n=[],o=e.getInternalMethods().getContext();return(o.commands.length>0||i.length>0)&&r._.slice(o.commands.length).forEach((e=>{-1===i.indexOf(""+e)&&n.push(""+e)})),n.length>0&&(t.fail(a("Unknown command: %s","Unknown commands: %s",n.length,n.join(", "))),!0)},isValidAndSomeAliasIsNotNew:function(t,r){if(!Object.prototype.hasOwnProperty.call(r,t))return!1;const i=e.parsed.newAliases;return[t,...r[t]].some((e=>!Object.prototype.hasOwnProperty.call(i,e)||!i[t]))},limitedChoices:function(r){const a=e.getOptions(),n={};if(!Object.keys(a.choices).length)return;Object.keys(r).forEach((e=>{-1===q.indexOf(e)&&Object.prototype.hasOwnProperty.call(a.choices,e)&&[].concat(r[e]).forEach((t=>{-1===a.choices[e].indexOf(t)&&void 0!==t&&(n[e]=(n[e]||[]).concat(t))}))}));const o=Object.keys(n);if(!o.length)return;let s=i("Invalid values:");o.forEach((e=>{s+=`\n ${i("Argument: %s, Given: %s, Choices: %s",e,t.stringifiedValues(n[e]),t.stringifiedValues(a.choices[e]))}`})),t.fail(s)}};let o={};function s(e,t){const r=Number(t);return"number"==typeof(t=isNaN(r)?t:r)?e._.length>=t:t.match(/^--no-.+/)?!e[t=t.match(/^--no-(.+)/)[1]]:e[t]}n.implies=function(t,i){p(" [array|number|string]",[t,i],arguments.length),"object"==typeof t?Object.keys(t).forEach((e=>{n.implies(e,t[e])})):(e.global(t),o[t]||(o[t]=[]),Array.isArray(i)?i.forEach((e=>n.implies(t,e))):(m(i,void 0,r),o[t].push(i)))},n.getImplied=function(){return o},n.implications=function(e){const r=[];if(Object.keys(o).forEach((t=>{const i=t;(o[t]||[]).forEach((t=>{let a=i;const n=t;a=s(e,a),t=s(e,t),a&&!t&&r.push(` ${i} -> ${n}`)}))})),r.length){let e=`${i("Implications failed:")}\n`;r.forEach((t=>{e+=t})),t.fail(e)}};let c={};n.conflicts=function(t,r){p(" [array|string]",[t,r],arguments.length),"object"==typeof t?Object.keys(t).forEach((e=>{n.conflicts(e,t[e])})):(e.global(t),c[t]||(c[t]=[]),Array.isArray(r)?r.forEach((e=>n.conflicts(t,e))):c[t].push(r))},n.getConflicting=()=>c,n.conflicting=function(e){Object.keys(e).forEach((r=>{c[r]&&c[r].forEach((a=>{a&&void 0!==e[r]&&void 0!==e[a]&&t.fail(i("Arguments %s and %s are mutually exclusive",r,a))}))}))},n.recommendCommands=function(e,r){r=r.sort(((e,t)=>t.length-e.length));let a=null,n=1/0;for(let t,i=0;void 0!==(t=r[i]);i++){const r=L(e,t);r<=3&&r!e[t])),c=y(c,(t=>!e[t])),n};const u=[];return n.freeze=function(){u.push({implied:o,conflicting:c})},n.unfreeze=function(){const e=u.pop();m(e,void 0,r),({implied:o,conflicting:c}=e)},n}(this,k(this,me),k(this,pe))),_(this,N,k(this,N)?k(this,N).reset():function(e,t,r,i){return new A(e,t,r,i)}(k(this,me),k(this,ve),k(this,Y),k(this,pe))),k(this,$)||_(this,$,function(e,t,r,i){return new R(e,t,r,i)}(this,k(this,me),k(this,N),k(this,pe))),k(this,Y).reset(),_(this,H,null),_(this,te,""),_(this,G,null),_(this,Z,!1),this.parsed=!1,this}[Ve](e,t){return k(this,pe).path.relative(e,t)}[We](e,t,r,i=0,n=!1){let o=!!r||n;e=e||k(this,ue),k(this,re).__=k(this,pe).y18n.__,k(this,re).configuration=this[_e]();const s=!!k(this,re).configuration["populate--"],c=Object.assign({},k(this,re).configuration,{"populate--":!0}),u=k(this,pe).Parser.detailed(e,Object.assign({},k(this,re),{configuration:{"parse-positional-numbers":!1,...c}})),l=Object.assign(u.argv,k(this,oe));let p;const h=u.aliases;let d=!1,m=!1;Object.keys(l).forEach((e=>{e===k(this,X)&&l[e]?d=!0:e===k(this,ge)&&l[e]&&(m=!0)})),l.$0=this.$0,this.parsed=u,0===i&&k(this,me).clearCachedHelpMessage();try{if(this[je](),t)return this[He](l,s,!!r,!1);k(this,X)&&~[k(this,X)].concat(h[k(this,X)]||[]).filter((e=>e.length>1)).indexOf(""+l._[l._.length-1])&&(l._.pop(),d=!0);const c=k(this,N).getCommands(),g=k(this,$).completionKey in l,v=d||g||n;if(l._.length){if(c.length){let e;for(let t,a=i||0;void 0!==l._[a];a++){if(t=String(l._[a]),~c.indexOf(t)&&t!==k(this,H)){const e=k(this,N).runCommand(t,this,u,a+1,n,d||m||n);return this[He](e,s,!!r,!1)}if(!e&&t!==k(this,H)){e=t;break}}!k(this,N).hasDefaultCommand()&&k(this,le)&&e&&!v&&k(this,ve).recommendCommands(e,c)}k(this,H)&&~l._.indexOf(k(this,H))&&!g&&(k(this,K)&&O(!0),this.showCompletionScript(),this.exit(0))}if(k(this,N).hasDefaultCommand()&&!v){const e=k(this,N).runCommand(null,this,u,0,n,d||m||n);return this[He](e,s,!!r,!1)}if(g){k(this,K)&&O(!0);const t=(e=[].concat(e)).slice(e.indexOf(`--${k(this,$).completionKey}`)+1);return k(this,$).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,!!r,!1)}if(k(this,Z)||(d?(k(this,K)&&O(!0),o=!0,this.showHelp("log"),this.exit(0)):m&&(k(this,K)&&O(!0),o=!0,k(this,me).showVersion("log"),this.exit(0))),!o&&k(this,re).skipValidation.length>0&&(o=Object.keys(l).some((e=>k(this,re).skipValidation.indexOf(e)>=0&&!0===l[e]))),!o){if(u.error)throw new a(u.error.message);if(!g){const e=this[Ke](h,{},u.error);r||(p=E(l,this,k(this,Y).getMiddleware(),!0)),p=this[ze](e,null!=p?p:l),f(p)&&!r&&(p=p.then((()=>E(l,this,k(this,Y).getMiddleware(),!1))))}}}catch(e){if(!(e instanceof a))throw e;k(this,me).fail(e.message,e)}return this[He](null!=p?p:l,s,!!r,!0)}[Ke](e,t,r,i){e={...e},t={...t};const n={...this.getDemandedOptions()};return o=>{if(r)throw new a(r.message);k(this,ve).nonOptionCount(o),k(this,ve).requiredArguments(o,n);let s=!1;k(this,de)&&(s=k(this,ve).unknownCommands(o)),k(this,he)&&!s?k(this,ve).unknownArguments(o,e,t,!!i):k(this,fe)&&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:Xe}=r(35747),{inspect:et}=r(31669),{resolve:tt}=r(85622),rt=r(21766),it=r(69533);var at,nt={assert:{notStrictEqual:i.notStrictEqual,strictEqual:i.strictEqual},cliui:r(29919),findUp:r(81045),getEnv:e=>process.env[e],getCallerFile:r(98791),getProcessArgvBin:w,inspect:et,mainFilename:null!==(Ze=null===(Je=void 0===r(49167)?void 0:r.c[r.s])||void 0===Je?void 0:Je.filename)&&void 0!==Ze?Ze:process.cwd(),Parser:it,path:r(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:Xe,require:r(49167),requireDirectory:r(27365),stringWidth:r(14223),y18n:rt({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 i=new Ye(e,t,r,ct);return Object.defineProperty(i,"argv",{get:()=>i.parse(),enumerable:!0}),i.help(),i.version(),i}),argsert:p,isPromise:f,objFilter:y,parseCommand:u,Parser:st,processArgv:x,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,r)=>{const{applyExtends:i,cjsPlatformShim:a,Parser:n,processArgv:o}=r(51901);e.exports={applyExtends:(e,t,r)=>i(e,t,r,a),hideBin:o.hideBin,Parser:n}},27646:(e,t,r)=>{"use strict";const{Yargs:i,processArgv:a}=r(51901);function n(e,t){const a=i(e,t,r(24907));var o;return o=a,[...Object.keys(o),...Object.getOwnPropertyNames(o.constructor.prototype)].forEach((e=>{"argv"===e?n.__defineGetter__(e,o.__lookupGetter__(e)):"function"==typeof o[e]?n[e]=o[e].bind(o):(n.__defineGetter__("$0",(()=>o.$0)),n.__defineGetter__("parsed",(()=>o.parsed)))})),a}n(a.hideBin(process.argv)),e.exports=n},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 r=__webpack_module_cache__[e]={id:e,loaded:!1,exports:{}};return __webpack_modules__[e].call(r.exports,r,r.exports,__webpack_require__),r.loaded=!0,r.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 r in t)__webpack_require__.o(t,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},__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/package.json b/server/package.json index 23136c5..c19718e 100644 --- a/server/package.json +++ b/server/package.json @@ -29,8 +29,8 @@ "bufferutil": "4.0.3", "cookie-parser": "1.4.5", "debug": "2.6.9", - "deemix": "3.2.1", - "deezer-js": "^1.0.0", + "deemix": "3.3.1", + "deezer-js": "^1.0.1", "dotenv": "8.2.0", "express": "4.17.1", "express-session": "^1.17.1", diff --git a/server/yarn.lock b/server/yarn.lock index 9b3ad3f..49e7af9 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -2148,14 +2148,14 @@ decompress-response@^6.0.0: dependencies: mimic-response "^3.1.0" -deemix@3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/deemix/-/deemix-3.2.1.tgz#3017efb1669ee3a5885ba8ca878278d200429fd3" - integrity sha512-uaWDtJTNPgHjcWQWqBM6Nq4BBkw8YKuKuBhe2+cOp8brimdYcAVrOPQnUNvZBH5zi52EFXJQAYwrkmTJZO25ZA== +deemix@3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/deemix/-/deemix-3.3.1.tgz#0a61601b3d75f182f6db8c388bd70f2e7ff88256" + integrity sha512-JwCY9DIUQBZfnrnVaKbZomTbURlhnDJCSriH2GMMJYJOvt7TacNodnEwWMO7ELsK/SNG7ZKgQH5+ACBnhxRtIQ== dependencies: async "^3.2.0" crypto "^1.0.1" - deezer-js "^0.0.8" + deezer-js "^1.0.1" got "^11.8.2" metaflac-js2 "^1.0.7" spotify-web-api-node "^5.0.2" @@ -2175,18 +2175,10 @@ deepmerge@^4.0.0, 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@^0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/deezer-js/-/deezer-js-0.0.8.tgz#cadc58eb43bc43dd9a6ec5fdefe5a9f562b8e2bf" - integrity sha512-hOc9C8iRDqw3SS5kF86ss0zWOoPF0C0eg1G+qi8f2gvzNofBzpkuBQ5lCfWYnkKv77w1SQWb4gDtGDYkmkGZuw== - dependencies: - got "^11.8.2" - tough-cookie "^4.0.0" - -deezer-js@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/deezer-js/-/deezer-js-1.0.0.tgz#fa206afe6cd19ad7ecf21a8f60a49589cdf70303" - integrity sha512-jcAheb/EvUZF/mN5csH4ikq0WLzVMzWGONUUomMu7sZsK9w54I/UzvKdEc6st+4d/rLNZr9LKWdqrFsGt4y/Nw== +deezer-js@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/deezer-js/-/deezer-js-1.0.1.tgz#97c3d3c7e84c333a331ecae6aa41d3270e3d4390" + integrity sha512-nD6E2+txyiAd9QnIY7anvzhiEH8myIAP8guIRJorCW/shkO6pBWdyXvHvjrf8mrWJGpL1T00qoe81uFPOQez2A== dependencies: got "^11.8.2" tough-cookie "^4.0.0"