@nuxt/modules 0.5.0-e1125e → 0.5.0-e29ba5

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 (3) hide show
  1. package/modules.json +1443 -627
  2. package/package.json +1 -1
  3. package/categories.json +0 -21
package/modules.json CHANGED
@@ -22,33 +22,61 @@
22
22
  }
23
23
  ],
24
24
  "compatibility": {
25
- "2.x": "working",
26
- "2.x-bridge": "unknown",
27
- "3.x": "unknown"
25
+ "nuxt": "^2.0.0",
26
+ "requires": {}
28
27
  }
29
28
  },
30
29
  {
31
- "name": "adyen",
32
- "description": "Adyen Payment Module for Nuxt.js",
33
- "repo": "baroshem/nuxt-adyen-module",
34
- "npm": "nuxt-adyen-module",
35
- "icon": "adyen.svg",
36
- "github": "https://github.com/baroshem/nuxt-adyen-module",
37
- "website": "https://www.npmjs.com/package/nuxt-adyen-module",
38
- "learn_more": "https://www.npmjs.com/package/nuxt-adyen-module",
39
- "category": "Payment",
30
+ "name": "agility-cms",
31
+ "description": "Agility CMS Integration for Nuxt.js",
32
+ "repo": "agility/agilitycms-nuxt-module",
33
+ "npm": "@agility/agilitycms-nuxt-module",
34
+ "icon": "agility.png",
35
+ "github": "https://github.com/agility/agilitycms-nuxt-module",
36
+ "website": "https://github.com/agility/agilitycms-nuxt-module",
37
+ "learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
38
+ "category": "CMS",
40
39
  "type": "3rd-party",
40
+ "maintainers": [
41
+ {
42
+ "name": "Joel Varty",
43
+ "github": "joelvarty",
44
+ "avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
45
+ }
46
+ ],
47
+ "compatibility": {
48
+ "nuxt": "^2.0.0",
49
+ "requires": {}
50
+ }
51
+ },
52
+ {
53
+ "name": "algolia",
54
+ "description": "Algolia Search Module for Nuxt 3",
55
+ "repo": "nuxt-modules/algolia",
56
+ "npm": "@nuxtjs/algolia",
57
+ "icon": "algolia.svg",
58
+ "github": "https://github.com/nuxt-modules/algolia",
59
+ "website": "https://algolia.nuxtjs.org/",
60
+ "learn_more": "https://algolia.nuxtjs.org/",
61
+ "category": "Libraries",
62
+ "type": "community",
41
63
  "maintainers": [
42
64
  {
43
65
  "name": "Jakub Andrzejewski",
44
66
  "github": "Baroshem",
45
67
  "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
68
+ },
69
+ {
70
+ "name": "Yasser Lahbibi",
71
+ "github": "yassilah",
72
+ "avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
46
73
  }
47
74
  ],
48
75
  "compatibility": {
49
- "2.x": "working",
50
- "2.x-bridge": "unknown",
51
- "3.x": "unknown"
76
+ "nuxt": "^2.0.0 || ^3.0.0",
77
+ "requires": {
78
+ "bridge": true
79
+ }
52
80
  }
53
81
  },
54
82
  {
@@ -69,9 +97,8 @@
69
97
  }
70
98
  ],
71
99
  "compatibility": {
72
- "2.x": "working",
73
- "2.x-bridge": "unknown",
74
- "3.x": "unknown"
100
+ "nuxt": "^2.0.0",
101
+ "requires": {}
75
102
  }
76
103
  },
77
104
  {
@@ -93,9 +120,8 @@
93
120
  }
94
121
  ],
95
122
  "compatibility": {
96
- "2.x": "working",
97
- "2.x-bridge": "unknown",
98
- "3.x": "unknown"
123
+ "nuxt": "^2.0.0",
124
+ "requires": {}
99
125
  }
100
126
  },
101
127
  {
@@ -116,9 +142,32 @@
116
142
  }
117
143
  ],
118
144
  "compatibility": {
119
- "2.x": "working",
120
- "2.x-bridge": "unknown",
121
- "3.x": "unknown"
145
+ "nuxt": "^2.0.0",
146
+ "requires": {}
147
+ }
148
+ },
149
+ {
150
+ "name": "api-party",
151
+ "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
152
+ "repo": "johannschopplich/nuxt-api-party",
153
+ "npm": "nuxt-api-party",
154
+ "icon": "api-party.svg",
155
+ "github": "https://github.com/johannschopplich/nuxt-api-party",
156
+ "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
157
+ "learn_more": "",
158
+ "category": "Request",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "Johann Schopplich",
163
+ "github": "johannschopplich",
164
+ "twitter": "jschopplich",
165
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
166
+ }
167
+ ],
168
+ "compatibility": {
169
+ "nuxt": "^3.0.0",
170
+ "requires": {}
122
171
  }
123
172
  },
124
173
  {
@@ -141,36 +190,32 @@
141
190
  }
142
191
  ],
143
192
  "compatibility": {
144
- "2.x": "working",
145
- "2.x-bridge": "unknown",
146
- "3.x": "unknown"
193
+ "nuxt": "^2.0.0",
194
+ "requires": {}
147
195
  }
148
196
  },
149
197
  {
150
198
  "name": "apollo",
151
199
  "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
152
- "repo": "nuxt-community/apollo-module",
200
+ "repo": "nuxt-modules/apollo",
153
201
  "npm": "@nuxtjs/apollo",
154
202
  "icon": "apollo.png",
155
- "github": "https://github.com/nuxt-community/apollo-module",
156
- "website": "https://github.com/nuxt-community/apollo-module",
203
+ "github": "https://github.com/nuxt-modules/apollo",
204
+ "website": "https://apollo.nuxtjs.org",
157
205
  "learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
158
206
  "category": "Request",
159
207
  "type": "community",
160
208
  "maintainers": [
161
209
  {
162
- "name": "Lam Kieu",
163
- "github": "kieusonlam"
164
- },
165
- {
166
- "name": "Dominic Garms",
167
- "github": "dohomi"
210
+ "name": "Conrawl Rogers",
211
+ "github": "diizzayy",
212
+ "twitter": "diizzayy",
213
+ "avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
168
214
  }
169
215
  ],
170
216
  "compatibility": {
171
- "2.x": "working",
172
- "2.x-bridge": "not-working",
173
- "3.x": "not-working"
217
+ "nuxt": "^2.0.0 || ^3.0.0",
218
+ "requires": {}
174
219
  }
175
220
  },
176
221
  {
@@ -191,9 +236,8 @@
191
236
  }
192
237
  ],
193
238
  "compatibility": {
194
- "2.x": "working",
195
- "2.x-bridge": "unknown",
196
- "3.x": "unknown"
239
+ "nuxt": "^2.0.0",
240
+ "requires": {}
197
241
  }
198
242
  },
199
243
  {
@@ -214,9 +258,8 @@
214
258
  }
215
259
  ],
216
260
  "compatibility": {
217
- "2.x": "working",
218
- "2.x-bridge": "unknown",
219
- "3.x": "unknown"
261
+ "nuxt": "^2.0.0",
262
+ "requires": {}
220
263
  }
221
264
  },
222
265
  {
@@ -242,9 +285,8 @@
242
285
  }
243
286
  ],
244
287
  "compatibility": {
245
- "2.x": "working",
246
- "2.x-bridge": "wip",
247
- "3.x": "wip"
288
+ "nuxt": "^2.0.0",
289
+ "requires": {}
248
290
  }
249
291
  },
250
292
  {
@@ -266,9 +308,8 @@
266
308
  }
267
309
  ],
268
310
  "compatibility": {
269
- "2.x": "working",
270
- "2.x-bridge": "working",
271
- "3.x": "unknown"
311
+ "nuxt": "^2.0.0",
312
+ "requires": {}
272
313
  }
273
314
  },
274
315
  {
@@ -289,33 +330,8 @@
289
330
  }
290
331
  ],
291
332
  "compatibility": {
292
- "2.x": "working",
293
- "2.x-bridge": "unknown",
294
- "3.x": "unknown"
295
- }
296
- },
297
- {
298
- "name": "bigcommerce",
299
- "description": "Easy BigCommerce integration for Nuxt.js",
300
- "repo": "baroshem/nuxt-bigcommerce",
301
- "npm": "nuxt-bigcommerce",
302
- "icon": "bigcommerce.svg",
303
- "github": "https://github.com/baroshem/nuxt-bigcommerce",
304
- "website": "https://nuxt-bigcommerce.vercel.app/",
305
- "learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
306
- "category": "Ecommerce",
307
- "type": "3rd-party",
308
- "maintainers": [
309
- {
310
- "name": "Jakub Andrzejewski",
311
- "github": "Baroshem",
312
- "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
313
- }
314
- ],
315
- "compatibility": {
316
- "2.x": "working",
317
- "2.x-bridge": "unknown",
318
- "3.x": "unknown"
333
+ "nuxt": "^2.0.0",
334
+ "requires": {}
319
335
  }
320
336
  },
321
337
  {
@@ -346,9 +362,8 @@
346
362
  }
347
363
  ],
348
364
  "compatibility": {
349
- "2.x": "working",
350
- "2.x-bridge": "unknown",
351
- "3.x": "unknown"
365
+ "nuxt": "^2.0.0",
366
+ "requires": {}
352
367
  }
353
368
  },
354
369
  {
@@ -370,9 +385,8 @@
370
385
  }
371
386
  ],
372
387
  "compatibility": {
373
- "2.x": "working",
374
- "2.x-bridge": "unknown",
375
- "3.x": "unknown"
388
+ "nuxt": "^2.0.0",
389
+ "requires": {}
376
390
  }
377
391
  },
378
392
  {
@@ -393,14 +407,13 @@
393
407
  }
394
408
  ],
395
409
  "compatibility": {
396
- "2.x": "working",
397
- "2.x-bridge": "unknown",
398
- "3.x": "unknown"
410
+ "nuxt": "^2.0.0",
411
+ "requires": {}
399
412
  }
400
413
  },
401
414
  {
402
415
  "name": "bugsnag",
403
- "description": "Bugsnag module for nuxt.js",
416
+ "description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
404
417
  "repo": "JulianMar/nuxt-bugsnag",
405
418
  "npm": "nuxt-bugsnag",
406
419
  "icon": "bugsnag.png",
@@ -412,13 +425,15 @@
412
425
  "maintainers": [
413
426
  {
414
427
  "name": "JulianMar",
415
- "github": "JulianMar"
428
+ "github": "JulianMar",
429
+ "twitter": "julian_martin96"
416
430
  }
417
431
  ],
418
432
  "compatibility": {
419
- "2.x": "working",
420
- "2.x-bridge": "unknown",
421
- "3.x": "unknown"
433
+ "nuxt": "^2.0.0 || ^3.0.0",
434
+ "requires": {
435
+ "bridge": true
436
+ }
422
437
  }
423
438
  },
424
439
  {
@@ -439,9 +454,8 @@
439
454
  }
440
455
  ],
441
456
  "compatibility": {
442
- "2.x": "working",
443
- "2.x-bridge": "unknown",
444
- "3.x": "unknown"
457
+ "nuxt": "^2.0.0",
458
+ "requires": {}
445
459
  }
446
460
  },
447
461
  {
@@ -462,14 +476,13 @@
462
476
  }
463
477
  ],
464
478
  "compatibility": {
465
- "2.x": "working",
466
- "2.x-bridge": "unknown",
467
- "3.x": "unknown"
479
+ "nuxt": "^2.0.0",
480
+ "requires": {}
468
481
  }
469
482
  },
470
483
  {
471
484
  "name": "canvas-sketch",
472
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
485
+ "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
473
486
  "repo": "LuXDAmore/generative-art",
474
487
  "npm": "@luxdamore/nuxt-canvas-sketch",
475
488
  "icon": "",
@@ -486,9 +499,8 @@
486
499
  }
487
500
  ],
488
501
  "compatibility": {
489
- "2.x": "working",
490
- "2.x-bridge": "unknown",
491
- "3.x": "unknown"
502
+ "nuxt": "^2.0.0",
503
+ "requires": {}
492
504
  }
493
505
  },
494
506
  {
@@ -509,9 +521,8 @@
509
521
  }
510
522
  ],
511
523
  "compatibility": {
512
- "2.x": "working",
513
- "2.x-bridge": "unknown",
514
- "3.x": "unknown"
524
+ "nuxt": "^2.0.0",
525
+ "requires": {}
515
526
  }
516
527
  },
517
528
  {
@@ -532,9 +543,8 @@
532
543
  }
533
544
  ],
534
545
  "compatibility": {
535
- "2.x": "working",
536
- "2.x-bridge": "unknown",
537
- "3.x": "unknown"
546
+ "nuxt": "^2.0.0",
547
+ "requires": {}
538
548
  }
539
549
  },
540
550
  {
@@ -555,9 +565,8 @@
555
565
  }
556
566
  ],
557
567
  "compatibility": {
558
- "2.x": "working",
559
- "2.x-bridge": "unknown",
560
- "3.x": "unknown"
568
+ "nuxt": "^2.0.0",
569
+ "requires": {}
561
570
  }
562
571
  },
563
572
  {
@@ -578,9 +587,8 @@
578
587
  }
579
588
  ],
580
589
  "compatibility": {
581
- "2.x": "working",
582
- "2.x-bridge": "unknown",
583
- "3.x": "unknown"
590
+ "nuxt": "^2.0.0",
591
+ "requires": {}
584
592
  }
585
593
  },
586
594
  {
@@ -602,9 +610,8 @@
602
610
  }
603
611
  ],
604
612
  "compatibility": {
605
- "2.x": "working",
606
- "2.x-bridge": "unknown",
607
- "3.x": "not-working"
613
+ "nuxt": "^2.0.0",
614
+ "requires": {}
608
615
  }
609
616
  },
610
617
  {
@@ -626,9 +633,10 @@
626
633
  }
627
634
  ],
628
635
  "compatibility": {
629
- "2.x": "working",
630
- "2.x-bridge": "working",
631
- "3.x": "unknown"
636
+ "nuxt": "^2.0.0 || ^3.0.0",
637
+ "requires": {
638
+ "bridge": "optional"
639
+ }
632
640
  }
633
641
  },
634
642
  {
@@ -650,9 +658,8 @@
650
658
  }
651
659
  ],
