uudev 1.0.0 → 1.1.1
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/apptemplate/office/package-lock.json +1648 -51
- package/apptemplate/office/package.json +3 -3
- package/apptemplate/office/src_excel/App.vue +13 -0
- package/apptemplate/office/src_excel/demo/demo.vue +51 -0
- package/apptemplate/office/src_excel/router/index.ts +19 -0
- package/apptemplate/office/src_ppt/App.vue +13 -0
- package/apptemplate/office/src_ppt/demo/demo.vue +63 -0
- package/apptemplate/office/src_ppt/main.ts +9 -0
- package/apptemplate/office/src_ppt/router/index.ts +19 -0
- package/apptemplate/office/src_word/App.vue +13 -0
- package/apptemplate/office/src_word/demo/demo.vue +51 -0
- package/apptemplate/office/src_word/main.ts +9 -0
- package/apptemplate/office/src_word/router/index.ts +19 -0
- package/apptemplate/office/tsconfig.app.json +2 -0
- package/apptemplate/office/tsconfig.node.json +1 -1
- package/apptemplate/office/vite.config.ts +3 -4
- package/dtstype/base.d.ts +5 -0
- package/dtstype/enum/excel_enum.d.ts +4727 -0
- package/dtstype/enum/mso_enum.d.ts +6452 -0
- package/dtstype/enum/ppt_enum.d.ts +2656 -0
- package/dtstype/enum/word_enum.d.ts +7862 -0
- package/dtstype/excel.d.ts +8358 -0
- package/dtstype/mso.d.ts +3107 -0
- package/dtstype/ppt.d.ts +3224 -0
- package/dtstype/word.d.ts +6786 -0
- package/main.js +4 -3
- package/package.json +14 -2
- package/apptemplate/office/src/App.vue +0 -11
- package/apptemplate/office/src/router/index.ts +0 -19
- /package/apptemplate/office/{src → src_excel}/main.ts +0 -0
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"oxlint": "~1.51.0",
|
|
27
27
|
"prettier": "3.8.1",
|
|
28
28
|
"typescript": "~5.9.3",
|
|
29
|
-
"
|
|
29
|
+
"uudev": "latest",
|
|
30
30
|
"vite": "^7.3.1",
|
|
31
31
|
"vite-plugin-vue-devtools": "^8.0.7",
|
|
32
32
|
"vue-tsc": "^3.2.5"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"../..": {
|
|
39
39
|
"version": "1.0.0",
|
|
40
|
-
"
|
|
40
|
+
"extraneous": true,
|
|
41
41
|
"license": "ISC",
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"archiver": "^7.0.1",
|
|
@@ -1123,6 +1123,392 @@
|
|
|
1123
1123
|
"url": "https://github.com/sponsors/nzakas"
|
|
1124
1124
|
}
|
|
1125
1125
|
},
|
|
1126
|
+
"node_modules/@inquirer/ansi": {
|
|
1127
|
+
"version": "1.0.2",
|
|
1128
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/ansi/-/ansi-1.0.2.tgz",
|
|
1129
|
+
"integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
|
|
1130
|
+
"dev": true,
|
|
1131
|
+
"license": "MIT",
|
|
1132
|
+
"engines": {
|
|
1133
|
+
"node": ">=18"
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"node_modules/@inquirer/checkbox": {
|
|
1137
|
+
"version": "4.3.2",
|
|
1138
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/checkbox/-/checkbox-4.3.2.tgz",
|
|
1139
|
+
"integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==",
|
|
1140
|
+
"dev": true,
|
|
1141
|
+
"license": "MIT",
|
|
1142
|
+
"dependencies": {
|
|
1143
|
+
"@inquirer/ansi": "^1.0.2",
|
|
1144
|
+
"@inquirer/core": "^10.3.2",
|
|
1145
|
+
"@inquirer/figures": "^1.0.15",
|
|
1146
|
+
"@inquirer/type": "^3.0.10",
|
|
1147
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
1148
|
+
},
|
|
1149
|
+
"engines": {
|
|
1150
|
+
"node": ">=18"
|
|
1151
|
+
},
|
|
1152
|
+
"peerDependencies": {
|
|
1153
|
+
"@types/node": ">=18"
|
|
1154
|
+
},
|
|
1155
|
+
"peerDependenciesMeta": {
|
|
1156
|
+
"@types/node": {
|
|
1157
|
+
"optional": true
|
|
1158
|
+
}
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
"node_modules/@inquirer/confirm": {
|
|
1162
|
+
"version": "5.1.21",
|
|
1163
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/confirm/-/confirm-5.1.21.tgz",
|
|
1164
|
+
"integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
|
|
1165
|
+
"dev": true,
|
|
1166
|
+
"license": "MIT",
|
|
1167
|
+
"dependencies": {
|
|
1168
|
+
"@inquirer/core": "^10.3.2",
|
|
1169
|
+
"@inquirer/type": "^3.0.10"
|
|
1170
|
+
},
|
|
1171
|
+
"engines": {
|
|
1172
|
+
"node": ">=18"
|
|
1173
|
+
},
|
|
1174
|
+
"peerDependencies": {
|
|
1175
|
+
"@types/node": ">=18"
|
|
1176
|
+
},
|
|
1177
|
+
"peerDependenciesMeta": {
|
|
1178
|
+
"@types/node": {
|
|
1179
|
+
"optional": true
|
|
1180
|
+
}
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
"node_modules/@inquirer/core": {
|
|
1184
|
+
"version": "10.3.2",
|
|
1185
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/core/-/core-10.3.2.tgz",
|
|
1186
|
+
"integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
|
|
1187
|
+
"dev": true,
|
|
1188
|
+
"license": "MIT",
|
|
1189
|
+
"dependencies": {
|
|
1190
|
+
"@inquirer/ansi": "^1.0.2",
|
|
1191
|
+
"@inquirer/figures": "^1.0.15",
|
|
1192
|
+
"@inquirer/type": "^3.0.10",
|
|
1193
|
+
"cli-width": "^4.1.0",
|
|
1194
|
+
"mute-stream": "^2.0.0",
|
|
1195
|
+
"signal-exit": "^4.1.0",
|
|
1196
|
+
"wrap-ansi": "^6.2.0",
|
|
1197
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
1198
|
+
},
|
|
1199
|
+
"engines": {
|
|
1200
|
+
"node": ">=18"
|
|
1201
|
+
},
|
|
1202
|
+
"peerDependencies": {
|
|
1203
|
+
"@types/node": ">=18"
|
|
1204
|
+
},
|
|
1205
|
+
"peerDependenciesMeta": {
|
|
1206
|
+
"@types/node": {
|
|
1207
|
+
"optional": true
|
|
1208
|
+
}
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1211
|
+
"node_modules/@inquirer/editor": {
|
|
1212
|
+
"version": "4.2.23",
|
|
1213
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/editor/-/editor-4.2.23.tgz",
|
|
1214
|
+
"integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==",
|
|
1215
|
+
"dev": true,
|
|
1216
|
+
"license": "MIT",
|
|
1217
|
+
"dependencies": {
|
|
1218
|
+
"@inquirer/core": "^10.3.2",
|
|
1219
|
+
"@inquirer/external-editor": "^1.0.3",
|
|
1220
|
+
"@inquirer/type": "^3.0.10"
|
|
1221
|
+
},
|
|
1222
|
+
"engines": {
|
|
1223
|
+
"node": ">=18"
|
|
1224
|
+
},
|
|
1225
|
+
"peerDependencies": {
|
|
1226
|
+
"@types/node": ">=18"
|
|
1227
|
+
},
|
|
1228
|
+
"peerDependenciesMeta": {
|
|
1229
|
+
"@types/node": {
|
|
1230
|
+
"optional": true
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
"node_modules/@inquirer/expand": {
|
|
1235
|
+
"version": "4.0.23",
|
|
1236
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/expand/-/expand-4.0.23.tgz",
|
|
1237
|
+
"integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==",
|
|
1238
|
+
"dev": true,
|
|
1239
|
+
"license": "MIT",
|
|
1240
|
+
"dependencies": {
|
|
1241
|
+
"@inquirer/core": "^10.3.2",
|
|
1242
|
+
"@inquirer/type": "^3.0.10",
|
|
1243
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
1244
|
+
},
|
|
1245
|
+
"engines": {
|
|
1246
|
+
"node": ">=18"
|
|
1247
|
+
},
|
|
1248
|
+
"peerDependencies": {
|
|
1249
|
+
"@types/node": ">=18"
|
|
1250
|
+
},
|
|
1251
|
+
"peerDependenciesMeta": {
|
|
1252
|
+
"@types/node": {
|
|
1253
|
+
"optional": true
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
},
|
|
1257
|
+
"node_modules/@inquirer/external-editor": {
|
|
1258
|
+
"version": "1.0.3",
|
|
1259
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
|
|
1260
|
+
"integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
|
|
1261
|
+
"dev": true,
|
|
1262
|
+
"license": "MIT",
|
|
1263
|
+
"dependencies": {
|
|
1264
|
+
"chardet": "^2.1.1",
|
|
1265
|
+
"iconv-lite": "^0.7.0"
|
|
1266
|
+
},
|
|
1267
|
+
"engines": {
|
|
1268
|
+
"node": ">=18"
|
|
1269
|
+
},
|
|
1270
|
+
"peerDependencies": {
|
|
1271
|
+
"@types/node": ">=18"
|
|
1272
|
+
},
|
|
1273
|
+
"peerDependenciesMeta": {
|
|
1274
|
+
"@types/node": {
|
|
1275
|
+
"optional": true
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
"node_modules/@inquirer/figures": {
|
|
1280
|
+
"version": "1.0.15",
|
|
1281
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/figures/-/figures-1.0.15.tgz",
|
|
1282
|
+
"integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
|
|
1283
|
+
"dev": true,
|
|
1284
|
+
"license": "MIT",
|
|
1285
|
+
"engines": {
|
|
1286
|
+
"node": ">=18"
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
"node_modules/@inquirer/input": {
|
|
1290
|
+
"version": "4.3.1",
|
|
1291
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/input/-/input-4.3.1.tgz",
|
|
1292
|
+
"integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
|
|
1293
|
+
"dev": true,
|
|
1294
|
+
"license": "MIT",
|
|
1295
|
+
"dependencies": {
|
|
1296
|
+
"@inquirer/core": "^10.3.2",
|
|
1297
|
+
"@inquirer/type": "^3.0.10"
|
|
1298
|
+
},
|
|
1299
|
+
"engines": {
|
|
1300
|
+
"node": ">=18"
|
|
1301
|
+
},
|
|
1302
|
+
"peerDependencies": {
|
|
1303
|
+
"@types/node": ">=18"
|
|
1304
|
+
},
|
|
1305
|
+
"peerDependenciesMeta": {
|
|
1306
|
+
"@types/node": {
|
|
1307
|
+
"optional": true
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
"node_modules/@inquirer/number": {
|
|
1312
|
+
"version": "3.0.23",
|
|
1313
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/number/-/number-3.0.23.tgz",
|
|
1314
|
+
"integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==",
|
|
1315
|
+
"dev": true,
|
|
1316
|
+
"license": "MIT",
|
|
1317
|
+
"dependencies": {
|
|
1318
|
+
"@inquirer/core": "^10.3.2",
|
|
1319
|
+
"@inquirer/type": "^3.0.10"
|
|
1320
|
+
},
|
|
1321
|
+
"engines": {
|
|
1322
|
+
"node": ">=18"
|
|
1323
|
+
},
|
|
1324
|
+
"peerDependencies": {
|
|
1325
|
+
"@types/node": ">=18"
|
|
1326
|
+
},
|
|
1327
|
+
"peerDependenciesMeta": {
|
|
1328
|
+
"@types/node": {
|
|
1329
|
+
"optional": true
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
"node_modules/@inquirer/password": {
|
|
1334
|
+
"version": "4.0.23",
|
|
1335
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/password/-/password-4.0.23.tgz",
|
|
1336
|
+
"integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
|
|
1337
|
+
"dev": true,
|
|
1338
|
+
"license": "MIT",
|
|
1339
|
+
"dependencies": {
|
|
1340
|
+
"@inquirer/ansi": "^1.0.2",
|
|
1341
|
+
"@inquirer/core": "^10.3.2",
|
|
1342
|
+
"@inquirer/type": "^3.0.10"
|
|
1343
|
+
},
|
|
1344
|
+
"engines": {
|
|
1345
|
+
"node": ">=18"
|
|
1346
|
+
},
|
|
1347
|
+
"peerDependencies": {
|
|
1348
|
+
"@types/node": ">=18"
|
|
1349
|
+
},
|
|
1350
|
+
"peerDependenciesMeta": {
|
|
1351
|
+
"@types/node": {
|
|
1352
|
+
"optional": true
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
"node_modules/@inquirer/prompts": {
|
|
1357
|
+
"version": "7.10.1",
|
|
1358
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/prompts/-/prompts-7.10.1.tgz",
|
|
1359
|
+
"integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==",
|
|
1360
|
+
"dev": true,
|
|
1361
|
+
"license": "MIT",
|
|
1362
|
+
"dependencies": {
|
|
1363
|
+
"@inquirer/checkbox": "^4.3.2",
|
|
1364
|
+
"@inquirer/confirm": "^5.1.21",
|
|
1365
|
+
"@inquirer/editor": "^4.2.23",
|
|
1366
|
+
"@inquirer/expand": "^4.0.23",
|
|
1367
|
+
"@inquirer/input": "^4.3.1",
|
|
1368
|
+
"@inquirer/number": "^3.0.23",
|
|
1369
|
+
"@inquirer/password": "^4.0.23",
|
|
1370
|
+
"@inquirer/rawlist": "^4.1.11",
|
|
1371
|
+
"@inquirer/search": "^3.2.2",
|
|
1372
|
+
"@inquirer/select": "^4.4.2"
|
|
1373
|
+
},
|
|
1374
|
+
"engines": {
|
|
1375
|
+
"node": ">=18"
|
|
1376
|
+
},
|
|
1377
|
+
"peerDependencies": {
|
|
1378
|
+
"@types/node": ">=18"
|
|
1379
|
+
},
|
|
1380
|
+
"peerDependenciesMeta": {
|
|
1381
|
+
"@types/node": {
|
|
1382
|
+
"optional": true
|
|
1383
|
+
}
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
"node_modules/@inquirer/rawlist": {
|
|
1387
|
+
"version": "4.1.11",
|
|
1388
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/rawlist/-/rawlist-4.1.11.tgz",
|
|
1389
|
+
"integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==",
|
|
1390
|
+
"dev": true,
|
|
1391
|
+
"license": "MIT",
|
|
1392
|
+
"dependencies": {
|
|
1393
|
+
"@inquirer/core": "^10.3.2",
|
|
1394
|
+
"@inquirer/type": "^3.0.10",
|
|
1395
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
1396
|
+
},
|
|
1397
|
+
"engines": {
|
|
1398
|
+
"node": ">=18"
|
|
1399
|
+
},
|
|
1400
|
+
"peerDependencies": {
|
|
1401
|
+
"@types/node": ">=18"
|
|
1402
|
+
},
|
|
1403
|
+
"peerDependenciesMeta": {
|
|
1404
|
+
"@types/node": {
|
|
1405
|
+
"optional": true
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
},
|
|
1409
|
+
"node_modules/@inquirer/search": {
|
|
1410
|
+
"version": "3.2.2",
|
|
1411
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/search/-/search-3.2.2.tgz",
|
|
1412
|
+
"integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==",
|
|
1413
|
+
"dev": true,
|
|
1414
|
+
"license": "MIT",
|
|
1415
|
+
"dependencies": {
|
|
1416
|
+
"@inquirer/core": "^10.3.2",
|
|
1417
|
+
"@inquirer/figures": "^1.0.15",
|
|
1418
|
+
"@inquirer/type": "^3.0.10",
|
|
1419
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
1420
|
+
},
|
|
1421
|
+
"engines": {
|
|
1422
|
+
"node": ">=18"
|
|
1423
|
+
},
|
|
1424
|
+
"peerDependencies": {
|
|
1425
|
+
"@types/node": ">=18"
|
|
1426
|
+
},
|
|
1427
|
+
"peerDependenciesMeta": {
|
|
1428
|
+
"@types/node": {
|
|
1429
|
+
"optional": true
|
|
1430
|
+
}
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
"node_modules/@inquirer/select": {
|
|
1434
|
+
"version": "4.4.2",
|
|
1435
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/select/-/select-4.4.2.tgz",
|
|
1436
|
+
"integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
|
|
1437
|
+
"dev": true,
|
|
1438
|
+
"license": "MIT",
|
|
1439
|
+
"dependencies": {
|
|
1440
|
+
"@inquirer/ansi": "^1.0.2",
|
|
1441
|
+
"@inquirer/core": "^10.3.2",
|
|
1442
|
+
"@inquirer/figures": "^1.0.15",
|
|
1443
|
+
"@inquirer/type": "^3.0.10",
|
|
1444
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
1445
|
+
},
|
|
1446
|
+
"engines": {
|
|
1447
|
+
"node": ">=18"
|
|
1448
|
+
},
|
|
1449
|
+
"peerDependencies": {
|
|
1450
|
+
"@types/node": ">=18"
|
|
1451
|
+
},
|
|
1452
|
+
"peerDependenciesMeta": {
|
|
1453
|
+
"@types/node": {
|
|
1454
|
+
"optional": true
|
|
1455
|
+
}
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
"node_modules/@inquirer/type": {
|
|
1459
|
+
"version": "3.0.10",
|
|
1460
|
+
"resolved": "https://registry.npmmirror.com/@inquirer/type/-/type-3.0.10.tgz",
|
|
1461
|
+
"integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
|
|
1462
|
+
"dev": true,
|
|
1463
|
+
"license": "MIT",
|
|
1464
|
+
"engines": {
|
|
1465
|
+
"node": ">=18"
|
|
1466
|
+
},
|
|
1467
|
+
"peerDependencies": {
|
|
1468
|
+
"@types/node": ">=18"
|
|
1469
|
+
},
|
|
1470
|
+
"peerDependenciesMeta": {
|
|
1471
|
+
"@types/node": {
|
|
1472
|
+
"optional": true
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
},
|
|
1476
|
+
"node_modules/@isaacs/cliui": {
|
|
1477
|
+
"version": "8.0.2",
|
|
1478
|
+
"resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
1479
|
+
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
1480
|
+
"dev": true,
|
|
1481
|
+
"license": "ISC",
|
|
1482
|
+
"dependencies": {
|
|
1483
|
+
"string-width": "^5.1.2",
|
|
1484
|
+
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
1485
|
+
"strip-ansi": "^7.0.1",
|
|
1486
|
+
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
1487
|
+
"wrap-ansi": "^8.1.0",
|
|
1488
|
+
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
1489
|
+
},
|
|
1490
|
+
"engines": {
|
|
1491
|
+
"node": ">=12"
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
|
|
1495
|
+
"version": "8.1.0",
|
|
1496
|
+
"resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
1497
|
+
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
1498
|
+
"dev": true,
|
|
1499
|
+
"license": "MIT",
|
|
1500
|
+
"dependencies": {
|
|
1501
|
+
"ansi-styles": "^6.1.0",
|
|
1502
|
+
"string-width": "^5.0.1",
|
|
1503
|
+
"strip-ansi": "^7.0.1"
|
|
1504
|
+
},
|
|
1505
|
+
"engines": {
|
|
1506
|
+
"node": ">=12"
|
|
1507
|
+
},
|
|
1508
|
+
"funding": {
|
|
1509
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1126
1512
|
"node_modules/@jridgewell/gen-mapping": {
|
|
1127
1513
|
"version": "0.3.13",
|
|
1128
1514
|
"resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
@@ -1529,6 +1915,17 @@
|
|
|
1529
1915
|
"node": "^20.19.0 || >=22.12.0"
|
|
1530
1916
|
}
|
|
1531
1917
|
},
|
|
1918
|
+
"node_modules/@pkgjs/parseargs": {
|
|
1919
|
+
"version": "0.11.0",
|
|
1920
|
+
"resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
1921
|
+
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
1922
|
+
"dev": true,
|
|
1923
|
+
"license": "MIT",
|
|
1924
|
+
"optional": true,
|
|
1925
|
+
"engines": {
|
|
1926
|
+
"node": ">=14"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1532
1929
|
"node_modules/@polka/url": {
|
|
1533
1930
|
"version": "1.0.0-next.29",
|
|
1534
1931
|
"resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
|
|
@@ -2222,7 +2619,7 @@
|
|
|
2222
2619
|
},
|
|
2223
2620
|
"node_modules/@vue-macros/common": {
|
|
2224
2621
|
"version": "3.1.2",
|
|
2225
|
-
"resolved": "https://registry.
|
|
2622
|
+
"resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.2.tgz",
|
|
2226
2623
|
"integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==",
|
|
2227
2624
|
"license": "MIT",
|
|
2228
2625
|
"dependencies": {
|
|
@@ -2351,12 +2748,12 @@
|
|
|
2351
2748
|
}
|
|
2352
2749
|
},
|
|
2353
2750
|
"node_modules/@vue/devtools-api": {
|
|
2354
|
-
"version": "8.1.
|
|
2355
|
-
"resolved": "https://registry.
|
|
2356
|
-
"integrity": "sha512-
|
|
2751
|
+
"version": "8.1.1",
|
|
2752
|
+
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.1.1.tgz",
|
|
2753
|
+
"integrity": "sha512-bsDMJ07b3GN1puVwJb/fyFnj/U2imyswK5UQVLZwVl7O05jDrt6BHxeG5XffmOOdasOj/bOmIjxJvGPxU7pcqw==",
|
|
2357
2754
|
"license": "MIT",
|
|
2358
2755
|
"dependencies": {
|
|
2359
|
-
"@vue/devtools-kit": "^8.1.
|
|
2756
|
+
"@vue/devtools-kit": "^8.1.1"
|
|
2360
2757
|
}
|
|
2361
2758
|
},
|
|
2362
2759
|
"node_modules/@vue/devtools-core": {
|
|
@@ -2374,21 +2771,21 @@
|
|
|
2374
2771
|
}
|
|
2375
2772
|
},
|
|
2376
2773
|
"node_modules/@vue/devtools-kit": {
|
|
2377
|
-
"version": "8.1.
|
|
2378
|
-
"resolved": "https://registry.
|
|
2379
|
-
"integrity": "sha512
|
|
2774
|
+
"version": "8.1.1",
|
|
2775
|
+
"resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.1.1.tgz",
|
|
2776
|
+
"integrity": "sha512-gVBaBv++i+adg4JpH71k9ppl4soyR7Y2McEqO5YNgv0BI1kMZ7BDX5gnwkZ5COYgiCyhejZG+yGNrBAjj6Coqg==",
|
|
2380
2777
|
"license": "MIT",
|
|
2381
2778
|
"dependencies": {
|
|
2382
|
-
"@vue/devtools-shared": "^8.1.
|
|
2779
|
+
"@vue/devtools-shared": "^8.1.1",
|
|
2383
2780
|
"birpc": "^2.6.1",
|
|
2384
2781
|
"hookable": "^5.5.3",
|
|
2385
2782
|
"perfect-debounce": "^2.0.0"
|
|
2386
2783
|
}
|
|
2387
2784
|
},
|
|
2388
2785
|
"node_modules/@vue/devtools-shared": {
|
|
2389
|
-
"version": "8.1.
|
|
2390
|
-
"resolved": "https://registry.
|
|
2391
|
-
"integrity": "sha512
|
|
2786
|
+
"version": "8.1.1",
|
|
2787
|
+
"resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.1.tgz",
|
|
2788
|
+
"integrity": "sha512-+h4ttmJYl/txpxHKaoZcaKpC+pvckgLzIDiSQlaQ7kKthKh8KuwoLW2D8hPJEnqKzXOvu15UHEoGyngAXCz0EQ==",
|
|
2392
2789
|
"license": "MIT"
|
|
2393
2790
|
},
|
|
2394
2791
|
"node_modules/@vue/eslint-config-typescript": {
|
|
@@ -2515,8 +2912,21 @@
|
|
|
2515
2912
|
}
|
|
2516
2913
|
}
|
|
2517
2914
|
},
|
|
2518
|
-
"node_modules/
|
|
2519
|
-
"version": "
|
|
2915
|
+
"node_modules/abort-controller": {
|
|
2916
|
+
"version": "3.0.0",
|
|
2917
|
+
"resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
2918
|
+
"integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
|
|
2919
|
+
"dev": true,
|
|
2920
|
+
"license": "MIT",
|
|
2921
|
+
"dependencies": {
|
|
2922
|
+
"event-target-shim": "^5.0.0"
|
|
2923
|
+
},
|
|
2924
|
+
"engines": {
|
|
2925
|
+
"node": ">=6.5"
|
|
2926
|
+
}
|
|
2927
|
+
},
|
|
2928
|
+
"node_modules/acorn": {
|
|
2929
|
+
"version": "8.16.0",
|
|
2520
2930
|
"resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.16.0.tgz",
|
|
2521
2931
|
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
2522
2932
|
"license": "MIT",
|
|
@@ -2561,6 +2971,19 @@
|
|
|
2561
2971
|
"dev": true,
|
|
2562
2972
|
"license": "MIT"
|
|
2563
2973
|
},
|
|
2974
|
+
"node_modules/ansi-regex": {
|
|
2975
|
+
"version": "6.2.2",
|
|
2976
|
+
"resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
2977
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
2978
|
+
"dev": true,
|
|
2979
|
+
"license": "MIT",
|
|
2980
|
+
"engines": {
|
|
2981
|
+
"node": ">=12"
|
|
2982
|
+
},
|
|
2983
|
+
"funding": {
|
|
2984
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2564
2987
|
"node_modules/ansi-styles": {
|
|
2565
2988
|
"version": "6.2.3",
|
|
2566
2989
|
"resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
@@ -2584,9 +3007,47 @@
|
|
|
2584
3007
|
"node": ">=14"
|
|
2585
3008
|
}
|
|
2586
3009
|
},
|
|
3010
|
+
"node_modules/archiver": {
|
|
3011
|
+
"version": "7.0.1",
|
|
3012
|
+
"resolved": "https://registry.npmmirror.com/archiver/-/archiver-7.0.1.tgz",
|
|
3013
|
+
"integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
|
|
3014
|
+
"dev": true,
|
|
3015
|
+
"license": "MIT",
|
|
3016
|
+
"dependencies": {
|
|
3017
|
+
"archiver-utils": "^5.0.2",
|
|
3018
|
+
"async": "^3.2.4",
|
|
3019
|
+
"buffer-crc32": "^1.0.0",
|
|
3020
|
+
"readable-stream": "^4.0.0",
|
|
3021
|
+
"readdir-glob": "^1.1.2",
|
|
3022
|
+
"tar-stream": "^3.0.0",
|
|
3023
|
+
"zip-stream": "^6.0.1"
|
|
3024
|
+
},
|
|
3025
|
+
"engines": {
|
|
3026
|
+
"node": ">= 14"
|
|
3027
|
+
}
|
|
3028
|
+
},
|
|
3029
|
+
"node_modules/archiver-utils": {
|
|
3030
|
+
"version": "5.0.2",
|
|
3031
|
+
"resolved": "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-5.0.2.tgz",
|
|
3032
|
+
"integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
|
|
3033
|
+
"dev": true,
|
|
3034
|
+
"license": "MIT",
|
|
3035
|
+
"dependencies": {
|
|
3036
|
+
"glob": "^10.0.0",
|
|
3037
|
+
"graceful-fs": "^4.2.0",
|
|
3038
|
+
"is-stream": "^2.0.1",
|
|
3039
|
+
"lazystream": "^1.0.0",
|
|
3040
|
+
"lodash": "^4.17.15",
|
|
3041
|
+
"normalize-path": "^3.0.0",
|
|
3042
|
+
"readable-stream": "^4.0.0"
|
|
3043
|
+
},
|
|
3044
|
+
"engines": {
|
|
3045
|
+
"node": ">= 14"
|
|
3046
|
+
}
|
|
3047
|
+
},
|
|
2587
3048
|
"node_modules/ast-kit": {
|
|
2588
3049
|
"version": "2.2.0",
|
|
2589
|
-
"resolved": "https://registry.
|
|
3050
|
+
"resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz",
|
|
2590
3051
|
"integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
|
|
2591
3052
|
"license": "MIT",
|
|
2592
3053
|
"dependencies": {
|
|
@@ -2602,7 +3063,7 @@
|
|
|
2602
3063
|
},
|
|
2603
3064
|
"node_modules/ast-walker-scope": {
|
|
2604
3065
|
"version": "0.8.3",
|
|
2605
|
-
"resolved": "https://registry.
|
|
3066
|
+
"resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
|
|
2606
3067
|
"integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
|
|
2607
3068
|
"license": "MIT",
|
|
2608
3069
|
"dependencies": {
|
|
@@ -2616,6 +3077,28 @@
|
|
|
2616
3077
|
"url": "https://github.com/sponsors/sxzz"
|
|
2617
3078
|
}
|
|
2618
3079
|
},
|
|
3080
|
+
"node_modules/async": {
|
|
3081
|
+
"version": "3.2.6",
|
|
3082
|
+
"resolved": "https://registry.npmmirror.com/async/-/async-3.2.6.tgz",
|
|
3083
|
+
"integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
|
|
3084
|
+
"dev": true,
|
|
3085
|
+
"license": "MIT"
|
|
3086
|
+
},
|
|
3087
|
+
"node_modules/b4a": {
|
|
3088
|
+
"version": "1.8.0",
|
|
3089
|
+
"resolved": "https://registry.npmmirror.com/b4a/-/b4a-1.8.0.tgz",
|
|
3090
|
+
"integrity": "sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==",
|
|
3091
|
+
"dev": true,
|
|
3092
|
+
"license": "Apache-2.0",
|
|
3093
|
+
"peerDependencies": {
|
|
3094
|
+
"react-native-b4a": "*"
|
|
3095
|
+
},
|
|
3096
|
+
"peerDependenciesMeta": {
|
|
3097
|
+
"react-native-b4a": {
|
|
3098
|
+
"optional": true
|
|
3099
|
+
}
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
2619
3102
|
"node_modules/balanced-match": {
|
|
2620
3103
|
"version": "4.0.4",
|
|
2621
3104
|
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
@@ -2626,6 +3109,124 @@
|
|
|
2626
3109
|
"node": "18 || 20 || >=22"
|
|
2627
3110
|
}
|
|
2628
3111
|
},
|
|
3112
|
+
"node_modules/bare-events": {
|
|
3113
|
+
"version": "2.8.2",
|
|
3114
|
+
"resolved": "https://registry.npmmirror.com/bare-events/-/bare-events-2.8.2.tgz",
|
|
3115
|
+
"integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
|
|
3116
|
+
"dev": true,
|
|
3117
|
+
"license": "Apache-2.0",
|
|
3118
|
+
"peerDependencies": {
|
|
3119
|
+
"bare-abort-controller": "*"
|
|
3120
|
+
},
|
|
3121
|
+
"peerDependenciesMeta": {
|
|
3122
|
+
"bare-abort-controller": {
|
|
3123
|
+
"optional": true
|
|
3124
|
+
}
|
|
3125
|
+
}
|
|
3126
|
+
},
|
|
3127
|
+
"node_modules/bare-fs": {
|
|
3128
|
+
"version": "4.5.6",
|
|
3129
|
+
"resolved": "https://registry.npmmirror.com/bare-fs/-/bare-fs-4.5.6.tgz",
|
|
3130
|
+
"integrity": "sha512-1QovqDrR80Pmt5HPAsMsXTCFcDYr+NSUKW6nd6WO5v0JBmnItc/irNRzm2KOQ5oZ69P37y+AMujNyNtG+1Rggw==",
|
|
3131
|
+
"dev": true,
|
|
3132
|
+
"license": "Apache-2.0",
|
|
3133
|
+
"dependencies": {
|
|
3134
|
+
"bare-events": "^2.5.4",
|
|
3135
|
+
"bare-path": "^3.0.0",
|
|
3136
|
+
"bare-stream": "^2.6.4",
|
|
3137
|
+
"bare-url": "^2.2.2",
|
|
3138
|
+
"fast-fifo": "^1.3.2"
|
|
3139
|
+
},
|
|
3140
|
+
"engines": {
|
|
3141
|
+
"bare": ">=1.16.0"
|
|
3142
|
+
},
|
|
3143
|
+
"peerDependencies": {
|
|
3144
|
+
"bare-buffer": "*"
|
|
3145
|
+
},
|
|
3146
|
+
"peerDependenciesMeta": {
|
|
3147
|
+
"bare-buffer": {
|
|
3148
|
+
"optional": true
|
|
3149
|
+
}
|
|
3150
|
+
}
|
|
3151
|
+
},
|
|
3152
|
+
"node_modules/bare-os": {
|
|
3153
|
+
"version": "3.8.6",
|
|
3154
|
+
"resolved": "https://registry.npmmirror.com/bare-os/-/bare-os-3.8.6.tgz",
|
|
3155
|
+
"integrity": "sha512-l8xaNWWb/bXuzgsrlF5jaa5QYDJ9S0ddd54cP6CH+081+5iPrbJiCfBWQqrWYzmUhCbsH+WR6qxo9MeHVCr0MQ==",
|
|
3156
|
+
"dev": true,
|
|
3157
|
+
"license": "Apache-2.0",
|
|
3158
|
+
"engines": {
|
|
3159
|
+
"bare": ">=1.14.0"
|
|
3160
|
+
}
|
|
3161
|
+
},
|
|
3162
|
+
"node_modules/bare-path": {
|
|
3163
|
+
"version": "3.0.0",
|
|
3164
|
+
"resolved": "https://registry.npmmirror.com/bare-path/-/bare-path-3.0.0.tgz",
|
|
3165
|
+
"integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
|
|
3166
|
+
"dev": true,
|
|
3167
|
+
"license": "Apache-2.0",
|
|
3168
|
+
"dependencies": {
|
|
3169
|
+
"bare-os": "^3.0.1"
|
|
3170
|
+
}
|
|
3171
|
+
},
|
|
3172
|
+
"node_modules/bare-stream": {
|
|
3173
|
+
"version": "2.11.0",
|
|
3174
|
+
"resolved": "https://registry.npmmirror.com/bare-stream/-/bare-stream-2.11.0.tgz",
|
|
3175
|
+
"integrity": "sha512-Y/+iQ49fL3rIn6w/AVxI/2+BRrpmzJvdWt5Jv8Za6Ngqc6V227c+pYjYYgLdpR3MwQ9ObVXD0ZrqoBztakM0rw==",
|
|
3176
|
+
"dev": true,
|
|
3177
|
+
"license": "Apache-2.0",
|
|
3178
|
+
"dependencies": {
|
|
3179
|
+
"streamx": "^2.25.0",
|
|
3180
|
+
"teex": "^1.0.1"
|
|
3181
|
+
},
|
|
3182
|
+
"peerDependencies": {
|
|
3183
|
+
"bare-abort-controller": "*",
|
|
3184
|
+
"bare-buffer": "*",
|
|
3185
|
+
"bare-events": "*"
|
|
3186
|
+
},
|
|
3187
|
+
"peerDependenciesMeta": {
|
|
3188
|
+
"bare-abort-controller": {
|
|
3189
|
+
"optional": true
|
|
3190
|
+
},
|
|
3191
|
+
"bare-buffer": {
|
|
3192
|
+
"optional": true
|
|
3193
|
+
},
|
|
3194
|
+
"bare-events": {
|
|
3195
|
+
"optional": true
|
|
3196
|
+
}
|
|
3197
|
+
}
|
|
3198
|
+
},
|
|
3199
|
+
"node_modules/bare-url": {
|
|
3200
|
+
"version": "2.4.0",
|
|
3201
|
+
"resolved": "https://registry.npmmirror.com/bare-url/-/bare-url-2.4.0.tgz",
|
|
3202
|
+
"integrity": "sha512-NSTU5WN+fy/L0DDenfE8SXQna4voXuW0FHM7wH8i3/q9khUSchfPbPezO4zSFMnDGIf9YE+mt/RWhZgNRKRIXA==",
|
|
3203
|
+
"dev": true,
|
|
3204
|
+
"license": "Apache-2.0",
|
|
3205
|
+
"dependencies": {
|
|
3206
|
+
"bare-path": "^3.0.0"
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3209
|
+
"node_modules/base64-js": {
|
|
3210
|
+
"version": "1.5.1",
|
|
3211
|
+
"resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
|
|
3212
|
+
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
3213
|
+
"dev": true,
|
|
3214
|
+
"funding": [
|
|
3215
|
+
{
|
|
3216
|
+
"type": "github",
|
|
3217
|
+
"url": "https://github.com/sponsors/feross"
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"type": "patreon",
|
|
3221
|
+
"url": "https://www.patreon.com/feross"
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
"type": "consulting",
|
|
3225
|
+
"url": "https://feross.org/support"
|
|
3226
|
+
}
|
|
3227
|
+
],
|
|
3228
|
+
"license": "MIT"
|
|
3229
|
+
},
|
|
2629
3230
|
"node_modules/baseline-browser-mapping": {
|
|
2630
3231
|
"version": "2.10.10",
|
|
2631
3232
|
"resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.10.tgz",
|
|
@@ -2715,6 +3316,41 @@
|
|
|
2715
3316
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
2716
3317
|
}
|
|
2717
3318
|
},
|
|
3319
|
+
"node_modules/buffer": {
|
|
3320
|
+
"version": "6.0.3",
|
|
3321
|
+
"resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz",
|
|
3322
|
+
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
3323
|
+
"dev": true,
|
|
3324
|
+
"funding": [
|
|
3325
|
+
{
|
|
3326
|
+
"type": "github",
|
|
3327
|
+
"url": "https://github.com/sponsors/feross"
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
"type": "patreon",
|
|
3331
|
+
"url": "https://www.patreon.com/feross"
|
|
3332
|
+
},
|
|
3333
|
+
{
|
|
3334
|
+
"type": "consulting",
|
|
3335
|
+
"url": "https://feross.org/support"
|
|
3336
|
+
}
|
|
3337
|
+
],
|
|
3338
|
+
"license": "MIT",
|
|
3339
|
+
"dependencies": {
|
|
3340
|
+
"base64-js": "^1.3.1",
|
|
3341
|
+
"ieee754": "^1.2.1"
|
|
3342
|
+
}
|
|
3343
|
+
},
|
|
3344
|
+
"node_modules/buffer-crc32": {
|
|
3345
|
+
"version": "1.0.0",
|
|
3346
|
+
"resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
|
|
3347
|
+
"integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
|
|
3348
|
+
"dev": true,
|
|
3349
|
+
"license": "MIT",
|
|
3350
|
+
"engines": {
|
|
3351
|
+
"node": ">=8.0.0"
|
|
3352
|
+
}
|
|
3353
|
+
},
|
|
2718
3354
|
"node_modules/bundle-name": {
|
|
2719
3355
|
"version": "4.1.0",
|
|
2720
3356
|
"resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
|
|
@@ -2752,9 +3388,29 @@
|
|
|
2752
3388
|
],
|
|
2753
3389
|
"license": "CC-BY-4.0"
|
|
2754
3390
|
},
|
|
3391
|
+
"node_modules/chalk": {
|
|
3392
|
+
"version": "5.6.2",
|
|
3393
|
+
"resolved": "https://registry.npmmirror.com/chalk/-/chalk-5.6.2.tgz",
|
|
3394
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
3395
|
+
"dev": true,
|
|
3396
|
+
"license": "MIT",
|
|
3397
|
+
"engines": {
|
|
3398
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
3399
|
+
},
|
|
3400
|
+
"funding": {
|
|
3401
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3402
|
+
}
|
|
3403
|
+
},
|
|
3404
|
+
"node_modules/chardet": {
|
|
3405
|
+
"version": "2.1.1",
|
|
3406
|
+
"resolved": "https://registry.npmmirror.com/chardet/-/chardet-2.1.1.tgz",
|
|
3407
|
+
"integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
|
|
3408
|
+
"dev": true,
|
|
3409
|
+
"license": "MIT"
|
|
3410
|
+
},
|
|
2755
3411
|
"node_modules/chokidar": {
|
|
2756
3412
|
"version": "5.0.0",
|
|
2757
|
-
"resolved": "https://registry.
|
|
3413
|
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
|
|
2758
3414
|
"integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
|
|
2759
3415
|
"license": "MIT",
|
|
2760
3416
|
"dependencies": {
|
|
@@ -2767,9 +3423,56 @@
|
|
|
2767
3423
|
"url": "https://paulmillr.com/funding/"
|
|
2768
3424
|
}
|
|
2769
3425
|
},
|
|
3426
|
+
"node_modules/cli-width": {
|
|
3427
|
+
"version": "4.1.0",
|
|
3428
|
+
"resolved": "https://registry.npmmirror.com/cli-width/-/cli-width-4.1.0.tgz",
|
|
3429
|
+
"integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
|
|
3430
|
+
"dev": true,
|
|
3431
|
+
"license": "ISC",
|
|
3432
|
+
"engines": {
|
|
3433
|
+
"node": ">= 12"
|
|
3434
|
+
}
|
|
3435
|
+
},
|
|
3436
|
+
"node_modules/color-convert": {
|
|
3437
|
+
"version": "2.0.1",
|
|
3438
|
+
"resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
|
|
3439
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
3440
|
+
"dev": true,
|
|
3441
|
+
"license": "MIT",
|
|
3442
|
+
"dependencies": {
|
|
3443
|
+
"color-name": "~1.1.4"
|
|
3444
|
+
},
|
|
3445
|
+
"engines": {
|
|
3446
|
+
"node": ">=7.0.0"
|
|
3447
|
+
}
|
|
3448
|
+
},
|
|
3449
|
+
"node_modules/color-name": {
|
|
3450
|
+
"version": "1.1.4",
|
|
3451
|
+
"resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
|
|
3452
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
3453
|
+
"dev": true,
|
|
3454
|
+
"license": "MIT"
|
|
3455
|
+
},
|
|
3456
|
+
"node_modules/compress-commons": {
|
|
3457
|
+
"version": "6.0.2",
|
|
3458
|
+
"resolved": "https://registry.npmmirror.com/compress-commons/-/compress-commons-6.0.2.tgz",
|
|
3459
|
+
"integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
|
|
3460
|
+
"dev": true,
|
|
3461
|
+
"license": "MIT",
|
|
3462
|
+
"dependencies": {
|
|
3463
|
+
"crc-32": "^1.2.0",
|
|
3464
|
+
"crc32-stream": "^6.0.0",
|
|
3465
|
+
"is-stream": "^2.0.1",
|
|
3466
|
+
"normalize-path": "^3.0.0",
|
|
3467
|
+
"readable-stream": "^4.0.0"
|
|
3468
|
+
},
|
|
3469
|
+
"engines": {
|
|
3470
|
+
"node": ">= 14"
|
|
3471
|
+
}
|
|
3472
|
+
},
|
|
2770
3473
|
"node_modules/confbox": {
|
|
2771
3474
|
"version": "0.2.4",
|
|
2772
|
-
"resolved": "https://registry.
|
|
3475
|
+
"resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
|
|
2773
3476
|
"integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
|
|
2774
3477
|
"license": "MIT"
|
|
2775
3478
|
},
|
|
@@ -2780,6 +3483,40 @@
|
|
|
2780
3483
|
"dev": true,
|
|
2781
3484
|
"license": "MIT"
|
|
2782
3485
|
},
|
|
3486
|
+
"node_modules/core-util-is": {
|
|
3487
|
+
"version": "1.0.3",
|
|
3488
|
+
"resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
3489
|
+
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
3490
|
+
"dev": true,
|
|
3491
|
+
"license": "MIT"
|
|
3492
|
+
},
|
|
3493
|
+
"node_modules/crc-32": {
|
|
3494
|
+
"version": "1.2.2",
|
|
3495
|
+
"resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz",
|
|
3496
|
+
"integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
|
|
3497
|
+
"dev": true,
|
|
3498
|
+
"license": "Apache-2.0",
|
|
3499
|
+
"bin": {
|
|
3500
|
+
"crc32": "bin/crc32.njs"
|
|
3501
|
+
},
|
|
3502
|
+
"engines": {
|
|
3503
|
+
"node": ">=0.8"
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3506
|
+
"node_modules/crc32-stream": {
|
|
3507
|
+
"version": "6.0.0",
|
|
3508
|
+
"resolved": "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-6.0.0.tgz",
|
|
3509
|
+
"integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
|
|
3510
|
+
"dev": true,
|
|
3511
|
+
"license": "MIT",
|
|
3512
|
+
"dependencies": {
|
|
3513
|
+
"crc-32": "^1.2.0",
|
|
3514
|
+
"readable-stream": "^4.0.0"
|
|
3515
|
+
},
|
|
3516
|
+
"engines": {
|
|
3517
|
+
"node": ">= 14"
|
|
3518
|
+
}
|
|
3519
|
+
},
|
|
2783
3520
|
"node_modules/cross-spawn": {
|
|
2784
3521
|
"version": "7.0.6",
|
|
2785
3522
|
"resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
@@ -2882,6 +3619,13 @@
|
|
|
2882
3619
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2883
3620
|
}
|
|
2884
3621
|
},
|
|
3622
|
+
"node_modules/eastasianwidth": {
|
|
3623
|
+
"version": "0.2.0",
|
|
3624
|
+
"resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
3625
|
+
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
3626
|
+
"dev": true,
|
|
3627
|
+
"license": "MIT"
|
|
3628
|
+
},
|
|
2885
3629
|
"node_modules/electron-to-chromium": {
|
|
2886
3630
|
"version": "1.5.321",
|
|
2887
3631
|
"resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.321.tgz",
|
|
@@ -2889,6 +3633,13 @@
|
|
|
2889
3633
|
"dev": true,
|
|
2890
3634
|
"license": "ISC"
|
|
2891
3635
|
},
|
|
3636
|
+
"node_modules/emoji-regex": {
|
|
3637
|
+
"version": "9.2.2",
|
|
3638
|
+
"resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
3639
|
+
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
3640
|
+
"dev": true,
|
|
3641
|
+
"license": "MIT"
|
|
3642
|
+
},
|
|
2892
3643
|
"node_modules/entities": {
|
|
2893
3644
|
"version": "7.0.1",
|
|
2894
3645
|
"resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
|
|
@@ -3218,9 +3969,39 @@
|
|
|
3218
3969
|
"node": ">=0.10.0"
|
|
3219
3970
|
}
|
|
3220
3971
|
},
|
|
3972
|
+
"node_modules/event-target-shim": {
|
|
3973
|
+
"version": "5.0.1",
|
|
3974
|
+
"resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
3975
|
+
"integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
|
|
3976
|
+
"dev": true,
|
|
3977
|
+
"license": "MIT",
|
|
3978
|
+
"engines": {
|
|
3979
|
+
"node": ">=6"
|
|
3980
|
+
}
|
|
3981
|
+
},
|
|
3982
|
+
"node_modules/events": {
|
|
3983
|
+
"version": "3.3.0",
|
|
3984
|
+
"resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz",
|
|
3985
|
+
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
3986
|
+
"dev": true,
|
|
3987
|
+
"license": "MIT",
|
|
3988
|
+
"engines": {
|
|
3989
|
+
"node": ">=0.8.x"
|
|
3990
|
+
}
|
|
3991
|
+
},
|
|
3992
|
+
"node_modules/events-universal": {
|
|
3993
|
+
"version": "1.0.1",
|
|
3994
|
+
"resolved": "https://registry.npmmirror.com/events-universal/-/events-universal-1.0.1.tgz",
|
|
3995
|
+
"integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
|
|
3996
|
+
"dev": true,
|
|
3997
|
+
"license": "Apache-2.0",
|
|
3998
|
+
"dependencies": {
|
|
3999
|
+
"bare-events": "^2.7.0"
|
|
4000
|
+
}
|
|
4001
|
+
},
|
|
3221
4002
|
"node_modules/exsolve": {
|
|
3222
4003
|
"version": "1.0.8",
|
|
3223
|
-
"resolved": "https://registry.
|
|
4004
|
+
"resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
|
|
3224
4005
|
"integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
|
|
3225
4006
|
"license": "MIT"
|
|
3226
4007
|
},
|
|
@@ -3231,6 +4012,13 @@
|
|
|
3231
4012
|
"dev": true,
|
|
3232
4013
|
"license": "MIT"
|
|
3233
4014
|
},
|
|
4015
|
+
"node_modules/fast-fifo": {
|
|
4016
|
+
"version": "1.3.2",
|
|
4017
|
+
"resolved": "https://registry.npmmirror.com/fast-fifo/-/fast-fifo-1.3.2.tgz",
|
|
4018
|
+
"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
|
|
4019
|
+
"dev": true,
|
|
4020
|
+
"license": "MIT"
|
|
4021
|
+
},
|
|
3234
4022
|
"node_modules/fast-glob": {
|
|
3235
4023
|
"version": "3.3.3",
|
|
3236
4024
|
"resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
@@ -3349,6 +4137,23 @@
|
|
|
3349
4137
|
"dev": true,
|
|
3350
4138
|
"license": "ISC"
|
|
3351
4139
|
},
|
|
4140
|
+
"node_modules/foreground-child": {
|
|
4141
|
+
"version": "3.3.1",
|
|
4142
|
+
"resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
4143
|
+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
4144
|
+
"dev": true,
|
|
4145
|
+
"license": "ISC",
|
|
4146
|
+
"dependencies": {
|
|
4147
|
+
"cross-spawn": "^7.0.6",
|
|
4148
|
+
"signal-exit": "^4.0.1"
|
|
4149
|
+
},
|
|
4150
|
+
"engines": {
|
|
4151
|
+
"node": ">=14"
|
|
4152
|
+
},
|
|
4153
|
+
"funding": {
|
|
4154
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4155
|
+
}
|
|
4156
|
+
},
|
|
3352
4157
|
"node_modules/fsevents": {
|
|
3353
4158
|
"version": "2.3.3",
|
|
3354
4159
|
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
|
|
@@ -3374,6 +4179,27 @@
|
|
|
3374
4179
|
"node": ">=6.9.0"
|
|
3375
4180
|
}
|
|
3376
4181
|
},
|
|
4182
|
+
"node_modules/glob": {
|
|
4183
|
+
"version": "10.4.5",
|
|
4184
|
+
"resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz",
|
|
4185
|
+
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
|
|
4186
|
+
"dev": true,
|
|
4187
|
+
"license": "ISC",
|
|
4188
|
+
"dependencies": {
|
|
4189
|
+
"foreground-child": "^3.1.0",
|
|
4190
|
+
"jackspeak": "^3.1.2",
|
|
4191
|
+
"minimatch": "^9.0.4",
|
|
4192
|
+
"minipass": "^7.1.2",
|
|
4193
|
+
"package-json-from-dist": "^1.0.0",
|
|
4194
|
+
"path-scurry": "^1.11.1"
|
|
4195
|
+
},
|
|
4196
|
+
"bin": {
|
|
4197
|
+
"glob": "dist/esm/bin.mjs"
|
|
4198
|
+
},
|
|
4199
|
+
"funding": {
|
|
4200
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4201
|
+
}
|
|
4202
|
+
},
|
|
3377
4203
|
"node_modules/glob-parent": {
|
|
3378
4204
|
"version": "6.0.2",
|
|
3379
4205
|
"resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
@@ -3387,15 +4213,93 @@
|
|
|
3387
4213
|
"node": ">=10.13.0"
|
|
3388
4214
|
}
|
|
3389
4215
|
},
|
|
3390
|
-
"node_modules/
|
|
3391
|
-
"version": "
|
|
3392
|
-
"resolved": "https://registry.npmmirror.com/
|
|
3393
|
-
"integrity": "sha512-
|
|
4216
|
+
"node_modules/glob/node_modules/balanced-match": {
|
|
4217
|
+
"version": "1.0.2",
|
|
4218
|
+
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
4219
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
4220
|
+
"dev": true,
|
|
3394
4221
|
"license": "MIT"
|
|
3395
4222
|
},
|
|
3396
|
-
"node_modules/
|
|
3397
|
-
"version": "
|
|
3398
|
-
"resolved": "https://registry.npmmirror.com/
|
|
4223
|
+
"node_modules/glob/node_modules/brace-expansion": {
|
|
4224
|
+
"version": "2.0.3",
|
|
4225
|
+
"resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
4226
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
4227
|
+
"dev": true,
|
|
4228
|
+
"license": "MIT",
|
|
4229
|
+
"dependencies": {
|
|
4230
|
+
"balanced-match": "^1.0.0"
|
|
4231
|
+
}
|
|
4232
|
+
},
|
|
4233
|
+
"node_modules/glob/node_modules/minimatch": {
|
|
4234
|
+
"version": "9.0.9",
|
|
4235
|
+
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.9.tgz",
|
|
4236
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
4237
|
+
"dev": true,
|
|
4238
|
+
"license": "ISC",
|
|
4239
|
+
"dependencies": {
|
|
4240
|
+
"brace-expansion": "^2.0.2"
|
|
4241
|
+
},
|
|
4242
|
+
"engines": {
|
|
4243
|
+
"node": ">=16 || 14 >=14.17"
|
|
4244
|
+
},
|
|
4245
|
+
"funding": {
|
|
4246
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4247
|
+
}
|
|
4248
|
+
},
|
|
4249
|
+
"node_modules/graceful-fs": {
|
|
4250
|
+
"version": "4.2.11",
|
|
4251
|
+
"resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
4252
|
+
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
4253
|
+
"dev": true,
|
|
4254
|
+
"license": "ISC"
|
|
4255
|
+
},
|
|
4256
|
+
"node_modules/hookable": {
|
|
4257
|
+
"version": "5.5.3",
|
|
4258
|
+
"resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
|
|
4259
|
+
"integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
|
|
4260
|
+
"license": "MIT"
|
|
4261
|
+
},
|
|
4262
|
+
"node_modules/iconv-lite": {
|
|
4263
|
+
"version": "0.7.2",
|
|
4264
|
+
"resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.7.2.tgz",
|
|
4265
|
+
"integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
|
|
4266
|
+
"dev": true,
|
|
4267
|
+
"license": "MIT",
|
|
4268
|
+
"dependencies": {
|
|
4269
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
4270
|
+
},
|
|
4271
|
+
"engines": {
|
|
4272
|
+
"node": ">=0.10.0"
|
|
4273
|
+
},
|
|
4274
|
+
"funding": {
|
|
4275
|
+
"type": "opencollective",
|
|
4276
|
+
"url": "https://opencollective.com/express"
|
|
4277
|
+
}
|
|
4278
|
+
},
|
|
4279
|
+
"node_modules/ieee754": {
|
|
4280
|
+
"version": "1.2.1",
|
|
4281
|
+
"resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
|
|
4282
|
+
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
4283
|
+
"dev": true,
|
|
4284
|
+
"funding": [
|
|
4285
|
+
{
|
|
4286
|
+
"type": "github",
|
|
4287
|
+
"url": "https://github.com/sponsors/feross"
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
"type": "patreon",
|
|
4291
|
+
"url": "https://www.patreon.com/feross"
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"type": "consulting",
|
|
4295
|
+
"url": "https://feross.org/support"
|
|
4296
|
+
}
|
|
4297
|
+
],
|
|
4298
|
+
"license": "BSD-3-Clause"
|
|
4299
|
+
},
|
|
4300
|
+
"node_modules/ignore": {
|
|
4301
|
+
"version": "5.3.2",
|
|
4302
|
+
"resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
|
|
3399
4303
|
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
3400
4304
|
"dev": true,
|
|
3401
4305
|
"license": "MIT",
|
|
@@ -3413,6 +4317,40 @@
|
|
|
3413
4317
|
"node": ">=0.8.19"
|
|
3414
4318
|
}
|
|
3415
4319
|
},
|
|
4320
|
+
"node_modules/inherits": {
|
|
4321
|
+
"version": "2.0.4",
|
|
4322
|
+
"resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
|
|
4323
|
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
4324
|
+
"dev": true,
|
|
4325
|
+
"license": "ISC"
|
|
4326
|
+
},
|
|
4327
|
+
"node_modules/inquirer": {
|
|
4328
|
+
"version": "12.11.1",
|
|
4329
|
+
"resolved": "https://registry.npmmirror.com/inquirer/-/inquirer-12.11.1.tgz",
|
|
4330
|
+
"integrity": "sha512-9VF7mrY+3OmsAfjH3yKz/pLbJ5z22E23hENKw3/LNSaA/sAt3v49bDRY+Ygct1xwuKT+U+cBfTzjCPySna69Qw==",
|
|
4331
|
+
"dev": true,
|
|
4332
|
+
"license": "MIT",
|
|
4333
|
+
"dependencies": {
|
|
4334
|
+
"@inquirer/ansi": "^1.0.2",
|
|
4335
|
+
"@inquirer/core": "^10.3.2",
|
|
4336
|
+
"@inquirer/prompts": "^7.10.1",
|
|
4337
|
+
"@inquirer/type": "^3.0.10",
|
|
4338
|
+
"mute-stream": "^2.0.0",
|
|
4339
|
+
"run-async": "^4.0.6",
|
|
4340
|
+
"rxjs": "^7.8.2"
|
|
4341
|
+
},
|
|
4342
|
+
"engines": {
|
|
4343
|
+
"node": ">=18"
|
|
4344
|
+
},
|
|
4345
|
+
"peerDependencies": {
|
|
4346
|
+
"@types/node": ">=18"
|
|
4347
|
+
},
|
|
4348
|
+
"peerDependenciesMeta": {
|
|
4349
|
+
"@types/node": {
|
|
4350
|
+
"optional": true
|
|
4351
|
+
}
|
|
4352
|
+
}
|
|
4353
|
+
},
|
|
3416
4354
|
"node_modules/is-docker": {
|
|
3417
4355
|
"version": "3.0.0",
|
|
3418
4356
|
"resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
|
|
@@ -3439,6 +4377,16 @@
|
|
|
3439
4377
|
"node": ">=0.10.0"
|
|
3440
4378
|
}
|
|
3441
4379
|
},
|
|
4380
|
+
"node_modules/is-fullwidth-code-point": {
|
|
4381
|
+
"version": "3.0.0",
|
|
4382
|
+
"resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
4383
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
4384
|
+
"dev": true,
|
|
4385
|
+
"license": "MIT",
|
|
4386
|
+
"engines": {
|
|
4387
|
+
"node": ">=8"
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
3442
4390
|
"node_modules/is-glob": {
|
|
3443
4391
|
"version": "4.0.3",
|
|
3444
4392
|
"resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
|
|
@@ -3481,6 +4429,19 @@
|
|
|
3481
4429
|
"node": ">=0.12.0"
|
|
3482
4430
|
}
|
|
3483
4431
|
},
|
|
4432
|
+
"node_modules/is-stream": {
|
|
4433
|
+
"version": "2.0.1",
|
|
4434
|
+
"resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
|
|
4435
|
+
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
4436
|
+
"dev": true,
|
|
4437
|
+
"license": "MIT",
|
|
4438
|
+
"engines": {
|
|
4439
|
+
"node": ">=8"
|
|
4440
|
+
},
|
|
4441
|
+
"funding": {
|
|
4442
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4443
|
+
}
|
|
4444
|
+
},
|
|
3484
4445
|
"node_modules/is-wsl": {
|
|
3485
4446
|
"version": "3.1.1",
|
|
3486
4447
|
"resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.1.tgz",
|
|
@@ -3497,6 +4458,13 @@
|
|
|
3497
4458
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3498
4459
|
}
|
|
3499
4460
|
},
|
|
4461
|
+
"node_modules/isarray": {
|
|
4462
|
+
"version": "1.0.0",
|
|
4463
|
+
"resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
|
|
4464
|
+
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
4465
|
+
"dev": true,
|
|
4466
|
+
"license": "MIT"
|
|
4467
|
+
},
|
|
3500
4468
|
"node_modules/isexe": {
|
|
3501
4469
|
"version": "2.0.0",
|
|
3502
4470
|
"resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
|
|
@@ -3504,6 +4472,22 @@
|
|
|
3504
4472
|
"dev": true,
|
|
3505
4473
|
"license": "ISC"
|
|
3506
4474
|
},
|
|
4475
|
+
"node_modules/jackspeak": {
|
|
4476
|
+
"version": "3.4.3",
|
|
4477
|
+
"resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
4478
|
+
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
4479
|
+
"dev": true,
|
|
4480
|
+
"license": "BlueOak-1.0.0",
|
|
4481
|
+
"dependencies": {
|
|
4482
|
+
"@isaacs/cliui": "^8.0.2"
|
|
4483
|
+
},
|
|
4484
|
+
"funding": {
|
|
4485
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4486
|
+
},
|
|
4487
|
+
"optionalDependencies": {
|
|
4488
|
+
"@pkgjs/parseargs": "^0.11.0"
|
|
4489
|
+
}
|
|
4490
|
+
},
|
|
3507
4491
|
"node_modules/jiti": {
|
|
3508
4492
|
"version": "2.6.1",
|
|
3509
4493
|
"resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.6.1.tgz",
|
|
@@ -3600,6 +4584,52 @@
|
|
|
3600
4584
|
"dev": true,
|
|
3601
4585
|
"license": "MIT"
|
|
3602
4586
|
},
|
|
4587
|
+
"node_modules/lazystream": {
|
|
4588
|
+
"version": "1.0.1",
|
|
4589
|
+
"resolved": "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz",
|
|
4590
|
+
"integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
|
|
4591
|
+
"dev": true,
|
|
4592
|
+
"license": "MIT",
|
|
4593
|
+
"dependencies": {
|
|
4594
|
+
"readable-stream": "^2.0.5"
|
|
4595
|
+
},
|
|
4596
|
+
"engines": {
|
|
4597
|
+
"node": ">= 0.6.3"
|
|
4598
|
+
}
|
|
4599
|
+
},
|
|
4600
|
+
"node_modules/lazystream/node_modules/readable-stream": {
|
|
4601
|
+
"version": "2.3.8",
|
|
4602
|
+
"resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
4603
|
+
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
4604
|
+
"dev": true,
|
|
4605
|
+
"license": "MIT",
|
|
4606
|
+
"dependencies": {
|
|
4607
|
+
"core-util-is": "~1.0.0",
|
|
4608
|
+
"inherits": "~2.0.3",
|
|
4609
|
+
"isarray": "~1.0.0",
|
|
4610
|
+
"process-nextick-args": "~2.0.0",
|
|
4611
|
+
"safe-buffer": "~5.1.1",
|
|
4612
|
+
"string_decoder": "~1.1.1",
|
|
4613
|
+
"util-deprecate": "~1.0.1"
|
|
4614
|
+
}
|
|
4615
|
+
},
|
|
4616
|
+
"node_modules/lazystream/node_modules/safe-buffer": {
|
|
4617
|
+
"version": "5.1.2",
|
|
4618
|
+
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
4619
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
4620
|
+
"dev": true,
|
|
4621
|
+
"license": "MIT"
|
|
4622
|
+
},
|
|
4623
|
+
"node_modules/lazystream/node_modules/string_decoder": {
|
|
4624
|
+
"version": "1.1.1",
|
|
4625
|
+
"resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
4626
|
+
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
4627
|
+
"dev": true,
|
|
4628
|
+
"license": "MIT",
|
|
4629
|
+
"dependencies": {
|
|
4630
|
+
"safe-buffer": "~5.1.0"
|
|
4631
|
+
}
|
|
4632
|
+
},
|
|
3603
4633
|
"node_modules/levn": {
|
|
3604
4634
|
"version": "0.4.1",
|
|
3605
4635
|
"resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
|
|
@@ -3616,7 +4646,7 @@
|
|
|
3616
4646
|
},
|
|
3617
4647
|
"node_modules/local-pkg": {
|
|
3618
4648
|
"version": "1.1.2",
|
|
3619
|
-
"resolved": "https://registry.
|
|
4649
|
+
"resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
|
|
3620
4650
|
"integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
|
|
3621
4651
|
"license": "MIT",
|
|
3622
4652
|
"dependencies": {
|
|
@@ -3647,6 +4677,13 @@
|
|
|
3647
4677
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3648
4678
|
}
|
|
3649
4679
|
},
|
|
4680
|
+
"node_modules/lodash": {
|
|
4681
|
+
"version": "4.17.23",
|
|
4682
|
+
"resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.23.tgz",
|
|
4683
|
+
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
4684
|
+
"dev": true,
|
|
4685
|
+
"license": "MIT"
|
|
4686
|
+
},
|
|
3650
4687
|
"node_modules/lru-cache": {
|
|
3651
4688
|
"version": "5.1.1",
|
|
3652
4689
|
"resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
@@ -3668,7 +4705,7 @@
|
|
|
3668
4705
|
},
|
|
3669
4706
|
"node_modules/magic-string-ast": {
|
|
3670
4707
|
"version": "1.0.3",
|
|
3671
|
-
"resolved": "https://registry.
|
|
4708
|
+
"resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
|
|
3672
4709
|
"integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
|
|
3673
4710
|
"license": "MIT",
|
|
3674
4711
|
"dependencies": {
|
|
@@ -3730,9 +4767,19 @@
|
|
|
3730
4767
|
"url": "https://github.com/sponsors/isaacs"
|
|
3731
4768
|
}
|
|
3732
4769
|
},
|
|
4770
|
+
"node_modules/minipass": {
|
|
4771
|
+
"version": "7.1.3",
|
|
4772
|
+
"resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.3.tgz",
|
|
4773
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
4774
|
+
"dev": true,
|
|
4775
|
+
"license": "BlueOak-1.0.0",
|
|
4776
|
+
"engines": {
|
|
4777
|
+
"node": ">=16 || 14 >=14.17"
|
|
4778
|
+
}
|
|
4779
|
+
},
|
|
3733
4780
|
"node_modules/mlly": {
|
|
3734
4781
|
"version": "1.8.2",
|
|
3735
|
-
"resolved": "https://registry.
|
|
4782
|
+
"resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
|
|
3736
4783
|
"integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
|
|
3737
4784
|
"license": "MIT",
|
|
3738
4785
|
"dependencies": {
|
|
@@ -3744,13 +4791,13 @@
|
|
|
3744
4791
|
},
|
|
3745
4792
|
"node_modules/mlly/node_modules/confbox": {
|
|
3746
4793
|
"version": "0.1.8",
|
|
3747
|
-
"resolved": "https://registry.
|
|
4794
|
+
"resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
|
|
3748
4795
|
"integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
|
|
3749
4796
|
"license": "MIT"
|
|
3750
4797
|
},
|
|
3751
4798
|
"node_modules/mlly/node_modules/pkg-types": {
|
|
3752
4799
|
"version": "1.3.1",
|
|
3753
|
-
"resolved": "https://registry.
|
|
4800
|
+
"resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
|
|
3754
4801
|
"integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
|
|
3755
4802
|
"license": "MIT",
|
|
3756
4803
|
"dependencies": {
|
|
@@ -3782,6 +4829,16 @@
|
|
|
3782
4829
|
"integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
|
|
3783
4830
|
"license": "MIT"
|
|
3784
4831
|
},
|
|
4832
|
+
"node_modules/mute-stream": {
|
|
4833
|
+
"version": "2.0.0",
|
|
4834
|
+
"resolved": "https://registry.npmmirror.com/mute-stream/-/mute-stream-2.0.0.tgz",
|
|
4835
|
+
"integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
|
|
4836
|
+
"dev": true,
|
|
4837
|
+
"license": "ISC",
|
|
4838
|
+
"engines": {
|
|
4839
|
+
"node": "^18.17.0 || >=20.5.0"
|
|
4840
|
+
}
|
|
4841
|
+
},
|
|
3785
4842
|
"node_modules/nanoid": {
|
|
3786
4843
|
"version": "3.3.11",
|
|
3787
4844
|
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
|
|
@@ -3814,6 +4871,16 @@
|
|
|
3814
4871
|
"dev": true,
|
|
3815
4872
|
"license": "MIT"
|
|
3816
4873
|
},
|
|
4874
|
+
"node_modules/normalize-path": {
|
|
4875
|
+
"version": "3.0.0",
|
|
4876
|
+
"resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
4877
|
+
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
4878
|
+
"dev": true,
|
|
4879
|
+
"license": "MIT",
|
|
4880
|
+
"engines": {
|
|
4881
|
+
"node": ">=0.10.0"
|
|
4882
|
+
}
|
|
4883
|
+
},
|
|
3817
4884
|
"node_modules/npm-normalize-package-bin": {
|
|
3818
4885
|
"version": "4.0.0",
|
|
3819
4886
|
"resolved": "https://registry.npmmirror.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
|
|
@@ -4024,6 +5091,13 @@
|
|
|
4024
5091
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4025
5092
|
}
|
|
4026
5093
|
},
|
|
5094
|
+
"node_modules/package-json-from-dist": {
|
|
5095
|
+
"version": "1.0.1",
|
|
5096
|
+
"resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
|
5097
|
+
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
|
|
5098
|
+
"dev": true,
|
|
5099
|
+
"license": "BlueOak-1.0.0"
|
|
5100
|
+
},
|
|
4027
5101
|
"node_modules/path-browserify": {
|
|
4028
5102
|
"version": "1.0.1",
|
|
4029
5103
|
"resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
|
|
@@ -4051,6 +5125,30 @@
|
|
|
4051
5125
|
"node": ">=8"
|
|
4052
5126
|
}
|
|
4053
5127
|
},
|
|
5128
|
+
"node_modules/path-scurry": {
|
|
5129
|
+
"version": "1.11.1",
|
|
5130
|
+
"resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
5131
|
+
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
5132
|
+
"dev": true,
|
|
5133
|
+
"license": "BlueOak-1.0.0",
|
|
5134
|
+
"dependencies": {
|
|
5135
|
+
"lru-cache": "^10.2.0",
|
|
5136
|
+
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
5137
|
+
},
|
|
5138
|
+
"engines": {
|
|
5139
|
+
"node": ">=16 || 14 >=14.18"
|
|
5140
|
+
},
|
|
5141
|
+
"funding": {
|
|
5142
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5143
|
+
}
|
|
5144
|
+
},
|
|
5145
|
+
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
5146
|
+
"version": "10.4.3",
|
|
5147
|
+
"resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
5148
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
5149
|
+
"dev": true,
|
|
5150
|
+
"license": "ISC"
|
|
5151
|
+
},
|
|
4054
5152
|
"node_modules/pathe": {
|
|
4055
5153
|
"version": "2.0.3",
|
|
4056
5154
|
"resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
|
|
@@ -4097,7 +5195,7 @@
|
|
|
4097
5195
|
},
|
|
4098
5196
|
"node_modules/pkg-types": {
|
|
4099
5197
|
"version": "2.3.0",
|
|
4100
|
-
"resolved": "https://registry.
|
|
5198
|
+
"resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
|
|
4101
5199
|
"integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
|
|
4102
5200
|
"license": "MIT",
|
|
4103
5201
|
"dependencies": {
|
|
@@ -4174,6 +5272,23 @@
|
|
|
4174
5272
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
4175
5273
|
}
|
|
4176
5274
|
},
|
|
5275
|
+
"node_modules/process": {
|
|
5276
|
+
"version": "0.11.10",
|
|
5277
|
+
"resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
|
|
5278
|
+
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
|
|
5279
|
+
"dev": true,
|
|
5280
|
+
"license": "MIT",
|
|
5281
|
+
"engines": {
|
|
5282
|
+
"node": ">= 0.6.0"
|
|
5283
|
+
}
|
|
5284
|
+
},
|
|
5285
|
+
"node_modules/process-nextick-args": {
|
|
5286
|
+
"version": "2.0.1",
|
|
5287
|
+
"resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
5288
|
+
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
|
5289
|
+
"dev": true,
|
|
5290
|
+
"license": "MIT"
|
|
5291
|
+
},
|
|
4177
5292
|
"node_modules/punycode": {
|
|
4178
5293
|
"version": "2.3.1",
|
|
4179
5294
|
"resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
|
|
@@ -4186,7 +5301,7 @@
|
|
|
4186
5301
|
},
|
|
4187
5302
|
"node_modules/quansync": {
|
|
4188
5303
|
"version": "0.2.11",
|
|
4189
|
-
"resolved": "https://registry.
|
|
5304
|
+
"resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
|
|
4190
5305
|
"integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
|
|
4191
5306
|
"funding": [
|
|
4192
5307
|
{
|
|
@@ -4235,9 +5350,66 @@
|
|
|
4235
5350
|
"node": "^18.17.0 || >=20.5.0"
|
|
4236
5351
|
}
|
|
4237
5352
|
},
|
|
5353
|
+
"node_modules/readable-stream": {
|
|
5354
|
+
"version": "4.7.0",
|
|
5355
|
+
"resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
5356
|
+
"integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
|
|
5357
|
+
"dev": true,
|
|
5358
|
+
"license": "MIT",
|
|
5359
|
+
"dependencies": {
|
|
5360
|
+
"abort-controller": "^3.0.0",
|
|
5361
|
+
"buffer": "^6.0.3",
|
|
5362
|
+
"events": "^3.3.0",
|
|
5363
|
+
"process": "^0.11.10",
|
|
5364
|
+
"string_decoder": "^1.3.0"
|
|
5365
|
+
},
|
|
5366
|
+
"engines": {
|
|
5367
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
5368
|
+
}
|
|
5369
|
+
},
|
|
5370
|
+
"node_modules/readdir-glob": {
|
|
5371
|
+
"version": "1.1.3",
|
|
5372
|
+
"resolved": "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz",
|
|
5373
|
+
"integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
|
|
5374
|
+
"dev": true,
|
|
5375
|
+
"license": "Apache-2.0",
|
|
5376
|
+
"dependencies": {
|
|
5377
|
+
"minimatch": "^5.1.0"
|
|
5378
|
+
}
|
|
5379
|
+
},
|
|
5380
|
+
"node_modules/readdir-glob/node_modules/balanced-match": {
|
|
5381
|
+
"version": "1.0.2",
|
|
5382
|
+
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
5383
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
5384
|
+
"dev": true,
|
|
5385
|
+
"license": "MIT"
|
|
5386
|
+
},
|
|
5387
|
+
"node_modules/readdir-glob/node_modules/brace-expansion": {
|
|
5388
|
+
"version": "2.0.3",
|
|
5389
|
+
"resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
5390
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
5391
|
+
"dev": true,
|
|
5392
|
+
"license": "MIT",
|
|
5393
|
+
"dependencies": {
|
|
5394
|
+
"balanced-match": "^1.0.0"
|
|
5395
|
+
}
|
|
5396
|
+
},
|
|
5397
|
+
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
5398
|
+
"version": "5.1.9",
|
|
5399
|
+
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.9.tgz",
|
|
5400
|
+
"integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
|
|
5401
|
+
"dev": true,
|
|
5402
|
+
"license": "ISC",
|
|
5403
|
+
"dependencies": {
|
|
5404
|
+
"brace-expansion": "^2.0.1"
|
|
5405
|
+
},
|
|
5406
|
+
"engines": {
|
|
5407
|
+
"node": ">=10"
|
|
5408
|
+
}
|
|
5409
|
+
},
|
|
4238
5410
|
"node_modules/readdirp": {
|
|
4239
5411
|
"version": "5.0.0",
|
|
4240
|
-
"resolved": "https://registry.
|
|
5412
|
+
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
|
|
4241
5413
|
"integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
|
|
4242
5414
|
"license": "MIT",
|
|
4243
5415
|
"engines": {
|
|
@@ -4317,6 +5489,16 @@
|
|
|
4317
5489
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4318
5490
|
}
|
|
4319
5491
|
},
|
|
5492
|
+
"node_modules/run-async": {
|
|
5493
|
+
"version": "4.0.6",
|
|
5494
|
+
"resolved": "https://registry.npmmirror.com/run-async/-/run-async-4.0.6.tgz",
|
|
5495
|
+
"integrity": "sha512-IoDlSLTs3Yq593mb3ZoKWKXMNu3UpObxhgA/Xuid5p4bbfi2jdY1Hj0m1K+0/tEuQTxIGMhQDqGjKb7RuxGpAQ==",
|
|
5496
|
+
"dev": true,
|
|
5497
|
+
"license": "MIT",
|
|
5498
|
+
"engines": {
|
|
5499
|
+
"node": ">=0.12.0"
|
|
5500
|
+
}
|
|
5501
|
+
},
|
|
4320
5502
|
"node_modules/run-parallel": {
|
|
4321
5503
|
"version": "1.2.0",
|
|
4322
5504
|
"resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
@@ -4341,9 +5523,47 @@
|
|
|
4341
5523
|
"queue-microtask": "^1.2.2"
|
|
4342
5524
|
}
|
|
4343
5525
|
},
|
|
5526
|
+
"node_modules/rxjs": {
|
|
5527
|
+
"version": "7.8.2",
|
|
5528
|
+
"resolved": "https://registry.npmmirror.com/rxjs/-/rxjs-7.8.2.tgz",
|
|
5529
|
+
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
|
|
5530
|
+
"dev": true,
|
|
5531
|
+
"license": "Apache-2.0",
|
|
5532
|
+
"dependencies": {
|
|
5533
|
+
"tslib": "^2.1.0"
|
|
5534
|
+
}
|
|
5535
|
+
},
|
|
5536
|
+
"node_modules/safe-buffer": {
|
|
5537
|
+
"version": "5.2.1",
|
|
5538
|
+
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
5539
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
5540
|
+
"dev": true,
|
|
5541
|
+
"funding": [
|
|
5542
|
+
{
|
|
5543
|
+
"type": "github",
|
|
5544
|
+
"url": "https://github.com/sponsors/feross"
|
|
5545
|
+
},
|
|
5546
|
+
{
|
|
5547
|
+
"type": "patreon",
|
|
5548
|
+
"url": "https://www.patreon.com/feross"
|
|
5549
|
+
},
|
|
5550
|
+
{
|
|
5551
|
+
"type": "consulting",
|
|
5552
|
+
"url": "https://feross.org/support"
|
|
5553
|
+
}
|
|
5554
|
+
],
|
|
5555
|
+
"license": "MIT"
|
|
5556
|
+
},
|
|
5557
|
+
"node_modules/safer-buffer": {
|
|
5558
|
+
"version": "2.1.2",
|
|
5559
|
+
"resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
5560
|
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
5561
|
+
"dev": true,
|
|
5562
|
+
"license": "MIT"
|
|
5563
|
+
},
|
|
4344
5564
|
"node_modules/scule": {
|
|
4345
5565
|
"version": "1.3.0",
|
|
4346
|
-
"resolved": "https://registry.
|
|
5566
|
+
"resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
|
|
4347
5567
|
"integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
|
|
4348
5568
|
"license": "MIT"
|
|
4349
5569
|
},
|
|
@@ -4396,6 +5616,19 @@
|
|
|
4396
5616
|
"url": "https://github.com/sponsors/ljharb"
|
|
4397
5617
|
}
|
|
4398
5618
|
},
|
|
5619
|
+
"node_modules/signal-exit": {
|
|
5620
|
+
"version": "4.1.0",
|
|
5621
|
+
"resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
5622
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
5623
|
+
"dev": true,
|
|
5624
|
+
"license": "ISC",
|
|
5625
|
+
"engines": {
|
|
5626
|
+
"node": ">=14"
|
|
5627
|
+
},
|
|
5628
|
+
"funding": {
|
|
5629
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5630
|
+
}
|
|
5631
|
+
},
|
|
4399
5632
|
"node_modules/sirv": {
|
|
4400
5633
|
"version": "3.0.2",
|
|
4401
5634
|
"resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.2.tgz",
|
|
@@ -4420,6 +5653,165 @@
|
|
|
4420
5653
|
"node": ">=0.10.0"
|
|
4421
5654
|
}
|
|
4422
5655
|
},
|
|
5656
|
+
"node_modules/streamx": {
|
|
5657
|
+
"version": "2.25.0",
|
|
5658
|
+
"resolved": "https://registry.npmmirror.com/streamx/-/streamx-2.25.0.tgz",
|
|
5659
|
+
"integrity": "sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==",
|
|
5660
|
+
"dev": true,
|
|
5661
|
+
"license": "MIT",
|
|
5662
|
+
"dependencies": {
|
|
5663
|
+
"events-universal": "^1.0.0",
|
|
5664
|
+
"fast-fifo": "^1.3.2",
|
|
5665
|
+
"text-decoder": "^1.1.0"
|
|
5666
|
+
}
|
|
5667
|
+
},
|
|
5668
|
+
"node_modules/string_decoder": {
|
|
5669
|
+
"version": "1.3.0",
|
|
5670
|
+
"resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
5671
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
5672
|
+
"dev": true,
|
|
5673
|
+
"license": "MIT",
|
|
5674
|
+
"dependencies": {
|
|
5675
|
+
"safe-buffer": "~5.2.0"
|
|
5676
|
+
}
|
|
5677
|
+
},
|
|
5678
|
+
"node_modules/string-width": {
|
|
5679
|
+
"version": "5.1.2",
|
|
5680
|
+
"resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
|
|
5681
|
+
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
5682
|
+
"dev": true,
|
|
5683
|
+
"license": "MIT",
|
|
5684
|
+
"dependencies": {
|
|
5685
|
+
"eastasianwidth": "^0.2.0",
|
|
5686
|
+
"emoji-regex": "^9.2.2",
|
|
5687
|
+
"strip-ansi": "^7.0.1"
|
|
5688
|
+
},
|
|
5689
|
+
"engines": {
|
|
5690
|
+
"node": ">=12"
|
|
5691
|
+
},
|
|
5692
|
+
"funding": {
|
|
5693
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5694
|
+
}
|
|
5695
|
+
},
|
|
5696
|
+
"node_modules/string-width-cjs": {
|
|
5697
|
+
"name": "string-width",
|
|
5698
|
+
"version": "4.2.3",
|
|
5699
|
+
"resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
|
|
5700
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
5701
|
+
"dev": true,
|
|
5702
|
+
"license": "MIT",
|
|
5703
|
+
"dependencies": {
|
|
5704
|
+
"emoji-regex": "^8.0.0",
|
|
5705
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
5706
|
+
"strip-ansi": "^6.0.1"
|
|
5707
|
+
},
|
|
5708
|
+
"engines": {
|
|
5709
|
+
"node": ">=8"
|
|
5710
|
+
}
|
|
5711
|
+
},
|
|
5712
|
+
"node_modules/string-width-cjs/node_modules/ansi-regex": {
|
|
5713
|
+
"version": "5.0.1",
|
|
5714
|
+
"resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5715
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5716
|
+
"dev": true,
|
|
5717
|
+
"license": "MIT",
|
|
5718
|
+
"engines": {
|
|
5719
|
+
"node": ">=8"
|
|
5720
|
+
}
|
|
5721
|
+
},
|
|
5722
|
+
"node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
5723
|
+
"version": "8.0.0",
|
|
5724
|
+
"resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
5725
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
5726
|
+
"dev": true,
|
|
5727
|
+
"license": "MIT"
|
|
5728
|
+
},
|
|
5729
|
+
"node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
5730
|
+
"version": "6.0.1",
|
|
5731
|
+
"resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5732
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5733
|
+
"dev": true,
|
|
5734
|
+
"license": "MIT",
|
|
5735
|
+
"dependencies": {
|
|
5736
|
+
"ansi-regex": "^5.0.1"
|
|
5737
|
+
},
|
|
5738
|
+
"engines": {
|
|
5739
|
+
"node": ">=8"
|
|
5740
|
+
}
|
|
5741
|
+
},
|
|
5742
|
+
"node_modules/strip-ansi": {
|
|
5743
|
+
"version": "7.2.0",
|
|
5744
|
+
"resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
5745
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
5746
|
+
"dev": true,
|
|
5747
|
+
"license": "MIT",
|
|
5748
|
+
"dependencies": {
|
|
5749
|
+
"ansi-regex": "^6.2.2"
|
|
5750
|
+
},
|
|
5751
|
+
"engines": {
|
|
5752
|
+
"node": ">=12"
|
|
5753
|
+
},
|
|
5754
|
+
"funding": {
|
|
5755
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5756
|
+
}
|
|
5757
|
+
},
|
|
5758
|
+
"node_modules/strip-ansi-cjs": {
|
|
5759
|
+
"name": "strip-ansi",
|
|
5760
|
+
"version": "6.0.1",
|
|
5761
|
+
"resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5762
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5763
|
+
"dev": true,
|
|
5764
|
+
"license": "MIT",
|
|
5765
|
+
"dependencies": {
|
|
5766
|
+
"ansi-regex": "^5.0.1"
|
|
5767
|
+
},
|
|
5768
|
+
"engines": {
|
|
5769
|
+
"node": ">=8"
|
|
5770
|
+
}
|
|
5771
|
+
},
|
|
5772
|
+
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
5773
|
+
"version": "5.0.1",
|
|
5774
|
+
"resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5775
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5776
|
+
"dev": true,
|
|
5777
|
+
"license": "MIT",
|
|
5778
|
+
"engines": {
|
|
5779
|
+
"node": ">=8"
|
|
5780
|
+
}
|
|
5781
|
+
},
|
|
5782
|
+
"node_modules/tar-stream": {
|
|
5783
|
+
"version": "3.1.8",
|
|
5784
|
+
"resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-3.1.8.tgz",
|
|
5785
|
+
"integrity": "sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==",
|
|
5786
|
+
"dev": true,
|
|
5787
|
+
"license": "MIT",
|
|
5788
|
+
"dependencies": {
|
|
5789
|
+
"b4a": "^1.6.4",
|
|
5790
|
+
"bare-fs": "^4.5.5",
|
|
5791
|
+
"fast-fifo": "^1.2.0",
|
|
5792
|
+
"streamx": "^2.15.0"
|
|
5793
|
+
}
|
|
5794
|
+
},
|
|
5795
|
+
"node_modules/teex": {
|
|
5796
|
+
"version": "1.0.1",
|
|
5797
|
+
"resolved": "https://registry.npmmirror.com/teex/-/teex-1.0.1.tgz",
|
|
5798
|
+
"integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
|
|
5799
|
+
"dev": true,
|
|
5800
|
+
"license": "MIT",
|
|
5801
|
+
"dependencies": {
|
|
5802
|
+
"streamx": "^2.12.5"
|
|
5803
|
+
}
|
|
5804
|
+
},
|
|
5805
|
+
"node_modules/text-decoder": {
|
|
5806
|
+
"version": "1.2.7",
|
|
5807
|
+
"resolved": "https://registry.npmmirror.com/text-decoder/-/text-decoder-1.2.7.tgz",
|
|
5808
|
+
"integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
|
|
5809
|
+
"dev": true,
|
|
5810
|
+
"license": "Apache-2.0",
|
|
5811
|
+
"dependencies": {
|
|
5812
|
+
"b4a": "^1.6.4"
|
|
5813
|
+
}
|
|
5814
|
+
},
|
|
4423
5815
|
"node_modules/tinyglobby": {
|
|
4424
5816
|
"version": "0.2.15",
|
|
4425
5817
|
"resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
@@ -4501,6 +5893,13 @@
|
|
|
4501
5893
|
"typescript": ">=4.8.4"
|
|
4502
5894
|
}
|
|
4503
5895
|
},
|
|
5896
|
+
"node_modules/tslib": {
|
|
5897
|
+
"version": "2.8.1",
|
|
5898
|
+
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
|
|
5899
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
5900
|
+
"dev": true,
|
|
5901
|
+
"license": "0BSD"
|
|
5902
|
+
},
|
|
4504
5903
|
"node_modules/type-check": {
|
|
4505
5904
|
"version": "0.4.0",
|
|
4506
5905
|
"resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
|
|
@@ -4554,7 +5953,7 @@
|
|
|
4554
5953
|
},
|
|
4555
5954
|
"node_modules/ufo": {
|
|
4556
5955
|
"version": "1.6.3",
|
|
4557
|
-
"resolved": "https://registry.
|
|
5956
|
+
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
|
|
4558
5957
|
"integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
|
|
4559
5958
|
"license": "MIT"
|
|
4560
5959
|
},
|
|
@@ -4567,7 +5966,7 @@
|
|
|
4567
5966
|
},
|
|
4568
5967
|
"node_modules/unplugin": {
|
|
4569
5968
|
"version": "3.0.0",
|
|
4570
|
-
"resolved": "https://registry.
|
|
5969
|
+
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",
|
|
4571
5970
|
"integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
|
|
4572
5971
|
"license": "MIT",
|
|
4573
5972
|
"dependencies": {
|
|
@@ -4608,9 +6007,9 @@
|
|
|
4608
6007
|
}
|
|
4609
6008
|
},
|
|
4610
6009
|
"node_modules/unplugin/node_modules/picomatch": {
|
|
4611
|
-
"version": "4.0.
|
|
4612
|
-
"resolved": "https://registry.
|
|
4613
|
-
"integrity": "sha512-
|
|
6010
|
+
"version": "4.0.4",
|
|
6011
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
6012
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
4614
6013
|
"license": "MIT",
|
|
4615
6014
|
"engines": {
|
|
4616
6015
|
"node": ">=12"
|
|
@@ -4667,9 +6066,23 @@
|
|
|
4667
6066
|
"dev": true,
|
|
4668
6067
|
"license": "MIT"
|
|
4669
6068
|
},
|
|
4670
|
-
"node_modules/
|
|
4671
|
-
"
|
|
4672
|
-
"
|
|
6069
|
+
"node_modules/uudev": {
|
|
6070
|
+
"version": "1.1.0",
|
|
6071
|
+
"resolved": "https://registry.npmmirror.com/uudev/-/uudev-1.1.0.tgz",
|
|
6072
|
+
"integrity": "sha512-TggXiv5vYIF5x7TOtSJWkWhRro8HGTwaxa9UQvNkyJvNNNq1raGKg2Kqi/EZn7iTyw7dvYxXOPX+rytR4KSmmw==",
|
|
6073
|
+
"dev": true,
|
|
6074
|
+
"license": "ISC",
|
|
6075
|
+
"dependencies": {
|
|
6076
|
+
"archiver": "^7.0.1",
|
|
6077
|
+
"chalk": "^5.6.2",
|
|
6078
|
+
"inquirer": "^12.10.0"
|
|
6079
|
+
},
|
|
6080
|
+
"bin": {
|
|
6081
|
+
"uudev": "main.js"
|
|
6082
|
+
},
|
|
6083
|
+
"engines": {
|
|
6084
|
+
"node": ">=24.14.0"
|
|
6085
|
+
}
|
|
4673
6086
|
},
|
|
4674
6087
|
"node_modules/vite": {
|
|
4675
6088
|
"version": "7.3.1",
|
|
@@ -4948,7 +6361,7 @@
|
|
|
4948
6361
|
},
|
|
4949
6362
|
"node_modules/vue-router": {
|
|
4950
6363
|
"version": "5.0.3",
|
|
4951
|
-
"resolved": "https://registry.
|
|
6364
|
+
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.3.tgz",
|
|
4952
6365
|
"integrity": "sha512-nG1c7aAFac7NYj8Hluo68WyWfc41xkEjaR0ViLHCa3oDvTQ/nIuLJlXJX1NUPw/DXzx/8+OKMng045HHQKQKWw==",
|
|
4953
6366
|
"license": "MIT",
|
|
4954
6367
|
"dependencies": {
|
|
@@ -4992,9 +6405,9 @@
|
|
|
4992
6405
|
}
|
|
4993
6406
|
},
|
|
4994
6407
|
"node_modules/vue-router/node_modules/picomatch": {
|
|
4995
|
-
"version": "4.0.
|
|
4996
|
-
"resolved": "https://registry.
|
|
4997
|
-
"integrity": "sha512-
|
|
6408
|
+
"version": "4.0.4",
|
|
6409
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
6410
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
4998
6411
|
"license": "MIT",
|
|
4999
6412
|
"engines": {
|
|
5000
6413
|
"node": ">=12"
|
|
@@ -5022,7 +6435,7 @@
|
|
|
5022
6435
|
},
|
|
5023
6436
|
"node_modules/webpack-virtual-modules": {
|
|
5024
6437
|
"version": "0.6.2",
|
|
5025
|
-
"resolved": "https://registry.
|
|
6438
|
+
"resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
|
|
5026
6439
|
"integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
|
|
5027
6440
|
"license": "MIT"
|
|
5028
6441
|
},
|
|
@@ -5052,6 +6465,162 @@
|
|
|
5052
6465
|
"node": ">=0.10.0"
|
|
5053
6466
|
}
|
|
5054
6467
|
},
|
|
6468
|
+
"node_modules/wrap-ansi": {
|
|
6469
|
+
"version": "6.2.0",
|
|
6470
|
+
"resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
6471
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
6472
|
+
"dev": true,
|
|
6473
|
+
"license": "MIT",
|
|
6474
|
+
"dependencies": {
|
|
6475
|
+
"ansi-styles": "^4.0.0",
|
|
6476
|
+
"string-width": "^4.1.0",
|
|
6477
|
+
"strip-ansi": "^6.0.0"
|
|
6478
|
+
},
|
|
6479
|
+
"engines": {
|
|
6480
|
+
"node": ">=8"
|
|
6481
|
+
}
|
|
6482
|
+
},
|
|
6483
|
+
"node_modules/wrap-ansi-cjs": {
|
|
6484
|
+
"name": "wrap-ansi",
|
|
6485
|
+
"version": "7.0.0",
|
|
6486
|
+
"resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
6487
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
6488
|
+
"dev": true,
|
|
6489
|
+
"license": "MIT",
|
|
6490
|
+
"dependencies": {
|
|
6491
|
+
"ansi-styles": "^4.0.0",
|
|
6492
|
+
"string-width": "^4.1.0",
|
|
6493
|
+
"strip-ansi": "^6.0.0"
|
|
6494
|
+
},
|
|
6495
|
+
"engines": {
|
|
6496
|
+
"node": ">=10"
|
|
6497
|
+
},
|
|
6498
|
+
"funding": {
|
|
6499
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
6500
|
+
}
|
|
6501
|
+
},
|
|
6502
|
+
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
6503
|
+
"version": "5.0.1",
|
|
6504
|
+
"resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6505
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6506
|
+
"dev": true,
|
|
6507
|
+
"license": "MIT",
|
|
6508
|
+
"engines": {
|
|
6509
|
+
"node": ">=8"
|
|
6510
|
+
}
|
|
6511
|
+
},
|
|
6512
|
+
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
6513
|
+
"version": "4.3.0",
|
|
6514
|
+
"resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
6515
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
6516
|
+
"dev": true,
|
|
6517
|
+
"license": "MIT",
|
|
6518
|
+
"dependencies": {
|
|
6519
|
+
"color-convert": "^2.0.1"
|
|
6520
|
+
},
|
|
6521
|
+
"engines": {
|
|
6522
|
+
"node": ">=8"
|
|
6523
|
+
},
|
|
6524
|
+
"funding": {
|
|
6525
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6526
|
+
}
|
|
6527
|
+
},
|
|
6528
|
+
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
|
|
6529
|
+
"version": "8.0.0",
|
|
6530
|
+
"resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
6531
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
6532
|
+
"dev": true,
|
|
6533
|
+
"license": "MIT"
|
|
6534
|
+
},
|
|
6535
|
+
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
|
|
6536
|
+
"version": "4.2.3",
|
|
6537
|
+
"resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
|
|
6538
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
6539
|
+
"dev": true,
|
|
6540
|
+
"license": "MIT",
|
|
6541
|
+
"dependencies": {
|
|
6542
|
+
"emoji-regex": "^8.0.0",
|
|
6543
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
6544
|
+
"strip-ansi": "^6.0.1"
|
|
6545
|
+
},
|
|
6546
|
+
"engines": {
|
|
6547
|
+
"node": ">=8"
|
|
6548
|
+
}
|
|
6549
|
+
},
|
|
6550
|
+
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
|
|
6551
|
+
"version": "6.0.1",
|
|
6552
|
+
"resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6553
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6554
|
+
"dev": true,
|
|
6555
|
+
"license": "MIT",
|
|
6556
|
+
"dependencies": {
|
|
6557
|
+
"ansi-regex": "^5.0.1"
|
|
6558
|
+
},
|
|
6559
|
+
"engines": {
|
|
6560
|
+
"node": ">=8"
|
|
6561
|
+
}
|
|
6562
|
+
},
|
|
6563
|
+
"node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
6564
|
+
"version": "5.0.1",
|
|
6565
|
+
"resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6566
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6567
|
+
"dev": true,
|
|
6568
|
+
"license": "MIT",
|
|
6569
|
+
"engines": {
|
|
6570
|
+
"node": ">=8"
|
|
6571
|
+
}
|
|
6572
|
+
},
|
|
6573
|
+
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
6574
|
+
"version": "4.3.0",
|
|
6575
|
+
"resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
6576
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
6577
|
+
"dev": true,
|
|
6578
|
+
"license": "MIT",
|
|
6579
|
+
"dependencies": {
|
|
6580
|
+
"color-convert": "^2.0.1"
|
|
6581
|
+
},
|
|
6582
|
+
"engines": {
|
|
6583
|
+
"node": ">=8"
|
|
6584
|
+
},
|
|
6585
|
+
"funding": {
|
|
6586
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6587
|
+
}
|
|
6588
|
+
},
|
|
6589
|
+
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
6590
|
+
"version": "8.0.0",
|
|
6591
|
+
"resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
6592
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
6593
|
+
"dev": true,
|
|
6594
|
+
"license": "MIT"
|
|
6595
|
+
},
|
|
6596
|
+
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
6597
|
+
"version": "4.2.3",
|
|
6598
|
+
"resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
|
|
6599
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
6600
|
+
"dev": true,
|
|
6601
|
+
"license": "MIT",
|
|
6602
|
+
"dependencies": {
|
|
6603
|
+
"emoji-regex": "^8.0.0",
|
|
6604
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
6605
|
+
"strip-ansi": "^6.0.1"
|
|
6606
|
+
},
|
|
6607
|
+
"engines": {
|
|
6608
|
+
"node": ">=8"
|
|
6609
|
+
}
|
|
6610
|
+
},
|
|
6611
|
+
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
6612
|
+
"version": "6.0.1",
|
|
6613
|
+
"resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6614
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6615
|
+
"dev": true,
|
|
6616
|
+
"license": "MIT",
|
|
6617
|
+
"dependencies": {
|
|
6618
|
+
"ansi-regex": "^5.0.1"
|
|
6619
|
+
},
|
|
6620
|
+
"engines": {
|
|
6621
|
+
"node": ">=8"
|
|
6622
|
+
}
|
|
6623
|
+
},
|
|
5055
6624
|
"node_modules/wsl-utils": {
|
|
5056
6625
|
"version": "0.1.0",
|
|
5057
6626
|
"resolved": "https://registry.npmmirror.com/wsl-utils/-/wsl-utils-0.1.0.tgz",
|
|
@@ -5087,7 +6656,7 @@
|
|
|
5087
6656
|
},
|
|
5088
6657
|
"node_modules/yaml": {
|
|
5089
6658
|
"version": "2.8.3",
|
|
5090
|
-
"resolved": "https://registry.
|
|
6659
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
|
|
5091
6660
|
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
|
|
5092
6661
|
"license": "ISC",
|
|
5093
6662
|
"bin": {
|
|
@@ -5112,6 +6681,34 @@
|
|
|
5112
6681
|
"funding": {
|
|
5113
6682
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5114
6683
|
}
|
|
6684
|
+
},
|
|
6685
|
+
"node_modules/yoctocolors-cjs": {
|
|
6686
|
+
"version": "2.1.3",
|
|
6687
|
+
"resolved": "https://registry.npmmirror.com/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
|
|
6688
|
+
"integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
|
|
6689
|
+
"dev": true,
|
|
6690
|
+
"license": "MIT",
|
|
6691
|
+
"engines": {
|
|
6692
|
+
"node": ">=18"
|
|
6693
|
+
},
|
|
6694
|
+
"funding": {
|
|
6695
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6696
|
+
}
|
|
6697
|
+
},
|
|
6698
|
+
"node_modules/zip-stream": {
|
|
6699
|
+
"version": "6.0.1",
|
|
6700
|
+
"resolved": "https://registry.npmmirror.com/zip-stream/-/zip-stream-6.0.1.tgz",
|
|
6701
|
+
"integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
|
|
6702
|
+
"dev": true,
|
|
6703
|
+
"license": "MIT",
|
|
6704
|
+
"dependencies": {
|
|
6705
|
+
"archiver-utils": "^5.0.0",
|
|
6706
|
+
"compress-commons": "^6.0.2",
|
|
6707
|
+
"readable-stream": "^4.0.0"
|
|
6708
|
+
},
|
|
6709
|
+
"engines": {
|
|
6710
|
+
"node": ">= 14"
|
|
6711
|
+
}
|
|
5115
6712
|
}
|
|
5116
6713
|
}
|
|
5117
6714
|
}
|