pokenode-ts 1.18.0 → 1.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/lib/index.mjs +1 -1
- package/package.json +2 -4
- package/lib/index.global.js +0 -133
package/lib/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
/**
|
|
3
|
-
* Version 1.18.
|
|
3
|
+
* Version 1.18.1 | 3/15/2023
|
|
4
4
|
* Build with Node v16.16.0
|
|
5
5
|
* Licensed under the MIT license
|
|
6
6
|
* _
|
package/lib/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pokenode-ts",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A lightweight Node.js wrapper for the PokéAPI with built-in types.",
|
|
6
6
|
"keywords": [
|
|
@@ -24,8 +24,6 @@
|
|
|
24
24
|
"url": "https://github.com/Gabb-c"
|
|
25
25
|
},
|
|
26
26
|
"main": "lib/index.js",
|
|
27
|
-
"jsdelivr": "lib/index.global.js",
|
|
28
|
-
"unpkg": "lib/index.global.js",
|
|
29
27
|
"module": "lib/index.mjs",
|
|
30
28
|
"types": "lib/index.d.ts",
|
|
31
29
|
"files": [
|
|
@@ -98,7 +96,7 @@
|
|
|
98
96
|
"vitest": "^0.29.2",
|
|
99
97
|
"vue": "^3.2.47"
|
|
100
98
|
},
|
|
101
|
-
"
|
|
99
|
+
"dependencies": {
|
|
102
100
|
"axios": "^1.3.3",
|
|
103
101
|
"axios-cache-interceptor": "^1.0.1",
|
|
104
102
|
"pino": "^8.10.0",
|
package/lib/index.global.js
DELETED
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/**
|
|
3
|
-
* Version 1.18.0 | 3/15/2023
|
|
4
|
-
* Build with Node v16.16.0
|
|
5
|
-
* Licensed under the MIT license
|
|
6
|
-
* _
|
|
7
|
-
* |_) _ | _ _ _ _| _ __ _|_ _
|
|
8
|
-
* | (_) |< (/_ | | (_) (_| (/_ |_ _>
|
|
9
|
-
*
|
|
10
|
-
* A lightweight Node.js wrapper for the PokéAPI with built-in types.
|
|
11
|
-
* Gabb-c <https://github.com/Gabb-c>
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
"use strict";(()=>{var op=Object.create;var Rt=Object.defineProperty;var rp=Object.getOwnPropertyDescriptor;var cp=Object.getOwnPropertyNames;var pp=Object.getPrototypeOf,lp=Object.prototype.hasOwnProperty;var o=(e,t)=>Rt(e,"name",{value:t,configurable:!0}),O=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,i)=>(typeof require<"u"?require:t)[i]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+e+'" is not supported')});var R=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),up=(e,t)=>{for(var i in t)Rt(e,i,{get:t[i],enumerable:!0})},mp=(e,t,i,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of cp(t))!lp.call(e,a)&&a!==i&&Rt(e,a,{get:()=>t[a],enumerable:!(n=rp(t,a))||n.enumerable});return e};var te=(e,t,i)=>(i=e!=null?op(pp(e)):{},mp(t||!e||!e.__esModule?Rt(i,"default",{value:e,enumerable:!0}):i,e));var $n=R((Mv,kn)=>{var Un=O("stream").Stream,Mp=O("util");kn.exports=ce;function ce(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}o(ce,"DelayedStream");Mp.inherits(ce,Un);ce.create=function(e,t){var i=new this;t=t||{};for(var n in t)i[n]=t[n];i.source=e;var a=e.emit;return e.emit=function(){return i._handleEmit(arguments),a.apply(e,arguments)},e.on("error",function(){}),i.pauseStream&&e.pause(),i};Object.defineProperty(ce.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});ce.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};ce.prototype.resume=function(){this._released||this.release(),this.source.resume()};ce.prototype.pause=function(){this.source.pause()};ce.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};ce.prototype.pipe=function(){var e=Un.prototype.pipe.apply(this,arguments);return this.resume(),e};ce.prototype._handleEmit=function(e){if(this._released){this.emit.apply(this,e);return}e[0]==="data"&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e)};ce.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))}}});var Hn=R((Wv,Bn)=>{var Gp=O("util"),Fn=O("stream").Stream,jn=$n();Bn.exports=j;function j(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2*1024*1024,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}o(j,"CombinedStream");Gp.inherits(j,Fn);j.create=function(e){var t=new this;e=e||{};for(var i in e)t[i]=e[i];return t};j.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};j.prototype.append=function(e){var t=j.isStreamLike(e);if(t){if(!(e instanceof jn)){var i=jn.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=i}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this};j.prototype.pipe=function(e,t){return Fn.prototype.pipe.call(this,e,t),this.resume(),e};j.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop){this._pendingNext=!0;return}this._insideLoop=!0;try{do this._pendingNext=!1,this._realGetNext();while(this._pendingNext)}finally{this._insideLoop=!1}};j.prototype._realGetNext=function(){var e=this._streams.shift();if(typeof e>"u"){this.end();return}if(typeof e!="function"){this._pipeNext(e);return}var t=e;t(function(i){var n=j.isStreamLike(i);n&&(i.on("data",this._checkDataSize.bind(this)),this._handleErrors(i)),this._pipeNext(i)}.bind(this))};j.prototype._pipeNext=function(e){this._currentStream=e;var t=j.isStreamLike(e);if(t){e.on("end",this._getNext.bind(this)),e.pipe(this,{end:!1});return}var i=e;this.write(i),this._getNext()};j.prototype._handleErrors=function(e){var t=this;e.on("error",function(i){t._emitError(i)})};j.prototype.write=function(e){this.emit("data",e)};j.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};j.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function"&&this._currentStream.resume(),this.emit("resume")};j.prototype.end=function(){this._reset(),this.emit("end")};j.prototype.destroy=function(){this._reset(),this.emit("close")};j.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};j.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};j.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)};j.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var qn=R((Yv,Wp)=>{Wp.exports={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,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:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"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:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"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:!0,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:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"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:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,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:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"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:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,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:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"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:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,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:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,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:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"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:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"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:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"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:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,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:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,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:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"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:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"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:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"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:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"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:!1,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:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"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:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,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:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"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:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,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:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"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:!0},"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:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,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:!0,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:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"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:!0},"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:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"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:!0},"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:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"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:!0,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:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"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:!0},"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:!0},"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:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"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.eclipse.ditto+json":{source:"iana",compressible:!0},"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:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"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:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"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:!1},"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.familysearch.gedcom+zip":{source:"iana",compressible:!1},"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:!1},"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:!0},"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:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"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:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"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:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"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:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"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:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"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:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"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:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,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:!1},"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:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"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:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"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:!0},"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:!0},"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:!0,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:!1,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:!0,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:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,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:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,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:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"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:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"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:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,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:!0},"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:!1,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:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,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:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"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:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"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:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"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:!0,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:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"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:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"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:!0},"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:!0},"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:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"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:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"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:!0,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:!0},"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:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"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:!0},"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:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,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:!0,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:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,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:!0,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:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"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:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"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:!0,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:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"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:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"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:!0},"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:!0,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:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"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:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,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:!1,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:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,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:!1},"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:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,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:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,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:!1},"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:!0,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:!1,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:!1,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:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,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:!0,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:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"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:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,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:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,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:!1,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:!1,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:!1},"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:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,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:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,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:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,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:!1,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:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,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:!1},"image/png":{source:"iana",compressible:!1,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:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,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:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,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:!1},"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:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,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:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,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:!0},"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:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"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:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"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:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,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:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,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:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,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:!0,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:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,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:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,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:!0,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:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,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:!1,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:!0},"x-shader/x-vertex":{compressible:!0}}});var Mn=R((Jv,zn)=>{zn.exports=qn()});var Kn=R(Q=>{"use strict";var Tt=Mn(),Kp=O("path").extname,Gn=/^\s*([^;\s]*)(?:;|\s|$)/,Yp=/^text\//i;Q.charset=Wn;Q.charsets={lookup:Wn};Q.contentType=Jp;Q.extension=Xp;Q.extensions=Object.create(null);Q.lookup=Qp;Q.types=Object.create(null);Zp(Q.extensions,Q.types);function Wn(e){if(!e||typeof e!="string")return!1;var t=Gn.exec(e),i=t&&Tt[t[1].toLowerCase()];return i&&i.charset?i.charset:t&&Yp.test(t[1])?"UTF-8":!1}o(Wn,"charset");function Jp(e){if(!e||typeof e!="string")return!1;var t=e.indexOf("/")===-1?Q.lookup(e):e;if(!t)return!1;if(t.indexOf("charset")===-1){var i=Q.charset(t);i&&(t+="; charset="+i.toLowerCase())}return t}o(Jp,"contentType");function Xp(e){if(!e||typeof e!="string")return!1;var t=Gn.exec(e),i=t&&Q.extensions[t[1].toLowerCase()];return!i||!i.length?!1:i[0]}o(Xp,"extension");function Qp(e){if(!e||typeof e!="string")return!1;var t=Kp("x."+e).toLowerCase().substr(1);return t&&Q.types[t]||!1}o(Qp,"lookup");function Zp(e,t){var i=["nginx","apache",void 0,"iana"];Object.keys(Tt).forEach(o(function(a){var s=Tt[a],r=s.extensions;if(!(!r||!r.length)){e[a]=r;for(var c=0;c<r.length;c++){var m=r[c];if(t[m]){var l=i.indexOf(Tt[t[m]].source),p=i.indexOf(s.source);if(t[m]!=="application/octet-stream"&&(l>p||l===p&&t[m].substr(0,12)==="application/"))continue}t[m]=a}}},"forEachMimeType"))}o(Zp,"populateMaps")});var Jn=R((Zv,Yn)=>{Yn.exports=Vp;function Vp(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}o(Vp,"defer")});var Yi=R((eb,Qn)=>{var Xn=Jn();Qn.exports=el;function el(e){var t=!1;return Xn(function(){t=!0}),o(function(n,a){t?e(n,a):Xn(o(function(){e(n,a)},"nextTick_callback"))},"async_callback")}o(el,"async")});var Ji=R((ib,Zn)=>{Zn.exports=tl;function tl(e){Object.keys(e.jobs).forEach(il.bind(e)),e.jobs={}}o(tl,"abort");function il(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}o(il,"clean")});var Xi=R((nb,es)=>{var Vn=Yi(),al=Ji();es.exports=nl;function nl(e,t,i,n){var a=i.keyedList?i.keyedList[i.index]:i.index;i.jobs[a]=sl(t,a,e[a],function(s,r){a in i.jobs&&(delete i.jobs[a],s?al(i):i.results[a]=r,n(s,i.results))})}o(nl,"iterate");function sl(e,t,i,n){var a;return e.length==2?a=e(i,Vn(n)):a=e(i,t,Vn(n)),a}o(sl,"runJob")});var Qi=R((ob,ts)=>{ts.exports=ol;function ol(e,t){var i=!Array.isArray(e),n={index:0,keyedList:i||t?Object.keys(e):null,jobs:{},results:i?{}:[],size:i?Object.keys(e).length:e.length};return t&&n.keyedList.sort(i?t:function(a,s){return t(e[a],e[s])}),n}o(ol,"state")});var Zi=R((cb,is)=>{var rl=Ji(),cl=Yi();is.exports=pl;function pl(e){Object.keys(this.jobs).length&&(this.index=this.size,rl(this),cl(e)(null,this.results))}o(pl,"terminator")});var ns=R((lb,as)=>{var ll=Xi(),ul=Qi(),ml=Zi();as.exports=dl;function dl(e,t,i){for(var n=ul(e);n.index<(n.keyedList||e).length;)ll(e,t,n,function(a,s){if(a){i(a,s);return}if(Object.keys(n.jobs).length===0){i(null,n.results);return}}),n.index++;return ml.bind(n,i)}o(dl,"parallel")});var Vi=R((mb,Lt)=>{var ss=Xi(),fl=Qi(),hl=Zi();Lt.exports=xl;Lt.exports.ascending=os;Lt.exports.descending=vl;function xl(e,t,i,n){var a=fl(e,i);return ss(e,t,a,o(function s(r,c){if(r){n(r,c);return}if(a.index++,a.index<(a.keyedList||e).length){ss(e,t,a,s);return}n(null,a.results)},"iteratorHandler")),hl.bind(a,n)}o(xl,"serialOrdered");function os(e,t){return e<t?-1:e>t?1:0}o(os,"ascending");function vl(e,t){return-1*os(e,t)}o(vl,"descending")});var cs=R((fb,rs)=>{var bl=Vi();rs.exports=gl;function gl(e,t,i){return bl(e,t,null,i)}o(gl,"serial")});var ls=R((xb,ps)=>{ps.exports={parallel:ns(),serial:cs(),serialOrdered:Vi()}});var ms=R((vb,us)=>{us.exports=function(e,t){return Object.keys(t).forEach(function(i){e[i]=e[i]||t[i]}),e}});var hs=R((bb,fs)=>{var aa=Hn(),ds=O("util"),ea=O("path"),yl=O("http"),El=O("https"),Sl=O("url").parse,wl=O("fs"),Al=O("stream").Stream,ta=Kn(),Rl=ls(),ia=ms();fs.exports=D;ds.inherits(D,aa);function D(e){if(!(this instanceof D))return new D(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],aa.call(this),e=e||{};for(var t in e)this[t]=e[t]}o(D,"FormData");D.LINE_BREAK=`\r
|
|
15
|
-
`;D.DEFAULT_CONTENT_TYPE="application/octet-stream";D.prototype.append=function(e,t,i){i=i||{},typeof i=="string"&&(i={filename:i});var n=aa.prototype.append.bind(this);if(typeof t=="number"&&(t=""+t),ds.isArray(t)){this._error(new Error("Arrays are not supported."));return}var a=this._multiPartHeader(e,t,i),s=this._multiPartFooter();n(a),n(t),n(s),this._trackLength(a,t,i)};D.prototype._trackLength=function(e,t,i){var n=0;i.knownLength!=null?n+=+i.knownLength:Buffer.isBuffer(t)?n=t.length:typeof t=="string"&&(n=Buffer.byteLength(t)),this._valueLength+=n,this._overheadLength+=Buffer.byteLength(e)+D.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&t.hasOwnProperty("httpVersion"))&&!(t instanceof Al))&&(i.knownLength||this._valuesToMeasure.push(t))};D.prototype._lengthRetriever=function(e,t){e.hasOwnProperty("fd")?e.end!=null&&e.end!=1/0&&e.start!=null?t(null,e.end+1-(e.start?e.start:0)):wl.stat(e.path,function(i,n){var a;if(i){t(i);return}a=n.size-(e.start?e.start:0),t(null,a)}):e.hasOwnProperty("httpVersion")?t(null,+e.headers["content-length"]):e.hasOwnProperty("httpModule")?(e.on("response",function(i){e.pause(),t(null,+i.headers["content-length"])}),e.resume()):t("Unknown stream")};D.prototype._multiPartHeader=function(e,t,i){if(typeof i.header=="string")return i.header;var n=this._getContentDisposition(t,i),a=this._getContentType(t,i),s="",r={"Content-Disposition":["form-data",'name="'+e+'"'].concat(n||[]),"Content-Type":[].concat(a||[])};typeof i.header=="object"&&ia(r,i.header);var c;for(var m in r)r.hasOwnProperty(m)&&(c=r[m],c!=null&&(Array.isArray(c)||(c=[c]),c.length&&(s+=m+": "+c.join("; ")+D.LINE_BREAK)));return"--"+this.getBoundary()+D.LINE_BREAK+s+D.LINE_BREAK};D.prototype._getContentDisposition=function(e,t){var i,n;return typeof t.filepath=="string"?i=ea.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?i=ea.basename(t.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(i=ea.basename(e.client._httpMessage.path||"")),i&&(n='filename="'+i+'"'),n};D.prototype._getContentType=function(e,t){var i=t.contentType;return!i&&e.name&&(i=ta.lookup(e.name)),!i&&e.path&&(i=ta.lookup(e.path)),!i&&e.readable&&e.hasOwnProperty("httpVersion")&&(i=e.headers["content-type"]),!i&&(t.filepath||t.filename)&&(i=ta.lookup(t.filepath||t.filename)),!i&&typeof e=="object"&&(i=D.DEFAULT_CONTENT_TYPE),i};D.prototype._multiPartFooter=function(){return function(e){var t=D.LINE_BREAK,i=this._streams.length===0;i&&(t+=this._lastBoundary()),e(t)}.bind(this)};D.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+D.LINE_BREAK};D.prototype.getHeaders=function(e){var t,i={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)e.hasOwnProperty(t)&&(i[t.toLowerCase()]=e[t]);return i};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(),i=0,n=this._streams.length;i<n;i++)typeof this._streams[i]!="function"&&(Buffer.isBuffer(this._streams[i])?e=Buffer.concat([e,this._streams[i]]):e=Buffer.concat([e,Buffer.from(this._streams[i])]),(typeof this._streams[i]!="string"||this._streams[i].substring(2,t.length+2)!==t)&&(e=Buffer.concat([e,Buffer.from(D.LINE_BREAK)])));return Buffer.concat([e,Buffer.from(this._lastBoundary())])};D.prototype._generateBoundary=function(){for(var e="--------------------------",t=0;t<24;t++)e+=Math.floor(Math.random()*10).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;if(this._streams.length&&(t+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(e.bind(this,null,t));return}Rl.parallel(this._valuesToMeasure,this._lengthRetriever,function(i,n){if(i){e(i);return}n.forEach(function(a){t+=a}),e(null,t)})};D.prototype.submit=function(e,t){var i,n,a={method:"post"};return typeof e=="string"?(e=Sl(e),n=ia({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},a)):(n=ia(e,a),n.port||(n.port=n.protocol=="https:"?443:80)),n.headers=this.getHeaders(e.headers),n.protocol=="https:"?i=El.request(n):i=yl.request(n),this.getLength(function(s,r){if(s&&s!=="Unknown stream"){this._error(s);return}if(r&&i.setHeader("Content-Length",r),this.pipe(i),t){var c,m=o(function(l,p){return i.removeListener("error",m),i.removeListener("response",c),t.call(this,l,p)},"callback");c=m.bind(this,null),i.on("error",m),i.on("response",c)}}.bind(this)),i};D.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))};D.prototype.toString=function(){return"[object FormData]"}});var Ls=R(Ts=>{"use strict";var Hl=O("url").parse,ql={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},zl=String.prototype.endsWith||function(e){return e.length<=this.length&&this.indexOf(e,this.length-e.length)!==-1};function Ml(e){var t=typeof e=="string"?Hl(e):e||{},i=t.protocol,n=t.host,a=t.port;if(typeof n!="string"||!n||typeof i!="string"||(i=i.split(":",1)[0],n=n.replace(/:\d*$/,""),a=parseInt(a)||ql[i]||0,!Gl(n,a)))return"";var s=qe("npm_config_"+i+"_proxy")||qe(i+"_proxy")||qe("npm_config_proxy")||qe("all_proxy");return s&&s.indexOf("://")===-1&&(s=i+"://"+s),s}o(Ml,"getProxyForUrl");function Gl(e,t){var i=(qe("npm_config_no_proxy")||qe("no_proxy")).toLowerCase();return i?i==="*"?!1:i.split(/[,\s]/).every(function(n){if(!n)return!0;var a=n.match(/^(.+):(\d+)$/),s=a?a[1]:n,r=a?parseInt(a[2]):0;return r&&r!==t?!0:/^[.*]/.test(s)?(s.charAt(0)==="*"&&(s=s.slice(1)),!zl.call(e,s)):e!==s}):!0}o(Gl,"shouldProxy");function qe(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}o(qe,"getEnv");Ts.getProxyForUrl=Ml});var Is=R((Fg,Ns)=>{var ze=1e3,Me=ze*60,Ge=Me*60,Te=Ge*24,Wl=Te*7,Kl=Te*365.25;Ns.exports=function(e,t){t=t||{};var i=typeof e;if(i==="string"&&e.length>0)return Yl(e);if(i==="number"&&isFinite(e))return t.long?Xl(e):Jl(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Yl(e){if(e=String(e),!(e.length>100)){var t=/^(-?(?:\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(t){var i=parseFloat(t[1]),n=(t[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return i*Kl;case"weeks":case"week":case"w":return i*Wl;case"days":case"day":case"d":return i*Te;case"hours":case"hour":case"hrs":case"hr":case"h":return i*Ge;case"minutes":case"minute":case"mins":case"min":case"m":return i*Me;case"seconds":case"second":case"secs":case"sec":case"s":return i*ze;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return i;default:return}}}}o(Yl,"parse");function Jl(e){var t=Math.abs(e);return t>=Te?Math.round(e/Te)+"d":t>=Ge?Math.round(e/Ge)+"h":t>=Me?Math.round(e/Me)+"m":t>=ze?Math.round(e/ze)+"s":e+"ms"}o(Jl,"fmtShort");function Xl(e){var t=Math.abs(e);return t>=Te?Ut(e,t,Te,"day"):t>=Ge?Ut(e,t,Ge,"hour"):t>=Me?Ut(e,t,Me,"minute"):t>=ze?Ut(e,t,ze,"second"):e+" ms"}o(Xl,"fmtLong");function Ut(e,t,i,n){var a=t>=i*1.5;return Math.round(e/i)+" "+n+(a?"s":"")}o(Ut,"plural")});var la=R((Hg,Ps)=>{function Ql(e){i.debug=i,i.default=i,i.coerce=m,i.disable=s,i.enable=a,i.enabled=r,i.humanize=Is(),i.destroy=l,Object.keys(e).forEach(p=>{i[p]=e[p]}),i.names=[],i.skips=[],i.formatters={};function t(p){let d=0;for(let h=0;h<p.length;h++)d=(d<<5)-d+p.charCodeAt(h),d|=0;return i.colors[Math.abs(d)%i.colors.length]}o(t,"selectColor"),i.selectColor=t;function i(p){let d,h=null,u,f;function b(...y){if(!b.enabled)return;let S=b,E=Number(new Date),w=E-(d||E);S.diff=w,S.prev=d,S.curr=E,d=E,y[0]=i.coerce(y[0]),typeof y[0]!="string"&&y.unshift("%O");let _=0;y[0]=y[0].replace(/%([a-zA-Z%])/g,(P,C)=>{if(P==="%%")return"%";_++;let I=i.formatters[C];if(typeof I=="function"){let $=y[_];P=I.call(S,$),y.splice(_,1),_--}return P}),i.formatArgs.call(S,y),(S.log||i.log).apply(S,y)}return o(b,"debug"),b.namespace=p,b.useColors=i.useColors(),b.color=i.selectColor(p),b.extend=n,b.destroy=i.destroy,Object.defineProperty(b,"enabled",{enumerable:!0,configurable:!1,get:()=>h!==null?h:(u!==i.namespaces&&(u=i.namespaces,f=i.enabled(p)),f),set:y=>{h=y}}),typeof i.init=="function"&&i.init(b),b}o(i,"createDebug");function n(p,d){let h=i(this.namespace+(typeof d>"u"?":":d)+p);return h.log=this.log,h}o(n,"extend");function a(p){i.save(p),i.namespaces=p,i.names=[],i.skips=[];let d,h=(typeof p=="string"?p:"").split(/[\s,]+/),u=h.length;for(d=0;d<u;d++)h[d]&&(p=h[d].replace(/\*/g,".*?"),p[0]==="-"?i.skips.push(new RegExp("^"+p.slice(1)+"$")):i.names.push(new RegExp("^"+p+"$")))}o(a,"enable");function s(){let p=[...i.names.map(c),...i.skips.map(c).map(d=>"-"+d)].join(",");return i.enable(""),p}o(s,"disable");function r(p){if(p[p.length-1]==="*")return!0;let d,h;for(d=0,h=i.skips.length;d<h;d++)if(i.skips[d].test(p))return!1;for(d=0,h=i.names.length;d<h;d++)if(i.names[d].test(p))return!0;return!1}o(r,"enabled");function c(p){return p.toString().substring(2,p.toString().length-2).replace(/\.\*\?$/,"*")}o(c,"toNamespace");function m(p){return p instanceof Error?p.stack||p.message:p}o(m,"coerce");function l(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return o(l,"destroy"),i.enable(i.load()),i}o(Ql,"setup");Ps.exports=Ql});var Ds=R((ie,kt)=>{ie.formatArgs=Vl;ie.save=eu;ie.load=tu;ie.useColors=Zl;ie.storage=iu();ie.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`."))}})();ie.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"];function Zl(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}o(Zl,"useColors");function Vl(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+kt.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let i=0,n=0;e[0].replace(/%[a-zA-Z%]/g,a=>{a!=="%%"&&(i++,a==="%c"&&(n=i))}),e.splice(n,0,t)}o(Vl,"formatArgs");ie.log=console.debug||console.log||(()=>{});function eu(e){try{e?ie.storage.setItem("debug",e):ie.storage.removeItem("debug")}catch{}}o(eu,"save");function tu(){let e;try{e=ie.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}o(tu,"load");function iu(){try{return localStorage}catch{}}o(iu,"localstorage");kt.exports=la()(ie);var{formatters:au}=kt.exports;au.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var Us=R((Mg,Cs)=>{"use strict";Cs.exports=(e,t=process.argv)=>{let i=e.startsWith("-")?"":e.length===1?"-":"--",n=t.indexOf(i+e),a=t.indexOf("--");return n!==-1&&(a===-1||n<a)}});var js=R((Gg,$s)=>{"use strict";var nu=O("os"),ks=O("tty"),se=Us(),{env:W}=process,Ee;se("no-color")||se("no-colors")||se("color=false")||se("color=never")?Ee=0:(se("color")||se("colors")||se("color=true")||se("color=always"))&&(Ee=1);"FORCE_COLOR"in W&&(W.FORCE_COLOR==="true"?Ee=1:W.FORCE_COLOR==="false"?Ee=0:Ee=W.FORCE_COLOR.length===0?1:Math.min(parseInt(W.FORCE_COLOR,10),3));function ua(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}o(ua,"translateLevel");function ma(e,t){if(Ee===0)return 0;if(se("color=16m")||se("color=full")||se("color=truecolor"))return 3;if(se("color=256"))return 2;if(e&&!t&&Ee===void 0)return 0;let i=Ee||0;if(W.TERM==="dumb")return i;if(process.platform==="win32"){let n=nu.release().split(".");return Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in W)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(n=>n in W)||W.CI_NAME==="codeship"?1:i;if("TEAMCITY_VERSION"in W)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(W.TEAMCITY_VERSION)?1:0;if(W.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in W){let n=parseInt((W.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(W.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(W.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(W.TERM)||"COLORTERM"in W?1:i}o(ma,"supportsColor");function su(e){let t=ma(e,e&&e.isTTY);return ua(t)}o(su,"getSupportLevel");$s.exports={supportsColor:su,stdout:ua(ma(!0,ks.isatty(1))),stderr:ua(ma(!0,ks.isatty(2)))}});var Bs=R((Y,jt)=>{var ou=O("tty"),$t=O("util");Y.init=du;Y.log=lu;Y.formatArgs=cu;Y.save=uu;Y.load=mu;Y.useColors=ru;Y.destroy=$t.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");Y.colors=[6,2,3,4,5,1];try{let e=js();e&&(e.stderr||e).level>=2&&(Y.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{}Y.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,t)=>{let i=t.substring(6).toLowerCase().replace(/_([a-z])/g,(a,s)=>s.toUpperCase()),n=process.env[t];return/^(yes|on|true|enabled)$/i.test(n)?n=!0:/^(no|off|false|disabled)$/i.test(n)?n=!1:n==="null"?n=null:n=Number(n),e[i]=n,e},{});function ru(){return"colors"in Y.inspectOpts?Boolean(Y.inspectOpts.colors):ou.isatty(process.stderr.fd)}o(ru,"useColors");function cu(e){let{namespace:t,useColors:i}=this;if(i){let n=this.color,a="\x1B[3"+(n<8?n:"8;5;"+n),s=` ${a};1m${t} \x1B[0m`;e[0]=s+e[0].split(`
|
|
16
|
-
`).join(`
|
|
17
|
-
`+s),e.push(a+"m+"+jt.exports.humanize(this.diff)+"\x1B[0m")}else e[0]=pu()+t+" "+e[0]}o(cu,"formatArgs");function pu(){return Y.inspectOpts.hideDate?"":new Date().toISOString()+" "}o(pu,"getDate");function lu(...e){return process.stderr.write($t.format(...e)+`
|
|
18
|
-
`)}o(lu,"log");function uu(e){e?process.env.DEBUG=e:delete process.env.DEBUG}o(uu,"save");function mu(){return process.env.DEBUG}o(mu,"load");function du(e){e.inspectOpts={};let t=Object.keys(Y.inspectOpts);for(let i=0;i<t.length;i++)e.inspectOpts[t[i]]=Y.inspectOpts[t[i]]}o(du,"init");jt.exports=la()(Y);var{formatters:Fs}=jt.exports;Fs.o=function(e){return this.inspectOpts.colors=this.useColors,$t.inspect(e,this.inspectOpts).split(`
|
|
19
|
-
`).map(t=>t.trim()).join(" ")};Fs.O=function(e){return this.inspectOpts.colors=this.useColors,$t.inspect(e,this.inspectOpts)}});var Hs=R((Yg,da)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?da.exports=Ds():da.exports=Bs()});var zs=R((Jg,qs)=>{var ot;qs.exports=function(){if(!ot){try{ot=Hs()("follow-redirects")}catch{}typeof ot!="function"&&(ot=o(function(){},"debug"))}ot.apply(null,arguments)}});var Qs=R((Qg,ba)=>{var Le=O("url"),fa=Le.URL,fu=O("http"),hu=O("https"),Ws=O("stream").Writable,Ks=O("assert"),Ys=zs(),xa=["abort","aborted","connect","error","socket","timeout"],va=Object.create(null);xa.forEach(function(e){va[e]=function(t,i,n){this._redirectable.emit(e,t,i,n)}});var xu=ct("ERR_INVALID_URL","Invalid URL",TypeError),Ms=ct("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),vu=ct("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),bu=ct("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),gu=ct("ERR_STREAM_WRITE_AFTER_END","write after end");function ae(e,t){Ws.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var i=this;this._onNativeResponse=function(n){i._processResponse(n)},this._performRequest()}o(ae,"RedirectableRequest");ae.prototype=Object.create(Ws.prototype);ae.prototype.abort=function(){Xs(this._currentRequest),this.emit("abort")};ae.prototype.write=function(e,t,i){if(this._ending)throw new gu;if(!Ne(e)&&!Su(e))throw new TypeError("data should be a string, Buffer or Uint8Array");if(rt(t)&&(i=t,t=null),e.length===0){i&&i();return}this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,i)):(this.emit("error",new bu),this.abort())};ae.prototype.end=function(e,t,i){if(rt(e)?(i=e,e=t=null):rt(t)&&(i=t,t=null),!e)this._ended=this._ending=!0,this._currentRequest.end(null,null,i);else{var n=this,a=this._currentRequest;this.write(e,t,function(){n._ended=!0,a.end(null,null,i)}),this._ending=!0}};ae.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)};ae.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)};ae.prototype.setTimeout=function(e,t){var i=this;function n(r){r.setTimeout(e),r.removeListener("timeout",r.destroy),r.addListener("timeout",r.destroy)}o(n,"destroyOnTimeout");function a(r){i._timeout&&clearTimeout(i._timeout),i._timeout=setTimeout(function(){i.emit("timeout"),s()},e),n(r)}o(a,"startTimer");function s(){i._timeout&&(clearTimeout(i._timeout),i._timeout=null),i.removeListener("abort",s),i.removeListener("error",s),i.removeListener("response",s),t&&i.removeListener("timeout",t),i.socket||i._currentRequest.removeListener("socket",a)}return o(s,"clearTimer"),t&&this.on("timeout",t),this.socket?a(this.socket):this._currentRequest.once("socket",a),this.on("socket",n),this.on("abort",s),this.on("error",s),this.on("response",s),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(e){ae.prototype[e]=function(t,i){return this._currentRequest[e](t,i)}});["aborted","connection","socket"].forEach(function(e){Object.defineProperty(ae.prototype,e,{get:function(){return this._currentRequest[e]}})});ae.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}};ae.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(!t){this.emit("error",new TypeError("Unsupported protocol "+e));return}if(this._options.agents){var i=e.slice(0,-1);this._options.agent=this._options.agents[i]}var n=this._currentRequest=t.request(this._options,this._onNativeResponse);n._redirectable=this;for(var a of xa)n.on(a,va[a]);if(this._currentUrl=/^\//.test(this._options.path)?Le.format(this._options):this._options.path,this._isRedirect){var s=0,r=this,c=this._requestBodyBuffers;o(function m(l){if(n===r._currentRequest)if(l)r.emit("error",l);else if(s<c.length){var p=c[s++];n.finished||n.write(p.data,p.encoding,m)}else r._ended&&n.end()},"writeNext")()}};ae.prototype._processResponse=function(e){var t=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:t});var i=e.headers.location;if(!i||this._options.followRedirects===!1||t<300||t>=400){e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),this._requestBodyBuffers=[];return}if(Xs(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects){this.emit("error",new vu);return}var n,a=this._options.beforeRedirect;a&&(n=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var s=this._options.method;((t===301||t===302)&&this._options.method==="POST"||t===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],ha(/^content-/i,this._options.headers));var r=ha(/^host$/i,this._options.headers),c=Le.parse(this._currentUrl),m=r||c.host,l=/^\w+:/.test(i)?this._currentUrl:Le.format(Object.assign(c,{host:m})),p;try{p=Le.resolve(l,i)}catch(f){this.emit("error",new Ms({cause:f}));return}Ys("redirecting to",p),this._isRedirect=!0;var d=Le.parse(p);if(Object.assign(this._options,d),(d.protocol!==c.protocol&&d.protocol!=="https:"||d.host!==m&&!Eu(d.host,m))&&ha(/^(?:authorization|cookie)$/i,this._options.headers),rt(a)){var h={headers:e.headers,statusCode:t},u={url:l,method:s,headers:n};try{a(this._options,h,u)}catch(f){this.emit("error",f);return}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(f){this.emit("error",new Ms({cause:f}))}};function Js(e){var t={maxRedirects:21,maxBodyLength:10485760},i={};return Object.keys(e).forEach(function(n){var a=n+":",s=i[a]=e[n],r=t[n]=Object.create(s);function c(l,p,d){if(Ne(l)){var h;try{h=Gs(new fa(l))}catch{h=Le.parse(l)}if(!Ne(h.protocol))throw new xu({input:l});l=h}else fa&&l instanceof fa?l=Gs(l):(d=p,p=l,l={protocol:a});return rt(p)&&(d=p,p=null),p=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},l,p),p.nativeProtocols=i,!Ne(p.host)&&!Ne(p.hostname)&&(p.hostname="::1"),Ks.equal(p.protocol,a,"protocol mismatch"),Ys("options",p),new ae(p,d)}o(c,"request");function m(l,p,d){var h=r.request(l,p,d);return h.end(),h}o(m,"get"),Object.defineProperties(r,{request:{value:c,configurable:!0,enumerable:!0,writable:!0},get:{value:m,configurable:!0,enumerable:!0,writable:!0}})}),t}o(Js,"wrap");function yu(){}o(yu,"noop");function Gs(e){var t={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return e.port!==""&&(t.port=Number(e.port)),t}o(Gs,"urlToOptions");function ha(e,t){var i;for(var n in t)e.test(n)&&(i=t[n],delete t[n]);return i===null||typeof i>"u"?void 0:String(i).trim()}o(ha,"removeMatchingHeaders");function ct(e,t,i){function n(a){Error.captureStackTrace(this,this.constructor),Object.assign(this,a||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return o(n,"CustomError"),n.prototype=new(i||Error),n.prototype.constructor=n,n.prototype.name="Error ["+e+"]",n}o(ct,"createErrorType");function Xs(e){for(var t of xa)e.removeListener(t,va[t]);e.on("error",yu),e.abort()}o(Xs,"abortRequest");function Eu(e,t){Ks(Ne(e)&&Ne(t));var i=e.length-t.length-1;return i>0&&e[i]==="."&&e.endsWith(t)}o(Eu,"isSubdomain");function Ne(e){return typeof e=="string"||e instanceof String}o(Ne,"isString");function rt(e){return typeof e=="function"}o(rt,"isFunction");function Su(e){return typeof e=="object"&&"length"in e}o(Su,"isBuffer");ba.exports=Js({http:fu,https:hu});ba.exports.wrap=Js});var Xo=R((nw,Jo)=>{"use strict";var mt=o(e=>e&&typeof e.message=="string","isErrorLike"),La=o(e=>{if(!e)return;let t=e.cause;if(typeof t=="function"){let i=e.cause();return mt(i)?i:void 0}else return mt(t)?t:void 0},"getErrorCause"),Ko=o((e,t)=>{if(!mt(e))return"";let i=e.stack||"";if(t.has(e))return i+`
|
|
20
|
-
causes have become circular...`;let n=La(e);return n?(t.add(e),i+`
|
|
21
|
-
caused by: `+Ko(n,t)):i},"_stackWithCauses"),em=o(e=>Ko(e,new Set),"stackWithCauses"),Yo=o((e,t,i)=>{if(!mt(e))return"";let n=i?"":e.message||"";if(t.has(e))return n+": ...";let a=La(e);if(a){t.add(e);let s=typeof e.cause=="function";return n+(s?"":": ")+Yo(a,t,s)}else return n},"_messageWithCauses"),tm=o(e=>Yo(e,new Set),"messageWithCauses");Jo.exports={isErrorLike:mt,getErrorCause:La,stackWithCauses:em,messageWithCauses:tm}});var er=R((ow,Vo)=>{"use strict";Vo.exports=Pa;var{messageWithCauses:im,stackWithCauses:am,isErrorLike:Qo}=Xo(),{toString:nm}=Object.prototype,Na=Symbol("circular-ref-tag"),Ia=Symbol("pino-raw-err-ref"),Zo=Object.create({},{type:{enumerable:!0,writable:!0,value:void 0},message:{enumerable:!0,writable:!0,value:void 0},stack:{enumerable:!0,writable:!0,value:void 0},aggregateErrors:{enumerable:!0,writable:!0,value:void 0},raw:{enumerable:!1,get:function(){return this[Ia]},set:function(e){this[Ia]=e}}});Object.defineProperty(Zo,Ia,{writable:!0,value:{}});function Pa(e){if(!Qo(e))return e;e[Na]=void 0;let t=Object.create(Zo);t.type=nm.call(e.constructor)==="[object Function]"?e.constructor.name:e.name,t.message=im(e),t.stack=am(e),Array.isArray(e.errors)&&(t.aggregateErrors=e.errors.map(i=>Pa(i)));for(let i in e)if(t[i]===void 0){let n=e[i];Qo(n)?i!=="cause"&&!Object.prototype.hasOwnProperty.call(n,Na)&&(t[i]=Pa(n)):t[i]=n}return delete e[Na],t.raw=e,t}o(Pa,"errSerializer")});var nr=R((cw,ar)=>{"use strict";ar.exports={mapHttpRequest:sm,reqSerializer:ir};var Da=Symbol("pino-raw-req-ref"),tr=Object.create({},{id:{enumerable:!0,writable:!0,value:""},method:{enumerable:!0,writable:!0,value:""},url:{enumerable:!0,writable:!0,value:""},query:{enumerable:!0,writable:!0,value:""},params:{enumerable:!0,writable:!0,value:""},headers:{enumerable:!0,writable:!0,value:{}},remoteAddress:{enumerable:!0,writable:!0,value:""},remotePort:{enumerable:!0,writable:!0,value:""},raw:{enumerable:!1,get:function(){return this[Da]},set:function(e){this[Da]=e}}});Object.defineProperty(tr,Da,{writable:!0,value:{}});function ir(e){let t=e.info||e.socket,i=Object.create(tr);if(i.id=typeof e.id=="function"?e.id():e.id||(e.info?e.info.id:void 0),i.method=e.method,e.originalUrl)i.url=e.originalUrl;else{let n=e.path;i.url=typeof n=="string"?n:e.url?e.url.path||e.url:void 0}return e.query&&(i.query=e.query),e.params&&(i.params=e.params),i.headers=e.headers,i.remoteAddress=t&&t.remoteAddress,i.remotePort=t&&t.remotePort,i.raw=e.raw||e,i}o(ir,"reqSerializer");function sm(e){return{req:ir(e)}}o(sm,"mapHttpRequest")});var cr=R((lw,rr)=>{"use strict";rr.exports={mapHttpResponse:om,resSerializer:or};var Ca=Symbol("pino-raw-res-ref"),sr=Object.create({},{statusCode:{enumerable:!0,writable:!0,value:0},headers:{enumerable:!0,writable:!0,value:""},raw:{enumerable:!1,get:function(){return this[Ca]},set:function(e){this[Ca]=e}}});Object.defineProperty(sr,Ca,{writable:!0,value:{}});function or(e){let t=Object.create(sr);return t.statusCode=e.headersSent?e.statusCode:null,t.headers=e.getHeaders?e.getHeaders():e._headers,t.raw=e,t}o(or,"resSerializer");function om(e){return{res:or(e)}}o(om,"mapHttpResponse")});var ka=R((mw,pr)=>{"use strict";var Ua=er(),Yt=nr(),Jt=cr();pr.exports={err:Ua,mapHttpRequest:Yt.mapHttpRequest,mapHttpResponse:Jt.mapHttpResponse,req:Yt.reqSerializer,res:Jt.resSerializer,wrapErrorSerializer:o(function(t){return t===Ua?t:o(function(n){return t(Ua(n))},"wrapErrSerializer")},"wrapErrorSerializer"),wrapRequestSerializer:o(function(t){return t===Yt.reqSerializer?t:o(function(n){return t(Yt.reqSerializer(n))},"wrappedReqSerializer")},"wrapRequestSerializer"),wrapResponseSerializer:o(function(t){return t===Jt.resSerializer?t:o(function(n){return t(Jt.resSerializer(n))},"wrappedResSerializer")},"wrapResponseSerializer")}});var $a=R((fw,lr)=>{"use strict";function rm(e,t){return t}o(rm,"noOpPrepareStackTrace");lr.exports=o(function(){let t=Error.prepareStackTrace;Error.prepareStackTrace=rm;let i=new Error().stack;if(Error.prepareStackTrace=t,!Array.isArray(i))return;let n=i.slice(2),a=[];for(let s of n)s&&a.push(s.getFileName());return a},"getCallers")});var mr=R((xw,ur)=>{"use strict";var{createContext:cm,runInContext:pm}=O("vm");ur.exports=lm;function lm(e={}){let{ERR_PATHS_MUST_BE_STRINGS:t=o(()=>"fast-redact - Paths must be (non-empty) strings","ERR_PATHS_MUST_BE_STRINGS"),ERR_INVALID_PATH:i=o(n=>`fast-redact \u2013 Invalid path (${n})`,"ERR_INVALID_PATH")}=e;return o(function({paths:a}){a.forEach(s=>{if(typeof s!="string")throw Error(t());try{if(/〇/.test(s))throw Error();let r=new Proxy({},{get:()=>r,set:()=>{throw Error()}}),c=(s[0]==="["?"":".")+s.replace(/^\*/,"\u3007").replace(/\.\*/g,".\u3007").replace(/\[\*\]/g,"[\u3007]");if(/\n|\r|;/.test(c)||/\/\*/.test(c))throw Error();pm(`
|
|
22
|
-
(function () {
|
|
23
|
-
'use strict'
|
|
24
|
-
o${c}
|
|
25
|
-
if ([o${c}].length !== 1) throw Error()
|
|
26
|
-
})()
|
|
27
|
-
`,cm({o:r,"\u3007":null}),{codeGeneration:{strings:!1,wasm:!1}})}catch{throw Error(i(s))}})},"validate")}o(lm,"validator")});var Xt=R((bw,dr)=>{"use strict";dr.exports=/[^.[\]]+|\[((?:.)*?)\]/g});var hr=R((gw,fr)=>{"use strict";var um=Xt();fr.exports=mm;function mm({paths:e}){let t=[];var i=0;let n=e.reduce(function(a,s,r){var c=s.match(um).map(p=>p.replace(/'|"|`/g,""));let m=s[0]==="[";c=c.map(p=>p[0]==="["?p.substr(1,p.length-2):p);let l=c.indexOf("*");if(l>-1){let p=c.slice(0,l),d=p.join("."),h=c.slice(l+1,c.length),u=h.length>0;i++,t.push({before:p,beforeStr:d,after:h,nested:u})}else a[s]={path:c,val:void 0,precensored:!1,circle:"",escPath:JSON.stringify(s),leadingBracket:m};return a},{});return{wildcards:t,wcLen:i,secret:n}}o(mm,"parse")});var vr=R((Ew,xr)=>{"use strict";var dm=Xt();xr.exports=fm;function fm({secret:e,serialize:t,wcLen:i,strict:n,isCensorFct:a,censorFctTakesPath:s},r){let c=Function("o",`
|
|
28
|
-
if (typeof o !== 'object' || o == null) {
|
|
29
|
-
${bm(n,t)}
|
|
30
|
-
}
|
|
31
|
-
const { censor, secret } = this
|
|
32
|
-
${hm(e,a,s)}
|
|
33
|
-
this.compileRestore()
|
|
34
|
-
${xm(i>0,a,s)}
|
|
35
|
-
${vm(t)}
|
|
36
|
-
`).bind(r);return t===!1&&(c.restore=m=>r.restore(m)),c}o(fm,"redactor");function hm(e,t,i){return Object.keys(e).map(n=>{let{escPath:a,leadingBracket:s,path:r}=e[n],c=s?1:0,m=s?"":".",l=[];for(var p;(p=dm.exec(n))!==null;){let[,f]=p,{index:b,input:y}=p;b>c&&l.push(y.substring(0,b-(f?0:1)))}var d=l.map(f=>`o${m}${f}`).join(" && ");d.length===0?d+=`o${m}${n} != null`:d+=` && o${m}${n} != null`;let h=`
|
|
37
|
-
switch (true) {
|
|
38
|
-
${l.reverse().map(f=>`
|
|
39
|
-
case o${m}${f} === censor:
|
|
40
|
-
secret[${a}].circle = ${JSON.stringify(f)}
|
|
41
|
-
break
|
|
42
|
-
`).join(`
|
|
43
|
-
`)}
|
|
44
|
-
}
|
|
45
|
-
`,u=i?`val, ${JSON.stringify(r)}`:"val";return`
|
|
46
|
-
if (${d}) {
|
|
47
|
-
const val = o${m}${n}
|
|
48
|
-
if (val === censor) {
|
|
49
|
-
secret[${a}].precensored = true
|
|
50
|
-
} else {
|
|
51
|
-
secret[${a}].val = val
|
|
52
|
-
o${m}${n} = ${t?`censor(${u})`:"censor"}
|
|
53
|
-
${h}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
`}).join(`
|
|
57
|
-
`)}o(hm,"redactTmpl");function xm(e,t,i){return e===!0?`
|
|
58
|
-
{
|
|
59
|
-
const { wildcards, wcLen, groupRedact, nestedRedact } = this
|
|
60
|
-
for (var i = 0; i < wcLen; i++) {
|
|
61
|
-
const { before, beforeStr, after, nested } = wildcards[i]
|
|
62
|
-
if (nested === true) {
|
|
63
|
-
secret[beforeStr] = secret[beforeStr] || []
|
|
64
|
-
nestedRedact(secret[beforeStr], o, before, after, censor, ${t}, ${i})
|
|
65
|
-
} else secret[beforeStr] = groupRedact(o, before, censor, ${t}, ${i})
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
`:""}o(xm,"dynamicRedactTmpl");function vm(e){return e===!1?"return o":`
|
|
69
|
-
var s = this.serialize(o)
|
|
70
|
-
this.restore(o)
|
|
71
|
-
return s
|
|
72
|
-
`}o(vm,"resultTmpl");function bm(e,t){return e===!0?"throw Error('fast-redact: primitives cannot be redacted')":t===!1?"return o":"return this.serialize(o)"}o(bm,"strictImpl")});var ja=R((ww,gr)=>{"use strict";gr.exports={groupRedact:ym,groupRestore:gm,nestedRedact:Sm,nestedRestore:Em};function gm({keys:e,values:t,target:i}){if(i==null)return;let n=e.length;for(var a=0;a<n;a++){let s=e[a];i[s]=t[a]}}o(gm,"groupRestore");function ym(e,t,i,n,a){let s=br(e,t);if(s==null)return{keys:null,values:null,target:null,flat:!0};let r=Object.keys(s),c=r.length,m=t.length,l=a?[...t]:void 0,p=new Array(c);for(var d=0;d<c;d++){let h=r[d];p[d]=s[h],a?(l[m]=h,s[h]=i(s[h],l)):n?s[h]=i(s[h]):s[h]=i}return{keys:r,values:p,target:s,flat:!0}}o(ym,"groupRedact");function Em(e){let t=e.length;for(var i=0;i<t;i++){let{key:a,target:s,value:r}=e[i];if(Qt(s,a)&&(s[a]=r),typeof s=="object"){let c=Object.keys(s);for(var n=0;n<c.length;n++){let m=c[n],l=s[m];Qt(l,a)&&(l[a]=r)}}}}o(Em,"nestedRestore");function Sm(e,t,i,n,a,s,r){let c=br(t,i);if(c==null)return;let m=Object.keys(c),l=m.length;for(var p=0;p<l;p++){let d=m[p],{value:h,parent:u,exists:f}=wm(c,d,i,n,a,s,r);f===!0&&u!==null&&e.push({key:n[n.length-1],target:u,value:h})}return e}o(Sm,"nestedRedact");function Qt(e,t){return e!=null?"hasOwn"in Object?Object.hasOwn(e,t):Object.prototype.hasOwnProperty.call(e,t):!1}o(Qt,"has");function wm(e,t,i,n,a,s,r){let c=n.length,m=c-1,l=t;var p=-1,d,h,u,f=null,b=!0,y=null;if(u=d=e[t],typeof d!="object")return{value:null,parent:null,exists:b};for(;d!=null&&++p<c;){if(t=n[p],f=u,t!=="*"&&!y&&!(typeof d=="object"&&t in d)){b=!1;break}if(!(t==="*"&&(y=t,p!==m))){if(y){let E=Object.keys(d);for(var S=0;S<E.length;S++){let w=E[S],_=d[w],N=t==="*";(N||typeof _=="object"&&_!==null&&t in _)&&(N?u=_:u=_[t],h=p!==m?u:s?r?a(u,[...i,l,...n]):a(u):a,N?d[w]=h:_[t]===h?b=!1:_[t]=h===void 0&&a!==void 0||Qt(_,t)&&h===u?_[t]:h)}y=null}else u=d[t],h=p!==m?u:s?r?a(u,[...i,l,...n]):a(u):a,d[t]=Qt(d,t)&&h===u||h===void 0&&a!==void 0?d[t]:h,d=d[t];if(typeof d!="object")break;u===f&&(b=!1)}}return{value:u,parent:f,exists:b}}o(wm,"specialSet");function br(e,t){for(var i=-1,n=t.length,a=e;a!=null&&++i<n;)a=a[t[i]];return a}o(br,"get")});var Er=R((Rw,yr)=>{"use strict";var{groupRestore:Am,nestedRestore:Rm}=ja();yr.exports=_m;function _m({secret:e,wcLen:t}){return o(function(){if(this.restore)return;let n=Object.keys(e),a=Om(e,n),s=t>0,r=s?{secret:e,groupRestore:Am,nestedRestore:Rm}:{secret:e};this.restore=Function("o",Tm(a,n,s)).bind(r)},"compileRestore")}o(_m,"restorer");function Om(e,t){return t.map(i=>{let{circle:n,escPath:a,leadingBracket:s}=e[i],c=n?`o.${n} = secret[${a}].val`:`o${s?"":"."}${i} = secret[${a}].val`,m=`secret[${a}].val = undefined`;return`
|
|
73
|
-
if (secret[${a}].val !== undefined) {
|
|
74
|
-
try { ${c} } catch (e) {}
|
|
75
|
-
${m}
|
|
76
|
-
}
|
|
77
|
-
`}).join("")}o(Om,"resetTmpl");function Tm(e,t,i){return`
|
|
78
|
-
const secret = this.secret
|
|
79
|
-
${i===!0?`
|
|
80
|
-
const keys = Object.keys(secret)
|
|
81
|
-
const len = keys.length
|
|
82
|
-
for (var i = len - 1; i >= ${t.length}; i--) {
|
|
83
|
-
const k = keys[i]
|
|
84
|
-
const o = secret[k]
|
|
85
|
-
if (o.flat === true) this.groupRestore(o)
|
|
86
|
-
else this.nestedRestore(o)
|
|
87
|
-
secret[k] = null
|
|
88
|
-
}
|
|
89
|
-
`:""}
|
|
90
|
-
${e}
|
|
91
|
-
return o
|
|
92
|
-
`}o(Tm,"restoreTmpl")});var wr=R((Ow,Sr)=>{"use strict";Sr.exports=Lm;function Lm(e){let{secret:t,censor:i,compileRestore:n,serialize:a,groupRedact:s,nestedRedact:r,wildcards:c,wcLen:m}=e,l=[{secret:t,censor:i,compileRestore:n}];return a!==!1&&l.push({serialize:a}),m>0&&l.push({groupRedact:s,nestedRedact:r,wildcards:c,wcLen:m}),Object.assign(...l)}o(Lm,"state")});var _r=R((Lw,Rr)=>{"use strict";var Ar=mr(),Nm=hr(),Im=vr(),Pm=Er(),{groupRedact:Dm,nestedRedact:Cm}=ja(),Um=wr(),km=Xt(),$m=Ar(),Fa=o(e=>e,"noop");Fa.restore=Fa;var jm="[REDACTED]";Ba.rx=km;Ba.validator=Ar;Rr.exports=Ba;function Ba(e={}){let t=Array.from(new Set(e.paths||[])),i="serialize"in e&&(e.serialize===!1||typeof e.serialize=="function")?e.serialize:JSON.stringify,n=e.remove;if(n===!0&&i!==JSON.stringify)throw Error("fast-redact \u2013 remove option may only be set when serializer is JSON.stringify");let a=n===!0?void 0:"censor"in e?e.censor:jm,s=typeof a=="function",r=s&&a.length>1;if(t.length===0)return i||Fa;$m({paths:t,serialize:i,censor:a});let{wildcards:c,wcLen:m,secret:l}=Nm({paths:t,censor:a}),p=Pm({secret:l,wcLen:m}),d="strict"in e?e.strict:!0;return Im({secret:l,wcLen:m,serialize:i,strict:d,isCensorFct:s,censorFctTakesPath:r},Um({secret:l,censor:a,compileRestore:p,serialize:i,groupRedact:Dm,nestedRedact:Cm,wildcards:c,wcLen:m}))}o(Ba,"fastRedact")});var Je=R((Iw,Or)=>{"use strict";var Fm=Symbol("pino.setLevel"),Bm=Symbol("pino.getLevel"),Hm=Symbol("pino.levelVal"),qm=Symbol("pino.useLevelLabels"),zm=Symbol("pino.useOnlyCustomLevels"),Mm=Symbol("pino.mixin"),Gm=Symbol("pino.lsCache"),Wm=Symbol("pino.chindings"),Km=Symbol("pino.asJson"),Ym=Symbol("pino.write"),Jm=Symbol("pino.redactFmt"),Xm=Symbol("pino.time"),Qm=Symbol("pino.timeSliceIndex"),Zm=Symbol("pino.stream"),Vm=Symbol("pino.stringify"),ed=Symbol("pino.stringifySafe"),td=Symbol("pino.stringifiers"),id=Symbol("pino.end"),ad=Symbol("pino.formatOpts"),nd=Symbol("pino.messageKey"),sd=Symbol("pino.errorKey"),od=Symbol("pino.nestedKey"),rd=Symbol("pino.nestedKeyStr"),cd=Symbol("pino.mixinMergeStrategy"),pd=Symbol("pino.msgPrefix"),ld=Symbol("pino.wildcardFirst"),ud=Symbol.for("pino.serializers"),md=Symbol.for("pino.formatters"),dd=Symbol.for("pino.hooks"),fd=Symbol.for("pino.metadata");Or.exports={setLevelSym:Fm,getLevelSym:Bm,levelValSym:Hm,useLevelLabelsSym:qm,mixinSym:Mm,lsCacheSym:Gm,chindingsSym:Wm,asJsonSym:Km,writeSym:Ym,serializersSym:ud,redactFmtSym:Jm,timeSym:Xm,timeSliceIndexSym:Qm,streamSym:Zm,stringifySym:Vm,stringifySafeSym:ed,stringifiersSym:td,endSym:id,formatOptsSym:ad,messageKeySym:nd,errorKeySym:sd,nestedKeySym:od,wildcardFirstSym:ld,needsMetadataGsym:fd,useOnlyCustomLevelsSym:zm,formattersSym:md,hooksSym:dd,nestedKeyStrSym:rd,mixinMergeStrategySym:cd,msgPrefixSym:pd}});var za=R((Pw,Ir)=>{"use strict";var qa=_r(),{redactFmtSym:hd,wildcardFirstSym:Zt}=Je(),{rx:Ha,validator:xd}=qa,Tr=xd({ERR_PATHS_MUST_BE_STRINGS:()=>"pino \u2013 redacted paths must be strings",ERR_INVALID_PATH:e=>`pino \u2013 redact paths array contains an invalid path (${e})`}),Lr="[Redacted]",Nr=!1;function vd(e,t){let{paths:i,censor:n}=bd(e),a=i.reduce((c,m)=>{Ha.lastIndex=0;let l=Ha.exec(m),p=Ha.exec(m),d=l[1]!==void 0?l[1].replace(/^(?:"|'|`)(.*)(?:"|'|`)$/,"$1"):l[0];if(d==="*"&&(d=Zt),p===null)return c[d]=null,c;if(c[d]===null)return c;let{index:h}=p,u=`${m.substr(h,m.length-1)}`;return c[d]=c[d]||[],d!==Zt&&c[d].length===0&&c[d].push(...c[Zt]||[]),d===Zt&&Object.keys(c).forEach(function(f){c[f]&&c[f].push(u)}),c[d].push(u),c},{}),s={[hd]:qa({paths:i,censor:n,serialize:t,strict:Nr})},r=o((...c)=>t(typeof n=="function"?n(...c):n),"topCensor");return[...Object.keys(a),...Object.getOwnPropertySymbols(a)].reduce((c,m)=>{if(a[m]===null)c[m]=l=>r(l,[m]);else{let l=typeof n=="function"?(p,d)=>n(p,[m,...d]):n;c[m]=qa({paths:a[m],censor:l,serialize:t,strict:Nr})}return c},s)}o(vd,"redaction");function bd(e){if(Array.isArray(e))return e={paths:e,censor:Lr},Tr(e),e;let{paths:t,censor:i=Lr,remove:n}=e;if(Array.isArray(t)===!1)throw Error("pino \u2013 redact must contain an array of strings");return n===!0&&(i=void 0),Tr({paths:t,censor:i}),{paths:t,censor:i}}o(bd,"handle");Ir.exports=vd});var Dr=R((Cw,Pr)=>{"use strict";var gd=o(()=>"","nullTime"),yd=o(()=>`,"time":${Date.now()}`,"epochTime"),Ed=o(()=>`,"time":${Math.round(Date.now()/1e3)}`,"unixTime"),Sd=o(()=>`,"time":"${new Date(Date.now()).toISOString()}"`,"isoTime");Pr.exports={nullTime:gd,epochTime:yd,unixTime:Ed,isoTime:Sd}});var Ur=R((kw,Cr)=>{"use strict";function wd(e){try{return JSON.stringify(e)}catch{return'"[Circular]"'}}o(wd,"tryStringify");Cr.exports=Ad;function Ad(e,t,i){var n=i&&i.stringify||wd,a=1;if(typeof e=="object"&&e!==null){var s=t.length+a;if(s===1)return e;var r=new Array(s);r[0]=n(e);for(var c=1;c<s;c++)r[c]=n(t[c]);return r.join(" ")}if(typeof e!="string")return e;var m=t.length;if(m===0)return e;for(var l="",p=1-a,d=-1,h=e&&e.length||0,u=0;u<h;){if(e.charCodeAt(u)===37&&u+1<h){switch(d=d>-1?d:0,e.charCodeAt(u+1)){case 100:case 102:if(p>=m||t[p]==null)break;d<u&&(l+=e.slice(d,u)),l+=Number(t[p]),d=u+2,u++;break;case 105:if(p>=m||t[p]==null)break;d<u&&(l+=e.slice(d,u)),l+=Math.floor(Number(t[p])),d=u+2,u++;break;case 79:case 111:case 106:if(p>=m||t[p]===void 0)break;d<u&&(l+=e.slice(d,u));var f=typeof t[p];if(f==="string"){l+="'"+t[p]+"'",d=u+2,u++;break}if(f==="function"){l+=t[p].name||"<anonymous>",d=u+2,u++;break}l+=n(t[p]),d=u+2,u++;break;case 115:if(p>=m)break;d<u&&(l+=e.slice(d,u)),l+=String(t[p]),d=u+2,u++;break;case 37:d<u&&(l+=e.slice(d,u)),l+="%",d=u+2,u++,p--;break}++p}++u}return d===-1?e:(d<h&&(l+=e.slice(d)),l)}o(Ad,"format")});var Ga=R((jw,Ma)=>{"use strict";if(typeof SharedArrayBuffer<"u"&&typeof Atomics<"u"){let t=function(i){if((i>0&&i<1/0)===!1)throw typeof i!="number"&&typeof i!="bigint"?TypeError("sleep: ms must be a number"):RangeError("sleep: ms must be a number that is greater than 0 but less than Infinity");Atomics.wait(e,0,0,Number(i))};o(t,"sleep");let e=new Int32Array(new SharedArrayBuffer(4));Ma.exports=t}else{let e=function(t){if((t>0&&t<1/0)===!1)throw typeof t!="number"&&typeof t!="bigint"?TypeError("sleep: ms must be a number"):RangeError("sleep: ms must be a number that is greater than 0 but less than Infinity");let n=Date.now()+Number(t);for(;n>Date.now(););};o(e,"sleep1"),Ma.exports=e}});var Br=R((Bw,Fr)=>{"use strict";var Z=O("fs"),Rd=O("events"),_d=O("util").inherits,kr=O("path"),$r=Ga(),Wa=100,Od=16*1024;function jr(e,t){t._opening=!0,t._writing=!0,t._asyncDrainScheduled=!1;function i(s,r){if(s){t._reopening=!1,t._writing=!1,t._opening=!1,t.sync?process.nextTick(()=>{t.listenerCount("error")>0&&t.emit("error",s)}):t.emit("error",s);return}t.fd=r,t.file=e,t._reopening=!1,t._opening=!1,t._writing=!1,t.sync?process.nextTick(()=>t.emit("ready")):t.emit("ready"),!t._reopening&&!t._writing&&t._len>t.minLength&&!t.destroyed&&Xe(t)}o(i,"fileOpened");let n=t.append?"a":"w",a=t.mode;if(t.sync)try{t.mkdir&&Z.mkdirSync(kr.dirname(e),{recursive:!0});let s=Z.openSync(e,n,a);i(null,s)}catch(s){throw i(s),s}else t.mkdir?Z.mkdir(kr.dirname(e),{recursive:!0},s=>{if(s)return i(s);Z.open(e,n,a,i)}):Z.open(e,n,a,i)}o(jr,"openFile");function V(e){if(!(this instanceof V))return new V(e);let{fd:t,dest:i,minLength:n,maxLength:a,maxWrite:s,sync:r,append:c=!0,mode:m,mkdir:l,retryEAGAIN:p,fsync:d}=e||{};if(t=t||i,this._bufs=[],this._len=0,this.fd=-1,this._writing=!1,this._writingBuf="",this._ending=!1,this._reopening=!1,this._asyncDrainScheduled=!1,this._hwm=Math.max(n||0,16387),this.file=null,this.destroyed=!1,this.minLength=n||0,this.maxLength=a||0,this.maxWrite=s||Od,this.sync=r||!1,this._fsync=d||!1,this.append=c||!1,this.mode=m,this.retryEAGAIN=p||(()=>!0),this.mkdir=l||!1,typeof t=="number")this.fd=t,process.nextTick(()=>this.emit("ready"));else if(typeof t=="string")jr(t,this);else throw new Error("SonicBoom supports only file descriptors and files");if(this.minLength>=this.maxWrite)throw new Error(`minLength should be smaller than maxWrite (${this.maxWrite})`);this.release=(h,u)=>{if(h){if(h.code==="EAGAIN"&&this.retryEAGAIN(h,this._writingBuf.length,this._len-this._writingBuf.length))if(this.sync)try{$r(Wa),this.release(void 0,0)}catch(b){this.release(b)}else setTimeout(()=>{Z.write(this.fd,this._writingBuf,"utf8",this.release)},Wa);else this._writing=!1,this.emit("error",h);return}if(this.emit("write",u),this._len-=u,this._len<0&&(this._len=0),this._writingBuf=this._writingBuf.slice(u),this._writingBuf.length){if(!this.sync){Z.write(this.fd,this._writingBuf,"utf8",this.release);return}try{do{let b=Z.writeSync(this.fd,this._writingBuf,"utf8");this._len-=b,this._writingBuf=this._writingBuf.slice(b)}while(this._writingBuf)}catch(b){this.release(b);return}}this._fsync&&Z.fsyncSync(this.fd);let f=this._len;this._reopening?(this._writing=!1,this._reopening=!1,this.reopen()):f>this.minLength?Xe(this):this._ending?f>0?Xe(this):(this._writing=!1,Vt(this)):(this._writing=!1,this.sync?this._asyncDrainScheduled||(this._asyncDrainScheduled=!0,process.nextTick(Td,this)):this.emit("drain"))},this.on("newListener",function(h){h==="drain"&&(this._asyncDrainScheduled=!1)})}o(V,"SonicBoom");function Td(e){e.listenerCount("drain")>0&&(e._asyncDrainScheduled=!1,e.emit("drain"))}o(Td,"emitDrain");_d(V,Rd);V.prototype.write=function(e){if(this.destroyed)throw new Error("SonicBoom destroyed");let t=this._len+e.length,i=this._bufs;return this.maxLength&&t>this.maxLength?(this.emit("drop",e),this._len<this._hwm):(i.length===0||i[i.length-1].length+e.length>this.maxWrite?i.push(""+e):i[i.length-1]+=e,this._len=t,!this._writing&&this._len>=this.minLength&&Xe(this),this._len<this._hwm)};V.prototype.flush=function(){if(this.destroyed)throw new Error("SonicBoom destroyed");this._writing||this.minLength<=0||(this._bufs.length===0&&this._bufs.push(""),Xe(this))};V.prototype.reopen=function(e){if(this.destroyed)throw new Error("SonicBoom destroyed");if(this._opening){this.once("ready",()=>{this.reopen(e)});return}if(this._ending)return;if(!this.file)throw new Error("Unable to reopen a file descriptor, you must pass a file to SonicBoom");if(this._reopening=!0,this._writing)return;let t=this.fd;this.once("ready",()=>{t!==this.fd&&Z.close(t,i=>{if(i)return this.emit("error",i)})}),jr(e||this.file,this)};V.prototype.end=function(){if(this.destroyed)throw new Error("SonicBoom destroyed");if(this._opening){this.once("ready",()=>{this.end()});return}this._ending||(this._ending=!0,!this._writing&&(this._len>0&&this.fd>=0?Xe(this):Vt(this)))};V.prototype.flushSync=function(){if(this.destroyed)throw new Error("SonicBoom destroyed");if(this.fd<0)throw new Error("sonic boom is not ready yet");!this._writing&&this._writingBuf.length>0&&(this._bufs.unshift(this._writingBuf),this._writingBuf="");let e="";for(;this._bufs.length||e.length;){e.length<=0&&(e=this._bufs[0]);try{let t=Z.writeSync(this.fd,e,"utf8");e=e.slice(t),this._len=Math.max(this._len-t,0),e.length<=0&&this._bufs.shift()}catch(t){if(t.code!=="EAGAIN"||!this.retryEAGAIN(t,e.length,this._len-e.length))throw t;$r(Wa)}}};V.prototype.destroy=function(){this.destroyed||Vt(this)};function Xe(e){let t=e.release;if(e._writing=!0,e._writingBuf=e._writingBuf||e._bufs.shift()||"",e.sync)try{let i=Z.writeSync(e.fd,e._writingBuf,"utf8");t(null,i)}catch(i){t(i)}else Z.write(e.fd,e._writingBuf,"utf8",t)}o(Xe,"actualWrite");function Vt(e){if(e.fd===-1){e.once("ready",Vt.bind(null,e));return}e.destroyed=!0,e._bufs=[],e.fd!==1&&e.fd!==2?Z.close(e.fd,t):setImmediate(t);function t(i){if(i){e.emit("error",i);return}e._ending&&!e._writing&&e.emit("finish"),e.emit("close")}o(t,"done")}o(Vt,"actualClose");V.SonicBoom=V;V.default=V;Fr.exports=V});var Ka=R((qw,Wr)=>{"use strict";var Ae={exit:[],beforeExit:[]},Hr={exit:Nd,beforeExit:Id},qr=new FinalizationRegistry(Pd);function Ld(e){Ae[e].length>0||process.on(e,Hr[e])}o(Ld,"install");function zr(e){Ae[e].length>0||process.removeListener(e,Hr[e])}o(zr,"uninstall");function Nd(){Mr("exit")}o(Nd,"onExit");function Id(){Mr("beforeExit")}o(Id,"onBeforeExit");function Mr(e){for(let t of Ae[e]){let i=t.deref(),n=t.fn;i!==void 0&&n(i,e)}}o(Mr,"callRefs");function Pd(e){for(let t of["exit","beforeExit"]){let i=Ae[t].indexOf(e);Ae[t].splice(i,i+1),zr(t)}}o(Pd,"clear");function Gr(e,t,i){if(t===void 0)throw new Error("the object can't be undefined");Ld(e);let n=new WeakRef(t);n.fn=i,qr.register(t,n),Ae[e].push(n)}o(Gr,"_register");function Dd(e,t){Gr("exit",e,t)}o(Dd,"register");function Cd(e,t){Gr("beforeExit",e,t)}o(Cd,"registerBeforeExit");function Ud(e){qr.unregister(e);for(let t of["exit","beforeExit"])Ae[t]=Ae[t].filter(i=>{let n=i.deref();return n&&n!==e}),zr(t)}o(Ud,"unregister");Wr.exports={register:Dd,registerBeforeExit:Cd,unregister:Ud}});var Kr=R((Mw,kd)=>{kd.exports={name:"thread-stream",version:"2.3.0",description:"A streaming way to send data to a Node.js Worker Thread",main:"index.js",types:"index.d.ts",dependencies:{"real-require":"^0.2.0"},devDependencies:{"@types/node":"^18.0.0","@types/tap":"^15.0.0",desm:"^1.3.0",fastbench:"^1.0.1",husky:"^8.0.1","sonic-boom":"^3.0.0",standard:"^17.0.0",tap:"^16.2.0","ts-node":"^10.8.0",typescript:"^4.7.2","why-is-node-running":"^2.2.2"},scripts:{test:"standard && npm run transpile && tap test/*.test.*js && tap --ts test/*.test.*ts","test:ci":"standard && npm run transpile && npm run test:ci:js && npm run test:ci:ts","test:ci:js":'tap --no-check-coverage --coverage-report=lcovonly "test/**/*.test.*js"',"test:ci:ts":'tap --ts --no-check-coverage --coverage-report=lcovonly "test/**/*.test.*ts"',"test:yarn":'npm run transpile && tap "test/**/*.test.js" --no-check-coverage',transpile:"sh ./test/ts/transpile.sh",prepare:"husky install"},standard:{ignore:["test/ts/**/*"]},repository:{type:"git",url:"git+https://github.com/mcollina/thread-stream.git"},keywords:["worker","thread","threads","stream"],author:"Matteo Collina <hello@matteocollina.com>",license:"MIT",bugs:{url:"https://github.com/mcollina/thread-stream/issues"},homepage:"https://github.com/mcollina/thread-stream#readme"}});var Jr=R((Gw,Yr)=>{"use strict";function $d(e,t,i,n,a){let s=Date.now()+n,r=Atomics.load(e,t);if(r===i){a(null,"ok");return}let c=r,m=o(l=>{Date.now()>s?a(null,"timed-out"):setTimeout(()=>{c=r,r=Atomics.load(e,t),r===c?m(l>=1e3?1e3:l*2):r===i?a(null,"ok"):a(null,"not-equal")},l)},"check");m(1)}o($d,"wait");function jd(e,t,i,n,a){let s=Date.now()+n,r=Atomics.load(e,t);if(r!==i){a(null,"ok");return}let c=o(m=>{Date.now()>s?a(null,"timed-out"):setTimeout(()=>{r=Atomics.load(e,t),r!==i?a(null,"ok"):c(m>=1e3?1e3:m*2)},m)},"check");c(1)}o(jd,"waitDiff");Yr.exports={wait:$d,waitDiff:jd}});var Qr=R((Kw,Xr)=>{"use strict";Xr.exports={WRITE_INDEX:4,READ_INDEX:8}});var ac=R((Qw,ic)=>{"use strict";var{version:Fd}=Kr(),{EventEmitter:Bd}=O("events"),{Worker:Hd}=O("worker_threads"),{join:qd}=O("path"),{pathToFileURL:zd}=O("url"),{wait:Md}=Jr(),{WRITE_INDEX:ee,READ_INDEX:me}=Qr(),Gd=O("buffer"),Wd=O("assert"),g=Symbol("kImpl"),Kd=Gd.constants.MAX_STRING_LENGTH,Zr=o(class{constructor(t){this._value=t}deref(){return this._value}},"FakeWeakRef"),Yd=global.FinalizationRegistry||o(class{register(){}unregister(){}},"FakeFinalizationRegistry"),Jd=global.WeakRef||Zr,Vr=new Yd(e=>{e.exited||e.terminate()});function Xd(e,t){let{filename:i,workerData:n}=t,s=("__bundlerPathsOverrides"in globalThis?globalThis.__bundlerPathsOverrides:{})["thread-stream-worker"]||qd(__dirname,"lib","worker.js"),r=new Hd(s,{...t.workerOpts,trackUnmanagedFds:!1,workerData:{filename:i.indexOf("file://")===0?i:zd(i).href,dataBuf:e[g].dataBuf,stateBuf:e[g].stateBuf,workerData:{$context:{threadStreamVersion:Fd},...n}}});return r.stream=new Zr(e),r.on("message",Qd),r.on("exit",tc),Vr.register(e,r),r}o(Xd,"createWorker");function ec(e){Wd(!e[g].sync),e[g].needDrain&&(e[g].needDrain=!1,e.emit("drain"))}o(ec,"drain");function ei(e){let t=Atomics.load(e[g].state,ee),i=e[g].data.length-t;if(i>0){if(e[g].buf.length===0){e[g].flushing=!1,e[g].ending?Qa(e):e[g].needDrain&&process.nextTick(ec,e);return}let n=e[g].buf.slice(0,i),a=Buffer.byteLength(n);a<=i?(e[g].buf=e[g].buf.slice(i),ti(e,n,ei.bind(null,e))):e.flush(()=>{if(!e.destroyed){for(Atomics.store(e[g].state,me,0),Atomics.store(e[g].state,ee,0);a>e[g].data.length;)i=i/2,n=e[g].buf.slice(0,i),a=Buffer.byteLength(n);e[g].buf=e[g].buf.slice(i),ti(e,n,ei.bind(null,e))}})}else if(i===0){if(t===0&&e[g].buf.length===0)return;e.flush(()=>{Atomics.store(e[g].state,me,0),Atomics.store(e[g].state,ee,0),ei(e)})}else de(e,new Error("overwritten"))}o(ei,"nextFlush");function Qd(e){let t=this.stream.deref();if(t===void 0){this.exited=!0,this.terminate();return}switch(e.code){case"READY":this.stream=new Jd(t),t.flush(()=>{t[g].ready=!0,t.emit("ready")});break;case"ERROR":de(t,e.err);break;case"EVENT":Array.isArray(e.args)?t.emit(e.name,...e.args):t.emit(e.name,e.args);break;default:de(t,new Error("this should not happen: "+e.code))}}o(Qd,"onWorkerMessage");function tc(e){let t=this.stream.deref();t!==void 0&&(Vr.unregister(t),t.worker.exited=!0,t.worker.off("exit",tc),de(t,e!==0?new Error("the worker thread exited"):null))}o(tc,"onWorkerExit");var Zd=o(class extends Bd{constructor(t={}){if(super(),t.bufferSize<4)throw new Error("bufferSize must at least fit a 4-byte utf-8 char");this[g]={},this[g].stateBuf=new SharedArrayBuffer(128),this[g].state=new Int32Array(this[g].stateBuf),this[g].dataBuf=new SharedArrayBuffer(t.bufferSize||4*1024*1024),this[g].data=Buffer.from(this[g].dataBuf),this[g].sync=t.sync||!1,this[g].ending=!1,this[g].ended=!1,this[g].needDrain=!1,this[g].destroyed=!1,this[g].flushing=!1,this[g].ready=!1,this[g].finished=!1,this[g].errored=null,this[g].closed=!1,this[g].buf="",this.worker=Xd(this,t)}write(t){if(this[g].destroyed)return Ja(this,new Error("the worker has exited")),!1;if(this[g].ending)return Ja(this,new Error("the worker is ending")),!1;if(this[g].flushing&&this[g].buf.length+t.length>=Kd)try{Ya(this),this[g].flushing=!0}catch(i){return de(this,i),!1}if(this[g].buf+=t,this[g].sync)try{return Ya(this),!0}catch(i){return de(this,i),!1}return this[g].flushing||(this[g].flushing=!0,setImmediate(ei,this)),this[g].needDrain=this[g].data.length-this[g].buf.length-Atomics.load(this[g].state,ee)<=0,!this[g].needDrain}end(){this[g].destroyed||(this[g].ending=!0,Qa(this))}flush(t){if(this[g].destroyed){typeof t=="function"&&process.nextTick(t,new Error("the worker has exited"));return}let i=Atomics.load(this[g].state,ee);Md(this[g].state,me,i,1/0,(n,a)=>{if(n){de(this,n),process.nextTick(t,n);return}if(a==="not-equal"){this.flush(t);return}process.nextTick(t)})}flushSync(){this[g].destroyed||(Ya(this),Xa(this))}unref(){this.worker.unref()}ref(){this.worker.ref()}get ready(){return this[g].ready}get destroyed(){return this[g].destroyed}get closed(){return this[g].closed}get writable(){return!this[g].destroyed&&!this[g].ending}get writableEnded(){return this[g].ending}get writableFinished(){return this[g].finished}get writableNeedDrain(){return this[g].needDrain}get writableObjectMode(){return!1}get writableErrored(){return this[g].errored}},"ThreadStream");function Ja(e,t){setImmediate(()=>{e.emit("error",t)})}o(Ja,"error");function de(e,t){e[g].destroyed||(e[g].destroyed=!0,t&&(e[g].errored=t,Ja(e,t)),e.worker.exited?setImmediate(()=>{e[g].closed=!0,e.emit("close")}):e.worker.terminate().catch(()=>{}).then(()=>{e[g].closed=!0,e.emit("close")}))}o(de,"destroy");function ti(e,t,i){let n=Atomics.load(e[g].state,ee),a=Buffer.byteLength(t);return e[g].data.write(t,n),Atomics.store(e[g].state,ee,n+a),Atomics.notify(e[g].state,ee),i(),!0}o(ti,"write");function Qa(e){if(!(e[g].ended||!e[g].ending||e[g].flushing)){e[g].ended=!0;try{e.flushSync();let t=Atomics.load(e[g].state,me);Atomics.store(e[g].state,ee,-1),Atomics.notify(e[g].state,ee);let i=0;for(;t!==-1;){if(Atomics.wait(e[g].state,me,t,1e3),t=Atomics.load(e[g].state,me),t===-2){de(e,new Error("end() failed"));return}if(++i===10){de(e,new Error("end() took too long (10s)"));return}}process.nextTick(()=>{e[g].finished=!0,e.emit("finish")})}catch(t){de(e,t)}}}o(Qa,"end");function Ya(e){let t=o(()=>{e[g].ending?Qa(e):e[g].needDrain&&process.nextTick(ec,e)},"cb");for(e[g].flushing=!1;e[g].buf.length!==0;){let i=Atomics.load(e[g].state,ee),n=e[g].data.length-i;if(n===0){Xa(e),Atomics.store(e[g].state,me,0),Atomics.store(e[g].state,ee,0);continue}else if(n<0)throw new Error("overwritten");let a=e[g].buf.slice(0,n),s=Buffer.byteLength(a);if(s<=n)e[g].buf=e[g].buf.slice(n),ti(e,a,t);else{for(Xa(e),Atomics.store(e[g].state,me,0),Atomics.store(e[g].state,ee,0);s>e[g].buf.length;)n=n/2,a=e[g].buf.slice(0,n),s=Buffer.byteLength(a);e[g].buf=e[g].buf.slice(n),ti(e,a,t)}}}o(Ya,"writeSync");function Xa(e){if(e[g].flushing)throw new Error("unable to flush while flushing");let t=Atomics.load(e[g].state,ee),i=0;for(;;){let n=Atomics.load(e[g].state,me);if(n===-2)throw Error("_flushSync failed");if(n!==t)Atomics.wait(e[g].state,me,n,1e3);else break;if(++i===10)throw new Error("_flushSync took too long (10s)")}}o(Xa,"flushSync");ic.exports=Zd});var en=R((Vw,nc)=>{"use strict";var{createRequire:Vd}=O("module"),ef=$a(),{join:Za,isAbsolute:tf}=O("path"),af=Ga(),Va=Ka(),nf=ac();function sf(e){Va.register(e,rf),Va.registerBeforeExit(e,cf),e.on("close",function(){Va.unregister(e)})}o(sf,"setupOnExit");function of(e,t,i){let n=new nf({filename:e,workerData:t,workerOpts:i});n.on("ready",a),n.on("close",function(){process.removeListener("exit",s)}),process.on("exit",s);function a(){process.removeListener("exit",s),n.unref(),i.autoEnd!==!1&&sf(n)}o(a,"onReady");function s(){n.closed||(n.flushSync(),af(100),n.end())}return o(s,"onExit"),n}o(of,"buildStream");function rf(e){e.ref(),e.flushSync(),e.end(),e.once("close",function(){e.unref()})}o(rf,"autoEnd");function cf(e){e.flushSync()}o(cf,"flush");function pf(e){let{pipeline:t,targets:i,levels:n,dedupe:a,options:s={},worker:r={},caller:c=ef()}=e,m=typeof c=="string"?[c]:c,l="__bundlerPathsOverrides"in globalThis?globalThis.__bundlerPathsOverrides:{},p=e.target;if(p&&i)throw new Error("only one of target or targets can be specified");return i?(p=l["pino-worker"]||Za(__dirname,"worker.js"),s.targets=i.map(h=>({...h,target:d(h.target)}))):t&&(p=l["pino-pipeline-worker"]||Za(__dirname,"worker-pipeline.js"),s.targets=t.map(h=>({...h,target:d(h.target)}))),n&&(s.levels=n),a&&(s.dedupe=a),of(d(p),s,r);function d(h){if(h=l[h]||h,tf(h)||h.indexOf("file://")===0)return h;if(h==="pino/file")return Za(__dirname,"..","file.js");let u;for(let f of m)try{u=Vd(f).resolve(h);break}catch{continue}if(!u)throw new Error(`unable to determine transport target for "${h}"`);return u}o(d,"fixTarget")}o(pf,"transport");nc.exports=pf});var ni=R((tA,xc)=>{"use strict";var sc=Ur(),{mapHttpRequest:lf,mapHttpResponse:uf}=ka(),tn=Br(),oc=Ka(),{lsCacheSym:mf,chindingsSym:lc,writeSym:rc,serializersSym:uc,formatOptsSym:cc,endSym:df,stringifiersSym:mc,stringifySym:dc,stringifySafeSym:an,wildcardFirstSym:fc,nestedKeySym:ff,formattersSym:hc,messageKeySym:hf,errorKeySym:xf,nestedKeyStrSym:vf,msgPrefixSym:ii}=Je(),{isMainThread:bf}=O("worker_threads"),gf=en();function Qe(){}o(Qe,"noop");function yf(e,t){if(!t)return i;return o(function(...a){t.call(this,a,i,e)},"hookWrappedLog");function i(n,...a){if(typeof n=="object"){let s=n;n!==null&&(n.method&&n.headers&&n.socket?n=lf(n):typeof n.setHeader=="function"&&(n=uf(n)));let r;s===null&&a.length===0?r=[null]:(s=a.shift(),r=a),typeof this[ii]=="string"&&s!==void 0&&s!==null&&(s=this[ii]+s),this[rc](n,sc(s,r,this[cc]),e)}else{let s=n===void 0?a.shift():n;typeof this[ii]=="string"&&s!==void 0&&s!==null&&(s=this[ii]+s),this[rc](null,sc(s,a,this[cc]),e)}}}o(yf,"genLog");function pc(e){let t="",i=0,n=!1,a=255,s=e.length;if(s>100)return JSON.stringify(e);for(var r=0;r<s&&a>=32;r++)a=e.charCodeAt(r),(a===34||a===92)&&(t+=e.slice(i,r)+"\\",i=r,n=!0);return n?t+=e.slice(i):t=e,a<32?JSON.stringify(e):'"'+t+'"'}o(pc,"asString");function Ef(e,t,i,n){let a=this[dc],s=this[an],r=this[mc],c=this[df],m=this[lc],l=this[uc],p=this[hc],d=this[hf],h=this[xf],u=this[mf][i]+n;u=u+m;let f;p.log&&(e=p.log(e));let b=r[fc],y="";for(let E in e)if(f=e[E],Object.prototype.hasOwnProperty.call(e,E)&&f!==void 0){l[E]?f=l[E](f):E===h&&l.err&&(f=l.err(f));let w=r[E]||b;switch(typeof f){case"undefined":case"function":continue;case"number":Number.isFinite(f)===!1&&(f=null);case"boolean":w&&(f=w(f));break;case"string":f=(w||pc)(f);break;default:f=(w||a)(f,s)}if(f===void 0)continue;y+=',"'+E+'":'+f}let S="";if(t!==void 0){f=l[d]?l[d](t):t;let E=r[d]||b;switch(typeof f){case"function":break;case"number":Number.isFinite(f)===!1&&(f=null);case"boolean":E&&(f=E(f)),S=',"'+d+'":'+f;break;case"string":f=(E||pc)(f),S=',"'+d+'":'+f;break;default:f=(E||a)(f,s),S=',"'+d+'":'+f}}return this[ff]&&y?u+this[vf]+y.slice(1)+"}"+S+c:u+y+S+c}o(Ef,"asJson");function Sf(e,t){let i,n=e[lc],a=e[dc],s=e[an],r=e[mc],c=r[fc],m=e[uc],l=e[hc].bindings;t=l(t);for(let p in t)if(i=t[p],(p!=="level"&&p!=="serializers"&&p!=="formatters"&&p!=="customLevels"&&t.hasOwnProperty(p)&&i!==void 0)===!0){if(i=m[p]?m[p](i):i,i=(r[p]||c||a)(i,s),i===void 0)continue;n+=',"'+p+'":'+i}return n}o(Sf,"asChindings");function wf(e){return e.write!==e.constructor.prototype.write}o(wf,"hasBeenTampered");function ai(e){let t=new tn(e);return t.on("error",i),!e.sync&&bf&&(oc.register(t,Af),t.on("close",function(){oc.unregister(t)})),t;function i(n){if(n.code==="EPIPE"){t.write=Qe,t.end=Qe,t.flushSync=Qe,t.destroy=Qe;return}t.removeListener("error",i),t.emit("error",n)}o(i,"filterBrokenPipe")}o(ai,"buildSafeSonicBoom");function Af(e,t){e.destroyed||(t==="beforeExit"?(e.flush(),e.on("drain",function(){e.end()})):e.flushSync())}o(Af,"autoEnd");function Rf(e){return o(function(i,n,a={},s){if(typeof a=="string")s=ai({dest:a}),a={};else if(typeof s=="string"){if(a&&a.transport)throw Error("only one of option.transport or stream can be specified");s=ai({dest:s})}else if(a instanceof tn||a.writable||a._writableState)s=a,a={};else if(a.transport){if(a.transport instanceof tn||a.transport.writable||a.transport._writableState)throw Error("option.transport do not allow stream, please pass to option directly. e.g. pino(transport)");if(a.transport.targets&&a.transport.targets.length&&a.formatters&&typeof a.formatters.level=="function")throw Error("option.transport.targets do not allow custom level formatters");let m;a.customLevels&&(m=a.useOnlyCustomLevels?a.customLevels:Object.assign({},a.levels,a.customLevels)),s=gf({caller:n,...a.transport,levels:m})}if(a=Object.assign({},e,a),a.serializers=Object.assign({},e.serializers,a.serializers),a.formatters=Object.assign({},e.formatters,a.formatters),a.prettyPrint)throw new Error("prettyPrint option is no longer supported, see the pino-pretty package (https://github.com/pinojs/pino-pretty)");let{enabled:r,onChild:c}=a;return r===!1&&(a.level="silent"),c||(a.onChild=Qe),s||(wf(process.stdout)?s=process.stdout:s=ai({fd:process.stdout.fd||1})),{opts:a,stream:s}},"normalizeArgs")}o(Rf,"createArgsNormalizer");function _f(e,t){try{return JSON.stringify(e)}catch{try{return(t||this[an])(e)}catch{return'"[unable to serialize, circular reference is too complex to analyze]"'}}}o(_f,"stringify");function Of(e,t,i){return{level:e,bindings:t,log:i}}o(Of,"buildFormatters");function Tf(e){let t=Number(e);return typeof e=="string"&&Number.isFinite(t)?t:e===void 0?1:e}o(Tf,"normalizeDestFileDescriptor");xc.exports={noop:Qe,buildSafeSonicBoom:ai,asChindings:Sf,asJson:Ef,genLog:yf,createArgsNormalizer:Rf,stringify:_f,buildFormatters:Of,normalizeDestFileDescriptor:Tf}});var si=R((aA,bc)=>{"use strict";var{lsCacheSym:Lf,levelValSym:nn,useOnlyCustomLevelsSym:Nf,streamSym:If,formattersSym:Pf,hooksSym:Df}=Je(),{noop:Cf,genLog:De}=ni(),le={trace:10,debug:20,info:30,warn:40,error:50,fatal:60},vc={fatal:e=>{let t=De(le.fatal,e);return function(...i){let n=this[If];if(t.call(this,...i),typeof n.flushSync=="function")try{n.flushSync()}catch{}}},error:e=>De(le.error,e),warn:e=>De(le.warn,e),info:e=>De(le.info,e),debug:e=>De(le.debug,e),trace:e=>De(le.trace,e)},sn=Object.keys(le).reduce((e,t)=>(e[le[t]]=t,e),{}),Uf=Object.keys(sn).reduce((e,t)=>(e[t]='{"level":'+Number(t),e),{});function kf(e){let t=e[Pf].level,{labels:i}=e.levels,n={};for(let a in i){let s=t(i[a],Number(a));n[a]=JSON.stringify(s).slice(0,-1)}return e[Lf]=n,e}o(kf,"genLsCache");function $f(e,t){if(t)return!1;switch(e){case"fatal":case"error":case"warn":case"info":case"debug":case"trace":return!0;default:return!1}}o($f,"isStandardLevel");function jf(e){let{labels:t,values:i}=this.levels;if(typeof e=="number"){if(t[e]===void 0)throw Error("unknown level value"+e);e=t[e]}if(i[e]===void 0)throw Error("unknown level "+e);let n=this[nn],a=this[nn]=i[e],s=this[Nf],r=this[Df].logMethod;for(let c in i){if(a>i[c]){this[c]=Cf;continue}this[c]=$f(c,s)?vc[c](r):De(i[c],r)}this.emit("level-change",e,a,t[n],n,this)}o(jf,"setLevel");function Ff(e){let{levels:t,levelVal:i}=this;return t&&t.labels?t.labels[i]:""}o(Ff,"getLevel");function Bf(e){let{values:t}=this.levels,i=t[e];return i!==void 0&&i>=this[nn]}o(Bf,"isLevelEnabled");function Hf(e=null,t=!1){let i=e?Object.keys(e).reduce((s,r)=>(s[e[r]]=r,s),{}):null,n=Object.assign(Object.create(Object.prototype,{Infinity:{value:"silent"}}),t?null:sn,i),a=Object.assign(Object.create(Object.prototype,{silent:{value:1/0}}),t?null:le,e);return{labels:n,values:a}}o(Hf,"mappings");function qf(e,t,i){if(typeof e=="number"){if(![].concat(Object.keys(t||{}).map(s=>t[s]),i?[]:Object.keys(sn).map(s=>+s),1/0).includes(e))throw Error(`default level:${e} must be included in custom levels`);return}let n=Object.assign(Object.create(Object.prototype,{silent:{value:1/0}}),i?null:le,t);if(!(e in n))throw Error(`default level:${e} must be included in custom levels`)}o(qf,"assertDefaultLevelFound");function zf(e,t){let{labels:i,values:n}=e;for(let a in t){if(a in n)throw Error("levels cannot be overridden");if(t[a]in i)throw Error("pre-existing level values cannot be used for new levels")}}o(zf,"assertNoLevelCollisions");bc.exports={initialLsCache:Uf,genLsCache:kf,levelMethods:vc,getLevel:Ff,setLevel:jf,isLevelEnabled:Bf,mappings:Hf,levels:le,assertNoLevelCollisions:zf,assertDefaultLevelFound:qf}});var on=R((sA,gc)=>{"use strict";gc.exports={version:"8.11.0"}});var Nc=R((rA,Lc)=>{"use strict";var{EventEmitter:Mf}=O("events"),{lsCacheSym:Gf,levelValSym:Wf,setLevelSym:cn,getLevelSym:yc,chindingsSym:pn,parsedChindingsSym:Kf,mixinSym:Yf,asJsonSym:Rc,writeSym:Jf,mixinMergeStrategySym:Xf,timeSym:Qf,timeSliceIndexSym:Zf,streamSym:_c,serializersSym:Ce,formattersSym:rn,errorKeySym:Vf,useOnlyCustomLevelsSym:eh,needsMetadataGsym:th,redactFmtSym:ih,stringifySym:ah,formatOptsSym:nh,stringifiersSym:sh,msgPrefixSym:Ec}=Je(),{getLevel:oh,setLevel:rh,isLevelEnabled:ch,mappings:ph,initialLsCache:lh,genLsCache:uh,assertNoLevelCollisions:mh}=si(),{asChindings:Oc,asJson:dh,buildFormatters:Sc,stringify:wc}=ni(),{version:fh}=on(),hh=za(),xh=o(class{},"Pino"),Tc={constructor:xh,child:vh,bindings:bh,setBindings:gh,flush:wh,isLevelEnabled:ch,version:fh,get level(){return this[yc]()},set level(e){this[cn](e)},get levelVal(){return this[Wf]},set levelVal(e){throw Error("levelVal is read-only")},[Gf]:lh,[Jf]:Eh,[Rc]:dh,[yc]:oh,[cn]:rh};Object.setPrototypeOf(Tc,Mf.prototype);Lc.exports=function(){return Object.create(Tc)};var Ac=o(e=>e,"resetChildingsFormatter");function vh(e,t){if(!e)throw Error("missing bindings for child Pino");t=t||{};let i=this[Ce],n=this[rn],a=Object.create(this);if(t.hasOwnProperty("serializers")===!0){a[Ce]=Object.create(null);for(let p in i)a[Ce][p]=i[p];let m=Object.getOwnPropertySymbols(i);for(var s=0;s<m.length;s++){let p=m[s];a[Ce][p]=i[p]}for(let p in t.serializers)a[Ce][p]=t.serializers[p];let l=Object.getOwnPropertySymbols(t.serializers);for(var r=0;r<l.length;r++){let p=l[r];a[Ce][p]=t.serializers[p]}}else a[Ce]=i;if(t.hasOwnProperty("formatters")){let{level:m,bindings:l,log:p}=t.formatters;a[rn]=Sc(m||n.level,l||Ac,p||n.log)}else a[rn]=Sc(n.level,Ac,n.log);if(t.hasOwnProperty("customLevels")===!0&&(mh(this.levels,t.customLevels),a.levels=ph(t.customLevels,a[eh]),uh(a)),typeof t.redact=="object"&&t.redact!==null||Array.isArray(t.redact)){a.redact=t.redact;let m=hh(a.redact,wc),l={stringify:m[ih]};a[ah]=wc,a[sh]=m,a[nh]=l}typeof t.msgPrefix=="string"&&(a[Ec]=(this[Ec]||"")+t.msgPrefix),a[pn]=Oc(a,e);let c=t.level||this.level;return a[cn](c),this.onChild(a),a}o(vh,"child");function bh(){let t=`{${this[pn].substr(1)}}`,i=JSON.parse(t);return delete i.pid,delete i.hostname,i}o(bh,"bindings");function gh(e){let t=Oc(this,e);this[pn]=t,delete this[Kf]}o(gh,"setBindings");function yh(e,t){return Object.assign(t,e)}o(yh,"defaultMixinMergeStrategy");function Eh(e,t,i){let n=this[Qf](),a=this[Yf],s=this[Vf],r=this[Xf]||yh,c;e==null?c={}:e instanceof Error?(c={[s]:e},t===void 0&&(t=e.message)):(c=e,t===void 0&&e.msg===void 0&&e[s]&&(t=e[s].message)),a&&(c=r(c,a(c,i)));let m=this[Rc](c,t,i,n),l=this[_c];l[th]===!0&&(l.lastLevel=i,l.lastObj=c,l.lastMsg=t,l.lastTime=n.slice(this[Zf]),l.lastLogger=this),l.write(m)}o(Eh,"write");function Sh(){}o(Sh,"noop");function wh(){let e=this[_c];"flush"in e&&e.flush(Sh)}o(wh,"flush")});var Uc=R((hn,Cc)=>{"use strict";var{hasOwnProperty:oi}=Object.prototype,ke=fn();ke.configure=fn;ke.stringify=ke;ke.default=ke;hn.stringify=ke;hn.configure=fn;Cc.exports=ke;var Dc=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]|[\ud800-\udbff](?![\udc00-\udfff])|(?:[^\ud800-\udbff]|^)[\udc00-\udfff]/,Ah=new RegExp(Dc,"g"),dn=["\\u0000","\\u0001","\\u0002","\\u0003","\\u0004","\\u0005","\\u0006","\\u0007","\\b","\\t","\\n","\\u000b","\\f","\\r","\\u000e","\\u000f","\\u0010","\\u0011","\\u0012","\\u0013","\\u0014","\\u0015","\\u0016","\\u0017","\\u0018","\\u0019","\\u001a","\\u001b","\\u001c","\\u001d","\\u001e","\\u001f","","",'\\"',"","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","\\\\"];function Rh(e){if(e.length===2){let i=e.charCodeAt(1);return`${e[0]}\\u${i.toString(16)}`}let t=e.charCodeAt(0);return dn.length>t?dn[t]:`\\u${t.toString(16)}`}o(Rh,"escapeFn");function Re(e){if(e.length<5e3&&!Dc.test(e))return e;if(e.length>100)return e.replace(Ah,Rh);let t="",i=0;for(let n=0;n<e.length;n++){let a=e.charCodeAt(n);if(a===34||a===92||a<32)t+=`${e.slice(i,n)}${dn[a]}`,i=n+1;else if(a>=55296&&a<=57343){if(a<=56319&&n+1<e.length){let s=e.charCodeAt(n+1);if(s>=56320&&s<=57343){n++;continue}}t+=`${e.slice(i,n)}\\u${a.toString(16)}`,i=n+1}}return t+=e.slice(i),t}o(Re,"strEscape");function ln(e){if(e.length>200)return e.sort();for(let t=1;t<e.length;t++){let i=e[t],n=t;for(;n!==0&&e[n-1]>i;)e[n]=e[n-1],n--;e[n]=i}return e}o(ln,"insertSort");var _h=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function un(e){return _h.call(e)!==void 0&&e.length!==0}o(un,"isTypedArrayWithEntries");function mn(e,t,i){e.length<i&&(i=e.length);let n=t===","?"":" ",a=`"0":${n}${e[0]}`;for(let s=1;s<i;s++)a+=`${t}"${s}":${n}${e[s]}`;return a}o(mn,"stringifyTypedArray");function Oh(e){if(oi.call(e,"circularValue")){let t=e.circularValue;if(typeof t=="string")return`"${t}"`;if(t==null)return t;if(t===Error||t===TypeError)return{toString(){throw new TypeError("Converting circular structure to JSON")}};throw new TypeError('The "circularValue" argument must be of type string or the value null or undefined')}return'"[Circular]"'}o(Oh,"getCircularValueOption");function Ic(e,t){let i;if(oi.call(e,t)&&(i=e[t],typeof i!="boolean"))throw new TypeError(`The "${t}" argument must be of type boolean`);return i===void 0?!0:i}o(Ic,"getBooleanOption");function Pc(e,t){let i;if(oi.call(e,t)){if(i=e[t],typeof i!="number")throw new TypeError(`The "${t}" argument must be of type number`);if(!Number.isInteger(i))throw new TypeError(`The "${t}" argument must be an integer`);if(i<1)throw new RangeError(`The "${t}" argument must be >= 1`)}return i===void 0?1/0:i}o(Pc,"getPositiveIntegerOption");function Ue(e){return e===1?"1 item":`${e} items`}o(Ue,"getItemCount");function Th(e){let t=new Set;for(let i of e)(typeof i=="string"||typeof i=="number")&&t.add(String(i));return t}o(Th,"getUniqueReplacerSet");function Lh(e){if(oi.call(e,"strict")){let t=e.strict;if(typeof t!="boolean")throw new TypeError('The "strict" argument must be of type boolean');if(t)return i=>{let n=`Object can not safely be stringified. Received type ${typeof i}`;throw typeof i!="function"&&(n+=` (${i.toString()})`),new Error(n)}}}o(Lh,"getStrictOption");function fn(e){e={...e};let t=Lh(e);t&&(e.bigint===void 0&&(e.bigint=!1),"circularValue"in e||(e.circularValue=Error));let i=Oh(e),n=Ic(e,"bigint"),a=Ic(e,"deterministic"),s=Pc(e,"maximumDepth"),r=Pc(e,"maximumBreadth");function c(h,u,f,b,y,S){let E=u[h];switch(typeof E=="object"&&E!==null&&typeof E.toJSON=="function"&&(E=E.toJSON(h)),E=b.call(u,h,E),typeof E){case"string":return`"${Re(E)}"`;case"object":{if(E===null)return"null";if(f.indexOf(E)!==-1)return i;let w="",_=",",N=S;if(Array.isArray(E)){if(E.length===0)return"[]";if(s<f.length+1)return'"[Array]"';f.push(E),y!==""&&(S+=y,w+=`
|
|
93
|
-
${S}`,_=`,
|
|
94
|
-
${S}`);let B=Math.min(E.length,r),k=0;for(;k<B-1;k++){let re=c(k,E,f,b,y,S);w+=re!==void 0?re:"null",w+=_}let K=c(k,E,f,b,y,S);if(w+=K!==void 0?K:"null",E.length-1>r){let re=E.length-r-1;w+=`${_}"... ${Ue(re)} not stringified"`}return y!==""&&(w+=`
|
|
95
|
-
${N}`),f.pop(),`[${w}]`}let P=Object.keys(E),C=P.length;if(C===0)return"{}";if(s<f.length+1)return'"[Object]"';let I="",$="";y!==""&&(S+=y,_=`,
|
|
96
|
-
${S}`,I=" ");let F=Math.min(C,r);un(E)&&(w+=mn(E,_,r),P=P.slice(E.length),F-=E.length,$=_),a&&(P=ln(P)),f.push(E);for(let B=0;B<F;B++){let k=P[B],K=c(k,E,f,b,y,S);K!==void 0&&(w+=`${$}"${Re(k)}":${I}${K}`,$=_)}if(C>r){let B=C-r;w+=`${$}"...":${I}"${Ue(B)} not stringified"`,$=_}return y!==""&&$.length>1&&(w=`
|
|
97
|
-
${S}${w}
|
|
98
|
-
${N}`),f.pop(),`{${w}}`}case"number":return isFinite(E)?String(E):t?t(E):"null";case"boolean":return E===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(E);default:return t?t(E):void 0}}o(c,"stringifyFnReplacer");function m(h,u,f,b,y,S){switch(typeof u=="object"&&u!==null&&typeof u.toJSON=="function"&&(u=u.toJSON(h)),typeof u){case"string":return`"${Re(u)}"`;case"object":{if(u===null)return"null";if(f.indexOf(u)!==-1)return i;let E=S,w="",_=",";if(Array.isArray(u)){if(u.length===0)return"[]";if(s<f.length+1)return'"[Array]"';f.push(u),y!==""&&(S+=y,w+=`
|
|
99
|
-
${S}`,_=`,
|
|
100
|
-
${S}`);let C=Math.min(u.length,r),I=0;for(;I<C-1;I++){let F=m(I,u[I],f,b,y,S);w+=F!==void 0?F:"null",w+=_}let $=m(I,u[I],f,b,y,S);if(w+=$!==void 0?$:"null",u.length-1>r){let F=u.length-r-1;w+=`${_}"... ${Ue(F)} not stringified"`}return y!==""&&(w+=`
|
|
101
|
-
${E}`),f.pop(),`[${w}]`}f.push(u);let N="";y!==""&&(S+=y,_=`,
|
|
102
|
-
${S}`,N=" ");let P="";for(let C of b){let I=m(C,u[C],f,b,y,S);I!==void 0&&(w+=`${P}"${Re(C)}":${N}${I}`,P=_)}return y!==""&&P.length>1&&(w=`
|
|
103
|
-
${S}${w}
|
|
104
|
-
${E}`),f.pop(),`{${w}}`}case"number":return isFinite(u)?String(u):t?t(u):"null";case"boolean":return u===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(u);default:return t?t(u):void 0}}o(m,"stringifyArrayReplacer");function l(h,u,f,b,y){switch(typeof u){case"string":return`"${Re(u)}"`;case"object":{if(u===null)return"null";if(typeof u.toJSON=="function"){if(u=u.toJSON(h),typeof u!="object")return l(h,u,f,b,y);if(u===null)return"null"}if(f.indexOf(u)!==-1)return i;let S=y;if(Array.isArray(u)){if(u.length===0)return"[]";if(s<f.length+1)return'"[Array]"';f.push(u),y+=b;let I=`
|
|
105
|
-
${y}`,$=`,
|
|
106
|
-
${y}`,F=Math.min(u.length,r),B=0;for(;B<F-1;B++){let K=l(B,u[B],f,b,y);I+=K!==void 0?K:"null",I+=$}let k=l(B,u[B],f,b,y);if(I+=k!==void 0?k:"null",u.length-1>r){let K=u.length-r-1;I+=`${$}"... ${Ue(K)} not stringified"`}return I+=`
|
|
107
|
-
${S}`,f.pop(),`[${I}]`}let E=Object.keys(u),w=E.length;if(w===0)return"{}";if(s<f.length+1)return'"[Object]"';y+=b;let _=`,
|
|
108
|
-
${y}`,N="",P="",C=Math.min(w,r);un(u)&&(N+=mn(u,_,r),E=E.slice(u.length),C-=u.length,P=_),a&&(E=ln(E)),f.push(u);for(let I=0;I<C;I++){let $=E[I],F=l($,u[$],f,b,y);F!==void 0&&(N+=`${P}"${Re($)}": ${F}`,P=_)}if(w>r){let I=w-r;N+=`${P}"...": "${Ue(I)} not stringified"`,P=_}return P!==""&&(N=`
|
|
109
|
-
${y}${N}
|
|
110
|
-
${S}`),f.pop(),`{${N}}`}case"number":return isFinite(u)?String(u):t?t(u):"null";case"boolean":return u===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(u);default:return t?t(u):void 0}}o(l,"stringifyIndent");function p(h,u,f){switch(typeof u){case"string":return`"${Re(u)}"`;case"object":{if(u===null)return"null";if(typeof u.toJSON=="function"){if(u=u.toJSON(h),typeof u!="object")return p(h,u,f);if(u===null)return"null"}if(f.indexOf(u)!==-1)return i;let b="";if(Array.isArray(u)){if(u.length===0)return"[]";if(s<f.length+1)return'"[Array]"';f.push(u);let _=Math.min(u.length,r),N=0;for(;N<_-1;N++){let C=p(N,u[N],f);b+=C!==void 0?C:"null",b+=","}let P=p(N,u[N],f);if(b+=P!==void 0?P:"null",u.length-1>r){let C=u.length-r-1;b+=`,"... ${Ue(C)} not stringified"`}return f.pop(),`[${b}]`}let y=Object.keys(u),S=y.length;if(S===0)return"{}";if(s<f.length+1)return'"[Object]"';let E="",w=Math.min(S,r);un(u)&&(b+=mn(u,",",r),y=y.slice(u.length),w-=u.length,E=","),a&&(y=ln(y)),f.push(u);for(let _=0;_<w;_++){let N=y[_],P=p(N,u[N],f);P!==void 0&&(b+=`${E}"${Re(N)}":${P}`,E=",")}if(S>r){let _=S-r;b+=`${E}"...":"${Ue(_)} not stringified"`}return f.pop(),`{${b}}`}case"number":return isFinite(u)?String(u):t?t(u):"null";case"boolean":return u===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(u);default:return t?t(u):void 0}}o(p,"stringifySimple");function d(h,u,f){if(arguments.length>1){let b="";if(typeof f=="number"?b=" ".repeat(Math.min(f,10)):typeof f=="string"&&(b=f.slice(0,10)),u!=null){if(typeof u=="function")return c("",{"":h},[],u,b,"");if(Array.isArray(u))return m("",h,[],Th(u),b,"")}if(b.length!==0)return l("",h,[],b,"")}return p("",h,[])}return o(d,"stringify"),d}o(fn,"configure")});var Fc=R((lA,jc)=>{"use strict";var xn=Symbol.for("pino.metadata"),{levels:kc}=si(),$c=Object.create(kc);$c.silent=1/0;var Nh=kc.info;function Ih(e,t){let i=0;e=e||[],t=t||{dedupe:!1};let n=$c;t.levels&&typeof t.levels=="object"&&(n=t.levels);let a={write:s,add:c,flushSync:r,end:m,minLevel:0,streams:[],clone:l,[xn]:!0};return Array.isArray(e)?e.forEach(c,a):c.call(a,e),e=null,a;function s(p){let d,h=this.lastLevel,{streams:u}=this,f=0,b;for(let y=Dh(u.length,t.dedupe);Uh(y,u.length,t.dedupe);y=Ch(y,t.dedupe))if(d=u[y],d.level<=h){if(f!==0&&f!==d.level)break;if(b=d.stream,b[xn]){let{lastTime:S,lastMsg:E,lastObj:w,lastLogger:_}=this;b.lastLevel=h,b.lastTime=S,b.lastMsg=E,b.lastObj=w,b.lastLogger=_}b.write(p),t.dedupe&&(f=d.level)}else if(!t.dedupe)break}o(s,"write");function r(){for(let{stream:p}of this.streams)typeof p.flushSync=="function"&&p.flushSync()}o(r,"flushSync");function c(p){if(!p)return a;let d=typeof p.write=="function"||p.stream,h=p.write?p:p.stream;if(!d)throw Error("stream object needs to implement either StreamEntry or DestinationStream interface");let{streams:u}=this,f;typeof p.levelVal=="number"?f=p.levelVal:typeof p.level=="string"?f=n[p.level]:typeof p.level=="number"?f=p.level:f=Nh;let b={stream:h,level:f,levelVal:void 0,id:i++};return u.unshift(b),u.sort(Ph),this.minLevel=u[0].level,a}o(c,"add");function m(){for(let{stream:p}of this.streams)typeof p.flushSync=="function"&&p.flushSync(),p.end()}o(m,"end");function l(p){let d=new Array(this.streams.length);for(let h=0;h<d.length;h++)d[h]={level:p,stream:this.streams[h].stream};return{write:s,add:c,minLevel:p,streams:d,clone:l,flushSync:r,[xn]:!0}}o(l,"clone")}o(Ih,"multistream");function Ph(e,t){return e.level-t.level}o(Ph,"compareByLevel");function Dh(e,t){return t?e-1:0}o(Dh,"initLoopVar");function Ch(e,t){return t?e-1:e+1}o(Ch,"adjustLoopVar");function Uh(e,t,i){return i?e>=0:e<t}o(Uh,"checkLoopVar");jc.exports=Ih});var Zc=R((mA,oe)=>{"use strict";var kh=O("os"),Kc=ka(),$h=$a(),jh=za(),Yc=Dr(),Fh=Nc(),Jc=Je(),{configure:Bh}=Uc(),{assertDefaultLevelFound:Hh,mappings:Xc,genLsCache:qh,levels:zh}=si(),{createArgsNormalizer:Mh,asChindings:Gh,buildSafeSonicBoom:Bc,buildFormatters:Wh,stringify:vn,normalizeDestFileDescriptor:Hc,noop:Kh}=ni(),{version:Yh}=on(),{chindingsSym:qc,redactFmtSym:Jh,serializersSym:zc,timeSym:Xh,timeSliceIndexSym:Qh,streamSym:Zh,stringifySym:Mc,stringifySafeSym:bn,stringifiersSym:Gc,setLevelSym:Vh,endSym:ex,formatOptsSym:tx,messageKeySym:ix,errorKeySym:ax,nestedKeySym:nx,mixinSym:sx,useOnlyCustomLevelsSym:ox,formattersSym:Wc,hooksSym:rx,nestedKeyStrSym:cx,mixinMergeStrategySym:px,msgPrefixSym:lx}=Jc,{epochTime:Qc,nullTime:ux}=Yc,{pid:mx}=process,dx=kh.hostname(),fx=Kc.err,hx={level:"info",levels:zh,messageKey:"msg",errorKey:"err",nestedKey:null,enabled:!0,base:{pid:mx,hostname:dx},serializers:Object.assign(Object.create(null),{err:fx}),formatters:Object.assign(Object.create(null),{bindings(e){return e},level(e,t){return{level:t}}}),hooks:{logMethod:void 0},timestamp:Qc,name:void 0,redact:null,customLevels:null,useOnlyCustomLevels:!1,depthLimit:5,edgeLimit:100},xx=Mh(hx),vx=Object.assign(Object.create(null),Kc);function gn(...e){let t={},{opts:i,stream:n}=xx(t,$h(),...e),{redact:a,crlf:s,serializers:r,timestamp:c,messageKey:m,errorKey:l,nestedKey:p,base:d,name:h,level:u,customLevels:f,mixin:b,mixinMergeStrategy:y,useOnlyCustomLevels:S,formatters:E,hooks:w,depthLimit:_,edgeLimit:N,onChild:P,msgPrefix:C}=i,I=Bh({maximumDepth:_,maximumBreadth:N}),$=Wh(E.level,E.bindings,E.log),F=vn.bind({[bn]:I}),B=a?jh(a,F):{},k=a?{stringify:B[Jh]}:{stringify:F},K="}"+(s?`\r
|
|
111
|
-
`:`
|
|
112
|
-
`),re=Gh.bind(null,{[qc]:"",[zc]:r,[Gc]:B,[Mc]:vn,[bn]:I,[Wc]:$}),T="";d!==null&&(h===void 0?T=re(d):T=re(Object.assign({},d,{name:h})));let L=c instanceof Function?c:c?Qc:ux,J=L().indexOf(":")+1;if(S&&!f)throw Error("customLevels is required if useOnlyCustomLevels is set true");if(b&&typeof b!="function")throw Error(`Unknown mixin type "${typeof b}" - expected "function"`);if(C&&typeof C!="string")throw Error(`Unknown msgPrefix type "${typeof C}" - expected "string"`);Hh(u,f,S);let Ze=Xc(f,S);return Object.assign(t,{levels:Ze,[ox]:S,[Zh]:n,[Xh]:L,[Qh]:J,[Mc]:vn,[bn]:I,[Gc]:B,[ex]:K,[tx]:k,[ix]:m,[ax]:l,[nx]:p,[cx]:p?`,${JSON.stringify(p)}:{`:"",[zc]:r,[sx]:b,[px]:y,[qc]:T,[Wc]:$,[rx]:w,silent:Kh,onChild:P,[lx]:C}),Object.setPrototypeOf(t,Fh()),qh(t),t[Vh](u),t}o(gn,"pino");oe.exports=gn;oe.exports.destination=(e=process.stdout.fd)=>typeof e=="object"?(e.dest=Hc(e.dest||process.stdout.fd),Bc(e)):Bc({dest:Hc(e),minLength:0});oe.exports.transport=en();oe.exports.multistream=Fc();oe.exports.levels=Xc();oe.exports.stdSerializers=vx;oe.exports.stdTimeFunctions=Object.assign({},Yc);oe.exports.symbols=Jc;oe.exports.version=Yh;oe.exports.default=gn;oe.exports.pino=gn});var Sn={};up(Sn,{BaseURL:()=>Ve,Berries:()=>ci,BerryFirmnesses:()=>pi,BerryFlavors:()=>li,ContestTypes:()=>ui,EggGroups:()=>Ti,EncounterConditionValues:()=>fi,EncounterConditions:()=>di,EncounterMethods:()=>mi,Endpoints:()=>v,EvolutionTriggers:()=>hi,Genders:()=>Li,Generations:()=>xi,GrowthRates:()=>Ni,ItemAttributes:()=>Fi,ItemCategories:()=>Bi,ItemFlingEffects:()=>Hi,ItemPockets:()=>qi,Languages:()=>ji,MoveAilmtents:()=>Si,MoveBattleStyles:()=>wi,MoveCategories:()=>Ai,MoveDamageClasses:()=>Ri,MoveLearnMethods:()=>_i,MoveTargets:()=>Oi,Natures:()=>Ii,PalParkAreas:()=>Ei,PokeathlonStats:()=>Pi,Pokedexes:()=>vi,PokemonColors:()=>Di,PokemonHabitats:()=>Ci,PokemonShapes:()=>Ui,Regions:()=>yi,Stats:()=>ki,Types:()=>$i,VersionGroups:()=>gi,Versions:()=>bi});var Ve;(function(e){e.REST="https://pokeapi.co/api/v2"})(Ve||(Ve={}));var v;(function(e){e.Berry="/berry",e.BerryFirmness="/berry-firmness",e.BerryFlavor="/berry-flavor",e.ContestType="/contest-type",e.ContestEffect="/contest-effect",e.SuperContestEffect="/super-contest-effect",e.EncouterMethod="/encounter-method",e.EncounterCondition="/encounter-condition",e.EncouterConditionValue="/encounter-condition-value",e.EvolutionChain="/evolution-chain",e.EvolutionTrigger="/evolution-trigger",e.Generation="/generation",e.Pokedex="/pokedex",e.Version="/version",e.VersionGroup="/version-group",e.Item="/item",e.ItemAttribute="/item-attribute",e.ItemCategory="/item-category",e.ItemFlingEffect="/item-fling-effect",e.ItemPocket="/item-pocket",e.Location="/location",e.LocationArea="/location-area",e.PalParkArea="/pal-park-area",e.Region="/region",e.Machine="/machine",e.Move="/move",e.MoveAilment="/move-ailment",e.MoveBattleStyle="/move-battle-style",e.MoveCategory="/move-category",e.MoveDamageClass="/move-damage-class",e.MoveLearnMethod="/move-learn-method",e.MoveTarget="/move-target",e.Ability="/ability",e.Characteristic="/characteristic",e.EggGroup="/egg-group",e.Gender="/gender",e.GrowthRate="/growth-rate",e.Nature="/nature",e.PokeathlonStat="/pokeathlon-stat",e.Pokemon="/pokemon",e.PokemonLocationArea="/pokemon/:id/encounters",e.PokemonColor="/pokemon-color",e.PokemonForm="/pokemon-form",e.PokemonHabitat="/pokemon-habitat",e.PokemonShape="/pokemon-shape",e.PokemonSpecies="/pokemon-species",e.Stat="/stat",e.Type="/type",e.Language="/language"})(v||(v={}));var ci;(function(e){e[e.CHERI=1]="CHERI",e[e.CHESTO=2]="CHESTO",e[e.PECHA=3]="PECHA",e[e.RAWST=4]="RAWST",e[e.ASPEAR=5]="ASPEAR",e[e.LEPPA=6]="LEPPA",e[e.ORAN=7]="ORAN",e[e.PERSIM=8]="PERSIM",e[e.LUM=9]="LUM",e[e.SITRUS=10]="SITRUS",e[e.FIGY=11]="FIGY",e[e.WIKI=12]="WIKI",e[e.MAGO=13]="MAGO",e[e.AGUAV=14]="AGUAV",e[e.IAPAPA=15]="IAPAPA",e[e.RAZZ=16]="RAZZ",e[e.BLUK=17]="BLUK",e[e.NANAB=18]="NANAB",e[e.WEPEAR=19]="WEPEAR",e[e.PINAP=20]="PINAP",e[e.POMEG=21]="POMEG",e[e.KELPSY=22]="KELPSY",e[e.QUALOT=23]="QUALOT",e[e.HONDEW=24]="HONDEW",e[e.GREPA=25]="GREPA",e[e.TAMATO=26]="TAMATO",e[e.CORNN=27]="CORNN",e[e.MAGOST=28]="MAGOST",e[e.RABUTA=29]="RABUTA",e[e.NOMEL=30]="NOMEL",e[e.SPELON=31]="SPELON",e[e.PAMTRE=32]="PAMTRE",e[e.WATMEL=33]="WATMEL",e[e.DURIN=34]="DURIN",e[e.BELUE=35]="BELUE",e[e.OCCA=36]="OCCA",e[e.PASSHO=37]="PASSHO",e[e.WACAN=38]="WACAN",e[e.RINDO=39]="RINDO",e[e.YACHE=40]="YACHE",e[e.CHOPLE=41]="CHOPLE",e[e.KEBIA=42]="KEBIA",e[e.SHUCA=43]="SHUCA",e[e.COBA=44]="COBA",e[e.PAYAPA=45]="PAYAPA",e[e.TANGA=46]="TANGA",e[e.CHARTI=47]="CHARTI",e[e.KASIB=48]="KASIB",e[e.HABAN=49]="HABAN",e[e.COLBUR=50]="COLBUR",e[e.BABIRI=51]="BABIRI",e[e.CHILAN=52]="CHILAN",e[e.LIECHI=53]="LIECHI",e[e.GANLON=54]="GANLON",e[e.SALAC=55]="SALAC",e[e.PETAYA=56]="PETAYA",e[e.APICOT=57]="APICOT",e[e.LANSAT=58]="LANSAT",e[e.STARF=59]="STARF",e[e.ENIGMA=60]="ENIGMA",e[e.MICLE=61]="MICLE",e[e.CUSTAP=62]="CUSTAP",e[e.JABOCA=63]="JABOCA",e[e.ROWAP=64]="ROWAP"})(ci||(ci={}));var pi;(function(e){e[e.VERY_SOFT=1]="VERY_SOFT",e[e.SOFT=2]="SOFT",e[e.HARD=3]="HARD",e[e.VERY_HARD=4]="VERY_HARD",e[e.SUPER_HARD=5]="SUPER_HARD"})(pi||(pi={}));var li;(function(e){e[e.SPICY=1]="SPICY",e[e.DRY=2]="DRY",e[e.SWEET=3]="SWEET",e[e.BITTER=4]="BITTER",e[e.SOUR=5]="SOUR"})(li||(li={}));var ui;(function(e){e[e.COOL=1]="COOL",e[e.BEAUTY=2]="BEAUTY",e[e.CUTE=3]="CUTE",e[e.SMART=4]="SMART",e[e.TOUGH=5]="TOUGH"})(ui||(ui={}));var mi;(function(e){e[e.WALK=1]="WALK",e[e.OLD_ROD=2]="OLD_ROD",e[e.GOOD_ROD=3]="GOOD_ROD",e[e.SUPER_ROD=4]="SUPER_ROD",e[e.SURF=5]="SURF",e[e.ROCK_SMASH=6]="ROCK_SMASH",e[e.HEADBUTT=7]="HEADBUTT",e[e.DARK_GRASS=8]="DARK_GRASS",e[e.GRASS_SPOTS=9]="GRASS_SPOTS",e[e.CAVE_SPOTS=10]="CAVE_SPOTS",e[e.BRIDGE_SPOTS=11]="BRIDGE_SPOTS",e[e.SUPER_ROD_SPOTS=12]="SUPER_ROD_SPOTS",e[e.SURF_SPOTS=13]="SURF_SPOTS",e[e.YELLOW_FLOWERS=14]="YELLOW_FLOWERS",e[e.PURPLE_FLOWERS=15]="PURPLE_FLOWERS",e[e.RED_FLOWERS=16]="RED_FLOWERS",e[e.ROUGH_TERRAIN=17]="ROUGH_TERRAIN",e[e.GIFT=18]="GIFT",e[e.GIFT_EGG=19]="GIFT_EGG",e[e.ONLY_ONE=20]="ONLY_ONE",e[e.POKEFLUTE=21]="POKEFLUTE",e[e.HEADBUTT_LOW=22]="HEADBUTT_LOW",e[e.HEADBUTT_NORMAL=23]="HEADBUTT_NORMAL",e[e.HEADBUT_HIGH=24]="HEADBUT_HIGH",e[e.SQUIRT_BOTTLE=25]="SQUIRT_BOTTLE",e[e.WAILMER_PAIL=26]="WAILMER_PAIL",e[e.SEAWEED=27]="SEAWEED"})(mi||(mi={}));var di;(function(e){e[e.SWARM=1]="SWARM",e[e.TIME=2]="TIME",e[e.RADAR=3]="RADAR",e[e.SLOT2=4]="SLOT2",e[e.RADIO=5]="RADIO",e[e.SEASON=6]="SEASON",e[e.STARTER=7]="STARTER",e[e.TV_OPTION=8]="TV_OPTION",e[e.STORY_PROGRESS=9]="STORY_PROGRESS",e[e.OTHER=10]="OTHER"})(di||(di={}));var fi;(function(e){e[e.SWARM_YES=1]="SWARM_YES",e[e.SWARM_NO=2]="SWARM_NO",e[e.TIME_MORNING=3]="TIME_MORNING",e[e.TIME_DAY=4]="TIME_DAY",e[e.TIME_NIGHT=5]="TIME_NIGHT",e[e.RADAR_ON=6]="RADAR_ON",e[e.RADAR_OFF=7]="RADAR_OFF",e[e.SLOT2_NONE=8]="SLOT2_NONE",e[e.SLOT2_RUBY=9]="SLOT2_RUBY",e[e.SLOT2_SAPHIRE=10]="SLOT2_SAPHIRE",e[e.SLOT2_EMERALD=11]="SLOT2_EMERALD",e[e.SLOT2_FIRERED=12]="SLOT2_FIRERED",e[e.SLOT2_LEAFGREEN=13]="SLOT2_LEAFGREEN",e[e.RADIO_OFF=14]="RADIO_OFF",e[e.RADIO_HOEN=15]="RADIO_HOEN",e[e.RADIO_SINNOH=16]="RADIO_SINNOH",e[e.SEASON_SPRING=17]="SEASON_SPRING",e[e.SEASON_SUMMER=18]="SEASON_SUMMER",e[e.SWASON_AUTUMN=19]="SWASON_AUTUMN",e[e.SEASON_WINTER=20]="SEASON_WINTER",e[e.STARTER_BULBASAUR=21]="STARTER_BULBASAUR",e[e.STARTER_SQUIRTLE=22]="STARTER_SQUIRTLE",e[e.STARTER_CHARMANDER=23]="STARTER_CHARMANDER",e[e.STARTER_CHESPIN=24]="STARTER_CHESPIN",e[e.STARTER_FENNEKIN=25]="STARTER_FENNEKIN",e[e.STARTER_FROAKIE=26]="STARTER_FROAKIE",e[e.TV_OPTION_BLUE=27]="TV_OPTION_BLUE",e[e.TV_OPTION_RED=28]="TV_OPTION_RED",e[e.STORY_PROGRESS_AWAKENED_BEASTS=29]="STORY_PROGRESS_AWAKENED_BEASTS",e[e.STORY_PROGRESS_BEAT_GALACTIC_CORONET=30]="STORY_PROGRESS_BEAT_GALACTIC_CORONET",e[e.STORY_PROGRESS_OAK_ETERNA_CITY=31]="STORY_PROGRESS_OAK_ETERNA_CITY",e[e.STORY_PROGRESS_OAK_VERMILION_COPYCAT=32]="STORY_PROGRESS_OAK_VERMILION_COPYCAT",e[e.STORY_PROGRESS_MET_TORNADUS_THUNDURUS=33]="STORY_PROGRESS_MET_TORNADUS_THUNDURUS",e[e.STORY_PROGRESS_BEAT_ELITE_FOUR_ROUND_TWO=34]="STORY_PROGRESS_BEAT_ELITE_FOUR_ROUND_TWO",e[e.STORY_PROGRESS_HALL_OF_FAME=35]="STORY_PROGRESS_HALL_OF_FAME",e[e.STORY_PROGRESS_NONE=36]="STORY_PROGRESS_NONE",e[e.STORY_PROGRESS_NATIONAL_DEX=37]="STORY_PROGRESS_NATIONAL_DEX",e[e.OTHER_NONE=38]="OTHER_NONE",e[e.OTHER_SNORLAX_LL_BEAT_LEAGUE=39]="OTHER_SNORLAX_LL_BEAT_LEAGUE"})(fi||(fi={}));var hi;(function(e){e[e.LEVEL_UP=1]="LEVEL_UP",e[e.TRADE=2]="TRADE",e[e.USE_ITEM=3]="USE_ITEM",e[e.SHED=4]="SHED",e[e.SPIN=5]="SPIN",e[e.TOWER_OF_DARKNESS=6]="TOWER_OF_DARKNESS",e[e.TOWER_OF_WATER=7]="TOWER_OF_WATER",e[e.THREE_CRITICAL_HITS=8]="THREE_CRITICAL_HITS",e[e.TAKE_DAMAGE=9]="TAKE_DAMAGE",e[e.OTHER=10]="OTHER"})(hi||(hi={}));var xi;(function(e){e[e.GENERATION_I=1]="GENERATION_I",e[e.GENERATION_II=2]="GENERATION_II",e[e.GENERATION_III=3]="GENERATION_III",e[e.GENERATION_IV=4]="GENERATION_IV",e[e.GENERATION_V=5]="GENERATION_V",e[e.GENERATION_VI=6]="GENERATION_VI",e[e.GENERATION_VII=7]="GENERATION_VII",e[e.GENERATION_VIII=8]="GENERATION_VIII"})(xi||(xi={}));var vi;(function(e){e[e.NATIONAL=1]="NATIONAL",e[e.KANTO=2]="KANTO",e[e.ORIGINAL_JOHTO=3]="ORIGINAL_JOHTO",e[e.HOENN=4]="HOENN",e[e.ORIGINAL_SINNOH=5]="ORIGINAL_SINNOH",e[e.EXTENDED_SINNOH=6]="EXTENDED_SINNOH",e[e.UPDATED_JOHTO=7]="UPDATED_JOHTO",e[e.ORIGINAL_UNOVA=8]="ORIGINAL_UNOVA",e[e.UPDATED_UNOVA=9]="UPDATED_UNOVA",e[e.CONQUEST_GALLERY=11]="CONQUEST_GALLERY",e[e.KALOS_CENTRAL=12]="KALOS_CENTRAL",e[e.KALOS_COASTAL=13]="KALOS_COASTAL",e[e.KALOS_MONTAIN=14]="KALOS_MONTAIN",e[e.UPDATED_HOENN=15]="UPDATED_HOENN",e[e.ORIGINAL_ALOLA=16]="ORIGINAL_ALOLA",e[e.ORIGINAL_MELEMELE=17]="ORIGINAL_MELEMELE",e[e.ORIGINAL_AKALA=18]="ORIGINAL_AKALA",e[e.ORIGINAL_ULAULA=19]="ORIGINAL_ULAULA",e[e.ORIGINAL_PONI=20]="ORIGINAL_PONI",e[e.UPDATED_ALOLA=21]="UPDATED_ALOLA",e[e.UPDATED_MELEMELE=22]="UPDATED_MELEMELE",e[e.UPDATED_AKALA=23]="UPDATED_AKALA",e[e.UPDATED_ULAULA=24]="UPDATED_ULAULA",e[e.UPDATED_PONI=25]="UPDATED_PONI",e[e.UPDATED_KANTO=26]="UPDATED_KANTO",e[e.GALAR=27]="GALAR",e[e.ISLE_OF_ARMOR=28]="ISLE_OF_ARMOR",e[e.CROWN_TUNDRA=29]="CROWN_TUNDRA"})(vi||(vi={}));var bi;(function(e){e[e.RED=1]="RED",e[e.BLUE=2]="BLUE",e[e.YELLOW=3]="YELLOW",e[e.GOLD=4]="GOLD",e[e.SILVER=5]="SILVER",e[e.CRYSTAL=6]="CRYSTAL",e[e.RUBY=7]="RUBY",e[e.SAPPHIRE=8]="SAPPHIRE",e[e.EMERALD=9]="EMERALD",e[e.FIRERED=10]="FIRERED",e[e.LEAFGREEN=11]="LEAFGREEN",e[e.DIAMOND=12]="DIAMOND",e[e.PEARL=13]="PEARL",e[e.PLATINUM=14]="PLATINUM",e[e.HEARTGOLD=15]="HEARTGOLD",e[e.SOULSILVER=16]="SOULSILVER",e[e.BLACK=17]="BLACK",e[e.WHITE=18]="WHITE",e[e.COLOSSEUM=19]="COLOSSEUM",e[e.XD=20]="XD",e[e.BLACK_2=21]="BLACK_2",e[e.WHITE_2=22]="WHITE_2",e[e.X=23]="X",e[e.Y=24]="Y",e[e.OMEGA_RUBY=25]="OMEGA_RUBY",e[e.ALPHA_SAPPHIRE=26]="ALPHA_SAPPHIRE",e[e.SUN=27]="SUN",e[e.MOON=28]="MOON",e[e.ULTRA_SUN=29]="ULTRA_SUN",e[e.ULTRA_MOON=30]="ULTRA_MOON",e[e.LETS_GO_PIKACHU=31]="LETS_GO_PIKACHU",e[e.LETS_GO_EEVEE=32]="LETS_GO_EEVEE",e[e.SWORD=33]="SWORD",e[e.SHIELD=34]="SHIELD",e[e.THE_ISLE_OF_ARMOR=35]="THE_ISLE_OF_ARMOR",e[e.THE_CROWN_TUNDRA=36]="THE_CROWN_TUNDRA",e[e.BRILLIANT_DIAMOND=37]="BRILLIANT_DIAMOND",e[e.SHINING_PEARL=38]="SHINING_PEARL",e[e.LEGENDS_ARCEUS=39]="LEGENDS_ARCEUS"})(bi||(bi={}));var gi;(function(e){e[e.RED_BLUE=1]="RED_BLUE",e[e.YELLOW=2]="YELLOW",e[e.GOLD_SILVER=3]="GOLD_SILVER",e[e.CRYSTAL=4]="CRYSTAL",e[e.RUBY_SAPPHIRE=5]="RUBY_SAPPHIRE",e[e.EMERALD=6]="EMERALD",e[e.FIRERED_LEAFGREEN=7]="FIRERED_LEAFGREEN",e[e.DIAMOND_PEARL=8]="DIAMOND_PEARL",e[e.PLATINUM=9]="PLATINUM",e[e.HEARTGOLD_SOULSILVER=10]="HEARTGOLD_SOULSILVER",e[e.BLACK_WHITE=11]="BLACK_WHITE",e[e.COLOSSEUM=12]="COLOSSEUM",e[e.XD=13]="XD",e[e.BLACK_2_WHITE_2=14]="BLACK_2_WHITE_2",e[e.X_Y=15]="X_Y",e[e.OMEGA_RUBY_ALPHA_SAPPHIRE=16]="OMEGA_RUBY_ALPHA_SAPPHIRE",e[e.SUN_MOON=17]="SUN_MOON",e[e.ULTRA_SUN_ULTRA_MOON=18]="ULTRA_SUN_ULTRA_MOON",e[e.LETS_GO=19]="LETS_GO",e[e.SWORD_SHIELD=20]="SWORD_SHIELD",e[e.THE_ISLE_OF_ARMOR=21]="THE_ISLE_OF_ARMOR",e[e.THE_CROWN_TUNDRA=22]="THE_CROWN_TUNDRA",e[e.BRILLIANT_DIAMOND_AND_SHINING_PEARL=23]="BRILLIANT_DIAMOND_AND_SHINING_PEARL",e[e.LEGENDS_ARCEUS=24]="LEGENDS_ARCEUS"})(gi||(gi={}));var yi;(function(e){e[e.KANTO=1]="KANTO",e[e.JOHTO=2]="JOHTO",e[e.HOENN=3]="HOENN",e[e.SINNOH=4]="SINNOH",e[e.UNOVA=5]="UNOVA",e[e.KALOS=6]="KALOS",e[e.ALOLA=7]="ALOLA",e[e.GALAR=8]="GALAR",e[e.HISUI=9]="HISUI"})(yi||(yi={}));var Ei;(function(e){e[e.FOREST=1]="FOREST",e[e.FIELD=2]="FIELD",e[e.MOUNTAIN=3]="MOUNTAIN",e[e.POND=4]="POND",e[e.SEA=5]="SEA"})(Ei||(Ei={}));var Si;(function(e){e[e.UNKNOWN=-1]="UNKNOWN",e[e.NONE=0]="NONE",e[e.PARALYSIS=1]="PARALYSIS",e[e.SLEEP=2]="SLEEP",e[e.FREEZE=3]="FREEZE",e[e.BURN=4]="BURN",e[e.POISON=5]="POISON",e[e.CONFUSION=6]="CONFUSION",e[e.INFATUATION=7]="INFATUATION",e[e.TRAP=8]="TRAP",e[e.NIGHTMARE=9]="NIGHTMARE",e[e.TORMENT=12]="TORMENT",e[e.DISABLE=13]="DISABLE",e[e.YAWN=14]="YAWN",e[e.HEAL_BLOCK=15]="HEAL_BLOCK",e[e.NO_TYPE_IMMUNITY=17]="NO_TYPE_IMMUNITY",e[e.LEECH_SEED=18]="LEECH_SEED",e[e.EMBARGO=19]="EMBARGO",e[e.PERISH_SONG=20]="PERISH_SONG",e[e.INGRAIN=21]="INGRAIN",e[e.SILENCE=24]="SILENCE",e[e.TAR_SHOT=42]="TAR_SHOT"})(Si||(Si={}));var wi;(function(e){e[e.ATTACK=1]="ATTACK",e[e.DEFENSE=2]="DEFENSE",e[e.SUPPORT=3]="SUPPORT"})(wi||(wi={}));var Ai;(function(e){e[e.DAMAGE=0]="DAMAGE",e[e.AILMENT=1]="AILMENT",e[e.NET_GOOD_STATS=2]="NET_GOOD_STATS",e[e.HEAL=3]="HEAL",e[e.DAMAGE_AILMENT=4]="DAMAGE_AILMENT",e[e.SWAGGER=5]="SWAGGER",e[e.DAMAGE_LOWER=6]="DAMAGE_LOWER",e[e.DAMAGE_RAISE=7]="DAMAGE_RAISE",e[e.DAMAGE_HEAL=8]="DAMAGE_HEAL",e[e.OHKO=9]="OHKO",e[e.WHOLE_FIELD_EFFECT=10]="WHOLE_FIELD_EFFECT",e[e.FIELD_EFFECT=11]="FIELD_EFFECT",e[e.FORCE_SWITCH=12]="FORCE_SWITCH",e[e.UNIQUE=13]="UNIQUE"})(Ai||(Ai={}));var Ri;(function(e){e[e.STATUS=1]="STATUS",e[e.PHYSICAL=2]="PHYSICAL",e[e.SPECIAL=3]="SPECIAL"})(Ri||(Ri={}));var _i;(function(e){e[e.LEVEL_UP=1]="LEVEL_UP",e[e.EGG=2]="EGG",e[e.TUTOR=3]="TUTOR",e[e.MACHINE=4]="MACHINE",e[e.STADIUM_SURFING_PIKACHU=5]="STADIUM_SURFING_PIKACHU",e[e.LIGHT_BALL_EGG=6]="LIGHT_BALL_EGG",e[e.COLOSSEUM_PURIFICATION=7]="COLOSSEUM_PURIFICATION",e[e.XD_SHADOW=8]="XD_SHADOW",e[e.XD_PURIFICATION=9]="XD_PURIFICATION",e[e.FORM_CHANGE=10]="FORM_CHANGE"})(_i||(_i={}));var Oi;(function(e){e[e.SPECIFIC_MOVE=1]="SPECIFIC_MOVE",e[e.SELECTED_POKEMON_ME_FIRST=2]="SELECTED_POKEMON_ME_FIRST",e[e.ALLY=3]="ALLY",e[e.USERS_FIELD=4]="USERS_FIELD",e[e.USER_OR_ALLY=5]="USER_OR_ALLY",e[e.OPPONENTS_FIELD=6]="OPPONENTS_FIELD",e[e.USER=7]="USER",e[e.RANDOM_OPPONENT=8]="RANDOM_OPPONENT",e[e.ALL_OTHER_POKEMON=9]="ALL_OTHER_POKEMON",e[e.SELECTED_POKEMON=10]="SELECTED_POKEMON",e[e.ALL_OPPONENTS=11]="ALL_OPPONENTS",e[e.ENTIRE_FIELD=12]="ENTIRE_FIELD",e[e.USER_AND_ALIES=13]="USER_AND_ALIES",e[e.ALL_POKEMON=14]="ALL_POKEMON",e[e.ALL_ALLIES=15]="ALL_ALLIES"})(Oi||(Oi={}));var Ti;(function(e){e[e.MONSTER=1]="MONSTER",e[e.WATER1=2]="WATER1",e[e.BUG=3]="BUG",e[e.FLYING=4]="FLYING",e[e.GROUND=5]="GROUND",e[e.FAIRY=6]="FAIRY",e[e.PLANT=7]="PLANT",e[e.HUMANSHAPE=8]="HUMANSHAPE",e[e.WATER3=9]="WATER3",e[e.MINERAL=10]="MINERAL",e[e.INDETERMINATE=11]="INDETERMINATE",e[e.WATER2=12]="WATER2",e[e.DITTO=13]="DITTO",e[e.DRAGON=14]="DRAGON",e[e.NO_EGGS=15]="NO_EGGS"})(Ti||(Ti={}));var Li;(function(e){e[e.FEMALE=1]="FEMALE",e[e.MALE=2]="MALE",e[e.GENDERLESS=3]="GENDERLESS"})(Li||(Li={}));var Ni;(function(e){e[e.SLOW=1]="SLOW",e[e.MEDIUM=2]="MEDIUM",e[e.FAST=3]="FAST",e[e.MEDIUM_SLOW=4]="MEDIUM_SLOW",e[e.SLOW_THEN_VERY_FAST=5]="SLOW_THEN_VERY_FAST",e[e.FAST_THEN_VERY_SLOW=6]="FAST_THEN_VERY_SLOW"})(Ni||(Ni={}));var Ii;(function(e){e[e.HARDY=1]="HARDY",e[e.BOLD=2]="BOLD",e[e.MODEST=3]="MODEST",e[e.CALM=4]="CALM",e[e.TIMID=5]="TIMID",e[e.LONELY=6]="LONELY",e[e.DOCILE=7]="DOCILE",e[e.MILD=8]="MILD",e[e.GENTLE=9]="GENTLE",e[e.HASTY=10]="HASTY",e[e.ADAMANT=11]="ADAMANT",e[e.IMPISH=12]="IMPISH",e[e.BASHFUL=13]="BASHFUL",e[e.CAREFUL=14]="CAREFUL",e[e.RASH=15]="RASH",e[e.JOLLY=16]="JOLLY",e[e.NAUGHTY=17]="NAUGHTY",e[e.LAX=18]="LAX",e[e.QUIRKY=19]="QUIRKY",e[e.NAIVE=20]="NAIVE",e[e.BRAVE=21]="BRAVE",e[e.RELAXED=22]="RELAXED",e[e.QUIET=23]="QUIET",e[e.SASSY=24]="SASSY",e[e.SERIOUS=25]="SERIOUS"})(Ii||(Ii={}));var Pi;(function(e){e[e.SPEED=1]="SPEED",e[e.POWER=2]="POWER",e[e.SKILL=3]="SKILL",e[e.STAMINA=4]="STAMINA",e[e.JUMP=5]="JUMP"})(Pi||(Pi={}));var Di;(function(e){e[e.BLACK=1]="BLACK",e[e.BLUE=2]="BLUE",e[e.BROWN=3]="BROWN",e[e.GRAY=4]="GRAY",e[e.GREEN=5]="GREEN",e[e.PINK=6]="PINK",e[e.PURPLE=7]="PURPLE",e[e.RED=8]="RED",e[e.WHITE=9]="WHITE",e[e.YELLOW=10]="YELLOW"})(Di||(Di={}));var Ci;(function(e){e[e.CAVE=1]="CAVE",e[e.FOREST=2]="FOREST",e[e.GRASSLAND=3]="GRASSLAND",e[e.MONTAIN=4]="MONTAIN",e[e.RARE=5]="RARE",e[e.ROUGH_TERRAIN=6]="ROUGH_TERRAIN",e[e.SEA=7]="SEA",e[e.URBAN=8]="URBAN",e[e.WATERS_EDGE=9]="WATERS_EDGE"})(Ci||(Ci={}));var Ui;(function(e){e[e.BALL=1]="BALL",e[e.SQUIGGLE=2]="SQUIGGLE",e[e.FISH=3]="FISH",e[e.ARMS=4]="ARMS",e[e.BLOB=5]="BLOB",e[e.UPRIGHT=6]="UPRIGHT",e[e.LEGS=7]="LEGS",e[e.QUADRUPED=8]="QUADRUPED",e[e.WINGS=9]="WINGS",e[e.TENTACLES=10]="TENTACLES",e[e.HEADS=11]="HEADS",e[e.HUMANOID=12]="HUMANOID",e[e.BUG_WINGS=13]="BUG_WINGS",e[e.ARMOR=14]="ARMOR"})(Ui||(Ui={}));var ki;(function(e){e[e.HP=1]="HP",e[e.ATTACK=2]="ATTACK",e[e.DEFENSE=3]="DEFENSE",e[e.SPECIAL_ATTACK=4]="SPECIAL_ATTACK",e[e.SPECIAL_DEFENSE=5]="SPECIAL_DEFENSE",e[e.SPEED=6]="SPEED",e[e.ACCURACY=7]="ACCURACY",e[e.EVASION=8]="EVASION"})(ki||(ki={}));var $i;(function(e){e[e.NORMAL=1]="NORMAL",e[e.FIGHTING=2]="FIGHTING",e[e.FLYING=3]="FLYING",e[e.POISON=4]="POISON",e[e.GROUND=5]="GROUND",e[e.ROCK=6]="ROCK",e[e.BUG=7]="BUG",e[e.GHOST=8]="GHOST",e[e.STEEL=9]="STEEL",e[e.FIRE=10]="FIRE",e[e.WATER=11]="WATER",e[e.GRASS=12]="GRASS",e[e.ELECTRIC=13]="ELECTRIC",e[e.PSYCHIC=14]="PSYCHIC",e[e.ICE=15]="ICE",e[e.DRAGON=16]="DRAGON",e[e.DARK=17]="DARK",e[e.FAIRY=18]="FAIRY",e[e.UNKNOWN=10001]="UNKNOWN",e[e.SHADOW=10002]="SHADOW"})($i||($i={}));var ji;(function(e){e[e.JA_HRKT=1]="JA_HRKT",e[e.ROOMAJI=2]="ROOMAJI",e[e.KO=3]="KO",e[e.ZH_HANT=4]="ZH_HANT",e[e.FR=5]="FR",e[e.DE=6]="DE",e[e.ES=7]="ES",e[e.IT=8]="IT",e[e.EN=9]="EN",e[e.CS=10]="CS",e[e.JA=11]="JA",e[e.ZH_HANS=12]="ZH_HANS",e[e.PT_BR=13]="PT_BR"})(ji||(ji={}));var Fi;(function(e){e[e.COUNTABLE=1]="COUNTABLE",e[e.CONSUMABLE=2]="CONSUMABLE",e[e.USABLE_OVERWORLD=3]="USABLE_OVERWORLD",e[e.USABLE_IN_BATTLE=4]="USABLE_IN_BATTLE",e[e.HOLDABLE=5]="HOLDABLE",e[e.HOLDABLE_PASSIVE=6]="HOLDABLE_PASSIVE",e[e.HOLDABLE_ACTIVE=7]="HOLDABLE_ACTIVE",e[e.UNDERGROUND=8]="UNDERGROUND"})(Fi||(Fi={}));var Bi;(function(e){e[e.STAT_BOOSTS=1]="STAT_BOOSTS",e[e.EFFORT_DROP=2]="EFFORT_DROP",e[e.MEDICINE=3]="MEDICINE",e[e.OTHER=4]="OTHER",e[e.IN_A_PINCH=5]="IN_A_PINCH",e[e.PICKY_HEALING=6]="PICKY_HEALING",e[e.TYPE_PROTECTION=7]="TYPE_PROTECTION",e[e.BAKING_ONLY=8]="BAKING_ONLY",e[e.COLLECTIBLES=9]="COLLECTIBLES",e[e.EVOLUTION=10]="EVOLUTION",e[e.SPELUNKING=11]="SPELUNKING",e[e.HELD_ITEMS=12]="HELD_ITEMS",e[e.CHOICE=13]="CHOICE",e[e.EFFORT_TRAINING=14]="EFFORT_TRAINING",e[e.BAD_HELD_ITEMS=15]="BAD_HELD_ITEMS",e[e.TRAINING=16]="TRAINING",e[e.PLATES=17]="PLATES",e[e.SPECIES_SPECIFIC=18]="SPECIES_SPECIFIC",e[e.TYPE_ENHANCEMENT=19]="TYPE_ENHANCEMENT",e[e.EVENT_ITEMS=20]="EVENT_ITEMS",e[e.GAMEPLAY=21]="GAMEPLAY",e[e.PLOT_ADVANCEMENT=22]="PLOT_ADVANCEMENT",e[e.UNUSED=23]="UNUSED",e[e.LOOT=24]="LOOT",e[e.ALL_MAIL=25]="ALL_MAIL",e[e.VITAMINS=26]="VITAMINS",e[e.HEALING=27]="HEALING",e[e.PP_RECOVERY=28]="PP_RECOVERY",e[e.REVIVAL=29]="REVIVAL",e[e.STATUS_CURES=30]="STATUS_CURES",e[e.MULCH=32]="MULCH",e[e.SPECIAL_BALLS=33]="SPECIAL_BALLS",e[e.STANDARD_BALLS=34]="STANDARD_BALLS",e[e.DEX_COMPLETION=35]="DEX_COMPLETION",e[e.SCARVES=36]="SCARVES",e[e.ALL_MACHINES=37]="ALL_MACHINES",e[e.FLUTES=38]="FLUTES",e[e.APRICORN_BALLS=39]="APRICORN_BALLS",e[e.APRICORN_BOX=40]="APRICORN_BOX",e[e.DATA_CARDS=41]="DATA_CARDS",e[e.JEWELS=42]="JEWELS",e[e.MIRACLE_SHOOTER=43]="MIRACLE_SHOOTER",e[e.MEGA_STONES=44]="MEGA_STONES",e[e.MEMORIES=45]="MEMORIES",e[e.Z_CRYSTALS=46]="Z_CRYSTALS",e[e.SPECIES_CANDIES=47]="SPECIES_CANDIES",e[e.CATCHING_BONUS=48]="CATCHING_BONUS",e[e.DYNAMAX_CRISTALS=49]="DYNAMAX_CRISTALS",e[e.NATURE_MINTS=50]="NATURE_MINTS",e[e.CURRY_INGREDIENTS=51]="CURRY_INGREDIENTS"})(Bi||(Bi={}));var Hi;(function(e){e[e.BADLY_POISON=1]="BADLY_POISON",e[e.BURN=2]="BURN",e[e.BERRY_EFFECT=3]="BERRY_EFFECT",e[e.HERB_EFFECT=4]="HERB_EFFECT",e[e.PARALYZE=5]="PARALYZE",e[e.POISON=6]="POISON",e[e.FLINCH=7]="FLINCH"})(Hi||(Hi={}));var qi;(function(e){e[e.MISC=1]="MISC",e[e.MEDICINE=2]="MEDICINE",e[e.POKEBALLS=3]="POKEBALLS",e[e.MACHINES=4]="MACHINES",e[e.BERRIES=5]="BERRIES",e[e.MAIL=6]="MAIL",e[e.BATTLE=7]="BATTLE",e[e.KEY=8]="KEY"})(qi||(qi={}));function et(e,t){return o(function(){return e.apply(t,arguments)},"wrap")}o(et,"bind");var{toString:Rn}=Object.prototype,{getPrototypeOf:Gi}=Object,Wi=(e=>t=>{let i=Rn.call(t);return e[i]||(e[i]=i.slice(8,-1).toLowerCase())})(Object.create(null)),he=o(e=>(e=e.toLowerCase(),t=>Wi(t)===e),"kindOfTest"),Ot=o(e=>t=>typeof t===e,"typeOfTest"),{isArray:je}=Array,tt=Ot("undefined");function dp(e){return e!==null&&!tt(e)&&e.constructor!==null&&!tt(e.constructor)&&be(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}o(dp,"isBuffer");var _n=he("ArrayBuffer");function fp(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&_n(e.buffer),t}o(fp,"isArrayBufferView");var hp=Ot("string"),be=Ot("function"),On=Ot("number"),Ki=o(e=>e!==null&&typeof e=="object","isObject"),xp=o(e=>e===!0||e===!1,"isBoolean"),_t=o(e=>{if(Wi(e)!=="object")return!1;let t=Gi(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},"isPlainObject"),vp=he("Date"),bp=he("File"),gp=he("Blob"),yp=he("FileList"),Ep=o(e=>Ki(e)&&be(e.pipe),"isStream"),Sp=o(e=>{let t="[object FormData]";return e&&(typeof FormData=="function"&&e instanceof FormData||Rn.call(e)===t||be(e.toString)&&e.toString()===t)},"isFormData"),wp=he("URLSearchParams"),Ap=o(e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),"trim");function it(e,t,{allOwnKeys:i=!1}={}){if(e===null||typeof e>"u")return;let n,a;if(typeof e!="object"&&(e=[e]),je(e))for(n=0,a=e.length;n<a;n++)t.call(null,e[n],n,e);else{let s=i?Object.getOwnPropertyNames(e):Object.keys(e),r=s.length,c;for(n=0;n<r;n++)c=s[n],t.call(null,e[c],c,e)}}o(it,"forEach");function Tn(e,t){t=t.toLowerCase();let i=Object.keys(e),n=i.length,a;for(;n-- >0;)if(a=i[n],t===a.toLowerCase())return a;return null}o(Tn,"findKey");var Ln=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),Nn=o(e=>!tt(e)&&e!==Ln,"isContextDefined");function Mi(){let{caseless:e}=Nn(this)&&this||{},t={},i=o((n,a)=>{let s=e&&Tn(t,a)||a;_t(t[s])&&_t(n)?t[s]=Mi(t[s],n):_t(n)?t[s]=Mi({},n):je(n)?t[s]=n.slice():t[s]=n},"assignValue");for(let n=0,a=arguments.length;n<a;n++)arguments[n]&&it(arguments[n],i);return t}o(Mi,"merge");var Rp=o((e,t,i,{allOwnKeys:n}={})=>(it(t,(a,s)=>{i&&be(a)?e[s]=et(a,i):e[s]=a},{allOwnKeys:n}),e),"extend"),_p=o(e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),"stripBOM"),Op=o((e,t,i,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),i&&Object.assign(e.prototype,i)},"inherits"),Tp=o((e,t,i,n)=>{let a,s,r,c={};if(t=t||{},e==null)return t;do{for(a=Object.getOwnPropertyNames(e),s=a.length;s-- >0;)r=a[s],(!n||n(r,e,t))&&!c[r]&&(t[r]=e[r],c[r]=!0);e=i!==!1&&Gi(e)}while(e&&(!i||i(e,t))&&e!==Object.prototype);return t},"toFlatObject"),Lp=o((e,t,i)=>{e=String(e),(i===void 0||i>e.length)&&(i=e.length),i-=t.length;let n=e.indexOf(t,i);return n!==-1&&n===i},"endsWith"),Np=o(e=>{if(!e)return null;if(je(e))return e;let t=e.length;if(!On(t))return null;let i=new Array(t);for(;t-- >0;)i[t]=e[t];return i},"toArray"),Ip=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Gi(Uint8Array)),Pp=o((e,t)=>{let n=(e&&e[Symbol.iterator]).call(e),a;for(;(a=n.next())&&!a.done;){let s=a.value;t.call(e,s[0],s[1])}},"forEachEntry"),Dp=o((e,t)=>{let i,n=[];for(;(i=e.exec(t))!==null;)n.push(i);return n},"matchAll"),Cp=he("HTMLFormElement"),Up=o(e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,o(function(i,n,a){return n.toUpperCase()+a},"replacer")),"toCamelCase"),wn=(({hasOwnProperty:e})=>(t,i)=>e.call(t,i))(Object.prototype),kp=he("RegExp"),In=o((e,t)=>{let i=Object.getOwnPropertyDescriptors(e),n={};it(i,(a,s)=>{t(a,s,e)!==!1&&(n[s]=a)}),Object.defineProperties(e,n)},"reduceDescriptors"),$p=o(e=>{In(e,(t,i)=>{if(be(e)&&["arguments","caller","callee"].indexOf(i)!==-1)return!1;let n=e[i];if(be(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+i+"'")})}})},"freezeMethods"),jp=o((e,t)=>{let i={},n=o(a=>{a.forEach(s=>{i[s]=!0})},"define");return je(e)?n(e):n(String(e).split(t)),i},"toObjectSet"),Fp=o(()=>{},"noop"),Bp=o((e,t)=>(e=+e,Number.isFinite(e)?e:t),"toFiniteNumber"),zi="abcdefghijklmnopqrstuvwxyz",An="0123456789",Pn={DIGIT:An,ALPHA:zi,ALPHA_DIGIT:zi+zi.toUpperCase()+An},Hp=o((e=16,t=Pn.ALPHA_DIGIT)=>{let i="",{length:n}=t;for(;e--;)i+=t[Math.random()*n|0];return i},"generateString");function qp(e){return!!(e&&be(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}o(qp,"isSpecCompliantForm");var zp=o(e=>{let t=new Array(10),i=o((n,a)=>{if(Ki(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[a]=n;let s=je(n)?[]:{};return it(n,(r,c)=>{let m=i(r,a+1);!tt(m)&&(s[c]=m)}),t[a]=void 0,s}}return n},"visit");return i(e,0)},"toJSONObject"),x={isArray:je,isArrayBuffer:_n,isBuffer:dp,isFormData:Sp,isArrayBufferView:fp,isString:hp,isNumber:On,isBoolean:xp,isObject:Ki,isPlainObject:_t,isUndefined:tt,isDate:vp,isFile:bp,isBlob:gp,isRegExp:kp,isFunction:be,isStream:Ep,isURLSearchParams:wp,isTypedArray:Ip,isFileList:yp,forEach:it,merge:Mi,extend:Rp,trim:Ap,stripBOM:_p,inherits:Op,toFlatObject:Tp,kindOf:Wi,kindOfTest:he,endsWith:Lp,toArray:Np,forEachEntry:Pp,matchAll:Dp,isHTMLForm:Cp,hasOwnProperty:wn,hasOwnProp:wn,reduceDescriptors:In,freezeMethods:$p,toObjectSet:jp,toCamelCase:Up,noop:Fp,toFiniteNumber:Bp,findKey:Tn,global:Ln,isContextDefined:Nn,ALPHABET:Pn,generateString:Hp,isSpecCompliantForm:qp,toJSONObject:zp};function Fe(e,t,i,n,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),i&&(this.config=i),n&&(this.request=n),a&&(this.response=a)}o(Fe,"AxiosError");x.inherits(Fe,Error,{toJSON:o(function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:x.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}},"toJSON")});var Dn=Fe.prototype,Cn={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Cn[e]={value:e}});Object.defineProperties(Fe,Cn);Object.defineProperty(Dn,"isAxiosError",{value:!0});Fe.from=(e,t,i,n,a,s)=>{let r=Object.create(Dn);return x.toFlatObject(e,r,o(function(m){return m!==Error.prototype},"filter"),c=>c!=="isAxiosError"),Fe.call(r,e.message,t,i,n,a),r.cause=e,r.name=e.name,s&&Object.assign(r,s),r};var A=Fe;var xs=te(hs(),1),Nt=xs.default;function na(e){return x.isPlainObject(e)||x.isArray(e)}o(na,"isVisitable");function bs(e){return x.endsWith(e,"[]")?e.slice(0,-2):e}o(bs,"removeBrackets");function vs(e,t,i){return e?e.concat(t).map(o(function(a,s){return a=bs(a),!i&&s?"["+a+"]":a},"each")).join(i?".":""):t}o(vs,"renderKey");function _l(e){return x.isArray(e)&&!e.some(na)}o(_l,"isFlatArray");var Ol=x.toFlatObject(x,{},null,o(function(t){return/^is[A-Z]/.test(t)},"filter"));function Tl(e,t,i){if(!x.isObject(e))throw new TypeError("target must be an object");t=t||new(Nt||FormData),i=x.toFlatObject(i,{metaTokens:!0,dots:!1,indexes:!1},!1,o(function(b,y){return!x.isUndefined(y[b])},"defined"));let n=i.metaTokens,a=i.visitor||p,s=i.dots,r=i.indexes,m=(i.Blob||typeof Blob<"u"&&Blob)&&x.isSpecCompliantForm(t);if(!x.isFunction(a))throw new TypeError("visitor must be a function");function l(f){if(f===null)return"";if(x.isDate(f))return f.toISOString();if(!m&&x.isBlob(f))throw new A("Blob is not supported. Use a Buffer instead.");return x.isArrayBuffer(f)||x.isTypedArray(f)?m&&typeof Blob=="function"?new Blob([f]):Buffer.from(f):f}o(l,"convertValue");function p(f,b,y){let S=f;if(f&&!y&&typeof f=="object"){if(x.endsWith(b,"{}"))b=n?b:b.slice(0,-2),f=JSON.stringify(f);else if(x.isArray(f)&&_l(f)||(x.isFileList(f)||x.endsWith(b,"[]"))&&(S=x.toArray(f)))return b=bs(b),S.forEach(o(function(w,_){!(x.isUndefined(w)||w===null)&&t.append(r===!0?vs([b],_,s):r===null?b:b+"[]",l(w))},"each")),!1}return na(f)?!0:(t.append(vs(y,b,s),l(f)),!1)}o(p,"defaultVisitor");let d=[],h=Object.assign(Ol,{defaultVisitor:p,convertValue:l,isVisitable:na});function u(f,b){if(!x.isUndefined(f)){if(d.indexOf(f)!==-1)throw Error("Circular reference detected in "+b.join("."));d.push(f),x.forEach(f,o(function(S,E){(!(x.isUndefined(S)||S===null)&&a.call(t,S,x.isString(E)?E.trim():E,b,h))===!0&&u(S,b?b.concat(E):[E])},"each")),d.pop()}}if(o(u,"build"),!x.isObject(e))throw new TypeError("data must be an object");return u(e),t}o(Tl,"toFormData");var ge=Tl;function gs(e){let t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,o(function(n){return t[n]},"replacer"))}o(gs,"encode");function ys(e,t){this._pairs=[],e&&ge(e,this,t)}o(ys,"AxiosURLSearchParams");var Es=ys.prototype;Es.append=o(function(t,i){this._pairs.push([t,i])},"append");Es.toString=o(function(t){let i=t?function(n){return t.call(this,n,gs)}:gs;return this._pairs.map(o(function(a){return i(a[0])+"="+i(a[1])},"each"),"").join("&")},"toString");var Ss=ys;function Ll(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}o(Ll,"encode");function _e(e,t,i){if(!t)return e;let n=i&&i.encode||Ll,a=i&&i.serialize,s;if(a?s=a(t,i):s=x.isURLSearchParams(t)?t.toString():new Ss(t,i).toString(n),s){let r=e.indexOf("#");r!==-1&&(e=e.slice(0,r)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}o(_e,"buildURL");var Nl=o(class{constructor(){this.handlers=[]}use(t,i,n){return this.handlers.push({fulfilled:t,rejected:i,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){x.forEach(this.handlers,o(function(n){n!==null&&t(n)},"forEachHandler"))}},"InterceptorManager"),sa=Nl;var Be={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var ws=te(O("url"),1),As=ws.default.URLSearchParams;var H={isNode:!0,classes:{URLSearchParams:As,FormData:Nt,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};function oa(e,t){return ge(e,new H.classes.URLSearchParams,Object.assign({visitor:function(i,n,a,s){return H.isNode&&x.isBuffer(i)?(this.append(n,i.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}o(oa,"toURLEncodedForm");function Il(e){return x.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}o(Il,"parsePropPath");function Pl(e){let t={},i=Object.keys(e),n,a=i.length,s;for(n=0;n<a;n++)s=i[n],t[s]=e[s];return t}o(Pl,"arrayToObject");function Dl(e){function t(i,n,a,s){let r=i[s++],c=Number.isFinite(+r),m=s>=i.length;return r=!r&&x.isArray(a)?a.length:r,m?(x.hasOwnProp(a,r)?a[r]=[a[r],n]:a[r]=n,!c):((!a[r]||!x.isObject(a[r]))&&(a[r]=[]),t(i,n,a[r],s)&&x.isArray(a[r])&&(a[r]=Pl(a[r])),!c)}if(o(t,"buildPath"),x.isFormData(e)&&x.isFunction(e.entries)){let i={};return x.forEachEntry(e,(n,a)=>{t(Il(n),a,i,0)}),i}return null}o(Dl,"formDataToJSON");var It=Dl;var Cl={"Content-Type":void 0};function Ul(e,t,i){if(x.isString(e))try{return(t||JSON.parse)(e),x.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(i||JSON.stringify)(e)}o(Ul,"stringifySafely");var Pt={transitional:Be,adapter:["xhr","http"],transformRequest:[o(function(t,i){let n=i.getContentType()||"",a=n.indexOf("application/json")>-1,s=x.isObject(t);if(s&&x.isHTMLForm(t)&&(t=new FormData(t)),x.isFormData(t))return a&&a?JSON.stringify(It(t)):t;if(x.isArrayBuffer(t)||x.isBuffer(t)||x.isStream(t)||x.isFile(t)||x.isBlob(t))return t;if(x.isArrayBufferView(t))return t.buffer;if(x.isURLSearchParams(t))return i.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(s){if(n.indexOf("application/x-www-form-urlencoded")>-1)return oa(t,this.formSerializer).toString();if((c=x.isFileList(t))||n.indexOf("multipart/form-data")>-1){let m=this.env&&this.env.FormData;return ge(c?{"files[]":t}:t,m&&new m,this.formSerializer)}}return s||a?(i.setContentType("application/json",!1),Ul(t)):t},"transformRequest")],transformResponse:[o(function(t){let i=this.transitional||Pt.transitional,n=i&&i.forcedJSONParsing,a=this.responseType==="json";if(t&&x.isString(t)&&(n&&!this.responseType||a)){let r=!(i&&i.silentJSONParsing)&&a;try{return JSON.parse(t)}catch(c){if(r)throw c.name==="SyntaxError"?A.from(c,A.ERR_BAD_RESPONSE,this,null,this.response):c}}return t},"transformResponse")],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:H.classes.FormData,Blob:H.classes.Blob},validateStatus:o(function(t){return t>=200&&t<300},"validateStatus"),headers:{common:{Accept:"application/json, text/plain, */*"}}};x.forEach(["delete","get","head"],o(function(t){Pt.headers[t]={}},"forEachMethodNoData"));x.forEach(["post","put","patch"],o(function(t){Pt.headers[t]=x.merge(Cl)},"forEachMethodWithData"));var He=Pt;var kl=x.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Rs=o(e=>{let t={},i,n,a;return e&&e.split(`
|
|
113
|
-
`).forEach(o(function(r){a=r.indexOf(":"),i=r.substring(0,a).trim().toLowerCase(),n=r.substring(a+1).trim(),!(!i||t[i]&&kl[i])&&(i==="set-cookie"?t[i]?t[i].push(n):t[i]=[n]:t[i]=t[i]?t[i]+", "+n:n)},"parser")),t},"default");var _s=Symbol("internals");function at(e){return e&&String(e).trim().toLowerCase()}o(at,"normalizeHeader");function Dt(e){return e===!1||e==null?e:x.isArray(e)?e.map(Dt):String(e)}o(Dt,"normalizeValue");function $l(e){let t=Object.create(null),i=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,n;for(;n=i.exec(e);)t[n[1]]=n[2];return t}o($l,"parseTokens");function jl(e){return/^[-_a-zA-Z]+$/.test(e.trim())}o(jl,"isValidHeaderName");function ra(e,t,i,n,a){if(x.isFunction(n))return n.call(this,t,i);if(a&&(t=i),!!x.isString(t)){if(x.isString(n))return t.indexOf(n)!==-1;if(x.isRegExp(n))return n.test(t)}}o(ra,"matchHeaderValue");function Fl(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,i,n)=>i.toUpperCase()+n)}o(Fl,"formatHeader");function Bl(e,t){let i=x.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+i,{value:function(a,s,r){return this[n].call(this,t,a,s,r)},configurable:!0})})}o(Bl,"buildAccessors");var Ct=o(class{constructor(t){t&&this.set(t)}set(t,i,n){let a=this;function s(c,m,l){let p=at(m);if(!p)throw new Error("header name must be a non-empty string");let d=x.findKey(a,p);(!d||a[d]===void 0||l===!0||l===void 0&&a[d]!==!1)&&(a[d||m]=Dt(c))}o(s,"setHeader");let r=o((c,m)=>x.forEach(c,(l,p)=>s(l,p,m)),"setHeaders");return x.isPlainObject(t)||t instanceof this.constructor?r(t,i):x.isString(t)&&(t=t.trim())&&!jl(t)?r(Rs(t),i):t!=null&&s(i,t,n),this}get(t,i){if(t=at(t),t){let n=x.findKey(this,t);if(n){let a=this[n];if(!i)return a;if(i===!0)return $l(a);if(x.isFunction(i))return i.call(this,a,n);if(x.isRegExp(i))return i.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,i){if(t=at(t),t){let n=x.findKey(this,t);return!!(n&&this[n]!==void 0&&(!i||ra(this,this[n],n,i)))}return!1}delete(t,i){let n=this,a=!1;function s(r){if(r=at(r),r){let c=x.findKey(n,r);c&&(!i||ra(n,n[c],c,i))&&(delete n[c],a=!0)}}return o(s,"deleteHeader"),x.isArray(t)?t.forEach(s):s(t),a}clear(t){let i=Object.keys(this),n=i.length,a=!1;for(;n--;){let s=i[n];(!t||ra(this,this[s],s,t,!0))&&(delete this[s],a=!0)}return a}normalize(t){let i=this,n={};return x.forEach(this,(a,s)=>{let r=x.findKey(n,s);if(r){i[r]=Dt(a),delete i[s];return}let c=t?Fl(s):String(s).trim();c!==s&&delete i[s],i[c]=Dt(a),n[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){let i=Object.create(null);return x.forEach(this,(n,a)=>{n!=null&&n!==!1&&(i[a]=t&&x.isArray(n)?n.join(", "):n)}),i}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,i])=>t+": "+i).join(`
|
|
114
|
-
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...i){let n=new this(t);return i.forEach(a=>n.set(a)),n}static accessor(t){let n=(this[_s]=this[_s]={accessors:{}}).accessors,a=this.prototype;function s(r){let c=at(r);n[c]||(Bl(a,r),n[c]=!0)}return o(s,"defineAccessor"),x.isArray(t)?t.forEach(s):s(t),this}},"AxiosHeaders");Ct.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);x.freezeMethods(Ct.prototype);x.freezeMethods(Ct);var z=Ct;function nt(e,t){let i=this||He,n=t||i,a=z.from(n.headers),s=n.data;return x.forEach(e,o(function(c){s=c.call(i,s,a.normalize(),t?t.status:void 0)},"transform")),a.normalize(),s}o(nt,"transformData");function st(e){return!!(e&&e.__CANCEL__)}o(st,"isCancel");function Os(e,t,i){A.call(this,e??"canceled",A.ERR_CANCELED,t,i),this.name="CanceledError"}o(Os,"CanceledError");x.inherits(Os,A,{__CANCEL__:!0});var pe=Os;function ye(e,t,i){let n=i.config.validateStatus;!i.status||!n||n(i.status)?e(i):t(new A("Request failed with status code "+i.status,[A.ERR_BAD_REQUEST,A.ERR_BAD_RESPONSE][Math.floor(i.status/100)-4],i.config,i.request,i))}o(ye,"settle");function ca(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}o(ca,"isAbsoluteURL");function pa(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}o(pa,"combineURLs");function Oe(e,t){return e&&!ca(t)?pa(e,t):t}o(Oe,"buildFullPath");var po=te(Ls(),1),lo=te(O("http"),1),uo=te(O("https"),1),mo=te(O("util"),1),fo=te(Qs(),1),xe=te(O("zlib"),1);var Ie="1.3.4";function pt(e){let t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}o(pt,"parseProtocol");var wu=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function ga(e,t,i){let n=i&&i.Blob||H.classes.Blob,a=pt(e);if(t===void 0&&n&&(t=!0),a==="data"){e=a.length?e.slice(a.length+1):e;let s=wu.exec(e);if(!s)throw new A("Invalid URL",A.ERR_INVALID_URL);let r=s[1],c=s[2],m=s[3],l=Buffer.from(decodeURIComponent(m),c?"base64":"utf8");if(t){if(!n)throw new A("Blob is not supported",A.ERR_NOT_SUPPORT);return new n([l],{type:r})}return l}throw new A("Unsupported protocol "+a,A.ERR_NOT_SUPPORT)}o(ga,"fromDataURI");var Pe=te(O("stream"),1);var Vs=te(O("stream"),1);function Au(e,t){let i=0,n=1e3/t,a=null;return o(function(r,c){let m=Date.now();if(r||m-i>n)return a&&(clearTimeout(a),a=null),i=m,e.apply(null,c);a||(a=setTimeout(()=>(a=null,i=Date.now(),e.apply(null,c)),n-(m-i)))},"throttled")}o(Au,"throttle");var Zs=Au;function Ru(e,t){e=e||10;let i=new Array(e),n=new Array(e),a=0,s=0,r;return t=t!==void 0?t:1e3,o(function(m){let l=Date.now(),p=n[s];r||(r=l),i[a]=m,n[a]=l;let d=s,h=0;for(;d!==a;)h+=i[d++],d=d%e;if(a=(a+1)%e,a===s&&(s=(s+1)%e),l-r<t)return;let u=p&&l-p;return u?Math.round(h*1e3/u):void 0},"push")}o(Ru,"speedometer");var Ft=Ru;var Bt=Symbol("internals"),_u=o(class extends Vs.default.Transform{constructor(t){t=x.toFlatObject(t,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(c,m)=>!x.isUndefined(m[c])),super({readableHighWaterMark:t.chunkSize});let i=this,n=this[Bt]={length:t.length,timeWindow:t.timeWindow,ticksRate:t.ticksRate,chunkSize:t.chunkSize,maxRate:t.maxRate,minChunkSize:t.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null},a=Ft(n.ticksRate*t.samplesCount,n.timeWindow);this.on("newListener",c=>{c==="progress"&&(n.isCaptured||(n.isCaptured=!0))});let s=0;n.updateProgress=Zs(o(function(){let m=n.length,l=n.bytesSeen,p=l-s;if(!p||i.destroyed)return;let d=a(p);s=l,process.nextTick(()=>{i.emit("progress",{loaded:l,total:m,progress:m?l/m:void 0,bytes:p,rate:d||void 0,estimated:d&&m&&l<=m?(m-l)/d:void 0})})},"throttledHandler"),n.ticksRate);let r=o(()=>{n.updateProgress(!0)},"onFinish");this.once("end",r),this.once("error",r)}_read(t){let i=this[Bt];return i.onReadCallback&&i.onReadCallback(),super._read(t)}_transform(t,i,n){let a=this,s=this[Bt],r=s.maxRate,c=this.readableHighWaterMark,m=s.timeWindow,l=1e3/m,p=r/l,d=s.minChunkSize!==!1?Math.max(s.minChunkSize,p*.01):0;function h(f,b){let y=Buffer.byteLength(f);s.bytesSeen+=y,s.bytes+=y,s.isCaptured&&s.updateProgress(),a.push(f)?process.nextTick(b):s.onReadCallback=()=>{s.onReadCallback=null,process.nextTick(b)}}o(h,"pushChunk");let u=o((f,b)=>{let y=Buffer.byteLength(f),S=null,E=c,w,_=0;if(r){let N=Date.now();(!s.ts||(_=N-s.ts)>=m)&&(s.ts=N,w=p-s.bytes,s.bytes=w<0?-w:0,_=0),w=p-s.bytes}if(r){if(w<=0)return setTimeout(()=>{b(null,f)},m-_);w<E&&(E=w)}E&&y>E&&y-E>d&&(S=f.subarray(E),f=f.subarray(0,E)),h(f,S?()=>{process.nextTick(b,null,S)}:b)},"transformChunk");u(t,o(function f(b,y){if(b)return n(b);y?u(y,f):n(null)},"transformNextChunk"))}setLength(t){return this[Bt].length=+t,this}},"AxiosTransformStream"),ya=_u;var ho=te(O("events"),1);var to=O("util"),io=O("stream");var{asyncIterator:eo}=Symbol,Ou=o(async function*(e){e.stream?yield*e.stream():e.arrayBuffer?yield await e.arrayBuffer():e[eo]?yield*e[eo]():yield e},"readBlob"),Ht=Ou;var Tu=x.ALPHABET.ALPHA_DIGIT+"-_",lt=new to.TextEncoder,Se=`\r
|
|
115
|
-
`,Lu=lt.encode(Se),Nu=2,Iu=o(class{constructor(t,i){let{escapeName:n}=this.constructor,a=x.isString(i),s=`Content-Disposition: form-data; name="${n(t)}"${!a&&i.name?`; filename="${n(i.name)}"`:""}${Se}`;a?i=lt.encode(String(i).replace(/\r?\n|\r\n?/g,Se)):s+=`Content-Type: ${i.type||"application/octet-stream"}${Se}`,this.headers=lt.encode(s+Se),this.contentLength=a?i.byteLength:i.size,this.size=this.headers.byteLength+this.contentLength+Nu,this.name=t,this.value=i}async*encode(){yield this.headers;let{value:t}=this;x.isTypedArray(t)?yield t:yield*Ht(t),yield Lu}static escapeName(t){return String(t).replace(/[\r\n"]/g,i=>({"\r":"%0D","\n":"%0A",'"':"%22"})[i])}},"FormDataPart"),Pu=o((e,t,i)=>{let{tag:n="form-data-boundary",size:a=25,boundary:s=n+"-"+x.generateString(a,Tu)}=i||{};if(!x.isFormData(e))throw TypeError("FormData instance required");if(s.length<1||s.length>70)throw Error("boundary must be 10-70 characters long");let r=lt.encode("--"+s+Se),c=lt.encode("--"+s+"--"+Se+Se),m=c.byteLength,l=Array.from(e.entries()).map(([d,h])=>{let u=new Iu(d,h);return m+=u.size,u});m+=r.byteLength*l.length,m=x.toFiniteNumber(m);let p={"Content-Type":`multipart/form-data; boundary=${s}`};return Number.isFinite(m)&&(p["Content-Length"]=m),t&&t(p),io.Readable.from(async function*(){for(let d of l)yield r,yield*d.encode();yield c}())},"formDataToStream"),ao=Pu;var no=te(O("stream"),1);var Du=o(class extends no.default.Transform{__transform(t,i,n){this.push(t),n()}_transform(t,i,n){if(t.length!==0&&(this._transform=this.__transform,t[0]!==120)){let a=Buffer.alloc(2);a[0]=120,a[1]=156,this.push(a,i)}this.__transform(t,i,n)}},"ZlibHeaderTransformStream"),so=Du;var oo={flush:xe.default.constants.Z_SYNC_FLUSH,finishFlush:xe.default.constants.Z_SYNC_FLUSH},Cu={flush:xe.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:xe.default.constants.BROTLI_OPERATION_FLUSH},ro=x.isFunction(xe.default.createBrotliDecompress),{http:Uu,https:ku}=fo.default,$u=/https:?/,co=H.protocols.map(e=>e+":");function ju(e){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e)}o(ju,"dispatchBeforeRedirect");function xo(e,t,i){let n=t;if(!n&&n!==!1){let a=(0,po.getProxyForUrl)(i);a&&(n=new URL(a))}if(n){if(n.username&&(n.auth=(n.username||"")+":"+(n.password||"")),n.auth){(n.auth.username||n.auth.password)&&(n.auth=(n.auth.username||"")+":"+(n.auth.password||""));let s=Buffer.from(n.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+s}e.headers.host=e.hostname+(e.port?":"+e.port:"");let a=n.hostname||n.host;e.hostname=a,e.host=a,e.port=n.port,e.path=i,n.protocol&&(e.protocol=n.protocol.includes(":")?n.protocol:`${n.protocol}:`)}e.beforeRedirects.proxy=o(function(s){xo(s,t,s.href)},"beforeRedirect")}o(xo,"setProxy");var Fu=typeof process<"u"&&x.kindOf(process)==="process",Bu=o(e=>new Promise((t,i)=>{let n,a,s=o((m,l)=>{a||(a=!0,n&&n(m,l))},"done"),r=o(m=>{s(m),t(m)},"_resolve"),c=o(m=>{s(m,!0),i(m)},"_reject");e(r,c,m=>n=m).catch(c)}),"wrapAsync"),vo=Fu&&o(function(t){return Bu(o(async function(n,a,s){let{data:r}=t,{responseType:c,responseEncoding:m}=t,l=t.method.toUpperCase(),p,d=!1,h,u=new ho.default,f=o(()=>{t.cancelToken&&t.cancelToken.unsubscribe(b),t.signal&&t.signal.removeEventListener("abort",b),u.removeAllListeners()},"onFinished");s((T,L)=>{p=!0,L&&(d=!0,f())});function b(T){u.emit("abort",!T||T.type?new pe(null,t,h):T)}o(b,"abort"),u.once("abort",a),(t.cancelToken||t.signal)&&(t.cancelToken&&t.cancelToken.subscribe(b),t.signal&&(t.signal.aborted?b():t.signal.addEventListener("abort",b)));let y=Oe(t.baseURL,t.url),S=new URL(y,"http://localhost"),E=S.protocol||co[0];if(E==="data:"){let T;if(l!=="GET")return ye(n,a,{status:405,statusText:"method not allowed",headers:{},config:t});try{T=ga(t.url,c==="blob",{Blob:t.env&&t.env.Blob})}catch(L){throw A.from(L,A.ERR_BAD_REQUEST,t)}return c==="text"?(T=T.toString(m),(!m||m==="utf8")&&(T=x.stripBOM(T))):c==="stream"&&(T=Pe.default.Readable.from(T)),ye(n,a,{data:T,status:200,statusText:"OK",headers:new z,config:t})}if(co.indexOf(E)===-1)return a(new A("Unsupported protocol "+E,A.ERR_BAD_REQUEST,t));let w=z.from(t.headers).normalize();w.set("User-Agent","axios/"+Ie,!1);let _=t.onDownloadProgress,N=t.onUploadProgress,P=t.maxRate,C,I;if(x.isSpecCompliantForm(r)){let T=w.getContentType(/boundary=([-_\w\d]{10,70})/i);r=ao(r,L=>{w.set(L)},{tag:`axios-${Ie}-boundary`,boundary:T&&T[1]||void 0})}else if(x.isFormData(r)&&x.isFunction(r.getHeaders)){if(w.set(r.getHeaders()),!w.hasContentLength())try{let T=await mo.default.promisify(r.getLength).call(r);Number.isFinite(T)&&T>=0&&w.setContentLength(T)}catch{}}else if(x.isBlob(r))r.size&&w.setContentType(r.type||"application/octet-stream"),w.setContentLength(r.size||0),r=Pe.default.Readable.from(Ht(r));else if(r&&!x.isStream(r)){if(!Buffer.isBuffer(r))if(x.isArrayBuffer(r))r=Buffer.from(new Uint8Array(r));else if(x.isString(r))r=Buffer.from(r,"utf-8");else return a(new A("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",A.ERR_BAD_REQUEST,t));if(w.setContentLength(r.length,!1),t.maxBodyLength>-1&&r.length>t.maxBodyLength)return a(new A("Request body larger than maxBodyLength limit",A.ERR_BAD_REQUEST,t))}let $=x.toFiniteNumber(w.getContentLength());x.isArray(P)?(C=P[0],I=P[1]):C=I=P,r&&(N||C)&&(x.isStream(r)||(r=Pe.default.Readable.from(r,{objectMode:!1})),r=Pe.default.pipeline([r,new ya({length:$,maxRate:x.toFiniteNumber(C)})],x.noop),N&&r.on("progress",T=>{N(Object.assign(T,{upload:!0}))}));let F;if(t.auth){let T=t.auth.username||"",L=t.auth.password||"";F=T+":"+L}if(!F&&S.username){let T=S.username,L=S.password;F=T+":"+L}F&&w.delete("authorization");let B;try{B=_e(S.pathname+S.search,t.params,t.paramsSerializer).replace(/^\?/,"")}catch(T){let L=new Error(T.message);return L.config=t,L.url=t.url,L.exists=!0,a(L)}w.set("Accept-Encoding","gzip, compress, deflate"+(ro?", br":""),!1);let k={path:B,method:l,headers:w.toJSON(),agents:{http:t.httpAgent,https:t.httpsAgent},auth:F,protocol:E,beforeRedirect:ju,beforeRedirects:{}};t.socketPath?k.socketPath=t.socketPath:(k.hostname=S.hostname,k.port=S.port,xo(k,t.proxy,E+"//"+S.hostname+(S.port?":"+S.port:"")+k.path));let K,re=$u.test(k.protocol);if(k.agent=re?t.httpsAgent:t.httpAgent,t.transport?K=t.transport:t.maxRedirects===0?K=re?uo.default:lo.default:(t.maxRedirects&&(k.maxRedirects=t.maxRedirects),t.beforeRedirect&&(k.beforeRedirects.config=t.beforeRedirect),K=re?ku:Uu),t.maxBodyLength>-1?k.maxBodyLength=t.maxBodyLength:k.maxBodyLength=1/0,t.insecureHTTPParser&&(k.insecureHTTPParser=t.insecureHTTPParser),h=K.request(k,o(function(L){if(h.destroyed)return;let J=[L],Ze=+L.headers["content-length"];if(_){let fe=new ya({length:x.toFiniteNumber(Ze),maxRate:x.toFiniteNumber(I)});_&&fe.on("progress",At=>{_(Object.assign(At,{download:!0}))}),J.push(fe)}let ne=L,wt=L.req||h;if(t.decompress!==!1&&L.headers["content-encoding"])switch((l==="HEAD"||L.statusCode===204)&&delete L.headers["content-encoding"],L.headers["content-encoding"]){case"gzip":case"x-gzip":case"compress":case"x-compress":J.push(xe.default.createUnzip(oo)),delete L.headers["content-encoding"];break;case"deflate":J.push(new so),J.push(xe.default.createUnzip(oo)),delete L.headers["content-encoding"];break;case"br":ro&&(J.push(xe.default.createBrotliDecompress(Cu)),delete L.headers["content-encoding"])}ne=J.length>1?Pe.default.pipeline(J,x.noop):J[0];let sp=Pe.default.finished(ne,()=>{sp(),f()}),$e={status:L.statusCode,statusText:L.statusMessage,headers:new z(L.headers),config:t,request:wt};if(c==="stream")$e.data=ne,ye(n,a,$e);else{let fe=[],At=0;ne.on("data",o(function(X){fe.push(X),At+=X.length,t.maxContentLength>-1&&At>t.maxContentLength&&(d=!0,ne.destroy(),a(new A("maxContentLength size of "+t.maxContentLength+" exceeded",A.ERR_BAD_RESPONSE,t,wt)))},"handleStreamData")),ne.on("aborted",o(function(){if(d)return;let X=new A("maxContentLength size of "+t.maxContentLength+" exceeded",A.ERR_BAD_RESPONSE,t,wt);ne.destroy(X),a(X)},"handlerStreamAborted")),ne.on("error",o(function(X){h.destroyed||a(A.from(X,null,t,wt))},"handleStreamError")),ne.on("end",o(function(){try{let X=fe.length===1?fe[0]:Buffer.concat(fe);c!=="arraybuffer"&&(X=X.toString(m),(!m||m==="utf8")&&(X=x.stripBOM(X))),$e.data=X}catch(X){a(A.from(X,null,t,$e.request,$e))}ye(n,a,$e)},"handleStreamEnd"))}u.once("abort",fe=>{ne.destroyed||(ne.emit("error",fe),ne.destroy())})},"handleResponse")),u.once("abort",T=>{a(T),h.destroy(T)}),h.on("error",o(function(L){a(A.from(L,null,t,h))},"handleRequestError")),h.on("socket",o(function(L){L.setKeepAlive(!0,1e3*60)},"handleRequestSocket")),t.timeout){let T=parseInt(t.timeout,10);if(isNaN(T)){a(new A("error trying to parse `config.timeout` to int",A.ERR_BAD_OPTION_VALUE,t,h));return}h.setTimeout(T,o(function(){if(p)return;let J=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",Ze=t.transitional||Be;t.timeoutErrorMessage&&(J=t.timeoutErrorMessage),a(new A(J,Ze.clarifyTimeoutError?A.ETIMEDOUT:A.ECONNABORTED,t,h)),b()},"handleRequestTimeout"))}if(x.isStream(r)){let T=!1,L=!1;r.on("end",()=>{T=!0}),r.once("error",J=>{L=!0,h.destroy(J)}),r.on("close",()=>{!T&&!L&&b(new pe("Request stream has been aborted",t,h))}),r.pipe(h)}else h.end(r)},"dispatchHttpRequest"))},"httpAdapter");var bo=H.isStandardBrowserEnv?o(function(){return{write:o(function(i,n,a,s,r,c){let m=[];m.push(i+"="+encodeURIComponent(n)),x.isNumber(a)&&m.push("expires="+new Date(a).toGMTString()),x.isString(s)&&m.push("path="+s),x.isString(r)&&m.push("domain="+r),c===!0&&m.push("secure"),document.cookie=m.join("; ")},"write"),read:o(function(i){let n=document.cookie.match(new RegExp("(^|;\\s*)("+i+")=([^;]*)"));return n?decodeURIComponent(n[3]):null},"read"),remove:o(function(i){this.write(i,"",Date.now()-864e5)},"remove")}},"standardBrowserEnv")():o(function(){return{write:o(function(){},"write"),read:o(function(){return null},"read"),remove:o(function(){},"remove")}},"nonStandardBrowserEnv")();var go=H.isStandardBrowserEnv?o(function(){let t=/(msie|trident)/i.test(navigator.userAgent),i=document.createElement("a"),n;function a(s){let r=s;return t&&(i.setAttribute("href",r),r=i.href),i.setAttribute("href",r),{href:i.href,protocol:i.protocol?i.protocol.replace(/:$/,""):"",host:i.host,search:i.search?i.search.replace(/^\?/,""):"",hash:i.hash?i.hash.replace(/^#/,""):"",hostname:i.hostname,port:i.port,pathname:i.pathname.charAt(0)==="/"?i.pathname:"/"+i.pathname}}return o(a,"resolveURL"),n=a(window.location.href),o(function(r){let c=x.isString(r)?a(r):r;return c.protocol===n.protocol&&c.host===n.host},"isURLSameOrigin")},"standardBrowserEnv")():o(function(){return o(function(){return!0},"isURLSameOrigin")},"nonStandardBrowserEnv")();function yo(e,t){let i=0,n=Ft(50,250);return a=>{let s=a.loaded,r=a.lengthComputable?a.total:void 0,c=s-i,m=n(c),l=s<=r;i=s;let p={loaded:s,total:r,progress:r?s/r:void 0,bytes:c,rate:m||void 0,estimated:m&&r&&l?(r-s)/m:void 0,event:a};p[t?"download":"upload"]=!0,e(p)}}o(yo,"progressEventReducer");var Hu=typeof XMLHttpRequest<"u",Eo=Hu&&function(e){return new Promise(o(function(i,n){let a=e.data,s=z.from(e.headers).normalize(),r=e.responseType,c;function m(){e.cancelToken&&e.cancelToken.unsubscribe(c),e.signal&&e.signal.removeEventListener("abort",c)}o(m,"done"),x.isFormData(a)&&(H.isStandardBrowserEnv||H.isStandardBrowserWebWorkerEnv)&&s.setContentType(!1);let l=new XMLHttpRequest;if(e.auth){let u=e.auth.username||"",f=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";s.set("Authorization","Basic "+btoa(u+":"+f))}let p=Oe(e.baseURL,e.url);l.open(e.method.toUpperCase(),_e(p,e.params,e.paramsSerializer),!0),l.timeout=e.timeout;function d(){if(!l)return;let u=z.from("getAllResponseHeaders"in l&&l.getAllResponseHeaders()),b={data:!r||r==="text"||r==="json"?l.responseText:l.response,status:l.status,statusText:l.statusText,headers:u,config:e,request:l};ye(o(function(S){i(S),m()},"_resolve"),o(function(S){n(S),m()},"_reject"),b),l=null}if(o(d,"onloadend"),"onloadend"in l?l.onloadend=d:l.onreadystatechange=o(function(){!l||l.readyState!==4||l.status===0&&!(l.responseURL&&l.responseURL.indexOf("file:")===0)||setTimeout(d)},"handleLoad"),l.onabort=o(function(){l&&(n(new A("Request aborted",A.ECONNABORTED,e,l)),l=null)},"handleAbort"),l.onerror=o(function(){n(new A("Network Error",A.ERR_NETWORK,e,l)),l=null},"handleError"),l.ontimeout=o(function(){let f=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",b=e.transitional||Be;e.timeoutErrorMessage&&(f=e.timeoutErrorMessage),n(new A(f,b.clarifyTimeoutError?A.ETIMEDOUT:A.ECONNABORTED,e,l)),l=null},"handleTimeout"),H.isStandardBrowserEnv){let u=(e.withCredentials||go(p))&&e.xsrfCookieName&&bo.read(e.xsrfCookieName);u&&s.set(e.xsrfHeaderName,u)}a===void 0&&s.setContentType(null),"setRequestHeader"in l&&x.forEach(s.toJSON(),o(function(f,b){l.setRequestHeader(b,f)},"setRequestHeader")),x.isUndefined(e.withCredentials)||(l.withCredentials=!!e.withCredentials),r&&r!=="json"&&(l.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&l.addEventListener("progress",yo(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&l.upload&&l.upload.addEventListener("progress",yo(e.onUploadProgress)),(e.cancelToken||e.signal)&&(c=o(u=>{l&&(n(!u||u.type?new pe(null,e,l):u),l.abort(),l=null)},"onCanceled"),e.cancelToken&&e.cancelToken.subscribe(c),e.signal&&(e.signal.aborted?c():e.signal.addEventListener("abort",c)));let h=pt(p);if(h&&H.protocols.indexOf(h)===-1){n(new A("Unsupported protocol "+h+":",A.ERR_BAD_REQUEST,e));return}l.send(a||null)},"dispatchXhrRequest"))};var qt={http:vo,xhr:Eo};x.forEach(qt,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});var So={getAdapter:e=>{e=x.isArray(e)?e:[e];let{length:t}=e,i,n;for(let a=0;a<t&&(i=e[a],!(n=x.isString(i)?qt[i.toLowerCase()]:i));a++);if(!n)throw n===!1?new A(`Adapter ${i} is not supported by the environment`,"ERR_NOT_SUPPORT"):new Error(x.hasOwnProp(qt,i)?`Adapter '${i}' is not available in the build`:`Unknown adapter '${i}'`);if(!x.isFunction(n))throw new TypeError("adapter is not a function");return n},adapters:qt};function Ea(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new pe(null,e)}o(Ea,"throwIfCancellationRequested");function zt(e){return Ea(e),e.headers=z.from(e.headers),e.data=nt.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),So.getAdapter(e.adapter||He.adapter)(e).then(o(function(n){return Ea(e),n.data=nt.call(e,e.transformResponse,n),n.headers=z.from(n.headers),n},"onAdapterResolution"),o(function(n){return st(n)||(Ea(e),n&&n.response&&(n.response.data=nt.call(e,e.transformResponse,n.response),n.response.headers=z.from(n.response.headers))),Promise.reject(n)},"onAdapterRejection"))}o(zt,"dispatchRequest");var wo=o(e=>e instanceof z?e.toJSON():e,"headersToObject");function ve(e,t){t=t||{};let i={};function n(l,p,d){return x.isPlainObject(l)&&x.isPlainObject(p)?x.merge.call({caseless:d},l,p):x.isPlainObject(p)?x.merge({},p):x.isArray(p)?p.slice():p}o(n,"getMergedValue");function a(l,p,d){if(x.isUndefined(p)){if(!x.isUndefined(l))return n(void 0,l,d)}else return n(l,p,d)}o(a,"mergeDeepProperties");function s(l,p){if(!x.isUndefined(p))return n(void 0,p)}o(s,"valueFromConfig2");function r(l,p){if(x.isUndefined(p)){if(!x.isUndefined(l))return n(void 0,l)}else return n(void 0,p)}o(r,"defaultToConfig2");function c(l,p,d){if(d in t)return n(l,p);if(d in e)return n(void 0,l)}o(c,"mergeDirectKeys");let m={url:s,method:s,data:s,baseURL:r,transformRequest:r,transformResponse:r,paramsSerializer:r,timeout:r,timeoutMessage:r,withCredentials:r,adapter:r,responseType:r,xsrfCookieName:r,xsrfHeaderName:r,onUploadProgress:r,onDownloadProgress:r,decompress:r,maxContentLength:r,maxBodyLength:r,beforeRedirect:r,transport:r,httpAgent:r,httpsAgent:r,cancelToken:r,socketPath:r,responseEncoding:r,validateStatus:c,headers:(l,p)=>a(wo(l),wo(p),!0)};return x.forEach(Object.keys(e).concat(Object.keys(t)),o(function(p){let d=m[p]||a,h=d(e[p],t[p],p);x.isUndefined(h)&&d!==c||(i[p]=h)},"computeConfigValue")),i}o(ve,"mergeConfig");var Sa={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Sa[e]=o(function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e},"validator")});var Ao={};Sa.transitional=o(function(t,i,n){function a(s,r){return"[Axios v"+Ie+"] Transitional option '"+s+"'"+r+(n?". "+n:"")}return o(a,"formatMessage"),(s,r,c)=>{if(t===!1)throw new A(a(r," has been removed"+(i?" in "+i:"")),A.ERR_DEPRECATED);return i&&!Ao[r]&&(Ao[r]=!0,console.warn(a(r," has been deprecated since v"+i+" and will be removed in the near future"))),t?t(s,r,c):!0}},"transitional");function qu(e,t,i){if(typeof e!="object")throw new A("options must be an object",A.ERR_BAD_OPTION_VALUE);let n=Object.keys(e),a=n.length;for(;a-- >0;){let s=n[a],r=t[s];if(r){let c=e[s],m=c===void 0||r(c,s,e);if(m!==!0)throw new A("option "+s+" must be "+m,A.ERR_BAD_OPTION_VALUE);continue}if(i!==!0)throw new A("Unknown option "+s,A.ERR_BAD_OPTION)}}o(qu,"assertOptions");var Mt={assertOptions:qu,validators:Sa};var we=Mt.validators,Gt=o(class{constructor(t){this.defaults=t,this.interceptors={request:new sa,response:new sa}}request(t,i){typeof t=="string"?(i=i||{},i.url=t):i=t||{},i=ve(this.defaults,i);let{transitional:n,paramsSerializer:a,headers:s}=i;n!==void 0&&Mt.assertOptions(n,{silentJSONParsing:we.transitional(we.boolean),forcedJSONParsing:we.transitional(we.boolean),clarifyTimeoutError:we.transitional(we.boolean)},!1),a!==void 0&&Mt.assertOptions(a,{encode:we.function,serialize:we.function},!0),i.method=(i.method||this.defaults.method||"get").toLowerCase();let r;r=s&&x.merge(s.common,s[i.method]),r&&x.forEach(["delete","get","head","post","put","patch","common"],f=>{delete s[f]}),i.headers=z.concat(r,s);let c=[],m=!0;this.interceptors.request.forEach(o(function(b){typeof b.runWhen=="function"&&b.runWhen(i)===!1||(m=m&&b.synchronous,c.unshift(b.fulfilled,b.rejected))},"unshiftRequestInterceptors"));let l=[];this.interceptors.response.forEach(o(function(b){l.push(b.fulfilled,b.rejected)},"pushResponseInterceptors"));let p,d=0,h;if(!m){let f=[zt.bind(this),void 0];for(f.unshift.apply(f,c),f.push.apply(f,l),h=f.length,p=Promise.resolve(i);d<h;)p=p.then(f[d++],f[d++]);return p}h=c.length;let u=i;for(d=0;d<h;){let f=c[d++],b=c[d++];try{u=f(u)}catch(y){b.call(this,y);break}}try{p=zt.call(this,u)}catch(f){return Promise.reject(f)}for(d=0,h=l.length;d<h;)p=p.then(l[d++],l[d++]);return p}getUri(t){t=ve(this.defaults,t);let i=Oe(t.baseURL,t.url);return _e(i,t.params,t.paramsSerializer)}},"Axios");x.forEach(["delete","get","head","options"],o(function(t){Gt.prototype[t]=function(i,n){return this.request(ve(n||{},{method:t,url:i,data:(n||{}).data}))}},"forEachMethodNoData"));x.forEach(["post","put","patch"],o(function(t){function i(n){return o(function(s,r,c){return this.request(ve(c||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:s,data:r}))},"httpMethod")}o(i,"generateHTTPMethod"),Gt.prototype[t]=i(),Gt.prototype[t+"Form"]=i(!0)},"forEachMethodWithData"));var ut=Gt;var zu=o(class Ro{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let i;this.promise=new Promise(o(function(s){i=s},"promiseExecutor"));let n=this;this.promise.then(a=>{if(!n._listeners)return;let s=n._listeners.length;for(;s-- >0;)n._listeners[s](a);n._listeners=null}),this.promise.then=a=>{let s,r=new Promise(c=>{n.subscribe(c),s=c}).then(a);return r.cancel=o(function(){n.unsubscribe(s)},"reject"),r},t(o(function(s,r,c){n.reason||(n.reason=new pe(s,r,c),i(n.reason))},"cancel"))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;let i=this._listeners.indexOf(t);i!==-1&&this._listeners.splice(i,1)}static source(){let t;return{token:new Ro(o(function(a){t=a},"executor")),cancel:t}}},"CancelToken"),_o=zu;function wa(e){return o(function(i){return e.apply(null,i)},"wrap")}o(wa,"spread");function Aa(e){return x.isObject(e)&&e.isAxiosError===!0}o(Aa,"isAxiosError");var Ra={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Ra).forEach(([e,t])=>{Ra[t]=e});var Oo=Ra;function To(e){let t=new ut(e),i=et(ut.prototype.request,t);return x.extend(i,ut.prototype,t,{allOwnKeys:!0}),x.extend(i,t,null,{allOwnKeys:!0}),i.create=o(function(a){return To(ve(e,a))},"create"),i}o(To,"createInstance");var M=To(He);M.Axios=ut;M.CanceledError=pe;M.CancelToken=_o;M.isCancel=st;M.VERSION=Ie;M.toFormData=ge;M.AxiosError=A;M.Cancel=M.CanceledError;M.all=o(function(t){return Promise.all(t)},"all");M.spread=wa;M.isAxiosError=Aa;M.mergeConfig=ve;M.AxiosHeaders=z;M.formToJSON=e=>It(x.isHTMLForm(e)?new FormData(e):e);M.HttpStatusCode=Oo;M.default=M;var Wt=M;var{Axios:gS,AxiosError:yS,CanceledError:ES,isCancel:SS,CancelToken:wS,VERSION:AS,all:RS,Cancel:_S,isAxiosError:OS,spread:TS,toFormData:LS,AxiosHeaders:NS,HttpStatusCode:IS,formToJSON:PS,mergeConfig:DS}=Wt;var Mu=Symbol("cache-parser");function We(e){return(typeof e=="string"||typeof e=="number")&&(e=Number(e))>=0&&e<1/0}o(We,"a");function ue(e){return e===!0||typeof e=="number"||typeof e=="string"&&e!=="false"}o(ue,"r");var Ke=Number;function Lo(e){var t=Object.defineProperty({},Mu,{enumerable:!1,value:1});if(!e||typeof e!="string")return t;var i=function(l){var p={},d=l.toLowerCase().replace(/\s+/g,"").split(",");for(var h in d){var u,f=d[h].split("=",2);p[f[0]]=(u=f[1])==null||u}return p}(e),n=i["max-age"],a=i["max-stale"],s=i["min-fresh"],r=i["s-maxage"],c=i["stale-if-error"],m=i["stale-while-revalidate"];return ue(i.immutable)&&(t.immutable=!0),We(n)&&(t.maxAge=Ke(n)),We(a)&&(t.maxStale=Ke(a)),We(s)&&(t.minFresh=Ke(s)),ue(i["must-revalidate"])&&(t.mustRevalidate=!0),ue(i["must-understand"])&&(t.mustUnderstand=!0),ue(i["no-cache"])&&(t.noCache=!0),ue(i["no-store"])&&(t.noStore=!0),ue(i["no-transform"])&&(t.noTransform=!0),ue(i["only-if-cached"])&&(t.onlyIfCached=!0),ue(i.private)&&(t.private=!0),ue(i["proxy-revalidate"])&&(t.proxyRevalidate=!0),ue(i.public)&&(t.public=!0),We(r)&&(t.sMaxAge=Ke(r)),We(c)&&(t.staleIfError=Ke(c)),We(m)&&(t.staleWhileRevalidate=Ke(m)),t}o(Lo,"s");var Wu=Symbol();function No(){var e,t,i=new Promise(function(n,a){e=n,t=a});return i.resolve=e,i.reject=t,i[Wu]=1,i}o(No,"e");function Io(e){var t=typeof e;if(e&&t==="object"&&!(e instanceof Date||e instanceof RegExp)){for(var i=Array.isArray(e)?[]:{},n=Object.keys(e).sort(function(r,c){return r>c?1:-1}),a=n.length;a--;){var s=n[a];i[s]=Io(e[s])}return String(e.constructor)+JSON.stringify(i,n)}return t+String(e)}o(Io,"r");function Po(e){e=Io(e);for(var t=5381,i=0;i<e.length;)t=33*t^e.charCodeAt(i++);return t}o(Po,"t");var Ye={d:(e,t)=>{for(var i in t)Ye.o(t,i)&&!Ye.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},q={};Ye.d(q,{h4:()=>G,UN:()=>Mo,uu:()=>zo,Kd:()=>Ta,ZF:()=>Vu,nv:()=>_a,p:()=>$o,E7:()=>Uo,NQ:()=>Co,xK:()=>Go,G6:()=>jo,LN:()=>Ho,Bw:()=>Oa,Ad:()=>Kt,$k:()=>qo,v8:()=>Zu,Jk:()=>Fo,tI:()=>Bo,iS:()=>ko});var Ju=(e=>{var t={};return Ye.d(t,e),t})({parse:()=>Lo}),G=Object.freeze({IfModifiedSince:"if-modified-since",LastModified:"last-modified",IfNoneMatch:"if-none-match",CacheControl:"cache-control",Pragma:"pragma",ETag:"etag",Expires:"expires",Age:"age",XAxiosCacheEtag:"x-axios-cache-etag",XAxiosCacheLastModified:"x-axios-cache-last-modified",XAxiosCacheStaleIfError:"x-axios-cache-stale-if-error"}),Co=o(e=>{if(!e)return"not enough headers";let t=e[G.CacheControl];if(t){let{noCache:n,noStore:a,mustRevalidate:s,maxAge:r,immutable:c}=(0,Ju.parse)(String(t));if(n||a)return"dont cache";if(c)return 31536e6;if(s)return 0;if(r!==void 0){let m=e[G.Age];return m?1e3*(r-Number(m)):1e3*r}}let i=e[G.Expires];if(i){let n=Date.parse(String(i))-Date.now();return n>=0?n:"dont cache"}return"not enough headers"},"i"),Xu=(e=>{var t={};return Ye.d(t,e),t})({deferred:()=>No});function Uo(e){return e?t=>e(t)||t===304:t=>t>=200&&t<300||t===304}o(Uo,"d");function Kt(e="get",t=[]){return e=e.toLowerCase(),t.some(i=>i===e)}o(Kt,"u");function ko(e,t){var i;t.headers||(t.headers={});let{etag:n,modifiedSince:a}=t.cache;if(n){let s=n===!0?(i=e.data)===null||i===void 0?void 0:i.headers[G.ETag]:n;s&&(t.headers[G.IfNoneMatch]=s)}a&&(t.headers[G.IfModifiedSince]=a===!0?e.data.headers[G.LastModified]||new Date(e.createdAt).toUTCString():a.toUTCString())}o(ko,"f");function $o(e,t){return e.status===304&&t?(e.cached=!0,e.data=t.data,e.status=t.status,e.statusText=t.statusText,e.headers=Object.assign(Object.assign({},t.headers),e.headers),t):{data:e.data,status:e.status,statusText:e.statusText,headers:e.headers}}o($o,"h");function jo(e){let t=o(async i=>{var n,a,s,r,c,m,l,p,d;let h=i.id=e.generateKey(i);if(i.cache===!1||(i.cache=Object.assign(Object.assign({},e.defaults.cache),i.cache),i.cache.cacheTakeover&&((n=(r=i.headers)[c=G.CacheControl])!==null&&n!==void 0||(r[c]="no-cache"),(a=(m=i.headers)[l=G.Pragma])!==null&&a!==void 0||(m[l]="no-cache"),(s=(p=i.headers)[d=G.Expires])!==null&&s!==void 0||(p[d]="0")),!Kt(i.method,i.cache.methods)))return i;let u=await e.storage.get(h,i),f=i.cache.override;e:if(u.state==="empty"||u.state==="stale"||f){if(e.waiting[h]&&!f&&(u=await e.storage.get(h,i),u.state!=="empty"))break e;return e.waiting[h]=(0,Xu.deferred)(),e.waiting[h].catch(()=>{}),await e.storage.set(h,{state:"loading",previous:f?u.data?"stale":"empty":u.state,data:u.data,createdAt:f&&!u.createdAt?Date.now():u.createdAt},i),u.state==="stale"&&ko(u,i),i.validateStatus=Uo(i.validateStatus),i}let b;if(u.state==="loading"){let y=e.waiting[h];if(!y)return await e.storage.remove(h,i),i;try{b=await y}catch{return i}}else b=u.data;return i.adapter=()=>Promise.resolve({config:i,data:b.data,headers:b.headers,status:b.status,statusText:b.statusText,cached:!0,id:h}),i},"t");return{onFulfilled:t,apply:()=>e.interceptors.request.use(t)}}o(jo,"l");async function Fo(e,t){var i;if(typeof t=="function")return t(e);let{statusCheck:n,responseMatch:a,containsHeaders:s}=t;if(n&&!await n(e.status)||a&&!await a(e))return!1;if(s){for(let[r,c]of Object.entries(s))if(!await c((i=e.headers[r.toLowerCase()])!==null&&i!==void 0?i:e.headers[r]))return!1}return!0}o(Fo,"g");async function Bo(e,t,i){if(typeof i=="function")return i(t);for(let[n,a]of Object.entries(i)){if(a==="delete"){await e.remove(n,t.config);continue}let s=await e.get(n,t.config);if(s.state==="loading")continue;let r=await a(s,t);r!=="delete"?r!=="ignore"&&await e.set(n,r,t.config):await e.remove(n,t.config)}}o(Bo,"p");function Ho(e){let t=o(async(a,s)=>{var r;await e.storage.remove(a,s),(r=e.waiting[a])===null||r===void 0||r.reject(),delete e.waiting[a]},"t"),i=o(async a=>{var s,r,c;let m=a.id=(s=(c=a.config).id)!==null&&s!==void 0?s:c.id=e.generateKey(a.config);if((r=a.cached)!==null&&r!==void 0||(a.cached=!1),a.cached)return a;let l=a.config,p=l.cache;if(!p)return Object.assign(Object.assign({},a),{cached:!1});if(p.update&&await Bo(e.storage,a,p.update),!Kt(l.method,p.methods))return a;let d=await e.storage.get(m,l);if(d.state!=="loading")return a;if(!d.data&&!await Fo(a,p.cachePredicate))return await t(m,l),a;for(let y of Object.keys(a.headers))y.startsWith("x-axios-cache")&&delete a.headers[y];p.etag&&p.etag!==!0&&(a.headers[G.XAxiosCacheEtag]=p.etag),p.modifiedSince&&(a.headers[G.XAxiosCacheLastModified]=p.modifiedSince===!0?"use-cache-timestamp":p.modifiedSince.toUTCString());let h=p.ttl||-1;if(p.interpretHeader){let y=e.headerInterpreter(a.headers);if(y==="dont cache")return await t(m,l),a;h=y==="not enough headers"?h:y}let u=$o(a,d.data);typeof h=="function"&&(h=await h(a)),p.staleIfError&&(a.headers[G.XAxiosCacheStaleIfError]=String(h));let f={state:"cached",ttl:h,createdAt:Date.now(),data:u},b=e.waiting[m];return b&&(b.resolve(f.data),delete e.waiting[m]),await e.storage.set(m,f,l),a},"a"),n=o(async a=>{var s;let r=a.config,c=r.id,m=r.cache;if(!m||!c||!Kt(r.method,m.methods))throw a;let l=await e.storage.get(c,r);if(l.state!=="loading"||l.previous!=="stale")throw await t(c,r),a;if(m.staleIfError){let p=typeof m.staleIfError=="function"?await m.staleIfError(a.response,l,a):m.staleIfError;if(p===!0||typeof p=="number"&&l.createdAt+p>Date.now())return(s=e.waiting[c])===null||s===void 0||s.resolve(l.data),delete e.waiting[c],await e.storage.set(c,{state:"stale",createdAt:Date.now(),data:l.data},r),{cached:!0,config:r,id:c,data:l.data.data,headers:l.data.headers,status:l.data.status,statusText:l.data.statusText}}throw a},"r");return{onFulfilled:i,onRejected:n,apply:()=>e.interceptors.response.use(i,n)}}o(Ho,"m");var qo=o(e=>!!e&&!!e["is-storage"],"v");function _a(e){let t=e.data.headers;return G.ETag in t||G.LastModified in t||G.XAxiosCacheEtag in t||G.XAxiosCacheStaleIfError in t||G.XAxiosCacheLastModified in t}o(_a,"w");function Oa(e){return e.createdAt+e.ttl<=Date.now()}o(Oa,"y");function Ta({set:e,find:t,remove:i}){return{"is-storage":1,set:e,remove:i,get:async(n,a)=>{let s=await t(n,a);if(!s)return{state:"empty"};if(s.state!=="cached"||!Oa(s))return s;if(_a(s)){let r={state:"stale",createdAt:s.createdAt,data:s.data};return await e(n,r,a),r}return await i(n,a),{state:"empty"}}}}o(Ta,"x");function zo(e=!1){let t=Ta({set:(i,n)=>{t.data[i]=n},remove:i=>{delete t.data[i]},find:i=>{let n=t.data[i];return e&&n!==void 0?typeof structuredClone=="function"?structuredClone(n):JSON.parse(JSON.stringify(n)):n}});return t.data=Object.create(null),t}o(zo,"I");var Qu=(e=>{var t={};return Ye.d(t,e),t})({hash:()=>Po}),Do=/^\/|\/$/g;function Mo(e){return t=>{if(t.id)return t.id;let i=e(t);return typeof i=="string"||typeof i=="number"?`${i}`:`${(0,Qu.hash)(i)}`}}o(Mo,"C");var Go=Mo(({baseURL:e="",url:t="",method:i="get",params:n,data:a})=>(e&&(e=e.replace(Do,"")),t&&(t=t.replace(Do,"")),i&&(i=i.toLowerCase()),{url:e+(e&&t?"/":"")+t,params:n,method:i,data:a}));function Zu(e,t={}){var i,n,a,s,r,c;let m=e;if(m.defaults.cache)throw new Error("setupCache() should be called only once");if(m.storage=t.storage||zo(),!qo(m.storage))throw new Error("Use buildStorage() function");return m.waiting=t.waiting||{},m.generateKey=t.generateKey||Go,m.headerInterpreter=t.headerInterpreter||Co,m.requestInterceptor=t.requestInterceptor||jo(m),m.responseInterceptor=t.responseInterceptor||Ho(m),m.debug=t.debug,m.defaults.cache={update:t.update||{},ttl:(i=t.ttl)!==null&&i!==void 0?i:3e5,methods:t.methods||["get"],cachePredicate:t.cachePredicate||{statusCheck:l=>l>=200&&l<400},etag:(n=t.etag)===null||n===void 0||n,modifiedSince:(a=t.modifiedSince)!==null&&a!==void 0?a:t.etag===!1,interpretHeader:(s=t.interpretHeader)===null||s===void 0||s,cacheTakeover:(r=t.cacheTakeover)===null||r===void 0||r,staleIfError:(c=t.staleIfError)===null||c===void 0||c,override:!1},m.requestInterceptor.apply(),m.responseInterceptor.apply(),m}o(Zu,"E");function Vu(e,t="axios-cache-"){return Ta({find:i=>{let n=e.getItem(t+i);return n?JSON.parse(n):void 0},remove:i=>{e.removeItem(t+i)},set:(i,n)=>{let a=o(()=>e.setItem(t+i,JSON.stringify(n)),"s");try{return a()}catch{let r=Object.entries(e).filter(c=>c[0].startsWith(t)).map(c=>[c[0],JSON.parse(c[1])]);for(let c of r)c[1].state==="cached"&&Oa(c[1])&&!_a(c[1])&&e.removeItem(c[0]);try{return a()}catch{let m=r.sort((l,p)=>(l[1].createdAt||0)-(p[1].createdAt||0));for(let l of m){e.removeItem(l[0]);try{return a()}catch{}}}e.removeItem(t+i)}}})}o(Vu,"O");var jS=q.h4,FS=q.UN,BS=q.uu,HS=q.Kd,qS=q.ZF,zS=q.nv,MS=q.p,GS=q.E7,WS=q.NQ,KS=q.xK,YS=q.G6,JS=q.LN,XS=q.Bw,QS=q.Ad,ZS=q.$k,Wo=q.v8,VS=q.Jk,ew=q.tI,tw=q.iS;var Vc=te(Zc());var ep=o(e=>(0,Vc.default)(e),"createLogger"),tp=o((e,t)=>(t.info(`[ Request Config ] ${e.method?.toUpperCase()||""} | ${e.url||""}`),e),"handleRequest"),ip=o((e,t)=>{throw t.error(`[ Request Error ] CODE ${e.code||"UNKNOWN"} | ${e.message}`),e},"handleRequestError"),ap=o((e,t)=>(t.info(e.data),e),"handleResponse"),np=o((e,t)=>{throw t.error(`[ Response Error ] CODE ${e.code||"UNKNOWN"} | ${e.message}`),e},"handleResponseError");var U=class{api;logger;constructor(t){this.api=Wo(Wt.create({baseURL:t?.baseURL??Ve.REST,headers:{"Content-Type":"application/json"}}),t?.cacheOptions),this.logger=ep({enabled:!(t?.logOptions?.enabled===void 0||t?.logOptions.enabled===!1),...t?.logOptions}),this.api.interceptors.request.use(i=>tp(i,this.logger),i=>ip(i,this.logger)),this.api.interceptors.response.use(i=>ap(i,this.logger),i=>np(i,this.logger))}};o(U,"BaseClient");var dt=class extends U{constructor(t){super(t)}async getBerryByName(t){return new Promise((i,n)=>{this.api.get(`${v.Berry}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getBerryById(t){return new Promise((i,n)=>{this.api.get(`${v.Berry}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getBerryFirmnessById(t){return new Promise((i,n)=>{this.api.get(`${v.BerryFirmness}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getBerryFirmnessByName(t){return new Promise((i,n)=>{this.api.get(`${v.BerryFirmness}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getBerryFlavorById(t){return new Promise((i,n)=>{this.api.get(`${v.BerryFlavor}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getBerryFlavorByName(t){return new Promise((i,n)=>{this.api.get(`${v.BerryFlavor}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}listBerries(t,i){return new Promise((n,a)=>{this.api.get(`${v.Berry}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}listBerryFirmnesses(t,i){return new Promise((n,a)=>{this.api.get(`${v.BerryFirmness}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}listBerryFlavors(t,i){return new Promise((n,a)=>{this.api.get(`${v.BerryFlavor}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}};o(dt,"BerryClient");var ft=class extends U{constructor(t){super(t)}async getContestTypeByName(t){return new Promise((i,n)=>{this.api.get(`${v.ContestType}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getContestTypeById(t){return new Promise((i,n)=>{this.api.get(`${v.ContestType}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getContestEffectById(t){return new Promise((i,n)=>{this.api.get(`${v.ContestEffect}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getSuperContestEffectById(t){return new Promise((i,n)=>{this.api.get(`${v.SuperContestEffect}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async listContestTypes(t,i){return new Promise((n,a)=>{this.api.get(`${v.ContestType}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listContestEffects(t,i){return new Promise((n,a)=>{this.api.get(`${v.ContestEffect}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listSuperContestEffects(t,i){return new Promise((n,a)=>{this.api.get(`${v.SuperContestEffect}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}};o(ft,"ContestClient");var ht=class extends U{constructor(t){super(t)}async getEncounterMethodByName(t){return new Promise((i,n)=>{this.api.get(`${v.EncouterMethod}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getEncounterMethodById(t){return new Promise((i,n)=>{this.api.get(`${v.EncouterMethod}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getEncounterConditionById(t){return new Promise((i,n)=>{this.api.get(`${v.EncounterCondition}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getEncounterConditionByName(t){return new Promise((i,n)=>{this.api.get(`${v.EncounterCondition}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getEncounterConditionValueByName(t){return new Promise((i,n)=>{this.api.get(`${v.EncouterConditionValue}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getEncounterConditionValueById(t){return new Promise((i,n)=>{this.api.get(`${v.EncouterConditionValue}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async listEncounterMethods(t,i){return new Promise((n,a)=>{this.api.get(`${v.EncouterMethod}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listEncounterConditions(t,i){return new Promise((n,a)=>{this.api.get(`${v.EncounterCondition}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listEncounterConditionValues(t,i){return new Promise((n,a)=>{this.api.get(`${v.EncouterConditionValue}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}};o(ht,"EncounterClient");var xt=class extends U{constructor(t){super(t)}async getEvolutionChainById(t){return new Promise((i,n)=>{this.api.get(`${v.EvolutionChain}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getEvolutionTriggerById(t){return new Promise((i,n)=>{this.api.get(`${v.EvolutionTrigger}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getEvolutionTriggerByName(t){return new Promise((i,n)=>{this.api.get(`${v.EvolutionTrigger}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async listEvolutionChains(t,i){return new Promise((n,a)=>{this.api.get(`${v.EvolutionChain}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listEvolutionTriggers(t,i){return new Promise((n,a)=>{this.api.get(`${v.EvolutionTrigger}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}};o(xt,"EvolutionClient");var vt=class extends U{constructor(t){super(t)}async getGenerationByName(t){return new Promise((i,n)=>{this.api.get(`${v.Generation}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getGenerationById(t){return new Promise((i,n)=>{this.api.get(`${v.Generation}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokedexByName(t){return new Promise((i,n)=>{this.api.get(`${v.Pokedex}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokedexById(t){return new Promise((i,n)=>{this.api.get(`${v.Pokedex}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getVersionByName(t){return new Promise((i,n)=>{this.api.get(`${v.Version}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getVersionById(t){return new Promise((i,n)=>{this.api.get(`${v.Version}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getVersionGroupByName(t){return new Promise((i,n)=>{this.api.get(`${v.VersionGroup}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getVersionGroupById(t){return new Promise((i,n)=>{this.api.get(`${v.VersionGroup}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async listGenerations(t,i){return new Promise((n,a)=>{this.api.get(`${v.Generation}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listPokedexes(t,i){return new Promise((n,a)=>{this.api.get(`${v.Pokedex}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listVersions(t,i){return new Promise((n,a)=>{this.api.get(`${v.Version}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listVersionGroups(t,i){return new Promise((n,a)=>{this.api.get(`${v.VersionGroup}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}};o(vt,"GameClient");var bt=class extends U{constructor(t){super(t)}async getItemByName(t){return new Promise((i,n)=>{this.api.get(`${v.Item}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getItemById(t){return new Promise((i,n)=>{this.api.get(`${v.Item}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getItemAttributeByName(t){return new Promise((i,n)=>{this.api.get(`${v.ItemAttribute}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getItemAttributeById(t){return new Promise((i,n)=>{this.api.get(`${v.ItemAttribute}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getItemCategoryByName(t){return new Promise((i,n)=>{this.api.get(`${v.ItemCategory}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getItemCategoryById(t){return new Promise((i,n)=>{this.api.get(`${v.ItemCategory}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getItemFlingEffectByName(t){return new Promise((i,n)=>{this.api.get(`${v.ItemFlingEffect}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getItemFlingEffectById(t){return new Promise((i,n)=>{this.api.get(`${v.ItemFlingEffect}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getItemPocketByName(t){return new Promise((i,n)=>{this.api.get(`${v.ItemPocket}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getItemPocketById(t){return new Promise((i,n)=>{this.api.get(`${v.ItemPocket}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async listItems(t,i){return new Promise((n,a)=>{this.api.get(`${v.Item}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listItemAttributes(t,i){return new Promise((n,a)=>{this.api.get(`${v.ItemAttribute}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listItemCategories(t,i){return new Promise((n,a)=>{this.api.get(`${v.ItemCategory}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listItemFilingEffects(t,i){return new Promise((n,a)=>{this.api.get(`${v.ItemFlingEffect}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listItemPockets(t,i){return new Promise((n,a)=>{this.api.get(`${v.ItemPocket}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}};o(bt,"ItemClient");var gt=class extends U{constructor(t){super(t)}async getLocationByName(t){return new Promise((i,n)=>{this.api.get(`${v.Location}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getLocationById(t){return new Promise((i,n)=>{this.api.get(`${v.Location}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getLocationAreaByName(t){return new Promise((i,n)=>{this.api.get(`${v.LocationArea}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getLocationAreaById(t){return new Promise((i,n)=>{this.api.get(`${v.LocationArea}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPalParkAreaByName(t){return new Promise((i,n)=>{this.api.get(`${v.PalParkArea}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPalParkAreaById(t){return new Promise((i,n)=>{this.api.get(`${v.PalParkArea}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getRegionByName(t){return new Promise((i,n)=>{this.api.get(`${v.Region}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getRegionById(t){return new Promise((i,n)=>{this.api.get(`${v.Region}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async listLocations(t,i){return new Promise((n,a)=>{this.api.get(`${v.Location}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listLocationAreas(t,i){return new Promise((n,a)=>{this.api.get(`${v.LocationArea}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listPalParkAreas(t,i){return new Promise((n,a)=>{this.api.get(`${v.PalParkArea}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listRegions(t,i){return new Promise((n,a)=>{this.api.get(`${v.Region}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}};o(gt,"LocationClient");var yt=class extends U{constructor(t){super(t)}async getMachineById(t){return new Promise((i,n)=>{this.api.get(`${v.Machine}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async listMachines(t,i){return new Promise((n,a)=>{this.api.get(`${v.Machine}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}};o(yt,"MachineClient");var Et=class extends U{constructor(t){super(t)}async getMoveByName(t){return new Promise((i,n)=>{this.api.get(`${v.Move}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveById(t){return new Promise((i,n)=>{this.api.get(`${v.Move}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveAilmentByName(t){return new Promise((i,n)=>{this.api.get(`${v.MoveAilment}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveAilmentById(t){return new Promise((i,n)=>{this.api.get(`${v.MoveAilment}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveBattleStyleByName(t){return new Promise((i,n)=>{this.api.get(`${v.MoveBattleStyle}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveBattleStyleById(t){return new Promise((i,n)=>{this.api.get(`${v.MoveBattleStyle}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveCategoryByName(t){return new Promise((i,n)=>{this.api.get(`${v.MoveCategory}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveCategoryById(t){return new Promise((i,n)=>{this.api.get(`${v.MoveCategory}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveDamageClassByName(t){return new Promise((i,n)=>{this.api.get(`${v.MoveDamageClass}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveDamageClassById(t){return new Promise((i,n)=>{this.api.get(`${v.MoveDamageClass}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveLearnMethodByName(t){return new Promise((i,n)=>{this.api.get(`${v.MoveLearnMethod}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveLearnMethodById(t){return new Promise((i,n)=>{this.api.get(`${v.MoveLearnMethod}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveTargetByName(t){return new Promise((i,n)=>{this.api.get(`${v.MoveTarget}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getMoveTargetById(t){return new Promise((i,n)=>{this.api.get(`${v.MoveTarget}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async listMoves(t,i){return new Promise((n,a)=>{this.api.get(`${v.Move}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listMoveAilments(t,i){return new Promise((n,a)=>{this.api.get(`${v.MoveAilment}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listMoveBattleStyles(t,i){return new Promise((n,a)=>{this.api.get(`${v.MoveBattleStyle}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listMoveCategories(t,i){return new Promise((n,a)=>{this.api.get(`${v.MoveCategory}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listMoveDamageClasses(t,i){return new Promise((n,a)=>{this.api.get(`${v.MoveDamageClass}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listMoveLearnMethods(t,i){return new Promise((n,a)=>{this.api.get(`${v.MoveLearnMethod}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listMoveTargets(t,i){return new Promise((n,a)=>{this.api.get(`${v.MoveTarget}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}};o(Et,"MoveClient");var St=class extends U{constructor(t){super(t)}async getAbilityByName(t){return new Promise((i,n)=>{this.api.get(`${v.Ability}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getAbilityById(t){return new Promise((i,n)=>{this.api.get(`${v.Ability}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getCharacteristicById(t){return new Promise((i,n)=>{this.api.get(`${v.Characteristic}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getEggGroupByName(t){return new Promise((i,n)=>{this.api.get(`${v.EggGroup}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getEggGroupById(t){return new Promise((i,n)=>{this.api.get(`${v.EggGroup}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getGenderByName(t){return new Promise((i,n)=>{this.api.get(`${v.Gender}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getGenderById(t){return new Promise((i,n)=>{this.api.get(`${v.Gender}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getGrowthRateByName(t){return new Promise((i,n)=>{this.api.get(`${v.GrowthRate}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getGrowthRateById(t){return new Promise((i,n)=>{this.api.get(`${v.GrowthRate}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getNatureByName(t){return new Promise((i,n)=>{this.api.get(`${v.Nature}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getNatureById(t){return new Promise((i,n)=>{this.api.get(`${v.Nature}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokeathlonStatByName(t){return new Promise((i,n)=>{this.api.get(`${v.PokeathlonStat}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokeathlonStatById(t){return new Promise((i,n)=>{this.api.get(`${v.PokeathlonStat}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonByName(t){return new Promise((i,n)=>{this.api.get(`${v.Pokemon}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonById(t){return new Promise((i,n)=>{this.api.get(`${v.Pokemon}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonLocationAreaById(t){return new Promise((i,n)=>{this.api.get(`${v.PokemonLocationArea.replace(":id",t.toString())}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonColorByName(t){return new Promise((i,n)=>{this.api.get(`${v.PokemonColor}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonColorById(t){return new Promise((i,n)=>{this.api.get(`${v.PokemonColor}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonFormByName(t){return new Promise((i,n)=>{this.api.get(`${v.PokemonForm}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonFormById(t){return new Promise((i,n)=>{this.api.get(`${v.PokemonForm}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonHabitatByName(t){return new Promise((i,n)=>{this.api.get(`${v.PokemonHabitat}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonHabitatById(t){return new Promise((i,n)=>{this.api.get(`${v.PokemonHabitat}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonShapeByName(t){return new Promise((i,n)=>{this.api.get(`${v.PokemonShape}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonShapeById(t){return new Promise((i,n)=>{this.api.get(`${v.PokemonShape}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonSpeciesByName(t){return new Promise((i,n)=>{this.api.get(`${v.PokemonSpecies}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getPokemonSpeciesById(t){return new Promise((i,n)=>{this.api.get(`${v.PokemonSpecies}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getStatByName(t){return new Promise((i,n)=>{this.api.get(`${v.Stat}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getStatById(t){return new Promise((i,n)=>{this.api.get(`${v.Stat}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getTypeByName(t){return new Promise((i,n)=>{this.api.get(`${v.Type}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getTypeById(t){return new Promise((i,n)=>{this.api.get(`${v.Type}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async listAbilities(t,i){return new Promise((n,a)=>{this.api.get(`${v.Ability}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listCharacteristics(t,i){return new Promise((n,a)=>{this.api.get(`${v.Characteristic}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listEggGroups(t,i){return new Promise((n,a)=>{this.api.get(`${v.EggGroup}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listGenders(t,i){return new Promise((n,a)=>{this.api.get(`${v.Gender}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listGrowthRates(t,i){return new Promise((n,a)=>{this.api.get(`${v.GrowthRate}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listNatures(t,i){return new Promise((n,a)=>{this.api.get(`${v.Nature}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listPokeathlonStats(t,i){return new Promise((n,a)=>{this.api.get(`${v.PokeathlonStat}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listPokemons(t,i){return new Promise((n,a)=>{this.api.get(`${v.Pokemon}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listPokemonColors(t,i){return new Promise((n,a)=>{this.api.get(`${v.PokemonColor}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listPokemonForms(t,i){return new Promise((n,a)=>{this.api.get(`${v.PokemonForm}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listPokemonHabitats(t,i){return new Promise((n,a)=>{this.api.get(`${v.PokemonHabitat}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listPokemonShapes(t,i){return new Promise((n,a)=>{this.api.get(`${v.PokemonShape}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listPokemonSpecies(t,i){return new Promise((n,a)=>{this.api.get(`${v.PokemonSpecies}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listStats(t,i){return new Promise((n,a)=>{this.api.get(`${v.Stat}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}async listTypes(t,i){return new Promise((n,a)=>{this.api.get(`${v.Type}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}};o(St,"PokemonClient");var yn=class extends U{constructor(t){super(t)}async getLanguageById(t){return new Promise((i,n)=>{this.api.get(`${v.Language}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getLanguageByName(t){return new Promise((i,n)=>{this.api.get(`${v.Language}/${t}`).then(a=>i(a.data)).catch(a=>n(a))})}async getResourceByUrl(t){return new Promise((i,n)=>{this.api.get(t,{baseURL:""}).then(a=>i(a.data)).catch(a=>n(a))})}listLanguages(t,i){return new Promise((n,a)=>{this.api.get(`${v.Language}?offset=${t||0}&limit=${i||20}`).then(s=>n(s.data)).catch(s=>a(s))})}};o(yn,"UtilityClient");var En=class extends U{berry;contest;encounter;evolution;game;item;location;machine;move;pokemon;constructor(t){super(t),this.berry=new dt(t),this.contest=new ft(t),this.encounter=new ht(t),this.evolution=new xt(t),this.game=new vt(t),this.item=new bt(t),this.location=new gt(t),this.machine=new yt(t),this.move=new Et(t),this.pokemon=new St(t)}};o(En,"MainClient");})();
|
|
116
|
-
/*! Bundled license information:
|
|
117
|
-
|
|
118
|
-
mime-db/index.js:
|
|
119
|
-
(*!
|
|
120
|
-
* mime-db
|
|
121
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
122
|
-
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
123
|
-
* MIT Licensed
|
|
124
|
-
*)
|
|
125
|
-
|
|
126
|
-
mime-types/index.js:
|
|
127
|
-
(*!
|
|
128
|
-
* mime-types
|
|
129
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
130
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
131
|
-
* MIT Licensed
|
|
132
|
-
*)
|
|
133
|
-
*/
|