652
660
  "compatibility": {
653
- "2.x": "working",
654
- "2.x-bridge": "unknown",
655
- "3.x": "unknown"
661
+ "nuxt": "^2.0.0",
662
+ "requires": {}
656
663
  }
657
664
  },
658
665
  {
@@ -674,17 +681,16 @@
674
681
  }
675
682
  ],
676
683
  "compatibility": {
677
- "2.x": "working",
678
- "2.x-bridge": "unknown",
679
- "3.x": "unknown"
684
+ "nuxt": "^2.0.0",
685
+ "requires": {}
680
686
  }
681
687
  },
682
688
  {
683
689
  "name": "content",
684
- "description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
685
- "repo": "nuxt/content#master/packages/content",
690
+ "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
691
+ "repo": "nuxt/content#main",
686
692
  "npm": "@nuxt/content",
687
- "icon": "content.png",
693
+ "icon": "nuxt.png",
688
694
  "github": "https://github.com/nuxt/content",
689
695
  "website": "https://content.nuxtjs.org",
690
696
  "learn_more": "",
@@ -692,9 +698,14 @@
692
698
  "type": "official",
693
699
  "maintainers": [
694
700
  {
695
- "name": "Benjamin Canac",
696
- "github": "benjamincanac",
697
- "twitter": "benjamincanac"
701
+ "name": "Yaël Guilloux",
702
+ "github": "Tahul",
703
+ "twitter": "yaeeelglx"
704
+ },
705
+ {
706
+ "name": "Ahad Birang",
707
+ "github": "farnabaz",
708
+ "twitter": "a_birang"
698
709
  },
699
710
  {
700
711
  "name": "Sebastien Chopin",
@@ -703,9 +714,8 @@
703
714
  }
704
715
  ],
705
716
  "compatibility": {
706
- "2.x": "working",
707
- "2.x-bridge": "not-working",
708
- "3.x": "not-working"
717
+ "nuxt": "^2.0.0 || ^3.0.0",
718
+ "requires": {}
709
719
  }
710
720
  },
711
721
  {
@@ -726,9 +736,8 @@
726
736
  }
727
737
  ],
728
738
  "compatibility": {
729
- "2.x": "working",
730
- "2.x-bridge": "unknown",
731
- "3.x": "unknown"
739
+ "nuxt": "^2.0.0",
740
+ "requires": {}
732
741
  }
733
742
  },
734
743
  {
@@ -753,9 +762,8 @@
753
762
  }
754
763
  ],
755
764
  "compatibility": {
756
- "2.x": "working",
757
- "2.x-bridge": "unknown",
758
- "3.x": "unknown"
765
+ "nuxt": "^2.0.0",
766
+ "requires": {}
759
767
  }
760
768
  },
761
769
  {
@@ -776,9 +784,8 @@
776
784
  }
777
785
  ],
778
786
  "compatibility": {
779
- "2.x": "working",
780
- "2.x-bridge": "unknown",
781
- "3.x": "unknown"
787
+ "nuxt": "^2.0.0",
788
+ "requires": {}
782
789
  }
783
790
  },
784
791
  {
@@ -799,9 +806,30 @@
799
806
  }
800
807
  ],
801
808
  "compatibility": {
802
- "2.x": "working",
803
- "2.x-bridge": "wip",
804
- "3.x": "wip"
809
+ "nuxt": "^2.0.0",
810
+ "requires": {}
811
+ }
812
+ },
813
+ {
814
+ "name": "datocms",
815
+ "description": "DatoCMS integration for Nuxt.js",
816
+ "repo": "voorhoede/nuxt-datocms-module",
817
+ "npm": "@voorhoede/nuxt-datocms-module",
818
+ "icon": "datocms.png",
819
+ "github": "https://github.com/voorhoede/nuxt-datocms-module",
820
+ "website": "https://github.com/voorhoede/nuxt-datocms-module",
821
+ "learn_more": "https://www.datocms.com/",
822
+ "category": "CMS",
823
+ "type": "3rd-party",
824
+ "maintainers": [
825
+ {
826
+ "name": "Frankwarnaar",
827
+ "github": "Frankwarnaar"
828
+ }
829
+ ],
830
+ "compatibility": {
831
+ "nuxt": "^2.0.0",
832
+ "requires": {}
805
833
  }
806
834
  },
807
835
  {
@@ -823,9 +851,31 @@
823
851
  }
824
852
  ],
825
853
  "compatibility": {
826
- "2.x": "working",
827
- "2.x-bridge": "unknown",
828
- "3.x": "unknown"
854
+ "nuxt": "^2.0.0",
855
+ "requires": {}
856
+ }
857
+ },
858
+ {
859
+ "name": "delay-hydration",
860
+ "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
861
+ "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
862
+ "npm": "nuxt-delay-hydration",
863
+ "icon": "lighthouse.svg",
864
+ "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
865
+ "website": "https://github.com/harlan-zw/nuxt-delay-hydration",
866
+ "learn_more": "",
867
+ "category": "Performance",
868
+ "type": "3rd-party",
869
+ "maintainers": [
870
+ {
871
+ "name": "Harlan Wilton",
872
+ "github": "harlan-zw",
873
+ "twitter": "harlan_zw"
874
+ }
875
+ ],
876
+ "compatibility": {
877
+ "nuxt": "^2.0.0",
878
+ "requires": {}
829
879
  }
830
880
  },
831
881
  {
@@ -846,9 +896,33 @@
846
896
  }
847
897
  ],
848
898
  "compatibility": {
849
- "2.x": "working",
850
- "2.x-bridge": "unknown",
851
- "3.x": "unknown"
899
+ "nuxt": "^2.0.0",
900
+ "requires": {}
901
+ }
902
+ },
903
+ {
904
+ "name": "directus",
905
+ "description": "Easily connect your Nuxt3 application to your directus server.",
906
+ "repo": "intevel/nuxt-directus",
907
+ "npm": "nuxt-directus",
908
+ "icon": "directus.svg",
909
+ "github": "https://github.com/intevel/nuxt-directus/",
910
+ "website": "https://nuxt-directus.netlify.app/",
911
+ "learn_more": "https://nuxt-directus.netlify.app/",
912
+ "category": "CMS",
913
+ "type": "3rd-party",
914
+ "maintainers": [
915
+ {
916
+ "name": "Conner Bachmann",
917
+ "github": "intevel",
918
+ "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
919
+ }
920
+ ],
921
+ "compatibility": {
922
+ "nuxt": "^2.0.0 || ^3.0.0",
923
+ "requires": {
924
+ "bridge": true
925
+ }
852
926
  }
853
927
  },
854
928
  {
@@ -869,9 +943,41 @@
869
943
  }
870
944
  ],
871
945
  "compatibility": {
872
- "2.x": "working",
873
- "2.x-bridge": "unknown",
874
- "3.x": "unknown"
946
+ "nuxt": "^2.0.0",
947
+ "requires": {}
948
+ }
949
+ },
950
+ {
951
+ "name": "drupal-ce",
952
+ "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
953
+ "repo": "drunomics/nuxtjs-drupal-ce",
954
+ "npm": "nuxtjs-drupal-ce",
955
+ "icon": "drupal-ce.png",
956
+ "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
957
+ "website": "https://stack.lupus.digital",
958
+ "learn_more": "https://stack.lupus.digital/2-resources/learning",
959
+ "category": "CMS",
960
+ "type": "3rd-party",
961
+ "maintainers": [
962
+ {
963
+ "name": "Wolfgang Ziegler // fago",
964
+ "github": "fago",
965
+ "avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
966
+ },
967
+ {
968
+ "name": "Maximilian Götz-Mikus",
969
+ "github": "maximilianmikus",
970
+ "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
971
+ },
972
+ {
973
+ "name": "David Licen",
974
+ "github": "davision",
975
+ "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
976
+ }
977
+ ],
978
+ "compatibility": {
979
+ "nuxt": "^2.0.0",
980
+ "requires": {}
875
981
  }
876
982
  },
877
983
  {
@@ -892,9 +998,8 @@
892
998
  }
893
999
  ],
894
1000
  "compatibility": {
895
- "2.x": "working",
896
- "2.x-bridge": "unknown",
897
- "3.x": "unknown"
1001
+ "nuxt": "^2.0.0",
1002
+ "requires": {}
898
1003
  }
899
1004
  },
900
1005
  {
@@ -916,9 +1021,8 @@
916
1021
  }
917
1022
  ],
918
1023
  "compatibility": {
919
- "2.x": "working",
920
- "2.x-bridge": "unknown",
921
- "3.x": "unknown"
1024
+ "nuxt": "^2.0.0",
1025
+ "requires": {}
922
1026
  }
923
1027
  },
924
1028
  {
@@ -939,9 +1043,8 @@
939
1043
  }
940
1044
  ],
941
1045
  "compatibility": {
942
- "2.x": "working",
943
- "2.x-bridge": "unknown",
944
- "3.x": "unknown"
1046
+ "nuxt": "^2.0.0",
1047
+ "requires": {}
945
1048
  }
946
1049
  },
947
1050
  {
@@ -962,9 +1065,8 @@
962
1065
  }
963
1066
  ],
964
1067
  "compatibility": {
965
- "2.x": "working",
966
- "2.x-bridge": "unknown",
967
- "3.x": "unknown"
1068
+ "nuxt": "^2.0.0",
1069
+ "requires": {}
968
1070
  }
969
1071
  },
970
1072
  {
@@ -985,9 +1087,8 @@
985
1087
  }
986
1088
  ],
987
1089
  "compatibility": {
988
- "2.x": "working",
989
- "2.x-bridge": "unknown",
990
- "3.x": "unknown"
1090
+ "nuxt": "^2.0.0",
1091
+ "requires": {}
991
1092
  }
992
1093
  },
993
1094
  {
@@ -1008,14 +1109,13 @@
1008
1109
  }
1009
1110
  ],
1010
1111
  "compatibility": {
1011
- "2.x": "working",
1012
- "2.x-bridge": "unknown",
1013
- "3.x": "unknown"
1112
+ "nuxt": "^2.0.0",
1113
+ "requires": {}
1014
1114
  }
1015
1115
  },
1016
1116
  {
1017
1117
  "name": "feed",
1018
- "description": "Feed module enables everyone to have RSS, Atom and Json.",
1118
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
1019
1119
  "repo": "nuxt-community/feed-module",
1020
1120
  "npm": "@nuxtjs/feed",
1021
1121
  "icon": "",
@@ -1032,15 +1132,14 @@
1032
1132
  }
1033
1133
  ],
1034
1134
  "compatibility": {
1035
- "2.x": "working",
1036
- "2.x-bridge": "unknown",
1037
- "3.x": "unknown"
1135
+ "nuxt": "^2.0.0",
1136
+ "requires": {}
1038
1137
  }
1039
1138
  },
1040
1139
  {
1041
1140
  "name": "firebase",
1042
1141
  "description": "Integrate Firebase into your Nuxt project.",
1043
- "repo": "nuxt-community/firebase-module",
1142
+ "repo": "nuxt-community/firebase-module#master/packages/firebase-module",
1044
1143
  "npm": "@nuxtjs/firebase",
1045
1144
  "icon": "firebase.png",
1046
1145
  "github": "https://github.com/nuxt-community/firebase-module",
@@ -1055,9 +1154,8 @@
1055
1154
  }
1056
1155
  ],
1057
1156
  "compatibility": {
1058
- "2.x": "working",
1059
- "2.x-bridge": "unknown",
1060
- "3.x": "unknown"
1157
+ "nuxt": "^2.0.0",
1158
+ "requires": {}
1061
1159
  }
1062
1160
  },
1063
1161
  {
@@ -1078,9 +1176,8 @@
1078
1176
  }
1079
1177
  ],
1080
1178
  "compatibility": {
1081
- "2.x": "working",
1082
- "2.x-bridge": "unknown",
1083
- "3.x": "unknown"
1179
+ "nuxt": "^2.0.0",
1180
+ "requires": {}
1084
1181
  }
1085
1182
  },
1086
1183
  {
@@ -1101,9 +1198,8 @@
1101
1198
  }
1102
1199
  ],
1103
1200
  "compatibility": {
1104
- "2.x": "working",
1105
- "2.x-bridge": "unknown",
1106
- "3.x": "unknown"
1201
+ "nuxt": "^2.0.0",
1202
+ "requires": {}
1107
1203
  }
1108
1204
  },
1109
1205
  {
@@ -1124,9 +1220,8 @@
1124
1220
  }
1125
1221
  ],
1126
1222
  "compatibility": {
1127
- "2.x": "working",
1128
- "2.x-bridge": "unknown",
1129
- "3.x": "unknown"
1223
+ "nuxt": "^2.0.0",
1224
+ "requires": {}
1130
1225
  }
1131
1226
  },
1132
1227
  {
@@ -1147,9 +1242,36 @@
1147
1242
  }
1148
1243
  ],
1149
1244
  "compatibility": {
1150
- "2.x": "working",
1151
- "2.x-bridge": "unknown",
1152
- "3.x": "unknown"
1245
+ "nuxt": "^2.0.0",
1246
+ "requires": {}
1247
+ }
1248
+ },
1249
+ {
1250
+ "name": "formkit",
1251
+ "description": "Seamless FormKit integration for Nuxt",
1252
+ "repo": "formkit/formkit#master/packages/nuxt",
1253
+ "npm": "@formkit/nuxt",
1254
+ "icon": "formkit.png",
1255
+ "github": "https://github.com/formkit/formkit",
1256
+ "website": "https://formkit.com",
1257
+ "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1258
+ "category": "Libraries",
1259
+ "type": "3rd-party",
1260
+ "maintainers": [
1261
+ {
1262
+ "name": "Justin Schroeder",
1263
+ "github": "justin-schroeder",
1264
+ "twitter": "jpschroeder"
1265
+ },
1266
+ {
1267
+ "name": "Andrew Boyd",
1268
+ "github": "andrew-boyd",
1269
+ "twitter": "0xBOYD"
1270
+ }
1271
+ ],
1272
+ "compatibility": {
1273
+ "nuxt": "^3.0.0",
1274
+ "requires": {}
1153
1275
  }
1154
1276
  },
1155
1277
  {
@@ -1170,9 +1292,8 @@
1170
1292
  }
1171
1293
  ],
1172
1294
  "compatibility": {
1173
- "2.x": "working",
1174
- "2.x-bridge": "unknown",
1175
- "3.x": "unknown"
1295
+ "nuxt": "^2.0.0",
1296
+ "requires": {}
1176
1297
  }
