@becrafter/prompt-manager 0.0.15 → 0.0.18
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 +66 -80
- package/app/desktop/main.js +321 -31
- package/app/desktop/package-lock.json +784 -79
- package/app/desktop/package.json +11 -3
- package/package.json +2 -1
- package/packages/admin-ui/admin.html +1 -1
- package/packages/server/api/admin.routes.js +450 -0
- package/packages/server/api/open.routes.js +89 -0
- package/packages/server/app.js +163 -0
- package/packages/server/{mcp.js → mcp/mcp.handler.js} +11 -79
- package/packages/server/mcp/mcp.server.js +82 -0
- package/packages/server/middlewares/auth.middleware.js +34 -0
- package/packages/server/server.js +42 -908
- package/packages/server/{manager.js → services/manager.js} +13 -5
- package/packages/server/{config.js → utils/config.js} +27 -27
- package/packages/server/utils/util.js +356 -0
- package/packages/server/mcpManager.js +0 -205
- /package/packages/server/{logger.js → utils/logger.js} +0 -0
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@becrafter/prompt-desktop",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@becrafter/prompt-desktop",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.18",
|
|
10
10
|
"dependencies": {
|
|
11
|
+
"@modelcontextprotocol/sdk": "^1.20.2",
|
|
11
12
|
"tar": "^6.2.1"
|
|
12
13
|
},
|
|
13
14
|
"devDependencies": {
|
|
@@ -487,6 +488,29 @@
|
|
|
487
488
|
"node": ">= 10.0.0"
|
|
488
489
|
}
|
|
489
490
|
},
|
|
491
|
+
"node_modules/@modelcontextprotocol/sdk": {
|
|
492
|
+
"version": "1.20.2",
|
|
493
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/@modelcontextprotocol/sdk/-/sdk-1.20.2.tgz",
|
|
494
|
+
"integrity": "sha512-6rqTdFt67AAAzln3NOKsXRmv5ZzPkgbfaebKBqUbts7vK1GZudqnrun5a8d3M/h955cam9RHZ6Jb4Y1XhnmFPg==",
|
|
495
|
+
"license": "MIT",
|
|
496
|
+
"dependencies": {
|
|
497
|
+
"ajv": "^6.12.6",
|
|
498
|
+
"content-type": "^1.0.5",
|
|
499
|
+
"cors": "^2.8.5",
|
|
500
|
+
"cross-spawn": "^7.0.5",
|
|
501
|
+
"eventsource": "^3.0.2",
|
|
502
|
+
"eventsource-parser": "^3.0.0",
|
|
503
|
+
"express": "^5.0.1",
|
|
504
|
+
"express-rate-limit": "^7.5.0",
|
|
505
|
+
"pkce-challenge": "^5.0.0",
|
|
506
|
+
"raw-body": "^3.0.0",
|
|
507
|
+
"zod": "^3.23.8",
|
|
508
|
+
"zod-to-json-schema": "^3.24.1"
|
|
509
|
+
},
|
|
510
|
+
"engines": {
|
|
511
|
+
"node": ">=18"
|
|
512
|
+
}
|
|
513
|
+
},
|
|
490
514
|
"node_modules/@pkgjs/parseargs": {
|
|
491
515
|
"version": "0.11.0",
|
|
492
516
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
@@ -659,6 +683,40 @@
|
|
|
659
683
|
"dev": true,
|
|
660
684
|
"license": "MIT"
|
|
661
685
|
},
|
|
686
|
+
"node_modules/accepts": {
|
|
687
|
+
"version": "2.0.0",
|
|
688
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/accepts/-/accepts-2.0.0.tgz",
|
|
689
|
+
"integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
|
|
690
|
+
"license": "MIT",
|
|
691
|
+
"dependencies": {
|
|
692
|
+
"mime-types": "^3.0.0",
|
|
693
|
+
"negotiator": "^1.0.0"
|
|
694
|
+
},
|
|
695
|
+
"engines": {
|
|
696
|
+
"node": ">= 0.6"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
"node_modules/accepts/node_modules/mime-db": {
|
|
700
|
+
"version": "1.54.0",
|
|
701
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/mime-db/-/mime-db-1.54.0.tgz",
|
|
702
|
+
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
703
|
+
"license": "MIT",
|
|
704
|
+
"engines": {
|
|
705
|
+
"node": ">= 0.6"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
"node_modules/accepts/node_modules/mime-types": {
|
|
709
|
+
"version": "3.0.1",
|
|
710
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/mime-types/-/mime-types-3.0.1.tgz",
|
|
711
|
+
"integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
|
|
712
|
+
"license": "MIT",
|
|
713
|
+
"dependencies": {
|
|
714
|
+
"mime-db": "^1.54.0"
|
|
715
|
+
},
|
|
716
|
+
"engines": {
|
|
717
|
+
"node": ">= 0.6"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
662
720
|
"node_modules/agent-base": {
|
|
663
721
|
"version": "6.0.2",
|
|
664
722
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
@@ -676,8 +734,8 @@
|
|
|
676
734
|
"version": "6.12.6",
|
|
677
735
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
678
736
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
679
|
-
"dev": true,
|
|
680
737
|
"license": "MIT",
|
|
738
|
+
"peer": true,
|
|
681
739
|
"dependencies": {
|
|
682
740
|
"fast-deep-equal": "^3.1.1",
|
|
683
741
|
"fast-json-stable-stringify": "^2.0.0",
|
|
@@ -832,7 +890,6 @@
|
|
|
832
890
|
"integrity": "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==",
|
|
833
891
|
"dev": true,
|
|
834
892
|
"license": "MIT",
|
|
835
|
-
"peer": true,
|
|
836
893
|
"dependencies": {
|
|
837
894
|
"archiver-utils": "^2.1.0",
|
|
838
895
|
"async": "^3.2.4",
|
|
@@ -852,7 +909,6 @@
|
|
|
852
909
|
"integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==",
|
|
853
910
|
"dev": true,
|
|
854
911
|
"license": "MIT",
|
|
855
|
-
"peer": true,
|
|
856
912
|
"dependencies": {
|
|
857
913
|
"glob": "^7.1.4",
|
|
858
914
|
"graceful-fs": "^4.2.0",
|
|
@@ -875,7 +931,6 @@
|
|
|
875
931
|
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
876
932
|
"dev": true,
|
|
877
933
|
"license": "MIT",
|
|
878
|
-
"peer": true,
|
|
879
934
|
"dependencies": {
|
|
880
935
|
"core-util-is": "~1.0.0",
|
|
881
936
|
"inherits": "~2.0.3",
|
|
@@ -891,8 +946,7 @@
|
|
|
891
946
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
892
947
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
893
948
|
"dev": true,
|
|
894
|
-
"license": "MIT"
|
|
895
|
-
"peer": true
|
|
949
|
+
"license": "MIT"
|
|
896
950
|
},
|
|
897
951
|
"node_modules/archiver-utils/node_modules/string_decoder": {
|
|
898
952
|
"version": "1.1.1",
|
|
@@ -900,7 +954,6 @@
|
|
|
900
954
|
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
901
955
|
"dev": true,
|
|
902
956
|
"license": "MIT",
|
|
903
|
-
"peer": true,
|
|
904
957
|
"dependencies": {
|
|
905
958
|
"safe-buffer": "~5.1.0"
|
|
906
959
|
}
|
|
@@ -1002,7 +1055,6 @@
|
|
|
1002
1055
|
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
1003
1056
|
"dev": true,
|
|
1004
1057
|
"license": "MIT",
|
|
1005
|
-
"peer": true,
|
|
1006
1058
|
"dependencies": {
|
|
1007
1059
|
"buffer": "^5.5.0",
|
|
1008
1060
|
"inherits": "^2.0.4",
|
|
@@ -1026,6 +1078,26 @@
|
|
|
1026
1078
|
"bluebird": "^3.5.5"
|
|
1027
1079
|
}
|
|
1028
1080
|
},
|
|
1081
|
+
"node_modules/body-parser": {
|
|
1082
|
+
"version": "2.2.0",
|
|
1083
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/body-parser/-/body-parser-2.2.0.tgz",
|
|
1084
|
+
"integrity": "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==",
|
|
1085
|
+
"license": "MIT",
|
|
1086
|
+
"dependencies": {
|
|
1087
|
+
"bytes": "^3.1.2",
|
|
1088
|
+
"content-type": "^1.0.5",
|
|
1089
|
+
"debug": "^4.4.0",
|
|
1090
|
+
"http-errors": "^2.0.0",
|
|
1091
|
+
"iconv-lite": "^0.6.3",
|
|
1092
|
+
"on-finished": "^2.4.1",
|
|
1093
|
+
"qs": "^6.14.0",
|
|
1094
|
+
"raw-body": "^3.0.0",
|
|
1095
|
+
"type-is": "^2.0.0"
|
|
1096
|
+
},
|
|
1097
|
+
"engines": {
|
|
1098
|
+
"node": ">=18"
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1029
1101
|
"node_modules/boolean": {
|
|
1030
1102
|
"version": "3.2.0",
|
|
1031
1103
|
"resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz",
|
|
@@ -1177,6 +1249,15 @@
|
|
|
1177
1249
|
"node": ">= 10.0.0"
|
|
1178
1250
|
}
|
|
1179
1251
|
},
|
|
1252
|
+
"node_modules/bytes": {
|
|
1253
|
+
"version": "3.1.2",
|
|
1254
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/bytes/-/bytes-3.1.2.tgz",
|
|
1255
|
+
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
|
|
1256
|
+
"license": "MIT",
|
|
1257
|
+
"engines": {
|
|
1258
|
+
"node": ">= 0.8"
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1180
1261
|
"node_modules/cacheable-lookup": {
|
|
1181
1262
|
"version": "5.0.4",
|
|
1182
1263
|
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
|
|
@@ -1210,7 +1291,6 @@
|
|
|
1210
1291
|
"version": "1.0.2",
|
|
1211
1292
|
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
1212
1293
|
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
1213
|
-
"dev": true,
|
|
1214
1294
|
"license": "MIT",
|
|
1215
1295
|
"dependencies": {
|
|
1216
1296
|
"es-errors": "^1.3.0",
|
|
@@ -1220,6 +1300,22 @@
|
|
|
1220
1300
|
"node": ">= 0.4"
|
|
1221
1301
|
}
|
|
1222
1302
|
},
|
|
1303
|
+
"node_modules/call-bound": {
|
|
1304
|
+
"version": "1.0.4",
|
|
1305
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/call-bound/-/call-bound-1.0.4.tgz",
|
|
1306
|
+
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
1307
|
+
"license": "MIT",
|
|
1308
|
+
"dependencies": {
|
|
1309
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
1310
|
+
"get-intrinsic": "^1.3.0"
|
|
1311
|
+
},
|
|
1312
|
+
"engines": {
|
|
1313
|
+
"node": ">= 0.4"
|
|
1314
|
+
},
|
|
1315
|
+
"funding": {
|
|
1316
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1223
1319
|
"node_modules/chalk": {
|
|
1224
1320
|
"version": "4.1.2",
|
|
1225
1321
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -1374,7 +1470,6 @@
|
|
|
1374
1470
|
"integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==",
|
|
1375
1471
|
"dev": true,
|
|
1376
1472
|
"license": "MIT",
|
|
1377
|
-
"peer": true,
|
|
1378
1473
|
"dependencies": {
|
|
1379
1474
|
"buffer-crc32": "^0.2.13",
|
|
1380
1475
|
"crc32-stream": "^4.0.2",
|
|
@@ -1450,6 +1545,45 @@
|
|
|
1450
1545
|
"node": ">=16 || 14 >=14.17"
|
|
1451
1546
|
}
|
|
1452
1547
|
},
|
|
1548
|
+
"node_modules/content-disposition": {
|
|
1549
|
+
"version": "1.0.0",
|
|
1550
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/content-disposition/-/content-disposition-1.0.0.tgz",
|
|
1551
|
+
"integrity": "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==",
|
|
1552
|
+
"license": "MIT",
|
|
1553
|
+
"dependencies": {
|
|
1554
|
+
"safe-buffer": "5.2.1"
|
|
1555
|
+
},
|
|
1556
|
+
"engines": {
|
|
1557
|
+
"node": ">= 0.6"
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
"node_modules/content-type": {
|
|
1561
|
+
"version": "1.0.5",
|
|
1562
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/content-type/-/content-type-1.0.5.tgz",
|
|
1563
|
+
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
1564
|
+
"license": "MIT",
|
|
1565
|
+
"engines": {
|
|
1566
|
+
"node": ">= 0.6"
|
|
1567
|
+
}
|
|
1568
|
+
},
|
|
1569
|
+
"node_modules/cookie": {
|
|
1570
|
+
"version": "0.7.2",
|
|
1571
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/cookie/-/cookie-0.7.2.tgz",
|
|
1572
|
+
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
|
1573
|
+
"license": "MIT",
|
|
1574
|
+
"engines": {
|
|
1575
|
+
"node": ">= 0.6"
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"node_modules/cookie-signature": {
|
|
1579
|
+
"version": "1.2.2",
|
|
1580
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/cookie-signature/-/cookie-signature-1.2.2.tgz",
|
|
1581
|
+
"integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
|
|
1582
|
+
"license": "MIT",
|
|
1583
|
+
"engines": {
|
|
1584
|
+
"node": ">=6.6.0"
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1453
1587
|
"node_modules/core-util-is": {
|
|
1454
1588
|
"version": "1.0.2",
|
|
1455
1589
|
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
|
|
@@ -1457,6 +1591,19 @@
|
|
|
1457
1591
|
"dev": true,
|
|
1458
1592
|
"license": "MIT"
|
|
1459
1593
|
},
|
|
1594
|
+
"node_modules/cors": {
|
|
1595
|
+
"version": "2.8.5",
|
|
1596
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/cors/-/cors-2.8.5.tgz",
|
|
1597
|
+
"integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
|
|
1598
|
+
"license": "MIT",
|
|
1599
|
+
"dependencies": {
|
|
1600
|
+
"object-assign": "^4",
|
|
1601
|
+
"vary": "^1"
|
|
1602
|
+
},
|
|
1603
|
+
"engines": {
|
|
1604
|
+
"node": ">= 0.10"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1460
1607
|
"node_modules/crc": {
|
|
1461
1608
|
"version": "3.8.0",
|
|
1462
1609
|
"resolved": "https://registry.npmjs.org/crc/-/crc-3.8.0.tgz",
|
|
@@ -1474,7 +1621,6 @@
|
|
|
1474
1621
|
"integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
|
|
1475
1622
|
"dev": true,
|
|
1476
1623
|
"license": "Apache-2.0",
|
|
1477
|
-
"peer": true,
|
|
1478
1624
|
"bin": {
|
|
1479
1625
|
"crc32": "bin/crc32.njs"
|
|
1480
1626
|
},
|
|
@@ -1488,7 +1634,6 @@
|
|
|
1488
1634
|
"integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==",
|
|
1489
1635
|
"dev": true,
|
|
1490
1636
|
"license": "MIT",
|
|
1491
|
-
"peer": true,
|
|
1492
1637
|
"dependencies": {
|
|
1493
1638
|
"crc-32": "^1.2.0",
|
|
1494
1639
|
"readable-stream": "^3.4.0"
|
|
@@ -1501,7 +1646,6 @@
|
|
|
1501
1646
|
"version": "7.0.6",
|
|
1502
1647
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
1503
1648
|
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
1504
|
-
"dev": true,
|
|
1505
1649
|
"license": "MIT",
|
|
1506
1650
|
"dependencies": {
|
|
1507
1651
|
"path-key": "^3.1.0",
|
|
@@ -1516,7 +1660,6 @@
|
|
|
1516
1660
|
"version": "4.4.3",
|
|
1517
1661
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1518
1662
|
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1519
|
-
"dev": true,
|
|
1520
1663
|
"license": "MIT",
|
|
1521
1664
|
"dependencies": {
|
|
1522
1665
|
"ms": "^2.1.3"
|
|
@@ -1617,6 +1760,15 @@
|
|
|
1617
1760
|
"node": ">=0.4.0"
|
|
1618
1761
|
}
|
|
1619
1762
|
},
|
|
1763
|
+
"node_modules/depd": {
|
|
1764
|
+
"version": "2.0.0",
|
|
1765
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/depd/-/depd-2.0.0.tgz",
|
|
1766
|
+
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
|
|
1767
|
+
"license": "MIT",
|
|
1768
|
+
"engines": {
|
|
1769
|
+
"node": ">= 0.8"
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1620
1772
|
"node_modules/detect-node": {
|
|
1621
1773
|
"version": "2.1.0",
|
|
1622
1774
|
"resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
|
|
@@ -1666,6 +1818,7 @@
|
|
|
1666
1818
|
"integrity": "sha512-rcJUkMfnJpfCboZoOOPf4L29TRtEieHNOeAbYPWPxlaBw/Z1RKrRA86dOI9rwaI4tQSc/RD82zTNHprfUHXsoQ==",
|
|
1667
1819
|
"dev": true,
|
|
1668
1820
|
"license": "MIT",
|
|
1821
|
+
"peer": true,
|
|
1669
1822
|
"dependencies": {
|
|
1670
1823
|
"app-builder-lib": "24.13.3",
|
|
1671
1824
|
"builder-util": "24.13.1",
|
|
@@ -1764,7 +1917,6 @@
|
|
|
1764
1917
|
"version": "1.0.1",
|
|
1765
1918
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
1766
1919
|
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
1767
|
-
"dev": true,
|
|
1768
1920
|
"license": "MIT",
|
|
1769
1921
|
"dependencies": {
|
|
1770
1922
|
"call-bind-apply-helpers": "^1.0.1",
|
|
@@ -1782,6 +1934,12 @@
|
|
|
1782
1934
|
"dev": true,
|
|
1783
1935
|
"license": "MIT"
|
|
1784
1936
|
},
|
|
1937
|
+
"node_modules/ee-first": {
|
|
1938
|
+
"version": "1.1.1",
|
|
1939
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/ee-first/-/ee-first-1.1.1.tgz",
|
|
1940
|
+
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
|
1941
|
+
"license": "MIT"
|
|
1942
|
+
},
|
|
1785
1943
|
"node_modules/ejs": {
|
|
1786
1944
|
"version": "3.1.10",
|
|
1787
1945
|
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
|
@@ -1850,7 +2008,6 @@
|
|
|
1850
2008
|
"integrity": "sha512-oHkV0iogWfyK+ah9ZIvMDpei1m9ZRpdXcvde1wTpra2U8AFDNNpqJdnin5z+PM1GbQ5BoaKCWas2HSjtR0HwMg==",
|
|
1851
2009
|
"dev": true,
|
|
1852
2010
|
"license": "MIT",
|
|
1853
|
-
"peer": true,
|
|
1854
2011
|
"dependencies": {
|
|
1855
2012
|
"app-builder-lib": "24.13.3",
|
|
1856
2013
|
"archiver": "^5.3.1",
|
|
@@ -1864,7 +2021,6 @@
|
|
|
1864
2021
|
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
|
1865
2022
|
"dev": true,
|
|
1866
2023
|
"license": "MIT",
|
|
1867
|
-
"peer": true,
|
|
1868
2024
|
"dependencies": {
|
|
1869
2025
|
"graceful-fs": "^4.2.0",
|
|
1870
2026
|
"jsonfile": "^6.0.1",
|
|
@@ -1880,7 +2036,6 @@
|
|
|
1880
2036
|
"integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
|
|
1881
2037
|
"dev": true,
|
|
1882
2038
|
"license": "MIT",
|
|
1883
|
-
"peer": true,
|
|
1884
2039
|
"dependencies": {
|
|
1885
2040
|
"universalify": "^2.0.0"
|
|
1886
2041
|
},
|
|
@@ -1894,7 +2049,6 @@
|
|
|
1894
2049
|
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
1895
2050
|
"dev": true,
|
|
1896
2051
|
"license": "MIT",
|
|
1897
|
-
"peer": true,
|
|
1898
2052
|
"engines": {
|
|
1899
2053
|
"node": ">= 10.0.0"
|
|
1900
2054
|
}
|
|
@@ -1998,6 +2152,15 @@
|
|
|
1998
2152
|
"dev": true,
|
|
1999
2153
|
"license": "MIT"
|
|
2000
2154
|
},
|
|
2155
|
+
"node_modules/encodeurl": {
|
|
2156
|
+
"version": "2.0.0",
|
|
2157
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
2158
|
+
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
2159
|
+
"license": "MIT",
|
|
2160
|
+
"engines": {
|
|
2161
|
+
"node": ">= 0.8"
|
|
2162
|
+
}
|
|
2163
|
+
},
|
|
2001
2164
|
"node_modules/end-of-stream": {
|
|
2002
2165
|
"version": "1.4.5",
|
|
2003
2166
|
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
|
@@ -2029,7 +2192,6 @@
|
|
|
2029
2192
|
"version": "1.0.1",
|
|
2030
2193
|
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
2031
2194
|
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
2032
|
-
"dev": true,
|
|
2033
2195
|
"license": "MIT",
|
|
2034
2196
|
"engines": {
|
|
2035
2197
|
"node": ">= 0.4"
|
|
@@ -2039,7 +2201,6 @@
|
|
|
2039
2201
|
"version": "1.3.0",
|
|
2040
2202
|
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
2041
2203
|
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
2042
|
-
"dev": true,
|
|
2043
2204
|
"license": "MIT",
|
|
2044
2205
|
"engines": {
|
|
2045
2206
|
"node": ">= 0.4"
|
|
@@ -2049,7 +2210,6 @@
|
|
|
2049
2210
|
"version": "1.1.1",
|
|
2050
2211
|
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
2051
2212
|
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
2052
|
-
"dev": true,
|
|
2053
2213
|
"license": "MIT",
|
|
2054
2214
|
"dependencies": {
|
|
2055
2215
|
"es-errors": "^1.3.0"
|
|
@@ -2092,6 +2252,12 @@
|
|
|
2092
2252
|
"node": ">=6"
|
|
2093
2253
|
}
|
|
2094
2254
|
},
|
|
2255
|
+
"node_modules/escape-html": {
|
|
2256
|
+
"version": "1.0.3",
|
|
2257
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/escape-html/-/escape-html-1.0.3.tgz",
|
|
2258
|
+
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
|
2259
|
+
"license": "MIT"
|
|
2260
|
+
},
|
|
2095
2261
|
"node_modules/escape-string-regexp": {
|
|
2096
2262
|
"version": "4.0.0",
|
|
2097
2263
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
@@ -2106,6 +2272,114 @@
|
|
|
2106
2272
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2107
2273
|
}
|
|
2108
2274
|
},
|
|
2275
|
+
"node_modules/etag": {
|
|
2276
|
+
"version": "1.8.1",
|
|
2277
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/etag/-/etag-1.8.1.tgz",
|
|
2278
|
+
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
|
2279
|
+
"license": "MIT",
|
|
2280
|
+
"engines": {
|
|
2281
|
+
"node": ">= 0.6"
|
|
2282
|
+
}
|
|
2283
|
+
},
|
|
2284
|
+
"node_modules/eventsource": {
|
|
2285
|
+
"version": "3.0.7",
|
|
2286
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/eventsource/-/eventsource-3.0.7.tgz",
|
|
2287
|
+
"integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
|
|
2288
|
+
"license": "MIT",
|
|
2289
|
+
"dependencies": {
|
|
2290
|
+
"eventsource-parser": "^3.0.1"
|
|
2291
|
+
},
|
|
2292
|
+
"engines": {
|
|
2293
|
+
"node": ">=18.0.0"
|
|
2294
|
+
}
|
|
2295
|
+
},
|
|
2296
|
+
"node_modules/eventsource-parser": {
|
|
2297
|
+
"version": "3.0.6",
|
|
2298
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/eventsource-parser/-/eventsource-parser-3.0.6.tgz",
|
|
2299
|
+
"integrity": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==",
|
|
2300
|
+
"license": "MIT",
|
|
2301
|
+
"engines": {
|
|
2302
|
+
"node": ">=18.0.0"
|
|
2303
|
+
}
|
|
2304
|
+
},
|
|
2305
|
+
"node_modules/express": {
|
|
2306
|
+
"version": "5.1.0",
|
|
2307
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/express/-/express-5.1.0.tgz",
|
|
2308
|
+
"integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==",
|
|
2309
|
+
"license": "MIT",
|
|
2310
|
+
"dependencies": {
|
|
2311
|
+
"accepts": "^2.0.0",
|
|
2312
|
+
"body-parser": "^2.2.0",
|
|
2313
|
+
"content-disposition": "^1.0.0",
|
|
2314
|
+
"content-type": "^1.0.5",
|
|
2315
|
+
"cookie": "^0.7.1",
|
|
2316
|
+
"cookie-signature": "^1.2.1",
|
|
2317
|
+
"debug": "^4.4.0",
|
|
2318
|
+
"encodeurl": "^2.0.0",
|
|
2319
|
+
"escape-html": "^1.0.3",
|
|
2320
|
+
"etag": "^1.8.1",
|
|
2321
|
+
"finalhandler": "^2.1.0",
|
|
2322
|
+
"fresh": "^2.0.0",
|
|
2323
|
+
"http-errors": "^2.0.0",
|
|
2324
|
+
"merge-descriptors": "^2.0.0",
|
|
2325
|
+
"mime-types": "^3.0.0",
|
|
2326
|
+
"on-finished": "^2.4.1",
|
|
2327
|
+
"once": "^1.4.0",
|
|
2328
|
+
"parseurl": "^1.3.3",
|
|
2329
|
+
"proxy-addr": "^2.0.7",
|
|
2330
|
+
"qs": "^6.14.0",
|
|
2331
|
+
"range-parser": "^1.2.1",
|
|
2332
|
+
"router": "^2.2.0",
|
|
2333
|
+
"send": "^1.1.0",
|
|
2334
|
+
"serve-static": "^2.2.0",
|
|
2335
|
+
"statuses": "^2.0.1",
|
|
2336
|
+
"type-is": "^2.0.1",
|
|
2337
|
+
"vary": "^1.1.2"
|
|
2338
|
+
},
|
|
2339
|
+
"engines": {
|
|
2340
|
+
"node": ">= 18"
|
|
2341
|
+
},
|
|
2342
|
+
"funding": {
|
|
2343
|
+
"type": "opencollective",
|
|
2344
|
+
"url": "https://opencollective.com/express"
|
|
2345
|
+
}
|
|
2346
|
+
},
|
|
2347
|
+
"node_modules/express-rate-limit": {
|
|
2348
|
+
"version": "7.5.1",
|
|
2349
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/express-rate-limit/-/express-rate-limit-7.5.1.tgz",
|
|
2350
|
+
"integrity": "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==",
|
|
2351
|
+
"license": "MIT",
|
|
2352
|
+
"engines": {
|
|
2353
|
+
"node": ">= 16"
|
|
2354
|
+
},
|
|
2355
|
+
"funding": {
|
|
2356
|
+
"url": "https://github.com/sponsors/express-rate-limit"
|
|
2357
|
+
},
|
|
2358
|
+
"peerDependencies": {
|
|
2359
|
+
"express": ">= 4.11"
|
|
2360
|
+
}
|
|
2361
|
+
},
|
|
2362
|
+
"node_modules/express/node_modules/mime-db": {
|
|
2363
|
+
"version": "1.54.0",
|
|
2364
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/mime-db/-/mime-db-1.54.0.tgz",
|
|
2365
|
+
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
2366
|
+
"license": "MIT",
|
|
2367
|
+
"engines": {
|
|
2368
|
+
"node": ">= 0.6"
|
|
2369
|
+
}
|
|
2370
|
+
},
|
|
2371
|
+
"node_modules/express/node_modules/mime-types": {
|
|
2372
|
+
"version": "3.0.1",
|
|
2373
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/mime-types/-/mime-types-3.0.1.tgz",
|
|
2374
|
+
"integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
|
|
2375
|
+
"license": "MIT",
|
|
2376
|
+
"dependencies": {
|
|
2377
|
+
"mime-db": "^1.54.0"
|
|
2378
|
+
},
|
|
2379
|
+
"engines": {
|
|
2380
|
+
"node": ">= 0.6"
|
|
2381
|
+
}
|
|
2382
|
+
},
|
|
2109
2383
|
"node_modules/extract-zip": {
|
|
2110
2384
|
"version": "2.0.1",
|
|
2111
2385
|
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
|
|
@@ -2142,14 +2416,12 @@
|
|
|
2142
2416
|
"version": "3.1.3",
|
|
2143
2417
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
2144
2418
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
2145
|
-
"dev": true,
|
|
2146
2419
|
"license": "MIT"
|
|
2147
2420
|
},
|
|
2148
2421
|
"node_modules/fast-json-stable-stringify": {
|
|
2149
2422
|
"version": "2.1.0",
|
|
2150
2423
|
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
2151
2424
|
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
2152
|
-
"dev": true,
|
|
2153
2425
|
"license": "MIT"
|
|
2154
2426
|
},
|
|
2155
2427
|
"node_modules/fd-slicer": {
|
|
@@ -2172,6 +2444,23 @@
|
|
|
2172
2444
|
"minimatch": "^5.0.1"
|
|
2173
2445
|
}
|
|
2174
2446
|
},
|
|
2447
|
+
"node_modules/finalhandler": {
|
|
2448
|
+
"version": "2.1.0",
|
|
2449
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/finalhandler/-/finalhandler-2.1.0.tgz",
|
|
2450
|
+
"integrity": "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==",
|
|
2451
|
+
"license": "MIT",
|
|
2452
|
+
"dependencies": {
|
|
2453
|
+
"debug": "^4.4.0",
|
|
2454
|
+
"encodeurl": "^2.0.0",
|
|
2455
|
+
"escape-html": "^1.0.3",
|
|
2456
|
+
"on-finished": "^2.4.1",
|
|
2457
|
+
"parseurl": "^1.3.3",
|
|
2458
|
+
"statuses": "^2.0.1"
|
|
2459
|
+
},
|
|
2460
|
+
"engines": {
|
|
2461
|
+
"node": ">= 0.8"
|
|
2462
|
+
}
|
|
2463
|
+
},
|
|
2175
2464
|
"node_modules/foreground-child": {
|
|
2176
2465
|
"version": "3.3.1",
|
|
2177
2466
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
@@ -2206,13 +2495,30 @@
|
|
|
2206
2495
|
"node": ">= 6"
|
|
2207
2496
|
}
|
|
2208
2497
|
},
|
|
2498
|
+
"node_modules/forwarded": {
|
|
2499
|
+
"version": "0.2.0",
|
|
2500
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/forwarded/-/forwarded-0.2.0.tgz",
|
|
2501
|
+
"integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
|
|
2502
|
+
"license": "MIT",
|
|
2503
|
+
"engines": {
|
|
2504
|
+
"node": ">= 0.6"
|
|
2505
|
+
}
|
|
2506
|
+
},
|
|
2507
|
+
"node_modules/fresh": {
|
|
2508
|
+
"version": "2.0.0",
|
|
2509
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/fresh/-/fresh-2.0.0.tgz",
|
|
2510
|
+
"integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
|
|
2511
|
+
"license": "MIT",
|
|
2512
|
+
"engines": {
|
|
2513
|
+
"node": ">= 0.8"
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2209
2516
|
"node_modules/fs-constants": {
|
|
2210
2517
|
"version": "1.0.0",
|
|
2211
2518
|
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
2212
2519
|
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
|
|
2213
2520
|
"dev": true,
|
|
2214
|
-
"license": "MIT"
|
|
2215
|
-
"peer": true
|
|
2521
|
+
"license": "MIT"
|
|
2216
2522
|
},
|
|
2217
2523
|
"node_modules/fs-extra": {
|
|
2218
2524
|
"version": "8.1.0",
|
|
@@ -2264,7 +2570,6 @@
|
|
|
2264
2570
|
"version": "1.1.2",
|
|
2265
2571
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
2266
2572
|
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
2267
|
-
"dev": true,
|
|
2268
2573
|
"license": "MIT",
|
|
2269
2574
|
"funding": {
|
|
2270
2575
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -2284,7 +2589,6 @@
|
|
|
2284
2589
|
"version": "1.3.0",
|
|
2285
2590
|
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
2286
2591
|
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
2287
|
-
"dev": true,
|
|
2288
2592
|
"license": "MIT",
|
|
2289
2593
|
"dependencies": {
|
|
2290
2594
|
"call-bind-apply-helpers": "^1.0.2",
|
|
@@ -2309,7 +2613,6 @@
|
|
|
2309
2613
|
"version": "1.0.1",
|
|
2310
2614
|
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
2311
2615
|
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
2312
|
-
"dev": true,
|
|
2313
2616
|
"license": "MIT",
|
|
2314
2617
|
"dependencies": {
|
|
2315
2618
|
"dunder-proto": "^1.0.1",
|
|
@@ -2436,7 +2739,6 @@
|
|
|
2436
2739
|
"version": "1.2.0",
|
|
2437
2740
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
2438
2741
|
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
2439
|
-
"dev": true,
|
|
2440
2742
|
"license": "MIT",
|
|
2441
2743
|
"engines": {
|
|
2442
2744
|
"node": ">= 0.4"
|
|
@@ -2506,7 +2808,6 @@
|
|
|
2506
2808
|
"version": "1.1.0",
|
|
2507
2809
|
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
2508
2810
|
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
2509
|
-
"dev": true,
|
|
2510
2811
|
"license": "MIT",
|
|
2511
2812
|
"engines": {
|
|
2512
2813
|
"node": ">= 0.4"
|
|
@@ -2535,7 +2836,6 @@
|
|
|
2535
2836
|
"version": "2.0.2",
|
|
2536
2837
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
2537
2838
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
2538
|
-
"dev": true,
|
|
2539
2839
|
"license": "MIT",
|
|
2540
2840
|
"dependencies": {
|
|
2541
2841
|
"function-bind": "^1.1.2"
|
|
@@ -2564,6 +2864,31 @@
|
|
|
2564
2864
|
"dev": true,
|
|
2565
2865
|
"license": "BSD-2-Clause"
|
|
2566
2866
|
},
|
|
2867
|
+
"node_modules/http-errors": {
|
|
2868
|
+
"version": "2.0.0",
|
|
2869
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/http-errors/-/http-errors-2.0.0.tgz",
|
|
2870
|
+
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
|
|
2871
|
+
"license": "MIT",
|
|
2872
|
+
"dependencies": {
|
|
2873
|
+
"depd": "2.0.0",
|
|
2874
|
+
"inherits": "2.0.4",
|
|
2875
|
+
"setprototypeof": "1.2.0",
|
|
2876
|
+
"statuses": "2.0.1",
|
|
2877
|
+
"toidentifier": "1.0.1"
|
|
2878
|
+
},
|
|
2879
|
+
"engines": {
|
|
2880
|
+
"node": ">= 0.8"
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2883
|
+
"node_modules/http-errors/node_modules/statuses": {
|
|
2884
|
+
"version": "2.0.1",
|
|
2885
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/statuses/-/statuses-2.0.1.tgz",
|
|
2886
|
+
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
|
2887
|
+
"license": "MIT",
|
|
2888
|
+
"engines": {
|
|
2889
|
+
"node": ">= 0.8"
|
|
2890
|
+
}
|
|
2891
|
+
},
|
|
2567
2892
|
"node_modules/http-proxy-agent": {
|
|
2568
2893
|
"version": "5.0.0",
|
|
2569
2894
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
|
|
@@ -2629,7 +2954,6 @@
|
|
|
2629
2954
|
"version": "0.6.3",
|
|
2630
2955
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
2631
2956
|
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
2632
|
-
"dev": true,
|
|
2633
2957
|
"license": "MIT",
|
|
2634
2958
|
"dependencies": {
|
|
2635
2959
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
@@ -2675,9 +2999,17 @@
|
|
|
2675
2999
|
"version": "2.0.4",
|
|
2676
3000
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
2677
3001
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
2678
|
-
"dev": true,
|
|
2679
3002
|
"license": "ISC"
|
|
2680
3003
|
},
|
|
3004
|
+
"node_modules/ipaddr.js": {
|
|
3005
|
+
"version": "1.9.1",
|
|
3006
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
|
3007
|
+
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
|
|
3008
|
+
"license": "MIT",
|
|
3009
|
+
"engines": {
|
|
3010
|
+
"node": ">= 0.10"
|
|
3011
|
+
}
|
|
3012
|
+
},
|
|
2681
3013
|
"node_modules/is-ci": {
|
|
2682
3014
|
"version": "3.0.1",
|
|
2683
3015
|
"resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz",
|
|
@@ -2701,13 +3033,18 @@
|
|
|
2701
3033
|
"node": ">=8"
|
|
2702
3034
|
}
|
|
2703
3035
|
},
|
|
3036
|
+
"node_modules/is-promise": {
|
|
3037
|
+
"version": "4.0.0",
|
|
3038
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/is-promise/-/is-promise-4.0.0.tgz",
|
|
3039
|
+
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
|
|
3040
|
+
"license": "MIT"
|
|
3041
|
+
},
|
|
2704
3042
|
"node_modules/isarray": {
|
|
2705
3043
|
"version": "1.0.0",
|
|
2706
3044
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
2707
3045
|
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
2708
3046
|
"dev": true,
|
|
2709
|
-
"license": "MIT"
|
|
2710
|
-
"peer": true
|
|
3047
|
+
"license": "MIT"
|
|
2711
3048
|
},
|
|
2712
3049
|
"node_modules/isbinaryfile": {
|
|
2713
3050
|
"version": "5.0.6",
|
|
@@ -2726,7 +3063,6 @@
|
|
|
2726
3063
|
"version": "2.0.0",
|
|
2727
3064
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
2728
3065
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
2729
|
-
"dev": true,
|
|
2730
3066
|
"license": "ISC"
|
|
2731
3067
|
},
|
|
2732
3068
|
"node_modules/jackspeak": {
|
|
@@ -2787,7 +3123,6 @@
|
|
|
2787
3123
|
"version": "0.4.1",
|
|
2788
3124
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
2789
3125
|
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
2790
|
-
"dev": true,
|
|
2791
3126
|
"license": "MIT"
|
|
2792
3127
|
},
|
|
2793
3128
|
"node_modules/json-stringify-safe": {
|
|
@@ -2844,7 +3179,6 @@
|
|
|
2844
3179
|
"integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
|
|
2845
3180
|
"dev": true,
|
|
2846
3181
|
"license": "MIT",
|
|
2847
|
-
"peer": true,
|
|
2848
3182
|
"dependencies": {
|
|
2849
3183
|
"readable-stream": "^2.0.5"
|
|
2850
3184
|
},
|
|
@@ -2858,7 +3192,6 @@
|
|
|
2858
3192
|
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
2859
3193
|
"dev": true,
|
|
2860
3194
|
"license": "MIT",
|
|
2861
|
-
"peer": true,
|
|
2862
3195
|
"dependencies": {
|
|
2863
3196
|
"core-util-is": "~1.0.0",
|
|
2864
3197
|
"inherits": "~2.0.3",
|
|
@@ -2874,8 +3207,7 @@
|
|
|
2874
3207
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
2875
3208
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
2876
3209
|
"dev": true,
|
|
2877
|
-
"license": "MIT"
|
|
2878
|
-
"peer": true
|
|
3210
|
+
"license": "MIT"
|
|
2879
3211
|
},
|
|
2880
3212
|
"node_modules/lazystream/node_modules/string_decoder": {
|
|
2881
3213
|
"version": "1.1.1",
|
|
@@ -2883,7 +3215,6 @@
|
|
|
2883
3215
|
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
2884
3216
|
"dev": true,
|
|
2885
3217
|
"license": "MIT",
|
|
2886
|
-
"peer": true,
|
|
2887
3218
|
"dependencies": {
|
|
2888
3219
|
"safe-buffer": "~5.1.0"
|
|
2889
3220
|
}
|
|
@@ -2900,40 +3231,35 @@
|
|
|
2900
3231
|
"resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
|
|
2901
3232
|
"integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
|
|
2902
3233
|
"dev": true,
|
|
2903
|
-
"license": "MIT"
|
|
2904
|
-
"peer": true
|
|
3234
|
+
"license": "MIT"
|
|
2905
3235
|
},
|
|
2906
3236
|
"node_modules/lodash.difference": {
|
|
2907
3237
|
"version": "4.5.0",
|
|
2908
3238
|
"resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz",
|
|
2909
3239
|
"integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==",
|
|
2910
3240
|
"dev": true,
|
|
2911
|
-
"license": "MIT"
|
|
2912
|
-
"peer": true
|
|
3241
|
+
"license": "MIT"
|
|
2913
3242
|
},
|
|
2914
3243
|
"node_modules/lodash.flatten": {
|
|
2915
3244
|
"version": "4.4.0",
|
|
2916
3245
|
"resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
|
|
2917
3246
|
"integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==",
|
|
2918
3247
|
"dev": true,
|
|
2919
|
-
"license": "MIT"
|
|
2920
|
-
"peer": true
|
|
3248
|
+
"license": "MIT"
|
|
2921
3249
|
},
|
|
2922
3250
|
"node_modules/lodash.isplainobject": {
|
|
2923
3251
|
"version": "4.0.6",
|
|
2924
3252
|
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
2925
3253
|
"integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
|
|
2926
3254
|
"dev": true,
|
|
2927
|
-
"license": "MIT"
|
|
2928
|
-
"peer": true
|
|
3255
|
+
"license": "MIT"
|
|
2929
3256
|
},
|
|
2930
3257
|
"node_modules/lodash.union": {
|
|
2931
3258
|
"version": "4.6.0",
|
|
2932
3259
|
"resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz",
|
|
2933
3260
|
"integrity": "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==",
|
|
2934
3261
|
"dev": true,
|
|
2935
|
-
"license": "MIT"
|
|
2936
|
-
"peer": true
|
|
3262
|
+
"license": "MIT"
|
|
2937
3263
|
},
|
|
2938
3264
|
"node_modules/lowercase-keys": {
|
|
2939
3265
|
"version": "2.0.0",
|
|
@@ -2976,12 +3302,32 @@
|
|
|
2976
3302
|
"version": "1.1.0",
|
|
2977
3303
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
2978
3304
|
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
2979
|
-
"dev": true,
|
|
2980
3305
|
"license": "MIT",
|
|
2981
3306
|
"engines": {
|
|
2982
3307
|
"node": ">= 0.4"
|
|
2983
3308
|
}
|
|
2984
3309
|
},
|
|
3310
|
+
"node_modules/media-typer": {
|
|
3311
|
+
"version": "1.1.0",
|
|
3312
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/media-typer/-/media-typer-1.1.0.tgz",
|
|
3313
|
+
"integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
|
|
3314
|
+
"license": "MIT",
|
|
3315
|
+
"engines": {
|
|
3316
|
+
"node": ">= 0.8"
|
|
3317
|
+
}
|
|
3318
|
+
},
|
|
3319
|
+
"node_modules/merge-descriptors": {
|
|
3320
|
+
"version": "2.0.0",
|
|
3321
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
|
|
3322
|
+
"integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
|
|
3323
|
+
"license": "MIT",
|
|
3324
|
+
"engines": {
|
|
3325
|
+
"node": ">=18"
|
|
3326
|
+
},
|
|
3327
|
+
"funding": {
|
|
3328
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3329
|
+
}
|
|
3330
|
+
},
|
|
2985
3331
|
"node_modules/mime": {
|
|
2986
3332
|
"version": "2.6.0",
|
|
2987
3333
|
"resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
|
|
@@ -3101,9 +3447,17 @@
|
|
|
3101
3447
|
"version": "2.1.3",
|
|
3102
3448
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
3103
3449
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
3104
|
-
"dev": true,
|
|
3105
3450
|
"license": "MIT"
|
|
3106
3451
|
},
|
|
3452
|
+
"node_modules/negotiator": {
|
|
3453
|
+
"version": "1.0.0",
|
|
3454
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/negotiator/-/negotiator-1.0.0.tgz",
|
|
3455
|
+
"integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
|
|
3456
|
+
"license": "MIT",
|
|
3457
|
+
"engines": {
|
|
3458
|
+
"node": ">= 0.6"
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3107
3461
|
"node_modules/node-addon-api": {
|
|
3108
3462
|
"version": "1.7.2",
|
|
3109
3463
|
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.7.2.tgz",
|
|
@@ -3118,7 +3472,6 @@
|
|
|
3118
3472
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
3119
3473
|
"dev": true,
|
|
3120
3474
|
"license": "MIT",
|
|
3121
|
-
"peer": true,
|
|
3122
3475
|
"engines": {
|
|
3123
3476
|
"node": ">=0.10.0"
|
|
3124
3477
|
}
|
|
@@ -3136,6 +3489,27 @@
|
|
|
3136
3489
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3137
3490
|
}
|
|
3138
3491
|
},
|
|
3492
|
+
"node_modules/object-assign": {
|
|
3493
|
+
"version": "4.1.1",
|
|
3494
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/object-assign/-/object-assign-4.1.1.tgz",
|
|
3495
|
+
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
3496
|
+
"license": "MIT",
|
|
3497
|
+
"engines": {
|
|
3498
|
+
"node": ">=0.10.0"
|
|
3499
|
+
}
|
|
3500
|
+
},
|
|
3501
|
+
"node_modules/object-inspect": {
|
|
3502
|
+
"version": "1.13.4",
|
|
3503
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
3504
|
+
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
3505
|
+
"license": "MIT",
|
|
3506
|
+
"engines": {
|
|
3507
|
+
"node": ">= 0.4"
|
|
3508
|
+
},
|
|
3509
|
+
"funding": {
|
|
3510
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
3511
|
+
}
|
|
3512
|
+
},
|
|
3139
3513
|
"node_modules/object-keys": {
|
|
3140
3514
|
"version": "1.1.1",
|
|
3141
3515
|
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
|
|
@@ -3147,11 +3521,22 @@
|
|
|
3147
3521
|
"node": ">= 0.4"
|
|
3148
3522
|
}
|
|
3149
3523
|
},
|
|
3524
|
+
"node_modules/on-finished": {
|
|
3525
|
+
"version": "2.4.1",
|
|
3526
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/on-finished/-/on-finished-2.4.1.tgz",
|
|
3527
|
+
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
|
3528
|
+
"license": "MIT",
|
|
3529
|
+
"dependencies": {
|
|
3530
|
+
"ee-first": "1.1.1"
|
|
3531
|
+
},
|
|
3532
|
+
"engines": {
|
|
3533
|
+
"node": ">= 0.8"
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3150
3536
|
"node_modules/once": {
|
|
3151
3537
|
"version": "1.4.0",
|
|
3152
3538
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
3153
3539
|
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
3154
|
-
"dev": true,
|
|
3155
3540
|
"license": "ISC",
|
|
3156
3541
|
"dependencies": {
|
|
3157
3542
|
"wrappy": "1"
|
|
@@ -3174,6 +3559,15 @@
|
|
|
3174
3559
|
"dev": true,
|
|
3175
3560
|
"license": "BlueOak-1.0.0"
|
|
3176
3561
|
},
|
|
3562
|
+
"node_modules/parseurl": {
|
|
3563
|
+
"version": "1.3.3",
|
|
3564
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/parseurl/-/parseurl-1.3.3.tgz",
|
|
3565
|
+
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
|
3566
|
+
"license": "MIT",
|
|
3567
|
+
"engines": {
|
|
3568
|
+
"node": ">= 0.8"
|
|
3569
|
+
}
|
|
3570
|
+
},
|
|
3177
3571
|
"node_modules/path-is-absolute": {
|
|
3178
3572
|
"version": "1.0.1",
|
|
3179
3573
|
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
@@ -3188,7 +3582,6 @@
|
|
|
3188
3582
|
"version": "3.1.1",
|
|
3189
3583
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
3190
3584
|
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
3191
|
-
"dev": true,
|
|
3192
3585
|
"license": "MIT",
|
|
3193
3586
|
"engines": {
|
|
3194
3587
|
"node": ">=8"
|
|
@@ -3218,6 +3611,16 @@
|
|
|
3218
3611
|
"dev": true,
|
|
3219
3612
|
"license": "ISC"
|
|
3220
3613
|
},
|
|
3614
|
+
"node_modules/path-to-regexp": {
|
|
3615
|
+
"version": "8.3.0",
|
|
3616
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
|
|
3617
|
+
"integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
|
|
3618
|
+
"license": "MIT",
|
|
3619
|
+
"funding": {
|
|
3620
|
+
"type": "opencollective",
|
|
3621
|
+
"url": "https://opencollective.com/express"
|
|
3622
|
+
}
|
|
3623
|
+
},
|
|
3221
3624
|
"node_modules/pend": {
|
|
3222
3625
|
"version": "1.2.0",
|
|
3223
3626
|
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
|
|
@@ -3232,6 +3635,15 @@
|
|
|
3232
3635
|
"dev": true,
|
|
3233
3636
|
"license": "ISC"
|
|
3234
3637
|
},
|
|
3638
|
+
"node_modules/pkce-challenge": {
|
|
3639
|
+
"version": "5.0.0",
|
|
3640
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/pkce-challenge/-/pkce-challenge-5.0.0.tgz",
|
|
3641
|
+
"integrity": "sha512-ueGLflrrnvwB3xuo/uGob5pd5FN7l0MsLf0Z87o/UQmRtwjvfylfc9MurIxRAWywCYTgrvpXBcqjV4OfCYGCIQ==",
|
|
3642
|
+
"license": "MIT",
|
|
3643
|
+
"engines": {
|
|
3644
|
+
"node": ">=16.20.0"
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3235
3647
|
"node_modules/plist": {
|
|
3236
3648
|
"version": "3.1.0",
|
|
3237
3649
|
"resolved": "https://registry.npmjs.org/plist/-/plist-3.1.0.tgz",
|
|
@@ -3252,8 +3664,7 @@
|
|
|
3252
3664
|
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
3253
3665
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
|
3254
3666
|
"dev": true,
|
|
3255
|
-
"license": "MIT"
|
|
3256
|
-
"peer": true
|
|
3667
|
+
"license": "MIT"
|
|
3257
3668
|
},
|
|
3258
3669
|
"node_modules/progress": {
|
|
3259
3670
|
"version": "2.0.3",
|
|
@@ -3279,6 +3690,19 @@
|
|
|
3279
3690
|
"node": ">=10"
|
|
3280
3691
|
}
|
|
3281
3692
|
},
|
|
3693
|
+
"node_modules/proxy-addr": {
|
|
3694
|
+
"version": "2.0.7",
|
|
3695
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
3696
|
+
"integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
|
|
3697
|
+
"license": "MIT",
|
|
3698
|
+
"dependencies": {
|
|
3699
|
+
"forwarded": "0.2.0",
|
|
3700
|
+
"ipaddr.js": "1.9.1"
|
|
3701
|
+
},
|
|
3702
|
+
"engines": {
|
|
3703
|
+
"node": ">= 0.10"
|
|
3704
|
+
}
|
|
3705
|
+
},
|
|
3282
3706
|
"node_modules/pump": {
|
|
3283
3707
|
"version": "3.0.3",
|
|
3284
3708
|
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz",
|
|
@@ -3294,12 +3718,26 @@
|
|
|
3294
3718
|
"version": "2.3.1",
|
|
3295
3719
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
3296
3720
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
3297
|
-
"dev": true,
|
|
3298
3721
|
"license": "MIT",
|
|
3299
3722
|
"engines": {
|
|
3300
3723
|
"node": ">=6"
|
|
3301
3724
|
}
|
|
3302
3725
|
},
|
|
3726
|
+
"node_modules/qs": {
|
|
3727
|
+
"version": "6.14.0",
|
|
3728
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/qs/-/qs-6.14.0.tgz",
|
|
3729
|
+
"integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
|
|
3730
|
+
"license": "BSD-3-Clause",
|
|
3731
|
+
"dependencies": {
|
|
3732
|
+
"side-channel": "^1.1.0"
|
|
3733
|
+
},
|
|
3734
|
+
"engines": {
|
|
3735
|
+
"node": ">=0.6"
|
|
3736
|
+
},
|
|
3737
|
+
"funding": {
|
|
3738
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
3739
|
+
}
|
|
3740
|
+
},
|
|
3303
3741
|
"node_modules/quick-lru": {
|
|
3304
3742
|
"version": "5.1.1",
|
|
3305
3743
|
"resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
|
|
@@ -3313,6 +3751,46 @@
|
|
|
3313
3751
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3314
3752
|
}
|
|
3315
3753
|
},
|
|
3754
|
+
"node_modules/range-parser": {
|
|
3755
|
+
"version": "1.2.1",
|
|
3756
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/range-parser/-/range-parser-1.2.1.tgz",
|
|
3757
|
+
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
|
3758
|
+
"license": "MIT",
|
|
3759
|
+
"engines": {
|
|
3760
|
+
"node": ">= 0.6"
|
|
3761
|
+
}
|
|
3762
|
+
},
|
|
3763
|
+
"node_modules/raw-body": {
|
|
3764
|
+
"version": "3.0.1",
|
|
3765
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/raw-body/-/raw-body-3.0.1.tgz",
|
|
3766
|
+
"integrity": "sha512-9G8cA+tuMS75+6G/TzW8OtLzmBDMo8p1JRxN5AZ+LAp8uxGA8V8GZm4GQ4/N5QNQEnLmg6SS7wyuSmbKepiKqA==",
|
|
3767
|
+
"license": "MIT",
|
|
3768
|
+
"dependencies": {
|
|
3769
|
+
"bytes": "3.1.2",
|
|
3770
|
+
"http-errors": "2.0.0",
|
|
3771
|
+
"iconv-lite": "0.7.0",
|
|
3772
|
+
"unpipe": "1.0.0"
|
|
3773
|
+
},
|
|
3774
|
+
"engines": {
|
|
3775
|
+
"node": ">= 0.10"
|
|
3776
|
+
}
|
|
3777
|
+
},
|
|
3778
|
+
"node_modules/raw-body/node_modules/iconv-lite": {
|
|
3779
|
+
"version": "0.7.0",
|
|
3780
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
3781
|
+
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
3782
|
+
"license": "MIT",
|
|
3783
|
+
"dependencies": {
|
|
3784
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
3785
|
+
},
|
|
3786
|
+
"engines": {
|
|
3787
|
+
"node": ">=0.10.0"
|
|
3788
|
+
},
|
|
3789
|
+
"funding": {
|
|
3790
|
+
"type": "opencollective",
|
|
3791
|
+
"url": "https://opencollective.com/express"
|
|
3792
|
+
}
|
|
3793
|
+
},
|
|
3316
3794
|
"node_modules/read-config-file": {
|
|
3317
3795
|
"version": "6.3.2",
|
|
3318
3796
|
"resolved": "https://registry.npmjs.org/read-config-file/-/read-config-file-6.3.2.tgz",
|
|
@@ -3337,7 +3815,6 @@
|
|
|
3337
3815
|
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
3338
3816
|
"dev": true,
|
|
3339
3817
|
"license": "MIT",
|
|
3340
|
-
"peer": true,
|
|
3341
3818
|
"dependencies": {
|
|
3342
3819
|
"inherits": "^2.0.3",
|
|
3343
3820
|
"string_decoder": "^1.1.1",
|
|
@@ -3353,7 +3830,6 @@
|
|
|
3353
3830
|
"integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
|
|
3354
3831
|
"dev": true,
|
|
3355
3832
|
"license": "Apache-2.0",
|
|
3356
|
-
"peer": true,
|
|
3357
3833
|
"dependencies": {
|
|
3358
3834
|
"minimatch": "^5.1.0"
|
|
3359
3835
|
}
|
|
@@ -3417,11 +3893,26 @@
|
|
|
3417
3893
|
"node": ">=8.0"
|
|
3418
3894
|
}
|
|
3419
3895
|
},
|
|
3896
|
+
"node_modules/router": {
|
|
3897
|
+
"version": "2.2.0",
|
|
3898
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/router/-/router-2.2.0.tgz",
|
|
3899
|
+
"integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
|
|
3900
|
+
"license": "MIT",
|
|
3901
|
+
"dependencies": {
|
|
3902
|
+
"debug": "^4.4.0",
|
|
3903
|
+
"depd": "^2.0.0",
|
|
3904
|
+
"is-promise": "^4.0.0",
|
|
3905
|
+
"parseurl": "^1.3.3",
|
|
3906
|
+
"path-to-regexp": "^8.0.0"
|
|
3907
|
+
},
|
|
3908
|
+
"engines": {
|
|
3909
|
+
"node": ">= 18"
|
|
3910
|
+
}
|
|
3911
|
+
},
|
|
3420
3912
|
"node_modules/safe-buffer": {
|
|
3421
3913
|
"version": "5.2.1",
|
|
3422
3914
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
3423
3915
|
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
3424
|
-
"dev": true,
|
|
3425
3916
|
"funding": [
|
|
3426
3917
|
{
|
|
3427
3918
|
"type": "github",
|
|
@@ -3436,14 +3927,12 @@
|
|
|
3436
3927
|
"url": "https://feross.org/support"
|
|
3437
3928
|
}
|
|
3438
3929
|
],
|
|
3439
|
-
"license": "MIT"
|
|
3440
|
-
"peer": true
|
|
3930
|
+
"license": "MIT"
|
|
3441
3931
|
},
|
|
3442
3932
|
"node_modules/safer-buffer": {
|
|
3443
3933
|
"version": "2.1.2",
|
|
3444
3934
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
3445
3935
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
3446
|
-
"dev": true,
|
|
3447
3936
|
"license": "MIT"
|
|
3448
3937
|
},
|
|
3449
3938
|
"node_modules/sanitize-filename": {
|
|
@@ -3481,6 +3970,49 @@
|
|
|
3481
3970
|
"license": "MIT",
|
|
3482
3971
|
"optional": true
|
|
3483
3972
|
},
|
|
3973
|
+
"node_modules/send": {
|
|
3974
|
+
"version": "1.2.0",
|
|
3975
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/send/-/send-1.2.0.tgz",
|
|
3976
|
+
"integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
|
|
3977
|
+
"license": "MIT",
|
|
3978
|
+
"dependencies": {
|
|
3979
|
+
"debug": "^4.3.5",
|
|
3980
|
+
"encodeurl": "^2.0.0",
|
|
3981
|
+
"escape-html": "^1.0.3",
|
|
3982
|
+
"etag": "^1.8.1",
|
|
3983
|
+
"fresh": "^2.0.0",
|
|
3984
|
+
"http-errors": "^2.0.0",
|
|
3985
|
+
"mime-types": "^3.0.1",
|
|
3986
|
+
"ms": "^2.1.3",
|
|
3987
|
+
"on-finished": "^2.4.1",
|
|
3988
|
+
"range-parser": "^1.2.1",
|
|
3989
|
+
"statuses": "^2.0.1"
|
|
3990
|
+
},
|
|
3991
|
+
"engines": {
|
|
3992
|
+
"node": ">= 18"
|
|
3993
|
+
}
|
|
3994
|
+
},
|
|
3995
|
+
"node_modules/send/node_modules/mime-db": {
|
|
3996
|
+
"version": "1.54.0",
|
|
3997
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/mime-db/-/mime-db-1.54.0.tgz",
|
|
3998
|
+
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
3999
|
+
"license": "MIT",
|
|
4000
|
+
"engines": {
|
|
4001
|
+
"node": ">= 0.6"
|
|
4002
|
+
}
|
|
4003
|
+
},
|
|
4004
|
+
"node_modules/send/node_modules/mime-types": {
|
|
4005
|
+
"version": "3.0.1",
|
|
4006
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/mime-types/-/mime-types-3.0.1.tgz",
|
|
4007
|
+
"integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
|
|
4008
|
+
"license": "MIT",
|
|
4009
|
+
"dependencies": {
|
|
4010
|
+
"mime-db": "^1.54.0"
|
|
4011
|
+
},
|
|
4012
|
+
"engines": {
|
|
4013
|
+
"node": ">= 0.6"
|
|
4014
|
+
}
|
|
4015
|
+
},
|
|
3484
4016
|
"node_modules/serialize-error": {
|
|
3485
4017
|
"version": "7.0.1",
|
|
3486
4018
|
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz",
|
|
@@ -3498,11 +4030,31 @@
|
|
|
3498
4030
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3499
4031
|
}
|
|
3500
4032
|
},
|
|
4033
|
+
"node_modules/serve-static": {
|
|
4034
|
+
"version": "2.2.0",
|
|
4035
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/serve-static/-/serve-static-2.2.0.tgz",
|
|
4036
|
+
"integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
|
|
4037
|
+
"license": "MIT",
|
|
4038
|
+
"dependencies": {
|
|
4039
|
+
"encodeurl": "^2.0.0",
|
|
4040
|
+
"escape-html": "^1.0.3",
|
|
4041
|
+
"parseurl": "^1.3.3",
|
|
4042
|
+
"send": "^1.2.0"
|
|
4043
|
+
},
|
|
4044
|
+
"engines": {
|
|
4045
|
+
"node": ">= 18"
|
|
4046
|
+
}
|
|
4047
|
+
},
|
|
4048
|
+
"node_modules/setprototypeof": {
|
|
4049
|
+
"version": "1.2.0",
|
|
4050
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
4051
|
+
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
4052
|
+
"license": "ISC"
|
|
4053
|
+
},
|
|
3501
4054
|
"node_modules/shebang-command": {
|
|
3502
4055
|
"version": "2.0.0",
|
|
3503
4056
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
3504
4057
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
3505
|
-
"dev": true,
|
|
3506
4058
|
"license": "MIT",
|
|
3507
4059
|
"dependencies": {
|
|
3508
4060
|
"shebang-regex": "^3.0.0"
|
|
@@ -3515,12 +4067,83 @@
|
|
|
3515
4067
|
"version": "3.0.0",
|
|
3516
4068
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
3517
4069
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
3518
|
-
"dev": true,
|
|
3519
4070
|
"license": "MIT",
|
|
3520
4071
|
"engines": {
|
|
3521
4072
|
"node": ">=8"
|
|
3522
4073
|
}
|
|
3523
4074
|
},
|
|
4075
|
+
"node_modules/side-channel": {
|
|
4076
|
+
"version": "1.1.0",
|
|
4077
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/side-channel/-/side-channel-1.1.0.tgz",
|
|
4078
|
+
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
|
|
4079
|
+
"license": "MIT",
|
|
4080
|
+
"dependencies": {
|
|
4081
|
+
"es-errors": "^1.3.0",
|
|
4082
|
+
"object-inspect": "^1.13.3",
|
|
4083
|
+
"side-channel-list": "^1.0.0",
|
|
4084
|
+
"side-channel-map": "^1.0.1",
|
|
4085
|
+
"side-channel-weakmap": "^1.0.2"
|
|
4086
|
+
},
|
|
4087
|
+
"engines": {
|
|
4088
|
+
"node": ">= 0.4"
|
|
4089
|
+
},
|
|
4090
|
+
"funding": {
|
|
4091
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4092
|
+
}
|
|
4093
|
+
},
|
|
4094
|
+
"node_modules/side-channel-list": {
|
|
4095
|
+
"version": "1.0.0",
|
|
4096
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/side-channel-list/-/side-channel-list-1.0.0.tgz",
|
|
4097
|
+
"integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
|
|
4098
|
+
"license": "MIT",
|
|
4099
|
+
"dependencies": {
|
|
4100
|
+
"es-errors": "^1.3.0",
|
|
4101
|
+
"object-inspect": "^1.13.3"
|
|
4102
|
+
},
|
|
4103
|
+
"engines": {
|
|
4104
|
+
"node": ">= 0.4"
|
|
4105
|
+
},
|
|
4106
|
+
"funding": {
|
|
4107
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4108
|
+
}
|
|
4109
|
+
},
|
|
4110
|
+
"node_modules/side-channel-map": {
|
|
4111
|
+
"version": "1.0.1",
|
|
4112
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/side-channel-map/-/side-channel-map-1.0.1.tgz",
|
|
4113
|
+
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
|
4114
|
+
"license": "MIT",
|
|
4115
|
+
"dependencies": {
|
|
4116
|
+
"call-bound": "^1.0.2",
|
|
4117
|
+
"es-errors": "^1.3.0",
|
|
4118
|
+
"get-intrinsic": "^1.2.5",
|
|
4119
|
+
"object-inspect": "^1.13.3"
|
|
4120
|
+
},
|
|
4121
|
+
"engines": {
|
|
4122
|
+
"node": ">= 0.4"
|
|
4123
|
+
},
|
|
4124
|
+
"funding": {
|
|
4125
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4126
|
+
}
|
|
4127
|
+
},
|
|
4128
|
+
"node_modules/side-channel-weakmap": {
|
|
4129
|
+
"version": "1.0.2",
|
|
4130
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
|
|
4131
|
+
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
|
4132
|
+
"license": "MIT",
|
|
4133
|
+
"dependencies": {
|
|
4134
|
+
"call-bound": "^1.0.2",
|
|
4135
|
+
"es-errors": "^1.3.0",
|
|
4136
|
+
"get-intrinsic": "^1.2.5",
|
|
4137
|
+
"object-inspect": "^1.13.3",
|
|
4138
|
+
"side-channel-map": "^1.0.1"
|
|
4139
|
+
},
|
|
4140
|
+
"engines": {
|
|
4141
|
+
"node": ">= 0.4"
|
|
4142
|
+
},
|
|
4143
|
+
"funding": {
|
|
4144
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4145
|
+
}
|
|
4146
|
+
},
|
|
3524
4147
|
"node_modules/signal-exit": {
|
|
3525
4148
|
"version": "4.1.0",
|
|
3526
4149
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3627,13 +4250,21 @@
|
|
|
3627
4250
|
"node": ">= 6"
|
|
3628
4251
|
}
|
|
3629
4252
|
},
|
|
4253
|
+
"node_modules/statuses": {
|
|
4254
|
+
"version": "2.0.2",
|
|
4255
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/statuses/-/statuses-2.0.2.tgz",
|
|
4256
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
4257
|
+
"license": "MIT",
|
|
4258
|
+
"engines": {
|
|
4259
|
+
"node": ">= 0.8"
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
3630
4262
|
"node_modules/string_decoder": {
|
|
3631
4263
|
"version": "1.3.0",
|
|
3632
4264
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
3633
4265
|
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
3634
4266
|
"dev": true,
|
|
3635
4267
|
"license": "MIT",
|
|
3636
|
-
"peer": true,
|
|
3637
4268
|
"dependencies": {
|
|
3638
4269
|
"safe-buffer": "~5.2.0"
|
|
3639
4270
|
}
|
|
@@ -3745,7 +4376,6 @@
|
|
|
3745
4376
|
"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
3746
4377
|
"dev": true,
|
|
3747
4378
|
"license": "MIT",
|
|
3748
|
-
"peer": true,
|
|
3749
4379
|
"dependencies": {
|
|
3750
4380
|
"bl": "^4.0.3",
|
|
3751
4381
|
"end-of-stream": "^1.4.1",
|
|
@@ -3826,6 +4456,15 @@
|
|
|
3826
4456
|
"tmp": "^0.2.0"
|
|
3827
4457
|
}
|
|
3828
4458
|
},
|
|
4459
|
+
"node_modules/toidentifier": {
|
|
4460
|
+
"version": "1.0.1",
|
|
4461
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
4462
|
+
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
|
4463
|
+
"license": "MIT",
|
|
4464
|
+
"engines": {
|
|
4465
|
+
"node": ">=0.6"
|
|
4466
|
+
}
|
|
4467
|
+
},
|
|
3829
4468
|
"node_modules/truncate-utf8-bytes": {
|
|
3830
4469
|
"version": "1.0.2",
|
|
3831
4470
|
"resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz",
|
|
@@ -3850,6 +4489,41 @@
|
|
|
3850
4489
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3851
4490
|
}
|
|
3852
4491
|
},
|
|
4492
|
+
"node_modules/type-is": {
|
|
4493
|
+
"version": "2.0.1",
|
|
4494
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/type-is/-/type-is-2.0.1.tgz",
|
|
4495
|
+
"integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
|
|
4496
|
+
"license": "MIT",
|
|
4497
|
+
"dependencies": {
|
|
4498
|
+
"content-type": "^1.0.5",
|
|
4499
|
+
"media-typer": "^1.1.0",
|
|
4500
|
+
"mime-types": "^3.0.0"
|
|
4501
|
+
},
|
|
4502
|
+
"engines": {
|
|
4503
|
+
"node": ">= 0.6"
|
|
4504
|
+
}
|
|
4505
|
+
},
|
|
4506
|
+
"node_modules/type-is/node_modules/mime-db": {
|
|
4507
|
+
"version": "1.54.0",
|
|
4508
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/mime-db/-/mime-db-1.54.0.tgz",
|
|
4509
|
+
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
4510
|
+
"license": "MIT",
|
|
4511
|
+
"engines": {
|
|
4512
|
+
"node": ">= 0.6"
|
|
4513
|
+
}
|
|
4514
|
+
},
|
|
4515
|
+
"node_modules/type-is/node_modules/mime-types": {
|
|
4516
|
+
"version": "3.0.1",
|
|
4517
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/mime-types/-/mime-types-3.0.1.tgz",
|
|
4518
|
+
"integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
|
|
4519
|
+
"license": "MIT",
|
|
4520
|
+
"dependencies": {
|
|
4521
|
+
"mime-db": "^1.54.0"
|
|
4522
|
+
},
|
|
4523
|
+
"engines": {
|
|
4524
|
+
"node": ">= 0.6"
|
|
4525
|
+
}
|
|
4526
|
+
},
|
|
3853
4527
|
"node_modules/typescript": {
|
|
3854
4528
|
"version": "5.9.3",
|
|
3855
4529
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
@@ -3881,11 +4555,19 @@
|
|
|
3881
4555
|
"node": ">= 4.0.0"
|
|
3882
4556
|
}
|
|
3883
4557
|
},
|
|
4558
|
+
"node_modules/unpipe": {
|
|
4559
|
+
"version": "1.0.0",
|
|
4560
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/unpipe/-/unpipe-1.0.0.tgz",
|
|
4561
|
+
"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
|
|
4562
|
+
"license": "MIT",
|
|
4563
|
+
"engines": {
|
|
4564
|
+
"node": ">= 0.8"
|
|
4565
|
+
}
|
|
4566
|
+
},
|
|
3884
4567
|
"node_modules/uri-js": {
|
|
3885
4568
|
"version": "4.4.1",
|
|
3886
4569
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
3887
4570
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
3888
|
-
"dev": true,
|
|
3889
4571
|
"license": "BSD-2-Clause",
|
|
3890
4572
|
"dependencies": {
|
|
3891
4573
|
"punycode": "^2.1.0"
|
|
@@ -3903,8 +4585,16 @@
|
|
|
3903
4585
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
3904
4586
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
3905
4587
|
"dev": true,
|
|
4588
|
+
"license": "MIT"
|
|
4589
|
+
},
|
|
4590
|
+
"node_modules/vary": {
|
|
4591
|
+
"version": "1.1.2",
|
|
4592
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/vary/-/vary-1.1.2.tgz",
|
|
4593
|
+
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
|
|
3906
4594
|
"license": "MIT",
|
|
3907
|
-
"
|
|
4595
|
+
"engines": {
|
|
4596
|
+
"node": ">= 0.8"
|
|
4597
|
+
}
|
|
3908
4598
|
},
|
|
3909
4599
|
"node_modules/verror": {
|
|
3910
4600
|
"version": "1.10.1",
|
|
@@ -3926,7 +4616,6 @@
|
|
|
3926
4616
|
"version": "2.0.2",
|
|
3927
4617
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
3928
4618
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
3929
|
-
"dev": true,
|
|
3930
4619
|
"license": "ISC",
|
|
3931
4620
|
"dependencies": {
|
|
3932
4621
|
"isexe": "^2.0.0"
|
|
@@ -3979,7 +4668,6 @@
|
|
|
3979
4668
|
"version": "1.0.2",
|
|
3980
4669
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
3981
4670
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
3982
|
-
"dev": true,
|
|
3983
4671
|
"license": "ISC"
|
|
3984
4672
|
},
|
|
3985
4673
|
"node_modules/xmlbuilder": {
|
|
@@ -4054,7 +4742,6 @@
|
|
|
4054
4742
|
"integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==",
|
|
4055
4743
|
"dev": true,
|
|
4056
4744
|
"license": "MIT",
|
|
4057
|
-
"peer": true,
|
|
4058
4745
|
"dependencies": {
|
|
4059
4746
|
"archiver-utils": "^3.0.4",
|
|
4060
4747
|
"compress-commons": "^4.1.2",
|
|
@@ -4070,7 +4757,6 @@
|
|
|
4070
4757
|
"integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==",
|
|
4071
4758
|
"dev": true,
|
|
4072
4759
|
"license": "MIT",
|
|
4073
|
-
"peer": true,
|
|
4074
4760
|
"dependencies": {
|
|
4075
4761
|
"glob": "^7.2.3",
|
|
4076
4762
|
"graceful-fs": "^4.2.0",
|
|
@@ -4086,6 +4772,25 @@
|
|
|
4086
4772
|
"engines": {
|
|
4087
4773
|
"node": ">= 10"
|
|
4088
4774
|
}
|
|
4775
|
+
},
|
|
4776
|
+
"node_modules/zod": {
|
|
4777
|
+
"version": "3.25.76",
|
|
4778
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/zod/-/zod-3.25.76.tgz",
|
|
4779
|
+
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
4780
|
+
"license": "MIT",
|
|
4781
|
+
"peer": true,
|
|
4782
|
+
"funding": {
|
|
4783
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
4784
|
+
}
|
|
4785
|
+
},
|
|
4786
|
+
"node_modules/zod-to-json-schema": {
|
|
4787
|
+
"version": "3.24.6",
|
|
4788
|
+
"resolved": "https://mirrors.huaweicloud.com/repository/npm/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz",
|
|
4789
|
+
"integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==",
|
|
4790
|
+
"license": "ISC",
|
|
4791
|
+
"peerDependencies": {
|
|
4792
|
+
"zod": "^3.24.1"
|
|
4793
|
+
}
|
|
4089
4794
|
}
|
|
4090
4795
|
}
|
|
4091
4796
|
}
|