sitespeed.io 38.5.2 → 39.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/Dockerfile +1 -1
- package/Dockerfile-slim +2 -2
- package/README.md +1 -1
- package/lib/cli/cli.js +3 -7
- package/lib/core/resultsStorage/index.js +19 -10
- package/lib/core/resultsStorage/pathToFolder.js +56 -39
- package/lib/core/url-source.js +1 -2
- package/lib/plugins/browsertime/index.js +3 -5
- package/lib/plugins/domains/aggregator.js +1 -3
- package/lib/plugins/pagexray/index.js +1 -2
- package/lib/plugins/thirdparty/index.js +1 -3
- package/lib/support/flattenMessage.js +15 -4
- package/npm-shrinkwrap.json +609 -142
- package/package.json +2 -2
- package/docs/README.md +0 -10
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "39.0.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sitespeed.io",
|
|
9
|
-
"version": "
|
|
9
|
+
"version": "39.0.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@slack/webhook": "7.0.6",
|
|
18
18
|
"@tgwf/co2": "0.16.9",
|
|
19
19
|
"axe-core": "4.11.0",
|
|
20
|
-
"browsertime": "
|
|
20
|
+
"browsertime": "26.0.1",
|
|
21
21
|
"coach-core": "8.1.3",
|
|
22
22
|
"dayjs": "1.11.18",
|
|
23
23
|
"fast-crc32c": "2.0.0",
|
|
@@ -1392,103 +1392,444 @@
|
|
|
1392
1392
|
}
|
|
1393
1393
|
},
|
|
1394
1394
|
"node_modules/@jimp/core": {
|
|
1395
|
-
"version": "
|
|
1396
|
-
"resolved": "https://registry.npmjs.org/@jimp/core/-/core-
|
|
1397
|
-
"integrity": "sha512-
|
|
1395
|
+
"version": "1.6.0",
|
|
1396
|
+
"resolved": "https://registry.npmjs.org/@jimp/core/-/core-1.6.0.tgz",
|
|
1397
|
+
"integrity": "sha512-EQQlKU3s9QfdJqiSrZWNTxBs3rKXgO2W+GxNXDtwchF3a4IqxDheFX1ti+Env9hdJXDiYLp2jTRjlxhPthsk8w==",
|
|
1398
1398
|
"license": "MIT",
|
|
1399
1399
|
"optional": true,
|
|
1400
1400
|
"dependencies": {
|
|
1401
|
-
"@jimp/
|
|
1402
|
-
"
|
|
1403
|
-
"
|
|
1401
|
+
"@jimp/file-ops": "1.6.0",
|
|
1402
|
+
"@jimp/types": "1.6.0",
|
|
1403
|
+
"@jimp/utils": "1.6.0",
|
|
1404
|
+
"await-to-js": "^3.0.0",
|
|
1404
1405
|
"exif-parser": "^0.1.12",
|
|
1405
|
-
"file-type": "^16.
|
|
1406
|
-
"
|
|
1407
|
-
|
|
1408
|
-
|
|
1406
|
+
"file-type": "^16.0.0",
|
|
1407
|
+
"mime": "3"
|
|
1408
|
+
},
|
|
1409
|
+
"engines": {
|
|
1410
|
+
"node": ">=18"
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"node_modules/@jimp/diff": {
|
|
1414
|
+
"version": "1.6.0",
|
|
1415
|
+
"resolved": "https://registry.npmjs.org/@jimp/diff/-/diff-1.6.0.tgz",
|
|
1416
|
+
"integrity": "sha512-+yUAQ5gvRC5D1WHYxjBHZI7JBRusGGSLf8AmPRPCenTzh4PA+wZ1xv2+cYqQwTfQHU5tXYOhA0xDytfHUf1Zyw==",
|
|
1417
|
+
"license": "MIT",
|
|
1418
|
+
"optional": true,
|
|
1419
|
+
"dependencies": {
|
|
1420
|
+
"@jimp/plugin-resize": "1.6.0",
|
|
1421
|
+
"@jimp/types": "1.6.0",
|
|
1422
|
+
"@jimp/utils": "1.6.0",
|
|
1423
|
+
"pixelmatch": "^5.3.0"
|
|
1424
|
+
},
|
|
1425
|
+
"engines": {
|
|
1426
|
+
"node": ">=18"
|
|
1427
|
+
}
|
|
1428
|
+
},
|
|
1429
|
+
"node_modules/@jimp/file-ops": {
|
|
1430
|
+
"version": "1.6.0",
|
|
1431
|
+
"resolved": "https://registry.npmjs.org/@jimp/file-ops/-/file-ops-1.6.0.tgz",
|
|
1432
|
+
"integrity": "sha512-Dx/bVDmgnRe1AlniRpCKrGRm5YvGmUwbDzt+MAkgmLGf+jvBT75hmMEZ003n9HQI/aPnm/YKnXjg/hOpzNCpHQ==",
|
|
1433
|
+
"license": "MIT",
|
|
1434
|
+
"optional": true,
|
|
1435
|
+
"engines": {
|
|
1436
|
+
"node": ">=18"
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
"node_modules/@jimp/js-bmp": {
|
|
1440
|
+
"version": "1.6.0",
|
|
1441
|
+
"resolved": "https://registry.npmjs.org/@jimp/js-bmp/-/js-bmp-1.6.0.tgz",
|
|
1442
|
+
"integrity": "sha512-FU6Q5PC/e3yzLyBDXupR3SnL3htU7S3KEs4e6rjDP6gNEOXRFsWs6YD3hXuXd50jd8ummy+q2WSwuGkr8wi+Gw==",
|
|
1443
|
+
"license": "MIT",
|
|
1444
|
+
"optional": true,
|
|
1445
|
+
"dependencies": {
|
|
1446
|
+
"@jimp/core": "1.6.0",
|
|
1447
|
+
"@jimp/types": "1.6.0",
|
|
1448
|
+
"@jimp/utils": "1.6.0",
|
|
1449
|
+
"bmp-ts": "^1.0.9"
|
|
1450
|
+
},
|
|
1451
|
+
"engines": {
|
|
1452
|
+
"node": ">=18"
|
|
1409
1453
|
}
|
|
1410
1454
|
},
|
|
1411
|
-
"node_modules/@jimp/
|
|
1412
|
-
"version": "
|
|
1413
|
-
"resolved": "https://registry.npmjs.org/@jimp/
|
|
1414
|
-
"integrity": "sha512-
|
|
1455
|
+
"node_modules/@jimp/js-gif": {
|
|
1456
|
+
"version": "1.6.0",
|
|
1457
|
+
"resolved": "https://registry.npmjs.org/@jimp/js-gif/-/js-gif-1.6.0.tgz",
|
|
1458
|
+
"integrity": "sha512-N9CZPHOrJTsAUoWkWZstLPpwT5AwJ0wge+47+ix3++SdSL/H2QzyMqxbcDYNFe4MoI5MIhATfb0/dl/wmX221g==",
|
|
1415
1459
|
"license": "MIT",
|
|
1416
1460
|
"optional": true,
|
|
1417
1461
|
"dependencies": {
|
|
1418
|
-
"@jimp/core": "
|
|
1462
|
+
"@jimp/core": "1.6.0",
|
|
1463
|
+
"@jimp/types": "1.6.0",
|
|
1464
|
+
"gifwrap": "^0.10.1",
|
|
1465
|
+
"omggif": "^1.0.10"
|
|
1466
|
+
},
|
|
1467
|
+
"engines": {
|
|
1468
|
+
"node": ">=18"
|
|
1419
1469
|
}
|
|
1420
1470
|
},
|
|
1421
|
-
"node_modules/@jimp/jpeg": {
|
|
1422
|
-
"version": "
|
|
1423
|
-
"resolved": "https://registry.npmjs.org/@jimp/jpeg/-/jpeg-
|
|
1424
|
-
"integrity": "sha512-
|
|
1471
|
+
"node_modules/@jimp/js-jpeg": {
|
|
1472
|
+
"version": "1.6.0",
|
|
1473
|
+
"resolved": "https://registry.npmjs.org/@jimp/js-jpeg/-/js-jpeg-1.6.0.tgz",
|
|
1474
|
+
"integrity": "sha512-6vgFDqeusblf5Pok6B2DUiMXplH8RhIKAryj1yn+007SIAQ0khM1Uptxmpku/0MfbClx2r7pnJv9gWpAEJdMVA==",
|
|
1425
1475
|
"license": "MIT",
|
|
1426
1476
|
"optional": true,
|
|
1427
1477
|
"dependencies": {
|
|
1428
|
-
"@jimp/
|
|
1478
|
+
"@jimp/core": "1.6.0",
|
|
1479
|
+
"@jimp/types": "1.6.0",
|
|
1429
1480
|
"jpeg-js": "^0.4.4"
|
|
1430
1481
|
},
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1482
|
+
"engines": {
|
|
1483
|
+
"node": ">=18"
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1486
|
+
"node_modules/@jimp/js-png": {
|
|
1487
|
+
"version": "1.6.0",
|
|
1488
|
+
"resolved": "https://registry.npmjs.org/@jimp/js-png/-/js-png-1.6.0.tgz",
|
|
1489
|
+
"integrity": "sha512-AbQHScy3hDDgMRNfG0tPjL88AV6qKAILGReIa3ATpW5QFjBKpisvUaOqhzJ7Reic1oawx3Riyv152gaPfqsBVg==",
|
|
1490
|
+
"license": "MIT",
|
|
1491
|
+
"optional": true,
|
|
1492
|
+
"dependencies": {
|
|
1493
|
+
"@jimp/core": "1.6.0",
|
|
1494
|
+
"@jimp/types": "1.6.0",
|
|
1495
|
+
"pngjs": "^7.0.0"
|
|
1496
|
+
},
|
|
1497
|
+
"engines": {
|
|
1498
|
+
"node": ">=18"
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
"node_modules/@jimp/js-tiff": {
|
|
1502
|
+
"version": "1.6.0",
|
|
1503
|
+
"resolved": "https://registry.npmjs.org/@jimp/js-tiff/-/js-tiff-1.6.0.tgz",
|
|
1504
|
+
"integrity": "sha512-zhReR8/7KO+adijj3h0ZQUOiun3mXUv79zYEAKvE0O+rP7EhgtKvWJOZfRzdZSNv0Pu1rKtgM72qgtwe2tFvyw==",
|
|
1505
|
+
"license": "MIT",
|
|
1506
|
+
"optional": true,
|
|
1507
|
+
"dependencies": {
|
|
1508
|
+
"@jimp/core": "1.6.0",
|
|
1509
|
+
"@jimp/types": "1.6.0",
|
|
1510
|
+
"utif2": "^4.1.0"
|
|
1511
|
+
},
|
|
1512
|
+
"engines": {
|
|
1513
|
+
"node": ">=18"
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
"node_modules/@jimp/plugin-blit": {
|
|
1517
|
+
"version": "1.6.0",
|
|
1518
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-blit/-/plugin-blit-1.6.0.tgz",
|
|
1519
|
+
"integrity": "sha512-M+uRWl1csi7qilnSK8uxK4RJMSuVeBiO1AY0+7APnfUbQNZm6hCe0CCFv1Iyw1D/Dhb8ph8fQgm5mwM0eSxgVA==",
|
|
1520
|
+
"license": "MIT",
|
|
1521
|
+
"optional": true,
|
|
1522
|
+
"dependencies": {
|
|
1523
|
+
"@jimp/types": "1.6.0",
|
|
1524
|
+
"@jimp/utils": "1.6.0",
|
|
1525
|
+
"zod": "^3.23.8"
|
|
1526
|
+
},
|
|
1527
|
+
"engines": {
|
|
1528
|
+
"node": ">=18"
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
"node_modules/@jimp/plugin-blur": {
|
|
1532
|
+
"version": "1.6.0",
|
|
1533
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-blur/-/plugin-blur-1.6.0.tgz",
|
|
1534
|
+
"integrity": "sha512-zrM7iic1OTwUCb0g/rN5y+UnmdEsT3IfuCXCJJNs8SZzP0MkZ1eTvuwK9ZidCuMo4+J3xkzCidRwYXB5CyGZTw==",
|
|
1535
|
+
"license": "MIT",
|
|
1536
|
+
"optional": true,
|
|
1537
|
+
"dependencies": {
|
|
1538
|
+
"@jimp/core": "1.6.0",
|
|
1539
|
+
"@jimp/utils": "1.6.0"
|
|
1540
|
+
},
|
|
1541
|
+
"engines": {
|
|
1542
|
+
"node": ">=18"
|
|
1543
|
+
}
|
|
1544
|
+
},
|
|
1545
|
+
"node_modules/@jimp/plugin-circle": {
|
|
1546
|
+
"version": "1.6.0",
|
|
1547
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-circle/-/plugin-circle-1.6.0.tgz",
|
|
1548
|
+
"integrity": "sha512-xt1Gp+LtdMKAXfDp3HNaG30SPZW6AQ7dtAtTnoRKorRi+5yCJjKqXRgkewS5bvj8DEh87Ko1ydJfzqS3P2tdWw==",
|
|
1549
|
+
"license": "MIT",
|
|
1550
|
+
"optional": true,
|
|
1551
|
+
"dependencies": {
|
|
1552
|
+
"@jimp/types": "1.6.0",
|
|
1553
|
+
"zod": "^3.23.8"
|
|
1554
|
+
},
|
|
1555
|
+
"engines": {
|
|
1556
|
+
"node": ">=18"
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
"node_modules/@jimp/plugin-color": {
|
|
1560
|
+
"version": "1.6.0",
|
|
1561
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-1.6.0.tgz",
|
|
1562
|
+
"integrity": "sha512-J5q8IVCpkBsxIXM+45XOXTrsyfblyMZg3a9eAo0P7VPH4+CrvyNQwaYatbAIamSIN1YzxmO3DkIZXzRjFSz1SA==",
|
|
1563
|
+
"license": "MIT",
|
|
1564
|
+
"optional": true,
|
|
1565
|
+
"dependencies": {
|
|
1566
|
+
"@jimp/core": "1.6.0",
|
|
1567
|
+
"@jimp/types": "1.6.0",
|
|
1568
|
+
"@jimp/utils": "1.6.0",
|
|
1569
|
+
"tinycolor2": "^1.6.0",
|
|
1570
|
+
"zod": "^3.23.8"
|
|
1571
|
+
},
|
|
1572
|
+
"engines": {
|
|
1573
|
+
"node": ">=18"
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
"node_modules/@jimp/plugin-contain": {
|
|
1577
|
+
"version": "1.6.0",
|
|
1578
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-1.6.0.tgz",
|
|
1579
|
+
"integrity": "sha512-oN/n+Vdq/Qg9bB4yOBOxtY9IPAtEfES8J1n9Ddx+XhGBYT1/QTU/JYkGaAkIGoPnyYvmLEDqMz2SGihqlpqfzQ==",
|
|
1580
|
+
"license": "MIT",
|
|
1581
|
+
"optional": true,
|
|
1582
|
+
"dependencies": {
|
|
1583
|
+
"@jimp/core": "1.6.0",
|
|
1584
|
+
"@jimp/plugin-blit": "1.6.0",
|
|
1585
|
+
"@jimp/plugin-resize": "1.6.0",
|
|
1586
|
+
"@jimp/types": "1.6.0",
|
|
1587
|
+
"@jimp/utils": "1.6.0",
|
|
1588
|
+
"zod": "^3.23.8"
|
|
1589
|
+
},
|
|
1590
|
+
"engines": {
|
|
1591
|
+
"node": ">=18"
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
"node_modules/@jimp/plugin-cover": {
|
|
1595
|
+
"version": "1.6.0",
|
|
1596
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-1.6.0.tgz",
|
|
1597
|
+
"integrity": "sha512-Iow0h6yqSC269YUJ8HC3Q/MpCi2V55sMlbkkTTx4zPvd8mWZlC0ykrNDeAy9IJegrQ7v5E99rJwmQu25lygKLA==",
|
|
1598
|
+
"license": "MIT",
|
|
1599
|
+
"optional": true,
|
|
1600
|
+
"dependencies": {
|
|
1601
|
+
"@jimp/core": "1.6.0",
|
|
1602
|
+
"@jimp/plugin-crop": "1.6.0",
|
|
1603
|
+
"@jimp/plugin-resize": "1.6.0",
|
|
1604
|
+
"@jimp/types": "1.6.0",
|
|
1605
|
+
"zod": "^3.23.8"
|
|
1606
|
+
},
|
|
1607
|
+
"engines": {
|
|
1608
|
+
"node": ">=18"
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
"node_modules/@jimp/plugin-crop": {
|
|
1612
|
+
"version": "1.6.0",
|
|
1613
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-1.6.0.tgz",
|
|
1614
|
+
"integrity": "sha512-KqZkEhvs+21USdySCUDI+GFa393eDIzbi1smBqkUPTE+pRwSWMAf01D5OC3ZWB+xZsNla93BDS9iCkLHA8wang==",
|
|
1615
|
+
"license": "MIT",
|
|
1616
|
+
"optional": true,
|
|
1617
|
+
"dependencies": {
|
|
1618
|
+
"@jimp/core": "1.6.0",
|
|
1619
|
+
"@jimp/types": "1.6.0",
|
|
1620
|
+
"@jimp/utils": "1.6.0",
|
|
1621
|
+
"zod": "^3.23.8"
|
|
1622
|
+
},
|
|
1623
|
+
"engines": {
|
|
1624
|
+
"node": ">=18"
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
|
+
"node_modules/@jimp/plugin-displace": {
|
|
1628
|
+
"version": "1.6.0",
|
|
1629
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-1.6.0.tgz",
|
|
1630
|
+
"integrity": "sha512-4Y10X9qwr5F+Bo5ME356XSACEF55485j5nGdiyJ9hYzjQP9nGgxNJaZ4SAOqpd+k5sFaIeD7SQ0Occ26uIng5Q==",
|
|
1631
|
+
"license": "MIT",
|
|
1632
|
+
"optional": true,
|
|
1633
|
+
"dependencies": {
|
|
1634
|
+
"@jimp/types": "1.6.0",
|
|
1635
|
+
"@jimp/utils": "1.6.0",
|
|
1636
|
+
"zod": "^3.23.8"
|
|
1637
|
+
},
|
|
1638
|
+
"engines": {
|
|
1639
|
+
"node": ">=18"
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
"node_modules/@jimp/plugin-dither": {
|
|
1643
|
+
"version": "1.6.0",
|
|
1644
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-1.6.0.tgz",
|
|
1645
|
+
"integrity": "sha512-600d1RxY0pKwgyU0tgMahLNKsqEcxGdbgXadCiVCoGd6V6glyCvkNrnnwC0n5aJ56Htkj88PToSdF88tNVZEEQ==",
|
|
1646
|
+
"license": "MIT",
|
|
1647
|
+
"optional": true,
|
|
1648
|
+
"dependencies": {
|
|
1649
|
+
"@jimp/types": "1.6.0"
|
|
1650
|
+
},
|
|
1651
|
+
"engines": {
|
|
1652
|
+
"node": ">=18"
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"node_modules/@jimp/plugin-fisheye": {
|
|
1656
|
+
"version": "1.6.0",
|
|
1657
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-fisheye/-/plugin-fisheye-1.6.0.tgz",
|
|
1658
|
+
"integrity": "sha512-E5QHKWSCBFtpgZarlmN3Q6+rTQxjirFqo44ohoTjzYVrDI6B6beXNnPIThJgPr0Y9GwfzgyarKvQuQuqCnnfbA==",
|
|
1659
|
+
"license": "MIT",
|
|
1660
|
+
"optional": true,
|
|
1661
|
+
"dependencies": {
|
|
1662
|
+
"@jimp/types": "1.6.0",
|
|
1663
|
+
"@jimp/utils": "1.6.0",
|
|
1664
|
+
"zod": "^3.23.8"
|
|
1665
|
+
},
|
|
1666
|
+
"engines": {
|
|
1667
|
+
"node": ">=18"
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
"node_modules/@jimp/plugin-flip": {
|
|
1671
|
+
"version": "1.6.0",
|
|
1672
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-1.6.0.tgz",
|
|
1673
|
+
"integrity": "sha512-/+rJVDuBIVOgwoyVkBjUFHtP+wmW0r+r5OQ2GpatQofToPVbJw1DdYWXlwviSx7hvixTWLKVgRWQ5Dw862emDg==",
|
|
1674
|
+
"license": "MIT",
|
|
1675
|
+
"optional": true,
|
|
1676
|
+
"dependencies": {
|
|
1677
|
+
"@jimp/types": "1.6.0",
|
|
1678
|
+
"zod": "^3.23.8"
|
|
1679
|
+
},
|
|
1680
|
+
"engines": {
|
|
1681
|
+
"node": ">=18"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
"node_modules/@jimp/plugin-hash": {
|
|
1685
|
+
"version": "1.6.0",
|
|
1686
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-hash/-/plugin-hash-1.6.0.tgz",
|
|
1687
|
+
"integrity": "sha512-wWzl0kTpDJgYVbZdajTf+4NBSKvmI3bRI8q6EH9CVeIHps9VWVsUvEyb7rpbcwVLWYuzDtP2R0lTT6WeBNQH9Q==",
|
|
1688
|
+
"license": "MIT",
|
|
1689
|
+
"optional": true,
|
|
1690
|
+
"dependencies": {
|
|
1691
|
+
"@jimp/core": "1.6.0",
|
|
1692
|
+
"@jimp/js-bmp": "1.6.0",
|
|
1693
|
+
"@jimp/js-jpeg": "1.6.0",
|
|
1694
|
+
"@jimp/js-png": "1.6.0",
|
|
1695
|
+
"@jimp/js-tiff": "1.6.0",
|
|
1696
|
+
"@jimp/plugin-color": "1.6.0",
|
|
1697
|
+
"@jimp/plugin-resize": "1.6.0",
|
|
1698
|
+
"@jimp/types": "1.6.0",
|
|
1699
|
+
"@jimp/utils": "1.6.0",
|
|
1700
|
+
"any-base": "^1.1.0"
|
|
1701
|
+
},
|
|
1702
|
+
"engines": {
|
|
1703
|
+
"node": ">=18"
|
|
1704
|
+
}
|
|
1705
|
+
},
|
|
1706
|
+
"node_modules/@jimp/plugin-mask": {
|
|
1707
|
+
"version": "1.6.0",
|
|
1708
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-mask/-/plugin-mask-1.6.0.tgz",
|
|
1709
|
+
"integrity": "sha512-Cwy7ExSJMZszvkad8NV8o/Z92X2kFUFM8mcDAhNVxU0Q6tA0op2UKRJY51eoK8r6eds/qak3FQkXakvNabdLnA==",
|
|
1710
|
+
"license": "MIT",
|
|
1711
|
+
"optional": true,
|
|
1712
|
+
"dependencies": {
|
|
1713
|
+
"@jimp/types": "1.6.0",
|
|
1714
|
+
"zod": "^3.23.8"
|
|
1715
|
+
},
|
|
1716
|
+
"engines": {
|
|
1717
|
+
"node": ">=18"
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
"node_modules/@jimp/plugin-print": {
|
|
1721
|
+
"version": "1.6.0",
|
|
1722
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-1.6.0.tgz",
|
|
1723
|
+
"integrity": "sha512-zarTIJi8fjoGMSI/M3Xh5yY9T65p03XJmPsuNet19K/Q7mwRU6EV2pfj+28++2PV2NJ+htDF5uecAlnGyxFN2A==",
|
|
1724
|
+
"license": "MIT",
|
|
1725
|
+
"optional": true,
|
|
1726
|
+
"dependencies": {
|
|
1727
|
+
"@jimp/core": "1.6.0",
|
|
1728
|
+
"@jimp/js-jpeg": "1.6.0",
|
|
1729
|
+
"@jimp/js-png": "1.6.0",
|
|
1730
|
+
"@jimp/plugin-blit": "1.6.0",
|
|
1731
|
+
"@jimp/types": "1.6.0",
|
|
1732
|
+
"parse-bmfont-ascii": "^1.0.6",
|
|
1733
|
+
"parse-bmfont-binary": "^1.0.6",
|
|
1734
|
+
"parse-bmfont-xml": "^1.1.6",
|
|
1735
|
+
"simple-xml-to-json": "^1.2.2",
|
|
1736
|
+
"zod": "^3.23.8"
|
|
1737
|
+
},
|
|
1738
|
+
"engines": {
|
|
1739
|
+
"node": ">=18"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
"node_modules/@jimp/plugin-quantize": {
|
|
1743
|
+
"version": "1.6.0",
|
|
1744
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-quantize/-/plugin-quantize-1.6.0.tgz",
|
|
1745
|
+
"integrity": "sha512-EmzZ/s9StYQwbpG6rUGBCisc3f64JIhSH+ncTJd+iFGtGo0YvSeMdAd+zqgiHpfZoOL54dNavZNjF4otK+mvlg==",
|
|
1746
|
+
"license": "MIT",
|
|
1747
|
+
"optional": true,
|
|
1748
|
+
"dependencies": {
|
|
1749
|
+
"image-q": "^4.0.0",
|
|
1750
|
+
"zod": "^3.23.8"
|
|
1751
|
+
},
|
|
1752
|
+
"engines": {
|
|
1753
|
+
"node": ">=18"
|
|
1433
1754
|
}
|
|
1434
1755
|
},
|
|
1435
1756
|
"node_modules/@jimp/plugin-resize": {
|
|
1436
|
-
"version": "
|
|
1437
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-
|
|
1438
|
-
"integrity": "sha512-
|
|
1757
|
+
"version": "1.6.0",
|
|
1758
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-1.6.0.tgz",
|
|
1759
|
+
"integrity": "sha512-uSUD1mqXN9i1SGSz5ov3keRZ7S9L32/mAQG08wUwZiEi5FpbV0K8A8l1zkazAIZi9IJzLlTauRNU41Mi8IF9fA==",
|
|
1439
1760
|
"license": "MIT",
|
|
1440
1761
|
"optional": true,
|
|
1441
1762
|
"dependencies": {
|
|
1442
|
-
"@jimp/
|
|
1763
|
+
"@jimp/core": "1.6.0",
|
|
1764
|
+
"@jimp/types": "1.6.0",
|
|
1765
|
+
"zod": "^3.23.8"
|
|
1443
1766
|
},
|
|
1444
|
-
"
|
|
1445
|
-
"
|
|
1767
|
+
"engines": {
|
|
1768
|
+
"node": ">=18"
|
|
1446
1769
|
}
|
|
1447
1770
|
},
|
|
1448
|
-
"node_modules/@jimp/plugin-
|
|
1449
|
-
"version": "
|
|
1450
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-
|
|
1451
|
-
"integrity": "sha512-
|
|
1771
|
+
"node_modules/@jimp/plugin-rotate": {
|
|
1772
|
+
"version": "1.6.0",
|
|
1773
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-1.6.0.tgz",
|
|
1774
|
+
"integrity": "sha512-JagdjBLnUZGSG4xjCLkIpQOZZ3Mjbg8aGCCi4G69qR+OjNpOeGI7N2EQlfK/WE8BEHOW5vdjSyglNqcYbQBWRw==",
|
|
1452
1775
|
"license": "MIT",
|
|
1453
1776
|
"optional": true,
|
|
1454
1777
|
"dependencies": {
|
|
1455
|
-
"@jimp/
|
|
1778
|
+
"@jimp/core": "1.6.0",
|
|
1779
|
+
"@jimp/plugin-crop": "1.6.0",
|
|
1780
|
+
"@jimp/plugin-resize": "1.6.0",
|
|
1781
|
+
"@jimp/types": "1.6.0",
|
|
1782
|
+
"@jimp/utils": "1.6.0",
|
|
1783
|
+
"zod": "^3.23.8"
|
|
1456
1784
|
},
|
|
1457
|
-
"
|
|
1458
|
-
"
|
|
1459
|
-
"@jimp/plugin-resize": ">=0.3.5"
|
|
1785
|
+
"engines": {
|
|
1786
|
+
"node": ">=18"
|
|
1460
1787
|
}
|
|
1461
1788
|
},
|
|
1462
|
-
"node_modules/@jimp/
|
|
1463
|
-
"version": "
|
|
1464
|
-
"resolved": "https://registry.npmjs.org/@jimp/
|
|
1465
|
-
"integrity": "sha512-
|
|
1789
|
+
"node_modules/@jimp/plugin-threshold": {
|
|
1790
|
+
"version": "1.6.0",
|
|
1791
|
+
"resolved": "https://registry.npmjs.org/@jimp/plugin-threshold/-/plugin-threshold-1.6.0.tgz",
|
|
1792
|
+
"integrity": "sha512-M59m5dzLoHOVWdM41O8z9SyySzcDn43xHseOH0HavjsfQsT56GGCC4QzU1banJidbUrePhzoEdS42uFE8Fei8w==",
|
|
1466
1793
|
"license": "MIT",
|
|
1467
1794
|
"optional": true,
|
|
1468
1795
|
"dependencies": {
|
|
1469
|
-
"@jimp/
|
|
1470
|
-
"
|
|
1796
|
+
"@jimp/core": "1.6.0",
|
|
1797
|
+
"@jimp/plugin-color": "1.6.0",
|
|
1798
|
+
"@jimp/plugin-hash": "1.6.0",
|
|
1799
|
+
"@jimp/types": "1.6.0",
|
|
1800
|
+
"@jimp/utils": "1.6.0",
|
|
1801
|
+
"zod": "^3.23.8"
|
|
1471
1802
|
},
|
|
1472
|
-
"
|
|
1473
|
-
"
|
|
1803
|
+
"engines": {
|
|
1804
|
+
"node": ">=18"
|
|
1474
1805
|
}
|
|
1475
1806
|
},
|
|
1476
|
-
"node_modules/@jimp/
|
|
1477
|
-
"version": "
|
|
1478
|
-
"resolved": "https://registry.npmjs.org/@jimp/
|
|
1479
|
-
"integrity": "sha512-
|
|
1807
|
+
"node_modules/@jimp/types": {
|
|
1808
|
+
"version": "1.6.0",
|
|
1809
|
+
"resolved": "https://registry.npmjs.org/@jimp/types/-/types-1.6.0.tgz",
|
|
1810
|
+
"integrity": "sha512-7UfRsiKo5GZTAATxm2qQ7jqmUXP0DxTArztllTcYdyw6Xi5oT4RaoXynVtCD4UyLK5gJgkZJcwonoijrhYFKfg==",
|
|
1480
1811
|
"license": "MIT",
|
|
1481
1812
|
"optional": true,
|
|
1482
1813
|
"dependencies": {
|
|
1483
|
-
"
|
|
1814
|
+
"zod": "^3.23.8"
|
|
1815
|
+
},
|
|
1816
|
+
"engines": {
|
|
1817
|
+
"node": ">=18"
|
|
1484
1818
|
}
|
|
1485
1819
|
},
|
|
1486
|
-
"node_modules/@jimp/utils
|
|
1487
|
-
"version": "
|
|
1488
|
-
"resolved": "https://registry.npmjs.org/
|
|
1489
|
-
"integrity": "sha512-
|
|
1820
|
+
"node_modules/@jimp/utils": {
|
|
1821
|
+
"version": "1.6.0",
|
|
1822
|
+
"resolved": "https://registry.npmjs.org/@jimp/utils/-/utils-1.6.0.tgz",
|
|
1823
|
+
"integrity": "sha512-gqFTGEosKbOkYF/WFj26jMHOI5OH2jeP1MmC/zbK6BF6VJBf8rIC5898dPfSzZEbSA0wbbV5slbntWVc5PKLFA==",
|
|
1490
1824
|
"license": "MIT",
|
|
1491
|
-
"optional": true
|
|
1825
|
+
"optional": true,
|
|
1826
|
+
"dependencies": {
|
|
1827
|
+
"@jimp/types": "1.6.0",
|
|
1828
|
+
"tinycolor2": "^1.6.0"
|
|
1829
|
+
},
|
|
1830
|
+
"engines": {
|
|
1831
|
+
"node": ">=18"
|
|
1832
|
+
}
|
|
1492
1833
|
},
|
|
1493
1834
|
"node_modules/@jsdoc/salty": {
|
|
1494
1835
|
"version": "0.2.4",
|
|
@@ -2337,9 +2678,9 @@
|
|
|
2337
2678
|
}
|
|
2338
2679
|
},
|
|
2339
2680
|
"node_modules/@sitespeed.io/chromedriver": {
|
|
2340
|
-
"version": "
|
|
2341
|
-
"resolved": "https://registry.npmjs.org/@sitespeed.io/chromedriver/-/chromedriver-
|
|
2342
|
-
"integrity": "sha512-
|
|
2681
|
+
"version": "142.0.7444-59",
|
|
2682
|
+
"resolved": "https://registry.npmjs.org/@sitespeed.io/chromedriver/-/chromedriver-142.0.7444-59.tgz",
|
|
2683
|
+
"integrity": "sha512-Nfsl35/mdZ5WrVo6gileOOWXdIvz/4azQVXJbOAKQtDlBWj2efPNGxLqWnwt7ynW1Lg69KV0KYUyaV9CwsDEdQ==",
|
|
2343
2684
|
"hasInstallScript": true,
|
|
2344
2685
|
"dependencies": {
|
|
2345
2686
|
"node-downloader-helper": "2.1.9",
|
|
@@ -3250,6 +3591,7 @@
|
|
|
3250
3591
|
"resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.1.tgz",
|
|
3251
3592
|
"integrity": "sha512-4NpsnpYl2Gt1ljyBGrKMxFYAYvpqbnnkgP/i/g+NLpjEUa3obn1XJCur9YbEXKDAkaXqsR1LbDnGEJ0MmKFxfg==",
|
|
3252
3593
|
"dev": true,
|
|
3594
|
+
"peer": true,
|
|
3253
3595
|
"dependencies": {
|
|
3254
3596
|
"@types/linkify-it": "^5",
|
|
3255
3597
|
"@types/mdurl": "^2"
|
|
@@ -3322,6 +3664,7 @@
|
|
|
3322
3664
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
3323
3665
|
"dev": true,
|
|
3324
3666
|
"license": "MIT",
|
|
3667
|
+
"peer": true,
|
|
3325
3668
|
"bin": {
|
|
3326
3669
|
"acorn": "bin/acorn"
|
|
3327
3670
|
},
|
|
@@ -3429,6 +3772,7 @@
|
|
|
3429
3772
|
"version": "7.4.1",
|
|
3430
3773
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
|
|
3431
3774
|
"integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
|
|
3775
|
+
"peer": true,
|
|
3432
3776
|
"bin": {
|
|
3433
3777
|
"acorn": "bin/acorn"
|
|
3434
3778
|
},
|
|
@@ -3863,6 +4207,16 @@
|
|
|
3863
4207
|
"node": ">=12"
|
|
3864
4208
|
}
|
|
3865
4209
|
},
|
|
4210
|
+
"node_modules/await-to-js": {
|
|
4211
|
+
"version": "3.0.0",
|
|
4212
|
+
"resolved": "https://registry.npmjs.org/await-to-js/-/await-to-js-3.0.0.tgz",
|
|
4213
|
+
"integrity": "sha512-zJAaP9zxTcvTHRlejau3ZOY4V7SRpiByf3/dxx2uyKxxor19tpmpV2QRsTKikckwhaPmr2dVpxxMr7jOCYVp5g==",
|
|
4214
|
+
"license": "MIT",
|
|
4215
|
+
"optional": true,
|
|
4216
|
+
"engines": {
|
|
4217
|
+
"node": ">=6.0.0"
|
|
4218
|
+
}
|
|
4219
|
+
},
|
|
3866
4220
|
"node_modules/axe-core": {
|
|
3867
4221
|
"version": "4.11.0",
|
|
3868
4222
|
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.0.tgz",
|
|
@@ -3998,6 +4352,13 @@
|
|
|
3998
4352
|
"integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==",
|
|
3999
4353
|
"dev": true
|
|
4000
4354
|
},
|
|
4355
|
+
"node_modules/bmp-ts": {
|
|
4356
|
+
"version": "1.0.9",
|
|
4357
|
+
"resolved": "https://registry.npmjs.org/bmp-ts/-/bmp-ts-1.0.9.tgz",
|
|
4358
|
+
"integrity": "sha512-cTEHk2jLrPyi+12M3dhpEbnnPOsaZuq7C45ylbbQIiWgDFZq4UVYPEY5mlqjvsj/6gJv9qX5sa+ebDzLXT28Vw==",
|
|
4359
|
+
"license": "MIT",
|
|
4360
|
+
"optional": true
|
|
4361
|
+
},
|
|
4001
4362
|
"node_modules/bowser": {
|
|
4002
4363
|
"version": "2.12.1",
|
|
4003
4364
|
"resolved": "https://registry.npmjs.org/bowser/-/bowser-2.12.1.tgz",
|
|
@@ -4046,6 +4407,7 @@
|
|
|
4046
4407
|
}
|
|
4047
4408
|
],
|
|
4048
4409
|
"license": "MIT",
|
|
4410
|
+
"peer": true,
|
|
4049
4411
|
"dependencies": {
|
|
4050
4412
|
"caniuse-lite": "^1.0.30001726",
|
|
4051
4413
|
"electron-to-chromium": "^1.5.173",
|
|
@@ -4060,12 +4422,13 @@
|
|
|
4060
4422
|
}
|
|
4061
4423
|
},
|
|
4062
4424
|
"node_modules/browsertime": {
|
|
4063
|
-
"version": "
|
|
4064
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-
|
|
4065
|
-
"integrity": "sha512-
|
|
4425
|
+
"version": "26.0.1",
|
|
4426
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-26.0.1.tgz",
|
|
4427
|
+
"integrity": "sha512-IveXYyh44aQiNArFOCDCEV7KVs4Lcoj/CikCDuNStskKvy3TWuXF+48gpJIaXcRsYvZ1GW1dI9l7ZWRY2MVPBA==",
|
|
4428
|
+
"license": "MIT",
|
|
4066
4429
|
"dependencies": {
|
|
4067
4430
|
"@devicefarmer/adbkit": "3.3.8",
|
|
4068
|
-
"@sitespeed.io/chromedriver": "
|
|
4431
|
+
"@sitespeed.io/chromedriver": "142.0.7444-59",
|
|
4069
4432
|
"@sitespeed.io/edgedriver": "141.0.3537-71",
|
|
4070
4433
|
"@sitespeed.io/geckodriver": "0.36.0",
|
|
4071
4434
|
"@sitespeed.io/log": "1.0.0",
|
|
@@ -4077,7 +4440,7 @@
|
|
|
4077
4440
|
"fast-stats": "0.0.7",
|
|
4078
4441
|
"ff-test-bidi-har-export": "0.0.18",
|
|
4079
4442
|
"lodash.merge": "4.6.2",
|
|
4080
|
-
"selenium-webdriver": "4.
|
|
4443
|
+
"selenium-webdriver": "4.38.0",
|
|
4081
4444
|
"yargs": "18.0.0"
|
|
4082
4445
|
},
|
|
4083
4446
|
"bin": {
|
|
@@ -4087,39 +4450,10 @@
|
|
|
4087
4450
|
"node": ">=20.0.0"
|
|
4088
4451
|
},
|
|
4089
4452
|
"optionalDependencies": {
|
|
4090
|
-
"
|
|
4091
|
-
"@jimp/jpeg": "0.22.12",
|
|
4092
|
-
"@jimp/plugin-resize": "0.22.12",
|
|
4093
|
-
"@jimp/plugin-scale": "0.22.12",
|
|
4094
|
-
"@jimp/png": "0.22.12",
|
|
4453
|
+
"jimp": "1.6.0",
|
|
4095
4454
|
"usb-power-profiling": "1.6.0"
|
|
4096
4455
|
}
|
|
4097
4456
|
},
|
|
4098
|
-
"node_modules/buffer": {
|
|
4099
|
-
"version": "5.7.1",
|
|
4100
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
4101
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
4102
|
-
"funding": [
|
|
4103
|
-
{
|
|
4104
|
-
"type": "github",
|
|
4105
|
-
"url": "https://github.com/sponsors/feross"
|
|
4106
|
-
},
|
|
4107
|
-
{
|
|
4108
|
-
"type": "patreon",
|
|
4109
|
-
"url": "https://www.patreon.com/feross"
|
|
4110
|
-
},
|
|
4111
|
-
{
|
|
4112
|
-
"type": "consulting",
|
|
4113
|
-
"url": "https://feross.org/support"
|
|
4114
|
-
}
|
|
4115
|
-
],
|
|
4116
|
-
"license": "MIT",
|
|
4117
|
-
"optional": true,
|
|
4118
|
-
"dependencies": {
|
|
4119
|
-
"base64-js": "^1.3.1",
|
|
4120
|
-
"ieee754": "^1.1.13"
|
|
4121
|
-
}
|
|
4122
|
-
},
|
|
4123
4457
|
"node_modules/buffer-equal-constant-time": {
|
|
4124
4458
|
"version": "1.0.1",
|
|
4125
4459
|
"resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
|
|
@@ -4944,7 +5278,6 @@
|
|
|
4944
5278
|
"resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz",
|
|
4945
5279
|
"integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==",
|
|
4946
5280
|
"dev": true,
|
|
4947
|
-
"peer": true,
|
|
4948
5281
|
"engines": {
|
|
4949
5282
|
"node": ">=0.12"
|
|
4950
5283
|
},
|
|
@@ -5019,6 +5352,7 @@
|
|
|
5019
5352
|
"integrity": "sha512-XyLmROnACWqSxiGYArdef1fItQd47weqB7iwtfr9JHwRrqIXZdcFMvvEcL9xHCmL0SNsOvF0c42lWyM1U5dgig==",
|
|
5020
5353
|
"dev": true,
|
|
5021
5354
|
"license": "MIT",
|
|
5355
|
+
"peer": true,
|
|
5022
5356
|
"dependencies": {
|
|
5023
5357
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
5024
5358
|
"@eslint-community/regexpp": "^4.12.1",
|
|
@@ -5080,6 +5414,7 @@
|
|
|
5080
5414
|
"integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==",
|
|
5081
5415
|
"dev": true,
|
|
5082
5416
|
"license": "MIT",
|
|
5417
|
+
"peer": true,
|
|
5083
5418
|
"bin": {
|
|
5084
5419
|
"eslint-config-prettier": "bin/cli.js"
|
|
5085
5420
|
},
|
|
@@ -6052,6 +6387,17 @@
|
|
|
6052
6387
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6053
6388
|
}
|
|
6054
6389
|
},
|
|
6390
|
+
"node_modules/gifwrap": {
|
|
6391
|
+
"version": "0.10.1",
|
|
6392
|
+
"resolved": "https://registry.npmjs.org/gifwrap/-/gifwrap-0.10.1.tgz",
|
|
6393
|
+
"integrity": "sha512-2760b1vpJHNmLzZ/ubTtNnEx5WApN/PYWJvXvgS+tL1egTTthayFYIQQNi136FLEDcN/IyEY2EcGpIITD6eYUw==",
|
|
6394
|
+
"license": "MIT",
|
|
6395
|
+
"optional": true,
|
|
6396
|
+
"dependencies": {
|
|
6397
|
+
"image-q": "^4.0.0",
|
|
6398
|
+
"omggif": "^1.0.10"
|
|
6399
|
+
}
|
|
6400
|
+
},
|
|
6055
6401
|
"node_modules/glob": {
|
|
6056
6402
|
"version": "7.2.3",
|
|
6057
6403
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
@@ -6352,6 +6698,16 @@
|
|
|
6352
6698
|
"node": ">=10 <11 || >=12 <13 || >=14"
|
|
6353
6699
|
}
|
|
6354
6700
|
},
|
|
6701
|
+
"node_modules/image-q": {
|
|
6702
|
+
"version": "4.0.0",
|
|
6703
|
+
"resolved": "https://registry.npmjs.org/image-q/-/image-q-4.0.0.tgz",
|
|
6704
|
+
"integrity": "sha512-PfJGVgIfKQJuq3s0tTDOKtztksibuUEbJQIYT3by6wctQo+Rdlh7ef4evJ5NCdxY4CfMbvFkocEwbl4BF8RlJw==",
|
|
6705
|
+
"license": "MIT",
|
|
6706
|
+
"optional": true,
|
|
6707
|
+
"dependencies": {
|
|
6708
|
+
"@types/node": "16.9.1"
|
|
6709
|
+
}
|
|
6710
|
+
},
|
|
6355
6711
|
"node_modules/immediate": {
|
|
6356
6712
|
"version": "3.0.6",
|
|
6357
6713
|
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
|
|
@@ -6651,17 +7007,6 @@
|
|
|
6651
7007
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
6652
7008
|
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
|
|
6653
7009
|
},
|
|
6654
|
-
"node_modules/isomorphic-fetch": {
|
|
6655
|
-
"version": "3.0.0",
|
|
6656
|
-
"resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz",
|
|
6657
|
-
"integrity": "sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==",
|
|
6658
|
-
"license": "MIT",
|
|
6659
|
-
"optional": true,
|
|
6660
|
-
"dependencies": {
|
|
6661
|
-
"node-fetch": "^2.6.1",
|
|
6662
|
-
"whatwg-fetch": "^3.4.1"
|
|
6663
|
-
}
|
|
6664
|
-
},
|
|
6665
7010
|
"node_modules/jackspeak": {
|
|
6666
7011
|
"version": "3.4.3",
|
|
6667
7012
|
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
@@ -6678,6 +7023,45 @@
|
|
|
6678
7023
|
"@pkgjs/parseargs": "^0.11.0"
|
|
6679
7024
|
}
|
|
6680
7025
|
},
|
|
7026
|
+
"node_modules/jimp": {
|
|
7027
|
+
"version": "1.6.0",
|
|
7028
|
+
"resolved": "https://registry.npmjs.org/jimp/-/jimp-1.6.0.tgz",
|
|
7029
|
+
"integrity": "sha512-YcwCHw1kiqEeI5xRpDlPPBGL2EOpBKLwO4yIBJcXWHPj5PnA5urGq0jbyhM5KoNpypQ6VboSoxc9D8HyfvngSg==",
|
|
7030
|
+
"license": "MIT",
|
|
7031
|
+
"optional": true,
|
|
7032
|
+
"dependencies": {
|
|
7033
|
+
"@jimp/core": "1.6.0",
|
|
7034
|
+
"@jimp/diff": "1.6.0",
|
|
7035
|
+
"@jimp/js-bmp": "1.6.0",
|
|
7036
|
+
"@jimp/js-gif": "1.6.0",
|
|
7037
|
+
"@jimp/js-jpeg": "1.6.0",
|
|
7038
|
+
"@jimp/js-png": "1.6.0",
|
|
7039
|
+
"@jimp/js-tiff": "1.6.0",
|
|
7040
|
+
"@jimp/plugin-blit": "1.6.0",
|
|
7041
|
+
"@jimp/plugin-blur": "1.6.0",
|
|
7042
|
+
"@jimp/plugin-circle": "1.6.0",
|
|
7043
|
+
"@jimp/plugin-color": "1.6.0",
|
|
7044
|
+
"@jimp/plugin-contain": "1.6.0",
|
|
7045
|
+
"@jimp/plugin-cover": "1.6.0",
|
|
7046
|
+
"@jimp/plugin-crop": "1.6.0",
|
|
7047
|
+
"@jimp/plugin-displace": "1.6.0",
|
|
7048
|
+
"@jimp/plugin-dither": "1.6.0",
|
|
7049
|
+
"@jimp/plugin-fisheye": "1.6.0",
|
|
7050
|
+
"@jimp/plugin-flip": "1.6.0",
|
|
7051
|
+
"@jimp/plugin-hash": "1.6.0",
|
|
7052
|
+
"@jimp/plugin-mask": "1.6.0",
|
|
7053
|
+
"@jimp/plugin-print": "1.6.0",
|
|
7054
|
+
"@jimp/plugin-quantize": "1.6.0",
|
|
7055
|
+
"@jimp/plugin-resize": "1.6.0",
|
|
7056
|
+
"@jimp/plugin-rotate": "1.6.0",
|
|
7057
|
+
"@jimp/plugin-threshold": "1.6.0",
|
|
7058
|
+
"@jimp/types": "1.6.0",
|
|
7059
|
+
"@jimp/utils": "1.6.0"
|
|
7060
|
+
},
|
|
7061
|
+
"engines": {
|
|
7062
|
+
"node": ">=18"
|
|
7063
|
+
}
|
|
7064
|
+
},
|
|
6681
7065
|
"node_modules/jpeg-js": {
|
|
6682
7066
|
"version": "0.4.4",
|
|
6683
7067
|
"resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.4.tgz",
|
|
@@ -7114,7 +7498,6 @@
|
|
|
7114
7498
|
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz",
|
|
7115
7499
|
"integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==",
|
|
7116
7500
|
"dev": true,
|
|
7117
|
-
"peer": true,
|
|
7118
7501
|
"dependencies": {
|
|
7119
7502
|
"uc.micro": "^1.0.1"
|
|
7120
7503
|
}
|
|
@@ -7203,7 +7586,6 @@
|
|
|
7203
7586
|
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz",
|
|
7204
7587
|
"integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==",
|
|
7205
7588
|
"dev": true,
|
|
7206
|
-
"peer": true,
|
|
7207
7589
|
"dependencies": {
|
|
7208
7590
|
"argparse": "^2.0.1",
|
|
7209
7591
|
"entities": "~3.0.1",
|
|
@@ -7229,8 +7611,7 @@
|
|
|
7229
7611
|
"version": "2.0.1",
|
|
7230
7612
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
7231
7613
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
7232
|
-
"dev": true
|
|
7233
|
-
"peer": true
|
|
7614
|
+
"dev": true
|
|
7234
7615
|
},
|
|
7235
7616
|
"node_modules/markdown/node_modules/nopt": {
|
|
7236
7617
|
"version": "2.1.2",
|
|
@@ -7308,8 +7689,7 @@
|
|
|
7308
7689
|
"version": "1.0.1",
|
|
7309
7690
|
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
|
|
7310
7691
|
"integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=",
|
|
7311
|
-
"dev": true
|
|
7312
|
-
"peer": true
|
|
7692
|
+
"dev": true
|
|
7313
7693
|
},
|
|
7314
7694
|
"node_modules/memoize": {
|
|
7315
7695
|
"version": "10.1.0",
|
|
@@ -7668,6 +8048,13 @@
|
|
|
7668
8048
|
"node": ">=0.10.0"
|
|
7669
8049
|
}
|
|
7670
8050
|
},
|
|
8051
|
+
"node_modules/omggif": {
|
|
8052
|
+
"version": "1.0.10",
|
|
8053
|
+
"resolved": "https://registry.npmjs.org/omggif/-/omggif-1.0.10.tgz",
|
|
8054
|
+
"integrity": "sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw==",
|
|
8055
|
+
"license": "MIT",
|
|
8056
|
+
"optional": true
|
|
8057
|
+
},
|
|
7671
8058
|
"node_modules/once": {
|
|
7672
8059
|
"version": "1.4.0",
|
|
7673
8060
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
@@ -7861,6 +8248,31 @@
|
|
|
7861
8248
|
"node": ">=6"
|
|
7862
8249
|
}
|
|
7863
8250
|
},
|
|
8251
|
+
"node_modules/parse-bmfont-ascii": {
|
|
8252
|
+
"version": "1.0.6",
|
|
8253
|
+
"resolved": "https://registry.npmjs.org/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz",
|
|
8254
|
+
"integrity": "sha512-U4RrVsUFCleIOBsIGYOMKjn9PavsGOXxbvYGtMOEfnId0SVNsgehXh1DxUdVPLoxd5mvcEtvmKs2Mmf0Mpa1ZA==",
|
|
8255
|
+
"license": "MIT",
|
|
8256
|
+
"optional": true
|
|
8257
|
+
},
|
|
8258
|
+
"node_modules/parse-bmfont-binary": {
|
|
8259
|
+
"version": "1.0.6",
|
|
8260
|
+
"resolved": "https://registry.npmjs.org/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz",
|
|
8261
|
+
"integrity": "sha512-GxmsRea0wdGdYthjuUeWTMWPqm2+FAd4GI8vCvhgJsFnoGhTrLhXDDupwTo7rXVAgaLIGoVHDZS9p/5XbSqeWA==",
|
|
8262
|
+
"license": "MIT",
|
|
8263
|
+
"optional": true
|
|
8264
|
+
},
|
|
8265
|
+
"node_modules/parse-bmfont-xml": {
|
|
8266
|
+
"version": "1.1.6",
|
|
8267
|
+
"resolved": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.6.tgz",
|
|
8268
|
+
"integrity": "sha512-0cEliVMZEhrFDwMh4SxIyVJpqYoOWDJ9P895tFuS+XuNzI5UBmBk5U5O4KuJdTnZpSBI4LFA2+ZiJaiwfSwlMA==",
|
|
8269
|
+
"license": "MIT",
|
|
8270
|
+
"optional": true,
|
|
8271
|
+
"dependencies": {
|
|
8272
|
+
"xml-parse-from-string": "^1.0.0",
|
|
8273
|
+
"xml2js": "^0.5.0"
|
|
8274
|
+
}
|
|
8275
|
+
},
|
|
7864
8276
|
"node_modules/parse-ms": {
|
|
7865
8277
|
"version": "4.0.0",
|
|
7866
8278
|
"resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-4.0.0.tgz",
|
|
@@ -7982,26 +8394,26 @@
|
|
|
7982
8394
|
}
|
|
7983
8395
|
},
|
|
7984
8396
|
"node_modules/pixelmatch": {
|
|
7985
|
-
"version": "
|
|
7986
|
-
"resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-
|
|
7987
|
-
"integrity": "sha512-
|
|
8397
|
+
"version": "5.3.0",
|
|
8398
|
+
"resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-5.3.0.tgz",
|
|
8399
|
+
"integrity": "sha512-o8mkY4E/+LNUf6LzX96ht6k6CEDi65k9G2rjMtBe9Oo+VPKSvl+0GKHuH/AlG+GA5LPG/i5hrekkxUc3s2HU+Q==",
|
|
7988
8400
|
"license": "ISC",
|
|
7989
8401
|
"optional": true,
|
|
7990
8402
|
"dependencies": {
|
|
7991
|
-
"pngjs": "^
|
|
8403
|
+
"pngjs": "^6.0.0"
|
|
7992
8404
|
},
|
|
7993
8405
|
"bin": {
|
|
7994
8406
|
"pixelmatch": "bin/pixelmatch"
|
|
7995
8407
|
}
|
|
7996
8408
|
},
|
|
7997
8409
|
"node_modules/pixelmatch/node_modules/pngjs": {
|
|
7998
|
-
"version": "
|
|
7999
|
-
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-
|
|
8000
|
-
"integrity": "sha512-
|
|
8410
|
+
"version": "6.0.0",
|
|
8411
|
+
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz",
|
|
8412
|
+
"integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==",
|
|
8001
8413
|
"license": "MIT",
|
|
8002
8414
|
"optional": true,
|
|
8003
8415
|
"engines": {
|
|
8004
|
-
"node": ">=
|
|
8416
|
+
"node": ">=12.13.0"
|
|
8005
8417
|
}
|
|
8006
8418
|
},
|
|
8007
8419
|
"node_modules/pkg-prebuilds": {
|
|
@@ -8147,13 +8559,13 @@
|
|
|
8147
8559
|
}
|
|
8148
8560
|
},
|
|
8149
8561
|
"node_modules/pngjs": {
|
|
8150
|
-
"version": "
|
|
8151
|
-
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-
|
|
8152
|
-
"integrity": "sha512-
|
|
8562
|
+
"version": "7.0.0",
|
|
8563
|
+
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-7.0.0.tgz",
|
|
8564
|
+
"integrity": "sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==",
|
|
8153
8565
|
"license": "MIT",
|
|
8154
8566
|
"optional": true,
|
|
8155
8567
|
"engines": {
|
|
8156
|
-
"node": ">=
|
|
8568
|
+
"node": ">=14.19.0"
|
|
8157
8569
|
}
|
|
8158
8570
|
},
|
|
8159
8571
|
"node_modules/prelude-ls": {
|
|
@@ -8171,6 +8583,7 @@
|
|
|
8171
8583
|
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
|
|
8172
8584
|
"dev": true,
|
|
8173
8585
|
"license": "MIT",
|
|
8586
|
+
"peer": true,
|
|
8174
8587
|
"bin": {
|
|
8175
8588
|
"prettier": "bin/prettier.cjs"
|
|
8176
8589
|
},
|
|
@@ -8868,10 +9281,17 @@
|
|
|
8868
9281
|
"url": "https://paulmillr.com/funding/"
|
|
8869
9282
|
}
|
|
8870
9283
|
},
|
|
9284
|
+
"node_modules/sax": {
|
|
9285
|
+
"version": "1.4.3",
|
|
9286
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz",
|
|
9287
|
+
"integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
|
|
9288
|
+
"devOptional": true,
|
|
9289
|
+
"license": "BlueOak-1.0.0"
|
|
9290
|
+
},
|
|
8871
9291
|
"node_modules/selenium-webdriver": {
|
|
8872
|
-
"version": "4.
|
|
8873
|
-
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.
|
|
8874
|
-
"integrity": "sha512-
|
|
9292
|
+
"version": "4.38.0",
|
|
9293
|
+
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.38.0.tgz",
|
|
9294
|
+
"integrity": "sha512-5/UXXFSQmn7FGQkbcpAqvfhzflUdMWtT7QqpEgkFD6Q6rDucxB5EUfzgjmr6JbUj30QodcW3mDXehzoeS/Vy5w==",
|
|
8875
9295
|
"funding": [
|
|
8876
9296
|
{
|
|
8877
9297
|
"type": "github",
|
|
@@ -9068,6 +9488,16 @@
|
|
|
9068
9488
|
"url": "https://github.com/sponsors/isaacs"
|
|
9069
9489
|
}
|
|
9070
9490
|
},
|
|
9491
|
+
"node_modules/simple-xml-to-json": {
|
|
9492
|
+
"version": "1.2.3",
|
|
9493
|
+
"resolved": "https://registry.npmjs.org/simple-xml-to-json/-/simple-xml-to-json-1.2.3.tgz",
|
|
9494
|
+
"integrity": "sha512-kWJDCr9EWtZ+/EYYM5MareWj2cRnZGF93YDNpH4jQiHB+hBIZnfPFSQiVMzZOdk+zXWqTZ/9fTeQNu2DqeiudA==",
|
|
9495
|
+
"license": "MIT",
|
|
9496
|
+
"optional": true,
|
|
9497
|
+
"engines": {
|
|
9498
|
+
"node": ">=20.12.2"
|
|
9499
|
+
}
|
|
9500
|
+
},
|
|
9071
9501
|
"node_modules/simplecrawler": {
|
|
9072
9502
|
"version": "1.1.9",
|
|
9073
9503
|
"resolved": "https://registry.npmjs.org/simplecrawler/-/simplecrawler-1.1.9.tgz",
|
|
@@ -9765,8 +10195,7 @@
|
|
|
9765
10195
|
"version": "1.0.5",
|
|
9766
10196
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.5.tgz",
|
|
9767
10197
|
"integrity": "sha512-JoLI4g5zv5qNyT09f4YAvEZIIV1oOjqnewYg5D38dkQljIzpPT296dbIGvKro3digYI1bkb7W6EP1y4uDlmzLg==",
|
|
9768
|
-
"dev": true
|
|
9769
|
-
"peer": true
|
|
10198
|
+
"dev": true
|
|
9770
10199
|
},
|
|
9771
10200
|
"node_modules/underscore": {
|
|
9772
10201
|
"version": "1.13.2",
|
|
@@ -9877,6 +10306,16 @@
|
|
|
9877
10306
|
"node": "^18 || ^20 || >= 21"
|
|
9878
10307
|
}
|
|
9879
10308
|
},
|
|
10309
|
+
"node_modules/utif2": {
|
|
10310
|
+
"version": "4.1.0",
|
|
10311
|
+
"resolved": "https://registry.npmjs.org/utif2/-/utif2-4.1.0.tgz",
|
|
10312
|
+
"integrity": "sha512-+oknB9FHrJ7oW7A2WZYajOcv4FcDR4CfoGB0dPNfxbi4GO05RRnFmt5oa23+9w32EanrYcSJWspUiJkLMs+37w==",
|
|
10313
|
+
"license": "MIT",
|
|
10314
|
+
"optional": true,
|
|
10315
|
+
"dependencies": {
|
|
10316
|
+
"pako": "^1.0.11"
|
|
10317
|
+
}
|
|
10318
|
+
},
|
|
9880
10319
|
"node_modules/util-deprecate": {
|
|
9881
10320
|
"version": "1.0.2",
|
|
9882
10321
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
@@ -9949,13 +10388,6 @@
|
|
|
9949
10388
|
"node": ">=6"
|
|
9950
10389
|
}
|
|
9951
10390
|
},
|
|
9952
|
-
"node_modules/whatwg-fetch": {
|
|
9953
|
-
"version": "3.6.20",
|
|
9954
|
-
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
|
|
9955
|
-
"integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==",
|
|
9956
|
-
"license": "MIT",
|
|
9957
|
-
"optional": true
|
|
9958
|
-
},
|
|
9959
10391
|
"node_modules/whatwg-url": {
|
|
9960
10392
|
"version": "14.1.0",
|
|
9961
10393
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.1.0.tgz",
|
|
@@ -10149,11 +10581,36 @@
|
|
|
10149
10581
|
"xml-js": "bin/cli.js"
|
|
10150
10582
|
}
|
|
10151
10583
|
},
|
|
10152
|
-
"node_modules/xml-
|
|
10153
|
-
"version": "1.
|
|
10154
|
-
"resolved": "https://registry.npmjs.org/
|
|
10155
|
-
"integrity": "sha512-
|
|
10156
|
-
"
|
|
10584
|
+
"node_modules/xml-parse-from-string": {
|
|
10585
|
+
"version": "1.0.1",
|
|
10586
|
+
"resolved": "https://registry.npmjs.org/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz",
|
|
10587
|
+
"integrity": "sha512-ErcKwJTF54uRzzNMXq2X5sMIy88zJvfN2DmdoQvy7PAFJ+tPRU6ydWuOKNMyfmOjdyBQTFREi60s0Y0SyI0G0g==",
|
|
10588
|
+
"license": "MIT",
|
|
10589
|
+
"optional": true
|
|
10590
|
+
},
|
|
10591
|
+
"node_modules/xml2js": {
|
|
10592
|
+
"version": "0.5.0",
|
|
10593
|
+
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
|
|
10594
|
+
"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
|
|
10595
|
+
"license": "MIT",
|
|
10596
|
+
"optional": true,
|
|
10597
|
+
"dependencies": {
|
|
10598
|
+
"sax": ">=0.6.0",
|
|
10599
|
+
"xmlbuilder": "~11.0.0"
|
|
10600
|
+
},
|
|
10601
|
+
"engines": {
|
|
10602
|
+
"node": ">=4.0.0"
|
|
10603
|
+
}
|
|
10604
|
+
},
|
|
10605
|
+
"node_modules/xmlbuilder": {
|
|
10606
|
+
"version": "11.0.1",
|
|
10607
|
+
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
|
|
10608
|
+
"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
|
|
10609
|
+
"license": "MIT",
|
|
10610
|
+
"optional": true,
|
|
10611
|
+
"engines": {
|
|
10612
|
+
"node": ">=4.0"
|
|
10613
|
+
}
|
|
10157
10614
|
},
|
|
10158
10615
|
"node_modules/xmlcreate": {
|
|
10159
10616
|
"version": "2.0.4",
|
|
@@ -10239,6 +10696,16 @@
|
|
|
10239
10696
|
"funding": {
|
|
10240
10697
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
10241
10698
|
}
|
|
10699
|
+
},
|
|
10700
|
+
"node_modules/zod": {
|
|
10701
|
+
"version": "3.25.76",
|
|
10702
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
10703
|
+
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
10704
|
+
"license": "MIT",
|
|
10705
|
+
"optional": true,
|
|
10706
|
+
"funding": {
|
|
10707
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
10708
|
+
}
|
|
10242
10709
|
}
|
|
10243
10710
|
}
|
|
10244
10711
|
}
|