@testim/testim-cli 4.174.5 → 4.174.7
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/cli.js +45 -45
- package/cli.js.map +4 -4
- package/npm-shrinkwrap.json +167 -879
- package/package.json +1 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testim/testim-cli",
|
|
3
|
-
"version": "4.174.
|
|
3
|
+
"version": "4.174.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@testim/testim-cli",
|
|
9
|
-
"version": "4.174.
|
|
9
|
+
"version": "4.174.7",
|
|
10
10
|
"license": "Proprietary",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@applitools/eyes-sdk-core": "13.11.34-legacy.1",
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"https-proxy-agent": "7.0.2",
|
|
29
29
|
"istanbul-lib-report": "3.0.0",
|
|
30
30
|
"istanbul-reports": "3.1.5",
|
|
31
|
-
"jimp": "1.1.4",
|
|
32
31
|
"jsonwebtoken": "9.0.0",
|
|
33
32
|
"linkedom": "0.18.0",
|
|
34
33
|
"lodash": "4.17.21",
|
|
@@ -1408,417 +1407,6 @@
|
|
|
1408
1407
|
"node": ">=8"
|
|
1409
1408
|
}
|
|
1410
1409
|
},
|
|
1411
|
-
"node_modules/@jimp/core": {
|
|
1412
|
-
"version": "1.1.4",
|
|
1413
|
-
"resolved": "https://registry.npmjs.org/@jimp/core/-/core-1.1.4.tgz",
|
|
1414
|
-
"integrity": "sha512-Pokt0rq2qT9oTbQkYVd4z8nIA0eHu2yI3Gd5SmkKQjQa/lRVWRFazqAJMpPkIQt32gSf2rRUVopp7O7wkjjV8w==",
|
|
1415
|
-
"license": "MIT",
|
|
1416
|
-
"dependencies": {
|
|
1417
|
-
"@jimp/file-ops": "1.1.4",
|
|
1418
|
-
"@jimp/types": "1.1.4",
|
|
1419
|
-
"@jimp/utils": "1.1.4",
|
|
1420
|
-
"await-to-js": "^3.0.0",
|
|
1421
|
-
"exif-parser": "^0.1.12",
|
|
1422
|
-
"file-type": "^16.0.0",
|
|
1423
|
-
"mime": "3"
|
|
1424
|
-
},
|
|
1425
|
-
"engines": {
|
|
1426
|
-
"node": ">=18"
|
|
1427
|
-
}
|
|
1428
|
-
},
|
|
1429
|
-
"node_modules/@jimp/diff": {
|
|
1430
|
-
"version": "1.1.4",
|
|
1431
|
-
"resolved": "https://registry.npmjs.org/@jimp/diff/-/diff-1.1.4.tgz",
|
|
1432
|
-
"integrity": "sha512-Xc/g1SfphHT9+aeghCxQou8cCmzIArLot31PNXYhx/Bip0Px1wtZHW22sFgCPjGJS6pE/74qRjM0V8VJQYup3w==",
|
|
1433
|
-
"license": "MIT",
|
|
1434
|
-
"dependencies": {
|
|
1435
|
-
"@jimp/plugin-resize": "1.1.4",
|
|
1436
|
-
"@jimp/types": "1.1.4",
|
|
1437
|
-
"@jimp/utils": "1.1.4",
|
|
1438
|
-
"pixelmatch": "^5.3.0"
|
|
1439
|
-
},
|
|
1440
|
-
"engines": {
|
|
1441
|
-
"node": ">=18"
|
|
1442
|
-
}
|
|
1443
|
-
},
|
|
1444
|
-
"node_modules/@jimp/file-ops": {
|
|
1445
|
-
"version": "1.1.4",
|
|
1446
|
-
"resolved": "https://registry.npmjs.org/@jimp/file-ops/-/file-ops-1.1.4.tgz",
|
|
1447
|
-
"integrity": "sha512-vJqidRRZlQfaOS/DE9FnkFDmu6Fyx5ZtqTRfBDRr8fAPPDC+N6Fh4//0YQ2CO1xstI35WoPPkJDu6Geq+f1b5Q==",
|
|
1448
|
-
"license": "MIT",
|
|
1449
|
-
"engines": {
|
|
1450
|
-
"node": ">=18"
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
|
-
"node_modules/@jimp/js-bmp": {
|
|
1454
|
-
"version": "1.1.4",
|
|
1455
|
-
"resolved": "https://registry.npmjs.org/@jimp/js-bmp/-/js-bmp-1.1.4.tgz",
|
|
1456
|
-
"integrity": "sha512-fO8dhqfDF08Zw4SXdXD2GqLakR4KInUY6dWkNyOLH+fADsi2jmx/UgcdNiZMGm/iaQSdTdUovgpmLJrr5kQ3Kg==",
|
|
1457
|
-
"license": "MIT",
|
|
1458
|
-
"dependencies": {
|
|
1459
|
-
"@jimp/core": "1.1.4",
|
|
1460
|
-
"@jimp/types": "1.1.4",
|
|
1461
|
-
"@jimp/utils": "1.1.4",
|
|
1462
|
-
"bmp-ts": "^1.0.9"
|
|
1463
|
-
},
|
|
1464
|
-
"engines": {
|
|
1465
|
-
"node": ">=18"
|
|
1466
|
-
}
|
|
1467
|
-
},
|
|
1468
|
-
"node_modules/@jimp/js-gif": {
|
|
1469
|
-
"version": "1.1.4",
|
|
1470
|
-
"resolved": "https://registry.npmjs.org/@jimp/js-gif/-/js-gif-1.1.4.tgz",
|
|
1471
|
-
"integrity": "sha512-/+W2hCPljZg4xEC82W4Zl/gy3ZzQVD05jYovviuHx+T3d/8y/GZWElDp6dHkBefnZ1P3ZEC+sBtLUIyuAz7c4A==",
|
|
1472
|
-
"license": "MIT",
|
|
1473
|
-
"dependencies": {
|
|
1474
|
-
"@jimp/core": "1.1.4",
|
|
1475
|
-
"@jimp/types": "1.1.4",
|
|
1476
|
-
"gifwrap": "^0.10.1",
|
|
1477
|
-
"omggif": "^1.0.10"
|
|
1478
|
-
},
|
|
1479
|
-
"engines": {
|
|
1480
|
-
"node": ">=18"
|
|
1481
|
-
}
|
|
1482
|
-
},
|
|
1483
|
-
"node_modules/@jimp/js-jpeg": {
|
|
1484
|
-
"version": "1.1.4",
|
|
1485
|
-
"resolved": "https://registry.npmjs.org/@jimp/js-jpeg/-/js-jpeg-1.1.4.tgz",
|
|
1486
|
-
"integrity": "sha512-Qt7U2MLuLd7fpA9m7LEUvf4oEjYofJtxi7a4XApkHOtRC7+l2KBEpiw2EGwCd1AQ8dnryaO5ehFqALhiIjcv+w==",
|
|
1487
|
-
"license": "MIT",
|
|
1488
|
-
"dependencies": {
|
|
1489
|
-
"@jimp/core": "1.1.4",
|
|
1490
|
-
"@jimp/types": "1.1.4",
|
|
1491
|
-
"jpeg-js": "^0.4.4"
|
|
1492
|
-
},
|
|
1493
|
-
"engines": {
|
|
1494
|
-
"node": ">=18"
|
|
1495
|
-
}
|
|
1496
|
-
},
|
|
1497
|
-
"node_modules/@jimp/js-png": {
|
|
1498
|
-
"version": "1.1.4",
|
|
1499
|
-
"resolved": "https://registry.npmjs.org/@jimp/js-png/-/js-png-1.1.4.tgz",
|
|
1500
|
-
"integrity": "sha512-F+8d0cHlS5MJnvle5TbQRhe7UIyqbZJlrqYemrfARTeoyhUQo5NYfeOmnnyABl1Jiwvhe7cWzKnlXRkhJZzS6g==",
|
|
1501
|
-
"license": "MIT",
|
|
1502
|
-
"dependencies": {
|
|
1503
|
-
"@jimp/core": "1.1.4",
|
|
1504
|
-
"@jimp/types": "1.1.4",
|
|
1505
|
-
"pngjs": "^7.0.0"
|
|
1506
|
-
},
|
|
1507
|
-
"engines": {
|
|
1508
|
-
"node": ">=18"
|
|
1509
|
-
}
|
|
1510
|
-
},
|
|
1511
|
-
"node_modules/@jimp/js-tiff": {
|
|
1512
|
-
"version": "1.1.4",
|
|
1513
|
-
"resolved": "https://registry.npmjs.org/@jimp/js-tiff/-/js-tiff-1.1.4.tgz",
|
|
1514
|
-
"integrity": "sha512-kopUh2c2vxNjeAljniP8jQnWGWdhlFUfP6RySAnRpRDbp9LhTrpYGngKf/fOxv8MMEXOifGNvQlvzgOrnmF4sQ==",
|
|
1515
|
-
"license": "MIT",
|
|
1516
|
-
"dependencies": {
|
|
1517
|
-
"@jimp/core": "1.1.4",
|
|
1518
|
-
"@jimp/types": "1.1.4",
|
|
1519
|
-
"utif2": "^4.1.0"
|
|
1520
|
-
},
|
|
1521
|
-
"engines": {
|
|
1522
|
-
"node": ">=18"
|
|
1523
|
-
}
|
|
1524
|
-
},
|
|
1525
|
-
"node_modules/@jimp/plugin-blit": {
|
|
1526
|
-
"version": "1.1.4",
|
|
1527
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-blit/-/plugin-blit-1.1.4.tgz",
|
|
1528
|
-
"integrity": "sha512-mwiZp7tSId/2LyFzct456rMulbi+J9Mm9jQ1jhWt7TPM4qjobFXHem5glyU1aNf9CpHcsOP83RUj5me7DavvEg==",
|
|
1529
|
-
"license": "MIT",
|
|
1530
|
-
"dependencies": {
|
|
1531
|
-
"@jimp/types": "1.1.4",
|
|
1532
|
-
"@jimp/utils": "1.1.4",
|
|
1533
|
-
"zod": "^3.23.8"
|
|
1534
|
-
},
|
|
1535
|
-
"engines": {
|
|
1536
|
-
"node": ">=18"
|
|
1537
|
-
}
|
|
1538
|
-
},
|
|
1539
|
-
"node_modules/@jimp/plugin-blur": {
|
|
1540
|
-
"version": "1.1.4",
|
|
1541
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-blur/-/plugin-blur-1.1.4.tgz",
|
|
1542
|
-
"integrity": "sha512-XH+NGrKOQbs5Q0WF4HToWSUz5ts4xRABFcAIDgs9O34iYdTL3K9lPMHAOH+LrB+2uWMzguQQncdEJrPKgNXC4Q==",
|
|
1543
|
-
"license": "MIT",
|
|
1544
|
-
"dependencies": {
|
|
1545
|
-
"@jimp/core": "1.1.4",
|
|
1546
|
-
"@jimp/utils": "1.1.4"
|
|
1547
|
-
},
|
|
1548
|
-
"engines": {
|
|
1549
|
-
"node": ">=18"
|
|
1550
|
-
}
|
|
1551
|
-
},
|
|
1552
|
-
"node_modules/@jimp/plugin-circle": {
|
|
1553
|
-
"version": "1.1.4",
|
|
1554
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-circle/-/plugin-circle-1.1.4.tgz",
|
|
1555
|
-
"integrity": "sha512-zOemNyA5VIgWnC+NQys7FCqpFt6jN7Hvp//G9pL+oD9sXDLQbkR65ZHdpI7iglVtxsq3yc7hFe2ojCRCu3AbSg==",
|
|
1556
|
-
"license": "MIT",
|
|
1557
|
-
"dependencies": {
|
|
1558
|
-
"@jimp/types": "1.1.4",
|
|
1559
|
-
"zod": "^3.23.8"
|
|
1560
|
-
},
|
|
1561
|
-
"engines": {
|
|
1562
|
-
"node": ">=18"
|
|
1563
|
-
}
|
|
1564
|
-
},
|
|
1565
|
-
"node_modules/@jimp/plugin-color": {
|
|
1566
|
-
"version": "1.1.4",
|
|
1567
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-1.1.4.tgz",
|
|
1568
|
-
"integrity": "sha512-j7xJqO9Cr45sLw+UYwCRtoeWl8/mZsBmZEAGdpx4ny2vHD0IMD3S56NcTuSLJ9zFtuyIEJkQFUNFUDaxVxVjag==",
|
|
1569
|
-
"license": "MIT",
|
|
1570
|
-
"dependencies": {
|
|
1571
|
-
"@jimp/core": "1.1.4",
|
|
1572
|
-
"@jimp/types": "1.1.4",
|
|
1573
|
-
"@jimp/utils": "1.1.4",
|
|
1574
|
-
"tinycolor2": "^1.6.0",
|
|
1575
|
-
"zod": "^3.23.8"
|
|
1576
|
-
},
|
|
1577
|
-
"engines": {
|
|
1578
|
-
"node": ">=18"
|
|
1579
|
-
}
|
|
1580
|
-
},
|
|
1581
|
-
"node_modules/@jimp/plugin-contain": {
|
|
1582
|
-
"version": "1.1.4",
|
|
1583
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-1.1.4.tgz",
|
|
1584
|
-
"integrity": "sha512-XIMURmXFDdZYyKsETyopBloqndJKk7ohtE6ujO/o//O5/Op9A15deh8yais39A5j8uSyHEsvBwdGtGm4co7rnw==",
|
|
1585
|
-
"license": "MIT",
|
|
1586
|
-
"dependencies": {
|
|
1587
|
-
"@jimp/core": "1.1.4",
|
|
1588
|
-
"@jimp/plugin-blit": "1.1.4",
|
|
1589
|
-
"@jimp/plugin-resize": "1.1.4",
|
|
1590
|
-
"@jimp/types": "1.1.4",
|
|
1591
|
-
"@jimp/utils": "1.1.4",
|
|
1592
|
-
"zod": "^3.23.8"
|
|
1593
|
-
},
|
|
1594
|
-
"engines": {
|
|
1595
|
-
"node": ">=18"
|
|
1596
|
-
}
|
|
1597
|
-
},
|
|
1598
|
-
"node_modules/@jimp/plugin-cover": {
|
|
1599
|
-
"version": "1.1.4",
|
|
1600
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-1.1.4.tgz",
|
|
1601
|
-
"integrity": "sha512-VxaQhcCYeJRQcNXrLbOUcn/KAVmVgTNexLucjUvm8uSWCyDfO+HJ6okL/qyux2h05asyCcFXz7zeNswEqjePSg==",
|
|
1602
|
-
"license": "MIT",
|
|
1603
|
-
"dependencies": {
|
|
1604
|
-
"@jimp/core": "1.1.4",
|
|
1605
|
-
"@jimp/plugin-crop": "1.1.4",
|
|
1606
|
-
"@jimp/plugin-resize": "1.1.4",
|
|
1607
|
-
"@jimp/types": "1.1.4",
|
|
1608
|
-
"zod": "^3.23.8"
|
|
1609
|
-
},
|
|
1610
|
-
"engines": {
|
|
1611
|
-
"node": ">=18"
|
|
1612
|
-
}
|
|
1613
|
-
},
|
|
1614
|
-
"node_modules/@jimp/plugin-crop": {
|
|
1615
|
-
"version": "1.1.4",
|
|
1616
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-1.1.4.tgz",
|
|
1617
|
-
"integrity": "sha512-RejGsKWoG0ji2YwvlKKIEnCxZFGHZ7dwcmFIHiWOZs+fhT+HoHbDy9QEIT+MmgWeeIVm0B3MrA/oBMLEwaJbzg==",
|
|
1618
|
-
"license": "MIT",
|
|
1619
|
-
"dependencies": {
|
|
1620
|
-
"@jimp/core": "1.1.4",
|
|
1621
|
-
"@jimp/types": "1.1.4",
|
|
1622
|
-
"@jimp/utils": "1.1.4",
|
|
1623
|
-
"zod": "^3.23.8"
|
|
1624
|
-
},
|
|
1625
|
-
"engines": {
|
|
1626
|
-
"node": ">=18"
|
|
1627
|
-
}
|
|
1628
|
-
},
|
|
1629
|
-
"node_modules/@jimp/plugin-displace": {
|
|
1630
|
-
"version": "1.1.4",
|
|
1631
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-1.1.4.tgz",
|
|
1632
|
-
"integrity": "sha512-X+yMdj4DZu/p5YZ9Go7k3HfkC2XTw/5am/p9Fn2xoOJwGa+LIDCAAJ/xuVw+qJMuyvhjIa5rck39yePvBumLyg==",
|
|
1633
|
-
"license": "MIT",
|
|
1634
|
-
"dependencies": {
|
|
1635
|
-
"@jimp/types": "1.1.4",
|
|
1636
|
-
"@jimp/utils": "1.1.4",
|
|
1637
|
-
"zod": "^3.23.8"
|
|
1638
|
-
},
|
|
1639
|
-
"engines": {
|
|
1640
|
-
"node": ">=18"
|
|
1641
|
-
}
|
|
1642
|
-
},
|
|
1643
|
-
"node_modules/@jimp/plugin-dither": {
|
|
1644
|
-
"version": "1.1.4",
|
|
1645
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-1.1.4.tgz",
|
|
1646
|
-
"integrity": "sha512-GvyRicPVpxlyol304C4v3T/OpJiuER4ibIhMTAKPx393ByvRgoo1r69nVRfEbmYoKAlwxEA+DISoDgBWYFq4yw==",
|
|
1647
|
-
"license": "MIT",
|
|
1648
|
-
"dependencies": {
|
|
1649
|
-
"@jimp/types": "1.1.4"
|
|
1650
|
-
},
|
|
1651
|
-
"engines": {
|
|
1652
|
-
"node": ">=18"
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
"node_modules/@jimp/plugin-fisheye": {
|
|
1656
|
-
"version": "1.1.4",
|
|
1657
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-fisheye/-/plugin-fisheye-1.1.4.tgz",
|
|
1658
|
-
"integrity": "sha512-mX2yUzndi9esrcEIv9wQIChTLhehZ0SNjRY81BMS9vxa3poxrLyNDq2GHSVmWcehSpkMmATVYKQy6AcLcfynSA==",
|
|
1659
|
-
"license": "MIT",
|
|
1660
|
-
"dependencies": {
|
|
1661
|
-
"@jimp/types": "1.1.4",
|
|
1662
|
-
"@jimp/utils": "1.1.4",
|
|
1663
|
-
"zod": "^3.23.8"
|
|
1664
|
-
},
|
|
1665
|
-
"engines": {
|
|
1666
|
-
"node": ">=18"
|
|
1667
|
-
}
|
|
1668
|
-
},
|
|
1669
|
-
"node_modules/@jimp/plugin-flip": {
|
|
1670
|
-
"version": "1.1.4",
|
|
1671
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-1.1.4.tgz",
|
|
1672
|
-
"integrity": "sha512-dhhM1tY21QqnaSvgh9Evpq09+IgAfeZJwLTTJnoWN5j+suE/+K9fIlMSx8XKbv3hBvOBVPHUrq8xoiTLHryr5w==",
|
|
1673
|
-
"license": "MIT",
|
|
1674
|
-
"dependencies": {
|
|
1675
|
-
"@jimp/types": "1.1.4",
|
|
1676
|
-
"zod": "^3.23.8"
|
|
1677
|
-
},
|
|
1678
|
-
"engines": {
|
|
1679
|
-
"node": ">=18"
|
|
1680
|
-
}
|
|
1681
|
-
},
|
|
1682
|
-
"node_modules/@jimp/plugin-hash": {
|
|
1683
|
-
"version": "1.1.4",
|
|
1684
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-hash/-/plugin-hash-1.1.4.tgz",
|
|
1685
|
-
"integrity": "sha512-nmjnQwxcNVTq7qlkUuX5OzdwO/F+mnE2QT+TZ6VEAphPT8Iu7ZaJfYd3wxAbon9UrbxZULFnhiEOs6yE2dWYaw==",
|
|
1686
|
-
"license": "MIT",
|
|
1687
|
-
"dependencies": {
|
|
1688
|
-
"@jimp/core": "1.1.4",
|
|
1689
|
-
"@jimp/js-bmp": "1.1.4",
|
|
1690
|
-
"@jimp/js-jpeg": "1.1.4",
|
|
1691
|
-
"@jimp/js-png": "1.1.4",
|
|
1692
|
-
"@jimp/js-tiff": "1.1.4",
|
|
1693
|
-
"@jimp/plugin-color": "1.1.4",
|
|
1694
|
-
"@jimp/plugin-resize": "1.1.4",
|
|
1695
|
-
"@jimp/types": "1.1.4",
|
|
1696
|
-
"@jimp/utils": "1.1.4",
|
|
1697
|
-
"any-base": "^1.1.0"
|
|
1698
|
-
},
|
|
1699
|
-
"engines": {
|
|
1700
|
-
"node": ">=18"
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
|
-
"node_modules/@jimp/plugin-mask": {
|
|
1704
|
-
"version": "1.1.4",
|
|
1705
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-mask/-/plugin-mask-1.1.4.tgz",
|
|
1706
|
-
"integrity": "sha512-86Duc7r9kdv26oaApwHtFULMHxLCBoBdeAA/PyH1RRsZy2eu+M8hGFYf99vJlLBgJslyToGjxIgDE1nsuB1uHA==",
|
|
1707
|
-
"license": "MIT",
|
|
1708
|
-
"dependencies": {
|
|
1709
|
-
"@jimp/types": "1.1.4",
|
|
1710
|
-
"zod": "^3.23.8"
|
|
1711
|
-
},
|
|
1712
|
-
"engines": {
|
|
1713
|
-
"node": ">=18"
|
|
1714
|
-
}
|
|
1715
|
-
},
|
|
1716
|
-
"node_modules/@jimp/plugin-print": {
|
|
1717
|
-
"version": "1.1.4",
|
|
1718
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-1.1.4.tgz",
|
|
1719
|
-
"integrity": "sha512-EMkakkwi1qrcmQ4nexD2w5ZEUxgesFd7lcYR7DBCXKBYabvC9RDHXaWTxzeFa0VWy3/ZnpoJJ3Qq8I8WqHvjmw==",
|
|
1720
|
-
"license": "MIT",
|
|
1721
|
-
"dependencies": {
|
|
1722
|
-
"@jimp/core": "1.1.4",
|
|
1723
|
-
"@jimp/js-jpeg": "1.1.4",
|
|
1724
|
-
"@jimp/js-png": "1.1.4",
|
|
1725
|
-
"@jimp/plugin-blit": "1.1.4",
|
|
1726
|
-
"@jimp/types": "1.1.4",
|
|
1727
|
-
"parse-bmfont-ascii": "^1.0.6",
|
|
1728
|
-
"parse-bmfont-binary": "^1.0.6",
|
|
1729
|
-
"parse-bmfont-xml": "^1.1.6",
|
|
1730
|
-
"zod": "^3.23.8"
|
|
1731
|
-
},
|
|
1732
|
-
"engines": {
|
|
1733
|
-
"node": ">=18"
|
|
1734
|
-
}
|
|
1735
|
-
},
|
|
1736
|
-
"node_modules/@jimp/plugin-quantize": {
|
|
1737
|
-
"version": "1.1.4",
|
|
1738
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-quantize/-/plugin-quantize-1.1.4.tgz",
|
|
1739
|
-
"integrity": "sha512-+DuC7ZXjNGFoZtsYU2MxXz06E48AIBNg1G/2sq2bXu+PJEU0xvQctEvJEdl+xhRo4sQNQpwOzCZtBvY49VqfNA==",
|
|
1740
|
-
"license": "MIT",
|
|
1741
|
-
"dependencies": {
|
|
1742
|
-
"image-q": "^4.0.0",
|
|
1743
|
-
"zod": "^3.23.8"
|
|
1744
|
-
},
|
|
1745
|
-
"engines": {
|
|
1746
|
-
"node": ">=18"
|
|
1747
|
-
}
|
|
1748
|
-
},
|
|
1749
|
-
"node_modules/@jimp/plugin-resize": {
|
|
1750
|
-
"version": "1.1.4",
|
|
1751
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-1.1.4.tgz",
|
|
1752
|
-
"integrity": "sha512-+KY0A5agiOpV60cfs28DZCl3t/8QRVO9kyzrdDqCLkhc/7g2YYrdyhkJZYUq5GBJirkpGGzXZQR2t+g7Sc9dEQ==",
|
|
1753
|
-
"license": "MIT",
|
|
1754
|
-
"dependencies": {
|
|
1755
|
-
"@jimp/core": "1.1.4",
|
|
1756
|
-
"@jimp/types": "1.1.4",
|
|
1757
|
-
"zod": "^3.23.8"
|
|
1758
|
-
},
|
|
1759
|
-
"engines": {
|
|
1760
|
-
"node": ">=18"
|
|
1761
|
-
}
|
|
1762
|
-
},
|
|
1763
|
-
"node_modules/@jimp/plugin-rotate": {
|
|
1764
|
-
"version": "1.1.4",
|
|
1765
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-1.1.4.tgz",
|
|
1766
|
-
"integrity": "sha512-9yRcL5cFcA88kVDt9nco1BUipAjw6uto6AOJi2Bp3FFfdJ84F3rU6Jvcbl4aDyywoJ+J93gKXRo/GAEPk8xpvg==",
|
|
1767
|
-
"license": "MIT",
|
|
1768
|
-
"dependencies": {
|
|
1769
|
-
"@jimp/core": "1.1.4",
|
|
1770
|
-
"@jimp/plugin-crop": "1.1.4",
|
|
1771
|
-
"@jimp/plugin-resize": "1.1.4",
|
|
1772
|
-
"@jimp/types": "1.1.4",
|
|
1773
|
-
"@jimp/utils": "1.1.4",
|
|
1774
|
-
"zod": "^3.23.8"
|
|
1775
|
-
},
|
|
1776
|
-
"engines": {
|
|
1777
|
-
"node": ">=18"
|
|
1778
|
-
}
|
|
1779
|
-
},
|
|
1780
|
-
"node_modules/@jimp/plugin-threshold": {
|
|
1781
|
-
"version": "1.1.4",
|
|
1782
|
-
"resolved": "https://registry.npmjs.org/@jimp/plugin-threshold/-/plugin-threshold-1.1.4.tgz",
|
|
1783
|
-
"integrity": "sha512-d2uTz8iNuW3ogjH/OVEmPtiSzIpr99Dk5mTOXmnojSqT/5Ufs2ngJf3JQ2wIwOyb6pXph+xRqseQjhf1EUXasA==",
|
|
1784
|
-
"license": "MIT",
|
|
1785
|
-
"dependencies": {
|
|
1786
|
-
"@jimp/core": "1.1.4",
|
|
1787
|
-
"@jimp/plugin-color": "1.1.4",
|
|
1788
|
-
"@jimp/plugin-hash": "1.1.4",
|
|
1789
|
-
"@jimp/types": "1.1.4",
|
|
1790
|
-
"@jimp/utils": "1.1.4",
|
|
1791
|
-
"zod": "^3.23.8"
|
|
1792
|
-
},
|
|
1793
|
-
"engines": {
|
|
1794
|
-
"node": ">=18"
|
|
1795
|
-
}
|
|
1796
|
-
},
|
|
1797
|
-
"node_modules/@jimp/types": {
|
|
1798
|
-
"version": "1.1.4",
|
|
1799
|
-
"resolved": "https://registry.npmjs.org/@jimp/types/-/types-1.1.4.tgz",
|
|
1800
|
-
"integrity": "sha512-Ck7ShGOeRjN1E2NH9YQs1UDD8Sh54XzSjLhbNq3gtbXrDgSAUH2e47K1VLoUHVBdq7COTDlDCBPOFb/kgQz0zQ==",
|
|
1801
|
-
"license": "MIT",
|
|
1802
|
-
"dependencies": {
|
|
1803
|
-
"zod": "^3.23.8"
|
|
1804
|
-
},
|
|
1805
|
-
"engines": {
|
|
1806
|
-
"node": ">=18"
|
|
1807
|
-
}
|
|
1808
|
-
},
|
|
1809
|
-
"node_modules/@jimp/utils": {
|
|
1810
|
-
"version": "1.1.4",
|
|
1811
|
-
"resolved": "https://registry.npmjs.org/@jimp/utils/-/utils-1.1.4.tgz",
|
|
1812
|
-
"integrity": "sha512-mkfoOtC3/vVibCQz3MQkbt8FMtuJI56ekcoDBJqcY9Pjyyd7nbOhfWhiLiLYIfcrslJX8pLEq4ewR2PTNRXTfA==",
|
|
1813
|
-
"license": "MIT",
|
|
1814
|
-
"dependencies": {
|
|
1815
|
-
"@jimp/types": "1.1.4",
|
|
1816
|
-
"tinycolor2": "^1.6.0"
|
|
1817
|
-
},
|
|
1818
|
-
"engines": {
|
|
1819
|
-
"node": ">=18"
|
|
1820
|
-
}
|
|
1821
|
-
},
|
|
1822
1410
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
1823
1411
|
"version": "1.5.5",
|
|
1824
1412
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
@@ -1995,9 +1583,9 @@
|
|
|
1995
1583
|
}
|
|
1996
1584
|
},
|
|
1997
1585
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1998
|
-
"version": "4.53.
|
|
1999
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.
|
|
2000
|
-
"integrity": "sha512-
|
|
1586
|
+
"version": "4.53.2",
|
|
1587
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.2.tgz",
|
|
1588
|
+
"integrity": "sha512-yDPzwsgiFO26RJA4nZo8I+xqzh7sJTZIWQOxn+/XOdPE31lAvLIYCKqjV+lNH/vxE2L2iH3plKxDCRK6i+CwhA==",
|
|
2001
1589
|
"cpu": [
|
|
2002
1590
|
"arm"
|
|
2003
1591
|
],
|
|
@@ -2009,9 +1597,9 @@
|
|
|
2009
1597
|
"peer": true
|
|
2010
1598
|
},
|
|
2011
1599
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
2012
|
-
"version": "4.53.
|
|
2013
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.
|
|
2014
|
-
"integrity": "sha512-
|
|
1600
|
+
"version": "4.53.2",
|
|
1601
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.2.tgz",
|
|
1602
|
+
"integrity": "sha512-k8FontTxIE7b0/OGKeSN5B6j25EuppBcWM33Z19JoVT7UTXFSo3D9CdU39wGTeb29NO3XxpMNauh09B+Ibw+9g==",
|
|
2015
1603
|
"cpu": [
|
|
2016
1604
|
"arm64"
|
|
2017
1605
|
],
|
|
@@ -2023,9 +1611,9 @@
|
|
|
2023
1611
|
"peer": true
|
|
2024
1612
|
},
|
|
2025
1613
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
2026
|
-
"version": "4.53.
|
|
2027
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.
|
|
2028
|
-
"integrity": "sha512-
|
|
1614
|
+
"version": "4.53.2",
|
|
1615
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.2.tgz",
|
|
1616
|
+
"integrity": "sha512-A6s4gJpomNBtJ2yioj8bflM2oogDwzUiMl2yNJ2v9E7++sHrSrsQ29fOfn5DM/iCzpWcebNYEdXpaK4tr2RhfQ==",
|
|
2029
1617
|
"cpu": [
|
|
2030
1618
|
"arm64"
|
|
2031
1619
|
],
|
|
@@ -2037,9 +1625,9 @@
|
|
|
2037
1625
|
"peer": true
|
|
2038
1626
|
},
|
|
2039
1627
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
2040
|
-
"version": "4.53.
|
|
2041
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.
|
|
2042
|
-
"integrity": "sha512-
|
|
1628
|
+
"version": "4.53.2",
|
|
1629
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.2.tgz",
|
|
1630
|
+
"integrity": "sha512-e6XqVmXlHrBlG56obu9gDRPW3O3hLxpwHpLsBJvuI8qqnsrtSZ9ERoWUXtPOkY8c78WghyPHZdmPhHLWNdAGEw==",
|
|
2043
1631
|
"cpu": [
|
|
2044
1632
|
"x64"
|
|
2045
1633
|
],
|
|
@@ -2051,9 +1639,9 @@
|
|
|
2051
1639
|
"peer": true
|
|
2052
1640
|
},
|
|
2053
1641
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
2054
|
-
"version": "4.53.
|
|
2055
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.
|
|
2056
|
-
"integrity": "sha512-
|
|
1642
|
+
"version": "4.53.2",
|
|
1643
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.2.tgz",
|
|
1644
|
+
"integrity": "sha512-v0E9lJW8VsrwPux5Qe5CwmH/CF/2mQs6xU1MF3nmUxmZUCHazCjLgYvToOk+YuuUqLQBio1qkkREhxhc656ViA==",
|
|
2057
1645
|
"cpu": [
|
|
2058
1646
|
"arm64"
|
|
2059
1647
|
],
|
|
@@ -2065,9 +1653,9 @@
|
|
|
2065
1653
|
"peer": true
|
|
2066
1654
|
},
|
|
2067
1655
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
2068
|
-
"version": "4.53.
|
|
2069
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.
|
|
2070
|
-
"integrity": "sha512-
|
|
1656
|
+
"version": "4.53.2",
|
|
1657
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.2.tgz",
|
|
1658
|
+
"integrity": "sha512-ClAmAPx3ZCHtp6ysl4XEhWU69GUB1D+s7G9YjHGhIGCSrsg00nEGRRZHmINYxkdoJehde8VIsDC5t9C0gb6yqA==",
|
|
2071
1659
|
"cpu": [
|
|
2072
1660
|
"x64"
|
|
2073
1661
|
],
|
|
@@ -2079,9 +1667,9 @@
|
|
|
2079
1667
|
"peer": true
|
|
2080
1668
|
},
|
|
2081
1669
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
2082
|
-
"version": "4.53.
|
|
2083
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.
|
|
2084
|
-
"integrity": "sha512-
|
|
1670
|
+
"version": "4.53.2",
|
|
1671
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.2.tgz",
|
|
1672
|
+
"integrity": "sha512-EPlb95nUsz6Dd9Qy13fI5kUPXNSljaG9FiJ4YUGU1O/Q77i5DYFW5KR8g1OzTcdZUqQQ1KdDqsTohdFVwCwjqg==",
|
|
2085
1673
|
"cpu": [
|
|
2086
1674
|
"arm"
|
|
2087
1675
|
],
|
|
@@ -2093,9 +1681,9 @@
|
|
|
2093
1681
|
"peer": true
|
|
2094
1682
|
},
|
|
2095
1683
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
2096
|
-
"version": "4.53.
|
|
2097
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.
|
|
2098
|
-
"integrity": "sha512-
|
|
1684
|
+
"version": "4.53.2",
|
|
1685
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.2.tgz",
|
|
1686
|
+
"integrity": "sha512-BOmnVW+khAUX+YZvNfa0tGTEMVVEerOxN0pDk2E6N6DsEIa2Ctj48FOMfNDdrwinocKaC7YXUZ1pHlKpnkja/Q==",
|
|
2099
1687
|
"cpu": [
|
|
2100
1688
|
"arm"
|
|
2101
1689
|
],
|
|
@@ -2107,9 +1695,9 @@
|
|
|
2107
1695
|
"peer": true
|
|
2108
1696
|
},
|
|
2109
1697
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
2110
|
-
"version": "4.53.
|
|
2111
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.
|
|
2112
|
-
"integrity": "sha512-
|
|
1698
|
+
"version": "4.53.2",
|
|
1699
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.2.tgz",
|
|
1700
|
+
"integrity": "sha512-Xt2byDZ+6OVNuREgBXr4+CZDJtrVso5woFtpKdGPhpTPHcNG7D8YXeQzpNbFRxzTVqJf7kvPMCub/pcGUWgBjA==",
|
|
2113
1701
|
"cpu": [
|
|
2114
1702
|
"arm64"
|
|
2115
1703
|
],
|
|
@@ -2121,9 +1709,9 @@
|
|
|
2121
1709
|
"peer": true
|
|
2122
1710
|
},
|
|
2123
1711
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
2124
|
-
"version": "4.53.
|
|
2125
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.
|
|
2126
|
-
"integrity": "sha512
|
|
1712
|
+
"version": "4.53.2",
|
|
1713
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.2.tgz",
|
|
1714
|
+
"integrity": "sha512-+LdZSldy/I9N8+klim/Y1HsKbJ3BbInHav5qE9Iy77dtHC/pibw1SR/fXlWyAk0ThnpRKoODwnAuSjqxFRDHUQ==",
|
|
2127
1715
|
"cpu": [
|
|
2128
1716
|
"arm64"
|
|
2129
1717
|
],
|
|
@@ -2135,9 +1723,9 @@
|
|
|
2135
1723
|
"peer": true
|
|
2136
1724
|
},
|
|
2137
1725
|
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
2138
|
-
"version": "4.53.
|
|
2139
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.
|
|
2140
|
-
"integrity": "sha512-
|
|
1726
|
+
"version": "4.53.2",
|
|
1727
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.2.tgz",
|
|
1728
|
+
"integrity": "sha512-8ms8sjmyc1jWJS6WdNSA23rEfdjWB30LH8Wqj0Cqvv7qSHnvw6kgMMXRdop6hkmGPlyYBdRPkjJnj3KCUHV/uQ==",
|
|
2141
1729
|
"cpu": [
|
|
2142
1730
|
"loong64"
|
|
2143
1731
|
],
|
|
@@ -2149,9 +1737,9 @@
|
|
|
2149
1737
|
"peer": true
|
|
2150
1738
|
},
|
|
2151
1739
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
2152
|
-
"version": "4.53.
|
|
2153
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.
|
|
2154
|
-
"integrity": "sha512-
|
|
1740
|
+
"version": "4.53.2",
|
|
1741
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.2.tgz",
|
|
1742
|
+
"integrity": "sha512-3HRQLUQbpBDMmzoxPJYd3W6vrVHOo2cVW8RUo87Xz0JPJcBLBr5kZ1pGcQAhdZgX9VV7NbGNipah1omKKe23/g==",
|
|
2155
1743
|
"cpu": [
|
|
2156
1744
|
"ppc64"
|
|
2157
1745
|
],
|
|
@@ -2163,9 +1751,9 @@
|
|
|
2163
1751
|
"peer": true
|
|
2164
1752
|
},
|
|
2165
1753
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
2166
|
-
"version": "4.53.
|
|
2167
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.
|
|
2168
|
-
"integrity": "sha512-
|
|
1754
|
+
"version": "4.53.2",
|
|
1755
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.2.tgz",
|
|
1756
|
+
"integrity": "sha512-fMjKi+ojnmIvhk34gZP94vjogXNNUKMEYs+EDaB/5TG/wUkoeua7p7VCHnE6T2Tx+iaghAqQX8teQzcvrYpaQA==",
|
|
2169
1757
|
"cpu": [
|
|
2170
1758
|
"riscv64"
|
|
2171
1759
|
],
|
|
@@ -2177,9 +1765,9 @@
|
|
|
2177
1765
|
"peer": true
|
|
2178
1766
|
},
|
|
2179
1767
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
2180
|
-
"version": "4.53.
|
|
2181
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.
|
|
2182
|
-
"integrity": "sha512-
|
|
1768
|
+
"version": "4.53.2",
|
|
1769
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.2.tgz",
|
|
1770
|
+
"integrity": "sha512-XuGFGU+VwUUV5kLvoAdi0Wz5Xbh2SrjIxCtZj6Wq8MDp4bflb/+ThZsVxokM7n0pcbkEr2h5/pzqzDYI7cCgLQ==",
|
|
2183
1771
|
"cpu": [
|
|
2184
1772
|
"riscv64"
|
|
2185
1773
|
],
|
|
@@ -2191,9 +1779,9 @@
|
|
|
2191
1779
|
"peer": true
|
|
2192
1780
|
},
|
|
2193
1781
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
2194
|
-
"version": "4.53.
|
|
2195
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.
|
|
2196
|
-
"integrity": "sha512-
|
|
1782
|
+
"version": "4.53.2",
|
|
1783
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.2.tgz",
|
|
1784
|
+
"integrity": "sha512-w6yjZF0P+NGzWR3AXWX9zc0DNEGdtvykB03uhonSHMRa+oWA6novflo2WaJr6JZakG2ucsyb+rvhrKac6NIy+w==",
|
|
2197
1785
|
"cpu": [
|
|
2198
1786
|
"s390x"
|
|
2199
1787
|
],
|
|
@@ -2205,9 +1793,9 @@
|
|
|
2205
1793
|
"peer": true
|
|
2206
1794
|
},
|
|
2207
1795
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
2208
|
-
"version": "4.53.
|
|
2209
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.
|
|
2210
|
-
"integrity": "sha512-
|
|
1796
|
+
"version": "4.53.2",
|
|
1797
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.2.tgz",
|
|
1798
|
+
"integrity": "sha512-yo8d6tdfdeBArzC7T/PnHd7OypfI9cbuZzPnzLJIyKYFhAQ8SvlkKtKBMbXDxe1h03Rcr7u++nFS7tqXz87Gtw==",
|
|
2211
1799
|
"cpu": [
|
|
2212
1800
|
"x64"
|
|
2213
1801
|
],
|
|
@@ -2219,9 +1807,9 @@
|
|
|
2219
1807
|
"peer": true
|
|
2220
1808
|
},
|
|
2221
1809
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
2222
|
-
"version": "4.53.
|
|
2223
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.
|
|
2224
|
-
"integrity": "sha512-
|
|
1810
|
+
"version": "4.53.2",
|
|
1811
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.2.tgz",
|
|
1812
|
+
"integrity": "sha512-ah59c1YkCxKExPP8O9PwOvs+XRLKwh/mV+3YdKqQ5AMQ0r4M4ZDuOrpWkUaqO7fzAHdINzV9tEVu8vNw48z0lA==",
|
|
2225
1813
|
"cpu": [
|
|
2226
1814
|
"x64"
|
|
2227
1815
|
],
|
|
@@ -2233,9 +1821,9 @@
|
|
|
2233
1821
|
"peer": true
|
|
2234
1822
|
},
|
|
2235
1823
|
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
2236
|
-
"version": "4.53.
|
|
2237
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.
|
|
2238
|
-
"integrity": "sha512-
|
|
1824
|
+
"version": "4.53.2",
|
|
1825
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.2.tgz",
|
|
1826
|
+
"integrity": "sha512-4VEd19Wmhr+Zy7hbUsFZ6YXEiP48hE//KPLCSVNY5RMGX2/7HZ+QkN55a3atM1C/BZCGIgqN+xrVgtdak2S9+A==",
|
|
2239
1827
|
"cpu": [
|
|
2240
1828
|
"arm64"
|
|
2241
1829
|
],
|
|
@@ -2247,9 +1835,9 @@
|
|
|
2247
1835
|
"peer": true
|
|
2248
1836
|
},
|
|
2249
1837
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
2250
|
-
"version": "4.53.
|
|
2251
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.
|
|
2252
|
-
"integrity": "sha512-
|
|
1838
|
+
"version": "4.53.2",
|
|
1839
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.2.tgz",
|
|
1840
|
+
"integrity": "sha512-IlbHFYc/pQCgew/d5fslcy1KEaYVCJ44G8pajugd8VoOEI8ODhtb/j8XMhLpwHCMB3yk2J07ctup10gpw2nyMA==",
|
|
2253
1841
|
"cpu": [
|
|
2254
1842
|
"arm64"
|
|
2255
1843
|
],
|
|
@@ -2261,9 +1849,9 @@
|
|
|
2261
1849
|
"peer": true
|
|
2262
1850
|
},
|
|
2263
1851
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
2264
|
-
"version": "4.53.
|
|
2265
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.
|
|
2266
|
-
"integrity": "sha512-
|
|
1852
|
+
"version": "4.53.2",
|
|
1853
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.2.tgz",
|
|
1854
|
+
"integrity": "sha512-lNlPEGgdUfSzdCWU176ku/dQRnA7W+Gp8d+cWv73jYrb8uT7HTVVxq62DUYxjbaByuf1Yk0RIIAbDzp+CnOTFg==",
|
|
2267
1855
|
"cpu": [
|
|
2268
1856
|
"ia32"
|
|
2269
1857
|
],
|
|
@@ -2275,9 +1863,9 @@
|
|
|
2275
1863
|
"peer": true
|
|
2276
1864
|
},
|
|
2277
1865
|
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
2278
|
-
"version": "4.53.
|
|
2279
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.
|
|
2280
|
-
"integrity": "sha512-
|
|
1866
|
+
"version": "4.53.2",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.2.tgz",
|
|
1868
|
+
"integrity": "sha512-S6YojNVrHybQis2lYov1sd+uj7K0Q05NxHcGktuMMdIQ2VixGwAfbJ23NnlvvVV1bdpR2m5MsNBViHJKcA4ADw==",
|
|
2281
1869
|
"cpu": [
|
|
2282
1870
|
"x64"
|
|
2283
1871
|
],
|
|
@@ -2289,9 +1877,9 @@
|
|
|
2289
1877
|
"peer": true
|
|
2290
1878
|
},
|
|
2291
1879
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
2292
|
-
"version": "4.53.
|
|
2293
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.
|
|
2294
|
-
"integrity": "sha512-
|
|
1880
|
+
"version": "4.53.2",
|
|
1881
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.2.tgz",
|
|
1882
|
+
"integrity": "sha512-k+/Rkcyx//P6fetPoLMb8pBeqJBNGx81uuf7iljX9++yNBVRDQgD04L+SVXmXmh5ZP4/WOp4mWF0kmi06PW2tA==",
|
|
2295
1883
|
"cpu": [
|
|
2296
1884
|
"x64"
|
|
2297
1885
|
],
|
|
@@ -2448,12 +2036,6 @@
|
|
|
2448
2036
|
"node": ">=10"
|
|
2449
2037
|
}
|
|
2450
2038
|
},
|
|
2451
|
-
"node_modules/@tokenizer/token": {
|
|
2452
|
-
"version": "0.3.0",
|
|
2453
|
-
"resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
|
|
2454
|
-
"integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==",
|
|
2455
|
-
"license": "MIT"
|
|
2456
|
-
},
|
|
2457
2039
|
"node_modules/@tootallnate/once": {
|
|
2458
2040
|
"version": "2.0.0",
|
|
2459
2041
|
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
|
|
@@ -2741,16 +2323,16 @@
|
|
|
2741
2323
|
}
|
|
2742
2324
|
},
|
|
2743
2325
|
"node_modules/@vitest/expect": {
|
|
2744
|
-
"version": "4.0.
|
|
2745
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.
|
|
2746
|
-
"integrity": "sha512-
|
|
2326
|
+
"version": "4.0.9",
|
|
2327
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.9.tgz",
|
|
2328
|
+
"integrity": "sha512-C2vyXf5/Jfj1vl4DQYxjib3jzyuswMi/KHHVN2z+H4v16hdJ7jMZ0OGe3uOVIt6LyJsAofDdaJNIFEpQcrSTFw==",
|
|
2747
2329
|
"license": "MIT",
|
|
2748
2330
|
"peer": true,
|
|
2749
2331
|
"dependencies": {
|
|
2750
2332
|
"@standard-schema/spec": "^1.0.0",
|
|
2751
2333
|
"@types/chai": "^5.2.2",
|
|
2752
|
-
"@vitest/spy": "4.0.
|
|
2753
|
-
"@vitest/utils": "4.0.
|
|
2334
|
+
"@vitest/spy": "4.0.9",
|
|
2335
|
+
"@vitest/utils": "4.0.9",
|
|
2754
2336
|
"chai": "^6.2.0",
|
|
2755
2337
|
"tinyrainbow": "^3.0.3"
|
|
2756
2338
|
},
|
|
@@ -2759,9 +2341,9 @@
|
|
|
2759
2341
|
}
|
|
2760
2342
|
},
|
|
2761
2343
|
"node_modules/@vitest/expect/node_modules/chai": {
|
|
2762
|
-
"version": "6.2.
|
|
2763
|
-
"resolved": "https://registry.npmjs.org/chai/-/chai-6.2.
|
|
2764
|
-
"integrity": "sha512-
|
|
2344
|
+
"version": "6.2.1",
|
|
2345
|
+
"resolved": "https://registry.npmjs.org/chai/-/chai-6.2.1.tgz",
|
|
2346
|
+
"integrity": "sha512-p4Z49OGG5W/WBCPSS/dH3jQ73kD6tiMmUM+bckNK6Jr5JHMG3k9bg/BvKR8lKmtVBKmOiuVaV2ws8s9oSbwysg==",
|
|
2765
2347
|
"license": "MIT",
|
|
2766
2348
|
"peer": true,
|
|
2767
2349
|
"engines": {
|
|
@@ -2769,9 +2351,9 @@
|
|
|
2769
2351
|
}
|
|
2770
2352
|
},
|
|
2771
2353
|
"node_modules/@vitest/pretty-format": {
|
|
2772
|
-
"version": "4.0.
|
|
2773
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.
|
|
2774
|
-
"integrity": "sha512-
|
|
2354
|
+
"version": "4.0.9",
|
|
2355
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.9.tgz",
|
|
2356
|
+
"integrity": "sha512-Hor0IBTwEi/uZqB7pvGepyElaM8J75pYjrrqbC8ZYMB9/4n5QA63KC15xhT+sqHpdGWfdnPo96E8lQUxs2YzSQ==",
|
|
2775
2357
|
"license": "MIT",
|
|
2776
2358
|
"peer": true,
|
|
2777
2359
|
"dependencies": {
|
|
@@ -2782,13 +2364,13 @@
|
|
|
2782
2364
|
}
|
|
2783
2365
|
},
|
|
2784
2366
|
"node_modules/@vitest/runner": {
|
|
2785
|
-
"version": "4.0.
|
|
2786
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.
|
|
2787
|
-
"integrity": "sha512-
|
|
2367
|
+
"version": "4.0.9",
|
|
2368
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.9.tgz",
|
|
2369
|
+
"integrity": "sha512-aF77tsXdEvIJRkj9uJZnHtovsVIx22Ambft9HudC+XuG/on1NY/bf5dlDti1N35eJT+QZLb4RF/5dTIG18s98w==",
|
|
2788
2370
|
"license": "MIT",
|
|
2789
2371
|
"peer": true,
|
|
2790
2372
|
"dependencies": {
|
|
2791
|
-
"@vitest/utils": "4.0.
|
|
2373
|
+
"@vitest/utils": "4.0.9",
|
|
2792
2374
|
"pathe": "^2.0.3"
|
|
2793
2375
|
},
|
|
2794
2376
|
"funding": {
|
|
@@ -2796,13 +2378,13 @@
|
|
|
2796
2378
|
}
|
|
2797
2379
|
},
|
|
2798
2380
|
"node_modules/@vitest/snapshot": {
|
|
2799
|
-
"version": "4.0.
|
|
2800
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.
|
|
2801
|
-
"integrity": "sha512-
|
|
2381
|
+
"version": "4.0.9",
|
|
2382
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.9.tgz",
|
|
2383
|
+
"integrity": "sha512-r1qR4oYstPbnOjg0Vgd3E8ADJbi4ditCzqr+Z9foUrRhIy778BleNyZMeAJ2EjV+r4ASAaDsdciC9ryMy8xMMg==",
|
|
2802
2384
|
"license": "MIT",
|
|
2803
2385
|
"peer": true,
|
|
2804
2386
|
"dependencies": {
|
|
2805
|
-
"@vitest/pretty-format": "4.0.
|
|
2387
|
+
"@vitest/pretty-format": "4.0.9",
|
|
2806
2388
|
"magic-string": "^0.30.21",
|
|
2807
2389
|
"pathe": "^2.0.3"
|
|
2808
2390
|
},
|
|
@@ -2811,9 +2393,9 @@
|
|
|
2811
2393
|
}
|
|
2812
2394
|
},
|
|
2813
2395
|
"node_modules/@vitest/spy": {
|
|
2814
|
-
"version": "4.0.
|
|
2815
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.
|
|
2816
|
-
"integrity": "sha512-
|
|
2396
|
+
"version": "4.0.9",
|
|
2397
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.9.tgz",
|
|
2398
|
+
"integrity": "sha512-J9Ttsq0hDXmxmT8CUOWUr1cqqAj2FJRGTdyEjSR+NjoOGKEqkEWj+09yC0HhI8t1W6t4Ctqawl1onHgipJve1A==",
|
|
2817
2399
|
"license": "MIT",
|
|
2818
2400
|
"peer": true,
|
|
2819
2401
|
"funding": {
|
|
@@ -2821,13 +2403,13 @@
|
|
|
2821
2403
|
}
|
|
2822
2404
|
},
|
|
2823
2405
|
"node_modules/@vitest/utils": {
|
|
2824
|
-
"version": "4.0.
|
|
2825
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.
|
|
2826
|
-
"integrity": "sha512-
|
|
2406
|
+
"version": "4.0.9",
|
|
2407
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.9.tgz",
|
|
2408
|
+
"integrity": "sha512-cEol6ygTzY4rUPvNZM19sDf7zGa35IYTm9wfzkHoT/f5jX10IOY7QleWSOh5T0e3I3WVozwK5Asom79qW8DiuQ==",
|
|
2827
2409
|
"license": "MIT",
|
|
2828
2410
|
"peer": true,
|
|
2829
2411
|
"dependencies": {
|
|
2830
|
-
"@vitest/pretty-format": "4.0.
|
|
2412
|
+
"@vitest/pretty-format": "4.0.9",
|
|
2831
2413
|
"tinyrainbow": "^3.0.3"
|
|
2832
2414
|
},
|
|
2833
2415
|
"funding": {
|
|
@@ -2940,9 +2522,9 @@
|
|
|
2940
2522
|
}
|
|
2941
2523
|
},
|
|
2942
2524
|
"node_modules/@wdio/repl/node_modules/@types/node": {
|
|
2943
|
-
"version": "22.19.
|
|
2944
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.
|
|
2945
|
-
"integrity": "sha512-
|
|
2525
|
+
"version": "22.19.1",
|
|
2526
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.1.tgz",
|
|
2527
|
+
"integrity": "sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==",
|
|
2946
2528
|
"license": "MIT",
|
|
2947
2529
|
"dependencies": {
|
|
2948
2530
|
"undici-types": "~6.21.0"
|
|
@@ -3173,12 +2755,6 @@
|
|
|
3173
2755
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3174
2756
|
}
|
|
3175
2757
|
},
|
|
3176
|
-
"node_modules/any-base": {
|
|
3177
|
-
"version": "1.1.0",
|
|
3178
|
-
"resolved": "https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz",
|
|
3179
|
-
"integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==",
|
|
3180
|
-
"license": "MIT"
|
|
3181
|
-
},
|
|
3182
2758
|
"node_modules/archiver": {
|
|
3183
2759
|
"version": "7.0.1",
|
|
3184
2760
|
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
|
|
@@ -3445,15 +3021,6 @@
|
|
|
3445
3021
|
"queue-microtask": "^1.1.2"
|
|
3446
3022
|
}
|
|
3447
3023
|
},
|
|
3448
|
-
"node_modules/await-to-js": {
|
|
3449
|
-
"version": "3.0.0",
|
|
3450
|
-
"resolved": "https://registry.npmjs.org/await-to-js/-/await-to-js-3.0.0.tgz",
|
|
3451
|
-
"integrity": "sha512-zJAaP9zxTcvTHRlejau3ZOY4V7SRpiByf3/dxx2uyKxxor19tpmpV2QRsTKikckwhaPmr2dVpxxMr7jOCYVp5g==",
|
|
3452
|
-
"license": "MIT",
|
|
3453
|
-
"engines": {
|
|
3454
|
-
"node": ">=6.0.0"
|
|
3455
|
-
}
|
|
3456
|
-
},
|
|
3457
3024
|
"node_modules/axios": {
|
|
3458
3025
|
"version": "1.13.2",
|
|
3459
3026
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
|
|
@@ -3605,12 +3172,6 @@
|
|
|
3605
3172
|
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
|
|
3606
3173
|
"license": "MIT"
|
|
3607
3174
|
},
|
|
3608
|
-
"node_modules/bmp-ts": {
|
|
3609
|
-
"version": "1.0.9",
|
|
3610
|
-
"resolved": "https://registry.npmjs.org/bmp-ts/-/bmp-ts-1.0.9.tgz",
|
|
3611
|
-
"integrity": "sha512-cTEHk2jLrPyi+12M3dhpEbnnPOsaZuq7C45ylbbQIiWgDFZq4UVYPEY5mlqjvsj/6gJv9qX5sa+ebDzLXT28Vw==",
|
|
3612
|
-
"license": "MIT"
|
|
3613
|
-
},
|
|
3614
3175
|
"node_modules/bmpimagejs": {
|
|
3615
3176
|
"version": "1.0.4",
|
|
3616
3177
|
"resolved": "https://registry.npmjs.org/bmpimagejs/-/bmpimagejs-1.0.4.tgz",
|
|
@@ -4055,13 +3616,13 @@
|
|
|
4055
3616
|
}
|
|
4056
3617
|
},
|
|
4057
3618
|
"node_modules/color": {
|
|
4058
|
-
"version": "5.0.
|
|
4059
|
-
"resolved": "https://registry.npmjs.org/color/-/color-5.0.
|
|
4060
|
-
"integrity": "sha512-
|
|
3619
|
+
"version": "5.0.3",
|
|
3620
|
+
"resolved": "https://registry.npmjs.org/color/-/color-5.0.3.tgz",
|
|
3621
|
+
"integrity": "sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==",
|
|
4061
3622
|
"license": "MIT",
|
|
4062
3623
|
"dependencies": {
|
|
4063
|
-
"color-convert": "^3.
|
|
4064
|
-
"color-string": "^2.
|
|
3624
|
+
"color-convert": "^3.1.3",
|
|
3625
|
+
"color-string": "^2.1.3"
|
|
4065
3626
|
},
|
|
4066
3627
|
"engines": {
|
|
4067
3628
|
"node": ">=18"
|
|
@@ -4086,9 +3647,9 @@
|
|
|
4086
3647
|
"license": "MIT"
|
|
4087
3648
|
},
|
|
4088
3649
|
"node_modules/color-string": {
|
|
4089
|
-
"version": "2.1.
|
|
4090
|
-
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.
|
|
4091
|
-
"integrity": "sha512-
|
|
3650
|
+
"version": "2.1.4",
|
|
3651
|
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.4.tgz",
|
|
3652
|
+
"integrity": "sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==",
|
|
4092
3653
|
"license": "MIT",
|
|
4093
3654
|
"dependencies": {
|
|
4094
3655
|
"color-name": "^2.0.0"
|
|
@@ -4098,18 +3659,18 @@
|
|
|
4098
3659
|
}
|
|
4099
3660
|
},
|
|
4100
3661
|
"node_modules/color-string/node_modules/color-name": {
|
|
4101
|
-
"version": "2.0
|
|
4102
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.
|
|
4103
|
-
"integrity": "sha512-
|
|
3662
|
+
"version": "2.1.0",
|
|
3663
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz",
|
|
3664
|
+
"integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
|
|
4104
3665
|
"license": "MIT",
|
|
4105
3666
|
"engines": {
|
|
4106
3667
|
"node": ">=12.20"
|
|
4107
3668
|
}
|
|
4108
3669
|
},
|
|
4109
3670
|
"node_modules/color/node_modules/color-convert": {
|
|
4110
|
-
"version": "3.1.
|
|
4111
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.
|
|
4112
|
-
"integrity": "sha512-
|
|
3671
|
+
"version": "3.1.3",
|
|
3672
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.3.tgz",
|
|
3673
|
+
"integrity": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==",
|
|
4113
3674
|
"license": "MIT",
|
|
4114
3675
|
"dependencies": {
|
|
4115
3676
|
"color-name": "^2.0.0"
|
|
@@ -4119,9 +3680,9 @@
|
|
|
4119
3680
|
}
|
|
4120
3681
|
},
|
|
4121
3682
|
"node_modules/color/node_modules/color-name": {
|
|
4122
|
-
"version": "2.0
|
|
4123
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.
|
|
4124
|
-
"integrity": "sha512-
|
|
3683
|
+
"version": "2.1.0",
|
|
3684
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz",
|
|
3685
|
+
"integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==",
|
|
4125
3686
|
"license": "MIT",
|
|
4126
3687
|
"engines": {
|
|
4127
3688
|
"node": ">=12.20"
|
|
@@ -5263,11 +4824,6 @@
|
|
|
5263
4824
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
5264
4825
|
}
|
|
5265
4826
|
},
|
|
5266
|
-
"node_modules/exif-parser": {
|
|
5267
|
-
"version": "0.1.12",
|
|
5268
|
-
"resolved": "https://registry.npmjs.org/exif-parser/-/exif-parser-0.1.12.tgz",
|
|
5269
|
-
"integrity": "sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw=="
|
|
5270
|
-
},
|
|
5271
4827
|
"node_modules/expect-type": {
|
|
5272
4828
|
"version": "1.2.2",
|
|
5273
4829
|
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.2.2.tgz",
|
|
@@ -5540,23 +5096,6 @@
|
|
|
5540
5096
|
"integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==",
|
|
5541
5097
|
"license": "MIT"
|
|
5542
5098
|
},
|
|
5543
|
-
"node_modules/file-type": {
|
|
5544
|
-
"version": "16.5.4",
|
|
5545
|
-
"resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.4.tgz",
|
|
5546
|
-
"integrity": "sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==",
|
|
5547
|
-
"license": "MIT",
|
|
5548
|
-
"dependencies": {
|
|
5549
|
-
"readable-web-to-node-stream": "^3.0.0",
|
|
5550
|
-
"strtok3": "^6.2.4",
|
|
5551
|
-
"token-types": "^4.1.1"
|
|
5552
|
-
},
|
|
5553
|
-
"engines": {
|
|
5554
|
-
"node": ">=10"
|
|
5555
|
-
},
|
|
5556
|
-
"funding": {
|
|
5557
|
-
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
5558
|
-
}
|
|
5559
|
-
},
|
|
5560
5099
|
"node_modules/file-uri-to-path": {
|
|
5561
5100
|
"version": "2.0.0",
|
|
5562
5101
|
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz",
|
|
@@ -6143,16 +5682,6 @@
|
|
|
6143
5682
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
6144
5683
|
"license": "MIT"
|
|
6145
5684
|
},
|
|
6146
|
-
"node_modules/gifwrap": {
|
|
6147
|
-
"version": "0.10.1",
|
|
6148
|
-
"resolved": "https://registry.npmjs.org/gifwrap/-/gifwrap-0.10.1.tgz",
|
|
6149
|
-
"integrity": "sha512-2760b1vpJHNmLzZ/ubTtNnEx5WApN/PYWJvXvgS+tL1egTTthayFYIQQNi136FLEDcN/IyEY2EcGpIITD6eYUw==",
|
|
6150
|
-
"license": "MIT",
|
|
6151
|
-
"dependencies": {
|
|
6152
|
-
"image-q": "^4.0.0",
|
|
6153
|
-
"omggif": "^1.0.10"
|
|
6154
|
-
}
|
|
6155
|
-
},
|
|
6156
5685
|
"node_modules/glob": {
|
|
6157
5686
|
"version": "11.0.3",
|
|
6158
5687
|
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
|
|
@@ -6423,21 +5952,6 @@
|
|
|
6423
5952
|
],
|
|
6424
5953
|
"license": "BSD-3-Clause"
|
|
6425
5954
|
},
|
|
6426
|
-
"node_modules/image-q": {
|
|
6427
|
-
"version": "4.0.0",
|
|
6428
|
-
"resolved": "https://registry.npmjs.org/image-q/-/image-q-4.0.0.tgz",
|
|
6429
|
-
"integrity": "sha512-PfJGVgIfKQJuq3s0tTDOKtztksibuUEbJQIYT3by6wctQo+Rdlh7ef4evJ5NCdxY4CfMbvFkocEwbl4BF8RlJw==",
|
|
6430
|
-
"license": "MIT",
|
|
6431
|
-
"dependencies": {
|
|
6432
|
-
"@types/node": "16.9.1"
|
|
6433
|
-
}
|
|
6434
|
-
},
|
|
6435
|
-
"node_modules/image-q/node_modules/@types/node": {
|
|
6436
|
-
"version": "16.9.1",
|
|
6437
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.9.1.tgz",
|
|
6438
|
-
"integrity": "sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==",
|
|
6439
|
-
"license": "MIT"
|
|
6440
|
-
},
|
|
6441
5955
|
"node_modules/immediate": {
|
|
6442
5956
|
"version": "3.0.6",
|
|
6443
5957
|
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
|
|
@@ -6699,44 +6213,6 @@
|
|
|
6699
6213
|
"url": "https://github.com/sponsors/isaacs"
|
|
6700
6214
|
}
|
|
6701
6215
|
},
|
|
6702
|
-
"node_modules/jimp": {
|
|
6703
|
-
"version": "1.1.4",
|
|
6704
|
-
"resolved": "https://registry.npmjs.org/jimp/-/jimp-1.1.4.tgz",
|
|
6705
|
-
"integrity": "sha512-DL82Spu4H7B332nhddz5Cq9J0WEa5mc9d6BJQfeLHf2LOAMg79A+74KRKKzogaLgqK8APGfoWLwca7KjjvBgig==",
|
|
6706
|
-
"license": "MIT",
|
|
6707
|
-
"dependencies": {
|
|
6708
|
-
"@jimp/core": "1.1.4",
|
|
6709
|
-
"@jimp/diff": "1.1.4",
|
|
6710
|
-
"@jimp/js-bmp": "1.1.4",
|
|
6711
|
-
"@jimp/js-gif": "1.1.4",
|
|
6712
|
-
"@jimp/js-jpeg": "1.1.4",
|
|
6713
|
-
"@jimp/js-png": "1.1.4",
|
|
6714
|
-
"@jimp/js-tiff": "1.1.4",
|
|
6715
|
-
"@jimp/plugin-blit": "1.1.4",
|
|
6716
|
-
"@jimp/plugin-blur": "1.1.4",
|
|
6717
|
-
"@jimp/plugin-circle": "1.1.4",
|
|
6718
|
-
"@jimp/plugin-color": "1.1.4",
|
|
6719
|
-
"@jimp/plugin-contain": "1.1.4",
|
|
6720
|
-
"@jimp/plugin-cover": "1.1.4",
|
|
6721
|
-
"@jimp/plugin-crop": "1.1.4",
|
|
6722
|
-
"@jimp/plugin-displace": "1.1.4",
|
|
6723
|
-
"@jimp/plugin-dither": "1.1.4",
|
|
6724
|
-
"@jimp/plugin-fisheye": "1.1.4",
|
|
6725
|
-
"@jimp/plugin-flip": "1.1.4",
|
|
6726
|
-
"@jimp/plugin-hash": "1.1.4",
|
|
6727
|
-
"@jimp/plugin-mask": "1.1.4",
|
|
6728
|
-
"@jimp/plugin-print": "1.1.4",
|
|
6729
|
-
"@jimp/plugin-quantize": "1.1.4",
|
|
6730
|
-
"@jimp/plugin-resize": "1.1.4",
|
|
6731
|
-
"@jimp/plugin-rotate": "1.1.4",
|
|
6732
|
-
"@jimp/plugin-threshold": "1.1.4",
|
|
6733
|
-
"@jimp/types": "1.1.4",
|
|
6734
|
-
"@jimp/utils": "1.1.4"
|
|
6735
|
-
},
|
|
6736
|
-
"engines": {
|
|
6737
|
-
"node": ">=18"
|
|
6738
|
-
}
|
|
6739
|
-
},
|
|
6740
6216
|
"node_modules/jose": {
|
|
6741
6217
|
"version": "5.10.0",
|
|
6742
6218
|
"resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz",
|
|
@@ -7239,15 +6715,15 @@
|
|
|
7239
6715
|
}
|
|
7240
6716
|
},
|
|
7241
6717
|
"node_modules/mime": {
|
|
7242
|
-
"version": "
|
|
7243
|
-
"resolved": "https://registry.npmjs.org/mime/-/mime-
|
|
7244
|
-
"integrity": "sha512-
|
|
6718
|
+
"version": "1.6.0",
|
|
6719
|
+
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
|
6720
|
+
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
7245
6721
|
"license": "MIT",
|
|
7246
6722
|
"bin": {
|
|
7247
6723
|
"mime": "cli.js"
|
|
7248
6724
|
},
|
|
7249
6725
|
"engines": {
|
|
7250
|
-
"node": ">=
|
|
6726
|
+
"node": ">=4"
|
|
7251
6727
|
}
|
|
7252
6728
|
},
|
|
7253
6729
|
"node_modules/mime-db": {
|
|
@@ -7566,12 +7042,6 @@
|
|
|
7566
7042
|
"url": "https://github.com/sponsors/ljharb"
|
|
7567
7043
|
}
|
|
7568
7044
|
},
|
|
7569
|
-
"node_modules/omggif": {
|
|
7570
|
-
"version": "1.0.10",
|
|
7571
|
-
"resolved": "https://registry.npmjs.org/omggif/-/omggif-1.0.10.tgz",
|
|
7572
|
-
"integrity": "sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw==",
|
|
7573
|
-
"license": "MIT"
|
|
7574
|
-
},
|
|
7575
7045
|
"node_modules/on-finished": {
|
|
7576
7046
|
"version": "2.4.1",
|
|
7577
7047
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
@@ -7827,28 +7297,6 @@
|
|
|
7827
7297
|
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
|
|
7828
7298
|
"license": "(MIT AND Zlib)"
|
|
7829
7299
|
},
|
|
7830
|
-
"node_modules/parse-bmfont-ascii": {
|
|
7831
|
-
"version": "1.0.6",
|
|
7832
|
-
"resolved": "https://registry.npmjs.org/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz",
|
|
7833
|
-
"integrity": "sha512-U4RrVsUFCleIOBsIGYOMKjn9PavsGOXxbvYGtMOEfnId0SVNsgehXh1DxUdVPLoxd5mvcEtvmKs2Mmf0Mpa1ZA==",
|
|
7834
|
-
"license": "MIT"
|
|
7835
|
-
},
|
|
7836
|
-
"node_modules/parse-bmfont-binary": {
|
|
7837
|
-
"version": "1.0.6",
|
|
7838
|
-
"resolved": "https://registry.npmjs.org/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz",
|
|
7839
|
-
"integrity": "sha512-GxmsRea0wdGdYthjuUeWTMWPqm2+FAd4GI8vCvhgJsFnoGhTrLhXDDupwTo7rXVAgaLIGoVHDZS9p/5XbSqeWA==",
|
|
7840
|
-
"license": "MIT"
|
|
7841
|
-
},
|
|
7842
|
-
"node_modules/parse-bmfont-xml": {
|
|
7843
|
-
"version": "1.1.6",
|
|
7844
|
-
"resolved": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.6.tgz",
|
|
7845
|
-
"integrity": "sha512-0cEliVMZEhrFDwMh4SxIyVJpqYoOWDJ9P895tFuS+XuNzI5UBmBk5U5O4KuJdTnZpSBI4LFA2+ZiJaiwfSwlMA==",
|
|
7846
|
-
"license": "MIT",
|
|
7847
|
-
"dependencies": {
|
|
7848
|
-
"xml-parse-from-string": "^1.0.0",
|
|
7849
|
-
"xml2js": "^0.5.0"
|
|
7850
|
-
}
|
|
7851
|
-
},
|
|
7852
7300
|
"node_modules/parse5": {
|
|
7853
7301
|
"version": "6.0.1",
|
|
7854
7302
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
|
|
@@ -7930,19 +7378,6 @@
|
|
|
7930
7378
|
"node": "*"
|
|
7931
7379
|
}
|
|
7932
7380
|
},
|
|
7933
|
-
"node_modules/peek-readable": {
|
|
7934
|
-
"version": "4.1.0",
|
|
7935
|
-
"resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-4.1.0.tgz",
|
|
7936
|
-
"integrity": "sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg==",
|
|
7937
|
-
"license": "MIT",
|
|
7938
|
-
"engines": {
|
|
7939
|
-
"node": ">=8"
|
|
7940
|
-
},
|
|
7941
|
-
"funding": {
|
|
7942
|
-
"type": "github",
|
|
7943
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
7944
|
-
}
|
|
7945
|
-
},
|
|
7946
7381
|
"node_modules/pend": {
|
|
7947
7382
|
"version": "1.2.0",
|
|
7948
7383
|
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
|
|
@@ -8008,42 +7443,12 @@
|
|
|
8008
7443
|
"integrity": "sha512-EqX4pwDPrt3MuOAAUBMU0Tk5kR/YcCM5fNPEzgCO2zJ5HfX0vbiH9HbJglnyeQsN96Kznae6MWD47pZB5avTrg==",
|
|
8009
7444
|
"license": "MIT"
|
|
8010
7445
|
},
|
|
8011
|
-
"node_modules/pixelmatch": {
|
|
8012
|
-
"version": "5.3.0",
|
|
8013
|
-
"resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-5.3.0.tgz",
|
|
8014
|
-
"integrity": "sha512-o8mkY4E/+LNUf6LzX96ht6k6CEDi65k9G2rjMtBe9Oo+VPKSvl+0GKHuH/AlG+GA5LPG/i5hrekkxUc3s2HU+Q==",
|
|
8015
|
-
"license": "ISC",
|
|
8016
|
-
"dependencies": {
|
|
8017
|
-
"pngjs": "^6.0.0"
|
|
8018
|
-
},
|
|
8019
|
-
"bin": {
|
|
8020
|
-
"pixelmatch": "bin/pixelmatch"
|
|
8021
|
-
}
|
|
8022
|
-
},
|
|
8023
|
-
"node_modules/pixelmatch/node_modules/pngjs": {
|
|
8024
|
-
"version": "6.0.0",
|
|
8025
|
-
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz",
|
|
8026
|
-
"integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==",
|
|
8027
|
-
"license": "MIT",
|
|
8028
|
-
"engines": {
|
|
8029
|
-
"node": ">=12.13.0"
|
|
8030
|
-
}
|
|
8031
|
-
},
|
|
8032
7446
|
"node_modules/png-async": {
|
|
8033
7447
|
"version": "0.9.4",
|
|
8034
7448
|
"resolved": "https://registry.npmjs.org/png-async/-/png-async-0.9.4.tgz",
|
|
8035
7449
|
"integrity": "sha512-B//AXX9TkneKfgtOpT1mdUnnhk2BImGD+a98vImsMU8uo1dBeHyW/kM2erWZ/CsYteTPU/xKG+t6T62heHkC3A==",
|
|
8036
7450
|
"license": "MIT"
|
|
8037
7451
|
},
|
|
8038
|
-
"node_modules/pngjs": {
|
|
8039
|
-
"version": "7.0.0",
|
|
8040
|
-
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-7.0.0.tgz",
|
|
8041
|
-
"integrity": "sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==",
|
|
8042
|
-
"license": "MIT",
|
|
8043
|
-
"engines": {
|
|
8044
|
-
"node": ">=14.19.0"
|
|
8045
|
-
}
|
|
8046
|
-
},
|
|
8047
7452
|
"node_modules/portfinder": {
|
|
8048
7453
|
"version": "1.0.28",
|
|
8049
7454
|
"resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz",
|
|
@@ -8496,47 +7901,6 @@
|
|
|
8496
7901
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
8497
7902
|
"license": "MIT"
|
|
8498
7903
|
},
|
|
8499
|
-
"node_modules/readable-web-to-node-stream": {
|
|
8500
|
-
"version": "3.0.4",
|
|
8501
|
-
"resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.4.tgz",
|
|
8502
|
-
"integrity": "sha512-9nX56alTf5bwXQ3ZDipHJhusu9NTQJ/CVPtb/XHAJCXihZeitfJvIRS4GqQ/mfIoOE3IelHMrpayVrosdHBuLw==",
|
|
8503
|
-
"license": "MIT",
|
|
8504
|
-
"dependencies": {
|
|
8505
|
-
"readable-stream": "^4.7.0"
|
|
8506
|
-
},
|
|
8507
|
-
"engines": {
|
|
8508
|
-
"node": ">=8"
|
|
8509
|
-
},
|
|
8510
|
-
"funding": {
|
|
8511
|
-
"type": "github",
|
|
8512
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
8513
|
-
}
|
|
8514
|
-
},
|
|
8515
|
-
"node_modules/readable-web-to-node-stream/node_modules/readable-stream": {
|
|
8516
|
-
"version": "4.7.0",
|
|
8517
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
8518
|
-
"integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
|
|
8519
|
-
"license": "MIT",
|
|
8520
|
-
"dependencies": {
|
|
8521
|
-
"abort-controller": "^3.0.0",
|
|
8522
|
-
"buffer": "^6.0.3",
|
|
8523
|
-
"events": "^3.3.0",
|
|
8524
|
-
"process": "^0.11.10",
|
|
8525
|
-
"string_decoder": "^1.3.0"
|
|
8526
|
-
},
|
|
8527
|
-
"engines": {
|
|
8528
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
8529
|
-
}
|
|
8530
|
-
},
|
|
8531
|
-
"node_modules/readable-web-to-node-stream/node_modules/string_decoder": {
|
|
8532
|
-
"version": "1.3.0",
|
|
8533
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
8534
|
-
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
8535
|
-
"license": "MIT",
|
|
8536
|
-
"dependencies": {
|
|
8537
|
-
"safe-buffer": "~5.2.0"
|
|
8538
|
-
}
|
|
8539
|
-
},
|
|
8540
7904
|
"node_modules/readdir-glob": {
|
|
8541
7905
|
"version": "1.1.3",
|
|
8542
7906
|
"resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
|
|
@@ -8746,9 +8110,9 @@
|
|
|
8746
8110
|
}
|
|
8747
8111
|
},
|
|
8748
8112
|
"node_modules/rollup": {
|
|
8749
|
-
"version": "4.53.
|
|
8750
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.53.
|
|
8751
|
-
"integrity": "sha512-
|
|
8113
|
+
"version": "4.53.2",
|
|
8114
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.53.2.tgz",
|
|
8115
|
+
"integrity": "sha512-MHngMYwGJVi6Fmnk6ISmnk7JAHRNF0UkuucA0CUW3N3a4KnONPEZz+vUanQP/ZC/iY1Qkf3bwPWzyY84wEks1g==",
|
|
8752
8116
|
"license": "MIT",
|
|
8753
8117
|
"peer": true,
|
|
8754
8118
|
"dependencies": {
|
|
@@ -8762,28 +8126,28 @@
|
|
|
8762
8126
|
"npm": ">=8.0.0"
|
|
8763
8127
|
},
|
|
8764
8128
|
"optionalDependencies": {
|
|
8765
|
-
"@rollup/rollup-android-arm-eabi": "4.53.
|
|
8766
|
-
"@rollup/rollup-android-arm64": "4.53.
|
|
8767
|
-
"@rollup/rollup-darwin-arm64": "4.53.
|
|
8768
|
-
"@rollup/rollup-darwin-x64": "4.53.
|
|
8769
|
-
"@rollup/rollup-freebsd-arm64": "4.53.
|
|
8770
|
-
"@rollup/rollup-freebsd-x64": "4.53.
|
|
8771
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.53.
|
|
8772
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.53.
|
|
8773
|
-
"@rollup/rollup-linux-arm64-gnu": "4.53.
|
|
8774
|
-
"@rollup/rollup-linux-arm64-musl": "4.53.
|
|
8775
|
-
"@rollup/rollup-linux-loong64-gnu": "4.53.
|
|
8776
|
-
"@rollup/rollup-linux-ppc64-gnu": "4.53.
|
|
8777
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.53.
|
|
8778
|
-
"@rollup/rollup-linux-riscv64-musl": "4.53.
|
|
8779
|
-
"@rollup/rollup-linux-s390x-gnu": "4.53.
|
|
8780
|
-
"@rollup/rollup-linux-x64-gnu": "4.53.
|
|
8781
|
-
"@rollup/rollup-linux-x64-musl": "4.53.
|
|
8782
|
-
"@rollup/rollup-openharmony-arm64": "4.53.
|
|
8783
|
-
"@rollup/rollup-win32-arm64-msvc": "4.53.
|
|
8784
|
-
"@rollup/rollup-win32-ia32-msvc": "4.53.
|
|
8785
|
-
"@rollup/rollup-win32-x64-gnu": "4.53.
|
|
8786
|
-
"@rollup/rollup-win32-x64-msvc": "4.53.
|
|
8129
|
+
"@rollup/rollup-android-arm-eabi": "4.53.2",
|
|
8130
|
+
"@rollup/rollup-android-arm64": "4.53.2",
|
|
8131
|
+
"@rollup/rollup-darwin-arm64": "4.53.2",
|
|
8132
|
+
"@rollup/rollup-darwin-x64": "4.53.2",
|
|
8133
|
+
"@rollup/rollup-freebsd-arm64": "4.53.2",
|
|
8134
|
+
"@rollup/rollup-freebsd-x64": "4.53.2",
|
|
8135
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.53.2",
|
|
8136
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.53.2",
|
|
8137
|
+
"@rollup/rollup-linux-arm64-gnu": "4.53.2",
|
|
8138
|
+
"@rollup/rollup-linux-arm64-musl": "4.53.2",
|
|
8139
|
+
"@rollup/rollup-linux-loong64-gnu": "4.53.2",
|
|
8140
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.53.2",
|
|
8141
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.53.2",
|
|
8142
|
+
"@rollup/rollup-linux-riscv64-musl": "4.53.2",
|
|
8143
|
+
"@rollup/rollup-linux-s390x-gnu": "4.53.2",
|
|
8144
|
+
"@rollup/rollup-linux-x64-gnu": "4.53.2",
|
|
8145
|
+
"@rollup/rollup-linux-x64-musl": "4.53.2",
|
|
8146
|
+
"@rollup/rollup-openharmony-arm64": "4.53.2",
|
|
8147
|
+
"@rollup/rollup-win32-arm64-msvc": "4.53.2",
|
|
8148
|
+
"@rollup/rollup-win32-ia32-msvc": "4.53.2",
|
|
8149
|
+
"@rollup/rollup-win32-x64-gnu": "4.53.2",
|
|
8150
|
+
"@rollup/rollup-win32-x64-msvc": "4.53.2",
|
|
8787
8151
|
"fsevents": "~2.3.2"
|
|
8788
8152
|
}
|
|
8789
8153
|
},
|
|
@@ -8957,18 +8321,6 @@
|
|
|
8957
8321
|
"node": ">= 0.8"
|
|
8958
8322
|
}
|
|
8959
8323
|
},
|
|
8960
|
-
"node_modules/send/node_modules/mime": {
|
|
8961
|
-
"version": "1.6.0",
|
|
8962
|
-
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
|
8963
|
-
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
8964
|
-
"license": "MIT",
|
|
8965
|
-
"bin": {
|
|
8966
|
-
"mime": "cli.js"
|
|
8967
|
-
},
|
|
8968
|
-
"engines": {
|
|
8969
|
-
"node": ">=4"
|
|
8970
|
-
}
|
|
8971
|
-
},
|
|
8972
8324
|
"node_modules/send/node_modules/ms": {
|
|
8973
8325
|
"version": "2.1.3",
|
|
8974
8326
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
@@ -9532,23 +8884,6 @@
|
|
|
9532
8884
|
],
|
|
9533
8885
|
"license": "MIT"
|
|
9534
8886
|
},
|
|
9535
|
-
"node_modules/strtok3": {
|
|
9536
|
-
"version": "6.3.0",
|
|
9537
|
-
"resolved": "https://registry.npmjs.org/strtok3/-/strtok3-6.3.0.tgz",
|
|
9538
|
-
"integrity": "sha512-fZtbhtvI9I48xDSywd/somNqgUHl2L2cstmXCCif0itOf96jeW18MBSyrLuNicYQVkvpOxkZtkzujiTJ9LW5Jw==",
|
|
9539
|
-
"license": "MIT",
|
|
9540
|
-
"dependencies": {
|
|
9541
|
-
"@tokenizer/token": "^0.3.0",
|
|
9542
|
-
"peek-readable": "^4.1.0"
|
|
9543
|
-
},
|
|
9544
|
-
"engines": {
|
|
9545
|
-
"node": ">=10"
|
|
9546
|
-
},
|
|
9547
|
-
"funding": {
|
|
9548
|
-
"type": "github",
|
|
9549
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
9550
|
-
}
|
|
9551
|
-
},
|
|
9552
8887
|
"node_modules/superagent": {
|
|
9553
8888
|
"version": "9.0.1",
|
|
9554
8889
|
"resolved": "https://registry.npmjs.org/superagent/-/superagent-9.0.1.tgz",
|
|
@@ -10017,12 +9352,6 @@
|
|
|
10017
9352
|
"license": "MIT",
|
|
10018
9353
|
"peer": true
|
|
10019
9354
|
},
|
|
10020
|
-
"node_modules/tinycolor2": {
|
|
10021
|
-
"version": "1.6.0",
|
|
10022
|
-
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
|
|
10023
|
-
"integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
|
|
10024
|
-
"license": "MIT"
|
|
10025
|
-
},
|
|
10026
9355
|
"node_modules/tinyexec": {
|
|
10027
9356
|
"version": "0.3.2",
|
|
10028
9357
|
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
|
|
@@ -10066,23 +9395,6 @@
|
|
|
10066
9395
|
"node": ">=0.6"
|
|
10067
9396
|
}
|
|
10068
9397
|
},
|
|
10069
|
-
"node_modules/token-types": {
|
|
10070
|
-
"version": "4.2.1",
|
|
10071
|
-
"resolved": "https://registry.npmjs.org/token-types/-/token-types-4.2.1.tgz",
|
|
10072
|
-
"integrity": "sha512-6udB24Q737UD/SDsKAHI9FCRP7Bqc9D/MQUV02ORQg5iskjtLJlZJNdN4kKtcdtwCeWIwIHDGaUsTsCCAa8sFQ==",
|
|
10073
|
-
"license": "MIT",
|
|
10074
|
-
"dependencies": {
|
|
10075
|
-
"@tokenizer/token": "^0.3.0",
|
|
10076
|
-
"ieee754": "^1.2.1"
|
|
10077
|
-
},
|
|
10078
|
-
"engines": {
|
|
10079
|
-
"node": ">=10"
|
|
10080
|
-
},
|
|
10081
|
-
"funding": {
|
|
10082
|
-
"type": "github",
|
|
10083
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
10084
|
-
}
|
|
10085
|
-
},
|
|
10086
9398
|
"node_modules/tough-cookie": {
|
|
10087
9399
|
"version": "4.1.3",
|
|
10088
9400
|
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",
|
|
@@ -10382,15 +9694,6 @@
|
|
|
10382
9694
|
"node": ">= 0.8.0"
|
|
10383
9695
|
}
|
|
10384
9696
|
},
|
|
10385
|
-
"node_modules/utif2": {
|
|
10386
|
-
"version": "4.1.0",
|
|
10387
|
-
"resolved": "https://registry.npmjs.org/utif2/-/utif2-4.1.0.tgz",
|
|
10388
|
-
"integrity": "sha512-+oknB9FHrJ7oW7A2WZYajOcv4FcDR4CfoGB0dPNfxbi4GO05RRnFmt5oa23+9w32EanrYcSJWspUiJkLMs+37w==",
|
|
10389
|
-
"license": "MIT",
|
|
10390
|
-
"dependencies": {
|
|
10391
|
-
"pako": "^1.0.11"
|
|
10392
|
-
}
|
|
10393
|
-
},
|
|
10394
9697
|
"node_modules/util-deprecate": {
|
|
10395
9698
|
"version": "1.0.2",
|
|
10396
9699
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
@@ -10438,19 +9741,19 @@
|
|
|
10438
9741
|
}
|
|
10439
9742
|
},
|
|
10440
9743
|
"node_modules/vitest": {
|
|
10441
|
-
"version": "4.0.
|
|
10442
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.0.
|
|
10443
|
-
"integrity": "sha512-
|
|
9744
|
+
"version": "4.0.9",
|
|
9745
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.0.9.tgz",
|
|
9746
|
+
"integrity": "sha512-E0Ja2AX4th+CG33yAFRC+d1wFx2pzU5r6HtG6LiPSE04flaE0qB6YyjSw9ZcpJAtVPfsvZGtJlKWZpuW7EHRxg==",
|
|
10444
9747
|
"license": "MIT",
|
|
10445
9748
|
"peer": true,
|
|
10446
9749
|
"dependencies": {
|
|
10447
|
-
"@vitest/expect": "4.0.
|
|
10448
|
-
"@vitest/mocker": "4.0.
|
|
10449
|
-
"@vitest/pretty-format": "4.0.
|
|
10450
|
-
"@vitest/runner": "4.0.
|
|
10451
|
-
"@vitest/snapshot": "4.0.
|
|
10452
|
-
"@vitest/spy": "4.0.
|
|
10453
|
-
"@vitest/utils": "4.0.
|
|
9750
|
+
"@vitest/expect": "4.0.9",
|
|
9751
|
+
"@vitest/mocker": "4.0.9",
|
|
9752
|
+
"@vitest/pretty-format": "4.0.9",
|
|
9753
|
+
"@vitest/runner": "4.0.9",
|
|
9754
|
+
"@vitest/snapshot": "4.0.9",
|
|
9755
|
+
"@vitest/spy": "4.0.9",
|
|
9756
|
+
"@vitest/utils": "4.0.9",
|
|
10454
9757
|
"debug": "^4.4.3",
|
|
10455
9758
|
"es-module-lexer": "^1.7.0",
|
|
10456
9759
|
"expect-type": "^1.2.2",
|
|
@@ -10478,10 +9781,10 @@
|
|
|
10478
9781
|
"@edge-runtime/vm": "*",
|
|
10479
9782
|
"@types/debug": "^4.1.12",
|
|
10480
9783
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
10481
|
-
"@vitest/browser-playwright": "4.0.
|
|
10482
|
-
"@vitest/browser-preview": "4.0.
|
|
10483
|
-
"@vitest/browser-webdriverio": "4.0.
|
|
10484
|
-
"@vitest/ui": "4.0.
|
|
9784
|
+
"@vitest/browser-playwright": "4.0.9",
|
|
9785
|
+
"@vitest/browser-preview": "4.0.9",
|
|
9786
|
+
"@vitest/browser-webdriverio": "4.0.9",
|
|
9787
|
+
"@vitest/ui": "4.0.9",
|
|
10485
9788
|
"happy-dom": "*",
|
|
10486
9789
|
"jsdom": "*"
|
|
10487
9790
|
},
|
|
@@ -10890,13 +10193,13 @@
|
|
|
10890
10193
|
}
|
|
10891
10194
|
},
|
|
10892
10195
|
"node_modules/vitest/node_modules/@vitest/mocker": {
|
|
10893
|
-
"version": "4.0.
|
|
10894
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.
|
|
10895
|
-
"integrity": "sha512-
|
|
10196
|
+
"version": "4.0.9",
|
|
10197
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.9.tgz",
|
|
10198
|
+
"integrity": "sha512-PUyaowQFHW+9FKb4dsvvBM4o025rWMlEDXdWRxIOilGaHREYTi5Q2Rt9VCgXgPy/hHZu1LeuXtrA/GdzOatP2g==",
|
|
10896
10199
|
"license": "MIT",
|
|
10897
10200
|
"peer": true,
|
|
10898
10201
|
"dependencies": {
|
|
10899
|
-
"@vitest/spy": "4.0.
|
|
10202
|
+
"@vitest/spy": "4.0.9",
|
|
10900
10203
|
"estree-walker": "^3.0.3",
|
|
10901
10204
|
"magic-string": "^0.30.21"
|
|
10902
10205
|
},
|
|
@@ -11256,9 +10559,9 @@
|
|
|
11256
10559
|
}
|
|
11257
10560
|
},
|
|
11258
10561
|
"node_modules/webdriverio/node_modules/@types/node": {
|
|
11259
|
-
"version": "22.19.
|
|
11260
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.
|
|
11261
|
-
"integrity": "sha512-
|
|
10562
|
+
"version": "22.19.1",
|
|
10563
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.1.tgz",
|
|
10564
|
+
"integrity": "sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==",
|
|
11262
10565
|
"license": "MIT",
|
|
11263
10566
|
"dependencies": {
|
|
11264
10567
|
"undici-types": "~6.21.0"
|
|
@@ -11896,12 +11199,6 @@
|
|
|
11896
11199
|
"node": ">=12"
|
|
11897
11200
|
}
|
|
11898
11201
|
},
|
|
11899
|
-
"node_modules/xml-parse-from-string": {
|
|
11900
|
-
"version": "1.0.1",
|
|
11901
|
-
"resolved": "https://registry.npmjs.org/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz",
|
|
11902
|
-
"integrity": "sha512-ErcKwJTF54uRzzNMXq2X5sMIy88zJvfN2DmdoQvy7PAFJ+tPRU6ydWuOKNMyfmOjdyBQTFREi60s0Y0SyI0G0g==",
|
|
11903
|
-
"license": "MIT"
|
|
11904
|
-
},
|
|
11905
11202
|
"node_modules/xml2js": {
|
|
11906
11203
|
"version": "0.6.2",
|
|
11907
11204
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
|
@@ -12069,9 +11366,9 @@
|
|
|
12069
11366
|
}
|
|
12070
11367
|
},
|
|
12071
11368
|
"node_modules/yocto-queue": {
|
|
12072
|
-
"version": "1.2.
|
|
12073
|
-
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.
|
|
12074
|
-
"integrity": "sha512-
|
|
11369
|
+
"version": "1.2.2",
|
|
11370
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
|
|
11371
|
+
"integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
|
|
12075
11372
|
"license": "MIT",
|
|
12076
11373
|
"engines": {
|
|
12077
11374
|
"node": ">=12.20"
|
|
@@ -12118,15 +11415,6 @@
|
|
|
12118
11415
|
"dependencies": {
|
|
12119
11416
|
"safe-buffer": "~5.2.0"
|
|
12120
11417
|
}
|
|
12121
|
-
},
|
|
12122
|
-
"node_modules/zod": {
|
|
12123
|
-
"version": "3.25.76",
|
|
12124
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
12125
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
12126
|
-
"license": "MIT",
|
|
12127
|
-
"funding": {
|
|
12128
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
12129
|
-
}
|
|
12130
11418
|
}
|
|
12131
11419
|
}
|
|
12132
11420
|
}
|