@salesforce/plugin-lightning-dev 5.0.26 → 5.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/npm-shrinkwrap.json +1371 -1858
- package/oclif.lock +223 -304
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.28",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.28",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
13
13
|
"@inquirer/select": "^2.4.7",
|
|
14
14
|
"@lwc/lwc-dev-server": "~13.2.18",
|
|
15
|
-
"@lwc/sfdc-lwc-compiler": "~13.2.
|
|
15
|
+
"@lwc/sfdc-lwc-compiler": "~13.2.19",
|
|
16
16
|
"@lwrjs/api": "0.18.3",
|
|
17
17
|
"@oclif/core": "^4.5.6",
|
|
18
18
|
"@salesforce/core": "^8.23.3",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.13.2",
|
|
23
23
|
"glob": "^10.4.5",
|
|
24
|
-
"lwc": "~8.
|
|
24
|
+
"lwc": "~8.24.0",
|
|
25
25
|
"node-fetch": "^3.3.2",
|
|
26
26
|
"open": "^10.2.0",
|
|
27
27
|
"xml2js": "^0.6.2"
|
|
@@ -1260,21 +1260,21 @@
|
|
|
1260
1260
|
}
|
|
1261
1261
|
},
|
|
1262
1262
|
"node_modules/@babel/core": {
|
|
1263
|
-
"version": "7.28.
|
|
1264
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.
|
|
1265
|
-
"integrity": "sha512-
|
|
1263
|
+
"version": "7.28.5",
|
|
1264
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
1265
|
+
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
1266
1266
|
"license": "MIT",
|
|
1267
1267
|
"peer": true,
|
|
1268
1268
|
"dependencies": {
|
|
1269
1269
|
"@babel/code-frame": "^7.27.1",
|
|
1270
|
-
"@babel/generator": "^7.28.
|
|
1270
|
+
"@babel/generator": "^7.28.5",
|
|
1271
1271
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1272
1272
|
"@babel/helper-module-transforms": "^7.28.3",
|
|
1273
1273
|
"@babel/helpers": "^7.28.4",
|
|
1274
|
-
"@babel/parser": "^7.28.
|
|
1274
|
+
"@babel/parser": "^7.28.5",
|
|
1275
1275
|
"@babel/template": "^7.27.2",
|
|
1276
|
-
"@babel/traverse": "^7.28.
|
|
1277
|
-
"@babel/types": "^7.28.
|
|
1276
|
+
"@babel/traverse": "^7.28.5",
|
|
1277
|
+
"@babel/types": "^7.28.5",
|
|
1278
1278
|
"@jridgewell/remapping": "^2.3.5",
|
|
1279
1279
|
"convert-source-map": "^2.0.0",
|
|
1280
1280
|
"debug": "^4.1.0",
|
|
@@ -1290,6 +1290,22 @@
|
|
|
1290
1290
|
"url": "https://opencollective.com/babel"
|
|
1291
1291
|
}
|
|
1292
1292
|
},
|
|
1293
|
+
"node_modules/@babel/core/node_modules/@babel/generator": {
|
|
1294
|
+
"version": "7.28.5",
|
|
1295
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1296
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1297
|
+
"license": "MIT",
|
|
1298
|
+
"dependencies": {
|
|
1299
|
+
"@babel/parser": "^7.28.5",
|
|
1300
|
+
"@babel/types": "^7.28.5",
|
|
1301
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1302
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1303
|
+
"jsesc": "^3.0.2"
|
|
1304
|
+
},
|
|
1305
|
+
"engines": {
|
|
1306
|
+
"node": ">=6.9.0"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1293
1309
|
"node_modules/@babel/core/node_modules/semver": {
|
|
1294
1310
|
"version": "6.3.1",
|
|
1295
1311
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -1449,114 +1465,6 @@
|
|
|
1449
1465
|
"@babel/core": "^7.0.0"
|
|
1450
1466
|
}
|
|
1451
1467
|
},
|
|
1452
|
-
"node_modules/@babel/helper-module-transforms/node_modules/@babel/core": {
|
|
1453
|
-
"version": "7.28.5",
|
|
1454
|
-
"license": "MIT",
|
|
1455
|
-
"dependencies": {
|
|
1456
|
-
"@babel/code-frame": "^7.27.1",
|
|
1457
|
-
"@babel/generator": "^7.28.5",
|
|
1458
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1459
|
-
"@babel/helper-module-transforms": "^7.28.3",
|
|
1460
|
-
"@babel/helpers": "^7.28.4",
|
|
1461
|
-
"@babel/parser": "^7.28.5",
|
|
1462
|
-
"@babel/template": "^7.27.2",
|
|
1463
|
-
"@babel/traverse": "^7.28.5",
|
|
1464
|
-
"@babel/types": "^7.28.5",
|
|
1465
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
1466
|
-
"convert-source-map": "^2.0.0",
|
|
1467
|
-
"debug": "^4.1.0",
|
|
1468
|
-
"gensync": "^1.0.0-beta.2",
|
|
1469
|
-
"json5": "^2.2.3",
|
|
1470
|
-
"semver": "^6.3.1"
|
|
1471
|
-
},
|
|
1472
|
-
"engines": {
|
|
1473
|
-
"node": ">=6.9.0"
|
|
1474
|
-
},
|
|
1475
|
-
"funding": {
|
|
1476
|
-
"type": "opencollective",
|
|
1477
|
-
"url": "https://opencollective.com/babel"
|
|
1478
|
-
}
|
|
1479
|
-
},
|
|
1480
|
-
"node_modules/@babel/helper-module-transforms/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
1481
|
-
"version": "7.28.5",
|
|
1482
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1483
|
-
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1484
|
-
"license": "MIT",
|
|
1485
|
-
"dependencies": {
|
|
1486
|
-
"@babel/code-frame": "^7.27.1",
|
|
1487
|
-
"@babel/generator": "^7.28.5",
|
|
1488
|
-
"@babel/helper-globals": "^7.28.0",
|
|
1489
|
-
"@babel/parser": "^7.28.5",
|
|
1490
|
-
"@babel/template": "^7.27.2",
|
|
1491
|
-
"@babel/types": "^7.28.5",
|
|
1492
|
-
"debug": "^4.3.1"
|
|
1493
|
-
},
|
|
1494
|
-
"engines": {
|
|
1495
|
-
"node": ">=6.9.0"
|
|
1496
|
-
}
|
|
1497
|
-
},
|
|
1498
|
-
"node_modules/@babel/helper-module-transforms/node_modules/@babel/generator": {
|
|
1499
|
-
"version": "7.28.5",
|
|
1500
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1501
|
-
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1502
|
-
"license": "MIT",
|
|
1503
|
-
"dependencies": {
|
|
1504
|
-
"@babel/parser": "^7.28.5",
|
|
1505
|
-
"@babel/types": "^7.28.5",
|
|
1506
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1507
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1508
|
-
"jsesc": "^3.0.2"
|
|
1509
|
-
},
|
|
1510
|
-
"engines": {
|
|
1511
|
-
"node": ">=6.9.0"
|
|
1512
|
-
}
|
|
1513
|
-
},
|
|
1514
|
-
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
|
1515
|
-
"version": "7.28.5",
|
|
1516
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1517
|
-
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1518
|
-
"license": "MIT",
|
|
1519
|
-
"dependencies": {
|
|
1520
|
-
"@babel/types": "^7.28.5"
|
|
1521
|
-
},
|
|
1522
|
-
"bin": {
|
|
1523
|
-
"parser": "bin/babel-parser.js"
|
|
1524
|
-
},
|
|
1525
|
-
"engines": {
|
|
1526
|
-
"node": ">=6.0.0"
|
|
1527
|
-
}
|
|
1528
|
-
},
|
|
1529
|
-
"node_modules/@babel/helper-module-transforms/node_modules/@babel/types": {
|
|
1530
|
-
"version": "7.28.5",
|
|
1531
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1532
|
-
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1533
|
-
"license": "MIT",
|
|
1534
|
-
"dependencies": {
|
|
1535
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
1536
|
-
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1537
|
-
},
|
|
1538
|
-
"engines": {
|
|
1539
|
-
"node": ">=6.9.0"
|
|
1540
|
-
}
|
|
1541
|
-
},
|
|
1542
|
-
"node_modules/@babel/helper-module-transforms/node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": {
|
|
1543
|
-
"version": "7.28.5",
|
|
1544
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1545
|
-
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1546
|
-
"license": "MIT",
|
|
1547
|
-
"engines": {
|
|
1548
|
-
"node": ">=6.9.0"
|
|
1549
|
-
}
|
|
1550
|
-
},
|
|
1551
|
-
"node_modules/@babel/helper-module-transforms/node_modules/semver": {
|
|
1552
|
-
"version": "6.3.1",
|
|
1553
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1554
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1555
|
-
"license": "ISC",
|
|
1556
|
-
"bin": {
|
|
1557
|
-
"semver": "bin/semver.js"
|
|
1558
|
-
}
|
|
1559
|
-
},
|
|
1560
1468
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
1561
1469
|
"version": "7.27.1",
|
|
1562
1470
|
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
|
|
@@ -1612,114 +1520,6 @@
|
|
|
1612
1520
|
"@babel/core": "^7.0.0"
|
|
1613
1521
|
}
|
|
1614
1522
|
},
|
|
1615
|
-
"node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
|
|
1616
|
-
"version": "7.28.5",
|
|
1617
|
-
"license": "MIT",
|
|
1618
|
-
"dependencies": {
|
|
1619
|
-
"@babel/code-frame": "^7.27.1",
|
|
1620
|
-
"@babel/generator": "^7.28.5",
|
|
1621
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1622
|
-
"@babel/helper-module-transforms": "^7.28.3",
|
|
1623
|
-
"@babel/helpers": "^7.28.4",
|
|
1624
|
-
"@babel/parser": "^7.28.5",
|
|
1625
|
-
"@babel/template": "^7.27.2",
|
|
1626
|
-
"@babel/traverse": "^7.28.5",
|
|
1627
|
-
"@babel/types": "^7.28.5",
|
|
1628
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
1629
|
-
"convert-source-map": "^2.0.0",
|
|
1630
|
-
"debug": "^4.1.0",
|
|
1631
|
-
"gensync": "^1.0.0-beta.2",
|
|
1632
|
-
"json5": "^2.2.3",
|
|
1633
|
-
"semver": "^6.3.1"
|
|
1634
|
-
},
|
|
1635
|
-
"engines": {
|
|
1636
|
-
"node": ">=6.9.0"
|
|
1637
|
-
},
|
|
1638
|
-
"funding": {
|
|
1639
|
-
"type": "opencollective",
|
|
1640
|
-
"url": "https://opencollective.com/babel"
|
|
1641
|
-
}
|
|
1642
|
-
},
|
|
1643
|
-
"node_modules/@babel/helper-replace-supers/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
1644
|
-
"version": "7.28.5",
|
|
1645
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
1646
|
-
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
1647
|
-
"license": "MIT",
|
|
1648
|
-
"dependencies": {
|
|
1649
|
-
"@babel/code-frame": "^7.27.1",
|
|
1650
|
-
"@babel/generator": "^7.28.5",
|
|
1651
|
-
"@babel/helper-globals": "^7.28.0",
|
|
1652
|
-
"@babel/parser": "^7.28.5",
|
|
1653
|
-
"@babel/template": "^7.27.2",
|
|
1654
|
-
"@babel/types": "^7.28.5",
|
|
1655
|
-
"debug": "^4.3.1"
|
|
1656
|
-
},
|
|
1657
|
-
"engines": {
|
|
1658
|
-
"node": ">=6.9.0"
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
|
-
"node_modules/@babel/helper-replace-supers/node_modules/@babel/generator": {
|
|
1662
|
-
"version": "7.28.5",
|
|
1663
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1664
|
-
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1665
|
-
"license": "MIT",
|
|
1666
|
-
"dependencies": {
|
|
1667
|
-
"@babel/parser": "^7.28.5",
|
|
1668
|
-
"@babel/types": "^7.28.5",
|
|
1669
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1670
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1671
|
-
"jsesc": "^3.0.2"
|
|
1672
|
-
},
|
|
1673
|
-
"engines": {
|
|
1674
|
-
"node": ">=6.9.0"
|
|
1675
|
-
}
|
|
1676
|
-
},
|
|
1677
|
-
"node_modules/@babel/helper-replace-supers/node_modules/@babel/helper-validator-identifier": {
|
|
1678
|
-
"version": "7.28.5",
|
|
1679
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1680
|
-
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1681
|
-
"license": "MIT",
|
|
1682
|
-
"engines": {
|
|
1683
|
-
"node": ">=6.9.0"
|
|
1684
|
-
}
|
|
1685
|
-
},
|
|
1686
|
-
"node_modules/@babel/helper-replace-supers/node_modules/@babel/parser": {
|
|
1687
|
-
"version": "7.28.5",
|
|
1688
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1689
|
-
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1690
|
-
"license": "MIT",
|
|
1691
|
-
"dependencies": {
|
|
1692
|
-
"@babel/types": "^7.28.5"
|
|
1693
|
-
},
|
|
1694
|
-
"bin": {
|
|
1695
|
-
"parser": "bin/babel-parser.js"
|
|
1696
|
-
},
|
|
1697
|
-
"engines": {
|
|
1698
|
-
"node": ">=6.0.0"
|
|
1699
|
-
}
|
|
1700
|
-
},
|
|
1701
|
-
"node_modules/@babel/helper-replace-supers/node_modules/@babel/types": {
|
|
1702
|
-
"version": "7.28.5",
|
|
1703
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
1704
|
-
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
1705
|
-
"license": "MIT",
|
|
1706
|
-
"dependencies": {
|
|
1707
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
1708
|
-
"@babel/helper-validator-identifier": "^7.28.5"
|
|
1709
|
-
},
|
|
1710
|
-
"engines": {
|
|
1711
|
-
"node": ">=6.9.0"
|
|
1712
|
-
}
|
|
1713
|
-
},
|
|
1714
|
-
"node_modules/@babel/helper-replace-supers/node_modules/semver": {
|
|
1715
|
-
"version": "6.3.1",
|
|
1716
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1717
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1718
|
-
"license": "ISC",
|
|
1719
|
-
"bin": {
|
|
1720
|
-
"semver": "bin/semver.js"
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
1523
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
1724
1524
|
"version": "7.27.1",
|
|
1725
1525
|
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
|
|
@@ -1788,12 +1588,12 @@
|
|
|
1788
1588
|
}
|
|
1789
1589
|
},
|
|
1790
1590
|
"node_modules/@babel/parser": {
|
|
1791
|
-
"version": "7.28.
|
|
1792
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.
|
|
1793
|
-
"integrity": "sha512-
|
|
1591
|
+
"version": "7.28.5",
|
|
1592
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
1593
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
1794
1594
|
"license": "MIT",
|
|
1795
1595
|
"dependencies": {
|
|
1796
|
-
"@babel/types": "^7.28.
|
|
1596
|
+
"@babel/types": "^7.28.5"
|
|
1797
1597
|
},
|
|
1798
1598
|
"bin": {
|
|
1799
1599
|
"parser": "bin/babel-parser.js"
|
|
@@ -1802,6 +1602,21 @@
|
|
|
1802
1602
|
"node": ">=6.0.0"
|
|
1803
1603
|
}
|
|
1804
1604
|
},
|
|
1605
|
+
"node_modules/@babel/plugin-syntax-decorators": {
|
|
1606
|
+
"version": "7.27.1",
|
|
1607
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
|
|
1608
|
+
"integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
|
|
1609
|
+
"license": "MIT",
|
|
1610
|
+
"dependencies": {
|
|
1611
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1612
|
+
},
|
|
1613
|
+
"engines": {
|
|
1614
|
+
"node": ">=6.9.0"
|
|
1615
|
+
},
|
|
1616
|
+
"peerDependencies": {
|
|
1617
|
+
"@babel/core": "^7.0.0-0"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1805
1620
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
1806
1621
|
"version": "7.27.1",
|
|
1807
1622
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
@@ -1817,119 +1632,126 @@
|
|
|
1817
1632
|
"@babel/core": "^7.0.0-0"
|
|
1818
1633
|
}
|
|
1819
1634
|
},
|
|
1820
|
-
"node_modules/@babel/plugin-syntax-
|
|
1821
|
-
"version": "7.
|
|
1635
|
+
"node_modules/@babel/plugin-syntax-typescript": {
|
|
1636
|
+
"version": "7.27.1",
|
|
1637
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
|
|
1638
|
+
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
1822
1639
|
"license": "MIT",
|
|
1823
|
-
"peer": true,
|
|
1824
1640
|
"dependencies": {
|
|
1825
|
-
"@babel/
|
|
1826
|
-
"@babel/generator": "^7.28.5",
|
|
1827
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1828
|
-
"@babel/helper-module-transforms": "^7.28.3",
|
|
1829
|
-
"@babel/helpers": "^7.28.4",
|
|
1830
|
-
"@babel/parser": "^7.28.5",
|
|
1831
|
-
"@babel/template": "^7.27.2",
|
|
1832
|
-
"@babel/traverse": "^7.28.5",
|
|
1833
|
-
"@babel/types": "^7.28.5",
|
|
1834
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
1835
|
-
"convert-source-map": "^2.0.0",
|
|
1836
|
-
"debug": "^4.1.0",
|
|
1837
|
-
"gensync": "^1.0.0-beta.2",
|
|
1838
|
-
"json5": "^2.2.3",
|
|
1839
|
-
"semver": "^6.3.1"
|
|
1641
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1840
1642
|
},
|
|
1841
1643
|
"engines": {
|
|
1842
1644
|
"node": ">=6.9.0"
|
|
1843
1645
|
},
|
|
1844
|
-
"
|
|
1845
|
-
"
|
|
1846
|
-
"url": "https://opencollective.com/babel"
|
|
1646
|
+
"peerDependencies": {
|
|
1647
|
+
"@babel/core": "^7.0.0-0"
|
|
1847
1648
|
}
|
|
1848
1649
|
},
|
|
1849
|
-
"node_modules/@babel/plugin-
|
|
1850
|
-
"version": "7.28.
|
|
1851
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.
|
|
1852
|
-
"integrity": "sha512-
|
|
1650
|
+
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
1651
|
+
"version": "7.28.0",
|
|
1652
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
1653
|
+
"integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
|
|
1853
1654
|
"license": "MIT",
|
|
1854
1655
|
"dependencies": {
|
|
1855
|
-
"@babel/
|
|
1856
|
-
"@babel/
|
|
1857
|
-
"@
|
|
1858
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1859
|
-
"jsesc": "^3.0.2"
|
|
1656
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1657
|
+
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
1658
|
+
"@babel/traverse": "^7.28.0"
|
|
1860
1659
|
},
|
|
1861
1660
|
"engines": {
|
|
1862
1661
|
"node": ">=6.9.0"
|
|
1662
|
+
},
|
|
1663
|
+
"peerDependencies": {
|
|
1664
|
+
"@babel/core": "^7.0.0-0"
|
|
1863
1665
|
}
|
|
1864
1666
|
},
|
|
1865
|
-
"node_modules/@babel/plugin-
|
|
1866
|
-
"version": "7.
|
|
1867
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1868
|
-
"integrity": "sha512-
|
|
1667
|
+
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
1668
|
+
"version": "7.27.1",
|
|
1669
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
|
|
1670
|
+
"integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
|
|
1869
1671
|
"license": "MIT",
|
|
1672
|
+
"dependencies": {
|
|
1673
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
1674
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1675
|
+
"@babel/helper-remap-async-to-generator": "^7.27.1"
|
|
1676
|
+
},
|
|
1870
1677
|
"engines": {
|
|
1871
1678
|
"node": ">=6.9.0"
|
|
1679
|
+
},
|
|
1680
|
+
"peerDependencies": {
|
|
1681
|
+
"@babel/core": "^7.0.0-0"
|
|
1872
1682
|
}
|
|
1873
1683
|
},
|
|
1874
|
-
"node_modules/@babel/plugin-
|
|
1875
|
-
"version": "7.
|
|
1876
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1877
|
-
"integrity": "sha512-
|
|
1684
|
+
"node_modules/@babel/plugin-transform-class-properties": {
|
|
1685
|
+
"version": "7.27.1",
|
|
1686
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
|
|
1687
|
+
"integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
|
|
1878
1688
|
"license": "MIT",
|
|
1879
1689
|
"dependencies": {
|
|
1880
|
-
"@babel/
|
|
1881
|
-
|
|
1882
|
-
"bin": {
|
|
1883
|
-
"parser": "bin/babel-parser.js"
|
|
1690
|
+
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
1691
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1884
1692
|
},
|
|
1885
1693
|
"engines": {
|
|
1886
|
-
"node": ">=6.
|
|
1694
|
+
"node": ">=6.9.0"
|
|
1695
|
+
},
|
|
1696
|
+
"peerDependencies": {
|
|
1697
|
+
"@babel/core": "^7.0.0-0"
|
|
1887
1698
|
}
|
|
1888
1699
|
},
|
|
1889
|
-
"node_modules/@babel/plugin-
|
|
1890
|
-
"version": "7.28.
|
|
1891
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1892
|
-
"integrity": "sha512-
|
|
1700
|
+
"node_modules/@babel/plugin-transform-destructuring": {
|
|
1701
|
+
"version": "7.28.0",
|
|
1702
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
|
|
1703
|
+
"integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
|
|
1893
1704
|
"license": "MIT",
|
|
1894
1705
|
"dependencies": {
|
|
1895
|
-
"@babel/
|
|
1896
|
-
"@babel/
|
|
1897
|
-
"@babel/helper-globals": "^7.28.0",
|
|
1898
|
-
"@babel/parser": "^7.28.5",
|
|
1899
|
-
"@babel/template": "^7.27.2",
|
|
1900
|
-
"@babel/types": "^7.28.5",
|
|
1901
|
-
"debug": "^4.3.1"
|
|
1706
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1707
|
+
"@babel/traverse": "^7.28.0"
|
|
1902
1708
|
},
|
|
1903
1709
|
"engines": {
|
|
1904
1710
|
"node": ">=6.9.0"
|
|
1711
|
+
},
|
|
1712
|
+
"peerDependencies": {
|
|
1713
|
+
"@babel/core": "^7.0.0-0"
|
|
1905
1714
|
}
|
|
1906
1715
|
},
|
|
1907
|
-
"node_modules/@babel/plugin-
|
|
1908
|
-
"version": "7.
|
|
1909
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1910
|
-
"integrity": "sha512-
|
|
1716
|
+
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1717
|
+
"version": "7.27.1",
|
|
1718
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
1719
|
+
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
1911
1720
|
"license": "MIT",
|
|
1912
1721
|
"dependencies": {
|
|
1913
|
-
"@babel/helper-
|
|
1914
|
-
"@babel/helper-
|
|
1722
|
+
"@babel/helper-module-transforms": "^7.27.1",
|
|
1723
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1915
1724
|
},
|
|
1916
1725
|
"engines": {
|
|
1917
1726
|
"node": ">=6.9.0"
|
|
1727
|
+
},
|
|
1728
|
+
"peerDependencies": {
|
|
1729
|
+
"@babel/core": "^7.0.0-0"
|
|
1918
1730
|
}
|
|
1919
1731
|
},
|
|
1920
|
-
"node_modules/@babel/plugin-
|
|
1921
|
-
"version": "
|
|
1922
|
-
"resolved": "https://registry.npmjs.org/
|
|
1923
|
-
"integrity": "sha512-
|
|
1924
|
-
"license": "
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1732
|
+
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1733
|
+
"version": "7.28.4",
|
|
1734
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
|
|
1735
|
+
"integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
|
|
1736
|
+
"license": "MIT",
|
|
1737
|
+
"dependencies": {
|
|
1738
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1739
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1740
|
+
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
1741
|
+
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1742
|
+
"@babel/traverse": "^7.28.4"
|
|
1743
|
+
},
|
|
1744
|
+
"engines": {
|
|
1745
|
+
"node": ">=6.9.0"
|
|
1746
|
+
},
|
|
1747
|
+
"peerDependencies": {
|
|
1748
|
+
"@babel/core": "^7.0.0-0"
|
|
1927
1749
|
}
|
|
1928
1750
|
},
|
|
1929
|
-
"node_modules/@babel/plugin-
|
|
1930
|
-
"version": "7.27.
|
|
1931
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-
|
|
1932
|
-
"integrity": "sha512-
|
|
1751
|
+
"node_modules/@babel/plugin-transform-parameters": {
|
|
1752
|
+
"version": "7.27.7",
|
|
1753
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
|
|
1754
|
+
"integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
|
|
1933
1755
|
"license": "MIT",
|
|
1934
1756
|
"dependencies": {
|
|
1935
1757
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1941,76 +1763,102 @@
|
|
|
1941
1763
|
"@babel/core": "^7.0.0-0"
|
|
1942
1764
|
}
|
|
1943
1765
|
},
|
|
1944
|
-
"node_modules/@babel/plugin-
|
|
1766
|
+
"node_modules/@babel/plugin-transform-typescript": {
|
|
1945
1767
|
"version": "7.28.5",
|
|
1768
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
|
|
1769
|
+
"integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
|
|
1946
1770
|
"license": "MIT",
|
|
1947
|
-
"peer": true,
|
|
1948
1771
|
"dependencies": {
|
|
1949
|
-
"@babel/
|
|
1950
|
-
"@babel/
|
|
1951
|
-
"@babel/helper-
|
|
1952
|
-
"@babel/helper-
|
|
1953
|
-
"@babel/
|
|
1954
|
-
"@babel/parser": "^7.28.5",
|
|
1955
|
-
"@babel/template": "^7.27.2",
|
|
1956
|
-
"@babel/traverse": "^7.28.5",
|
|
1957
|
-
"@babel/types": "^7.28.5",
|
|
1958
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
1959
|
-
"convert-source-map": "^2.0.0",
|
|
1960
|
-
"debug": "^4.1.0",
|
|
1961
|
-
"gensync": "^1.0.0-beta.2",
|
|
1962
|
-
"json5": "^2.2.3",
|
|
1963
|
-
"semver": "^6.3.1"
|
|
1772
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1773
|
+
"@babel/helper-create-class-features-plugin": "^7.28.5",
|
|
1774
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1775
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1776
|
+
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
1964
1777
|
},
|
|
1965
1778
|
"engines": {
|
|
1966
1779
|
"node": ">=6.9.0"
|
|
1967
1780
|
},
|
|
1968
|
-
"
|
|
1969
|
-
"
|
|
1970
|
-
"url": "https://opencollective.com/babel"
|
|
1781
|
+
"peerDependencies": {
|
|
1782
|
+
"@babel/core": "^7.0.0-0"
|
|
1971
1783
|
}
|
|
1972
1784
|
},
|
|
1973
|
-
"node_modules/@babel/plugin-
|
|
1785
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-create-class-features-plugin": {
|
|
1974
1786
|
"version": "7.28.5",
|
|
1975
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1976
|
-
"integrity": "sha512-
|
|
1787
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
|
|
1788
|
+
"integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
|
|
1977
1789
|
"license": "MIT",
|
|
1978
1790
|
"dependencies": {
|
|
1979
|
-
"@babel/
|
|
1980
|
-
"@babel/
|
|
1981
|
-
"@
|
|
1982
|
-
"@
|
|
1983
|
-
"
|
|
1791
|
+
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
1792
|
+
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
1793
|
+
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
1794
|
+
"@babel/helper-replace-supers": "^7.27.1",
|
|
1795
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
1796
|
+
"@babel/traverse": "^7.28.5",
|
|
1797
|
+
"semver": "^6.3.1"
|
|
1984
1798
|
},
|
|
1985
1799
|
"engines": {
|
|
1986
1800
|
"node": ">=6.9.0"
|
|
1801
|
+
},
|
|
1802
|
+
"peerDependencies": {
|
|
1803
|
+
"@babel/core": "^7.0.0"
|
|
1987
1804
|
}
|
|
1988
1805
|
},
|
|
1989
|
-
"node_modules/@babel/plugin-
|
|
1806
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-member-expression-to-functions": {
|
|
1990
1807
|
"version": "7.28.5",
|
|
1991
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-
|
|
1992
|
-
"integrity": "sha512-
|
|
1808
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
1809
|
+
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
1993
1810
|
"license": "MIT",
|
|
1811
|
+
"dependencies": {
|
|
1812
|
+
"@babel/traverse": "^7.28.5",
|
|
1813
|
+
"@babel/types": "^7.28.5"
|
|
1814
|
+
},
|
|
1994
1815
|
"engines": {
|
|
1995
1816
|
"node": ">=6.9.0"
|
|
1996
1817
|
}
|
|
1997
1818
|
},
|
|
1998
|
-
"node_modules/@babel/plugin-
|
|
1819
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/semver": {
|
|
1820
|
+
"version": "6.3.1",
|
|
1821
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1822
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1823
|
+
"license": "ISC",
|
|
1824
|
+
"bin": {
|
|
1825
|
+
"semver": "bin/semver.js"
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
"node_modules/@babel/preset-typescript": {
|
|
1999
1829
|
"version": "7.28.5",
|
|
2000
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
2001
|
-
"integrity": "sha512
|
|
1830
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
1831
|
+
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
2002
1832
|
"license": "MIT",
|
|
2003
1833
|
"dependencies": {
|
|
2004
|
-
"@babel/
|
|
1834
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1835
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
1836
|
+
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
1837
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1838
|
+
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
2005
1839
|
},
|
|
2006
|
-
"
|
|
2007
|
-
"
|
|
1840
|
+
"engines": {
|
|
1841
|
+
"node": ">=6.9.0"
|
|
1842
|
+
},
|
|
1843
|
+
"peerDependencies": {
|
|
1844
|
+
"@babel/core": "^7.0.0-0"
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
"node_modules/@babel/template": {
|
|
1848
|
+
"version": "7.27.2",
|
|
1849
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
1850
|
+
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
1851
|
+
"license": "MIT",
|
|
1852
|
+
"dependencies": {
|
|
1853
|
+
"@babel/code-frame": "^7.27.1",
|
|
1854
|
+
"@babel/parser": "^7.27.2",
|
|
1855
|
+
"@babel/types": "^7.27.1"
|
|
2008
1856
|
},
|
|
2009
1857
|
"engines": {
|
|
2010
|
-
"node": ">=6.
|
|
1858
|
+
"node": ">=6.9.0"
|
|
2011
1859
|
}
|
|
2012
1860
|
},
|
|
2013
|
-
"node_modules/@babel/
|
|
1861
|
+
"node_modules/@babel/traverse": {
|
|
2014
1862
|
"version": "7.28.5",
|
|
2015
1863
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
2016
1864
|
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
@@ -2028,7 +1876,23 @@
|
|
|
2028
1876
|
"node": ">=6.9.0"
|
|
2029
1877
|
}
|
|
2030
1878
|
},
|
|
2031
|
-
"node_modules/@babel/
|
|
1879
|
+
"node_modules/@babel/traverse/node_modules/@babel/generator": {
|
|
1880
|
+
"version": "7.28.5",
|
|
1881
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
1882
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
1883
|
+
"license": "MIT",
|
|
1884
|
+
"dependencies": {
|
|
1885
|
+
"@babel/parser": "^7.28.5",
|
|
1886
|
+
"@babel/types": "^7.28.5",
|
|
1887
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1888
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1889
|
+
"jsesc": "^3.0.2"
|
|
1890
|
+
},
|
|
1891
|
+
"engines": {
|
|
1892
|
+
"node": ">=6.9.0"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
"node_modules/@babel/types": {
|
|
2032
1896
|
"version": "7.28.5",
|
|
2033
1897
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
2034
1898
|
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
@@ -2041,697 +1905,389 @@
|
|
|
2041
1905
|
"node": ">=6.9.0"
|
|
2042
1906
|
}
|
|
2043
1907
|
},
|
|
2044
|
-
"node_modules/@babel/
|
|
2045
|
-
"version": "
|
|
2046
|
-
"resolved": "https://registry.npmjs.org/
|
|
2047
|
-
"integrity": "sha512-
|
|
2048
|
-
"license": "
|
|
2049
|
-
"
|
|
2050
|
-
"
|
|
1908
|
+
"node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": {
|
|
1909
|
+
"version": "7.28.5",
|
|
1910
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
1911
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
1912
|
+
"license": "MIT",
|
|
1913
|
+
"engines": {
|
|
1914
|
+
"node": ">=6.9.0"
|
|
2051
1915
|
}
|
|
2052
1916
|
},
|
|
2053
|
-
"node_modules/@
|
|
2054
|
-
"version": "
|
|
2055
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2056
|
-
"integrity": "sha512-
|
|
2057
|
-
"
|
|
2058
|
-
"dependencies": {
|
|
2059
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
2060
|
-
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
2061
|
-
"@babel/traverse": "^7.28.0"
|
|
2062
|
-
},
|
|
2063
|
-
"engines": {
|
|
2064
|
-
"node": ">=6.9.0"
|
|
2065
|
-
},
|
|
2066
|
-
"peerDependencies": {
|
|
2067
|
-
"@babel/core": "^7.0.0-0"
|
|
2068
|
-
}
|
|
2069
|
-
},
|
|
2070
|
-
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
2071
|
-
"version": "7.27.1",
|
|
2072
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
|
|
2073
|
-
"integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
|
|
1917
|
+
"node_modules/@commitlint/cli": {
|
|
1918
|
+
"version": "17.8.1",
|
|
1919
|
+
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.8.1.tgz",
|
|
1920
|
+
"integrity": "sha512-ay+WbzQesE0Rv4EQKfNbSMiJJ12KdKTDzIt0tcK4k11FdsWmtwP0Kp1NWMOUswfIWo6Eb7p7Ln721Nx9FLNBjg==",
|
|
1921
|
+
"dev": true,
|
|
2074
1922
|
"license": "MIT",
|
|
2075
1923
|
"dependencies": {
|
|
2076
|
-
"@
|
|
2077
|
-
"@
|
|
2078
|
-
"@
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
"
|
|
1924
|
+
"@commitlint/format": "^17.8.1",
|
|
1925
|
+
"@commitlint/lint": "^17.8.1",
|
|
1926
|
+
"@commitlint/load": "^17.8.1",
|
|
1927
|
+
"@commitlint/read": "^17.8.1",
|
|
1928
|
+
"@commitlint/types": "^17.8.1",
|
|
1929
|
+
"execa": "^5.0.0",
|
|
1930
|
+
"lodash.isfunction": "^3.0.9",
|
|
1931
|
+
"resolve-from": "5.0.0",
|
|
1932
|
+
"resolve-global": "1.0.0",
|
|
1933
|
+
"yargs": "^17.0.0"
|
|
2082
1934
|
},
|
|
2083
|
-
"
|
|
2084
|
-
"
|
|
2085
|
-
}
|
|
2086
|
-
},
|
|
2087
|
-
"node_modules/@babel/plugin-transform-class-properties": {
|
|
2088
|
-
"version": "7.27.1",
|
|
2089
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
|
|
2090
|
-
"integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
|
|
2091
|
-
"license": "MIT",
|
|
2092
|
-
"dependencies": {
|
|
2093
|
-
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
2094
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
1935
|
+
"bin": {
|
|
1936
|
+
"commitlint": "cli.js"
|
|
2095
1937
|
},
|
|
2096
1938
|
"engines": {
|
|
2097
|
-
"node": ">=
|
|
2098
|
-
},
|
|
2099
|
-
"peerDependencies": {
|
|
2100
|
-
"@babel/core": "^7.0.0-0"
|
|
1939
|
+
"node": ">=v14"
|
|
2101
1940
|
}
|
|
2102
1941
|
},
|
|
2103
|
-
"node_modules/@
|
|
2104
|
-
"version": "
|
|
2105
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2106
|
-
"integrity": "sha512-
|
|
1942
|
+
"node_modules/@commitlint/config-conventional": {
|
|
1943
|
+
"version": "17.8.1",
|
|
1944
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz",
|
|
1945
|
+
"integrity": "sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==",
|
|
1946
|
+
"dev": true,
|
|
2107
1947
|
"license": "MIT",
|
|
2108
1948
|
"dependencies": {
|
|
2109
|
-
"
|
|
2110
|
-
"@babel/traverse": "^7.28.0"
|
|
1949
|
+
"conventional-changelog-conventionalcommits": "^6.1.0"
|
|
2111
1950
|
},
|
|
2112
1951
|
"engines": {
|
|
2113
|
-
"node": ">=
|
|
2114
|
-
},
|
|
2115
|
-
"peerDependencies": {
|
|
2116
|
-
"@babel/core": "^7.0.0-0"
|
|
1952
|
+
"node": ">=v14"
|
|
2117
1953
|
}
|
|
2118
1954
|
},
|
|
2119
|
-
"node_modules/@
|
|
2120
|
-
"version": "
|
|
2121
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2122
|
-
"integrity": "sha512-
|
|
1955
|
+
"node_modules/@commitlint/config-validator": {
|
|
1956
|
+
"version": "17.8.1",
|
|
1957
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.8.1.tgz",
|
|
1958
|
+
"integrity": "sha512-UUgUC+sNiiMwkyiuIFR7JG2cfd9t/7MV8VB4TZ+q02ZFkHoduUS4tJGsCBWvBOGD9Btev6IecPMvlWUfJorkEA==",
|
|
1959
|
+
"dev": true,
|
|
2123
1960
|
"license": "MIT",
|
|
2124
1961
|
"dependencies": {
|
|
2125
|
-
"@
|
|
2126
|
-
"
|
|
1962
|
+
"@commitlint/types": "^17.8.1",
|
|
1963
|
+
"ajv": "^8.11.0"
|
|
2127
1964
|
},
|
|
2128
1965
|
"engines": {
|
|
2129
|
-
"node": ">=
|
|
2130
|
-
},
|
|
2131
|
-
"peerDependencies": {
|
|
2132
|
-
"@babel/core": "^7.0.0-0"
|
|
1966
|
+
"node": ">=v14"
|
|
2133
1967
|
}
|
|
2134
1968
|
},
|
|
2135
|
-
"node_modules/@
|
|
2136
|
-
"version": "
|
|
1969
|
+
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
1970
|
+
"version": "8.17.1",
|
|
1971
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
1972
|
+
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
1973
|
+
"dev": true,
|
|
2137
1974
|
"license": "MIT",
|
|
2138
|
-
"peer": true,
|
|
2139
1975
|
"dependencies": {
|
|
2140
|
-
"
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2143
|
-
"
|
|
2144
|
-
"@babel/helpers": "^7.28.4",
|
|
2145
|
-
"@babel/parser": "^7.28.5",
|
|
2146
|
-
"@babel/template": "^7.27.2",
|
|
2147
|
-
"@babel/traverse": "^7.28.5",
|
|
2148
|
-
"@babel/types": "^7.28.5",
|
|
2149
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
2150
|
-
"convert-source-map": "^2.0.0",
|
|
2151
|
-
"debug": "^4.1.0",
|
|
2152
|
-
"gensync": "^1.0.0-beta.2",
|
|
2153
|
-
"json5": "^2.2.3",
|
|
2154
|
-
"semver": "^6.3.1"
|
|
2155
|
-
},
|
|
2156
|
-
"engines": {
|
|
2157
|
-
"node": ">=6.9.0"
|
|
1976
|
+
"fast-deep-equal": "^3.1.3",
|
|
1977
|
+
"fast-uri": "^3.0.1",
|
|
1978
|
+
"json-schema-traverse": "^1.0.0",
|
|
1979
|
+
"require-from-string": "^2.0.2"
|
|
2158
1980
|
},
|
|
2159
1981
|
"funding": {
|
|
2160
|
-
"type": "
|
|
2161
|
-
"url": "https://
|
|
1982
|
+
"type": "github",
|
|
1983
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
2162
1984
|
}
|
|
2163
1985
|
},
|
|
2164
|
-
"node_modules/@
|
|
2165
|
-
"version": "
|
|
2166
|
-
"resolved": "https://registry.npmjs.org
|
|
2167
|
-
"integrity": "sha512-
|
|
1986
|
+
"node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
|
|
1987
|
+
"version": "1.0.0",
|
|
1988
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
1989
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
1990
|
+
"dev": true,
|
|
1991
|
+
"license": "MIT"
|
|
1992
|
+
},
|
|
1993
|
+
"node_modules/@commitlint/ensure": {
|
|
1994
|
+
"version": "17.8.1",
|
|
1995
|
+
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.8.1.tgz",
|
|
1996
|
+
"integrity": "sha512-xjafwKxid8s1K23NFpL8JNo6JnY/ysetKo8kegVM7c8vs+kWLP8VrQq+NbhgVlmCojhEDbzQKp4eRXSjVOGsow==",
|
|
1997
|
+
"dev": true,
|
|
2168
1998
|
"license": "MIT",
|
|
2169
1999
|
"dependencies": {
|
|
2170
|
-
"@
|
|
2171
|
-
"
|
|
2172
|
-
"
|
|
2173
|
-
"
|
|
2174
|
-
"
|
|
2000
|
+
"@commitlint/types": "^17.8.1",
|
|
2001
|
+
"lodash.camelcase": "^4.3.0",
|
|
2002
|
+
"lodash.kebabcase": "^4.1.1",
|
|
2003
|
+
"lodash.snakecase": "^4.1.1",
|
|
2004
|
+
"lodash.startcase": "^4.4.0",
|
|
2005
|
+
"lodash.upperfirst": "^4.3.1"
|
|
2175
2006
|
},
|
|
2176
2007
|
"engines": {
|
|
2177
|
-
"node": ">=
|
|
2008
|
+
"node": ">=v14"
|
|
2178
2009
|
}
|
|
2179
2010
|
},
|
|
2180
|
-
"node_modules/@
|
|
2181
|
-
"version": "
|
|
2182
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2183
|
-
"integrity": "sha512-
|
|
2011
|
+
"node_modules/@commitlint/execute-rule": {
|
|
2012
|
+
"version": "17.8.1",
|
|
2013
|
+
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-17.8.1.tgz",
|
|
2014
|
+
"integrity": "sha512-JHVupQeSdNI6xzA9SqMF+p/JjrHTcrJdI02PwesQIDCIGUrv04hicJgCcws5nzaoZbROapPs0s6zeVHoxpMwFQ==",
|
|
2015
|
+
"dev": true,
|
|
2184
2016
|
"license": "MIT",
|
|
2185
2017
|
"engines": {
|
|
2186
|
-
"node": ">=
|
|
2018
|
+
"node": ">=v14"
|
|
2187
2019
|
}
|
|
2188
2020
|
},
|
|
2189
|
-
"node_modules/@
|
|
2190
|
-
"version": "
|
|
2191
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2192
|
-
"integrity": "sha512-
|
|
2021
|
+
"node_modules/@commitlint/format": {
|
|
2022
|
+
"version": "17.8.1",
|
|
2023
|
+
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.8.1.tgz",
|
|
2024
|
+
"integrity": "sha512-f3oMTyZ84M9ht7fb93wbCKmWxO5/kKSbwuYvS867duVomoOsgrgljkGGIztmT/srZnaiGbaK8+Wf8Ik2tSr5eg==",
|
|
2025
|
+
"dev": true,
|
|
2193
2026
|
"license": "MIT",
|
|
2194
2027
|
"dependencies": {
|
|
2195
|
-
"@
|
|
2196
|
-
|
|
2197
|
-
"bin": {
|
|
2198
|
-
"parser": "bin/babel-parser.js"
|
|
2028
|
+
"@commitlint/types": "^17.8.1",
|
|
2029
|
+
"chalk": "^4.1.0"
|
|
2199
2030
|
},
|
|
2200
2031
|
"engines": {
|
|
2201
|
-
"node": ">=
|
|
2032
|
+
"node": ">=v14"
|
|
2202
2033
|
}
|
|
2203
2034
|
},
|
|
2204
|
-
"node_modules/@
|
|
2205
|
-
"version": "
|
|
2206
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2207
|
-
"integrity": "sha512-
|
|
2035
|
+
"node_modules/@commitlint/is-ignored": {
|
|
2036
|
+
"version": "17.8.1",
|
|
2037
|
+
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.8.1.tgz",
|
|
2038
|
+
"integrity": "sha512-UshMi4Ltb4ZlNn4F7WtSEugFDZmctzFpmbqvpyxD3la510J+PLcnyhf9chs7EryaRFJMdAKwsEKfNK0jL/QM4g==",
|
|
2039
|
+
"dev": true,
|
|
2208
2040
|
"license": "MIT",
|
|
2209
2041
|
"dependencies": {
|
|
2210
|
-
"@
|
|
2211
|
-
"
|
|
2212
|
-
"@babel/helper-globals": "^7.28.0",
|
|
2213
|
-
"@babel/parser": "^7.28.5",
|
|
2214
|
-
"@babel/template": "^7.27.2",
|
|
2215
|
-
"@babel/types": "^7.28.5",
|
|
2216
|
-
"debug": "^4.3.1"
|
|
2042
|
+
"@commitlint/types": "^17.8.1",
|
|
2043
|
+
"semver": "7.5.4"
|
|
2217
2044
|
},
|
|
2218
2045
|
"engines": {
|
|
2219
|
-
"node": ">=
|
|
2046
|
+
"node": ">=v14"
|
|
2220
2047
|
}
|
|
2221
2048
|
},
|
|
2222
|
-
"node_modules/@
|
|
2223
|
-
"version": "
|
|
2224
|
-
"resolved": "https://registry.npmjs.org
|
|
2225
|
-
"integrity": "sha512-
|
|
2226
|
-
"
|
|
2049
|
+
"node_modules/@commitlint/is-ignored/node_modules/lru-cache": {
|
|
2050
|
+
"version": "6.0.0",
|
|
2051
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
2052
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
2053
|
+
"dev": true,
|
|
2054
|
+
"license": "ISC",
|
|
2227
2055
|
"dependencies": {
|
|
2228
|
-
"
|
|
2229
|
-
"@babel/helper-validator-identifier": "^7.28.5"
|
|
2056
|
+
"yallist": "^4.0.0"
|
|
2230
2057
|
},
|
|
2231
2058
|
"engines": {
|
|
2232
|
-
"node": ">=
|
|
2059
|
+
"node": ">=10"
|
|
2233
2060
|
}
|
|
2234
2061
|
},
|
|
2235
|
-
"node_modules/@
|
|
2236
|
-
"version": "
|
|
2237
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-
|
|
2238
|
-
"integrity": "sha512-
|
|
2062
|
+
"node_modules/@commitlint/is-ignored/node_modules/semver": {
|
|
2063
|
+
"version": "7.5.4",
|
|
2064
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
|
2065
|
+
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
|
|
2066
|
+
"dev": true,
|
|
2239
2067
|
"license": "ISC",
|
|
2068
|
+
"dependencies": {
|
|
2069
|
+
"lru-cache": "^6.0.0"
|
|
2070
|
+
},
|
|
2240
2071
|
"bin": {
|
|
2241
2072
|
"semver": "bin/semver.js"
|
|
2073
|
+
},
|
|
2074
|
+
"engines": {
|
|
2075
|
+
"node": ">=10"
|
|
2242
2076
|
}
|
|
2243
2077
|
},
|
|
2244
|
-
"node_modules/@
|
|
2245
|
-
"version": "
|
|
2246
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2247
|
-
"integrity": "sha512-
|
|
2078
|
+
"node_modules/@commitlint/lint": {
|
|
2079
|
+
"version": "17.8.1",
|
|
2080
|
+
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.8.1.tgz",
|
|
2081
|
+
"integrity": "sha512-aQUlwIR1/VMv2D4GXSk7PfL5hIaFSfy6hSHV94O8Y27T5q+DlDEgd/cZ4KmVI+MWKzFfCTiTuWqjfRSfdRllCA==",
|
|
2082
|
+
"dev": true,
|
|
2248
2083
|
"license": "MIT",
|
|
2249
2084
|
"dependencies": {
|
|
2250
|
-
"@
|
|
2251
|
-
"@
|
|
2252
|
-
"@
|
|
2253
|
-
"@
|
|
2254
|
-
"@babel/traverse": "^7.28.4"
|
|
2085
|
+
"@commitlint/is-ignored": "^17.8.1",
|
|
2086
|
+
"@commitlint/parse": "^17.8.1",
|
|
2087
|
+
"@commitlint/rules": "^17.8.1",
|
|
2088
|
+
"@commitlint/types": "^17.8.1"
|
|
2255
2089
|
},
|
|
2256
2090
|
"engines": {
|
|
2257
|
-
"node": ">=
|
|
2258
|
-
},
|
|
2259
|
-
"peerDependencies": {
|
|
2260
|
-
"@babel/core": "^7.0.0-0"
|
|
2091
|
+
"node": ">=v14"
|
|
2261
2092
|
}
|
|
2262
2093
|
},
|
|
2263
|
-
"node_modules/@
|
|
2264
|
-
"version": "
|
|
2265
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2266
|
-
"integrity": "sha512-
|
|
2094
|
+
"node_modules/@commitlint/load": {
|
|
2095
|
+
"version": "17.8.1",
|
|
2096
|
+
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.8.1.tgz",
|
|
2097
|
+
"integrity": "sha512-iF4CL7KDFstP1kpVUkT8K2Wl17h2yx9VaR1ztTc8vzByWWcbO/WaKwxsnCOqow9tVAlzPfo1ywk9m2oJ9ucMqA==",
|
|
2098
|
+
"dev": true,
|
|
2267
2099
|
"license": "MIT",
|
|
2268
2100
|
"dependencies": {
|
|
2269
|
-
"@
|
|
2101
|
+
"@commitlint/config-validator": "^17.8.1",
|
|
2102
|
+
"@commitlint/execute-rule": "^17.8.1",
|
|
2103
|
+
"@commitlint/resolve-extends": "^17.8.1",
|
|
2104
|
+
"@commitlint/types": "^17.8.1",
|
|
2105
|
+
"@types/node": "20.5.1",
|
|
2106
|
+
"chalk": "^4.1.0",
|
|
2107
|
+
"cosmiconfig": "^8.0.0",
|
|
2108
|
+
"cosmiconfig-typescript-loader": "^4.0.0",
|
|
2109
|
+
"lodash.isplainobject": "^4.0.6",
|
|
2110
|
+
"lodash.merge": "^4.6.2",
|
|
2111
|
+
"lodash.uniq": "^4.5.0",
|
|
2112
|
+
"resolve-from": "^5.0.0",
|
|
2113
|
+
"ts-node": "^10.8.1",
|
|
2114
|
+
"typescript": "^4.6.4 || ^5.2.2"
|
|
2270
2115
|
},
|
|
2271
2116
|
"engines": {
|
|
2272
|
-
"node": ">=
|
|
2273
|
-
},
|
|
2274
|
-
"peerDependencies": {
|
|
2275
|
-
"@babel/core": "^7.0.0-0"
|
|
2117
|
+
"node": ">=v14"
|
|
2276
2118
|
}
|
|
2277
2119
|
},
|
|
2278
|
-
"node_modules/@
|
|
2279
|
-
"version": "
|
|
2280
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2281
|
-
"integrity": "sha512-
|
|
2120
|
+
"node_modules/@commitlint/load/node_modules/@types/node": {
|
|
2121
|
+
"version": "20.5.1",
|
|
2122
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
|
|
2123
|
+
"integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
|
|
2124
|
+
"dev": true,
|
|
2282
2125
|
"license": "MIT",
|
|
2283
|
-
"
|
|
2284
|
-
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
2285
|
-
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
|
2286
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
2287
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
2288
|
-
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
2289
|
-
},
|
|
2290
|
-
"engines": {
|
|
2291
|
-
"node": ">=6.9.0"
|
|
2292
|
-
},
|
|
2293
|
-
"peerDependencies": {
|
|
2294
|
-
"@babel/core": "^7.0.0-0"
|
|
2295
|
-
}
|
|
2126
|
+
"peer": true
|
|
2296
2127
|
},
|
|
2297
|
-
"node_modules/@
|
|
2298
|
-
"version": "
|
|
2299
|
-
"resolved": "https://registry.npmjs.org
|
|
2300
|
-
"integrity": "sha512-
|
|
2128
|
+
"node_modules/@commitlint/load/node_modules/cosmiconfig-typescript-loader": {
|
|
2129
|
+
"version": "4.4.0",
|
|
2130
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.4.0.tgz",
|
|
2131
|
+
"integrity": "sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==",
|
|
2132
|
+
"dev": true,
|
|
2301
2133
|
"license": "MIT",
|
|
2302
|
-
"dependencies": {
|
|
2303
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
2304
|
-
"@babel/helper-validator-option": "^7.27.1",
|
|
2305
|
-
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
2306
|
-
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
2307
|
-
"@babel/plugin-transform-typescript": "^7.27.1"
|
|
2308
|
-
},
|
|
2309
2134
|
"engines": {
|
|
2310
|
-
"node": ">=
|
|
2135
|
+
"node": ">=v14.21.3"
|
|
2311
2136
|
},
|
|
2312
2137
|
"peerDependencies": {
|
|
2313
|
-
"@
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
"version": "7.27.2",
|
|
2318
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
2319
|
-
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
2320
|
-
"license": "MIT",
|
|
2321
|
-
"dependencies": {
|
|
2322
|
-
"@babel/code-frame": "^7.27.1",
|
|
2323
|
-
"@babel/parser": "^7.27.2",
|
|
2324
|
-
"@babel/types": "^7.27.1"
|
|
2325
|
-
},
|
|
2326
|
-
"engines": {
|
|
2327
|
-
"node": ">=6.9.0"
|
|
2328
|
-
}
|
|
2329
|
-
},
|
|
2330
|
-
"node_modules/@babel/traverse": {
|
|
2331
|
-
"version": "7.28.4",
|
|
2332
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz",
|
|
2333
|
-
"integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==",
|
|
2334
|
-
"license": "MIT",
|
|
2335
|
-
"dependencies": {
|
|
2336
|
-
"@babel/code-frame": "^7.27.1",
|
|
2337
|
-
"@babel/generator": "^7.28.3",
|
|
2338
|
-
"@babel/helper-globals": "^7.28.0",
|
|
2339
|
-
"@babel/parser": "^7.28.4",
|
|
2340
|
-
"@babel/template": "^7.27.2",
|
|
2341
|
-
"@babel/types": "^7.28.4",
|
|
2342
|
-
"debug": "^4.3.1"
|
|
2343
|
-
},
|
|
2344
|
-
"engines": {
|
|
2345
|
-
"node": ">=6.9.0"
|
|
2138
|
+
"@types/node": "*",
|
|
2139
|
+
"cosmiconfig": ">=7",
|
|
2140
|
+
"ts-node": ">=10",
|
|
2141
|
+
"typescript": ">=4"
|
|
2346
2142
|
}
|
|
2347
2143
|
},
|
|
2348
|
-
"node_modules/@
|
|
2349
|
-
"version": "
|
|
2350
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2351
|
-
"integrity": "sha512-
|
|
2144
|
+
"node_modules/@commitlint/message": {
|
|
2145
|
+
"version": "17.8.1",
|
|
2146
|
+
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.8.1.tgz",
|
|
2147
|
+
"integrity": "sha512-6bYL1GUQsD6bLhTH3QQty8pVFoETfFQlMn2Nzmz3AOLqRVfNNtXBaSY0dhZ0dM6A2MEq4+2d7L/2LP8TjqGRkA==",
|
|
2148
|
+
"dev": true,
|
|
2352
2149
|
"license": "MIT",
|
|
2353
|
-
"dependencies": {
|
|
2354
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
2355
|
-
"@babel/helper-validator-identifier": "^7.27.1"
|
|
2356
|
-
},
|
|
2357
2150
|
"engines": {
|
|
2358
|
-
"node": ">=
|
|
2151
|
+
"node": ">=v14"
|
|
2359
2152
|
}
|
|
2360
2153
|
},
|
|
2361
|
-
"node_modules/@commitlint/
|
|
2154
|
+
"node_modules/@commitlint/parse": {
|
|
2362
2155
|
"version": "17.8.1",
|
|
2363
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
2364
|
-
"integrity": "sha512
|
|
2156
|
+
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.8.1.tgz",
|
|
2157
|
+
"integrity": "sha512-/wLUickTo0rNpQgWwLPavTm7WbwkZoBy3X8PpkUmlSmQJyWQTj0m6bDjiykMaDt41qcUbfeFfaCvXfiR4EGnfw==",
|
|
2365
2158
|
"dev": true,
|
|
2366
2159
|
"license": "MIT",
|
|
2367
2160
|
"dependencies": {
|
|
2368
|
-
"@commitlint/format": "^17.8.1",
|
|
2369
|
-
"@commitlint/lint": "^17.8.1",
|
|
2370
|
-
"@commitlint/load": "^17.8.1",
|
|
2371
|
-
"@commitlint/read": "^17.8.1",
|
|
2372
2161
|
"@commitlint/types": "^17.8.1",
|
|
2373
|
-
"
|
|
2374
|
-
"
|
|
2375
|
-
"resolve-from": "5.0.0",
|
|
2376
|
-
"resolve-global": "1.0.0",
|
|
2377
|
-
"yargs": "^17.0.0"
|
|
2378
|
-
},
|
|
2379
|
-
"bin": {
|
|
2380
|
-
"commitlint": "cli.js"
|
|
2162
|
+
"conventional-changelog-angular": "^6.0.0",
|
|
2163
|
+
"conventional-commits-parser": "^4.0.0"
|
|
2381
2164
|
},
|
|
2382
2165
|
"engines": {
|
|
2383
2166
|
"node": ">=v14"
|
|
2384
2167
|
}
|
|
2385
2168
|
},
|
|
2386
|
-
"node_modules/@commitlint/
|
|
2169
|
+
"node_modules/@commitlint/read": {
|
|
2387
2170
|
"version": "17.8.1",
|
|
2388
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
2389
|
-
"integrity": "sha512-
|
|
2171
|
+
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.8.1.tgz",
|
|
2172
|
+
"integrity": "sha512-Fd55Oaz9irzBESPCdMd8vWWgxsW3OWR99wOntBDHgf9h7Y6OOHjWEdS9Xzen1GFndqgyoaFplQS5y7KZe0kO2w==",
|
|
2390
2173
|
"dev": true,
|
|
2391
2174
|
"license": "MIT",
|
|
2392
2175
|
"dependencies": {
|
|
2393
|
-
"
|
|
2176
|
+
"@commitlint/top-level": "^17.8.1",
|
|
2177
|
+
"@commitlint/types": "^17.8.1",
|
|
2178
|
+
"fs-extra": "^11.0.0",
|
|
2179
|
+
"git-raw-commits": "^2.0.11",
|
|
2180
|
+
"minimist": "^1.2.6"
|
|
2394
2181
|
},
|
|
2395
2182
|
"engines": {
|
|
2396
2183
|
"node": ">=v14"
|
|
2397
2184
|
}
|
|
2398
2185
|
},
|
|
2399
|
-
"node_modules/@commitlint/
|
|
2186
|
+
"node_modules/@commitlint/resolve-extends": {
|
|
2400
2187
|
"version": "17.8.1",
|
|
2401
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
2402
|
-
"integrity": "sha512-
|
|
2188
|
+
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.8.1.tgz",
|
|
2189
|
+
"integrity": "sha512-W/ryRoQ0TSVXqJrx5SGkaYuAaE/BUontL1j1HsKckvM6e5ZaG0M9126zcwL6peKSuIetJi7E87PRQF8O86EW0Q==",
|
|
2403
2190
|
"dev": true,
|
|
2404
2191
|
"license": "MIT",
|
|
2405
2192
|
"dependencies": {
|
|
2193
|
+
"@commitlint/config-validator": "^17.8.1",
|
|
2406
2194
|
"@commitlint/types": "^17.8.1",
|
|
2407
|
-
"
|
|
2195
|
+
"import-fresh": "^3.0.0",
|
|
2196
|
+
"lodash.mergewith": "^4.6.2",
|
|
2197
|
+
"resolve-from": "^5.0.0",
|
|
2198
|
+
"resolve-global": "^1.0.0"
|
|
2408
2199
|
},
|
|
2409
2200
|
"engines": {
|
|
2410
2201
|
"node": ">=v14"
|
|
2411
2202
|
}
|
|
2412
2203
|
},
|
|
2413
|
-
"node_modules/@commitlint/
|
|
2414
|
-
"version": "8.17.1",
|
|
2415
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
2416
|
-
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
2417
|
-
"dev": true,
|
|
2418
|
-
"license": "MIT",
|
|
2419
|
-
"dependencies": {
|
|
2420
|
-
"fast-deep-equal": "^3.1.3",
|
|
2421
|
-
"fast-uri": "^3.0.1",
|
|
2422
|
-
"json-schema-traverse": "^1.0.0",
|
|
2423
|
-
"require-from-string": "^2.0.2"
|
|
2424
|
-
},
|
|
2425
|
-
"funding": {
|
|
2426
|
-
"type": "github",
|
|
2427
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
2428
|
-
}
|
|
2429
|
-
},
|
|
2430
|
-
"node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
|
|
2431
|
-
"version": "1.0.0",
|
|
2432
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
2433
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
2434
|
-
"dev": true,
|
|
2435
|
-
"license": "MIT"
|
|
2436
|
-
},
|
|
2437
|
-
"node_modules/@commitlint/ensure": {
|
|
2204
|
+
"node_modules/@commitlint/rules": {
|
|
2438
2205
|
"version": "17.8.1",
|
|
2439
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
2440
|
-
"integrity": "sha512-
|
|
2206
|
+
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.8.1.tgz",
|
|
2207
|
+
"integrity": "sha512-2b7OdVbN7MTAt9U0vKOYKCDsOvESVXxQmrvuVUZ0rGFMCrCPJWWP1GJ7f0lAypbDAhaGb8zqtdOr47192LBrIA==",
|
|
2441
2208
|
"dev": true,
|
|
2442
2209
|
"license": "MIT",
|
|
2443
2210
|
"dependencies": {
|
|
2211
|
+
"@commitlint/ensure": "^17.8.1",
|
|
2212
|
+
"@commitlint/message": "^17.8.1",
|
|
2213
|
+
"@commitlint/to-lines": "^17.8.1",
|
|
2444
2214
|
"@commitlint/types": "^17.8.1",
|
|
2445
|
-
"
|
|
2446
|
-
"lodash.kebabcase": "^4.1.1",
|
|
2447
|
-
"lodash.snakecase": "^4.1.1",
|
|
2448
|
-
"lodash.startcase": "^4.4.0",
|
|
2449
|
-
"lodash.upperfirst": "^4.3.1"
|
|
2215
|
+
"execa": "^5.0.0"
|
|
2450
2216
|
},
|
|
2451
2217
|
"engines": {
|
|
2452
2218
|
"node": ">=v14"
|
|
2453
2219
|
}
|
|
2454
2220
|
},
|
|
2455
|
-
"node_modules/@commitlint/
|
|
2221
|
+
"node_modules/@commitlint/to-lines": {
|
|
2456
2222
|
"version": "17.8.1",
|
|
2457
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
2458
|
-
"integrity": "sha512-
|
|
2223
|
+
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-17.8.1.tgz",
|
|
2224
|
+
"integrity": "sha512-LE0jb8CuR/mj6xJyrIk8VLz03OEzXFgLdivBytoooKO5xLt5yalc8Ma5guTWobw998sbR3ogDd+2jed03CFmJA==",
|
|
2459
2225
|
"dev": true,
|
|
2460
2226
|
"license": "MIT",
|
|
2461
2227
|
"engines": {
|
|
2462
2228
|
"node": ">=v14"
|
|
2463
2229
|
}
|
|
2464
2230
|
},
|
|
2465
|
-
"node_modules/@commitlint/
|
|
2231
|
+
"node_modules/@commitlint/top-level": {
|
|
2466
2232
|
"version": "17.8.1",
|
|
2467
|
-
"resolved": "https://registry.npmjs.org/@commitlint/
|
|
2468
|
-
"integrity": "sha512-
|
|
2233
|
+
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-17.8.1.tgz",
|
|
2234
|
+
"integrity": "sha512-l6+Z6rrNf5p333SHfEte6r+WkOxGlWK4bLuZKbtf/2TXRN+qhrvn1XE63VhD8Oe9oIHQ7F7W1nG2k/TJFhx2yA==",
|
|
2469
2235
|
"dev": true,
|
|
2470
2236
|
"license": "MIT",
|
|
2471
2237
|
"dependencies": {
|
|
2472
|
-
"
|
|
2473
|
-
"chalk": "^4.1.0"
|
|
2238
|
+
"find-up": "^5.0.0"
|
|
2474
2239
|
},
|
|
2475
2240
|
"engines": {
|
|
2476
2241
|
"node": ">=v14"
|
|
2477
2242
|
}
|
|
2478
2243
|
},
|
|
2479
|
-
"node_modules/@commitlint/
|
|
2480
|
-
"version": "
|
|
2481
|
-
"resolved": "https://registry.npmjs.org
|
|
2482
|
-
"integrity": "sha512-
|
|
2244
|
+
"node_modules/@commitlint/top-level/node_modules/find-up": {
|
|
2245
|
+
"version": "5.0.0",
|
|
2246
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
2247
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
2483
2248
|
"dev": true,
|
|
2484
2249
|
"license": "MIT",
|
|
2485
2250
|
"dependencies": {
|
|
2486
|
-
"
|
|
2487
|
-
"
|
|
2251
|
+
"locate-path": "^6.0.0",
|
|
2252
|
+
"path-exists": "^4.0.0"
|
|
2488
2253
|
},
|
|
2489
2254
|
"engines": {
|
|
2490
|
-
"node": ">=
|
|
2255
|
+
"node": ">=10"
|
|
2256
|
+
},
|
|
2257
|
+
"funding": {
|
|
2258
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2491
2259
|
}
|
|
2492
2260
|
},
|
|
2493
|
-
"node_modules/@commitlint/
|
|
2261
|
+
"node_modules/@commitlint/top-level/node_modules/locate-path": {
|
|
2494
2262
|
"version": "6.0.0",
|
|
2495
|
-
"resolved": "https://registry.npmjs.org/
|
|
2496
|
-
"integrity": "sha512-
|
|
2263
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
2264
|
+
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
2497
2265
|
"dev": true,
|
|
2498
|
-
"license": "
|
|
2266
|
+
"license": "MIT",
|
|
2499
2267
|
"dependencies": {
|
|
2500
|
-
"
|
|
2268
|
+
"p-locate": "^5.0.0"
|
|
2501
2269
|
},
|
|
2502
2270
|
"engines": {
|
|
2503
2271
|
"node": ">=10"
|
|
2272
|
+
},
|
|
2273
|
+
"funding": {
|
|
2274
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2504
2275
|
}
|
|
2505
2276
|
},
|
|
2506
|
-
"node_modules/@commitlint/
|
|
2507
|
-
"version": "
|
|
2508
|
-
"resolved": "https://registry.npmjs.org/
|
|
2509
|
-
"integrity": "sha512-
|
|
2277
|
+
"node_modules/@commitlint/top-level/node_modules/p-limit": {
|
|
2278
|
+
"version": "3.1.0",
|
|
2279
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
2280
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
2510
2281
|
"dev": true,
|
|
2511
|
-
"license": "
|
|
2282
|
+
"license": "MIT",
|
|
2512
2283
|
"dependencies": {
|
|
2513
|
-
"
|
|
2514
|
-
},
|
|
2515
|
-
"bin": {
|
|
2516
|
-
"semver": "bin/semver.js"
|
|
2284
|
+
"yocto-queue": "^0.1.0"
|
|
2517
2285
|
},
|
|
2518
2286
|
"engines": {
|
|
2519
2287
|
"node": ">=10"
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
"version": "17.8.1",
|
|
2524
|
-
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.8.1.tgz",
|
|
2525
|
-
"integrity": "sha512-aQUlwIR1/VMv2D4GXSk7PfL5hIaFSfy6hSHV94O8Y27T5q+DlDEgd/cZ4KmVI+MWKzFfCTiTuWqjfRSfdRllCA==",
|
|
2526
|
-
"dev": true,
|
|
2527
|
-
"license": "MIT",
|
|
2528
|
-
"dependencies": {
|
|
2529
|
-
"@commitlint/is-ignored": "^17.8.1",
|
|
2530
|
-
"@commitlint/parse": "^17.8.1",
|
|
2531
|
-
"@commitlint/rules": "^17.8.1",
|
|
2532
|
-
"@commitlint/types": "^17.8.1"
|
|
2533
|
-
},
|
|
2534
|
-
"engines": {
|
|
2535
|
-
"node": ">=v14"
|
|
2536
|
-
}
|
|
2537
|
-
},
|
|
2538
|
-
"node_modules/@commitlint/load": {
|
|
2539
|
-
"version": "17.8.1",
|
|
2540
|
-
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.8.1.tgz",
|
|
2541
|
-
"integrity": "sha512-iF4CL7KDFstP1kpVUkT8K2Wl17h2yx9VaR1ztTc8vzByWWcbO/WaKwxsnCOqow9tVAlzPfo1ywk9m2oJ9ucMqA==",
|
|
2542
|
-
"dev": true,
|
|
2543
|
-
"license": "MIT",
|
|
2544
|
-
"dependencies": {
|
|
2545
|
-
"@commitlint/config-validator": "^17.8.1",
|
|
2546
|
-
"@commitlint/execute-rule": "^17.8.1",
|
|
2547
|
-
"@commitlint/resolve-extends": "^17.8.1",
|
|
2548
|
-
"@commitlint/types": "^17.8.1",
|
|
2549
|
-
"@types/node": "20.5.1",
|
|
2550
|
-
"chalk": "^4.1.0",
|
|
2551
|
-
"cosmiconfig": "^8.0.0",
|
|
2552
|
-
"cosmiconfig-typescript-loader": "^4.0.0",
|
|
2553
|
-
"lodash.isplainobject": "^4.0.6",
|
|
2554
|
-
"lodash.merge": "^4.6.2",
|
|
2555
|
-
"lodash.uniq": "^4.5.0",
|
|
2556
|
-
"resolve-from": "^5.0.0",
|
|
2557
|
-
"ts-node": "^10.8.1",
|
|
2558
|
-
"typescript": "^4.6.4 || ^5.2.2"
|
|
2559
|
-
},
|
|
2560
|
-
"engines": {
|
|
2561
|
-
"node": ">=v14"
|
|
2562
|
-
}
|
|
2563
|
-
},
|
|
2564
|
-
"node_modules/@commitlint/load/node_modules/@types/node": {
|
|
2565
|
-
"version": "20.5.1",
|
|
2566
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
|
|
2567
|
-
"integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
|
|
2568
|
-
"dev": true,
|
|
2569
|
-
"license": "MIT",
|
|
2570
|
-
"peer": true
|
|
2571
|
-
},
|
|
2572
|
-
"node_modules/@commitlint/load/node_modules/cosmiconfig-typescript-loader": {
|
|
2573
|
-
"version": "4.4.0",
|
|
2574
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.4.0.tgz",
|
|
2575
|
-
"integrity": "sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==",
|
|
2576
|
-
"dev": true,
|
|
2577
|
-
"license": "MIT",
|
|
2578
|
-
"engines": {
|
|
2579
|
-
"node": ">=v14.21.3"
|
|
2580
|
-
},
|
|
2581
|
-
"peerDependencies": {
|
|
2582
|
-
"@types/node": "*",
|
|
2583
|
-
"cosmiconfig": ">=7",
|
|
2584
|
-
"ts-node": ">=10",
|
|
2585
|
-
"typescript": ">=4"
|
|
2586
|
-
}
|
|
2587
|
-
},
|
|
2588
|
-
"node_modules/@commitlint/message": {
|
|
2589
|
-
"version": "17.8.1",
|
|
2590
|
-
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.8.1.tgz",
|
|
2591
|
-
"integrity": "sha512-6bYL1GUQsD6bLhTH3QQty8pVFoETfFQlMn2Nzmz3AOLqRVfNNtXBaSY0dhZ0dM6A2MEq4+2d7L/2LP8TjqGRkA==",
|
|
2592
|
-
"dev": true,
|
|
2593
|
-
"license": "MIT",
|
|
2594
|
-
"engines": {
|
|
2595
|
-
"node": ">=v14"
|
|
2596
|
-
}
|
|
2597
|
-
},
|
|
2598
|
-
"node_modules/@commitlint/parse": {
|
|
2599
|
-
"version": "17.8.1",
|
|
2600
|
-
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.8.1.tgz",
|
|
2601
|
-
"integrity": "sha512-/wLUickTo0rNpQgWwLPavTm7WbwkZoBy3X8PpkUmlSmQJyWQTj0m6bDjiykMaDt41qcUbfeFfaCvXfiR4EGnfw==",
|
|
2602
|
-
"dev": true,
|
|
2603
|
-
"license": "MIT",
|
|
2604
|
-
"dependencies": {
|
|
2605
|
-
"@commitlint/types": "^17.8.1",
|
|
2606
|
-
"conventional-changelog-angular": "^6.0.0",
|
|
2607
|
-
"conventional-commits-parser": "^4.0.0"
|
|
2608
|
-
},
|
|
2609
|
-
"engines": {
|
|
2610
|
-
"node": ">=v14"
|
|
2611
|
-
}
|
|
2612
|
-
},
|
|
2613
|
-
"node_modules/@commitlint/read": {
|
|
2614
|
-
"version": "17.8.1",
|
|
2615
|
-
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.8.1.tgz",
|
|
2616
|
-
"integrity": "sha512-Fd55Oaz9irzBESPCdMd8vWWgxsW3OWR99wOntBDHgf9h7Y6OOHjWEdS9Xzen1GFndqgyoaFplQS5y7KZe0kO2w==",
|
|
2617
|
-
"dev": true,
|
|
2618
|
-
"license": "MIT",
|
|
2619
|
-
"dependencies": {
|
|
2620
|
-
"@commitlint/top-level": "^17.8.1",
|
|
2621
|
-
"@commitlint/types": "^17.8.1",
|
|
2622
|
-
"fs-extra": "^11.0.0",
|
|
2623
|
-
"git-raw-commits": "^2.0.11",
|
|
2624
|
-
"minimist": "^1.2.6"
|
|
2625
|
-
},
|
|
2626
|
-
"engines": {
|
|
2627
|
-
"node": ">=v14"
|
|
2628
|
-
}
|
|
2629
|
-
},
|
|
2630
|
-
"node_modules/@commitlint/resolve-extends": {
|
|
2631
|
-
"version": "17.8.1",
|
|
2632
|
-
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.8.1.tgz",
|
|
2633
|
-
"integrity": "sha512-W/ryRoQ0TSVXqJrx5SGkaYuAaE/BUontL1j1HsKckvM6e5ZaG0M9126zcwL6peKSuIetJi7E87PRQF8O86EW0Q==",
|
|
2634
|
-
"dev": true,
|
|
2635
|
-
"license": "MIT",
|
|
2636
|
-
"dependencies": {
|
|
2637
|
-
"@commitlint/config-validator": "^17.8.1",
|
|
2638
|
-
"@commitlint/types": "^17.8.1",
|
|
2639
|
-
"import-fresh": "^3.0.0",
|
|
2640
|
-
"lodash.mergewith": "^4.6.2",
|
|
2641
|
-
"resolve-from": "^5.0.0",
|
|
2642
|
-
"resolve-global": "^1.0.0"
|
|
2643
|
-
},
|
|
2644
|
-
"engines": {
|
|
2645
|
-
"node": ">=v14"
|
|
2646
|
-
}
|
|
2647
|
-
},
|
|
2648
|
-
"node_modules/@commitlint/rules": {
|
|
2649
|
-
"version": "17.8.1",
|
|
2650
|
-
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.8.1.tgz",
|
|
2651
|
-
"integrity": "sha512-2b7OdVbN7MTAt9U0vKOYKCDsOvESVXxQmrvuVUZ0rGFMCrCPJWWP1GJ7f0lAypbDAhaGb8zqtdOr47192LBrIA==",
|
|
2652
|
-
"dev": true,
|
|
2653
|
-
"license": "MIT",
|
|
2654
|
-
"dependencies": {
|
|
2655
|
-
"@commitlint/ensure": "^17.8.1",
|
|
2656
|
-
"@commitlint/message": "^17.8.1",
|
|
2657
|
-
"@commitlint/to-lines": "^17.8.1",
|
|
2658
|
-
"@commitlint/types": "^17.8.1",
|
|
2659
|
-
"execa": "^5.0.0"
|
|
2660
|
-
},
|
|
2661
|
-
"engines": {
|
|
2662
|
-
"node": ">=v14"
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
|
-
"node_modules/@commitlint/to-lines": {
|
|
2666
|
-
"version": "17.8.1",
|
|
2667
|
-
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-17.8.1.tgz",
|
|
2668
|
-
"integrity": "sha512-LE0jb8CuR/mj6xJyrIk8VLz03OEzXFgLdivBytoooKO5xLt5yalc8Ma5guTWobw998sbR3ogDd+2jed03CFmJA==",
|
|
2669
|
-
"dev": true,
|
|
2670
|
-
"license": "MIT",
|
|
2671
|
-
"engines": {
|
|
2672
|
-
"node": ">=v14"
|
|
2673
|
-
}
|
|
2674
|
-
},
|
|
2675
|
-
"node_modules/@commitlint/top-level": {
|
|
2676
|
-
"version": "17.8.1",
|
|
2677
|
-
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-17.8.1.tgz",
|
|
2678
|
-
"integrity": "sha512-l6+Z6rrNf5p333SHfEte6r+WkOxGlWK4bLuZKbtf/2TXRN+qhrvn1XE63VhD8Oe9oIHQ7F7W1nG2k/TJFhx2yA==",
|
|
2679
|
-
"dev": true,
|
|
2680
|
-
"license": "MIT",
|
|
2681
|
-
"dependencies": {
|
|
2682
|
-
"find-up": "^5.0.0"
|
|
2683
|
-
},
|
|
2684
|
-
"engines": {
|
|
2685
|
-
"node": ">=v14"
|
|
2686
|
-
}
|
|
2687
|
-
},
|
|
2688
|
-
"node_modules/@commitlint/top-level/node_modules/find-up": {
|
|
2689
|
-
"version": "5.0.0",
|
|
2690
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
2691
|
-
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
2692
|
-
"dev": true,
|
|
2693
|
-
"license": "MIT",
|
|
2694
|
-
"dependencies": {
|
|
2695
|
-
"locate-path": "^6.0.0",
|
|
2696
|
-
"path-exists": "^4.0.0"
|
|
2697
|
-
},
|
|
2698
|
-
"engines": {
|
|
2699
|
-
"node": ">=10"
|
|
2700
|
-
},
|
|
2701
|
-
"funding": {
|
|
2702
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2703
|
-
}
|
|
2704
|
-
},
|
|
2705
|
-
"node_modules/@commitlint/top-level/node_modules/locate-path": {
|
|
2706
|
-
"version": "6.0.0",
|
|
2707
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
2708
|
-
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
2709
|
-
"dev": true,
|
|
2710
|
-
"license": "MIT",
|
|
2711
|
-
"dependencies": {
|
|
2712
|
-
"p-locate": "^5.0.0"
|
|
2713
|
-
},
|
|
2714
|
-
"engines": {
|
|
2715
|
-
"node": ">=10"
|
|
2716
|
-
},
|
|
2717
|
-
"funding": {
|
|
2718
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2719
|
-
}
|
|
2720
|
-
},
|
|
2721
|
-
"node_modules/@commitlint/top-level/node_modules/p-limit": {
|
|
2722
|
-
"version": "3.1.0",
|
|
2723
|
-
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
2724
|
-
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
2725
|
-
"dev": true,
|
|
2726
|
-
"license": "MIT",
|
|
2727
|
-
"dependencies": {
|
|
2728
|
-
"yocto-queue": "^0.1.0"
|
|
2729
|
-
},
|
|
2730
|
-
"engines": {
|
|
2731
|
-
"node": ">=10"
|
|
2732
|
-
},
|
|
2733
|
-
"funding": {
|
|
2734
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2288
|
+
},
|
|
2289
|
+
"funding": {
|
|
2290
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2735
2291
|
}
|
|
2736
2292
|
},
|
|
2737
2293
|
"node_modules/@commitlint/top-level/node_modules/p-locate": {
|
|
@@ -4656,141 +4212,455 @@
|
|
|
4656
4212
|
}
|
|
4657
4213
|
},
|
|
4658
4214
|
"node_modules/@lwc/aria-reflection": {
|
|
4659
|
-
"version": "8.
|
|
4660
|
-
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.
|
|
4661
|
-
"integrity": "sha512-
|
|
4215
|
+
"version": "8.24.0",
|
|
4216
|
+
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.24.0.tgz",
|
|
4217
|
+
"integrity": "sha512-X6wYl0omMVsElJTpi+8ntyCaOfoRjtVF27K3SnaGaNkntIby/Suz/XKJN1KKgD+hAyQtWzxEsrAbdCYani2ROQ==",
|
|
4662
4218
|
"license": "MIT"
|
|
4663
4219
|
},
|
|
4664
4220
|
"node_modules/@lwc/babel-plugin-component": {
|
|
4665
|
-
"version": "8.
|
|
4666
|
-
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.
|
|
4667
|
-
"integrity": "sha512-
|
|
4221
|
+
"version": "8.24.0",
|
|
4222
|
+
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.24.0.tgz",
|
|
4223
|
+
"integrity": "sha512-WaJjoLzNqrhVUHudxv+O04OU5GRNVDfYb1s6fKDYV2VdCHRyl6LQ4v2zZmoeMbahg/S0AO4fyGWxAZS2D7Zuyw==",
|
|
4668
4224
|
"license": "MIT",
|
|
4669
4225
|
"dependencies": {
|
|
4670
4226
|
"@babel/helper-module-imports": "7.27.1",
|
|
4671
|
-
"@lwc/errors": "8.
|
|
4672
|
-
"@lwc/shared": "8.
|
|
4227
|
+
"@lwc/errors": "8.24.0",
|
|
4228
|
+
"@lwc/shared": "8.24.0",
|
|
4673
4229
|
"line-column": "~1.0.2"
|
|
4674
4230
|
},
|
|
4675
4231
|
"peerDependencies": {
|
|
4676
4232
|
"@babel/core": "^7"
|
|
4677
4233
|
}
|
|
4678
4234
|
},
|
|
4679
|
-
"node_modules/@lwc/compiler": {
|
|
4680
|
-
"version": "8.
|
|
4681
|
-
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.
|
|
4682
|
-
"integrity": "sha512-
|
|
4235
|
+
"node_modules/@lwc/compiler": {
|
|
4236
|
+
"version": "8.24.0",
|
|
4237
|
+
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.24.0.tgz",
|
|
4238
|
+
"integrity": "sha512-4WlQx1b7V0HlwQY3dLJ7XNdlLPRP8AQlNsfkgkbHGi1YtLx7acFr2ttGHBimsHc4uBHdqdguQ3IQD54agfj+CQ==",
|
|
4239
|
+
"license": "MIT",
|
|
4240
|
+
"peer": true,
|
|
4241
|
+
"dependencies": {
|
|
4242
|
+
"@babel/core": "7.28.5",
|
|
4243
|
+
"@babel/plugin-transform-async-generator-functions": "7.28.0",
|
|
4244
|
+
"@babel/plugin-transform-async-to-generator": "7.27.1",
|
|
4245
|
+
"@babel/plugin-transform-class-properties": "7.27.1",
|
|
4246
|
+
"@babel/plugin-transform-object-rest-spread": "7.28.4",
|
|
4247
|
+
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
4248
|
+
"@lwc/babel-plugin-component": "8.24.0",
|
|
4249
|
+
"@lwc/errors": "8.24.0",
|
|
4250
|
+
"@lwc/shared": "8.24.0",
|
|
4251
|
+
"@lwc/ssr-compiler": "8.24.0",
|
|
4252
|
+
"@lwc/style-compiler": "8.24.0",
|
|
4253
|
+
"@lwc/template-compiler": "8.24.0"
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
4256
|
+
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
4257
|
+
"version": "13.2.19",
|
|
4258
|
+
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.19.tgz",
|
|
4259
|
+
"integrity": "sha512-bjkbqWplGaTlMqayh+m/UEJfi5ra3KbcuXNniCAALDV40xQPqhr2u1fj5j3G69ecAoILMMnIVPC6lWNsdRuWpw==",
|
|
4260
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4261
|
+
"dependencies": {
|
|
4262
|
+
"magic-string": "~0.30.21"
|
|
4263
|
+
},
|
|
4264
|
+
"peerDependencies": {
|
|
4265
|
+
"@lwc/compiler": ">=8",
|
|
4266
|
+
"@lwc/errors": ">=8"
|
|
4267
|
+
}
|
|
4268
|
+
},
|
|
4269
|
+
"node_modules/@lwc/engine-core": {
|
|
4270
|
+
"version": "8.24.0",
|
|
4271
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.24.0.tgz",
|
|
4272
|
+
"integrity": "sha512-XYMx7wmVY84g7mWzEUUo/26gN3x6/H91Naaul5jKbFJXHrf1YQTF794S+5YPI82GlZYFiDNMYKqi3FXAqvyUpQ==",
|
|
4273
|
+
"license": "MIT",
|
|
4274
|
+
"dependencies": {
|
|
4275
|
+
"@lwc/features": "8.24.0",
|
|
4276
|
+
"@lwc/shared": "8.24.0",
|
|
4277
|
+
"@lwc/signals": "8.24.0"
|
|
4278
|
+
}
|
|
4279
|
+
},
|
|
4280
|
+
"node_modules/@lwc/engine-dom": {
|
|
4281
|
+
"version": "8.24.0",
|
|
4282
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.24.0.tgz",
|
|
4283
|
+
"integrity": "sha512-H0MeTt1DEYKY98m2ZblpSazuhZzKxxChi/iM/4n4fFWtBF87AAoQtGt1fFnEPCq9D9lGmVF28YQdBjL7NNw6nQ==",
|
|
4284
|
+
"license": "MIT",
|
|
4285
|
+
"peer": true
|
|
4286
|
+
},
|
|
4287
|
+
"node_modules/@lwc/engine-server": {
|
|
4288
|
+
"version": "8.24.0",
|
|
4289
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.24.0.tgz",
|
|
4290
|
+
"integrity": "sha512-FTgKGYj1pXtiUgXyi+m5BQCe4IMVAp8eF2sRY+NGV0INrmpKfVQaFd5aakGNl27EGEnr/kWUZrY+/dbtwErIdQ==",
|
|
4291
|
+
"license": "MIT"
|
|
4292
|
+
},
|
|
4293
|
+
"node_modules/@lwc/errors": {
|
|
4294
|
+
"version": "8.24.0",
|
|
4295
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.24.0.tgz",
|
|
4296
|
+
"integrity": "sha512-shYEI9wjVXjKNRXAMAXHMZ23jvMuJIIkctwpkzFx09PcueflwXu9NfNsUlgK8662cOvnvlpAuYvcT+G0k1/wrw==",
|
|
4297
|
+
"license": "MIT",
|
|
4298
|
+
"peer": true
|
|
4299
|
+
},
|
|
4300
|
+
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
4301
|
+
"version": "3.3.0",
|
|
4302
|
+
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.3.0.tgz",
|
|
4303
|
+
"integrity": "sha512-qTcRGGTdBAfuPlJTL2sTk65skQHqnthz8TRx/1IasFZb+aljSn+CamnaPyzq8s2xAzQsS+NZJQoWlrZjyzzCzw==",
|
|
4304
|
+
"license": "MIT",
|
|
4305
|
+
"dependencies": {
|
|
4306
|
+
"fast-xml-parser": "^4.5.1",
|
|
4307
|
+
"globals": "~15.14.0",
|
|
4308
|
+
"minimatch": "~9.0.4"
|
|
4309
|
+
},
|
|
4310
|
+
"engines": {
|
|
4311
|
+
"node": ">=10.0.0"
|
|
4312
|
+
},
|
|
4313
|
+
"peerDependencies": {
|
|
4314
|
+
"@babel/eslint-parser": "^7",
|
|
4315
|
+
"eslint": "^9"
|
|
4316
|
+
}
|
|
4317
|
+
},
|
|
4318
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform": {
|
|
4319
|
+
"version": "6.3.0",
|
|
4320
|
+
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-6.3.0.tgz",
|
|
4321
|
+
"integrity": "sha512-wlLiHeYureubt/JDhPllXbQcjJu58NMpiSkZMF6KRCBtZzHs4m6cxwpXJ1iy6d638/66O1B79FL3ZTC7v1hDxg==",
|
|
4322
|
+
"license": "MIT",
|
|
4323
|
+
"dependencies": {
|
|
4324
|
+
"minimatch": "~5.1.1"
|
|
4325
|
+
},
|
|
4326
|
+
"engines": {
|
|
4327
|
+
"node": ">=20"
|
|
4328
|
+
},
|
|
4329
|
+
"peerDependencies": {
|
|
4330
|
+
"@babel/eslint-parser": "^7",
|
|
4331
|
+
"eslint": "^9"
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4334
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint-community/eslint-utils": {
|
|
4335
|
+
"version": "4.9.0",
|
|
4336
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
4337
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
4338
|
+
"license": "MIT",
|
|
4339
|
+
"dependencies": {
|
|
4340
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
4341
|
+
},
|
|
4342
|
+
"engines": {
|
|
4343
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4344
|
+
},
|
|
4345
|
+
"funding": {
|
|
4346
|
+
"url": "https://opencollective.com/eslint"
|
|
4347
|
+
},
|
|
4348
|
+
"peerDependencies": {
|
|
4349
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
4350
|
+
}
|
|
4351
|
+
},
|
|
4352
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
4353
|
+
"version": "3.4.3",
|
|
4354
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
4355
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
4356
|
+
"license": "Apache-2.0",
|
|
4357
|
+
"engines": {
|
|
4358
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4359
|
+
},
|
|
4360
|
+
"funding": {
|
|
4361
|
+
"url": "https://opencollective.com/eslint"
|
|
4362
|
+
}
|
|
4363
|
+
},
|
|
4364
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/core": {
|
|
4365
|
+
"version": "0.16.0",
|
|
4366
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
4367
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
4368
|
+
"license": "Apache-2.0",
|
|
4369
|
+
"dependencies": {
|
|
4370
|
+
"@types/json-schema": "^7.0.15"
|
|
4371
|
+
},
|
|
4372
|
+
"engines": {
|
|
4373
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4374
|
+
}
|
|
4375
|
+
},
|
|
4376
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/eslintrc": {
|
|
4377
|
+
"version": "3.3.1",
|
|
4378
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
4379
|
+
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
4380
|
+
"license": "MIT",
|
|
4381
|
+
"dependencies": {
|
|
4382
|
+
"ajv": "^6.12.4",
|
|
4383
|
+
"debug": "^4.3.2",
|
|
4384
|
+
"espree": "^10.0.1",
|
|
4385
|
+
"globals": "^14.0.0",
|
|
4386
|
+
"ignore": "^5.2.0",
|
|
4387
|
+
"import-fresh": "^3.2.1",
|
|
4388
|
+
"js-yaml": "^4.1.0",
|
|
4389
|
+
"minimatch": "^3.1.2",
|
|
4390
|
+
"strip-json-comments": "^3.1.1"
|
|
4391
|
+
},
|
|
4392
|
+
"engines": {
|
|
4393
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4394
|
+
},
|
|
4395
|
+
"funding": {
|
|
4396
|
+
"url": "https://opencollective.com/eslint"
|
|
4397
|
+
}
|
|
4398
|
+
},
|
|
4399
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
4400
|
+
"version": "1.1.11",
|
|
4401
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
4402
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
4403
|
+
"license": "MIT",
|
|
4404
|
+
"dependencies": {
|
|
4405
|
+
"balanced-match": "^1.0.0",
|
|
4406
|
+
"concat-map": "0.0.1"
|
|
4407
|
+
}
|
|
4408
|
+
},
|
|
4409
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
4410
|
+
"version": "3.1.2",
|
|
4411
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
4412
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
4413
|
+
"license": "ISC",
|
|
4414
|
+
"dependencies": {
|
|
4415
|
+
"brace-expansion": "^1.1.7"
|
|
4416
|
+
},
|
|
4417
|
+
"engines": {
|
|
4418
|
+
"node": "*"
|
|
4419
|
+
}
|
|
4420
|
+
},
|
|
4421
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/js": {
|
|
4422
|
+
"version": "9.38.0",
|
|
4423
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
4424
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
4425
|
+
"license": "MIT",
|
|
4426
|
+
"engines": {
|
|
4427
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4428
|
+
},
|
|
4429
|
+
"funding": {
|
|
4430
|
+
"url": "https://eslint.org/donate"
|
|
4431
|
+
}
|
|
4432
|
+
},
|
|
4433
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint": {
|
|
4434
|
+
"version": "9.38.0",
|
|
4435
|
+
"license": "MIT",
|
|
4436
|
+
"peer": true,
|
|
4437
|
+
"dependencies": {
|
|
4438
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4439
|
+
"@eslint-community/regexpp": "^4.12.1",
|
|
4440
|
+
"@eslint/config-array": "^0.21.1",
|
|
4441
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
4442
|
+
"@eslint/core": "^0.16.0",
|
|
4443
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
4444
|
+
"@eslint/js": "9.38.0",
|
|
4445
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
4446
|
+
"@humanfs/node": "^0.16.6",
|
|
4447
|
+
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4448
|
+
"@humanwhocodes/retry": "^0.4.2",
|
|
4449
|
+
"@types/estree": "^1.0.6",
|
|
4450
|
+
"ajv": "^6.12.4",
|
|
4451
|
+
"chalk": "^4.0.0",
|
|
4452
|
+
"cross-spawn": "^7.0.6",
|
|
4453
|
+
"debug": "^4.3.2",
|
|
4454
|
+
"escape-string-regexp": "^4.0.0",
|
|
4455
|
+
"eslint-scope": "^8.4.0",
|
|
4456
|
+
"eslint-visitor-keys": "^4.2.1",
|
|
4457
|
+
"espree": "^10.4.0",
|
|
4458
|
+
"esquery": "^1.5.0",
|
|
4459
|
+
"esutils": "^2.0.2",
|
|
4460
|
+
"fast-deep-equal": "^3.1.3",
|
|
4461
|
+
"file-entry-cache": "^8.0.0",
|
|
4462
|
+
"find-up": "^5.0.0",
|
|
4463
|
+
"glob-parent": "^6.0.2",
|
|
4464
|
+
"ignore": "^5.2.0",
|
|
4465
|
+
"imurmurhash": "^0.1.4",
|
|
4466
|
+
"is-glob": "^4.0.0",
|
|
4467
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
4468
|
+
"lodash.merge": "^4.6.2",
|
|
4469
|
+
"minimatch": "^3.1.2",
|
|
4470
|
+
"natural-compare": "^1.4.0",
|
|
4471
|
+
"optionator": "^0.9.3"
|
|
4472
|
+
},
|
|
4473
|
+
"bin": {
|
|
4474
|
+
"eslint": "bin/eslint.js"
|
|
4475
|
+
},
|
|
4476
|
+
"engines": {
|
|
4477
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4478
|
+
},
|
|
4479
|
+
"funding": {
|
|
4480
|
+
"url": "https://eslint.org/donate"
|
|
4481
|
+
},
|
|
4482
|
+
"peerDependencies": {
|
|
4483
|
+
"jiti": "*"
|
|
4484
|
+
},
|
|
4485
|
+
"peerDependenciesMeta": {
|
|
4486
|
+
"jiti": {
|
|
4487
|
+
"optional": true
|
|
4488
|
+
}
|
|
4489
|
+
}
|
|
4490
|
+
},
|
|
4491
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint-scope": {
|
|
4492
|
+
"version": "8.4.0",
|
|
4493
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
4494
|
+
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
4495
|
+
"license": "BSD-2-Clause",
|
|
4496
|
+
"dependencies": {
|
|
4497
|
+
"esrecurse": "^4.3.0",
|
|
4498
|
+
"estraverse": "^5.2.0"
|
|
4499
|
+
},
|
|
4500
|
+
"engines": {
|
|
4501
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4502
|
+
},
|
|
4503
|
+
"funding": {
|
|
4504
|
+
"url": "https://opencollective.com/eslint"
|
|
4505
|
+
}
|
|
4506
|
+
},
|
|
4507
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint-visitor-keys": {
|
|
4508
|
+
"version": "4.2.1",
|
|
4509
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
4510
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
4511
|
+
"license": "Apache-2.0",
|
|
4512
|
+
"engines": {
|
|
4513
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4514
|
+
},
|
|
4515
|
+
"funding": {
|
|
4516
|
+
"url": "https://opencollective.com/eslint"
|
|
4517
|
+
}
|
|
4518
|
+
},
|
|
4519
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint/node_modules/brace-expansion": {
|
|
4520
|
+
"version": "1.1.11",
|
|
4521
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
4522
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
4523
|
+
"license": "MIT",
|
|
4524
|
+
"dependencies": {
|
|
4525
|
+
"balanced-match": "^1.0.0",
|
|
4526
|
+
"concat-map": "0.0.1"
|
|
4527
|
+
}
|
|
4528
|
+
},
|
|
4529
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint/node_modules/minimatch": {
|
|
4530
|
+
"version": "3.1.2",
|
|
4531
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
4532
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
4533
|
+
"license": "ISC",
|
|
4534
|
+
"dependencies": {
|
|
4535
|
+
"brace-expansion": "^1.1.7"
|
|
4536
|
+
},
|
|
4537
|
+
"engines": {
|
|
4538
|
+
"node": "*"
|
|
4539
|
+
}
|
|
4540
|
+
},
|
|
4541
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/file-entry-cache": {
|
|
4542
|
+
"version": "8.0.0",
|
|
4543
|
+
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
4544
|
+
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
4545
|
+
"license": "MIT",
|
|
4546
|
+
"dependencies": {
|
|
4547
|
+
"flat-cache": "^4.0.0"
|
|
4548
|
+
},
|
|
4549
|
+
"engines": {
|
|
4550
|
+
"node": ">=16.0.0"
|
|
4551
|
+
}
|
|
4552
|
+
},
|
|
4553
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/find-up": {
|
|
4554
|
+
"version": "5.0.0",
|
|
4555
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
4556
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
4557
|
+
"license": "MIT",
|
|
4558
|
+
"dependencies": {
|
|
4559
|
+
"locate-path": "^6.0.0",
|
|
4560
|
+
"path-exists": "^4.0.0"
|
|
4561
|
+
},
|
|
4562
|
+
"engines": {
|
|
4563
|
+
"node": ">=10"
|
|
4564
|
+
},
|
|
4565
|
+
"funding": {
|
|
4566
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4567
|
+
}
|
|
4568
|
+
},
|
|
4569
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/flat-cache": {
|
|
4570
|
+
"version": "4.0.1",
|
|
4571
|
+
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
4572
|
+
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
4683
4573
|
"license": "MIT",
|
|
4684
|
-
"peer": true,
|
|
4685
4574
|
"dependencies": {
|
|
4686
|
-
"
|
|
4687
|
-
"
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
"
|
|
4691
|
-
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
4692
|
-
"@lwc/babel-plugin-component": "8.23.0",
|
|
4693
|
-
"@lwc/errors": "8.23.0",
|
|
4694
|
-
"@lwc/shared": "8.23.0",
|
|
4695
|
-
"@lwc/ssr-compiler": "8.23.0",
|
|
4696
|
-
"@lwc/style-compiler": "8.23.0",
|
|
4697
|
-
"@lwc/template-compiler": "8.23.0"
|
|
4575
|
+
"flatted": "^3.2.9",
|
|
4576
|
+
"keyv": "^4.5.4"
|
|
4577
|
+
},
|
|
4578
|
+
"engines": {
|
|
4579
|
+
"node": ">=16"
|
|
4698
4580
|
}
|
|
4699
4581
|
},
|
|
4700
|
-
"node_modules/@lwc/
|
|
4701
|
-
"version": "
|
|
4702
|
-
"resolved": "https://registry.npmjs.org
|
|
4703
|
-
"integrity": "sha512-
|
|
4704
|
-
"license": "
|
|
4582
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/glob-parent": {
|
|
4583
|
+
"version": "6.0.2",
|
|
4584
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
4585
|
+
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
4586
|
+
"license": "ISC",
|
|
4705
4587
|
"dependencies": {
|
|
4706
|
-
"
|
|
4588
|
+
"is-glob": "^4.0.3"
|
|
4707
4589
|
},
|
|
4708
|
-
"
|
|
4709
|
-
"
|
|
4710
|
-
"@lwc/errors": ">=8"
|
|
4590
|
+
"engines": {
|
|
4591
|
+
"node": ">=10.13.0"
|
|
4711
4592
|
}
|
|
4712
4593
|
},
|
|
4713
|
-
"node_modules/@lwc/
|
|
4714
|
-
"version": "
|
|
4715
|
-
"resolved": "https://registry.npmjs.org
|
|
4716
|
-
"integrity": "sha512-
|
|
4717
|
-
"license": "MIT"
|
|
4718
|
-
},
|
|
4719
|
-
"node_modules/@lwc/dev-server-plugin-lex/node_modules/magic-string": {
|
|
4720
|
-
"version": "0.30.21",
|
|
4721
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
4722
|
-
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
4594
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/globals": {
|
|
4595
|
+
"version": "14.0.0",
|
|
4596
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
4597
|
+
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
4723
4598
|
"license": "MIT",
|
|
4724
|
-
"
|
|
4725
|
-
"
|
|
4599
|
+
"engines": {
|
|
4600
|
+
"node": ">=18"
|
|
4601
|
+
},
|
|
4602
|
+
"funding": {
|
|
4603
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4726
4604
|
}
|
|
4727
4605
|
},
|
|
4728
|
-
"node_modules/@lwc/
|
|
4729
|
-
"version": "
|
|
4730
|
-
"resolved": "https://registry.npmjs.org
|
|
4731
|
-
"integrity": "sha512-
|
|
4606
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/locate-path": {
|
|
4607
|
+
"version": "6.0.0",
|
|
4608
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
4609
|
+
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
4732
4610
|
"license": "MIT",
|
|
4733
4611
|
"dependencies": {
|
|
4734
|
-
"
|
|
4735
|
-
|
|
4736
|
-
|
|
4612
|
+
"p-locate": "^5.0.0"
|
|
4613
|
+
},
|
|
4614
|
+
"engines": {
|
|
4615
|
+
"node": ">=10"
|
|
4616
|
+
},
|
|
4617
|
+
"funding": {
|
|
4618
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4737
4619
|
}
|
|
4738
4620
|
},
|
|
4739
|
-
"node_modules/@lwc/
|
|
4740
|
-
"version": "
|
|
4741
|
-
"resolved": "https://registry.npmjs.org
|
|
4742
|
-
"integrity": "sha512-
|
|
4743
|
-
"license": "
|
|
4744
|
-
"
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
"
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
"license": "MIT"
|
|
4751
|
-
},
|
|
4752
|
-
"node_modules/@lwc/errors": {
|
|
4753
|
-
"version": "8.23.0",
|
|
4754
|
-
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.23.0.tgz",
|
|
4755
|
-
"integrity": "sha512-cqziHl/aDg0pgAIm9HhNz2OrR0t08vML7+FNrqgrnaSwLgYCYp2WPNmvMjD5ZRy/bIBESwA/dCWf9Cs7Vo/ZGw==",
|
|
4756
|
-
"license": "MIT",
|
|
4757
|
-
"peer": true
|
|
4621
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/minimatch": {
|
|
4622
|
+
"version": "5.1.6",
|
|
4623
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
4624
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
4625
|
+
"license": "ISC",
|
|
4626
|
+
"dependencies": {
|
|
4627
|
+
"brace-expansion": "^2.0.1"
|
|
4628
|
+
},
|
|
4629
|
+
"engines": {
|
|
4630
|
+
"node": ">=10"
|
|
4631
|
+
}
|
|
4758
4632
|
},
|
|
4759
|
-
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
4760
|
-
"version": "3.
|
|
4761
|
-
"resolved": "https://registry.npmjs.org
|
|
4762
|
-
"integrity": "sha512-
|
|
4633
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/p-limit": {
|
|
4634
|
+
"version": "3.1.0",
|
|
4635
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
4636
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
4763
4637
|
"license": "MIT",
|
|
4764
4638
|
"dependencies": {
|
|
4765
|
-
"
|
|
4766
|
-
"globals": "~15.14.0",
|
|
4767
|
-
"minimatch": "~9.0.4"
|
|
4639
|
+
"yocto-queue": "^0.1.0"
|
|
4768
4640
|
},
|
|
4769
4641
|
"engines": {
|
|
4770
|
-
"node": ">=10
|
|
4642
|
+
"node": ">=10"
|
|
4771
4643
|
},
|
|
4772
|
-
"
|
|
4773
|
-
"
|
|
4774
|
-
"eslint": "^9"
|
|
4644
|
+
"funding": {
|
|
4645
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4775
4646
|
}
|
|
4776
4647
|
},
|
|
4777
|
-
"node_modules/@lwc/eslint-plugin-lwc-platform": {
|
|
4778
|
-
"version": "
|
|
4779
|
-
"resolved": "https://registry.npmjs.org
|
|
4780
|
-
"integrity": "sha512-
|
|
4648
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/p-locate": {
|
|
4649
|
+
"version": "5.0.0",
|
|
4650
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
4651
|
+
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
4781
4652
|
"license": "MIT",
|
|
4782
4653
|
"dependencies": {
|
|
4783
|
-
"
|
|
4654
|
+
"p-limit": "^3.0.2"
|
|
4784
4655
|
},
|
|
4785
4656
|
"engines": {
|
|
4786
|
-
"node": ">=
|
|
4657
|
+
"node": ">=10"
|
|
4787
4658
|
},
|
|
4788
|
-
"
|
|
4789
|
-
"
|
|
4790
|
-
"eslint": "^9"
|
|
4659
|
+
"funding": {
|
|
4660
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4791
4661
|
}
|
|
4792
4662
|
},
|
|
4793
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4663
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint-community/eslint-utils": {
|
|
4794
4664
|
"version": "4.9.0",
|
|
4795
4665
|
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
4796
4666
|
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
@@ -4808,7 +4678,7 @@
|
|
|
4808
4678
|
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
4809
4679
|
}
|
|
4810
4680
|
},
|
|
4811
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4681
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
4812
4682
|
"version": "3.4.3",
|
|
4813
4683
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
4814
4684
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
@@ -4820,7 +4690,7 @@
|
|
|
4820
4690
|
"url": "https://opencollective.com/eslint"
|
|
4821
4691
|
}
|
|
4822
4692
|
},
|
|
4823
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4693
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/core": {
|
|
4824
4694
|
"version": "0.16.0",
|
|
4825
4695
|
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
4826
4696
|
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
@@ -4832,7 +4702,7 @@
|
|
|
4832
4702
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4833
4703
|
}
|
|
4834
4704
|
},
|
|
4835
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4705
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc": {
|
|
4836
4706
|
"version": "3.3.1",
|
|
4837
4707
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
4838
4708
|
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
@@ -4855,7 +4725,7 @@
|
|
|
4855
4725
|
"url": "https://opencollective.com/eslint"
|
|
4856
4726
|
}
|
|
4857
4727
|
},
|
|
4858
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4728
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
4859
4729
|
"version": "1.1.11",
|
|
4860
4730
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
4861
4731
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
@@ -4865,7 +4735,19 @@
|
|
|
4865
4735
|
"concat-map": "0.0.1"
|
|
4866
4736
|
}
|
|
4867
4737
|
},
|
|
4868
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4738
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
4739
|
+
"version": "14.0.0",
|
|
4740
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
4741
|
+
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
4742
|
+
"license": "MIT",
|
|
4743
|
+
"engines": {
|
|
4744
|
+
"node": ">=18"
|
|
4745
|
+
},
|
|
4746
|
+
"funding": {
|
|
4747
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4748
|
+
}
|
|
4749
|
+
},
|
|
4750
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
4869
4751
|
"version": "3.1.2",
|
|
4870
4752
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
4871
4753
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
@@ -4877,7 +4759,7 @@
|
|
|
4877
4759
|
"node": "*"
|
|
4878
4760
|
}
|
|
4879
4761
|
},
|
|
4880
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4762
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/js": {
|
|
4881
4763
|
"version": "9.38.0",
|
|
4882
4764
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
4883
4765
|
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
@@ -4889,7 +4771,7 @@
|
|
|
4889
4771
|
"url": "https://eslint.org/donate"
|
|
4890
4772
|
}
|
|
4891
4773
|
},
|
|
4892
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4774
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint": {
|
|
4893
4775
|
"version": "9.38.0",
|
|
4894
4776
|
"license": "MIT",
|
|
4895
4777
|
"peer": true,
|
|
@@ -4947,7 +4829,7 @@
|
|
|
4947
4829
|
}
|
|
4948
4830
|
}
|
|
4949
4831
|
},
|
|
4950
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4832
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint-scope": {
|
|
4951
4833
|
"version": "8.4.0",
|
|
4952
4834
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
4953
4835
|
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
@@ -4963,7 +4845,7 @@
|
|
|
4963
4845
|
"url": "https://opencollective.com/eslint"
|
|
4964
4846
|
}
|
|
4965
4847
|
},
|
|
4966
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4848
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint-visitor-keys": {
|
|
4967
4849
|
"version": "4.2.1",
|
|
4968
4850
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
4969
4851
|
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
@@ -4975,7 +4857,7 @@
|
|
|
4975
4857
|
"url": "https://opencollective.com/eslint"
|
|
4976
4858
|
}
|
|
4977
4859
|
},
|
|
4978
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4860
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint/node_modules/brace-expansion": {
|
|
4979
4861
|
"version": "1.1.11",
|
|
4980
4862
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
4981
4863
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
@@ -4985,7 +4867,7 @@
|
|
|
4985
4867
|
"concat-map": "0.0.1"
|
|
4986
4868
|
}
|
|
4987
4869
|
},
|
|
4988
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4870
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint/node_modules/minimatch": {
|
|
4989
4871
|
"version": "3.1.2",
|
|
4990
4872
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
4991
4873
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
@@ -4997,7 +4879,25 @@
|
|
|
4997
4879
|
"node": "*"
|
|
4998
4880
|
}
|
|
4999
4881
|
},
|
|
5000
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4882
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/fast-xml-parser": {
|
|
4883
|
+
"version": "4.5.3",
|
|
4884
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
|
|
4885
|
+
"integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
|
|
4886
|
+
"funding": [
|
|
4887
|
+
{
|
|
4888
|
+
"type": "github",
|
|
4889
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
4890
|
+
}
|
|
4891
|
+
],
|
|
4892
|
+
"license": "MIT",
|
|
4893
|
+
"dependencies": {
|
|
4894
|
+
"strnum": "^1.1.1"
|
|
4895
|
+
},
|
|
4896
|
+
"bin": {
|
|
4897
|
+
"fxparser": "src/cli/cli.js"
|
|
4898
|
+
}
|
|
4899
|
+
},
|
|
4900
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/file-entry-cache": {
|
|
5001
4901
|
"version": "8.0.0",
|
|
5002
4902
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
5003
4903
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
@@ -5009,7 +4909,7 @@
|
|
|
5009
4909
|
"node": ">=16.0.0"
|
|
5010
4910
|
}
|
|
5011
4911
|
},
|
|
5012
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4912
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/find-up": {
|
|
5013
4913
|
"version": "5.0.0",
|
|
5014
4914
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
5015
4915
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
@@ -5025,7 +4925,7 @@
|
|
|
5025
4925
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5026
4926
|
}
|
|
5027
4927
|
},
|
|
5028
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4928
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/flat-cache": {
|
|
5029
4929
|
"version": "4.0.1",
|
|
5030
4930
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
5031
4931
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
@@ -5038,7 +4938,7 @@
|
|
|
5038
4938
|
"node": ">=16"
|
|
5039
4939
|
}
|
|
5040
4940
|
},
|
|
5041
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4941
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/glob-parent": {
|
|
5042
4942
|
"version": "6.0.2",
|
|
5043
4943
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
5044
4944
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
@@ -5050,10 +4950,10 @@
|
|
|
5050
4950
|
"node": ">=10.13.0"
|
|
5051
4951
|
}
|
|
5052
4952
|
},
|
|
5053
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
5054
|
-
"version": "14.0
|
|
5055
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.
|
|
5056
|
-
"integrity": "sha512-
|
|
4953
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/globals": {
|
|
4954
|
+
"version": "15.14.0",
|
|
4955
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz",
|
|
4956
|
+
"integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==",
|
|
5057
4957
|
"license": "MIT",
|
|
5058
4958
|
"engines": {
|
|
5059
4959
|
"node": ">=18"
|
|
@@ -5062,7 +4962,7 @@
|
|
|
5062
4962
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5063
4963
|
}
|
|
5064
4964
|
},
|
|
5065
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4965
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/locate-path": {
|
|
5066
4966
|
"version": "6.0.0",
|
|
5067
4967
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
5068
4968
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
@@ -5077,19 +4977,22 @@
|
|
|
5077
4977
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5078
4978
|
}
|
|
5079
4979
|
},
|
|
5080
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
5081
|
-
"version": "
|
|
5082
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
5083
|
-
"integrity": "sha512-
|
|
4980
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/minimatch": {
|
|
4981
|
+
"version": "9.0.5",
|
|
4982
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
4983
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
5084
4984
|
"license": "ISC",
|
|
5085
4985
|
"dependencies": {
|
|
5086
4986
|
"brace-expansion": "^2.0.1"
|
|
5087
4987
|
},
|
|
5088
4988
|
"engines": {
|
|
5089
|
-
"node": ">=
|
|
4989
|
+
"node": ">=16 || 14 >=14.17"
|
|
4990
|
+
},
|
|
4991
|
+
"funding": {
|
|
4992
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5090
4993
|
}
|
|
5091
4994
|
},
|
|
5092
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
4995
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/p-limit": {
|
|
5093
4996
|
"version": "3.1.0",
|
|
5094
4997
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
5095
4998
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
@@ -5104,7 +5007,7 @@
|
|
|
5104
5007
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5105
5008
|
}
|
|
5106
5009
|
},
|
|
5107
|
-
"node_modules/@lwc/eslint-plugin-lwc
|
|
5010
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/p-locate": {
|
|
5108
5011
|
"version": "5.0.0",
|
|
5109
5012
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
5110
5013
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
@@ -5119,7 +5022,60 @@
|
|
|
5119
5022
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5120
5023
|
}
|
|
5121
5024
|
},
|
|
5122
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules
|
|
5025
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/strnum": {
|
|
5026
|
+
"version": "1.1.2",
|
|
5027
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
|
|
5028
|
+
"integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
|
|
5029
|
+
"funding": [
|
|
5030
|
+
{
|
|
5031
|
+
"type": "github",
|
|
5032
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5033
|
+
}
|
|
5034
|
+
],
|
|
5035
|
+
"license": "MIT"
|
|
5036
|
+
},
|
|
5037
|
+
"node_modules/@lwc/features": {
|
|
5038
|
+
"version": "8.24.0",
|
|
5039
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.24.0.tgz",
|
|
5040
|
+
"integrity": "sha512-h9FX63i6/wFUzU48jgrRxH3cmxdSZ/HRPwoR3jKb1qLKL0kKkWPF3EuRnXRgqhcD2qhFteTSAUgtwBcRFzvnSg==",
|
|
5041
|
+
"license": "MIT",
|
|
5042
|
+
"dependencies": {
|
|
5043
|
+
"@lwc/shared": "8.24.0"
|
|
5044
|
+
}
|
|
5045
|
+
},
|
|
5046
|
+
"node_modules/@lwc/lwc-dev-server": {
|
|
5047
|
+
"version": "13.2.18",
|
|
5048
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.18.tgz",
|
|
5049
|
+
"integrity": "sha512-us06Uayh+sYZENToFqNC0rnl7R/LlCGb37EcRjNpOCVCpeiY540pQC/vd8fPeUqcNgrReF2/AZ7dvLxdVzmTwg==",
|
|
5050
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5051
|
+
"dependencies": {
|
|
5052
|
+
"@lwc/lwc-dev-server-types": "13.2.18",
|
|
5053
|
+
"@lwc/sfdc-lwc-compiler": "13.2.18",
|
|
5054
|
+
"chalk": "~5.6.2",
|
|
5055
|
+
"chokidar": "~3.6.0",
|
|
5056
|
+
"commander": "~14.0.2",
|
|
5057
|
+
"fast-xml-parser": "^5.3.0",
|
|
5058
|
+
"glob": "^11.0.3",
|
|
5059
|
+
"ws": "^8.18.3"
|
|
5060
|
+
},
|
|
5061
|
+
"engines": {
|
|
5062
|
+
"node": ">=16"
|
|
5063
|
+
},
|
|
5064
|
+
"peerDependencies": {
|
|
5065
|
+
"@lwc/compiler": ">=8",
|
|
5066
|
+
"@salesforce/core": ">=8"
|
|
5067
|
+
}
|
|
5068
|
+
},
|
|
5069
|
+
"node_modules/@lwc/lwc-dev-server-types": {
|
|
5070
|
+
"version": "13.2.18",
|
|
5071
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.18.tgz",
|
|
5072
|
+
"integrity": "sha512-/ehLAJtjaf4QUVjK6qHO7pFJjeNFc6qaSrxXTxfNBD/EelpyNr3S5CT/Ob6Okt6zmZkTAHs1jvK54shk52Tadw==",
|
|
5073
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5074
|
+
"peerDependencies": {
|
|
5075
|
+
"@lwc/compiler": ">=8"
|
|
5076
|
+
}
|
|
5077
|
+
},
|
|
5078
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint-community/eslint-utils": {
|
|
5123
5079
|
"version": "4.9.0",
|
|
5124
5080
|
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
5125
5081
|
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
@@ -5137,7 +5093,7 @@
|
|
|
5137
5093
|
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
5138
5094
|
}
|
|
5139
5095
|
},
|
|
5140
|
-
"node_modules/@lwc/
|
|
5096
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
5141
5097
|
"version": "3.4.3",
|
|
5142
5098
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
5143
5099
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
@@ -5149,7 +5105,7 @@
|
|
|
5149
5105
|
"url": "https://opencollective.com/eslint"
|
|
5150
5106
|
}
|
|
5151
5107
|
},
|
|
5152
|
-
"node_modules/@lwc/
|
|
5108
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint/core": {
|
|
5153
5109
|
"version": "0.16.0",
|
|
5154
5110
|
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
5155
5111
|
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
@@ -5161,7 +5117,7 @@
|
|
|
5161
5117
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5162
5118
|
}
|
|
5163
5119
|
},
|
|
5164
|
-
"node_modules/@lwc/
|
|
5120
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint/eslintrc": {
|
|
5165
5121
|
"version": "3.3.1",
|
|
5166
5122
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
5167
5123
|
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
@@ -5184,29 +5140,7 @@
|
|
|
5184
5140
|
"url": "https://opencollective.com/eslint"
|
|
5185
5141
|
}
|
|
5186
5142
|
},
|
|
5187
|
-
"node_modules/@lwc/
|
|
5188
|
-
"version": "1.1.11",
|
|
5189
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
5190
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
5191
|
-
"license": "MIT",
|
|
5192
|
-
"dependencies": {
|
|
5193
|
-
"balanced-match": "^1.0.0",
|
|
5194
|
-
"concat-map": "0.0.1"
|
|
5195
|
-
}
|
|
5196
|
-
},
|
|
5197
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
5198
|
-
"version": "14.0.0",
|
|
5199
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
5200
|
-
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
5201
|
-
"license": "MIT",
|
|
5202
|
-
"engines": {
|
|
5203
|
-
"node": ">=18"
|
|
5204
|
-
},
|
|
5205
|
-
"funding": {
|
|
5206
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5207
|
-
}
|
|
5208
|
-
},
|
|
5209
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
5143
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
5210
5144
|
"version": "3.1.2",
|
|
5211
5145
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
5212
5146
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
@@ -5218,7 +5152,7 @@
|
|
|
5218
5152
|
"node": "*"
|
|
5219
5153
|
}
|
|
5220
5154
|
},
|
|
5221
|
-
"node_modules/@lwc/
|
|
5155
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint/js": {
|
|
5222
5156
|
"version": "9.38.0",
|
|
5223
5157
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
5224
5158
|
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
@@ -5230,8 +5164,126 @@
|
|
|
5230
5164
|
"url": "https://eslint.org/donate"
|
|
5231
5165
|
}
|
|
5232
5166
|
},
|
|
5233
|
-
"node_modules/@lwc/
|
|
5167
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@lwc/dev-server-plugin-lex": {
|
|
5168
|
+
"version": "13.2.18",
|
|
5169
|
+
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.18.tgz",
|
|
5170
|
+
"integrity": "sha512-Zy08ZENaLMe7PXVycY+N2I1LUS2thLrXTLtRfc3MZdE8SqHXmSHloP+LikR+qIsLBv7s5ox2E12+OEufLroLGw==",
|
|
5171
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5172
|
+
"dependencies": {
|
|
5173
|
+
"magic-string": "~0.30.21"
|
|
5174
|
+
},
|
|
5175
|
+
"peerDependencies": {
|
|
5176
|
+
"@lwc/compiler": ">=8",
|
|
5177
|
+
"@lwc/errors": ">=8"
|
|
5178
|
+
}
|
|
5179
|
+
},
|
|
5180
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@lwc/metadata": {
|
|
5181
|
+
"version": "13.2.18",
|
|
5182
|
+
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.18.tgz",
|
|
5183
|
+
"integrity": "sha512-J/Xc5H4KtAKoiB7kVORjUs1AccPv/grZ+CwbRlWaO7FypsTkNwQTMqj0dQOYVXpq1Yeil2RcR4MWgmG5VlJ3Cg==",
|
|
5184
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5185
|
+
"dependencies": {
|
|
5186
|
+
"@babel/parser": "~7.28.5",
|
|
5187
|
+
"@babel/traverse": "~7.28.5",
|
|
5188
|
+
"@babel/types": "~7.28.5",
|
|
5189
|
+
"@lwc/sfdc-compiler-utils": "13.2.18",
|
|
5190
|
+
"postcss": "~8.5.6",
|
|
5191
|
+
"postcss-selector-parser": "~7.1.0",
|
|
5192
|
+
"postcss-value-parser": "~4.2.0"
|
|
5193
|
+
},
|
|
5194
|
+
"engines": {
|
|
5195
|
+
"node": ">=14"
|
|
5196
|
+
},
|
|
5197
|
+
"peerDependencies": {
|
|
5198
|
+
"@lwc/errors": ">=8",
|
|
5199
|
+
"@lwc/template-compiler": ">=8"
|
|
5200
|
+
}
|
|
5201
|
+
},
|
|
5202
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@lwc/sfdc-lwc-compiler": {
|
|
5203
|
+
"version": "13.2.18",
|
|
5204
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.18.tgz",
|
|
5205
|
+
"integrity": "sha512-YutIaXMhv2JxYkmxBROYtvm0PKIc2mAoKPel9WX54LivODV1fjGAzlms2cCVEes1RIuH3EHkmW4Hp0I/WP2S/A==",
|
|
5206
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5207
|
+
"dependencies": {
|
|
5208
|
+
"@babel/core": "7.28.5",
|
|
5209
|
+
"@babel/parser": "7.28.5",
|
|
5210
|
+
"@babel/plugin-syntax-decorators": "7.27.1",
|
|
5211
|
+
"@babel/preset-typescript": "7.28.5",
|
|
5212
|
+
"@babel/traverse": "7.28.5",
|
|
5213
|
+
"@babel/types": "7.28.5",
|
|
5214
|
+
"@komaci/esm-generator": "260.31.0",
|
|
5215
|
+
"@lwc/dev-server-plugin-lex": "13.2.18",
|
|
5216
|
+
"@lwc/eslint-plugin-lwc": "3.3.0",
|
|
5217
|
+
"@lwc/eslint-plugin-lwc-platform": "6.3.0",
|
|
5218
|
+
"@lwc/metadata": "13.2.18",
|
|
5219
|
+
"@lwc/sfdc-compiler-utils": "13.2.18",
|
|
5220
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
5221
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
5222
|
+
"@rollup/wasm-node": "4.52.5",
|
|
5223
|
+
"@salesforce/eslint-config-lwc": "4.1.1",
|
|
5224
|
+
"@salesforce/eslint-plugin-lightning": "2.0.0",
|
|
5225
|
+
"@swc/wasm": "1.14.0",
|
|
5226
|
+
"astring": "~1.9.0",
|
|
5227
|
+
"doctrine": "~3.0.0",
|
|
5228
|
+
"eslint": "~9.38.0",
|
|
5229
|
+
"eslint-plugin-import": "~2.32.0",
|
|
5230
|
+
"eslint-plugin-jest": "~29.0.1",
|
|
5231
|
+
"gray-matter": "~4.0.3",
|
|
5232
|
+
"line-column": "~1.0.2",
|
|
5233
|
+
"magic-string": "~0.30.21",
|
|
5234
|
+
"markdown-it": "~14.1.0",
|
|
5235
|
+
"parse5-sax-parser": "~8.0.0",
|
|
5236
|
+
"postcss": "~8.5.6",
|
|
5237
|
+
"postcss-selector-parser": "~7.1.0",
|
|
5238
|
+
"terser": "~5.44.0"
|
|
5239
|
+
},
|
|
5240
|
+
"peerDependencies": {
|
|
5241
|
+
"@lwc/compiler": ">=8",
|
|
5242
|
+
"@lwc/errors": ">=8",
|
|
5243
|
+
"@lwc/template-compiler": ">=8"
|
|
5244
|
+
}
|
|
5245
|
+
},
|
|
5246
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/ansi-styles": {
|
|
5247
|
+
"version": "4.3.0",
|
|
5248
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
5249
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
5250
|
+
"license": "MIT",
|
|
5251
|
+
"dependencies": {
|
|
5252
|
+
"color-convert": "^2.0.1"
|
|
5253
|
+
},
|
|
5254
|
+
"engines": {
|
|
5255
|
+
"node": ">=8"
|
|
5256
|
+
},
|
|
5257
|
+
"funding": {
|
|
5258
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
5259
|
+
}
|
|
5260
|
+
},
|
|
5261
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/brace-expansion": {
|
|
5262
|
+
"version": "1.1.11",
|
|
5263
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
5264
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
5265
|
+
"license": "MIT",
|
|
5266
|
+
"dependencies": {
|
|
5267
|
+
"balanced-match": "^1.0.0",
|
|
5268
|
+
"concat-map": "0.0.1"
|
|
5269
|
+
}
|
|
5270
|
+
},
|
|
5271
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/chalk": {
|
|
5272
|
+
"version": "5.6.2",
|
|
5273
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
5274
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
5275
|
+
"license": "MIT",
|
|
5276
|
+
"engines": {
|
|
5277
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
5278
|
+
},
|
|
5279
|
+
"funding": {
|
|
5280
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5281
|
+
}
|
|
5282
|
+
},
|
|
5283
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/eslint": {
|
|
5234
5284
|
"version": "9.38.0",
|
|
5285
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz",
|
|
5286
|
+
"integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==",
|
|
5235
5287
|
"license": "MIT",
|
|
5236
5288
|
"peer": true,
|
|
5237
5289
|
"dependencies": {
|
|
@@ -5288,7 +5340,7 @@
|
|
|
5288
5340
|
}
|
|
5289
5341
|
}
|
|
5290
5342
|
},
|
|
5291
|
-
"node_modules/@lwc/
|
|
5343
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/eslint-scope": {
|
|
5292
5344
|
"version": "8.4.0",
|
|
5293
5345
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
5294
5346
|
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
@@ -5304,175 +5356,66 @@
|
|
|
5304
5356
|
"url": "https://opencollective.com/eslint"
|
|
5305
5357
|
}
|
|
5306
5358
|
},
|
|
5307
|
-
"node_modules/@lwc/
|
|
5359
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/eslint-visitor-keys": {
|
|
5308
5360
|
"version": "4.2.1",
|
|
5309
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
5310
|
-
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
5311
|
-
"license": "Apache-2.0",
|
|
5312
|
-
"engines": {
|
|
5313
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5314
|
-
},
|
|
5315
|
-
"funding": {
|
|
5316
|
-
"url": "https://opencollective.com/eslint"
|
|
5317
|
-
}
|
|
5318
|
-
},
|
|
5319
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint/node_modules/brace-expansion": {
|
|
5320
|
-
"version": "1.1.11",
|
|
5321
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
5322
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
5323
|
-
"license": "MIT",
|
|
5324
|
-
"dependencies": {
|
|
5325
|
-
"balanced-match": "^1.0.0",
|
|
5326
|
-
"concat-map": "0.0.1"
|
|
5327
|
-
}
|
|
5328
|
-
},
|
|
5329
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint/node_modules/minimatch": {
|
|
5330
|
-
"version": "3.1.2",
|
|
5331
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
5332
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
5333
|
-
"license": "ISC",
|
|
5334
|
-
"dependencies": {
|
|
5335
|
-
"brace-expansion": "^1.1.7"
|
|
5336
|
-
},
|
|
5337
|
-
"engines": {
|
|
5338
|
-
"node": "*"
|
|
5339
|
-
}
|
|
5340
|
-
},
|
|
5341
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/fast-xml-parser": {
|
|
5342
|
-
"version": "4.5.3",
|
|
5343
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
|
|
5344
|
-
"integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
|
|
5345
|
-
"funding": [
|
|
5346
|
-
{
|
|
5347
|
-
"type": "github",
|
|
5348
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5349
|
-
}
|
|
5350
|
-
],
|
|
5351
|
-
"license": "MIT",
|
|
5352
|
-
"dependencies": {
|
|
5353
|
-
"strnum": "^1.1.1"
|
|
5354
|
-
},
|
|
5355
|
-
"bin": {
|
|
5356
|
-
"fxparser": "src/cli/cli.js"
|
|
5357
|
-
}
|
|
5358
|
-
},
|
|
5359
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/file-entry-cache": {
|
|
5360
|
-
"version": "8.0.0",
|
|
5361
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
5362
|
-
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
5363
|
-
"license": "MIT",
|
|
5364
|
-
"dependencies": {
|
|
5365
|
-
"flat-cache": "^4.0.0"
|
|
5366
|
-
},
|
|
5367
|
-
"engines": {
|
|
5368
|
-
"node": ">=16.0.0"
|
|
5369
|
-
}
|
|
5370
|
-
},
|
|
5371
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/find-up": {
|
|
5372
|
-
"version": "5.0.0",
|
|
5373
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
5374
|
-
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
5375
|
-
"license": "MIT",
|
|
5376
|
-
"dependencies": {
|
|
5377
|
-
"locate-path": "^6.0.0",
|
|
5378
|
-
"path-exists": "^4.0.0"
|
|
5379
|
-
},
|
|
5380
|
-
"engines": {
|
|
5381
|
-
"node": ">=10"
|
|
5382
|
-
},
|
|
5383
|
-
"funding": {
|
|
5384
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5385
|
-
}
|
|
5386
|
-
},
|
|
5387
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/flat-cache": {
|
|
5388
|
-
"version": "4.0.1",
|
|
5389
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
5390
|
-
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
5391
|
-
"license": "MIT",
|
|
5392
|
-
"dependencies": {
|
|
5393
|
-
"flatted": "^3.2.9",
|
|
5394
|
-
"keyv": "^4.5.4"
|
|
5395
|
-
},
|
|
5396
|
-
"engines": {
|
|
5397
|
-
"node": ">=16"
|
|
5398
|
-
}
|
|
5399
|
-
},
|
|
5400
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/glob-parent": {
|
|
5401
|
-
"version": "6.0.2",
|
|
5402
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
5403
|
-
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
5404
|
-
"license": "ISC",
|
|
5405
|
-
"dependencies": {
|
|
5406
|
-
"is-glob": "^4.0.3"
|
|
5407
|
-
},
|
|
5408
|
-
"engines": {
|
|
5409
|
-
"node": ">=10.13.0"
|
|
5410
|
-
}
|
|
5411
|
-
},
|
|
5412
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/globals": {
|
|
5413
|
-
"version": "15.14.0",
|
|
5414
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz",
|
|
5415
|
-
"integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==",
|
|
5416
|
-
"license": "MIT",
|
|
5361
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
5362
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
5363
|
+
"license": "Apache-2.0",
|
|
5417
5364
|
"engines": {
|
|
5418
|
-
"node": ">=
|
|
5365
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5419
5366
|
},
|
|
5420
5367
|
"funding": {
|
|
5421
|
-
"url": "https://
|
|
5368
|
+
"url": "https://opencollective.com/eslint"
|
|
5422
5369
|
}
|
|
5423
5370
|
},
|
|
5424
|
-
"node_modules/@lwc/
|
|
5425
|
-
"version": "
|
|
5426
|
-
"resolved": "https://registry.npmjs.org/
|
|
5427
|
-
"integrity": "sha512-
|
|
5371
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/eslint/node_modules/chalk": {
|
|
5372
|
+
"version": "4.1.2",
|
|
5373
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
5374
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
5428
5375
|
"license": "MIT",
|
|
5429
5376
|
"dependencies": {
|
|
5430
|
-
"
|
|
5377
|
+
"ansi-styles": "^4.1.0",
|
|
5378
|
+
"supports-color": "^7.1.0"
|
|
5431
5379
|
},
|
|
5432
5380
|
"engines": {
|
|
5433
5381
|
"node": ">=10"
|
|
5434
5382
|
},
|
|
5435
5383
|
"funding": {
|
|
5436
|
-
"url": "https://github.com/
|
|
5384
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5437
5385
|
}
|
|
5438
5386
|
},
|
|
5439
|
-
"node_modules/@lwc/
|
|
5440
|
-
"version": "
|
|
5441
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
5442
|
-
"integrity": "sha512-
|
|
5387
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/eslint/node_modules/minimatch": {
|
|
5388
|
+
"version": "3.1.2",
|
|
5389
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
5390
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
5443
5391
|
"license": "ISC",
|
|
5444
5392
|
"dependencies": {
|
|
5445
|
-
"brace-expansion": "^
|
|
5393
|
+
"brace-expansion": "^1.1.7"
|
|
5446
5394
|
},
|
|
5447
5395
|
"engines": {
|
|
5448
|
-
"node": "
|
|
5449
|
-
},
|
|
5450
|
-
"funding": {
|
|
5451
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
5396
|
+
"node": "*"
|
|
5452
5397
|
}
|
|
5453
5398
|
},
|
|
5454
|
-
"node_modules/@lwc/
|
|
5455
|
-
"version": "
|
|
5456
|
-
"resolved": "https://registry.npmjs.org/
|
|
5457
|
-
"integrity": "sha512-
|
|
5399
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/file-entry-cache": {
|
|
5400
|
+
"version": "8.0.0",
|
|
5401
|
+
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
5402
|
+
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
5458
5403
|
"license": "MIT",
|
|
5459
5404
|
"dependencies": {
|
|
5460
|
-
"
|
|
5405
|
+
"flat-cache": "^4.0.0"
|
|
5461
5406
|
},
|
|
5462
5407
|
"engines": {
|
|
5463
|
-
"node": ">=
|
|
5464
|
-
},
|
|
5465
|
-
"funding": {
|
|
5466
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5408
|
+
"node": ">=16.0.0"
|
|
5467
5409
|
}
|
|
5468
5410
|
},
|
|
5469
|
-
"node_modules/@lwc/
|
|
5411
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/find-up": {
|
|
5470
5412
|
"version": "5.0.0",
|
|
5471
|
-
"resolved": "https://registry.npmjs.org/
|
|
5472
|
-
"integrity": "sha512-
|
|
5413
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
5414
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
5473
5415
|
"license": "MIT",
|
|
5474
5416
|
"dependencies": {
|
|
5475
|
-
"
|
|
5417
|
+
"locate-path": "^6.0.0",
|
|
5418
|
+
"path-exists": "^4.0.0"
|
|
5476
5419
|
},
|
|
5477
5420
|
"engines": {
|
|
5478
5421
|
"node": ">=10"
|
|
@@ -5481,78 +5424,17 @@
|
|
|
5481
5424
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5482
5425
|
}
|
|
5483
5426
|
},
|
|
5484
|
-
"node_modules/@lwc/
|
|
5485
|
-
"version": "
|
|
5486
|
-
"resolved": "https://registry.npmjs.org/
|
|
5487
|
-
"integrity": "sha512-
|
|
5488
|
-
"funding": [
|
|
5489
|
-
{
|
|
5490
|
-
"type": "github",
|
|
5491
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5492
|
-
}
|
|
5493
|
-
],
|
|
5494
|
-
"license": "MIT"
|
|
5495
|
-
},
|
|
5496
|
-
"node_modules/@lwc/features": {
|
|
5497
|
-
"version": "8.23.0",
|
|
5498
|
-
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.23.0.tgz",
|
|
5499
|
-
"integrity": "sha512-Y1yVOH6LAJMWJaeUHJwjx7OHjbRxycdSSZKewhQlRTGLrmca1Rtpi31nfrRtcCdOkxfF3oPMFlPlA4ZKDyA6aA==",
|
|
5427
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/flat-cache": {
|
|
5428
|
+
"version": "4.0.1",
|
|
5429
|
+
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
5430
|
+
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
5500
5431
|
"license": "MIT",
|
|
5501
5432
|
"dependencies": {
|
|
5502
|
-
"
|
|
5503
|
-
|
|
5504
|
-
},
|
|
5505
|
-
"node_modules/@lwc/lwc-dev-server": {
|
|
5506
|
-
"version": "13.2.18",
|
|
5507
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.18.tgz",
|
|
5508
|
-
"integrity": "sha512-us06Uayh+sYZENToFqNC0rnl7R/LlCGb37EcRjNpOCVCpeiY540pQC/vd8fPeUqcNgrReF2/AZ7dvLxdVzmTwg==",
|
|
5509
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5510
|
-
"dependencies": {
|
|
5511
|
-
"@lwc/lwc-dev-server-types": "13.2.18",
|
|
5512
|
-
"@lwc/sfdc-lwc-compiler": "13.2.18",
|
|
5513
|
-
"chalk": "~5.6.2",
|
|
5514
|
-
"chokidar": "~3.6.0",
|
|
5515
|
-
"commander": "~14.0.2",
|
|
5516
|
-
"fast-xml-parser": "^5.3.0",
|
|
5517
|
-
"glob": "^11.0.3",
|
|
5518
|
-
"ws": "^8.18.3"
|
|
5433
|
+
"flatted": "^3.2.9",
|
|
5434
|
+
"keyv": "^4.5.4"
|
|
5519
5435
|
},
|
|
5520
5436
|
"engines": {
|
|
5521
5437
|
"node": ">=16"
|
|
5522
|
-
},
|
|
5523
|
-
"peerDependencies": {
|
|
5524
|
-
"@lwc/compiler": ">=8",
|
|
5525
|
-
"@salesforce/core": ">=8"
|
|
5526
|
-
}
|
|
5527
|
-
},
|
|
5528
|
-
"node_modules/@lwc/lwc-dev-server-types": {
|
|
5529
|
-
"version": "13.2.18",
|
|
5530
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.18.tgz",
|
|
5531
|
-
"integrity": "sha512-/ehLAJtjaf4QUVjK6qHO7pFJjeNFc6qaSrxXTxfNBD/EelpyNr3S5CT/Ob6Okt6zmZkTAHs1jvK54shk52Tadw==",
|
|
5532
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5533
|
-
"peerDependencies": {
|
|
5534
|
-
"@lwc/compiler": ">=8"
|
|
5535
|
-
}
|
|
5536
|
-
},
|
|
5537
|
-
"node_modules/@lwc/lwc-dev-server/node_modules/chalk": {
|
|
5538
|
-
"version": "5.6.2",
|
|
5539
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
5540
|
-
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
5541
|
-
"license": "MIT",
|
|
5542
|
-
"engines": {
|
|
5543
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
5544
|
-
},
|
|
5545
|
-
"funding": {
|
|
5546
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5547
|
-
}
|
|
5548
|
-
},
|
|
5549
|
-
"node_modules/@lwc/lwc-dev-server/node_modules/commander": {
|
|
5550
|
-
"version": "14.0.2",
|
|
5551
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz",
|
|
5552
|
-
"integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
|
|
5553
|
-
"license": "MIT",
|
|
5554
|
-
"engines": {
|
|
5555
|
-
"node": ">=20"
|
|
5556
5438
|
}
|
|
5557
5439
|
},
|
|
5558
5440
|
"node_modules/@lwc/lwc-dev-server/node_modules/foreground-child": {
|
|
@@ -5594,6 +5476,30 @@
|
|
|
5594
5476
|
"url": "https://github.com/sponsors/isaacs"
|
|
5595
5477
|
}
|
|
5596
5478
|
},
|
|
5479
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/glob-parent": {
|
|
5480
|
+
"version": "6.0.2",
|
|
5481
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
5482
|
+
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
5483
|
+
"license": "ISC",
|
|
5484
|
+
"dependencies": {
|
|
5485
|
+
"is-glob": "^4.0.3"
|
|
5486
|
+
},
|
|
5487
|
+
"engines": {
|
|
5488
|
+
"node": ">=10.13.0"
|
|
5489
|
+
}
|
|
5490
|
+
},
|
|
5491
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/globals": {
|
|
5492
|
+
"version": "14.0.0",
|
|
5493
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
5494
|
+
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
5495
|
+
"license": "MIT",
|
|
5496
|
+
"engines": {
|
|
5497
|
+
"node": ">=18"
|
|
5498
|
+
},
|
|
5499
|
+
"funding": {
|
|
5500
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5501
|
+
}
|
|
5502
|
+
},
|
|
5597
5503
|
"node_modules/@lwc/lwc-dev-server/node_modules/jackspeak": {
|
|
5598
5504
|
"version": "4.1.1",
|
|
5599
5505
|
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
|
|
@@ -5609,6 +5515,21 @@
|
|
|
5609
5515
|
"url": "https://github.com/sponsors/isaacs"
|
|
5610
5516
|
}
|
|
5611
5517
|
},
|
|
5518
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/locate-path": {
|
|
5519
|
+
"version": "6.0.0",
|
|
5520
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
5521
|
+
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
5522
|
+
"license": "MIT",
|
|
5523
|
+
"dependencies": {
|
|
5524
|
+
"p-locate": "^5.0.0"
|
|
5525
|
+
},
|
|
5526
|
+
"engines": {
|
|
5527
|
+
"node": ">=10"
|
|
5528
|
+
},
|
|
5529
|
+
"funding": {
|
|
5530
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5531
|
+
}
|
|
5532
|
+
},
|
|
5612
5533
|
"node_modules/@lwc/lwc-dev-server/node_modules/lru-cache": {
|
|
5613
5534
|
"version": "11.2.2",
|
|
5614
5535
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
|
|
@@ -5633,6 +5554,36 @@
|
|
|
5633
5554
|
"url": "https://github.com/sponsors/isaacs"
|
|
5634
5555
|
}
|
|
5635
5556
|
},
|
|
5557
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/p-limit": {
|
|
5558
|
+
"version": "3.1.0",
|
|
5559
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
5560
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
5561
|
+
"license": "MIT",
|
|
5562
|
+
"dependencies": {
|
|
5563
|
+
"yocto-queue": "^0.1.0"
|
|
5564
|
+
},
|
|
5565
|
+
"engines": {
|
|
5566
|
+
"node": ">=10"
|
|
5567
|
+
},
|
|
5568
|
+
"funding": {
|
|
5569
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5570
|
+
}
|
|
5571
|
+
},
|
|
5572
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/p-locate": {
|
|
5573
|
+
"version": "5.0.0",
|
|
5574
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
5575
|
+
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
5576
|
+
"license": "MIT",
|
|
5577
|
+
"dependencies": {
|
|
5578
|
+
"p-limit": "^3.0.2"
|
|
5579
|
+
},
|
|
5580
|
+
"engines": {
|
|
5581
|
+
"node": ">=10"
|
|
5582
|
+
},
|
|
5583
|
+
"funding": {
|
|
5584
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5585
|
+
}
|
|
5586
|
+
},
|
|
5636
5587
|
"node_modules/@lwc/lwc-dev-server/node_modules/path-scurry": {
|
|
5637
5588
|
"version": "2.0.0",
|
|
5638
5589
|
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
|
|
@@ -5662,16 +5613,16 @@
|
|
|
5662
5613
|
}
|
|
5663
5614
|
},
|
|
5664
5615
|
"node_modules/@lwc/metadata": {
|
|
5665
|
-
"version": "13.2.
|
|
5666
|
-
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.
|
|
5667
|
-
"integrity": "sha512-
|
|
5616
|
+
"version": "13.2.19",
|
|
5617
|
+
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.19.tgz",
|
|
5618
|
+
"integrity": "sha512-qX6oMGYfyqXBBq+xEhyj9qTxTrIQuNZ0rTxX8j9QjIM4VZkeJiWkirerDvdlqpPjH1MoqElh+hm60YpZGmUKTw==",
|
|
5668
5619
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5669
5620
|
"peer": true,
|
|
5670
5621
|
"dependencies": {
|
|
5671
5622
|
"@babel/parser": "~7.28.5",
|
|
5672
5623
|
"@babel/traverse": "~7.28.5",
|
|
5673
5624
|
"@babel/types": "~7.28.5",
|
|
5674
|
-
"@lwc/sfdc-compiler-utils": "13.2.
|
|
5625
|
+
"@lwc/sfdc-compiler-utils": "13.2.19",
|
|
5675
5626
|
"postcss": "~8.5.6",
|
|
5676
5627
|
"postcss-selector-parser": "~7.1.0",
|
|
5677
5628
|
"postcss-value-parser": "~4.2.0"
|
|
@@ -5680,100 +5631,58 @@
|
|
|
5680
5631
|
"node": ">=14"
|
|
5681
5632
|
},
|
|
5682
5633
|
"peerDependencies": {
|
|
5683
|
-
"@lwc/errors": ">=8",
|
|
5684
|
-
"@lwc/template-compiler": ">=8"
|
|
5685
|
-
}
|
|
5686
|
-
},
|
|
5687
|
-
"node_modules/@lwc/metadata/node_modules/@
|
|
5688
|
-
"version": "
|
|
5689
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5690
|
-
"integrity": "sha512-
|
|
5691
|
-
"license": "
|
|
5692
|
-
"dependencies": {
|
|
5693
|
-
"@babel/parser": "^7.28.5",
|
|
5694
|
-
"@babel/types": "^7.28.5",
|
|
5695
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
5696
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
5697
|
-
"jsesc": "^3.0.2"
|
|
5698
|
-
},
|
|
5699
|
-
"engines": {
|
|
5700
|
-
"node": ">=6.9.0"
|
|
5701
|
-
}
|
|
5702
|
-
},
|
|
5703
|
-
"node_modules/@lwc/metadata/node_modules/@babel/helper-validator-identifier": {
|
|
5704
|
-
"version": "7.28.5",
|
|
5705
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
5706
|
-
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
5707
|
-
"license": "MIT",
|
|
5708
|
-
"engines": {
|
|
5709
|
-
"node": ">=6.9.0"
|
|
5710
|
-
}
|
|
5711
|
-
},
|
|
5712
|
-
"node_modules/@lwc/metadata/node_modules/@babel/parser": {
|
|
5713
|
-
"version": "7.28.5",
|
|
5714
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
5715
|
-
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
5716
|
-
"license": "MIT",
|
|
5717
|
-
"dependencies": {
|
|
5718
|
-
"@babel/types": "^7.28.5"
|
|
5719
|
-
},
|
|
5720
|
-
"bin": {
|
|
5721
|
-
"parser": "bin/babel-parser.js"
|
|
5722
|
-
},
|
|
5723
|
-
"engines": {
|
|
5724
|
-
"node": ">=6.0.0"
|
|
5725
|
-
}
|
|
5726
|
-
},
|
|
5727
|
-
"node_modules/@lwc/metadata/node_modules/@babel/traverse": {
|
|
5728
|
-
"version": "7.28.5",
|
|
5729
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
5730
|
-
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
5731
|
-
"license": "MIT",
|
|
5732
|
-
"dependencies": {
|
|
5733
|
-
"@babel/code-frame": "^7.27.1",
|
|
5734
|
-
"@babel/generator": "^7.28.5",
|
|
5735
|
-
"@babel/helper-globals": "^7.28.0",
|
|
5736
|
-
"@babel/parser": "^7.28.5",
|
|
5737
|
-
"@babel/template": "^7.27.2",
|
|
5738
|
-
"@babel/types": "^7.28.5",
|
|
5739
|
-
"debug": "^4.3.1"
|
|
5740
|
-
},
|
|
5741
|
-
"engines": {
|
|
5742
|
-
"node": ">=6.9.0"
|
|
5743
|
-
}
|
|
5744
|
-
},
|
|
5745
|
-
"node_modules/@lwc/metadata/node_modules/@babel/types": {
|
|
5746
|
-
"version": "7.28.5",
|
|
5747
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
5748
|
-
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
5749
|
-
"license": "MIT",
|
|
5750
|
-
"dependencies": {
|
|
5751
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
5752
|
-
"@babel/helper-validator-identifier": "^7.28.5"
|
|
5753
|
-
},
|
|
5634
|
+
"@lwc/errors": ">=8",
|
|
5635
|
+
"@lwc/template-compiler": ">=8"
|
|
5636
|
+
}
|
|
5637
|
+
},
|
|
5638
|
+
"node_modules/@lwc/metadata/node_modules/@lwc/sfdc-compiler-utils": {
|
|
5639
|
+
"version": "13.2.19",
|
|
5640
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.19.tgz",
|
|
5641
|
+
"integrity": "sha512-Os9s6G+V7RnsnHd+qtz+mB0pQuoudExI622zKJCHe6TdmMPVUGnRjHkyFcw0d0i+JPImF5PkJuZ2QYqcDoPplA==",
|
|
5642
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5754
5643
|
"engines": {
|
|
5755
|
-
"node": ">=
|
|
5644
|
+
"node": ">=14"
|
|
5756
5645
|
}
|
|
5757
5646
|
},
|
|
5758
5647
|
"node_modules/@lwc/module-resolver": {
|
|
5759
|
-
"version": "8.
|
|
5760
|
-
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.
|
|
5761
|
-
"integrity": "sha512-
|
|
5648
|
+
"version": "8.24.0",
|
|
5649
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.24.0.tgz",
|
|
5650
|
+
"integrity": "sha512-Mqj5PCU46coyUMWZ527JC6EwEv0DdIxEJpSK5RgLjgCGdSK7NXYx2zvTnIbWiLLpcj9u82DvFs/FFJu7ixTHbA==",
|
|
5762
5651
|
"license": "MIT",
|
|
5763
5652
|
"peer": true,
|
|
5764
5653
|
"dependencies": {
|
|
5765
|
-
"resolve": "~1.22.
|
|
5654
|
+
"resolve": "~1.22.11"
|
|
5655
|
+
}
|
|
5656
|
+
},
|
|
5657
|
+
"node_modules/@lwc/module-resolver/node_modules/resolve": {
|
|
5658
|
+
"version": "1.22.11",
|
|
5659
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
|
|
5660
|
+
"integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
5661
|
+
"license": "MIT",
|
|
5662
|
+
"dependencies": {
|
|
5663
|
+
"is-core-module": "^2.16.1",
|
|
5664
|
+
"path-parse": "^1.0.7",
|
|
5665
|
+
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
5666
|
+
},
|
|
5667
|
+
"bin": {
|
|
5668
|
+
"resolve": "bin/resolve"
|
|
5669
|
+
},
|
|
5670
|
+
"engines": {
|
|
5671
|
+
"node": ">= 0.4"
|
|
5672
|
+
},
|
|
5673
|
+
"funding": {
|
|
5674
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
5766
5675
|
}
|
|
5767
5676
|
},
|
|
5768
5677
|
"node_modules/@lwc/rollup-plugin": {
|
|
5769
|
-
"version": "8.
|
|
5770
|
-
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.
|
|
5771
|
-
"integrity": "sha512-
|
|
5678
|
+
"version": "8.24.0",
|
|
5679
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.24.0.tgz",
|
|
5680
|
+
"integrity": "sha512-rPRDIdaw9q2A0jG03exzPmZe2YemGPgT9RCH6QPFppTl9s4MpiozLZvnyzJxLRXWIj2e3fu5Yq0o02e5EquqKw==",
|
|
5772
5681
|
"license": "MIT",
|
|
5773
5682
|
"dependencies": {
|
|
5774
|
-
"@lwc/compiler": "8.
|
|
5775
|
-
"@lwc/module-resolver": "8.
|
|
5776
|
-
"@lwc/shared": "8.
|
|
5683
|
+
"@lwc/compiler": "8.24.0",
|
|
5684
|
+
"@lwc/module-resolver": "8.24.0",
|
|
5685
|
+
"@lwc/shared": "8.24.0",
|
|
5777
5686
|
"@rollup/pluginutils": "~5.3.0"
|
|
5778
5687
|
},
|
|
5779
5688
|
"peerDependencies": {
|
|
@@ -5819,9 +5728,9 @@
|
|
|
5819
5728
|
}
|
|
5820
5729
|
},
|
|
5821
5730
|
"node_modules/@lwc/sfdc-lwc-compiler": {
|
|
5822
|
-
"version": "13.2.
|
|
5823
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.
|
|
5824
|
-
"integrity": "sha512-
|
|
5731
|
+
"version": "13.2.19",
|
|
5732
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.19.tgz",
|
|
5733
|
+
"integrity": "sha512-8w1Wvc1q/0Vl6xWEyA34wWsyUJ5rdhsSQRJfQ7BOyVzhHas5EoZQ4rPh7z4aC7npA++EStOnm7fdbPK1aqNBMg==",
|
|
5825
5734
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5826
5735
|
"dependencies": {
|
|
5827
5736
|
"@babel/core": "7.28.5",
|
|
@@ -5831,11 +5740,11 @@
|
|
|
5831
5740
|
"@babel/traverse": "7.28.5",
|
|
5832
5741
|
"@babel/types": "7.28.5",
|
|
5833
5742
|
"@komaci/esm-generator": "260.31.0",
|
|
5834
|
-
"@lwc/dev-server-plugin-lex": "13.2.
|
|
5743
|
+
"@lwc/dev-server-plugin-lex": "13.2.19",
|
|
5835
5744
|
"@lwc/eslint-plugin-lwc": "3.3.0",
|
|
5836
5745
|
"@lwc/eslint-plugin-lwc-platform": "6.3.0",
|
|
5837
|
-
"@lwc/metadata": "13.2.
|
|
5838
|
-
"@lwc/sfdc-compiler-utils": "13.2.
|
|
5746
|
+
"@lwc/metadata": "13.2.19",
|
|
5747
|
+
"@lwc/sfdc-compiler-utils": "13.2.19",
|
|
5839
5748
|
"@rollup/plugin-babel": "^6.1.0",
|
|
5840
5749
|
"@rollup/plugin-replace": "^6.0.3",
|
|
5841
5750
|
"@rollup/wasm-node": "4.52.5",
|
|
@@ -5851,250 +5760,15 @@
|
|
|
5851
5760
|
"line-column": "~1.0.2",
|
|
5852
5761
|
"magic-string": "~0.30.21",
|
|
5853
5762
|
"markdown-it": "~14.1.0",
|
|
5854
|
-
"parse5-sax-parser": "~8.0.0",
|
|
5855
|
-
"postcss": "~8.5.6",
|
|
5856
|
-
"postcss-selector-parser": "~7.1.0",
|
|
5857
|
-
"terser": "~5.44.0"
|
|
5858
|
-
},
|
|
5859
|
-
"peerDependencies": {
|
|
5860
|
-
"@lwc/compiler": ">=8",
|
|
5861
|
-
"@lwc/errors": ">=8",
|
|
5862
|
-
"@lwc/template-compiler": ">=8"
|
|
5863
|
-
}
|
|
5864
|
-
},
|
|
5865
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core": {
|
|
5866
|
-
"version": "7.28.5",
|
|
5867
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
5868
|
-
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
5869
|
-
"license": "MIT",
|
|
5870
|
-
"peer": true,
|
|
5871
|
-
"dependencies": {
|
|
5872
|
-
"@babel/code-frame": "^7.27.1",
|
|
5873
|
-
"@babel/generator": "^7.28.5",
|
|
5874
|
-
"@babel/helper-compilation-targets": "^7.27.2",
|
|
5875
|
-
"@babel/helper-module-transforms": "^7.28.3",
|
|
5876
|
-
"@babel/helpers": "^7.28.4",
|
|
5877
|
-
"@babel/parser": "^7.28.5",
|
|
5878
|
-
"@babel/template": "^7.27.2",
|
|
5879
|
-
"@babel/traverse": "^7.28.5",
|
|
5880
|
-
"@babel/types": "^7.28.5",
|
|
5881
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
5882
|
-
"convert-source-map": "^2.0.0",
|
|
5883
|
-
"debug": "^4.1.0",
|
|
5884
|
-
"gensync": "^1.0.0-beta.2",
|
|
5885
|
-
"json5": "^2.2.3",
|
|
5886
|
-
"semver": "^6.3.1"
|
|
5887
|
-
},
|
|
5888
|
-
"engines": {
|
|
5889
|
-
"node": ">=6.9.0"
|
|
5890
|
-
},
|
|
5891
|
-
"funding": {
|
|
5892
|
-
"type": "opencollective",
|
|
5893
|
-
"url": "https://opencollective.com/babel"
|
|
5894
|
-
}
|
|
5895
|
-
},
|
|
5896
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/generator": {
|
|
5897
|
-
"version": "7.28.5",
|
|
5898
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
5899
|
-
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
5900
|
-
"license": "MIT",
|
|
5901
|
-
"dependencies": {
|
|
5902
|
-
"@babel/parser": "^7.28.5",
|
|
5903
|
-
"@babel/types": "^7.28.5",
|
|
5904
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
5905
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
5906
|
-
"jsesc": "^3.0.2"
|
|
5907
|
-
},
|
|
5908
|
-
"engines": {
|
|
5909
|
-
"node": ">=6.9.0"
|
|
5910
|
-
}
|
|
5911
|
-
},
|
|
5912
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin": {
|
|
5913
|
-
"version": "7.28.5",
|
|
5914
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
|
|
5915
|
-
"integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
|
|
5916
|
-
"license": "MIT",
|
|
5917
|
-
"dependencies": {
|
|
5918
|
-
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
5919
|
-
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
5920
|
-
"@babel/helper-optimise-call-expression": "^7.27.1",
|
|
5921
|
-
"@babel/helper-replace-supers": "^7.27.1",
|
|
5922
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
5923
|
-
"@babel/traverse": "^7.28.5",
|
|
5924
|
-
"semver": "^6.3.1"
|
|
5925
|
-
},
|
|
5926
|
-
"engines": {
|
|
5927
|
-
"node": ">=6.9.0"
|
|
5928
|
-
},
|
|
5929
|
-
"peerDependencies": {
|
|
5930
|
-
"@babel/core": "^7.0.0"
|
|
5931
|
-
}
|
|
5932
|
-
},
|
|
5933
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-member-expression-to-functions": {
|
|
5934
|
-
"version": "7.28.5",
|
|
5935
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
5936
|
-
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
5937
|
-
"license": "MIT",
|
|
5938
|
-
"dependencies": {
|
|
5939
|
-
"@babel/traverse": "^7.28.5",
|
|
5940
|
-
"@babel/types": "^7.28.5"
|
|
5941
|
-
},
|
|
5942
|
-
"engines": {
|
|
5943
|
-
"node": ">=6.9.0"
|
|
5944
|
-
}
|
|
5945
|
-
},
|
|
5946
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-validator-identifier": {
|
|
5947
|
-
"version": "7.28.5",
|
|
5948
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
5949
|
-
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
5950
|
-
"license": "MIT",
|
|
5951
|
-
"engines": {
|
|
5952
|
-
"node": ">=6.9.0"
|
|
5953
|
-
}
|
|
5954
|
-
},
|
|
5955
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/parser": {
|
|
5956
|
-
"version": "7.28.5",
|
|
5957
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
5958
|
-
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
5959
|
-
"license": "MIT",
|
|
5960
|
-
"dependencies": {
|
|
5961
|
-
"@babel/types": "^7.28.5"
|
|
5962
|
-
},
|
|
5963
|
-
"bin": {
|
|
5964
|
-
"parser": "bin/babel-parser.js"
|
|
5965
|
-
},
|
|
5966
|
-
"engines": {
|
|
5967
|
-
"node": ">=6.0.0"
|
|
5968
|
-
}
|
|
5969
|
-
},
|
|
5970
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-decorators": {
|
|
5971
|
-
"version": "7.27.1",
|
|
5972
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",
|
|
5973
|
-
"integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",
|
|
5974
|
-
"license": "MIT",
|
|
5975
|
-
"dependencies": {
|
|
5976
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
5977
|
-
},
|
|
5978
|
-
"engines": {
|
|
5979
|
-
"node": ">=6.9.0"
|
|
5980
|
-
},
|
|
5981
|
-
"peerDependencies": {
|
|
5982
|
-
"@babel/core": "^7.0.0-0"
|
|
5983
|
-
}
|
|
5984
|
-
},
|
|
5985
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-jsx": {
|
|
5986
|
-
"version": "7.27.1",
|
|
5987
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
|
|
5988
|
-
"integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
|
|
5989
|
-
"license": "MIT",
|
|
5990
|
-
"dependencies": {
|
|
5991
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
5992
|
-
},
|
|
5993
|
-
"engines": {
|
|
5994
|
-
"node": ">=6.9.0"
|
|
5995
|
-
},
|
|
5996
|
-
"peerDependencies": {
|
|
5997
|
-
"@babel/core": "^7.0.0-0"
|
|
5998
|
-
}
|
|
5999
|
-
},
|
|
6000
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-typescript": {
|
|
6001
|
-
"version": "7.27.1",
|
|
6002
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
|
|
6003
|
-
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
6004
|
-
"license": "MIT",
|
|
6005
|
-
"dependencies": {
|
|
6006
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
6007
|
-
},
|
|
6008
|
-
"engines": {
|
|
6009
|
-
"node": ">=6.9.0"
|
|
6010
|
-
},
|
|
6011
|
-
"peerDependencies": {
|
|
6012
|
-
"@babel/core": "^7.0.0-0"
|
|
6013
|
-
}
|
|
6014
|
-
},
|
|
6015
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
6016
|
-
"version": "7.27.1",
|
|
6017
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
|
|
6018
|
-
"integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
|
|
6019
|
-
"license": "MIT",
|
|
6020
|
-
"dependencies": {
|
|
6021
|
-
"@babel/helper-module-transforms": "^7.27.1",
|
|
6022
|
-
"@babel/helper-plugin-utils": "^7.27.1"
|
|
6023
|
-
},
|
|
6024
|
-
"engines": {
|
|
6025
|
-
"node": ">=6.9.0"
|
|
6026
|
-
},
|
|
6027
|
-
"peerDependencies": {
|
|
6028
|
-
"@babel/core": "^7.0.0-0"
|
|
6029
|
-
}
|
|
6030
|
-
},
|
|
6031
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-typescript": {
|
|
6032
|
-
"version": "7.28.5",
|
|
6033
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
|
|
6034
|
-
"integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
|
|
6035
|
-
"license": "MIT",
|
|
6036
|
-
"dependencies": {
|
|
6037
|
-
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
6038
|
-
"@babel/helper-create-class-features-plugin": "^7.28.5",
|
|
6039
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
6040
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
|
|
6041
|
-
"@babel/plugin-syntax-typescript": "^7.27.1"
|
|
6042
|
-
},
|
|
6043
|
-
"engines": {
|
|
6044
|
-
"node": ">=6.9.0"
|
|
6045
|
-
},
|
|
6046
|
-
"peerDependencies": {
|
|
6047
|
-
"@babel/core": "^7.0.0-0"
|
|
6048
|
-
}
|
|
6049
|
-
},
|
|
6050
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/preset-typescript": {
|
|
6051
|
-
"version": "7.28.5",
|
|
6052
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz",
|
|
6053
|
-
"integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==",
|
|
6054
|
-
"license": "MIT",
|
|
6055
|
-
"dependencies": {
|
|
6056
|
-
"@babel/helper-plugin-utils": "^7.27.1",
|
|
6057
|
-
"@babel/helper-validator-option": "^7.27.1",
|
|
6058
|
-
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
6059
|
-
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
6060
|
-
"@babel/plugin-transform-typescript": "^7.28.5"
|
|
6061
|
-
},
|
|
6062
|
-
"engines": {
|
|
6063
|
-
"node": ">=6.9.0"
|
|
6064
|
-
},
|
|
6065
|
-
"peerDependencies": {
|
|
6066
|
-
"@babel/core": "^7.0.0-0"
|
|
6067
|
-
}
|
|
6068
|
-
},
|
|
6069
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse": {
|
|
6070
|
-
"version": "7.28.5",
|
|
6071
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
6072
|
-
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
6073
|
-
"license": "MIT",
|
|
6074
|
-
"dependencies": {
|
|
6075
|
-
"@babel/code-frame": "^7.27.1",
|
|
6076
|
-
"@babel/generator": "^7.28.5",
|
|
6077
|
-
"@babel/helper-globals": "^7.28.0",
|
|
6078
|
-
"@babel/parser": "^7.28.5",
|
|
6079
|
-
"@babel/template": "^7.27.2",
|
|
6080
|
-
"@babel/types": "^7.28.5",
|
|
6081
|
-
"debug": "^4.3.1"
|
|
6082
|
-
},
|
|
6083
|
-
"engines": {
|
|
6084
|
-
"node": ">=6.9.0"
|
|
6085
|
-
}
|
|
6086
|
-
},
|
|
6087
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/types": {
|
|
6088
|
-
"version": "7.28.5",
|
|
6089
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
6090
|
-
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
6091
|
-
"license": "MIT",
|
|
6092
|
-
"dependencies": {
|
|
6093
|
-
"@babel/helper-string-parser": "^7.27.1",
|
|
6094
|
-
"@babel/helper-validator-identifier": "^7.28.5"
|
|
5763
|
+
"parse5-sax-parser": "~8.0.0",
|
|
5764
|
+
"postcss": "~8.5.6",
|
|
5765
|
+
"postcss-selector-parser": "~7.1.0",
|
|
5766
|
+
"terser": "~5.44.0"
|
|
6095
5767
|
},
|
|
6096
|
-
"
|
|
6097
|
-
"
|
|
5768
|
+
"peerDependencies": {
|
|
5769
|
+
"@lwc/compiler": ">=8",
|
|
5770
|
+
"@lwc/errors": ">=8",
|
|
5771
|
+
"@lwc/template-compiler": ">=8"
|
|
6098
5772
|
}
|
|
6099
5773
|
},
|
|
6100
5774
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint-community/eslint-utils": {
|
|
@@ -6174,48 +5848,13 @@
|
|
|
6174
5848
|
"url": "https://eslint.org/donate"
|
|
6175
5849
|
}
|
|
6176
5850
|
},
|
|
6177
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@
|
|
6178
|
-
"version": "
|
|
6179
|
-
"resolved": "https://registry.npmjs.org/@
|
|
6180
|
-
"integrity": "sha512-
|
|
6181
|
-
"license": "
|
|
6182
|
-
},
|
|
6183
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@rollup/plugin-babel": {
|
|
6184
|
-
"version": "6.1.0",
|
|
6185
|
-
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.1.0.tgz",
|
|
6186
|
-
"integrity": "sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==",
|
|
6187
|
-
"license": "MIT",
|
|
6188
|
-
"dependencies": {
|
|
6189
|
-
"@babel/helper-module-imports": "^7.18.6",
|
|
6190
|
-
"@rollup/pluginutils": "^5.0.1"
|
|
6191
|
-
},
|
|
6192
|
-
"engines": {
|
|
6193
|
-
"node": ">=14.0.0"
|
|
6194
|
-
},
|
|
6195
|
-
"peerDependencies": {
|
|
6196
|
-
"@babel/core": "^7.0.0",
|
|
6197
|
-
"@types/babel__core": "^7.1.9",
|
|
6198
|
-
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
6199
|
-
},
|
|
6200
|
-
"peerDependenciesMeta": {
|
|
6201
|
-
"@types/babel__core": {
|
|
6202
|
-
"optional": true
|
|
6203
|
-
},
|
|
6204
|
-
"rollup": {
|
|
6205
|
-
"optional": true
|
|
6206
|
-
}
|
|
6207
|
-
}
|
|
6208
|
-
},
|
|
6209
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/doctrine": {
|
|
6210
|
-
"version": "3.0.0",
|
|
6211
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
6212
|
-
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
6213
|
-
"license": "Apache-2.0",
|
|
6214
|
-
"dependencies": {
|
|
6215
|
-
"esutils": "^2.0.2"
|
|
6216
|
-
},
|
|
5851
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@lwc/sfdc-compiler-utils": {
|
|
5852
|
+
"version": "13.2.19",
|
|
5853
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.19.tgz",
|
|
5854
|
+
"integrity": "sha512-Os9s6G+V7RnsnHd+qtz+mB0pQuoudExI622zKJCHe6TdmMPVUGnRjHkyFcw0d0i+JPImF5PkJuZ2QYqcDoPplA==",
|
|
5855
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6217
5856
|
"engines": {
|
|
6218
|
-
"node": ">=
|
|
5857
|
+
"node": ">=14"
|
|
6219
5858
|
}
|
|
6220
5859
|
},
|
|
6221
5860
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/eslint": {
|
|
@@ -6386,15 +6025,6 @@
|
|
|
6386
6025
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6387
6026
|
}
|
|
6388
6027
|
},
|
|
6389
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/magic-string": {
|
|
6390
|
-
"version": "0.30.21",
|
|
6391
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
6392
|
-
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
6393
|
-
"license": "MIT",
|
|
6394
|
-
"dependencies": {
|
|
6395
|
-
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
6396
|
-
}
|
|
6397
|
-
},
|
|
6398
6028
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/p-limit": {
|
|
6399
6029
|
"version": "3.1.0",
|
|
6400
6030
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
@@ -6425,96 +6055,87 @@
|
|
|
6425
6055
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6426
6056
|
}
|
|
6427
6057
|
},
|
|
6428
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/semver": {
|
|
6429
|
-
"version": "6.3.1",
|
|
6430
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
6431
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
6432
|
-
"license": "ISC",
|
|
6433
|
-
"bin": {
|
|
6434
|
-
"semver": "bin/semver.js"
|
|
6435
|
-
}
|
|
6436
|
-
},
|
|
6437
6058
|
"node_modules/@lwc/shared": {
|
|
6438
|
-
"version": "8.
|
|
6439
|
-
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.
|
|
6440
|
-
"integrity": "sha512-
|
|
6059
|
+
"version": "8.24.0",
|
|
6060
|
+
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.24.0.tgz",
|
|
6061
|
+
"integrity": "sha512-rYgSg5NLS0M3rvX8iOOez1rFy7JjbB/MWPvIuyNi2z2W/CS7oMen1XTW7you8/d0m0kYM7b7S9gMJHzZAuekXQ==",
|
|
6441
6062
|
"license": "MIT"
|
|
6442
6063
|
},
|
|
6443
6064
|
"node_modules/@lwc/signals": {
|
|
6444
|
-
"version": "8.
|
|
6445
|
-
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.
|
|
6446
|
-
"integrity": "sha512-
|
|
6065
|
+
"version": "8.24.0",
|
|
6066
|
+
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.24.0.tgz",
|
|
6067
|
+
"integrity": "sha512-yvW4JRnAORYYrq3l3L//dG++sz5JM2HQ3lHMLpBbBKGWlLflDIUh6teApz8YUddGAyttTo4LcDAajx2HGN+Kfw==",
|
|
6447
6068
|
"license": "MIT"
|
|
6448
6069
|
},
|
|
6449
6070
|
"node_modules/@lwc/ssr-compiler": {
|
|
6450
|
-
"version": "8.
|
|
6451
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.
|
|
6452
|
-
"integrity": "sha512-
|
|
6071
|
+
"version": "8.24.0",
|
|
6072
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.24.0.tgz",
|
|
6073
|
+
"integrity": "sha512-1pnCDuMx6tUrpMKWwq3NVF10B65CILWBen/Axldg5AxIu6TVdlYoy8CbkHcpeS3+Qd9BpAAuQnkZo+RkVEmYww==",
|
|
6453
6074
|
"license": "MIT",
|
|
6454
6075
|
"dependencies": {
|
|
6455
|
-
"@babel/types": "7.28.
|
|
6456
|
-
"@lwc/errors": "8.
|
|
6457
|
-
"@lwc/shared": "8.
|
|
6458
|
-
"@lwc/template-compiler": "8.
|
|
6076
|
+
"@babel/types": "7.28.5",
|
|
6077
|
+
"@lwc/errors": "8.24.0",
|
|
6078
|
+
"@lwc/shared": "8.24.0",
|
|
6079
|
+
"@lwc/template-compiler": "8.24.0",
|
|
6459
6080
|
"acorn": "8.15.0",
|
|
6460
6081
|
"astring": "^1.9.0",
|
|
6461
6082
|
"estree-toolkit": "^1.7.13",
|
|
6462
|
-
"immer": "^10.
|
|
6083
|
+
"immer": "^10.2.0",
|
|
6463
6084
|
"meriyah": "^5.0.0"
|
|
6464
6085
|
}
|
|
6465
6086
|
},
|
|
6466
6087
|
"node_modules/@lwc/ssr-runtime": {
|
|
6467
|
-
"version": "8.
|
|
6468
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.
|
|
6469
|
-
"integrity": "sha512-
|
|
6088
|
+
"version": "8.24.0",
|
|
6089
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.24.0.tgz",
|
|
6090
|
+
"integrity": "sha512-ZZezcxHFwPu244ARazQZufXirXmdN5/ExiQcCQ5dqmtrzd+daypXpUYgD3tPbhI+423YMbQbfFxceiri0kL8Tw==",
|
|
6470
6091
|
"license": "MIT"
|
|
6471
6092
|
},
|
|
6472
6093
|
"node_modules/@lwc/style-compiler": {
|
|
6473
|
-
"version": "8.
|
|
6474
|
-
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.
|
|
6475
|
-
"integrity": "sha512-
|
|
6094
|
+
"version": "8.24.0",
|
|
6095
|
+
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.24.0.tgz",
|
|
6096
|
+
"integrity": "sha512-AtlwvAOl8siJLXSb6mxXMw89HCgRWxNhVeYEsIvmCos9HTkdhoG8PX6EYcQj8oDnYFBqe2WcR2AUYRBqwV1iig==",
|
|
6476
6097
|
"license": "MIT",
|
|
6477
6098
|
"dependencies": {
|
|
6478
|
-
"@lwc/shared": "8.
|
|
6099
|
+
"@lwc/shared": "8.24.0",
|
|
6479
6100
|
"postcss": "~8.5.6",
|
|
6480
6101
|
"postcss-selector-parser": "~7.1.0",
|
|
6481
6102
|
"postcss-value-parser": "~4.2.0"
|
|
6482
6103
|
}
|
|
6483
6104
|
},
|
|
6484
6105
|
"node_modules/@lwc/synthetic-shadow": {
|
|
6485
|
-
"version": "8.
|
|
6486
|
-
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.
|
|
6487
|
-
"integrity": "sha512-
|
|
6106
|
+
"version": "8.24.0",
|
|
6107
|
+
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.24.0.tgz",
|
|
6108
|
+
"integrity": "sha512-46fWZMRaT7a8fbX/03sXNLB6lBM6xJtIfBivexSUyvNkoyE3iNbRDhzFjTOD1O8Gxx/crpBHaiRtzzEuzcrYtg==",
|
|
6488
6109
|
"license": "MIT",
|
|
6489
6110
|
"peer": true
|
|
6490
6111
|
},
|
|
6491
6112
|
"node_modules/@lwc/template-compiler": {
|
|
6492
|
-
"version": "8.
|
|
6493
|
-
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.
|
|
6494
|
-
"integrity": "sha512-
|
|
6113
|
+
"version": "8.24.0",
|
|
6114
|
+
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.24.0.tgz",
|
|
6115
|
+
"integrity": "sha512-x4SBSvDnC75QK4P2YCkAiwbTTeEmQ5RveT7LB6sk6WYma+OiDSk8pFrj5SFrsjtOy6oDxedvIpftlrbUa+Yh0w==",
|
|
6495
6116
|
"license": "MIT",
|
|
6496
6117
|
"peer": true,
|
|
6497
6118
|
"dependencies": {
|
|
6498
|
-
"@lwc/errors": "8.
|
|
6499
|
-
"@lwc/shared": "8.
|
|
6119
|
+
"@lwc/errors": "8.24.0",
|
|
6120
|
+
"@lwc/shared": "8.24.0",
|
|
6500
6121
|
"acorn": "~8.15.0",
|
|
6501
6122
|
"astring": "~1.9.0",
|
|
6502
6123
|
"he": "~1.2.0"
|
|
6503
6124
|
}
|
|
6504
6125
|
},
|
|
6505
6126
|
"node_modules/@lwc/types": {
|
|
6506
|
-
"version": "8.
|
|
6507
|
-
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.
|
|
6508
|
-
"integrity": "sha512-
|
|
6127
|
+
"version": "8.24.0",
|
|
6128
|
+
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.24.0.tgz",
|
|
6129
|
+
"integrity": "sha512-yQe8VLfrnZoNxGaf13Hs4XJaqBQ8nrKEYfNHUGI9P1tNPGGr1ooNEFGQfNoBkUU7mxZomXRyOD/moUYOIRjqAw==",
|
|
6509
6130
|
"license": "MIT",
|
|
6510
6131
|
"dependencies": {
|
|
6511
|
-
"@lwc/engine-core": "8.
|
|
6132
|
+
"@lwc/engine-core": "8.24.0"
|
|
6512
6133
|
}
|
|
6513
6134
|
},
|
|
6514
6135
|
"node_modules/@lwc/wire-service": {
|
|
6515
|
-
"version": "8.
|
|
6516
|
-
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.
|
|
6517
|
-
"integrity": "sha512-
|
|
6136
|
+
"version": "8.24.0",
|
|
6137
|
+
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.24.0.tgz",
|
|
6138
|
+
"integrity": "sha512-hpwgttHXCCABfWOy9ChspmpMrTX3HP6fYqEb+Qp85NP52jE1YSUgnncQ/lqDZF5Xak4b2pm7wM1gR6jMDT/jmA==",
|
|
6518
6139
|
"license": "MIT"
|
|
6519
6140
|
},
|
|
6520
6141
|
"node_modules/@lwrjs/api": {
|
|
@@ -8573,6 +8194,32 @@
|
|
|
8573
8194
|
"integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
|
|
8574
8195
|
"license": "BSD-3-Clause"
|
|
8575
8196
|
},
|
|
8197
|
+
"node_modules/@rollup/plugin-babel": {
|
|
8198
|
+
"version": "6.1.0",
|
|
8199
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.1.0.tgz",
|
|
8200
|
+
"integrity": "sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==",
|
|
8201
|
+
"license": "MIT",
|
|
8202
|
+
"dependencies": {
|
|
8203
|
+
"@babel/helper-module-imports": "^7.18.6",
|
|
8204
|
+
"@rollup/pluginutils": "^5.0.1"
|
|
8205
|
+
},
|
|
8206
|
+
"engines": {
|
|
8207
|
+
"node": ">=14.0.0"
|
|
8208
|
+
},
|
|
8209
|
+
"peerDependencies": {
|
|
8210
|
+
"@babel/core": "^7.0.0",
|
|
8211
|
+
"@types/babel__core": "^7.1.9",
|
|
8212
|
+
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
8213
|
+
},
|
|
8214
|
+
"peerDependenciesMeta": {
|
|
8215
|
+
"@types/babel__core": {
|
|
8216
|
+
"optional": true
|
|
8217
|
+
},
|
|
8218
|
+
"rollup": {
|
|
8219
|
+
"optional": true
|
|
8220
|
+
}
|
|
8221
|
+
}
|
|
8222
|
+
},
|
|
8576
8223
|
"node_modules/@rollup/plugin-node-resolve": {
|
|
8577
8224
|
"version": "15.3.1",
|
|
8578
8225
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz",
|
|
@@ -8640,24 +8287,6 @@
|
|
|
8640
8287
|
}
|
|
8641
8288
|
}
|
|
8642
8289
|
},
|
|
8643
|
-
"node_modules/@rollup/plugin-terser/node_modules/terser": {
|
|
8644
|
-
"version": "5.39.0",
|
|
8645
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz",
|
|
8646
|
-
"integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==",
|
|
8647
|
-
"license": "BSD-2-Clause",
|
|
8648
|
-
"dependencies": {
|
|
8649
|
-
"@jridgewell/source-map": "^0.3.3",
|
|
8650
|
-
"acorn": "^8.8.2",
|
|
8651
|
-
"commander": "^2.20.0",
|
|
8652
|
-
"source-map-support": "~0.5.20"
|
|
8653
|
-
},
|
|
8654
|
-
"bin": {
|
|
8655
|
-
"terser": "bin/terser"
|
|
8656
|
-
},
|
|
8657
|
-
"engines": {
|
|
8658
|
-
"node": ">=10"
|
|
8659
|
-
}
|
|
8660
|
-
},
|
|
8661
8290
|
"node_modules/@rollup/pluginutils": {
|
|
8662
8291
|
"version": "5.2.0",
|
|
8663
8292
|
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.2.0.tgz",
|
|
@@ -13056,10 +12685,13 @@
|
|
|
13056
12685
|
}
|
|
13057
12686
|
},
|
|
13058
12687
|
"node_modules/commander": {
|
|
13059
|
-
"version": "
|
|
13060
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
13061
|
-
"integrity": "sha512-
|
|
13062
|
-
"license": "MIT"
|
|
12688
|
+
"version": "14.0.2",
|
|
12689
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz",
|
|
12690
|
+
"integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
|
|
12691
|
+
"license": "MIT",
|
|
12692
|
+
"engines": {
|
|
12693
|
+
"node": ">=20"
|
|
12694
|
+
}
|
|
13063
12695
|
},
|
|
13064
12696
|
"node_modules/comment-parser": {
|
|
13065
12697
|
"version": "1.4.1",
|
|
@@ -13701,15 +13333,15 @@
|
|
|
13701
13333
|
}
|
|
13702
13334
|
},
|
|
13703
13335
|
"node_modules/doctrine": {
|
|
13704
|
-
"version": "
|
|
13705
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-
|
|
13706
|
-
"integrity": "sha512-
|
|
13336
|
+
"version": "3.0.0",
|
|
13337
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
13338
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
13707
13339
|
"license": "Apache-2.0",
|
|
13708
13340
|
"dependencies": {
|
|
13709
13341
|
"esutils": "^2.0.2"
|
|
13710
13342
|
},
|
|
13711
13343
|
"engines": {
|
|
13712
|
-
"node": ">=0.
|
|
13344
|
+
"node": ">=6.0.0"
|
|
13713
13345
|
}
|
|
13714
13346
|
},
|
|
13715
13347
|
"node_modules/dom-serializer": {
|
|
@@ -14230,137 +13862,6 @@
|
|
|
14230
13862
|
"eslint-plugin-unicorn": "^50.0.1"
|
|
14231
13863
|
}
|
|
14232
13864
|
},
|
|
14233
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/array-includes": {
|
|
14234
|
-
"version": "3.1.8",
|
|
14235
|
-
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
|
|
14236
|
-
"integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
|
|
14237
|
-
"dev": true,
|
|
14238
|
-
"license": "MIT",
|
|
14239
|
-
"dependencies": {
|
|
14240
|
-
"call-bind": "^1.0.7",
|
|
14241
|
-
"define-properties": "^1.2.1",
|
|
14242
|
-
"es-abstract": "^1.23.2",
|
|
14243
|
-
"es-object-atoms": "^1.0.0",
|
|
14244
|
-
"get-intrinsic": "^1.2.4",
|
|
14245
|
-
"is-string": "^1.0.7"
|
|
14246
|
-
},
|
|
14247
|
-
"engines": {
|
|
14248
|
-
"node": ">= 0.4"
|
|
14249
|
-
},
|
|
14250
|
-
"funding": {
|
|
14251
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
14252
|
-
}
|
|
14253
|
-
},
|
|
14254
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/array.prototype.flat": {
|
|
14255
|
-
"version": "1.3.2",
|
|
14256
|
-
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
|
|
14257
|
-
"integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
|
|
14258
|
-
"dev": true,
|
|
14259
|
-
"license": "MIT",
|
|
14260
|
-
"dependencies": {
|
|
14261
|
-
"call-bind": "^1.0.2",
|
|
14262
|
-
"define-properties": "^1.2.0",
|
|
14263
|
-
"es-abstract": "^1.22.1",
|
|
14264
|
-
"es-shim-unscopables": "^1.0.0"
|
|
14265
|
-
},
|
|
14266
|
-
"engines": {
|
|
14267
|
-
"node": ">= 0.4"
|
|
14268
|
-
},
|
|
14269
|
-
"funding": {
|
|
14270
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
14271
|
-
}
|
|
14272
|
-
},
|
|
14273
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/array.prototype.flatmap": {
|
|
14274
|
-
"version": "1.3.2",
|
|
14275
|
-
"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
|
|
14276
|
-
"integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
|
|
14277
|
-
"dev": true,
|
|
14278
|
-
"license": "MIT",
|
|
14279
|
-
"dependencies": {
|
|
14280
|
-
"call-bind": "^1.0.2",
|
|
14281
|
-
"define-properties": "^1.2.0",
|
|
14282
|
-
"es-abstract": "^1.22.1",
|
|
14283
|
-
"es-shim-unscopables": "^1.0.0"
|
|
14284
|
-
},
|
|
14285
|
-
"engines": {
|
|
14286
|
-
"node": ">= 0.4"
|
|
14287
|
-
},
|
|
14288
|
-
"funding": {
|
|
14289
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
14290
|
-
}
|
|
14291
|
-
},
|
|
14292
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/debug": {
|
|
14293
|
-
"version": "3.2.7",
|
|
14294
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
14295
|
-
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
14296
|
-
"dev": true,
|
|
14297
|
-
"license": "MIT",
|
|
14298
|
-
"dependencies": {
|
|
14299
|
-
"ms": "^2.1.1"
|
|
14300
|
-
}
|
|
14301
|
-
},
|
|
14302
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/eslint-module-utils": {
|
|
14303
|
-
"version": "2.12.0",
|
|
14304
|
-
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz",
|
|
14305
|
-
"integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==",
|
|
14306
|
-
"dev": true,
|
|
14307
|
-
"license": "MIT",
|
|
14308
|
-
"dependencies": {
|
|
14309
|
-
"debug": "^3.2.7"
|
|
14310
|
-
},
|
|
14311
|
-
"engines": {
|
|
14312
|
-
"node": ">=4"
|
|
14313
|
-
},
|
|
14314
|
-
"peerDependenciesMeta": {
|
|
14315
|
-
"eslint": {
|
|
14316
|
-
"optional": true
|
|
14317
|
-
}
|
|
14318
|
-
}
|
|
14319
|
-
},
|
|
14320
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/eslint-plugin-import": {
|
|
14321
|
-
"version": "2.31.0",
|
|
14322
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz",
|
|
14323
|
-
"integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==",
|
|
14324
|
-
"dev": true,
|
|
14325
|
-
"license": "MIT",
|
|
14326
|
-
"dependencies": {
|
|
14327
|
-
"@rtsao/scc": "^1.1.0",
|
|
14328
|
-
"array-includes": "^3.1.8",
|
|
14329
|
-
"array.prototype.findlastindex": "^1.2.5",
|
|
14330
|
-
"array.prototype.flat": "^1.3.2",
|
|
14331
|
-
"array.prototype.flatmap": "^1.3.2",
|
|
14332
|
-
"debug": "^3.2.7",
|
|
14333
|
-
"doctrine": "^2.1.0",
|
|
14334
|
-
"eslint-import-resolver-node": "^0.3.9",
|
|
14335
|
-
"eslint-module-utils": "^2.12.0",
|
|
14336
|
-
"hasown": "^2.0.2",
|
|
14337
|
-
"is-core-module": "^2.15.1",
|
|
14338
|
-
"is-glob": "^4.0.3",
|
|
14339
|
-
"minimatch": "^3.1.2",
|
|
14340
|
-
"object.fromentries": "^2.0.8",
|
|
14341
|
-
"object.groupby": "^1.0.3",
|
|
14342
|
-
"object.values": "^1.2.0",
|
|
14343
|
-
"semver": "^6.3.1",
|
|
14344
|
-
"string.prototype.trimend": "^1.0.8",
|
|
14345
|
-
"tsconfig-paths": "^3.15.0"
|
|
14346
|
-
},
|
|
14347
|
-
"engines": {
|
|
14348
|
-
"node": ">=4"
|
|
14349
|
-
},
|
|
14350
|
-
"peerDependencies": {
|
|
14351
|
-
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
|
|
14352
|
-
}
|
|
14353
|
-
},
|
|
14354
|
-
"node_modules/eslint-config-salesforce-typescript/node_modules/semver": {
|
|
14355
|
-
"version": "6.3.1",
|
|
14356
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
14357
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
14358
|
-
"dev": true,
|
|
14359
|
-
"license": "ISC",
|
|
14360
|
-
"bin": {
|
|
14361
|
-
"semver": "bin/semver.js"
|
|
14362
|
-
}
|
|
14363
|
-
},
|
|
14364
13865
|
"node_modules/eslint-import-resolver-node": {
|
|
14365
13866
|
"version": "0.3.9",
|
|
14366
13867
|
"resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
|
|
@@ -14554,6 +14055,18 @@
|
|
|
14554
14055
|
"ms": "^2.1.1"
|
|
14555
14056
|
}
|
|
14556
14057
|
},
|
|
14058
|
+
"node_modules/eslint-plugin-import/node_modules/doctrine": {
|
|
14059
|
+
"version": "2.1.0",
|
|
14060
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
|
14061
|
+
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
|
14062
|
+
"license": "Apache-2.0",
|
|
14063
|
+
"dependencies": {
|
|
14064
|
+
"esutils": "^2.0.2"
|
|
14065
|
+
},
|
|
14066
|
+
"engines": {
|
|
14067
|
+
"node": ">=0.10.0"
|
|
14068
|
+
}
|
|
14069
|
+
},
|
|
14557
14070
|
"node_modules/eslint-plugin-import/node_modules/eslint": {
|
|
14558
14071
|
"version": "9.38.0",
|
|
14559
14072
|
"license": "MIT",
|
|
@@ -15435,18 +14948,6 @@
|
|
|
15435
14948
|
"url": "https://opencollective.com/eslint"
|
|
15436
14949
|
}
|
|
15437
14950
|
},
|
|
15438
|
-
"node_modules/eslint/node_modules/doctrine": {
|
|
15439
|
-
"version": "3.0.0",
|
|
15440
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
15441
|
-
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
15442
|
-
"license": "Apache-2.0",
|
|
15443
|
-
"dependencies": {
|
|
15444
|
-
"esutils": "^2.0.2"
|
|
15445
|
-
},
|
|
15446
|
-
"engines": {
|
|
15447
|
-
"node": ">=6.0.0"
|
|
15448
|
-
}
|
|
15449
|
-
},
|
|
15450
14951
|
"node_modules/eslint/node_modules/espree": {
|
|
15451
14952
|
"version": "9.6.1",
|
|
15452
14953
|
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
|
|
@@ -17496,9 +16997,9 @@
|
|
|
17496
16997
|
"license": "MIT"
|
|
17497
16998
|
},
|
|
17498
16999
|
"node_modules/immer": {
|
|
17499
|
-
"version": "10.
|
|
17500
|
-
"resolved": "https://registry.npmjs.org/immer/-/immer-10.
|
|
17501
|
-
"integrity": "sha512-
|
|
17000
|
+
"version": "10.2.0",
|
|
17001
|
+
"resolved": "https://registry.npmjs.org/immer/-/immer-10.2.0.tgz",
|
|
17002
|
+
"integrity": "sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==",
|
|
17502
17003
|
"license": "MIT",
|
|
17503
17004
|
"funding": {
|
|
17504
17005
|
"type": "opencollective",
|
|
@@ -19536,41 +19037,47 @@
|
|
|
19536
19037
|
"license": "MIT"
|
|
19537
19038
|
},
|
|
19538
19039
|
"node_modules/lwc": {
|
|
19539
|
-
"version": "8.
|
|
19540
|
-
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.
|
|
19541
|
-
"integrity": "sha512-
|
|
19040
|
+
"version": "8.24.0",
|
|
19041
|
+
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.24.0.tgz",
|
|
19042
|
+
"integrity": "sha512-u2l1MSulS5W1YIPkeA0ndG2vWFBgAnLGAkYGdbvhEuDdvhIJ7J/U+ftca3f67bx655y1jiBoWjiGEdUDprPcTQ==",
|
|
19542
19043
|
"license": "MIT",
|
|
19543
19044
|
"peer": true,
|
|
19544
19045
|
"dependencies": {
|
|
19545
|
-
"@lwc/aria-reflection": "8.
|
|
19546
|
-
"@lwc/babel-plugin-component": "8.
|
|
19547
|
-
"@lwc/compiler": "8.
|
|
19548
|
-
"@lwc/engine-core": "8.
|
|
19549
|
-
"@lwc/engine-dom": "8.
|
|
19550
|
-
"@lwc/engine-server": "8.
|
|
19551
|
-
"@lwc/errors": "8.
|
|
19552
|
-
"@lwc/features": "8.
|
|
19553
|
-
"@lwc/module-resolver": "8.
|
|
19554
|
-
"@lwc/rollup-plugin": "8.
|
|
19555
|
-
"@lwc/shared": "8.
|
|
19556
|
-
"@lwc/ssr-compiler": "8.
|
|
19557
|
-
"@lwc/ssr-runtime": "8.
|
|
19558
|
-
"@lwc/style-compiler": "8.
|
|
19559
|
-
"@lwc/synthetic-shadow": "8.
|
|
19560
|
-
"@lwc/template-compiler": "8.
|
|
19561
|
-
"@lwc/types": "8.
|
|
19562
|
-
"@lwc/wire-service": "8.
|
|
19046
|
+
"@lwc/aria-reflection": "8.24.0",
|
|
19047
|
+
"@lwc/babel-plugin-component": "8.24.0",
|
|
19048
|
+
"@lwc/compiler": "8.24.0",
|
|
19049
|
+
"@lwc/engine-core": "8.24.0",
|
|
19050
|
+
"@lwc/engine-dom": "8.24.0",
|
|
19051
|
+
"@lwc/engine-server": "8.24.0",
|
|
19052
|
+
"@lwc/errors": "8.24.0",
|
|
19053
|
+
"@lwc/features": "8.24.0",
|
|
19054
|
+
"@lwc/module-resolver": "8.24.0",
|
|
19055
|
+
"@lwc/rollup-plugin": "8.24.0",
|
|
19056
|
+
"@lwc/shared": "8.24.0",
|
|
19057
|
+
"@lwc/ssr-compiler": "8.24.0",
|
|
19058
|
+
"@lwc/ssr-runtime": "8.24.0",
|
|
19059
|
+
"@lwc/style-compiler": "8.24.0",
|
|
19060
|
+
"@lwc/synthetic-shadow": "8.24.0",
|
|
19061
|
+
"@lwc/template-compiler": "8.24.0",
|
|
19062
|
+
"@lwc/types": "8.24.0",
|
|
19063
|
+
"@lwc/wire-service": "8.24.0"
|
|
19563
19064
|
}
|
|
19564
19065
|
},
|
|
19565
19066
|
"node_modules/magic-string": {
|
|
19566
|
-
"version": "0.30.
|
|
19567
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.
|
|
19568
|
-
"integrity": "sha512-
|
|
19067
|
+
"version": "0.30.21",
|
|
19068
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
19069
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
19569
19070
|
"license": "MIT",
|
|
19570
19071
|
"dependencies": {
|
|
19571
|
-
"@jridgewell/sourcemap-codec": "^1.5.
|
|
19072
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
19572
19073
|
}
|
|
19573
19074
|
},
|
|
19075
|
+
"node_modules/magic-string/node_modules/@jridgewell/sourcemap-codec": {
|
|
19076
|
+
"version": "1.5.5",
|
|
19077
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
19078
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
19079
|
+
"license": "MIT"
|
|
19080
|
+
},
|
|
19574
19081
|
"node_modules/make-dir": {
|
|
19575
19082
|
"version": "3.1.0",
|
|
19576
19083
|
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
|
|
@@ -23823,6 +23330,12 @@
|
|
|
23823
23330
|
"node": ">=10"
|
|
23824
23331
|
}
|
|
23825
23332
|
},
|
|
23333
|
+
"node_modules/terser/node_modules/commander": {
|
|
23334
|
+
"version": "2.20.3",
|
|
23335
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
|
23336
|
+
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
23337
|
+
"license": "MIT"
|
|
23338
|
+
},
|
|
23826
23339
|
"node_modules/test-exclude": {
|
|
23827
23340
|
"version": "6.0.0",
|
|
23828
23341
|
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
|