@nuxt/modules 0.6.0-9610ca → 0.6.0-97b4c7

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.
Files changed (2) hide show
  1. package/modules.json +1187 -495
  2. package/package.json +3 -1
package/modules.json CHANGED
@@ -12,13 +12,14 @@
12
12
  "type": "3rd-party",
13
13
  "maintainers": [
14
14
  {
15
- "name": "bdrtsky",
15
+ "name": "Serhii Bedrytskyi",
16
16
  "github": "bdrtsky"
17
17
  },
18
18
  {
19
- "name": "Sebastien Chopin",
19
+ "name": "Sébastien Chopin",
20
20
  "github": "Atinux",
21
- "twitter": "Atinux"
21
+ "twitter": "Atinux",
22
+ "bluesky": "atinux.com"
22
23
  }
23
24
  ],
24
25
  "compatibility": {
@@ -41,7 +42,8 @@
41
42
  {
42
43
  "name": "Joel Varty",
43
44
  "github": "joelvarty",
44
- "avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
45
+ "avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4",
46
+ "twitter": "joelvarty"
45
47
  }
46
48
  ],
47
49
  "compatibility": {
@@ -64,7 +66,9 @@
64
66
  {
65
67
  "name": "Jakub Andrzejewski",
66
68
  "github": "Baroshem",
67
- "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
69
+ "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80",
70
+ "twitter": "jacobandrewsky",
71
+ "bluesky": "jacobandrewsky.bsky.social"
68
72
  },
69
73
  {
70
74
  "name": "Yasser Lahbibi",
@@ -92,7 +96,7 @@
92
96
  "type": "3rd-party",
93
97
  "maintainers": [
94
98
  {
95
- "name": "kdydesign",
99
+ "name": "Dev.DY",
96
100
  "github": "kdydesign"
97
101
  }
98
102
  ],
@@ -114,7 +118,7 @@
114
118
  "type": "community",
115
119
  "maintainers": [
116
120
  {
117
- "name": "Ahad Birang",
121
+ "name": "Farnabaz",
118
122
  "github": "farnabaz",
119
123
  "twitter": "a_birang"
120
124
  }
@@ -137,8 +141,9 @@
137
141
  "type": "3rd-party",
138
142
  "maintainers": [
139
143
  {
140
- "name": "ivodolenc",
141
- "github": "ivodolenc"
144
+ "name": "Ivo Dolenc",
145
+ "github": "ivodolenc",
146
+ "twitter": "ivodolenc"
142
147
  }
143
148
  ],
144
149
  "compatibility": {
@@ -183,7 +188,7 @@
183
188
  "type": "3rd-party",
184
189
  "maintainers": [
185
190
  {
186
- "name": "egidiusmengelberg",
191
+ "name": "Egidius Mengelberg",
187
192
  "github": "egidiusmengelberg"
188
193
  }
189
194
  ],
@@ -230,7 +235,8 @@
230
235
  "maintainers": [
231
236
  {
232
237
  "name": "rrd",
233
- "github": "rrd108"
238
+ "github": "rrd108",
239
+ "twitter": "radharadhya"
234
240
  }
235
241
  ],
236
242
  "compatibility": {
@@ -277,7 +283,7 @@
277
283
  {
278
284
  "name": "Conrawl Rogers",
279
285
  "github": "diizzayy",
280
- "twitter": "diizzayy",
286
+ "twitter": "Diizzayy",
281
287
  "avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
282
288
  }
283
289
  ],
@@ -321,8 +327,9 @@
321
327
  "type": "3rd-party",
322
328
  "maintainers": [
323
329
  {
324
- "name": "Hrdtr",
325
- "github": "Hrdtr"
330
+ "name": "Herdi Tr.",
331
+ "github": "Hrdtr",
332
+ "twitter": "hrdtr_"
326
333
  }
327
334
  ],
328
335
  "compatibility": {
@@ -343,8 +350,9 @@
343
350
  "type": "3rd-party",
344
351
  "maintainers": [
345
352
  {
346
- "name": "wiidede",
347
- "github": "wiidede"
353
+ "name": "小的的 DeDe",
354
+ "github": "wiidede",
355
+ "twitter": "wiixdede"
348
356
  }
349
357
  ],
350
358
  "compatibility": {
@@ -375,6 +383,28 @@
375
383
  "requires": {}
376
384
  }
377
385
  },
386
+ {
387
+ "name": "artivue",
388
+ "description": "A dynamic & layered theming engine for Vue applications. Pick a color and transform your entire application!",
389
+ "repo": "Eschricht/artivue",
390
+ "npm": "artivue",
391
+ "icon": "artivue.svg",
392
+ "github": "https://github.com/Eschricht/artivue",
393
+ "website": "https://artivue.eschricht.dev",
394
+ "learn_more": "https://github.com/Eschricht/artivue",
395
+ "category": "UI",
396
+ "type": "3rd-party",
397
+ "maintainers": [
398
+ {
399
+ "name": "Johannes Eschricht",
400
+ "github": "Eschricht"
401
+ }
402
+ ],
403
+ "compatibility": {
404
+ "nuxt": ">=3.0.0",
405
+ "requires": {}
406
+ }
407
+ },
378
408
  {
379
409
  "name": "auth-utils",
380
410
  "description": "Minimalist Auth module for Nuxt with SSR.",
@@ -388,8 +418,10 @@
388
418
  "type": "3rd-party",
389
419
  "maintainers": [
390
420
  {
391
- "name": "atinux",
392
- "github": "atinux"
421
+ "name": "Sébastien Chopin",
422
+ "github": "atinux",
423
+ "twitter": "Atinux",
424
+ "bluesky": "atinux.com"
393
425
  }
394
426
  ],
395
427
  "compatibility": {
@@ -412,7 +444,8 @@
412
444
  {
413
445
  "name": "Pooya Parsa",
414
446
  "github": "pi0",
415
- "twitter": "_pi0_"
447
+ "twitter": "_pi0_",
448
+ "bluesky": "pi0.io"
416
449
  },
417
450
  {
418
451
  "name": "João Pedro Antunes Silva",
@@ -437,7 +470,7 @@
437
470
  "type": "3rd-party",
438
471
  "maintainers": [
439
472
  {
440
- "name": "Hebilicious",
473
+ "name": "Heb",
441
474
  "github": "Hebilicious",
442
475
  "twitter": "its_hebilicious"
443
476
  }
@@ -460,9 +493,10 @@
460
493
  "type": "3rd-party",
461
494
  "maintainers": [
462
495
  {
463
- "name": "Estéban Soubiran",
496
+ "name": "Estéban",
464
497
  "github": "barbapapazes",
465
- "twitter": "soubiran_"
498
+ "twitter": "soubiran_",
499
+ "bluesky": "soubiran.dev"
466
500
  }
467
501
  ],
468
502
  "compatibility": {
@@ -508,7 +542,8 @@
508
542
  {
509
543
  "name": "Pooya Parsa",
510
544
  "github": "pi0",
511
- "twitter": "_pi0_"
545
+ "twitter": "_pi0_",
546
+ "bluesky": "pi0.io"
512
547
  }
513
548
  ],
514
549
  "compatibility": {
@@ -529,8 +564,9 @@
529
564
  "type": "3rd-party",
530
565
  "maintainers": [
531
566
  {
532
- "name": "potato4d",
533
- "github": "potato4d"
567
+ "name": "Takuma HANATANI",
568
+ "github": "potato4d",
569
+ "twitter": "potato4d"
534
570
  }
535
571
  ],
536
572
  "compatibility": {
@@ -557,7 +593,8 @@
557
593
  {
558
594
  "name": "Pooya Parsa",
559
595
  "github": "pi0",
560
- "twitter": "_pi0_"
596
+ "twitter": "_pi0_",
597
+ "bluesky": "pi0.io"
561
598
  },
562
599
  {
563
600
  "name": "Jacob Müller",
@@ -585,7 +622,8 @@
585
622
  {
586
623
  "name": "Pooya Parsa",
587
624
  "github": "pi0",
588
- "twitter": "_pi0_"
625
+ "twitter": "_pi0_",
626
+ "bluesky": "pi0.io"
589
627
  }
590
628
  ],
591
629
  "compatibility": {
@@ -607,7 +645,8 @@
607
645
  "maintainers": [
608
646
  {
609
647
  "name": "Walter Tommasi",
610
- "github": "jtommy"
648
+ "github": "jtommy",
649
+ "twitter": "walter_tommasi"
611
650
  }
612
651
  ],
613
652
  "compatibility": {
@@ -628,7 +667,7 @@
628
667
  "type": "3rd-party",
629
668
  "maintainers": [
630
669
  {
631
- "name": "JulianMar",
670
+ "name": "Julian Martin",
632
671
  "github": "JulianMar",
633
672
  "twitter": "julian_martin96"
634
673
  }
@@ -653,7 +692,7 @@
653
692
  "type": "3rd-party",
654
693
  "maintainers": [
655
694
  {
656
- "name": "mustardamus",
695
+ "name": "Sebastian Senf",
657
696
  "github": "mustardamus"
658
697
  }
659
698
  ],
@@ -743,8 +782,10 @@
743
782
  "type": "3rd-party",
744
783
  "maintainers": [
745
784
  {
746
- "name": "danielroe",
747
- "github": "danielroe"
785
+ "name": "Daniel Roe",
786
+ "github": "danielroe",
787
+ "twitter": "danielcroe",
788
+ "bluesky": "danielroe.dev"
748
789
  }
749
790
  ],
750
791
  "compatibility": {
@@ -787,8 +828,9 @@
787
828
  "type": "3rd-party",
788
829
  "maintainers": [
789
830
  {
790
- "name": "productdevbook",
791
- "github": "productdevbook"
831
+ "name": "Mehmet",
832
+ "github": "productdevbook",
833
+ "twitter": "productdevbook"
792
834
  }
793
835
  ],
794
836
  "compatibility": {
@@ -831,9 +873,10 @@
831
873
  "type": "3rd-party",
832
874
  "maintainers": [
833
875
  {
834
- "name": "Barbapapazes",
876
+ "name": "Estéban",
835
877
  "github": "Barbapapazes",
836
- "twitter": "soubiran_"
878
+ "twitter": "soubiran_",
879
+ "bluesky": "soubiran.dev"
837
880
  }
838
881
  ],
839
882
  "compatibility": {
@@ -854,8 +897,9 @@
854
897
  "type": "3rd-party",
855
898
  "maintainers": [
856
899
  {
857
- "name": "potato4d",
858
- "github": "potato4d"
900
+ "name": "Takuma HANATANI",
901
+ "github": "potato4d",
902
+ "twitter": "potato4d"
859
903
  }
860
904
  ],
861
905
  "compatibility": {
@@ -898,8 +942,9 @@
898
942
  "type": "3rd-party",
899
943
  "maintainers": [
900
944
  {
901
- "name": "hamlogic",
902
- "github": "hamlogic"
945
+ "name": "0xHam",
946
+ "github": "hamlogic",
947
+ "twitter": "hamlogic"
903
948
  },
904
949
  {
905
950
  "name": "Fabian B.",
@@ -927,7 +972,8 @@
927
972
  {
928
973
  "name": "Maya Shavin",
929
974
  "github": "mayashavin",
930
- "twitter": "MayaShavin"
975
+ "twitter": "MayaShavin",
976
+ "bluesky": "mayashavin.com"
931
977
  }
932
978
  ],
933
979
  "compatibility": {
@@ -950,7 +996,8 @@
950
996
  {
951
997
  "name": "Sébastien Chopin",
952
998
  "github": "Atinux",
953
- "twitter": "Atinux"
999
+ "twitter": "Atinux",
1000
+ "bluesky": "atinux.com"
954
1001
  }
955
1002
  ],
956
1003
  "compatibility": {
@@ -975,7 +1022,8 @@
975
1022
  {
976
1023
  "name": "Pooya Parsa",
977
1024
  "github": "pi0",
978
- "twitter": "_pi0_"
1025
+ "twitter": "_pi0_",
1026
+ "bluesky": "pi0.io"
979
1027
  }
980
1028
  ],
981
1029
  "compatibility": {
@@ -998,7 +1046,8 @@
998
1046
  {
999
1047
  "name": "Daniel Roe",
1000
1048
  "github": "danielroe",
1001
- "twitter": "danielcroe"
1049
+ "twitter": "danielcroe",
1050
+ "bluesky": "danielroe.dev"
1002
1051
  }
1003
1052
  ],
1004
1053
  "compatibility": {
@@ -1019,7 +1068,7 @@
1019
1068
  "type": "3rd-party",
1020
1069
  "maintainers": [
1021
1070
  {
1022
- "name": "davestewart",
1071
+ "name": "Dave Stewart",
1023
1072
  "github": "davestewart",
1024
1073
  "twitter": "dave_stewart"
1025
1074
  }
@@ -1047,14 +1096,15 @@
1047
1096
  "twitter": "yaeeelglx"
1048
1097
  },
1049
1098
  {
1050
- "name": "Ahad Birang",
1099
+ "name": "Farnabaz",
1051
1100
  "github": "farnabaz",
1052
1101
  "twitter": "a_birang"
1053
1102
  },
1054
1103
  {
1055
- "name": "Sebastien Chopin",
1104
+ "name": "Sébastien Chopin",
1056
1105
  "github": "Atinux",
1057
- "twitter": "Atinux"
1106
+ "twitter": "Atinux",
1107
+ "bluesky": "atinux.com"
1058
1108
  }
1059
1109
  ],
1060
1110
  "compatibility": {
@@ -1075,7 +1125,7 @@
1075
1125
  "type": "3rd-party",
1076
1126
  "maintainers": [
1077
1127
  {
1078
- "name": "scaccogatto",
1128
+ "name": "Marco 'Gatto' Boffo",
1079
1129
  "github": "scaccogatto"
1080
1130
  }
1081
1131
  ],
@@ -1084,6 +1134,30 @@
1084
1134
  "requires": {}
1085
1135
  }
1086
1136
  },
1137
+ {
1138
+ "name": "contentstack",
1139
+ "description": "Contentstack integration for Nuxt",
1140
+ "repo": "timbenniks/nuxt-contentstack",
1141
+ "npm": "nuxt-contentstack",
1142
+ "icon": "contentstack.png",
1143
+ "github": "https://github.com/timbenniks/nuxt-contentstack",
1144
+ "website": "https://github.com/timbenniks/nuxt-contentstack",
1145
+ "learn_more": "https://contentstack.com/",
1146
+ "category": "CMS",
1147
+ "type": "3rd-party",
1148
+ "maintainers": [
1149
+ {
1150
+ "name": "Tim Benniks",
1151
+ "github": "timbenniks",
1152
+ "twitter": "timbenniks",
1153
+ "avatar": "https://avatars.githubusercontent.com/u/121096"
1154
+ }
1155
+ ],
1156
+ "compatibility": {
1157
+ "nuxt": "^3.12.0",
1158
+ "requires": {}
1159
+ }
1160
+ },
1087
1161
  {
1088
1162
  "name": "cookie-control",
1089
1163
  "description": "A highly configurable cookie banner for Nuxt.",
@@ -1097,7 +1171,7 @@
1097
1171
  "type": "3rd-party",
1098
1172
  "maintainers": [
1099
1173
  {
1100
- "name": "dargmuesli",
1174
+ "name": "Jonas Thelemann",
1101
1175
  "github": "dargmuesli",
1102
1176
  "avatar": "https://avatars.githubusercontent.com/dargmuesli"
1103
1177
  }
@@ -1120,9 +1194,10 @@
1120
1194
  "type": "3rd-party",
1121
1195
  "maintainers": [
1122
1196
  {
1123
- "name": "morgbn",
1197
+ "name": "Morgän",
1124
1198
  "github": "morgbn",
1125
- "avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
1199
+ "avatar": "https://avatars.githubusercontent.com/u/25689856?v=4",
1200
+ "twitter": "MorgbnDev"
1126
1201
  }
1127
1202
  ],
1128
1203
  "compatibility": {
@@ -1169,8 +1244,9 @@
1169
1244
  "type": "3rd-party",
1170
1245
  "maintainers": [
1171
1246
  {
1172
- "name": "sandoche",
1173
- "github": "sandoche"
1247
+ "name": "Sandoche ADITTANE",
1248
+ "github": "sandoche",
1249
+ "twitter": "sandochee"
1174
1250
  }
1175
1251
  ],
1176
1252
  "compatibility": {
@@ -1192,7 +1268,8 @@
1192
1268
  "maintainers": [
1193
1269
  {
1194
1270
  "name": "Ricardo Gobbo de Souza",
1195
- "github": "ricardogobbosouza"
1271
+ "github": "ricardogobbosouza",
1272
+ "twitter": "gobbo_ricardo"
1196
1273
  }
1197
1274
  ],
1198
1275
  "compatibility": {
@@ -1213,7 +1290,7 @@
1213
1290
  "type": "3rd-party",
1214
1291
  "maintainers": [
1215
1292
  {
1216
- "name": "Frankwarnaar",
1293
+ "name": "Frank Warnaar",
1217
1294
  "github": "Frankwarnaar"
1218
1295
  }
1219
1296
  ],
@@ -1259,9 +1336,9 @@
1259
1336
  "type": "3rd-party",
1260
1337
  "maintainers": [
1261
1338
  {
1262
- "name": "Kevin Olson",
1339
+ "name": "kevin olson",
1263
1340
  "github": "acidjazz",
1264
- "twitter": "AppFume"
1341
+ "twitter": "appfume"
1265
1342
  }
1266
1343
  ],
1267
1344
  "compatibility": {
@@ -1306,7 +1383,8 @@
1306
1383
  "maintainers": [
1307
1384
  {
1308
1385
  "name": "Shinji Yamada",
1309
- "github": "dotneet"
1386
+ "github": "dotneet",
1387
+ "twitter": "santa128bit"
1310
1388
  }
1311
1389
  ],
1312
1390
  "compatibility": {
@@ -1329,7 +1407,8 @@
1329
1407
  {
1330
1408
  "name": "Anthony Fu",
1331
1409
  "github": "antfu",
1332
- "twitter": "antfu7"
1410
+ "twitter": "antfu7",
1411
+ "bluesky": "antfu.me"
1333
1412
  }
1334
1413
  ],
1335
1414
  "compatibility": {
@@ -1344,15 +1423,28 @@
1344
1423
  "npm": "nuxt-directus",
1345
1424
  "icon": "directus.svg",
1346
1425
  "github": "https://github.com/intevel/nuxt-directus/",
1347
- "website": "https://nuxt-directus.site/",
1348
- "learn_more": "https://nuxt-directus.site/",
1426
+ "website": "https://nuxt-directus.de/",
1427
+ "learn_more": "https://directus.io/",
1349
1428
  "category": "CMS",
1350
1429
  "type": "3rd-party",
1351
1430
  "maintainers": [
1352
1431
  {
1353
1432
  "name": "Conner Bachmann",
1354
1433
  "github": "intevel",
1355
- "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
1434
+ "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4",
1435
+ "twitter": "heyconnery"
1436
+ },
1437
+ {
1438
+ "name": "Matt. ",
1439
+ "github": "casualmatt",
1440
+ "avatar": "https://avatars.githubusercontent.com/u/85650530?v=4"
1441
+ },
1442
+ {
1443
+ "name": "Sandro Circi",
1444
+ "github": "sandros94",
1445
+ "avatar": "https://avatars.githubusercontent.com/u/13056429?v=4",
1446
+ "bluesky": "sandros94.com",
1447
+ "twitter": "_sandros94"
1356
1448
  }
1357
1449
  ],
1358
1450
  "compatibility": {
@@ -1396,7 +1488,7 @@
1396
1488
  "type": "3rd-party",
1397
1489
  "maintainers": [
1398
1490
  {
1399
- "name": "JamieCurnow",
1491
+ "name": "Jamie Curnow",
1400
1492
  "github": "JamieCurnow"
1401
1493
  }
1402
1494
  ],
@@ -1427,6 +1519,28 @@
1427
1519
  "requires": {}
1428
1520
  }
1429
1521
  },
1522
+ {
1523
+ "name": "dragon-editor",
1524
+ "description": "Javascript WYSIWYG editor in Nuxt!",
1525
+ "repo": "lovefields/dragonEditor",
1526
+ "npm": "dragon-editor",
1527
+ "icon": "",
1528
+ "github": "https://github.com/lovefields/dragonEditor",
1529
+ "website": "https://github.com/lovefields/dragonEditor",
1530
+ "learn_more": "",
1531
+ "category": "Libraries",
1532
+ "type": "3rd-party",
1533
+ "maintainers": [
1534
+ {
1535
+ "name": "lovefield",
1536
+ "github": "lovefields"
1537
+ }
1538
+ ],
1539
+ "compatibility": {
1540
+ "nuxt": "^3.0.0",
1541
+ "requires": {}
1542
+ }
1543
+ },
1430
1544
  {
1431
1545
  "name": "drupal-ce",
1432
1546
  "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
@@ -1440,9 +1554,11 @@
1440
1554
  "type": "3rd-party",
1441
1555
  "maintainers": [
1442
1556
  {
1443
- "name": "Wolfgang Ziegler // fago",
1557
+ "name": "Wolfgang Ziegler",
1444
1558
  "github": "fago",
1445
- "avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
1559
+ "avatar": "https://avatars.githubusercontent.com/u/132232?v=4",
1560
+ "twitter": "the_real_fago",
1561
+ "bluesky": "wolfz.bsky.social"
1446
1562
  },
1447
1563
  {
1448
1564
  "name": "Maximilian Götz-Mikus",
@@ -1473,8 +1589,9 @@
1473
1589
  "type": "3rd-party",
1474
1590
  "maintainers": [
1475
1591
  {
1476
- "name": "Decipher",
1477
- "github": "decipher"
1592
+ "name": "Stuart Clark",
1593
+ "github": "decipher",
1594
+ "twitter": "Decipher"
1478
1595
  }
1479
1596
  ],
1480
1597
  "compatibility": {
@@ -1562,8 +1679,9 @@
1562
1679
  "type": "3rd-party",
1563
1680
  "maintainers": [
1564
1681
  {
1565
- "name": "草鞋没号",
1566
- "github": "caoxiemeihao"
1682
+ "name": "Leo Wang(草鞋没号)",
1683
+ "github": "caoxiemeihao",
1684
+ "twitter": "cao_xie"
1567
1685
  }
1568
1686
  ],
1569
1687
  "compatibility": {
@@ -1577,14 +1695,14 @@
1577
1695
  "repo": "element-plus/element-plus-nuxt",
1578
1696
  "npm": "@element-plus/nuxt",
1579
1697
  "icon": "element-plus.svg",
1580
- "github": "https://github.com/element-plus/element-plus",
1698
+ "github": "https://github.com/element-plus/element-plus-nuxt",
1581
1699
  "website": "https://element-plus.org",
1582
1700
  "learn_more": "https://github.com/element-plus/element-plus-nuxt",
1583
1701
  "category": "UI",
1584
1702
  "type": "3rd-party",
1585
1703
  "maintainers": [
1586
1704
  {
1587
- "name": "tolking",
1705
+ "name": "qiang",
1588
1706
  "github": "tolking"
1589
1707
  }
1590
1708
  ],
@@ -1610,7 +1728,8 @@
1610
1728
  {
1611
1729
  "name": "Pooya Parsa",
1612
1730
  "github": "pi0",
1613
- "twitter": "_pi0_"
1731
+ "twitter": "_pi0_",
1732
+ "bluesky": "pi0.io"
1614
1733
  },
1615
1734
  {
1616
1735
  "name": "Jonathan Bakebwa",
@@ -1637,7 +1756,8 @@
1637
1756
  "maintainers": [
1638
1757
  {
1639
1758
  "name": "Ricardo Gobbo de Souza",
1640
- "github": "ricardogobbosouza"
1759
+ "github": "ricardogobbosouza",
1760
+ "twitter": "gobbo_ricardo"
1641
1761
  }
1642
1762
  ],
1643
1763
  "compatibility": {
@@ -1660,7 +1780,8 @@
1660
1780
  {
1661
1781
  "name": "Anthony Fu",
1662
1782
  "github": "antfu",
1663
- "twitter": "antfu7"
1783
+ "twitter": "antfu7",
1784
+ "bluesky": "antfu.me"
1664
1785
  }
1665
1786
  ],
1666
1787
  "compatibility": {
@@ -1681,7 +1802,7 @@
1681
1802
  "type": "community",
1682
1803
  "maintainers": [
1683
1804
  {
1684
- "name": "Xin Du",
1805
+ "name": "Xin Du (Clark)",
1685
1806
  "github": "clarkdo"
1686
1807
  }
1687
1808
  ],
@@ -1748,7 +1869,7 @@
1748
1869
  "type": "3rd-party",
1749
1870
  "maintainers": [
1750
1871
  {
1751
- "name": "stephenkr",
1872
+ "name": "Stephen",
1752
1873
  "github": "stephenkr"
1753
1874
  }
1754
1875
  ],
@@ -1772,7 +1893,8 @@
1772
1893
  {
1773
1894
  "name": "Alexander Lichter",
1774
1895
  "github": "manniL",
1775
- "twitter": "TheAlexLichter"
1896
+ "twitter": "TheAlexLichter",
1897
+ "bluesky": "thealexlichter.com"
1776
1898
  }
1777
1899
  ],
1778
1900
  "compatibility": {
@@ -1794,7 +1916,8 @@
1794
1916
  "maintainers": [
1795
1917
  {
1796
1918
  "name": "Pascal Luther",
1797
- "github": "lupas"
1919
+ "github": "lupas",
1920
+ "twitter": "PascalLuther"
1798
1921
  }
1799
1922
  ],
1800
1923
  "compatibility": {
@@ -1815,8 +1938,9 @@
1815
1938
  "type": "3rd-party",
1816
1939
  "maintainers": [
1817
1940
  {
1818
- "name": "sandoche",
1819
- "github": "sandoche"
1941
+ "name": "Sandoche ADITTANE",
1942
+ "github": "sandoche",
1943
+ "twitter": "sandochee"
1820
1944
  }
1821
1945
  ],
1822
1946
  "compatibility": {
@@ -1859,7 +1983,7 @@
1859
1983
  "type": "3rd-party",
1860
1984
  "maintainers": [
1861
1985
  {
1862
- "name": "kdydesign",
1986
+ "name": "Dev.DY",
1863
1987
  "github": "kdydesign"
1864
1988
  }
1865
1989
  ],
@@ -1883,7 +2007,8 @@
1883
2007
  {
1884
2008
  "name": "Daniel Roe",
1885
2009
  "github": "danielroe",
1886
- "twitter": "danielcroe"
2010
+ "twitter": "danielcroe",
2011
+ "bluesky": "danielroe.dev"
1887
2012
  }
1888
2013
  ],
1889
2014
  "compatibility": {
@@ -1920,7 +2045,7 @@
1920
2045
  "npm": "@nuxt/fonts",
1921
2046
  "icon": "nuxt.svg",
1922
2047
  "github": "https://github.com/nuxt/fonts",
1923
- "website": "https://github.com/nuxt/fonts",
2048
+ "website": "https://fonts.nuxt.com",
1924
2049
  "learn_more": "",
1925
2050
  "category": "Libraries",
1926
2051
  "type": "official",
@@ -1928,7 +2053,8 @@
1928
2053
  {
1929
2054
  "name": "Daniel Roe",
1930
2055
  "github": "danielroe",
1931
- "twitter": "danielcroe"
2056
+ "twitter": "danielcroe",
2057
+ "bluesky": "danielroe.dev"
1932
2058
  }
1933
2059
  ],
1934
2060
  "compatibility": {
@@ -1949,7 +2075,7 @@
1949
2075
  "type": "3rd-party",
1950
2076
  "maintainers": [
1951
2077
  {
1952
- "name": "Hebilicious",
2078
+ "name": "Heb",
1953
2079
  "github": "Hebilicious",
1954
2080
  "twitter": "its_hebilicious"
1955
2081
  }
@@ -2000,7 +2126,7 @@
2000
2126
  "type": "3rd-party",
2001
2127
  "maintainers": [
2002
2128
  {
2003
- "name": "vaso2",
2129
+ "name": "Vasyl Iatsenko",
2004
2130
  "github": "vaso2"
2005
2131
  }
2006
2132
  ],
@@ -2022,8 +2148,9 @@
2022
2148
  "type": "3rd-party",
2023
2149
  "maintainers": [
2024
2150
  {
2025
- "name": "lindsaykwardell",
2026
- "github": "lindsaykwardell"
2151
+ "name": "Lindsay Wardell",
2152
+ "github": "lindsaykwardell",
2153
+ "bluesky": "lindsaykwardell.com"
2027
2154
  }
2028
2155
  ],
2029
2156
  "compatibility": {
@@ -2045,7 +2172,9 @@
2045
2172
  "maintainers": [
2046
2173
  {
2047
2174
  "name": "Alexander Lichter",
2048
- "github": "manniL"
2175
+ "github": "manniL",
2176
+ "bluesky": "thealexlichter.com",
2177
+ "twitter": "TheAlexLichter"
2049
2178
  },
2050
2179
  {
2051
2180
  "name": "Troy Morehouse",
@@ -2072,11 +2201,13 @@
2072
2201
  {
2073
2202
  "name": "Pooya Parsa",
2074
2203
  "github": "pi0",
2075
- "twitter": "_pi0_"
2204
+ "twitter": "_pi0_",
2205
+ "bluesky": "pi0.io"
2076
2206
  },
2077
2207
  {
2078
2208
  "name": "Ricardo Gobbo de Souza",
2079
- "github": "ricardogobbosouza"
2209
+ "github": "ricardogobbosouza",
2210
+ "twitter": "gobbo_ricardo"
2080
2211
  },
2081
2212
  {
2082
2213
  "name": "Matteo Gabriele",
@@ -2103,7 +2234,8 @@
2103
2234
  "maintainers": [
2104
2235
  {
2105
2236
  "name": "Ricardo Gobbo de Souza",
2106
- "github": "ricardogobbosouza"
2237
+ "github": "ricardogobbosouza",
2238
+ "twitter": "gobbo_ricardo"
2107
2239
  }
2108
2240
  ],
2109
2241
  "compatibility": {
@@ -2131,7 +2263,8 @@
2131
2263
  },
2132
2264
  {
2133
2265
  "name": "Ricardo Gobbo de Souza",
2134
- "github": "ricardogobbosouza"
2266
+ "github": "ricardogobbosouza",
2267
+ "twitter": "gobbo_ricardo"
2135
2268
  }
2136
2269
  ],
2137
2270
  "compatibility": {
@@ -2154,7 +2287,8 @@
2154
2287
  {
2155
2288
  "name": "Pooya Parsa",
2156
2289
  "github": "pi0",
2157
- "twitter": "_pi0_"
2290
+ "twitter": "_pi0_",
2291
+ "bluesky": "pi0.io"
2158
2292
  },
2159
2293
  {
2160
2294
  "name": "Farzad Soltani",
@@ -2185,8 +2319,9 @@
2185
2319
  "type": "3rd-party",
2186
2320
  "maintainers": [
2187
2321
  {
2188
- "name": "Diizzayy",
2189
- "github": "diizzayy"
2322
+ "name": "Conrawl Rogers",
2323
+ "github": "diizzayy",
2324
+ "twitter": "Diizzayy"
2190
2325
  }
2191
2326
  ],
2192
2327
  "compatibility": {
@@ -2207,8 +2342,9 @@
2207
2342
  "type": "3rd-party",
2208
2343
  "maintainers": [
2209
2344
  {
2210
- "name": "gomah",
2211
- "github": "gomah"
2345
+ "name": "Thomas Marrec",
2346
+ "github": "gomah",
2347
+ "twitter": "Gomah"
2212
2348
  }
2213
2349
  ],
2214
2350
  "compatibility": {
@@ -2229,8 +2365,9 @@
2229
2365
  "type": "3rd-party",
2230
2366
  "maintainers": [
2231
2367
  {
2232
- "name": "tobiasdiez",
2233
- "github": "tobiasdiez"
2368
+ "name": "Tobias Diez",
2369
+ "github": "tobiasdiez",
2370
+ "twitter": "tobias_diez"
2234
2371
  }
2235
2372
  ],
2236
2373
  "compatibility": {
@@ -2278,7 +2415,8 @@
2278
2415
  {
2279
2416
  "name": "Pooya Parsa",
2280
2417
  "github": "pi0",
2281
- "twitter": "_pi0_"
2418
+ "twitter": "_pi0_",
2419
+ "bluesky": "pi0.io"
2282
2420
  }
2283
2421
  ],
2284
2422
  "compatibility": {
@@ -2299,7 +2437,7 @@
2299
2437
  "type": "community",
2300
2438
  "maintainers": [
2301
2439
  {
2302
- "name": "Xin Du",
2440
+ "name": "Xin Du (Clark)",
2303
2441
  "github": "clarkdo"
2304
2442
  }
2305
2443
  ],
@@ -2321,8 +2459,10 @@
2321
2459
  "type": "community",
2322
2460
  "maintainers": [
2323
2461
  {
2324
- "name": "danielroe",
2325
- "github": "danielroe"
2462
+ "name": "Daniel Roe",
2463
+ "github": "danielroe",
2464
+ "twitter": "danielcroe",
2465
+ "bluesky": "danielroe.dev"
2326
2466
  }
2327
2467
  ],
2328
2468
  "compatibility": {
@@ -2345,7 +2485,8 @@
2345
2485
  {
2346
2486
  "name": "Daniel Roe",
2347
2487
  "github": "danielroe",
2348
- "twitter": "danielcroe"
2488
+ "twitter": "danielcroe",
2489
+ "bluesky": "danielroe.dev"
2349
2490
  }
2350
2491
  ],
2351
2492
  "compatibility": {
@@ -2388,9 +2529,10 @@
2388
2529
  "type": "3rd-party",
2389
2530
  "maintainers": [
2390
2531
  {
2391
- "name": "l-portet",
2532
+ "name": "Lucas Portet",
2392
2533
  "github": "l-portet",
2393
- "avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
2534
+ "avatar": "https://avatars.githubusercontent.com/u/34057690?v=4",
2535
+ "twitter": "lucasportet"
2394
2536
  }
2395
2537
  ],
2396
2538
  "compatibility": {
@@ -2411,7 +2553,7 @@
2411
2553
  "type": "3rd-party",
2412
2554
  "maintainers": [
2413
2555
  {
2414
- "name": "victor-perez",
2556
+ "name": "Victor",
2415
2557
  "github": "victor-perez"
2416
2558
  }
2417
2559
  ],
@@ -2433,7 +2575,7 @@
2433
2575
  "type": "3rd-party",
2434
2576
  "maintainers": [
2435
2577
  {
2436
- "name": "richardeschloss",
2578
+ "name": "Richard Schloss",
2437
2579
  "github": "richardeschloss"
2438
2580
  }
2439
2581
  ],
@@ -2455,8 +2597,9 @@
2455
2597
  "type": "3rd-party",
2456
2598
  "maintainers": [
2457
2599
  {
2458
- "name": "hidekatsu-izuno",
2459
- "github": "hidekatsu-izuno"
2600
+ "name": "Hidekatsu Izuno",
2601
+ "github": "hidekatsu-izuno",
2602
+ "twitter": "hidekatsu_izuno"
2460
2603
  }
2461
2604
  ],
2462
2605
  "compatibility": {
@@ -2477,7 +2620,7 @@
2477
2620
  "type": "3rd-party",
2478
2621
  "maintainers": [
2479
2622
  {
2480
- "name": "Raphaël DAMEVIN",
2623
+ "name": "raphaeldamevin",
2481
2624
  "github": "damevin"
2482
2625
  }
2483
2626
  ],
@@ -2499,7 +2642,7 @@
2499
2642
  "type": "community",
2500
2643
  "maintainers": [
2501
2644
  {
2502
- "name": "Xin Du",
2645
+ "name": "Xin Du (Clark)",
2503
2646
  "github": "clarkdo"
2504
2647
  }
2505
2648
  ],
@@ -2523,7 +2666,8 @@
2523
2666
  {
2524
2667
  "name": "Daniel Roe",
2525
2668
  "github": "danielroe",
2526
- "twitter": "danielcroe"
2669
+ "twitter": "danielcroe",
2670
+ "bluesky": "danielroe.dev"
2527
2671
  }
2528
2672
  ],
2529
2673
  "compatibility": {
@@ -2548,12 +2692,14 @@
2548
2692
  {
2549
2693
  "name": "Pooya Parsa",
2550
2694
  "github": "pi0",
2551
- "twitter": "_pi0_"
2695
+ "twitter": "_pi0_",
2696
+ "bluesky": "pi0.io"
2552
2697
  },
2553
2698
  {
2554
2699
  "name": "Sébastien Chopin",
2555
2700
  "github": "Atinux",
2556
- "twitter": "Atinux"
2701
+ "twitter": "Atinux",
2702
+ "bluesky": "atinux.com"
2557
2703
  }
2558
2704
  ],
2559
2705
  "compatibility": {
@@ -2574,16 +2720,20 @@
2574
2720
  "type": "3rd-party",
2575
2721
  "maintainers": [
2576
2722
  {
2577
- "name": "Sebastien Chopin",
2578
- "github": "Atinux"
2723
+ "name": "Sébastien Chopin",
2724
+ "github": "Atinux",
2725
+ "twitter": "Atinux",
2726
+ "bluesky": "atinux.com"
2579
2727
  },
2580
2728
  {
2581
- "name": "Ahad Birang",
2582
- "github": "farnabaz"
2729
+ "name": "Farnabaz",
2730
+ "github": "farnabaz",
2731
+ "twitter": "a_birang"
2583
2732
  },
2584
2733
  {
2585
2734
  "name": "Sylvain Marroufin",
2586
- "github": "smarroufin"
2735
+ "github": "smarroufin",
2736
+ "twitter": "smarroufin"
2587
2737
  },
2588
2738
  {
2589
2739
  "name": "Florent Delerue",
@@ -2607,7 +2757,7 @@
2607
2757
  "icon": "",
2608
2758
  "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
2609
2759
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
2610
- "learn_more": "https://humanstxt.org/",
2760
+ "learn_more": "",
2611
2761
  "category": "SEO",
2612
2762
  "type": "3rd-party",
2613
2763
  "maintainers": [
@@ -2639,12 +2789,16 @@
2639
2789
  "github": "rchl"
2640
2790
  },
2641
2791
  {
2642
- "name": "Kazuya Kawaguchi",
2643
- "github": "kazupon"
2792
+ "name": "kazuya kawaguchi",
2793
+ "github": "kazupon",
2794
+ "twitter": "kazu_pon",
2795
+ "bluesky": "kazupon.dev"
2644
2796
  },
2645
2797
  {
2646
2798
  "name": "Bobbie Goede",
2647
- "github": "BobbieGoede"
2799
+ "github": "BobbieGoede",
2800
+ "twitter": "bobbiegoede",
2801
+ "bluesky": "goede.dev"
2648
2802
  }
2649
2803
  ],
2650
2804
  "compatibility": {
@@ -2665,7 +2819,7 @@
2665
2819
  "type": "3rd-party",
2666
2820
  "maintainers": [
2667
2821
  {
2668
- "name": "coremyslo",
2822
+ "name": "Konstantin Koromyslo",
2669
2823
  "github": "coremyslo"
2670
2824
  }
2671
2825
  ],
@@ -2687,7 +2841,7 @@
2687
2841
  "type": "3rd-party",
2688
2842
  "maintainers": [
2689
2843
  {
2690
- "name": "JohnCampionJr",
2844
+ "name": "John Campion Jr",
2691
2845
  "github": "JohnCampionJr"
2692
2846
  }
2693
2847
  ],
@@ -2702,7 +2856,7 @@
2702
2856
  "description": "Icon module for Nuxt with 200,000+ ready to use icons from Iconify.",
2703
2857
  "repo": "nuxt/icon",
2704
2858
  "npm": "@nuxt/icon",
2705
- "icon": "nuxt-icon.png",
2859
+ "icon": "nuxt.svg",
2706
2860
  "github": "https://github.com/nuxt/icon",
2707
2861
  "website": "https://github.com/nuxt/icon",
2708
2862
  "learn_more": "",
@@ -2710,12 +2864,16 @@
2710
2864
  "type": "official",
2711
2865
  "maintainers": [
2712
2866
  {
2713
- "name": "Atinux",
2714
- "github": "Atinux"
2867
+ "name": "Sébastien Chopin",
2868
+ "github": "Atinux",
2869
+ "twitter": "Atinux",
2870
+ "bluesky": "atinux.com"
2715
2871
  },
2716
2872
  {
2717
2873
  "name": "Anthony Fu",
2718
- "github": "antfu"
2874
+ "github": "antfu",
2875
+ "bluesky": "antfu.me",
2876
+ "twitter": "antfu7"
2719
2877
  }
2720
2878
  ],
2721
2879
  "compatibility": {
@@ -2737,7 +2895,7 @@
2737
2895
  "type": "3rd-party",
2738
2896
  "maintainers": [
2739
2897
  {
2740
- "name": "Sebastian Wludzik",
2898
+ "name": "foxCode (Sebastian Włudzik)",
2741
2899
  "github": "gitfoxcode"
2742
2900
  }
2743
2901
  ],
@@ -2773,7 +2931,7 @@
2773
2931
  "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2774
2932
  "repo": "nuxt/image",
2775
2933
  "npm": "@nuxt/image",
2776
- "icon": "image.png",
2934
+ "icon": "nuxt.svg",
2777
2935
  "github": "https://github.com/nuxt/image",
2778
2936
  "website": "https://image.nuxt.com",
2779
2937
  "learn_more": "",
@@ -2781,24 +2939,27 @@
2781
2939
  "type": "official",
2782
2940
  "maintainers": [
2783
2941
  {
2784
- "name": "Ahad Birang",
2942
+ "name": "Farnabaz",
2785
2943
  "github": "farnabaz",
2786
2944
  "twitter": "a_birang"
2787
2945
  },
2788
2946
  {
2789
2947
  "name": "Daniel Roe",
2790
2948
  "github": "danielroe",
2791
- "twitter": "danielcroe"
2949
+ "twitter": "danielcroe",
2950
+ "bluesky": "danielroe.dev"
2792
2951
  },
2793
2952
  {
2794
2953
  "name": "Pooya Parsa",
2795
2954
  "github": "pi0",
2796
- "twitter": "_pi0_"
2955
+ "twitter": "_pi0_",
2956
+ "bluesky": "pi0.io"
2797
2957
  },
2798
2958
  {
2799
- "name": "Sebastien Chopin",
2959
+ "name": "Sébastien Chopin",
2800
2960
  "github": "Atinux",
2801
- "twitter": "Atinux"
2961
+ "twitter": "Atinux",
2962
+ "bluesky": "atinux.com"
2802
2963
  }
2803
2964
  ],
2804
2965
  "compatibility": {
@@ -2822,7 +2983,8 @@
2822
2983
  "maintainers": [
2823
2984
  {
2824
2985
  "name": "Ricardo Gobbo de Souza",
2825
- "github": "ricardogobbosouza"
2986
+ "github": "ricardogobbosouza",
2987
+ "twitter": "gobbo_ricardo"
2826
2988
  }
2827
2989
  ],
2828
2990
  "compatibility": {
@@ -2892,7 +3054,8 @@
2892
3054
  {
2893
3055
  "name": "Daniel Roe",
2894
3056
  "github": "danielroe",
2895
- "twitter": "danielcroe"
3057
+ "twitter": "danielcroe",
3058
+ "bluesky": "danielroe.dev"
2896
3059
  }
2897
3060
  ],
2898
3061
  "compatibility": {
@@ -2922,6 +3085,28 @@
2922
3085
  "requires": {}
2923
3086
  }
2924
3087
  },
3088
+ {
3089
+ "name": "keen-slider",
3090
+ "description": "Best, lightweight Keen Slider for best web performance",
3091
+ "repo": "modbender/nuxt-keen-slider",
3092
+ "npm": "nuxt-keen-slider",
3093
+ "icon": "keen-slider.png",
3094
+ "github": "https://github.com/modbender/nuxt-keen-slider",
3095
+ "website": "https://github.com/modbender/nuxt-keen-slider",
3096
+ "learn_more": "",
3097
+ "category": "Libraries",
3098
+ "type": "3rd-party",
3099
+ "maintainers": [
3100
+ {
3101
+ "name": "modbender",
3102
+ "github": "modbender"
3103
+ }
3104
+ ],
3105
+ "compatibility": {
3106
+ "nuxt": "^3.0.0",
3107
+ "requires": {}
3108
+ }
3109
+ },
2925
3110
  {
2926
3111
  "name": "kentico-kontent",
2927
3112
  "description": "Add Kentico Kontent super power to your nuxt app",
@@ -2957,11 +3142,13 @@
2957
3142
  "type": "community",
2958
3143
  "maintainers": [
2959
3144
  {
2960
- "name": "danielroe",
2961
- "github": "danielroe"
3145
+ "name": "Daniel Roe",
3146
+ "github": "danielroe",
3147
+ "twitter": "danielcroe",
3148
+ "bluesky": "danielroe.dev"
2962
3149
  },
2963
3150
  {
2964
- "name": "daveordead",
3151
+ "name": "Dave",
2965
3152
  "github": "DaveOrDead",
2966
3153
  "twitter": "dave_or_dead"
2967
3154
  }
@@ -3010,7 +3197,8 @@
3010
3197
  "maintainers": [
3011
3198
  {
3012
3199
  "name": "Ricardo Gobbo de Souza",
3013
- "github": "ricardogobbosouza"
3200
+ "github": "ricardogobbosouza",
3201
+ "twitter": "gobbo_ricardo"
3014
3202
  }
3015
3203
  ],
3016
3204
  "compatibility": {
@@ -3031,7 +3219,7 @@
3031
3219
  "type": "3rd-party",
3032
3220
  "maintainers": [
3033
3221
  {
3034
- "name": "skyrpex",
3222
+ "name": "Cristian Pallarés",
3035
3223
  "github": "skyrpex"
3036
3224
  }
3037
3225
  ],
@@ -3040,28 +3228,6 @@
3040
3228
  "requires": {}
3041
3229
  }
3042
3230
  },
3043
- {
3044
- "name": "laravel-precognition",
3045
- "description": "Nuxt module to work with Laravel Precognition and $fetch",
3046
- "repo": "sot1986/nuxt-laravel-precognition",
3047
- "npm": "nuxt-laravel-precognition",
3048
- "icon": "laravel.svg",
3049
- "github": "https://github.com/sot1986/nuxt-laravel-precognition",
3050
- "website": "https://github.com/sot1986/nuxt-laravel-precognition",
3051
- "learn_more": "",
3052
- "category": "Security",
3053
- "type": "3rd-party",
3054
- "maintainers": [
3055
- {
3056
- "name": "sot1986",
3057
- "github": "sot1986"
3058
- }
3059
- ],
3060
- "compatibility": {
3061
- "nuxt": ">=3.0.0",
3062
- "requires": {}
3063
- }
3064
- },
3065
3231
  {
3066
3232
  "name": "laravel",
3067
3233
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -3086,23 +3252,24 @@
3086
3252
  },
3087
3253
  {
3088
3254
  "name": "leaflet",
3089
- "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
3090
- "repo": "schlunsen/nuxt-leaflet",
3091
- "npm": "nuxt-leaflet",
3255
+ "description": "Leaflet integration with Nuxt",
3256
+ "repo": "nuxt-modules/leaflet",
3257
+ "npm": "@nuxtjs/leaflet",
3092
3258
  "icon": "leaflet.png",
3093
- "github": "https://github.com/schlunsen/nuxt-leaflet",
3094
- "website": "https://github.com/schlunsen/nuxt-leaflet",
3095
- "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
3259
+ "github": "https://github.com/nuxt-modules/leaflet",
3260
+ "website": "https://leaflet.nuxtjs.org/",
3261
+ "learn_more": "https://leaflet.nuxtjs.org/",
3096
3262
  "category": "Libraries",
3097
- "type": "3rd-party",
3263
+ "type": "community",
3098
3264
  "maintainers": [
3099
3265
  {
3100
- "name": "schlunsen",
3101
- "github": "schlunsen"
3266
+ "name": "Gugustinette",
3267
+ "github": "Gugustinette",
3268
+ "twitter": "gugustinette"
3102
3269
  }
3103
3270
  ],
3104
3271
  "compatibility": {
3105
- "nuxt": "^2.0.0",
3272
+ "nuxt": "^3.0.0",
3106
3273
  "requires": {}
3107
3274
  }
3108
3275
  },
@@ -3146,11 +3313,12 @@
3146
3313
  {
3147
3314
  "name": "Alexandre Chopin",
3148
3315
  "github": "alexchopin",
3149
- "twitter": "alexchopin"
3316
+ "twitter": "thewikeo"
3150
3317
  },
3151
3318
  {
3152
3319
  "name": "Ricardo Gobbo de Souza",
3153
- "github": "ricardogobbosouza"
3320
+ "github": "ricardogobbosouza",
3321
+ "twitter": "gobbo_ricardo"
3154
3322
  }
3155
3323
  ],
3156
3324
  "compatibility": {
@@ -3173,7 +3341,8 @@
3173
3341
  {
3174
3342
  "name": "Pooya Parsa",
3175
3343
  "github": "pi0",
3176
- "twitter": "_pi0_"
3344
+ "twitter": "_pi0_",
3345
+ "bluesky": "pi0.io"
3177
3346
  }
3178
3347
  ],
3179
3348
  "compatibility": {
@@ -3194,8 +3363,10 @@
3194
3363
  "type": "3rd-party",
3195
3364
  "maintainers": [
3196
3365
  {
3197
- "name": "Arash Sheyda",
3198
- "github": "arashsheyda"
3366
+ "name": "Arash Ari Sheyda",
3367
+ "github": "arashsheyda",
3368
+ "twitter": "arash_sheyda",
3369
+ "bluesky": "arashsheyda.me"
3199
3370
  }
3200
3371
  ],
3201
3372
  "compatibility": {
@@ -3335,7 +3506,8 @@
3335
3506
  {
3336
3507
  "name": "Daniel Roe",
3337
3508
  "github": "danielroe",
3338
- "twitter": "danielcroe"
3509
+ "twitter": "danielcroe",
3510
+ "bluesky": "danielroe.dev"
3339
3511
  }
3340
3512
  ],
3341
3513
  "compatibility": {
@@ -3381,7 +3553,8 @@
3381
3553
  {
3382
3554
  "name": "Pooya Parsa",
3383
3555
  "github": "pi0",
3384
- "twitter": "_pi0_"
3556
+ "twitter": "_pi0_",
3557
+ "bluesky": "pi0.io"
3385
3558
  }
3386
3559
  ],
3387
3560
  "compatibility": {
@@ -3402,7 +3575,7 @@
3402
3575
  "type": "3rd-party",
3403
3576
  "maintainers": [
3404
3577
  {
3405
- "name": "Hànzy",
3578
+ "name": "Emirhan",
3406
3579
  "github": "hanzydev",
3407
3580
  "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3408
3581
  }
@@ -3426,7 +3599,7 @@
3426
3599
  "type": "3rd-party",
3427
3600
  "maintainers": [
3428
3601
  {
3429
- "name": "pimlie",
3602
+ "name": "Pim",
3430
3603
  "github": "pimlie"
3431
3604
  }
3432
3605
  ],
@@ -3448,8 +3621,9 @@
3448
3621
  "type": "3rd-party",
3449
3622
  "maintainers": [
3450
3623
  {
3451
- "name": "Loïc Mazuel",
3452
- "github": "LouisMazel"
3624
+ "name": "Mazel",
3625
+ "github": "LouisMazel",
3626
+ "twitter": "Mazeel"
3453
3627
  }
3454
3628
  ],
3455
3629
  "compatibility": {
@@ -3470,8 +3644,9 @@
3470
3644
  "type": "community",
3471
3645
  "maintainers": [
3472
3646
  {
3473
- "name": "farnabaz",
3474
- "github": "farnabaz"
3647
+ "name": "Farnabaz",
3648
+ "github": "farnabaz",
3649
+ "twitter": "a_birang"
3475
3650
  }
3476
3651
  ],
3477
3652
  "compatibility": {
@@ -3517,7 +3692,9 @@
3517
3692
  {
3518
3693
  "name": "Jakub Andrzejewski",
3519
3694
  "github": "Baroshem",
3520
- "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3695
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4",
3696
+ "twitter": "jacobandrewsky",
3697
+ "bluesky": "jacobandrewsky.bsky.social"
3521
3698
  }
3522
3699
  ],
3523
3700
  "compatibility": {
@@ -3542,7 +3719,8 @@
3542
3719
  {
3543
3720
  "name": "Alex Duval",
3544
3721
  "github": "xlanex6",
3545
- "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
3722
+ "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4",
3723
+ "twitter": "xlanex6"
3546
3724
  }
3547
3725
  ],
3548
3726
  "compatibility": {
@@ -3566,7 +3744,7 @@
3566
3744
  "type": "3rd-party",
3567
3745
  "maintainers": [
3568
3746
  {
3569
- "name": "pimlie",
3747
+ "name": "Pim",
3570
3748
  "github": "pimlie"
3571
3749
  }
3572
3750
  ],
@@ -3635,11 +3813,13 @@
3635
3813
  {
3636
3814
  "name": "Pooya Parsa",
3637
3815
  "github": "pi0",
3638
- "twitter": "_pi0_"
3816
+ "twitter": "_pi0_",
3817
+ "bluesky": "pi0.io"
3639
3818
  },
3640
3819
  {
3641
3820
  "name": "Ricardo Gobbo de Souza",
3642
- "github": "ricardogobbosouza"
3821
+ "github": "ricardogobbosouza",
3822
+ "twitter": "gobbo_ricardo"
3643
3823
  }
3644
3824
  ],
3645
3825
  "compatibility": {
@@ -3660,7 +3840,7 @@
3660
3840
  "type": "3rd-party",
3661
3841
  "maintainers": [
3662
3842
  {
3663
- "name": "ezypeeze",
3843
+ "name": "Pedro Miguel Da Silva Pereira",
3664
3844
  "github": "ezypeeze"
3665
3845
  }
3666
3846
  ],
@@ -3682,8 +3862,10 @@
3682
3862
  "type": "3rd-party",
3683
3863
  "maintainers": [
3684
3864
  {
3685
- "name": "arashsheyda",
3686
- "github": "arashsheyda"
3865
+ "name": "Arash Ari Sheyda",
3866
+ "github": "arashsheyda",
3867
+ "twitter": "arash_sheyda",
3868
+ "bluesky": "arashsheyda.me"
3687
3869
  }
3688
3870
  ],
3689
3871
  "compatibility": {
@@ -3705,7 +3887,8 @@
3705
3887
  "maintainers": [
3706
3888
  {
3707
3889
  "name": "DreaMinder",
3708
- "github": "DreaMinder"
3890
+ "github": "DreaMinder",
3891
+ "twitter": "DreaMinder"
3709
3892
  }
3710
3893
  ],
3711
3894
  "compatibility": {
@@ -3728,7 +3911,8 @@
3728
3911
  {
3729
3912
  "name": "Alexander Lichter",
3730
3913
  "github": "manniL",
3731
- "twitter": "TheAlexLichter"
3914
+ "twitter": "TheAlexLichter",
3915
+ "bluesky": "thealexlichter.com"
3732
3916
  }
3733
3917
  ],
3734
3918
  "compatibility": {
@@ -3771,8 +3955,10 @@
3771
3955
  "type": "community",
3772
3956
  "maintainers": [
3773
3957
  {
3774
- "name": "Arash Sheyda",
3775
- "github": "arashsheyda"
3958
+ "name": "Arash Ari Sheyda",
3959
+ "github": "arashsheyda",
3960
+ "twitter": "arash_sheyda",
3961
+ "bluesky": "arashsheyda.me"
3776
3962
  }
3777
3963
  ],
3778
3964
  "compatibility": {
@@ -3793,7 +3979,7 @@
3793
3979
  "type": "3rd-party",
3794
3980
  "maintainers": [
3795
3981
  {
3796
- "name": "kleinpetr",
3982
+ "name": "Klein Petr",
3797
3983
  "github": "kleinpetr"
3798
3984
  }
3799
3985
  ],
@@ -3837,7 +4023,7 @@
3837
4023
  "type": "3rd-party",
3838
4024
  "maintainers": [
3839
4025
  {
3840
- "name": "adenvt",
4026
+ "name": "Ade Novid",
3841
4027
  "github": "adenvt"
3842
4028
  }
3843
4029
  ],
@@ -3881,7 +4067,7 @@
3881
4067
  "type": "3rd-party",
3882
4068
  "maintainers": [
3883
4069
  {
3884
- "name": "Christian Lenz",
4070
+ "name": "Chrizzly",
3885
4071
  "github": "Chris2011",
3886
4072
  "twitter": "Chrizzly42"
3887
4073
  }
@@ -3899,18 +4085,19 @@
3899
4085
  "icon": "laravel.svg",
3900
4086
  "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3901
4087
  "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3902
- "learn_more": "https://laravel.com/docs/10.x/sanctum",
4088
+ "learn_more": "https://laravel.com/docs/11.x/sanctum",
3903
4089
  "category": "Security",
3904
4090
  "type": "3rd-party",
3905
4091
  "maintainers": [
3906
4092
  {
3907
4093
  "name": "Artem Manchenkov",
3908
4094
  "github": "manchenkoff",
3909
- "avatar": "https://avatars.githubusercontent.com/manchenkoff"
4095
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff",
4096
+ "twitter": "AManchenkov"
3910
4097
  }
3911
4098
  ],
3912
4099
  "compatibility": {
3913
- "nuxt": ">=3.9.0",
4100
+ "nuxt": ">=3.12.0",
3914
4101
  "requires": {}
3915
4102
  }
3916
4103
  },
@@ -3927,7 +4114,7 @@
3927
4114
  "type": "3rd-party",
3928
4115
  "maintainers": [
3929
4116
  {
3930
- "name": "kgierke",
4117
+ "name": "Kurt Gierke",
3931
4118
  "github": "kgierke"
3932
4119
  }
3933
4120
  ],
@@ -3949,7 +4136,7 @@
3949
4136
  "type": "3rd-party",
3950
4137
  "maintainers": [
3951
4138
  {
3952
- "name": "Soryn Gitlan",
4139
+ "name": "Soryn",
3953
4140
  "github": "50rayn"
3954
4141
  }
3955
4142
  ],
@@ -3990,18 +4177,18 @@
3990
4177
  {
3991
4178
  "name": "nuxt-bootstrap-icons",
3992
4179
  "description": "Just a simple integration for Bootstrap Icons",
3993
- "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
4180
+ "repo": "oyedejioyewole/nuxt-bootstrap-icons",
3994
4181
  "npm": "nuxt-bootstrap-icons",
3995
4182
  "icon": "bootstrap-icons.svg",
3996
- "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3997
- "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3998
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
4183
+ "github": "https://github.com/oyedejioyewole/nuxt-bootstrap-icons",
4184
+ "website": "https://github.com/oyedejioyewole/nuxt-bootstrap-icons",
4185
+ "learn_more": "https://github.com/oyedejioyewole/nuxt-bootstrap-icons",
3999
4186
  "category": "UI",
4000
4187
  "type": "3rd-party",
4001
4188
  "maintainers": [
4002
4189
  {
4003
- "name": "OyewoleOyedeji",
4004
- "github": "OyewoleOyedeji"
4190
+ "name": "Oyedeji Oyewole",
4191
+ "github": "oyedejioyewole"
4005
4192
  }
4006
4193
  ],
4007
4194
  "compatibility": {
@@ -4031,6 +4218,29 @@
4031
4218
  "requires": {}
4032
4219
  }
4033
4220
  },
4221
+ {
4222
+ "name": "nuxt-codemirror",
4223
+ "description": "Nuxt codemirror module",
4224
+ "repo": "thimodev/nuxt-codemirror",
4225
+ "npm": "nuxt-codemirror",
4226
+ "icon": "nuxt-codemirror.svg",
4227
+ "github": "https://github.com/ThimoDEV/nuxt-codemirror",
4228
+ "website": "https://github.com/ThimoDEV/nuxt-codemirror",
4229
+ "learn_more": "https://github.com/ThimoDEV/nuxt-codemirror",
4230
+ "category": "Libraries",
4231
+ "type": "3rd-party",
4232
+ "maintainers": [
4233
+ {
4234
+ "name": "Thimo",
4235
+ "github": "ThimoDEV",
4236
+ "twitter": "ThimoDEV"
4237
+ }
4238
+ ],
4239
+ "compatibility": {
4240
+ "nuxt": ">=3.0.0",
4241
+ "requires": {}
4242
+ }
4243
+ },
4034
4244
  {
4035
4245
  "name": "nuxt-cookie-consent",
4036
4246
  "description": "Nuxt module for integrating with cookie consent providers with ease",
@@ -4053,6 +4263,29 @@
4053
4263
  "requires": {}
4054
4264
  }
4055
4265
  },
4266
+ {
4267
+ "name": "nuxt-coolify",
4268
+ "description": "Integrate Nuxt and Nitro With Coolify's API using nuxt-coolify.",
4269
+ "repo": "justserdar/nuxt-coolify",
4270
+ "npm": "nuxt-coolify",
4271
+ "icon": "nuxt-coolify.svg",
4272
+ "github": "https://github.com/justserdar/nuxt-coolify",
4273
+ "website": "https://github.com/justserdar/nuxt-coolify",
4274
+ "learn_more": "https://nuxt-coolify.justserdar.dev/",
4275
+ "category": "Request",
4276
+ "type": "3rd-party",
4277
+ "maintainers": [
4278
+ {
4279
+ "name": "h+",
4280
+ "github": "JustSerdar",
4281
+ "twitter": "darwebdb"
4282
+ }
4283
+ ],
4284
+ "compatibility": {
4285
+ "nuxt": ">=3.0.0",
4286
+ "requires": {}
4287
+ }
4288
+ },
4056
4289
  {
4057
4290
  "name": "nuxt-facebook-chat",
4058
4291
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -4092,7 +4325,7 @@
4092
4325
  "type": "3rd-party",
4093
4326
  "maintainers": [
4094
4327
  {
4095
- "name": "4sllan",
4328
+ "name": "Aslan Gama",
4096
4329
  "github": "4sllan"
4097
4330
  }
4098
4331
  ],
@@ -4136,7 +4369,7 @@
4136
4369
  "type": "3rd-party",
4137
4370
  "maintainers": [
4138
4371
  {
4139
- "name": "NyllRE",
4372
+ "name": "Ali Sokkar",
4140
4373
  "github": "NyllRE"
4141
4374
  }
4142
4375
  ],
@@ -4168,6 +4401,30 @@
4168
4401
  "requires": {}
4169
4402
  }
4170
4403
  },
4404
+ {
4405
+ "name": "nuxt-fortify",
4406
+ "description": "Use Laravel fortify and sanctum with Nuxt",
4407
+ "repo": "dev-charles15531/nuxt-fortify",
4408
+ "npm": "nuxt-fortify",
4409
+ "icon": "laravel-nuxt-fortify.svg",
4410
+ "github": "https://github.com/dev-charles15531/nuxt-fortify",
4411
+ "website": "https://github.com/dev-charles15531/nuxt-fortify",
4412
+ "learn_more": "https://laravel.com/docs/11.x/fortify",
4413
+ "category": "Security",
4414
+ "type": "3rd-party",
4415
+ "maintainers": [
4416
+ {
4417
+ "name": "Charles Paul",
4418
+ "github": "dev-charles15531",
4419
+ "avatar": "https://avatars.githubusercontent.com/dev-charles15531",
4420
+ "twitter": "Charles__Paul"
4421
+ }
4422
+ ],
4423
+ "compatibility": {
4424
+ "nuxt": ">=3.9.0",
4425
+ "requires": {}
4426
+ }
4427
+ },
4171
4428
  {
4172
4429
  "name": "nuxt-graphql-middleware",
4173
4430
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -4181,7 +4438,7 @@
4181
4438
  "type": "3rd-party",
4182
4439
  "maintainers": [
4183
4440
  {
4184
- "name": "dulnan",
4441
+ "name": "Jan Hug",
4185
4442
  "github": "dulnan",
4186
4443
  "twitter": "dulnan",
4187
4444
  "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
@@ -4242,6 +4499,30 @@
4242
4499
  "devtools": "^0.0.0"
4243
4500
  }
4244
4501
  },
4502
+ {
4503
+ "name": "nuxt-http-client-hints",
4504
+ "description": "Nuxt HTTP Client Hints",
4505
+ "repo": "userquin/nuxt-http-client-hints",
4506
+ "npm": "nuxt-http-client-hints",
4507
+ "icon": "http-client-hints.svg",
4508
+ "github": "https://github.com/userquin/nuxt-http-client-hints",
4509
+ "website": "https://github.com/userquin/nuxt-http-client-hints",
4510
+ "learn_more": "https://github.com/userquin/nuxt-http-client-hints?tab=readme-ov-file#features",
4511
+ "category": "Extensions",
4512
+ "type": "3rd-party",
4513
+ "maintainers": [
4514
+ {
4515
+ "name": "Joaquín Sánchez",
4516
+ "github": "userquin",
4517
+ "twitter": "userquin",
4518
+ "bluesky": "userquin.bsky.social"
4519
+ }
4520
+ ],
4521
+ "compatibility": {
4522
+ "nuxt": ">=3.9.0",
4523
+ "requires": {}
4524
+ }
4525
+ },
4245
4526
  {
4246
4527
  "name": "nuxt-hue",
4247
4528
  "description": "Enlighten your Nuxt experience",
@@ -4255,8 +4536,10 @@
4255
4536
  "type": "3rd-party",
4256
4537
  "maintainers": [
4257
4538
  {
4258
- "name": "lihbr",
4259
- "github": "lihbr"
4539
+ "name": "Lucie",
4540
+ "github": "lihbr",
4541
+ "twitter": "li_hbr",
4542
+ "bluesky": "lihbr.com"
4260
4543
  }
4261
4544
  ],
4262
4545
  "compatibility": {
@@ -4266,6 +4549,28 @@
4266
4549
  }
4267
4550
  }
4268
4551
  },
4552
+ {
4553
+ "name": "nuxt-i18n-micro",
4554
+ "description": "I18n Micro is a fast, simple, and lightweight internationalization (i18n) module.",
4555
+ "repo": "s00d/nuxt-i18n-micro",
4556
+ "npm": "nuxt-i18n-micro",
4557
+ "icon": "nuxt-i18n-micro.png",
4558
+ "github": "https://github.com/s00d/nuxt-i18n-micro",
4559
+ "website": "https://github.com/s00d/nuxt-i18n-micro",
4560
+ "learn_more": "https://www.npmjs.com/package/nuxt-i18n-micro",
4561
+ "category": "Extensions",
4562
+ "type": "3rd-party",
4563
+ "maintainers": [
4564
+ {
4565
+ "name": "Pavel Kuzmin",
4566
+ "github": "s00d"
4567
+ }
4568
+ ],
4569
+ "compatibility": {
4570
+ "nuxt": ">=3.0.0",
4571
+ "requires": {}
4572
+ }
4573
+ },
4269
4574
  {
4270
4575
  "name": "nuxt-interpolation",
4271
4576
  "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
@@ -4279,8 +4584,9 @@
4279
4584
  "type": "3rd-party",
4280
4585
  "maintainers": [
4281
4586
  {
4282
- "name": "daliborgogic",
4283
- "github": "daliborgogic"
4587
+ "name": "Dalibor Gogic",
4588
+ "github": "daliborgogic",
4589
+ "twitter": "dalibor_gogic"
4284
4590
  }
4285
4591
  ],
4286
4592
  "compatibility": {
@@ -4301,7 +4607,7 @@
4301
4607
  "type": "3rd-party",
4302
4608
  "maintainers": [
4303
4609
  {
4304
- "name": "ymmooot",
4610
+ "name": "ryota yamamoto",
4305
4611
  "github": "ymmooot"
4306
4612
  }
4307
4613
  ],
@@ -4310,6 +4616,30 @@
4310
4616
  "requires": {}
4311
4617
  }
4312
4618
  },
4619
+ {
4620
+ "name": "nuxt-laravel-echo",
4621
+ "description": "Nuxt module for Laravel Echo integration",
4622
+ "repo": "manchenkoff/nuxt-laravel-echo",
4623
+ "npm": "nuxt-laravel-echo",
4624
+ "icon": "laravel.svg",
4625
+ "github": "https://github.com/manchenkoff/nuxt-laravel-echo",
4626
+ "website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
4627
+ "learn_more": "https://laravel.com/docs/11.x/broadcasting",
4628
+ "category": "Libraries",
4629
+ "type": "3rd-party",
4630
+ "maintainers": [
4631
+ {
4632
+ "name": "Artem Manchenkov",
4633
+ "github": "manchenkoff",
4634
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff",
4635
+ "twitter": "AManchenkov"
4636
+ }
4637
+ ],
4638
+ "compatibility": {
4639
+ "nuxt": ">=3.12.0",
4640
+ "requires": {}
4641
+ }
4642
+ },
4313
4643
  {
4314
4644
  "name": "nuxt-localtunnel",
4315
4645
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -4370,7 +4700,8 @@
4370
4700
  "maintainers": [
4371
4701
  {
4372
4702
  "name": "Sebastian Landwehr",
4373
- "github": "dword-design"
4703
+ "github": "dword-design",
4704
+ "twitter": "seblandwehr"
4374
4705
  }
4375
4706
  ],
4376
4707
  "compatibility": {
@@ -4400,6 +4731,29 @@
4400
4731
  "requires": {}
4401
4732
  }
4402
4733
  },
4734
+ {
4735
+ "name": "nuxt-maplibre",
4736
+ "description": "Maplibre integration with Nuxt",
4737
+ "repo": "Gugustinette/nuxt-maplibre",
4738
+ "npm": "nuxt-maplibre",
4739
+ "icon": "maplibre.png",
4740
+ "github": "https://github.com/Gugustinette/nuxt-maplibre",
4741
+ "website": "https://gugustinette.github.io/nuxt-maplibre/",
4742
+ "learn_more": "https://gugustinette.github.io/nuxt-maplibre/",
4743
+ "category": "Libraries",
4744
+ "type": "3rd-party",
4745
+ "maintainers": [
4746
+ {
4747
+ "name": "Gugustinette",
4748
+ "github": "Gugustinette",
4749
+ "twitter": "gugustinette"
4750
+ }
4751
+ ],
4752
+ "compatibility": {
4753
+ "nuxt": "^3.0.0",
4754
+ "requires": {}
4755
+ }
4756
+ },
4403
4757
  {
4404
4758
  "name": "nuxt-mdi",
4405
4759
  "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
@@ -4435,7 +4789,7 @@
4435
4789
  "type": "3rd-party",
4436
4790
  "maintainers": [
4437
4791
  {
4438
- "name": "tanukijs",
4792
+ "name": "Tanuki",
4439
4793
  "github": "tanukijs",
4440
4794
  "avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
4441
4795
  }
@@ -4459,7 +4813,8 @@
4459
4813
  "maintainers": [
4460
4814
  {
4461
4815
  "name": "e-chan1007",
4462
- "github": "e-chan1007"
4816
+ "github": "e-chan1007",
4817
+ "twitter": "e_chan1007"
4463
4818
  }
4464
4819
  ],
4465
4820
  "compatibility": {
@@ -4480,8 +4835,10 @@
4480
4835
  "type": "3rd-party",
4481
4836
  "maintainers": [
4482
4837
  {
4483
- "name": "arashsheyda",
4484
- "github": "arashsheyda"
4838
+ "name": "Arash Ari Sheyda",
4839
+ "github": "arashsheyda",
4840
+ "twitter": "arash_sheyda",
4841
+ "bluesky": "arashsheyda.me"
4485
4842
  }
4486
4843
  ],
4487
4844
  "compatibility": {
@@ -4492,13 +4849,13 @@
4492
4849
  },
4493
4850
  {
4494
4851
  "name": "nuxt-oidc-auth",
4495
- "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4852
+ "description": "Seamless modern authentication for Nuxt applications.",
4496
4853
  "repo": "itpropro/nuxt-oidc-auth",
4497
4854
  "npm": "nuxt-oidc-auth",
4498
- "icon": "",
4855
+ "icon": "nuxt-oidc-auth.png",
4499
4856
  "github": "https://github.com/itpropro/nuxt-oidc-auth",
4500
- "website": "https://github.com/itpropro/nuxt-oidc-auth",
4501
- "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4857
+ "website": "https://nuxtoidc.cloud/",
4858
+ "learn_more": "https://nuxtoidc.cloud/",
4502
4859
  "category": "Security",
4503
4860
  "type": "3rd-party",
4504
4861
  "maintainers": [
@@ -4549,7 +4906,8 @@
4549
4906
  "maintainers": [
4550
4907
  {
4551
4908
  "name": "Aborn Jiang",
4552
- "github": "aborn"
4909
+ "github": "aborn",
4910
+ "twitter": "aborn_jiang"
4553
4911
  },
4554
4912
  {
4555
4913
  "name": "Khaled Almana",
@@ -4575,9 +4933,10 @@
4575
4933
  "type": "3rd-party",
4576
4934
  "maintainers": [
4577
4935
  {
4578
- "name": "Barbapapazes",
4936
+ "name": "Estéban",
4579
4937
  "github": "Barbapapazes",
4580
- "twitter": "soubiran_"
4938
+ "twitter": "soubiran_",
4939
+ "bluesky": "soubiran.dev"
4581
4940
  }
4582
4941
  ],
4583
4942
  "compatibility": {
@@ -4615,7 +4974,7 @@
4615
4974
  "npm": "@sidebase/nuxt-pdf",
4616
4975
  "icon": "nuxt-pdf.png",
4617
4976
  "github": "https://github.com/sidebase/nuxt-pdf",
4618
- "website": "https://sidebase.io/nuxt-pdf",
4977
+ "website": "https://github.com/sidebase/nuxt-pdf",
4619
4978
  "learn_more": "https://github.com/sidebase",
4620
4979
  "category": "Extensions",
4621
4980
  "type": "3rd-party",
@@ -4634,18 +4993,18 @@
4634
4993
  {
4635
4994
  "name": "nuxt-phosphor-icons",
4636
4995
  "description": "Just a simple integration for @phosphor-icons in Nuxt",
4637
- "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4996
+ "repo": "oyedejioyewole/nuxt-phosphor-icons",
4638
4997
  "npm": "nuxt-phosphor-icons",
4639
4998
  "icon": "phosphor-icons.svg",
4640
- "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4999
+ "github": "https://github.com/oyedejioyewole/nuxt-phosphor-icons",
4641
5000
  "website": "https://nuxt-phosphor-icons.vercel.app",
4642
5001
  "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4643
5002
  "category": "UI",
4644
5003
  "type": "3rd-party",
4645
5004
  "maintainers": [
4646
5005
  {
4647
- "name": "OyewoleOyedeji",
4648
- "github": "OyewoleOyedeji"
5006
+ "name": "Oyedeji Oyewole",
5007
+ "github": "oyedejioyewole"
4649
5008
  }
4650
5009
  ],
4651
5010
  "compatibility": {
@@ -4714,9 +5073,10 @@
4714
5073
  "type": "3rd-party",
4715
5074
  "maintainers": [
4716
5075
  {
4717
- "name": "b5710546232",
5076
+ "name": "safesuk",
4718
5077
  "github": "b5710546232",
4719
- "avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
5078
+ "avatar": "https://avatars.githubusercontent.com/u/11013287?v=4",
5079
+ "twitter": "safesuk_"
4720
5080
  }
4721
5081
  ],
4722
5082
  "compatibility": {
@@ -4746,6 +5106,33 @@
4746
5106
  "requires": {}
4747
5107
  }
4748
5108
  },
5109
+ {
5110
+ "name": "nuxt-sanctum-authentication",
5111
+ "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
5112
+ "repo": "qirolab/nuxt-sanctum-authentication",
5113
+ "npm": "@qirolab/nuxt-sanctum-authentication",
5114
+ "icon": "laravel.svg",
5115
+ "github": "https://github.com/qirolab/nuxt-sanctum-authentication",
5116
+ "website": "https://qirolab.com",
5117
+ "learn_more": "https://qirolab.github.io/nuxt-sanctum-authentication/",
5118
+ "category": "Security",
5119
+ "type": "3rd-party",
5120
+ "maintainers": [
5121
+ {
5122
+ "name": "Qirolab",
5123
+ "github": "qirolab",
5124
+ "avatar": "https://avatars.githubusercontent.com/qirolab"
5125
+ },
5126
+ {
5127
+ "name": "Harish Kumar",
5128
+ "github": "hkp22"
5129
+ }
5130
+ ],
5131
+ "compatibility": {
5132
+ "nuxt": ">=3.12.0",
5133
+ "requires": {}
5134
+ }
5135
+ },
4749
5136
  {
4750
5137
  "name": "nuxt-smartlook",
4751
5138
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -4759,7 +5146,7 @@
4759
5146
  "type": "3rd-party",
4760
5147
  "maintainers": [
4761
5148
  {
4762
- "name": "Milan Sulc",
5149
+ "name": "Milan Felix Šulc",
4763
5150
  "github": "f3l1x",
4764
5151
  "twitter": "xf3l1x",
4765
5152
  "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
@@ -4772,19 +5159,21 @@
4772
5159
  },
4773
5160
  {
4774
5161
  "name": "nuxt-social-share",
4775
- "description": "Simple Social Sharing for Nuxt",
5162
+ "description": "Simple social sharing for your Nuxt Sites",
4776
5163
  "repo": "stefanobartoletti/nuxt-social-share",
4777
5164
  "npm": "@stefanobartoletti/nuxt-social-share",
4778
5165
  "icon": "nuxt-social-share.png",
4779
5166
  "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4780
- "website": "https://github.com/stefanobartoletti/nuxt-social-share",
5167
+ "website": "https://nuxt-social-share.stefanobartoletti.it",
4781
5168
  "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4782
5169
  "category": "Extensions",
4783
5170
  "type": "3rd-party",
4784
5171
  "maintainers": [
4785
5172
  {
4786
- "name": "stefanobartoletti",
4787
- "github": "stefanobartoletti"
5173
+ "name": "Stefano Bartoletti",
5174
+ "github": "stefanobartoletti",
5175
+ "bluesky": "stefanobartoletti.it",
5176
+ "twitter": "ste_bartoletti"
4788
5177
  }
4789
5178
  ],
4790
5179
  "compatibility": {
@@ -4879,7 +5268,7 @@
4879
5268
  "type": "3rd-party",
4880
5269
  "maintainers": [
4881
5270
  {
4882
- "name": "cpsoinos",
5271
+ "name": "Corey Psoinos",
4883
5272
  "github": "cpsoinos"
4884
5273
  }
4885
5274
  ],
@@ -4888,6 +5277,51 @@
4888
5277
  "requires": {}
4889
5278
  }
4890
5279
  },
5280
+ {
5281
+ "name": "nuxt-telegram-auth",
5282
+ "description": "Telegram login widget integration for Nuxt 3",
5283
+ "repo": "halitsever/nuxt-telegram-auth",
5284
+ "npm": "nuxt-telegram-auth",
5285
+ "icon": "nuxt-telegram-auth.png",
5286
+ "github": "https://github.com/halitsever/nuxt-telegram-auth",
5287
+ "website": "https://halitsever.github.io/nuxt-telegram-auth",
5288
+ "learn_more": "",
5289
+ "category": "Security",
5290
+ "type": "3rd-party",
5291
+ "maintainers": [
5292
+ {
5293
+ "name": "Halit Sever",
5294
+ "github": "halitsever",
5295
+ "avatar": "https://avatars.githubusercontent.com/u/34791459?v=4"
5296
+ }
5297
+ ],
5298
+ "compatibility": {
5299
+ "nuxt": "^3.0.0",
5300
+ "requires": {}
5301
+ }
5302
+ },
5303
+ {
5304
+ "name": "nuxt-toc",
5305
+ "description": "Nuxt module for table of contents (TOC) component in Nuxt Content projects",
5306
+ "repo": "hanyujie2002/nuxt-toc",
5307
+ "npm": "nuxt-toc",
5308
+ "icon": "nuxt-toc.png",
5309
+ "github": "https://github.com/hanyujie2002/nuxt-toc",
5310
+ "website": "https://github.com/hanyujie2002/nuxt-toc",
5311
+ "learn_more": "",
5312
+ "category": "UI",
5313
+ "type": "3rd-party",
5314
+ "maintainers": [
5315
+ {
5316
+ "name": "hanyujie2002",
5317
+ "github": "hanyujie2002"
5318
+ }
5319
+ ],
5320
+ "compatibility": {
5321
+ "nuxt": ">=3.0.0",
5322
+ "requires": {}
5323
+ }
5324
+ },
4891
5325
  {
4892
5326
  "name": "nuxt-unleash",
4893
5327
  "description": "Nuxt module to use Unleash toggle feature services",
@@ -4901,7 +5335,7 @@
4901
5335
  "type": "3rd-party",
4902
5336
  "maintainers": [
4903
5337
  {
4904
- "name": "Juanjo Conejerock",
5338
+ "name": "Juanjo Conejero",
4905
5339
  "github": "conejerock"
4906
5340
  }
4907
5341
  ],
@@ -4923,8 +5357,9 @@
4923
5357
  "type": "3rd-party",
4924
5358
  "maintainers": [
4925
5359
  {
4926
- "name": "Tahul",
4927
- "github": "Tahul"
5360
+ "name": "Yaël Guilloux",
5361
+ "github": "Tahul",
5362
+ "twitter": "yaeeelglx"
4928
5363
  }
4929
5364
  ],
4930
5365
  "compatibility": {
@@ -4967,7 +5402,7 @@
4967
5402
  "type": "3rd-party",
4968
5403
  "maintainers": [
4969
5404
  {
4970
- "name": "mvrlin",
5405
+ "name": "Igor Talpa",
4971
5406
  "github": "mvrlin"
4972
5407
  }
4973
5408
  ],
@@ -4992,7 +5427,8 @@
4992
5427
  "maintainers": [
4993
5428
  {
4994
5429
  "name": "Kasun Vithanage",
4995
- "github": "kasvith"
5430
+ "github": "kasvith",
5431
+ "twitter": "kasvith"
4996
5432
  }
4997
5433
  ],
4998
5434
  "compatibility": {
@@ -5013,7 +5449,7 @@
5013
5449
  "type": "3rd-party",
5014
5450
  "maintainers": [
5015
5451
  {
5016
- "name": "xibman",
5452
+ "name": "Georget Julien",
5017
5453
  "github": "xibman"
5018
5454
  }
5019
5455
  ],
@@ -5022,6 +5458,28 @@
5022
5458
  "requires": {}
5023
5459
  }
5024
5460
  },
5461
+ {
5462
+ "name": "nuxt2-leaflet",
5463
+ "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
5464
+ "repo": "schlunsen/nuxt-leaflet",
5465
+ "npm": "nuxt-leaflet",
5466
+ "icon": "leaflet.png",
5467
+ "github": "https://github.com/schlunsen/nuxt-leaflet",
5468
+ "website": "https://github.com/schlunsen/nuxt-leaflet",
5469
+ "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
5470
+ "category": "Libraries",
5471
+ "type": "3rd-party",
5472
+ "maintainers": [
5473
+ {
5474
+ "name": "Rasmus Schlünsen",
5475
+ "github": "schlunsen"
5476
+ }
5477
+ ],
5478
+ "compatibility": {
5479
+ "nuxt": "^2.0.0",
5480
+ "requires": {}
5481
+ }
5482
+ },
5025
5483
  {
5026
5484
  "name": "nuxt2-ngrok",
5027
5485
  "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
@@ -5042,7 +5500,8 @@
5042
5500
  {
5043
5501
  "name": "Pooya Parsa",
5044
5502
  "github": "pi0",
5045
- "twitter": "_pi0_"
5503
+ "twitter": "_pi0_",
5504
+ "bluesky": "pi0.io"
5046
5505
  }
5047
5506
  ],
5048
5507
  "compatibility": {
@@ -5051,42 +5510,43 @@
5051
5510
  }
5052
5511
  },
5053
5512
  {
5054
- "name": "nuxt3-interpolation",
5055
- "description": "",
5056
- "repo": "daliborgogic/interpolation",
5057
- "npm": "nuxt3-interpolation",
5058
- "icon": "",
5059
- "github": "https://github.com/daliborgogic/interpolation/tree/master",
5060
- "website": "https://github.com/daliborgogic/interpolation/tree/master",
5061
- "learn_more": "",
5062
- "category": "Devtools",
5063
- "type": "3rd-party",
5513
+ "name": "nuxt2-sentry",
5514
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
5515
+ "repo": "nuxt-community/sentry-module",
5516
+ "npm": "@nuxtjs/sentry",
5517
+ "icon": "sentry.svg",
5518
+ "github": "https://github.com/nuxt-community/sentry-module",
5519
+ "website": "https://sentry.nuxtjs.org/",
5520
+ "learn_more": "https://sentry.io/welcome/",
5521
+ "category": "Monitoring",
5522
+ "type": "community",
5064
5523
  "maintainers": [
5065
5524
  {
5066
- "name": "daliborgogic",
5067
- "github": "daliborgogic"
5525
+ "name": "Rafał Chłodnicki",
5526
+ "github": "rchl"
5068
5527
  }
5069
5528
  ],
5070
5529
  "compatibility": {
5071
- "nuxt": ">=3.0.0",
5530
+ "nuxt": "^2.0.0",
5072
5531
  "requires": {}
5073
5532
  }
5074
5533
  },
5075
5534
  {
5076
- "name": "nuxt3-leaflet",
5077
- "description": "Leaflet integration with Nuxt",
5078
- "repo": "Gugustinette/Nuxt-Leaflet",
5079
- "npm": "@nuxtjs/leaflet",
5080
- "icon": "leaflet.png",
5081
- "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
5082
- "website": "https://leaflet.nuxtjs.org/",
5083
- "learn_more": "https://leaflet.nuxtjs.org/",
5084
- "category": "Libraries",
5535
+ "name": "nuxt3-interpolation",
5536
+ "description": "",
5537
+ "repo": "daliborgogic/interpolation",
5538
+ "npm": "nuxt3-interpolation",
5539
+ "icon": "",
5540
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
5541
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
5542
+ "learn_more": "",
5543
+ "category": "Devtools",
5085
5544
  "type": "3rd-party",
5086
5545
  "maintainers": [
5087
5546
  {
5088
- "name": "Augustin MERCIER",
5089
- "github": "Gugustinette"
5547
+ "name": "Dalibor Gogic",
5548
+ "github": "daliborgogic",
5549
+ "twitter": "dalibor_gogic"
5090
5550
  }
5091
5551
  ],
5092
5552
  "compatibility": {
@@ -5109,7 +5569,8 @@
5109
5569
  {
5110
5570
  "name": "Pooya Parsa",
5111
5571
  "github": "pi0",
5112
- "twitter": "_pi0_"
5572
+ "twitter": "_pi0_",
5573
+ "bluesky": "pi0.io"
5113
5574
  }
5114
5575
  ],
5115
5576
  "compatibility": {
@@ -5142,6 +5603,34 @@
5142
5603
  "devtools": "^0.0.0"
5143
5604
  }
5144
5605
  },
5606
+ {
5607
+ "name": "oku-primitives",
5608
+ "description": "Unlock seamless, high-performance Vue apps with accessible, customizable components designed for modern, intuitive web experiences. Empower your Vue apps.",
5609
+ "repo": "oku-ui/primitives#main/packages/core",
5610
+ "npm": "@oku-ui/primitives",
5611
+ "icon": "oku.svg",
5612
+ "github": "https://github.com/oku-ui/primitives",
5613
+ "website": "https://primitives.oku-ui.com",
5614
+ "learn_more": "https://primitives.oku-ui.com/overview/installation#nuxt-modules",
5615
+ "category": "UI",
5616
+ "type": "3rd-party",
5617
+ "maintainers": [
5618
+ {
5619
+ "name": "Валентин Степанов",
5620
+ "github": "teleskop150750",
5621
+ "twitter": "teleskop150750"
5622
+ },
5623
+ {
5624
+ "name": "Mehmet",
5625
+ "github": "productdevbook",
5626
+ "twitter": "productdevbook"
5627
+ }
5628
+ ],
5629
+ "compatibility": {
5630
+ "nuxt": ">=3.14",
5631
+ "requires": {}
5632
+ }
5633
+ },
5145
5634
  {
5146
5635
  "name": "onesignal",
5147
5636
  "description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
@@ -5157,7 +5646,8 @@
5157
5646
  {
5158
5647
  "name": "Pooya Parsa",
5159
5648
  "github": "pi0",
5160
- "twitter": "_pi0_"
5649
+ "twitter": "_pi0_",
5650
+ "bluesky": "pi0.io"
5161
5651
  }
5162
5652
  ],
5163
5653
  "compatibility": {
@@ -5292,7 +5782,8 @@
5292
5782
  {
5293
5783
  "name": "Daniel Roe",
5294
5784
  "github": "danielroe",
5295
- "twitter": "danielcroe"
5785
+ "twitter": "danielcroe",
5786
+ "bluesky": "danielroe.dev"
5296
5787
  }
5297
5788
  ],
5298
5789
  "compatibility": {
@@ -5315,8 +5806,10 @@
5315
5806
  "type": "3rd-party",
5316
5807
  "maintainers": [
5317
5808
  {
5318
- "name": "Arash Sheyda",
5319
- "github": "arashsheyda"
5809
+ "name": "Arash Ari Sheyda",
5810
+ "github": "arashsheyda",
5811
+ "twitter": "arash_sheyda",
5812
+ "bluesky": "arashsheyda.me"
5320
5813
  }
5321
5814
  ],
5322
5815
  "compatibility": {
@@ -5361,8 +5854,9 @@
5361
5854
  "type": "3rd-party",
5362
5855
  "maintainers": [
5363
5856
  {
5364
- "name": "Mehmet - productdevbook",
5365
- "github": "productdevbook"
5857
+ "name": "Mehmet",
5858
+ "github": "productdevbook",
5859
+ "twitter": "productdevbook"
5366
5860
  }
5367
5861
  ],
5368
5862
  "compatibility": {
@@ -5393,6 +5887,29 @@
5393
5887
  "requires": {}
5394
5888
  }
5395
5889
  },
5890
+ {
5891
+ "name": "pinia-colada",
5892
+ "description": "The smart data fetching layer for Pinia",
5893
+ "repo": "posva/pinia-colada#main/nuxt",
5894
+ "npm": "@pinia/colada-nuxt",
5895
+ "icon": "pinia-colada.png",
5896
+ "github": "https://github.com/posva/pinia-colada/tree/main/nuxt",
5897
+ "website": "https://pinia-colada.esm.dev",
5898
+ "learn_more": "",
5899
+ "category": "Extensions",
5900
+ "type": "3rd-party",
5901
+ "maintainers": [
5902
+ {
5903
+ "name": "Eduardo San Martin Morote",
5904
+ "github": "posva",
5905
+ "twitter": "posva"
5906
+ }
5907
+ ],
5908
+ "compatibility": {
5909
+ "nuxt": "^3.13.0",
5910
+ "requires": {}
5911
+ }
5912
+ },
5396
5913
  {
5397
5914
  "name": "pinia-orm",
5398
5915
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
@@ -5406,8 +5923,9 @@
5406
5923
  "type": "3rd-party",
5407
5924
  "maintainers": [
5408
5925
  {
5409
- "name": "CodeDredd",
5410
- "github": "CodeDredd"
5926
+ "name": "Gregor Becker",
5927
+ "github": "CodeDredd",
5928
+ "twitter": "_Gregor_Becker"
5411
5929
  }
5412
5930
  ],
5413
5931
  "compatibility": {
@@ -5420,10 +5938,10 @@
5420
5938
  {
5421
5939
  "name": "pinia-plugin-persistedstate",
5422
5940
  "description": "Configurable persistence and rehydration of Pinia stores.",
5423
- "repo": "prazdevs/pinia-plugin-persistedstate#main/packages/nuxt",
5424
- "npm": "@pinia-plugin-persistedstate/nuxt",
5941
+ "repo": "prazdevs/pinia-plugin-persistedstate",
5942
+ "npm": "pinia-plugin-persistedstate",
5425
5943
  "icon": "pinia-plugin-persistedstate.png",
5426
- "github": "https://github.com/prazdevs/pinia-plugin-persistedstate/tree/main/packages/nuxt",
5944
+ "github": "https://github.com/prazdevs/pinia-plugin-persistedstate",
5427
5945
  "website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
5428
5946
  "learn_more": "",
5429
5947
  "category": "Extensions",
@@ -5431,7 +5949,8 @@
5431
5949
  "maintainers": [
5432
5950
  {
5433
5951
  "name": "PraZ",
5434
- "github": "prazdevs"
5952
+ "github": "prazdevs",
5953
+ "bluesky": "praz.dev"
5435
5954
  }
5436
5955
  ],
5437
5956
  "compatibility": {
@@ -5454,8 +5973,9 @@
5454
5973
  "type": "3rd-party",
5455
5974
  "maintainers": [
5456
5975
  {
5457
- "name": "posva",
5458
- "github": "posva"
5976
+ "name": "Eduardo San Martin Morote",
5977
+ "github": "posva",
5978
+ "twitter": "posva"
5459
5979
  }
5460
5980
  ],
5461
5981
  "compatibility": {
@@ -5465,6 +5985,28 @@
5465
5985
  }
5466
5986
  }
5467
5987
  },
5988
+ {
5989
+ "name": "planship",
5990
+ "description": "Entitlements, metering, plan packaging, and subscription management for Nuxt apps.",
5991
+ "repo": "planship/planship-nuxt",
5992
+ "npm": "@planship/nuxt",
5993
+ "icon": "planship.svg",
5994
+ "github": "https://github.com/planship/planship-nuxt",
5995
+ "website": "https://planship.io",
5996
+ "learn_more": "https://docs.planship.io",
5997
+ "category": "Payment",
5998
+ "type": "3rd-party",
5999
+ "maintainers": [
6000
+ {
6001
+ "name": "Pawel Wojnarowicz",
6002
+ "github": "pwojnaro"
6003
+ }
6004
+ ],
6005
+ "compatibility": {
6006
+ "nuxt": ">=3.0.0",
6007
+ "requires": {}
6008
+ }
6009
+ },
5468
6010
  {
5469
6011
  "name": "plausible",
5470
6012
  "description": "Nuxt module to natively integrate Plausible analytics",
@@ -5479,7 +6021,8 @@
5479
6021
  "maintainers": [
5480
6022
  {
5481
6023
  "name": "Johann Schopplich",
5482
- "github": "johannschopplich"
6024
+ "github": "johannschopplich",
6025
+ "twitter": "jschopplich"
5483
6026
  }
5484
6027
  ],
5485
6028
  "compatibility": {
@@ -5487,6 +6030,28 @@
5487
6030
  "requires": {}
5488
6031
  }
5489
6032
  },
6033
+ {
6034
+ "name": "precognition",
6035
+ "description": "Nuxt module implementing Laravel Precognition protocol in Nitro",
6036
+ "repo": "sot1986/nuxt-precognition",
6037
+ "npm": "nuxt-precognition",
6038
+ "icon": "laravel.svg",
6039
+ "github": "https://github.com/sot1986/nuxt-precognition",
6040
+ "website": "https://github.com/sot1986/nuxt-precognition",
6041
+ "learn_more": "",
6042
+ "category": "Security",
6043
+ "type": "3rd-party",
6044
+ "maintainers": [
6045
+ {
6046
+ "name": "sot1986",
6047
+ "github": "sot1986"
6048
+ }
6049
+ ],
6050
+ "compatibility": {
6051
+ "nuxt": ">=3.0.0",
6052
+ "requires": {}
6053
+ }
6054
+ },
5490
6055
  {
5491
6056
  "name": "precompress",
5492
6057
  "description": "Precompress files to gzip and brotli and serve them automatically",
@@ -5536,12 +6101,12 @@
5536
6101
  {
5537
6102
  "name": "primevue",
5538
6103
  "description": "Next Generation Vue UI Component Library",
5539
- "repo": "primefaces/primevue-nuxt-module",
5540
- "npm": "nuxt-primevue",
6104
+ "repo": "primefaces/primevue#master/packages/nuxt-module",
6105
+ "npm": "@primevue/nuxt-module",
5541
6106
  "icon": "primevue.svg",
5542
- "github": "https://github.com/primefaces/primevue-nuxt-module",
6107
+ "github": "https://github.com/primefaces/primevue/tree/master/packages/nuxt-module",
5543
6108
  "website": "https://primevue.org/",
5544
- "learn_more": "https://primevue.org/",
6109
+ "learn_more": "https://primevue.org/nuxt/",
5545
6110
  "category": "UI",
5546
6111
  "type": "3rd-party",
5547
6112
  "maintainers": [
@@ -5591,9 +6156,10 @@
5591
6156
  "type": "community",
5592
6157
  "maintainers": [
5593
6158
  {
5594
- "name": "lihbr",
6159
+ "name": "Lucie",
5595
6160
  "github": "lihbr",
5596
- "twitter": "li_hbr"
6161
+ "twitter": "li_hbr",
6162
+ "bluesky": "lihbr.com"
5597
6163
  }
5598
6164
  ],
5599
6165
  "compatibility": {
@@ -5614,7 +6180,7 @@
5614
6180
  "type": "3rd-party",
5615
6181
  "maintainers": [
5616
6182
  {
5617
- "name": "artmizu",
6183
+ "name": "Aleksandr Kriuchkov",
5618
6184
  "github": "artmizu"
5619
6185
  }
5620
6186
  ],
@@ -5636,7 +6202,7 @@
5636
6202
  "type": "3rd-party",
5637
6203
  "maintainers": [
5638
6204
  {
5639
- "name": "mmoollllee",
6205
+ "name": "Moritz Graf",
5640
6206
  "github": "mmoollllee"
5641
6207
  }
5642
6208
  ],
@@ -5660,7 +6226,8 @@
5660
6226
  {
5661
6227
  "name": "Pooya Parsa",
5662
6228
  "github": "pi0",
5663
- "twitter": "_pi0_"
6229
+ "twitter": "_pi0_",
6230
+ "bluesky": "pi0.io"
5664
6231
  }
5665
6232
  ],
5666
6233
  "compatibility": {
@@ -5728,7 +6295,8 @@
5728
6295
  {
5729
6296
  "name": "Pooya Parsa",
5730
6297
  "github": "pi0",
5731
- "twitter": "_pi0_"
6298
+ "twitter": "_pi0_",
6299
+ "bluesky": "pi0.io"
5732
6300
  }
5733
6301
  ],
5734
6302
  "compatibility": {
@@ -5818,7 +6386,7 @@
5818
6386
  "type": "3rd-party",
5819
6387
  "maintainers": [
5820
6388
  {
5821
- "name": "Zernonia",
6389
+ "name": "zernonia",
5822
6390
  "github": "zernonia",
5823
6391
  "twitter": "zernonia"
5824
6392
  },
@@ -5828,11 +6396,13 @@
5828
6396
  },
5829
6397
  {
5830
6398
  "name": "Mujahid Anuar",
5831
- "github": "mujahidfa"
6399
+ "github": "mujahidfa",
6400
+ "twitter": "mujahid_fa"
5832
6401
  },
5833
6402
  {
5834
6403
  "name": "Max",
5835
- "github": "onmax"
6404
+ "github": "onmax",
6405
+ "twitter": "_onmax"
5836
6406
  }
5837
6407
  ],
5838
6408
  "compatibility": {
@@ -5853,7 +6423,7 @@
5853
6423
  "type": "community",
5854
6424
  "maintainers": [
5855
6425
  {
5856
- "name": "mvrlin",
6426
+ "name": "Igor Talpa",
5857
6427
  "github": "mvrlin"
5858
6428
  }
5859
6429
  ],
@@ -5877,7 +6447,8 @@
5877
6447
  {
5878
6448
  "name": "Alexander Lichter",
5879
6449
  "github": "manniL",
5880
- "twitter": "TheAlexLichter"
6450
+ "twitter": "TheAlexLichter",
6451
+ "bluesky": "thealexlichter.com"
5881
6452
  }
5882
6453
  ],
5883
6454
  "compatibility": {
@@ -5900,7 +6471,8 @@
5900
6471
  {
5901
6472
  "name": "Nicolas Hedger",
5902
6473
  "github": "nhedger",
5903
- "twitter": "nicolashedger"
6474
+ "twitter": "nicolashedger",
6475
+ "bluesky": "hedger.ch"
5904
6476
  }
5905
6477
  ],
5906
6478
  "compatibility": {
@@ -5921,7 +6493,7 @@
5921
6493
  "type": "3rd-party",
5922
6494
  "maintainers": [
5923
6495
  {
5924
- "name": "pimlie",
6496
+ "name": "Pim",
5925
6497
  "github": "pimlie"
5926
6498
  }
5927
6499
  ],
@@ -5932,10 +6504,10 @@
5932
6504
  },
5933
6505
  {
5934
6506
  "name": "robots",
5935
- "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
6507
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
5936
6508
  "repo": "nuxt-modules/robots",
5937
6509
  "npm": "@nuxtjs/robots",
5938
- "icon": "robots.png",
6510
+ "icon": "simple-robots.svg",
5939
6511
  "github": "https://github.com/nuxt-modules/robots",
5940
6512
  "website": "https://github.com/nuxt-modules/robots",
5941
6513
  "learn_more": "",
@@ -5944,7 +6516,14 @@
5944
6516
  "maintainers": [
5945
6517
  {
5946
6518
  "name": "Ricardo Gobbo de Souza",
5947
- "github": "ricardogobbosouza"
6519
+ "github": "ricardogobbosouza",
6520
+ "twitter": "gobbo_ricardo"
6521
+ },
6522
+ {
6523
+ "name": "Harlan Wilton",
6524
+ "github": "harlan-zw",
6525
+ "twitter": "harlan_zw",
6526
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5948
6527
  }
5949
6528
  ],
5950
6529
  "compatibility": {
@@ -5989,7 +6568,7 @@
5989
6568
  "type": "community",
5990
6569
  "maintainers": [
5991
6570
  {
5992
- "name": "Ahad Birang",
6571
+ "name": "Farnabaz",
5993
6572
  "github": "farnabaz",
5994
6573
  "twitter": "a_birang"
5995
6574
  }
@@ -6014,7 +6593,8 @@
6014
6593
  {
6015
6594
  "name": "Sébastien Chopin",
6016
6595
  "github": "Atinux",
6017
- "twitter": "Atinux"
6596
+ "twitter": "Atinux",
6597
+ "bluesky": "atinux.com"
6018
6598
  }
6019
6599
  ],
6020
6600
  "compatibility": {
@@ -6037,7 +6617,8 @@
6037
6617
  {
6038
6618
  "name": "Daniel Roe",
6039
6619
  "github": "danielroe",
6040
- "twitter": "danielcroe"
6620
+ "twitter": "danielcroe",
6621
+ "bluesky": "danielroe.dev"
6041
6622
  }
6042
6623
  ],
6043
6624
  "compatibility": {
@@ -6130,7 +6711,7 @@
6130
6711
  "type": "3rd-party",
6131
6712
  "maintainers": [
6132
6713
  {
6133
- "name": "sugoidesune",
6714
+ "name": "Timar",
6134
6715
  "github": "sugoidesune"
6135
6716
  }
6136
6717
  ],
@@ -6154,7 +6735,9 @@
6154
6735
  {
6155
6736
  "name": "Jakub Andrzejewski",
6156
6737
  "github": "Baroshem",
6157
- "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
6738
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4",
6739
+ "twitter": "jacobandrewsky",
6740
+ "bluesky": "jacobandrewsky.bsky.social"
6158
6741
  }
6159
6742
  ],
6160
6743
  "compatibility": {
@@ -6186,23 +6769,23 @@
6186
6769
  },
6187
6770
  {
6188
6771
  "name": "sentry",
6189
- "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
6190
- "repo": "nuxt-community/sentry-module",
6191
- "npm": "@nuxtjs/sentry",
6772
+ "description": "Official Sentry SDK for Nuxt (EXPERIMENTAL)",
6773
+ "repo": "getsentry/sentry-javascript#HEAD/packages/nuxt",
6774
+ "npm": "@sentry/nuxt",
6192
6775
  "icon": "sentry.svg",
6193
- "github": "https://github.com/nuxt-community/sentry-module",
6194
- "website": "https://sentry.nuxtjs.org/",
6195
- "learn_more": "https://sentry.io/welcome/",
6776
+ "github": "https://github.com/getsentry/sentry-javascript/tree/HEAD/packages/nuxt",
6777
+ "website": "https://docs.sentry.io/platforms/javascript/guides/nuxt",
6778
+ "learn_more": "https://sentry.io",
6196
6779
  "category": "Monitoring",
6197
- "type": "community",
6780
+ "type": "3rd-party",
6198
6781
  "maintainers": [
6199
6782
  {
6200
- "name": "Rafał Chłodnicki",
6201
- "github": "rchl"
6783
+ "name": "Sentry",
6784
+ "github": "getsentry"
6202
6785
  }
6203
6786
  ],
6204
6787
  "compatibility": {
6205
- "nuxt": "^2.0.0",
6788
+ "nuxt": "^3.0.0",
6206
6789
  "requires": {}
6207
6790
  }
6208
6791
  },
@@ -6210,7 +6793,7 @@
6210
6793
  "name": "seo-experiments",
6211
6794
  "description": "Powerful SEO DX improvements.",
6212
6795
  "repo": "harlan-zw/nuxt-seo-experiments",
6213
- "npm": "nuxt-seo-experiments",
6796
+ "npm": "nuxt-seo-utils",
6214
6797
  "icon": "seo-experiments.svg",
6215
6798
  "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6216
6799
  "website": "https://nuxtseo.com/experiments",
@@ -6245,7 +6828,8 @@
6245
6828
  {
6246
6829
  "name": "ihavecoke",
6247
6830
  "github": "ihavecoke",
6248
- "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
6831
+ "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4",
6832
+ "twitter": "ihavecoke"
6249
6833
  }
6250
6834
  ],
6251
6835
  "compatibility": {
@@ -6266,8 +6850,9 @@
6266
6850
  "type": "3rd-party",
6267
6851
  "maintainers": [
6268
6852
  {
6269
- "name": "harlan-zw",
6270
- "github": "harlan-zw"
6853
+ "name": "Harlan Wilton",
6854
+ "github": "harlan-zw",
6855
+ "twitter": "harlan_zw"
6271
6856
  }
6272
6857
  ],
6273
6858
  "compatibility": {
@@ -6288,8 +6873,9 @@
6288
6873
  "type": "3rd-party",
6289
6874
  "maintainers": [
6290
6875
  {
6291
- "name": "ben-rogerson",
6292
- "github": "ben-rogerson"
6876
+ "name": "Ben Rogerson",
6877
+ "github": "ben-rogerson",
6878
+ "twitter": "benrogerson"
6293
6879
  }
6294
6880
  ],
6295
6881
  "compatibility": {
@@ -6312,7 +6898,8 @@
6312
6898
  {
6313
6899
  "name": "Alexander Lichter",
6314
6900
  "github": "manniL",
6315
- "twitter": "TheAlexLichter"
6901
+ "twitter": "TheAlexLichter",
6902
+ "bluesky": "thealexlichter.com"
6316
6903
  }
6317
6904
  ],
6318
6905
  "compatibility": {
@@ -6333,7 +6920,7 @@
6333
6920
  "type": "3rd-party",
6334
6921
  "maintainers": [
6335
6922
  {
6336
- "name": "Hebilicious",
6923
+ "name": "Heb",
6337
6924
  "github": "Hebilicious",
6338
6925
  "twitter": "its_hebilicious"
6339
6926
  }
@@ -6356,7 +6943,7 @@
6356
6943
  "type": "3rd-party",
6357
6944
  "maintainers": [
6358
6945
  {
6359
- "name": "Zernonia",
6946
+ "name": "zernonia",
6360
6947
  "github": "zernonia",
6361
6948
  "twitter": "zernonia"
6362
6949
  },
@@ -6383,8 +6970,9 @@
6383
6970
  "type": "3rd-party",
6384
6971
  "maintainers": [
6385
6972
  {
6386
- "name": "Gomah",
6387
- "github": "Gomah"
6973
+ "name": "Thomas Marrec",
6974
+ "github": "Gomah",
6975
+ "twitter": "Gomah"
6388
6976
  }
6389
6977
  ],
6390
6978
  "compatibility": {
@@ -6405,7 +6993,7 @@
6405
6993
  "type": "3rd-party",
6406
6994
  "maintainers": [
6407
6995
  {
6408
- "name": "higuaifan",
6996
+ "name": "你好怪凡",
6409
6997
  "github": "higuaifan"
6410
6998
  }
6411
6999
  ],
@@ -6416,13 +7004,13 @@
6416
7004
  },
6417
7005
  {
6418
7006
  "name": "sidebase-auth",
6419
- "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
7007
+ "description": "Zero-boilerplate authentication for Nuxt with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
6420
7008
  "repo": "sidebase/nuxt-auth",
6421
7009
  "npm": "@sidebase/nuxt-auth",
6422
7010
  "icon": "sidebase-auth.png",
6423
7011
  "github": "https://github.com/sidebase/nuxt-auth",
6424
- "website": "https://github.com/sidebase/nuxt-auth",
6425
- "learn_more": "https://github.com/sidebase",
7012
+ "website": "https://auth.sidebase.io/",
7013
+ "learn_more": "https://sidebase.io/",
6426
7014
  "category": "Security",
6427
7015
  "type": "3rd-party",
6428
7016
  "maintainers": [
@@ -6450,7 +7038,7 @@
6450
7038
  "type": "3rd-party",
6451
7039
  "maintainers": [
6452
7040
  {
6453
- "name": "vaso2",
7041
+ "name": "Vasyl Iatsenko",
6454
7042
  "github": "vaso2"
6455
7043
  }
6456
7044
  ],
@@ -6459,30 +7047,6 @@
6459
7047
  "requires": {}
6460
7048
  }
6461
7049
  },
6462
- {
6463
- "name": "simple-robots",
6464
- "description": "Tame the robots crawling and indexing your Nuxt site.",
6465
- "repo": "harlan-zw/nuxt-simple-robots",
6466
- "npm": "nuxt-simple-robots",
6467
- "icon": "simple-robots.svg",
6468
- "github": "https://github.com/harlan-zw/nuxt-simple-robots",
6469
- "website": "https://nuxtseo.com/robots",
6470
- "learn_more": "https://nuxtseo.com/robots",
6471
- "category": "SEO",
6472
- "type": "3rd-party",
6473
- "maintainers": [
6474
- {
6475
- "name": "Harlan Wilton",
6476
- "github": "harlan-zw",
6477
- "twitter": "harlan_zw",
6478
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6479
- }
6480
- ],
6481
- "compatibility": {
6482
- "nuxt": ">=3.0.0",
6483
- "requires": {}
6484
- }
6485
- },
6486
7050
  {
6487
7051
  "name": "sitemap",
6488
7052
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
@@ -6547,7 +7111,7 @@
6547
7111
  "type": "community",
6548
7112
  "maintainers": [
6549
7113
  {
6550
- "name": "Florent GIRAUD",
7114
+ "name": "florent giraud",
6551
7115
  "github": "flozero",
6552
7116
  "twitter": "flozeroo"
6553
7117
  }
@@ -6570,7 +7134,7 @@
6570
7134
  "type": "3rd-party",
6571
7135
  "maintainers": [
6572
7136
  {
6573
- "name": "AlekseyPleshkov",
7137
+ "name": "Aleksey Pleshkov",
6574
7138
  "github": "AlekseyPleshkov"
6575
7139
  }
6576
7140
  ],
@@ -6592,7 +7156,7 @@
6592
7156
  "type": "3rd-party",
6593
7157
  "maintainers": [
6594
7158
  {
6595
- "name": "richardeschloss",
7159
+ "name": "Richard Schloss",
6596
7160
  "github": "richardeschloss"
6597
7161
  }
6598
7162
  ],
@@ -6637,7 +7201,7 @@
6637
7201
  "type": "3rd-party",
6638
7202
  "maintainers": [
6639
7203
  {
6640
- "name": "prashantpalikhe",
7204
+ "name": "Prashant Palikhe",
6641
7205
  "github": "prashantpalikhe"
6642
7206
  }
6643
7207
  ],
@@ -6659,8 +7223,9 @@
6659
7223
  "type": "3rd-party",
6660
7224
  "maintainers": [
6661
7225
  {
6662
- "name": "mazipan",
6663
- "github": "mazipan"
7226
+ "name": "Irfan Maulana",
7227
+ "github": "mazipan",
7228
+ "twitter": "Maz_Ipan"
6664
7229
  }
6665
7230
  ],
6666
7231
  "compatibility": {
@@ -6688,7 +7253,8 @@
6688
7253
  {
6689
7254
  "name": "Jakub Freisler",
6690
7255
  "github": "FRSgit",
6691
- "avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
7256
+ "avatar": "https://avatars.githubusercontent.com/u/10456649?v=4",
7257
+ "twitter": "jakFRS"
6692
7258
  }
6693
7259
  ],
6694
7260
  "compatibility": {
@@ -6709,7 +7275,7 @@
6709
7275
  "type": "3rd-party",
6710
7276
  "maintainers": [
6711
7277
  {
6712
- "name": "richardeschloss",
7278
+ "name": "Richard Schloss",
6713
7279
  "github": "richardeschloss"
6714
7280
  }
6715
7281
  ],
@@ -6760,7 +7326,8 @@
6760
7326
  },
6761
7327
  {
6762
7328
  "name": "Tobias Diez",
6763
- "github": "tobiasdiez"
7329
+ "github": "tobiasdiez",
7330
+ "twitter": "tobias_diez"
6764
7331
  }
6765
7332
  ],
6766
7333
  "compatibility": {
@@ -6791,7 +7358,8 @@
6791
7358
  {
6792
7359
  "name": "Sébastien Chopin",
6793
7360
  "github": "Atinux",
6794
- "twitter": "Atinux"
7361
+ "twitter": "Atinux",
7362
+ "bluesky": "atinux.com"
6795
7363
  }
6796
7364
  ],
6797
7365
  "compatibility": {
@@ -6805,22 +7373,23 @@
6805
7373
  {
6806
7374
  "name": "stripe-next",
6807
7375
  "description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
6808
- "repo": "fuentesloic/nuxt-stripe",
7376
+ "repo": "flozero/nuxt-stripe",
6809
7377
  "npm": "@unlok-co/nuxt-stripe",
6810
7378
  "icon": "stripe.png",
6811
- "github": "https://github.com/fuentesloic/nuxt-stripe",
6812
- "website": "https://github.com/fuentesloic/nuxt-stripe",
7379
+ "github": "https://github.com/flozero/nuxt-stripe",
7380
+ "website": "https://github.com/flozero/nuxt-stripe",
6813
7381
  "learn_more": "https://stripe.com/docs",
6814
7382
  "category": "Payment",
6815
7383
  "type": "3rd-party",
6816
7384
  "maintainers": [
6817
7385
  {
6818
- "name": "Loic Fuentes",
7386
+ "name": "Loïc Fuentes",
6819
7387
  "github": "fuentesloic"
6820
7388
  },
6821
7389
  {
6822
- "name": "Florent Giraud",
6823
- "github": "flozero"
7390
+ "name": "florent giraud",
7391
+ "github": "flozero",
7392
+ "twitter": "flozeroo"
6824
7393
  }
6825
7394
  ],
6826
7395
  "compatibility": {
@@ -6841,8 +7410,9 @@
6841
7410
  "type": "3rd-party",
6842
7411
  "maintainers": [
6843
7412
  {
6844
- "name": "WilliamDASILVA",
6845
- "github": "WilliamDASILVA"
7413
+ "name": "William DA SILVA",
7414
+ "github": "WilliamDASILVA",
7415
+ "twitter": "willia_am"
6846
7416
  }
6847
7417
  ],
6848
7418
  "compatibility": {
@@ -6863,14 +7433,15 @@
6863
7433
  "type": "3rd-party",
6864
7434
  "maintainers": [
6865
7435
  {
6866
- "name": "Ahad Birang",
7436
+ "name": "Farnabaz",
6867
7437
  "github": "farnabaz",
6868
7438
  "twitter": "a_birang"
6869
7439
  },
6870
7440
  {
6871
7441
  "name": "Sébastien Chopin",
6872
7442
  "github": "Atinux",
6873
- "twitter": "Atinux"
7443
+ "twitter": "Atinux",
7444
+ "bluesky": "atinux.com"
6874
7445
  }
6875
7446
  ],
6876
7447
  "compatibility": {
@@ -6895,7 +7466,8 @@
6895
7466
  {
6896
7467
  "name": "Alexander Lichter",
6897
7468
  "github": "manniL",
6898
- "twitter": "TheAlexLichter"
7469
+ "twitter": "TheAlexLichter",
7470
+ "bluesky": "thealexlichter.com"
6899
7471
  }
6900
7472
  ],
6901
7473
  "compatibility": {
@@ -6917,7 +7489,8 @@
6917
7489
  "maintainers": [
6918
7490
  {
6919
7491
  "name": "Ricardo Gobbo de Souza",
6920
- "github": "ricardogobbosouza"
7492
+ "github": "ricardogobbosouza",
7493
+ "twitter": "gobbo_ricardo"
6921
7494
  }
6922
7495
  ],
6923
7496
  "compatibility": {
@@ -6943,9 +7516,10 @@
6943
7516
  "twitter": "baptistelprx"
6944
7517
  },
6945
7518
  {
6946
- "name": "Sebastien Chopin",
7519
+ "name": "Sébastien Chopin",
6947
7520
  "github": "Atinux",
6948
- "twitter": "Atinux"
7521
+ "twitter": "Atinux",
7522
+ "bluesky": "atinux.com"
6949
7523
  },
6950
7524
  {
6951
7525
  "name": "Scott Robertson",
@@ -6973,7 +7547,9 @@
6973
7547
  {
6974
7548
  "name": "Sandro Circi",
6975
7549
  "github": "sandros94",
6976
- "avatar": "https://avatars.githubusercontent.com/u/13056429"
7550
+ "avatar": "https://avatars.githubusercontent.com/u/13056429",
7551
+ "bluesky": "sandros94.com",
7552
+ "twitter": "_sandros94"
6977
7553
  }
6978
7554
  ],
6979
7555
  "compatibility": {
@@ -7016,7 +7592,7 @@
7016
7592
  "type": "community",
7017
7593
  "maintainers": [
7018
7594
  {
7019
- "name": "Ahad Birang",
7595
+ "name": "Farnabaz",
7020
7596
  "github": "farnabaz",
7021
7597
  "twitter": "a_birang"
7022
7598
  }
@@ -7039,7 +7615,7 @@
7039
7615
  "type": "community",
7040
7616
  "maintainers": [
7041
7617
  {
7042
- "name": "Sam Holmes",
7618
+ "name": "Brooke",
7043
7619
  "github": "sam3d"
7044
7620
  }
7045
7621
  ],
@@ -7108,7 +7684,8 @@
7108
7684
  "maintainers": [
7109
7685
  {
7110
7686
  "name": "Christian Preston",
7111
- "github": "cpreston321"
7687
+ "github": "cpreston321",
7688
+ "twitter": "christian_ggg"
7112
7689
  }
7113
7690
  ],
7114
7691
  "compatibility": {
@@ -7129,9 +7706,9 @@
7129
7706
  "type": "3rd-party",
7130
7707
  "maintainers": [
7131
7708
  {
7132
- "name": "Kevin Olson",
7709
+ "name": "kevin olson",
7133
7710
  "github": "acidjazz",
7134
- "twitter": "AppFume"
7711
+ "twitter": "appfume"
7135
7712
  }
7136
7713
  ],
7137
7714
  "compatibility": {
@@ -7154,7 +7731,8 @@
7154
7731
  {
7155
7732
  "name": "Sébastien Chopin",
7156
7733
  "github": "Atinux",
7157
- "twitter": "Atinux"
7734
+ "twitter": "Atinux",
7735
+ "bluesky": "atinux.com"
7158
7736
  },
7159
7737
  {
7160
7738
  "name": "Inesh Bose",
@@ -7185,12 +7763,14 @@
7185
7763
  {
7186
7764
  "name": "Daniel Roe",
7187
7765
  "github": "danielroe",
7188
- "twitter": "danielcroe"
7766
+ "twitter": "danielcroe",
7767
+ "bluesky": "danielroe.dev"
7189
7768
  },
7190
7769
  {
7191
7770
  "name": "Anthony Fu",
7192
7771
  "github": "antfu",
7193
- "twitter": "antfu7"
7772
+ "twitter": "antfu7",
7773
+ "bluesky": "antfu.me"
7194
7774
  }
7195
7775
  ],
7196
7776
  "compatibility": {
@@ -7198,6 +7778,28 @@
7198
7778
  "requires": {}
7199
7779
  }
7200
7780
  },
7781
+ {
7782
+ "name": "tgauth",
7783
+ "description": "Extremely simple \"Login with Telegram\" button",
7784
+ "repo": "paranoidphantom/tgauth",
7785
+ "npm": "@paranoidphantom/tgauth",
7786
+ "icon": "tgauth.png",
7787
+ "github": "https://github.com/paranoidphantom/tgauth",
7788
+ "website": "https://github.com/paranoidphantom/tgauth",
7789
+ "learn_more": "https://github.com/paranoidphantom/tgauth",
7790
+ "category": "Security",
7791
+ "type": "3rd-party",
7792
+ "maintainers": [
7793
+ {
7794
+ "name": "Andrei Hudalla",
7795
+ "github": "paranoidPhantom"
7796
+ }
7797
+ ],
7798
+ "compatibility": {
7799
+ "nuxt": "^3.11.0",
7800
+ "requires": {}
7801
+ }
7802
+ },
7201
7803
  {
7202
7804
  "name": "tiktok-analytics",
7203
7805
  "description": "",
@@ -7211,7 +7813,7 @@
7211
7813
  "type": "3rd-party",
7212
7814
  "maintainers": [
7213
7815
  {
7214
- "name": "stickpro",
7816
+ "name": "Vladislav Bulgakov",
7215
7817
  "github": "stickpro",
7216
7818
  "avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
7217
7819
  }
@@ -7234,8 +7836,10 @@
7234
7836
  "type": "3rd-party",
7235
7837
  "maintainers": [
7236
7838
  {
7237
- "name": "danielroe",
7238
- "github": "danielroe"
7839
+ "name": "Daniel Roe",
7840
+ "github": "danielroe",
7841
+ "twitter": "danielcroe",
7842
+ "bluesky": "danielroe.dev"
7239
7843
  }
7240
7844
  ],
7241
7845
  "compatibility": {
@@ -7280,7 +7884,8 @@
7280
7884
  {
7281
7885
  "name": "Pooya Parsa",
7282
7886
  "github": "pi0",
7283
- "twitter": "_pi0_"
7887
+ "twitter": "_pi0_",
7888
+ "bluesky": "pi0.io"
7284
7889
  }
7285
7890
  ],
7286
7891
  "compatibility": {
@@ -7302,7 +7907,8 @@
7302
7907
  "maintainers": [
7303
7908
  {
7304
7909
  "name": "Volkan Akkuş",
7305
- "github": "volkanakkus"
7910
+ "github": "volkanakkus",
7911
+ "twitter": "volkanakks"
7306
7912
  }
7307
7913
  ],
7308
7914
  "compatibility": {
@@ -7350,9 +7956,9 @@
7350
7956
  "twitter": "alvarosabu"
7351
7957
  },
7352
7958
  {
7353
- "name": "Jaime Torrealba",
7959
+ "name": "Jaime A Torrealba C",
7354
7960
  "github": "JaimeTorrealba",
7355
- "twitter": "jaimebboyjt"
7961
+ "twitter": "Jaimebboyjt"
7356
7962
  },
7357
7963
  {
7358
7964
  "name": "Tino Koch",
@@ -7380,7 +7986,8 @@
7380
7986
  {
7381
7987
  "name": "Daniel Roe",
7382
7988
  "github": "danielroe",
7383
- "twitter": "danielcroe"
7989
+ "twitter": "danielcroe",
7990
+ "bluesky": "danielroe.dev"
7384
7991
  }
7385
7992
  ],
7386
7993
  "compatibility": {
@@ -7428,7 +8035,9 @@
7428
8035
  "maintainers": [
7429
8036
  {
7430
8037
  "name": "Yizack Rangel",
7431
- "github": "yizack"
8038
+ "github": "yizack",
8039
+ "twitter": "YizackR",
8040
+ "bluesky": "yizack.com"
7432
8041
  }
7433
8042
  ],
7434
8043
  "compatibility": {
@@ -7482,8 +8091,9 @@
7482
8091
  "type": "3rd-party",
7483
8092
  "maintainers": [
7484
8093
  {
7485
- "name": "victorgarciaesgi",
7486
- "github": "victorgarciaesgi"
8094
+ "name": "Victor Garcia",
8095
+ "github": "victorgarciaesgi",
8096
+ "twitter": "desnoth_dev"
7487
8097
  }
7488
8098
  ],
7489
8099
  "compatibility": {
@@ -7506,7 +8116,8 @@
7506
8116
  {
7507
8117
  "name": "Daniel Roe",
7508
8118
  "github": "danielroe",
7509
- "twitter": "danielcroe"
8119
+ "twitter": "danielcroe",
8120
+ "bluesky": "danielroe.dev"
7510
8121
  }
7511
8122
  ],
7512
8123
  "compatibility": {
@@ -7530,17 +8141,20 @@
7530
8141
  "maintainers": [
7531
8142
  {
7532
8143
  "name": "Kevin Marrec",
7533
- "github": "kevinmarrec"
8144
+ "github": "kevinmarrec",
8145
+ "twitter": "K_Marrec"
7534
8146
  },
7535
8147
  {
7536
8148
  "name": "Pooya Parsa",
7537
8149
  "github": "pi0",
7538
- "twitter": "_pi0_"
8150
+ "twitter": "_pi0_",
8151
+ "bluesky": "pi0.io"
7539
8152
  },
7540
8153
  {
7541
8154
  "name": "Daniel Roe",
7542
8155
  "github": "danielroe",
7543
- "twitter": "danielcroe"
8156
+ "twitter": "danielcroe",
8157
+ "bluesky": "danielroe.dev"
7544
8158
  }
7545
8159
  ],
7546
8160
  "compatibility": {
@@ -7562,17 +8176,20 @@
7562
8176
  "maintainers": [
7563
8177
  {
7564
8178
  "name": "Kevin Marrec",
7565
- "github": "kevinmarrec"
8179
+ "github": "kevinmarrec",
8180
+ "twitter": "K_Marrec"
7566
8181
  },
7567
8182
  {
7568
8183
  "name": "Pooya Parsa",
7569
8184
  "github": "pi0",
7570
- "twitter": "_pi0_"
8185
+ "twitter": "_pi0_",
8186
+ "bluesky": "pi0.io"
7571
8187
  },
7572
8188
  {
7573
8189
  "name": "Daniel Roe",
7574
8190
  "github": "danielroe",
7575
- "twitter": "danielcroe"
8191
+ "twitter": "danielcroe",
8192
+ "bluesky": "danielroe.dev"
7576
8193
  }
7577
8194
  ],
7578
8195
  "compatibility": {
@@ -7622,9 +8239,10 @@
7622
8239
  "twitter": "benjamincanac"
7623
8240
  },
7624
8241
  {
7625
- "name": "Sebastien Chopin",
8242
+ "name": "Sébastien Chopin",
7626
8243
  "github": "Atinux",
7627
- "twitter": "Atinux"
8244
+ "twitter": "Atinux",
8245
+ "bluesky": "atinux.com"
7628
8246
  },
7629
8247
  {
7630
8248
  "name": "Sylvain Marroufin",
@@ -7651,7 +8269,8 @@
7651
8269
  "maintainers": [
7652
8270
  {
7653
8271
  "name": "ML",
7654
- "github": "ijkml"
8272
+ "github": "ijkml",
8273
+ "twitter": "ijk_ml"
7655
8274
  }
7656
8275
  ],
7657
8276
  "compatibility": {
@@ -7676,7 +8295,8 @@
7676
8295
  {
7677
8296
  "name": "Pooya Parsa",
7678
8297
  "github": "pi0",
7679
- "twitter": "_pi0_"
8298
+ "twitter": "_pi0_",
8299
+ "bluesky": "pi0.io"
7680
8300
  },
7681
8301
  {
7682
8302
  "name": "Farzad Soltani",
@@ -7703,7 +8323,8 @@
7703
8323
  "maintainers": [
7704
8324
  {
7705
8325
  "name": "Johann Schopplich",
7706
- "github": "johannschopplich"
8326
+ "github": "johannschopplich",
8327
+ "twitter": "jschopplich"
7707
8328
  }
7708
8329
  ],
7709
8330
  "compatibility": {
@@ -7727,7 +8348,8 @@
7727
8348
  "name": "Anthony Fu",
7728
8349
  "github": "antfu",
7729
8350
  "twitter": "antfu7",
7730
- "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
8351
+ "avatar": "https://avatars.githubusercontent.com/antfu?v=4",
8352
+ "bluesky": "antfu.me"
7731
8353
  }
7732
8354
  ],
7733
8355
  "compatibility": {
@@ -7774,7 +8396,7 @@
7774
8396
  "type": "3rd-party",
7775
8397
  "maintainers": [
7776
8398
  {
7777
- "name": "KoujiSano",
8399
+ "name": "KoujiSan",
7778
8400
  "github": "KoujiSano"
7779
8401
  }
7780
8402
  ],
@@ -7796,8 +8418,9 @@
7796
8418
  "type": "3rd-party",
7797
8419
  "maintainers": [
7798
8420
  {
7799
- "name": "fukuiretu",
7800
- "github": "fukuiretu"
8421
+ "name": "Retu Fukui",
8422
+ "github": "fukuiretu",
8423
+ "twitter": "fukuiretu"
7801
8424
  }
7802
8425
  ],
7803
8426
  "compatibility": {
@@ -7818,7 +8441,7 @@
7818
8441
  "type": "3rd-party",
7819
8442
  "maintainers": [
7820
8443
  {
7821
- "name": "tolking",
8444
+ "name": "qiang",
7822
8445
  "github": "tolking"
7823
8446
  }
7824
8447
  ],
@@ -7842,8 +8465,9 @@
7842
8465
  "type": "3rd-party",
7843
8466
  "maintainers": [
7844
8467
  {
7845
- "name": "zhangmo8",
7846
- "github": "zhangmo8"
8468
+ "name": "xiaomo",
8469
+ "github": "zhangmo8",
8470
+ "twitter": "wegi8666"
7847
8471
  }
7848
8472
  ],
7849
8473
  "compatibility": {
@@ -7853,6 +8477,28 @@
7853
8477
  }
7854
8478
  }
7855
8479
  },
8480
+ {
8481
+ "name": "vaxee",
8482
+ "description": "The State Manager for Vue 3",
8483
+ "repo": "letstri/vaxee#main/packages/nuxt",
8484
+ "npm": "@vaxee/nuxt",
8485
+ "icon": "vaxee.svg",
8486
+ "github": "https://github.com/letstri/vaxee/tree/main/packages/nuxt",
8487
+ "website": "https://vaxee.letstri.dev/",
8488
+ "learn_more": "",
8489
+ "category": "Extensions",
8490
+ "type": "3rd-party",
8491
+ "maintainers": [
8492
+ {
8493
+ "name": "Valerii Strilets",
8494
+ "github": "letstri"
8495
+ }
8496
+ ],
8497
+ "compatibility": {
8498
+ "nuxt": "^3.0.0",
8499
+ "requires": {}
8500
+ }
8501
+ },
7856
8502
  {
7857
8503
  "name": "vcalendar",
7858
8504
  "description": "VCalendar module for Nuxt",
@@ -7889,7 +8535,8 @@
7889
8535
  "maintainers": [
7890
8536
  {
7891
8537
  "name": "Abdelrahman Awad",
7892
- "github": "logaretm"
8538
+ "github": "logaretm",
8539
+ "twitter": "logaretm"
7893
8540
  }
7894
8541
  ],
7895
8542
  "compatibility": {
@@ -7912,7 +8559,8 @@
7912
8559
  {
7913
8560
  "name": "Pooya Parsa",
7914
8561
  "github": "pi0",
7915
- "twitter": "_pi0_"
8562
+ "twitter": "_pi0_",
8563
+ "bluesky": "pi0.io"
7916
8564
  }
7917
8565
  ],
7918
8566
  "compatibility": {
@@ -7920,28 +8568,6 @@
7920
8568
  "requires": {}
7921
8569
  }
7922
8570
  },
7923
- {
7924
- "name": "vercel-analytics",
7925
- "description": "Vercel Analytics integration for Nuxt",
7926
- "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7927
- "npm": "nuxt-vercel-analytics",
7928
- "icon": "",
7929
- "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7930
- "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7931
- "learn_more": "https://vercel.com/docs/concepts/analytics",
7932
- "category": "Analytics",
7933
- "type": "3rd-party",
7934
- "maintainers": [
7935
- {
7936
- "name": "Alexander B.",
7937
- "github": "xanderbarkhatov"
7938
- }
7939
- ],
7940
- "compatibility": {
7941
- "nuxt": ">=3.0.0",
7942
- "requires": {}
7943
- }
7944
- },
7945
8571
  {
7946
8572
  "name": "vexip-ui",
7947
8573
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -7955,7 +8581,7 @@
7955
8581
  "type": "3rd-party",
7956
8582
  "maintainers": [
7957
8583
  {
7958
- "name": "未觉雨声",
8584
+ "name": "Rocco",
7959
8585
  "github": "qmhc",
7960
8586
  "twitter": "qmhc95"
7961
8587
  }
@@ -7965,6 +8591,30 @@
7965
8591
  "requires": {}
7966
8592
  }
7967
8593
  },
8594
+ {
8595
+ "name": "vitalizer",
8596
+ "description": "Instantly better LCP scores in Google Lighthouse",
8597
+ "repo": "johannschopplich/nuxt-vitalizer",
8598
+ "npm": "nuxt-vitalizer",
8599
+ "icon": "vitalizer.svg",
8600
+ "github": "https://github.com/johannschopplich/nuxt-vitalizer",
8601
+ "website": "https://github.com/johannschopplich/nuxt-vitalizer#readme",
8602
+ "learn_more": "",
8603
+ "category": "SEO",
8604
+ "type": "3rd-party",
8605
+ "maintainers": [
8606
+ {
8607
+ "name": "Johann Schopplich",
8608
+ "github": "johannschopplich",
8609
+ "twitter": "jschopplich",
8610
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
8611
+ }
8612
+ ],
8613
+ "compatibility": {
8614
+ "nuxt": ">=3.0.0",
8615
+ "requires": {}
8616
+ }
8617
+ },
7968
8618
  {
7969
8619
  "name": "vite-pwa-nuxt",
7970
8620
  "description": "Zero-config PWA Plugin for Nuxt",
@@ -7980,12 +8630,37 @@
7980
8630
  {
7981
8631
  "name": "Joaquín Sánchez",
7982
8632
  "github": "userquin",
7983
- "twitter": "userquin"
8633
+ "twitter": "userquin",
8634
+ "bluesky": "userquin.bsky.social"
7984
8635
  },
7985
8636
  {
7986
8637
  "name": "Anthony Fu",
7987
8638
  "github": "antfu",
7988
- "twitter": "antfu7"
8639
+ "twitter": "antfu7",
8640
+ "bluesky": "antfu.me"
8641
+ }
8642
+ ],
8643
+ "compatibility": {
8644
+ "nuxt": ">=3.0.0",
8645
+ "requires": {}
8646
+ }
8647
+ },
8648
+ {
8649
+ "name": "vue-api",
8650
+ "description": "A flexible and provider-agnostic API handling library for Vue 3 and Nuxt 3. Supports multiple data providers like axios, ofetch and more. It includes a robust model mapping feature.",
8651
+ "repo": "gaetansenn/vue-api#main/packages/nuxt",
8652
+ "npm": "@vue-api/nuxt",
8653
+ "icon": "",
8654
+ "github": "https://github.com/gaetansenn/vue-api",
8655
+ "website": "https://vue-api.dewib.com/",
8656
+ "learn_more": "https://vue-api.dewib.com/guide/getting-started/installation.html",
8657
+ "category": "Request",
8658
+ "type": "3rd-party",
8659
+ "maintainers": [
8660
+ {
8661
+ "name": "Gaetan SENN",
8662
+ "github": "gaetansenn",
8663
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7989
8664
  }
7990
8665
  ],
7991
8666
  "compatibility": {
@@ -8060,9 +8735,10 @@
8060
8735
  "type": "3rd-party",
8061
8736
  "maintainers": [
8062
8737
  {
8063
- "name": "三咲智子 Kevin Deng",
8738
+ "name": "Kevin Deng 三咲智子",
8064
8739
  "github": "sxzz",
8065
- "twitter": "sanxiaozhizi"
8740
+ "twitter": "sanxiaozhizi",
8741
+ "bluesky": "sxzz.moe"
8066
8742
  }
8067
8743
  ],
8068
8744
  "compatibility": {
@@ -8086,7 +8762,7 @@
8086
8762
  "type": "3rd-party",
8087
8763
  "maintainers": [
8088
8764
  {
8089
- "name": "vaso2",
8765
+ "name": "Vasyl Iatsenko",
8090
8766
  "github": "vaso2"
8091
8767
  }
8092
8768
  ],
@@ -8130,8 +8806,9 @@
8130
8806
  "type": "3rd-party",
8131
8807
  "maintainers": [
8132
8808
  {
8133
- "name": "moritzsternemann",
8134
- "github": "moritzsternemann"
8809
+ "name": "Moritz Sternemann",
8810
+ "github": "moritzsternemann",
8811
+ "twitter": "strnmn"
8135
8812
  }
8136
8813
  ],
8137
8814
  "compatibility": {
@@ -8152,7 +8829,7 @@
8152
8829
  "type": "3rd-party",
8153
8830
  "maintainers": [
8154
8831
  {
8155
- "name": "Hebilicious",
8832
+ "name": "Heb",
8156
8833
  "github": "Hebilicious",
8157
8834
  "twitter": "its_hebilicious"
8158
8835
  }
@@ -8175,7 +8852,7 @@
8175
8852
  "type": "3rd-party",
8176
8853
  "maintainers": [
8177
8854
  {
8178
- "name": "madmod",
8855
+ "name": "John Wells",
8179
8856
  "github": "madmod"
8180
8857
  }
8181
8858
  ],
@@ -8268,8 +8945,9 @@
8268
8945
  "type": "3rd-party",
8269
8946
  "maintainers": [
8270
8947
  {
8271
- "name": "posva",
8272
- "github": "posva"
8948
+ "name": "Eduardo San Martin Morote",
8949
+ "github": "posva",
8950
+ "twitter": "posva"
8273
8951
  }
8274
8952
  ],
8275
8953
  "compatibility": {
@@ -8348,18 +9026,19 @@
8348
9026
  {
8349
9027
  "name": "vuetify-nuxt-module",
8350
9028
  "description": "Zero-config Nuxt Module for Vuetify.",
8351
- "repo": "userquin/vuetify-nuxt-module",
9029
+ "repo": "vuetifyjs/nuxt-module",
8352
9030
  "npm": "vuetify-nuxt-module",
8353
9031
  "icon": "vuetify-logo-v3-dark.svg",
8354
- "github": "https://github.com/userquin/vuetify-nuxt-module",
8355
- "website": "https://vuetify-nuxt-module.netlify.app/",
8356
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
9032
+ "github": "https://github.com/vuetifyjs/nuxt-module",
9033
+ "website": "https://nuxt.vuetifyjs.com/",
9034
+ "learn_more": "https://github.com/vuetifyjs/nuxt-module/blob/main/README.md",
8357
9035
  "category": "UI",
8358
9036
  "type": "3rd-party",
8359
9037
  "maintainers": [
8360
9038
  {
8361
9039
  "name": "Joaquín Sánchez",
8362
- "github": "userquin"
9040
+ "github": "userquin",
9041
+ "bluesky": "userquin.bsky.social"
8363
9042
  }
8364
9043
  ],
8365
9044
  "compatibility": {
@@ -8381,12 +9060,14 @@
8381
9060
  "maintainers": [
8382
9061
  {
8383
9062
  "name": "Kevin Marrec",
8384
- "github": "kevinmarrec"
9063
+ "github": "kevinmarrec",
9064
+ "twitter": "K_Marrec"
8385
9065
  },
8386
9066
  {
8387
9067
  "name": "Pooya Parsa",
8388
9068
  "github": "pi0",
8389
- "twitter": "_pi0_"
9069
+ "twitter": "_pi0_",
9070
+ "bluesky": "pi0.io"
8390
9071
  }
8391
9072
  ],
8392
9073
  "compatibility": {
@@ -8409,7 +9090,8 @@
8409
9090
  {
8410
9091
  "name": "Anthony Fu",
8411
9092
  "github": "antfu",
8412
- "twitter": "antfu7"
9093
+ "twitter": "antfu7",
9094
+ "bluesky": "antfu.me"
8413
9095
  }
8414
9096
  ],
8415
9097
  "compatibility": {
@@ -8433,7 +9115,7 @@
8433
9115
  "type": "3rd-party",
8434
9116
  "maintainers": [
8435
9117
  {
8436
- "name": "paulgv",
9118
+ "name": "Paul Gascou-Vaillancourt",
8437
9119
  "github": "paulgv"
8438
9120
  }
8439
9121
  ],
@@ -8478,18 +9160,21 @@
8478
9160
  "type": "community",
8479
9161
  "maintainers": [
8480
9162
  {
8481
- "name": "daliborgogic",
8482
- "github": "daliborgogic"
9163
+ "name": "Dalibor Gogic",
9164
+ "github": "daliborgogic",
9165
+ "twitter": "dalibor_gogic"
8483
9166
  },
8484
9167
  {
8485
9168
  "name": "Pooya Parsa",
8486
9169
  "github": "pi0",
8487
- "twitter": "_pi0_"
9170
+ "twitter": "_pi0_",
9171
+ "bluesky": "pi0.io"
8488
9172
  },
8489
9173
  {
8490
- "name": "Sebastien Chopin",
9174
+ "name": "Sébastien Chopin",
8491
9175
  "github": "Atinux",
8492
- "twitter": "Atinux"
9176
+ "twitter": "Atinux",
9177
+ "bluesky": "atinux.com"
8493
9178
  }
8494
9179
  ],
8495
9180
  "compatibility": {
@@ -8535,7 +9220,9 @@
8535
9220
  "maintainers": [
8536
9221
  {
8537
9222
  "name": "Yizack Rangel",
8538
- "github": "yizack"
9223
+ "github": "yizack",
9224
+ "twitter": "YizackR",
9225
+ "bluesky": "yizack.com"
8539
9226
  }
8540
9227
  ],
8541
9228
  "compatibility": {
@@ -8557,7 +9244,8 @@
8557
9244
  "maintainers": [
8558
9245
  {
8559
9246
  "name": "Harlan Wilton",
8560
- "github": "harlan-zw"
9247
+ "github": "harlan-zw",
9248
+ "twitter": "harlan_zw"
8561
9249
  }
8562
9250
  ],
8563
9251
  "compatibility": {
@@ -8582,7 +9270,8 @@
8582
9270
  {
8583
9271
  "name": "Pooya Parsa",
8584
9272
  "github": "pi0",
8585
- "twitter": "_pi0_"
9273
+ "twitter": "_pi0_",
9274
+ "bluesky": "pi0.io"
8586
9275
  }
8587
9276
  ],
8588
9277
  "compatibility": {
@@ -8603,7 +9292,7 @@
8603
9292
  "type": "3rd-party",
8604
9293
  "maintainers": [
8605
9294
  {
8606
- "name": "paulgv",
9295
+ "name": "Paul Gascou-Vaillancourt",
8607
9296
  "github": "paulgv"
8608
9297
  }
8609
9298
  ],
@@ -8627,7 +9316,8 @@
8627
9316
  {
8628
9317
  "name": "Pooya Parsa",
8629
9318
  "github": "pi0",
8630
- "twitter": "_pi0_"
9319
+ "twitter": "_pi0_",
9320
+ "bluesky": "pi0.io"
8631
9321
  }
8632
9322
  ],
8633
9323
  "compatibility": {
@@ -8703,7 +9393,8 @@
8703
9393
  {
8704
9394
  "name": "Anthony Fu",
8705
9395
  "github": "antfu",
8706
- "twitter": "antfu7"
9396
+ "twitter": "antfu7",
9397
+ "bluesky": "antfu.me"
8707
9398
  }
8708
9399
  ],
8709
9400
  "compatibility": {
@@ -8726,8 +9417,9 @@
8726
9417
  "type": "3rd-party",
8727
9418
  "maintainers": [
8728
9419
  {
8729
- "name": "aaronransley",
8730
- "github": "aaronransley"
9420
+ "name": "Aaron Ransley",
9421
+ "github": "aaronransley",
9422
+ "twitter": "aaronransley"
8731
9423
  }
8732
9424
  ],
8733
9425
  "compatibility": {
@@ -8770,7 +9462,7 @@
8770
9462
  "type": "3rd-party",
8771
9463
  "maintainers": [
8772
9464
  {
8773
- "name": "gaetansenn",
9465
+ "name": "Gaetan SENN",
8774
9466
  "github": "gaetansenn"
8775
9467
  }
8776
9468
  ],
@@ -8817,7 +9509,7 @@
8817
9509
  "type": "3rd-party",
8818
9510
  "maintainers": [
8819
9511
  {
8820
- "name": "MetaCorp",
9512
+ "name": "Léopold Szabatura",
8821
9513
  "github": "MetaCorp"
8822
9514
  }
8823
9515
  ],