@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
|
@@ -13,8 +13,8 @@ importers:
|
|
|
13
13
|
version: 1.25.0(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
14
14
|
devDependencies:
|
|
15
15
|
'@book000/eslint-config':
|
|
16
|
-
specifier: 1.
|
|
17
|
-
version: 1.
|
|
16
|
+
specifier: 1.16.14
|
|
17
|
+
version: 1.16.14(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
18
18
|
'@types/jest':
|
|
19
19
|
specifier: 30.0.0
|
|
20
20
|
version: 30.0.0
|
|
@@ -224,10 +224,10 @@ packages:
|
|
|
224
224
|
'@bcoe/v8-coverage@0.2.3':
|
|
225
225
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
226
226
|
|
|
227
|
-
'@book000/eslint-config@1.
|
|
228
|
-
resolution: {integrity: sha512-
|
|
227
|
+
'@book000/eslint-config@1.16.14':
|
|
228
|
+
resolution: {integrity: sha512-AOFqqnI+a22VbLhgp1gUpJJq4dcknQ0yGJk2xLZHnstE2DpfdtJzytnuDQzpatFyetT81DGxBxDfqivyXvafNg==}
|
|
229
229
|
peerDependencies:
|
|
230
|
-
eslint: 10.
|
|
230
|
+
eslint: 10.7.0
|
|
231
231
|
|
|
232
232
|
'@book000/node-utils@1.25.0':
|
|
233
233
|
resolution: {integrity: sha512-5bnUqghF+PTFXOqELwTdZgFS2WrTjNAj27ye00IobmfruRnlbQiy+RsPCQgX3oEFfy4elq2ayKcfWyaFJjoC3g==}
|
|
@@ -430,6 +430,10 @@ packages:
|
|
|
430
430
|
resolution: {integrity: sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==}
|
|
431
431
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
432
432
|
|
|
433
|
+
'@eslint/css-tree@4.0.4':
|
|
434
|
+
resolution: {integrity: sha512-nxMparyhqVWQvadx9x8dIfubfIPOE+X2b2waua8fzdnM9vdp9rgVtwEZlG0TmCwEUz/d/f40fzvO/eqBwdxz0A==}
|
|
435
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
436
|
+
|
|
433
437
|
'@eslint/object-schema@3.0.5':
|
|
434
438
|
resolution: {integrity: sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==}
|
|
435
439
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
@@ -767,6 +771,14 @@ packages:
|
|
|
767
771
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
768
772
|
typescript: '>=4.8.4 <6.1.0'
|
|
769
773
|
|
|
774
|
+
'@typescript-eslint/eslint-plugin@8.64.0':
|
|
775
|
+
resolution: {integrity: sha512-CGvQPBxN3wZLu6Rz2kFUpZeoCm78xUic92ck39KPePkO1NPOwjCqdQnm5Q87tpWw9vcBvW8XLrDXjH9PWYtJ3Q==}
|
|
776
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
777
|
+
peerDependencies:
|
|
778
|
+
'@typescript-eslint/parser': ^8.64.0
|
|
779
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
780
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
781
|
+
|
|
770
782
|
'@typescript-eslint/parser@8.61.0':
|
|
771
783
|
resolution: {integrity: sha512-5B7PfA2e1NQGCnDHd/0lW7W3gvp3d59Ryw54FYO8Uswxo9f6ikw3AZV+Xj/TvpImmpsiYyUqAfhC6kJID1jF6w==}
|
|
772
784
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -774,12 +786,25 @@ packages:
|
|
|
774
786
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
775
787
|
typescript: '>=4.8.4 <6.1.0'
|
|
776
788
|
|
|
789
|
+
'@typescript-eslint/parser@8.64.0':
|
|
790
|
+
resolution: {integrity: sha512-KA0OshtlcCCXmbfqyZkM5pV3/WNraJf7DkJRLpyrmwPtud57H5BDX7C3k0LPSPxpprfRL+cJDGabF10mvNCoCw==}
|
|
791
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
792
|
+
peerDependencies:
|
|
793
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
794
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
795
|
+
|
|
777
796
|
'@typescript-eslint/project-service@8.61.0':
|
|
778
797
|
resolution: {integrity: sha512-DV42F7MLJO6Rax7SK1yg43tcnEfGUrurSpSxKuVX+a3RCTzBlH3fuxprrOJXKCJGAaw82xXocikJ0uQaqwXgGA==}
|
|
779
798
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
780
799
|
peerDependencies:
|
|
781
800
|
typescript: '>=4.8.4 <6.1.0'
|
|
782
801
|
|
|
802
|
+
'@typescript-eslint/project-service@8.64.0':
|
|
803
|
+
resolution: {integrity: sha512-tk4WpOJ6IEbGrVHaNmM0YRrwAD3exZlIK3iadQNAxh4YKk6jvUQ4ecq18n+v7+meh+cJ3j+D8nbk8sRKhlwLQg==}
|
|
804
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
805
|
+
peerDependencies:
|
|
806
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
807
|
+
|
|
783
808
|
'@typescript-eslint/project-service@8.65.0':
|
|
784
809
|
resolution: {integrity: sha512-SxnPhbTsGahizDgbu7oqFH/xVtzIqMd/s+WtnSxNxJZJpLbdT5IPdzg8EZxO3+PoKahXmwJLeNQOpKJb3/bi7Q==}
|
|
785
810
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -790,6 +815,10 @@ packages:
|
|
|
790
815
|
resolution: {integrity: sha512-IWdXFHFSb6mlC3HPc7QsLDm5zYEbUla6trDEHf32D3/dnuUyXd87plScSNXSbm0/RxMvObpI17sv/EDTGrGZkA==}
|
|
791
816
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
792
817
|
|
|
818
|
+
'@typescript-eslint/scope-manager@8.64.0':
|
|
819
|
+
resolution: {integrity: sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==}
|
|
820
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
821
|
+
|
|
793
822
|
'@typescript-eslint/scope-manager@8.65.0':
|
|
794
823
|
resolution: {integrity: sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg==}
|
|
795
824
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -800,6 +829,12 @@ packages:
|
|
|
800
829
|
peerDependencies:
|
|
801
830
|
typescript: '>=4.8.4 <6.1.0'
|
|
802
831
|
|
|
832
|
+
'@typescript-eslint/tsconfig-utils@8.64.0':
|
|
833
|
+
resolution: {integrity: sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw==}
|
|
834
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
835
|
+
peerDependencies:
|
|
836
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
837
|
+
|
|
803
838
|
'@typescript-eslint/tsconfig-utils@8.65.0':
|
|
804
839
|
resolution: {integrity: sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==}
|
|
805
840
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -813,10 +848,21 @@ packages:
|
|
|
813
848
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
814
849
|
typescript: '>=4.8.4 <6.1.0'
|
|
815
850
|
|
|
851
|
+
'@typescript-eslint/type-utils@8.64.0':
|
|
852
|
+
resolution: {integrity: sha512-XWG4Fmmv/6SvyS9nH8jWrKs6terwJvE8cyRt1CzYYqzp9OrPhCT4cMc/f7C6RZCwG+qMmiffJS1/qJP8G1URtg==}
|
|
853
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
854
|
+
peerDependencies:
|
|
855
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
856
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
857
|
+
|
|
816
858
|
'@typescript-eslint/types@8.61.0':
|
|
817
859
|
resolution: {integrity: sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==}
|
|
818
860
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
819
861
|
|
|
862
|
+
'@typescript-eslint/types@8.64.0':
|
|
863
|
+
resolution: {integrity: sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==}
|
|
864
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
865
|
+
|
|
820
866
|
'@typescript-eslint/types@8.65.0':
|
|
821
867
|
resolution: {integrity: sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==}
|
|
822
868
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -827,6 +873,12 @@ packages:
|
|
|
827
873
|
peerDependencies:
|
|
828
874
|
typescript: '>=4.8.4 <6.1.0'
|
|
829
875
|
|
|
876
|
+
'@typescript-eslint/typescript-estree@8.64.0':
|
|
877
|
+
resolution: {integrity: sha512-Pztpsn1aCE1oWDvDEfUk31nngvvF7vUB5SwHFEaZIFpvw7WJtqUHHL4plBZDA9HfWJJjL13BdG0YrJInTUvoVA==}
|
|
878
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
879
|
+
peerDependencies:
|
|
880
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
881
|
+
|
|
830
882
|
'@typescript-eslint/typescript-estree@8.65.0':
|
|
831
883
|
resolution: {integrity: sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg==}
|
|
832
884
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -840,6 +892,13 @@ packages:
|
|
|
840
892
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
841
893
|
typescript: '>=4.8.4 <6.1.0'
|
|
842
894
|
|
|
895
|
+
'@typescript-eslint/utils@8.64.0':
|
|
896
|
+
resolution: {integrity: sha512-aJUGVB3+U0htrrCjoA8qukw8cm8fNCGAxK/tVoS70k8aeb7DETKeFozRiVFIwEeN9WJLsjaP3ph8I60tY2XZoQ==}
|
|
897
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
898
|
+
peerDependencies:
|
|
899
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
900
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
901
|
+
|
|
843
902
|
'@typescript-eslint/utils@8.65.0':
|
|
844
903
|
resolution: {integrity: sha512-gXiwIHsYreboxeJucHKPvgwl7dXt50mF8s1/c00cP/WoVTyWKFdtfhRWwZiXYFU5H2O8vVoSLNrexFZjYS/SGA==}
|
|
845
904
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -851,6 +910,10 @@ packages:
|
|
|
851
910
|
resolution: {integrity: sha512-QVLZu3ZPQEE+HICQyAMZ2yLQhxf0meY/wx6Hx14YcTNj13JB3qHlX3lJ02L3fLGHgERRH71kvYDwiXIguT3AjQ==}
|
|
852
911
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
853
912
|
|
|
913
|
+
'@typescript-eslint/visitor-keys@8.64.0':
|
|
914
|
+
resolution: {integrity: sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==}
|
|
915
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
916
|
+
|
|
854
917
|
'@typescript-eslint/visitor-keys@8.65.0':
|
|
855
918
|
resolution: {integrity: sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==}
|
|
856
919
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -1240,6 +1303,10 @@ packages:
|
|
|
1240
1303
|
concat-map@0.0.1:
|
|
1241
1304
|
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
1242
1305
|
|
|
1306
|
+
convert-hrtime@5.0.0:
|
|
1307
|
+
resolution: {integrity: sha512-lOETlkIeYSJWcbbcvjRKGxVMXJR+8+OQb/mTPbA4ObPMytYIsUbuOE0Jzy60hjARYszq1id0j8KgVhC+WGZVTg==}
|
|
1308
|
+
engines: {node: '>=12'}
|
|
1309
|
+
|
|
1243
1310
|
convert-source-map@2.0.0:
|
|
1244
1311
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
1245
1312
|
|
|
@@ -1347,6 +1414,10 @@ packages:
|
|
|
1347
1414
|
resolution: {integrity: sha512-PwKooW9JUzh5chmYfHM3IQl5OkK2u2Nm011MgeZrss3JmFraUx/fqrf78kk8GUMYoibx/14MdwTl/1WKkG7TpQ==}
|
|
1348
1415
|
engines: {node: '>=10.13.0'}
|
|
1349
1416
|
|
|
1417
|
+
entities@4.5.0:
|
|
1418
|
+
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
|
1419
|
+
engines: {node: '>=0.12'}
|
|
1420
|
+
|
|
1350
1421
|
environment@1.1.0:
|
|
1351
1422
|
resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==}
|
|
1352
1423
|
engines: {node: '>=18'}
|
|
@@ -1446,11 +1517,11 @@ packages:
|
|
|
1446
1517
|
peerDependencies:
|
|
1447
1518
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
|
|
1448
1519
|
|
|
1449
|
-
eslint-plugin-unicorn@
|
|
1450
|
-
resolution: {integrity: sha512-
|
|
1451
|
-
engines: {node:
|
|
1520
|
+
eslint-plugin-unicorn@72.0.0:
|
|
1521
|
+
resolution: {integrity: sha512-hqO6ksoOHO+ZhdseTuKRVQbx9U7PRO/cv8qAR1mctwzdVO2hYud8uS9luAhp43RJgziYgHAph8eHyipT8GL0ng==}
|
|
1522
|
+
engines: {node: '>=22'}
|
|
1452
1523
|
peerDependencies:
|
|
1453
|
-
eslint: '>=
|
|
1524
|
+
eslint: '>=10.4'
|
|
1454
1525
|
|
|
1455
1526
|
eslint-scope@9.1.2:
|
|
1456
1527
|
resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
|
|
@@ -1595,6 +1666,10 @@ packages:
|
|
|
1595
1666
|
function-bind@1.1.2:
|
|
1596
1667
|
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
1597
1668
|
|
|
1669
|
+
function-timeout@1.0.2:
|
|
1670
|
+
resolution: {integrity: sha512-939eZS4gJ3htTHAldmyyuzlrD58P03fHG49v2JfFXbV6OhvZKRC9j2yAtdHw/zrp2zXHuv05zMIy40F0ge7spA==}
|
|
1671
|
+
engines: {node: '>=18'}
|
|
1672
|
+
|
|
1598
1673
|
function.prototype.name@1.2.0:
|
|
1599
1674
|
resolution: {integrity: sha512-jObKIik1P2QjPHP5nz5BaOtUlfgS0fWo8IUByNXkM+o+02sJOi94em77GwJKQSJ3gfPHdgzLNrHc1uokV4P/ew==}
|
|
1600
1675
|
engines: {node: '>= 0.4'}
|
|
@@ -1666,6 +1741,10 @@ packages:
|
|
|
1666
1741
|
resolution: {integrity: sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==}
|
|
1667
1742
|
engines: {node: '>=18'}
|
|
1668
1743
|
|
|
1744
|
+
globals@17.7.0:
|
|
1745
|
+
resolution: {integrity: sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==}
|
|
1746
|
+
engines: {node: '>=18'}
|
|
1747
|
+
|
|
1669
1748
|
globalthis@1.0.4:
|
|
1670
1749
|
resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
|
|
1671
1750
|
engines: {node: '>= 0.4'}
|
|
@@ -1719,6 +1798,10 @@ packages:
|
|
|
1719
1798
|
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
|
|
1720
1799
|
engines: {node: '>=10.17.0'}
|
|
1721
1800
|
|
|
1801
|
+
identifier-regex@1.1.0:
|
|
1802
|
+
resolution: {integrity: sha512-SLX4H/vtcYlYnL7XqnuJKHU7Z8517TgsW9nmQiGOgMCjQ8V/deLYu6bEmbGoXe7WMMhc9+EUGyFFneHja8KabA==}
|
|
1803
|
+
engines: {node: '>=18'}
|
|
1804
|
+
|
|
1722
1805
|
ignore@5.3.2:
|
|
1723
1806
|
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
|
1724
1807
|
engines: {node: '>= 4'}
|
|
@@ -1826,6 +1909,10 @@ packages:
|
|
|
1826
1909
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
1827
1910
|
engines: {node: '>=0.10.0'}
|
|
1828
1911
|
|
|
1912
|
+
is-identifier@1.1.0:
|
|
1913
|
+
resolution: {integrity: sha512-NhOds0mDx9lJu+1lBRO0xbwFo5nobA7GCk/0e5xjr6+6XugX985+0OyGX35BNrTkPAsdLcIKg02HUQJOK8D8kw==}
|
|
1914
|
+
engines: {node: '>=18'}
|
|
1915
|
+
|
|
1829
1916
|
is-map@2.0.3:
|
|
1830
1917
|
resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
|
|
1831
1918
|
engines: {node: '>= 0.4'}
|
|
@@ -2136,6 +2223,10 @@ packages:
|
|
|
2136
2223
|
magic-string@0.30.21:
|
|
2137
2224
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
2138
2225
|
|
|
2226
|
+
make-asynchronous@1.1.0:
|
|
2227
|
+
resolution: {integrity: sha512-ayF7iT+44LXdxJLTrTd3TLQpFDDvPCBxXxbv+pMUSuHA5Q8zyAfwkRP6aHHwNVFBUFWtxAHqwNJxF8vMZLAbVg==}
|
|
2228
|
+
engines: {node: '>=18'}
|
|
2229
|
+
|
|
2139
2230
|
make-dir@4.0.0:
|
|
2140
2231
|
resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==}
|
|
2141
2232
|
engines: {node: '>=10'}
|
|
@@ -2150,6 +2241,9 @@ packages:
|
|
|
2150
2241
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
2151
2242
|
engines: {node: '>= 0.4'}
|
|
2152
2243
|
|
|
2244
|
+
mdn-data@2.28.1:
|
|
2245
|
+
resolution: {integrity: sha512-U9w+PzSZ00Z5m9rZ5ARVFL5xOfuCHdKYi/1RRwDCJsboFgJDNT3zT6PIPD7mZQYaQLhsZM3GfDRgSMRHhSmVng==}
|
|
2246
|
+
|
|
2153
2247
|
merge-stream@2.0.0:
|
|
2154
2248
|
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
|
|
2155
2249
|
|
|
@@ -2282,6 +2376,10 @@ packages:
|
|
|
2282
2376
|
resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==}
|
|
2283
2377
|
engines: {node: '>= 0.4'}
|
|
2284
2378
|
|
|
2379
|
+
p-event@6.0.1:
|
|
2380
|
+
resolution: {integrity: sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==}
|
|
2381
|
+
engines: {node: '>=16.17'}
|
|
2382
|
+
|
|
2285
2383
|
p-limit@2.3.0:
|
|
2286
2384
|
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
|
2287
2385
|
engines: {node: '>=6'}
|
|
@@ -2306,6 +2404,10 @@ packages:
|
|
|
2306
2404
|
resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
|
|
2307
2405
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
2308
2406
|
|
|
2407
|
+
p-timeout@6.1.4:
|
|
2408
|
+
resolution: {integrity: sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==}
|
|
2409
|
+
engines: {node: '>=14.16'}
|
|
2410
|
+
|
|
2309
2411
|
p-try@2.2.0:
|
|
2310
2412
|
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
|
2311
2413
|
engines: {node: '>=6'}
|
|
@@ -2401,6 +2503,10 @@ packages:
|
|
|
2401
2503
|
pure-rand@7.0.1:
|
|
2402
2504
|
resolution: {integrity: sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==}
|
|
2403
2505
|
|
|
2506
|
+
quote-js-string@0.1.0:
|
|
2507
|
+
resolution: {integrity: sha512-Y3NoRtprEEZQD8RfxMCfS0ZTqc4e+i18OrXEXAvpM6TfC/3y+0L5rNbZiSnbBBEkDfFzbpd8o+cE8q3/anjMGA==}
|
|
2508
|
+
engines: {node: '>=22'}
|
|
2509
|
+
|
|
2404
2510
|
react-is@16.13.1:
|
|
2405
2511
|
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
|
2406
2512
|
|
|
@@ -2434,6 +2540,10 @@ packages:
|
|
|
2434
2540
|
resolution: {integrity: sha512-QT7FVMXfWOYFbeRBF6nu+I6tr2Tf3u0q8RIEjNob/heKY/nh7drD/k7eeMFmSQgnTtCzLDcCu/XEnpW2wk4xCQ==}
|
|
2435
2541
|
engines: {node: '>=9.3.0 || >=8.10.0 <9.0.0'}
|
|
2436
2542
|
|
|
2543
|
+
reserved-identifiers@1.2.0:
|
|
2544
|
+
resolution: {integrity: sha512-yE7KUfFvaBFzGPs5H3Ops1RevfUEsDc5Iz65rOwWg4lE8HJSYtle77uul3+573457oHvBKuHYDl/xqUkKpEEdw==}
|
|
2545
|
+
engines: {node: '>=18'}
|
|
2546
|
+
|
|
2437
2547
|
resolve-cwd@3.0.0:
|
|
2438
2548
|
resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
|
|
2439
2549
|
engines: {node: '>=8'}
|
|
@@ -2541,6 +2651,10 @@ packages:
|
|
|
2541
2651
|
resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==}
|
|
2542
2652
|
engines: {node: '>=12'}
|
|
2543
2653
|
|
|
2654
|
+
source-map-js@1.2.1:
|
|
2655
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
2656
|
+
engines: {node: '>=0.10.0'}
|
|
2657
|
+
|
|
2544
2658
|
source-map-support@0.5.13:
|
|
2545
2659
|
resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==}
|
|
2546
2660
|
|
|
@@ -2624,6 +2738,10 @@ packages:
|
|
|
2624
2738
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
2625
2739
|
engines: {node: '>=8'}
|
|
2626
2740
|
|
|
2741
|
+
super-regex@1.1.0:
|
|
2742
|
+
resolution: {integrity: sha512-WHkws2ZflZe41zj6AolvvmaTrWds/VuyeYr9iPVv/oQeaIoVxMKaushfFWpOGDT+GuBrM/sVqF8KUCYQlSSTdQ==}
|
|
2743
|
+
engines: {node: '>=18'}
|
|
2744
|
+
|
|
2627
2745
|
supports-color@7.2.0:
|
|
2628
2746
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
2629
2747
|
engines: {node: '>=8'}
|
|
@@ -2651,6 +2769,10 @@ packages:
|
|
|
2651
2769
|
text-hex@1.0.0:
|
|
2652
2770
|
resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==}
|
|
2653
2771
|
|
|
2772
|
+
time-span@5.1.0:
|
|
2773
|
+
resolution: {integrity: sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==}
|
|
2774
|
+
engines: {node: '>=12'}
|
|
2775
|
+
|
|
2654
2776
|
tinyglobby@0.2.17:
|
|
2655
2777
|
resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
|
|
2656
2778
|
engines: {node: '>=12.0.0'}
|
|
@@ -2765,6 +2887,13 @@ packages:
|
|
|
2765
2887
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2766
2888
|
typescript: '>=4.8.4 <6.1.0'
|
|
2767
2889
|
|
|
2890
|
+
typescript-eslint@8.64.0:
|
|
2891
|
+
resolution: {integrity: sha512-0qg+pDNMnqYzqH9AnNK+39tejHvsShUOUUoRUgtnTGE7QuMZhiFDnozq8nHJVq+Wae6NMLKNWLg5WmkcC/ndyQ==}
|
|
2892
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2893
|
+
peerDependencies:
|
|
2894
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2895
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
2896
|
+
|
|
2768
2897
|
typescript-json-schema@0.68.0:
|
|
2769
2898
|
resolution: {integrity: sha512-1X60xXxkZpLAr125Jt5MT9VJTTxT0xfafbjdcbtml26nvpUr2p/P4V34JEXa+ObrHc71W9ksH5pemstY6y+SEw==}
|
|
2770
2899
|
hasBin: true
|
|
@@ -2823,6 +2952,9 @@ packages:
|
|
|
2823
2952
|
walker@1.0.8:
|
|
2824
2953
|
resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==}
|
|
2825
2954
|
|
|
2955
|
+
web-worker@1.5.0:
|
|
2956
|
+
resolution: {integrity: sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==}
|
|
2957
|
+
|
|
2826
2958
|
which-boxed-primitive@1.1.1:
|
|
2827
2959
|
resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==}
|
|
2828
2960
|
engines: {node: '>= 0.4'}
|
|
@@ -2891,6 +3023,11 @@ packages:
|
|
|
2891
3023
|
yallist@3.1.1:
|
|
2892
3024
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
2893
3025
|
|
|
3026
|
+
yaml@2.9.0:
|
|
3027
|
+
resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==}
|
|
3028
|
+
engines: {node: '>= 14.6'}
|
|
3029
|
+
hasBin: true
|
|
3030
|
+
|
|
2894
3031
|
yargs-parser@21.1.1:
|
|
2895
3032
|
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
|
2896
3033
|
engines: {node: '>=12'}
|
|
@@ -3138,15 +3275,15 @@ snapshots:
|
|
|
3138
3275
|
|
|
3139
3276
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
3140
3277
|
|
|
3141
|
-
'@book000/eslint-config@1.
|
|
3278
|
+
'@book000/eslint-config@1.16.14(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3142
3279
|
dependencies:
|
|
3143
|
-
'@typescript-eslint/parser': 8.
|
|
3280
|
+
'@typescript-eslint/parser': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3144
3281
|
eslint: 10.7.0(supports-color@8.1.1)
|
|
3145
3282
|
eslint-config-prettier: 10.1.8(eslint@10.7.0(supports-color@8.1.1))
|
|
3146
|
-
eslint-plugin-unicorn:
|
|
3147
|
-
globals: 17.
|
|
3283
|
+
eslint-plugin-unicorn: 72.0.0(eslint@10.7.0(supports-color@8.1.1))
|
|
3284
|
+
globals: 17.7.0
|
|
3148
3285
|
neostandard: 0.13.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3149
|
-
typescript-eslint: 8.
|
|
3286
|
+
typescript-eslint: 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3150
3287
|
transitivePeerDependencies:
|
|
3151
3288
|
- supports-color
|
|
3152
3289
|
- typescript
|
|
@@ -3294,6 +3431,11 @@ snapshots:
|
|
|
3294
3431
|
dependencies:
|
|
3295
3432
|
'@types/json-schema': 7.0.15
|
|
3296
3433
|
|
|
3434
|
+
'@eslint/css-tree@4.0.4':
|
|
3435
|
+
dependencies:
|
|
3436
|
+
mdn-data: 2.28.1
|
|
3437
|
+
source-map-js: 1.2.1
|
|
3438
|
+
|
|
3297
3439
|
'@eslint/object-schema@3.0.5': {}
|
|
3298
3440
|
|
|
3299
3441
|
'@eslint/plugin-kit@0.7.2':
|
|
@@ -3762,6 +3904,22 @@ snapshots:
|
|
|
3762
3904
|
transitivePeerDependencies:
|
|
3763
3905
|
- supports-color
|
|
3764
3906
|
|
|
3907
|
+
'@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)':
|
|
3908
|
+
dependencies:
|
|
3909
|
+
'@eslint-community/regexpp': 4.12.2
|
|
3910
|
+
'@typescript-eslint/parser': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3911
|
+
'@typescript-eslint/scope-manager': 8.64.0
|
|
3912
|
+
'@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)
|
|
3913
|
+
'@typescript-eslint/utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3914
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
3915
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
3916
|
+
ignore: 7.0.6
|
|
3917
|
+
natural-compare: 1.4.0
|
|
3918
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
3919
|
+
typescript: 6.0.3
|
|
3920
|
+
transitivePeerDependencies:
|
|
3921
|
+
- supports-color
|
|
3922
|
+
|
|
3765
3923
|
'@typescript-eslint/parser@8.61.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3766
3924
|
dependencies:
|
|
3767
3925
|
'@typescript-eslint/scope-manager': 8.61.0
|
|
@@ -3774,10 +3932,31 @@ snapshots:
|
|
|
3774
3932
|
transitivePeerDependencies:
|
|
3775
3933
|
- supports-color
|
|
3776
3934
|
|
|
3935
|
+
'@typescript-eslint/parser@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3936
|
+
dependencies:
|
|
3937
|
+
'@typescript-eslint/scope-manager': 8.64.0
|
|
3938
|
+
'@typescript-eslint/types': 8.64.0
|
|
3939
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
3940
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
3941
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
3942
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
3943
|
+
typescript: 6.0.3
|
|
3944
|
+
transitivePeerDependencies:
|
|
3945
|
+
- supports-color
|
|
3946
|
+
|
|
3777
3947
|
'@typescript-eslint/project-service@8.61.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3778
3948
|
dependencies:
|
|
3779
|
-
'@typescript-eslint/tsconfig-utils': 8.
|
|
3780
|
-
'@typescript-eslint/types': 8.
|
|
3949
|
+
'@typescript-eslint/tsconfig-utils': 8.65.0(typescript@6.0.3)
|
|
3950
|
+
'@typescript-eslint/types': 8.65.0
|
|
3951
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
3952
|
+
typescript: 6.0.3
|
|
3953
|
+
transitivePeerDependencies:
|
|
3954
|
+
- supports-color
|
|
3955
|
+
|
|
3956
|
+
'@typescript-eslint/project-service@8.64.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3957
|
+
dependencies:
|
|
3958
|
+
'@typescript-eslint/tsconfig-utils': 8.65.0(typescript@6.0.3)
|
|
3959
|
+
'@typescript-eslint/types': 8.65.0
|
|
3781
3960
|
debug: 4.4.3(supports-color@8.1.1)
|
|
3782
3961
|
typescript: 6.0.3
|
|
3783
3962
|
transitivePeerDependencies:
|
|
@@ -3797,6 +3976,11 @@ snapshots:
|
|
|
3797
3976
|
'@typescript-eslint/types': 8.61.0
|
|
3798
3977
|
'@typescript-eslint/visitor-keys': 8.61.0
|
|
3799
3978
|
|
|
3979
|
+
'@typescript-eslint/scope-manager@8.64.0':
|
|
3980
|
+
dependencies:
|
|
3981
|
+
'@typescript-eslint/types': 8.64.0
|
|
3982
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
3983
|
+
|
|
3800
3984
|
'@typescript-eslint/scope-manager@8.65.0':
|
|
3801
3985
|
dependencies:
|
|
3802
3986
|
'@typescript-eslint/types': 8.65.0
|
|
@@ -3806,6 +3990,10 @@ snapshots:
|
|
|
3806
3990
|
dependencies:
|
|
3807
3991
|
typescript: 6.0.3
|
|
3808
3992
|
|
|
3993
|
+
'@typescript-eslint/tsconfig-utils@8.64.0(typescript@6.0.3)':
|
|
3994
|
+
dependencies:
|
|
3995
|
+
typescript: 6.0.3
|
|
3996
|
+
|
|
3809
3997
|
'@typescript-eslint/tsconfig-utils@8.65.0(typescript@6.0.3)':
|
|
3810
3998
|
dependencies:
|
|
3811
3999
|
typescript: 6.0.3
|
|
@@ -3822,8 +4010,22 @@ snapshots:
|
|
|
3822
4010
|
transitivePeerDependencies:
|
|
3823
4011
|
- supports-color
|
|
3824
4012
|
|
|
4013
|
+
'@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)':
|
|
4014
|
+
dependencies:
|
|
4015
|
+
'@typescript-eslint/types': 8.64.0
|
|
4016
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
4017
|
+
'@typescript-eslint/utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
4018
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
4019
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
4020
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
4021
|
+
typescript: 6.0.3
|
|
4022
|
+
transitivePeerDependencies:
|
|
4023
|
+
- supports-color
|
|
4024
|
+
|
|
3825
4025
|
'@typescript-eslint/types@8.61.0': {}
|
|
3826
4026
|
|
|
4027
|
+
'@typescript-eslint/types@8.64.0': {}
|
|
4028
|
+
|
|
3827
4029
|
'@typescript-eslint/types@8.65.0': {}
|
|
3828
4030
|
|
|
3829
4031
|
'@typescript-eslint/typescript-estree@8.61.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
@@ -3841,6 +4043,21 @@ snapshots:
|
|
|
3841
4043
|
transitivePeerDependencies:
|
|
3842
4044
|
- supports-color
|
|
3843
4045
|
|
|
4046
|
+
'@typescript-eslint/typescript-estree@8.64.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4047
|
+
dependencies:
|
|
4048
|
+
'@typescript-eslint/project-service': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
4049
|
+
'@typescript-eslint/tsconfig-utils': 8.64.0(typescript@6.0.3)
|
|
4050
|
+
'@typescript-eslint/types': 8.64.0
|
|
4051
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
4052
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
4053
|
+
minimatch: 10.2.5
|
|
4054
|
+
semver: 7.8.5
|
|
4055
|
+
tinyglobby: 0.2.17
|
|
4056
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
4057
|
+
typescript: 6.0.3
|
|
4058
|
+
transitivePeerDependencies:
|
|
4059
|
+
- supports-color
|
|
4060
|
+
|
|
3844
4061
|
'@typescript-eslint/typescript-estree@8.65.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3845
4062
|
dependencies:
|
|
3846
4063
|
'@typescript-eslint/project-service': 8.65.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
@@ -3867,6 +4084,17 @@ snapshots:
|
|
|
3867
4084
|
transitivePeerDependencies:
|
|
3868
4085
|
- supports-color
|
|
3869
4086
|
|
|
4087
|
+
'@typescript-eslint/utils@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
4088
|
+
dependencies:
|
|
4089
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(supports-color@8.1.1))
|
|
4090
|
+
'@typescript-eslint/scope-manager': 8.64.0
|
|
4091
|
+
'@typescript-eslint/types': 8.64.0
|
|
4092
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
4093
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
4094
|
+
typescript: 6.0.3
|
|
4095
|
+
transitivePeerDependencies:
|
|
4096
|
+
- supports-color
|
|
4097
|
+
|
|
3870
4098
|
'@typescript-eslint/utils@8.65.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3871
4099
|
dependencies:
|
|
3872
4100
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(supports-color@8.1.1))
|
|
@@ -3883,6 +4111,11 @@ snapshots:
|
|
|
3883
4111
|
'@typescript-eslint/types': 8.61.0
|
|
3884
4112
|
eslint-visitor-keys: 5.0.1
|
|
3885
4113
|
|
|
4114
|
+
'@typescript-eslint/visitor-keys@8.64.0':
|
|
4115
|
+
dependencies:
|
|
4116
|
+
'@typescript-eslint/types': 8.64.0
|
|
4117
|
+
eslint-visitor-keys: 5.0.1
|
|
4118
|
+
|
|
3886
4119
|
'@typescript-eslint/visitor-keys@8.65.0':
|
|
3887
4120
|
dependencies:
|
|
3888
4121
|
'@typescript-eslint/types': 8.65.0
|
|
@@ -4252,6 +4485,8 @@ snapshots:
|
|
|
4252
4485
|
|
|
4253
4486
|
concat-map@0.0.1: {}
|
|
4254
4487
|
|
|
4488
|
+
convert-hrtime@5.0.0: {}
|
|
4489
|
+
|
|
4255
4490
|
convert-source-map@2.0.0: {}
|
|
4256
4491
|
|
|
4257
4492
|
core-js-compat@3.49.0:
|
|
@@ -4345,6 +4580,8 @@ snapshots:
|
|
|
4345
4580
|
graceful-fs: 4.2.11
|
|
4346
4581
|
tapable: 2.3.3
|
|
4347
4582
|
|
|
4583
|
+
entities@4.5.0: {}
|
|
4584
|
+
|
|
4348
4585
|
environment@1.1.0: {}
|
|
4349
4586
|
|
|
4350
4587
|
error-ex@1.3.4:
|
|
@@ -4557,24 +4794,29 @@ snapshots:
|
|
|
4557
4794
|
string.prototype.matchall: 4.0.12
|
|
4558
4795
|
string.prototype.repeat: 1.0.0
|
|
4559
4796
|
|
|
4560
|
-
eslint-plugin-unicorn@
|
|
4797
|
+
eslint-plugin-unicorn@72.0.0(eslint@10.7.0(supports-color@8.1.1)):
|
|
4561
4798
|
dependencies:
|
|
4562
|
-
'@babel/helper-validator-identifier': 7.29.7
|
|
4563
4799
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(supports-color@8.1.1))
|
|
4800
|
+
'@eslint/css-tree': 4.0.4
|
|
4801
|
+
browserslist: 4.28.6
|
|
4564
4802
|
change-case: 5.4.4
|
|
4565
4803
|
ci-info: 4.4.0
|
|
4566
4804
|
core-js-compat: 3.49.0
|
|
4567
4805
|
detect-indent: 7.0.2
|
|
4806
|
+
entities: 4.5.0
|
|
4568
4807
|
eslint: 10.7.0(supports-color@8.1.1)
|
|
4569
4808
|
find-up-simple: 1.0.1
|
|
4570
|
-
globals: 17.
|
|
4809
|
+
globals: 17.7.0
|
|
4571
4810
|
indent-string: 5.0.0
|
|
4572
4811
|
is-builtin-module: 5.0.0
|
|
4573
|
-
|
|
4812
|
+
is-identifier: 1.1.0
|
|
4574
4813
|
pluralize: 8.0.0
|
|
4814
|
+
quote-js-string: 0.1.0
|
|
4575
4815
|
regjsparser: 0.13.2
|
|
4816
|
+
reserved-identifiers: 1.2.0
|
|
4576
4817
|
semver: 7.8.5
|
|
4577
4818
|
strip-indent: 4.1.1
|
|
4819
|
+
yaml: 2.9.0
|
|
4578
4820
|
|
|
4579
4821
|
eslint-scope@9.1.2:
|
|
4580
4822
|
dependencies:
|
|
@@ -4739,6 +4981,8 @@ snapshots:
|
|
|
4739
4981
|
|
|
4740
4982
|
function-bind@1.1.2: {}
|
|
4741
4983
|
|
|
4984
|
+
function-timeout@1.0.2: {}
|
|
4985
|
+
|
|
4742
4986
|
function.prototype.name@1.2.0:
|
|
4743
4987
|
dependencies:
|
|
4744
4988
|
call-bind: 1.0.9
|
|
@@ -4825,6 +5069,8 @@ snapshots:
|
|
|
4825
5069
|
|
|
4826
5070
|
globals@17.6.0: {}
|
|
4827
5071
|
|
|
5072
|
+
globals@17.7.0: {}
|
|
5073
|
+
|
|
4828
5074
|
globalthis@1.0.4:
|
|
4829
5075
|
dependencies:
|
|
4830
5076
|
define-properties: 1.2.1
|
|
@@ -4871,6 +5117,10 @@ snapshots:
|
|
|
4871
5117
|
|
|
4872
5118
|
human-signals@2.1.0: {}
|
|
4873
5119
|
|
|
5120
|
+
identifier-regex@1.1.0:
|
|
5121
|
+
dependencies:
|
|
5122
|
+
reserved-identifiers: 1.2.0
|
|
5123
|
+
|
|
4874
5124
|
ignore@5.3.2: {}
|
|
4875
5125
|
|
|
4876
5126
|
ignore@7.0.6: {}
|
|
@@ -4977,6 +5227,11 @@ snapshots:
|
|
|
4977
5227
|
dependencies:
|
|
4978
5228
|
is-extglob: 2.1.1
|
|
4979
5229
|
|
|
5230
|
+
is-identifier@1.1.0:
|
|
5231
|
+
dependencies:
|
|
5232
|
+
identifier-regex: 1.1.0
|
|
5233
|
+
super-regex: 1.1.0
|
|
5234
|
+
|
|
4980
5235
|
is-map@2.0.3: {}
|
|
4981
5236
|
|
|
4982
5237
|
is-negative-zero@2.0.3: {}
|
|
@@ -5478,6 +5733,12 @@ snapshots:
|
|
|
5478
5733
|
dependencies:
|
|
5479
5734
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
5480
5735
|
|
|
5736
|
+
make-asynchronous@1.1.0:
|
|
5737
|
+
dependencies:
|
|
5738
|
+
p-event: 6.0.1
|
|
5739
|
+
type-fest: 4.41.0
|
|
5740
|
+
web-worker: 1.5.0
|
|
5741
|
+
|
|
5481
5742
|
make-dir@4.0.0:
|
|
5482
5743
|
dependencies:
|
|
5483
5744
|
semver: 7.8.5
|
|
@@ -5490,6 +5751,8 @@ snapshots:
|
|
|
5490
5751
|
|
|
5491
5752
|
math-intrinsics@1.1.0: {}
|
|
5492
5753
|
|
|
5754
|
+
mdn-data@2.28.1: {}
|
|
5755
|
+
|
|
5493
5756
|
merge-stream@2.0.0: {}
|
|
5494
5757
|
|
|
5495
5758
|
meriyah@6.1.4: {}
|
|
@@ -5631,6 +5894,10 @@ snapshots:
|
|
|
5631
5894
|
object-keys: 1.1.1
|
|
5632
5895
|
safe-push-apply: 1.0.0
|
|
5633
5896
|
|
|
5897
|
+
p-event@6.0.1:
|
|
5898
|
+
dependencies:
|
|
5899
|
+
p-timeout: 6.1.4
|
|
5900
|
+
|
|
5634
5901
|
p-limit@2.3.0:
|
|
5635
5902
|
dependencies:
|
|
5636
5903
|
p-try: 2.2.0
|
|
@@ -5655,6 +5922,8 @@ snapshots:
|
|
|
5655
5922
|
dependencies:
|
|
5656
5923
|
p-limit: 4.0.0
|
|
5657
5924
|
|
|
5925
|
+
p-timeout@6.1.4: {}
|
|
5926
|
+
|
|
5658
5927
|
p-try@2.2.0: {}
|
|
5659
5928
|
|
|
5660
5929
|
package-json-from-dist@1.0.1: {}
|
|
@@ -5727,6 +5996,8 @@ snapshots:
|
|
|
5727
5996
|
|
|
5728
5997
|
pure-rand@7.0.1: {}
|
|
5729
5998
|
|
|
5999
|
+
quote-js-string@0.1.0: {}
|
|
6000
|
+
|
|
5730
6001
|
react-is@16.13.1: {}
|
|
5731
6002
|
|
|
5732
6003
|
react-is@18.3.1: {}
|
|
@@ -5772,6 +6043,8 @@ snapshots:
|
|
|
5772
6043
|
transitivePeerDependencies:
|
|
5773
6044
|
- supports-color
|
|
5774
6045
|
|
|
6046
|
+
reserved-identifiers@1.2.0: {}
|
|
6047
|
+
|
|
5775
6048
|
resolve-cwd@3.0.0:
|
|
5776
6049
|
dependencies:
|
|
5777
6050
|
resolve-from: 5.0.0
|
|
@@ -5902,6 +6175,8 @@ snapshots:
|
|
|
5902
6175
|
ansi-styles: 6.2.3
|
|
5903
6176
|
is-fullwidth-code-point: 4.0.0
|
|
5904
6177
|
|
|
6178
|
+
source-map-js@1.2.1: {}
|
|
6179
|
+
|
|
5905
6180
|
source-map-support@0.5.13:
|
|
5906
6181
|
dependencies:
|
|
5907
6182
|
buffer-from: 1.1.2
|
|
@@ -6010,6 +6285,12 @@ snapshots:
|
|
|
6010
6285
|
|
|
6011
6286
|
strip-json-comments@3.1.1: {}
|
|
6012
6287
|
|
|
6288
|
+
super-regex@1.1.0:
|
|
6289
|
+
dependencies:
|
|
6290
|
+
function-timeout: 1.0.2
|
|
6291
|
+
make-asynchronous: 1.1.0
|
|
6292
|
+
time-span: 5.1.0
|
|
6293
|
+
|
|
6013
6294
|
supports-color@7.2.0:
|
|
6014
6295
|
dependencies:
|
|
6015
6296
|
has-flag: 4.0.0
|
|
@@ -6034,6 +6315,10 @@ snapshots:
|
|
|
6034
6315
|
|
|
6035
6316
|
text-hex@1.0.0: {}
|
|
6036
6317
|
|
|
6318
|
+
time-span@5.1.0:
|
|
6319
|
+
dependencies:
|
|
6320
|
+
convert-hrtime: 5.0.0
|
|
6321
|
+
|
|
6037
6322
|
tinyglobby@0.2.17:
|
|
6038
6323
|
dependencies:
|
|
6039
6324
|
fdir: 6.5.0(picomatch@4.0.5)
|
|
@@ -6175,6 +6460,17 @@ snapshots:
|
|
|
6175
6460
|
transitivePeerDependencies:
|
|
6176
6461
|
- supports-color
|
|
6177
6462
|
|
|
6463
|
+
typescript-eslint@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3):
|
|
6464
|
+
dependencies:
|
|
6465
|
+
'@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)
|
|
6466
|
+
'@typescript-eslint/parser': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
6467
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
6468
|
+
'@typescript-eslint/utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
6469
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
6470
|
+
typescript: 6.0.3
|
|
6471
|
+
transitivePeerDependencies:
|
|
6472
|
+
- supports-color
|
|
6473
|
+
|
|
6178
6474
|
typescript-json-schema@0.68.0:
|
|
6179
6475
|
dependencies:
|
|
6180
6476
|
'@types/json-schema': 7.0.15
|
|
@@ -6260,6 +6556,8 @@ snapshots:
|
|
|
6260
6556
|
dependencies:
|
|
6261
6557
|
makeerror: 1.0.12
|
|
6262
6558
|
|
|
6559
|
+
web-worker@1.5.0: {}
|
|
6560
|
+
|
|
6263
6561
|
which-boxed-primitive@1.1.1:
|
|
6264
6562
|
dependencies:
|
|
6265
6563
|
is-bigint: 1.1.0
|
|
@@ -6366,6 +6664,8 @@ snapshots:
|
|
|
6366
6664
|
|
|
6367
6665
|
yallist@3.1.1: {}
|
|
6368
6666
|
|
|
6667
|
+
yaml@2.9.0: {}
|
|
6668
|
+
|
|
6369
6669
|
yargs-parser@21.1.1: {}
|
|
6370
6670
|
|
|
6371
6671
|
yargs-parser@22.0.0: {}
|