1177
1298
  },
1178
1299
  {
@@ -1193,9 +1314,8 @@
1193
1314
  }
1194
1315
  ],
1195
1316
  "compatibility": {
1196
- "2.x": "working",
1197
- "2.x-bridge": "unknown",
1198
- "3.x": "unknown"
1317
+ "nuxt": "^2.0.0",
1318
+ "requires": {}
1199
1319
  }
1200
1320
  },
1201
1321
  {
@@ -1216,9 +1336,8 @@
1216
1336
  }
1217
1337
  ],
1218
1338
  "compatibility": {
1219
- "2.x": "working",
1220
- "2.x-bridge": "unknown",
1221
- "3.x": "unknown"
1339
+ "nuxt": "^2.0.0",
1340
+ "requires": {}
1222
1341
  }
1223
1342
  },
1224
1343
  {
@@ -1249,9 +1368,8 @@
1249
1368
  }
1250
1369
  ],
1251
1370
  "compatibility": {
1252
- "2.x": "working",
1253
- "2.x-bridge": "unknown",
1254
- "3.x": "unknown"
1371
+ "nuxt": "^2.0.0",
1372
+ "requires": {}
1255
1373
  }
1256
1374
  },
1257
1375
  {
@@ -1272,9 +1390,10 @@
1272
1390
  }
1273
1391
  ],
1274
1392
  "compatibility": {
1275
- "2.x": "working",
1276
- "2.x-bridge": "unknown",
1277
- "3.x": "unknown"
1393
+ "nuxt": "^2.0.0 || ^3.0.0",
1394
+ "requires": {
1395
+ "bridge": "optional"
1396
+ }
1278
1397
  }
1279
1398
  },
1280
1399
  {
@@ -1299,9 +1418,8 @@
1299
1418
  }
1300
1419
  ],
1301
1420
  "compatibility": {
1302
- "2.x": "working",
1303
- "2.x-bridge": "unknown",
1304
- "3.x": "unknown"
1421
+ "nuxt": "^2.0.0",
1422
+ "requires": {}
1305
1423
  }
1306
1424
  },
1307
1425
  {
@@ -1333,9 +1451,30 @@
1333
1451
  }
1334
1452
  ],
1335
1453
  "compatibility": {
1336
- "2.x": "working",
1337
- "2.x-bridge": "unknown",
1338
- "3.x": "unknown"
1454
+ "nuxt": "^2.0.0",
1455
+ "requires": {}
1456
+ }
1457
+ },
1458
+ {
1459
+ "name": "graphql-client",
1460
+ "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
1461
+ "repo": "diizzayy/nuxt-graphql-client",
1462
+ "npm": "nuxt-graphql-client",
1463
+ "icon": "graphql-client.svg",
1464
+ "github": "https://github.com/diizzayy/nuxt-graphql-client",
1465
+ "website": "https://github.com/diizzayy/nuxt-graphql-client",
1466
+ "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
1467
+ "category": "Request",
1468
+ "type": "3rd-party",
1469
+ "maintainers": [
1470
+ {
1471
+ "name": "Diizzayy",
1472
+ "github": "diizzayy"
1473
+ }
1474
+ ],
1475
+ "compatibility": {
1476
+ "nuxt": "^3.0.0",
1477
+ "requires": {}
1339
1478
  }
1340
1479
  },
1341
1480
  {
@@ -1356,9 +1495,8 @@
1356
1495
  }
1357
1496
  ],
1358
1497
  "compatibility": {
1359
- "2.x": "working",
1360
- "2.x-bridge": "unknown",
1361
- "3.x": "unknown"
1498
+ "nuxt": "^2.0.0",
1499
+ "requires": {}
1362
1500
  }
1363
1501
  },
1364
1502
  {
@@ -1380,9 +1518,8 @@
1380
1518
  }
1381
1519
  ],
1382
1520
  "compatibility": {
1383
- "2.x": "working",
1384
- "2.x-bridge": "unknown",
1385
- "3.x": "unknown"
1521
+ "nuxt": "^2.0.0",
1522
+ "requires": {}
1386
1523
  }
1387
1524
  },
1388
1525
  {
@@ -1403,9 +1540,54 @@
1403
1540
  }
1404
1541
  ],
1405
1542
  "compatibility": {
1406
- "2.x": "working",
1407
- "2.x-bridge": "unknown",
1408
- "3.x": "unknown"
1543
+ "nuxt": "^2.0.0",
1544
+ "requires": {}
1545
+ }
1546
+ },
1547
+ {
1548
+ "name": "harlem",
1549
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1550
+ "repo": "nuxt-modules/harlem",
1551
+ "npm": "@nuxtjs/harlem",
1552
+ "icon": "harlem.svg",
1553
+ "github": "https://github.com/nuxt-modules/harlem",
1554
+ "website": "https://github.com/nuxt-modules/harlem",
1555
+ "learn_more": "https://harlemjs.com/",
1556
+ "category": "Extensions",
1557
+ "type": "community",
1558
+ "maintainers": [
1559
+ {
1560
+ "name": "Daniel Roe",
1561
+ "github": "danielroe",
1562
+ "twitter": "danielcroe"
1563
+ }
1564
+ ],
1565
+ "compatibility": {
1566
+ "nuxt": "^3.0.0",
1567
+ "requires": {}
1568
+ }
1569
+ },
1570
+ {
1571
+ "name": "headway",
1572
+ "description": "Headway changelog widget for Nuxt",
1573
+ "repo": "l-portet/nuxt-headway",
1574
+ "npm": "nuxt-headway",
1575
+ "icon": "headway.png",
1576
+ "github": "https://github.com/l-portet/nuxt-headway",
1577
+ "website": "https://nuxt-headway.netlify.app/",
1578
+ "learn_more": "https://headwayapp.co/",
1579
+ "category": "UI",
1580
+ "type": "3rd-party",
1581
+ "maintainers": [
1582
+ {
1583
+ "name": "l-portet",
1584
+ "github": "l-portet",
1585
+ "avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
1586
+ }
1587
+ ],
1588
+ "compatibility": {
1589
+ "nuxt": "^2.0.0",
1590
+ "requires": {}
1409
1591
  }
1410
1592
  },
1411
1593
  {
@@ -1426,9 +1608,8 @@
1426
1608
  }
1427
1609
  ],
1428
1610
  "compatibility": {
1429
- "2.x": "working",
1430
- "2.x-bridge": "unknown",
1431
- "3.x": "unknown"
1611
+ "nuxt": "^2.0.0",
1612
+ "requires": {}
1432
1613
  }
1433
1614
  },
1434
1615
  {
@@ -1449,9 +1630,8 @@
1449
1630
  }
1450
1631
  ],
1451
1632
  "compatibility": {
1452
- "2.x": "working",
1453
- "2.x-bridge": "unknown",
1454
- "3.x": "unknown"
1633
+ "nuxt": "^2.0.0",
1634
+ "requires": {}
1455
1635
  }
1456
1636
  },
1457
1637
  {
@@ -1472,9 +1652,8 @@
1472
1652
  }
1473
1653
  ],
1474
1654
  "compatibility": {
1475
- "2.x": "working",
1476
- "2.x-bridge": "unknown",
1477
- "3.x": "unknown"
1655
+ "nuxt": "^2.0.0",
1656
+ "requires": {}
1478
1657
  }
1479
1658
  },
1480
1659
  {
@@ -1495,18 +1674,17 @@
1495
1674
  }
1496
1675
  ],
1497
1676
  "compatibility": {
1498
- "2.x": "working",
1499
- "2.x-bridge": "unknown",
1500
- "3.x": "unknown"
1677
+ "nuxt": "^2.0.0",
1678
+ "requires": {}
1501
1679
  }
1502
1680
  },
1503
1681
  {
1504
1682
  "name": "html-validator",
1505
1683
  "description": "Automatically validate Nuxt server-rendered HTML html",
1506
- "repo": "nuxt-community/html-validator-module",
1684
+ "repo": "nuxt-modules/html-validator",
1507
1685
  "npm": "@nuxtjs/html-validator",
1508
1686
  "icon": "html-validator.png",
1509
- "github": "https://github.com/nuxt-community/html-validator-module",
1687
+ "github": "https://github.com/nuxt-modules/html-validator",
1510
1688
  "website": "https://html-validator.nuxtjs.org",
1511
1689
  "learn_more": "https://html-validate.org",
1512
1690
  "category": "Performance",
@@ -1519,9 +1697,10 @@
1519
1697
  }
1520
1698
  ],
1521
1699
  "compatibility": {
1522
- "2.x": "working",
1523
- "2.x-bridge": "unknown",
1524
- "3.x": "unknown"
1700
+ "nuxt": "^2.0.0 || ^3.0.0",
1701
+ "requires": {
1702
+ "bridge": "optional"
1703
+ }
1525
1704
  }
1526
1705
  },
1527
1706
  {
@@ -1548,9 +1727,8 @@
1548
1727
  }
1549
1728
  ],
1550
1729
  "compatibility": {
1551
- "2.x": "working",
1552
- "2.x-bridge": "unknown",
1553
- "3.x": "unknown"
1730
+ "nuxt": "^2.0.0",
1731
+ "requires": {}
1554
1732
  }
1555
1733
  },
1556
1734
  {
@@ -1572,9 +1750,8 @@
1572
1750
  }
1573
1751
  ],
1574
1752
  "compatibility": {
1575
- "2.x": "working",
1576
- "2.x-bridge": "unknown",
1577
- "3.x": "unknown"
1753
+ "nuxt": "^2.0.0",
1754
+ "requires": {}
1578
1755
  }
1579
1756
  },
1580
1757
  {
@@ -1599,9 +1776,52 @@
1599
1776
  }
1600
1777
  ],
1601
1778
  "compatibility": {
1602
- "2.x": "working",
1603
- "2.x-bridge": "unknown",
1604
- "3.x": "not-working"
1779
+ "nuxt": "^2.0.0",
1780
+ "requires": {}
1781
+ }
1782
+ },
1783
+ {
1784
+ "name": "icon",
1785
+ "description": "",
1786
+ "repo": "nuxt-modules/icon",
1787
+ "npm": "nuxt-icon",
1788
+ "icon": "nuxt-icon.png",
1789
+ "github": "https://github.com/nuxt-modules/icon",
1790
+ "website": "https://github.com/nuxt-modules/icon",
1791
+ "learn_more": "",
1792
+ "category": "UI",
1793
+ "type": "community",
1794
+ "maintainers": [
1795
+ {
1796
+ "name": "Atinux",
1797
+ "github": "Atinux"
1798
+ }
1799
+ ],
1800
+ "compatibility": {
1801
+ "nuxt": "^3.0.0",
1802
+ "requires": {}
1803
+ }
1804
+ },
1805
+ {
1806
+ "name": "icons",
1807
+ "description": "Use your own automatically imported SVG icons.",
1808
+ "repo": "gitfoxcode/nuxt-icons",
1809
+ "npm": "nuxt-icons",
1810
+ "icon": "icons.png",
1811
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
1812
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
1813
+ "learn_more": "",
1814
+ "category": "UI",
1815
+ "type": "3rd-party",
1816
+ "maintainers": [
1817
+ {
1818
+ "name": "Sebastian Wludzik",
1819
+ "github": "gitfoxcode"
1820
+ }
1821
+ ],
1822
+ "compatibility": {
1823
+ "nuxt": "^3.0.0",
1824
+ "requires": {}
1605
1825
  }
1606
1826
  },
1607
1827
  {
@@ -1622,9 +1842,8 @@
1622
1842
  }
1623
1843
  ],
1624
1844
  "compatibility": {
1625
- "2.x": "working",
1626
- "2.x-bridge": "unknown",
1627
- "3.x": "unknown"
1845
+ "nuxt": "^2.0.0",
1846
+ "requires": {}
1628
1847
  }
1629
1848
  },
1630
1849
  {
@@ -1656,9 +1875,10 @@
1656
1875
  }
1657
1876
  ],
1658
1877
  "compatibility": {
1659
- "2.x": "working",
1660
- "2.x-bridge": "working",
1661
- "3.x": "wip"
1878
+ "nuxt": "^2.0.0 || ^3.0.0",
1879
+ "requires": {
1880
+ "bridge": "optional"
1881
+ }
1662
1882
  }
1663
1883
  },
1664
1884
  {
@@ -1679,9 +1899,33 @@
1679
1899
  }
1680
1900
  ],
1681
1901
  "compatibility": {
1682
- "2.x": "working",
1683
- "2.x-bridge": "unknown",
1684
- "3.x": "unknown"
1902
+ "nuxt": "^2.0.0",
1903
+ "requires": {}
1904
+ }
1905
+ },
1906
+ {
1907
+ "name": "inkline",
1908
+ "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
1909
+ "repo": "inkline/nuxt-module-inkline",
1910
+ "npm": "@inkline/nuxt",
1911
+ "icon": "inkline.svg",
1912
+ "github": "https://github.com/inkline/nuxt-module-inkline",
1913
+ "website": "https://inkline.io",
1914
+ "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
1915
+ "category": "UI",
1916
+ "type": "3rd-party",
1917
+ "maintainers": [
1918
+ {
1919
+ "name": "Alex Grozav",
1920
+ "github": "alexgrozav",
1921
+ "twitter": "alexgrozav"
1922
+ }
1923
+ ],
1924
+ "compatibility": {
1925
+ "nuxt": "^2.0.0 || ^3.0.0",
1926
+ "requires": {
1927
+ "bridge": true
1928
+ }
1685
1929
  }
1686
1930
  },
1687
1931
  {
@@ -1702,9 +1946,31 @@
1702
1946
  }
1703
1947
  ],
1704
1948
  "compatibility": {
1705
- "2.x": "working",
1706
- "2.x-bridge": "unknown",
1707
- "3.x": "unknown"
1949
+ "nuxt": "^2.0.0",
1950
+ "requires": {}
1951
+ }
1952
+ },
1953
+ {
1954
+ "name": "ionic",
1955
+ "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
1956
+ "repo": "nuxt-modules/ionic",
1957
+ "npm": "@nuxtjs/ionic",
1958
+ "icon": "ionic.svg",
1959
+ "github": "https://github.com/nuxt-modules/ionic",
1960
+ "website": "https://ionic.nuxtjs.org",
1961
+ "learn_more": "https://ionicframework.com",
1962
+ "category": "Libraries",
1963
+ "type": "community",
1964
+ "maintainers": [
1965
+ {
1966
+ "name": "Daniel Roe",
1967
+ "github": "danielroe",
1968
+ "twitter": "danielcroe"
1969
+ }
1970
+ ],
1971
+ "compatibility": {
1972
+ "nuxt": "^3.0.0",
1973
+ "requires": {}
1708
1974
  }
1709
1975
  },
