@ecodrix/erix-api 1.2.8 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +5 -5
- package/dist/index.d.ts +234 -1
- package/dist/ts/browser/index.global.js +14 -14
- package/dist/ts/browser/index.global.js.map +1 -1
- package/dist/ts/cjs/index.cjs +1 -1
- package/dist/ts/cjs/index.cjs.map +1 -1
- package/dist/ts/cjs/index.d.cts +234 -1
- package/dist/ts/esm/index.d.ts +234 -1
- package/dist/ts/esm/index.js +1 -1
- package/dist/ts/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
"use strict";var Ecodrix=(()=>{var nd=Object.create;var rs=Object.defineProperty,ad=Object.defineProperties,rd=Object.getOwnPropertyDescriptor,od=Object.getOwnPropertyDescriptors,cd=Object.getOwnPropertyNames,Rr=Object.getOwnPropertySymbols,pd=Object.getPrototypeOf,Cr=Object.prototype.hasOwnProperty,ld=Object.prototype.propertyIsEnumerable;var Tt=(t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),ud=t=>{throw TypeError(t)},Ar=Math.pow,_n=(t,e,s)=>e in t?rs(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s,L=(t,e)=>{for(var s in e||(e={}))Cr.call(e,s)&&_n(t,s,e[s]);if(Rr)for(var s of Rr(e))ld.call(e,s)&&_n(t,s,e[s]);return t},re=(t,e)=>ad(t,od(e));var E=(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),wn=(t,e)=>{for(var s in e)rs(t,s,{get:e[s],enumerable:!0})},Or=(t,e,s,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of cd(e))!Cr.call(t,n)&&n!==s&&rs(t,n,{get:()=>e[n],enumerable:!(i=rd(e,n))||i.enumerable});return t};var D=(t,e,s)=>(s=t!=null?nd(pd(t)):{},Or(e||!t||!t.__esModule?rs(s,"default",{value:t,enumerable:!0}):s,t)),dd=t=>Or(rs({},"__esModule",{value:!0}),t);var A=(t,e,s)=>_n(t,typeof e!="symbol"?e+"":e,s);var u=(t,e,s)=>new Promise((i,n)=>{var a=p=>{try{o(s.next(p))}catch(l){n(l)}},r=p=>{try{o(s.throw(p))}catch(l){n(l)}},o=p=>p.done?i(p.value):Promise.resolve(p.value).then(a,r);o((s=s.apply(t,e)).next())}),Ce=function(t,e){this[0]=t,this[1]=e},je=(t,e,s)=>{var i=(r,o,p,l)=>{try{var c=s[r](o),m=(o=c.value)instanceof Ce,f=c.done;Promise.resolve(m?o[0]:o).then(y=>m?i(r==="return"?r:"next",o[1]?{done:y.done,value:y.value}:y,p,l):p({value:y,done:f})).catch(y=>i("throw",y,p,l))}catch(y){l(y)}},n=r=>a[r]=o=>new Promise((p,l)=>i(r,o,p,l)),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 p=e[a](r);p instanceof Object||ud("Object expected"),o(p)}),1)}}),n[Tt("iterator")]=()=>n,i("next"),"throw"in e?i("throw"):n.throw=a=>{throw a},"return"in e&&i("return"),n},Pr=(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,p)=>(a=n.call(t,a),p=a.done,Promise.resolve(a.value).then(l=>r({value:l,done:p}),o)))),s("next"),s("return"),e);var Hr=b((Iy,$r)=>{"use strict";var zr=E("stream").Stream,tm=E("util");$r.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=[]}tm.inherits(Oe,zr);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=zr.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 Kr=b((Uy,Gr)=>{"use strict";var sm=E("util"),Wr=E("stream").Stream,Vr=Hr();Gr.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}sm.inherits(G,Wr);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 Vr)){var s=Vr.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 Wr.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 Jr=b((Fy,im)=>{im.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 Yr=b((My,Xr)=>{"use strict";Xr.exports=Jr()});var eo=b(fe=>{"use strict";var bi=Yr(),nm=E("path").extname,Qr=/^\s*([^;\s]*)(?:;|\s|$)/,am=/^text\//i;fe.charset=Zr;fe.charsets={lookup:Zr};fe.contentType=rm;fe.extension=om;fe.extensions=Object.create(null);fe.lookup=cm;fe.types=Object.create(null);pm(fe.extensions,fe.types);function Zr(t){if(!t||typeof t!="string")return!1;var e=Qr.exec(t),s=e&&bi[e[1].toLowerCase()];return s&&s.charset?s.charset:e&&am.test(e[1])?"UTF-8":!1}function rm(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 om(t){if(!t||typeof t!="string")return!1;var e=Qr.exec(t),s=e&&fe.extensions[e[1].toLowerCase()];return!s||!s.length?!1:s[0]}function cm(t){if(!t||typeof t!="string")return!1;var e=nm("x."+t).toLowerCase().substr(1);return e&&fe.types[e]||!1}function pm(t,e){var s=["nginx","apache",void 0,"iana"];Object.keys(bi).forEach(function(n){var a=bi[n],r=a.extensions;if(!(!r||!r.length)){t[n]=r;for(var o=0;o<r.length;o++){var p=r[o];if(e[p]){var l=s.indexOf(bi[e[p]].source),c=s.indexOf(a.source);if(e[p]!=="application/octet-stream"&&(l>c||l===c&&e[p].substr(0,12)==="application/"))continue}e[p]=n}}})}});var so=b(($y,to)=>{"use strict";to.exports=lm;function lm(t){var e=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;e?e(t):setTimeout(t,0)}});var Sn=b((Hy,no)=>{"use strict";var io=so();no.exports=um;function um(t){var e=!1;return io(function(){e=!0}),function(i,n){e?t(i,n):io(function(){t(i,n)})}}});var kn=b((Vy,ao)=>{"use strict";ao.exports=dm;function dm(t){Object.keys(t.jobs).forEach(mm.bind(t)),t.jobs={}}function mm(t){typeof this.jobs[t]=="function"&&this.jobs[t]()}});var Rn=b((Wy,oo)=>{"use strict";var ro=Sn(),fm=kn();oo.exports=hm;function hm(t,e,s,i){var n=s.keyedList?s.keyedList[s.index]:s.index;s.jobs[n]=xm(e,n,t[n],function(a,r){n in s.jobs&&(delete s.jobs[n],a?fm(s):s.results[n]=r,i(a,s.results))})}function xm(t,e,s,i){var n;return t.length==2?n=t(s,ro(i)):n=t(s,e,ro(i)),n}});var Cn=b((Gy,co)=>{"use strict";co.exports=gm;function gm(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 An=b((Ky,po)=>{"use strict";var ym=kn(),vm=Sn();po.exports=bm;function bm(t){Object.keys(this.jobs).length&&(this.index=this.size,ym(this),vm(t)(null,this.results))}});var uo=b((Jy,lo)=>{"use strict";var _m=Rn(),wm=Cn(),Em=An();lo.exports=Tm;function Tm(t,e,s){for(var i=wm(t);i.index<(i.keyedList||t).length;)_m(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 Em.bind(i,s)}});var On=b((Xy,_i)=>{"use strict";var mo=Rn(),Sm=Cn(),km=An();_i.exports=Rm;_i.exports.ascending=fo;_i.exports.descending=Cm;function Rm(t,e,s,i){var n=Sm(t,s);return mo(t,e,n,function a(r,o){if(r){i(r,o);return}if(n.index++,n.index<(n.keyedList||t).length){mo(t,e,n,a);return}i(null,n.results)}),km.bind(n,i)}function fo(t,e){return t<e?-1:t>e?1:0}function Cm(t,e){return-1*fo(t,e)}});var xo=b((Yy,ho)=>{"use strict";var Am=On();ho.exports=Om;function Om(t,e,s){return Am(t,e,null,s)}});var yo=b((Qy,go)=>{"use strict";go.exports={parallel:uo(),serial:xo(),serialOrdered:On()}});var Pn=b((Zy,vo)=>{"use strict";vo.exports=Object});var _o=b((ev,bo)=>{"use strict";bo.exports=Error});var Eo=b((tv,wo)=>{"use strict";wo.exports=EvalError});var So=b((sv,To)=>{"use strict";To.exports=RangeError});var Ro=b((iv,ko)=>{"use strict";ko.exports=ReferenceError});var Ao=b((nv,Co)=>{"use strict";Co.exports=SyntaxError});var wi=b((av,Oo)=>{"use strict";Oo.exports=TypeError});var Lo=b((rv,Po)=>{"use strict";Po.exports=URIError});var qo=b((ov,No)=>{"use strict";No.exports=Math.abs});var Do=b((cv,Bo)=>{"use strict";Bo.exports=Math.floor});var Io=b((pv,jo)=>{"use strict";jo.exports=Math.max});var Fo=b((lv,Uo)=>{"use strict";Uo.exports=Math.min});var zo=b((uv,Mo)=>{"use strict";Mo.exports=Math.pow});var Ho=b((dv,$o)=>{"use strict";$o.exports=Math.round});var Wo=b((mv,Vo)=>{"use strict";Vo.exports=Number.isNaN||function(e){return e!==e}});var Ko=b((fv,Go)=>{"use strict";var Pm=Wo();Go.exports=function(e){return Pm(e)||e===0?e:e<0?-1:1}});var Xo=b((hv,Jo)=>{"use strict";Jo.exports=Object.getOwnPropertyDescriptor});var Ln=b((xv,Yo)=>{"use strict";var Ei=Xo();if(Ei)try{Ei([],"length")}catch(t){Ei=null}Yo.exports=Ei});var Zo=b((gv,Qo)=>{"use strict";var Ti=Object.defineProperty||!1;if(Ti)try{Ti({},"a",{value:1})}catch(t){Ti=!1}Qo.exports=Ti});var Nn=b((yv,ec)=>{"use strict";ec.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 ic=b((vv,sc)=>{"use strict";var tc=typeof Symbol!="undefined"&&Symbol,Lm=Nn();sc.exports=function(){return typeof tc!="function"||typeof Symbol!="function"||typeof tc("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:Lm()}});var qn=b((bv,nc)=>{"use strict";nc.exports=typeof Reflect!="undefined"&&Reflect.getPrototypeOf||null});var Bn=b((_v,ac)=>{"use strict";var Nm=Pn();ac.exports=Nm.getPrototypeOf||null});var cc=b((wv,oc)=>{"use strict";var qm="Function.prototype.bind called on incompatible ",Bm=Object.prototype.toString,Dm=Math.max,jm="[object Function]",rc=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},Im=function(e,s){for(var i=[],n=s||0,a=0;n<e.length;n+=1,a+=1)i[a]=e[n];return i},Um=function(t,e){for(var s="",i=0;i<t.length;i+=1)s+=t[i],i+1<t.length&&(s+=e);return s};oc.exports=function(e){var s=this;if(typeof s!="function"||Bm.apply(s)!==jm)throw new TypeError(qm+s);for(var i=Im(arguments,1),n,a=function(){if(this instanceof n){var c=s.apply(this,rc(i,arguments));return Object(c)===c?c:this}return s.apply(e,rc(i,arguments))},r=Dm(0,s.length-i.length),o=[],p=0;p<r;p++)o[p]="$"+p;if(n=Function("binder","return function ("+Um(o,",")+"){ return binder.apply(this,arguments); }")(a),s.prototype){var l=function(){};l.prototype=s.prototype,n.prototype=new l,l.prototype=null}return n}});var us=b((Ev,pc)=>{"use strict";var Fm=cc();pc.exports=Function.prototype.bind||Fm});var Si=b((Tv,lc)=>{"use strict";lc.exports=Function.prototype.call});var Dn=b((Sv,uc)=>{"use strict";uc.exports=Function.prototype.apply});var mc=b((kv,dc)=>{"use strict";dc.exports=typeof Reflect!="undefined"&&Reflect&&Reflect.apply});var hc=b((Rv,fc)=>{"use strict";var Mm=us(),zm=Dn(),$m=Si(),Hm=mc();fc.exports=Hm||Mm.call($m,zm)});var gc=b((Cv,xc)=>{"use strict";var Vm=us(),Wm=wi(),Gm=Si(),Km=hc();xc.exports=function(e){if(e.length<1||typeof e[0]!="function")throw new Wm("a function is required");return Km(Vm,Gm,e)}});var Ec=b((Av,wc)=>{"use strict";var Jm=gc(),yc=Ln(),bc;try{bc=[].__proto__===Array.prototype}catch(t){if(!t||typeof t!="object"||!("code"in t)||t.code!=="ERR_PROTO_ACCESS")throw t}var jn=!!bc&&yc&&yc(Object.prototype,"__proto__"),_c=Object,vc=_c.getPrototypeOf;wc.exports=jn&&typeof jn.get=="function"?Jm([jn.get]):typeof vc=="function"?function(e){return vc(e==null?e:_c(e))}:!1});var Cc=b((Ov,Rc)=>{"use strict";var Tc=qn(),Sc=Bn(),kc=Ec();Rc.exports=Tc?function(e){return Tc(e)}:Sc?function(e){if(!e||typeof e!="object"&&typeof e!="function")throw new TypeError("getProto: not an object");return Sc(e)}:kc?function(e){return kc(e)}:null});var ki=b((Pv,Ac)=>{"use strict";var Xm=Function.prototype.call,Ym=Object.prototype.hasOwnProperty,Qm=us();Ac.exports=Qm.call(Xm,Ym)});var Dc=b((Lv,Bc)=>{"use strict";var q,Zm=Pn(),ef=_o(),tf=Eo(),sf=So(),nf=Ro(),Ot=Ao(),At=wi(),af=Lo(),rf=qo(),of=Do(),cf=Io(),pf=Fo(),lf=zo(),uf=Ho(),df=Ko(),Nc=Function,In=function(t){try{return Nc('"use strict"; return ('+t+").constructor;")()}catch(e){}},ds=Ln(),mf=Zo(),Un=function(){throw new At},ff=ds?(function(){try{return arguments.callee,Un}catch(t){try{return ds(arguments,"callee").get}catch(e){return Un}}})():Un,Rt=ic()(),te=Cc(),hf=Bn(),xf=qn(),qc=Dn(),ms=Si(),Ct={},gf=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%":ef,"%eval%":eval,"%EvalError%":tf,"%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%":Nc,"%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%":Zm,"%Object.getOwnPropertyDescriptor%":ds,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise=="undefined"?q:Promise,"%Proxy%":typeof Proxy=="undefined"?q:Proxy,"%RangeError%":sf,"%ReferenceError%":nf,"%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%":ff,"%TypedArray%":gf,"%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%":af,"%WeakMap%":typeof WeakMap=="undefined"?q:WeakMap,"%WeakRef%":typeof WeakRef=="undefined"?q:WeakRef,"%WeakSet%":typeof WeakSet=="undefined"?q:WeakSet,"%Function.prototype.call%":ms,"%Function.prototype.apply%":qc,"%Object.defineProperty%":mf,"%Object.getPrototypeOf%":hf,"%Math.abs%":rf,"%Math.floor%":of,"%Math.max%":cf,"%Math.min%":pf,"%Math.pow%":lf,"%Math.round%":uf,"%Math.sign%":df,"%Reflect.getPrototypeOf%":xf};if(te)try{null.error}catch(t){Oc=te(te(t)),ot["%Error.prototype%"]=Oc}var Oc,yf=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},Pc={__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"]},fs=us(),Ri=ki(),vf=fs.call(ms,Array.prototype.concat),bf=fs.call(qc,Array.prototype.splice),Lc=fs.call(ms,String.prototype.replace),Ci=fs.call(ms,String.prototype.slice),_f=fs.call(ms,RegExp.prototype.exec),wf=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Ef=/\\(\\)?/g,Tf=function(e){var s=Ci(e,0,1),i=Ci(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 Lc(e,wf,function(a,r,o,p){n[n.length]=o?Lc(p,Ef,"$1"):r||a}),n},Sf=function(e,s){var i=e,n;if(Ri(Pc,i)&&(n=Pc[i],i="%"+n[0]+"%"),Ri(ot,i)){var a=ot[i];if(a===Ct&&(a=yf(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!")};Bc.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(_f(/^%?[^%]*%?$/,e)===null)throw new Ot("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var i=Tf(e),n=i.length>0?i[0]:"",a=Sf("%"+n+"%",s),r=a.name,o=a.value,p=!1,l=a.alias;l&&(n=l[0],bf(i,vf([0,1],l)));for(var c=1,m=!0;c<i.length;c+=1){var f=i[c],y=Ci(f,0,1),h=Ci(f,-1);if((y==='"'||y==="'"||y==="`"||h==='"'||h==="'"||h==="`")&&y!==h)throw new Ot("property names with quotes must have matching quotes");if((f==="constructor"||!m)&&(p=!0),n+="."+f,r="%"+n+"%",Ri(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(ds&&c+1>=i.length){var x=ds(o,f);m=!!x,m&&"get"in x&&!("originalValue"in x.get)?o=x.get:o=o[f]}else m=Ri(o,f),o=o[f];m&&!p&&(ot[r]=o)}}return o}});var Ic=b((Nv,jc)=>{"use strict";var kf=Nn();jc.exports=function(){return kf()&&!!Symbol.toStringTag}});var Mc=b((qv,Fc)=>{"use strict";var Rf=Dc(),Uc=Rf("%Object.defineProperty%",!0),Cf=Ic()(),Af=ki(),Of=wi(),Ai=Cf?Symbol.toStringTag:null;Fc.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 Of("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");Ai&&(i||!Af(e,Ai))&&(Uc?Uc(e,Ai,{configurable:!n,enumerable:!1,value:s,writable:!1}):e[Ai]=s)}});var $c=b((Bv,zc)=>{"use strict";zc.exports=function(t,e){return Object.keys(e).forEach(function(s){t[s]=t[s]||e[s]}),t}});var Vc=b((Dv,Hc)=>{"use strict";var $n=Kr(),Pf=E("util"),Fn=E("path"),Lf=E("http"),Nf=E("https"),qf=E("url").parse,Bf=E("fs"),Df=E("stream").Stream,jf=E("crypto"),Mn=eo(),If=yo(),Uf=Mc(),et=ki(),zn=$c();function B(t){if(!(this instanceof B))return new B(t);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],$n.call(this),t=t||{};for(var e in t)this[e]=t[e]}Pf.inherits(B,$n);B.LINE_BREAK=`\r
|
|
2
|
-
`;B.DEFAULT_CONTENT_TYPE="application/octet-stream";B.prototype.append=function(t,e,s){s=s||{},typeof s=="string"&&(s={filename:s});var i=$n.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)};B.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)+B.LINE_BREAK.length,!(!e||!e.path&&!(e.readable&&et(e,"httpVersion"))&&!(e instanceof Df))&&(s.knownLength||this._valuesToMeasure.push(e))};B.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)):Bf.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")};B.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"&&zn(r,s.header);var o;for(var p in r)if(et(r,p)){if(o=r[p],o==null)continue;Array.isArray(o)||(o=[o]),o.length&&(a+=p+": "+o.join("; ")+B.LINE_BREAK)}return"--"+this.getBoundary()+B.LINE_BREAK+a+B.LINE_BREAK};B.prototype._getContentDisposition=function(t,e){var s;if(typeof e.filepath=="string"?s=Fn.normalize(e.filepath).replace(/\\/g,"/"):e.filename||t&&(t.name||t.path)?s=Fn.basename(e.filename||t&&(t.name||t.path)):t&&t.readable&&et(t,"httpVersion")&&(s=Fn.basename(t.client._httpMessage.path||"")),s)return'filename="'+s+'"'};B.prototype._getContentType=function(t,e){var s=e.contentType;return!s&&t&&t.name&&(s=Mn.lookup(t.name)),!s&&t&&t.path&&(s=Mn.lookup(t.path)),!s&&t&&t.readable&&et(t,"httpVersion")&&(s=t.headers["content-type"]),!s&&(e.filepath||e.filename)&&(s=Mn.lookup(e.filepath||e.filename)),!s&&t&&typeof t=="object"&&(s=B.DEFAULT_CONTENT_TYPE),s};B.prototype._multiPartFooter=function(){return function(t){var e=B.LINE_BREAK,s=this._streams.length===0;s&&(e+=this._lastBoundary()),t(e)}.bind(this)};B.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+B.LINE_BREAK};B.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};B.prototype.setBoundary=function(t){if(typeof t!="string")throw new TypeError("FormData boundary must be a string");this._boundary=t};B.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};B.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(B.LINE_BREAK)])));return Buffer.concat([t,Buffer.from(this._lastBoundary())])};B.prototype._generateBoundary=function(){this._boundary="--------------------------"+jf.randomBytes(12).toString("hex")};B.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};B.prototype.hasKnownLength=function(){var t=!0;return this._valuesToMeasure.length&&(t=!1),t};B.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}If.parallel(this._valuesToMeasure,this._lengthRetriever,function(s,i){if(s){t(s);return}i.forEach(function(n){e+=n}),t(null,e)})};B.prototype.submit=function(t,e){var s,i,n={method:"post"};return typeof t=="string"?(t=qf(t),i=zn({port:t.port,path:t.pathname,host:t.hostname,protocol:t.protocol},n)):(i=zn(t,n),i.port||(i.port=i.protocol==="https:"?443:80)),i.headers=this.getHeaders(t.headers),i.protocol==="https:"?s=Nf.request(i):s=Lf.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,p=function(l,c){return s.removeListener("error",p),s.removeListener("response",o),e.call(this,l,c)};o=p.bind(this,null),s.on("error",p),s.on("response",o)}}.bind(this)),s};B.prototype._error=function(t){this.error||(this.error=t,this.pause(),this.emit("error",t))};B.prototype.toString=function(){return"[object FormData]"};Uf(B.prototype,"FormData");Hc.exports=B});var op=b(rp=>{"use strict";var ih=E("url").parse,nh={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},ah=String.prototype.endsWith||function(t){return t.length<=this.length&&this.indexOf(t,this.length-t.length)!==-1};function rh(t){var e=typeof t=="string"?ih(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)||nh[s]||0,!oh(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 oh(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)),!ah.call(t,a)):t!==a}):!0}function Nt(t){return process.env[t.toLowerCase()]||process.env[t.toUpperCase()]||""}rp.getProxyForUrl=rh});var pp=b((Ib,cp)=>{"use strict";var qt=1e3,Bt=qt*60,Dt=Bt*60,lt=Dt*24,ch=lt*7,ph=lt*365.25;cp.exports=function(t,e){e=e||{};var s=typeof t;if(s==="string"&&t.length>0)return lh(t);if(s==="number"&&isFinite(t))return e.long?dh(t):uh(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function lh(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*ph;case"weeks":case"week":case"w":return s*ch;case"days":case"day":case"d":return s*lt;case"hours":case"hour":case"hrs":case"hr":case"h":return s*Dt;case"minutes":case"minute":case"mins":case"min":case"m":return s*Bt;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 uh(t){var e=Math.abs(t);return e>=lt?Math.round(t/lt)+"d":e>=Dt?Math.round(t/Dt)+"h":e>=Bt?Math.round(t/Bt)+"m":e>=qt?Math.round(t/qt)+"s":t+"ms"}function dh(t){var e=Math.abs(t);return e>=lt?Ni(t,e,lt,"day"):e>=Dt?Ni(t,e,Dt,"hour"):e>=Bt?Ni(t,e,Bt,"minute"):e>=qt?Ni(t,e,qt,"second"):t+" ms"}function Ni(t,e,s,i){var n=e>=s*1.5;return Math.round(t/s)+" "+i+(n?"s":"")}});var na=b((Ub,lp)=>{"use strict";function mh(t){s.debug=s,s.default=s,s.coerce=p,s.disable=r,s.enable=n,s.enabled=o,s.humanize=pp(),s.destroy=l,Object.keys(t).forEach(c=>{s[c]=t[c]}),s.names=[],s.skips=[],s.formatters={};function e(c){let m=0;for(let f=0;f<c.length;f++)m=(m<<5)-m+c.charCodeAt(f),m|=0;return s.colors[Math.abs(m)%s.colors.length]}s.selectColor=e;function s(c){let m,f=null,y,h;function x(...g){if(!x.enabled)return;let k=x,R=Number(new Date),v=R-(m||R);k.diff=v,k.prev=m,k.curr=R,m=R,g[0]=s.coerce(g[0]),typeof g[0]!="string"&&g.unshift("%O");let w=0;g[0]=g[0].replace(/%([a-zA-Z%])/g,(P,j)=>{if(P==="%%")return"%";w++;let M=s.formatters[j];if(typeof M=="function"){let ce=g[w];P=M.call(k,ce),g.splice(w,1),w--}return P}),s.formatArgs.call(k,g),(k.log||s.log).apply(k,g)}return x.namespace=c,x.useColors=s.useColors(),x.color=s.selectColor(c),x.extend=i,x.destroy=s.destroy,Object.defineProperty(x,"enabled",{enumerable:!0,configurable:!1,get:()=>f!==null?f:(y!==s.namespaces&&(y=s.namespaces,h=s.enabled(c)),h),set:g=>{f=g}}),typeof s.init=="function"&&s.init(x),x}function i(c,m){let f=s(this.namespace+(typeof m=="undefined"?":":m)+c);return f.log=this.log,f}function n(c){s.save(c),s.namespaces=c,s.names=[],s.skips=[];let m=(typeof c=="string"?c:"").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(c,m){let f=0,y=0,h=-1,x=0;for(;f<c.length;)if(y<m.length&&(m[y]===c[f]||m[y]==="*"))m[y]==="*"?(h=y,x=f,y++):(f++,y++);else if(h!==-1)y=h+1,x++,f=x;else return!1;for(;y<m.length&&m[y]==="*";)y++;return y===m.length}function r(){let c=[...s.names,...s.skips.map(m=>"-"+m)].join(",");return s.enable(""),c}function o(c){for(let m of s.skips)if(a(c,m))return!1;for(let m of s.names)if(a(c,m))return!0;return!1}function p(c){return c instanceof Error?c.stack||c.message:c}function l(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return s.enable(s.load()),s}lp.exports=mh});var up=b((he,qi)=>{"use strict";he.formatArgs=hh;he.save=xh;he.load=gh;he.useColors=fh;he.storage=yh();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 fh(){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 hh(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+qi.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 xh(t){try{t?he.storage.setItem("debug",t):he.storage.removeItem("debug")}catch(e){}}function gh(){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 yh(){try{return localStorage}catch(t){}}qi.exports=na()(he);var{formatters:vh}=qi.exports;vh.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var mp=b((Fb,dp)=>{"use strict";dp.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 hp=b((Mb,fp)=>{"use strict";var bh=E("os"),Pe=mp(),pe=process.env,jt;Pe("no-color")||Pe("no-colors")||Pe("color=false")?jt=!1:(Pe("color")||Pe("colors")||Pe("color=true")||Pe("color=always"))&&(jt=!0);"FORCE_COLOR"in pe&&(jt=pe.FORCE_COLOR.length===0||parseInt(pe.FORCE_COLOR,10)!==0);function _h(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function wh(t){if(jt===!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&&jt!==!0)return 0;let e=jt?1:0;if(process.platform==="win32"){let s=bh.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 aa(t){let e=wh(t);return _h(e)}fp.exports={supportsColor:aa,stdout:aa(process.stdout),stderr:aa(process.stderr)}});var gp=b((se,Di)=>{"use strict";var Eh=E("tty"),Bi=E("util");se.init=Oh;se.log=Rh;se.formatArgs=Sh;se.save=Ch;se.load=Ah;se.useColors=Th;se.destroy=Bi.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=hp();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 Th(){return"colors"in se.inspectOpts?!!se.inspectOpts.colors:Eh.isatty(process.stderr.fd)}function Sh(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(`
|
|
1
|
+
"use strict";var Ecodrix=(()=>{var dd=Object.create;var rs=Object.defineProperty,md=Object.defineProperties,fd=Object.getOwnPropertyDescriptor,hd=Object.getOwnPropertyDescriptors,xd=Object.getOwnPropertyNames,Br=Object.getOwnPropertySymbols,gd=Object.getPrototypeOf,Dr=Object.prototype.hasOwnProperty,yd=Object.prototype.propertyIsEnumerable;var Tt=(t,e)=>(e=Symbol[t])?e:Symbol.for("Symbol."+t),vd=t=>{throw TypeError(t)},jr=Math.pow,An=(t,e,s)=>e in t?rs(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)&&An(t,s,e[s]);if(Br)for(var s of Br(e))yd.call(e,s)&&An(t,s,e[s]);return t},re=(t,e)=>md(t,hd(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),On=(t,e)=>{for(var s in e)rs(t,s,{get:e[s],enumerable:!0})},Ir=(t,e,s,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of xd(e))!Dr.call(t,n)&&n!==s&&rs(t,n,{get:()=>e[n],enumerable:!(i=fd(e,n))||i.enumerable});return t};var D=(t,e,s)=>(s=t!=null?dd(gd(t)):{},Ir(e||!t||!t.__esModule?rs(s,"default",{value:t,enumerable:!0}):s,t)),bd=t=>Ir(rs({},"__esModule",{value:!0}),t);var k=(t,e,s)=>An(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},je=(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(y=>m?i(r==="return"?r:"next",o[1]?{done:y.done,value:y.value}:y,l,u):l({value:y,done:f})).catch(y=>i("throw",y,l,u))}catch(y){u(y)}},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||vd("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},Ur=(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 Qr=b((Wy,Yr)=>{"use strict";var Xr=T("stream").Stream,pm=T("util");Yr.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=[]}pm.inherits(Oe,Xr);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=Xr.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 so=b((Gy,to)=>{"use strict";var lm=T("util"),eo=T("stream").Stream,Zr=Qr();to.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}lm.inherits(G,eo);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 Zr)){var s=Zr.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 eo.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 io=b((Ky,um)=>{um.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 ao=b((Jy,no)=>{"use strict";no.exports=io()});var co=b(fe=>{"use strict";var Ti=ao(),dm=T("path").extname,ro=/^\s*([^;\s]*)(?:;|\s|$)/,mm=/^text\//i;fe.charset=oo;fe.charsets={lookup:oo};fe.contentType=fm;fe.extension=hm;fe.extensions=Object.create(null);fe.lookup=xm;fe.types=Object.create(null);gm(fe.extensions,fe.types);function oo(t){if(!t||typeof t!="string")return!1;var e=ro.exec(t),s=e&&Ti[e[1].toLowerCase()];return s&&s.charset?s.charset:e&&mm.test(e[1])?"UTF-8":!1}function fm(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 hm(t){if(!t||typeof t!="string")return!1;var e=ro.exec(t),s=e&&fe.extensions[e[1].toLowerCase()];return!s||!s.length?!1:s[0]}function xm(t){if(!t||typeof t!="string")return!1;var e=dm("x."+t).toLowerCase().substr(1);return e&&fe.types[e]||!1}function gm(t,e){var s=["nginx","apache",void 0,"iana"];Object.keys(Ti).forEach(function(n){var a=Ti[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(Ti[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 lo=b((Yy,po)=>{"use strict";po.exports=ym;function ym(t){var e=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;e?e(t):setTimeout(t,0)}});var Nn=b((Qy,mo)=>{"use strict";var uo=lo();mo.exports=vm;function vm(t){var e=!1;return uo(function(){e=!0}),function(i,n){e?t(i,n):uo(function(){t(i,n)})}}});var qn=b((Zy,fo)=>{"use strict";fo.exports=bm;function bm(t){Object.keys(t.jobs).forEach(_m.bind(t)),t.jobs={}}function _m(t){typeof this.jobs[t]=="function"&&this.jobs[t]()}});var Bn=b((ev,xo)=>{"use strict";var ho=Nn(),wm=qn();xo.exports=Em;function Em(t,e,s,i){var n=s.keyedList?s.keyedList[s.index]:s.index;s.jobs[n]=Tm(e,n,t[n],function(a,r){n in s.jobs&&(delete s.jobs[n],a?wm(s):s.results[n]=r,i(a,s.results))})}function Tm(t,e,s,i){var n;return t.length==2?n=t(s,ho(i)):n=t(s,e,ho(i)),n}});var Dn=b((tv,go)=>{"use strict";go.exports=Sm;function Sm(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 jn=b((sv,yo)=>{"use strict";var km=qn(),Rm=Nn();yo.exports=Cm;function Cm(t){Object.keys(this.jobs).length&&(this.index=this.size,km(this),Rm(t)(null,this.results))}});var bo=b((iv,vo)=>{"use strict";var Am=Bn(),Om=Dn(),Pm=jn();vo.exports=Lm;function Lm(t,e,s){for(var i=Om(t);i.index<(i.keyedList||t).length;)Am(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 Pm.bind(i,s)}});var In=b((nv,Si)=>{"use strict";var _o=Bn(),Nm=Dn(),qm=jn();Si.exports=Bm;Si.exports.ascending=wo;Si.exports.descending=Dm;function Bm(t,e,s,i){var n=Nm(t,s);return _o(t,e,n,function a(r,o){if(r){i(r,o);return}if(n.index++,n.index<(n.keyedList||t).length){_o(t,e,n,a);return}i(null,n.results)}),qm.bind(n,i)}function wo(t,e){return t<e?-1:t>e?1:0}function Dm(t,e){return-1*wo(t,e)}});var To=b((av,Eo)=>{"use strict";var jm=In();Eo.exports=Im;function Im(t,e,s){return jm(t,e,null,s)}});var ko=b((rv,So)=>{"use strict";So.exports={parallel:bo(),serial:To(),serialOrdered:In()}});var Un=b((ov,Ro)=>{"use strict";Ro.exports=Object});var Ao=b((cv,Co)=>{"use strict";Co.exports=Error});var Po=b((pv,Oo)=>{"use strict";Oo.exports=EvalError});var No=b((lv,Lo)=>{"use strict";Lo.exports=RangeError});var Bo=b((uv,qo)=>{"use strict";qo.exports=ReferenceError});var jo=b((dv,Do)=>{"use strict";Do.exports=SyntaxError});var ki=b((mv,Io)=>{"use strict";Io.exports=TypeError});var Fo=b((fv,Uo)=>{"use strict";Uo.exports=URIError});var zo=b((hv,Mo)=>{"use strict";Mo.exports=Math.abs});var Ho=b((xv,$o)=>{"use strict";$o.exports=Math.floor});var Wo=b((gv,Vo)=>{"use strict";Vo.exports=Math.max});var Ko=b((yv,Go)=>{"use strict";Go.exports=Math.min});var Xo=b((vv,Jo)=>{"use strict";Jo.exports=Math.pow});var Qo=b((bv,Yo)=>{"use strict";Yo.exports=Math.round});var ec=b((_v,Zo)=>{"use strict";Zo.exports=Number.isNaN||function(e){return e!==e}});var sc=b((wv,tc)=>{"use strict";var Um=ec();tc.exports=function(e){return Um(e)||e===0?e:e<0?-1:1}});var nc=b((Ev,ic)=>{"use strict";ic.exports=Object.getOwnPropertyDescriptor});var Fn=b((Tv,ac)=>{"use strict";var Ri=nc();if(Ri)try{Ri([],"length")}catch(t){Ri=null}ac.exports=Ri});var oc=b((Sv,rc)=>{"use strict";var Ci=Object.defineProperty||!1;if(Ci)try{Ci({},"a",{value:1})}catch(t){Ci=!1}rc.exports=Ci});var Mn=b((kv,cc)=>{"use strict";cc.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 uc=b((Rv,lc)=>{"use strict";var pc=typeof Symbol!="undefined"&&Symbol,Fm=Mn();lc.exports=function(){return typeof pc!="function"||typeof Symbol!="function"||typeof pc("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:Fm()}});var zn=b((Cv,dc)=>{"use strict";dc.exports=typeof Reflect!="undefined"&&Reflect.getPrototypeOf||null});var $n=b((Av,mc)=>{"use strict";var Mm=Un();mc.exports=Mm.getPrototypeOf||null});var xc=b((Ov,hc)=>{"use strict";var zm="Function.prototype.bind called on incompatible ",$m=Object.prototype.toString,Hm=Math.max,Vm="[object Function]",fc=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},Wm=function(e,s){for(var i=[],n=s||0,a=0;n<e.length;n+=1,a+=1)i[a]=e[n];return i},Gm=function(t,e){for(var s="",i=0;i<t.length;i+=1)s+=t[i],i+1<t.length&&(s+=e);return s};hc.exports=function(e){var s=this;if(typeof s!="function"||$m.apply(s)!==Vm)throw new TypeError(zm+s);for(var i=Wm(arguments,1),n,a=function(){if(this instanceof n){var p=s.apply(this,fc(i,arguments));return Object(p)===p?p:this}return s.apply(e,fc(i,arguments))},r=Hm(0,s.length-i.length),o=[],l=0;l<r;l++)o[l]="$"+l;if(n=Function("binder","return function ("+Gm(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 us=b((Pv,gc)=>{"use strict";var Km=xc();gc.exports=Function.prototype.bind||Km});var Ai=b((Lv,yc)=>{"use strict";yc.exports=Function.prototype.call});var Hn=b((Nv,vc)=>{"use strict";vc.exports=Function.prototype.apply});var _c=b((qv,bc)=>{"use strict";bc.exports=typeof Reflect!="undefined"&&Reflect&&Reflect.apply});var Ec=b((Bv,wc)=>{"use strict";var Jm=us(),Xm=Hn(),Ym=Ai(),Qm=_c();wc.exports=Qm||Jm.call(Ym,Xm)});var Sc=b((Dv,Tc)=>{"use strict";var Zm=us(),ef=ki(),tf=Ai(),sf=Ec();Tc.exports=function(e){if(e.length<1||typeof e[0]!="function")throw new ef("a function is required");return sf(Zm,tf,e)}});var Pc=b((jv,Oc)=>{"use strict";var nf=Sc(),kc=Fn(),Cc;try{Cc=[].__proto__===Array.prototype}catch(t){if(!t||typeof t!="object"||!("code"in t)||t.code!=="ERR_PROTO_ACCESS")throw t}var Vn=!!Cc&&kc&&kc(Object.prototype,"__proto__"),Ac=Object,Rc=Ac.getPrototypeOf;Oc.exports=Vn&&typeof Vn.get=="function"?nf([Vn.get]):typeof Rc=="function"?function(e){return Rc(e==null?e:Ac(e))}:!1});var Dc=b((Iv,Bc)=>{"use strict";var Lc=zn(),Nc=$n(),qc=Pc();Bc.exports=Lc?function(e){return Lc(e)}:Nc?function(e){if(!e||typeof e!="object"&&typeof e!="function")throw new TypeError("getProto: not an object");return Nc(e)}:qc?function(e){return qc(e)}:null});var Oi=b((Uv,jc)=>{"use strict";var af=Function.prototype.call,rf=Object.prototype.hasOwnProperty,of=us();jc.exports=of.call(af,rf)});var Hc=b((Fv,$c)=>{"use strict";var q,cf=Un(),pf=Ao(),lf=Po(),uf=No(),df=Bo(),Ot=jo(),At=ki(),mf=Fo(),ff=zo(),hf=Ho(),xf=Wo(),gf=Ko(),yf=Xo(),vf=Qo(),bf=sc(),Mc=Function,Wn=function(t){try{return Mc('"use strict"; return ('+t+").constructor;")()}catch(e){}},ds=Fn(),_f=oc(),Gn=function(){throw new At},wf=ds?(function(){try{return arguments.callee,Gn}catch(t){try{return ds(arguments,"callee").get}catch(e){return Gn}}})():Gn,Rt=uc()(),te=Dc(),Ef=$n(),Tf=zn(),zc=Hn(),ms=Ai(),Ct={},Sf=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%":pf,"%eval%":eval,"%EvalError%":lf,"%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%":Mc,"%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%":cf,"%Object.getOwnPropertyDescriptor%":ds,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise=="undefined"?q:Promise,"%Proxy%":typeof Proxy=="undefined"?q:Proxy,"%RangeError%":uf,"%ReferenceError%":df,"%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%":wf,"%TypedArray%":Sf,"%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%":mf,"%WeakMap%":typeof WeakMap=="undefined"?q:WeakMap,"%WeakRef%":typeof WeakRef=="undefined"?q:WeakRef,"%WeakSet%":typeof WeakSet=="undefined"?q:WeakSet,"%Function.prototype.call%":ms,"%Function.prototype.apply%":zc,"%Object.defineProperty%":_f,"%Object.getPrototypeOf%":Ef,"%Math.abs%":ff,"%Math.floor%":hf,"%Math.max%":xf,"%Math.min%":gf,"%Math.pow%":yf,"%Math.round%":vf,"%Math.sign%":bf,"%Reflect.getPrototypeOf%":Tf};if(te)try{null.error}catch(t){Ic=te(te(t)),ot["%Error.prototype%"]=Ic}var Ic,kf=function t(e){var s;if(e==="%AsyncFunction%")s=Wn("async function () {}");else if(e==="%GeneratorFunction%")s=Wn("function* () {}");else if(e==="%AsyncGeneratorFunction%")s=Wn("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},Uc={__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"]},fs=us(),Pi=Oi(),Rf=fs.call(ms,Array.prototype.concat),Cf=fs.call(zc,Array.prototype.splice),Fc=fs.call(ms,String.prototype.replace),Li=fs.call(ms,String.prototype.slice),Af=fs.call(ms,RegExp.prototype.exec),Of=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Pf=/\\(\\)?/g,Lf=function(e){var s=Li(e,0,1),i=Li(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 Fc(e,Of,function(a,r,o,l){n[n.length]=o?Fc(l,Pf,"$1"):r||a}),n},Nf=function(e,s){var i=e,n;if(Pi(Uc,i)&&(n=Uc[i],i="%"+n[0]+"%"),Pi(ot,i)){var a=ot[i];if(a===Ct&&(a=kf(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!")};$c.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(Af(/^%?[^%]*%?$/,e)===null)throw new Ot("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var i=Lf(e),n=i.length>0?i[0]:"",a=Nf("%"+n+"%",s),r=a.name,o=a.value,l=!1,u=a.alias;u&&(n=u[0],Cf(i,Rf([0,1],u)));for(var p=1,m=!0;p<i.length;p+=1){var f=i[p],y=Li(f,0,1),h=Li(f,-1);if((y==='"'||y==="'"||y==="`"||h==='"'||h==="'"||h==="`")&&y!==h)throw new Ot("property names with quotes must have matching quotes");if((f==="constructor"||!m)&&(l=!0),n+="."+f,r="%"+n+"%",Pi(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(ds&&p+1>=i.length){var x=ds(o,f);m=!!x,m&&"get"in x&&!("originalValue"in x.get)?o=x.get:o=o[f]}else m=Pi(o,f),o=o[f];m&&!l&&(ot[r]=o)}}return o}});var Wc=b((Mv,Vc)=>{"use strict";var qf=Mn();Vc.exports=function(){return qf()&&!!Symbol.toStringTag}});var Jc=b((zv,Kc)=>{"use strict";var Bf=Hc(),Gc=Bf("%Object.defineProperty%",!0),Df=Wc()(),jf=Oi(),If=ki(),Ni=Df?Symbol.toStringTag:null;Kc.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");Ni&&(i||!jf(e,Ni))&&(Gc?Gc(e,Ni,{configurable:!n,enumerable:!1,value:s,writable:!1}):e[Ni]=s)}});var Yc=b(($v,Xc)=>{"use strict";Xc.exports=function(t,e){return Object.keys(e).forEach(function(s){t[s]=t[s]||e[s]}),t}});var Zc=b((Hv,Qc)=>{"use strict";var Yn=so(),Uf=T("util"),Kn=T("path"),Ff=T("http"),Mf=T("https"),zf=T("url").parse,$f=T("fs"),Hf=T("stream").Stream,Vf=T("crypto"),Jn=co(),Wf=ko(),Gf=Jc(),et=Oi(),Xn=Yc();function B(t){if(!(this instanceof B))return new B(t);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],Yn.call(this),t=t||{};for(var e in t)this[e]=t[e]}Uf.inherits(B,Yn);B.LINE_BREAK=`\r
|
|
2
|
+
`;B.DEFAULT_CONTENT_TYPE="application/octet-stream";B.prototype.append=function(t,e,s){s=s||{},typeof s=="string"&&(s={filename:s});var i=Yn.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)};B.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)+B.LINE_BREAK.length,!(!e||!e.path&&!(e.readable&&et(e,"httpVersion"))&&!(e instanceof Hf))&&(s.knownLength||this._valuesToMeasure.push(e))};B.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)):$f.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")};B.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"&&Xn(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("; ")+B.LINE_BREAK)}return"--"+this.getBoundary()+B.LINE_BREAK+a+B.LINE_BREAK};B.prototype._getContentDisposition=function(t,e){var s;if(typeof e.filepath=="string"?s=Kn.normalize(e.filepath).replace(/\\/g,"/"):e.filename||t&&(t.name||t.path)?s=Kn.basename(e.filename||t&&(t.name||t.path)):t&&t.readable&&et(t,"httpVersion")&&(s=Kn.basename(t.client._httpMessage.path||"")),s)return'filename="'+s+'"'};B.prototype._getContentType=function(t,e){var s=e.contentType;return!s&&t&&t.name&&(s=Jn.lookup(t.name)),!s&&t&&t.path&&(s=Jn.lookup(t.path)),!s&&t&&t.readable&&et(t,"httpVersion")&&(s=t.headers["content-type"]),!s&&(e.filepath||e.filename)&&(s=Jn.lookup(e.filepath||e.filename)),!s&&t&&typeof t=="object"&&(s=B.DEFAULT_CONTENT_TYPE),s};B.prototype._multiPartFooter=function(){return function(t){var e=B.LINE_BREAK,s=this._streams.length===0;s&&(e+=this._lastBoundary()),t(e)}.bind(this)};B.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+B.LINE_BREAK};B.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};B.prototype.setBoundary=function(t){if(typeof t!="string")throw new TypeError("FormData boundary must be a string");this._boundary=t};B.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};B.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(B.LINE_BREAK)])));return Buffer.concat([t,Buffer.from(this._lastBoundary())])};B.prototype._generateBoundary=function(){this._boundary="--------------------------"+Vf.randomBytes(12).toString("hex")};B.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};B.prototype.hasKnownLength=function(){var t=!0;return this._valuesToMeasure.length&&(t=!1),t};B.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}Wf.parallel(this._valuesToMeasure,this._lengthRetriever,function(s,i){if(s){t(s);return}i.forEach(function(n){e+=n}),t(null,e)})};B.prototype.submit=function(t,e){var s,i,n={method:"post"};return typeof t=="string"?(t=zf(t),i=Xn({port:t.port,path:t.pathname,host:t.hostname,protocol:t.protocol},n)):(i=Xn(t,n),i.port||(i.port=i.protocol==="https:"?443:80)),i.headers=this.getHeaders(t.headers),i.protocol==="https:"?s=Mf.request(i):s=Ff.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};B.prototype._error=function(t){this.error||(this.error=t,this.pause(),this.emit("error",t))};B.prototype.toString=function(){return"[object FormData]"};Gf(B.prototype,"FormData");Qc.exports=B});var hp=b(fp=>{"use strict";var uh=T("url").parse,dh={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},mh=String.prototype.endsWith||function(t){return t.length<=this.length&&this.indexOf(t,this.length-t.length)!==-1};function fh(t){var e=typeof t=="string"?uh(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)||dh[s]||0,!hh(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 hh(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)),!mh.call(t,a)):t!==a}):!0}function Nt(t){return process.env[t.toLowerCase()]||process.env[t.toUpperCase()]||""}fp.getProxyForUrl=fh});var gp=b((Wb,xp)=>{"use strict";var qt=1e3,Bt=qt*60,Dt=Bt*60,lt=Dt*24,xh=lt*7,gh=lt*365.25;xp.exports=function(t,e){e=e||{};var s=typeof t;if(s==="string"&&t.length>0)return yh(t);if(s==="number"&&isFinite(t))return e.long?bh(t):vh(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function yh(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*gh;case"weeks":case"week":case"w":return s*xh;case"days":case"day":case"d":return s*lt;case"hours":case"hour":case"hrs":case"hr":case"h":return s*Dt;case"minutes":case"minute":case"mins":case"min":case"m":return s*Bt;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 vh(t){var e=Math.abs(t);return e>=lt?Math.round(t/lt)+"d":e>=Dt?Math.round(t/Dt)+"h":e>=Bt?Math.round(t/Bt)+"m":e>=qt?Math.round(t/qt)+"s":t+"ms"}function bh(t){var e=Math.abs(t);return e>=lt?ji(t,e,lt,"day"):e>=Dt?ji(t,e,Dt,"hour"):e>=Bt?ji(t,e,Bt,"minute"):e>=qt?ji(t,e,qt,"second"):t+" ms"}function ji(t,e,s,i){var n=e>=s*1.5;return Math.round(t/s)+" "+i+(n?"s":"")}});var da=b((Gb,yp)=>{"use strict";function _h(t){s.debug=s,s.default=s,s.coerce=l,s.disable=r,s.enable=n,s.enabled=o,s.humanize=gp(),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,y,h;function x(...g){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,g[0]=s.coerce(g[0]),typeof g[0]!="string"&&g.unshift("%O");let E=0;g[0]=g[0].replace(/%([a-zA-Z%])/g,(P,j)=>{if(P==="%%")return"%";E++;let M=s.formatters[j];if(typeof M=="function"){let ce=g[E];P=M.call(R,ce),g.splice(E,1),E--}return P}),s.formatArgs.call(R,g),(R.log||s.log).apply(R,g)}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:(y!==s.namespaces&&(y=s.namespaces,h=s.enabled(p)),h),set:g=>{f=g}}),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,y=0,h=-1,x=0;for(;f<p.length;)if(y<m.length&&(m[y]===p[f]||m[y]==="*"))m[y]==="*"?(h=y,x=f,y++):(f++,y++);else if(h!==-1)y=h+1,x++,f=x;else return!1;for(;y<m.length&&m[y]==="*";)y++;return y===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}yp.exports=_h});var vp=b((he,Ii)=>{"use strict";he.formatArgs=Eh;he.save=Th;he.load=Sh;he.useColors=wh;he.storage=kh();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 wh(){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 Eh(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+Ii.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 Th(t){try{t?he.storage.setItem("debug",t):he.storage.removeItem("debug")}catch(e){}}function Sh(){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 kh(){try{return localStorage}catch(t){}}Ii.exports=da()(he);var{formatters:Rh}=Ii.exports;Rh.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var _p=b((Kb,bp)=>{"use strict";bp.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 Ep=b((Jb,wp)=>{"use strict";var Ch=T("os"),Pe=_p(),pe=process.env,jt;Pe("no-color")||Pe("no-colors")||Pe("color=false")?jt=!1:(Pe("color")||Pe("colors")||Pe("color=true")||Pe("color=always"))&&(jt=!0);"FORCE_COLOR"in pe&&(jt=pe.FORCE_COLOR.length===0||parseInt(pe.FORCE_COLOR,10)!==0);function Ah(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function Oh(t){if(jt===!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&&jt!==!0)return 0;let e=jt?1:0;if(process.platform==="win32"){let s=Ch.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 ma(t){let e=Oh(t);return Ah(e)}wp.exports={supportsColor:ma,stdout:ma(process.stdout),stderr:ma(process.stderr)}});var Sp=b((se,Fi)=>{"use strict";var Ph=T("tty"),Ui=T("util");se.init=Ih;se.log=Bh;se.formatArgs=Nh;se.save=Dh;se.load=jh;se.useColors=Lh;se.destroy=Ui.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=Ep();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 Lh(){return"colors"in se.inspectOpts?!!se.inspectOpts.colors:Ph.isatty(process.stderr.fd)}function Nh(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
3
|
`).join(`
|
|
4
|
-
`+a),t.push(n+"m+"+
|
|
5
|
-
`)}function
|
|
6
|
-
`).map(e=>e.trim()).join(" ")};xp.O=function(t){return this.inspectOpts.colors=this.useColors,Bi.inspect(t,this.inspectOpts)}});var ve=b((zb,ra)=>{"use strict";typeof process=="undefined"||process.type==="renderer"||process.browser===!0||process.__nwjs?ra.exports=up():ra.exports=gp()});var vp=b(($b,yp)=>{"use strict";var ys;yp.exports=function(){if(!ys){try{ys=ve()("follow-redirects")}catch(t){}typeof ys!="function"&&(ys=function(){})}ys.apply(null,arguments)}});var Tp=b((Hb,ya)=>{"use strict";var bs=E("url"),vs=bs.URL,Ph=E("http"),Lh=E("https"),ua=E("stream").Writable,da=E("assert"),bp=vp();(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 ma=!1;try{da(new vs(""))}catch(t){ma=t.code==="ERR_INVALID_URL"}var Nh=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],fa=["abort","aborted","connect","error","socket","timeout"],ha=Object.create(null);fa.forEach(function(t){ha[t]=function(e,s,i){this._redirectable.emit(t,e,s,i)}});var ca=_s("ERR_INVALID_URL","Invalid URL",TypeError),pa=_s("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),qh=_s("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",pa),Bh=_s("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),Dh=_s("ERR_STREAM_WRITE_AFTER_END","write after end"),jh=ua.prototype.destroy||wp;function xe(t,e){ua.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 pa?n:new pa({cause:n}))}},this._performRequest()}xe.prototype=Object.create(ua.prototype);xe.prototype.abort=function(){ga(this._currentRequest),this._currentRequest.abort(),this.emit("abort")};xe.prototype.destroy=function(t){return ga(this._currentRequest,t),jh.call(this,t),this};xe.prototype.write=function(t,e,s){if(this._ending)throw new Dh;if(!ut(t)&&!Fh(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 Bh),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 fa)i.on(n,ha[n]);if(this._currentUrl=/^\//.test(this._options.path)?bs.format(this._options):this._options.path,this._isRedirect){var a=0,r=this,o=this._requestBodyBuffers;(function p(l){if(i===r._currentRequest)if(l)r.emit("error",l);else if(a<o.length){var c=o[a++];i.finished||i.write(c.data,c.encoding,p)}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(ga(this._currentRequest),t.destroy(),++this._redirectCount>this._options.maxRedirects)throw new qh;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=[],oa(/^content-/i,this._options.headers));var r=oa(/^host$/i,this._options.headers),o=xa(this._currentUrl),p=r||o.host,l=/^\w+:/.test(s)?this._currentUrl:bs.format(Object.assign(o,{host:p})),c=Ih(s,l);if(bp("redirecting to",c.href),this._isRedirect=!0,la(c,this._options),(c.protocol!==o.protocol&&c.protocol!=="https:"||c.host!==p&&!Uh(c.host,p))&&oa(/^(?:(?:proxy-)?authorization|cookie)$/i,this._options.headers),dt(n)){var m={headers:t.headers,statusCode:e},f={url:l,method:a,headers:i};n(this._options,m,f),this._sanitizeOptions(this._options)}this._performRequest()};function _p(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(l,c,m){return Mh(l)?l=la(l):ut(l)?l=la(xa(l)):(m=c,c=Ep(l),l={protocol:n}),dt(c)&&(m=c,c=null),c=Object.assign({maxRedirects:e.maxRedirects,maxBodyLength:e.maxBodyLength},l,c),c.nativeProtocols=s,!ut(c.host)&&!ut(c.hostname)&&(c.hostname="::1"),da.equal(c.protocol,n,"protocol mismatch"),bp("options",c),new xe(c,m)}function p(l,c,m){var f=r.request(l,c,m);return f.end(),f}Object.defineProperties(r,{request:{value:o,configurable:!0,enumerable:!0,writable:!0},get:{value:p,configurable:!0,enumerable:!0,writable:!0}})}),e}function wp(){}function xa(t){var e;if(ma)e=new vs(t);else if(e=Ep(bs.parse(t)),!ut(e.protocol))throw new ca({input:t});return e}function Ih(t,e){return ma?new vs(t,e):xa(bs.resolve(e,t))}function Ep(t){if(/^\[/.test(t.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(t.hostname))throw new ca({input:t.href||t});if(/^\[/.test(t.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(t.host))throw new ca({input:t.href||t});return t}function la(t,e){var s=e||{};for(var i of Nh)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 oa(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 _s(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 ga(t,e){for(var s of fa)t.removeListener(s,ha[s]);t.on("error",wp),t.destroy(e)}function Uh(t,e){da(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 Fh(t){return typeof t=="object"&&"length"in t}function Mh(t){return vs&&t instanceof vs}ya.exports=_p({http:Ph,https:Lh});ya.exports.wrap=_p});var cl=b((zE,ol)=>{"use strict";var vx=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"]);ol.exports=t=>!vx.has(t&&t.code)});var gl=b((VE,xl)=>{"use strict";var zt=E("fs"),hl=E("url"),Px=E("child_process").spawn;xl.exports=Fa;Fa.XMLHttpRequest=Fa;function Fa(t){"use strict";t=t||{};var e=this,s=E("http"),i=E("https"),n,a,r={},o=!1,p={"User-Agent":"node-XMLHttpRequest",Accept:"*/*"},l=Object.assign({},p),c=["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,y=!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 g=function(v){return o||v&&c.indexOf(v.toLowerCase())===-1},k=function(v){return v&&m.indexOf(v)===-1};this.open=function(v,w,U,P,j){if(this.abort(),y=!1,h=!1,!k(v))throw new Error("SecurityError: Request method not allowed");r={method:v,url:w.toString(),async:typeof U!="boolean"?!0:U,user:P||null,password:j||null},R(this.OPENED)},this.setDisableHeaderCheck=function(v){o=v},this.setRequestHeader=function(v,w){if(this.readyState!=this.OPENED)throw new Error("INVALID_STATE_ERR: setRequestHeader can only be called when state is OPEN");if(!g(v))return console.warn('Refused to set unsafe header "'+v+'"'),!1;if(f)throw new Error("INVALID_STATE_ERR: send flag is true");return l[v]=w,!0},this.getResponseHeader=function(v){return typeof v=="string"&&this.readyState>this.OPENED&&a.headers[v.toLowerCase()]&&!y?a.headers[v.toLowerCase()]:null},this.getAllResponseHeaders=function(){if(this.readyState<this.HEADERS_RECEIVED||y)return"";var v="";for(var w in a.headers)w!=="set-cookie"&&w!=="set-cookie2"&&(v+=w+": "+a.headers[w]+`\r
|
|
7
|
-
`);return v.substr(0,v.length-2)},this.getRequestHeader=function(v){return typeof v=="string"&&l[v]?l[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 w=!1,U=!1,P=hl.parse(r.url),j;switch(P.protocol){case"https:":w=!0;case"http:":j=P.hostname;break;case"file:":U=!0;break;case void 0:case"":j="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,R(e.DONE))});else try{this.response=zt.readFileSync(unescape(P.pathname)),this.responseText=this.response.toString("utf8"),this.status=200,R(e.DONE)}catch(N){this.handleError(N,N.errno||-1)}return}var M=P.port||(w?443:80),ce=P.pathname+(P.search?P.search:"");if(l.Host=j,w&&M===443||M===80||(l.Host+=":"+P.port),r.user){typeof r.password=="undefined"&&(r.password="");var De=new Buffer(r.user+":"+r.password);l.Authorization="Basic "+De.toString("base64")}if(r.method==="GET"||r.method==="HEAD")v=null;else if(v){l["Content-Length"]=Buffer.isBuffer(v)?v.length:Buffer.byteLength(v);var Fe=Object.keys(l);Fe.some(function(N){return N.toLowerCase()==="content-type"})||(l["Content-Type"]="text/plain;charset=UTF-8")}else r.method==="POST"&&(l["Content-Length"]=0);var Re=t.agent||!1,K={host:j,port:M,path:ce,method:r.method,headers:l,agent:Re};if(w&&(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),y=!1,r.async){var ge=w?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=hl.parse(r.url);j=Z.hostname;var ae={hostname:Z.hostname,port:Z.port,path:Z.path,method:a.statusCode===303?"GET":r.method,headers:l};w&&(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}R(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&&R(e.LOADING)}),a.on("end",function(){f&&(f=!1,R(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"+(w?"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();",C=Px(process.argv[0],["-e",Ze]),T;zt.existsSync(X););if(e.responseText=zt.readFileSync(V,"utf8"),C.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"),R(e.DONE,!0)}}},this.handleError=function(v,w){this.status=w||0,this.statusText=v,this.responseText=v.stack,y=!0,R(this.DONE)},this.abort=function(){n&&(n.abort(),n=null),l=Object.assign({},p),this.responseText="",this.responseXML="",this.response=Buffer.alloc(0),y=h=!0,this.readyState!==this.UNSENT&&(this.readyState!==this.OPENED||f)&&this.readyState!==this.DONE&&(f=!1,R(this.DONE)),this.readyState=this.UNSENT},this.addEventListener=function(v,w){v in x||(x[v]=[]),x[v].push(w)},this.removeEventListener=function(v,w){v in x&&(x[v]=x[v].filter(function(U){return U!==w}))},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 w=0,U=x[v].length;w<U;w++)this.readyState===this.DONE?setTimeout(function(){x[v][w].call(e)},0):x[v][w].call(e)};var R=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 w;h?w="abort":y?w="error":w="load",e.dispatchEvent(w),e.dispatchEvent("loadend")}}}});var Je=b((ST,Ul)=>{"use strict";var jl=["nodebuffer","arraybuffer","fragments"],Il=typeof Blob!="undefined";Il&&jl.push("blob");Ul.exports={BINARY_TYPES:jl,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:Il,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var Ps=b((kT,Xi)=>{"use strict";var{EMPTY_BUFFER:zx}=Je(),Ga=Buffer[Symbol.species];function $x(t,e){if(t.length===0)return zx;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 Ga(s.buffer,s.byteOffset,i):s}function Fl(t,e,s,i,n){for(let a=0;a<n;a++)s[i+a]=t[a]^e[a&3]}function Ml(t,e){for(let s=0;s<t.length;s++)t[s]^=e[s&3]}function Hx(t){return t.length===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.length)}function Ka(t){if(Ka.readOnly=!0,Buffer.isBuffer(t))return t;let e;return t instanceof ArrayBuffer?e=new Ga(t):ArrayBuffer.isView(t)?e=new Ga(t.buffer,t.byteOffset,t.byteLength):(e=Buffer.from(t),Ka.readOnly=!1),e}Xi.exports={concat:$x,mask:Fl,toArrayBuffer:Hx,toBuffer:Ka,unmask:Ml};if(!process.env.WS_NO_BUFFER_UTIL)try{let t=E("bufferutil");Xi.exports.mask=function(e,s,i,n,a){a<48?Fl(e,s,i,n,a):t.mask(e,s,i,n,a)},Xi.exports.unmask=function(e,s){e.length<32?Ml(e,s):t.unmask(e,s)}}catch(t){}});var Hl=b((RT,$l)=>{"use strict";var zl=Symbol("kDone"),Ja=Symbol("kRun"),Xa=class{constructor(e){this[zl]=()=>{this.pending--,this[Ja]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[Ja]()}[Ja](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[zl])}}};$l.exports=Xa});var Ns=b((CT,Kl)=>{"use strict";var Ls=E("zlib"),Vl=Ps(),Vx=Hl(),{kStatusCode:Wl}=Je(),Wx=Buffer[Symbol.species],Gx=Buffer.from([0,0,255,255]),Qi=Symbol("permessage-deflate"),Xe=Symbol("total-length"),Ht=Symbol("callback"),nt=Symbol("buffers"),Vt=Symbol("error"),Yi,Ya=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,!Yi){let n=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;Yi=new Vx(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){Yi.add(n=>{this._decompress(e,s,(a,r)=>{n(),i(a,r)})})}compress(e,s,i){Yi.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"?Ls.Z_DEFAULT_WINDOWBITS:this.params[a];this._inflate=Ls.createInflateRaw(re(L({},this._options.zlibInflateOptions),{windowBits:r})),this._inflate[Qi]=this,this._inflate[Xe]=0,this._inflate[nt]=[],this._inflate.on("error",Jx),this._inflate.on("data",Gl)}this._inflate[Ht]=i,this._inflate.write(e),s&&this._inflate.write(Gx),this._inflate.flush(()=>{let a=this._inflate[Vt];if(a){this._inflate.close(),this._inflate=null,i(a);return}let r=Vl.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"?Ls.Z_DEFAULT_WINDOWBITS:this.params[a];this._deflate=Ls.createDeflateRaw(re(L({},this._options.zlibDeflateOptions),{windowBits:r})),this._deflate[Xe]=0,this._deflate[nt]=[],this._deflate.on("data",Kx)}this._deflate[Ht]=i,this._deflate.write(e),this._deflate.flush(Ls.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let a=Vl.concat(this._deflate[nt],this._deflate[Xe]);s&&(a=new Wx(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)})}};Kl.exports=Ya;function Kx(t){this[nt].push(t),this[Xe]+=t.length}function Gl(t){if(this[Xe]+=t.length,this[Qi]._maxPayload<1||this[Xe]<=this[Qi]._maxPayload){this[nt].push(t);return}this[Vt]=new RangeError("Max payload size exceeded"),this[Vt].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[Vt][Wl]=1009,this.removeListener("data",Gl),this.reset()}function Jx(t){if(this[Qi]._inflate=null,this[Vt]){this[Ht](this[Vt]);return}t[Wl]=1007,this[Ht](t)}});var Wt=b((OT,Zi)=>{"use strict";var{isUtf8:Jl}=E("buffer"),{hasBlob:Xx}=Je(),Yx=[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 Qx(t){return t>=1e3&&t<=1014&&t!==1004&&t!==1005&&t!==1006||t>=3e3&&t<=4999}function Qa(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 Zx(t){return Xx&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&(t[Symbol.toStringTag]==="Blob"||t[Symbol.toStringTag]==="File")}Zi.exports={isBlob:Zx,isValidStatusCode:Qx,isValidUTF8:Qa,tokenChars:Yx};if(Jl)Zi.exports.isValidUTF8=function(t){return t.length<24?Qa(t):Jl(t)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let t=E("utf-8-validate");Zi.exports.isValidUTF8=function(e){return e.length<32?Qa(e):t(e)}}catch(t){}});var ir=b((PT,su)=>{"use strict";var{Writable:eg}=E("stream"),Xl=Ns(),{BINARY_TYPES:tg,EMPTY_BUFFER:Yl,kStatusCode:sg,kWebSocket:ig}=Je(),{concat:Za,toArrayBuffer:ng,unmask:ag}=Ps(),{isValidStatusCode:rg,isValidUTF8:Ql}=Wt(),en=Buffer[Symbol.species],Se=0,Zl=1,eu=2,tu=3,er=4,tr=5,tn=6,sr=class extends eg{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||tg[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[ig]=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 en(i.buffer,i.byteOffset+e,i.length-e),new en(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 en(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 Zl:this.getPayloadLength16(e);break;case eu:this.getPayloadLength64(e);break;case tu:this.getMask();break;case er:this.getData(e);break;case tr:case tn: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[Xl.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=Zl:this._payloadLength===127?this._state=eu: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=tu:this._state=er}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=er}getData(e){let s=Yl;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&&ag(s,this._mask)}if(this._opcode>7){this.controlMessage(s,e);return}if(this._compressed){this._state=tr,this.decompress(s,e);return}s.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(s)),this.dataMessage(e)}decompress(e,s){this._extensions[Xl.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=Za(i,s):this._binaryType==="arraybuffer"?n=ng(Za(i,s)):this._binaryType==="blob"?n=new Blob(i):n=i,this._allowSynchronousEvents?(this.emit("message",n,!0),this._state=Se):(this._state=tn,setImmediate(()=>{this.emit("message",n,!0),this._state=Se,this.startLoop(e)}))}else{let n=Za(i,s);if(!this._skipUTF8Validation&&!Ql(n)){let a=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(a);return}this._state===tr||this._allowSynchronousEvents?(this.emit("message",n,!1),this._state=Se):(this._state=tn,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,Yl),this.end();else{let i=e.readUInt16BE(0);if(!rg(i)){let a=this.createError(RangeError,`invalid status code ${i}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");s(a);return}let n=new en(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!Ql(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=tn,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[sg]=n,r}};su.exports=sr});var rr=b((NT,au)=>{"use strict";var{Duplex:LT}=E("stream"),{randomFillSync:og}=E("crypto"),iu=Ns(),{EMPTY_BUFFER:cg,kWebSocket:pg,NOOP:lg}=Je(),{isBlob:Gt,isValidStatusCode:ug}=Wt(),{mask:nu,toBuffer:ht}=Ps(),ke=Symbol("kByteLength"),dg=Buffer.alloc(4),sn=8*1024,xt,Kt=sn,Be=0,mg=1,fg=2,nr=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=Be,this.onerror=lg,this[pg]=void 0}static frame(e,s){let i,n=!1,a=2,r=!1;s.mask&&(i=s.maskBuffer||dg,s.generateMask?s.generateMask(i):(Kt===sn&&(xt===void 0&&(xt=Buffer.alloc(sn)),og(xt,0,sn),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 p=o;o>=65536?(a+=8,p=127):o>125&&(a+=2,p=126);let l=Buffer.allocUnsafe(n?o+a:a);return l[0]=s.fin?s.opcode|128:s.opcode,s.rsv1&&(l[0]|=64),l[1]=p,p===126?l.writeUInt16BE(o,2):p===127&&(l[2]=l[3]=0,l.writeUIntBE(o,4,6)),s.mask?(l[1]|=128,l[a-4]=i[0],l[a-3]=i[1],l[a-2]=i[2],l[a-1]=i[3],r?[l,e]:n?(nu(e,i,l,a,o),[l]):(nu(e,i,e,0,o),[l,e])):[l,e]}close(e,s,i,n){let a;if(e===void 0)a=cg;else{if(typeof e!="number"||!ug(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!==Be?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!==Be?this.enqueue([this.getBlobData,e,!1,r,i]):this.getBlobData(e,!1,r,i):this._state!==Be?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!==Be?this.enqueue([this.getBlobData,e,!1,r,i]):this.getBlobData(e,!1,r,i):this._state!==Be?this.enqueue([this.dispatch,e,!1,r,i]):this.sendFrame(t.frame(e,r),i)}send(e,s,i){let n=this._extensions[iu.extensionName],a=s.binary?2:1,r=s.compress,o,p;typeof e=="string"?(o=Buffer.byteLength(e),p=!1):Gt(e)?(o=e.size,p=!1):(e=ht(e),o=e.length,p=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 l={[ke]:o,fin:s.fin,generateMask:this._generateMask,mask:s.mask,maskBuffer:this._maskBuffer,opcode:a,readOnly:p,rsv1:r};Gt(e)?this._state!==Be?this.enqueue([this.getBlobData,e,this._compress,l,i]):this.getBlobData(e,this._compress,l,i):this._state!==Be?this.enqueue([this.dispatch,e,this._compress,l,i]):this.dispatch(e,this._compress,l,i)}getBlobData(e,s,i,n){this._bufferedBytes+=i[ke],this._state=fg,e.arrayBuffer().then(a=>{if(this._socket.destroyed){let o=new Error("The socket was closed while the blob was being read");process.nextTick(ar,this,o,n);return}this._bufferedBytes-=i[ke];let r=ht(a);s?this.dispatch(r,s,i,n):(this._state=Be,this.sendFrame(t.frame(r,i),n),this.dequeue())}).catch(a=>{process.nextTick(hg,this,a,n)})}dispatch(e,s,i,n){if(!s){this.sendFrame(t.frame(e,i),n);return}let a=this._extensions[iu.extensionName];this._bufferedBytes+=i[ke],this._state=mg,a.compress(e,i.fin,(r,o)=>{if(this._socket.destroyed){let p=new Error("The socket was closed while data was being compressed");ar(this,p,n);return}this._bufferedBytes-=i[ke],this._state=Be,i.readOnly=!1,this.sendFrame(t.frame(o,i),n),this.dequeue()})}dequeue(){for(;this._state===Be&&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)}};au.exports=nr;function ar(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 hg(t,e,s){ar(t,e,s),t.onerror(e)}});var fu=b((qT,mu)=>{"use strict";var{kForOnEventAttribute:qs,kListener:or}=Je(),ru=Symbol("kCode"),ou=Symbol("kData"),cu=Symbol("kError"),pu=Symbol("kMessage"),lu=Symbol("kReason"),Jt=Symbol("kTarget"),uu=Symbol("kType"),du=Symbol("kWasClean"),Ye=class{constructor(e){this[Jt]=null,this[uu]=e}get target(){return this[Jt]}get type(){return this[uu]}};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[ru]=s.code===void 0?0:s.code,this[lu]=s.reason===void 0?"":s.reason,this[du]=s.wasClean===void 0?!1:s.wasClean}get code(){return this[ru]}get reason(){return this[lu]}get wasClean(){return this[du]}};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[cu]=s.error===void 0?null:s.error,this[pu]=s.message===void 0?"":s.message}get error(){return this[cu]}get message(){return this[pu]}};Object.defineProperty(Xt.prototype,"error",{enumerable:!0});Object.defineProperty(Xt.prototype,"message",{enumerable:!0});var Bs=class extends Ye{constructor(e,s={}){super(e),this[ou]=s.data===void 0?null:s.data}get data(){return this[ou]}};Object.defineProperty(Bs.prototype,"data",{enumerable:!0});var xg={addEventListener(t,e,s={}){for(let n of this.listeners(t))if(!s[qs]&&n[or]===e&&!n[qs])return;let i;if(t==="message")i=function(a,r){let o=new Bs("message",{data:r?a:a.toString()});o[Jt]=this,nn(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,nn(e,this,o)};else if(t==="error")i=function(a){let r=new Xt("error",{error:a,message:a.message});r[Jt]=this,nn(e,this,r)};else if(t==="open")i=function(){let a=new Ye("open");a[Jt]=this,nn(e,this,a)};else return;i[qs]=!!s[qs],i[or]=e,s.once?this.once(t,i):this.on(t,i)},removeEventListener(t,e){for(let s of this.listeners(t))if(s[or]===e&&!s[qs]){this.removeListener(t,s);break}}};mu.exports={CloseEvent:gt,ErrorEvent:Xt,Event:Ye,EventTarget:xg,MessageEvent:Bs};function nn(t,e,s){typeof t=="object"&&t.handleEvent?t.handleEvent.call(t,s):t.call(e,s)}});var cr=b((BT,hu)=>{"use strict";var{tokenChars:Ds}=Wt();function Ue(t,e,s){t[e]===void 0?t[e]=[s]:t[e].push(s)}function gg(t){let e=Object.create(null),s=Object.create(null),i=!1,n=!1,a=!1,r,o,p=-1,l=-1,c=-1,m=0;for(;m<t.length;m++)if(l=t.charCodeAt(m),r===void 0)if(c===-1&&Ds[l]===1)p===-1&&(p=m);else if(m!==0&&(l===32||l===9))c===-1&&p!==-1&&(c=m);else if(l===59||l===44){if(p===-1)throw new SyntaxError(`Unexpected character at index ${m}`);c===-1&&(c=m);let y=t.slice(p,c);l===44?(Ue(e,y,s),s=Object.create(null)):r=y,p=c=-1}else throw new SyntaxError(`Unexpected character at index ${m}`);else if(o===void 0)if(c===-1&&Ds[l]===1)p===-1&&(p=m);else if(l===32||l===9)c===-1&&p!==-1&&(c=m);else if(l===59||l===44){if(p===-1)throw new SyntaxError(`Unexpected character at index ${m}`);c===-1&&(c=m),Ue(s,t.slice(p,c),!0),l===44&&(Ue(e,r,s),s=Object.create(null),r=void 0),p=c=-1}else if(l===61&&p!==-1&&c===-1)o=t.slice(p,m),p=c=-1;else throw new SyntaxError(`Unexpected character at index ${m}`);else if(n){if(Ds[l]!==1)throw new SyntaxError(`Unexpected character at index ${m}`);p===-1?p=m:i||(i=!0),n=!1}else if(a)if(Ds[l]===1)p===-1&&(p=m);else if(l===34&&p!==-1)a=!1,c=m;else if(l===92)n=!0;else throw new SyntaxError(`Unexpected character at index ${m}`);else if(l===34&&t.charCodeAt(m-1)===61)a=!0;else if(c===-1&&Ds[l]===1)p===-1&&(p=m);else if(p!==-1&&(l===32||l===9))c===-1&&(c=m);else if(l===59||l===44){if(p===-1)throw new SyntaxError(`Unexpected character at index ${m}`);c===-1&&(c=m);let y=t.slice(p,c);i&&(y=y.replace(/\\/g,""),i=!1),Ue(s,o,y),l===44&&(Ue(e,r,s),s=Object.create(null),r=void 0),o=void 0,p=c=-1}else throw new SyntaxError(`Unexpected character at index ${m}`);if(p===-1||a||l===32||l===9)throw new SyntaxError("Unexpected end of input");c===-1&&(c=m);let f=t.slice(p,c);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 yg(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(", ")}hu.exports={format:yg,parse:gg}});var cn=b((IT,Ru)=>{"use strict";var vg=E("events"),bg=E("https"),_g=E("http"),yu=E("net"),wg=E("tls"),{randomBytes:Eg,createHash:Tg}=E("crypto"),{Duplex:DT,Readable:jT}=E("stream"),{URL:pr}=E("url"),at=Ns(),Sg=ir(),kg=rr(),{isBlob:Rg}=Wt(),{BINARY_TYPES:xu,EMPTY_BUFFER:an,GUID:Cg,kForOnEventAttribute:lr,kListener:Ag,kStatusCode:Og,kWebSocket:ie,NOOP:vu}=Je(),{EventTarget:{addEventListener:Pg,removeEventListener:Lg}}=fu(),{format:Ng,parse:qg}=cr(),{toBuffer:Bg}=Ps(),Dg=30*1e3,bu=Symbol("kAborted"),ur=[8,13],Qe=["CONNECTING","OPEN","CLOSING","CLOSED"],jg=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,H=class t extends vg{constructor(e,s,i){super(),this._binaryType=xu[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=an,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]),_u(this,e,s,i)):(this._autoPong=i.autoPong,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){xu.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 Sg({allowSynchronousEvents:i.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:i.maxPayload,skipUTF8Validation:i.skipUTF8Validation}),a=new kg(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",Fg),n.on("drain",Mg),n.on("error",zg),n.on("message",$g),n.on("ping",Hg),n.on("pong",Vg),a.onerror=Wg,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),s.length>0&&e.unshift(s),e.on("close",Tu),e.on("data",on),e.on("end",Su),e.on("error",ku),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())}),Eu(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){dr(this,e,i);return}s===void 0&&(s=!this._isServer),this._sender.ping(e||an,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){dr(this,e,i);return}s===void 0&&(s=!this._isServer),this._sender.pong(e||an,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){dr(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||an,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[lr])return e[Ag];return null},set(e){for(let s of this.listeners(t))if(s[lr]){this.removeListener(t,s);break}typeof e=="function"&&this.addEventListener(t,e,{[lr]:!0})}})});H.prototype.addEventListener=Pg;H.prototype.removeEventListener=Lg;Ru.exports=H;function _u(t,e,s,i){let n=re(L({allowSynchronousEvents:!0,autoPong:!0,protocolVersion:ur[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,!ur.includes(n.protocolVersion))throw new RangeError(`Unsupported protocol version: ${n.protocolVersion} (supported versions: ${ur.join(", ")})`);let a;if(e instanceof pr)a=e;else try{a=new pr(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:",p;if(a.protocol!=="ws:"&&!r&&!o?p=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:o&&!a.pathname?p="The URL's pathname is empty":a.hash&&(p="The URL contains a fragment identifier"),p){let x=new SyntaxError(p);if(t._redirects===0)throw x;rn(t,x);return}let l=r?443:80,c=Eg(16).toString("base64"),m=r?bg.request:_g.request,f=new Set,y;if(n.createConnection=n.createConnection||(r?Ug:Ig),n.defaultPort=n.defaultPort||l,n.port=a.port||l,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":c,Connection:"Upgrade",Upgrade:"websocket"}),n.path=a.pathname+a.search,n.timeout=n.handshakeTimeout,n.perMessageDeflate&&(y=new at(n.perMessageDeflate!==!0?n.perMessageDeflate:{},!1,n.maxPayload),n.headers["Sec-WebSocket-Extensions"]=Ng({[at.extensionName]:y.offer()})),s.length){for(let x of s){if(typeof x!="string"||!jg.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[g,k]of Object.entries(x))i.headers[g.toLowerCase()]=k}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[bu]||(h=t._req=null,rn(t,x))}),h.on("response",x=>{let g=x.headers.location,k=x.statusCode;if(g&&n.followRedirects&&k>=300&&k<400){if(++t._redirects>n.maxRedirects){be(t,h,"Maximum redirects exceeded");return}h.abort();let R;try{R=new pr(g,e)}catch(v){let w=new SyntaxError(`Invalid URL: ${g}`);rn(t,w);return}_u(t,R,s,i)}else t.emit("unexpected-response",h,x)||be(t,h,`Unexpected server response: ${x.statusCode}`)}),h.on("upgrade",(x,g,k)=>{if(t.emit("upgrade",x),t.readyState!==H.CONNECTING)return;h=t._req=null;let R=x.headers.upgrade;if(R===void 0||R.toLowerCase()!=="websocket"){be(t,g,"Invalid Upgrade header");return}let v=Tg("sha1").update(c+Cg).digest("base64");if(x.headers["sec-websocket-accept"]!==v){be(t,g,"Invalid Sec-WebSocket-Accept header");return}let w=x.headers["sec-websocket-protocol"],U;if(w!==void 0?f.size?f.has(w)||(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,g,U);return}w&&(t._protocol=w);let P=x.headers["sec-websocket-extensions"];if(P!==void 0){if(!y){be(t,g,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let j;try{j=qg(P)}catch(ce){be(t,g,"Invalid Sec-WebSocket-Extensions header");return}let M=Object.keys(j);if(M.length!==1||M[0]!==at.extensionName){be(t,g,"Server indicated an extension that was not requested");return}try{y.accept(j[at.extensionName])}catch(ce){be(t,g,"Invalid Sec-WebSocket-Extensions header");return}t._extensions[at.extensionName]=y}t.setSocket(g,k,{allowSynchronousEvents:n.allowSynchronousEvents,generateMask:n.generateMask,maxPayload:n.maxPayload,skipUTF8Validation:n.skipUTF8Validation})}),n.finishRequest?n.finishRequest(h,t):h.end()}function rn(t,e){t._readyState=H.CLOSING,t._errorEmitted=!0,t.emit("error",e),t.emitClose()}function Ig(t){return t.path=t.socketPath,yu.connect(t)}function Ug(t){return t.path=void 0,!t.servername&&t.servername!==""&&(t.servername=yu.isIP(t.host)?"":t.host),wg.connect(t)}function be(t,e,s){t._readyState=H.CLOSING;let i=new Error(s);Error.captureStackTrace(i,be),e.setHeader?(e[bu]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(rn,t,i)):(e.destroy(i),e.once("error",t.emit.bind(t,"error")),e.once("close",t.emitClose.bind(t)))}function dr(t,e,s){if(e){let i=Rg(e)?e.size:Bg(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 Fg(t,e){let s=this[ie];s._closeFrameReceived=!0,s._closeMessage=e,s._closeCode=t,s._socket[ie]!==void 0&&(s._socket.removeListener("data",on),process.nextTick(wu,s._socket),t===1005?s.close():s.close(t,e))}function Mg(){let t=this[ie];t.isPaused||t._socket.resume()}function zg(t){let e=this[ie];e._socket[ie]!==void 0&&(e._socket.removeListener("data",on),process.nextTick(wu,e._socket),e.close(t[Og])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t))}function gu(){this[ie].emitClose()}function $g(t,e){this[ie].emit("message",t,e)}function Hg(t){let e=this[ie];e._autoPong&&e.pong(t,!this._isServer,vu),e.emit("ping",t)}function Vg(t){this[ie].emit("pong",t)}function wu(t){t.resume()}function Wg(t){let e=this[ie];e.readyState!==H.CLOSED&&(e.readyState===H.OPEN&&(e._readyState=H.CLOSING,Eu(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t)))}function Eu(t){t._closeTimer=setTimeout(t._socket.destroy.bind(t._socket),Dg)}function Tu(){let t=this[ie];this.removeListener("close",Tu),this.removeListener("data",on),this.removeListener("end",Su),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",gu),t._receiver.on("finish",gu))}function on(t){this[ie]._receiver.write(t)||this.pause()}function Su(){let t=this[ie];t._readyState=H.CLOSING,t._receiver.end(),this.end()}function ku(){let t=this[ie];this.removeListener("error",ku),this.on("error",vu),t&&(t._readyState=H.CLOSING,this.destroy())}});var Pu=b((MT,Ou)=>{"use strict";var FT=cn(),{Duplex:Gg}=E("stream");function Cu(t){t.emit("close")}function Kg(){!this.destroyed&&this._writableState.finished&&this.destroy()}function Au(t){this.removeListener("error",Au),this.destroy(),this.listenerCount("error")===0&&this.emit("error",t)}function Jg(t,e){let s=!0,i=new Gg(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(Cu,i);return}let r=!1;t.once("error",function(p){r=!0,a(p)}),t.once("close",function(){r||a(n),process.nextTick(Cu,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",Kg),i.on("error",Au),i}Ou.exports=Jg});var Nu=b(($T,Lu)=>{"use strict";var{tokenChars:Xg}=Wt();function Yg(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&&Xg[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}Lu.exports={parse:Yg}});var Fu=b((VT,Uu)=>{"use strict";var Qg=E("events"),pn=E("http"),{Duplex:HT}=E("stream"),{createHash:Zg}=E("crypto"),qu=cr(),yt=Ns(),ey=Nu(),ty=cn(),{GUID:sy,kWebSocket:iy}=Je(),ny=/^[+/0-9A-Za-z]{22}==$/,Bu=0,Du=1,Iu=2,mr=class extends Qg{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:ty},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=pn.createServer((i,n)=>{let a=pn.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=ay(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=Bu}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===Iu){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(js,this);return}if(e&&this.once("close",e),this._state!==Du)if(this._state=Du,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(js,this):process.nextTick(js,this);else{let s=this._server;this._removeListeners(),this._removeListeners=this._server=null,s.close(()=>{js(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",ju);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||!ny.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)){Is(s,400);return}let p=e.headers["sec-websocket-protocol"],l=new Set;if(p!==void 0)try{l=ey.parse(p)}catch(f){vt(this,e,s,400,"Invalid Sec-WebSocket-Protocol header");return}let c=e.headers["sec-websocket-extensions"],m={};if(this.options.perMessageDeflate&&c!==void 0){let f=new yt(this.options.perMessageDeflate,!0,this.options.maxPayload);try{let y=qu.parse(c);y[yt.extensionName]&&(f.accept(y[yt.extensionName]),m[yt.extensionName]=f)}catch(y){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,(y,h,x,g)=>{if(!y)return Is(s,h||401,x,g);this.completeUpgrade(m,a,l,e,s,i,n)});return}if(!this.options.verifyClient(f))return Is(s,401)}this.completeUpgrade(m,a,l,e,s,i,n)}completeUpgrade(e,s,i,n,a,r,o){if(!a.readable||!a.writable)return a.destroy();if(a[iy])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>Bu)return Is(a,503);let l=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${Zg("sha1").update(s+sy).digest("base64")}`],c=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&&(l.push(`Sec-WebSocket-Protocol: ${m}`),c._protocol=m)}if(e[yt.extensionName]){let m=e[yt.extensionName].params,f=qu.format({[yt.extensionName]:[m]});l.push(`Sec-WebSocket-Extensions: ${f}`),c._extensions=e}this.emit("headers",l,n),a.write(l.concat(`\r
|
|
4
|
+
`+a),t.push(n+"m+"+Fi.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=qh()+e+" "+t[0]}function qh(){return se.inspectOpts.hideDate?"":new Date().toISOString()+" "}function Bh(...t){return process.stderr.write(Ui.formatWithOptions(se.inspectOpts,...t)+`
|
|
5
|
+
`)}function Dh(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function jh(){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]]}Fi.exports=da()(se);var{formatters:Tp}=Fi.exports;Tp.o=function(t){return this.inspectOpts.colors=this.useColors,Ui.inspect(t,this.inspectOpts).split(`
|
|
6
|
+
`).map(e=>e.trim()).join(" ")};Tp.O=function(t){return this.inspectOpts.colors=this.useColors,Ui.inspect(t,this.inspectOpts)}});var ve=b((Xb,fa)=>{"use strict";typeof process=="undefined"||process.type==="renderer"||process.browser===!0||process.__nwjs?fa.exports=vp():fa.exports=Sp()});var Rp=b((Yb,kp)=>{"use strict";var ys;kp.exports=function(){if(!ys){try{ys=ve()("follow-redirects")}catch(t){}typeof ys!="function"&&(ys=function(){})}ys.apply(null,arguments)}});var Lp=b((Qb,ka)=>{"use strict";var bs=T("url"),vs=bs.URL,Uh=T("http"),Fh=T("https"),va=T("stream").Writable,ba=T("assert"),Cp=Rp();(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 _a=!1;try{ba(new vs(""))}catch(t){_a=t.code==="ERR_INVALID_URL"}var Mh=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],wa=["abort","aborted","connect","error","socket","timeout"],Ea=Object.create(null);wa.forEach(function(t){Ea[t]=function(e,s,i){this._redirectable.emit(t,e,s,i)}});var xa=_s("ERR_INVALID_URL","Invalid URL",TypeError),ga=_s("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),zh=_s("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",ga),$h=_s("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),Hh=_s("ERR_STREAM_WRITE_AFTER_END","write after end"),Vh=va.prototype.destroy||Op;function xe(t,e){va.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 ga?n:new ga({cause:n}))}},this._performRequest()}xe.prototype=Object.create(va.prototype);xe.prototype.abort=function(){Sa(this._currentRequest),this._currentRequest.abort(),this.emit("abort")};xe.prototype.destroy=function(t){return Sa(this._currentRequest,t),Vh.call(this,t),this};xe.prototype.write=function(t,e,s){if(this._ending)throw new Hh;if(!ut(t)&&!Kh(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 $h),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 wa)i.on(n,Ea[n]);if(this._currentUrl=/^\//.test(this._options.path)?bs.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(Sa(this._currentRequest),t.destroy(),++this._redirectCount>this._options.maxRedirects)throw new zh;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=[],ha(/^content-/i,this._options.headers));var r=ha(/^host$/i,this._options.headers),o=Ta(this._currentUrl),l=r||o.host,u=/^\w+:/.test(s)?this._currentUrl:bs.format(Object.assign(o,{host:l})),p=Wh(s,u);if(Cp("redirecting to",p.href),this._isRedirect=!0,ya(p,this._options),(p.protocol!==o.protocol&&p.protocol!=="https:"||p.host!==l&&!Gh(p.host,l))&&ha(/^(?:(?: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 Ap(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 Jh(u)?u=ya(u):ut(u)?u=ya(Ta(u)):(m=p,p=Pp(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"),ba.equal(p.protocol,n,"protocol mismatch"),Cp("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 Op(){}function Ta(t){var e;if(_a)e=new vs(t);else if(e=Pp(bs.parse(t)),!ut(e.protocol))throw new xa({input:t});return e}function Wh(t,e){return _a?new vs(t,e):Ta(bs.resolve(e,t))}function Pp(t){if(/^\[/.test(t.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(t.hostname))throw new xa({input:t.href||t});if(/^\[/.test(t.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(t.host))throw new xa({input:t.href||t});return t}function ya(t,e){var s=e||{};for(var i of Mh)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 ha(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 _s(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 Sa(t,e){for(var s of wa)t.removeListener(s,Ea[s]);t.on("error",Op),t.destroy(e)}function Gh(t,e){ba(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 Kh(t){return typeof t=="object"&&"length"in t}function Jh(t){return vs&&t instanceof vs}ka.exports=Ap({http:Uh,https:Fh});ka.exports.wrap=Ap});var xl=b((XE,hl)=>{"use strict";var Rx=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"]);hl.exports=t=>!Rx.has(t&&t.code)});var Sl=b((ZE,Tl)=>{"use strict";var zt=T("fs"),El=T("url"),Ux=T("child_process").spawn;Tl.exports=Ka;Ka.XMLHttpRequest=Ka;function Ka(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,y=!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 g=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,j){if(this.abort(),y=!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:j||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(!g(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()]&&!y?a.headers[v.toLowerCase()]:null},this.getAllResponseHeaders=function(){if(this.readyState<this.HEADERS_RECEIVED||y)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=El.parse(r.url),j;switch(P.protocol){case"https:":E=!0;case"http:":j=P.hostname;break;case"file:":U=!0;break;case void 0:case"":j="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=j,E&&M===443||M===80||(u.Host+=":"+P.port),r.user){typeof r.password=="undefined"&&(r.password="");var De=new Buffer(r.user+":"+r.password);u.Authorization="Basic "+De.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:j,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),y=!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=El.parse(r.url);j=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=Ux(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,y=!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),y=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":y?E="error":E="load",e.dispatchEvent(E),e.dispatchEvent("loadend")}}}});var Je=b((NT,Gl)=>{"use strict";var Vl=["nodebuffer","arraybuffer","fragments"],Wl=typeof Blob!="undefined";Wl&&Vl.push("blob");Gl.exports={BINARY_TYPES:Vl,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:Wl,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var Ps=b((qT,en)=>{"use strict";var{EMPTY_BUFFER:Xx}=Je(),tr=Buffer[Symbol.species];function Yx(t,e){if(t.length===0)return Xx;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 tr(s.buffer,s.byteOffset,i):s}function Kl(t,e,s,i,n){for(let a=0;a<n;a++)s[i+a]=t[a]^e[a&3]}function Jl(t,e){for(let s=0;s<t.length;s++)t[s]^=e[s&3]}function Qx(t){return t.length===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.length)}function sr(t){if(sr.readOnly=!0,Buffer.isBuffer(t))return t;let e;return t instanceof ArrayBuffer?e=new tr(t):ArrayBuffer.isView(t)?e=new tr(t.buffer,t.byteOffset,t.byteLength):(e=Buffer.from(t),sr.readOnly=!1),e}en.exports={concat:Yx,mask:Kl,toArrayBuffer:Qx,toBuffer:sr,unmask:Jl};if(!process.env.WS_NO_BUFFER_UTIL)try{let t=T("bufferutil");en.exports.mask=function(e,s,i,n,a){a<48?Kl(e,s,i,n,a):t.mask(e,s,i,n,a)},en.exports.unmask=function(e,s){e.length<32?Jl(e,s):t.unmask(e,s)}}catch(t){}});var Ql=b((BT,Yl)=>{"use strict";var Xl=Symbol("kDone"),ir=Symbol("kRun"),nr=class{constructor(e){this[Xl]=()=>{this.pending--,this[ir]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[ir]()}[ir](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[Xl])}}};Yl.exports=nr});var Ns=b((DT,su)=>{"use strict";var Ls=T("zlib"),Zl=Ps(),Zx=Ql(),{kStatusCode:eu}=Je(),eg=Buffer[Symbol.species],tg=Buffer.from([0,0,255,255]),sn=Symbol("permessage-deflate"),Xe=Symbol("total-length"),Ht=Symbol("callback"),nt=Symbol("buffers"),Vt=Symbol("error"),tn,ar=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,!tn){let n=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;tn=new Zx(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){tn.add(n=>{this._decompress(e,s,(a,r)=>{n(),i(a,r)})})}compress(e,s,i){tn.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"?Ls.Z_DEFAULT_WINDOWBITS:this.params[a];this._inflate=Ls.createInflateRaw(re(L({},this._options.zlibInflateOptions),{windowBits:r})),this._inflate[sn]=this,this._inflate[Xe]=0,this._inflate[nt]=[],this._inflate.on("error",ig),this._inflate.on("data",tu)}this._inflate[Ht]=i,this._inflate.write(e),s&&this._inflate.write(tg),this._inflate.flush(()=>{let a=this._inflate[Vt];if(a){this._inflate.close(),this._inflate=null,i(a);return}let r=Zl.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"?Ls.Z_DEFAULT_WINDOWBITS:this.params[a];this._deflate=Ls.createDeflateRaw(re(L({},this._options.zlibDeflateOptions),{windowBits:r})),this._deflate[Xe]=0,this._deflate[nt]=[],this._deflate.on("data",sg)}this._deflate[Ht]=i,this._deflate.write(e),this._deflate.flush(Ls.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let a=Zl.concat(this._deflate[nt],this._deflate[Xe]);s&&(a=new eg(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)})}};su.exports=ar;function sg(t){this[nt].push(t),this[Xe]+=t.length}function tu(t){if(this[Xe]+=t.length,this[sn]._maxPayload<1||this[Xe]<=this[sn]._maxPayload){this[nt].push(t);return}this[Vt]=new RangeError("Max payload size exceeded"),this[Vt].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[Vt][eu]=1009,this.removeListener("data",tu),this.reset()}function ig(t){if(this[sn]._inflate=null,this[Vt]){this[Ht](this[Vt]);return}t[eu]=1007,this[Ht](t)}});var Wt=b((IT,nn)=>{"use strict";var{isUtf8:iu}=T("buffer"),{hasBlob:ng}=Je(),ag=[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 rg(t){return t>=1e3&&t<=1014&&t!==1004&&t!==1005&&t!==1006||t>=3e3&&t<=4999}function rr(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 og(t){return ng&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&(t[Symbol.toStringTag]==="Blob"||t[Symbol.toStringTag]==="File")}nn.exports={isBlob:og,isValidStatusCode:rg,isValidUTF8:rr,tokenChars:ag};if(iu)nn.exports.isValidUTF8=function(t){return t.length<24?rr(t):iu(t)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let t=T("utf-8-validate");nn.exports.isValidUTF8=function(e){return e.length<32?rr(e):t(e)}}catch(t){}});var ur=b((UT,lu)=>{"use strict";var{Writable:cg}=T("stream"),nu=Ns(),{BINARY_TYPES:pg,EMPTY_BUFFER:au,kStatusCode:lg,kWebSocket:ug}=Je(),{concat:or,toArrayBuffer:dg,unmask:mg}=Ps(),{isValidStatusCode:fg,isValidUTF8:ru}=Wt(),an=Buffer[Symbol.species],Se=0,ou=1,cu=2,pu=3,cr=4,pr=5,rn=6,lr=class extends cg{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||pg[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[ug]=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 an(i.buffer,i.byteOffset+e,i.length-e),new an(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 an(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 ou:this.getPayloadLength16(e);break;case cu:this.getPayloadLength64(e);break;case pu:this.getMask();break;case cr:this.getData(e);break;case pr:case rn: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[nu.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=ou:this._payloadLength===127?this._state=cu: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=pu:this._state=cr}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=cr}getData(e){let s=au;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&&mg(s,this._mask)}if(this._opcode>7){this.controlMessage(s,e);return}if(this._compressed){this._state=pr,this.decompress(s,e);return}s.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(s)),this.dataMessage(e)}decompress(e,s){this._extensions[nu.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=or(i,s):this._binaryType==="arraybuffer"?n=dg(or(i,s)):this._binaryType==="blob"?n=new Blob(i):n=i,this._allowSynchronousEvents?(this.emit("message",n,!0),this._state=Se):(this._state=rn,setImmediate(()=>{this.emit("message",n,!0),this._state=Se,this.startLoop(e)}))}else{let n=or(i,s);if(!this._skipUTF8Validation&&!ru(n)){let a=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(a);return}this._state===pr||this._allowSynchronousEvents?(this.emit("message",n,!1),this._state=Se):(this._state=rn,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,au),this.end();else{let i=e.readUInt16BE(0);if(!fg(i)){let a=this.createError(RangeError,`invalid status code ${i}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");s(a);return}let n=new an(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!ru(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=rn,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[lg]=n,r}};lu.exports=lr});var fr=b((MT,mu)=>{"use strict";var{Duplex:FT}=T("stream"),{randomFillSync:hg}=T("crypto"),uu=Ns(),{EMPTY_BUFFER:xg,kWebSocket:gg,NOOP:yg}=Je(),{isBlob:Gt,isValidStatusCode:vg}=Wt(),{mask:du,toBuffer:ht}=Ps(),ke=Symbol("kByteLength"),bg=Buffer.alloc(4),on=8*1024,xt,Kt=on,Be=0,_g=1,wg=2,dr=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=Be,this.onerror=yg,this[gg]=void 0}static frame(e,s){let i,n=!1,a=2,r=!1;s.mask&&(i=s.maskBuffer||bg,s.generateMask?s.generateMask(i):(Kt===on&&(xt===void 0&&(xt=Buffer.alloc(on)),hg(xt,0,on),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?(du(e,i,u,a,o),[u]):(du(e,i,e,0,o),[u,e])):[u,e]}close(e,s,i,n){let a;if(e===void 0)a=xg;else{if(typeof e!="number"||!vg(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!==Be?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!==Be?this.enqueue([this.getBlobData,e,!1,r,i]):this.getBlobData(e,!1,r,i):this._state!==Be?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!==Be?this.enqueue([this.getBlobData,e,!1,r,i]):this.getBlobData(e,!1,r,i):this._state!==Be?this.enqueue([this.dispatch,e,!1,r,i]):this.sendFrame(t.frame(e,r),i)}send(e,s,i){let n=this._extensions[uu.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!==Be?this.enqueue([this.getBlobData,e,this._compress,u,i]):this.getBlobData(e,this._compress,u,i):this._state!==Be?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=wg,e.arrayBuffer().then(a=>{if(this._socket.destroyed){let o=new Error("The socket was closed while the blob was being read");process.nextTick(mr,this,o,n);return}this._bufferedBytes-=i[ke];let r=ht(a);s?this.dispatch(r,s,i,n):(this._state=Be,this.sendFrame(t.frame(r,i),n),this.dequeue())}).catch(a=>{process.nextTick(Eg,this,a,n)})}dispatch(e,s,i,n){if(!s){this.sendFrame(t.frame(e,i),n);return}let a=this._extensions[uu.extensionName];this._bufferedBytes+=i[ke],this._state=_g,a.compress(e,i.fin,(r,o)=>{if(this._socket.destroyed){let l=new Error("The socket was closed while data was being compressed");mr(this,l,n);return}this._bufferedBytes-=i[ke],this._state=Be,i.readOnly=!1,this.sendFrame(t.frame(o,i),n),this.dequeue()})}dequeue(){for(;this._state===Be&&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)}};mu.exports=dr;function mr(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 Eg(t,e,s){mr(t,e,s),t.onerror(e)}});var wu=b((zT,_u)=>{"use strict";var{kForOnEventAttribute:qs,kListener:hr}=Je(),fu=Symbol("kCode"),hu=Symbol("kData"),xu=Symbol("kError"),gu=Symbol("kMessage"),yu=Symbol("kReason"),Jt=Symbol("kTarget"),vu=Symbol("kType"),bu=Symbol("kWasClean"),Ye=class{constructor(e){this[Jt]=null,this[vu]=e}get target(){return this[Jt]}get type(){return this[vu]}};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[fu]=s.code===void 0?0:s.code,this[yu]=s.reason===void 0?"":s.reason,this[bu]=s.wasClean===void 0?!1:s.wasClean}get code(){return this[fu]}get reason(){return this[yu]}get wasClean(){return this[bu]}};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[xu]=s.error===void 0?null:s.error,this[gu]=s.message===void 0?"":s.message}get error(){return this[xu]}get message(){return this[gu]}};Object.defineProperty(Xt.prototype,"error",{enumerable:!0});Object.defineProperty(Xt.prototype,"message",{enumerable:!0});var Bs=class extends Ye{constructor(e,s={}){super(e),this[hu]=s.data===void 0?null:s.data}get data(){return this[hu]}};Object.defineProperty(Bs.prototype,"data",{enumerable:!0});var Tg={addEventListener(t,e,s={}){for(let n of this.listeners(t))if(!s[qs]&&n[hr]===e&&!n[qs])return;let i;if(t==="message")i=function(a,r){let o=new Bs("message",{data:r?a:a.toString()});o[Jt]=this,cn(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,cn(e,this,o)};else if(t==="error")i=function(a){let r=new Xt("error",{error:a,message:a.message});r[Jt]=this,cn(e,this,r)};else if(t==="open")i=function(){let a=new Ye("open");a[Jt]=this,cn(e,this,a)};else return;i[qs]=!!s[qs],i[hr]=e,s.once?this.once(t,i):this.on(t,i)},removeEventListener(t,e){for(let s of this.listeners(t))if(s[hr]===e&&!s[qs]){this.removeListener(t,s);break}}};_u.exports={CloseEvent:gt,ErrorEvent:Xt,Event:Ye,EventTarget:Tg,MessageEvent:Bs};function cn(t,e,s){typeof t=="object"&&t.handleEvent?t.handleEvent.call(t,s):t.call(e,s)}});var xr=b(($T,Eu)=>{"use strict";var{tokenChars:Ds}=Wt();function Ue(t,e,s){t[e]===void 0?t[e]=[s]:t[e].push(s)}function Sg(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&&Ds[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 y=t.slice(l,p);u===44?(Ue(e,y,s),s=Object.create(null)):r=y,l=p=-1}else throw new SyntaxError(`Unexpected character at index ${m}`);else if(o===void 0)if(p===-1&&Ds[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(Ds[u]!==1)throw new SyntaxError(`Unexpected character at index ${m}`);l===-1?l=m:i||(i=!0),n=!1}else if(a)if(Ds[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&&Ds[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 y=t.slice(l,p);i&&(y=y.replace(/\\/g,""),i=!1),Ue(s,o,y),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 kg(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(", ")}Eu.exports={format:kg,parse:Sg}});var dn=b((WT,Bu)=>{"use strict";var Rg=T("events"),Cg=T("https"),Ag=T("http"),ku=T("net"),Og=T("tls"),{randomBytes:Pg,createHash:Lg}=T("crypto"),{Duplex:HT,Readable:VT}=T("stream"),{URL:gr}=T("url"),at=Ns(),Ng=ur(),qg=fr(),{isBlob:Bg}=Wt(),{BINARY_TYPES:Tu,EMPTY_BUFFER:pn,GUID:Dg,kForOnEventAttribute:yr,kListener:jg,kStatusCode:Ig,kWebSocket:ie,NOOP:Ru}=Je(),{EventTarget:{addEventListener:Ug,removeEventListener:Fg}}=wu(),{format:Mg,parse:zg}=xr(),{toBuffer:$g}=Ps(),Hg=30*1e3,Cu=Symbol("kAborted"),vr=[8,13],Qe=["CONNECTING","OPEN","CLOSING","CLOSED"],Vg=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,H=class t extends Rg{constructor(e,s,i){super(),this._binaryType=Tu[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=pn,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]),Au(this,e,s,i)):(this._autoPong=i.autoPong,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){Tu.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 Ng({allowSynchronousEvents:i.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:i.maxPayload,skipUTF8Validation:i.skipUTF8Validation}),a=new qg(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",Kg),n.on("drain",Jg),n.on("error",Xg),n.on("message",Yg),n.on("ping",Qg),n.on("pong",Zg),a.onerror=ey,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),s.length>0&&e.unshift(s),e.on("close",Lu),e.on("data",un),e.on("end",Nu),e.on("error",qu),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())}),Pu(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){br(this,e,i);return}s===void 0&&(s=!this._isServer),this._sender.ping(e||pn,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){br(this,e,i);return}s===void 0&&(s=!this._isServer),this._sender.pong(e||pn,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){br(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||pn,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[yr])return e[jg];return null},set(e){for(let s of this.listeners(t))if(s[yr]){this.removeListener(t,s);break}typeof e=="function"&&this.addEventListener(t,e,{[yr]:!0})}})});H.prototype.addEventListener=Ug;H.prototype.removeEventListener=Fg;Bu.exports=H;function Au(t,e,s,i){let n=re(L({allowSynchronousEvents:!0,autoPong:!0,protocolVersion:vr[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,!vr.includes(n.protocolVersion))throw new RangeError(`Unsupported protocol version: ${n.protocolVersion} (supported versions: ${vr.join(", ")})`);let a;if(e instanceof gr)a=e;else try{a=new gr(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;ln(t,x);return}let u=r?443:80,p=Pg(16).toString("base64"),m=r?Cg.request:Ag.request,f=new Set,y;if(n.createConnection=n.createConnection||(r?Gg:Wg),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&&(y=new at(n.perMessageDeflate!==!0?n.perMessageDeflate:{},!1,n.maxPayload),n.headers["Sec-WebSocket-Extensions"]=Mg({[at.extensionName]:y.offer()})),s.length){for(let x of s){if(typeof x!="string"||!Vg.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[g,R]of Object.entries(x))i.headers[g.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[Cu]||(h=t._req=null,ln(t,x))}),h.on("response",x=>{let g=x.headers.location,R=x.statusCode;if(g&&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 gr(g,e)}catch(v){let E=new SyntaxError(`Invalid URL: ${g}`);ln(t,E);return}Au(t,C,s,i)}else t.emit("unexpected-response",h,x)||be(t,h,`Unexpected server response: ${x.statusCode}`)}),h.on("upgrade",(x,g,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,g,"Invalid Upgrade header");return}let v=Lg("sha1").update(p+Dg).digest("base64");if(x.headers["sec-websocket-accept"]!==v){be(t,g,"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,g,U);return}E&&(t._protocol=E);let P=x.headers["sec-websocket-extensions"];if(P!==void 0){if(!y){be(t,g,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let j;try{j=zg(P)}catch(ce){be(t,g,"Invalid Sec-WebSocket-Extensions header");return}let M=Object.keys(j);if(M.length!==1||M[0]!==at.extensionName){be(t,g,"Server indicated an extension that was not requested");return}try{y.accept(j[at.extensionName])}catch(ce){be(t,g,"Invalid Sec-WebSocket-Extensions header");return}t._extensions[at.extensionName]=y}t.setSocket(g,R,{allowSynchronousEvents:n.allowSynchronousEvents,generateMask:n.generateMask,maxPayload:n.maxPayload,skipUTF8Validation:n.skipUTF8Validation})}),n.finishRequest?n.finishRequest(h,t):h.end()}function ln(t,e){t._readyState=H.CLOSING,t._errorEmitted=!0,t.emit("error",e),t.emitClose()}function Wg(t){return t.path=t.socketPath,ku.connect(t)}function Gg(t){return t.path=void 0,!t.servername&&t.servername!==""&&(t.servername=ku.isIP(t.host)?"":t.host),Og.connect(t)}function be(t,e,s){t._readyState=H.CLOSING;let i=new Error(s);Error.captureStackTrace(i,be),e.setHeader?(e[Cu]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(ln,t,i)):(e.destroy(i),e.once("error",t.emit.bind(t,"error")),e.once("close",t.emitClose.bind(t)))}function br(t,e,s){if(e){let i=Bg(e)?e.size:$g(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 Kg(t,e){let s=this[ie];s._closeFrameReceived=!0,s._closeMessage=e,s._closeCode=t,s._socket[ie]!==void 0&&(s._socket.removeListener("data",un),process.nextTick(Ou,s._socket),t===1005?s.close():s.close(t,e))}function Jg(){let t=this[ie];t.isPaused||t._socket.resume()}function Xg(t){let e=this[ie];e._socket[ie]!==void 0&&(e._socket.removeListener("data",un),process.nextTick(Ou,e._socket),e.close(t[Ig])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t))}function Su(){this[ie].emitClose()}function Yg(t,e){this[ie].emit("message",t,e)}function Qg(t){let e=this[ie];e._autoPong&&e.pong(t,!this._isServer,Ru),e.emit("ping",t)}function Zg(t){this[ie].emit("pong",t)}function Ou(t){t.resume()}function ey(t){let e=this[ie];e.readyState!==H.CLOSED&&(e.readyState===H.OPEN&&(e._readyState=H.CLOSING,Pu(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t)))}function Pu(t){t._closeTimer=setTimeout(t._socket.destroy.bind(t._socket),Hg)}function Lu(){let t=this[ie];this.removeListener("close",Lu),this.removeListener("data",un),this.removeListener("end",Nu),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",Su),t._receiver.on("finish",Su))}function un(t){this[ie]._receiver.write(t)||this.pause()}function Nu(){let t=this[ie];t._readyState=H.CLOSING,t._receiver.end(),this.end()}function qu(){let t=this[ie];this.removeListener("error",qu),this.on("error",Ru),t&&(t._readyState=H.CLOSING,this.destroy())}});var Uu=b((JT,Iu)=>{"use strict";var KT=dn(),{Duplex:ty}=T("stream");function Du(t){t.emit("close")}function sy(){!this.destroyed&&this._writableState.finished&&this.destroy()}function ju(t){this.removeListener("error",ju),this.destroy(),this.listenerCount("error")===0&&this.emit("error",t)}function iy(t,e){let s=!0,i=new ty(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",sy),i.on("error",ju),i}Iu.exports=iy});var Mu=b((YT,Fu)=>{"use strict";var{tokenChars:ny}=Wt();function ay(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&&ny[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}Fu.exports={parse:ay}});var Ku=b((ZT,Gu)=>{"use strict";var ry=T("events"),mn=T("http"),{Duplex:QT}=T("stream"),{createHash:oy}=T("crypto"),zu=xr(),yt=Ns(),cy=Mu(),py=dn(),{GUID:ly,kWebSocket:uy}=Je(),dy=/^[+/0-9A-Za-z]{22}==$/,$u=0,Hu=1,Wu=2,_r=class extends ry{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:py},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=mn.createServer((i,n)=>{let a=mn.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=my(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=$u}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===Wu){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(js,this);return}if(e&&this.once("close",e),this._state!==Hu)if(this._state=Hu,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(js,this):process.nextTick(js,this);else{let s=this._server;this._removeListeners(),this._removeListeners=this._server=null,s.close(()=>{js(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",Vu);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||!dy.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)){Is(s,400);return}let l=e.headers["sec-websocket-protocol"],u=new Set;if(l!==void 0)try{u=cy.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 y=zu.parse(p);y[yt.extensionName]&&(f.accept(y[yt.extensionName]),m[yt.extensionName]=f)}catch(y){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,(y,h,x,g)=>{if(!y)return Is(s,h||401,x,g);this.completeUpgrade(m,a,u,e,s,i,n)});return}if(!this.options.verifyClient(f))return Is(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[uy])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>$u)return Is(a,503);let u=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${oy("sha1").update(s+ly).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=zu.format({[yt.extensionName]:[m]});u.push(`Sec-WebSocket-Extensions: ${f}`),p._extensions=e}this.emit("headers",u,n),a.write(u.concat(`\r
|
|
8
8
|
`).join(`\r
|
|
9
|
-
`)),a.removeListener("error",
|
|
9
|
+
`)),a.removeListener("error",Vu),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(js,this)})),o(p,n)}};Gu.exports=_r;function my(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 js(t){t._state=Wu,t.emit("close")}function Vu(){this.destroy()}function Is(t,e,s,i){s=s||mn.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} ${mn.STATUS_CODES[e]}\r
|
|
10
10
|
`+Object.keys(i).map(n=>`${n}: ${i[n]}`).join(`\r
|
|
11
11
|
`)+`\r
|
|
12
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 Is(s,i,n,a)}});var Py={};wn(Py,{APIError:()=>we,Activities:()=>Ws,Analytics:()=>Gs,AuthenticationError:()=>Vs,AutomationDashboard:()=>Ks,Automations:()=>Js,Broadcasts:()=>ui,CRM:()=>ti,Campaigns:()=>xn,Conversations:()=>di,Ecodrix:()=>as,EcodrixError:()=>mn,Email:()=>is,EmailResource:()=>Sr,Emails:()=>hn,EventsResource:()=>si,Files:()=>vn,Folders:()=>yn,Health:()=>ii,Leads:()=>Xs,Logs:()=>ni,Marketing:()=>ai,Media:()=>ns,MediaResource:()=>kr,Meetings:()=>ri,Messages:()=>mi,Notes:()=>fn,Notifications:()=>oi,Payments:()=>Ys,Pipelines:()=>Qs,Queue:()=>ci,RateLimitError:()=>Tr,Scoring:()=>Zs,Sequences:()=>ei,Storage:()=>pi,Templates:()=>fi,WebhookSignatureError:()=>wt,Webhooks:()=>li,WhatsApp:()=>hi,WhatsAppMarketing:()=>gn,default:()=>Oy});function os(t,e){return function(){return t.apply(e,arguments)}}var{toString:md}=Object.prototype,{getPrototypeOf:Tn}=Object,{iterator:gi,toStringTag:Br}=Symbol,yi=(t=>e=>{let s=md.call(e);return t[s]||(t[s]=s.slice(8,-1).toLowerCase())})(Object.create(null)),Ae=t=>(t=t.toLowerCase(),e=>yi(e)===t),vi=t=>e=>typeof e===t,{isArray:kt}=Array,St=vi("undefined");function cs(t){return t!==null&&!St(t)&&t.constructor!==null&&!St(t.constructor)&&me(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}var Dr=Ae("ArrayBuffer");function fd(t){let e;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&Dr(t.buffer),e}var hd=vi("string"),me=vi("function"),jr=vi("number"),ps=t=>t!==null&&typeof t=="object",xd=t=>t===!0||t===!1,xi=t=>{if(yi(t)!=="object")return!1;let e=Tn(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Br in t)&&!(gi in t)},gd=t=>{if(!ps(t)||cs(t))return!1;try{return Object.keys(t).length===0&&Object.getPrototypeOf(t)===Object.prototype}catch(e){return!1}},yd=Ae("Date"),vd=Ae("File"),bd=t=>!!(t&&typeof t.uri!="undefined"),_d=t=>t&&typeof t.getParts!="undefined",wd=Ae("Blob"),Ed=Ae("FileList"),Td=t=>ps(t)&&me(t.pipe);function Sd(){return typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{}}var Lr=Sd(),Nr=typeof Lr.FormData!="undefined"?Lr.FormData:void 0,kd=t=>{let e;return t&&(Nr&&t instanceof Nr||me(t.append)&&((e=yi(t))==="formdata"||e==="object"&&me(t.toString)&&t.toString()==="[object FormData]"))},Rd=Ae("URLSearchParams"),[Cd,Ad,Od,Pd]=["ReadableStream","Request","Response","Headers"].map(Ae),Ld=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ls(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(cs(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 Ir(t,e){if(cs(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,Ur=t=>!St(t)&&t!==rt;function En(){let{caseless:t,skipUndefined:e}=Ur(this)&&this||{},s={},i=(n,a)=>{if(a==="__proto__"||a==="constructor"||a==="prototype")return;let r=t&&Ir(s,a)||a;xi(s[r])&&xi(n)?s[r]=En(s[r],n):xi(n)?s[r]=En({},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]&&ls(arguments[n],i);return s}var Nd=(t,e,s,{allOwnKeys:i}={})=>(ls(e,(n,a)=>{s&&me(n)?Object.defineProperty(t,a,{value:os(n,s),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(t,a,{value:n,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:i}),t),qd=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),Bd=(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)},Dd=(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&&Tn(t)}while(t&&(!s||s(t,e))&&t!==Object.prototype);return e},jd=(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},Id=t=>{if(!t)return null;if(kt(t))return t;let e=t.length;if(!jr(e))return null;let s=new Array(e);for(;e-- >0;)s[e]=t[e];return s},Ud=(t=>e=>t&&e instanceof t)(typeof Uint8Array!="undefined"&&Tn(Uint8Array)),Fd=(t,e)=>{let i=(t&&t[gi]).call(t),n;for(;(n=i.next())&&!n.done;){let a=n.value;e.call(t,a[0],a[1])}},Md=(t,e)=>{let s,i=[];for(;(s=t.exec(e))!==null;)i.push(s);return i},zd=Ae("HTMLFormElement"),$d=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(s,i,n){return i.toUpperCase()+n}),qr=(({hasOwnProperty:t})=>(e,s)=>t.call(e,s))(Object.prototype),Hd=Ae("RegExp"),Fr=(t,e)=>{let s=Object.getOwnPropertyDescriptors(t),i={};ls(s,(n,a)=>{let r;(r=e(n,a,t))!==!1&&(i[a]=r||n)}),Object.defineProperties(t,i)},Vd=t=>{Fr(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+"'")})}})},Wd=(t,e)=>{let s={},i=n=>{n.forEach(a=>{s[a]=!0})};return kt(t)?i(t):i(String(t).split(e)),s},Gd=()=>{},Kd=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e;function Jd(t){return!!(t&&me(t.append)&&t[Br]==="FormData"&&t[gi])}var Xd=t=>{let e=new Array(10),s=(i,n)=>{if(ps(i)){if(e.indexOf(i)>=0)return;if(cs(i))return i;if(!("toJSON"in i)){e[n]=i;let a=kt(i)?[]:{};return ls(i,(r,o)=>{let p=s(r,n+1);!St(p)&&(a[o]=p)}),e[n]=void 0,a}}return i};return s(t,0)},Yd=Ae("AsyncFunction"),Qd=t=>t&&(ps(t)||me(t))&&me(t.then)&&me(t.catch),Mr=((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)),Zd=typeof queueMicrotask!="undefined"?queueMicrotask.bind(rt):typeof process!="undefined"&&process.nextTick||Mr,em=t=>t!=null&&me(t[gi]),d={isArray:kt,isArrayBuffer:Dr,isBuffer:cs,isFormData:kd,isArrayBufferView:fd,isString:hd,isNumber:jr,isBoolean:xd,isObject:ps,isPlainObject:xi,isEmptyObject:gd,isReadableStream:Cd,isRequest:Ad,isResponse:Od,isHeaders:Pd,isUndefined:St,isDate:yd,isFile:vd,isReactNativeBlob:bd,isReactNative:_d,isBlob:wd,isRegExp:Hd,isFunction:me,isStream:Td,isURLSearchParams:Rd,isTypedArray:Ud,isFileList:Ed,forEach:ls,merge:En,extend:Nd,trim:Ld,stripBOM:qd,inherits:Bd,toFlatObject:Dd,kindOf:yi,kindOfTest:Ae,endsWith:jd,toArray:Id,forEachEntry:Fd,matchAll:Md,isHTMLForm:zd,hasOwnProperty:qr,hasOwnProp:qr,reduceDescriptors:Fr,freezeMethods:Vd,toObjectSet:Wd,toCamelCase:$d,noop:Gd,toFiniteNumber:Kd,findKey:Ir,global:rt,isContextDefined:Ur,isSpecCompliantForm:Jd,toJSONObject:Xd,isAsyncFn:Yd,isThenable:Qd,setImmediate:Mr,asap:Zd,isIterable:em};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 Wc=D(Vc(),1),Oi=Wc.default;function Vn(t){return d.isPlainObject(t)||d.isArray(t)}function Gc(t){return d.endsWith(t,"[]")?t.slice(0,-2):t}function Hn(t,e,s){return t?t.concat(e).map(function(n,a){return n=Gc(n),!s&&a?"["+n+"]":n}).join(s?".":""):e}function Ff(t){return d.isArray(t)&&!t.some(Vn)}var Mf=d.toFlatObject(d,{},null,function(e){return/^is[A-Z]/.test(e)});function zf(t,e,s){if(!d.isObject(t))throw new TypeError("target must be an object");e=e||new(Oi||FormData),s=d.toFlatObject(s,{metaTokens:!0,dots:!1,indexes:!1},!1,function(x,g){return!d.isUndefined(g[x])});let i=s.metaTokens,n=s.visitor||c,a=s.dots,r=s.indexes,p=(s.Blob||typeof Blob!="undefined"&&Blob)&&d.isSpecCompliantForm(e);if(!d.isFunction(n))throw new TypeError("visitor must be a function");function l(h){if(h===null)return"";if(d.isDate(h))return h.toISOString();if(d.isBoolean(h))return h.toString();if(!p&&d.isBlob(h))throw new _("Blob is not supported. Use a Buffer instead.");return d.isArrayBuffer(h)||d.isTypedArray(h)?p&&typeof Blob=="function"?new Blob([h]):Buffer.from(h):h}function c(h,x,g){let k=h;if(d.isReactNative(e)&&d.isReactNativeBlob(h))return e.append(Hn(g,x,a),l(h)),!1;if(h&&!g&&typeof h=="object"){if(d.endsWith(x,"{}"))x=i?x:x.slice(0,-2),h=JSON.stringify(h);else if(d.isArray(h)&&Ff(h)||(d.isFileList(h)||d.endsWith(x,"[]"))&&(k=d.toArray(h)))return x=Gc(x),k.forEach(function(v,w){!(d.isUndefined(v)||v===null)&&e.append(r===!0?Hn([x],w,a):r===null?x:x+"[]",l(v))}),!1}return Vn(h)?!0:(e.append(Hn(g,x,a),l(h)),!1)}let m=[],f=Object.assign(Mf,{defaultVisitor:c,convertValue:l,isVisitable:Vn});function y(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(k,R){(!(d.isUndefined(k)||k===null)&&n.call(e,k,d.isString(R)?R.trim():R,x,f))===!0&&y(k,x?x.concat(R):[R])}),m.pop()}}if(!d.isObject(t))throw new TypeError("data must be an object");return y(t),e}var tt=zf;function Kc(t){let e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(i){return e[i]})}function Jc(t,e){this._pairs=[],t&&tt(t,this,e)}var Xc=Jc.prototype;Xc.append=function(e,s){this._pairs.push([e,s])};Xc.toString=function(e){let s=e?function(i){return e.call(this,i,Kc)}:Kc;return this._pairs.map(function(n){return s(n[0])+"="+s(n[1])},"").join("&")};var Yc=Jc;function $f(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||$f,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 Yc(e,n).toString(i),r){let o=t.indexOf("#");o!==-1&&(t=t.slice(0,o)),t+=(t.indexOf("?")===-1?"?":"&")+r}return t}var Wn=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)})}},Gn=Wn;var st={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0};var tp=D(E("crypto"),1);var Qc=D(E("url"),1),Zc=Qc.default.URLSearchParams;var Kn="abcdefghijklmnopqrstuvwxyz",ep="0123456789",sp={DIGIT:ep,ALPHA:Kn,ALPHA_DIGIT:Kn+Kn.toUpperCase()+ep},Hf=(t=16,e=sp.ALPHA_DIGIT)=>{let s="",{length:i}=e,n=new Uint32Array(t);tp.default.randomFillSync(n);for(let a=0;a<t;a++)s+=e[n[a]%i];return s},ip={isNode:!0,classes:{URLSearchParams:Zc,FormData:Oi,Blob:typeof Blob!="undefined"&&Blob||null},ALPHABET:sp,generateString:Hf,protocols:["http","https","file","data"]};var Yn={};wn(Yn,{hasBrowserEnv:()=>Xn,hasStandardBrowserEnv:()=>Vf,hasStandardBrowserWebWorkerEnv:()=>Wf,navigator:()=>Jn,origin:()=>Gf});var Xn=typeof window!="undefined"&&typeof document!="undefined",Jn=typeof navigator=="object"&&navigator||void 0,Vf=Xn&&(!Jn||["ReactNative","NativeScript","NS"].indexOf(Jn.product)<0),Wf=typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Gf=Xn&&window.location.href||"http://localhost";var I=L(L({},Yn),ip);function Qn(t,e){return tt(t,new I.classes.URLSearchParams,L({visitor:function(s,i,n,a){return I.isNode&&d.isBuffer(s)?(this.append(i,s.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},e))}function Kf(t){return d.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function Jf(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 Xf(t){function e(s,i,n,a){let r=s[a++];if(r==="__proto__")return!0;let o=Number.isFinite(+r),p=a>=s.length;return r=!r&&d.isArray(n)?n.length:r,p?(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]=Jf(n[r])),!o)}if(d.isFormData(t)&&d.isFunction(t.entries)){let s={};return d.forEachEntry(t,(i,n)=>{e(Kf(i),n,s,0)}),s}return null}var Pi=Xf;function Yf(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 Zn={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(Pi(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 Qn(e,this.formSerializer).toString();if((o=d.isFileList(e))||i.indexOf("multipart/form-data")>-1){let p=this.env&&this.env.FormData;return tt(o?{"files[]":e}:e,p&&new p,this.formSerializer)}}return a||n?(s.setContentType("application/json",!1),Yf(e)):e}],transformResponse:[function(e){let s=this.transitional||Zn.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:I.classes.FormData,Blob:I.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=>{Zn.headers[t]={}});var Pt=Zn;var Qf=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"]),np=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]&&
|
|
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[
|
|
16
|
-
`,Vh=Es.encode(ft),Wh=2,Ea=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=Es.encode(String(s).replace(/\r?\n|\r\n?/g,ft)):a+=`Content-Type: ${s.type||"application/octet-stream"}${ft}`,this.headers=Es.encode(a+ft),this.contentLength=n?s.byteLength:s.size,this.size=this.headers.byteLength+this.contentLength+Wh,this.name=e,this.value=s}encode(){return je(this,null,function*(){yield this.headers;let{value:e}=this;d.isTypedArray(e)?yield e:yield*Me(ji(e)),yield Vh})}static escapeName(e){return String(e).replace(/[\r\n"]/g,s=>({"\r":"%0D","\n":"%0A",'"':"%22"})[s])}},Gh=(t,e,s)=>{let{tag:i="form-data-boundary",size:n=25,boundary:a=i+"-"+I.generateString(n,Hh)}=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=Es.encode("--"+a+ft),o=Es.encode("--"+a+"--"+ft),p=o.byteLength,l=Array.from(t.entries()).map(([m,f])=>{let y=new Ea(m,f);return p+=y.size,y});p+=r.byteLength*l.length,p=d.toFiniteNumber(p);let c={"Content-Type":`multipart/form-data; boundary=${a}`};return Number.isFinite(p)&&(c["Content-Length"]=p),e&&e(c),Cp.Readable.from((function(){return je(this,null,function*(){for(let m of l)yield r,yield*Me(m.encode());yield o})})())},Ap=Gh;var Op=D(E("stream"),1),Ta=class extends Op.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)}},Pp=Ta;var Kh=(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,Lp=Kh;function Jh(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(p){let l=Date.now(),c=i[a];r||(r=l),s[n]=p,i[n]=l;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),l-r<e)return;let y=c&&l-c;return y?Math.round(f*1e3/y):void 0}}var Np=Jh;function Xh(t,e){let s=0,i=1e3/e,n,a,r=(l,c=Date.now())=>{s=c,n=null,a&&(clearTimeout(a),a=null),t(...l)};return[(...l)=>{let c=Date.now(),m=c-s;m>=i?r(l,c):(n=l,a||(a=setTimeout(()=>{a=null,r(n)},i-m)))},()=>n&&r(n)]}var qp=Xh;var ze=(t,e,s=3)=>{let i=0,n=Np(50,250);return qp(a=>{let r=a.loaded,o=a.lengthComputable?a.total:void 0,p=r-i,l=n(p),c=r<=o;i=r;let m={loaded:r,total:o,progress:o?r/o:void 0,bytes:p,rate:l||void 0,estimated:l&&o&&c?(o-r)/l:void 0,event:a,lengthComputable:o!=null,[e?"download":"upload"]:!0};t(m)},s)},It=(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 Sa(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 y=i.charCodeAt(f+1),h=i.charCodeAt(f+2);(y>=48&&y<=57||y>=65&&y<=70||y>=97&&y<=102)&&(h>=48&&h<=57||h>=65&&h<=70||h>=97&&h<=102)&&(a-=2,f+=2)}let o=0,p=r-1,l=f=>f>=2&&i.charCodeAt(f-2)===37&&i.charCodeAt(f-1)===51&&(i.charCodeAt(f)===68||i.charCodeAt(f)===100);p>=0&&(i.charCodeAt(p)===61?(o++,p--):l(p)&&(o++,p-=3)),o===1&&p>=0&&(i.charCodeAt(p)===61||l(p))&&o++;let m=Math.floor(a/4)*3-(o||0);return m>0?m:0}return Buffer.byteLength(i,"utf8")}var Bp={flush:He.default.constants.Z_SYNC_FLUSH,finishFlush:He.default.constants.Z_SYNC_FLUSH},Yh={flush:He.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:He.default.constants.BROTLI_OPERATION_FLUSH},Dp=d.isFunction(He.default.createBrotliDecompress),{http:Qh,https:Zh}=$p.default,ex=/https:?/,jp=I.protocols.map(t=>t+":"),Ip=(t,[e,s])=>(t.on("end",s).on("error",s),e),ka=class{constructor(){this.sessions=Object.create(null)}getSession(e,s){s=Object.assign({sessionTimeout:1e3},s);let i=this.sessions[e];if(i){let c=i.length;for(let m=0;m<c;m++){let[f,y]=i[m];if(!f.destroyed&&!f.closed&&Ca.default.isDeepStrictEqual(y,s))return f}}let n=Ra.default.connect(e,s),a,r=()=>{if(a)return;a=!0;let c=i,m=c.length,f=m;for(;f--;)if(c[f][0]===n){m===1?delete this.sessions[e]:c.splice(f,1);return}},o=n.request,{sessionTimeout:p}=s;if(p!=null){let c,m=0;n.request=function(){let f=o.apply(this,arguments);return m++,c&&(clearTimeout(c),c=null),f.once("close",()=>{--m||(c=setTimeout(()=>{c=null,r()},p))}),f}}n.once("close",r);let l=[n,s];return i?i.push(l):i=this.sessions[e]=[l],n}},tx=new ka;function sx(t,e){t.beforeRedirects.proxy&&t.beforeRedirects.proxy(t),t.beforeRedirects.config&&t.beforeRedirects.config(t,e)}function Vp(t,e,s){let i=e;if(!i&&i!==!1){let n=Fp.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){Vp(a,e,a.href)}}var ix=typeof process!="undefined"&&d.kindOf(process)==="process",nx=t=>new Promise((e,s)=>{let i,n,a=(p,l)=>{n||(n=!0,i&&i(p,l))},r=p=>{a(p),e(p)},o=p=>{a(p,!0),s(p)};t(r,o,p=>i=p).catch(o)}),ax=({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)}},Up=(t,e)=>ax(d.isObject(t)?t:{address:t,family:e}),rx={request(t,e){let s=t.protocol+"//"+t.hostname+":"+(t.port||(t.protocol==="https:"?443:80)),{http2Options:i,headers:n}=t,a=tx.getSession(s,i),{HTTP2_HEADER_SCHEME:r,HTTP2_HEADER_METHOD:o,HTTP2_HEADER_PATH:p,HTTP2_HEADER_STATUS:l}=Ra.default.constants,c={[r]:t.protocol.replace(":",""),[o]:t.method,[p]:t.path};d.forEach(n,(f,y)=>{y.charAt(0)!==":"&&(c[y]=f)});let m=a.request(c);return m.once("response",f=>{let y=m;f=Object.assign({},f);let h=f[l];delete f[l],y.headers=f,y.statusCode=+h,e(y)}),m}},Wp=ix&&function(e){return nx(function(i,n,a){return u(this,null,function*(){let{data:r,lookup:o,family:p,httpVersion:l=1,http2Options:c}=e,{responseType:m,responseEncoding:f}=e,y=e.method.toUpperCase(),h,x=!1,g;if(l=+l,Number.isNaN(l))throw TypeError(`Invalid protocol version: '${e.httpVersion}' is not a number`);if(l!==1&&l!==2)throw TypeError(`Unsupported protocol version '${l}'`);let k=l===2;if(o){let C=Lp(o,T=>d.isArray(T)?T:[T]);o=(T,F,ne)=>{C(T,F,(N,Z,ae)=>{if(N)return ne(N);let ee=d.isArray(Z)?Z.map(Et=>Up(Et)):[Up(Z,ae)];F.all?ne(N,ee):ne(N,ee[0].address,ee[0].family)})}}let R=new Hp.EventEmitter;function v(C){try{R.emit("abort",!C||C.type?new ye(null,e,g):C)}catch(T){console.warn("emit error",T)}}R.once("abort",n);let w=()=>{e.cancelToken&&e.cancelToken.unsubscribe(v),e.signal&&e.signal.removeEventListener("abort",v),R.removeAllListeners()};(e.cancelToken||e.signal)&&(e.cancelToken&&e.cancelToken.subscribe(v),e.signal&&(e.signal.aborted?v():e.signal.addEventListener("abort",v))),a((C,T)=>{if(h=!0,T){x=!0,w();return}let{data:F}=C;if(F instanceof $e.default.Readable||F instanceof $e.default.Duplex){let ne=$e.default.finished(F,()=>{ne(),w()})}else w()});let U=pt(e.baseURL,e.url,e.allowAbsoluteUrls),P=new URL(U,I.hasBrowserEnv?I.origin:void 0),j=P.protocol||jp[0];if(j==="data:"){if(e.maxContentLength>-1){let T=String(e.url||U||"");if(Sa(T)>e.maxContentLength)return n(new _("maxContentLength size of "+e.maxContentLength+" exceeded",_.ERR_BAD_RESPONSE,e))}let C;if(y!=="GET")return Ie(i,n,{status:405,statusText:"method not allowed",headers:{},config:e});try{C=va(e.url,m==="blob",{Blob:e.env&&e.env.Blob})}catch(T){throw _.from(T,_.ERR_BAD_REQUEST,e)}return m==="text"?(C=C.toString(f),(!f||f==="utf8")&&(C=d.stripBOM(C))):m==="stream"&&(C=$e.default.Readable.from(C)),Ie(i,n,{data:C,status:200,statusText:"OK",headers:new W,config:e})}if(jp.indexOf(j)===-1)return n(new _("Unsupported protocol "+j,_.ERR_BAD_REQUEST,e));let M=W.from(e.headers).normalize();M.set("User-Agent","axios/"+mt,!1);let{onUploadProgress:ce,onDownloadProgress:De}=e,Fe=e.maxRate,Re,K;if(d.isSpecCompliantForm(r)){let C=M.getContentType(/boundary=([-_\w\d]{10,70})/i);r=Ap(r,T=>{M.set(T)},{tag:`axios-${mt}-boundary`,boundary:C&&C[1]||void 0})}else if(d.isFormData(r)&&d.isFunction(r.getHeaders)){if(M.set(r.getHeaders()),!M.hasContentLength())try{let C=yield Ca.default.promisify(r.getLength).call(r);Number.isFinite(C)&&C>=0&&M.setContentLength(C)}catch(C){}}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(ji(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 wa({maxRate:d.toFiniteNumber(Re)})],d.noop),ce&&r.on("progress",Ip(r,It(ge,ze(Ut(ce),!1,3)))));let Ee;if(e.auth){let C=e.auth.username||"",T=e.auth.password||"";Ee=C+":"+T}if(!Ee&&P.username){let C=P.username,T=P.password;Ee=C+":"+T}Ee&&M.delete("authorization");let J;try{J=ct(P.pathname+P.search,e.params,e.paramsSerializer).replace(/^\?/,"")}catch(C){let T=new Error(C.message);return T.config=e,T.url=e.url,T.exists=!0,n(T)}M.set("Accept-Encoding","gzip, compress, deflate"+(Dp?", br":""),!1);let V={path:J,method:y,headers:M.toJSON(),agents:{http:e.httpAgent,https:e.httpsAgent},auth:Ee,protocol:j,family:p,beforeRedirect:sx,beforeRedirects:{},http2Options:c};!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,Vp(V,e.proxy,j+"//"+P.hostname+(P.port?":"+P.port:"")+V.path));let X,Ze=ex.test(V.protocol);if(V.agent=Ze?e.httpsAgent:e.httpAgent,k?X=rx:e.transport?X=e.transport:e.maxRedirects===0?X=Ze?zp.default:Mp.default:(e.maxRedirects&&(V.maxRedirects=e.maxRedirects),e.beforeRedirect&&(V.beforeRedirects.config=e.beforeRedirect),X=Ze?Zh:Qh),e.maxBodyLength>-1?V.maxBodyLength=e.maxBodyLength:V.maxBodyLength=1/0,e.insecureHTTPParser&&(V.insecureHTTPParser=e.insecureHTTPParser),g=X.request(V,function(T){if(g.destroyed)return;let F=[T],ne=d.toFiniteNumber(T.headers["content-length"]);if(De||K){let ee=new wa({maxRate:d.toFiniteNumber(K)});De&&ee.on("progress",Ip(ee,It(ne,ze(Ut(De),!0,3)))),F.push(ee)}let N=T,Z=T.req||g;if(e.decompress!==!1&&T.headers["content-encoding"])switch((y==="HEAD"||T.statusCode===204)&&delete T.headers["content-encoding"],(T.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":F.push(He.default.createUnzip(Bp)),delete T.headers["content-encoding"];break;case"deflate":F.push(new Pp),F.push(He.default.createUnzip(Bp)),delete T.headers["content-encoding"];break;case"br":Dp&&(F.push(He.default.createBrotliDecompress(Yh)),delete T.headers["content-encoding"])}N=F.length>1?$e.default.pipeline(F,d.noop):F[0];let ae={status:T.statusCode,statusText:T.statusMessage,headers:new W(T.headers),config:e,request:Z};if(m==="stream")ae.data=N,Ie(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){g.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))}Ie(i,n,ae)})}R.once("abort",ee=>{N.destroyed||(N.emit("error",ee),N.destroy())})}),R.once("abort",C=>{g.close?g.close():g.destroy(C)}),g.on("error",function(T){n(_.from(T,null,e,g))}),g.on("socket",function(T){T.setKeepAlive(!0,1e3*60)}),e.timeout){let C=parseInt(e.timeout,10);if(Number.isNaN(C)){v(new _("error trying to parse `config.timeout` to int",_.ERR_BAD_OPTION_VALUE,e,g));return}g.setTimeout(C,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,g))})}else g.setTimeout(0);if(d.isStream(r)){let C=!1,T=!1;r.on("end",()=>{C=!0}),r.once("error",F=>{T=!0,g.destroy(F)}),r.on("close",()=>{!C&&!T&&v(new ye("Request stream has been aborted",e,g))}),r.pipe(g)}else r&&g.write(r),g.end()})})};var Gp=I.hasStandardBrowserEnv?((t,e)=>s=>(s=new URL(s,I.origin),t.protocol===s.protocol&&t.host===s.host&&(e||t.port===s.port)))(new URL(I.origin),I.navigator&&/(msie|trident)/i.test(I.navigator.userAgent)):()=>!0;var Kp=I.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 Jp=t=>t instanceof W?L({},t):t;function Le(t,e){e=e||{};let s={};function i(l,c,m,f){return d.isPlainObject(l)&&d.isPlainObject(c)?d.merge.call({caseless:f},l,c):d.isPlainObject(c)?d.merge({},c):d.isArray(c)?c.slice():c}function n(l,c,m,f){if(d.isUndefined(c)){if(!d.isUndefined(l))return i(void 0,l,m,f)}else return i(l,c,m,f)}function a(l,c){if(!d.isUndefined(c))return i(void 0,c)}function r(l,c){if(d.isUndefined(c)){if(!d.isUndefined(l))return i(void 0,l)}else return i(void 0,c)}function o(l,c,m){if(m in e)return i(l,c);if(m in t)return i(void 0,l)}let p={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:(l,c,m)=>n(Jp(l),Jp(c),m,!0)};return d.forEach(Object.keys(L(L({},t),e)),function(c){if(c==="__proto__"||c==="constructor"||c==="prototype")return;let m=d.hasOwnProp(p,c)?p[c]:n,f=m(t[c],e[c],c);d.isUndefined(f)&&m!==o||(s[c]=f)}),s}var Ii=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(I.hasStandardBrowserEnv||I.hasStandardBrowserWebWorkerEnv)r.setContentType(void 0);else if(d.isFunction(s.getHeaders)){let p=s.getHeaders(),l=["content-type","content-length"];Object.entries(p).forEach(([c,m])=>{l.includes(c.toLowerCase())&&r.set(c,m)})}}if(I.hasStandardBrowserEnv&&(i&&d.isFunction(i)&&(i=i(e)),i||i!==!1&&Gp(e.url))){let p=n&&a&&Kp.read(a);p&&r.set(n,p)}return e};var ox=typeof XMLHttpRequest!="undefined",Xp=ox&&function(t){return new Promise(function(s,i){let n=Ii(t),a=n.data,r=W.from(n.headers).normalize(),{responseType:o,onUploadProgress:p,onDownloadProgress:l}=n,c,m,f,y,h;function x(){y&&y(),h&&h(),n.cancelToken&&n.cancelToken.unsubscribe(c),n.signal&&n.signal.removeEventListener("abort",c)}let g=new XMLHttpRequest;g.open(n.method.toUpperCase(),n.url,!0),g.timeout=n.timeout;function k(){if(!g)return;let v=W.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders()),U={data:!o||o==="text"||o==="json"?g.responseText:g.response,status:g.status,statusText:g.statusText,headers:v,config:t,request:g};Ie(function(j){s(j),x()},function(j){i(j),x()},U),g=null}"onloadend"in g?g.onloadend=k:g.onreadystatechange=function(){!g||g.readyState!==4||g.status===0&&!(g.responseURL&&g.responseURL.indexOf("file:")===0)||setTimeout(k)},g.onabort=function(){g&&(i(new _("Request aborted",_.ECONNABORTED,t,g)),g=null)},g.onerror=function(w){let U=w&&w.message?w.message:"Network Error",P=new _(U,_.ERR_NETWORK,t,g);P.event=w||null,i(P),g=null},g.ontimeout=function(){let w=n.timeout?"timeout of "+n.timeout+"ms exceeded":"timeout exceeded",U=n.transitional||st;n.timeoutErrorMessage&&(w=n.timeoutErrorMessage),i(new _(w,U.clarifyTimeoutError?_.ETIMEDOUT:_.ECONNABORTED,t,g)),g=null},a===void 0&&r.setContentType(null),"setRequestHeader"in g&&d.forEach(r.toJSON(),function(w,U){g.setRequestHeader(U,w)}),d.isUndefined(n.withCredentials)||(g.withCredentials=!!n.withCredentials),o&&o!=="json"&&(g.responseType=n.responseType),l&&([f,h]=ze(l,!0),g.addEventListener("progress",f)),p&&g.upload&&([m,y]=ze(p),g.upload.addEventListener("progress",m),g.upload.addEventListener("loadend",y)),(n.cancelToken||n.signal)&&(c=v=>{g&&(i(!v||v.type?new ye(null,t,g):v),g.abort(),g=null)},n.cancelToken&&n.cancelToken.subscribe(c),n.signal&&(n.signal.aborted?c():n.signal.addEventListener("abort",c)));let R=ws(n.url);if(R&&I.protocols.indexOf(R)===-1){i(new _("Unsupported protocol "+R+":",_.ERR_BAD_REQUEST,t));return}g.send(a||null)})};var cx=(t,e)=>{let{length:s}=t=t?t.filter(Boolean):[];if(e||s){let i=new AbortController,n,a=function(l){if(!n){n=!0,o();let c=l instanceof Error?l:this.reason;i.abort(c instanceof _?c:new ye(c instanceof Error?c.message:c))}},r=e&&setTimeout(()=>{r=null,a(new _(`timeout of ${e}ms exceeded`,_.ETIMEDOUT))},e),o=()=>{t&&(r&&clearTimeout(r),r=null,t.forEach(l=>{l.unsubscribe?l.unsubscribe(a):l.removeEventListener("abort",a)}),t=null)};t.forEach(l=>l.addEventListener("abort",a));let{signal:p}=i;return p.unsubscribe=()=>d.asap(o),p}},Yp=cx;var px=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},lx=function(t,e){return je(this,null,function*(){try{for(var s=Pr(ux(t)),i,n,a;i=!(n=yield new Ce(s.next())).done;i=!1){let r=n.value;yield*Me(px(r,e))}}catch(n){a=[n]}finally{try{i&&(n=s.return)&&(yield new Ce(n.call(s)))}finally{if(a)throw a[0]}}})},ux=function(t){return je(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())}})},Aa=(t,e,s,i)=>{let n=lx(t,e),a=0,r,o=l=>{r||(r=!0,i&&i(l))};return new ReadableStream({pull(l){return u(this,null,function*(){try{let{done:c,value:m}=yield n.next();if(c){o(),l.close();return}let f=m.byteLength;if(s){let y=a+=f;s(y)}l.enqueue(new Uint8Array(m))}catch(c){throw o(c),c}})},cancel(l){return o(l),n.return()}},{highWaterMark:2})};var Qp=64*1024,{isFunction:Ui}=d,dx=(({Request:t,Response:e})=>({Request:t,Response:e}))(d.global),{ReadableStream:Zp,TextEncoder:el}=d.global,tl=(t,...e)=>{try{return!!t(...e)}catch(s){return!1}},mx=t=>{t=d.merge.call({skipUndefined:!0},dx,t);let{fetch:e,Request:s,Response:i}=t,n=e?Ui(e):typeof fetch=="function",a=Ui(s),r=Ui(i);if(!n)return!1;let o=n&&Ui(Zp),p=n&&(typeof el=="function"?(h=>x=>h.encode(x))(new el):h=>u(null,null,function*(){return new Uint8Array(yield new s(h).arrayBuffer())})),l=a&&o&&tl(()=>{let h=!1,x=new s(I.origin,{body:new Zp,method:"POST",get duplex(){return h=!0,"half"}}).headers.has("Content-Type");return h&&!x}),c=r&&o&&tl(()=>d.isReadableStream(new i("").body)),m={stream:c&&(h=>h.body)};n&&["text","arrayBuffer","blob","formData","stream"].forEach(h=>{!m[h]&&(m[h]=(x,g)=>{let k=x&&x[h];if(k)return k.call(x);throw new _(`Response type '${h}' is not supported`,_.ERR_NOT_SUPPORT,g)})});let f=h=>u(null,null,function*(){if(h==null)return 0;if(d.isBlob(h))return h.size;if(d.isSpecCompliantForm(h))return(yield new s(I.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 p(h)).byteLength}),y=(h,x)=>u(null,null,function*(){let g=d.toFiniteNumber(h.getContentLength());return g==null?f(x):g});return h=>u(null,null,function*(){let{url:x,method:g,data:k,signal:R,cancelToken:v,timeout:w,onDownloadProgress:U,onUploadProgress:P,responseType:j,headers:M,withCredentials:ce="same-origin",fetchOptions:De}=Ii(h),Fe=e||fetch;j=j?(j+"").toLowerCase():"text";let Re=Yp([R,v&&v.toAbortSignal()],w),K=null,ge=Re&&Re.unsubscribe&&(()=>{Re.unsubscribe()}),Ee;try{if(P&&l&&g!=="get"&&g!=="head"&&(Ee=yield y(M,k))!==0){let T=new s(x,{method:"POST",body:k,duplex:"half"}),F;if(d.isFormData(k)&&(F=T.headers.get("content-type"))&&M.setContentType(F),T.body){let[ne,N]=It(Ee,ze(Ut(P)));k=Aa(T.body,Qp,ne,N)}}d.isString(ce)||(ce=ce?"include":"omit");let J=a&&"credentials"in s.prototype,V=re(L({},De),{signal:Re,method:g.toUpperCase(),headers:M.normalize().toJSON(),body:k,duplex:"half",credentials:J?ce:void 0});K=a&&new s(x,V);let X=yield a?Fe(K,De):Fe(x,V),Ze=c&&(j==="stream"||j==="response");if(c&&(U||Ze&&ge)){let T={};["status","statusText","headers"].forEach(Z=>{T[Z]=X[Z]});let F=d.toFiniteNumber(X.headers.get("content-length")),[ne,N]=U&&It(F,ze(Ut(U),!0))||[];X=new i(Aa(X.body,Qp,ne,()=>{N&&N(),ge&&ge()}),T)}j=j||"text";let C=yield m[d.findKey(m,j)||"text"](X,h);return!Ze&&ge&&ge(),yield new Promise((T,F)=>{Ie(T,F,{data:C,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)}})},fx=new Map,Oa=t=>{let e=t&&t.env||{},{fetch:s,Request:i,Response:n}=e,a=[i,n,s],r=a.length,o=r,p,l,c=fx;for(;o--;)p=a[o],l=c.get(p),l===void 0&&c.set(p,l=o?new Map:mx(e)),c=l;return l},kw=Oa();var Pa={http:Wp,xhr:Xp,fetch:{get:Oa}};d.forEach(Pa,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch(s){}Object.defineProperty(t,"adapterName",{value:e})}});var sl=t=>`- ${t}`,xx=t=>d.isFunction(t)||t===null||t===!1;function gx(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,!xx(i)&&(n=Pa[(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(([p,l])=>`adapter ${p} `+(l===!1?"is not supported by the environment":"is not available in the build")),o=s?r.length>1?`since :
|
|
17
|
-
`+r.map(
|
|
18
|
-
`):" "+
|
|
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&&Ts.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}:Ts.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),Ts.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=[],p=!0;this.interceptors.request.forEach(function(x){if(typeof x.runWhen=="function"&&x.runWhen(s)===!1)return;p=p&&x.synchronous;let g=s.transitional||st;g&&g.legacyInterceptorReqResOrdering?o.unshift(x.fulfilled,x.rejected):o.push(x.fulfilled,x.rejected)});let l=[];this.interceptors.response.forEach(function(x){l.push(x.fulfilled,x.rejected)});let c,m=0,f;if(!p){let h=[Mi.bind(this),void 0];for(h.unshift(...o),h.push(...l),f=h.length,c=Promise.resolve(s);m<f;)c=c.then(h[m++],h[m++]);return c}f=o.length;let y=s;for(;m<f;){let h=o[m++],x=o[m++];try{y=h(y)}catch(g){x.call(this,g);break}}try{c=Mi.call(this,y)}catch(h){return Promise.reject(h)}for(m=0,f=l.length;m<f;)c=c.then(l[m++],l[m++]);return c}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 Ss=Ft;var Na=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}}},nl=Na;function qa(t){return function(s){return t.apply(null,s)}}function Ba(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 al=Da;function rl(t){let e=new Ss(t),s=os(Ss.prototype.request,e);return d.extend(s,Ss.prototype,e,{allOwnKeys:!0}),d.extend(s,e,null,{allOwnKeys:!0}),s.create=function(n){return rl(Le(t,n))},s}var Y=rl(Pt);Y.Axios=Ss;Y.CanceledError=ye;Y.CancelToken=nl;Y.isCancel=gs;Y.VERSION=mt;Y.toFormData=tt;Y.AxiosError=_;Y.Cancel=Y.CanceledError;Y.all=function(e){return Promise.all(e)};Y.spread=qa;Y.isAxiosError=Ba;Y.mergeConfig=Le;Y.AxiosHeaders=W;Y.formToJSON=t=>Pi(d.isHTMLForm(t)?new FormData(t):t);Y.getAdapter=Fi.getAdapter;Y.HttpStatusCode=al;Y.default=Y;var Mt=Y;var{Axios:SE,AxiosError:kE,CanceledError:RE,isCancel:CE,CancelToken:AE,VERSION:OE,all:PE,Cancel:LE,isAxiosError:NE,spread:qE,toFormData:BE,AxiosHeaders:DE,HttpStatusCode:jE,formToJSON:IE,getAdapter:UE,mergeConfig:FE}=Mt;var ll=D(cl(),1);var ja="axios-retry";function ul(t){let e=["ERR_CANCELED","ECONNABORTED"];return t.response||!t.code||e.includes(t.code)?!1:(0,ll.default)(t)}var dl=["get","head","options"],bx=dl.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 _x(t){var e;return(e=t.config)!=null&&e.method?Ia(t)&&dl.indexOf(t.config.method)!==-1:!1}function ml(t){var e;return(e=t.config)!=null&&e.method?Ia(t)&&bx.indexOf(t.config.method)!==-1:!1}function fl(t){return ul(t)||ml(t)}function Ua(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 wx(t=0,e=void 0){return Math.max(0,Ua(e))}function Ex(t=0,e=void 0,s=100){let i=Ar(2,t)*s,n=Math.max(i,Ua(e)),a=n*.2*Math.random();return n+a}function Tx(t=100){return(e=0,s=void 0)=>{let i=e*t;return Math.max(i,Ua(s))}}var Sx={retries:3,retryCondition:fl,retryDelay:wx,shouldResetTimeout:!1,onRetry:()=>{},onMaxRetryTimesExceeded:()=>{},validateResponse:null};function kx(t,e){return L(L(L({},Sx),e),t[ja])}function pl(t,e,s=!1){let i=kx(t,e||{});return i.retryCount=i.retryCount||0,(!i.lastRequestTime||s)&&(i.lastRequestTime=Date.now()),t[ja]=i,i}function Rx(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 Cx(t,e){return u(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 Ax(t,e,s,i){return u(this,null,function*(){var p;e.retryCount+=1;let{retryDelay:n,shouldResetTimeout:a,onRetry:r}=e,o=n(e.retryCount,s);if(Rx(t,i),!a&&i.timeout&&e.lastRequestTime){let l=Date.now()-e.lastRequestTime,c=i.timeout-l-o;if(c<=0)return Promise.reject(s);i.timeout=c}return i.transformRequest=[l=>l],yield r(e.retryCount,s,i),(p=i.signal)!=null&&p.aborted?Promise.resolve(t(i)):new Promise(l=>{var f;let c=()=>{clearTimeout(m),l(t(i))},m=setTimeout(()=>{var y;l(t(i)),(y=i.signal)!=null&&y.removeEventListener&&i.signal.removeEventListener("abort",c)},o);(f=i.signal)!=null&&f.addEventListener&&i.signal.addEventListener("abort",c,{once:!0})})})}function Ox(t,e){return u(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 pl(n,e,!0),(a=n[ja])!=null&&a.validateResponse&&(n.validateStatus=()=>!1),n}),i=t.interceptors.response.use(null,n=>u(null,null,function*(){var o;let{config:a}=n;if(!a)return Promise.reject(n);let r=pl(a,e);return n.response&&((o=r.validateResponse)!=null&&o.call(r,n.response))?n.response:(yield Cx(r,n))?Ax(t,r,n,a):(yield Ox(r,n),Promise.reject(n))}));return{requestInterceptorId:s,responseInterceptorId:i}};it.isNetworkError=ul;it.isSafeRequestError=_x;it.isIdempotentRequestError=ml;it.isNetworkOrIdempotentRequestError=fl;it.exponentialDelay=Ex;it.linearDelay=Tx;it.isRetryableError=Ia;var $i=it;var Wa=D(gl(),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 ks=Object.create(null);Object.keys(Ne).forEach(t=>{ks[Ne[t]]=t});var Rs={type:"error",data:"parser error"};var Cs=({type:t,data:e},s,i)=>e instanceof ArrayBuffer||ArrayBuffer.isView(e)?i(s?e:"b"+yl(e,!0).toString("base64")):i(Ne[t]+(e||"")),yl=(t,e)=>Buffer.isBuffer(t)||t instanceof Uint8Array&&!e?t:t instanceof ArrayBuffer?Buffer.from(t):Buffer.from(t.buffer,t.byteOffset,t.byteLength),Ma;function vl(t,e){if(t.data instanceof ArrayBuffer||ArrayBuffer.isView(t.data))return e(yl(t.data,!1));Cs(t,!0,s=>{Ma||(Ma=new TextEncoder),e(Ma.encode(s))})}var As=(t,e)=>{if(typeof t!="string")return{type:"message",data:bl(t,e)};let s=t.charAt(0);if(s==="b"){let i=Buffer.from(t.substring(1),"base64");return{type:"message",data:bl(i,e)}}return ks[s]?t.length>1?{type:ks[s],data:t.substring(1)}:{type:ks[s]}:Rs},bl=(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 _l="",wl=(t,e)=>{let s=t.length,i=new Array(s),n=0;t.forEach((a,r)=>{Cs(a,!1,o=>{i[r]=o,++n===s&&e(i.join(_l))})})},El=(t,e)=>{let s=t.split(_l),i=[];for(let n=0;n<s.length;n++){let a=As(s[n],e);if(i.push(a),a.type==="error")break}return i};function Tl(){return new TransformStream({transform(t,e){vl(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 za;function Hi(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 Sl(t,e){za||(za=new TextDecoder);let s=[],i=0,n=-1,a=!1;return new TransformStream({transform(r,o){for(s.push(r);;){if(i===0){if(Hi(s)<1)break;let p=Vi(s,1);a=(p[0]&128)===128,n=p[0]&127,n<126?i=3:n===126?i=1:i=2}else if(i===1){if(Hi(s)<2)break;let p=Vi(s,2);n=new DataView(p.buffer,p.byteOffset,p.length).getUint16(0),i=3}else if(i===2){if(Hi(s)<8)break;let p=Vi(s,8),l=new DataView(p.buffer,p.byteOffset,p.length),c=l.getUint32(0);if(c>Math.pow(2,21)-1){o.enqueue(Rs);break}n=c*Math.pow(2,32)+l.getUint32(4),i=3}else{if(Hi(s)<n)break;let p=Vi(s,n);o.enqueue(As(a?p:za.decode(p),e)),i=0}if(n===0||n>t){o.enqueue(Rs);break}}}})}var $a=4;function $(t){if(t)return Lx(t)}function Lx(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,kl="nodebuffer";function Rl(){return new Ha}function Nx(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 p=o[0].trim(),l=o[1].trim();switch(p){case"Expires":a.expires=new Date(l);break;case"Max-Age":let c=new Date;c.setUTCSeconds(c.getUTCSeconds()+parseInt(l,10)),a.expires=c;break;default:}}return a}var Ha=class{constructor(){this._cookies=new Map}parseCookies(e){e&&e.forEach(s=>{let i=Nx(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 Wi(t,...e){return e.reduce((s,i)=>(t.hasOwnProperty(i)&&(s[i]=t[i]),s),{})}var qx=de.setTimeout,Bx=de.clearTimeout;function We(t,e){e.useNativeTimers?(t.setTimeoutFn=qx.bind(de),t.clearTimeoutFn=Bx.bind(de)):(t.setTimeoutFn=de.setTimeout.bind(de),t.clearTimeoutFn=de.clearTimeout.bind(de))}var Dx=1.33;function Cl(t){return typeof t=="string"?jx(t):Math.ceil((t.byteLength||t.size)*Dx)}function jx(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 Gi(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function Al(t){let e="";for(let s in t)t.hasOwnProperty(s)&&(e.length&&(e+="&"),e+=encodeURIComponent(s)+"="+encodeURIComponent(t[s]));return e}function Ol(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 Pl=D(ve(),1),Ix=(0,Pl.default)("engine.io-client:transport"),Ki=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 Ki(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):Ix("transport is not open, discarding packets")}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(e){let s=As(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=Al(e);return s.length?"?"+s:""}};var Ll=D(ve(),1),qe=(0,Ll.default)("engine.io-client:polling"),Os=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)};El(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,wl(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]=Gi()),!this.supportsBinary&&!s.sid&&(s.b64=1),this.createUri(e,s)}};var Nl=!1;try{Nl=typeof XMLHttpRequest!="undefined"&&"withCredentials"in new XMLHttpRequest}catch(t){}var ql=Nl;var Dl=D(ve(),1),Va=(0,Dl.default)("engine.io-client:polling");function Ux(){}var Ji=class extends Os{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(){Va("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=Wi(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");s.xdomain=!!this._opts.xd;let i=this._xhr=this.createRequest(s);try{Va("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))},Va("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=Ux,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",Bl);else if(typeof addEventListener=="function"){let t="onpagehide"in de?"pagehide":"unload";addEventListener(t,Bl,!1)}}function Bl(){for(let t in Ke.requests)Ke.requests.hasOwnProperty(t)&&Ke.requests[t].abort()}var _T=(function(){let t=Fx({xdomain:!1});return t&&t.responseType!==null})();function Fx(t){let e=t.xdomain;try{if(typeof XMLHttpRequest!="undefined"&&(!e||ql))return new XMLHttpRequest}catch(s){}if(!e)try{return new de[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch(s){}}var Mx=Wa.default||Wa,$t=class extends Ji{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 Mx(i),this.uri(),e)}};var ry=D(Pu(),1),oy=D(ir(),1),cy=D(rr(),1),fr=D(cn(),1),py=D(Fu(),1);var Mu=D(ve(),1),uy=(0,Mu.default)("engine.io-client:websocket"),dy=typeof navigator!="undefined"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative",ln=class extends Ge{get name(){return"websocket"}doOpen(){let e=this.uri(),s=this.opts.protocols,i=dy?{}:Wi(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;Cs(i,this.supportsBinary,a=>{try{this.doWrite(i,a)}catch(r){uy("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]=Gi()),this.supportsBinary||(s.b64=1),this.createUri(e,s)}},YT=de.WebSocket||de.MozWebSocket;var Yt=class extends ln{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 fr.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 zu=D(ve(),1),Us=(0,zu.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(()=>{Us("transport closed gracefully"),this.onClose()}).catch(e=>{Us("transport closed due to %s",e),this.onError("webtransport error",e)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(e=>{let s=Sl(Number.MAX_SAFE_INTEGER,this.socket.binaryType),i=e.readable.pipeThrough(s).getReader(),n=Tl();n.readable.pipeTo(e.writable),this._writer=n.writable.getWriter();let a=()=>{i.read().then(({done:o,value:p})=>{if(o){Us("session is closed");return}Us("received chunk: %o",p),this.onPacket(p),a()}).catch(o=>{Us("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 hr={websocket:Yt,webtransport:Qt,polling:$t};var my=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,fy=["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=my.exec(t||""),a={},r=14;for(;r--;)a[fy[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=hy(a,a.path),a.queryKey=xy(a,a.query),a}function hy(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 xy(t,e){let s={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(i,n,a){n&&(s[n]=a)}),s}var $u=D(ve(),1),z=(0,$u.default)("engine.io-client:socket"),xr=typeof addEventListener=="function"&&typeof removeEventListener=="function",Fs=[];xr&&addEventListener("offline",()=>{z("closing %d connection(s) because the network was lost",Fs.length),Fs.forEach(t=>t())},!1);var bt=class t extends ${constructor(e,s){if(super(),this.binaryType=kl,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=Ol(this.opts.query)),xr&&(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"})},Fs.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=Rl()),this._open()}createTransport(e){z('creating transport "%s"',e);let s=Object.assign({},this.opts.query);s.EIO=$a,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+=Cl(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(),xr&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){let i=Fs.indexOf(this._offlineEventListener);i!==-1&&(z("removing listener for the 'offline' event"),Fs.splice(i,1))}this.readyState="closed",this.id=null,this.emitReserved("close",e,s),this.writeBuffer=[],this._prevBufferLen=0}}};bt.protocol=$a;var un=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"),c(),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,c(),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 p(){r("socket closed")}function l(m){s&&m.name!==s.name&&(z('"%s" works - aborting "%s"',m.name,s.name),a())}let c=()=>{s.removeListener("open",n),s.removeListener("error",r),s.removeListener("close",o),this.off("close",p),this.off("upgrading",l)};s.once("open",n),s.once("error",r),s.once("close",o),this.once("close",p),this.once("upgrading",l),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 un{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=>hr[n]).filter(n=>!!n)),super(e,i)}};var _0=es.protocol;var Vu=D(ve(),1),Hu=(0,Vu.default)("socket.io-client:url");function Wu(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)||(Hu("protocol-less url %s",t),typeof s!="undefined"?t=s.protocol+"//"+t:t="https://"+t),Hu("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 Er={};wn(Er,{Decoder:()=>_r,Encoder:()=>br,PacketType:()=>O,isPacketValid:()=>Ry,protocol:()=>Qu});var by=typeof ArrayBuffer=="function",_y=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer,Gu=Object.prototype.toString,wy=typeof Blob=="function"||typeof Blob!="undefined"&&Gu.call(Blob)==="[object BlobConstructor]",Ey=typeof File=="function"||typeof File!="undefined"&&Gu.call(File)==="[object FileConstructor]";function zs(t){return by&&(t instanceof ArrayBuffer||_y(t))||wy&&t instanceof Blob||Ey&&t instanceof File}function Ms(t,e){if(!t||typeof t!="object")return!1;if(Array.isArray(t)){for(let s=0,i=t.length;s<i;s++)if(Ms(t[s]))return!0;return!1}if(zs(t))return!0;if(t.toJSON&&typeof t.toJSON=="function"&&arguments.length===1)return Ms(t.toJSON(),!0);for(let s in t)if(Object.prototype.hasOwnProperty.call(t,s)&&Ms(t[s]))return!0;return!1}function Ku(t){let e=[],s=t.data,i=t;return i.data=gr(s,e),i.attachments=e.length,{packet:i,buffers:e}}function gr(t,e){if(!t)return t;if(zs(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]=gr(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]=gr(t[i],e));return s}return t}function Ju(t,e){return t.data=yr(t.data,e),delete t.attachments,t}function yr(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]=yr(t[s],e);else if(typeof t=="object")for(let s in t)Object.prototype.hasOwnProperty.call(t,s)&&(t[s]=yr(t[s],e));return t}var Xu=D(ve(),1),vr=(0,Xu.default)("socket.io-parser"),Yu=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],Qu=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 br=class{constructor(e){this.replacer=e}encode(e){return vr("encoding packet %j",e),(e.type===O.EVENT||e.type===O.ACK)&&Ms(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)),vr("encoded %j as %s",e,s),s}encodeAsBinary(e){let s=Ku(e),i=this.encodeAsString(s.packet),n=s.buffers;return n.unshift(i),n}},_r=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 wr(s),s.attachments===0&&super.emitReserved("decoded",s)):super.emitReserved("decoded",s)}else if(zs(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(!Zu(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 vr("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 dn(s);case O.DISCONNECT:return s===void 0;case O.CONNECT_ERROR:return typeof s=="string"||dn(s);case O.EVENT:case O.BINARY_EVENT:return Array.isArray(s)&&(typeof s[0]=="number"||typeof s[0]=="string"&&Yu.indexOf(s[0])===-1);case O.ACK:case O.BINARY_ACK:return Array.isArray(s)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}},wr=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=Ju(this.reconPack,this.buffers);return this.finishedReconstruction(),s}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}};function Ty(t){return typeof t=="string"}var Zu=Number.isInteger||function(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t};function Sy(t){return t===void 0||Zu(t)}function dn(t){return Object.prototype.toString.call(t)==="[object Object]"}function ky(t,e){switch(t){case O.CONNECT:return e===void 0||dn(e);case O.DISCONNECT:return e===void 0;case O.EVENT:return Array.isArray(e)&&(typeof e[0]=="number"||typeof e[0]=="string"&&Yu.indexOf(e[0])===-1);case O.ACK:return Array.isArray(e);case O.CONNECT_ERROR:return typeof e=="string"||dn(e);default:return!1}}function Ry(t){return Ty(t.nsp)&&Sy(t.id)&&ky(t.type,t.data)}function _e(t,e,s){return t.on(e,s),function(){t.off(e,s)}}var ed=D(ve(),1),Q=(0,ed.default)("socket.io-client:socket"),Cy=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(Cy.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 c=this.ids++;Q("emitting packet with ack id %d",c);let m=s.pop();this._registerAckCallback(c,m),r.id=c}let o=(n=(i=this.io.engine)===null||i===void 0?void 0:i.transport)===null||n===void 0?void 0:n.writable,p=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"):p?(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 td=D(ve(),1),oe=(0,td.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||Er;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 p=this.setTimeoutFn(()=>{oe("connect attempt timed out after %d",o),n(),a(new Error("timeout")),s.close()},o);this.opts.autoUnref&&p.unref(),this.subs.push(()=>{this.clearTimeoutFn(p)})}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 id=D(ve(),1),sd=(0,id.default)("socket.io-client"),$s={};function Hs(t,e){typeof t=="object"&&(e=t,t=void 0),e=e||{};let s=Wu(t,e.path||"/socket.io"),i=s.source,n=s.id,a=s.path,r=$s[n]&&a in $s[n].nsps,o=e.forceNew||e["force new connection"]||e.multiplex===!1||r,p;return o?(sd("ignoring socket cache for %s",i),p=new ss(i,e)):($s[n]||(sd("new io instance for %s",i),$s[n]=new ss(i,e)),p=$s[n]),s.query&&!e.query&&(e.query=s.queryKey),p.socket(s.path,e)}Object.assign(Hs,{Manager:ss,Socket:ts,io:Hs,connect:Hs});var mn=class extends Error{constructor(e){super(e),this.name="EcodrixError"}},we=class extends mn{constructor(s,i,n){super(s);A(this,"status");A(this,"code");this.name="APIError",this.status=i,this.code=n}},Vs=class extends we{constructor(e="Invalid API Key or Client Code"){super(e,401,"AUTH_FAILED"),this.name="AuthenticationError"}},Tr=class extends we{constructor(e="Too many requests. Please slow down."){super(e,429,"RATE_LIMIT_EXCEEDED"),this.name="RateLimitError"}};var S=class{constructor(e){this.client=e}post(e,s,i){return u(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 u(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 u(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 u(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 u(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 fn=class extends S{list(e){return u(this,null,function*(){return this.get(`/api/crm/leads/${e}/notes`)})}create(e,s){return u(this,null,function*(){return this.post(`/api/crm/leads/${e}/notes`,s)})}update(e,s){return u(this,null,function*(){return this.patch(`/api/crm/notes/${e}`,{content:s})})}pin(e,s=!0){return u(this,null,function*(){return this.patch(`/api/crm/notes/${e}/pin`,{isPinned:s})})}delete(e){return u(this,null,function*(){return this.deleteRequest(`/api/crm/notes/${e}`)})}},Ws=class extends S{constructor(s){super(s);A(this,"notes");this.notes=new fn(s)}timeline(s,i){return u(this,null,function*(){return this.get(`/api/crm/leads/${s}/timeline`,{params:i})})}list(s,i){return u(this,null,function*(){return this.get(`/api/crm/leads/${s}/activities`,{params:L({},i)})})}log(s){return u(this,null,function*(){return this.post(`/api/crm/leads/${s.leadId}/activities`,s)})}logCall(s,i){return u(this,null,function*(){return this.post(`/api/crm/leads/${s}/calls`,i)})}};var Gs=class extends S{overview(e){return u(this,null,function*(){return this.get("/api/crm/analytics/overview",{params:e})})}funnel(e){return u(this,null,function*(){return this.get("/api/crm/analytics/funnel",{params:{pipelineId:e}})})}forecast(e){return u(this,null,function*(){return this.get("/api/crm/analytics/forecast",{params:{pipelineId:e}})})}sources(e){return u(this,null,function*(){return this.get("/api/crm/analytics/sources",{params:e})})}team(e){return u(this,null,function*(){return this.get("/api/crm/analytics/team",{params:e})})}heatmap(e){return u(this,null,function*(){return this.get("/api/crm/analytics/heatmap",{params:e})})}scores(){return u(this,null,function*(){return this.get("/api/crm/analytics/scores")})}stageTime(e){return u(this,null,function*(){return this.get("/api/crm/analytics/stage-time",{params:{pipelineId:e}})})}tiered(e){return u(this,null,function*(){return this.get("/api/crm/analytics/tiered",{params:e})})}summary(e){return u(this,null,function*(){return this.get("/api/crm/analytics/summary",{params:e})})}whatsapp(e){return u(this,null,function*(){return this.get("/api/crm/analytics/whatsapp",{params:e})})}};var Ks=class extends S{stats(){return u(this,null,function*(){return this.get("/api/crm/automation/stats")})}logs(e){return u(this,null,function*(){return this.get("/api/crm/automation/logs",{params:e})})}retryFailedEvent(e){return u(this,null,function*(){return this.post(`/api/crm/automation/logs/${e}/retry`,{})})}};var Js=class extends S{list(){return u(this,null,function*(){return this.get("/api/crm/automations")})}create(e){return u(this,null,function*(){return this.post("/api/crm/automations",e)})}update(e,s){return u(this,null,function*(){return this.patch(`/api/crm/automations/${e}`,s)})}toggle(e){return u(this,null,function*(){return this.patch(`/api/crm/automations/${e}/toggle`)})}delete(e){return u(this,null,function*(){return this.deleteRequest(`/api/crm/automations/${e}`)})}bulkDelete(e){return u(this,null,function*(){return this.post("/api/crm/automations/bulk-delete",{ids:e})})}test(e,s){return u(this,null,function*(){return this.post(`/api/crm/automations/${e}/test`,{leadId:s})})}getAvailableEvents(){return u(this,null,function*(){return this.post("/api/crm/automations/events",{})})}enrollments(e,s){return u(this,null,function*(){return this.get(`/api/crm/automations/${e}/enrollments`,{params:s})})}getEnrollment(e){return u(this,null,function*(){return this.get(`/api/crm/automations/enrollments/${e}`)})}pauseEnrollment(e,s){return u(this,null,function*(){return this.post(`/api/crm/automations/${e}/enrollments/${s}/pause`,{})})}resumeEnrollment(e,s){return u(this,null,function*(){return this.post(`/api/crm/automations/${e}/enrollments/${s}/resume`,{})})}runs(e){return u(this,null,function*(){return this.get(`/api/crm/automations/${e}/runs`)})}getRun(e){return u(this,null,function*(){return this.get(`/api/crm/automations/runs/${e}`)})}resumeRun(e){return u(this,null,function*(){return this.post(`/api/crm/automations/runs/${e}/resume`,{})})}abortRun(e){return u(this,null,function*(){return this.post(`/api/crm/automations/runs/${e}/abort`,{})})}webhookEvent(e,s,i){return u(this,null,function*(){return this.post("/api/crm/webhook-event",{ruleId:e,eventName:s,payload:i})})}};var Xs=class extends S{create(e){return u(this,null,function*(){return this.post("/api/crm/leads",e)})}describe(){return u(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 u(this,null,function*(){return this.post("/api/crm/leads/upsert",e)})}createMany(e,s=50){return u(this,null,function*(){let i=[];for(let n=0;n<e.length;n+=s){let r=e.slice(n,n+s).map(p=>this.create(p)),o=yield Promise.allSettled(r);for(let p of o)if(p.status==="fulfilled")i.push(p.value);else throw p.reason}return i})}import(e){return u(this,null,function*(){return this.post("/api/crm/leads/import",{leads:e})})}list(e){return u(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 je(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 u(this,null,function*(){return this.get(`/api/crm/leads/${e}`)})}retrieveByPhone(e){return u(this,null,function*(){return this.get(`/api/crm/leads/phone/${encodeURIComponent(e)}`)})}retrieveByRef(e,s){return u(this,null,function*(){return this.get(`/api/crm/leads/ref/${encodeURIComponent(e)}/${encodeURIComponent(s)}`)})}update(e,s){return u(this,null,function*(){return this.patch(`/api/crm/leads/${e}`,s)})}move(e,s){return u(this,null,function*(){return this.patch(`/api/crm/leads/${e}/move`,{stageId:s})})}convert(e,s,i){return u(this,null,function*(){return this.post(`/api/crm/leads/${e}/convert`,{outcome:s,reason:i})})}tags(e,s){return u(this,null,function*(){return this.patch(`/api/crm/leads/${e}/tags`,s)})}recalculateScore(e){return u(this,null,function*(){return this.post(`/api/crm/leads/${e}/score`,{})})}updateMetadata(e,s){return u(this,null,function*(){return this.patch(`/api/crm/leads/${e}/metadata`,s)})}fields(){return u(this,null,function*(){return this.get("/api/crm/leads/fields")})}notes(e){return u(this,null,function*(){return this.get(`/api/crm/leads/${e}/notes`)})}activities(e,s){return u(this,null,function*(){return this.get(`/api/crm/leads/${e}/timeline`,{params:s})})}createNote(e,s){return u(this,null,function*(){return this.post(`/api/crm/leads/${e}/notes`,s)})}updateNote(e,s,i){return u(this,null,function*(){return this.patch(`/api/crm/notes/${s}`,i)})}deleteNote(e,s){return u(this,null,function*(){return this.deleteRequest(`/api/crm/notes/${s}`)})}delete(e){return u(this,null,function*(){return this.deleteRequest(`/api/crm/leads/${e}`)})}bulkDelete(e){return u(this,null,function*(){return this.deleteRequest("/api/crm/leads",{data:{ids:e}})})}};var Ys=class extends S{capture(e){return u(this,null,function*(){return this.post("/api/crm/payments/capture",e)})}};var Qs=class extends S{list(){return u(this,null,function*(){return this.get("/api/crm/pipelines")})}getStageManifest(e){return u(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 u(this,null,function*(){return this.post("/api/crm/pipelines",e)})}retrieve(e){return u(this,null,function*(){return this.get(`/api/crm/pipelines/${e}`)})}update(e,s){return u(this,null,function*(){return this.patch(`/api/crm/pipelines/${e}`,s)})}setDefault(e){return u(this,null,function*(){return this.patch(`/api/crm/pipelines/${e}/default`,{})})}duplicate(e,s){return u(this,null,function*(){return this.post(`/api/crm/pipelines/${e}/duplicate`,{newName:s})})}archive(e){return u(this,null,function*(){return this.patch(`/api/crm/pipelines/${e}/archive`,{})})}delete(e){return u(this,null,function*(){return this.deleteRequest(`/api/crm/pipelines/${e}`)})}board(e){return u(this,null,function*(){return this.get(`/api/crm/pipelines/${e}/board`)})}forecast(e){return u(this,null,function*(){return this.get(`/api/crm/pipelines/${e}/forecast`)})}addStage(e,s){return u(this,null,function*(){return this.post(`/api/crm/pipelines/${e}/stages`,s)})}reorderStages(e,s){return u(this,null,function*(){return this.patch(`/api/crm/pipelines/${e}/stages/reorder`,{order:s})})}updateStage(e,s){return u(this,null,function*(){return this.patch(`/api/crm/stages/${e}`,s)})}deleteStage(e,s){return u(this,null,function*(){return this.deleteRequest(`/api/crm/stages/${e}`,{data:s?{moveLeadsToStageId:s}:void 0})})}};var Zs=class extends S{getConfig(){return u(this,null,function*(){return this.get("/api/crm/scoring")})}updateConfig(e){return u(this,null,function*(){return this.patch("/api/crm/scoring",e)})}recalculate(e){return u(this,null,function*(){return this.post(`/api/crm/scoring/${e}/recalculate`,{})})}};var ei=class extends S{enroll(e){return u(this,null,function*(){return this.post("/api/crm/sequences/enroll",e)})}unenroll(e){return u(this,null,function*(){return this.deleteRequest(`/api/crm/sequences/unenroll/${e}`)})}listForLead(e){return u(this,null,function*(){return this.get(`/api/crm/sequences/lead/${e}`)})}};var ti=class{constructor(e){A(this,"leads");A(this,"pipelines");A(this,"activities");A(this,"analytics");A(this,"automations");A(this,"sequences");A(this,"scoring");A(this,"payments");A(this,"automationDashboard");this.leads=new Xs(e),this.pipelines=new Qs(e),this.activities=new Ws(e),this.analytics=new Gs(e),this.automations=new Js(e),this.sequences=new ei(e),this.scoring=new Zs(e),this.payments=new Ys(e),this.automationDashboard=new Ks(e)}};var is=class extends S{sendCampaign(e){return u(this,null,function*(){return this.post("/api/saas/emails/campaign",e)})}sendTest(e){return u(this,null,function*(){return this.post("/api/saas/emails/test",{to:e})})}listTemplates(e){return u(this,null,function*(){return this.get("/api/saas/mail/templates",{params:e})})}getTemplate(e){return u(this,null,function*(){return this.get(`/api/saas/mail/templates/${e}`)})}createTemplate(e){return u(this,null,function*(){return this.post("/api/saas/mail/templates",e)})}updateTemplate(e,s){return u(this,null,function*(){return this.put(`/api/saas/mail/templates/${e}`,s)})}deleteTemplate(e,s=!1){return u(this,null,function*(){return this.deleteRequest(`/api/saas/mail/templates/${e}`,{params:{force:s}})})}previewTemplate(e,s){return u(this,null,function*(){return this.post(`/api/saas/mail/templates/${e}/preview`,s)})}},Sr=class extends is{};var si=class extends S{list(){return u(this,null,function*(){return this.get("/api/saas/events")})}assign(e){return u(this,null,function*(){return this.post("/api/saas/events/assign",e)})}unassign(e){return u(this,null,function*(){return this.post("/api/saas/events/unassign",{name:e})})}unassignBulk(e){return u(this,null,function*(){return this.post("/api/saas/events/unassign/bulk",{names:e})})}trigger(e){return u(this,null,function*(){return this.post("/api/saas/workflows/trigger",e)})}listCustomEvents(){return u(this,null,function*(){return this.get("/api/saas/crm/custom-events")})}createCustomEvent(e){return u(this,null,function*(){return this.post("/api/saas/crm/custom-events",e)})}deleteCustomEvent(e){return u(this,null,function*(){return this.deleteRequest(`/api/saas/crm/custom-events/${e}`)})}emit(e){return u(this,null,function*(){return this.post("/api/saas/crm/events/emit",e)})}};var ii=class extends S{system(){return u(this,null,function*(){return(yield this.get("/api/saas/health")).data})}clientHealth(){return u(this,null,function*(){return(yield this.get("/api/saas/health/client")).data})}getDiagnosticReport(){return u(this,null,function*(){return this.clientHealth()})}jobStatus(e){return u(this,null,function*(){return(yield this.get(`/api/saas/jobs/status/${e}`)).data})}};var ni=class extends S{listEventLogs(e){return u(this,null,function*(){return this.get("/api/saas/events/logs",{params:e})})}getEventLog(e){return u(this,null,function*(){return this.get(`/api/saas/events/logs/${e}`)})}listCallbackLogs(e){return u(this,null,function*(){return this.get("/api/saas/callbacks/logs",{params:e})})}getStats(){return u(this,null,function*(){return this.get("/api/saas/events/stats")})}};var hn=class extends S{sendCampaign(e){return u(this,null,function*(){return this.post("/api/saas/marketing/emails/campaign",e)})}sendTest(e){return u(this,null,function*(){return this.post("/api/saas/marketing/emails/test",{to:e})})}},xn=class extends S{list(e){return u(this,null,function*(){return this.get("/api/saas/marketing/campaigns",{params:e})})}create(e){return u(this,null,function*(){return this.post("/api/saas/marketing/campaigns",e)})}retrieve(e){return u(this,null,function*(){return this.get(`/api/saas/marketing/campaigns/${e}`)})}update(e,s){return u(this,null,function*(){return this.patch(`/api/saas/marketing/campaigns/${e}`,s)})}delete(e){return u(this,null,function*(){return this.deleteRequest(`/api/saas/marketing/campaigns/${e}`)})}send(e,s){return u(this,null,function*(){return this.post(`/api/saas/marketing/campaigns/${e}/send`,s||{})})}stats(e){return u(this,null,function*(){return this.get(`/api/saas/marketing/campaigns/${e}/stats`)})}},gn=class extends S{sendTemplate(e){return u(this,null,function*(){return this.post("/api/saas/marketing/whatsapp/send-template",e)})}},ai=class extends S{constructor(s){super(s);A(this,"emails");A(this,"campaigns");A(this,"whatsapp");this.emails=new hn(s),this.campaigns=new xn(s),this.whatsapp=new gn(s)}};var ns=class extends S{getUsage(){return u(this,null,function*(){return this.get("/api/saas/storage/usage")})}createFolder(e){return u(this,null,function*(){return this.post("/api/saas/storage/folders",{name:e})})}list(e,s){return u(this,null,function*(){return this.get(`/api/saas/storage/files/${e}`,{params:s})})}delete(e){return u(this,null,function*(){return this.deleteRequest("/api/saas/storage/files",{params:{key:e}})})}getDownloadUrl(e){return u(this,null,function*(){return this.post("/api/saas/storage/download-url",{key:e})})}upload(e,s){return u(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})})}},kr=class extends ns{};var ri=class extends S{create(e){return u(this,null,function*(){return this.post("/api/saas/meet",e)})}list(e){return u(this,null,function*(){return this.get("/api/saas/meet",{params:e})})}retrieve(e){return u(this,null,function*(){return this.get(`/api/saas/meet/${e}`)})}update(e,s){return u(this,null,function*(){return this.patch(`/api/saas/meet/${e}`,s)})}reschedule(e,s){return u(this,null,function*(){return this.patch(`/api/saas/meet/${e}`,s)})}delete(e){return u(this,null,function*(){return this.update(e,{status:"cancelled"})})}};var oi=class extends S{listLogs(e){return u(this,null,function*(){return this.get("/api/saas/events/logs",{params:e})})}retrieveLog(e){return u(this,null,function*(){return this.get(`/api/saas/events/logs/${e}`)})}getStats(e){return u(this,null,function*(){return this.get("/api/saas/events/stats",{params:e})})}listCallbacks(e){return u(this,null,function*(){return this.get("/api/saas/callbacks/logs",{params:e})})}listAlerts(e){return u(this,null,function*(){return this.get("/api/crm/notifications",{params:e})})}dismissAlert(e){return u(this,null,function*(){return this.patch(`/api/crm/notifications/${e}/dismiss`)})}clearAllAlerts(){return u(this,null,function*(){return this.deleteRequest("/api/crm/notifications/clear-all")})}retryAction(e){return u(this,null,function*(){return this.post(`/api/crm/notifications/${e}/retry`,{})})}};var ci=class extends S{listFailed(){return u(this,null,function*(){return this.get("/api/saas/admin/queue/failed")})}getStats(){return u(this,null,function*(){return this.get("/api/saas/admin/queue/stats")})}retryJob(e){return u(this,null,function*(){return this.post(`/api/saas/admin/queue/${e}/retry`,{})})}deleteJob(e){return u(this,null,function*(){return this.deleteRequest(`/api/saas/admin/queue/${e}`)})}};var yn=class extends S{create(e){return u(this,null,function*(){return this.post("/api/saas/storage/folders",{name:e})})}delete(e){return u(this,null,function*(){return this.deleteRequest(`/api/saas/storage/folders/${encodeURIComponent(e)}`)})}},vn=class extends S{list(e,s){return u(this,null,function*(){return this.get(`/api/saas/storage/files/${e}`,{params:s})})}getUploadUrl(e){return u(this,null,function*(){return this.post("/api/saas/storage/upload-url",e)})}confirmUpload(e){return u(this,null,function*(){return this.post("/api/saas/storage/confirm-upload",e)})}getDownloadUrl(e){return u(this,null,function*(){return this.post("/api/saas/storage/download-url",{key:e})})}delete(e){return u(this,null,function*(){return this.deleteRequest("/api/saas/storage/files",{params:{key:e}})})}},pi=class extends S{constructor(s){super(s);A(this,"folders");A(this,"files");this.folders=new yn(s),this.files=new vn(s)}usage(){return u(this,null,function*(){return this.get("/api/saas/storage/usage")})}};var wt=class extends we{constructor(e){super(e,400,"invalid_signature"),this.name="WebhookSignatureError"}},li=class{constructEvent(e,s,i){return u(this,null,function*(){if(!s)throw new wt("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 wt("Invalid webhook signature provided");return JSON.parse(e.toString("utf8"))}catch(a){throw a instanceof wt?a:new wt(`Webhook payload parsing failed: ${a.message}`)}})}};var ui=class extends S{list(e){return u(this,null,function*(){return this.get("/api/saas/chat/broadcasts",{params:e})})}retrieve(e){return u(this,null,function*(){return this.get(`/api/saas/chat/broadcasts/${e}`)})}create(e){return u(this,null,function*(){return this.post("/api/saas/chat/broadcast",e)})}update(e,s){return u(this,null,function*(){return this.patch(`/api/saas/chat/broadcasts/${e}`,s)})}delete(e){return u(this,null,function*(){return this.deleteRequest(`/api/saas/chat/broadcasts/${e}`)})}};var di=class extends S{list(e){return u(this,null,function*(){return this.get("/api/saas/chat/conversations",{params:e})})}create(e){return u(this,null,function*(){return this.post("/api/saas/chat/conversations",e)})}retrieve(e){return u(this,null,function*(){return this.get(`/api/saas/chat/conversations/${e}`)})}messages(e,s){return u(this,null,function*(){return this.get(`/api/saas/chat/conversations/${e}/messages`,{params:s})})}linkLead(e,s,i){return u(this,null,function*(){return this.post(`/api/saas/chat/conversations/${e}/link-lead`,{leadId:s,leadData:i})})}markRead(e){return u(this,null,function*(){return this.post(`/api/saas/chat/conversations/${e}/read`,{})})}delete(e){return u(this,null,function*(){return this.deleteRequest(`/api/saas/chat/conversations/${e}`)})}bulkDelete(e){return u(this,null,function*(){return this.post("/api/saas/chat/conversations/bulk-delete",{ids:e})})}};var mi=class extends S{send(e){return u(this,null,function*(){return this.post("/api/saas/chat/send",e)})}sendTemplate(e){return u(this,null,function*(){return this.post("/api/saas/chat/send",re(L({},e),{templateLanguage:e.language||e.templateLanguage||"en_US"}))})}star(e,s){return u(this,null,function*(){return this.post(`/api/saas/chat/messages/${e}/star`,{isStarred:s})})}react(e,s){return u(this,null,function*(){return this.post(`/api/saas/chat/messages/${e}/react`,{reaction:s})})}markRead(e){return u(this,null,function*(){return this.post(`/api/saas/chat/conversations/${e}/read`)})}upload(e){return u(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 fi=class extends S{list(e){return u(this,null,function*(){return this.get("/api/saas/chat/templates",{params:e})})}sync(){return u(this,null,function*(){return this.post("/api/saas/chat/templates/sync",{})})}retrieve(e){return u(this,null,function*(){return this.get(`/api/saas/chat/templates/${encodeURIComponent(e)}`)})}create(e){return u(this,null,function*(){return this.post("/api/saas/chat/templates",e)})}update(e,s){return u(this,null,function*(){return this.put(`/api/saas/chat/templates/${e}`,s)})}deleteTemplate(e,s){return u(this,null,function*(){return this.deleteRequest(`/api/saas/chat/templates/${encodeURIComponent(e)}${s?"?force=true":""}`)})}mappingConfig(){return u(this,null,function*(){return this.get("/api/saas/chat/templates/mapping/config")})}collections(){return u(this,null,function*(){return this.get("/api/saas/chat/templates/collections")})}collectionFields(e){return u(this,null,function*(){return this.get(`/api/saas/chat/templates/collections/${encodeURIComponent(e)}/fields`)})}updateMapping(e,s){return u(this,null,function*(){return this.put(`/api/saas/chat/templates/${encodeURIComponent(e)}/mapping`,s)})}validate(e){return u(this,null,function*(){return this.get(`/api/saas/chat/templates/${encodeURIComponent(e)}/validate`)})}preview(e,s){return u(this,null,function*(){return this.post(`/api/saas/chat/templates/${encodeURIComponent(e)}/preview`,{context:s})})}getVariableManifest(e){return u(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 p=o.text.match(/{{(\d+)}}/g);if(p)for(let l of p){let c=l.replace(/{{|}}/g,"");n.push({key:`var_${c}`,label:`${o.type} Var {{${c}}}`,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 u(this,null,function*(){return this.get(`/api/saas/chat/templates/${encodeURIComponent(e)}/usage`)})}};var hi=class extends S{constructor(s){super(s);A(this,"messages");A(this,"conversations");A(this,"broadcasts");A(this,"templates");this.messages=new mi(s),this.conversations=new di(s),this.broadcasts=new ui(s),this.templates=new fi(s)}upload(s,i){return u(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 u(this,null,function*(){return this.post("/api/saas/marketing/whatsapp/send-template",s)})}};var Ay="https://api.ecodrix.com",as=class{constructor(e){A(this,"client");A(this,"socket");A(this,"clientCode");A(this,"whatsapp");A(this,"crm");A(this,"media");A(this,"meet");A(this,"notifications");A(this,"email");A(this,"logs");A(this,"events");A(this,"webhooks");A(this,"storage");A(this,"marketing");A(this,"health");A(this,"queue");var o,p,l,c,m;if(!e.apiKey)throw new Vs("API Key is required");this.clientCode=(o=e.clientCode)==null?void 0:o.toUpperCase();let s=(p=e.baseUrl)!=null?p:Ay,i=e.socketUrl||s,n=typeof window!="undefined"&&typeof window.document!="undefined",a=n?"browser":typeof process!="undefined"?`node ${process.version}`:"unknown",r=n?((l=globalThis.navigator)==null?void 0:l.userAgent)||"browser":typeof process!="undefined"?process.platform:"unknown";if(this.client=Mt.create({baseURL:s,headers:{"x-api-key":e.apiKey,"x-client-code":(c=e.clientCode)==null?void 0:c.toUpperCase(),"Content-Type":"application/json","x-ecodrix-client-agent":JSON.stringify({sdk_version:"1.0.0",runtime:a,os:r})}}),$i(this.client,{retries:3,retryDelay:$i.exponentialDelay,retryCondition:f=>{var y;return $i.isNetworkOrIdempotentRequestError(f)||((y=f.response)==null?void 0:y.status)===429},onRetry:(f,y,h)=>{var g,k;typeof process!="undefined"&&((g=process.env)==null?void 0:g.NODE_ENV)==="development"&&console.warn(`[ECODrIx SDK] Retrying request (${f}/3): ${(k=h.method)==null?void 0:k.toUpperCase()} ${h.url}. Reason: ${y.message}`)}}),this.whatsapp=new hi(this.client),this.crm=new ti(this.client),this.media=new ns(this.client),this.meet=new ri(this.client),this.notifications=new oi(this.client),this.email=new is(this.client),this.logs=new ni(this.client),this.events=new si(this.client),this.webhooks=new li,this.storage=new pi(this.client),this.marketing=new ai(this.client),this.health=new ii(this.client),this.queue=new ci(this.client),this.socket=Hs(i,{extraHeaders:{"x-api-key":e.apiKey,"x-client-code":((m=e.clientCode)==null?void 0:m.toUpperCase())||""}}),this.setupSocket(e.clientCode),n){let f={version:"1.2.2",clientCode:e.clientCode,initializedAt:new Date().toISOString()};window.__ECODRIX_SDK__=f,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 u(this,null,function*(){var a,r,o;try{return(yield this.client.request({method:e,url:s,data:i,params:n})).data}catch(p){throw p.response?new we(((a=p.response.data)==null?void 0:a.message)||((r=p.response.data)==null?void 0:r.error)||"Raw Execution Failed",p.response.status,(o=p.response.data)==null?void 0:o.code):new we(p.message||"Network Error")}})}};var Oy=as;return dd(Py);})();
|
|
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 Is(s,i,n,a)}});var Uy={};On(Uy,{APIError:()=>we,Activities:()=>Ws,Agency:()=>xi,Analytics:()=>Gs,AuthenticationError:()=>Vs,AutomationDashboard:()=>Ks,Automations:()=>Js,Blogs:()=>Sn,Broadcasts:()=>ui,CRM:()=>ti,Campaigns:()=>bn,Clients:()=>Tn,Conversations:()=>di,Cors:()=>vi,Ecodrix:()=>as,EcodrixError:()=>gn,Email:()=>is,EmailConfig:()=>Rn,EmailResource:()=>Nr,Emails:()=>vn,EventsResource:()=>si,Files:()=>En,Folders:()=>wn,GlobalLeads:()=>kn,Health:()=>ii,Leads:()=>Xs,Logs:()=>ni,Marketing:()=>ai,Media:()=>ns,MediaResource:()=>qr,Meetings:()=>ri,Messages:()=>mi,Notes:()=>yn,Notifications:()=>oi,Payments:()=>Ys,Pipelines:()=>Qs,Queue:()=>ci,RateLimitError:()=>Lr,Scoring:()=>Zs,Sequences:()=>ei,Services:()=>gi,Settings:()=>yi,Storage:()=>pi,Templates:()=>fi,WebhookSignatureError:()=>wt,Webhooks:()=>li,WhatsApp:()=>hi,WhatsAppMarketing:()=>_n,default:()=>Iy});function os(t,e){return function(){return t.apply(e,arguments)}}var{toString:_d}=Object.prototype,{getPrototypeOf:Ln}=Object,{iterator:_i,toStringTag:$r}=Symbol,wi=(t=>e=>{let s=_d.call(e);return t[s]||(t[s]=s.slice(8,-1).toLowerCase())})(Object.create(null)),Ae=t=>(t=t.toLowerCase(),e=>wi(e)===t),Ei=t=>e=>typeof e===t,{isArray:kt}=Array,St=Ei("undefined");function cs(t){return t!==null&&!St(t)&&t.constructor!==null&&!St(t.constructor)&&me(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}var Hr=Ae("ArrayBuffer");function wd(t){let e;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&Hr(t.buffer),e}var Ed=Ei("string"),me=Ei("function"),Vr=Ei("number"),ps=t=>t!==null&&typeof t=="object",Td=t=>t===!0||t===!1,bi=t=>{if(wi(t)!=="object")return!1;let e=Ln(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!($r in t)&&!(_i in t)},Sd=t=>{if(!ps(t)||cs(t))return!1;try{return Object.keys(t).length===0&&Object.getPrototypeOf(t)===Object.prototype}catch(e){return!1}},kd=Ae("Date"),Rd=Ae("File"),Cd=t=>!!(t&&typeof t.uri!="undefined"),Ad=t=>t&&typeof t.getParts!="undefined",Od=Ae("Blob"),Pd=Ae("FileList"),Ld=t=>ps(t)&&me(t.pipe);function Nd(){return typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{}}var Fr=Nd(),Mr=typeof Fr.FormData!="undefined"?Fr.FormData:void 0,qd=t=>{let e;return t&&(Mr&&t instanceof Mr||me(t.append)&&((e=wi(t))==="formdata"||e==="object"&&me(t.toString)&&t.toString()==="[object FormData]"))},Bd=Ae("URLSearchParams"),[Dd,jd,Id,Ud]=["ReadableStream","Request","Response","Headers"].map(Ae),Fd=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ls(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(cs(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 Wr(t,e){if(cs(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,Gr=t=>!St(t)&&t!==rt;function Pn(){let{caseless:t,skipUndefined:e}=Gr(this)&&this||{},s={},i=(n,a)=>{if(a==="__proto__"||a==="constructor"||a==="prototype")return;let r=t&&Wr(s,a)||a;bi(s[r])&&bi(n)?s[r]=Pn(s[r],n):bi(n)?s[r]=Pn({},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]&&ls(arguments[n],i);return s}var Md=(t,e,s,{allOwnKeys:i}={})=>(ls(e,(n,a)=>{s&&me(n)?Object.defineProperty(t,a,{value:os(n,s),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(t,a,{value:n,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:i}),t),zd=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),$d=(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)},Hd=(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&&Ln(t)}while(t&&(!s||s(t,e))&&t!==Object.prototype);return e},Vd=(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},Wd=t=>{if(!t)return null;if(kt(t))return t;let e=t.length;if(!Vr(e))return null;let s=new Array(e);for(;e-- >0;)s[e]=t[e];return s},Gd=(t=>e=>t&&e instanceof t)(typeof Uint8Array!="undefined"&&Ln(Uint8Array)),Kd=(t,e)=>{let i=(t&&t[_i]).call(t),n;for(;(n=i.next())&&!n.done;){let a=n.value;e.call(t,a[0],a[1])}},Jd=(t,e)=>{let s,i=[];for(;(s=t.exec(e))!==null;)i.push(s);return i},Xd=Ae("HTMLFormElement"),Yd=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(s,i,n){return i.toUpperCase()+n}),zr=(({hasOwnProperty:t})=>(e,s)=>t.call(e,s))(Object.prototype),Qd=Ae("RegExp"),Kr=(t,e)=>{let s=Object.getOwnPropertyDescriptors(t),i={};ls(s,(n,a)=>{let r;(r=e(n,a,t))!==!1&&(i[a]=r||n)}),Object.defineProperties(t,i)},Zd=t=>{Kr(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+"'")})}})},em=(t,e)=>{let s={},i=n=>{n.forEach(a=>{s[a]=!0})};return kt(t)?i(t):i(String(t).split(e)),s},tm=()=>{},sm=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e;function im(t){return!!(t&&me(t.append)&&t[$r]==="FormData"&&t[_i])}var nm=t=>{let e=new Array(10),s=(i,n)=>{if(ps(i)){if(e.indexOf(i)>=0)return;if(cs(i))return i;if(!("toJSON"in i)){e[n]=i;let a=kt(i)?[]:{};return ls(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)},am=Ae("AsyncFunction"),rm=t=>t&&(ps(t)||me(t))&&me(t.then)&&me(t.catch),Jr=((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)),om=typeof queueMicrotask!="undefined"?queueMicrotask.bind(rt):typeof process!="undefined"&&process.nextTick||Jr,cm=t=>t!=null&&me(t[_i]),d={isArray:kt,isArrayBuffer:Hr,isBuffer:cs,isFormData:qd,isArrayBufferView:wd,isString:Ed,isNumber:Vr,isBoolean:Td,isObject:ps,isPlainObject:bi,isEmptyObject:Sd,isReadableStream:Dd,isRequest:jd,isResponse:Id,isHeaders:Ud,isUndefined:St,isDate:kd,isFile:Rd,isReactNativeBlob:Cd,isReactNative:Ad,isBlob:Od,isRegExp:Qd,isFunction:me,isStream:Ld,isURLSearchParams:Bd,isTypedArray:Gd,isFileList:Pd,forEach:ls,merge:Pn,extend:Md,trim:Fd,stripBOM:zd,inherits:$d,toFlatObject:Hd,kindOf:wi,kindOfTest:Ae,endsWith:Vd,toArray:Wd,forEachEntry:Kd,matchAll:Jd,isHTMLForm:Xd,hasOwnProperty:zr,hasOwnProp:zr,reduceDescriptors:Kr,freezeMethods:Zd,toObjectSet:em,toCamelCase:Yd,noop:tm,toFiniteNumber:sm,findKey:Wr,global:rt,isContextDefined:Gr,isSpecCompliantForm:im,toJSONObject:nm,isAsyncFn:am,isThenable:rm,setImmediate:Jr,asap:om,isIterable:cm};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 ep=D(Zc(),1),qi=ep.default;function Zn(t){return d.isPlainObject(t)||d.isArray(t)}function tp(t){return d.endsWith(t,"[]")?t.slice(0,-2):t}function Qn(t,e,s){return t?t.concat(e).map(function(n,a){return n=tp(n),!s&&a?"["+n+"]":n}).join(s?".":""):e}function Kf(t){return d.isArray(t)&&!t.some(Zn)}var Jf=d.toFlatObject(d,{},null,function(e){return/^is[A-Z]/.test(e)});function Xf(t,e,s){if(!d.isObject(t))throw new TypeError("target must be an object");e=e||new(qi||FormData),s=d.toFlatObject(s,{metaTokens:!0,dots:!1,indexes:!1},!1,function(x,g){return!d.isUndefined(g[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,g){let R=h;if(d.isReactNative(e)&&d.isReactNativeBlob(h))return e.append(Qn(g,x,a),u(h)),!1;if(h&&!g&&typeof h=="object"){if(d.endsWith(x,"{}"))x=i?x:x.slice(0,-2),h=JSON.stringify(h);else if(d.isArray(h)&&Kf(h)||(d.isFileList(h)||d.endsWith(x,"[]"))&&(R=d.toArray(h)))return x=tp(x),R.forEach(function(v,E){!(d.isUndefined(v)||v===null)&&e.append(r===!0?Qn([x],E,a):r===null?x:x+"[]",u(v))}),!1}return Zn(h)?!0:(e.append(Qn(g,x,a),u(h)),!1)}let m=[],f=Object.assign(Jf,{defaultVisitor:p,convertValue:u,isVisitable:Zn});function y(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&&y(R,x?x.concat(C):[C])}),m.pop()}}if(!d.isObject(t))throw new TypeError("data must be an object");return y(t),e}var tt=Xf;function sp(t){let e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(i){return e[i]})}function ip(t,e){this._pairs=[],t&&tt(t,this,e)}var np=ip.prototype;np.append=function(e,s){this._pairs.push([e,s])};np.toString=function(e){let s=e?function(i){return e.call(this,i,sp)}:sp;return this._pairs.map(function(n){return s(n[0])+"="+s(n[1])},"").join("&")};var ap=ip;function Yf(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||Yf,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 ap(e,n).toString(i),r){let o=t.indexOf("#");o!==-1&&(t=t.slice(0,o)),t+=(t.indexOf("?")===-1?"?":"&")+r}return t}var ea=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)})}},ta=ea;var st={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0};var pp=D(T("crypto"),1);var rp=D(T("url"),1),op=rp.default.URLSearchParams;var sa="abcdefghijklmnopqrstuvwxyz",cp="0123456789",lp={DIGIT:cp,ALPHA:sa,ALPHA_DIGIT:sa+sa.toUpperCase()+cp},Qf=(t=16,e=lp.ALPHA_DIGIT)=>{let s="",{length:i}=e,n=new Uint32Array(t);pp.default.randomFillSync(n);for(let a=0;a<t;a++)s+=e[n[a]%i];return s},up={isNode:!0,classes:{URLSearchParams:op,FormData:qi,Blob:typeof Blob!="undefined"&&Blob||null},ALPHABET:lp,generateString:Qf,protocols:["http","https","file","data"]};var aa={};On(aa,{hasBrowserEnv:()=>na,hasStandardBrowserEnv:()=>Zf,hasStandardBrowserWebWorkerEnv:()=>eh,navigator:()=>ia,origin:()=>th});var na=typeof window!="undefined"&&typeof document!="undefined",ia=typeof navigator=="object"&&navigator||void 0,Zf=na&&(!ia||["ReactNative","NativeScript","NS"].indexOf(ia.product)<0),eh=typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",th=na&&window.location.href||"http://localhost";var I=L(L({},aa),up);function ra(t,e){return tt(t,new I.classes.URLSearchParams,L({visitor:function(s,i,n,a){return I.isNode&&d.isBuffer(s)?(this.append(i,s.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},e))}function sh(t){return d.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function ih(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 nh(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]=ih(n[r])),!o)}if(d.isFormData(t)&&d.isFunction(t.entries)){let s={};return d.forEachEntry(t,(i,n)=>{e(sh(i),n,s,0)}),s}return null}var Bi=nh;function ah(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 oa={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(Bi(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 ra(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),ah(e)):e}],transformResponse:[function(e){let s=this.transitional||oa.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:I.classes.FormData,Blob:I.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=>{oa.headers[t]={}});var Pt=oa;var rh=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"]),dp=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]&&rh[s])&&(s==="set-cookie"?e[s]?e[s].push(i):e[s]=[i]:e[s]=e[s]?e[s]+", "+i:i)}),e};var mp=Symbol("internals");function hs(t){return t&&String(t).trim().toLowerCase()}function Di(t){return t===!1||t==null?t:d.isArray(t)?t.map(Di):String(t)}function oh(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 ch=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function ca(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 ph(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,s,i)=>s.toUpperCase()+i)}function lh(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=hs(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]=Di(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())&&!ch(e))r(dp(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=hs(e),e){let i=d.findKey(this,e);if(i){let n=this[i];if(!s)return n;if(s===!0)return oh(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=hs(e),e){let i=d.findKey(this,e);return!!(i&&this[i]!==void 0&&(!s||ca(this,this[i],i,s)))}return!1}delete(e,s){let i=this,n=!1;function a(r){if(r=hs(r),r){let o=d.findKey(i,r);o&&(!s||ca(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||ca(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]=Di(n),delete s[a];return}let o=e?ph(a):String(a).trim();o!==a&&delete s[a],s[o]=Di(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[mp]=this[mp]={accessors:{}}).accessors,n=this.prototype;function a(r){let o=hs(r);i[o]||(lh(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 xs(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 gs(t){return!!(t&&t.__CANCEL__)}var pa=class extends _{constructor(e,s,i){super(e==null?"canceled":e,_.ERR_CANCELED,s,i),this.name="CanceledError",this.__CANCEL__=!0}},ye=pa;function Ie(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 la(t){return typeof t!="string"?!1:/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function ua(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function pt(t,e,s){let i=!la(e);return t&&(i||s==!1)?ua(t,e):e}var Kp=D(hp(),1),Jp=D(T("http"),1),Xp=D(T("https"),1),Ba=D(T("http2"),1),Da=D(T("util"),1),Yp=D(Lp(),1),He=D(T("zlib"),1);var mt="1.13.6";function ws(t){let e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}var Xh=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function Ra(t,e,s){let i=s&&s.Blob||I.classes.Blob,n=ws(t);if(e===void 0&&i&&(e=!0),n==="data"){t=n.length?t.slice(n.length+1):t;let a=Xh.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=D(T("stream"),1);var Np=D(T("stream"),1);var Ca=Symbol("internals"),Aa=class extends Np.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[Ca]={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[Ca];return s.onReadCallback&&s.onReadCallback(),super._read(e)}_transform(e,s,i){let n=this[Ca],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=(y,h)=>{let x=Buffer.byteLength(y);n.bytesSeen+=x,n.bytes+=x,n.isCaptured&&this.emit("progress",n.bytesSeen),this.push(y)?process.nextTick(h):n.onReadCallback=()=>{n.onReadCallback=null,process.nextTick(h)}},f=(y,h)=>{let x=Buffer.byteLength(y),g=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,y)},o-v);C<R&&(R=C)}R&&x>R&&x-R>p&&(g=y.subarray(R),y=y.subarray(0,R)),m(y,g?()=>{process.nextTick(h,null,g)}:h)};f(e,function y(h,x){if(h)return i(h);x?f(x,y):i(null)})}},Oa=Aa;var Qp=T("events");var Bp=D(T("util"),1),Dp=T("stream");var{asyncIterator:qp}=Symbol,Yh=function(t){return je(this,null,function*(){t.stream?yield*Me(t.stream()):t.arrayBuffer?yield yield new Ce(t.arrayBuffer()):t[qp]?yield*Me(t[qp]()):yield t})},Mi=Yh;var Qh=I.ALPHABET.ALPHA_DIGIT+"-_",Es=typeof TextEncoder=="function"?new TextEncoder:new Bp.default.TextEncoder,ft=`\r
|
|
16
|
+
`,Zh=Es.encode(ft),ex=2,Pa=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=Es.encode(String(s).replace(/\r?\n|\r\n?/g,ft)):a+=`Content-Type: ${s.type||"application/octet-stream"}${ft}`,this.headers=Es.encode(a+ft),this.contentLength=n?s.byteLength:s.size,this.size=this.headers.byteLength+this.contentLength+ex,this.name=e,this.value=s}encode(){return je(this,null,function*(){yield this.headers;let{value:e}=this;d.isTypedArray(e)?yield e:yield*Me(Mi(e)),yield Zh})}static escapeName(e){return String(e).replace(/[\r\n"]/g,s=>({"\r":"%0D","\n":"%0A",'"':"%22"})[s])}},tx=(t,e,s)=>{let{tag:i="form-data-boundary",size:n=25,boundary:a=i+"-"+I.generateString(n,Qh)}=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=Es.encode("--"+a+ft),o=Es.encode("--"+a+"--"+ft),l=o.byteLength,u=Array.from(t.entries()).map(([m,f])=>{let y=new Pa(m,f);return l+=y.size,y});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 je(this,null,function*(){for(let m of u)yield r,yield*Me(m.encode());yield o})})())},jp=tx;var Ip=D(T("stream"),1),La=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)}},Up=La;var sx=(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,Fp=sx;function ix(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 y=p&&u-p;return y?Math.round(f*1e3/y):void 0}}var Mp=ix;function nx(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 zp=nx;var ze=(t,e,s=3)=>{let i=0,n=Mp(50,250);return zp(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)},It=(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 Na(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 y=i.charCodeAt(f+1),h=i.charCodeAt(f+2);(y>=48&&y<=57||y>=65&&y<=70||y>=97&&y<=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 $p={flush:He.default.constants.Z_SYNC_FLUSH,finishFlush:He.default.constants.Z_SYNC_FLUSH},ax={flush:He.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:He.default.constants.BROTLI_OPERATION_FLUSH},Hp=d.isFunction(He.default.createBrotliDecompress),{http:rx,https:ox}=Yp.default,cx=/https:?/,Vp=I.protocols.map(t=>t+":"),Wp=(t,[e,s])=>(t.on("end",s).on("error",s),e),qa=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,y]=i[m];if(!f.destroyed&&!f.closed&&Da.default.isDeepStrictEqual(y,s))return f}}let n=Ba.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}},px=new qa;function lx(t,e){t.beforeRedirects.proxy&&t.beforeRedirects.proxy(t),t.beforeRedirects.config&&t.beforeRedirects.config(t,e)}function Zp(t,e,s){let i=e;if(!i&&i!==!1){let n=Kp.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){Zp(a,e,a.href)}}var ux=typeof process!="undefined"&&d.kindOf(process)==="process",dx=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)}),mx=({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)}},Gp=(t,e)=>mx(d.isObject(t)?t:{address:t,family:e}),fx={request(t,e){let s=t.protocol+"//"+t.hostname+":"+(t.port||(t.protocol==="https:"?443:80)),{http2Options:i,headers:n}=t,a=px.getSession(s,i),{HTTP2_HEADER_SCHEME:r,HTTP2_HEADER_METHOD:o,HTTP2_HEADER_PATH:l,HTTP2_HEADER_STATUS:u}=Ba.default.constants,p={[r]:t.protocol.replace(":",""),[o]:t.method,[l]:t.path};d.forEach(n,(f,y)=>{y.charAt(0)!==":"&&(p[y]=f)});let m=a.request(p);return m.once("response",f=>{let y=m;f=Object.assign({},f);let h=f[u];delete f[u],y.headers=f,y.statusCode=+h,e(y)}),m}},el=ux&&function(e){return dx(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,y=e.method.toUpperCase(),h,x=!1,g;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=Fp(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=>Gp(Et)):[Gp(Z,ae)];F.all?ne(N,ee):ne(N,ee[0].address,ee[0].family)})}}let C=new Qp.EventEmitter;function v(A){try{C.emit("abort",!A||A.type?new ye(null,e,g):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,I.hasBrowserEnv?I.origin:void 0),j=P.protocol||Vp[0];if(j==="data:"){if(e.maxContentLength>-1){let S=String(e.url||U||"");if(Na(S)>e.maxContentLength)return n(new _("maxContentLength size of "+e.maxContentLength+" exceeded",_.ERR_BAD_RESPONSE,e))}let A;if(y!=="GET")return Ie(i,n,{status:405,statusText:"method not allowed",headers:{},config:e});try{A=Ra(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)),Ie(i,n,{data:A,status:200,statusText:"OK",headers:new W,config:e})}if(Vp.indexOf(j)===-1)return n(new _("Unsupported protocol "+j,_.ERR_BAD_REQUEST,e));let M=W.from(e.headers).normalize();M.set("User-Agent","axios/"+mt,!1);let{onUploadProgress:ce,onDownloadProgress:De}=e,Fe=e.maxRate,Re,K;if(d.isSpecCompliantForm(r)){let A=M.getContentType(/boundary=([-_\w\d]{10,70})/i);r=jp(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 Da.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(Mi(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 Oa({maxRate:d.toFiniteNumber(Re)})],d.noop),ce&&r.on("progress",Wp(r,It(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"+(Hp?", br":""),!1);let V={path:J,method:y,headers:M.toJSON(),agents:{http:e.httpAgent,https:e.httpsAgent},auth:Ee,protocol:j,family:l,beforeRedirect:lx,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,Zp(V,e.proxy,j+"//"+P.hostname+(P.port?":"+P.port:"")+V.path));let X,Ze=cx.test(V.protocol);if(V.agent=Ze?e.httpsAgent:e.httpAgent,R?X=fx:e.transport?X=e.transport:e.maxRedirects===0?X=Ze?Xp.default:Jp.default:(e.maxRedirects&&(V.maxRedirects=e.maxRedirects),e.beforeRedirect&&(V.beforeRedirects.config=e.beforeRedirect),X=Ze?ox:rx),e.maxBodyLength>-1?V.maxBodyLength=e.maxBodyLength:V.maxBodyLength=1/0,e.insecureHTTPParser&&(V.insecureHTTPParser=e.insecureHTTPParser),g=X.request(V,function(S){if(g.destroyed)return;let F=[S],ne=d.toFiniteNumber(S.headers["content-length"]);if(De||K){let ee=new Oa({maxRate:d.toFiniteNumber(K)});De&&ee.on("progress",Wp(ee,It(ne,ze(Ut(De),!0,3)))),F.push(ee)}let N=S,Z=S.req||g;if(e.decompress!==!1&&S.headers["content-encoding"])switch((y==="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($p)),delete S.headers["content-encoding"];break;case"deflate":F.push(new Up),F.push(He.default.createUnzip($p)),delete S.headers["content-encoding"];break;case"br":Hp&&(F.push(He.default.createBrotliDecompress(ax)),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,Ie(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){g.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))}Ie(i,n,ae)})}C.once("abort",ee=>{N.destroyed||(N.emit("error",ee),N.destroy())})}),C.once("abort",A=>{g.close?g.close():g.destroy(A)}),g.on("error",function(S){n(_.from(S,null,e,g))}),g.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,g));return}g.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,g))})}else g.setTimeout(0);if(d.isStream(r)){let A=!1,S=!1;r.on("end",()=>{A=!0}),r.once("error",F=>{S=!0,g.destroy(F)}),r.on("close",()=>{!A&&!S&&v(new ye("Request stream has been aborted",e,g))}),r.pipe(g)}else r&&g.write(r),g.end()})})};var tl=I.hasStandardBrowserEnv?((t,e)=>s=>(s=new URL(s,I.origin),t.protocol===s.protocol&&t.host===s.host&&(e||t.port===s.port)))(new URL(I.origin),I.navigator&&/(msie|trident)/i.test(I.navigator.userAgent)):()=>!0;var sl=I.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 il=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(il(u),il(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 zi=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(I.hasStandardBrowserEnv||I.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(I.hasStandardBrowserEnv&&(i&&d.isFunction(i)&&(i=i(e)),i||i!==!1&&tl(e.url))){let l=n&&a&&sl.read(a);l&&r.set(n,l)}return e};var hx=typeof XMLHttpRequest!="undefined",nl=hx&&function(t){return new Promise(function(s,i){let n=zi(t),a=n.data,r=W.from(n.headers).normalize(),{responseType:o,onUploadProgress:l,onDownloadProgress:u}=n,p,m,f,y,h;function x(){y&&y(),h&&h(),n.cancelToken&&n.cancelToken.unsubscribe(p),n.signal&&n.signal.removeEventListener("abort",p)}let g=new XMLHttpRequest;g.open(n.method.toUpperCase(),n.url,!0),g.timeout=n.timeout;function R(){if(!g)return;let v=W.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders()),U={data:!o||o==="text"||o==="json"?g.responseText:g.response,status:g.status,statusText:g.statusText,headers:v,config:t,request:g};Ie(function(j){s(j),x()},function(j){i(j),x()},U),g=null}"onloadend"in g?g.onloadend=R:g.onreadystatechange=function(){!g||g.readyState!==4||g.status===0&&!(g.responseURL&&g.responseURL.indexOf("file:")===0)||setTimeout(R)},g.onabort=function(){g&&(i(new _("Request aborted",_.ECONNABORTED,t,g)),g=null)},g.onerror=function(E){let U=E&&E.message?E.message:"Network Error",P=new _(U,_.ERR_NETWORK,t,g);P.event=E||null,i(P),g=null},g.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,g)),g=null},a===void 0&&r.setContentType(null),"setRequestHeader"in g&&d.forEach(r.toJSON(),function(E,U){g.setRequestHeader(U,E)}),d.isUndefined(n.withCredentials)||(g.withCredentials=!!n.withCredentials),o&&o!=="json"&&(g.responseType=n.responseType),u&&([f,h]=ze(u,!0),g.addEventListener("progress",f)),l&&g.upload&&([m,y]=ze(l),g.upload.addEventListener("progress",m),g.upload.addEventListener("loadend",y)),(n.cancelToken||n.signal)&&(p=v=>{g&&(i(!v||v.type?new ye(null,t,g):v),g.abort(),g=null)},n.cancelToken&&n.cancelToken.subscribe(p),n.signal&&(n.signal.aborted?p():n.signal.addEventListener("abort",p)));let C=ws(n.url);if(C&&I.protocols.indexOf(C)===-1){i(new _("Unsupported protocol "+C+":",_.ERR_BAD_REQUEST,t));return}g.send(a||null)})};var xx=(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}},al=xx;var gx=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},yx=function(t,e){return je(this,null,function*(){try{for(var s=Ur(vx(t)),i,n,a;i=!(n=yield new Ce(s.next())).done;i=!1){let r=n.value;yield*Me(gx(r,e))}}catch(n){a=[n]}finally{try{i&&(n=s.return)&&(yield new Ce(n.call(s)))}finally{if(a)throw a[0]}}})},vx=function(t){return je(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())}})},ja=(t,e,s,i)=>{let n=yx(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 y=a+=f;s(y)}u.enqueue(new Uint8Array(m))}catch(p){throw o(p),p}})},cancel(u){return o(u),n.return()}},{highWaterMark:2})};var rl=64*1024,{isFunction:$i}=d,bx=(({Request:t,Response:e})=>({Request:t,Response:e}))(d.global),{ReadableStream:ol,TextEncoder:cl}=d.global,pl=(t,...e)=>{try{return!!t(...e)}catch(s){return!1}},_x=t=>{t=d.merge.call({skipUndefined:!0},bx,t);let{fetch:e,Request:s,Response:i}=t,n=e?$i(e):typeof fetch=="function",a=$i(s),r=$i(i);if(!n)return!1;let o=n&&$i(ol),l=n&&(typeof cl=="function"?(h=>x=>h.encode(x))(new cl):h=>c(null,null,function*(){return new Uint8Array(yield new s(h).arrayBuffer())})),u=a&&o&&pl(()=>{let h=!1,x=new s(I.origin,{body:new ol,method:"POST",get duplex(){return h=!0,"half"}}).headers.has("Content-Type");return h&&!x}),p=r&&o&&pl(()=>d.isReadableStream(new i("").body)),m={stream:p&&(h=>h.body)};n&&["text","arrayBuffer","blob","formData","stream"].forEach(h=>{!m[h]&&(m[h]=(x,g)=>{let R=x&&x[h];if(R)return R.call(x);throw new _(`Response type '${h}' is not supported`,_.ERR_NOT_SUPPORT,g)})});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(I.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}),y=(h,x)=>c(null,null,function*(){let g=d.toFiniteNumber(h.getContentLength());return g==null?f(x):g});return h=>c(null,null,function*(){let{url:x,method:g,data:R,signal:C,cancelToken:v,timeout:E,onDownloadProgress:U,onUploadProgress:P,responseType:j,headers:M,withCredentials:ce="same-origin",fetchOptions:De}=zi(h),Fe=e||fetch;j=j?(j+"").toLowerCase():"text";let Re=al([C,v&&v.toAbortSignal()],E),K=null,ge=Re&&Re.unsubscribe&&(()=>{Re.unsubscribe()}),Ee;try{if(P&&u&&g!=="get"&&g!=="head"&&(Ee=yield y(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]=It(Ee,ze(Ut(P)));R=ja(S.body,rl,ne,N)}}d.isString(ce)||(ce=ce?"include":"omit");let J=a&&"credentials"in s.prototype,V=re(L({},De),{signal:Re,method:g.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,De):Fe(x,V),Ze=p&&(j==="stream"||j==="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&&It(F,ze(Ut(U),!0))||[];X=new i(ja(X.body,rl,ne,()=>{N&&N(),ge&&ge()}),S)}j=j||"text";let A=yield m[d.findKey(m,j)||"text"](X,h);return!Ze&&ge&&ge(),yield new Promise((S,F)=>{Ie(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)}})},wx=new Map,Ia=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=wx;for(;o--;)l=a[o],u=p.get(l),u===void 0&&p.set(l,u=o?new Map:_x(e)),p=u;return u},qw=Ia();var Ua={http:el,xhr:nl,fetch:{get:Ia}};d.forEach(Ua,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch(s){}Object.defineProperty(t,"adapterName",{value:e})}});var ll=t=>`- ${t}`,Tx=t=>d.isFunction(t)||t===null||t===!1;function Sx(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,!Tx(i)&&(n=Ua[(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(ll).join(`
|
|
18
|
+
`):" "+ll(r[0]):"as no adapter specified";throw new _("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return n}var Hi={getAdapter:Sx,adapters:Ua};function Fa(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new ye(null,t)}function Vi(t){return Fa(t),t.headers=W.from(t.headers),t.data=xs.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),Hi.getAdapter(t.adapter||Pt.adapter,t)(t).then(function(i){return Fa(t),i.data=xs.call(t,t.transformResponse,i),i.headers=W.from(i.headers),i},function(i){return gs(i)||(Fa(t),i&&i.response&&(i.response.data=xs.call(t,t.transformResponse,i.response),i.response.headers=W.from(i.response.headers))),Promise.reject(i)})}var Wi={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{Wi[t]=function(i){return typeof i===t||"a"+(e<1?"n ":" ")+t}});var ul={};Wi.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&&!ul[r]&&(ul[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}};Wi.spelling=function(e){return(s,i)=>(console.warn(`${i} is likely a misspelling of ${e}`),!0)};function kx(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 Ts={assertOptions:kx,validators:Wi};var Te=Ts.validators,Ft=class{constructor(e){this.defaults=e||{},this.interceptors={request:new ta,response:new ta}}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&&Ts.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}:Ts.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),Ts.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 g=s.transitional||st;g&&g.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=[Vi.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 y=s;for(;m<f;){let h=o[m++],x=o[m++];try{y=h(y)}catch(g){x.call(this,g);break}}try{p=Vi.call(this,y)}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 Ss=Ft;var Ma=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}}},dl=Ma;function za(t){return function(s){return t.apply(null,s)}}function $a(t){return d.isObject(t)&&t.isAxiosError===!0}var Ha={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(Ha).forEach(([t,e])=>{Ha[e]=t});var ml=Ha;function fl(t){let e=new Ss(t),s=os(Ss.prototype.request,e);return d.extend(s,Ss.prototype,e,{allOwnKeys:!0}),d.extend(s,e,null,{allOwnKeys:!0}),s.create=function(n){return fl(Le(t,n))},s}var Y=fl(Pt);Y.Axios=Ss;Y.CanceledError=ye;Y.CancelToken=dl;Y.isCancel=gs;Y.VERSION=mt;Y.toFormData=tt;Y.AxiosError=_;Y.Cancel=Y.CanceledError;Y.all=function(e){return Promise.all(e)};Y.spread=za;Y.isAxiosError=$a;Y.mergeConfig=Le;Y.AxiosHeaders=W;Y.formToJSON=t=>Bi(d.isHTMLForm(t)?new FormData(t):t);Y.getAdapter=Hi.getAdapter;Y.HttpStatusCode=ml;Y.default=Y;var Mt=Y;var{Axios:NE,AxiosError:qE,CanceledError:BE,isCancel:DE,CancelToken:jE,VERSION:IE,all:UE,Cancel:FE,isAxiosError:ME,spread:zE,toFormData:$E,AxiosHeaders:HE,HttpStatusCode:VE,formToJSON:WE,getAdapter:GE,mergeConfig:KE}=Mt;var yl=D(xl(),1);var Va="axios-retry";function vl(t){let e=["ERR_CANCELED","ECONNABORTED"];return t.response||!t.code||e.includes(t.code)?!1:(0,yl.default)(t)}var bl=["get","head","options"],Cx=bl.concat(["put","delete"]);function Wa(t){return t.code!=="ECONNABORTED"&&(!t.response||t.response.status===429||t.response.status>=500&&t.response.status<=599)}function Ax(t){var e;return(e=t.config)!=null&&e.method?Wa(t)&&bl.indexOf(t.config.method)!==-1:!1}function _l(t){var e;return(e=t.config)!=null&&e.method?Wa(t)&&Cx.indexOf(t.config.method)!==-1:!1}function wl(t){return vl(t)||_l(t)}function Ga(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 Ox(t=0,e=void 0){return Math.max(0,Ga(e))}function Px(t=0,e=void 0,s=100){let i=jr(2,t)*s,n=Math.max(i,Ga(e)),a=n*.2*Math.random();return n+a}function Lx(t=100){return(e=0,s=void 0)=>{let i=e*t;return Math.max(i,Ga(s))}}var Nx={retries:3,retryCondition:wl,retryDelay:Ox,shouldResetTimeout:!1,onRetry:()=>{},onMaxRetryTimesExceeded:()=>{},validateResponse:null};function qx(t,e){return L(L(L({},Nx),e),t[Va])}function gl(t,e,s=!1){let i=qx(t,e||{});return i.retryCount=i.retryCount||0,(!i.lastRequestTime||s)&&(i.lastRequestTime=Date.now()),t[Va]=i,i}function Bx(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 jx(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(Bx(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 y;u(t(i)),(y=i.signal)!=null&&y.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 gl(n,e,!0),(a=n[Va])!=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=gl(a,e);return n.response&&((o=r.validateResponse)!=null&&o.call(r,n.response))?n.response:(yield Dx(r,n))?jx(t,r,n,a):(yield Ix(r,n),Promise.reject(n))}));return{requestInterceptorId:s,responseInterceptorId:i}};it.isNetworkError=vl;it.isSafeRequestError=Ax;it.isIdempotentRequestError=_l;it.isNetworkOrIdempotentRequestError=wl;it.exponentialDelay=Px;it.linearDelay=Lx;it.isRetryableError=Wa;var Gi=it;var er=D(Sl(),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 ks=Object.create(null);Object.keys(Ne).forEach(t=>{ks[Ne[t]]=t});var Rs={type:"error",data:"parser error"};var Cs=({type:t,data:e},s,i)=>e instanceof ArrayBuffer||ArrayBuffer.isView(e)?i(s?e:"b"+kl(e,!0).toString("base64")):i(Ne[t]+(e||"")),kl=(t,e)=>Buffer.isBuffer(t)||t instanceof Uint8Array&&!e?t:t instanceof ArrayBuffer?Buffer.from(t):Buffer.from(t.buffer,t.byteOffset,t.byteLength),Ja;function Rl(t,e){if(t.data instanceof ArrayBuffer||ArrayBuffer.isView(t.data))return e(kl(t.data,!1));Cs(t,!0,s=>{Ja||(Ja=new TextEncoder),e(Ja.encode(s))})}var As=(t,e)=>{if(typeof t!="string")return{type:"message",data:Cl(t,e)};let s=t.charAt(0);if(s==="b"){let i=Buffer.from(t.substring(1),"base64");return{type:"message",data:Cl(i,e)}}return ks[s]?t.length>1?{type:ks[s],data:t.substring(1)}:{type:ks[s]}:Rs},Cl=(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 Al="",Ol=(t,e)=>{let s=t.length,i=new Array(s),n=0;t.forEach((a,r)=>{Cs(a,!1,o=>{i[r]=o,++n===s&&e(i.join(Al))})})},Pl=(t,e)=>{let s=t.split(Al),i=[];for(let n=0;n<s.length;n++){let a=As(s[n],e);if(i.push(a),a.type==="error")break}return i};function Ll(){return new TransformStream({transform(t,e){Rl(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 Xa;function Ki(t){return t.reduce((e,s)=>e+s.length,0)}function Ji(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 Nl(t,e){Xa||(Xa=new TextDecoder);let s=[],i=0,n=-1,a=!1;return new TransformStream({transform(r,o){for(s.push(r);;){if(i===0){if(Ki(s)<1)break;let l=Ji(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(Ki(s)<2)break;let l=Ji(s,2);n=new DataView(l.buffer,l.byteOffset,l.length).getUint16(0),i=3}else if(i===2){if(Ki(s)<8)break;let l=Ji(s,8),u=new DataView(l.buffer,l.byteOffset,l.length),p=u.getUint32(0);if(p>Math.pow(2,21)-1){o.enqueue(Rs);break}n=p*Math.pow(2,32)+u.getUint32(4),i=3}else{if(Ki(s)<n)break;let l=Ji(s,n);o.enqueue(As(a?l:Xa.decode(l),e)),i=0}if(n===0||n>t){o.enqueue(Rs);break}}}})}var Ya=4;function $(t){if(t)return Fx(t)}function Fx(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,ql="nodebuffer";function Bl(){return new Qa}function Mx(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 Qa=class{constructor(){this._cookies=new Map}parseCookies(e){e&&e.forEach(s=>{let i=Mx(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 Xi(t,...e){return e.reduce((s,i)=>(t.hasOwnProperty(i)&&(s[i]=t[i]),s),{})}var zx=de.setTimeout,$x=de.clearTimeout;function We(t,e){e.useNativeTimers?(t.setTimeoutFn=zx.bind(de),t.clearTimeoutFn=$x.bind(de)):(t.setTimeoutFn=de.setTimeout.bind(de),t.clearTimeoutFn=de.clearTimeout.bind(de))}var Hx=1.33;function Dl(t){return typeof t=="string"?Vx(t):Math.ceil((t.byteLength||t.size)*Hx)}function Vx(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 Yi(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function jl(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 Ul=D(ve(),1),Wx=(0,Ul.default)("engine.io-client:transport"),Qi=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 Qi(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):Wx("transport is not open, discarding packets")}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(e){let s=As(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=jl(e);return s.length?"?"+s:""}};var Fl=D(ve(),1),qe=(0,Fl.default)("engine.io-client:polling"),Os=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)};Pl(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,Ol(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]=Yi()),!this.supportsBinary&&!s.sid&&(s.b64=1),this.createUri(e,s)}};var Ml=!1;try{Ml=typeof XMLHttpRequest!="undefined"&&"withCredentials"in new XMLHttpRequest}catch(t){}var zl=Ml;var Hl=D(ve(),1),Za=(0,Hl.default)("engine.io-client:polling");function Gx(){}var Zi=class extends Os{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(){Za("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=Xi(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");s.xdomain=!!this._opts.xd;let i=this._xhr=this.createRequest(s);try{Za("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))},Za("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=Gx,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",$l);else if(typeof addEventListener=="function"){let t="onpagehide"in de?"pagehide":"unload";addEventListener(t,$l,!1)}}function $l(){for(let t in Ke.requests)Ke.requests.hasOwnProperty(t)&&Ke.requests[t].abort()}var AT=(function(){let t=Kx({xdomain:!1});return t&&t.responseType!==null})();function Kx(t){let e=t.xdomain;try{if(typeof XMLHttpRequest!="undefined"&&(!e||zl))return new XMLHttpRequest}catch(s){}if(!e)try{return new de[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch(s){}}var Jx=er.default||er,$t=class extends Zi{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 Jx(i),this.uri(),e)}};var fy=D(Uu(),1),hy=D(ur(),1),xy=D(fr(),1),wr=D(dn(),1),gy=D(Ku(),1);var Ju=D(ve(),1),vy=(0,Ju.default)("engine.io-client:websocket"),by=typeof navigator!="undefined"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative",fn=class extends Ge{get name(){return"websocket"}doOpen(){let e=this.uri(),s=this.opts.protocols,i=by?{}:Xi(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;Cs(i,this.supportsBinary,a=>{try{this.doWrite(i,a)}catch(r){vy("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]=Yi()),this.supportsBinary||(s.b64=1),this.createUri(e,s)}},a0=de.WebSocket||de.MozWebSocket;var Yt=class extends fn{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 wr.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 Xu=D(ve(),1),Us=(0,Xu.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(()=>{Us("transport closed gracefully"),this.onClose()}).catch(e=>{Us("transport closed due to %s",e),this.onError("webtransport error",e)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(e=>{let s=Nl(Number.MAX_SAFE_INTEGER,this.socket.binaryType),i=e.readable.pipeThrough(s).getReader(),n=Ll();n.readable.pipeTo(e.writable),this._writer=n.writable.getWriter();let a=()=>{i.read().then(({done:o,value:l})=>{if(o){Us("session is closed");return}Us("received chunk: %o",l),this.onPacket(l),a()}).catch(o=>{Us("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 Er={websocket:Yt,webtransport:Qt,polling:$t};var _y=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,wy=["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=_y.exec(t||""),a={},r=14;for(;r--;)a[wy[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=Ey(a,a.path),a.queryKey=Ty(a,a.query),a}function Ey(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 Ty(t,e){let s={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(i,n,a){n&&(s[n]=a)}),s}var Yu=D(ve(),1),z=(0,Yu.default)("engine.io-client:socket"),Tr=typeof addEventListener=="function"&&typeof removeEventListener=="function",Fs=[];Tr&&addEventListener("offline",()=>{z("closing %d connection(s) because the network was lost",Fs.length),Fs.forEach(t=>t())},!1);var bt=class t extends ${constructor(e,s){if(super(),this.binaryType=ql,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)),Tr&&(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"})},Fs.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=Bl()),this._open()}createTransport(e){z('creating transport "%s"',e);let s=Object.assign({},this.opts.query);s.EIO=Ya,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(),Tr&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){let i=Fs.indexOf(this._offlineEventListener);i!==-1&&(z("removing listener for the 'offline' event"),Fs.splice(i,1))}this.readyState="closed",this.id=null,this.emitReserved("close",e,s),this.writeBuffer=[],this._prevBufferLen=0}}};bt.protocol=Ya;var hn=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 hn{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=>Er[n]).filter(n=>!!n)),super(e,i)}};var A0=es.protocol;var Zu=D(ve(),1),Qu=(0,Zu.default)("socket.io-client:url");function ed(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)||(Qu("protocol-less url %s",t),typeof s!="undefined"?t=s.protocol+"//"+t:t="https://"+t),Qu("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 Pr={};On(Pr,{Decoder:()=>Ar,Encoder:()=>Cr,PacketType:()=>O,isPacketValid:()=>By,protocol:()=>rd});var Cy=typeof ArrayBuffer=="function",Ay=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer,td=Object.prototype.toString,Oy=typeof Blob=="function"||typeof Blob!="undefined"&&td.call(Blob)==="[object BlobConstructor]",Py=typeof File=="function"||typeof File!="undefined"&&td.call(File)==="[object FileConstructor]";function zs(t){return Cy&&(t instanceof ArrayBuffer||Ay(t))||Oy&&t instanceof Blob||Py&&t instanceof File}function Ms(t,e){if(!t||typeof t!="object")return!1;if(Array.isArray(t)){for(let s=0,i=t.length;s<i;s++)if(Ms(t[s]))return!0;return!1}if(zs(t))return!0;if(t.toJSON&&typeof t.toJSON=="function"&&arguments.length===1)return Ms(t.toJSON(),!0);for(let s in t)if(Object.prototype.hasOwnProperty.call(t,s)&&Ms(t[s]))return!0;return!1}function sd(t){let e=[],s=t.data,i=t;return i.data=Sr(s,e),i.attachments=e.length,{packet:i,buffers:e}}function Sr(t,e){if(!t)return t;if(zs(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]=Sr(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]=Sr(t[i],e));return s}return t}function id(t,e){return t.data=kr(t.data,e),delete t.attachments,t}function kr(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]=kr(t[s],e);else if(typeof t=="object")for(let s in t)Object.prototype.hasOwnProperty.call(t,s)&&(t[s]=kr(t[s],e));return t}var nd=D(ve(),1),Rr=(0,nd.default)("socket.io-parser"),ad=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],rd=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 Cr=class{constructor(e){this.replacer=e}encode(e){return Rr("encoding packet %j",e),(e.type===O.EVENT||e.type===O.ACK)&&Ms(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)),Rr("encoded %j as %s",e,s),s}encodeAsBinary(e){let s=sd(e),i=this.encodeAsString(s.packet),n=s.buffers;return n.unshift(i),n}},Ar=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 Or(s),s.attachments===0&&super.emitReserved("decoded",s)):super.emitReserved("decoded",s)}else if(zs(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(!od(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 Rr("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 xn(s);case O.DISCONNECT:return s===void 0;case O.CONNECT_ERROR:return typeof s=="string"||xn(s);case O.EVENT:case O.BINARY_EVENT:return Array.isArray(s)&&(typeof s[0]=="number"||typeof s[0]=="string"&&ad.indexOf(s[0])===-1);case O.ACK:case O.BINARY_ACK:return Array.isArray(s)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}},Or=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=id(this.reconPack,this.buffers);return this.finishedReconstruction(),s}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}};function Ly(t){return typeof t=="string"}var od=Number.isInteger||function(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t};function Ny(t){return t===void 0||od(t)}function xn(t){return Object.prototype.toString.call(t)==="[object Object]"}function qy(t,e){switch(t){case O.CONNECT:return e===void 0||xn(e);case O.DISCONNECT:return e===void 0;case O.EVENT:return Array.isArray(e)&&(typeof e[0]=="number"||typeof e[0]=="string"&&ad.indexOf(e[0])===-1);case O.ACK:return Array.isArray(e);case O.CONNECT_ERROR:return typeof e=="string"||xn(e);default:return!1}}function By(t){return Ly(t.nsp)&&Ny(t.id)&&qy(t.type,t.data)}function _e(t,e,s){return t.on(e,s),function(){t.off(e,s)}}var cd=D(ve(),1),Q=(0,cd.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 pd=D(ve(),1),oe=(0,pd.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||Pr;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 ud=D(ve(),1),ld=(0,ud.default)("socket.io-client"),$s={};function Hs(t,e){typeof t=="object"&&(e=t,t=void 0),e=e||{};let s=ed(t,e.path||"/socket.io"),i=s.source,n=s.id,a=s.path,r=$s[n]&&a in $s[n].nsps,o=e.forceNew||e["force new connection"]||e.multiplex===!1||r,l;return o?(ld("ignoring socket cache for %s",i),l=new ss(i,e)):($s[n]||(ld("new io instance for %s",i),$s[n]=new ss(i,e)),l=$s[n]),s.query&&!e.query&&(e.query=s.queryKey),l.socket(s.path,e)}Object.assign(Hs,{Manager:ss,Socket:ts,io:Hs,connect:Hs});var gn=class extends Error{constructor(e){super(e),this.name="EcodrixError"}},we=class extends gn{constructor(s,i,n){super(s);k(this,"status");k(this,"code");this.name="APIError",this.status=i,this.code=n}},Vs=class extends we{constructor(e="Invalid API Key or Client Code"){super(e,401,"AUTH_FAILED"),this.name="AuthenticationError"}},Lr=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 yn=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}`)})}},Ws=class extends w{constructor(s){super(s);k(this,"notes");this.notes=new yn(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 Gs=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 Ks=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 Js=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/webhook-event",{ruleId:e,eventName:s,payload:i})})}};var Xs=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})})}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 je(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)}`)})}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}`)})}bulkDelete(e){return c(this,null,function*(){return this.deleteRequest("/api/crm/leads",{data:{ids:e}})})}};var Ys=class extends w{capture(e){return c(this,null,function*(){return this.post("/api/crm/payments/capture",e)})}};var Qs=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}`)})}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 Zs=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 ei=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 ti=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 Xs(e),this.pipelines=new Qs(e),this.activities=new Ws(e),this.analytics=new Gs(e),this.automations=new Js(e),this.sequences=new ei(e),this.scoring=new Zs(e),this.payments=new Ys(e),this.automationDashboard=new Ks(e)}};var is=class extends w{sendCampaign(e){return c(this,null,function*(){return this.post("/api/saas/emails/campaign",e)})}sendTest(e){return c(this,null,function*(){return this.post("/api/saas/emails/test",{to:e})})}listTemplates(e){return c(this,null,function*(){return this.get("/api/saas/mail/templates",{params:e})})}getTemplate(e){return c(this,null,function*(){return this.get(`/api/saas/mail/templates/${e}`)})}createTemplate(e){return c(this,null,function*(){return this.post("/api/saas/mail/templates",e)})}updateTemplate(e,s){return c(this,null,function*(){return this.put(`/api/saas/mail/templates/${e}`,s)})}deleteTemplate(e,s=!1){return c(this,null,function*(){return this.deleteRequest(`/api/saas/mail/templates/${e}`,{params:{force:s}})})}previewTemplate(e,s){return c(this,null,function*(){return this.post(`/api/saas/mail/templates/${e}/preview`,s)})}},Nr=class extends is{};var si=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/saas/crm/events/emit",e)})}};var ii=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 ni=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 vn=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})})}},bn=class extends w{list(e){return c(this,null,function*(){return this.get("/api/saas/marketing/campaigns",{params:e})})}create(e){return c(this,null,function*(){return this.post("/api/saas/marketing/campaigns",e)})}retrieve(e){return c(this,null,function*(){return this.get(`/api/saas/marketing/campaigns/${e}`)})}update(e,s){return c(this,null,function*(){return this.patch(`/api/saas/marketing/campaigns/${e}`,s)})}delete(e){return c(this,null,function*(){return this.deleteRequest(`/api/saas/marketing/campaigns/${e}`)})}send(e,s){return c(this,null,function*(){return this.post(`/api/saas/marketing/campaigns/${e}/send`,s||{})})}stats(e){return c(this,null,function*(){return this.get(`/api/saas/marketing/campaigns/${e}/stats`)})}},_n=class extends w{sendTemplate(e){return c(this,null,function*(){return this.post("/api/saas/marketing/whatsapp/send-template",e)})}},ai=class extends w{constructor(s){super(s);k(this,"emails");k(this,"campaigns");k(this,"whatsapp");this.emails=new vn(s),this.campaigns=new bn(s),this.whatsapp=new _n(s)}};var ns=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})})}},qr=class extends ns{};var ri=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 oi=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 ci=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 wn=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)}`)})}},En=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}})})}},pi=class extends w{constructor(s){super(s);k(this,"folders");k(this,"files");this.folders=new wn(s),this.files=new En(s)}usage(){return c(this,null,function*(){return this.get("/api/saas/storage/usage")})}};var wt=class extends we{constructor(e){super(e,400,"invalid_signature"),this.name="WebhookSignatureError"}},li=class{constructEvent(e,s,i){return c(this,null,function*(){if(!s)throw new wt("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 wt("Invalid webhook signature provided");return JSON.parse(e.toString("utf8"))}catch(a){throw a instanceof wt?a:new wt(`Webhook payload parsing failed: ${a.message}`)}})}};var ui=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 di=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 mi=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 fi=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 hi=class extends w{constructor(s){super(s);k(this,"messages");k(this,"conversations");k(this,"broadcasts");k(this,"templates");this.messages=new mi(s),this.conversations=new di(s),this.broadcasts=new ui(s),this.templates=new fi(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 xi=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 Tn=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}`)})}},Sn=class extends w{list(){return c(this,null,function*(){return this.get("/api/services/blogs")})}},kn=class extends w{add(e){return c(this,null,function*(){return this.post("/api/services/add-lead",e)})}},gi=class extends w{constructor(s){super(s);k(this,"clients");k(this,"blogs");k(this,"globalLeads");this.clients=new Tn(s),this.blogs=new Sn(s),this.globalLeads=new kn(s)}};var Rn=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")})}},yi=class extends w{constructor(s){super(s);k(this,"email");this.email=new Rn(s)}};var vi=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 jy="https://api.ecodrix.com",as=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");var o,l,u,p,m;if(!e.apiKey)throw new Vs("API Key is required");this.clientCode=(o=e.clientCode)==null?void 0:o.toUpperCase();let s=(l=e.baseUrl)!=null?l:jy,i=e.socketUrl||s,n=typeof window!="undefined"&&typeof window.document!="undefined",a=n?"browser":typeof process!="undefined"?`node ${process.version}`:"unknown",r=n?((u=globalThis.navigator)==null?void 0:u.userAgent)||"browser":typeof process!="undefined"?process.platform:"unknown";if(this.client=Mt.create({baseURL:s,headers:{"x-api-key":e.apiKey,"x-client-code":(p=e.clientCode)==null?void 0:p.toUpperCase(),"Content-Type":"application/json","x-ecodrix-client-agent":JSON.stringify({sdk_version:"1.0.0",runtime:a,os:r})}}),Gi(this.client,{retries:3,retryDelay:Gi.exponentialDelay,retryCondition:f=>{var y;return Gi.isNetworkOrIdempotentRequestError(f)||((y=f.response)==null?void 0:y.status)===429},onRetry:(f,y,h)=>{var g,R;typeof process!="undefined"&&((g=process.env)==null?void 0:g.NODE_ENV)==="development"&&console.warn(`[ECODrIx SDK] Retrying request (${f}/3): ${(R=h.method)==null?void 0:R.toUpperCase()} ${h.url}. Reason: ${y.message}`)}}),this.whatsapp=new hi(this.client),this.crm=new ti(this.client),this.media=new ns(this.client),this.meet=new ri(this.client),this.notifications=new oi(this.client),this.email=new is(this.client),this.logs=new ni(this.client),this.events=new si(this.client),this.webhooks=new li,this.storage=new pi(this.client),this.marketing=new ai(this.client),this.health=new ii(this.client),this.queue=new ci(this.client),this.agency=new xi(this.client),this.services=new gi(this.client),this.settings=new yi(this.client),this.cors=new vi(this.client),this.socket=Hs(i,{extraHeaders:{"x-api-key":e.apiKey,"x-client-code":((m=e.clientCode)==null?void 0:m.toUpperCase())||""}}),this.setupSocket(e.clientCode),n){let f={version:"1.2.2",clientCode:e.clientCode,initializedAt:new Date().toISOString()};window.__ECODRIX_SDK__=f,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=as;return bd(Uy);})();
|
|
20
20
|
/*! Bundled license information:
|
|
21
21
|
|
|
22
22
|
mime-db/index.js:
|