@lark-apaas/devtool-kits 0.1.0-alpha.1 → 0.1.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +383 -185
- package/dist/error.html +322 -0
- package/dist/index.cjs +509 -245
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +57 -3
- package/dist/index.d.ts +57 -3
- package/dist/index.js +857 -595
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33,10 +33,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
33
|
|
|
34
34
|
// ../../../node_modules/depd/index.js
|
|
35
35
|
var require_depd = __commonJS({
|
|
36
|
-
"../../../node_modules/depd/index.js"(exports,
|
|
36
|
+
"../../../node_modules/depd/index.js"(exports, module) {
|
|
37
37
|
"use strict";
|
|
38
38
|
var relative2 = __require("path").relative;
|
|
39
|
-
|
|
39
|
+
module.exports = depd;
|
|
40
40
|
var basePath = process.cwd();
|
|
41
41
|
function containsNamespace(str, namespace) {
|
|
42
42
|
var vals = str.split(/[ ,]+/);
|
|
@@ -357,11 +357,11 @@ var require_depd = __commonJS({
|
|
|
357
357
|
|
|
358
358
|
// ../../../node_modules/bytes/index.js
|
|
359
359
|
var require_bytes = __commonJS({
|
|
360
|
-
"../../../node_modules/bytes/index.js"(exports,
|
|
360
|
+
"../../../node_modules/bytes/index.js"(exports, module) {
|
|
361
361
|
"use strict";
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
362
|
+
module.exports = bytes;
|
|
363
|
+
module.exports.format = format;
|
|
364
|
+
module.exports.parse = parse;
|
|
365
365
|
var formatThousandsRegExp = /\B(?=(\d{3})+(?!\d))/g;
|
|
366
366
|
var formatDecimalsRegExp = /(?:\.0*|(\.[^0]+)0+)$/;
|
|
367
367
|
var map = {
|
|
@@ -558,9 +558,9 @@ var require_content_type = __commonJS({
|
|
|
558
558
|
|
|
559
559
|
// ../../../node_modules/setprototypeof/index.js
|
|
560
560
|
var require_setprototypeof = __commonJS({
|
|
561
|
-
"../../../node_modules/setprototypeof/index.js"(exports,
|
|
561
|
+
"../../../node_modules/setprototypeof/index.js"(exports, module) {
|
|
562
562
|
"use strict";
|
|
563
|
-
|
|
563
|
+
module.exports = Object.setPrototypeOf || ({
|
|
564
564
|
__proto__: []
|
|
565
565
|
} instanceof Array ? setProtoOf : mixinProperties);
|
|
566
566
|
function setProtoOf(obj, proto) {
|
|
@@ -582,8 +582,8 @@ var require_setprototypeof = __commonJS({
|
|
|
582
582
|
|
|
583
583
|
// ../../../node_modules/statuses/codes.json
|
|
584
584
|
var require_codes = __commonJS({
|
|
585
|
-
"../../../node_modules/statuses/codes.json"(exports,
|
|
586
|
-
|
|
585
|
+
"../../../node_modules/statuses/codes.json"(exports, module) {
|
|
586
|
+
module.exports = {
|
|
587
587
|
"100": "Continue",
|
|
588
588
|
"101": "Switching Protocols",
|
|
589
589
|
"102": "Processing",
|
|
@@ -653,10 +653,10 @@ var require_codes = __commonJS({
|
|
|
653
653
|
|
|
654
654
|
// ../../../node_modules/statuses/index.js
|
|
655
655
|
var require_statuses = __commonJS({
|
|
656
|
-
"../../../node_modules/statuses/index.js"(exports,
|
|
656
|
+
"../../../node_modules/statuses/index.js"(exports, module) {
|
|
657
657
|
"use strict";
|
|
658
658
|
var codes = require_codes();
|
|
659
|
-
|
|
659
|
+
module.exports = status;
|
|
660
660
|
status.message = codes;
|
|
661
661
|
status.code = createMessageToStatusCodeMap(codes);
|
|
662
662
|
status.codes = createStatusCodeList(codes);
|
|
@@ -729,10 +729,10 @@ var require_statuses = __commonJS({
|
|
|
729
729
|
|
|
730
730
|
// ../../../node_modules/inherits/inherits_browser.js
|
|
731
731
|
var require_inherits_browser = __commonJS({
|
|
732
|
-
"../../../node_modules/inherits/inherits_browser.js"(exports,
|
|
732
|
+
"../../../node_modules/inherits/inherits_browser.js"(exports, module) {
|
|
733
733
|
"use strict";
|
|
734
734
|
if (typeof Object.create === "function") {
|
|
735
|
-
|
|
735
|
+
module.exports = /* @__PURE__ */ __name(function inherits(ctor, superCtor) {
|
|
736
736
|
if (superCtor) {
|
|
737
737
|
ctor.super_ = superCtor;
|
|
738
738
|
ctor.prototype = Object.create(superCtor.prototype, {
|
|
@@ -746,7 +746,7 @@ var require_inherits_browser = __commonJS({
|
|
|
746
746
|
}
|
|
747
747
|
}, "inherits");
|
|
748
748
|
} else {
|
|
749
|
-
|
|
749
|
+
module.exports = /* @__PURE__ */ __name(function inherits(ctor, superCtor) {
|
|
750
750
|
if (superCtor) {
|
|
751
751
|
ctor.super_ = superCtor;
|
|
752
752
|
var TempCtor = /* @__PURE__ */ __name(function() {
|
|
@@ -762,14 +762,14 @@ var require_inherits_browser = __commonJS({
|
|
|
762
762
|
|
|
763
763
|
// ../../../node_modules/inherits/inherits.js
|
|
764
764
|
var require_inherits = __commonJS({
|
|
765
|
-
"../../../node_modules/inherits/inherits.js"(exports,
|
|
765
|
+
"../../../node_modules/inherits/inherits.js"(exports, module) {
|
|
766
766
|
"use strict";
|
|
767
767
|
try {
|
|
768
768
|
util = __require("util");
|
|
769
769
|
if (typeof util.inherits !== "function") throw "";
|
|
770
|
-
|
|
770
|
+
module.exports = util.inherits;
|
|
771
771
|
} catch (e) {
|
|
772
|
-
|
|
772
|
+
module.exports = require_inherits_browser();
|
|
773
773
|
}
|
|
774
774
|
var util;
|
|
775
775
|
}
|
|
@@ -777,9 +777,9 @@ var require_inherits = __commonJS({
|
|
|
777
777
|
|
|
778
778
|
// ../../../node_modules/toidentifier/index.js
|
|
779
779
|
var require_toidentifier = __commonJS({
|
|
780
|
-
"../../../node_modules/toidentifier/index.js"(exports,
|
|
780
|
+
"../../../node_modules/toidentifier/index.js"(exports, module) {
|
|
781
781
|
"use strict";
|
|
782
|
-
|
|
782
|
+
module.exports = toIdentifier;
|
|
783
783
|
function toIdentifier(str) {
|
|
784
784
|
return str.split(" ").map(function(token) {
|
|
785
785
|
return token.slice(0, 1).toUpperCase() + token.slice(1);
|
|
@@ -791,17 +791,17 @@ var require_toidentifier = __commonJS({
|
|
|
791
791
|
|
|
792
792
|
// ../../../node_modules/http-errors/index.js
|
|
793
793
|
var require_http_errors = __commonJS({
|
|
794
|
-
"../../../node_modules/http-errors/index.js"(exports,
|
|
794
|
+
"../../../node_modules/http-errors/index.js"(exports, module) {
|
|
795
795
|
"use strict";
|
|
796
796
|
var deprecate = require_depd()("http-errors");
|
|
797
797
|
var setPrototypeOf = require_setprototypeof();
|
|
798
798
|
var statuses = require_statuses();
|
|
799
799
|
var inherits = require_inherits();
|
|
800
800
|
var toIdentifier = require_toidentifier();
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
populateConstructorExports(
|
|
801
|
+
module.exports = createError;
|
|
802
|
+
module.exports.HttpError = createHttpErrorConstructor();
|
|
803
|
+
module.exports.isHttpError = createIsHttpErrorFunction(module.exports.HttpError);
|
|
804
|
+
populateConstructorExports(module.exports, statuses.codes, module.exports.HttpError);
|
|
805
805
|
function codeClass(status) {
|
|
806
806
|
return Number(String(status).charAt(0) + "00");
|
|
807
807
|
}
|
|
@@ -967,14 +967,14 @@ var require_http_errors = __commonJS({
|
|
|
967
967
|
|
|
968
968
|
// ../../../node_modules/body-parser/node_modules/ms/index.js
|
|
969
969
|
var require_ms = __commonJS({
|
|
970
|
-
"../../../node_modules/body-parser/node_modules/ms/index.js"(exports,
|
|
970
|
+
"../../../node_modules/body-parser/node_modules/ms/index.js"(exports, module) {
|
|
971
971
|
"use strict";
|
|
972
972
|
var s = 1e3;
|
|
973
973
|
var m = s * 60;
|
|
974
974
|
var h = m * 60;
|
|
975
975
|
var d = h * 24;
|
|
976
976
|
var y = d * 365.25;
|
|
977
|
-
|
|
977
|
+
module.exports = function(val, options) {
|
|
978
978
|
options = options || {};
|
|
979
979
|
var type = typeof val;
|
|
980
980
|
if (type === "string" && val.length > 0) {
|
|
@@ -1070,9 +1070,9 @@ var require_ms = __commonJS({
|
|
|
1070
1070
|
|
|
1071
1071
|
// ../../../node_modules/body-parser/node_modules/debug/src/debug.js
|
|
1072
1072
|
var require_debug = __commonJS({
|
|
1073
|
-
"../../../node_modules/body-parser/node_modules/debug/src/debug.js"(exports,
|
|
1073
|
+
"../../../node_modules/body-parser/node_modules/debug/src/debug.js"(exports, module) {
|
|
1074
1074
|
"use strict";
|
|
1075
|
-
exports =
|
|
1075
|
+
exports = module.exports = createDebug.debug = createDebug["default"] = createDebug;
|
|
1076
1076
|
exports.coerce = coerce;
|
|
1077
1077
|
exports.disable = disable;
|
|
1078
1078
|
exports.enable = enable;
|
|
@@ -1183,9 +1183,9 @@ var require_debug = __commonJS({
|
|
|
1183
1183
|
|
|
1184
1184
|
// ../../../node_modules/body-parser/node_modules/debug/src/browser.js
|
|
1185
1185
|
var require_browser = __commonJS({
|
|
1186
|
-
"../../../node_modules/body-parser/node_modules/debug/src/browser.js"(exports,
|
|
1186
|
+
"../../../node_modules/body-parser/node_modules/debug/src/browser.js"(exports, module) {
|
|
1187
1187
|
"use strict";
|
|
1188
|
-
exports =
|
|
1188
|
+
exports = module.exports = require_debug();
|
|
1189
1189
|
exports.log = log;
|
|
1190
1190
|
exports.formatArgs = formatArgs;
|
|
1191
1191
|
exports.save = save;
|
|
@@ -1276,11 +1276,11 @@ var require_browser = __commonJS({
|
|
|
1276
1276
|
|
|
1277
1277
|
// ../../../node_modules/body-parser/node_modules/debug/src/node.js
|
|
1278
1278
|
var require_node = __commonJS({
|
|
1279
|
-
"../../../node_modules/body-parser/node_modules/debug/src/node.js"(exports,
|
|
1279
|
+
"../../../node_modules/body-parser/node_modules/debug/src/node.js"(exports, module) {
|
|
1280
1280
|
"use strict";
|
|
1281
1281
|
var tty = __require("tty");
|
|
1282
1282
|
var util = __require("util");
|
|
1283
|
-
exports =
|
|
1283
|
+
exports = module.exports = require_debug();
|
|
1284
1284
|
exports.init = init;
|
|
1285
1285
|
exports.log = log;
|
|
1286
1286
|
exports.formatArgs = formatArgs;
|
|
@@ -1370,8 +1370,8 @@ var require_node = __commonJS({
|
|
|
1370
1370
|
}
|
|
1371
1371
|
break;
|
|
1372
1372
|
case "FILE":
|
|
1373
|
-
var
|
|
1374
|
-
stream2 = new
|
|
1373
|
+
var fs10 = __require("fs");
|
|
1374
|
+
stream2 = new fs10.SyncWriteStream(fd2, {
|
|
1375
1375
|
autoClose: false
|
|
1376
1376
|
});
|
|
1377
1377
|
stream2._type = "fs";
|
|
@@ -1413,25 +1413,25 @@ var require_node = __commonJS({
|
|
|
1413
1413
|
|
|
1414
1414
|
// ../../../node_modules/body-parser/node_modules/debug/src/index.js
|
|
1415
1415
|
var require_src = __commonJS({
|
|
1416
|
-
"../../../node_modules/body-parser/node_modules/debug/src/index.js"(exports,
|
|
1416
|
+
"../../../node_modules/body-parser/node_modules/debug/src/index.js"(exports, module) {
|
|
1417
1417
|
"use strict";
|
|
1418
1418
|
if (typeof process !== "undefined" && process.type === "renderer") {
|
|
1419
|
-
|
|
1419
|
+
module.exports = require_browser();
|
|
1420
1420
|
} else {
|
|
1421
|
-
|
|
1421
|
+
module.exports = require_node();
|
|
1422
1422
|
}
|
|
1423
1423
|
}
|
|
1424
1424
|
});
|
|
1425
1425
|
|
|
1426
1426
|
// ../../../node_modules/destroy/index.js
|
|
1427
1427
|
var require_destroy = __commonJS({
|
|
1428
|
-
"../../../node_modules/destroy/index.js"(exports,
|
|
1428
|
+
"../../../node_modules/destroy/index.js"(exports, module) {
|
|
1429
1429
|
"use strict";
|
|
1430
1430
|
var EventEmitter = __require("events").EventEmitter;
|
|
1431
1431
|
var ReadStream = __require("fs").ReadStream;
|
|
1432
1432
|
var Stream = __require("stream");
|
|
1433
1433
|
var Zlib = __require("zlib");
|
|
1434
|
-
|
|
1434
|
+
module.exports = destroy;
|
|
1435
1435
|
function destroy(stream, suppress) {
|
|
1436
1436
|
if (isFsReadStream(stream)) {
|
|
1437
1437
|
destroyReadStream(stream);
|
|
@@ -1523,7 +1523,7 @@ var require_destroy = __commonJS({
|
|
|
1523
1523
|
|
|
1524
1524
|
// ../../../node_modules/safer-buffer/safer.js
|
|
1525
1525
|
var require_safer = __commonJS({
|
|
1526
|
-
"../../../node_modules/safer-buffer/safer.js"(exports,
|
|
1526
|
+
"../../../node_modules/safer-buffer/safer.js"(exports, module) {
|
|
1527
1527
|
"use strict";
|
|
1528
1528
|
var buffer = __require("buffer");
|
|
1529
1529
|
var Buffer2 = buffer.Buffer;
|
|
@@ -1585,7 +1585,7 @@ var require_safer = __commonJS({
|
|
|
1585
1585
|
safer.constants.MAX_STRING_LENGTH = safer.kStringMaxLength;
|
|
1586
1586
|
}
|
|
1587
1587
|
}
|
|
1588
|
-
|
|
1588
|
+
module.exports = safer;
|
|
1589
1589
|
}
|
|
1590
1590
|
});
|
|
1591
1591
|
|
|
@@ -1635,10 +1635,10 @@ var require_bom_handling = __commonJS({
|
|
|
1635
1635
|
|
|
1636
1636
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/internal.js
|
|
1637
1637
|
var require_internal = __commonJS({
|
|
1638
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/internal.js"(exports,
|
|
1638
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/internal.js"(exports, module) {
|
|
1639
1639
|
"use strict";
|
|
1640
1640
|
var Buffer2 = require_safer().Buffer;
|
|
1641
|
-
|
|
1641
|
+
module.exports = {
|
|
1642
1642
|
// Encodings
|
|
1643
1643
|
utf8: {
|
|
1644
1644
|
type: "_internal",
|
|
@@ -2165,9 +2165,9 @@ var require_sbcs_codec = __commonJS({
|
|
|
2165
2165
|
|
|
2166
2166
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data.js
|
|
2167
2167
|
var require_sbcs_data = __commonJS({
|
|
2168
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data.js"(exports,
|
|
2168
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data.js"(exports, module) {
|
|
2169
2169
|
"use strict";
|
|
2170
|
-
|
|
2170
|
+
module.exports = {
|
|
2171
2171
|
// Not supported by iconv, not sure why.
|
|
2172
2172
|
"10029": "maccenteuro",
|
|
2173
2173
|
"maccenteuro": {
|
|
@@ -2314,9 +2314,9 @@ var require_sbcs_data = __commonJS({
|
|
|
2314
2314
|
|
|
2315
2315
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data-generated.js
|
|
2316
2316
|
var require_sbcs_data_generated = __commonJS({
|
|
2317
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data-generated.js"(exports,
|
|
2317
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data-generated.js"(exports, module) {
|
|
2318
2318
|
"use strict";
|
|
2319
|
-
|
|
2319
|
+
module.exports = {
|
|
2320
2320
|
"437": "cp437",
|
|
2321
2321
|
"737": "cp737",
|
|
2322
2322
|
"775": "cp775",
|
|
@@ -3116,8 +3116,8 @@ var require_dbcs_codec = __commonJS({
|
|
|
3116
3116
|
|
|
3117
3117
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/shiftjis.json
|
|
3118
3118
|
var require_shiftjis = __commonJS({
|
|
3119
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/shiftjis.json"(exports,
|
|
3120
|
-
|
|
3119
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/shiftjis.json"(exports, module) {
|
|
3120
|
+
module.exports = [
|
|
3121
3121
|
["0", "\0", 128],
|
|
3122
3122
|
["a1", "\uFF61", 62],
|
|
3123
3123
|
["8140", "\u3000\u3001\u3002\uFF0C\uFF0E\u30FB\uFF1A\uFF1B\uFF1F\uFF01\u309B\u309C\xB4\uFF40\xA8\uFF3E\uFFE3\uFF3F\u30FD\u30FE\u309D\u309E\u3003\u4EDD\u3005\u3006\u3007\u30FC\u2015\u2010\uFF0F\uFF3C\uFF5E\u2225\uFF5C\u2026\u2025\u2018\u2019\u201C\u201D\uFF08\uFF09\u3014\u3015\uFF3B\uFF3D\uFF5B\uFF5D\u3008", 9, "\uFF0B\uFF0D\xB1\xD7"],
|
|
@@ -3247,8 +3247,8 @@ var require_shiftjis = __commonJS({
|
|
|
3247
3247
|
|
|
3248
3248
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/eucjp.json
|
|
3249
3249
|
var require_eucjp = __commonJS({
|
|
3250
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/eucjp.json"(exports,
|
|
3251
|
-
|
|
3250
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/eucjp.json"(exports, module) {
|
|
3251
|
+
module.exports = [
|
|
3252
3252
|
["0", "\0", 127],
|
|
3253
3253
|
["8ea1", "\uFF61", 62],
|
|
3254
3254
|
["a1a1", "\u3000\u3001\u3002\uFF0C\uFF0E\u30FB\uFF1A\uFF1B\uFF1F\uFF01\u309B\u309C\xB4\uFF40\xA8\uFF3E\uFFE3\uFF3F\u30FD\u30FE\u309D\u309E\u3003\u4EDD\u3005\u3006\u3007\u30FC\u2015\u2010\uFF0F\uFF3C\uFF5E\u2225\uFF5C\u2026\u2025\u2018\u2019\u201C\u201D\uFF08\uFF09\u3014\u3015\uFF3B\uFF3D\uFF5B\uFF5D\u3008", 9, "\uFF0B\uFF0D\xB1\xD7\xF7\uFF1D\u2260\uFF1C\uFF1E\u2266\u2267\u221E\u2234\u2642\u2640\xB0\u2032\u2033\u2103\uFFE5\uFF04\uFFE0\uFFE1\uFF05\uFF03\uFF06\uFF0A\uFF20\xA7\u2606\u2605\u25CB\u25CF\u25CE\u25C7"],
|
|
@@ -3435,8 +3435,8 @@ var require_eucjp = __commonJS({
|
|
|
3435
3435
|
|
|
3436
3436
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp936.json
|
|
3437
3437
|
var require_cp936 = __commonJS({
|
|
3438
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp936.json"(exports,
|
|
3439
|
-
|
|
3438
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp936.json"(exports, module) {
|
|
3439
|
+
module.exports = [
|
|
3440
3440
|
["0", "\0", 127, "\u20AC"],
|
|
3441
3441
|
["8140", "\u4E02\u4E04\u4E05\u4E06\u4E0F\u4E12\u4E17\u4E1F\u4E20\u4E21\u4E23\u4E26\u4E29\u4E2E\u4E2F\u4E31\u4E33\u4E35\u4E37\u4E3C\u4E40\u4E41\u4E42\u4E44\u4E46\u4E4A\u4E51\u4E55\u4E57\u4E5A\u4E5B\u4E62\u4E63\u4E64\u4E65\u4E67\u4E68\u4E6A", 5, "\u4E72\u4E74", 9, "\u4E7F", 6, "\u4E87\u4E8A"],
|
|
3442
3442
|
["8180", "\u4E90\u4E96\u4E97\u4E99\u4E9C\u4E9D\u4E9E\u4EA3\u4EAA\u4EAF\u4EB0\u4EB1\u4EB4\u4EB6\u4EB7\u4EB8\u4EB9\u4EBC\u4EBD\u4EBE\u4EC8\u4ECC\u4ECF\u4ED0\u4ED2\u4EDA\u4EDB\u4EDC\u4EE0\u4EE2\u4EE6\u4EE7\u4EE9\u4EED\u4EEE\u4EEF\u4EF1\u4EF4\u4EF8\u4EF9\u4EFA\u4EFC\u4EFE\u4F00\u4F02", 6, "\u4F0B\u4F0C\u4F12", 4, "\u4F1C\u4F1D\u4F21\u4F23\u4F28\u4F29\u4F2C\u4F2D\u4F2E\u4F31\u4F33\u4F35\u4F37\u4F39\u4F3B\u4F3E", 4, "\u4F44\u4F45\u4F47", 5, "\u4F52\u4F54\u4F56\u4F61\u4F62\u4F66\u4F68\u4F6A\u4F6B\u4F6D\u4F6E\u4F71\u4F72\u4F75\u4F77\u4F78\u4F79\u4F7A\u4F7D\u4F80\u4F81\u4F82\u4F85\u4F86\u4F87\u4F8A\u4F8C\u4F8E\u4F90\u4F92\u4F93\u4F95\u4F96\u4F98\u4F99\u4F9A\u4F9C\u4F9E\u4F9F\u4FA1\u4FA2"],
|
|
@@ -3705,8 +3705,8 @@ var require_cp936 = __commonJS({
|
|
|
3705
3705
|
|
|
3706
3706
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/gbk-added.json
|
|
3707
3707
|
var require_gbk_added = __commonJS({
|
|
3708
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/gbk-added.json"(exports,
|
|
3709
|
-
|
|
3708
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/gbk-added.json"(exports, module) {
|
|
3709
|
+
module.exports = [
|
|
3710
3710
|
["a140", "\uE4C6", 62],
|
|
3711
3711
|
["a180", "\uE505", 32],
|
|
3712
3712
|
["a240", "\uE526", 62],
|
|
@@ -3766,15 +3766,15 @@ var require_gbk_added = __commonJS({
|
|
|
3766
3766
|
|
|
3767
3767
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json
|
|
3768
3768
|
var require_gb18030_ranges = __commonJS({
|
|
3769
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json"(exports,
|
|
3770
|
-
|
|
3769
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json"(exports, module) {
|
|
3770
|
+
module.exports = { uChars: [128, 165, 169, 178, 184, 216, 226, 235, 238, 244, 248, 251, 253, 258, 276, 284, 300, 325, 329, 334, 364, 463, 465, 467, 469, 471, 473, 475, 477, 506, 594, 610, 712, 716, 730, 930, 938, 962, 970, 1026, 1104, 1106, 8209, 8215, 8218, 8222, 8231, 8241, 8244, 8246, 8252, 8365, 8452, 8454, 8458, 8471, 8482, 8556, 8570, 8596, 8602, 8713, 8720, 8722, 8726, 8731, 8737, 8740, 8742, 8748, 8751, 8760, 8766, 8777, 8781, 8787, 8802, 8808, 8816, 8854, 8858, 8870, 8896, 8979, 9322, 9372, 9548, 9588, 9616, 9622, 9634, 9652, 9662, 9672, 9676, 9680, 9702, 9735, 9738, 9793, 9795, 11906, 11909, 11913, 11917, 11928, 11944, 11947, 11951, 11956, 11960, 11964, 11979, 12284, 12292, 12312, 12319, 12330, 12351, 12436, 12447, 12535, 12543, 12586, 12842, 12850, 12964, 13200, 13215, 13218, 13253, 13263, 13267, 13270, 13384, 13428, 13727, 13839, 13851, 14617, 14703, 14801, 14816, 14964, 15183, 15471, 15585, 16471, 16736, 17208, 17325, 17330, 17374, 17623, 17997, 18018, 18212, 18218, 18301, 18318, 18760, 18811, 18814, 18820, 18823, 18844, 18848, 18872, 19576, 19620, 19738, 19887, 40870, 59244, 59336, 59367, 59413, 59417, 59423, 59431, 59437, 59443, 59452, 59460, 59478, 59493, 63789, 63866, 63894, 63976, 63986, 64016, 64018, 64021, 64025, 64034, 64037, 64042, 65074, 65093, 65107, 65112, 65127, 65132, 65375, 65510, 65536], gbChars: [0, 36, 38, 45, 50, 81, 89, 95, 96, 100, 103, 104, 105, 109, 126, 133, 148, 172, 175, 179, 208, 306, 307, 308, 309, 310, 311, 312, 313, 341, 428, 443, 544, 545, 558, 741, 742, 749, 750, 805, 819, 820, 7922, 7924, 7925, 7927, 7934, 7943, 7944, 7945, 7950, 8062, 8148, 8149, 8152, 8164, 8174, 8236, 8240, 8262, 8264, 8374, 8380, 8381, 8384, 8388, 8390, 8392, 8393, 8394, 8396, 8401, 8406, 8416, 8419, 8424, 8437, 8439, 8445, 8482, 8485, 8496, 8521, 8603, 8936, 8946, 9046, 9050, 9063, 9066, 9076, 9092, 9100, 9108, 9111, 9113, 9131, 9162, 9164, 9218, 9219, 11329, 11331, 11334, 11336, 11346, 11361, 11363, 11366, 11370, 11372, 11375, 11389, 11682, 11686, 11687, 11692, 11694, 11714, 11716, 11723, 11725, 11730, 11736, 11982, 11989, 12102, 12336, 12348, 12350, 12384, 12393, 12395, 12397, 12510, 12553, 12851, 12962, 12973, 13738, 13823, 13919, 13933, 14080, 14298, 14585, 14698, 15583, 15847, 16318, 16434, 16438, 16481, 16729, 17102, 17122, 17315, 17320, 17402, 17418, 17859, 17909, 17911, 17915, 17916, 17936, 17939, 17961, 18664, 18703, 18814, 18962, 19043, 33469, 33470, 33471, 33484, 33485, 33490, 33497, 33501, 33505, 33513, 33520, 33536, 33550, 37845, 37921, 37948, 38029, 38038, 38064, 38065, 38066, 38069, 38075, 38076, 38078, 39108, 39109, 39113, 39114, 39115, 39116, 39265, 39394, 189e3] };
|
|
3771
3771
|
}
|
|
3772
3772
|
});
|
|
3773
3773
|
|
|
3774
3774
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp949.json
|
|
3775
3775
|
var require_cp949 = __commonJS({
|
|
3776
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp949.json"(exports,
|
|
3777
|
-
|
|
3776
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp949.json"(exports, module) {
|
|
3777
|
+
module.exports = [
|
|
3778
3778
|
["0", "\0", 127],
|
|
3779
3779
|
["8141", "\uAC02\uAC03\uAC05\uAC06\uAC0B", 4, "\uAC18\uAC1E\uAC1F\uAC21\uAC22\uAC23\uAC25", 6, "\uAC2E\uAC32\uAC33\uAC34"],
|
|
3780
3780
|
["8161", "\uAC35\uAC36\uAC37\uAC3A\uAC3B\uAC3D\uAC3E\uAC3F\uAC41", 9, "\uAC4C\uAC4E", 5, "\uAC55"],
|
|
@@ -4052,8 +4052,8 @@ var require_cp949 = __commonJS({
|
|
|
4052
4052
|
|
|
4053
4053
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp950.json
|
|
4054
4054
|
var require_cp950 = __commonJS({
|
|
4055
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp950.json"(exports,
|
|
4056
|
-
|
|
4055
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp950.json"(exports, module) {
|
|
4056
|
+
module.exports = [
|
|
4057
4057
|
["0", "\0", 127],
|
|
4058
4058
|
["a140", "\u3000\uFF0C\u3001\u3002\uFF0E\u2027\uFF1B\uFF1A\uFF1F\uFF01\uFE30\u2026\u2025\uFE50\uFE51\uFE52\xB7\uFE54\uFE55\uFE56\uFE57\uFF5C\u2013\uFE31\u2014\uFE33\u2574\uFE34\uFE4F\uFF08\uFF09\uFE35\uFE36\uFF5B\uFF5D\uFE37\uFE38\u3014\u3015\uFE39\uFE3A\u3010\u3011\uFE3B\uFE3C\u300A\u300B\uFE3D\uFE3E\u3008\u3009\uFE3F\uFE40\u300C\u300D\uFE41\uFE42\u300E\u300F\uFE43\uFE44\uFE59\uFE5A"],
|
|
4059
4059
|
["a1a1", "\uFE5B\uFE5C\uFE5D\uFE5E\u2018\u2019\u201C\u201D\u301D\u301E\u2035\u2032\uFF03\uFF06\uFF0A\u203B\xA7\u3003\u25CB\u25CF\u25B3\u25B2\u25CE\u2606\u2605\u25C7\u25C6\u25A1\u25A0\u25BD\u25BC\u32A3\u2105\xAF\uFFE3\uFF3F\u02CD\uFE49\uFE4A\uFE4D\uFE4E\uFE4B\uFE4C\uFE5F\uFE60\uFE61\uFF0B\uFF0D\xD7\xF7\xB1\u221A\uFF1C\uFF1E\uFF1D\u2266\u2267\u2260\u221E\u2252\u2261\uFE62", 4, "\uFF5E\u2229\u222A\u22A5\u2220\u221F\u22BF\u33D2\u33D1\u222B\u222E\u2235\u2234\u2640\u2642\u2295\u2299\u2191\u2193\u2190\u2192\u2196\u2197\u2199\u2198\u2225\u2223\uFF0F"],
|
|
@@ -4235,8 +4235,8 @@ var require_cp950 = __commonJS({
|
|
|
4235
4235
|
|
|
4236
4236
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/big5-added.json
|
|
4237
4237
|
var require_big5_added = __commonJS({
|
|
4238
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/big5-added.json"(exports,
|
|
4239
|
-
|
|
4238
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/tables/big5-added.json"(exports, module) {
|
|
4239
|
+
module.exports = [
|
|
4240
4240
|
["8740", "\u43F0\u4C32\u4603\u45A6\u4578\u{27267}\u4D77\u45B3\u{27CB1}\u4CE2\u{27CC5}\u3B95\u4736\u4744\u4C47\u4C40\u{242BF}\u{23617}\u{27352}\u{26E8B}\u{270D2}\u4C57\u{2A351}\u474F\u45DA\u4C85\u{27C6C}\u4D07\u4AA4\u46A1\u{26B23}\u7225\u{25A54}\u{21A63}\u{23E06}\u{23F61}\u664D\u56FB"],
|
|
4241
4241
|
["8767", "\u7D95\u591D\u{28BB9}\u3DF4\u9734\u{27BEF}\u5BDB\u{21D5E}\u5AA4\u3625\u{29EB0}\u5AD1\u5BB7\u5CFC\u676E\u8593\u{29945}\u7461\u749D\u3875\u{21D53}\u{2369E}\u{26021}\u3EEC"],
|
|
4242
4242
|
["87a1", "\u{258DE}\u3AF5\u7AFC\u9F97\u{24161}\u{2890D}\u{231EA}\u{20A8A}\u{2325E}\u430A\u8484\u9F96\u942F\u4930\u8613\u5896\u974A\u9218\u79D0\u7A32\u6660\u6A29\u889D\u744C\u7BC5\u6782\u7A2C\u524F\u9046\u34E6\u73C4\u{25DB9}\u74C6\u9FC7\u57B3\u492F\u544C\u4131\u{2368E}\u5818\u7A72\u{27B65}\u8B8F\u46AE\u{26E88}\u4181\u{25D99}\u7BAE\u{224BC}\u9FC8\u{224C1}\u{224C9}\u{224CC}\u9FC9\u8504\u{235BB}\u40B4\u9FCA\u44E1\u{2ADFF}\u62C1\u706E\u9FCB"],
|
|
@@ -4363,9 +4363,9 @@ var require_big5_added = __commonJS({
|
|
|
4363
4363
|
|
|
4364
4364
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-data.js
|
|
4365
4365
|
var require_dbcs_data = __commonJS({
|
|
4366
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-data.js"(exports,
|
|
4366
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-data.js"(exports, module) {
|
|
4367
4367
|
"use strict";
|
|
4368
|
-
|
|
4368
|
+
module.exports = {
|
|
4369
4369
|
// == Japanese/ShiftJIS ====================================================
|
|
4370
4370
|
// All japanese encodings are based on JIS X set of standards:
|
|
4371
4371
|
// JIS X 0201 - Single-byte encoding of ASCII + ¥ + Kana chars at 0xA1-0xDF.
|
|
@@ -4555,7 +4555,7 @@ var require_dbcs_data = __commonJS({
|
|
|
4555
4555
|
|
|
4556
4556
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/encodings/index.js
|
|
4557
4557
|
var require_encodings = __commonJS({
|
|
4558
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/index.js"(exports,
|
|
4558
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/encodings/index.js"(exports, module) {
|
|
4559
4559
|
"use strict";
|
|
4560
4560
|
var modules = [
|
|
4561
4561
|
require_internal(),
|
|
@@ -4568,10 +4568,10 @@ var require_encodings = __commonJS({
|
|
|
4568
4568
|
require_dbcs_data()
|
|
4569
4569
|
];
|
|
4570
4570
|
for (i = 0; i < modules.length; i++) {
|
|
4571
|
-
|
|
4572
|
-
for (enc in
|
|
4571
|
+
module = modules[i];
|
|
4572
|
+
for (enc in module) if (Object.prototype.hasOwnProperty.call(module, enc)) exports[enc] = module[enc];
|
|
4573
4573
|
}
|
|
4574
|
-
var
|
|
4574
|
+
var module;
|
|
4575
4575
|
var enc;
|
|
4576
4576
|
var i;
|
|
4577
4577
|
}
|
|
@@ -4579,11 +4579,11 @@ var require_encodings = __commonJS({
|
|
|
4579
4579
|
|
|
4580
4580
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/lib/streams.js
|
|
4581
4581
|
var require_streams = __commonJS({
|
|
4582
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/lib/streams.js"(exports,
|
|
4582
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/lib/streams.js"(exports, module) {
|
|
4583
4583
|
"use strict";
|
|
4584
4584
|
var Buffer2 = __require("buffer").Buffer;
|
|
4585
4585
|
var Transform = __require("stream").Transform;
|
|
4586
|
-
|
|
4586
|
+
module.exports = function(iconv) {
|
|
4587
4587
|
iconv.encodeStream = /* @__PURE__ */ __name(function encodeStream(encoding, options) {
|
|
4588
4588
|
return new IconvLiteEncoderStream(iconv.getEncoder(encoding, options), options);
|
|
4589
4589
|
}, "encodeStream");
|
|
@@ -4684,10 +4684,10 @@ var require_streams = __commonJS({
|
|
|
4684
4684
|
|
|
4685
4685
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/lib/extend-node.js
|
|
4686
4686
|
var require_extend_node = __commonJS({
|
|
4687
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/lib/extend-node.js"(exports,
|
|
4687
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/lib/extend-node.js"(exports, module) {
|
|
4688
4688
|
"use strict";
|
|
4689
4689
|
var Buffer2 = __require("buffer").Buffer;
|
|
4690
|
-
|
|
4690
|
+
module.exports = function(iconv) {
|
|
4691
4691
|
var original = void 0;
|
|
4692
4692
|
iconv.supportsNodeEncodingsExtension = !(Buffer2.from || new Buffer2(0) instanceof Uint8Array);
|
|
4693
4693
|
iconv.extendNodeEncodings = /* @__PURE__ */ __name(function extendNodeEncodings() {
|
|
@@ -4837,11 +4837,11 @@ var require_extend_node = __commonJS({
|
|
|
4837
4837
|
|
|
4838
4838
|
// ../../../node_modules/raw-body/node_modules/iconv-lite/lib/index.js
|
|
4839
4839
|
var require_lib = __commonJS({
|
|
4840
|
-
"../../../node_modules/raw-body/node_modules/iconv-lite/lib/index.js"(exports,
|
|
4840
|
+
"../../../node_modules/raw-body/node_modules/iconv-lite/lib/index.js"(exports, module) {
|
|
4841
4841
|
"use strict";
|
|
4842
4842
|
var Buffer2 = require_safer().Buffer;
|
|
4843
4843
|
var bomHandling = require_bom_handling();
|
|
4844
|
-
var iconv =
|
|
4844
|
+
var iconv = module.exports;
|
|
4845
4845
|
iconv.encodings = null;
|
|
4846
4846
|
iconv.defaultCharUnicode = "\uFFFD";
|
|
4847
4847
|
iconv.defaultCharSingleByte = "?";
|
|
@@ -4936,9 +4936,9 @@ var require_lib = __commonJS({
|
|
|
4936
4936
|
|
|
4937
4937
|
// ../../../node_modules/unpipe/index.js
|
|
4938
4938
|
var require_unpipe = __commonJS({
|
|
4939
|
-
"../../../node_modules/unpipe/index.js"(exports,
|
|
4939
|
+
"../../../node_modules/unpipe/index.js"(exports, module) {
|
|
4940
4940
|
"use strict";
|
|
4941
|
-
|
|
4941
|
+
module.exports = unpipe;
|
|
4942
4942
|
function hasPipeDataListeners(stream) {
|
|
4943
4943
|
var listeners = stream.listeners("data");
|
|
4944
4944
|
for (var i = 0; i < listeners.length; i++) {
|
|
@@ -4976,14 +4976,14 @@ var require_unpipe = __commonJS({
|
|
|
4976
4976
|
|
|
4977
4977
|
// ../../../node_modules/raw-body/index.js
|
|
4978
4978
|
var require_raw_body = __commonJS({
|
|
4979
|
-
"../../../node_modules/raw-body/index.js"(exports,
|
|
4979
|
+
"../../../node_modules/raw-body/index.js"(exports, module) {
|
|
4980
4980
|
"use strict";
|
|
4981
4981
|
var asyncHooks = tryRequireAsyncHooks();
|
|
4982
4982
|
var bytes = require_bytes();
|
|
4983
4983
|
var createError = require_http_errors();
|
|
4984
4984
|
var iconv = require_lib();
|
|
4985
4985
|
var unpipe = require_unpipe();
|
|
4986
|
-
|
|
4986
|
+
module.exports = getRawBody;
|
|
4987
4987
|
var ICONV_ENCODING_MESSAGE_REGEXP = /^Encoding not recognized: /;
|
|
4988
4988
|
function getDecoder(encoding) {
|
|
4989
4989
|
if (!encoding) return null;
|
|
@@ -5221,10 +5221,10 @@ var require_bom_handling2 = __commonJS({
|
|
|
5221
5221
|
|
|
5222
5222
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/internal.js
|
|
5223
5223
|
var require_internal2 = __commonJS({
|
|
5224
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/internal.js"(exports,
|
|
5224
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/internal.js"(exports, module) {
|
|
5225
5225
|
"use strict";
|
|
5226
5226
|
var Buffer2 = require_safer().Buffer;
|
|
5227
|
-
|
|
5227
|
+
module.exports = {
|
|
5228
5228
|
// Encodings
|
|
5229
5229
|
utf8: {
|
|
5230
5230
|
type: "_internal",
|
|
@@ -5751,9 +5751,9 @@ var require_sbcs_codec2 = __commonJS({
|
|
|
5751
5751
|
|
|
5752
5752
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/sbcs-data.js
|
|
5753
5753
|
var require_sbcs_data2 = __commonJS({
|
|
5754
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/sbcs-data.js"(exports,
|
|
5754
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/sbcs-data.js"(exports, module) {
|
|
5755
5755
|
"use strict";
|
|
5756
|
-
|
|
5756
|
+
module.exports = {
|
|
5757
5757
|
// Not supported by iconv, not sure why.
|
|
5758
5758
|
"10029": "maccenteuro",
|
|
5759
5759
|
"maccenteuro": {
|
|
@@ -5900,9 +5900,9 @@ var require_sbcs_data2 = __commonJS({
|
|
|
5900
5900
|
|
|
5901
5901
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/sbcs-data-generated.js
|
|
5902
5902
|
var require_sbcs_data_generated2 = __commonJS({
|
|
5903
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/sbcs-data-generated.js"(exports,
|
|
5903
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/sbcs-data-generated.js"(exports, module) {
|
|
5904
5904
|
"use strict";
|
|
5905
|
-
|
|
5905
|
+
module.exports = {
|
|
5906
5906
|
"437": "cp437",
|
|
5907
5907
|
"737": "cp737",
|
|
5908
5908
|
"775": "cp775",
|
|
@@ -6702,8 +6702,8 @@ var require_dbcs_codec2 = __commonJS({
|
|
|
6702
6702
|
|
|
6703
6703
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/shiftjis.json
|
|
6704
6704
|
var require_shiftjis2 = __commonJS({
|
|
6705
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/shiftjis.json"(exports,
|
|
6706
|
-
|
|
6705
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/shiftjis.json"(exports, module) {
|
|
6706
|
+
module.exports = [
|
|
6707
6707
|
["0", "\0", 128],
|
|
6708
6708
|
["a1", "\uFF61", 62],
|
|
6709
6709
|
["8140", "\u3000\u3001\u3002\uFF0C\uFF0E\u30FB\uFF1A\uFF1B\uFF1F\uFF01\u309B\u309C\xB4\uFF40\xA8\uFF3E\uFFE3\uFF3F\u30FD\u30FE\u309D\u309E\u3003\u4EDD\u3005\u3006\u3007\u30FC\u2015\u2010\uFF0F\uFF3C\uFF5E\u2225\uFF5C\u2026\u2025\u2018\u2019\u201C\u201D\uFF08\uFF09\u3014\u3015\uFF3B\uFF3D\uFF5B\uFF5D\u3008", 9, "\uFF0B\uFF0D\xB1\xD7"],
|
|
@@ -6833,8 +6833,8 @@ var require_shiftjis2 = __commonJS({
|
|
|
6833
6833
|
|
|
6834
6834
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/eucjp.json
|
|
6835
6835
|
var require_eucjp2 = __commonJS({
|
|
6836
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/eucjp.json"(exports,
|
|
6837
|
-
|
|
6836
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/eucjp.json"(exports, module) {
|
|
6837
|
+
module.exports = [
|
|
6838
6838
|
["0", "\0", 127],
|
|
6839
6839
|
["8ea1", "\uFF61", 62],
|
|
6840
6840
|
["a1a1", "\u3000\u3001\u3002\uFF0C\uFF0E\u30FB\uFF1A\uFF1B\uFF1F\uFF01\u309B\u309C\xB4\uFF40\xA8\uFF3E\uFFE3\uFF3F\u30FD\u30FE\u309D\u309E\u3003\u4EDD\u3005\u3006\u3007\u30FC\u2015\u2010\uFF0F\uFF3C\uFF5E\u2225\uFF5C\u2026\u2025\u2018\u2019\u201C\u201D\uFF08\uFF09\u3014\u3015\uFF3B\uFF3D\uFF5B\uFF5D\u3008", 9, "\uFF0B\uFF0D\xB1\xD7\xF7\uFF1D\u2260\uFF1C\uFF1E\u2266\u2267\u221E\u2234\u2642\u2640\xB0\u2032\u2033\u2103\uFFE5\uFF04\uFFE0\uFFE1\uFF05\uFF03\uFF06\uFF0A\uFF20\xA7\u2606\u2605\u25CB\u25CF\u25CE\u25C7"],
|
|
@@ -7021,8 +7021,8 @@ var require_eucjp2 = __commonJS({
|
|
|
7021
7021
|
|
|
7022
7022
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/cp936.json
|
|
7023
7023
|
var require_cp9362 = __commonJS({
|
|
7024
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/cp936.json"(exports,
|
|
7025
|
-
|
|
7024
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/cp936.json"(exports, module) {
|
|
7025
|
+
module.exports = [
|
|
7026
7026
|
["0", "\0", 127, "\u20AC"],
|
|
7027
7027
|
["8140", "\u4E02\u4E04\u4E05\u4E06\u4E0F\u4E12\u4E17\u4E1F\u4E20\u4E21\u4E23\u4E26\u4E29\u4E2E\u4E2F\u4E31\u4E33\u4E35\u4E37\u4E3C\u4E40\u4E41\u4E42\u4E44\u4E46\u4E4A\u4E51\u4E55\u4E57\u4E5A\u4E5B\u4E62\u4E63\u4E64\u4E65\u4E67\u4E68\u4E6A", 5, "\u4E72\u4E74", 9, "\u4E7F", 6, "\u4E87\u4E8A"],
|
|
7028
7028
|
["8180", "\u4E90\u4E96\u4E97\u4E99\u4E9C\u4E9D\u4E9E\u4EA3\u4EAA\u4EAF\u4EB0\u4EB1\u4EB4\u4EB6\u4EB7\u4EB8\u4EB9\u4EBC\u4EBD\u4EBE\u4EC8\u4ECC\u4ECF\u4ED0\u4ED2\u4EDA\u4EDB\u4EDC\u4EE0\u4EE2\u4EE6\u4EE7\u4EE9\u4EED\u4EEE\u4EEF\u4EF1\u4EF4\u4EF8\u4EF9\u4EFA\u4EFC\u4EFE\u4F00\u4F02", 6, "\u4F0B\u4F0C\u4F12", 4, "\u4F1C\u4F1D\u4F21\u4F23\u4F28\u4F29\u4F2C\u4F2D\u4F2E\u4F31\u4F33\u4F35\u4F37\u4F39\u4F3B\u4F3E", 4, "\u4F44\u4F45\u4F47", 5, "\u4F52\u4F54\u4F56\u4F61\u4F62\u4F66\u4F68\u4F6A\u4F6B\u4F6D\u4F6E\u4F71\u4F72\u4F75\u4F77\u4F78\u4F79\u4F7A\u4F7D\u4F80\u4F81\u4F82\u4F85\u4F86\u4F87\u4F8A\u4F8C\u4F8E\u4F90\u4F92\u4F93\u4F95\u4F96\u4F98\u4F99\u4F9A\u4F9C\u4F9E\u4F9F\u4FA1\u4FA2"],
|
|
@@ -7291,8 +7291,8 @@ var require_cp9362 = __commonJS({
|
|
|
7291
7291
|
|
|
7292
7292
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/gbk-added.json
|
|
7293
7293
|
var require_gbk_added2 = __commonJS({
|
|
7294
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/gbk-added.json"(exports,
|
|
7295
|
-
|
|
7294
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/gbk-added.json"(exports, module) {
|
|
7295
|
+
module.exports = [
|
|
7296
7296
|
["a140", "\uE4C6", 62],
|
|
7297
7297
|
["a180", "\uE505", 32],
|
|
7298
7298
|
["a240", "\uE526", 62],
|
|
@@ -7352,15 +7352,15 @@ var require_gbk_added2 = __commonJS({
|
|
|
7352
7352
|
|
|
7353
7353
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json
|
|
7354
7354
|
var require_gb18030_ranges2 = __commonJS({
|
|
7355
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json"(exports,
|
|
7356
|
-
|
|
7355
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json"(exports, module) {
|
|
7356
|
+
module.exports = { uChars: [128, 165, 169, 178, 184, 216, 226, 235, 238, 244, 248, 251, 253, 258, 276, 284, 300, 325, 329, 334, 364, 463, 465, 467, 469, 471, 473, 475, 477, 506, 594, 610, 712, 716, 730, 930, 938, 962, 970, 1026, 1104, 1106, 8209, 8215, 8218, 8222, 8231, 8241, 8244, 8246, 8252, 8365, 8452, 8454, 8458, 8471, 8482, 8556, 8570, 8596, 8602, 8713, 8720, 8722, 8726, 8731, 8737, 8740, 8742, 8748, 8751, 8760, 8766, 8777, 8781, 8787, 8802, 8808, 8816, 8854, 8858, 8870, 8896, 8979, 9322, 9372, 9548, 9588, 9616, 9622, 9634, 9652, 9662, 9672, 9676, 9680, 9702, 9735, 9738, 9793, 9795, 11906, 11909, 11913, 11917, 11928, 11944, 11947, 11951, 11956, 11960, 11964, 11979, 12284, 12292, 12312, 12319, 12330, 12351, 12436, 12447, 12535, 12543, 12586, 12842, 12850, 12964, 13200, 13215, 13218, 13253, 13263, 13267, 13270, 13384, 13428, 13727, 13839, 13851, 14617, 14703, 14801, 14816, 14964, 15183, 15471, 15585, 16471, 16736, 17208, 17325, 17330, 17374, 17623, 17997, 18018, 18212, 18218, 18301, 18318, 18760, 18811, 18814, 18820, 18823, 18844, 18848, 18872, 19576, 19620, 19738, 19887, 40870, 59244, 59336, 59367, 59413, 59417, 59423, 59431, 59437, 59443, 59452, 59460, 59478, 59493, 63789, 63866, 63894, 63976, 63986, 64016, 64018, 64021, 64025, 64034, 64037, 64042, 65074, 65093, 65107, 65112, 65127, 65132, 65375, 65510, 65536], gbChars: [0, 36, 38, 45, 50, 81, 89, 95, 96, 100, 103, 104, 105, 109, 126, 133, 148, 172, 175, 179, 208, 306, 307, 308, 309, 310, 311, 312, 313, 341, 428, 443, 544, 545, 558, 741, 742, 749, 750, 805, 819, 820, 7922, 7924, 7925, 7927, 7934, 7943, 7944, 7945, 7950, 8062, 8148, 8149, 8152, 8164, 8174, 8236, 8240, 8262, 8264, 8374, 8380, 8381, 8384, 8388, 8390, 8392, 8393, 8394, 8396, 8401, 8406, 8416, 8419, 8424, 8437, 8439, 8445, 8482, 8485, 8496, 8521, 8603, 8936, 8946, 9046, 9050, 9063, 9066, 9076, 9092, 9100, 9108, 9111, 9113, 9131, 9162, 9164, 9218, 9219, 11329, 11331, 11334, 11336, 11346, 11361, 11363, 11366, 11370, 11372, 11375, 11389, 11682, 11686, 11687, 11692, 11694, 11714, 11716, 11723, 11725, 11730, 11736, 11982, 11989, 12102, 12336, 12348, 12350, 12384, 12393, 12395, 12397, 12510, 12553, 12851, 12962, 12973, 13738, 13823, 13919, 13933, 14080, 14298, 14585, 14698, 15583, 15847, 16318, 16434, 16438, 16481, 16729, 17102, 17122, 17315, 17320, 17402, 17418, 17859, 17909, 17911, 17915, 17916, 17936, 17939, 17961, 18664, 18703, 18814, 18962, 19043, 33469, 33470, 33471, 33484, 33485, 33490, 33497, 33501, 33505, 33513, 33520, 33536, 33550, 37845, 37921, 37948, 38029, 38038, 38064, 38065, 38066, 38069, 38075, 38076, 38078, 39108, 39109, 39113, 39114, 39115, 39116, 39265, 39394, 189e3] };
|
|
7357
7357
|
}
|
|
7358
7358
|
});
|
|
7359
7359
|
|
|
7360
7360
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/cp949.json
|
|
7361
7361
|
var require_cp9492 = __commonJS({
|
|
7362
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/cp949.json"(exports,
|
|
7363
|
-
|
|
7362
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/cp949.json"(exports, module) {
|
|
7363
|
+
module.exports = [
|
|
7364
7364
|
["0", "\0", 127],
|
|
7365
7365
|
["8141", "\uAC02\uAC03\uAC05\uAC06\uAC0B", 4, "\uAC18\uAC1E\uAC1F\uAC21\uAC22\uAC23\uAC25", 6, "\uAC2E\uAC32\uAC33\uAC34"],
|
|
7366
7366
|
["8161", "\uAC35\uAC36\uAC37\uAC3A\uAC3B\uAC3D\uAC3E\uAC3F\uAC41", 9, "\uAC4C\uAC4E", 5, "\uAC55"],
|
|
@@ -7638,8 +7638,8 @@ var require_cp9492 = __commonJS({
|
|
|
7638
7638
|
|
|
7639
7639
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/cp950.json
|
|
7640
7640
|
var require_cp9502 = __commonJS({
|
|
7641
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/cp950.json"(exports,
|
|
7642
|
-
|
|
7641
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/cp950.json"(exports, module) {
|
|
7642
|
+
module.exports = [
|
|
7643
7643
|
["0", "\0", 127],
|
|
7644
7644
|
["a140", "\u3000\uFF0C\u3001\u3002\uFF0E\u2027\uFF1B\uFF1A\uFF1F\uFF01\uFE30\u2026\u2025\uFE50\uFE51\uFE52\xB7\uFE54\uFE55\uFE56\uFE57\uFF5C\u2013\uFE31\u2014\uFE33\u2574\uFE34\uFE4F\uFF08\uFF09\uFE35\uFE36\uFF5B\uFF5D\uFE37\uFE38\u3014\u3015\uFE39\uFE3A\u3010\u3011\uFE3B\uFE3C\u300A\u300B\uFE3D\uFE3E\u3008\u3009\uFE3F\uFE40\u300C\u300D\uFE41\uFE42\u300E\u300F\uFE43\uFE44\uFE59\uFE5A"],
|
|
7645
7645
|
["a1a1", "\uFE5B\uFE5C\uFE5D\uFE5E\u2018\u2019\u201C\u201D\u301D\u301E\u2035\u2032\uFF03\uFF06\uFF0A\u203B\xA7\u3003\u25CB\u25CF\u25B3\u25B2\u25CE\u2606\u2605\u25C7\u25C6\u25A1\u25A0\u25BD\u25BC\u32A3\u2105\xAF\uFFE3\uFF3F\u02CD\uFE49\uFE4A\uFE4D\uFE4E\uFE4B\uFE4C\uFE5F\uFE60\uFE61\uFF0B\uFF0D\xD7\xF7\xB1\u221A\uFF1C\uFF1E\uFF1D\u2266\u2267\u2260\u221E\u2252\u2261\uFE62", 4, "\uFF5E\u2229\u222A\u22A5\u2220\u221F\u22BF\u33D2\u33D1\u222B\u222E\u2235\u2234\u2640\u2642\u2295\u2299\u2191\u2193\u2190\u2192\u2196\u2197\u2199\u2198\u2225\u2223\uFF0F"],
|
|
@@ -7821,8 +7821,8 @@ var require_cp9502 = __commonJS({
|
|
|
7821
7821
|
|
|
7822
7822
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/big5-added.json
|
|
7823
7823
|
var require_big5_added2 = __commonJS({
|
|
7824
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/big5-added.json"(exports,
|
|
7825
|
-
|
|
7824
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/tables/big5-added.json"(exports, module) {
|
|
7825
|
+
module.exports = [
|
|
7826
7826
|
["8740", "\u43F0\u4C32\u4603\u45A6\u4578\u{27267}\u4D77\u45B3\u{27CB1}\u4CE2\u{27CC5}\u3B95\u4736\u4744\u4C47\u4C40\u{242BF}\u{23617}\u{27352}\u{26E8B}\u{270D2}\u4C57\u{2A351}\u474F\u45DA\u4C85\u{27C6C}\u4D07\u4AA4\u46A1\u{26B23}\u7225\u{25A54}\u{21A63}\u{23E06}\u{23F61}\u664D\u56FB"],
|
|
7827
7827
|
["8767", "\u7D95\u591D\u{28BB9}\u3DF4\u9734\u{27BEF}\u5BDB\u{21D5E}\u5AA4\u3625\u{29EB0}\u5AD1\u5BB7\u5CFC\u676E\u8593\u{29945}\u7461\u749D\u3875\u{21D53}\u{2369E}\u{26021}\u3EEC"],
|
|
7828
7828
|
["87a1", "\u{258DE}\u3AF5\u7AFC\u9F97\u{24161}\u{2890D}\u{231EA}\u{20A8A}\u{2325E}\u430A\u8484\u9F96\u942F\u4930\u8613\u5896\u974A\u9218\u79D0\u7A32\u6660\u6A29\u889D\u744C\u7BC5\u6782\u7A2C\u524F\u9046\u34E6\u73C4\u{25DB9}\u74C6\u9FC7\u57B3\u492F\u544C\u4131\u{2368E}\u5818\u7A72\u{27B65}\u8B8F\u46AE\u{26E88}\u4181\u{25D99}\u7BAE\u{224BC}\u9FC8\u{224C1}\u{224C9}\u{224CC}\u9FC9\u8504\u{235BB}\u40B4\u9FCA\u44E1\u{2ADFF}\u62C1\u706E\u9FCB"],
|
|
@@ -7949,9 +7949,9 @@ var require_big5_added2 = __commonJS({
|
|
|
7949
7949
|
|
|
7950
7950
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/dbcs-data.js
|
|
7951
7951
|
var require_dbcs_data2 = __commonJS({
|
|
7952
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/dbcs-data.js"(exports,
|
|
7952
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/dbcs-data.js"(exports, module) {
|
|
7953
7953
|
"use strict";
|
|
7954
|
-
|
|
7954
|
+
module.exports = {
|
|
7955
7955
|
// == Japanese/ShiftJIS ====================================================
|
|
7956
7956
|
// All japanese encodings are based on JIS X set of standards:
|
|
7957
7957
|
// JIS X 0201 - Single-byte encoding of ASCII + ¥ + Kana chars at 0xA1-0xDF.
|
|
@@ -8141,7 +8141,7 @@ var require_dbcs_data2 = __commonJS({
|
|
|
8141
8141
|
|
|
8142
8142
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/encodings/index.js
|
|
8143
8143
|
var require_encodings2 = __commonJS({
|
|
8144
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/index.js"(exports,
|
|
8144
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/encodings/index.js"(exports, module) {
|
|
8145
8145
|
"use strict";
|
|
8146
8146
|
var modules = [
|
|
8147
8147
|
require_internal2(),
|
|
@@ -8154,10 +8154,10 @@ var require_encodings2 = __commonJS({
|
|
|
8154
8154
|
require_dbcs_data2()
|
|
8155
8155
|
];
|
|
8156
8156
|
for (i = 0; i < modules.length; i++) {
|
|
8157
|
-
|
|
8158
|
-
for (enc in
|
|
8157
|
+
module = modules[i];
|
|
8158
|
+
for (enc in module) if (Object.prototype.hasOwnProperty.call(module, enc)) exports[enc] = module[enc];
|
|
8159
8159
|
}
|
|
8160
|
-
var
|
|
8160
|
+
var module;
|
|
8161
8161
|
var enc;
|
|
8162
8162
|
var i;
|
|
8163
8163
|
}
|
|
@@ -8165,11 +8165,11 @@ var require_encodings2 = __commonJS({
|
|
|
8165
8165
|
|
|
8166
8166
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/lib/streams.js
|
|
8167
8167
|
var require_streams2 = __commonJS({
|
|
8168
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/lib/streams.js"(exports,
|
|
8168
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/lib/streams.js"(exports, module) {
|
|
8169
8169
|
"use strict";
|
|
8170
8170
|
var Buffer2 = __require("buffer").Buffer;
|
|
8171
8171
|
var Transform = __require("stream").Transform;
|
|
8172
|
-
|
|
8172
|
+
module.exports = function(iconv) {
|
|
8173
8173
|
iconv.encodeStream = /* @__PURE__ */ __name(function encodeStream(encoding, options) {
|
|
8174
8174
|
return new IconvLiteEncoderStream(iconv.getEncoder(encoding, options), options);
|
|
8175
8175
|
}, "encodeStream");
|
|
@@ -8270,10 +8270,10 @@ var require_streams2 = __commonJS({
|
|
|
8270
8270
|
|
|
8271
8271
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/lib/extend-node.js
|
|
8272
8272
|
var require_extend_node2 = __commonJS({
|
|
8273
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/lib/extend-node.js"(exports,
|
|
8273
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/lib/extend-node.js"(exports, module) {
|
|
8274
8274
|
"use strict";
|
|
8275
8275
|
var Buffer2 = __require("buffer").Buffer;
|
|
8276
|
-
|
|
8276
|
+
module.exports = function(iconv) {
|
|
8277
8277
|
var original = void 0;
|
|
8278
8278
|
iconv.supportsNodeEncodingsExtension = !(Buffer2.from || new Buffer2(0) instanceof Uint8Array);
|
|
8279
8279
|
iconv.extendNodeEncodings = /* @__PURE__ */ __name(function extendNodeEncodings() {
|
|
@@ -8423,11 +8423,11 @@ var require_extend_node2 = __commonJS({
|
|
|
8423
8423
|
|
|
8424
8424
|
// ../../../node_modules/body-parser/node_modules/iconv-lite/lib/index.js
|
|
8425
8425
|
var require_lib2 = __commonJS({
|
|
8426
|
-
"../../../node_modules/body-parser/node_modules/iconv-lite/lib/index.js"(exports,
|
|
8426
|
+
"../../../node_modules/body-parser/node_modules/iconv-lite/lib/index.js"(exports, module) {
|
|
8427
8427
|
"use strict";
|
|
8428
8428
|
var Buffer2 = require_safer().Buffer;
|
|
8429
8429
|
var bomHandling = require_bom_handling2();
|
|
8430
|
-
var iconv =
|
|
8430
|
+
var iconv = module.exports;
|
|
8431
8431
|
iconv.encodings = null;
|
|
8432
8432
|
iconv.defaultCharUnicode = "\uFFFD";
|
|
8433
8433
|
iconv.defaultCharSingleByte = "?";
|
|
@@ -8522,9 +8522,9 @@ var require_lib2 = __commonJS({
|
|
|
8522
8522
|
|
|
8523
8523
|
// ../../../node_modules/ee-first/index.js
|
|
8524
8524
|
var require_ee_first = __commonJS({
|
|
8525
|
-
"../../../node_modules/ee-first/index.js"(exports,
|
|
8525
|
+
"../../../node_modules/ee-first/index.js"(exports, module) {
|
|
8526
8526
|
"use strict";
|
|
8527
|
-
|
|
8527
|
+
module.exports = first;
|
|
8528
8528
|
function first(stuff, done) {
|
|
8529
8529
|
if (!Array.isArray(stuff)) throw new TypeError("arg must be an array of [ee, events...] arrays");
|
|
8530
8530
|
var cleanups = [];
|
|
@@ -8581,10 +8581,10 @@ var require_ee_first = __commonJS({
|
|
|
8581
8581
|
|
|
8582
8582
|
// ../../../node_modules/on-finished/index.js
|
|
8583
8583
|
var require_on_finished = __commonJS({
|
|
8584
|
-
"../../../node_modules/on-finished/index.js"(exports,
|
|
8584
|
+
"../../../node_modules/on-finished/index.js"(exports, module) {
|
|
8585
8585
|
"use strict";
|
|
8586
|
-
|
|
8587
|
-
|
|
8586
|
+
module.exports = onFinished;
|
|
8587
|
+
module.exports.isFinished = isFinished;
|
|
8588
8588
|
var asyncHooks = tryRequireAsyncHooks();
|
|
8589
8589
|
var first = require_ee_first();
|
|
8590
8590
|
var defer = typeof setImmediate === "function" ? setImmediate : function(fn) {
|
|
@@ -8708,7 +8708,7 @@ var require_on_finished = __commonJS({
|
|
|
8708
8708
|
|
|
8709
8709
|
// ../../../node_modules/body-parser/lib/read.js
|
|
8710
8710
|
var require_read = __commonJS({
|
|
8711
|
-
"../../../node_modules/body-parser/lib/read.js"(exports,
|
|
8711
|
+
"../../../node_modules/body-parser/lib/read.js"(exports, module) {
|
|
8712
8712
|
"use strict";
|
|
8713
8713
|
var createError = require_http_errors();
|
|
8714
8714
|
var destroy = require_destroy();
|
|
@@ -8717,7 +8717,7 @@ var require_read = __commonJS({
|
|
|
8717
8717
|
var onFinished = require_on_finished();
|
|
8718
8718
|
var unpipe = require_unpipe();
|
|
8719
8719
|
var zlib = __require("zlib");
|
|
8720
|
-
|
|
8720
|
+
module.exports = read;
|
|
8721
8721
|
function read(req, res, next, parse, debug, options) {
|
|
8722
8722
|
var length;
|
|
8723
8723
|
var opts = options;
|
|
@@ -8968,8 +8968,8 @@ var require_media_typer = __commonJS({
|
|
|
8968
8968
|
|
|
8969
8969
|
// ../../../node_modules/mime-types/node_modules/mime-db/db.json
|
|
8970
8970
|
var require_db = __commonJS({
|
|
8971
|
-
"../../../node_modules/mime-types/node_modules/mime-db/db.json"(exports,
|
|
8972
|
-
|
|
8971
|
+
"../../../node_modules/mime-types/node_modules/mime-db/db.json"(exports, module) {
|
|
8972
|
+
module.exports = {
|
|
8973
8973
|
"application/1d-interleaved-parityfec": {
|
|
8974
8974
|
source: "iana"
|
|
8975
8975
|
},
|
|
@@ -17493,9 +17493,9 @@ var require_db = __commonJS({
|
|
|
17493
17493
|
|
|
17494
17494
|
// ../../../node_modules/mime-types/node_modules/mime-db/index.js
|
|
17495
17495
|
var require_mime_db = __commonJS({
|
|
17496
|
-
"../../../node_modules/mime-types/node_modules/mime-db/index.js"(exports,
|
|
17496
|
+
"../../../node_modules/mime-types/node_modules/mime-db/index.js"(exports, module) {
|
|
17497
17497
|
"use strict";
|
|
17498
|
-
|
|
17498
|
+
module.exports = require_db();
|
|
17499
17499
|
}
|
|
17500
17500
|
});
|
|
17501
17501
|
|
|
@@ -17559,11 +17559,11 @@ var require_mime_types = __commonJS({
|
|
|
17559
17559
|
return exts[0];
|
|
17560
17560
|
}
|
|
17561
17561
|
__name(extension, "extension");
|
|
17562
|
-
function lookup(
|
|
17563
|
-
if (!
|
|
17562
|
+
function lookup(path6) {
|
|
17563
|
+
if (!path6 || typeof path6 !== "string") {
|
|
17564
17564
|
return false;
|
|
17565
17565
|
}
|
|
17566
|
-
var extension2 = extname("x." +
|
|
17566
|
+
var extension2 = extname("x." + path6).toLowerCase().substr(1);
|
|
17567
17567
|
if (!extension2) {
|
|
17568
17568
|
return false;
|
|
17569
17569
|
}
|
|
@@ -17603,15 +17603,15 @@ var require_mime_types = __commonJS({
|
|
|
17603
17603
|
|
|
17604
17604
|
// ../../../node_modules/type-is/index.js
|
|
17605
17605
|
var require_type_is = __commonJS({
|
|
17606
|
-
"../../../node_modules/type-is/index.js"(exports,
|
|
17606
|
+
"../../../node_modules/type-is/index.js"(exports, module) {
|
|
17607
17607
|
"use strict";
|
|
17608
17608
|
var typer = require_media_typer();
|
|
17609
17609
|
var mime = require_mime_types();
|
|
17610
|
-
|
|
17611
|
-
|
|
17612
|
-
|
|
17613
|
-
|
|
17614
|
-
|
|
17610
|
+
module.exports = typeofrequest;
|
|
17611
|
+
module.exports.is = typeis;
|
|
17612
|
+
module.exports.hasBody = hasbody;
|
|
17613
|
+
module.exports.normalize = normalize;
|
|
17614
|
+
module.exports.match = mimeMatch;
|
|
17615
17615
|
function typeis(value, types_) {
|
|
17616
17616
|
var i;
|
|
17617
17617
|
var types = types_;
|
|
@@ -17715,7 +17715,7 @@ var require_type_is = __commonJS({
|
|
|
17715
17715
|
|
|
17716
17716
|
// ../../../node_modules/body-parser/lib/types/json.js
|
|
17717
17717
|
var require_json = __commonJS({
|
|
17718
|
-
"../../../node_modules/body-parser/lib/types/json.js"(exports,
|
|
17718
|
+
"../../../node_modules/body-parser/lib/types/json.js"(exports, module) {
|
|
17719
17719
|
"use strict";
|
|
17720
17720
|
var bytes = require_bytes();
|
|
17721
17721
|
var contentType = require_content_type();
|
|
@@ -17723,7 +17723,7 @@ var require_json = __commonJS({
|
|
|
17723
17723
|
var debug = require_src()("body-parser:json");
|
|
17724
17724
|
var read = require_read();
|
|
17725
17725
|
var typeis = require_type_is();
|
|
17726
|
-
|
|
17726
|
+
module.exports = json;
|
|
17727
17727
|
var FIRST_CHAR_REGEXP = /^[\x20\x09\x0a\x0d]*([^\x20\x09\x0a\x0d])/;
|
|
17728
17728
|
var JSON_SYNTAX_CHAR = "#";
|
|
17729
17729
|
var JSON_SYNTAX_REGEXP = /#+/g;
|
|
@@ -17856,13 +17856,13 @@ var require_json = __commonJS({
|
|
|
17856
17856
|
|
|
17857
17857
|
// ../../../node_modules/body-parser/lib/types/raw.js
|
|
17858
17858
|
var require_raw = __commonJS({
|
|
17859
|
-
"../../../node_modules/body-parser/lib/types/raw.js"(exports,
|
|
17859
|
+
"../../../node_modules/body-parser/lib/types/raw.js"(exports, module) {
|
|
17860
17860
|
"use strict";
|
|
17861
17861
|
var bytes = require_bytes();
|
|
17862
17862
|
var debug = require_src()("body-parser:raw");
|
|
17863
17863
|
var read = require_read();
|
|
17864
17864
|
var typeis = require_type_is();
|
|
17865
|
-
|
|
17865
|
+
module.exports = raw;
|
|
17866
17866
|
function raw(options) {
|
|
17867
17867
|
var opts = options || {};
|
|
17868
17868
|
var inflate = opts.inflate !== false;
|
|
@@ -17915,14 +17915,14 @@ var require_raw = __commonJS({
|
|
|
17915
17915
|
|
|
17916
17916
|
// ../../../node_modules/body-parser/lib/types/text.js
|
|
17917
17917
|
var require_text = __commonJS({
|
|
17918
|
-
"../../../node_modules/body-parser/lib/types/text.js"(exports,
|
|
17918
|
+
"../../../node_modules/body-parser/lib/types/text.js"(exports, module) {
|
|
17919
17919
|
"use strict";
|
|
17920
17920
|
var bytes = require_bytes();
|
|
17921
17921
|
var contentType = require_content_type();
|
|
17922
17922
|
var debug = require_src()("body-parser:text");
|
|
17923
17923
|
var read = require_read();
|
|
17924
17924
|
var typeis = require_type_is();
|
|
17925
|
-
|
|
17925
|
+
module.exports = text;
|
|
17926
17926
|
function text(options) {
|
|
17927
17927
|
var opts = options || {};
|
|
17928
17928
|
var defaultCharset = opts.defaultCharset || "utf-8";
|
|
@@ -17985,23 +17985,23 @@ var require_text = __commonJS({
|
|
|
17985
17985
|
|
|
17986
17986
|
// ../../../node_modules/es-errors/type.js
|
|
17987
17987
|
var require_type = __commonJS({
|
|
17988
|
-
"../../../node_modules/es-errors/type.js"(exports,
|
|
17988
|
+
"../../../node_modules/es-errors/type.js"(exports, module) {
|
|
17989
17989
|
"use strict";
|
|
17990
|
-
|
|
17990
|
+
module.exports = TypeError;
|
|
17991
17991
|
}
|
|
17992
17992
|
});
|
|
17993
17993
|
|
|
17994
17994
|
// ../../../node_modules/object-inspect/util.inspect.js
|
|
17995
17995
|
var require_util_inspect = __commonJS({
|
|
17996
|
-
"../../../node_modules/object-inspect/util.inspect.js"(exports,
|
|
17996
|
+
"../../../node_modules/object-inspect/util.inspect.js"(exports, module) {
|
|
17997
17997
|
"use strict";
|
|
17998
|
-
|
|
17998
|
+
module.exports = __require("util").inspect;
|
|
17999
17999
|
}
|
|
18000
18000
|
});
|
|
18001
18001
|
|
|
18002
18002
|
// ../../../node_modules/object-inspect/index.js
|
|
18003
18003
|
var require_object_inspect = __commonJS({
|
|
18004
|
-
"../../../node_modules/object-inspect/index.js"(exports,
|
|
18004
|
+
"../../../node_modules/object-inspect/index.js"(exports, module) {
|
|
18005
18005
|
"use strict";
|
|
18006
18006
|
var hasMap = typeof Map === "function" && Map.prototype;
|
|
18007
18007
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null;
|
|
@@ -18068,7 +18068,7 @@ var require_object_inspect = __commonJS({
|
|
|
18068
18068
|
"double": /(["\\])/g,
|
|
18069
18069
|
single: /(['\\])/g
|
|
18070
18070
|
};
|
|
18071
|
-
|
|
18071
|
+
module.exports = /* @__PURE__ */ __name(function inspect_(obj, options, depth, seen) {
|
|
18072
18072
|
var opts = options || {};
|
|
18073
18073
|
if (has(opts, "quoteStyle") && !has(quotes, opts.quoteStyle)) {
|
|
18074
18074
|
throw new TypeError('option "quoteStyle" must be "single" or "double"');
|
|
@@ -18568,7 +18568,7 @@ var require_object_inspect = __commonJS({
|
|
|
18568
18568
|
|
|
18569
18569
|
// ../../../node_modules/side-channel-list/index.js
|
|
18570
18570
|
var require_side_channel_list = __commonJS({
|
|
18571
|
-
"../../../node_modules/side-channel-list/index.js"(exports,
|
|
18571
|
+
"../../../node_modules/side-channel-list/index.js"(exports, module) {
|
|
18572
18572
|
"use strict";
|
|
18573
18573
|
var inspect = require_object_inspect();
|
|
18574
18574
|
var $TypeError = require_type();
|
|
@@ -18618,7 +18618,7 @@ var require_side_channel_list = __commonJS({
|
|
|
18618
18618
|
return listGetNode(objects, key, true);
|
|
18619
18619
|
}
|
|
18620
18620
|
}, "listDelete");
|
|
18621
|
-
|
|
18621
|
+
module.exports = /* @__PURE__ */ __name(function getSideChannelList() {
|
|
18622
18622
|
var $o;
|
|
18623
18623
|
var channel = {
|
|
18624
18624
|
assert: /* @__PURE__ */ __name(function(key) {
|
|
@@ -18661,113 +18661,113 @@ var require_side_channel_list = __commonJS({
|
|
|
18661
18661
|
|
|
18662
18662
|
// ../../../node_modules/es-object-atoms/index.js
|
|
18663
18663
|
var require_es_object_atoms = __commonJS({
|
|
18664
|
-
"../../../node_modules/es-object-atoms/index.js"(exports,
|
|
18664
|
+
"../../../node_modules/es-object-atoms/index.js"(exports, module) {
|
|
18665
18665
|
"use strict";
|
|
18666
|
-
|
|
18666
|
+
module.exports = Object;
|
|
18667
18667
|
}
|
|
18668
18668
|
});
|
|
18669
18669
|
|
|
18670
18670
|
// ../../../node_modules/es-errors/index.js
|
|
18671
18671
|
var require_es_errors = __commonJS({
|
|
18672
|
-
"../../../node_modules/es-errors/index.js"(exports,
|
|
18672
|
+
"../../../node_modules/es-errors/index.js"(exports, module) {
|
|
18673
18673
|
"use strict";
|
|
18674
|
-
|
|
18674
|
+
module.exports = Error;
|
|
18675
18675
|
}
|
|
18676
18676
|
});
|
|
18677
18677
|
|
|
18678
18678
|
// ../../../node_modules/es-errors/eval.js
|
|
18679
18679
|
var require_eval = __commonJS({
|
|
18680
|
-
"../../../node_modules/es-errors/eval.js"(exports,
|
|
18680
|
+
"../../../node_modules/es-errors/eval.js"(exports, module) {
|
|
18681
18681
|
"use strict";
|
|
18682
|
-
|
|
18682
|
+
module.exports = EvalError;
|
|
18683
18683
|
}
|
|
18684
18684
|
});
|
|
18685
18685
|
|
|
18686
18686
|
// ../../../node_modules/es-errors/range.js
|
|
18687
18687
|
var require_range = __commonJS({
|
|
18688
|
-
"../../../node_modules/es-errors/range.js"(exports,
|
|
18688
|
+
"../../../node_modules/es-errors/range.js"(exports, module) {
|
|
18689
18689
|
"use strict";
|
|
18690
|
-
|
|
18690
|
+
module.exports = RangeError;
|
|
18691
18691
|
}
|
|
18692
18692
|
});
|
|
18693
18693
|
|
|
18694
18694
|
// ../../../node_modules/es-errors/ref.js
|
|
18695
18695
|
var require_ref = __commonJS({
|
|
18696
|
-
"../../../node_modules/es-errors/ref.js"(exports,
|
|
18696
|
+
"../../../node_modules/es-errors/ref.js"(exports, module) {
|
|
18697
18697
|
"use strict";
|
|
18698
|
-
|
|
18698
|
+
module.exports = ReferenceError;
|
|
18699
18699
|
}
|
|
18700
18700
|
});
|
|
18701
18701
|
|
|
18702
18702
|
// ../../../node_modules/es-errors/syntax.js
|
|
18703
18703
|
var require_syntax = __commonJS({
|
|
18704
|
-
"../../../node_modules/es-errors/syntax.js"(exports,
|
|
18704
|
+
"../../../node_modules/es-errors/syntax.js"(exports, module) {
|
|
18705
18705
|
"use strict";
|
|
18706
|
-
|
|
18706
|
+
module.exports = SyntaxError;
|
|
18707
18707
|
}
|
|
18708
18708
|
});
|
|
18709
18709
|
|
|
18710
18710
|
// ../../../node_modules/es-errors/uri.js
|
|
18711
18711
|
var require_uri = __commonJS({
|
|
18712
|
-
"../../../node_modules/es-errors/uri.js"(exports,
|
|
18712
|
+
"../../../node_modules/es-errors/uri.js"(exports, module) {
|
|
18713
18713
|
"use strict";
|
|
18714
|
-
|
|
18714
|
+
module.exports = URIError;
|
|
18715
18715
|
}
|
|
18716
18716
|
});
|
|
18717
18717
|
|
|
18718
18718
|
// ../../../node_modules/math-intrinsics/abs.js
|
|
18719
18719
|
var require_abs = __commonJS({
|
|
18720
|
-
"../../../node_modules/math-intrinsics/abs.js"(exports,
|
|
18720
|
+
"../../../node_modules/math-intrinsics/abs.js"(exports, module) {
|
|
18721
18721
|
"use strict";
|
|
18722
|
-
|
|
18722
|
+
module.exports = Math.abs;
|
|
18723
18723
|
}
|
|
18724
18724
|
});
|
|
18725
18725
|
|
|
18726
18726
|
// ../../../node_modules/math-intrinsics/floor.js
|
|
18727
18727
|
var require_floor = __commonJS({
|
|
18728
|
-
"../../../node_modules/math-intrinsics/floor.js"(exports,
|
|
18728
|
+
"../../../node_modules/math-intrinsics/floor.js"(exports, module) {
|
|
18729
18729
|
"use strict";
|
|
18730
|
-
|
|
18730
|
+
module.exports = Math.floor;
|
|
18731
18731
|
}
|
|
18732
18732
|
});
|
|
18733
18733
|
|
|
18734
18734
|
// ../../../node_modules/math-intrinsics/max.js
|
|
18735
18735
|
var require_max = __commonJS({
|
|
18736
|
-
"../../../node_modules/math-intrinsics/max.js"(exports,
|
|
18736
|
+
"../../../node_modules/math-intrinsics/max.js"(exports, module) {
|
|
18737
18737
|
"use strict";
|
|
18738
|
-
|
|
18738
|
+
module.exports = Math.max;
|
|
18739
18739
|
}
|
|
18740
18740
|
});
|
|
18741
18741
|
|
|
18742
18742
|
// ../../../node_modules/math-intrinsics/min.js
|
|
18743
18743
|
var require_min = __commonJS({
|
|
18744
|
-
"../../../node_modules/math-intrinsics/min.js"(exports,
|
|
18744
|
+
"../../../node_modules/math-intrinsics/min.js"(exports, module) {
|
|
18745
18745
|
"use strict";
|
|
18746
|
-
|
|
18746
|
+
module.exports = Math.min;
|
|
18747
18747
|
}
|
|
18748
18748
|
});
|
|
18749
18749
|
|
|
18750
18750
|
// ../../../node_modules/math-intrinsics/pow.js
|
|
18751
18751
|
var require_pow = __commonJS({
|
|
18752
|
-
"../../../node_modules/math-intrinsics/pow.js"(exports,
|
|
18752
|
+
"../../../node_modules/math-intrinsics/pow.js"(exports, module) {
|
|
18753
18753
|
"use strict";
|
|
18754
|
-
|
|
18754
|
+
module.exports = Math.pow;
|
|
18755
18755
|
}
|
|
18756
18756
|
});
|
|
18757
18757
|
|
|
18758
18758
|
// ../../../node_modules/math-intrinsics/round.js
|
|
18759
18759
|
var require_round = __commonJS({
|
|
18760
|
-
"../../../node_modules/math-intrinsics/round.js"(exports,
|
|
18760
|
+
"../../../node_modules/math-intrinsics/round.js"(exports, module) {
|
|
18761
18761
|
"use strict";
|
|
18762
|
-
|
|
18762
|
+
module.exports = Math.round;
|
|
18763
18763
|
}
|
|
18764
18764
|
});
|
|
18765
18765
|
|
|
18766
18766
|
// ../../../node_modules/math-intrinsics/isNaN.js
|
|
18767
18767
|
var require_isNaN = __commonJS({
|
|
18768
|
-
"../../../node_modules/math-intrinsics/isNaN.js"(exports,
|
|
18768
|
+
"../../../node_modules/math-intrinsics/isNaN.js"(exports, module) {
|
|
18769
18769
|
"use strict";
|
|
18770
|
-
|
|
18770
|
+
module.exports = Number.isNaN || /* @__PURE__ */ __name(function isNaN2(a) {
|
|
18771
18771
|
return a !== a;
|
|
18772
18772
|
}, "isNaN");
|
|
18773
18773
|
}
|
|
@@ -18775,10 +18775,10 @@ var require_isNaN = __commonJS({
|
|
|
18775
18775
|
|
|
18776
18776
|
// ../../../node_modules/math-intrinsics/sign.js
|
|
18777
18777
|
var require_sign = __commonJS({
|
|
18778
|
-
"../../../node_modules/math-intrinsics/sign.js"(exports,
|
|
18778
|
+
"../../../node_modules/math-intrinsics/sign.js"(exports, module) {
|
|
18779
18779
|
"use strict";
|
|
18780
18780
|
var $isNaN = require_isNaN();
|
|
18781
|
-
|
|
18781
|
+
module.exports = /* @__PURE__ */ __name(function sign(number) {
|
|
18782
18782
|
if ($isNaN(number) || number === 0) {
|
|
18783
18783
|
return number;
|
|
18784
18784
|
}
|
|
@@ -18789,15 +18789,15 @@ var require_sign = __commonJS({
|
|
|
18789
18789
|
|
|
18790
18790
|
// ../../../node_modules/gopd/gOPD.js
|
|
18791
18791
|
var require_gOPD = __commonJS({
|
|
18792
|
-
"../../../node_modules/gopd/gOPD.js"(exports,
|
|
18792
|
+
"../../../node_modules/gopd/gOPD.js"(exports, module) {
|
|
18793
18793
|
"use strict";
|
|
18794
|
-
|
|
18794
|
+
module.exports = Object.getOwnPropertyDescriptor;
|
|
18795
18795
|
}
|
|
18796
18796
|
});
|
|
18797
18797
|
|
|
18798
18798
|
// ../../../node_modules/gopd/index.js
|
|
18799
18799
|
var require_gopd = __commonJS({
|
|
18800
|
-
"../../../node_modules/gopd/index.js"(exports,
|
|
18800
|
+
"../../../node_modules/gopd/index.js"(exports, module) {
|
|
18801
18801
|
"use strict";
|
|
18802
18802
|
var $gOPD = require_gOPD();
|
|
18803
18803
|
if ($gOPD) {
|
|
@@ -18807,13 +18807,13 @@ var require_gopd = __commonJS({
|
|
|
18807
18807
|
$gOPD = null;
|
|
18808
18808
|
}
|
|
18809
18809
|
}
|
|
18810
|
-
|
|
18810
|
+
module.exports = $gOPD;
|
|
18811
18811
|
}
|
|
18812
18812
|
});
|
|
18813
18813
|
|
|
18814
18814
|
// ../../../node_modules/es-define-property/index.js
|
|
18815
18815
|
var require_es_define_property = __commonJS({
|
|
18816
|
-
"../../../node_modules/es-define-property/index.js"(exports,
|
|
18816
|
+
"../../../node_modules/es-define-property/index.js"(exports, module) {
|
|
18817
18817
|
"use strict";
|
|
18818
18818
|
var $defineProperty = Object.defineProperty || false;
|
|
18819
18819
|
if ($defineProperty) {
|
|
@@ -18825,15 +18825,15 @@ var require_es_define_property = __commonJS({
|
|
|
18825
18825
|
$defineProperty = false;
|
|
18826
18826
|
}
|
|
18827
18827
|
}
|
|
18828
|
-
|
|
18828
|
+
module.exports = $defineProperty;
|
|
18829
18829
|
}
|
|
18830
18830
|
});
|
|
18831
18831
|
|
|
18832
18832
|
// ../../../node_modules/has-symbols/shams.js
|
|
18833
18833
|
var require_shams = __commonJS({
|
|
18834
|
-
"../../../node_modules/has-symbols/shams.js"(exports,
|
|
18834
|
+
"../../../node_modules/has-symbols/shams.js"(exports, module) {
|
|
18835
18835
|
"use strict";
|
|
18836
|
-
|
|
18836
|
+
module.exports = /* @__PURE__ */ __name(function hasSymbols() {
|
|
18837
18837
|
if (typeof Symbol !== "function" || typeof Object.getOwnPropertySymbols !== "function") {
|
|
18838
18838
|
return false;
|
|
18839
18839
|
}
|
|
@@ -18886,11 +18886,11 @@ var require_shams = __commonJS({
|
|
|
18886
18886
|
|
|
18887
18887
|
// ../../../node_modules/has-symbols/index.js
|
|
18888
18888
|
var require_has_symbols = __commonJS({
|
|
18889
|
-
"../../../node_modules/has-symbols/index.js"(exports,
|
|
18889
|
+
"../../../node_modules/has-symbols/index.js"(exports, module) {
|
|
18890
18890
|
"use strict";
|
|
18891
18891
|
var origSymbol = typeof Symbol !== "undefined" && Symbol;
|
|
18892
18892
|
var hasSymbolSham = require_shams();
|
|
18893
|
-
|
|
18893
|
+
module.exports = /* @__PURE__ */ __name(function hasNativeSymbols() {
|
|
18894
18894
|
if (typeof origSymbol !== "function") {
|
|
18895
18895
|
return false;
|
|
18896
18896
|
}
|
|
@@ -18910,24 +18910,24 @@ var require_has_symbols = __commonJS({
|
|
|
18910
18910
|
|
|
18911
18911
|
// ../../../node_modules/get-proto/Reflect.getPrototypeOf.js
|
|
18912
18912
|
var require_Reflect_getPrototypeOf = __commonJS({
|
|
18913
|
-
"../../../node_modules/get-proto/Reflect.getPrototypeOf.js"(exports,
|
|
18913
|
+
"../../../node_modules/get-proto/Reflect.getPrototypeOf.js"(exports, module) {
|
|
18914
18914
|
"use strict";
|
|
18915
|
-
|
|
18915
|
+
module.exports = typeof Reflect !== "undefined" && Reflect.getPrototypeOf || null;
|
|
18916
18916
|
}
|
|
18917
18917
|
});
|
|
18918
18918
|
|
|
18919
18919
|
// ../../../node_modules/get-proto/Object.getPrototypeOf.js
|
|
18920
18920
|
var require_Object_getPrototypeOf = __commonJS({
|
|
18921
|
-
"../../../node_modules/get-proto/Object.getPrototypeOf.js"(exports,
|
|
18921
|
+
"../../../node_modules/get-proto/Object.getPrototypeOf.js"(exports, module) {
|
|
18922
18922
|
"use strict";
|
|
18923
18923
|
var $Object = require_es_object_atoms();
|
|
18924
|
-
|
|
18924
|
+
module.exports = $Object.getPrototypeOf || null;
|
|
18925
18925
|
}
|
|
18926
18926
|
});
|
|
18927
18927
|
|
|
18928
18928
|
// ../../../node_modules/function-bind/implementation.js
|
|
18929
18929
|
var require_implementation = __commonJS({
|
|
18930
|
-
"../../../node_modules/function-bind/implementation.js"(exports,
|
|
18930
|
+
"../../../node_modules/function-bind/implementation.js"(exports, module) {
|
|
18931
18931
|
"use strict";
|
|
18932
18932
|
var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
|
|
18933
18933
|
var toStr = Object.prototype.toString;
|
|
@@ -18960,7 +18960,7 @@ var require_implementation = __commonJS({
|
|
|
18960
18960
|
}
|
|
18961
18961
|
return str;
|
|
18962
18962
|
}, "joiny");
|
|
18963
|
-
|
|
18963
|
+
module.exports = /* @__PURE__ */ __name(function bind(that) {
|
|
18964
18964
|
var target = this;
|
|
18965
18965
|
if (typeof target !== "function" || toStr.apply(target) !== funcType) {
|
|
18966
18966
|
throw new TypeError(ERROR_MESSAGE + target);
|
|
@@ -18997,58 +18997,58 @@ var require_implementation = __commonJS({
|
|
|
18997
18997
|
|
|
18998
18998
|
// ../../../node_modules/function-bind/index.js
|
|
18999
18999
|
var require_function_bind = __commonJS({
|
|
19000
|
-
"../../../node_modules/function-bind/index.js"(exports,
|
|
19000
|
+
"../../../node_modules/function-bind/index.js"(exports, module) {
|
|
19001
19001
|
"use strict";
|
|
19002
19002
|
var implementation = require_implementation();
|
|
19003
|
-
|
|
19003
|
+
module.exports = Function.prototype.bind || implementation;
|
|
19004
19004
|
}
|
|
19005
19005
|
});
|
|
19006
19006
|
|
|
19007
19007
|
// ../../../node_modules/call-bind-apply-helpers/functionCall.js
|
|
19008
19008
|
var require_functionCall = __commonJS({
|
|
19009
|
-
"../../../node_modules/call-bind-apply-helpers/functionCall.js"(exports,
|
|
19009
|
+
"../../../node_modules/call-bind-apply-helpers/functionCall.js"(exports, module) {
|
|
19010
19010
|
"use strict";
|
|
19011
|
-
|
|
19011
|
+
module.exports = Function.prototype.call;
|
|
19012
19012
|
}
|
|
19013
19013
|
});
|
|
19014
19014
|
|
|
19015
19015
|
// ../../../node_modules/call-bind-apply-helpers/functionApply.js
|
|
19016
19016
|
var require_functionApply = __commonJS({
|
|
19017
|
-
"../../../node_modules/call-bind-apply-helpers/functionApply.js"(exports,
|
|
19017
|
+
"../../../node_modules/call-bind-apply-helpers/functionApply.js"(exports, module) {
|
|
19018
19018
|
"use strict";
|
|
19019
|
-
|
|
19019
|
+
module.exports = Function.prototype.apply;
|
|
19020
19020
|
}
|
|
19021
19021
|
});
|
|
19022
19022
|
|
|
19023
19023
|
// ../../../node_modules/call-bind-apply-helpers/reflectApply.js
|
|
19024
19024
|
var require_reflectApply = __commonJS({
|
|
19025
|
-
"../../../node_modules/call-bind-apply-helpers/reflectApply.js"(exports,
|
|
19025
|
+
"../../../node_modules/call-bind-apply-helpers/reflectApply.js"(exports, module) {
|
|
19026
19026
|
"use strict";
|
|
19027
|
-
|
|
19027
|
+
module.exports = typeof Reflect !== "undefined" && Reflect && Reflect.apply;
|
|
19028
19028
|
}
|
|
19029
19029
|
});
|
|
19030
19030
|
|
|
19031
19031
|
// ../../../node_modules/call-bind-apply-helpers/actualApply.js
|
|
19032
19032
|
var require_actualApply = __commonJS({
|
|
19033
|
-
"../../../node_modules/call-bind-apply-helpers/actualApply.js"(exports,
|
|
19033
|
+
"../../../node_modules/call-bind-apply-helpers/actualApply.js"(exports, module) {
|
|
19034
19034
|
"use strict";
|
|
19035
19035
|
var bind = require_function_bind();
|
|
19036
19036
|
var $apply = require_functionApply();
|
|
19037
19037
|
var $call = require_functionCall();
|
|
19038
19038
|
var $reflectApply = require_reflectApply();
|
|
19039
|
-
|
|
19039
|
+
module.exports = $reflectApply || bind.call($call, $apply);
|
|
19040
19040
|
}
|
|
19041
19041
|
});
|
|
19042
19042
|
|
|
19043
19043
|
// ../../../node_modules/call-bind-apply-helpers/index.js
|
|
19044
19044
|
var require_call_bind_apply_helpers = __commonJS({
|
|
19045
|
-
"../../../node_modules/call-bind-apply-helpers/index.js"(exports,
|
|
19045
|
+
"../../../node_modules/call-bind-apply-helpers/index.js"(exports, module) {
|
|
19046
19046
|
"use strict";
|
|
19047
19047
|
var bind = require_function_bind();
|
|
19048
19048
|
var $TypeError = require_type();
|
|
19049
19049
|
var $call = require_functionCall();
|
|
19050
19050
|
var $actualApply = require_actualApply();
|
|
19051
|
-
|
|
19051
|
+
module.exports = /* @__PURE__ */ __name(function callBindBasic(args) {
|
|
19052
19052
|
if (args.length < 1 || typeof args[0] !== "function") {
|
|
19053
19053
|
throw new $TypeError("a function is required");
|
|
19054
19054
|
}
|
|
@@ -19059,7 +19059,7 @@ var require_call_bind_apply_helpers = __commonJS({
|
|
|
19059
19059
|
|
|
19060
19060
|
// ../../../node_modules/dunder-proto/get.js
|
|
19061
19061
|
var require_get = __commonJS({
|
|
19062
|
-
"../../../node_modules/dunder-proto/get.js"(exports,
|
|
19062
|
+
"../../../node_modules/dunder-proto/get.js"(exports, module) {
|
|
19063
19063
|
"use strict";
|
|
19064
19064
|
var callBind = require_call_bind_apply_helpers();
|
|
19065
19065
|
var gOPD = require_gopd();
|
|
@@ -19079,7 +19079,7 @@ var require_get = __commonJS({
|
|
|
19079
19079
|
);
|
|
19080
19080
|
var $Object = Object;
|
|
19081
19081
|
var $getPrototypeOf = $Object.getPrototypeOf;
|
|
19082
|
-
|
|
19082
|
+
module.exports = desc && typeof desc.get === "function" ? callBind([
|
|
19083
19083
|
desc.get
|
|
19084
19084
|
]) : typeof $getPrototypeOf === "function" ? (
|
|
19085
19085
|
/** @type {import('./get')} */
|
|
@@ -19092,12 +19092,12 @@ var require_get = __commonJS({
|
|
|
19092
19092
|
|
|
19093
19093
|
// ../../../node_modules/get-proto/index.js
|
|
19094
19094
|
var require_get_proto = __commonJS({
|
|
19095
|
-
"../../../node_modules/get-proto/index.js"(exports,
|
|
19095
|
+
"../../../node_modules/get-proto/index.js"(exports, module) {
|
|
19096
19096
|
"use strict";
|
|
19097
19097
|
var reflectGetProto = require_Reflect_getPrototypeOf();
|
|
19098
19098
|
var originalGetProto = require_Object_getPrototypeOf();
|
|
19099
19099
|
var getDunderProto = require_get();
|
|
19100
|
-
|
|
19100
|
+
module.exports = reflectGetProto ? /* @__PURE__ */ __name(function getProto(O) {
|
|
19101
19101
|
return reflectGetProto(O);
|
|
19102
19102
|
}, "getProto") : originalGetProto ? /* @__PURE__ */ __name(function getProto(O) {
|
|
19103
19103
|
if (!O || typeof O !== "object" && typeof O !== "function") {
|
|
@@ -19112,18 +19112,18 @@ var require_get_proto = __commonJS({
|
|
|
19112
19112
|
|
|
19113
19113
|
// ../../../node_modules/hasown/index.js
|
|
19114
19114
|
var require_hasown = __commonJS({
|
|
19115
|
-
"../../../node_modules/hasown/index.js"(exports,
|
|
19115
|
+
"../../../node_modules/hasown/index.js"(exports, module) {
|
|
19116
19116
|
"use strict";
|
|
19117
19117
|
var call = Function.prototype.call;
|
|
19118
19118
|
var $hasOwn = Object.prototype.hasOwnProperty;
|
|
19119
19119
|
var bind = require_function_bind();
|
|
19120
|
-
|
|
19120
|
+
module.exports = bind.call(call, $hasOwn);
|
|
19121
19121
|
}
|
|
19122
19122
|
});
|
|
19123
19123
|
|
|
19124
19124
|
// ../../../node_modules/get-intrinsic/index.js
|
|
19125
19125
|
var require_get_intrinsic = __commonJS({
|
|
19126
|
-
"../../../node_modules/get-intrinsic/index.js"(exports,
|
|
19126
|
+
"../../../node_modules/get-intrinsic/index.js"(exports, module) {
|
|
19127
19127
|
"use strict";
|
|
19128
19128
|
var undefined2;
|
|
19129
19129
|
var $Object = require_es_object_atoms();
|
|
@@ -19549,7 +19549,7 @@ var require_get_intrinsic = __commonJS({
|
|
|
19549
19549
|
}
|
|
19550
19550
|
throw new $SyntaxError("intrinsic " + name + " does not exist!");
|
|
19551
19551
|
}, "getBaseIntrinsic");
|
|
19552
|
-
|
|
19552
|
+
module.exports = /* @__PURE__ */ __name(function GetIntrinsic(name, allowMissing) {
|
|
19553
19553
|
if (typeof name !== "string" || name.length === 0) {
|
|
19554
19554
|
throw new $TypeError("intrinsic name must be a non-empty string");
|
|
19555
19555
|
}
|
|
@@ -19618,14 +19618,14 @@ var require_get_intrinsic = __commonJS({
|
|
|
19618
19618
|
|
|
19619
19619
|
// ../../../node_modules/call-bound/index.js
|
|
19620
19620
|
var require_call_bound = __commonJS({
|
|
19621
|
-
"../../../node_modules/call-bound/index.js"(exports,
|
|
19621
|
+
"../../../node_modules/call-bound/index.js"(exports, module) {
|
|
19622
19622
|
"use strict";
|
|
19623
19623
|
var GetIntrinsic = require_get_intrinsic();
|
|
19624
19624
|
var callBindBasic = require_call_bind_apply_helpers();
|
|
19625
19625
|
var $indexOf = callBindBasic([
|
|
19626
19626
|
GetIntrinsic("%String.prototype.indexOf%")
|
|
19627
19627
|
]);
|
|
19628
|
-
|
|
19628
|
+
module.exports = /* @__PURE__ */ __name(function callBoundIntrinsic(name, allowMissing) {
|
|
19629
19629
|
var intrinsic = (
|
|
19630
19630
|
/** @type {(this: unknown, ...args: unknown[]) => unknown} */
|
|
19631
19631
|
GetIntrinsic(name, !!allowMissing)
|
|
@@ -19645,7 +19645,7 @@ var require_call_bound = __commonJS({
|
|
|
19645
19645
|
|
|
19646
19646
|
// ../../../node_modules/side-channel-map/index.js
|
|
19647
19647
|
var require_side_channel_map = __commonJS({
|
|
19648
|
-
"../../../node_modules/side-channel-map/index.js"(exports,
|
|
19648
|
+
"../../../node_modules/side-channel-map/index.js"(exports, module) {
|
|
19649
19649
|
"use strict";
|
|
19650
19650
|
var GetIntrinsic = require_get_intrinsic();
|
|
19651
19651
|
var callBound = require_call_bound();
|
|
@@ -19657,7 +19657,7 @@ var require_side_channel_map = __commonJS({
|
|
|
19657
19657
|
var $mapHas = callBound("Map.prototype.has", true);
|
|
19658
19658
|
var $mapDelete = callBound("Map.prototype.delete", true);
|
|
19659
19659
|
var $mapSize = callBound("Map.prototype.size", true);
|
|
19660
|
-
|
|
19660
|
+
module.exports = !!$Map && /** @type {Exclude<import('.'), false>} */
|
|
19661
19661
|
/* @__PURE__ */ __name(function getSideChannelMap() {
|
|
19662
19662
|
var $m;
|
|
19663
19663
|
var channel = {
|
|
@@ -19701,7 +19701,7 @@ var require_side_channel_map = __commonJS({
|
|
|
19701
19701
|
|
|
19702
19702
|
// ../../../node_modules/side-channel-weakmap/index.js
|
|
19703
19703
|
var require_side_channel_weakmap = __commonJS({
|
|
19704
|
-
"../../../node_modules/side-channel-weakmap/index.js"(exports,
|
|
19704
|
+
"../../../node_modules/side-channel-weakmap/index.js"(exports, module) {
|
|
19705
19705
|
"use strict";
|
|
19706
19706
|
var GetIntrinsic = require_get_intrinsic();
|
|
19707
19707
|
var callBound = require_call_bound();
|
|
@@ -19713,7 +19713,7 @@ var require_side_channel_weakmap = __commonJS({
|
|
|
19713
19713
|
var $weakMapSet = callBound("WeakMap.prototype.set", true);
|
|
19714
19714
|
var $weakMapHas = callBound("WeakMap.prototype.has", true);
|
|
19715
19715
|
var $weakMapDelete = callBound("WeakMap.prototype.delete", true);
|
|
19716
|
-
|
|
19716
|
+
module.exports = $WeakMap ? (
|
|
19717
19717
|
/** @type {Exclude<import('.'), false>} */
|
|
19718
19718
|
/* @__PURE__ */ __name(function getSideChannelWeakMap() {
|
|
19719
19719
|
var $wm;
|
|
@@ -19774,7 +19774,7 @@ var require_side_channel_weakmap = __commonJS({
|
|
|
19774
19774
|
|
|
19775
19775
|
// ../../../node_modules/side-channel/index.js
|
|
19776
19776
|
var require_side_channel = __commonJS({
|
|
19777
|
-
"../../../node_modules/side-channel/index.js"(exports,
|
|
19777
|
+
"../../../node_modules/side-channel/index.js"(exports, module) {
|
|
19778
19778
|
"use strict";
|
|
19779
19779
|
var $TypeError = require_type();
|
|
19780
19780
|
var inspect = require_object_inspect();
|
|
@@ -19782,7 +19782,7 @@ var require_side_channel = __commonJS({
|
|
|
19782
19782
|
var getSideChannelMap = require_side_channel_map();
|
|
19783
19783
|
var getSideChannelWeakMap = require_side_channel_weakmap();
|
|
19784
19784
|
var makeChannel = getSideChannelWeakMap || getSideChannelMap || getSideChannelList;
|
|
19785
|
-
|
|
19785
|
+
module.exports = /* @__PURE__ */ __name(function getSideChannel() {
|
|
19786
19786
|
var $channelData;
|
|
19787
19787
|
var channel = {
|
|
19788
19788
|
assert: /* @__PURE__ */ __name(function(key) {
|
|
@@ -19813,7 +19813,7 @@ var require_side_channel = __commonJS({
|
|
|
19813
19813
|
|
|
19814
19814
|
// ../../../node_modules/qs/lib/formats.js
|
|
19815
19815
|
var require_formats = __commonJS({
|
|
19816
|
-
"../../../node_modules/qs/lib/formats.js"(exports,
|
|
19816
|
+
"../../../node_modules/qs/lib/formats.js"(exports, module) {
|
|
19817
19817
|
"use strict";
|
|
19818
19818
|
var replace = String.prototype.replace;
|
|
19819
19819
|
var percentTwenties = /%20/g;
|
|
@@ -19821,7 +19821,7 @@ var require_formats = __commonJS({
|
|
|
19821
19821
|
RFC1738: "RFC1738",
|
|
19822
19822
|
RFC3986: "RFC3986"
|
|
19823
19823
|
};
|
|
19824
|
-
|
|
19824
|
+
module.exports = {
|
|
19825
19825
|
"default": Format.RFC3986,
|
|
19826
19826
|
formatters: {
|
|
19827
19827
|
RFC1738: /* @__PURE__ */ __name(function(value) {
|
|
@@ -19839,7 +19839,7 @@ var require_formats = __commonJS({
|
|
|
19839
19839
|
|
|
19840
19840
|
// ../../../node_modules/qs/lib/utils.js
|
|
19841
19841
|
var require_utils = __commonJS({
|
|
19842
|
-
"../../../node_modules/qs/lib/utils.js"(exports,
|
|
19842
|
+
"../../../node_modules/qs/lib/utils.js"(exports, module) {
|
|
19843
19843
|
"use strict";
|
|
19844
19844
|
var formats = require_formats();
|
|
19845
19845
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -20042,7 +20042,7 @@ var require_utils = __commonJS({
|
|
|
20042
20042
|
}
|
|
20043
20043
|
return fn(val);
|
|
20044
20044
|
}, "maybeMap");
|
|
20045
|
-
|
|
20045
|
+
module.exports = {
|
|
20046
20046
|
arrayToObject,
|
|
20047
20047
|
assign,
|
|
20048
20048
|
combine,
|
|
@@ -20059,7 +20059,7 @@ var require_utils = __commonJS({
|
|
|
20059
20059
|
|
|
20060
20060
|
// ../../../node_modules/qs/lib/stringify.js
|
|
20061
20061
|
var require_stringify = __commonJS({
|
|
20062
|
-
"../../../node_modules/qs/lib/stringify.js"(exports,
|
|
20062
|
+
"../../../node_modules/qs/lib/stringify.js"(exports, module) {
|
|
20063
20063
|
"use strict";
|
|
20064
20064
|
var getSideChannel = require_side_channel();
|
|
20065
20065
|
var utils = require_utils();
|
|
@@ -20263,7 +20263,7 @@ var require_stringify = __commonJS({
|
|
|
20263
20263
|
strictNullHandling: typeof opts.strictNullHandling === "boolean" ? opts.strictNullHandling : defaults.strictNullHandling
|
|
20264
20264
|
};
|
|
20265
20265
|
}, "normalizeStringifyOptions");
|
|
20266
|
-
|
|
20266
|
+
module.exports = function(object, opts) {
|
|
20267
20267
|
var obj = object;
|
|
20268
20268
|
var options = normalizeStringifyOptions(opts);
|
|
20269
20269
|
var objKeys;
|
|
@@ -20311,7 +20311,7 @@ var require_stringify = __commonJS({
|
|
|
20311
20311
|
|
|
20312
20312
|
// ../../../node_modules/qs/lib/parse.js
|
|
20313
20313
|
var require_parse = __commonJS({
|
|
20314
|
-
"../../../node_modules/qs/lib/parse.js"(exports,
|
|
20314
|
+
"../../../node_modules/qs/lib/parse.js"(exports, module) {
|
|
20315
20315
|
"use strict";
|
|
20316
20316
|
var utils = require_utils();
|
|
20317
20317
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -20518,7 +20518,7 @@ var require_parse = __commonJS({
|
|
|
20518
20518
|
strictNullHandling: typeof opts.strictNullHandling === "boolean" ? opts.strictNullHandling : defaults.strictNullHandling
|
|
20519
20519
|
};
|
|
20520
20520
|
}, "normalizeParseOptions");
|
|
20521
|
-
|
|
20521
|
+
module.exports = function(str, opts) {
|
|
20522
20522
|
var options = normalizeParseOptions(opts);
|
|
20523
20523
|
if (str === "" || str === null || typeof str === "undefined") {
|
|
20524
20524
|
return options.plainObjects ? /* @__PURE__ */ Object.create(null) : {};
|
|
@@ -20541,12 +20541,12 @@ var require_parse = __commonJS({
|
|
|
20541
20541
|
|
|
20542
20542
|
// ../../../node_modules/qs/lib/index.js
|
|
20543
20543
|
var require_lib3 = __commonJS({
|
|
20544
|
-
"../../../node_modules/qs/lib/index.js"(exports,
|
|
20544
|
+
"../../../node_modules/qs/lib/index.js"(exports, module) {
|
|
20545
20545
|
"use strict";
|
|
20546
20546
|
var stringify = require_stringify();
|
|
20547
20547
|
var parse = require_parse();
|
|
20548
20548
|
var formats = require_formats();
|
|
20549
|
-
|
|
20549
|
+
module.exports = {
|
|
20550
20550
|
formats,
|
|
20551
20551
|
parse,
|
|
20552
20552
|
stringify
|
|
@@ -20556,7 +20556,7 @@ var require_lib3 = __commonJS({
|
|
|
20556
20556
|
|
|
20557
20557
|
// ../../../node_modules/body-parser/lib/types/urlencoded.js
|
|
20558
20558
|
var require_urlencoded = __commonJS({
|
|
20559
|
-
"../../../node_modules/body-parser/lib/types/urlencoded.js"(exports,
|
|
20559
|
+
"../../../node_modules/body-parser/lib/types/urlencoded.js"(exports, module) {
|
|
20560
20560
|
"use strict";
|
|
20561
20561
|
var bytes = require_bytes();
|
|
20562
20562
|
var contentType = require_content_type();
|
|
@@ -20565,7 +20565,7 @@ var require_urlencoded = __commonJS({
|
|
|
20565
20565
|
var deprecate = require_depd()("body-parser");
|
|
20566
20566
|
var read = require_read();
|
|
20567
20567
|
var typeis = require_type_is();
|
|
20568
|
-
|
|
20568
|
+
module.exports = urlencoded;
|
|
20569
20569
|
var parsers = /* @__PURE__ */ Object.create(null);
|
|
20570
20570
|
function urlencoded(options) {
|
|
20571
20571
|
var opts = options || {};
|
|
@@ -20741,11 +20741,11 @@ var require_urlencoded = __commonJS({
|
|
|
20741
20741
|
|
|
20742
20742
|
// ../../../node_modules/body-parser/index.js
|
|
20743
20743
|
var require_body_parser = __commonJS({
|
|
20744
|
-
"../../../node_modules/body-parser/index.js"(exports,
|
|
20744
|
+
"../../../node_modules/body-parser/index.js"(exports, module) {
|
|
20745
20745
|
"use strict";
|
|
20746
20746
|
var deprecate = require_depd()("body-parser");
|
|
20747
20747
|
var parsers = /* @__PURE__ */ Object.create(null);
|
|
20748
|
-
exports =
|
|
20748
|
+
exports = module.exports = deprecate.function(bodyParser, "bodyParser: use individual json/urlencoded middlewares");
|
|
20749
20749
|
Object.defineProperty(exports, "json", {
|
|
20750
20750
|
configurable: true,
|
|
20751
20751
|
enumerable: true,
|
|
@@ -20818,9 +20818,9 @@ var require_body_parser = __commonJS({
|
|
|
20818
20818
|
|
|
20819
20819
|
// ../../../node_modules/merge-descriptors/index.js
|
|
20820
20820
|
var require_merge_descriptors = __commonJS({
|
|
20821
|
-
"../../../node_modules/merge-descriptors/index.js"(exports,
|
|
20821
|
+
"../../../node_modules/merge-descriptors/index.js"(exports, module) {
|
|
20822
20822
|
"use strict";
|
|
20823
|
-
|
|
20823
|
+
module.exports = merge;
|
|
20824
20824
|
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
20825
20825
|
function merge(dest, src, redefine) {
|
|
20826
20826
|
if (!dest) {
|
|
@@ -20847,14 +20847,14 @@ var require_merge_descriptors = __commonJS({
|
|
|
20847
20847
|
|
|
20848
20848
|
// ../../../node_modules/finalhandler/node_modules/ms/index.js
|
|
20849
20849
|
var require_ms2 = __commonJS({
|
|
20850
|
-
"../../../node_modules/finalhandler/node_modules/ms/index.js"(exports,
|
|
20850
|
+
"../../../node_modules/finalhandler/node_modules/ms/index.js"(exports, module) {
|
|
20851
20851
|
"use strict";
|
|
20852
20852
|
var s = 1e3;
|
|
20853
20853
|
var m = s * 60;
|
|
20854
20854
|
var h = m * 60;
|
|
20855
20855
|
var d = h * 24;
|
|
20856
20856
|
var y = d * 365.25;
|
|
20857
|
-
|
|
20857
|
+
module.exports = function(val, options) {
|
|
20858
20858
|
options = options || {};
|
|
20859
20859
|
var type = typeof val;
|
|
20860
20860
|
if (type === "string" && val.length > 0) {
|
|
@@ -20950,9 +20950,9 @@ var require_ms2 = __commonJS({
|
|
|
20950
20950
|
|
|
20951
20951
|
// ../../../node_modules/finalhandler/node_modules/debug/src/debug.js
|
|
20952
20952
|
var require_debug2 = __commonJS({
|
|
20953
|
-
"../../../node_modules/finalhandler/node_modules/debug/src/debug.js"(exports,
|
|
20953
|
+
"../../../node_modules/finalhandler/node_modules/debug/src/debug.js"(exports, module) {
|
|
20954
20954
|
"use strict";
|
|
20955
|
-
exports =
|
|
20955
|
+
exports = module.exports = createDebug.debug = createDebug["default"] = createDebug;
|
|
20956
20956
|
exports.coerce = coerce;
|
|
20957
20957
|
exports.disable = disable;
|
|
20958
20958
|
exports.enable = enable;
|
|
@@ -21063,9 +21063,9 @@ var require_debug2 = __commonJS({
|
|
|
21063
21063
|
|
|
21064
21064
|
// ../../../node_modules/finalhandler/node_modules/debug/src/browser.js
|
|
21065
21065
|
var require_browser2 = __commonJS({
|
|
21066
|
-
"../../../node_modules/finalhandler/node_modules/debug/src/browser.js"(exports,
|
|
21066
|
+
"../../../node_modules/finalhandler/node_modules/debug/src/browser.js"(exports, module) {
|
|
21067
21067
|
"use strict";
|
|
21068
|
-
exports =
|
|
21068
|
+
exports = module.exports = require_debug2();
|
|
21069
21069
|
exports.log = log;
|
|
21070
21070
|
exports.formatArgs = formatArgs;
|
|
21071
21071
|
exports.save = save;
|
|
@@ -21156,11 +21156,11 @@ var require_browser2 = __commonJS({
|
|
|
21156
21156
|
|
|
21157
21157
|
// ../../../node_modules/finalhandler/node_modules/debug/src/node.js
|
|
21158
21158
|
var require_node2 = __commonJS({
|
|
21159
|
-
"../../../node_modules/finalhandler/node_modules/debug/src/node.js"(exports,
|
|
21159
|
+
"../../../node_modules/finalhandler/node_modules/debug/src/node.js"(exports, module) {
|
|
21160
21160
|
"use strict";
|
|
21161
21161
|
var tty = __require("tty");
|
|
21162
21162
|
var util = __require("util");
|
|
21163
|
-
exports =
|
|
21163
|
+
exports = module.exports = require_debug2();
|
|
21164
21164
|
exports.init = init;
|
|
21165
21165
|
exports.log = log;
|
|
21166
21166
|
exports.formatArgs = formatArgs;
|
|
@@ -21250,8 +21250,8 @@ var require_node2 = __commonJS({
|
|
|
21250
21250
|
}
|
|
21251
21251
|
break;
|
|
21252
21252
|
case "FILE":
|
|
21253
|
-
var
|
|
21254
|
-
stream2 = new
|
|
21253
|
+
var fs10 = __require("fs");
|
|
21254
|
+
stream2 = new fs10.SyncWriteStream(fd2, {
|
|
21255
21255
|
autoClose: false
|
|
21256
21256
|
});
|
|
21257
21257
|
stream2._type = "fs";
|
|
@@ -21293,21 +21293,21 @@ var require_node2 = __commonJS({
|
|
|
21293
21293
|
|
|
21294
21294
|
// ../../../node_modules/finalhandler/node_modules/debug/src/index.js
|
|
21295
21295
|
var require_src2 = __commonJS({
|
|
21296
|
-
"../../../node_modules/finalhandler/node_modules/debug/src/index.js"(exports,
|
|
21296
|
+
"../../../node_modules/finalhandler/node_modules/debug/src/index.js"(exports, module) {
|
|
21297
21297
|
"use strict";
|
|
21298
21298
|
if (typeof process !== "undefined" && process.type === "renderer") {
|
|
21299
|
-
|
|
21299
|
+
module.exports = require_browser2();
|
|
21300
21300
|
} else {
|
|
21301
|
-
|
|
21301
|
+
module.exports = require_node2();
|
|
21302
21302
|
}
|
|
21303
21303
|
}
|
|
21304
21304
|
});
|
|
21305
21305
|
|
|
21306
21306
|
// ../../../node_modules/encodeurl/index.js
|
|
21307
21307
|
var require_encodeurl = __commonJS({
|
|
21308
|
-
"../../../node_modules/encodeurl/index.js"(exports,
|
|
21308
|
+
"../../../node_modules/encodeurl/index.js"(exports, module) {
|
|
21309
21309
|
"use strict";
|
|
21310
|
-
|
|
21310
|
+
module.exports = encodeUrl;
|
|
21311
21311
|
var ENCODE_CHARS_REGEXP = /(?:[^\x21\x23-\x3B\x3D\x3F-\x5F\x61-\x7A\x7C\x7E]|%(?:[^0-9A-Fa-f]|[0-9A-Fa-f][^0-9A-Fa-f]|$))+/g;
|
|
21312
21312
|
var UNMATCHED_SURROGATE_PAIR_REGEXP = /(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g;
|
|
21313
21313
|
var UNMATCHED_SURROGATE_PAIR_REPLACE = "$1\uFFFD$2";
|
|
@@ -21320,10 +21320,10 @@ var require_encodeurl = __commonJS({
|
|
|
21320
21320
|
|
|
21321
21321
|
// ../../../node_modules/escape-html/index.js
|
|
21322
21322
|
var require_escape_html = __commonJS({
|
|
21323
|
-
"../../../node_modules/escape-html/index.js"(exports,
|
|
21323
|
+
"../../../node_modules/escape-html/index.js"(exports, module) {
|
|
21324
21324
|
"use strict";
|
|
21325
21325
|
var matchHtmlRegExp = /["'&<>]/;
|
|
21326
|
-
|
|
21326
|
+
module.exports = escapeHtml;
|
|
21327
21327
|
function escapeHtml(string) {
|
|
21328
21328
|
var str = "" + string;
|
|
21329
21329
|
var match = matchHtmlRegExp.exec(str);
|
|
@@ -21368,13 +21368,13 @@ var require_escape_html = __commonJS({
|
|
|
21368
21368
|
|
|
21369
21369
|
// ../../../node_modules/parseurl/index.js
|
|
21370
21370
|
var require_parseurl = __commonJS({
|
|
21371
|
-
"../../../node_modules/parseurl/index.js"(exports,
|
|
21371
|
+
"../../../node_modules/parseurl/index.js"(exports, module) {
|
|
21372
21372
|
"use strict";
|
|
21373
21373
|
var url = __require("url");
|
|
21374
21374
|
var parse = url.parse;
|
|
21375
21375
|
var Url = url.Url;
|
|
21376
|
-
|
|
21377
|
-
|
|
21376
|
+
module.exports = parseurl;
|
|
21377
|
+
module.exports.original = originalurl;
|
|
21378
21378
|
function parseurl(req) {
|
|
21379
21379
|
var url2 = req.url;
|
|
21380
21380
|
if (url2 === void 0) {
|
|
@@ -21456,7 +21456,7 @@ var require_parseurl = __commonJS({
|
|
|
21456
21456
|
|
|
21457
21457
|
// ../../../node_modules/finalhandler/index.js
|
|
21458
21458
|
var require_finalhandler = __commonJS({
|
|
21459
|
-
"../../../node_modules/finalhandler/index.js"(exports,
|
|
21459
|
+
"../../../node_modules/finalhandler/index.js"(exports, module) {
|
|
21460
21460
|
"use strict";
|
|
21461
21461
|
var debug = require_src2()("finalhandler");
|
|
21462
21462
|
var encodeUrl = require_encodeurl();
|
|
@@ -21476,7 +21476,7 @@ var require_finalhandler = __commonJS({
|
|
|
21476
21476
|
return '<!DOCTYPE html>\n<html lang="en">\n<head>\n<meta charset="utf-8">\n<title>Error</title>\n</head>\n<body>\n<pre>' + body + "</pre>\n</body>\n</html>\n";
|
|
21477
21477
|
}
|
|
21478
21478
|
__name(createHtmlDocument, "createHtmlDocument");
|
|
21479
|
-
|
|
21479
|
+
module.exports = finalhandler;
|
|
21480
21480
|
function finalhandler(req, res, options) {
|
|
21481
21481
|
var opts = options || {};
|
|
21482
21482
|
var env = opts.env || process.env.NODE_ENV || "development";
|
|
@@ -21617,14 +21617,14 @@ var require_finalhandler = __commonJS({
|
|
|
21617
21617
|
|
|
21618
21618
|
// ../../../node_modules/express/node_modules/ms/index.js
|
|
21619
21619
|
var require_ms3 = __commonJS({
|
|
21620
|
-
"../../../node_modules/express/node_modules/ms/index.js"(exports,
|
|
21620
|
+
"../../../node_modules/express/node_modules/ms/index.js"(exports, module) {
|
|
21621
21621
|
"use strict";
|
|
21622
21622
|
var s = 1e3;
|
|
21623
21623
|
var m = s * 60;
|
|
21624
21624
|
var h = m * 60;
|
|
21625
21625
|
var d = h * 24;
|
|
21626
21626
|
var y = d * 365.25;
|
|
21627
|
-
|
|
21627
|
+
module.exports = function(val, options) {
|
|
21628
21628
|
options = options || {};
|
|
21629
21629
|
var type = typeof val;
|
|
21630
21630
|
if (type === "string" && val.length > 0) {
|
|
@@ -21720,9 +21720,9 @@ var require_ms3 = __commonJS({
|
|
|
21720
21720
|
|
|
21721
21721
|
// ../../../node_modules/express/node_modules/debug/src/debug.js
|
|
21722
21722
|
var require_debug3 = __commonJS({
|
|
21723
|
-
"../../../node_modules/express/node_modules/debug/src/debug.js"(exports,
|
|
21723
|
+
"../../../node_modules/express/node_modules/debug/src/debug.js"(exports, module) {
|
|
21724
21724
|
"use strict";
|
|
21725
|
-
exports =
|
|
21725
|
+
exports = module.exports = createDebug.debug = createDebug["default"] = createDebug;
|
|
21726
21726
|
exports.coerce = coerce;
|
|
21727
21727
|
exports.disable = disable;
|
|
21728
21728
|
exports.enable = enable;
|
|
@@ -21833,9 +21833,9 @@ var require_debug3 = __commonJS({
|
|
|
21833
21833
|
|
|
21834
21834
|
// ../../../node_modules/express/node_modules/debug/src/browser.js
|
|
21835
21835
|
var require_browser3 = __commonJS({
|
|
21836
|
-
"../../../node_modules/express/node_modules/debug/src/browser.js"(exports,
|
|
21836
|
+
"../../../node_modules/express/node_modules/debug/src/browser.js"(exports, module) {
|
|
21837
21837
|
"use strict";
|
|
21838
|
-
exports =
|
|
21838
|
+
exports = module.exports = require_debug3();
|
|
21839
21839
|
exports.log = log;
|
|
21840
21840
|
exports.formatArgs = formatArgs;
|
|
21841
21841
|
exports.save = save;
|
|
@@ -21926,11 +21926,11 @@ var require_browser3 = __commonJS({
|
|
|
21926
21926
|
|
|
21927
21927
|
// ../../../node_modules/express/node_modules/debug/src/node.js
|
|
21928
21928
|
var require_node3 = __commonJS({
|
|
21929
|
-
"../../../node_modules/express/node_modules/debug/src/node.js"(exports,
|
|
21929
|
+
"../../../node_modules/express/node_modules/debug/src/node.js"(exports, module) {
|
|
21930
21930
|
"use strict";
|
|
21931
21931
|
var tty = __require("tty");
|
|
21932
21932
|
var util = __require("util");
|
|
21933
|
-
exports =
|
|
21933
|
+
exports = module.exports = require_debug3();
|
|
21934
21934
|
exports.init = init;
|
|
21935
21935
|
exports.log = log;
|
|
21936
21936
|
exports.formatArgs = formatArgs;
|
|
@@ -22020,8 +22020,8 @@ var require_node3 = __commonJS({
|
|
|
22020
22020
|
}
|
|
22021
22021
|
break;
|
|
22022
22022
|
case "FILE":
|
|
22023
|
-
var
|
|
22024
|
-
stream2 = new
|
|
22023
|
+
var fs10 = __require("fs");
|
|
22024
|
+
stream2 = new fs10.SyncWriteStream(fd2, {
|
|
22025
22025
|
autoClose: false
|
|
22026
22026
|
});
|
|
22027
22027
|
stream2._type = "fs";
|
|
@@ -22063,21 +22063,21 @@ var require_node3 = __commonJS({
|
|
|
22063
22063
|
|
|
22064
22064
|
// ../../../node_modules/express/node_modules/debug/src/index.js
|
|
22065
22065
|
var require_src3 = __commonJS({
|
|
22066
|
-
"../../../node_modules/express/node_modules/debug/src/index.js"(exports,
|
|
22066
|
+
"../../../node_modules/express/node_modules/debug/src/index.js"(exports, module) {
|
|
22067
22067
|
"use strict";
|
|
22068
22068
|
if (typeof process !== "undefined" && process.type === "renderer") {
|
|
22069
|
-
|
|
22069
|
+
module.exports = require_browser3();
|
|
22070
22070
|
} else {
|
|
22071
|
-
|
|
22071
|
+
module.exports = require_node3();
|
|
22072
22072
|
}
|
|
22073
22073
|
}
|
|
22074
22074
|
});
|
|
22075
22075
|
|
|
22076
22076
|
// ../../../node_modules/array-flatten/array-flatten.js
|
|
22077
22077
|
var require_array_flatten = __commonJS({
|
|
22078
|
-
"../../../node_modules/array-flatten/array-flatten.js"(exports,
|
|
22078
|
+
"../../../node_modules/array-flatten/array-flatten.js"(exports, module) {
|
|
22079
22079
|
"use strict";
|
|
22080
|
-
|
|
22080
|
+
module.exports = arrayFlatten;
|
|
22081
22081
|
function flattenWithDepth(array, result, depth) {
|
|
22082
22082
|
for (var i = 0; i < array.length; i++) {
|
|
22083
22083
|
var value = array[i];
|
|
@@ -22114,11 +22114,11 @@ var require_array_flatten = __commonJS({
|
|
|
22114
22114
|
|
|
22115
22115
|
// ../../../node_modules/express/node_modules/path-to-regexp/index.js
|
|
22116
22116
|
var require_path_to_regexp = __commonJS({
|
|
22117
|
-
"../../../node_modules/express/node_modules/path-to-regexp/index.js"(exports,
|
|
22117
|
+
"../../../node_modules/express/node_modules/path-to-regexp/index.js"(exports, module) {
|
|
22118
22118
|
"use strict";
|
|
22119
|
-
|
|
22119
|
+
module.exports = pathToRegexp;
|
|
22120
22120
|
var MATCHING_GROUP_REGEXP = /\\.|\((?:\?<(.*?)>)?(?!\?)/g;
|
|
22121
|
-
function pathToRegexp(
|
|
22121
|
+
function pathToRegexp(path6, keys, options) {
|
|
22122
22122
|
options = options || {};
|
|
22123
22123
|
keys = keys || [];
|
|
22124
22124
|
var strict = options.strict;
|
|
@@ -22132,8 +22132,8 @@ var require_path_to_regexp = __commonJS({
|
|
|
22132
22132
|
var pos = 0;
|
|
22133
22133
|
var backtrack = "";
|
|
22134
22134
|
var m;
|
|
22135
|
-
if (
|
|
22136
|
-
while (m = MATCHING_GROUP_REGEXP.exec(
|
|
22135
|
+
if (path6 instanceof RegExp) {
|
|
22136
|
+
while (m = MATCHING_GROUP_REGEXP.exec(path6.source)) {
|
|
22137
22137
|
if (m[0][0] === "\\") continue;
|
|
22138
22138
|
keys.push({
|
|
22139
22139
|
name: m[1] || name++,
|
|
@@ -22141,18 +22141,18 @@ var require_path_to_regexp = __commonJS({
|
|
|
22141
22141
|
offset: m.index
|
|
22142
22142
|
});
|
|
22143
22143
|
}
|
|
22144
|
-
return
|
|
22144
|
+
return path6;
|
|
22145
22145
|
}
|
|
22146
|
-
if (Array.isArray(
|
|
22147
|
-
|
|
22146
|
+
if (Array.isArray(path6)) {
|
|
22147
|
+
path6 = path6.map(function(value) {
|
|
22148
22148
|
return pathToRegexp(value, keys, options).source;
|
|
22149
22149
|
});
|
|
22150
|
-
return new RegExp(
|
|
22150
|
+
return new RegExp(path6.join("|"), flags);
|
|
22151
22151
|
}
|
|
22152
|
-
if (typeof
|
|
22152
|
+
if (typeof path6 !== "string") {
|
|
22153
22153
|
throw new TypeError("path must be a string, array of strings, or regular expression");
|
|
22154
22154
|
}
|
|
22155
|
-
|
|
22155
|
+
path6 = path6.replace(/\\.|(\/)?(\.)?:(\w+)(\(.*?\))?(\*)?(\?)?|[.*]|\/\(/g, function(match, slash, format, key, capture, star, optional, offset) {
|
|
22156
22156
|
if (match[0] === "\\") {
|
|
22157
22157
|
backtrack += match;
|
|
22158
22158
|
pos += 2;
|
|
@@ -22167,7 +22167,7 @@ var require_path_to_regexp = __commonJS({
|
|
|
22167
22167
|
if (slash || format) {
|
|
22168
22168
|
backtrack = "";
|
|
22169
22169
|
} else {
|
|
22170
|
-
backtrack +=
|
|
22170
|
+
backtrack += path6.slice(pos, offset);
|
|
22171
22171
|
}
|
|
22172
22172
|
pos = offset + match.length;
|
|
22173
22173
|
if (match === "*") {
|
|
@@ -22194,7 +22194,7 @@ var require_path_to_regexp = __commonJS({
|
|
|
22194
22194
|
extraOffset += result.length - match.length;
|
|
22195
22195
|
return result;
|
|
22196
22196
|
});
|
|
22197
|
-
while (m = MATCHING_GROUP_REGEXP.exec(
|
|
22197
|
+
while (m = MATCHING_GROUP_REGEXP.exec(path6)) {
|
|
22198
22198
|
if (m[0][0] === "\\") continue;
|
|
22199
22199
|
if (keysOffset + i === keys.length || keys[keysOffset + i].offset > m.index) {
|
|
22200
22200
|
keys.splice(keysOffset + i, 0, {
|
|
@@ -22205,13 +22205,13 @@ var require_path_to_regexp = __commonJS({
|
|
|
22205
22205
|
}
|
|
22206
22206
|
i++;
|
|
22207
22207
|
}
|
|
22208
|
-
|
|
22208
|
+
path6 += strict ? "" : path6[path6.length - 1] === "/" ? "?" : "/?";
|
|
22209
22209
|
if (end) {
|
|
22210
|
-
|
|
22211
|
-
} else if (
|
|
22212
|
-
|
|
22210
|
+
path6 += "$";
|
|
22211
|
+
} else if (path6[path6.length - 1] !== "/") {
|
|
22212
|
+
path6 += lookahead ? "(?=/|$)" : "(?:/|$)";
|
|
22213
22213
|
}
|
|
22214
|
-
return new RegExp("^" +
|
|
22214
|
+
return new RegExp("^" + path6, flags);
|
|
22215
22215
|
}
|
|
22216
22216
|
__name(pathToRegexp, "pathToRegexp");
|
|
22217
22217
|
}
|
|
@@ -22219,25 +22219,25 @@ var require_path_to_regexp = __commonJS({
|
|
|
22219
22219
|
|
|
22220
22220
|
// ../../../node_modules/express/lib/router/layer.js
|
|
22221
22221
|
var require_layer = __commonJS({
|
|
22222
|
-
"../../../node_modules/express/lib/router/layer.js"(exports,
|
|
22222
|
+
"../../../node_modules/express/lib/router/layer.js"(exports, module) {
|
|
22223
22223
|
"use strict";
|
|
22224
22224
|
var pathRegexp = require_path_to_regexp();
|
|
22225
22225
|
var debug = require_src3()("express:router:layer");
|
|
22226
22226
|
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
22227
|
-
|
|
22228
|
-
function Layer(
|
|
22227
|
+
module.exports = Layer;
|
|
22228
|
+
function Layer(path6, options, fn) {
|
|
22229
22229
|
if (!(this instanceof Layer)) {
|
|
22230
|
-
return new Layer(
|
|
22230
|
+
return new Layer(path6, options, fn);
|
|
22231
22231
|
}
|
|
22232
|
-
debug("new %o",
|
|
22232
|
+
debug("new %o", path6);
|
|
22233
22233
|
var opts = options || {};
|
|
22234
22234
|
this.handle = fn;
|
|
22235
22235
|
this.name = fn.name || "<anonymous>";
|
|
22236
22236
|
this.params = void 0;
|
|
22237
22237
|
this.path = void 0;
|
|
22238
|
-
this.regexp = pathRegexp(
|
|
22239
|
-
this.regexp.fast_star =
|
|
22240
|
-
this.regexp.fast_slash =
|
|
22238
|
+
this.regexp = pathRegexp(path6, this.keys = [], opts);
|
|
22239
|
+
this.regexp.fast_star = path6 === "*";
|
|
22240
|
+
this.regexp.fast_slash = path6 === "/" && opts.end === false;
|
|
22241
22241
|
}
|
|
22242
22242
|
__name(Layer, "Layer");
|
|
22243
22243
|
Layer.prototype.handle_error = /* @__PURE__ */ __name(function handle_error(error, req, res, next) {
|
|
@@ -22262,9 +22262,9 @@ var require_layer = __commonJS({
|
|
|
22262
22262
|
next(err);
|
|
22263
22263
|
}
|
|
22264
22264
|
}, "handle");
|
|
22265
|
-
Layer.prototype.match = /* @__PURE__ */ __name(function match(
|
|
22265
|
+
Layer.prototype.match = /* @__PURE__ */ __name(function match(path6) {
|
|
22266
22266
|
var match2;
|
|
22267
|
-
if (
|
|
22267
|
+
if (path6 != null) {
|
|
22268
22268
|
if (this.regexp.fast_slash) {
|
|
22269
22269
|
this.params = {};
|
|
22270
22270
|
this.path = "";
|
|
@@ -22272,12 +22272,12 @@ var require_layer = __commonJS({
|
|
|
22272
22272
|
}
|
|
22273
22273
|
if (this.regexp.fast_star) {
|
|
22274
22274
|
this.params = {
|
|
22275
|
-
"0": decode_param(
|
|
22275
|
+
"0": decode_param(path6)
|
|
22276
22276
|
};
|
|
22277
|
-
this.path =
|
|
22277
|
+
this.path = path6;
|
|
22278
22278
|
return true;
|
|
22279
22279
|
}
|
|
22280
|
-
match2 = this.regexp.exec(
|
|
22280
|
+
match2 = this.regexp.exec(path6);
|
|
22281
22281
|
}
|
|
22282
22282
|
if (!match2) {
|
|
22283
22283
|
this.params = void 0;
|
|
@@ -22318,10 +22318,10 @@ var require_layer = __commonJS({
|
|
|
22318
22318
|
|
|
22319
22319
|
// ../../../node_modules/methods/index.js
|
|
22320
22320
|
var require_methods = __commonJS({
|
|
22321
|
-
"../../../node_modules/methods/index.js"(exports,
|
|
22321
|
+
"../../../node_modules/methods/index.js"(exports, module) {
|
|
22322
22322
|
"use strict";
|
|
22323
22323
|
var http = __require("http");
|
|
22324
|
-
|
|
22324
|
+
module.exports = getCurrentNodeMethods() || getBasicNodeMethods();
|
|
22325
22325
|
function getCurrentNodeMethods() {
|
|
22326
22326
|
return http.METHODS && http.METHODS.map(/* @__PURE__ */ __name(function lowerCaseMethod(method) {
|
|
22327
22327
|
return method.toLowerCase();
|
|
@@ -22364,7 +22364,7 @@ var require_methods = __commonJS({
|
|
|
22364
22364
|
|
|
22365
22365
|
// ../../../node_modules/express/lib/router/route.js
|
|
22366
22366
|
var require_route = __commonJS({
|
|
22367
|
-
"../../../node_modules/express/lib/router/route.js"(exports,
|
|
22367
|
+
"../../../node_modules/express/lib/router/route.js"(exports, module) {
|
|
22368
22368
|
"use strict";
|
|
22369
22369
|
var debug = require_src3()("express:router:route");
|
|
22370
22370
|
var flatten = require_array_flatten();
|
|
@@ -22372,11 +22372,11 @@ var require_route = __commonJS({
|
|
|
22372
22372
|
var methods = require_methods();
|
|
22373
22373
|
var slice = Array.prototype.slice;
|
|
22374
22374
|
var toString = Object.prototype.toString;
|
|
22375
|
-
|
|
22376
|
-
function Route(
|
|
22377
|
-
this.path =
|
|
22375
|
+
module.exports = Route;
|
|
22376
|
+
function Route(path6) {
|
|
22377
|
+
this.path = path6;
|
|
22378
22378
|
this.stack = [];
|
|
22379
|
-
debug("new %o",
|
|
22379
|
+
debug("new %o", path6);
|
|
22380
22380
|
this.methods = {};
|
|
22381
22381
|
}
|
|
22382
22382
|
__name(Route, "Route");
|
|
@@ -22478,9 +22478,9 @@ var require_route = __commonJS({
|
|
|
22478
22478
|
|
|
22479
22479
|
// ../../../node_modules/utils-merge/index.js
|
|
22480
22480
|
var require_utils_merge = __commonJS({
|
|
22481
|
-
"../../../node_modules/utils-merge/index.js"(exports,
|
|
22481
|
+
"../../../node_modules/utils-merge/index.js"(exports, module) {
|
|
22482
22482
|
"use strict";
|
|
22483
|
-
exports =
|
|
22483
|
+
exports = module.exports = function(a, b) {
|
|
22484
22484
|
if (a && b) {
|
|
22485
22485
|
for (var key in b) {
|
|
22486
22486
|
a[key] = b[key];
|
|
@@ -22493,7 +22493,7 @@ var require_utils_merge = __commonJS({
|
|
|
22493
22493
|
|
|
22494
22494
|
// ../../../node_modules/express/lib/router/index.js
|
|
22495
22495
|
var require_router = __commonJS({
|
|
22496
|
-
"../../../node_modules/express/lib/router/index.js"(exports,
|
|
22496
|
+
"../../../node_modules/express/lib/router/index.js"(exports, module) {
|
|
22497
22497
|
"use strict";
|
|
22498
22498
|
var Route = require_route();
|
|
22499
22499
|
var Layer = require_layer();
|
|
@@ -22507,7 +22507,7 @@ var require_router = __commonJS({
|
|
|
22507
22507
|
var objectRegExp = /^\[object (\S+)\]$/;
|
|
22508
22508
|
var slice = Array.prototype.slice;
|
|
22509
22509
|
var toString = Object.prototype.toString;
|
|
22510
|
-
var proto =
|
|
22510
|
+
var proto = module.exports = function(options) {
|
|
22511
22511
|
var opts = options || {};
|
|
22512
22512
|
function router(req, res, next) {
|
|
22513
22513
|
router.handle(req, res, next);
|
|
@@ -22592,8 +22592,8 @@ var require_router = __commonJS({
|
|
|
22592
22592
|
if (++sync > 100) {
|
|
22593
22593
|
return setImmediate(next, err);
|
|
22594
22594
|
}
|
|
22595
|
-
var
|
|
22596
|
-
if (
|
|
22595
|
+
var path6 = getPathname(req);
|
|
22596
|
+
if (path6 == null) {
|
|
22597
22597
|
return done(layerError);
|
|
22598
22598
|
}
|
|
22599
22599
|
var layer;
|
|
@@ -22601,7 +22601,7 @@ var require_router = __commonJS({
|
|
|
22601
22601
|
var route;
|
|
22602
22602
|
while (match !== true && idx < stack.length) {
|
|
22603
22603
|
layer = stack[idx++];
|
|
22604
|
-
match = matchLayer(layer,
|
|
22604
|
+
match = matchLayer(layer, path6);
|
|
22605
22605
|
route = layer.route;
|
|
22606
22606
|
if (typeof match !== "boolean") {
|
|
22607
22607
|
layerError = layerError || match;
|
|
@@ -22639,19 +22639,19 @@ var require_router = __commonJS({
|
|
|
22639
22639
|
} else if (route) {
|
|
22640
22640
|
layer.handle_request(req, res, next);
|
|
22641
22641
|
} else {
|
|
22642
|
-
trim_prefix(layer, layerError, layerPath,
|
|
22642
|
+
trim_prefix(layer, layerError, layerPath, path6);
|
|
22643
22643
|
}
|
|
22644
22644
|
sync = 0;
|
|
22645
22645
|
});
|
|
22646
22646
|
}
|
|
22647
22647
|
__name(next, "next");
|
|
22648
|
-
function trim_prefix(layer, layerError, layerPath,
|
|
22648
|
+
function trim_prefix(layer, layerError, layerPath, path6) {
|
|
22649
22649
|
if (layerPath.length !== 0) {
|
|
22650
|
-
if (layerPath !==
|
|
22650
|
+
if (layerPath !== path6.slice(0, layerPath.length)) {
|
|
22651
22651
|
next(layerError);
|
|
22652
22652
|
return;
|
|
22653
22653
|
}
|
|
22654
|
-
var c =
|
|
22654
|
+
var c = path6[layerPath.length];
|
|
22655
22655
|
if (c && c !== "/" && c !== ".") return next(layerError);
|
|
22656
22656
|
debug("trim prefix (%s) from url %s", layerPath, req.url);
|
|
22657
22657
|
removed = layerPath;
|
|
@@ -22732,7 +22732,7 @@ var require_router = __commonJS({
|
|
|
22732
22732
|
}, "process_params");
|
|
22733
22733
|
proto.use = /* @__PURE__ */ __name(function use(fn) {
|
|
22734
22734
|
var offset = 0;
|
|
22735
|
-
var
|
|
22735
|
+
var path6 = "/";
|
|
22736
22736
|
if (typeof fn !== "function") {
|
|
22737
22737
|
var arg = fn;
|
|
22738
22738
|
while (Array.isArray(arg) && arg.length !== 0) {
|
|
@@ -22740,7 +22740,7 @@ var require_router = __commonJS({
|
|
|
22740
22740
|
}
|
|
22741
22741
|
if (typeof arg !== "function") {
|
|
22742
22742
|
offset = 1;
|
|
22743
|
-
|
|
22743
|
+
path6 = fn;
|
|
22744
22744
|
}
|
|
22745
22745
|
}
|
|
22746
22746
|
var callbacks = flatten(slice.call(arguments, offset));
|
|
@@ -22752,8 +22752,8 @@ var require_router = __commonJS({
|
|
|
22752
22752
|
if (typeof fn !== "function") {
|
|
22753
22753
|
throw new TypeError("Router.use() requires a middleware function but got a " + gettype(fn));
|
|
22754
22754
|
}
|
|
22755
|
-
debug("use %o %s",
|
|
22756
|
-
var layer = new Layer(
|
|
22755
|
+
debug("use %o %s", path6, fn.name || "<anonymous>");
|
|
22756
|
+
var layer = new Layer(path6, {
|
|
22757
22757
|
sensitive: this.caseSensitive,
|
|
22758
22758
|
strict: false,
|
|
22759
22759
|
end: false
|
|
@@ -22763,9 +22763,9 @@ var require_router = __commonJS({
|
|
|
22763
22763
|
}
|
|
22764
22764
|
return this;
|
|
22765
22765
|
}, "use");
|
|
22766
|
-
proto.route = /* @__PURE__ */ __name(function route(
|
|
22767
|
-
var route2 = new Route(
|
|
22768
|
-
var layer = new Layer(
|
|
22766
|
+
proto.route = /* @__PURE__ */ __name(function route(path6) {
|
|
22767
|
+
var route2 = new Route(path6);
|
|
22768
|
+
var layer = new Layer(path6, {
|
|
22769
22769
|
sensitive: this.caseSensitive,
|
|
22770
22770
|
strict: this.strict,
|
|
22771
22771
|
end: true
|
|
@@ -22775,8 +22775,8 @@ var require_router = __commonJS({
|
|
|
22775
22775
|
return route2;
|
|
22776
22776
|
}, "route");
|
|
22777
22777
|
methods.concat("all").forEach(function(method) {
|
|
22778
|
-
proto[method] = function(
|
|
22779
|
-
var route = this.route(
|
|
22778
|
+
proto[method] = function(path6) {
|
|
22779
|
+
var route = this.route(path6);
|
|
22780
22780
|
route[method].apply(route, slice.call(arguments, 1));
|
|
22781
22781
|
return this;
|
|
22782
22782
|
};
|
|
@@ -22816,9 +22816,9 @@ var require_router = __commonJS({
|
|
|
22816
22816
|
return toString.call(obj).replace(objectRegExp, "$1");
|
|
22817
22817
|
}
|
|
22818
22818
|
__name(gettype, "gettype");
|
|
22819
|
-
function matchLayer(layer,
|
|
22819
|
+
function matchLayer(layer, path6) {
|
|
22820
22820
|
try {
|
|
22821
|
-
return layer.match(
|
|
22821
|
+
return layer.match(path6);
|
|
22822
22822
|
} catch (err) {
|
|
22823
22823
|
return err;
|
|
22824
22824
|
}
|
|
@@ -22910,12 +22910,12 @@ var require_init = __commonJS({
|
|
|
22910
22910
|
|
|
22911
22911
|
// ../../../node_modules/express/lib/middleware/query.js
|
|
22912
22912
|
var require_query = __commonJS({
|
|
22913
|
-
"../../../node_modules/express/lib/middleware/query.js"(exports,
|
|
22913
|
+
"../../../node_modules/express/lib/middleware/query.js"(exports, module) {
|
|
22914
22914
|
"use strict";
|
|
22915
22915
|
var merge = require_utils_merge();
|
|
22916
22916
|
var parseUrl = require_parseurl();
|
|
22917
22917
|
var qs = require_lib3();
|
|
22918
|
-
|
|
22918
|
+
module.exports = /* @__PURE__ */ __name(function query(options) {
|
|
22919
22919
|
var opts = merge({}, options);
|
|
22920
22920
|
var queryparse = qs.parse;
|
|
22921
22921
|
if (typeof options === "function") {
|
|
@@ -22938,17 +22938,17 @@ var require_query = __commonJS({
|
|
|
22938
22938
|
|
|
22939
22939
|
// ../../../node_modules/express/lib/view.js
|
|
22940
22940
|
var require_view = __commonJS({
|
|
22941
|
-
"../../../node_modules/express/lib/view.js"(exports,
|
|
22941
|
+
"../../../node_modules/express/lib/view.js"(exports, module) {
|
|
22942
22942
|
"use strict";
|
|
22943
22943
|
var debug = require_src3()("express:view");
|
|
22944
|
-
var
|
|
22945
|
-
var
|
|
22946
|
-
var dirname =
|
|
22947
|
-
var basename =
|
|
22948
|
-
var extname =
|
|
22949
|
-
var
|
|
22950
|
-
var resolve =
|
|
22951
|
-
|
|
22944
|
+
var path6 = __require("path");
|
|
22945
|
+
var fs10 = __require("fs");
|
|
22946
|
+
var dirname = path6.dirname;
|
|
22947
|
+
var basename = path6.basename;
|
|
22948
|
+
var extname = path6.extname;
|
|
22949
|
+
var join5 = path6.join;
|
|
22950
|
+
var resolve = path6.resolve;
|
|
22951
|
+
module.exports = View;
|
|
22952
22952
|
function View(name, options) {
|
|
22953
22953
|
var opts = options || {};
|
|
22954
22954
|
this.defaultEngine = opts.defaultEngine;
|
|
@@ -22977,17 +22977,17 @@ var require_view = __commonJS({
|
|
|
22977
22977
|
}
|
|
22978
22978
|
__name(View, "View");
|
|
22979
22979
|
View.prototype.lookup = /* @__PURE__ */ __name(function lookup(name) {
|
|
22980
|
-
var
|
|
22980
|
+
var path7;
|
|
22981
22981
|
var roots = [].concat(this.root);
|
|
22982
22982
|
debug('lookup "%s"', name);
|
|
22983
|
-
for (var i = 0; i < roots.length && !
|
|
22983
|
+
for (var i = 0; i < roots.length && !path7; i++) {
|
|
22984
22984
|
var root = roots[i];
|
|
22985
22985
|
var loc = resolve(root, name);
|
|
22986
22986
|
var dir = dirname(loc);
|
|
22987
22987
|
var file = basename(loc);
|
|
22988
|
-
|
|
22988
|
+
path7 = this.resolve(dir, file);
|
|
22989
22989
|
}
|
|
22990
|
-
return
|
|
22990
|
+
return path7;
|
|
22991
22991
|
}, "lookup");
|
|
22992
22992
|
View.prototype.render = /* @__PURE__ */ __name(function render(options, callback) {
|
|
22993
22993
|
debug('render "%s"', this.path);
|
|
@@ -22995,21 +22995,21 @@ var require_view = __commonJS({
|
|
|
22995
22995
|
}, "render");
|
|
22996
22996
|
View.prototype.resolve = /* @__PURE__ */ __name(function resolve2(dir, file) {
|
|
22997
22997
|
var ext = this.ext;
|
|
22998
|
-
var
|
|
22999
|
-
var stat = tryStat(
|
|
22998
|
+
var path7 = join5(dir, file);
|
|
22999
|
+
var stat = tryStat(path7);
|
|
23000
23000
|
if (stat && stat.isFile()) {
|
|
23001
|
-
return
|
|
23001
|
+
return path7;
|
|
23002
23002
|
}
|
|
23003
|
-
|
|
23004
|
-
stat = tryStat(
|
|
23003
|
+
path7 = join5(dir, basename(file, ext), "index" + ext);
|
|
23004
|
+
stat = tryStat(path7);
|
|
23005
23005
|
if (stat && stat.isFile()) {
|
|
23006
|
-
return
|
|
23006
|
+
return path7;
|
|
23007
23007
|
}
|
|
23008
23008
|
}, "resolve");
|
|
23009
|
-
function tryStat(
|
|
23010
|
-
debug('stat "%s"',
|
|
23009
|
+
function tryStat(path7) {
|
|
23010
|
+
debug('stat "%s"', path7);
|
|
23011
23011
|
try {
|
|
23012
|
-
return
|
|
23012
|
+
return fs10.statSync(path7);
|
|
23013
23013
|
} catch (e) {
|
|
23014
23014
|
return void 0;
|
|
23015
23015
|
}
|
|
@@ -23020,7 +23020,7 @@ var require_view = __commonJS({
|
|
|
23020
23020
|
|
|
23021
23021
|
// ../../../node_modules/safe-buffer/index.js
|
|
23022
23022
|
var require_safe_buffer = __commonJS({
|
|
23023
|
-
"../../../node_modules/safe-buffer/index.js"(exports,
|
|
23023
|
+
"../../../node_modules/safe-buffer/index.js"(exports, module) {
|
|
23024
23024
|
"use strict";
|
|
23025
23025
|
var buffer = __require("buffer");
|
|
23026
23026
|
var Buffer2 = buffer.Buffer;
|
|
@@ -23031,7 +23031,7 @@ var require_safe_buffer = __commonJS({
|
|
|
23031
23031
|
}
|
|
23032
23032
|
__name(copyProps, "copyProps");
|
|
23033
23033
|
if (Buffer2.from && Buffer2.alloc && Buffer2.allocUnsafe && Buffer2.allocUnsafeSlow) {
|
|
23034
|
-
|
|
23034
|
+
module.exports = buffer;
|
|
23035
23035
|
} else {
|
|
23036
23036
|
copyProps(buffer, exports);
|
|
23037
23037
|
exports.Buffer = SafeBuffer;
|
|
@@ -23081,10 +23081,10 @@ var require_safe_buffer = __commonJS({
|
|
|
23081
23081
|
|
|
23082
23082
|
// ../../../node_modules/express/node_modules/content-disposition/index.js
|
|
23083
23083
|
var require_content_disposition = __commonJS({
|
|
23084
|
-
"../../../node_modules/express/node_modules/content-disposition/index.js"(exports,
|
|
23084
|
+
"../../../node_modules/express/node_modules/content-disposition/index.js"(exports, module) {
|
|
23085
23085
|
"use strict";
|
|
23086
|
-
|
|
23087
|
-
|
|
23086
|
+
module.exports = contentDisposition;
|
|
23087
|
+
module.exports.parse = parse;
|
|
23088
23088
|
var basename = __require("path").basename;
|
|
23089
23089
|
var Buffer2 = require_safe_buffer().Buffer;
|
|
23090
23090
|
var ENCODE_URL_ATTR_CHAR_REGEXP = /[\x00-\x20"'()*,/:;<=>?@[\\\]{}\x7f]/g;
|
|
@@ -23255,14 +23255,14 @@ var require_content_disposition = __commonJS({
|
|
|
23255
23255
|
|
|
23256
23256
|
// ../../../node_modules/send/node_modules/debug/node_modules/ms/index.js
|
|
23257
23257
|
var require_ms4 = __commonJS({
|
|
23258
|
-
"../../../node_modules/send/node_modules/debug/node_modules/ms/index.js"(exports,
|
|
23258
|
+
"../../../node_modules/send/node_modules/debug/node_modules/ms/index.js"(exports, module) {
|
|
23259
23259
|
"use strict";
|
|
23260
23260
|
var s = 1e3;
|
|
23261
23261
|
var m = s * 60;
|
|
23262
23262
|
var h = m * 60;
|
|
23263
23263
|
var d = h * 24;
|
|
23264
23264
|
var y = d * 365.25;
|
|
23265
|
-
|
|
23265
|
+
module.exports = function(val, options) {
|
|
23266
23266
|
options = options || {};
|
|
23267
23267
|
var type = typeof val;
|
|
23268
23268
|
if (type === "string" && val.length > 0) {
|
|
@@ -23358,9 +23358,9 @@ var require_ms4 = __commonJS({
|
|
|
23358
23358
|
|
|
23359
23359
|
// ../../../node_modules/send/node_modules/debug/src/debug.js
|
|
23360
23360
|
var require_debug4 = __commonJS({
|
|
23361
|
-
"../../../node_modules/send/node_modules/debug/src/debug.js"(exports,
|
|
23361
|
+
"../../../node_modules/send/node_modules/debug/src/debug.js"(exports, module) {
|
|
23362
23362
|
"use strict";
|
|
23363
|
-
exports =
|
|
23363
|
+
exports = module.exports = createDebug.debug = createDebug["default"] = createDebug;
|
|
23364
23364
|
exports.coerce = coerce;
|
|
23365
23365
|
exports.disable = disable;
|
|
23366
23366
|
exports.enable = enable;
|
|
@@ -23471,9 +23471,9 @@ var require_debug4 = __commonJS({
|
|
|
23471
23471
|
|
|
23472
23472
|
// ../../../node_modules/send/node_modules/debug/src/browser.js
|
|
23473
23473
|
var require_browser4 = __commonJS({
|
|
23474
|
-
"../../../node_modules/send/node_modules/debug/src/browser.js"(exports,
|
|
23474
|
+
"../../../node_modules/send/node_modules/debug/src/browser.js"(exports, module) {
|
|
23475
23475
|
"use strict";
|
|
23476
|
-
exports =
|
|
23476
|
+
exports = module.exports = require_debug4();
|
|
23477
23477
|
exports.log = log;
|
|
23478
23478
|
exports.formatArgs = formatArgs;
|
|
23479
23479
|
exports.save = save;
|
|
@@ -23564,11 +23564,11 @@ var require_browser4 = __commonJS({
|
|
|
23564
23564
|
|
|
23565
23565
|
// ../../../node_modules/send/node_modules/debug/src/node.js
|
|
23566
23566
|
var require_node4 = __commonJS({
|
|
23567
|
-
"../../../node_modules/send/node_modules/debug/src/node.js"(exports,
|
|
23567
|
+
"../../../node_modules/send/node_modules/debug/src/node.js"(exports, module) {
|
|
23568
23568
|
"use strict";
|
|
23569
23569
|
var tty = __require("tty");
|
|
23570
23570
|
var util = __require("util");
|
|
23571
|
-
exports =
|
|
23571
|
+
exports = module.exports = require_debug4();
|
|
23572
23572
|
exports.init = init;
|
|
23573
23573
|
exports.log = log;
|
|
23574
23574
|
exports.formatArgs = formatArgs;
|
|
@@ -23658,8 +23658,8 @@ var require_node4 = __commonJS({
|
|
|
23658
23658
|
}
|
|
23659
23659
|
break;
|
|
23660
23660
|
case "FILE":
|
|
23661
|
-
var
|
|
23662
|
-
stream2 = new
|
|
23661
|
+
var fs10 = __require("fs");
|
|
23662
|
+
stream2 = new fs10.SyncWriteStream(fd2, {
|
|
23663
23663
|
autoClose: false
|
|
23664
23664
|
});
|
|
23665
23665
|
stream2._type = "fs";
|
|
@@ -23701,21 +23701,21 @@ var require_node4 = __commonJS({
|
|
|
23701
23701
|
|
|
23702
23702
|
// ../../../node_modules/send/node_modules/debug/src/index.js
|
|
23703
23703
|
var require_src4 = __commonJS({
|
|
23704
|
-
"../../../node_modules/send/node_modules/debug/src/index.js"(exports,
|
|
23704
|
+
"../../../node_modules/send/node_modules/debug/src/index.js"(exports, module) {
|
|
23705
23705
|
"use strict";
|
|
23706
23706
|
if (typeof process !== "undefined" && process.type === "renderer") {
|
|
23707
|
-
|
|
23707
|
+
module.exports = require_browser4();
|
|
23708
23708
|
} else {
|
|
23709
|
-
|
|
23709
|
+
module.exports = require_node4();
|
|
23710
23710
|
}
|
|
23711
23711
|
}
|
|
23712
23712
|
});
|
|
23713
23713
|
|
|
23714
23714
|
// ../../../node_modules/send/node_modules/encodeurl/index.js
|
|
23715
23715
|
var require_encodeurl2 = __commonJS({
|
|
23716
|
-
"../../../node_modules/send/node_modules/encodeurl/index.js"(exports,
|
|
23716
|
+
"../../../node_modules/send/node_modules/encodeurl/index.js"(exports, module) {
|
|
23717
23717
|
"use strict";
|
|
23718
|
-
|
|
23718
|
+
module.exports = encodeUrl;
|
|
23719
23719
|
var ENCODE_CHARS_REGEXP = /(?:[^\x21\x25\x26-\x3B\x3D\x3F-\x5B\x5D\x5F\x61-\x7A\x7E]|%(?:[^0-9A-Fa-f]|[0-9A-Fa-f][^0-9A-Fa-f]|$))+/g;
|
|
23720
23720
|
var UNMATCHED_SURROGATE_PAIR_REGEXP = /(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g;
|
|
23721
23721
|
var UNMATCHED_SURROGATE_PAIR_REPLACE = "$1\uFFFD$2";
|
|
@@ -23728,9 +23728,9 @@ var require_encodeurl2 = __commonJS({
|
|
|
23728
23728
|
|
|
23729
23729
|
// ../../../node_modules/etag/index.js
|
|
23730
23730
|
var require_etag = __commonJS({
|
|
23731
|
-
"../../../node_modules/etag/index.js"(exports,
|
|
23731
|
+
"../../../node_modules/etag/index.js"(exports, module) {
|
|
23732
23732
|
"use strict";
|
|
23733
|
-
|
|
23733
|
+
module.exports = etag;
|
|
23734
23734
|
var crypto2 = __require("crypto");
|
|
23735
23735
|
var Stats = __require("fs").Stats;
|
|
23736
23736
|
var toString = Object.prototype.toString;
|
|
@@ -23774,10 +23774,10 @@ var require_etag = __commonJS({
|
|
|
23774
23774
|
|
|
23775
23775
|
// ../../../node_modules/fresh/index.js
|
|
23776
23776
|
var require_fresh = __commonJS({
|
|
23777
|
-
"../../../node_modules/fresh/index.js"(exports,
|
|
23777
|
+
"../../../node_modules/fresh/index.js"(exports, module) {
|
|
23778
23778
|
"use strict";
|
|
23779
23779
|
var CACHE_CONTROL_NO_CACHE_REGEXP = /(?:^|,)\s*?no-cache\s*?(?:,|$)/;
|
|
23780
|
-
|
|
23780
|
+
module.exports = fresh;
|
|
23781
23781
|
function fresh(reqHeaders, resHeaders) {
|
|
23782
23782
|
var modifiedSince = reqHeaders["if-modified-since"];
|
|
23783
23783
|
var noneMatch = reqHeaders["if-none-match"];
|
|
@@ -23850,17 +23850,17 @@ var require_fresh = __commonJS({
|
|
|
23850
23850
|
|
|
23851
23851
|
// ../../../node_modules/mime/types.json
|
|
23852
23852
|
var require_types = __commonJS({
|
|
23853
|
-
"../../../node_modules/mime/types.json"(exports,
|
|
23854
|
-
module2.exports = { "application/andrew-inset": ["ez"], "application/applixware": ["aw"], "application/atom+xml": ["atom"], "application/atomcat+xml": ["atomcat"], "application/atomsvc+xml": ["atomsvc"], "application/bdoc": ["bdoc"], "application/ccxml+xml": ["ccxml"], "application/cdmi-capability": ["cdmia"], "application/cdmi-container": ["cdmic"], "application/cdmi-domain": ["cdmid"], "application/cdmi-object": ["cdmio"], "application/cdmi-queue": ["cdmiq"], "application/cu-seeme": ["cu"], "application/dash+xml": ["mpd"], "application/davmount+xml": ["davmount"], "application/docbook+xml": ["dbk"], "application/dssc+der": ["dssc"], "application/dssc+xml": ["xdssc"], "application/ecmascript": ["ecma"], "application/emma+xml": ["emma"], "application/epub+zip": ["epub"], "application/exi": ["exi"], "application/font-tdpfr": ["pfr"], "application/font-woff": [], "application/font-woff2": [], "application/geo+json": ["geojson"], "application/gml+xml": ["gml"], "application/gpx+xml": ["gpx"], "application/gxf": ["gxf"], "application/gzip": ["gz"], "application/hyperstudio": ["stk"], "application/inkml+xml": ["ink", "inkml"], "application/ipfix": ["ipfix"], "application/java-archive": ["jar", "war", "ear"], "application/java-serialized-object": ["ser"], "application/java-vm": ["class"], "application/javascript": ["js", "mjs"], "application/json": ["json", "map"], "application/json5": ["json5"], "application/jsonml+json": ["jsonml"], "application/ld+json": ["jsonld"], "application/lost+xml": ["lostxml"], "application/mac-binhex40": ["hqx"], "application/mac-compactpro": ["cpt"], "application/mads+xml": ["mads"], "application/manifest+json": ["webmanifest"], "application/marc": ["mrc"], "application/marcxml+xml": ["mrcx"], "application/mathematica": ["ma", "nb", "mb"], "application/mathml+xml": ["mathml"], "application/mbox": ["mbox"], "application/mediaservercontrol+xml": ["mscml"], "application/metalink+xml": ["metalink"], "application/metalink4+xml": ["meta4"], "application/mets+xml": ["mets"], "application/mods+xml": ["mods"], "application/mp21": ["m21", "mp21"], "application/mp4": ["mp4s", "m4p"], "application/msword": ["doc", "dot"], "application/mxf": ["mxf"], "application/octet-stream": ["bin", "dms", "lrf", "mar", "so", "dist", "distz", "pkg", "bpk", "dump", "elc", "deploy", "exe", "dll", "deb", "dmg", "iso", "img", "msi", "msp", "msm", "buffer"], "application/oda": ["oda"], "application/oebps-package+xml": ["opf"], "application/ogg": ["ogx"], "application/omdoc+xml": ["omdoc"], "application/onenote": ["onetoc", "onetoc2", "onetmp", "onepkg"], "application/oxps": ["oxps"], "application/patch-ops-error+xml": ["xer"], "application/pdf": ["pdf"], "application/pgp-encrypted": ["pgp"], "application/pgp-signature": ["asc", "sig"], "application/pics-rules": ["prf"], "application/pkcs10": ["p10"], "application/pkcs7-mime": ["p7m", "p7c"], "application/pkcs7-signature": ["p7s"], "application/pkcs8": ["p8"], "application/pkix-attr-cert": ["ac"], "application/pkix-cert": ["cer"], "application/pkix-crl": ["crl"], "application/pkix-pkipath": ["pkipath"], "application/pkixcmp": ["pki"], "application/pls+xml": ["pls"], "application/postscript": ["ai", "eps", "ps"], "application/prs.cww": ["cww"], "application/pskc+xml": ["pskcxml"], "application/raml+yaml": ["raml"], "application/rdf+xml": ["rdf"], "application/reginfo+xml": ["rif"], "application/relax-ng-compact-syntax": ["rnc"], "application/resource-lists+xml": ["rl"], "application/resource-lists-diff+xml": ["rld"], "application/rls-services+xml": ["rs"], "application/rpki-ghostbusters": ["gbr"], "application/rpki-manifest": ["mft"], "application/rpki-roa": ["roa"], "application/rsd+xml": ["rsd"], "application/rss+xml": ["rss"], "application/rtf": ["rtf"], "application/sbml+xml": ["sbml"], "application/scvp-cv-request": ["scq"], "application/scvp-cv-response": ["scs"], "application/scvp-vp-request": ["spq"], "application/scvp-vp-response": ["spp"], "application/sdp": ["sdp"], "application/set-payment-initiation": ["setpay"], "application/set-registration-initiation": ["setreg"], "application/shf+xml": ["shf"], "application/smil+xml": ["smi", "smil"], "application/sparql-query": ["rq"], "application/sparql-results+xml": ["srx"], "application/srgs": ["gram"], "application/srgs+xml": ["grxml"], "application/sru+xml": ["sru"], "application/ssdl+xml": ["ssdl"], "application/ssml+xml": ["ssml"], "application/tei+xml": ["tei", "teicorpus"], "application/thraud+xml": ["tfi"], "application/timestamped-data": ["tsd"], "application/vnd.3gpp.pic-bw-large": ["plb"], "application/vnd.3gpp.pic-bw-small": ["psb"], "application/vnd.3gpp.pic-bw-var": ["pvb"], "application/vnd.3gpp2.tcap": ["tcap"], "application/vnd.3m.post-it-notes": ["pwn"], "application/vnd.accpac.simply.aso": ["aso"], "application/vnd.accpac.simply.imp": ["imp"], "application/vnd.acucobol": ["acu"], "application/vnd.acucorp": ["atc", "acutc"], "application/vnd.adobe.air-application-installer-package+zip": ["air"], "application/vnd.adobe.formscentral.fcdt": ["fcdt"], "application/vnd.adobe.fxp": ["fxp", "fxpl"], "application/vnd.adobe.xdp+xml": ["xdp"], "application/vnd.adobe.xfdf": ["xfdf"], "application/vnd.ahead.space": ["ahead"], "application/vnd.airzip.filesecure.azf": ["azf"], "application/vnd.airzip.filesecure.azs": ["azs"], "application/vnd.amazon.ebook": ["azw"], "application/vnd.americandynamics.acc": ["acc"], "application/vnd.amiga.ami": ["ami"], "application/vnd.android.package-archive": ["apk"], "application/vnd.anser-web-certificate-issue-initiation": ["cii"], "application/vnd.anser-web-funds-transfer-initiation": ["fti"], "application/vnd.antix.game-component": ["atx"], "application/vnd.apple.installer+xml": ["mpkg"], "application/vnd.apple.mpegurl": ["m3u8"], "application/vnd.apple.pkpass": ["pkpass"], "application/vnd.aristanetworks.swi": ["swi"], "application/vnd.astraea-software.iota": ["iota"], "application/vnd.audiograph": ["aep"], "application/vnd.blueice.multipass": ["mpm"], "application/vnd.bmi": ["bmi"], "application/vnd.businessobjects": ["rep"], "application/vnd.chemdraw+xml": ["cdxml"], "application/vnd.chipnuts.karaoke-mmd": ["mmd"], "application/vnd.cinderella": ["cdy"], "application/vnd.claymore": ["cla"], "application/vnd.cloanto.rp9": ["rp9"], "application/vnd.clonk.c4group": ["c4g", "c4d", "c4f", "c4p", "c4u"], "application/vnd.cluetrust.cartomobile-config": ["c11amc"], "application/vnd.cluetrust.cartomobile-config-pkg": ["c11amz"], "application/vnd.commonspace": ["csp"], "application/vnd.contact.cmsg": ["cdbcmsg"], "application/vnd.cosmocaller": ["cmc"], "application/vnd.crick.clicker": ["clkx"], "application/vnd.crick.clicker.keyboard": ["clkk"], "application/vnd.crick.clicker.palette": ["clkp"], "application/vnd.crick.clicker.template": ["clkt"], "application/vnd.crick.clicker.wordbank": ["clkw"], "application/vnd.criticaltools.wbs+xml": ["wbs"], "application/vnd.ctc-posml": ["pml"], "application/vnd.cups-ppd": ["ppd"], "application/vnd.curl.car": ["car"], "application/vnd.curl.pcurl": ["pcurl"], "application/vnd.dart": ["dart"], "application/vnd.data-vision.rdz": ["rdz"], "application/vnd.dece.data": ["uvf", "uvvf", "uvd", "uvvd"], "application/vnd.dece.ttml+xml": ["uvt", "uvvt"], "application/vnd.dece.unspecified": ["uvx", "uvvx"], "application/vnd.dece.zip": ["uvz", "uvvz"], "application/vnd.denovo.fcselayout-link": ["fe_launch"], "application/vnd.dna": ["dna"], "application/vnd.dolby.mlp": ["mlp"], "application/vnd.dpgraph": ["dpg"], "application/vnd.dreamfactory": ["dfac"], "application/vnd.ds-keypoint": ["kpxx"], "application/vnd.dvb.ait": ["ait"], "application/vnd.dvb.service": ["svc"], "application/vnd.dynageo": ["geo"], "application/vnd.ecowin.chart": ["mag"], "application/vnd.enliven": ["nml"], "application/vnd.epson.esf": ["esf"], "application/vnd.epson.msf": ["msf"], "application/vnd.epson.quickanime": ["qam"], "application/vnd.epson.salt": ["slt"], "application/vnd.epson.ssf": ["ssf"], "application/vnd.eszigno3+xml": ["es3", "et3"], "application/vnd.ezpix-album": ["ez2"], "application/vnd.ezpix-package": ["ez3"], "application/vnd.fdf": ["fdf"], "application/vnd.fdsn.mseed": ["mseed"], "application/vnd.fdsn.seed": ["seed", "dataless"], "application/vnd.flographit": ["gph"], "application/vnd.fluxtime.clip": ["ftc"], "application/vnd.framemaker": ["fm", "frame", "maker", "book"], "application/vnd.frogans.fnc": ["fnc"], "application/vnd.frogans.ltf": ["ltf"], "application/vnd.fsc.weblaunch": ["fsc"], "application/vnd.fujitsu.oasys": ["oas"], "application/vnd.fujitsu.oasys2": ["oa2"], "application/vnd.fujitsu.oasys3": ["oa3"], "application/vnd.fujitsu.oasysgp": ["fg5"], "application/vnd.fujitsu.oasysprs": ["bh2"], "application/vnd.fujixerox.ddd": ["ddd"], "application/vnd.fujixerox.docuworks": ["xdw"], "application/vnd.fujixerox.docuworks.binder": ["xbd"], "application/vnd.fuzzysheet": ["fzs"], "application/vnd.genomatix.tuxedo": ["txd"], "application/vnd.geogebra.file": ["ggb"], "application/vnd.geogebra.tool": ["ggt"], "application/vnd.geometry-explorer": ["gex", "gre"], "application/vnd.geonext": ["gxt"], "application/vnd.geoplan": ["g2w"], "application/vnd.geospace": ["g3w"], "application/vnd.gmx": ["gmx"], "application/vnd.google-apps.document": ["gdoc"], "application/vnd.google-apps.presentation": ["gslides"], "application/vnd.google-apps.spreadsheet": ["gsheet"], "application/vnd.google-earth.kml+xml": ["kml"], "application/vnd.google-earth.kmz": ["kmz"], "application/vnd.grafeq": ["gqf", "gqs"], "application/vnd.groove-account": ["gac"], "application/vnd.groove-help": ["ghf"], "application/vnd.groove-identity-message": ["gim"], "application/vnd.groove-injector": ["grv"], "application/vnd.groove-tool-message": ["gtm"], "application/vnd.groove-tool-template": ["tpl"], "application/vnd.groove-vcard": ["vcg"], "application/vnd.hal+xml": ["hal"], "application/vnd.handheld-entertainment+xml": ["zmm"], "application/vnd.hbci": ["hbci"], "application/vnd.hhe.lesson-player": ["les"], "application/vnd.hp-hpgl": ["hpgl"], "application/vnd.hp-hpid": ["hpid"], "application/vnd.hp-hps": ["hps"], "application/vnd.hp-jlyt": ["jlt"], "application/vnd.hp-pcl": ["pcl"], "application/vnd.hp-pclxl": ["pclxl"], "application/vnd.hydrostatix.sof-data": ["sfd-hdstx"], "application/vnd.ibm.minipay": ["mpy"], "application/vnd.ibm.modcap": ["afp", "listafp", "list3820"], "application/vnd.ibm.rights-management": ["irm"], "application/vnd.ibm.secure-container": ["sc"], "application/vnd.iccprofile": ["icc", "icm"], "application/vnd.igloader": ["igl"], "application/vnd.immervision-ivp": ["ivp"], "application/vnd.immervision-ivu": ["ivu"], "application/vnd.insors.igm": ["igm"], "application/vnd.intercon.formnet": ["xpw", "xpx"], "application/vnd.intergeo": ["i2g"], "application/vnd.intu.qbo": ["qbo"], "application/vnd.intu.qfx": ["qfx"], "application/vnd.ipunplugged.rcprofile": ["rcprofile"], "application/vnd.irepository.package+xml": ["irp"], "application/vnd.is-xpr": ["xpr"], "application/vnd.isac.fcs": ["fcs"], "application/vnd.jam": ["jam"], "application/vnd.jcp.javame.midlet-rms": ["rms"], "application/vnd.jisp": ["jisp"], "application/vnd.joost.joda-archive": ["joda"], "application/vnd.kahootz": ["ktz", "ktr"], "application/vnd.kde.karbon": ["karbon"], "application/vnd.kde.kchart": ["chrt"], "application/vnd.kde.kformula": ["kfo"], "application/vnd.kde.kivio": ["flw"], "application/vnd.kde.kontour": ["kon"], "application/vnd.kde.kpresenter": ["kpr", "kpt"], "application/vnd.kde.kspread": ["ksp"], "application/vnd.kde.kword": ["kwd", "kwt"], "application/vnd.kenameaapp": ["htke"], "application/vnd.kidspiration": ["kia"], "application/vnd.kinar": ["kne", "knp"], "application/vnd.koan": ["skp", "skd", "skt", "skm"], "application/vnd.kodak-descriptor": ["sse"], "application/vnd.las.las+xml": ["lasxml"], "application/vnd.llamagraphics.life-balance.desktop": ["lbd"], "application/vnd.llamagraphics.life-balance.exchange+xml": ["lbe"], "application/vnd.lotus-1-2-3": ["123"], "application/vnd.lotus-approach": ["apr"], "application/vnd.lotus-freelance": ["pre"], "application/vnd.lotus-notes": ["nsf"], "application/vnd.lotus-organizer": ["org"], "application/vnd.lotus-screencam": ["scm"], "application/vnd.lotus-wordpro": ["lwp"], "application/vnd.macports.portpkg": ["portpkg"], "application/vnd.mcd": ["mcd"], "application/vnd.medcalcdata": ["mc1"], "application/vnd.mediastation.cdkey": ["cdkey"], "application/vnd.mfer": ["mwf"], "application/vnd.mfmp": ["mfm"], "application/vnd.micrografx.flo": ["flo"], "application/vnd.micrografx.igx": ["igx"], "application/vnd.mif": ["mif"], "application/vnd.mobius.daf": ["daf"], "application/vnd.mobius.dis": ["dis"], "application/vnd.mobius.mbk": ["mbk"], "application/vnd.mobius.mqy": ["mqy"], "application/vnd.mobius.msl": ["msl"], "application/vnd.mobius.plc": ["plc"], "application/vnd.mobius.txf": ["txf"], "application/vnd.mophun.application": ["mpn"], "application/vnd.mophun.certificate": ["mpc"], "application/vnd.mozilla.xul+xml": ["xul"], "application/vnd.ms-artgalry": ["cil"], "application/vnd.ms-cab-compressed": ["cab"], "application/vnd.ms-excel": ["xls", "xlm", "xla", "xlc", "xlt", "xlw"], "application/vnd.ms-excel.addin.macroenabled.12": ["xlam"], "application/vnd.ms-excel.sheet.binary.macroenabled.12": ["xlsb"], "application/vnd.ms-excel.sheet.macroenabled.12": ["xlsm"], "application/vnd.ms-excel.template.macroenabled.12": ["xltm"], "application/vnd.ms-fontobject": ["eot"], "application/vnd.ms-htmlhelp": ["chm"], "application/vnd.ms-ims": ["ims"], "application/vnd.ms-lrm": ["lrm"], "application/vnd.ms-officetheme": ["thmx"], "application/vnd.ms-outlook": ["msg"], "application/vnd.ms-pki.seccat": ["cat"], "application/vnd.ms-pki.stl": ["stl"], "application/vnd.ms-powerpoint": ["ppt", "pps", "pot"], "application/vnd.ms-powerpoint.addin.macroenabled.12": ["ppam"], "application/vnd.ms-powerpoint.presentation.macroenabled.12": ["pptm"], "application/vnd.ms-powerpoint.slide.macroenabled.12": ["sldm"], "application/vnd.ms-powerpoint.slideshow.macroenabled.12": ["ppsm"], "application/vnd.ms-powerpoint.template.macroenabled.12": ["potm"], "application/vnd.ms-project": ["mpp", "mpt"], "application/vnd.ms-word.document.macroenabled.12": ["docm"], "application/vnd.ms-word.template.macroenabled.12": ["dotm"], "application/vnd.ms-works": ["wps", "wks", "wcm", "wdb"], "application/vnd.ms-wpl": ["wpl"], "application/vnd.ms-xpsdocument": ["xps"], "application/vnd.mseq": ["mseq"], "application/vnd.musician": ["mus"], "application/vnd.muvee.style": ["msty"], "application/vnd.mynfc": ["taglet"], "application/vnd.neurolanguage.nlu": ["nlu"], "application/vnd.nitf": ["ntf", "nitf"], "application/vnd.noblenet-directory": ["nnd"], "application/vnd.noblenet-sealer": ["nns"], "application/vnd.noblenet-web": ["nnw"], "application/vnd.nokia.n-gage.data": ["ngdat"], "application/vnd.nokia.n-gage.symbian.install": ["n-gage"], "application/vnd.nokia.radio-preset": ["rpst"], "application/vnd.nokia.radio-presets": ["rpss"], "application/vnd.novadigm.edm": ["edm"], "application/vnd.novadigm.edx": ["edx"], "application/vnd.novadigm.ext": ["ext"], "application/vnd.oasis.opendocument.chart": ["odc"], "application/vnd.oasis.opendocument.chart-template": ["otc"], "application/vnd.oasis.opendocument.database": ["odb"], "application/vnd.oasis.opendocument.formula": ["odf"], "application/vnd.oasis.opendocument.formula-template": ["odft"], "application/vnd.oasis.opendocument.graphics": ["odg"], "application/vnd.oasis.opendocument.graphics-template": ["otg"], "application/vnd.oasis.opendocument.image": ["odi"], "application/vnd.oasis.opendocument.image-template": ["oti"], "application/vnd.oasis.opendocument.presentation": ["odp"], "application/vnd.oasis.opendocument.presentation-template": ["otp"], "application/vnd.oasis.opendocument.spreadsheet": ["ods"], "application/vnd.oasis.opendocument.spreadsheet-template": ["ots"], "application/vnd.oasis.opendocument.text": ["odt"], "application/vnd.oasis.opendocument.text-master": ["odm"], "application/vnd.oasis.opendocument.text-template": ["ott"], "application/vnd.oasis.opendocument.text-web": ["oth"], "application/vnd.olpc-sugar": ["xo"], "application/vnd.oma.dd2+xml": ["dd2"], "application/vnd.openofficeorg.extension": ["oxt"], "application/vnd.openxmlformats-officedocument.presentationml.presentation": ["pptx"], "application/vnd.openxmlformats-officedocument.presentationml.slide": ["sldx"], "application/vnd.openxmlformats-officedocument.presentationml.slideshow": ["ppsx"], "application/vnd.openxmlformats-officedocument.presentationml.template": ["potx"], "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": ["xlsx"], "application/vnd.openxmlformats-officedocument.spreadsheetml.template": ["xltx"], "application/vnd.openxmlformats-officedocument.wordprocessingml.document": ["docx"], "application/vnd.openxmlformats-officedocument.wordprocessingml.template": ["dotx"], "application/vnd.osgeo.mapguide.package": ["mgp"], "application/vnd.osgi.dp": ["dp"], "application/vnd.osgi.subsystem": ["esa"], "application/vnd.palm": ["pdb", "pqa", "oprc"], "application/vnd.pawaafile": ["paw"], "application/vnd.pg.format": ["str"], "application/vnd.pg.osasli": ["ei6"], "application/vnd.picsel": ["efif"], "application/vnd.pmi.widget": ["wg"], "application/vnd.pocketlearn": ["plf"], "application/vnd.powerbuilder6": ["pbd"], "application/vnd.previewsystems.box": ["box"], "application/vnd.proteus.magazine": ["mgz"], "application/vnd.publishare-delta-tree": ["qps"], "application/vnd.pvi.ptid1": ["ptid"], "application/vnd.quark.quarkxpress": ["qxd", "qxt", "qwd", "qwt", "qxl", "qxb"], "application/vnd.realvnc.bed": ["bed"], "application/vnd.recordare.musicxml": ["mxl"], "application/vnd.recordare.musicxml+xml": ["musicxml"], "application/vnd.rig.cryptonote": ["cryptonote"], "application/vnd.rim.cod": ["cod"], "application/vnd.rn-realmedia": ["rm"], "application/vnd.rn-realmedia-vbr": ["rmvb"], "application/vnd.route66.link66+xml": ["link66"], "application/vnd.sailingtracker.track": ["st"], "application/vnd.seemail": ["see"], "application/vnd.sema": ["sema"], "application/vnd.semd": ["semd"], "application/vnd.semf": ["semf"], "application/vnd.shana.informed.formdata": ["ifm"], "application/vnd.shana.informed.formtemplate": ["itp"], "application/vnd.shana.informed.interchange": ["iif"], "application/vnd.shana.informed.package": ["ipk"], "application/vnd.simtech-mindmapper": ["twd", "twds"], "application/vnd.smaf": ["mmf"], "application/vnd.smart.teacher": ["teacher"], "application/vnd.solent.sdkm+xml": ["sdkm", "sdkd"], "application/vnd.spotfire.dxp": ["dxp"], "application/vnd.spotfire.sfs": ["sfs"], "application/vnd.stardivision.calc": ["sdc"], "application/vnd.stardivision.draw": ["sda"], "application/vnd.stardivision.impress": ["sdd"], "application/vnd.stardivision.math": ["smf"], "application/vnd.stardivision.writer": ["sdw", "vor"], "application/vnd.stardivision.writer-global": ["sgl"], "application/vnd.stepmania.package": ["smzip"], "application/vnd.stepmania.stepchart": ["sm"], "application/vnd.sun.wadl+xml": ["wadl"], "application/vnd.sun.xml.calc": ["sxc"], "application/vnd.sun.xml.calc.template": ["stc"], "application/vnd.sun.xml.draw": ["sxd"], "application/vnd.sun.xml.draw.template": ["std"], "application/vnd.sun.xml.impress": ["sxi"], "application/vnd.sun.xml.impress.template": ["sti"], "application/vnd.sun.xml.math": ["sxm"], "application/vnd.sun.xml.writer": ["sxw"], "application/vnd.sun.xml.writer.global": ["sxg"], "application/vnd.sun.xml.writer.template": ["stw"], "application/vnd.sus-calendar": ["sus", "susp"], "application/vnd.svd": ["svd"], "application/vnd.symbian.install": ["sis", "sisx"], "application/vnd.syncml+xml": ["xsm"], "application/vnd.syncml.dm+wbxml": ["bdm"], "application/vnd.syncml.dm+xml": ["xdm"], "application/vnd.tao.intent-module-archive": ["tao"], "application/vnd.tcpdump.pcap": ["pcap", "cap", "dmp"], "application/vnd.tmobile-livetv": ["tmo"], "application/vnd.trid.tpt": ["tpt"], "application/vnd.triscape.mxs": ["mxs"], "application/vnd.trueapp": ["tra"], "application/vnd.ufdl": ["ufd", "ufdl"], "application/vnd.uiq.theme": ["utz"], "application/vnd.umajin": ["umj"], "application/vnd.unity": ["unityweb"], "application/vnd.uoml+xml": ["uoml"], "application/vnd.vcx": ["vcx"], "application/vnd.visio": ["vsd", "vst", "vss", "vsw"], "application/vnd.visionary": ["vis"], "application/vnd.vsf": ["vsf"], "application/vnd.wap.wbxml": ["wbxml"], "application/vnd.wap.wmlc": ["wmlc"], "application/vnd.wap.wmlscriptc": ["wmlsc"], "application/vnd.webturbo": ["wtb"], "application/vnd.wolfram.player": ["nbp"], "application/vnd.wordperfect": ["wpd"], "application/vnd.wqd": ["wqd"], "application/vnd.wt.stf": ["stf"], "application/vnd.xara": ["xar"], "application/vnd.xfdl": ["xfdl"], "application/vnd.yamaha.hv-dic": ["hvd"], "application/vnd.yamaha.hv-script": ["hvs"], "application/vnd.yamaha.hv-voice": ["hvp"], "application/vnd.yamaha.openscoreformat": ["osf"], "application/vnd.yamaha.openscoreformat.osfpvg+xml": ["osfpvg"], "application/vnd.yamaha.smaf-audio": ["saf"], "application/vnd.yamaha.smaf-phrase": ["spf"], "application/vnd.yellowriver-custom-menu": ["cmp"], "application/vnd.zul": ["zir", "zirz"], "application/vnd.zzazz.deck+xml": ["zaz"], "application/voicexml+xml": ["vxml"], "application/wasm": ["wasm"], "application/widget": ["wgt"], "application/winhlp": ["hlp"], "application/wsdl+xml": ["wsdl"], "application/wspolicy+xml": ["wspolicy"], "application/x-7z-compressed": ["7z"], "application/x-abiword": ["abw"], "application/x-ace-compressed": ["ace"], "application/x-apple-diskimage": [], "application/x-arj": ["arj"], "application/x-authorware-bin": ["aab", "x32", "u32", "vox"], "application/x-authorware-map": ["aam"], "application/x-authorware-seg": ["aas"], "application/x-bcpio": ["bcpio"], "application/x-bdoc": [], "application/x-bittorrent": ["torrent"], "application/x-blorb": ["blb", "blorb"], "application/x-bzip": ["bz"], "application/x-bzip2": ["bz2", "boz"], "application/x-cbr": ["cbr", "cba", "cbt", "cbz", "cb7"], "application/x-cdlink": ["vcd"], "application/x-cfs-compressed": ["cfs"], "application/x-chat": ["chat"], "application/x-chess-pgn": ["pgn"], "application/x-chrome-extension": ["crx"], "application/x-cocoa": ["cco"], "application/x-conference": ["nsc"], "application/x-cpio": ["cpio"], "application/x-csh": ["csh"], "application/x-debian-package": ["udeb"], "application/x-dgc-compressed": ["dgc"], "application/x-director": ["dir", "dcr", "dxr", "cst", "cct", "cxt", "w3d", "fgd", "swa"], "application/x-doom": ["wad"], "application/x-dtbncx+xml": ["ncx"], "application/x-dtbook+xml": ["dtb"], "application/x-dtbresource+xml": ["res"], "application/x-dvi": ["dvi"], "application/x-envoy": ["evy"], "application/x-eva": ["eva"], "application/x-font-bdf": ["bdf"], "application/x-font-ghostscript": ["gsf"], "application/x-font-linux-psf": ["psf"], "application/x-font-pcf": ["pcf"], "application/x-font-snf": ["snf"], "application/x-font-type1": ["pfa", "pfb", "pfm", "afm"], "application/x-freearc": ["arc"], "application/x-futuresplash": ["spl"], "application/x-gca-compressed": ["gca"], "application/x-glulx": ["ulx"], "application/x-gnumeric": ["gnumeric"], "application/x-gramps-xml": ["gramps"], "application/x-gtar": ["gtar"], "application/x-hdf": ["hdf"], "application/x-httpd-php": ["php"], "application/x-install-instructions": ["install"], "application/x-iso9660-image": [], "application/x-java-archive-diff": ["jardiff"], "application/x-java-jnlp-file": ["jnlp"], "application/x-latex": ["latex"], "application/x-lua-bytecode": ["luac"], "application/x-lzh-compressed": ["lzh", "lha"], "application/x-makeself": ["run"], "application/x-mie": ["mie"], "application/x-mobipocket-ebook": ["prc", "mobi"], "application/x-ms-application": ["application"], "application/x-ms-shortcut": ["lnk"], "application/x-ms-wmd": ["wmd"], "application/x-ms-wmz": ["wmz"], "application/x-ms-xbap": ["xbap"], "application/x-msaccess": ["mdb"], "application/x-msbinder": ["obd"], "application/x-mscardfile": ["crd"], "application/x-msclip": ["clp"], "application/x-msdos-program": [], "application/x-msdownload": ["com", "bat"], "application/x-msmediaview": ["mvb", "m13", "m14"], "application/x-msmetafile": ["wmf", "emf", "emz"], "application/x-msmoney": ["mny"], "application/x-mspublisher": ["pub"], "application/x-msschedule": ["scd"], "application/x-msterminal": ["trm"], "application/x-mswrite": ["wri"], "application/x-netcdf": ["nc", "cdf"], "application/x-ns-proxy-autoconfig": ["pac"], "application/x-nzb": ["nzb"], "application/x-perl": ["pl", "pm"], "application/x-pilot": [], "application/x-pkcs12": ["p12", "pfx"], "application/x-pkcs7-certificates": ["p7b", "spc"], "application/x-pkcs7-certreqresp": ["p7r"], "application/x-rar-compressed": ["rar"], "application/x-redhat-package-manager": ["rpm"], "application/x-research-info-systems": ["ris"], "application/x-sea": ["sea"], "application/x-sh": ["sh"], "application/x-shar": ["shar"], "application/x-shockwave-flash": ["swf"], "application/x-silverlight-app": ["xap"], "application/x-sql": ["sql"], "application/x-stuffit": ["sit"], "application/x-stuffitx": ["sitx"], "application/x-subrip": ["srt"], "application/x-sv4cpio": ["sv4cpio"], "application/x-sv4crc": ["sv4crc"], "application/x-t3vm-image": ["t3"], "application/x-tads": ["gam"], "application/x-tar": ["tar"], "application/x-tcl": ["tcl", "tk"], "application/x-tex": ["tex"], "application/x-tex-tfm": ["tfm"], "application/x-texinfo": ["texinfo", "texi"], "application/x-tgif": ["obj"], "application/x-ustar": ["ustar"], "application/x-virtualbox-hdd": ["hdd"], "application/x-virtualbox-ova": ["ova"], "application/x-virtualbox-ovf": ["ovf"], "application/x-virtualbox-vbox": ["vbox"], "application/x-virtualbox-vbox-extpack": ["vbox-extpack"], "application/x-virtualbox-vdi": ["vdi"], "application/x-virtualbox-vhd": ["vhd"], "application/x-virtualbox-vmdk": ["vmdk"], "application/x-wais-source": ["src"], "application/x-web-app-manifest+json": ["webapp"], "application/x-x509-ca-cert": ["der", "crt", "pem"], "application/x-xfig": ["fig"], "application/x-xliff+xml": ["xlf"], "application/x-xpinstall": ["xpi"], "application/x-xz": ["xz"], "application/x-zmachine": ["z1", "z2", "z3", "z4", "z5", "z6", "z7", "z8"], "application/xaml+xml": ["xaml"], "application/xcap-diff+xml": ["xdf"], "application/xenc+xml": ["xenc"], "application/xhtml+xml": ["xhtml", "xht"], "application/xml": ["xml", "xsl", "xsd", "rng"], "application/xml-dtd": ["dtd"], "application/xop+xml": ["xop"], "application/xproc+xml": ["xpl"], "application/xslt+xml": ["xslt"], "application/xspf+xml": ["xspf"], "application/xv+xml": ["mxml", "xhvml", "xvml", "xvm"], "application/yang": ["yang"], "application/yin+xml": ["yin"], "application/zip": ["zip"], "audio/3gpp": [], "audio/adpcm": ["adp"], "audio/basic": ["au", "snd"], "audio/midi": ["mid", "midi", "kar", "rmi"], "audio/mp3": [], "audio/mp4": ["m4a", "mp4a"], "audio/mpeg": ["mpga", "mp2", "mp2a", "mp3", "m2a", "m3a"], "audio/ogg": ["oga", "ogg", "spx"], "audio/s3m": ["s3m"], "audio/silk": ["sil"], "audio/vnd.dece.audio": ["uva", "uvva"], "audio/vnd.digital-winds": ["eol"], "audio/vnd.dra": ["dra"], "audio/vnd.dts": ["dts"], "audio/vnd.dts.hd": ["dtshd"], "audio/vnd.lucent.voice": ["lvp"], "audio/vnd.ms-playready.media.pya": ["pya"], "audio/vnd.nuera.ecelp4800": ["ecelp4800"], "audio/vnd.nuera.ecelp7470": ["ecelp7470"], "audio/vnd.nuera.ecelp9600": ["ecelp9600"], "audio/vnd.rip": ["rip"], "audio/wav": ["wav"], "audio/wave": [], "audio/webm": ["weba"], "audio/x-aac": ["aac"], "audio/x-aiff": ["aif", "aiff", "aifc"], "audio/x-caf": ["caf"], "audio/x-flac": ["flac"], "audio/x-m4a": [], "audio/x-matroska": ["mka"], "audio/x-mpegurl": ["m3u"], "audio/x-ms-wax": ["wax"], "audio/x-ms-wma": ["wma"], "audio/x-pn-realaudio": ["ram", "ra"], "audio/x-pn-realaudio-plugin": ["rmp"], "audio/x-realaudio": [], "audio/x-wav": [], "audio/xm": ["xm"], "chemical/x-cdx": ["cdx"], "chemical/x-cif": ["cif"], "chemical/x-cmdf": ["cmdf"], "chemical/x-cml": ["cml"], "chemical/x-csml": ["csml"], "chemical/x-xyz": ["xyz"], "font/collection": ["ttc"], "font/otf": ["otf"], "font/ttf": ["ttf"], "font/woff": ["woff"], "font/woff2": ["woff2"], "image/apng": ["apng"], "image/bmp": ["bmp"], "image/cgm": ["cgm"], "image/g3fax": ["g3"], "image/gif": ["gif"], "image/ief": ["ief"], "image/jp2": ["jp2", "jpg2"], "image/jpeg": ["jpeg", "jpg", "jpe"], "image/jpm": ["jpm"], "image/jpx": ["jpx", "jpf"], "image/ktx": ["ktx"], "image/png": ["png"], "image/prs.btif": ["btif"], "image/sgi": ["sgi"], "image/svg+xml": ["svg", "svgz"], "image/tiff": ["tiff", "tif"], "image/vnd.adobe.photoshop": ["psd"], "image/vnd.dece.graphic": ["uvi", "uvvi", "uvg", "uvvg"], "image/vnd.djvu": ["djvu", "djv"], "image/vnd.dvb.subtitle": [], "image/vnd.dwg": ["dwg"], "image/vnd.dxf": ["dxf"], "image/vnd.fastbidsheet": ["fbs"], "image/vnd.fpx": ["fpx"], "image/vnd.fst": ["fst"], "image/vnd.fujixerox.edmics-mmr": ["mmr"], "image/vnd.fujixerox.edmics-rlc": ["rlc"], "image/vnd.ms-modi": ["mdi"], "image/vnd.ms-photo": ["wdp"], "image/vnd.net-fpx": ["npx"], "image/vnd.wap.wbmp": ["wbmp"], "image/vnd.xiff": ["xif"], "image/webp": ["webp"], "image/x-3ds": ["3ds"], "image/x-cmu-raster": ["ras"], "image/x-cmx": ["cmx"], "image/x-freehand": ["fh", "fhc", "fh4", "fh5", "fh7"], "image/x-icon": ["ico"], "image/x-jng": ["jng"], "image/x-mrsid-image": ["sid"], "image/x-ms-bmp": [], "image/x-pcx": ["pcx"], "image/x-pict": ["pic", "pct"], "image/x-portable-anymap": ["pnm"], "image/x-portable-bitmap": ["pbm"], "image/x-portable-graymap": ["pgm"], "image/x-portable-pixmap": ["ppm"], "image/x-rgb": ["rgb"], "image/x-tga": ["tga"], "image/x-xbitmap": ["xbm"], "image/x-xpixmap": ["xpm"], "image/x-xwindowdump": ["xwd"], "message/rfc822": ["eml", "mime"], "model/gltf+json": ["gltf"], "model/gltf-binary": ["glb"], "model/iges": ["igs", "iges"], "model/mesh": ["msh", "mesh", "silo"], "model/vnd.collada+xml": ["dae"], "model/vnd.dwf": ["dwf"], "model/vnd.gdl": ["gdl"], "model/vnd.gtw": ["gtw"], "model/vnd.mts": ["mts"], "model/vnd.vtu": ["vtu"], "model/vrml": ["wrl", "vrml"], "model/x3d+binary": ["x3db", "x3dbz"], "model/x3d+vrml": ["x3dv", "x3dvz"], "model/x3d+xml": ["x3d", "x3dz"], "text/cache-manifest": ["appcache", "manifest"], "text/calendar": ["ics", "ifb"], "text/coffeescript": ["coffee", "litcoffee"], "text/css": ["css"], "text/csv": ["csv"], "text/hjson": ["hjson"], "text/html": ["html", "htm", "shtml"], "text/jade": ["jade"], "text/jsx": ["jsx"], "text/less": ["less"], "text/markdown": ["markdown", "md"], "text/mathml": ["mml"], "text/n3": ["n3"], "text/plain": ["txt", "text", "conf", "def", "list", "log", "in", "ini"], "text/prs.lines.tag": ["dsc"], "text/richtext": ["rtx"], "text/rtf": [], "text/sgml": ["sgml", "sgm"], "text/slim": ["slim", "slm"], "text/stylus": ["stylus", "styl"], "text/tab-separated-values": ["tsv"], "text/troff": ["t", "tr", "roff", "man", "me", "ms"], "text/turtle": ["ttl"], "text/uri-list": ["uri", "uris", "urls"], "text/vcard": ["vcard"], "text/vnd.curl": ["curl"], "text/vnd.curl.dcurl": ["dcurl"], "text/vnd.curl.mcurl": ["mcurl"], "text/vnd.curl.scurl": ["scurl"], "text/vnd.dvb.subtitle": ["sub"], "text/vnd.fly": ["fly"], "text/vnd.fmi.flexstor": ["flx"], "text/vnd.graphviz": ["gv"], "text/vnd.in3d.3dml": ["3dml"], "text/vnd.in3d.spot": ["spot"], "text/vnd.sun.j2me.app-descriptor": ["jad"], "text/vnd.wap.wml": ["wml"], "text/vnd.wap.wmlscript": ["wmls"], "text/vtt": ["vtt"], "text/x-asm": ["s", "asm"], "text/x-c": ["c", "cc", "cxx", "cpp", "h", "hh", "dic"], "text/x-component": ["htc"], "text/x-fortran": ["f", "for", "f77", "f90"], "text/x-handlebars-template": ["hbs"], "text/x-java-source": ["java"], "text/x-lua": ["lua"], "text/x-markdown": ["mkd"], "text/x-nfo": ["nfo"], "text/x-opml": ["opml"], "text/x-org": [], "text/x-pascal": ["p", "pas"], "text/x-processing": ["pde"], "text/x-sass": ["sass"], "text/x-scss": ["scss"], "text/x-setext": ["etx"], "text/x-sfv": ["sfv"], "text/x-suse-ymp": ["ymp"], "text/x-uuencode": ["uu"], "text/x-vcalendar": ["vcs"], "text/x-vcard": ["vcf"], "text/xml": [], "text/yaml": ["yaml", "yml"], "video/3gpp": ["3gp", "3gpp"], "video/3gpp2": ["3g2"], "video/h261": ["h261"], "video/h263": ["h263"], "video/h264": ["h264"], "video/jpeg": ["jpgv"], "video/jpm": ["jpgm"], "video/mj2": ["mj2", "mjp2"], "video/mp2t": ["ts"], "video/mp4": ["mp4", "mp4v", "mpg4"], "video/mpeg": ["mpeg", "mpg", "mpe", "m1v", "m2v"], "video/ogg": ["ogv"], "video/quicktime": ["qt", "mov"], "video/vnd.dece.hd": ["uvh", "uvvh"], "video/vnd.dece.mobile": ["uvm", "uvvm"], "video/vnd.dece.pd": ["uvp", "uvvp"], "video/vnd.dece.sd": ["uvs", "uvvs"], "video/vnd.dece.video": ["uvv", "uvvv"], "video/vnd.dvb.file": ["dvb"], "video/vnd.fvt": ["fvt"], "video/vnd.mpegurl": ["mxu", "m4u"], "video/vnd.ms-playready.media.pyv": ["pyv"], "video/vnd.uvvu.mp4": ["uvu", "uvvu"], "video/vnd.vivo": ["viv"], "video/webm": ["webm"], "video/x-f4v": ["f4v"], "video/x-fli": ["fli"], "video/x-flv": ["flv"], "video/x-m4v": ["m4v"], "video/x-matroska": ["mkv", "mk3d", "mks"], "video/x-mng": ["mng"], "video/x-ms-asf": ["asf", "asx"], "video/x-ms-vob": ["vob"], "video/x-ms-wm": ["wm"], "video/x-ms-wmv": ["wmv"], "video/x-ms-wmx": ["wmx"], "video/x-ms-wvx": ["wvx"], "video/x-msvideo": ["avi"], "video/x-sgi-movie": ["movie"], "video/x-smv": ["smv"], "x-conference/x-cooltalk": ["ice"] };
|
|
23853
|
+
"../../../node_modules/mime/types.json"(exports, module) {
|
|
23854
|
+
module.exports = { "application/andrew-inset": ["ez"], "application/applixware": ["aw"], "application/atom+xml": ["atom"], "application/atomcat+xml": ["atomcat"], "application/atomsvc+xml": ["atomsvc"], "application/bdoc": ["bdoc"], "application/ccxml+xml": ["ccxml"], "application/cdmi-capability": ["cdmia"], "application/cdmi-container": ["cdmic"], "application/cdmi-domain": ["cdmid"], "application/cdmi-object": ["cdmio"], "application/cdmi-queue": ["cdmiq"], "application/cu-seeme": ["cu"], "application/dash+xml": ["mpd"], "application/davmount+xml": ["davmount"], "application/docbook+xml": ["dbk"], "application/dssc+der": ["dssc"], "application/dssc+xml": ["xdssc"], "application/ecmascript": ["ecma"], "application/emma+xml": ["emma"], "application/epub+zip": ["epub"], "application/exi": ["exi"], "application/font-tdpfr": ["pfr"], "application/font-woff": [], "application/font-woff2": [], "application/geo+json": ["geojson"], "application/gml+xml": ["gml"], "application/gpx+xml": ["gpx"], "application/gxf": ["gxf"], "application/gzip": ["gz"], "application/hyperstudio": ["stk"], "application/inkml+xml": ["ink", "inkml"], "application/ipfix": ["ipfix"], "application/java-archive": ["jar", "war", "ear"], "application/java-serialized-object": ["ser"], "application/java-vm": ["class"], "application/javascript": ["js", "mjs"], "application/json": ["json", "map"], "application/json5": ["json5"], "application/jsonml+json": ["jsonml"], "application/ld+json": ["jsonld"], "application/lost+xml": ["lostxml"], "application/mac-binhex40": ["hqx"], "application/mac-compactpro": ["cpt"], "application/mads+xml": ["mads"], "application/manifest+json": ["webmanifest"], "application/marc": ["mrc"], "application/marcxml+xml": ["mrcx"], "application/mathematica": ["ma", "nb", "mb"], "application/mathml+xml": ["mathml"], "application/mbox": ["mbox"], "application/mediaservercontrol+xml": ["mscml"], "application/metalink+xml": ["metalink"], "application/metalink4+xml": ["meta4"], "application/mets+xml": ["mets"], "application/mods+xml": ["mods"], "application/mp21": ["m21", "mp21"], "application/mp4": ["mp4s", "m4p"], "application/msword": ["doc", "dot"], "application/mxf": ["mxf"], "application/octet-stream": ["bin", "dms", "lrf", "mar", "so", "dist", "distz", "pkg", "bpk", "dump", "elc", "deploy", "exe", "dll", "deb", "dmg", "iso", "img", "msi", "msp", "msm", "buffer"], "application/oda": ["oda"], "application/oebps-package+xml": ["opf"], "application/ogg": ["ogx"], "application/omdoc+xml": ["omdoc"], "application/onenote": ["onetoc", "onetoc2", "onetmp", "onepkg"], "application/oxps": ["oxps"], "application/patch-ops-error+xml": ["xer"], "application/pdf": ["pdf"], "application/pgp-encrypted": ["pgp"], "application/pgp-signature": ["asc", "sig"], "application/pics-rules": ["prf"], "application/pkcs10": ["p10"], "application/pkcs7-mime": ["p7m", "p7c"], "application/pkcs7-signature": ["p7s"], "application/pkcs8": ["p8"], "application/pkix-attr-cert": ["ac"], "application/pkix-cert": ["cer"], "application/pkix-crl": ["crl"], "application/pkix-pkipath": ["pkipath"], "application/pkixcmp": ["pki"], "application/pls+xml": ["pls"], "application/postscript": ["ai", "eps", "ps"], "application/prs.cww": ["cww"], "application/pskc+xml": ["pskcxml"], "application/raml+yaml": ["raml"], "application/rdf+xml": ["rdf"], "application/reginfo+xml": ["rif"], "application/relax-ng-compact-syntax": ["rnc"], "application/resource-lists+xml": ["rl"], "application/resource-lists-diff+xml": ["rld"], "application/rls-services+xml": ["rs"], "application/rpki-ghostbusters": ["gbr"], "application/rpki-manifest": ["mft"], "application/rpki-roa": ["roa"], "application/rsd+xml": ["rsd"], "application/rss+xml": ["rss"], "application/rtf": ["rtf"], "application/sbml+xml": ["sbml"], "application/scvp-cv-request": ["scq"], "application/scvp-cv-response": ["scs"], "application/scvp-vp-request": ["spq"], "application/scvp-vp-response": ["spp"], "application/sdp": ["sdp"], "application/set-payment-initiation": ["setpay"], "application/set-registration-initiation": ["setreg"], "application/shf+xml": ["shf"], "application/smil+xml": ["smi", "smil"], "application/sparql-query": ["rq"], "application/sparql-results+xml": ["srx"], "application/srgs": ["gram"], "application/srgs+xml": ["grxml"], "application/sru+xml": ["sru"], "application/ssdl+xml": ["ssdl"], "application/ssml+xml": ["ssml"], "application/tei+xml": ["tei", "teicorpus"], "application/thraud+xml": ["tfi"], "application/timestamped-data": ["tsd"], "application/vnd.3gpp.pic-bw-large": ["plb"], "application/vnd.3gpp.pic-bw-small": ["psb"], "application/vnd.3gpp.pic-bw-var": ["pvb"], "application/vnd.3gpp2.tcap": ["tcap"], "application/vnd.3m.post-it-notes": ["pwn"], "application/vnd.accpac.simply.aso": ["aso"], "application/vnd.accpac.simply.imp": ["imp"], "application/vnd.acucobol": ["acu"], "application/vnd.acucorp": ["atc", "acutc"], "application/vnd.adobe.air-application-installer-package+zip": ["air"], "application/vnd.adobe.formscentral.fcdt": ["fcdt"], "application/vnd.adobe.fxp": ["fxp", "fxpl"], "application/vnd.adobe.xdp+xml": ["xdp"], "application/vnd.adobe.xfdf": ["xfdf"], "application/vnd.ahead.space": ["ahead"], "application/vnd.airzip.filesecure.azf": ["azf"], "application/vnd.airzip.filesecure.azs": ["azs"], "application/vnd.amazon.ebook": ["azw"], "application/vnd.americandynamics.acc": ["acc"], "application/vnd.amiga.ami": ["ami"], "application/vnd.android.package-archive": ["apk"], "application/vnd.anser-web-certificate-issue-initiation": ["cii"], "application/vnd.anser-web-funds-transfer-initiation": ["fti"], "application/vnd.antix.game-component": ["atx"], "application/vnd.apple.installer+xml": ["mpkg"], "application/vnd.apple.mpegurl": ["m3u8"], "application/vnd.apple.pkpass": ["pkpass"], "application/vnd.aristanetworks.swi": ["swi"], "application/vnd.astraea-software.iota": ["iota"], "application/vnd.audiograph": ["aep"], "application/vnd.blueice.multipass": ["mpm"], "application/vnd.bmi": ["bmi"], "application/vnd.businessobjects": ["rep"], "application/vnd.chemdraw+xml": ["cdxml"], "application/vnd.chipnuts.karaoke-mmd": ["mmd"], "application/vnd.cinderella": ["cdy"], "application/vnd.claymore": ["cla"], "application/vnd.cloanto.rp9": ["rp9"], "application/vnd.clonk.c4group": ["c4g", "c4d", "c4f", "c4p", "c4u"], "application/vnd.cluetrust.cartomobile-config": ["c11amc"], "application/vnd.cluetrust.cartomobile-config-pkg": ["c11amz"], "application/vnd.commonspace": ["csp"], "application/vnd.contact.cmsg": ["cdbcmsg"], "application/vnd.cosmocaller": ["cmc"], "application/vnd.crick.clicker": ["clkx"], "application/vnd.crick.clicker.keyboard": ["clkk"], "application/vnd.crick.clicker.palette": ["clkp"], "application/vnd.crick.clicker.template": ["clkt"], "application/vnd.crick.clicker.wordbank": ["clkw"], "application/vnd.criticaltools.wbs+xml": ["wbs"], "application/vnd.ctc-posml": ["pml"], "application/vnd.cups-ppd": ["ppd"], "application/vnd.curl.car": ["car"], "application/vnd.curl.pcurl": ["pcurl"], "application/vnd.dart": ["dart"], "application/vnd.data-vision.rdz": ["rdz"], "application/vnd.dece.data": ["uvf", "uvvf", "uvd", "uvvd"], "application/vnd.dece.ttml+xml": ["uvt", "uvvt"], "application/vnd.dece.unspecified": ["uvx", "uvvx"], "application/vnd.dece.zip": ["uvz", "uvvz"], "application/vnd.denovo.fcselayout-link": ["fe_launch"], "application/vnd.dna": ["dna"], "application/vnd.dolby.mlp": ["mlp"], "application/vnd.dpgraph": ["dpg"], "application/vnd.dreamfactory": ["dfac"], "application/vnd.ds-keypoint": ["kpxx"], "application/vnd.dvb.ait": ["ait"], "application/vnd.dvb.service": ["svc"], "application/vnd.dynageo": ["geo"], "application/vnd.ecowin.chart": ["mag"], "application/vnd.enliven": ["nml"], "application/vnd.epson.esf": ["esf"], "application/vnd.epson.msf": ["msf"], "application/vnd.epson.quickanime": ["qam"], "application/vnd.epson.salt": ["slt"], "application/vnd.epson.ssf": ["ssf"], "application/vnd.eszigno3+xml": ["es3", "et3"], "application/vnd.ezpix-album": ["ez2"], "application/vnd.ezpix-package": ["ez3"], "application/vnd.fdf": ["fdf"], "application/vnd.fdsn.mseed": ["mseed"], "application/vnd.fdsn.seed": ["seed", "dataless"], "application/vnd.flographit": ["gph"], "application/vnd.fluxtime.clip": ["ftc"], "application/vnd.framemaker": ["fm", "frame", "maker", "book"], "application/vnd.frogans.fnc": ["fnc"], "application/vnd.frogans.ltf": ["ltf"], "application/vnd.fsc.weblaunch": ["fsc"], "application/vnd.fujitsu.oasys": ["oas"], "application/vnd.fujitsu.oasys2": ["oa2"], "application/vnd.fujitsu.oasys3": ["oa3"], "application/vnd.fujitsu.oasysgp": ["fg5"], "application/vnd.fujitsu.oasysprs": ["bh2"], "application/vnd.fujixerox.ddd": ["ddd"], "application/vnd.fujixerox.docuworks": ["xdw"], "application/vnd.fujixerox.docuworks.binder": ["xbd"], "application/vnd.fuzzysheet": ["fzs"], "application/vnd.genomatix.tuxedo": ["txd"], "application/vnd.geogebra.file": ["ggb"], "application/vnd.geogebra.tool": ["ggt"], "application/vnd.geometry-explorer": ["gex", "gre"], "application/vnd.geonext": ["gxt"], "application/vnd.geoplan": ["g2w"], "application/vnd.geospace": ["g3w"], "application/vnd.gmx": ["gmx"], "application/vnd.google-apps.document": ["gdoc"], "application/vnd.google-apps.presentation": ["gslides"], "application/vnd.google-apps.spreadsheet": ["gsheet"], "application/vnd.google-earth.kml+xml": ["kml"], "application/vnd.google-earth.kmz": ["kmz"], "application/vnd.grafeq": ["gqf", "gqs"], "application/vnd.groove-account": ["gac"], "application/vnd.groove-help": ["ghf"], "application/vnd.groove-identity-message": ["gim"], "application/vnd.groove-injector": ["grv"], "application/vnd.groove-tool-message": ["gtm"], "application/vnd.groove-tool-template": ["tpl"], "application/vnd.groove-vcard": ["vcg"], "application/vnd.hal+xml": ["hal"], "application/vnd.handheld-entertainment+xml": ["zmm"], "application/vnd.hbci": ["hbci"], "application/vnd.hhe.lesson-player": ["les"], "application/vnd.hp-hpgl": ["hpgl"], "application/vnd.hp-hpid": ["hpid"], "application/vnd.hp-hps": ["hps"], "application/vnd.hp-jlyt": ["jlt"], "application/vnd.hp-pcl": ["pcl"], "application/vnd.hp-pclxl": ["pclxl"], "application/vnd.hydrostatix.sof-data": ["sfd-hdstx"], "application/vnd.ibm.minipay": ["mpy"], "application/vnd.ibm.modcap": ["afp", "listafp", "list3820"], "application/vnd.ibm.rights-management": ["irm"], "application/vnd.ibm.secure-container": ["sc"], "application/vnd.iccprofile": ["icc", "icm"], "application/vnd.igloader": ["igl"], "application/vnd.immervision-ivp": ["ivp"], "application/vnd.immervision-ivu": ["ivu"], "application/vnd.insors.igm": ["igm"], "application/vnd.intercon.formnet": ["xpw", "xpx"], "application/vnd.intergeo": ["i2g"], "application/vnd.intu.qbo": ["qbo"], "application/vnd.intu.qfx": ["qfx"], "application/vnd.ipunplugged.rcprofile": ["rcprofile"], "application/vnd.irepository.package+xml": ["irp"], "application/vnd.is-xpr": ["xpr"], "application/vnd.isac.fcs": ["fcs"], "application/vnd.jam": ["jam"], "application/vnd.jcp.javame.midlet-rms": ["rms"], "application/vnd.jisp": ["jisp"], "application/vnd.joost.joda-archive": ["joda"], "application/vnd.kahootz": ["ktz", "ktr"], "application/vnd.kde.karbon": ["karbon"], "application/vnd.kde.kchart": ["chrt"], "application/vnd.kde.kformula": ["kfo"], "application/vnd.kde.kivio": ["flw"], "application/vnd.kde.kontour": ["kon"], "application/vnd.kde.kpresenter": ["kpr", "kpt"], "application/vnd.kde.kspread": ["ksp"], "application/vnd.kde.kword": ["kwd", "kwt"], "application/vnd.kenameaapp": ["htke"], "application/vnd.kidspiration": ["kia"], "application/vnd.kinar": ["kne", "knp"], "application/vnd.koan": ["skp", "skd", "skt", "skm"], "application/vnd.kodak-descriptor": ["sse"], "application/vnd.las.las+xml": ["lasxml"], "application/vnd.llamagraphics.life-balance.desktop": ["lbd"], "application/vnd.llamagraphics.life-balance.exchange+xml": ["lbe"], "application/vnd.lotus-1-2-3": ["123"], "application/vnd.lotus-approach": ["apr"], "application/vnd.lotus-freelance": ["pre"], "application/vnd.lotus-notes": ["nsf"], "application/vnd.lotus-organizer": ["org"], "application/vnd.lotus-screencam": ["scm"], "application/vnd.lotus-wordpro": ["lwp"], "application/vnd.macports.portpkg": ["portpkg"], "application/vnd.mcd": ["mcd"], "application/vnd.medcalcdata": ["mc1"], "application/vnd.mediastation.cdkey": ["cdkey"], "application/vnd.mfer": ["mwf"], "application/vnd.mfmp": ["mfm"], "application/vnd.micrografx.flo": ["flo"], "application/vnd.micrografx.igx": ["igx"], "application/vnd.mif": ["mif"], "application/vnd.mobius.daf": ["daf"], "application/vnd.mobius.dis": ["dis"], "application/vnd.mobius.mbk": ["mbk"], "application/vnd.mobius.mqy": ["mqy"], "application/vnd.mobius.msl": ["msl"], "application/vnd.mobius.plc": ["plc"], "application/vnd.mobius.txf": ["txf"], "application/vnd.mophun.application": ["mpn"], "application/vnd.mophun.certificate": ["mpc"], "application/vnd.mozilla.xul+xml": ["xul"], "application/vnd.ms-artgalry": ["cil"], "application/vnd.ms-cab-compressed": ["cab"], "application/vnd.ms-excel": ["xls", "xlm", "xla", "xlc", "xlt", "xlw"], "application/vnd.ms-excel.addin.macroenabled.12": ["xlam"], "application/vnd.ms-excel.sheet.binary.macroenabled.12": ["xlsb"], "application/vnd.ms-excel.sheet.macroenabled.12": ["xlsm"], "application/vnd.ms-excel.template.macroenabled.12": ["xltm"], "application/vnd.ms-fontobject": ["eot"], "application/vnd.ms-htmlhelp": ["chm"], "application/vnd.ms-ims": ["ims"], "application/vnd.ms-lrm": ["lrm"], "application/vnd.ms-officetheme": ["thmx"], "application/vnd.ms-outlook": ["msg"], "application/vnd.ms-pki.seccat": ["cat"], "application/vnd.ms-pki.stl": ["stl"], "application/vnd.ms-powerpoint": ["ppt", "pps", "pot"], "application/vnd.ms-powerpoint.addin.macroenabled.12": ["ppam"], "application/vnd.ms-powerpoint.presentation.macroenabled.12": ["pptm"], "application/vnd.ms-powerpoint.slide.macroenabled.12": ["sldm"], "application/vnd.ms-powerpoint.slideshow.macroenabled.12": ["ppsm"], "application/vnd.ms-powerpoint.template.macroenabled.12": ["potm"], "application/vnd.ms-project": ["mpp", "mpt"], "application/vnd.ms-word.document.macroenabled.12": ["docm"], "application/vnd.ms-word.template.macroenabled.12": ["dotm"], "application/vnd.ms-works": ["wps", "wks", "wcm", "wdb"], "application/vnd.ms-wpl": ["wpl"], "application/vnd.ms-xpsdocument": ["xps"], "application/vnd.mseq": ["mseq"], "application/vnd.musician": ["mus"], "application/vnd.muvee.style": ["msty"], "application/vnd.mynfc": ["taglet"], "application/vnd.neurolanguage.nlu": ["nlu"], "application/vnd.nitf": ["ntf", "nitf"], "application/vnd.noblenet-directory": ["nnd"], "application/vnd.noblenet-sealer": ["nns"], "application/vnd.noblenet-web": ["nnw"], "application/vnd.nokia.n-gage.data": ["ngdat"], "application/vnd.nokia.n-gage.symbian.install": ["n-gage"], "application/vnd.nokia.radio-preset": ["rpst"], "application/vnd.nokia.radio-presets": ["rpss"], "application/vnd.novadigm.edm": ["edm"], "application/vnd.novadigm.edx": ["edx"], "application/vnd.novadigm.ext": ["ext"], "application/vnd.oasis.opendocument.chart": ["odc"], "application/vnd.oasis.opendocument.chart-template": ["otc"], "application/vnd.oasis.opendocument.database": ["odb"], "application/vnd.oasis.opendocument.formula": ["odf"], "application/vnd.oasis.opendocument.formula-template": ["odft"], "application/vnd.oasis.opendocument.graphics": ["odg"], "application/vnd.oasis.opendocument.graphics-template": ["otg"], "application/vnd.oasis.opendocument.image": ["odi"], "application/vnd.oasis.opendocument.image-template": ["oti"], "application/vnd.oasis.opendocument.presentation": ["odp"], "application/vnd.oasis.opendocument.presentation-template": ["otp"], "application/vnd.oasis.opendocument.spreadsheet": ["ods"], "application/vnd.oasis.opendocument.spreadsheet-template": ["ots"], "application/vnd.oasis.opendocument.text": ["odt"], "application/vnd.oasis.opendocument.text-master": ["odm"], "application/vnd.oasis.opendocument.text-template": ["ott"], "application/vnd.oasis.opendocument.text-web": ["oth"], "application/vnd.olpc-sugar": ["xo"], "application/vnd.oma.dd2+xml": ["dd2"], "application/vnd.openofficeorg.extension": ["oxt"], "application/vnd.openxmlformats-officedocument.presentationml.presentation": ["pptx"], "application/vnd.openxmlformats-officedocument.presentationml.slide": ["sldx"], "application/vnd.openxmlformats-officedocument.presentationml.slideshow": ["ppsx"], "application/vnd.openxmlformats-officedocument.presentationml.template": ["potx"], "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": ["xlsx"], "application/vnd.openxmlformats-officedocument.spreadsheetml.template": ["xltx"], "application/vnd.openxmlformats-officedocument.wordprocessingml.document": ["docx"], "application/vnd.openxmlformats-officedocument.wordprocessingml.template": ["dotx"], "application/vnd.osgeo.mapguide.package": ["mgp"], "application/vnd.osgi.dp": ["dp"], "application/vnd.osgi.subsystem": ["esa"], "application/vnd.palm": ["pdb", "pqa", "oprc"], "application/vnd.pawaafile": ["paw"], "application/vnd.pg.format": ["str"], "application/vnd.pg.osasli": ["ei6"], "application/vnd.picsel": ["efif"], "application/vnd.pmi.widget": ["wg"], "application/vnd.pocketlearn": ["plf"], "application/vnd.powerbuilder6": ["pbd"], "application/vnd.previewsystems.box": ["box"], "application/vnd.proteus.magazine": ["mgz"], "application/vnd.publishare-delta-tree": ["qps"], "application/vnd.pvi.ptid1": ["ptid"], "application/vnd.quark.quarkxpress": ["qxd", "qxt", "qwd", "qwt", "qxl", "qxb"], "application/vnd.realvnc.bed": ["bed"], "application/vnd.recordare.musicxml": ["mxl"], "application/vnd.recordare.musicxml+xml": ["musicxml"], "application/vnd.rig.cryptonote": ["cryptonote"], "application/vnd.rim.cod": ["cod"], "application/vnd.rn-realmedia": ["rm"], "application/vnd.rn-realmedia-vbr": ["rmvb"], "application/vnd.route66.link66+xml": ["link66"], "application/vnd.sailingtracker.track": ["st"], "application/vnd.seemail": ["see"], "application/vnd.sema": ["sema"], "application/vnd.semd": ["semd"], "application/vnd.semf": ["semf"], "application/vnd.shana.informed.formdata": ["ifm"], "application/vnd.shana.informed.formtemplate": ["itp"], "application/vnd.shana.informed.interchange": ["iif"], "application/vnd.shana.informed.package": ["ipk"], "application/vnd.simtech-mindmapper": ["twd", "twds"], "application/vnd.smaf": ["mmf"], "application/vnd.smart.teacher": ["teacher"], "application/vnd.solent.sdkm+xml": ["sdkm", "sdkd"], "application/vnd.spotfire.dxp": ["dxp"], "application/vnd.spotfire.sfs": ["sfs"], "application/vnd.stardivision.calc": ["sdc"], "application/vnd.stardivision.draw": ["sda"], "application/vnd.stardivision.impress": ["sdd"], "application/vnd.stardivision.math": ["smf"], "application/vnd.stardivision.writer": ["sdw", "vor"], "application/vnd.stardivision.writer-global": ["sgl"], "application/vnd.stepmania.package": ["smzip"], "application/vnd.stepmania.stepchart": ["sm"], "application/vnd.sun.wadl+xml": ["wadl"], "application/vnd.sun.xml.calc": ["sxc"], "application/vnd.sun.xml.calc.template": ["stc"], "application/vnd.sun.xml.draw": ["sxd"], "application/vnd.sun.xml.draw.template": ["std"], "application/vnd.sun.xml.impress": ["sxi"], "application/vnd.sun.xml.impress.template": ["sti"], "application/vnd.sun.xml.math": ["sxm"], "application/vnd.sun.xml.writer": ["sxw"], "application/vnd.sun.xml.writer.global": ["sxg"], "application/vnd.sun.xml.writer.template": ["stw"], "application/vnd.sus-calendar": ["sus", "susp"], "application/vnd.svd": ["svd"], "application/vnd.symbian.install": ["sis", "sisx"], "application/vnd.syncml+xml": ["xsm"], "application/vnd.syncml.dm+wbxml": ["bdm"], "application/vnd.syncml.dm+xml": ["xdm"], "application/vnd.tao.intent-module-archive": ["tao"], "application/vnd.tcpdump.pcap": ["pcap", "cap", "dmp"], "application/vnd.tmobile-livetv": ["tmo"], "application/vnd.trid.tpt": ["tpt"], "application/vnd.triscape.mxs": ["mxs"], "application/vnd.trueapp": ["tra"], "application/vnd.ufdl": ["ufd", "ufdl"], "application/vnd.uiq.theme": ["utz"], "application/vnd.umajin": ["umj"], "application/vnd.unity": ["unityweb"], "application/vnd.uoml+xml": ["uoml"], "application/vnd.vcx": ["vcx"], "application/vnd.visio": ["vsd", "vst", "vss", "vsw"], "application/vnd.visionary": ["vis"], "application/vnd.vsf": ["vsf"], "application/vnd.wap.wbxml": ["wbxml"], "application/vnd.wap.wmlc": ["wmlc"], "application/vnd.wap.wmlscriptc": ["wmlsc"], "application/vnd.webturbo": ["wtb"], "application/vnd.wolfram.player": ["nbp"], "application/vnd.wordperfect": ["wpd"], "application/vnd.wqd": ["wqd"], "application/vnd.wt.stf": ["stf"], "application/vnd.xara": ["xar"], "application/vnd.xfdl": ["xfdl"], "application/vnd.yamaha.hv-dic": ["hvd"], "application/vnd.yamaha.hv-script": ["hvs"], "application/vnd.yamaha.hv-voice": ["hvp"], "application/vnd.yamaha.openscoreformat": ["osf"], "application/vnd.yamaha.openscoreformat.osfpvg+xml": ["osfpvg"], "application/vnd.yamaha.smaf-audio": ["saf"], "application/vnd.yamaha.smaf-phrase": ["spf"], "application/vnd.yellowriver-custom-menu": ["cmp"], "application/vnd.zul": ["zir", "zirz"], "application/vnd.zzazz.deck+xml": ["zaz"], "application/voicexml+xml": ["vxml"], "application/wasm": ["wasm"], "application/widget": ["wgt"], "application/winhlp": ["hlp"], "application/wsdl+xml": ["wsdl"], "application/wspolicy+xml": ["wspolicy"], "application/x-7z-compressed": ["7z"], "application/x-abiword": ["abw"], "application/x-ace-compressed": ["ace"], "application/x-apple-diskimage": [], "application/x-arj": ["arj"], "application/x-authorware-bin": ["aab", "x32", "u32", "vox"], "application/x-authorware-map": ["aam"], "application/x-authorware-seg": ["aas"], "application/x-bcpio": ["bcpio"], "application/x-bdoc": [], "application/x-bittorrent": ["torrent"], "application/x-blorb": ["blb", "blorb"], "application/x-bzip": ["bz"], "application/x-bzip2": ["bz2", "boz"], "application/x-cbr": ["cbr", "cba", "cbt", "cbz", "cb7"], "application/x-cdlink": ["vcd"], "application/x-cfs-compressed": ["cfs"], "application/x-chat": ["chat"], "application/x-chess-pgn": ["pgn"], "application/x-chrome-extension": ["crx"], "application/x-cocoa": ["cco"], "application/x-conference": ["nsc"], "application/x-cpio": ["cpio"], "application/x-csh": ["csh"], "application/x-debian-package": ["udeb"], "application/x-dgc-compressed": ["dgc"], "application/x-director": ["dir", "dcr", "dxr", "cst", "cct", "cxt", "w3d", "fgd", "swa"], "application/x-doom": ["wad"], "application/x-dtbncx+xml": ["ncx"], "application/x-dtbook+xml": ["dtb"], "application/x-dtbresource+xml": ["res"], "application/x-dvi": ["dvi"], "application/x-envoy": ["evy"], "application/x-eva": ["eva"], "application/x-font-bdf": ["bdf"], "application/x-font-ghostscript": ["gsf"], "application/x-font-linux-psf": ["psf"], "application/x-font-pcf": ["pcf"], "application/x-font-snf": ["snf"], "application/x-font-type1": ["pfa", "pfb", "pfm", "afm"], "application/x-freearc": ["arc"], "application/x-futuresplash": ["spl"], "application/x-gca-compressed": ["gca"], "application/x-glulx": ["ulx"], "application/x-gnumeric": ["gnumeric"], "application/x-gramps-xml": ["gramps"], "application/x-gtar": ["gtar"], "application/x-hdf": ["hdf"], "application/x-httpd-php": ["php"], "application/x-install-instructions": ["install"], "application/x-iso9660-image": [], "application/x-java-archive-diff": ["jardiff"], "application/x-java-jnlp-file": ["jnlp"], "application/x-latex": ["latex"], "application/x-lua-bytecode": ["luac"], "application/x-lzh-compressed": ["lzh", "lha"], "application/x-makeself": ["run"], "application/x-mie": ["mie"], "application/x-mobipocket-ebook": ["prc", "mobi"], "application/x-ms-application": ["application"], "application/x-ms-shortcut": ["lnk"], "application/x-ms-wmd": ["wmd"], "application/x-ms-wmz": ["wmz"], "application/x-ms-xbap": ["xbap"], "application/x-msaccess": ["mdb"], "application/x-msbinder": ["obd"], "application/x-mscardfile": ["crd"], "application/x-msclip": ["clp"], "application/x-msdos-program": [], "application/x-msdownload": ["com", "bat"], "application/x-msmediaview": ["mvb", "m13", "m14"], "application/x-msmetafile": ["wmf", "emf", "emz"], "application/x-msmoney": ["mny"], "application/x-mspublisher": ["pub"], "application/x-msschedule": ["scd"], "application/x-msterminal": ["trm"], "application/x-mswrite": ["wri"], "application/x-netcdf": ["nc", "cdf"], "application/x-ns-proxy-autoconfig": ["pac"], "application/x-nzb": ["nzb"], "application/x-perl": ["pl", "pm"], "application/x-pilot": [], "application/x-pkcs12": ["p12", "pfx"], "application/x-pkcs7-certificates": ["p7b", "spc"], "application/x-pkcs7-certreqresp": ["p7r"], "application/x-rar-compressed": ["rar"], "application/x-redhat-package-manager": ["rpm"], "application/x-research-info-systems": ["ris"], "application/x-sea": ["sea"], "application/x-sh": ["sh"], "application/x-shar": ["shar"], "application/x-shockwave-flash": ["swf"], "application/x-silverlight-app": ["xap"], "application/x-sql": ["sql"], "application/x-stuffit": ["sit"], "application/x-stuffitx": ["sitx"], "application/x-subrip": ["srt"], "application/x-sv4cpio": ["sv4cpio"], "application/x-sv4crc": ["sv4crc"], "application/x-t3vm-image": ["t3"], "application/x-tads": ["gam"], "application/x-tar": ["tar"], "application/x-tcl": ["tcl", "tk"], "application/x-tex": ["tex"], "application/x-tex-tfm": ["tfm"], "application/x-texinfo": ["texinfo", "texi"], "application/x-tgif": ["obj"], "application/x-ustar": ["ustar"], "application/x-virtualbox-hdd": ["hdd"], "application/x-virtualbox-ova": ["ova"], "application/x-virtualbox-ovf": ["ovf"], "application/x-virtualbox-vbox": ["vbox"], "application/x-virtualbox-vbox-extpack": ["vbox-extpack"], "application/x-virtualbox-vdi": ["vdi"], "application/x-virtualbox-vhd": ["vhd"], "application/x-virtualbox-vmdk": ["vmdk"], "application/x-wais-source": ["src"], "application/x-web-app-manifest+json": ["webapp"], "application/x-x509-ca-cert": ["der", "crt", "pem"], "application/x-xfig": ["fig"], "application/x-xliff+xml": ["xlf"], "application/x-xpinstall": ["xpi"], "application/x-xz": ["xz"], "application/x-zmachine": ["z1", "z2", "z3", "z4", "z5", "z6", "z7", "z8"], "application/xaml+xml": ["xaml"], "application/xcap-diff+xml": ["xdf"], "application/xenc+xml": ["xenc"], "application/xhtml+xml": ["xhtml", "xht"], "application/xml": ["xml", "xsl", "xsd", "rng"], "application/xml-dtd": ["dtd"], "application/xop+xml": ["xop"], "application/xproc+xml": ["xpl"], "application/xslt+xml": ["xslt"], "application/xspf+xml": ["xspf"], "application/xv+xml": ["mxml", "xhvml", "xvml", "xvm"], "application/yang": ["yang"], "application/yin+xml": ["yin"], "application/zip": ["zip"], "audio/3gpp": [], "audio/adpcm": ["adp"], "audio/basic": ["au", "snd"], "audio/midi": ["mid", "midi", "kar", "rmi"], "audio/mp3": [], "audio/mp4": ["m4a", "mp4a"], "audio/mpeg": ["mpga", "mp2", "mp2a", "mp3", "m2a", "m3a"], "audio/ogg": ["oga", "ogg", "spx"], "audio/s3m": ["s3m"], "audio/silk": ["sil"], "audio/vnd.dece.audio": ["uva", "uvva"], "audio/vnd.digital-winds": ["eol"], "audio/vnd.dra": ["dra"], "audio/vnd.dts": ["dts"], "audio/vnd.dts.hd": ["dtshd"], "audio/vnd.lucent.voice": ["lvp"], "audio/vnd.ms-playready.media.pya": ["pya"], "audio/vnd.nuera.ecelp4800": ["ecelp4800"], "audio/vnd.nuera.ecelp7470": ["ecelp7470"], "audio/vnd.nuera.ecelp9600": ["ecelp9600"], "audio/vnd.rip": ["rip"], "audio/wav": ["wav"], "audio/wave": [], "audio/webm": ["weba"], "audio/x-aac": ["aac"], "audio/x-aiff": ["aif", "aiff", "aifc"], "audio/x-caf": ["caf"], "audio/x-flac": ["flac"], "audio/x-m4a": [], "audio/x-matroska": ["mka"], "audio/x-mpegurl": ["m3u"], "audio/x-ms-wax": ["wax"], "audio/x-ms-wma": ["wma"], "audio/x-pn-realaudio": ["ram", "ra"], "audio/x-pn-realaudio-plugin": ["rmp"], "audio/x-realaudio": [], "audio/x-wav": [], "audio/xm": ["xm"], "chemical/x-cdx": ["cdx"], "chemical/x-cif": ["cif"], "chemical/x-cmdf": ["cmdf"], "chemical/x-cml": ["cml"], "chemical/x-csml": ["csml"], "chemical/x-xyz": ["xyz"], "font/collection": ["ttc"], "font/otf": ["otf"], "font/ttf": ["ttf"], "font/woff": ["woff"], "font/woff2": ["woff2"], "image/apng": ["apng"], "image/bmp": ["bmp"], "image/cgm": ["cgm"], "image/g3fax": ["g3"], "image/gif": ["gif"], "image/ief": ["ief"], "image/jp2": ["jp2", "jpg2"], "image/jpeg": ["jpeg", "jpg", "jpe"], "image/jpm": ["jpm"], "image/jpx": ["jpx", "jpf"], "image/ktx": ["ktx"], "image/png": ["png"], "image/prs.btif": ["btif"], "image/sgi": ["sgi"], "image/svg+xml": ["svg", "svgz"], "image/tiff": ["tiff", "tif"], "image/vnd.adobe.photoshop": ["psd"], "image/vnd.dece.graphic": ["uvi", "uvvi", "uvg", "uvvg"], "image/vnd.djvu": ["djvu", "djv"], "image/vnd.dvb.subtitle": [], "image/vnd.dwg": ["dwg"], "image/vnd.dxf": ["dxf"], "image/vnd.fastbidsheet": ["fbs"], "image/vnd.fpx": ["fpx"], "image/vnd.fst": ["fst"], "image/vnd.fujixerox.edmics-mmr": ["mmr"], "image/vnd.fujixerox.edmics-rlc": ["rlc"], "image/vnd.ms-modi": ["mdi"], "image/vnd.ms-photo": ["wdp"], "image/vnd.net-fpx": ["npx"], "image/vnd.wap.wbmp": ["wbmp"], "image/vnd.xiff": ["xif"], "image/webp": ["webp"], "image/x-3ds": ["3ds"], "image/x-cmu-raster": ["ras"], "image/x-cmx": ["cmx"], "image/x-freehand": ["fh", "fhc", "fh4", "fh5", "fh7"], "image/x-icon": ["ico"], "image/x-jng": ["jng"], "image/x-mrsid-image": ["sid"], "image/x-ms-bmp": [], "image/x-pcx": ["pcx"], "image/x-pict": ["pic", "pct"], "image/x-portable-anymap": ["pnm"], "image/x-portable-bitmap": ["pbm"], "image/x-portable-graymap": ["pgm"], "image/x-portable-pixmap": ["ppm"], "image/x-rgb": ["rgb"], "image/x-tga": ["tga"], "image/x-xbitmap": ["xbm"], "image/x-xpixmap": ["xpm"], "image/x-xwindowdump": ["xwd"], "message/rfc822": ["eml", "mime"], "model/gltf+json": ["gltf"], "model/gltf-binary": ["glb"], "model/iges": ["igs", "iges"], "model/mesh": ["msh", "mesh", "silo"], "model/vnd.collada+xml": ["dae"], "model/vnd.dwf": ["dwf"], "model/vnd.gdl": ["gdl"], "model/vnd.gtw": ["gtw"], "model/vnd.mts": ["mts"], "model/vnd.vtu": ["vtu"], "model/vrml": ["wrl", "vrml"], "model/x3d+binary": ["x3db", "x3dbz"], "model/x3d+vrml": ["x3dv", "x3dvz"], "model/x3d+xml": ["x3d", "x3dz"], "text/cache-manifest": ["appcache", "manifest"], "text/calendar": ["ics", "ifb"], "text/coffeescript": ["coffee", "litcoffee"], "text/css": ["css"], "text/csv": ["csv"], "text/hjson": ["hjson"], "text/html": ["html", "htm", "shtml"], "text/jade": ["jade"], "text/jsx": ["jsx"], "text/less": ["less"], "text/markdown": ["markdown", "md"], "text/mathml": ["mml"], "text/n3": ["n3"], "text/plain": ["txt", "text", "conf", "def", "list", "log", "in", "ini"], "text/prs.lines.tag": ["dsc"], "text/richtext": ["rtx"], "text/rtf": [], "text/sgml": ["sgml", "sgm"], "text/slim": ["slim", "slm"], "text/stylus": ["stylus", "styl"], "text/tab-separated-values": ["tsv"], "text/troff": ["t", "tr", "roff", "man", "me", "ms"], "text/turtle": ["ttl"], "text/uri-list": ["uri", "uris", "urls"], "text/vcard": ["vcard"], "text/vnd.curl": ["curl"], "text/vnd.curl.dcurl": ["dcurl"], "text/vnd.curl.mcurl": ["mcurl"], "text/vnd.curl.scurl": ["scurl"], "text/vnd.dvb.subtitle": ["sub"], "text/vnd.fly": ["fly"], "text/vnd.fmi.flexstor": ["flx"], "text/vnd.graphviz": ["gv"], "text/vnd.in3d.3dml": ["3dml"], "text/vnd.in3d.spot": ["spot"], "text/vnd.sun.j2me.app-descriptor": ["jad"], "text/vnd.wap.wml": ["wml"], "text/vnd.wap.wmlscript": ["wmls"], "text/vtt": ["vtt"], "text/x-asm": ["s", "asm"], "text/x-c": ["c", "cc", "cxx", "cpp", "h", "hh", "dic"], "text/x-component": ["htc"], "text/x-fortran": ["f", "for", "f77", "f90"], "text/x-handlebars-template": ["hbs"], "text/x-java-source": ["java"], "text/x-lua": ["lua"], "text/x-markdown": ["mkd"], "text/x-nfo": ["nfo"], "text/x-opml": ["opml"], "text/x-org": [], "text/x-pascal": ["p", "pas"], "text/x-processing": ["pde"], "text/x-sass": ["sass"], "text/x-scss": ["scss"], "text/x-setext": ["etx"], "text/x-sfv": ["sfv"], "text/x-suse-ymp": ["ymp"], "text/x-uuencode": ["uu"], "text/x-vcalendar": ["vcs"], "text/x-vcard": ["vcf"], "text/xml": [], "text/yaml": ["yaml", "yml"], "video/3gpp": ["3gp", "3gpp"], "video/3gpp2": ["3g2"], "video/h261": ["h261"], "video/h263": ["h263"], "video/h264": ["h264"], "video/jpeg": ["jpgv"], "video/jpm": ["jpgm"], "video/mj2": ["mj2", "mjp2"], "video/mp2t": ["ts"], "video/mp4": ["mp4", "mp4v", "mpg4"], "video/mpeg": ["mpeg", "mpg", "mpe", "m1v", "m2v"], "video/ogg": ["ogv"], "video/quicktime": ["qt", "mov"], "video/vnd.dece.hd": ["uvh", "uvvh"], "video/vnd.dece.mobile": ["uvm", "uvvm"], "video/vnd.dece.pd": ["uvp", "uvvp"], "video/vnd.dece.sd": ["uvs", "uvvs"], "video/vnd.dece.video": ["uvv", "uvvv"], "video/vnd.dvb.file": ["dvb"], "video/vnd.fvt": ["fvt"], "video/vnd.mpegurl": ["mxu", "m4u"], "video/vnd.ms-playready.media.pyv": ["pyv"], "video/vnd.uvvu.mp4": ["uvu", "uvvu"], "video/vnd.vivo": ["viv"], "video/webm": ["webm"], "video/x-f4v": ["f4v"], "video/x-fli": ["fli"], "video/x-flv": ["flv"], "video/x-m4v": ["m4v"], "video/x-matroska": ["mkv", "mk3d", "mks"], "video/x-mng": ["mng"], "video/x-ms-asf": ["asf", "asx"], "video/x-ms-vob": ["vob"], "video/x-ms-wm": ["wm"], "video/x-ms-wmv": ["wmv"], "video/x-ms-wmx": ["wmx"], "video/x-ms-wvx": ["wvx"], "video/x-msvideo": ["avi"], "video/x-sgi-movie": ["movie"], "video/x-smv": ["smv"], "x-conference/x-cooltalk": ["ice"] };
|
|
23855
23855
|
}
|
|
23856
23856
|
});
|
|
23857
23857
|
|
|
23858
23858
|
// ../../../node_modules/mime/mime.js
|
|
23859
23859
|
var require_mime = __commonJS({
|
|
23860
|
-
"../../../node_modules/mime/mime.js"(exports,
|
|
23860
|
+
"../../../node_modules/mime/mime.js"(exports, module) {
|
|
23861
23861
|
"use strict";
|
|
23862
|
-
var
|
|
23863
|
-
var
|
|
23862
|
+
var path6 = __require("path");
|
|
23863
|
+
var fs10 = __require("fs");
|
|
23864
23864
|
function Mime() {
|
|
23865
23865
|
this.types = /* @__PURE__ */ Object.create(null);
|
|
23866
23866
|
this.extensions = /* @__PURE__ */ Object.create(null);
|
|
@@ -23882,7 +23882,7 @@ var require_mime = __commonJS({
|
|
|
23882
23882
|
};
|
|
23883
23883
|
Mime.prototype.load = function(file) {
|
|
23884
23884
|
this._loading = file;
|
|
23885
|
-
var map = {}, content =
|
|
23885
|
+
var map = {}, content = fs10.readFileSync(file, "ascii"), lines = content.split(/[\r\n]+/);
|
|
23886
23886
|
lines.forEach(function(line) {
|
|
23887
23887
|
var fields = line.replace(/\s*#.*|^\s*|\s*$/g, "").split(/\s+/);
|
|
23888
23888
|
map[fields.shift()] = fields;
|
|
@@ -23890,8 +23890,8 @@ var require_mime = __commonJS({
|
|
|
23890
23890
|
this.define(map);
|
|
23891
23891
|
this._loading = null;
|
|
23892
23892
|
};
|
|
23893
|
-
Mime.prototype.lookup = function(
|
|
23894
|
-
var ext =
|
|
23893
|
+
Mime.prototype.lookup = function(path7, fallback) {
|
|
23894
|
+
var ext = path7.replace(/^.*[\.\/\\]/, "").toLowerCase();
|
|
23895
23895
|
return this.types[ext] || fallback || this.default_type;
|
|
23896
23896
|
};
|
|
23897
23897
|
Mime.prototype.extension = function(mimeType) {
|
|
@@ -23907,13 +23907,13 @@ var require_mime = __commonJS({
|
|
|
23907
23907
|
return /^text\/|^application\/(javascript|json)/.test(mimeType) ? "UTF-8" : fallback;
|
|
23908
23908
|
}, "lookup")
|
|
23909
23909
|
};
|
|
23910
|
-
|
|
23910
|
+
module.exports = mime;
|
|
23911
23911
|
}
|
|
23912
23912
|
});
|
|
23913
23913
|
|
|
23914
23914
|
// ../../../node_modules/ms/index.js
|
|
23915
23915
|
var require_ms5 = __commonJS({
|
|
23916
|
-
"../../../node_modules/ms/index.js"(exports,
|
|
23916
|
+
"../../../node_modules/ms/index.js"(exports, module) {
|
|
23917
23917
|
"use strict";
|
|
23918
23918
|
var s = 1e3;
|
|
23919
23919
|
var m = s * 60;
|
|
@@ -23921,7 +23921,7 @@ var require_ms5 = __commonJS({
|
|
|
23921
23921
|
var d = h * 24;
|
|
23922
23922
|
var w = d * 7;
|
|
23923
23923
|
var y = d * 365.25;
|
|
23924
|
-
|
|
23924
|
+
module.exports = function(val, options) {
|
|
23925
23925
|
options = options || {};
|
|
23926
23926
|
var type = typeof val;
|
|
23927
23927
|
if (type === "string" && val.length > 0) {
|
|
@@ -24030,9 +24030,9 @@ var require_ms5 = __commonJS({
|
|
|
24030
24030
|
|
|
24031
24031
|
// ../../../node_modules/range-parser/index.js
|
|
24032
24032
|
var require_range_parser = __commonJS({
|
|
24033
|
-
"../../../node_modules/range-parser/index.js"(exports,
|
|
24033
|
+
"../../../node_modules/range-parser/index.js"(exports, module) {
|
|
24034
24034
|
"use strict";
|
|
24035
|
-
|
|
24035
|
+
module.exports = rangeParser;
|
|
24036
24036
|
function rangeParser(size, str, options) {
|
|
24037
24037
|
if (typeof str !== "string") {
|
|
24038
24038
|
throw new TypeError("argument str must be a string");
|
|
@@ -24117,7 +24117,7 @@ var require_range_parser = __commonJS({
|
|
|
24117
24117
|
|
|
24118
24118
|
// ../../../node_modules/send/index.js
|
|
24119
24119
|
var require_send = __commonJS({
|
|
24120
|
-
"../../../node_modules/send/index.js"(exports,
|
|
24120
|
+
"../../../node_modules/send/index.js"(exports, module) {
|
|
24121
24121
|
"use strict";
|
|
24122
24122
|
var createError = require_http_errors();
|
|
24123
24123
|
var debug = require_src4()("send");
|
|
@@ -24127,34 +24127,34 @@ var require_send = __commonJS({
|
|
|
24127
24127
|
var escapeHtml = require_escape_html();
|
|
24128
24128
|
var etag = require_etag();
|
|
24129
24129
|
var fresh = require_fresh();
|
|
24130
|
-
var
|
|
24130
|
+
var fs10 = __require("fs");
|
|
24131
24131
|
var mime = require_mime();
|
|
24132
24132
|
var ms = require_ms5();
|
|
24133
24133
|
var onFinished = require_on_finished();
|
|
24134
24134
|
var parseRange = require_range_parser();
|
|
24135
|
-
var
|
|
24135
|
+
var path6 = __require("path");
|
|
24136
24136
|
var statuses = require_statuses();
|
|
24137
24137
|
var Stream = __require("stream");
|
|
24138
24138
|
var util = __require("util");
|
|
24139
|
-
var extname =
|
|
24140
|
-
var
|
|
24141
|
-
var normalize =
|
|
24142
|
-
var resolve =
|
|
24143
|
-
var sep =
|
|
24139
|
+
var extname = path6.extname;
|
|
24140
|
+
var join5 = path6.join;
|
|
24141
|
+
var normalize = path6.normalize;
|
|
24142
|
+
var resolve = path6.resolve;
|
|
24143
|
+
var sep = path6.sep;
|
|
24144
24144
|
var BYTES_RANGE_REGEXP = /^ *bytes=/;
|
|
24145
24145
|
var MAX_MAXAGE = 60 * 60 * 24 * 365 * 1e3;
|
|
24146
24146
|
var UP_PATH_REGEXP = /(?:^|[\\/])\.\.(?:[\\/]|$)/;
|
|
24147
|
-
|
|
24148
|
-
|
|
24149
|
-
function send(req,
|
|
24150
|
-
return new SendStream(req,
|
|
24147
|
+
module.exports = send;
|
|
24148
|
+
module.exports.mime = mime;
|
|
24149
|
+
function send(req, path7, options) {
|
|
24150
|
+
return new SendStream(req, path7, options);
|
|
24151
24151
|
}
|
|
24152
24152
|
__name(send, "send");
|
|
24153
|
-
function SendStream(req,
|
|
24153
|
+
function SendStream(req, path7, options) {
|
|
24154
24154
|
Stream.call(this);
|
|
24155
24155
|
var opts = options || {};
|
|
24156
24156
|
this.options = opts;
|
|
24157
|
-
this.path =
|
|
24157
|
+
this.path = path7;
|
|
24158
24158
|
this.req = req;
|
|
24159
24159
|
this._acceptRanges = opts.acceptRanges !== void 0 ? Boolean(opts.acceptRanges) : true;
|
|
24160
24160
|
this._cacheControl = opts.cacheControl !== void 0 ? Boolean(opts.cacheControl) : true;
|
|
@@ -24203,8 +24203,8 @@ var require_send = __commonJS({
|
|
|
24203
24203
|
this._index = index2;
|
|
24204
24204
|
return this;
|
|
24205
24205
|
}, "index"), "send.index: pass index as option");
|
|
24206
|
-
SendStream.prototype.root = /* @__PURE__ */ __name(function root(
|
|
24207
|
-
this._root = resolve(String(
|
|
24206
|
+
SendStream.prototype.root = /* @__PURE__ */ __name(function root(path7) {
|
|
24207
|
+
this._root = resolve(String(path7));
|
|
24208
24208
|
debug("root %s", this._root);
|
|
24209
24209
|
return this;
|
|
24210
24210
|
}, "root");
|
|
@@ -24311,10 +24311,10 @@ var require_send = __commonJS({
|
|
|
24311
24311
|
var lastModified = this.res.getHeader("Last-Modified");
|
|
24312
24312
|
return parseHttpDate(lastModified) <= parseHttpDate(ifRange);
|
|
24313
24313
|
}, "isRangeFresh");
|
|
24314
|
-
SendStream.prototype.redirect = /* @__PURE__ */ __name(function redirect(
|
|
24314
|
+
SendStream.prototype.redirect = /* @__PURE__ */ __name(function redirect(path7) {
|
|
24315
24315
|
var res = this.res;
|
|
24316
24316
|
if (hasListeners(this, "directory")) {
|
|
24317
|
-
this.emit("directory", res,
|
|
24317
|
+
this.emit("directory", res, path7);
|
|
24318
24318
|
return;
|
|
24319
24319
|
}
|
|
24320
24320
|
if (this.hasTrailingSlash()) {
|
|
@@ -24334,42 +24334,42 @@ var require_send = __commonJS({
|
|
|
24334
24334
|
SendStream.prototype.pipe = /* @__PURE__ */ __name(function pipe(res) {
|
|
24335
24335
|
var root = this._root;
|
|
24336
24336
|
this.res = res;
|
|
24337
|
-
var
|
|
24338
|
-
if (
|
|
24337
|
+
var path7 = decode(this.path);
|
|
24338
|
+
if (path7 === -1) {
|
|
24339
24339
|
this.error(400);
|
|
24340
24340
|
return res;
|
|
24341
24341
|
}
|
|
24342
|
-
if (~
|
|
24342
|
+
if (~path7.indexOf("\0")) {
|
|
24343
24343
|
this.error(400);
|
|
24344
24344
|
return res;
|
|
24345
24345
|
}
|
|
24346
24346
|
var parts;
|
|
24347
24347
|
if (root !== null) {
|
|
24348
|
-
if (
|
|
24349
|
-
|
|
24348
|
+
if (path7) {
|
|
24349
|
+
path7 = normalize("." + sep + path7);
|
|
24350
24350
|
}
|
|
24351
|
-
if (UP_PATH_REGEXP.test(
|
|
24352
|
-
debug('malicious path "%s"',
|
|
24351
|
+
if (UP_PATH_REGEXP.test(path7)) {
|
|
24352
|
+
debug('malicious path "%s"', path7);
|
|
24353
24353
|
this.error(403);
|
|
24354
24354
|
return res;
|
|
24355
24355
|
}
|
|
24356
|
-
parts =
|
|
24357
|
-
|
|
24356
|
+
parts = path7.split(sep);
|
|
24357
|
+
path7 = normalize(join5(root, path7));
|
|
24358
24358
|
} else {
|
|
24359
|
-
if (UP_PATH_REGEXP.test(
|
|
24360
|
-
debug('malicious path "%s"',
|
|
24359
|
+
if (UP_PATH_REGEXP.test(path7)) {
|
|
24360
|
+
debug('malicious path "%s"', path7);
|
|
24361
24361
|
this.error(403);
|
|
24362
24362
|
return res;
|
|
24363
24363
|
}
|
|
24364
|
-
parts = normalize(
|
|
24365
|
-
|
|
24364
|
+
parts = normalize(path7).split(sep);
|
|
24365
|
+
path7 = resolve(path7);
|
|
24366
24366
|
}
|
|
24367
24367
|
if (containsDotFile(parts)) {
|
|
24368
24368
|
var access = this._dotfiles;
|
|
24369
24369
|
if (access === void 0) {
|
|
24370
24370
|
access = parts[parts.length - 1][0] === "." ? this._hidden ? "allow" : "ignore" : "allow";
|
|
24371
24371
|
}
|
|
24372
|
-
debug('%s dotfile "%s"', access,
|
|
24372
|
+
debug('%s dotfile "%s"', access, path7);
|
|
24373
24373
|
switch (access) {
|
|
24374
24374
|
case "allow":
|
|
24375
24375
|
break;
|
|
@@ -24383,13 +24383,13 @@ var require_send = __commonJS({
|
|
|
24383
24383
|
}
|
|
24384
24384
|
}
|
|
24385
24385
|
if (this._index.length && this.hasTrailingSlash()) {
|
|
24386
|
-
this.sendIndex(
|
|
24386
|
+
this.sendIndex(path7);
|
|
24387
24387
|
return res;
|
|
24388
24388
|
}
|
|
24389
|
-
this.sendFile(
|
|
24389
|
+
this.sendFile(path7);
|
|
24390
24390
|
return res;
|
|
24391
24391
|
}, "pipe");
|
|
24392
|
-
SendStream.prototype.send = /* @__PURE__ */ __name(function send2(
|
|
24392
|
+
SendStream.prototype.send = /* @__PURE__ */ __name(function send2(path7, stat) {
|
|
24393
24393
|
var len = stat.size;
|
|
24394
24394
|
var options = this.options;
|
|
24395
24395
|
var opts = {};
|
|
@@ -24401,9 +24401,9 @@ var require_send = __commonJS({
|
|
|
24401
24401
|
this.headersAlreadySent();
|
|
24402
24402
|
return;
|
|
24403
24403
|
}
|
|
24404
|
-
debug('pipe "%s"',
|
|
24405
|
-
this.setHeader(
|
|
24406
|
-
this.type(
|
|
24404
|
+
debug('pipe "%s"', path7);
|
|
24405
|
+
this.setHeader(path7, stat);
|
|
24406
|
+
this.type(path7);
|
|
24407
24407
|
if (this.isConditionalGET()) {
|
|
24408
24408
|
if (this.isPreconditionFailure()) {
|
|
24409
24409
|
this.error(412);
|
|
@@ -24454,28 +24454,28 @@ var require_send = __commonJS({
|
|
|
24454
24454
|
res.end();
|
|
24455
24455
|
return;
|
|
24456
24456
|
}
|
|
24457
|
-
this.stream(
|
|
24457
|
+
this.stream(path7, opts);
|
|
24458
24458
|
}, "send");
|
|
24459
|
-
SendStream.prototype.sendFile = /* @__PURE__ */ __name(function sendFile(
|
|
24459
|
+
SendStream.prototype.sendFile = /* @__PURE__ */ __name(function sendFile(path7) {
|
|
24460
24460
|
var i = 0;
|
|
24461
24461
|
var self = this;
|
|
24462
|
-
debug('stat "%s"',
|
|
24463
|
-
|
|
24464
|
-
if (err && err.code === "ENOENT" && !extname(
|
|
24462
|
+
debug('stat "%s"', path7);
|
|
24463
|
+
fs10.stat(path7, /* @__PURE__ */ __name(function onstat(err, stat) {
|
|
24464
|
+
if (err && err.code === "ENOENT" && !extname(path7) && path7[path7.length - 1] !== sep) {
|
|
24465
24465
|
return next(err);
|
|
24466
24466
|
}
|
|
24467
24467
|
if (err) return self.onStatError(err);
|
|
24468
|
-
if (stat.isDirectory()) return self.redirect(
|
|
24469
|
-
self.emit("file",
|
|
24470
|
-
self.send(
|
|
24468
|
+
if (stat.isDirectory()) return self.redirect(path7);
|
|
24469
|
+
self.emit("file", path7, stat);
|
|
24470
|
+
self.send(path7, stat);
|
|
24471
24471
|
}, "onstat"));
|
|
24472
24472
|
function next(err) {
|
|
24473
24473
|
if (self._extensions.length <= i) {
|
|
24474
24474
|
return err ? self.onStatError(err) : self.error(404);
|
|
24475
24475
|
}
|
|
24476
|
-
var p =
|
|
24476
|
+
var p = path7 + "." + self._extensions[i++];
|
|
24477
24477
|
debug('stat "%s"', p);
|
|
24478
|
-
|
|
24478
|
+
fs10.stat(p, function(err2, stat) {
|
|
24479
24479
|
if (err2) return next(err2);
|
|
24480
24480
|
if (stat.isDirectory()) return next();
|
|
24481
24481
|
self.emit("file", p, stat);
|
|
@@ -24484,7 +24484,7 @@ var require_send = __commonJS({
|
|
|
24484
24484
|
}
|
|
24485
24485
|
__name(next, "next");
|
|
24486
24486
|
}, "sendFile");
|
|
24487
|
-
SendStream.prototype.sendIndex = /* @__PURE__ */ __name(function sendIndex(
|
|
24487
|
+
SendStream.prototype.sendIndex = /* @__PURE__ */ __name(function sendIndex(path7) {
|
|
24488
24488
|
var i = -1;
|
|
24489
24489
|
var self = this;
|
|
24490
24490
|
function next(err) {
|
|
@@ -24492,9 +24492,9 @@ var require_send = __commonJS({
|
|
|
24492
24492
|
if (err) return self.onStatError(err);
|
|
24493
24493
|
return self.error(404);
|
|
24494
24494
|
}
|
|
24495
|
-
var p =
|
|
24495
|
+
var p = join5(path7, self._index[i]);
|
|
24496
24496
|
debug('stat "%s"', p);
|
|
24497
|
-
|
|
24497
|
+
fs10.stat(p, function(err2, stat) {
|
|
24498
24498
|
if (err2) return next(err2);
|
|
24499
24499
|
if (stat.isDirectory()) return next();
|
|
24500
24500
|
self.emit("file", p, stat);
|
|
@@ -24504,10 +24504,10 @@ var require_send = __commonJS({
|
|
|
24504
24504
|
__name(next, "next");
|
|
24505
24505
|
next();
|
|
24506
24506
|
}, "sendIndex");
|
|
24507
|
-
SendStream.prototype.stream = /* @__PURE__ */ __name(function stream(
|
|
24507
|
+
SendStream.prototype.stream = /* @__PURE__ */ __name(function stream(path7, options) {
|
|
24508
24508
|
var self = this;
|
|
24509
24509
|
var res = this.res;
|
|
24510
|
-
var stream2 =
|
|
24510
|
+
var stream2 = fs10.createReadStream(path7, options);
|
|
24511
24511
|
this.emit("stream", stream2);
|
|
24512
24512
|
stream2.pipe(res);
|
|
24513
24513
|
function cleanup() {
|
|
@@ -24523,10 +24523,10 @@ var require_send = __commonJS({
|
|
|
24523
24523
|
self.emit("end");
|
|
24524
24524
|
}, "onend"));
|
|
24525
24525
|
}, "stream");
|
|
24526
|
-
SendStream.prototype.type = /* @__PURE__ */ __name(function type(
|
|
24526
|
+
SendStream.prototype.type = /* @__PURE__ */ __name(function type(path7) {
|
|
24527
24527
|
var res = this.res;
|
|
24528
24528
|
if (res.getHeader("Content-Type")) return;
|
|
24529
|
-
var type2 = mime.lookup(
|
|
24529
|
+
var type2 = mime.lookup(path7);
|
|
24530
24530
|
if (!type2) {
|
|
24531
24531
|
debug("no content-type");
|
|
24532
24532
|
return;
|
|
@@ -24535,9 +24535,9 @@ var require_send = __commonJS({
|
|
|
24535
24535
|
debug("content-type %s", type2);
|
|
24536
24536
|
res.setHeader("Content-Type", type2 + (charset ? "; charset=" + charset : ""));
|
|
24537
24537
|
}, "type");
|
|
24538
|
-
SendStream.prototype.setHeader = /* @__PURE__ */ __name(function setHeader(
|
|
24538
|
+
SendStream.prototype.setHeader = /* @__PURE__ */ __name(function setHeader(path7, stat) {
|
|
24539
24539
|
var res = this.res;
|
|
24540
|
-
this.emit("headers", res,
|
|
24540
|
+
this.emit("headers", res, path7, stat);
|
|
24541
24541
|
if (this._acceptRanges && !res.getHeader("Accept-Ranges")) {
|
|
24542
24542
|
debug("accept ranges");
|
|
24543
24543
|
res.setHeader("Accept-Ranges", "bytes");
|
|
@@ -24604,9 +24604,9 @@ var require_send = __commonJS({
|
|
|
24604
24604
|
}) : createError(status, err);
|
|
24605
24605
|
}
|
|
24606
24606
|
__name(createHttpError, "createHttpError");
|
|
24607
|
-
function decode(
|
|
24607
|
+
function decode(path7) {
|
|
24608
24608
|
try {
|
|
24609
|
-
return decodeURIComponent(
|
|
24609
|
+
return decodeURIComponent(path7);
|
|
24610
24610
|
} catch (err) {
|
|
24611
24611
|
return -1;
|
|
24612
24612
|
}
|
|
@@ -24681,9 +24681,9 @@ var require_send = __commonJS({
|
|
|
24681
24681
|
|
|
24682
24682
|
// ../../../node_modules/forwarded/index.js
|
|
24683
24683
|
var require_forwarded = __commonJS({
|
|
24684
|
-
"../../../node_modules/forwarded/index.js"(exports,
|
|
24684
|
+
"../../../node_modules/forwarded/index.js"(exports, module) {
|
|
24685
24685
|
"use strict";
|
|
24686
|
-
|
|
24686
|
+
module.exports = forwarded;
|
|
24687
24687
|
function forwarded(req) {
|
|
24688
24688
|
if (!req) {
|
|
24689
24689
|
throw new TypeError("argument req is required");
|
|
@@ -24733,14 +24733,14 @@ var require_forwarded = __commonJS({
|
|
|
24733
24733
|
|
|
24734
24734
|
// ../../../node_modules/ipaddr.js/lib/ipaddr.js
|
|
24735
24735
|
var require_ipaddr = __commonJS({
|
|
24736
|
-
"../../../node_modules/ipaddr.js/lib/ipaddr.js"(exports,
|
|
24736
|
+
"../../../node_modules/ipaddr.js/lib/ipaddr.js"(exports, module) {
|
|
24737
24737
|
"use strict";
|
|
24738
24738
|
(function() {
|
|
24739
24739
|
var expandIPv6, ipaddr, ipv4Part, ipv4Regexes, ipv6Part, ipv6Regexes, matchCIDR, root, zoneIndex;
|
|
24740
24740
|
ipaddr = {};
|
|
24741
24741
|
root = this;
|
|
24742
|
-
if (typeof
|
|
24743
|
-
|
|
24742
|
+
if (typeof module !== "undefined" && module !== null && module.exports) {
|
|
24743
|
+
module.exports = ipaddr;
|
|
24744
24744
|
} else {
|
|
24745
24745
|
root["ipaddr"] = ipaddr;
|
|
24746
24746
|
}
|
|
@@ -25658,11 +25658,11 @@ var require_ipaddr = __commonJS({
|
|
|
25658
25658
|
|
|
25659
25659
|
// ../../../node_modules/proxy-addr/index.js
|
|
25660
25660
|
var require_proxy_addr = __commonJS({
|
|
25661
|
-
"../../../node_modules/proxy-addr/index.js"(exports,
|
|
25661
|
+
"../../../node_modules/proxy-addr/index.js"(exports, module) {
|
|
25662
25662
|
"use strict";
|
|
25663
|
-
|
|
25664
|
-
|
|
25665
|
-
|
|
25663
|
+
module.exports = proxyaddr;
|
|
25664
|
+
module.exports.all = alladdrs;
|
|
25665
|
+
module.exports.compile = compile;
|
|
25666
25666
|
var forwarded = require_forwarded();
|
|
25667
25667
|
var ipaddr = require_ipaddr();
|
|
25668
25668
|
var DIGIT_REGEXP = /^[0-9]+$/;
|
|
@@ -25864,10 +25864,10 @@ var require_utils2 = __commonJS({
|
|
|
25864
25864
|
exports.wetag = createETagGenerator({
|
|
25865
25865
|
weak: true
|
|
25866
25866
|
});
|
|
25867
|
-
exports.isAbsolute = function(
|
|
25868
|
-
if ("/" ===
|
|
25869
|
-
if (":" ===
|
|
25870
|
-
if ("\\\\" ===
|
|
25867
|
+
exports.isAbsolute = function(path6) {
|
|
25868
|
+
if ("/" === path6[0]) return true;
|
|
25869
|
+
if (":" === path6[1] && ("\\" === path6[2] || "/" === path6[2])) return true;
|
|
25870
|
+
if ("\\\\" === path6.substring(0, 2)) return true;
|
|
25871
25871
|
};
|
|
25872
25872
|
exports.flatten = deprecate.function(flatten, "utils.flatten: use array-flatten npm module instead");
|
|
25873
25873
|
exports.normalizeType = function(type) {
|
|
@@ -25992,7 +25992,7 @@ var require_utils2 = __commonJS({
|
|
|
25992
25992
|
|
|
25993
25993
|
// ../../../node_modules/express/lib/application.js
|
|
25994
25994
|
var require_application = __commonJS({
|
|
25995
|
-
"../../../node_modules/express/lib/application.js"(exports,
|
|
25995
|
+
"../../../node_modules/express/lib/application.js"(exports, module) {
|
|
25996
25996
|
"use strict";
|
|
25997
25997
|
var finalhandler = require_finalhandler();
|
|
25998
25998
|
var Router = require_router();
|
|
@@ -26012,7 +26012,7 @@ var require_application = __commonJS({
|
|
|
26012
26012
|
var setPrototypeOf = require_setprototypeof();
|
|
26013
26013
|
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
26014
26014
|
var slice = Array.prototype.slice;
|
|
26015
|
-
var app = exports =
|
|
26015
|
+
var app = exports = module.exports = {};
|
|
26016
26016
|
var trustProxyDefaultSymbol = "@@symbol:trust_proxy_default";
|
|
26017
26017
|
app.init = /* @__PURE__ */ __name(function init() {
|
|
26018
26018
|
this.cache = {};
|
|
@@ -26083,7 +26083,7 @@ var require_application = __commonJS({
|
|
|
26083
26083
|
}, "handle");
|
|
26084
26084
|
app.use = /* @__PURE__ */ __name(function use(fn) {
|
|
26085
26085
|
var offset = 0;
|
|
26086
|
-
var
|
|
26086
|
+
var path6 = "/";
|
|
26087
26087
|
if (typeof fn !== "function") {
|
|
26088
26088
|
var arg = fn;
|
|
26089
26089
|
while (Array.isArray(arg) && arg.length !== 0) {
|
|
@@ -26091,7 +26091,7 @@ var require_application = __commonJS({
|
|
|
26091
26091
|
}
|
|
26092
26092
|
if (typeof arg !== "function") {
|
|
26093
26093
|
offset = 1;
|
|
26094
|
-
|
|
26094
|
+
path6 = fn;
|
|
26095
26095
|
}
|
|
26096
26096
|
}
|
|
26097
26097
|
var fns = flatten(slice.call(arguments, offset));
|
|
@@ -26102,12 +26102,12 @@ var require_application = __commonJS({
|
|
|
26102
26102
|
var router = this._router;
|
|
26103
26103
|
fns.forEach(function(fn2) {
|
|
26104
26104
|
if (!fn2 || !fn2.handle || !fn2.set) {
|
|
26105
|
-
return router.use(
|
|
26105
|
+
return router.use(path6, fn2);
|
|
26106
26106
|
}
|
|
26107
|
-
debug(".use app under %s",
|
|
26108
|
-
fn2.mountpath =
|
|
26107
|
+
debug(".use app under %s", path6);
|
|
26108
|
+
fn2.mountpath = path6;
|
|
26109
26109
|
fn2.parent = this;
|
|
26110
|
-
router.use(
|
|
26110
|
+
router.use(path6, /* @__PURE__ */ __name(function mounted_app(req, res, next) {
|
|
26111
26111
|
var orig = req.app;
|
|
26112
26112
|
fn2.handle(req, res, function(err) {
|
|
26113
26113
|
setPrototypeOf(req, orig.request);
|
|
@@ -26119,9 +26119,9 @@ var require_application = __commonJS({
|
|
|
26119
26119
|
}, this);
|
|
26120
26120
|
return this;
|
|
26121
26121
|
}, "use");
|
|
26122
|
-
app.route = /* @__PURE__ */ __name(function route(
|
|
26122
|
+
app.route = /* @__PURE__ */ __name(function route(path6) {
|
|
26123
26123
|
this.lazyrouter();
|
|
26124
|
-
return this._router.route(
|
|
26124
|
+
return this._router.route(path6);
|
|
26125
26125
|
}, "route");
|
|
26126
26126
|
app.engine = /* @__PURE__ */ __name(function engine(ext, fn) {
|
|
26127
26127
|
if (typeof fn !== "function") {
|
|
@@ -26172,7 +26172,7 @@ var require_application = __commonJS({
|
|
|
26172
26172
|
}
|
|
26173
26173
|
return this;
|
|
26174
26174
|
}, "set");
|
|
26175
|
-
app.path = /* @__PURE__ */ __name(function
|
|
26175
|
+
app.path = /* @__PURE__ */ __name(function path6() {
|
|
26176
26176
|
return this.parent ? this.parent.path() + this.mountpath : "";
|
|
26177
26177
|
}, "path");
|
|
26178
26178
|
app.enabled = /* @__PURE__ */ __name(function enabled(setting) {
|
|
@@ -26188,19 +26188,19 @@ var require_application = __commonJS({
|
|
|
26188
26188
|
return this.set(setting, false);
|
|
26189
26189
|
}, "disable");
|
|
26190
26190
|
methods.forEach(function(method) {
|
|
26191
|
-
app[method] = function(
|
|
26191
|
+
app[method] = function(path6) {
|
|
26192
26192
|
if (method === "get" && arguments.length === 1) {
|
|
26193
|
-
return this.set(
|
|
26193
|
+
return this.set(path6);
|
|
26194
26194
|
}
|
|
26195
26195
|
this.lazyrouter();
|
|
26196
|
-
var route = this._router.route(
|
|
26196
|
+
var route = this._router.route(path6);
|
|
26197
26197
|
route[method].apply(route, slice.call(arguments, 1));
|
|
26198
26198
|
return this;
|
|
26199
26199
|
};
|
|
26200
26200
|
});
|
|
26201
|
-
app.all = /* @__PURE__ */ __name(function all(
|
|
26201
|
+
app.all = /* @__PURE__ */ __name(function all(path6) {
|
|
26202
26202
|
this.lazyrouter();
|
|
26203
|
-
var route = this._router.route(
|
|
26203
|
+
var route = this._router.route(path6);
|
|
26204
26204
|
var args = slice.call(arguments, 1);
|
|
26205
26205
|
for (var i = 0; i < methods.length; i++) {
|
|
26206
26206
|
route[methods[i]].apply(route, args);
|
|
@@ -26270,10 +26270,10 @@ var require_application = __commonJS({
|
|
|
26270
26270
|
|
|
26271
26271
|
// ../../../node_modules/accepts/node_modules/negotiator/lib/charset.js
|
|
26272
26272
|
var require_charset = __commonJS({
|
|
26273
|
-
"../../../node_modules/accepts/node_modules/negotiator/lib/charset.js"(exports,
|
|
26273
|
+
"../../../node_modules/accepts/node_modules/negotiator/lib/charset.js"(exports, module) {
|
|
26274
26274
|
"use strict";
|
|
26275
|
-
|
|
26276
|
-
|
|
26275
|
+
module.exports = preferredCharsets;
|
|
26276
|
+
module.exports.preferredCharsets = preferredCharsets;
|
|
26277
26277
|
var simpleCharsetRegExp = /^\s*([^\s;]+)\s*(?:;(.*))?$/;
|
|
26278
26278
|
function parseAcceptCharset(accept) {
|
|
26279
26279
|
var accepts = accept.split(",");
|
|
@@ -26369,10 +26369,10 @@ var require_charset = __commonJS({
|
|
|
26369
26369
|
|
|
26370
26370
|
// ../../../node_modules/accepts/node_modules/negotiator/lib/encoding.js
|
|
26371
26371
|
var require_encoding = __commonJS({
|
|
26372
|
-
"../../../node_modules/accepts/node_modules/negotiator/lib/encoding.js"(exports,
|
|
26372
|
+
"../../../node_modules/accepts/node_modules/negotiator/lib/encoding.js"(exports, module) {
|
|
26373
26373
|
"use strict";
|
|
26374
|
-
|
|
26375
|
-
|
|
26374
|
+
module.exports = preferredEncodings;
|
|
26375
|
+
module.exports.preferredEncodings = preferredEncodings;
|
|
26376
26376
|
var simpleEncodingRegExp = /^\s*([^\s;]+)\s*(?:;(.*))?$/;
|
|
26377
26377
|
function parseAcceptEncoding(accept) {
|
|
26378
26378
|
var accepts = accept.split(",");
|
|
@@ -26479,10 +26479,10 @@ var require_encoding = __commonJS({
|
|
|
26479
26479
|
|
|
26480
26480
|
// ../../../node_modules/accepts/node_modules/negotiator/lib/language.js
|
|
26481
26481
|
var require_language = __commonJS({
|
|
26482
|
-
"../../../node_modules/accepts/node_modules/negotiator/lib/language.js"(exports,
|
|
26482
|
+
"../../../node_modules/accepts/node_modules/negotiator/lib/language.js"(exports, module) {
|
|
26483
26483
|
"use strict";
|
|
26484
|
-
|
|
26485
|
-
|
|
26484
|
+
module.exports = preferredLanguages;
|
|
26485
|
+
module.exports.preferredLanguages = preferredLanguages;
|
|
26486
26486
|
var simpleLanguageRegExp = /^\s*([^\s\-;]+)(?:-([^\s;]+))?\s*(?:;(.*))?$/;
|
|
26487
26487
|
function parseAcceptLanguage(accept) {
|
|
26488
26488
|
var accepts = accept.split(",");
|
|
@@ -26586,10 +26586,10 @@ var require_language = __commonJS({
|
|
|
26586
26586
|
|
|
26587
26587
|
// ../../../node_modules/accepts/node_modules/negotiator/lib/mediaType.js
|
|
26588
26588
|
var require_mediaType = __commonJS({
|
|
26589
|
-
"../../../node_modules/accepts/node_modules/negotiator/lib/mediaType.js"(exports,
|
|
26589
|
+
"../../../node_modules/accepts/node_modules/negotiator/lib/mediaType.js"(exports, module) {
|
|
26590
26590
|
"use strict";
|
|
26591
|
-
|
|
26592
|
-
|
|
26591
|
+
module.exports = preferredMediaTypes;
|
|
26592
|
+
module.exports.preferredMediaTypes = preferredMediaTypes;
|
|
26593
26593
|
var simpleMediaTypeRegExp = /^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/;
|
|
26594
26594
|
function parseAccept(accept) {
|
|
26595
26595
|
var accepts = splitMediaTypes(accept);
|
|
@@ -26767,14 +26767,14 @@ var require_mediaType = __commonJS({
|
|
|
26767
26767
|
|
|
26768
26768
|
// ../../../node_modules/accepts/node_modules/negotiator/index.js
|
|
26769
26769
|
var require_negotiator = __commonJS({
|
|
26770
|
-
"../../../node_modules/accepts/node_modules/negotiator/index.js"(exports,
|
|
26770
|
+
"../../../node_modules/accepts/node_modules/negotiator/index.js"(exports, module) {
|
|
26771
26771
|
"use strict";
|
|
26772
26772
|
var preferredCharsets = require_charset();
|
|
26773
26773
|
var preferredEncodings = require_encoding();
|
|
26774
26774
|
var preferredLanguages = require_language();
|
|
26775
26775
|
var preferredMediaTypes = require_mediaType();
|
|
26776
|
-
|
|
26777
|
-
|
|
26776
|
+
module.exports = Negotiator;
|
|
26777
|
+
module.exports.Negotiator = Negotiator;
|
|
26778
26778
|
function Negotiator(request) {
|
|
26779
26779
|
if (!(this instanceof Negotiator)) {
|
|
26780
26780
|
return new Negotiator(request);
|
|
@@ -26823,11 +26823,11 @@ var require_negotiator = __commonJS({
|
|
|
26823
26823
|
|
|
26824
26824
|
// ../../../node_modules/accepts/index.js
|
|
26825
26825
|
var require_accepts = __commonJS({
|
|
26826
|
-
"../../../node_modules/accepts/index.js"(exports,
|
|
26826
|
+
"../../../node_modules/accepts/index.js"(exports, module) {
|
|
26827
26827
|
"use strict";
|
|
26828
26828
|
var Negotiator = require_negotiator();
|
|
26829
26829
|
var mime = require_mime_types();
|
|
26830
|
-
|
|
26830
|
+
module.exports = Accepts;
|
|
26831
26831
|
function Accepts(req) {
|
|
26832
26832
|
if (!(this instanceof Accepts)) {
|
|
26833
26833
|
return new Accepts(req);
|
|
@@ -26907,7 +26907,7 @@ var require_accepts = __commonJS({
|
|
|
26907
26907
|
|
|
26908
26908
|
// ../../../node_modules/express/lib/request.js
|
|
26909
26909
|
var require_request = __commonJS({
|
|
26910
|
-
"../../../node_modules/express/lib/request.js"(exports,
|
|
26910
|
+
"../../../node_modules/express/lib/request.js"(exports, module) {
|
|
26911
26911
|
"use strict";
|
|
26912
26912
|
var accepts = require_accepts();
|
|
26913
26913
|
var deprecate = require_depd()("express");
|
|
@@ -26919,7 +26919,7 @@ var require_request = __commonJS({
|
|
|
26919
26919
|
var parse = require_parseurl();
|
|
26920
26920
|
var proxyaddr = require_proxy_addr();
|
|
26921
26921
|
var req = Object.create(http.IncomingMessage.prototype);
|
|
26922
|
-
|
|
26922
|
+
module.exports = req;
|
|
26923
26923
|
req.get = req.header = /* @__PURE__ */ __name(function header(name) {
|
|
26924
26924
|
if (!name) {
|
|
26925
26925
|
throw new TypeError("name argument is required to req.get");
|
|
@@ -27013,7 +27013,7 @@ var require_request = __commonJS({
|
|
|
27013
27013
|
];
|
|
27014
27014
|
return subdomains2.slice(offset);
|
|
27015
27015
|
}, "subdomains"));
|
|
27016
|
-
defineGetter(req, "path", /* @__PURE__ */ __name(function
|
|
27016
|
+
defineGetter(req, "path", /* @__PURE__ */ __name(function path6() {
|
|
27017
27017
|
return parse(this).pathname;
|
|
27018
27018
|
}, "path"));
|
|
27019
27019
|
defineGetter(req, "hostname", /* @__PURE__ */ __name(function hostname() {
|
|
@@ -27260,10 +27260,10 @@ var require_cookie = __commonJS({
|
|
|
27260
27260
|
|
|
27261
27261
|
// ../../../node_modules/vary/index.js
|
|
27262
27262
|
var require_vary = __commonJS({
|
|
27263
|
-
"../../../node_modules/vary/index.js"(exports,
|
|
27263
|
+
"../../../node_modules/vary/index.js"(exports, module) {
|
|
27264
27264
|
"use strict";
|
|
27265
|
-
|
|
27266
|
-
|
|
27265
|
+
module.exports = vary;
|
|
27266
|
+
module.exports.append = append;
|
|
27267
27267
|
var FIELD_NAME_REGEXP = /^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;
|
|
27268
27268
|
function append(header, field) {
|
|
27269
27269
|
if (typeof header !== "string") {
|
|
@@ -27336,7 +27336,7 @@ var require_vary = __commonJS({
|
|
|
27336
27336
|
|
|
27337
27337
|
// ../../../node_modules/express/lib/response.js
|
|
27338
27338
|
var require_response = __commonJS({
|
|
27339
|
-
"../../../node_modules/express/lib/response.js"(exports,
|
|
27339
|
+
"../../../node_modules/express/lib/response.js"(exports, module) {
|
|
27340
27340
|
"use strict";
|
|
27341
27341
|
var Buffer2 = require_safe_buffer().Buffer;
|
|
27342
27342
|
var contentDisposition = require_content_disposition();
|
|
@@ -27345,9 +27345,9 @@ var require_response = __commonJS({
|
|
|
27345
27345
|
var encodeUrl = require_encodeurl();
|
|
27346
27346
|
var escapeHtml = require_escape_html();
|
|
27347
27347
|
var http = __require("http");
|
|
27348
|
-
var
|
|
27348
|
+
var isAbsolute3 = require_utils2().isAbsolute;
|
|
27349
27349
|
var onFinished = require_on_finished();
|
|
27350
|
-
var
|
|
27350
|
+
var path6 = __require("path");
|
|
27351
27351
|
var statuses = require_statuses();
|
|
27352
27352
|
var merge = require_utils_merge();
|
|
27353
27353
|
var sign = require_cookie_signature().sign;
|
|
@@ -27356,12 +27356,12 @@ var require_response = __commonJS({
|
|
|
27356
27356
|
var setCharset = require_utils2().setCharset;
|
|
27357
27357
|
var cookie = require_cookie();
|
|
27358
27358
|
var send = require_send();
|
|
27359
|
-
var extname =
|
|
27359
|
+
var extname = path6.extname;
|
|
27360
27360
|
var mime = send.mime;
|
|
27361
|
-
var resolve =
|
|
27361
|
+
var resolve = path6.resolve;
|
|
27362
27362
|
var vary = require_vary();
|
|
27363
27363
|
var res = Object.create(http.ServerResponse.prototype);
|
|
27364
|
-
|
|
27364
|
+
module.exports = res;
|
|
27365
27365
|
var charsetRegExp = /;\s*charset\s*=/;
|
|
27366
27366
|
res.status = /* @__PURE__ */ __name(function status(code) {
|
|
27367
27367
|
if ((typeof code === "string" || Math.floor(code) !== code) && code > 99 && code < 1e3) {
|
|
@@ -27535,26 +27535,26 @@ var require_response = __commonJS({
|
|
|
27535
27535
|
this.type("txt");
|
|
27536
27536
|
return this.send(body);
|
|
27537
27537
|
}, "sendStatus");
|
|
27538
|
-
res.sendFile = /* @__PURE__ */ __name(function sendFile(
|
|
27538
|
+
res.sendFile = /* @__PURE__ */ __name(function sendFile(path7, options, callback) {
|
|
27539
27539
|
var done = callback;
|
|
27540
27540
|
var req = this.req;
|
|
27541
27541
|
var res2 = this;
|
|
27542
27542
|
var next = req.next;
|
|
27543
27543
|
var opts = options || {};
|
|
27544
|
-
if (!
|
|
27544
|
+
if (!path7) {
|
|
27545
27545
|
throw new TypeError("path argument is required to res.sendFile");
|
|
27546
27546
|
}
|
|
27547
|
-
if (typeof
|
|
27547
|
+
if (typeof path7 !== "string") {
|
|
27548
27548
|
throw new TypeError("path must be a string to res.sendFile");
|
|
27549
27549
|
}
|
|
27550
27550
|
if (typeof options === "function") {
|
|
27551
27551
|
done = options;
|
|
27552
27552
|
opts = {};
|
|
27553
27553
|
}
|
|
27554
|
-
if (!opts.root && !
|
|
27554
|
+
if (!opts.root && !isAbsolute3(path7)) {
|
|
27555
27555
|
throw new TypeError("path must be absolute or specify root to res.sendFile");
|
|
27556
27556
|
}
|
|
27557
|
-
var pathname = encodeURI(
|
|
27557
|
+
var pathname = encodeURI(path7);
|
|
27558
27558
|
var file = send(req, pathname, opts);
|
|
27559
27559
|
sendfile(res2, file, opts, function(err) {
|
|
27560
27560
|
if (done) return done(err);
|
|
@@ -27564,7 +27564,7 @@ var require_response = __commonJS({
|
|
|
27564
27564
|
}
|
|
27565
27565
|
});
|
|
27566
27566
|
}, "sendFile");
|
|
27567
|
-
res.sendfile = function(
|
|
27567
|
+
res.sendfile = function(path7, options, callback) {
|
|
27568
27568
|
var done = callback;
|
|
27569
27569
|
var req = this.req;
|
|
27570
27570
|
var res2 = this;
|
|
@@ -27574,7 +27574,7 @@ var require_response = __commonJS({
|
|
|
27574
27574
|
done = options;
|
|
27575
27575
|
opts = {};
|
|
27576
27576
|
}
|
|
27577
|
-
var file = send(req,
|
|
27577
|
+
var file = send(req, path7, opts);
|
|
27578
27578
|
sendfile(res2, file, opts, function(err) {
|
|
27579
27579
|
if (done) return done(err);
|
|
27580
27580
|
if (err && err.code === "EISDIR") return next();
|
|
@@ -27584,7 +27584,7 @@ var require_response = __commonJS({
|
|
|
27584
27584
|
});
|
|
27585
27585
|
};
|
|
27586
27586
|
res.sendfile = deprecate.function(res.sendfile, "res.sendfile: Use res.sendFile instead");
|
|
27587
|
-
res.download = /* @__PURE__ */ __name(function download(
|
|
27587
|
+
res.download = /* @__PURE__ */ __name(function download(path7, filename, options, callback) {
|
|
27588
27588
|
var done = callback;
|
|
27589
27589
|
var name = filename;
|
|
27590
27590
|
var opts = options || null;
|
|
@@ -27601,7 +27601,7 @@ var require_response = __commonJS({
|
|
|
27601
27601
|
opts = filename;
|
|
27602
27602
|
}
|
|
27603
27603
|
var headers = {
|
|
27604
|
-
"Content-Disposition": contentDisposition(name ||
|
|
27604
|
+
"Content-Disposition": contentDisposition(name || path7)
|
|
27605
27605
|
};
|
|
27606
27606
|
if (opts && opts.headers) {
|
|
27607
27607
|
var keys = Object.keys(opts.headers);
|
|
@@ -27614,7 +27614,7 @@ var require_response = __commonJS({
|
|
|
27614
27614
|
}
|
|
27615
27615
|
opts = Object.create(opts);
|
|
27616
27616
|
opts.headers = headers;
|
|
27617
|
-
var fullPath = !opts.root ? resolve(
|
|
27617
|
+
var fullPath = !opts.root ? resolve(path7) : path7;
|
|
27618
27618
|
return this.sendFile(fullPath, opts, done);
|
|
27619
27619
|
}, "download");
|
|
27620
27620
|
res.contentType = res.type = /* @__PURE__ */ __name(function contentType(type) {
|
|
@@ -27892,7 +27892,7 @@ var require_response = __commonJS({
|
|
|
27892
27892
|
|
|
27893
27893
|
// ../../../node_modules/serve-static/index.js
|
|
27894
27894
|
var require_serve_static = __commonJS({
|
|
27895
|
-
"../../../node_modules/serve-static/index.js"(exports,
|
|
27895
|
+
"../../../node_modules/serve-static/index.js"(exports, module) {
|
|
27896
27896
|
"use strict";
|
|
27897
27897
|
var encodeUrl = require_encodeurl();
|
|
27898
27898
|
var escapeHtml = require_escape_html();
|
|
@@ -27900,8 +27900,8 @@ var require_serve_static = __commonJS({
|
|
|
27900
27900
|
var resolve = __require("path").resolve;
|
|
27901
27901
|
var send = require_send();
|
|
27902
27902
|
var url = __require("url");
|
|
27903
|
-
|
|
27904
|
-
|
|
27903
|
+
module.exports = serveStatic;
|
|
27904
|
+
module.exports.mime = send.mime;
|
|
27905
27905
|
function serveStatic(root, options) {
|
|
27906
27906
|
if (!root) {
|
|
27907
27907
|
throw new TypeError("root path required");
|
|
@@ -27932,11 +27932,11 @@ var require_serve_static = __commonJS({
|
|
|
27932
27932
|
}
|
|
27933
27933
|
var forwardError = !fallthrough;
|
|
27934
27934
|
var originalUrl = parseUrl.original(req);
|
|
27935
|
-
var
|
|
27936
|
-
if (
|
|
27937
|
-
|
|
27935
|
+
var path6 = parseUrl(req).pathname;
|
|
27936
|
+
if (path6 === "/" && originalUrl.pathname.substr(-1) !== "/") {
|
|
27937
|
+
path6 = "";
|
|
27938
27938
|
}
|
|
27939
|
-
var stream = send(req,
|
|
27939
|
+
var stream = send(req, path6, opts);
|
|
27940
27940
|
stream.on("directory", onDirectory);
|
|
27941
27941
|
if (setHeaders) {
|
|
27942
27942
|
stream.on("headers", setHeaders);
|
|
@@ -28002,7 +28002,7 @@ var require_serve_static = __commonJS({
|
|
|
28002
28002
|
|
|
28003
28003
|
// ../../../node_modules/express/lib/express.js
|
|
28004
28004
|
var require_express = __commonJS({
|
|
28005
|
-
"../../../node_modules/express/lib/express.js"(exports,
|
|
28005
|
+
"../../../node_modules/express/lib/express.js"(exports, module) {
|
|
28006
28006
|
"use strict";
|
|
28007
28007
|
var bodyParser = require_body_parser();
|
|
28008
28008
|
var EventEmitter = __require("events").EventEmitter;
|
|
@@ -28012,7 +28012,7 @@ var require_express = __commonJS({
|
|
|
28012
28012
|
var Router = require_router();
|
|
28013
28013
|
var req = require_request();
|
|
28014
28014
|
var res = require_response();
|
|
28015
|
-
exports =
|
|
28015
|
+
exports = module.exports = createApplication;
|
|
28016
28016
|
function createApplication() {
|
|
28017
28017
|
var app = /* @__PURE__ */ __name(function(req2, res2, next) {
|
|
28018
28018
|
app.handle(req2, res2, next);
|
|
@@ -28082,9 +28082,9 @@ var require_express = __commonJS({
|
|
|
28082
28082
|
|
|
28083
28083
|
// ../../../node_modules/express/index.js
|
|
28084
28084
|
var require_express2 = __commonJS({
|
|
28085
|
-
"../../../node_modules/express/index.js"(exports,
|
|
28085
|
+
"../../../node_modules/express/index.js"(exports, module) {
|
|
28086
28086
|
"use strict";
|
|
28087
|
-
|
|
28087
|
+
module.exports = require_express();
|
|
28088
28088
|
}
|
|
28089
28089
|
});
|
|
28090
28090
|
|
|
@@ -28100,9 +28100,8 @@ __name(normalizeBasePath, "normalizeBasePath");
|
|
|
28100
28100
|
import fs from "fs";
|
|
28101
28101
|
import path from "path";
|
|
28102
28102
|
import { pinyin } from "pinyin-pro";
|
|
28103
|
-
var USER_PROFILE_MARKER = "// TODO: failed to parse database type 'user_profile'";
|
|
28104
|
-
var FILE_ATTACHMENT_MARKER = "// TODO: failed to parse database type 'file_attachment'";
|
|
28105
28103
|
var HEADER_COMMENT = "/** auto generated, do not edit */";
|
|
28104
|
+
var CUSTOM_TYPE_PATTERN = /\/\/ TODO: failed to parse database type '(?:\w+\.)?(user_profile|file_attachment)(\[\])?'/;
|
|
28106
28105
|
function postprocessDrizzleSchema(targetPath) {
|
|
28107
28106
|
const resolvedPath = path.resolve(targetPath);
|
|
28108
28107
|
if (!fs.existsSync(resolvedPath)) {
|
|
@@ -28133,6 +28132,9 @@ function postprocessDrizzleSchema(targetPath) {
|
|
|
28133
28132
|
console.warn("[postprocess-drizzle-schema] Unmatched custom types:", replacement.unmatched.length);
|
|
28134
28133
|
replacement.unmatched.forEach((line) => console.warn(` ${line}`));
|
|
28135
28134
|
}
|
|
28135
|
+
if (tableConversion.converted > 0) {
|
|
28136
|
+
console.info(`[postprocess-drizzle-schema] Converted ${tableConversion.converted} schema.table invocations to pgTable`);
|
|
28137
|
+
}
|
|
28136
28138
|
return {
|
|
28137
28139
|
replacedUnknown: replacement.replaced,
|
|
28138
28140
|
unmatchedUnknown: replacement.unmatched
|
|
@@ -28247,25 +28249,18 @@ function replaceUnknownColumns(source) {
|
|
|
28247
28249
|
const unmatched = [];
|
|
28248
28250
|
for (let i = 0; i < lines.length; i += 1) {
|
|
28249
28251
|
const line = lines[i];
|
|
28250
|
-
|
|
28251
|
-
|
|
28252
|
-
|
|
28253
|
-
|
|
28254
|
-
|
|
28255
|
-
i += 1;
|
|
28256
|
-
} else {
|
|
28257
|
-
unmatched.push(line.trim());
|
|
28258
|
-
}
|
|
28259
|
-
continue;
|
|
28260
|
-
}
|
|
28261
|
-
if (line.includes(FILE_ATTACHMENT_MARKER)) {
|
|
28262
|
-
const replacedLine = replaceFollowingUnknown(lines[i + 1], "fileAttachment");
|
|
28252
|
+
const match = line.match(CUSTOM_TYPE_PATTERN);
|
|
28253
|
+
if (match) {
|
|
28254
|
+
const typeName = match[1];
|
|
28255
|
+
const factory = typeName === "user_profile" ? "userProfile" : "fileAttachment";
|
|
28256
|
+
const replacedLine = replaceFollowingUnknown(lines[i + 1], factory);
|
|
28263
28257
|
if (replacedLine) {
|
|
28264
28258
|
result.push(replacedLine);
|
|
28265
28259
|
replaced += 1;
|
|
28266
28260
|
i += 1;
|
|
28267
28261
|
} else {
|
|
28268
28262
|
unmatched.push(line.trim());
|
|
28263
|
+
result.push(line);
|
|
28269
28264
|
}
|
|
28270
28265
|
continue;
|
|
28271
28266
|
}
|
|
@@ -28393,37 +28388,153 @@ function collapseExtraBlankLines(text) {
|
|
|
28393
28388
|
return text.replace(/\n{3,}/g, "\n\n");
|
|
28394
28389
|
}
|
|
28395
28390
|
__name(collapseExtraBlankLines, "collapseExtraBlankLines");
|
|
28396
|
-
|
|
28397
|
-
|
|
28398
|
-
|
|
28391
|
+
|
|
28392
|
+
// src/helpers/proxy-error/index.ts
|
|
28393
|
+
import fs2 from "fs";
|
|
28394
|
+
import path2 from "path";
|
|
28395
|
+
import { createReadStream } from "fs";
|
|
28396
|
+
import { createInterface } from "readline";
|
|
28397
|
+
var errorHtmlTemplate = null;
|
|
28398
|
+
function getDirname() {
|
|
28399
|
+
return __dirname;
|
|
28399
28400
|
}
|
|
28401
|
+
__name(getDirname, "getDirname");
|
|
28402
|
+
function getErrorHtmlTemplate() {
|
|
28403
|
+
if (!errorHtmlTemplate) {
|
|
28404
|
+
const dirname = getDirname();
|
|
28405
|
+
const htmlPath = path2.join(dirname, "error.html");
|
|
28406
|
+
errorHtmlTemplate = fs2.readFileSync(htmlPath, "utf-8");
|
|
28407
|
+
}
|
|
28408
|
+
return errorHtmlTemplate;
|
|
28409
|
+
}
|
|
28410
|
+
__name(getErrorHtmlTemplate, "getErrorHtmlTemplate");
|
|
28411
|
+
function parseLogLine(line) {
|
|
28412
|
+
const trimmed = line.trim();
|
|
28413
|
+
if (!trimmed) return null;
|
|
28414
|
+
const match = trimmed.match(/^\[\d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}:\d{2}\]\s+\[server\]\s+(.*)$/);
|
|
28415
|
+
if (match) {
|
|
28416
|
+
return match[1];
|
|
28417
|
+
}
|
|
28418
|
+
return trimmed;
|
|
28419
|
+
}
|
|
28420
|
+
__name(parseLogLine, "parseLogLine");
|
|
28421
|
+
async function readRecentErrorLogs(logDir, maxLogs, fileName) {
|
|
28422
|
+
const logFilePath = path2.join(logDir, fileName);
|
|
28423
|
+
try {
|
|
28424
|
+
await fs2.promises.access(logFilePath);
|
|
28425
|
+
} catch {
|
|
28426
|
+
return [];
|
|
28427
|
+
}
|
|
28428
|
+
const allLines = [];
|
|
28429
|
+
const stream = createReadStream(logFilePath, {
|
|
28430
|
+
encoding: "utf8"
|
|
28431
|
+
});
|
|
28432
|
+
const rl = createInterface({
|
|
28433
|
+
input: stream,
|
|
28434
|
+
crlfDelay: Infinity
|
|
28435
|
+
});
|
|
28436
|
+
try {
|
|
28437
|
+
for await (const line of rl) {
|
|
28438
|
+
const parsed = parseLogLine(line);
|
|
28439
|
+
if (parsed !== null) {
|
|
28440
|
+
allLines.push(parsed);
|
|
28441
|
+
}
|
|
28442
|
+
}
|
|
28443
|
+
} finally {
|
|
28444
|
+
rl.close();
|
|
28445
|
+
stream.destroy();
|
|
28446
|
+
}
|
|
28447
|
+
let startIndex = -1;
|
|
28448
|
+
for (let i = allLines.length - 1; i >= 0; i--) {
|
|
28449
|
+
if (allLines[i].includes("dev:server")) {
|
|
28450
|
+
startIndex = i;
|
|
28451
|
+
break;
|
|
28452
|
+
}
|
|
28453
|
+
}
|
|
28454
|
+
if (startIndex === -1) {
|
|
28455
|
+
return [];
|
|
28456
|
+
}
|
|
28457
|
+
let endIndex = allLines.length;
|
|
28458
|
+
for (let i = startIndex; i < allLines.length; i++) {
|
|
28459
|
+
if (/Found \d+ errors?\./.test(allLines[i])) {
|
|
28460
|
+
endIndex = i + 1;
|
|
28461
|
+
break;
|
|
28462
|
+
}
|
|
28463
|
+
}
|
|
28464
|
+
const errorSection = allLines.slice(startIndex, endIndex);
|
|
28465
|
+
if (errorSection.length > maxLogs) {
|
|
28466
|
+
return errorSection.slice(-maxLogs);
|
|
28467
|
+
}
|
|
28468
|
+
return errorSection;
|
|
28469
|
+
}
|
|
28470
|
+
__name(readRecentErrorLogs, "readRecentErrorLogs");
|
|
28471
|
+
function injectErrorData(template, errorLogs) {
|
|
28472
|
+
let logsText = "";
|
|
28473
|
+
if (errorLogs.length > 0) {
|
|
28474
|
+
logsText = errorLogs.join("\n");
|
|
28475
|
+
} else {
|
|
28476
|
+
logsText = "\u672A\u627E\u5230\u76F8\u5173\u9519\u8BEF\u65E5\u5FD7";
|
|
28477
|
+
}
|
|
28478
|
+
return template.replace("{{.errorData.message}}", `server \u670D\u52A1\u542F\u52A8\u5F02\u5E38\uFF0C\u8BF7\u6839\u636E\u65E5\u5FD7\u4FEE\u590D\u76F8\u5173\u95EE\u9898
|
|
28479
|
+
${JSON.stringify(logsText)}`);
|
|
28480
|
+
}
|
|
28481
|
+
__name(injectErrorData, "injectErrorData");
|
|
28482
|
+
function handleDevProxyError(err, _req, res, options) {
|
|
28483
|
+
const { logDir = path2.join(process.cwd(), "logs"), maxErrorLogs = 100, logFileName = "app.log" } = options || {};
|
|
28484
|
+
console.error("[Proxy Error]:", err.message);
|
|
28485
|
+
if (res.headersSent) {
|
|
28486
|
+
console.error("[Proxy Error]: Headers already sent, cannot send error page");
|
|
28487
|
+
return;
|
|
28488
|
+
}
|
|
28489
|
+
(async () => {
|
|
28490
|
+
try {
|
|
28491
|
+
const errorLogs = await readRecentErrorLogs(logDir, maxErrorLogs, logFileName);
|
|
28492
|
+
const template = getErrorHtmlTemplate();
|
|
28493
|
+
const html = injectErrorData(template, errorLogs);
|
|
28494
|
+
res.writeHead(502, {
|
|
28495
|
+
"Content-Type": "text/html; charset=utf-8",
|
|
28496
|
+
"Cache-Control": "no-cache, no-store, must-revalidate"
|
|
28497
|
+
});
|
|
28498
|
+
res.end(html);
|
|
28499
|
+
} catch (error) {
|
|
28500
|
+
console.error("[Proxy Error]: Failed to send error page:", error);
|
|
28501
|
+
if (!res.headersSent) {
|
|
28502
|
+
res.writeHead(502, {
|
|
28503
|
+
"Content-Type": "text/plain; charset=utf-8"
|
|
28504
|
+
});
|
|
28505
|
+
res.end(`Node \u670D\u52A1\u542F\u52A8\u5F02\u5E38\uFF0C\u8BF7\u6839\u636E\u65E5\u5FD7\u4FEE\u590D\u76F8\u5173\u95EE\u9898`);
|
|
28506
|
+
}
|
|
28507
|
+
}
|
|
28508
|
+
})();
|
|
28509
|
+
}
|
|
28510
|
+
__name(handleDevProxyError, "handleDevProxyError");
|
|
28400
28511
|
|
|
28401
28512
|
// src/middlewares/index.ts
|
|
28402
|
-
import
|
|
28513
|
+
import path5 from "path";
|
|
28403
28514
|
|
|
28404
28515
|
// src/middlewares/openapi/router.ts
|
|
28405
28516
|
var import_express = __toESM(require_express2(), 1);
|
|
28406
28517
|
|
|
28407
28518
|
// src/middlewares/openapi/controller.ts
|
|
28408
|
-
import
|
|
28519
|
+
import fs5 from "fs/promises";
|
|
28409
28520
|
import crypto from "crypto";
|
|
28410
28521
|
|
|
28411
28522
|
// src/middlewares/openapi/services.ts
|
|
28412
|
-
import { promises as
|
|
28413
|
-
import
|
|
28523
|
+
import { promises as fs4 } from "fs";
|
|
28524
|
+
import path4 from "path";
|
|
28414
28525
|
import ts from "typescript";
|
|
28415
28526
|
|
|
28416
28527
|
// src/middlewares/openapi/utils.ts
|
|
28417
|
-
import
|
|
28418
|
-
import { promises as
|
|
28528
|
+
import path3 from "path";
|
|
28529
|
+
import { promises as fs3 } from "fs";
|
|
28419
28530
|
async function findControllerFiles(dir) {
|
|
28420
28531
|
const files = [];
|
|
28421
28532
|
async function scan(currentDir) {
|
|
28422
|
-
const entries = await
|
|
28533
|
+
const entries = await fs3.readdir(currentDir, {
|
|
28423
28534
|
withFileTypes: true
|
|
28424
28535
|
});
|
|
28425
28536
|
for (const entry of entries) {
|
|
28426
|
-
const fullPath =
|
|
28537
|
+
const fullPath = path3.join(currentDir, entry.name);
|
|
28427
28538
|
if (entry.isDirectory()) {
|
|
28428
28539
|
await scan(fullPath);
|
|
28429
28540
|
} else if (entry.isFile() && entry.name.endsWith(".controller.ts")) {
|
|
@@ -28496,21 +28607,21 @@ __name(transformOpenapiPaths, "transformOpenapiPaths");
|
|
|
28496
28607
|
// src/middlewares/openapi/services.ts
|
|
28497
28608
|
async function enhanceOpenApiWithSourceInfo(options = {}) {
|
|
28498
28609
|
const startTime = Date.now();
|
|
28499
|
-
const openapiPath = options.openapiPath ||
|
|
28500
|
-
const serverDir = options.serverDir ||
|
|
28610
|
+
const openapiPath = options.openapiPath || path4.resolve(__dirname, "../client/src/api/gen/openapi.json");
|
|
28611
|
+
const serverDir = options.serverDir || path4.resolve(__dirname, "../server");
|
|
28501
28612
|
const writeFile = options.writeFile !== false;
|
|
28502
28613
|
let openapi;
|
|
28503
28614
|
if (options.openapiData) {
|
|
28504
28615
|
openapi = JSON.parse(JSON.stringify(options.openapiData));
|
|
28505
28616
|
} else {
|
|
28506
|
-
const openapiContent = await
|
|
28617
|
+
const openapiContent = await fs4.readFile(openapiPath, "utf-8");
|
|
28507
28618
|
openapi = JSON.parse(openapiContent);
|
|
28508
28619
|
}
|
|
28509
28620
|
const controllerFiles = await findControllerFiles(serverDir);
|
|
28510
28621
|
const sourceMap = await buildSourceMap(controllerFiles, processControllerFile);
|
|
28511
28622
|
const enhanced = enhanceOpenApiPaths(openapi, sourceMap);
|
|
28512
28623
|
if (writeFile) {
|
|
28513
|
-
await
|
|
28624
|
+
await fs4.writeFile(openapiPath, JSON.stringify(openapi, null, 2) + "\n", "utf-8");
|
|
28514
28625
|
}
|
|
28515
28626
|
const duration = Date.now() - startTime;
|
|
28516
28627
|
return {
|
|
@@ -28525,8 +28636,8 @@ async function enhanceOpenApiWithSourceInfo(options = {}) {
|
|
|
28525
28636
|
}
|
|
28526
28637
|
__name(enhanceOpenApiWithSourceInfo, "enhanceOpenApiWithSourceInfo");
|
|
28527
28638
|
async function processControllerFile(filePath) {
|
|
28528
|
-
const relativePath =
|
|
28529
|
-
const content = await
|
|
28639
|
+
const relativePath = path4.relative(process.cwd(), filePath);
|
|
28640
|
+
const content = await fs4.readFile(filePath, "utf-8");
|
|
28530
28641
|
const sourceFile = ts.createSourceFile(filePath, content, ts.ScriptTarget.Latest, true);
|
|
28531
28642
|
return extractControllerMetadata(sourceFile, relativePath);
|
|
28532
28643
|
}
|
|
@@ -28610,11 +28721,11 @@ function extractControllerMetadata(sourceFile, filePath) {
|
|
|
28610
28721
|
__name(extractControllerMetadata, "extractControllerMetadata");
|
|
28611
28722
|
|
|
28612
28723
|
// src/middlewares/openapi/controller.ts
|
|
28613
|
-
function createOpenapiHandler(openapiFilePath, enableEnhancement) {
|
|
28724
|
+
function createOpenapiHandler(openapiFilePath, enableEnhancement, serverDir) {
|
|
28614
28725
|
let cache = null;
|
|
28615
28726
|
return async (_req, res, context) => {
|
|
28616
28727
|
try {
|
|
28617
|
-
const fileBuffer = await
|
|
28728
|
+
const fileBuffer = await fs5.readFile(openapiFilePath, "utf-8");
|
|
28618
28729
|
const currentHash = crypto.createHash("md5").update(fileBuffer).digest("hex");
|
|
28619
28730
|
if (cache && cache.fileHash === currentHash) {
|
|
28620
28731
|
return res.json(cache.data);
|
|
@@ -28623,7 +28734,8 @@ function createOpenapiHandler(openapiFilePath, enableEnhancement) {
|
|
|
28623
28734
|
if (enableEnhancement && context.isDev) {
|
|
28624
28735
|
const { openapi: enhancedPayload, stats } = await enhanceOpenApiWithSourceInfo({
|
|
28625
28736
|
openapiData: payload,
|
|
28626
|
-
writeFile: false
|
|
28737
|
+
writeFile: false,
|
|
28738
|
+
serverDir: serverDir || context.rootDir
|
|
28627
28739
|
});
|
|
28628
28740
|
payload = enhancedPayload;
|
|
28629
28741
|
console.log(`[OpenAPI] Enhanced in ${stats.duration}ms (${stats.endpointsEnhanced} endpoints)`);
|
|
@@ -28646,9 +28758,10 @@ function createOpenapiHandler(openapiFilePath, enableEnhancement) {
|
|
|
28646
28758
|
__name(createOpenapiHandler, "createOpenapiHandler");
|
|
28647
28759
|
|
|
28648
28760
|
// src/middlewares/openapi/router.ts
|
|
28649
|
-
function createOpenapiRouter(
|
|
28761
|
+
function createOpenapiRouter(options, context) {
|
|
28762
|
+
const { openapiFilePath, enableEnhancement, serverDir } = options;
|
|
28650
28763
|
const router = import_express.default.Router();
|
|
28651
|
-
const handler = createOpenapiHandler(openapiFilePath, enableEnhancement);
|
|
28764
|
+
const handler = createOpenapiHandler(openapiFilePath, enableEnhancement, serverDir);
|
|
28652
28765
|
router.get("/openapi.json", (req, res) => handler(req, res, context));
|
|
28653
28766
|
return router;
|
|
28654
28767
|
}
|
|
@@ -28663,14 +28776,18 @@ var OPENAPI_ROUTES = [
|
|
|
28663
28776
|
}
|
|
28664
28777
|
];
|
|
28665
28778
|
function createOpenapiMiddleware(options) {
|
|
28666
|
-
const { openapiFilePath, enableEnhancement = true } = options;
|
|
28779
|
+
const { openapiFilePath, enableEnhancement = true, serverDir } = options;
|
|
28667
28780
|
return {
|
|
28668
28781
|
name: "openapi",
|
|
28669
28782
|
mountPath: "/dev",
|
|
28670
28783
|
routes: OPENAPI_ROUTES,
|
|
28671
28784
|
enabled: /* @__PURE__ */ __name((context) => context.isDev, "enabled"),
|
|
28672
28785
|
createRouter: /* @__PURE__ */ __name((context) => {
|
|
28673
|
-
return createOpenapiRouter(
|
|
28786
|
+
return createOpenapiRouter({
|
|
28787
|
+
openapiFilePath,
|
|
28788
|
+
enableEnhancement,
|
|
28789
|
+
serverDir
|
|
28790
|
+
}, context);
|
|
28674
28791
|
}, "createRouter")
|
|
28675
28792
|
};
|
|
28676
28793
|
}
|
|
@@ -28680,7 +28797,7 @@ __name(createOpenapiMiddleware, "createOpenapiMiddleware");
|
|
|
28680
28797
|
var import_express2 = __toESM(require_express2(), 1);
|
|
28681
28798
|
|
|
28682
28799
|
// src/middlewares/dev-logs/utils.ts
|
|
28683
|
-
import { promises as
|
|
28800
|
+
import { promises as fs6 } from "fs";
|
|
28684
28801
|
import { isAbsolute, join, relative } from "path";
|
|
28685
28802
|
|
|
28686
28803
|
// src/middlewares/dev-logs/helper/path-matcher.ts
|
|
@@ -28706,15 +28823,15 @@ function matchesPathPattern(actualPath, pattern) {
|
|
|
28706
28823
|
const regex = pathPatternToRegex(normalizedPattern);
|
|
28707
28824
|
return regex.test(normalizedActual);
|
|
28708
28825
|
}
|
|
28709
|
-
return
|
|
28826
|
+
return false;
|
|
28710
28827
|
}
|
|
28711
28828
|
__name(matchesPathPattern, "matchesPathPattern");
|
|
28712
28829
|
function hasSpecialPatterns(pattern) {
|
|
28713
28830
|
return /[{*]/.test(pattern);
|
|
28714
28831
|
}
|
|
28715
28832
|
__name(hasSpecialPatterns, "hasSpecialPatterns");
|
|
28716
|
-
function normalizePathForMatching(
|
|
28717
|
-
return
|
|
28833
|
+
function normalizePathForMatching(path6) {
|
|
28834
|
+
return path6.replace(/\/+/g, "/").replace(/\/+$/, "");
|
|
28718
28835
|
}
|
|
28719
28836
|
__name(normalizePathForMatching, "normalizePathForMatching");
|
|
28720
28837
|
|
|
@@ -28732,14 +28849,14 @@ function getRelativePath(filePath) {
|
|
|
28732
28849
|
__name(getRelativePath, "getRelativePath");
|
|
28733
28850
|
async function fileExists(filePath) {
|
|
28734
28851
|
try {
|
|
28735
|
-
await
|
|
28852
|
+
await fs6.access(filePath);
|
|
28736
28853
|
return true;
|
|
28737
28854
|
} catch {
|
|
28738
28855
|
return false;
|
|
28739
28856
|
}
|
|
28740
28857
|
}
|
|
28741
28858
|
__name(fileExists, "fileExists");
|
|
28742
|
-
function
|
|
28859
|
+
function parseLogLine2(line) {
|
|
28743
28860
|
const trimmed = line.trim();
|
|
28744
28861
|
if (!trimmed) return void 0;
|
|
28745
28862
|
try {
|
|
@@ -28748,7 +28865,7 @@ function parseLogLine(line) {
|
|
|
28748
28865
|
return void 0;
|
|
28749
28866
|
}
|
|
28750
28867
|
}
|
|
28751
|
-
__name(
|
|
28868
|
+
__name(parseLogLine2, "parseLogLine");
|
|
28752
28869
|
function extractNumber(message, pattern) {
|
|
28753
28870
|
if (typeof message !== "string") return void 0;
|
|
28754
28871
|
const match = message.match(pattern);
|
|
@@ -28794,6 +28911,13 @@ function matchesPath(actualPath, pattern) {
|
|
|
28794
28911
|
return matchesPathPattern(actualPath, pattern);
|
|
28795
28912
|
}
|
|
28796
28913
|
__name(matchesPath, "matchesPath");
|
|
28914
|
+
function matchesMethod(actualMethod, expectedMethod) {
|
|
28915
|
+
if (!actualMethod || !expectedMethod) {
|
|
28916
|
+
return false;
|
|
28917
|
+
}
|
|
28918
|
+
return actualMethod.toUpperCase() === expectedMethod.toUpperCase();
|
|
28919
|
+
}
|
|
28920
|
+
__name(matchesMethod, "matchesMethod");
|
|
28797
28921
|
function serializeError(error) {
|
|
28798
28922
|
return error instanceof Error ? {
|
|
28799
28923
|
name: error.name,
|
|
@@ -28808,23 +28932,23 @@ __name(serializeError, "serializeError");
|
|
|
28808
28932
|
import { join as join2 } from "path";
|
|
28809
28933
|
|
|
28810
28934
|
// src/middlewares/dev-logs/services.ts
|
|
28811
|
-
import { createReadStream, promises as
|
|
28812
|
-
import { createInterface } from "readline";
|
|
28935
|
+
import { createReadStream as createReadStream2, promises as fs7 } from "fs";
|
|
28936
|
+
import { createInterface as createInterface2 } from "readline";
|
|
28813
28937
|
async function readLogEntriesByTrace(filePath, traceId, limit) {
|
|
28814
28938
|
const exists = await fileExists(filePath);
|
|
28815
28939
|
if (!exists) {
|
|
28816
28940
|
return void 0;
|
|
28817
28941
|
}
|
|
28818
28942
|
const matches = [];
|
|
28819
|
-
const stream =
|
|
28943
|
+
const stream = createReadStream2(filePath, {
|
|
28820
28944
|
encoding: "utf8"
|
|
28821
28945
|
});
|
|
28822
|
-
const rl =
|
|
28946
|
+
const rl = createInterface2({
|
|
28823
28947
|
input: stream,
|
|
28824
28948
|
crlfDelay: Infinity
|
|
28825
28949
|
});
|
|
28826
28950
|
for await (const line of rl) {
|
|
28827
|
-
const entry =
|
|
28951
|
+
const entry = parseLogLine2(line);
|
|
28828
28952
|
if (!entry) continue;
|
|
28829
28953
|
if (entry.trace_id !== traceId) continue;
|
|
28830
28954
|
matches.push(entry);
|
|
@@ -28837,7 +28961,7 @@ async function readLogEntriesByTrace(filePath, traceId, limit) {
|
|
|
28837
28961
|
return matches;
|
|
28838
28962
|
}
|
|
28839
28963
|
__name(readLogEntriesByTrace, "readLogEntriesByTrace");
|
|
28840
|
-
async function readRecentTraceCalls(filePath, page, pageSize, pathFilter) {
|
|
28964
|
+
async function readRecentTraceCalls(filePath, page, pageSize, pathFilter, methodFilter) {
|
|
28841
28965
|
if (!await fileExists(filePath)) {
|
|
28842
28966
|
return void 0;
|
|
28843
28967
|
}
|
|
@@ -28874,7 +28998,9 @@ async function readRecentTraceCalls(filePath, page, pageSize, pathFilter) {
|
|
|
28874
28998
|
if (!builder.path && entry.path) {
|
|
28875
28999
|
builder.path = String(entry.path);
|
|
28876
29000
|
}
|
|
28877
|
-
const
|
|
29001
|
+
const pathMatches = !pathFilter || matchesPath(builder.path, pathFilter);
|
|
29002
|
+
const methodMatches = !methodFilter || matchesMethod(builder.method, methodFilter);
|
|
29003
|
+
const shouldInclude = pathMatches && methodMatches;
|
|
28878
29004
|
if (shouldInclude) {
|
|
28879
29005
|
completedCalls.push(builder);
|
|
28880
29006
|
}
|
|
@@ -28896,7 +29022,7 @@ async function readRecentTraceCalls(filePath, page, pageSize, pathFilter) {
|
|
|
28896
29022
|
}
|
|
28897
29023
|
}, "processLogEntry");
|
|
28898
29024
|
const processLine = /* @__PURE__ */ __name((line) => {
|
|
28899
|
-
const entry =
|
|
29025
|
+
const entry = parseLogLine2(line);
|
|
28900
29026
|
if (entry?.trace_id) {
|
|
28901
29027
|
processLogEntry(entry);
|
|
28902
29028
|
}
|
|
@@ -28906,7 +29032,7 @@ async function readRecentTraceCalls(filePath, page, pageSize, pathFilter) {
|
|
|
28906
29032
|
}
|
|
28907
29033
|
__name(readRecentTraceCalls, "readRecentTraceCalls");
|
|
28908
29034
|
async function readFileReverse(filePath, chunkSize, processLine) {
|
|
28909
|
-
const handle = await
|
|
29035
|
+
const handle = await fs7.open(filePath, "r");
|
|
28910
29036
|
try {
|
|
28911
29037
|
const stats = await handle.stat();
|
|
28912
29038
|
let position = stats.size;
|
|
@@ -28968,10 +29094,10 @@ async function readLogFilePage(filePath, page, pageSize) {
|
|
|
28968
29094
|
const capacity = page * pageSize;
|
|
28969
29095
|
const buffer = [];
|
|
28970
29096
|
let totalLines = 0;
|
|
28971
|
-
const stream =
|
|
29097
|
+
const stream = createReadStream2(filePath, {
|
|
28972
29098
|
encoding: "utf8"
|
|
28973
29099
|
});
|
|
28974
|
-
const rl =
|
|
29100
|
+
const rl = createInterface2({
|
|
28975
29101
|
input: stream,
|
|
28976
29102
|
crlfDelay: Infinity
|
|
28977
29103
|
});
|
|
@@ -29064,8 +29190,9 @@ function createGetRecentTracesHandler(logDir) {
|
|
|
29064
29190
|
const page = parsePositiveInt(req.query.page, 1);
|
|
29065
29191
|
const pageSize = parseLimit(req.query.pageSize, 10, 100);
|
|
29066
29192
|
const pathFilter = typeof req.query.path === "string" ? req.query.path.trim() : void 0;
|
|
29193
|
+
const methodFilter = typeof req.query.method === "string" ? req.query.method.trim().toUpperCase() : void 0;
|
|
29067
29194
|
try {
|
|
29068
|
-
const result = await readRecentTraceCalls(traceLogPath, page, pageSize, pathFilter);
|
|
29195
|
+
const result = await readRecentTraceCalls(traceLogPath, page, pageSize, pathFilter, methodFilter);
|
|
29069
29196
|
if (!result) {
|
|
29070
29197
|
return handleNotFound(res, traceLogPath);
|
|
29071
29198
|
}
|
|
@@ -29073,6 +29200,7 @@ function createGetRecentTracesHandler(logDir) {
|
|
|
29073
29200
|
file: getRelativePath(traceLogPath),
|
|
29074
29201
|
...result,
|
|
29075
29202
|
path: pathFilter || null,
|
|
29203
|
+
method: methodFilter || null,
|
|
29076
29204
|
count: result.calls.length
|
|
29077
29205
|
});
|
|
29078
29206
|
} catch (error) {
|
|
@@ -29129,7 +29257,7 @@ var DEV_LOGS_ROUTES = [
|
|
|
29129
29257
|
{
|
|
29130
29258
|
method: "GET",
|
|
29131
29259
|
path: "/trace/recent",
|
|
29132
|
-
description: "Get recent trace calls with pagination and optional path
|
|
29260
|
+
description: "Get recent trace calls with pagination and optional path/method filters"
|
|
29133
29261
|
},
|
|
29134
29262
|
{
|
|
29135
29263
|
method: "GET",
|
|
@@ -29153,6 +29281,138 @@ function createDevLogsMiddleware(options = {}) {
|
|
|
29153
29281
|
}
|
|
29154
29282
|
__name(createDevLogsMiddleware, "createDevLogsMiddleware");
|
|
29155
29283
|
|
|
29284
|
+
// src/middlewares/collect-logs/router.ts
|
|
29285
|
+
var import_express3 = __toESM(require_express2(), 1);
|
|
29286
|
+
|
|
29287
|
+
// src/middlewares/collect-logs/controller.ts
|
|
29288
|
+
import { join as join4 } from "path";
|
|
29289
|
+
import fs9 from "fs";
|
|
29290
|
+
|
|
29291
|
+
// src/middlewares/collect-logs/utils.ts
|
|
29292
|
+
import { isAbsolute as isAbsolute2, join as join3 } from "path";
|
|
29293
|
+
import fs8 from "fs";
|
|
29294
|
+
function resolveLogDir2(provided) {
|
|
29295
|
+
if (!provided) {
|
|
29296
|
+
return join3(process.cwd(), "logs");
|
|
29297
|
+
}
|
|
29298
|
+
return isAbsolute2(provided) ? provided : join3(process.cwd(), provided);
|
|
29299
|
+
}
|
|
29300
|
+
__name(resolveLogDir2, "resolveLogDir");
|
|
29301
|
+
function ensureDir(dir) {
|
|
29302
|
+
if (!fs8.existsSync(dir)) {
|
|
29303
|
+
fs8.mkdirSync(dir, {
|
|
29304
|
+
recursive: true
|
|
29305
|
+
});
|
|
29306
|
+
}
|
|
29307
|
+
}
|
|
29308
|
+
__name(ensureDir, "ensureDir");
|
|
29309
|
+
function serializeError2(error) {
|
|
29310
|
+
return error instanceof Error ? {
|
|
29311
|
+
name: error.name,
|
|
29312
|
+
message: error.message
|
|
29313
|
+
} : {
|
|
29314
|
+
message: String(error)
|
|
29315
|
+
};
|
|
29316
|
+
}
|
|
29317
|
+
__name(serializeError2, "serializeError");
|
|
29318
|
+
|
|
29319
|
+
// src/middlewares/collect-logs/controller.ts
|
|
29320
|
+
function collectLogsHandler(logDir, fileName) {
|
|
29321
|
+
const filePath = join4(logDir, fileName);
|
|
29322
|
+
ensureDir(logDir);
|
|
29323
|
+
return async (req, res) => {
|
|
29324
|
+
try {
|
|
29325
|
+
const logContent = req.body;
|
|
29326
|
+
if (!logContent.message) {
|
|
29327
|
+
return res.status(400).json({
|
|
29328
|
+
message: "message is required"
|
|
29329
|
+
});
|
|
29330
|
+
}
|
|
29331
|
+
const logLine = JSON.stringify({
|
|
29332
|
+
...logContent,
|
|
29333
|
+
server_time: (/* @__PURE__ */ new Date()).toISOString()
|
|
29334
|
+
}) + "\n";
|
|
29335
|
+
await fs9.promises.appendFile(filePath, logLine);
|
|
29336
|
+
res.json({
|
|
29337
|
+
success: true
|
|
29338
|
+
});
|
|
29339
|
+
} catch (error) {
|
|
29340
|
+
handleError2(res, error, "Failed to collect logs");
|
|
29341
|
+
}
|
|
29342
|
+
};
|
|
29343
|
+
}
|
|
29344
|
+
__name(collectLogsHandler, "collectLogsHandler");
|
|
29345
|
+
function collectLogsBatchHandler(logDir, fileName) {
|
|
29346
|
+
const filePath = join4(logDir, fileName);
|
|
29347
|
+
ensureDir(logDir);
|
|
29348
|
+
return async (req, res) => {
|
|
29349
|
+
try {
|
|
29350
|
+
const logContents = req.body;
|
|
29351
|
+
if (!Array.isArray(logContents)) {
|
|
29352
|
+
return res.status(400).json({
|
|
29353
|
+
message: "logContents must be an array"
|
|
29354
|
+
});
|
|
29355
|
+
}
|
|
29356
|
+
const logLines = [];
|
|
29357
|
+
for (const logContent of logContents) {
|
|
29358
|
+
logLines.push(JSON.stringify({
|
|
29359
|
+
...logContent,
|
|
29360
|
+
server_time: (/* @__PURE__ */ new Date()).toISOString()
|
|
29361
|
+
}) + "\n");
|
|
29362
|
+
}
|
|
29363
|
+
await fs9.promises.appendFile(filePath, logLines.join(""));
|
|
29364
|
+
res.json({
|
|
29365
|
+
success: true
|
|
29366
|
+
});
|
|
29367
|
+
} catch (error) {
|
|
29368
|
+
handleError2(res, error, "Failed to collect logs");
|
|
29369
|
+
}
|
|
29370
|
+
};
|
|
29371
|
+
}
|
|
29372
|
+
__name(collectLogsBatchHandler, "collectLogsBatchHandler");
|
|
29373
|
+
function handleError2(res, error, message = "Failed to collect logs") {
|
|
29374
|
+
res.status(500).json({
|
|
29375
|
+
message,
|
|
29376
|
+
error: serializeError2(error)
|
|
29377
|
+
});
|
|
29378
|
+
}
|
|
29379
|
+
__name(handleError2, "handleError");
|
|
29380
|
+
|
|
29381
|
+
// src/middlewares/collect-logs/router.ts
|
|
29382
|
+
function createDevLogRouter2(options = {}) {
|
|
29383
|
+
const logDir = resolveLogDir2(options.logDir);
|
|
29384
|
+
const router = import_express3.default.Router();
|
|
29385
|
+
router.post("/collect", import_express3.default.json(), collectLogsHandler(logDir, options.fileName || "client.log"));
|
|
29386
|
+
router.post("/collect-batch", import_express3.default.json(), collectLogsBatchHandler(logDir, options.fileName || "client.log"));
|
|
29387
|
+
return router;
|
|
29388
|
+
}
|
|
29389
|
+
__name(createDevLogRouter2, "createDevLogRouter");
|
|
29390
|
+
|
|
29391
|
+
// src/middlewares/collect-logs/index.ts
|
|
29392
|
+
var DEV_LOGS_ROUTES2 = [
|
|
29393
|
+
{
|
|
29394
|
+
method: "POST",
|
|
29395
|
+
path: "/collect",
|
|
29396
|
+
description: "Collect logs from client."
|
|
29397
|
+
}
|
|
29398
|
+
];
|
|
29399
|
+
function createCollectLogsMiddleware(options = {}) {
|
|
29400
|
+
const { logDir } = options;
|
|
29401
|
+
return {
|
|
29402
|
+
name: "collect-logs",
|
|
29403
|
+
mountPath: "/dev/logs",
|
|
29404
|
+
routes: DEV_LOGS_ROUTES2,
|
|
29405
|
+
enabled: /* @__PURE__ */ __name((context) => context.isDev, "enabled"),
|
|
29406
|
+
createRouter: /* @__PURE__ */ __name((context) => {
|
|
29407
|
+
return createDevLogRouter2({
|
|
29408
|
+
logDir: logDir || context.logDir,
|
|
29409
|
+
fileName: options.fileName || "client.log"
|
|
29410
|
+
});
|
|
29411
|
+
}, "createRouter")
|
|
29412
|
+
};
|
|
29413
|
+
}
|
|
29414
|
+
__name(createCollectLogsMiddleware, "createCollectLogsMiddleware");
|
|
29415
|
+
|
|
29156
29416
|
// src/middlewares/index.ts
|
|
29157
29417
|
function isRouteMiddleware(middleware) {
|
|
29158
29418
|
return "createRouter" in middleware && middleware.createRouter !== void 0;
|
|
@@ -29163,7 +29423,7 @@ function isGlobalMiddleware(middleware) {
|
|
|
29163
29423
|
}
|
|
29164
29424
|
__name(isGlobalMiddleware, "isGlobalMiddleware");
|
|
29165
29425
|
function computeMountPath(basePath, mountPath) {
|
|
29166
|
-
const routePath =
|
|
29426
|
+
const routePath = path5.posix.join(basePath, mountPath);
|
|
29167
29427
|
return routePath.startsWith("/") ? routePath : `/${routePath}`;
|
|
29168
29428
|
}
|
|
29169
29429
|
__name(computeMountPath, "computeMountPath");
|
|
@@ -29171,7 +29431,7 @@ function logMiddlewareRegistration(middleware, fullMountPath) {
|
|
|
29171
29431
|
if (middleware.routes && middleware.routes.length > 0) {
|
|
29172
29432
|
console.log(`[Middleware] Registered: ${middleware.name} at ${fullMountPath}`);
|
|
29173
29433
|
middleware.routes.forEach((route) => {
|
|
29174
|
-
const routePath = route.path === "/" ? fullMountPath :
|
|
29434
|
+
const routePath = route.path === "/" ? fullMountPath : path5.posix.join(fullMountPath, route.path);
|
|
29175
29435
|
console.log(` ${route.method} ${routePath} - ${route.description}`);
|
|
29176
29436
|
});
|
|
29177
29437
|
} else {
|
|
@@ -29230,8 +29490,10 @@ async function registerMiddlewares(server, middlewares, options) {
|
|
|
29230
29490
|
}
|
|
29231
29491
|
__name(registerMiddlewares, "registerMiddlewares");
|
|
29232
29492
|
export {
|
|
29493
|
+
createCollectLogsMiddleware,
|
|
29233
29494
|
createDevLogsMiddleware,
|
|
29234
29495
|
createOpenapiMiddleware,
|
|
29496
|
+
handleDevProxyError,
|
|
29235
29497
|
normalizeBasePath,
|
|
29236
29498
|
postprocessDrizzleSchema,
|
|
29237
29499
|
registerMiddlewares
|