1710
1976
  {
@@ -1725,9 +1991,8 @@
1725
1991
  }
1726
1992
  ],
1727
1993
  "compatibility": {
1728
- "2.x": "working",
1729
- "2.x-bridge": "unknown",
1730
- "3.x": "unknown"
1994
+ "nuxt": "^2.0.0",
1995
+ "requires": {}
1731
1996
  }
1732
1997
  },
1733
1998
  {
@@ -1748,9 +2013,32 @@
1748
2013
  }
1749
2014
  ],
1750
2015
  "compatibility": {
1751
- "2.x": "working",
1752
- "2.x-bridge": "unknown",
1753
- "3.x": "unknown"
2016
+ "nuxt": "^2.0.0",
2017
+ "requires": {}
2018
+ }
2019
+ },
2020
+ {
2021
+ "name": "kql",
2022
+ "description": "Nuxt 3 module for Kirby's Query Language API",
2023
+ "repo": "johannschopplich/nuxt-kql",
2024
+ "npm": "nuxt-kql",
2025
+ "icon": "kql.svg",
2026
+ "github": "https://github.com/johannschopplich/nuxt-kql",
2027
+ "website": "https://nuxt-kql.jhnn.dev",
2028
+ "learn_more": "",
2029
+ "category": "CMS",
2030
+ "type": "3rd-party",
2031
+ "maintainers": [
2032
+ {
2033
+ "name": "Johann Schopplich",
2034
+ "github": "johannschopplich",
2035
+ "twitter": "jschopplich",
2036
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2037
+ }
2038
+ ],
2039
+ "compatibility": {
2040
+ "nuxt": "^3.0.0",
2041
+ "requires": {}
1754
2042
  }
1755
2043
  },
1756
2044
  {
@@ -1771,9 +2059,8 @@
1771
2059
  }
1772
2060
  ],
1773
2061
  "compatibility": {
1774
- "2.x": "working",
1775
- "2.x-bridge": "unknown",
1776
- "3.x": "unknown"
2062
+ "nuxt": "^2.0.0",
2063
+ "requires": {}
1777
2064
  }
1778
2065
  },
1779
2066
  {
@@ -1794,9 +2081,8 @@
1794
2081
  }
1795
2082
  ],
1796
2083
  "compatibility": {
1797
- "2.x": "working",
1798
- "2.x-bridge": "unknown",
1799
- "3.x": "unknown"
2084
+ "nuxt": "^2.0.0",
2085
+ "requires": {}
1800
2086
  }
1801
2087
  },
1802
2088
  {
@@ -1817,9 +2103,8 @@
1817
2103
  }
1818
2104
  ],
1819
2105
  "compatibility": {
1820
- "2.x": "working",
1821
- "2.x-bridge": "unknown",
1822
- "3.x": "unknown"
2106
+ "nuxt": "^2.0.0",
2107
+ "requires": {}
1823
2108
  }
1824
2109
  },
1825
2110
  {
@@ -1840,9 +2125,8 @@
1840
2125
  }
1841
2126
  ],
1842
2127
  "compatibility": {
1843
- "2.x": "working",
1844
- "2.x-bridge": "unknown",
1845
- "3.x": "unknown"
2128
+ "nuxt": "^2.0.0",
2129
+ "requires": {}
1846
2130
  }
1847
2131
  },
1848
2132
  {
@@ -1868,9 +2152,8 @@
1868
2152
  }
1869
2153
  ],
1870
2154
  "compatibility": {
1871
- "2.x": "working",
1872
- "2.x-bridge": "unknown",
1873
- "3.x": "unknown"
2155
+ "nuxt": "^2.0.0",
2156
+ "requires": {}
1874
2157
  }
1875
2158
  },
1876
2159
  {
@@ -1892,9 +2175,30 @@
1892
2175
  }
1893
2176
  ],
1894
2177
  "compatibility": {
1895
- "2.x": "working",
1896
- "2.x-bridge": "unknown",
1897
- "3.x": "unknown"
2178
+ "nuxt": "^2.0.0",
2179
+ "requires": {}
2180
+ }
2181
+ },
2182
+ {
2183
+ "name": "lodash",
2184
+ "description": "lodash module with auto-import and custom prefix",
2185
+ "repo": "cipami/nuxt-lodash",
2186
+ "npm": "nuxt-lodash",
2187
+ "icon": "lodash.svg",
2188
+ "github": "https://github.com/cipami/nuxt-lodash",
2189
+ "website": "https://github.com/cipami/nuxt-lodash#readme",
2190
+ "learn_more": "https://github.com/lodash/lodash",
2191
+ "category": "Libraries",
2192
+ "type": "3rd-party",
2193
+ "maintainers": [
2194
+ {
2195
+ "name": "Michal Čípa",
2196
+ "github": "cipami"
2197
+ }
2198
+ ],
2199
+ "compatibility": {
2200
+ "nuxt": "^3.0.0",
2201
+ "requires": {}
1898
2202
  }
1899
2203
  },
1900
2204
  {
@@ -1916,9 +2220,8 @@
1916
2220
  }
1917
2221
  ],
1918
2222
  "compatibility": {
1919
- "2.x": "working",
1920
- "2.x-bridge": "unknown",
1921
- "3.x": "unknown"
2223
+ "nuxt": "^2.0.0",
2224
+ "requires": {}
1922
2225
  }
1923
2226
  },
1924
2227
  {
@@ -1939,9 +2242,31 @@
1939
2242
  }
1940
2243
  ],
1941
2244
  "compatibility": {
1942
- "2.x": "working",
1943
- "2.x-bridge": "unknown",
1944
- "3.x": "unknown"
2245
+ "nuxt": "^2.0.0",
2246
+ "requires": {}
2247
+ }
2248
+ },
2249
+ {
2250
+ "name": "magic-regexp",
2251
+ "description": "A compiled-away, type-safe, readable RegExp alternative",
2252
+ "repo": "danielroe/magic-regexp",
2253
+ "npm": "magic-regexp",
2254
+ "icon": "magic-regexp.svg",
2255
+ "github": "https://github.com/danielroe/magic-regexp",
2256
+ "website": "https://magic-regexp.roe.dev",
2257
+ "learn_more": "https://magic-regexp.roe.dev",
2258
+ "category": "Libraries",
2259
+ "type": "3rd-party",
2260
+ "maintainers": [
2261
+ {
2262
+ "name": "Daniel Roe",
2263
+ "github": "danielroe",
2264
+ "twitter": "danielcroe"
2265
+ }
2266
+ ],
2267
+ "compatibility": {
2268
+ "nuxt": "^3.0.0",
2269
+ "requires": {}
1945
2270
  }
1946
2271
  },
1947
2272
  {
@@ -1963,9 +2288,8 @@
1963
2288
  }
1964
2289
  ],
1965
2290
  "compatibility": {
1966
- "2.x": "working",
1967
- "2.x-bridge": "unknown",
1968
- "3.x": "unknown"
2291
+ "nuxt": "^2.0.0",
2292
+ "requires": {}
1969
2293
  }
1970
2294
  },
1971
2295
  {
@@ -1986,9 +2310,8 @@
1986
2310
  }
1987
2311
  ],
1988
2312
  "compatibility": {
1989
- "2.x": "working",
1990
- "2.x-bridge": "unknown",
1991
- "3.x": "unknown"
2313
+ "nuxt": "^2.0.0",
2314
+ "requires": {}
1992
2315
  }
1993
2316
  },
1994
2317
  {
@@ -2010,9 +2333,33 @@
2010
2333
  }
2011
2334
  ],
2012
2335
  "compatibility": {
2013
- "2.x": "working",
2014
- "2.x-bridge": "unknown",
2015
- "3.x": "unknown"
2336
+ "nuxt": "^2.0.0",
2337
+ "requires": {}
2338
+ }
2339
+ },
2340
+ {
2341
+ "name": "meilisearch",
2342
+ "description": "Meilisearch Instant Search module for Nuxt 3",
2343
+ "repo": "xlanex6/nuxt-meilisearch",
2344
+ "npm": "nuxt-meilisearch",
2345
+ "icon": "meilisearch.svg",
2346
+ "github": "https://github.com/xlanex6/nuxt-meilisearch",
2347
+ "website": "https://github.com/xlanex6/nuxt-meilisearch",
2348
+ "learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
2349
+ "category": "Libraries",
2350
+ "type": "3rd-party",
2351
+ "maintainers": [
2352
+ {
2353
+ "name": "Alex Duval",
2354
+ "github": "xlanex6",
2355
+ "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
2356
+ }
2357
+ ],
2358
+ "compatibility": {
2359
+ "nuxt": "^3.0.0",
2360
+ "requires": {
2361
+ "bridge": false
2362
+ }
2016
2363
  }
2017
2364
  },
2018
2365
  {
@@ -2033,9 +2380,8 @@
2033
2380
  }
2034
2381
  ],
2035
2382
  "compatibility": {
2036
- "2.x": "working",
2037
- "2.x-bridge": "unknown",
2038
- "3.x": "unknown"
2383
+ "nuxt": "^2.0.0",
2384
+ "requires": {}
2039
2385
  }
2040
2386
  },
2041
2387
  {
@@ -2056,9 +2402,8 @@
2056
2402
  }
2057
2403
  ],
2058
2404
  "compatibility": {
2059
- "2.x": "working",
2060
- "2.x-bridge": "unknown",
2061
- "3.x": "unknown"
2405
+ "nuxt": "^2.0.0",
2406
+ "requires": {}
2062
2407
  }
2063
2408
  },
2064
2409
  {
@@ -2084,9 +2429,8 @@
2084
2429
  }
2085
2430
  ],
2086
2431
  "compatibility": {
2087
- "2.x": "working",
2088
- "2.x-bridge": "unknown",
2089
- "3.x": "unknown"
2432
+ "nuxt": "^2.0.0",
2433
+ "requires": {}
2090
2434
  }
2091
2435
  },
2092
2436
  {
@@ -2107,9 +2451,8 @@
2107
2451
  }
2108
2452
  ],
2109
2453
  "compatibility": {
2110
- "2.x": "working",
2111
- "2.x-bridge": "unknown",
2112
- "3.x": "unknown"
2454
+ "nuxt": "^2.0.0",
2455
+ "requires": {}
2113
2456
  }
2114
2457
  },
2115
2458
  {
@@ -2130,9 +2473,8 @@
2130
2473
  }
2131
2474
  ],
2132
2475
  "compatibility": {
2133
- "2.x": "working",
2134
- "2.x-bridge": "unknown",
2135
- "3.x": "unknown"
2476
+ "nuxt": "^2.0.0",
2477
+ "requires": {}
2136
2478
  }
2137
2479
  },
2138
2480
  {
@@ -2153,9 +2495,8 @@
2153
2495
  }
2154
2496
  ],
2155
2497
  "compatibility": {
2156
- "2.x": "working",
2157
- "2.x-bridge": "unknown",
2158
- "3.x": "unknown"
2498
+ "nuxt": "^2.0.0",
2499
+ "requires": {}
2159
2500
  }
2160
2501
  },
2161
2502
  {
@@ -2177,9 +2518,8 @@
2177
2518
  }
2178
2519
  ],
2179
2520
  "compatibility": {
2180
- "2.x": "working",
2181
- "2.x-bridge": "unknown",
2182
- "3.x": "unknown"
2521
+ "nuxt": "^2.0.0",
2522
+ "requires": {}
2183
2523
  }
2184
2524
  },
2185
2525
  {
@@ -2200,9 +2540,8 @@
2200
2540
  }
2201
2541
  ],
2202
2542
  "compatibility": {
2203
- "2.x": "working",
2204
- "2.x-bridge": "unknown",
2205
- "3.x": "unknown"
2543
+ "nuxt": "^2.0.0",
2544
+ "requires": {}
2206
2545
  }
2207
2546
  },
2208
2547
  {
@@ -2229,9 +2568,8 @@
2229
2568
  }
2230
2569
  ],
2231
2570
  "compatibility": {
2232
- "2.x": "working",
2233
- "2.x-bridge": "unknown",
2234
- "3.x": "unknown"
2571
+ "nuxt": "^2.0.0",
2572
+ "requires": {}
2235
2573
  }
2236
2574
  },
2237
2575
  {
@@ -2252,32 +2590,189 @@
2252
2590
  }
2253
2591
  ],
2254
2592
  "compatibility": {
2255
- "2.x": "working",
2256
- "2.x-bridge": "unknown",
2257
- "3.x": "unknown"
2593
+ "nuxt": "^2.0.0",
2594
+ "requires": {}
2258
2595
  }
2259
2596
  },
