@book000/create-ts 0.1.57 → 0.1.59
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/package.json +3 -3
- package/templates/nodejs/base/package.json +1 -1
- package/templates/nodejs/base/pnpm-lock.yaml +320 -20
- package/templates/nodejs/config-batch/package.json +1 -1
- package/templates/nodejs/config-batch/pnpm-lock.yaml +320 -20
- package/templates/nodejs/discord-bot/package.json +1 -1
- package/templates/nodejs/discord-bot/pnpm-lock.yaml +320 -20
- package/templates/nodejs/fastify/package.json +1 -1
- package/templates/nodejs/fastify/pnpm-lock.yaml +320 -20
|
@@ -16,8 +16,8 @@ importers:
|
|
|
16
16
|
version: 14.27.0
|
|
17
17
|
devDependencies:
|
|
18
18
|
'@book000/eslint-config':
|
|
19
|
-
specifier: 1.
|
|
20
|
-
version: 1.
|
|
19
|
+
specifier: 1.16.14
|
|
20
|
+
version: 1.16.14(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
21
21
|
'@types/jest':
|
|
22
22
|
specifier: 30.0.0
|
|
23
23
|
version: 30.0.0
|
|
@@ -227,10 +227,10 @@ packages:
|
|
|
227
227
|
'@bcoe/v8-coverage@0.2.3':
|
|
228
228
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
229
229
|
|
|
230
|
-
'@book000/eslint-config@1.
|
|
231
|
-
resolution: {integrity: sha512-
|
|
230
|
+
'@book000/eslint-config@1.16.14':
|
|
231
|
+
resolution: {integrity: sha512-AOFqqnI+a22VbLhgp1gUpJJq4dcknQ0yGJk2xLZHnstE2DpfdtJzytnuDQzpatFyetT81DGxBxDfqivyXvafNg==}
|
|
232
232
|
peerDependencies:
|
|
233
|
-
eslint: 10.
|
|
233
|
+
eslint: 10.7.0
|
|
234
234
|
|
|
235
235
|
'@book000/node-utils@1.25.0':
|
|
236
236
|
resolution: {integrity: sha512-5bnUqghF+PTFXOqELwTdZgFS2WrTjNAj27ye00IobmfruRnlbQiy+RsPCQgX3oEFfy4elq2ayKcfWyaFJjoC3g==}
|
|
@@ -461,6 +461,10 @@ packages:
|
|
|
461
461
|
resolution: {integrity: sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==}
|
|
462
462
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
463
463
|
|
|
464
|
+
'@eslint/css-tree@4.0.4':
|
|
465
|
+
resolution: {integrity: sha512-nxMparyhqVWQvadx9x8dIfubfIPOE+X2b2waua8fzdnM9vdp9rgVtwEZlG0TmCwEUz/d/f40fzvO/eqBwdxz0A==}
|
|
466
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
467
|
+
|
|
464
468
|
'@eslint/object-schema@3.0.5':
|
|
465
469
|
resolution: {integrity: sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==}
|
|
466
470
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
@@ -813,6 +817,14 @@ packages:
|
|
|
813
817
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
814
818
|
typescript: '>=4.8.4 <6.1.0'
|
|
815
819
|
|
|
820
|
+
'@typescript-eslint/eslint-plugin@8.64.0':
|
|
821
|
+
resolution: {integrity: sha512-CGvQPBxN3wZLu6Rz2kFUpZeoCm78xUic92ck39KPePkO1NPOwjCqdQnm5Q87tpWw9vcBvW8XLrDXjH9PWYtJ3Q==}
|
|
822
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
823
|
+
peerDependencies:
|
|
824
|
+
'@typescript-eslint/parser': ^8.64.0
|
|
825
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
826
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
827
|
+
|
|
816
828
|
'@typescript-eslint/parser@8.61.0':
|
|
817
829
|
resolution: {integrity: sha512-5B7PfA2e1NQGCnDHd/0lW7W3gvp3d59Ryw54FYO8Uswxo9f6ikw3AZV+Xj/TvpImmpsiYyUqAfhC6kJID1jF6w==}
|
|
818
830
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -820,12 +832,25 @@ packages:
|
|
|
820
832
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
821
833
|
typescript: '>=4.8.4 <6.1.0'
|
|
822
834
|
|
|
835
|
+
'@typescript-eslint/parser@8.64.0':
|
|
836
|
+
resolution: {integrity: sha512-KA0OshtlcCCXmbfqyZkM5pV3/WNraJf7DkJRLpyrmwPtud57H5BDX7C3k0LPSPxpprfRL+cJDGabF10mvNCoCw==}
|
|
837
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
838
|
+
peerDependencies:
|
|
839
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
840
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
841
|
+
|
|
823
842
|
'@typescript-eslint/project-service@8.61.0':
|
|
824
843
|
resolution: {integrity: sha512-DV42F7MLJO6Rax7SK1yg43tcnEfGUrurSpSxKuVX+a3RCTzBlH3fuxprrOJXKCJGAaw82xXocikJ0uQaqwXgGA==}
|
|
825
844
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
826
845
|
peerDependencies:
|
|
827
846
|
typescript: '>=4.8.4 <6.1.0'
|
|
828
847
|
|
|
848
|
+
'@typescript-eslint/project-service@8.64.0':
|
|
849
|
+
resolution: {integrity: sha512-tk4WpOJ6IEbGrVHaNmM0YRrwAD3exZlIK3iadQNAxh4YKk6jvUQ4ecq18n+v7+meh+cJ3j+D8nbk8sRKhlwLQg==}
|
|
850
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
851
|
+
peerDependencies:
|
|
852
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
853
|
+
|
|
829
854
|
'@typescript-eslint/project-service@8.65.0':
|
|
830
855
|
resolution: {integrity: sha512-SxnPhbTsGahizDgbu7oqFH/xVtzIqMd/s+WtnSxNxJZJpLbdT5IPdzg8EZxO3+PoKahXmwJLeNQOpKJb3/bi7Q==}
|
|
831
856
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -836,6 +861,10 @@ packages:
|
|
|
836
861
|
resolution: {integrity: sha512-IWdXFHFSb6mlC3HPc7QsLDm5zYEbUla6trDEHf32D3/dnuUyXd87plScSNXSbm0/RxMvObpI17sv/EDTGrGZkA==}
|
|
837
862
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
838
863
|
|
|
864
|
+
'@typescript-eslint/scope-manager@8.64.0':
|
|
865
|
+
resolution: {integrity: sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==}
|
|
866
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
867
|
+
|
|
839
868
|
'@typescript-eslint/scope-manager@8.65.0':
|
|
840
869
|
resolution: {integrity: sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg==}
|
|
841
870
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -846,6 +875,12 @@ packages:
|
|
|
846
875
|
peerDependencies:
|
|
847
876
|
typescript: '>=4.8.4 <6.1.0'
|
|
848
877
|
|
|
878
|
+
'@typescript-eslint/tsconfig-utils@8.64.0':
|
|
879
|
+
resolution: {integrity: sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw==}
|
|
880
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
881
|
+
peerDependencies:
|
|
882
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
883
|
+
|
|
849
884
|
'@typescript-eslint/tsconfig-utils@8.65.0':
|
|
850
885
|
resolution: {integrity: sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==}
|
|
851
886
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -859,10 +894,21 @@ packages:
|
|
|
859
894
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
860
895
|
typescript: '>=4.8.4 <6.1.0'
|
|
861
896
|
|
|
897
|
+
'@typescript-eslint/type-utils@8.64.0':
|
|
898
|
+
resolution: {integrity: sha512-XWG4Fmmv/6SvyS9nH8jWrKs6terwJvE8cyRt1CzYYqzp9OrPhCT4cMc/f7C6RZCwG+qMmiffJS1/qJP8G1URtg==}
|
|
899
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
900
|
+
peerDependencies:
|
|
901
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
902
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
903
|
+
|
|
862
904
|
'@typescript-eslint/types@8.61.0':
|
|
863
905
|
resolution: {integrity: sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==}
|
|
864
906
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
865
907
|
|
|
908
|
+
'@typescript-eslint/types@8.64.0':
|
|
909
|
+
resolution: {integrity: sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==}
|
|
910
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
911
|
+
|
|
866
912
|
'@typescript-eslint/types@8.65.0':
|
|
867
913
|
resolution: {integrity: sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==}
|
|
868
914
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -873,6 +919,12 @@ packages:
|
|
|
873
919
|
peerDependencies:
|
|
874
920
|
typescript: '>=4.8.4 <6.1.0'
|
|
875
921
|
|
|
922
|
+
'@typescript-eslint/typescript-estree@8.64.0':
|
|
923
|
+
resolution: {integrity: sha512-Pztpsn1aCE1oWDvDEfUk31nngvvF7vUB5SwHFEaZIFpvw7WJtqUHHL4plBZDA9HfWJJjL13BdG0YrJInTUvoVA==}
|
|
924
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
925
|
+
peerDependencies:
|
|
926
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
927
|
+
|
|
876
928
|
'@typescript-eslint/typescript-estree@8.65.0':
|
|
877
929
|
resolution: {integrity: sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg==}
|
|
878
930
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -886,6 +938,13 @@ packages:
|
|
|
886
938
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
887
939
|
typescript: '>=4.8.4 <6.1.0'
|
|
888
940
|
|
|
941
|
+
'@typescript-eslint/utils@8.64.0':
|
|
942
|
+
resolution: {integrity: sha512-aJUGVB3+U0htrrCjoA8qukw8cm8fNCGAxK/tVoS70k8aeb7DETKeFozRiVFIwEeN9WJLsjaP3ph8I60tY2XZoQ==}
|
|
943
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
944
|
+
peerDependencies:
|
|
945
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
946
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
947
|
+
|
|
889
948
|
'@typescript-eslint/utils@8.65.0':
|
|
890
949
|
resolution: {integrity: sha512-gXiwIHsYreboxeJucHKPvgwl7dXt50mF8s1/c00cP/WoVTyWKFdtfhRWwZiXYFU5H2O8vVoSLNrexFZjYS/SGA==}
|
|
891
950
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -897,6 +956,10 @@ packages:
|
|
|
897
956
|
resolution: {integrity: sha512-QVLZu3ZPQEE+HICQyAMZ2yLQhxf0meY/wx6Hx14YcTNj13JB3qHlX3lJ02L3fLGHgERRH71kvYDwiXIguT3AjQ==}
|
|
898
957
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
899
958
|
|
|
959
|
+
'@typescript-eslint/visitor-keys@8.64.0':
|
|
960
|
+
resolution: {integrity: sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==}
|
|
961
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
962
|
+
|
|
900
963
|
'@typescript-eslint/visitor-keys@8.65.0':
|
|
901
964
|
resolution: {integrity: sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==}
|
|
902
965
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -1290,6 +1353,10 @@ packages:
|
|
|
1290
1353
|
concat-map@0.0.1:
|
|
1291
1354
|
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
1292
1355
|
|
|
1356
|
+
convert-hrtime@5.0.0:
|
|
1357
|
+
resolution: {integrity: sha512-lOETlkIeYSJWcbbcvjRKGxVMXJR+8+OQb/mTPbA4ObPMytYIsUbuOE0Jzy60hjARYszq1id0j8KgVhC+WGZVTg==}
|
|
1358
|
+
engines: {node: '>=12'}
|
|
1359
|
+
|
|
1293
1360
|
convert-source-map@2.0.0:
|
|
1294
1361
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
1295
1362
|
|
|
@@ -1404,6 +1471,10 @@ packages:
|
|
|
1404
1471
|
resolution: {integrity: sha512-PwKooW9JUzh5chmYfHM3IQl5OkK2u2Nm011MgeZrss3JmFraUx/fqrf78kk8GUMYoibx/14MdwTl/1WKkG7TpQ==}
|
|
1405
1472
|
engines: {node: '>=10.13.0'}
|
|
1406
1473
|
|
|
1474
|
+
entities@4.5.0:
|
|
1475
|
+
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
|
1476
|
+
engines: {node: '>=0.12'}
|
|
1477
|
+
|
|
1407
1478
|
environment@1.1.0:
|
|
1408
1479
|
resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==}
|
|
1409
1480
|
engines: {node: '>=18'}
|
|
@@ -1503,11 +1574,11 @@ packages:
|
|
|
1503
1574
|
peerDependencies:
|
|
1504
1575
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
|
|
1505
1576
|
|
|
1506
|
-
eslint-plugin-unicorn@
|
|
1507
|
-
resolution: {integrity: sha512-
|
|
1508
|
-
engines: {node:
|
|
1577
|
+
eslint-plugin-unicorn@72.0.0:
|
|
1578
|
+
resolution: {integrity: sha512-hqO6ksoOHO+ZhdseTuKRVQbx9U7PRO/cv8qAR1mctwzdVO2hYud8uS9luAhp43RJgziYgHAph8eHyipT8GL0ng==}
|
|
1579
|
+
engines: {node: '>=22'}
|
|
1509
1580
|
peerDependencies:
|
|
1510
|
-
eslint: '>=
|
|
1581
|
+
eslint: '>=10.4'
|
|
1511
1582
|
|
|
1512
1583
|
eslint-scope@9.1.2:
|
|
1513
1584
|
resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
|
|
@@ -1652,6 +1723,10 @@ packages:
|
|
|
1652
1723
|
function-bind@1.1.2:
|
|
1653
1724
|
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
1654
1725
|
|
|
1726
|
+
function-timeout@1.0.2:
|
|
1727
|
+
resolution: {integrity: sha512-939eZS4gJ3htTHAldmyyuzlrD58P03fHG49v2JfFXbV6OhvZKRC9j2yAtdHw/zrp2zXHuv05zMIy40F0ge7spA==}
|
|
1728
|
+
engines: {node: '>=18'}
|
|
1729
|
+
|
|
1655
1730
|
function.prototype.name@1.2.0:
|
|
1656
1731
|
resolution: {integrity: sha512-jObKIik1P2QjPHP5nz5BaOtUlfgS0fWo8IUByNXkM+o+02sJOi94em77GwJKQSJ3gfPHdgzLNrHc1uokV4P/ew==}
|
|
1657
1732
|
engines: {node: '>= 0.4'}
|
|
@@ -1723,6 +1798,10 @@ packages:
|
|
|
1723
1798
|
resolution: {integrity: sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==}
|
|
1724
1799
|
engines: {node: '>=18'}
|
|
1725
1800
|
|
|
1801
|
+
globals@17.7.0:
|
|
1802
|
+
resolution: {integrity: sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==}
|
|
1803
|
+
engines: {node: '>=18'}
|
|
1804
|
+
|
|
1726
1805
|
globalthis@1.0.4:
|
|
1727
1806
|
resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
|
|
1728
1807
|
engines: {node: '>= 0.4'}
|
|
@@ -1776,6 +1855,10 @@ packages:
|
|
|
1776
1855
|
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
|
|
1777
1856
|
engines: {node: '>=10.17.0'}
|
|
1778
1857
|
|
|
1858
|
+
identifier-regex@1.1.0:
|
|
1859
|
+
resolution: {integrity: sha512-SLX4H/vtcYlYnL7XqnuJKHU7Z8517TgsW9nmQiGOgMCjQ8V/deLYu6bEmbGoXe7WMMhc9+EUGyFFneHja8KabA==}
|
|
1860
|
+
engines: {node: '>=18'}
|
|
1861
|
+
|
|
1779
1862
|
ignore@5.3.2:
|
|
1780
1863
|
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
|
1781
1864
|
engines: {node: '>= 4'}
|
|
@@ -1883,6 +1966,10 @@ packages:
|
|
|
1883
1966
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
1884
1967
|
engines: {node: '>=0.10.0'}
|
|
1885
1968
|
|
|
1969
|
+
is-identifier@1.1.0:
|
|
1970
|
+
resolution: {integrity: sha512-NhOds0mDx9lJu+1lBRO0xbwFo5nobA7GCk/0e5xjr6+6XugX985+0OyGX35BNrTkPAsdLcIKg02HUQJOK8D8kw==}
|
|
1971
|
+
engines: {node: '>=18'}
|
|
1972
|
+
|
|
1886
1973
|
is-map@2.0.3:
|
|
1887
1974
|
resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
|
|
1888
1975
|
engines: {node: '>= 0.4'}
|
|
@@ -2202,6 +2289,10 @@ packages:
|
|
|
2202
2289
|
magic-string@0.30.21:
|
|
2203
2290
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
2204
2291
|
|
|
2292
|
+
make-asynchronous@1.1.0:
|
|
2293
|
+
resolution: {integrity: sha512-ayF7iT+44LXdxJLTrTd3TLQpFDDvPCBxXxbv+pMUSuHA5Q8zyAfwkRP6aHHwNVFBUFWtxAHqwNJxF8vMZLAbVg==}
|
|
2294
|
+
engines: {node: '>=18'}
|
|
2295
|
+
|
|
2205
2296
|
make-dir@4.0.0:
|
|
2206
2297
|
resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==}
|
|
2207
2298
|
engines: {node: '>=10'}
|
|
@@ -2216,6 +2307,9 @@ packages:
|
|
|
2216
2307
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
2217
2308
|
engines: {node: '>= 0.4'}
|
|
2218
2309
|
|
|
2310
|
+
mdn-data@2.28.1:
|
|
2311
|
+
resolution: {integrity: sha512-U9w+PzSZ00Z5m9rZ5ARVFL5xOfuCHdKYi/1RRwDCJsboFgJDNT3zT6PIPD7mZQYaQLhsZM3GfDRgSMRHhSmVng==}
|
|
2312
|
+
|
|
2219
2313
|
merge-stream@2.0.0:
|
|
2220
2314
|
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
|
|
2221
2315
|
|
|
@@ -2348,6 +2442,10 @@ packages:
|
|
|
2348
2442
|
resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==}
|
|
2349
2443
|
engines: {node: '>= 0.4'}
|
|
2350
2444
|
|
|
2445
|
+
p-event@6.0.1:
|
|
2446
|
+
resolution: {integrity: sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==}
|
|
2447
|
+
engines: {node: '>=16.17'}
|
|
2448
|
+
|
|
2351
2449
|
p-limit@2.3.0:
|
|
2352
2450
|
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
|
2353
2451
|
engines: {node: '>=6'}
|
|
@@ -2372,6 +2470,10 @@ packages:
|
|
|
2372
2470
|
resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
|
|
2373
2471
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
2374
2472
|
|
|
2473
|
+
p-timeout@6.1.4:
|
|
2474
|
+
resolution: {integrity: sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==}
|
|
2475
|
+
engines: {node: '>=14.16'}
|
|
2476
|
+
|
|
2375
2477
|
p-try@2.2.0:
|
|
2376
2478
|
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
|
2377
2479
|
engines: {node: '>=6'}
|
|
@@ -2467,6 +2569,10 @@ packages:
|
|
|
2467
2569
|
pure-rand@7.0.1:
|
|
2468
2570
|
resolution: {integrity: sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==}
|
|
2469
2571
|
|
|
2572
|
+
quote-js-string@0.1.0:
|
|
2573
|
+
resolution: {integrity: sha512-Y3NoRtprEEZQD8RfxMCfS0ZTqc4e+i18OrXEXAvpM6TfC/3y+0L5rNbZiSnbBBEkDfFzbpd8o+cE8q3/anjMGA==}
|
|
2574
|
+
engines: {node: '>=22'}
|
|
2575
|
+
|
|
2470
2576
|
react-is@16.13.1:
|
|
2471
2577
|
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
|
2472
2578
|
|
|
@@ -2500,6 +2606,10 @@ packages:
|
|
|
2500
2606
|
resolution: {integrity: sha512-QT7FVMXfWOYFbeRBF6nu+I6tr2Tf3u0q8RIEjNob/heKY/nh7drD/k7eeMFmSQgnTtCzLDcCu/XEnpW2wk4xCQ==}
|
|
2501
2607
|
engines: {node: '>=9.3.0 || >=8.10.0 <9.0.0'}
|
|
2502
2608
|
|
|
2609
|
+
reserved-identifiers@1.2.0:
|
|
2610
|
+
resolution: {integrity: sha512-yE7KUfFvaBFzGPs5H3Ops1RevfUEsDc5Iz65rOwWg4lE8HJSYtle77uul3+573457oHvBKuHYDl/xqUkKpEEdw==}
|
|
2611
|
+
engines: {node: '>=18'}
|
|
2612
|
+
|
|
2503
2613
|
resolve-cwd@3.0.0:
|
|
2504
2614
|
resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
|
|
2505
2615
|
engines: {node: '>=8'}
|
|
@@ -2607,6 +2717,10 @@ packages:
|
|
|
2607
2717
|
resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==}
|
|
2608
2718
|
engines: {node: '>=12'}
|
|
2609
2719
|
|
|
2720
|
+
source-map-js@1.2.1:
|
|
2721
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
2722
|
+
engines: {node: '>=0.10.0'}
|
|
2723
|
+
|
|
2610
2724
|
source-map-support@0.5.13:
|
|
2611
2725
|
resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==}
|
|
2612
2726
|
|
|
@@ -2690,6 +2804,10 @@ packages:
|
|
|
2690
2804
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
2691
2805
|
engines: {node: '>=8'}
|
|
2692
2806
|
|
|
2807
|
+
super-regex@1.1.0:
|
|
2808
|
+
resolution: {integrity: sha512-WHkws2ZflZe41zj6AolvvmaTrWds/VuyeYr9iPVv/oQeaIoVxMKaushfFWpOGDT+GuBrM/sVqF8KUCYQlSSTdQ==}
|
|
2809
|
+
engines: {node: '>=18'}
|
|
2810
|
+
|
|
2693
2811
|
supports-color@7.2.0:
|
|
2694
2812
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
2695
2813
|
engines: {node: '>=8'}
|
|
@@ -2717,6 +2835,10 @@ packages:
|
|
|
2717
2835
|
text-hex@1.0.0:
|
|
2718
2836
|
resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==}
|
|
2719
2837
|
|
|
2838
|
+
time-span@5.1.0:
|
|
2839
|
+
resolution: {integrity: sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==}
|
|
2840
|
+
engines: {node: '>=12'}
|
|
2841
|
+
|
|
2720
2842
|
tinyglobby@0.2.17:
|
|
2721
2843
|
resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
|
|
2722
2844
|
engines: {node: '>=12.0.0'}
|
|
@@ -2834,6 +2956,13 @@ packages:
|
|
|
2834
2956
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2835
2957
|
typescript: '>=4.8.4 <6.1.0'
|
|
2836
2958
|
|
|
2959
|
+
typescript-eslint@8.64.0:
|
|
2960
|
+
resolution: {integrity: sha512-0qg+pDNMnqYzqH9AnNK+39tejHvsShUOUUoRUgtnTGE7QuMZhiFDnozq8nHJVq+Wae6NMLKNWLg5WmkcC/ndyQ==}
|
|
2961
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2962
|
+
peerDependencies:
|
|
2963
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2964
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
2965
|
+
|
|
2837
2966
|
typescript-json-schema@0.68.0:
|
|
2838
2967
|
resolution: {integrity: sha512-1X60xXxkZpLAr125Jt5MT9VJTTxT0xfafbjdcbtml26nvpUr2p/P4V34JEXa+ObrHc71W9ksH5pemstY6y+SEw==}
|
|
2839
2968
|
hasBin: true
|
|
@@ -2896,6 +3025,9 @@ packages:
|
|
|
2896
3025
|
walker@1.0.8:
|
|
2897
3026
|
resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==}
|
|
2898
3027
|
|
|
3028
|
+
web-worker@1.5.0:
|
|
3029
|
+
resolution: {integrity: sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==}
|
|
3030
|
+
|
|
2899
3031
|
which-boxed-primitive@1.1.1:
|
|
2900
3032
|
resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==}
|
|
2901
3033
|
engines: {node: '>= 0.4'}
|
|
@@ -2976,6 +3108,11 @@ packages:
|
|
|
2976
3108
|
yallist@3.1.1:
|
|
2977
3109
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
2978
3110
|
|
|
3111
|
+
yaml@2.9.0:
|
|
3112
|
+
resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==}
|
|
3113
|
+
engines: {node: '>= 14.6'}
|
|
3114
|
+
hasBin: true
|
|
3115
|
+
|
|
2979
3116
|
yargs-parser@21.1.1:
|
|
2980
3117
|
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
|
2981
3118
|
engines: {node: '>=12'}
|
|
@@ -3223,15 +3360,15 @@ snapshots:
|
|
|
3223
3360
|
|
|
3224
3361
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
3225
3362
|
|
|
3226
|
-
'@book000/eslint-config@1.
|
|
3363
|
+
'@book000/eslint-config@1.16.14(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3227
3364
|
dependencies:
|
|
3228
|
-
'@typescript-eslint/parser': 8.
|
|
3365
|
+
'@typescript-eslint/parser': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3229
3366
|
eslint: 10.7.0(supports-color@8.1.1)
|
|
3230
3367
|
eslint-config-prettier: 10.1.8(eslint@10.7.0(supports-color@8.1.1))
|
|
3231
|
-
eslint-plugin-unicorn:
|
|
3232
|
-
globals: 17.
|
|
3368
|
+
eslint-plugin-unicorn: 72.0.0(eslint@10.7.0(supports-color@8.1.1))
|
|
3369
|
+
globals: 17.7.0
|
|
3233
3370
|
neostandard: 0.13.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3234
|
-
typescript-eslint: 8.
|
|
3371
|
+
typescript-eslint: 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3235
3372
|
transitivePeerDependencies:
|
|
3236
3373
|
- supports-color
|
|
3237
3374
|
- typescript
|
|
@@ -3428,6 +3565,11 @@ snapshots:
|
|
|
3428
3565
|
dependencies:
|
|
3429
3566
|
'@types/json-schema': 7.0.15
|
|
3430
3567
|
|
|
3568
|
+
'@eslint/css-tree@4.0.4':
|
|
3569
|
+
dependencies:
|
|
3570
|
+
mdn-data: 2.28.1
|
|
3571
|
+
source-map-js: 1.2.1
|
|
3572
|
+
|
|
3431
3573
|
'@eslint/object-schema@3.0.5': {}
|
|
3432
3574
|
|
|
3433
3575
|
'@eslint/plugin-kit@0.7.2':
|
|
@@ -3909,6 +4051,22 @@ snapshots:
|
|
|
3909
4051
|
transitivePeerDependencies:
|
|
3910
4052
|
- supports-color
|
|
3911
4053
|
|
|
4054
|
+
'@typescript-eslint/eslint-plugin@8.64.0(@typescript-eslint/parser@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3))(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4055
|
+
dependencies:
|
|
4056
|
+
'@eslint-community/regexpp': 4.12.2
|
|
4057
|
+
'@typescript-eslint/parser': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
4058
|
+
'@typescript-eslint/scope-manager': 8.64.0
|
|
4059
|
+
'@typescript-eslint/type-utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
4060
|
+
'@typescript-eslint/utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
4061
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
4062
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
4063
|
+
ignore: 7.0.6
|
|
4064
|
+
natural-compare: 1.4.0
|
|
4065
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
4066
|
+
typescript: 6.0.3
|
|
4067
|
+
transitivePeerDependencies:
|
|
4068
|
+
- supports-color
|
|
4069
|
+
|
|
3912
4070
|
'@typescript-eslint/parser@8.61.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3913
4071
|
dependencies:
|
|
3914
4072
|
'@typescript-eslint/scope-manager': 8.61.0
|
|
@@ -3921,10 +4079,31 @@ snapshots:
|
|
|
3921
4079
|
transitivePeerDependencies:
|
|
3922
4080
|
- supports-color
|
|
3923
4081
|
|
|
4082
|
+
'@typescript-eslint/parser@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4083
|
+
dependencies:
|
|
4084
|
+
'@typescript-eslint/scope-manager': 8.64.0
|
|
4085
|
+
'@typescript-eslint/types': 8.64.0
|
|
4086
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
4087
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
4088
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
4089
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
4090
|
+
typescript: 6.0.3
|
|
4091
|
+
transitivePeerDependencies:
|
|
4092
|
+
- supports-color
|
|
4093
|
+
|
|
3924
4094
|
'@typescript-eslint/project-service@8.61.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3925
4095
|
dependencies:
|
|
3926
|
-
'@typescript-eslint/tsconfig-utils': 8.
|
|
3927
|
-
'@typescript-eslint/types': 8.
|
|
4096
|
+
'@typescript-eslint/tsconfig-utils': 8.65.0(typescript@6.0.3)
|
|
4097
|
+
'@typescript-eslint/types': 8.65.0
|
|
4098
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
4099
|
+
typescript: 6.0.3
|
|
4100
|
+
transitivePeerDependencies:
|
|
4101
|
+
- supports-color
|
|
4102
|
+
|
|
4103
|
+
'@typescript-eslint/project-service@8.64.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4104
|
+
dependencies:
|
|
4105
|
+
'@typescript-eslint/tsconfig-utils': 8.65.0(typescript@6.0.3)
|
|
4106
|
+
'@typescript-eslint/types': 8.65.0
|
|
3928
4107
|
debug: 4.4.3(supports-color@8.1.1)
|
|
3929
4108
|
typescript: 6.0.3
|
|
3930
4109
|
transitivePeerDependencies:
|
|
@@ -3944,6 +4123,11 @@ snapshots:
|
|
|
3944
4123
|
'@typescript-eslint/types': 8.61.0
|
|
3945
4124
|
'@typescript-eslint/visitor-keys': 8.61.0
|
|
3946
4125
|
|
|
4126
|
+
'@typescript-eslint/scope-manager@8.64.0':
|
|
4127
|
+
dependencies:
|
|
4128
|
+
'@typescript-eslint/types': 8.64.0
|
|
4129
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
4130
|
+
|
|
3947
4131
|
'@typescript-eslint/scope-manager@8.65.0':
|
|
3948
4132
|
dependencies:
|
|
3949
4133
|
'@typescript-eslint/types': 8.65.0
|
|
@@ -3953,6 +4137,10 @@ snapshots:
|
|
|
3953
4137
|
dependencies:
|
|
3954
4138
|
typescript: 6.0.3
|
|
3955
4139
|
|
|
4140
|
+
'@typescript-eslint/tsconfig-utils@8.64.0(typescript@6.0.3)':
|
|
4141
|
+
dependencies:
|
|
4142
|
+
typescript: 6.0.3
|
|
4143
|
+
|
|
3956
4144
|
'@typescript-eslint/tsconfig-utils@8.65.0(typescript@6.0.3)':
|
|
3957
4145
|
dependencies:
|
|
3958
4146
|
typescript: 6.0.3
|
|
@@ -3969,8 +4157,22 @@ snapshots:
|
|
|
3969
4157
|
transitivePeerDependencies:
|
|
3970
4158
|
- supports-color
|
|
3971
4159
|
|
|
4160
|
+
'@typescript-eslint/type-utils@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4161
|
+
dependencies:
|
|
4162
|
+
'@typescript-eslint/types': 8.64.0
|
|
4163
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
4164
|
+
'@typescript-eslint/utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
4165
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
4166
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
4167
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
4168
|
+
typescript: 6.0.3
|
|
4169
|
+
transitivePeerDependencies:
|
|
4170
|
+
- supports-color
|
|
4171
|
+
|
|
3972
4172
|
'@typescript-eslint/types@8.61.0': {}
|
|
3973
4173
|
|
|
4174
|
+
'@typescript-eslint/types@8.64.0': {}
|
|
4175
|
+
|
|
3974
4176
|
'@typescript-eslint/types@8.65.0': {}
|
|
3975
4177
|
|
|
3976
4178
|
'@typescript-eslint/typescript-estree@8.61.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
@@ -3988,6 +4190,21 @@ snapshots:
|
|
|
3988
4190
|
transitivePeerDependencies:
|
|
3989
4191
|
- supports-color
|
|
3990
4192
|
|
|
4193
|
+
'@typescript-eslint/typescript-estree@8.64.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4194
|
+
dependencies:
|
|
4195
|
+
'@typescript-eslint/project-service': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
4196
|
+
'@typescript-eslint/tsconfig-utils': 8.64.0(typescript@6.0.3)
|
|
4197
|
+
'@typescript-eslint/types': 8.64.0
|
|
4198
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
4199
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
4200
|
+
minimatch: 10.2.5
|
|
4201
|
+
semver: 7.8.5
|
|
4202
|
+
tinyglobby: 0.2.17
|
|
4203
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
4204
|
+
typescript: 6.0.3
|
|
4205
|
+
transitivePeerDependencies:
|
|
4206
|
+
- supports-color
|
|
4207
|
+
|
|
3991
4208
|
'@typescript-eslint/typescript-estree@8.65.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3992
4209
|
dependencies:
|
|
3993
4210
|
'@typescript-eslint/project-service': 8.65.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
@@ -4014,6 +4231,17 @@ snapshots:
|
|
|
4014
4231
|
transitivePeerDependencies:
|
|
4015
4232
|
- supports-color
|
|
4016
4233
|
|
|
4234
|
+
'@typescript-eslint/utils@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4235
|
+
dependencies:
|
|
4236
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(supports-color@8.1.1))
|
|
4237
|
+
'@typescript-eslint/scope-manager': 8.64.0
|
|
4238
|
+
'@typescript-eslint/types': 8.64.0
|
|
4239
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
4240
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
4241
|
+
typescript: 6.0.3
|
|
4242
|
+
transitivePeerDependencies:
|
|
4243
|
+
- supports-color
|
|
4244
|
+
|
|
4017
4245
|
'@typescript-eslint/utils@8.65.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4018
4246
|
dependencies:
|
|
4019
4247
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(supports-color@8.1.1))
|
|
@@ -4030,6 +4258,11 @@ snapshots:
|
|
|
4030
4258
|
'@typescript-eslint/types': 8.61.0
|
|
4031
4259
|
eslint-visitor-keys: 5.0.1
|
|
4032
4260
|
|
|
4261
|
+
'@typescript-eslint/visitor-keys@8.64.0':
|
|
4262
|
+
dependencies:
|
|
4263
|
+
'@typescript-eslint/types': 8.64.0
|
|
4264
|
+
eslint-visitor-keys: 5.0.1
|
|
4265
|
+
|
|
4033
4266
|
'@typescript-eslint/visitor-keys@8.65.0':
|
|
4034
4267
|
dependencies:
|
|
4035
4268
|
'@typescript-eslint/types': 8.65.0
|
|
@@ -4401,6 +4634,8 @@ snapshots:
|
|
|
4401
4634
|
|
|
4402
4635
|
concat-map@0.0.1: {}
|
|
4403
4636
|
|
|
4637
|
+
convert-hrtime@5.0.0: {}
|
|
4638
|
+
|
|
4404
4639
|
convert-source-map@2.0.0: {}
|
|
4405
4640
|
|
|
4406
4641
|
core-js-compat@3.49.0:
|
|
@@ -4515,6 +4750,8 @@ snapshots:
|
|
|
4515
4750
|
graceful-fs: 4.2.11
|
|
4516
4751
|
tapable: 2.3.3
|
|
4517
4752
|
|
|
4753
|
+
entities@4.5.0: {}
|
|
4754
|
+
|
|
4518
4755
|
environment@1.1.0: {}
|
|
4519
4756
|
|
|
4520
4757
|
error-ex@1.3.4:
|
|
@@ -4727,24 +4964,29 @@ snapshots:
|
|
|
4727
4964
|
string.prototype.matchall: 4.0.12
|
|
4728
4965
|
string.prototype.repeat: 1.0.0
|
|
4729
4966
|
|
|
4730
|
-
eslint-plugin-unicorn@
|
|
4967
|
+
eslint-plugin-unicorn@72.0.0(eslint@10.7.0(supports-color@8.1.1)):
|
|
4731
4968
|
dependencies:
|
|
4732
|
-
'@babel/helper-validator-identifier': 7.29.7
|
|
4733
4969
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(supports-color@8.1.1))
|
|
4970
|
+
'@eslint/css-tree': 4.0.4
|
|
4971
|
+
browserslist: 4.28.6
|
|
4734
4972
|
change-case: 5.4.4
|
|
4735
4973
|
ci-info: 4.4.0
|
|
4736
4974
|
core-js-compat: 3.49.0
|
|
4737
4975
|
detect-indent: 7.0.2
|
|
4976
|
+
entities: 4.5.0
|
|
4738
4977
|
eslint: 10.7.0(supports-color@8.1.1)
|
|
4739
4978
|
find-up-simple: 1.0.1
|
|
4740
|
-
globals: 17.
|
|
4979
|
+
globals: 17.7.0
|
|
4741
4980
|
indent-string: 5.0.0
|
|
4742
4981
|
is-builtin-module: 5.0.0
|
|
4743
|
-
|
|
4982
|
+
is-identifier: 1.1.0
|
|
4744
4983
|
pluralize: 8.0.0
|
|
4984
|
+
quote-js-string: 0.1.0
|
|
4745
4985
|
regjsparser: 0.13.2
|
|
4986
|
+
reserved-identifiers: 1.2.0
|
|
4746
4987
|
semver: 7.8.5
|
|
4747
4988
|
strip-indent: 4.1.1
|
|
4989
|
+
yaml: 2.9.0
|
|
4748
4990
|
|
|
4749
4991
|
eslint-scope@9.1.2:
|
|
4750
4992
|
dependencies:
|
|
@@ -4909,6 +5151,8 @@ snapshots:
|
|
|
4909
5151
|
|
|
4910
5152
|
function-bind@1.1.2: {}
|
|
4911
5153
|
|
|
5154
|
+
function-timeout@1.0.2: {}
|
|
5155
|
+
|
|
4912
5156
|
function.prototype.name@1.2.0:
|
|
4913
5157
|
dependencies:
|
|
4914
5158
|
call-bind: 1.0.9
|
|
@@ -4995,6 +5239,8 @@ snapshots:
|
|
|
4995
5239
|
|
|
4996
5240
|
globals@17.6.0: {}
|
|
4997
5241
|
|
|
5242
|
+
globals@17.7.0: {}
|
|
5243
|
+
|
|
4998
5244
|
globalthis@1.0.4:
|
|
4999
5245
|
dependencies:
|
|
5000
5246
|
define-properties: 1.2.1
|
|
@@ -5041,6 +5287,10 @@ snapshots:
|
|
|
5041
5287
|
|
|
5042
5288
|
human-signals@2.1.0: {}
|
|
5043
5289
|
|
|
5290
|
+
identifier-regex@1.1.0:
|
|
5291
|
+
dependencies:
|
|
5292
|
+
reserved-identifiers: 1.2.0
|
|
5293
|
+
|
|
5044
5294
|
ignore@5.3.2: {}
|
|
5045
5295
|
|
|
5046
5296
|
ignore@7.0.6: {}
|
|
@@ -5147,6 +5397,11 @@ snapshots:
|
|
|
5147
5397
|
dependencies:
|
|
5148
5398
|
is-extglob: 2.1.1
|
|
5149
5399
|
|
|
5400
|
+
is-identifier@1.1.0:
|
|
5401
|
+
dependencies:
|
|
5402
|
+
identifier-regex: 1.1.0
|
|
5403
|
+
super-regex: 1.1.0
|
|
5404
|
+
|
|
5150
5405
|
is-map@2.0.3: {}
|
|
5151
5406
|
|
|
5152
5407
|
is-negative-zero@2.0.3: {}
|
|
@@ -5654,6 +5909,12 @@ snapshots:
|
|
|
5654
5909
|
dependencies:
|
|
5655
5910
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
5656
5911
|
|
|
5912
|
+
make-asynchronous@1.1.0:
|
|
5913
|
+
dependencies:
|
|
5914
|
+
p-event: 6.0.1
|
|
5915
|
+
type-fest: 4.41.0
|
|
5916
|
+
web-worker: 1.5.0
|
|
5917
|
+
|
|
5657
5918
|
make-dir@4.0.0:
|
|
5658
5919
|
dependencies:
|
|
5659
5920
|
semver: 7.8.5
|
|
@@ -5666,6 +5927,8 @@ snapshots:
|
|
|
5666
5927
|
|
|
5667
5928
|
math-intrinsics@1.1.0: {}
|
|
5668
5929
|
|
|
5930
|
+
mdn-data@2.28.1: {}
|
|
5931
|
+
|
|
5669
5932
|
merge-stream@2.0.0: {}
|
|
5670
5933
|
|
|
5671
5934
|
meriyah@6.1.4: {}
|
|
@@ -5807,6 +6070,10 @@ snapshots:
|
|
|
5807
6070
|
object-keys: 1.1.1
|
|
5808
6071
|
safe-push-apply: 1.0.0
|
|
5809
6072
|
|
|
6073
|
+
p-event@6.0.1:
|
|
6074
|
+
dependencies:
|
|
6075
|
+
p-timeout: 6.1.4
|
|
6076
|
+
|
|
5810
6077
|
p-limit@2.3.0:
|
|
5811
6078
|
dependencies:
|
|
5812
6079
|
p-try: 2.2.0
|
|
@@ -5831,6 +6098,8 @@ snapshots:
|
|
|
5831
6098
|
dependencies:
|
|
5832
6099
|
p-limit: 4.0.0
|
|
5833
6100
|
|
|
6101
|
+
p-timeout@6.1.4: {}
|
|
6102
|
+
|
|
5834
6103
|
p-try@2.2.0: {}
|
|
5835
6104
|
|
|
5836
6105
|
package-json-from-dist@1.0.1: {}
|
|
@@ -5903,6 +6172,8 @@ snapshots:
|
|
|
5903
6172
|
|
|
5904
6173
|
pure-rand@7.0.1: {}
|
|
5905
6174
|
|
|
6175
|
+
quote-js-string@0.1.0: {}
|
|
6176
|
+
|
|
5906
6177
|
react-is@16.13.1: {}
|
|
5907
6178
|
|
|
5908
6179
|
react-is@18.3.1: {}
|
|
@@ -5948,6 +6219,8 @@ snapshots:
|
|
|
5948
6219
|
transitivePeerDependencies:
|
|
5949
6220
|
- supports-color
|
|
5950
6221
|
|
|
6222
|
+
reserved-identifiers@1.2.0: {}
|
|
6223
|
+
|
|
5951
6224
|
resolve-cwd@3.0.0:
|
|
5952
6225
|
dependencies:
|
|
5953
6226
|
resolve-from: 5.0.0
|
|
@@ -6078,6 +6351,8 @@ snapshots:
|
|
|
6078
6351
|
ansi-styles: 6.2.3
|
|
6079
6352
|
is-fullwidth-code-point: 4.0.0
|
|
6080
6353
|
|
|
6354
|
+
source-map-js@1.2.1: {}
|
|
6355
|
+
|
|
6081
6356
|
source-map-support@0.5.13:
|
|
6082
6357
|
dependencies:
|
|
6083
6358
|
buffer-from: 1.1.2
|
|
@@ -6186,6 +6461,12 @@ snapshots:
|
|
|
6186
6461
|
|
|
6187
6462
|
strip-json-comments@3.1.1: {}
|
|
6188
6463
|
|
|
6464
|
+
super-regex@1.1.0:
|
|
6465
|
+
dependencies:
|
|
6466
|
+
function-timeout: 1.0.2
|
|
6467
|
+
make-asynchronous: 1.1.0
|
|
6468
|
+
time-span: 5.1.0
|
|
6469
|
+
|
|
6189
6470
|
supports-color@7.2.0:
|
|
6190
6471
|
dependencies:
|
|
6191
6472
|
has-flag: 4.0.0
|
|
@@ -6210,6 +6491,10 @@ snapshots:
|
|
|
6210
6491
|
|
|
6211
6492
|
text-hex@1.0.0: {}
|
|
6212
6493
|
|
|
6494
|
+
time-span@5.1.0:
|
|
6495
|
+
dependencies:
|
|
6496
|
+
convert-hrtime: 5.0.0
|
|
6497
|
+
|
|
6213
6498
|
tinyglobby@0.2.17:
|
|
6214
6499
|
dependencies:
|
|
6215
6500
|
fdir: 6.5.0(picomatch@4.0.5)
|
|
@@ -6352,6 +6637,17 @@ snapshots:
|
|
|
6352
6637
|
transitivePeerDependencies:
|
|
6353
6638
|
- supports-color
|
|
6354
6639
|
|
|
6640
|
+
typescript-eslint@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3):
|
|
6641
|
+
dependencies:
|
|
6642
|
+
'@typescript-eslint/eslint-plugin': 8.64.0(@typescript-eslint/parser@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3))(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
6643
|
+
'@typescript-eslint/parser': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
6644
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
6645
|
+
'@typescript-eslint/utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
6646
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
6647
|
+
typescript: 6.0.3
|
|
6648
|
+
transitivePeerDependencies:
|
|
6649
|
+
- supports-color
|
|
6650
|
+
|
|
6355
6651
|
typescript-json-schema@0.68.0:
|
|
6356
6652
|
dependencies:
|
|
6357
6653
|
'@types/json-schema': 7.0.15
|
|
@@ -6439,6 +6735,8 @@ snapshots:
|
|
|
6439
6735
|
dependencies:
|
|
6440
6736
|
makeerror: 1.0.12
|
|
6441
6737
|
|
|
6738
|
+
web-worker@1.5.0: {}
|
|
6739
|
+
|
|
6442
6740
|
which-boxed-primitive@1.1.1:
|
|
6443
6741
|
dependencies:
|
|
6444
6742
|
is-bigint: 1.1.0
|
|
@@ -6547,6 +6845,8 @@ snapshots:
|
|
|
6547
6845
|
|
|
6548
6846
|
yallist@3.1.1: {}
|
|
6549
6847
|
|
|
6848
|
+
yaml@2.9.0: {}
|
|
6849
|
+
|
|
6550
6850
|
yargs-parser@21.1.1: {}
|
|
6551
6851
|
|
|
6552
6852
|
yargs-parser@22.0.0: {}
|