@ecodrix/erix-api 1.3.5 → 1.3.6

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.
@@ -1,52 +0,0 @@
1
- "use strict";var Ecodrix=(()=>{var ud=Object.create;var ns=Object.defineProperty,dd=Object.defineProperties,md=Object.getOwnPropertyDescriptor,fd=Object.getOwnPropertyDescriptors,hd=Object.getOwnPropertyNames,qr=Object.getOwnPropertySymbols,xd=Object.getPrototypeOf,Dr=Object.prototype.hasOwnProperty,gd=Object.prototype.propertyIsEnumerable;var Tt=(t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),yd=t=>{throw TypeError(t)},Br=Math.pow,bn=(t,e,s)=>e in t?ns(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,L=(t,e)=>{for(var s in e||(e={}))Dr.call(e,s)&&bn(t,s,e[s]);if(qr)for(var s of qr(e))gd.call(e,s)&&bn(t,s,e[s]);return t},re=(t,e)=>dd(t,fd(e));var T=(t=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(t,{get:(e,s)=>(typeof require!="undefined"?require:e)[s]}):t)(function(t){if(typeof require!="undefined")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var b=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),_n=(t,e)=>{for(var s in e)ns(t,s,{get:e[s],enumerable:!0})},Ir=(t,e,s,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of hd(e))!Dr.call(t,n)&&n!==s&&ns(t,n,{get:()=>e[n],enumerable:!(i=md(e,n))||i.enumerable});return t};var B=(t,e,s)=>(s=t!=null?ud(xd(t)):{},Ir(e||!t||!t.__esModule?ns(s,"default",{value:t,enumerable:!0}):s,t)),vd=t=>Ir(ns({},"__esModule",{value:!0}),t);var k=(t,e,s)=>bn(t,typeof e!="symbol"?e+"":e,s);var c=(t,e,s)=>new Promise((i,n)=>{var a=l=>{try{o(s.next(l))}catch(u){n(u)}},r=l=>{try{o(s.throw(l))}catch(u){n(u)}},o=l=>l.done?i(l.value):Promise.resolve(l.value).then(a,r);o((s=s.apply(t,e)).next())}),Ce=function(t,e){this[0]=t,this[1]=e},Ie=(t,e,s)=>{var i=(r,o,l,u)=>{try{var p=s[r](o),m=(o=p.value)instanceof Ce,f=p.done;Promise.resolve(m?o[0]:o).then(g=>m?i(r==="return"?r:"next",o[1]?{done:g.done,value:g.value}:g,l,u):l({value:g,done:f})).catch(g=>i("throw",g,l,u))}catch(g){u(g)}},n=r=>a[r]=o=>new Promise((l,u)=>i(r,o,l,u)),a={};return s=s.apply(t,e),a[Tt("asyncIterator")]=()=>a,n("next"),n("throw"),n("return"),a},Me=t=>{var e=t[Tt("asyncIterator")],s=!1,i,n={};return e==null?(e=t[Tt("iterator")](),i=a=>n[a]=r=>e[a](r)):(e=e.call(t),i=a=>n[a]=r=>{if(s){if(s=!1,a==="throw")throw r;return r}return s=!0,{done:!1,value:new Ce(new Promise(o=>{var l=e[a](r);l instanceof Object||yd("Object expected"),o(l)}),1)}}),n[Tt("iterator")]=()=>n,i("next"),"throw"in e?i("throw"):n.throw=a=>{throw a},"return"in e&&i("return"),n},jr=(t,e,s)=>(e=t[Tt("asyncIterator")])?e.call(t):(t=t[Tt("iterator")](),e={},s=(i,n)=>(n=t[i])&&(e[i]=a=>new Promise((r,o,l)=>(a=n.call(t,a),l=a.done,Promise.resolve(a.value).then(u=>r({value:u,done:l}),o)))),s("next"),s("return"),e);var Yr=b((Vy,Xr)=>{"use strict";var Jr=T("stream").Stream,cm=T("util");Xr.exports=Oe;function Oe(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}cm.inherits(Oe,Jr);Oe.create=function(t,e){var s=new this;e=e||{};for(var i in e)s[i]=e[i];s.source=t;var n=t.emit;return t.emit=function(){return s._handleEmit(arguments),n.apply(t,arguments)},t.on("error",function(){}),s.pauseStream&&t.pause(),s};Object.defineProperty(Oe.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});Oe.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};Oe.prototype.resume=function(){this._released||this.release(),this.source.resume()};Oe.prototype.pause=function(){this.source.pause()};Oe.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(t){this.emit.apply(this,t)}.bind(this)),this._bufferedEvents=[]};Oe.prototype.pipe=function(){var t=Jr.prototype.pipe.apply(this,arguments);return this.resume(),t};Oe.prototype._handleEmit=function(t){if(this._released){this.emit.apply(this,t);return}t[0]==="data"&&(this.dataSize+=t[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(t)};Oe.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var t="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(t))}}});var to=b((Wy,eo)=>{"use strict";var pm=T("util"),Zr=T("stream").Stream,Qr=Yr();eo.exports=G;function G(){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}pm.inherits(G,Zr);G.create=function(t){var e=new this;t=t||{};for(var s in t)e[s]=t[s];return e};G.isStreamLike=function(t){return typeof t!="function"&&typeof t!="string"&&typeof t!="boolean"&&typeof t!="number"&&!Buffer.isBuffer(t)};G.prototype.append=function(t){var e=G.isStreamLike(t);if(e){if(!(t instanceof Qr)){var s=Qr.create(t,{maxDataSize:1/0,pauseStream:this.pauseStreams});t.on("data",this._checkDataSize.bind(this)),t=s}this._handleErrors(t),this.pauseStreams&&t.pause()}return this._streams.push(t),this};G.prototype.pipe=function(t,e){return Zr.prototype.pipe.call(this,t,e),this.resume(),t};G.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}};G.prototype._realGetNext=function(){var t=this._streams.shift();if(typeof t=="undefined"){this.end();return}if(typeof t!="function"){this._pipeNext(t);return}var e=t;e(function(s){var i=G.isStreamLike(s);i&&(s.on("data",this._checkDataSize.bind(this)),this._handleErrors(s)),this._pipeNext(s)}.bind(this))};G.prototype._pipeNext=function(t){this._currentStream=t;var e=G.isStreamLike(t);if(e){t.on("end",this._getNext.bind(this)),t.pipe(this,{end:!1});return}var s=t;this.write(s),this._getNext()};G.prototype._handleErrors=function(t){var e=this;t.on("error",function(s){e._emitError(s)})};G.prototype.write=function(t){this.emit("data",t)};G.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};G.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")};G.prototype.end=function(){this._reset(),this.emit("end")};G.prototype.destroy=function(){this._reset(),this.emit("close")};G.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};G.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var t="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(t))}};G.prototype._updateDataSize=function(){this.dataSize=0;var t=this;this._streams.forEach(function(e){e.dataSize&&(t.dataSize+=e.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};G.prototype._emitError=function(t){this._reset(),this.emit("error",t)}});var so=b((Gy,lm)=>{lm.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 no=b((Ky,io)=>{"use strict";io.exports=so()});var oo=b(fe=>{"use strict";var Ks=no(),um=T("path").extname,ao=/^\s*([^;\s]*)(?:;|\s|$)/,dm=/^text\//i;fe.charset=ro;fe.charsets={lookup:ro};fe.contentType=mm;fe.extension=fm;fe.extensions=Object.create(null);fe.lookup=hm;fe.types=Object.create(null);xm(fe.extensions,fe.types);function ro(t){if(!t||typeof t!="string")return!1;var e=ao.exec(t),s=e&&Ks[e[1].toLowerCase()];return s&&s.charset?s.charset:e&&dm.test(e[1])?"UTF-8":!1}function mm(t){if(!t||typeof t!="string")return!1;var e=t.indexOf("/")===-1?fe.lookup(t):t;if(!e)return!1;if(e.indexOf("charset")===-1){var s=fe.charset(e);s&&(e+="; charset="+s.toLowerCase())}return e}function fm(t){if(!t||typeof t!="string")return!1;var e=ao.exec(t),s=e&&fe.extensions[e[1].toLowerCase()];return!s||!s.length?!1:s[0]}function hm(t){if(!t||typeof t!="string")return!1;var e=um("x."+t).toLowerCase().substr(1);return e&&fe.types[e]||!1}function xm(t,e){var s=["nginx","apache",void 0,"iana"];Object.keys(Ks).forEach(function(n){var a=Ks[n],r=a.extensions;if(!(!r||!r.length)){t[n]=r;for(var o=0;o<r.length;o++){var l=r[o];if(e[l]){var u=s.indexOf(Ks[e[l]].source),p=s.indexOf(a.source);if(e[l]!=="application/octet-stream"&&(u>p||u===p&&e[l].substr(0,12)==="application/"))continue}e[l]=n}}})}});var po=b((Xy,co)=>{"use strict";co.exports=gm;function gm(t){var e=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;e?e(t):setTimeout(t,0)}});var Tn=b((Yy,uo)=>{"use strict";var lo=po();uo.exports=ym;function ym(t){var e=!1;return lo(function(){e=!0}),function(i,n){e?t(i,n):lo(function(){t(i,n)})}}});var Sn=b((Qy,mo)=>{"use strict";mo.exports=vm;function vm(t){Object.keys(t.jobs).forEach(bm.bind(t)),t.jobs={}}function bm(t){typeof this.jobs[t]=="function"&&this.jobs[t]()}});var kn=b((Zy,ho)=>{"use strict";var fo=Tn(),_m=Sn();ho.exports=wm;function wm(t,e,s,i){var n=s.keyedList?s.keyedList[s.index]:s.index;s.jobs[n]=Em(e,n,t[n],function(a,r){n in s.jobs&&(delete s.jobs[n],a?_m(s):s.results[n]=r,i(a,s.results))})}function Em(t,e,s,i){var n;return t.length==2?n=t(s,fo(i)):n=t(s,e,fo(i)),n}});var Rn=b((ev,xo)=>{"use strict";xo.exports=Tm;function Tm(t,e){var s=!Array.isArray(t),i={index:0,keyedList:s||e?Object.keys(t):null,jobs:{},results:s?{}:[],size:s?Object.keys(t).length:t.length};return e&&i.keyedList.sort(s?e:function(n,a){return e(t[n],t[a])}),i}});var Cn=b((tv,go)=>{"use strict";var Sm=Sn(),km=Tn();go.exports=Rm;function Rm(t){Object.keys(this.jobs).length&&(this.index=this.size,Sm(this),km(t)(null,this.results))}});var vo=b((sv,yo)=>{"use strict";var Cm=kn(),Am=Rn(),Om=Cn();yo.exports=Pm;function Pm(t,e,s){for(var i=Am(t);i.index<(i.keyedList||t).length;)Cm(t,e,i,function(n,a){if(n){s(n,a);return}if(Object.keys(i.jobs).length===0){s(null,i.results);return}}),i.index++;return Om.bind(i,s)}});var An=b((iv,Js)=>{"use strict";var bo=kn(),Lm=Rn(),Nm=Cn();Js.exports=qm;Js.exports.ascending=_o;Js.exports.descending=Dm;function qm(t,e,s,i){var n=Lm(t,s);return bo(t,e,n,function a(r,o){if(r){i(r,o);return}if(n.index++,n.index<(n.keyedList||t).length){bo(t,e,n,a);return}i(null,n.results)}),Nm.bind(n,i)}function _o(t,e){return t<e?-1:t>e?1:0}function Dm(t,e){return-1*_o(t,e)}});var Eo=b((nv,wo)=>{"use strict";var Bm=An();wo.exports=Im;function Im(t,e,s){return Bm(t,e,null,s)}});var So=b((av,To)=>{"use strict";To.exports={parallel:vo(),serial:Eo(),serialOrdered:An()}});var On=b((rv,ko)=>{"use strict";ko.exports=Object});var Co=b((ov,Ro)=>{"use strict";Ro.exports=Error});var Oo=b((cv,Ao)=>{"use strict";Ao.exports=EvalError});var Lo=b((pv,Po)=>{"use strict";Po.exports=RangeError});var qo=b((lv,No)=>{"use strict";No.exports=ReferenceError});var Bo=b((uv,Do)=>{"use strict";Do.exports=SyntaxError});var Xs=b((dv,Io)=>{"use strict";Io.exports=TypeError});var Uo=b((mv,jo)=>{"use strict";jo.exports=URIError});var Mo=b((fv,Fo)=>{"use strict";Fo.exports=Math.abs});var $o=b((hv,zo)=>{"use strict";zo.exports=Math.floor});var Vo=b((xv,Ho)=>{"use strict";Ho.exports=Math.max});var Go=b((gv,Wo)=>{"use strict";Wo.exports=Math.min});var Jo=b((yv,Ko)=>{"use strict";Ko.exports=Math.pow});var Yo=b((vv,Xo)=>{"use strict";Xo.exports=Math.round});var Zo=b((bv,Qo)=>{"use strict";Qo.exports=Number.isNaN||function(e){return e!==e}});var tc=b((_v,ec)=>{"use strict";var jm=Zo();ec.exports=function(e){return jm(e)||e===0?e:e<0?-1:1}});var ic=b((wv,sc)=>{"use strict";sc.exports=Object.getOwnPropertyDescriptor});var Pn=b((Ev,nc)=>{"use strict";var Ys=ic();if(Ys)try{Ys([],"length")}catch(t){Ys=null}nc.exports=Ys});var rc=b((Tv,ac)=>{"use strict";var Qs=Object.defineProperty||!1;if(Qs)try{Qs({},"a",{value:1})}catch(t){Qs=!1}ac.exports=Qs});var Ln=b((Sv,oc)=>{"use strict";oc.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},s=Symbol("test"),i=Object(s);if(typeof s=="string"||Object.prototype.toString.call(s)!=="[object Symbol]"||Object.prototype.toString.call(i)!=="[object Symbol]")return!1;var n=42;e[s]=n;for(var a in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var r=Object.getOwnPropertySymbols(e);if(r.length!==1||r[0]!==s||!Object.prototype.propertyIsEnumerable.call(e,s))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var o=Object.getOwnPropertyDescriptor(e,s);if(o.value!==n||o.enumerable!==!0)return!1}return!0}});var lc=b((kv,pc)=>{"use strict";var cc=typeof Symbol!="undefined"&&Symbol,Um=Ln();pc.exports=function(){return typeof cc!="function"||typeof Symbol!="function"||typeof cc("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:Um()}});var Nn=b((Rv,uc)=>{"use strict";uc.exports=typeof Reflect!="undefined"&&Reflect.getPrototypeOf||null});var qn=b((Cv,dc)=>{"use strict";var Fm=On();dc.exports=Fm.getPrototypeOf||null});var hc=b((Av,fc)=>{"use strict";var Mm="Function.prototype.bind called on incompatible ",zm=Object.prototype.toString,$m=Math.max,Hm="[object Function]",mc=function(e,s){for(var i=[],n=0;n<e.length;n+=1)i[n]=e[n];for(var a=0;a<s.length;a+=1)i[a+e.length]=s[a];return i},Vm=function(e,s){for(var i=[],n=s||0,a=0;n<e.length;n+=1,a+=1)i[a]=e[n];return i},Wm=function(t,e){for(var s="",i=0;i<t.length;i+=1)s+=t[i],i+1<t.length&&(s+=e);return s};fc.exports=function(e){var s=this;if(typeof s!="function"||zm.apply(s)!==Hm)throw new TypeError(Mm+s);for(var i=Vm(arguments,1),n,a=function(){if(this instanceof n){var p=s.apply(this,mc(i,arguments));return Object(p)===p?p:this}return s.apply(e,mc(i,arguments))},r=$m(0,s.length-i.length),o=[],l=0;l<r;l++)o[l]="$"+l;if(n=Function("binder","return function ("+Wm(o,",")+"){ return binder.apply(this,arguments); }")(a),s.prototype){var u=function(){};u.prototype=s.prototype,n.prototype=new u,u.prototype=null}return n}});var ps=b((Ov,xc)=>{"use strict";var Gm=hc();xc.exports=Function.prototype.bind||Gm});var Zs=b((Pv,gc)=>{"use strict";gc.exports=Function.prototype.call});var Dn=b((Lv,yc)=>{"use strict";yc.exports=Function.prototype.apply});var bc=b((Nv,vc)=>{"use strict";vc.exports=typeof Reflect!="undefined"&&Reflect&&Reflect.apply});var wc=b((qv,_c)=>{"use strict";var Km=ps(),Jm=Dn(),Xm=Zs(),Ym=bc();_c.exports=Ym||Km.call(Xm,Jm)});var Tc=b((Dv,Ec)=>{"use strict";var Qm=ps(),Zm=Xs(),ef=Zs(),tf=wc();Ec.exports=function(e){if(e.length<1||typeof e[0]!="function")throw new Zm("a function is required");return tf(Qm,ef,e)}});var Oc=b((Bv,Ac)=>{"use strict";var sf=Tc(),Sc=Pn(),Rc;try{Rc=[].__proto__===Array.prototype}catch(t){if(!t||typeof t!="object"||!("code"in t)||t.code!=="ERR_PROTO_ACCESS")throw t}var Bn=!!Rc&&Sc&&Sc(Object.prototype,"__proto__"),Cc=Object,kc=Cc.getPrototypeOf;Ac.exports=Bn&&typeof Bn.get=="function"?sf([Bn.get]):typeof kc=="function"?function(e){return kc(e==null?e:Cc(e))}:!1});var Dc=b((Iv,qc)=>{"use strict";var Pc=Nn(),Lc=qn(),Nc=Oc();qc.exports=Pc?function(e){return Pc(e)}:Lc?function(e){if(!e||typeof e!="object"&&typeof e!="function")throw new TypeError("getProto: not an object");return Lc(e)}:Nc?function(e){return Nc(e)}:null});var ei=b((jv,Bc)=>{"use strict";var nf=Function.prototype.call,af=Object.prototype.hasOwnProperty,rf=ps();Bc.exports=rf.call(nf,af)});var $c=b((Uv,zc)=>{"use strict";var q,of=On(),cf=Co(),pf=Oo(),lf=Lo(),uf=qo(),Ot=Bo(),At=Xs(),df=Uo(),mf=Mo(),ff=$o(),hf=Vo(),xf=Go(),gf=Jo(),yf=Yo(),vf=tc(),Fc=Function,In=function(t){try{return Fc('"use strict"; return ('+t+").constructor;")()}catch(e){}},ls=Pn(),bf=rc(),jn=function(){throw new At},_f=ls?(function(){try{return arguments.callee,jn}catch(t){try{return ls(arguments,"callee").get}catch(e){return jn}}})():jn,Rt=lc()(),te=Dc(),wf=qn(),Ef=Nn(),Mc=Dn(),us=Zs(),Ct={},Tf=typeof Uint8Array=="undefined"||!te?q:te(Uint8Array),ot={__proto__:null,"%AggregateError%":typeof AggregateError=="undefined"?q:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer=="undefined"?q:ArrayBuffer,"%ArrayIteratorPrototype%":Rt&&te?te([][Symbol.iterator]()):q,"%AsyncFromSyncIteratorPrototype%":q,"%AsyncFunction%":Ct,"%AsyncGenerator%":Ct,"%AsyncGeneratorFunction%":Ct,"%AsyncIteratorPrototype%":Ct,"%Atomics%":typeof Atomics=="undefined"?q:Atomics,"%BigInt%":typeof BigInt=="undefined"?q:BigInt,"%BigInt64Array%":typeof BigInt64Array=="undefined"?q:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array=="undefined"?q:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView=="undefined"?q:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":cf,"%eval%":eval,"%EvalError%":pf,"%Float16Array%":typeof Float16Array=="undefined"?q:Float16Array,"%Float32Array%":typeof Float32Array=="undefined"?q:Float32Array,"%Float64Array%":typeof Float64Array=="undefined"?q:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry=="undefined"?q:FinalizationRegistry,"%Function%":Fc,"%GeneratorFunction%":Ct,"%Int8Array%":typeof Int8Array=="undefined"?q:Int8Array,"%Int16Array%":typeof Int16Array=="undefined"?q:Int16Array,"%Int32Array%":typeof Int32Array=="undefined"?q:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Rt&&te?te(te([][Symbol.iterator]())):q,"%JSON%":typeof JSON=="object"?JSON:q,"%Map%":typeof Map=="undefined"?q:Map,"%MapIteratorPrototype%":typeof Map=="undefined"||!Rt||!te?q:te(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":of,"%Object.getOwnPropertyDescriptor%":ls,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise=="undefined"?q:Promise,"%Proxy%":typeof Proxy=="undefined"?q:Proxy,"%RangeError%":lf,"%ReferenceError%":uf,"%Reflect%":typeof Reflect=="undefined"?q:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set=="undefined"?q:Set,"%SetIteratorPrototype%":typeof Set=="undefined"||!Rt||!te?q:te(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer=="undefined"?q:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Rt&&te?te(""[Symbol.iterator]()):q,"%Symbol%":Rt?Symbol:q,"%SyntaxError%":Ot,"%ThrowTypeError%":_f,"%TypedArray%":Tf,"%TypeError%":At,"%Uint8Array%":typeof Uint8Array=="undefined"?q:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray=="undefined"?q:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array=="undefined"?q:Uint16Array,"%Uint32Array%":typeof Uint32Array=="undefined"?q:Uint32Array,"%URIError%":df,"%WeakMap%":typeof WeakMap=="undefined"?q:WeakMap,"%WeakRef%":typeof WeakRef=="undefined"?q:WeakRef,"%WeakSet%":typeof WeakSet=="undefined"?q:WeakSet,"%Function.prototype.call%":us,"%Function.prototype.apply%":Mc,"%Object.defineProperty%":bf,"%Object.getPrototypeOf%":wf,"%Math.abs%":mf,"%Math.floor%":ff,"%Math.max%":hf,"%Math.min%":xf,"%Math.pow%":gf,"%Math.round%":yf,"%Math.sign%":vf,"%Reflect.getPrototypeOf%":Ef};if(te)try{null.error}catch(t){Ic=te(te(t)),ot["%Error.prototype%"]=Ic}var Ic,Sf=function t(e){var s;if(e==="%AsyncFunction%")s=In("async function () {}");else if(e==="%GeneratorFunction%")s=In("function* () {}");else if(e==="%AsyncGeneratorFunction%")s=In("async function* () {}");else if(e==="%AsyncGenerator%"){var i=t("%AsyncGeneratorFunction%");i&&(s=i.prototype)}else if(e==="%AsyncIteratorPrototype%"){var n=t("%AsyncGenerator%");n&&te&&(s=te(n.prototype))}return ot[e]=s,s},jc={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},ds=ps(),ti=ei(),kf=ds.call(us,Array.prototype.concat),Rf=ds.call(Mc,Array.prototype.splice),Uc=ds.call(us,String.prototype.replace),si=ds.call(us,String.prototype.slice),Cf=ds.call(us,RegExp.prototype.exec),Af=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Of=/\\(\\)?/g,Pf=function(e){var s=si(e,0,1),i=si(e,-1);if(s==="%"&&i!=="%")throw new Ot("invalid intrinsic syntax, expected closing `%`");if(i==="%"&&s!=="%")throw new Ot("invalid intrinsic syntax, expected opening `%`");var n=[];return Uc(e,Af,function(a,r,o,l){n[n.length]=o?Uc(l,Of,"$1"):r||a}),n},Lf=function(e,s){var i=e,n;if(ti(jc,i)&&(n=jc[i],i="%"+n[0]+"%"),ti(ot,i)){var a=ot[i];if(a===Ct&&(a=Sf(i)),typeof a=="undefined"&&!s)throw new At("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:i,value:a}}throw new Ot("intrinsic "+e+" does not exist!")};zc.exports=function(e,s){if(typeof e!="string"||e.length===0)throw new At("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof s!="boolean")throw new At('"allowMissing" argument must be a boolean');if(Cf(/^%?[^%]*%?$/,e)===null)throw new Ot("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var i=Pf(e),n=i.length>0?i[0]:"",a=Lf("%"+n+"%",s),r=a.name,o=a.value,l=!1,u=a.alias;u&&(n=u[0],Rf(i,kf([0,1],u)));for(var p=1,m=!0;p<i.length;p+=1){var f=i[p],g=si(f,0,1),h=si(f,-1);if((g==='"'||g==="'"||g==="`"||h==='"'||h==="'"||h==="`")&&g!==h)throw new Ot("property names with quotes must have matching quotes");if((f==="constructor"||!m)&&(l=!0),n+="."+f,r="%"+n+"%",ti(ot,r))o=ot[r];else if(o!=null){if(!(f in o)){if(!s)throw new At("base intrinsic for "+e+" exists, but the property is not available.");return}if(ls&&p+1>=i.length){var x=ls(o,f);m=!!x,m&&"get"in x&&!("originalValue"in x.get)?o=x.get:o=o[f]}else m=ti(o,f),o=o[f];m&&!l&&(ot[r]=o)}}return o}});var Vc=b((Fv,Hc)=>{"use strict";var Nf=Ln();Hc.exports=function(){return Nf()&&!!Symbol.toStringTag}});var Kc=b((Mv,Gc)=>{"use strict";var qf=$c(),Wc=qf("%Object.defineProperty%",!0),Df=Vc()(),Bf=ei(),If=Xs(),ii=Df?Symbol.toStringTag:null;Gc.exports=function(e,s){var i=arguments.length>2&&!!arguments[2]&&arguments[2].force,n=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof i!="undefined"&&typeof i!="boolean"||typeof n!="undefined"&&typeof n!="boolean")throw new If("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");ii&&(i||!Bf(e,ii))&&(Wc?Wc(e,ii,{configurable:!n,enumerable:!1,value:s,writable:!1}):e[ii]=s)}});var Xc=b((zv,Jc)=>{"use strict";Jc.exports=function(t,e){return Object.keys(e).forEach(function(s){t[s]=t[s]||e[s]}),t}});var Qc=b(($v,Yc)=>{"use strict";var zn=to(),jf=T("util"),Un=T("path"),Uf=T("http"),Ff=T("https"),Mf=T("url").parse,zf=T("fs"),$f=T("stream").Stream,Hf=T("crypto"),Fn=oo(),Vf=So(),Wf=Kc(),et=ei(),Mn=Xc();function D(t){if(!(this instanceof D))return new D(t);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],zn.call(this),t=t||{};for(var e in t)this[e]=t[e]}jf.inherits(D,zn);D.LINE_BREAK=`\r
2
- `;D.DEFAULT_CONTENT_TYPE="application/octet-stream";D.prototype.append=function(t,e,s){s=s||{},typeof s=="string"&&(s={filename:s});var i=zn.prototype.append.bind(this);if((typeof e=="number"||e==null)&&(e=String(e)),Array.isArray(e)){this._error(new Error("Arrays are not supported."));return}var n=this._multiPartHeader(t,e,s),a=this._multiPartFooter();i(n),i(e),i(a),this._trackLength(n,e,s)};D.prototype._trackLength=function(t,e,s){var i=0;s.knownLength!=null?i+=Number(s.knownLength):Buffer.isBuffer(e)?i=e.length:typeof e=="string"&&(i=Buffer.byteLength(e)),this._valueLength+=i,this._overheadLength+=Buffer.byteLength(t)+D.LINE_BREAK.length,!(!e||!e.path&&!(e.readable&&et(e,"httpVersion"))&&!(e instanceof $f))&&(s.knownLength||this._valuesToMeasure.push(e))};D.prototype._lengthRetriever=function(t,e){et(t,"fd")?t.end!=null&&t.end!=1/0&&t.start!=null?e(null,t.end+1-(t.start?t.start:0)):zf.stat(t.path,function(s,i){if(s){e(s);return}var n=i.size-(t.start?t.start:0);e(null,n)}):et(t,"httpVersion")?e(null,Number(t.headers["content-length"])):et(t,"httpModule")?(t.on("response",function(s){t.pause(),e(null,Number(s.headers["content-length"]))}),t.resume()):e("Unknown stream")};D.prototype._multiPartHeader=function(t,e,s){if(typeof s.header=="string")return s.header;var i=this._getContentDisposition(e,s),n=this._getContentType(e,s),a="",r={"Content-Disposition":["form-data",'name="'+t+'"'].concat(i||[]),"Content-Type":[].concat(n||[])};typeof s.header=="object"&&Mn(r,s.header);var o;for(var l in r)if(et(r,l)){if(o=r[l],o==null)continue;Array.isArray(o)||(o=[o]),o.length&&(a+=l+": "+o.join("; ")+D.LINE_BREAK)}return"--"+this.getBoundary()+D.LINE_BREAK+a+D.LINE_BREAK};D.prototype._getContentDisposition=function(t,e){var s;if(typeof e.filepath=="string"?s=Un.normalize(e.filepath).replace(/\\/g,"/"):e.filename||t&&(t.name||t.path)?s=Un.basename(e.filename||t&&(t.name||t.path)):t&&t.readable&&et(t,"httpVersion")&&(s=Un.basename(t.client._httpMessage.path||"")),s)return'filename="'+s+'"'};D.prototype._getContentType=function(t,e){var s=e.contentType;return!s&&t&&t.name&&(s=Fn.lookup(t.name)),!s&&t&&t.path&&(s=Fn.lookup(t.path)),!s&&t&&t.readable&&et(t,"httpVersion")&&(s=t.headers["content-type"]),!s&&(e.filepath||e.filename)&&(s=Fn.lookup(e.filepath||e.filename)),!s&&t&&typeof t=="object"&&(s=D.DEFAULT_CONTENT_TYPE),s};D.prototype._multiPartFooter=function(){return function(t){var e=D.LINE_BREAK,s=this._streams.length===0;s&&(e+=this._lastBoundary()),t(e)}.bind(this)};D.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+D.LINE_BREAK};D.prototype.getHeaders=function(t){var e,s={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(e in t)et(t,e)&&(s[e.toLowerCase()]=t[e]);return s};D.prototype.setBoundary=function(t){if(typeof t!="string")throw new TypeError("FormData boundary must be a string");this._boundary=t};D.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};D.prototype.getBuffer=function(){for(var t=new Buffer.alloc(0),e=this.getBoundary(),s=0,i=this._streams.length;s<i;s++)typeof this._streams[s]!="function"&&(Buffer.isBuffer(this._streams[s])?t=Buffer.concat([t,this._streams[s]]):t=Buffer.concat([t,Buffer.from(this._streams[s])]),(typeof this._streams[s]!="string"||this._streams[s].substring(2,e.length+2)!==e)&&(t=Buffer.concat([t,Buffer.from(D.LINE_BREAK)])));return Buffer.concat([t,Buffer.from(this._lastBoundary())])};D.prototype._generateBoundary=function(){this._boundary="--------------------------"+Hf.randomBytes(12).toString("hex")};D.prototype.getLengthSync=function(){var t=this._overheadLength+this._valueLength;return this._streams.length&&(t+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),t};D.prototype.hasKnownLength=function(){var t=!0;return this._valuesToMeasure.length&&(t=!1),t};D.prototype.getLength=function(t){var e=this._overheadLength+this._valueLength;if(this._streams.length&&(e+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(t.bind(this,null,e));return}Vf.parallel(this._valuesToMeasure,this._lengthRetriever,function(s,i){if(s){t(s);return}i.forEach(function(n){e+=n}),t(null,e)})};D.prototype.submit=function(t,e){var s,i,n={method:"post"};return typeof t=="string"?(t=Mf(t),i=Mn({port:t.port,path:t.pathname,host:t.hostname,protocol:t.protocol},n)):(i=Mn(t,n),i.port||(i.port=i.protocol==="https:"?443:80)),i.headers=this.getHeaders(t.headers),i.protocol==="https:"?s=Ff.request(i):s=Uf.request(i),this.getLength(function(a,r){if(a&&a!=="Unknown stream"){this._error(a);return}if(r&&s.setHeader("Content-Length",r),this.pipe(s),e){var o,l=function(u,p){return s.removeListener("error",l),s.removeListener("response",o),e.call(this,u,p)};o=l.bind(this,null),s.on("error",l),s.on("response",o)}}.bind(this)),s};D.prototype._error=function(t){this.error||(this.error=t,this.pause(),this.emit("error",t))};D.prototype.toString=function(){return"[object FormData]"};Wf(D.prototype,"FormData");Yc.exports=D});var fp=b(mp=>{"use strict";var lh=T("url").parse,uh={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},dh=String.prototype.endsWith||function(t){return t.length<=this.length&&this.indexOf(t,this.length-t.length)!==-1};function mh(t){var e=typeof t=="string"?lh(t):t||{},s=e.protocol,i=e.host,n=e.port;if(typeof i!="string"||!i||typeof s!="string"||(s=s.split(":",1)[0],i=i.replace(/:\d*$/,""),n=parseInt(n)||uh[s]||0,!fh(i,n)))return"";var a=Nt("npm_config_"+s+"_proxy")||Nt(s+"_proxy")||Nt("npm_config_proxy")||Nt("all_proxy");return a&&a.indexOf("://")===-1&&(a=s+"://"+a),a}function fh(t,e){var s=(Nt("npm_config_no_proxy")||Nt("no_proxy")).toLowerCase();return s?s==="*"?!1:s.split(/[,\s]/).every(function(i){if(!i)return!0;var n=i.match(/^(.+):(\d+)$/),a=n?n[1]:i,r=n?parseInt(n[2]):0;return r&&r!==e?!0:/^[.*]/.test(a)?(a.charAt(0)==="*"&&(a=a.slice(1)),!dh.call(t,a)):t!==a}):!0}function Nt(t){return process.env[t.toLowerCase()]||process.env[t.toUpperCase()]||""}mp.getProxyForUrl=mh});var xp=b((Vb,hp)=>{"use strict";var qt=1e3,Dt=qt*60,Bt=Dt*60,lt=Bt*24,hh=lt*7,xh=lt*365.25;hp.exports=function(t,e){e=e||{};var s=typeof t;if(s==="string"&&t.length>0)return gh(t);if(s==="number"&&isFinite(t))return e.long?vh(t):yh(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function gh(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var s=parseFloat(e[1]),i=(e[2]||"ms").toLowerCase();switch(i){case"years":case"year":case"yrs":case"yr":case"y":return s*xh;case"weeks":case"week":case"w":return s*hh;case"days":case"day":case"d":return s*lt;case"hours":case"hour":case"hrs":case"hr":case"h":return s*Bt;case"minutes":case"minute":case"mins":case"min":case"m":return s*Dt;case"seconds":case"second":case"secs":case"sec":case"s":return s*qt;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}}}function yh(t){var e=Math.abs(t);return e>=lt?Math.round(t/lt)+"d":e>=Bt?Math.round(t/Bt)+"h":e>=Dt?Math.round(t/Dt)+"m":e>=qt?Math.round(t/qt)+"s":t+"ms"}function vh(t){var e=Math.abs(t);return e>=lt?oi(t,e,lt,"day"):e>=Bt?oi(t,e,Bt,"hour"):e>=Dt?oi(t,e,Dt,"minute"):e>=qt?oi(t,e,qt,"second"):t+" ms"}function oi(t,e,s,i){var n=e>=s*1.5;return Math.round(t/s)+" "+i+(n?"s":"")}});var ia=b((Wb,gp)=>{"use strict";function bh(t){s.debug=s,s.default=s,s.coerce=l,s.disable=r,s.enable=n,s.enabled=o,s.humanize=xp(),s.destroy=u,Object.keys(t).forEach(p=>{s[p]=t[p]}),s.names=[],s.skips=[],s.formatters={};function e(p){let m=0;for(let f=0;f<p.length;f++)m=(m<<5)-m+p.charCodeAt(f),m|=0;return s.colors[Math.abs(m)%s.colors.length]}s.selectColor=e;function s(p){let m,f=null,g,h;function x(...y){if(!x.enabled)return;let R=x,C=Number(new Date),v=C-(m||C);R.diff=v,R.prev=m,R.curr=C,m=C,y[0]=s.coerce(y[0]),typeof y[0]!="string"&&y.unshift("%O");let E=0;y[0]=y[0].replace(/%([a-zA-Z%])/g,(P,I)=>{if(P==="%%")return"%";E++;let M=s.formatters[I];if(typeof M=="function"){let ce=y[E];P=M.call(R,ce),y.splice(E,1),E--}return P}),s.formatArgs.call(R,y),(R.log||s.log).apply(R,y)}return x.namespace=p,x.useColors=s.useColors(),x.color=s.selectColor(p),x.extend=i,x.destroy=s.destroy,Object.defineProperty(x,"enabled",{enumerable:!0,configurable:!1,get:()=>f!==null?f:(g!==s.namespaces&&(g=s.namespaces,h=s.enabled(p)),h),set:y=>{f=y}}),typeof s.init=="function"&&s.init(x),x}function i(p,m){let f=s(this.namespace+(typeof m=="undefined"?":":m)+p);return f.log=this.log,f}function n(p){s.save(p),s.namespaces=p,s.names=[],s.skips=[];let m=(typeof p=="string"?p:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let f of m)f[0]==="-"?s.skips.push(f.slice(1)):s.names.push(f)}function a(p,m){let f=0,g=0,h=-1,x=0;for(;f<p.length;)if(g<m.length&&(m[g]===p[f]||m[g]==="*"))m[g]==="*"?(h=g,x=f,g++):(f++,g++);else if(h!==-1)g=h+1,x++,f=x;else return!1;for(;g<m.length&&m[g]==="*";)g++;return g===m.length}function r(){let p=[...s.names,...s.skips.map(m=>"-"+m)].join(",");return s.enable(""),p}function o(p){for(let m of s.skips)if(a(p,m))return!1;for(let m of s.names)if(a(p,m))return!0;return!1}function l(p){return p instanceof Error?p.stack||p.message:p}function u(){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 s.enable(s.load()),s}gp.exports=bh});var yp=b((he,ci)=>{"use strict";he.formatArgs=wh;he.save=Eh;he.load=Th;he.useColors=_h;he.storage=Sh();he.destroy=(()=>{let t=!1;return()=>{t||(t=!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`."))}})();he.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 _h(){if(typeof window!="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator!="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document!="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!="undefined"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator!="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function wh(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+ci.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;t.splice(1,0,e,"color: inherit");let s=0,i=0;t[0].replace(/%[a-zA-Z%]/g,n=>{n!=="%%"&&(s++,n==="%c"&&(i=s))}),t.splice(i,0,e)}he.log=console.debug||console.log||(()=>{});function Eh(t){try{t?he.storage.setItem("debug",t):he.storage.removeItem("debug")}catch(e){}}function Th(){let t;try{t=he.storage.getItem("debug")||he.storage.getItem("DEBUG")}catch(e){}return!t&&typeof process!="undefined"&&"env"in process&&(t=process.env.DEBUG),t}function Sh(){try{return localStorage}catch(t){}}ci.exports=ia()(he);var{formatters:kh}=ci.exports;kh.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var bp=b((Gb,vp)=>{"use strict";vp.exports=(t,e)=>{e=e||process.argv;let s=t.startsWith("-")?"":t.length===1?"-":"--",i=e.indexOf(s+t),n=e.indexOf("--");return i!==-1&&(n===-1?!0:i<n)}});var wp=b((Kb,_p)=>{"use strict";var Rh=T("os"),Pe=bp(),pe=process.env,It;Pe("no-color")||Pe("no-colors")||Pe("color=false")?It=!1:(Pe("color")||Pe("colors")||Pe("color=true")||Pe("color=always"))&&(It=!0);"FORCE_COLOR"in pe&&(It=pe.FORCE_COLOR.length===0||parseInt(pe.FORCE_COLOR,10)!==0);function Ch(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function Ah(t){if(It===!1)return 0;if(Pe("color=16m")||Pe("color=full")||Pe("color=truecolor"))return 3;if(Pe("color=256"))return 2;if(t&&!t.isTTY&&It!==!0)return 0;let e=It?1:0;if(process.platform==="win32"){let s=Rh.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(s[0])>=10&&Number(s[2])>=10586?Number(s[2])>=14931?3:2:1}if("CI"in pe)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(s=>s in pe)||pe.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in pe)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(pe.TEAMCITY_VERSION)?1:0;if(pe.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in pe){let s=parseInt((pe.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(pe.TERM_PROGRAM){case"iTerm.app":return s>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(pe.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(pe.TERM)||"COLORTERM"in pe?1:(pe.TERM==="dumb",e)}function na(t){let e=Ah(t);return Ch(e)}_p.exports={supportsColor:na,stdout:na(process.stdout),stderr:na(process.stderr)}});var Tp=b((se,li)=>{"use strict";var Oh=T("tty"),pi=T("util");se.init=Ih;se.log=qh;se.formatArgs=Lh;se.save=Dh;se.load=Bh;se.useColors=Ph;se.destroy=pi.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");se.colors=[6,2,3,4,5,1];try{let t=wp();t&&(t.stderr||t).level>=2&&(se.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(t){}se.inspectOpts=Object.keys(process.env).filter(t=>/^debug_/i.test(t)).reduce((t,e)=>{let s=e.substring(6).toLowerCase().replace(/_([a-z])/g,(n,a)=>a.toUpperCase()),i=process.env[e];return/^(yes|on|true|enabled)$/i.test(i)?i=!0:/^(no|off|false|disabled)$/i.test(i)?i=!1:i==="null"?i=null:i=Number(i),t[s]=i,t},{});function Ph(){return"colors"in se.inspectOpts?!!se.inspectOpts.colors:Oh.isatty(process.stderr.fd)}function Lh(t){let{namespace:e,useColors:s}=this;if(s){let i=this.color,n="\x1B[3"+(i<8?i:"8;5;"+i),a=` ${n};1m${e} \x1B[0m`;t[0]=a+t[0].split(`
3
- `).join(`
4
- `+a),t.push(n+"m+"+li.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=Nh()+e+" "+t[0]}function Nh(){return se.inspectOpts.hideDate?"":new Date().toISOString()+" "}function qh(...t){return process.stderr.write(pi.formatWithOptions(se.inspectOpts,...t)+`
5
- `)}function Dh(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function Bh(){return process.env.DEBUG}function Ih(t){t.inspectOpts={};let e=Object.keys(se.inspectOpts);for(let s=0;s<e.length;s++)t.inspectOpts[e[s]]=se.inspectOpts[e[s]]}li.exports=ia()(se);var{formatters:Ep}=li.exports;Ep.o=function(t){return this.inspectOpts.colors=this.useColors,pi.inspect(t,this.inspectOpts).split(`
6
- `).map(e=>e.trim()).join(" ")};Ep.O=function(t){return this.inspectOpts.colors=this.useColors,pi.inspect(t,this.inspectOpts)}});var ve=b((Jb,aa)=>{"use strict";typeof process=="undefined"||process.type==="renderer"||process.browser===!0||process.__nwjs?aa.exports=yp():aa.exports=Tp()});var kp=b((Xb,Sp)=>{"use strict";var xs;Sp.exports=function(){if(!xs){try{xs=ve()("follow-redirects")}catch(t){}typeof xs!="function"&&(xs=function(){})}xs.apply(null,arguments)}});var Pp=b((Yb,ga)=>{"use strict";var ys=T("url"),gs=ys.URL,jh=T("http"),Uh=T("https"),la=T("stream").Writable,ua=T("assert"),Rp=kp();(function(){var e=typeof process!="undefined",s=typeof window!="undefined"&&typeof document!="undefined",i=dt(Error.captureStackTrace);!e&&(s||!i)&&console.warn("The follow-redirects package should be excluded from browser builds.")})();var da=!1;try{ua(new gs(""))}catch(t){da=t.code==="ERR_INVALID_URL"}var Fh=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],ma=["abort","aborted","connect","error","socket","timeout"],fa=Object.create(null);ma.forEach(function(t){fa[t]=function(e,s,i){this._redirectable.emit(t,e,s,i)}});var oa=vs("ERR_INVALID_URL","Invalid URL",TypeError),ca=vs("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),Mh=vs("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",ca),zh=vs("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),$h=vs("ERR_STREAM_WRITE_AFTER_END","write after end"),Hh=la.prototype.destroy||Ap;function xe(t,e){la.call(this),this._sanitizeOptions(t),this._options=t,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],e&&this.on("response",e);var s=this;this._onNativeResponse=function(i){try{s._processResponse(i)}catch(n){s.emit("error",n instanceof ca?n:new ca({cause:n}))}},this._performRequest()}xe.prototype=Object.create(la.prototype);xe.prototype.abort=function(){xa(this._currentRequest),this._currentRequest.abort(),this.emit("abort")};xe.prototype.destroy=function(t){return xa(this._currentRequest,t),Hh.call(this,t),this};xe.prototype.write=function(t,e,s){if(this._ending)throw new $h;if(!ut(t)&&!Gh(t))throw new TypeError("data should be a string, Buffer or Uint8Array");if(dt(e)&&(s=e,e=null),t.length===0){s&&s();return}this._requestBodyLength+t.length<=this._options.maxBodyLength?(this._requestBodyLength+=t.length,this._requestBodyBuffers.push({data:t,encoding:e}),this._currentRequest.write(t,e,s)):(this.emit("error",new zh),this.abort())};xe.prototype.end=function(t,e,s){if(dt(t)?(s=t,t=e=null):dt(e)&&(s=e,e=null),!t)this._ended=this._ending=!0,this._currentRequest.end(null,null,s);else{var i=this,n=this._currentRequest;this.write(t,e,function(){i._ended=!0,n.end(null,null,s)}),this._ending=!0}};xe.prototype.setHeader=function(t,e){this._options.headers[t]=e,this._currentRequest.setHeader(t,e)};xe.prototype.removeHeader=function(t){delete this._options.headers[t],this._currentRequest.removeHeader(t)};xe.prototype.setTimeout=function(t,e){var s=this;function i(r){r.setTimeout(t),r.removeListener("timeout",r.destroy),r.addListener("timeout",r.destroy)}function n(r){s._timeout&&clearTimeout(s._timeout),s._timeout=setTimeout(function(){s.emit("timeout"),a()},t),i(r)}function a(){s._timeout&&(clearTimeout(s._timeout),s._timeout=null),s.removeListener("abort",a),s.removeListener("error",a),s.removeListener("response",a),s.removeListener("close",a),e&&s.removeListener("timeout",e),s.socket||s._currentRequest.removeListener("socket",n)}return e&&this.on("timeout",e),this.socket?n(this.socket):this._currentRequest.once("socket",n),this.on("socket",i),this.on("abort",a),this.on("error",a),this.on("response",a),this.on("close",a),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(t){xe.prototype[t]=function(e,s){return this._currentRequest[t](e,s)}});["aborted","connection","socket"].forEach(function(t){Object.defineProperty(xe.prototype,t,{get:function(){return this._currentRequest[t]}})});xe.prototype._sanitizeOptions=function(t){if(t.headers||(t.headers={}),t.host&&(t.hostname||(t.hostname=t.host),delete t.host),!t.pathname&&t.path){var e=t.path.indexOf("?");e<0?t.pathname=t.path:(t.pathname=t.path.substring(0,e),t.search=t.path.substring(e))}};xe.prototype._performRequest=function(){var t=this._options.protocol,e=this._options.nativeProtocols[t];if(!e)throw new TypeError("Unsupported protocol "+t);if(this._options.agents){var s=t.slice(0,-1);this._options.agent=this._options.agents[s]}var i=this._currentRequest=e.request(this._options,this._onNativeResponse);i._redirectable=this;for(var n of ma)i.on(n,fa[n]);if(this._currentUrl=/^\//.test(this._options.path)?ys.format(this._options):this._options.path,this._isRedirect){var a=0,r=this,o=this._requestBodyBuffers;(function l(u){if(i===r._currentRequest)if(u)r.emit("error",u);else if(a<o.length){var p=o[a++];i.finished||i.write(p.data,p.encoding,l)}else r._ended&&i.end()})()}};xe.prototype._processResponse=function(t){var e=t.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:t.headers,statusCode:e});var s=t.headers.location;if(!s||this._options.followRedirects===!1||e<300||e>=400){t.responseUrl=this._currentUrl,t.redirects=this._redirects,this.emit("response",t),this._requestBodyBuffers=[];return}if(xa(this._currentRequest),t.destroy(),++this._redirectCount>this._options.maxRedirects)throw new Mh;var i,n=this._options.beforeRedirect;n&&(i=Object.assign({Host:t.req.getHeader("host")},this._options.headers));var a=this._options.method;((e===301||e===302)&&this._options.method==="POST"||e===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],ra(/^content-/i,this._options.headers));var r=ra(/^host$/i,this._options.headers),o=ha(this._currentUrl),l=r||o.host,u=/^\w+:/.test(s)?this._currentUrl:ys.format(Object.assign(o,{host:l})),p=Vh(s,u);if(Rp("redirecting to",p.href),this._isRedirect=!0,pa(p,this._options),(p.protocol!==o.protocol&&p.protocol!=="https:"||p.host!==l&&!Wh(p.host,l))&&ra(/^(?:(?:proxy-)?authorization|cookie)$/i,this._options.headers),dt(n)){var m={headers:t.headers,statusCode:e},f={url:u,method:a,headers:i};n(this._options,m,f),this._sanitizeOptions(this._options)}this._performRequest()};function Cp(t){var e={maxRedirects:21,maxBodyLength:10485760},s={};return Object.keys(t).forEach(function(i){var n=i+":",a=s[n]=t[i],r=e[i]=Object.create(a);function o(u,p,m){return Kh(u)?u=pa(u):ut(u)?u=pa(ha(u)):(m=p,p=Op(u),u={protocol:n}),dt(p)&&(m=p,p=null),p=Object.assign({maxRedirects:e.maxRedirects,maxBodyLength:e.maxBodyLength},u,p),p.nativeProtocols=s,!ut(p.host)&&!ut(p.hostname)&&(p.hostname="::1"),ua.equal(p.protocol,n,"protocol mismatch"),Rp("options",p),new xe(p,m)}function l(u,p,m){var f=r.request(u,p,m);return f.end(),f}Object.defineProperties(r,{request:{value:o,configurable:!0,enumerable:!0,writable:!0},get:{value:l,configurable:!0,enumerable:!0,writable:!0}})}),e}function Ap(){}function ha(t){var e;if(da)e=new gs(t);else if(e=Op(ys.parse(t)),!ut(e.protocol))throw new oa({input:t});return e}function Vh(t,e){return da?new gs(t,e):ha(ys.resolve(e,t))}function Op(t){if(/^\[/.test(t.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(t.hostname))throw new oa({input:t.href||t});if(/^\[/.test(t.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(t.host))throw new oa({input:t.href||t});return t}function pa(t,e){var s=e||{};for(var i of Fh)s[i]=t[i];return s.hostname.startsWith("[")&&(s.hostname=s.hostname.slice(1,-1)),s.port!==""&&(s.port=Number(s.port)),s.path=s.search?s.pathname+s.search:s.pathname,s}function ra(t,e){var s;for(var i in e)t.test(i)&&(s=e[i],delete e[i]);return s===null||typeof s=="undefined"?void 0:String(s).trim()}function vs(t,e,s){function i(n){dt(Error.captureStackTrace)&&Error.captureStackTrace(this,this.constructor),Object.assign(this,n||{}),this.code=t,this.message=this.cause?e+": "+this.cause.message:e}return i.prototype=new(s||Error),Object.defineProperties(i.prototype,{constructor:{value:i,enumerable:!1},name:{value:"Error ["+t+"]",enumerable:!1}}),i}function xa(t,e){for(var s of ma)t.removeListener(s,fa[s]);t.on("error",Ap),t.destroy(e)}function Wh(t,e){ua(ut(t)&&ut(e));var s=t.length-e.length-1;return s>0&&t[s]==="."&&t.endsWith(e)}function ut(t){return typeof t=="string"||t instanceof String}function dt(t){return typeof t=="function"}function Gh(t){return typeof t=="object"&&"length"in t}function Kh(t){return gs&&t instanceof gs}ga.exports=Cp({http:jh,https:Uh});ga.exports.wrap=Cp});var hl=b((JE,fl)=>{"use strict";var kx=new Set(["ENOTFOUND","ENETUNREACH","UNABLE_TO_GET_ISSUER_CERT","UNABLE_TO_GET_CRL","UNABLE_TO_DECRYPT_CERT_SIGNATURE","UNABLE_TO_DECRYPT_CRL_SIGNATURE","UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY","CERT_SIGNATURE_FAILURE","CRL_SIGNATURE_FAILURE","CERT_NOT_YET_VALID","CERT_HAS_EXPIRED","CRL_NOT_YET_VALID","CRL_HAS_EXPIRED","ERROR_IN_CERT_NOT_BEFORE_FIELD","ERROR_IN_CERT_NOT_AFTER_FIELD","ERROR_IN_CRL_LAST_UPDATE_FIELD","ERROR_IN_CRL_NEXT_UPDATE_FIELD","OUT_OF_MEM","DEPTH_ZERO_SELF_SIGNED_CERT","SELF_SIGNED_CERT_IN_CHAIN","UNABLE_TO_GET_ISSUER_CERT_LOCALLY","UNABLE_TO_VERIFY_LEAF_SIGNATURE","CERT_CHAIN_TOO_LONG","CERT_REVOKED","INVALID_CA","PATH_LENGTH_EXCEEDED","INVALID_PURPOSE","CERT_UNTRUSTED","CERT_REJECTED","HOSTNAME_MISMATCH"]);fl.exports=t=>!kx.has(t&&t.code)});var Tl=b((QE,El)=>{"use strict";var zt=T("fs"),wl=T("url"),jx=T("child_process").spawn;El.exports=Ua;Ua.XMLHttpRequest=Ua;function Ua(t){"use strict";t=t||{};var e=this,s=T("http"),i=T("https"),n,a,r={},o=!1,l={"User-Agent":"node-XMLHttpRequest",Accept:"*/*"},u=Object.assign({},l),p=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","content-transfer-encoding","cookie","cookie2","date","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"],m=["TRACE","TRACK","CONNECT"],f=!1,g=!1,h=!1,x={};this.UNSENT=0,this.OPENED=1,this.HEADERS_RECEIVED=2,this.LOADING=3,this.DONE=4,this.readyState=this.UNSENT,this.onreadystatechange=null,this.responseText="",this.responseXML="",this.response=Buffer.alloc(0),this.status=null,this.statusText=null;var y=function(v){return o||v&&p.indexOf(v.toLowerCase())===-1},R=function(v){return v&&m.indexOf(v)===-1};this.open=function(v,E,U,P,I){if(this.abort(),g=!1,h=!1,!R(v))throw new Error("SecurityError: Request method not allowed");r={method:v,url:E.toString(),async:typeof U!="boolean"?!0:U,user:P||null,password:I||null},C(this.OPENED)},this.setDisableHeaderCheck=function(v){o=v},this.setRequestHeader=function(v,E){if(this.readyState!=this.OPENED)throw new Error("INVALID_STATE_ERR: setRequestHeader can only be called when state is OPEN");if(!y(v))return console.warn('Refused to set unsafe header "'+v+'"'),!1;if(f)throw new Error("INVALID_STATE_ERR: send flag is true");return u[v]=E,!0},this.getResponseHeader=function(v){return typeof v=="string"&&this.readyState>this.OPENED&&a.headers[v.toLowerCase()]&&!g?a.headers[v.toLowerCase()]:null},this.getAllResponseHeaders=function(){if(this.readyState<this.HEADERS_RECEIVED||g)return"";var v="";for(var E in a.headers)E!=="set-cookie"&&E!=="set-cookie2"&&(v+=E+": "+a.headers[E]+`\r
7
- `);return v.substr(0,v.length-2)},this.getRequestHeader=function(v){return typeof v=="string"&&u[v]?u[v]:""},this.send=function(v){if(this.readyState!=this.OPENED)throw new Error("INVALID_STATE_ERR: connection must be opened before send() is called");if(f)throw new Error("INVALID_STATE_ERR: send has already been called");var E=!1,U=!1,P=wl.parse(r.url),I;switch(P.protocol){case"https:":E=!0;case"http:":I=P.hostname;break;case"file:":U=!0;break;case void 0:case"":I="localhost";break;default:throw new Error("Protocol not supported.")}if(U){if(r.method!=="GET")throw new Error("XMLHttpRequest: Only GET method is supported");if(r.async)zt.readFile(unescape(P.pathname),function(N,Z){N?e.handleError(N,N.errno||-1):(e.status=200,e.responseText=Z.toString("utf8"),e.response=Z,C(e.DONE))});else try{this.response=zt.readFileSync(unescape(P.pathname)),this.responseText=this.response.toString("utf8"),this.status=200,C(e.DONE)}catch(N){this.handleError(N,N.errno||-1)}return}var M=P.port||(E?443:80),ce=P.pathname+(P.search?P.search:"");if(u.Host=I,E&&M===443||M===80||(u.Host+=":"+P.port),r.user){typeof r.password=="undefined"&&(r.password="");var Be=new Buffer(r.user+":"+r.password);u.Authorization="Basic "+Be.toString("base64")}if(r.method==="GET"||r.method==="HEAD")v=null;else if(v){u["Content-Length"]=Buffer.isBuffer(v)?v.length:Buffer.byteLength(v);var Fe=Object.keys(u);Fe.some(function(N){return N.toLowerCase()==="content-type"})||(u["Content-Type"]="text/plain;charset=UTF-8")}else r.method==="POST"&&(u["Content-Length"]=0);var Re=t.agent||!1,K={host:I,port:M,path:ce,method:r.method,headers:u,agent:Re};if(E&&(K.pfx=t.pfx,K.key=t.key,K.passphrase=t.passphrase,K.cert=t.cert,K.ca=t.ca,K.ciphers=t.ciphers,K.rejectUnauthorized=t.rejectUnauthorized!==!1),g=!1,r.async){var ge=E?i.request:s.request;f=!0,e.dispatchEvent("readystatechange");var Ee=function(N){if(a=N,a.statusCode===302||a.statusCode===303||a.statusCode===307){r.url=a.headers.location;var Z=wl.parse(r.url);I=Z.hostname;var ae={hostname:Z.hostname,port:Z.port,path:Z.path,method:a.statusCode===303?"GET":r.method,headers:u};E&&(ae.pfx=t.pfx,ae.key=t.key,ae.passphrase=t.passphrase,ae.cert=t.cert,ae.ca=t.ca,ae.ciphers=t.ciphers,ae.rejectUnauthorized=t.rejectUnauthorized!==!1),n=ge(ae,Ee).on("error",J),n.end();return}C(e.HEADERS_RECEIVED),e.status=a.statusCode,a.on("data",function(ee){if(ee){var Et=Buffer.from(ee);e.response=Buffer.concat([e.response,Et])}f&&C(e.LOADING)}),a.on("end",function(){f&&(f=!1,C(e.DONE),e.responseText=e.response.toString("utf8"))}),a.on("error",function(ee){e.handleError(ee)})},J=function(N){if(n.reusedSocket&&N.code==="ECONNRESET")return ge(K,Ee).on("error",J);e.handleError(N)};n=ge(K,Ee).on("error",J),t.autoUnref&&n.on("socket",N=>{N.unref()}),v&&n.write(v),n.end(),e.dispatchEvent("loadstart")}else{var V=".node-xmlhttprequest-content-"+process.pid,X=".node-xmlhttprequest-sync-"+process.pid;zt.writeFileSync(X,"","utf8");for(var Ze="var http = require('http'), https = require('https'), fs = require('fs');var doRequest = http"+(E?"s":"")+".request;var options = "+JSON.stringify(K)+";var responseText = '';var responseData = Buffer.alloc(0);var req = doRequest(options, function(response) {response.on('data', function(chunk) { var data = Buffer.from(chunk); responseText += data.toString('utf8'); responseData = Buffer.concat([responseData, data]);});response.on('end', function() {fs.writeFileSync('"+V+"', JSON.stringify({err: null, data: {statusCode: response.statusCode, headers: response.headers, text: responseText, data: responseData.toString('base64')}}), 'utf8');fs.unlinkSync('"+X+"');});response.on('error', function(error) {fs.writeFileSync('"+V+"', 'NODE-XMLHTTPREQUEST-ERROR:' + JSON.stringify(error), 'utf8');fs.unlinkSync('"+X+"');});}).on('error', function(error) {fs.writeFileSync('"+V+"', 'NODE-XMLHTTPREQUEST-ERROR:' + JSON.stringify(error), 'utf8');fs.unlinkSync('"+X+"');});"+(v?"req.write('"+JSON.stringify(v).slice(1,-1).replace(/'/g,"\\'")+"');":"")+"req.end();",A=jx(process.argv[0],["-e",Ze]),S;zt.existsSync(X););if(e.responseText=zt.readFileSync(V,"utf8"),A.stdin.end(),zt.unlinkSync(V),e.responseText.match(/^NODE-XMLHTTPREQUEST-ERROR:/)){var F=JSON.parse(e.responseText.replace(/^NODE-XMLHTTPREQUEST-ERROR:/,""));e.handleError(F,503)}else{e.status=e.responseText.replace(/^NODE-XMLHTTPREQUEST-STATUS:([0-9]*),.*/,"$1");var ne=JSON.parse(e.responseText.replace(/^NODE-XMLHTTPREQUEST-STATUS:[0-9]*,(.*)/,"$1"));a={statusCode:e.status,headers:ne.data.headers},e.responseText=ne.data.text,e.response=Buffer.from(ne.data.data,"base64"),C(e.DONE,!0)}}},this.handleError=function(v,E){this.status=E||0,this.statusText=v,this.responseText=v.stack,g=!0,C(this.DONE)},this.abort=function(){n&&(n.abort(),n=null),u=Object.assign({},l),this.responseText="",this.responseXML="",this.response=Buffer.alloc(0),g=h=!0,this.readyState!==this.UNSENT&&(this.readyState!==this.OPENED||f)&&this.readyState!==this.DONE&&(f=!1,C(this.DONE)),this.readyState=this.UNSENT},this.addEventListener=function(v,E){v in x||(x[v]=[]),x[v].push(E)},this.removeEventListener=function(v,E){v in x&&(x[v]=x[v].filter(function(U){return U!==E}))},this.dispatchEvent=function(v){if(typeof e["on"+v]=="function"&&(this.readyState===this.DONE&&r.async?setTimeout(function(){e["on"+v]()},0):e["on"+v]()),v in x)for(let E=0,U=x[v].length;E<U;E++)this.readyState===this.DONE?setTimeout(function(){x[v][E].call(e)},0):x[v][E].call(e)};var C=function(v){if(!(e.readyState===v||e.readyState===e.UNSENT&&h)&&(e.readyState=v,(r.async||e.readyState<e.OPENED||e.readyState===e.DONE)&&e.dispatchEvent("readystatechange"),e.readyState===e.DONE)){let E;h?E="abort":g?E="error":E="load",e.dispatchEvent(E),e.dispatchEvent("loadend")}}}});var Je=b((LT,Wl)=>{"use strict";var Hl=["nodebuffer","arraybuffer","fragments"],Vl=typeof Blob!="undefined";Vl&&Hl.push("blob");Wl.exports={BINARY_TYPES:Hl,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:Vl,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var As=b((NT,Ti)=>{"use strict";var{EMPTY_BUFFER:Jx}=Je(),Wa=Buffer[Symbol.species];function Xx(t,e){if(t.length===0)return Jx;if(t.length===1)return t[0];let s=Buffer.allocUnsafe(e),i=0;for(let n=0;n<t.length;n++){let a=t[n];s.set(a,i),i+=a.length}return i<e?new Wa(s.buffer,s.byteOffset,i):s}function Gl(t,e,s,i,n){for(let a=0;a<n;a++)s[i+a]=t[a]^e[a&3]}function Kl(t,e){for(let s=0;s<t.length;s++)t[s]^=e[s&3]}function Yx(t){return t.length===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.length)}function Ga(t){if(Ga.readOnly=!0,Buffer.isBuffer(t))return t;let e;return t instanceof ArrayBuffer?e=new Wa(t):ArrayBuffer.isView(t)?e=new Wa(t.buffer,t.byteOffset,t.byteLength):(e=Buffer.from(t),Ga.readOnly=!1),e}Ti.exports={concat:Xx,mask:Gl,toArrayBuffer:Yx,toBuffer:Ga,unmask:Kl};if(!process.env.WS_NO_BUFFER_UTIL)try{let t=T("bufferutil");Ti.exports.mask=function(e,s,i,n,a){a<48?Gl(e,s,i,n,a):t.mask(e,s,i,n,a)},Ti.exports.unmask=function(e,s){e.length<32?Kl(e,s):t.unmask(e,s)}}catch(t){}});var Yl=b((qT,Xl)=>{"use strict";var Jl=Symbol("kDone"),Ka=Symbol("kRun"),Ja=class{constructor(e){this[Jl]=()=>{this.pending--,this[Ka]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[Ka]()}[Ka](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[Jl])}}};Xl.exports=Ja});var Ps=b((DT,tu)=>{"use strict";var Os=T("zlib"),Ql=As(),Qx=Yl(),{kStatusCode:Zl}=Je(),Zx=Buffer[Symbol.species],eg=Buffer.from([0,0,255,255]),ki=Symbol("permessage-deflate"),Xe=Symbol("total-length"),Ht=Symbol("callback"),nt=Symbol("buffers"),Vt=Symbol("error"),Si,Xa=class{constructor(e,s,i){if(this._maxPayload=i|0,this._options=e||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._isServer=!!s,this._deflate=null,this._inflate=null,this.params=null,!Si){let n=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;Si=new Qx(n)}}static get extensionName(){return"permessage-deflate"}offer(){let e={};return this._options.serverNoContextTakeover&&(e.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(e.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(e.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?e.client_max_window_bits=this._options.clientMaxWindowBits:this._options.clientMaxWindowBits==null&&(e.client_max_window_bits=!0),e}accept(e){return e=this.normalizeParams(e),this.params=this._isServer?this.acceptAsServer(e):this.acceptAsClient(e),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){let e=this._deflate[Ht];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let s=this._options,i=e.find(n=>!(s.serverNoContextTakeover===!1&&n.server_no_context_takeover||n.server_max_window_bits&&(s.serverMaxWindowBits===!1||typeof s.serverMaxWindowBits=="number"&&s.serverMaxWindowBits>n.server_max_window_bits)||typeof s.clientMaxWindowBits=="number"&&!n.client_max_window_bits));if(!i)throw new Error("None of the extension offers can be accepted");return s.serverNoContextTakeover&&(i.server_no_context_takeover=!0),s.clientNoContextTakeover&&(i.client_no_context_takeover=!0),typeof s.serverMaxWindowBits=="number"&&(i.server_max_window_bits=s.serverMaxWindowBits),typeof s.clientMaxWindowBits=="number"?i.client_max_window_bits=s.clientMaxWindowBits:(i.client_max_window_bits===!0||s.clientMaxWindowBits===!1)&&delete i.client_max_window_bits,i}acceptAsClient(e){let s=e[0];if(this._options.clientNoContextTakeover===!1&&s.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!s.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(s.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&s.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return s}normalizeParams(e){return e.forEach(s=>{Object.keys(s).forEach(i=>{let n=s[i];if(n.length>1)throw new Error(`Parameter "${i}" must have only a single value`);if(n=n[0],i==="client_max_window_bits"){if(n!==!0){let a=+n;if(!Number.isInteger(a)||a<8||a>15)throw new TypeError(`Invalid value for parameter "${i}": ${n}`);n=a}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${i}": ${n}`)}else if(i==="server_max_window_bits"){let a=+n;if(!Number.isInteger(a)||a<8||a>15)throw new TypeError(`Invalid value for parameter "${i}": ${n}`);n=a}else if(i==="client_no_context_takeover"||i==="server_no_context_takeover"){if(n!==!0)throw new TypeError(`Invalid value for parameter "${i}": ${n}`)}else throw new Error(`Unknown parameter "${i}"`);s[i]=n})}),e}decompress(e,s,i){Si.add(n=>{this._decompress(e,s,(a,r)=>{n(),i(a,r)})})}compress(e,s,i){Si.add(n=>{this._compress(e,s,(a,r)=>{n(),i(a,r)})})}_decompress(e,s,i){let n=this._isServer?"client":"server";if(!this._inflate){let a=`${n}_max_window_bits`,r=typeof this.params[a]!="number"?Os.Z_DEFAULT_WINDOWBITS:this.params[a];this._inflate=Os.createInflateRaw(re(L({},this._options.zlibInflateOptions),{windowBits:r})),this._inflate[ki]=this,this._inflate[Xe]=0,this._inflate[nt]=[],this._inflate.on("error",sg),this._inflate.on("data",eu)}this._inflate[Ht]=i,this._inflate.write(e),s&&this._inflate.write(eg),this._inflate.flush(()=>{let a=this._inflate[Vt];if(a){this._inflate.close(),this._inflate=null,i(a);return}let r=Ql.concat(this._inflate[nt],this._inflate[Xe]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[Xe]=0,this._inflate[nt]=[],s&&this.params[`${n}_no_context_takeover`]&&this._inflate.reset()),i(null,r)})}_compress(e,s,i){let n=this._isServer?"server":"client";if(!this._deflate){let a=`${n}_max_window_bits`,r=typeof this.params[a]!="number"?Os.Z_DEFAULT_WINDOWBITS:this.params[a];this._deflate=Os.createDeflateRaw(re(L({},this._options.zlibDeflateOptions),{windowBits:r})),this._deflate[Xe]=0,this._deflate[nt]=[],this._deflate.on("data",tg)}this._deflate[Ht]=i,this._deflate.write(e),this._deflate.flush(Os.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let a=Ql.concat(this._deflate[nt],this._deflate[Xe]);s&&(a=new Zx(a.buffer,a.byteOffset,a.length-4)),this._deflate[Ht]=null,this._deflate[Xe]=0,this._deflate[nt]=[],s&&this.params[`${n}_no_context_takeover`]&&this._deflate.reset(),i(null,a)})}};tu.exports=Xa;function tg(t){this[nt].push(t),this[Xe]+=t.length}function eu(t){if(this[Xe]+=t.length,this[ki]._maxPayload<1||this[Xe]<=this[ki]._maxPayload){this[nt].push(t);return}this[Vt]=new RangeError("Max payload size exceeded"),this[Vt].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[Vt][Zl]=1009,this.removeListener("data",eu),this.reset()}function sg(t){if(this[ki]._inflate=null,this[Vt]){this[Ht](this[Vt]);return}t[Zl]=1007,this[Ht](t)}});var Wt=b((IT,Ri)=>{"use strict";var{isUtf8:su}=T("buffer"),{hasBlob:ig}=Je(),ng=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function ag(t){return t>=1e3&&t<=1014&&t!==1004&&t!==1005&&t!==1006||t>=3e3&&t<=4999}function Ya(t){let e=t.length,s=0;for(;s<e;)if((t[s]&128)===0)s++;else if((t[s]&224)===192){if(s+1===e||(t[s+1]&192)!==128||(t[s]&254)===192)return!1;s+=2}else if((t[s]&240)===224){if(s+2>=e||(t[s+1]&192)!==128||(t[s+2]&192)!==128||t[s]===224&&(t[s+1]&224)===128||t[s]===237&&(t[s+1]&224)===160)return!1;s+=3}else if((t[s]&248)===240){if(s+3>=e||(t[s+1]&192)!==128||(t[s+2]&192)!==128||(t[s+3]&192)!==128||t[s]===240&&(t[s+1]&240)===128||t[s]===244&&t[s+1]>143||t[s]>244)return!1;s+=4}else return!1;return!0}function rg(t){return ig&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&(t[Symbol.toStringTag]==="Blob"||t[Symbol.toStringTag]==="File")}Ri.exports={isBlob:rg,isValidStatusCode:ag,isValidUTF8:Ya,tokenChars:ng};if(su)Ri.exports.isValidUTF8=function(t){return t.length<24?Ya(t):su(t)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let t=T("utf-8-validate");Ri.exports.isValidUTF8=function(e){return e.length<32?Ya(e):t(e)}}catch(t){}});var sr=b((jT,pu)=>{"use strict";var{Writable:og}=T("stream"),iu=Ps(),{BINARY_TYPES:cg,EMPTY_BUFFER:nu,kStatusCode:pg,kWebSocket:lg}=Je(),{concat:Qa,toArrayBuffer:ug,unmask:dg}=As(),{isValidStatusCode:mg,isValidUTF8:au}=Wt(),Ci=Buffer[Symbol.species],Se=0,ru=1,ou=2,cu=3,Za=4,er=5,Ai=6,tr=class extends og{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||cg[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[lg]=void 0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._errored=!1,this._loop=!1,this._state=Se}_write(e,s,i){if(this._opcode===8&&this._state==Se)return i();this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(i)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e<this._buffers[0].length){let i=this._buffers[0];return this._buffers[0]=new Ci(i.buffer,i.byteOffset+e,i.length-e),new Ci(i.buffer,i.byteOffset,e)}let s=Buffer.allocUnsafe(e);do{let i=this._buffers[0],n=s.length-e;e>=i.length?s.set(this._buffers.shift(),n):(s.set(new Uint8Array(i.buffer,i.byteOffset,e),n),this._buffers[0]=new Ci(i.buffer,i.byteOffset+e,i.length-e)),e-=i.length}while(e>0);return s}startLoop(e){this._loop=!0;do switch(this._state){case Se:this.getInfo(e);break;case ru:this.getPayloadLength16(e);break;case ou:this.getPayloadLength64(e);break;case cu:this.getMask();break;case Za:this.getData(e);break;case er:case Ai:this._loop=!1;return}while(this._loop);this._errored||e()}getInfo(e){if(this._bufferedBytes<2){this._loop=!1;return}let s=this.consume(2);if((s[0]&48)!==0){let n=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");e(n);return}let i=(s[0]&64)===64;if(i&&!this._extensions[iu.extensionName]){let n=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(n);return}if(this._fin=(s[0]&128)===128,this._opcode=s[0]&15,this._payloadLength=s[1]&127,this._opcode===0){if(i){let n=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(n);return}if(!this._fragmented){let n=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");e(n);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let n=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(n);return}this._compressed=i}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let n=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");e(n);return}if(i){let n=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(n);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let n=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");e(n);return}}else{let n=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(n);return}if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(s[1]&128)===128,this._isServer){if(!this._masked){let n=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");e(n);return}}else if(this._masked){let n=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");e(n);return}this._payloadLength===126?this._state=ru:this._payloadLength===127?this._state=ou:this.haveLength(e)}getPayloadLength16(e){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength(e)}getPayloadLength64(e){if(this._bufferedBytes<8){this._loop=!1;return}let s=this.consume(8),i=s.readUInt32BE(0);if(i>Math.pow(2,21)-1){let n=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");e(n);return}this._payloadLength=i*Math.pow(2,32)+s.readUInt32BE(4),this.haveLength(e)}haveLength(e){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0)){let s=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");e(s);return}this._masked?this._state=cu:this._state=Za}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=Za}getData(e){let s=nu;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}s=this.consume(this._payloadLength),this._masked&&(this._mask[0]|this._mask[1]|this._mask[2]|this._mask[3])!==0&&dg(s,this._mask)}if(this._opcode>7){this.controlMessage(s,e);return}if(this._compressed){this._state=er,this.decompress(s,e);return}s.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(s)),this.dataMessage(e)}decompress(e,s){this._extensions[iu.extensionName].decompress(e,this._fin,(n,a)=>{if(n)return s(n);if(a.length){if(this._messageLength+=a.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let r=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");s(r);return}this._fragments.push(a)}this.dataMessage(s),this._state===Se&&this.startLoop(s)})}dataMessage(e){if(!this._fin){this._state=Se;return}let s=this._messageLength,i=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let n;this._binaryType==="nodebuffer"?n=Qa(i,s):this._binaryType==="arraybuffer"?n=ug(Qa(i,s)):this._binaryType==="blob"?n=new Blob(i):n=i,this._allowSynchronousEvents?(this.emit("message",n,!0),this._state=Se):(this._state=Ai,setImmediate(()=>{this.emit("message",n,!0),this._state=Se,this.startLoop(e)}))}else{let n=Qa(i,s);if(!this._skipUTF8Validation&&!au(n)){let a=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(a);return}this._state===er||this._allowSynchronousEvents?(this.emit("message",n,!1),this._state=Se):(this._state=Ai,setImmediate(()=>{this.emit("message",n,!1),this._state=Se,this.startLoop(e)}))}}controlMessage(e,s){if(this._opcode===8){if(e.length===0)this._loop=!1,this.emit("conclude",1005,nu),this.end();else{let i=e.readUInt16BE(0);if(!mg(i)){let a=this.createError(RangeError,`invalid status code ${i}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");s(a);return}let n=new Ci(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!au(n)){let a=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");s(a);return}this._loop=!1,this.emit("conclude",i,n),this.end()}this._state=Se;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=Se):(this._state=Ai,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=Se,this.startLoop(s)}))}createError(e,s,i,n,a){this._loop=!1,this._errored=!0;let r=new e(i?`Invalid WebSocket frame: ${s}`:s);return Error.captureStackTrace(r,this.createError),r.code=a,r[pg]=n,r}};pu.exports=tr});var ar=b((FT,du)=>{"use strict";var{Duplex:UT}=T("stream"),{randomFillSync:fg}=T("crypto"),lu=Ps(),{EMPTY_BUFFER:hg,kWebSocket:xg,NOOP:gg}=Je(),{isBlob:Gt,isValidStatusCode:yg}=Wt(),{mask:uu,toBuffer:ht}=As(),ke=Symbol("kByteLength"),vg=Buffer.alloc(4),Oi=8*1024,xt,Kt=Oi,De=0,bg=1,_g=2,ir=class t{constructor(e,s,i){this._extensions=s||{},i&&(this._generateMask=i,this._maskBuffer=Buffer.alloc(4)),this._socket=e,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._queue=[],this._state=De,this.onerror=gg,this[xg]=void 0}static frame(e,s){let i,n=!1,a=2,r=!1;s.mask&&(i=s.maskBuffer||vg,s.generateMask?s.generateMask(i):(Kt===Oi&&(xt===void 0&&(xt=Buffer.alloc(Oi)),fg(xt,0,Oi),Kt=0),i[0]=xt[Kt++],i[1]=xt[Kt++],i[2]=xt[Kt++],i[3]=xt[Kt++]),r=(i[0]|i[1]|i[2]|i[3])===0,a=6);let o;typeof e=="string"?(!s.mask||r)&&s[ke]!==void 0?o=s[ke]:(e=Buffer.from(e),o=e.length):(o=e.length,n=s.mask&&s.readOnly&&!r);let l=o;o>=65536?(a+=8,l=127):o>125&&(a+=2,l=126);let u=Buffer.allocUnsafe(n?o+a:a);return u[0]=s.fin?s.opcode|128:s.opcode,s.rsv1&&(u[0]|=64),u[1]=l,l===126?u.writeUInt16BE(o,2):l===127&&(u[2]=u[3]=0,u.writeUIntBE(o,4,6)),s.mask?(u[1]|=128,u[a-4]=i[0],u[a-3]=i[1],u[a-2]=i[2],u[a-1]=i[3],r?[u,e]:n?(uu(e,i,u,a,o),[u]):(uu(e,i,e,0,o),[u,e])):[u,e]}close(e,s,i,n){let a;if(e===void 0)a=hg;else{if(typeof e!="number"||!yg(e))throw new TypeError("First argument must be a valid error code number");if(s===void 0||!s.length)a=Buffer.allocUnsafe(2),a.writeUInt16BE(e,0);else{let o=Buffer.byteLength(s);if(o>123)throw new RangeError("The message must not be greater than 123 bytes");a=Buffer.allocUnsafe(2+o),a.writeUInt16BE(e,0),typeof s=="string"?a.write(s,2):a.set(s,2)}}let r={[ke]:a.length,fin:!0,generateMask:this._generateMask,mask:i,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==De?this.enqueue([this.dispatch,a,!1,r,n]):this.sendFrame(t.frame(a,r),n)}ping(e,s,i){let n,a;if(typeof e=="string"?(n=Buffer.byteLength(e),a=!1):Gt(e)?(n=e.size,a=!1):(e=ht(e),n=e.length,a=ht.readOnly),n>125)throw new RangeError("The data size must not be greater than 125 bytes");let r={[ke]:n,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:9,readOnly:a,rsv1:!1};Gt(e)?this._state!==De?this.enqueue([this.getBlobData,e,!1,r,i]):this.getBlobData(e,!1,r,i):this._state!==De?this.enqueue([this.dispatch,e,!1,r,i]):this.sendFrame(t.frame(e,r),i)}pong(e,s,i){let n,a;if(typeof e=="string"?(n=Buffer.byteLength(e),a=!1):Gt(e)?(n=e.size,a=!1):(e=ht(e),n=e.length,a=ht.readOnly),n>125)throw new RangeError("The data size must not be greater than 125 bytes");let r={[ke]:n,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:10,readOnly:a,rsv1:!1};Gt(e)?this._state!==De?this.enqueue([this.getBlobData,e,!1,r,i]):this.getBlobData(e,!1,r,i):this._state!==De?this.enqueue([this.dispatch,e,!1,r,i]):this.sendFrame(t.frame(e,r),i)}send(e,s,i){let n=this._extensions[lu.extensionName],a=s.binary?2:1,r=s.compress,o,l;typeof e=="string"?(o=Buffer.byteLength(e),l=!1):Gt(e)?(o=e.size,l=!1):(e=ht(e),o=e.length,l=ht.readOnly),this._firstFragment?(this._firstFragment=!1,r&&n&&n.params[n._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(r=o>=n._threshold),this._compress=r):(r=!1,a=0),s.fin&&(this._firstFragment=!0);let u={[ke]:o,fin:s.fin,generateMask:this._generateMask,mask:s.mask,maskBuffer:this._maskBuffer,opcode:a,readOnly:l,rsv1:r};Gt(e)?this._state!==De?this.enqueue([this.getBlobData,e,this._compress,u,i]):this.getBlobData(e,this._compress,u,i):this._state!==De?this.enqueue([this.dispatch,e,this._compress,u,i]):this.dispatch(e,this._compress,u,i)}getBlobData(e,s,i,n){this._bufferedBytes+=i[ke],this._state=_g,e.arrayBuffer().then(a=>{if(this._socket.destroyed){let o=new Error("The socket was closed while the blob was being read");process.nextTick(nr,this,o,n);return}this._bufferedBytes-=i[ke];let r=ht(a);s?this.dispatch(r,s,i,n):(this._state=De,this.sendFrame(t.frame(r,i),n),this.dequeue())}).catch(a=>{process.nextTick(wg,this,a,n)})}dispatch(e,s,i,n){if(!s){this.sendFrame(t.frame(e,i),n);return}let a=this._extensions[lu.extensionName];this._bufferedBytes+=i[ke],this._state=bg,a.compress(e,i.fin,(r,o)=>{if(this._socket.destroyed){let l=new Error("The socket was closed while data was being compressed");nr(this,l,n);return}this._bufferedBytes-=i[ke],this._state=De,i.readOnly=!1,this.sendFrame(t.frame(o,i),n),this.dequeue()})}dequeue(){for(;this._state===De&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][ke],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][ke],this._queue.push(e)}sendFrame(e,s){e.length===2?(this._socket.cork(),this._socket.write(e[0]),this._socket.write(e[1],s),this._socket.uncork()):this._socket.write(e[0],s)}};du.exports=ir;function nr(t,e,s){typeof s=="function"&&s(e);for(let i=0;i<t._queue.length;i++){let n=t._queue[i],a=n[n.length-1];typeof a=="function"&&a(e)}}function wg(t,e,s){nr(t,e,s),t.onerror(e)}});var _u=b((MT,bu)=>{"use strict";var{kForOnEventAttribute:Ls,kListener:rr}=Je(),mu=Symbol("kCode"),fu=Symbol("kData"),hu=Symbol("kError"),xu=Symbol("kMessage"),gu=Symbol("kReason"),Jt=Symbol("kTarget"),yu=Symbol("kType"),vu=Symbol("kWasClean"),Ye=class{constructor(e){this[Jt]=null,this[yu]=e}get target(){return this[Jt]}get type(){return this[yu]}};Object.defineProperty(Ye.prototype,"target",{enumerable:!0});Object.defineProperty(Ye.prototype,"type",{enumerable:!0});var gt=class extends Ye{constructor(e,s={}){super(e),this[mu]=s.code===void 0?0:s.code,this[gu]=s.reason===void 0?"":s.reason,this[vu]=s.wasClean===void 0?!1:s.wasClean}get code(){return this[mu]}get reason(){return this[gu]}get wasClean(){return this[vu]}};Object.defineProperty(gt.prototype,"code",{enumerable:!0});Object.defineProperty(gt.prototype,"reason",{enumerable:!0});Object.defineProperty(gt.prototype,"wasClean",{enumerable:!0});var Xt=class extends Ye{constructor(e,s={}){super(e),this[hu]=s.error===void 0?null:s.error,this[xu]=s.message===void 0?"":s.message}get error(){return this[hu]}get message(){return this[xu]}};Object.defineProperty(Xt.prototype,"error",{enumerable:!0});Object.defineProperty(Xt.prototype,"message",{enumerable:!0});var Ns=class extends Ye{constructor(e,s={}){super(e),this[fu]=s.data===void 0?null:s.data}get data(){return this[fu]}};Object.defineProperty(Ns.prototype,"data",{enumerable:!0});var Eg={addEventListener(t,e,s={}){for(let n of this.listeners(t))if(!s[Ls]&&n[rr]===e&&!n[Ls])return;let i;if(t==="message")i=function(a,r){let o=new Ns("message",{data:r?a:a.toString()});o[Jt]=this,Pi(e,this,o)};else if(t==="close")i=function(a,r){let o=new gt("close",{code:a,reason:r.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});o[Jt]=this,Pi(e,this,o)};else if(t==="error")i=function(a){let r=new Xt("error",{error:a,message:a.message});r[Jt]=this,Pi(e,this,r)};else if(t==="open")i=function(){let a=new Ye("open");a[Jt]=this,Pi(e,this,a)};else return;i[Ls]=!!s[Ls],i[rr]=e,s.once?this.once(t,i):this.on(t,i)},removeEventListener(t,e){for(let s of this.listeners(t))if(s[rr]===e&&!s[Ls]){this.removeListener(t,s);break}}};bu.exports={CloseEvent:gt,ErrorEvent:Xt,Event:Ye,EventTarget:Eg,MessageEvent:Ns};function Pi(t,e,s){typeof t=="object"&&t.handleEvent?t.handleEvent.call(t,s):t.call(e,s)}});var or=b((zT,wu)=>{"use strict";var{tokenChars:qs}=Wt();function Ue(t,e,s){t[e]===void 0?t[e]=[s]:t[e].push(s)}function Tg(t){let e=Object.create(null),s=Object.create(null),i=!1,n=!1,a=!1,r,o,l=-1,u=-1,p=-1,m=0;for(;m<t.length;m++)if(u=t.charCodeAt(m),r===void 0)if(p===-1&&qs[u]===1)l===-1&&(l=m);else if(m!==0&&(u===32||u===9))p===-1&&l!==-1&&(p=m);else if(u===59||u===44){if(l===-1)throw new SyntaxError(`Unexpected character at index ${m}`);p===-1&&(p=m);let g=t.slice(l,p);u===44?(Ue(e,g,s),s=Object.create(null)):r=g,l=p=-1}else throw new SyntaxError(`Unexpected character at index ${m}`);else if(o===void 0)if(p===-1&&qs[u]===1)l===-1&&(l=m);else if(u===32||u===9)p===-1&&l!==-1&&(p=m);else if(u===59||u===44){if(l===-1)throw new SyntaxError(`Unexpected character at index ${m}`);p===-1&&(p=m),Ue(s,t.slice(l,p),!0),u===44&&(Ue(e,r,s),s=Object.create(null),r=void 0),l=p=-1}else if(u===61&&l!==-1&&p===-1)o=t.slice(l,m),l=p=-1;else throw new SyntaxError(`Unexpected character at index ${m}`);else if(n){if(qs[u]!==1)throw new SyntaxError(`Unexpected character at index ${m}`);l===-1?l=m:i||(i=!0),n=!1}else if(a)if(qs[u]===1)l===-1&&(l=m);else if(u===34&&l!==-1)a=!1,p=m;else if(u===92)n=!0;else throw new SyntaxError(`Unexpected character at index ${m}`);else if(u===34&&t.charCodeAt(m-1)===61)a=!0;else if(p===-1&&qs[u]===1)l===-1&&(l=m);else if(l!==-1&&(u===32||u===9))p===-1&&(p=m);else if(u===59||u===44){if(l===-1)throw new SyntaxError(`Unexpected character at index ${m}`);p===-1&&(p=m);let g=t.slice(l,p);i&&(g=g.replace(/\\/g,""),i=!1),Ue(s,o,g),u===44&&(Ue(e,r,s),s=Object.create(null),r=void 0),o=void 0,l=p=-1}else throw new SyntaxError(`Unexpected character at index ${m}`);if(l===-1||a||u===32||u===9)throw new SyntaxError("Unexpected end of input");p===-1&&(p=m);let f=t.slice(l,p);return r===void 0?Ue(e,f,s):(o===void 0?Ue(s,f,!0):i?Ue(s,o,f.replace(/\\/g,"")):Ue(s,o,f),Ue(e,r,s)),e}function Sg(t){return Object.keys(t).map(e=>{let s=t[e];return Array.isArray(s)||(s=[s]),s.map(i=>[e].concat(Object.keys(i).map(n=>{let a=i[n];return Array.isArray(a)||(a=[a]),a.map(r=>r===!0?n:`${n}=${r}`).join("; ")})).join("; ")).join(", ")}).join(", ")}wu.exports={format:Sg,parse:Tg}});var Di=b((VT,qu)=>{"use strict";var kg=T("events"),Rg=T("https"),Cg=T("http"),Su=T("net"),Ag=T("tls"),{randomBytes:Og,createHash:Pg}=T("crypto"),{Duplex:$T,Readable:HT}=T("stream"),{URL:cr}=T("url"),at=Ps(),Lg=sr(),Ng=ar(),{isBlob:qg}=Wt(),{BINARY_TYPES:Eu,EMPTY_BUFFER:Li,GUID:Dg,kForOnEventAttribute:pr,kListener:Bg,kStatusCode:Ig,kWebSocket:ie,NOOP:ku}=Je(),{EventTarget:{addEventListener:jg,removeEventListener:Ug}}=_u(),{format:Fg,parse:Mg}=or(),{toBuffer:zg}=As(),$g=30*1e3,Ru=Symbol("kAborted"),lr=[8,13],Qe=["CONNECTING","OPEN","CLOSING","CLOSED"],Hg=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,H=class t extends kg{constructor(e,s,i){super(),this._binaryType=Eu[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=Li,this._closeTimer=null,this._errorEmitted=!1,this._extensions={},this._paused=!1,this._protocol="",this._readyState=t.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,e!==null?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,s===void 0?s=[]:Array.isArray(s)||(typeof s=="object"&&s!==null?(i=s,s=[]):s=[s]),Cu(this,e,s,i)):(this._autoPong=i.autoPong,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){Eu.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,s,i){let n=new Lg({allowSynchronousEvents:i.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:i.maxPayload,skipUTF8Validation:i.skipUTF8Validation}),a=new Ng(e,this._extensions,i.generateMask);this._receiver=n,this._sender=a,this._socket=e,n[ie]=this,a[ie]=this,e[ie]=this,n.on("conclude",Gg),n.on("drain",Kg),n.on("error",Jg),n.on("message",Xg),n.on("ping",Yg),n.on("pong",Qg),a.onerror=Zg,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),s.length>0&&e.unshift(s),e.on("close",Pu),e.on("data",qi),e.on("end",Lu),e.on("error",Nu),this._readyState=t.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}this._extensions[at.extensionName]&&this._extensions[at.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,s){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){be(this,this._req,"WebSocket was closed before the connection was established");return}if(this.readyState===t.CLOSING){this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end();return}this._readyState=t.CLOSING,this._sender.close(e,s,!this._isServer,i=>{i||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())}),Ou(this)}}pause(){this.readyState===t.CONNECTING||this.readyState===t.CLOSED||(this._paused=!0,this._socket.pause())}ping(e,s,i){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(i=e,e=s=void 0):typeof s=="function"&&(i=s,s=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){ur(this,e,i);return}s===void 0&&(s=!this._isServer),this._sender.ping(e||Li,s,i)}pong(e,s,i){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(i=e,e=s=void 0):typeof s=="function"&&(i=s,s=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){ur(this,e,i);return}s===void 0&&(s=!this._isServer),this._sender.pong(e||Li,s,i)}resume(){this.readyState===t.CONNECTING||this.readyState===t.CLOSED||(this._paused=!1,this._receiver._writableState.needDrain||this._socket.resume())}send(e,s,i){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof s=="function"&&(i=s,s={}),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){ur(this,e,i);return}let n=L({binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0},s);this._extensions[at.extensionName]||(n.compress=!1),this._sender.send(e||Li,n,i)}terminate(){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){be(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=t.CLOSING,this._socket.destroy())}}};Object.defineProperty(H,"CONNECTING",{enumerable:!0,value:Qe.indexOf("CONNECTING")});Object.defineProperty(H.prototype,"CONNECTING",{enumerable:!0,value:Qe.indexOf("CONNECTING")});Object.defineProperty(H,"OPEN",{enumerable:!0,value:Qe.indexOf("OPEN")});Object.defineProperty(H.prototype,"OPEN",{enumerable:!0,value:Qe.indexOf("OPEN")});Object.defineProperty(H,"CLOSING",{enumerable:!0,value:Qe.indexOf("CLOSING")});Object.defineProperty(H.prototype,"CLOSING",{enumerable:!0,value:Qe.indexOf("CLOSING")});Object.defineProperty(H,"CLOSED",{enumerable:!0,value:Qe.indexOf("CLOSED")});Object.defineProperty(H.prototype,"CLOSED",{enumerable:!0,value:Qe.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(t=>{Object.defineProperty(H.prototype,t,{enumerable:!0})});["open","error","close","message"].forEach(t=>{Object.defineProperty(H.prototype,`on${t}`,{enumerable:!0,get(){for(let e of this.listeners(t))if(e[pr])return e[Bg];return null},set(e){for(let s of this.listeners(t))if(s[pr]){this.removeListener(t,s);break}typeof e=="function"&&this.addEventListener(t,e,{[pr]:!0})}})});H.prototype.addEventListener=jg;H.prototype.removeEventListener=Ug;qu.exports=H;function Cu(t,e,s,i){let n=re(L({allowSynchronousEvents:!0,autoPong:!0,protocolVersion:lr[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10},i),{socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0});if(t._autoPong=n.autoPong,!lr.includes(n.protocolVersion))throw new RangeError(`Unsupported protocol version: ${n.protocolVersion} (supported versions: ${lr.join(", ")})`);let a;if(e instanceof cr)a=e;else try{a=new cr(e)}catch(x){throw new SyntaxError(`Invalid URL: ${e}`)}a.protocol==="http:"?a.protocol="ws:":a.protocol==="https:"&&(a.protocol="wss:"),t._url=a.href;let r=a.protocol==="wss:",o=a.protocol==="ws+unix:",l;if(a.protocol!=="ws:"&&!r&&!o?l=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:o&&!a.pathname?l="The URL's pathname is empty":a.hash&&(l="The URL contains a fragment identifier"),l){let x=new SyntaxError(l);if(t._redirects===0)throw x;Ni(t,x);return}let u=r?443:80,p=Og(16).toString("base64"),m=r?Rg.request:Cg.request,f=new Set,g;if(n.createConnection=n.createConnection||(r?Wg:Vg),n.defaultPort=n.defaultPort||u,n.port=a.port||u,n.host=a.hostname.startsWith("[")?a.hostname.slice(1,-1):a.hostname,n.headers=re(L({},n.headers),{"Sec-WebSocket-Version":n.protocolVersion,"Sec-WebSocket-Key":p,Connection:"Upgrade",Upgrade:"websocket"}),n.path=a.pathname+a.search,n.timeout=n.handshakeTimeout,n.perMessageDeflate&&(g=new at(n.perMessageDeflate!==!0?n.perMessageDeflate:{},!1,n.maxPayload),n.headers["Sec-WebSocket-Extensions"]=Fg({[at.extensionName]:g.offer()})),s.length){for(let x of s){if(typeof x!="string"||!Hg.test(x)||f.has(x))throw new SyntaxError("An invalid or duplicated subprotocol was specified");f.add(x)}n.headers["Sec-WebSocket-Protocol"]=s.join(",")}if(n.origin&&(n.protocolVersion<13?n.headers["Sec-WebSocket-Origin"]=n.origin:n.headers.Origin=n.origin),(a.username||a.password)&&(n.auth=`${a.username}:${a.password}`),o){let x=n.path.split(":");n.socketPath=x[0],n.path=x[1]}let h;if(n.followRedirects){if(t._redirects===0){t._originalIpc=o,t._originalSecure=r,t._originalHostOrSocketPath=o?n.socketPath:a.host;let x=i&&i.headers;if(i=re(L({},i),{headers:{}}),x)for(let[y,R]of Object.entries(x))i.headers[y.toLowerCase()]=R}else if(t.listenerCount("redirect")===0){let x=o?t._originalIpc?n.socketPath===t._originalHostOrSocketPath:!1:t._originalIpc?!1:a.host===t._originalHostOrSocketPath;(!x||t._originalSecure&&!r)&&(delete n.headers.authorization,delete n.headers.cookie,x||delete n.headers.host,n.auth=void 0)}n.auth&&!i.headers.authorization&&(i.headers.authorization="Basic "+Buffer.from(n.auth).toString("base64")),h=t._req=m(n),t._redirects&&t.emit("redirect",t.url,h)}else h=t._req=m(n);n.timeout&&h.on("timeout",()=>{be(t,h,"Opening handshake has timed out")}),h.on("error",x=>{h===null||h[Ru]||(h=t._req=null,Ni(t,x))}),h.on("response",x=>{let y=x.headers.location,R=x.statusCode;if(y&&n.followRedirects&&R>=300&&R<400){if(++t._redirects>n.maxRedirects){be(t,h,"Maximum redirects exceeded");return}h.abort();let C;try{C=new cr(y,e)}catch(v){let E=new SyntaxError(`Invalid URL: ${y}`);Ni(t,E);return}Cu(t,C,s,i)}else t.emit("unexpected-response",h,x)||be(t,h,`Unexpected server response: ${x.statusCode}`)}),h.on("upgrade",(x,y,R)=>{if(t.emit("upgrade",x),t.readyState!==H.CONNECTING)return;h=t._req=null;let C=x.headers.upgrade;if(C===void 0||C.toLowerCase()!=="websocket"){be(t,y,"Invalid Upgrade header");return}let v=Pg("sha1").update(p+Dg).digest("base64");if(x.headers["sec-websocket-accept"]!==v){be(t,y,"Invalid Sec-WebSocket-Accept header");return}let E=x.headers["sec-websocket-protocol"],U;if(E!==void 0?f.size?f.has(E)||(U="Server sent an invalid subprotocol"):U="Server sent a subprotocol but none was requested":f.size&&(U="Server sent no subprotocol"),U){be(t,y,U);return}E&&(t._protocol=E);let P=x.headers["sec-websocket-extensions"];if(P!==void 0){if(!g){be(t,y,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let I;try{I=Mg(P)}catch(ce){be(t,y,"Invalid Sec-WebSocket-Extensions header");return}let M=Object.keys(I);if(M.length!==1||M[0]!==at.extensionName){be(t,y,"Server indicated an extension that was not requested");return}try{g.accept(I[at.extensionName])}catch(ce){be(t,y,"Invalid Sec-WebSocket-Extensions header");return}t._extensions[at.extensionName]=g}t.setSocket(y,R,{allowSynchronousEvents:n.allowSynchronousEvents,generateMask:n.generateMask,maxPayload:n.maxPayload,skipUTF8Validation:n.skipUTF8Validation})}),n.finishRequest?n.finishRequest(h,t):h.end()}function Ni(t,e){t._readyState=H.CLOSING,t._errorEmitted=!0,t.emit("error",e),t.emitClose()}function Vg(t){return t.path=t.socketPath,Su.connect(t)}function Wg(t){return t.path=void 0,!t.servername&&t.servername!==""&&(t.servername=Su.isIP(t.host)?"":t.host),Ag.connect(t)}function be(t,e,s){t._readyState=H.CLOSING;let i=new Error(s);Error.captureStackTrace(i,be),e.setHeader?(e[Ru]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(Ni,t,i)):(e.destroy(i),e.once("error",t.emit.bind(t,"error")),e.once("close",t.emitClose.bind(t)))}function ur(t,e,s){if(e){let i=qg(e)?e.size:zg(e).length;t._socket?t._sender._bufferedBytes+=i:t._bufferedAmount+=i}if(s){let i=new Error(`WebSocket is not open: readyState ${t.readyState} (${Qe[t.readyState]})`);process.nextTick(s,i)}}function Gg(t,e){let s=this[ie];s._closeFrameReceived=!0,s._closeMessage=e,s._closeCode=t,s._socket[ie]!==void 0&&(s._socket.removeListener("data",qi),process.nextTick(Au,s._socket),t===1005?s.close():s.close(t,e))}function Kg(){let t=this[ie];t.isPaused||t._socket.resume()}function Jg(t){let e=this[ie];e._socket[ie]!==void 0&&(e._socket.removeListener("data",qi),process.nextTick(Au,e._socket),e.close(t[Ig])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t))}function Tu(){this[ie].emitClose()}function Xg(t,e){this[ie].emit("message",t,e)}function Yg(t){let e=this[ie];e._autoPong&&e.pong(t,!this._isServer,ku),e.emit("ping",t)}function Qg(t){this[ie].emit("pong",t)}function Au(t){t.resume()}function Zg(t){let e=this[ie];e.readyState!==H.CLOSED&&(e.readyState===H.OPEN&&(e._readyState=H.CLOSING,Ou(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t)))}function Ou(t){t._closeTimer=setTimeout(t._socket.destroy.bind(t._socket),$g)}function Pu(){let t=this[ie];this.removeListener("close",Pu),this.removeListener("data",qi),this.removeListener("end",Lu),t._readyState=H.CLOSING;let e;!this._readableState.endEmitted&&!t._closeFrameReceived&&!t._receiver._writableState.errorEmitted&&(e=t._socket.read())!==null&&t._receiver.write(e),t._receiver.end(),this[ie]=void 0,clearTimeout(t._closeTimer),t._receiver._writableState.finished||t._receiver._writableState.errorEmitted?t.emitClose():(t._receiver.on("error",Tu),t._receiver.on("finish",Tu))}function qi(t){this[ie]._receiver.write(t)||this.pause()}function Lu(){let t=this[ie];t._readyState=H.CLOSING,t._receiver.end(),this.end()}function Nu(){let t=this[ie];this.removeListener("error",Nu),this.on("error",ku),t&&(t._readyState=H.CLOSING,this.destroy())}});var ju=b((KT,Iu)=>{"use strict";var GT=Di(),{Duplex:ey}=T("stream");function Du(t){t.emit("close")}function ty(){!this.destroyed&&this._writableState.finished&&this.destroy()}function Bu(t){this.removeListener("error",Bu),this.destroy(),this.listenerCount("error")===0&&this.emit("error",t)}function sy(t,e){let s=!0,i=new ey(re(L({},e),{autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1}));return t.on("message",function(a,r){let o=!r&&i._readableState.objectMode?a.toString():a;i.push(o)||t.pause()}),t.once("error",function(a){i.destroyed||(s=!1,i.destroy(a))}),t.once("close",function(){i.destroyed||i.push(null)}),i._destroy=function(n,a){if(t.readyState===t.CLOSED){a(n),process.nextTick(Du,i);return}let r=!1;t.once("error",function(l){r=!0,a(l)}),t.once("close",function(){r||a(n),process.nextTick(Du,i)}),s&&t.terminate()},i._final=function(n){if(t.readyState===t.CONNECTING){t.once("open",function(){i._final(n)});return}t._socket!==null&&(t._socket._writableState.finished?(n(),i._readableState.endEmitted&&i.destroy()):(t._socket.once("finish",function(){n()}),t.close()))},i._read=function(){t.isPaused&&t.resume()},i._write=function(n,a,r){if(t.readyState===t.CONNECTING){t.once("open",function(){i._write(n,a,r)});return}t.send(n,r)},i.on("end",ty),i.on("error",Bu),i}Iu.exports=sy});var Fu=b((XT,Uu)=>{"use strict";var{tokenChars:iy}=Wt();function ny(t){let e=new Set,s=-1,i=-1,n=0;for(n;n<t.length;n++){let r=t.charCodeAt(n);if(i===-1&&iy[r]===1)s===-1&&(s=n);else if(n!==0&&(r===32||r===9))i===-1&&s!==-1&&(i=n);else if(r===44){if(s===-1)throw new SyntaxError(`Unexpected character at index ${n}`);i===-1&&(i=n);let o=t.slice(s,i);if(e.has(o))throw new SyntaxError(`The "${o}" subprotocol is duplicated`);e.add(o),s=i=-1}else throw new SyntaxError(`Unexpected character at index ${n}`)}if(s===-1||i!==-1)throw new SyntaxError("Unexpected end of input");let a=t.slice(s,n);if(e.has(a))throw new SyntaxError(`The "${a}" subprotocol is duplicated`);return e.add(a),e}Uu.exports={parse:ny}});var Gu=b((QT,Wu)=>{"use strict";var ay=T("events"),Bi=T("http"),{Duplex:YT}=T("stream"),{createHash:ry}=T("crypto"),Mu=or(),yt=Ps(),oy=Fu(),cy=Di(),{GUID:py,kWebSocket:ly}=Je(),uy=/^[+/0-9A-Za-z]{22}==$/,zu=0,$u=1,Vu=2,dr=class extends ay{constructor(e,s){if(super(),e=L({allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:cy},e),e.port==null&&!e.server&&!e.noServer||e.port!=null&&(e.server||e.noServer)||e.server&&e.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(e.port!=null?(this._server=Bi.createServer((i,n)=>{let a=Bi.STATUS_CODES[426];n.writeHead(426,{"Content-Length":a.length,"Content-Type":"text/plain"}),n.end(a)}),this._server.listen(e.port,e.host,e.backlog,s)):e.server&&(this._server=e.server),this._server){let i=this.emit.bind(this,"connection");this._removeListeners=dy(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(n,a,r)=>{this.handleUpgrade(n,a,r,i)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=e,this._state=zu}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(e){if(this._state===Vu){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(Ds,this);return}if(e&&this.once("close",e),this._state!==$u)if(this._state=$u,this.options.noServer||this.options.server)this._server&&(this._removeListeners(),this._removeListeners=this._server=null),this.clients?this.clients.size?this._shouldEmitClose=!0:process.nextTick(Ds,this):process.nextTick(Ds,this);else{let s=this._server;this._removeListeners(),this._removeListeners=this._server=null,s.close(()=>{Ds(this)})}}shouldHandle(e){if(this.options.path){let s=e.url.indexOf("?");if((s!==-1?e.url.slice(0,s):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,s,i,n){s.on("error",Hu);let a=e.headers["sec-websocket-key"],r=e.headers.upgrade,o=+e.headers["sec-websocket-version"];if(e.method!=="GET"){vt(this,e,s,405,"Invalid HTTP method");return}if(r===void 0||r.toLowerCase()!=="websocket"){vt(this,e,s,400,"Invalid Upgrade header");return}if(a===void 0||!uy.test(a)){vt(this,e,s,400,"Missing or invalid Sec-WebSocket-Key header");return}if(o!==13&&o!==8){vt(this,e,s,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){Bs(s,400);return}let l=e.headers["sec-websocket-protocol"],u=new Set;if(l!==void 0)try{u=oy.parse(l)}catch(f){vt(this,e,s,400,"Invalid Sec-WebSocket-Protocol header");return}let p=e.headers["sec-websocket-extensions"],m={};if(this.options.perMessageDeflate&&p!==void 0){let f=new yt(this.options.perMessageDeflate,!0,this.options.maxPayload);try{let g=Mu.parse(p);g[yt.extensionName]&&(f.accept(g[yt.extensionName]),m[yt.extensionName]=f)}catch(g){vt(this,e,s,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let f={origin:e.headers[`${o===8?"sec-websocket-origin":"origin"}`],secure:!!(e.socket.authorized||e.socket.encrypted),req:e};if(this.options.verifyClient.length===2){this.options.verifyClient(f,(g,h,x,y)=>{if(!g)return Bs(s,h||401,x,y);this.completeUpgrade(m,a,u,e,s,i,n)});return}if(!this.options.verifyClient(f))return Bs(s,401)}this.completeUpgrade(m,a,u,e,s,i,n)}completeUpgrade(e,s,i,n,a,r,o){if(!a.readable||!a.writable)return a.destroy();if(a[ly])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>zu)return Bs(a,503);let u=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${ry("sha1").update(s+py).digest("base64")}`],p=new this.options.WebSocket(null,void 0,this.options);if(i.size){let m=this.options.handleProtocols?this.options.handleProtocols(i,n):i.values().next().value;m&&(u.push(`Sec-WebSocket-Protocol: ${m}`),p._protocol=m)}if(e[yt.extensionName]){let m=e[yt.extensionName].params,f=Mu.format({[yt.extensionName]:[m]});u.push(`Sec-WebSocket-Extensions: ${f}`),p._extensions=e}this.emit("headers",u,n),a.write(u.concat(`\r
8
- `).join(`\r
9
- `)),a.removeListener("error",Hu),p.setSocket(a,r,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(p),p.on("close",()=>{this.clients.delete(p),this._shouldEmitClose&&!this.clients.size&&process.nextTick(Ds,this)})),o(p,n)}};Wu.exports=dr;function dy(t,e){for(let s of Object.keys(e))t.on(s,e[s]);return function(){for(let i of Object.keys(e))t.removeListener(i,e[i])}}function Ds(t){t._state=Vu,t.emit("close")}function Hu(){this.destroy()}function Bs(t,e,s,i){s=s||Bi.STATUS_CODES[e],i=L({Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(s)},i),t.once("finish",t.destroy),t.end(`HTTP/1.1 ${e} ${Bi.STATUS_CODES[e]}\r
10
- `+Object.keys(i).map(n=>`${n}: ${i[n]}`).join(`\r
11
- `)+`\r
12
- \r
13
- `+s)}function vt(t,e,s,i,n,a){if(t.listenerCount("wsClientError")){let r=new Error(n);Error.captureStackTrace(r,vt),t.emit("wsClientError",r,s,e)}else Bs(s,i,n,a)}});var jy={};_n(jy,{APIError:()=>we,AuthenticationError:()=>$s,ECODrIx:()=>wt,ECODrIxAPI:()=>wt,EcodrixError:()=>Fi,RateLimitError:()=>Er,default:()=>Iy});function as(t,e){return function(){return t.apply(e,arguments)}}var{toString:bd}=Object.prototype,{getPrototypeOf:En}=Object,{iterator:Vs,toStringTag:zr}=Symbol,Ws=(t=>e=>{let s=bd.call(e);return t[s]||(t[s]=s.slice(8,-1).toLowerCase())})(Object.create(null)),Ae=t=>(t=t.toLowerCase(),e=>Ws(e)===t),Gs=t=>e=>typeof e===t,{isArray:kt}=Array,St=Gs("undefined");function rs(t){return t!==null&&!St(t)&&t.constructor!==null&&!St(t.constructor)&&me(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}var $r=Ae("ArrayBuffer");function _d(t){let e;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&$r(t.buffer),e}var wd=Gs("string"),me=Gs("function"),Hr=Gs("number"),os=t=>t!==null&&typeof t=="object",Ed=t=>t===!0||t===!1,Hs=t=>{if(Ws(t)!=="object")return!1;let e=En(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(zr in t)&&!(Vs in t)},Td=t=>{if(!os(t)||rs(t))return!1;try{return Object.keys(t).length===0&&Object.getPrototypeOf(t)===Object.prototype}catch(e){return!1}},Sd=Ae("Date"),kd=Ae("File"),Rd=t=>!!(t&&typeof t.uri!="undefined"),Cd=t=>t&&typeof t.getParts!="undefined",Ad=Ae("Blob"),Od=Ae("FileList"),Pd=t=>os(t)&&me(t.pipe);function Ld(){return typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{}}var Ur=Ld(),Fr=typeof Ur.FormData!="undefined"?Ur.FormData:void 0,Nd=t=>{let e;return t&&(Fr&&t instanceof Fr||me(t.append)&&((e=Ws(t))==="formdata"||e==="object"&&me(t.toString)&&t.toString()==="[object FormData]"))},qd=Ae("URLSearchParams"),[Dd,Bd,Id,jd]=["ReadableStream","Request","Response","Headers"].map(Ae),Ud=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function cs(t,e,{allOwnKeys:s=!1}={}){if(t===null||typeof t=="undefined")return;let i,n;if(typeof t!="object"&&(t=[t]),kt(t))for(i=0,n=t.length;i<n;i++)e.call(null,t[i],i,t);else{if(rs(t))return;let a=s?Object.getOwnPropertyNames(t):Object.keys(t),r=a.length,o;for(i=0;i<r;i++)o=a[i],e.call(null,t[o],o,t)}}function Vr(t,e){if(rs(t))return null;e=e.toLowerCase();let s=Object.keys(t),i=s.length,n;for(;i-- >0;)if(n=s[i],e===n.toLowerCase())return n;return null}var rt=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:global,Wr=t=>!St(t)&&t!==rt;function wn(){let{caseless:t,skipUndefined:e}=Wr(this)&&this||{},s={},i=(n,a)=>{if(a==="__proto__"||a==="constructor"||a==="prototype")return;let r=t&&Vr(s,a)||a;Hs(s[r])&&Hs(n)?s[r]=wn(s[r],n):Hs(n)?s[r]=wn({},n):kt(n)?s[r]=n.slice():(!e||!St(n))&&(s[r]=n)};for(let n=0,a=arguments.length;n<a;n++)arguments[n]&&cs(arguments[n],i);return s}var Fd=(t,e,s,{allOwnKeys:i}={})=>(cs(e,(n,a)=>{s&&me(n)?Object.defineProperty(t,a,{value:as(n,s),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(t,a,{value:n,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:i}),t),Md=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),zd=(t,e,s,i)=>{t.prototype=Object.create(e.prototype,i),Object.defineProperty(t.prototype,"constructor",{value:t,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(t,"super",{value:e.prototype}),s&&Object.assign(t.prototype,s)},$d=(t,e,s,i)=>{let n,a,r,o={};if(e=e||{},t==null)return e;do{for(n=Object.getOwnPropertyNames(t),a=n.length;a-- >0;)r=n[a],(!i||i(r,t,e))&&!o[r]&&(e[r]=t[r],o[r]=!0);t=s!==!1&&En(t)}while(t&&(!s||s(t,e))&&t!==Object.prototype);return e},Hd=(t,e,s)=>{t=String(t),(s===void 0||s>t.length)&&(s=t.length),s-=e.length;let i=t.indexOf(e,s);return i!==-1&&i===s},Vd=t=>{if(!t)return null;if(kt(t))return t;let e=t.length;if(!Hr(e))return null;let s=new Array(e);for(;e-- >0;)s[e]=t[e];return s},Wd=(t=>e=>t&&e instanceof t)(typeof Uint8Array!="undefined"&&En(Uint8Array)),Gd=(t,e)=>{let i=(t&&t[Vs]).call(t),n;for(;(n=i.next())&&!n.done;){let a=n.value;e.call(t,a[0],a[1])}},Kd=(t,e)=>{let s,i=[];for(;(s=t.exec(e))!==null;)i.push(s);return i},Jd=Ae("HTMLFormElement"),Xd=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(s,i,n){return i.toUpperCase()+n}),Mr=(({hasOwnProperty:t})=>(e,s)=>t.call(e,s))(Object.prototype),Yd=Ae("RegExp"),Gr=(t,e)=>{let s=Object.getOwnPropertyDescriptors(t),i={};cs(s,(n,a)=>{let r;(r=e(n,a,t))!==!1&&(i[a]=r||n)}),Object.defineProperties(t,i)},Qd=t=>{Gr(t,(e,s)=>{if(me(t)&&["arguments","caller","callee"].indexOf(s)!==-1)return!1;let i=t[s];if(me(i)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+s+"'")})}})},Zd=(t,e)=>{let s={},i=n=>{n.forEach(a=>{s[a]=!0})};return kt(t)?i(t):i(String(t).split(e)),s},em=()=>{},tm=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e;function sm(t){return!!(t&&me(t.append)&&t[zr]==="FormData"&&t[Vs])}var im=t=>{let e=new Array(10),s=(i,n)=>{if(os(i)){if(e.indexOf(i)>=0)return;if(rs(i))return i;if(!("toJSON"in i)){e[n]=i;let a=kt(i)?[]:{};return cs(i,(r,o)=>{let l=s(r,n+1);!St(l)&&(a[o]=l)}),e[n]=void 0,a}}return i};return s(t,0)},nm=Ae("AsyncFunction"),am=t=>t&&(os(t)||me(t))&&me(t.then)&&me(t.catch),Kr=((t,e)=>t?setImmediate:e?((s,i)=>(rt.addEventListener("message",({source:n,data:a})=>{n===rt&&a===s&&i.length&&i.shift()()},!1),n=>{i.push(n),rt.postMessage(s,"*")}))(`axios@${Math.random()}`,[]):s=>setTimeout(s))(typeof setImmediate=="function",me(rt.postMessage)),rm=typeof queueMicrotask!="undefined"?queueMicrotask.bind(rt):typeof process!="undefined"&&process.nextTick||Kr,om=t=>t!=null&&me(t[Vs]),d={isArray:kt,isArrayBuffer:$r,isBuffer:rs,isFormData:Nd,isArrayBufferView:_d,isString:wd,isNumber:Hr,isBoolean:Ed,isObject:os,isPlainObject:Hs,isEmptyObject:Td,isReadableStream:Dd,isRequest:Bd,isResponse:Id,isHeaders:jd,isUndefined:St,isDate:Sd,isFile:kd,isReactNativeBlob:Rd,isReactNative:Cd,isBlob:Ad,isRegExp:Yd,isFunction:me,isStream:Pd,isURLSearchParams:qd,isTypedArray:Wd,isFileList:Od,forEach:cs,merge:wn,extend:Fd,trim:Ud,stripBOM:Md,inherits:zd,toFlatObject:$d,kindOf:Ws,kindOfTest:Ae,endsWith:Hd,toArray:Vd,forEachEntry:Gd,matchAll:Kd,isHTMLForm:Jd,hasOwnProperty:Mr,hasOwnProp:Mr,reduceDescriptors:Gr,freezeMethods:Qd,toObjectSet:Zd,toCamelCase:Xd,noop:em,toFiniteNumber:tm,findKey:Vr,global:rt,isContextDefined:Wr,isSpecCompliantForm:sm,toJSONObject:im,isAsyncFn:nm,isThenable:am,setImmediate:Kr,asap:rm,isIterable:om};var ue=class t extends Error{static from(e,s,i,n,a,r){let o=new t(e.message,s||e.code,i,n,a);return o.cause=e,o.name=e.name,e.status!=null&&o.status==null&&(o.status=e.status),r&&Object.assign(o,r),o}constructor(e,s,i,n,a){super(e),Object.defineProperty(this,"message",{value:e,enumerable:!0,writable:!0,configurable:!0}),this.name="AxiosError",this.isAxiosError=!0,s&&(this.code=s),i&&(this.config=i),n&&(this.request=n),a&&(this.response=a,this.status=a.status)}toJSON(){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:d.toJSONObject(this.config),code:this.code,status:this.status}}};ue.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE";ue.ERR_BAD_OPTION="ERR_BAD_OPTION";ue.ECONNABORTED="ECONNABORTED";ue.ETIMEDOUT="ETIMEDOUT";ue.ERR_NETWORK="ERR_NETWORK";ue.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS";ue.ERR_DEPRECATED="ERR_DEPRECATED";ue.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE";ue.ERR_BAD_REQUEST="ERR_BAD_REQUEST";ue.ERR_CANCELED="ERR_CANCELED";ue.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT";ue.ERR_INVALID_URL="ERR_INVALID_URL";var _=ue;var Zc=B(Qc(),1),ni=Zc.default;function Hn(t){return d.isPlainObject(t)||d.isArray(t)}function ep(t){return d.endsWith(t,"[]")?t.slice(0,-2):t}function $n(t,e,s){return t?t.concat(e).map(function(n,a){return n=ep(n),!s&&a?"["+n+"]":n}).join(s?".":""):e}function Gf(t){return d.isArray(t)&&!t.some(Hn)}var Kf=d.toFlatObject(d,{},null,function(e){return/^is[A-Z]/.test(e)});function Jf(t,e,s){if(!d.isObject(t))throw new TypeError("target must be an object");e=e||new(ni||FormData),s=d.toFlatObject(s,{metaTokens:!0,dots:!1,indexes:!1},!1,function(x,y){return!d.isUndefined(y[x])});let i=s.metaTokens,n=s.visitor||p,a=s.dots,r=s.indexes,l=(s.Blob||typeof Blob!="undefined"&&Blob)&&d.isSpecCompliantForm(e);if(!d.isFunction(n))throw new TypeError("visitor must be a function");function u(h){if(h===null)return"";if(d.isDate(h))return h.toISOString();if(d.isBoolean(h))return h.toString();if(!l&&d.isBlob(h))throw new _("Blob is not supported. Use a Buffer instead.");return d.isArrayBuffer(h)||d.isTypedArray(h)?l&&typeof Blob=="function"?new Blob([h]):Buffer.from(h):h}function p(h,x,y){let R=h;if(d.isReactNative(e)&&d.isReactNativeBlob(h))return e.append($n(y,x,a),u(h)),!1;if(h&&!y&&typeof h=="object"){if(d.endsWith(x,"{}"))x=i?x:x.slice(0,-2),h=JSON.stringify(h);else if(d.isArray(h)&&Gf(h)||(d.isFileList(h)||d.endsWith(x,"[]"))&&(R=d.toArray(h)))return x=ep(x),R.forEach(function(v,E){!(d.isUndefined(v)||v===null)&&e.append(r===!0?$n([x],E,a):r===null?x:x+"[]",u(v))}),!1}return Hn(h)?!0:(e.append($n(y,x,a),u(h)),!1)}let m=[],f=Object.assign(Kf,{defaultVisitor:p,convertValue:u,isVisitable:Hn});function g(h,x){if(!d.isUndefined(h)){if(m.indexOf(h)!==-1)throw Error("Circular reference detected in "+x.join("."));m.push(h),d.forEach(h,function(R,C){(!(d.isUndefined(R)||R===null)&&n.call(e,R,d.isString(C)?C.trim():C,x,f))===!0&&g(R,x?x.concat(C):[C])}),m.pop()}}if(!d.isObject(t))throw new TypeError("data must be an object");return g(t),e}var tt=Jf;function tp(t){let e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(i){return e[i]})}function sp(t,e){this._pairs=[],t&&tt(t,this,e)}var ip=sp.prototype;ip.append=function(e,s){this._pairs.push([e,s])};ip.toString=function(e){let s=e?function(i){return e.call(this,i,tp)}:tp;return this._pairs.map(function(n){return s(n[0])+"="+s(n[1])},"").join("&")};var np=sp;function Xf(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function ct(t,e,s){if(!e)return t;let i=s&&s.encode||Xf,n=d.isFunction(s)?{serialize:s}:s,a=n&&n.serialize,r;if(a?r=a(e,n):r=d.isURLSearchParams(e)?e.toString():new np(e,n).toString(i),r){let o=t.indexOf("#");o!==-1&&(t=t.slice(0,o)),t+=(t.indexOf("?")===-1?"?":"&")+r}return t}var Vn=class{constructor(){this.handlers=[]}use(e,s,i){return this.handlers.push({fulfilled:e,rejected:s,synchronous:i?i.synchronous:!1,runWhen:i?i.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){d.forEach(this.handlers,function(i){i!==null&&e(i)})}},Wn=Vn;var st={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0};var cp=B(T("crypto"),1);var ap=B(T("url"),1),rp=ap.default.URLSearchParams;var Gn="abcdefghijklmnopqrstuvwxyz",op="0123456789",pp={DIGIT:op,ALPHA:Gn,ALPHA_DIGIT:Gn+Gn.toUpperCase()+op},Yf=(t=16,e=pp.ALPHA_DIGIT)=>{let s="",{length:i}=e,n=new Uint32Array(t);cp.default.randomFillSync(n);for(let a=0;a<t;a++)s+=e[n[a]%i];return s},lp={isNode:!0,classes:{URLSearchParams:rp,FormData:ni,Blob:typeof Blob!="undefined"&&Blob||null},ALPHABET:pp,generateString:Yf,protocols:["http","https","file","data"]};var Xn={};_n(Xn,{hasBrowserEnv:()=>Jn,hasStandardBrowserEnv:()=>Qf,hasStandardBrowserWebWorkerEnv:()=>Zf,navigator:()=>Kn,origin:()=>eh});var Jn=typeof window!="undefined"&&typeof document!="undefined",Kn=typeof navigator=="object"&&navigator||void 0,Qf=Jn&&(!Kn||["ReactNative","NativeScript","NS"].indexOf(Kn.product)<0),Zf=typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",eh=Jn&&window.location.href||"http://localhost";var j=L(L({},Xn),lp);function Yn(t,e){return tt(t,new j.classes.URLSearchParams,L({visitor:function(s,i,n,a){return j.isNode&&d.isBuffer(s)?(this.append(i,s.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},e))}function th(t){return d.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function sh(t){let e={},s=Object.keys(t),i,n=s.length,a;for(i=0;i<n;i++)a=s[i],e[a]=t[a];return e}function ih(t){function e(s,i,n,a){let r=s[a++];if(r==="__proto__")return!0;let o=Number.isFinite(+r),l=a>=s.length;return r=!r&&d.isArray(n)?n.length:r,l?(d.hasOwnProp(n,r)?n[r]=[n[r],i]:n[r]=i,!o):((!n[r]||!d.isObject(n[r]))&&(n[r]=[]),e(s,i,n[r],a)&&d.isArray(n[r])&&(n[r]=sh(n[r])),!o)}if(d.isFormData(t)&&d.isFunction(t.entries)){let s={};return d.forEachEntry(t,(i,n)=>{e(th(i),n,s,0)}),s}return null}var ai=ih;function nh(t,e,s){if(d.isString(t))try{return(e||JSON.parse)(t),d.trim(t)}catch(i){if(i.name!=="SyntaxError")throw i}return(s||JSON.stringify)(t)}var Qn={transitional:st,adapter:["xhr","http","fetch"],transformRequest:[function(e,s){let i=s.getContentType()||"",n=i.indexOf("application/json")>-1,a=d.isObject(e);if(a&&d.isHTMLForm(e)&&(e=new FormData(e)),d.isFormData(e))return n?JSON.stringify(ai(e)):e;if(d.isArrayBuffer(e)||d.isBuffer(e)||d.isStream(e)||d.isFile(e)||d.isBlob(e)||d.isReadableStream(e))return e;if(d.isArrayBufferView(e))return e.buffer;if(d.isURLSearchParams(e))return s.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let o;if(a){if(i.indexOf("application/x-www-form-urlencoded")>-1)return Yn(e,this.formSerializer).toString();if((o=d.isFileList(e))||i.indexOf("multipart/form-data")>-1){let l=this.env&&this.env.FormData;return tt(o?{"files[]":e}:e,l&&new l,this.formSerializer)}}return a||n?(s.setContentType("application/json",!1),nh(e)):e}],transformResponse:[function(e){let s=this.transitional||Qn.transitional,i=s&&s.forcedJSONParsing,n=this.responseType==="json";if(d.isResponse(e)||d.isReadableStream(e))return e;if(e&&d.isString(e)&&(i&&!this.responseType||n)){let r=!(s&&s.silentJSONParsing)&&n;try{return JSON.parse(e,this.parseReviver)}catch(o){if(r)throw o.name==="SyntaxError"?_.from(o,_.ERR_BAD_RESPONSE,this,null,this.response):o}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:j.classes.FormData,Blob:j.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};d.forEach(["delete","get","head","post","put","patch"],t=>{Qn.headers[t]={}});var Pt=Qn;var ah=d.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"]),up=t=>{let e={},s,i,n;return t&&t.split(`
14
- `).forEach(function(r){n=r.indexOf(":"),s=r.substring(0,n).trim().toLowerCase(),i=r.substring(n+1).trim(),!(!s||e[s]&&ah[s])&&(s==="set-cookie"?e[s]?e[s].push(i):e[s]=[i]:e[s]=e[s]?e[s]+", "+i:i)}),e};var dp=Symbol("internals");function ms(t){return t&&String(t).trim().toLowerCase()}function ri(t){return t===!1||t==null?t:d.isArray(t)?t.map(ri):String(t)}function rh(t){let e=Object.create(null),s=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,i;for(;i=s.exec(t);)e[i[1]]=i[2];return e}var oh=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function Zn(t,e,s,i,n){if(d.isFunction(i))return i.call(this,e,s);if(n&&(e=s),!!d.isString(e)){if(d.isString(i))return e.indexOf(i)!==-1;if(d.isRegExp(i))return i.test(e)}}function ch(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,s,i)=>s.toUpperCase()+i)}function ph(t,e){let s=d.toCamelCase(" "+e);["get","set","has"].forEach(i=>{Object.defineProperty(t,i+s,{value:function(n,a,r){return this[i].call(this,e,n,a,r)},configurable:!0})})}var Lt=class{constructor(e){e&&this.set(e)}set(e,s,i){let n=this;function a(o,l,u){let p=ms(l);if(!p)throw new Error("header name must be a non-empty string");let m=d.findKey(n,p);(!m||n[m]===void 0||u===!0||u===void 0&&n[m]!==!1)&&(n[m||l]=ri(o))}let r=(o,l)=>d.forEach(o,(u,p)=>a(u,p,l));if(d.isPlainObject(e)||e instanceof this.constructor)r(e,s);else if(d.isString(e)&&(e=e.trim())&&!oh(e))r(up(e),s);else if(d.isObject(e)&&d.isIterable(e)){let o={},l,u;for(let p of e){if(!d.isArray(p))throw TypeError("Object iterator must return a key-value pair");o[u=p[0]]=(l=o[u])?d.isArray(l)?[...l,p[1]]:[l,p[1]]:p[1]}r(o,s)}else e!=null&&a(s,e,i);return this}get(e,s){if(e=ms(e),e){let i=d.findKey(this,e);if(i){let n=this[i];if(!s)return n;if(s===!0)return rh(n);if(d.isFunction(s))return s.call(this,n,i);if(d.isRegExp(s))return s.exec(n);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,s){if(e=ms(e),e){let i=d.findKey(this,e);return!!(i&&this[i]!==void 0&&(!s||Zn(this,this[i],i,s)))}return!1}delete(e,s){let i=this,n=!1;function a(r){if(r=ms(r),r){let o=d.findKey(i,r);o&&(!s||Zn(i,i[o],o,s))&&(delete i[o],n=!0)}}return d.isArray(e)?e.forEach(a):a(e),n}clear(e){let s=Object.keys(this),i=s.length,n=!1;for(;i--;){let a=s[i];(!e||Zn(this,this[a],a,e,!0))&&(delete this[a],n=!0)}return n}normalize(e){let s=this,i={};return d.forEach(this,(n,a)=>{let r=d.findKey(i,a);if(r){s[r]=ri(n),delete s[a];return}let o=e?ch(a):String(a).trim();o!==a&&delete s[a],s[o]=ri(n),i[o]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){let s=Object.create(null);return d.forEach(this,(i,n)=>{i!=null&&i!==!1&&(s[n]=e&&d.isArray(i)?i.join(", "):i)}),s}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,s])=>e+": "+s).join(`
15
- `)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...s){let i=new this(e);return s.forEach(n=>i.set(n)),i}static accessor(e){let i=(this[dp]=this[dp]={accessors:{}}).accessors,n=this.prototype;function a(r){let o=ms(r);i[o]||(ph(n,r),i[o]=!0)}return d.isArray(e)?e.forEach(a):a(e),this}};Lt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);d.reduceDescriptors(Lt.prototype,({value:t},e)=>{let s=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(i){this[s]=i}}});d.freezeMethods(Lt);var W=Lt;function fs(t,e){let s=this||Pt,i=e||s,n=W.from(i.headers),a=i.data;return d.forEach(t,function(o){a=o.call(s,a,n.normalize(),e?e.status:void 0)}),n.normalize(),a}function hs(t){return!!(t&&t.__CANCEL__)}var ea=class extends _{constructor(e,s,i){super(e==null?"canceled":e,_.ERR_CANCELED,s,i),this.name="CanceledError",this.__CANCEL__=!0}},ye=ea;function je(t,e,s){let i=s.config.validateStatus;!s.status||!i||i(s.status)?t(s):e(new _("Request failed with status code "+s.status,[_.ERR_BAD_REQUEST,_.ERR_BAD_RESPONSE][Math.floor(s.status/100)-4],s.config,s.request,s))}function ta(t){return typeof t!="string"?!1:/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function sa(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function pt(t,e,s){let i=!ta(e);return t&&(i||s==!1)?sa(t,e):e}var Gp=B(fp(),1),Kp=B(T("http"),1),Jp=B(T("https"),1),ka=B(T("http2"),1),Ra=B(T("util"),1),Xp=B(Pp(),1),He=B(T("zlib"),1);var mt="1.13.6";function bs(t){let e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}var Jh=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function ya(t,e,s){let i=s&&s.Blob||j.classes.Blob,n=bs(t);if(e===void 0&&i&&(e=!0),n==="data"){t=n.length?t.slice(n.length+1):t;let a=Jh.exec(t);if(!a)throw new _("Invalid URL",_.ERR_INVALID_URL);let r=a[1],o=a[2],l=a[3],u=Buffer.from(decodeURIComponent(l),o?"base64":"utf8");if(e){if(!i)throw new _("Blob is not supported",_.ERR_NOT_SUPPORT);return new i([u],{type:r})}return u}throw new _("Unsupported protocol "+n,_.ERR_NOT_SUPPORT)}var $e=B(T("stream"),1);var Lp=B(T("stream"),1);var va=Symbol("internals"),ba=class extends Lp.default.Transform{constructor(e){e=d.toFlatObject(e,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(i,n)=>!d.isUndefined(n[i])),super({readableHighWaterMark:e.chunkSize});let s=this[va]={timeWindow:e.timeWindow,chunkSize:e.chunkSize,maxRate:e.maxRate,minChunkSize:e.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};this.on("newListener",i=>{i==="progress"&&(s.isCaptured||(s.isCaptured=!0))})}_read(e){let s=this[va];return s.onReadCallback&&s.onReadCallback(),super._read(e)}_transform(e,s,i){let n=this[va],a=n.maxRate,r=this.readableHighWaterMark,o=n.timeWindow,l=1e3/o,u=a/l,p=n.minChunkSize!==!1?Math.max(n.minChunkSize,u*.01):0,m=(g,h)=>{let x=Buffer.byteLength(g);n.bytesSeen+=x,n.bytes+=x,n.isCaptured&&this.emit("progress",n.bytesSeen),this.push(g)?process.nextTick(h):n.onReadCallback=()=>{n.onReadCallback=null,process.nextTick(h)}},f=(g,h)=>{let x=Buffer.byteLength(g),y=null,R=r,C,v=0;if(a){let E=Date.now();(!n.ts||(v=E-n.ts)>=o)&&(n.ts=E,C=u-n.bytes,n.bytes=C<0?-C:0,v=0),C=u-n.bytes}if(a){if(C<=0)return setTimeout(()=>{h(null,g)},o-v);C<R&&(R=C)}R&&x>R&&x-R>p&&(y=g.subarray(R),g=g.subarray(0,R)),m(g,y?()=>{process.nextTick(h,null,y)}:h)};f(e,function g(h,x){if(h)return i(h);x?f(x,g):i(null)})}},_a=ba;var Yp=T("events");var qp=B(T("util"),1),Dp=T("stream");var{asyncIterator:Np}=Symbol,Xh=function(t){return Ie(this,null,function*(){t.stream?yield*Me(t.stream()):t.arrayBuffer?yield yield new Ce(t.arrayBuffer()):t[Np]?yield*Me(t[Np]()):yield t})},ui=Xh;var Yh=j.ALPHABET.ALPHA_DIGIT+"-_",_s=typeof TextEncoder=="function"?new TextEncoder:new qp.default.TextEncoder,ft=`\r
16
- `,Qh=_s.encode(ft),Zh=2,wa=class{constructor(e,s){let{escapeName:i}=this.constructor,n=d.isString(s),a=`Content-Disposition: form-data; name="${i(e)}"${!n&&s.name?`; filename="${i(s.name)}"`:""}${ft}`;n?s=_s.encode(String(s).replace(/\r?\n|\r\n?/g,ft)):a+=`Content-Type: ${s.type||"application/octet-stream"}${ft}`,this.headers=_s.encode(a+ft),this.contentLength=n?s.byteLength:s.size,this.size=this.headers.byteLength+this.contentLength+Zh,this.name=e,this.value=s}encode(){return Ie(this,null,function*(){yield this.headers;let{value:e}=this;d.isTypedArray(e)?yield e:yield*Me(ui(e)),yield Qh})}static escapeName(e){return String(e).replace(/[\r\n"]/g,s=>({"\r":"%0D","\n":"%0A",'"':"%22"})[s])}},ex=(t,e,s)=>{let{tag:i="form-data-boundary",size:n=25,boundary:a=i+"-"+j.generateString(n,Yh)}=s||{};if(!d.isFormData(t))throw TypeError("FormData instance required");if(a.length<1||a.length>70)throw Error("boundary must be 10-70 characters long");let r=_s.encode("--"+a+ft),o=_s.encode("--"+a+"--"+ft),l=o.byteLength,u=Array.from(t.entries()).map(([m,f])=>{let g=new wa(m,f);return l+=g.size,g});l+=r.byteLength*u.length,l=d.toFiniteNumber(l);let p={"Content-Type":`multipart/form-data; boundary=${a}`};return Number.isFinite(l)&&(p["Content-Length"]=l),e&&e(p),Dp.Readable.from((function(){return Ie(this,null,function*(){for(let m of u)yield r,yield*Me(m.encode());yield o})})())},Bp=ex;var Ip=B(T("stream"),1),Ea=class extends Ip.default.Transform{__transform(e,s,i){this.push(e),i()}_transform(e,s,i){if(e.length!==0&&(this._transform=this.__transform,e[0]!==120)){let n=Buffer.alloc(2);n[0]=120,n[1]=156,this.push(n,s)}this.__transform(e,s,i)}},jp=Ea;var tx=(t,e)=>d.isAsyncFn(t)?function(...s){let i=s.pop();t.apply(this,s).then(n=>{try{e?i(null,...e(n)):i(null,n)}catch(a){i(a)}},i)}:t,Up=tx;function sx(t,e){t=t||10;let s=new Array(t),i=new Array(t),n=0,a=0,r;return e=e!==void 0?e:1e3,function(l){let u=Date.now(),p=i[a];r||(r=u),s[n]=l,i[n]=u;let m=a,f=0;for(;m!==n;)f+=s[m++],m=m%t;if(n=(n+1)%t,n===a&&(a=(a+1)%t),u-r<e)return;let g=p&&u-p;return g?Math.round(f*1e3/g):void 0}}var Fp=sx;function ix(t,e){let s=0,i=1e3/e,n,a,r=(u,p=Date.now())=>{s=p,n=null,a&&(clearTimeout(a),a=null),t(...u)};return[(...u)=>{let p=Date.now(),m=p-s;m>=i?r(u,p):(n=u,a||(a=setTimeout(()=>{a=null,r(n)},i-m)))},()=>n&&r(n)]}var Mp=ix;var ze=(t,e,s=3)=>{let i=0,n=Fp(50,250);return Mp(a=>{let r=a.loaded,o=a.lengthComputable?a.total:void 0,l=r-i,u=n(l),p=r<=o;i=r;let m={loaded:r,total:o,progress:o?r/o:void 0,bytes:l,rate:u||void 0,estimated:u&&o&&p?(o-r)/u:void 0,event:a,lengthComputable:o!=null,[e?"download":"upload"]:!0};t(m)},s)},jt=(t,e)=>{let s=t!=null;return[i=>e[0]({lengthComputable:s,total:t,loaded:i}),e[1]]},Ut=t=>(...e)=>d.asap(()=>t(...e));function Ta(t){if(!t||typeof t!="string"||!t.startsWith("data:"))return 0;let e=t.indexOf(",");if(e<0)return 0;let s=t.slice(5,e),i=t.slice(e+1);if(/;base64/i.test(s)){let a=i.length,r=i.length;for(let f=0;f<r;f++)if(i.charCodeAt(f)===37&&f+2<r){let g=i.charCodeAt(f+1),h=i.charCodeAt(f+2);(g>=48&&g<=57||g>=65&&g<=70||g>=97&&g<=102)&&(h>=48&&h<=57||h>=65&&h<=70||h>=97&&h<=102)&&(a-=2,f+=2)}let o=0,l=r-1,u=f=>f>=2&&i.charCodeAt(f-2)===37&&i.charCodeAt(f-1)===51&&(i.charCodeAt(f)===68||i.charCodeAt(f)===100);l>=0&&(i.charCodeAt(l)===61?(o++,l--):u(l)&&(o++,l-=3)),o===1&&l>=0&&(i.charCodeAt(l)===61||u(l))&&o++;let m=Math.floor(a/4)*3-(o||0);return m>0?m:0}return Buffer.byteLength(i,"utf8")}var zp={flush:He.default.constants.Z_SYNC_FLUSH,finishFlush:He.default.constants.Z_SYNC_FLUSH},nx={flush:He.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:He.default.constants.BROTLI_OPERATION_FLUSH},$p=d.isFunction(He.default.createBrotliDecompress),{http:ax,https:rx}=Xp.default,ox=/https:?/,Hp=j.protocols.map(t=>t+":"),Vp=(t,[e,s])=>(t.on("end",s).on("error",s),e),Sa=class{constructor(){this.sessions=Object.create(null)}getSession(e,s){s=Object.assign({sessionTimeout:1e3},s);let i=this.sessions[e];if(i){let p=i.length;for(let m=0;m<p;m++){let[f,g]=i[m];if(!f.destroyed&&!f.closed&&Ra.default.isDeepStrictEqual(g,s))return f}}let n=ka.default.connect(e,s),a,r=()=>{if(a)return;a=!0;let p=i,m=p.length,f=m;for(;f--;)if(p[f][0]===n){m===1?delete this.sessions[e]:p.splice(f,1);return}},o=n.request,{sessionTimeout:l}=s;if(l!=null){let p,m=0;n.request=function(){let f=o.apply(this,arguments);return m++,p&&(clearTimeout(p),p=null),f.once("close",()=>{--m||(p=setTimeout(()=>{p=null,r()},l))}),f}}n.once("close",r);let u=[n,s];return i?i.push(u):i=this.sessions[e]=[u],n}},cx=new Sa;function px(t,e){t.beforeRedirects.proxy&&t.beforeRedirects.proxy(t),t.beforeRedirects.config&&t.beforeRedirects.config(t,e)}function Qp(t,e,s){let i=e;if(!i&&i!==!1){let n=Gp.default.getProxyForUrl(s);n&&(i=new URL(n))}if(i){if(i.username&&(i.auth=(i.username||"")+":"+(i.password||"")),i.auth){if(!!(i.auth.username||i.auth.password))i.auth=(i.auth.username||"")+":"+(i.auth.password||"");else if(typeof i.auth=="object")throw new _("Invalid proxy authorization",_.ERR_BAD_OPTION,{proxy:i});let r=Buffer.from(i.auth,"utf8").toString("base64");t.headers["Proxy-Authorization"]="Basic "+r}t.headers.host=t.hostname+(t.port?":"+t.port:"");let n=i.hostname||i.host;t.hostname=n,t.host=n,t.port=i.port,t.path=s,i.protocol&&(t.protocol=i.protocol.includes(":")?i.protocol:`${i.protocol}:`)}t.beforeRedirects.proxy=function(a){Qp(a,e,a.href)}}var lx=typeof process!="undefined"&&d.kindOf(process)==="process",ux=t=>new Promise((e,s)=>{let i,n,a=(l,u)=>{n||(n=!0,i&&i(l,u))},r=l=>{a(l),e(l)},o=l=>{a(l,!0),s(l)};t(r,o,l=>i=l).catch(o)}),dx=({address:t,family:e})=>{if(!d.isString(t))throw TypeError("address must be a string");return{address:t,family:e||(t.indexOf(".")<0?6:4)}},Wp=(t,e)=>dx(d.isObject(t)?t:{address:t,family:e}),mx={request(t,e){let s=t.protocol+"//"+t.hostname+":"+(t.port||(t.protocol==="https:"?443:80)),{http2Options:i,headers:n}=t,a=cx.getSession(s,i),{HTTP2_HEADER_SCHEME:r,HTTP2_HEADER_METHOD:o,HTTP2_HEADER_PATH:l,HTTP2_HEADER_STATUS:u}=ka.default.constants,p={[r]:t.protocol.replace(":",""),[o]:t.method,[l]:t.path};d.forEach(n,(f,g)=>{g.charAt(0)!==":"&&(p[g]=f)});let m=a.request(p);return m.once("response",f=>{let g=m;f=Object.assign({},f);let h=f[u];delete f[u],g.headers=f,g.statusCode=+h,e(g)}),m}},Zp=lx&&function(e){return ux(function(i,n,a){return c(this,null,function*(){let{data:r,lookup:o,family:l,httpVersion:u=1,http2Options:p}=e,{responseType:m,responseEncoding:f}=e,g=e.method.toUpperCase(),h,x=!1,y;if(u=+u,Number.isNaN(u))throw TypeError(`Invalid protocol version: '${e.httpVersion}' is not a number`);if(u!==1&&u!==2)throw TypeError(`Unsupported protocol version '${u}'`);let R=u===2;if(o){let A=Up(o,S=>d.isArray(S)?S:[S]);o=(S,F,ne)=>{A(S,F,(N,Z,ae)=>{if(N)return ne(N);let ee=d.isArray(Z)?Z.map(Et=>Wp(Et)):[Wp(Z,ae)];F.all?ne(N,ee):ne(N,ee[0].address,ee[0].family)})}}let C=new Yp.EventEmitter;function v(A){try{C.emit("abort",!A||A.type?new ye(null,e,y):A)}catch(S){console.warn("emit error",S)}}C.once("abort",n);let E=()=>{e.cancelToken&&e.cancelToken.unsubscribe(v),e.signal&&e.signal.removeEventListener("abort",v),C.removeAllListeners()};(e.cancelToken||e.signal)&&(e.cancelToken&&e.cancelToken.subscribe(v),e.signal&&(e.signal.aborted?v():e.signal.addEventListener("abort",v))),a((A,S)=>{if(h=!0,S){x=!0,E();return}let{data:F}=A;if(F instanceof $e.default.Readable||F instanceof $e.default.Duplex){let ne=$e.default.finished(F,()=>{ne(),E()})}else E()});let U=pt(e.baseURL,e.url,e.allowAbsoluteUrls),P=new URL(U,j.hasBrowserEnv?j.origin:void 0),I=P.protocol||Hp[0];if(I==="data:"){if(e.maxContentLength>-1){let S=String(e.url||U||"");if(Ta(S)>e.maxContentLength)return n(new _("maxContentLength size of "+e.maxContentLength+" exceeded",_.ERR_BAD_RESPONSE,e))}let A;if(g!=="GET")return je(i,n,{status:405,statusText:"method not allowed",headers:{},config:e});try{A=ya(e.url,m==="blob",{Blob:e.env&&e.env.Blob})}catch(S){throw _.from(S,_.ERR_BAD_REQUEST,e)}return m==="text"?(A=A.toString(f),(!f||f==="utf8")&&(A=d.stripBOM(A))):m==="stream"&&(A=$e.default.Readable.from(A)),je(i,n,{data:A,status:200,statusText:"OK",headers:new W,config:e})}if(Hp.indexOf(I)===-1)return n(new _("Unsupported protocol "+I,_.ERR_BAD_REQUEST,e));let M=W.from(e.headers).normalize();M.set("User-Agent","axios/"+mt,!1);let{onUploadProgress:ce,onDownloadProgress:Be}=e,Fe=e.maxRate,Re,K;if(d.isSpecCompliantForm(r)){let A=M.getContentType(/boundary=([-_\w\d]{10,70})/i);r=Bp(r,S=>{M.set(S)},{tag:`axios-${mt}-boundary`,boundary:A&&A[1]||void 0})}else if(d.isFormData(r)&&d.isFunction(r.getHeaders)){if(M.set(r.getHeaders()),!M.hasContentLength())try{let A=yield Ra.default.promisify(r.getLength).call(r);Number.isFinite(A)&&A>=0&&M.setContentLength(A)}catch(A){}}else if(d.isBlob(r)||d.isFile(r))r.size&&M.setContentType(r.type||"application/octet-stream"),M.setContentLength(r.size||0),r=$e.default.Readable.from(ui(r));else if(r&&!d.isStream(r)){if(!Buffer.isBuffer(r))if(d.isArrayBuffer(r))r=Buffer.from(new Uint8Array(r));else if(d.isString(r))r=Buffer.from(r,"utf-8");else return n(new _("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",_.ERR_BAD_REQUEST,e));if(M.setContentLength(r.length,!1),e.maxBodyLength>-1&&r.length>e.maxBodyLength)return n(new _("Request body larger than maxBodyLength limit",_.ERR_BAD_REQUEST,e))}let ge=d.toFiniteNumber(M.getContentLength());d.isArray(Fe)?(Re=Fe[0],K=Fe[1]):Re=K=Fe,r&&(ce||Re)&&(d.isStream(r)||(r=$e.default.Readable.from(r,{objectMode:!1})),r=$e.default.pipeline([r,new _a({maxRate:d.toFiniteNumber(Re)})],d.noop),ce&&r.on("progress",Vp(r,jt(ge,ze(Ut(ce),!1,3)))));let Ee;if(e.auth){let A=e.auth.username||"",S=e.auth.password||"";Ee=A+":"+S}if(!Ee&&P.username){let A=P.username,S=P.password;Ee=A+":"+S}Ee&&M.delete("authorization");let J;try{J=ct(P.pathname+P.search,e.params,e.paramsSerializer).replace(/^\?/,"")}catch(A){let S=new Error(A.message);return S.config=e,S.url=e.url,S.exists=!0,n(S)}M.set("Accept-Encoding","gzip, compress, deflate"+($p?", br":""),!1);let V={path:J,method:g,headers:M.toJSON(),agents:{http:e.httpAgent,https:e.httpsAgent},auth:Ee,protocol:I,family:l,beforeRedirect:px,beforeRedirects:{},http2Options:p};!d.isUndefined(o)&&(V.lookup=o),e.socketPath?V.socketPath=e.socketPath:(V.hostname=P.hostname.startsWith("[")?P.hostname.slice(1,-1):P.hostname,V.port=P.port,Qp(V,e.proxy,I+"//"+P.hostname+(P.port?":"+P.port:"")+V.path));let X,Ze=ox.test(V.protocol);if(V.agent=Ze?e.httpsAgent:e.httpAgent,R?X=mx:e.transport?X=e.transport:e.maxRedirects===0?X=Ze?Jp.default:Kp.default:(e.maxRedirects&&(V.maxRedirects=e.maxRedirects),e.beforeRedirect&&(V.beforeRedirects.config=e.beforeRedirect),X=Ze?rx:ax),e.maxBodyLength>-1?V.maxBodyLength=e.maxBodyLength:V.maxBodyLength=1/0,e.insecureHTTPParser&&(V.insecureHTTPParser=e.insecureHTTPParser),y=X.request(V,function(S){if(y.destroyed)return;let F=[S],ne=d.toFiniteNumber(S.headers["content-length"]);if(Be||K){let ee=new _a({maxRate:d.toFiniteNumber(K)});Be&&ee.on("progress",Vp(ee,jt(ne,ze(Ut(Be),!0,3)))),F.push(ee)}let N=S,Z=S.req||y;if(e.decompress!==!1&&S.headers["content-encoding"])switch((g==="HEAD"||S.statusCode===204)&&delete S.headers["content-encoding"],(S.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":F.push(He.default.createUnzip(zp)),delete S.headers["content-encoding"];break;case"deflate":F.push(new jp),F.push(He.default.createUnzip(zp)),delete S.headers["content-encoding"];break;case"br":$p&&(F.push(He.default.createBrotliDecompress(nx)),delete S.headers["content-encoding"])}N=F.length>1?$e.default.pipeline(F,d.noop):F[0];let ae={status:S.statusCode,statusText:S.statusMessage,headers:new W(S.headers),config:e,request:Z};if(m==="stream")ae.data=N,je(i,n,ae);else{let ee=[],Et=0;N.on("data",function(le){ee.push(le),Et+=le.length,e.maxContentLength>-1&&Et>e.maxContentLength&&(x=!0,N.destroy(),v(new _("maxContentLength size of "+e.maxContentLength+" exceeded",_.ERR_BAD_RESPONSE,e,Z)))}),N.on("aborted",function(){if(x)return;let le=new _("stream has been aborted",_.ERR_BAD_RESPONSE,e,Z);N.destroy(le),n(le)}),N.on("error",function(le){y.destroyed||n(_.from(le,null,e,Z))}),N.on("end",function(){try{let le=ee.length===1?ee[0]:Buffer.concat(ee);m!=="arraybuffer"&&(le=le.toString(f),(!f||f==="utf8")&&(le=d.stripBOM(le))),ae.data=le}catch(le){return n(_.from(le,null,e,ae.request,ae))}je(i,n,ae)})}C.once("abort",ee=>{N.destroyed||(N.emit("error",ee),N.destroy())})}),C.once("abort",A=>{y.close?y.close():y.destroy(A)}),y.on("error",function(S){n(_.from(S,null,e,y))}),y.on("socket",function(S){S.setKeepAlive(!0,1e3*60)}),e.timeout){let A=parseInt(e.timeout,10);if(Number.isNaN(A)){v(new _("error trying to parse `config.timeout` to int",_.ERR_BAD_OPTION_VALUE,e,y));return}y.setTimeout(A,function(){if(h)return;let F=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",ne=e.transitional||st;e.timeoutErrorMessage&&(F=e.timeoutErrorMessage),v(new _(F,ne.clarifyTimeoutError?_.ETIMEDOUT:_.ECONNABORTED,e,y))})}else y.setTimeout(0);if(d.isStream(r)){let A=!1,S=!1;r.on("end",()=>{A=!0}),r.once("error",F=>{S=!0,y.destroy(F)}),r.on("close",()=>{!A&&!S&&v(new ye("Request stream has been aborted",e,y))}),r.pipe(y)}else r&&y.write(r),y.end()})})};var el=j.hasStandardBrowserEnv?((t,e)=>s=>(s=new URL(s,j.origin),t.protocol===s.protocol&&t.host===s.host&&(e||t.port===s.port)))(new URL(j.origin),j.navigator&&/(msie|trident)/i.test(j.navigator.userAgent)):()=>!0;var tl=j.hasStandardBrowserEnv?{write(t,e,s,i,n,a,r){if(typeof document=="undefined")return;let o=[`${t}=${encodeURIComponent(e)}`];d.isNumber(s)&&o.push(`expires=${new Date(s).toUTCString()}`),d.isString(i)&&o.push(`path=${i}`),d.isString(n)&&o.push(`domain=${n}`),a===!0&&o.push("secure"),d.isString(r)&&o.push(`SameSite=${r}`),document.cookie=o.join("; ")},read(t){if(typeof document=="undefined")return null;let e=document.cookie.match(new RegExp("(?:^|; )"+t+"=([^;]*)"));return e?decodeURIComponent(e[1]):null},remove(t){this.write(t,"",Date.now()-864e5,"/")}}:{write(){},read(){return null},remove(){}};var sl=t=>t instanceof W?L({},t):t;function Le(t,e){e=e||{};let s={};function i(u,p,m,f){return d.isPlainObject(u)&&d.isPlainObject(p)?d.merge.call({caseless:f},u,p):d.isPlainObject(p)?d.merge({},p):d.isArray(p)?p.slice():p}function n(u,p,m,f){if(d.isUndefined(p)){if(!d.isUndefined(u))return i(void 0,u,m,f)}else return i(u,p,m,f)}function a(u,p){if(!d.isUndefined(p))return i(void 0,p)}function r(u,p){if(d.isUndefined(p)){if(!d.isUndefined(u))return i(void 0,u)}else return i(void 0,p)}function o(u,p,m){if(m in e)return i(u,p);if(m in t)return i(void 0,u)}let l={url:a,method:a,data:a,baseURL:r,transformRequest:r,transformResponse:r,paramsSerializer:r,timeout:r,timeoutMessage:r,withCredentials:r,withXSRFToken: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:o,headers:(u,p,m)=>n(sl(u),sl(p),m,!0)};return d.forEach(Object.keys(L(L({},t),e)),function(p){if(p==="__proto__"||p==="constructor"||p==="prototype")return;let m=d.hasOwnProp(l,p)?l[p]:n,f=m(t[p],e[p],p);d.isUndefined(f)&&m!==o||(s[p]=f)}),s}var di=t=>{let e=Le({},t),{data:s,withXSRFToken:i,xsrfHeaderName:n,xsrfCookieName:a,headers:r,auth:o}=e;if(e.headers=r=W.from(r),e.url=ct(pt(e.baseURL,e.url,e.allowAbsoluteUrls),t.params,t.paramsSerializer),o&&r.set("Authorization","Basic "+btoa((o.username||"")+":"+(o.password?unescape(encodeURIComponent(o.password)):""))),d.isFormData(s)){if(j.hasStandardBrowserEnv||j.hasStandardBrowserWebWorkerEnv)r.setContentType(void 0);else if(d.isFunction(s.getHeaders)){let l=s.getHeaders(),u=["content-type","content-length"];Object.entries(l).forEach(([p,m])=>{u.includes(p.toLowerCase())&&r.set(p,m)})}}if(j.hasStandardBrowserEnv&&(i&&d.isFunction(i)&&(i=i(e)),i||i!==!1&&el(e.url))){let l=n&&a&&tl.read(a);l&&r.set(n,l)}return e};var fx=typeof XMLHttpRequest!="undefined",il=fx&&function(t){return new Promise(function(s,i){let n=di(t),a=n.data,r=W.from(n.headers).normalize(),{responseType:o,onUploadProgress:l,onDownloadProgress:u}=n,p,m,f,g,h;function x(){g&&g(),h&&h(),n.cancelToken&&n.cancelToken.unsubscribe(p),n.signal&&n.signal.removeEventListener("abort",p)}let y=new XMLHttpRequest;y.open(n.method.toUpperCase(),n.url,!0),y.timeout=n.timeout;function R(){if(!y)return;let v=W.from("getAllResponseHeaders"in y&&y.getAllResponseHeaders()),U={data:!o||o==="text"||o==="json"?y.responseText:y.response,status:y.status,statusText:y.statusText,headers:v,config:t,request:y};je(function(I){s(I),x()},function(I){i(I),x()},U),y=null}"onloadend"in y?y.onloadend=R:y.onreadystatechange=function(){!y||y.readyState!==4||y.status===0&&!(y.responseURL&&y.responseURL.indexOf("file:")===0)||setTimeout(R)},y.onabort=function(){y&&(i(new _("Request aborted",_.ECONNABORTED,t,y)),y=null)},y.onerror=function(E){let U=E&&E.message?E.message:"Network Error",P=new _(U,_.ERR_NETWORK,t,y);P.event=E||null,i(P),y=null},y.ontimeout=function(){let E=n.timeout?"timeout of "+n.timeout+"ms exceeded":"timeout exceeded",U=n.transitional||st;n.timeoutErrorMessage&&(E=n.timeoutErrorMessage),i(new _(E,U.clarifyTimeoutError?_.ETIMEDOUT:_.ECONNABORTED,t,y)),y=null},a===void 0&&r.setContentType(null),"setRequestHeader"in y&&d.forEach(r.toJSON(),function(E,U){y.setRequestHeader(U,E)}),d.isUndefined(n.withCredentials)||(y.withCredentials=!!n.withCredentials),o&&o!=="json"&&(y.responseType=n.responseType),u&&([f,h]=ze(u,!0),y.addEventListener("progress",f)),l&&y.upload&&([m,g]=ze(l),y.upload.addEventListener("progress",m),y.upload.addEventListener("loadend",g)),(n.cancelToken||n.signal)&&(p=v=>{y&&(i(!v||v.type?new ye(null,t,y):v),y.abort(),y=null)},n.cancelToken&&n.cancelToken.subscribe(p),n.signal&&(n.signal.aborted?p():n.signal.addEventListener("abort",p)));let C=bs(n.url);if(C&&j.protocols.indexOf(C)===-1){i(new _("Unsupported protocol "+C+":",_.ERR_BAD_REQUEST,t));return}y.send(a||null)})};var hx=(t,e)=>{let{length:s}=t=t?t.filter(Boolean):[];if(e||s){let i=new AbortController,n,a=function(u){if(!n){n=!0,o();let p=u instanceof Error?u:this.reason;i.abort(p instanceof _?p:new ye(p instanceof Error?p.message:p))}},r=e&&setTimeout(()=>{r=null,a(new _(`timeout of ${e}ms exceeded`,_.ETIMEDOUT))},e),o=()=>{t&&(r&&clearTimeout(r),r=null,t.forEach(u=>{u.unsubscribe?u.unsubscribe(a):u.removeEventListener("abort",a)}),t=null)};t.forEach(u=>u.addEventListener("abort",a));let{signal:l}=i;return l.unsubscribe=()=>d.asap(o),l}},nl=hx;var xx=function*(t,e){let s=t.byteLength;if(!e||s<e){yield t;return}let i=0,n;for(;i<s;)n=i+e,yield t.slice(i,n),i=n},gx=function(t,e){return Ie(this,null,function*(){try{for(var s=jr(yx(t)),i,n,a;i=!(n=yield new Ce(s.next())).done;i=!1){let r=n.value;yield*Me(xx(r,e))}}catch(n){a=[n]}finally{try{i&&(n=s.return)&&(yield new Ce(n.call(s)))}finally{if(a)throw a[0]}}})},yx=function(t){return Ie(this,null,function*(){if(t[Symbol.asyncIterator]){yield*Me(t);return}let e=t.getReader();try{for(;;){let{done:s,value:i}=yield new Ce(e.read());if(s)break;yield i}}finally{yield new Ce(e.cancel())}})},Ca=(t,e,s,i)=>{let n=gx(t,e),a=0,r,o=u=>{r||(r=!0,i&&i(u))};return new ReadableStream({pull(u){return c(this,null,function*(){try{let{done:p,value:m}=yield n.next();if(p){o(),u.close();return}let f=m.byteLength;if(s){let g=a+=f;s(g)}u.enqueue(new Uint8Array(m))}catch(p){throw o(p),p}})},cancel(u){return o(u),n.return()}},{highWaterMark:2})};var al=64*1024,{isFunction:mi}=d,vx=(({Request:t,Response:e})=>({Request:t,Response:e}))(d.global),{ReadableStream:rl,TextEncoder:ol}=d.global,cl=(t,...e)=>{try{return!!t(...e)}catch(s){return!1}},bx=t=>{t=d.merge.call({skipUndefined:!0},vx,t);let{fetch:e,Request:s,Response:i}=t,n=e?mi(e):typeof fetch=="function",a=mi(s),r=mi(i);if(!n)return!1;let o=n&&mi(rl),l=n&&(typeof ol=="function"?(h=>x=>h.encode(x))(new ol):h=>c(null,null,function*(){return new Uint8Array(yield new s(h).arrayBuffer())})),u=a&&o&&cl(()=>{let h=!1,x=new s(j.origin,{body:new rl,method:"POST",get duplex(){return h=!0,"half"}}).headers.has("Content-Type");return h&&!x}),p=r&&o&&cl(()=>d.isReadableStream(new i("").body)),m={stream:p&&(h=>h.body)};n&&["text","arrayBuffer","blob","formData","stream"].forEach(h=>{!m[h]&&(m[h]=(x,y)=>{let R=x&&x[h];if(R)return R.call(x);throw new _(`Response type '${h}' is not supported`,_.ERR_NOT_SUPPORT,y)})});let f=h=>c(null,null,function*(){if(h==null)return 0;if(d.isBlob(h))return h.size;if(d.isSpecCompliantForm(h))return(yield new s(j.origin,{method:"POST",body:h}).arrayBuffer()).byteLength;if(d.isArrayBufferView(h)||d.isArrayBuffer(h))return h.byteLength;if(d.isURLSearchParams(h)&&(h=h+""),d.isString(h))return(yield l(h)).byteLength}),g=(h,x)=>c(null,null,function*(){let y=d.toFiniteNumber(h.getContentLength());return y==null?f(x):y});return h=>c(null,null,function*(){let{url:x,method:y,data:R,signal:C,cancelToken:v,timeout:E,onDownloadProgress:U,onUploadProgress:P,responseType:I,headers:M,withCredentials:ce="same-origin",fetchOptions:Be}=di(h),Fe=e||fetch;I=I?(I+"").toLowerCase():"text";let Re=nl([C,v&&v.toAbortSignal()],E),K=null,ge=Re&&Re.unsubscribe&&(()=>{Re.unsubscribe()}),Ee;try{if(P&&u&&y!=="get"&&y!=="head"&&(Ee=yield g(M,R))!==0){let S=new s(x,{method:"POST",body:R,duplex:"half"}),F;if(d.isFormData(R)&&(F=S.headers.get("content-type"))&&M.setContentType(F),S.body){let[ne,N]=jt(Ee,ze(Ut(P)));R=Ca(S.body,al,ne,N)}}d.isString(ce)||(ce=ce?"include":"omit");let J=a&&"credentials"in s.prototype,V=re(L({},Be),{signal:Re,method:y.toUpperCase(),headers:M.normalize().toJSON(),body:R,duplex:"half",credentials:J?ce:void 0});K=a&&new s(x,V);let X=yield a?Fe(K,Be):Fe(x,V),Ze=p&&(I==="stream"||I==="response");if(p&&(U||Ze&&ge)){let S={};["status","statusText","headers"].forEach(Z=>{S[Z]=X[Z]});let F=d.toFiniteNumber(X.headers.get("content-length")),[ne,N]=U&&jt(F,ze(Ut(U),!0))||[];X=new i(Ca(X.body,al,ne,()=>{N&&N(),ge&&ge()}),S)}I=I||"text";let A=yield m[d.findKey(m,I)||"text"](X,h);return!Ze&&ge&&ge(),yield new Promise((S,F)=>{je(S,F,{data:A,headers:W.from(X.headers),status:X.status,statusText:X.statusText,config:h,request:K})})}catch(J){throw ge&&ge(),J&&J.name==="TypeError"&&/Load failed|fetch/i.test(J.message)?Object.assign(new _("Network Error",_.ERR_NETWORK,h,K,J&&J.response),{cause:J.cause||J}):_.from(J,J&&J.code,h,K,J&&J.response)}})},_x=new Map,Aa=t=>{let e=t&&t.env||{},{fetch:s,Request:i,Response:n}=e,a=[i,n,s],r=a.length,o=r,l,u,p=_x;for(;o--;)l=a[o],u=p.get(l),u===void 0&&p.set(l,u=o?new Map:bx(e)),p=u;return u},Nw=Aa();var Oa={http:Zp,xhr:il,fetch:{get:Aa}};d.forEach(Oa,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch(s){}Object.defineProperty(t,"adapterName",{value:e})}});var pl=t=>`- ${t}`,Ex=t=>d.isFunction(t)||t===null||t===!1;function Tx(t,e){t=d.isArray(t)?t:[t];let{length:s}=t,i,n,a={};for(let r=0;r<s;r++){i=t[r];let o;if(n=i,!Ex(i)&&(n=Oa[(o=String(i)).toLowerCase()],n===void 0))throw new _(`Unknown adapter '${o}'`);if(n&&(d.isFunction(n)||(n=n.get(e))))break;a[o||"#"+r]=n}if(!n){let r=Object.entries(a).map(([l,u])=>`adapter ${l} `+(u===!1?"is not supported by the environment":"is not available in the build")),o=s?r.length>1?`since :
17
- `+r.map(pl).join(`
18
- `):" "+pl(r[0]):"as no adapter specified";throw new _("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return n}var fi={getAdapter:Tx,adapters:Oa};function Pa(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new ye(null,t)}function hi(t){return Pa(t),t.headers=W.from(t.headers),t.data=fs.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),fi.getAdapter(t.adapter||Pt.adapter,t)(t).then(function(i){return Pa(t),i.data=fs.call(t,t.transformResponse,i),i.headers=W.from(i.headers),i},function(i){return hs(i)||(Pa(t),i&&i.response&&(i.response.data=fs.call(t,t.transformResponse,i.response),i.response.headers=W.from(i.response.headers))),Promise.reject(i)})}var xi={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{xi[t]=function(i){return typeof i===t||"a"+(e<1?"n ":" ")+t}});var ll={};xi.transitional=function(e,s,i){function n(a,r){return"[Axios v"+mt+"] Transitional option '"+a+"'"+r+(i?". "+i:"")}return(a,r,o)=>{if(e===!1)throw new _(n(r," has been removed"+(s?" in "+s:"")),_.ERR_DEPRECATED);return s&&!ll[r]&&(ll[r]=!0,console.warn(n(r," has been deprecated since v"+s+" and will be removed in the near future"))),e?e(a,r,o):!0}};xi.spelling=function(e){return(s,i)=>(console.warn(`${i} is likely a misspelling of ${e}`),!0)};function Sx(t,e,s){if(typeof t!="object")throw new _("options must be an object",_.ERR_BAD_OPTION_VALUE);let i=Object.keys(t),n=i.length;for(;n-- >0;){let a=i[n],r=e[a];if(r){let o=t[a],l=o===void 0||r(o,a,t);if(l!==!0)throw new _("option "+a+" must be "+l,_.ERR_BAD_OPTION_VALUE);continue}if(s!==!0)throw new _("Unknown option "+a,_.ERR_BAD_OPTION)}}var ws={assertOptions:Sx,validators:xi};var Te=ws.validators,Ft=class{constructor(e){this.defaults=e||{},this.interceptors={request:new Wn,response:new Wn}}request(e,s){return c(this,null,function*(){try{return yield this._request(e,s)}catch(i){if(i instanceof Error){let n={};Error.captureStackTrace?Error.captureStackTrace(n):n=new Error;let a=n.stack?n.stack.replace(/^.+\n/,""):"";try{i.stack?a&&!String(i.stack).endsWith(a.replace(/^.+\n.+\n/,""))&&(i.stack+=`
19
- `+a):i.stack=a}catch(r){}}throw i}})}_request(e,s){typeof e=="string"?(s=s||{},s.url=e):s=e||{},s=Le(this.defaults,s);let{transitional:i,paramsSerializer:n,headers:a}=s;i!==void 0&&ws.assertOptions(i,{silentJSONParsing:Te.transitional(Te.boolean),forcedJSONParsing:Te.transitional(Te.boolean),clarifyTimeoutError:Te.transitional(Te.boolean),legacyInterceptorReqResOrdering:Te.transitional(Te.boolean)},!1),n!=null&&(d.isFunction(n)?s.paramsSerializer={serialize:n}:ws.assertOptions(n,{encode:Te.function,serialize:Te.function},!0)),s.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?s.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:s.allowAbsoluteUrls=!0),ws.assertOptions(s,{baseUrl:Te.spelling("baseURL"),withXsrfToken:Te.spelling("withXSRFToken")},!0),s.method=(s.method||this.defaults.method||"get").toLowerCase();let r=a&&d.merge(a.common,a[s.method]);a&&d.forEach(["delete","get","head","post","put","patch","common"],h=>{delete a[h]}),s.headers=W.concat(r,a);let o=[],l=!0;this.interceptors.request.forEach(function(x){if(typeof x.runWhen=="function"&&x.runWhen(s)===!1)return;l=l&&x.synchronous;let y=s.transitional||st;y&&y.legacyInterceptorReqResOrdering?o.unshift(x.fulfilled,x.rejected):o.push(x.fulfilled,x.rejected)});let u=[];this.interceptors.response.forEach(function(x){u.push(x.fulfilled,x.rejected)});let p,m=0,f;if(!l){let h=[hi.bind(this),void 0];for(h.unshift(...o),h.push(...u),f=h.length,p=Promise.resolve(s);m<f;)p=p.then(h[m++],h[m++]);return p}f=o.length;let g=s;for(;m<f;){let h=o[m++],x=o[m++];try{g=h(g)}catch(y){x.call(this,y);break}}try{p=hi.call(this,g)}catch(h){return Promise.reject(h)}for(m=0,f=u.length;m<f;)p=p.then(u[m++],u[m++]);return p}getUri(e){e=Le(this.defaults,e);let s=pt(e.baseURL,e.url,e.allowAbsoluteUrls);return ct(s,e.params,e.paramsSerializer)}};d.forEach(["delete","get","head","options"],function(e){Ft.prototype[e]=function(s,i){return this.request(Le(i||{},{method:e,url:s,data:(i||{}).data}))}});d.forEach(["post","put","patch"],function(e){function s(i){return function(a,r,o){return this.request(Le(o||{},{method:e,headers:i?{"Content-Type":"multipart/form-data"}:{},url:a,data:r}))}}Ft.prototype[e]=s(),Ft.prototype[e+"Form"]=s(!0)});var Es=Ft;var La=class t{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let s;this.promise=new Promise(function(a){s=a});let i=this;this.promise.then(n=>{if(!i._listeners)return;let a=i._listeners.length;for(;a-- >0;)i._listeners[a](n);i._listeners=null}),this.promise.then=n=>{let a,r=new Promise(o=>{i.subscribe(o),a=o}).then(n);return r.cancel=function(){i.unsubscribe(a)},r},e(function(a,r,o){i.reason||(i.reason=new ye(a,r,o),s(i.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;let s=this._listeners.indexOf(e);s!==-1&&this._listeners.splice(s,1)}toAbortSignal(){let e=new AbortController,s=i=>{e.abort(i)};return this.subscribe(s),e.signal.unsubscribe=()=>this.unsubscribe(s),e.signal}static source(){let e;return{token:new t(function(n){e=n}),cancel:e}}},ul=La;function Na(t){return function(s){return t.apply(null,s)}}function qa(t){return d.isObject(t)&&t.isAxiosError===!0}var Da={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,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(Da).forEach(([t,e])=>{Da[e]=t});var dl=Da;function ml(t){let e=new Es(t),s=as(Es.prototype.request,e);return d.extend(s,Es.prototype,e,{allOwnKeys:!0}),d.extend(s,e,null,{allOwnKeys:!0}),s.create=function(n){return ml(Le(t,n))},s}var Y=ml(Pt);Y.Axios=Es;Y.CanceledError=ye;Y.CancelToken=ul;Y.isCancel=hs;Y.VERSION=mt;Y.toFormData=tt;Y.AxiosError=_;Y.Cancel=Y.CanceledError;Y.all=function(e){return Promise.all(e)};Y.spread=Na;Y.isAxiosError=qa;Y.mergeConfig=Le;Y.AxiosHeaders=W;Y.formToJSON=t=>ai(d.isHTMLForm(t)?new FormData(t):t);Y.getAdapter=fi.getAdapter;Y.HttpStatusCode=dl;Y.default=Y;var Mt=Y;var{Axios:LE,AxiosError:NE,CanceledError:qE,isCancel:DE,CancelToken:BE,VERSION:IE,all:jE,Cancel:UE,isAxiosError:FE,spread:ME,toFormData:zE,AxiosHeaders:$E,HttpStatusCode:HE,formToJSON:VE,getAdapter:WE,mergeConfig:GE}=Mt;var gl=B(hl(),1);var Ba="axios-retry";function yl(t){let e=["ERR_CANCELED","ECONNABORTED"];return t.response||!t.code||e.includes(t.code)?!1:(0,gl.default)(t)}var vl=["get","head","options"],Rx=vl.concat(["put","delete"]);function Ia(t){return t.code!=="ECONNABORTED"&&(!t.response||t.response.status===429||t.response.status>=500&&t.response.status<=599)}function Cx(t){var e;return(e=t.config)!=null&&e.method?Ia(t)&&vl.indexOf(t.config.method)!==-1:!1}function bl(t){var e;return(e=t.config)!=null&&e.method?Ia(t)&&Rx.indexOf(t.config.method)!==-1:!1}function _l(t){return yl(t)||bl(t)}function ja(t=void 0){var i;let e=(i=t==null?void 0:t.response)==null?void 0:i.headers["retry-after"];if(!e)return 0;let s=(Number(e)||0)*1e3;return s===0&&(s=(new Date(e).valueOf()||0)-Date.now()),Math.max(0,s)}function Ax(t=0,e=void 0){return Math.max(0,ja(e))}function Ox(t=0,e=void 0,s=100){let i=Br(2,t)*s,n=Math.max(i,ja(e)),a=n*.2*Math.random();return n+a}function Px(t=100){return(e=0,s=void 0)=>{let i=e*t;return Math.max(i,ja(s))}}var Lx={retries:3,retryCondition:_l,retryDelay:Ax,shouldResetTimeout:!1,onRetry:()=>{},onMaxRetryTimesExceeded:()=>{},validateResponse:null};function Nx(t,e){return L(L(L({},Lx),e),t[Ba])}function xl(t,e,s=!1){let i=Nx(t,e||{});return i.retryCount=i.retryCount||0,(!i.lastRequestTime||s)&&(i.lastRequestTime=Date.now()),t[Ba]=i,i}function qx(t,e){t.defaults.agent===e.agent&&delete e.agent,t.defaults.httpAgent===e.httpAgent&&delete e.httpAgent,t.defaults.httpsAgent===e.httpsAgent&&delete e.httpsAgent}function Dx(t,e){return c(this,null,function*(){let{retries:s,retryCondition:i}=t,n=(t.retryCount||0)<s&&i(e);if(typeof n=="object")try{return(yield n)!==!1}catch(a){return!1}return n})}function Bx(t,e,s,i){return c(this,null,function*(){var l;e.retryCount+=1;let{retryDelay:n,shouldResetTimeout:a,onRetry:r}=e,o=n(e.retryCount,s);if(qx(t,i),!a&&i.timeout&&e.lastRequestTime){let u=Date.now()-e.lastRequestTime,p=i.timeout-u-o;if(p<=0)return Promise.reject(s);i.timeout=p}return i.transformRequest=[u=>u],yield r(e.retryCount,s,i),(l=i.signal)!=null&&l.aborted?Promise.resolve(t(i)):new Promise(u=>{var f;let p=()=>{clearTimeout(m),u(t(i))},m=setTimeout(()=>{var g;u(t(i)),(g=i.signal)!=null&&g.removeEventListener&&i.signal.removeEventListener("abort",p)},o);(f=i.signal)!=null&&f.addEventListener&&i.signal.addEventListener("abort",p,{once:!0})})})}function Ix(t,e){return c(this,null,function*(){t.retryCount>=t.retries&&(yield t.onMaxRetryTimesExceeded(e,t.retryCount))})}var it=(t,e)=>{let s=t.interceptors.request.use(n=>{var a;return xl(n,e,!0),(a=n[Ba])!=null&&a.validateResponse&&(n.validateStatus=()=>!1),n}),i=t.interceptors.response.use(null,n=>c(null,null,function*(){var o;let{config:a}=n;if(!a)return Promise.reject(n);let r=xl(a,e);return n.response&&((o=r.validateResponse)!=null&&o.call(r,n.response))?n.response:(yield Dx(r,n))?Bx(t,r,n,a):(yield Ix(r,n),Promise.reject(n))}));return{requestInterceptorId:s,responseInterceptorId:i}};it.isNetworkError=yl;it.isSafeRequestError=Cx;it.isIdempotentRequestError=bl;it.isNetworkOrIdempotentRequestError=_l;it.exponentialDelay=Ox;it.linearDelay=Px;it.isRetryableError=Ia;var gi=it;var Va=B(Tl(),1);var Ne=Object.create(null);Ne.open="0";Ne.close="1";Ne.ping="2";Ne.pong="3";Ne.message="4";Ne.upgrade="5";Ne.noop="6";var Ts=Object.create(null);Object.keys(Ne).forEach(t=>{Ts[Ne[t]]=t});var Ss={type:"error",data:"parser error"};var ks=({type:t,data:e},s,i)=>e instanceof ArrayBuffer||ArrayBuffer.isView(e)?i(s?e:"b"+Sl(e,!0).toString("base64")):i(Ne[t]+(e||"")),Sl=(t,e)=>Buffer.isBuffer(t)||t instanceof Uint8Array&&!e?t:t instanceof ArrayBuffer?Buffer.from(t):Buffer.from(t.buffer,t.byteOffset,t.byteLength),Fa;function kl(t,e){if(t.data instanceof ArrayBuffer||ArrayBuffer.isView(t.data))return e(Sl(t.data,!1));ks(t,!0,s=>{Fa||(Fa=new TextEncoder),e(Fa.encode(s))})}var Rs=(t,e)=>{if(typeof t!="string")return{type:"message",data:Rl(t,e)};let s=t.charAt(0);if(s==="b"){let i=Buffer.from(t.substring(1),"base64");return{type:"message",data:Rl(i,e)}}return Ts[s]?t.length>1?{type:Ts[s],data:t.substring(1)}:{type:Ts[s]}:Ss},Rl=(t,e)=>{switch(e){case"arraybuffer":return t instanceof ArrayBuffer?t:Buffer.isBuffer(t)?t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength):t.buffer;case"nodebuffer":default:return Buffer.isBuffer(t)?t:Buffer.from(t)}};var Cl="",Al=(t,e)=>{let s=t.length,i=new Array(s),n=0;t.forEach((a,r)=>{ks(a,!1,o=>{i[r]=o,++n===s&&e(i.join(Cl))})})},Ol=(t,e)=>{let s=t.split(Cl),i=[];for(let n=0;n<s.length;n++){let a=Rs(s[n],e);if(i.push(a),a.type==="error")break}return i};function Pl(){return new TransformStream({transform(t,e){kl(t,s=>{let i=s.length,n;if(i<126)n=new Uint8Array(1),new DataView(n.buffer).setUint8(0,i);else if(i<65536){n=new Uint8Array(3);let a=new DataView(n.buffer);a.setUint8(0,126),a.setUint16(1,i)}else{n=new Uint8Array(9);let a=new DataView(n.buffer);a.setUint8(0,127),a.setBigUint64(1,BigInt(i))}t.data&&typeof t.data!="string"&&(n[0]|=128),e.enqueue(n),e.enqueue(s)})}})}var Ma;function yi(t){return t.reduce((e,s)=>e+s.length,0)}function vi(t,e){if(t[0].length===e)return t.shift();let s=new Uint8Array(e),i=0;for(let n=0;n<e;n++)s[n]=t[0][i++],i===t[0].length&&(t.shift(),i=0);return t.length&&i<t[0].length&&(t[0]=t[0].slice(i)),s}function Ll(t,e){Ma||(Ma=new TextDecoder);let s=[],i=0,n=-1,a=!1;return new TransformStream({transform(r,o){for(s.push(r);;){if(i===0){if(yi(s)<1)break;let l=vi(s,1);a=(l[0]&128)===128,n=l[0]&127,n<126?i=3:n===126?i=1:i=2}else if(i===1){if(yi(s)<2)break;let l=vi(s,2);n=new DataView(l.buffer,l.byteOffset,l.length).getUint16(0),i=3}else if(i===2){if(yi(s)<8)break;let l=vi(s,8),u=new DataView(l.buffer,l.byteOffset,l.length),p=u.getUint32(0);if(p>Math.pow(2,21)-1){o.enqueue(Ss);break}n=p*Math.pow(2,32)+u.getUint32(4),i=3}else{if(yi(s)<n)break;let l=vi(s,n);o.enqueue(Rs(a?l:Ma.decode(l),e)),i=0}if(n===0||n>t){o.enqueue(Ss);break}}}})}var za=4;function $(t){if(t)return Ux(t)}function Ux(t){for(var e in $.prototype)t[e]=$.prototype[e];return t}$.prototype.on=$.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this};$.prototype.once=function(t,e){function s(){this.off(t,s),e.apply(this,arguments)}return s.fn=e,this.on(t,s),this};$.prototype.off=$.prototype.removeListener=$.prototype.removeAllListeners=$.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var s=this._callbacks["$"+t];if(!s)return this;if(arguments.length==1)return delete this._callbacks["$"+t],this;for(var i,n=0;n<s.length;n++)if(i=s[n],i===e||i.fn===e){s.splice(n,1);break}return s.length===0&&delete this._callbacks["$"+t],this};$.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),s=this._callbacks["$"+t],i=1;i<arguments.length;i++)e[i-1]=arguments[i];if(s){s=s.slice(0);for(var i=0,n=s.length;i<n;++i)s[i].apply(this,e)}return this};$.prototype.emitReserved=$.prototype.emit;$.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]};$.prototype.hasListeners=function(t){return!!this.listeners(t).length};var Ve=process.nextTick,de=global,Nl="nodebuffer";function ql(){return new $a}function Fx(t){let e=t.split("; "),s=e[0].indexOf("=");if(s===-1)return;let i=e[0].substring(0,s).trim();if(!i.length)return;let n=e[0].substring(s+1).trim();n.charCodeAt(0)===34&&(n=n.slice(1,-1));let a={name:i,value:n};for(let r=1;r<e.length;r++){let o=e[r].split("=");if(o.length!==2)continue;let l=o[0].trim(),u=o[1].trim();switch(l){case"Expires":a.expires=new Date(u);break;case"Max-Age":let p=new Date;p.setUTCSeconds(p.getUTCSeconds()+parseInt(u,10)),a.expires=p;break;default:}}return a}var $a=class{constructor(){this._cookies=new Map}parseCookies(e){e&&e.forEach(s=>{let i=Fx(s);i&&this._cookies.set(i.name,i)})}get cookies(){let e=Date.now();return this._cookies.forEach((s,i)=>{var n;((n=s.expires)===null||n===void 0?void 0:n.getTime())<e&&this._cookies.delete(i)}),this._cookies.entries()}addCookies(e){let s=[];for(let[i,n]of this.cookies)s.push(`${i}=${n.value}`);s.length&&(e.setDisableHeaderCheck(!0),e.setRequestHeader("cookie",s.join("; ")))}appendCookies(e){for(let[s,i]of this.cookies)e.append("cookie",`${s}=${i.value}`)}};function bi(t,...e){return e.reduce((s,i)=>(t.hasOwnProperty(i)&&(s[i]=t[i]),s),{})}var Mx=de.setTimeout,zx=de.clearTimeout;function We(t,e){e.useNativeTimers?(t.setTimeoutFn=Mx.bind(de),t.clearTimeoutFn=zx.bind(de)):(t.setTimeoutFn=de.setTimeout.bind(de),t.clearTimeoutFn=de.clearTimeout.bind(de))}var $x=1.33;function Dl(t){return typeof t=="string"?Hx(t):Math.ceil((t.byteLength||t.size)*$x)}function Hx(t){let e=0,s=0;for(let i=0,n=t.length;i<n;i++)e=t.charCodeAt(i),e<128?s+=1:e<2048?s+=2:e<55296||e>=57344?s+=3:(i++,s+=4);return s}function _i(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function Bl(t){let e="";for(let s in t)t.hasOwnProperty(s)&&(e.length&&(e+="&"),e+=encodeURIComponent(s)+"="+encodeURIComponent(t[s]));return e}function Il(t){let e={},s=t.split("&");for(let i=0,n=s.length;i<n;i++){let a=s[i].split("=");e[decodeURIComponent(a[0])]=decodeURIComponent(a[1])}return e}var jl=B(ve(),1),Vx=(0,jl.default)("engine.io-client:transport"),wi=class extends Error{constructor(e,s,i){super(e),this.description=s,this.context=i,this.type="TransportError"}},Ge=class extends ${constructor(e){super(),this.writable=!1,We(this,e),this.opts=e,this.query=e.query,this.socket=e.socket,this.supportsBinary=!e.forceBase64}onError(e,s,i){return super.emitReserved("error",new wi(e,s,i)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(e){this.readyState==="open"?this.write(e):Vx("transport is not open, discarding packets")}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(e){let s=Rs(e,this.socket.binaryType);this.onPacket(s)}onPacket(e){super.emitReserved("packet",e)}onClose(e){this.readyState="closed",super.emitReserved("close",e)}pause(e){}createUri(e,s={}){return e+"://"+this._hostname()+this._port()+this.opts.path+this._query(s)}_hostname(){let e=this.opts.hostname;return e.indexOf(":")===-1?e:"["+e+"]"}_port(){return this.opts.port&&(this.opts.secure&&Number(this.opts.port)!==443||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(e){let s=Bl(e);return s.length?"?"+s:""}};var Ul=B(ve(),1),qe=(0,Ul.default)("engine.io-client:polling"),Cs=class extends Ge{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(e){this.readyState="pausing";let s=()=>{qe("paused"),this.readyState="paused",e()};if(this._polling||!this.writable){let i=0;this._polling&&(qe("we are currently polling - waiting to pause"),i++,this.once("pollComplete",function(){qe("pre-pause polling complete"),--i||s()})),this.writable||(qe("we are currently writing - waiting to pause"),i++,this.once("drain",function(){qe("pre-pause writing complete"),--i||s()}))}else s()}_poll(){qe("polling"),this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(e){qe("polling got data %s",e);let s=i=>{if(this.readyState==="opening"&&i.type==="open"&&this.onOpen(),i.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(i)};Ol(e,this.socket.binaryType).forEach(s),this.readyState!=="closed"&&(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"?this._poll():qe('ignoring poll - transport state "%s"',this.readyState))}doClose(){let e=()=>{qe("writing close packet"),this.write([{type:"close"}])};this.readyState==="open"?(qe("transport open - closing"),e()):(qe("transport not open - deferring close"),this.once("open",e))}write(e){this.writable=!1,Al(e,s=>{this.doWrite(s,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){let e=this.opts.secure?"https":"http",s=this.query||{};return this.opts.timestampRequests!==!1&&(s[this.opts.timestampParam]=_i()),!this.supportsBinary&&!s.sid&&(s.b64=1),this.createUri(e,s)}};var Fl=!1;try{Fl=typeof XMLHttpRequest!="undefined"&&"withCredentials"in new XMLHttpRequest}catch(t){}var Ml=Fl;var $l=B(ve(),1),Ha=(0,$l.default)("engine.io-client:polling");function Wx(){}var Ei=class extends Cs{constructor(e){if(super(e),typeof location!="undefined"){let s=location.protocol==="https:",i=location.port;i||(i=s?"443":"80"),this.xd=typeof location!="undefined"&&e.hostname!==location.hostname||i!==e.port}}doWrite(e,s){let i=this.request({method:"POST",data:e});i.on("success",s),i.on("error",(n,a)=>{this.onError("xhr post error",n,a)})}doPoll(){Ha("xhr poll");let e=this.request();e.on("data",this.onData.bind(this)),e.on("error",(s,i)=>{this.onError("xhr poll error",s,i)}),this.pollXhr=e}},Ke=class t extends ${constructor(e,s,i){super(),this.createRequest=e,We(this,i),this._opts=i,this._method=i.method||"GET",this._uri=s,this._data=i.data!==void 0?i.data:null,this._create()}_create(){var e;let s=bi(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");s.xdomain=!!this._opts.xd;let i=this._xhr=this.createRequest(s);try{Ha("xhr open %s: %s",this._method,this._uri),i.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){i.setDisableHeaderCheck&&i.setDisableHeaderCheck(!0);for(let n in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(n)&&i.setRequestHeader(n,this._opts.extraHeaders[n])}}catch(n){}if(this._method==="POST")try{i.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch(n){}try{i.setRequestHeader("Accept","*/*")}catch(n){}(e=this._opts.cookieJar)===null||e===void 0||e.addCookies(i),"withCredentials"in i&&(i.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(i.timeout=this._opts.requestTimeout),i.onreadystatechange=()=>{var n;i.readyState===3&&((n=this._opts.cookieJar)===null||n===void 0||n.parseCookies(i.getResponseHeader("set-cookie"))),i.readyState===4&&(i.status===200||i.status===1223?this._onLoad():this.setTimeoutFn(()=>{this._onError(typeof i.status=="number"?i.status:0)},0))},Ha("xhr data %s",this._data),i.send(this._data)}catch(n){this.setTimeoutFn(()=>{this._onError(n)},0);return}typeof document!="undefined"&&(this._index=t.requestsCount++,t.requests[this._index]=this)}_onError(e){this.emitReserved("error",e,this._xhr),this._cleanup(!0)}_cleanup(e){if(!(typeof this._xhr=="undefined"||this._xhr===null)){if(this._xhr.onreadystatechange=Wx,e)try{this._xhr.abort()}catch(s){}typeof document!="undefined"&&delete t.requests[this._index],this._xhr=null}}_onLoad(){let e=this._xhr.responseText;e!==null&&(this.emitReserved("data",e),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}};Ke.requestsCount=0;Ke.requests={};if(typeof document!="undefined"){if(typeof attachEvent=="function")attachEvent("onunload",zl);else if(typeof addEventListener=="function"){let t="onpagehide"in de?"pagehide":"unload";addEventListener(t,zl,!1)}}function zl(){for(let t in Ke.requests)Ke.requests.hasOwnProperty(t)&&Ke.requests[t].abort()}var CT=(function(){let t=Gx({xdomain:!1});return t&&t.responseType!==null})();function Gx(t){let e=t.xdomain;try{if(typeof XMLHttpRequest!="undefined"&&(!e||Ml))return new XMLHttpRequest}catch(s){}if(!e)try{return new de[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch(s){}}var Kx=Va.default||Va,$t=class extends Ei{request(e={}){var s;return Object.assign(e,{xd:this.xd,cookieJar:(s=this.socket)===null||s===void 0?void 0:s._cookieJar},this.opts),new Ke(i=>new Kx(i),this.uri(),e)}};var my=B(ju(),1),fy=B(sr(),1),hy=B(ar(),1),mr=B(Di(),1),xy=B(Gu(),1);var Ku=B(ve(),1),yy=(0,Ku.default)("engine.io-client:websocket"),vy=typeof navigator!="undefined"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative",Ii=class extends Ge{get name(){return"websocket"}doOpen(){let e=this.uri(),s=this.opts.protocols,i=vy?{}:bi(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(i.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(e,s,i)}catch(n){return this.emitReserved("error",n)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=e=>this.onClose({description:"websocket connection closed",context:e}),this.ws.onmessage=e=>this.onData(e.data),this.ws.onerror=e=>this.onError("websocket error",e)}write(e){this.writable=!1;for(let s=0;s<e.length;s++){let i=e[s],n=s===e.length-1;ks(i,this.supportsBinary,a=>{try{this.doWrite(i,a)}catch(r){yy("websocket closed before onclose event")}n&&Ve(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws!="undefined"&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){let e=this.opts.secure?"wss":"ws",s=this.query||{};return this.opts.timestampRequests&&(s[this.opts.timestampParam]=_i()),this.supportsBinary||(s.b64=1),this.createUri(e,s)}},n0=de.WebSocket||de.MozWebSocket;var Yt=class extends Ii{createSocket(e,s,i){var n;if(!((n=this.socket)===null||n===void 0)&&n._cookieJar){i.headers=i.headers||{},i.headers.cookie=typeof i.headers.cookie=="string"?[i.headers.cookie]:i.headers.cookie||[];for(let[a,r]of this.socket._cookieJar.cookies)i.headers.cookie.push(`${a}=${r.value}`)}return new mr.default(e,s,i)}doWrite(e,s){let i={};e.options&&(i.compress=e.options.compress),this.opts.perMessageDeflate&&(typeof s=="string"?Buffer.byteLength(s):s.length)<this.opts.perMessageDeflate.threshold&&(i.compress=!1),this.ws.send(s,i)}};var Ju=B(ve(),1),Is=(0,Ju.default)("engine.io-client:webtransport"),Qt=class extends Ge{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(e){return this.emitReserved("error",e)}this._transport.closed.then(()=>{Is("transport closed gracefully"),this.onClose()}).catch(e=>{Is("transport closed due to %s",e),this.onError("webtransport error",e)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(e=>{let s=Ll(Number.MAX_SAFE_INTEGER,this.socket.binaryType),i=e.readable.pipeThrough(s).getReader(),n=Pl();n.readable.pipeTo(e.writable),this._writer=n.writable.getWriter();let a=()=>{i.read().then(({done:o,value:l})=>{if(o){Is("session is closed");return}Is("received chunk: %o",l),this.onPacket(l),a()}).catch(o=>{Is("an error occurred while reading: %s",o)})};a();let r={type:"open"};this.query.sid&&(r.data=`{"sid":"${this.query.sid}"}`),this._writer.write(r).then(()=>this.onOpen())})})}write(e){this.writable=!1;for(let s=0;s<e.length;s++){let i=e[s],n=s===e.length-1;this._writer.write(i).then(()=>{n&&Ve(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var e;(e=this._transport)===null||e===void 0||e.close()}};var fr={websocket:Yt,webtransport:Qt,polling:$t};var by=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,_y=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function Zt(t){if(t.length>8e3)throw"URI too long";let e=t,s=t.indexOf("["),i=t.indexOf("]");s!=-1&&i!=-1&&(t=t.substring(0,s)+t.substring(s,i).replace(/:/g,";")+t.substring(i,t.length));let n=by.exec(t||""),a={},r=14;for(;r--;)a[_y[r]]=n[r]||"";return s!=-1&&i!=-1&&(a.source=e,a.host=a.host.substring(1,a.host.length-1).replace(/;/g,":"),a.authority=a.authority.replace("[","").replace("]","").replace(/;/g,":"),a.ipv6uri=!0),a.pathNames=wy(a,a.path),a.queryKey=Ey(a,a.query),a}function wy(t,e){let s=/\/{2,9}/g,i=e.replace(s,"/").split("/");return(e.slice(0,1)=="/"||e.length===0)&&i.splice(0,1),e.slice(-1)=="/"&&i.splice(i.length-1,1),i}function Ey(t,e){let s={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(i,n,a){n&&(s[n]=a)}),s}var Xu=B(ve(),1),z=(0,Xu.default)("engine.io-client:socket"),hr=typeof addEventListener=="function"&&typeof removeEventListener=="function",js=[];hr&&addEventListener("offline",()=>{z("closing %d connection(s) because the network was lost",js.length),js.forEach(t=>t())},!1);var bt=class t extends ${constructor(e,s){if(super(),this.binaryType=Nl,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,e&&typeof e=="object"&&(s=e,e=null),e){let i=Zt(e);s.hostname=i.host,s.secure=i.protocol==="https"||i.protocol==="wss",s.port=i.port,i.query&&(s.query=i.query)}else s.host&&(s.hostname=Zt(s.host).host);We(this,s),this.secure=s.secure!=null?s.secure:typeof location!="undefined"&&location.protocol==="https:",s.hostname&&!s.port&&(s.port=this.secure?"443":"80"),this.hostname=s.hostname||(typeof location!="undefined"?location.hostname:"localhost"),this.port=s.port||(typeof location!="undefined"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},s.transports.forEach(i=>{let n=i.prototype.name;this.transports.push(n),this._transportsByName[n]=i}),this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},s),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=Il(this.opts.query)),hr&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(z("adding listener for the 'offline' event"),this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},js.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=ql()),this._open()}createTransport(e){z('creating transport "%s"',e);let s=Object.assign({},this.opts.query);s.EIO=za,s.transport=e,this.id&&(s.sid=this.id);let i=Object.assign({},this.opts,{query:s,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[e]);return z("options: %j",i),new this._transportsByName[e](i)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}let e=this.opts.rememberUpgrade&&t.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";let s=this.createTransport(e);s.open(),this.setTransport(s)}setTransport(e){z("setting transport %s",e.name),this.transport&&(z("clearing existing transport %s",this.transport.name),this.transport.removeAllListeners()),this.transport=e,e.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",s=>this._onClose("transport close",s))}onOpen(){z("socket open"),this.readyState="open",t.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket(e){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(z('socket receive: type "%s", data "%s"',e.type,e.data),this.emitReserved("packet",e),this.emitReserved("heartbeat"),e.type){case"open":this.onHandshake(JSON.parse(e.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":let s=new Error("server error");s.code=e.data,this._onError(s);break;case"message":this.emitReserved("data",e.data),this.emitReserved("message",e.data);break}else z('packet received with socket readyState "%s"',this.readyState)}onHandshake(e){this.emitReserved("handshake",e),this.id=e.sid,this.transport.query.sid=e.sid,this._pingInterval=e.pingInterval,this._pingTimeout=e.pingTimeout,this._maxPayload=e.maxPayload,this.onOpen(),this.readyState!=="closed"&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);let e=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+e,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},e),this.opts.autoUnref&&this._pingTimeoutTimer.unref()}_onDrain(){this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){let e=this._getWritablePackets();z("flushing %d packets in socket",e.length),this.transport.send(e),this._prevBufferLen=e.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let s=1;for(let i=0;i<this.writeBuffer.length;i++){let n=this.writeBuffer[i].data;if(n&&(s+=Dl(n)),i>0&&s>this._maxPayload)return z("only send %d out of %d packets",i,this.writeBuffer.length),this.writeBuffer.slice(0,i);s+=2}return z("payload size is %d (max: %d)",s,this._maxPayload),this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;let e=Date.now()>this._pingTimeoutTime;return e&&(z("throttled timer detected, scheduling connection close"),this._pingTimeoutTime=0,Ve(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),e}write(e,s,i){return this._sendPacket("message",e,s,i),this}send(e,s,i){return this._sendPacket("message",e,s,i),this}_sendPacket(e,s,i,n){if(typeof s=="function"&&(n=s,s=void 0),typeof i=="function"&&(n=i,i=null),this.readyState==="closing"||this.readyState==="closed")return;i=i||{},i.compress=i.compress!==!1;let a={type:e,data:s,options:i};this.emitReserved("packetCreate",a),this.writeBuffer.push(a),n&&this.once("flush",n),this.flush()}close(){let e=()=>{this._onClose("forced close"),z("socket closing - telling transport to close"),this.transport.close()},s=()=>{this.off("upgrade",s),this.off("upgradeError",s),e()},i=()=>{this.once("upgrade",s),this.once("upgradeError",s)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?i():e()}):this.upgrading?i():e()),this}_onError(e){if(z("socket error %j",e),t.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return z("trying next transport"),this.transports.shift(),this._open();this.emitReserved("error",e),this._onClose("transport error",e)}_onClose(e,s){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(z('socket close with reason: "%s"',e),this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),hr&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){let i=js.indexOf(this._offlineEventListener);i!==-1&&(z("removing listener for the 'offline' event"),js.splice(i,1))}this.readyState="closed",this.id=null,this.emitReserved("close",e,s),this.writeBuffer=[],this._prevBufferLen=0}}};bt.protocol=za;var ji=class extends bt{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade){z("starting upgrade probes");for(let e=0;e<this._upgrades.length;e++)this._probe(this._upgrades[e])}}_probe(e){z('probing transport "%s"',e);let s=this.createTransport(e),i=!1;bt.priorWebsocketSuccess=!1;let n=()=>{i||(z('probe transport "%s" opened',e),s.send([{type:"ping",data:"probe"}]),s.once("packet",m=>{if(!i)if(m.type==="pong"&&m.data==="probe"){if(z('probe transport "%s" pong',e),this.upgrading=!0,this.emitReserved("upgrading",s),!s)return;bt.priorWebsocketSuccess=s.name==="websocket",z('pausing current transport "%s"',this.transport.name),this.transport.pause(()=>{i||this.readyState!=="closed"&&(z("changing transport and sending upgrade packet"),p(),this.setTransport(s),s.send([{type:"upgrade"}]),this.emitReserved("upgrade",s),s=null,this.upgrading=!1,this.flush())})}else{z('probe transport "%s" failed',e);let f=new Error("probe error");f.transport=s.name,this.emitReserved("upgradeError",f)}}))};function a(){i||(i=!0,p(),s.close(),s=null)}let r=m=>{let f=new Error("probe error: "+m);f.transport=s.name,a(),z('probe transport "%s" failed because of error: %s',e,m),this.emitReserved("upgradeError",f)};function o(){r("transport closed")}function l(){r("socket closed")}function u(m){s&&m.name!==s.name&&(z('"%s" works - aborting "%s"',m.name,s.name),a())}let p=()=>{s.removeListener("open",n),s.removeListener("error",r),s.removeListener("close",o),this.off("close",l),this.off("upgrading",u)};s.once("open",n),s.once("error",r),s.once("close",o),this.once("close",l),this.once("upgrading",u),this._upgrades.indexOf("webtransport")!==-1&&e!=="webtransport"?this.setTimeoutFn(()=>{i||s.open()},200):s.open()}onHandshake(e){this._upgrades=this._filterUpgrades(e.upgrades),super.onHandshake(e)}_filterUpgrades(e){let s=[];for(let i=0;i<e.length;i++)~this.transports.indexOf(e[i])&&s.push(e[i]);return s}},es=class extends ji{constructor(e,s={}){let i=typeof e=="object"?e:s;(!i.transports||i.transports&&typeof i.transports[0]=="string")&&(i.transports=(i.transports||["polling","websocket","webtransport"]).map(n=>fr[n]).filter(n=>!!n)),super(e,i)}};var C0=es.protocol;var Qu=B(ve(),1),Yu=(0,Qu.default)("socket.io-client:url");function Zu(t,e="",s){let i=t;s=s||typeof location!="undefined"&&location,t==null&&(t=s.protocol+"//"+s.host),typeof t=="string"&&(t.charAt(0)==="/"&&(t.charAt(1)==="/"?t=s.protocol+t:t=s.host+t),/^(https?|wss?):\/\//.test(t)||(Yu("protocol-less url %s",t),typeof s!="undefined"?t=s.protocol+"//"+t:t="https://"+t),Yu("parse %s",t),i=Zt(t)),i.port||(/^(http|ws)$/.test(i.protocol)?i.port="80":/^(http|ws)s$/.test(i.protocol)&&(i.port="443")),i.path=i.path||"/";let a=i.host.indexOf(":")!==-1?"["+i.host+"]":i.host;return i.id=i.protocol+"://"+a+":"+i.port+e,i.href=i.protocol+"://"+a+(s&&s.port===i.port?"":":"+i.port),i}var wr={};_n(wr,{Decoder:()=>br,Encoder:()=>vr,PacketType:()=>O,isPacketValid:()=>qy,protocol:()=>ad});var Ry=typeof ArrayBuffer=="function",Cy=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer,ed=Object.prototype.toString,Ay=typeof Blob=="function"||typeof Blob!="undefined"&&ed.call(Blob)==="[object BlobConstructor]",Oy=typeof File=="function"||typeof File!="undefined"&&ed.call(File)==="[object FileConstructor]";function Fs(t){return Ry&&(t instanceof ArrayBuffer||Cy(t))||Ay&&t instanceof Blob||Oy&&t instanceof File}function Us(t,e){if(!t||typeof t!="object")return!1;if(Array.isArray(t)){for(let s=0,i=t.length;s<i;s++)if(Us(t[s]))return!0;return!1}if(Fs(t))return!0;if(t.toJSON&&typeof t.toJSON=="function"&&arguments.length===1)return Us(t.toJSON(),!0);for(let s in t)if(Object.prototype.hasOwnProperty.call(t,s)&&Us(t[s]))return!0;return!1}function td(t){let e=[],s=t.data,i=t;return i.data=xr(s,e),i.attachments=e.length,{packet:i,buffers:e}}function xr(t,e){if(!t)return t;if(Fs(t)){let s={_placeholder:!0,num:e.length};return e.push(t),s}else if(Array.isArray(t)){let s=new Array(t.length);for(let i=0;i<t.length;i++)s[i]=xr(t[i],e);return s}else if(typeof t=="object"&&!(t instanceof Date)){let s={};for(let i in t)Object.prototype.hasOwnProperty.call(t,i)&&(s[i]=xr(t[i],e));return s}return t}function sd(t,e){return t.data=gr(t.data,e),delete t.attachments,t}function gr(t,e){if(!t)return t;if(t&&t._placeholder===!0){if(typeof t.num=="number"&&t.num>=0&&t.num<e.length)return e[t.num];throw new Error("illegal attachments")}else if(Array.isArray(t))for(let s=0;s<t.length;s++)t[s]=gr(t[s],e);else if(typeof t=="object")for(let s in t)Object.prototype.hasOwnProperty.call(t,s)&&(t[s]=gr(t[s],e));return t}var id=B(ve(),1),yr=(0,id.default)("socket.io-parser"),nd=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],ad=5,O;(function(t){t[t.CONNECT=0]="CONNECT",t[t.DISCONNECT=1]="DISCONNECT",t[t.EVENT=2]="EVENT",t[t.ACK=3]="ACK",t[t.CONNECT_ERROR=4]="CONNECT_ERROR",t[t.BINARY_EVENT=5]="BINARY_EVENT",t[t.BINARY_ACK=6]="BINARY_ACK"})(O||(O={}));var vr=class{constructor(e){this.replacer=e}encode(e){return yr("encoding packet %j",e),(e.type===O.EVENT||e.type===O.ACK)&&Us(e)?this.encodeAsBinary({type:e.type===O.EVENT?O.BINARY_EVENT:O.BINARY_ACK,nsp:e.nsp,data:e.data,id:e.id}):[this.encodeAsString(e)]}encodeAsString(e){let s=""+e.type;return(e.type===O.BINARY_EVENT||e.type===O.BINARY_ACK)&&(s+=e.attachments+"-"),e.nsp&&e.nsp!=="/"&&(s+=e.nsp+","),e.id!=null&&(s+=e.id),e.data!=null&&(s+=JSON.stringify(e.data,this.replacer)),yr("encoded %j as %s",e,s),s}encodeAsBinary(e){let s=td(e),i=this.encodeAsString(s.packet),n=s.buffers;return n.unshift(i),n}},br=class t extends ${constructor(e){super(),this.opts=Object.assign({reviver:void 0,maxAttachments:10},typeof e=="function"?{reviver:e}:e)}add(e){let s;if(typeof e=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");s=this.decodeString(e);let i=s.type===O.BINARY_EVENT;i||s.type===O.BINARY_ACK?(s.type=i?O.EVENT:O.ACK,this.reconstructor=new _r(s),s.attachments===0&&super.emitReserved("decoded",s)):super.emitReserved("decoded",s)}else if(Fs(e)||e.base64)if(this.reconstructor)s=this.reconstructor.takeBinaryData(e),s&&(this.reconstructor=null,super.emitReserved("decoded",s));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+e)}decodeString(e){let s=0,i={type:Number(e.charAt(0))};if(O[i.type]===void 0)throw new Error("unknown packet type "+i.type);if(i.type===O.BINARY_EVENT||i.type===O.BINARY_ACK){let a=s+1;for(;e.charAt(++s)!=="-"&&s!=e.length;);let r=e.substring(a,s);if(r!=Number(r)||e.charAt(s)!=="-")throw new Error("Illegal attachments");let o=Number(r);if(!rd(o)||o<0)throw new Error("Illegal attachments");if(o>this.opts.maxAttachments)throw new Error("too many attachments");i.attachments=o}if(e.charAt(s+1)==="/"){let a=s+1;for(;++s&&!(e.charAt(s)===","||s===e.length););i.nsp=e.substring(a,s)}else i.nsp="/";let n=e.charAt(s+1);if(n!==""&&Number(n)==n){let a=s+1;for(;++s;){let r=e.charAt(s);if(r==null||Number(r)!=r){--s;break}if(s===e.length)break}i.id=Number(e.substring(a,s+1))}if(e.charAt(++s)){let a=this.tryParse(e.substr(s));if(t.isPayloadValid(i.type,a))i.data=a;else throw new Error("invalid payload")}return yr("decoded %s as %j",e,i),i}tryParse(e){try{return JSON.parse(e,this.opts.reviver)}catch(s){return!1}}static isPayloadValid(e,s){switch(e){case O.CONNECT:return Ui(s);case O.DISCONNECT:return s===void 0;case O.CONNECT_ERROR:return typeof s=="string"||Ui(s);case O.EVENT:case O.BINARY_EVENT:return Array.isArray(s)&&(typeof s[0]=="number"||typeof s[0]=="string"&&nd.indexOf(s[0])===-1);case O.ACK:case O.BINARY_ACK:return Array.isArray(s)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}},_r=class{constructor(e){this.packet=e,this.buffers=[],this.reconPack=e}takeBinaryData(e){if(this.buffers.push(e),this.buffers.length===this.reconPack.attachments){let s=sd(this.reconPack,this.buffers);return this.finishedReconstruction(),s}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}};function Py(t){return typeof t=="string"}var rd=Number.isInteger||function(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t};function Ly(t){return t===void 0||rd(t)}function Ui(t){return Object.prototype.toString.call(t)==="[object Object]"}function Ny(t,e){switch(t){case O.CONNECT:return e===void 0||Ui(e);case O.DISCONNECT:return e===void 0;case O.EVENT:return Array.isArray(e)&&(typeof e[0]=="number"||typeof e[0]=="string"&&nd.indexOf(e[0])===-1);case O.ACK:return Array.isArray(e);case O.CONNECT_ERROR:return typeof e=="string"||Ui(e);default:return!1}}function qy(t){return Py(t.nsp)&&Ly(t.id)&&Ny(t.type,t.data)}function _e(t,e,s){return t.on(e,s),function(){t.off(e,s)}}var od=B(ve(),1),Q=(0,od.default)("socket.io-client:socket"),Dy=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1}),ts=class extends ${constructor(e,s,i){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=e,this.nsp=s,i&&i.auth&&(this.auth=i.auth),this._opts=Object.assign({},i),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;let e=this.io;this.subs=[_e(e,"open",this.onopen.bind(this)),_e(e,"packet",this.onpacket.bind(this)),_e(e,"error",this.onerror.bind(this)),_e(e,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...e){return e.unshift("message"),this.emit.apply(this,e),this}emit(e,...s){var i,n,a;if(Dy.hasOwnProperty(e))throw new Error('"'+e.toString()+'" is a reserved event name');if(s.unshift(e),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(s),this;let r={type:O.EVENT,data:s};if(r.options={},r.options.compress=this.flags.compress!==!1,typeof s[s.length-1]=="function"){let p=this.ids++;Q("emitting packet with ack id %d",p);let m=s.pop();this._registerAckCallback(p,m),r.id=p}let o=(n=(i=this.io.engine)===null||i===void 0?void 0:i.transport)===null||n===void 0?void 0:n.writable,l=this.connected&&!(!((a=this.io.engine)===null||a===void 0)&&a._hasPingExpired());return this.flags.volatile&&!o?Q("discard packet as the transport is not currently writable"):l?(this.notifyOutgoingListeners(r),this.packet(r)):this.sendBuffer.push(r),this.flags={},this}_registerAckCallback(e,s){var i;let n=(i=this.flags.timeout)!==null&&i!==void 0?i:this._opts.ackTimeout;if(n===void 0){this.acks[e]=s;return}let a=this.io.setTimeoutFn(()=>{delete this.acks[e];for(let o=0;o<this.sendBuffer.length;o++)this.sendBuffer[o].id===e&&(Q("removing packet with ack id %d from the buffer",e),this.sendBuffer.splice(o,1));Q("event with ack id %d has timed out after %d ms",e,n),s.call(this,new Error("operation has timed out"))},n),r=(...o)=>{this.io.clearTimeoutFn(a),s.apply(this,o)};r.withError=!0,this.acks[e]=r}emitWithAck(e,...s){return new Promise((i,n)=>{let a=(r,o)=>r?n(r):i(o);a.withError=!0,s.push(a),this.emit(e,...s)})}_addToQueue(e){let s;typeof e[e.length-1]=="function"&&(s=e.pop());let i={id:this._queueSeq++,tryCount:0,pending:!1,args:e,flags:Object.assign({fromQueue:!0},this.flags)};e.push((n,...a)=>i!==this._queue[0]?Q("packet [%d] already acknowledged",i.id):(n!==null?i.tryCount>this._opts.retries&&(Q("packet [%d] is discarded after %d tries",i.id,i.tryCount),this._queue.shift(),s&&s(n)):(Q("packet [%d] was successfully sent",i.id),this._queue.shift(),s&&s(null,...a)),i.pending=!1,this._drainQueue())),this._queue.push(i),this._drainQueue()}_drainQueue(e=!1){if(Q("draining queue"),!this.connected||this._queue.length===0)return;let s=this._queue[0];if(s.pending&&!e){Q("packet [%d] has already been sent and is waiting for an ack",s.id);return}s.pending=!0,s.tryCount++,Q("sending packet [%d] (try n\xB0%d)",s.id,s.tryCount),this.flags=s.flags,this.emit.apply(this,s.args)}packet(e){e.nsp=this.nsp,this.io._packet(e)}onopen(){Q("transport is open - connecting"),typeof this.auth=="function"?this.auth(e=>{this._sendConnectPacket(e)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(e){this.packet({type:O.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},e):e})}onerror(e){this.connected||this.emitReserved("connect_error",e)}onclose(e,s){Q("close (%s)",e),this.connected=!1,delete this.id,this.emitReserved("disconnect",e,s),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(e=>{if(!this.sendBuffer.some(i=>String(i.id)===e)){let i=this.acks[e];delete this.acks[e],i.withError&&i.call(this,new Error("socket has been disconnected"))}})}onpacket(e){if(e.nsp===this.nsp)switch(e.type){case O.CONNECT:e.data&&e.data.sid?this.onconnect(e.data.sid,e.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case O.EVENT:case O.BINARY_EVENT:this.onevent(e);break;case O.ACK:case O.BINARY_ACK:this.onack(e);break;case O.DISCONNECT:this.ondisconnect();break;case O.CONNECT_ERROR:this.destroy();let i=new Error(e.data.message);i.data=e.data.data,this.emitReserved("connect_error",i);break}}onevent(e){let s=e.data||[];Q("emitting event %j",s),e.id!=null&&(Q("attaching ack callback to event"),s.push(this.ack(e.id))),this.connected?this.emitEvent(s):this.receiveBuffer.push(Object.freeze(s))}emitEvent(e){if(this._anyListeners&&this._anyListeners.length){let s=this._anyListeners.slice();for(let i of s)i.apply(this,e)}super.emit.apply(this,e),this._pid&&e.length&&typeof e[e.length-1]=="string"&&(this._lastOffset=e[e.length-1])}ack(e){let s=this,i=!1;return function(...n){i||(i=!0,Q("sending ack %j",n),s.packet({type:O.ACK,id:e,data:n}))}}onack(e){let s=this.acks[e.id];if(typeof s!="function"){Q("bad ack %s",e.id);return}delete this.acks[e.id],Q("calling ack %s with %j",e.id,e.data),s.withError&&e.data.unshift(null),s.apply(this,e.data)}onconnect(e,s){Q("socket connected with id %s",e),this.id=e,this.recovered=s&&this._pid===s,this._pid=s,this.connected=!0,this.emitBuffered(),this._drainQueue(!0),this.emitReserved("connect")}emitBuffered(){this.receiveBuffer.forEach(e=>this.emitEvent(e)),this.receiveBuffer=[],this.sendBuffer.forEach(e=>{this.notifyOutgoingListeners(e),this.packet(e)}),this.sendBuffer=[]}ondisconnect(){Q("server disconnect (%s)",this.nsp),this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(e=>e()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&(Q("performing disconnect (%s)",this.nsp),this.packet({type:O.DISCONNECT})),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(e){return this.flags.compress=e,this}get volatile(){return this.flags.volatile=!0,this}timeout(e){return this.flags.timeout=e,this}onAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(e),this}prependAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(e),this}offAny(e){if(!this._anyListeners)return this;if(e){let s=this._anyListeners;for(let i=0;i<s.length;i++)if(e===s[i])return s.splice(i,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(e),this}prependAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(e),this}offAnyOutgoing(e){if(!this._anyOutgoingListeners)return this;if(e){let s=this._anyOutgoingListeners;for(let i=0;i<s.length;i++)if(e===s[i])return s.splice(i,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(e){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){let s=this._anyOutgoingListeners.slice();for(let i of s)i.apply(this,e.data)}}};function _t(t){t=t||{},this.ms=t.min||100,this.max=t.max||1e4,this.factor=t.factor||2,this.jitter=t.jitter>0&&t.jitter<=1?t.jitter:0,this.attempts=0}_t.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),s=Math.floor(e*this.jitter*t);t=(Math.floor(e*10)&1)==0?t-s:t+s}return Math.min(t,this.max)|0};_t.prototype.reset=function(){this.attempts=0};_t.prototype.setMin=function(t){this.ms=t};_t.prototype.setMax=function(t){this.max=t};_t.prototype.setJitter=function(t){this.jitter=t};var cd=B(ve(),1),oe=(0,cd.default)("socket.io-client:manager"),ss=class extends ${constructor(e,s){var i;super(),this.nsps={},this.subs=[],e&&typeof e=="object"&&(s=e,e=void 0),s=s||{},s.path=s.path||"/socket.io",this.opts=s,We(this,s),this.reconnection(s.reconnection!==!1),this.reconnectionAttempts(s.reconnectionAttempts||1/0),this.reconnectionDelay(s.reconnectionDelay||1e3),this.reconnectionDelayMax(s.reconnectionDelayMax||5e3),this.randomizationFactor((i=s.randomizationFactor)!==null&&i!==void 0?i:.5),this.backoff=new _t({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(s.timeout==null?2e4:s.timeout),this._readyState="closed",this.uri=e;let n=s.parser||wr;this.encoder=new n.Encoder,this.decoder=new n.Decoder,this._autoConnect=s.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(e){return arguments.length?(this._reconnection=!!e,e||(this.skipReconnect=!0),this):this._reconnection}reconnectionAttempts(e){return e===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=e,this)}reconnectionDelay(e){var s;return e===void 0?this._reconnectionDelay:(this._reconnectionDelay=e,(s=this.backoff)===null||s===void 0||s.setMin(e),this)}randomizationFactor(e){var s;return e===void 0?this._randomizationFactor:(this._randomizationFactor=e,(s=this.backoff)===null||s===void 0||s.setJitter(e),this)}reconnectionDelayMax(e){var s;return e===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=e,(s=this.backoff)===null||s===void 0||s.setMax(e),this)}timeout(e){return arguments.length?(this._timeout=e,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(e){if(oe("readyState %s",this._readyState),~this._readyState.indexOf("open"))return this;oe("opening %s",this.uri),this.engine=new es(this.uri,this.opts);let s=this.engine,i=this;this._readyState="opening",this.skipReconnect=!1;let n=_e(s,"open",function(){i.onopen(),e&&e()}),a=o=>{oe("error"),this.cleanup(),this._readyState="closed",this.emitReserved("error",o),e?e(o):this.maybeReconnectOnOpen()},r=_e(s,"error",a);if(this._timeout!==!1){let o=this._timeout;oe("connect attempt will timeout after %d",o);let l=this.setTimeoutFn(()=>{oe("connect attempt timed out after %d",o),n(),a(new Error("timeout")),s.close()},o);this.opts.autoUnref&&l.unref(),this.subs.push(()=>{this.clearTimeoutFn(l)})}return this.subs.push(n),this.subs.push(r),this}connect(e){return this.open(e)}onopen(){oe("open"),this.cleanup(),this._readyState="open",this.emitReserved("open");let e=this.engine;this.subs.push(_e(e,"ping",this.onping.bind(this)),_e(e,"data",this.ondata.bind(this)),_e(e,"error",this.onerror.bind(this)),_e(e,"close",this.onclose.bind(this)),_e(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(e){try{this.decoder.add(e)}catch(s){this.onclose("parse error",s)}}ondecoded(e){Ve(()=>{this.emitReserved("packet",e)},this.setTimeoutFn)}onerror(e){oe("error",e),this.emitReserved("error",e)}socket(e,s){let i=this.nsps[e];return i?this._autoConnect&&!i.active&&i.connect():(i=new ts(this,e,s),this.nsps[e]=i),i}_destroy(e){let s=Object.keys(this.nsps);for(let i of s)if(this.nsps[i].active){oe("socket %s is still active, skipping close",i);return}this._close()}_packet(e){oe("writing packet %j",e);let s=this.encoder.encode(e);for(let i=0;i<s.length;i++)this.engine.write(s[i],e.options)}cleanup(){oe("cleanup"),this.subs.forEach(e=>e()),this.subs.length=0,this.decoder.destroy()}_close(){oe("disconnect"),this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose(e,s){var i;oe("closed due to %s",e),this.cleanup(),(i=this.engine)===null||i===void 0||i.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",e,s),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;let e=this;if(this.backoff.attempts>=this._reconnectionAttempts)oe("reconnect failed"),this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{let s=this.backoff.duration();oe("will wait %dms before reconnect attempt",s),this._reconnecting=!0;let i=this.setTimeoutFn(()=>{e.skipReconnect||(oe("attempting reconnect"),this.emitReserved("reconnect_attempt",e.backoff.attempts),!e.skipReconnect&&e.open(n=>{n?(oe("reconnect attempt error"),e._reconnecting=!1,e.reconnect(),this.emitReserved("reconnect_error",n)):(oe("reconnect success"),e.onreconnect())}))},s);this.opts.autoUnref&&i.unref(),this.subs.push(()=>{this.clearTimeoutFn(i)})}}onreconnect(){let e=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",e)}};var ld=B(ve(),1),pd=(0,ld.default)("socket.io-client"),Ms={};function zs(t,e){typeof t=="object"&&(e=t,t=void 0),e=e||{};let s=Zu(t,e.path||"/socket.io"),i=s.source,n=s.id,a=s.path,r=Ms[n]&&a in Ms[n].nsps,o=e.forceNew||e["force new connection"]||e.multiplex===!1||r,l;return o?(pd("ignoring socket cache for %s",i),l=new ss(i,e)):(Ms[n]||(pd("new io instance for %s",i),Ms[n]=new ss(i,e)),l=Ms[n]),s.query&&!e.query&&(e.query=s.queryKey),l.socket(s.path,e)}Object.assign(zs,{Manager:ss,Socket:ts,io:zs,connect:zs});var Fi=class extends Error{constructor(e){super(e),this.name="EcodrixError"}},we=class extends Fi{constructor(s,i,n){super(s);k(this,"status");k(this,"code");this.name="APIError",this.status=i,this.code=n}},$s=class extends we{constructor(e="Invalid API Key or Client Code"){super(e,401,"AUTH_FAILED"),this.name="AuthenticationError"}},Er=class extends we{constructor(e="Too many requests. Please slow down."){super(e,429,"RATE_LIMIT_EXCEEDED"),this.name="RateLimitError"}};var w=class{constructor(e){this.client=e}post(e,s,i){return c(this,null,function*(){try{let n=this.buildConfig(i);return(yield this.client.post(e,s,n)).data}catch(n){this.handleError(n)}})}get(e,s){return c(this,null,function*(){try{let i=this.buildConfig(s);return(yield this.client.get(e,i)).data}catch(i){this.handleError(i)}})}patch(e,s,i){return c(this,null,function*(){try{let n=this.buildConfig(i);return(yield this.client.patch(e,s,n)).data}catch(n){this.handleError(n)}})}put(e,s,i){return c(this,null,function*(){try{let n=this.buildConfig(i);return(yield this.client.put(e,s,n)).data}catch(n){this.handleError(n)}})}deleteRequest(e,s){return c(this,null,function*(){try{let i=this.buildConfig(s);return(yield this.client.delete(e,i)).data}catch(i){this.handleError(i)}})}buildConfig(e){if(!e)return;let s=L({},e);return e.idempotencyKey&&(s.headers=re(L({},s.headers),{"Idempotency-Key":e.idempotencyKey})),s}handleError(e){var s,i,n;throw e.response?new we(((s=e.response.data)==null?void 0:s.message)||((i=e.response.data)==null?void 0:i.error)||"API Request Failed",e.response.status,(n=e.response.data)==null?void 0:n.code):new we(e.message||"Network Error")}};var Mi=class extends w{listBlueprints(){return c(this,null,function*(){return this.get("/api/agency/blueprints")})}createBlueprint(e){return c(this,null,function*(){return this.post("/api/agency/blueprints",e)})}deployBlueprint(e){return c(this,null,function*(){return this.post("/api/agency/blueprints/deploy",e)})}getPortfolioStats(e){return c(this,null,function*(){return this.get(`/api/agency/portfolio/${e}/stats`)})}getPortfolioHealth(e){return c(this,null,function*(){return this.get(`/api/agency/portfolio/${e}/health`)})}getUsage(e){return c(this,null,function*(){return this.get(`/api/agency/usage/${e}`)})}listStaff(e){return c(this,null,function*(){return this.get(`/api/agency/staff/${e}`)})}createStaff(e){return c(this,null,function*(){return this.post("/api/agency/staff",e)})}};var zi=class extends w{getProduct(e){return c(this,null,function*(){return this.get(`/api/v1/checkout/products/${e}`)})}createSession(e){return c(this,null,function*(){return this.post("/api/v1/checkout/session",e)})}applyCoupon(e){return c(this,null,function*(){return this.post("/api/v1/checkout/coupon",e)})}verify(e){return c(this,null,function*(){return this.post("/api/v1/checkout/verify",e)})}createOrder(e){return c(this,null,function*(){return this.post("/api/v1/checkout/order",e)})}};var $i=class extends w{list(){return c(this,null,function*(){return this.get("/api/saas/cors")})}create(e){return c(this,null,function*(){return this.post("/api/saas/cors",e)})}update(e,s){return c(this,null,function*(){return this.patch(`/api/saas/cors/${e}`,s)})}delete(e){return c(this,null,function*(){return this.deleteRequest(`/api/saas/cors/${e}`)})}};var Tr=class extends w{list(e){return c(this,null,function*(){return this.get(`/api/crm/leads/${e}/notes`)})}create(e,s){return c(this,null,function*(){return this.post(`/api/crm/leads/${e}/notes`,s)})}update(e,s){return c(this,null,function*(){return this.patch(`/api/crm/notes/${e}`,{content:s})})}pin(e,s=!0){return c(this,null,function*(){return this.patch(`/api/crm/notes/${e}/pin`,{isPinned:s})})}delete(e){return c(this,null,function*(){return this.deleteRequest(`/api/crm/notes/${e}`)})}},Hi=class extends w{constructor(s){super(s);k(this,"notes");this.notes=new Tr(s)}timeline(s,i){return c(this,null,function*(){return this.get(`/api/crm/leads/${s}/timeline`,{params:i})})}list(s,i){return c(this,null,function*(){return this.get(`/api/crm/leads/${s}/activities`,{params:L({},i)})})}log(s){return c(this,null,function*(){return this.post(`/api/crm/leads/${s.leadId}/activities`,s)})}logCall(s,i){return c(this,null,function*(){return this.post(`/api/crm/leads/${s}/calls`,i)})}};var Vi=class extends w{overview(e){return c(this,null,function*(){return this.get("/api/crm/analytics/overview",{params:e})})}funnel(e){return c(this,null,function*(){return this.get("/api/crm/analytics/funnel",{params:{pipelineId:e}})})}forecast(e){return c(this,null,function*(){return this.get("/api/crm/analytics/forecast",{params:{pipelineId:e}})})}sources(e){return c(this,null,function*(){return this.get("/api/crm/analytics/sources",{params:e})})}team(e){return c(this,null,function*(){return this.get("/api/crm/analytics/team",{params:e})})}heatmap(e){return c(this,null,function*(){return this.get("/api/crm/analytics/heatmap",{params:e})})}scores(){return c(this,null,function*(){return this.get("/api/crm/analytics/scores")})}stageTime(e){return c(this,null,function*(){return this.get("/api/crm/analytics/stage-time",{params:{pipelineId:e}})})}tiered(e){return c(this,null,function*(){return this.get("/api/crm/analytics/tiered",{params:e})})}summary(e){return c(this,null,function*(){return this.get("/api/crm/analytics/summary",{params:e})})}whatsapp(e){return c(this,null,function*(){return this.get("/api/crm/analytics/whatsapp",{params:e})})}};var Wi=class extends w{stats(){return c(this,null,function*(){return this.get("/api/crm/automation/stats")})}logs(e){return c(this,null,function*(){return this.get("/api/crm/automation/logs",{params:e})})}retryFailedEvent(e){return c(this,null,function*(){return this.post(`/api/crm/automation/logs/${e}/retry`,{})})}};var Gi=class extends w{list(){return c(this,null,function*(){return this.get("/api/crm/automations")})}create(e){return c(this,null,function*(){return this.post("/api/crm/automations",e)})}update(e,s){return c(this,null,function*(){return this.patch(`/api/crm/automations/${e}`,s)})}toggle(e){return c(this,null,function*(){return this.patch(`/api/crm/automations/${e}/toggle`)})}delete(e){return c(this,null,function*(){return this.deleteRequest(`/api/crm/automations/${e}`)})}bulkDelete(e){return c(this,null,function*(){return this.post("/api/crm/automations/bulk-delete",{ids:e})})}test(e,s){return c(this,null,function*(){return this.post(`/api/crm/automations/${e}/test`,{leadId:s})})}getAvailableEvents(){return c(this,null,function*(){return this.post("/api/crm/automations/events",{})})}enrollments(e,s){return c(this,null,function*(){return this.get(`/api/crm/automations/${e}/enrollments`,{params:s})})}getEnrollment(e){return c(this,null,function*(){return this.get(`/api/crm/automations/enrollments/${e}`)})}pauseEnrollment(e,s){return c(this,null,function*(){return this.post(`/api/crm/automations/${e}/enrollments/${s}/pause`,{})})}resumeEnrollment(e,s){return c(this,null,function*(){return this.post(`/api/crm/automations/${e}/enrollments/${s}/resume`,{})})}runs(e){return c(this,null,function*(){return this.get(`/api/crm/automations/${e}/runs`)})}getRun(e){return c(this,null,function*(){return this.get(`/api/crm/automations/runs/${e}`)})}resumeRun(e){return c(this,null,function*(){return this.post(`/api/crm/automations/runs/${e}/resume`,{})})}abortRun(e){return c(this,null,function*(){return this.post(`/api/crm/automations/runs/${e}/abort`,{})})}webhookEvent(e,s,i){return c(this,null,function*(){return this.post("/api/crm/automations/webhook-event",{ruleId:e,eventName:s,payload:i})})}trigger(e){return c(this,null,function*(){return this.post("/api/saas/workflows/trigger",e)})}};var Ki=class extends w{create(e){return c(this,null,function*(){return this.post("/api/crm/leads",e)})}describe(){return c(this,null,function*(){let e=yield this.fields(),s=Array.isArray(e.data)?e.data:[],i=[{key:"firstName",label:"First Name",type:"string",required:!0,group:"Basic Info"},{key:"lastName",label:"Last Name",type:"string",required:!1,group:"Basic Info"},{key:"phone",label:"Phone Number",type:"phone",required:!0,group:"Contact"},{key:"email",label:"Email Address",type:"email",required:!1,group:"Contact"},{key:"status",label:"Status",type:"select",required:!0,options:[{label:"New",value:"new"},{label:"Contacted",value:"contacted"},{label:"Qualified",value:"qualified"},{label:"Won",value:"won"},{label:"Lost",value:"lost"}]},{key:"value",label:"Lead Value",type:"currency",required:!1},{key:"source",label:"Source",type:"string",required:!1}],n=s.map(a=>({key:`metadata.extra.${a.name}`,label:a.label||a.name,type:a.type||"string",required:!!a.required,options:a.options,group:"Custom Fields"}));return{name:"Lead",fields:[...i,...n],uiHints:{icon:"User",primaryColor:"#3b82f6",defaultSort:{field:"createdAt",direction:"desc"},summaryFields:["firstName","lastName","phone","status"]}}})}upsert(e){return c(this,null,function*(){return this.post("/api/crm/leads/upsert",e)})}createMany(e,s=50){return c(this,null,function*(){let i=[];for(let n=0;n<e.length;n+=s){let r=e.slice(n,n+s).map(l=>this.create(l)),o=yield Promise.allSettled(r);for(let l of o)if(l.status==="fulfilled")i.push(l.value);else throw l.reason}return i})}import(e){return c(this,null,function*(){return this.post("/api/crm/leads/import",{leads:e})})}bulkUpsert(e){return c(this,null,function*(){return this.import(e)})}list(e){return c(this,null,function*(){let s=L({},e);return Array.isArray(s.tags)&&(s.tags=s.tags.join(",")),this.get("/api/crm/leads",{params:s})})}listAutoPaging(e){return Ie(this,null,function*(){let s=(e==null?void 0:e.page)||1,i=!0;for(;i;){let n=yield new Ce(this.list(re(L({},e),{page:s}))),a=Array.isArray(n.data)?n.data:n||[];if(a.length===0){i=!1;break}for(let r of a)yield r;n.pagination&&s<n.pagination.pages||!n.pagination&&a.length>0?s++:i=!1}})}retrieve(e){return c(this,null,function*(){return this.get(`/api/crm/leads/${e}`)})}retrieveByPhone(e){return c(this,null,function*(){return this.get(`/api/crm/leads/phone/${encodeURIComponent(e)}`)})}byStage(n,a){return c(this,arguments,function*(e,s,i={}){return this.get(`/api/crm/pipelines/${e}/stages/${s}/leads`,{params:i})})}retrieveByRef(e,s){return c(this,null,function*(){return this.get(`/api/crm/leads/ref/${encodeURIComponent(e)}/${encodeURIComponent(s)}`)})}update(e,s){return c(this,null,function*(){return this.patch(`/api/crm/leads/${e}`,s)})}move(e,s){return c(this,null,function*(){return this.patch(`/api/crm/leads/${e}/move`,{stageId:s})})}convert(e,s,i){return c(this,null,function*(){return this.post(`/api/crm/leads/${e}/convert`,{outcome:s,reason:i})})}tags(e,s){return c(this,null,function*(){return this.patch(`/api/crm/leads/${e}/tags`,s)})}recalculateScore(e){return c(this,null,function*(){return this.post(`/api/crm/leads/${e}/score`,{})})}updateMetadata(e,s){return c(this,null,function*(){return this.patch(`/api/crm/leads/${e}/metadata`,s)})}fields(){return c(this,null,function*(){return this.get("/api/crm/leads/fields")})}notes(e){return c(this,null,function*(){return this.get(`/api/crm/leads/${e}/notes`)})}activities(e,s){return c(this,null,function*(){return this.get(`/api/crm/leads/${e}/timeline`,{params:s})})}createNote(e,s){return c(this,null,function*(){return this.post(`/api/crm/leads/${e}/notes`,s)})}updateNote(e,s,i){return c(this,null,function*(){return this.patch(`/api/crm/notes/${s}`,i)})}deleteNote(e,s){return c(this,null,function*(){return this.deleteRequest(`/api/crm/notes/${s}`)})}delete(e){return c(this,null,function*(){return this.deleteRequest(`/api/crm/leads/${e}`)})}bulkArchive(e){return c(this,null,function*(){return this.patch("/api/crm/leads/bulk-archive",{ids:e})})}bulkDelete(e){return c(this,null,function*(){return this.deleteRequest("/api/crm/leads",{data:{ids:e}})})}archive(e){return c(this,null,function*(){return this.patch(`/api/crm/leads/${e}/archive`,{})})}};var Ji=class extends w{capture(e){return c(this,null,function*(){return this.post("/api/crm/payments/capture",e)})}};var Xi=class extends w{list(){return c(this,null,function*(){return this.get("/api/crm/pipelines")})}getStageManifest(e){return c(this,null,function*(){var n,a;let s=yield this.retrieve(e),i=Array.isArray((n=s.data)==null?void 0:n.stages)?s.data.stages:[];return{name:`Pipeline: ${((a=s.data)==null?void 0:a.name)||e}`,fields:i.map(r=>({key:r._id,label:r.name,type:"string",required:!0,options:[{label:r.name,value:r._id}],group:"Stages",uiHints:{color:r.color||"#cbd5e1",probability:r.probability}})),uiHints:{icon:"Columns",primaryColor:"#6366f1"}}})}create(e){return c(this,null,function*(){return this.post("/api/crm/pipelines",e)})}retrieve(e){return c(this,null,function*(){return this.get(`/api/crm/pipelines/${e}`)})}update(e,s){return c(this,null,function*(){return this.patch(`/api/crm/pipelines/${e}`,s)})}setDefault(e){return c(this,null,function*(){return this.patch(`/api/crm/pipelines/${e}/default`,{})})}duplicate(e,s){return c(this,null,function*(){return this.post(`/api/crm/pipelines/${e}/duplicate`,{newName:s})})}archive(e){return c(this,null,function*(){return this.patch(`/api/crm/pipelines/${e}/archive`,{})})}delete(e){return c(this,null,function*(){return this.deleteRequest(`/api/crm/pipelines/${e}`)})}checkInUse(e){return c(this,null,function*(){return this.get(`/api/crm/pipelines/${e}/in-use`)})}board(e){return c(this,null,function*(){return this.get(`/api/crm/pipelines/${e}/board`)})}forecast(e){return c(this,null,function*(){return this.get(`/api/crm/pipelines/${e}/forecast`)})}addStage(e,s){return c(this,null,function*(){return this.post(`/api/crm/pipelines/${e}/stages`,s)})}reorderStages(e,s){return c(this,null,function*(){return this.patch(`/api/crm/pipelines/${e}/stages/reorder`,{order:s})})}updateStage(e,s){return c(this,null,function*(){return this.patch(`/api/crm/stages/${e}`,s)})}deleteStage(e,s){return c(this,null,function*(){return this.deleteRequest(`/api/crm/stages/${e}`,{data:s?{moveLeadsToStageId:s}:void 0})})}};var Yi=class extends w{getConfig(){return c(this,null,function*(){return this.get("/api/crm/scoring")})}updateConfig(e){return c(this,null,function*(){return this.patch("/api/crm/scoring",e)})}recalculate(e){return c(this,null,function*(){return this.post(`/api/crm/scoring/${e}/recalculate`,{})})}};var Qi=class extends w{enroll(e){return c(this,null,function*(){return this.post("/api/crm/sequences/enroll",e)})}unenroll(e){return c(this,null,function*(){return this.deleteRequest(`/api/crm/sequences/unenroll/${e}`)})}listForLead(e){return c(this,null,function*(){return this.get(`/api/crm/sequences/lead/${e}`)})}};var Zi=class{constructor(e){k(this,"leads");k(this,"pipelines");k(this,"activities");k(this,"analytics");k(this,"automations");k(this,"sequences");k(this,"scoring");k(this,"payments");k(this,"automationDashboard");this.leads=new Ki(e),this.pipelines=new Xi(e),this.activities=new Hi(e),this.analytics=new Vi(e),this.automations=new Gi(e),this.sequences=new Qi(e),this.scoring=new Yi(e),this.payments=new Ji(e),this.automationDashboard=new Wi(e)}};var en=class extends w{sendCampaign(e){return c(this,null,function*(){return this.post("/api/saas/marketing/emails/campaign",e)})}sendTest(e){return c(this,null,function*(){return this.post("/api/saas/marketing/emails/test",{to:e})})}listTemplates(e){return c(this,null,function*(){return this.get("/api/saas/marketing/mail/templates",{params:e})})}getTemplate(e){return c(this,null,function*(){return this.get(`/api/saas/marketing/mail/templates/${e}`)})}createTemplate(e){return c(this,null,function*(){return this.post("/api/saas/marketing/mail/templates",e)})}updateTemplate(e,s){return c(this,null,function*(){return this.put(`/api/saas/marketing/mail/templates/${e}`,s)})}deleteTemplate(e,s=!1){return c(this,null,function*(){return this.deleteRequest(`/api/saas/marketing/mail/templates/${e}`,{params:{force:s}})})}previewTemplate(e,s){return c(this,null,function*(){return this.post(`/api/saas/marketing/mail/templates/${e}/preview`,s)})}};var tn=class extends w{list(){return c(this,null,function*(){return this.get("/api/saas/events")})}assign(e){return c(this,null,function*(){return this.post("/api/saas/events/assign",e)})}unassign(e){return c(this,null,function*(){return this.post("/api/saas/events/unassign",{name:e})})}unassignBulk(e){return c(this,null,function*(){return this.post("/api/saas/events/unassign/bulk",{names:e})})}trigger(e){return c(this,null,function*(){return this.post("/api/saas/workflows/trigger",e)})}listCustomEvents(){return c(this,null,function*(){return this.get("/api/saas/crm/custom-events")})}createCustomEvent(e){return c(this,null,function*(){return this.post("/api/saas/crm/custom-events",e)})}deleteCustomEvent(e){return c(this,null,function*(){return this.deleteRequest(`/api/saas/crm/custom-events/${e}`)})}emit(e){return c(this,null,function*(){return this.post("/api/crm/events/emit",e)})}};var sn=class extends w{system(){return c(this,null,function*(){return(yield this.get("/api/saas/health")).data})}clientHealth(){return c(this,null,function*(){return(yield this.get("/api/saas/health/client")).data})}getDiagnosticReport(){return c(this,null,function*(){return this.clientHealth()})}jobStatus(e){return c(this,null,function*(){return(yield this.get(`/api/saas/jobs/status/${e}`)).data})}};var nn=class extends w{listEventLogs(e){return c(this,null,function*(){return this.get("/api/saas/events/logs",{params:e})})}getEventLog(e){return c(this,null,function*(){return this.get(`/api/saas/events/logs/${e}`)})}listCallbackLogs(e){return c(this,null,function*(){return this.get("/api/saas/callbacks/logs",{params:e})})}getStats(){return c(this,null,function*(){return this.get("/api/saas/events/stats")})}};var Sr=class extends w{sendCampaign(e){return c(this,null,function*(){return this.post("/api/saas/marketing/emails/campaign",e)})}sendTest(e){return c(this,null,function*(){return this.post("/api/saas/marketing/emails/test",{to:e})})}},kr=class extends w{list(e){return c(this,null,function*(){return this.get("/api/saas/marketing/emails/campaigns",{params:e})})}stats(e){return c(this,null,function*(){return this.get(`/api/saas/marketing/emails/campaigns/${e}/analytics`)})}},Rr=class extends w{sendTemplate(e){return c(this,null,function*(){return this.post("/api/saas/marketing/whatsapp/send-template",e)})}},an=class extends w{constructor(s){super(s);k(this,"emails");k(this,"campaigns");k(this,"whatsapp");this.emails=new Sr(s),this.campaigns=new kr(s),this.whatsapp=new Rr(s)}};var rn=class extends w{getUsage(){return c(this,null,function*(){return this.get("/api/saas/storage/usage")})}createFolder(e){return c(this,null,function*(){return this.post("/api/saas/storage/folders",{name:e})})}list(e,s){return c(this,null,function*(){return this.get(`/api/saas/storage/files/${e}`,{params:s})})}delete(e){return c(this,null,function*(){return this.deleteRequest("/api/saas/storage/files",{params:{key:e}})})}getDownloadUrl(e){return c(this,null,function*(){return this.post("/api/saas/storage/download-url",{key:e})})}upload(e,s){return c(this,null,function*(){let i=yield this.post("/api/saas/storage/upload-url",s),{uploadUrl:n,key:a}=i.data;yield Mt.put(n,e,{headers:{"Content-Type":s.contentType}});let r=e.size||e.byteLength||0;return this.post("/api/saas/storage/confirm-upload",{key:a,sizeBytes:r})})}};var on=class extends w{create(e){return c(this,null,function*(){return this.post("/api/saas/meet",e)})}list(e){return c(this,null,function*(){return this.get("/api/saas/meet",{params:e})})}retrieve(e){return c(this,null,function*(){return this.get(`/api/saas/meet/${e}`)})}update(e,s){return c(this,null,function*(){return this.patch(`/api/saas/meet/${e}`,s)})}reschedule(e,s){return c(this,null,function*(){return this.patch(`/api/saas/meet/${e}`,s)})}delete(e){return c(this,null,function*(){return this.update(e,{status:"cancelled"})})}};var cn=class extends w{listLogs(e){return c(this,null,function*(){return this.get("/api/saas/events/logs",{params:e})})}retrieveLog(e){return c(this,null,function*(){return this.get(`/api/saas/events/logs/${e}`)})}getStats(e){return c(this,null,function*(){return this.get("/api/saas/events/stats",{params:e})})}listCallbacks(e){return c(this,null,function*(){return this.get("/api/saas/callbacks/logs",{params:e})})}listAlerts(e){return c(this,null,function*(){return this.get("/api/crm/notifications",{params:e})})}dismissAlert(e){return c(this,null,function*(){return this.patch(`/api/crm/notifications/${e}/dismiss`)})}clearAllAlerts(){return c(this,null,function*(){return this.deleteRequest("/api/crm/notifications/clear-all")})}retryAction(e){return c(this,null,function*(){return this.post(`/api/crm/notifications/${e}/retry`,{})})}};var pn=class extends w{listFailed(){return c(this,null,function*(){return this.get("/api/saas/admin/queue/failed")})}getStats(){return c(this,null,function*(){return this.get("/api/saas/admin/queue/stats")})}retryJob(e){return c(this,null,function*(){return this.post(`/api/saas/admin/queue/${e}/retry`,{})})}deleteJob(e){return c(this,null,function*(){return this.deleteRequest(`/api/saas/admin/queue/${e}`)})}};var Cr=class extends w{list(){return c(this,null,function*(){return this.get("/api/services/clients")})}getCountAndGenerateCode(){return c(this,null,function*(){return this.get("/api/services/clients/count")})}retrieve(e){return c(this,null,function*(){return this.get(`/api/services/clients/${e}`)})}getApiKey(e){return c(this,null,function*(){return this.get(`/api/services/clients/${e}/api-key`)})}rotateApiKey(e){return c(this,null,function*(){return this.post(`/api/services/clients/${e}/api-key`,{})})}create(e){return c(this,null,function*(){return this.post("/api/services/clients",e)})}getConfig(e){return c(this,null,function*(){return this.get(`/api/services/clients/${e}/config`)})}updateConfig(e,s){return c(this,null,function*(){return this.patch(`/api/services/clients/${e}/config`,s)})}getSecrets(e){return c(this,null,function*(){return this.get(`/api/services/clients/${e}/secrets`)})}updateSecrets(e,s){return c(this,null,function*(){return this.post(`/api/services/clients/${e}/secrets`,s)})}replaceSecrets(e,s){return c(this,null,function*(){return this.put(`/api/services/clients/${e}/secrets`,s)})}patchSecrets(e,s){return c(this,null,function*(){return this.patch(`/api/services/clients/${e}/secrets`,s)})}getDataSource(e){return c(this,null,function*(){return this.get(`/api/services/clients/${e}/datasource`)})}manageDataSource(e,s){return c(this,null,function*(){return this.post(`/api/services/clients/${e}/datasource`,s)})}updateIdentity(e,s){return c(this,null,function*(){return this.patch(`/api/services/clients/${e}/identity`,s)})}googleReauth(i){return c(this,arguments,function*(e,s={}){return this.post(`/api/services/clients/${e}/google/reauth`,s)})}delete(e){return c(this,null,function*(){return this.deleteRequest(`/api/services/clients/${e}`)})}},Ar=class extends w{list(){return c(this,null,function*(){return this.get("/api/services/blogs")})}},Or=class extends w{add(e){return c(this,null,function*(){return this.post("/api/services/add-lead",e)})}},ln=class extends w{constructor(s){super(s);k(this,"clients");k(this,"blogs");k(this,"globalLeads");this.clients=new Cr(s),this.blogs=new Ar(s),this.globalLeads=new Or(s)}};var Pr=class extends w{getConfig(){return c(this,null,function*(){return this.get("/api/settings/email")})}switchProvider(e){return c(this,null,function*(){return this.post("/api/settings/email/provider",{provider:e})})}saveSmtp(e){return c(this,null,function*(){return this.post("/api/settings/email/smtp",e)})}initDomainVerification(e){return c(this,null,function*(){return this.post("/api/settings/email/ses/domain",{domain:e})})}saveEmailConfig(e){return c(this,null,function*(){return this.post("/api/settings/email/ses/config",e)})}checkSesVerification(){return c(this,null,function*(){return this.get("/api/settings/email/ses/verify")})}removeSesIdentity(){return c(this,null,function*(){return this.deleteRequest("/api/settings/email/ses/domain")})}sendTest(e){return c(this,null,function*(){return this.post("/api/settings/email/test",{toEmail:e})})}saveAdvancedConfig(e){return c(this,null,function*(){return this.post("/api/settings/email/advanced",e)})}getHealth(){return c(this,null,function*(){return this.get("/api/settings/email/health")})}fixDmarc(){return c(this,null,function*(){return this.post("/api/settings/email/ses/fix-dmarc",{})})}listProviders(){return c(this,null,function*(){return this.get("/api/settings/email/providers")})}},un=class extends w{constructor(s){super(s);k(this,"email");this.email=new Pr(s)}};var Lr=class extends w{create(e){return c(this,null,function*(){return this.post("/api/saas/storage/folders",{name:e})})}delete(e){return c(this,null,function*(){return this.deleteRequest(`/api/saas/storage/folders/${encodeURIComponent(e)}`)})}},Nr=class extends w{list(e,s){return c(this,null,function*(){return this.get(`/api/saas/storage/files/${e}`,{params:s})})}getUploadUrl(e){return c(this,null,function*(){return this.post("/api/saas/storage/upload-url",e)})}confirmUpload(e){return c(this,null,function*(){return this.post("/api/saas/storage/confirm-upload",e)})}getDownloadUrl(e){return c(this,null,function*(){return this.post("/api/saas/storage/download-url",{key:e})})}delete(e){return c(this,null,function*(){return this.deleteRequest("/api/saas/storage/files",{params:{key:e}})})}},dn=class extends w{constructor(s){super(s);k(this,"folders");k(this,"files");this.folders=new Lr(s),this.files=new Nr(s)}usage(){return c(this,null,function*(){return this.get("/api/saas/storage/usage")})}};var is=class extends we{constructor(e){super(e,400,"invalid_signature"),this.name="WebhookSignatureError"}},mn=class{constructEvent(e,s,i){return c(this,null,function*(){if(!s)throw new is("No webhook signature provided");let n=Array.isArray(s)?s[0]:s;n.startsWith("sha256=")&&(n=n.slice(7));try{let a=yield import("crypto"),o=a.createHmac("sha256",i).update(e).digest("hex");if(!a.timingSafeEqual(Buffer.from(o),Buffer.from(n)))throw new is("Invalid webhook signature provided");return JSON.parse(e.toString("utf8"))}catch(a){throw a instanceof is?a:new is(`Webhook payload parsing failed: ${a.message}`)}})}};var fn=class extends w{list(e){return c(this,null,function*(){return this.get("/api/saas/chat/broadcasts",{params:e})})}retrieve(e){return c(this,null,function*(){return this.get(`/api/saas/chat/broadcasts/${e}`)})}create(e){return c(this,null,function*(){return this.post("/api/saas/chat/broadcast",e)})}update(e,s){return c(this,null,function*(){return this.patch(`/api/saas/chat/broadcasts/${e}`,s)})}delete(e){return c(this,null,function*(){return this.deleteRequest(`/api/saas/chat/broadcasts/${e}`)})}};var hn=class extends w{list(e){return c(this,null,function*(){return this.get("/api/saas/chat/conversations",{params:e})})}create(e){return c(this,null,function*(){return this.post("/api/saas/chat/conversations",e)})}retrieve(e){return c(this,null,function*(){return this.get(`/api/saas/chat/conversations/${e}`)})}messages(e,s){return c(this,null,function*(){return this.get(`/api/saas/chat/conversations/${e}/messages`,{params:s})})}linkLead(e,s,i){return c(this,null,function*(){return this.post(`/api/saas/chat/conversations/${e}/link-lead`,{leadId:s,leadData:i})})}markRead(e){return c(this,null,function*(){return this.post(`/api/saas/chat/conversations/${e}/read`,{})})}delete(e){return c(this,null,function*(){return this.deleteRequest(`/api/saas/chat/conversations/${e}`)})}bulkDelete(e){return c(this,null,function*(){return this.post("/api/saas/chat/conversations/bulk-delete",{ids:e})})}};var xn=class extends w{send(e){return c(this,null,function*(){return this.post("/api/saas/chat/send",e)})}sendTemplate(e){return c(this,null,function*(){return this.post("/api/saas/chat/send",re(L({},e),{templateLanguage:e.language||e.templateLanguage||"en_US"}))})}star(e,s){return c(this,null,function*(){return this.post(`/api/saas/chat/messages/${e}/star`,{isStarred:s})})}react(e,s){return c(this,null,function*(){return this.post(`/api/saas/chat/messages/${e}/react`,{reaction:s})})}markRead(e){return c(this,null,function*(){return this.post(`/api/saas/chat/conversations/${e}/read`)})}upload(e){return c(this,null,function*(){let s=new FormData;return s.append("file",e),this.post("/api/saas/chat/upload",s,{headers:{"Content-Type":"multipart/form-data"}})})}};var gn=class extends w{list(e){return c(this,null,function*(){return this.get("/api/saas/chat/templates",{params:e})})}sync(){return c(this,null,function*(){return this.post("/api/saas/chat/templates/sync",{})})}retrieve(e){return c(this,null,function*(){return this.get(`/api/saas/chat/templates/${encodeURIComponent(e)}`)})}create(e){return c(this,null,function*(){return this.post("/api/saas/chat/templates",e)})}update(e,s){return c(this,null,function*(){return this.put(`/api/saas/chat/templates/${e}`,s)})}deleteTemplate(e,s){return c(this,null,function*(){return this.deleteRequest(`/api/saas/chat/templates/${encodeURIComponent(e)}${s?"?force=true":""}`)})}mappingConfig(){return c(this,null,function*(){return this.get("/api/saas/chat/templates/mapping/config")})}collections(){return c(this,null,function*(){return this.get("/api/saas/chat/templates/collections")})}collectionFields(e){return c(this,null,function*(){return this.get(`/api/saas/chat/templates/collections/${encodeURIComponent(e)}/fields`)})}updateMapping(e,s){return c(this,null,function*(){return this.put(`/api/saas/chat/templates/${encodeURIComponent(e)}/mapping`,s)})}validate(e){return c(this,null,function*(){return this.get(`/api/saas/chat/templates/${encodeURIComponent(e)}/validate`)})}preview(e,s){return c(this,null,function*(){return this.post(`/api/saas/chat/templates/${encodeURIComponent(e)}/preview`,{context:s})})}getVariableManifest(e){return c(this,null,function*(){var a,r;let s=yield this.retrieve(e),i=Array.isArray((a=s.data)==null?void 0:a.components)?s.data.components:[],n=[];for(let o of i)if(o.text){let l=o.text.match(/{{(\d+)}}/g);if(l)for(let u of l){let p=u.replace(/{{|}}/g,"");n.push({key:`var_${p}`,label:`${o.type} Var {{${p}}}`,type:"string",required:!0,group:o.type,description:`Variable placeholder in template ${o.type}`})}}return{name:`Template variables: ${((r=s.data)==null?void 0:r.name)||e}`,fields:n,uiHints:{icon:"Variables",primaryColor:"#059669"}}})}checkUsage(e){return c(this,null,function*(){return this.get(`/api/saas/chat/templates/${encodeURIComponent(e)}/usage`)})}};var yn=class extends w{constructor(s){super(s);k(this,"messages");k(this,"conversations");k(this,"broadcasts");k(this,"templates");this.messages=new xn(s),this.conversations=new hn(s),this.broadcasts=new fn(s),this.templates=new gn(s)}upload(s,i){return c(this,null,function*(){let n=new FormData;return n.append("file",s,i),this.post("/api/saas/chat/upload",n,{headers:typeof n.getHeaders=="function"?n.getHeaders():void 0})})}sendTemplate(s){return c(this,null,function*(){return this.post("/api/saas/marketing/whatsapp/send-template",s)})}};var By="https://api.ecodrix.com",wt=class{constructor(e){k(this,"client");k(this,"socket");k(this,"clientCode");k(this,"whatsapp");k(this,"crm");k(this,"media");k(this,"meet");k(this,"notifications");k(this,"email");k(this,"logs");k(this,"events");k(this,"webhooks");k(this,"storage");k(this,"marketing");k(this,"health");k(this,"queue");k(this,"agency");k(this,"services");k(this,"settings");k(this,"cors");k(this,"checkout");var l,u,p,m,f;if(!e.apiKey)throw new $s("API Key is required");this.clientCode=(l=e.clientCode)==null?void 0:l.toUpperCase();let s=(u=e.baseUrl)!=null?u:By,i=e.socketUrl||s,n=typeof window!="undefined"&&typeof window.document!="undefined",a=n?"browser":typeof process!="undefined"?`node ${process.version}`:"unknown",r=n?((p=globalThis.navigator)==null?void 0:p.userAgent)||"browser":typeof process!="undefined"?process.platform:"unknown",o={"x-api-key":e.apiKey,"x-client-code":((m=e.clientCode)==null?void 0:m.toUpperCase())||"","Content-Type":"application/json","x-ecodrix-client-agent":JSON.stringify({sdk_version:"1.0.0",runtime:a,os:r})};if(e.coreApiKey&&(o["x-core-api-key"]=e.coreApiKey),this.client=Mt.create({baseURL:s,headers:o}),gi(this.client,{retries:3,retryDelay:gi.exponentialDelay,retryCondition:g=>{var h;return gi.isNetworkOrIdempotentRequestError(g)||((h=g.response)==null?void 0:h.status)===429},onRetry:(g,h,x)=>{var R,C;typeof process!="undefined"&&((R=process.env)==null?void 0:R.NODE_ENV)==="development"&&console.warn(`[ECODrIx SDK] Retrying request (${g}/3): ${(C=x.method)==null?void 0:C.toUpperCase()} ${x.url}. Reason: ${h.message}`)}}),this.whatsapp=new yn(this.client),this.crm=new Zi(this.client),this.media=new rn(this.client),this.meet=new on(this.client),this.notifications=new cn(this.client),this.email=new en(this.client),this.logs=new nn(this.client),this.events=new tn(this.client),this.webhooks=new mn,this.storage=new dn(this.client),this.marketing=new an(this.client),this.health=new sn(this.client),this.queue=new pn(this.client),this.agency=new Mi(this.client),this.services=new ln(this.client),this.settings=new un(this.client),this.cors=new $i(this.client),this.checkout=new zi(this.client),this.socket=zs(i,{extraHeaders:{"x-api-key":e.apiKey,"x-client-code":((f=e.clientCode)==null?void 0:f.toUpperCase())||""}}),this.setupSocket(e.clientCode),n){let g={version:"1.2.2",clientCode:e.clientCode,initializedAt:new Date().toISOString()};window.__ECODRIX_SDK__=g,window.ecodrix||(window.ecodrix=this)}}joinRoom(e){this.socket.emit("join-room",e)}leaveRoom(e){this.socket.emit("leave-room",e)}setupSocket(e){this.socket.on("connect",()=>{e&&this.socket.emit("join-room",e.toUpperCase())})}on(e,s){return this.socket.on(e,s),this}disconnect(){this.socket.disconnect()}off(e,s){return this.socket.off(e,s),this}request(e,s,i,n){return c(this,null,function*(){var a,r,o;try{return(yield this.client.request({method:e,url:s,data:i,params:n})).data}catch(l){throw l.response?new we(((a=l.response.data)==null?void 0:a.message)||((r=l.response.data)==null?void 0:r.error)||"Raw Execution Failed",l.response.status,(o=l.response.data)==null?void 0:o.code):new we(l.message||"Network Error")}})}};var Iy=wt;return vd(jy);})();
20
- /*! Bundled license information:
21
-
22
- mime-db/index.js:
23
- (*!
24
- * mime-db
25
- * Copyright(c) 2014 Jonathan Ong
26
- * Copyright(c) 2015-2022 Douglas Christopher Wilson
27
- * MIT Licensed
28
- *)
29
-
30
- mime-types/index.js:
31
- (*!
32
- * mime-types
33
- * Copyright(c) 2014 Jonathan Ong
34
- * Copyright(c) 2015 Douglas Christopher Wilson
35
- * MIT Licensed
36
- *)
37
-
38
- xmlhttprequest-ssl/lib/XMLHttpRequest.js:
39
- (**
40
- * Wrapper for built-in http.js to emulate the browser XMLHttpRequest object.
41
- *
42
- * This can be used with JS designed for browsers to improve reuse of code and
43
- * allow the use of existing libraries.
44
- *
45
- * Usage: include("XMLHttpRequest.js") and use XMLHttpRequest per W3C specs.
46
- *
47
- * @author Dan DeFelippi <dan@driverdan.com>
48
- * @contributor David Ellis <d.f.ellis@ieee.org>
49
- * @license MIT
50
- *)
51
- */
52
- //# sourceMappingURL=index.global.js.map