2260
2597
  {
2261
- "name": "nuxt-use-motion",
2262
- "description": "A Nuxt module putting your components in motion",
2263
- "repo": "Tahul/nuxt-use-motion",
2264
- "npm": "nuxt-use-motion",
2265
- "icon": "nuxt-use-motion.svg",
2266
- "github": "https://github.com/Tahul/nuxt-use-motion",
2267
- "website": "https://github.com/Tahul/nuxt-use-motion",
2268
- "learn_more": "https://github.com/vueuse/motion",
2269
- "category": "Libraries",
2598
+ "name": "nuxt-hue",
2599
+ "description": "Enlighten your Nuxt experience",
2600
+ "repo": "lihbr/nuxt-hue",
2601
+ "npm": "nuxt-hue",
2602
+ "icon": "nuxt-hue.svg",
2603
+ "github": "https://github.com/lihbr/nuxt-hue",
2604
+ "website": "https://github.com/lihbr/nuxt-hue",
2605
+ "learn_more": "",
2606
+ "category": "Devtools",
2270
2607
  "type": "3rd-party",
2271
2608
  "maintainers": [
2272
2609
  {
2273
- "name": "Tahul",
2274
- "github": "Tahul"
2610
+ "name": "lihbr",
2611
+ "github": "lihbr"
2275
2612
  }
2276
2613
  ],
2277
2614
  "compatibility": {
2278
- "2.x": "working",
2279
- "2.x-bridge": "unknown",
2280
- "3.x": "unknown"
2615
+ "nuxt": "^2.0.0 || ^3.0.0",
2616
+ "requires": {
2617
+ "bridge": "optional"
2618
+ }
2619
+ }
2620
+ },
2621
+ {
2622
+ "name": "nuxt-monaco-editor",
2623
+ "description": "Integrate monaco-editor with Nuxt",
2624
+ "repo": "e-chan1007/nuxt-monaco-editor",
2625
+ "npm": "nuxt-monaco-editor",
2626
+ "icon": "",
2627
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2628
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2629
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
2630
+ "category": "Libraries",
2631
+ "type": "3rd-party",
2632
+ "maintainers": [
2633
+ {
2634
+ "name": "e-chan1007",
2635
+ "github": "e-chan1007"
2636
+ }
2637
+ ],
2638
+ "compatibility": {
2639
+ "nuxt": "^3.0.0",
2640
+ "requires": {}
2641
+ }
2642
+ },
2643
+ {
2644
+ "name": "nuxt-pino-log",
2645
+ "description": "Structured logs for nuxt apps using pino",
2646
+ "repo": "kpn/nuxt-pino-log",
2647
+ "npm": "nuxt-pino-log",
2648
+ "icon": "",
2649
+ "github": "https://github.com/kpn/nuxt-pino-log",
2650
+ "website": "https://github.com/kpn/nuxt-pino-log",
2651
+ "learn_more": "https://github.com/pinojs/pino",
2652
+ "category": "Monitoring",
2653
+ "type": "3rd-party",
2654
+ "maintainers": [
2655
+ {
2656
+ "name": "kpn",
2657
+ "github": "kpn"
2658
+ }
2659
+ ],
2660
+ "compatibility": {
2661
+ "nuxt": "^2.0.0",
2662
+ "requires": {}
2663
+ }
2664
+ },
2665
+ {
2666
+ "name": "nuxt-png-to-ico",
2667
+ "description": "Nuxt.js module for auto generating favicons",
2668
+ "repo": "b5710546232/nuxt-png-to-ico",
2669
+ "npm": "nuxt-png-to-ico",
2670
+ "icon": "",
2671
+ "github": "https://github.com/b5710546232/nuxt-png-to-ico",
2672
+ "website": "https://github.com/b5710546232/nuxt-png-to-ico",
2673
+ "learn_more": "https://github.com/steambap/png-to-ico",
2674
+ "category": "Devtools",
2675
+ "type": "3rd-party",
2676
+ "maintainers": [
2677
+ {
2678
+ "name": "b5710546232",
2679
+ "github": "b5710546232",
2680
+ "avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
2681
+ }
2682
+ ],
2683
+ "compatibility": {
2684
+ "nuxt": "^2.0.0",
2685
+ "requires": {}
2686
+ }
2687
+ },
2688
+ {
2689
+ "name": "nuxt-smartlook",
2690
+ "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
2691
+ "repo": "f00b4r/nuxt-smartlook",
2692
+ "npm": "nuxt-smartlook",
2693
+ "icon": "nuxt-smartlook.png",
2694
+ "github": "https://github.com/f00b4r/nuxt-smartlook",
2695
+ "website": "https://github.com/f00b4r/nuxt-smartlook",
2696
+ "learn_more": "https://www.smartlook.com/",
2697
+ "category": "Analytics",
2698
+ "type": "3rd-party",
2699
+ "maintainers": [
2700
+ {
2701
+ "name": "Milan Sulc",
2702
+ "github": "f3l1x",
2703
+ "twitter": "xf3l1x",
2704
+ "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
2705
+ }
2706
+ ],
2707
+ "compatibility": {
2708
+ "nuxt": "^2.0.0",
2709
+ "requires": {}
2710
+ }
2711
+ },
2712
+ {
2713
+ "name": "nuxt-svgo",
2714
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2715
+ "repo": "cpsoinos/nuxt-svgo",
2716
+ "npm": "nuxt-svgo",
2717
+ "icon": "",
2718
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2719
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2720
+ "learn_more": "",
2721
+ "category": "Images",
2722
+ "type": "3rd-party",
2723
+ "maintainers": [
2724
+ {
2725
+ "name": "cpsoinos",
2726
+ "github": "cpsoinos"
2727
+ }
2728
+ ],
2729
+ "compatibility": {
2730
+ "nuxt": "^3.0.0",
2731
+ "requires": {}
2732
+ }
2733
+ },
2734
+ {
2735
+ "name": "nuxt-unleash",
2736
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2737
+ "repo": "conejerock/nuxt-unleash",
2738
+ "npm": "nuxt-unleash",
2739
+ "icon": "nuxt-unleash.svg",
2740
+ "github": "https://github.com/conejerock/nuxt-unleash",
2741
+ "website": "https://github.com/conejerock/nuxt-unleash",
2742
+ "learn_more": "https://github.com/Unleash/unleash",
2743
+ "category": "Deployment",
2744
+ "type": "3rd-party",
2745
+ "maintainers": [
2746
+ {
2747
+ "name": "Juanjo Conejerock",
2748
+ "github": "conejerock"
2749
+ }
2750
+ ],
2751
+ "compatibility": {
2752
+ "nuxt": "^2.0.0",
2753
+ "requires": {}
2754
+ }
2755
+ },
2756
+ {
2757
+ "name": "nuxt-use-motion",
2758
+ "description": "A Nuxt module putting your components in motion",
2759
+ "repo": "Tahul/nuxt-use-motion",
2760
+ "npm": "nuxt-use-motion",
2761
+ "icon": "nuxt-use-motion.svg",
2762
+ "github": "https://github.com/Tahul/nuxt-use-motion",
2763
+ "website": "https://github.com/Tahul/nuxt-use-motion",
2764
+ "learn_more": "https://github.com/vueuse/motion",
2765
+ "category": "Libraries",
2766
+ "type": "3rd-party",
2767
+ "maintainers": [
2768
+ {
2769
+ "name": "Tahul",
2770
+ "github": "Tahul"
2771
+ }
2772
+ ],
2773
+ "compatibility": {
2774
+ "nuxt": "^2.0.0",
2775
+ "requires": {}
2281
2776
  }
2282
2777
  },
2283
2778
  {
@@ -2298,9 +2793,8 @@
2298
2793
  }
2299
2794
  ],
2300
2795
  "compatibility": {
2301
- "2.x": "working",
2302
- "2.x-bridge": "unknown",
2303
- "3.x": "unknown"
2796
+ "nuxt": "^2.0.0",
2797
+ "requires": {}
2304
2798
  }
2305
2799
  },
2306
2800
  {
@@ -2321,9 +2815,8 @@
2321
2815
  }
2322
2816
  ],
2323
2817
  "compatibility": {
2324
- "2.x": "working",
2325
- "2.x-bridge": "unknown",
2326
- "3.x": "unknown"
2818
+ "nuxt": "^2.0.0",
2819
+ "requires": {}
2327
2820
  }
2328
2821
  },
2329
2822
  {
@@ -2345,9 +2838,8 @@
2345
2838
  }
2346
2839
  ],
2347
2840
  "compatibility": {
2348
- "2.x": "working",
2349
- "2.x-bridge": "unknown",
2350
- "3.x": "unknown"
2841
+ "nuxt": "^2.0.0",
2842
+ "requires": {}
2351
2843
  }
2352
2844
  },
2353
2845
  {
@@ -2369,9 +2861,8 @@
2369
2861
  }
2370
2862
  ],
2371
2863
  "compatibility": {
2372
- "2.x": "working",
2373
- "2.x-bridge": "unknown",
2374
- "3.x": "unknown"
2864
+ "nuxt": "^2.0.0",
2865
+ "requires": {}
2375
2866
  }
2376
2867
  },
2377
2868
  {
@@ -2393,9 +2884,8 @@
2393
2884
  }
2394
2885
  ],
2395
2886
  "compatibility": {
2396
- "2.x": "working",
2397
- "2.x-bridge": "unknown",
2398
- "3.x": "unknown"
2887
+ "nuxt": "^2.0.0",
2888
+ "requires": {}
2399
2889
  }
2400
2890
  },
2401
2891
  {
@@ -2416,9 +2906,8 @@
2416
2906
  }
2417
2907
  ],
2418
2908
  "compatibility": {
2419
- "2.x": "working",
2420
- "2.x-bridge": "unknown",
2421
- "3.x": "unknown"
2909
+ "nuxt": "^2.0.0",
2910
+ "requires": {}
2422
2911
  }
2423
2912
  },
2424
2913
  {
@@ -2439,9 +2928,56 @@
2439
2928
  }
2440
2929
  ],
2441
2930
  "compatibility": {
2442
- "2.x": "working",
2443
- "2.x-bridge": "unknown",
2444
- "3.x": "unknown"
2931
+ "nuxt": "^2.0.0",
2932
+ "requires": {}
2933
+ }
2934
+ },
2935
+ {
2936
+ "name": "partytown",
2937
+ "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2938
+ "repo": "nuxt-modules/partytown",
2939
+ "npm": "@nuxtjs/partytown",
2940
+ "icon": "partytown.svg",
2941
+ "github": "https://github.com/nuxt-modules/partytown",
2942
+ "website": "https://github.com/nuxt-modules/partytown",
2943
+ "learn_more": "https://partytown.builder.io/",
2944
+ "category": "Performance",
2945
+ "type": "community",
2946
+ "maintainers": [
2947
+ {
2948
+ "name": "Daniel Roe",
2949
+ "github": "danielroe",
2950
+ "twitter": "danielcroe"
2951
+ }
2952
+ ],
2953
+ "compatibility": {
2954
+ "nuxt": "^2.0.0 || ^3.0.0",
2955
+ "requires": {
2956
+ "bridge": true
2957
+ }
2958
+ }
2959
+ },
2960
+ {
2961
+ "name": "persian-datepicker",
2962
+ "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
2963
+ "repo": "alireza-ab/vue-persian-datepicker",
2964
+ "npm": "@alireza-ab/vue-persian-datepicker",
2965
+ "icon": "persian-datepicker.svg",
2966
+ "github": "https://github.com/alireza-ab/vue-persian-datepicker",
2967
+ "website": "https://alireza-ab.ir/datepicker",
2968
+ "learn_more": "https://alireza-ab.ir/datepicker",
2969
+ "category": "Date",
2970
+ "type": "3rd-party",
2971
+ "maintainers": [
2972
+ {
2973
+ "name": "Alireza Alibeiki",
2974
+ "github": "alireza-ab",
2975
+ "avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
2976
+ }
2977
+ ],
2978
+ "compatibility": {
2979
+ "nuxt": "^2.0.0",
2980
+ "requires": {}
2445
2981
  }
2446
2982
  },
2447
2983
  {
@@ -2462,9 +2998,10 @@
2462
2998
  }
2463
2999
  ],
2464
3000
  "compatibility": {
2465
- "2.x": "working",
2466
- "2.x-bridge": "working",
2467
- "3.x": "working"
3001
+ "nuxt": "^2.0.0 || ^3.0.0",
3002
+ "requires": {
3003
+ "bridge": "optional"
3004
+ }
2468
3005
  }
2469
3006
  },
2470
3007
  {
@@ -2485,9 +3022,10 @@
2485
3022
  }
2486
3023
  ],
2487
3024
  "compatibility": {
2488
- "2.x": "working",
2489
- "2.x-bridge": "unknown",
2490
- "3.x": "unknown"
3025
+ "nuxt": "^2.0.0 || ^3.0.0",
3026
+ "requires": {
3027
+ "bridge": "optional"
3028
+ }
2491
3029
  }
2492
3030
  },
2493
3031
  {
@@ -2508,42 +3046,31 @@
2508
3046
  }
2509
3047
  ],
2510
3048
  "compatibility": {
2511
- "2.x": "working",
2512
- "2.x-bridge": "unknown",
2513
- "3.x": "unknown"
3049
+ "nuxt": "^2.0.0",
3050
+ "requires": {}
2514
3051
  }
2515
3052
  },
2516
3053
  {
2517
3054
  "name": "prismic",
2518
3055
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2519
- "repo": "nuxt-community/prismic-module",
3056
+ "repo": "nuxt-modules/prismic",
2520
3057
  "npm": "@nuxtjs/prismic",
2521
3058
  "icon": "prismic.png",
2522
- "github": "https://github.com/nuxt-community/prismic-module",
3059
+ "github": "https://github.com/nuxt-modules/prismic",
2523
3060
  "website": "https://prismic.nuxtjs.org",
2524
- "learn_more": "https://prismic.io/",
3061
+ "learn_more": "https://prismic.io",
2525
3062
  "category": "CMS",
2526
3063
  "type": "community",
2527
3064
  "maintainers": [
2528
- {
2529
- "name": "Sébastien Chopin",
2530
- "github": "Atinux",
2531
- "twitter": "Atinux"
2532
- },
2533
3065
  {
2534
3066
  "name": "lihbr",
2535
3067
  "github": "lihbr",
2536
3068
  "twitter": "li_hbr"
2537
- },
2538
- {
2539
- "name": "James Pegg",
2540
- "github": "jamespegg"
2541
3069
  }
2542
3070
  ],
2543
3071
  "compatibility": {
2544
- "2.x": "working",
2545
- "2.x-bridge": "unknown",
2546
- "3.x": "unknown"
3072
+ "nuxt": "^2.0.0 || ^3.0.0",
3073
+ "requires": {}
2547
3074
  }
2548
3075
  },
2549
3076
  {
@@ -2564,9 +3091,8 @@
2564
3091
  }
2565
3092
  ],
2566
3093
  "compatibility": {
2567
- "2.x": "working",
2568
- "2.x-bridge": "unknown",
2569
- "3.x": "unknown"
3094
+ "nuxt": "^2.0.0",
3095
+ "requires": {}
2570
3096
  }
2571
3097
  },
2572
3098
  {
@@ -2588,9 +3114,8 @@
2588
3114
  }
2589
3115
  ],
2590
3116
  "compatibility": {
2591
- "2.x": "working",
2592
- "2.x-bridge": "unknown",
2593
- "3.x": "unknown"
3117
+ "nuxt": "^2.0.0",
3118
+ "requires": {}
2594
3119
  }
2595
3120
  },
2596
3121
  {
@@ -2612,15 +3137,14 @@
2612
3137
  }
