monocart-reporter 1.6.33 → 1.6.35
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/README.md +50 -53
- package/lib/cli.js +10 -3
- package/lib/generate-data.js +7 -4
- package/lib/plugins/audit/audit.js +3 -6
- package/lib/plugins/coverage/coverage-utils.js +33 -71
- package/lib/plugins/coverage/coverage.js +84 -61
- package/lib/plugins/coverage/istanbul/istanbul.js +25 -51
- package/lib/plugins/coverage/v8/dedupe.js +8 -17
- package/lib/plugins/coverage/v8/source-map.js +187 -21
- package/lib/plugins/coverage/v8/v8.js +132 -91
- package/lib/plugins/network/network.js +7 -7
- package/lib/runtime/monocart-common.js +1 -1
- package/lib/runtime/monocart-coverage.js +14 -11
- package/lib/runtime/monocart-network.js +1 -1
- package/lib/runtime/monocart-reporter.js +1 -1
- package/lib/runtime/monocart-v8.js +1 -1
- package/lib/utils/util.js +15 -0
- package/lib/visitor.js +17 -9
- package/package.json +5 -3
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
var
|
|
2
|
-
`+s)}}function xe(e,n){n=n||{},n.isFileComment&&(e=Mr(e,n.commentFileDir)),n.hasComment&&(e=Ur(e)),n.isEncoded&&(e=Gn(e)),(n.isJSON||n.isEncoded)&&(e=JSON.parse(e)),this.sourcemap=e}xe.prototype.toJSON=function(e){return JSON.stringify(this.sourcemap,null,e)};typeof Buffer<"u"?typeof Buffer.from=="function"?xe.prototype.toBase64=Hr:xe.prototype.toBase64=$r:xe.prototype.toBase64=Gr;function Hr(){var e=this.toJSON();return Buffer.from(e,"utf8").toString("base64")}function $r(){var e=this.toJSON();if(typeof e=="number")throw new TypeError("The json to encode must not be of type number.");return new Buffer(e,"utf8").toString("base64")}function Gr(){var e=this.toJSON();return btoa(unescape(encodeURIComponent(e)))}xe.prototype.toComment=function(e){var n=this.toBase64(),t="sourceMappingURL=data:application/json;charset=utf-8;base64,"+n;return e&&e.multiline?"/*# "+t+" */":"//# "+t};xe.prototype.toObject=function(){return JSON.parse(this.toJSON())};xe.prototype.addProperty=function(e,n){if(this.sourcemap.hasOwnProperty(e))throw new Error('property "'+e+'" already exists on the sourcemap, use set property instead');return this.setProperty(e,n)};xe.prototype.setProperty=function(e,n){return this.sourcemap[e]=n,this};xe.prototype.getProperty=function(e){return this.sourcemap[e]};Z.fromObject=function(e){return new xe(e)};Z.fromJSON=function(e){return new xe(e,{isJSON:!0})};Z.fromBase64=function(e){return new xe(e,{isEncoded:!0})};Z.fromComment=function(e){return e=e.replace(/^\/\*/g,"//").replace(/\*\/$/g,""),new xe(e,{isEncoded:!0,hasComment:!0})};Z.fromMapFileComment=function(e,n){return new xe(e,{commentFileDir:n,isFileComment:!0,isJSON:!0})};Z.fromSource=function(e){var n=e.match(Z.commentRegex);return n?Z.fromComment(n.pop()):null};Z.fromMapFileSource=function(e,n){var t=e.match(Z.mapFileCommentRegex);return t?Z.fromMapFileComment(t.pop(),n):null};Z.removeComments=function(e){return e.replace(Z.commentRegex,"")};Z.removeMapFileComments=function(e){return e.replace(Z.mapFileCommentRegex,"")};Z.generateMapFileComment=function(e,n){var t="sourceMappingURL="+e;return n&&n.multiline?"/*# "+t+" */":"//# "+t}});var ia=_((vm,ta)=>{ta.exports=class{constructor(n,t,i,a,s){this.startLine=n,this.startCol=t,this.endLine=i,this.endCol=a,this.count=s}toIstanbul(){let n={start:{line:this.startLine,column:this.startCol},end:{line:this.endLine,column:this.endCol}};return{type:"branch",line:this.startLine,loc:n,locations:[Object.assign({},n)]}}}});var sa=_((gm,aa)=>{aa.exports=class{constructor(n,t,i,a,s,o){this.name=n,this.startLine=t,this.startCol=i,this.endLine=a,this.endCol=s,this.count=o}toIstanbul(){let n={start:{line:this.startLine,column:this.startCol},end:{line:this.endLine,column:this.endCol}};return{name:this.name,decl:n,loc:n,line:this.startLine}}}});var ra=_((wm,oa)=>{oa.exports=class{constructor(n,t,i){this.line=n,this.startCol=t;let a=i.match(/\r?\n$/u),s=a?a[0].length:0;this.endCol=t+i.length-s,this.count=1,this.ignore=!1}toIstanbul(){return{start:{line:this.line,column:0},end:{line:this.line,column:this.endCol-this.startCol}}}}});var At=_((Em,ca)=>{ca.exports.sliceRange=(e,n,t,i=!1)=>{let a=0,s=e.length;for(i&&--n;a<s;){let o=a+s>>1;if(n>=e[o].endCol)a=o+1;else if(t<e[o].startCol)s=o-1;else{for(s=o;o>=0&&n<e[o].endCol&&t>=e[o].startCol;)--o;a=o+1;break}}for(;s<e.length&&n<e[s].endCol&&t>=e[s].startCol;)++s;return e.slice(a,s)}});var la=_((Vn,pa)=>{(function(e,n){typeof Vn=="object"&&typeof pa<"u"?n(Vn):typeof define=="function"&&define.amd?define(["exports"],n):(e=typeof globalThis<"u"?globalThis:e||self,n(e.sourcemapCodec={}))})(Vn,function(e){"use strict";let n=",".charCodeAt(0),t=";".charCodeAt(0),i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=new Uint8Array(64),s=new Uint8Array(128);for(let x=0;x<i.length;x++){let R=i.charCodeAt(x);a[x]=R,s[R]=x}let o=typeof TextDecoder<"u"?new TextDecoder:typeof Buffer<"u"?{decode(x){return Buffer.from(x.buffer,x.byteOffset,x.byteLength).toString()}}:{decode(x){let R="";for(let h=0;h<x.length;h++)R+=String.fromCharCode(x[h]);return R}};function r(x){let R=new Int32Array(5),h=[],C=0;do{let y=c(x,C),N=[],O=!0,F=0;R[0]=0;for(let q=C;q<y;q++){let W;q=p(x,q,R,0);let V=R[0];V<F&&(O=!1),F=V,l(x,q,y)?(q=p(x,q,R,1),q=p(x,q,R,2),q=p(x,q,R,3),l(x,q,y)?(q=p(x,q,R,4),W=[V,R[1],R[2],R[3],R[4]]):W=[V,R[1],R[2],R[3]]):W=[V],N.push(W)}O||m(N),h.push(N),C=y+1}while(C<=x.length);return h}function c(x,R){let h=x.indexOf(";",R);return h===-1?x.length:h}function p(x,R,h,C){let y=0,N=0,O=0;do{let q=x.charCodeAt(R++);O=s[q],y|=(O&31)<<N,N+=5}while(O&32);let F=y&1;return y>>>=1,F&&(y=-2147483648|-y),h[C]+=y,R}function l(x,R,h){return R>=h?!1:x.charCodeAt(R)!==n}function m(x){x.sort(w)}function w(x,R){return x[0]-R[0]}function k(x){let R=new Int32Array(5),h=1024*16,C=h-36,y=new Uint8Array(h),N=y.subarray(0,C),O=0,F="";for(let q=0;q<x.length;q++){let W=x[q];if(q>0&&(O===h&&(F+=o.decode(y),O=0),y[O++]=t),W.length!==0){R[0]=0;for(let V=0;V<W.length;V++){let ne=W[V];O>C&&(F+=o.decode(N),y.copyWithin(0,C,O),O-=C),V>0&&(y[O++]=n),O=b(y,O,R,ne,0),ne.length!==1&&(O=b(y,O,R,ne,1),O=b(y,O,R,ne,2),O=b(y,O,R,ne,3),ne.length!==4&&(O=b(y,O,R,ne,4)))}}}return F+o.decode(y.subarray(0,O))}function b(x,R,h,C,y){let N=C[y],O=N-h[y];h[y]=N,O=O<0?-O<<1|1:O<<1;do{let F=O&31;O>>>=5,O>0&&(F|=32),x[R++]=a[F]}while(O>0);return R}e.decode=r,e.encode=k,Object.defineProperty(e,"__esModule",{value:!0})})});var ua=_((Nt,It)=>{(function(e,n){typeof Nt=="object"&&typeof It<"u"?It.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.resolveURI=n())})(Nt,function(){"use strict";let e=/^[\w+.-]+:\/\//,n=/^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/,t=/^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i;var i;(function(h){h[h.Empty=1]="Empty",h[h.Hash=2]="Hash",h[h.Query=3]="Query",h[h.RelativePath=4]="RelativePath",h[h.AbsolutePath=5]="AbsolutePath",h[h.SchemeRelative=6]="SchemeRelative",h[h.Absolute=7]="Absolute"})(i||(i={}));function a(h){return e.test(h)}function s(h){return h.startsWith("//")}function o(h){return h.startsWith("/")}function r(h){return h.startsWith("file:")}function c(h){return/^[.?#]/.test(h)}function p(h){let C=n.exec(h);return m(C[1],C[2]||"",C[3],C[4]||"",C[5]||"/",C[6]||"",C[7]||"")}function l(h){let C=t.exec(h),y=C[2];return m("file:","",C[1]||"","",o(y)?y:"/"+y,C[3]||"",C[4]||"")}function m(h,C,y,N,O,F,q){return{scheme:h,user:C,host:y,port:N,path:O,query:F,hash:q,type:i.Absolute}}function w(h){if(s(h)){let y=p("http:"+h);return y.scheme="",y.type=i.SchemeRelative,y}if(o(h)){let y=p("http://foo.com"+h);return y.scheme="",y.host="",y.type=i.AbsolutePath,y}if(r(h))return l(h);if(a(h))return p(h);let C=p("http://foo.com/"+h);return C.scheme="",C.host="",C.type=h?h.startsWith("?")?i.Query:h.startsWith("#")?i.Hash:i.RelativePath:i.Empty,C}function k(h){if(h.endsWith("/.."))return h;let C=h.lastIndexOf("/");return h.slice(0,C+1)}function b(h,C){x(C,C.type),h.path==="/"?h.path=C.path:h.path=k(C.path)+h.path}function x(h,C){let y=C<=i.RelativePath,N=h.path.split("/"),O=1,F=0,q=!1;for(let V=1;V<N.length;V++){let ne=N[V];if(!ne){q=!0;continue}if(q=!1,ne!=="."){if(ne===".."){F?(q=!0,F--,O--):y&&(N[O++]=ne);continue}N[O++]=ne,F++}}let W="";for(let V=1;V<O;V++)W+="/"+N[V];(!W||q&&!W.endsWith("/.."))&&(W+="/"),h.path=W}function R(h,C){if(!h&&!C)return"";let y=w(h),N=y.type;if(C&&N!==i.Absolute){let F=w(C),q=F.type;switch(N){case i.Empty:y.hash=F.hash;case i.Hash:y.query=F.query;case i.Query:case i.RelativePath:b(y,F);case i.AbsolutePath:y.user=F.user,y.host=F.host,y.port=F.port;case i.SchemeRelative:y.scheme=F.scheme}q>N&&(N=q)}x(y,N);let O=y.query+y.hash;switch(N){case i.Hash:case i.Query:return O;case i.RelativePath:{let F=y.path.slice(1);return F?c(C||h)&&!c(F)?"./"+F+O:F+O:O||"."}case i.AbsolutePath:return y.path+O;default:return y.scheme+"//"+y.user+y.host+y.port+y.path+O}}return R})});var Ft=_((Jn,ma)=>{(function(e,n){typeof Jn=="object"&&typeof ma<"u"?n(Jn,la(),ua()):typeof define=="function"&&define.amd?define(["exports","@jridgewell/sourcemap-codec","@jridgewell/resolve-uri"],n):(e=typeof globalThis<"u"?globalThis:e||self,n(e.traceMapping={},e.sourcemapCodec,e.resolveURI))})(Jn,function(e,n,t){"use strict";function i(g){return g&&typeof g=="object"&&"default"in g?g:{default:g}}var a=i(t);function s(g,f){return f&&!f.endsWith("/")&&(f+="/"),a.default(g,f)}function o(g){if(!g)return"";let f=g.lastIndexOf("/");return g.slice(0,f+1)}let r=0,c=1,p=2,l=3,m=4,w=1,k=2;function b(g,f){let E=x(g,0);if(E===g.length)return g;f||(g=g.slice());for(let S=E;S<g.length;S=x(g,S+1))g[S]=h(g[S],f);return g}function x(g,f){for(let E=f;E<g.length;E++)if(!R(g[E]))return E;return g.length}function R(g){for(let f=1;f<g.length;f++)if(g[f][r]<g[f-1][r])return!1;return!0}function h(g,f){return f||(g=g.slice()),g.sort(C)}function C(g,f){return g[r]-f[r]}let y=!1;function N(g,f,E,S){for(;E<=S;){let P=E+(S-E>>1),L=g[P][r]-f;if(L===0)return y=!0,P;L<0?E=P+1:S=P-1}return y=!1,E-1}function O(g,f,E){for(let S=E+1;S<g.length&&g[S][r]===f;E=S++);return E}function F(g,f,E){for(let S=E-1;S>=0&&g[S][r]===f;E=S--);return E}function q(){return{lastKey:-1,lastNeedle:-1,lastIndex:-1}}function W(g,f,E,S){let{lastKey:P,lastNeedle:L,lastIndex:I}=E,J=0,U=g.length-1;if(S===P){if(f===L)return y=I!==-1&&g[I][r]===f,I;f>=L?J=I===-1?0:I:U=I}return E.lastKey=S,E.lastNeedle=f,E.lastIndex=N(g,f,J,U)}function V(g,f){let E=f.map(_t);for(let S=0;S<g.length;S++){let P=g[S];for(let L=0;L<P.length;L++){let I=P[L];if(I.length===1)continue;let J=I[c],U=I[p],$=I[l],se=E[J],Q=se[U]||(se[U]=[]),pe=f[J],de=O(Q,$,W(Q,$,pe,U));ne(Q,pe.lastIndex=de+1,[$,S,I[r]])}}return E}function ne(g,f,E){for(let S=g.length;S>f;S--)g[S]=g[S-1];g[f]=E}function _t(){return{__proto__:null}}let Ve=function(g,f){let E=typeof g=="string"?JSON.parse(g):g;if(!("sections"in E))return new re(E,f);let S=[],P=[],L=[],I=[];Sn(E,f,S,P,L,I,0,0,1/0,1/0);let J={version:3,file:E.file,names:I,sources:P,sourcesContent:L,mappings:S};return e.presortedDecodedMap(J)};function Sn(g,f,E,S,P,L,I,J,U,$){let{sections:se}=g;for(let Q=0;Q<se.length;Q++){let{map:pe,offset:de}=se[Q],be=U,je=$;if(Q+1<se.length){let Ee=se[Q+1].offset;be=Math.min(U,I+Ee.line),be===U?je=Math.min($,J+Ee.column):be<U&&(je=J+Ee.column)}me(pe,f,E,S,P,L,I+de.line,J+de.column,be,je)}}function me(g,f,E,S,P,L,I,J,U,$){if("sections"in g)return Sn(...arguments);let se=new re(g,f),Q=S.length,pe=L.length,de=e.decodedMappings(se),{resolvedSources:be,sourcesContent:je}=se;if(Be(S,be),Be(L,se.names),je)Be(P,je);else for(let Ee=0;Ee<be.length;Ee++)P.push(null);for(let Ee=0;Ee<de.length;Ee++){let Lt=I+Ee;if(Lt>U)return;let Xi=Cn(E,Lt),kr=Ee===0?J:0,Ki=de[Ee];for(let jt=0;jt<Ki.length;jt++){let Je=Ki[jt],Hn=kr+Je[r];if(Lt===U&&Hn>=$)return;if(Je.length===1){Xi.push([Hn]);continue}let Yi=Q+Je[c],Qi=Je[p],Zi=Je[l];Xi.push(Je.length===4?[Hn,Yi,Qi,Zi]:[Hn,Yi,Qi,Zi,pe+Je[m]])}}}function Be(g,f){for(let E=0;E<f.length;E++)g.push(f[E])}function Cn(g,f){for(let E=g.length;E<=f;E++)g[E]=[];return g[f]}let j="`line` must be greater than 0 (lines start at line 1)",B="`column` must be greater than or equal to 0 (columns start at column 0)",te=-1,Le=1;e.encodedMappings=void 0,e.decodedMappings=void 0,e.traceSegment=void 0,e.originalPositionFor=void 0,e.generatedPositionFor=void 0,e.allGeneratedPositionsFor=void 0,e.eachMapping=void 0,e.sourceContentFor=void 0,e.presortedDecodedMap=void 0,e.decodedMap=void 0,e.encodedMap=void 0;class re{constructor(f,E){let S=typeof f=="string";if(!S&&f._decodedMemo)return f;let P=S?JSON.parse(f):f,{version:L,file:I,names:J,sourceRoot:U,sources:$,sourcesContent:se}=P;this.version=L,this.file=I,this.names=J,this.sourceRoot=U,this.sources=$,this.sourcesContent=se;let Q=s(U||"",o(E));this.resolvedSources=$.map(de=>s(de||"",Q));let{mappings:pe}=P;typeof pe=="string"?(this._encoded=pe,this._decoded=void 0):(this._encoded=void 0,this._decoded=b(pe,S)),this._decodedMemo=q(),this._bySources=void 0,this._bySourceMemos=void 0}}(()=>{e.encodedMappings=f=>{var E;return(E=f._encoded)!==null&&E!==void 0?E:f._encoded=n.encode(f._decoded)},e.decodedMappings=f=>f._decoded||(f._decoded=n.decode(f._encoded)),e.traceSegment=(f,E,S)=>{let P=e.decodedMappings(f);if(E>=P.length)return null;let L=P[E],I=he(L,f._decodedMemo,E,S,Le);return I===-1?null:L[I]},e.originalPositionFor=(f,{line:E,column:S,bias:P})=>{if(E--,E<0)throw new Error(j);if(S<0)throw new Error(B);let L=e.decodedMappings(f);if(E>=L.length)return on(null,null,null,null);let I=L[E],J=he(I,f._decodedMemo,E,S,P||Le);if(J===-1)return on(null,null,null,null);let U=I[J];if(U.length===1)return on(null,null,null,null);let{names:$,resolvedSources:se}=f;return on(se[U[c]],U[p]+1,U[l],U.length===5?$[U[m]]:null)},e.allGeneratedPositionsFor=(f,{source:E,line:S,column:P,bias:L})=>g(f,E,S,P,L||te,!0),e.generatedPositionFor=(f,{source:E,line:S,column:P,bias:L})=>g(f,E,S,P,L||Le,!1),e.eachMapping=(f,E)=>{let S=e.decodedMappings(f),{names:P,resolvedSources:L}=f;for(let I=0;I<S.length;I++){let J=S[I];for(let U=0;U<J.length;U++){let $=J[U],se=I+1,Q=$[0],pe=null,de=null,be=null,je=null;$.length!==1&&(pe=L[$[1]],de=$[2]+1,be=$[3]),$.length===5&&(je=P[$[4]]),E({generatedLine:se,generatedColumn:Q,source:pe,originalLine:de,originalColumn:be,name:je})}}},e.sourceContentFor=(f,E)=>{let{sources:S,resolvedSources:P,sourcesContent:L}=f;if(L==null)return null;let I=S.indexOf(E);return I===-1&&(I=P.indexOf(E)),I===-1?null:L[I]},e.presortedDecodedMap=(f,E)=>{let S=new re(De(f,[]),E);return S._decoded=f.mappings,S},e.decodedMap=f=>De(f,e.decodedMappings(f)),e.encodedMap=f=>De(f,e.encodedMappings(f));function g(f,E,S,P,L,I){if(S--,S<0)throw new Error(j);if(P<0)throw new Error(B);let{sources:J,resolvedSources:U}=f,$=J.indexOf(E);if($===-1&&($=U.indexOf(E)),$===-1)return I?[]:we(null,null);let Q=(f._bySources||(f._bySources=V(e.decodedMappings(f),f._bySourceMemos=J.map(q))))[$][S];if(Q==null)return I?[]:we(null,null);let pe=f._bySourceMemos[$];if(I)return rn(Q,pe,S,P,L);let de=he(Q,pe,S,P,L);if(de===-1)return we(null,null);let be=Q[de];return we(be[w]+1,be[k])}})();function De(g,f){return{version:g.version,file:g.file,names:g.names,sourceRoot:g.sourceRoot,sources:g.sources,sourcesContent:g.sourcesContent,mappings:f}}function on(g,f,E,S){return{source:g,line:f,column:E,name:S}}function we(g,f){return{line:g,column:f}}function he(g,f,E,S,P){let L=W(g,S,f,E);return y?L=(P===te?O:F)(g,S,L):P===te&&L++,L===-1||L===g.length?-1:L}function rn(g,f,E,S,P){let L=he(g,f,E,S,Le);if(!y&&P===te&&L++,L===-1||L===g.length)return[];let I=y?S:g[L][r];y||(L=F(g,I,L));let J=O(g,I,L),U=[];for(;L<=J;L++){let $=g[L];U.push(we($[w]+1,$[k]))}return U}e.AnyMap=Ve,e.GREATEST_LOWER_BOUND=Le,e.LEAST_UPPER_BOUND=te,e.TraceMap=re,Object.defineProperty(e,"__esModule",{value:!0})})});var xa=_((Sm,ha)=>{var Vr=ra(),{sliceRange:Jr}=At(),{originalPositionFor:cn,generatedPositionFor:Wr,GREATEST_LOWER_BOUND:da,LEAST_UPPER_BOUND:Pt}=Ft();ha.exports=class{constructor(n,t){n=n?n.trimEnd():"",this.lines=[],this.eof=n.length,this.shebangLength=Yr(n),this.wrapperLength=t-this.shebangLength,this._buildLines(n)}_buildLines(n){let t=0,i=0,a=!1;for(let[s,o]of n.split(/(?<=\r?\n)/u).entries()){let r=new Vr(s+1,t,o);i>0?(r.ignore=!0,i--):a&&(r.ignore=!0),this.lines.push(r),t+=o.length;let c=this._parseIgnore(o);c&&(r.ignore=!0,c.count!==void 0&&(i=c.count),(c.start||c.stop)&&(a=c.start,i=0))}}_parseIgnore(n){let t=n.match(/^\W*\/\* c8 ignore next (?<count>[0-9]+)/);if(t)return{count:Number(t.groups.count)};if(n.match(/^\W*\/\* c8 ignore next/))return{count:1};if(n.match(/\/\* c8 ignore next/))return{count:0};let i=n.match(/\/\* c8 ignore (?<mode>start|stop)/);if(i){if(i.groups.mode==="start")return{start:!0};if(i.groups.mode==="stop")return{stop:!0}}}offsetToOriginalRelative(n,t,i){let a=Jr(this.lines,t,i,!0);if(!a.length)return{};let s=fa(n,a[0].line,Math.max(0,t-a[0].startCol));if(!(s&&s.source))return{};let o=Xr(n,a[a.length-1].line,i-a[a.length-1].startCol);return o&&o.source?s.source!==o.source?{}:(s.line===o.line&&s.column===o.column&&(o=cn(n,{line:a[a.length-1].line,column:i-a[a.length-1].startCol,bias:Pt}),o.column-=1),{source:s.source,startLine:s.line,relStartCol:s.column,endLine:o.line,relEndCol:o.column}):{}}relativeToOffset(n,t){return n=Math.max(n,1),this.lines[n-1]===void 0?this.eof:Math.min(this.lines[n-1].startCol+t,this.lines[n-1].endCol)}};function Xr(e,n,t){let i=fa(e,n,Math.max(t-1,1));if(i.source===null)return null;let a=Wr(e,{source:i.source,line:i.line,column:i.column+1,bias:Pt});return a.line===null||cn(e,a).line!==i.line?{source:i.source,line:i.line,column:1/0}:cn(e,a)}function fa(e,n,t){let i=cn(e,{line:n,column:t,bias:da});i.line===null&&(i=cn(e,{line:n,column:t,bias:Pt}));let a=cn(e,{line:n,column:0,bias:da});return a.line>i.line&&(i=a),i}var Kr=/^v1[0-1]\./u.test(process.version);function Yr(e){if(Kr&&e.indexOf("#!")===0){let n=e.match(/(?<shebang>#!.*)/);if(n)return n.groups.shebang.length}else return 0}});var va=_((Cm,Qr)=>{Qr.exports={name:"v8-to-istanbul",version:"9.1.0",description:"convert from v8 coverage format to istanbul's format",main:"index.js",types:"index.d.ts",scripts:{fix:"standard --fix",snapshot:"TAP_SNAPSHOT=1 tap test/*.js",test:"c8 --reporter=html --reporter=text tap --no-coverage test/*.js",posttest:"standard",coverage:"c8 report --check-coverage"},repository:"istanbuljs/v8-to-istanbul",keywords:["istanbul","v8","coverage"],standard:{ignore:["**/test/fixtures"]},author:"Ben Coe <ben@npmjs.com>",license:"ISC",dependencies:{"@jridgewell/trace-mapping":"^0.3.12","@types/istanbul-lib-coverage":"^2.0.1","convert-source-map":"^1.6.0"},devDependencies:{"@types/node":"^18.0.0",c8:"^7.2.1",semver:"^7.3.2",should:"13.2.3","source-map":"^0.7.3",standard:"^16.0.4",tap:"^16.0.0"},engines:{node:">=10.12.0"},files:["lib/*.js","index.js","index.d.ts"]}});var Ca=_((Tm,Sa)=>{var ba=require("assert"),ga=na(),Zr=require("util"),ec=Zr.debuglog("c8"),{dirname:ya,isAbsolute:nc,join:tc,resolve:ic}=require("path"),{fileURLToPath:Ra}=require("url"),ac=ia(),wa=sa(),On=xa(),{sliceRange:sc}=At(),oc=Error(`requires Node.js ${va().engines.node}`),Wn=()=>{throw oc};try{Wn=require("fs").promises.readFile}catch{}var{TraceMap:Ea}=Ft(),rc=/^v10\.(([0-9]\.)|(1[0-5]\.))/u.test(process.version),cc=/^v8\./.test(process.version),pc=rc?require("module").wrapper[0].length:0;Sa.exports=class{constructor(n,t,i,a){ba(typeof n=="string","scriptPath must be a string"),ba(!cc,"This module does not support node 8 or lower, please upgrade to node 10"),this.path=lc(n),this.wrapperLength=t===void 0?pc:t,this.excludePath=a||(()=>!1),this.sources=i||{},this.generatedLines=[],this.branches={},this.functions={},this.covSources=[],this.rawSourceMap=void 0,this.sourceMap=void 0,this.sourceTranspiled=void 0,this.all=!1}async load(){let n=this.sources.source||await Wn(this.path,"utf8");if(this.rawSourceMap=this.sources.sourceMap||ga.fromSource(n)||ga.fromMapFileSource(n,ya(this.path)),this.rawSourceMap)if(this.rawSourceMap.sourcemap.sources.length>1)this.sourceMap=new Ea(this.rawSourceMap.sourcemap),this.sourceMap.sourcesContent||(this.sourceMap.sourcesContent=await this.sourcesContentFromSources()),this.covSources=this.sourceMap.sourcesContent.map((t,i)=>({source:new On(t,this.wrapperLength),path:this.sourceMap.sources[i]})),this.sourceTranspiled=new On(n,this.wrapperLength);else{let t=this.rawSourceMap.sourcemap.sources.length>=1?this.rawSourceMap.sourcemap.sources[0]:this.rawSourceMap.sourcemap.file;this.path=this._resolveSource(this.rawSourceMap,t||this.path),this.sourceMap=new Ea(this.rawSourceMap.sourcemap);let i;this.sources.sourceMap&&this.sources.sourceMap.sourcemap&&this.sources.sourceMap.sourcemap.sourcesContent&&this.sources.sourceMap.sourcemap.sourcesContent.length===1?i=this.sources.sourceMap.sourcemap.sourcesContent[0]:this.sources.originalSource?i=this.sources.originalSource:this.sourceMap.sourcesContent&&this.sourceMap.sourcesContent[0]?i=this.sourceMap.sourcesContent[0]:i=await Wn(this.path,"utf8"),this.covSources=[{source:new On(i,this.wrapperLength),path:this.path}],this.sourceTranspiled=new On(n,this.wrapperLength)}else this.covSources=[{source:new On(n,this.wrapperLength),path:this.path}]}async sourcesContentFromSources(){let n=this.sourceMap.sources.map(t=>{let i=this._resolveSource(this.rawSourceMap,t);return Wn(i,"utf-8").then(a=>a).catch(a=>{ec(`failed to load ${i}: ${a.message}`)})});return await Promise.all(n)}destroy(){}_resolveSource(n,t){if(t.startsWith("file://"))return Ra(t);t=t.replace(/^webpack:\/\//,"");let i=n.sourcemap.sourceRoot?n.sourcemap.sourceRoot.replace("file://",""):"",a=tc(i,t);return nc(a)?a:ic(ya(this.path),a)}applyCoverage(n){n.forEach(t=>{t.ranges.forEach((i,a)=>{let{startCol:s,endCol:o,path:r,covSource:c}=this._maybeRemapStartColEndCol(i);if(this.excludePath(r))return;let p;if(t.functionName==="(empty-report)"?(p=c.lines.filter(w=>(w.count=0,!0)),this.all=p.length>0):p=sc(c.lines,s,o),!p.length)return;let l=p[0],m=p[p.length-1];t.isBlockCoverage?(this.branches[r]=this.branches[r]||[],this.branches[r].push(new ac(l.line,s-l.startCol,m.line,o-m.startCol,i.count)),t.functionName&&a===0&&(this.functions[r]=this.functions[r]||[],this.functions[r].push(new wa(t.functionName,l.line,s-l.startCol,m.line,o-m.startCol,i.count)))):t.functionName&&(this.functions[r]=this.functions[r]||[],this.functions[r].push(new wa(t.functionName,l.line,s-l.startCol,m.line,o-m.startCol,i.count))),p.forEach(w=>{s<=w.startCol&&o>=w.endCol&&!w.ignore&&(w.count=i.count)})})})}_maybeRemapStartColEndCol(n){let t=this.covSources[0].source,i=Math.max(0,n.startOffset-t.wrapperLength),a=Math.min(t.eof,n.endOffset-t.wrapperLength),s=this.path;if(this.sourceMap){i=Math.max(0,n.startOffset-this.sourceTranspiled.wrapperLength),a=Math.min(this.sourceTranspiled.eof,n.endOffset-this.sourceTranspiled.wrapperLength);let{startLine:o,relStartCol:r,endLine:c,relEndCol:p,source:l}=this.sourceTranspiled.offsetToOriginalRelative(this.sourceMap,i,a),m=this.covSources.find(w=>w.path===l);t=m?m.source:this.covSources[0].source,s=m?m.path:this.covSources[0].path,i=t.relativeToOffset(o,r),a=t.relativeToOffset(c,p)}return{path:s,covSource:t,startCol:i,endCol:a}}getInnerIstanbul(n,t){let i=t;if(this.rawSourceMap&&this.rawSourceMap.sourcemap.sources.length>1&&(i=this._resolveSource(this.rawSourceMap,t)),!this.excludePath(i))return{[i]:{path:i,all:this.all,...this._statementsToIstanbul(n,t),...this._branchesToIstanbul(n,t),...this._functionsToIstanbul(n,t)}}}toIstanbul(){return this.covSources.reduce((n,{source:t,path:i})=>Object.assign(n,this.getInnerIstanbul(t,i)),{})}_statementsToIstanbul(n,t){let i={statementMap:{},s:{}};return n.lines.forEach((a,s)=>{i.statementMap[`${s}`]=a.toIstanbul(),i.s[`${s}`]=a.count}),i}_branchesToIstanbul(n,t){let i={branchMap:{},b:{}};return this.branches[t]=this.branches[t]||[],this.branches[t].forEach((a,s)=>{let o=n.lines[a.startLine-1],r=o===void 0?!0:o.ignore;i.branchMap[`${s}`]=a.toIstanbul(),i.b[`${s}`]=[r?1:a.count]}),i}_functionsToIstanbul(n,t){let i={fnMap:{},f:{}};return this.functions[t]=this.functions[t]||[],this.functions[t].forEach((a,s)=>{let o=n.lines[a.startLine-1],r=o===void 0?!0:o.ignore;i.fnMap[`${s}`]=a.toIstanbul(),i.f[`${s}`]=r?1:a.count}),i}};function lc(e){return e.startsWith("file://")?Ra(e):e}});var Ta=_((km,Oa)=>{var uc=Ca();Oa.exports=function(e,n,t,i){return new uc(e,n,t,i)}});var qt=_((_m,ka)=>{"use strict";ka.exports=function(n,t){let i;return t>0?(i=1e3*100*n/t,Math.floor(i/10)/100):100}});var Bt=_((Lm,_a)=>{"use strict";_a.exports=function(n,t){t.forEach(i=>{Object.defineProperty(n.prototype,i,{enumerable:!0,get(){return this.data[i]}})})}});var Xn=_((jm,La)=>{"use strict";var mc=qt(),dc=Bt();function fc(){let e=()=>({total:0,covered:0,skipped:0,pct:"Unknown"});return{lines:e(),statements:e(),functions:e(),branches:e(),branchesTrue:e()}}function hc(e){if(!(e&&e.lines&&e.statements&&e.functions&&e.branches))throw new Error("Invalid summary coverage object, missing keys, found:"+Object.keys(e).join(","))}var pn=class{constructor(n){n?n instanceof pn?this.data=n.data:this.data=n:this.data=fc(),hc(this.data)}merge(n){return["lines","statements","branches","functions","branchesTrue"].forEach(i=>{n[i]&&(this[i].total+=n[i].total,this[i].covered+=n[i].covered,this[i].skipped+=n[i].skipped,this[i].pct=mc(this[i].covered,this[i].total))}),this}toJSON(){return this.data}isEmpty(){return this.lines.total===0}};dc(pn,["lines","statements","functions","branches","branchesTrue"]);La.exports={CoverageSummary:pn}});var zt=_((Am,Aa)=>{"use strict";var ja=qt(),xc=Bt(),{CoverageSummary:vc}=Xn();function bc(e,n){let t={path:e,statementMap:{},fnMap:{},branchMap:{},s:{},f:{},b:{}};return n&&(t.bT={}),t}function gc(e){if(!(e&&e.path&&e.statementMap&&e.fnMap&&e.branchMap&&e.s&&e.f&&e.b))throw new Error("Invalid file coverage object, missing keys, found:"+Object.keys(e).join(","))}var Dt=({start:e,end:n})=>`${e.line}|${e.column}|${n.line}|${n.column}`,Kn=(e,n,t,i,a=Dt)=>{let s={};for(let[c,p]of Object.entries(e)){let l=n[c];s[a(l)]=[p,l]}for(let[c,p]of Object.entries(t)){let l=i[c],m=a(l);if(s[m]){let w=s[m];p.forEach?p.forEach((k,b)=>{w[0][b]!==void 0?w[0][b]+=k:w[0][b]=k}):w[0]+=p}else s[m]=[p,l]}let o={},r={};return Object.values(s).forEach(([c,p],l)=>{o[l]=c,r[l]=p}),[o,r]},ln=class{constructor(n,t=!1){if(!n)throw new Error("Coverage must be initialized with a path or an object");if(typeof n=="string")this.data=bc(n,t);else if(n instanceof ln)this.data=n.data;else if(typeof n=="object")this.data=n;else throw new Error("Invalid argument to coverage constructor");gc(this.data)}getLineCoverage(){let n=this.data.statementMap,t=this.data.s,i=Object.create(null);return Object.entries(t).forEach(([a,s])=>{if(!n[a])return;let{line:o}=n[a].start,r=i[o];(r===void 0||r<s)&&(i[o]=s)}),i}getUncoveredLines(){let n=this.getLineCoverage(),t=[];return Object.entries(n).forEach(([i,a])=>{a===0&&t.push(i)}),t}getBranchCoverageByLine(){let n=this.branchMap,t=this.b,i={};return Object.entries(n).forEach(([a,s])=>{let o=s.line||s.loc.start.line,r=t[a];i[o]=i[o]||[],i[o].push(...r)}),Object.entries(i).forEach(([a,s])=>{let o=s.filter(c=>c>0),r=o.length/s.length*100;i[a]={covered:o.length,total:s.length,coverage:r}}),i}toJSON(){return this.data}merge(n){if(n.all===!0)return;if(this.all===!0){this.data=n.data;return}let[t,i]=Kn(this.s,this.statementMap,n.s,n.statementMap);this.data.s=t,this.data.statementMap=i;let a=o=>Dt(o.loc),s=o=>Dt(o.locations[0]);[t,i]=Kn(this.f,this.fnMap,n.f,n.fnMap,a),this.data.f=t,this.data.fnMap=i,[t,i]=Kn(this.b,this.branchMap,n.b,n.branchMap,s),this.data.b=t,this.data.branchMap=i,this.bT&&n.bT&&([t,i]=Kn(this.bT,this.branchMap,n.bT,n.branchMap,s),this.data.bT=t)}computeSimpleTotals(n){let t=this[n];typeof t=="function"&&(t=t.call(this));let i={total:Object.keys(t).length,covered:Object.values(t).filter(a=>!!a).length,skipped:0};return i.pct=ja(i.covered,i.total),i}computeBranchTotals(n){let t=this[n],i={total:0,covered:0,skipped:0};return Object.values(t).forEach(a=>{i.covered+=a.filter(s=>s>0).length,i.total+=a.length}),i.pct=ja(i.covered,i.total),i}resetHits(){let n=this.s,t=this.f,i=this.b,a=this.bT;Object.keys(n).forEach(s=>{n[s]=0}),Object.keys(t).forEach(s=>{t[s]=0}),Object.keys(i).forEach(s=>{i[s].fill(0)}),a&&Object.keys(a).forEach(s=>{a[s].fill(0)})}toSummary(){let n={};return n.lines=this.computeSimpleTotals("getLineCoverage"),n.functions=this.computeSimpleTotals("f","fnMap"),n.statements=this.computeSimpleTotals("s","statementMap"),n.branches=this.computeBranchTotals("b"),this.bt&&(n.branchesTrue=this.computeBranchTotals("bT")),new vc(n)}};xc(ln,["path","statementMap","fnMap","branchMap","s","f","b","bT","all"]);Aa.exports={FileCoverage:ln}});var Pa=_((Nm,Fa)=>{"use strict";var{FileCoverage:Na}=zt(),{CoverageSummary:yc}=Xn();function Ia(e,n){return e instanceof n?e:new n(e)}function wc(e){let n=Object.create(null);return e&&Object.entries(e).forEach(([t,i])=>{n[t]=Ia(i,Na)}),n}var un=class{constructor(n){n instanceof un?this.data=n.data:this.data=wc(n)}merge(n){let t=Ia(n,un);Object.values(t.data).forEach(i=>{this.addFileCoverage(i)})}filter(n){Object.keys(this.data).forEach(t=>{n(t)||delete this.data[t]})}toJSON(){return this.data}files(){return Object.keys(this.data)}fileCoverageFor(n){let t=this.data[n];if(!t)throw new Error(`No file coverage available for: ${n}`);return t}addFileCoverage(n){let t=new Na(n),{path:i}=t;this.data[i]?this.data[i].merge(t):this.data[i]=t}getCoverageSummary(){let n=new yc;return Object.values(this.data).forEach(t=>{n.merge(t.toSummary())}),n}};Fa.exports={CoverageMap:un}});var Ht=_((Im,Mt)=>{"use strict";var{FileCoverage:Ut}=zt(),{CoverageMap:qa}=Pa(),{CoverageSummary:Ba}=Xn();Mt.exports={createCoverageSummary(e){return e&&e instanceof Ba?e:new Ba(e)},createCoverageMap(e){return e&&e instanceof qa?e:new qa(e)},createFileCoverage(e){return e&&e instanceof Ut?e:new Ut(e)}};Mt.exports.classes={FileCoverage:Ut}});var $a=_((A,Ha)=>{A=Ha.exports=D;var G;typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?G=function(){var e=Array.prototype.slice.call(arguments,0);e.unshift("SEMVER"),console.log.apply(console,e)}:G=function(){};A.SEMVER_SPEC_VERSION="2.0.0";var Gt=256,Yn=Number.MAX_SAFE_INTEGER||9007199254740991,$t=16,H=A.re=[],v=A.src=[],d=A.tokens={},Ua=0;function z(e){d[e]=Ua++}z("NUMERICIDENTIFIER");v[d.NUMERICIDENTIFIER]="0|[1-9]\\d*";z("NUMERICIDENTIFIERLOOSE");v[d.NUMERICIDENTIFIERLOOSE]="[0-9]+";z("NONNUMERICIDENTIFIER");v[d.NONNUMERICIDENTIFIER]="\\d*[a-zA-Z-][a-zA-Z0-9-]*";z("MAINVERSION");v[d.MAINVERSION]="("+v[d.NUMERICIDENTIFIER]+")\\.("+v[d.NUMERICIDENTIFIER]+")\\.("+v[d.NUMERICIDENTIFIER]+")";z("MAINVERSIONLOOSE");v[d.MAINVERSIONLOOSE]="("+v[d.NUMERICIDENTIFIERLOOSE]+")\\.("+v[d.NUMERICIDENTIFIERLOOSE]+")\\.("+v[d.NUMERICIDENTIFIERLOOSE]+")";z("PRERELEASEIDENTIFIER");v[d.PRERELEASEIDENTIFIER]="(?:"+v[d.NUMERICIDENTIFIER]+"|"+v[d.NONNUMERICIDENTIFIER]+")";z("PRERELEASEIDENTIFIERLOOSE");v[d.PRERELEASEIDENTIFIERLOOSE]="(?:"+v[d.NUMERICIDENTIFIERLOOSE]+"|"+v[d.NONNUMERICIDENTIFIER]+")";z("PRERELEASE");v[d.PRERELEASE]="(?:-("+v[d.PRERELEASEIDENTIFIER]+"(?:\\."+v[d.PRERELEASEIDENTIFIER]+")*))";z("PRERELEASELOOSE");v[d.PRERELEASELOOSE]="(?:-?("+v[d.PRERELEASEIDENTIFIERLOOSE]+"(?:\\."+v[d.PRERELEASEIDENTIFIERLOOSE]+")*))";z("BUILDIDENTIFIER");v[d.BUILDIDENTIFIER]="[0-9A-Za-z-]+";z("BUILD");v[d.BUILD]="(?:\\+("+v[d.BUILDIDENTIFIER]+"(?:\\."+v[d.BUILDIDENTIFIER]+")*))";z("FULL");z("FULLPLAIN");v[d.FULLPLAIN]="v?"+v[d.MAINVERSION]+v[d.PRERELEASE]+"?"+v[d.BUILD]+"?";v[d.FULL]="^"+v[d.FULLPLAIN]+"$";z("LOOSEPLAIN");v[d.LOOSEPLAIN]="[v=\\s]*"+v[d.MAINVERSIONLOOSE]+v[d.PRERELEASELOOSE]+"?"+v[d.BUILD]+"?";z("LOOSE");v[d.LOOSE]="^"+v[d.LOOSEPLAIN]+"$";z("GTLT");v[d.GTLT]="((?:<|>)?=?)";z("XRANGEIDENTIFIERLOOSE");v[d.XRANGEIDENTIFIERLOOSE]=v[d.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*";z("XRANGEIDENTIFIER");v[d.XRANGEIDENTIFIER]=v[d.NUMERICIDENTIFIER]+"|x|X|\\*";z("XRANGEPLAIN");v[d.XRANGEPLAIN]="[v=\\s]*("+v[d.XRANGEIDENTIFIER]+")(?:\\.("+v[d.XRANGEIDENTIFIER]+")(?:\\.("+v[d.XRANGEIDENTIFIER]+")(?:"+v[d.PRERELEASE]+")?"+v[d.BUILD]+"?)?)?";z("XRANGEPLAINLOOSE");v[d.XRANGEPLAINLOOSE]="[v=\\s]*("+v[d.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+v[d.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+v[d.XRANGEIDENTIFIERLOOSE]+")(?:"+v[d.PRERELEASELOOSE]+")?"+v[d.BUILD]+"?)?)?";z("XRANGE");v[d.XRANGE]="^"+v[d.GTLT]+"\\s*"+v[d.XRANGEPLAIN]+"$";z("XRANGELOOSE");v[d.XRANGELOOSE]="^"+v[d.GTLT]+"\\s*"+v[d.XRANGEPLAINLOOSE]+"$";z("COERCE");v[d.COERCE]="(^|[^\\d])(\\d{1,"+$t+"})(?:\\.(\\d{1,"+$t+"}))?(?:\\.(\\d{1,"+$t+"}))?(?:$|[^\\d])";z("COERCERTL");H[d.COERCERTL]=new RegExp(v[d.COERCE],"g");z("LONETILDE");v[d.LONETILDE]="(?:~>?)";z("TILDETRIM");v[d.TILDETRIM]="(\\s*)"+v[d.LONETILDE]+"\\s+";H[d.TILDETRIM]=new RegExp(v[d.TILDETRIM],"g");var Ec="$1~";z("TILDE");v[d.TILDE]="^"+v[d.LONETILDE]+v[d.XRANGEPLAIN]+"$";z("TILDELOOSE");v[d.TILDELOOSE]="^"+v[d.LONETILDE]+v[d.XRANGEPLAINLOOSE]+"$";z("LONECARET");v[d.LONECARET]="(?:\\^)";z("CARETTRIM");v[d.CARETTRIM]="(\\s*)"+v[d.LONECARET]+"\\s+";H[d.CARETTRIM]=new RegExp(v[d.CARETTRIM],"g");var Rc="$1^";z("CARET");v[d.CARET]="^"+v[d.LONECARET]+v[d.XRANGEPLAIN]+"$";z("CARETLOOSE");v[d.CARETLOOSE]="^"+v[d.LONECARET]+v[d.XRANGEPLAINLOOSE]+"$";z("COMPARATORLOOSE");v[d.COMPARATORLOOSE]="^"+v[d.GTLT]+"\\s*("+v[d.LOOSEPLAIN]+")$|^$";z("COMPARATOR");v[d.COMPARATOR]="^"+v[d.GTLT]+"\\s*("+v[d.FULLPLAIN]+")$|^$";z("COMPARATORTRIM");v[d.COMPARATORTRIM]="(\\s*)"+v[d.GTLT]+"\\s*("+v[d.LOOSEPLAIN]+"|"+v[d.XRANGEPLAIN]+")";H[d.COMPARATORTRIM]=new RegExp(v[d.COMPARATORTRIM],"g");var Sc="$1$2$3";z("HYPHENRANGE");v[d.HYPHENRANGE]="^\\s*("+v[d.XRANGEPLAIN]+")\\s+-\\s+("+v[d.XRANGEPLAIN]+")\\s*$";z("HYPHENRANGELOOSE");v[d.HYPHENRANGELOOSE]="^\\s*("+v[d.XRANGEPLAINLOOSE]+")\\s+-\\s+("+v[d.XRANGEPLAINLOOSE]+")\\s*$";z("STAR");v[d.STAR]="(<|>)?=?\\s*\\*";for(ze=0;ze<Ua;ze++)G(ze,v[ze]),H[ze]||(H[ze]=new RegExp(v[ze]));var ze;A.parse=Xe;function Xe(e,n){if((!n||typeof n!="object")&&(n={loose:!!n,includePrerelease:!1}),e instanceof D)return e;if(typeof e!="string"||e.length>Gt)return null;var t=n.loose?H[d.LOOSE]:H[d.FULL];if(!t.test(e))return null;try{return new D(e,n)}catch{return null}}A.valid=Cc;function Cc(e,n){var t=Xe(e,n);return t?t.version:null}A.clean=Oc;function Oc(e,n){var t=Xe(e.trim().replace(/^[=v]+/,""),n);return t?t.version:null}A.SemVer=D;function D(e,n){if((!n||typeof n!="object")&&(n={loose:!!n,includePrerelease:!1}),e instanceof D){if(e.loose===n.loose)return e;e=e.version}else if(typeof e!="string")throw new TypeError("Invalid Version: "+e);if(e.length>Gt)throw new TypeError("version is longer than "+Gt+" characters");if(!(this instanceof D))return new D(e,n);G("SemVer",e,n),this.options=n,this.loose=!!n.loose;var t=e.trim().match(n.loose?H[d.LOOSE]:H[d.FULL]);if(!t)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+t[1],this.minor=+t[2],this.patch=+t[3],this.major>Yn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Yn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Yn||this.patch<0)throw new TypeError("Invalid patch version");t[4]?this.prerelease=t[4].split(".").map(function(i){if(/^[0-9]+$/.test(i)){var a=+i;if(a>=0&&a<Yn)return a}return i}):this.prerelease=[],this.build=t[5]?t[5].split("."):[],this.format()}D.prototype.format=function(){return this.version=this.major+"."+this.minor+"."+this.patch,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version};D.prototype.toString=function(){return this.version};D.prototype.compare=function(e){return G("SemVer.compare",this.version,this.options,e),e instanceof D||(e=new D(e,this.options)),this.compareMain(e)||this.comparePre(e)};D.prototype.compareMain=function(e){return e instanceof D||(e=new D(e,this.options)),We(this.major,e.major)||We(this.minor,e.minor)||We(this.patch,e.patch)};D.prototype.comparePre=function(e){if(e instanceof D||(e=new D(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var n=0;do{var t=this.prerelease[n],i=e.prerelease[n];if(G("prerelease compare",n,t,i),t===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(t===void 0)return-1;if(t===i)continue;return We(t,i)}while(++n)};D.prototype.compareBuild=function(e){e instanceof D||(e=new D(e,this.options));var n=0;do{var t=this.build[n],i=e.build[n];if(G("prerelease compare",n,t,i),t===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(t===void 0)return-1;if(t===i)continue;return We(t,i)}while(++n)};D.prototype.inc=function(e,n){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",n);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",n);break;case"prepatch":this.prerelease.length=0,this.inc("patch",n),this.inc("pre",n);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",n),this.inc("pre",n);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{for(var t=this.prerelease.length;--t>=0;)typeof this.prerelease[t]=="number"&&(this.prerelease[t]++,t=-2);t===-1&&this.prerelease.push(0)}n&&(this.prerelease[0]===n?isNaN(this.prerelease[1])&&(this.prerelease=[n,0]):this.prerelease=[n,0]);break;default:throw new Error("invalid increment argument: "+e)}return this.format(),this.raw=this.version,this};A.inc=Tc;function Tc(e,n,t,i){typeof t=="string"&&(i=t,t=void 0);try{return new D(e,t).inc(n,i).version}catch{return null}}A.diff=kc;function kc(e,n){if(Vt(e,n))return null;var t=Xe(e),i=Xe(n),a="";if(t.prerelease.length||i.prerelease.length){a="pre";var s="prerelease"}for(var o in t)if((o==="major"||o==="minor"||o==="patch")&&t[o]!==i[o])return a+o;return s}A.compareIdentifiers=We;var Da=/^[0-9]+$/;function We(e,n){var t=Da.test(e),i=Da.test(n);return t&&i&&(e=+e,n=+n),e===n?0:t&&!i?-1:i&&!t?1:e<n?-1:1}A.rcompareIdentifiers=_c;function _c(e,n){return We(n,e)}A.major=Lc;function Lc(e,n){return new D(e,n).major}A.minor=jc;function jc(e,n){return new D(e,n).minor}A.patch=Ac;function Ac(e,n){return new D(e,n).patch}A.compare=Ae;function Ae(e,n,t){return new D(e,t).compare(new D(n,t))}A.compareLoose=Nc;function Nc(e,n){return Ae(e,n,!0)}A.compareBuild=Ic;function Ic(e,n,t){var i=new D(e,t),a=new D(n,t);return i.compare(a)||i.compareBuild(a)}A.rcompare=Fc;function Fc(e,n,t){return Ae(n,e,t)}A.sort=Pc;function Pc(e,n){return e.sort(function(t,i){return A.compareBuild(t,i,n)})}A.rsort=qc;function qc(e,n){return e.sort(function(t,i){return A.compareBuild(i,t,n)})}A.gt=Tn;function Tn(e,n,t){return Ae(e,n,t)>0}A.lt=Qn;function Qn(e,n,t){return Ae(e,n,t)<0}A.eq=Vt;function Vt(e,n,t){return Ae(e,n,t)===0}A.neq=Ma;function Ma(e,n,t){return Ae(e,n,t)!==0}A.gte=Jt;function Jt(e,n,t){return Ae(e,n,t)>=0}A.lte=Wt;function Wt(e,n,t){return Ae(e,n,t)<=0}A.cmp=Zn;function Zn(e,n,t,i){switch(n){case"===":return typeof e=="object"&&(e=e.version),typeof t=="object"&&(t=t.version),e===t;case"!==":return typeof e=="object"&&(e=e.version),typeof t=="object"&&(t=t.version),e!==t;case"":case"=":case"==":return Vt(e,t,i);case"!=":return Ma(e,t,i);case">":return Tn(e,t,i);case">=":return Jt(e,t,i);case"<":return Qn(e,t,i);case"<=":return Wt(e,t,i);default:throw new TypeError("Invalid operator: "+n)}}A.Comparator=Re;function Re(e,n){if((!n||typeof n!="object")&&(n={loose:!!n,includePrerelease:!1}),e instanceof Re){if(e.loose===!!n.loose)return e;e=e.value}if(!(this instanceof Re))return new Re(e,n);G("comparator",e,n),this.options=n,this.loose=!!n.loose,this.parse(e),this.semver===mn?this.value="":this.value=this.operator+this.semver.version,G("comp",this)}var mn={};Re.prototype.parse=function(e){var n=this.options.loose?H[d.COMPARATORLOOSE]:H[d.COMPARATOR],t=e.match(n);if(!t)throw new TypeError("Invalid comparator: "+e);this.operator=t[1]!==void 0?t[1]:"",this.operator==="="&&(this.operator=""),t[2]?this.semver=new D(t[2],this.options.loose):this.semver=mn};Re.prototype.toString=function(){return this.value};Re.prototype.test=function(e){if(G("Comparator.test",e,this.options.loose),this.semver===mn||e===mn)return!0;if(typeof e=="string")try{e=new D(e,this.options)}catch{return!1}return Zn(e,this.operator,this.semver,this.options)};Re.prototype.intersects=function(e,n){if(!(e instanceof Re))throw new TypeError("a Comparator is required");(!n||typeof n!="object")&&(n={loose:!!n,includePrerelease:!1});var t;if(this.operator==="")return this.value===""?!0:(t=new X(e.value,n),et(this.value,t,n));if(e.operator==="")return e.value===""?!0:(t=new X(this.value,n),et(e.semver,t,n));var i=(this.operator===">="||this.operator===">")&&(e.operator===">="||e.operator===">"),a=(this.operator==="<="||this.operator==="<")&&(e.operator==="<="||e.operator==="<"),s=this.semver.version===e.semver.version,o=(this.operator===">="||this.operator==="<=")&&(e.operator===">="||e.operator==="<="),r=Zn(this.semver,"<",e.semver,n)&&(this.operator===">="||this.operator===">")&&(e.operator==="<="||e.operator==="<"),c=Zn(this.semver,">",e.semver,n)&&(this.operator==="<="||this.operator==="<")&&(e.operator===">="||e.operator===">");return i||a||s&&o||r||c};A.Range=X;function X(e,n){if((!n||typeof n!="object")&&(n={loose:!!n,includePrerelease:!1}),e instanceof X)return e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease?e:new X(e.raw,n);if(e instanceof Re)return new X(e.value,n);if(!(this instanceof X))return new X(e,n);if(this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map(function(t){return this.parseRange(t.trim())},this).filter(function(t){return t.length}),!this.set.length)throw new TypeError("Invalid SemVer Range: "+e);this.format()}X.prototype.format=function(){return this.range=this.set.map(function(e){return e.join(" ").trim()}).join("||").trim(),this.range};X.prototype.toString=function(){return this.range};X.prototype.parseRange=function(e){var n=this.options.loose;e=e.trim();var t=n?H[d.HYPHENRANGELOOSE]:H[d.HYPHENRANGE];e=e.replace(t,Jc),G("hyphen replace",e),e=e.replace(H[d.COMPARATORTRIM],Sc),G("comparator trim",e,H[d.COMPARATORTRIM]),e=e.replace(H[d.TILDETRIM],Ec),e=e.replace(H[d.CARETTRIM],Rc),e=e.split(/\s+/).join(" ");var i=n?H[d.COMPARATORLOOSE]:H[d.COMPARATOR],a=e.split(" ").map(function(s){return Dc(s,this.options)},this).join(" ").split(/\s+/);return this.options.loose&&(a=a.filter(function(s){return!!s.match(i)})),a=a.map(function(s){return new Re(s,this.options)},this),a};X.prototype.intersects=function(e,n){if(!(e instanceof X))throw new TypeError("a Range is required");return this.set.some(function(t){return za(t,n)&&e.set.some(function(i){return za(i,n)&&t.every(function(a){return i.every(function(s){return a.intersects(s,n)})})})})};function za(e,n){for(var t=!0,i=e.slice(),a=i.pop();t&&i.length;)t=i.every(function(s){return a.intersects(s,n)}),a=i.pop();return t}A.toComparators=Bc;function Bc(e,n){return new X(e,n).set.map(function(t){return t.map(function(i){return i.value}).join(" ").trim().split(" ")})}function Dc(e,n){return G("comp",e,n),e=Mc(e,n),G("caret",e),e=zc(e,n),G("tildes",e),e=$c(e,n),G("xrange",e),e=Vc(e,n),G("stars",e),e}function fe(e){return!e||e.toLowerCase()==="x"||e==="*"}function zc(e,n){return e.trim().split(/\s+/).map(function(t){return Uc(t,n)}).join(" ")}function Uc(e,n){var t=n.loose?H[d.TILDELOOSE]:H[d.TILDE];return e.replace(t,function(i,a,s,o,r){G("tilde",e,i,a,s,o,r);var c;return fe(a)?c="":fe(s)?c=">="+a+".0.0 <"+(+a+1)+".0.0":fe(o)?c=">="+a+"."+s+".0 <"+a+"."+(+s+1)+".0":r?(G("replaceTilde pr",r),c=">="+a+"."+s+"."+o+"-"+r+" <"+a+"."+(+s+1)+".0"):c=">="+a+"."+s+"."+o+" <"+a+"."+(+s+1)+".0",G("tilde return",c),c})}function Mc(e,n){return e.trim().split(/\s+/).map(function(t){return Hc(t,n)}).join(" ")}function Hc(e,n){G("caret",e,n);var t=n.loose?H[d.CARETLOOSE]:H[d.CARET];return e.replace(t,function(i,a,s,o,r){G("caret",e,i,a,s,o,r);var c;return fe(a)?c="":fe(s)?c=">="+a+".0.0 <"+(+a+1)+".0.0":fe(o)?a==="0"?c=">="+a+"."+s+".0 <"+a+"."+(+s+1)+".0":c=">="+a+"."+s+".0 <"+(+a+1)+".0.0":r?(G("replaceCaret pr",r),a==="0"?s==="0"?c=">="+a+"."+s+"."+o+"-"+r+" <"+a+"."+s+"."+(+o+1):c=">="+a+"."+s+"."+o+"-"+r+" <"+a+"."+(+s+1)+".0":c=">="+a+"."+s+"."+o+"-"+r+" <"+(+a+1)+".0.0"):(G("no pr"),a==="0"?s==="0"?c=">="+a+"."+s+"."+o+" <"+a+"."+s+"."+(+o+1):c=">="+a+"."+s+"."+o+" <"+a+"."+(+s+1)+".0":c=">="+a+"."+s+"."+o+" <"+(+a+1)+".0.0"),G("caret return",c),c})}function $c(e,n){return G("replaceXRanges",e,n),e.split(/\s+/).map(function(t){return Gc(t,n)}).join(" ")}function Gc(e,n){e=e.trim();var t=n.loose?H[d.XRANGELOOSE]:H[d.XRANGE];return e.replace(t,function(i,a,s,o,r,c){G("xRange",e,i,a,s,o,r,c);var p=fe(s),l=p||fe(o),m=l||fe(r),w=m;return a==="="&&w&&(a=""),c=n.includePrerelease?"-0":"",p?a===">"||a==="<"?i="<0.0.0-0":i="*":a&&w?(l&&(o=0),r=0,a===">"?(a=">=",l?(s=+s+1,o=0,r=0):(o=+o+1,r=0)):a==="<="&&(a="<",l?s=+s+1:o=+o+1),i=a+s+"."+o+"."+r+c):l?i=">="+s+".0.0"+c+" <"+(+s+1)+".0.0"+c:m&&(i=">="+s+"."+o+".0"+c+" <"+s+"."+(+o+1)+".0"+c),G("xRange return",i),i})}function Vc(e,n){return G("replaceStars",e,n),e.trim().replace(H[d.STAR],"")}function Jc(e,n,t,i,a,s,o,r,c,p,l,m,w){return fe(t)?n="":fe(i)?n=">="+t+".0.0":fe(a)?n=">="+t+"."+i+".0":n=">="+n,fe(c)?r="":fe(p)?r="<"+(+c+1)+".0.0":fe(l)?r="<"+c+"."+(+p+1)+".0":m?r="<="+c+"."+p+"."+l+"-"+m:r="<="+r,(n+" "+r).trim()}X.prototype.test=function(e){if(!e)return!1;if(typeof e=="string")try{e=new D(e,this.options)}catch{return!1}for(var n=0;n<this.set.length;n++)if(Wc(this.set[n],e,this.options))return!0;return!1};function Wc(e,n,t){for(var i=0;i<e.length;i++)if(!e[i].test(n))return!1;if(n.prerelease.length&&!t.includePrerelease){for(i=0;i<e.length;i++)if(G(e[i].semver),e[i].semver!==mn&&e[i].semver.prerelease.length>0){var a=e[i].semver;if(a.major===n.major&&a.minor===n.minor&&a.patch===n.patch)return!0}return!1}return!0}A.satisfies=et;function et(e,n,t){try{n=new X(n,t)}catch{return!1}return n.test(e)}A.maxSatisfying=Xc;function Xc(e,n,t){var i=null,a=null;try{var s=new X(n,t)}catch{return null}return e.forEach(function(o){s.test(o)&&(!i||a.compare(o)===-1)&&(i=o,a=new D(i,t))}),i}A.minSatisfying=Kc;function Kc(e,n,t){var i=null,a=null;try{var s=new X(n,t)}catch{return null}return e.forEach(function(o){s.test(o)&&(!i||a.compare(o)===1)&&(i=o,a=new D(i,t))}),i}A.minVersion=Yc;function Yc(e,n){e=new X(e,n);var t=new D("0.0.0");if(e.test(t)||(t=new D("0.0.0-0"),e.test(t)))return t;t=null;for(var i=0;i<e.set.length;++i){var a=e.set[i];a.forEach(function(s){var o=new D(s.semver.version);switch(s.operator){case">":o.prerelease.length===0?o.patch++:o.prerelease.push(0),o.raw=o.format();case"":case">=":(!t||Tn(t,o))&&(t=o);break;case"<":case"<=":break;default:throw new Error("Unexpected operation: "+s.operator)}})}return t&&e.test(t)?t:null}A.validRange=Qc;function Qc(e,n){try{return new X(e,n).range||"*"}catch{return null}}A.ltr=Zc;function Zc(e,n,t){return Xt(e,n,"<",t)}A.gtr=ep;function ep(e,n,t){return Xt(e,n,">",t)}A.outside=Xt;function Xt(e,n,t,i){e=new D(e,i),n=new X(n,i);var a,s,o,r,c;switch(t){case">":a=Tn,s=Wt,o=Qn,r=">",c=">=";break;case"<":a=Qn,s=Jt,o=Tn,r="<",c="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(et(e,n,i))return!1;for(var p=0;p<n.set.length;++p){var l=n.set[p],m=null,w=null;if(l.forEach(function(k){k.semver===mn&&(k=new Re(">=0.0.0")),m=m||k,w=w||k,a(k.semver,m.semver,i)?m=k:o(k.semver,w.semver,i)&&(w=k)}),m.operator===r||m.operator===c||(!w.operator||w.operator===r)&&s(e,w.semver))return!1;if(w.operator===c&&o(e,w.semver))return!1}return!0}A.prerelease=np;function np(e,n){var t=Xe(e,n);return t&&t.prerelease.length?t.prerelease:null}A.intersects=tp;function tp(e,n,t){return e=new X(e,t),n=new X(n,t),e.intersects(n)}A.coerce=ip;function ip(e,n){if(e instanceof D)return e;if(typeof e=="number"&&(e=String(e)),typeof e!="string")return null;n=n||{};var t=null;if(!n.rtl)t=e.match(H[d.COERCE]);else{for(var i;(i=H[d.COERCERTL].exec(e))&&(!t||t.index+t[0].length!==e.length);)(!t||i.index+i[0].length!==t.index+t[0].length)&&(t=i),H[d.COERCERTL].lastIndex=i.index+i[1].length+i[2].length;H[d.COERCERTL].lastIndex=-1}return t===null?null:Xe(t[2]+"."+(t[3]||"0")+"."+(t[4]||"0"),n)}});var Ka=_((Fm,Kt)=>{"use strict";var nt=require("fs"),Ne=require("path"),{promisify:Ga}=require("util"),ap=$a(),Va=ap.satisfies(process.version,">=10.12.0"),Ja=e=>{if(process.platform==="win32"&&/[<>:"|?*]/.test(e.replace(Ne.parse(e).root,""))){let t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}},Wa=e=>({...{mode:511,fs:nt},...e}),Xa=e=>{let n=new Error(`operation not permitted, mkdir '${e}'`);return n.code="EPERM",n.errno=-4048,n.path=e,n.syscall="mkdir",n},sp=async(e,n)=>{Ja(e),n=Wa(n);let t=Ga(n.fs.mkdir),i=Ga(n.fs.stat);if(Va&&n.fs.mkdir===nt.mkdir){let s=Ne.resolve(e);return await t(s,{mode:n.mode,recursive:!0}),s}let a=async s=>{try{return await t(s,n.mode),s}catch(o){if(o.code==="EPERM")throw o;if(o.code==="ENOENT"){if(Ne.dirname(s)===s)throw Xa(s);if(o.message.includes("null bytes"))throw o;return await a(Ne.dirname(s)),a(s)}try{if(!(await i(s)).isDirectory())throw new Error("The path is not a directory")}catch{throw o}return s}};return a(Ne.resolve(e))};Kt.exports=sp;Kt.exports.sync=(e,n)=>{if(Ja(e),n=Wa(n),Va&&n.fs.mkdirSync===nt.mkdirSync){let i=Ne.resolve(e);return nt.mkdirSync(i,{mode:n.mode,recursive:!0}),i}let t=i=>{try{n.fs.mkdirSync(i,n.mode)}catch(a){if(a.code==="EPERM")throw a;if(a.code==="ENOENT"){if(Ne.dirname(i)===i)throw Xa(i);if(a.message.includes("null bytes"))throw a;return t(Ne.dirname(i)),t(i)}try{if(!n.fs.statSync(i).isDirectory())throw new Error("The path is not a directory")}catch{throw a}}return i};return t(Ne.resolve(e))}});var Qa=_((Pm,Ya)=>{"use strict";Ya.exports=(e,n=process.argv)=>{let t=e.startsWith("-")?"":e.length===1?"-":"--",i=n.indexOf(t+e),a=n.indexOf("--");return i!==-1&&(a===-1||i<a)}});var Zt=_((qm,es)=>{"use strict";var op=require("os"),Za=require("tty"),Se=Qa(),{env:oe}=process,Ue;Se("no-color")||Se("no-colors")||Se("color=false")||Se("color=never")?Ue=0:(Se("color")||Se("colors")||Se("color=true")||Se("color=always"))&&(Ue=1);"FORCE_COLOR"in oe&&(oe.FORCE_COLOR==="true"?Ue=1:oe.FORCE_COLOR==="false"?Ue=0:Ue=oe.FORCE_COLOR.length===0?1:Math.min(parseInt(oe.FORCE_COLOR,10),3));function Yt(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function Qt(e,n){if(Ue===0)return 0;if(Se("color=16m")||Se("color=full")||Se("color=truecolor"))return 3;if(Se("color=256"))return 2;if(e&&!n&&Ue===void 0)return 0;let t=Ue||0;if(oe.TERM==="dumb")return t;if(process.platform==="win32"){let i=op.release().split(".");return Number(i[0])>=10&&Number(i[2])>=10586?Number(i[2])>=14931?3:2:1}if("CI"in oe)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(i=>i in oe)||oe.CI_NAME==="codeship"?1:t;if("TEAMCITY_VERSION"in oe)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(oe.TEAMCITY_VERSION)?1:0;if(oe.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in oe){let i=parseInt((oe.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(oe.TERM_PROGRAM){case"iTerm.app":return i>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(oe.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(oe.TERM)||"COLORTERM"in oe?1:t}function rp(e){let n=Qt(e,e&&e.isTTY);return Yt(n)}es.exports={supportsColor:rp,stdout:Yt(Qt(!0,Za.isatty(1))),stderr:Yt(Qt(!0,Za.isatty(2)))}});var is=_((Bm,ts)=>{"use strict";var Ke=require("path"),dn=require("fs"),ns=Ka(),cp=Zt(),tt=class{colorize(n){return n}println(n){this.write(`${n}
|
|
3
|
-
`)}close(){}},ei=class extends tt{constructor(n){super(),this.fd=n}write(n){dn.writeSync(this.fd,n)}close(){dn.closeSync(this.fd)}},ni=!1,ti="",ii=class extends tt{write(n){ni?ti+=n:process.stdout.write(n)}colorize(n,t){let i={low:"31;1",medium:"33;1",high:"32;1"};return cp.stdout&&i[t]?`\x1B[${i[t]}m${n}\x1B[0m`:n}},kn=class{constructor(n){if(!n)throw new Error("baseDir must be specified");this.baseDir=n}static startCapture(){ni=!0}static stopCapture(){ni=!1}static getOutput(){return ti}static resetOutput(){ti=""}writerForDir(n){if(Ke.isAbsolute(n))throw new Error(`Cannot create subdir writer for absolute path: ${n}`);return new kn(`${this.baseDir}/${n}`)}copyFile(n,t,i){if(Ke.isAbsolute(t))throw new Error(`Cannot write to absolute path: ${t}`);t=Ke.resolve(this.baseDir,t),ns.sync(Ke.dirname(t));let a;i?a=i+dn.readFileSync(n,"utf8"):a=dn.readFileSync(n),dn.writeFileSync(t,a)}writeFile(n){if(n===null||n==="-")return new ii;if(Ke.isAbsolute(n))throw new Error(`Cannot write to absolute path: ${n}`);return n=Ke.resolve(this.baseDir,n),ns.sync(Ke.dirname(n)),new ei(dn.openSync(n,"w"))}};ts.exports=kn});var os=_((Dm,ss)=>{"use strict";var pp=" ";function as(e){return Object.entries(e||{}).map(([n,t])=>` ${n}="${t}"`).join("")}var ai=class{constructor(n){this.cw=n,this.stack=[]}indent(n){return this.stack.map(()=>pp).join("")+n}openTag(n,t){let i=this.indent(`<${n+as(t)}>`);this.cw.println(i),this.stack.push(n)}closeTag(n){if(this.stack.length===0)throw new Error(`Attempt to close tag ${n} when not opened`);let t=this.stack.pop(),i=`</${n}>`;if(t!==n)throw new Error(`Attempt to close tag ${n} when ${t} was the one open`);this.cw.println(this.indent(i))}inlineTag(n,t,i){let a="<"+n+as(t);i?a+=`>${i}</${n}>`:a+="/>",a=this.indent(a),this.cw.println(a)}closeAll(){this.stack.slice().reverse().forEach(n=>{this.closeTag(n)})}};ss.exports=ai});var ri=_((zm,rs)=>{"use strict";var Ie=class{constructor(n){this.delegate=n}};["Start","End","Summary","SummaryEnd","Detail"].map(e=>`on${e}`).forEach(e=>{Object.defineProperty(Ie.prototype,e,{writable:!0,value(n,t){typeof this.delegate[e]=="function"&&this.delegate[e](n,t)}})});var it=class extends Ie{constructor(n){super(),Array.isArray(n)||(n=[n]),this.visitors=n.map(t=>t instanceof Ie?t:new Ie(t))}};["Start","Summary","SummaryEnd","Detail","End"].map(e=>`on${e}`).forEach(e=>{Object.defineProperty(it.prototype,e,{value(n,t){this.visitors.forEach(i=>{i[e](n,t)})}})});var si=class{isRoot(){return!this.getParent()}visit(n,t){this.isSummary()?n.onSummary(this,t):n.onDetail(this,t),this.getChildren().forEach(i=>{i.visit(n,t)}),this.isSummary()&&n.onSummaryEnd(this,t)}},oi=class{constructor(n){this.root=n}getRoot(){return this.root}visit(n,t){n instanceof Ie||(n=new Ie(n)),n.onStart(this.getRoot(),t),this.getRoot().visit(n,t),n.onEnd(this.getRoot(),t)}};rs.exports={BaseTree:oi,BaseNode:si,Visitor:Ie,CompositeVisitor:it}});var ci=_((Um,cs)=>{"use strict";cs.exports={getDefault(){return{statements:[50,80],functions:[50,80],branches:[50,80],lines:[50,80]}}}});var us=_((Mm,ls)=>{"use strict";var ps=require("path"),at=ps.parse,st=ps.sep,lp=at,up=st;function mp(e,n){let t=at(e),i=t.root,a,s=t.base,o,r;return n==="\\"&&(r=i.indexOf(":\\"),r>=0&&(i=i.substring(0,r+2))),a=t.dir.substring(i.length),e===""?[]:(n!=="/"&&(o=new RegExp(n.replace(/\W/g,"\\$&"),"g"),a=a.replace(o,"/"),s=s.replace(o,"/")),a!==""?a=`${a}/${s}`:a=s,a.substring(0,1)==="/"&&(a=a.substring(1)),a=a.split(/\/+/),a)}var Fe=class{constructor(n){if(Array.isArray(n))this.v=n;else if(typeof n=="string")this.v=mp(n,st);else throw new Error(`Invalid Path argument must be string or array:${n}`)}toString(){return this.v.join("/")}hasParent(){return this.v.length>0}parent(){if(!this.hasParent())throw new Error("Unable to get parent for 0 elem path");let n=this.v.slice();return n.pop(),new Fe(n)}elements(){return this.v.slice()}name(){return this.v.slice(-1)[0]}contains(n){let t;if(n.length>this.length)return!1;for(t=0;t<n.length;t+=1)if(this.v[t]!==n.v[t])return!1;return!0}ancestorOf(n){return n.contains(this)&&n.length!==this.length}descendantOf(n){return this.contains(n)&&n.length!==this.length}commonPrefixPath(n){let t=this.length>n.length?n.length:this.length,i,a=[];for(i=0;i<t&&this.v[i]===n.v[i];i+=1)a.push(this.v[i]);return new Fe(a)}static compare(n,t){let i=n.length,a=t.length;if(i<a)return-1;if(i>a)return 1;let s=n.toString(),o=t.toString();return s<o?-1:s>o?1:0}};["push","pop","shift","unshift","splice"].forEach(e=>{Object.defineProperty(Fe.prototype,e,{value(...n){return this.v[e](...n)}})});Object.defineProperty(Fe.prototype,"length",{enumerable:!0,get(){return this.v.length}});ls.exports=Fe;Fe.tester={setParserAndSep(e,n){at=e,st=n},reset(){at=lp,st=up}}});var hs=_((Hm,fs)=>{"use strict";var dp=Ht(),_n=us(),{BaseNode:fp,BaseTree:hp}=ri(),Oe=class extends fp{constructor(n,t){super(),this.path=n,this.parent=null,this.fileCoverage=t,this.children=[]}static createRoot(n){let t=new Oe(new _n([]));return n.forEach(i=>{t.addChild(i)}),t}addChild(n){n.parent=this,this.children.push(n)}asRelative(n){return n.substring(0,1)==="/"?n.substring(1):n}getQualifiedName(){return this.asRelative(this.path.toString())}getRelativeName(){let n=this.getParent(),t=this.path,i,a,s=n?n.path:new _n([]);if(s.ancestorOf(t)){for(i=new _n(t.elements()),a=0;a<s.length;a+=1)i.shift();return this.asRelative(i.toString())}return this.asRelative(this.path.toString())}getParent(){return this.parent}getChildren(){return this.children}isSummary(){return!this.fileCoverage}getFileCoverage(){return this.fileCoverage}getCoverageSummary(n){let t=`c_${n?"files":"full"}`,i;if(Object.prototype.hasOwnProperty.call(this,t))return this[t];if(!this.isSummary())i=this.getFileCoverage().toSummary();else{let a=0;i=dp.createCoverageSummary(),this.getChildren().forEach(s=>{n&&s.isSummary()||(a+=1,i.merge(s.getCoverageSummary(n)))}),a===0&&n&&(i=null)}return this[t]=i,i}},Ye=class extends hp{constructor(n,t){super(n);let i=a=>{t&&!a.isRoot()&&a.path.unshift(t)};this.visit({onDetail:i,onSummary(a){i(a),a.children.sort((s,o)=>{let r=s.path.toString(),c=o.path.toString();return r<c?-1:r>c?1:0})}})}};function xp(e){return e.reduce((n,t)=>n.commonPrefixPath(t),e[0]||new _n([]))}function ms(e,n,t=()=>{}){let i=n[e.toString()];return i||(i=new Oe(e),n[e.toString()]=i,t(e,i)),i}function vp(e){let n=Object.create(null);return e.forEach(t=>{ms(t.path.parent(),n).addChild(new Oe(t.path,t.fileCoverage))}),Object.values(n)}function ds(e,n,t,i){ms(t.parent(),n,(s,o)=>{s.hasParent()?ds(e,n,s,o):e.push(o)}).addChild(i)}function pi(e,n){let{children:t}=e;return t.length===1&&!t[0].fileCoverage?(t[0].parent=n,pi(t[0],n)):(e.children=t.map(i=>pi(i,e)),e)}function bp(e,n){if(e.some(t=>t.path.length===0))return n.length===0?"root":n.name()}var li=class{constructor(n,t="pkg"){this._coverageMap=n,this._defaultSummarizer=t,this._initialList=n.files().map(i=>({filePath:i,path:new _n(i),fileCoverage:n.fileCoverageFor(i)})),this._commonParent=xp(this._initialList.map(i=>i.path.parent())),this._commonParent.length>0&&this._initialList.forEach(i=>{i.path.splice(0,this._commonParent.length)})}get defaultSummarizer(){return this[this._defaultSummarizer]}get flat(){return this._flat||(this._flat=new Ye(Oe.createRoot(this._initialList.map(n=>new Oe(n.path,n.fileCoverage))))),this._flat}_createPkg(){let n=vp(this._initialList);return n.length===1?new Ye(n[0]):new Ye(Oe.createRoot(n),bp(n,this._commonParent))}get pkg(){return this._pkg||(this._pkg=this._createPkg()),this._pkg}_createNested(){let n=Object.create(null),t=[];this._initialList.forEach(a=>{let s=new Oe(a.path,a.fileCoverage);ds(t,n,a.path,s)});let i=t.map(a=>pi(a));return i.length===1?new Ye(i[0]):new Ye(Oe.createRoot(i))}get nested(){return this._nested||(this._nested=this._createNested()),this._nested}};fs.exports=li});var vs=_(($m,xs)=>{"use strict";var gp=require("fs"),yp=is(),wp=os(),Ep=ri(),Rp=ci(),Sp=hs();function Cp(e){try{return gp.readFileSync(e,"utf8")}catch(n){throw new Error(`Unable to lookup source: ${e} (${n.message})`)}}function Op(e={}){return Object.entries(Rp.getDefault()).forEach(([n,t])=>{let i=e[n];(!Array.isArray(i)||i.length!==2)&&(e[n]=t)}),e}var ot=class{constructor(n){this.dir=n.dir||"coverage",this.watermarks=Op(n.watermarks),this.sourceFinder=n.sourceFinder||Cp,this._summarizerFactory=new Sp(n.coverageMap,n.defaultSummarizer),this.data={}}getWriter(){return this.writer}getSource(n){return this.sourceFinder(n)}classForPercent(n,t){let i=this.watermarks[n];return i?t<i[0]?"low":t>=i[1]?"high":"medium":"unknown"}getXMLWriter(n){return new wp(n)}getVisitor(n){return new Ep.Visitor(n)}getTree(n="defaultSummarizer"){return this._summarizerFactory[n]}};Object.defineProperty(ot.prototype,"writer",{enumerable:!0,get(){return this.data.writer||(this.data.writer=new yp(this.dir)),this.data.writer}});xs.exports=ot});var ys=_((Gm,gs)=>{"use strict";var bs=Symbol("ReportBase.#summarizer"),ui=class{constructor(n={}){this[bs]=n.summarizer}execute(n){n.getTree(this[bs]).visit(this,n)}};gs.exports=ui});var Es=_((Vm,ws)=>{"use strict";var Tp=vs(),kp=ci(),_p=ys();ws.exports={createContext(e){return new Tp(e)},getDefaultWatermarks(){return kp.getDefault()},ReportBase:_p}});var Ss=_(K=>{"use strict";Object.defineProperty(K,"commentRegex",{get:function(){return/^\s*?\/[\/\*][@#]\s+?sourceMappingURL=data:(((?:application|text)\/json)(?:;charset=([^;,]+?)?)?)?(?:;(base64))?,(.*?)$/mg}});Object.defineProperty(K,"mapFileCommentRegex",{get:function(){return/(?:\/\/[@#][ \t]+?sourceMappingURL=([^\s'"`]+?)[ \t]*?$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^*]+?)[ \t]*?(?:\*\/){1}[ \t]*?$)/mg}});var rt;typeof Buffer<"u"?typeof Buffer.from=="function"?rt=Lp:rt=jp:rt=Ap;function Lp(e){return Buffer.from(e,"base64").toString()}function jp(e){if(typeof value=="number")throw new TypeError("The value to decode must not be of type number.");return new Buffer(e,"base64").toString()}function Ap(e){return decodeURIComponent(escape(atob(e)))}function Np(e){return e.split(",").pop()}function Ip(e,n){var t=K.mapFileCommentRegex.exec(e),i=t[1]||t[2];try{var e=n(i);return e!=null&&typeof e.catch=="function"?e.catch(a):e}catch(s){a(s)}function a(s){throw new Error("An error occurred while trying to read the map file at "+i+`
|
|
4
|
-
`+s.stack)}}function ue(e,n){n=n||{},n.hasComment&&(e=Np(e)),n.encoding==="base64"?e=rt(e):n.encoding==="uri"&&(e=decodeURIComponent(e)),(n.isJSON||n.encoding)&&(e=JSON.parse(e)),this.sourcemap=e}ue.prototype.toJSON=function(e){return JSON.stringify(this.sourcemap,null,e)};typeof Buffer<"u"?typeof Buffer.from=="function"?ue.prototype.toBase64=Fp:ue.prototype.toBase64=Pp:ue.prototype.toBase64=qp;function Fp(){var e=this.toJSON();return Buffer.from(e,"utf8").toString("base64")}function Pp(){var e=this.toJSON();if(typeof e=="number")throw new TypeError("The json to encode must not be of type number.");return new Buffer(e,"utf8").toString("base64")}function qp(){var e=this.toJSON();return btoa(unescape(encodeURIComponent(e)))}ue.prototype.toURI=function(){var e=this.toJSON();return encodeURIComponent(e)};ue.prototype.toComment=function(e){var n,t,i;return e!=null&&e.encoding==="uri"?(n="",t=this.toURI()):(n=";base64",t=this.toBase64()),i="sourceMappingURL=data:application/json;charset=utf-8"+n+","+t,e!=null&&e.multiline?"/*# "+i+" */":"//# "+i};ue.prototype.toObject=function(){return JSON.parse(this.toJSON())};ue.prototype.addProperty=function(e,n){if(this.sourcemap.hasOwnProperty(e))throw new Error('property "'+e+'" already exists on the sourcemap, use set property instead');return this.setProperty(e,n)};ue.prototype.setProperty=function(e,n){return this.sourcemap[e]=n,this};ue.prototype.getProperty=function(e){return this.sourcemap[e]};K.fromObject=function(e){return new ue(e)};K.fromJSON=function(e){return new ue(e,{isJSON:!0})};K.fromURI=function(e){return new ue(e,{encoding:"uri"})};K.fromBase64=function(e){return new ue(e,{encoding:"base64"})};K.fromComment=function(e){var n,t;return e=e.replace(/^\/\*/g,"//").replace(/\*\/$/g,""),n=K.commentRegex.exec(e),t=n&&n[4]||"uri",new ue(e,{encoding:t,hasComment:!0})};function Rs(e){return new ue(e,{isJSON:!0})}K.fromMapFileComment=function(e,n){if(typeof n=="string")throw new Error("String directory paths are no longer supported with `fromMapFileComment`\nPlease review the Upgrading documentation at https://github.com/thlorenz/convert-source-map#upgrading");var t=Ip(e,n);return t!=null&&typeof t.then=="function"?t.then(Rs):Rs(t)};K.fromSource=function(e){var n=e.match(K.commentRegex);return n?K.fromComment(n.pop()):null};K.fromMapFileSource=function(e,n){if(typeof n=="string")throw new Error("String directory paths are no longer supported with `fromMapFileSource`\nPlease review the Upgrading documentation at https://github.com/thlorenz/convert-source-map#upgrading");var t=e.match(K.mapFileCommentRegex);return t?K.fromMapFileComment(t.pop(),n):null};K.removeComments=function(e){return e.replace(K.commentRegex,"")};K.removeMapFileComments=function(e){return e.replace(K.mapFileCommentRegex,"")};K.generateMapFileComment=function(e,n){var t="sourceMappingURL="+e;return n&&n.multiline?"/*# "+t+" */":"//# "+t}});var Bs=_((Zm,qs)=>{var Ps=require("stream").Stream,bl=require("util");qs.exports=Te;function Te(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}bl.inherits(Te,Ps);Te.create=function(e,n){var t=new this;n=n||{};for(var i in n)t[i]=n[i];t.source=e;var a=e.emit;return e.emit=function(){return t._handleEmit(arguments),a.apply(e,arguments)},e.on("error",function(){}),t.pauseStream&&e.pause(),t};Object.defineProperty(Te.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});Te.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};Te.prototype.resume=function(){this._released||this.release(),this.source.resume()};Te.prototype.pause=function(){this.source.pause()};Te.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};Te.prototype.pipe=function(){var e=Ps.prototype.pipe.apply(this,arguments);return this.resume(),e};Te.prototype._handleEmit=function(e){if(this._released){this.emit.apply(this,e);return}e[0]==="data"&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e)};Te.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}});var Ms=_((ed,Us)=>{var gl=require("util"),zs=require("stream").Stream,Ds=Bs();Us.exports=Y;function Y(){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}gl.inherits(Y,zs);Y.create=function(e){var n=new this;e=e||{};for(var t in e)n[t]=e[t];return n};Y.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};Y.prototype.append=function(e){var n=Y.isStreamLike(e);if(n){if(!(e instanceof Ds)){var t=Ds.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=t}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this};Y.prototype.pipe=function(e,n){return zs.prototype.pipe.call(this,e,n),this.resume(),e};Y.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}};Y.prototype._realGetNext=function(){var e=this._streams.shift();if(typeof e>"u"){this.end();return}if(typeof e!="function"){this._pipeNext(e);return}var n=e;n(function(t){var i=Y.isStreamLike(t);i&&(t.on("data",this._checkDataSize.bind(this)),this._handleErrors(t)),this._pipeNext(t)}.bind(this))};Y.prototype._pipeNext=function(e){this._currentStream=e;var n=Y.isStreamLike(e);if(n){e.on("end",this._getNext.bind(this)),e.pipe(this,{end:!1});return}var t=e;this.write(t),this._getNext()};Y.prototype._handleErrors=function(e){var n=this;e.on("error",function(t){n._emitError(t)})};Y.prototype.write=function(e){this.emit("data",e)};Y.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};Y.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")};Y.prototype.end=function(){this._reset(),this.emit("end")};Y.prototype.destroy=function(){this._reset(),this.emit("close")};Y.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};Y.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};Y.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach(function(n){n.dataSize&&(e.dataSize+=n.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};Y.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var Hs=_((nd,yl)=>{yl.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 Gs=_((td,$s)=>{$s.exports=Hs()});var Ws=_(ve=>{"use strict";var mt=Gs(),wl=require("path").extname,Vs=/^\s*([^;\s]*)(?:;|\s|$)/,El=/^text\//i;ve.charset=Js;ve.charsets={lookup:Js};ve.contentType=Rl;ve.extension=Sl;ve.extensions=Object.create(null);ve.lookup=Cl;ve.types=Object.create(null);Ol(ve.extensions,ve.types);function Js(e){if(!e||typeof e!="string")return!1;var n=Vs.exec(e),t=n&&mt[n[1].toLowerCase()];return t&&t.charset?t.charset:n&&El.test(n[1])?"UTF-8":!1}function Rl(e){if(!e||typeof e!="string")return!1;var n=e.indexOf("/")===-1?ve.lookup(e):e;if(!n)return!1;if(n.indexOf("charset")===-1){var t=ve.charset(n);t&&(n+="; charset="+t.toLowerCase())}return n}function Sl(e){if(!e||typeof e!="string")return!1;var n=Vs.exec(e),t=n&&ve.extensions[n[1].toLowerCase()];return!t||!t.length?!1:t[0]}function Cl(e){if(!e||typeof e!="string")return!1;var n=wl("x."+e).toLowerCase().substr(1);return n&&ve.types[n]||!1}function Ol(e,n){var t=["nginx","apache",void 0,"iana"];Object.keys(mt).forEach(function(a){var s=mt[a],o=s.extensions;if(!(!o||!o.length)){e[a]=o;for(var r=0;r<o.length;r++){var c=o[r];if(n[c]){var p=t.indexOf(mt[n[c]].source),l=t.indexOf(s.source);if(n[c]!=="application/octet-stream"&&(p>l||p===l&&n[c].substr(0,12)==="application/"))continue}n[c]=a}}})}});var Ks=_((ad,Xs)=>{Xs.exports=Tl;function Tl(e){var n=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;n?n(e):setTimeout(e,0)}});var hi=_((sd,Qs)=>{var Ys=Ks();Qs.exports=kl;function kl(e){var n=!1;return Ys(function(){n=!0}),function(i,a){n?e(i,a):Ys(function(){e(i,a)})}}});var xi=_((od,Zs)=>{Zs.exports=_l;function _l(e){Object.keys(e.jobs).forEach(Ll.bind(e)),e.jobs={}}function Ll(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}});var vi=_((rd,no)=>{var eo=hi(),jl=xi();no.exports=Al;function Al(e,n,t,i){var a=t.keyedList?t.keyedList[t.index]:t.index;t.jobs[a]=Nl(n,a,e[a],function(s,o){a in t.jobs&&(delete t.jobs[a],s?jl(t):t.results[a]=o,i(s,t.results))})}function Nl(e,n,t,i){var a;return e.length==2?a=e(t,eo(i)):a=e(t,n,eo(i)),a}});var bi=_((cd,to)=>{to.exports=Il;function Il(e,n){var t=!Array.isArray(e),i={index:0,keyedList:t||n?Object.keys(e):null,jobs:{},results:t?{}:[],size:t?Object.keys(e).length:e.length};return n&&i.keyedList.sort(t?n:function(a,s){return n(e[a],e[s])}),i}});var gi=_((pd,io)=>{var Fl=xi(),Pl=hi();io.exports=ql;function ql(e){Object.keys(this.jobs).length&&(this.index=this.size,Fl(this),Pl(e)(null,this.results))}});var so=_((ld,ao)=>{var Bl=vi(),Dl=bi(),zl=gi();ao.exports=Ul;function Ul(e,n,t){for(var i=Dl(e);i.index<(i.keyedList||e).length;)Bl(e,n,i,function(a,s){if(a){t(a,s);return}if(Object.keys(i.jobs).length===0){t(null,i.results);return}}),i.index++;return zl.bind(i,t)}});var yi=_((ud,dt)=>{var oo=vi(),Ml=bi(),Hl=gi();dt.exports=$l;dt.exports.ascending=ro;dt.exports.descending=Gl;function $l(e,n,t,i){var a=Ml(e,t);return oo(e,n,a,function s(o,r){if(o){i(o,r);return}if(a.index++,a.index<(a.keyedList||e).length){oo(e,n,a,s);return}i(null,a.results)}),Hl.bind(a,i)}function ro(e,n){return e<n?-1:e>n?1:0}function Gl(e,n){return-1*ro(e,n)}});var po=_((md,co)=>{var Vl=yi();co.exports=Jl;function Jl(e,n,t){return Vl(e,n,null,t)}});var uo=_((dd,lo)=>{lo.exports={parallel:so(),serial:po(),serialOrdered:yi()}});var fo=_((fd,mo)=>{mo.exports=function(e,n){return Object.keys(n).forEach(function(t){e[t]=e[t]||n[t]}),e}});var vo=_((hd,xo)=>{var Si=Ms(),ho=require("util"),wi=require("path"),Wl=require("http"),Xl=require("https"),Kl=require("url").parse,Yl=require("fs"),Ql=require("stream").Stream,Ei=Ws(),Zl=uo(),Ri=fo();xo.exports=M;ho.inherits(M,Si);function M(e){if(!(this instanceof M))return new M(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],Si.call(this),e=e||{};for(var n in e)this[n]=e[n]}M.LINE_BREAK=`\r
|
|
5
|
-
`;M.DEFAULT_CONTENT_TYPE="application/octet-stream";M.prototype.append=function(e,n,t){t=t||{},typeof t=="string"&&(t={filename:t});var i=Si.prototype.append.bind(this);if(typeof n=="number"&&(n=""+n),ho.isArray(n)){this._error(new Error("Arrays are not supported."));return}var a=this._multiPartHeader(e,n,t),s=this._multiPartFooter();i(a),i(n),i(s),this._trackLength(a,n,t)};M.prototype._trackLength=function(e,n,t){var i=0;t.knownLength!=null?i+=+t.knownLength:Buffer.isBuffer(n)?i=n.length:typeof n=="string"&&(i=Buffer.byteLength(n)),this._valueLength+=i,this._overheadLength+=Buffer.byteLength(e)+M.LINE_BREAK.length,!(!n||!n.path&&!(n.readable&&n.hasOwnProperty("httpVersion"))&&!(n instanceof Ql))&&(t.knownLength||this._valuesToMeasure.push(n))};M.prototype._lengthRetriever=function(e,n){e.hasOwnProperty("fd")?e.end!=null&&e.end!=1/0&&e.start!=null?n(null,e.end+1-(e.start?e.start:0)):Yl.stat(e.path,function(t,i){var a;if(t){n(t);return}a=i.size-(e.start?e.start:0),n(null,a)}):e.hasOwnProperty("httpVersion")?n(null,+e.headers["content-length"]):e.hasOwnProperty("httpModule")?(e.on("response",function(t){e.pause(),n(null,+t.headers["content-length"])}),e.resume()):n("Unknown stream")};M.prototype._multiPartHeader=function(e,n,t){if(typeof t.header=="string")return t.header;var i=this._getContentDisposition(n,t),a=this._getContentType(n,t),s="",o={"Content-Disposition":["form-data",'name="'+e+'"'].concat(i||[]),"Content-Type":[].concat(a||[])};typeof t.header=="object"&&Ri(o,t.header);var r;for(var c in o)o.hasOwnProperty(c)&&(r=o[c],r!=null&&(Array.isArray(r)||(r=[r]),r.length&&(s+=c+": "+r.join("; ")+M.LINE_BREAK)));return"--"+this.getBoundary()+M.LINE_BREAK+s+M.LINE_BREAK};M.prototype._getContentDisposition=function(e,n){var t,i;return typeof n.filepath=="string"?t=wi.normalize(n.filepath).replace(/\\/g,"/"):n.filename||e.name||e.path?t=wi.basename(n.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(t=wi.basename(e.client._httpMessage.path||"")),t&&(i='filename="'+t+'"'),i};M.prototype._getContentType=function(e,n){var t=n.contentType;return!t&&e.name&&(t=Ei.lookup(e.name)),!t&&e.path&&(t=Ei.lookup(e.path)),!t&&e.readable&&e.hasOwnProperty("httpVersion")&&(t=e.headers["content-type"]),!t&&(n.filepath||n.filename)&&(t=Ei.lookup(n.filepath||n.filename)),!t&&typeof e=="object"&&(t=M.DEFAULT_CONTENT_TYPE),t};M.prototype._multiPartFooter=function(){return function(e){var n=M.LINE_BREAK,t=this._streams.length===0;t&&(n+=this._lastBoundary()),e(n)}.bind(this)};M.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+M.LINE_BREAK};M.prototype.getHeaders=function(e){var n,t={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(n in e)e.hasOwnProperty(n)&&(t[n.toLowerCase()]=e[n]);return t};M.prototype.setBoundary=function(e){this._boundary=e};M.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};M.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),n=this.getBoundary(),t=0,i=this._streams.length;t<i;t++)typeof this._streams[t]!="function"&&(Buffer.isBuffer(this._streams[t])?e=Buffer.concat([e,this._streams[t]]):e=Buffer.concat([e,Buffer.from(this._streams[t])]),(typeof this._streams[t]!="string"||this._streams[t].substring(2,n.length+2)!==n)&&(e=Buffer.concat([e,Buffer.from(M.LINE_BREAK)])));return Buffer.concat([e,Buffer.from(this._lastBoundary())])};M.prototype._generateBoundary=function(){for(var e="--------------------------",n=0;n<24;n++)e+=Math.floor(Math.random()*10).toString(16);this._boundary=e};M.prototype.getLengthSync=function(){var e=this._overheadLength+this._valueLength;return this._streams.length&&(e+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),e};M.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e};M.prototype.getLength=function(e){var n=this._overheadLength+this._valueLength;if(this._streams.length&&(n+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(e.bind(this,null,n));return}Zl.parallel(this._valuesToMeasure,this._lengthRetriever,function(t,i){if(t){e(t);return}i.forEach(function(a){n+=a}),e(null,n)})};M.prototype.submit=function(e,n){var t,i,a={method:"post"};return typeof e=="string"?(e=Kl(e),i=Ri({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},a)):(i=Ri(e,a),i.port||(i.port=i.protocol=="https:"?443:80)),i.headers=this.getHeaders(e.headers),i.protocol=="https:"?t=Xl.request(i):t=Wl.request(i),this.getLength(function(s,o){if(s&&s!=="Unknown stream"){this._error(s);return}if(o&&t.setHeader("Content-Length",o),this.pipe(t),n){var r,c=function(p,l){return t.removeListener("error",c),t.removeListener("response",r),n.call(this,p,l)};r=c.bind(this,null),t.on("error",c),t.on("response",r)}}.bind(this)),t};M.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))};M.prototype.toString=function(){return"[object FormData]"}});var jo=_(Lo=>{"use strict";var fu=require("url").parse,hu={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},xu=String.prototype.endsWith||function(e){return e.length<=this.length&&this.indexOf(e,this.length-e.length)!==-1};function vu(e){var n=typeof e=="string"?fu(e):e||{},t=n.protocol,i=n.host,a=n.port;if(typeof i!="string"||!i||typeof t!="string"||(t=t.split(":",1)[0],i=i.replace(/:\d*$/,""),a=parseInt(a)||hu[t]||0,!bu(i,a)))return"";var s=gn("npm_config_"+t+"_proxy")||gn(t+"_proxy")||gn("npm_config_proxy")||gn("all_proxy");return s&&s.indexOf("://")===-1&&(s=t+"://"+s),s}function bu(e,n){var t=(gn("npm_config_no_proxy")||gn("no_proxy")).toLowerCase();return t?t==="*"?!1:t.split(/[,\s]/).every(function(i){if(!i)return!0;var a=i.match(/^(.+):(\d+)$/),s=a?a[1]:i,o=a?parseInt(a[2]):0;return o&&o!==n?!0:/^[.*]/.test(s)?(s.charAt(0)==="*"&&(s=s.slice(1)),!xu.call(e,s)):e!==s}):!0}function gn(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}Lo.getProxyForUrl=vu});var No=_((vf,Ao)=>{var yn=1e3,wn=yn*60,En=wn*60,en=En*24,gu=en*7,yu=en*365.25;Ao.exports=function(e,n){n=n||{};var t=typeof e;if(t==="string"&&e.length>0)return wu(e);if(t==="number"&&isFinite(e))return n.long?Ru(e):Eu(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function wu(e){if(e=String(e),!(e.length>100)){var n=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(n){var t=parseFloat(n[1]),i=(n[2]||"ms").toLowerCase();switch(i){case"years":case"year":case"yrs":case"yr":case"y":return t*yu;case"weeks":case"week":case"w":return t*gu;case"days":case"day":case"d":return t*en;case"hours":case"hour":case"hrs":case"hr":case"h":return t*En;case"minutes":case"minute":case"mins":case"min":case"m":return t*wn;case"seconds":case"second":case"secs":case"sec":case"s":return t*yn;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return t;default:return}}}}function Eu(e){var n=Math.abs(e);return n>=en?Math.round(e/en)+"d":n>=En?Math.round(e/En)+"h":n>=wn?Math.round(e/wn)+"m":n>=yn?Math.round(e/yn)+"s":e+"ms"}function Ru(e){var n=Math.abs(e);return n>=en?bt(e,n,en,"day"):n>=En?bt(e,n,En,"hour"):n>=wn?bt(e,n,wn,"minute"):n>=yn?bt(e,n,yn,"second"):e+" ms"}function bt(e,n,t,i){var a=n>=t*1.5;return Math.round(e/t)+" "+i+(a?"s":"")}});var Ai=_((bf,Io)=>{function Su(e){t.debug=t,t.default=t,t.coerce=c,t.disable=s,t.enable=a,t.enabled=o,t.humanize=No(),t.destroy=p,Object.keys(e).forEach(l=>{t[l]=e[l]}),t.names=[],t.skips=[],t.formatters={};function n(l){let m=0;for(let w=0;w<l.length;w++)m=(m<<5)-m+l.charCodeAt(w),m|=0;return t.colors[Math.abs(m)%t.colors.length]}t.selectColor=n;function t(l){let m,w=null,k,b;function x(...R){if(!x.enabled)return;let h=x,C=Number(new Date),y=C-(m||C);h.diff=y,h.prev=m,h.curr=C,m=C,R[0]=t.coerce(R[0]),typeof R[0]!="string"&&R.unshift("%O");let N=0;R[0]=R[0].replace(/%([a-zA-Z%])/g,(F,q)=>{if(F==="%%")return"%";N++;let W=t.formatters[q];if(typeof W=="function"){let V=R[N];F=W.call(h,V),R.splice(N,1),N--}return F}),t.formatArgs.call(h,R),(h.log||t.log).apply(h,R)}return x.namespace=l,x.useColors=t.useColors(),x.color=t.selectColor(l),x.extend=i,x.destroy=t.destroy,Object.defineProperty(x,"enabled",{enumerable:!0,configurable:!1,get:()=>w!==null?w:(k!==t.namespaces&&(k=t.namespaces,b=t.enabled(l)),b),set:R=>{w=R}}),typeof t.init=="function"&&t.init(x),x}function i(l,m){let w=t(this.namespace+(typeof m>"u"?":":m)+l);return w.log=this.log,w}function a(l){t.save(l),t.namespaces=l,t.names=[],t.skips=[];let m,w=(typeof l=="string"?l:"").split(/[\s,]+/),k=w.length;for(m=0;m<k;m++)w[m]&&(l=w[m].replace(/\*/g,".*?"),l[0]==="-"?t.skips.push(new RegExp("^"+l.slice(1)+"$")):t.names.push(new RegExp("^"+l+"$")))}function s(){let l=[...t.names.map(r),...t.skips.map(r).map(m=>"-"+m)].join(",");return t.enable(""),l}function o(l){if(l[l.length-1]==="*")return!0;let m,w;for(m=0,w=t.skips.length;m<w;m++)if(t.skips[m].test(l))return!1;for(m=0,w=t.names.length;m<w;m++)if(t.names[m].test(l))return!0;return!1}function r(l){return l.toString().substring(2,l.toString().length-2).replace(/\.\*\?$/,"*")}function c(l){return l instanceof Error?l.stack||l.message:l}function p(){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 t.enable(t.load()),t}Io.exports=Su});var Fo=_((ge,gt)=>{ge.formatArgs=Ou;ge.save=Tu;ge.load=ku;ge.useColors=Cu;ge.storage=_u();ge.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();ge.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 Cu(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function Ou(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+gt.exports.humanize(this.diff),!this.useColors)return;let n="color: "+this.color;e.splice(1,0,n,"color: inherit");let t=0,i=0;e[0].replace(/%[a-zA-Z%]/g,a=>{a!=="%%"&&(t++,a==="%c"&&(i=t))}),e.splice(i,0,n)}ge.log=console.debug||console.log||(()=>{});function Tu(e){try{e?ge.storage.setItem("debug",e):ge.storage.removeItem("debug")}catch{}}function ku(){let e;try{e=ge.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function _u(){try{return localStorage}catch{}}gt.exports=Ai()(ge);var{formatters:Lu}=gt.exports;Lu.j=function(e){try{return JSON.stringify(e)}catch(n){return"[UnexpectedJSONParseError]: "+n.message}}});var qo=_((ce,wt)=>{var ju=require("tty"),yt=require("util");ce.init=Bu;ce.log=Fu;ce.formatArgs=Nu;ce.save=Pu;ce.load=qu;ce.useColors=Au;ce.destroy=yt.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");ce.colors=[6,2,3,4,5,1];try{let e=Zt();e&&(e.stderr||e).level>=2&&(ce.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{}ce.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,n)=>{let t=n.substring(6).toLowerCase().replace(/_([a-z])/g,(a,s)=>s.toUpperCase()),i=process.env[n];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),e[t]=i,e},{});function Au(){return"colors"in ce.inspectOpts?!!ce.inspectOpts.colors:ju.isatty(process.stderr.fd)}function Nu(e){let{namespace:n,useColors:t}=this;if(t){let i=this.color,a="\x1B[3"+(i<8?i:"8;5;"+i),s=` ${a};1m${n} \x1B[0m`;e[0]=s+e[0].split(`
|
|
1
|
+
var xc=Object.create;var et=Object.defineProperty;var vc=Object.getOwnPropertyDescriptor;var bc=Object.getOwnPropertyNames;var gc=Object.getPrototypeOf,yc=Object.prototype.hasOwnProperty;var T=(e,n)=>()=>(n||e((n={exports:{}}).exports,n),n.exports),wc=(e,n)=>{for(var t in n)et(e,t,{get:n[t],enumerable:!0})},ya=(e,n,t,i)=>{if(n&&typeof n=="object"||typeof n=="function")for(let a of bc(n))!yc.call(e,a)&&a!==t&&et(e,a,{get:()=>n[a],enumerable:!(i=vc(n,a))||i.enumerable});return e};var ce=(e,n,t)=>(t=e!=null?xc(gc(e)):{},ya(n||!e||!e.__esModule?et(t,"default",{value:e,enumerable:!0}):t,e)),Ec=e=>ya(et({},"__esModule",{value:!0}),e);var wa=T(Z=>{"use strict";var Rc=require("fs"),Cc=require("path");Object.defineProperty(Z,"commentRegex",{get:function(){return/^\s*\/(?:\/|\*)[@#]\s+sourceMappingURL=data:(?:application|text)\/json;(?:charset[:=]\S+?;)?base64,(?:.*)$/mg}});Object.defineProperty(Z,"mapFileCommentRegex",{get:function(){return/(?:\/\/[@#][ \t]+sourceMappingURL=([^\s'"`]+?)[ \t]*$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^\*]+?)[ \t]*(?:\*\/){1}[ \t]*$)/mg}});var nt;typeof Buffer<"u"?typeof Buffer.from=="function"?nt=Sc:nt=Oc:nt=Tc;function Sc(e){return Buffer.from(e,"base64").toString()}function Oc(e){if(typeof value=="number")throw new TypeError("The value to decode must not be of type number.");return new Buffer(e,"base64").toString()}function Tc(e){return decodeURIComponent(escape(atob(e)))}function _c(e){return e.split(",").pop()}function kc(e,n){var t=Z.mapFileCommentRegex.exec(e),i=t[1]||t[2],a=Cc.resolve(n,i);try{return Rc.readFileSync(a,"utf8")}catch(s){throw new Error("An error occurred while trying to read the map file at "+a+`
|
|
2
|
+
`+s)}}function ve(e,n){n=n||{},n.isFileComment&&(e=kc(e,n.commentFileDir)),n.hasComment&&(e=_c(e)),n.isEncoded&&(e=nt(e)),(n.isJSON||n.isEncoded)&&(e=JSON.parse(e)),this.sourcemap=e}ve.prototype.toJSON=function(e){return JSON.stringify(this.sourcemap,null,e)};typeof Buffer<"u"?typeof Buffer.from=="function"?ve.prototype.toBase64=Lc:ve.prototype.toBase64=jc:ve.prototype.toBase64=Ic;function Lc(){var e=this.toJSON();return Buffer.from(e,"utf8").toString("base64")}function jc(){var e=this.toJSON();if(typeof e=="number")throw new TypeError("The json to encode must not be of type number.");return new Buffer(e,"utf8").toString("base64")}function Ic(){var e=this.toJSON();return btoa(unescape(encodeURIComponent(e)))}ve.prototype.toComment=function(e){var n=this.toBase64(),t="sourceMappingURL=data:application/json;charset=utf-8;base64,"+n;return e&&e.multiline?"/*# "+t+" */":"//# "+t};ve.prototype.toObject=function(){return JSON.parse(this.toJSON())};ve.prototype.addProperty=function(e,n){if(this.sourcemap.hasOwnProperty(e))throw new Error('property "'+e+'" already exists on the sourcemap, use set property instead');return this.setProperty(e,n)};ve.prototype.setProperty=function(e,n){return this.sourcemap[e]=n,this};ve.prototype.getProperty=function(e){return this.sourcemap[e]};Z.fromObject=function(e){return new ve(e)};Z.fromJSON=function(e){return new ve(e,{isJSON:!0})};Z.fromBase64=function(e){return new ve(e,{isEncoded:!0})};Z.fromComment=function(e){return e=e.replace(/^\/\*/g,"//").replace(/\*\/$/g,""),new ve(e,{isEncoded:!0,hasComment:!0})};Z.fromMapFileComment=function(e,n){return new ve(e,{commentFileDir:n,isFileComment:!0,isJSON:!0})};Z.fromSource=function(e){var n=e.match(Z.commentRegex);return n?Z.fromComment(n.pop()):null};Z.fromMapFileSource=function(e,n){var t=e.match(Z.mapFileCommentRegex);return t?Z.fromMapFileComment(t.pop(),n):null};Z.removeComments=function(e){return e.replace(Z.commentRegex,"")};Z.removeMapFileComments=function(e){return e.replace(Z.mapFileCommentRegex,"")};Z.generateMapFileComment=function(e,n){var t="sourceMappingURL="+e;return n&&n.multiline?"/*# "+t+" */":"//# "+t}});var Ra=T((Rm,Ea)=>{Ea.exports=class{constructor(n,t,i,a,s){this.startLine=n,this.startCol=t,this.endLine=i,this.endCol=a,this.count=s}toIstanbul(){let n={start:{line:this.startLine,column:this.startCol},end:{line:this.endLine,column:this.endCol}};return{type:"branch",line:this.startLine,loc:n,locations:[Object.assign({},n)]}}}});var Sa=T((Sm,Ca)=>{Ca.exports=class{constructor(n,t,i,a,s,o){this.name=n,this.startLine=t,this.startCol=i,this.endLine=a,this.endCol=s,this.count=o}toIstanbul(){let n={start:{line:this.startLine,column:this.startCol},end:{line:this.endLine,column:this.endCol}};return{name:this.name,decl:n,loc:n,line:this.startLine}}}});var Ta=T((Tm,Oa)=>{Oa.exports=class{constructor(n,t,i){this.line=n,this.startCol=t;let a=i.match(/\r?\n$/u),s=a?a[0].length:0;this.endCol=t+i.length-s,this.count=1,this.ignore=!1}toIstanbul(){return{start:{line:this.line,column:0},end:{line:this.line,column:this.endCol-this.startCol}}}}});var Jt=T((_m,_a)=>{_a.exports.sliceRange=(e,n,t,i=!1)=>{let a=0,s=e.length;for(i&&--n;a<s;){let o=a+s>>1;if(n>=e[o].endCol)a=o+1;else if(t<e[o].startCol)s=o-1;else{for(s=o;o>=0&&n<e[o].endCol&&t>=e[o].startCol;)--o;a=o+1;break}}for(;s<e.length&&n<e[s].endCol&&t>=e[s].startCol;)++s;return e.slice(a,s)}});var La=T((tt,ka)=>{(function(e,n){typeof tt=="object"&&typeof ka<"u"?n(tt):typeof define=="function"&&define.amd?define(["exports"],n):(e=typeof globalThis<"u"?globalThis:e||self,n(e.sourcemapCodec={}))})(tt,function(e){"use strict";let n=",".charCodeAt(0),t=";".charCodeAt(0),i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=new Uint8Array(64),s=new Uint8Array(128);for(let x=0;x<i.length;x++){let R=i.charCodeAt(x);a[x]=R,s[R]=x}let o=typeof TextDecoder<"u"?new TextDecoder:typeof Buffer<"u"?{decode(x){return Buffer.from(x.buffer,x.byteOffset,x.byteLength).toString()}}:{decode(x){let R="";for(let h=0;h<x.length;h++)R+=String.fromCharCode(x[h]);return R}};function r(x){let R=new Int32Array(5),h=[],S=0;do{let y=c(x,S),A=[],O=!0,F=0;R[0]=0;for(let q=S;q<y;q++){let W;q=p(x,q,R,0);let V=R[0];V<F&&(O=!1),F=V,l(x,q,y)?(q=p(x,q,R,1),q=p(x,q,R,2),q=p(x,q,R,3),l(x,q,y)?(q=p(x,q,R,4),W=[V,R[1],R[2],R[3],R[4]]):W=[V,R[1],R[2],R[3]]):W=[V],A.push(W)}O||d(A),h.push(A),S=y+1}while(S<=x.length);return h}function c(x,R){let h=x.indexOf(";",R);return h===-1?x.length:h}function p(x,R,h,S){let y=0,A=0,O=0;do{let q=x.charCodeAt(R++);O=s[q],y|=(O&31)<<A,A+=5}while(O&32);let F=y&1;return y>>>=1,F&&(y=-2147483648|-y),h[S]+=y,R}function l(x,R,h){return R>=h?!1:x.charCodeAt(R)!==n}function d(x){x.sort(w)}function w(x,R){return x[0]-R[0]}function k(x){let R=new Int32Array(5),h=1024*16,S=h-36,y=new Uint8Array(h),A=y.subarray(0,S),O=0,F="";for(let q=0;q<x.length;q++){let W=x[q];if(q>0&&(O===h&&(F+=o.decode(y),O=0),y[O++]=t),W.length!==0){R[0]=0;for(let V=0;V<W.length;V++){let ne=W[V];O>S&&(F+=o.decode(A),y.copyWithin(0,S,O),O-=S),V>0&&(y[O++]=n),O=b(y,O,R,ne,0),ne.length!==1&&(O=b(y,O,R,ne,1),O=b(y,O,R,ne,2),O=b(y,O,R,ne,3),ne.length!==4&&(O=b(y,O,R,ne,4)))}}}return F+o.decode(y.subarray(0,O))}function b(x,R,h,S,y){let A=S[y],O=A-h[y];h[y]=A,O=O<0?-O<<1|1:O<<1;do{let F=O&31;O>>>=5,O>0&&(F|=32),x[R++]=a[F]}while(O>0);return R}e.decode=r,e.encode=k,Object.defineProperty(e,"__esModule",{value:!0})})});var ja=T((Wt,Xt)=>{(function(e,n){typeof Wt=="object"&&typeof Xt<"u"?Xt.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.resolveURI=n())})(Wt,function(){"use strict";let e=/^[\w+.-]+:\/\//,n=/^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/,t=/^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i;var i;(function(h){h[h.Empty=1]="Empty",h[h.Hash=2]="Hash",h[h.Query=3]="Query",h[h.RelativePath=4]="RelativePath",h[h.AbsolutePath=5]="AbsolutePath",h[h.SchemeRelative=6]="SchemeRelative",h[h.Absolute=7]="Absolute"})(i||(i={}));function a(h){return e.test(h)}function s(h){return h.startsWith("//")}function o(h){return h.startsWith("/")}function r(h){return h.startsWith("file:")}function c(h){return/^[.?#]/.test(h)}function p(h){let S=n.exec(h);return d(S[1],S[2]||"",S[3],S[4]||"",S[5]||"/",S[6]||"",S[7]||"")}function l(h){let S=t.exec(h),y=S[2];return d("file:","",S[1]||"","",o(y)?y:"/"+y,S[3]||"",S[4]||"")}function d(h,S,y,A,O,F,q){return{scheme:h,user:S,host:y,port:A,path:O,query:F,hash:q,type:i.Absolute}}function w(h){if(s(h)){let y=p("http:"+h);return y.scheme="",y.type=i.SchemeRelative,y}if(o(h)){let y=p("http://foo.com"+h);return y.scheme="",y.host="",y.type=i.AbsolutePath,y}if(r(h))return l(h);if(a(h))return p(h);let S=p("http://foo.com/"+h);return S.scheme="",S.host="",S.type=h?h.startsWith("?")?i.Query:h.startsWith("#")?i.Hash:i.RelativePath:i.Empty,S}function k(h){if(h.endsWith("/.."))return h;let S=h.lastIndexOf("/");return h.slice(0,S+1)}function b(h,S){x(S,S.type),h.path==="/"?h.path=S.path:h.path=k(S.path)+h.path}function x(h,S){let y=S<=i.RelativePath,A=h.path.split("/"),O=1,F=0,q=!1;for(let V=1;V<A.length;V++){let ne=A[V];if(!ne){q=!0;continue}if(q=!1,ne!=="."){if(ne===".."){F?(q=!0,F--,O--):y&&(A[O++]=ne);continue}A[O++]=ne,F++}}let W="";for(let V=1;V<O;V++)W+="/"+A[V];(!W||q&&!W.endsWith("/.."))&&(W+="/"),h.path=W}function R(h,S){if(!h&&!S)return"";let y=w(h),A=y.type;if(S&&A!==i.Absolute){let F=w(S),q=F.type;switch(A){case i.Empty:y.hash=F.hash;case i.Hash:y.query=F.query;case i.Query:case i.RelativePath:b(y,F);case i.AbsolutePath:y.user=F.user,y.host=F.host,y.port=F.port;case i.SchemeRelative:y.scheme=F.scheme}q>A&&(A=q)}x(y,A);let O=y.query+y.hash;switch(A){case i.Hash:case i.Query:return O;case i.RelativePath:{let F=y.path.slice(1);return F?c(S||h)&&!c(F)?"./"+F+O:F+O:O||"."}case i.AbsolutePath:return y.path+O;default:return y.scheme+"//"+y.user+y.host+y.port+y.path+O}}return R})});var Kt=T((it,Ia)=>{(function(e,n){typeof it=="object"&&typeof Ia<"u"?n(it,La(),ja()):typeof define=="function"&&define.amd?define(["exports","@jridgewell/sourcemap-codec","@jridgewell/resolve-uri"],n):(e=typeof globalThis<"u"?globalThis:e||self,n(e.traceMapping={},e.sourcemapCodec,e.resolveURI))})(it,function(e,n,t){"use strict";function i(g){return g&&typeof g=="object"&&"default"in g?g:{default:g}}var a=i(t);function s(g,f){return f&&!f.endsWith("/")&&(f+="/"),a.default(g,f)}function o(g){if(!g)return"";let f=g.lastIndexOf("/");return g.slice(0,f+1)}let r=0,c=1,p=2,l=3,d=4,w=1,k=2;function b(g,f){let E=x(g,0);if(E===g.length)return g;f||(g=g.slice());for(let C=E;C<g.length;C=x(g,C+1))g[C]=h(g[C],f);return g}function x(g,f){for(let E=f;E<g.length;E++)if(!R(g[E]))return E;return g.length}function R(g){for(let f=1;f<g.length;f++)if(g[f][r]<g[f-1][r])return!1;return!0}function h(g,f){return f||(g=g.slice()),g.sort(S)}function S(g,f){return g[r]-f[r]}let y=!1;function A(g,f,E,C){for(;E<=C;){let P=E+(C-E>>1),L=g[P][r]-f;if(L===0)return y=!0,P;L<0?E=P+1:C=P-1}return y=!1,E-1}function O(g,f,E){for(let C=E+1;C<g.length&&g[C][r]===f;E=C++);return E}function F(g,f,E){for(let C=E-1;C>=0&&g[C][r]===f;E=C--);return E}function q(){return{lastKey:-1,lastNeedle:-1,lastIndex:-1}}function W(g,f,E,C){let{lastKey:P,lastNeedle:L,lastIndex:N}=E,J=0,M=g.length-1;if(C===P){if(f===L)return y=N!==-1&&g[N][r]===f,N;f>=L?J=N===-1?0:N:M=N}return E.lastKey=C,E.lastNeedle=f,E.lastIndex=A(g,f,J,M)}function V(g,f){let E=f.map($t);for(let C=0;C<g.length;C++){let P=g[C];for(let L=0;L<P.length;L++){let N=P[L];if(N.length===1)continue;let J=N[c],M=N[p],$=N[l],se=E[J],Q=se[M]||(se[M]=[]),ue=f[J],fe=O(Q,$,W(Q,$,ue,M));ne(Q,ue.lastIndex=fe+1,[$,C,N[r]])}}return E}function ne(g,f,E){for(let C=g.length;C>f;C--)g[C]=g[C-1];g[f]=E}function $t(){return{__proto__:null}}let We=function(g,f){let E=typeof g=="string"?JSON.parse(g):g;if(!("sections"in E))return new re(E,f);let C=[],P=[],L=[],N=[];Ln(E,f,C,P,L,N,0,0,1/0,1/0);let J={version:3,file:E.file,names:N,sources:P,sourcesContent:L,mappings:C};return e.presortedDecodedMap(J)};function Ln(g,f,E,C,P,L,N,J,M,$){let{sections:se}=g;for(let Q=0;Q<se.length;Q++){let{map:ue,offset:fe}=se[Q],ge=M,Ie=$;if(Q+1<se.length){let Re=se[Q+1].offset;ge=Math.min(M,N+Re.line),ge===M?Ie=Math.min($,J+Re.column):ge<M&&(Ie=J+Re.column)}me(ue,f,E,C,P,L,N+fe.line,J+fe.column,ge,Ie)}}function me(g,f,E,C,P,L,N,J,M,$){if("sections"in g)return Ln(...arguments);let se=new re(g,f),Q=C.length,ue=L.length,fe=e.decodedMappings(se),{resolvedSources:ge,sourcesContent:Ie}=se;if(ze(C,ge),ze(L,se.names),Ie)ze(P,Ie);else for(let Re=0;Re<ge.length;Re++)P.push(null);for(let Re=0;Re<fe.length;Re++){let Gt=N+Re;if(Gt>M)return;let ha=jn(E,Gt),hc=Re===0?J:0,xa=fe[Re];for(let Vt=0;Vt<xa.length;Vt++){let Xe=xa[Vt],Zn=hc+Xe[r];if(Gt===M&&Zn>=$)return;if(Xe.length===1){ha.push([Zn]);continue}let va=Q+Xe[c],ba=Xe[p],ga=Xe[l];ha.push(Xe.length===4?[Zn,va,ba,ga]:[Zn,va,ba,ga,ue+Xe[d]])}}}function ze(g,f){for(let E=0;E<f.length;E++)g.push(f[E])}function jn(g,f){for(let E=g.length;E<=f;E++)g[E]=[];return g[f]}let j="`line` must be greater than 0 (lines start at line 1)",B="`column` must be greater than or equal to 0 (columns start at column 0)",te=-1,je=1;e.encodedMappings=void 0,e.decodedMappings=void 0,e.traceSegment=void 0,e.originalPositionFor=void 0,e.generatedPositionFor=void 0,e.allGeneratedPositionsFor=void 0,e.eachMapping=void 0,e.sourceContentFor=void 0,e.presortedDecodedMap=void 0,e.decodedMap=void 0,e.encodedMap=void 0;class re{constructor(f,E){let C=typeof f=="string";if(!C&&f._decodedMemo)return f;let P=C?JSON.parse(f):f,{version:L,file:N,names:J,sourceRoot:M,sources:$,sourcesContent:se}=P;this.version=L,this.file=N,this.names=J,this.sourceRoot=M,this.sources=$,this.sourcesContent=se;let Q=s(M||"",o(E));this.resolvedSources=$.map(fe=>s(fe||"",Q));let{mappings:ue}=P;typeof ue=="string"?(this._encoded=ue,this._decoded=void 0):(this._encoded=void 0,this._decoded=b(ue,C)),this._decodedMemo=q(),this._bySources=void 0,this._bySourceMemos=void 0}}(()=>{e.encodedMappings=f=>{var E;return(E=f._encoded)!==null&&E!==void 0?E:f._encoded=n.encode(f._decoded)},e.decodedMappings=f=>f._decoded||(f._decoded=n.decode(f._encoded)),e.traceSegment=(f,E,C)=>{let P=e.decodedMappings(f);if(E>=P.length)return null;let L=P[E],N=xe(L,f._decodedMemo,E,C,je);return N===-1?null:L[N]},e.originalPositionFor=(f,{line:E,column:C,bias:P})=>{if(E--,E<0)throw new Error(j);if(C<0)throw new Error(B);let L=e.decodedMappings(f);if(E>=L.length)return cn(null,null,null,null);let N=L[E],J=xe(N,f._decodedMemo,E,C,P||je);if(J===-1)return cn(null,null,null,null);let M=N[J];if(M.length===1)return cn(null,null,null,null);let{names:$,resolvedSources:se}=f;return cn(se[M[c]],M[p]+1,M[l],M.length===5?$[M[d]]:null)},e.allGeneratedPositionsFor=(f,{source:E,line:C,column:P,bias:L})=>g(f,E,C,P,L||te,!0),e.generatedPositionFor=(f,{source:E,line:C,column:P,bias:L})=>g(f,E,C,P,L||je,!1),e.eachMapping=(f,E)=>{let C=e.decodedMappings(f),{names:P,resolvedSources:L}=f;for(let N=0;N<C.length;N++){let J=C[N];for(let M=0;M<J.length;M++){let $=J[M],se=N+1,Q=$[0],ue=null,fe=null,ge=null,Ie=null;$.length!==1&&(ue=L[$[1]],fe=$[2]+1,ge=$[3]),$.length===5&&(Ie=P[$[4]]),E({generatedLine:se,generatedColumn:Q,source:ue,originalLine:fe,originalColumn:ge,name:Ie})}}},e.sourceContentFor=(f,E)=>{let{sources:C,resolvedSources:P,sourcesContent:L}=f;if(L==null)return null;let N=C.indexOf(E);return N===-1&&(N=P.indexOf(E)),N===-1?null:L[N]},e.presortedDecodedMap=(f,E)=>{let C=new re(De(f,[]),E);return C._decoded=f.mappings,C},e.decodedMap=f=>De(f,e.decodedMappings(f)),e.encodedMap=f=>De(f,e.encodedMappings(f));function g(f,E,C,P,L,N){if(C--,C<0)throw new Error(j);if(P<0)throw new Error(B);let{sources:J,resolvedSources:M}=f,$=J.indexOf(E);if($===-1&&($=M.indexOf(E)),$===-1)return N?[]:Ee(null,null);let Q=(f._bySources||(f._bySources=V(e.decodedMappings(f),f._bySourceMemos=J.map(q))))[$][C];if(Q==null)return N?[]:Ee(null,null);let ue=f._bySourceMemos[$];if(N)return pn(Q,ue,C,P,L);let fe=xe(Q,ue,C,P,L);if(fe===-1)return Ee(null,null);let ge=Q[fe];return Ee(ge[w]+1,ge[k])}})();function De(g,f){return{version:g.version,file:g.file,names:g.names,sourceRoot:g.sourceRoot,sources:g.sources,sourcesContent:g.sourcesContent,mappings:f}}function cn(g,f,E,C){return{source:g,line:f,column:E,name:C}}function Ee(g,f){return{line:g,column:f}}function xe(g,f,E,C,P){let L=W(g,C,f,E);return y?L=(P===te?O:F)(g,C,L):P===te&&L++,L===-1||L===g.length?-1:L}function pn(g,f,E,C,P){let L=xe(g,f,E,C,je);if(!y&&P===te&&L++,L===-1||L===g.length)return[];let N=y?C:g[L][r];y||(L=F(g,N,L));let J=O(g,N,L),M=[];for(;L<=J;L++){let $=g[L];M.push(Ee($[w]+1,$[k]))}return M}e.AnyMap=We,e.GREATEST_LOWER_BOUND=je,e.LEAST_UPPER_BOUND=te,e.TraceMap=re,Object.defineProperty(e,"__esModule",{value:!0})})});var Pa=T((Lm,Fa)=>{var Ac=Ta(),{sliceRange:Nc}=Jt(),{originalPositionFor:ln,generatedPositionFor:Fc,GREATEST_LOWER_BOUND:Aa,LEAST_UPPER_BOUND:Yt}=Kt();Fa.exports=class{constructor(n,t){n=n?n.trimEnd():"",this.lines=[],this.eof=n.length,this.shebangLength=Bc(n),this.wrapperLength=t-this.shebangLength,this._buildLines(n)}_buildLines(n){let t=0,i=0,a=!1;for(let[s,o]of n.split(/(?<=\r?\n)/u).entries()){let r=new Ac(s+1,t,o);i>0?(r.ignore=!0,i--):a&&(r.ignore=!0),this.lines.push(r),t+=o.length;let c=this._parseIgnore(o);c&&(r.ignore=!0,c.count!==void 0&&(i=c.count),(c.start||c.stop)&&(a=c.start,i=0))}}_parseIgnore(n){let t=n.match(/^\W*\/\* c8 ignore next (?<count>[0-9]+)/);if(t)return{count:Number(t.groups.count)};if(n.match(/^\W*\/\* c8 ignore next/))return{count:1};if(n.match(/\/\* c8 ignore next/))return{count:0};let i=n.match(/\/\* c8 ignore (?<mode>start|stop)/);if(i){if(i.groups.mode==="start")return{start:!0};if(i.groups.mode==="stop")return{stop:!0}}}offsetToOriginalRelative(n,t,i){let a=Nc(this.lines,t,i,!0);if(!a.length)return{};let s=Na(n,a[0].line,Math.max(0,t-a[0].startCol));if(!(s&&s.source))return{};let o=Pc(n,a[a.length-1].line,i-a[a.length-1].startCol);return o&&o.source?s.source!==o.source?{}:(s.line===o.line&&s.column===o.column&&(o=ln(n,{line:a[a.length-1].line,column:i-a[a.length-1].startCol,bias:Yt}),o.column-=1),{source:s.source,startLine:s.line,relStartCol:s.column,endLine:o.line,relEndCol:o.column}):{}}relativeToOffset(n,t){return n=Math.max(n,1),this.lines[n-1]===void 0?this.eof:Math.min(this.lines[n-1].startCol+t,this.lines[n-1].endCol)}};function Pc(e,n,t){let i=Na(e,n,Math.max(t-1,1));if(i.source===null)return null;let a=Fc(e,{source:i.source,line:i.line,column:i.column+1,bias:Yt});return a.line===null||ln(e,a).line!==i.line?{source:i.source,line:i.line,column:1/0}:ln(e,a)}function Na(e,n,t){let i=ln(e,{line:n,column:t,bias:Aa});i.line===null&&(i=ln(e,{line:n,column:t,bias:Yt}));let a=ln(e,{line:n,column:0,bias:Aa});return a.line>i.line&&(i=a),i}var qc=/^v1[0-1]\./u.test(process.version);function Bc(e){if(qc&&e.indexOf("#!")===0){let n=e.match(/(?<shebang>#!.*)/);if(n)return n.groups.shebang.length}else return 0}});var qa=T((jm,zc)=>{zc.exports={name:"v8-to-istanbul",version:"9.1.0",description:"convert from v8 coverage format to istanbul's format",main:"index.js",types:"index.d.ts",scripts:{fix:"standard --fix",snapshot:"TAP_SNAPSHOT=1 tap test/*.js",test:"c8 --reporter=html --reporter=text tap --no-coverage test/*.js",posttest:"standard",coverage:"c8 report --check-coverage"},repository:"istanbuljs/v8-to-istanbul",keywords:["istanbul","v8","coverage"],standard:{ignore:["**/test/fixtures"]},author:"Ben Coe <ben@npmjs.com>",license:"ISC",dependencies:{"@jridgewell/trace-mapping":"^0.3.12","@types/istanbul-lib-coverage":"^2.0.1","convert-source-map":"^1.6.0"},devDependencies:{"@types/node":"^18.0.0",c8:"^7.2.1",semver:"^7.3.2",should:"13.2.3","source-map":"^0.7.3",standard:"^16.0.4",tap:"^16.0.0"},engines:{node:">=10.12.0"},files:["lib/*.js","index.js","index.d.ts"]}});var Ga=T((Am,$a)=>{var Ba=require("assert"),za=wa(),Dc=require("util"),Mc=Dc.debuglog("c8"),{dirname:Da,isAbsolute:Uc,join:Hc,resolve:$c}=require("path"),{fileURLToPath:Ha}=require("url"),Gc=Ra(),Ma=Sa(),In=Pa(),{sliceRange:Vc}=Jt(),Jc=Error(`requires Node.js ${qa().engines.node}`),at=()=>{throw Jc};try{at=require("fs").promises.readFile}catch{}var{TraceMap:Ua}=Kt(),Wc=/^v10\.(([0-9]\.)|(1[0-5]\.))/u.test(process.version),Xc=/^v8\./.test(process.version),Kc=Wc?require("module").wrapper[0].length:0;$a.exports=class{constructor(n,t,i,a){Ba(typeof n=="string","scriptPath must be a string"),Ba(!Xc,"This module does not support node 8 or lower, please upgrade to node 10"),this.path=Yc(n),this.wrapperLength=t===void 0?Kc:t,this.excludePath=a||(()=>!1),this.sources=i||{},this.generatedLines=[],this.branches={},this.functions={},this.covSources=[],this.rawSourceMap=void 0,this.sourceMap=void 0,this.sourceTranspiled=void 0,this.all=!1}async load(){let n=this.sources.source||await at(this.path,"utf8");if(this.rawSourceMap=this.sources.sourceMap||za.fromSource(n)||za.fromMapFileSource(n,Da(this.path)),this.rawSourceMap)if(this.rawSourceMap.sourcemap.sources.length>1)this.sourceMap=new Ua(this.rawSourceMap.sourcemap),this.sourceMap.sourcesContent||(this.sourceMap.sourcesContent=await this.sourcesContentFromSources()),this.covSources=this.sourceMap.sourcesContent.map((t,i)=>({source:new In(t,this.wrapperLength),path:this.sourceMap.sources[i]})),this.sourceTranspiled=new In(n,this.wrapperLength);else{let t=this.rawSourceMap.sourcemap.sources.length>=1?this.rawSourceMap.sourcemap.sources[0]:this.rawSourceMap.sourcemap.file;this.path=this._resolveSource(this.rawSourceMap,t||this.path),this.sourceMap=new Ua(this.rawSourceMap.sourcemap);let i;this.sources.sourceMap&&this.sources.sourceMap.sourcemap&&this.sources.sourceMap.sourcemap.sourcesContent&&this.sources.sourceMap.sourcemap.sourcesContent.length===1?i=this.sources.sourceMap.sourcemap.sourcesContent[0]:this.sources.originalSource?i=this.sources.originalSource:this.sourceMap.sourcesContent&&this.sourceMap.sourcesContent[0]?i=this.sourceMap.sourcesContent[0]:i=await at(this.path,"utf8"),this.covSources=[{source:new In(i,this.wrapperLength),path:this.path}],this.sourceTranspiled=new In(n,this.wrapperLength)}else this.covSources=[{source:new In(n,this.wrapperLength),path:this.path}]}async sourcesContentFromSources(){let n=this.sourceMap.sources.map(t=>{let i=this._resolveSource(this.rawSourceMap,t);return at(i,"utf-8").then(a=>a).catch(a=>{Mc(`failed to load ${i}: ${a.message}`)})});return await Promise.all(n)}destroy(){}_resolveSource(n,t){if(t.startsWith("file://"))return Ha(t);t=t.replace(/^webpack:\/\//,"");let i=n.sourcemap.sourceRoot?n.sourcemap.sourceRoot.replace("file://",""):"",a=Hc(i,t);return Uc(a)?a:$c(Da(this.path),a)}applyCoverage(n){n.forEach(t=>{t.ranges.forEach((i,a)=>{let{startCol:s,endCol:o,path:r,covSource:c}=this._maybeRemapStartColEndCol(i);if(this.excludePath(r))return;let p;if(t.functionName==="(empty-report)"?(p=c.lines.filter(w=>(w.count=0,!0)),this.all=p.length>0):p=Vc(c.lines,s,o),!p.length)return;let l=p[0],d=p[p.length-1];t.isBlockCoverage?(this.branches[r]=this.branches[r]||[],this.branches[r].push(new Gc(l.line,s-l.startCol,d.line,o-d.startCol,i.count)),t.functionName&&a===0&&(this.functions[r]=this.functions[r]||[],this.functions[r].push(new Ma(t.functionName,l.line,s-l.startCol,d.line,o-d.startCol,i.count)))):t.functionName&&(this.functions[r]=this.functions[r]||[],this.functions[r].push(new Ma(t.functionName,l.line,s-l.startCol,d.line,o-d.startCol,i.count))),p.forEach(w=>{s<=w.startCol&&o>=w.endCol&&!w.ignore&&(w.count=i.count)})})})}_maybeRemapStartColEndCol(n){let t=this.covSources[0].source,i=Math.max(0,n.startOffset-t.wrapperLength),a=Math.min(t.eof,n.endOffset-t.wrapperLength),s=this.path;if(this.sourceMap){i=Math.max(0,n.startOffset-this.sourceTranspiled.wrapperLength),a=Math.min(this.sourceTranspiled.eof,n.endOffset-this.sourceTranspiled.wrapperLength);let{startLine:o,relStartCol:r,endLine:c,relEndCol:p,source:l}=this.sourceTranspiled.offsetToOriginalRelative(this.sourceMap,i,a),d=this.covSources.find(w=>w.path===l);t=d?d.source:this.covSources[0].source,s=d?d.path:this.covSources[0].path,i=t.relativeToOffset(o,r),a=t.relativeToOffset(c,p)}return{path:s,covSource:t,startCol:i,endCol:a}}getInnerIstanbul(n,t){let i=t;if(this.rawSourceMap&&this.rawSourceMap.sourcemap.sources.length>1&&(i=this._resolveSource(this.rawSourceMap,t)),!this.excludePath(i))return{[i]:{path:i,all:this.all,...this._statementsToIstanbul(n,t),...this._branchesToIstanbul(n,t),...this._functionsToIstanbul(n,t)}}}toIstanbul(){return this.covSources.reduce((n,{source:t,path:i})=>Object.assign(n,this.getInnerIstanbul(t,i)),{})}_statementsToIstanbul(n,t){let i={statementMap:{},s:{}};return n.lines.forEach((a,s)=>{i.statementMap[`${s}`]=a.toIstanbul(),i.s[`${s}`]=a.count}),i}_branchesToIstanbul(n,t){let i={branchMap:{},b:{}};return this.branches[t]=this.branches[t]||[],this.branches[t].forEach((a,s)=>{let o=n.lines[a.startLine-1],r=o===void 0?!0:o.ignore;i.branchMap[`${s}`]=a.toIstanbul(),i.b[`${s}`]=[r?1:a.count]}),i}_functionsToIstanbul(n,t){let i={fnMap:{},f:{}};return this.functions[t]=this.functions[t]||[],this.functions[t].forEach((a,s)=>{let o=n.lines[a.startLine-1],r=o===void 0?!0:o.ignore;i.fnMap[`${s}`]=a.toIstanbul(),i.f[`${s}`]=r?1:a.count}),i}};function Yc(e){return e.startsWith("file://")?Ha(e):e}});var Ja=T((Nm,Va)=>{var Qc=Ga();Va.exports=function(e,n,t,i){return new Qc(e,n,t,i)}});var Qt=T((Fm,Wa)=>{"use strict";Wa.exports=function(n,t){let i;return t>0?(i=1e3*100*n/t,Math.floor(i/10)/100):100}});var Zt=T((Pm,Xa)=>{"use strict";Xa.exports=function(n,t){t.forEach(i=>{Object.defineProperty(n.prototype,i,{enumerable:!0,get(){return this.data[i]}})})}});var st=T((qm,Ka)=>{"use strict";var Zc=Qt(),ep=Zt();function np(){let e=()=>({total:0,covered:0,skipped:0,pct:"Unknown"});return{lines:e(),statements:e(),functions:e(),branches:e(),branchesTrue:e()}}function tp(e){if(!(e&&e.lines&&e.statements&&e.functions&&e.branches))throw new Error("Invalid summary coverage object, missing keys, found:"+Object.keys(e).join(","))}var un=class{constructor(n){n?n instanceof un?this.data=n.data:this.data=n:this.data=np(),tp(this.data)}merge(n){return["lines","statements","branches","functions","branchesTrue"].forEach(i=>{n[i]&&(this[i].total+=n[i].total,this[i].covered+=n[i].covered,this[i].skipped+=n[i].skipped,this[i].pct=Zc(this[i].covered,this[i].total))}),this}toJSON(){return this.data}isEmpty(){return this.lines.total===0}};ep(un,["lines","statements","functions","branches","branchesTrue"]);Ka.exports={CoverageSummary:un}});var ni=T((Bm,Qa)=>{"use strict";var Ya=Qt(),ip=Zt(),{CoverageSummary:ap}=st();function sp(e,n){let t={path:e,statementMap:{},fnMap:{},branchMap:{},s:{},f:{},b:{}};return n&&(t.bT={}),t}function op(e){if(!(e&&e.path&&e.statementMap&&e.fnMap&&e.branchMap&&e.s&&e.f&&e.b))throw new Error("Invalid file coverage object, missing keys, found:"+Object.keys(e).join(","))}var ei=({start:e,end:n})=>`${e.line}|${e.column}|${n.line}|${n.column}`,ot=(e,n,t,i,a=ei)=>{let s={};for(let[c,p]of Object.entries(e)){let l=n[c];s[a(l)]=[p,l]}for(let[c,p]of Object.entries(t)){let l=i[c],d=a(l);if(s[d]){let w=s[d];p.forEach?p.forEach((k,b)=>{w[0][b]!==void 0?w[0][b]+=k:w[0][b]=k}):w[0]+=p}else s[d]=[p,l]}let o={},r={};return Object.values(s).forEach(([c,p],l)=>{o[l]=c,r[l]=p}),[o,r]},dn=class{constructor(n,t=!1){if(!n)throw new Error("Coverage must be initialized with a path or an object");if(typeof n=="string")this.data=sp(n,t);else if(n instanceof dn)this.data=n.data;else if(typeof n=="object")this.data=n;else throw new Error("Invalid argument to coverage constructor");op(this.data)}getLineCoverage(){let n=this.data.statementMap,t=this.data.s,i=Object.create(null);return Object.entries(t).forEach(([a,s])=>{if(!n[a])return;let{line:o}=n[a].start,r=i[o];(r===void 0||r<s)&&(i[o]=s)}),i}getUncoveredLines(){let n=this.getLineCoverage(),t=[];return Object.entries(n).forEach(([i,a])=>{a===0&&t.push(i)}),t}getBranchCoverageByLine(){let n=this.branchMap,t=this.b,i={};return Object.entries(n).forEach(([a,s])=>{let o=s.line||s.loc.start.line,r=t[a];i[o]=i[o]||[],i[o].push(...r)}),Object.entries(i).forEach(([a,s])=>{let o=s.filter(c=>c>0),r=o.length/s.length*100;i[a]={covered:o.length,total:s.length,coverage:r}}),i}toJSON(){return this.data}merge(n){if(n.all===!0)return;if(this.all===!0){this.data=n.data;return}let[t,i]=ot(this.s,this.statementMap,n.s,n.statementMap);this.data.s=t,this.data.statementMap=i;let a=o=>ei(o.loc),s=o=>ei(o.locations[0]);[t,i]=ot(this.f,this.fnMap,n.f,n.fnMap,a),this.data.f=t,this.data.fnMap=i,[t,i]=ot(this.b,this.branchMap,n.b,n.branchMap,s),this.data.b=t,this.data.branchMap=i,this.bT&&n.bT&&([t,i]=ot(this.bT,this.branchMap,n.bT,n.branchMap,s),this.data.bT=t)}computeSimpleTotals(n){let t=this[n];typeof t=="function"&&(t=t.call(this));let i={total:Object.keys(t).length,covered:Object.values(t).filter(a=>!!a).length,skipped:0};return i.pct=Ya(i.covered,i.total),i}computeBranchTotals(n){let t=this[n],i={total:0,covered:0,skipped:0};return Object.values(t).forEach(a=>{i.covered+=a.filter(s=>s>0).length,i.total+=a.length}),i.pct=Ya(i.covered,i.total),i}resetHits(){let n=this.s,t=this.f,i=this.b,a=this.bT;Object.keys(n).forEach(s=>{n[s]=0}),Object.keys(t).forEach(s=>{t[s]=0}),Object.keys(i).forEach(s=>{i[s].fill(0)}),a&&Object.keys(a).forEach(s=>{a[s].fill(0)})}toSummary(){let n={};return n.lines=this.computeSimpleTotals("getLineCoverage"),n.functions=this.computeSimpleTotals("f","fnMap"),n.statements=this.computeSimpleTotals("s","statementMap"),n.branches=this.computeBranchTotals("b"),this.bt&&(n.branchesTrue=this.computeBranchTotals("bT")),new ap(n)}};ip(dn,["path","statementMap","fnMap","branchMap","s","f","b","bT","all"]);Qa.exports={FileCoverage:dn}});var ts=T((zm,ns)=>{"use strict";var{FileCoverage:Za}=ni(),{CoverageSummary:rp}=st();function es(e,n){return e instanceof n?e:new n(e)}function cp(e){let n=Object.create(null);return e&&Object.entries(e).forEach(([t,i])=>{n[t]=es(i,Za)}),n}var mn=class{constructor(n){n instanceof mn?this.data=n.data:this.data=cp(n)}merge(n){let t=es(n,mn);Object.values(t.data).forEach(i=>{this.addFileCoverage(i)})}filter(n){Object.keys(this.data).forEach(t=>{n(t)||delete this.data[t]})}toJSON(){return this.data}files(){return Object.keys(this.data)}fileCoverageFor(n){let t=this.data[n];if(!t)throw new Error(`No file coverage available for: ${n}`);return t}addFileCoverage(n){let t=new Za(n),{path:i}=t;this.data[i]?this.data[i].merge(t):this.data[i]=t}getCoverageSummary(){let n=new rp;return Object.values(this.data).forEach(t=>{n.merge(t.toSummary())}),n}};ns.exports={CoverageMap:mn}});var ai=T((Dm,ii)=>{"use strict";var{FileCoverage:ti}=ni(),{CoverageMap:is}=ts(),{CoverageSummary:as}=st();ii.exports={createCoverageSummary(e){return e&&e instanceof as?e:new as(e)},createCoverageMap(e){return e&&e instanceof is?e:new is(e)},createFileCoverage(e){return e&&e instanceof ti?e:new ti(e)}};ii.exports.classes={FileCoverage:ti}});var ls=T((I,ps)=>{I=ps.exports=z;var G;typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?G=function(){var e=Array.prototype.slice.call(arguments,0);e.unshift("SEMVER"),console.log.apply(console,e)}:G=function(){};I.SEMVER_SPEC_VERSION="2.0.0";var oi=256,rt=Number.MAX_SAFE_INTEGER||9007199254740991,si=16,H=I.re=[],v=I.src=[],m=I.tokens={},rs=0;function D(e){m[e]=rs++}D("NUMERICIDENTIFIER");v[m.NUMERICIDENTIFIER]="0|[1-9]\\d*";D("NUMERICIDENTIFIERLOOSE");v[m.NUMERICIDENTIFIERLOOSE]="[0-9]+";D("NONNUMERICIDENTIFIER");v[m.NONNUMERICIDENTIFIER]="\\d*[a-zA-Z-][a-zA-Z0-9-]*";D("MAINVERSION");v[m.MAINVERSION]="("+v[m.NUMERICIDENTIFIER]+")\\.("+v[m.NUMERICIDENTIFIER]+")\\.("+v[m.NUMERICIDENTIFIER]+")";D("MAINVERSIONLOOSE");v[m.MAINVERSIONLOOSE]="("+v[m.NUMERICIDENTIFIERLOOSE]+")\\.("+v[m.NUMERICIDENTIFIERLOOSE]+")\\.("+v[m.NUMERICIDENTIFIERLOOSE]+")";D("PRERELEASEIDENTIFIER");v[m.PRERELEASEIDENTIFIER]="(?:"+v[m.NUMERICIDENTIFIER]+"|"+v[m.NONNUMERICIDENTIFIER]+")";D("PRERELEASEIDENTIFIERLOOSE");v[m.PRERELEASEIDENTIFIERLOOSE]="(?:"+v[m.NUMERICIDENTIFIERLOOSE]+"|"+v[m.NONNUMERICIDENTIFIER]+")";D("PRERELEASE");v[m.PRERELEASE]="(?:-("+v[m.PRERELEASEIDENTIFIER]+"(?:\\."+v[m.PRERELEASEIDENTIFIER]+")*))";D("PRERELEASELOOSE");v[m.PRERELEASELOOSE]="(?:-?("+v[m.PRERELEASEIDENTIFIERLOOSE]+"(?:\\."+v[m.PRERELEASEIDENTIFIERLOOSE]+")*))";D("BUILDIDENTIFIER");v[m.BUILDIDENTIFIER]="[0-9A-Za-z-]+";D("BUILD");v[m.BUILD]="(?:\\+("+v[m.BUILDIDENTIFIER]+"(?:\\."+v[m.BUILDIDENTIFIER]+")*))";D("FULL");D("FULLPLAIN");v[m.FULLPLAIN]="v?"+v[m.MAINVERSION]+v[m.PRERELEASE]+"?"+v[m.BUILD]+"?";v[m.FULL]="^"+v[m.FULLPLAIN]+"$";D("LOOSEPLAIN");v[m.LOOSEPLAIN]="[v=\\s]*"+v[m.MAINVERSIONLOOSE]+v[m.PRERELEASELOOSE]+"?"+v[m.BUILD]+"?";D("LOOSE");v[m.LOOSE]="^"+v[m.LOOSEPLAIN]+"$";D("GTLT");v[m.GTLT]="((?:<|>)?=?)";D("XRANGEIDENTIFIERLOOSE");v[m.XRANGEIDENTIFIERLOOSE]=v[m.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*";D("XRANGEIDENTIFIER");v[m.XRANGEIDENTIFIER]=v[m.NUMERICIDENTIFIER]+"|x|X|\\*";D("XRANGEPLAIN");v[m.XRANGEPLAIN]="[v=\\s]*("+v[m.XRANGEIDENTIFIER]+")(?:\\.("+v[m.XRANGEIDENTIFIER]+")(?:\\.("+v[m.XRANGEIDENTIFIER]+")(?:"+v[m.PRERELEASE]+")?"+v[m.BUILD]+"?)?)?";D("XRANGEPLAINLOOSE");v[m.XRANGEPLAINLOOSE]="[v=\\s]*("+v[m.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+v[m.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+v[m.XRANGEIDENTIFIERLOOSE]+")(?:"+v[m.PRERELEASELOOSE]+")?"+v[m.BUILD]+"?)?)?";D("XRANGE");v[m.XRANGE]="^"+v[m.GTLT]+"\\s*"+v[m.XRANGEPLAIN]+"$";D("XRANGELOOSE");v[m.XRANGELOOSE]="^"+v[m.GTLT]+"\\s*"+v[m.XRANGEPLAINLOOSE]+"$";D("COERCE");v[m.COERCE]="(^|[^\\d])(\\d{1,"+si+"})(?:\\.(\\d{1,"+si+"}))?(?:\\.(\\d{1,"+si+"}))?(?:$|[^\\d])";D("COERCERTL");H[m.COERCERTL]=new RegExp(v[m.COERCE],"g");D("LONETILDE");v[m.LONETILDE]="(?:~>?)";D("TILDETRIM");v[m.TILDETRIM]="(\\s*)"+v[m.LONETILDE]+"\\s+";H[m.TILDETRIM]=new RegExp(v[m.TILDETRIM],"g");var pp="$1~";D("TILDE");v[m.TILDE]="^"+v[m.LONETILDE]+v[m.XRANGEPLAIN]+"$";D("TILDELOOSE");v[m.TILDELOOSE]="^"+v[m.LONETILDE]+v[m.XRANGEPLAINLOOSE]+"$";D("LONECARET");v[m.LONECARET]="(?:\\^)";D("CARETTRIM");v[m.CARETTRIM]="(\\s*)"+v[m.LONECARET]+"\\s+";H[m.CARETTRIM]=new RegExp(v[m.CARETTRIM],"g");var lp="$1^";D("CARET");v[m.CARET]="^"+v[m.LONECARET]+v[m.XRANGEPLAIN]+"$";D("CARETLOOSE");v[m.CARETLOOSE]="^"+v[m.LONECARET]+v[m.XRANGEPLAINLOOSE]+"$";D("COMPARATORLOOSE");v[m.COMPARATORLOOSE]="^"+v[m.GTLT]+"\\s*("+v[m.LOOSEPLAIN]+")$|^$";D("COMPARATOR");v[m.COMPARATOR]="^"+v[m.GTLT]+"\\s*("+v[m.FULLPLAIN]+")$|^$";D("COMPARATORTRIM");v[m.COMPARATORTRIM]="(\\s*)"+v[m.GTLT]+"\\s*("+v[m.LOOSEPLAIN]+"|"+v[m.XRANGEPLAIN]+")";H[m.COMPARATORTRIM]=new RegExp(v[m.COMPARATORTRIM],"g");var up="$1$2$3";D("HYPHENRANGE");v[m.HYPHENRANGE]="^\\s*("+v[m.XRANGEPLAIN]+")\\s+-\\s+("+v[m.XRANGEPLAIN]+")\\s*$";D("HYPHENRANGELOOSE");v[m.HYPHENRANGELOOSE]="^\\s*("+v[m.XRANGEPLAINLOOSE]+")\\s+-\\s+("+v[m.XRANGEPLAINLOOSE]+")\\s*$";D("STAR");v[m.STAR]="(<|>)?=?\\s*\\*";for(Me=0;Me<rs;Me++)G(Me,v[Me]),H[Me]||(H[Me]=new RegExp(v[Me]));var Me;I.parse=Ye;function Ye(e,n){if((!n||typeof n!="object")&&(n={loose:!!n,includePrerelease:!1}),e instanceof z)return e;if(typeof e!="string"||e.length>oi)return null;var t=n.loose?H[m.LOOSE]:H[m.FULL];if(!t.test(e))return null;try{return new z(e,n)}catch{return null}}I.valid=dp;function dp(e,n){var t=Ye(e,n);return t?t.version:null}I.clean=mp;function mp(e,n){var t=Ye(e.trim().replace(/^[=v]+/,""),n);return t?t.version:null}I.SemVer=z;function z(e,n){if((!n||typeof n!="object")&&(n={loose:!!n,includePrerelease:!1}),e instanceof z){if(e.loose===n.loose)return e;e=e.version}else if(typeof e!="string")throw new TypeError("Invalid Version: "+e);if(e.length>oi)throw new TypeError("version is longer than "+oi+" characters");if(!(this instanceof z))return new z(e,n);G("SemVer",e,n),this.options=n,this.loose=!!n.loose;var t=e.trim().match(n.loose?H[m.LOOSE]:H[m.FULL]);if(!t)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+t[1],this.minor=+t[2],this.patch=+t[3],this.major>rt||this.major<0)throw new TypeError("Invalid major version");if(this.minor>rt||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>rt||this.patch<0)throw new TypeError("Invalid patch version");t[4]?this.prerelease=t[4].split(".").map(function(i){if(/^[0-9]+$/.test(i)){var a=+i;if(a>=0&&a<rt)return a}return i}):this.prerelease=[],this.build=t[5]?t[5].split("."):[],this.format()}z.prototype.format=function(){return this.version=this.major+"."+this.minor+"."+this.patch,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version};z.prototype.toString=function(){return this.version};z.prototype.compare=function(e){return G("SemVer.compare",this.version,this.options,e),e instanceof z||(e=new z(e,this.options)),this.compareMain(e)||this.comparePre(e)};z.prototype.compareMain=function(e){return e instanceof z||(e=new z(e,this.options)),Ke(this.major,e.major)||Ke(this.minor,e.minor)||Ke(this.patch,e.patch)};z.prototype.comparePre=function(e){if(e instanceof z||(e=new z(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var n=0;do{var t=this.prerelease[n],i=e.prerelease[n];if(G("prerelease compare",n,t,i),t===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(t===void 0)return-1;if(t===i)continue;return Ke(t,i)}while(++n)};z.prototype.compareBuild=function(e){e instanceof z||(e=new z(e,this.options));var n=0;do{var t=this.build[n],i=e.build[n];if(G("prerelease compare",n,t,i),t===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(t===void 0)return-1;if(t===i)continue;return Ke(t,i)}while(++n)};z.prototype.inc=function(e,n){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",n);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",n);break;case"prepatch":this.prerelease.length=0,this.inc("patch",n),this.inc("pre",n);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",n),this.inc("pre",n);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{for(var t=this.prerelease.length;--t>=0;)typeof this.prerelease[t]=="number"&&(this.prerelease[t]++,t=-2);t===-1&&this.prerelease.push(0)}n&&(this.prerelease[0]===n?isNaN(this.prerelease[1])&&(this.prerelease=[n,0]):this.prerelease=[n,0]);break;default:throw new Error("invalid increment argument: "+e)}return this.format(),this.raw=this.version,this};I.inc=fp;function fp(e,n,t,i){typeof t=="string"&&(i=t,t=void 0);try{return new z(e,t).inc(n,i).version}catch{return null}}I.diff=hp;function hp(e,n){if(ri(e,n))return null;var t=Ye(e),i=Ye(n),a="";if(t.prerelease.length||i.prerelease.length){a="pre";var s="prerelease"}for(var o in t)if((o==="major"||o==="minor"||o==="patch")&&t[o]!==i[o])return a+o;return s}I.compareIdentifiers=Ke;var ss=/^[0-9]+$/;function Ke(e,n){var t=ss.test(e),i=ss.test(n);return t&&i&&(e=+e,n=+n),e===n?0:t&&!i?-1:i&&!t?1:e<n?-1:1}I.rcompareIdentifiers=xp;function xp(e,n){return Ke(n,e)}I.major=vp;function vp(e,n){return new z(e,n).major}I.minor=bp;function bp(e,n){return new z(e,n).minor}I.patch=gp;function gp(e,n){return new z(e,n).patch}I.compare=Ae;function Ae(e,n,t){return new z(e,t).compare(new z(n,t))}I.compareLoose=yp;function yp(e,n){return Ae(e,n,!0)}I.compareBuild=wp;function wp(e,n,t){var i=new z(e,t),a=new z(n,t);return i.compare(a)||i.compareBuild(a)}I.rcompare=Ep;function Ep(e,n,t){return Ae(n,e,t)}I.sort=Rp;function Rp(e,n){return e.sort(function(t,i){return I.compareBuild(t,i,n)})}I.rsort=Cp;function Cp(e,n){return e.sort(function(t,i){return I.compareBuild(i,t,n)})}I.gt=An;function An(e,n,t){return Ae(e,n,t)>0}I.lt=ct;function ct(e,n,t){return Ae(e,n,t)<0}I.eq=ri;function ri(e,n,t){return Ae(e,n,t)===0}I.neq=cs;function cs(e,n,t){return Ae(e,n,t)!==0}I.gte=ci;function ci(e,n,t){return Ae(e,n,t)>=0}I.lte=pi;function pi(e,n,t){return Ae(e,n,t)<=0}I.cmp=pt;function pt(e,n,t,i){switch(n){case"===":return typeof e=="object"&&(e=e.version),typeof t=="object"&&(t=t.version),e===t;case"!==":return typeof e=="object"&&(e=e.version),typeof t=="object"&&(t=t.version),e!==t;case"":case"=":case"==":return ri(e,t,i);case"!=":return cs(e,t,i);case">":return An(e,t,i);case">=":return ci(e,t,i);case"<":return ct(e,t,i);case"<=":return pi(e,t,i);default:throw new TypeError("Invalid operator: "+n)}}I.Comparator=Ce;function Ce(e,n){if((!n||typeof n!="object")&&(n={loose:!!n,includePrerelease:!1}),e instanceof Ce){if(e.loose===!!n.loose)return e;e=e.value}if(!(this instanceof Ce))return new Ce(e,n);G("comparator",e,n),this.options=n,this.loose=!!n.loose,this.parse(e),this.semver===fn?this.value="":this.value=this.operator+this.semver.version,G("comp",this)}var fn={};Ce.prototype.parse=function(e){var n=this.options.loose?H[m.COMPARATORLOOSE]:H[m.COMPARATOR],t=e.match(n);if(!t)throw new TypeError("Invalid comparator: "+e);this.operator=t[1]!==void 0?t[1]:"",this.operator==="="&&(this.operator=""),t[2]?this.semver=new z(t[2],this.options.loose):this.semver=fn};Ce.prototype.toString=function(){return this.value};Ce.prototype.test=function(e){if(G("Comparator.test",e,this.options.loose),this.semver===fn||e===fn)return!0;if(typeof e=="string")try{e=new z(e,this.options)}catch{return!1}return pt(e,this.operator,this.semver,this.options)};Ce.prototype.intersects=function(e,n){if(!(e instanceof Ce))throw new TypeError("a Comparator is required");(!n||typeof n!="object")&&(n={loose:!!n,includePrerelease:!1});var t;if(this.operator==="")return this.value===""?!0:(t=new X(e.value,n),lt(this.value,t,n));if(e.operator==="")return e.value===""?!0:(t=new X(this.value,n),lt(e.semver,t,n));var i=(this.operator===">="||this.operator===">")&&(e.operator===">="||e.operator===">"),a=(this.operator==="<="||this.operator==="<")&&(e.operator==="<="||e.operator==="<"),s=this.semver.version===e.semver.version,o=(this.operator===">="||this.operator==="<=")&&(e.operator===">="||e.operator==="<="),r=pt(this.semver,"<",e.semver,n)&&(this.operator===">="||this.operator===">")&&(e.operator==="<="||e.operator==="<"),c=pt(this.semver,">",e.semver,n)&&(this.operator==="<="||this.operator==="<")&&(e.operator===">="||e.operator===">");return i||a||s&&o||r||c};I.Range=X;function X(e,n){if((!n||typeof n!="object")&&(n={loose:!!n,includePrerelease:!1}),e instanceof X)return e.loose===!!n.loose&&e.includePrerelease===!!n.includePrerelease?e:new X(e.raw,n);if(e instanceof Ce)return new X(e.value,n);if(!(this instanceof X))return new X(e,n);if(this.options=n,this.loose=!!n.loose,this.includePrerelease=!!n.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map(function(t){return this.parseRange(t.trim())},this).filter(function(t){return t.length}),!this.set.length)throw new TypeError("Invalid SemVer Range: "+e);this.format()}X.prototype.format=function(){return this.range=this.set.map(function(e){return e.join(" ").trim()}).join("||").trim(),this.range};X.prototype.toString=function(){return this.range};X.prototype.parseRange=function(e){var n=this.options.loose;e=e.trim();var t=n?H[m.HYPHENRANGELOOSE]:H[m.HYPHENRANGE];e=e.replace(t,Np),G("hyphen replace",e),e=e.replace(H[m.COMPARATORTRIM],up),G("comparator trim",e,H[m.COMPARATORTRIM]),e=e.replace(H[m.TILDETRIM],pp),e=e.replace(H[m.CARETTRIM],lp),e=e.split(/\s+/).join(" ");var i=n?H[m.COMPARATORLOOSE]:H[m.COMPARATOR],a=e.split(" ").map(function(s){return Op(s,this.options)},this).join(" ").split(/\s+/);return this.options.loose&&(a=a.filter(function(s){return!!s.match(i)})),a=a.map(function(s){return new Ce(s,this.options)},this),a};X.prototype.intersects=function(e,n){if(!(e instanceof X))throw new TypeError("a Range is required");return this.set.some(function(t){return os(t,n)&&e.set.some(function(i){return os(i,n)&&t.every(function(a){return i.every(function(s){return a.intersects(s,n)})})})})};function os(e,n){for(var t=!0,i=e.slice(),a=i.pop();t&&i.length;)t=i.every(function(s){return a.intersects(s,n)}),a=i.pop();return t}I.toComparators=Sp;function Sp(e,n){return new X(e,n).set.map(function(t){return t.map(function(i){return i.value}).join(" ").trim().split(" ")})}function Op(e,n){return G("comp",e,n),e=kp(e,n),G("caret",e),e=Tp(e,n),G("tildes",e),e=jp(e,n),G("xrange",e),e=Ap(e,n),G("stars",e),e}function he(e){return!e||e.toLowerCase()==="x"||e==="*"}function Tp(e,n){return e.trim().split(/\s+/).map(function(t){return _p(t,n)}).join(" ")}function _p(e,n){var t=n.loose?H[m.TILDELOOSE]:H[m.TILDE];return e.replace(t,function(i,a,s,o,r){G("tilde",e,i,a,s,o,r);var c;return he(a)?c="":he(s)?c=">="+a+".0.0 <"+(+a+1)+".0.0":he(o)?c=">="+a+"."+s+".0 <"+a+"."+(+s+1)+".0":r?(G("replaceTilde pr",r),c=">="+a+"."+s+"."+o+"-"+r+" <"+a+"."+(+s+1)+".0"):c=">="+a+"."+s+"."+o+" <"+a+"."+(+s+1)+".0",G("tilde return",c),c})}function kp(e,n){return e.trim().split(/\s+/).map(function(t){return Lp(t,n)}).join(" ")}function Lp(e,n){G("caret",e,n);var t=n.loose?H[m.CARETLOOSE]:H[m.CARET];return e.replace(t,function(i,a,s,o,r){G("caret",e,i,a,s,o,r);var c;return he(a)?c="":he(s)?c=">="+a+".0.0 <"+(+a+1)+".0.0":he(o)?a==="0"?c=">="+a+"."+s+".0 <"+a+"."+(+s+1)+".0":c=">="+a+"."+s+".0 <"+(+a+1)+".0.0":r?(G("replaceCaret pr",r),a==="0"?s==="0"?c=">="+a+"."+s+"."+o+"-"+r+" <"+a+"."+s+"."+(+o+1):c=">="+a+"."+s+"."+o+"-"+r+" <"+a+"."+(+s+1)+".0":c=">="+a+"."+s+"."+o+"-"+r+" <"+(+a+1)+".0.0"):(G("no pr"),a==="0"?s==="0"?c=">="+a+"."+s+"."+o+" <"+a+"."+s+"."+(+o+1):c=">="+a+"."+s+"."+o+" <"+a+"."+(+s+1)+".0":c=">="+a+"."+s+"."+o+" <"+(+a+1)+".0.0"),G("caret return",c),c})}function jp(e,n){return G("replaceXRanges",e,n),e.split(/\s+/).map(function(t){return Ip(t,n)}).join(" ")}function Ip(e,n){e=e.trim();var t=n.loose?H[m.XRANGELOOSE]:H[m.XRANGE];return e.replace(t,function(i,a,s,o,r,c){G("xRange",e,i,a,s,o,r,c);var p=he(s),l=p||he(o),d=l||he(r),w=d;return a==="="&&w&&(a=""),c=n.includePrerelease?"-0":"",p?a===">"||a==="<"?i="<0.0.0-0":i="*":a&&w?(l&&(o=0),r=0,a===">"?(a=">=",l?(s=+s+1,o=0,r=0):(o=+o+1,r=0)):a==="<="&&(a="<",l?s=+s+1:o=+o+1),i=a+s+"."+o+"."+r+c):l?i=">="+s+".0.0"+c+" <"+(+s+1)+".0.0"+c:d&&(i=">="+s+"."+o+".0"+c+" <"+s+"."+(+o+1)+".0"+c),G("xRange return",i),i})}function Ap(e,n){return G("replaceStars",e,n),e.trim().replace(H[m.STAR],"")}function Np(e,n,t,i,a,s,o,r,c,p,l,d,w){return he(t)?n="":he(i)?n=">="+t+".0.0":he(a)?n=">="+t+"."+i+".0":n=">="+n,he(c)?r="":he(p)?r="<"+(+c+1)+".0.0":he(l)?r="<"+c+"."+(+p+1)+".0":d?r="<="+c+"."+p+"."+l+"-"+d:r="<="+r,(n+" "+r).trim()}X.prototype.test=function(e){if(!e)return!1;if(typeof e=="string")try{e=new z(e,this.options)}catch{return!1}for(var n=0;n<this.set.length;n++)if(Fp(this.set[n],e,this.options))return!0;return!1};function Fp(e,n,t){for(var i=0;i<e.length;i++)if(!e[i].test(n))return!1;if(n.prerelease.length&&!t.includePrerelease){for(i=0;i<e.length;i++)if(G(e[i].semver),e[i].semver!==fn&&e[i].semver.prerelease.length>0){var a=e[i].semver;if(a.major===n.major&&a.minor===n.minor&&a.patch===n.patch)return!0}return!1}return!0}I.satisfies=lt;function lt(e,n,t){try{n=new X(n,t)}catch{return!1}return n.test(e)}I.maxSatisfying=Pp;function Pp(e,n,t){var i=null,a=null;try{var s=new X(n,t)}catch{return null}return e.forEach(function(o){s.test(o)&&(!i||a.compare(o)===-1)&&(i=o,a=new z(i,t))}),i}I.minSatisfying=qp;function qp(e,n,t){var i=null,a=null;try{var s=new X(n,t)}catch{return null}return e.forEach(function(o){s.test(o)&&(!i||a.compare(o)===1)&&(i=o,a=new z(i,t))}),i}I.minVersion=Bp;function Bp(e,n){e=new X(e,n);var t=new z("0.0.0");if(e.test(t)||(t=new z("0.0.0-0"),e.test(t)))return t;t=null;for(var i=0;i<e.set.length;++i){var a=e.set[i];a.forEach(function(s){var o=new z(s.semver.version);switch(s.operator){case">":o.prerelease.length===0?o.patch++:o.prerelease.push(0),o.raw=o.format();case"":case">=":(!t||An(t,o))&&(t=o);break;case"<":case"<=":break;default:throw new Error("Unexpected operation: "+s.operator)}})}return t&&e.test(t)?t:null}I.validRange=zp;function zp(e,n){try{return new X(e,n).range||"*"}catch{return null}}I.ltr=Dp;function Dp(e,n,t){return li(e,n,"<",t)}I.gtr=Mp;function Mp(e,n,t){return li(e,n,">",t)}I.outside=li;function li(e,n,t,i){e=new z(e,i),n=new X(n,i);var a,s,o,r,c;switch(t){case">":a=An,s=pi,o=ct,r=">",c=">=";break;case"<":a=ct,s=ci,o=An,r="<",c="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(lt(e,n,i))return!1;for(var p=0;p<n.set.length;++p){var l=n.set[p],d=null,w=null;if(l.forEach(function(k){k.semver===fn&&(k=new Ce(">=0.0.0")),d=d||k,w=w||k,a(k.semver,d.semver,i)?d=k:o(k.semver,w.semver,i)&&(w=k)}),d.operator===r||d.operator===c||(!w.operator||w.operator===r)&&s(e,w.semver))return!1;if(w.operator===c&&o(e,w.semver))return!1}return!0}I.prerelease=Up;function Up(e,n){var t=Ye(e,n);return t&&t.prerelease.length?t.prerelease:null}I.intersects=Hp;function Hp(e,n,t){return e=new X(e,t),n=new X(n,t),e.intersects(n)}I.coerce=$p;function $p(e,n){if(e instanceof z)return e;if(typeof e=="number"&&(e=String(e)),typeof e!="string")return null;n=n||{};var t=null;if(!n.rtl)t=e.match(H[m.COERCE]);else{for(var i;(i=H[m.COERCERTL].exec(e))&&(!t||t.index+t[0].length!==e.length);)(!t||i.index+i[0].length!==t.index+t[0].length)&&(t=i),H[m.COERCERTL].lastIndex=i.index+i[1].length+i[2].length;H[m.COERCERTL].lastIndex=-1}return t===null?null:Ye(t[2]+"."+(t[3]||"0")+"."+(t[4]||"0"),n)}});var xs=T((Mm,ui)=>{"use strict";var ut=require("fs"),Ne=require("path"),{promisify:us}=require("util"),Gp=ls(),ds=Gp.satisfies(process.version,">=10.12.0"),ms=e=>{if(process.platform==="win32"&&/[<>:"|?*]/.test(e.replace(Ne.parse(e).root,""))){let t=new Error(`Path contains invalid characters: ${e}`);throw t.code="EINVAL",t}},fs=e=>({...{mode:511,fs:ut},...e}),hs=e=>{let n=new Error(`operation not permitted, mkdir '${e}'`);return n.code="EPERM",n.errno=-4048,n.path=e,n.syscall="mkdir",n},Vp=async(e,n)=>{ms(e),n=fs(n);let t=us(n.fs.mkdir),i=us(n.fs.stat);if(ds&&n.fs.mkdir===ut.mkdir){let s=Ne.resolve(e);return await t(s,{mode:n.mode,recursive:!0}),s}let a=async s=>{try{return await t(s,n.mode),s}catch(o){if(o.code==="EPERM")throw o;if(o.code==="ENOENT"){if(Ne.dirname(s)===s)throw hs(s);if(o.message.includes("null bytes"))throw o;return await a(Ne.dirname(s)),a(s)}try{if(!(await i(s)).isDirectory())throw new Error("The path is not a directory")}catch{throw o}return s}};return a(Ne.resolve(e))};ui.exports=Vp;ui.exports.sync=(e,n)=>{if(ms(e),n=fs(n),ds&&n.fs.mkdirSync===ut.mkdirSync){let i=Ne.resolve(e);return ut.mkdirSync(i,{mode:n.mode,recursive:!0}),i}let t=i=>{try{n.fs.mkdirSync(i,n.mode)}catch(a){if(a.code==="EPERM")throw a;if(a.code==="ENOENT"){if(Ne.dirname(i)===i)throw hs(i);if(a.message.includes("null bytes"))throw a;return t(Ne.dirname(i)),t(i)}try{if(!n.fs.statSync(i).isDirectory())throw new Error("The path is not a directory")}catch{throw a}}return i};return t(Ne.resolve(e))}});var bs=T((Um,vs)=>{"use strict";vs.exports=(e,n=process.argv)=>{let t=e.startsWith("-")?"":e.length===1?"-":"--",i=n.indexOf(t+e),a=n.indexOf("--");return i!==-1&&(a===-1||i<a)}});var fi=T((Hm,ys)=>{"use strict";var Jp=require("os"),gs=require("tty"),Se=bs(),{env:oe}=process,Ue;Se("no-color")||Se("no-colors")||Se("color=false")||Se("color=never")?Ue=0:(Se("color")||Se("colors")||Se("color=true")||Se("color=always"))&&(Ue=1);"FORCE_COLOR"in oe&&(oe.FORCE_COLOR==="true"?Ue=1:oe.FORCE_COLOR==="false"?Ue=0:Ue=oe.FORCE_COLOR.length===0?1:Math.min(parseInt(oe.FORCE_COLOR,10),3));function di(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function mi(e,n){if(Ue===0)return 0;if(Se("color=16m")||Se("color=full")||Se("color=truecolor"))return 3;if(Se("color=256"))return 2;if(e&&!n&&Ue===void 0)return 0;let t=Ue||0;if(oe.TERM==="dumb")return t;if(process.platform==="win32"){let i=Jp.release().split(".");return Number(i[0])>=10&&Number(i[2])>=10586?Number(i[2])>=14931?3:2:1}if("CI"in oe)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(i=>i in oe)||oe.CI_NAME==="codeship"?1:t;if("TEAMCITY_VERSION"in oe)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(oe.TEAMCITY_VERSION)?1:0;if(oe.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in oe){let i=parseInt((oe.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(oe.TERM_PROGRAM){case"iTerm.app":return i>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(oe.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(oe.TERM)||"COLORTERM"in oe?1:t}function Wp(e){let n=mi(e,e&&e.isTTY);return di(n)}ys.exports={supportsColor:Wp,stdout:di(mi(!0,gs.isatty(1))),stderr:di(mi(!0,gs.isatty(2)))}});var Rs=T(($m,Es)=>{"use strict";var Qe=require("path"),hn=require("fs"),ws=xs(),Xp=fi(),dt=class{colorize(n){return n}println(n){this.write(`${n}
|
|
3
|
+
`)}close(){}},hi=class extends dt{constructor(n){super(),this.fd=n}write(n){hn.writeSync(this.fd,n)}close(){hn.closeSync(this.fd)}},xi=!1,vi="",bi=class extends dt{write(n){xi?vi+=n:process.stdout.write(n)}colorize(n,t){let i={low:"31;1",medium:"33;1",high:"32;1"};return Xp.stdout&&i[t]?`\x1B[${i[t]}m${n}\x1B[0m`:n}},Nn=class{constructor(n){if(!n)throw new Error("baseDir must be specified");this.baseDir=n}static startCapture(){xi=!0}static stopCapture(){xi=!1}static getOutput(){return vi}static resetOutput(){vi=""}writerForDir(n){if(Qe.isAbsolute(n))throw new Error(`Cannot create subdir writer for absolute path: ${n}`);return new Nn(`${this.baseDir}/${n}`)}copyFile(n,t,i){if(Qe.isAbsolute(t))throw new Error(`Cannot write to absolute path: ${t}`);t=Qe.resolve(this.baseDir,t),ws.sync(Qe.dirname(t));let a;i?a=i+hn.readFileSync(n,"utf8"):a=hn.readFileSync(n),hn.writeFileSync(t,a)}writeFile(n){if(n===null||n==="-")return new bi;if(Qe.isAbsolute(n))throw new Error(`Cannot write to absolute path: ${n}`);return n=Qe.resolve(this.baseDir,n),ws.sync(Qe.dirname(n)),new hi(hn.openSync(n,"w"))}};Es.exports=Nn});var Os=T((Gm,Ss)=>{"use strict";var Kp=" ";function Cs(e){return Object.entries(e||{}).map(([n,t])=>` ${n}="${t}"`).join("")}var gi=class{constructor(n){this.cw=n,this.stack=[]}indent(n){return this.stack.map(()=>Kp).join("")+n}openTag(n,t){let i=this.indent(`<${n+Cs(t)}>`);this.cw.println(i),this.stack.push(n)}closeTag(n){if(this.stack.length===0)throw new Error(`Attempt to close tag ${n} when not opened`);let t=this.stack.pop(),i=`</${n}>`;if(t!==n)throw new Error(`Attempt to close tag ${n} when ${t} was the one open`);this.cw.println(this.indent(i))}inlineTag(n,t,i){let a="<"+n+Cs(t);i?a+=`>${i}</${n}>`:a+="/>",a=this.indent(a),this.cw.println(a)}closeAll(){this.stack.slice().reverse().forEach(n=>{this.closeTag(n)})}};Ss.exports=gi});var Ei=T((Vm,Ts)=>{"use strict";var Fe=class{constructor(n){this.delegate=n}};["Start","End","Summary","SummaryEnd","Detail"].map(e=>`on${e}`).forEach(e=>{Object.defineProperty(Fe.prototype,e,{writable:!0,value(n,t){typeof this.delegate[e]=="function"&&this.delegate[e](n,t)}})});var mt=class extends Fe{constructor(n){super(),Array.isArray(n)||(n=[n]),this.visitors=n.map(t=>t instanceof Fe?t:new Fe(t))}};["Start","Summary","SummaryEnd","Detail","End"].map(e=>`on${e}`).forEach(e=>{Object.defineProperty(mt.prototype,e,{value(n,t){this.visitors.forEach(i=>{i[e](n,t)})}})});var yi=class{isRoot(){return!this.getParent()}visit(n,t){this.isSummary()?n.onSummary(this,t):n.onDetail(this,t),this.getChildren().forEach(i=>{i.visit(n,t)}),this.isSummary()&&n.onSummaryEnd(this,t)}},wi=class{constructor(n){this.root=n}getRoot(){return this.root}visit(n,t){n instanceof Fe||(n=new Fe(n)),n.onStart(this.getRoot(),t),this.getRoot().visit(n,t),n.onEnd(this.getRoot(),t)}};Ts.exports={BaseTree:wi,BaseNode:yi,Visitor:Fe,CompositeVisitor:mt}});var Ri=T((Jm,_s)=>{"use strict";_s.exports={getDefault(){return{statements:[50,80],functions:[50,80],branches:[50,80],lines:[50,80]}}}});var js=T((Wm,Ls)=>{"use strict";var ks=require("path"),ft=ks.parse,ht=ks.sep,Yp=ft,Qp=ht;function Zp(e,n){let t=ft(e),i=t.root,a,s=t.base,o,r;return n==="\\"&&(r=i.indexOf(":\\"),r>=0&&(i=i.substring(0,r+2))),a=t.dir.substring(i.length),e===""?[]:(n!=="/"&&(o=new RegExp(n.replace(/\W/g,"\\$&"),"g"),a=a.replace(o,"/"),s=s.replace(o,"/")),a!==""?a=`${a}/${s}`:a=s,a.substring(0,1)==="/"&&(a=a.substring(1)),a=a.split(/\/+/),a)}var Pe=class{constructor(n){if(Array.isArray(n))this.v=n;else if(typeof n=="string")this.v=Zp(n,ht);else throw new Error(`Invalid Path argument must be string or array:${n}`)}toString(){return this.v.join("/")}hasParent(){return this.v.length>0}parent(){if(!this.hasParent())throw new Error("Unable to get parent for 0 elem path");let n=this.v.slice();return n.pop(),new Pe(n)}elements(){return this.v.slice()}name(){return this.v.slice(-1)[0]}contains(n){let t;if(n.length>this.length)return!1;for(t=0;t<n.length;t+=1)if(this.v[t]!==n.v[t])return!1;return!0}ancestorOf(n){return n.contains(this)&&n.length!==this.length}descendantOf(n){return this.contains(n)&&n.length!==this.length}commonPrefixPath(n){let t=this.length>n.length?n.length:this.length,i,a=[];for(i=0;i<t&&this.v[i]===n.v[i];i+=1)a.push(this.v[i]);return new Pe(a)}static compare(n,t){let i=n.length,a=t.length;if(i<a)return-1;if(i>a)return 1;let s=n.toString(),o=t.toString();return s<o?-1:s>o?1:0}};["push","pop","shift","unshift","splice"].forEach(e=>{Object.defineProperty(Pe.prototype,e,{value(...n){return this.v[e](...n)}})});Object.defineProperty(Pe.prototype,"length",{enumerable:!0,get(){return this.v.length}});Ls.exports=Pe;Pe.tester={setParserAndSep(e,n){ft=e,ht=n},reset(){ft=Yp,ht=Qp}}});var Fs=T((Xm,Ns)=>{"use strict";var el=ai(),Fn=js(),{BaseNode:nl,BaseTree:tl}=Ei(),Te=class extends nl{constructor(n,t){super(),this.path=n,this.parent=null,this.fileCoverage=t,this.children=[]}static createRoot(n){let t=new Te(new Fn([]));return n.forEach(i=>{t.addChild(i)}),t}addChild(n){n.parent=this,this.children.push(n)}asRelative(n){return n.substring(0,1)==="/"?n.substring(1):n}getQualifiedName(){return this.asRelative(this.path.toString())}getRelativeName(){let n=this.getParent(),t=this.path,i,a,s=n?n.path:new Fn([]);if(s.ancestorOf(t)){for(i=new Fn(t.elements()),a=0;a<s.length;a+=1)i.shift();return this.asRelative(i.toString())}return this.asRelative(this.path.toString())}getParent(){return this.parent}getChildren(){return this.children}isSummary(){return!this.fileCoverage}getFileCoverage(){return this.fileCoverage}getCoverageSummary(n){let t=`c_${n?"files":"full"}`,i;if(Object.prototype.hasOwnProperty.call(this,t))return this[t];if(!this.isSummary())i=this.getFileCoverage().toSummary();else{let a=0;i=el.createCoverageSummary(),this.getChildren().forEach(s=>{n&&s.isSummary()||(a+=1,i.merge(s.getCoverageSummary(n)))}),a===0&&n&&(i=null)}return this[t]=i,i}},Ze=class extends tl{constructor(n,t){super(n);let i=a=>{t&&!a.isRoot()&&a.path.unshift(t)};this.visit({onDetail:i,onSummary(a){i(a),a.children.sort((s,o)=>{let r=s.path.toString(),c=o.path.toString();return r<c?-1:r>c?1:0})}})}};function il(e){return e.reduce((n,t)=>n.commonPrefixPath(t),e[0]||new Fn([]))}function Is(e,n,t=()=>{}){let i=n[e.toString()];return i||(i=new Te(e),n[e.toString()]=i,t(e,i)),i}function al(e){let n=Object.create(null);return e.forEach(t=>{Is(t.path.parent(),n).addChild(new Te(t.path,t.fileCoverage))}),Object.values(n)}function As(e,n,t,i){Is(t.parent(),n,(s,o)=>{s.hasParent()?As(e,n,s,o):e.push(o)}).addChild(i)}function Ci(e,n){let{children:t}=e;return t.length===1&&!t[0].fileCoverage?(t[0].parent=n,Ci(t[0],n)):(e.children=t.map(i=>Ci(i,e)),e)}function sl(e,n){if(e.some(t=>t.path.length===0))return n.length===0?"root":n.name()}var Si=class{constructor(n,t="pkg"){this._coverageMap=n,this._defaultSummarizer=t,this._initialList=n.files().map(i=>({filePath:i,path:new Fn(i),fileCoverage:n.fileCoverageFor(i)})),this._commonParent=il(this._initialList.map(i=>i.path.parent())),this._commonParent.length>0&&this._initialList.forEach(i=>{i.path.splice(0,this._commonParent.length)})}get defaultSummarizer(){return this[this._defaultSummarizer]}get flat(){return this._flat||(this._flat=new Ze(Te.createRoot(this._initialList.map(n=>new Te(n.path,n.fileCoverage))))),this._flat}_createPkg(){let n=al(this._initialList);return n.length===1?new Ze(n[0]):new Ze(Te.createRoot(n),sl(n,this._commonParent))}get pkg(){return this._pkg||(this._pkg=this._createPkg()),this._pkg}_createNested(){let n=Object.create(null),t=[];this._initialList.forEach(a=>{let s=new Te(a.path,a.fileCoverage);As(t,n,a.path,s)});let i=t.map(a=>Ci(a));return i.length===1?new Ze(i[0]):new Ze(Te.createRoot(i))}get nested(){return this._nested||(this._nested=this._createNested()),this._nested}};Ns.exports=Si});var qs=T((Km,Ps)=>{"use strict";var ol=require("fs"),rl=Rs(),cl=Os(),pl=Ei(),ll=Ri(),ul=Fs();function dl(e){try{return ol.readFileSync(e,"utf8")}catch(n){throw new Error(`Unable to lookup source: ${e} (${n.message})`)}}function ml(e={}){return Object.entries(ll.getDefault()).forEach(([n,t])=>{let i=e[n];(!Array.isArray(i)||i.length!==2)&&(e[n]=t)}),e}var xt=class{constructor(n){this.dir=n.dir||"coverage",this.watermarks=ml(n.watermarks),this.sourceFinder=n.sourceFinder||dl,this._summarizerFactory=new ul(n.coverageMap,n.defaultSummarizer),this.data={}}getWriter(){return this.writer}getSource(n){return this.sourceFinder(n)}classForPercent(n,t){let i=this.watermarks[n];return i?t<i[0]?"low":t>=i[1]?"high":"medium":"unknown"}getXMLWriter(n){return new cl(n)}getVisitor(n){return new pl.Visitor(n)}getTree(n="defaultSummarizer"){return this._summarizerFactory[n]}};Object.defineProperty(xt.prototype,"writer",{enumerable:!0,get(){return this.data.writer||(this.data.writer=new rl(this.dir)),this.data.writer}});Ps.exports=xt});var Ds=T((Ym,zs)=>{"use strict";var Bs=Symbol("ReportBase.#summarizer"),Oi=class{constructor(n={}){this[Bs]=n.summarizer}execute(n){n.getTree(this[Bs]).visit(this,n)}};zs.exports=Oi});var Us=T((Qm,Ms)=>{"use strict";var fl=qs(),hl=Ri(),xl=Ds();Ms.exports={createContext(e){return new fl(e)},getDefaultWatermarks(){return hl.getDefault()},ReportBase:xl}});var $s=T(K=>{"use strict";Object.defineProperty(K,"commentRegex",{get:function(){return/^\s*?\/[\/\*][@#]\s+?sourceMappingURL=data:(((?:application|text)\/json)(?:;charset=([^;,]+?)?)?)?(?:;(base64))?,(.*?)$/mg}});Object.defineProperty(K,"mapFileCommentRegex",{get:function(){return/(?:\/\/[@#][ \t]+?sourceMappingURL=([^\s'"`]+?)[ \t]*?$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^*]+?)[ \t]*?(?:\*\/){1}[ \t]*?$)/mg}});var vt;typeof Buffer<"u"?typeof Buffer.from=="function"?vt=vl:vt=bl:vt=gl;function vl(e){return Buffer.from(e,"base64").toString()}function bl(e){if(typeof value=="number")throw new TypeError("The value to decode must not be of type number.");return new Buffer(e,"base64").toString()}function gl(e){return decodeURIComponent(escape(atob(e)))}function yl(e){return e.split(",").pop()}function wl(e,n){var t=K.mapFileCommentRegex.exec(e),i=t[1]||t[2];try{var e=n(i);return e!=null&&typeof e.catch=="function"?e.catch(a):e}catch(s){a(s)}function a(s){throw new Error("An error occurred while trying to read the map file at "+i+`
|
|
4
|
+
`+s.stack)}}function de(e,n){n=n||{},n.hasComment&&(e=yl(e)),n.encoding==="base64"?e=vt(e):n.encoding==="uri"&&(e=decodeURIComponent(e)),(n.isJSON||n.encoding)&&(e=JSON.parse(e)),this.sourcemap=e}de.prototype.toJSON=function(e){return JSON.stringify(this.sourcemap,null,e)};typeof Buffer<"u"?typeof Buffer.from=="function"?de.prototype.toBase64=El:de.prototype.toBase64=Rl:de.prototype.toBase64=Cl;function El(){var e=this.toJSON();return Buffer.from(e,"utf8").toString("base64")}function Rl(){var e=this.toJSON();if(typeof e=="number")throw new TypeError("The json to encode must not be of type number.");return new Buffer(e,"utf8").toString("base64")}function Cl(){var e=this.toJSON();return btoa(unescape(encodeURIComponent(e)))}de.prototype.toURI=function(){var e=this.toJSON();return encodeURIComponent(e)};de.prototype.toComment=function(e){var n,t,i;return e!=null&&e.encoding==="uri"?(n="",t=this.toURI()):(n=";base64",t=this.toBase64()),i="sourceMappingURL=data:application/json;charset=utf-8"+n+","+t,e!=null&&e.multiline?"/*# "+i+" */":"//# "+i};de.prototype.toObject=function(){return JSON.parse(this.toJSON())};de.prototype.addProperty=function(e,n){if(this.sourcemap.hasOwnProperty(e))throw new Error('property "'+e+'" already exists on the sourcemap, use set property instead');return this.setProperty(e,n)};de.prototype.setProperty=function(e,n){return this.sourcemap[e]=n,this};de.prototype.getProperty=function(e){return this.sourcemap[e]};K.fromObject=function(e){return new de(e)};K.fromJSON=function(e){return new de(e,{isJSON:!0})};K.fromURI=function(e){return new de(e,{encoding:"uri"})};K.fromBase64=function(e){return new de(e,{encoding:"base64"})};K.fromComment=function(e){var n,t;return e=e.replace(/^\/\*/g,"//").replace(/\*\/$/g,""),n=K.commentRegex.exec(e),t=n&&n[4]||"uri",new de(e,{encoding:t,hasComment:!0})};function Hs(e){return new de(e,{isJSON:!0})}K.fromMapFileComment=function(e,n){if(typeof n=="string")throw new Error("String directory paths are no longer supported with `fromMapFileComment`\nPlease review the Upgrading documentation at https://github.com/thlorenz/convert-source-map#upgrading");var t=wl(e,n);return t!=null&&typeof t.then=="function"?t.then(Hs):Hs(t)};K.fromSource=function(e){var n=e.match(K.commentRegex);return n?K.fromComment(n.pop()):null};K.fromMapFileSource=function(e,n){if(typeof n=="string")throw new Error("String directory paths are no longer supported with `fromMapFileSource`\nPlease review the Upgrading documentation at https://github.com/thlorenz/convert-source-map#upgrading");var t=e.match(K.mapFileCommentRegex);return t?K.fromMapFileComment(t.pop(),n):null};K.removeComments=function(e){return e.replace(K.commentRegex,"")};K.removeMapFileComments=function(e){return e.replace(K.mapFileCommentRegex,"")};K.generateMapFileComment=function(e,n){var t="sourceMappingURL="+e;return n&&n.multiline?"/*# "+t+" */":"//# "+t}});var ao=T((of,io)=>{var to=require("stream").Stream,su=require("util");io.exports=_e;function _e(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}su.inherits(_e,to);_e.create=function(e,n){var t=new this;n=n||{};for(var i in n)t[i]=n[i];t.source=e;var a=e.emit;return e.emit=function(){return t._handleEmit(arguments),a.apply(e,arguments)},e.on("error",function(){}),t.pauseStream&&e.pause(),t};Object.defineProperty(_e.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});_e.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};_e.prototype.resume=function(){this._released||this.release(),this.source.resume()};_e.prototype.pause=function(){this.source.pause()};_e.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};_e.prototype.pipe=function(){var e=to.prototype.pipe.apply(this,arguments);return this.resume(),e};_e.prototype._handleEmit=function(e){if(this._released){this.emit.apply(this,e);return}e[0]==="data"&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e)};_e.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}});var co=T((rf,ro)=>{var ou=require("util"),oo=require("stream").Stream,so=ao();ro.exports=Y;function Y(){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}ou.inherits(Y,oo);Y.create=function(e){var n=new this;e=e||{};for(var t in e)n[t]=e[t];return n};Y.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};Y.prototype.append=function(e){var n=Y.isStreamLike(e);if(n){if(!(e instanceof so)){var t=so.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=t}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this};Y.prototype.pipe=function(e,n){return oo.prototype.pipe.call(this,e,n),this.resume(),e};Y.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}};Y.prototype._realGetNext=function(){var e=this._streams.shift();if(typeof e>"u"){this.end();return}if(typeof e!="function"){this._pipeNext(e);return}var n=e;n(function(t){var i=Y.isStreamLike(t);i&&(t.on("data",this._checkDataSize.bind(this)),this._handleErrors(t)),this._pipeNext(t)}.bind(this))};Y.prototype._pipeNext=function(e){this._currentStream=e;var n=Y.isStreamLike(e);if(n){e.on("end",this._getNext.bind(this)),e.pipe(this,{end:!1});return}var t=e;this.write(t),this._getNext()};Y.prototype._handleErrors=function(e){var n=this;e.on("error",function(t){n._emitError(t)})};Y.prototype.write=function(e){this.emit("data",e)};Y.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};Y.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")};Y.prototype.end=function(){this._reset(),this.emit("end")};Y.prototype.destroy=function(){this._reset(),this.emit("close")};Y.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};Y.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};Y.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach(function(n){n.dataSize&&(e.dataSize+=n.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};Y.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var po=T((cf,ru)=>{ru.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 uo=T((pf,lo)=>{lo.exports=po()});var ho=T(be=>{"use strict";var Et=uo(),cu=require("path").extname,mo=/^\s*([^;\s]*)(?:;|\s|$)/,pu=/^text\//i;be.charset=fo;be.charsets={lookup:fo};be.contentType=lu;be.extension=uu;be.extensions=Object.create(null);be.lookup=du;be.types=Object.create(null);mu(be.extensions,be.types);function fo(e){if(!e||typeof e!="string")return!1;var n=mo.exec(e),t=n&&Et[n[1].toLowerCase()];return t&&t.charset?t.charset:n&&pu.test(n[1])?"UTF-8":!1}function lu(e){if(!e||typeof e!="string")return!1;var n=e.indexOf("/")===-1?be.lookup(e):e;if(!n)return!1;if(n.indexOf("charset")===-1){var t=be.charset(n);t&&(n+="; charset="+t.toLowerCase())}return n}function uu(e){if(!e||typeof e!="string")return!1;var n=mo.exec(e),t=n&&be.extensions[n[1].toLowerCase()];return!t||!t.length?!1:t[0]}function du(e){if(!e||typeof e!="string")return!1;var n=cu("x."+e).toLowerCase().substr(1);return n&&be.types[n]||!1}function mu(e,n){var t=["nginx","apache",void 0,"iana"];Object.keys(Et).forEach(function(a){var s=Et[a],o=s.extensions;if(!(!o||!o.length)){e[a]=o;for(var r=0;r<o.length;r++){var c=o[r];if(n[c]){var p=t.indexOf(Et[n[c]].source),l=t.indexOf(s.source);if(n[c]!=="application/octet-stream"&&(p>l||p===l&&n[c].substr(0,12)==="application/"))continue}n[c]=a}}})}});var vo=T((uf,xo)=>{xo.exports=fu;function fu(e){var n=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;n?n(e):setTimeout(e,0)}});var Li=T((df,go)=>{var bo=vo();go.exports=hu;function hu(e){var n=!1;return bo(function(){n=!0}),function(i,a){n?e(i,a):bo(function(){e(i,a)})}}});var ji=T((mf,yo)=>{yo.exports=xu;function xu(e){Object.keys(e.jobs).forEach(vu.bind(e)),e.jobs={}}function vu(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}});var Ii=T((ff,Eo)=>{var wo=Li(),bu=ji();Eo.exports=gu;function gu(e,n,t,i){var a=t.keyedList?t.keyedList[t.index]:t.index;t.jobs[a]=yu(n,a,e[a],function(s,o){a in t.jobs&&(delete t.jobs[a],s?bu(t):t.results[a]=o,i(s,t.results))})}function yu(e,n,t,i){var a;return e.length==2?a=e(t,wo(i)):a=e(t,n,wo(i)),a}});var Ai=T((hf,Ro)=>{Ro.exports=wu;function wu(e,n){var t=!Array.isArray(e),i={index:0,keyedList:t||n?Object.keys(e):null,jobs:{},results:t?{}:[],size:t?Object.keys(e).length:e.length};return n&&i.keyedList.sort(t?n:function(a,s){return n(e[a],e[s])}),i}});var Ni=T((xf,Co)=>{var Eu=ji(),Ru=Li();Co.exports=Cu;function Cu(e){Object.keys(this.jobs).length&&(this.index=this.size,Eu(this),Ru(e)(null,this.results))}});var Oo=T((vf,So)=>{var Su=Ii(),Ou=Ai(),Tu=Ni();So.exports=_u;function _u(e,n,t){for(var i=Ou(e);i.index<(i.keyedList||e).length;)Su(e,n,i,function(a,s){if(a){t(a,s);return}if(Object.keys(i.jobs).length===0){t(null,i.results);return}}),i.index++;return Tu.bind(i,t)}});var Fi=T((bf,Rt)=>{var To=Ii(),ku=Ai(),Lu=Ni();Rt.exports=ju;Rt.exports.ascending=_o;Rt.exports.descending=Iu;function ju(e,n,t,i){var a=ku(e,t);return To(e,n,a,function s(o,r){if(o){i(o,r);return}if(a.index++,a.index<(a.keyedList||e).length){To(e,n,a,s);return}i(null,a.results)}),Lu.bind(a,i)}function _o(e,n){return e<n?-1:e>n?1:0}function Iu(e,n){return-1*_o(e,n)}});var Lo=T((gf,ko)=>{var Au=Fi();ko.exports=Nu;function Nu(e,n,t){return Au(e,n,null,t)}});var Io=T((yf,jo)=>{jo.exports={parallel:Oo(),serial:Lo(),serialOrdered:Fi()}});var No=T((wf,Ao)=>{Ao.exports=function(e,n){return Object.keys(n).forEach(function(t){e[t]=e[t]||n[t]}),e}});var qo=T((Ef,Po)=>{var zi=co(),Fo=require("util"),Pi=require("path"),Fu=require("http"),Pu=require("https"),qu=require("url").parse,Bu=require("fs"),zu=require("stream").Stream,qi=ho(),Du=Io(),Bi=No();Po.exports=U;Fo.inherits(U,zi);function U(e){if(!(this instanceof U))return new U(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],zi.call(this),e=e||{};for(var n in e)this[n]=e[n]}U.LINE_BREAK=`\r
|
|
5
|
+
`;U.DEFAULT_CONTENT_TYPE="application/octet-stream";U.prototype.append=function(e,n,t){t=t||{},typeof t=="string"&&(t={filename:t});var i=zi.prototype.append.bind(this);if(typeof n=="number"&&(n=""+n),Fo.isArray(n)){this._error(new Error("Arrays are not supported."));return}var a=this._multiPartHeader(e,n,t),s=this._multiPartFooter();i(a),i(n),i(s),this._trackLength(a,n,t)};U.prototype._trackLength=function(e,n,t){var i=0;t.knownLength!=null?i+=+t.knownLength:Buffer.isBuffer(n)?i=n.length:typeof n=="string"&&(i=Buffer.byteLength(n)),this._valueLength+=i,this._overheadLength+=Buffer.byteLength(e)+U.LINE_BREAK.length,!(!n||!n.path&&!(n.readable&&n.hasOwnProperty("httpVersion"))&&!(n instanceof zu))&&(t.knownLength||this._valuesToMeasure.push(n))};U.prototype._lengthRetriever=function(e,n){e.hasOwnProperty("fd")?e.end!=null&&e.end!=1/0&&e.start!=null?n(null,e.end+1-(e.start?e.start:0)):Bu.stat(e.path,function(t,i){var a;if(t){n(t);return}a=i.size-(e.start?e.start:0),n(null,a)}):e.hasOwnProperty("httpVersion")?n(null,+e.headers["content-length"]):e.hasOwnProperty("httpModule")?(e.on("response",function(t){e.pause(),n(null,+t.headers["content-length"])}),e.resume()):n("Unknown stream")};U.prototype._multiPartHeader=function(e,n,t){if(typeof t.header=="string")return t.header;var i=this._getContentDisposition(n,t),a=this._getContentType(n,t),s="",o={"Content-Disposition":["form-data",'name="'+e+'"'].concat(i||[]),"Content-Type":[].concat(a||[])};typeof t.header=="object"&&Bi(o,t.header);var r;for(var c in o)o.hasOwnProperty(c)&&(r=o[c],r!=null&&(Array.isArray(r)||(r=[r]),r.length&&(s+=c+": "+r.join("; ")+U.LINE_BREAK)));return"--"+this.getBoundary()+U.LINE_BREAK+s+U.LINE_BREAK};U.prototype._getContentDisposition=function(e,n){var t,i;return typeof n.filepath=="string"?t=Pi.normalize(n.filepath).replace(/\\/g,"/"):n.filename||e.name||e.path?t=Pi.basename(n.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(t=Pi.basename(e.client._httpMessage.path||"")),t&&(i='filename="'+t+'"'),i};U.prototype._getContentType=function(e,n){var t=n.contentType;return!t&&e.name&&(t=qi.lookup(e.name)),!t&&e.path&&(t=qi.lookup(e.path)),!t&&e.readable&&e.hasOwnProperty("httpVersion")&&(t=e.headers["content-type"]),!t&&(n.filepath||n.filename)&&(t=qi.lookup(n.filepath||n.filename)),!t&&typeof e=="object"&&(t=U.DEFAULT_CONTENT_TYPE),t};U.prototype._multiPartFooter=function(){return function(e){var n=U.LINE_BREAK,t=this._streams.length===0;t&&(n+=this._lastBoundary()),e(n)}.bind(this)};U.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+U.LINE_BREAK};U.prototype.getHeaders=function(e){var n,t={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(n in e)e.hasOwnProperty(n)&&(t[n.toLowerCase()]=e[n]);return t};U.prototype.setBoundary=function(e){this._boundary=e};U.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};U.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),n=this.getBoundary(),t=0,i=this._streams.length;t<i;t++)typeof this._streams[t]!="function"&&(Buffer.isBuffer(this._streams[t])?e=Buffer.concat([e,this._streams[t]]):e=Buffer.concat([e,Buffer.from(this._streams[t])]),(typeof this._streams[t]!="string"||this._streams[t].substring(2,n.length+2)!==n)&&(e=Buffer.concat([e,Buffer.from(U.LINE_BREAK)])));return Buffer.concat([e,Buffer.from(this._lastBoundary())])};U.prototype._generateBoundary=function(){for(var e="--------------------------",n=0;n<24;n++)e+=Math.floor(Math.random()*10).toString(16);this._boundary=e};U.prototype.getLengthSync=function(){var e=this._overheadLength+this._valueLength;return this._streams.length&&(e+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),e};U.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e};U.prototype.getLength=function(e){var n=this._overheadLength+this._valueLength;if(this._streams.length&&(n+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(e.bind(this,null,n));return}Du.parallel(this._valuesToMeasure,this._lengthRetriever,function(t,i){if(t){e(t);return}i.forEach(function(a){n+=a}),e(null,n)})};U.prototype.submit=function(e,n){var t,i,a={method:"post"};return typeof e=="string"?(e=qu(e),i=Bi({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},a)):(i=Bi(e,a),i.port||(i.port=i.protocol=="https:"?443:80)),i.headers=this.getHeaders(e.headers),i.protocol=="https:"?t=Pu.request(i):t=Fu.request(i),this.getLength(function(s,o){if(s&&s!=="Unknown stream"){this._error(s);return}if(o&&t.setHeader("Content-Length",o),this.pipe(t),n){var r,c=function(p,l){return t.removeListener("error",c),t.removeListener("response",r),n.call(this,p,l)};r=c.bind(this,null),t.on("error",c),t.on("response",r)}}.bind(this)),t};U.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))};U.prototype.toString=function(){return"[object FormData]"}});var Yo=T(Ko=>{"use strict";var nd=require("url").parse,td={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},id=String.prototype.endsWith||function(e){return e.length<=this.length&&this.indexOf(e,this.length-e.length)!==-1};function ad(e){var n=typeof e=="string"?nd(e):e||{},t=n.protocol,i=n.host,a=n.port;if(typeof i!="string"||!i||typeof t!="string"||(t=t.split(":",1)[0],i=i.replace(/:\d*$/,""),a=parseInt(a)||td[t]||0,!sd(i,a)))return"";var s=wn("npm_config_"+t+"_proxy")||wn(t+"_proxy")||wn("npm_config_proxy")||wn("all_proxy");return s&&s.indexOf("://")===-1&&(s=t+"://"+s),s}function sd(e,n){var t=(wn("npm_config_no_proxy")||wn("no_proxy")).toLowerCase();return t?t==="*"?!1:t.split(/[,\s]/).every(function(i){if(!i)return!0;var a=i.match(/^(.+):(\d+)$/),s=a?a[1]:i,o=a?parseInt(a[2]):0;return o&&o!==n?!0:/^[.*]/.test(s)?(s.charAt(0)==="*"&&(s=s.slice(1)),!id.call(e,s)):e!==s}):!0}function wn(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}Ko.getProxyForUrl=ad});var Zo=T((Rh,Qo)=>{var En=1e3,Rn=En*60,Cn=Rn*60,tn=Cn*24,od=tn*7,rd=tn*365.25;Qo.exports=function(e,n){n=n||{};var t=typeof e;if(t==="string"&&e.length>0)return cd(e);if(t==="number"&&isFinite(e))return n.long?ld(e):pd(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function cd(e){if(e=String(e),!(e.length>100)){var n=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(n){var t=parseFloat(n[1]),i=(n[2]||"ms").toLowerCase();switch(i){case"years":case"year":case"yrs":case"yr":case"y":return t*rd;case"weeks":case"week":case"w":return t*od;case"days":case"day":case"d":return t*tn;case"hours":case"hour":case"hrs":case"hr":case"h":return t*Cn;case"minutes":case"minute":case"mins":case"min":case"m":return t*Rn;case"seconds":case"second":case"secs":case"sec":case"s":return t*En;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return t;default:return}}}}function pd(e){var n=Math.abs(e);return n>=tn?Math.round(e/tn)+"d":n>=Cn?Math.round(e/Cn)+"h":n>=Rn?Math.round(e/Rn)+"m":n>=En?Math.round(e/En)+"s":e+"ms"}function ld(e){var n=Math.abs(e);return n>=tn?_t(e,n,tn,"day"):n>=Cn?_t(e,n,Cn,"hour"):n>=Rn?_t(e,n,Rn,"minute"):n>=En?_t(e,n,En,"second"):e+" ms"}function _t(e,n,t,i){var a=n>=t*1.5;return Math.round(e/t)+" "+i+(a?"s":"")}});var Ji=T((Ch,er)=>{function ud(e){t.debug=t,t.default=t,t.coerce=c,t.disable=s,t.enable=a,t.enabled=o,t.humanize=Zo(),t.destroy=p,Object.keys(e).forEach(l=>{t[l]=e[l]}),t.names=[],t.skips=[],t.formatters={};function n(l){let d=0;for(let w=0;w<l.length;w++)d=(d<<5)-d+l.charCodeAt(w),d|=0;return t.colors[Math.abs(d)%t.colors.length]}t.selectColor=n;function t(l){let d,w=null,k,b;function x(...R){if(!x.enabled)return;let h=x,S=Number(new Date),y=S-(d||S);h.diff=y,h.prev=d,h.curr=S,d=S,R[0]=t.coerce(R[0]),typeof R[0]!="string"&&R.unshift("%O");let A=0;R[0]=R[0].replace(/%([a-zA-Z%])/g,(F,q)=>{if(F==="%%")return"%";A++;let W=t.formatters[q];if(typeof W=="function"){let V=R[A];F=W.call(h,V),R.splice(A,1),A--}return F}),t.formatArgs.call(h,R),(h.log||t.log).apply(h,R)}return x.namespace=l,x.useColors=t.useColors(),x.color=t.selectColor(l),x.extend=i,x.destroy=t.destroy,Object.defineProperty(x,"enabled",{enumerable:!0,configurable:!1,get:()=>w!==null?w:(k!==t.namespaces&&(k=t.namespaces,b=t.enabled(l)),b),set:R=>{w=R}}),typeof t.init=="function"&&t.init(x),x}function i(l,d){let w=t(this.namespace+(typeof d>"u"?":":d)+l);return w.log=this.log,w}function a(l){t.save(l),t.namespaces=l,t.names=[],t.skips=[];let d,w=(typeof l=="string"?l:"").split(/[\s,]+/),k=w.length;for(d=0;d<k;d++)w[d]&&(l=w[d].replace(/\*/g,".*?"),l[0]==="-"?t.skips.push(new RegExp("^"+l.slice(1)+"$")):t.names.push(new RegExp("^"+l+"$")))}function s(){let l=[...t.names.map(r),...t.skips.map(r).map(d=>"-"+d)].join(",");return t.enable(""),l}function o(l){if(l[l.length-1]==="*")return!0;let d,w;for(d=0,w=t.skips.length;d<w;d++)if(t.skips[d].test(l))return!1;for(d=0,w=t.names.length;d<w;d++)if(t.names[d].test(l))return!0;return!1}function r(l){return l.toString().substring(2,l.toString().length-2).replace(/\.\*\?$/,"*")}function c(l){return l instanceof Error?l.stack||l.message:l}function p(){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 t.enable(t.load()),t}er.exports=ud});var nr=T((ye,kt)=>{ye.formatArgs=md;ye.save=fd;ye.load=hd;ye.useColors=dd;ye.storage=xd();ye.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();ye.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 dd(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function md(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+kt.exports.humanize(this.diff),!this.useColors)return;let n="color: "+this.color;e.splice(1,0,n,"color: inherit");let t=0,i=0;e[0].replace(/%[a-zA-Z%]/g,a=>{a!=="%%"&&(t++,a==="%c"&&(i=t))}),e.splice(i,0,n)}ye.log=console.debug||console.log||(()=>{});function fd(e){try{e?ye.storage.setItem("debug",e):ye.storage.removeItem("debug")}catch{}}function hd(){let e;try{e=ye.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function xd(){try{return localStorage}catch{}}kt.exports=Ji()(ye);var{formatters:vd}=kt.exports;vd.j=function(e){try{return JSON.stringify(e)}catch(n){return"[UnexpectedJSONParseError]: "+n.message}}});var ir=T((pe,jt)=>{var bd=require("tty"),Lt=require("util");pe.init=Sd;pe.log=Ed;pe.formatArgs=yd;pe.save=Rd;pe.load=Cd;pe.useColors=gd;pe.destroy=Lt.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");pe.colors=[6,2,3,4,5,1];try{let e=fi();e&&(e.stderr||e).level>=2&&(pe.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{}pe.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,n)=>{let t=n.substring(6).toLowerCase().replace(/_([a-z])/g,(a,s)=>s.toUpperCase()),i=process.env[n];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),e[t]=i,e},{});function gd(){return"colors"in pe.inspectOpts?!!pe.inspectOpts.colors:bd.isatty(process.stderr.fd)}function yd(e){let{namespace:n,useColors:t}=this;if(t){let i=this.color,a="\x1B[3"+(i<8?i:"8;5;"+i),s=` ${a};1m${n} \x1B[0m`;e[0]=s+e[0].split(`
|
|
6
6
|
`).join(`
|
|
7
|
-
`+s),e.push(a+"m+"+
|
|
8
|
-
`)}function
|
|
9
|
-
`).map(n=>n.trim()).join(" ")};Po.O=function(e){return this.inspectOpts.colors=this.useColors,yt.inspect(e,this.inspectOpts)}});var Bo=_((gf,Ni)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Ni.exports=Fo():Ni.exports=qo()});var zo=_((yf,Do)=>{var Pn;Do.exports=function(){if(!Pn){try{Pn=Bo()("follow-redirects")}catch{}typeof Pn!="function"&&(Pn=function(){})}Pn.apply(null,arguments)}});var Wo=_((wf,Bi)=>{var nn=require("url"),Ii=nn.URL,Du=require("http"),zu=require("https"),Ho=require("stream").Writable,$o=require("assert"),Go=zo(),Pi=["abort","aborted","connect","error","socket","timeout"],qi=Object.create(null);Pi.forEach(function(e){qi[e]=function(n,t,i){this._redirectable.emit(e,n,t,i)}});var Uu=Bn("ERR_INVALID_URL","Invalid URL",TypeError),Uo=Bn("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),Mu=Bn("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),Hu=Bn("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),$u=Bn("ERR_STREAM_WRITE_AFTER_END","write after end");function ye(e,n){Ho.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],n&&this.on("response",n);var t=this;this._onNativeResponse=function(i){t._processResponse(i)},this._performRequest()}ye.prototype=Object.create(Ho.prototype);ye.prototype.abort=function(){Jo(this._currentRequest),this.emit("abort")};ye.prototype.write=function(e,n,t){if(this._ending)throw new $u;if(!tn(e)&&!Ju(e))throw new TypeError("data should be a string, Buffer or Uint8Array");if(qn(n)&&(t=n,n=null),e.length===0){t&&t();return}this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:n}),this._currentRequest.write(e,n,t)):(this.emit("error",new Hu),this.abort())};ye.prototype.end=function(e,n,t){if(qn(e)?(t=e,e=n=null):qn(n)&&(t=n,n=null),!e)this._ended=this._ending=!0,this._currentRequest.end(null,null,t);else{var i=this,a=this._currentRequest;this.write(e,n,function(){i._ended=!0,a.end(null,null,t)}),this._ending=!0}};ye.prototype.setHeader=function(e,n){this._options.headers[e]=n,this._currentRequest.setHeader(e,n)};ye.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)};ye.prototype.setTimeout=function(e,n){var t=this;function i(o){o.setTimeout(e),o.removeListener("timeout",o.destroy),o.addListener("timeout",o.destroy)}function a(o){t._timeout&&clearTimeout(t._timeout),t._timeout=setTimeout(function(){t.emit("timeout"),s()},e),i(o)}function s(){t._timeout&&(clearTimeout(t._timeout),t._timeout=null),t.removeListener("abort",s),t.removeListener("error",s),t.removeListener("response",s),n&&t.removeListener("timeout",n),t.socket||t._currentRequest.removeListener("socket",a)}return n&&this.on("timeout",n),this.socket?a(this.socket):this._currentRequest.once("socket",a),this.on("socket",i),this.on("abort",s),this.on("error",s),this.on("response",s),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(e){ye.prototype[e]=function(n,t){return this._currentRequest[e](n,t)}});["aborted","connection","socket"].forEach(function(e){Object.defineProperty(ye.prototype,e,{get:function(){return this._currentRequest[e]}})});ye.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var n=e.path.indexOf("?");n<0?e.pathname=e.path:(e.pathname=e.path.substring(0,n),e.search=e.path.substring(n))}};ye.prototype._performRequest=function(){var e=this._options.protocol,n=this._options.nativeProtocols[e];if(!n){this.emit("error",new TypeError("Unsupported protocol "+e));return}if(this._options.agents){var t=e.slice(0,-1);this._options.agent=this._options.agents[t]}var i=this._currentRequest=n.request(this._options,this._onNativeResponse);i._redirectable=this;for(var a of Pi)i.on(a,qi[a]);if(this._currentUrl=/^\//.test(this._options.path)?nn.format(this._options):this._options.path,this._isRedirect){var s=0,o=this,r=this._requestBodyBuffers;(function c(p){if(i===o._currentRequest)if(p)o.emit("error",p);else if(s<r.length){var l=r[s++];i.finished||i.write(l.data,l.encoding,c)}else o._ended&&i.end()})()}};ye.prototype._processResponse=function(e){var n=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:n});var t=e.headers.location;if(!t||this._options.followRedirects===!1||n<300||n>=400){e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),this._requestBodyBuffers=[];return}if(Jo(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects){this.emit("error",new Mu);return}var i,a=this._options.beforeRedirect;a&&(i=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var s=this._options.method;((n===301||n===302)&&this._options.method==="POST"||n===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],Fi(/^content-/i,this._options.headers));var o=Fi(/^host$/i,this._options.headers),r=nn.parse(this._currentUrl),c=o||r.host,p=/^\w+:/.test(t)?this._currentUrl:nn.format(Object.assign(r,{host:c})),l;try{l=nn.resolve(p,t)}catch(b){this.emit("error",new Uo({cause:b}));return}Go("redirecting to",l),this._isRedirect=!0;var m=nn.parse(l);if(Object.assign(this._options,m),(m.protocol!==r.protocol&&m.protocol!=="https:"||m.host!==c&&!Vu(m.host,c))&&Fi(/^(?:authorization|cookie)$/i,this._options.headers),qn(a)){var w={headers:e.headers,statusCode:n},k={url:p,method:s,headers:i};try{a(this._options,w,k)}catch(b){this.emit("error",b);return}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(b){this.emit("error",new Uo({cause:b}))}};function Vo(e){var n={maxRedirects:21,maxBodyLength:10485760},t={};return Object.keys(e).forEach(function(i){var a=i+":",s=t[a]=e[i],o=n[i]=Object.create(s);function r(p,l,m){if(tn(p)){var w;try{w=Mo(new Ii(p))}catch{w=nn.parse(p)}if(!tn(w.protocol))throw new Uu({input:p});p=w}else Ii&&p instanceof Ii?p=Mo(p):(m=l,l=p,p={protocol:a});return qn(l)&&(m=l,l=null),l=Object.assign({maxRedirects:n.maxRedirects,maxBodyLength:n.maxBodyLength},p,l),l.nativeProtocols=t,!tn(l.host)&&!tn(l.hostname)&&(l.hostname="::1"),$o.equal(l.protocol,a,"protocol mismatch"),Go("options",l),new ye(l,m)}function c(p,l,m){var w=o.request(p,l,m);return w.end(),w}Object.defineProperties(o,{request:{value:r,configurable:!0,enumerable:!0,writable:!0},get:{value:c,configurable:!0,enumerable:!0,writable:!0}})}),n}function Gu(){}function Mo(e){var n={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return e.port!==""&&(n.port=Number(e.port)),n}function Fi(e,n){var t;for(var i in n)e.test(i)&&(t=n[i],delete n[i]);return t===null||typeof t>"u"?void 0:String(t).trim()}function Bn(e,n,t){function i(a){Error.captureStackTrace(this,this.constructor),Object.assign(this,a||{}),this.code=e,this.message=this.cause?n+": "+this.cause.message:n}return i.prototype=new(t||Error),i.prototype.constructor=i,i.prototype.name="Error ["+e+"]",i}function Jo(e){for(var n of Pi)e.removeListener(n,qi[n]);e.on("error",Gu),e.abort()}function Vu(e,n){$o(tn(e)&&tn(n));var t=e.length-n.length-1;return t>0&&e[t]==="."&&e.endsWith(n)}function tn(e){return typeof e=="string"||e instanceof String}function qn(e){return typeof e=="function"}function Ju(e){return typeof e=="object"&&"length"in e}Bi.exports=Vo({http:Du,https:zu});Bi.exports.wrap=Vo});var dm={};Ir(dm,{V8toIstanbul:()=>Cr.default,axios:()=>kt,convertSourceMap:()=>mm,istanbulLibCoverage:()=>Or.default,istanbulLibReport:()=>Tr.default});module.exports=Fr(dm);var Cr=le(Ta()),Or=le(Ht()),Tr=le(Es()),mm=le(Ss());function Ln(e,n){return function(){return e.apply(n,arguments)}}var{toString:Bp}=Object.prototype,{getPrototypeOf:fi}=Object,pt=(e=>n=>{let t=Bp.call(n);return e[t]||(e[t]=t.slice(8,-1).toLowerCase())})(Object.create(null)),_e=e=>(e=e.toLowerCase(),n=>pt(n)===e),lt=e=>n=>typeof n===e,{isArray:fn}=Array,jn=lt("undefined");function Dp(e){return e!==null&&!jn(e)&&e.constructor!==null&&!jn(e.constructor)&&Ce(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}var Ts=_e("ArrayBuffer");function zp(e){let n;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?n=ArrayBuffer.isView(e):n=e&&e.buffer&&Ts(e.buffer),n}var Up=lt("string"),Ce=lt("function"),ks=lt("number"),ut=e=>e!==null&&typeof e=="object",Mp=e=>e===!0||e===!1,ct=e=>{if(pt(e)!=="object")return!1;let n=fi(e);return(n===null||n===Object.prototype||Object.getPrototypeOf(n)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Hp=_e("Date"),$p=_e("File"),Gp=_e("Blob"),Vp=_e("FileList"),Jp=e=>ut(e)&&Ce(e.pipe),Wp=e=>{let n;return e&&(typeof FormData=="function"&&e instanceof FormData||Ce(e.append)&&((n=pt(e))==="formdata"||n==="object"&&Ce(e.toString)&&e.toString()==="[object FormData]"))},Xp=_e("URLSearchParams"),Kp=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function An(e,n,{allOwnKeys:t=!1}={}){if(e===null||typeof e>"u")return;let i,a;if(typeof e!="object"&&(e=[e]),fn(e))for(i=0,a=e.length;i<a;i++)n.call(null,e[i],i,e);else{let s=t?Object.getOwnPropertyNames(e):Object.keys(e),o=s.length,r;for(i=0;i<o;i++)r=s[i],n.call(null,e[r],r,e)}}function _s(e,n){n=n.toLowerCase();let t=Object.keys(e),i=t.length,a;for(;i-- >0;)if(a=t[i],n===a.toLowerCase())return a;return null}var Ls=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),js=e=>!jn(e)&&e!==Ls;function di(){let{caseless:e}=js(this)&&this||{},n={},t=(i,a)=>{let s=e&&_s(n,a)||a;ct(n[s])&&ct(i)?n[s]=di(n[s],i):ct(i)?n[s]=di({},i):fn(i)?n[s]=i.slice():n[s]=i};for(let i=0,a=arguments.length;i<a;i++)arguments[i]&&An(arguments[i],t);return n}var Yp=(e,n,t,{allOwnKeys:i}={})=>(An(n,(a,s)=>{t&&Ce(a)?e[s]=Ln(a,t):e[s]=a},{allOwnKeys:i}),e),Qp=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Zp=(e,n,t,i)=>{e.prototype=Object.create(n.prototype,i),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:n.prototype}),t&&Object.assign(e.prototype,t)},el=(e,n,t,i)=>{let a,s,o,r={};if(n=n||{},e==null)return n;do{for(a=Object.getOwnPropertyNames(e),s=a.length;s-- >0;)o=a[s],(!i||i(o,e,n))&&!r[o]&&(n[o]=e[o],r[o]=!0);e=t!==!1&&fi(e)}while(e&&(!t||t(e,n))&&e!==Object.prototype);return n},nl=(e,n,t)=>{e=String(e),(t===void 0||t>e.length)&&(t=e.length),t-=n.length;let i=e.indexOf(n,t);return i!==-1&&i===t},tl=e=>{if(!e)return null;if(fn(e))return e;let n=e.length;if(!ks(n))return null;let t=new Array(n);for(;n-- >0;)t[n]=e[n];return t},il=(e=>n=>e&&n instanceof e)(typeof Uint8Array<"u"&&fi(Uint8Array)),al=(e,n)=>{let i=(e&&e[Symbol.iterator]).call(e),a;for(;(a=i.next())&&!a.done;){let s=a.value;n.call(e,s[0],s[1])}},sl=(e,n)=>{let t,i=[];for(;(t=e.exec(n))!==null;)i.push(t);return i},ol=_e("HTMLFormElement"),rl=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,i,a){return i.toUpperCase()+a}),Cs=(({hasOwnProperty:e})=>(n,t)=>e.call(n,t))(Object.prototype),cl=_e("RegExp"),As=(e,n)=>{let t=Object.getOwnPropertyDescriptors(e),i={};An(t,(a,s)=>{n(a,s,e)!==!1&&(i[s]=a)}),Object.defineProperties(e,i)},pl=e=>{As(e,(n,t)=>{if(Ce(e)&&["arguments","caller","callee"].indexOf(t)!==-1)return!1;let i=e[t];if(Ce(i)){if(n.enumerable=!1,"writable"in n){n.writable=!1;return}n.set||(n.set=()=>{throw Error("Can not rewrite read-only method '"+t+"'")})}})},ll=(e,n)=>{let t={},i=a=>{a.forEach(s=>{t[s]=!0})};return fn(e)?i(e):i(String(e).split(n)),t},ul=()=>{},ml=(e,n)=>(e=+e,Number.isFinite(e)?e:n),mi="abcdefghijklmnopqrstuvwxyz",Os="0123456789",Ns={DIGIT:Os,ALPHA:mi,ALPHA_DIGIT:mi+mi.toUpperCase()+Os},dl=(e=16,n=Ns.ALPHA_DIGIT)=>{let t="",{length:i}=n;for(;e--;)t+=n[Math.random()*i|0];return t};function fl(e){return!!(e&&Ce(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}var hl=e=>{let n=new Array(10),t=(i,a)=>{if(ut(i)){if(n.indexOf(i)>=0)return;if(!("toJSON"in i)){n[a]=i;let s=fn(i)?[]:{};return An(i,(o,r)=>{let c=t(o,a+1);!jn(c)&&(s[r]=c)}),n[a]=void 0,s}}return i};return t(e,0)},xl=_e("AsyncFunction"),vl=e=>e&&(ut(e)||Ce(e))&&Ce(e.then)&&Ce(e.catch),u={isArray:fn,isArrayBuffer:Ts,isBuffer:Dp,isFormData:Wp,isArrayBufferView:zp,isString:Up,isNumber:ks,isBoolean:Mp,isObject:ut,isPlainObject:ct,isUndefined:jn,isDate:Hp,isFile:$p,isBlob:Gp,isRegExp:cl,isFunction:Ce,isStream:Jp,isURLSearchParams:Xp,isTypedArray:il,isFileList:Vp,forEach:An,merge:di,extend:Yp,trim:Kp,stripBOM:Qp,inherits:Zp,toFlatObject:el,kindOf:pt,kindOfTest:_e,endsWith:nl,toArray:tl,forEachEntry:al,matchAll:sl,isHTMLForm:ol,hasOwnProperty:Cs,hasOwnProp:Cs,reduceDescriptors:As,freezeMethods:pl,toObjectSet:ll,toCamelCase:rl,noop:ul,toFiniteNumber:ml,findKey:_s,global:Ls,isContextDefined:js,ALPHABET:Ns,generateString:dl,isSpecCompliantForm:fl,toJSONObject:hl,isAsyncFn:xl,isThenable:vl};function hn(e,n,t,i,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",n&&(this.code=n),t&&(this.config=t),i&&(this.request=i),a&&(this.response=a)}u.inherits(hn,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:u.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var Is=hn.prototype,Fs={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Fs[e]={value:e}});Object.defineProperties(hn,Fs);Object.defineProperty(Is,"isAxiosError",{value:!0});hn.from=(e,n,t,i,a,s)=>{let o=Object.create(Is);return u.toFlatObject(e,o,function(c){return c!==Error.prototype},r=>r!=="isAxiosError"),hn.call(o,e.message,n,t,i,a),o.cause=e,o.name=e.name,s&&Object.assign(o,s),o};var T=hn;var bo=le(vo(),1),ft=bo.default;function Ci(e){return u.isPlainObject(e)||u.isArray(e)}function yo(e){return u.endsWith(e,"[]")?e.slice(0,-2):e}function go(e,n,t){return e?e.concat(n).map(function(a,s){return a=yo(a),!t&&s?"["+a+"]":a}).join(t?".":""):n}function eu(e){return u.isArray(e)&&!e.some(Ci)}var nu=u.toFlatObject(u,{},null,function(n){return/^is[A-Z]/.test(n)});function tu(e,n,t){if(!u.isObject(e))throw new TypeError("target must be an object");n=n||new(ft||FormData),t=u.toFlatObject(t,{metaTokens:!0,dots:!1,indexes:!1},!1,function(x,R){return!u.isUndefined(R[x])});let i=t.metaTokens,a=t.visitor||l,s=t.dots,o=t.indexes,c=(t.Blob||typeof Blob<"u"&&Blob)&&u.isSpecCompliantForm(n);if(!u.isFunction(a))throw new TypeError("visitor must be a function");function p(b){if(b===null)return"";if(u.isDate(b))return b.toISOString();if(!c&&u.isBlob(b))throw new T("Blob is not supported. Use a Buffer instead.");return u.isArrayBuffer(b)||u.isTypedArray(b)?c&&typeof Blob=="function"?new Blob([b]):Buffer.from(b):b}function l(b,x,R){let h=b;if(b&&!R&&typeof b=="object"){if(u.endsWith(x,"{}"))x=i?x:x.slice(0,-2),b=JSON.stringify(b);else if(u.isArray(b)&&eu(b)||(u.isFileList(b)||u.endsWith(x,"[]"))&&(h=u.toArray(b)))return x=yo(x),h.forEach(function(y,N){!(u.isUndefined(y)||y===null)&&n.append(o===!0?go([x],N,s):o===null?x:x+"[]",p(y))}),!1}return Ci(b)?!0:(n.append(go(R,x,s),p(b)),!1)}let m=[],w=Object.assign(nu,{defaultVisitor:l,convertValue:p,isVisitable:Ci});function k(b,x){if(!u.isUndefined(b)){if(m.indexOf(b)!==-1)throw Error("Circular reference detected in "+x.join("."));m.push(b),u.forEach(b,function(h,C){(!(u.isUndefined(h)||h===null)&&a.call(n,h,u.isString(C)?C.trim():C,x,w))===!0&&k(h,x?x.concat(C):[C])}),m.pop()}}if(!u.isObject(e))throw new TypeError("data must be an object");return k(e),n}var Me=tu;function wo(e){let n={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(i){return n[i]})}function Eo(e,n){this._pairs=[],e&&Me(e,this,n)}var Ro=Eo.prototype;Ro.append=function(n,t){this._pairs.push([n,t])};Ro.toString=function(n){let t=n?function(i){return n.call(this,i,wo)}:wo;return this._pairs.map(function(a){return t(a[0])+"="+t(a[1])},"").join("&")};var So=Eo;function iu(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Qe(e,n,t){if(!n)return e;let i=t&&t.encode||iu,a=t&&t.serialize,s;if(a?s=a(n,t):s=u.isURLSearchParams(n)?n.toString():new So(n,t).toString(i),s){let o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}var Oi=class{constructor(){this.handlers=[]}use(n,t,i){return this.handlers.push({fulfilled:n,rejected:t,synchronous:i?i.synchronous:!1,runWhen:i?i.runWhen:null}),this.handlers.length-1}eject(n){this.handlers[n]&&(this.handlers[n]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(n){u.forEach(this.handlers,function(i){i!==null&&n(i)})}},Ti=Oi;var xn={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var Co=le(require("url"),1),Oo=Co.default.URLSearchParams;var ee={isNode:!0,classes:{URLSearchParams:Oo,FormData:ft,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};function ki(e,n){return Me(e,new ee.classes.URLSearchParams,Object.assign({visitor:function(t,i,a,s){return ee.isNode&&u.isBuffer(t)?(this.append(i,t.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},n))}function au(e){return u.matchAll(/\w+|\[(\w*)]/g,e).map(n=>n[0]==="[]"?"":n[1]||n[0])}function su(e){let n={},t=Object.keys(e),i,a=t.length,s;for(i=0;i<a;i++)s=t[i],n[s]=e[s];return n}function ou(e){function n(t,i,a,s){let o=t[s++],r=Number.isFinite(+o),c=s>=t.length;return o=!o&&u.isArray(a)?a.length:o,c?(u.hasOwnProp(a,o)?a[o]=[a[o],i]:a[o]=i,!r):((!a[o]||!u.isObject(a[o]))&&(a[o]=[]),n(t,i,a[o],s)&&u.isArray(a[o])&&(a[o]=su(a[o])),!r)}if(u.isFormData(e)&&u.isFunction(e.entries)){let t={};return u.forEachEntry(e,(i,a)=>{n(au(i),a,t,0)}),t}return null}var ht=ou;var ru={"Content-Type":void 0};function cu(e,n,t){if(u.isString(e))try{return(n||JSON.parse)(e),u.trim(e)}catch(i){if(i.name!=="SyntaxError")throw i}return(t||JSON.stringify)(e)}var xt={transitional:xn,adapter:["xhr","http"],transformRequest:[function(n,t){let i=t.getContentType()||"",a=i.indexOf("application/json")>-1,s=u.isObject(n);if(s&&u.isHTMLForm(n)&&(n=new FormData(n)),u.isFormData(n))return a&&a?JSON.stringify(ht(n)):n;if(u.isArrayBuffer(n)||u.isBuffer(n)||u.isStream(n)||u.isFile(n)||u.isBlob(n))return n;if(u.isArrayBufferView(n))return n.buffer;if(u.isURLSearchParams(n))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),n.toString();let r;if(s){if(i.indexOf("application/x-www-form-urlencoded")>-1)return ki(n,this.formSerializer).toString();if((r=u.isFileList(n))||i.indexOf("multipart/form-data")>-1){let c=this.env&&this.env.FormData;return Me(r?{"files[]":n}:n,c&&new c,this.formSerializer)}}return s||a?(t.setContentType("application/json",!1),cu(n)):n}],transformResponse:[function(n){let t=this.transitional||xt.transitional,i=t&&t.forcedJSONParsing,a=this.responseType==="json";if(n&&u.isString(n)&&(i&&!this.responseType||a)){let o=!(t&&t.silentJSONParsing)&&a;try{return JSON.parse(n)}catch(r){if(o)throw r.name==="SyntaxError"?T.from(r,T.ERR_BAD_RESPONSE,this,null,this.response):r}}return n}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ee.classes.FormData,Blob:ee.classes.Blob},validateStatus:function(n){return n>=200&&n<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};u.forEach(["delete","get","head"],function(n){xt.headers[n]={}});u.forEach(["post","put","patch"],function(n){xt.headers[n]=u.merge(ru)});var vn=xt;var pu=u.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"]),To=e=>{let n={},t,i,a;return e&&e.split(`
|
|
10
|
-
`).
|
|
11
|
-
`)}
|
|
12
|
-
`,Zu=zn.encode($e),em=2,Mi=class{constructor(n,t){let{escapeName:i}=this.constructor,a=u.isString(t),s=`Content-Disposition: form-data; name="${i(n)}"${!a&&t.name?`; filename="${i(t.name)}"`:""}${$e}`;a?t=zn.encode(String(t).replace(/\r?\n|\r\n?/g,$e)):s+=`Content-Type: ${t.type||"application/octet-stream"}${$e}`,this.headers=zn.encode(s+$e),this.contentLength=a?t.byteLength:t.size,this.size=this.headers.byteLength+this.contentLength+em,this.name=n,this.value=t}async*encode(){yield this.headers;let{value:n}=this;u.isTypedArray(n)?yield n:yield*St(n),yield Zu}static escapeName(n){return String(n).replace(/[\r\n"]/g,t=>({"\r":"%0D","\n":"%0A",'"':"%22"})[t])}},nm=(e,n,t)=>{let{tag:i="form-data-boundary",size:a=25,boundary:s=i+"-"+u.generateString(a,Qu)}=t||{};if(!u.isFormData(e))throw TypeError("FormData instance required");if(s.length<1||s.length>70)throw Error("boundary must be 10-70 characters long");let o=zn.encode("--"+s+$e),r=zn.encode("--"+s+"--"+$e+$e),c=r.byteLength,p=Array.from(e.entries()).map(([m,w])=>{let k=new Mi(m,w);return c+=k.size,k});c+=o.byteLength*p.length,c=u.toFiniteNumber(c);let l={"Content-Type":`multipart/form-data; boundary=${s}`};return Number.isFinite(c)&&(l["Content-Length"]=c),n&&n(l),Zo.Readable.from(async function*(){for(let m of p)yield o,yield*m.encode();yield r}())},er=nm;var nr=le(require("stream"),1),Hi=class extends nr.default.Transform{__transform(n,t,i){this.push(n),i()}_transform(n,t,i){if(n.length!==0&&(this._transform=this.__transform,n[0]!==120)){let a=Buffer.alloc(2);a[0]=120,a[1]=156,this.push(a,t)}this.__transform(n,t,i)}},tr=Hi;var tm=(e,n)=>u.isAsyncFn(e)?function(...t){let i=t.pop();e.apply(this,t).then(a=>{try{n?i(null,...n(a)):i(null,a)}catch(s){i(s)}},i)}:e,ir=tm;var ar={flush:Pe.default.constants.Z_SYNC_FLUSH,finishFlush:Pe.default.constants.Z_SYNC_FLUSH},im={flush:Pe.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:Pe.default.constants.BROTLI_OPERATION_FLUSH},sr=u.isFunction(Pe.default.createBrotliDecompress),{http:am,https:sm}=ur.default,om=/https:?/,or=ee.protocols.map(e=>e+":");function rm(e){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e)}function dr(e,n,t){let i=n;if(!i&&i!==!1){let a=(0,rr.getProxyForUrl)(t);a&&(i=new URL(a))}if(i){if(i.username&&(i.auth=(i.username||"")+":"+(i.password||"")),i.auth){(i.auth.username||i.auth.password)&&(i.auth=(i.auth.username||"")+":"+(i.auth.password||""));let s=Buffer.from(i.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+s}e.headers.host=e.hostname+(e.port?":"+e.port:"");let a=i.hostname||i.host;e.hostname=a,e.host=a,e.port=i.port,e.path=t,i.protocol&&(e.protocol=i.protocol.includes(":")?i.protocol:`${i.protocol}:`)}e.beforeRedirects.proxy=function(s){dr(s,n,s.href)}}var cm=typeof process<"u"&&u.kindOf(process)==="process",pm=e=>new Promise((n,t)=>{let i,a,s=(c,p)=>{a||(a=!0,i&&i(c,p))},o=c=>{s(c),n(c)},r=c=>{s(c,!0),t(c)};e(o,r,c=>i=c).catch(r)}),fr=cm&&function(n){return pm(async function(i,a,s){let{data:o,lookup:r,family:c}=n,{responseType:p,responseEncoding:l}=n,m=n.method.toUpperCase(),w,k=!1,b;r&&u.isAsyncFn(r)&&(r=ir(r,j=>{if(u.isString(j))j=[j,j.indexOf(".")<0?6:4];else if(!u.isArray(j))throw new TypeError("lookup async function must return an array [ip: string, family: number]]");return j}));let x=new mr.default,R=()=>{n.cancelToken&&n.cancelToken.unsubscribe(h),n.signal&&n.signal.removeEventListener("abort",h),x.removeAllListeners()};s((j,B)=>{w=!0,B&&(k=!0,R())});function h(j){x.emit("abort",!j||j.type?new ke(null,n,b):j)}x.once("abort",a),(n.cancelToken||n.signal)&&(n.cancelToken&&n.cancelToken.subscribe(h),n.signal&&(n.signal.aborted?h():n.signal.addEventListener("abort",h)));let C=Ze(n.baseURL,n.url),y=new URL(C,"http://localhost"),N=y.protocol||or[0];if(N==="data:"){let j;if(m!=="GET")return He(i,a,{status:405,statusText:"method not allowed",headers:{},config:n});try{j=Di(n.url,p==="blob",{Blob:n.env&&n.env.Blob})}catch(B){throw T.from(B,T.ERR_BAD_REQUEST,n)}return p==="text"?(j=j.toString(l),(!l||l==="utf8")&&(j=u.stripBOM(j))):p==="stream"&&(j=sn.default.Readable.from(j)),He(i,a,{data:j,status:200,statusText:"OK",headers:new ie,config:n})}if(or.indexOf(N)===-1)return a(new T("Unsupported protocol "+N,T.ERR_BAD_REQUEST,n));let O=ie.from(n.headers).normalize();O.set("User-Agent","axios/"+an,!1);let F=n.onDownloadProgress,q=n.onUploadProgress,W=n.maxRate,V,ne;if(u.isSpecCompliantForm(o)){let j=O.getContentType(/boundary=([-_\w\d]{10,70})/i);o=er(o,B=>{O.set(B)},{tag:`axios-${an}-boundary`,boundary:j&&j[1]||void 0})}else if(u.isFormData(o)&&u.isFunction(o.getHeaders)){if(O.set(o.getHeaders()),!O.hasContentLength())try{let j=await lr.default.promisify(o.getLength).call(o);Number.isFinite(j)&&j>=0&&O.setContentLength(j)}catch{}}else if(u.isBlob(o))o.size&&O.setContentType(o.type||"application/octet-stream"),O.setContentLength(o.size||0),o=sn.default.Readable.from(St(o));else if(o&&!u.isStream(o)){if(!Buffer.isBuffer(o))if(u.isArrayBuffer(o))o=Buffer.from(new Uint8Array(o));else if(u.isString(o))o=Buffer.from(o,"utf-8");else return a(new T("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",T.ERR_BAD_REQUEST,n));if(O.setContentLength(o.length,!1),n.maxBodyLength>-1&&o.length>n.maxBodyLength)return a(new T("Request body larger than maxBodyLength limit",T.ERR_BAD_REQUEST,n))}let _t=u.toFiniteNumber(O.getContentLength());u.isArray(W)?(V=W[0],ne=W[1]):V=ne=W,o&&(q||V)&&(u.isStream(o)||(o=sn.default.Readable.from(o,{objectMode:!1})),o=sn.default.pipeline([o,new Ui({length:_t,maxRate:u.toFiniteNumber(V)})],u.noop),q&&o.on("progress",j=>{q(Object.assign(j,{upload:!0}))}));let Ve;if(n.auth){let j=n.auth.username||"",B=n.auth.password||"";Ve=j+":"+B}if(!Ve&&y.username){let j=y.username,B=y.password;Ve=j+":"+B}Ve&&O.delete("authorization");let Sn;try{Sn=Qe(y.pathname+y.search,n.params,n.paramsSerializer).replace(/^\?/,"")}catch(j){let B=new Error(j.message);return B.config=n,B.url=n.url,B.exists=!0,a(B)}O.set("Accept-Encoding","gzip, compress, deflate"+(sr?", br":""),!1);let me={path:Sn,method:m,headers:O.toJSON(),agents:{http:n.httpAgent,https:n.httpsAgent},auth:Ve,protocol:N,family:c,lookup:r,beforeRedirect:rm,beforeRedirects:{}};n.socketPath?me.socketPath=n.socketPath:(me.hostname=y.hostname,me.port=y.port,dr(me,n.proxy,N+"//"+y.hostname+(y.port?":"+y.port:"")+me.path));let Be,Cn=om.test(me.protocol);if(me.agent=Cn?n.httpsAgent:n.httpAgent,n.transport?Be=n.transport:n.maxRedirects===0?Be=Cn?pr.default:cr.default:(n.maxRedirects&&(me.maxRedirects=n.maxRedirects),n.beforeRedirect&&(me.beforeRedirects.config=n.beforeRedirect),Be=Cn?sm:am),n.maxBodyLength>-1?me.maxBodyLength=n.maxBodyLength:me.maxBodyLength=1/0,n.insecureHTTPParser&&(me.insecureHTTPParser=n.insecureHTTPParser),b=Be.request(me,function(B){if(b.destroyed)return;let te=[B],Le=+B.headers["content-length"];if(F){let he=new Ui({length:u.toFiniteNumber(Le),maxRate:u.toFiniteNumber(ne)});F&&he.on("progress",rn=>{F(Object.assign(rn,{download:!0}))}),te.push(he)}let re=B,De=B.req||b;if(n.decompress!==!1&&B.headers["content-encoding"])switch((m==="HEAD"||B.statusCode===204)&&delete B.headers["content-encoding"],B.headers["content-encoding"]){case"gzip":case"x-gzip":case"compress":case"x-compress":te.push(Pe.default.createUnzip(ar)),delete B.headers["content-encoding"];break;case"deflate":te.push(new tr),te.push(Pe.default.createUnzip(ar)),delete B.headers["content-encoding"];break;case"br":sr&&(te.push(Pe.default.createBrotliDecompress(im)),delete B.headers["content-encoding"])}re=te.length>1?sn.default.pipeline(te,u.noop):te[0];let on=sn.default.finished(re,()=>{on(),R()}),we={status:B.statusCode,statusText:B.statusMessage,headers:new ie(B.headers),config:n,request:De};if(p==="stream")we.data=re,He(i,a,we);else{let he=[],rn=0;re.on("data",function(f){he.push(f),rn+=f.length,n.maxContentLength>-1&&rn>n.maxContentLength&&(k=!0,re.destroy(),a(new T("maxContentLength size of "+n.maxContentLength+" exceeded",T.ERR_BAD_RESPONSE,n,De)))}),re.on("aborted",function(){if(k)return;let f=new T("maxContentLength size of "+n.maxContentLength+" exceeded",T.ERR_BAD_RESPONSE,n,De);re.destroy(f),a(f)}),re.on("error",function(f){b.destroyed||a(T.from(f,null,n,De))}),re.on("end",function(){try{let f=he.length===1?he[0]:Buffer.concat(he);p!=="arraybuffer"&&(f=f.toString(l),(!l||l==="utf8")&&(f=u.stripBOM(f))),we.data=f}catch(f){a(T.from(f,null,n,we.request,we))}He(i,a,we)})}x.once("abort",he=>{re.destroyed||(re.emit("error",he),re.destroy())})}),x.once("abort",j=>{a(j),b.destroy(j)}),b.on("error",function(B){a(T.from(B,null,n,b))}),b.on("socket",function(B){B.setKeepAlive(!0,1e3*60)}),n.timeout){let j=parseInt(n.timeout,10);if(isNaN(j)){a(new T("error trying to parse `config.timeout` to int",T.ERR_BAD_OPTION_VALUE,n,b));return}b.setTimeout(j,function(){if(w)return;let te=n.timeout?"timeout of "+n.timeout+"ms exceeded":"timeout exceeded",Le=n.transitional||xn;n.timeoutErrorMessage&&(te=n.timeoutErrorMessage),a(new T(te,Le.clarifyTimeoutError?T.ETIMEDOUT:T.ECONNABORTED,n,b)),h()})}if(u.isStream(o)){let j=!1,B=!1;o.on("end",()=>{j=!0}),o.once("error",te=>{B=!0,b.destroy(te)}),o.on("close",()=>{!j&&!B&&h(new ke("Request stream has been aborted",n,b))}),o.pipe(b)}else b.end(o)})};var hr=ee.isStandardBrowserEnv?function(){return{write:function(t,i,a,s,o,r){let c=[];c.push(t+"="+encodeURIComponent(i)),u.isNumber(a)&&c.push("expires="+new Date(a).toGMTString()),u.isString(s)&&c.push("path="+s),u.isString(o)&&c.push("domain="+o),r===!0&&c.push("secure"),document.cookie=c.join("; ")},read:function(t){let i=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return i?decodeURIComponent(i[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();var xr=ee.isStandardBrowserEnv?function(){let n=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a"),i;function a(s){let o=s;return n&&(t.setAttribute("href",o),o=t.href),t.setAttribute("href",o),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:t.pathname.charAt(0)==="/"?t.pathname:"/"+t.pathname}}return i=a(window.location.href),function(o){let r=u.isString(o)?a(o):o;return r.protocol===i.protocol&&r.host===i.host}}():function(){return function(){return!0}}();function vr(e,n){let t=0,i=Et(50,250);return a=>{let s=a.loaded,o=a.lengthComputable?a.total:void 0,r=s-t,c=i(r),p=s<=o;t=s;let l={loaded:s,total:o,progress:o?s/o:void 0,bytes:r,rate:c||void 0,estimated:c&&o&&p?(o-s)/c:void 0,event:a};l[n?"download":"upload"]=!0,e(l)}}var lm=typeof XMLHttpRequest<"u",br=lm&&function(e){return new Promise(function(t,i){let a=e.data,s=ie.from(e.headers).normalize(),o=e.responseType,r;function c(){e.cancelToken&&e.cancelToken.unsubscribe(r),e.signal&&e.signal.removeEventListener("abort",r)}u.isFormData(a)&&(ee.isStandardBrowserEnv||ee.isStandardBrowserWebWorkerEnv?s.setContentType(!1):s.setContentType("multipart/form-data;",!1));let p=new XMLHttpRequest;if(e.auth){let k=e.auth.username||"",b=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";s.set("Authorization","Basic "+btoa(k+":"+b))}let l=Ze(e.baseURL,e.url);p.open(e.method.toUpperCase(),Qe(l,e.params,e.paramsSerializer),!0),p.timeout=e.timeout;function m(){if(!p)return;let k=ie.from("getAllResponseHeaders"in p&&p.getAllResponseHeaders()),x={data:!o||o==="text"||o==="json"?p.responseText:p.response,status:p.status,statusText:p.statusText,headers:k,config:e,request:p};He(function(h){t(h),c()},function(h){i(h),c()},x),p=null}if("onloadend"in p?p.onloadend=m:p.onreadystatechange=function(){!p||p.readyState!==4||p.status===0&&!(p.responseURL&&p.responseURL.indexOf("file:")===0)||setTimeout(m)},p.onabort=function(){p&&(i(new T("Request aborted",T.ECONNABORTED,e,p)),p=null)},p.onerror=function(){i(new T("Network Error",T.ERR_NETWORK,e,p)),p=null},p.ontimeout=function(){let b=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",x=e.transitional||xn;e.timeoutErrorMessage&&(b=e.timeoutErrorMessage),i(new T(b,x.clarifyTimeoutError?T.ETIMEDOUT:T.ECONNABORTED,e,p)),p=null},ee.isStandardBrowserEnv){let k=(e.withCredentials||xr(l))&&e.xsrfCookieName&&hr.read(e.xsrfCookieName);k&&s.set(e.xsrfHeaderName,k)}a===void 0&&s.setContentType(null),"setRequestHeader"in p&&u.forEach(s.toJSON(),function(b,x){p.setRequestHeader(x,b)}),u.isUndefined(e.withCredentials)||(p.withCredentials=!!e.withCredentials),o&&o!=="json"&&(p.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&p.addEventListener("progress",vr(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&p.upload&&p.upload.addEventListener("progress",vr(e.onUploadProgress)),(e.cancelToken||e.signal)&&(r=k=>{p&&(i(!k||k.type?new ke(null,e,p):k),p.abort(),p=null)},e.cancelToken&&e.cancelToken.subscribe(r),e.signal&&(e.signal.aborted?r():e.signal.addEventListener("abort",r)));let w=Dn(l);if(w&&ee.protocols.indexOf(w)===-1){i(new T("Unsupported protocol "+w+":",T.ERR_BAD_REQUEST,e));return}p.send(a||null)})};var Ct={http:fr,xhr:br};u.forEach(Ct,(e,n)=>{if(e){try{Object.defineProperty(e,"name",{value:n})}catch{}Object.defineProperty(e,"adapterName",{value:n})}});var gr={getAdapter:e=>{e=u.isArray(e)?e:[e];let{length:n}=e,t,i;for(let a=0;a<n&&(t=e[a],!(i=u.isString(t)?Ct[t.toLowerCase()]:t));a++);if(!i)throw i===!1?new T(`Adapter ${t} is not supported by the environment`,"ERR_NOT_SUPPORT"):new Error(u.hasOwnProp(Ct,t)?`Adapter '${t}' is not available in the build`:`Unknown adapter '${t}'`);if(!u.isFunction(i))throw new TypeError("adapter is not a function");return i},adapters:Ct};function $i(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ke(null,e)}function Ot(e){return $i(e),e.headers=ie.from(e.headers),e.data=In.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),gr.getAdapter(e.adapter||vn.adapter)(e).then(function(i){return $i(e),i.data=In.call(e,e.transformResponse,i),i.headers=ie.from(i.headers),i},function(i){return Fn(i)||($i(e),i&&i.response&&(i.response.data=In.call(e,e.transformResponse,i.response),i.response.headers=ie.from(i.response.headers))),Promise.reject(i)})}var yr=e=>e instanceof ie?e.toJSON():e;function qe(e,n){n=n||{};let t={};function i(p,l,m){return u.isPlainObject(p)&&u.isPlainObject(l)?u.merge.call({caseless:m},p,l):u.isPlainObject(l)?u.merge({},l):u.isArray(l)?l.slice():l}function a(p,l,m){if(u.isUndefined(l)){if(!u.isUndefined(p))return i(void 0,p,m)}else return i(p,l,m)}function s(p,l){if(!u.isUndefined(l))return i(void 0,l)}function o(p,l){if(u.isUndefined(l)){if(!u.isUndefined(p))return i(void 0,p)}else return i(void 0,l)}function r(p,l,m){if(m in n)return i(p,l);if(m in e)return i(void 0,p)}let c={url:s,method:s,data:s,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:r,headers:(p,l)=>a(yr(p),yr(l),!0)};return u.forEach(Object.keys(Object.assign({},e,n)),function(l){let m=c[l]||a,w=m(e[l],n[l],l);u.isUndefined(w)&&m!==r||(t[l]=w)}),t}var Gi={};["object","boolean","number","function","string","symbol"].forEach((e,n)=>{Gi[e]=function(i){return typeof i===e||"a"+(n<1?"n ":" ")+e}});var wr={};Gi.transitional=function(n,t,i){function a(s,o){return"[Axios v"+an+"] Transitional option '"+s+"'"+o+(i?". "+i:"")}return(s,o,r)=>{if(n===!1)throw new T(a(o," has been removed"+(t?" in "+t:"")),T.ERR_DEPRECATED);return t&&!wr[o]&&(wr[o]=!0,console.warn(a(o," has been deprecated since v"+t+" and will be removed in the near future"))),n?n(s,o,r):!0}};function um(e,n,t){if(typeof e!="object")throw new T("options must be an object",T.ERR_BAD_OPTION_VALUE);let i=Object.keys(e),a=i.length;for(;a-- >0;){let s=i[a],o=n[s];if(o){let r=e[s],c=r===void 0||o(r,s,e);if(c!==!0)throw new T("option "+s+" must be "+c,T.ERR_BAD_OPTION_VALUE);continue}if(t!==!0)throw new T("Unknown option "+s,T.ERR_BAD_OPTION)}}var Tt={assertOptions:um,validators:Gi};var Ge=Tt.validators,Rn=class{constructor(n){this.defaults=n,this.interceptors={request:new Ti,response:new Ti}}request(n,t){typeof n=="string"?(t=t||{},t.url=n):t=n||{},t=qe(this.defaults,t);let{transitional:i,paramsSerializer:a,headers:s}=t;i!==void 0&&Tt.assertOptions(i,{silentJSONParsing:Ge.transitional(Ge.boolean),forcedJSONParsing:Ge.transitional(Ge.boolean),clarifyTimeoutError:Ge.transitional(Ge.boolean)},!1),a!=null&&(u.isFunction(a)?t.paramsSerializer={serialize:a}:Tt.assertOptions(a,{encode:Ge.function,serialize:Ge.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let o;o=s&&u.merge(s.common,s[t.method]),o&&u.forEach(["delete","get","head","post","put","patch","common"],b=>{delete s[b]}),t.headers=ie.concat(o,s);let r=[],c=!0;this.interceptors.request.forEach(function(x){typeof x.runWhen=="function"&&x.runWhen(t)===!1||(c=c&&x.synchronous,r.unshift(x.fulfilled,x.rejected))});let p=[];this.interceptors.response.forEach(function(x){p.push(x.fulfilled,x.rejected)});let l,m=0,w;if(!c){let b=[Ot.bind(this),void 0];for(b.unshift.apply(b,r),b.push.apply(b,p),w=b.length,l=Promise.resolve(t);m<w;)l=l.then(b[m++],b[m++]);return l}w=r.length;let k=t;for(m=0;m<w;){let b=r[m++],x=r[m++];try{k=b(k)}catch(R){x.call(this,R);break}}try{l=Ot.call(this,k)}catch(b){return Promise.reject(b)}for(m=0,w=p.length;m<w;)l=l.then(p[m++],p[m++]);return l}getUri(n){n=qe(this.defaults,n);let t=Ze(n.baseURL,n.url);return Qe(t,n.params,n.paramsSerializer)}};u.forEach(["delete","get","head","options"],function(n){Rn.prototype[n]=function(t,i){return this.request(qe(i||{},{method:n,url:t,data:(i||{}).data}))}});u.forEach(["post","put","patch"],function(n){function t(i){return function(s,o,r){return this.request(qe(r||{},{method:n,headers:i?{"Content-Type":"multipart/form-data"}:{},url:s,data:o}))}}Rn.prototype[n]=t(),Rn.prototype[n+"Form"]=t(!0)});var Un=Rn;var Mn=class{constructor(n){if(typeof n!="function")throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(s){t=s});let i=this;this.promise.then(a=>{if(!i._listeners)return;let s=i._listeners.length;for(;s-- >0;)i._listeners[s](a);i._listeners=null}),this.promise.then=a=>{let s,o=new Promise(r=>{i.subscribe(r),s=r}).then(a);return o.cancel=function(){i.unsubscribe(s)},o},n(function(s,o,r){i.reason||(i.reason=new ke(s,o,r),t(i.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(n){if(this.reason){n(this.reason);return}this._listeners?this._listeners.push(n):this._listeners=[n]}unsubscribe(n){if(!this._listeners)return;let t=this._listeners.indexOf(n);t!==-1&&this._listeners.splice(t,1)}static source(){let n;return{token:new Mn(function(a){n=a}),cancel:n}}},Er=Mn;function Vi(e){return function(t){return e.apply(null,t)}}function Ji(e){return u.isObject(e)&&e.isAxiosError===!0}var Wi={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Wi).forEach(([e,n])=>{Wi[n]=e});var Rr=Wi;function Sr(e){let n=new Un(e),t=Ln(Un.prototype.request,n);return u.extend(t,Un.prototype,n,{allOwnKeys:!0}),u.extend(t,n,null,{allOwnKeys:!0}),t.create=function(a){return Sr(qe(e,a))},t}var ae=Sr(vn);ae.Axios=Un;ae.CanceledError=ke;ae.CancelToken=Er;ae.isCancel=Fn;ae.VERSION=an;ae.toFormData=Me;ae.AxiosError=T;ae.Cancel=ae.CanceledError;ae.all=function(n){return Promise.all(n)};ae.spread=Vi;ae.isAxiosError=Ji;ae.mergeConfig=qe;ae.AxiosHeaders=ie;ae.formToJSON=e=>ht(u.isHTMLForm(e)?new FormData(e):e);ae.HttpStatusCode=Rr;ae.default=ae;var kt=ae;var{Axios:wx,AxiosError:Ex,CanceledError:Rx,isCancel:Sx,CancelToken:Cx,VERSION:Ox,all:Tx,Cancel:kx,isAxiosError:_x,spread:Lx,toFormData:jx,AxiosHeaders:Ax,HttpStatusCode:Nx,formToJSON:Ix,mergeConfig:Fx}=kt;0&&(module.exports={V8toIstanbul,axios,convertSourceMap,istanbulLibCoverage,istanbulLibReport});
|
|
7
|
+
`+s),e.push(a+"m+"+jt.exports.humanize(this.diff)+"\x1B[0m")}else e[0]=wd()+n+" "+e[0]}function wd(){return pe.inspectOpts.hideDate?"":new Date().toISOString()+" "}function Ed(...e){return process.stderr.write(Lt.format(...e)+`
|
|
8
|
+
`)}function Rd(e){e?process.env.DEBUG=e:delete process.env.DEBUG}function Cd(){return process.env.DEBUG}function Sd(e){e.inspectOpts={};let n=Object.keys(pe.inspectOpts);for(let t=0;t<n.length;t++)e.inspectOpts[n[t]]=pe.inspectOpts[n[t]]}jt.exports=Ji()(pe);var{formatters:tr}=jt.exports;tr.o=function(e){return this.inspectOpts.colors=this.useColors,Lt.inspect(e,this.inspectOpts).split(`
|
|
9
|
+
`).map(n=>n.trim()).join(" ")};tr.O=function(e){return this.inspectOpts.colors=this.useColors,Lt.inspect(e,this.inspectOpts)}});var ar=T((Sh,Wi)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Wi.exports=nr():Wi.exports=ir()});var or=T((Oh,sr)=>{var Un;sr.exports=function(){if(!Un){try{Un=ar()("follow-redirects")}catch{}typeof Un!="function"&&(Un=function(){})}Un.apply(null,arguments)}});var fr=T((Th,Zi)=>{var an=require("url"),Xi=an.URL,Od=require("http"),Td=require("https"),pr=require("stream").Writable,lr=require("assert"),ur=or(),Yi=["abort","aborted","connect","error","socket","timeout"],Qi=Object.create(null);Yi.forEach(function(e){Qi[e]=function(n,t,i){this._redirectable.emit(e,n,t,i)}});var _d=$n("ERR_INVALID_URL","Invalid URL",TypeError),rr=$n("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),kd=$n("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),Ld=$n("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),jd=$n("ERR_STREAM_WRITE_AFTER_END","write after end");function we(e,n){pr.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],n&&this.on("response",n);var t=this;this._onNativeResponse=function(i){t._processResponse(i)},this._performRequest()}we.prototype=Object.create(pr.prototype);we.prototype.abort=function(){mr(this._currentRequest),this.emit("abort")};we.prototype.write=function(e,n,t){if(this._ending)throw new jd;if(!sn(e)&&!Nd(e))throw new TypeError("data should be a string, Buffer or Uint8Array");if(Hn(n)&&(t=n,n=null),e.length===0){t&&t();return}this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:n}),this._currentRequest.write(e,n,t)):(this.emit("error",new Ld),this.abort())};we.prototype.end=function(e,n,t){if(Hn(e)?(t=e,e=n=null):Hn(n)&&(t=n,n=null),!e)this._ended=this._ending=!0,this._currentRequest.end(null,null,t);else{var i=this,a=this._currentRequest;this.write(e,n,function(){i._ended=!0,a.end(null,null,t)}),this._ending=!0}};we.prototype.setHeader=function(e,n){this._options.headers[e]=n,this._currentRequest.setHeader(e,n)};we.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)};we.prototype.setTimeout=function(e,n){var t=this;function i(o){o.setTimeout(e),o.removeListener("timeout",o.destroy),o.addListener("timeout",o.destroy)}function a(o){t._timeout&&clearTimeout(t._timeout),t._timeout=setTimeout(function(){t.emit("timeout"),s()},e),i(o)}function s(){t._timeout&&(clearTimeout(t._timeout),t._timeout=null),t.removeListener("abort",s),t.removeListener("error",s),t.removeListener("response",s),n&&t.removeListener("timeout",n),t.socket||t._currentRequest.removeListener("socket",a)}return n&&this.on("timeout",n),this.socket?a(this.socket):this._currentRequest.once("socket",a),this.on("socket",i),this.on("abort",s),this.on("error",s),this.on("response",s),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(e){we.prototype[e]=function(n,t){return this._currentRequest[e](n,t)}});["aborted","connection","socket"].forEach(function(e){Object.defineProperty(we.prototype,e,{get:function(){return this._currentRequest[e]}})});we.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var n=e.path.indexOf("?");n<0?e.pathname=e.path:(e.pathname=e.path.substring(0,n),e.search=e.path.substring(n))}};we.prototype._performRequest=function(){var e=this._options.protocol,n=this._options.nativeProtocols[e];if(!n){this.emit("error",new TypeError("Unsupported protocol "+e));return}if(this._options.agents){var t=e.slice(0,-1);this._options.agent=this._options.agents[t]}var i=this._currentRequest=n.request(this._options,this._onNativeResponse);i._redirectable=this;for(var a of Yi)i.on(a,Qi[a]);if(this._currentUrl=/^\//.test(this._options.path)?an.format(this._options):this._options.path,this._isRedirect){var s=0,o=this,r=this._requestBodyBuffers;(function c(p){if(i===o._currentRequest)if(p)o.emit("error",p);else if(s<r.length){var l=r[s++];i.finished||i.write(l.data,l.encoding,c)}else o._ended&&i.end()})()}};we.prototype._processResponse=function(e){var n=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:n});var t=e.headers.location;if(!t||this._options.followRedirects===!1||n<300||n>=400){e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),this._requestBodyBuffers=[];return}if(mr(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects){this.emit("error",new kd);return}var i,a=this._options.beforeRedirect;a&&(i=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var s=this._options.method;((n===301||n===302)&&this._options.method==="POST"||n===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],Ki(/^content-/i,this._options.headers));var o=Ki(/^host$/i,this._options.headers),r=an.parse(this._currentUrl),c=o||r.host,p=/^\w+:/.test(t)?this._currentUrl:an.format(Object.assign(r,{host:c})),l;try{l=an.resolve(p,t)}catch(b){this.emit("error",new rr({cause:b}));return}ur("redirecting to",l),this._isRedirect=!0;var d=an.parse(l);if(Object.assign(this._options,d),(d.protocol!==r.protocol&&d.protocol!=="https:"||d.host!==c&&!Ad(d.host,c))&&Ki(/^(?:authorization|cookie)$/i,this._options.headers),Hn(a)){var w={headers:e.headers,statusCode:n},k={url:p,method:s,headers:i};try{a(this._options,w,k)}catch(b){this.emit("error",b);return}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(b){this.emit("error",new rr({cause:b}))}};function dr(e){var n={maxRedirects:21,maxBodyLength:10485760},t={};return Object.keys(e).forEach(function(i){var a=i+":",s=t[a]=e[i],o=n[i]=Object.create(s);function r(p,l,d){if(sn(p)){var w;try{w=cr(new Xi(p))}catch{w=an.parse(p)}if(!sn(w.protocol))throw new _d({input:p});p=w}else Xi&&p instanceof Xi?p=cr(p):(d=l,l=p,p={protocol:a});return Hn(l)&&(d=l,l=null),l=Object.assign({maxRedirects:n.maxRedirects,maxBodyLength:n.maxBodyLength},p,l),l.nativeProtocols=t,!sn(l.host)&&!sn(l.hostname)&&(l.hostname="::1"),lr.equal(l.protocol,a,"protocol mismatch"),ur("options",l),new we(l,d)}function c(p,l,d){var w=o.request(p,l,d);return w.end(),w}Object.defineProperties(o,{request:{value:r,configurable:!0,enumerable:!0,writable:!0},get:{value:c,configurable:!0,enumerable:!0,writable:!0}})}),n}function Id(){}function cr(e){var n={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return e.port!==""&&(n.port=Number(e.port)),n}function Ki(e,n){var t;for(var i in n)e.test(i)&&(t=n[i],delete n[i]);return t===null||typeof t>"u"?void 0:String(t).trim()}function $n(e,n,t){function i(a){Error.captureStackTrace(this,this.constructor),Object.assign(this,a||{}),this.code=e,this.message=this.cause?n+": "+this.cause.message:n}return i.prototype=new(t||Error),i.prototype.constructor=i,i.prototype.name="Error ["+e+"]",i}function mr(e){for(var n of Yi)e.removeListener(n,Qi[n]);e.on("error",Id),e.abort()}function Ad(e,n){lr(sn(e)&&sn(n));var t=e.length-n.length-1;return t>0&&e[t]==="."&&e.endsWith(n)}function sn(e){return typeof e=="string"||e instanceof String}function Hn(e){return typeof e=="function"}function Nd(e){return typeof e=="object"&&"length"in e}Zi.exports=dr({http:Od,https:Td});Zi.exports.wrap=dr});var zt=T(Xn=>{"use strict";Object.defineProperty(Xn,"__esModule",{value:!0});function Zd(e,n){return e.url===n.url?0:e.url<n.url?-1:1}Xn.compareScriptCovs=Zd;function em(e,n){return Gr(e.ranges[0],n.ranges[0])}Xn.compareFunctionCovs=em;function Gr(e,n){return e.startOffset!==n.startOffset?e.startOffset-n.startOffset:n.endOffset-e.endOffset}Xn.compareRangeCovs=Gr});var Jr=T(On=>{"use strict";Object.defineProperty(On,"__esModule",{value:!0});var nm=zt();function tm(e){return Vr(e).join(`
|
|
10
|
+
`)}On.emitForest=tm;function Vr(e){let n=im(e);return[pm(n),...e.map(i=>am(i,n).join(`
|
|
11
|
+
`))]}On.emitForestLines=Vr;function im(e){let n=new Set;for(let o of e){let r=[o];for(;r.length>0;){let c=r.pop();n.add(c.start),n.add(c.end);for(let p of c.children)r.push(p)}}let t=[...n];t.sort((o,r)=>o-r);let i=1;for(let o of t)i=Math.max(i,o.toString(10).length);let a=i+3,s=new Map;for(let[o,r]of t.entries())s.set(r,o*a);return s}function am(e,n){let t=[],i=[e];for(;i.length>0;){let a=i;t.push(a),i=[];for(let s of a)for(let o of s.children)i.push(o)}return t.map(a=>om(a,n))}function sm(e,n){let t=[];for(let i of e.split(`
|
|
12
|
+
`))for(let a of rm(i,n))t.push(a);return t.sort(nm.compareRangeCovs),t}On.parseFunctionRanges=sm;function om(e,n){let t=[],i=0;for(let{start:a,end:s,count:o}of e){let r=n.get(a),c=n.get(s);r>i&&t.push(" ".repeat(r-i)),t.push(cm(o,c-r)),i=c}return t.join("")}function rm(e,n){let t=[],i=/\[(\d+)-*\)/gs;for(;;){let a=i.exec(e);if(a===null)break;let s=a.index,o=s+a[0].length,r=parseInt(a[1],10),c=n.get(s),p=n.get(o);if(c===void 0||p===void 0)throw new Error(`Invalid offsets for: ${JSON.stringify(e)}`);t.push({startOffset:c,endOffset:p,count:r})}return t}function cm(e,n){let t=`[${e.toString(10)}`,i=")",a=n-(t.length+i.length),s="-".repeat(Math.max(0,a));return`${t}${s}${i}`}function pm(e){let n="";for(let[t,i]of e)n.length<i&&(n+=" ".repeat(i-n.length)),n+=t.toString(10);return n}function lm(e){let n=new Map,t=/\d+/gs;for(;;){let i=t.exec(e);if(i===null)break;n.set(i.index,parseInt(i[0],10))}return n}On.parseOffsets=lm});var Yr=T(Tn=>{"use strict";Object.defineProperty(Tn,"__esModule",{value:!0});function um(e){let n=[];for(let t of e.result)n.push(Wr(t));return{result:n}}Tn.cloneProcessCov=um;function Wr(e){let n=[];for(let t of e.functions)n.push(Xr(t));return{scriptId:e.scriptId,url:e.url,functions:n}}Tn.cloneScriptCov=Wr;function Xr(e){let n=[];for(let t of e.ranges)n.push(Kr(t));return{functionName:e.functionName,ranges:n,isBlockCoverage:e.isBlockCoverage}}Tn.cloneFunctionCov=Xr;function Kr(e){return{startOffset:e.startOffset,endOffset:e.endOffset,count:e.count}}Tn.cloneRangeCov=Kr});var Dt=T(la=>{"use strict";Object.defineProperty(la,"__esModule",{value:!0});var _n=class{constructor(n,t,i,a){this.start=n,this.end=t,this.delta=i,this.children=a}static fromSortedRanges(n){let t,i=[];for(let a of n){let s=new _n(a.startOffset,a.endOffset,a.count,[]);if(t===void 0){t=s,i.push([s,a.count]);continue}let o,r;for(;[o,r]=i[i.length-1],!(a.startOffset<o.end);)i.pop();s.delta-=r,o.children.push(s),i.push([s,a.count])}return t}normalize(){let n=[],t,i,a=[];for(let o of this.children)i===void 0?i=o:o.delta===i.delta&&o.start===t?a.push(o):(s(),i=o),t=o.end;if(i!==void 0&&s(),n.length===1){let o=n[0];if(o.start===this.start&&o.end===this.end){this.delta+=o.delta,this.children=o.children;return}}this.children=n;function s(){if(a.length!==0){i.end=a[a.length-1].end;for(let o of a)for(let r of o.children)r.delta+=o.delta-i.delta,i.children.push(r);a.length=0}i.normalize(),n.push(i)}}split(n){let t=this.children.length,i;for(let r=0;r<this.children.length;r++){let c=this.children[r];if(c.start<n&&n<c.end){i=c.split(n),t=r+1;break}else if(c.start>=n){t=r;break}}let a=this.children.length-t,s=this.children.splice(t,a);i!==void 0&&s.unshift(i);let o=new _n(n,this.end,this.delta,s);return this.end=n,o}toRanges(){let n=[],t=[[this,0]];for(;t.length>0;){let[i,a]=t.pop(),s=a+i.delta;n.push({startOffset:i.start,endOffset:i.end,count:s});for(let o=i.children.length-1;o>=0;o--)t.push([i.children[o],s])}return n}};la.RangeTree=_n});var ic=T(Je=>{"use strict";Object.defineProperty(Je,"__esModule",{value:!0});var ua=zt(),dm=Dt();function Qr(e){e.result.sort(ua.compareScriptCovs);for(let[n,t]of e.result.entries())t.scriptId=n.toString(10)}Je.normalizeProcessCov=Qr;function mm(e){for(let n of e.result)ec(n);Qr(e)}Je.deepNormalizeProcessCov=mm;function Zr(e){e.functions.sort(ua.compareFunctionCovs)}Je.normalizeScriptCov=Zr;function ec(e){for(let n of e.functions)nc(n);Zr(e)}Je.deepNormalizeScriptCov=ec;function nc(e){e.ranges.sort(ua.compareRangeCovs);let n=dm.RangeTree.fromSortedRanges(e.ranges);tc(n),e.ranges=n.toRanges()}Je.normalizeFunctionCov=nc;function tc(e){e.normalize()}Je.normalizeRangeTree=tc});var pc=T(Qn=>{"use strict";Object.defineProperty(Qn,"__esModule",{value:!0});var Kn=ic(),da=Dt();function fm(e){if(e.length===0)return{result:[]};let n=new Map;for(let a of e)for(let s of a.result){let o=n.get(s.url);o===void 0&&(o=[],n.set(s.url,o)),o.push(s)}let t=[];for(let a of n.values())t.push(oc(a));let i={result:t};return Kn.normalizeProcessCov(i),i}Qn.mergeProcessCovs=fm;function oc(e){if(e.length===0)return;if(e.length===1){let r=e[0];return Kn.deepNormalizeScriptCov(r),r}let n=e[0],t=n.scriptId,i=n.url,a=new Map;for(let r of e)for(let c of r.functions){let p=hm(c),l=a.get(p);if(l===void 0||!l[0].isBlockCoverage&&c.isBlockCoverage)l=[],a.set(p,l);else if(l[0].isBlockCoverage&&!c.isBlockCoverage)continue;l.push(c)}let s=[];for(let r of a.values())s.push(rc(r));let o={scriptId:t,url:i,functions:s};return Kn.normalizeScriptCov(o),o}Qn.mergeScriptCovs=oc;function hm(e){let n=e.ranges[0];return`${n.startOffset.toString(10)};${n.endOffset.toString(10)}`}function rc(e){if(e.length===0)return;if(e.length===1){let r=e[0];return Kn.normalizeFunctionCov(r),r}let n=e[0].functionName,t=[];for(let r of e)t.push(da.RangeTree.fromSortedRanges(r.ranges));let i=cc(t);Kn.normalizeRangeTree(i);let a=i.toRanges(),s=!(a.length===1&&a[0].count===0);return{functionName:n,ranges:a,isBlockCoverage:s}}Qn.mergeFunctionCovs=rc;function cc(e){if(e.length<=1)return e[0];let n=e[0],t=0;for(let a of e)t+=a.delta;let i=xm(e);return new da.RangeTree(n.start,n.end,t,i)}var Mt=class{constructor(n,t){this.parentIndex=n,this.tree=t}},kn=class{constructor(n,t){this.offset=n,this.trees=t}static compare(n,t){return n.offset-t.offset}},Yn=class{constructor(n){this.queue=n,this.nextIndex=0,this.pendingOffset=0,this.pendingTrees=void 0}static fromParentTrees(n){let t=new Map;for(let[a,s]of n.entries())for(let o of s.children){let r=t.get(o.start);r===void 0&&(r=[],t.set(o.start,r)),r.push(new Mt(a,o))}let i=[];for(let[a,s]of t)i.push(new kn(a,s));return i.sort(kn.compare),new Yn(i)}setPendingOffset(n){this.pendingOffset=n}pushPendingTree(n){this.pendingTrees===void 0&&(this.pendingTrees=[]),this.pendingTrees.push(n)}next(){let n=this.pendingTrees,t=this.queue[this.nextIndex];if(n===void 0)return this.nextIndex++,t;if(t===void 0)return this.pendingTrees=void 0,new kn(this.pendingOffset,n);if(this.pendingOffset<t.offset)return this.pendingTrees=void 0,new kn(this.pendingOffset,n);if(this.pendingOffset===t.offset){this.pendingTrees=void 0;for(let i of n)t.trees.push(i)}return this.nextIndex++,t}};function xm(e){let n=[],t=Yn.fromParentTrees(e),i=new Map,a;for(;;){let s=t.next();if(s===void 0)break;if(a!==void 0&&a.end<=s.offset&&(n.push(sc(a,i)),a=void 0),a===void 0){let o=s.offset+1;for(let{parentIndex:r,tree:c}of s.trees)o=Math.max(o,c.end),ac(i,r,c);t.setPendingOffset(o),a={start:s.offset,end:o}}else for(let{parentIndex:o,tree:r}of s.trees){if(r.end>a.end){let c=r.split(a.end);t.pushPendingTree(new Mt(o,c))}ac(i,o,r)}}return a!==void 0&&n.push(sc(a,i)),n}function ac(e,n,t){let i=e.get(n);i===void 0&&(i=[],e.set(n,i)),i.push(t)}function sc(e,n){let t=[];for(let i of n.values())i.length===1&&i[0].start===e.start&&i[0].end===e.end?t.push(i[0]):t.push(new da.RangeTree(e.start,e.end,0,i));return n.clear(),cc(t)}});var lc=T(le=>{"use strict";Object.defineProperty(le,"__esModule",{value:!0});var Ut=Jr();le.emitForest=Ut.emitForest;le.emitForestLines=Ut.emitForestLines;le.parseFunctionRanges=Ut.parseFunctionRanges;le.parseOffsets=Ut.parseOffsets;var Ht=Yr();le.cloneFunctionCov=Ht.cloneFunctionCov;le.cloneProcessCov=Ht.cloneProcessCov;le.cloneScriptCov=Ht.cloneScriptCov;le.cloneRangeCov=Ht.cloneRangeCov;var ma=zt();le.compareScriptCovs=ma.compareScriptCovs;le.compareFunctionCovs=ma.compareFunctionCovs;le.compareRangeCovs=ma.compareRangeCovs;var fa=pc();le.mergeFunctionCovs=fa.mergeFunctionCovs;le.mergeProcessCovs=fa.mergeProcessCovs;le.mergeScriptCovs=fa.mergeScriptCovs;var vm=Dt();le.RangeTree=vm.RangeTree});var gm={};wc(gm,{V8toIstanbul:()=>uc.default,axios:()=>Bt,convertSourceMap:()=>bm,istanbulLibCoverage:()=>dc.default,istanbulLibReport:()=>mc.default,mergeScriptCovs:()=>fc.mergeScriptCovs});module.exports=Ec(gm);var uc=ce(Ja()),dc=ce(ai()),mc=ce(Us()),bm=ce($s());function Pn(e,n){return function(){return e.apply(n,arguments)}}var{toString:Sl}=Object.prototype,{getPrototypeOf:ki}=Object,gt=(e=>n=>{let t=Sl.call(n);return e[t]||(e[t]=t.slice(8,-1).toLowerCase())})(Object.create(null)),Le=e=>(e=e.toLowerCase(),n=>gt(n)===e),yt=e=>n=>typeof n===e,{isArray:xn}=Array,qn=yt("undefined");function Ol(e){return e!==null&&!qn(e)&&e.constructor!==null&&!qn(e.constructor)&&Oe(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}var Js=Le("ArrayBuffer");function Tl(e){let n;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?n=ArrayBuffer.isView(e):n=e&&e.buffer&&Js(e.buffer),n}var _l=yt("string"),Oe=yt("function"),Ws=yt("number"),wt=e=>e!==null&&typeof e=="object",kl=e=>e===!0||e===!1,bt=e=>{if(gt(e)!=="object")return!1;let n=ki(e);return(n===null||n===Object.prototype||Object.getPrototypeOf(n)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Ll=Le("Date"),jl=Le("File"),Il=Le("Blob"),Al=Le("FileList"),Nl=e=>wt(e)&&Oe(e.pipe),Fl=e=>{let n;return e&&(typeof FormData=="function"&&e instanceof FormData||Oe(e.append)&&((n=gt(e))==="formdata"||n==="object"&&Oe(e.toString)&&e.toString()==="[object FormData]"))},Pl=Le("URLSearchParams"),ql=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Bn(e,n,{allOwnKeys:t=!1}={}){if(e===null||typeof e>"u")return;let i,a;if(typeof e!="object"&&(e=[e]),xn(e))for(i=0,a=e.length;i<a;i++)n.call(null,e[i],i,e);else{let s=t?Object.getOwnPropertyNames(e):Object.keys(e),o=s.length,r;for(i=0;i<o;i++)r=s[i],n.call(null,e[r],r,e)}}function Xs(e,n){n=n.toLowerCase();let t=Object.keys(e),i=t.length,a;for(;i-- >0;)if(a=t[i],n===a.toLowerCase())return a;return null}var Ks=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),Ys=e=>!qn(e)&&e!==Ks;function _i(){let{caseless:e}=Ys(this)&&this||{},n={},t=(i,a)=>{let s=e&&Xs(n,a)||a;bt(n[s])&&bt(i)?n[s]=_i(n[s],i):bt(i)?n[s]=_i({},i):xn(i)?n[s]=i.slice():n[s]=i};for(let i=0,a=arguments.length;i<a;i++)arguments[i]&&Bn(arguments[i],t);return n}var Bl=(e,n,t,{allOwnKeys:i}={})=>(Bn(n,(a,s)=>{t&&Oe(a)?e[s]=Pn(a,t):e[s]=a},{allOwnKeys:i}),e),zl=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Dl=(e,n,t,i)=>{e.prototype=Object.create(n.prototype,i),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:n.prototype}),t&&Object.assign(e.prototype,t)},Ml=(e,n,t,i)=>{let a,s,o,r={};if(n=n||{},e==null)return n;do{for(a=Object.getOwnPropertyNames(e),s=a.length;s-- >0;)o=a[s],(!i||i(o,e,n))&&!r[o]&&(n[o]=e[o],r[o]=!0);e=t!==!1&&ki(e)}while(e&&(!t||t(e,n))&&e!==Object.prototype);return n},Ul=(e,n,t)=>{e=String(e),(t===void 0||t>e.length)&&(t=e.length),t-=n.length;let i=e.indexOf(n,t);return i!==-1&&i===t},Hl=e=>{if(!e)return null;if(xn(e))return e;let n=e.length;if(!Ws(n))return null;let t=new Array(n);for(;n-- >0;)t[n]=e[n];return t},$l=(e=>n=>e&&n instanceof e)(typeof Uint8Array<"u"&&ki(Uint8Array)),Gl=(e,n)=>{let i=(e&&e[Symbol.iterator]).call(e),a;for(;(a=i.next())&&!a.done;){let s=a.value;n.call(e,s[0],s[1])}},Vl=(e,n)=>{let t,i=[];for(;(t=e.exec(n))!==null;)i.push(t);return i},Jl=Le("HTMLFormElement"),Wl=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,i,a){return i.toUpperCase()+a}),Gs=(({hasOwnProperty:e})=>(n,t)=>e.call(n,t))(Object.prototype),Xl=Le("RegExp"),Qs=(e,n)=>{let t=Object.getOwnPropertyDescriptors(e),i={};Bn(t,(a,s)=>{n(a,s,e)!==!1&&(i[s]=a)}),Object.defineProperties(e,i)},Kl=e=>{Qs(e,(n,t)=>{if(Oe(e)&&["arguments","caller","callee"].indexOf(t)!==-1)return!1;let i=e[t];if(Oe(i)){if(n.enumerable=!1,"writable"in n){n.writable=!1;return}n.set||(n.set=()=>{throw Error("Can not rewrite read-only method '"+t+"'")})}})},Yl=(e,n)=>{let t={},i=a=>{a.forEach(s=>{t[s]=!0})};return xn(e)?i(e):i(String(e).split(n)),t},Ql=()=>{},Zl=(e,n)=>(e=+e,Number.isFinite(e)?e:n),Ti="abcdefghijklmnopqrstuvwxyz",Vs="0123456789",Zs={DIGIT:Vs,ALPHA:Ti,ALPHA_DIGIT:Ti+Ti.toUpperCase()+Vs},eu=(e=16,n=Zs.ALPHA_DIGIT)=>{let t="",{length:i}=n;for(;e--;)t+=n[Math.random()*i|0];return t};function nu(e){return!!(e&&Oe(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}var tu=e=>{let n=new Array(10),t=(i,a)=>{if(wt(i)){if(n.indexOf(i)>=0)return;if(!("toJSON"in i)){n[a]=i;let s=xn(i)?[]:{};return Bn(i,(o,r)=>{let c=t(o,a+1);!qn(c)&&(s[r]=c)}),n[a]=void 0,s}}return i};return t(e,0)},iu=Le("AsyncFunction"),au=e=>e&&(wt(e)||Oe(e))&&Oe(e.then)&&Oe(e.catch),u={isArray:xn,isArrayBuffer:Js,isBuffer:Ol,isFormData:Fl,isArrayBufferView:Tl,isString:_l,isNumber:Ws,isBoolean:kl,isObject:wt,isPlainObject:bt,isUndefined:qn,isDate:Ll,isFile:jl,isBlob:Il,isRegExp:Xl,isFunction:Oe,isStream:Nl,isURLSearchParams:Pl,isTypedArray:$l,isFileList:Al,forEach:Bn,merge:_i,extend:Bl,trim:ql,stripBOM:zl,inherits:Dl,toFlatObject:Ml,kindOf:gt,kindOfTest:Le,endsWith:Ul,toArray:Hl,forEachEntry:Gl,matchAll:Vl,isHTMLForm:Jl,hasOwnProperty:Gs,hasOwnProp:Gs,reduceDescriptors:Qs,freezeMethods:Kl,toObjectSet:Yl,toCamelCase:Wl,noop:Ql,toFiniteNumber:Zl,findKey:Xs,global:Ks,isContextDefined:Ys,ALPHABET:Zs,generateString:eu,isSpecCompliantForm:nu,toJSONObject:tu,isAsyncFn:iu,isThenable:au};function vn(e,n,t,i,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",n&&(this.code=n),t&&(this.config=t),i&&(this.request=i),a&&(this.response=a)}u.inherits(vn,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:u.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var eo=vn.prototype,no={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{no[e]={value:e}});Object.defineProperties(vn,no);Object.defineProperty(eo,"isAxiosError",{value:!0});vn.from=(e,n,t,i,a,s)=>{let o=Object.create(eo);return u.toFlatObject(e,o,function(c){return c!==Error.prototype},r=>r!=="isAxiosError"),vn.call(o,e.message,n,t,i,a),o.cause=e,o.name=e.name,s&&Object.assign(o,s),o};var _=vn;var Bo=ce(qo(),1),Ct=Bo.default;function Di(e){return u.isPlainObject(e)||u.isArray(e)}function Do(e){return u.endsWith(e,"[]")?e.slice(0,-2):e}function zo(e,n,t){return e?e.concat(n).map(function(a,s){return a=Do(a),!t&&s?"["+a+"]":a}).join(t?".":""):n}function Mu(e){return u.isArray(e)&&!e.some(Di)}var Uu=u.toFlatObject(u,{},null,function(n){return/^is[A-Z]/.test(n)});function Hu(e,n,t){if(!u.isObject(e))throw new TypeError("target must be an object");n=n||new(Ct||FormData),t=u.toFlatObject(t,{metaTokens:!0,dots:!1,indexes:!1},!1,function(x,R){return!u.isUndefined(R[x])});let i=t.metaTokens,a=t.visitor||l,s=t.dots,o=t.indexes,c=(t.Blob||typeof Blob<"u"&&Blob)&&u.isSpecCompliantForm(n);if(!u.isFunction(a))throw new TypeError("visitor must be a function");function p(b){if(b===null)return"";if(u.isDate(b))return b.toISOString();if(!c&&u.isBlob(b))throw new _("Blob is not supported. Use a Buffer instead.");return u.isArrayBuffer(b)||u.isTypedArray(b)?c&&typeof Blob=="function"?new Blob([b]):Buffer.from(b):b}function l(b,x,R){let h=b;if(b&&!R&&typeof b=="object"){if(u.endsWith(x,"{}"))x=i?x:x.slice(0,-2),b=JSON.stringify(b);else if(u.isArray(b)&&Mu(b)||(u.isFileList(b)||u.endsWith(x,"[]"))&&(h=u.toArray(b)))return x=Do(x),h.forEach(function(y,A){!(u.isUndefined(y)||y===null)&&n.append(o===!0?zo([x],A,s):o===null?x:x+"[]",p(y))}),!1}return Di(b)?!0:(n.append(zo(R,x,s),p(b)),!1)}let d=[],w=Object.assign(Uu,{defaultVisitor:l,convertValue:p,isVisitable:Di});function k(b,x){if(!u.isUndefined(b)){if(d.indexOf(b)!==-1)throw Error("Circular reference detected in "+x.join("."));d.push(b),u.forEach(b,function(h,S){(!(u.isUndefined(h)||h===null)&&a.call(n,h,u.isString(S)?S.trim():S,x,w))===!0&&k(h,x?x.concat(S):[S])}),d.pop()}}if(!u.isObject(e))throw new TypeError("data must be an object");return k(e),n}var He=Hu;function Mo(e){let n={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(i){return n[i]})}function Uo(e,n){this._pairs=[],e&&He(e,this,n)}var Ho=Uo.prototype;Ho.append=function(n,t){this._pairs.push([n,t])};Ho.toString=function(n){let t=n?function(i){return n.call(this,i,Mo)}:Mo;return this._pairs.map(function(a){return t(a[0])+"="+t(a[1])},"").join("&")};var $o=Uo;function $u(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function en(e,n,t){if(!n)return e;let i=t&&t.encode||$u,a=t&&t.serialize,s;if(a?s=a(n,t):s=u.isURLSearchParams(n)?n.toString():new $o(n,t).toString(i),s){let o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}var Mi=class{constructor(){this.handlers=[]}use(n,t,i){return this.handlers.push({fulfilled:n,rejected:t,synchronous:i?i.synchronous:!1,runWhen:i?i.runWhen:null}),this.handlers.length-1}eject(n){this.handlers[n]&&(this.handlers[n]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(n){u.forEach(this.handlers,function(i){i!==null&&n(i)})}},Ui=Mi;var bn={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var Go=ce(require("url"),1),Vo=Go.default.URLSearchParams;var ee={isNode:!0,classes:{URLSearchParams:Vo,FormData:Ct,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};function Hi(e,n){return He(e,new ee.classes.URLSearchParams,Object.assign({visitor:function(t,i,a,s){return ee.isNode&&u.isBuffer(t)?(this.append(i,t.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},n))}function Gu(e){return u.matchAll(/\w+|\[(\w*)]/g,e).map(n=>n[0]==="[]"?"":n[1]||n[0])}function Vu(e){let n={},t=Object.keys(e),i,a=t.length,s;for(i=0;i<a;i++)s=t[i],n[s]=e[s];return n}function Ju(e){function n(t,i,a,s){let o=t[s++],r=Number.isFinite(+o),c=s>=t.length;return o=!o&&u.isArray(a)?a.length:o,c?(u.hasOwnProp(a,o)?a[o]=[a[o],i]:a[o]=i,!r):((!a[o]||!u.isObject(a[o]))&&(a[o]=[]),n(t,i,a[o],s)&&u.isArray(a[o])&&(a[o]=Vu(a[o])),!r)}if(u.isFormData(e)&&u.isFunction(e.entries)){let t={};return u.forEachEntry(e,(i,a)=>{n(Gu(i),a,t,0)}),t}return null}var St=Ju;var Wu={"Content-Type":void 0};function Xu(e,n,t){if(u.isString(e))try{return(n||JSON.parse)(e),u.trim(e)}catch(i){if(i.name!=="SyntaxError")throw i}return(t||JSON.stringify)(e)}var Ot={transitional:bn,adapter:["xhr","http"],transformRequest:[function(n,t){let i=t.getContentType()||"",a=i.indexOf("application/json")>-1,s=u.isObject(n);if(s&&u.isHTMLForm(n)&&(n=new FormData(n)),u.isFormData(n))return a&&a?JSON.stringify(St(n)):n;if(u.isArrayBuffer(n)||u.isBuffer(n)||u.isStream(n)||u.isFile(n)||u.isBlob(n))return n;if(u.isArrayBufferView(n))return n.buffer;if(u.isURLSearchParams(n))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),n.toString();let r;if(s){if(i.indexOf("application/x-www-form-urlencoded")>-1)return Hi(n,this.formSerializer).toString();if((r=u.isFileList(n))||i.indexOf("multipart/form-data")>-1){let c=this.env&&this.env.FormData;return He(r?{"files[]":n}:n,c&&new c,this.formSerializer)}}return s||a?(t.setContentType("application/json",!1),Xu(n)):n}],transformResponse:[function(n){let t=this.transitional||Ot.transitional,i=t&&t.forcedJSONParsing,a=this.responseType==="json";if(n&&u.isString(n)&&(i&&!this.responseType||a)){let o=!(t&&t.silentJSONParsing)&&a;try{return JSON.parse(n)}catch(r){if(o)throw r.name==="SyntaxError"?_.from(r,_.ERR_BAD_RESPONSE,this,null,this.response):r}}return n}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ee.classes.FormData,Blob:ee.classes.Blob},validateStatus:function(n){return n>=200&&n<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};u.forEach(["delete","get","head"],function(n){Ot.headers[n]={}});u.forEach(["post","put","patch"],function(n){Ot.headers[n]=u.merge(Wu)});var gn=Ot;var Ku=u.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"]),Jo=e=>{let n={},t,i,a;return e&&e.split(`
|
|
13
|
+
`).forEach(function(o){a=o.indexOf(":"),t=o.substring(0,a).trim().toLowerCase(),i=o.substring(a+1).trim(),!(!t||n[t]&&Ku[t])&&(t==="set-cookie"?n[t]?n[t].push(i):n[t]=[i]:n[t]=n[t]?n[t]+", "+i:i)}),n};var Wo=Symbol("internals");function zn(e){return e&&String(e).trim().toLowerCase()}function Tt(e){return e===!1||e==null?e:u.isArray(e)?e.map(Tt):String(e)}function Yu(e){let n=Object.create(null),t=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,i;for(;i=t.exec(e);)n[i[1]]=i[2];return n}var Qu=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function $i(e,n,t,i,a){if(u.isFunction(i))return i.call(this,n,t);if(a&&(n=t),!!u.isString(n)){if(u.isString(i))return n.indexOf(i)!==-1;if(u.isRegExp(i))return i.test(n)}}function Zu(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(n,t,i)=>t.toUpperCase()+i)}function ed(e,n){let t=u.toCamelCase(" "+n);["get","set","has"].forEach(i=>{Object.defineProperty(e,i+t,{value:function(a,s,o){return this[i].call(this,n,a,s,o)},configurable:!0})})}var yn=class{constructor(n){n&&this.set(n)}set(n,t,i){let a=this;function s(r,c,p){let l=zn(c);if(!l)throw new Error("header name must be a non-empty string");let d=u.findKey(a,l);(!d||a[d]===void 0||p===!0||p===void 0&&a[d]!==!1)&&(a[d||c]=Tt(r))}let o=(r,c)=>u.forEach(r,(p,l)=>s(p,l,c));return u.isPlainObject(n)||n instanceof this.constructor?o(n,t):u.isString(n)&&(n=n.trim())&&!Qu(n)?o(Jo(n),t):n!=null&&s(t,n,i),this}get(n,t){if(n=zn(n),n){let i=u.findKey(this,n);if(i){let a=this[i];if(!t)return a;if(t===!0)return Yu(a);if(u.isFunction(t))return t.call(this,a,i);if(u.isRegExp(t))return t.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(n,t){if(n=zn(n),n){let i=u.findKey(this,n);return!!(i&&this[i]!==void 0&&(!t||$i(this,this[i],i,t)))}return!1}delete(n,t){let i=this,a=!1;function s(o){if(o=zn(o),o){let r=u.findKey(i,o);r&&(!t||$i(i,i[r],r,t))&&(delete i[r],a=!0)}}return u.isArray(n)?n.forEach(s):s(n),a}clear(n){let t=Object.keys(this),i=t.length,a=!1;for(;i--;){let s=t[i];(!n||$i(this,this[s],s,n,!0))&&(delete this[s],a=!0)}return a}normalize(n){let t=this,i={};return u.forEach(this,(a,s)=>{let o=u.findKey(i,s);if(o){t[o]=Tt(a),delete t[s];return}let r=n?Zu(s):String(s).trim();r!==s&&delete t[s],t[r]=Tt(a),i[r]=!0}),this}concat(...n){return this.constructor.concat(this,...n)}toJSON(n){let t=Object.create(null);return u.forEach(this,(i,a)=>{i!=null&&i!==!1&&(t[a]=n&&u.isArray(i)?i.join(", "):i)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([n,t])=>n+": "+t).join(`
|
|
14
|
+
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(n){return n instanceof this?n:new this(n)}static concat(n,...t){let i=new this(n);return t.forEach(a=>i.set(a)),i}static accessor(n){let i=(this[Wo]=this[Wo]={accessors:{}}).accessors,a=this.prototype;function s(o){let r=zn(o);i[r]||(ed(a,o),i[r]=!0)}return u.isArray(n)?n.forEach(s):s(n),this}};yn.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);u.freezeMethods(yn.prototype);u.freezeMethods(yn);var ie=yn;function Dn(e,n){let t=this||gn,i=n||t,a=ie.from(i.headers),s=i.data;return u.forEach(e,function(r){s=r.call(t,s,a.normalize(),n?n.status:void 0)}),a.normalize(),s}function Mn(e){return!!(e&&e.__CANCEL__)}function Xo(e,n,t){_.call(this,e??"canceled",_.ERR_CANCELED,n,t),this.name="CanceledError"}u.inherits(Xo,_,{__CANCEL__:!0});var ke=Xo;function $e(e,n,t){let i=t.config.validateStatus;!t.status||!i||i(t.status)?e(t):n(new _("Request failed with status code "+t.status,[_.ERR_BAD_REQUEST,_.ERR_BAD_RESPONSE][Math.floor(t.status/100)-4],t.config,t.request,t))}function Gi(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Vi(e,n){return n?e.replace(/\/+$/,"")+"/"+n.replace(/^\/+/,""):e}function nn(e,n){return e&&!Gi(n)?Vi(e,n):n}var Tr=ce(Yo(),1),_r=ce(require("http"),1),kr=ce(require("https"),1),Lr=ce(require("util"),1),jr=ce(fr(),1),qe=ce(require("zlib"),1);var on="1.4.0";function Gn(e){let n=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return n&&n[1]||""}var Fd=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function ea(e,n,t){let i=t&&t.Blob||ee.classes.Blob,a=Gn(e);if(n===void 0&&i&&(n=!0),a==="data"){e=a.length?e.slice(a.length+1):e;let s=Fd.exec(e);if(!s)throw new _("Invalid URL",_.ERR_INVALID_URL);let o=s[1],r=s[2],c=s[3],p=Buffer.from(decodeURIComponent(c),r?"base64":"utf8");if(n){if(!i)throw new _("Blob is not supported",_.ERR_NOT_SUPPORT);return new i([p],{type:o})}return p}throw new _("Unsupported protocol "+a,_.ERR_NOT_SUPPORT)}var rn=ce(require("stream"),1);var xr=ce(require("stream"),1);function Pd(e,n){let t=0,i=1e3/n,a=null;return function(o,r){let c=Date.now();if(o||c-t>i)return a&&(clearTimeout(a),a=null),t=c,e.apply(null,r);a||(a=setTimeout(()=>(a=null,t=Date.now(),e.apply(null,r)),i-(c-t)))}}var hr=Pd;function qd(e,n){e=e||10;let t=new Array(e),i=new Array(e),a=0,s=0,o;return n=n!==void 0?n:1e3,function(c){let p=Date.now(),l=i[s];o||(o=p),t[a]=c,i[a]=p;let d=s,w=0;for(;d!==a;)w+=t[d++],d=d%e;if(a=(a+1)%e,a===s&&(s=(s+1)%e),p-o<n)return;let k=l&&p-l;return k?Math.round(w*1e3/k):void 0}}var It=qd;var At=Symbol("internals"),na=class extends xr.default.Transform{constructor(n){n=u.toFlatObject(n,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(r,c)=>!u.isUndefined(c[r])),super({readableHighWaterMark:n.chunkSize});let t=this,i=this[At]={length:n.length,timeWindow:n.timeWindow,ticksRate:n.ticksRate,chunkSize:n.chunkSize,maxRate:n.maxRate,minChunkSize:n.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null},a=It(i.ticksRate*n.samplesCount,i.timeWindow);this.on("newListener",r=>{r==="progress"&&(i.isCaptured||(i.isCaptured=!0))});let s=0;i.updateProgress=hr(function(){let c=i.length,p=i.bytesSeen,l=p-s;if(!l||t.destroyed)return;let d=a(l);s=p,process.nextTick(()=>{t.emit("progress",{loaded:p,total:c,progress:c?p/c:void 0,bytes:l,rate:d||void 0,estimated:d&&c&&p<=c?(c-p)/d:void 0})})},i.ticksRate);let o=()=>{i.updateProgress(!0)};this.once("end",o),this.once("error",o)}_read(n){let t=this[At];return t.onReadCallback&&t.onReadCallback(),super._read(n)}_transform(n,t,i){let a=this,s=this[At],o=s.maxRate,r=this.readableHighWaterMark,c=s.timeWindow,p=1e3/c,l=o/p,d=s.minChunkSize!==!1?Math.max(s.minChunkSize,l*.01):0;function w(b,x){let R=Buffer.byteLength(b);s.bytesSeen+=R,s.bytes+=R,s.isCaptured&&s.updateProgress(),a.push(b)?process.nextTick(x):s.onReadCallback=()=>{s.onReadCallback=null,process.nextTick(x)}}let k=(b,x)=>{let R=Buffer.byteLength(b),h=null,S=r,y,A=0;if(o){let O=Date.now();(!s.ts||(A=O-s.ts)>=c)&&(s.ts=O,y=l-s.bytes,s.bytes=y<0?-y:0,A=0),y=l-s.bytes}if(o){if(y<=0)return setTimeout(()=>{x(null,b)},c-A);y<S&&(S=y)}S&&R>S&&R-S>d&&(h=b.subarray(S),b=b.subarray(0,S)),w(b,h?()=>{process.nextTick(x,null,h)}:x)};k(n,function b(x,R){if(x)return i(x);R?k(R,b):i(null)})}setLength(n){return this[At].length=+n,this}},ta=na;var Ir=ce(require("events"),1);var br=require("util"),gr=require("stream");var{asyncIterator:vr}=Symbol,Bd=async function*(e){e.stream?yield*e.stream():e.arrayBuffer?yield await e.arrayBuffer():e[vr]?yield*e[vr]():yield e},Nt=Bd;var zd=u.ALPHABET.ALPHA_DIGIT+"-_",Vn=new br.TextEncoder,Ge=`\r
|
|
15
|
+
`,Dd=Vn.encode(Ge),Md=2,ia=class{constructor(n,t){let{escapeName:i}=this.constructor,a=u.isString(t),s=`Content-Disposition: form-data; name="${i(n)}"${!a&&t.name?`; filename="${i(t.name)}"`:""}${Ge}`;a?t=Vn.encode(String(t).replace(/\r?\n|\r\n?/g,Ge)):s+=`Content-Type: ${t.type||"application/octet-stream"}${Ge}`,this.headers=Vn.encode(s+Ge),this.contentLength=a?t.byteLength:t.size,this.size=this.headers.byteLength+this.contentLength+Md,this.name=n,this.value=t}async*encode(){yield this.headers;let{value:n}=this;u.isTypedArray(n)?yield n:yield*Nt(n),yield Dd}static escapeName(n){return String(n).replace(/[\r\n"]/g,t=>({"\r":"%0D","\n":"%0A",'"':"%22"})[t])}},Ud=(e,n,t)=>{let{tag:i="form-data-boundary",size:a=25,boundary:s=i+"-"+u.generateString(a,zd)}=t||{};if(!u.isFormData(e))throw TypeError("FormData instance required");if(s.length<1||s.length>70)throw Error("boundary must be 10-70 characters long");let o=Vn.encode("--"+s+Ge),r=Vn.encode("--"+s+"--"+Ge+Ge),c=r.byteLength,p=Array.from(e.entries()).map(([d,w])=>{let k=new ia(d,w);return c+=k.size,k});c+=o.byteLength*p.length,c=u.toFiniteNumber(c);let l={"Content-Type":`multipart/form-data; boundary=${s}`};return Number.isFinite(c)&&(l["Content-Length"]=c),n&&n(l),gr.Readable.from(async function*(){for(let d of p)yield o,yield*d.encode();yield r}())},yr=Ud;var wr=ce(require("stream"),1),aa=class extends wr.default.Transform{__transform(n,t,i){this.push(n),i()}_transform(n,t,i){if(n.length!==0&&(this._transform=this.__transform,n[0]!==120)){let a=Buffer.alloc(2);a[0]=120,a[1]=156,this.push(a,t)}this.__transform(n,t,i)}},Er=aa;var Hd=(e,n)=>u.isAsyncFn(e)?function(...t){let i=t.pop();e.apply(this,t).then(a=>{try{n?i(null,...n(a)):i(null,a)}catch(s){i(s)}},i)}:e,Rr=Hd;var Cr={flush:qe.default.constants.Z_SYNC_FLUSH,finishFlush:qe.default.constants.Z_SYNC_FLUSH},$d={flush:qe.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:qe.default.constants.BROTLI_OPERATION_FLUSH},Sr=u.isFunction(qe.default.createBrotliDecompress),{http:Gd,https:Vd}=jr.default,Jd=/https:?/,Or=ee.protocols.map(e=>e+":");function Wd(e){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e)}function Ar(e,n,t){let i=n;if(!i&&i!==!1){let a=(0,Tr.getProxyForUrl)(t);a&&(i=new URL(a))}if(i){if(i.username&&(i.auth=(i.username||"")+":"+(i.password||"")),i.auth){(i.auth.username||i.auth.password)&&(i.auth=(i.auth.username||"")+":"+(i.auth.password||""));let s=Buffer.from(i.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+s}e.headers.host=e.hostname+(e.port?":"+e.port:"");let a=i.hostname||i.host;e.hostname=a,e.host=a,e.port=i.port,e.path=t,i.protocol&&(e.protocol=i.protocol.includes(":")?i.protocol:`${i.protocol}:`)}e.beforeRedirects.proxy=function(s){Ar(s,n,s.href)}}var Xd=typeof process<"u"&&u.kindOf(process)==="process",Kd=e=>new Promise((n,t)=>{let i,a,s=(c,p)=>{a||(a=!0,i&&i(c,p))},o=c=>{s(c),n(c)},r=c=>{s(c,!0),t(c)};e(o,r,c=>i=c).catch(r)}),Nr=Xd&&function(n){return Kd(async function(i,a,s){let{data:o,lookup:r,family:c}=n,{responseType:p,responseEncoding:l}=n,d=n.method.toUpperCase(),w,k=!1,b;r&&u.isAsyncFn(r)&&(r=Rr(r,j=>{if(u.isString(j))j=[j,j.indexOf(".")<0?6:4];else if(!u.isArray(j))throw new TypeError("lookup async function must return an array [ip: string, family: number]]");return j}));let x=new Ir.default,R=()=>{n.cancelToken&&n.cancelToken.unsubscribe(h),n.signal&&n.signal.removeEventListener("abort",h),x.removeAllListeners()};s((j,B)=>{w=!0,B&&(k=!0,R())});function h(j){x.emit("abort",!j||j.type?new ke(null,n,b):j)}x.once("abort",a),(n.cancelToken||n.signal)&&(n.cancelToken&&n.cancelToken.subscribe(h),n.signal&&(n.signal.aborted?h():n.signal.addEventListener("abort",h)));let S=nn(n.baseURL,n.url),y=new URL(S,"http://localhost"),A=y.protocol||Or[0];if(A==="data:"){let j;if(d!=="GET")return $e(i,a,{status:405,statusText:"method not allowed",headers:{},config:n});try{j=ea(n.url,p==="blob",{Blob:n.env&&n.env.Blob})}catch(B){throw _.from(B,_.ERR_BAD_REQUEST,n)}return p==="text"?(j=j.toString(l),(!l||l==="utf8")&&(j=u.stripBOM(j))):p==="stream"&&(j=rn.default.Readable.from(j)),$e(i,a,{data:j,status:200,statusText:"OK",headers:new ie,config:n})}if(Or.indexOf(A)===-1)return a(new _("Unsupported protocol "+A,_.ERR_BAD_REQUEST,n));let O=ie.from(n.headers).normalize();O.set("User-Agent","axios/"+on,!1);let F=n.onDownloadProgress,q=n.onUploadProgress,W=n.maxRate,V,ne;if(u.isSpecCompliantForm(o)){let j=O.getContentType(/boundary=([-_\w\d]{10,70})/i);o=yr(o,B=>{O.set(B)},{tag:`axios-${on}-boundary`,boundary:j&&j[1]||void 0})}else if(u.isFormData(o)&&u.isFunction(o.getHeaders)){if(O.set(o.getHeaders()),!O.hasContentLength())try{let j=await Lr.default.promisify(o.getLength).call(o);Number.isFinite(j)&&j>=0&&O.setContentLength(j)}catch{}}else if(u.isBlob(o))o.size&&O.setContentType(o.type||"application/octet-stream"),O.setContentLength(o.size||0),o=rn.default.Readable.from(Nt(o));else if(o&&!u.isStream(o)){if(!Buffer.isBuffer(o))if(u.isArrayBuffer(o))o=Buffer.from(new Uint8Array(o));else if(u.isString(o))o=Buffer.from(o,"utf-8");else return a(new _("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",_.ERR_BAD_REQUEST,n));if(O.setContentLength(o.length,!1),n.maxBodyLength>-1&&o.length>n.maxBodyLength)return a(new _("Request body larger than maxBodyLength limit",_.ERR_BAD_REQUEST,n))}let $t=u.toFiniteNumber(O.getContentLength());u.isArray(W)?(V=W[0],ne=W[1]):V=ne=W,o&&(q||V)&&(u.isStream(o)||(o=rn.default.Readable.from(o,{objectMode:!1})),o=rn.default.pipeline([o,new ta({length:$t,maxRate:u.toFiniteNumber(V)})],u.noop),q&&o.on("progress",j=>{q(Object.assign(j,{upload:!0}))}));let We;if(n.auth){let j=n.auth.username||"",B=n.auth.password||"";We=j+":"+B}if(!We&&y.username){let j=y.username,B=y.password;We=j+":"+B}We&&O.delete("authorization");let Ln;try{Ln=en(y.pathname+y.search,n.params,n.paramsSerializer).replace(/^\?/,"")}catch(j){let B=new Error(j.message);return B.config=n,B.url=n.url,B.exists=!0,a(B)}O.set("Accept-Encoding","gzip, compress, deflate"+(Sr?", br":""),!1);let me={path:Ln,method:d,headers:O.toJSON(),agents:{http:n.httpAgent,https:n.httpsAgent},auth:We,protocol:A,family:c,lookup:r,beforeRedirect:Wd,beforeRedirects:{}};n.socketPath?me.socketPath=n.socketPath:(me.hostname=y.hostname,me.port=y.port,Ar(me,n.proxy,A+"//"+y.hostname+(y.port?":"+y.port:"")+me.path));let ze,jn=Jd.test(me.protocol);if(me.agent=jn?n.httpsAgent:n.httpAgent,n.transport?ze=n.transport:n.maxRedirects===0?ze=jn?kr.default:_r.default:(n.maxRedirects&&(me.maxRedirects=n.maxRedirects),n.beforeRedirect&&(me.beforeRedirects.config=n.beforeRedirect),ze=jn?Vd:Gd),n.maxBodyLength>-1?me.maxBodyLength=n.maxBodyLength:me.maxBodyLength=1/0,n.insecureHTTPParser&&(me.insecureHTTPParser=n.insecureHTTPParser),b=ze.request(me,function(B){if(b.destroyed)return;let te=[B],je=+B.headers["content-length"];if(F){let xe=new ta({length:u.toFiniteNumber(je),maxRate:u.toFiniteNumber(ne)});F&&xe.on("progress",pn=>{F(Object.assign(pn,{download:!0}))}),te.push(xe)}let re=B,De=B.req||b;if(n.decompress!==!1&&B.headers["content-encoding"])switch((d==="HEAD"||B.statusCode===204)&&delete B.headers["content-encoding"],B.headers["content-encoding"]){case"gzip":case"x-gzip":case"compress":case"x-compress":te.push(qe.default.createUnzip(Cr)),delete B.headers["content-encoding"];break;case"deflate":te.push(new Er),te.push(qe.default.createUnzip(Cr)),delete B.headers["content-encoding"];break;case"br":Sr&&(te.push(qe.default.createBrotliDecompress($d)),delete B.headers["content-encoding"])}re=te.length>1?rn.default.pipeline(te,u.noop):te[0];let cn=rn.default.finished(re,()=>{cn(),R()}),Ee={status:B.statusCode,statusText:B.statusMessage,headers:new ie(B.headers),config:n,request:De};if(p==="stream")Ee.data=re,$e(i,a,Ee);else{let xe=[],pn=0;re.on("data",function(f){xe.push(f),pn+=f.length,n.maxContentLength>-1&&pn>n.maxContentLength&&(k=!0,re.destroy(),a(new _("maxContentLength size of "+n.maxContentLength+" exceeded",_.ERR_BAD_RESPONSE,n,De)))}),re.on("aborted",function(){if(k)return;let f=new _("maxContentLength size of "+n.maxContentLength+" exceeded",_.ERR_BAD_RESPONSE,n,De);re.destroy(f),a(f)}),re.on("error",function(f){b.destroyed||a(_.from(f,null,n,De))}),re.on("end",function(){try{let f=xe.length===1?xe[0]:Buffer.concat(xe);p!=="arraybuffer"&&(f=f.toString(l),(!l||l==="utf8")&&(f=u.stripBOM(f))),Ee.data=f}catch(f){a(_.from(f,null,n,Ee.request,Ee))}$e(i,a,Ee)})}x.once("abort",xe=>{re.destroyed||(re.emit("error",xe),re.destroy())})}),x.once("abort",j=>{a(j),b.destroy(j)}),b.on("error",function(B){a(_.from(B,null,n,b))}),b.on("socket",function(B){B.setKeepAlive(!0,1e3*60)}),n.timeout){let j=parseInt(n.timeout,10);if(isNaN(j)){a(new _("error trying to parse `config.timeout` to int",_.ERR_BAD_OPTION_VALUE,n,b));return}b.setTimeout(j,function(){if(w)return;let te=n.timeout?"timeout of "+n.timeout+"ms exceeded":"timeout exceeded",je=n.transitional||bn;n.timeoutErrorMessage&&(te=n.timeoutErrorMessage),a(new _(te,je.clarifyTimeoutError?_.ETIMEDOUT:_.ECONNABORTED,n,b)),h()})}if(u.isStream(o)){let j=!1,B=!1;o.on("end",()=>{j=!0}),o.once("error",te=>{B=!0,b.destroy(te)}),o.on("close",()=>{!j&&!B&&h(new ke("Request stream has been aborted",n,b))}),o.pipe(b)}else b.end(o)})};var Fr=ee.isStandardBrowserEnv?function(){return{write:function(t,i,a,s,o,r){let c=[];c.push(t+"="+encodeURIComponent(i)),u.isNumber(a)&&c.push("expires="+new Date(a).toGMTString()),u.isString(s)&&c.push("path="+s),u.isString(o)&&c.push("domain="+o),r===!0&&c.push("secure"),document.cookie=c.join("; ")},read:function(t){let i=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return i?decodeURIComponent(i[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();var Pr=ee.isStandardBrowserEnv?function(){let n=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a"),i;function a(s){let o=s;return n&&(t.setAttribute("href",o),o=t.href),t.setAttribute("href",o),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:t.pathname.charAt(0)==="/"?t.pathname:"/"+t.pathname}}return i=a(window.location.href),function(o){let r=u.isString(o)?a(o):o;return r.protocol===i.protocol&&r.host===i.host}}():function(){return function(){return!0}}();function qr(e,n){let t=0,i=It(50,250);return a=>{let s=a.loaded,o=a.lengthComputable?a.total:void 0,r=s-t,c=i(r),p=s<=o;t=s;let l={loaded:s,total:o,progress:o?s/o:void 0,bytes:r,rate:c||void 0,estimated:c&&o&&p?(o-s)/c:void 0,event:a};l[n?"download":"upload"]=!0,e(l)}}var Yd=typeof XMLHttpRequest<"u",Br=Yd&&function(e){return new Promise(function(t,i){let a=e.data,s=ie.from(e.headers).normalize(),o=e.responseType,r;function c(){e.cancelToken&&e.cancelToken.unsubscribe(r),e.signal&&e.signal.removeEventListener("abort",r)}u.isFormData(a)&&(ee.isStandardBrowserEnv||ee.isStandardBrowserWebWorkerEnv?s.setContentType(!1):s.setContentType("multipart/form-data;",!1));let p=new XMLHttpRequest;if(e.auth){let k=e.auth.username||"",b=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";s.set("Authorization","Basic "+btoa(k+":"+b))}let l=nn(e.baseURL,e.url);p.open(e.method.toUpperCase(),en(l,e.params,e.paramsSerializer),!0),p.timeout=e.timeout;function d(){if(!p)return;let k=ie.from("getAllResponseHeaders"in p&&p.getAllResponseHeaders()),x={data:!o||o==="text"||o==="json"?p.responseText:p.response,status:p.status,statusText:p.statusText,headers:k,config:e,request:p};$e(function(h){t(h),c()},function(h){i(h),c()},x),p=null}if("onloadend"in p?p.onloadend=d:p.onreadystatechange=function(){!p||p.readyState!==4||p.status===0&&!(p.responseURL&&p.responseURL.indexOf("file:")===0)||setTimeout(d)},p.onabort=function(){p&&(i(new _("Request aborted",_.ECONNABORTED,e,p)),p=null)},p.onerror=function(){i(new _("Network Error",_.ERR_NETWORK,e,p)),p=null},p.ontimeout=function(){let b=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",x=e.transitional||bn;e.timeoutErrorMessage&&(b=e.timeoutErrorMessage),i(new _(b,x.clarifyTimeoutError?_.ETIMEDOUT:_.ECONNABORTED,e,p)),p=null},ee.isStandardBrowserEnv){let k=(e.withCredentials||Pr(l))&&e.xsrfCookieName&&Fr.read(e.xsrfCookieName);k&&s.set(e.xsrfHeaderName,k)}a===void 0&&s.setContentType(null),"setRequestHeader"in p&&u.forEach(s.toJSON(),function(b,x){p.setRequestHeader(x,b)}),u.isUndefined(e.withCredentials)||(p.withCredentials=!!e.withCredentials),o&&o!=="json"&&(p.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&p.addEventListener("progress",qr(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&p.upload&&p.upload.addEventListener("progress",qr(e.onUploadProgress)),(e.cancelToken||e.signal)&&(r=k=>{p&&(i(!k||k.type?new ke(null,e,p):k),p.abort(),p=null)},e.cancelToken&&e.cancelToken.subscribe(r),e.signal&&(e.signal.aborted?r():e.signal.addEventListener("abort",r)));let w=Gn(l);if(w&&ee.protocols.indexOf(w)===-1){i(new _("Unsupported protocol "+w+":",_.ERR_BAD_REQUEST,e));return}p.send(a||null)})};var Ft={http:Nr,xhr:Br};u.forEach(Ft,(e,n)=>{if(e){try{Object.defineProperty(e,"name",{value:n})}catch{}Object.defineProperty(e,"adapterName",{value:n})}});var zr={getAdapter:e=>{e=u.isArray(e)?e:[e];let{length:n}=e,t,i;for(let a=0;a<n&&(t=e[a],!(i=u.isString(t)?Ft[t.toLowerCase()]:t));a++);if(!i)throw i===!1?new _(`Adapter ${t} is not supported by the environment`,"ERR_NOT_SUPPORT"):new Error(u.hasOwnProp(Ft,t)?`Adapter '${t}' is not available in the build`:`Unknown adapter '${t}'`);if(!u.isFunction(i))throw new TypeError("adapter is not a function");return i},adapters:Ft};function sa(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ke(null,e)}function Pt(e){return sa(e),e.headers=ie.from(e.headers),e.data=Dn.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),zr.getAdapter(e.adapter||gn.adapter)(e).then(function(i){return sa(e),i.data=Dn.call(e,e.transformResponse,i),i.headers=ie.from(i.headers),i},function(i){return Mn(i)||(sa(e),i&&i.response&&(i.response.data=Dn.call(e,e.transformResponse,i.response),i.response.headers=ie.from(i.response.headers))),Promise.reject(i)})}var Dr=e=>e instanceof ie?e.toJSON():e;function Be(e,n){n=n||{};let t={};function i(p,l,d){return u.isPlainObject(p)&&u.isPlainObject(l)?u.merge.call({caseless:d},p,l):u.isPlainObject(l)?u.merge({},l):u.isArray(l)?l.slice():l}function a(p,l,d){if(u.isUndefined(l)){if(!u.isUndefined(p))return i(void 0,p,d)}else return i(p,l,d)}function s(p,l){if(!u.isUndefined(l))return i(void 0,l)}function o(p,l){if(u.isUndefined(l)){if(!u.isUndefined(p))return i(void 0,p)}else return i(void 0,l)}function r(p,l,d){if(d in n)return i(p,l);if(d in e)return i(void 0,p)}let c={url:s,method:s,data:s,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:r,headers:(p,l)=>a(Dr(p),Dr(l),!0)};return u.forEach(Object.keys(Object.assign({},e,n)),function(l){let d=c[l]||a,w=d(e[l],n[l],l);u.isUndefined(w)&&d!==r||(t[l]=w)}),t}var oa={};["object","boolean","number","function","string","symbol"].forEach((e,n)=>{oa[e]=function(i){return typeof i===e||"a"+(n<1?"n ":" ")+e}});var Mr={};oa.transitional=function(n,t,i){function a(s,o){return"[Axios v"+on+"] Transitional option '"+s+"'"+o+(i?". "+i:"")}return(s,o,r)=>{if(n===!1)throw new _(a(o," has been removed"+(t?" in "+t:"")),_.ERR_DEPRECATED);return t&&!Mr[o]&&(Mr[o]=!0,console.warn(a(o," has been deprecated since v"+t+" and will be removed in the near future"))),n?n(s,o,r):!0}};function Qd(e,n,t){if(typeof e!="object")throw new _("options must be an object",_.ERR_BAD_OPTION_VALUE);let i=Object.keys(e),a=i.length;for(;a-- >0;){let s=i[a],o=n[s];if(o){let r=e[s],c=r===void 0||o(r,s,e);if(c!==!0)throw new _("option "+s+" must be "+c,_.ERR_BAD_OPTION_VALUE);continue}if(t!==!0)throw new _("Unknown option "+s,_.ERR_BAD_OPTION)}}var qt={assertOptions:Qd,validators:oa};var Ve=qt.validators,Sn=class{constructor(n){this.defaults=n,this.interceptors={request:new Ui,response:new Ui}}request(n,t){typeof n=="string"?(t=t||{},t.url=n):t=n||{},t=Be(this.defaults,t);let{transitional:i,paramsSerializer:a,headers:s}=t;i!==void 0&&qt.assertOptions(i,{silentJSONParsing:Ve.transitional(Ve.boolean),forcedJSONParsing:Ve.transitional(Ve.boolean),clarifyTimeoutError:Ve.transitional(Ve.boolean)},!1),a!=null&&(u.isFunction(a)?t.paramsSerializer={serialize:a}:qt.assertOptions(a,{encode:Ve.function,serialize:Ve.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let o;o=s&&u.merge(s.common,s[t.method]),o&&u.forEach(["delete","get","head","post","put","patch","common"],b=>{delete s[b]}),t.headers=ie.concat(o,s);let r=[],c=!0;this.interceptors.request.forEach(function(x){typeof x.runWhen=="function"&&x.runWhen(t)===!1||(c=c&&x.synchronous,r.unshift(x.fulfilled,x.rejected))});let p=[];this.interceptors.response.forEach(function(x){p.push(x.fulfilled,x.rejected)});let l,d=0,w;if(!c){let b=[Pt.bind(this),void 0];for(b.unshift.apply(b,r),b.push.apply(b,p),w=b.length,l=Promise.resolve(t);d<w;)l=l.then(b[d++],b[d++]);return l}w=r.length;let k=t;for(d=0;d<w;){let b=r[d++],x=r[d++];try{k=b(k)}catch(R){x.call(this,R);break}}try{l=Pt.call(this,k)}catch(b){return Promise.reject(b)}for(d=0,w=p.length;d<w;)l=l.then(p[d++],p[d++]);return l}getUri(n){n=Be(this.defaults,n);let t=nn(n.baseURL,n.url);return en(t,n.params,n.paramsSerializer)}};u.forEach(["delete","get","head","options"],function(n){Sn.prototype[n]=function(t,i){return this.request(Be(i||{},{method:n,url:t,data:(i||{}).data}))}});u.forEach(["post","put","patch"],function(n){function t(i){return function(s,o,r){return this.request(Be(r||{},{method:n,headers:i?{"Content-Type":"multipart/form-data"}:{},url:s,data:o}))}}Sn.prototype[n]=t(),Sn.prototype[n+"Form"]=t(!0)});var Jn=Sn;var Wn=class{constructor(n){if(typeof n!="function")throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(s){t=s});let i=this;this.promise.then(a=>{if(!i._listeners)return;let s=i._listeners.length;for(;s-- >0;)i._listeners[s](a);i._listeners=null}),this.promise.then=a=>{let s,o=new Promise(r=>{i.subscribe(r),s=r}).then(a);return o.cancel=function(){i.unsubscribe(s)},o},n(function(s,o,r){i.reason||(i.reason=new ke(s,o,r),t(i.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(n){if(this.reason){n(this.reason);return}this._listeners?this._listeners.push(n):this._listeners=[n]}unsubscribe(n){if(!this._listeners)return;let t=this._listeners.indexOf(n);t!==-1&&this._listeners.splice(t,1)}static source(){let n;return{token:new Wn(function(a){n=a}),cancel:n}}},Ur=Wn;function ra(e){return function(t){return e.apply(null,t)}}function ca(e){return u.isObject(e)&&e.isAxiosError===!0}var pa={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(pa).forEach(([e,n])=>{pa[n]=e});var Hr=pa;function $r(e){let n=new Jn(e),t=Pn(Jn.prototype.request,n);return u.extend(t,Jn.prototype,n,{allOwnKeys:!0}),u.extend(t,n,null,{allOwnKeys:!0}),t.create=function(a){return $r(Be(e,a))},t}var ae=$r(gn);ae.Axios=Jn;ae.CanceledError=ke;ae.CancelToken=Ur;ae.isCancel=Mn;ae.VERSION=on;ae.toFormData=He;ae.AxiosError=_;ae.Cancel=ae.CanceledError;ae.all=function(n){return Promise.all(n)};ae.spread=ra;ae.isAxiosError=ca;ae.mergeConfig=Be;ae.AxiosHeaders=ie;ae.formToJSON=e=>St(u.isHTMLForm(e)?new FormData(e):e);ae.HttpStatusCode=Hr;ae.default=ae;var Bt=ae;var{Axios:Tv,AxiosError:_v,CanceledError:kv,isCancel:Lv,CancelToken:jv,VERSION:Iv,all:Av,Cancel:Nv,isAxiosError:Fv,spread:Pv,toFormData:qv,AxiosHeaders:Bv,HttpStatusCode:zv,formToJSON:Dv,mergeConfig:Mv}=Bt;var fc=ce(lc());0&&(module.exports={V8toIstanbul,axios,convertSourceMap,istanbulLibCoverage,istanbulLibReport,mergeScriptCovs});
|