@mbwilding/tool-early-bound-generator 0.0.8 → 0.0.9
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/dist/index.js +48 -50
- package/npm-shrinkwrap.json +1137 -4
- package/package.json +8 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mbwilding/tool-early-bound-generator",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@mbwilding/tool-early-bound-generator",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.9",
|
|
10
10
|
"license": "GPL-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"react": "^18.3.1",
|
|
@@ -17,7 +17,11 @@
|
|
|
17
17
|
"@types/node": "^20.19.21",
|
|
18
18
|
"@types/react": "^18.3.1",
|
|
19
19
|
"@types/react-dom": "^18.3.0",
|
|
20
|
+
"@typescript-eslint/eslint-plugin": "^8.59.4",
|
|
21
|
+
"@typescript-eslint/parser": "^8.59.4",
|
|
20
22
|
"@vitejs/plugin-react": "^4.3.4",
|
|
23
|
+
"eslint": "^10.4.0",
|
|
24
|
+
"eslint-config-prettier": "^10.1.8",
|
|
21
25
|
"happy-dom": "^20.9.0",
|
|
22
26
|
"prettier": "^3.8.3",
|
|
23
27
|
"typescript": "^5.9.3",
|
|
@@ -749,6 +753,166 @@
|
|
|
749
753
|
"node": ">=18"
|
|
750
754
|
}
|
|
751
755
|
},
|
|
756
|
+
"node_modules/@eslint-community/eslint-utils": {
|
|
757
|
+
"version": "4.9.1",
|
|
758
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
|
|
759
|
+
"integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
|
|
760
|
+
"dev": true,
|
|
761
|
+
"license": "MIT",
|
|
762
|
+
"dependencies": {
|
|
763
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
764
|
+
},
|
|
765
|
+
"engines": {
|
|
766
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
767
|
+
},
|
|
768
|
+
"funding": {
|
|
769
|
+
"url": "https://opencollective.com/eslint"
|
|
770
|
+
},
|
|
771
|
+
"peerDependencies": {
|
|
772
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
"node_modules/@eslint-community/regexpp": {
|
|
776
|
+
"version": "4.12.2",
|
|
777
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
|
|
778
|
+
"integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
|
|
779
|
+
"dev": true,
|
|
780
|
+
"license": "MIT",
|
|
781
|
+
"engines": {
|
|
782
|
+
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
"node_modules/@eslint/config-array": {
|
|
786
|
+
"version": "0.23.5",
|
|
787
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
|
|
788
|
+
"integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
|
|
789
|
+
"dev": true,
|
|
790
|
+
"license": "Apache-2.0",
|
|
791
|
+
"dependencies": {
|
|
792
|
+
"@eslint/object-schema": "^3.0.5",
|
|
793
|
+
"debug": "^4.3.1",
|
|
794
|
+
"minimatch": "^10.2.4"
|
|
795
|
+
},
|
|
796
|
+
"engines": {
|
|
797
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
"node_modules/@eslint/config-helpers": {
|
|
801
|
+
"version": "0.6.0",
|
|
802
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz",
|
|
803
|
+
"integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==",
|
|
804
|
+
"dev": true,
|
|
805
|
+
"license": "Apache-2.0",
|
|
806
|
+
"dependencies": {
|
|
807
|
+
"@eslint/core": "^1.2.1"
|
|
808
|
+
},
|
|
809
|
+
"engines": {
|
|
810
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
"node_modules/@eslint/core": {
|
|
814
|
+
"version": "1.2.1",
|
|
815
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
|
|
816
|
+
"integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
|
|
817
|
+
"dev": true,
|
|
818
|
+
"license": "Apache-2.0",
|
|
819
|
+
"dependencies": {
|
|
820
|
+
"@types/json-schema": "^7.0.15"
|
|
821
|
+
},
|
|
822
|
+
"engines": {
|
|
823
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
"node_modules/@eslint/object-schema": {
|
|
827
|
+
"version": "3.0.5",
|
|
828
|
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
|
|
829
|
+
"integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
|
|
830
|
+
"dev": true,
|
|
831
|
+
"license": "Apache-2.0",
|
|
832
|
+
"engines": {
|
|
833
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"node_modules/@eslint/plugin-kit": {
|
|
837
|
+
"version": "0.7.1",
|
|
838
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz",
|
|
839
|
+
"integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==",
|
|
840
|
+
"dev": true,
|
|
841
|
+
"license": "Apache-2.0",
|
|
842
|
+
"dependencies": {
|
|
843
|
+
"@eslint/core": "^1.2.1",
|
|
844
|
+
"levn": "^0.4.1"
|
|
845
|
+
},
|
|
846
|
+
"engines": {
|
|
847
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
"node_modules/@humanfs/core": {
|
|
851
|
+
"version": "0.19.2",
|
|
852
|
+
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
|
|
853
|
+
"integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
|
|
854
|
+
"dev": true,
|
|
855
|
+
"license": "Apache-2.0",
|
|
856
|
+
"dependencies": {
|
|
857
|
+
"@humanfs/types": "^0.15.0"
|
|
858
|
+
},
|
|
859
|
+
"engines": {
|
|
860
|
+
"node": ">=18.18.0"
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
"node_modules/@humanfs/node": {
|
|
864
|
+
"version": "0.16.8",
|
|
865
|
+
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
|
|
866
|
+
"integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
|
|
867
|
+
"dev": true,
|
|
868
|
+
"license": "Apache-2.0",
|
|
869
|
+
"dependencies": {
|
|
870
|
+
"@humanfs/core": "^0.19.2",
|
|
871
|
+
"@humanfs/types": "^0.15.0",
|
|
872
|
+
"@humanwhocodes/retry": "^0.4.0"
|
|
873
|
+
},
|
|
874
|
+
"engines": {
|
|
875
|
+
"node": ">=18.18.0"
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
"node_modules/@humanfs/types": {
|
|
879
|
+
"version": "0.15.0",
|
|
880
|
+
"resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
|
|
881
|
+
"integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
|
|
882
|
+
"dev": true,
|
|
883
|
+
"license": "Apache-2.0",
|
|
884
|
+
"engines": {
|
|
885
|
+
"node": ">=18.18.0"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"node_modules/@humanwhocodes/module-importer": {
|
|
889
|
+
"version": "1.0.1",
|
|
890
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
891
|
+
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
|
|
892
|
+
"dev": true,
|
|
893
|
+
"license": "Apache-2.0",
|
|
894
|
+
"engines": {
|
|
895
|
+
"node": ">=12.22"
|
|
896
|
+
},
|
|
897
|
+
"funding": {
|
|
898
|
+
"type": "github",
|
|
899
|
+
"url": "https://github.com/sponsors/nzakas"
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
"node_modules/@humanwhocodes/retry": {
|
|
903
|
+
"version": "0.4.3",
|
|
904
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
|
|
905
|
+
"integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
|
|
906
|
+
"dev": true,
|
|
907
|
+
"license": "Apache-2.0",
|
|
908
|
+
"engines": {
|
|
909
|
+
"node": ">=18.18"
|
|
910
|
+
},
|
|
911
|
+
"funding": {
|
|
912
|
+
"type": "github",
|
|
913
|
+
"url": "https://github.com/sponsors/nzakas"
|
|
914
|
+
}
|
|
915
|
+
},
|
|
752
916
|
"node_modules/@jridgewell/gen-mapping": {
|
|
753
917
|
"version": "0.3.13",
|
|
754
918
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
@@ -1236,6 +1400,13 @@
|
|
|
1236
1400
|
"dev": true,
|
|
1237
1401
|
"license": "MIT"
|
|
1238
1402
|
},
|
|
1403
|
+
"node_modules/@types/esrecurse": {
|
|
1404
|
+
"version": "4.3.1",
|
|
1405
|
+
"resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
|
|
1406
|
+
"integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
|
|
1407
|
+
"dev": true,
|
|
1408
|
+
"license": "MIT"
|
|
1409
|
+
},
|
|
1239
1410
|
"node_modules/@types/estree": {
|
|
1240
1411
|
"version": "1.0.8",
|
|
1241
1412
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
@@ -1243,6 +1414,13 @@
|
|
|
1243
1414
|
"dev": true,
|
|
1244
1415
|
"license": "MIT"
|
|
1245
1416
|
},
|
|
1417
|
+
"node_modules/@types/json-schema": {
|
|
1418
|
+
"version": "7.0.15",
|
|
1419
|
+
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
1420
|
+
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
1421
|
+
"dev": true,
|
|
1422
|
+
"license": "MIT"
|
|
1423
|
+
},
|
|
1246
1424
|
"node_modules/@types/node": {
|
|
1247
1425
|
"version": "20.19.41",
|
|
1248
1426
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.41.tgz",
|
|
@@ -1298,6 +1476,252 @@
|
|
|
1298
1476
|
"@types/node": "*"
|
|
1299
1477
|
}
|
|
1300
1478
|
},
|
|
1479
|
+
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
1480
|
+
"version": "8.59.4",
|
|
1481
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.4.tgz",
|
|
1482
|
+
"integrity": "sha512-PegsU+XfyJJNjd4+u/k6f9yTyp0lEXXiPopUNobZcIAUJFGICFLN+sP0Rb3JehVmiij1Ph0dFGYqODoRo/2+6A==",
|
|
1483
|
+
"dev": true,
|
|
1484
|
+
"license": "MIT",
|
|
1485
|
+
"dependencies": {
|
|
1486
|
+
"@eslint-community/regexpp": "^4.12.2",
|
|
1487
|
+
"@typescript-eslint/scope-manager": "8.59.4",
|
|
1488
|
+
"@typescript-eslint/type-utils": "8.59.4",
|
|
1489
|
+
"@typescript-eslint/utils": "8.59.4",
|
|
1490
|
+
"@typescript-eslint/visitor-keys": "8.59.4",
|
|
1491
|
+
"ignore": "^7.0.5",
|
|
1492
|
+
"natural-compare": "^1.4.0",
|
|
1493
|
+
"ts-api-utils": "^2.5.0"
|
|
1494
|
+
},
|
|
1495
|
+
"engines": {
|
|
1496
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1497
|
+
},
|
|
1498
|
+
"funding": {
|
|
1499
|
+
"type": "opencollective",
|
|
1500
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
1501
|
+
},
|
|
1502
|
+
"peerDependencies": {
|
|
1503
|
+
"@typescript-eslint/parser": "^8.59.4",
|
|
1504
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1505
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1506
|
+
}
|
|
1507
|
+
},
|
|
1508
|
+
"node_modules/@typescript-eslint/parser": {
|
|
1509
|
+
"version": "8.59.4",
|
|
1510
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.4.tgz",
|
|
1511
|
+
"integrity": "sha512-zORHqO/tuhxY1zWuTvMUqddRxpiFJ72xVfcNoWpqdLjs6lfPbuQBJuW4pk+49/uBMy7Ssr4bzgjiKmmDB1UbZQ==",
|
|
1512
|
+
"dev": true,
|
|
1513
|
+
"license": "MIT",
|
|
1514
|
+
"dependencies": {
|
|
1515
|
+
"@typescript-eslint/scope-manager": "8.59.4",
|
|
1516
|
+
"@typescript-eslint/types": "8.59.4",
|
|
1517
|
+
"@typescript-eslint/typescript-estree": "8.59.4",
|
|
1518
|
+
"@typescript-eslint/visitor-keys": "8.59.4",
|
|
1519
|
+
"debug": "^4.4.3"
|
|
1520
|
+
},
|
|
1521
|
+
"engines": {
|
|
1522
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1523
|
+
},
|
|
1524
|
+
"funding": {
|
|
1525
|
+
"type": "opencollective",
|
|
1526
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
1527
|
+
},
|
|
1528
|
+
"peerDependencies": {
|
|
1529
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1530
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
"node_modules/@typescript-eslint/project-service": {
|
|
1534
|
+
"version": "8.59.4",
|
|
1535
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.4.tgz",
|
|
1536
|
+
"integrity": "sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==",
|
|
1537
|
+
"dev": true,
|
|
1538
|
+
"license": "MIT",
|
|
1539
|
+
"dependencies": {
|
|
1540
|
+
"@typescript-eslint/tsconfig-utils": "^8.59.4",
|
|
1541
|
+
"@typescript-eslint/types": "^8.59.4",
|
|
1542
|
+
"debug": "^4.4.3"
|
|
1543
|
+
},
|
|
1544
|
+
"engines": {
|
|
1545
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1546
|
+
},
|
|
1547
|
+
"funding": {
|
|
1548
|
+
"type": "opencollective",
|
|
1549
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
1550
|
+
},
|
|
1551
|
+
"peerDependencies": {
|
|
1552
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1553
|
+
}
|
|
1554
|
+
},
|
|
1555
|
+
"node_modules/@typescript-eslint/scope-manager": {
|
|
1556
|
+
"version": "8.59.4",
|
|
1557
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.4.tgz",
|
|
1558
|
+
"integrity": "sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==",
|
|
1559
|
+
"dev": true,
|
|
1560
|
+
"license": "MIT",
|
|
1561
|
+
"dependencies": {
|
|
1562
|
+
"@typescript-eslint/types": "8.59.4",
|
|
1563
|
+
"@typescript-eslint/visitor-keys": "8.59.4"
|
|
1564
|
+
},
|
|
1565
|
+
"engines": {
|
|
1566
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1567
|
+
},
|
|
1568
|
+
"funding": {
|
|
1569
|
+
"type": "opencollective",
|
|
1570
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
1574
|
+
"version": "8.59.4",
|
|
1575
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.4.tgz",
|
|
1576
|
+
"integrity": "sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==",
|
|
1577
|
+
"dev": true,
|
|
1578
|
+
"license": "MIT",
|
|
1579
|
+
"engines": {
|
|
1580
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1581
|
+
},
|
|
1582
|
+
"funding": {
|
|
1583
|
+
"type": "opencollective",
|
|
1584
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
1585
|
+
},
|
|
1586
|
+
"peerDependencies": {
|
|
1587
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
"node_modules/@typescript-eslint/type-utils": {
|
|
1591
|
+
"version": "8.59.4",
|
|
1592
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.4.tgz",
|
|
1593
|
+
"integrity": "sha512-uonTuPAAKr9XaBGqJ3LjYTh72zy5DyGesljO9gtmk/eFW0W1fRHjnwVYKB35Lm8d5Q5CluEW3gPHjTvZTmgrfA==",
|
|
1594
|
+
"dev": true,
|
|
1595
|
+
"license": "MIT",
|
|
1596
|
+
"dependencies": {
|
|
1597
|
+
"@typescript-eslint/types": "8.59.4",
|
|
1598
|
+
"@typescript-eslint/typescript-estree": "8.59.4",
|
|
1599
|
+
"@typescript-eslint/utils": "8.59.4",
|
|
1600
|
+
"debug": "^4.4.3",
|
|
1601
|
+
"ts-api-utils": "^2.5.0"
|
|
1602
|
+
},
|
|
1603
|
+
"engines": {
|
|
1604
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1605
|
+
},
|
|
1606
|
+
"funding": {
|
|
1607
|
+
"type": "opencollective",
|
|
1608
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
1609
|
+
},
|
|
1610
|
+
"peerDependencies": {
|
|
1611
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1612
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1615
|
+
"node_modules/@typescript-eslint/types": {
|
|
1616
|
+
"version": "8.59.4",
|
|
1617
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.4.tgz",
|
|
1618
|
+
"integrity": "sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==",
|
|
1619
|
+
"dev": true,
|
|
1620
|
+
"license": "MIT",
|
|
1621
|
+
"engines": {
|
|
1622
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1623
|
+
},
|
|
1624
|
+
"funding": {
|
|
1625
|
+
"type": "opencollective",
|
|
1626
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1629
|
+
"node_modules/@typescript-eslint/typescript-estree": {
|
|
1630
|
+
"version": "8.59.4",
|
|
1631
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.4.tgz",
|
|
1632
|
+
"integrity": "sha512-F+RuOmcDXo4+TPdfd/TCLS3m2nw8gE9XXyZLrA3JBfaA5tz9TtdkyD3YJFmPxulyc2cKbEok/CvFE3MgSLWnag==",
|
|
1633
|
+
"dev": true,
|
|
1634
|
+
"license": "MIT",
|
|
1635
|
+
"dependencies": {
|
|
1636
|
+
"@typescript-eslint/project-service": "8.59.4",
|
|
1637
|
+
"@typescript-eslint/tsconfig-utils": "8.59.4",
|
|
1638
|
+
"@typescript-eslint/types": "8.59.4",
|
|
1639
|
+
"@typescript-eslint/visitor-keys": "8.59.4",
|
|
1640
|
+
"debug": "^4.4.3",
|
|
1641
|
+
"minimatch": "^10.2.2",
|
|
1642
|
+
"semver": "^7.7.3",
|
|
1643
|
+
"tinyglobby": "^0.2.15",
|
|
1644
|
+
"ts-api-utils": "^2.5.0"
|
|
1645
|
+
},
|
|
1646
|
+
"engines": {
|
|
1647
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1648
|
+
},
|
|
1649
|
+
"funding": {
|
|
1650
|
+
"type": "opencollective",
|
|
1651
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
1652
|
+
},
|
|
1653
|
+
"peerDependencies": {
|
|
1654
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
1658
|
+
"version": "7.8.1",
|
|
1659
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
|
|
1660
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
1661
|
+
"dev": true,
|
|
1662
|
+
"license": "ISC",
|
|
1663
|
+
"bin": {
|
|
1664
|
+
"semver": "bin/semver.js"
|
|
1665
|
+
},
|
|
1666
|
+
"engines": {
|
|
1667
|
+
"node": ">=10"
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
"node_modules/@typescript-eslint/utils": {
|
|
1671
|
+
"version": "8.59.4",
|
|
1672
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.4.tgz",
|
|
1673
|
+
"integrity": "sha512-cYXeNAUsG4lJo5dbc1FcKm+JwIWrj1/UpTORsC6tGMjEZ81DYcvIr9/ueikhMa/Y/gDQYGp+YX9/xQrXje5BJw==",
|
|
1674
|
+
"dev": true,
|
|
1675
|
+
"license": "MIT",
|
|
1676
|
+
"dependencies": {
|
|
1677
|
+
"@eslint-community/eslint-utils": "^4.9.1",
|
|
1678
|
+
"@typescript-eslint/scope-manager": "8.59.4",
|
|
1679
|
+
"@typescript-eslint/types": "8.59.4",
|
|
1680
|
+
"@typescript-eslint/typescript-estree": "8.59.4"
|
|
1681
|
+
},
|
|
1682
|
+
"engines": {
|
|
1683
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1684
|
+
},
|
|
1685
|
+
"funding": {
|
|
1686
|
+
"type": "opencollective",
|
|
1687
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
1688
|
+
},
|
|
1689
|
+
"peerDependencies": {
|
|
1690
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1691
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"node_modules/@typescript-eslint/visitor-keys": {
|
|
1695
|
+
"version": "8.59.4",
|
|
1696
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.4.tgz",
|
|
1697
|
+
"integrity": "sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==",
|
|
1698
|
+
"dev": true,
|
|
1699
|
+
"license": "MIT",
|
|
1700
|
+
"dependencies": {
|
|
1701
|
+
"@typescript-eslint/types": "8.59.4",
|
|
1702
|
+
"eslint-visitor-keys": "^5.0.0"
|
|
1703
|
+
},
|
|
1704
|
+
"engines": {
|
|
1705
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1706
|
+
},
|
|
1707
|
+
"funding": {
|
|
1708
|
+
"type": "opencollective",
|
|
1709
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
|
1713
|
+
"version": "5.0.1",
|
|
1714
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
1715
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
1716
|
+
"dev": true,
|
|
1717
|
+
"license": "Apache-2.0",
|
|
1718
|
+
"engines": {
|
|
1719
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
1720
|
+
},
|
|
1721
|
+
"funding": {
|
|
1722
|
+
"url": "https://opencollective.com/eslint"
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1301
1725
|
"node_modules/@vitejs/plugin-react": {
|
|
1302
1726
|
"version": "4.7.0",
|
|
1303
1727
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
|
|
@@ -1432,6 +1856,46 @@
|
|
|
1432
1856
|
"url": "https://opencollective.com/vitest"
|
|
1433
1857
|
}
|
|
1434
1858
|
},
|
|
1859
|
+
"node_modules/acorn": {
|
|
1860
|
+
"version": "8.16.0",
|
|
1861
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
|
1862
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
1863
|
+
"dev": true,
|
|
1864
|
+
"license": "MIT",
|
|
1865
|
+
"bin": {
|
|
1866
|
+
"acorn": "bin/acorn"
|
|
1867
|
+
},
|
|
1868
|
+
"engines": {
|
|
1869
|
+
"node": ">=0.4.0"
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
"node_modules/acorn-jsx": {
|
|
1873
|
+
"version": "5.3.2",
|
|
1874
|
+
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
|
|
1875
|
+
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
1876
|
+
"dev": true,
|
|
1877
|
+
"license": "MIT",
|
|
1878
|
+
"peerDependencies": {
|
|
1879
|
+
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
"node_modules/ajv": {
|
|
1883
|
+
"version": "6.15.0",
|
|
1884
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
|
|
1885
|
+
"integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
|
|
1886
|
+
"dev": true,
|
|
1887
|
+
"license": "MIT",
|
|
1888
|
+
"dependencies": {
|
|
1889
|
+
"fast-deep-equal": "^3.1.1",
|
|
1890
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
1891
|
+
"json-schema-traverse": "^0.4.1",
|
|
1892
|
+
"uri-js": "^4.2.2"
|
|
1893
|
+
},
|
|
1894
|
+
"funding": {
|
|
1895
|
+
"type": "github",
|
|
1896
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1435
1899
|
"node_modules/assertion-error": {
|
|
1436
1900
|
"version": "2.0.1",
|
|
1437
1901
|
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
|
|
@@ -1442,6 +1906,16 @@
|
|
|
1442
1906
|
"node": ">=12"
|
|
1443
1907
|
}
|
|
1444
1908
|
},
|
|
1909
|
+
"node_modules/balanced-match": {
|
|
1910
|
+
"version": "4.0.4",
|
|
1911
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
1912
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
1913
|
+
"dev": true,
|
|
1914
|
+
"license": "MIT",
|
|
1915
|
+
"engines": {
|
|
1916
|
+
"node": "18 || 20 || >=22"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1445
1919
|
"node_modules/baseline-browser-mapping": {
|
|
1446
1920
|
"version": "2.10.32",
|
|
1447
1921
|
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.32.tgz",
|
|
@@ -1455,6 +1929,19 @@
|
|
|
1455
1929
|
"node": ">=6.0.0"
|
|
1456
1930
|
}
|
|
1457
1931
|
},
|
|
1932
|
+
"node_modules/brace-expansion": {
|
|
1933
|
+
"version": "5.0.6",
|
|
1934
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
1935
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
1936
|
+
"dev": true,
|
|
1937
|
+
"license": "MIT",
|
|
1938
|
+
"dependencies": {
|
|
1939
|
+
"balanced-match": "^4.0.2"
|
|
1940
|
+
},
|
|
1941
|
+
"engines": {
|
|
1942
|
+
"node": "18 || 20 || >=22"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1458
1945
|
"node_modules/browserslist": {
|
|
1459
1946
|
"version": "4.28.2",
|
|
1460
1947
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
|
|
@@ -1527,6 +2014,21 @@
|
|
|
1527
2014
|
"dev": true,
|
|
1528
2015
|
"license": "MIT"
|
|
1529
2016
|
},
|
|
2017
|
+
"node_modules/cross-spawn": {
|
|
2018
|
+
"version": "7.0.6",
|
|
2019
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
2020
|
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
2021
|
+
"dev": true,
|
|
2022
|
+
"license": "MIT",
|
|
2023
|
+
"dependencies": {
|
|
2024
|
+
"path-key": "^3.1.0",
|
|
2025
|
+
"shebang-command": "^2.0.0",
|
|
2026
|
+
"which": "^2.0.1"
|
|
2027
|
+
},
|
|
2028
|
+
"engines": {
|
|
2029
|
+
"node": ">= 8"
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
1530
2032
|
"node_modules/csstype": {
|
|
1531
2033
|
"version": "3.2.3",
|
|
1532
2034
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
@@ -1552,8 +2054,15 @@
|
|
|
1552
2054
|
}
|
|
1553
2055
|
}
|
|
1554
2056
|
},
|
|
1555
|
-
"node_modules/
|
|
1556
|
-
"version": "1.
|
|
2057
|
+
"node_modules/deep-is": {
|
|
2058
|
+
"version": "0.1.4",
|
|
2059
|
+
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
|
|
2060
|
+
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
|
2061
|
+
"dev": true,
|
|
2062
|
+
"license": "MIT"
|
|
2063
|
+
},
|
|
2064
|
+
"node_modules/electron-to-chromium": {
|
|
2065
|
+
"version": "1.5.361",
|
|
1557
2066
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.361.tgz",
|
|
1558
2067
|
"integrity": "sha512-Q6Hts7N9FnJc5LeGRINFvLhCI9xZmNtTDe5ZbcVezQz7cU4a8Aua3GH1b8J2XY8Al9PF+OCwYqhgsOOheMdvkA==",
|
|
1559
2068
|
"dev": true,
|
|
@@ -1631,6 +2140,213 @@
|
|
|
1631
2140
|
"node": ">=6"
|
|
1632
2141
|
}
|
|
1633
2142
|
},
|
|
2143
|
+
"node_modules/escape-string-regexp": {
|
|
2144
|
+
"version": "4.0.0",
|
|
2145
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
2146
|
+
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
2147
|
+
"dev": true,
|
|
2148
|
+
"license": "MIT",
|
|
2149
|
+
"engines": {
|
|
2150
|
+
"node": ">=10"
|
|
2151
|
+
},
|
|
2152
|
+
"funding": {
|
|
2153
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2154
|
+
}
|
|
2155
|
+
},
|
|
2156
|
+
"node_modules/eslint": {
|
|
2157
|
+
"version": "10.4.0",
|
|
2158
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.0.tgz",
|
|
2159
|
+
"integrity": "sha512-loXy6bWOoP3EP6JA7jo6p5jMpBJmHmsNZM5SFRHLdh1MGOPurMnNBj4ZlAbaqUAaQWbCr7jHV4P7gzAyryZWkQ==",
|
|
2160
|
+
"dev": true,
|
|
2161
|
+
"license": "MIT",
|
|
2162
|
+
"dependencies": {
|
|
2163
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
2164
|
+
"@eslint-community/regexpp": "^4.12.2",
|
|
2165
|
+
"@eslint/config-array": "^0.23.5",
|
|
2166
|
+
"@eslint/config-helpers": "^0.6.0",
|
|
2167
|
+
"@eslint/core": "^1.2.1",
|
|
2168
|
+
"@eslint/plugin-kit": "^0.7.1",
|
|
2169
|
+
"@humanfs/node": "^0.16.6",
|
|
2170
|
+
"@humanwhocodes/module-importer": "^1.0.1",
|
|
2171
|
+
"@humanwhocodes/retry": "^0.4.2",
|
|
2172
|
+
"@types/estree": "^1.0.6",
|
|
2173
|
+
"ajv": "^6.14.0",
|
|
2174
|
+
"cross-spawn": "^7.0.6",
|
|
2175
|
+
"debug": "^4.3.2",
|
|
2176
|
+
"escape-string-regexp": "^4.0.0",
|
|
2177
|
+
"eslint-scope": "^9.1.2",
|
|
2178
|
+
"eslint-visitor-keys": "^5.0.1",
|
|
2179
|
+
"espree": "^11.2.0",
|
|
2180
|
+
"esquery": "^1.7.0",
|
|
2181
|
+
"esutils": "^2.0.2",
|
|
2182
|
+
"fast-deep-equal": "^3.1.3",
|
|
2183
|
+
"file-entry-cache": "^8.0.0",
|
|
2184
|
+
"find-up": "^5.0.0",
|
|
2185
|
+
"glob-parent": "^6.0.2",
|
|
2186
|
+
"ignore": "^5.2.0",
|
|
2187
|
+
"imurmurhash": "^0.1.4",
|
|
2188
|
+
"is-glob": "^4.0.0",
|
|
2189
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
2190
|
+
"minimatch": "^10.2.4",
|
|
2191
|
+
"natural-compare": "^1.4.0",
|
|
2192
|
+
"optionator": "^0.9.3"
|
|
2193
|
+
},
|
|
2194
|
+
"bin": {
|
|
2195
|
+
"eslint": "bin/eslint.js"
|
|
2196
|
+
},
|
|
2197
|
+
"engines": {
|
|
2198
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2199
|
+
},
|
|
2200
|
+
"funding": {
|
|
2201
|
+
"url": "https://eslint.org/donate"
|
|
2202
|
+
},
|
|
2203
|
+
"peerDependencies": {
|
|
2204
|
+
"jiti": "*"
|
|
2205
|
+
},
|
|
2206
|
+
"peerDependenciesMeta": {
|
|
2207
|
+
"jiti": {
|
|
2208
|
+
"optional": true
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
},
|
|
2212
|
+
"node_modules/eslint-config-prettier": {
|
|
2213
|
+
"version": "10.1.8",
|
|
2214
|
+
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz",
|
|
2215
|
+
"integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==",
|
|
2216
|
+
"dev": true,
|
|
2217
|
+
"license": "MIT",
|
|
2218
|
+
"bin": {
|
|
2219
|
+
"eslint-config-prettier": "bin/cli.js"
|
|
2220
|
+
},
|
|
2221
|
+
"funding": {
|
|
2222
|
+
"url": "https://opencollective.com/eslint-config-prettier"
|
|
2223
|
+
},
|
|
2224
|
+
"peerDependencies": {
|
|
2225
|
+
"eslint": ">=7.0.0"
|
|
2226
|
+
}
|
|
2227
|
+
},
|
|
2228
|
+
"node_modules/eslint-scope": {
|
|
2229
|
+
"version": "9.1.2",
|
|
2230
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
|
|
2231
|
+
"integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
|
|
2232
|
+
"dev": true,
|
|
2233
|
+
"license": "BSD-2-Clause",
|
|
2234
|
+
"dependencies": {
|
|
2235
|
+
"@types/esrecurse": "^4.3.1",
|
|
2236
|
+
"@types/estree": "^1.0.8",
|
|
2237
|
+
"esrecurse": "^4.3.0",
|
|
2238
|
+
"estraverse": "^5.2.0"
|
|
2239
|
+
},
|
|
2240
|
+
"engines": {
|
|
2241
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2242
|
+
},
|
|
2243
|
+
"funding": {
|
|
2244
|
+
"url": "https://opencollective.com/eslint"
|
|
2245
|
+
}
|
|
2246
|
+
},
|
|
2247
|
+
"node_modules/eslint-visitor-keys": {
|
|
2248
|
+
"version": "3.4.3",
|
|
2249
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
2250
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
2251
|
+
"dev": true,
|
|
2252
|
+
"license": "Apache-2.0",
|
|
2253
|
+
"engines": {
|
|
2254
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
2255
|
+
},
|
|
2256
|
+
"funding": {
|
|
2257
|
+
"url": "https://opencollective.com/eslint"
|
|
2258
|
+
}
|
|
2259
|
+
},
|
|
2260
|
+
"node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
2261
|
+
"version": "5.0.1",
|
|
2262
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
2263
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
2264
|
+
"dev": true,
|
|
2265
|
+
"license": "Apache-2.0",
|
|
2266
|
+
"engines": {
|
|
2267
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2268
|
+
},
|
|
2269
|
+
"funding": {
|
|
2270
|
+
"url": "https://opencollective.com/eslint"
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
"node_modules/eslint/node_modules/ignore": {
|
|
2274
|
+
"version": "5.3.2",
|
|
2275
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
2276
|
+
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
2277
|
+
"dev": true,
|
|
2278
|
+
"license": "MIT",
|
|
2279
|
+
"engines": {
|
|
2280
|
+
"node": ">= 4"
|
|
2281
|
+
}
|
|
2282
|
+
},
|
|
2283
|
+
"node_modules/espree": {
|
|
2284
|
+
"version": "11.2.0",
|
|
2285
|
+
"resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
|
|
2286
|
+
"integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
|
|
2287
|
+
"dev": true,
|
|
2288
|
+
"license": "BSD-2-Clause",
|
|
2289
|
+
"dependencies": {
|
|
2290
|
+
"acorn": "^8.16.0",
|
|
2291
|
+
"acorn-jsx": "^5.3.2",
|
|
2292
|
+
"eslint-visitor-keys": "^5.0.1"
|
|
2293
|
+
},
|
|
2294
|
+
"engines": {
|
|
2295
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2296
|
+
},
|
|
2297
|
+
"funding": {
|
|
2298
|
+
"url": "https://opencollective.com/eslint"
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2301
|
+
"node_modules/espree/node_modules/eslint-visitor-keys": {
|
|
2302
|
+
"version": "5.0.1",
|
|
2303
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
2304
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
2305
|
+
"dev": true,
|
|
2306
|
+
"license": "Apache-2.0",
|
|
2307
|
+
"engines": {
|
|
2308
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2309
|
+
},
|
|
2310
|
+
"funding": {
|
|
2311
|
+
"url": "https://opencollective.com/eslint"
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
"node_modules/esquery": {
|
|
2315
|
+
"version": "1.7.0",
|
|
2316
|
+
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
|
|
2317
|
+
"integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
|
|
2318
|
+
"dev": true,
|
|
2319
|
+
"license": "BSD-3-Clause",
|
|
2320
|
+
"dependencies": {
|
|
2321
|
+
"estraverse": "^5.1.0"
|
|
2322
|
+
},
|
|
2323
|
+
"engines": {
|
|
2324
|
+
"node": ">=0.10"
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
"node_modules/esrecurse": {
|
|
2328
|
+
"version": "4.3.0",
|
|
2329
|
+
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
|
|
2330
|
+
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
|
2331
|
+
"dev": true,
|
|
2332
|
+
"license": "BSD-2-Clause",
|
|
2333
|
+
"dependencies": {
|
|
2334
|
+
"estraverse": "^5.2.0"
|
|
2335
|
+
},
|
|
2336
|
+
"engines": {
|
|
2337
|
+
"node": ">=4.0"
|
|
2338
|
+
}
|
|
2339
|
+
},
|
|
2340
|
+
"node_modules/estraverse": {
|
|
2341
|
+
"version": "5.3.0",
|
|
2342
|
+
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
|
|
2343
|
+
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
|
|
2344
|
+
"dev": true,
|
|
2345
|
+
"license": "BSD-2-Clause",
|
|
2346
|
+
"engines": {
|
|
2347
|
+
"node": ">=4.0"
|
|
2348
|
+
}
|
|
2349
|
+
},
|
|
1634
2350
|
"node_modules/estree-walker": {
|
|
1635
2351
|
"version": "3.0.3",
|
|
1636
2352
|
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
|
|
@@ -1641,6 +2357,16 @@
|
|
|
1641
2357
|
"@types/estree": "^1.0.0"
|
|
1642
2358
|
}
|
|
1643
2359
|
},
|
|
2360
|
+
"node_modules/esutils": {
|
|
2361
|
+
"version": "2.0.3",
|
|
2362
|
+
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
|
2363
|
+
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
|
2364
|
+
"dev": true,
|
|
2365
|
+
"license": "BSD-2-Clause",
|
|
2366
|
+
"engines": {
|
|
2367
|
+
"node": ">=0.10.0"
|
|
2368
|
+
}
|
|
2369
|
+
},
|
|
1644
2370
|
"node_modules/expect-type": {
|
|
1645
2371
|
"version": "1.3.0",
|
|
1646
2372
|
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
|
|
@@ -1651,6 +2377,27 @@
|
|
|
1651
2377
|
"node": ">=12.0.0"
|
|
1652
2378
|
}
|
|
1653
2379
|
},
|
|
2380
|
+
"node_modules/fast-deep-equal": {
|
|
2381
|
+
"version": "3.1.3",
|
|
2382
|
+
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
2383
|
+
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
2384
|
+
"dev": true,
|
|
2385
|
+
"license": "MIT"
|
|
2386
|
+
},
|
|
2387
|
+
"node_modules/fast-json-stable-stringify": {
|
|
2388
|
+
"version": "2.1.0",
|
|
2389
|
+
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
2390
|
+
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
2391
|
+
"dev": true,
|
|
2392
|
+
"license": "MIT"
|
|
2393
|
+
},
|
|
2394
|
+
"node_modules/fast-levenshtein": {
|
|
2395
|
+
"version": "2.0.6",
|
|
2396
|
+
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
|
2397
|
+
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
|
2398
|
+
"dev": true,
|
|
2399
|
+
"license": "MIT"
|
|
2400
|
+
},
|
|
1654
2401
|
"node_modules/fdir": {
|
|
1655
2402
|
"version": "6.5.0",
|
|
1656
2403
|
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
@@ -1669,6 +2416,57 @@
|
|
|
1669
2416
|
}
|
|
1670
2417
|
}
|
|
1671
2418
|
},
|
|
2419
|
+
"node_modules/file-entry-cache": {
|
|
2420
|
+
"version": "8.0.0",
|
|
2421
|
+
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
2422
|
+
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
2423
|
+
"dev": true,
|
|
2424
|
+
"license": "MIT",
|
|
2425
|
+
"dependencies": {
|
|
2426
|
+
"flat-cache": "^4.0.0"
|
|
2427
|
+
},
|
|
2428
|
+
"engines": {
|
|
2429
|
+
"node": ">=16.0.0"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
"node_modules/find-up": {
|
|
2433
|
+
"version": "5.0.0",
|
|
2434
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
2435
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
2436
|
+
"dev": true,
|
|
2437
|
+
"license": "MIT",
|
|
2438
|
+
"dependencies": {
|
|
2439
|
+
"locate-path": "^6.0.0",
|
|
2440
|
+
"path-exists": "^4.0.0"
|
|
2441
|
+
},
|
|
2442
|
+
"engines": {
|
|
2443
|
+
"node": ">=10"
|
|
2444
|
+
},
|
|
2445
|
+
"funding": {
|
|
2446
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
"node_modules/flat-cache": {
|
|
2450
|
+
"version": "4.0.1",
|
|
2451
|
+
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
2452
|
+
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
2453
|
+
"dev": true,
|
|
2454
|
+
"license": "MIT",
|
|
2455
|
+
"dependencies": {
|
|
2456
|
+
"flatted": "^3.2.9",
|
|
2457
|
+
"keyv": "^4.5.4"
|
|
2458
|
+
},
|
|
2459
|
+
"engines": {
|
|
2460
|
+
"node": ">=16"
|
|
2461
|
+
}
|
|
2462
|
+
},
|
|
2463
|
+
"node_modules/flatted": {
|
|
2464
|
+
"version": "3.4.2",
|
|
2465
|
+
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
|
|
2466
|
+
"integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
|
|
2467
|
+
"dev": true,
|
|
2468
|
+
"license": "ISC"
|
|
2469
|
+
},
|
|
1672
2470
|
"node_modules/fsevents": {
|
|
1673
2471
|
"version": "2.3.3",
|
|
1674
2472
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
@@ -1694,6 +2492,19 @@
|
|
|
1694
2492
|
"node": ">=6.9.0"
|
|
1695
2493
|
}
|
|
1696
2494
|
},
|
|
2495
|
+
"node_modules/glob-parent": {
|
|
2496
|
+
"version": "6.0.2",
|
|
2497
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
2498
|
+
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
2499
|
+
"dev": true,
|
|
2500
|
+
"license": "ISC",
|
|
2501
|
+
"dependencies": {
|
|
2502
|
+
"is-glob": "^4.0.3"
|
|
2503
|
+
},
|
|
2504
|
+
"engines": {
|
|
2505
|
+
"node": ">=10.13.0"
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
1697
2508
|
"node_modules/happy-dom": {
|
|
1698
2509
|
"version": "20.9.0",
|
|
1699
2510
|
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.9.0.tgz",
|
|
@@ -1712,6 +2523,56 @@
|
|
|
1712
2523
|
"node": ">=20.0.0"
|
|
1713
2524
|
}
|
|
1714
2525
|
},
|
|
2526
|
+
"node_modules/ignore": {
|
|
2527
|
+
"version": "7.0.5",
|
|
2528
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
2529
|
+
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
|
|
2530
|
+
"dev": true,
|
|
2531
|
+
"license": "MIT",
|
|
2532
|
+
"engines": {
|
|
2533
|
+
"node": ">= 4"
|
|
2534
|
+
}
|
|
2535
|
+
},
|
|
2536
|
+
"node_modules/imurmurhash": {
|
|
2537
|
+
"version": "0.1.4",
|
|
2538
|
+
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
2539
|
+
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
2540
|
+
"dev": true,
|
|
2541
|
+
"license": "MIT",
|
|
2542
|
+
"engines": {
|
|
2543
|
+
"node": ">=0.8.19"
|
|
2544
|
+
}
|
|
2545
|
+
},
|
|
2546
|
+
"node_modules/is-extglob": {
|
|
2547
|
+
"version": "2.1.1",
|
|
2548
|
+
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
2549
|
+
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
2550
|
+
"dev": true,
|
|
2551
|
+
"license": "MIT",
|
|
2552
|
+
"engines": {
|
|
2553
|
+
"node": ">=0.10.0"
|
|
2554
|
+
}
|
|
2555
|
+
},
|
|
2556
|
+
"node_modules/is-glob": {
|
|
2557
|
+
"version": "4.0.3",
|
|
2558
|
+
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
2559
|
+
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
2560
|
+
"dev": true,
|
|
2561
|
+
"license": "MIT",
|
|
2562
|
+
"dependencies": {
|
|
2563
|
+
"is-extglob": "^2.1.1"
|
|
2564
|
+
},
|
|
2565
|
+
"engines": {
|
|
2566
|
+
"node": ">=0.10.0"
|
|
2567
|
+
}
|
|
2568
|
+
},
|
|
2569
|
+
"node_modules/isexe": {
|
|
2570
|
+
"version": "2.0.0",
|
|
2571
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
2572
|
+
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
2573
|
+
"dev": true,
|
|
2574
|
+
"license": "ISC"
|
|
2575
|
+
},
|
|
1715
2576
|
"node_modules/js-tokens": {
|
|
1716
2577
|
"version": "4.0.0",
|
|
1717
2578
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
@@ -1731,6 +2592,27 @@
|
|
|
1731
2592
|
"node": ">=6"
|
|
1732
2593
|
}
|
|
1733
2594
|
},
|
|
2595
|
+
"node_modules/json-buffer": {
|
|
2596
|
+
"version": "3.0.1",
|
|
2597
|
+
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
2598
|
+
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
2599
|
+
"dev": true,
|
|
2600
|
+
"license": "MIT"
|
|
2601
|
+
},
|
|
2602
|
+
"node_modules/json-schema-traverse": {
|
|
2603
|
+
"version": "0.4.1",
|
|
2604
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
2605
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
2606
|
+
"dev": true,
|
|
2607
|
+
"license": "MIT"
|
|
2608
|
+
},
|
|
2609
|
+
"node_modules/json-stable-stringify-without-jsonify": {
|
|
2610
|
+
"version": "1.0.1",
|
|
2611
|
+
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
2612
|
+
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
|
2613
|
+
"dev": true,
|
|
2614
|
+
"license": "MIT"
|
|
2615
|
+
},
|
|
1734
2616
|
"node_modules/json5": {
|
|
1735
2617
|
"version": "2.2.3",
|
|
1736
2618
|
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
|
@@ -1744,6 +2626,46 @@
|
|
|
1744
2626
|
"node": ">=6"
|
|
1745
2627
|
}
|
|
1746
2628
|
},
|
|
2629
|
+
"node_modules/keyv": {
|
|
2630
|
+
"version": "4.5.4",
|
|
2631
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
2632
|
+
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
2633
|
+
"dev": true,
|
|
2634
|
+
"license": "MIT",
|
|
2635
|
+
"dependencies": {
|
|
2636
|
+
"json-buffer": "3.0.1"
|
|
2637
|
+
}
|
|
2638
|
+
},
|
|
2639
|
+
"node_modules/levn": {
|
|
2640
|
+
"version": "0.4.1",
|
|
2641
|
+
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
|
|
2642
|
+
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
|
|
2643
|
+
"dev": true,
|
|
2644
|
+
"license": "MIT",
|
|
2645
|
+
"dependencies": {
|
|
2646
|
+
"prelude-ls": "^1.2.1",
|
|
2647
|
+
"type-check": "~0.4.0"
|
|
2648
|
+
},
|
|
2649
|
+
"engines": {
|
|
2650
|
+
"node": ">= 0.8.0"
|
|
2651
|
+
}
|
|
2652
|
+
},
|
|
2653
|
+
"node_modules/locate-path": {
|
|
2654
|
+
"version": "6.0.0",
|
|
2655
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
2656
|
+
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
2657
|
+
"dev": true,
|
|
2658
|
+
"license": "MIT",
|
|
2659
|
+
"dependencies": {
|
|
2660
|
+
"p-locate": "^5.0.0"
|
|
2661
|
+
},
|
|
2662
|
+
"engines": {
|
|
2663
|
+
"node": ">=10"
|
|
2664
|
+
},
|
|
2665
|
+
"funding": {
|
|
2666
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2667
|
+
}
|
|
2668
|
+
},
|
|
1747
2669
|
"node_modules/loose-envify": {
|
|
1748
2670
|
"version": "1.4.0",
|
|
1749
2671
|
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
@@ -1776,6 +2698,22 @@
|
|
|
1776
2698
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
1777
2699
|
}
|
|
1778
2700
|
},
|
|
2701
|
+
"node_modules/minimatch": {
|
|
2702
|
+
"version": "10.2.5",
|
|
2703
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
2704
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
2705
|
+
"dev": true,
|
|
2706
|
+
"license": "BlueOak-1.0.0",
|
|
2707
|
+
"dependencies": {
|
|
2708
|
+
"brace-expansion": "^5.0.5"
|
|
2709
|
+
},
|
|
2710
|
+
"engines": {
|
|
2711
|
+
"node": "18 || 20 || >=22"
|
|
2712
|
+
},
|
|
2713
|
+
"funding": {
|
|
2714
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
1779
2717
|
"node_modules/ms": {
|
|
1780
2718
|
"version": "2.1.3",
|
|
1781
2719
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
@@ -1802,6 +2740,13 @@
|
|
|
1802
2740
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
1803
2741
|
}
|
|
1804
2742
|
},
|
|
2743
|
+
"node_modules/natural-compare": {
|
|
2744
|
+
"version": "1.4.0",
|
|
2745
|
+
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
2746
|
+
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
|
|
2747
|
+
"dev": true,
|
|
2748
|
+
"license": "MIT"
|
|
2749
|
+
},
|
|
1805
2750
|
"node_modules/node-releases": {
|
|
1806
2751
|
"version": "2.0.46",
|
|
1807
2752
|
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.46.tgz",
|
|
@@ -1823,6 +2768,76 @@
|
|
|
1823
2768
|
],
|
|
1824
2769
|
"license": "MIT"
|
|
1825
2770
|
},
|
|
2771
|
+
"node_modules/optionator": {
|
|
2772
|
+
"version": "0.9.4",
|
|
2773
|
+
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
|
|
2774
|
+
"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
|
|
2775
|
+
"dev": true,
|
|
2776
|
+
"license": "MIT",
|
|
2777
|
+
"dependencies": {
|
|
2778
|
+
"deep-is": "^0.1.3",
|
|
2779
|
+
"fast-levenshtein": "^2.0.6",
|
|
2780
|
+
"levn": "^0.4.1",
|
|
2781
|
+
"prelude-ls": "^1.2.1",
|
|
2782
|
+
"type-check": "^0.4.0",
|
|
2783
|
+
"word-wrap": "^1.2.5"
|
|
2784
|
+
},
|
|
2785
|
+
"engines": {
|
|
2786
|
+
"node": ">= 0.8.0"
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2789
|
+
"node_modules/p-limit": {
|
|
2790
|
+
"version": "3.1.0",
|
|
2791
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
2792
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
2793
|
+
"dev": true,
|
|
2794
|
+
"license": "MIT",
|
|
2795
|
+
"dependencies": {
|
|
2796
|
+
"yocto-queue": "^0.1.0"
|
|
2797
|
+
},
|
|
2798
|
+
"engines": {
|
|
2799
|
+
"node": ">=10"
|
|
2800
|
+
},
|
|
2801
|
+
"funding": {
|
|
2802
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2805
|
+
"node_modules/p-locate": {
|
|
2806
|
+
"version": "5.0.0",
|
|
2807
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
2808
|
+
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
2809
|
+
"dev": true,
|
|
2810
|
+
"license": "MIT",
|
|
2811
|
+
"dependencies": {
|
|
2812
|
+
"p-limit": "^3.0.2"
|
|
2813
|
+
},
|
|
2814
|
+
"engines": {
|
|
2815
|
+
"node": ">=10"
|
|
2816
|
+
},
|
|
2817
|
+
"funding": {
|
|
2818
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2821
|
+
"node_modules/path-exists": {
|
|
2822
|
+
"version": "4.0.0",
|
|
2823
|
+
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
2824
|
+
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
2825
|
+
"dev": true,
|
|
2826
|
+
"license": "MIT",
|
|
2827
|
+
"engines": {
|
|
2828
|
+
"node": ">=8"
|
|
2829
|
+
}
|
|
2830
|
+
},
|
|
2831
|
+
"node_modules/path-key": {
|
|
2832
|
+
"version": "3.1.1",
|
|
2833
|
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
2834
|
+
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
2835
|
+
"dev": true,
|
|
2836
|
+
"license": "MIT",
|
|
2837
|
+
"engines": {
|
|
2838
|
+
"node": ">=8"
|
|
2839
|
+
}
|
|
2840
|
+
},
|
|
1826
2841
|
"node_modules/pathe": {
|
|
1827
2842
|
"version": "2.0.3",
|
|
1828
2843
|
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
@@ -1879,6 +2894,16 @@
|
|
|
1879
2894
|
"node": "^10 || ^12 || >=14"
|
|
1880
2895
|
}
|
|
1881
2896
|
},
|
|
2897
|
+
"node_modules/prelude-ls": {
|
|
2898
|
+
"version": "1.2.1",
|
|
2899
|
+
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
2900
|
+
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
|
|
2901
|
+
"dev": true,
|
|
2902
|
+
"license": "MIT",
|
|
2903
|
+
"engines": {
|
|
2904
|
+
"node": ">= 0.8.0"
|
|
2905
|
+
}
|
|
2906
|
+
},
|
|
1882
2907
|
"node_modules/prettier": {
|
|
1883
2908
|
"version": "3.8.3",
|
|
1884
2909
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz",
|
|
@@ -1895,6 +2920,16 @@
|
|
|
1895
2920
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
1896
2921
|
}
|
|
1897
2922
|
},
|
|
2923
|
+
"node_modules/punycode": {
|
|
2924
|
+
"version": "2.3.1",
|
|
2925
|
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
2926
|
+
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
2927
|
+
"dev": true,
|
|
2928
|
+
"license": "MIT",
|
|
2929
|
+
"engines": {
|
|
2930
|
+
"node": ">=6"
|
|
2931
|
+
}
|
|
2932
|
+
},
|
|
1898
2933
|
"node_modules/react": {
|
|
1899
2934
|
"version": "18.3.1",
|
|
1900
2935
|
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
@@ -1994,6 +3029,29 @@
|
|
|
1994
3029
|
"semver": "bin/semver.js"
|
|
1995
3030
|
}
|
|
1996
3031
|
},
|
|
3032
|
+
"node_modules/shebang-command": {
|
|
3033
|
+
"version": "2.0.0",
|
|
3034
|
+
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
3035
|
+
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
3036
|
+
"dev": true,
|
|
3037
|
+
"license": "MIT",
|
|
3038
|
+
"dependencies": {
|
|
3039
|
+
"shebang-regex": "^3.0.0"
|
|
3040
|
+
},
|
|
3041
|
+
"engines": {
|
|
3042
|
+
"node": ">=8"
|
|
3043
|
+
}
|
|
3044
|
+
},
|
|
3045
|
+
"node_modules/shebang-regex": {
|
|
3046
|
+
"version": "3.0.0",
|
|
3047
|
+
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
3048
|
+
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
3049
|
+
"dev": true,
|
|
3050
|
+
"license": "MIT",
|
|
3051
|
+
"engines": {
|
|
3052
|
+
"node": ">=8"
|
|
3053
|
+
}
|
|
3054
|
+
},
|
|
1997
3055
|
"node_modules/siginfo": {
|
|
1998
3056
|
"version": "2.0.0",
|
|
1999
3057
|
"resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
|
|
@@ -2069,6 +3127,32 @@
|
|
|
2069
3127
|
"node": ">=14.0.0"
|
|
2070
3128
|
}
|
|
2071
3129
|
},
|
|
3130
|
+
"node_modules/ts-api-utils": {
|
|
3131
|
+
"version": "2.5.0",
|
|
3132
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
|
|
3133
|
+
"integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
|
|
3134
|
+
"dev": true,
|
|
3135
|
+
"license": "MIT",
|
|
3136
|
+
"engines": {
|
|
3137
|
+
"node": ">=18.12"
|
|
3138
|
+
},
|
|
3139
|
+
"peerDependencies": {
|
|
3140
|
+
"typescript": ">=4.8.4"
|
|
3141
|
+
}
|
|
3142
|
+
},
|
|
3143
|
+
"node_modules/type-check": {
|
|
3144
|
+
"version": "0.4.0",
|
|
3145
|
+
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
|
3146
|
+
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
|
|
3147
|
+
"dev": true,
|
|
3148
|
+
"license": "MIT",
|
|
3149
|
+
"dependencies": {
|
|
3150
|
+
"prelude-ls": "^1.2.1"
|
|
3151
|
+
},
|
|
3152
|
+
"engines": {
|
|
3153
|
+
"node": ">= 0.8.0"
|
|
3154
|
+
}
|
|
3155
|
+
},
|
|
2072
3156
|
"node_modules/typescript": {
|
|
2073
3157
|
"version": "5.9.3",
|
|
2074
3158
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
@@ -2121,6 +3205,16 @@
|
|
|
2121
3205
|
"browserslist": ">= 4.21.0"
|
|
2122
3206
|
}
|
|
2123
3207
|
},
|
|
3208
|
+
"node_modules/uri-js": {
|
|
3209
|
+
"version": "4.4.1",
|
|
3210
|
+
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
3211
|
+
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
3212
|
+
"dev": true,
|
|
3213
|
+
"license": "BSD-2-Clause",
|
|
3214
|
+
"dependencies": {
|
|
3215
|
+
"punycode": "^2.1.0"
|
|
3216
|
+
}
|
|
3217
|
+
},
|
|
2124
3218
|
"node_modules/vite": {
|
|
2125
3219
|
"version": "6.4.2",
|
|
2126
3220
|
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz",
|
|
@@ -2296,6 +3390,22 @@
|
|
|
2296
3390
|
"node": ">=12"
|
|
2297
3391
|
}
|
|
2298
3392
|
},
|
|
3393
|
+
"node_modules/which": {
|
|
3394
|
+
"version": "2.0.2",
|
|
3395
|
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
3396
|
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
3397
|
+
"dev": true,
|
|
3398
|
+
"license": "ISC",
|
|
3399
|
+
"dependencies": {
|
|
3400
|
+
"isexe": "^2.0.0"
|
|
3401
|
+
},
|
|
3402
|
+
"bin": {
|
|
3403
|
+
"node-which": "bin/node-which"
|
|
3404
|
+
},
|
|
3405
|
+
"engines": {
|
|
3406
|
+
"node": ">= 8"
|
|
3407
|
+
}
|
|
3408
|
+
},
|
|
2299
3409
|
"node_modules/why-is-node-running": {
|
|
2300
3410
|
"version": "2.3.0",
|
|
2301
3411
|
"resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
|
|
@@ -2313,6 +3423,16 @@
|
|
|
2313
3423
|
"node": ">=8"
|
|
2314
3424
|
}
|
|
2315
3425
|
},
|
|
3426
|
+
"node_modules/word-wrap": {
|
|
3427
|
+
"version": "1.2.5",
|
|
3428
|
+
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
|
|
3429
|
+
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
|
|
3430
|
+
"dev": true,
|
|
3431
|
+
"license": "MIT",
|
|
3432
|
+
"engines": {
|
|
3433
|
+
"node": ">=0.10.0"
|
|
3434
|
+
}
|
|
3435
|
+
},
|
|
2316
3436
|
"node_modules/ws": {
|
|
2317
3437
|
"version": "8.21.0",
|
|
2318
3438
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
@@ -2341,6 +3461,19 @@
|
|
|
2341
3461
|
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
2342
3462
|
"dev": true,
|
|
2343
3463
|
"license": "ISC"
|
|
3464
|
+
},
|
|
3465
|
+
"node_modules/yocto-queue": {
|
|
3466
|
+
"version": "0.1.0",
|
|
3467
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
3468
|
+
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
|
3469
|
+
"dev": true,
|
|
3470
|
+
"license": "MIT",
|
|
3471
|
+
"engines": {
|
|
3472
|
+
"node": ">=10"
|
|
3473
|
+
},
|
|
3474
|
+
"funding": {
|
|
3475
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3476
|
+
}
|
|
2344
3477
|
}
|
|
2345
3478
|
}
|
|
2346
3479
|
}
|