2613
3138
  ],
2614
3139
  "compatibility": {
2615
- "2.x": "working",
2616
- "2.x-bridge": "unknown",
2617
- "3.x": "unknown"
3140
+ "nuxt": "^2.0.0",
3141
+ "requires": {}
2618
3142
  }
2619
3143
  },
2620
3144
  {
2621
3145
  "name": "purgecss",
2622
3146
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2623
- "repo": "Developmint/nuxt-purgecss",
3147
+ "repo": "Developmint/nuxt-purgecss#main",
2624
3148
  "npm": "nuxt-purgecss",
2625
3149
  "icon": "purgecss.png",
2626
3150
  "github": "https://github.com/Developmint/nuxt-purgecss",
@@ -2635,9 +3159,8 @@
2635
3159
  }
2636
3160
  ],
2637
3161
  "compatibility": {
2638
- "2.x": "working",
2639
- "2.x-bridge": "unknown",
2640
- "3.x": "unknown"
3162
+ "nuxt": "^2.0.0 || ^3.0.0",
3163
+ "requires": {}
2641
3164
  }
2642
3165
  },
2643
3166
  {
@@ -2659,9 +3182,10 @@
2659
3182
  }
2660
3183
  ],
2661
3184
  "compatibility": {
2662
- "2.x": "working",
2663
- "2.x-bridge": "working",
2664
- "3.x": "wip"
3185
+ "nuxt": "^2.0.0",
3186
+ "requires": {
3187
+ "bridge": "optional"
3188
+ }
2665
3189
  }
2666
3190
  },
2667
3191
  {
@@ -2682,9 +3206,8 @@
2682
3206
  }
2683
3207
  ],
2684
3208
  "compatibility": {
2685
- "2.x": "working",
2686
- "2.x-bridge": "unknown",
2687
- "3.x": "unknown"
3209
+ "nuxt": "^2.0.0",
3210
+ "requires": {}
2688
3211
  }
2689
3212
  },
2690
3213
  {
@@ -2705,9 +3228,8 @@
2705
3228
  }
2706
3229
  ],
2707
3230
  "compatibility": {
2708
- "2.x": "working",
2709
- "2.x-bridge": "unknown",
2710
- "3.x": "unknown"
3231
+ "nuxt": "^2.0.0",
3232
+ "requires": {}
2711
3233
  }
2712
3234
  },
2713
3235
  {
@@ -2729,9 +3251,8 @@
2729
3251
  }
2730
3252
  ],
2731
3253
  "compatibility": {
2732
- "2.x": "working",
2733
- "2.x-bridge": "unknown",
2734
- "3.x": "unknown"
3254
+ "nuxt": "^2.0.0",
3255
+ "requires": {}
2735
3256
  }
2736
3257
  },
2737
3258
  {
@@ -2752,9 +3273,8 @@
2752
3273
  }
2753
3274
  ],
2754
3275
  "compatibility": {
2755
- "2.x": "working",
2756
- "2.x-bridge": "unknown",
2757
- "3.x": "unknown"
3276
+ "nuxt": "^2.0.0",
3277
+ "requires": {}
2758
3278
  }
2759
3279
  },
2760
3280
  {
@@ -2775,9 +3295,10 @@
2775
3295
  }
2776
3296
  ],
2777
3297
  "compatibility": {
2778
- "2.x": "working",
2779
- "2.x-bridge": "unknown",
2780
- "3.x": "unknown"
3298
+ "nuxt": "^2.0.0 || ^3.0.0",
3299
+ "requires": {
3300
+ "bridge": "optional"
3301
+ }
2781
3302
  }
2782
3303
  },
2783
3304
  {
@@ -2798,9 +3319,8 @@
2798
3319
  }
2799
3320
  ],
2800
3321
  "compatibility": {
2801
- "2.x": "working",
2802
- "2.x-bridge": "unknown",
2803
- "3.x": "unknown"
3322
+ "nuxt": "^2.0.0",
3323
+ "requires": {}
2804
3324
  }
2805
3325
  },
2806
3326
  {
@@ -2822,9 +3342,8 @@
2822
3342
  }
2823
3343
  ],
2824
3344
  "compatibility": {
2825
- "2.x": "working",
2826
- "2.x-bridge": "unknown",
2827
- "3.x": "unknown"
3345
+ "nuxt": "^2.0.0",
3346
+ "requires": {}
2828
3347
  }
2829
3348
  },
2830
3349
  {
@@ -2846,18 +3365,17 @@
2846
3365
  }
2847
3366
  ],
2848
3367
  "compatibility": {
2849
- "2.x": "working",
2850
- "2.x-bridge": "unknown",
2851
- "3.x": "unknown"
3368
+ "nuxt": "^2.0.0",
3369
+ "requires": {}
2852
3370
  }
2853
3371
  },
2854
3372
  {
2855
3373
  "name": "sanity",
2856
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
2857
- "repo": "nuxt-community/sanity-module#main",
3374
+ "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3375
+ "repo": "nuxt-modules/sanity#main",
2858
3376
  "npm": "@nuxtjs/sanity",
2859
3377
  "icon": "sanity.png",
2860
- "github": "https://github.com/nuxt-community/sanity-module#main",
3378
+ "github": "https://github.com/nuxt-modules/sanity#main",
2861
3379
  "website": "https://sanity.nuxtjs.org",
2862
3380
  "learn_more": "https://www.sanity.io/",
2863
3381
  "category": "CMS",
@@ -2870,9 +3388,34 @@
2870
3388
  }
2871
3389
  ],
2872
3390
  "compatibility": {
2873
- "2.x": "working",
2874
- "2.x-bridge": "unknown",
2875
- "3.x": "unknown"
3391
+ "nuxt": "^2.0.0 || ^3.0.0",
3392
+ "requires": {
3393
+ "bridge": "optional"
3394
+ }
3395
+ }
3396
+ },
3397
+ {
3398
+ "name": "schema-org",
3399
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3400
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3401
+ "npm": "nuxt-schema-org",
3402
+ "icon": "schema-org.svg",
3403
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3404
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3405
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3406
+ "category": "SEO",
3407
+ "type": "3rd-party",
3408
+ "maintainers": [
3409
+ {
3410
+ "name": "Harlan Wilton",
3411
+ "github": "harlan-zw",
3412
+ "twitter": "harlan_zw",
3413
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3414
+ }
3415
+ ],
3416
+ "compatibility": {
3417
+ "nuxt": "^3.0.0",
3418
+ "requires": {}
2876
3419
  }
2877
3420
  },
2878
3421
  {
@@ -2893,9 +3436,8 @@
2893
3436
  }
2894
3437
  ],
2895
3438
  "compatibility": {
2896
- "2.x": "working",
2897
- "2.x-bridge": "unknown",
2898
- "3.x": "unknown"
3439
+ "nuxt": "^2.0.0",
3440
+ "requires": {}
2899
3441
  }
2900
3442
  },
2901
3443
  {
@@ -2916,9 +3458,8 @@
2916
3458
  }
2917
3459
  ],
2918
3460
  "compatibility": {
2919
- "2.x": "working",
2920
- "2.x-bridge": "unknown",
2921
- "3.x": "unknown"
3461
+ "nuxt": "^2.0.0",
3462
+ "requires": {}
2922
3463
  }
2923
3464
  },
2924
3465
  {
@@ -2939,9 +3480,31 @@
2939
3480
  }
2940
3481
  ],
2941
3482
  "compatibility": {
2942
- "2.x": "working",
2943
- "2.x-bridge": "wip",
2944
- "3.x": "wip"
3483
+ "nuxt": "^2.0.0",
3484
+ "requires": {}
3485
+ }
3486
+ },
3487
+ {
3488
+ "name": "seo-meta",
3489
+ "description": "Simple generate seo metadata",
3490
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3491
+ "npm": "nuxt-seo-meta",
3492
+ "icon": "",
3493
+ "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3494
+ "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3495
+ "learn_more": "",
3496
+ "category": "SEO",
3497
+ "type": "3rd-party",
3498
+ "maintainers": [
3499
+ {
3500
+ "name": "ihavecoke",
3501
+ "github": "ihavecoke",
3502
+ "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
3503
+ }
3504
+ ],
3505
+ "compatibility": {
3506
+ "nuxt": "^2.0.0",
3507
+ "requires": {}
2945
3508
  }
2946
3509
  },
2947
3510
  {
@@ -2962,9 +3525,8 @@
2962
3525
  }
2963
3526
  ],
2964
3527
  "compatibility": {
2965
- "2.x": "working",
2966
- "2.x-bridge": "unknown",
2967
- "3.x": "unknown"
3528
+ "nuxt": "^2.0.0",
3529
+ "requires": {}
2968
3530
  }
2969
3531
  },
2970
3532
  {
@@ -2986,9 +3548,31 @@
2986
3548
  }
2987
3549
  ],
2988
3550
  "compatibility": {
2989
- "2.x": "working",
2990
- "2.x-bridge": "unknown",
2991
- "3.x": "unknown"
3551
+ "nuxt": "^2.0.0",
3552
+ "requires": {}
3553
+ }
3554
+ },
3555
+ {
3556
+ "name": "session",
3557
+ "description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
3558
+ "repo": "sidebase/nuxt-session",
3559
+ "npm": "@sidebase/nuxt-session",
3560
+ "icon": "session.png",
3561
+ "github": "https://github.com/sidebase/nuxt-session",
3562
+ "website": "https://github.com/sidebase/nuxt-session",
3563
+ "learn_more": "https://github.com/sidebase",
3564
+ "category": "Security",
3565
+ "type": "3rd-party",
3566
+ "maintainers": [
3567
+ {
3568
+ "name": "sidebase",
3569
+ "github": "sidebase",
3570
+ "twitter": "sidebase_io"
3571
+ }
3572
+ ],
3573
+ "compatibility": {
3574
+ "nuxt": "^3.0.0",
3575
+ "requires": {}
2992
3576
  }
2993
3577
  },
2994
3578
  {
@@ -3009,9 +3593,8 @@
3009
3593
  }
3010
3594
  ],
3011
3595
  "compatibility": {
3012
- "2.x": "working",
3013
- "2.x-bridge": "unknown",
3014
- "3.x": "unknown"
3596
+ "nuxt": "^2.0.0",
3597
+ "requires": {}
3015
3598
  }
3016
3599
  },
3017
3600
  {
@@ -3032,9 +3615,8 @@
3032
3615
  }
3033
3616
  ],
3034
3617
  "compatibility": {
3035
- "2.x": "working",
3036
- "2.x-bridge": "unknown",
3037
- "3.x": "unknown"
3618
+ "nuxt": "^2.0.0",
3619
+ "requires": {}
3038
3620
  }
3039
3621
  },
3040
3622
  {
@@ -3056,9 +3638,8 @@
3056
3638
  }
3057
3639
  ],
3058
3640
  "compatibility": {
3059
- "2.x": "working",
3060
- "2.x-bridge": "unknown",
3061
- "3.x": "unknown"
3641
+ "nuxt": "^2.0.0",
3642
+ "requires": {}
3062
3643
  }
3063
3644
  },
3064
3645
  {
@@ -3080,9 +3661,8 @@
3080
3661
  }
3081
3662
  ],
3082
3663
  "compatibility": {
3083
- "2.x": "working",
3084
- "2.x-bridge": "unknown",
3085
- "3.x": "unknown"
3664
+ "nuxt": "^2.0.0",
3665
+ "requires": {}
3086
3666
  }
3087
3667
  },
3088
3668
  {
@@ -3103,9 +3683,8 @@
3103
3683
  }
3104
3684
  ],
3105
3685
  "compatibility": {
3106
- "2.x": "working",
3107
- "2.x-bridge": "unknown",
3108
- "3.x": "unknown"
3686
+ "nuxt": "^2.0.0",
3687
+ "requires": {}
3109
3688
  }
3110
3689
  },
3111
3690
  {
@@ -3126,9 +3705,8 @@
3126
3705
  }
3127
3706
  ],
3128
3707
  "compatibility": {
3129
- "2.x": "working",
3130
- "2.x-bridge": "unknown",
3131
- "3.x": "unknown"
3708
+ "nuxt": "^2.0.0",
3709
+ "requires": {}
3132
3710
  }
3133
3711
  },
3134
3712
  {
@@ -3150,9 +3728,41 @@
3150
3728
  }
3151
3729
  ],
3152
3730
  "compatibility": {
3153
- "2.x": "working",
3154
- "2.x-bridge": "unknown",
3155
- "3.x": "unknown"
3731
+ "nuxt": "^2.0.0",
3732
+ "requires": {}
3733
+ }
3734
+ },
3735
+ {
3736
+ "name": "speedkit",
3737
+ "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
3738
+ "repo": "GrabarzUndPartner/nuxt-speedkit",
3739
+ "npm": "nuxt-speedkit",
3740
+ "icon": "speedkit.png",
3741
+ "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
3742
+ "website": "https://nuxt-speedkit.grabarzundpartner.dev",
3743
+ "learn_more": "",
3744
+ "category": "Performance",
3745
+ "type": "3rd-party",
3746
+ "maintainers": [
3747
+ {
3748
+ "name": "Stephan Gerbeth",
3749
+ "github": "StephanGerbeth",
3750
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3751
+ },
3752
+ {
3753
+ "name": "Thorn Walli",
3754
+ "github": "ThornWalli",
3755
+ "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
3756
+ },
3757
+ {
3758
+ "name": "Grabarz & Partner",
3759
+ "github": "GrabarzUndPartner",
3760
+ "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
3761
+ }
3762
+ ],
3763
+ "compatibility": {
3764
+ "nuxt": "^2.0.0",
3765
+ "requires": {}
3156
3766
  }
3157
3767
  },
3158
3768
  {
@@ -3173,9 +3783,8 @@
3173
3783
  }
3174
3784
  ],
3175
3785
  "compatibility": {
3176
- "2.x": "working",
3177
- "2.x-bridge": "unknown",
3178
- "3.x": "unknown"
3786
+ "nuxt": "^2.0.0",
3787
+ "requires": {}
3179
3788
  }
3180
3789
  },
3181
3790
  {
@@ -3196,9 +3805,8 @@
3196
3805
  }
3197
3806
  ],
3198
3807
  "compatibility": {
3199
- "2.x": "working",
3200
- "2.x-bridge": "unknown",
3201
- "3.x": "unknown"
3808
+ "nuxt": "^2.0.0",
3809
+ "requires": {}
3202
3810
  }
