d5-testing-library 2.0.0-alpha.0 → 2.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3182 +1,29 @@
1
1
  import {
2
- TreeView
3
- } from "./chunk-EFNMD3S7.mjs";
4
- import {
5
- FilterPanel,
6
- FormFilterField,
7
- ListForm,
8
- PanelFilterField
9
- } from "./chunk-TSE33S3X.mjs";
10
- import {
11
- FormEdit
12
- } from "./chunk-GVYXH7L3.mjs";
13
- import {
14
- AbstractButton,
15
- AbstractElement,
16
- AbstractElementWithParent,
17
2
  AbstractPage,
3
+ ApiRequest,
18
4
  ControlClass,
19
- DX_CLEAR_BUTTON_AREA,
5
+ Dialog,
6
+ FilterPanel,
7
+ FormEdit,
20
8
  FormField,
9
+ FormFilterField,
10
+ ListForm,
11
+ LoginPage,
21
12
  NumberEditor,
13
+ PanelFilterField,
14
+ ReportForm,
15
+ SubsystemsPanel,
22
16
  TextEditor,
23
- __commonJS,
24
- __require,
25
- __toESM,
17
+ TreeView,
26
18
  byTestId,
27
19
  byTestIdCssSelector,
28
- click,
29
20
  config,
30
- contextMenu,
31
- createSubSystemTestId,
32
21
  disabledLocator,
33
22
  editorFactory,
34
- fixElementStaleError,
35
23
  readonlyLocator,
36
- safeWait,
37
- waitElementIsClickable_default,
24
+ wait,
38
25
  waitElementIsVisible_default
39
- } from "./chunk-RPSLW2WB.mjs";
40
-
41
- // src/api/d5lib.js
42
- var require_d5lib = __commonJS({
43
- "src/api/d5lib.js"(exports, module) {
44
- "use strict";
45
- (() => {
46
- var e = { 9118: (e2, a2, n2) => {
47
- e2.exports = { parallel: n2(9162), serial: n2(1357), serialOrdered: n2(9087) };
48
- }, 7651: (e2) => {
49
- function a2(e3) {
50
- "function" == typeof this.jobs[e3] && this.jobs[e3]();
51
- }
52
- e2.exports = function(e3) {
53
- Object.keys(e3.jobs).forEach(a2.bind(e3)), e3.jobs = {};
54
- };
55
- }, 5912: (e2, a2, n2) => {
56
- var i2 = n2(9265);
57
- e2.exports = function(e3) {
58
- var a3 = false;
59
- return i2(function() {
60
- a3 = true;
61
- }), function(n3, o) {
62
- a3 ? e3(n3, o) : i2(function() {
63
- e3(n3, o);
64
- });
65
- };
66
- };
67
- }, 9265: (e2) => {
68
- e2.exports = function(e3) {
69
- var a2 = "function" == typeof setImmediate ? setImmediate : "object" == typeof process && "function" == typeof process.nextTick ? process.nextTick : null;
70
- a2 ? a2(e3) : setTimeout(e3, 0);
71
- };
72
- }, 7594: (e2, a2, n2) => {
73
- var i2 = n2(5912), o = n2(7651);
74
- e2.exports = function(e3, a3, n3, t) {
75
- var s = n3.keyedList ? n3.keyedList[n3.index] : n3.index;
76
- n3.jobs[s] = (function(e4, a4, n4, o2) {
77
- return 2 == e4.length ? e4(n4, i2(o2)) : e4(n4, a4, i2(o2));
78
- })(a3, s, e3[s], function(e4, a4) {
79
- s in n3.jobs && (delete n3.jobs[s], e4 ? o(n3) : n3.results[s] = a4, t(e4, n3.results));
80
- });
81
- };
82
- }, 4528: (e2) => {
83
- e2.exports = function(e3, a2) {
84
- var n2 = !Array.isArray(e3), i2 = { index: 0, keyedList: n2 || a2 ? Object.keys(e3) : null, jobs: {}, results: n2 ? {} : [], size: n2 ? Object.keys(e3).length : e3.length };
85
- return a2 && i2.keyedList.sort(n2 ? a2 : function(n3, i3) {
86
- return a2(e3[n3], e3[i3]);
87
- }), i2;
88
- };
89
- }, 5353: (e2, a2, n2) => {
90
- var i2 = n2(7651), o = n2(5912);
91
- e2.exports = function(e3) {
92
- Object.keys(this.jobs).length && (this.index = this.size, i2(this), o(e3)(null, this.results));
93
- };
94
- }, 9162: (e2, a2, n2) => {
95
- var i2 = n2(7594), o = n2(4528), t = n2(5353);
96
- e2.exports = function(e3, a3, n3) {
97
- for (var s = o(e3); s.index < (s.keyedList || e3).length; ) i2(e3, a3, s, function(e4, a4) {
98
- e4 ? n3(e4, a4) : 0 !== Object.keys(s.jobs).length || n3(null, s.results);
99
- }), s.index++;
100
- return t.bind(s, n3);
101
- };
102
- }, 1357: (e2, a2, n2) => {
103
- var i2 = n2(9087);
104
- e2.exports = function(e3, a3, n3) {
105
- return i2(e3, a3, null, n3);
106
- };
107
- }, 9087: (e2, a2, n2) => {
108
- var i2 = n2(7594), o = n2(4528), t = n2(5353);
109
- function s(e3, a3) {
110
- return e3 < a3 ? -1 : e3 > a3 ? 1 : 0;
111
- }
112
- e2.exports = function(e3, a3, n3, s2) {
113
- var r = o(e3, n3);
114
- return i2(e3, a3, r, function n4(o2, t2) {
115
- o2 ? s2(o2, t2) : (r.index++, r.index < (r.keyedList || e3).length ? i2(e3, a3, r, n4) : s2(null, r.results));
116
- }), t.bind(r, s2);
117
- }, e2.exports.ascending = s, e2.exports.descending = function(e3, a3) {
118
- return -1 * s(e3, a3);
119
- };
120
- }, 4106: (e2, a2, n2) => {
121
- "use strict";
122
- var i2 = n2(9779), o = n2(3837), t = n2(1017), s = n2(3685), r = n2(5687), c = n2(7310).parse, p = n2(7147), l = n2(2781).Stream, u = n2(983), m = n2(9118), d = n2(4105), f = n2(8824), x = n2(5469);
123
- function h(e3) {
124
- if (!(this instanceof h)) return new h(e3);
125
- for (var a3 in this._overheadLength = 0, this._valueLength = 0, this._valuesToMeasure = [], i2.call(this), e3 = e3 || {}) this[a3] = e3[a3];
126
- }
127
- o.inherits(h, i2), h.LINE_BREAK = "\r\n", h.DEFAULT_CONTENT_TYPE = "application/octet-stream", h.prototype.append = function(e3, a3, n3) {
128
- "string" == typeof (n3 = n3 || {}) && (n3 = { filename: n3 });
129
- var o2 = i2.prototype.append.bind(this);
130
- if ("number" != typeof a3 && null != a3 || (a3 = String(a3)), Array.isArray(a3)) this._error(new Error("Arrays are not supported."));
131
- else {
132
- var t2 = this._multiPartHeader(e3, a3, n3), s2 = this._multiPartFooter();
133
- o2(t2), o2(a3), o2(s2), this._trackLength(t2, a3, n3);
134
- }
135
- }, h.prototype._trackLength = function(e3, a3, n3) {
136
- var i3 = 0;
137
- null != n3.knownLength ? i3 += Number(n3.knownLength) : Buffer.isBuffer(a3) ? i3 = a3.length : "string" == typeof a3 && (i3 = Buffer.byteLength(a3)), this._valueLength += i3, this._overheadLength += Buffer.byteLength(e3) + h.LINE_BREAK.length, a3 && (a3.path || a3.readable && f(a3, "httpVersion") || a3 instanceof l) && (n3.knownLength || this._valuesToMeasure.push(a3));
138
- }, h.prototype._lengthRetriever = function(e3, a3) {
139
- f(e3, "fd") ? null != e3.end && e3.end != 1 / 0 && null != e3.start ? a3(null, e3.end + 1 - (e3.start ? e3.start : 0)) : p.stat(e3.path, function(n3, i3) {
140
- if (n3) a3(n3);
141
- else {
142
- var o2 = i3.size - (e3.start ? e3.start : 0);
143
- a3(null, o2);
144
- }
145
- }) : f(e3, "httpVersion") ? a3(null, Number(e3.headers["content-length"])) : f(e3, "httpModule") ? (e3.on("response", function(n3) {
146
- e3.pause(), a3(null, Number(n3.headers["content-length"]));
147
- }), e3.resume()) : a3("Unknown stream");
148
- }, h.prototype._multiPartHeader = function(e3, a3, n3) {
149
- if ("string" == typeof n3.header) return n3.header;
150
- var i3, o2 = this._getContentDisposition(a3, n3), t2 = this._getContentType(a3, n3), s2 = "", r2 = { "Content-Disposition": ["form-data", 'name="' + e3 + '"'].concat(o2 || []), "Content-Type": [].concat(t2 || []) };
151
- for (var c2 in "object" == typeof n3.header && x(r2, n3.header), r2) if (f(r2, c2)) {
152
- if (null == (i3 = r2[c2])) continue;
153
- Array.isArray(i3) || (i3 = [i3]), i3.length && (s2 += c2 + ": " + i3.join("; ") + h.LINE_BREAK);
154
- }
155
- return "--" + this.getBoundary() + h.LINE_BREAK + s2 + h.LINE_BREAK;
156
- }, h.prototype._getContentDisposition = function(e3, a3) {
157
- var n3;
158
- if ("string" == typeof a3.filepath ? n3 = t.normalize(a3.filepath).replace(/\\/g, "/") : a3.filename || e3 && (e3.name || e3.path) ? n3 = t.basename(a3.filename || e3 && (e3.name || e3.path)) : e3 && e3.readable && f(e3, "httpVersion") && (n3 = t.basename(e3.client._httpMessage.path || "")), n3) return 'filename="' + n3 + '"';
159
- }, h.prototype._getContentType = function(e3, a3) {
160
- var n3 = a3.contentType;
161
- return !n3 && e3 && e3.name && (n3 = u.lookup(e3.name)), !n3 && e3 && e3.path && (n3 = u.lookup(e3.path)), !n3 && e3 && e3.readable && f(e3, "httpVersion") && (n3 = e3.headers["content-type"]), n3 || !a3.filepath && !a3.filename || (n3 = u.lookup(a3.filepath || a3.filename)), !n3 && e3 && "object" == typeof e3 && (n3 = h.DEFAULT_CONTENT_TYPE), n3;
162
- }, h.prototype._multiPartFooter = function() {
163
- return function(e3) {
164
- var a3 = h.LINE_BREAK;
165
- 0 === this._streams.length && (a3 += this._lastBoundary()), e3(a3);
166
- }.bind(this);
167
- }, h.prototype._lastBoundary = function() {
168
- return "--" + this.getBoundary() + "--" + h.LINE_BREAK;
169
- }, h.prototype.getHeaders = function(e3) {
170
- var a3, n3 = { "content-type": "multipart/form-data; boundary=" + this.getBoundary() };
171
- for (a3 in e3) f(e3, a3) && (n3[a3.toLowerCase()] = e3[a3]);
172
- return n3;
173
- }, h.prototype.setBoundary = function(e3) {
174
- if ("string" != typeof e3) throw new TypeError("FormData boundary must be a string");
175
- this._boundary = e3;
176
- }, h.prototype.getBoundary = function() {
177
- return this._boundary || this._generateBoundary(), this._boundary;
178
- }, h.prototype.getBuffer = function() {
179
- for (var e3 = new Buffer.alloc(0), a3 = this.getBoundary(), n3 = 0, i3 = this._streams.length; n3 < i3; n3++) "function" != typeof this._streams[n3] && (e3 = Buffer.isBuffer(this._streams[n3]) ? Buffer.concat([e3, this._streams[n3]]) : Buffer.concat([e3, Buffer.from(this._streams[n3])]), "string" == typeof this._streams[n3] && this._streams[n3].substring(2, a3.length + 2) === a3 || (e3 = Buffer.concat([e3, Buffer.from(h.LINE_BREAK)])));
180
- return Buffer.concat([e3, Buffer.from(this._lastBoundary())]);
181
- }, h.prototype._generateBoundary = function() {
182
- for (var e3 = "--------------------------", a3 = 0; a3 < 24; a3++) e3 += Math.floor(10 * Math.random()).toString(16);
183
- this._boundary = e3;
184
- }, h.prototype.getLengthSync = function() {
185
- var e3 = this._overheadLength + this._valueLength;
186
- return this._streams.length && (e3 += this._lastBoundary().length), this.hasKnownLength() || this._error(new Error("Cannot calculate proper length in synchronous way.")), e3;
187
- }, h.prototype.hasKnownLength = function() {
188
- var e3 = true;
189
- return this._valuesToMeasure.length && (e3 = false), e3;
190
- }, h.prototype.getLength = function(e3) {
191
- var a3 = this._overheadLength + this._valueLength;
192
- this._streams.length && (a3 += this._lastBoundary().length), this._valuesToMeasure.length ? m.parallel(this._valuesToMeasure, this._lengthRetriever, function(n3, i3) {
193
- n3 ? e3(n3) : (i3.forEach(function(e4) {
194
- a3 += e4;
195
- }), e3(null, a3));
196
- }) : process.nextTick(e3.bind(this, null, a3));
197
- }, h.prototype.submit = function(e3, a3) {
198
- var n3, i3, o2 = { method: "post" };
199
- return "string" == typeof e3 ? (e3 = c(e3), i3 = x({ port: e3.port, path: e3.pathname, host: e3.hostname, protocol: e3.protocol }, o2)) : (i3 = x(e3, o2)).port || (i3.port = "https:" === i3.protocol ? 443 : 80), i3.headers = this.getHeaders(e3.headers), n3 = "https:" === i3.protocol ? r.request(i3) : s.request(i3), this.getLength(function(e4, i4) {
200
- if (e4 && "Unknown stream" !== e4) this._error(e4);
201
- else if (i4 && n3.setHeader("Content-Length", i4), this.pipe(n3), a3) {
202
- var o3, t2 = function(e5, i5) {
203
- return n3.removeListener("error", t2), n3.removeListener("response", o3), a3.call(this, e5, i5);
204
- };
205
- o3 = t2.bind(this, null), n3.on("error", t2), n3.on("response", o3);
206
- }
207
- }.bind(this)), n3;
208
- }, h.prototype._error = function(e3) {
209
- this.error || (this.error = e3, this.pause(), this.emit("error", e3));
210
- }, h.prototype.toString = function() {
211
- return "[object FormData]";
212
- }, d(h, "FormData"), e2.exports = h;
213
- }, 5469: (e2) => {
214
- "use strict";
215
- e2.exports = function(e3, a2) {
216
- return Object.keys(a2).forEach(function(n2) {
217
- e3[n2] = e3[n2] || a2[n2];
218
- }), e3;
219
- };
220
- }, 5116: (e2, a2, n2) => {
221
- "use strict";
222
- var i2 = n2(8612), o = n2(1768), t = n2(8928), s = n2(9770);
223
- e2.exports = s || i2.call(t, o);
224
- }, 1768: (e2) => {
225
- "use strict";
226
- e2.exports = Function.prototype.apply;
227
- }, 8928: (e2) => {
228
- "use strict";
229
- e2.exports = Function.prototype.call;
230
- }, 319: (e2, a2, n2) => {
231
- "use strict";
232
- var i2 = n2(8612), o = n2(4453), t = n2(8928), s = n2(5116);
233
- e2.exports = function(e3) {
234
- if (e3.length < 1 || "function" != typeof e3[0]) throw new o("a function is required");
235
- return s(i2, t, e3);
236
- };
237
- }, 9770: (e2) => {
238
- "use strict";
239
- e2.exports = "undefined" != typeof Reflect && Reflect && Reflect.apply;
240
- }, 9779: (e2, a2, n2) => {
241
- var i2 = n2(3837), o = n2(2781).Stream, t = n2(3463);
242
- function s() {
243
- this.writable = false, this.readable = true, this.dataSize = 0, this.maxDataSize = 2097152, this.pauseStreams = true, this._released = false, this._streams = [], this._currentStream = null, this._insideLoop = false, this._pendingNext = false;
244
- }
245
- e2.exports = s, i2.inherits(s, o), s.create = function(e3) {
246
- var a3 = new this();
247
- for (var n3 in e3 = e3 || {}) a3[n3] = e3[n3];
248
- return a3;
249
- }, s.isStreamLike = function(e3) {
250
- return "function" != typeof e3 && "string" != typeof e3 && "boolean" != typeof e3 && "number" != typeof e3 && !Buffer.isBuffer(e3);
251
- }, s.prototype.append = function(e3) {
252
- if (s.isStreamLike(e3)) {
253
- if (!(e3 instanceof t)) {
254
- var a3 = t.create(e3, { maxDataSize: 1 / 0, pauseStream: this.pauseStreams });
255
- e3.on("data", this._checkDataSize.bind(this)), e3 = a3;
256
- }
257
- this._handleErrors(e3), this.pauseStreams && e3.pause();
258
- }
259
- return this._streams.push(e3), this;
260
- }, s.prototype.pipe = function(e3, a3) {
261
- return o.prototype.pipe.call(this, e3, a3), this.resume(), e3;
262
- }, s.prototype._getNext = function() {
263
- if (this._currentStream = null, this._insideLoop) this._pendingNext = true;
264
- else {
265
- this._insideLoop = true;
266
- try {
267
- do {
268
- this._pendingNext = false, this._realGetNext();
269
- } while (this._pendingNext);
270
- } finally {
271
- this._insideLoop = false;
272
- }
273
- }
274
- }, s.prototype._realGetNext = function() {
275
- var e3 = this._streams.shift();
276
- void 0 !== e3 ? "function" == typeof e3 ? e3(function(e4) {
277
- s.isStreamLike(e4) && (e4.on("data", this._checkDataSize.bind(this)), this._handleErrors(e4)), this._pipeNext(e4);
278
- }.bind(this)) : this._pipeNext(e3) : this.end();
279
- }, s.prototype._pipeNext = function(e3) {
280
- if (this._currentStream = e3, s.isStreamLike(e3)) return e3.on("end", this._getNext.bind(this)), void e3.pipe(this, { end: false });
281
- var a3 = e3;
282
- this.write(a3), this._getNext();
283
- }, s.prototype._handleErrors = function(e3) {
284
- var a3 = this;
285
- e3.on("error", function(e4) {
286
- a3._emitError(e4);
287
- });
288
- }, s.prototype.write = function(e3) {
289
- this.emit("data", e3);
290
- }, s.prototype.pause = function() {
291
- this.pauseStreams && (this.pauseStreams && this._currentStream && "function" == typeof this._currentStream.pause && this._currentStream.pause(), this.emit("pause"));
292
- }, s.prototype.resume = function() {
293
- this._released || (this._released = true, this.writable = true, this._getNext()), this.pauseStreams && this._currentStream && "function" == typeof this._currentStream.resume && this._currentStream.resume(), this.emit("resume");
294
- }, s.prototype.end = function() {
295
- this._reset(), this.emit("end");
296
- }, s.prototype.destroy = function() {
297
- this._reset(), this.emit("close");
298
- }, s.prototype._reset = function() {
299
- this.writable = false, this._streams = [], this._currentStream = null;
300
- }, s.prototype._checkDataSize = function() {
301
- if (this._updateDataSize(), !(this.dataSize <= this.maxDataSize)) {
302
- var e3 = "DelayedStream#maxDataSize of " + this.maxDataSize + " bytes exceeded.";
303
- this._emitError(new Error(e3));
304
- }
305
- }, s.prototype._updateDataSize = function() {
306
- this.dataSize = 0;
307
- var e3 = this;
308
- this._streams.forEach(function(a3) {
309
- a3.dataSize && (e3.dataSize += a3.dataSize);
310
- }), this._currentStream && this._currentStream.dataSize && (this.dataSize += this._currentStream.dataSize);
311
- }, s.prototype._emitError = function(e3) {
312
- this._reset(), this.emit("error", e3);
313
- };
314
- }, 1227: (e2, a2, n2) => {
315
- a2.formatArgs = function(a3) {
316
- if (a3[0] = (this.useColors ? "%c" : "") + this.namespace + (this.useColors ? " %c" : " ") + a3[0] + (this.useColors ? "%c " : " ") + "+" + e2.exports.humanize(this.diff), !this.useColors) return;
317
- const n3 = "color: " + this.color;
318
- a3.splice(1, 0, n3, "color: inherit");
319
- let i3 = 0, o = 0;
320
- a3[0].replace(/%[a-zA-Z%]/g, (e3) => {
321
- "%%" !== e3 && (i3++, "%c" === e3 && (o = i3));
322
- }), a3.splice(o, 0, n3);
323
- }, a2.save = function(e3) {
324
- try {
325
- e3 ? a2.storage.setItem("debug", e3) : a2.storage.removeItem("debug");
326
- } catch (e4) {
327
- }
328
- }, a2.load = function() {
329
- let e3;
330
- try {
331
- e3 = a2.storage.getItem("debug") || a2.storage.getItem("DEBUG");
332
- } catch (e4) {
333
- }
334
- return !e3 && "undefined" != typeof process && "env" in process && (e3 = process.env.DEBUG), e3;
335
- }, a2.useColors = function() {
336
- if ("undefined" != typeof window && window.process && ("renderer" === window.process.type || window.process.__nwjs)) return true;
337
- if ("undefined" != typeof navigator && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) return false;
338
- let e3;
339
- return "undefined" != typeof document && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance || "undefined" != typeof window && window.console && (window.console.firebug || window.console.exception && window.console.table) || "undefined" != typeof navigator && navigator.userAgent && (e3 = navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)) && parseInt(e3[1], 10) >= 31 || "undefined" != typeof navigator && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/);
340
- }, a2.storage = (function() {
341
- try {
342
- return localStorage;
343
- } catch (e3) {
344
- }
345
- })(), a2.destroy = /* @__PURE__ */ (() => {
346
- let e3 = false;
347
- return () => {
348
- e3 || (e3 = true, console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."));
349
- };
350
- })(), a2.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"], a2.log = console.debug || console.log || (() => {
351
- }), e2.exports = n2(2447)(a2);
352
- const { formatters: i2 } = e2.exports;
353
- i2.j = function(e3) {
354
- try {
355
- return JSON.stringify(e3);
356
- } catch (e4) {
357
- return "[UnexpectedJSONParseError]: " + e4.message;
358
- }
359
- };
360
- }, 2447: (e2, a2, n2) => {
361
- e2.exports = function(e3) {
362
- function a3(e4) {
363
- let n3, o2, t, s = null;
364
- function r(...e5) {
365
- if (!r.enabled) return;
366
- const i3 = r, o3 = Number(/* @__PURE__ */ new Date()), t2 = o3 - (n3 || o3);
367
- i3.diff = t2, i3.prev = n3, i3.curr = o3, n3 = o3, e5[0] = a3.coerce(e5[0]), "string" != typeof e5[0] && e5.unshift("%O");
368
- let s2 = 0;
369
- e5[0] = e5[0].replace(/%([a-zA-Z%])/g, (n4, o4) => {
370
- if ("%%" === n4) return "%";
371
- s2++;
372
- const t3 = a3.formatters[o4];
373
- if ("function" == typeof t3) {
374
- const a4 = e5[s2];
375
- n4 = t3.call(i3, a4), e5.splice(s2, 1), s2--;
376
- }
377
- return n4;
378
- }), a3.formatArgs.call(i3, e5), (i3.log || a3.log).apply(i3, e5);
379
- }
380
- return r.namespace = e4, r.useColors = a3.useColors(), r.color = a3.selectColor(e4), r.extend = i2, r.destroy = a3.destroy, Object.defineProperty(r, "enabled", { enumerable: true, configurable: false, get: () => null !== s ? s : (o2 !== a3.namespaces && (o2 = a3.namespaces, t = a3.enabled(e4)), t), set: (e5) => {
381
- s = e5;
382
- } }), "function" == typeof a3.init && a3.init(r), r;
383
- }
384
- function i2(e4, n3) {
385
- const i3 = a3(this.namespace + (void 0 === n3 ? ":" : n3) + e4);
386
- return i3.log = this.log, i3;
387
- }
388
- function o(e4, a4) {
389
- let n3 = 0, i3 = 0, o2 = -1, t = 0;
390
- for (; n3 < e4.length; ) if (i3 < a4.length && (a4[i3] === e4[n3] || "*" === a4[i3])) "*" === a4[i3] ? (o2 = i3, t = n3, i3++) : (n3++, i3++);
391
- else {
392
- if (-1 === o2) return false;
393
- i3 = o2 + 1, t++, n3 = t;
394
- }
395
- for (; i3 < a4.length && "*" === a4[i3]; ) i3++;
396
- return i3 === a4.length;
397
- }
398
- return a3.debug = a3, a3.default = a3, a3.coerce = function(e4) {
399
- return e4 instanceof Error ? e4.stack || e4.message : e4;
400
- }, a3.disable = function() {
401
- const e4 = [...a3.names, ...a3.skips.map((e5) => "-" + e5)].join(",");
402
- return a3.enable(""), e4;
403
- }, a3.enable = function(e4) {
404
- a3.save(e4), a3.namespaces = e4, a3.names = [], a3.skips = [];
405
- const n3 = ("string" == typeof e4 ? e4 : "").trim().replace(/\s+/g, ",").split(",").filter(Boolean);
406
- for (const e5 of n3) "-" === e5[0] ? a3.skips.push(e5.slice(1)) : a3.names.push(e5);
407
- }, a3.enabled = function(e4) {
408
- for (const n3 of a3.skips) if (o(e4, n3)) return false;
409
- for (const n3 of a3.names) if (o(e4, n3)) return true;
410
- return false;
411
- }, a3.humanize = n2(7824), a3.destroy = function() {
412
- console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");
413
- }, Object.keys(e3).forEach((n3) => {
414
- a3[n3] = e3[n3];
415
- }), a3.names = [], a3.skips = [], a3.formatters = {}, a3.selectColor = function(e4) {
416
- let n3 = 0;
417
- for (let a4 = 0; a4 < e4.length; a4++) n3 = (n3 << 5) - n3 + e4.charCodeAt(a4), n3 |= 0;
418
- return a3.colors[Math.abs(n3) % a3.colors.length];
419
- }, a3.enable(a3.load()), a3;
420
- };
421
- }, 5158: (e2, a2, n2) => {
422
- "undefined" == typeof process || "renderer" === process.type || true === process.browser || process.__nwjs ? e2.exports = n2(1227) : e2.exports = n2(39);
423
- }, 39: (e2, a2, n2) => {
424
- const i2 = n2(6224), o = n2(3837);
425
- a2.init = function(e3) {
426
- e3.inspectOpts = {};
427
- const n3 = Object.keys(a2.inspectOpts);
428
- for (let i3 = 0; i3 < n3.length; i3++) e3.inspectOpts[n3[i3]] = a2.inspectOpts[n3[i3]];
429
- }, a2.log = function(...e3) {
430
- return process.stderr.write(o.formatWithOptions(a2.inspectOpts, ...e3) + "\n");
431
- }, a2.formatArgs = function(n3) {
432
- const { namespace: i3, useColors: o2 } = this;
433
- if (o2) {
434
- const a3 = this.color, o3 = "\x1B[3" + (a3 < 8 ? a3 : "8;5;" + a3), t2 = ` ${o3};1m${i3} \x1B[0m`;
435
- n3[0] = t2 + n3[0].split("\n").join("\n" + t2), n3.push(o3 + "m+" + e2.exports.humanize(this.diff) + "\x1B[0m");
436
- } else n3[0] = (a2.inspectOpts.hideDate ? "" : (/* @__PURE__ */ new Date()).toISOString() + " ") + i3 + " " + n3[0];
437
- }, a2.save = function(e3) {
438
- e3 ? process.env.DEBUG = e3 : delete process.env.DEBUG;
439
- }, a2.load = function() {
440
- return process.env.DEBUG;
441
- }, a2.useColors = function() {
442
- return "colors" in a2.inspectOpts ? Boolean(a2.inspectOpts.colors) : i2.isatty(process.stderr.fd);
443
- }, a2.destroy = o.deprecate(() => {
444
- }, "Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."), a2.colors = [6, 2, 3, 4, 5, 1];
445
- try {
446
- const e3 = n2(2130);
447
- e3 && (e3.stderr || e3).level >= 2 && (a2.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]);
448
- } catch (e3) {
449
- }
450
- a2.inspectOpts = Object.keys(process.env).filter((e3) => /^debug_/i.test(e3)).reduce((e3, a3) => {
451
- const n3 = a3.substring(6).toLowerCase().replace(/_([a-z])/g, (e4, a4) => a4.toUpperCase());
452
- let i3 = process.env[a3];
453
- return i3 = !!/^(yes|on|true|enabled)$/i.test(i3) || !/^(no|off|false|disabled)$/i.test(i3) && ("null" === i3 ? null : Number(i3)), e3[n3] = i3, e3;
454
- }, {}), e2.exports = n2(2447)(a2);
455
- const { formatters: t } = e2.exports;
456
- t.o = function(e3) {
457
- return this.inspectOpts.colors = this.useColors, o.inspect(e3, this.inspectOpts).split("\n").map((e4) => e4.trim()).join(" ");
458
- }, t.O = function(e3) {
459
- return this.inspectOpts.colors = this.useColors, o.inspect(e3, this.inspectOpts);
460
- };
461
- }, 3463: (e2, a2, n2) => {
462
- var i2 = n2(2781).Stream, o = n2(3837);
463
- function t() {
464
- this.source = null, this.dataSize = 0, this.maxDataSize = 1048576, this.pauseStream = true, this._maxDataSizeExceeded = false, this._released = false, this._bufferedEvents = [];
465
- }
466
- e2.exports = t, o.inherits(t, i2), t.create = function(e3, a3) {
467
- var n3 = new this();
468
- for (var i3 in a3 = a3 || {}) n3[i3] = a3[i3];
469
- n3.source = e3;
470
- var o2 = e3.emit;
471
- return e3.emit = function() {
472
- return n3._handleEmit(arguments), o2.apply(e3, arguments);
473
- }, e3.on("error", function() {
474
- }), n3.pauseStream && e3.pause(), n3;
475
- }, Object.defineProperty(t.prototype, "readable", { configurable: true, enumerable: true, get: function() {
476
- return this.source.readable;
477
- } }), t.prototype.setEncoding = function() {
478
- return this.source.setEncoding.apply(this.source, arguments);
479
- }, t.prototype.resume = function() {
480
- this._released || this.release(), this.source.resume();
481
- }, t.prototype.pause = function() {
482
- this.source.pause();
483
- }, t.prototype.release = function() {
484
- this._released = true, this._bufferedEvents.forEach(function(e3) {
485
- this.emit.apply(this, e3);
486
- }.bind(this)), this._bufferedEvents = [];
487
- }, t.prototype.pipe = function() {
488
- var e3 = i2.prototype.pipe.apply(this, arguments);
489
- return this.resume(), e3;
490
- }, t.prototype._handleEmit = function(e3) {
491
- this._released ? this.emit.apply(this, e3) : ("data" === e3[0] && (this.dataSize += e3[1].length, this._checkIfMaxDataSizeExceeded()), this._bufferedEvents.push(e3));
492
- }, t.prototype._checkIfMaxDataSizeExceeded = function() {
493
- if (!(this._maxDataSizeExceeded || this.dataSize <= this.maxDataSize)) {
494
- this._maxDataSizeExceeded = true;
495
- var e3 = "DelayedStream#maxDataSize of " + this.maxDataSize + " bytes exceeded.";
496
- this.emit("error", new Error(e3));
497
- }
498
- };
499
- }, 6504: (e2, a2, n2) => {
500
- "use strict";
501
- var i2, o = n2(319), t = n2(7296);
502
- try {
503
- i2 = [].__proto__ === Array.prototype;
504
- } catch (e3) {
505
- if (!e3 || "object" != typeof e3 || !("code" in e3) || "ERR_PROTO_ACCESS" !== e3.code) throw e3;
506
- }
507
- var s = !!i2 && t && t(Object.prototype, "__proto__"), r = Object, c = r.getPrototypeOf;
508
- e2.exports = s && "function" == typeof s.get ? o([s.get]) : "function" == typeof c && function(e3) {
509
- return c(null == e3 ? e3 : r(e3));
510
- };
511
- }, 4429: (e2) => {
512
- "use strict";
513
- var a2 = Object.defineProperty || false;
514
- if (a2) try {
515
- a2({}, "a", { value: 1 });
516
- } catch (e3) {
517
- a2 = false;
518
- }
519
- e2.exports = a2;
520
- }, 3981: (e2) => {
521
- "use strict";
522
- e2.exports = EvalError;
523
- }, 1648: (e2) => {
524
- "use strict";
525
- e2.exports = Error;
526
- }, 4726: (e2) => {
527
- "use strict";
528
- e2.exports = RangeError;
529
- }, 6712: (e2) => {
530
- "use strict";
531
- e2.exports = ReferenceError;
532
- }, 3464: (e2) => {
533
- "use strict";
534
- e2.exports = SyntaxError;
535
- }, 4453: (e2) => {
536
- "use strict";
537
- e2.exports = TypeError;
538
- }, 3915: (e2) => {
539
- "use strict";
540
- e2.exports = URIError;
541
- }, 8892: (e2) => {
542
- "use strict";
543
- e2.exports = Object;
544
- }, 4105: (e2, a2, n2) => {
545
- "use strict";
546
- var i2 = n2(210)("%Object.defineProperty%", true), o = n2(6410)(), t = n2(8824), s = n2(4453), r = o ? Symbol.toStringTag : null;
547
- e2.exports = function(e3, a3) {
548
- var n3 = arguments.length > 2 && !!arguments[2] && arguments[2].force, o2 = arguments.length > 2 && !!arguments[2] && arguments[2].nonConfigurable;
549
- if (void 0 !== n3 && "boolean" != typeof n3 || void 0 !== o2 && "boolean" != typeof o2) throw new s("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");
550
- !r || !n3 && t(e3, r) || (i2 ? i2(e3, r, { configurable: !o2, enumerable: false, value: a3, writable: false }) : e3[r] = a3);
551
- };
552
- }, 2261: (e2, a2, n2) => {
553
- var i2;
554
- e2.exports = function() {
555
- if (!i2) {
556
- try {
557
- i2 = n2(5158)("follow-redirects");
558
- } catch (e3) {
559
- }
560
- "function" != typeof i2 && (i2 = function() {
561
- });
562
- }
563
- i2.apply(null, arguments);
564
- };
565
- }, 938: (e2, a2, n2) => {
566
- var i2, o, t, s = n2(7310), r = s.URL, c = n2(3685), p = n2(5687), l = n2(2781).Writable, u = n2(9491), m = n2(2261);
567
- i2 = "undefined" != typeof process, o = "undefined" != typeof window && "undefined" != typeof document, t = P(Error.captureStackTrace), i2 || !o && t || console.warn("The follow-redirects package should be excluded from browser builds.");
568
- var d = false;
569
- try {
570
- u(new r(""));
571
- } catch (e3) {
572
- d = "ERR_INVALID_URL" === e3.code;
573
- }
574
- var f = ["auth", "host", "hostname", "href", "path", "pathname", "port", "protocol", "query", "search", "hash"], x = ["abort", "aborted", "connect", "error", "socket", "timeout"], h = /* @__PURE__ */ Object.create(null);
575
- x.forEach(function(e3) {
576
- h[e3] = function(a3, n3, i3) {
577
- this._redirectable.emit(e3, a3, n3, i3);
578
- };
579
- });
580
- var v = A("ERR_INVALID_URL", "Invalid URL", TypeError), b = A("ERR_FR_REDIRECTION_FAILURE", "Redirected request failed"), g = A("ERR_FR_TOO_MANY_REDIRECTS", "Maximum number of redirects exceeded", b), y = A("ERR_FR_MAX_BODY_LENGTH_EXCEEDED", "Request body larger than maxBodyLength limit"), w = A("ERR_STREAM_WRITE_AFTER_END", "write after end"), _ = l.prototype.destroy || E;
581
- function j(e3, a3) {
582
- l.call(this), this._sanitizeOptions(e3), this._options = e3, this._ended = false, this._ending = false, this._redirectCount = 0, this._redirects = [], this._requestBodyLength = 0, this._requestBodyBuffers = [], a3 && this.on("response", a3);
583
- var n3 = this;
584
- this._onNativeResponse = function(e4) {
585
- try {
586
- n3._processResponse(e4);
587
- } catch (e5) {
588
- n3.emit("error", e5 instanceof b ? e5 : new b({ cause: e5 }));
589
- }
590
- }, this._performRequest();
591
- }
592
- function k(e3) {
593
- var a3 = { maxRedirects: 21, maxBodyLength: 10485760 }, n3 = {};
594
- return Object.keys(e3).forEach(function(i3) {
595
- var o2 = i3 + ":", t2 = n3[o2] = e3[i3], s2 = a3[i3] = Object.create(t2);
596
- Object.defineProperties(s2, { request: { value: function(e4, i4, t3) {
597
- return r && e4 instanceof r ? e4 = C(e4) : F(e4) ? e4 = C(O(e4)) : (t3 = i4, i4 = R(e4), e4 = { protocol: o2 }), P(i4) && (t3 = i4, i4 = null), (i4 = Object.assign({ maxRedirects: a3.maxRedirects, maxBodyLength: a3.maxBodyLength }, e4, i4)).nativeProtocols = n3, F(i4.host) || F(i4.hostname) || (i4.hostname = "::1"), u.equal(i4.protocol, o2, "protocol mismatch"), m("options", i4), new j(i4, t3);
598
- }, configurable: true, enumerable: true, writable: true }, get: { value: function(e4, a4, n4) {
599
- var i4 = s2.request(e4, a4, n4);
600
- return i4.end(), i4;
601
- }, configurable: true, enumerable: true, writable: true } });
602
- }), a3;
603
- }
604
- function E() {
605
- }
606
- function O(e3) {
607
- var a3;
608
- if (d) a3 = new r(e3);
609
- else if (!F((a3 = R(s.parse(e3))).protocol)) throw new v({ input: e3 });
610
- return a3;
611
- }
612
- function R(e3) {
613
- if (/^\[/.test(e3.hostname) && !/^\[[:0-9a-f]+\]$/i.test(e3.hostname)) throw new v({ input: e3.href || e3 });
614
- if (/^\[/.test(e3.host) && !/^\[[:0-9a-f]+\](:\d+)?$/i.test(e3.host)) throw new v({ input: e3.href || e3 });
615
- return e3;
616
- }
617
- function C(e3, a3) {
618
- var n3 = a3 || {};
619
- for (var i3 of f) n3[i3] = e3[i3];
620
- return n3.hostname.startsWith("[") && (n3.hostname = n3.hostname.slice(1, -1)), "" !== n3.port && (n3.port = Number(n3.port)), n3.path = n3.search ? n3.pathname + n3.search : n3.pathname, n3;
621
- }
622
- function S(e3, a3) {
623
- var n3;
624
- for (var i3 in a3) e3.test(i3) && (n3 = a3[i3], delete a3[i3]);
625
- return null == n3 ? void 0 : String(n3).trim();
626
- }
627
- function A(e3, a3, n3) {
628
- function i3(n4) {
629
- P(Error.captureStackTrace) && Error.captureStackTrace(this, this.constructor), Object.assign(this, n4 || {}), this.code = e3, this.message = this.cause ? a3 + ": " + this.cause.message : a3;
630
- }
631
- return i3.prototype = new (n3 || Error)(), Object.defineProperties(i3.prototype, { constructor: { value: i3, enumerable: false }, name: { value: "Error [" + e3 + "]", enumerable: false } }), i3;
632
- }
633
- function T(e3, a3) {
634
- for (var n3 of x) e3.removeListener(n3, h[n3]);
635
- e3.on("error", E), e3.destroy(a3);
636
- }
637
- function F(e3) {
638
- return "string" == typeof e3 || e3 instanceof String;
639
- }
640
- function P(e3) {
641
- return "function" == typeof e3;
642
- }
643
- j.prototype = Object.create(l.prototype), j.prototype.abort = function() {
644
- T(this._currentRequest), this._currentRequest.abort(), this.emit("abort");
645
- }, j.prototype.destroy = function(e3) {
646
- return T(this._currentRequest, e3), _.call(this, e3), this;
647
- }, j.prototype.write = function(e3, a3, n3) {
648
- if (this._ending) throw new w();
649
- if (!(F(e3) || "object" == typeof (i3 = e3) && "length" in i3)) throw new TypeError("data should be a string, Buffer or Uint8Array");
650
- var i3;
651
- P(a3) && (n3 = a3, a3 = null), 0 !== e3.length ? this._requestBodyLength + e3.length <= this._options.maxBodyLength ? (this._requestBodyLength += e3.length, this._requestBodyBuffers.push({ data: e3, encoding: a3 }), this._currentRequest.write(e3, a3, n3)) : (this.emit("error", new y()), this.abort()) : n3 && n3();
652
- }, j.prototype.end = function(e3, a3, n3) {
653
- if (P(e3) ? (n3 = e3, e3 = a3 = null) : P(a3) && (n3 = a3, a3 = null), e3) {
654
- var i3 = this, o2 = this._currentRequest;
655
- this.write(e3, a3, function() {
656
- i3._ended = true, o2.end(null, null, n3);
657
- }), this._ending = true;
658
- } else this._ended = this._ending = true, this._currentRequest.end(null, null, n3);
659
- }, j.prototype.setHeader = function(e3, a3) {
660
- this._options.headers[e3] = a3, this._currentRequest.setHeader(e3, a3);
661
- }, j.prototype.removeHeader = function(e3) {
662
- delete this._options.headers[e3], this._currentRequest.removeHeader(e3);
663
- }, j.prototype.setTimeout = function(e3, a3) {
664
- var n3 = this;
665
- function i3(a4) {
666
- a4.setTimeout(e3), a4.removeListener("timeout", a4.destroy), a4.addListener("timeout", a4.destroy);
667
- }
668
- function o2(a4) {
669
- n3._timeout && clearTimeout(n3._timeout), n3._timeout = setTimeout(function() {
670
- n3.emit("timeout"), t2();
671
- }, e3), i3(a4);
672
- }
673
- function t2() {
674
- n3._timeout && (clearTimeout(n3._timeout), n3._timeout = null), n3.removeListener("abort", t2), n3.removeListener("error", t2), n3.removeListener("response", t2), n3.removeListener("close", t2), a3 && n3.removeListener("timeout", a3), n3.socket || n3._currentRequest.removeListener("socket", o2);
675
- }
676
- return a3 && this.on("timeout", a3), this.socket ? o2(this.socket) : this._currentRequest.once("socket", o2), this.on("socket", i3), this.on("abort", t2), this.on("error", t2), this.on("response", t2), this.on("close", t2), this;
677
- }, ["flushHeaders", "getHeader", "setNoDelay", "setSocketKeepAlive"].forEach(function(e3) {
678
- j.prototype[e3] = function(a3, n3) {
679
- return this._currentRequest[e3](a3, n3);
680
- };
681
- }), ["aborted", "connection", "socket"].forEach(function(e3) {
682
- Object.defineProperty(j.prototype, e3, { get: function() {
683
- return this._currentRequest[e3];
684
- } });
685
- }), j.prototype._sanitizeOptions = function(e3) {
686
- if (e3.headers || (e3.headers = {}), e3.host && (e3.hostname || (e3.hostname = e3.host), delete e3.host), !e3.pathname && e3.path) {
687
- var a3 = e3.path.indexOf("?");
688
- a3 < 0 ? e3.pathname = e3.path : (e3.pathname = e3.path.substring(0, a3), e3.search = e3.path.substring(a3));
689
- }
690
- }, j.prototype._performRequest = function() {
691
- var e3 = this._options.protocol, a3 = this._options.nativeProtocols[e3];
692
- if (!a3) throw new TypeError("Unsupported protocol " + e3);
693
- if (this._options.agents) {
694
- var n3 = e3.slice(0, -1);
695
- this._options.agent = this._options.agents[n3];
696
- }
697
- var i3 = this._currentRequest = a3.request(this._options, this._onNativeResponse);
698
- for (var o2 of (i3._redirectable = this, x)) i3.on(o2, h[o2]);
699
- if (this._currentUrl = /^\//.test(this._options.path) ? s.format(this._options) : this._options.path, this._isRedirect) {
700
- var t2 = 0, r2 = this, c2 = this._requestBodyBuffers;
701
- !(function e4(a4) {
702
- if (i3 === r2._currentRequest) if (a4) r2.emit("error", a4);
703
- else if (t2 < c2.length) {
704
- var n4 = c2[t2++];
705
- i3.finished || i3.write(n4.data, n4.encoding, e4);
706
- } else r2._ended && i3.end();
707
- })();
708
- }
709
- }, j.prototype._processResponse = function(e3) {
710
- var a3 = e3.statusCode;
711
- this._options.trackRedirects && this._redirects.push({ url: this._currentUrl, headers: e3.headers, statusCode: a3 });
712
- var n3, i3 = e3.headers.location;
713
- if (!i3 || false === this._options.followRedirects || a3 < 300 || a3 >= 400) return e3.responseUrl = this._currentUrl, e3.redirects = this._redirects, this.emit("response", e3), void (this._requestBodyBuffers = []);
714
- if (T(this._currentRequest), e3.destroy(), ++this._redirectCount > this._options.maxRedirects) throw new g();
715
- var o2 = this._options.beforeRedirect;
716
- o2 && (n3 = Object.assign({ Host: e3.req.getHeader("host") }, this._options.headers));
717
- var t2 = this._options.method;
718
- ((301 === a3 || 302 === a3) && "POST" === this._options.method || 303 === a3 && !/^(?:GET|HEAD)$/.test(this._options.method)) && (this._options.method = "GET", this._requestBodyBuffers = [], S(/^content-/i, this._options.headers));
719
- var c2, p2, l2 = S(/^host$/i, this._options.headers), f2 = O(this._currentUrl), x2 = l2 || f2.host, h2 = /^\w+:/.test(i3) ? this._currentUrl : s.format(Object.assign(f2, { host: x2 })), v2 = (c2 = i3, p2 = h2, d ? new r(c2, p2) : O(s.resolve(p2, c2)));
720
- if (m("redirecting to", v2.href), this._isRedirect = true, C(v2, this._options), (v2.protocol !== f2.protocol && "https:" !== v2.protocol || v2.host !== x2 && !(function(e4, a4) {
721
- u(F(e4) && F(a4));
722
- var n4 = e4.length - a4.length - 1;
723
- return n4 > 0 && "." === e4[n4] && e4.endsWith(a4);
724
- })(v2.host, x2)) && S(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers), P(o2)) {
725
- var b2 = { headers: e3.headers, statusCode: a3 }, y2 = { url: h2, method: t2, headers: n3 };
726
- o2(this._options, b2, y2), this._sanitizeOptions(this._options);
727
- }
728
- this._performRequest();
729
- }, e2.exports = k({ http: c, https: p }), e2.exports.wrap = k;
730
- }, 6882: (e2, a2, n2) => {
731
- var i2 = n2(9779), o = n2(3837), t = n2(1017), s = n2(3685), r = n2(5687), c = n2(7310).parse, p = n2(7147), l = n2(2781).Stream, u = n2(983), m = n2(9118), d = n2(2275);
732
- function f(e3) {
733
- if (!(this instanceof f)) return new f(e3);
734
- for (var a3 in this._overheadLength = 0, this._valueLength = 0, this._valuesToMeasure = [], i2.call(this), e3 = e3 || {}) this[a3] = e3[a3];
735
- }
736
- e2.exports = f, o.inherits(f, i2), f.LINE_BREAK = "\r\n", f.DEFAULT_CONTENT_TYPE = "application/octet-stream", f.prototype.append = function(e3, a3, n3) {
737
- "string" == typeof (n3 = n3 || {}) && (n3 = { filename: n3 });
738
- var t2 = i2.prototype.append.bind(this);
739
- if ("number" == typeof a3 && (a3 = "" + a3), o.isArray(a3)) this._error(new Error("Arrays are not supported."));
740
- else {
741
- var s2 = this._multiPartHeader(e3, a3, n3), r2 = this._multiPartFooter();
742
- t2(s2), t2(a3), t2(r2), this._trackLength(s2, a3, n3);
743
- }
744
- }, f.prototype._trackLength = function(e3, a3, n3) {
745
- var i3 = 0;
746
- null != n3.knownLength ? i3 += +n3.knownLength : Buffer.isBuffer(a3) ? i3 = a3.length : "string" == typeof a3 && (i3 = Buffer.byteLength(a3)), this._valueLength += i3, this._overheadLength += Buffer.byteLength(e3) + f.LINE_BREAK.length, a3 && (a3.path || a3.readable && a3.hasOwnProperty("httpVersion") || a3 instanceof l) && (n3.knownLength || this._valuesToMeasure.push(a3));
747
- }, f.prototype._lengthRetriever = function(e3, a3) {
748
- e3.hasOwnProperty("fd") ? null != e3.end && e3.end != 1 / 0 && null != e3.start ? a3(null, e3.end + 1 - (e3.start ? e3.start : 0)) : p.stat(e3.path, function(n3, i3) {
749
- var o2;
750
- n3 ? a3(n3) : (o2 = i3.size - (e3.start ? e3.start : 0), a3(null, o2));
751
- }) : e3.hasOwnProperty("httpVersion") ? a3(null, +e3.headers["content-length"]) : e3.hasOwnProperty("httpModule") ? (e3.on("response", function(n3) {
752
- e3.pause(), a3(null, +n3.headers["content-length"]);
753
- }), e3.resume()) : a3("Unknown stream");
754
- }, f.prototype._multiPartHeader = function(e3, a3, n3) {
755
- if ("string" == typeof n3.header) return n3.header;
756
- var i3, o2 = this._getContentDisposition(a3, n3), t2 = this._getContentType(a3, n3), s2 = "", r2 = { "Content-Disposition": ["form-data", 'name="' + e3 + '"'].concat(o2 || []), "Content-Type": [].concat(t2 || []) };
757
- for (var c2 in "object" == typeof n3.header && d(r2, n3.header), r2) r2.hasOwnProperty(c2) && null != (i3 = r2[c2]) && (Array.isArray(i3) || (i3 = [i3]), i3.length && (s2 += c2 + ": " + i3.join("; ") + f.LINE_BREAK));
758
- return "--" + this.getBoundary() + f.LINE_BREAK + s2 + f.LINE_BREAK;
759
- }, f.prototype._getContentDisposition = function(e3, a3) {
760
- var n3, i3;
761
- return "string" == typeof a3.filepath ? n3 = t.normalize(a3.filepath).replace(/\\/g, "/") : a3.filename || e3.name || e3.path ? n3 = t.basename(a3.filename || e3.name || e3.path) : e3.readable && e3.hasOwnProperty("httpVersion") && (n3 = t.basename(e3.client._httpMessage.path || "")), n3 && (i3 = 'filename="' + n3 + '"'), i3;
762
- }, f.prototype._getContentType = function(e3, a3) {
763
- var n3 = a3.contentType;
764
- return !n3 && e3.name && (n3 = u.lookup(e3.name)), !n3 && e3.path && (n3 = u.lookup(e3.path)), !n3 && e3.readable && e3.hasOwnProperty("httpVersion") && (n3 = e3.headers["content-type"]), n3 || !a3.filepath && !a3.filename || (n3 = u.lookup(a3.filepath || a3.filename)), n3 || "object" != typeof e3 || (n3 = f.DEFAULT_CONTENT_TYPE), n3;
765
- }, f.prototype._multiPartFooter = function() {
766
- return function(e3) {
767
- var a3 = f.LINE_BREAK;
768
- 0 === this._streams.length && (a3 += this._lastBoundary()), e3(a3);
769
- }.bind(this);
770
- }, f.prototype._lastBoundary = function() {
771
- return "--" + this.getBoundary() + "--" + f.LINE_BREAK;
772
- }, f.prototype.getHeaders = function(e3) {
773
- var a3, n3 = { "content-type": "multipart/form-data; boundary=" + this.getBoundary() };
774
- for (a3 in e3) e3.hasOwnProperty(a3) && (n3[a3.toLowerCase()] = e3[a3]);
775
- return n3;
776
- }, f.prototype.setBoundary = function(e3) {
777
- this._boundary = e3;
778
- }, f.prototype.getBoundary = function() {
779
- return this._boundary || this._generateBoundary(), this._boundary;
780
- }, f.prototype.getBuffer = function() {
781
- for (var e3 = new Buffer.alloc(0), a3 = this.getBoundary(), n3 = 0, i3 = this._streams.length; n3 < i3; n3++) "function" != typeof this._streams[n3] && (e3 = Buffer.isBuffer(this._streams[n3]) ? Buffer.concat([e3, this._streams[n3]]) : Buffer.concat([e3, Buffer.from(this._streams[n3])]), "string" == typeof this._streams[n3] && this._streams[n3].substring(2, a3.length + 2) === a3 || (e3 = Buffer.concat([e3, Buffer.from(f.LINE_BREAK)])));
782
- return Buffer.concat([e3, Buffer.from(this._lastBoundary())]);
783
- }, f.prototype._generateBoundary = function() {
784
- for (var e3 = "--------------------------", a3 = 0; a3 < 24; a3++) e3 += Math.floor(10 * Math.random()).toString(16);
785
- this._boundary = e3;
786
- }, f.prototype.getLengthSync = function() {
787
- var e3 = this._overheadLength + this._valueLength;
788
- return this._streams.length && (e3 += this._lastBoundary().length), this.hasKnownLength() || this._error(new Error("Cannot calculate proper length in synchronous way.")), e3;
789
- }, f.prototype.hasKnownLength = function() {
790
- var e3 = true;
791
- return this._valuesToMeasure.length && (e3 = false), e3;
792
- }, f.prototype.getLength = function(e3) {
793
- var a3 = this._overheadLength + this._valueLength;
794
- this._streams.length && (a3 += this._lastBoundary().length), this._valuesToMeasure.length ? m.parallel(this._valuesToMeasure, this._lengthRetriever, function(n3, i3) {
795
- n3 ? e3(n3) : (i3.forEach(function(e4) {
796
- a3 += e4;
797
- }), e3(null, a3));
798
- }) : process.nextTick(e3.bind(this, null, a3));
799
- }, f.prototype.submit = function(e3, a3) {
800
- var n3, i3, o2 = { method: "post" };
801
- return "string" == typeof e3 ? (e3 = c(e3), i3 = d({ port: e3.port, path: e3.pathname, host: e3.hostname, protocol: e3.protocol }, o2)) : (i3 = d(e3, o2)).port || (i3.port = "https:" == i3.protocol ? 443 : 80), i3.headers = this.getHeaders(e3.headers), n3 = "https:" == i3.protocol ? r.request(i3) : s.request(i3), this.getLength(function(e4, i4) {
802
- if (e4 && "Unknown stream" !== e4) this._error(e4);
803
- else if (i4 && n3.setHeader("Content-Length", i4), this.pipe(n3), a3) {
804
- var o3, t2 = function(e5, i5) {
805
- return n3.removeListener("error", t2), n3.removeListener("response", o3), a3.call(this, e5, i5);
806
- };
807
- o3 = t2.bind(this, null), n3.on("error", t2), n3.on("response", o3);
808
- }
809
- }.bind(this)), n3;
810
- }, f.prototype._error = function(e3) {
811
- this.error || (this.error = e3, this.pause(), this.emit("error", e3));
812
- }, f.prototype.toString = function() {
813
- return "[object FormData]";
814
- };
815
- }, 2275: (e2) => {
816
- e2.exports = function(e3, a2) {
817
- return Object.keys(a2).forEach(function(n2) {
818
- e3[n2] = e3[n2] || a2[n2];
819
- }), e3;
820
- };
821
- }, 7648: (e2) => {
822
- "use strict";
823
- var a2 = Object.prototype.toString, n2 = Math.max, i2 = function(e3, a3) {
824
- for (var n3 = [], i3 = 0; i3 < e3.length; i3 += 1) n3[i3] = e3[i3];
825
- for (var o = 0; o < a3.length; o += 1) n3[o + e3.length] = a3[o];
826
- return n3;
827
- };
828
- e2.exports = function(e3) {
829
- var o = this;
830
- if ("function" != typeof o || "[object Function]" !== a2.apply(o)) throw new TypeError("Function.prototype.bind called on incompatible " + o);
831
- for (var t, s = (function(e4) {
832
- for (var a3 = [], n3 = 1, i3 = 0; n3 < e4.length; n3 += 1, i3 += 1) a3[i3] = e4[n3];
833
- return a3;
834
- })(arguments), r = n2(0, o.length - s.length), c = [], p = 0; p < r; p++) c[p] = "$" + p;
835
- if (t = Function("binder", "return function (" + (function(e4) {
836
- for (var a3 = "", n3 = 0; n3 < e4.length; n3 += 1) a3 += e4[n3], n3 + 1 < e4.length && (a3 += ",");
837
- return a3;
838
- })(c) + "){ return binder.apply(this,arguments); }")(function() {
839
- if (this instanceof t) {
840
- var a3 = o.apply(this, i2(s, arguments));
841
- return Object(a3) === a3 ? a3 : this;
842
- }
843
- return o.apply(e3, i2(s, arguments));
844
- }), o.prototype) {
845
- var l = function() {
846
- };
847
- l.prototype = o.prototype, t.prototype = new l(), l.prototype = null;
848
- }
849
- return t;
850
- };
851
- }, 8612: (e2, a2, n2) => {
852
- "use strict";
853
- var i2 = n2(7648);
854
- e2.exports = Function.prototype.bind || i2;
855
- }, 210: (e2, a2, n2) => {
856
- "use strict";
857
- var i2, o = n2(8892), t = n2(1648), s = n2(3981), r = n2(4726), c = n2(6712), p = n2(3464), l = n2(4453), u = n2(3915), m = n2(9738), d = n2(6329), f = n2(2264), x = n2(5730), h = n2(707), v = n2(3862), b = n2(9550), g = Function, y = function(e3) {
858
- try {
859
- return g('"use strict"; return (' + e3 + ").constructor;")();
860
- } catch (e4) {
861
- }
862
- }, w = n2(7296), _ = n2(4429), j = function() {
863
- throw new l();
864
- }, k = w ? (function() {
865
- try {
866
- return j;
867
- } catch (e3) {
868
- try {
869
- return w(arguments, "callee").get;
870
- } catch (e4) {
871
- return j;
872
- }
873
- }
874
- })() : j, E = n2(1405)(), O = n2(1618), R = n2(8899), C = n2(443), S = n2(1768), A = n2(8928), T = {}, F = "undefined" != typeof Uint8Array && O ? O(Uint8Array) : i2, P = { __proto__: null, "%AggregateError%": "undefined" == typeof AggregateError ? i2 : AggregateError, "%Array%": Array, "%ArrayBuffer%": "undefined" == typeof ArrayBuffer ? i2 : ArrayBuffer, "%ArrayIteratorPrototype%": E && O ? O([][Symbol.iterator]()) : i2, "%AsyncFromSyncIteratorPrototype%": i2, "%AsyncFunction%": T, "%AsyncGenerator%": T, "%AsyncGeneratorFunction%": T, "%AsyncIteratorPrototype%": T, "%Atomics%": "undefined" == typeof Atomics ? i2 : Atomics, "%BigInt%": "undefined" == typeof BigInt ? i2 : BigInt, "%BigInt64Array%": "undefined" == typeof BigInt64Array ? i2 : BigInt64Array, "%BigUint64Array%": "undefined" == typeof BigUint64Array ? i2 : BigUint64Array, "%Boolean%": Boolean, "%DataView%": "undefined" == typeof DataView ? i2 : DataView, "%Date%": Date, "%decodeURI%": decodeURI, "%decodeURIComponent%": decodeURIComponent, "%encodeURI%": encodeURI, "%encodeURIComponent%": encodeURIComponent, "%Error%": t, "%eval%": eval, "%EvalError%": s, "%Float16Array%": "undefined" == typeof Float16Array ? i2 : Float16Array, "%Float32Array%": "undefined" == typeof Float32Array ? i2 : Float32Array, "%Float64Array%": "undefined" == typeof Float64Array ? i2 : Float64Array, "%FinalizationRegistry%": "undefined" == typeof FinalizationRegistry ? i2 : FinalizationRegistry, "%Function%": g, "%GeneratorFunction%": T, "%Int8Array%": "undefined" == typeof Int8Array ? i2 : Int8Array, "%Int16Array%": "undefined" == typeof Int16Array ? i2 : Int16Array, "%Int32Array%": "undefined" == typeof Int32Array ? i2 : Int32Array, "%isFinite%": isFinite, "%isNaN%": isNaN, "%IteratorPrototype%": E && O ? O(O([][Symbol.iterator]())) : i2, "%JSON%": "object" == typeof JSON ? JSON : i2, "%Map%": "undefined" == typeof Map ? i2 : Map, "%MapIteratorPrototype%": "undefined" != typeof Map && E && O ? O((/* @__PURE__ */ new Map())[Symbol.iterator]()) : i2, "%Math%": Math, "%Number%": Number, "%Object%": o, "%Object.getOwnPropertyDescriptor%": w, "%parseFloat%": parseFloat, "%parseInt%": parseInt, "%Promise%": "undefined" == typeof Promise ? i2 : Promise, "%Proxy%": "undefined" == typeof Proxy ? i2 : Proxy, "%RangeError%": r, "%ReferenceError%": c, "%Reflect%": "undefined" == typeof Reflect ? i2 : Reflect, "%RegExp%": RegExp, "%Set%": "undefined" == typeof Set ? i2 : Set, "%SetIteratorPrototype%": "undefined" != typeof Set && E && O ? O((/* @__PURE__ */ new Set())[Symbol.iterator]()) : i2, "%SharedArrayBuffer%": "undefined" == typeof SharedArrayBuffer ? i2 : SharedArrayBuffer, "%String%": String, "%StringIteratorPrototype%": E && O ? O(""[Symbol.iterator]()) : i2, "%Symbol%": E ? Symbol : i2, "%SyntaxError%": p, "%ThrowTypeError%": k, "%TypedArray%": F, "%TypeError%": l, "%Uint8Array%": "undefined" == typeof Uint8Array ? i2 : Uint8Array, "%Uint8ClampedArray%": "undefined" == typeof Uint8ClampedArray ? i2 : Uint8ClampedArray, "%Uint16Array%": "undefined" == typeof Uint16Array ? i2 : Uint16Array, "%Uint32Array%": "undefined" == typeof Uint32Array ? i2 : Uint32Array, "%URIError%": u, "%WeakMap%": "undefined" == typeof WeakMap ? i2 : WeakMap, "%WeakRef%": "undefined" == typeof WeakRef ? i2 : WeakRef, "%WeakSet%": "undefined" == typeof WeakSet ? i2 : WeakSet, "%Function.prototype.call%": A, "%Function.prototype.apply%": S, "%Object.defineProperty%": _, "%Object.getPrototypeOf%": R, "%Math.abs%": m, "%Math.floor%": d, "%Math.max%": f, "%Math.min%": x, "%Math.pow%": h, "%Math.round%": v, "%Math.sign%": b, "%Reflect.getPrototypeOf%": C };
875
- if (O) try {
876
- null.error;
877
- } catch (e3) {
878
- var z = O(O(e3));
879
- P["%Error.prototype%"] = z;
880
- }
881
- var L = function e3(a3) {
882
- var n3;
883
- if ("%AsyncFunction%" === a3) n3 = y("async function () {}");
884
- else if ("%GeneratorFunction%" === a3) n3 = y("function* () {}");
885
- else if ("%AsyncGeneratorFunction%" === a3) n3 = y("async function* () {}");
886
- else if ("%AsyncGenerator%" === a3) {
887
- var i3 = e3("%AsyncGeneratorFunction%");
888
- i3 && (n3 = i3.prototype);
889
- } else if ("%AsyncIteratorPrototype%" === a3) {
890
- var o2 = e3("%AsyncGenerator%");
891
- o2 && O && (n3 = O(o2.prototype));
892
- }
893
- return P[a3] = n3, n3;
894
- }, B = { __proto__: null, "%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"], "%ArrayPrototype%": ["Array", "prototype"], "%ArrayProto_entries%": ["Array", "prototype", "entries"], "%ArrayProto_forEach%": ["Array", "prototype", "forEach"], "%ArrayProto_keys%": ["Array", "prototype", "keys"], "%ArrayProto_values%": ["Array", "prototype", "values"], "%AsyncFunctionPrototype%": ["AsyncFunction", "prototype"], "%AsyncGenerator%": ["AsyncGeneratorFunction", "prototype"], "%AsyncGeneratorPrototype%": ["AsyncGeneratorFunction", "prototype", "prototype"], "%BooleanPrototype%": ["Boolean", "prototype"], "%DataViewPrototype%": ["DataView", "prototype"], "%DatePrototype%": ["Date", "prototype"], "%ErrorPrototype%": ["Error", "prototype"], "%EvalErrorPrototype%": ["EvalError", "prototype"], "%Float32ArrayPrototype%": ["Float32Array", "prototype"], "%Float64ArrayPrototype%": ["Float64Array", "prototype"], "%FunctionPrototype%": ["Function", "prototype"], "%Generator%": ["GeneratorFunction", "prototype"], "%GeneratorPrototype%": ["GeneratorFunction", "prototype", "prototype"], "%Int8ArrayPrototype%": ["Int8Array", "prototype"], "%Int16ArrayPrototype%": ["Int16Array", "prototype"], "%Int32ArrayPrototype%": ["Int32Array", "prototype"], "%JSONParse%": ["JSON", "parse"], "%JSONStringify%": ["JSON", "stringify"], "%MapPrototype%": ["Map", "prototype"], "%NumberPrototype%": ["Number", "prototype"], "%ObjectPrototype%": ["Object", "prototype"], "%ObjProto_toString%": ["Object", "prototype", "toString"], "%ObjProto_valueOf%": ["Object", "prototype", "valueOf"], "%PromisePrototype%": ["Promise", "prototype"], "%PromiseProto_then%": ["Promise", "prototype", "then"], "%Promise_all%": ["Promise", "all"], "%Promise_reject%": ["Promise", "reject"], "%Promise_resolve%": ["Promise", "resolve"], "%RangeErrorPrototype%": ["RangeError", "prototype"], "%ReferenceErrorPrototype%": ["ReferenceError", "prototype"], "%RegExpPrototype%": ["RegExp", "prototype"], "%SetPrototype%": ["Set", "prototype"], "%SharedArrayBufferPrototype%": ["SharedArrayBuffer", "prototype"], "%StringPrototype%": ["String", "prototype"], "%SymbolPrototype%": ["Symbol", "prototype"], "%SyntaxErrorPrototype%": ["SyntaxError", "prototype"], "%TypedArrayPrototype%": ["TypedArray", "prototype"], "%TypeErrorPrototype%": ["TypeError", "prototype"], "%Uint8ArrayPrototype%": ["Uint8Array", "prototype"], "%Uint8ClampedArrayPrototype%": ["Uint8ClampedArray", "prototype"], "%Uint16ArrayPrototype%": ["Uint16Array", "prototype"], "%Uint32ArrayPrototype%": ["Uint32Array", "prototype"], "%URIErrorPrototype%": ["URIError", "prototype"], "%WeakMapPrototype%": ["WeakMap", "prototype"], "%WeakSetPrototype%": ["WeakSet", "prototype"] }, N = n2(8612), q = n2(8824), U = N.call(A, Array.prototype.concat), I = N.call(S, Array.prototype.splice), D = N.call(A, String.prototype.replace), M = N.call(A, String.prototype.slice), H = N.call(A, RegExp.prototype.exec), G = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, K = /\\(\\)?/g, W = function(e3, a3) {
895
- var n3, i3 = e3;
896
- if (q(B, i3) && (i3 = "%" + (n3 = B[i3])[0] + "%"), q(P, i3)) {
897
- var o2 = P[i3];
898
- if (o2 === T && (o2 = L(i3)), void 0 === o2 && !a3) throw new l("intrinsic " + e3 + " exists, but is not available. Please file an issue!");
899
- return { alias: n3, name: i3, value: o2 };
900
- }
901
- throw new p("intrinsic " + e3 + " does not exist!");
902
- };
903
- e2.exports = function(e3, a3) {
904
- if ("string" != typeof e3 || 0 === e3.length) throw new l("intrinsic name must be a non-empty string");
905
- if (arguments.length > 1 && "boolean" != typeof a3) throw new l('"allowMissing" argument must be a boolean');
906
- if (null === H(/^%?[^%]*%?$/, e3)) throw new p("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
907
- var n3 = (function(e4) {
908
- var a4 = M(e4, 0, 1), n4 = M(e4, -1);
909
- if ("%" === a4 && "%" !== n4) throw new p("invalid intrinsic syntax, expected closing `%`");
910
- if ("%" === n4 && "%" !== a4) throw new p("invalid intrinsic syntax, expected opening `%`");
911
- var i4 = [];
912
- return D(e4, G, function(e5, a5, n5, o3) {
913
- i4[i4.length] = n5 ? D(o3, K, "$1") : a5 || e5;
914
- }), i4;
915
- })(e3), i3 = n3.length > 0 ? n3[0] : "", o2 = W("%" + i3 + "%", a3), t2 = o2.name, s2 = o2.value, r2 = false, c2 = o2.alias;
916
- c2 && (i3 = c2[0], I(n3, U([0, 1], c2)));
917
- for (var u2 = 1, m2 = true; u2 < n3.length; u2 += 1) {
918
- var d2 = n3[u2], f2 = M(d2, 0, 1), x2 = M(d2, -1);
919
- if (('"' === f2 || "'" === f2 || "`" === f2 || '"' === x2 || "'" === x2 || "`" === x2) && f2 !== x2) throw new p("property names with quotes must have matching quotes");
920
- if ("constructor" !== d2 && m2 || (r2 = true), q(P, t2 = "%" + (i3 += "." + d2) + "%")) s2 = P[t2];
921
- else if (null != s2) {
922
- if (!(d2 in s2)) {
923
- if (!a3) throw new l("base intrinsic for " + e3 + " exists, but the property is not available.");
924
- return;
925
- }
926
- if (w && u2 + 1 >= n3.length) {
927
- var h2 = w(s2, d2);
928
- s2 = (m2 = !!h2) && "get" in h2 && !("originalValue" in h2.get) ? h2.get : s2[d2];
929
- } else m2 = q(s2, d2), s2 = s2[d2];
930
- m2 && !r2 && (P[t2] = s2);
931
- }
932
- }
933
- return s2;
934
- };
935
- }, 8899: (e2, a2, n2) => {
936
- "use strict";
937
- var i2 = n2(8892);
938
- e2.exports = i2.getPrototypeOf || null;
939
- }, 443: (e2) => {
940
- "use strict";
941
- e2.exports = "undefined" != typeof Reflect && Reflect.getPrototypeOf || null;
942
- }, 1618: (e2, a2, n2) => {
943
- "use strict";
944
- var i2 = n2(443), o = n2(8899), t = n2(6504);
945
- e2.exports = i2 ? function(e3) {
946
- return i2(e3);
947
- } : o ? function(e3) {
948
- if (!e3 || "object" != typeof e3 && "function" != typeof e3) throw new TypeError("getProto: not an object");
949
- return o(e3);
950
- } : t ? function(e3) {
951
- return t(e3);
952
- } : null;
953
- }, 690: (e2) => {
954
- "use strict";
955
- e2.exports = Object.getOwnPropertyDescriptor;
956
- }, 7296: (e2, a2, n2) => {
957
- "use strict";
958
- var i2 = n2(690);
959
- if (i2) try {
960
- i2([], "length");
961
- } catch (e3) {
962
- i2 = null;
963
- }
964
- e2.exports = i2;
965
- }, 6560: (e2) => {
966
- "use strict";
967
- e2.exports = (e3, a2 = process.argv) => {
968
- const n2 = e3.startsWith("-") ? "" : 1 === e3.length ? "-" : "--", i2 = a2.indexOf(n2 + e3), o = a2.indexOf("--");
969
- return -1 !== i2 && (-1 === o || i2 < o);
970
- };
971
- }, 1405: (e2, a2, n2) => {
972
- "use strict";
973
- var i2 = "undefined" != typeof Symbol && Symbol, o = n2(5419);
974
- e2.exports = function() {
975
- return "function" == typeof i2 && "function" == typeof Symbol && "symbol" == typeof i2("foo") && "symbol" == typeof Symbol("bar") && o();
976
- };
977
- }, 5419: (e2) => {
978
- "use strict";
979
- e2.exports = function() {
980
- if ("function" != typeof Symbol || "function" != typeof Object.getOwnPropertySymbols) return false;
981
- if ("symbol" == typeof Symbol.iterator) return true;
982
- var e3 = {}, a2 = Symbol("test"), n2 = Object(a2);
983
- if ("string" == typeof a2) return false;
984
- if ("[object Symbol]" !== Object.prototype.toString.call(a2)) return false;
985
- if ("[object Symbol]" !== Object.prototype.toString.call(n2)) return false;
986
- for (var i2 in e3[a2] = 42, e3) return false;
987
- if ("function" == typeof Object.keys && 0 !== Object.keys(e3).length) return false;
988
- if ("function" == typeof Object.getOwnPropertyNames && 0 !== Object.getOwnPropertyNames(e3).length) return false;
989
- var o = Object.getOwnPropertySymbols(e3);
990
- if (1 !== o.length || o[0] !== a2) return false;
991
- if (!Object.prototype.propertyIsEnumerable.call(e3, a2)) return false;
992
- if ("function" == typeof Object.getOwnPropertyDescriptor) {
993
- var t = Object.getOwnPropertyDescriptor(e3, a2);
994
- if (42 !== t.value || true !== t.enumerable) return false;
995
- }
996
- return true;
997
- };
998
- }, 6410: (e2, a2, n2) => {
999
- "use strict";
1000
- var i2 = n2(5419);
1001
- e2.exports = function() {
1002
- return i2() && !!Symbol.toStringTag;
1003
- };
1004
- }, 8824: (e2, a2, n2) => {
1005
- "use strict";
1006
- var i2 = Function.prototype.call, o = Object.prototype.hasOwnProperty, t = n2(8612);
1007
- e2.exports = t.call(i2, o);
1008
- }, 9738: (e2) => {
1009
- "use strict";
1010
- e2.exports = Math.abs;
1011
- }, 6329: (e2) => {
1012
- "use strict";
1013
- e2.exports = Math.floor;
1014
- }, 3678: (e2) => {
1015
- "use strict";
1016
- e2.exports = Number.isNaN || function(e3) {
1017
- return e3 != e3;
1018
- };
1019
- }, 2264: (e2) => {
1020
- "use strict";
1021
- e2.exports = Math.max;
1022
- }, 5730: (e2) => {
1023
- "use strict";
1024
- e2.exports = Math.min;
1025
- }, 707: (e2) => {
1026
- "use strict";
1027
- e2.exports = Math.pow;
1028
- }, 3862: (e2) => {
1029
- "use strict";
1030
- e2.exports = Math.round;
1031
- }, 9550: (e2, a2, n2) => {
1032
- "use strict";
1033
- var i2 = n2(3678);
1034
- e2.exports = function(e3) {
1035
- return i2(e3) || 0 === e3 ? e3 : e3 < 0 ? -1 : 1;
1036
- };
1037
- }, 5234: (e2, a2, n2) => {
1038
- e2.exports = n2(3765);
1039
- }, 983: (e2, a2, n2) => {
1040
- "use strict";
1041
- var i2, o, t, s = n2(5234), r = n2(1017).extname, c = /^\s*([^;\s]*)(?:;|\s|$)/, p = /^text\//i;
1042
- function l(e3) {
1043
- if (!e3 || "string" != typeof e3) return false;
1044
- var a3 = c.exec(e3), n3 = a3 && s[a3[1].toLowerCase()];
1045
- return n3 && n3.charset ? n3.charset : !(!a3 || !p.test(a3[1])) && "UTF-8";
1046
- }
1047
- a2.charset = l, a2.charsets = { lookup: l }, a2.contentType = function(e3) {
1048
- if (!e3 || "string" != typeof e3) return false;
1049
- var n3 = -1 === e3.indexOf("/") ? a2.lookup(e3) : e3;
1050
- if (!n3) return false;
1051
- if (-1 === n3.indexOf("charset")) {
1052
- var i3 = a2.charset(n3);
1053
- i3 && (n3 += "; charset=" + i3.toLowerCase());
1054
- }
1055
- return n3;
1056
- }, a2.extension = function(e3) {
1057
- if (!e3 || "string" != typeof e3) return false;
1058
- var n3 = c.exec(e3), i3 = n3 && a2.extensions[n3[1].toLowerCase()];
1059
- return !(!i3 || !i3.length) && i3[0];
1060
- }, a2.extensions = /* @__PURE__ */ Object.create(null), a2.lookup = function(e3) {
1061
- if (!e3 || "string" != typeof e3) return false;
1062
- var n3 = r("x." + e3).toLowerCase().substr(1);
1063
- return n3 && a2.types[n3] || false;
1064
- }, a2.types = /* @__PURE__ */ Object.create(null), i2 = a2.extensions, o = a2.types, t = ["nginx", "apache", void 0, "iana"], Object.keys(s).forEach(function(e3) {
1065
- var a3 = s[e3], n3 = a3.extensions;
1066
- if (n3 && n3.length) {
1067
- i2[e3] = n3;
1068
- for (var r2 = 0; r2 < n3.length; r2++) {
1069
- var c2 = n3[r2];
1070
- if (o[c2]) {
1071
- var p2 = t.indexOf(s[o[c2]].source), l2 = t.indexOf(a3.source);
1072
- if ("application/octet-stream" !== o[c2] && (p2 > l2 || p2 === l2 && "application/" === o[c2].substr(0, 12))) continue;
1073
- }
1074
- o[c2] = e3;
1075
- }
1076
- }
1077
- });
1078
- }, 7824: (e2) => {
1079
- var a2 = 1e3, n2 = 60 * a2, i2 = 60 * n2, o = 24 * i2, t = 7 * o;
1080
- function s(e3, a3, n3, i3) {
1081
- var o2 = a3 >= 1.5 * n3;
1082
- return Math.round(e3 / n3) + " " + i3 + (o2 ? "s" : "");
1083
- }
1084
- e2.exports = function(e3, r) {
1085
- r = r || {};
1086
- var c, p, l = typeof e3;
1087
- if ("string" === l && e3.length > 0) return (function(e4) {
1088
- if (!((e4 = String(e4)).length > 100)) {
1089
- var s2 = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e4);
1090
- if (s2) {
1091
- var r2 = parseFloat(s2[1]);
1092
- switch ((s2[2] || "ms").toLowerCase()) {
1093
- case "years":
1094
- case "year":
1095
- case "yrs":
1096
- case "yr":
1097
- case "y":
1098
- return 315576e5 * r2;
1099
- case "weeks":
1100
- case "week":
1101
- case "w":
1102
- return r2 * t;
1103
- case "days":
1104
- case "day":
1105
- case "d":
1106
- return r2 * o;
1107
- case "hours":
1108
- case "hour":
1109
- case "hrs":
1110
- case "hr":
1111
- case "h":
1112
- return r2 * i2;
1113
- case "minutes":
1114
- case "minute":
1115
- case "mins":
1116
- case "min":
1117
- case "m":
1118
- return r2 * n2;
1119
- case "seconds":
1120
- case "second":
1121
- case "secs":
1122
- case "sec":
1123
- case "s":
1124
- return r2 * a2;
1125
- case "milliseconds":
1126
- case "millisecond":
1127
- case "msecs":
1128
- case "msec":
1129
- case "ms":
1130
- return r2;
1131
- default:
1132
- return;
1133
- }
1134
- }
1135
- }
1136
- })(e3);
1137
- if ("number" === l && isFinite(e3)) return r.long ? (c = e3, (p = Math.abs(c)) >= o ? s(c, p, o, "day") : p >= i2 ? s(c, p, i2, "hour") : p >= n2 ? s(c, p, n2, "minute") : p >= a2 ? s(c, p, a2, "second") : c + " ms") : (function(e4) {
1138
- var t2 = Math.abs(e4);
1139
- return t2 >= o ? Math.round(e4 / o) + "d" : t2 >= i2 ? Math.round(e4 / i2) + "h" : t2 >= n2 ? Math.round(e4 / n2) + "m" : t2 >= a2 ? Math.round(e4 / a2) + "s" : e4 + "ms";
1140
- })(e3);
1141
- throw new Error("val is not a non-empty string or a valid number. val=" + JSON.stringify(e3));
1142
- };
1143
- }, 1394: (e2, a2, n2) => {
1144
- "use strict";
1145
- var i2 = n2(7310).parse, o = { ftp: 21, gopher: 70, http: 80, https: 443, ws: 80, wss: 443 }, t = String.prototype.endsWith || function(e3) {
1146
- return e3.length <= this.length && -1 !== this.indexOf(e3, this.length - e3.length);
1147
- };
1148
- function s(e3) {
1149
- return process.env[e3.toLowerCase()] || process.env[e3.toUpperCase()] || "";
1150
- }
1151
- a2.j = function(e3) {
1152
- var a3 = "string" == typeof e3 ? i2(e3) : e3 || {}, n3 = a3.protocol, r = a3.host, c = a3.port;
1153
- if ("string" != typeof r || !r || "string" != typeof n3) return "";
1154
- if (n3 = n3.split(":", 1)[0], !(function(e4, a4) {
1155
- var n4 = (s("npm_config_no_proxy") || s("no_proxy")).toLowerCase();
1156
- return !n4 || "*" !== n4 && n4.split(/[,\s]/).every(function(n5) {
1157
- if (!n5) return true;
1158
- var i3 = n5.match(/^(.+):(\d+)$/), o2 = i3 ? i3[1] : n5, s2 = i3 ? parseInt(i3[2]) : 0;
1159
- return !(!s2 || s2 === a4) || (/^[.*]/.test(o2) ? ("*" === o2.charAt(0) && (o2 = o2.slice(1)), !t.call(e4, o2)) : e4 !== o2);
1160
- });
1161
- })(r = r.replace(/:\d*$/, ""), c = parseInt(c) || o[n3] || 0)) return "";
1162
- var p = s("npm_config_" + n3 + "_proxy") || s(n3 + "_proxy") || s("npm_config_proxy") || s("all_proxy");
1163
- return p && -1 === p.indexOf("://") && (p = n3 + "://" + p), p;
1164
- };
1165
- }, 2130: (e2, a2, n2) => {
1166
- "use strict";
1167
- const i2 = n2(2037), o = n2(6224), t = n2(6560), { env: s } = process;
1168
- let r;
1169
- function c(e3) {
1170
- return 0 !== e3 && { level: e3, hasBasic: true, has256: e3 >= 2, has16m: e3 >= 3 };
1171
- }
1172
- function p(e3, a3) {
1173
- if (0 === r) return 0;
1174
- if (t("color=16m") || t("color=full") || t("color=truecolor")) return 3;
1175
- if (t("color=256")) return 2;
1176
- if (e3 && !a3 && void 0 === r) return 0;
1177
- const n3 = r || 0;
1178
- if ("dumb" === s.TERM) return n3;
1179
- if ("win32" === process.platform) {
1180
- const e4 = i2.release().split(".");
1181
- return Number(e4[0]) >= 10 && Number(e4[2]) >= 10586 ? Number(e4[2]) >= 14931 ? 3 : 2 : 1;
1182
- }
1183
- if ("CI" in s) return ["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI", "GITHUB_ACTIONS", "BUILDKITE"].some((e4) => e4 in s) || "codeship" === s.CI_NAME ? 1 : n3;
1184
- if ("TEAMCITY_VERSION" in s) return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(s.TEAMCITY_VERSION) ? 1 : 0;
1185
- if ("truecolor" === s.COLORTERM) return 3;
1186
- if ("TERM_PROGRAM" in s) {
1187
- const e4 = parseInt((s.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
1188
- switch (s.TERM_PROGRAM) {
1189
- case "iTerm.app":
1190
- return e4 >= 3 ? 3 : 2;
1191
- case "Apple_Terminal":
1192
- return 2;
1193
- }
1194
- }
1195
- return /-256(color)?$/i.test(s.TERM) ? 2 : /^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(s.TERM) || "COLORTERM" in s ? 1 : n3;
1196
- }
1197
- t("no-color") || t("no-colors") || t("color=false") || t("color=never") ? r = 0 : (t("color") || t("colors") || t("color=true") || t("color=always")) && (r = 1), "FORCE_COLOR" in s && (r = "true" === s.FORCE_COLOR ? 1 : "false" === s.FORCE_COLOR ? 0 : 0 === s.FORCE_COLOR.length ? 1 : Math.min(parseInt(s.FORCE_COLOR, 10), 3)), e2.exports = { supportsColor: function(e3) {
1198
- return c(p(e3, e3 && e3.isTTY));
1199
- }, stdout: c(p(true, o.isatty(1))), stderr: c(p(true, o.isatty(2))) };
1200
- }, 9491: (e2) => {
1201
- "use strict";
1202
- e2.exports = __require("assert");
1203
- }, 7147: (e2) => {
1204
- "use strict";
1205
- e2.exports = __require("fs");
1206
- }, 3685: (e2) => {
1207
- "use strict";
1208
- e2.exports = __require("http");
1209
- }, 5687: (e2) => {
1210
- "use strict";
1211
- e2.exports = __require("https");
1212
- }, 2037: (e2) => {
1213
- "use strict";
1214
- e2.exports = __require("os");
1215
- }, 1017: (e2) => {
1216
- "use strict";
1217
- e2.exports = __require("path");
1218
- }, 2781: (e2) => {
1219
- "use strict";
1220
- e2.exports = __require("stream");
1221
- }, 6224: (e2) => {
1222
- "use strict";
1223
- e2.exports = __require("tty");
1224
- }, 7310: (e2) => {
1225
- "use strict";
1226
- e2.exports = __require("url");
1227
- }, 3837: (e2) => {
1228
- "use strict";
1229
- e2.exports = __require("util");
1230
- }, 3765: (e2) => {
1231
- "use strict";
1232
- e2.exports = JSON.parse('{"application/1d-interleaved-parityfec":{"source":"iana"},"application/3gpdash-qoe-report+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/3gpp-ims+xml":{"source":"iana","compressible":true},"application/3gpphal+json":{"source":"iana","compressible":true},"application/3gpphalforms+json":{"source":"iana","compressible":true},"application/a2l":{"source":"iana"},"application/ace+cbor":{"source":"iana"},"application/activemessage":{"source":"iana"},"application/activity+json":{"source":"iana","compressible":true},"application/alto-costmap+json":{"source":"iana","compressible":true},"application/alto-costmapfilter+json":{"source":"iana","compressible":true},"application/alto-directory+json":{"source":"iana","compressible":true},"application/alto-endpointcost+json":{"source":"iana","compressible":true},"application/alto-endpointcostparams+json":{"source":"iana","compressible":true},"application/alto-endpointprop+json":{"source":"iana","compressible":true},"application/alto-endpointpropparams+json":{"source":"iana","compressible":true},"application/alto-error+json":{"source":"iana","compressible":true},"application/alto-networkmap+json":{"source":"iana","compressible":true},"application/alto-networkmapfilter+json":{"source":"iana","compressible":true},"application/alto-updatestreamcontrol+json":{"source":"iana","compressible":true},"application/alto-updatestreamparams+json":{"source":"iana","compressible":true},"application/aml":{"source":"iana"},"application/andrew-inset":{"source":"iana","extensions":["ez"]},"application/applefile":{"source":"iana"},"application/applixware":{"source":"apache","extensions":["aw"]},"application/at+jwt":{"source":"iana"},"application/atf":{"source":"iana"},"application/atfx":{"source":"iana"},"application/atom+xml":{"source":"iana","compressible":true,"extensions":["atom"]},"application/atomcat+xml":{"source":"iana","compressible":true,"extensions":["atomcat"]},"application/atomdeleted+xml":{"source":"iana","compressible":true,"extensions":["atomdeleted"]},"application/atomicmail":{"source":"iana"},"application/atomsvc+xml":{"source":"iana","compressible":true,"extensions":["atomsvc"]},"application/atsc-dwd+xml":{"source":"iana","compressible":true,"extensions":["dwd"]},"application/atsc-dynamic-event-message":{"source":"iana"},"application/atsc-held+xml":{"source":"iana","compressible":true,"extensions":["held"]},"application/atsc-rdt+json":{"source":"iana","compressible":true},"application/atsc-rsat+xml":{"source":"iana","compressible":true,"extensions":["rsat"]},"application/atxml":{"source":"iana"},"application/auth-policy+xml":{"source":"iana","compressible":true},"application/bacnet-xdd+zip":{"source":"iana","compressible":false},"application/batch-smtp":{"source":"iana"},"application/bdoc":{"compressible":false,"extensions":["bdoc"]},"application/beep+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/calendar+json":{"source":"iana","compressible":true},"application/calendar+xml":{"source":"iana","compressible":true,"extensions":["xcs"]},"application/call-completion":{"source":"iana"},"application/cals-1840":{"source":"iana"},"application/captive+json":{"source":"iana","compressible":true},"application/cbor":{"source":"iana"},"application/cbor-seq":{"source":"iana"},"application/cccex":{"source":"iana"},"application/ccmp+xml":{"source":"iana","compressible":true},"application/ccxml+xml":{"source":"iana","compressible":true,"extensions":["ccxml"]},"application/cdfx+xml":{"source":"iana","compressible":true,"extensions":["cdfx"]},"application/cdmi-capability":{"source":"iana","extensions":["cdmia"]},"application/cdmi-container":{"source":"iana","extensions":["cdmic"]},"application/cdmi-domain":{"source":"iana","extensions":["cdmid"]},"application/cdmi-object":{"source":"iana","extensions":["cdmio"]},"application/cdmi-queue":{"source":"iana","extensions":["cdmiq"]},"application/cdni":{"source":"iana"},"application/cea":{"source":"iana"},"application/cea-2018+xml":{"source":"iana","compressible":true},"application/cellml+xml":{"source":"iana","compressible":true},"application/cfw":{"source":"iana"},"application/city+json":{"source":"iana","compressible":true},"application/clr":{"source":"iana"},"application/clue+xml":{"source":"iana","compressible":true},"application/clue_info+xml":{"source":"iana","compressible":true},"application/cms":{"source":"iana"},"application/cnrp+xml":{"source":"iana","compressible":true},"application/coap-group+json":{"source":"iana","compressible":true},"application/coap-payload":{"source":"iana"},"application/commonground":{"source":"iana"},"application/conference-info+xml":{"source":"iana","compressible":true},"application/cose":{"source":"iana"},"application/cose-key":{"source":"iana"},"application/cose-key-set":{"source":"iana"},"application/cpl+xml":{"source":"iana","compressible":true,"extensions":["cpl"]},"application/csrattrs":{"source":"iana"},"application/csta+xml":{"source":"iana","compressible":true},"application/cstadata+xml":{"source":"iana","compressible":true},"application/csvm+json":{"source":"iana","compressible":true},"application/cu-seeme":{"source":"apache","extensions":["cu"]},"application/cwt":{"source":"iana"},"application/cybercash":{"source":"iana"},"application/dart":{"compressible":true},"application/dash+xml":{"source":"iana","compressible":true,"extensions":["mpd"]},"application/dash-patch+xml":{"source":"iana","compressible":true,"extensions":["mpp"]},"application/dashdelta":{"source":"iana"},"application/davmount+xml":{"source":"iana","compressible":true,"extensions":["davmount"]},"application/dca-rft":{"source":"iana"},"application/dcd":{"source":"iana"},"application/dec-dx":{"source":"iana"},"application/dialog-info+xml":{"source":"iana","compressible":true},"application/dicom":{"source":"iana"},"application/dicom+json":{"source":"iana","compressible":true},"application/dicom+xml":{"source":"iana","compressible":true},"application/dii":{"source":"iana"},"application/dit":{"source":"iana"},"application/dns":{"source":"iana"},"application/dns+json":{"source":"iana","compressible":true},"application/dns-message":{"source":"iana"},"application/docbook+xml":{"source":"apache","compressible":true,"extensions":["dbk"]},"application/dots+cbor":{"source":"iana"},"application/dskpp+xml":{"source":"iana","compressible":true},"application/dssc+der":{"source":"iana","extensions":["dssc"]},"application/dssc+xml":{"source":"iana","compressible":true,"extensions":["xdssc"]},"application/dvcs":{"source":"iana"},"application/ecmascript":{"source":"iana","compressible":true,"extensions":["es","ecma"]},"application/edi-consent":{"source":"iana"},"application/edi-x12":{"source":"iana","compressible":false},"application/edifact":{"source":"iana","compressible":false},"application/efi":{"source":"iana"},"application/elm+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/elm+xml":{"source":"iana","compressible":true},"application/emergencycalldata.cap+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/emergencycalldata.comment+xml":{"source":"iana","compressible":true},"application/emergencycalldata.control+xml":{"source":"iana","compressible":true},"application/emergencycalldata.deviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.ecall.msd":{"source":"iana"},"application/emergencycalldata.providerinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.serviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.subscriberinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.veds+xml":{"source":"iana","compressible":true},"application/emma+xml":{"source":"iana","compressible":true,"extensions":["emma"]},"application/emotionml+xml":{"source":"iana","compressible":true,"extensions":["emotionml"]},"application/encaprtp":{"source":"iana"},"application/epp+xml":{"source":"iana","compressible":true},"application/epub+zip":{"source":"iana","compressible":false,"extensions":["epub"]},"application/eshop":{"source":"iana"},"application/exi":{"source":"iana","extensions":["exi"]},"application/expect-ct-report+json":{"source":"iana","compressible":true},"application/express":{"source":"iana","extensions":["exp"]},"application/fastinfoset":{"source":"iana"},"application/fastsoap":{"source":"iana"},"application/fdt+xml":{"source":"iana","compressible":true,"extensions":["fdt"]},"application/fhir+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/fhir+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/fido.trusted-apps+json":{"compressible":true},"application/fits":{"source":"iana"},"application/flexfec":{"source":"iana"},"application/font-sfnt":{"source":"iana"},"application/font-tdpfr":{"source":"iana","extensions":["pfr"]},"application/font-woff":{"source":"iana","compressible":false},"application/framework-attributes+xml":{"source":"iana","compressible":true},"application/geo+json":{"source":"iana","compressible":true,"extensions":["geojson"]},"application/geo+json-seq":{"source":"iana"},"application/geopackage+sqlite3":{"source":"iana"},"application/geoxacml+xml":{"source":"iana","compressible":true},"application/gltf-buffer":{"source":"iana"},"application/gml+xml":{"source":"iana","compressible":true,"extensions":["gml"]},"application/gpx+xml":{"source":"apache","compressible":true,"extensions":["gpx"]},"application/gxf":{"source":"apache","extensions":["gxf"]},"application/gzip":{"source":"iana","compressible":false,"extensions":["gz"]},"application/h224":{"source":"iana"},"application/held+xml":{"source":"iana","compressible":true},"application/hjson":{"extensions":["hjson"]},"application/http":{"source":"iana"},"application/hyperstudio":{"source":"iana","extensions":["stk"]},"application/ibe-key-request+xml":{"source":"iana","compressible":true},"application/ibe-pkg-reply+xml":{"source":"iana","compressible":true},"application/ibe-pp-data":{"source":"iana"},"application/iges":{"source":"iana"},"application/im-iscomposing+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/index":{"source":"iana"},"application/index.cmd":{"source":"iana"},"application/index.obj":{"source":"iana"},"application/index.response":{"source":"iana"},"application/index.vnd":{"source":"iana"},"application/inkml+xml":{"source":"iana","compressible":true,"extensions":["ink","inkml"]},"application/iotp":{"source":"iana"},"application/ipfix":{"source":"iana","extensions":["ipfix"]},"application/ipp":{"source":"iana"},"application/isup":{"source":"iana"},"application/its+xml":{"source":"iana","compressible":true,"extensions":["its"]},"application/java-archive":{"source":"apache","compressible":false,"extensions":["jar","war","ear"]},"application/java-serialized-object":{"source":"apache","compressible":false,"extensions":["ser"]},"application/java-vm":{"source":"apache","compressible":false,"extensions":["class"]},"application/javascript":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["js","mjs"]},"application/jf2feed+json":{"source":"iana","compressible":true},"application/jose":{"source":"iana"},"application/jose+json":{"source":"iana","compressible":true},"application/jrd+json":{"source":"iana","compressible":true},"application/jscalendar+json":{"source":"iana","compressible":true},"application/json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["json","map"]},"application/json-patch+json":{"source":"iana","compressible":true},"application/json-seq":{"source":"iana"},"application/json5":{"extensions":["json5"]},"application/jsonml+json":{"source":"apache","compressible":true,"extensions":["jsonml"]},"application/jwk+json":{"source":"iana","compressible":true},"application/jwk-set+json":{"source":"iana","compressible":true},"application/jwt":{"source":"iana"},"application/kpml-request+xml":{"source":"iana","compressible":true},"application/kpml-response+xml":{"source":"iana","compressible":true},"application/ld+json":{"source":"iana","compressible":true,"extensions":["jsonld"]},"application/lgr+xml":{"source":"iana","compressible":true,"extensions":["lgr"]},"application/link-format":{"source":"iana"},"application/load-control+xml":{"source":"iana","compressible":true},"application/lost+xml":{"source":"iana","compressible":true,"extensions":["lostxml"]},"application/lostsync+xml":{"source":"iana","compressible":true},"application/lpf+zip":{"source":"iana","compressible":false},"application/lxf":{"source":"iana"},"application/mac-binhex40":{"source":"iana","extensions":["hqx"]},"application/mac-compactpro":{"source":"apache","extensions":["cpt"]},"application/macwriteii":{"source":"iana"},"application/mads+xml":{"source":"iana","compressible":true,"extensions":["mads"]},"application/manifest+json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["webmanifest"]},"application/marc":{"source":"iana","extensions":["mrc"]},"application/marcxml+xml":{"source":"iana","compressible":true,"extensions":["mrcx"]},"application/mathematica":{"source":"iana","extensions":["ma","nb","mb"]},"application/mathml+xml":{"source":"iana","compressible":true,"extensions":["mathml"]},"application/mathml-content+xml":{"source":"iana","compressible":true},"application/mathml-presentation+xml":{"source":"iana","compressible":true},"application/mbms-associated-procedure-description+xml":{"source":"iana","compressible":true},"application/mbms-deregister+xml":{"source":"iana","compressible":true},"application/mbms-envelope+xml":{"source":"iana","compressible":true},"application/mbms-msk+xml":{"source":"iana","compressible":true},"application/mbms-msk-response+xml":{"source":"iana","compressible":true},"application/mbms-protection-description+xml":{"source":"iana","compressible":true},"application/mbms-reception-report+xml":{"source":"iana","compressible":true},"application/mbms-register+xml":{"source":"iana","compressible":true},"application/mbms-register-response+xml":{"source":"iana","compressible":true},"application/mbms-schedule+xml":{"source":"iana","compressible":true},"application/mbms-user-service-description+xml":{"source":"iana","compressible":true},"application/mbox":{"source":"iana","extensions":["mbox"]},"application/media-policy-dataset+xml":{"source":"iana","compressible":true,"extensions":["mpf"]},"application/media_control+xml":{"source":"iana","compressible":true},"application/mediaservercontrol+xml":{"source":"iana","compressible":true,"extensions":["mscml"]},"application/merge-patch+json":{"source":"iana","compressible":true},"application/metalink+xml":{"source":"apache","compressible":true,"extensions":["metalink"]},"application/metalink4+xml":{"source":"iana","compressible":true,"extensions":["meta4"]},"application/mets+xml":{"source":"iana","compressible":true,"extensions":["mets"]},"application/mf4":{"source":"iana"},"application/mikey":{"source":"iana"},"application/mipc":{"source":"iana"},"application/missing-blocks+cbor-seq":{"source":"iana"},"application/mmt-aei+xml":{"source":"iana","compressible":true,"extensions":["maei"]},"application/mmt-usd+xml":{"source":"iana","compressible":true,"extensions":["musd"]},"application/mods+xml":{"source":"iana","compressible":true,"extensions":["mods"]},"application/moss-keys":{"source":"iana"},"application/moss-signature":{"source":"iana"},"application/mosskey-data":{"source":"iana"},"application/mosskey-request":{"source":"iana"},"application/mp21":{"source":"iana","extensions":["m21","mp21"]},"application/mp4":{"source":"iana","extensions":["mp4s","m4p"]},"application/mpeg4-generic":{"source":"iana"},"application/mpeg4-iod":{"source":"iana"},"application/mpeg4-iod-xmt":{"source":"iana"},"application/mrb-consumer+xml":{"source":"iana","compressible":true},"application/mrb-publish+xml":{"source":"iana","compressible":true},"application/msc-ivr+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msc-mixer+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msword":{"source":"iana","compressible":false,"extensions":["doc","dot"]},"application/mud+json":{"source":"iana","compressible":true},"application/multipart-core":{"source":"iana"},"application/mxf":{"source":"iana","extensions":["mxf"]},"application/n-quads":{"source":"iana","extensions":["nq"]},"application/n-triples":{"source":"iana","extensions":["nt"]},"application/nasdata":{"source":"iana"},"application/news-checkgroups":{"source":"iana","charset":"US-ASCII"},"application/news-groupinfo":{"source":"iana","charset":"US-ASCII"},"application/news-transmission":{"source":"iana"},"application/nlsml+xml":{"source":"iana","compressible":true},"application/node":{"source":"iana","extensions":["cjs"]},"application/nss":{"source":"iana"},"application/oauth-authz-req+jwt":{"source":"iana"},"application/oblivious-dns-message":{"source":"iana"},"application/ocsp-request":{"source":"iana"},"application/ocsp-response":{"source":"iana"},"application/octet-stream":{"source":"iana","compressible":false,"extensions":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{"source":"iana","extensions":["oda"]},"application/odm+xml":{"source":"iana","compressible":true},"application/odx":{"source":"iana"},"application/oebps-package+xml":{"source":"iana","compressible":true,"extensions":["opf"]},"application/ogg":{"source":"iana","compressible":false,"extensions":["ogx"]},"application/omdoc+xml":{"source":"apache","compressible":true,"extensions":["omdoc"]},"application/onenote":{"source":"apache","extensions":["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{"source":"iana","compressible":true},"application/oscore":{"source":"iana"},"application/oxps":{"source":"iana","extensions":["oxps"]},"application/p21":{"source":"iana"},"application/p21+zip":{"source":"iana","compressible":false},"application/p2p-overlay+xml":{"source":"iana","compressible":true,"extensions":["relo"]},"application/parityfec":{"source":"iana"},"application/passport":{"source":"iana"},"application/patch-ops-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/pdf":{"source":"iana","compressible":false,"extensions":["pdf"]},"application/pdx":{"source":"iana"},"application/pem-certificate-chain":{"source":"iana"},"application/pgp-encrypted":{"source":"iana","compressible":false,"extensions":["pgp"]},"application/pgp-keys":{"source":"iana","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":true},"application/pidf-diff+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pkcs10":{"source":"iana","extensions":["p10"]},"application/pkcs12":{"source":"iana"},"application/pkcs7-mime":{"source":"iana","extensions":["p7m","p7c"]},"application/pkcs7-signature":{"source":"iana","extensions":["p7s"]},"application/pkcs8":{"source":"iana","extensions":["p8"]},"application/pkcs8-encrypted":{"source":"iana"},"application/pkix-attr-cert":{"source":"iana","extensions":["ac"]},"application/pkix-cert":{"source":"iana","extensions":["cer"]},"application/pkix-crl":{"source":"iana","extensions":["crl"]},"application/pkix-pkipath":{"source":"iana","extensions":["pkipath"]},"application/pkixcmp":{"source":"iana","extensions":["pki"]},"application/pls+xml":{"source":"iana","compressible":true,"extensions":["pls"]},"application/poc-settings+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/postscript":{"source":"iana","compressible":true,"extensions":["ai","eps","ps"]},"application/ppsp-tracker+json":{"source":"iana","compressible":true},"application/problem+json":{"source":"iana","compressible":true},"application/problem+xml":{"source":"iana","compressible":true},"application/provenance+xml":{"source":"iana","compressible":true,"extensions":["provx"]},"application/prs.alvestrand.titrax-sheet":{"source":"iana"},"application/prs.cww":{"source":"iana","extensions":["cww"]},"application/prs.cyn":{"source":"iana","charset":"7-BIT"},"application/prs.hpub+zip":{"source":"iana","compressible":false},"application/prs.nprend":{"source":"iana"},"application/prs.plucker":{"source":"iana"},"application/prs.rdf-xml-crypt":{"source":"iana"},"application/prs.xsf+xml":{"source":"iana","compressible":true},"application/pskc+xml":{"source":"iana","compressible":true,"extensions":["pskcxml"]},"application/pvd+json":{"source":"iana","compressible":true},"application/qsig":{"source":"iana"},"application/raml+yaml":{"compressible":true,"extensions":["raml"]},"application/raptorfec":{"source":"iana"},"application/rdap+json":{"source":"iana","compressible":true},"application/rdf+xml":{"source":"iana","compressible":true,"extensions":["rdf","owl"]},"application/reginfo+xml":{"source":"iana","compressible":true,"extensions":["rif"]},"application/relax-ng-compact-syntax":{"source":"iana","extensions":["rnc"]},"application/remote-printing":{"source":"iana"},"application/reputon+json":{"source":"iana","compressible":true},"application/resource-lists+xml":{"source":"iana","compressible":true,"extensions":["rl"]},"application/resource-lists-diff+xml":{"source":"iana","compressible":true,"extensions":["rld"]},"application/rfc+xml":{"source":"iana","compressible":true},"application/riscos":{"source":"iana"},"application/rlmi+xml":{"source":"iana","compressible":true},"application/rls-services+xml":{"source":"iana","compressible":true,"extensions":["rs"]},"application/route-apd+xml":{"source":"iana","compressible":true,"extensions":["rapd"]},"application/route-s-tsid+xml":{"source":"iana","compressible":true,"extensions":["sls"]},"application/route-usd+xml":{"source":"iana","compressible":true,"extensions":["rusd"]},"application/rpki-ghostbusters":{"source":"iana","extensions":["gbr"]},"application/rpki-manifest":{"source":"iana","extensions":["mft"]},"application/rpki-publication":{"source":"iana"},"application/rpki-roa":{"source":"iana","extensions":["roa"]},"application/rpki-updown":{"source":"iana"},"application/rsd+xml":{"source":"apache","compressible":true,"extensions":["rsd"]},"application/rss+xml":{"source":"apache","compressible":true,"extensions":["rss"]},"application/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"application/rtploopback":{"source":"iana"},"application/rtx":{"source":"iana"},"application/samlassertion+xml":{"source":"iana","compressible":true},"application/samlmetadata+xml":{"source":"iana","compressible":true},"application/sarif+json":{"source":"iana","compressible":true},"application/sarif-external-properties+json":{"source":"iana","compressible":true},"application/sbe":{"source":"iana"},"application/sbml+xml":{"source":"iana","compressible":true,"extensions":["sbml"]},"application/scaip+xml":{"source":"iana","compressible":true},"application/scim+json":{"source":"iana","compressible":true},"application/scvp-cv-request":{"source":"iana","extensions":["scq"]},"application/scvp-cv-response":{"source":"iana","extensions":["scs"]},"application/scvp-vp-request":{"source":"iana","extensions":["spq"]},"application/scvp-vp-response":{"source":"iana","extensions":["spp"]},"application/sdp":{"source":"iana","extensions":["sdp"]},"application/secevent+jwt":{"source":"iana"},"application/senml+cbor":{"source":"iana"},"application/senml+json":{"source":"iana","compressible":true},"application/senml+xml":{"source":"iana","compressible":true,"extensions":["senmlx"]},"application/senml-etch+cbor":{"source":"iana"},"application/senml-etch+json":{"source":"iana","compressible":true},"application/senml-exi":{"source":"iana"},"application/sensml+cbor":{"source":"iana"},"application/sensml+json":{"source":"iana","compressible":true},"application/sensml+xml":{"source":"iana","compressible":true,"extensions":["sensmlx"]},"application/sensml-exi":{"source":"iana"},"application/sep+xml":{"source":"iana","compressible":true},"application/sep-exi":{"source":"iana"},"application/session-info":{"source":"iana"},"application/set-payment":{"source":"iana"},"application/set-payment-initiation":{"source":"iana","extensions":["setpay"]},"application/set-registration":{"source":"iana"},"application/set-registration-initiation":{"source":"iana","extensions":["setreg"]},"application/sgml":{"source":"iana"},"application/sgml-open-catalog":{"source":"iana"},"application/shf+xml":{"source":"iana","compressible":true,"extensions":["shf"]},"application/sieve":{"source":"iana","extensions":["siv","sieve"]},"application/simple-filter+xml":{"source":"iana","compressible":true},"application/simple-message-summary":{"source":"iana"},"application/simplesymbolcontainer":{"source":"iana"},"application/sipc":{"source":"iana"},"application/slate":{"source":"iana"},"application/smil":{"source":"iana"},"application/smil+xml":{"source":"iana","compressible":true,"extensions":["smi","smil"]},"application/smpte336m":{"source":"iana"},"application/soap+fastinfoset":{"source":"iana"},"application/soap+xml":{"source":"iana","compressible":true},"application/sparql-query":{"source":"iana","extensions":["rq"]},"application/sparql-results+xml":{"source":"iana","compressible":true,"extensions":["srx"]},"application/spdx+json":{"source":"iana","compressible":true},"application/spirits-event+xml":{"source":"iana","compressible":true},"application/sql":{"source":"iana"},"application/srgs":{"source":"iana","extensions":["gram"]},"application/srgs+xml":{"source":"iana","compressible":true,"extensions":["grxml"]},"application/sru+xml":{"source":"iana","compressible":true,"extensions":["sru"]},"application/ssdl+xml":{"source":"apache","compressible":true,"extensions":["ssdl"]},"application/ssml+xml":{"source":"iana","compressible":true,"extensions":["ssml"]},"application/stix+json":{"source":"iana","compressible":true},"application/swid+xml":{"source":"iana","compressible":true,"extensions":["swidtag"]},"application/tamp-apex-update":{"source":"iana"},"application/tamp-apex-update-confirm":{"source":"iana"},"application/tamp-community-update":{"source":"iana"},"application/tamp-community-update-confirm":{"source":"iana"},"application/tamp-error":{"source":"iana"},"application/tamp-sequence-adjust":{"source":"iana"},"application/tamp-sequence-adjust-confirm":{"source":"iana"},"application/tamp-status-query":{"source":"iana"},"application/tamp-status-response":{"source":"iana"},"application/tamp-update":{"source":"iana"},"application/tamp-update-confirm":{"source":"iana"},"application/tar":{"compressible":true},"application/taxii+json":{"source":"iana","compressible":true},"application/td+json":{"source":"iana","compressible":true},"application/tei+xml":{"source":"iana","compressible":true,"extensions":["tei","teicorpus"]},"application/tetra_isi":{"source":"iana"},"application/thraud+xml":{"source":"iana","compressible":true,"extensions":["tfi"]},"application/timestamp-query":{"source":"iana"},"application/timestamp-reply":{"source":"iana"},"application/timestamped-data":{"source":"iana","extensions":["tsd"]},"application/tlsrpt+gzip":{"source":"iana"},"application/tlsrpt+json":{"source":"iana","compressible":true},"application/tnauthlist":{"source":"iana"},"application/token-introspection+jwt":{"source":"iana"},"application/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana","extensions":["trig"]},"application/ttml+xml":{"source":"iana","compressible":true,"extensions":["ttml"]},"application/tve-trigger":{"source":"iana"},"application/tzif":{"source":"iana"},"application/tzif-leap":{"source":"iana"},"application/ubjson":{"compressible":false,"extensions":["ubj"]},"application/ulpfec":{"source":"iana"},"application/urc-grpsheet+xml":{"source":"iana","compressible":true},"application/urc-ressheet+xml":{"source":"iana","compressible":true,"extensions":["rsheet"]},"application/urc-targetdesc+xml":{"source":"iana","compressible":true,"extensions":["td"]},"application/urc-uisocketdesc+xml":{"source":"iana","compressible":true},"application/vcard+json":{"source":"iana","compressible":true},"application/vcard+xml":{"source":"iana","compressible":true},"application/vemmi":{"source":"iana"},"application/vividence.scriptfile":{"source":"apache"},"application/vnd.1000minds.decision-model+xml":{"source":"iana","compressible":true,"extensions":["1km"]},"application/vnd.3gpp-prose+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose-pc3ch+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-v2x-local-service-information":{"source":"iana"},"application/vnd.3gpp.5gnas":{"source":"iana"},"application/vnd.3gpp.access-transfer-events+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.bsf+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gmop+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gtpc":{"source":"iana"},"application/vnd.3gpp.interworking-data":{"source":"iana"},"application/vnd.3gpp.lpp":{"source":"iana"},"application/vnd.3gpp.mc-signalling-ear":{"source":"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-payload":{"source":"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-signalling":{"source":"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-floor-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-signed+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-init-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-transmission-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mid-call+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ngap":{"source":"iana"},"application/vnd.3gpp.pfcp":{"source":"iana"},"application/vnd.3gpp.pic-bw-large":{"source":"iana","extensions":["plb"]},"application/vnd.3gpp.pic-bw-small":{"source":"iana","extensions":["psb"]},"application/vnd.3gpp.pic-bw-var":{"source":"iana","extensions":["pvb"]},"application/vnd.3gpp.s1ap":{"source":"iana"},"application/vnd.3gpp.sms":{"source":"iana"},"application/vnd.3gpp.sms+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-ext+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.state-and-event-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ussd+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.bcmcsinfo+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.sms":{"source":"iana"},"application/vnd.3gpp2.tcap":{"source":"iana","extensions":["tcap"]},"application/vnd.3lightssoftware.imagescal":{"source":"iana"},"application/vnd.3m.post-it-notes":{"source":"iana","extensions":["pwn"]},"application/vnd.accpac.simply.aso":{"source":"iana","extensions":["aso"]},"application/vnd.accpac.simply.imp":{"source":"iana","extensions":["imp"]},"application/vnd.acucobol":{"source":"iana","extensions":["acu"]},"application/vnd.acucorp":{"source":"iana","extensions":["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{"source":"apache","compressible":false,"extensions":["air"]},"application/vnd.adobe.flash.movie":{"source":"iana"},"application/vnd.adobe.formscentral.fcdt":{"source":"iana","extensions":["fcdt"]},"application/vnd.adobe.fxp":{"source":"iana","extensions":["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{"source":"iana"},"application/vnd.adobe.xdp+xml":{"source":"iana","compressible":true,"extensions":["xdp"]},"application/vnd.adobe.xfdf":{"source":"iana","extensions":["xfdf"]},"application/vnd.aether.imp":{"source":"iana"},"application/vnd.afpc.afplinedata":{"source":"iana"},"application/vnd.afpc.afplinedata-pagedef":{"source":"iana"},"application/vnd.afpc.cmoca-cmresource":{"source":"iana"},"application/vnd.afpc.foca-charset":{"source":"iana"},"application/vnd.afpc.foca-codedfont":{"source":"iana"},"application/vnd.afpc.foca-codepage":{"source":"iana"},"application/vnd.afpc.modca":{"source":"iana"},"application/vnd.afpc.modca-cmtable":{"source":"iana"},"application/vnd.afpc.modca-formdef":{"source":"iana"},"application/vnd.afpc.modca-mediummap":{"source":"iana"},"application/vnd.afpc.modca-objectcontainer":{"source":"iana"},"application/vnd.afpc.modca-overlay":{"source":"iana"},"application/vnd.afpc.modca-pagesegment":{"source":"iana"},"application/vnd.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":true},"application/vnd.amazon.ebook":{"source":"apache","extensions":["azw"]},"application/vnd.amazon.mobi8-ebook":{"source":"iana"},"application/vnd.americandynamics.acc":{"source":"iana","extensions":["acc"]},"application/vnd.amiga.ami":{"source":"iana","extensions":["ami"]},"application/vnd.amundsen.maze+xml":{"source":"iana","compressible":true},"application/vnd.android.ota":{"source":"iana"},"application/vnd.android.package-archive":{"source":"apache","compressible":false,"extensions":["apk"]},"application/vnd.anki":{"source":"iana"},"application/vnd.anser-web-certificate-issue-initiation":{"source":"iana","extensions":["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{"source":"apache","extensions":["fti"]},"application/vnd.antix.game-component":{"source":"iana","extensions":["atx"]},"application/vnd.apache.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":true},"application/vnd.aplextor.warrp+json":{"source":"iana","compressible":true},"application/vnd.apothekende.reservation+json":{"source":"iana","compressible":true},"application/vnd.apple.installer+xml":{"source":"iana","compressible":true,"extensions":["mpkg"]},"application/vnd.apple.keynote":{"source":"iana","extensions":["key"]},"application/vnd.apple.mpegurl":{"source":"iana","extensions":["m3u8"]},"application/vnd.apple.numbers":{"source":"iana","extensions":["numbers"]},"application/vnd.apple.pages":{"source":"iana","extensions":["pages"]},"application/vnd.apple.pkpass":{"compressible":false,"extensions":["pkpass"]},"application/vnd.arastra.swi":{"source":"iana"},"application/vnd.aristanetworks.swi":{"source":"iana","extensions":["swi"]},"application/vnd.artisan+json":{"source":"iana","compressible":true},"application/vnd.artsquare":{"source":"iana"},"application/vnd.astraea-software.iota":{"source":"iana","extensions":["iota"]},"application/vnd.audiograph":{"source":"iana","extensions":["aep"]},"application/vnd.autopackage":{"source":"iana"},"application/vnd.avalon+json":{"source":"iana","compressible":true},"application/vnd.avistar+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmml+xml":{"source":"iana","compressible":true,"extensions":["bmml"]},"application/vnd.balsamiq.bmpr":{"source":"iana"},"application/vnd.banana-accounting":{"source":"iana"},"application/vnd.bbf.usp.error":{"source":"iana"},"application/vnd.bbf.usp.msg":{"source":"iana"},"application/vnd.bbf.usp.msg+json":{"source":"iana","compressible":true},"application/vnd.bekitzur-stech+json":{"source":"iana","compressible":true},"application/vnd.bint.med-content":{"source":"iana"},"application/vnd.biopax.rdf+xml":{"source":"iana","compressible":true},"application/vnd.blink-idb-value-wrapper":{"source":"iana"},"application/vnd.blueice.multipass":{"source":"iana","extensions":["mpm"]},"application/vnd.bluetooth.ep.oob":{"source":"iana"},"application/vnd.bluetooth.le.oob":{"source":"iana"},"application/vnd.bmi":{"source":"iana","extensions":["bmi"]},"application/vnd.bpf":{"source":"iana"},"application/vnd.bpf3":{"source":"iana"},"application/vnd.businessobjects":{"source":"iana","extensions":["rep"]},"application/vnd.byu.uapi+json":{"source":"iana","compressible":true},"application/vnd.cab-jscript":{"source":"iana"},"application/vnd.canon-cpdl":{"source":"iana"},"application/vnd.canon-lips":{"source":"iana"},"application/vnd.capasystems-pg+json":{"source":"iana","compressible":true},"application/vnd.cendio.thinlinc.clientconf":{"source":"iana"},"application/vnd.century-systems.tcp_stream":{"source":"iana"},"application/vnd.chemdraw+xml":{"source":"iana","compressible":true,"extensions":["cdxml"]},"application/vnd.chess-pgn":{"source":"iana"},"application/vnd.chipnuts.karaoke-mmd":{"source":"iana","extensions":["mmd"]},"application/vnd.ciedi":{"source":"iana"},"application/vnd.cinderella":{"source":"iana","extensions":["cdy"]},"application/vnd.cirpack.isdn-ext":{"source":"iana"},"application/vnd.citationstyles.style+xml":{"source":"iana","compressible":true,"extensions":["csl"]},"application/vnd.claymore":{"source":"iana","extensions":["cla"]},"application/vnd.cloanto.rp9":{"source":"iana","extensions":["rp9"]},"application/vnd.clonk.c4group":{"source":"iana","extensions":["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{"source":"iana","extensions":["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{"source":"iana","extensions":["c11amz"]},"application/vnd.coffeescript":{"source":"iana"},"application/vnd.collabio.xodocuments.document":{"source":"iana"},"application/vnd.collabio.xodocuments.document-template":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation-template":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{"source":"iana"},"application/vnd.collection+json":{"source":"iana","compressible":true},"application/vnd.collection.doc+json":{"source":"iana","compressible":true},"application/vnd.collection.next+json":{"source":"iana","compressible":true},"application/vnd.comicbook+zip":{"source":"iana","compressible":false},"application/vnd.comicbook-rar":{"source":"iana"},"application/vnd.commerce-battelle":{"source":"iana"},"application/vnd.commonspace":{"source":"iana","extensions":["csp"]},"application/vnd.contact.cmsg":{"source":"iana","extensions":["cdbcmsg"]},"application/vnd.coreos.ignition+json":{"source":"iana","compressible":true},"application/vnd.cosmocaller":{"source":"iana","extensions":["cmc"]},"application/vnd.crick.clicker":{"source":"iana","extensions":["clkx"]},"application/vnd.crick.clicker.keyboard":{"source":"iana","extensions":["clkk"]},"application/vnd.crick.clicker.palette":{"source":"iana","extensions":["clkp"]},"application/vnd.crick.clicker.template":{"source":"iana","extensions":["clkt"]},"application/vnd.crick.clicker.wordbank":{"source":"iana","extensions":["clkw"]},"application/vnd.criticaltools.wbs+xml":{"source":"iana","compressible":true,"extensions":["wbs"]},"application/vnd.cryptii.pipe+json":{"source":"iana","compressible":true},"application/vnd.crypto-shade-file":{"source":"iana"},"application/vnd.cryptomator.encrypted":{"source":"iana"},"application/vnd.cryptomator.vault":{"source":"iana"},"application/vnd.ctc-posml":{"source":"iana","extensions":["pml"]},"application/vnd.ctct.ws+xml":{"source":"iana","compressible":true},"application/vnd.cups-pdf":{"source":"iana"},"application/vnd.cups-postscript":{"source":"iana"},"application/vnd.cups-ppd":{"source":"iana","extensions":["ppd"]},"application/vnd.cups-raster":{"source":"iana"},"application/vnd.cups-raw":{"source":"iana"},"application/vnd.curl":{"source":"iana"},"application/vnd.curl.car":{"source":"apache","extensions":["car"]},"application/vnd.curl.pcurl":{"source":"apache","extensions":["pcurl"]},"application/vnd.cyan.dean.root+xml":{"source":"iana","compressible":true},"application/vnd.cybank":{"source":"iana"},"application/vnd.cyclonedx+json":{"source":"iana","compressible":true},"application/vnd.cyclonedx+xml":{"source":"iana","compressible":true},"application/vnd.d2l.coursepackage1p0+zip":{"source":"iana","compressible":false},"application/vnd.d3m-dataset":{"source":"iana"},"application/vnd.d3m-problem":{"source":"iana"},"application/vnd.dart":{"source":"iana","compressible":true,"extensions":["dart"]},"application/vnd.data-vision.rdz":{"source":"iana","extensions":["rdz"]},"application/vnd.datapackage+json":{"source":"iana","compressible":true},"application/vnd.dataresource+json":{"source":"iana","compressible":true},"application/vnd.dbf":{"source":"iana","extensions":["dbf"]},"application/vnd.debian.binary-package":{"source":"iana"},"application/vnd.dece.data":{"source":"iana","extensions":["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{"source":"iana","compressible":true,"extensions":["uvt","uvvt"]},"application/vnd.dece.unspecified":{"source":"iana","extensions":["uvx","uvvx"]},"application/vnd.dece.zip":{"source":"iana","extensions":["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{"source":"iana","extensions":["fe_launch"]},"application/vnd.desmume.movie":{"source":"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{"source":"iana"},"application/vnd.dm.delegation+xml":{"source":"iana","compressible":true},"application/vnd.dna":{"source":"iana","extensions":["dna"]},"application/vnd.document+json":{"source":"iana","compressible":true},"application/vnd.dolby.mlp":{"source":"apache","extensions":["mlp"]},"application/vnd.dolby.mobile.1":{"source":"iana"},"application/vnd.dolby.mobile.2":{"source":"iana"},"application/vnd.doremir.scorecloud-binary-document":{"source":"iana"},"application/vnd.dpgraph":{"source":"iana","extensions":["dpg"]},"application/vnd.dreamfactory":{"source":"iana","extensions":["dfac"]},"application/vnd.drive+json":{"source":"iana","compressible":true},"application/vnd.ds-keypoint":{"source":"apache","extensions":["kpxx"]},"application/vnd.dtg.local":{"source":"iana"},"application/vnd.dtg.local.flash":{"source":"iana"},"application/vnd.dtg.local.html":{"source":"iana"},"application/vnd.dvb.ait":{"source":"iana","extensions":["ait"]},"application/vnd.dvb.dvbisl+xml":{"source":"iana","compressible":true},"application/vnd.dvb.dvbj":{"source":"iana"},"application/vnd.dvb.esgcontainer":{"source":"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess2":{"source":"iana"},"application/vnd.dvb.ipdcesgpdd":{"source":"iana"},"application/vnd.dvb.ipdcroaming":{"source":"iana"},"application/vnd.dvb.iptv.alfec-base":{"source":"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{"source":"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-container+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-generic+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-msglist+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-request+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-response+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-init+xml":{"source":"iana","compressible":true},"application/vnd.dvb.pfr":{"source":"iana"},"application/vnd.dvb.service":{"source":"iana","extensions":["svc"]},"application/vnd.dxr":{"source":"iana"},"application/vnd.dynageo":{"source":"iana","extensions":["geo"]},"application/vnd.dzr":{"source":"iana"},"application/vnd.easykaraoke.cdgdownload":{"source":"iana"},"application/vnd.ecdis-update":{"source":"iana"},"application/vnd.ecip.rlp":{"source":"iana"},"application/vnd.eclipse.ditto+json":{"source":"iana","compressible":true},"application/vnd.ecowin.chart":{"source":"iana","extensions":["mag"]},"application/vnd.ecowin.filerequest":{"source":"iana"},"application/vnd.ecowin.fileupdate":{"source":"iana"},"application/vnd.ecowin.series":{"source":"iana"},"application/vnd.ecowin.seriesrequest":{"source":"iana"},"application/vnd.ecowin.seriesupdate":{"source":"iana"},"application/vnd.efi.img":{"source":"iana"},"application/vnd.efi.iso":{"source":"iana"},"application/vnd.emclient.accessrequest+xml":{"source":"iana","compressible":true},"application/vnd.enliven":{"source":"iana","extensions":["nml"]},"application/vnd.enphase.envoy":{"source":"iana"},"application/vnd.eprints.data+xml":{"source":"iana","compressible":true},"application/vnd.epson.esf":{"source":"iana","extensions":["esf"]},"application/vnd.epson.msf":{"source":"iana","extensions":["msf"]},"application/vnd.epson.quickanime":{"source":"iana","extensions":["qam"]},"application/vnd.epson.salt":{"source":"iana","extensions":["slt"]},"application/vnd.epson.ssf":{"source":"iana","extensions":["ssf"]},"application/vnd.ericsson.quickcall":{"source":"iana"},"application/vnd.espass-espass+zip":{"source":"iana","compressible":false},"application/vnd.eszigno3+xml":{"source":"iana","compressible":true,"extensions":["es3","et3"]},"application/vnd.etsi.aoc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.asic-e+zip":{"source":"iana","compressible":false},"application/vnd.etsi.asic-s+zip":{"source":"iana","compressible":false},"application/vnd.etsi.cug+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvcommand+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-bc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-cod+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-npvr+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvservice+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsync+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvueprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mcid+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mheg5":{"source":"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{"source":"iana","compressible":true},"application/vnd.etsi.pstn+xml":{"source":"iana","compressible":true},"application/vnd.etsi.sci+xml":{"source":"iana","compressible":true},"application/vnd.etsi.simservs+xml":{"source":"iana","compressible":true},"application/vnd.etsi.timestamp-token":{"source":"iana"},"application/vnd.etsi.tsl+xml":{"source":"iana","compressible":true},"application/vnd.etsi.tsl.der":{"source":"iana"},"application/vnd.eu.kasparian.car+json":{"source":"iana","compressible":true},"application/vnd.eudora.data":{"source":"iana"},"application/vnd.evolv.ecig.profile":{"source":"iana"},"application/vnd.evolv.ecig.settings":{"source":"iana"},"application/vnd.evolv.ecig.theme":{"source":"iana"},"application/vnd.exstream-empower+zip":{"source":"iana","compressible":false},"application/vnd.exstream-package":{"source":"iana"},"application/vnd.ezpix-album":{"source":"iana","extensions":["ez2"]},"application/vnd.ezpix-package":{"source":"iana","extensions":["ez3"]},"application/vnd.f-secure.mobile":{"source":"iana"},"application/vnd.familysearch.gedcom+zip":{"source":"iana","compressible":false},"application/vnd.fastcopy-disk-image":{"source":"iana"},"application/vnd.fdf":{"source":"iana","extensions":["fdf"]},"application/vnd.fdsn.mseed":{"source":"iana","extensions":["mseed"]},"application/vnd.fdsn.seed":{"source":"iana","extensions":["seed","dataless"]},"application/vnd.ffsns":{"source":"iana"},"application/vnd.ficlab.flb+zip":{"source":"iana","compressible":false},"application/vnd.filmit.zfc":{"source":"iana"},"application/vnd.fints":{"source":"iana"},"application/vnd.firemonkeys.cloudcell":{"source":"iana"},"application/vnd.flographit":{"source":"iana","extensions":["gph"]},"application/vnd.fluxtime.clip":{"source":"iana","extensions":["ftc"]},"application/vnd.font-fontforge-sfd":{"source":"iana"},"application/vnd.framemaker":{"source":"iana","extensions":["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{"source":"iana","extensions":["fnc"]},"application/vnd.frogans.ltf":{"source":"iana","extensions":["ltf"]},"application/vnd.fsc.weblaunch":{"source":"iana","extensions":["fsc"]},"application/vnd.fujifilm.fb.docuworks":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.container":{"source":"iana"},"application/vnd.fujifilm.fb.jfi+xml":{"source":"iana","compressible":true},"application/vnd.fujitsu.oasys":{"source":"iana","extensions":["oas"]},"application/vnd.fujitsu.oasys2":{"source":"iana","extensions":["oa2"]},"application/vnd.fujitsu.oasys3":{"source":"iana","extensions":["oa3"]},"application/vnd.fujitsu.oasysgp":{"source":"iana","extensions":["fg5"]},"application/vnd.fujitsu.oasysprs":{"source":"iana","extensions":["bh2"]},"application/vnd.fujixerox.art-ex":{"source":"iana"},"application/vnd.fujixerox.art4":{"source":"iana"},"application/vnd.fujixerox.ddd":{"source":"iana","extensions":["ddd"]},"application/vnd.fujixerox.docuworks":{"source":"iana","extensions":["xdw"]},"application/vnd.fujixerox.docuworks.binder":{"source":"iana","extensions":["xbd"]},"application/vnd.fujixerox.docuworks.container":{"source":"iana"},"application/vnd.fujixerox.hbpl":{"source":"iana"},"application/vnd.fut-misnet":{"source":"iana"},"application/vnd.futoin+cbor":{"source":"iana"},"application/vnd.futoin+json":{"source":"iana","compressible":true},"application/vnd.fuzzysheet":{"source":"iana","extensions":["fzs"]},"application/vnd.genomatix.tuxedo":{"source":"iana","extensions":["txd"]},"application/vnd.gentics.grd+json":{"source":"iana","compressible":true},"application/vnd.geo+json":{"source":"iana","compressible":true},"application/vnd.geocube+xml":{"source":"iana","compressible":true},"application/vnd.geogebra.file":{"source":"iana","extensions":["ggb"]},"application/vnd.geogebra.slides":{"source":"iana"},"application/vnd.geogebra.tool":{"source":"iana","extensions":["ggt"]},"application/vnd.geometry-explorer":{"source":"iana","extensions":["gex","gre"]},"application/vnd.geonext":{"source":"iana","extensions":["gxt"]},"application/vnd.geoplan":{"source":"iana","extensions":["g2w"]},"application/vnd.geospace":{"source":"iana","extensions":["g3w"]},"application/vnd.gerber":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt-response":{"source":"iana"},"application/vnd.gmx":{"source":"iana","extensions":["gmx"]},"application/vnd.google-apps.document":{"compressible":false,"extensions":["gdoc"]},"application/vnd.google-apps.presentation":{"compressible":false,"extensions":["gslides"]},"application/vnd.google-apps.spreadsheet":{"compressible":false,"extensions":["gsheet"]},"application/vnd.google-earth.kml+xml":{"source":"iana","compressible":true,"extensions":["kml"]},"application/vnd.google-earth.kmz":{"source":"iana","compressible":false,"extensions":["kmz"]},"application/vnd.gov.sk.e-form+xml":{"source":"iana","compressible":true},"application/vnd.gov.sk.e-form+zip":{"source":"iana","compressible":false},"application/vnd.gov.sk.xmldatacontainer+xml":{"source":"iana","compressible":true},"application/vnd.grafeq":{"source":"iana","extensions":["gqf","gqs"]},"application/vnd.gridmp":{"source":"iana"},"application/vnd.groove-account":{"source":"iana","extensions":["gac"]},"application/vnd.groove-help":{"source":"iana","extensions":["ghf"]},"application/vnd.groove-identity-message":{"source":"iana","extensions":["gim"]},"application/vnd.groove-injector":{"source":"iana","extensions":["grv"]},"application/vnd.groove-tool-message":{"source":"iana","extensions":["gtm"]},"application/vnd.groove-tool-template":{"source":"iana","extensions":["tpl"]},"application/vnd.groove-vcard":{"source":"iana","extensions":["vcg"]},"application/vnd.hal+json":{"source":"iana","compressible":true},"application/vnd.hal+xml":{"source":"iana","compressible":true,"extensions":["hal"]},"application/vnd.handheld-entertainment+xml":{"source":"iana","compressible":true,"extensions":["zmm"]},"application/vnd.hbci":{"source":"iana","extensions":["hbci"]},"application/vnd.hc+json":{"source":"iana","compressible":true},"application/vnd.hcl-bireports":{"source":"iana"},"application/vnd.hdt":{"source":"iana"},"application/vnd.heroku+json":{"source":"iana","compressible":true},"application/vnd.hhe.lesson-player":{"source":"iana","extensions":["les"]},"application/vnd.hl7cda+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hl7v2+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hp-hpgl":{"source":"iana","extensions":["hpgl"]},"application/vnd.hp-hpid":{"source":"iana","extensions":["hpid"]},"application/vnd.hp-hps":{"source":"iana","extensions":["hps"]},"application/vnd.hp-jlyt":{"source":"iana","extensions":["jlt"]},"application/vnd.hp-pcl":{"source":"iana","extensions":["pcl"]},"application/vnd.hp-pclxl":{"source":"iana","extensions":["pclxl"]},"application/vnd.httphone":{"source":"iana"},"application/vnd.hydrostatix.sof-data":{"source":"iana","extensions":["sfd-hdstx"]},"application/vnd.hyper+json":{"source":"iana","compressible":true},"application/vnd.hyper-item+json":{"source":"iana","compressible":true},"application/vnd.hyperdrive+json":{"source":"iana","compressible":true},"application/vnd.hzn-3d-crossword":{"source":"iana"},"application/vnd.ibm.afplinedata":{"source":"iana"},"application/vnd.ibm.electronic-media":{"source":"iana"},"application/vnd.ibm.minipay":{"source":"iana","extensions":["mpy"]},"application/vnd.ibm.modcap":{"source":"iana","extensions":["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{"source":"iana","extensions":["irm"]},"application/vnd.ibm.secure-container":{"source":"iana","extensions":["sc"]},"application/vnd.iccprofile":{"source":"iana","extensions":["icc","icm"]},"application/vnd.ieee.1905":{"source":"iana"},"application/vnd.igloader":{"source":"iana","extensions":["igl"]},"application/vnd.imagemeter.folder+zip":{"source":"iana","compressible":false},"application/vnd.imagemeter.image+zip":{"source":"iana","compressible":false},"application/vnd.immervision-ivp":{"source":"iana","extensions":["ivp"]},"application/vnd.immervision-ivu":{"source":"iana","extensions":["ivu"]},"application/vnd.ims.imsccv1p1":{"source":"iana"},"application/vnd.ims.imsccv1p2":{"source":"iana"},"application/vnd.ims.imsccv1p3":{"source":"iana"},"application/vnd.ims.lis.v2.result+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy.id+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings.simple+json":{"source":"iana","compressible":true},"application/vnd.informedcontrol.rms+xml":{"source":"iana","compressible":true},"application/vnd.informix-visionary":{"source":"iana"},"application/vnd.infotech.project":{"source":"iana"},"application/vnd.infotech.project+xml":{"source":"iana","compressible":true},"application/vnd.innopath.wamp.notification":{"source":"iana"},"application/vnd.insors.igm":{"source":"iana","extensions":["igm"]},"application/vnd.intercon.formnet":{"source":"iana","extensions":["xpw","xpx"]},"application/vnd.intergeo":{"source":"iana","extensions":["i2g"]},"application/vnd.intertrust.digibox":{"source":"iana"},"application/vnd.intertrust.nncp":{"source":"iana"},"application/vnd.intu.qbo":{"source":"iana","extensions":["qbo"]},"application/vnd.intu.qfx":{"source":"iana","extensions":["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.conceptitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.knowledgeitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsmessage+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.packageitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.planningitem+xml":{"source":"iana","compressible":true},"application/vnd.ipunplugged.rcprofile":{"source":"iana","extensions":["rcprofile"]},"application/vnd.irepository.package+xml":{"source":"iana","compressible":true,"extensions":["irp"]},"application/vnd.is-xpr":{"source":"iana","extensions":["xpr"]},"application/vnd.isac.fcs":{"source":"iana","extensions":["fcs"]},"application/vnd.iso11783-10+zip":{"source":"iana","compressible":false},"application/vnd.jam":{"source":"iana","extensions":["jam"]},"application/vnd.japannet-directory-service":{"source":"iana"},"application/vnd.japannet-jpnstore-wakeup":{"source":"iana"},"application/vnd.japannet-payment-wakeup":{"source":"iana"},"application/vnd.japannet-registration":{"source":"iana"},"application/vnd.japannet-registration-wakeup":{"source":"iana"},"application/vnd.japannet-setstore-wakeup":{"source":"iana"},"application/vnd.japannet-verification":{"source":"iana"},"application/vnd.japannet-verification-wakeup":{"source":"iana"},"application/vnd.jcp.javame.midlet-rms":{"source":"iana","extensions":["rms"]},"application/vnd.jisp":{"source":"iana","extensions":["jisp"]},"application/vnd.joost.joda-archive":{"source":"iana","extensions":["joda"]},"application/vnd.jsk.isdn-ngn":{"source":"iana"},"application/vnd.kahootz":{"source":"iana","extensions":["ktz","ktr"]},"application/vnd.kde.karbon":{"source":"iana","extensions":["karbon"]},"application/vnd.kde.kchart":{"source":"iana","extensions":["chrt"]},"application/vnd.kde.kformula":{"source":"iana","extensions":["kfo"]},"application/vnd.kde.kivio":{"source":"iana","extensions":["flw"]},"application/vnd.kde.kontour":{"source":"iana","extensions":["kon"]},"application/vnd.kde.kpresenter":{"source":"iana","extensions":["kpr","kpt"]},"application/vnd.kde.kspread":{"source":"iana","extensions":["ksp"]},"application/vnd.kde.kword":{"source":"iana","extensions":["kwd","kwt"]},"application/vnd.kenameaapp":{"source":"iana","extensions":["htke"]},"application/vnd.kidspiration":{"source":"iana","extensions":["kia"]},"application/vnd.kinar":{"source":"iana","extensions":["kne","knp"]},"application/vnd.koan":{"source":"iana","extensions":["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{"source":"iana","extensions":["sse"]},"application/vnd.las":{"source":"iana"},"application/vnd.las.las+json":{"source":"iana","compressible":true},"application/vnd.las.las+xml":{"source":"iana","compressible":true,"extensions":["lasxml"]},"application/vnd.laszip":{"source":"iana"},"application/vnd.leap+json":{"source":"iana","compressible":true},"application/vnd.liberty-request+xml":{"source":"iana","compressible":true},"application/vnd.llamagraphics.life-balance.desktop":{"source":"iana","extensions":["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{"source":"iana","compressible":true,"extensions":["lbe"]},"application/vnd.logipipe.circuit+zip":{"source":"iana","compressible":false},"application/vnd.loom":{"source":"iana"},"application/vnd.lotus-1-2-3":{"source":"iana","extensions":["123"]},"application/vnd.lotus-approach":{"source":"iana","extensions":["apr"]},"application/vnd.lotus-freelance":{"source":"iana","extensions":["pre"]},"application/vnd.lotus-notes":{"source":"iana","extensions":["nsf"]},"application/vnd.lotus-organizer":{"source":"iana","extensions":["org"]},"application/vnd.lotus-screencam":{"source":"iana","extensions":["scm"]},"application/vnd.lotus-wordpro":{"source":"iana","extensions":["lwp"]},"application/vnd.macports.portpkg":{"source":"iana","extensions":["portpkg"]},"application/vnd.mapbox-vector-tile":{"source":"iana","extensions":["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.conftoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.license+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.mdcf":{"source":"iana"},"application/vnd.mason+json":{"source":"iana","compressible":true},"application/vnd.maxar.archive.3tz+zip":{"source":"iana","compressible":false},"application/vnd.maxmind.maxmind-db":{"source":"iana"},"application/vnd.mcd":{"source":"iana","extensions":["mcd"]},"application/vnd.medcalcdata":{"source":"iana","extensions":["mc1"]},"application/vnd.mediastation.cdkey":{"source":"iana","extensions":["cdkey"]},"application/vnd.meridian-slingshot":{"source":"iana"},"application/vnd.mfer":{"source":"iana","extensions":["mwf"]},"application/vnd.mfmp":{"source":"iana","extensions":["mfm"]},"application/vnd.micro+json":{"source":"iana","compressible":true},"application/vnd.micrografx.flo":{"source":"iana","extensions":["flo"]},"application/vnd.micrografx.igx":{"source":"iana","extensions":["igx"]},"application/vnd.microsoft.portable-executable":{"source":"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{"source":"iana"},"application/vnd.miele+json":{"source":"iana","compressible":true},"application/vnd.mif":{"source":"iana","extensions":["mif"]},"application/vnd.minisoft-hp3000-save":{"source":"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{"source":"iana"},"application/vnd.mobius.daf":{"source":"iana","extensions":["daf"]},"application/vnd.mobius.dis":{"source":"iana","extensions":["dis"]},"application/vnd.mobius.mbk":{"source":"iana","extensions":["mbk"]},"application/vnd.mobius.mqy":{"source":"iana","extensions":["mqy"]},"application/vnd.mobius.msl":{"source":"iana","extensions":["msl"]},"application/vnd.mobius.plc":{"source":"iana","extensions":["plc"]},"application/vnd.mobius.txf":{"source":"iana","extensions":["txf"]},"application/vnd.mophun.application":{"source":"iana","extensions":["mpn"]},"application/vnd.mophun.certificate":{"source":"iana","extensions":["mpc"]},"application/vnd.motorola.flexsuite":{"source":"iana"},"application/vnd.motorola.flexsuite.adsi":{"source":"iana"},"application/vnd.motorola.flexsuite.fis":{"source":"iana"},"application/vnd.motorola.flexsuite.gotap":{"source":"iana"},"application/vnd.motorola.flexsuite.kmr":{"source":"iana"},"application/vnd.motorola.flexsuite.ttc":{"source":"iana"},"application/vnd.motorola.flexsuite.wem":{"source":"iana"},"application/vnd.motorola.iprm":{"source":"iana"},"application/vnd.mozilla.xul+xml":{"source":"iana","compressible":true,"extensions":["xul"]},"application/vnd.ms-3mfdocument":{"source":"iana"},"application/vnd.ms-artgalry":{"source":"iana","extensions":["cil"]},"application/vnd.ms-asf":{"source":"iana"},"application/vnd.ms-cab-compressed":{"source":"iana","extensions":["cab"]},"application/vnd.ms-color.iccprofile":{"source":"apache"},"application/vnd.ms-excel":{"source":"iana","compressible":false,"extensions":["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{"source":"iana","extensions":["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{"source":"iana","extensions":["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{"source":"iana","extensions":["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{"source":"iana","extensions":["xltm"]},"application/vnd.ms-fontobject":{"source":"iana","compressible":true,"extensions":["eot"]},"application/vnd.ms-htmlhelp":{"source":"iana","extensions":["chm"]},"application/vnd.ms-ims":{"source":"iana","extensions":["ims"]},"application/vnd.ms-lrm":{"source":"iana","extensions":["lrm"]},"application/vnd.ms-office.activex+xml":{"source":"iana","compressible":true},"application/vnd.ms-officetheme":{"source":"iana","extensions":["thmx"]},"application/vnd.ms-opentype":{"source":"apache","compressible":true},"application/vnd.ms-outlook":{"compressible":false,"extensions":["msg"]},"application/vnd.ms-package.obfuscated-opentype":{"source":"apache"},"application/vnd.ms-pki.seccat":{"source":"apache","extensions":["cat"]},"application/vnd.ms-pki.stl":{"source":"apache","extensions":["stl"]},"application/vnd.ms-playready.initiator+xml":{"source":"iana","compressible":true},"application/vnd.ms-powerpoint":{"source":"iana","compressible":false,"extensions":["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{"source":"iana","extensions":["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{"source":"iana","extensions":["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{"source":"iana","extensions":["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{"source":"iana","extensions":["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{"source":"iana","extensions":["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{"source":"iana","compressible":true},"application/vnd.ms-printing.printticket+xml":{"source":"apache","compressible":true},"application/vnd.ms-printschematicket+xml":{"source":"iana","compressible":true},"application/vnd.ms-project":{"source":"iana","extensions":["mpp","mpt"]},"application/vnd.ms-tnef":{"source":"iana"},"application/vnd.ms-windows.devicepairing":{"source":"iana"},"application/vnd.ms-windows.nwprinting.oob":{"source":"iana"},"application/vnd.ms-windows.printerpairing":{"source":"iana"},"application/vnd.ms-windows.wsd.oob":{"source":"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.lic-resp":{"source":"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.meter-resp":{"source":"iana"},"application/vnd.ms-word.document.macroenabled.12":{"source":"iana","extensions":["docm"]},"application/vnd.ms-word.template.macroenabled.12":{"source":"iana","extensions":["dotm"]},"application/vnd.ms-works":{"source":"iana","extensions":["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{"source":"iana","extensions":["wpl"]},"application/vnd.ms-xpsdocument":{"source":"iana","compressible":false,"extensions":["xps"]},"application/vnd.msa-disk-image":{"source":"iana"},"application/vnd.mseq":{"source":"iana","extensions":["mseq"]},"application/vnd.msign":{"source":"iana"},"application/vnd.multiad.creator":{"source":"iana"},"application/vnd.multiad.creator.cif":{"source":"iana"},"application/vnd.music-niff":{"source":"iana"},"application/vnd.musician":{"source":"iana","extensions":["mus"]},"application/vnd.muvee.style":{"source":"iana","extensions":["msty"]},"application/vnd.mynfc":{"source":"iana","extensions":["taglet"]},"application/vnd.nacamar.ybrid+json":{"source":"iana","compressible":true},"application/vnd.ncd.control":{"source":"iana"},"application/vnd.ncd.reference":{"source":"iana"},"application/vnd.nearst.inv+json":{"source":"iana","compressible":true},"application/vnd.nebumind.line":{"source":"iana"},"application/vnd.nervana":{"source":"iana"},"application/vnd.netfpx":{"source":"iana"},"application/vnd.neurolanguage.nlu":{"source":"iana","extensions":["nlu"]},"application/vnd.nimn":{"source":"iana"},"application/vnd.nintendo.nitro.rom":{"source":"iana"},"application/vnd.nintendo.snes.rom":{"source":"iana"},"application/vnd.nitf":{"source":"iana","extensions":["ntf","nitf"]},"application/vnd.noblenet-directory":{"source":"iana","extensions":["nnd"]},"application/vnd.noblenet-sealer":{"source":"iana","extensions":["nns"]},"application/vnd.noblenet-web":{"source":"iana","extensions":["nnw"]},"application/vnd.nokia.catalogs":{"source":"iana"},"application/vnd.nokia.conml+wbxml":{"source":"iana"},"application/vnd.nokia.conml+xml":{"source":"iana","compressible":true},"application/vnd.nokia.iptv.config+xml":{"source":"iana","compressible":true},"application/vnd.nokia.isds-radio-presets":{"source":"iana"},"application/vnd.nokia.landmark+wbxml":{"source":"iana"},"application/vnd.nokia.landmark+xml":{"source":"iana","compressible":true},"application/vnd.nokia.landmarkcollection+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.ac+xml":{"source":"iana","compressible":true,"extensions":["ac"]},"application/vnd.nokia.n-gage.data":{"source":"iana","extensions":["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{"source":"iana","extensions":["n-gage"]},"application/vnd.nokia.ncd":{"source":"iana"},"application/vnd.nokia.pcd+wbxml":{"source":"iana"},"application/vnd.nokia.pcd+xml":{"source":"iana","compressible":true},"application/vnd.nokia.radio-preset":{"source":"iana","extensions":["rpst"]},"application/vnd.nokia.radio-presets":{"source":"iana","extensions":["rpss"]},"application/vnd.novadigm.edm":{"source":"iana","extensions":["edm"]},"application/vnd.novadigm.edx":{"source":"iana","extensions":["edx"]},"application/vnd.novadigm.ext":{"source":"iana","extensions":["ext"]},"application/vnd.ntt-local.content-share":{"source":"iana"},"application/vnd.ntt-local.file-transfer":{"source":"iana"},"application/vnd.ntt-local.ogw_remote-access":{"source":"iana"},"application/vnd.ntt-local.sip-ta_remote":{"source":"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{"source":"iana"},"application/vnd.oasis.opendocument.chart":{"source":"iana","extensions":["odc"]},"application/vnd.oasis.opendocument.chart-template":{"source":"iana","extensions":["otc"]},"application/vnd.oasis.opendocument.database":{"source":"iana","extensions":["odb"]},"application/vnd.oasis.opendocument.formula":{"source":"iana","extensions":["odf"]},"application/vnd.oasis.opendocument.formula-template":{"source":"iana","extensions":["odft"]},"application/vnd.oasis.opendocument.graphics":{"source":"iana","compressible":false,"extensions":["odg"]},"application/vnd.oasis.opendocument.graphics-template":{"source":"iana","extensions":["otg"]},"application/vnd.oasis.opendocument.image":{"source":"iana","extensions":["odi"]},"application/vnd.oasis.opendocument.image-template":{"source":"iana","extensions":["oti"]},"application/vnd.oasis.opendocument.presentation":{"source":"iana","compressible":false,"extensions":["odp"]},"application/vnd.oasis.opendocument.presentation-template":{"source":"iana","extensions":["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{"source":"iana","compressible":false,"extensions":["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{"source":"iana","extensions":["ots"]},"application/vnd.oasis.opendocument.text":{"source":"iana","compressible":false,"extensions":["odt"]},"application/vnd.oasis.opendocument.text-master":{"source":"iana","extensions":["odm"]},"application/vnd.oasis.opendocument.text-template":{"source":"iana","extensions":["ott"]},"application/vnd.oasis.opendocument.text-web":{"source":"iana","extensions":["oth"]},"application/vnd.obn":{"source":"iana"},"application/vnd.ocf+cbor":{"source":"iana"},"application/vnd.oci.image.manifest.v1+json":{"source":"iana","compressible":true},"application/vnd.oftn.l10n+json":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessdownload+xml":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessstreaming+xml":{"source":"iana","compressible":true},"application/vnd.oipf.cspg-hexbinary":{"source":"iana"},"application/vnd.oipf.dae.svg+xml":{"source":"iana","compressible":true},"application/vnd.oipf.dae.xhtml+xml":{"source":"iana","compressible":true},"application/vnd.oipf.mippvcontrolmessage+xml":{"source":"iana","compressible":true},"application/vnd.oipf.pae.gem":{"source":"iana"},"application/vnd.oipf.spdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.oipf.spdlist+xml":{"source":"iana","compressible":true},"application/vnd.oipf.ueprofile+xml":{"source":"iana","compressible":true},"application/vnd.oipf.userprofile+xml":{"source":"iana","compressible":true},"application/vnd.olpc-sugar":{"source":"iana","extensions":["xo"]},"application/vnd.oma-scws-config":{"source":"iana"},"application/vnd.oma-scws-http-request":{"source":"iana"},"application/vnd.oma-scws-http-response":{"source":"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.drm-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.imd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.ltkm":{"source":"iana"},"application/vnd.oma.bcast.notification+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.provisioningtrigger":{"source":"iana"},"application/vnd.oma.bcast.sgboot":{"source":"iana"},"application/vnd.oma.bcast.sgdd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sgdu":{"source":"iana"},"application/vnd.oma.bcast.simple-symbol-container":{"source":"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sprov+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.stkm":{"source":"iana"},"application/vnd.oma.cab-address-book+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-feature-handler+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-pcc+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-subs-invite+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-user-prefs+xml":{"source":"iana","compressible":true},"application/vnd.oma.dcd":{"source":"iana"},"application/vnd.oma.dcdc":{"source":"iana"},"application/vnd.oma.dd2+xml":{"source":"iana","compressible":true,"extensions":["dd2"]},"application/vnd.oma.drm.risd+xml":{"source":"iana","compressible":true},"application/vnd.oma.group-usage-list+xml":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+cbor":{"source":"iana"},"application/vnd.oma.lwm2m+json":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+tlv":{"source":"iana"},"application/vnd.oma.pal+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.detailed-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.final-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.groups+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.invocation-descriptor+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.optimized-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.push":{"source":"iana"},"application/vnd.oma.scidm.messages+xml":{"source":"iana","compressible":true},"application/vnd.oma.xcap-directory+xml":{"source":"iana","compressible":true},"application/vnd.omads-email+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-file+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-folder+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omaloc-supl-init":{"source":"iana"},"application/vnd.onepager":{"source":"iana"},"application/vnd.onepagertamp":{"source":"iana"},"application/vnd.onepagertamx":{"source":"iana"},"application/vnd.onepagertat":{"source":"iana"},"application/vnd.onepagertatp":{"source":"iana"},"application/vnd.onepagertatx":{"source":"iana"},"application/vnd.openblox.game+xml":{"source":"iana","compressible":true,"extensions":["obgx"]},"application/vnd.openblox.game-binary":{"source":"iana"},"application/vnd.openeye.oeb":{"source":"iana"},"application/vnd.openofficeorg.extension":{"source":"apache","extensions":["oxt"]},"application/vnd.openstreetmap.data+xml":{"source":"iana","compressible":true,"extensions":["osm"]},"application/vnd.opentimestamps.ots":{"source":"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawing+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{"source":"iana","compressible":false,"extensions":["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slide":{"source":"iana","extensions":["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{"source":"iana","extensions":["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.template":{"source":"iana","extensions":["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"source":"iana","compressible":false,"extensions":["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{"source":"iana","extensions":["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.theme+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.vmldrawing":{"source":"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{"source":"iana","compressible":false,"extensions":["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{"source":"iana","extensions":["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.core-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.relationships+xml":{"source":"iana","compressible":true},"application/vnd.oracle.resource+json":{"source":"iana","compressible":true},"application/vnd.orange.indata":{"source":"iana"},"application/vnd.osa.netdeploy":{"source":"iana"},"application/vnd.osgeo.mapguide.package":{"source":"iana","extensions":["mgp"]},"application/vnd.osgi.bundle":{"source":"iana"},"application/vnd.osgi.dp":{"source":"iana","extensions":["dp"]},"application/vnd.osgi.subsystem":{"source":"iana","extensions":["esa"]},"application/vnd.otps.ct-kip+xml":{"source":"iana","compressible":true},"application/vnd.oxli.countgraph":{"source":"iana"},"application/vnd.pagerduty+json":{"source":"iana","compressible":true},"application/vnd.palm":{"source":"iana","extensions":["pdb","pqa","oprc"]},"application/vnd.panoply":{"source":"iana"},"application/vnd.paos.xml":{"source":"iana"},"application/vnd.patentdive":{"source":"iana"},"application/vnd.patientecommsdoc":{"source":"iana"},"application/vnd.pawaafile":{"source":"iana","extensions":["paw"]},"application/vnd.pcos":{"source":"iana"},"application/vnd.pg.format":{"source":"iana","extensions":["str"]},"application/vnd.pg.osasli":{"source":"iana","extensions":["ei6"]},"application/vnd.piaccess.application-licence":{"source":"iana"},"application/vnd.picsel":{"source":"iana","extensions":["efif"]},"application/vnd.pmi.widget":{"source":"iana","extensions":["wg"]},"application/vnd.poc.group-advertisement+xml":{"source":"iana","compressible":true},"application/vnd.pocketlearn":{"source":"iana","extensions":["plf"]},"application/vnd.powerbuilder6":{"source":"iana","extensions":["pbd"]},"application/vnd.powerbuilder6-s":{"source":"iana"},"application/vnd.powerbuilder7":{"source":"iana"},"application/vnd.powerbuilder7-s":{"source":"iana"},"application/vnd.powerbuilder75":{"source":"iana"},"application/vnd.powerbuilder75-s":{"source":"iana"},"application/vnd.preminet":{"source":"iana"},"application/vnd.previewsystems.box":{"source":"iana","extensions":["box"]},"application/vnd.proteus.magazine":{"source":"iana","extensions":["mgz"]},"application/vnd.psfs":{"source":"iana"},"application/vnd.publishare-delta-tree":{"source":"iana","extensions":["qps"]},"application/vnd.pvi.ptid1":{"source":"iana","extensions":["ptid"]},"application/vnd.pwg-multiplexed":{"source":"iana"},"application/vnd.pwg-xhtml-print+xml":{"source":"iana","compressible":true},"application/vnd.qualcomm.brew-app-res":{"source":"iana"},"application/vnd.quarantainenet":{"source":"iana"},"application/vnd.quark.quarkxpress":{"source":"iana","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{"source":"iana"},"application/vnd.radisys.moml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conn+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-stream+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-base+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-detect+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-group+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-speech+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-transform+xml":{"source":"iana","compressible":true},"application/vnd.rainstor.data":{"source":"iana"},"application/vnd.rapid":{"source":"iana"},"application/vnd.rar":{"source":"iana","extensions":["rar"]},"application/vnd.realvnc.bed":{"source":"iana","extensions":["bed"]},"application/vnd.recordare.musicxml":{"source":"iana","extensions":["mxl"]},"application/vnd.recordare.musicxml+xml":{"source":"iana","compressible":true,"extensions":["musicxml"]},"application/vnd.renlearn.rlprint":{"source":"iana"},"application/vnd.resilient.logic":{"source":"iana"},"application/vnd.restful+json":{"source":"iana","compressible":true},"application/vnd.rig.cryptonote":{"source":"iana","extensions":["cryptonote"]},"application/vnd.rim.cod":{"source":"apache","extensions":["cod"]},"application/vnd.rn-realmedia":{"source":"apache","extensions":["rm"]},"application/vnd.rn-realmedia-vbr":{"source":"apache","extensions":["rmvb"]},"application/vnd.route66.link66+xml":{"source":"iana","compressible":true,"extensions":["link66"]},"application/vnd.rs-274x":{"source":"iana"},"application/vnd.ruckus.download":{"source":"iana"},"application/vnd.s3sms":{"source":"iana"},"application/vnd.sailingtracker.track":{"source":"iana","extensions":["st"]},"application/vnd.sar":{"source":"iana"},"application/vnd.sbm.cid":{"source":"iana"},"application/vnd.sbm.mid2":{"source":"iana"},"application/vnd.scribus":{"source":"iana"},"application/vnd.sealed.3df":{"source":"iana"},"application/vnd.sealed.csf":{"source":"iana"},"application/vnd.sealed.doc":{"source":"iana"},"application/vnd.sealed.eml":{"source":"iana"},"application/vnd.sealed.mht":{"source":"iana"},"application/vnd.sealed.net":{"source":"iana"},"application/vnd.sealed.ppt":{"source":"iana"},"application/vnd.sealed.tiff":{"source":"iana"},"application/vnd.sealed.xls":{"source":"iana"},"application/vnd.sealedmedia.softseal.html":{"source":"iana"},"application/vnd.sealedmedia.softseal.pdf":{"source":"iana"},"application/vnd.seemail":{"source":"iana","extensions":["see"]},"application/vnd.seis+json":{"source":"iana","compressible":true},"application/vnd.sema":{"source":"iana","extensions":["sema"]},"application/vnd.semd":{"source":"iana","extensions":["semd"]},"application/vnd.semf":{"source":"iana","extensions":["semf"]},"application/vnd.shade-save-file":{"source":"iana"},"application/vnd.shana.informed.formdata":{"source":"iana","extensions":["ifm"]},"application/vnd.shana.informed.formtemplate":{"source":"iana","extensions":["itp"]},"application/vnd.shana.informed.interchange":{"source":"iana","extensions":["iif"]},"application/vnd.shana.informed.package":{"source":"iana","extensions":["ipk"]},"application/vnd.shootproof+json":{"source":"iana","compressible":true},"application/vnd.shopkick+json":{"source":"iana","compressible":true},"application/vnd.shp":{"source":"iana"},"application/vnd.shx":{"source":"iana"},"application/vnd.sigrok.session":{"source":"iana"},"application/vnd.simtech-mindmapper":{"source":"iana","extensions":["twd","twds"]},"application/vnd.siren+json":{"source":"iana","compressible":true},"application/vnd.smaf":{"source":"iana","extensions":["mmf"]},"application/vnd.smart.notebook":{"source":"iana"},"application/vnd.smart.teacher":{"source":"iana","extensions":["teacher"]},"application/vnd.snesdev-page-table":{"source":"iana"},"application/vnd.software602.filler.form+xml":{"source":"iana","compressible":true,"extensions":["fo"]},"application/vnd.software602.filler.form-xml-zip":{"source":"iana"},"application/vnd.solent.sdkm+xml":{"source":"iana","compressible":true,"extensions":["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{"source":"iana","extensions":["dxp"]},"application/vnd.spotfire.sfs":{"source":"iana","extensions":["sfs"]},"application/vnd.sqlite3":{"source":"iana"},"application/vnd.sss-cod":{"source":"iana"},"application/vnd.sss-dtf":{"source":"iana"},"application/vnd.sss-ntf":{"source":"iana"},"application/vnd.stardivision.calc":{"source":"apache","extensions":["sdc"]},"application/vnd.stardivision.draw":{"source":"apache","extensions":["sda"]},"application/vnd.stardivision.impress":{"source":"apache","extensions":["sdd"]},"application/vnd.stardivision.math":{"source":"apache","extensions":["smf"]},"application/vnd.stardivision.writer":{"source":"apache","extensions":["sdw","vor"]},"application/vnd.stardivision.writer-global":{"source":"apache","extensions":["sgl"]},"application/vnd.stepmania.package":{"source":"iana","extensions":["smzip"]},"application/vnd.stepmania.stepchart":{"source":"iana","extensions":["sm"]},"application/vnd.street-stream":{"source":"iana"},"application/vnd.sun.wadl+xml":{"source":"iana","compressible":true,"extensions":["wadl"]},"application/vnd.sun.xml.calc":{"source":"apache","extensions":["sxc"]},"application/vnd.sun.xml.calc.template":{"source":"apache","extensions":["stc"]},"application/vnd.sun.xml.draw":{"source":"apache","extensions":["sxd"]},"application/vnd.sun.xml.draw.template":{"source":"apache","extensions":["std"]},"application/vnd.sun.xml.impress":{"source":"apache","extensions":["sxi"]},"application/vnd.sun.xml.impress.template":{"source":"apache","extensions":["sti"]},"application/vnd.sun.xml.math":{"source":"apache","extensions":["sxm"]},"application/vnd.sun.xml.writer":{"source":"apache","extensions":["sxw"]},"application/vnd.sun.xml.writer.global":{"source":"apache","extensions":["sxg"]},"application/vnd.sun.xml.writer.template":{"source":"apache","extensions":["stw"]},"application/vnd.sus-calendar":{"source":"iana","extensions":["sus","susp"]},"application/vnd.svd":{"source":"iana","extensions":["svd"]},"application/vnd.swiftview-ics":{"source":"iana"},"application/vnd.sycle+xml":{"source":"iana","compressible":true},"application/vnd.syft+json":{"source":"iana","compressible":true},"application/vnd.symbian.install":{"source":"apache","extensions":["sis","sisx"]},"application/vnd.syncml+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xsm"]},"application/vnd.syncml.dm+wbxml":{"source":"iana","charset":"UTF-8","extensions":["bdm"]},"application/vnd.syncml.dm+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xdm"]},"application/vnd.syncml.dm.notification":{"source":"iana"},"application/vnd.syncml.dmddf+wbxml":{"source":"iana"},"application/vnd.syncml.dmddf+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{"source":"iana"},"application/vnd.syncml.dmtnds+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.syncml.ds.notification":{"source":"iana"},"application/vnd.tableschema+json":{"source":"iana","compressible":true},"application/vnd.tao.intent-module-archive":{"source":"iana","extensions":["tao"]},"application/vnd.tcpdump.pcap":{"source":"iana","extensions":["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{"source":"iana","compressible":true},"application/vnd.tmd.mediaflex.api+xml":{"source":"iana","compressible":true},"application/vnd.tml":{"source":"iana"},"application/vnd.tmobile-livetv":{"source":"iana","extensions":["tmo"]},"application/vnd.tri.onesource":{"source":"iana"},"application/vnd.trid.tpt":{"source":"iana","extensions":["tpt"]},"application/vnd.triscape.mxs":{"source":"iana","extensions":["mxs"]},"application/vnd.trueapp":{"source":"iana","extensions":["tra"]},"application/vnd.truedoc":{"source":"iana"},"application/vnd.ubisoft.webplayer":{"source":"iana"},"application/vnd.ufdl":{"source":"iana","extensions":["ufd","ufdl"]},"application/vnd.uiq.theme":{"source":"iana","extensions":["utz"]},"application/vnd.umajin":{"source":"iana","extensions":["umj"]},"application/vnd.unity":{"source":"iana","extensions":["unityweb"]},"application/vnd.uoml+xml":{"source":"iana","compressible":true,"extensions":["uoml"]},"application/vnd.uplanet.alert":{"source":"iana"},"application/vnd.uplanet.alert-wbxml":{"source":"iana"},"application/vnd.uplanet.bearer-choice":{"source":"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{"source":"iana"},"application/vnd.uplanet.cacheop":{"source":"iana"},"application/vnd.uplanet.cacheop-wbxml":{"source":"iana"},"application/vnd.uplanet.channel":{"source":"iana"},"application/vnd.uplanet.channel-wbxml":{"source":"iana"},"application/vnd.uplanet.list":{"source":"iana"},"application/vnd.uplanet.list-wbxml":{"source":"iana"},"application/vnd.uplanet.listcmd":{"source":"iana"},"application/vnd.uplanet.listcmd-wbxml":{"source":"iana"},"application/vnd.uplanet.signal":{"source":"iana"},"application/vnd.uri-map":{"source":"iana"},"application/vnd.valve.source.material":{"source":"iana"},"application/vnd.vcx":{"source":"iana","extensions":["vcx"]},"application/vnd.vd-study":{"source":"iana"},"application/vnd.vectorworks":{"source":"iana"},"application/vnd.vel+json":{"source":"iana","compressible":true},"application/vnd.verimatrix.vcas":{"source":"iana"},"application/vnd.veritone.aion+json":{"source":"iana","compressible":true},"application/vnd.veryant.thin":{"source":"iana"},"application/vnd.ves.encrypted":{"source":"iana"},"application/vnd.vidsoft.vidconference":{"source":"iana"},"application/vnd.visio":{"source":"iana","extensions":["vsd","vst","vss","vsw"]},"application/vnd.visionary":{"source":"iana","extensions":["vis"]},"application/vnd.vividence.scriptfile":{"source":"iana"},"application/vnd.vsf":{"source":"iana","extensions":["vsf"]},"application/vnd.wap.sic":{"source":"iana"},"application/vnd.wap.slc":{"source":"iana"},"application/vnd.wap.wbxml":{"source":"iana","charset":"UTF-8","extensions":["wbxml"]},"application/vnd.wap.wmlc":{"source":"iana","extensions":["wmlc"]},"application/vnd.wap.wmlscriptc":{"source":"iana","extensions":["wmlsc"]},"application/vnd.webturbo":{"source":"iana","extensions":["wtb"]},"application/vnd.wfa.dpp":{"source":"iana"},"application/vnd.wfa.p2p":{"source":"iana"},"application/vnd.wfa.wsc":{"source":"iana"},"application/vnd.windows.devicepairing":{"source":"iana"},"application/vnd.wmc":{"source":"iana"},"application/vnd.wmf.bootstrap":{"source":"iana"},"application/vnd.wolfram.mathematica":{"source":"iana"},"application/vnd.wolfram.mathematica.package":{"source":"iana"},"application/vnd.wolfram.player":{"source":"iana","extensions":["nbp"]},"application/vnd.wordperfect":{"source":"iana","extensions":["wpd"]},"application/vnd.wqd":{"source":"iana","extensions":["wqd"]},"application/vnd.wrq-hp3000-labelled":{"source":"iana"},"application/vnd.wt.stf":{"source":"iana","extensions":["stf"]},"application/vnd.wv.csp+wbxml":{"source":"iana"},"application/vnd.wv.csp+xml":{"source":"iana","compressible":true},"application/vnd.wv.ssp+xml":{"source":"iana","compressible":true},"application/vnd.xacml+json":{"source":"iana","compressible":true},"application/vnd.xara":{"source":"iana","extensions":["xar"]},"application/vnd.xfdl":{"source":"iana","extensions":["xfdl"]},"application/vnd.xfdl.webform":{"source":"iana"},"application/vnd.xmi+xml":{"source":"iana","compressible":true},"application/vnd.xmpie.cpkg":{"source":"iana"},"application/vnd.xmpie.dpkg":{"source":"iana"},"application/vnd.xmpie.plan":{"source":"iana"},"application/vnd.xmpie.ppkg":{"source":"iana"},"application/vnd.xmpie.xlim":{"source":"iana"},"application/vnd.yamaha.hv-dic":{"source":"iana","extensions":["hvd"]},"application/vnd.yamaha.hv-script":{"source":"iana","extensions":["hvs"]},"application/vnd.yamaha.hv-voice":{"source":"iana","extensions":["hvp"]},"application/vnd.yamaha.openscoreformat":{"source":"iana","extensions":["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{"source":"iana","compressible":true,"extensions":["osfpvg"]},"application/vnd.yamaha.remote-setup":{"source":"iana"},"application/vnd.yamaha.smaf-audio":{"source":"iana","extensions":["saf"]},"application/vnd.yamaha.smaf-phrase":{"source":"iana","extensions":["spf"]},"application/vnd.yamaha.through-ngn":{"source":"iana"},"application/vnd.yamaha.tunnel-udpencap":{"source":"iana"},"application/vnd.yaoweme":{"source":"iana"},"application/vnd.yellowriver-custom-menu":{"source":"iana","extensions":["cmp"]},"application/vnd.youtube.yt":{"source":"iana"},"application/vnd.zul":{"source":"iana","extensions":["zir","zirz"]},"application/vnd.zzazz.deck+xml":{"source":"iana","compressible":true,"extensions":["zaz"]},"application/voicexml+xml":{"source":"iana","compressible":true,"extensions":["vxml"]},"application/voucher-cms+json":{"source":"iana","compressible":true},"application/vq-rtcpxr":{"source":"iana"},"application/wasm":{"source":"iana","compressible":true,"extensions":["wasm"]},"application/watcherinfo+xml":{"source":"iana","compressible":true,"extensions":["wif"]},"application/webpush-options+json":{"source":"iana","compressible":true},"application/whoispp-query":{"source":"iana"},"application/whoispp-response":{"source":"iana"},"application/widget":{"source":"iana","extensions":["wgt"]},"application/winhlp":{"source":"apache","extensions":["hlp"]},"application/wita":{"source":"iana"},"application/wordperfect5.1":{"source":"iana"},"application/wsdl+xml":{"source":"iana","compressible":true,"extensions":["wsdl"]},"application/wspolicy+xml":{"source":"iana","compressible":true,"extensions":["wspolicy"]},"application/x-7z-compressed":{"source":"apache","compressible":false,"extensions":["7z"]},"application/x-abiword":{"source":"apache","extensions":["abw"]},"application/x-ace-compressed":{"source":"apache","extensions":["ace"]},"application/x-amf":{"source":"apache"},"application/x-apple-diskimage":{"source":"apache","extensions":["dmg"]},"application/x-arj":{"compressible":false,"extensions":["arj"]},"application/x-authorware-bin":{"source":"apache","extensions":["aab","x32","u32","vox"]},"application/x-authorware-map":{"source":"apache","extensions":["aam"]},"application/x-authorware-seg":{"source":"apache","extensions":["aas"]},"application/x-bcpio":{"source":"apache","extensions":["bcpio"]},"application/x-bdoc":{"compressible":false,"extensions":["bdoc"]},"application/x-bittorrent":{"source":"apache","extensions":["torrent"]},"application/x-blorb":{"source":"apache","extensions":["blb","blorb"]},"application/x-bzip":{"source":"apache","compressible":false,"extensions":["bz"]},"application/x-bzip2":{"source":"apache","compressible":false,"extensions":["bz2","boz"]},"application/x-cbr":{"source":"apache","extensions":["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{"source":"apache","extensions":["vcd"]},"application/x-cfs-compressed":{"source":"apache","extensions":["cfs"]},"application/x-chat":{"source":"apache","extensions":["chat"]},"application/x-chess-pgn":{"source":"apache","extensions":["pgn"]},"application/x-chrome-extension":{"extensions":["crx"]},"application/x-cocoa":{"source":"nginx","extensions":["cco"]},"application/x-compress":{"source":"apache"},"application/x-conference":{"source":"apache","extensions":["nsc"]},"application/x-cpio":{"source":"apache","extensions":["cpio"]},"application/x-csh":{"source":"apache","extensions":["csh"]},"application/x-deb":{"compressible":false},"application/x-debian-package":{"source":"apache","extensions":["deb","udeb"]},"application/x-dgc-compressed":{"source":"apache","extensions":["dgc"]},"application/x-director":{"source":"apache","extensions":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{"source":"apache","extensions":["wad"]},"application/x-dtbncx+xml":{"source":"apache","compressible":true,"extensions":["ncx"]},"application/x-dtbook+xml":{"source":"apache","compressible":true,"extensions":["dtb"]},"application/x-dtbresource+xml":{"source":"apache","compressible":true,"extensions":["res"]},"application/x-dvi":{"source":"apache","compressible":false,"extensions":["dvi"]},"application/x-envoy":{"source":"apache","extensions":["evy"]},"application/x-eva":{"source":"apache","extensions":["eva"]},"application/x-font-bdf":{"source":"apache","extensions":["bdf"]},"application/x-font-dos":{"source":"apache"},"application/x-font-framemaker":{"source":"apache"},"application/x-font-ghostscript":{"source":"apache","extensions":["gsf"]},"application/x-font-libgrx":{"source":"apache"},"application/x-font-linux-psf":{"source":"apache","extensions":["psf"]},"application/x-font-pcf":{"source":"apache","extensions":["pcf"]},"application/x-font-snf":{"source":"apache","extensions":["snf"]},"application/x-font-speedo":{"source":"apache"},"application/x-font-sunos-news":{"source":"apache"},"application/x-font-type1":{"source":"apache","extensions":["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{"source":"apache"},"application/x-freearc":{"source":"apache","extensions":["arc"]},"application/x-futuresplash":{"source":"apache","extensions":["spl"]},"application/x-gca-compressed":{"source":"apache","extensions":["gca"]},"application/x-glulx":{"source":"apache","extensions":["ulx"]},"application/x-gnumeric":{"source":"apache","extensions":["gnumeric"]},"application/x-gramps-xml":{"source":"apache","extensions":["gramps"]},"application/x-gtar":{"source":"apache","extensions":["gtar"]},"application/x-gzip":{"source":"apache"},"application/x-hdf":{"source":"apache","extensions":["hdf"]},"application/x-httpd-php":{"compressible":true,"extensions":["php"]},"application/x-install-instructions":{"source":"apache","extensions":["install"]},"application/x-iso9660-image":{"source":"apache","extensions":["iso"]},"application/x-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":false,"extensions":["jnlp"]},"application/x-javascript":{"compressible":true},"application/x-keepass2":{"extensions":["kdbx"]},"application/x-latex":{"source":"apache","compressible":false,"extensions":["latex"]},"application/x-lua-bytecode":{"extensions":["luac"]},"application/x-lzh-compressed":{"source":"apache","extensions":["lzh","lha"]},"application/x-makeself":{"source":"nginx","extensions":["run"]},"application/x-mie":{"source":"apache","extensions":["mie"]},"application/x-mobipocket-ebook":{"source":"apache","extensions":["prc","mobi"]},"application/x-mpegurl":{"compressible":false},"application/x-ms-application":{"source":"apache","extensions":["application"]},"application/x-ms-shortcut":{"source":"apache","extensions":["lnk"]},"application/x-ms-wmd":{"source":"apache","extensions":["wmd"]},"application/x-ms-wmz":{"source":"apache","extensions":["wmz"]},"application/x-ms-xbap":{"source":"apache","extensions":["xbap"]},"application/x-msaccess":{"source":"apache","extensions":["mdb"]},"application/x-msbinder":{"source":"apache","extensions":["obd"]},"application/x-mscardfile":{"source":"apache","extensions":["crd"]},"application/x-msclip":{"source":"apache","extensions":["clp"]},"application/x-msdos-program":{"extensions":["exe"]},"application/x-msdownload":{"source":"apache","extensions":["exe","dll","com","bat","msi"]},"application/x-msmediaview":{"source":"apache","extensions":["mvb","m13","m14"]},"application/x-msmetafile":{"source":"apache","extensions":["wmf","wmz","emf","emz"]},"application/x-msmoney":{"source":"apache","extensions":["mny"]},"application/x-mspublisher":{"source":"apache","extensions":["pub"]},"application/x-msschedule":{"source":"apache","extensions":["scd"]},"application/x-msterminal":{"source":"apache","extensions":["trm"]},"application/x-mswrite":{"source":"apache","extensions":["wri"]},"application/x-netcdf":{"source":"apache","extensions":["nc","cdf"]},"application/x-ns-proxy-autoconfig":{"compressible":true,"extensions":["pac"]},"application/x-nzb":{"source":"apache","extensions":["nzb"]},"application/x-perl":{"source":"nginx","extensions":["pl","pm"]},"application/x-pilot":{"source":"nginx","extensions":["prc","pdb"]},"application/x-pkcs12":{"source":"apache","compressible":false,"extensions":["p12","pfx"]},"application/x-pkcs7-certificates":{"source":"apache","extensions":["p7b","spc"]},"application/x-pkcs7-certreqresp":{"source":"apache","extensions":["p7r"]},"application/x-pki-message":{"source":"iana"},"application/x-rar-compressed":{"source":"apache","compressible":false,"extensions":["rar"]},"application/x-redhat-package-manager":{"source":"nginx","extensions":["rpm"]},"application/x-research-info-systems":{"source":"apache","extensions":["ris"]},"application/x-sea":{"source":"nginx","extensions":["sea"]},"application/x-sh":{"source":"apache","compressible":true,"extensions":["sh"]},"application/x-shar":{"source":"apache","extensions":["shar"]},"application/x-shockwave-flash":{"source":"apache","compressible":false,"extensions":["swf"]},"application/x-silverlight-app":{"source":"apache","extensions":["xap"]},"application/x-sql":{"source":"apache","extensions":["sql"]},"application/x-stuffit":{"source":"apache","compressible":false,"extensions":["sit"]},"application/x-stuffitx":{"source":"apache","extensions":["sitx"]},"application/x-subrip":{"source":"apache","extensions":["srt"]},"application/x-sv4cpio":{"source":"apache","extensions":["sv4cpio"]},"application/x-sv4crc":{"source":"apache","extensions":["sv4crc"]},"application/x-t3vm-image":{"source":"apache","extensions":["t3"]},"application/x-tads":{"source":"apache","extensions":["gam"]},"application/x-tar":{"source":"apache","compressible":true,"extensions":["tar"]},"application/x-tcl":{"source":"apache","extensions":["tcl","tk"]},"application/x-tex":{"source":"apache","extensions":["tex"]},"application/x-tex-tfm":{"source":"apache","extensions":["tfm"]},"application/x-texinfo":{"source":"apache","extensions":["texinfo","texi"]},"application/x-tgif":{"source":"apache","extensions":["obj"]},"application/x-ustar":{"source":"apache","extensions":["ustar"]},"application/x-virtualbox-hdd":{"compressible":true,"extensions":["hdd"]},"application/x-virtualbox-ova":{"compressible":true,"extensions":["ova"]},"application/x-virtualbox-ovf":{"compressible":true,"extensions":["ovf"]},"application/x-virtualbox-vbox":{"compressible":true,"extensions":["vbox"]},"application/x-virtualbox-vbox-extpack":{"compressible":false,"extensions":["vbox-extpack"]},"application/x-virtualbox-vdi":{"compressible":true,"extensions":["vdi"]},"application/x-virtualbox-vhd":{"compressible":true,"extensions":["vhd"]},"application/x-virtualbox-vmdk":{"compressible":true,"extensions":["vmdk"]},"application/x-wais-source":{"source":"apache","extensions":["src"]},"application/x-web-app-manifest+json":{"compressible":true,"extensions":["webapp"]},"application/x-www-form-urlencoded":{"source":"iana","compressible":true},"application/x-x509-ca-cert":{"source":"iana","extensions":["der","crt","pem"]},"application/x-x509-ca-ra-cert":{"source":"iana"},"application/x-x509-next-ca-cert":{"source":"iana"},"application/x-xfig":{"source":"apache","extensions":["fig"]},"application/x-xliff+xml":{"source":"apache","compressible":true,"extensions":["xlf"]},"application/x-xpinstall":{"source":"apache","compressible":false,"extensions":["xpi"]},"application/x-xz":{"source":"apache","extensions":["xz"]},"application/x-zmachine":{"source":"apache","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{"source":"iana"},"application/xacml+xml":{"source":"iana","compressible":true},"application/xaml+xml":{"source":"apache","compressible":true,"extensions":["xaml"]},"application/xcap-att+xml":{"source":"iana","compressible":true,"extensions":["xav"]},"application/xcap-caps+xml":{"source":"iana","compressible":true,"extensions":["xca"]},"application/xcap-diff+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/xcap-el+xml":{"source":"iana","compressible":true,"extensions":["xel"]},"application/xcap-error+xml":{"source":"iana","compressible":true},"application/xcap-ns+xml":{"source":"iana","compressible":true,"extensions":["xns"]},"application/xcon-conference-info+xml":{"source":"iana","compressible":true},"application/xcon-conference-info-diff+xml":{"source":"iana","compressible":true},"application/xenc+xml":{"source":"iana","compressible":true,"extensions":["xenc"]},"application/xhtml+xml":{"source":"iana","compressible":true,"extensions":["xhtml","xht"]},"application/xhtml-voice+xml":{"source":"apache","compressible":true},"application/xliff+xml":{"source":"iana","compressible":true,"extensions":["xlf"]},"application/xml":{"source":"iana","compressible":true,"extensions":["xml","xsl","xsd","rng"]},"application/xml-dtd":{"source":"iana","compressible":true,"extensions":["dtd"]},"application/xml-external-parsed-entity":{"source":"iana"},"application/xml-patch+xml":{"source":"iana","compressible":true},"application/xmpp+xml":{"source":"iana","compressible":true},"application/xop+xml":{"source":"iana","compressible":true,"extensions":["xop"]},"application/xproc+xml":{"source":"apache","compressible":true,"extensions":["xpl"]},"application/xslt+xml":{"source":"iana","compressible":true,"extensions":["xsl","xslt"]},"application/xspf+xml":{"source":"apache","compressible":true,"extensions":["xspf"]},"application/xv+xml":{"source":"iana","compressible":true,"extensions":["mxml","xhvml","xvml","xvm"]},"application/yang":{"source":"iana","extensions":["yang"]},"application/yang-data+json":{"source":"iana","compressible":true},"application/yang-data+xml":{"source":"iana","compressible":true},"application/yang-patch+json":{"source":"iana","compressible":true},"application/yang-patch+xml":{"source":"iana","compressible":true},"application/yin+xml":{"source":"iana","compressible":true,"extensions":["yin"]},"application/zip":{"source":"iana","compressible":false,"extensions":["zip"]},"application/zlib":{"source":"iana"},"application/zstd":{"source":"iana"},"audio/1d-interleaved-parityfec":{"source":"iana"},"audio/32kadpcm":{"source":"iana"},"audio/3gpp":{"source":"iana","compressible":false,"extensions":["3gpp"]},"audio/3gpp2":{"source":"iana"},"audio/aac":{"source":"iana"},"audio/ac3":{"source":"iana"},"audio/adpcm":{"source":"apache","extensions":["adp"]},"audio/amr":{"source":"iana","extensions":["amr"]},"audio/amr-wb":{"source":"iana"},"audio/amr-wb+":{"source":"iana"},"audio/aptx":{"source":"iana"},"audio/asc":{"source":"iana"},"audio/atrac-advanced-lossless":{"source":"iana"},"audio/atrac-x":{"source":"iana"},"audio/atrac3":{"source":"iana"},"audio/basic":{"source":"iana","compressible":false,"extensions":["au","snd"]},"audio/bv16":{"source":"iana"},"audio/bv32":{"source":"iana"},"audio/clearmode":{"source":"iana"},"audio/cn":{"source":"iana"},"audio/dat12":{"source":"iana"},"audio/dls":{"source":"iana"},"audio/dsr-es201108":{"source":"iana"},"audio/dsr-es202050":{"source":"iana"},"audio/dsr-es202211":{"source":"iana"},"audio/dsr-es202212":{"source":"iana"},"audio/dv":{"source":"iana"},"audio/dvi4":{"source":"iana"},"audio/eac3":{"source":"iana"},"audio/encaprtp":{"source":"iana"},"audio/evrc":{"source":"iana"},"audio/evrc-qcp":{"source":"iana"},"audio/evrc0":{"source":"iana"},"audio/evrc1":{"source":"iana"},"audio/evrcb":{"source":"iana"},"audio/evrcb0":{"source":"iana"},"audio/evrcb1":{"source":"iana"},"audio/evrcnw":{"source":"iana"},"audio/evrcnw0":{"source":"iana"},"audio/evrcnw1":{"source":"iana"},"audio/evrcwb":{"source":"iana"},"audio/evrcwb0":{"source":"iana"},"audio/evrcwb1":{"source":"iana"},"audio/evs":{"source":"iana"},"audio/flexfec":{"source":"iana"},"audio/fwdred":{"source":"iana"},"audio/g711-0":{"source":"iana"},"audio/g719":{"source":"iana"},"audio/g722":{"source":"iana"},"audio/g7221":{"source":"iana"},"audio/g723":{"source":"iana"},"audio/g726-16":{"source":"iana"},"audio/g726-24":{"source":"iana"},"audio/g726-32":{"source":"iana"},"audio/g726-40":{"source":"iana"},"audio/g728":{"source":"iana"},"audio/g729":{"source":"iana"},"audio/g7291":{"source":"iana"},"audio/g729d":{"source":"iana"},"audio/g729e":{"source":"iana"},"audio/gsm":{"source":"iana"},"audio/gsm-efr":{"source":"iana"},"audio/gsm-hr-08":{"source":"iana"},"audio/ilbc":{"source":"iana"},"audio/ip-mr_v2.5":{"source":"iana"},"audio/isac":{"source":"apache"},"audio/l16":{"source":"iana"},"audio/l20":{"source":"iana"},"audio/l24":{"source":"iana","compressible":false},"audio/l8":{"source":"iana"},"audio/lpc":{"source":"iana"},"audio/melp":{"source":"iana"},"audio/melp1200":{"source":"iana"},"audio/melp2400":{"source":"iana"},"audio/melp600":{"source":"iana"},"audio/mhas":{"source":"iana"},"audio/midi":{"source":"apache","extensions":["mid","midi","kar","rmi"]},"audio/mobile-xmf":{"source":"iana","extensions":["mxmf"]},"audio/mp3":{"compressible":false,"extensions":["mp3"]},"audio/mp4":{"source":"iana","compressible":false,"extensions":["m4a","mp4a"]},"audio/mp4a-latm":{"source":"iana"},"audio/mpa":{"source":"iana"},"audio/mpa-robust":{"source":"iana"},"audio/mpeg":{"source":"iana","compressible":false,"extensions":["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{"source":"iana"},"audio/musepack":{"source":"apache"},"audio/ogg":{"source":"iana","compressible":false,"extensions":["oga","ogg","spx","opus"]},"audio/opus":{"source":"iana"},"audio/parityfec":{"source":"iana"},"audio/pcma":{"source":"iana"},"audio/pcma-wb":{"source":"iana"},"audio/pcmu":{"source":"iana"},"audio/pcmu-wb":{"source":"iana"},"audio/prs.sid":{"source":"iana"},"audio/qcelp":{"source":"iana"},"audio/raptorfec":{"source":"iana"},"audio/red":{"source":"iana"},"audio/rtp-enc-aescm128":{"source":"iana"},"audio/rtp-midi":{"source":"iana"},"audio/rtploopback":{"source":"iana"},"audio/rtx":{"source":"iana"},"audio/s3m":{"source":"apache","extensions":["s3m"]},"audio/scip":{"source":"iana"},"audio/silk":{"source":"apache","extensions":["sil"]},"audio/smv":{"source":"iana"},"audio/smv-qcp":{"source":"iana"},"audio/smv0":{"source":"iana"},"audio/sofa":{"source":"iana"},"audio/sp-midi":{"source":"iana"},"audio/speex":{"source":"iana"},"audio/t140c":{"source":"iana"},"audio/t38":{"source":"iana"},"audio/telephone-event":{"source":"iana"},"audio/tetra_acelp":{"source":"iana"},"audio/tetra_acelp_bb":{"source":"iana"},"audio/tone":{"source":"iana"},"audio/tsvcis":{"source":"iana"},"audio/uemclip":{"source":"iana"},"audio/ulpfec":{"source":"iana"},"audio/usac":{"source":"iana"},"audio/vdvi":{"source":"iana"},"audio/vmr-wb":{"source":"iana"},"audio/vnd.3gpp.iufp":{"source":"iana"},"audio/vnd.4sb":{"source":"iana"},"audio/vnd.audiokoz":{"source":"iana"},"audio/vnd.celp":{"source":"iana"},"audio/vnd.cisco.nse":{"source":"iana"},"audio/vnd.cmles.radio-events":{"source":"iana"},"audio/vnd.cns.anp1":{"source":"iana"},"audio/vnd.cns.inf1":{"source":"iana"},"audio/vnd.dece.audio":{"source":"iana","extensions":["uva","uvva"]},"audio/vnd.digital-winds":{"source":"iana","extensions":["eol"]},"audio/vnd.dlna.adts":{"source":"iana"},"audio/vnd.dolby.heaac.1":{"source":"iana"},"audio/vnd.dolby.heaac.2":{"source":"iana"},"audio/vnd.dolby.mlp":{"source":"iana"},"audio/vnd.dolby.mps":{"source":"iana"},"audio/vnd.dolby.pl2":{"source":"iana"},"audio/vnd.dolby.pl2x":{"source":"iana"},"audio/vnd.dolby.pl2z":{"source":"iana"},"audio/vnd.dolby.pulse.1":{"source":"iana"},"audio/vnd.dra":{"source":"iana","extensions":["dra"]},"audio/vnd.dts":{"source":"iana","extensions":["dts"]},"audio/vnd.dts.hd":{"source":"iana","extensions":["dtshd"]},"audio/vnd.dts.uhd":{"source":"iana"},"audio/vnd.dvb.file":{"source":"iana"},"audio/vnd.everad.plj":{"source":"iana"},"audio/vnd.hns.audio":{"source":"iana"},"audio/vnd.lucent.voice":{"source":"iana","extensions":["lvp"]},"audio/vnd.ms-playready.media.pya":{"source":"iana","extensions":["pya"]},"audio/vnd.nokia.mobile-xmf":{"source":"iana"},"audio/vnd.nortel.vbk":{"source":"iana"},"audio/vnd.nuera.ecelp4800":{"source":"iana","extensions":["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{"source":"iana","extensions":["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{"source":"iana","extensions":["ecelp9600"]},"audio/vnd.octel.sbc":{"source":"iana"},"audio/vnd.presonus.multitrack":{"source":"iana"},"audio/vnd.qcelp":{"source":"iana"},"audio/vnd.rhetorex.32kadpcm":{"source":"iana"},"audio/vnd.rip":{"source":"iana","extensions":["rip"]},"audio/vnd.rn-realaudio":{"compressible":false},"audio/vnd.sealedmedia.softseal.mpeg":{"source":"iana"},"audio/vnd.vmx.cvsd":{"source":"iana"},"audio/vnd.wave":{"compressible":false},"audio/vorbis":{"source":"iana","compressible":false},"audio/vorbis-config":{"source":"iana"},"audio/wav":{"compressible":false,"extensions":["wav"]},"audio/wave":{"compressible":false,"extensions":["wav"]},"audio/webm":{"source":"apache","compressible":false,"extensions":["weba"]},"audio/x-aac":{"source":"apache","compressible":false,"extensions":["aac"]},"audio/x-aiff":{"source":"apache","extensions":["aif","aiff","aifc"]},"audio/x-caf":{"source":"apache","compressible":false,"extensions":["caf"]},"audio/x-flac":{"source":"apache","extensions":["flac"]},"audio/x-m4a":{"source":"nginx","extensions":["m4a"]},"audio/x-matroska":{"source":"apache","extensions":["mka"]},"audio/x-mpegurl":{"source":"apache","extensions":["m3u"]},"audio/x-ms-wax":{"source":"apache","extensions":["wax"]},"audio/x-ms-wma":{"source":"apache","extensions":["wma"]},"audio/x-pn-realaudio":{"source":"apache","extensions":["ram","ra"]},"audio/x-pn-realaudio-plugin":{"source":"apache","extensions":["rmp"]},"audio/x-realaudio":{"source":"nginx","extensions":["ra"]},"audio/x-tta":{"source":"apache"},"audio/x-wav":{"source":"apache","extensions":["wav"]},"audio/xm":{"source":"apache","extensions":["xm"]},"chemical/x-cdx":{"source":"apache","extensions":["cdx"]},"chemical/x-cif":{"source":"apache","extensions":["cif"]},"chemical/x-cmdf":{"source":"apache","extensions":["cmdf"]},"chemical/x-cml":{"source":"apache","extensions":["cml"]},"chemical/x-csml":{"source":"apache","extensions":["csml"]},"chemical/x-pdb":{"source":"apache"},"chemical/x-xyz":{"source":"apache","extensions":["xyz"]},"font/collection":{"source":"iana","extensions":["ttc"]},"font/otf":{"source":"iana","compressible":true,"extensions":["otf"]},"font/sfnt":{"source":"iana"},"font/ttf":{"source":"iana","compressible":true,"extensions":["ttf"]},"font/woff":{"source":"iana","extensions":["woff"]},"font/woff2":{"source":"iana","extensions":["woff2"]},"image/aces":{"source":"iana","extensions":["exr"]},"image/apng":{"compressible":false,"extensions":["apng"]},"image/avci":{"source":"iana","extensions":["avci"]},"image/avcs":{"source":"iana","extensions":["avcs"]},"image/avif":{"source":"iana","compressible":false,"extensions":["avif"]},"image/bmp":{"source":"iana","compressible":true,"extensions":["bmp"]},"image/cgm":{"source":"iana","extensions":["cgm"]},"image/dicom-rle":{"source":"iana","extensions":["drle"]},"image/emf":{"source":"iana","extensions":["emf"]},"image/fits":{"source":"iana","extensions":["fits"]},"image/g3fax":{"source":"iana","extensions":["g3"]},"image/gif":{"source":"iana","compressible":false,"extensions":["gif"]},"image/heic":{"source":"iana","extensions":["heic"]},"image/heic-sequence":{"source":"iana","extensions":["heics"]},"image/heif":{"source":"iana","extensions":["heif"]},"image/heif-sequence":{"source":"iana","extensions":["heifs"]},"image/hej2k":{"source":"iana","extensions":["hej2"]},"image/hsj2":{"source":"iana","extensions":["hsj2"]},"image/ief":{"source":"iana","extensions":["ief"]},"image/jls":{"source":"iana","extensions":["jls"]},"image/jp2":{"source":"iana","compressible":false,"extensions":["jp2","jpg2"]},"image/jpeg":{"source":"iana","compressible":false,"extensions":["jpeg","jpg","jpe"]},"image/jph":{"source":"iana","extensions":["jph"]},"image/jphc":{"source":"iana","extensions":["jhc"]},"image/jpm":{"source":"iana","compressible":false,"extensions":["jpm"]},"image/jpx":{"source":"iana","compressible":false,"extensions":["jpx","jpf"]},"image/jxr":{"source":"iana","extensions":["jxr"]},"image/jxra":{"source":"iana","extensions":["jxra"]},"image/jxrs":{"source":"iana","extensions":["jxrs"]},"image/jxs":{"source":"iana","extensions":["jxs"]},"image/jxsc":{"source":"iana","extensions":["jxsc"]},"image/jxsi":{"source":"iana","extensions":["jxsi"]},"image/jxss":{"source":"iana","extensions":["jxss"]},"image/ktx":{"source":"iana","extensions":["ktx"]},"image/ktx2":{"source":"iana","extensions":["ktx2"]},"image/naplps":{"source":"iana"},"image/pjpeg":{"compressible":false},"image/png":{"source":"iana","compressible":false,"extensions":["png"]},"image/prs.btif":{"source":"iana","extensions":["btif"]},"image/prs.pti":{"source":"iana","extensions":["pti"]},"image/pwg-raster":{"source":"iana"},"image/sgi":{"source":"apache","extensions":["sgi"]},"image/svg+xml":{"source":"iana","compressible":true,"extensions":["svg","svgz"]},"image/t38":{"source":"iana","extensions":["t38"]},"image/tiff":{"source":"iana","compressible":false,"extensions":["tif","tiff"]},"image/tiff-fx":{"source":"iana","extensions":["tfx"]},"image/vnd.adobe.photoshop":{"source":"iana","compressible":true,"extensions":["psd"]},"image/vnd.airzip.accelerator.azv":{"source":"iana","extensions":["azv"]},"image/vnd.cns.inf2":{"source":"iana"},"image/vnd.dece.graphic":{"source":"iana","extensions":["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{"source":"iana","extensions":["djvu","djv"]},"image/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"image/vnd.dwg":{"source":"iana","extensions":["dwg"]},"image/vnd.dxf":{"source":"iana","extensions":["dxf"]},"image/vnd.fastbidsheet":{"source":"iana","extensions":["fbs"]},"image/vnd.fpx":{"source":"iana","extensions":["fpx"]},"image/vnd.fst":{"source":"iana","extensions":["fst"]},"image/vnd.fujixerox.edmics-mmr":{"source":"iana","extensions":["mmr"]},"image/vnd.fujixerox.edmics-rlc":{"source":"iana","extensions":["rlc"]},"image/vnd.globalgraphics.pgb":{"source":"iana"},"image/vnd.microsoft.icon":{"source":"iana","compressible":true,"extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"compressible":true,"extensions":["dds"]},"image/vnd.ms-modi":{"source":"iana","extensions":["mdi"]},"image/vnd.ms-photo":{"source":"apache","extensions":["wdp"]},"image/vnd.net-fpx":{"source":"iana","extensions":["npx"]},"image/vnd.pco.b16":{"source":"iana","extensions":["b16"]},"image/vnd.radiance":{"source":"iana"},"image/vnd.sealed.png":{"source":"iana"},"image/vnd.sealedmedia.softseal.gif":{"source":"iana"},"image/vnd.sealedmedia.softseal.jpg":{"source":"iana"},"image/vnd.svf":{"source":"iana"},"image/vnd.tencent.tap":{"source":"iana","extensions":["tap"]},"image/vnd.valve.source.texture":{"source":"iana","extensions":["vtf"]},"image/vnd.wap.wbmp":{"source":"iana","extensions":["wbmp"]},"image/vnd.xiff":{"source":"iana","extensions":["xif"]},"image/vnd.zbrush.pcx":{"source":"iana","extensions":["pcx"]},"image/webp":{"source":"apache","extensions":["webp"]},"image/wmf":{"source":"iana","extensions":["wmf"]},"image/x-3ds":{"source":"apache","extensions":["3ds"]},"image/x-cmu-raster":{"source":"apache","extensions":["ras"]},"image/x-cmx":{"source":"apache","extensions":["cmx"]},"image/x-freehand":{"source":"apache","extensions":["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{"source":"apache","compressible":true,"extensions":["ico"]},"image/x-jng":{"source":"nginx","extensions":["jng"]},"image/x-mrsid-image":{"source":"apache","extensions":["sid"]},"image/x-ms-bmp":{"source":"nginx","compressible":true,"extensions":["bmp"]},"image/x-pcx":{"source":"apache","extensions":["pcx"]},"image/x-pict":{"source":"apache","extensions":["pic","pct"]},"image/x-portable-anymap":{"source":"apache","extensions":["pnm"]},"image/x-portable-bitmap":{"source":"apache","extensions":["pbm"]},"image/x-portable-graymap":{"source":"apache","extensions":["pgm"]},"image/x-portable-pixmap":{"source":"apache","extensions":["ppm"]},"image/x-rgb":{"source":"apache","extensions":["rgb"]},"image/x-tga":{"source":"apache","extensions":["tga"]},"image/x-xbitmap":{"source":"apache","extensions":["xbm"]},"image/x-xcf":{"compressible":false},"image/x-xpixmap":{"source":"apache","extensions":["xpm"]},"image/x-xwindowdump":{"source":"apache","extensions":["xwd"]},"message/cpim":{"source":"iana"},"message/delivery-status":{"source":"iana"},"message/disposition-notification":{"source":"iana","extensions":["disposition-notification"]},"message/external-body":{"source":"iana"},"message/feedback-report":{"source":"iana"},"message/global":{"source":"iana","extensions":["u8msg"]},"message/global-delivery-status":{"source":"iana","extensions":["u8dsn"]},"message/global-disposition-notification":{"source":"iana","extensions":["u8mdn"]},"message/global-headers":{"source":"iana","extensions":["u8hdr"]},"message/http":{"source":"iana","compressible":false},"message/imdn+xml":{"source":"iana","compressible":true},"message/news":{"source":"iana"},"message/partial":{"source":"iana","compressible":false},"message/rfc822":{"source":"iana","compressible":true,"extensions":["eml","mime"]},"message/s-http":{"source":"iana"},"message/sip":{"source":"iana"},"message/sipfrag":{"source":"iana"},"message/tracking-status":{"source":"iana"},"message/vnd.si.simp":{"source":"iana"},"message/vnd.wfa.wsc":{"source":"iana","extensions":["wsc"]},"model/3mf":{"source":"iana","extensions":["3mf"]},"model/e57":{"source":"iana"},"model/gltf+json":{"source":"iana","compressible":true,"extensions":["gltf"]},"model/gltf-binary":{"source":"iana","compressible":true,"extensions":["glb"]},"model/iges":{"source":"iana","compressible":false,"extensions":["igs","iges"]},"model/mesh":{"source":"iana","compressible":false,"extensions":["msh","mesh","silo"]},"model/mtl":{"source":"iana","extensions":["mtl"]},"model/obj":{"source":"iana","extensions":["obj"]},"model/step":{"source":"iana"},"model/step+xml":{"source":"iana","compressible":true,"extensions":["stpx"]},"model/step+zip":{"source":"iana","compressible":false,"extensions":["stpz"]},"model/step-xml+zip":{"source":"iana","compressible":false,"extensions":["stpxz"]},"model/stl":{"source":"iana","extensions":["stl"]},"model/vnd.collada+xml":{"source":"iana","compressible":true,"extensions":["dae"]},"model/vnd.dwf":{"source":"iana","extensions":["dwf"]},"model/vnd.flatland.3dml":{"source":"iana"},"model/vnd.gdl":{"source":"iana","extensions":["gdl"]},"model/vnd.gs-gdl":{"source":"apache"},"model/vnd.gs.gdl":{"source":"iana"},"model/vnd.gtw":{"source":"iana","extensions":["gtw"]},"model/vnd.moml+xml":{"source":"iana","compressible":true},"model/vnd.mts":{"source":"iana","extensions":["mts"]},"model/vnd.opengex":{"source":"iana","extensions":["ogex"]},"model/vnd.parasolid.transmit.binary":{"source":"iana","extensions":["x_b"]},"model/vnd.parasolid.transmit.text":{"source":"iana","extensions":["x_t"]},"model/vnd.pytha.pyox":{"source":"iana"},"model/vnd.rosette.annotated-data-model":{"source":"iana"},"model/vnd.sap.vds":{"source":"iana","extensions":["vds"]},"model/vnd.usdz+zip":{"source":"iana","compressible":false,"extensions":["usdz"]},"model/vnd.valve.source.compiled-map":{"source":"iana","extensions":["bsp"]},"model/vnd.vtu":{"source":"iana","extensions":["vtu"]},"model/vrml":{"source":"iana","compressible":false,"extensions":["wrl","vrml"]},"model/x3d+binary":{"source":"apache","compressible":false,"extensions":["x3db","x3dbz"]},"model/x3d+fastinfoset":{"source":"iana","extensions":["x3db"]},"model/x3d+vrml":{"source":"apache","compressible":false,"extensions":["x3dv","x3dvz"]},"model/x3d+xml":{"source":"iana","compressible":true,"extensions":["x3d","x3dz"]},"model/x3d-vrml":{"source":"iana","extensions":["x3dv"]},"multipart/alternative":{"source":"iana","compressible":false},"multipart/appledouble":{"source":"iana"},"multipart/byteranges":{"source":"iana"},"multipart/digest":{"source":"iana"},"multipart/encrypted":{"source":"iana","compressible":false},"multipart/form-data":{"source":"iana","compressible":false},"multipart/header-set":{"source":"iana"},"multipart/mixed":{"source":"iana"},"multipart/multilingual":{"source":"iana"},"multipart/parallel":{"source":"iana"},"multipart/related":{"source":"iana","compressible":false},"multipart/report":{"source":"iana"},"multipart/signed":{"source":"iana","compressible":false},"multipart/vnd.bint.med-plus":{"source":"iana"},"multipart/voice-message":{"source":"iana"},"multipart/x-mixed-replace":{"source":"iana"},"text/1d-interleaved-parityfec":{"source":"iana"},"text/cache-manifest":{"source":"iana","compressible":true,"extensions":["appcache","manifest"]},"text/calendar":{"source":"iana","extensions":["ics","ifb"]},"text/calender":{"compressible":true},"text/cmd":{"compressible":true},"text/coffeescript":{"extensions":["coffee","litcoffee"]},"text/cql":{"source":"iana"},"text/cql-expression":{"source":"iana"},"text/cql-identifier":{"source":"iana"},"text/css":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["css"]},"text/csv":{"source":"iana","compressible":true,"extensions":["csv"]},"text/csv-schema":{"source":"iana"},"text/directory":{"source":"iana"},"text/dns":{"source":"iana"},"text/ecmascript":{"source":"iana"},"text/encaprtp":{"source":"iana"},"text/enriched":{"source":"iana"},"text/fhirpath":{"source":"iana"},"text/flexfec":{"source":"iana"},"text/fwdred":{"source":"iana"},"text/gff3":{"source":"iana"},"text/grammar-ref-list":{"source":"iana"},"text/html":{"source":"iana","compressible":true,"extensions":["html","htm","shtml"]},"text/jade":{"extensions":["jade"]},"text/javascript":{"source":"iana","compressible":true},"text/jcr-cnd":{"source":"iana"},"text/jsx":{"compressible":true,"extensions":["jsx"]},"text/less":{"compressible":true,"extensions":["less"]},"text/markdown":{"source":"iana","compressible":true,"extensions":["markdown","md"]},"text/mathml":{"source":"nginx","extensions":["mml"]},"text/mdx":{"compressible":true,"extensions":["mdx"]},"text/mizar":{"source":"iana"},"text/n3":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["n3"]},"text/parameters":{"source":"iana","charset":"UTF-8"},"text/parityfec":{"source":"iana"},"text/plain":{"source":"iana","compressible":true,"extensions":["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{"source":"iana","charset":"UTF-8"},"text/prs.fallenstein.rst":{"source":"iana"},"text/prs.lines.tag":{"source":"iana","extensions":["dsc"]},"text/prs.prop.logic":{"source":"iana"},"text/raptorfec":{"source":"iana"},"text/red":{"source":"iana"},"text/rfc822-headers":{"source":"iana"},"text/richtext":{"source":"iana","compressible":true,"extensions":["rtx"]},"text/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"text/rtp-enc-aescm128":{"source":"iana"},"text/rtploopback":{"source":"iana"},"text/rtx":{"source":"iana"},"text/sgml":{"source":"iana","extensions":["sgml","sgm"]},"text/shaclc":{"source":"iana"},"text/shex":{"source":"iana","extensions":["shex"]},"text/slim":{"extensions":["slim","slm"]},"text/spdx":{"source":"iana","extensions":["spdx"]},"text/strings":{"source":"iana"},"text/stylus":{"extensions":["stylus","styl"]},"text/t140":{"source":"iana"},"text/tab-separated-values":{"source":"iana","compressible":true,"extensions":["tsv"]},"text/troff":{"source":"iana","extensions":["t","tr","roff","man","me","ms"]},"text/turtle":{"source":"iana","charset":"UTF-8","extensions":["ttl"]},"text/ulpfec":{"source":"iana"},"text/uri-list":{"source":"iana","compressible":true,"extensions":["uri","uris","urls"]},"text/vcard":{"source":"iana","compressible":true,"extensions":["vcard"]},"text/vnd.a":{"source":"iana"},"text/vnd.abc":{"source":"iana"},"text/vnd.ascii-art":{"source":"iana"},"text/vnd.curl":{"source":"iana","extensions":["curl"]},"text/vnd.curl.dcurl":{"source":"apache","extensions":["dcurl"]},"text/vnd.curl.mcurl":{"source":"apache","extensions":["mcurl"]},"text/vnd.curl.scurl":{"source":"apache","extensions":["scurl"]},"text/vnd.debian.copyright":{"source":"iana","charset":"UTF-8"},"text/vnd.dmclientscript":{"source":"iana"},"text/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"text/vnd.esmertec.theme-descriptor":{"source":"iana","charset":"UTF-8"},"text/vnd.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":true,"extensions":["vtt"]},"text/x-asm":{"source":"apache","extensions":["s","asm"]},"text/x-c":{"source":"apache","extensions":["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{"source":"nginx","extensions":["htc"]},"text/x-fortran":{"source":"apache","extensions":["f","for","f77","f90"]},"text/x-gwt-rpc":{"compressible":true},"text/x-handlebars-template":{"extensions":["hbs"]},"text/x-java-source":{"source":"apache","extensions":["java"]},"text/x-jquery-tmpl":{"compressible":true},"text/x-lua":{"extensions":["lua"]},"text/x-markdown":{"compressible":true,"extensions":["mkd"]},"text/x-nfo":{"source":"apache","extensions":["nfo"]},"text/x-opml":{"source":"apache","extensions":["opml"]},"text/x-org":{"compressible":true,"extensions":["org"]},"text/x-pascal":{"source":"apache","extensions":["p","pas"]},"text/x-processing":{"compressible":true,"extensions":["pde"]},"text/x-sass":{"extensions":["sass"]},"text/x-scss":{"extensions":["scss"]},"text/x-setext":{"source":"apache","extensions":["etx"]},"text/x-sfv":{"source":"apache","extensions":["sfv"]},"text/x-suse-ymp":{"compressible":true,"extensions":["ymp"]},"text/x-uuencode":{"source":"apache","extensions":["uu"]},"text/x-vcalendar":{"source":"apache","extensions":["vcs"]},"text/x-vcard":{"source":"apache","extensions":["vcf"]},"text/xml":{"source":"iana","compressible":true,"extensions":["xml"]},"text/xml-external-parsed-entity":{"source":"iana"},"text/yaml":{"compressible":true,"extensions":["yaml","yml"]},"video/1d-interleaved-parityfec":{"source":"iana"},"video/3gpp":{"source":"iana","extensions":["3gp","3gpp"]},"video/3gpp-tt":{"source":"iana"},"video/3gpp2":{"source":"iana","extensions":["3g2"]},"video/av1":{"source":"iana"},"video/bmpeg":{"source":"iana"},"video/bt656":{"source":"iana"},"video/celb":{"source":"iana"},"video/dv":{"source":"iana"},"video/encaprtp":{"source":"iana"},"video/ffv1":{"source":"iana"},"video/flexfec":{"source":"iana"},"video/h261":{"source":"iana","extensions":["h261"]},"video/h263":{"source":"iana","extensions":["h263"]},"video/h263-1998":{"source":"iana"},"video/h263-2000":{"source":"iana"},"video/h264":{"source":"iana","extensions":["h264"]},"video/h264-rcdo":{"source":"iana"},"video/h264-svc":{"source":"iana"},"video/h265":{"source":"iana"},"video/iso.segment":{"source":"iana","extensions":["m4s"]},"video/jpeg":{"source":"iana","extensions":["jpgv"]},"video/jpeg2000":{"source":"iana"},"video/jpm":{"source":"apache","extensions":["jpm","jpgm"]},"video/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":false,"extensions":["mp4","mp4v","mpg4"]},"video/mp4v-es":{"source":"iana"},"video/mpeg":{"source":"iana","compressible":false,"extensions":["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{"source":"iana"},"video/mpv":{"source":"iana"},"video/nv":{"source":"iana"},"video/ogg":{"source":"iana","compressible":false,"extensions":["ogv"]},"video/parityfec":{"source":"iana"},"video/pointer":{"source":"iana"},"video/quicktime":{"source":"iana","compressible":false,"extensions":["qt","mov"]},"video/raptorfec":{"source":"iana"},"video/raw":{"source":"iana"},"video/rtp-enc-aescm128":{"source":"iana"},"video/rtploopback":{"source":"iana"},"video/rtx":{"source":"iana"},"video/scip":{"source":"iana"},"video/smpte291":{"source":"iana"},"video/smpte292m":{"source":"iana"},"video/ulpfec":{"source":"iana"},"video/vc1":{"source":"iana"},"video/vc2":{"source":"iana"},"video/vnd.cctv":{"source":"iana"},"video/vnd.dece.hd":{"source":"iana","extensions":["uvh","uvvh"]},"video/vnd.dece.mobile":{"source":"iana","extensions":["uvm","uvvm"]},"video/vnd.dece.mp4":{"source":"iana"},"video/vnd.dece.pd":{"source":"iana","extensions":["uvp","uvvp"]},"video/vnd.dece.sd":{"source":"iana","extensions":["uvs","uvvs"]},"video/vnd.dece.video":{"source":"iana","extensions":["uvv","uvvv"]},"video/vnd.directv.mpeg":{"source":"iana"},"video/vnd.directv.mpeg-tts":{"source":"iana"},"video/vnd.dlna.mpeg-tts":{"source":"iana"},"video/vnd.dvb.file":{"source":"iana","extensions":["dvb"]},"video/vnd.fvt":{"source":"iana","extensions":["fvt"]},"video/vnd.hns.video":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.ttsavc":{"source":"iana"},"video/vnd.iptvforum.ttsmpeg2":{"source":"iana"},"video/vnd.motorola.video":{"source":"iana"},"video/vnd.motorola.videop":{"source":"iana"},"video/vnd.mpegurl":{"source":"iana","extensions":["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{"source":"iana","extensions":["pyv"]},"video/vnd.nokia.interleaved-multimedia":{"source":"iana"},"video/vnd.nokia.mp4vr":{"source":"iana"},"video/vnd.nokia.videovoip":{"source":"iana"},"video/vnd.objectvideo":{"source":"iana"},"video/vnd.radgamettools.bink":{"source":"iana"},"video/vnd.radgamettools.smacker":{"source":"iana"},"video/vnd.sealed.mpeg1":{"source":"iana"},"video/vnd.sealed.mpeg4":{"source":"iana"},"video/vnd.sealed.swf":{"source":"iana"},"video/vnd.sealedmedia.softseal.mov":{"source":"iana"},"video/vnd.uvvu.mp4":{"source":"iana","extensions":["uvu","uvvu"]},"video/vnd.vivo":{"source":"iana","extensions":["viv"]},"video/vnd.youtube.yt":{"source":"iana"},"video/vp8":{"source":"iana"},"video/vp9":{"source":"iana"},"video/webm":{"source":"apache","compressible":false,"extensions":["webm"]},"video/x-f4v":{"source":"apache","extensions":["f4v"]},"video/x-fli":{"source":"apache","extensions":["fli"]},"video/x-flv":{"source":"apache","compressible":false,"extensions":["flv"]},"video/x-m4v":{"source":"apache","extensions":["m4v"]},"video/x-matroska":{"source":"apache","compressible":false,"extensions":["mkv","mk3d","mks"]},"video/x-mng":{"source":"apache","extensions":["mng"]},"video/x-ms-asf":{"source":"apache","extensions":["asf","asx"]},"video/x-ms-vob":{"source":"apache","extensions":["vob"]},"video/x-ms-wm":{"source":"apache","extensions":["wm"]},"video/x-ms-wmv":{"source":"apache","compressible":false,"extensions":["wmv"]},"video/x-ms-wmx":{"source":"apache","extensions":["wmx"]},"video/x-ms-wvx":{"source":"apache","extensions":["wvx"]},"video/x-msvideo":{"source":"apache","extensions":["avi"]},"video/x-sgi-movie":{"source":"apache","extensions":["movie"]},"video/x-smv":{"source":"apache","extensions":["smv"]},"x-conference/x-cooltalk":{"source":"apache","extensions":["ice"]},"x-shader/x-fragment":{"compressible":true},"x-shader/x-vertex":{"compressible":true}}');
1233
- } }, a = {};
1234
- function n(i2) {
1235
- var o = a[i2];
1236
- if (void 0 !== o) return o.exports;
1237
- var t = a[i2] = { exports: {} };
1238
- return e[i2](t, t.exports, n), t.exports;
1239
- }
1240
- n.n = (e2) => {
1241
- var a2 = e2 && e2.__esModule ? () => e2.default : () => e2;
1242
- return n.d(a2, { a: a2 }), a2;
1243
- }, n.d = (e2, a2) => {
1244
- for (var i2 in a2) n.o(a2, i2) && !n.o(e2, i2) && Object.defineProperty(e2, i2, { enumerable: true, get: a2[i2] });
1245
- }, n.o = (e2, a2) => Object.prototype.hasOwnProperty.call(e2, a2), n.r = (e2) => {
1246
- "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(e2, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(e2, "__esModule", { value: true });
1247
- };
1248
- var i = {};
1249
- (() => {
1250
- "use strict";
1251
- n.r(i), n.d(i, { config: () => Ca, del: () => Wa, ins: () => Ga, list: () => Ia, mod: () => Ma, post: () => qa, publicDel: () => Va, publicIns: () => Ka, publicList: () => Da, publicMod: () => Ha, publicPost: () => Ua });
1252
- var e2 = n(6882), a2 = n.n(e2), o = function() {
1253
- return o = Object.assign || function(e3) {
1254
- for (var a3, n2 = 1, i2 = arguments.length; n2 < i2; n2++) for (var o2 in a3 = arguments[n2]) Object.prototype.hasOwnProperty.call(a3, o2) && (e3[o2] = a3[o2]);
1255
- return e3;
1256
- }, o.apply(this, arguments);
1257
- };
1258
- const t = (function() {
1259
- function e3(e4, a3) {
1260
- this._objectName = e4, this._body = null != a3 ? a3 : {};
1261
- }
1262
- return Object.defineProperty(e3.prototype, "objectName", { get: function() {
1263
- return this._objectName;
1264
- }, enumerable: false, configurable: true }), Object.defineProperty(e3.prototype, "columns", { get: function() {
1265
- var e4;
1266
- return null !== (e4 = this._body.Columns) && void 0 !== e4 ? e4 : [];
1267
- }, set: function(e4) {
1268
- this._body.Columns = e4;
1269
- }, enumerable: false, configurable: true }), Object.defineProperty(e3.prototype, "aggregatedColumns", { get: function() {
1270
- return this._body.AggregatedColumns;
1271
- }, set: function(e4) {
1272
- this._body.AggregatedColumns = e4;
1273
- }, enumerable: false, configurable: true }), Object.defineProperty(e3.prototype, "nestedColumns", { get: function() {
1274
- return this._body.NestedColumns;
1275
- }, set: function(e4) {
1276
- this._body.NestedColumns = e4;
1277
- }, enumerable: false, configurable: true }), Object.defineProperty(e3.prototype, "filters", { get: function() {
1278
- return this._body.Filters;
1279
- }, set: function(e4) {
1280
- this._body.Filters = e4;
1281
- }, enumerable: false, configurable: true }), Object.defineProperty(e3.prototype, "params", { get: function() {
1282
- return this._body.Params;
1283
- }, set: function(e4) {
1284
- this._body.Params = e4;
1285
- }, enumerable: false, configurable: true }), Object.defineProperty(e3.prototype, "page", { get: function() {
1286
- return this._body.Page;
1287
- }, set: function(e4) {
1288
- this._body.Page = e4;
1289
- }, enumerable: false, configurable: true }), Object.defineProperty(e3.prototype, "rowsPerPage", { get: function() {
1290
- return this._body.RowsPerPage;
1291
- }, set: function(e4) {
1292
- this._body.RowsPerPage = e4;
1293
- }, enumerable: false, configurable: true }), Object.defineProperty(e3.prototype, "sorts", { get: function() {
1294
- return this._body.Sorts;
1295
- }, set: function(e4) {
1296
- this._body.Sorts = e4;
1297
- }, enumerable: false, configurable: true }), Object.defineProperty(e3.prototype, "lang", { get: function() {
1298
- return this._body.Language;
1299
- }, set: function(e4) {
1300
- this._body.Language = e4;
1301
- }, enumerable: false, configurable: true }), Object.defineProperty(e3.prototype, "request", { get: function() {
1302
- return this._requestRows;
1303
- }, enumerable: false, configurable: true }), e3.prototype.getFilter = function(e4) {
1304
- var a3;
1305
- return null === (a3 = this._body.Filters) || void 0 === a3 ? void 0 : a3[e4];
1306
- }, e3.prototype.getParam = function(e4) {
1307
- var a3;
1308
- return null === (a3 = this._body.Params) || void 0 === a3 ? void 0 : a3[e4];
1309
- }, e3.prototype.getFirstRows = function() {
1310
- return this._body.FirstRows;
1311
- }, e3.prototype.getRequest = function() {
1312
- return this._requestRows;
1313
- }, e3.prototype.setRequest = function(e4) {
1314
- return this._requestRows = e4, this;
1315
- }, e3.prototype.setHierarchy = function(e4, a3) {
1316
- return this._body.HierarchyRequestKind = a3, this._body.HierarchyParentColumn = e4, this;
1317
- }, e3.prototype.setColumns = function(e4) {
1318
- return this.columns = e4, this;
1319
- }, e3.prototype.setNestedColumns = function(e4) {
1320
- return this.nestedColumns = e4, this;
1321
- }, e3.prototype.setAggregatedColumns = function(e4) {
1322
- return this.aggregatedColumns = e4, this;
1323
- }, e3.prototype.setFilters = function(e4) {
1324
- return this.filters = e4, this;
1325
- }, e3.prototype.setSorts = function(e4) {
1326
- return this.sorts = e4, this;
1327
- }, e3.prototype.setParams = function(e4) {
1328
- return this.params = e4, this;
1329
- }, e3.prototype.setPage = function(e4) {
1330
- return this.page = e4, this;
1331
- }, e3.prototype.setRowsPerPage = function(e4) {
1332
- return this.rowsPerPage = e4, this;
1333
- }, e3.prototype.setFirstRows = function(e4) {
1334
- return this._body.FirstRows = e4, this;
1335
- }, e3.prototype.addSorts = function(e4) {
1336
- var a3;
1337
- return e4 ? (this._body.Sorts || (this._body.Sorts = []), (a3 = this._body.Sorts).push.apply(a3, e4), this) : this;
1338
- }, e3.prototype.addColumns = function(e4) {
1339
- var a3;
1340
- return e4 ? (this._body.Columns || (this._body.Columns = []), (a3 = this._body.Columns).push.apply(a3, e4), this) : this;
1341
- }, e3.prototype.addAggregatedColumns = function(e4) {
1342
- return this.aggregatedColumns = o(o({}, this.aggregatedColumns), e4), this;
1343
- }, e3.prototype.addNestedColumns = function(e4) {
1344
- return this.nestedColumns = o(o({}, this.nestedColumns), e4), this;
1345
- }, e3.prototype.addFilters = function(e4) {
1346
- return this.filters = o(o({}, this.filters), e4), this;
1347
- }, e3.prototype.addParams = function(e4) {
1348
- return this.params = o(o({}, this.params), e4), this;
1349
- }, e3.prototype.removeSorts = function(e4) {
1350
- var a3;
1351
- return this._body.Sorts = null === (a3 = this._body.Sorts) || void 0 === a3 ? void 0 : a3.filter(function(a4) {
1352
- var n2 = "-" === a4[0] ? a4.slice(1) : a4;
1353
- return !e4.includes(n2);
1354
- }), this;
1355
- }, e3.prototype.removeColumns = function(e4) {
1356
- var a3;
1357
- return this._body.Columns = null === (a3 = this._body.Columns) || void 0 === a3 ? void 0 : a3.filter(function(a4) {
1358
- return !e4.includes(a4);
1359
- }), this;
1360
- }, e3.prototype.removeAggregatedColumns = function(e4) {
1361
- for (var a3, n2 = 0, i2 = e4; n2 < i2.length; n2++) {
1362
- var o2 = i2[n2];
1363
- null === (a3 = this._body.AggregatedColumns) || void 0 === a3 || delete a3[o2];
1364
- }
1365
- return this;
1366
- }, e3.prototype.removeNestedColumns = function(e4) {
1367
- for (var a3, n2 = 0, i2 = e4; n2 < i2.length; n2++) {
1368
- var o2 = i2[n2];
1369
- null === (a3 = this._body.NestedColumns) || void 0 === a3 || delete a3[o2];
1370
- }
1371
- return this;
1372
- }, e3.prototype.removeParams = function(e4) {
1373
- for (var a3, n2 = 0, i2 = e4; n2 < i2.length; n2++) {
1374
- var o2 = i2[n2];
1375
- null === (a3 = this._body.Params) || void 0 === a3 || delete a3[o2];
1376
- }
1377
- return this;
1378
- }, e3.prototype.removeFilters = function(e4) {
1379
- for (var a3, n2 = 0, i2 = e4; n2 < i2.length; n2++) {
1380
- var o2 = i2[n2];
1381
- null === (a3 = this._body.Filters) || void 0 === a3 || delete a3[o2];
1382
- }
1383
- return this;
1384
- }, e3.prototype.hasFilter = function(e4) {
1385
- var a3;
1386
- return !!(null === (a3 = this._body.Filters) || void 0 === a3 ? void 0 : a3.hasOwnProperty(e4));
1387
- }, e3;
1388
- })();
1389
- function s(e3, a3) {
1390
- return function() {
1391
- return e3.apply(a3, arguments);
1392
- };
1393
- }
1394
- const { toString: r } = Object.prototype, { getPrototypeOf: c } = Object, p = (l = /* @__PURE__ */ Object.create(null), (e3) => {
1395
- const a3 = r.call(e3);
1396
- return l[a3] || (l[a3] = a3.slice(8, -1).toLowerCase());
1397
- });
1398
- var l;
1399
- const u = (e3) => (e3 = e3.toLowerCase(), (a3) => p(a3) === e3), m = (e3) => (a3) => typeof a3 === e3, { isArray: d } = Array, f = m("undefined"), x = u("ArrayBuffer"), h = m("string"), v = m("function"), b = m("number"), g = (e3) => null !== e3 && "object" == typeof e3, y = (e3) => {
1400
- if ("object" !== p(e3)) return false;
1401
- const a3 = c(e3);
1402
- return !(null !== a3 && a3 !== Object.prototype && null !== Object.getPrototypeOf(a3) || Symbol.toStringTag in e3 || Symbol.iterator in e3);
1403
- }, w = u("Date"), _ = u("File"), j = u("Blob"), k = u("FileList"), E = u("URLSearchParams");
1404
- function O(e3, a3, { allOwnKeys: n2 = false } = {}) {
1405
- if (null == e3) return;
1406
- let i2, o2;
1407
- if ("object" != typeof e3 && (e3 = [e3]), d(e3)) for (i2 = 0, o2 = e3.length; i2 < o2; i2++) a3.call(null, e3[i2], i2, e3);
1408
- else {
1409
- const o3 = n2 ? Object.getOwnPropertyNames(e3) : Object.keys(e3), t2 = o3.length;
1410
- let s2;
1411
- for (i2 = 0; i2 < t2; i2++) s2 = o3[i2], a3.call(null, e3[s2], s2, e3);
1412
- }
1413
- }
1414
- function R(e3, a3) {
1415
- a3 = a3.toLowerCase();
1416
- const n2 = Object.keys(e3);
1417
- let i2, o2 = n2.length;
1418
- for (; o2-- > 0; ) if (i2 = n2[o2], a3 === i2.toLowerCase()) return i2;
1419
- return null;
1420
- }
1421
- const C = "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : "undefined" != typeof window ? window : global, S = (e3) => !f(e3) && e3 !== C, A = (T = "undefined" != typeof Uint8Array && c(Uint8Array), (e3) => T && e3 instanceof T);
1422
- var T;
1423
- const F = u("HTMLFormElement"), P = (({ hasOwnProperty: e3 }) => (a3, n2) => e3.call(a3, n2))(Object.prototype), z = u("RegExp"), L = (e3, a3) => {
1424
- const n2 = Object.getOwnPropertyDescriptors(e3), i2 = {};
1425
- O(n2, (n3, o2) => {
1426
- false !== a3(n3, o2, e3) && (i2[o2] = n3);
1427
- }), Object.defineProperties(e3, i2);
1428
- }, B = "abcdefghijklmnopqrstuvwxyz", N = "0123456789", q = { DIGIT: N, ALPHA: B, ALPHA_DIGIT: B + B.toUpperCase() + N }, U = u("AsyncFunction"), I = { isArray: d, isArrayBuffer: x, isBuffer: function(e3) {
1429
- return null !== e3 && !f(e3) && null !== e3.constructor && !f(e3.constructor) && v(e3.constructor.isBuffer) && e3.constructor.isBuffer(e3);
1430
- }, isFormData: (e3) => {
1431
- let a3;
1432
- return e3 && ("function" == typeof FormData && e3 instanceof FormData || v(e3.append) && ("formdata" === (a3 = p(e3)) || "object" === a3 && v(e3.toString) && "[object FormData]" === e3.toString()));
1433
- }, isArrayBufferView: function(e3) {
1434
- let a3;
1435
- return a3 = "undefined" != typeof ArrayBuffer && ArrayBuffer.isView ? ArrayBuffer.isView(e3) : e3 && e3.buffer && x(e3.buffer), a3;
1436
- }, isString: h, isNumber: b, isBoolean: (e3) => true === e3 || false === e3, isObject: g, isPlainObject: y, isUndefined: f, isDate: w, isFile: _, isBlob: j, isRegExp: z, isFunction: v, isStream: (e3) => g(e3) && v(e3.pipe), isURLSearchParams: E, isTypedArray: A, isFileList: k, forEach: O, merge: function e3() {
1437
- const { caseless: a3 } = S(this) && this || {}, n2 = {}, i2 = (i3, o2) => {
1438
- const t2 = a3 && R(n2, o2) || o2;
1439
- y(n2[t2]) && y(i3) ? n2[t2] = e3(n2[t2], i3) : y(i3) ? n2[t2] = e3({}, i3) : d(i3) ? n2[t2] = i3.slice() : n2[t2] = i3;
1440
- };
1441
- for (let e4 = 0, a4 = arguments.length; e4 < a4; e4++) arguments[e4] && O(arguments[e4], i2);
1442
- return n2;
1443
- }, extend: (e3, a3, n2, { allOwnKeys: i2 } = {}) => (O(a3, (a4, i3) => {
1444
- n2 && v(a4) ? e3[i3] = s(a4, n2) : e3[i3] = a4;
1445
- }, { allOwnKeys: i2 }), e3), trim: (e3) => e3.trim ? e3.trim() : e3.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ""), stripBOM: (e3) => (65279 === e3.charCodeAt(0) && (e3 = e3.slice(1)), e3), inherits: (e3, a3, n2, i2) => {
1446
- e3.prototype = Object.create(a3.prototype, i2), e3.prototype.constructor = e3, Object.defineProperty(e3, "super", { value: a3.prototype }), n2 && Object.assign(e3.prototype, n2);
1447
- }, toFlatObject: (e3, a3, n2, i2) => {
1448
- let o2, t2, s2;
1449
- const r2 = {};
1450
- if (a3 = a3 || {}, null == e3) return a3;
1451
- do {
1452
- for (o2 = Object.getOwnPropertyNames(e3), t2 = o2.length; t2-- > 0; ) s2 = o2[t2], i2 && !i2(s2, e3, a3) || r2[s2] || (a3[s2] = e3[s2], r2[s2] = true);
1453
- e3 = false !== n2 && c(e3);
1454
- } while (e3 && (!n2 || n2(e3, a3)) && e3 !== Object.prototype);
1455
- return a3;
1456
- }, kindOf: p, kindOfTest: u, endsWith: (e3, a3, n2) => {
1457
- e3 = String(e3), (void 0 === n2 || n2 > e3.length) && (n2 = e3.length), n2 -= a3.length;
1458
- const i2 = e3.indexOf(a3, n2);
1459
- return -1 !== i2 && i2 === n2;
1460
- }, toArray: (e3) => {
1461
- if (!e3) return null;
1462
- if (d(e3)) return e3;
1463
- let a3 = e3.length;
1464
- if (!b(a3)) return null;
1465
- const n2 = new Array(a3);
1466
- for (; a3-- > 0; ) n2[a3] = e3[a3];
1467
- return n2;
1468
- }, forEachEntry: (e3, a3) => {
1469
- const n2 = (e3 && e3[Symbol.iterator]).call(e3);
1470
- let i2;
1471
- for (; (i2 = n2.next()) && !i2.done; ) {
1472
- const n3 = i2.value;
1473
- a3.call(e3, n3[0], n3[1]);
1474
- }
1475
- }, matchAll: (e3, a3) => {
1476
- let n2;
1477
- const i2 = [];
1478
- for (; null !== (n2 = e3.exec(a3)); ) i2.push(n2);
1479
- return i2;
1480
- }, isHTMLForm: F, hasOwnProperty: P, hasOwnProp: P, reduceDescriptors: L, freezeMethods: (e3) => {
1481
- L(e3, (a3, n2) => {
1482
- if (v(e3) && -1 !== ["arguments", "caller", "callee"].indexOf(n2)) return false;
1483
- const i2 = e3[n2];
1484
- v(i2) && (a3.enumerable = false, "writable" in a3 ? a3.writable = false : a3.set || (a3.set = () => {
1485
- throw Error("Can not rewrite read-only method '" + n2 + "'");
1486
- }));
1487
- });
1488
- }, toObjectSet: (e3, a3) => {
1489
- const n2 = {}, i2 = (e4) => {
1490
- e4.forEach((e5) => {
1491
- n2[e5] = true;
1492
- });
1493
- };
1494
- return d(e3) ? i2(e3) : i2(String(e3).split(a3)), n2;
1495
- }, toCamelCase: (e3) => e3.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function(e4, a3, n2) {
1496
- return a3.toUpperCase() + n2;
1497
- }), noop: () => {
1498
- }, toFiniteNumber: (e3, a3) => (e3 = +e3, Number.isFinite(e3) ? e3 : a3), findKey: R, global: C, isContextDefined: S, ALPHABET: q, generateString: (e3 = 16, a3 = q.ALPHA_DIGIT) => {
1499
- let n2 = "";
1500
- const { length: i2 } = a3;
1501
- for (; e3--; ) n2 += a3[Math.random() * i2 | 0];
1502
- return n2;
1503
- }, isSpecCompliantForm: function(e3) {
1504
- return !!(e3 && v(e3.append) && "FormData" === e3[Symbol.toStringTag] && e3[Symbol.iterator]);
1505
- }, toJSONObject: (e3) => {
1506
- const a3 = new Array(10), n2 = (e4, i2) => {
1507
- if (g(e4)) {
1508
- if (a3.indexOf(e4) >= 0) return;
1509
- if (!("toJSON" in e4)) {
1510
- a3[i2] = e4;
1511
- const o2 = d(e4) ? [] : {};
1512
- return O(e4, (e5, a4) => {
1513
- const t2 = n2(e5, i2 + 1);
1514
- !f(t2) && (o2[a4] = t2);
1515
- }), a3[i2] = void 0, o2;
1516
- }
1517
- }
1518
- return e4;
1519
- };
1520
- return n2(e3, 0);
1521
- }, isAsyncFn: U, isThenable: (e3) => e3 && (g(e3) || v(e3)) && v(e3.then) && v(e3.catch) };
1522
- function D(e3, a3, n2, i2, o2) {
1523
- Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e3, this.name = "AxiosError", a3 && (this.code = a3), n2 && (this.config = n2), i2 && (this.request = i2), o2 && (this.response = o2);
1524
- }
1525
- I.inherits(D, Error, { toJSON: function() {
1526
- 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: I.toJSONObject(this.config), code: this.code, status: this.response && this.response.status ? this.response.status : null };
1527
- } });
1528
- const M = D.prototype, H = {};
1529
- ["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((e3) => {
1530
- H[e3] = { value: e3 };
1531
- }), Object.defineProperties(D, H), Object.defineProperty(M, "isAxiosError", { value: true }), D.from = (e3, a3, n2, i2, o2, t2) => {
1532
- const s2 = Object.create(M);
1533
- return I.toFlatObject(e3, s2, function(e4) {
1534
- return e4 !== Error.prototype;
1535
- }, (e4) => "isAxiosError" !== e4), D.call(s2, e3.message, a3, n2, i2, o2), s2.cause = e3, s2.name = e3.name, t2 && Object.assign(s2, t2), s2;
1536
- };
1537
- const G = D, K = n(4106);
1538
- function W(e3) {
1539
- return I.isPlainObject(e3) || I.isArray(e3);
1540
- }
1541
- function V(e3) {
1542
- return I.endsWith(e3, "[]") ? e3.slice(0, -2) : e3;
1543
- }
1544
- function $(e3, a3, n2) {
1545
- return e3 ? e3.concat(a3).map(function(e4, a4) {
1546
- return e4 = V(e4), !n2 && a4 ? "[" + e4 + "]" : e4;
1547
- }).join(n2 ? "." : "") : a3;
1548
- }
1549
- const J = I.toFlatObject(I, {}, null, function(e3) {
1550
- return /^is[A-Z]/.test(e3);
1551
- }), Y = function(e3, a3, n2) {
1552
- if (!I.isObject(e3)) throw new TypeError("target must be an object");
1553
- a3 = a3 || new (K || FormData)();
1554
- const i2 = (n2 = I.toFlatObject(n2, { metaTokens: true, dots: false, indexes: false }, false, function(e4, a4) {
1555
- return !I.isUndefined(a4[e4]);
1556
- })).metaTokens, o2 = n2.visitor || p2, t2 = n2.dots, s2 = n2.indexes, r2 = (n2.Blob || "undefined" != typeof Blob && Blob) && I.isSpecCompliantForm(a3);
1557
- if (!I.isFunction(o2)) throw new TypeError("visitor must be a function");
1558
- function c2(e4) {
1559
- if (null === e4) return "";
1560
- if (I.isDate(e4)) return e4.toISOString();
1561
- if (!r2 && I.isBlob(e4)) throw new G("Blob is not supported. Use a Buffer instead.");
1562
- return I.isArrayBuffer(e4) || I.isTypedArray(e4) ? r2 && "function" == typeof Blob ? new Blob([e4]) : Buffer.from(e4) : e4;
1563
- }
1564
- function p2(e4, n3, o3) {
1565
- let r3 = e4;
1566
- if (e4 && !o3 && "object" == typeof e4) {
1567
- if (I.endsWith(n3, "{}")) n3 = i2 ? n3 : n3.slice(0, -2), e4 = JSON.stringify(e4);
1568
- else if (I.isArray(e4) && (function(e5) {
1569
- return I.isArray(e5) && !e5.some(W);
1570
- })(e4) || (I.isFileList(e4) || I.endsWith(n3, "[]")) && (r3 = I.toArray(e4))) return n3 = V(n3), r3.forEach(function(e5, i3) {
1571
- !I.isUndefined(e5) && null !== e5 && a3.append(true === s2 ? $([n3], i3, t2) : null === s2 ? n3 : n3 + "[]", c2(e5));
1572
- }), false;
1573
- }
1574
- return !!W(e4) || (a3.append($(o3, n3, t2), c2(e4)), false);
1575
- }
1576
- const l2 = [], u2 = Object.assign(J, { defaultVisitor: p2, convertValue: c2, isVisitable: W });
1577
- if (!I.isObject(e3)) throw new TypeError("data must be an object");
1578
- return (function e4(n3, i3) {
1579
- if (!I.isUndefined(n3)) {
1580
- if (-1 !== l2.indexOf(n3)) throw Error("Circular reference detected in " + i3.join("."));
1581
- l2.push(n3), I.forEach(n3, function(n4, t3) {
1582
- true === (!(I.isUndefined(n4) || null === n4) && o2.call(a3, n4, I.isString(t3) ? t3.trim() : t3, i3, u2)) && e4(n4, i3 ? i3.concat(t3) : [t3]);
1583
- }), l2.pop();
1584
- }
1585
- })(e3), a3;
1586
- };
1587
- function Q(e3) {
1588
- const a3 = { "!": "%21", "'": "%27", "(": "%28", ")": "%29", "~": "%7E", "%20": "+", "%00": "\0" };
1589
- return encodeURIComponent(e3).replace(/[!'()~]|%20|%00/g, function(e4) {
1590
- return a3[e4];
1591
- });
1592
- }
1593
- function X(e3, a3) {
1594
- this._pairs = [], e3 && Y(e3, this, a3);
1595
- }
1596
- const Z = X.prototype;
1597
- Z.append = function(e3, a3) {
1598
- this._pairs.push([e3, a3]);
1599
- }, Z.toString = function(e3) {
1600
- const a3 = e3 ? function(a4) {
1601
- return e3.call(this, a4, Q);
1602
- } : Q;
1603
- return this._pairs.map(function(e4) {
1604
- return a3(e4[0]) + "=" + a3(e4[1]);
1605
- }, "").join("&");
1606
- };
1607
- const ee = X;
1608
- function ae(e3) {
1609
- return encodeURIComponent(e3).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
1610
- }
1611
- function ne(e3, a3, n2) {
1612
- if (!a3) return e3;
1613
- const i2 = n2 && n2.encode || ae, o2 = n2 && n2.serialize;
1614
- let t2;
1615
- if (t2 = o2 ? o2(a3, n2) : I.isURLSearchParams(a3) ? a3.toString() : new ee(a3, n2).toString(i2), t2) {
1616
- const a4 = e3.indexOf("#");
1617
- -1 !== a4 && (e3 = e3.slice(0, a4)), e3 += (-1 === e3.indexOf("?") ? "?" : "&") + t2;
1618
- }
1619
- return e3;
1620
- }
1621
- const ie = class {
1622
- constructor() {
1623
- this.handlers = [];
1624
- }
1625
- use(e3, a3, n2) {
1626
- return this.handlers.push({ fulfilled: e3, rejected: a3, synchronous: !!n2 && n2.synchronous, runWhen: n2 ? n2.runWhen : null }), this.handlers.length - 1;
1627
- }
1628
- eject(e3) {
1629
- this.handlers[e3] && (this.handlers[e3] = null);
1630
- }
1631
- clear() {
1632
- this.handlers && (this.handlers = []);
1633
- }
1634
- forEach(e3) {
1635
- I.forEach(this.handlers, function(a3) {
1636
- null !== a3 && e3(a3);
1637
- });
1638
- }
1639
- }, oe = { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, te = { isNode: true, classes: { URLSearchParams: n(7310).URLSearchParams, FormData: K, Blob: "undefined" != typeof Blob && Blob || null }, protocols: ["http", "https", "file", "data"] }, se = function(e3) {
1640
- function a3(e4, n2, i2, o2) {
1641
- let t2 = e4[o2++];
1642
- const s2 = Number.isFinite(+t2), r2 = o2 >= e4.length;
1643
- return t2 = !t2 && I.isArray(i2) ? i2.length : t2, r2 ? (I.hasOwnProp(i2, t2) ? i2[t2] = [i2[t2], n2] : i2[t2] = n2, !s2) : (i2[t2] && I.isObject(i2[t2]) || (i2[t2] = []), a3(e4, n2, i2[t2], o2) && I.isArray(i2[t2]) && (i2[t2] = (function(e5) {
1644
- const a4 = {}, n3 = Object.keys(e5);
1645
- let i3;
1646
- const o3 = n3.length;
1647
- let t3;
1648
- for (i3 = 0; i3 < o3; i3++) t3 = n3[i3], a4[t3] = e5[t3];
1649
- return a4;
1650
- })(i2[t2])), !s2);
1651
- }
1652
- if (I.isFormData(e3) && I.isFunction(e3.entries)) {
1653
- const n2 = {};
1654
- return I.forEachEntry(e3, (e4, i2) => {
1655
- a3((function(e5) {
1656
- return I.matchAll(/\w+|\[(\w*)]/g, e5).map((e6) => "[]" === e6[0] ? "" : e6[1] || e6[0]);
1657
- })(e4), i2, n2, 0);
1658
- }), n2;
1659
- }
1660
- return null;
1661
- }, re = { "Content-Type": void 0 }, ce = { transitional: oe, adapter: ["xhr", "http"], transformRequest: [function(e3, a3) {
1662
- const n2 = a3.getContentType() || "", i2 = n2.indexOf("application/json") > -1, o2 = I.isObject(e3);
1663
- if (o2 && I.isHTMLForm(e3) && (e3 = new FormData(e3)), I.isFormData(e3)) return i2 && i2 ? JSON.stringify(se(e3)) : e3;
1664
- if (I.isArrayBuffer(e3) || I.isBuffer(e3) || I.isStream(e3) || I.isFile(e3) || I.isBlob(e3)) return e3;
1665
- if (I.isArrayBufferView(e3)) return e3.buffer;
1666
- if (I.isURLSearchParams(e3)) return a3.setContentType("application/x-www-form-urlencoded;charset=utf-8", false), e3.toString();
1667
- let t2;
1668
- if (o2) {
1669
- if (n2.indexOf("application/x-www-form-urlencoded") > -1) return (function(e4, a4) {
1670
- return Y(e4, new te.classes.URLSearchParams(), Object.assign({ visitor: function(e5, a5, n3, i3) {
1671
- return te.isNode && I.isBuffer(e5) ? (this.append(a5, e5.toString("base64")), false) : i3.defaultVisitor.apply(this, arguments);
1672
- } }, a4));
1673
- })(e3, this.formSerializer).toString();
1674
- if ((t2 = I.isFileList(e3)) || n2.indexOf("multipart/form-data") > -1) {
1675
- const a4 = this.env && this.env.FormData;
1676
- return Y(t2 ? { "files[]": e3 } : e3, a4 && new a4(), this.formSerializer);
1677
- }
1678
- }
1679
- return o2 || i2 ? (a3.setContentType("application/json", false), (function(e4) {
1680
- if (I.isString(e4)) try {
1681
- return (0, JSON.parse)(e4), I.trim(e4);
1682
- } catch (e5) {
1683
- if ("SyntaxError" !== e5.name) throw e5;
1684
- }
1685
- return (0, JSON.stringify)(e4);
1686
- })(e3)) : e3;
1687
- }], transformResponse: [function(e3) {
1688
- const a3 = this.transitional || ce.transitional, n2 = a3 && a3.forcedJSONParsing, i2 = "json" === this.responseType;
1689
- if (e3 && I.isString(e3) && (n2 && !this.responseType || i2)) {
1690
- const n3 = !(a3 && a3.silentJSONParsing) && i2;
1691
- try {
1692
- return JSON.parse(e3);
1693
- } catch (e4) {
1694
- if (n3) {
1695
- if ("SyntaxError" === e4.name) throw G.from(e4, G.ERR_BAD_RESPONSE, this, null, this.response);
1696
- throw e4;
1697
- }
1698
- }
1699
- }
1700
- return e3;
1701
- }], timeout: 0, xsrfCookieName: "XSRF-TOKEN", xsrfHeaderName: "X-XSRF-TOKEN", maxContentLength: -1, maxBodyLength: -1, env: { FormData: te.classes.FormData, Blob: te.classes.Blob }, validateStatus: function(e3) {
1702
- return e3 >= 200 && e3 < 300;
1703
- }, headers: { common: { Accept: "application/json, text/plain, */*" } } };
1704
- I.forEach(["delete", "get", "head"], function(e3) {
1705
- ce.headers[e3] = {};
1706
- }), I.forEach(["post", "put", "patch"], function(e3) {
1707
- ce.headers[e3] = I.merge(re);
1708
- });
1709
- const pe = ce, le = I.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"]), ue = Symbol("internals");
1710
- function me(e3) {
1711
- return e3 && String(e3).trim().toLowerCase();
1712
- }
1713
- function de(e3) {
1714
- return false === e3 || null == e3 ? e3 : I.isArray(e3) ? e3.map(de) : String(e3);
1715
- }
1716
- function fe(e3, a3, n2, i2, o2) {
1717
- return I.isFunction(i2) ? i2.call(this, a3, n2) : (o2 && (a3 = n2), I.isString(a3) ? I.isString(i2) ? -1 !== a3.indexOf(i2) : I.isRegExp(i2) ? i2.test(a3) : void 0 : void 0);
1718
- }
1719
- class xe {
1720
- constructor(e3) {
1721
- e3 && this.set(e3);
1722
- }
1723
- set(e3, a3, n2) {
1724
- const i2 = this;
1725
- function o2(e4, a4, n3) {
1726
- const o3 = me(a4);
1727
- if (!o3) throw new Error("header name must be a non-empty string");
1728
- const t3 = I.findKey(i2, o3);
1729
- (!t3 || void 0 === i2[t3] || true === n3 || void 0 === n3 && false !== i2[t3]) && (i2[t3 || a4] = de(e4));
1730
- }
1731
- const t2 = (e4, a4) => I.forEach(e4, (e5, n3) => o2(e5, n3, a4));
1732
- return I.isPlainObject(e3) || e3 instanceof this.constructor ? t2(e3, a3) : I.isString(e3) && (e3 = e3.trim()) && !/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e3.trim()) ? t2(((e4) => {
1733
- const a4 = {};
1734
- let n3, i3, o3;
1735
- return e4 && e4.split("\n").forEach(function(e5) {
1736
- o3 = e5.indexOf(":"), n3 = e5.substring(0, o3).trim().toLowerCase(), i3 = e5.substring(o3 + 1).trim(), !n3 || a4[n3] && le[n3] || ("set-cookie" === n3 ? a4[n3] ? a4[n3].push(i3) : a4[n3] = [i3] : a4[n3] = a4[n3] ? a4[n3] + ", " + i3 : i3);
1737
- }), a4;
1738
- })(e3), a3) : null != e3 && o2(a3, e3, n2), this;
1739
- }
1740
- get(e3, a3) {
1741
- if (e3 = me(e3)) {
1742
- const n2 = I.findKey(this, e3);
1743
- if (n2) {
1744
- const e4 = this[n2];
1745
- if (!a3) return e4;
1746
- if (true === a3) return (function(e5) {
1747
- const a4 = /* @__PURE__ */ Object.create(null), n3 = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
1748
- let i2;
1749
- for (; i2 = n3.exec(e5); ) a4[i2[1]] = i2[2];
1750
- return a4;
1751
- })(e4);
1752
- if (I.isFunction(a3)) return a3.call(this, e4, n2);
1753
- if (I.isRegExp(a3)) return a3.exec(e4);
1754
- throw new TypeError("parser must be boolean|regexp|function");
1755
- }
1756
- }
1757
- }
1758
- has(e3, a3) {
1759
- if (e3 = me(e3)) {
1760
- const n2 = I.findKey(this, e3);
1761
- return !(!n2 || void 0 === this[n2] || a3 && !fe(0, this[n2], n2, a3));
1762
- }
1763
- return false;
1764
- }
1765
- delete(e3, a3) {
1766
- const n2 = this;
1767
- let i2 = false;
1768
- function o2(e4) {
1769
- if (e4 = me(e4)) {
1770
- const o3 = I.findKey(n2, e4);
1771
- !o3 || a3 && !fe(0, n2[o3], o3, a3) || (delete n2[o3], i2 = true);
1772
- }
1773
- }
1774
- return I.isArray(e3) ? e3.forEach(o2) : o2(e3), i2;
1775
- }
1776
- clear(e3) {
1777
- const a3 = Object.keys(this);
1778
- let n2 = a3.length, i2 = false;
1779
- for (; n2--; ) {
1780
- const o2 = a3[n2];
1781
- e3 && !fe(0, this[o2], o2, e3, true) || (delete this[o2], i2 = true);
1782
- }
1783
- return i2;
1784
- }
1785
- normalize(e3) {
1786
- const a3 = this, n2 = {};
1787
- return I.forEach(this, (i2, o2) => {
1788
- const t2 = I.findKey(n2, o2);
1789
- if (t2) return a3[t2] = de(i2), void delete a3[o2];
1790
- const s2 = e3 ? (function(e4) {
1791
- return e4.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (e5, a4, n3) => a4.toUpperCase() + n3);
1792
- })(o2) : String(o2).trim();
1793
- s2 !== o2 && delete a3[o2], a3[s2] = de(i2), n2[s2] = true;
1794
- }), this;
1795
- }
1796
- concat(...e3) {
1797
- return this.constructor.concat(this, ...e3);
1798
- }
1799
- toJSON(e3) {
1800
- const a3 = /* @__PURE__ */ Object.create(null);
1801
- return I.forEach(this, (n2, i2) => {
1802
- null != n2 && false !== n2 && (a3[i2] = e3 && I.isArray(n2) ? n2.join(", ") : n2);
1803
- }), a3;
1804
- }
1805
- [Symbol.iterator]() {
1806
- return Object.entries(this.toJSON())[Symbol.iterator]();
1807
- }
1808
- toString() {
1809
- return Object.entries(this.toJSON()).map(([e3, a3]) => e3 + ": " + a3).join("\n");
1810
- }
1811
- get [Symbol.toStringTag]() {
1812
- return "AxiosHeaders";
1813
- }
1814
- static from(e3) {
1815
- return e3 instanceof this ? e3 : new this(e3);
1816
- }
1817
- static concat(e3, ...a3) {
1818
- const n2 = new this(e3);
1819
- return a3.forEach((e4) => n2.set(e4)), n2;
1820
- }
1821
- static accessor(e3) {
1822
- const a3 = (this[ue] = this[ue] = { accessors: {} }).accessors, n2 = this.prototype;
1823
- function i2(e4) {
1824
- const i3 = me(e4);
1825
- a3[i3] || ((function(e5, a4) {
1826
- const n3 = I.toCamelCase(" " + a4);
1827
- ["get", "set", "has"].forEach((i4) => {
1828
- Object.defineProperty(e5, i4 + n3, { value: function(e6, n4, o2) {
1829
- return this[i4].call(this, a4, e6, n4, o2);
1830
- }, configurable: true });
1831
- });
1832
- })(n2, e4), a3[i3] = true);
1833
- }
1834
- return I.isArray(e3) ? e3.forEach(i2) : i2(e3), this;
1835
- }
1836
- }
1837
- xe.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]), I.freezeMethods(xe.prototype), I.freezeMethods(xe);
1838
- const he = xe;
1839
- function ve(e3, a3) {
1840
- const n2 = this || pe, i2 = a3 || n2, o2 = he.from(i2.headers);
1841
- let t2 = i2.data;
1842
- return I.forEach(e3, function(e4) {
1843
- t2 = e4.call(n2, t2, o2.normalize(), a3 ? a3.status : void 0);
1844
- }), o2.normalize(), t2;
1845
- }
1846
- function be(e3) {
1847
- return !(!e3 || !e3.__CANCEL__);
1848
- }
1849
- function ge(e3, a3, n2) {
1850
- G.call(this, null == e3 ? "canceled" : e3, G.ERR_CANCELED, a3, n2), this.name = "CanceledError";
1851
- }
1852
- I.inherits(ge, G, { __CANCEL__: true });
1853
- const ye = ge;
1854
- function we(e3, a3, n2) {
1855
- const i2 = n2.config.validateStatus;
1856
- n2.status && i2 && !i2(n2.status) ? a3(new G("Request failed with status code " + n2.status, [G.ERR_BAD_REQUEST, G.ERR_BAD_RESPONSE][Math.floor(n2.status / 100) - 4], n2.config, n2.request, n2)) : e3(n2);
1857
- }
1858
- function _e(e3, a3) {
1859
- return e3 && !/^([a-z][a-z\d+\-.]*:)?\/\//i.test(a3) ? (function(e4, a4) {
1860
- return a4 ? e4.replace(/\/+$/, "") + "/" + a4.replace(/^\/+/, "") : e4;
1861
- })(e3, a3) : a3;
1862
- }
1863
- var je = n(1394), ke = n(3685), Ee = n(5687), Oe = n(3837), Re = n(938);
1864
- const Ce = __require("zlib"), Se = "1.4.0";
1865
- function Ae(e3) {
1866
- const a3 = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e3);
1867
- return a3 && a3[1] || "";
1868
- }
1869
- const Te = /^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;
1870
- var Fe = n(2781);
1871
- const Pe = function(e3, a3) {
1872
- e3 = e3 || 10;
1873
- const n2 = new Array(e3), i2 = new Array(e3);
1874
- let o2, t2 = 0, s2 = 0;
1875
- return a3 = void 0 !== a3 ? a3 : 1e3, function(r2) {
1876
- const c2 = Date.now(), p2 = i2[s2];
1877
- o2 || (o2 = c2), n2[t2] = r2, i2[t2] = c2;
1878
- let l2 = s2, u2 = 0;
1879
- for (; l2 !== t2; ) u2 += n2[l2++], l2 %= e3;
1880
- if (t2 = (t2 + 1) % e3, t2 === s2 && (s2 = (s2 + 1) % e3), c2 - o2 < a3) return;
1881
- const m2 = p2 && c2 - p2;
1882
- return m2 ? Math.round(1e3 * u2 / m2) : void 0;
1883
- };
1884
- }, ze = Symbol("internals");
1885
- class Le extends Fe.Transform {
1886
- constructor(e3) {
1887
- super({ readableHighWaterMark: (e3 = I.toFlatObject(e3, { maxRate: 0, chunkSize: 65536, minChunkSize: 100, timeWindow: 500, ticksRate: 2, samplesCount: 15 }, null, (e4, a4) => !I.isUndefined(a4[e4]))).chunkSize });
1888
- const a3 = this, n2 = this[ze] = { length: e3.length, timeWindow: e3.timeWindow, ticksRate: e3.ticksRate, chunkSize: e3.chunkSize, maxRate: e3.maxRate, minChunkSize: e3.minChunkSize, bytesSeen: 0, isCaptured: false, notifiedBytesLoaded: 0, ts: Date.now(), bytes: 0, onReadCallback: null }, i2 = Pe(n2.ticksRate * e3.samplesCount, n2.timeWindow);
1889
- this.on("newListener", (e4) => {
1890
- "progress" === e4 && (n2.isCaptured || (n2.isCaptured = true));
1891
- });
1892
- let o2 = 0;
1893
- n2.updateProgress = (function(e4, a4) {
1894
- let n3 = 0;
1895
- const i3 = 1e3 / a4;
1896
- let o3 = null;
1897
- return function(a5, t3) {
1898
- const s2 = Date.now();
1899
- if (a5 || s2 - n3 > i3) return o3 && (clearTimeout(o3), o3 = null), n3 = s2, e4.apply(null, t3);
1900
- o3 || (o3 = setTimeout(() => (o3 = null, n3 = Date.now(), e4.apply(null, t3)), i3 - (s2 - n3)));
1901
- };
1902
- })(function() {
1903
- const e4 = n2.length, t3 = n2.bytesSeen, s2 = t3 - o2;
1904
- if (!s2 || a3.destroyed) return;
1905
- const r2 = i2(s2);
1906
- o2 = t3, process.nextTick(() => {
1907
- a3.emit("progress", { loaded: t3, total: e4, progress: e4 ? t3 / e4 : void 0, bytes: s2, rate: r2 || void 0, estimated: r2 && e4 && t3 <= e4 ? (e4 - t3) / r2 : void 0 });
1908
- });
1909
- }, n2.ticksRate);
1910
- const t2 = () => {
1911
- n2.updateProgress(true);
1912
- };
1913
- this.once("end", t2), this.once("error", t2);
1914
- }
1915
- _read(e3) {
1916
- const a3 = this[ze];
1917
- return a3.onReadCallback && a3.onReadCallback(), super._read(e3);
1918
- }
1919
- _transform(e3, a3, n2) {
1920
- const i2 = this, o2 = this[ze], t2 = o2.maxRate, s2 = this.readableHighWaterMark, r2 = o2.timeWindow, c2 = t2 / (1e3 / r2), p2 = false !== o2.minChunkSize ? Math.max(o2.minChunkSize, 0.01 * c2) : 0, l2 = (e4, a4) => {
1921
- const n3 = Buffer.byteLength(e4);
1922
- let l3, u2 = null, m2 = s2, d2 = 0;
1923
- if (t2) {
1924
- const e5 = Date.now();
1925
- (!o2.ts || (d2 = e5 - o2.ts) >= r2) && (o2.ts = e5, l3 = c2 - o2.bytes, o2.bytes = l3 < 0 ? -l3 : 0, d2 = 0), l3 = c2 - o2.bytes;
1926
- }
1927
- if (t2) {
1928
- if (l3 <= 0) return setTimeout(() => {
1929
- a4(null, e4);
1930
- }, r2 - d2);
1931
- l3 < m2 && (m2 = l3);
1932
- }
1933
- m2 && n3 > m2 && n3 - m2 > p2 && (u2 = e4.subarray(m2), e4 = e4.subarray(0, m2)), (function(e5, a5) {
1934
- const n4 = Buffer.byteLength(e5);
1935
- o2.bytesSeen += n4, o2.bytes += n4, o2.isCaptured && o2.updateProgress(), i2.push(e5) ? process.nextTick(a5) : o2.onReadCallback = () => {
1936
- o2.onReadCallback = null, process.nextTick(a5);
1937
- };
1938
- })(e4, u2 ? () => {
1939
- process.nextTick(a4, null, u2);
1940
- } : a4);
1941
- };
1942
- l2(e3, function e4(a4, i3) {
1943
- if (a4) return n2(a4);
1944
- i3 ? l2(i3, e4) : n2(null);
1945
- });
1946
- }
1947
- setLength(e3) {
1948
- return this[ze].length = +e3, this;
1949
- }
1950
- }
1951
- const Be = Le, Ne = __require("events"), { asyncIterator: qe } = Symbol, Ue = async function* (e3) {
1952
- e3.stream ? yield* e3.stream() : e3.arrayBuffer ? yield await e3.arrayBuffer() : e3[qe] ? yield* e3[qe]() : yield e3;
1953
- }, Ie = I.ALPHABET.ALPHA_DIGIT + "-_", De = new Oe.TextEncoder(), Me = "\r\n", He = De.encode(Me);
1954
- class Ge {
1955
- constructor(e3, a3) {
1956
- const { escapeName: n2 } = this.constructor, i2 = I.isString(a3);
1957
- let o2 = `Content-Disposition: form-data; name="${n2(e3)}"${!i2 && a3.name ? `; filename="${n2(a3.name)}"` : ""}${Me}`;
1958
- i2 ? a3 = De.encode(String(a3).replace(/\r?\n|\r\n?/g, Me)) : o2 += `Content-Type: ${a3.type || "application/octet-stream"}${Me}`, this.headers = De.encode(o2 + Me), this.contentLength = i2 ? a3.byteLength : a3.size, this.size = this.headers.byteLength + this.contentLength + 2, this.name = e3, this.value = a3;
1959
- }
1960
- async *encode() {
1961
- yield this.headers;
1962
- const { value: e3 } = this;
1963
- I.isTypedArray(e3) ? yield e3 : yield* Ue(e3), yield He;
1964
- }
1965
- static escapeName(e3) {
1966
- return String(e3).replace(/[\r\n"]/g, (e4) => ({ "\r": "%0D", "\n": "%0A", '"': "%22" })[e4]);
1967
- }
1968
- }
1969
- class Ke extends Fe.Transform {
1970
- __transform(e3, a3, n2) {
1971
- this.push(e3), n2();
1972
- }
1973
- _transform(e3, a3, n2) {
1974
- if (0 !== e3.length && (this._transform = this.__transform, 120 !== e3[0])) {
1975
- const e4 = Buffer.alloc(2);
1976
- e4[0] = 120, e4[1] = 156, this.push(e4, a3);
1977
- }
1978
- this.__transform(e3, a3, n2);
1979
- }
1980
- }
1981
- const We = Ke, Ve = (e3, a3) => I.isAsyncFn(e3) ? function(...n2) {
1982
- const i2 = n2.pop();
1983
- e3.apply(this, n2).then((e4) => {
1984
- try {
1985
- a3 ? i2(null, ...a3(e4)) : i2(null, e4);
1986
- } catch (e5) {
1987
- i2(e5);
1988
- }
1989
- }, i2);
1990
- } : e3, $e = { flush: Ce.constants.Z_SYNC_FLUSH, finishFlush: Ce.constants.Z_SYNC_FLUSH }, Je = { flush: Ce.constants.BROTLI_OPERATION_FLUSH, finishFlush: Ce.constants.BROTLI_OPERATION_FLUSH }, Ye = I.isFunction(Ce.createBrotliDecompress), { http: Qe, https: Xe } = Re, Ze = /https:?/, ea = te.protocols.map((e3) => e3 + ":");
1991
- function aa(e3) {
1992
- e3.beforeRedirects.proxy && e3.beforeRedirects.proxy(e3), e3.beforeRedirects.config && e3.beforeRedirects.config(e3);
1993
- }
1994
- function na(e3, a3, n2) {
1995
- let i2 = a3;
1996
- if (!i2 && false !== i2) {
1997
- const e4 = (0, je.j)(n2);
1998
- e4 && (i2 = new URL(e4));
1999
- }
2000
- if (i2) {
2001
- if (i2.username && (i2.auth = (i2.username || "") + ":" + (i2.password || "")), i2.auth) {
2002
- (i2.auth.username || i2.auth.password) && (i2.auth = (i2.auth.username || "") + ":" + (i2.auth.password || ""));
2003
- const a5 = Buffer.from(i2.auth, "utf8").toString("base64");
2004
- e3.headers["Proxy-Authorization"] = "Basic " + a5;
2005
- }
2006
- e3.headers.host = e3.hostname + (e3.port ? ":" + e3.port : "");
2007
- const a4 = i2.hostname || i2.host;
2008
- e3.hostname = a4, e3.host = a4, e3.port = i2.port, e3.path = n2, i2.protocol && (e3.protocol = i2.protocol.includes(":") ? i2.protocol : `${i2.protocol}:`);
2009
- }
2010
- e3.beforeRedirects.proxy = function(e4) {
2011
- na(e4, a3, e4.href);
2012
- };
2013
- }
2014
- const ia = "undefined" != typeof process && "process" === I.kindOf(process) && function(e3) {
2015
- return a3 = async function(a4, n2, i2) {
2016
- let { data: o2, lookup: t2, family: s2 } = e3;
2017
- const { responseType: r2, responseEncoding: c2 } = e3, p2 = e3.method.toUpperCase();
2018
- let l2, u2, m2 = false;
2019
- t2 && I.isAsyncFn(t2) && (t2 = Ve(t2, (e4) => {
2020
- if (I.isString(e4)) e4 = [e4, e4.indexOf(".") < 0 ? 6 : 4];
2021
- else if (!I.isArray(e4)) throw new TypeError("lookup async function must return an array [ip: string, family: number]]");
2022
- return e4;
2023
- }));
2024
- const d2 = new Ne(), f2 = () => {
2025
- e3.cancelToken && e3.cancelToken.unsubscribe(x2), e3.signal && e3.signal.removeEventListener("abort", x2), d2.removeAllListeners();
2026
- };
2027
- function x2(a5) {
2028
- d2.emit("abort", !a5 || a5.type ? new ye(null, e3, u2) : a5);
2029
- }
2030
- i2((e4, a5) => {
2031
- l2 = true, a5 && (m2 = true, f2());
2032
- }), d2.once("abort", n2), (e3.cancelToken || e3.signal) && (e3.cancelToken && e3.cancelToken.subscribe(x2), e3.signal && (e3.signal.aborted ? x2() : e3.signal.addEventListener("abort", x2)));
2033
- const h2 = _e(e3.baseURL, e3.url), v2 = new URL(h2, "http://localhost"), b2 = v2.protocol || ea[0];
2034
- if ("data:" === b2) {
2035
- let i3;
2036
- if ("GET" !== p2) return we(a4, n2, { status: 405, statusText: "method not allowed", headers: {}, config: e3 });
2037
- try {
2038
- i3 = (function(e4, a5, n3) {
2039
- const i4 = n3 && n3.Blob || te.classes.Blob, o3 = Ae(e4);
2040
- if (void 0 === a5 && i4 && (a5 = true), "data" === o3) {
2041
- e4 = o3.length ? e4.slice(o3.length + 1) : e4;
2042
- const n4 = Te.exec(e4);
2043
- if (!n4) throw new G("Invalid URL", G.ERR_INVALID_URL);
2044
- const t3 = n4[1], s3 = n4[2], r3 = n4[3], c3 = Buffer.from(decodeURIComponent(r3), s3 ? "base64" : "utf8");
2045
- if (a5) {
2046
- if (!i4) throw new G("Blob is not supported", G.ERR_NOT_SUPPORT);
2047
- return new i4([c3], { type: t3 });
2048
- }
2049
- return c3;
2050
- }
2051
- throw new G("Unsupported protocol " + o3, G.ERR_NOT_SUPPORT);
2052
- })(e3.url, "blob" === r2, { Blob: e3.env && e3.env.Blob });
2053
- } catch (a5) {
2054
- throw G.from(a5, G.ERR_BAD_REQUEST, e3);
2055
- }
2056
- return "text" === r2 ? (i3 = i3.toString(c2), c2 && "utf8" !== c2 || (i3 = I.stripBOM(i3))) : "stream" === r2 && (i3 = Fe.Readable.from(i3)), we(a4, n2, { data: i3, status: 200, statusText: "OK", headers: new he(), config: e3 });
2057
- }
2058
- if (-1 === ea.indexOf(b2)) return n2(new G("Unsupported protocol " + b2, G.ERR_BAD_REQUEST, e3));
2059
- const g2 = he.from(e3.headers).normalize();
2060
- g2.set("User-Agent", "axios/" + Se, false);
2061
- const y2 = e3.onDownloadProgress, w2 = e3.onUploadProgress, _2 = e3.maxRate;
2062
- let j2, k2;
2063
- if (I.isSpecCompliantForm(o2)) {
2064
- const e4 = g2.getContentType(/boundary=([-_\w\d]{10,70})/i);
2065
- o2 = ((e5, a5, n3) => {
2066
- const { tag: i3 = "form-data-boundary", size: o3 = 25, boundary: t3 = i3 + "-" + I.generateString(o3, Ie) } = n3 || {};
2067
- if (!I.isFormData(e5)) throw TypeError("FormData instance required");
2068
- if (t3.length < 1 || t3.length > 70) throw Error("boundary must be 10-70 characters long");
2069
- const s3 = De.encode("--" + t3 + Me), r3 = De.encode("--" + t3 + "--" + Me + Me);
2070
- let c3 = r3.byteLength;
2071
- const p3 = Array.from(e5.entries()).map(([e6, a6]) => {
2072
- const n4 = new Ge(e6, a6);
2073
- return c3 += n4.size, n4;
2074
- });
2075
- c3 += s3.byteLength * p3.length, c3 = I.toFiniteNumber(c3);
2076
- const l3 = { "Content-Type": `multipart/form-data; boundary=${t3}` };
2077
- return Number.isFinite(c3) && (l3["Content-Length"] = c3), a5 && a5(l3), Fe.Readable.from((async function* () {
2078
- for (const e6 of p3) yield s3, yield* e6.encode();
2079
- yield r3;
2080
- })());
2081
- })(o2, (e5) => {
2082
- g2.set(e5);
2083
- }, { tag: `axios-${Se}-boundary`, boundary: e4 && e4[1] || void 0 });
2084
- } else if (I.isFormData(o2) && I.isFunction(o2.getHeaders)) {
2085
- if (g2.set(o2.getHeaders()), !g2.hasContentLength()) try {
2086
- const e4 = await Oe.promisify(o2.getLength).call(o2);
2087
- Number.isFinite(e4) && e4 >= 0 && g2.setContentLength(e4);
2088
- } catch (e4) {
2089
- }
2090
- } else if (I.isBlob(o2)) o2.size && g2.setContentType(o2.type || "application/octet-stream"), g2.setContentLength(o2.size || 0), o2 = Fe.Readable.from(Ue(o2));
2091
- else if (o2 && !I.isStream(o2)) {
2092
- if (Buffer.isBuffer(o2)) ;
2093
- else if (I.isArrayBuffer(o2)) o2 = Buffer.from(new Uint8Array(o2));
2094
- else {
2095
- if (!I.isString(o2)) return n2(new G("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream", G.ERR_BAD_REQUEST, e3));
2096
- o2 = Buffer.from(o2, "utf-8");
2097
- }
2098
- if (g2.setContentLength(o2.length, false), e3.maxBodyLength > -1 && o2.length > e3.maxBodyLength) return n2(new G("Request body larger than maxBodyLength limit", G.ERR_BAD_REQUEST, e3));
2099
- }
2100
- const E2 = I.toFiniteNumber(g2.getContentLength());
2101
- let O2, R2;
2102
- I.isArray(_2) ? (j2 = _2[0], k2 = _2[1]) : j2 = k2 = _2, o2 && (w2 || j2) && (I.isStream(o2) || (o2 = Fe.Readable.from(o2, { objectMode: false })), o2 = Fe.pipeline([o2, new Be({ length: E2, maxRate: I.toFiniteNumber(j2) })], I.noop), w2 && o2.on("progress", (e4) => {
2103
- w2(Object.assign(e4, { upload: true }));
2104
- })), e3.auth && (O2 = (e3.auth.username || "") + ":" + (e3.auth.password || "")), !O2 && v2.username && (O2 = v2.username + ":" + v2.password), O2 && g2.delete("authorization");
2105
- try {
2106
- R2 = ne(v2.pathname + v2.search, e3.params, e3.paramsSerializer).replace(/^\?/, "");
2107
- } catch (a5) {
2108
- const i3 = new Error(a5.message);
2109
- return i3.config = e3, i3.url = e3.url, i3.exists = true, n2(i3);
2110
- }
2111
- g2.set("Accept-Encoding", "gzip, compress, deflate" + (Ye ? ", br" : ""), false);
2112
- const C2 = { path: R2, method: p2, headers: g2.toJSON(), agents: { http: e3.httpAgent, https: e3.httpsAgent }, auth: O2, protocol: b2, family: s2, lookup: t2, beforeRedirect: aa, beforeRedirects: {} };
2113
- let S2;
2114
- e3.socketPath ? C2.socketPath = e3.socketPath : (C2.hostname = v2.hostname, C2.port = v2.port, na(C2, e3.proxy, b2 + "//" + v2.hostname + (v2.port ? ":" + v2.port : "") + C2.path));
2115
- const A2 = Ze.test(C2.protocol);
2116
- if (C2.agent = A2 ? e3.httpsAgent : e3.httpAgent, e3.transport ? S2 = e3.transport : 0 === e3.maxRedirects ? S2 = A2 ? Ee : ke : (e3.maxRedirects && (C2.maxRedirects = e3.maxRedirects), e3.beforeRedirect && (C2.beforeRedirects.config = e3.beforeRedirect), S2 = A2 ? Xe : Qe), e3.maxBodyLength > -1 ? C2.maxBodyLength = e3.maxBodyLength : C2.maxBodyLength = 1 / 0, e3.insecureHTTPParser && (C2.insecureHTTPParser = e3.insecureHTTPParser), u2 = S2.request(C2, function(i3) {
2117
- if (u2.destroyed) return;
2118
- const o3 = [i3], t3 = +i3.headers["content-length"];
2119
- if (y2) {
2120
- const e4 = new Be({ length: I.toFiniteNumber(t3), maxRate: I.toFiniteNumber(k2) });
2121
- y2 && e4.on("progress", (e5) => {
2122
- y2(Object.assign(e5, { download: true }));
2123
- }), o3.push(e4);
2124
- }
2125
- let s3 = i3;
2126
- const l3 = i3.req || u2;
2127
- if (false !== e3.decompress && i3.headers["content-encoding"]) switch ("HEAD" !== p2 && 204 !== i3.statusCode || delete i3.headers["content-encoding"], i3.headers["content-encoding"]) {
2128
- case "gzip":
2129
- case "x-gzip":
2130
- case "compress":
2131
- case "x-compress":
2132
- o3.push(Ce.createUnzip($e)), delete i3.headers["content-encoding"];
2133
- break;
2134
- case "deflate":
2135
- o3.push(new We()), o3.push(Ce.createUnzip($e)), delete i3.headers["content-encoding"];
2136
- break;
2137
- case "br":
2138
- Ye && (o3.push(Ce.createBrotliDecompress(Je)), delete i3.headers["content-encoding"]);
2139
- }
2140
- s3 = o3.length > 1 ? Fe.pipeline(o3, I.noop) : o3[0];
2141
- const x3 = Fe.finished(s3, () => {
2142
- x3(), f2();
2143
- }), h3 = { status: i3.statusCode, statusText: i3.statusMessage, headers: new he(i3.headers), config: e3, request: l3 };
2144
- if ("stream" === r2) h3.data = s3, we(a4, n2, h3);
2145
- else {
2146
- const i4 = [];
2147
- let o4 = 0;
2148
- s3.on("data", function(a5) {
2149
- i4.push(a5), o4 += a5.length, e3.maxContentLength > -1 && o4 > e3.maxContentLength && (m2 = true, s3.destroy(), n2(new G("maxContentLength size of " + e3.maxContentLength + " exceeded", G.ERR_BAD_RESPONSE, e3, l3)));
2150
- }), s3.on("aborted", function() {
2151
- if (m2) return;
2152
- const a5 = new G("maxContentLength size of " + e3.maxContentLength + " exceeded", G.ERR_BAD_RESPONSE, e3, l3);
2153
- s3.destroy(a5), n2(a5);
2154
- }), s3.on("error", function(a5) {
2155
- u2.destroyed || n2(G.from(a5, null, e3, l3));
2156
- }), s3.on("end", function() {
2157
- try {
2158
- let e4 = 1 === i4.length ? i4[0] : Buffer.concat(i4);
2159
- "arraybuffer" !== r2 && (e4 = e4.toString(c2), c2 && "utf8" !== c2 || (e4 = I.stripBOM(e4))), h3.data = e4;
2160
- } catch (a5) {
2161
- n2(G.from(a5, null, e3, h3.request, h3));
2162
- }
2163
- we(a4, n2, h3);
2164
- });
2165
- }
2166
- d2.once("abort", (e4) => {
2167
- s3.destroyed || (s3.emit("error", e4), s3.destroy());
2168
- });
2169
- }), d2.once("abort", (e4) => {
2170
- n2(e4), u2.destroy(e4);
2171
- }), u2.on("error", function(a5) {
2172
- n2(G.from(a5, null, e3, u2));
2173
- }), u2.on("socket", function(e4) {
2174
- e4.setKeepAlive(true, 6e4);
2175
- }), e3.timeout) {
2176
- const a5 = parseInt(e3.timeout, 10);
2177
- if (isNaN(a5)) return void n2(new G("error trying to parse `config.timeout` to int", G.ERR_BAD_OPTION_VALUE, e3, u2));
2178
- u2.setTimeout(a5, function() {
2179
- if (l2) return;
2180
- let a6 = e3.timeout ? "timeout of " + e3.timeout + "ms exceeded" : "timeout exceeded";
2181
- const i3 = e3.transitional || oe;
2182
- e3.timeoutErrorMessage && (a6 = e3.timeoutErrorMessage), n2(new G(a6, i3.clarifyTimeoutError ? G.ETIMEDOUT : G.ECONNABORTED, e3, u2)), x2();
2183
- });
2184
- }
2185
- if (I.isStream(o2)) {
2186
- let a5 = false, n3 = false;
2187
- o2.on("end", () => {
2188
- a5 = true;
2189
- }), o2.once("error", (e4) => {
2190
- n3 = true, u2.destroy(e4);
2191
- }), o2.on("close", () => {
2192
- a5 || n3 || x2(new ye("Request stream has been aborted", e3, u2));
2193
- }), o2.pipe(u2);
2194
- } else u2.end(o2);
2195
- }, new Promise((e4, n2) => {
2196
- let i2, o2;
2197
- const t2 = (e5, a4) => {
2198
- o2 || (o2 = true, i2 && i2(e5, a4));
2199
- }, s2 = (e5) => {
2200
- t2(e5, true), n2(e5);
2201
- };
2202
- a3((a4) => {
2203
- t2(a4), e4(a4);
2204
- }, s2, (e5) => i2 = e5).catch(s2);
2205
- });
2206
- var a3;
2207
- }, oa = te.isStandardBrowserEnv ? { write: function(e3, a3, n2, i2, o2, t2) {
2208
- const s2 = [];
2209
- s2.push(e3 + "=" + encodeURIComponent(a3)), I.isNumber(n2) && s2.push("expires=" + new Date(n2).toGMTString()), I.isString(i2) && s2.push("path=" + i2), I.isString(o2) && s2.push("domain=" + o2), true === t2 && s2.push("secure"), document.cookie = s2.join("; ");
2210
- }, read: function(e3) {
2211
- const a3 = document.cookie.match(new RegExp("(^|;\\s*)(" + e3 + ")=([^;]*)"));
2212
- return a3 ? decodeURIComponent(a3[3]) : null;
2213
- }, remove: function(e3) {
2214
- this.write(e3, "", Date.now() - 864e5);
2215
- } } : { write: function() {
2216
- }, read: function() {
2217
- return null;
2218
- }, remove: function() {
2219
- } }, ta = te.isStandardBrowserEnv ? (function() {
2220
- const e3 = /(msie|trident)/i.test(navigator.userAgent), a3 = document.createElement("a");
2221
- let n2;
2222
- function i2(n3) {
2223
- let i3 = n3;
2224
- return e3 && (a3.setAttribute("href", i3), i3 = a3.href), a3.setAttribute("href", i3), { href: a3.href, protocol: a3.protocol ? a3.protocol.replace(/:$/, "") : "", host: a3.host, search: a3.search ? a3.search.replace(/^\?/, "") : "", hash: a3.hash ? a3.hash.replace(/^#/, "") : "", hostname: a3.hostname, port: a3.port, pathname: "/" === a3.pathname.charAt(0) ? a3.pathname : "/" + a3.pathname };
2225
- }
2226
- return n2 = i2(window.location.href), function(e4) {
2227
- const a4 = I.isString(e4) ? i2(e4) : e4;
2228
- return a4.protocol === n2.protocol && a4.host === n2.host;
2229
- };
2230
- })() : function() {
2231
- return true;
2232
- };
2233
- function sa(e3, a3) {
2234
- let n2 = 0;
2235
- const i2 = Pe(50, 250);
2236
- return (o2) => {
2237
- const t2 = o2.loaded, s2 = o2.lengthComputable ? o2.total : void 0, r2 = t2 - n2, c2 = i2(r2);
2238
- n2 = t2;
2239
- const p2 = { loaded: t2, total: s2, progress: s2 ? t2 / s2 : void 0, bytes: r2, rate: c2 || void 0, estimated: c2 && s2 && t2 <= s2 ? (s2 - t2) / c2 : void 0, event: o2 };
2240
- p2[a3 ? "download" : "upload"] = true, e3(p2);
2241
- };
2242
- }
2243
- const ra = "undefined" != typeof XMLHttpRequest && function(e3) {
2244
- return new Promise(function(a3, n2) {
2245
- let i2 = e3.data;
2246
- const o2 = he.from(e3.headers).normalize(), t2 = e3.responseType;
2247
- let s2;
2248
- function r2() {
2249
- e3.cancelToken && e3.cancelToken.unsubscribe(s2), e3.signal && e3.signal.removeEventListener("abort", s2);
2250
- }
2251
- I.isFormData(i2) && (te.isStandardBrowserEnv || te.isStandardBrowserWebWorkerEnv ? o2.setContentType(false) : o2.setContentType("multipart/form-data;", false));
2252
- let c2 = new XMLHttpRequest();
2253
- if (e3.auth) {
2254
- const a4 = e3.auth.username || "", n3 = e3.auth.password ? unescape(encodeURIComponent(e3.auth.password)) : "";
2255
- o2.set("Authorization", "Basic " + btoa(a4 + ":" + n3));
2256
- }
2257
- const p2 = _e(e3.baseURL, e3.url);
2258
- function l2() {
2259
- if (!c2) return;
2260
- const i3 = he.from("getAllResponseHeaders" in c2 && c2.getAllResponseHeaders());
2261
- we(function(e4) {
2262
- a3(e4), r2();
2263
- }, function(e4) {
2264
- n2(e4), r2();
2265
- }, { data: t2 && "text" !== t2 && "json" !== t2 ? c2.response : c2.responseText, status: c2.status, statusText: c2.statusText, headers: i3, config: e3, request: c2 }), c2 = null;
2266
- }
2267
- if (c2.open(e3.method.toUpperCase(), ne(p2, e3.params, e3.paramsSerializer), true), c2.timeout = e3.timeout, "onloadend" in c2 ? c2.onloadend = l2 : c2.onreadystatechange = function() {
2268
- c2 && 4 === c2.readyState && (0 !== c2.status || c2.responseURL && 0 === c2.responseURL.indexOf("file:")) && setTimeout(l2);
2269
- }, c2.onabort = function() {
2270
- c2 && (n2(new G("Request aborted", G.ECONNABORTED, e3, c2)), c2 = null);
2271
- }, c2.onerror = function() {
2272
- n2(new G("Network Error", G.ERR_NETWORK, e3, c2)), c2 = null;
2273
- }, c2.ontimeout = function() {
2274
- let a4 = e3.timeout ? "timeout of " + e3.timeout + "ms exceeded" : "timeout exceeded";
2275
- const i3 = e3.transitional || oe;
2276
- e3.timeoutErrorMessage && (a4 = e3.timeoutErrorMessage), n2(new G(a4, i3.clarifyTimeoutError ? G.ETIMEDOUT : G.ECONNABORTED, e3, c2)), c2 = null;
2277
- }, te.isStandardBrowserEnv) {
2278
- const a4 = (e3.withCredentials || ta(p2)) && e3.xsrfCookieName && oa.read(e3.xsrfCookieName);
2279
- a4 && o2.set(e3.xsrfHeaderName, a4);
2280
- }
2281
- void 0 === i2 && o2.setContentType(null), "setRequestHeader" in c2 && I.forEach(o2.toJSON(), function(e4, a4) {
2282
- c2.setRequestHeader(a4, e4);
2283
- }), I.isUndefined(e3.withCredentials) || (c2.withCredentials = !!e3.withCredentials), t2 && "json" !== t2 && (c2.responseType = e3.responseType), "function" == typeof e3.onDownloadProgress && c2.addEventListener("progress", sa(e3.onDownloadProgress, true)), "function" == typeof e3.onUploadProgress && c2.upload && c2.upload.addEventListener("progress", sa(e3.onUploadProgress)), (e3.cancelToken || e3.signal) && (s2 = (a4) => {
2284
- c2 && (n2(!a4 || a4.type ? new ye(null, e3, c2) : a4), c2.abort(), c2 = null);
2285
- }, e3.cancelToken && e3.cancelToken.subscribe(s2), e3.signal && (e3.signal.aborted ? s2() : e3.signal.addEventListener("abort", s2)));
2286
- const u2 = Ae(p2);
2287
- u2 && -1 === te.protocols.indexOf(u2) ? n2(new G("Unsupported protocol " + u2 + ":", G.ERR_BAD_REQUEST, e3)) : c2.send(i2 || null);
2288
- });
2289
- }, ca = { http: ia, xhr: ra };
2290
- I.forEach(ca, (e3, a3) => {
2291
- if (e3) {
2292
- try {
2293
- Object.defineProperty(e3, "name", { value: a3 });
2294
- } catch (e4) {
2295
- }
2296
- Object.defineProperty(e3, "adapterName", { value: a3 });
2297
- }
2298
- });
2299
- function pa(e3) {
2300
- if (e3.cancelToken && e3.cancelToken.throwIfRequested(), e3.signal && e3.signal.aborted) throw new ye(null, e3);
2301
- }
2302
- function la(e3) {
2303
- return pa(e3), e3.headers = he.from(e3.headers), e3.data = ve.call(e3, e3.transformRequest), -1 !== ["post", "put", "patch"].indexOf(e3.method) && e3.headers.setContentType("application/x-www-form-urlencoded", false), ((e4) => {
2304
- e4 = I.isArray(e4) ? e4 : [e4];
2305
- const { length: a3 } = e4;
2306
- let n2, i2;
2307
- for (let o2 = 0; o2 < a3 && (n2 = e4[o2], !(i2 = I.isString(n2) ? ca[n2.toLowerCase()] : n2)); o2++) ;
2308
- if (!i2) {
2309
- if (false === i2) throw new G(`Adapter ${n2} is not supported by the environment`, "ERR_NOT_SUPPORT");
2310
- throw new Error(I.hasOwnProp(ca, n2) ? `Adapter '${n2}' is not available in the build` : `Unknown adapter '${n2}'`);
2311
- }
2312
- if (!I.isFunction(i2)) throw new TypeError("adapter is not a function");
2313
- return i2;
2314
- })(e3.adapter || pe.adapter)(e3).then(function(a3) {
2315
- return pa(e3), a3.data = ve.call(e3, e3.transformResponse, a3), a3.headers = he.from(a3.headers), a3;
2316
- }, function(a3) {
2317
- return be(a3) || (pa(e3), a3 && a3.response && (a3.response.data = ve.call(e3, e3.transformResponse, a3.response), a3.response.headers = he.from(a3.response.headers))), Promise.reject(a3);
2318
- });
2319
- }
2320
- const ua = (e3) => e3 instanceof he ? e3.toJSON() : e3;
2321
- function ma(e3, a3) {
2322
- a3 = a3 || {};
2323
- const n2 = {};
2324
- function i2(e4, a4, n3) {
2325
- return I.isPlainObject(e4) && I.isPlainObject(a4) ? I.merge.call({ caseless: n3 }, e4, a4) : I.isPlainObject(a4) ? I.merge({}, a4) : I.isArray(a4) ? a4.slice() : a4;
2326
- }
2327
- function o2(e4, a4, n3) {
2328
- return I.isUndefined(a4) ? I.isUndefined(e4) ? void 0 : i2(void 0, e4, n3) : i2(e4, a4, n3);
2329
- }
2330
- function t2(e4, a4) {
2331
- if (!I.isUndefined(a4)) return i2(void 0, a4);
2332
- }
2333
- function s2(e4, a4) {
2334
- return I.isUndefined(a4) ? I.isUndefined(e4) ? void 0 : i2(void 0, e4) : i2(void 0, a4);
2335
- }
2336
- function r2(n3, o3, t3) {
2337
- return t3 in a3 ? i2(n3, o3) : t3 in e3 ? i2(void 0, n3) : void 0;
2338
- }
2339
- const c2 = { url: t2, method: t2, data: t2, baseURL: s2, transformRequest: s2, transformResponse: s2, paramsSerializer: s2, timeout: s2, timeoutMessage: s2, withCredentials: s2, adapter: s2, responseType: s2, xsrfCookieName: s2, xsrfHeaderName: s2, onUploadProgress: s2, onDownloadProgress: s2, decompress: s2, maxContentLength: s2, maxBodyLength: s2, beforeRedirect: s2, transport: s2, httpAgent: s2, httpsAgent: s2, cancelToken: s2, socketPath: s2, responseEncoding: s2, validateStatus: r2, headers: (e4, a4) => o2(ua(e4), ua(a4), true) };
2340
- return I.forEach(Object.keys(Object.assign({}, e3, a3)), function(i3) {
2341
- const t3 = c2[i3] || o2, s3 = t3(e3[i3], a3[i3], i3);
2342
- I.isUndefined(s3) && t3 !== r2 || (n2[i3] = s3);
2343
- }), n2;
2344
- }
2345
- const da = {};
2346
- ["object", "boolean", "number", "function", "string", "symbol"].forEach((e3, a3) => {
2347
- da[e3] = function(n2) {
2348
- return typeof n2 === e3 || "a" + (a3 < 1 ? "n " : " ") + e3;
2349
- };
2350
- });
2351
- const fa = {};
2352
- da.transitional = function(e3, a3, n2) {
2353
- function i2(e4, a4) {
2354
- return "[Axios v1.4.0] Transitional option '" + e4 + "'" + a4 + (n2 ? ". " + n2 : "");
2355
- }
2356
- return (n3, o2, t2) => {
2357
- if (false === e3) throw new G(i2(o2, " has been removed" + (a3 ? " in " + a3 : "")), G.ERR_DEPRECATED);
2358
- return a3 && !fa[o2] && (fa[o2] = true, console.warn(i2(o2, " has been deprecated since v" + a3 + " and will be removed in the near future"))), !e3 || e3(n3, o2, t2);
2359
- };
2360
- };
2361
- const xa = { assertOptions: function(e3, a3, n2) {
2362
- if ("object" != typeof e3) throw new G("options must be an object", G.ERR_BAD_OPTION_VALUE);
2363
- const i2 = Object.keys(e3);
2364
- let o2 = i2.length;
2365
- for (; o2-- > 0; ) {
2366
- const t2 = i2[o2], s2 = a3[t2];
2367
- if (s2) {
2368
- const a4 = e3[t2], n3 = void 0 === a4 || s2(a4, t2, e3);
2369
- if (true !== n3) throw new G("option " + t2 + " must be " + n3, G.ERR_BAD_OPTION_VALUE);
2370
- continue;
2371
- }
2372
- if (true !== n2) throw new G("Unknown option " + t2, G.ERR_BAD_OPTION);
2373
- }
2374
- }, validators: da }, ha = xa.validators;
2375
- class va {
2376
- constructor(e3) {
2377
- this.defaults = e3, this.interceptors = { request: new ie(), response: new ie() };
2378
- }
2379
- request(e3, a3) {
2380
- "string" == typeof e3 ? (a3 = a3 || {}).url = e3 : a3 = e3 || {}, a3 = ma(this.defaults, a3);
2381
- const { transitional: n2, paramsSerializer: i2, headers: o2 } = a3;
2382
- let t2;
2383
- void 0 !== n2 && xa.assertOptions(n2, { silentJSONParsing: ha.transitional(ha.boolean), forcedJSONParsing: ha.transitional(ha.boolean), clarifyTimeoutError: ha.transitional(ha.boolean) }, false), null != i2 && (I.isFunction(i2) ? a3.paramsSerializer = { serialize: i2 } : xa.assertOptions(i2, { encode: ha.function, serialize: ha.function }, true)), a3.method = (a3.method || this.defaults.method || "get").toLowerCase(), t2 = o2 && I.merge(o2.common, o2[a3.method]), t2 && I.forEach(["delete", "get", "head", "post", "put", "patch", "common"], (e4) => {
2384
- delete o2[e4];
2385
- }), a3.headers = he.concat(t2, o2);
2386
- const s2 = [];
2387
- let r2 = true;
2388
- this.interceptors.request.forEach(function(e4) {
2389
- "function" == typeof e4.runWhen && false === e4.runWhen(a3) || (r2 = r2 && e4.synchronous, s2.unshift(e4.fulfilled, e4.rejected));
2390
- });
2391
- const c2 = [];
2392
- let p2;
2393
- this.interceptors.response.forEach(function(e4) {
2394
- c2.push(e4.fulfilled, e4.rejected);
2395
- });
2396
- let l2, u2 = 0;
2397
- if (!r2) {
2398
- const e4 = [la.bind(this), void 0];
2399
- for (e4.unshift.apply(e4, s2), e4.push.apply(e4, c2), l2 = e4.length, p2 = Promise.resolve(a3); u2 < l2; ) p2 = p2.then(e4[u2++], e4[u2++]);
2400
- return p2;
2401
- }
2402
- l2 = s2.length;
2403
- let m2 = a3;
2404
- for (u2 = 0; u2 < l2; ) {
2405
- const e4 = s2[u2++], a4 = s2[u2++];
2406
- try {
2407
- m2 = e4(m2);
2408
- } catch (e5) {
2409
- a4.call(this, e5);
2410
- break;
2411
- }
2412
- }
2413
- try {
2414
- p2 = la.call(this, m2);
2415
- } catch (e4) {
2416
- return Promise.reject(e4);
2417
- }
2418
- for (u2 = 0, l2 = c2.length; u2 < l2; ) p2 = p2.then(c2[u2++], c2[u2++]);
2419
- return p2;
2420
- }
2421
- getUri(e3) {
2422
- return ne(_e((e3 = ma(this.defaults, e3)).baseURL, e3.url), e3.params, e3.paramsSerializer);
2423
- }
2424
- }
2425
- I.forEach(["delete", "get", "head", "options"], function(e3) {
2426
- va.prototype[e3] = function(a3, n2) {
2427
- return this.request(ma(n2 || {}, { method: e3, url: a3, data: (n2 || {}).data }));
2428
- };
2429
- }), I.forEach(["post", "put", "patch"], function(e3) {
2430
- function a3(a4) {
2431
- return function(n2, i2, o2) {
2432
- return this.request(ma(o2 || {}, { method: e3, headers: a4 ? { "Content-Type": "multipart/form-data" } : {}, url: n2, data: i2 }));
2433
- };
2434
- }
2435
- va.prototype[e3] = a3(), va.prototype[e3 + "Form"] = a3(true);
2436
- });
2437
- const ba = va;
2438
- class ga {
2439
- constructor(e3) {
2440
- if ("function" != typeof e3) throw new TypeError("executor must be a function.");
2441
- let a3;
2442
- this.promise = new Promise(function(e4) {
2443
- a3 = e4;
2444
- });
2445
- const n2 = this;
2446
- this.promise.then((e4) => {
2447
- if (!n2._listeners) return;
2448
- let a4 = n2._listeners.length;
2449
- for (; a4-- > 0; ) n2._listeners[a4](e4);
2450
- n2._listeners = null;
2451
- }), this.promise.then = (e4) => {
2452
- let a4;
2453
- const i2 = new Promise((e5) => {
2454
- n2.subscribe(e5), a4 = e5;
2455
- }).then(e4);
2456
- return i2.cancel = function() {
2457
- n2.unsubscribe(a4);
2458
- }, i2;
2459
- }, e3(function(e4, i2, o2) {
2460
- n2.reason || (n2.reason = new ye(e4, i2, o2), a3(n2.reason));
2461
- });
2462
- }
2463
- throwIfRequested() {
2464
- if (this.reason) throw this.reason;
2465
- }
2466
- subscribe(e3) {
2467
- this.reason ? e3(this.reason) : this._listeners ? this._listeners.push(e3) : this._listeners = [e3];
2468
- }
2469
- unsubscribe(e3) {
2470
- if (!this._listeners) return;
2471
- const a3 = this._listeners.indexOf(e3);
2472
- -1 !== a3 && this._listeners.splice(a3, 1);
2473
- }
2474
- static source() {
2475
- let e3;
2476
- return { token: new ga(function(a3) {
2477
- e3 = a3;
2478
- }), cancel: e3 };
2479
- }
2480
- }
2481
- const ya = ga, wa = { 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 };
2482
- Object.entries(wa).forEach(([e3, a3]) => {
2483
- wa[a3] = e3;
2484
- });
2485
- const _a = wa, ja = (function e3(a3) {
2486
- const n2 = new ba(a3), i2 = s(ba.prototype.request, n2);
2487
- return I.extend(i2, ba.prototype, n2, { allOwnKeys: true }), I.extend(i2, n2, null, { allOwnKeys: true }), i2.create = function(n3) {
2488
- return e3(ma(a3, n3));
2489
- }, i2;
2490
- })(pe);
2491
- ja.Axios = ba, ja.CanceledError = ye, ja.CancelToken = ya, ja.isCancel = be, ja.VERSION = Se, ja.toFormData = Y, ja.AxiosError = G, ja.Cancel = ja.CanceledError, ja.all = function(e3) {
2492
- return Promise.all(e3);
2493
- }, ja.spread = function(e3) {
2494
- return function(a3) {
2495
- return e3.apply(null, a3);
2496
- };
2497
- }, ja.isAxiosError = function(e3) {
2498
- return I.isObject(e3) && true === e3.isAxiosError;
2499
- }, ja.mergeConfig = ma, ja.AxiosHeaders = he, ja.formToJSON = (e3) => se(I.isHTMLForm(e3) ? new FormData(e3) : e3), ja.HttpStatusCode = _a, ja.default = ja;
2500
- const ka = ja;
2501
- var Ea;
2502
- function Oa(e3) {
2503
- var a3, n2, i2, o2, t2 = e3.body, s2 = e3.url, r2 = e3.auth, c2 = e3.headers, p2 = void 0 === c2 ? { "Content-Type": "application/json" } : c2;
2504
- return a3 = this, n2 = void 0, o2 = function() {
2505
- return (function(e4, a4) {
2506
- var n3, i3, o3, t3, s3 = { label: 0, sent: function() {
2507
- if (1 & o3[0]) throw o3[1];
2508
- return o3[1];
2509
- }, trys: [], ops: [] };
2510
- return t3 = { next: r3(0), throw: r3(1), return: r3(2) }, "function" == typeof Symbol && (t3[Symbol.iterator] = function() {
2511
- return this;
2512
- }), t3;
2513
- function r3(r4) {
2514
- return function(c3) {
2515
- return (function(r5) {
2516
- if (n3) throw new TypeError("Generator is already executing.");
2517
- for (; t3 && (t3 = 0, r5[0] && (s3 = 0)), s3; ) try {
2518
- if (n3 = 1, i3 && (o3 = 2 & r5[0] ? i3.return : r5[0] ? i3.throw || ((o3 = i3.return) && o3.call(i3), 0) : i3.next) && !(o3 = o3.call(i3, r5[1])).done) return o3;
2519
- switch (i3 = 0, o3 && (r5 = [2 & r5[0], o3.value]), r5[0]) {
2520
- case 0:
2521
- case 1:
2522
- o3 = r5;
2523
- break;
2524
- case 4:
2525
- return s3.label++, { value: r5[1], done: false };
2526
- case 5:
2527
- s3.label++, i3 = r5[1], r5 = [0];
2528
- continue;
2529
- case 7:
2530
- r5 = s3.ops.pop(), s3.trys.pop();
2531
- continue;
2532
- default:
2533
- if (!((o3 = (o3 = s3.trys).length > 0 && o3[o3.length - 1]) || 6 !== r5[0] && 2 !== r5[0])) {
2534
- s3 = 0;
2535
- continue;
2536
- }
2537
- if (3 === r5[0] && (!o3 || r5[1] > o3[0] && r5[1] < o3[3])) {
2538
- s3.label = r5[1];
2539
- break;
2540
- }
2541
- if (6 === r5[0] && s3.label < o3[1]) {
2542
- s3.label = o3[1], o3 = r5;
2543
- break;
2544
- }
2545
- if (o3 && s3.label < o3[2]) {
2546
- s3.label = o3[2], s3.ops.push(r5);
2547
- break;
2548
- }
2549
- o3[2] && s3.ops.pop(), s3.trys.pop();
2550
- continue;
2551
- }
2552
- r5 = a4.call(e4, s3);
2553
- } catch (e5) {
2554
- r5 = [6, e5], i3 = 0;
2555
- } finally {
2556
- n3 = o3 = 0;
2557
- }
2558
- if (5 & r5[0]) throw r5[1];
2559
- return { value: r5[0] ? r5[1] : void 0, done: true };
2560
- })([r4, c3]);
2561
- };
2562
- }
2563
- })(this, function(e4) {
2564
- return [2, ka.post(s2, t2, { auth: r2, headers: p2 }).then(function(e5) {
2565
- return e5.data;
2566
- })];
2567
- });
2568
- }, new ((i2 = void 0) || (i2 = Promise))(function(e4, t3) {
2569
- function s3(e5) {
2570
- try {
2571
- c3(o2.next(e5));
2572
- } catch (e6) {
2573
- t3(e6);
2574
- }
2575
- }
2576
- function r3(e5) {
2577
- try {
2578
- c3(o2.throw(e5));
2579
- } catch (e6) {
2580
- t3(e6);
2581
- }
2582
- }
2583
- function c3(a4) {
2584
- var n3;
2585
- a4.done ? e4(a4.value) : (n3 = a4.value, n3 instanceof i2 ? n3 : new i2(function(e5) {
2586
- e5(n3);
2587
- })).then(s3, r3);
2588
- }
2589
- c3((o2 = o2.apply(a3, n2 || [])).next());
2590
- });
2591
- }
2592
- var Ra = new ((function() {
2593
- function e3() {
2594
- if (this._host = "", this._login = "", this._password = "", Ea) throw new Error("You can only create one instance!");
2595
- Ea = this;
2596
- }
2597
- return Object.defineProperty(e3.prototype, "password", { get: function() {
2598
- return this._password;
2599
- }, enumerable: false, configurable: true }), e3.prototype.setPassword = function(e4) {
2600
- this._password = null != e4 ? e4 : "";
2601
- }, Object.defineProperty(e3.prototype, "host", { get: function() {
2602
- return this._host;
2603
- }, enumerable: false, configurable: true }), e3.prototype.setHost = function(e4) {
2604
- this._host = null != e4 ? e4 : "";
2605
- }, Object.defineProperty(e3.prototype, "login", { get: function() {
2606
- return this._login;
2607
- }, enumerable: false, configurable: true }), e3.prototype.setLogin = function(e4) {
2608
- this._login = null != e4 ? e4 : "";
2609
- }, e3;
2610
- })())();
2611
- function Ca(e3) {
2612
- Ra.setLogin(e3.login), Ra.setPassword(e3.password), Ra.setHost(e3.host);
2613
- }
2614
- const Sa = Ra;
2615
- var Aa, Ta = function(e3) {
2616
- return Sa.host + "/public-wapi" + e3;
2617
- }, Fa = function(e3) {
2618
- return Sa.host + "/wapi" + e3;
2619
- };
2620
- const Pa = new ((function() {
2621
- function e3() {
2622
- if (Aa) throw new Error("You can only create one instance!");
2623
- Aa = this;
2624
- }
2625
- return e3.prototype.setService = function(e4) {
2626
- this.service = e4;
2627
- }, e3.prototype.createFileHandler = function(e4) {
2628
- return new this.service(e4);
2629
- }, e3;
2630
- })())();
2631
- var za, La = (za = function(e3, a3) {
2632
- return za = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e4, a4) {
2633
- e4.__proto__ = a4;
2634
- } || function(e4, a4) {
2635
- for (var n2 in a4) Object.prototype.hasOwnProperty.call(a4, n2) && (e4[n2] = a4[n2]);
2636
- }, za(e3, a3);
2637
- }, function(e3, a3) {
2638
- if ("function" != typeof a3 && null !== a3) throw new TypeError("Class extends value " + String(a3) + " is not a constructor or null");
2639
- function n2() {
2640
- this.constructor = e3;
2641
- }
2642
- za(e3, a3), e3.prototype = null === a3 ? Object.create(a3) : (n2.prototype = a3.prototype, new n2());
2643
- }), Ba = function() {
2644
- return Ba = Object.assign || function(e3) {
2645
- for (var a3, n2 = 1, i2 = arguments.length; n2 < i2; n2++) for (var o2 in a3 = arguments[n2]) Object.prototype.hasOwnProperty.call(a3, o2) && (e3[o2] = a3[o2]);
2646
- return e3;
2647
- }, Ba.apply(this, arguments);
2648
- }, Na = (function(e3) {
2649
- function n2(a3) {
2650
- var n3 = this, i2 = a3.url, o2 = a3.auth, t2 = (function(e4, a4) {
2651
- var n4 = {};
2652
- for (var i3 in e4) Object.prototype.hasOwnProperty.call(e4, i3) && a4.indexOf(i3) < 0 && (n4[i3] = e4[i3]);
2653
- if (null != e4 && "function" == typeof Object.getOwnPropertySymbols) {
2654
- var o3 = 0;
2655
- for (i3 = Object.getOwnPropertySymbols(e4); o3 < i3.length; o3++) a4.indexOf(i3[o3]) < 0 && Object.prototype.propertyIsEnumerable.call(e4, i3[o3]) && (n4[i3[o3]] = e4[i3[o3]]);
2656
- }
2657
- return n4;
2658
- })(a3, ["url", "auth"]);
2659
- return (n3 = e3.call(this, t2.objectName, t2.body) || this).url = i2, n3.auth = o2, n3;
2660
- }
2661
- return La(n2, e3), n2.prototype.createModBody = function(e4) {
2662
- var a3;
2663
- return this.clearBody({ Params: this._body.Params, Request: (a3 = {}, a3[this.objectName] = e4, a3), Language: this._body.Language });
2664
- }, n2.prototype.prepareRecord = function(e4, a3) {
2665
- var n3 = Ba({}, e4), i2 = [];
2666
- for (var o2 in n3) {
2667
- var t2 = Array.isArray(e4[o2]) ? e4[o2][0] : e4[o2], s2 = Pa.createFileHandler(t2);
2668
- s2.isFile() && (i2.push(t2), n3[o2] = { FileRequestID: a3, FileSize: s2.size, FileName: s2.name, FileType: s2.type }, ++a3);
2669
- }
2670
- return { data: n3, files: i2 };
2671
- }, n2.prototype.prepareRequest = function() {
2672
- var e4 = this;
2673
- return this.request.reduce(function(a3, n3) {
2674
- var i2 = a3.files, o2 = a3.formDataArr, t2 = e4.prepareRecord(n3, i2.length);
2675
- return i2.push.apply(i2, t2.files), o2.push(t2.data), { files: i2, formDataArr: o2 };
2676
- }, { formDataArr: [], files: [] });
2677
- }, n2.prototype.filesBody = function(e4, n3) {
2678
- var i2 = new (a2())();
2679
- return i2.append("json", JSON.stringify(e4)), n3.forEach(function(e5, a3) {
2680
- i2.append(a3.toString(), e5);
2681
- }), i2;
2682
- }, n2.prototype.clearBody = function(e4) {
2683
- return Object.keys(e4).forEach(function(a3) {
2684
- return void 0 === e4[a3] && delete e4[a3];
2685
- }), e4;
2686
- }, n2.prototype.requestBody = function() {
2687
- if (!this.request) return { data: this.clearBody(Object.assign({}, this._body)) };
2688
- var e4 = this.prepareRequest();
2689
- return e4.files.length ? { data: this.filesBody(this.createModBody(e4.formDataArr), e4.files), headers: { "Content-Type": "multipart/form-data" } } : { data: this.createModBody(e4.formDataArr) };
2690
- }, n2.prototype.send = function(e4) {
2691
- var a3, n3, i2, o2, t2, s2;
2692
- return void 0 === e4 && (e4 = false), i2 = this, o2 = void 0, s2 = function() {
2693
- var i3, o3, t3;
2694
- return (function(e5, a4) {
2695
- var n4, i4, o4, t4, s3 = { label: 0, sent: function() {
2696
- if (1 & o4[0]) throw o4[1];
2697
- return o4[1];
2698
- }, trys: [], ops: [] };
2699
- return t4 = { next: r2(0), throw: r2(1), return: r2(2) }, "function" == typeof Symbol && (t4[Symbol.iterator] = function() {
2700
- return this;
2701
- }), t4;
2702
- function r2(r3) {
2703
- return function(c2) {
2704
- return (function(r4) {
2705
- if (n4) throw new TypeError("Generator is already executing.");
2706
- for (; t4 && (t4 = 0, r4[0] && (s3 = 0)), s3; ) try {
2707
- if (n4 = 1, i4 && (o4 = 2 & r4[0] ? i4.return : r4[0] ? i4.throw || ((o4 = i4.return) && o4.call(i4), 0) : i4.next) && !(o4 = o4.call(i4, r4[1])).done) return o4;
2708
- switch (i4 = 0, o4 && (r4 = [2 & r4[0], o4.value]), r4[0]) {
2709
- case 0:
2710
- case 1:
2711
- o4 = r4;
2712
- break;
2713
- case 4:
2714
- return s3.label++, { value: r4[1], done: false };
2715
- case 5:
2716
- s3.label++, i4 = r4[1], r4 = [0];
2717
- continue;
2718
- case 7:
2719
- r4 = s3.ops.pop(), s3.trys.pop();
2720
- continue;
2721
- default:
2722
- if (!((o4 = (o4 = s3.trys).length > 0 && o4[o4.length - 1]) || 6 !== r4[0] && 2 !== r4[0])) {
2723
- s3 = 0;
2724
- continue;
2725
- }
2726
- if (3 === r4[0] && (!o4 || r4[1] > o4[0] && r4[1] < o4[3])) {
2727
- s3.label = r4[1];
2728
- break;
2729
- }
2730
- if (6 === r4[0] && s3.label < o4[1]) {
2731
- s3.label = o4[1], o4 = r4;
2732
- break;
2733
- }
2734
- if (o4 && s3.label < o4[2]) {
2735
- s3.label = o4[2], s3.ops.push(r4);
2736
- break;
2737
- }
2738
- o4[2] && s3.ops.pop(), s3.trys.pop();
2739
- continue;
2740
- }
2741
- r4 = a4.call(e5, s3);
2742
- } catch (e6) {
2743
- r4 = [6, e6], i4 = 0;
2744
- } finally {
2745
- n4 = o4 = 0;
2746
- }
2747
- if (5 & r4[0]) throw r4[1];
2748
- return { value: r4[0] ? r4[1] : void 0, done: true };
2749
- })([r3, c2]);
2750
- };
2751
- }
2752
- })(this, function(s3) {
2753
- switch (s3.label) {
2754
- case 0:
2755
- return i3 = (null === (a3 = this.auth) || void 0 === a3 ? void 0 : a3.username) ? this.auth : void 0, o3 = this.requestBody(), [4, Oa({ url: this.url, auth: i3, body: o3.data, headers: o3.headers })];
2756
- case 1:
2757
- if (t3 = s3.sent(), e4) return [2, t3];
2758
- if ("000" !== t3.ResponseCode) throw new Error(t3.ResponseText);
2759
- return [2, null === (n3 = null == t3 ? void 0 : t3.Response) || void 0 === n3 ? void 0 : n3[this.objectName]];
2760
- }
2761
- });
2762
- }, new ((t2 = void 0) || (t2 = Promise))(function(e5, a4) {
2763
- function n4(e6) {
2764
- try {
2765
- c2(s2.next(e6));
2766
- } catch (e7) {
2767
- a4(e7);
2768
- }
2769
- }
2770
- function r2(e6) {
2771
- try {
2772
- c2(s2.throw(e6));
2773
- } catch (e7) {
2774
- a4(e7);
2775
- }
2776
- }
2777
- function c2(a5) {
2778
- var i3;
2779
- a5.done ? e5(a5.value) : (i3 = a5.value, i3 instanceof t2 ? i3 : new t2(function(e6) {
2780
- e6(i3);
2781
- })).then(n4, r2);
2782
- }
2783
- c2((s2 = s2.apply(i2, o2 || [])).next());
2784
- });
2785
- }, n2;
2786
- })(t);
2787
- function qa(e3, a3, n2) {
2788
- var i2 = { username: Sa.login, password: Sa.password };
2789
- return new Na({ objectName: e3, body: n2, url: Fa("/".concat(e3, "/").concat(a3)), auth: i2 });
2790
- }
2791
- function Ua(e3, a3, n2) {
2792
- return new Na({ objectName: e3, body: n2, url: Ta("/".concat(e3, "/").concat(a3)) });
2793
- }
2794
- function Ia(e3, a3) {
2795
- return qa(e3, "List", a3);
2796
- }
2797
- function Da(e3, a3) {
2798
- return Ua(e3, "List", a3);
2799
- }
2800
- function Ma(e3) {
2801
- return qa(e3, "Mod");
2802
- }
2803
- function Ha(e3) {
2804
- return Ua(e3, "Mod");
2805
- }
2806
- function Ga(e3) {
2807
- return qa(e3, "Ins");
2808
- }
2809
- function Ka(e3) {
2810
- return Ua(e3, "Ins");
2811
- }
2812
- function Wa(e3) {
2813
- return qa(e3, "Ins");
2814
- }
2815
- function Va(e3) {
2816
- return Ua(e3, "Del");
2817
- }
2818
- var $a = n(7147), Ja = n.n($a), Ya = n(1017), Qa = n.n(Ya), Xa = [{ ext: ".aac", mime: "audio/aac" }, { ext: ".abw", mime: "application/x-abiword" }, { ext: ".arc", mime: "application/x-freearc" }, { ext: ".avif", mime: "image/avif" }, { ext: ".avi", mime: "video/x-msvideo" }, { ext: ".azw", mime: "application/vnd.amazon.ebook" }, { ext: ".bin", mime: "application/octet-stream" }, { ext: ".bmp", mime: "image/bmp" }, { ext: ".bz", mime: "application/x-bzip" }, { ext: ".bz2", mime: "application/x-bzip2" }, { ext: ".cda", mime: "application/x-cdf" }, { ext: ".csh", mime: "application/x-csh" }, { ext: ".css", mime: "text/css" }, { ext: ".csv", mime: "text/csv" }, { ext: ".doc", mime: "application/msword" }, { ext: ".docx", mime: "application/vnd.openxmlformats-officedocument.wordprocessingml.document" }, { ext: ".eot", mime: "application/vnd.ms-fontobject" }, { ext: ".epub", mime: "application/epub+zip" }, { ext: ".gz", mime: "application/gzip" }, { ext: ".gif", mime: "image/gif" }, { ext: ".htm, .html", mime: "text/html" }, { ext: ".ico", mime: "image/vnd.microsoft.icon" }, { ext: ".ics", mime: "text/calendar" }, { ext: ".jar", mime: "application/java-archive" }, { ext: ".jpeg, .jpg", mime: "image/jpeg" }, { ext: ".js", mime: "text/javascript (Specifications: HTML and RFC 9239)" }, { ext: ".json", mime: "application/json" }, { ext: ".jsonld", mime: "application/ld+json" }, { ext: ".mid, .midi", mime: "audio/midi, audio/x-midi" }, { ext: ".mjs", mime: "text/javascript" }, { ext: ".mp3", mime: "audio/mpeg" }, { ext: ".mp4", mime: "video/mp4" }, { ext: ".mpeg", mime: "video/mpeg" }, { ext: ".mpkg", mime: "application/vnd.apple.installer+xml" }, { ext: ".odp", mime: "application/vnd.oasis.opendocument.presentation" }, { ext: ".ods", mime: "application/vnd.oasis.opendocument.spreadsheet" }, { ext: ".odt", mime: "application/vnd.oasis.opendocument.text" }, { ext: ".oga", mime: "audio/ogg" }, { ext: ".ogv", mime: "video/ogg" }, { ext: ".ogx", mime: "application/ogg" }, { ext: ".opus", mime: "audio/opus" }, { ext: ".otf", mime: "font/otf" }, { ext: ".png", mime: "image/png" }, { ext: ".pdf", mime: "application/pdf" }, { ext: ".php", mime: "application/x-httpd-php" }, { ext: ".ppt", mime: "application/vnd.ms-powerpoint" }, { ext: ".pptx", mime: "application/vnd.openxmlformats-officedocument.presentationml.presentation" }, { ext: ".rar", mime: "application/vnd.rar" }, { ext: ".rtf", mime: "application/rtf" }, { ext: ".sh", mime: "application/x-sh" }, { ext: ".svg", mime: "image/svg+xml" }, { ext: ".tar", mime: "application/x-tar" }, { ext: ".tif, .tiff", mime: "image/tiff" }, { ext: ".ts", mime: "video/mp2t" }, { ext: ".ttf", mime: "font/ttf" }, { ext: ".txt", mime: "text/plain" }, { ext: ".md", mime: "text/plain" }, { ext: ".vsd", mime: "application/vnd.visio" }, { ext: ".wav", mime: "audio/wav" }, { ext: ".weba", mime: "audio/webm" }, { ext: ".webm", mime: "video/webm" }, { ext: ".webp", mime: "image/webp" }, { ext: ".woff", mime: "font/woff" }, { ext: ".woff2", mime: "font/woff2" }, { ext: ".xhtml", mime: "application/xhtml+xml" }, { ext: ".xls", mime: "application/vnd.ms-excel" }, { ext: ".xlsx", mime: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" }, { ext: ".xml", mime: "application/xml is recommended as of RFC 7303 (section 4.1), but text/xml is still used sometimes. You can assign a specific MIME type to a file with .xml extension depending on how its contents are meant to be interpreted. For instance, an Atom feed is application/atom+xml, but application/xml serves as a valid default." }, { ext: ".xul", mime: "application/vnd.mozilla.xul+xml" }, { ext: ".zip", mime: "application/zip" }, { ext: ".3gp", mime: "video/3gpp; audio/3gpp if it doesn't contain video" }, { ext: ".3g2", mime: "video/3gpp2; audio/3gpp2 if it doesn't contain video" }, { ext: ".7z", mime: "application/x-7z-compressed" }], Za = (function() {
2819
- function e3(e4) {
2820
- this._data = e4;
2821
- }
2822
- return e3.prototype.isFile = function() {
2823
- return "function" == typeof this._data.on && "string" == typeof this._data.path;
2824
- }, Object.defineProperty(e3.prototype, "size", { get: function() {
2825
- return Ja().statSync(this._data.path).size;
2826
- }, enumerable: false, configurable: true }), Object.defineProperty(e3.prototype, "type", { get: function() {
2827
- return (function(e4) {
2828
- for (var a3 = 0, n2 = Xa; a3 < n2.length; a3++) {
2829
- var i2 = n2[a3];
2830
- if (i2.ext === e4) return i2.mime;
2831
- }
2832
- return "";
2833
- })(en(this._data.path).ext);
2834
- }, enumerable: false, configurable: true }), Object.defineProperty(e3.prototype, "name", { get: function() {
2835
- return en(this._data.path).base;
2836
- }, enumerable: false, configurable: true }), e3;
2837
- })();
2838
- function en(e3) {
2839
- return Qa().parse(e3);
2840
- }
2841
- Pa.setService(Za);
2842
- })(), module.exports = i;
2843
- })();
2844
- }
2845
- });
2846
-
2847
- // src/pageObjects/pages/LoginPage.ts
2848
- import { By } from "selenium-webdriver";
2849
- var LOGIN_PATH = "/login";
2850
- var LoginPage = class extends AbstractPage {
2851
- usernameField = byTestId("loginField", "input");
2852
- passwordField = byTestId("passwordField", "input");
2853
- loginButton = byTestId("loginButton");
2854
- async locate() {
2855
- await super.locate();
2856
- const login = await this.driver.findElement(this.usernameField);
2857
- await waitElementIsVisible_default({
2858
- element: login,
2859
- driver: this.driver
2860
- });
2861
- }
2862
- get path() {
2863
- return LOGIN_PATH;
2864
- }
2865
- async enterUsername(username) {
2866
- await this.driver.findElement(this.usernameField).sendKeys(username);
2867
- }
2868
- async enterPassword(password) {
2869
- await this.driver.findElement(this.passwordField).sendKeys(password);
2870
- }
2871
- async clickLoginButton() {
2872
- await click(await this.driver.findElement(this.loginButton), this.driver);
2873
- await waitElementIsVisible_default({
2874
- driver: this.driver,
2875
- by: By.id("section"),
2876
- errorMessage: "Sing in not successful"
2877
- });
2878
- }
2879
- async loginWith(username, password) {
2880
- await this.enterUsername(username);
2881
- await this.enterPassword(password);
2882
- await this.clickLoginButton();
2883
- }
2884
- async authorize() {
2885
- await this.loginWith(config().auth.login, config().auth.password);
2886
- }
2887
- };
2888
-
2889
- // src/utils/createDriver.ts
2890
- import { Builder } from "selenium-webdriver";
2891
- import path from "path";
2892
- import fs from "fs";
2893
- import os from "os";
2894
- import Chrome from "selenium-webdriver/chrome";
2895
- import Firefox from "selenium-webdriver/firefox";
2896
- function chromeOptions(builder, options) {
2897
- const ChromeOptions = new Chrome.Options();
2898
- if (options.headless) {
2899
- ChromeOptions.addArguments(`--headless=new`);
2900
- ChromeOptions.addArguments(`--disable-gpu`);
2901
- ChromeOptions.addArguments(`--disable-dev-shm-usage`);
2902
- ChromeOptions.addArguments(`--window-size=1920,1080`);
2903
- }
2904
- const userDataDir = path.join(os.tmpdir(), ".chrome-cache");
2905
- if (!fs.existsSync(userDataDir)) {
2906
- fs.mkdirSync(userDataDir, { recursive: true });
2907
- }
2908
- ChromeOptions.addArguments(`--user-data-dir=${userDataDir}`);
2909
- return builder.setChromeOptions(ChromeOptions);
2910
- }
2911
- function firefoxOptions(builder, options) {
2912
- const FirefoxOptions = new Firefox.Options();
2913
- if (options.headless) {
2914
- FirefoxOptions.addArguments(`--headless`);
2915
- }
2916
- return builder.setFirefoxOptions(FirefoxOptions);
2917
- }
2918
- function setOptions(builder, browser, options) {
2919
- switch (browser) {
2920
- case "chrome":
2921
- return chromeOptions(builder, options);
2922
- case "firefox":
2923
- return firefoxOptions(builder, options);
2924
- default:
2925
- return builder;
2926
- }
2927
- }
2928
- var createDriver = async (browser) => {
2929
- const _browser = browser ?? config().browser;
2930
- const headless = config().headless === "true";
2931
- let builder = new Builder().forBrowser(_browser);
2932
- builder = setOptions(builder, _browser, { headless });
2933
- const driver = await builder.build();
2934
- const manage = driver.manage();
2935
- await manage.setTimeouts({ implicit: config().timeout });
2936
- if (!headless) {
2937
- await manage.window().maximize();
2938
- }
2939
- return driver;
2940
- };
2941
-
2942
- // src/utils/elementIsNotPresent.ts
2943
- import { Condition } from "selenium-webdriver";
2944
- var elementIsNotPresent = function elementIsNotPresent2(locator) {
2945
- return new Condition("for no element to be located " + locator, async function(driver) {
2946
- const elements = await driver.findElements(locator);
2947
- return elements.length == 0;
2948
- });
2949
- };
2950
-
2951
- // src/utils/signIn.ts
2952
- async function signIn(driver) {
2953
- const webDriver = driver ?? await createDriver();
2954
- const loginPage = new LoginPage(webDriver);
2955
- await loginPage.locate();
2956
- await loginPage.authorize();
2957
- return webDriver;
2958
- }
2959
-
2960
- // src/pageObjects/elements/SubsystemsPanel/SubsystemsPanelHeader.ts
2961
- import { By as By3 } from "selenium-webdriver";
2962
- var SubsystemsPanelHeader = class extends AbstractElementWithParent {
2963
- async title() {
2964
- return this.driver.findElement(By3.css(this.getFullCssSelector()));
2965
- }
2966
- };
2967
-
2968
- // src/pageObjects/elements/SubsystemsPanel/SubsystemsPanel.ts
2969
- import { By as By4 } from "selenium-webdriver";
2970
-
2971
- // src/pageObjects/elements/SubsystemsPanel/SubsystemItem.ts
2972
- var SubsystemItem = class {
2973
- bySelector;
2974
- driver;
2975
- constructor({ driver, bySelector }) {
2976
- this.bySelector = bySelector;
2977
- this.driver = driver;
2978
- }
2979
- async getElement() {
2980
- return fixElementStaleError(this.bySelector, this.driver);
2981
- }
2982
- async getTitle() {
2983
- await waitElementIsVisible_default(
2984
- {
2985
- by: this.bySelector,
2986
- driver: this.driver
2987
- }
2988
- );
2989
- const el = await this.getElement();
2990
- return await el.getAttribute("data-title");
2991
- }
2992
- async click() {
2993
- await waitElementIsClickable_default(
2994
- {
2995
- by: this.bySelector,
2996
- driver: this.driver
2997
- }
2998
- );
2999
- const el = await this.getElement();
3000
- await click(el, this.driver);
3001
- }
3002
- };
3003
-
3004
- // src/pageObjects/elements/SubsystemsPanel/SubsystemsPanel.ts
3005
- var SEARCH_ITEM_SELECTOR = "search-item";
3006
- var BACK_BUTTON_SELECTOR = "subsystem-back-item";
3007
- var SEARCH_INPUT_SELECTOR = "search-subsystem-input";
3008
- var byTitleCssSelector = (title) => {
3009
- return `span[data-title="${title}"]`;
3010
- };
3011
- var SubsystemsPanel = class extends AbstractElement {
3012
- header;
3013
- constructor(driver) {
3014
- super(driver);
3015
- this.header = new SubsystemsPanelHeader("#aside", byTestIdCssSelector("subsystems-panel-title", "span"), this.driver);
3016
- }
3017
- async headerTitle() {
3018
- const title = await this.header.title();
3019
- await safeWait(async () => await title.getText() != "", this.driver);
3020
- return title.getText();
3021
- }
3022
- getSearchComponent() {
3023
- return new TextEditor("#aside", byTestIdCssSelector(SEARCH_INPUT_SELECTOR), this.driver);
3024
- }
3025
- /**
3026
- * Находит сабсистему по заголовку
3027
- * @example
3028
- * const subsystemsPanel= new SubsystemsPanel();
3029
- * //...
3030
- * await subsystemsPanel.search('SubSystemTitle');
3031
- */
3032
- async search(title) {
3033
- const searchComponent = this.getSearchComponent();
3034
- await this.searchClear();
3035
- await searchComponent.setValue(title);
3036
- await safeWait(
3037
- async () => {
3038
- const findElement = await this.itemByTitle(title).getElement();
3039
- const classes = await findElement.getAttribute("class");
3040
- return classes.includes(SEARCH_ITEM_SELECTOR);
3041
- },
3042
- this.driver,
3043
- `Cannot find element: ${title}`
3044
- );
3045
- }
3046
- /**
3047
- * Очищает поиск сабсистем
3048
- * @example
3049
- * const subsystemsPanel= new SubsystemsPanel();
3050
- * //...
3051
- * await subsystemsPanel.searchClear();
3052
- */
3053
- async searchClear() {
3054
- const clearBtnSelector = `#aside ${byTestIdCssSelector(SEARCH_INPUT_SELECTOR)} .${DX_CLEAR_BUTTON_AREA}`;
3055
- const clearBtn = await fixElementStaleError(By4.css(clearBtnSelector), this.driver);
3056
- if (await clearBtn.isDisplayed()) {
3057
- await click(clearBtn, this.driver);
3058
- }
3059
- }
3060
- /**
3061
- * Возвращает сабсистему по имени
3062
- * @example
3063
- * const subsystemsPanel= new SubsystemsPanel();
3064
- * //...
3065
- * const subsystem = subsystemsPanel.item('SubSystemName');
3066
- */
3067
- item(name) {
3068
- const elementCSS = createSubSystemTestId(name);
3069
- return new SubsystemItem({ driver: this.driver, bySelector: By4.css(`${byTestIdCssSelector(elementCSS, "span")}`) });
3070
- }
3071
- /**
3072
- * Возвращает сабсистему по заголовку
3073
- * @example
3074
- * const subsystemsPanel= new SubsystemsPanel();
3075
- * //...
3076
- * const subsystem = subsystemsPanel.itemByTitle('SubSystemTitle');
3077
- */
3078
- itemByTitle(title) {
3079
- return new SubsystemItem({ driver: this.driver, bySelector: By4.css(byTitleCssSelector(title)) });
3080
- }
3081
- /**
3082
- * Возвращается на уровень выше по сабсистемам
3083
- * @example
3084
- * const subsystemsPanel= new SubsystemsPanel();
3085
- * //...
3086
- * wait subsystemsPanel.back();
3087
- */
3088
- async back() {
3089
- const by = By4.css(`#aside .${BACK_BUTTON_SELECTOR}`);
3090
- await waitElementIsVisible_default(
3091
- {
3092
- by,
3093
- driver: this.driver
3094
- }
3095
- );
3096
- await click(await fixElementStaleError(by, this.driver), this.driver);
3097
- }
3098
- };
3099
-
3100
- // src/pageObjects/elements/Forms/ReportForm.ts
3101
- var ReportForm = class extends FormEdit {
3102
- constructor(driver) {
3103
- super(driver);
3104
- this.popupContainerCssSelector = `.popup.form-report-${this.formName}`;
3105
- this.saveButtonId = "#button-apply";
3106
- }
3107
- /**
3108
- * Знаходить поле/фільтр у формі репорту за ім'ям
3109
- * @example
3110
- * const formReport = new MyForm();
3111
- * //...
3112
- * expect(await formReport.filterField('Name').getValue()).toBe('test value');
3113
- */
3114
- filterField(name) {
3115
- return super.field(name);
3116
- }
3117
- };
3118
-
3119
- // src/pageObjects/elements/Dialog.ts
3120
- import { By as By5 } from "selenium-webdriver";
3121
- var DIALOG_CLASS = ".d5-dialog";
3122
- var DIALOG_TITLE_CLASS = ".dialog__title";
3123
- var DIALOG_TEXT_CLASS = ".dialog__text";
3124
- var DIALOG_BUTTONS_PANEL_CLASS = ".dialog__buttons-panel";
3125
- var buttonByTextXpath = (text) => `.//span[contains(@class, "dx-button-text") and contains(text(), "${text}")]`;
3126
- var DialogButton = class extends AbstractButton {
3127
- text;
3128
- constructor(parentCssSelector, text, driver) {
3129
- super(parentCssSelector, "", driver);
3130
- this.text = text;
3131
- }
3132
- async getElement() {
3133
- const panel = await super.getElement();
3134
- return panel.findElement(By5.xpath(buttonByTextXpath(this.text)));
3135
- }
3136
- buttonNotDisplayedError() {
3137
- return `Dialog button ${this.text} cannot be clicked. It is not displayed or it is disabled`;
3138
- }
3139
- getTitle() {
3140
- throw new Error(`Method "getTitle()" is not working.`);
3141
- }
3142
- };
3143
- var Dialog = class extends AbstractElement {
3144
- constructor(driver) {
3145
- super(driver, DIALOG_CLASS);
3146
- }
3147
- get titleSelector() {
3148
- return this.joinRelativeCssSelectors([DIALOG_CLASS, DIALOG_TITLE_CLASS]);
3149
- }
3150
- get textSelector() {
3151
- return this.joinRelativeCssSelectors([DIALOG_CLASS, DIALOG_TEXT_CLASS]);
3152
- }
3153
- get buttonsSelector() {
3154
- return this.joinRelativeCssSelectors([DIALOG_CLASS, DIALOG_BUTTONS_PANEL_CLASS]);
3155
- }
3156
- async title() {
3157
- const el = await this.driver.findElement(By5.css(this.titleSelector));
3158
- return await el.getText();
3159
- }
3160
- async text() {
3161
- const el = await this.driver.findElement(By5.css(this.textSelector));
3162
- return await el.getText();
3163
- }
3164
- button(text) {
3165
- return new DialogButton(this.buttonsSelector, text, this.driver);
3166
- }
3167
- };
3168
-
3169
- // src/api/ApiRequest.ts
3170
- var import_d5lib = __toESM(require_d5lib());
3171
- function ApiRequest(objectName, operation) {
3172
- const { auth } = config();
3173
- (0, import_d5lib.config)(auth);
3174
- const postInstance = (0, import_d5lib.post)(objectName, operation);
3175
- const invoke = async () => {
3176
- return postInstance.send(true);
3177
- };
3178
- return Object.assign(postInstance, { invoke });
3179
- }
26
+ } from "./chunk-75NROWLM.mjs";
3180
27
  export {
3181
28
  AbstractPage,
3182
29
  ApiRequest,
@@ -3196,17 +43,10 @@ export {
3196
43
  TreeView,
3197
44
  byTestId,
3198
45
  byTestIdCssSelector,
3199
- click,
3200
46
  config,
3201
- contextMenu,
3202
- createDriver,
3203
47
  disabledLocator,
3204
48
  editorFactory,
3205
- elementIsNotPresent,
3206
49
  readonlyLocator,
3207
- signIn,
3208
- safeWait as wait,
3209
- waitElementIsClickable_default as waitElementIsClickable,
50
+ wait,
3210
51
  waitElementIsVisible_default as waitElementIsVisible
3211
52
  };
3212
- /*! For license information please see d5lib.js.LICENSE.txt */