@sap/ux-ui5-tooling 1.21.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/cli/index.js +5864 -5588
- package/dist/control-property-editor/app.css +1 -1
- package/dist/control-property-editor/app.js +40 -40
- package/dist/middlewares/fiori-tools-appreload.js +502 -178
- package/dist/middlewares/fiori-tools-preview.js +15019 -6202
- package/dist/middlewares/fiori-tools-proxy.js +13040 -3757
- package/dist/middlewares/fiori-tools-servestatic.js +1076 -130
- package/dist/preview-middleware/dist/client/adp/api-handler.js +3 -0
- package/dist/preview-middleware/dist/client/adp/api-handler.ts +4 -1
- package/dist/preview-middleware/dist/client/adp/init.js +10 -1
- package/dist/preview-middleware/dist/client/adp/init.ts +8 -1
- package/dist/preview-middleware/dist/client/adp/ovp-window-functions.js +130 -0
- package/dist/preview-middleware/dist/client/adp/ovp-window-functions.ts +171 -0
- package/dist/preview-middleware/dist/client/cpe/odata-health/odata-health-checker.js +12 -2
- package/dist/preview-middleware/dist/client/cpe/odata-health/odata-health-checker.ts +14 -4
- package/dist/preview-middleware/dist/client/flp/WorkspaceConnector.js +1 -0
- package/dist/preview-middleware/dist/client/flp/WorkspaceConnector.ts +2 -0
- package/dist/tasks/cf-deploy/index.js +3252 -3173
- package/dist/tasks/deploy/index.js +5763 -5487
- package/package.json +25 -25
|
@@ -10559,16 +10559,16 @@ var require_node2 = __commonJS({
|
|
|
10559
10559
|
}
|
|
10560
10560
|
});
|
|
10561
10561
|
|
|
10562
|
-
// ../../node_modules
|
|
10562
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/stream.js
|
|
10563
10563
|
var require_stream2 = __commonJS({
|
|
10564
|
-
"../../node_modules
|
|
10564
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/stream.js"(exports2, module2) {
|
|
10565
10565
|
module2.exports = require("stream");
|
|
10566
10566
|
}
|
|
10567
10567
|
});
|
|
10568
10568
|
|
|
10569
|
-
// ../../node_modules
|
|
10569
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/destroy.js
|
|
10570
10570
|
var require_destroy = __commonJS({
|
|
10571
|
-
"../../node_modules
|
|
10571
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/destroy.js"(exports2, module2) {
|
|
10572
10572
|
"use strict";
|
|
10573
10573
|
function destroy(err, cb) {
|
|
10574
10574
|
var _this = this;
|
|
@@ -10655,9 +10655,9 @@ var require_destroy = __commonJS({
|
|
|
10655
10655
|
}
|
|
10656
10656
|
});
|
|
10657
10657
|
|
|
10658
|
-
// ../../node_modules
|
|
10658
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/errors.js
|
|
10659
10659
|
var require_errors = __commonJS({
|
|
10660
|
-
"../../node_modules
|
|
10660
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/errors.js"(exports2, module2) {
|
|
10661
10661
|
"use strict";
|
|
10662
10662
|
var codes = {};
|
|
10663
10663
|
function createErrorType(code, message, Base) {
|
|
@@ -10755,9 +10755,9 @@ var require_errors = __commonJS({
|
|
|
10755
10755
|
}
|
|
10756
10756
|
});
|
|
10757
10757
|
|
|
10758
|
-
// ../../node_modules
|
|
10758
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/state.js
|
|
10759
10759
|
var require_state = __commonJS({
|
|
10760
|
-
"../../node_modules
|
|
10760
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/state.js"(exports2, module2) {
|
|
10761
10761
|
"use strict";
|
|
10762
10762
|
var ERR_INVALID_OPT_VALUE = require_errors().codes.ERR_INVALID_OPT_VALUE;
|
|
10763
10763
|
function highWaterMarkFrom(options, isDuplex, duplexKey) {
|
|
@@ -10826,39 +10826,33 @@ var require_inherits = __commonJS({
|
|
|
10826
10826
|
}
|
|
10827
10827
|
});
|
|
10828
10828
|
|
|
10829
|
-
// ../../node_modules
|
|
10829
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/buffer_list.js
|
|
10830
10830
|
var require_buffer_list = __commonJS({
|
|
10831
|
-
"../../node_modules
|
|
10831
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/buffer_list.js"(exports2, module2) {
|
|
10832
10832
|
"use strict";
|
|
10833
10833
|
function ownKeys(object, enumerableOnly) {
|
|
10834
10834
|
var keys = Object.keys(object);
|
|
10835
10835
|
if (Object.getOwnPropertySymbols) {
|
|
10836
10836
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
10837
|
-
|
|
10837
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
10838
10838
|
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
10839
|
-
});
|
|
10840
|
-
keys.push.apply(keys, symbols);
|
|
10839
|
+
})), keys.push.apply(keys, symbols);
|
|
10841
10840
|
}
|
|
10842
10841
|
return keys;
|
|
10843
10842
|
}
|
|
10844
10843
|
function _objectSpread(target) {
|
|
10845
10844
|
for (var i = 1; i < arguments.length; i++) {
|
|
10846
|
-
var source = arguments[i]
|
|
10847
|
-
|
|
10848
|
-
|
|
10849
|
-
|
|
10850
|
-
|
|
10851
|
-
}
|
|
10852
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
10853
|
-
} else {
|
|
10854
|
-
ownKeys(Object(source)).forEach(function(key) {
|
|
10855
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
10856
|
-
});
|
|
10857
|
-
}
|
|
10845
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
10846
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
10847
|
+
_defineProperty(target, key, source[key]);
|
|
10848
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
10849
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
10850
|
+
});
|
|
10858
10851
|
}
|
|
10859
10852
|
return target;
|
|
10860
10853
|
}
|
|
10861
10854
|
function _defineProperty(obj, key, value) {
|
|
10855
|
+
key = _toPropertyKey(key);
|
|
10862
10856
|
if (key in obj) {
|
|
10863
10857
|
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
10864
10858
|
} else {
|
|
@@ -10877,14 +10871,29 @@ var require_buffer_list = __commonJS({
|
|
|
10877
10871
|
descriptor.enumerable = descriptor.enumerable || false;
|
|
10878
10872
|
descriptor.configurable = true;
|
|
10879
10873
|
if ("value" in descriptor) descriptor.writable = true;
|
|
10880
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
10874
|
+
Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
|
|
10881
10875
|
}
|
|
10882
10876
|
}
|
|
10883
10877
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
10884
10878
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
10885
10879
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
10880
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
10886
10881
|
return Constructor;
|
|
10887
10882
|
}
|
|
10883
|
+
function _toPropertyKey(arg) {
|
|
10884
|
+
var key = _toPrimitive(arg, "string");
|
|
10885
|
+
return typeof key === "symbol" ? key : String(key);
|
|
10886
|
+
}
|
|
10887
|
+
function _toPrimitive(input, hint) {
|
|
10888
|
+
if (typeof input !== "object" || input === null) return input;
|
|
10889
|
+
var prim = input[Symbol.toPrimitive];
|
|
10890
|
+
if (prim !== void 0) {
|
|
10891
|
+
var res = prim.call(input, hint || "default");
|
|
10892
|
+
if (typeof res !== "object") return res;
|
|
10893
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
10894
|
+
}
|
|
10895
|
+
return (hint === "string" ? String : Number)(input);
|
|
10896
|
+
}
|
|
10888
10897
|
var _require = require("buffer");
|
|
10889
10898
|
var Buffer2 = _require.Buffer;
|
|
10890
10899
|
var _require2 = require("util");
|
|
@@ -10945,9 +10954,7 @@ var require_buffer_list = __commonJS({
|
|
|
10945
10954
|
if (this.length === 0) return "";
|
|
10946
10955
|
var p = this.head;
|
|
10947
10956
|
var ret = "" + p.data;
|
|
10948
|
-
while (p = p.next)
|
|
10949
|
-
ret += s + p.data;
|
|
10950
|
-
}
|
|
10957
|
+
while (p = p.next) ret += s + p.data;
|
|
10951
10958
|
return ret;
|
|
10952
10959
|
}
|
|
10953
10960
|
}, {
|
|
@@ -11048,7 +11055,7 @@ var require_buffer_list = __commonJS({
|
|
|
11048
11055
|
}, {
|
|
11049
11056
|
key: custom,
|
|
11050
11057
|
value: function value(_, options) {
|
|
11051
|
-
return inspect(this, _objectSpread({}, options, {
|
|
11058
|
+
return inspect(this, _objectSpread(_objectSpread({}, options), {}, {
|
|
11052
11059
|
// Only inspect one level.
|
|
11053
11060
|
depth: 0,
|
|
11054
11061
|
// It should not recurse.
|
|
@@ -11357,9 +11364,9 @@ var require_string_decoder = __commonJS({
|
|
|
11357
11364
|
}
|
|
11358
11365
|
});
|
|
11359
11366
|
|
|
11360
|
-
// ../../node_modules
|
|
11367
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
|
|
11361
11368
|
var require_end_of_stream = __commonJS({
|
|
11362
|
-
"../../node_modules
|
|
11369
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/end-of-stream.js"(exports2, module2) {
|
|
11363
11370
|
"use strict";
|
|
11364
11371
|
var ERR_STREAM_PREMATURE_CLOSE = require_errors().codes.ERR_STREAM_PREMATURE_CLOSE;
|
|
11365
11372
|
function once2(callback) {
|
|
@@ -11446,12 +11453,13 @@ var require_end_of_stream = __commonJS({
|
|
|
11446
11453
|
}
|
|
11447
11454
|
});
|
|
11448
11455
|
|
|
11449
|
-
// ../../node_modules
|
|
11456
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/async_iterator.js
|
|
11450
11457
|
var require_async_iterator = __commonJS({
|
|
11451
|
-
"../../node_modules
|
|
11458
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/async_iterator.js"(exports2, module2) {
|
|
11452
11459
|
"use strict";
|
|
11453
11460
|
var _Object$setPrototypeO;
|
|
11454
11461
|
function _defineProperty(obj, key, value) {
|
|
11462
|
+
key = _toPropertyKey(key);
|
|
11455
11463
|
if (key in obj) {
|
|
11456
11464
|
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
11457
11465
|
} else {
|
|
@@ -11459,6 +11467,20 @@ var require_async_iterator = __commonJS({
|
|
|
11459
11467
|
}
|
|
11460
11468
|
return obj;
|
|
11461
11469
|
}
|
|
11470
|
+
function _toPropertyKey(arg) {
|
|
11471
|
+
var key = _toPrimitive(arg, "string");
|
|
11472
|
+
return typeof key === "symbol" ? key : String(key);
|
|
11473
|
+
}
|
|
11474
|
+
function _toPrimitive(input, hint) {
|
|
11475
|
+
if (typeof input !== "object" || input === null) return input;
|
|
11476
|
+
var prim = input[Symbol.toPrimitive];
|
|
11477
|
+
if (prim !== void 0) {
|
|
11478
|
+
var res = prim.call(input, hint || "default");
|
|
11479
|
+
if (typeof res !== "object") return res;
|
|
11480
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
11481
|
+
}
|
|
11482
|
+
return (hint === "string" ? String : Number)(input);
|
|
11483
|
+
}
|
|
11462
11484
|
var finished = require_end_of_stream();
|
|
11463
11485
|
var kLastResolve = Symbol("lastResolve");
|
|
11464
11486
|
var kLastReject = Symbol("lastReject");
|
|
@@ -11614,9 +11636,9 @@ var require_async_iterator = __commonJS({
|
|
|
11614
11636
|
}
|
|
11615
11637
|
});
|
|
11616
11638
|
|
|
11617
|
-
// ../../node_modules
|
|
11639
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/from.js
|
|
11618
11640
|
var require_from = __commonJS({
|
|
11619
|
-
"../../node_modules
|
|
11641
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/from.js"(exports2, module2) {
|
|
11620
11642
|
"use strict";
|
|
11621
11643
|
function asyncGeneratorStep(gen, resolve2, reject2, _next, _throw, key, arg) {
|
|
11622
11644
|
try {
|
|
@@ -11651,31 +11673,25 @@ var require_from = __commonJS({
|
|
|
11651
11673
|
var keys = Object.keys(object);
|
|
11652
11674
|
if (Object.getOwnPropertySymbols) {
|
|
11653
11675
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
11654
|
-
|
|
11676
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
11655
11677
|
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
11656
|
-
});
|
|
11657
|
-
keys.push.apply(keys, symbols);
|
|
11678
|
+
})), keys.push.apply(keys, symbols);
|
|
11658
11679
|
}
|
|
11659
11680
|
return keys;
|
|
11660
11681
|
}
|
|
11661
11682
|
function _objectSpread(target) {
|
|
11662
11683
|
for (var i = 1; i < arguments.length; i++) {
|
|
11663
|
-
var source = arguments[i]
|
|
11664
|
-
|
|
11665
|
-
|
|
11666
|
-
|
|
11667
|
-
|
|
11668
|
-
}
|
|
11669
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
11670
|
-
} else {
|
|
11671
|
-
ownKeys(Object(source)).forEach(function(key) {
|
|
11672
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
11673
|
-
});
|
|
11674
|
-
}
|
|
11684
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
11685
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
11686
|
+
_defineProperty(target, key, source[key]);
|
|
11687
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
11688
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
11689
|
+
});
|
|
11675
11690
|
}
|
|
11676
11691
|
return target;
|
|
11677
11692
|
}
|
|
11678
11693
|
function _defineProperty(obj, key, value) {
|
|
11694
|
+
key = _toPropertyKey(key);
|
|
11679
11695
|
if (key in obj) {
|
|
11680
11696
|
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
11681
11697
|
} else {
|
|
@@ -11683,6 +11699,20 @@ var require_from = __commonJS({
|
|
|
11683
11699
|
}
|
|
11684
11700
|
return obj;
|
|
11685
11701
|
}
|
|
11702
|
+
function _toPropertyKey(arg) {
|
|
11703
|
+
var key = _toPrimitive(arg, "string");
|
|
11704
|
+
return typeof key === "symbol" ? key : String(key);
|
|
11705
|
+
}
|
|
11706
|
+
function _toPrimitive(input, hint) {
|
|
11707
|
+
if (typeof input !== "object" || input === null) return input;
|
|
11708
|
+
var prim = input[Symbol.toPrimitive];
|
|
11709
|
+
if (prim !== void 0) {
|
|
11710
|
+
var res = prim.call(input, hint || "default");
|
|
11711
|
+
if (typeof res !== "object") return res;
|
|
11712
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
11713
|
+
}
|
|
11714
|
+
return (hint === "string" ? String : Number)(input);
|
|
11715
|
+
}
|
|
11686
11716
|
var ERR_INVALID_ARG_TYPE = require_errors().codes.ERR_INVALID_ARG_TYPE;
|
|
11687
11717
|
function from(Readable, iterable, opts) {
|
|
11688
11718
|
var iterator;
|
|
@@ -11707,7 +11737,7 @@ var require_from = __commonJS({
|
|
|
11707
11737
|
function _next2() {
|
|
11708
11738
|
_next2 = _asyncToGenerator(function* () {
|
|
11709
11739
|
try {
|
|
11710
|
-
var
|
|
11740
|
+
var _yield$iterator$next = yield iterator.next(), value = _yield$iterator$next.value, done = _yield$iterator$next.done;
|
|
11711
11741
|
if (done) {
|
|
11712
11742
|
readable.push(null);
|
|
11713
11743
|
} else if (readable.push(yield value)) {
|
|
@@ -11727,9 +11757,9 @@ var require_from = __commonJS({
|
|
|
11727
11757
|
}
|
|
11728
11758
|
});
|
|
11729
11759
|
|
|
11730
|
-
// ../../node_modules
|
|
11760
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/_stream_readable.js
|
|
11731
11761
|
var require_stream_readable = __commonJS({
|
|
11732
|
-
"../../node_modules
|
|
11762
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/_stream_readable.js"(exports2, module2) {
|
|
11733
11763
|
"use strict";
|
|
11734
11764
|
module2.exports = Readable;
|
|
11735
11765
|
var Duplex;
|
|
@@ -11740,7 +11770,7 @@ var require_stream_readable = __commonJS({
|
|
|
11740
11770
|
};
|
|
11741
11771
|
var Stream = require_stream2();
|
|
11742
11772
|
var Buffer2 = require("buffer").Buffer;
|
|
11743
|
-
var OurUint8Array = global.Uint8Array || function() {
|
|
11773
|
+
var OurUint8Array = (typeof global !== "undefined" ? global : typeof window !== "undefined" ? window : typeof self !== "undefined" ? self : {}).Uint8Array || function() {
|
|
11744
11774
|
};
|
|
11745
11775
|
function _uint8ArrayToBuffer(chunk) {
|
|
11746
11776
|
return Buffer2.from(chunk);
|
|
@@ -12210,11 +12240,9 @@ var require_stream_readable = __commonJS({
|
|
|
12210
12240
|
state.pipes = null;
|
|
12211
12241
|
state.pipesCount = 0;
|
|
12212
12242
|
state.flowing = false;
|
|
12213
|
-
for (var i = 0; i < len; i++) {
|
|
12214
|
-
|
|
12215
|
-
|
|
12216
|
-
});
|
|
12217
|
-
}
|
|
12243
|
+
for (var i = 0; i < len; i++) dests[i].emit("unpipe", this, {
|
|
12244
|
+
hasUnpiped: false
|
|
12245
|
+
});
|
|
12218
12246
|
return this;
|
|
12219
12247
|
}
|
|
12220
12248
|
var index2 = indexOf(state.pipes, dest);
|
|
@@ -12313,9 +12341,7 @@ var require_stream_readable = __commonJS({
|
|
|
12313
12341
|
function flow(stream) {
|
|
12314
12342
|
var state = stream._readableState;
|
|
12315
12343
|
debug("flow", state.flowing);
|
|
12316
|
-
while (state.flowing && stream.read() !== null)
|
|
12317
|
-
;
|
|
12318
|
-
}
|
|
12344
|
+
while (state.flowing && stream.read() !== null) ;
|
|
12319
12345
|
}
|
|
12320
12346
|
Readable.prototype.wrap = function(stream) {
|
|
12321
12347
|
var _this = this;
|
|
@@ -12464,15 +12490,13 @@ var require_stream_readable = __commonJS({
|
|
|
12464
12490
|
}
|
|
12465
12491
|
});
|
|
12466
12492
|
|
|
12467
|
-
// ../../node_modules
|
|
12493
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/_stream_duplex.js
|
|
12468
12494
|
var require_stream_duplex = __commonJS({
|
|
12469
|
-
"../../node_modules
|
|
12495
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/_stream_duplex.js"(exports2, module2) {
|
|
12470
12496
|
"use strict";
|
|
12471
12497
|
var objectKeys = Object.keys || function(obj) {
|
|
12472
12498
|
var keys2 = [];
|
|
12473
|
-
for (var key in obj)
|
|
12474
|
-
keys2.push(key);
|
|
12475
|
-
}
|
|
12499
|
+
for (var key in obj) keys2.push(key);
|
|
12476
12500
|
return keys2;
|
|
12477
12501
|
};
|
|
12478
12502
|
module2.exports = Duplex;
|
|
@@ -12559,9 +12583,9 @@ var require_stream_duplex = __commonJS({
|
|
|
12559
12583
|
}
|
|
12560
12584
|
});
|
|
12561
12585
|
|
|
12562
|
-
// ../../node_modules
|
|
12586
|
+
// ../../node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js
|
|
12563
12587
|
var require_stream_writable = __commonJS({
|
|
12564
|
-
"../../node_modules
|
|
12588
|
+
"../../node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js"(exports2, module2) {
|
|
12565
12589
|
"use strict";
|
|
12566
12590
|
module2.exports = Writable;
|
|
12567
12591
|
function CorkedRequest(state) {
|
|
@@ -12579,7 +12603,7 @@ var require_stream_writable = __commonJS({
|
|
|
12579
12603
|
};
|
|
12580
12604
|
var Stream = require_stream2();
|
|
12581
12605
|
var Buffer2 = require("buffer").Buffer;
|
|
12582
|
-
var OurUint8Array = global.Uint8Array || function() {
|
|
12606
|
+
var OurUint8Array = (typeof global !== "undefined" ? global : typeof window !== "undefined" ? window : typeof self !== "undefined" ? self : {}).Uint8Array || function() {
|
|
12583
12607
|
};
|
|
12584
12608
|
function _uint8ArrayToBuffer(chunk) {
|
|
12585
12609
|
return Buffer2.from(chunk);
|
|
@@ -13148,9 +13172,9 @@ var require_triple_beam = __commonJS({
|
|
|
13148
13172
|
}
|
|
13149
13173
|
});
|
|
13150
13174
|
|
|
13151
|
-
// ../../node_modules
|
|
13175
|
+
// ../../node_modules/winston-transport/modern.js
|
|
13152
13176
|
var require_modern = __commonJS({
|
|
13153
|
-
"../../node_modules
|
|
13177
|
+
"../../node_modules/winston-transport/modern.js"(exports2, module2) {
|
|
13154
13178
|
"use strict";
|
|
13155
13179
|
var util = require("util");
|
|
13156
13180
|
var Writable = require_stream_writable();
|
|
@@ -13260,9 +13284,9 @@ var require_modern = __commonJS({
|
|
|
13260
13284
|
}
|
|
13261
13285
|
});
|
|
13262
13286
|
|
|
13263
|
-
// ../../node_modules
|
|
13287
|
+
// ../../node_modules/winston-transport/legacy.js
|
|
13264
13288
|
var require_legacy = __commonJS({
|
|
13265
|
-
"../../node_modules
|
|
13289
|
+
"../../node_modules/winston-transport/legacy.js"(exports2, module2) {
|
|
13266
13290
|
"use strict";
|
|
13267
13291
|
var util = require("util");
|
|
13268
13292
|
var { LEVEL } = require_triple_beam();
|
|
@@ -13326,9 +13350,9 @@ var require_legacy = __commonJS({
|
|
|
13326
13350
|
}
|
|
13327
13351
|
});
|
|
13328
13352
|
|
|
13329
|
-
// ../../node_modules
|
|
13353
|
+
// ../../node_modules/winston-transport/index.js
|
|
13330
13354
|
var require_winston_transport = __commonJS({
|
|
13331
|
-
"../../node_modules
|
|
13355
|
+
"../../node_modules/winston-transport/index.js"(exports2, module2) {
|
|
13332
13356
|
"use strict";
|
|
13333
13357
|
module2.exports = require_modern();
|
|
13334
13358
|
module2.exports.LegacyTransportStream = require_legacy();
|
|
@@ -32071,9 +32095,9 @@ var require_combined_stream = __commonJS({
|
|
|
32071
32095
|
}
|
|
32072
32096
|
});
|
|
32073
32097
|
|
|
32074
|
-
// ../../node_modules/mime-db/db.json
|
|
32098
|
+
// ../../node_modules/form-data/node_modules/mime-db/db.json
|
|
32075
32099
|
var require_db = __commonJS({
|
|
32076
|
-
"../../node_modules/mime-db/db.json"(exports2, module2) {
|
|
32100
|
+
"../../node_modules/form-data/node_modules/mime-db/db.json"(exports2, module2) {
|
|
32077
32101
|
module2.exports = {
|
|
32078
32102
|
"application/1d-interleaved-parityfec": {
|
|
32079
32103
|
source: "iana"
|
|
@@ -32087,9 +32111,20 @@ var require_db = __commonJS({
|
|
|
32087
32111
|
source: "iana",
|
|
32088
32112
|
compressible: true
|
|
32089
32113
|
},
|
|
32114
|
+
"application/3gpphal+json": {
|
|
32115
|
+
source: "iana",
|
|
32116
|
+
compressible: true
|
|
32117
|
+
},
|
|
32118
|
+
"application/3gpphalforms+json": {
|
|
32119
|
+
source: "iana",
|
|
32120
|
+
compressible: true
|
|
32121
|
+
},
|
|
32090
32122
|
"application/a2l": {
|
|
32091
32123
|
source: "iana"
|
|
32092
32124
|
},
|
|
32125
|
+
"application/ace+cbor": {
|
|
32126
|
+
source: "iana"
|
|
32127
|
+
},
|
|
32093
32128
|
"application/activemessage": {
|
|
32094
32129
|
source: "iana"
|
|
32095
32130
|
},
|
|
@@ -32159,6 +32194,9 @@ var require_db = __commonJS({
|
|
|
32159
32194
|
source: "apache",
|
|
32160
32195
|
extensions: ["aw"]
|
|
32161
32196
|
},
|
|
32197
|
+
"application/at+jwt": {
|
|
32198
|
+
source: "iana"
|
|
32199
|
+
},
|
|
32162
32200
|
"application/atf": {
|
|
32163
32201
|
source: "iana"
|
|
32164
32202
|
},
|
|
@@ -32248,9 +32286,8 @@ var require_db = __commonJS({
|
|
|
32248
32286
|
"application/cals-1840": {
|
|
32249
32287
|
source: "iana"
|
|
32250
32288
|
},
|
|
32251
|
-
"application/
|
|
32289
|
+
"application/captive+json": {
|
|
32252
32290
|
source: "iana",
|
|
32253
|
-
charset: "UTF-8",
|
|
32254
32291
|
compressible: true
|
|
32255
32292
|
},
|
|
32256
32293
|
"application/cbor": {
|
|
@@ -32313,6 +32350,13 @@ var require_db = __commonJS({
|
|
|
32313
32350
|
"application/cfw": {
|
|
32314
32351
|
source: "iana"
|
|
32315
32352
|
},
|
|
32353
|
+
"application/city+json": {
|
|
32354
|
+
source: "iana",
|
|
32355
|
+
compressible: true
|
|
32356
|
+
},
|
|
32357
|
+
"application/clr": {
|
|
32358
|
+
source: "iana"
|
|
32359
|
+
},
|
|
32316
32360
|
"application/clue+xml": {
|
|
32317
32361
|
source: "iana",
|
|
32318
32362
|
compressible: true
|
|
@@ -32353,7 +32397,8 @@ var require_db = __commonJS({
|
|
|
32353
32397
|
},
|
|
32354
32398
|
"application/cpl+xml": {
|
|
32355
32399
|
source: "iana",
|
|
32356
|
-
compressible: true
|
|
32400
|
+
compressible: true,
|
|
32401
|
+
extensions: ["cpl"]
|
|
32357
32402
|
},
|
|
32358
32403
|
"application/csrattrs": {
|
|
32359
32404
|
source: "iana"
|
|
@@ -32388,6 +32433,11 @@ var require_db = __commonJS({
|
|
|
32388
32433
|
compressible: true,
|
|
32389
32434
|
extensions: ["mpd"]
|
|
32390
32435
|
},
|
|
32436
|
+
"application/dash-patch+xml": {
|
|
32437
|
+
source: "iana",
|
|
32438
|
+
compressible: true,
|
|
32439
|
+
extensions: ["mpp"]
|
|
32440
|
+
},
|
|
32391
32441
|
"application/dashdelta": {
|
|
32392
32442
|
source: "iana"
|
|
32393
32443
|
},
|
|
@@ -32463,7 +32513,7 @@ var require_db = __commonJS({
|
|
|
32463
32513
|
"application/ecmascript": {
|
|
32464
32514
|
source: "iana",
|
|
32465
32515
|
compressible: true,
|
|
32466
|
-
extensions: ["
|
|
32516
|
+
extensions: ["es", "ecma"]
|
|
32467
32517
|
},
|
|
32468
32518
|
"application/edi-consent": {
|
|
32469
32519
|
source: "iana"
|
|
@@ -32479,6 +32529,20 @@ var require_db = __commonJS({
|
|
|
32479
32529
|
"application/efi": {
|
|
32480
32530
|
source: "iana"
|
|
32481
32531
|
},
|
|
32532
|
+
"application/elm+json": {
|
|
32533
|
+
source: "iana",
|
|
32534
|
+
charset: "UTF-8",
|
|
32535
|
+
compressible: true
|
|
32536
|
+
},
|
|
32537
|
+
"application/elm+xml": {
|
|
32538
|
+
source: "iana",
|
|
32539
|
+
compressible: true
|
|
32540
|
+
},
|
|
32541
|
+
"application/emergencycalldata.cap+xml": {
|
|
32542
|
+
source: "iana",
|
|
32543
|
+
charset: "UTF-8",
|
|
32544
|
+
compressible: true
|
|
32545
|
+
},
|
|
32482
32546
|
"application/emergencycalldata.comment+xml": {
|
|
32483
32547
|
source: "iana",
|
|
32484
32548
|
compressible: true
|
|
@@ -32543,6 +32607,10 @@ var require_db = __commonJS({
|
|
|
32543
32607
|
source: "iana",
|
|
32544
32608
|
compressible: true
|
|
32545
32609
|
},
|
|
32610
|
+
"application/express": {
|
|
32611
|
+
source: "iana",
|
|
32612
|
+
extensions: ["exp"]
|
|
32613
|
+
},
|
|
32546
32614
|
"application/fastinfoset": {
|
|
32547
32615
|
source: "iana"
|
|
32548
32616
|
},
|
|
@@ -32735,6 +32803,10 @@ var require_db = __commonJS({
|
|
|
32735
32803
|
source: "iana",
|
|
32736
32804
|
compressible: true
|
|
32737
32805
|
},
|
|
32806
|
+
"application/jscalendar+json": {
|
|
32807
|
+
source: "iana",
|
|
32808
|
+
compressible: true
|
|
32809
|
+
},
|
|
32738
32810
|
"application/json": {
|
|
32739
32811
|
source: "iana",
|
|
32740
32812
|
charset: "UTF-8",
|
|
@@ -32825,6 +32897,7 @@ var require_db = __commonJS({
|
|
|
32825
32897
|
extensions: ["mads"]
|
|
32826
32898
|
},
|
|
32827
32899
|
"application/manifest+json": {
|
|
32900
|
+
source: "iana",
|
|
32828
32901
|
charset: "UTF-8",
|
|
32829
32902
|
compressible: true,
|
|
32830
32903
|
extensions: ["webmanifest"]
|
|
@@ -32905,7 +32978,8 @@ var require_db = __commonJS({
|
|
|
32905
32978
|
},
|
|
32906
32979
|
"application/media-policy-dataset+xml": {
|
|
32907
32980
|
source: "iana",
|
|
32908
|
-
compressible: true
|
|
32981
|
+
compressible: true,
|
|
32982
|
+
extensions: ["mpf"]
|
|
32909
32983
|
},
|
|
32910
32984
|
"application/media_control+xml": {
|
|
32911
32985
|
source: "iana",
|
|
@@ -32944,6 +33018,9 @@ var require_db = __commonJS({
|
|
|
32944
33018
|
"application/mipc": {
|
|
32945
33019
|
source: "iana"
|
|
32946
33020
|
},
|
|
33021
|
+
"application/missing-blocks+cbor-seq": {
|
|
33022
|
+
source: "iana"
|
|
33023
|
+
},
|
|
32947
33024
|
"application/mmt-aei+xml": {
|
|
32948
33025
|
source: "iana",
|
|
32949
33026
|
compressible: true,
|
|
@@ -32990,13 +33067,11 @@ var require_db = __commonJS({
|
|
|
32990
33067
|
},
|
|
32991
33068
|
"application/mrb-consumer+xml": {
|
|
32992
33069
|
source: "iana",
|
|
32993
|
-
compressible: true
|
|
32994
|
-
extensions: ["xdf"]
|
|
33070
|
+
compressible: true
|
|
32995
33071
|
},
|
|
32996
33072
|
"application/mrb-publish+xml": {
|
|
32997
33073
|
source: "iana",
|
|
32998
|
-
compressible: true
|
|
32999
|
-
extensions: ["xdf"]
|
|
33074
|
+
compressible: true
|
|
33000
33075
|
},
|
|
33001
33076
|
"application/msc-ivr+xml": {
|
|
33002
33077
|
source: "iana",
|
|
@@ -33057,6 +33132,12 @@ var require_db = __commonJS({
|
|
|
33057
33132
|
"application/nss": {
|
|
33058
33133
|
source: "iana"
|
|
33059
33134
|
},
|
|
33135
|
+
"application/oauth-authz-req+jwt": {
|
|
33136
|
+
source: "iana"
|
|
33137
|
+
},
|
|
33138
|
+
"application/oblivious-dns-message": {
|
|
33139
|
+
source: "iana"
|
|
33140
|
+
},
|
|
33060
33141
|
"application/ocsp-request": {
|
|
33061
33142
|
source: "iana"
|
|
33062
33143
|
},
|
|
@@ -33098,6 +33179,10 @@ var require_db = __commonJS({
|
|
|
33098
33179
|
source: "apache",
|
|
33099
33180
|
extensions: ["onetoc", "onetoc2", "onetmp", "onepkg"]
|
|
33100
33181
|
},
|
|
33182
|
+
"application/opc-nodeset+xml": {
|
|
33183
|
+
source: "iana",
|
|
33184
|
+
compressible: true
|
|
33185
|
+
},
|
|
33101
33186
|
"application/oscore": {
|
|
33102
33187
|
source: "iana"
|
|
33103
33188
|
},
|
|
@@ -33105,6 +33190,13 @@ var require_db = __commonJS({
|
|
|
33105
33190
|
source: "iana",
|
|
33106
33191
|
extensions: ["oxps"]
|
|
33107
33192
|
},
|
|
33193
|
+
"application/p21": {
|
|
33194
|
+
source: "iana"
|
|
33195
|
+
},
|
|
33196
|
+
"application/p21+zip": {
|
|
33197
|
+
source: "iana",
|
|
33198
|
+
compressible: false
|
|
33199
|
+
},
|
|
33108
33200
|
"application/p2p-overlay+xml": {
|
|
33109
33201
|
source: "iana",
|
|
33110
33202
|
compressible: true,
|
|
@@ -33138,7 +33230,8 @@ var require_db = __commonJS({
|
|
|
33138
33230
|
extensions: ["pgp"]
|
|
33139
33231
|
},
|
|
33140
33232
|
"application/pgp-keys": {
|
|
33141
|
-
source: "iana"
|
|
33233
|
+
source: "iana",
|
|
33234
|
+
extensions: ["asc"]
|
|
33142
33235
|
},
|
|
33143
33236
|
"application/pgp-signature": {
|
|
33144
33237
|
source: "iana",
|
|
@@ -33239,6 +33332,10 @@ var require_db = __commonJS({
|
|
|
33239
33332
|
source: "iana",
|
|
33240
33333
|
extensions: ["cww"]
|
|
33241
33334
|
},
|
|
33335
|
+
"application/prs.cyn": {
|
|
33336
|
+
source: "iana",
|
|
33337
|
+
charset: "7-BIT"
|
|
33338
|
+
},
|
|
33242
33339
|
"application/prs.hpub+zip": {
|
|
33243
33340
|
source: "iana",
|
|
33244
33341
|
compressible: false
|
|
@@ -33388,6 +33485,14 @@ var require_db = __commonJS({
|
|
|
33388
33485
|
source: "iana",
|
|
33389
33486
|
compressible: true
|
|
33390
33487
|
},
|
|
33488
|
+
"application/sarif+json": {
|
|
33489
|
+
source: "iana",
|
|
33490
|
+
compressible: true
|
|
33491
|
+
},
|
|
33492
|
+
"application/sarif-external-properties+json": {
|
|
33493
|
+
source: "iana",
|
|
33494
|
+
compressible: true
|
|
33495
|
+
},
|
|
33391
33496
|
"application/sbe": {
|
|
33392
33497
|
source: "iana"
|
|
33393
33498
|
},
|
|
@@ -33546,6 +33651,10 @@ var require_db = __commonJS({
|
|
|
33546
33651
|
compressible: true,
|
|
33547
33652
|
extensions: ["srx"]
|
|
33548
33653
|
},
|
|
33654
|
+
"application/spdx+json": {
|
|
33655
|
+
source: "iana",
|
|
33656
|
+
compressible: true
|
|
33657
|
+
},
|
|
33549
33658
|
"application/spirits-event+xml": {
|
|
33550
33659
|
source: "iana",
|
|
33551
33660
|
compressible: true
|
|
@@ -33663,6 +33772,9 @@ var require_db = __commonJS({
|
|
|
33663
33772
|
"application/tnauthlist": {
|
|
33664
33773
|
source: "iana"
|
|
33665
33774
|
},
|
|
33775
|
+
"application/token-introspection+jwt": {
|
|
33776
|
+
source: "iana"
|
|
33777
|
+
},
|
|
33666
33778
|
"application/toml": {
|
|
33667
33779
|
compressible: true,
|
|
33668
33780
|
extensions: ["toml"]
|
|
@@ -33671,7 +33783,8 @@ var require_db = __commonJS({
|
|
|
33671
33783
|
source: "iana"
|
|
33672
33784
|
},
|
|
33673
33785
|
"application/trig": {
|
|
33674
|
-
source: "iana"
|
|
33786
|
+
source: "iana",
|
|
33787
|
+
extensions: ["trig"]
|
|
33675
33788
|
},
|
|
33676
33789
|
"application/ttml+xml": {
|
|
33677
33790
|
source: "iana",
|
|
@@ -33687,6 +33800,10 @@ var require_db = __commonJS({
|
|
|
33687
33800
|
"application/tzif-leap": {
|
|
33688
33801
|
source: "iana"
|
|
33689
33802
|
},
|
|
33803
|
+
"application/ubjson": {
|
|
33804
|
+
compressible: false,
|
|
33805
|
+
extensions: ["ubj"]
|
|
33806
|
+
},
|
|
33690
33807
|
"application/ulpfec": {
|
|
33691
33808
|
source: "iana"
|
|
33692
33809
|
},
|
|
@@ -33701,7 +33818,8 @@ var require_db = __commonJS({
|
|
|
33701
33818
|
},
|
|
33702
33819
|
"application/urc-targetdesc+xml": {
|
|
33703
33820
|
source: "iana",
|
|
33704
|
-
compressible: true
|
|
33821
|
+
compressible: true,
|
|
33822
|
+
extensions: ["td"]
|
|
33705
33823
|
},
|
|
33706
33824
|
"application/urc-uisocketdesc+xml": {
|
|
33707
33825
|
source: "iana",
|
|
@@ -33737,6 +33855,9 @@ var require_db = __commonJS({
|
|
|
33737
33855
|
"application/vnd.3gpp-v2x-local-service-information": {
|
|
33738
33856
|
source: "iana"
|
|
33739
33857
|
},
|
|
33858
|
+
"application/vnd.3gpp.5gnas": {
|
|
33859
|
+
source: "iana"
|
|
33860
|
+
},
|
|
33740
33861
|
"application/vnd.3gpp.access-transfer-events+xml": {
|
|
33741
33862
|
source: "iana",
|
|
33742
33863
|
compressible: true
|
|
@@ -33749,6 +33870,15 @@ var require_db = __commonJS({
|
|
|
33749
33870
|
source: "iana",
|
|
33750
33871
|
compressible: true
|
|
33751
33872
|
},
|
|
33873
|
+
"application/vnd.3gpp.gtpc": {
|
|
33874
|
+
source: "iana"
|
|
33875
|
+
},
|
|
33876
|
+
"application/vnd.3gpp.interworking-data": {
|
|
33877
|
+
source: "iana"
|
|
33878
|
+
},
|
|
33879
|
+
"application/vnd.3gpp.lpp": {
|
|
33880
|
+
source: "iana"
|
|
33881
|
+
},
|
|
33752
33882
|
"application/vnd.3gpp.mc-signalling-ear": {
|
|
33753
33883
|
source: "iana"
|
|
33754
33884
|
},
|
|
@@ -33858,6 +33988,12 @@ var require_db = __commonJS({
|
|
|
33858
33988
|
source: "iana",
|
|
33859
33989
|
compressible: true
|
|
33860
33990
|
},
|
|
33991
|
+
"application/vnd.3gpp.ngap": {
|
|
33992
|
+
source: "iana"
|
|
33993
|
+
},
|
|
33994
|
+
"application/vnd.3gpp.pfcp": {
|
|
33995
|
+
source: "iana"
|
|
33996
|
+
},
|
|
33861
33997
|
"application/vnd.3gpp.pic-bw-large": {
|
|
33862
33998
|
source: "iana",
|
|
33863
33999
|
extensions: ["plb"]
|
|
@@ -33870,6 +34006,9 @@ var require_db = __commonJS({
|
|
|
33870
34006
|
source: "iana",
|
|
33871
34007
|
extensions: ["pvb"]
|
|
33872
34008
|
},
|
|
34009
|
+
"application/vnd.3gpp.s1ap": {
|
|
34010
|
+
source: "iana"
|
|
34011
|
+
},
|
|
33873
34012
|
"application/vnd.3gpp.sms": {
|
|
33874
34013
|
source: "iana"
|
|
33875
34014
|
},
|
|
@@ -33964,6 +34103,9 @@ var require_db = __commonJS({
|
|
|
33964
34103
|
"application/vnd.afpc.afplinedata-pagedef": {
|
|
33965
34104
|
source: "iana"
|
|
33966
34105
|
},
|
|
34106
|
+
"application/vnd.afpc.cmoca-cmresource": {
|
|
34107
|
+
source: "iana"
|
|
34108
|
+
},
|
|
33967
34109
|
"application/vnd.afpc.foca-charset": {
|
|
33968
34110
|
source: "iana"
|
|
33969
34111
|
},
|
|
@@ -33976,6 +34118,9 @@ var require_db = __commonJS({
|
|
|
33976
34118
|
"application/vnd.afpc.modca": {
|
|
33977
34119
|
source: "iana"
|
|
33978
34120
|
},
|
|
34121
|
+
"application/vnd.afpc.modca-cmtable": {
|
|
34122
|
+
source: "iana"
|
|
34123
|
+
},
|
|
33979
34124
|
"application/vnd.afpc.modca-formdef": {
|
|
33980
34125
|
source: "iana"
|
|
33981
34126
|
},
|
|
@@ -33991,6 +34136,10 @@ var require_db = __commonJS({
|
|
|
33991
34136
|
"application/vnd.afpc.modca-pagesegment": {
|
|
33992
34137
|
source: "iana"
|
|
33993
34138
|
},
|
|
34139
|
+
"application/vnd.age": {
|
|
34140
|
+
source: "iana",
|
|
34141
|
+
extensions: ["age"]
|
|
34142
|
+
},
|
|
33994
34143
|
"application/vnd.ah-barcode": {
|
|
33995
34144
|
source: "iana"
|
|
33996
34145
|
},
|
|
@@ -34052,6 +34201,12 @@ var require_db = __commonJS({
|
|
|
34052
34201
|
source: "iana",
|
|
34053
34202
|
extensions: ["atx"]
|
|
34054
34203
|
},
|
|
34204
|
+
"application/vnd.apache.arrow.file": {
|
|
34205
|
+
source: "iana"
|
|
34206
|
+
},
|
|
34207
|
+
"application/vnd.apache.arrow.stream": {
|
|
34208
|
+
source: "iana"
|
|
34209
|
+
},
|
|
34055
34210
|
"application/vnd.apache.thrift.binary": {
|
|
34056
34211
|
source: "iana"
|
|
34057
34212
|
},
|
|
@@ -34080,7 +34235,7 @@ var require_db = __commonJS({
|
|
|
34080
34235
|
},
|
|
34081
34236
|
"application/vnd.apple.keynote": {
|
|
34082
34237
|
source: "iana",
|
|
34083
|
-
extensions: ["
|
|
34238
|
+
extensions: ["key"]
|
|
34084
34239
|
},
|
|
34085
34240
|
"application/vnd.apple.mpegurl": {
|
|
34086
34241
|
source: "iana",
|
|
@@ -34351,6 +34506,12 @@ var require_db = __commonJS({
|
|
|
34351
34506
|
"application/vnd.crypto-shade-file": {
|
|
34352
34507
|
source: "iana"
|
|
34353
34508
|
},
|
|
34509
|
+
"application/vnd.cryptomator.encrypted": {
|
|
34510
|
+
source: "iana"
|
|
34511
|
+
},
|
|
34512
|
+
"application/vnd.cryptomator.vault": {
|
|
34513
|
+
source: "iana"
|
|
34514
|
+
},
|
|
34354
34515
|
"application/vnd.ctc-posml": {
|
|
34355
34516
|
source: "iana",
|
|
34356
34517
|
extensions: ["pml"]
|
|
@@ -34393,10 +34554,24 @@ var require_db = __commonJS({
|
|
|
34393
34554
|
"application/vnd.cybank": {
|
|
34394
34555
|
source: "iana"
|
|
34395
34556
|
},
|
|
34557
|
+
"application/vnd.cyclonedx+json": {
|
|
34558
|
+
source: "iana",
|
|
34559
|
+
compressible: true
|
|
34560
|
+
},
|
|
34561
|
+
"application/vnd.cyclonedx+xml": {
|
|
34562
|
+
source: "iana",
|
|
34563
|
+
compressible: true
|
|
34564
|
+
},
|
|
34396
34565
|
"application/vnd.d2l.coursepackage1p0+zip": {
|
|
34397
34566
|
source: "iana",
|
|
34398
34567
|
compressible: false
|
|
34399
34568
|
},
|
|
34569
|
+
"application/vnd.d3m-dataset": {
|
|
34570
|
+
source: "iana"
|
|
34571
|
+
},
|
|
34572
|
+
"application/vnd.d3m-problem": {
|
|
34573
|
+
source: "iana"
|
|
34574
|
+
},
|
|
34400
34575
|
"application/vnd.dart": {
|
|
34401
34576
|
source: "iana",
|
|
34402
34577
|
compressible: true,
|
|
@@ -34415,7 +34590,8 @@ var require_db = __commonJS({
|
|
|
34415
34590
|
compressible: true
|
|
34416
34591
|
},
|
|
34417
34592
|
"application/vnd.dbf": {
|
|
34418
|
-
source: "iana"
|
|
34593
|
+
source: "iana",
|
|
34594
|
+
extensions: ["dbf"]
|
|
34419
34595
|
},
|
|
34420
34596
|
"application/vnd.debian.binary-package": {
|
|
34421
34597
|
source: "iana"
|
|
@@ -34586,6 +34762,10 @@ var require_db = __commonJS({
|
|
|
34586
34762
|
"application/vnd.ecip.rlp": {
|
|
34587
34763
|
source: "iana"
|
|
34588
34764
|
},
|
|
34765
|
+
"application/vnd.eclipse.ditto+json": {
|
|
34766
|
+
source: "iana",
|
|
34767
|
+
compressible: true
|
|
34768
|
+
},
|
|
34589
34769
|
"application/vnd.ecowin.chart": {
|
|
34590
34770
|
source: "iana",
|
|
34591
34771
|
extensions: ["mag"]
|
|
@@ -34743,6 +34923,10 @@ var require_db = __commonJS({
|
|
|
34743
34923
|
"application/vnd.etsi.tsl.der": {
|
|
34744
34924
|
source: "iana"
|
|
34745
34925
|
},
|
|
34926
|
+
"application/vnd.eu.kasparian.car+json": {
|
|
34927
|
+
source: "iana",
|
|
34928
|
+
compressible: true
|
|
34929
|
+
},
|
|
34746
34930
|
"application/vnd.eudora.data": {
|
|
34747
34931
|
source: "iana"
|
|
34748
34932
|
},
|
|
@@ -34773,6 +34957,10 @@ var require_db = __commonJS({
|
|
|
34773
34957
|
"application/vnd.f-secure.mobile": {
|
|
34774
34958
|
source: "iana"
|
|
34775
34959
|
},
|
|
34960
|
+
"application/vnd.familysearch.gedcom+zip": {
|
|
34961
|
+
source: "iana",
|
|
34962
|
+
compressible: false
|
|
34963
|
+
},
|
|
34776
34964
|
"application/vnd.fastcopy-disk-image": {
|
|
34777
34965
|
source: "iana"
|
|
34778
34966
|
},
|
|
@@ -34831,6 +35019,19 @@ var require_db = __commonJS({
|
|
|
34831
35019
|
source: "iana",
|
|
34832
35020
|
extensions: ["fsc"]
|
|
34833
35021
|
},
|
|
35022
|
+
"application/vnd.fujifilm.fb.docuworks": {
|
|
35023
|
+
source: "iana"
|
|
35024
|
+
},
|
|
35025
|
+
"application/vnd.fujifilm.fb.docuworks.binder": {
|
|
35026
|
+
source: "iana"
|
|
35027
|
+
},
|
|
35028
|
+
"application/vnd.fujifilm.fb.docuworks.container": {
|
|
35029
|
+
source: "iana"
|
|
35030
|
+
},
|
|
35031
|
+
"application/vnd.fujifilm.fb.jfi+xml": {
|
|
35032
|
+
source: "iana",
|
|
35033
|
+
compressible: true
|
|
35034
|
+
},
|
|
34834
35035
|
"application/vnd.fujitsu.oasys": {
|
|
34835
35036
|
source: "iana",
|
|
34836
35037
|
extensions: ["oas"]
|
|
@@ -34909,6 +35110,9 @@ var require_db = __commonJS({
|
|
|
34909
35110
|
source: "iana",
|
|
34910
35111
|
extensions: ["ggb"]
|
|
34911
35112
|
},
|
|
35113
|
+
"application/vnd.geogebra.slides": {
|
|
35114
|
+
source: "iana"
|
|
35115
|
+
},
|
|
34912
35116
|
"application/vnd.geogebra.tool": {
|
|
34913
35117
|
source: "iana",
|
|
34914
35118
|
extensions: ["ggt"]
|
|
@@ -35047,6 +35251,16 @@ var require_db = __commonJS({
|
|
|
35047
35251
|
source: "iana",
|
|
35048
35252
|
extensions: ["les"]
|
|
35049
35253
|
},
|
|
35254
|
+
"application/vnd.hl7cda+xml": {
|
|
35255
|
+
source: "iana",
|
|
35256
|
+
charset: "UTF-8",
|
|
35257
|
+
compressible: true
|
|
35258
|
+
},
|
|
35259
|
+
"application/vnd.hl7v2+xml": {
|
|
35260
|
+
source: "iana",
|
|
35261
|
+
charset: "UTF-8",
|
|
35262
|
+
compressible: true
|
|
35263
|
+
},
|
|
35050
35264
|
"application/vnd.hp-hpgl": {
|
|
35051
35265
|
source: "iana",
|
|
35052
35266
|
extensions: ["hpgl"]
|
|
@@ -35438,7 +35652,8 @@ var require_db = __commonJS({
|
|
|
35438
35652
|
extensions: ["portpkg"]
|
|
35439
35653
|
},
|
|
35440
35654
|
"application/vnd.mapbox-vector-tile": {
|
|
35441
|
-
source: "iana"
|
|
35655
|
+
source: "iana",
|
|
35656
|
+
extensions: ["mvt"]
|
|
35442
35657
|
},
|
|
35443
35658
|
"application/vnd.marlin.drm.actiontoken+xml": {
|
|
35444
35659
|
source: "iana",
|
|
@@ -35459,6 +35674,10 @@ var require_db = __commonJS({
|
|
|
35459
35674
|
source: "iana",
|
|
35460
35675
|
compressible: true
|
|
35461
35676
|
},
|
|
35677
|
+
"application/vnd.maxar.archive.3tz+zip": {
|
|
35678
|
+
source: "iana",
|
|
35679
|
+
compressible: false
|
|
35680
|
+
},
|
|
35462
35681
|
"application/vnd.maxmind.maxmind-db": {
|
|
35463
35682
|
source: "iana"
|
|
35464
35683
|
},
|
|
@@ -35788,6 +36007,10 @@ var require_db = __commonJS({
|
|
|
35788
36007
|
source: "iana",
|
|
35789
36008
|
extensions: ["taglet"]
|
|
35790
36009
|
},
|
|
36010
|
+
"application/vnd.nacamar.ybrid+json": {
|
|
36011
|
+
source: "iana",
|
|
36012
|
+
compressible: true
|
|
36013
|
+
},
|
|
35791
36014
|
"application/vnd.ncd.control": {
|
|
35792
36015
|
source: "iana"
|
|
35793
36016
|
},
|
|
@@ -35798,6 +36021,9 @@ var require_db = __commonJS({
|
|
|
35798
36021
|
source: "iana",
|
|
35799
36022
|
compressible: true
|
|
35800
36023
|
},
|
|
36024
|
+
"application/vnd.nebumind.line": {
|
|
36025
|
+
source: "iana"
|
|
36026
|
+
},
|
|
35801
36027
|
"application/vnd.nervana": {
|
|
35802
36028
|
source: "iana"
|
|
35803
36029
|
},
|
|
@@ -36145,6 +36371,9 @@ var require_db = __commonJS({
|
|
|
36145
36371
|
source: "iana",
|
|
36146
36372
|
compressible: true
|
|
36147
36373
|
},
|
|
36374
|
+
"application/vnd.oma.lwm2m+cbor": {
|
|
36375
|
+
source: "iana"
|
|
36376
|
+
},
|
|
36148
36377
|
"application/vnd.oma.lwm2m+json": {
|
|
36149
36378
|
source: "iana",
|
|
36150
36379
|
compressible: true
|
|
@@ -36243,6 +36472,9 @@ var require_db = __commonJS({
|
|
|
36243
36472
|
compressible: true,
|
|
36244
36473
|
extensions: ["osm"]
|
|
36245
36474
|
},
|
|
36475
|
+
"application/vnd.opentimestamps.ots": {
|
|
36476
|
+
source: "iana"
|
|
36477
|
+
},
|
|
36246
36478
|
"application/vnd.openxmlformats-officedocument.custom-properties+xml": {
|
|
36247
36479
|
source: "iana",
|
|
36248
36480
|
compressible: true
|
|
@@ -36755,7 +36987,8 @@ var require_db = __commonJS({
|
|
|
36755
36987
|
source: "iana"
|
|
36756
36988
|
},
|
|
36757
36989
|
"application/vnd.rar": {
|
|
36758
|
-
source: "iana"
|
|
36990
|
+
source: "iana",
|
|
36991
|
+
extensions: ["rar"]
|
|
36759
36992
|
},
|
|
36760
36993
|
"application/vnd.realvnc.bed": {
|
|
36761
36994
|
source: "iana",
|
|
@@ -36773,6 +37006,9 @@ var require_db = __commonJS({
|
|
|
36773
37006
|
"application/vnd.renlearn.rlprint": {
|
|
36774
37007
|
source: "iana"
|
|
36775
37008
|
},
|
|
37009
|
+
"application/vnd.resilient.logic": {
|
|
37010
|
+
source: "iana"
|
|
37011
|
+
},
|
|
36776
37012
|
"application/vnd.restful+json": {
|
|
36777
37013
|
source: "iana",
|
|
36778
37014
|
compressible: true
|
|
@@ -36860,6 +37096,10 @@ var require_db = __commonJS({
|
|
|
36860
37096
|
source: "iana",
|
|
36861
37097
|
extensions: ["see"]
|
|
36862
37098
|
},
|
|
37099
|
+
"application/vnd.seis+json": {
|
|
37100
|
+
source: "iana",
|
|
37101
|
+
compressible: true
|
|
37102
|
+
},
|
|
36863
37103
|
"application/vnd.sema": {
|
|
36864
37104
|
source: "iana",
|
|
36865
37105
|
extensions: ["sema"]
|
|
@@ -37054,6 +37294,14 @@ var require_db = __commonJS({
|
|
|
37054
37294
|
"application/vnd.swiftview-ics": {
|
|
37055
37295
|
source: "iana"
|
|
37056
37296
|
},
|
|
37297
|
+
"application/vnd.sycle+xml": {
|
|
37298
|
+
source: "iana",
|
|
37299
|
+
compressible: true
|
|
37300
|
+
},
|
|
37301
|
+
"application/vnd.syft+json": {
|
|
37302
|
+
source: "iana",
|
|
37303
|
+
compressible: true
|
|
37304
|
+
},
|
|
37057
37305
|
"application/vnd.symbian.install": {
|
|
37058
37306
|
source: "apache",
|
|
37059
37307
|
extensions: ["sis", "sisx"]
|
|
@@ -37229,6 +37477,10 @@ var require_db = __commonJS({
|
|
|
37229
37477
|
"application/vnd.verimatrix.vcas": {
|
|
37230
37478
|
source: "iana"
|
|
37231
37479
|
},
|
|
37480
|
+
"application/vnd.veritone.aion+json": {
|
|
37481
|
+
source: "iana",
|
|
37482
|
+
compressible: true
|
|
37483
|
+
},
|
|
37232
37484
|
"application/vnd.veryant.thin": {
|
|
37233
37485
|
source: "iana"
|
|
37234
37486
|
},
|
|
@@ -37276,6 +37528,9 @@ var require_db = __commonJS({
|
|
|
37276
37528
|
source: "iana",
|
|
37277
37529
|
extensions: ["wtb"]
|
|
37278
37530
|
},
|
|
37531
|
+
"application/vnd.wfa.dpp": {
|
|
37532
|
+
source: "iana"
|
|
37533
|
+
},
|
|
37279
37534
|
"application/vnd.wfa.p2p": {
|
|
37280
37535
|
source: "iana"
|
|
37281
37536
|
},
|
|
@@ -37431,12 +37686,14 @@ var require_db = __commonJS({
|
|
|
37431
37686
|
source: "iana"
|
|
37432
37687
|
},
|
|
37433
37688
|
"application/wasm": {
|
|
37689
|
+
source: "iana",
|
|
37434
37690
|
compressible: true,
|
|
37435
37691
|
extensions: ["wasm"]
|
|
37436
37692
|
},
|
|
37437
37693
|
"application/watcherinfo+xml": {
|
|
37438
37694
|
source: "iana",
|
|
37439
|
-
compressible: true
|
|
37695
|
+
compressible: true,
|
|
37696
|
+
extensions: ["wif"]
|
|
37440
37697
|
},
|
|
37441
37698
|
"application/webpush-options+json": {
|
|
37442
37699
|
source: "iana",
|
|
@@ -37712,6 +37969,15 @@ var require_db = __commonJS({
|
|
|
37712
37969
|
source: "apache",
|
|
37713
37970
|
extensions: ["iso"]
|
|
37714
37971
|
},
|
|
37972
|
+
"application/x-iwork-keynote-sffkey": {
|
|
37973
|
+
extensions: ["key"]
|
|
37974
|
+
},
|
|
37975
|
+
"application/x-iwork-numbers-sffnumbers": {
|
|
37976
|
+
extensions: ["numbers"]
|
|
37977
|
+
},
|
|
37978
|
+
"application/x-iwork-pages-sffpages": {
|
|
37979
|
+
extensions: ["pages"]
|
|
37980
|
+
},
|
|
37715
37981
|
"application/x-java-archive-diff": {
|
|
37716
37982
|
source: "nginx",
|
|
37717
37983
|
extensions: ["jardiff"]
|
|
@@ -38068,8 +38334,7 @@ var require_db = __commonJS({
|
|
|
38068
38334
|
},
|
|
38069
38335
|
"application/xcap-error+xml": {
|
|
38070
38336
|
source: "iana",
|
|
38071
|
-
compressible: true
|
|
38072
|
-
extensions: ["xer"]
|
|
38337
|
+
compressible: true
|
|
38073
38338
|
},
|
|
38074
38339
|
"application/xcap-ns+xml": {
|
|
38075
38340
|
source: "iana",
|
|
@@ -38137,7 +38402,7 @@ var require_db = __commonJS({
|
|
|
38137
38402
|
"application/xslt+xml": {
|
|
38138
38403
|
source: "iana",
|
|
38139
38404
|
compressible: true,
|
|
38140
|
-
extensions: ["xslt"]
|
|
38405
|
+
extensions: ["xsl", "xslt"]
|
|
38141
38406
|
},
|
|
38142
38407
|
"application/xspf+xml": {
|
|
38143
38408
|
source: "apache",
|
|
@@ -38210,7 +38475,8 @@ var require_db = __commonJS({
|
|
|
38210
38475
|
extensions: ["adp"]
|
|
38211
38476
|
},
|
|
38212
38477
|
"audio/amr": {
|
|
38213
|
-
source: "iana"
|
|
38478
|
+
source: "iana",
|
|
38479
|
+
extensions: ["amr"]
|
|
38214
38480
|
},
|
|
38215
38481
|
"audio/amr-wb": {
|
|
38216
38482
|
source: "iana"
|
|
@@ -38459,7 +38725,7 @@ var require_db = __commonJS({
|
|
|
38459
38725
|
"audio/ogg": {
|
|
38460
38726
|
source: "iana",
|
|
38461
38727
|
compressible: false,
|
|
38462
|
-
extensions: ["oga", "ogg", "spx"]
|
|
38728
|
+
extensions: ["oga", "ogg", "spx", "opus"]
|
|
38463
38729
|
},
|
|
38464
38730
|
"audio/opus": {
|
|
38465
38731
|
source: "iana"
|
|
@@ -38507,6 +38773,9 @@ var require_db = __commonJS({
|
|
|
38507
38773
|
source: "apache",
|
|
38508
38774
|
extensions: ["s3m"]
|
|
38509
38775
|
},
|
|
38776
|
+
"audio/scip": {
|
|
38777
|
+
source: "iana"
|
|
38778
|
+
},
|
|
38510
38779
|
"audio/silk": {
|
|
38511
38780
|
source: "apache",
|
|
38512
38781
|
extensions: ["sil"]
|
|
@@ -38520,6 +38789,9 @@ var require_db = __commonJS({
|
|
|
38520
38789
|
"audio/smv0": {
|
|
38521
38790
|
source: "iana"
|
|
38522
38791
|
},
|
|
38792
|
+
"audio/sofa": {
|
|
38793
|
+
source: "iana"
|
|
38794
|
+
},
|
|
38523
38795
|
"audio/sp-midi": {
|
|
38524
38796
|
source: "iana"
|
|
38525
38797
|
},
|
|
@@ -38544,6 +38816,9 @@ var require_db = __commonJS({
|
|
|
38544
38816
|
"audio/tone": {
|
|
38545
38817
|
source: "iana"
|
|
38546
38818
|
},
|
|
38819
|
+
"audio/tsvcis": {
|
|
38820
|
+
source: "iana"
|
|
38821
|
+
},
|
|
38547
38822
|
"audio/uemclip": {
|
|
38548
38823
|
source: "iana"
|
|
38549
38824
|
},
|
|
@@ -38838,10 +39113,17 @@ var require_db = __commonJS({
|
|
|
38838
39113
|
extensions: ["apng"]
|
|
38839
39114
|
},
|
|
38840
39115
|
"image/avci": {
|
|
38841
|
-
source: "iana"
|
|
39116
|
+
source: "iana",
|
|
39117
|
+
extensions: ["avci"]
|
|
38842
39118
|
},
|
|
38843
39119
|
"image/avcs": {
|
|
38844
|
-
source: "iana"
|
|
39120
|
+
source: "iana",
|
|
39121
|
+
extensions: ["avcs"]
|
|
39122
|
+
},
|
|
39123
|
+
"image/avif": {
|
|
39124
|
+
source: "iana",
|
|
39125
|
+
compressible: false,
|
|
39126
|
+
extensions: ["avif"]
|
|
38845
39127
|
},
|
|
38846
39128
|
"image/bmp": {
|
|
38847
39129
|
source: "iana",
|
|
@@ -38965,6 +39247,10 @@ var require_db = __commonJS({
|
|
|
38965
39247
|
source: "iana",
|
|
38966
39248
|
extensions: ["ktx"]
|
|
38967
39249
|
},
|
|
39250
|
+
"image/ktx2": {
|
|
39251
|
+
source: "iana",
|
|
39252
|
+
extensions: ["ktx2"]
|
|
39253
|
+
},
|
|
38968
39254
|
"image/naplps": {
|
|
38969
39255
|
source: "iana"
|
|
38970
39256
|
},
|
|
@@ -39066,6 +39352,7 @@ var require_db = __commonJS({
|
|
|
39066
39352
|
},
|
|
39067
39353
|
"image/vnd.microsoft.icon": {
|
|
39068
39354
|
source: "iana",
|
|
39355
|
+
compressible: true,
|
|
39069
39356
|
extensions: ["ico"]
|
|
39070
39357
|
},
|
|
39071
39358
|
"image/vnd.mix": {
|
|
@@ -39075,6 +39362,7 @@ var require_db = __commonJS({
|
|
|
39075
39362
|
source: "iana"
|
|
39076
39363
|
},
|
|
39077
39364
|
"image/vnd.ms-dds": {
|
|
39365
|
+
compressible: true,
|
|
39078
39366
|
extensions: ["dds"]
|
|
39079
39367
|
},
|
|
39080
39368
|
"image/vnd.ms-modi": {
|
|
@@ -39089,6 +39377,10 @@ var require_db = __commonJS({
|
|
|
39089
39377
|
source: "iana",
|
|
39090
39378
|
extensions: ["npx"]
|
|
39091
39379
|
},
|
|
39380
|
+
"image/vnd.pco.b16": {
|
|
39381
|
+
source: "iana",
|
|
39382
|
+
extensions: ["b16"]
|
|
39383
|
+
},
|
|
39092
39384
|
"image/vnd.radiance": {
|
|
39093
39385
|
source: "iana"
|
|
39094
39386
|
},
|
|
@@ -39290,6 +39582,9 @@ var require_db = __commonJS({
|
|
|
39290
39582
|
source: "iana",
|
|
39291
39583
|
extensions: ["3mf"]
|
|
39292
39584
|
},
|
|
39585
|
+
"model/e57": {
|
|
39586
|
+
source: "iana"
|
|
39587
|
+
},
|
|
39293
39588
|
"model/gltf+json": {
|
|
39294
39589
|
source: "iana",
|
|
39295
39590
|
compressible: true,
|
|
@@ -39318,6 +39613,24 @@ var require_db = __commonJS({
|
|
|
39318
39613
|
source: "iana",
|
|
39319
39614
|
extensions: ["obj"]
|
|
39320
39615
|
},
|
|
39616
|
+
"model/step": {
|
|
39617
|
+
source: "iana"
|
|
39618
|
+
},
|
|
39619
|
+
"model/step+xml": {
|
|
39620
|
+
source: "iana",
|
|
39621
|
+
compressible: true,
|
|
39622
|
+
extensions: ["stpx"]
|
|
39623
|
+
},
|
|
39624
|
+
"model/step+zip": {
|
|
39625
|
+
source: "iana",
|
|
39626
|
+
compressible: false,
|
|
39627
|
+
extensions: ["stpz"]
|
|
39628
|
+
},
|
|
39629
|
+
"model/step-xml+zip": {
|
|
39630
|
+
source: "iana",
|
|
39631
|
+
compressible: false,
|
|
39632
|
+
extensions: ["stpxz"]
|
|
39633
|
+
},
|
|
39321
39634
|
"model/stl": {
|
|
39322
39635
|
source: "iana",
|
|
39323
39636
|
extensions: ["stl"]
|
|
@@ -39368,9 +39681,16 @@ var require_db = __commonJS({
|
|
|
39368
39681
|
source: "iana",
|
|
39369
39682
|
extensions: ["x_t"]
|
|
39370
39683
|
},
|
|
39684
|
+
"model/vnd.pytha.pyox": {
|
|
39685
|
+
source: "iana"
|
|
39686
|
+
},
|
|
39371
39687
|
"model/vnd.rosette.annotated-data-model": {
|
|
39372
39688
|
source: "iana"
|
|
39373
39689
|
},
|
|
39690
|
+
"model/vnd.sap.vds": {
|
|
39691
|
+
source: "iana",
|
|
39692
|
+
extensions: ["vds"]
|
|
39693
|
+
},
|
|
39374
39694
|
"model/vnd.usdz+zip": {
|
|
39375
39695
|
source: "iana",
|
|
39376
39696
|
compressible: false,
|
|
@@ -39486,6 +39806,15 @@ var require_db = __commonJS({
|
|
|
39486
39806
|
"text/coffeescript": {
|
|
39487
39807
|
extensions: ["coffee", "litcoffee"]
|
|
39488
39808
|
},
|
|
39809
|
+
"text/cql": {
|
|
39810
|
+
source: "iana"
|
|
39811
|
+
},
|
|
39812
|
+
"text/cql-expression": {
|
|
39813
|
+
source: "iana"
|
|
39814
|
+
},
|
|
39815
|
+
"text/cql-identifier": {
|
|
39816
|
+
source: "iana"
|
|
39817
|
+
},
|
|
39489
39818
|
"text/css": {
|
|
39490
39819
|
source: "iana",
|
|
39491
39820
|
charset: "UTF-8",
|
|
@@ -39515,12 +39844,18 @@ var require_db = __commonJS({
|
|
|
39515
39844
|
"text/enriched": {
|
|
39516
39845
|
source: "iana"
|
|
39517
39846
|
},
|
|
39847
|
+
"text/fhirpath": {
|
|
39848
|
+
source: "iana"
|
|
39849
|
+
},
|
|
39518
39850
|
"text/flexfec": {
|
|
39519
39851
|
source: "iana"
|
|
39520
39852
|
},
|
|
39521
39853
|
"text/fwdred": {
|
|
39522
39854
|
source: "iana"
|
|
39523
39855
|
},
|
|
39856
|
+
"text/gff3": {
|
|
39857
|
+
source: "iana"
|
|
39858
|
+
},
|
|
39524
39859
|
"text/grammar-ref-list": {
|
|
39525
39860
|
source: "iana"
|
|
39526
39861
|
},
|
|
@@ -39627,12 +39962,20 @@ var require_db = __commonJS({
|
|
|
39627
39962
|
source: "iana",
|
|
39628
39963
|
extensions: ["sgml", "sgm"]
|
|
39629
39964
|
},
|
|
39965
|
+
"text/shaclc": {
|
|
39966
|
+
source: "iana"
|
|
39967
|
+
},
|
|
39630
39968
|
"text/shex": {
|
|
39969
|
+
source: "iana",
|
|
39631
39970
|
extensions: ["shex"]
|
|
39632
39971
|
},
|
|
39633
39972
|
"text/slim": {
|
|
39634
39973
|
extensions: ["slim", "slm"]
|
|
39635
39974
|
},
|
|
39975
|
+
"text/spdx": {
|
|
39976
|
+
source: "iana",
|
|
39977
|
+
extensions: ["spdx"]
|
|
39978
|
+
},
|
|
39636
39979
|
"text/strings": {
|
|
39637
39980
|
source: "iana"
|
|
39638
39981
|
},
|
|
@@ -39709,6 +40052,10 @@ var require_db = __commonJS({
|
|
|
39709
40052
|
source: "iana",
|
|
39710
40053
|
charset: "UTF-8"
|
|
39711
40054
|
},
|
|
40055
|
+
"text/vnd.familysearch.gedcom": {
|
|
40056
|
+
source: "iana",
|
|
40057
|
+
extensions: ["ged"]
|
|
40058
|
+
},
|
|
39712
40059
|
"text/vnd.ficlab.flt": {
|
|
39713
40060
|
source: "iana"
|
|
39714
40061
|
},
|
|
@@ -39727,6 +40074,9 @@ var require_db = __commonJS({
|
|
|
39727
40074
|
source: "iana",
|
|
39728
40075
|
extensions: ["gv"]
|
|
39729
40076
|
},
|
|
40077
|
+
"text/vnd.hans": {
|
|
40078
|
+
source: "iana"
|
|
40079
|
+
},
|
|
39730
40080
|
"text/vnd.hgl": {
|
|
39731
40081
|
source: "iana"
|
|
39732
40082
|
},
|
|
@@ -39892,6 +40242,7 @@ var require_db = __commonJS({
|
|
|
39892
40242
|
source: "iana"
|
|
39893
40243
|
},
|
|
39894
40244
|
"text/yaml": {
|
|
40245
|
+
compressible: true,
|
|
39895
40246
|
extensions: ["yaml", "yml"]
|
|
39896
40247
|
},
|
|
39897
40248
|
"video/1d-interleaved-parityfec": {
|
|
@@ -39908,6 +40259,9 @@ var require_db = __commonJS({
|
|
|
39908
40259
|
source: "iana",
|
|
39909
40260
|
extensions: ["3g2"]
|
|
39910
40261
|
},
|
|
40262
|
+
"video/av1": {
|
|
40263
|
+
source: "iana"
|
|
40264
|
+
},
|
|
39911
40265
|
"video/bmpeg": {
|
|
39912
40266
|
source: "iana"
|
|
39913
40267
|
},
|
|
@@ -39923,6 +40277,9 @@ var require_db = __commonJS({
|
|
|
39923
40277
|
"video/encaprtp": {
|
|
39924
40278
|
source: "iana"
|
|
39925
40279
|
},
|
|
40280
|
+
"video/ffv1": {
|
|
40281
|
+
source: "iana"
|
|
40282
|
+
},
|
|
39926
40283
|
"video/flexfec": {
|
|
39927
40284
|
source: "iana"
|
|
39928
40285
|
},
|
|
@@ -39954,7 +40311,8 @@ var require_db = __commonJS({
|
|
|
39954
40311
|
source: "iana"
|
|
39955
40312
|
},
|
|
39956
40313
|
"video/iso.segment": {
|
|
39957
|
-
source: "iana"
|
|
40314
|
+
source: "iana",
|
|
40315
|
+
extensions: ["m4s"]
|
|
39958
40316
|
},
|
|
39959
40317
|
"video/jpeg": {
|
|
39960
40318
|
source: "iana",
|
|
@@ -39967,6 +40325,9 @@ var require_db = __commonJS({
|
|
|
39967
40325
|
source: "apache",
|
|
39968
40326
|
extensions: ["jpm", "jpgm"]
|
|
39969
40327
|
},
|
|
40328
|
+
"video/jxsv": {
|
|
40329
|
+
source: "iana"
|
|
40330
|
+
},
|
|
39970
40331
|
"video/mj2": {
|
|
39971
40332
|
source: "iana",
|
|
39972
40333
|
extensions: ["mj2", "mjp2"]
|
|
@@ -40034,6 +40395,9 @@ var require_db = __commonJS({
|
|
|
40034
40395
|
"video/rtx": {
|
|
40035
40396
|
source: "iana"
|
|
40036
40397
|
},
|
|
40398
|
+
"video/scip": {
|
|
40399
|
+
source: "iana"
|
|
40400
|
+
},
|
|
40037
40401
|
"video/smpte291": {
|
|
40038
40402
|
source: "iana"
|
|
40039
40403
|
},
|
|
@@ -40171,6 +40535,9 @@ var require_db = __commonJS({
|
|
|
40171
40535
|
"video/vp8": {
|
|
40172
40536
|
source: "iana"
|
|
40173
40537
|
},
|
|
40538
|
+
"video/vp9": {
|
|
40539
|
+
source: "iana"
|
|
40540
|
+
},
|
|
40174
40541
|
"video/webm": {
|
|
40175
40542
|
source: "apache",
|
|
40176
40543
|
compressible: false,
|
|
@@ -40253,16 +40620,16 @@ var require_db = __commonJS({
|
|
|
40253
40620
|
}
|
|
40254
40621
|
});
|
|
40255
40622
|
|
|
40256
|
-
// ../../node_modules/mime-db/index.js
|
|
40623
|
+
// ../../node_modules/form-data/node_modules/mime-db/index.js
|
|
40257
40624
|
var require_mime_db = __commonJS({
|
|
40258
|
-
"../../node_modules/mime-db/index.js"(exports2, module2) {
|
|
40625
|
+
"../../node_modules/form-data/node_modules/mime-db/index.js"(exports2, module2) {
|
|
40259
40626
|
module2.exports = require_db();
|
|
40260
40627
|
}
|
|
40261
40628
|
});
|
|
40262
40629
|
|
|
40263
|
-
// ../../node_modules/mime-types/index.js
|
|
40630
|
+
// ../../node_modules/form-data/node_modules/mime-types/index.js
|
|
40264
40631
|
var require_mime_types = __commonJS({
|
|
40265
|
-
"../../node_modules/mime-types/index.js"(exports2) {
|
|
40632
|
+
"../../node_modules/form-data/node_modules/mime-types/index.js"(exports2) {
|
|
40266
40633
|
"use strict";
|
|
40267
40634
|
var db = require_mime_db();
|
|
40268
40635
|
var extname = require("path").extname;
|
|
@@ -40735,9 +41102,9 @@ var require_es_define_property = __commonJS({
|
|
|
40735
41102
|
}
|
|
40736
41103
|
});
|
|
40737
41104
|
|
|
40738
|
-
// ../../node_modules/
|
|
41105
|
+
// ../../node_modules/has-symbols/shams.js
|
|
40739
41106
|
var require_shams = __commonJS({
|
|
40740
|
-
"../../node_modules/
|
|
41107
|
+
"../../node_modules/has-symbols/shams.js"(exports2, module2) {
|
|
40741
41108
|
"use strict";
|
|
40742
41109
|
module2.exports = function hasSymbols() {
|
|
40743
41110
|
if (typeof Symbol !== "function" || typeof Object.getOwnPropertySymbols !== "function") {
|
|
@@ -40790,9 +41157,9 @@ var require_shams = __commonJS({
|
|
|
40790
41157
|
}
|
|
40791
41158
|
});
|
|
40792
41159
|
|
|
40793
|
-
// ../../node_modules/
|
|
41160
|
+
// ../../node_modules/has-symbols/index.js
|
|
40794
41161
|
var require_has_symbols = __commonJS({
|
|
40795
|
-
"../../node_modules/
|
|
41162
|
+
"../../node_modules/has-symbols/index.js"(exports2, module2) {
|
|
40796
41163
|
"use strict";
|
|
40797
41164
|
var origSymbol = typeof Symbol !== "undefined" && Symbol;
|
|
40798
41165
|
var hasSymbolSham = require_shams();
|
|
@@ -41362,63 +41729,11 @@ var require_get_intrinsic = __commonJS({
|
|
|
41362
41729
|
}
|
|
41363
41730
|
});
|
|
41364
41731
|
|
|
41365
|
-
// ../../node_modules/has-symbols/shams.js
|
|
41366
|
-
var require_shams2 = __commonJS({
|
|
41367
|
-
"../../node_modules/has-symbols/shams.js"(exports2, module2) {
|
|
41368
|
-
"use strict";
|
|
41369
|
-
module2.exports = function hasSymbols() {
|
|
41370
|
-
if (typeof Symbol !== "function" || typeof Object.getOwnPropertySymbols !== "function") {
|
|
41371
|
-
return false;
|
|
41372
|
-
}
|
|
41373
|
-
if (typeof Symbol.iterator === "symbol") {
|
|
41374
|
-
return true;
|
|
41375
|
-
}
|
|
41376
|
-
var obj = {};
|
|
41377
|
-
var sym = Symbol("test");
|
|
41378
|
-
var symObj = Object(sym);
|
|
41379
|
-
if (typeof sym === "string") {
|
|
41380
|
-
return false;
|
|
41381
|
-
}
|
|
41382
|
-
if (Object.prototype.toString.call(sym) !== "[object Symbol]") {
|
|
41383
|
-
return false;
|
|
41384
|
-
}
|
|
41385
|
-
if (Object.prototype.toString.call(symObj) !== "[object Symbol]") {
|
|
41386
|
-
return false;
|
|
41387
|
-
}
|
|
41388
|
-
var symVal = 42;
|
|
41389
|
-
obj[sym] = symVal;
|
|
41390
|
-
for (sym in obj) {
|
|
41391
|
-
return false;
|
|
41392
|
-
}
|
|
41393
|
-
if (typeof Object.keys === "function" && Object.keys(obj).length !== 0) {
|
|
41394
|
-
return false;
|
|
41395
|
-
}
|
|
41396
|
-
if (typeof Object.getOwnPropertyNames === "function" && Object.getOwnPropertyNames(obj).length !== 0) {
|
|
41397
|
-
return false;
|
|
41398
|
-
}
|
|
41399
|
-
var syms = Object.getOwnPropertySymbols(obj);
|
|
41400
|
-
if (syms.length !== 1 || syms[0] !== sym) {
|
|
41401
|
-
return false;
|
|
41402
|
-
}
|
|
41403
|
-
if (!Object.prototype.propertyIsEnumerable.call(obj, sym)) {
|
|
41404
|
-
return false;
|
|
41405
|
-
}
|
|
41406
|
-
if (typeof Object.getOwnPropertyDescriptor === "function") {
|
|
41407
|
-
var descriptor = Object.getOwnPropertyDescriptor(obj, sym);
|
|
41408
|
-
if (descriptor.value !== symVal || descriptor.enumerable !== true) {
|
|
41409
|
-
return false;
|
|
41410
|
-
}
|
|
41411
|
-
}
|
|
41412
|
-
return true;
|
|
41413
|
-
};
|
|
41414
|
-
}
|
|
41415
|
-
});
|
|
41416
|
-
|
|
41417
41732
|
// ../../node_modules/has-tostringtag/shams.js
|
|
41418
|
-
var
|
|
41733
|
+
var require_shams2 = __commonJS({
|
|
41419
41734
|
"../../node_modules/has-tostringtag/shams.js"(exports2, module2) {
|
|
41420
41735
|
"use strict";
|
|
41421
|
-
var hasSymbols =
|
|
41736
|
+
var hasSymbols = require_shams();
|
|
41422
41737
|
module2.exports = function hasToStringTagShams() {
|
|
41423
41738
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
41424
41739
|
};
|
|
@@ -41431,7 +41746,7 @@ var require_es_set_tostringtag = __commonJS({
|
|
|
41431
41746
|
"use strict";
|
|
41432
41747
|
var GetIntrinsic = require_get_intrinsic();
|
|
41433
41748
|
var $defineProperty = GetIntrinsic("%Object.defineProperty%", true);
|
|
41434
|
-
var hasToStringTag =
|
|
41749
|
+
var hasToStringTag = require_shams2()();
|
|
41435
41750
|
var hasOwn = require_hasown();
|
|
41436
41751
|
var $TypeError = require_type();
|
|
41437
41752
|
var toStringTag = hasToStringTag ? Symbol.toStringTag : null;
|
|
@@ -46526,11 +46841,8 @@ var require_universalify = __commonJS({
|
|
|
46526
46841
|
if (typeof args[args.length - 1] === "function") fn.apply(this, args);
|
|
46527
46842
|
else {
|
|
46528
46843
|
return new Promise((resolve2, reject2) => {
|
|
46529
|
-
|
|
46530
|
-
|
|
46531
|
-
...args,
|
|
46532
|
-
(err, res) => err != null ? reject2(err) : resolve2(res)
|
|
46533
|
-
);
|
|
46844
|
+
args.push((err, res) => err != null ? reject2(err) : resolve2(res));
|
|
46845
|
+
fn.apply(this, args);
|
|
46534
46846
|
});
|
|
46535
46847
|
}
|
|
46536
46848
|
}, "name", { value: fn.name });
|
|
@@ -46539,7 +46851,10 @@ var require_universalify = __commonJS({
|
|
|
46539
46851
|
return Object.defineProperty(function(...args) {
|
|
46540
46852
|
const cb = args[args.length - 1];
|
|
46541
46853
|
if (typeof cb !== "function") return fn.apply(this, args);
|
|
46542
|
-
else
|
|
46854
|
+
else {
|
|
46855
|
+
args.pop();
|
|
46856
|
+
fn.apply(this, args).then((r) => cb(null, r), cb);
|
|
46857
|
+
}
|
|
46543
46858
|
}, "name", { value: fn.name });
|
|
46544
46859
|
};
|
|
46545
46860
|
}
|
|
@@ -48432,13 +48747,12 @@ var require_jsonfile = __commonJS({
|
|
|
48432
48747
|
const str = stringify(obj, options);
|
|
48433
48748
|
return fs.writeFileSync(file, str, options);
|
|
48434
48749
|
}
|
|
48435
|
-
|
|
48750
|
+
module2.exports = {
|
|
48436
48751
|
readFile,
|
|
48437
48752
|
readFileSync,
|
|
48438
48753
|
writeFile,
|
|
48439
48754
|
writeFileSync
|
|
48440
48755
|
};
|
|
48441
|
-
module2.exports = jsonfile;
|
|
48442
48756
|
}
|
|
48443
48757
|
});
|
|
48444
48758
|
|
|
@@ -59064,7 +59378,7 @@ var deepFind = (obj, path, keySeparator = ".") => {
|
|
|
59064
59378
|
}
|
|
59065
59379
|
return current;
|
|
59066
59380
|
};
|
|
59067
|
-
var getCleanedCode = (code) => code == null ? void 0 : code.replace(
|
|
59381
|
+
var getCleanedCode = (code) => code == null ? void 0 : code.replace(/_/g, "-");
|
|
59068
59382
|
var consoleLogger = {
|
|
59069
59383
|
type: "logger",
|
|
59070
59384
|
log(args) {
|
|
@@ -59324,7 +59638,16 @@ function keysFromSelector(selector, opts) {
|
|
|
59324
59638
|
const {
|
|
59325
59639
|
[PATH_KEY]: path
|
|
59326
59640
|
} = selector(createProxy());
|
|
59327
|
-
|
|
59641
|
+
const keySeparator = (opts == null ? void 0 : opts.keySeparator) ?? ".";
|
|
59642
|
+
const nsSeparator = (opts == null ? void 0 : opts.nsSeparator) ?? ":";
|
|
59643
|
+
if (path.length > 1 && nsSeparator) {
|
|
59644
|
+
const ns = opts == null ? void 0 : opts.ns;
|
|
59645
|
+
const namespaces = ns ? Array.isArray(ns) ? ns : [ns] : [];
|
|
59646
|
+
if (namespaces.includes(path[0])) {
|
|
59647
|
+
return `${path[0]}${nsSeparator}${path.slice(1).join(keySeparator)}`;
|
|
59648
|
+
}
|
|
59649
|
+
}
|
|
59650
|
+
return path.join(keySeparator);
|
|
59328
59651
|
}
|
|
59329
59652
|
var checkedLoadedFor = {};
|
|
59330
59653
|
var shouldHandleAsObject = (res) => !isString(res) && typeof res !== "boolean" && typeof res !== "number";
|
|
@@ -60653,7 +60976,7 @@ var I18n = class _I18n extends EventEmitter {
|
|
|
60653
60976
|
this.options.overloadTranslationOptionHandler = defOpts.overloadTranslationOptionHandler;
|
|
60654
60977
|
}
|
|
60655
60978
|
if (this.options.showSupportNotice !== false && !usesLocize(this) && !getSupportNoticeShown()) {
|
|
60656
|
-
if (typeof console !== "undefined" && typeof console.info !== "undefined") console.info("\u{1F310} i18next is
|
|
60979
|
+
if (typeof console !== "undefined" && typeof console.info !== "undefined") console.info("\u{1F310} i18next is made possible by our own product, Locize \u2014 consider powering your project with managed localization (AI, CDN, integrations): https://locize.com \u{1F499}");
|
|
60657
60980
|
setSupportNoticeShown();
|
|
60658
60981
|
}
|
|
60659
60982
|
const createClassOnDemand = (ClassOrObject) => {
|
|
@@ -61344,6 +61667,7 @@ mime-db/index.js:
|
|
|
61344
61667
|
(*!
|
|
61345
61668
|
* mime-db
|
|
61346
61669
|
* Copyright(c) 2014 Jonathan Ong
|
|
61670
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
61347
61671
|
* MIT Licensed
|
|
61348
61672
|
*)
|
|
61349
61673
|
|