3203
3811
  },
3204
3812
  {
@@ -3219,16 +3827,15 @@
3219
3827
  }
3220
3828
  ],
3221
3829
  "compatibility": {
3222
- "2.x": "working",
3223
- "2.x-bridge": "unknown",
3224
- "3.x": "unknown"
3830
+ "nuxt": "^2.0.0",
3831
+ "requires": {}
3225
3832
  }
3226
3833
  },
3227
3834
  {
3228
3835
  "name": "storyblok",
3229
3836
  "description": "Storyblok Nuxt.js module",
3230
- "repo": "storyblok/storyblok-nuxt",
3231
- "npm": "@storyblok/nuxt-ws",
3837
+ "repo": "storyblok/storyblok-nuxt#master/lib",
3838
+ "npm": "@storyblok/nuxt",
3232
3839
  "icon": "storyblok.png",
3233
3840
  "github": "https://github.com/storyblok/storyblok-nuxt",
3234
3841
  "website": "https://github.com/storyblok/storyblok-nuxt",
@@ -3242,9 +3849,8 @@
3242
3849
  }
3243
3850
  ],
3244
3851
  "compatibility": {
3245
- "2.x": "working",
3246
- "2.x-bridge": "unknown",
3247
- "3.x": "unknown"
3852
+ "nuxt": "^2.0.0 || ^3.0.0",
3853
+ "requires": {}
3248
3854
  }
3249
3855
  },
3250
3856
  {
@@ -3271,9 +3877,10 @@
3271
3877
  }
3272
3878
  ],
3273
3879
  "compatibility": {
3274
- "2.x": "working",
3275
- "2.x-bridge": "unknown",
3276
- "3.x": "unknown"
3880
+ "nuxt": "^2.0.0",
3881
+ "requires": {
3882
+ "bridge": "optional"
3883
+ }
3277
3884
  }
3278
3885
  },
3279
3886
  {
@@ -3300,9 +3907,10 @@
3300
3907
  }
3301
3908
  ],
3302
3909
  "compatibility": {
3303
- "2.x": "working",
3304
- "2.x-bridge": "wip",
3305
- "3.x": "unknown"
3910
+ "nuxt": "^2.0.0 || ^3.0.0",
3911
+ "requires": {
3912
+ "bridge": true
3913
+ }
3306
3914
  }
3307
3915
  },
3308
3916
  {
@@ -3323,9 +3931,8 @@
3323
3931
  }
3324
3932
  ],
3325
3933
  "compatibility": {
3326
- "2.x": "working",
3327
- "2.x-bridge": "unknown",
3328
- "3.x": "unknown"
3934
+ "nuxt": "^2.0.0",
3935
+ "requires": {}
3329
3936
  }
3330
3937
  },
3331
3938
  {
@@ -3347,9 +3954,8 @@
3347
3954
  }
3348
3955
  ],
3349
3956
  "compatibility": {
3350
- "2.x": "working",
3351
- "2.x-bridge": "unknown",
3352
- "3.x": "unknown"
3957
+ "nuxt": "^2.0.0",
3958
+ "requires": {}
3353
3959
  }
3354
3960
  },
3355
3961
  {
@@ -3370,23 +3976,55 @@
3370
3976
  }
3371
3977
  ],
3372
3978
  "compatibility": {
3373
- "2.x": "working",
3374
- "2.x-bridge": "unknown",
3375
- "3.x": "unknown"
3979
+ "nuxt": "^2.0.0",
3980
+ "requires": {}
3981
+ }
3982
+ },
3983
+ {
3984
+ "name": "stylify",
3985
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3986
+ "repo": "stylify/packages#master/packages/nuxt",
3987
+ "npm": "@stylify/nuxt",
3988
+ "icon": "stylify.svg",
3989
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
3990
+ "website": "https://stylifycss.com/docs/nuxt",
3991
+ "learn_more": "https://stylifycss.com",
3992
+ "category": "UI",
3993
+ "type": "3rd-party",
3994
+ "maintainers": [
3995
+ {
3996
+ "name": "Vladimír Macháček",
3997
+ "github": "Machy8",
3998
+ "twitter": "8machy"
3999
+ }
4000
+ ],
4001
+ "compatibility": {
4002
+ "nuxt": "^2.0.0 || ^3.0.0",
4003
+ "requires": {}
3376
4004
  }
3377
4005
  },
3378
4006
  {
3379
4007
  "name": "supabase",
3380
- "description": "A supa simple way to use Supabase with Nuxt",
3381
- "repo": "supabase/nuxt-supabase",
3382
- "npm": "nuxt-supabase",
4008
+ "description": "First class integration with Supabase",
4009
+ "repo": "nuxt-community/supabase-module",
4010
+ "npm": "@nuxtjs/supabase",
3383
4011
  "icon": "supabase.png",
3384
- "github": "https://github.com/supabase/nuxt-supabase",
3385
- "website": "https://github.com/supabase/nuxt-supabase",
3386
- "learn_more": "https://supabase.io",
4012
+ "github": "https://github.com/nuxt-community/supabase-module",
4013
+ "website": "https://supabase.nuxtjs.org",
4014
+ "learn_more": "https://supabase.com",
3387
4015
  "category": "Database",
3388
- "type": "3rd-party",
4016
+ "type": "community",
3389
4017
  "maintainers": [
4018
+ {
4019
+ "name": "Baptiste Leproux",
4020
+ "github": "larbish",
4021
+ "twitter": "baptistelprx"
4022
+ },
4023
+ {
4024
+ "name": "Sebastien Chopin",
4025
+ "github": "Atinux",
4026
+ "twitter": "Atinux"
4027
+ },
3390
4028
  {
3391
4029
  "name": "Scott Robertson",
3392
4030
  "github": "scottrobertson",
@@ -3394,9 +4032,8 @@
3394
4032
  }
3395
4033
  ],
3396
4034
  "compatibility": {
3397
- "2.x": "working",
3398
- "2.x-bridge": "unknown",
3399
- "3.x": "unknown"
4035
+ "nuxt": "^2.0.0 || ^3.0.0",
4036
+ "requires": {}
3400
4037
  }
3401
4038
  },
3402
4039
  {
@@ -3417,9 +4054,8 @@
3417
4054
  }
3418
4055
  ],
3419
4056
  "compatibility": {
3420
- "2.x": "working",
3421
- "2.x-bridge": "unknown",
3422
- "3.x": "unknown"
4057
+ "nuxt": "^2.0.0",
4058
+ "requires": {}
3423
4059
  }
3424
4060
  },
3425
4061
  {
@@ -3441,9 +4077,8 @@
3441
4077
  }
3442
4078
  ],
3443
4079
  "compatibility": {
3444
- "2.x": "working",
3445
- "2.x-bridge": "unknown",
3446
- "3.x": "unknown"
4080
+ "nuxt": "^2.0.0",
4081
+ "requires": {}
3447
4082
  }
3448
4083
  },
3449
4084
  {
@@ -3464,9 +4099,8 @@
3464
4099
  }
3465
4100
  ],
3466
4101
  "compatibility": {
3467
- "2.x": "working",
3468
- "2.x-bridge": "unknown",
3469
- "3.x": "unknown"
4102
+ "nuxt": "^2.0.0",
4103
+ "requires": {}
3470
4104
  }
3471
4105
  },
3472
4106
  {
@@ -3487,9 +4121,8 @@
3487
4121
  }
3488
4122
  ],
3489
4123
  "compatibility": {
3490
- "2.x": "working",
3491
- "2.x-bridge": "unknown",
3492
- "3.x": "unknown"
4124
+ "nuxt": "^2.0.0",
4125
+ "requires": {}
3493
4126
  }
3494
4127
  },
3495
4128
  {
@@ -3511,9 +4144,31 @@
3511
4144
  }
3512
4145
  ],
3513
4146
  "compatibility": {
3514
- "2.x": "working",
3515
- "2.x-bridge": "wip",
3516
- "3.x": "wip"
4147
+ "nuxt": "^2.0.0 || ^3.0.0",
4148
+ "requires": {}
4149
+ }
4150
+ },
4151
+ {
4152
+ "name": "tiktok-analytics",
4153
+ "description": "",
4154
+ "repo": "stickpro/nuxt-tiktok-analytics",
4155
+ "npm": "tiktok-analytics",
4156
+ "icon": "",
4157
+ "github": "https://github.com/stickpro/nuxt-tiktok-analytics",
4158
+ "website": "https://github.com/stickpro/nuxt-tiktok-analytics",
4159
+ "learn_more": "",
4160
+ "category": "Analytics",
4161
+ "type": "3rd-party",
4162
+ "maintainers": [
4163
+ {
4164
+ "name": "stickpro",
4165
+ "github": "stickpro",
4166
+ "avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
4167
+ }
4168
+ ],
4169
+ "compatibility": {
4170
+ "nuxt": "^2.0.0",
4171
+ "requires": {}
3517
4172
  }
3518
4173
  },
3519
4174
  {
@@ -3535,9 +4190,33 @@
3535
4190
  }
3536
4191
  ],
3537
4192
  "compatibility": {
3538
- "2.x": "working",
3539
- "2.x-bridge": "unknown",
3540
- "3.x": "unknown"
4193
+ "nuxt": "^2.0.0",
4194
+ "requires": {}
4195
+ }
4196
+ },
4197
+ {
4198
+ "name": "turnstile",
4199
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4200
+ "repo": "danielroe/nuxt-turnstile",
4201
+ "npm": "nuxt-turnstile",
4202
+ "icon": "cloudflare.svg",
4203
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4204
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4205
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4206
+ "category": "Security",
4207
+ "type": "3rd-party",
4208
+ "maintainers": [
4209
+ {
4210
+ "name": "Daniel Roe",
4211
+ "github": "danielroe",
4212
+ "twitter": "danielcroe"
4213
+ }
4214
+ ],
4215
+ "compatibility": {
4216
+ "nuxt": "^2.0.0 || ^3.0.0",
4217
+ "requires": {
4218
+ "bridge": true
4219
+ }
3541
4220
  }
3542
4221
  },
3543
4222
  {
@@ -3558,9 +4237,43 @@
3558
4237
  }
3559
4238
  ],
3560
4239
  "compatibility": {
3561
- "2.x": "working",
3562
- "2.x-bridge": "wip",
3563
- "3.x": "wip"
4240
+ "nuxt": "^2.0.0",
4241
+ "requires": {
4242
+ "bridge": "optional"
4243
+ }
4244
+ }
4245
+ },
4246
+ {
4247
+ "name": "twicpics",
4248
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4249
+ "repo": "TwicPics/components",
4250
+ "npm": "@twicpics/components",
4251
+ "icon": "twicpics.svg",
4252
+ "github": "https://github.com/TwicPics/components",
4253
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4254
+ "learn_more": "https://www.twicpics.com",
4255
+ "category": "Images",
4256
+ "type": "3rd-party",
4257
+ "maintainers": [
4258
+ {
4259
+ "name": "Florent Bourgeois",
4260
+ "github": "florentb",
4261
+ "twitter": "florent_b"
4262
+ },
4263
+ {
4264
+ "name": "Julian Aubourg",
4265
+ "github": "jaubourg",
4266
+ "twitter": "jaubourg"
4267
+ },
4268
+ {
4269
+ "name": "Miguel Beignon",
4270
+ "github": "mbgspcii",
4271
+ "twitter": "m_beignon"
4272
+ }
4273
+ ],
4274
+ "compatibility": {
4275
+ "nuxt": "^2.0.0 || ^3.0.0",
4276
+ "requires": {}
3564
4277
  }
3565
4278
  },
3566
4279
  {
@@ -3581,9 +4294,33 @@
3581
4294
  }
3582
4295
  ],
3583
4296
  "compatibility": {
3584
- "2.x": "working",
3585
- "2.x-bridge": "unknown",
3586
- "3.x": "unknown"
4297
+ "nuxt": "^2.0.0 || ^3.0.0",
4298
+ "requires": {}
4299
+ }
4300
+ },
4301
+ {
4302
+ "name": "typed-vuex",
4303
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
4304
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4305
+ "npm": "nuxt-typed-vuex",
4306
+ "icon": "vue.png",
4307
+ "github": "https://github.com/danielroe/typed-vuex",
4308
+ "website": "https://github.com/danielroe/typed-vuex",
4309
+ "learn_more": "",
4310
+ "category": "Libraries",
4311
+ "type": "3rd-party",
4312
+ "maintainers": [
4313
+ {
4314
+ "name": "Daniel Roe",
4315
+ "github": "danielroe",
4316
+ "twitter": "danielcroe"
4317
+ }
4318
+ ],
4319
+ "compatibility": {
4320
+ "nuxt": "^2.0.0",
4321
+ "requires": {
4322
+ "bridge": "optional"
4323
+ }
3587
4324
  }
3588
4325
  },
3589
4326
  {
@@ -3614,9 +4351,8 @@
3614
4351
  }
3615
4352
  ],
3616
4353
  "compatibility": {
3617
- "2.x": "working",
3618
- "2.x-bridge": "unknown",
3619
- "3.x": "unknown"
4354
+ "nuxt": "^2.0.0",
4355
+ "requires": {}
3620
4356
  }
3621
4357
  },
3622
4358
  {
@@ -3647,9 +4383,32 @@
3647
4383
  }
3648
4384
  ],
3649
4385
  "compatibility": {
3650
- "2.x": "working",
3651
- "2.x-bridge": "unknown",
3652
- "3.x": "unknown"
4386
+ "nuxt": "^2.0.0",
4387
+ "requires": {}
4388
+ }
4389
+ },
4390
+ {
4391
+ "name": "umami",
4392
+ "description": "Embed the Umami analytics library into Nuxt",
4393
+ "repo": "ijkml/nuxt-umami",
4394
+ "npm": "nuxt-umami",
4395
+ "icon": "umami.svg",
4396
+ "github": "https://github.com/ijkml/nuxt-umami",
4397
+ "website": "https://github.com/ijkml/nuxt-umami",
4398
+ "learn_more": "https://umami.is/docs/",
4399
+ "category": "Analytics",
4400
+ "type": "3rd-party",
4401
+ "maintainers": [
4402
+ {
4403
+ "name": "ML",
4404
+ "github": "ijkml"
4405
+ }
4406
+ ],
4407
+ "compatibility": {
4408
+ "nuxt": "^2.0.0 || ^3.0.0",
4409
+ "requires": {
4410
+ "bridge": "optional"
4411
+ }
3653
4412
  }
3654
4413
  },
3655
4414
  {
@@ -3676,9 +4435,34 @@
3676
4435
  }
3677
4436
  ],
3678
4437
  "compatibility": {
3679
- "2.x": "working",
3680
- "2.x-bridge": "unknown",
3681
- "3.x": "unknown"
4438
+ "nuxt": "^2.0.0",
4439
+ "requires": {}
4440
+ }
4441
+ },
4442
+ {
4443
+ "name": "unlighthouse",
4444
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4445
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4446
+ "npm": "@unlighthouse/nuxt",
4447
+ "icon": "unlighthouse.svg",
4448
+ "github": "https://github.com/harlan-zw/unlighthouse",
4449
+ "website": "https://github.com/harlan-zw/unlighthouse",
4450
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4451
+ "category": "Devtools",
4452
+ "type": "3rd-party",
4453
+ "maintainers": [
4454
+ {
4455
+ "name": "Harlan Wilton",
4456
+ "github": "harlan-zw",
4457
+ "twitter": "harlan_zw",
4458
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4459
+ }
4460
+ ],
4461
+ "compatibility": {
4462
+ "nuxt": "^2.0.0 || ^3.0.0",
4463
+ "requires": {
4464
+ "bridge": "optional"
4465
+ }
3682
4466
  }
3683
4467
  },
3684
4468
  {
@@ -3701,9 +4485,10 @@
3701
4485
  }
3702
4486
  ],
3703
4487
  "compatibility": {
3704
- "2.x": "working",
3705
- "2.x-bridge": "working",
3706
- "3.x": "working"
4488
+ "nuxt": "^2.0.0 || ^3.0.0",
4489
+ "requires": {
4490
+ "bridge": "optional"
4491
+ }
3707
4492
  }
3708
4493
  },
3709
4494
  {
@@ -3724,9 +4509,8 @@
3724
4509
  }
3725
4510
  ],
3726
4511
  "compatibility": {
3727
- "2.x": "working",
3728
- "2.x-bridge": "unknown",
3729
- "3.x": "unknown"
4512
+ "nuxt": "^2.0.0",
4513
+ "requires": {}
3730
4514
  }
3731
4515
  },
3732
4516
  {
@@ -3747,9 +4531,8 @@
3747
4531
  }
3748
4532
  ],
3749
4533
  "compatibility": {
3750
- "2.x": "working",
3751
- "2.x-bridge": "unknown",
3752
- "3.x": "unknown"
4534
+ "nuxt": "^2.0.0",
4535
+ "requires": {}
3753
4536
  }
3754
4537
  },
3755
4538
  {
@@ -3771,9 +4554,8 @@
3771
4554
  }
3772
4555
  ],
3773
4556
  "compatibility": {
3774
- "2.x": "working",
3775
- "2.x-bridge": "unknown",
3776
- "3.x": "unknown"
4557
+ "nuxt": "^2.0.0",
4558
+ "requires": {}
3777
4559
  }
3778
4560
  },
3779
4561
  {
@@ -3794,9 +4576,8 @@
3794
4576
  }
3795
4577
  ],
3796
4578
  "compatibility": {
3797
- "2.x": "working",
3798
- "2.x-bridge": "unknown",
3799
- "3.x": "unknown"
4579
+ "nuxt": "^2.0.0",
4580
+ "requires": {}
3800
4581
  }
3801
4582
  },
3802
4583
  {
@@ -3817,9 +4598,8 @@
3817
4598
  }
3818
4599
  ],
3819
4600
  "compatibility": {
3820
- "2.x": "working",
3821
- "2.x-bridge": "unknown",
3822
- "3.x": "unknown"
4601
+ "nuxt": "^2.0.0",
4602
+ "requires": {}
3823
4603
  }
3824
4604
  },
3825
4605
  {
@@ -3840,9 +4620,8 @@
3840
4620
  }
3841
4621
  ],
3842
4622
  "compatibility": {
3843
- "2.x": "working",
3844
- "2.x-bridge": "unknown",
3845
- "3.x": "unknown"
4623
+ "nuxt": "^2.0.0",
4624
+ "requires": {}
3846
4625
  }
3847
4626
  },
3848
4627
  {
@@ -3864,9 +4643,30 @@
3864
4643
  }
3865
4644
  ],
3866
4645
  "compatibility": {
3867
- "2.x": "working",
3868
- "2.x-bridge": "unknown",
3869
- "3.x": "unknown"
4646
+ "nuxt": "^2.0.0",
4647
+ "requires": {}
4648
+ }
4649
+ },
4650
+ {
4651
+ "name": "vuestic",
4652
+ "description": "Vuestic UI module for Nuxt 3",
4653
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4654
+ "npm": "@vuestic/nuxt",
4655
+ "icon": "",
4656
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4657
+ "website": "https://vuestic.dev",
4658
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4659
+ "category": "UI",
4660
+ "type": "3rd-party",
4661
+ "maintainers": [
4662
+ {
4663
+ "name": "epicmaxco",
4664
+ "github": "epicmaxco"
4665
+ }
4666
+ ],
4667
+ "compatibility": {
4668
+ "nuxt": "^3.0.0",
4669
+ "requires": {}
3870
4670
  }
3871
4671
  },
3872
4672
  {
@@ -3892,16 +4692,15 @@
3892
4692
  }
3893
4693
  ],
3894
4694
  "compatibility": {
3895
- "2.x": "working",
3896
- "2.x-bridge": "unknown",
3897
- "3.x": "not-working"
4695
+ "nuxt": "^2.0.0",
4696
+ "requires": {}
3898
4697
  }
3899
4698
  },
3900
4699
  {
3901
4700
  "name": "vueuse",
3902
4701
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
3903
- "repo": "vueuse/vueuse#main/packages/core",
3904
- "npm": "@vueuse/core",
4702
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4703
+ "npm": "@vueuse/nuxt",
3905
4704
  "icon": "vueuse.svg",
3906
4705
  "github": "https://github.com/vueuse/vueuse",
3907
4706
  "website": "https://vueuse.org",
@@ -3916,9 +4715,10 @@
3916
4715
  }
3917
4716
  ],
3918
4717
  "compatibility": {
3919
- "2.x": "working",
3920
- "2.x-bridge": "working",
3921
- "3.x": "working"
4718
+ "nuxt": "^2.0.0 || ^3.0.0",
4719
+ "requires": {
4720
+ "bridge": "optional"
4721
+ }
3922
4722
  }
3923
4723
  },
3924
4724
  {
@@ -3939,9 +4739,8 @@
3939
4739
  }
3940
4740
  ],
3941
4741
  "compatibility": {
3942
- "2.x": "working",
3943
- "2.x-bridge": "unknown",
3944
- "3.x": "unknown"
4742
+ "nuxt": "^2.0.0",
4743
+ "requires": {}
3945
4744
  }
3946
4745
  },
3947
4746
  {
@@ -3972,33 +4771,33 @@
3972
4771
  }
3973
4772
  ],
3974
4773
  "compatibility": {
3975
- "2.x": "working",
3976
- "2.x-bridge": "unknown",
3977
- "3.x": "unknown"
4774
+ "nuxt": "^2.0.0 || ^3.0.0",
4775
+ "requires": {
4776
+ "bridge": "optional"
4777
+ }
3978
4778
  }
3979
4779
  },
3980
4780
  {
3981
4781
  "name": "web3js",
3982
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
3983
- "repo": "fauzan121002/nuxt-web3",
4782
+ "description": "Web3.js module integration for Nuxt.js",
4783
+ "repo": "bl0cknumber/nuxt-web3",
3984
4784
  "npm": "nuxt-web3",
3985
4785
  "icon": "web3js.svg",
3986
- "github": "https://github.com/fauzan121002/nuxt-web3",
3987
- "website": "https://github.com/fauzan121002/nuxt-web3",
4786
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
4787
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
3988
4788
  "learn_more": "https://web3js.readthedocs.io/",
3989
4789
  "category": "Libraries",
3990
4790
  "type": "3rd-party",
3991
4791
  "maintainers": [
3992
4792
  {
3993
4793
  "name": "Muhammad Fauzan",
3994
- "github": "fauzan121002",
3995
- "twitter": "fauzandev"
4794
+ "github": "bl0cknumber",
4795
+ "twitter": "fncolon"
3996
4796
  }
3997
4797
  ],
3998
4798
  "compatibility": {
3999
- "2.x": "working",
4000
- "2.x-bridge": "unknown",
4001
- "3.x": "unknown"
4799
+ "nuxt": "^2.0.0",
4800
+ "requires": {}
4002
4801
  }
4003
4802
  },
4004
4803
  {
@@ -4019,9 +4818,8 @@
4019
4818
  }
4020
4819
  ],
4021
4820
  "compatibility": {
4022
- "2.x": "working",
4023
- "2.x-bridge": "unknown",
4024
- "3.x": "unknown"
4821
+ "nuxt": "^2.0.0",
4822
+ "requires": {}
4025
4823
  }
4026
4824
  },
4027
4825
  {
@@ -4042,9 +4840,10 @@
4042
4840
  }
4043
4841
  ],
4044
4842
  "compatibility": {
4045
- "2.x": "working",
4046
- "2.x-bridge": "working",
4047
- "3.x": "unknown"
4843
+ "nuxt": "^2.0.0",
4844
+ "requires": {
4845
+ "bridge": "optional"
4846
+ }
4048
4847
  }
4049
4848
  },
4050
4849
  {
@@ -4066,9 +4865,8 @@
4066
4865
  }
4067
4866
  ],
4068
4867
  "compatibility": {
4069
- "2.x": "working",
4070
- "2.x-bridge": "unknown",
4071
- "3.x": "unknown"
4868
+ "nuxt": "^2.0.0",
4869
+ "requires": {}
4072
4870
  }
4073
4871
  },
4074
4872
  {
@@ -4089,9 +4887,8 @@
4089
4887
  }
4090
4888
  ],
4091
4889
  "compatibility": {
4092
- "2.x": "working",
4093
- "2.x-bridge": "unknown",
4094
- "3.x": "unknown"
4890
+ "nuxt": "^2.0.0",
4891
+ "requires": {}
4095
4892
  }
4096
4893
  },
4097
4894
  {
@@ -4113,9 +4910,8 @@
4113
4910
  }
4114
4911
  ],
4115
4912
  "compatibility": {
4116
- "2.x": "working",
4117
- "2.x-bridge": "unknown",
4118
- "3.x": "unknown"
4913
+ "nuxt": "^2.0.0",
4914
+ "requires": {}
4119
4915
  }
4120
4916
  },
4121
4917
  {
@@ -4142,9 +4938,10 @@
4142
4938
  }
4143
4939
  ],
4144
4940
  "compatibility": {
4145
- "2.x": "working",
4146
- "2.x-bridge": "working",
4147
- "3.x": "working"
4941
+ "nuxt": "^2.0.0 || ^3.0.0",
4942
+ "requires": {
4943
+ "bridge": "optional"
4944
+ }
4148
4945
  }
4149
4946
  },
4150
4947
  {
@@ -4165,9 +4962,8 @@
4165
4962
  }
4166
4963
  ],
4167
4964
  "compatibility": {
4168
- "2.x": "working",
4169
- "2.x-bridge": "unknown",
4170
- "3.x": "unknown"
4965
+ "nuxt": "^2.0.0",
4966
+ "requires": {}
4171
4967
  }
4172
4968
  },
4173
4969
  {
@@ -4188,9 +4984,8 @@
4188
4984
  }
4189
4985
  ],
4190
4986
  "compatibility": {
4191
- "2.x": "working",
4192
- "2.x-bridge": "unknown",
4193
- "3.x": "unknown"
4987
+ "nuxt": "^2.0.0",
4988
+ "requires": {}
4194
4989
  }
4195
4990
  },
4196
4991
  {
@@ -4211,9 +5006,33 @@
4211
5006
  }
4212
5007
  ],
4213
5008
  "compatibility": {
4214
- "2.x": "working",
4215
- "2.x-bridge": "unknown",
4216
- "3.x": "unknown"
5009
+ "nuxt": "^2.0.0",
5010
+ "requires": {}
5011
+ }
5012
+ },
5013
+ {
5014
+ "name": "xstate",
5015
+ "description": "XState integration for Nuxt",
5016
+ "repo": "Lexpeartha/nuxt-xstate",
5017
+ "npm": "nuxt-xstate",
5018
+ "icon": "xstate.svg",
5019
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
5020
+ "website": "https://nuxt-xstate.lexpeartha.com",
5021
+ "learn_more": "https://xstate.js.org/",
5022
+ "category": "Extensions",
5023
+ "type": "3rd-party",
5024
+ "maintainers": [
5025
+ {
5026
+ "name": "Lexpeartha",
5027
+ "github": "Lexpeartha",
5028
+ "twitter": "lexpeartha"
5029
+ }
5030
+ ],
5031
+ "compatibility": {
5032
+ "nuxt": "^2.0.0 || ^3.0.0",
5033
+ "requires": {
5034
+ "bridge": true
5035
+ }
4217
5036
  }
4218
5037
  },
4219
5038
  {
@@ -4234,9 +5053,8 @@
4234
5053
  }
4235
5054
  ],
4236
5055
  "compatibility": {
4237
- "2.x": "working",
4238
- "2.x-bridge": "unknown",
4239
- "3.x": "unknown"
5056
+ "nuxt": "^2.0.0",
5057
+ "requires": {}
4240
5058
  }
4241
5059
  },
4242
5060
  {
@@ -4258,9 +5076,8 @@
4258
5076
  }
4259
5077
  ],
4260
5078
  "compatibility": {
4261
- "2.x": "working",
4262
- "2.x-bridge": "unknown",
4263
- "3.x": "unknown"
5079
+ "nuxt": "^2.0.0",
5080
+ "requires": {}
4264
5081
  }
4265
5082
  },
4266
5083
  {
@@ -4281,9 +5098,8 @@
4281
5098
  }
4282
5099
  ],
4283
5100
  "compatibility": {
4284
- "2.x": "working",
4285
- "2.x-bridge": "unknown",
4286
- "3.x": "unknown"
5101
+ "nuxt": "^2.0.0",
5102
+ "requires": {}
4287
5103
  }
4288
5104
  }
4289
5105
  ]