@nuxt/modules 0.5.0-1e5823 → 0.5.0-1fd9c1

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 +1598 -609
  2. package/package.json +1 -1
  3. package/categories.json +0 -21
package/modules.json CHANGED
@@ -22,9 +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": {}
27
+ }
28
+ },
29
+ {
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",
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",
63
+ "maintainers": [
64
+ {
65
+ "name": "Jakub Andrzejewski",
66
+ "github": "Baroshem",
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"
73
+ }
74
+ ],
75
+ "compatibility": {
76
+ "nuxt": "^2.0.0 || ^3.0.0",
77
+ "requires": {
78
+ "bridge": true
79
+ }
28
80
  }
29
81
  },
30
82
  {
@@ -45,9 +97,8 @@
45
97
  }
46
98
  ],
47
99
  "compatibility": {
48
- "2.x": "working",
49
- "2.x-bridge": "unknown",
50
- "3.x": "unknown"
100
+ "nuxt": "^2.0.0",
101
+ "requires": {}
51
102
  }
52
103
  },
53
104
  {
@@ -69,9 +120,8 @@
69
120
  }
70
121
  ],
71
122
  "compatibility": {
72
- "2.x": "working",
73
- "2.x-bridge": "unknown",
74
- "3.x": "unknown"
123
+ "nuxt": "^2.0.0",
124
+ "requires": {}
75
125
  }
76
126
  },
77
127
  {
@@ -92,9 +142,32 @@
92
142
  }
93
143
  ],
94
144
  "compatibility": {
95
- "2.x": "working",
96
- "2.x-bridge": "unknown",
97
- "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": {}
98
171
  }
99
172
  },
100
173
  {
@@ -117,36 +190,32 @@
117
190
  }
118
191
  ],
119
192
  "compatibility": {
120
- "2.x": "working",
121
- "2.x-bridge": "unknown",
122
- "3.x": "unknown"
193
+ "nuxt": "^2.0.0",
194
+ "requires": {}
123
195
  }
124
196
  },
125
197
  {
126
198
  "name": "apollo",
127
199
  "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
128
- "repo": "nuxt-community/apollo-module",
200
+ "repo": "nuxt-modules/apollo",
129
201
  "npm": "@nuxtjs/apollo",
130
202
  "icon": "apollo.png",
131
- "github": "https://github.com/nuxt-community/apollo-module",
132
- "website": "https://github.com/nuxt-community/apollo-module",
203
+ "github": "https://github.com/nuxt-modules/apollo",
204
+ "website": "https://apollo.nuxtjs.org",
133
205
  "learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
134
206
  "category": "Request",
135
207
  "type": "community",
136
208
  "maintainers": [
137
209
  {
138
- "name": "Lam Kieu",
139
- "github": "kieusonlam"
140
- },
141
- {
142
- "name": "Dominic Garms",
143
- "github": "dohomi"
210
+ "name": "Conrawl Rogers",
211
+ "github": "diizzayy",
212
+ "twitter": "diizzayy",
213
+ "avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
144
214
  }
145
215
  ],
146
216
  "compatibility": {
147
- "2.x": "working",
148
- "2.x-bridge": "broken",
149
- "3.x": "broken"
217
+ "nuxt": "^2.0.0 || ^3.0.0",
218
+ "requires": {}
150
219
  }
151
220
  },
152
221
  {
@@ -167,9 +236,8 @@
167
236
  }
168
237
  ],
169
238
  "compatibility": {
170
- "2.x": "working",
171
- "2.x-bridge": "unknown",
172
- "3.x": "unknown"
239
+ "nuxt": "^2.0.0",
240
+ "requires": {}
173
241
  }
174
242
  },
175
243
  {
@@ -190,9 +258,8 @@
190
258
  }
191
259
  ],
192
260
  "compatibility": {
193
- "2.x": "working",
194
- "2.x-bridge": "unknown",
195
- "3.x": "unknown"
261
+ "nuxt": "^2.0.0",
262
+ "requires": {}
196
263
  }
197
264
  },
198
265
  {
@@ -218,9 +285,8 @@
218
285
  }
219
286
  ],
220
287
  "compatibility": {
221
- "2.x": "working",
222
- "2.x-bridge": "wip",
223
- "3.x": "wip"
288
+ "nuxt": "^2.0.0",
289
+ "requires": {}
224
290
  }
225
291
  },
226
292
  {
@@ -242,9 +308,8 @@
242
308
  }
243
309
  ],
244
310
  "compatibility": {
245
- "2.x": "working",
246
- "2.x-bridge": "working",
247
- "3.x": "unknown"
311
+ "nuxt": "^2.0.0",
312
+ "requires": {}
248
313
  }
249
314
  },
250
315
  {
@@ -265,9 +330,8 @@
265
330
  }
266
331
  ],
267
332
  "compatibility": {
268
- "2.x": "working",
269
- "2.x-bridge": "unknown",
270
- "3.x": "unknown"
333
+ "nuxt": "^2.0.0",
334
+ "requires": {}
271
335
  }
272
336
  },
273
337
  {
@@ -298,9 +362,8 @@
298
362
  }
299
363
  ],
300
364
  "compatibility": {
301
- "2.x": "working",
302
- "2.x-bridge": "unknown",
303
- "3.x": "unknown"
365
+ "nuxt": "^2.0.0",
366
+ "requires": {}
304
367
  }
305
368
  },
306
369
  {
@@ -322,9 +385,8 @@
322
385
  }
323
386
  ],
324
387
  "compatibility": {
325
- "2.x": "working",
326
- "2.x-bridge": "unknown",
327
- "3.x": "unknown"
388
+ "nuxt": "^2.0.0",
389
+ "requires": {}
328
390
  }
329
391
  },
330
392
  {
@@ -345,14 +407,13 @@
345
407
  }
346
408
  ],
347
409
  "compatibility": {
348
- "2.x": "working",
349
- "2.x-bridge": "unknown",
350
- "3.x": "unknown"
410
+ "nuxt": "^2.0.0",
411
+ "requires": {}
351
412
  }
352
413
  },
353
414
  {
354
415
  "name": "bugsnag",
355
- "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.",
356
417
  "repo": "JulianMar/nuxt-bugsnag",
357
418
  "npm": "nuxt-bugsnag",
358
419
  "icon": "bugsnag.png",
@@ -364,36 +425,15 @@
364
425
  "maintainers": [
365
426
  {
366
427
  "name": "JulianMar",
367
- "github": "JulianMar"
428
+ "github": "JulianMar",
429
+ "twitter": "julian_martin96"
368
430
  }
369
431
  ],
370
432
  "compatibility": {
371
- "2.x": "working",
372
- "2.x-bridge": "unknown",
373
- "3.x": "unknown"
374
- }
375
- },
376
- {
377
- "name": "build-optimisations",
378
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
379
- "repo": "loonpwn/nuxt-build-optimisations",
380
- "npm": "nuxt-webpack-optimisations-monorepo",
381
- "icon": "build-optimisations.svg",
382
- "github": "https://github.com/loonpwn/nuxt-build-optimisations",
383
- "website": "https://github.com/loonpwn/nuxt-build-optimisations",
384
- "learn_more": "",
385
- "category": "Devtools",
386
- "type": "3rd-party",
387
- "maintainers": [
388
- {
389
- "name": "loonpwn",
390
- "github": "loonpwn"
433
+ "nuxt": "^2.0.0 || ^3.0.0",
434
+ "requires": {
435
+ "bridge": true
391
436
  }
392
- ],
393
- "compatibility": {
394
- "2.x": "working",
395
- "2.x-bridge": "unknown",
396
- "3.x": "unknown"
397
437
  }
398
438
  },
399
439
  {
@@ -414,9 +454,8 @@
414
454
  }
415
455
  ],
416
456
  "compatibility": {
417
- "2.x": "working",
418
- "2.x-bridge": "unknown",
419
- "3.x": "unknown"
457
+ "nuxt": "^2.0.0",
458
+ "requires": {}
420
459
  }
421
460
  },
422
461
  {
@@ -437,14 +476,13 @@
437
476
  }
438
477
  ],
439
478
  "compatibility": {
440
- "2.x": "working",
441
- "2.x-bridge": "unknown",
442
- "3.x": "unknown"
479
+ "nuxt": "^2.0.0",
480
+ "requires": {}
443
481
  }
444
482
  },
445
483
  {
446
484
  "name": "canvas-sketch",
447
- "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",
448
486
  "repo": "LuXDAmore/generative-art",
449
487
  "npm": "@luxdamore/nuxt-canvas-sketch",
450
488
  "icon": "",
@@ -461,9 +499,8 @@
461
499
  }
462
500
  ],
463
501
  "compatibility": {
464
- "2.x": "working",
465
- "2.x-bridge": "unknown",
466
- "3.x": "unknown"
502
+ "nuxt": "^2.0.0",
503
+ "requires": {}
467
504
  }
468
505
  },
469
506
  {
@@ -484,9 +521,30 @@
484
521
  }
485
522
  ],
486
523
  "compatibility": {
487
- "2.x": "working",
488
- "2.x-bridge": "unknown",
489
- "3.x": "unknown"
524
+ "nuxt": "^2.0.0",
525
+ "requires": {}
526
+ }
527
+ },
528
+ {
529
+ "name": "chatwoot",
530
+ "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
531
+ "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
532
+ "npm": "@huntersofbook/chatwoot-nuxt",
533
+ "icon": "chatwoot.png",
534
+ "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
535
+ "website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
536
+ "learn_more": "https://www.chatwoot.com",
537
+ "category": "Libraries",
538
+ "type": "3rd-party",
539
+ "maintainers": [
540
+ {
541
+ "name": "productdevbook",
542
+ "github": "productdevbook"
543
+ }
544
+ ],
545
+ "compatibility": {
546
+ "nuxt": "^3.0.0",
547
+ "requires": {}
490
548
  }
491
549
  },
492
550
  {
@@ -507,9 +565,8 @@
507
565
  }
508
566
  ],
509
567
  "compatibility": {
510
- "2.x": "working",
511
- "2.x-bridge": "unknown",
512
- "3.x": "unknown"
568
+ "nuxt": "^2.0.0",
569
+ "requires": {}
513
570
  }
514
571
  },
515
572
  {
@@ -530,9 +587,8 @@
530
587
  }
531
588
  ],
532
589
  "compatibility": {
533
- "2.x": "working",
534
- "2.x-bridge": "unknown",
535
- "3.x": "unknown"
590
+ "nuxt": "^2.0.0",
591
+ "requires": {}
536
592
  }
537
593
  },
538
594
  {
@@ -553,9 +609,8 @@
553
609
  }
554
610
  ],
555
611
  "compatibility": {
556
- "2.x": "working",
557
- "2.x-bridge": "unknown",
558
- "3.x": "unknown"
612
+ "nuxt": "^2.0.0",
613
+ "requires": {}
559
614
  }
560
615
  },
561
616
  {
@@ -577,9 +632,8 @@
577
632
  }
578
633
  ],
579
634
  "compatibility": {
580
- "2.x": "working",
581
- "2.x-bridge": "unknown",
582
- "3.x": "broken"
635
+ "nuxt": "^2.0.0",
636
+ "requires": {}
583
637
  }
584
638
  },
585
639
  {
@@ -601,9 +655,10 @@
601
655
  }
602
656
  ],
603
657
  "compatibility": {
604
- "2.x": "working",
605
- "2.x-bridge": "working",
606
- "3.x": "unknown"
658
+ "nuxt": "^2.0.0 || ^3.0.0",
659
+ "requires": {
660
+ "bridge": "optional"
661
+ }
607
662
  }
608
663
  },
609
664
  {
@@ -625,9 +680,8 @@
625
680
  }
626
681
  ],
627
682
  "compatibility": {
628
- "2.x": "working",
629
- "2.x-bridge": "unknown",
630
- "3.x": "unknown"
683
+ "nuxt": "^2.0.0",
684
+ "requires": {}
631
685
  }
632
686
  },
633
687
  {
@@ -649,17 +703,16 @@
649
703
  }
650
704
  ],
651
705
  "compatibility": {
652
- "2.x": "working",
653
- "2.x-bridge": "unknown",
654
- "3.x": "unknown"
706
+ "nuxt": "^2.0.0",
707
+ "requires": {}
655
708
  }
656
709
  },
657
710
  {
658
711
  "name": "content",
659
- "description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
660
- "repo": "nuxt/content#master/packages/content",
712
+ "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.",
713
+ "repo": "nuxt/content#main",
661
714
  "npm": "@nuxt/content",
662
- "icon": "content.png",
715
+ "icon": "nuxt.png",
663
716
  "github": "https://github.com/nuxt/content",
664
717
  "website": "https://content.nuxtjs.org",
665
718
  "learn_more": "",
@@ -667,9 +720,14 @@
667
720
  "type": "official",
668
721
  "maintainers": [
669
722
  {
670
- "name": "Benjamin Canac",
671
- "github": "benjamincanac",
672
- "twitter": "benjamincanac"
723
+ "name": "Yaël Guilloux",
724
+ "github": "Tahul",
725
+ "twitter": "yaeeelglx"
726
+ },
727
+ {
728
+ "name": "Ahad Birang",
729
+ "github": "farnabaz",
730
+ "twitter": "a_birang"
673
731
  },
674
732
  {
675
733
  "name": "Sebastien Chopin",
@@ -678,9 +736,8 @@
678
736
  }
679
737
  ],
680
738
  "compatibility": {
681
- "2.x": "working",
682
- "2.x-bridge": "broken",
683
- "3.x": "broken"
739
+ "nuxt": "^2.0.0 || ^3.0.0",
740
+ "requires": {}
684
741
  }
685
742
  },
686
743
  {
@@ -701,9 +758,8 @@
701
758
  }
702
759
  ],
703
760
  "compatibility": {
704
- "2.x": "working",
705
- "2.x-bridge": "unknown",
706
- "3.x": "unknown"
761
+ "nuxt": "^2.0.0",
762
+ "requires": {}
707
763
  }
708
764
  },
709
765
  {
@@ -728,9 +784,8 @@
728
784
  }
729
785
  ],
730
786
  "compatibility": {
731
- "2.x": "working",
732
- "2.x-bridge": "unknown",
733
- "3.x": "unknown"
787
+ "nuxt": "^2.0.0",
788
+ "requires": {}
734
789
  }
735
790
  },
736
791
  {
@@ -751,9 +806,8 @@
751
806
  }
752
807
  ],
753
808
  "compatibility": {
754
- "2.x": "working",
755
- "2.x-bridge": "unknown",
756
- "3.x": "unknown"
809
+ "nuxt": "^2.0.0",
810
+ "requires": {}
757
811
  }
758
812
  },
759
813
  {
@@ -774,9 +828,30 @@
774
828
  }
775
829
  ],
776
830
  "compatibility": {
777
- "2.x": "working",
778
- "2.x-bridge": "wip",
779
- "3.x": "wip"
831
+ "nuxt": "^2.0.0",
832
+ "requires": {}
833
+ }
834
+ },
835
+ {
836
+ "name": "datocms",
837
+ "description": "DatoCMS integration for Nuxt.js",
838
+ "repo": "voorhoede/nuxt-datocms-module",
839
+ "npm": "@voorhoede/nuxt-datocms-module",
840
+ "icon": "datocms.png",
841
+ "github": "https://github.com/voorhoede/nuxt-datocms-module",
842
+ "website": "https://github.com/voorhoede/nuxt-datocms-module",
843
+ "learn_more": "https://www.datocms.com/",
844
+ "category": "CMS",
845
+ "type": "3rd-party",
846
+ "maintainers": [
847
+ {
848
+ "name": "Frankwarnaar",
849
+ "github": "Frankwarnaar"
850
+ }
851
+ ],
852
+ "compatibility": {
853
+ "nuxt": "^2.0.0",
854
+ "requires": {}
780
855
  }
781
856
  },
782
857
  {
@@ -798,9 +873,31 @@
798
873
  }
799
874
  ],
800
875
  "compatibility": {
801
- "2.x": "working",
802
- "2.x-bridge": "unknown",
803
- "3.x": "unknown"
876
+ "nuxt": "^2.0.0",
877
+ "requires": {}
878
+ }
879
+ },
880
+ {
881
+ "name": "delay-hydration",
882
+ "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
883
+ "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
884
+ "npm": "nuxt-delay-hydration",
885
+ "icon": "lighthouse.svg",
886
+ "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
887
+ "website": "https://github.com/harlan-zw/nuxt-delay-hydration",
888
+ "learn_more": "",
889
+ "category": "Performance",
890
+ "type": "3rd-party",
891
+ "maintainers": [
892
+ {
893
+ "name": "Harlan Wilton",
894
+ "github": "harlan-zw",
895
+ "twitter": "harlan_zw"
896
+ }
897
+ ],
898
+ "compatibility": {
899
+ "nuxt": "^2.0.0",
900
+ "requires": {}
804
901
  }
805
902
  },
806
903
  {
@@ -821,9 +918,33 @@
821
918
  }
822
919
  ],
823
920
  "compatibility": {
824
- "2.x": "working",
825
- "2.x-bridge": "unknown",
826
- "3.x": "unknown"
921
+ "nuxt": "^2.0.0",
922
+ "requires": {}
923
+ }
924
+ },
925
+ {
926
+ "name": "directus",
927
+ "description": "Easily connect your Nuxt3 application to your directus server.",
928
+ "repo": "intevel/nuxt-directus",
929
+ "npm": "nuxt-directus",
930
+ "icon": "directus.svg",
931
+ "github": "https://github.com/directus/nuxt-directus/",
932
+ "website": "https://nuxt-directus.netlify.app/",
933
+ "learn_more": "https://nuxt-directus.netlify.app/",
934
+ "category": "CMS",
935
+ "type": "3rd-party",
936
+ "maintainers": [
937
+ {
938
+ "name": "Conner Bachmann",
939
+ "github": "intevel",
940
+ "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
941
+ }
942
+ ],
943
+ "compatibility": {
944
+ "nuxt": "^2.0.0 || ^3.0.0",
945
+ "requires": {
946
+ "bridge": true
947
+ }
827
948
  }
828
949
  },
829
950
  {
@@ -844,9 +965,41 @@
844
965
  }
845
966
  ],
846
967
  "compatibility": {
847
- "2.x": "working",
848
- "2.x-bridge": "unknown",
849
- "3.x": "unknown"
968
+ "nuxt": "^2.0.0",
969
+ "requires": {}
970
+ }
971
+ },
972
+ {
973
+ "name": "drupal-ce",
974
+ "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
975
+ "repo": "drunomics/nuxtjs-drupal-ce",
976
+ "npm": "nuxtjs-drupal-ce",
977
+ "icon": "drupal-ce.png",
978
+ "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
979
+ "website": "https://stack.lupus.digital",
980
+ "learn_more": "https://stack.lupus.digital/2-resources/learning",
981
+ "category": "CMS",
982
+ "type": "3rd-party",
983
+ "maintainers": [
984
+ {
985
+ "name": "Wolfgang Ziegler // fago",
986
+ "github": "fago",
987
+ "avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
988
+ },
989
+ {
990
+ "name": "Maximilian Götz-Mikus",
991
+ "github": "maximilianmikus",
992
+ "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
993
+ },
994
+ {
995
+ "name": "David Licen",
996
+ "github": "davision",
997
+ "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
998
+ }
999
+ ],
1000
+ "compatibility": {
1001
+ "nuxt": "^2.0.0",
1002
+ "requires": {}
850
1003
  }
851
1004
  },
852
1005
  {
@@ -867,9 +1020,8 @@
867
1020
  }
868
1021
  ],
869
1022
  "compatibility": {
870
- "2.x": "working",
871
- "2.x-bridge": "unknown",
872
- "3.x": "unknown"
1023
+ "nuxt": "^2.0.0",
1024
+ "requires": {}
873
1025
  }
874
1026
  },
875
1027
  {
@@ -891,9 +1043,8 @@
891
1043
  }
892
1044
  ],
893
1045
  "compatibility": {
894
- "2.x": "working",
895
- "2.x-bridge": "unknown",
896
- "3.x": "unknown"
1046
+ "nuxt": "^2.0.0",
1047
+ "requires": {}
897
1048
  }
898
1049
  },
899
1050
  {
@@ -914,9 +1065,8 @@
914
1065
  }
915
1066
  ],
916
1067
  "compatibility": {
917
- "2.x": "working",
918
- "2.x-bridge": "unknown",
919
- "3.x": "unknown"
1068
+ "nuxt": "^2.0.0",
1069
+ "requires": {}
920
1070
  }
921
1071
  },
922
1072
  {
@@ -937,9 +1087,8 @@
937
1087
  }
938
1088
  ],
939
1089
  "compatibility": {
940
- "2.x": "working",
941
- "2.x-bridge": "unknown",
942
- "3.x": "unknown"
1090
+ "nuxt": "^2.0.0",
1091
+ "requires": {}
943
1092
  }
944
1093
  },
945
1094
  {
@@ -960,9 +1109,8 @@
960
1109
  }
961
1110
  ],
962
1111
  "compatibility": {
963
- "2.x": "working",
964
- "2.x-bridge": "unknown",
965
- "3.x": "unknown"
1112
+ "nuxt": "^2.0.0",
1113
+ "requires": {}
966
1114
  }
967
1115
  },
968
1116
  {
@@ -983,14 +1131,13 @@
983
1131
  }
984
1132
  ],
985
1133
  "compatibility": {
986
- "2.x": "working",
987
- "2.x-bridge": "unknown",
988
- "3.x": "unknown"
1134
+ "nuxt": "^2.0.0",
1135
+ "requires": {}
989
1136
  }
990
1137
  },
991
1138
  {
992
1139
  "name": "feed",
993
- "description": "Feed module enables everyone to have RSS, Atom and Json.",
1140
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
994
1141
  "repo": "nuxt-community/feed-module",
995
1142
  "npm": "@nuxtjs/feed",
996
1143
  "icon": "",
@@ -1007,15 +1154,14 @@
1007
1154
  }
1008
1155
  ],
1009
1156
  "compatibility": {
1010
- "2.x": "working",
1011
- "2.x-bridge": "unknown",
1012
- "3.x": "unknown"
1157
+ "nuxt": "^2.0.0",
1158
+ "requires": {}
1013
1159
  }
1014
1160
  },
1015
1161
  {
1016
1162
  "name": "firebase",
1017
1163
  "description": "Integrate Firebase into your Nuxt project.",
1018
- "repo": "nuxt-community/firebase-module",
1164
+ "repo": "nuxt-community/firebase-module#master/packages/firebase-module",
1019
1165
  "npm": "@nuxtjs/firebase",
1020
1166
  "icon": "firebase.png",
1021
1167
  "github": "https://github.com/nuxt-community/firebase-module",
@@ -1030,9 +1176,8 @@
1030
1176
  }
1031
1177
  ],
1032
1178
  "compatibility": {
1033
- "2.x": "working",
1034
- "2.x-bridge": "unknown",
1035
- "3.x": "unknown"
1179
+ "nuxt": "^2.0.0",
1180
+ "requires": {}
1036
1181
  }
1037
1182
  },
1038
1183
  {
@@ -1053,9 +1198,8 @@
1053
1198
  }
1054
1199
  ],
1055
1200
  "compatibility": {
1056
- "2.x": "working",
1057
- "2.x-bridge": "unknown",
1058
- "3.x": "unknown"
1201
+ "nuxt": "^2.0.0",
1202
+ "requires": {}
1059
1203
  }
1060
1204
  },
1061
1205
  {
@@ -1076,9 +1220,8 @@
1076
1220
  }
1077
1221
  ],
1078
1222
  "compatibility": {
1079
- "2.x": "working",
1080
- "2.x-bridge": "unknown",
1081
- "3.x": "unknown"
1223
+ "nuxt": "^2.0.0",
1224
+ "requires": {}
1082
1225
  }
1083
1226
  },
1084
1227
  {
@@ -1099,9 +1242,31 @@
1099
1242
  }
1100
1243
  ],
1101
1244
  "compatibility": {
1102
- "2.x": "working",
1103
- "2.x-bridge": "unknown",
1104
- "3.x": "unknown"
1245
+ "nuxt": "^2.0.0",
1246
+ "requires": {}
1247
+ }
1248
+ },
1249
+ {
1250
+ "name": "fontaine",
1251
+ "description": "Automatically optimized font fallback based on font metrics",
1252
+ "repo": "nuxt-modules/fontaine",
1253
+ "npm": "@nuxtjs/fontaine",
1254
+ "icon": "fontaine.png",
1255
+ "github": "https://github.com/nuxt-modules/fontaine",
1256
+ "website": "https://github.com/unjs/fontaine",
1257
+ "learn_more": "https://github.com/unjs/fontaine",
1258
+ "category": "Performance",
1259
+ "type": "community",
1260
+ "maintainers": [
1261
+ {
1262
+ "name": "Daniel Roe",
1263
+ "github": "danielroe",
1264
+ "twitter": "danielcroe"
1265
+ }
1266
+ ],
1267
+ "compatibility": {
1268
+ "nuxt": "^3.0.0",
1269
+ "requires": {}
1105
1270
  }
1106
1271
  },
1107
1272
  {
@@ -1122,9 +1287,36 @@
1122
1287
  }
1123
1288
  ],
1124
1289
  "compatibility": {
1125
- "2.x": "working",
1126
- "2.x-bridge": "unknown",
1127
- "3.x": "unknown"
1290
+ "nuxt": "^2.0.0",
1291
+ "requires": {}
1292
+ }
1293
+ },
1294
+ {
1295
+ "name": "formkit",
1296
+ "description": "Seamless FormKit integration for Nuxt",
1297
+ "repo": "formkit/formkit#master/packages/nuxt",
1298
+ "npm": "@formkit/nuxt",
1299
+ "icon": "formkit.png",
1300
+ "github": "https://github.com/formkit/formkit",
1301
+ "website": "https://formkit.com",
1302
+ "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1303
+ "category": "Libraries",
1304
+ "type": "3rd-party",
1305
+ "maintainers": [
1306
+ {
1307
+ "name": "Justin Schroeder",
1308
+ "github": "justin-schroeder",
1309
+ "twitter": "jpschroeder"
1310
+ },
1311
+ {
1312
+ "name": "Andrew Boyd",
1313
+ "github": "andrew-boyd",
1314
+ "twitter": "0xBOYD"
1315
+ }
1316
+ ],
1317
+ "compatibility": {
1318
+ "nuxt": "^3.0.0",
1319
+ "requires": {}
1128
1320
  }
1129
1321
  },
1130
1322
  {
@@ -1145,9 +1337,8 @@
1145
1337
  }
1146
1338
  ],
1147
1339
  "compatibility": {
1148
- "2.x": "working",
1149
- "2.x-bridge": "unknown",
1150
- "3.x": "unknown"
1340
+ "nuxt": "^2.0.0",
1341
+ "requires": {}
1151
1342
  }
1152
1343
  },
1153
1344
  {
@@ -1168,9 +1359,8 @@
1168
1359
  }
1169
1360
  ],
1170
1361
  "compatibility": {
1171
- "2.x": "working",
1172
- "2.x-bridge": "unknown",
1173
- "3.x": "unknown"
1362
+ "nuxt": "^2.0.0",
1363
+ "requires": {}
1174
1364
  }
1175
1365
  },
1176
1366
  {
@@ -1185,15 +1375,18 @@
1185
1375
  "category": "Analytics",
1186
1376
  "type": "community",
1187
1377
  "maintainers": [
1378
+ {
1379
+ "name": "Alexander Lichter",
1380
+ "github": "manniL"
1381
+ },
1188
1382
  {
1189
1383
  "name": "Troy Morehouse",
1190
1384
  "github": "tmorehouse"
1191
1385
  }
1192
1386
  ],
1193
1387
  "compatibility": {
1194
- "2.x": "working",
1195
- "2.x-bridge": "unknown",
1196
- "3.x": "unknown"
1388
+ "nuxt": "^2.0.0 || ^3.0.0",
1389
+ "requires": {}
1197
1390
  }
1198
1391
  },
1199
1392
  {
@@ -1224,9 +1417,8 @@
1224
1417
  }
1225
1418
  ],
1226
1419
  "compatibility": {
1227
- "2.x": "working",
1228
- "2.x-bridge": "unknown",
1229
- "3.x": "unknown"
1420
+ "nuxt": "^2.0.0",
1421
+ "requires": {}
1230
1422
  }
1231
1423
  },
1232
1424
  {
@@ -1247,9 +1439,10 @@
1247
1439
  }
1248
1440
  ],
1249
1441
  "compatibility": {
1250
- "2.x": "working",
1251
- "2.x-bridge": "unknown",
1252
- "3.x": "unknown"
1442
+ "nuxt": "^2.0.0 || ^3.0.0",
1443
+ "requires": {
1444
+ "bridge": "optional"
1445
+ }
1253
1446
  }
1254
1447
  },
1255
1448
  {
@@ -1274,9 +1467,8 @@
1274
1467
  }
1275
1468
  ],
1276
1469
  "compatibility": {
1277
- "2.x": "working",
1278
- "2.x-bridge": "unknown",
1279
- "3.x": "unknown"
1470
+ "nuxt": "^2.0.0",
1471
+ "requires": {}
1280
1472
  }
1281
1473
  },
1282
1474
  {
@@ -1308,9 +1500,30 @@
1308
1500
  }
1309
1501
  ],
1310
1502
  "compatibility": {
1311
- "2.x": "working",
1312
- "2.x-bridge": "unknown",
1313
- "3.x": "unknown"
1503
+ "nuxt": "^2.0.0",
1504
+ "requires": {}
1505
+ }
1506
+ },
1507
+ {
1508
+ "name": "graphql-client",
1509
+ "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
1510
+ "repo": "diizzayy/nuxt-graphql-client",
1511
+ "npm": "nuxt-graphql-client",
1512
+ "icon": "graphql-client.svg",
1513
+ "github": "https://github.com/diizzayy/nuxt-graphql-client",
1514
+ "website": "https://github.com/diizzayy/nuxt-graphql-client",
1515
+ "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
1516
+ "category": "Request",
1517
+ "type": "3rd-party",
1518
+ "maintainers": [
1519
+ {
1520
+ "name": "Diizzayy",
1521
+ "github": "diizzayy"
1522
+ }
1523
+ ],
1524
+ "compatibility": {
1525
+ "nuxt": "^3.0.0",
1526
+ "requires": {}
1314
1527
  }
1315
1528
  },
1316
1529
  {
@@ -1331,9 +1544,8 @@
1331
1544
  }
1332
1545
  ],
1333
1546
  "compatibility": {
1334
- "2.x": "working",
1335
- "2.x-bridge": "unknown",
1336
- "3.x": "unknown"
1547
+ "nuxt": "^2.0.0",
1548
+ "requires": {}
1337
1549
  }
1338
1550
  },
1339
1551
  {
@@ -1355,9 +1567,8 @@
1355
1567
  }
1356
1568
  ],
1357
1569
  "compatibility": {
1358
- "2.x": "working",
1359
- "2.x-bridge": "unknown",
1360
- "3.x": "unknown"
1570
+ "nuxt": "^2.0.0",
1571
+ "requires": {}
1361
1572
  }
1362
1573
  },
1363
1574
  {
@@ -1378,9 +1589,76 @@
1378
1589
  }
1379
1590
  ],
1380
1591
  "compatibility": {
1381
- "2.x": "working",
1382
- "2.x-bridge": "unknown",
1383
- "3.x": "unknown"
1592
+ "nuxt": "^2.0.0",
1593
+ "requires": {}
1594
+ }
1595
+ },
1596
+ {
1597
+ "name": "harlem",
1598
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1599
+ "repo": "nuxt-modules/harlem",
1600
+ "npm": "@nuxtjs/harlem",
1601
+ "icon": "harlem.svg",
1602
+ "github": "https://github.com/nuxt-modules/harlem",
1603
+ "website": "https://github.com/nuxt-modules/harlem",
1604
+ "learn_more": "https://harlemjs.com/",
1605
+ "category": "Extensions",
1606
+ "type": "community",
1607
+ "maintainers": [
1608
+ {
1609
+ "name": "Daniel Roe",
1610
+ "github": "danielroe",
1611
+ "twitter": "danielcroe"
1612
+ }
1613
+ ],
1614
+ "compatibility": {
1615
+ "nuxt": "^3.0.0",
1616
+ "requires": {}
1617
+ }
1618
+ },
1619
+ {
1620
+ "name": "headlessui",
1621
+ "description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
1622
+ "repo": "P4sca1/nuxt-headlessui",
1623
+ "npm": "nuxt-headlessui",
1624
+ "icon": "headlessui.png",
1625
+ "github": "https://github.com/P4sca1/nuxt-headlessui",
1626
+ "website": "https://github.com/P4sca1/nuxt-headlessui",
1627
+ "learn_more": "https://headlessui.com",
1628
+ "category": "UI",
1629
+ "type": "3rd-party",
1630
+ "maintainers": [
1631
+ {
1632
+ "name": "Pascal Sthamer",
1633
+ "github": "P4sca1"
1634
+ }
1635
+ ],
1636
+ "compatibility": {
1637
+ "nuxt": "^3.0.0",
1638
+ "requires": {}
1639
+ }
1640
+ },
1641
+ {
1642
+ "name": "headway",
1643
+ "description": "Headway changelog widget for Nuxt",
1644
+ "repo": "l-portet/nuxt-headway",
1645
+ "npm": "nuxt-headway",
1646
+ "icon": "headway.png",
1647
+ "github": "https://github.com/l-portet/nuxt-headway",
1648
+ "website": "https://nuxt-headway.netlify.app/",
1649
+ "learn_more": "https://headwayapp.co/",
1650
+ "category": "UI",
1651
+ "type": "3rd-party",
1652
+ "maintainers": [
1653
+ {
1654
+ "name": "l-portet",
1655
+ "github": "l-portet",
1656
+ "avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
1657
+ }
1658
+ ],
1659
+ "compatibility": {
1660
+ "nuxt": "^2.0.0",
1661
+ "requires": {}
1384
1662
  }
1385
1663
  },
1386
1664
  {
@@ -1401,9 +1679,8 @@
1401
1679
  }
1402
1680
  ],
1403
1681
  "compatibility": {
1404
- "2.x": "working",
1405
- "2.x-bridge": "unknown",
1406
- "3.x": "unknown"
1682
+ "nuxt": "^2.0.0",
1683
+ "requires": {}
1407
1684
  }
1408
1685
  },
1409
1686
  {
@@ -1424,9 +1701,8 @@
1424
1701
  }
1425
1702
  ],
1426
1703
  "compatibility": {
1427
- "2.x": "working",
1428
- "2.x-bridge": "unknown",
1429
- "3.x": "unknown"
1704
+ "nuxt": "^2.0.0",
1705
+ "requires": {}
1430
1706
  }
1431
1707
  },
1432
1708
  {
@@ -1447,9 +1723,8 @@
1447
1723
  }
1448
1724
  ],
1449
1725
  "compatibility": {
1450
- "2.x": "working",
1451
- "2.x-bridge": "unknown",
1452
- "3.x": "unknown"
1726
+ "nuxt": "^2.0.0",
1727
+ "requires": {}
1453
1728
  }
1454
1729
  },
1455
1730
  {
@@ -1470,18 +1745,17 @@
1470
1745
  }
1471
1746
  ],
1472
1747
  "compatibility": {
1473
- "2.x": "working",
1474
- "2.x-bridge": "unknown",
1475
- "3.x": "unknown"
1748
+ "nuxt": "^2.0.0",
1749
+ "requires": {}
1476
1750
  }
1477
1751
  },
1478
1752
  {
1479
1753
  "name": "html-validator",
1480
1754
  "description": "Automatically validate Nuxt server-rendered HTML html",
1481
- "repo": "nuxt-community/html-validator-module",
1755
+ "repo": "nuxt-modules/html-validator",
1482
1756
  "npm": "@nuxtjs/html-validator",
1483
1757
  "icon": "html-validator.png",
1484
- "github": "https://github.com/nuxt-community/html-validator-module",
1758
+ "github": "https://github.com/nuxt-modules/html-validator",
1485
1759
  "website": "https://html-validator.nuxtjs.org",
1486
1760
  "learn_more": "https://html-validate.org",
1487
1761
  "category": "Performance",
@@ -1494,9 +1768,10 @@
1494
1768
  }
1495
1769
  ],
1496
1770
  "compatibility": {
1497
- "2.x": "working",
1498
- "2.x-bridge": "unknown",
1499
- "3.x": "unknown"
1771
+ "nuxt": "^2.0.0 || ^3.0.0",
1772
+ "requires": {
1773
+ "bridge": "optional"
1774
+ }
1500
1775
  }
1501
1776
  },
1502
1777
  {
@@ -1523,9 +1798,8 @@
1523
1798
  }
1524
1799
  ],
1525
1800
  "compatibility": {
1526
- "2.x": "working",
1527
- "2.x-bridge": "unknown",
1528
- "3.x": "unknown"
1801
+ "nuxt": "^2.0.0",
1802
+ "requires": {}
1529
1803
  }
1530
1804
  },
1531
1805
  {
@@ -1547,9 +1821,8 @@
1547
1821
  }
1548
1822
  ],
1549
1823
  "compatibility": {
1550
- "2.x": "working",
1551
- "2.x-bridge": "unknown",
1552
- "3.x": "unknown"
1824
+ "nuxt": "^2.0.0",
1825
+ "requires": {}
1553
1826
  }
1554
1827
  },
1555
1828
  {
@@ -1574,9 +1847,52 @@
1574
1847
  }
1575
1848
  ],
1576
1849
  "compatibility": {
1577
- "2.x": "working",
1578
- "2.x-bridge": "unknown",
1579
- "3.x": "broken"
1850
+ "nuxt": "^2.0.0 || ^3.0.0",
1851
+ "requires": {}
1852
+ }
1853
+ },
1854
+ {
1855
+ "name": "icon",
1856
+ "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
1857
+ "repo": "nuxt-modules/icon",
1858
+ "npm": "nuxt-icon",
1859
+ "icon": "nuxt-icon.png",
1860
+ "github": "https://github.com/nuxt-modules/icon",
1861
+ "website": "https://github.com/nuxt-modules/icon",
1862
+ "learn_more": "",
1863
+ "category": "UI",
1864
+ "type": "community",
1865
+ "maintainers": [
1866
+ {
1867
+ "name": "Atinux",
1868
+ "github": "Atinux"
1869
+ }
1870
+ ],
1871
+ "compatibility": {
1872
+ "nuxt": "^3.0.0",
1873
+ "requires": {}
1874
+ }
1875
+ },
1876
+ {
1877
+ "name": "icons",
1878
+ "description": "Use your own automatically imported SVG icons.",
1879
+ "repo": "gitfoxcode/nuxt-icons",
1880
+ "npm": "nuxt-icons",
1881
+ "icon": "icons.png",
1882
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
1883
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
1884
+ "learn_more": "",
1885
+ "category": "UI",
1886
+ "type": "3rd-party",
1887
+ "maintainers": [
1888
+ {
1889
+ "name": "Sebastian Wludzik",
1890
+ "github": "gitfoxcode"
1891
+ }
1892
+ ],
1893
+ "compatibility": {
1894
+ "nuxt": "^3.0.0",
1895
+ "requires": {}
1580
1896
  }
1581
1897
  },
1582
1898
  {
@@ -1597,9 +1913,8 @@
1597
1913
  }
1598
1914
  ],
1599
1915
  "compatibility": {
1600
- "2.x": "working",
1601
- "2.x-bridge": "unknown",
1602
- "3.x": "unknown"
1916
+ "nuxt": "^2.0.0",
1917
+ "requires": {}
1603
1918
  }
1604
1919
  },
1605
1920
  {
@@ -1631,9 +1946,10 @@
1631
1946
  }
1632
1947
  ],
1633
1948
  "compatibility": {
1634
- "2.x": "working",
1635
- "2.x-bridge": "working",
1636
- "3.x": "wip"
1949
+ "nuxt": "^2.0.0 || ^3.0.0",
1950
+ "requires": {
1951
+ "bridge": "optional"
1952
+ }
1637
1953
  }
1638
1954
  },
1639
1955
  {
@@ -1654,9 +1970,33 @@
1654
1970
  }
1655
1971
  ],
1656
1972
  "compatibility": {
1657
- "2.x": "working",
1658
- "2.x-bridge": "unknown",
1659
- "3.x": "unknown"
1973
+ "nuxt": "^2.0.0",
1974
+ "requires": {}
1975
+ }
1976
+ },
1977
+ {
1978
+ "name": "inkline",
1979
+ "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
1980
+ "repo": "inkline/nuxt-module-inkline",
1981
+ "npm": "@inkline/nuxt",
1982
+ "icon": "inkline.svg",
1983
+ "github": "https://github.com/inkline/nuxt-module-inkline",
1984
+ "website": "https://inkline.io",
1985
+ "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
1986
+ "category": "UI",
1987
+ "type": "3rd-party",
1988
+ "maintainers": [
1989
+ {
1990
+ "name": "Alex Grozav",
1991
+ "github": "alexgrozav",
1992
+ "twitter": "alexgrozav"
1993
+ }
1994
+ ],
1995
+ "compatibility": {
1996
+ "nuxt": "^2.0.0 || ^3.0.0",
1997
+ "requires": {
1998
+ "bridge": true
1999
+ }
1660
2000
  }
1661
2001
  },
1662
2002
  {
@@ -1677,9 +2017,31 @@
1677
2017
  }
1678
2018
  ],
1679
2019
  "compatibility": {
1680
- "2.x": "working",
1681
- "2.x-bridge": "unknown",
1682
- "3.x": "unknown"
2020
+ "nuxt": "^2.0.0",
2021
+ "requires": {}
2022
+ }
2023
+ },
2024
+ {
2025
+ "name": "ionic",
2026
+ "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
2027
+ "repo": "nuxt-modules/ionic",
2028
+ "npm": "@nuxtjs/ionic",
2029
+ "icon": "ionic.svg",
2030
+ "github": "https://github.com/nuxt-modules/ionic",
2031
+ "website": "https://ionic.nuxtjs.org",
2032
+ "learn_more": "https://ionicframework.com",
2033
+ "category": "Libraries",
2034
+ "type": "community",
2035
+ "maintainers": [
2036
+ {
2037
+ "name": "Daniel Roe",
2038
+ "github": "danielroe",
2039
+ "twitter": "danielcroe"
2040
+ }
2041
+ ],
2042
+ "compatibility": {
2043
+ "nuxt": "^3.0.0",
2044
+ "requires": {}
1683
2045
  }
1684
2046
  },
1685
2047
  {
@@ -1700,9 +2062,8 @@
1700
2062
  }
1701
2063
  ],
1702
2064
  "compatibility": {
1703
- "2.x": "working",
1704
- "2.x-bridge": "unknown",
1705
- "3.x": "unknown"
2065
+ "nuxt": "^2.0.0",
2066
+ "requires": {}
1706
2067
  }
1707
2068
  },
1708
2069
  {
@@ -1723,9 +2084,32 @@
1723
2084
  }
1724
2085
  ],
1725
2086
  "compatibility": {
1726
- "2.x": "working",
1727
- "2.x-bridge": "unknown",
1728
- "3.x": "unknown"
2087
+ "nuxt": "^2.0.0",
2088
+ "requires": {}
2089
+ }
2090
+ },
2091
+ {
2092
+ "name": "kql",
2093
+ "description": "Nuxt 3 module for Kirby's Query Language API",
2094
+ "repo": "johannschopplich/nuxt-kql",
2095
+ "npm": "nuxt-kql",
2096
+ "icon": "kql.svg",
2097
+ "github": "https://github.com/johannschopplich/nuxt-kql",
2098
+ "website": "https://nuxt-kql.jhnn.dev",
2099
+ "learn_more": "",
2100
+ "category": "CMS",
2101
+ "type": "3rd-party",
2102
+ "maintainers": [
2103
+ {
2104
+ "name": "Johann Schopplich",
2105
+ "github": "johannschopplich",
2106
+ "twitter": "jschopplich",
2107
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2108
+ }
2109
+ ],
2110
+ "compatibility": {
2111
+ "nuxt": "^3.0.0",
2112
+ "requires": {}
1729
2113
  }
1730
2114
  },
1731
2115
  {
@@ -1746,9 +2130,8 @@
1746
2130
  }
1747
2131
  ],
1748
2132
  "compatibility": {
1749
- "2.x": "working",
1750
- "2.x-bridge": "unknown",
1751
- "3.x": "unknown"
2133
+ "nuxt": "^2.0.0",
2134
+ "requires": {}
1752
2135
  }
1753
2136
  },
1754
2137
  {
@@ -1769,9 +2152,8 @@
1769
2152
  }
1770
2153
  ],
1771
2154
  "compatibility": {
1772
- "2.x": "working",
1773
- "2.x-bridge": "unknown",
1774
- "3.x": "unknown"
2155
+ "nuxt": "^2.0.0",
2156
+ "requires": {}
1775
2157
  }
1776
2158
  },
1777
2159
  {
@@ -1792,9 +2174,8 @@
1792
2174
  }
1793
2175
  ],
1794
2176
  "compatibility": {
1795
- "2.x": "working",
1796
- "2.x-bridge": "unknown",
1797
- "3.x": "unknown"
2177
+ "nuxt": "^2.0.0",
2178
+ "requires": {}
1798
2179
  }
1799
2180
  },
1800
2181
  {
@@ -1815,9 +2196,8 @@
1815
2196
  }
1816
2197
  ],
1817
2198
  "compatibility": {
1818
- "2.x": "working",
1819
- "2.x-bridge": "unknown",
1820
- "3.x": "unknown"
2199
+ "nuxt": "^2.0.0",
2200
+ "requires": {}
1821
2201
  }
1822
2202
  },
1823
2203
  {
@@ -1843,9 +2223,8 @@
1843
2223
  }
1844
2224
  ],
1845
2225
  "compatibility": {
1846
- "2.x": "working",
1847
- "2.x-bridge": "unknown",
1848
- "3.x": "unknown"
2226
+ "nuxt": "^2.0.0",
2227
+ "requires": {}
1849
2228
  }
1850
2229
  },
1851
2230
  {
@@ -1867,19 +2246,40 @@
1867
2246
  }
1868
2247
  ],
1869
2248
  "compatibility": {
1870
- "2.x": "working",
1871
- "2.x-bridge": "unknown",
1872
- "3.x": "unknown"
2249
+ "nuxt": "^2.0.0",
2250
+ "requires": {}
1873
2251
  }
1874
2252
  },
1875
2253
  {
1876
- "name": "logrocket",
1877
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
1878
- "repo": "nuxt-community/nuxt-logrocket",
1879
- "npm": "nuxt-logrocket",
1880
- "icon": "logrocket.png",
1881
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
1882
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2254
+ "name": "lodash",
2255
+ "description": "lodash module with auto-import and custom prefix",
2256
+ "repo": "cipami/nuxt-lodash",
2257
+ "npm": "nuxt-lodash",
2258
+ "icon": "lodash.svg",
2259
+ "github": "https://github.com/cipami/nuxt-lodash",
2260
+ "website": "https://github.com/cipami/nuxt-lodash#readme",
2261
+ "learn_more": "https://github.com/lodash/lodash",
2262
+ "category": "Libraries",
2263
+ "type": "3rd-party",
2264
+ "maintainers": [
2265
+ {
2266
+ "name": "Michal Čípa",
2267
+ "github": "cipami"
2268
+ }
2269
+ ],
2270
+ "compatibility": {
2271
+ "nuxt": "^3.0.0",
2272
+ "requires": {}
2273
+ }
2274
+ },
2275
+ {
2276
+ "name": "logrocket",
2277
+ "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2278
+ "repo": "nuxt-community/nuxt-logrocket",
2279
+ "npm": "nuxt-logrocket",
2280
+ "icon": "logrocket.png",
2281
+ "github": "https://github.com/nuxt-community/nuxt-logrocket",
2282
+ "website": "https://github.com/nuxt-community/nuxt-logrocket",
1883
2283
  "learn_more": "https://docs.logrocket.com/docs",
1884
2284
  "category": "Monitoring",
1885
2285
  "type": "community",
@@ -1891,9 +2291,8 @@
1891
2291
  }
1892
2292
  ],
1893
2293
  "compatibility": {
1894
- "2.x": "working",
1895
- "2.x-bridge": "unknown",
1896
- "3.x": "unknown"
2294
+ "nuxt": "^2.0.0",
2295
+ "requires": {}
1897
2296
  }
1898
2297
  },
1899
2298
  {
@@ -1914,9 +2313,31 @@
1914
2313
  }
1915
2314
  ],
1916
2315
  "compatibility": {
1917
- "2.x": "working",
1918
- "2.x-bridge": "unknown",
1919
- "3.x": "unknown"
2316
+ "nuxt": "^2.0.0",
2317
+ "requires": {}
2318
+ }
2319
+ },
2320
+ {
2321
+ "name": "magic-regexp",
2322
+ "description": "A compiled-away, type-safe, readable RegExp alternative",
2323
+ "repo": "danielroe/magic-regexp",
2324
+ "npm": "magic-regexp",
2325
+ "icon": "magic-regexp.svg",
2326
+ "github": "https://github.com/danielroe/magic-regexp",
2327
+ "website": "https://magic-regexp.roe.dev",
2328
+ "learn_more": "https://magic-regexp.roe.dev",
2329
+ "category": "Libraries",
2330
+ "type": "3rd-party",
2331
+ "maintainers": [
2332
+ {
2333
+ "name": "Daniel Roe",
2334
+ "github": "danielroe",
2335
+ "twitter": "danielcroe"
2336
+ }
2337
+ ],
2338
+ "compatibility": {
2339
+ "nuxt": "^3.0.0",
2340
+ "requires": {}
1920
2341
  }
1921
2342
  },
1922
2343
  {
@@ -1938,9 +2359,8 @@
1938
2359
  }
1939
2360
  ],
1940
2361
  "compatibility": {
1941
- "2.x": "working",
1942
- "2.x-bridge": "unknown",
1943
- "3.x": "unknown"
2362
+ "nuxt": "^2.0.0",
2363
+ "requires": {}
1944
2364
  }
1945
2365
  },
1946
2366
  {
@@ -1961,9 +2381,8 @@
1961
2381
  }
1962
2382
  ],
1963
2383
  "compatibility": {
1964
- "2.x": "working",
1965
- "2.x-bridge": "unknown",
1966
- "3.x": "unknown"
2384
+ "nuxt": "^2.0.0",
2385
+ "requires": {}
1967
2386
  }
1968
2387
  },
1969
2388
  {
@@ -1985,9 +2404,33 @@
1985
2404
  }
1986
2405
  ],
1987
2406
  "compatibility": {
1988
- "2.x": "working",
1989
- "2.x-bridge": "unknown",
1990
- "3.x": "unknown"
2407
+ "nuxt": "^2.0.0",
2408
+ "requires": {}
2409
+ }
2410
+ },
2411
+ {
2412
+ "name": "meilisearch",
2413
+ "description": "Meilisearch Instant Search module for Nuxt 3",
2414
+ "repo": "xlanex6/nuxt-meilisearch",
2415
+ "npm": "nuxt-meilisearch",
2416
+ "icon": "meilisearch.svg",
2417
+ "github": "https://github.com/xlanex6/nuxt-meilisearch",
2418
+ "website": "https://github.com/xlanex6/nuxt-meilisearch",
2419
+ "learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
2420
+ "category": "Libraries",
2421
+ "type": "3rd-party",
2422
+ "maintainers": [
2423
+ {
2424
+ "name": "Alex Duval",
2425
+ "github": "xlanex6",
2426
+ "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
2427
+ }
2428
+ ],
2429
+ "compatibility": {
2430
+ "nuxt": "^3.0.0",
2431
+ "requires": {
2432
+ "bridge": false
2433
+ }
1991
2434
  }
1992
2435
  },
1993
2436
  {
@@ -2008,9 +2451,8 @@
2008
2451
  }
2009
2452
  ],
2010
2453
  "compatibility": {
2011
- "2.x": "working",
2012
- "2.x-bridge": "unknown",
2013
- "3.x": "unknown"
2454
+ "nuxt": "^2.0.0",
2455
+ "requires": {}
2014
2456
  }
2015
2457
  },
2016
2458
  {
@@ -2031,9 +2473,8 @@
2031
2473
  }
2032
2474
  ],
2033
2475
  "compatibility": {
2034
- "2.x": "working",
2035
- "2.x-bridge": "unknown",
2036
- "3.x": "unknown"
2476
+ "nuxt": "^2.0.0",
2477
+ "requires": {}
2037
2478
  }
2038
2479
  },
2039
2480
  {
@@ -2059,9 +2500,8 @@
2059
2500
  }
2060
2501
  ],
2061
2502
  "compatibility": {
2062
- "2.x": "working",
2063
- "2.x-bridge": "unknown",
2064
- "3.x": "unknown"
2503
+ "nuxt": "^2.0.0",
2504
+ "requires": {}
2065
2505
  }
2066
2506
  },
2067
2507
  {
@@ -2082,9 +2522,8 @@
2082
2522
  }
2083
2523
  ],
2084
2524
  "compatibility": {
2085
- "2.x": "working",
2086
- "2.x-bridge": "unknown",
2087
- "3.x": "unknown"
2525
+ "nuxt": "^2.0.0",
2526
+ "requires": {}
2088
2527
  }
2089
2528
  },
2090
2529
  {
@@ -2105,9 +2544,8 @@
2105
2544
  }
2106
2545
  ],
2107
2546
  "compatibility": {
2108
- "2.x": "working",
2109
- "2.x-bridge": "unknown",
2110
- "3.x": "unknown"
2547
+ "nuxt": "^2.0.0",
2548
+ "requires": {}
2111
2549
  }
2112
2550
  },
2113
2551
  {
@@ -2128,9 +2566,8 @@
2128
2566
  }
2129
2567
  ],
2130
2568
  "compatibility": {
2131
- "2.x": "working",
2132
- "2.x-bridge": "unknown",
2133
- "3.x": "unknown"
2569
+ "nuxt": "^2.0.0",
2570
+ "requires": {}
2134
2571
  }
2135
2572
  },
2136
2573
  {
@@ -2152,9 +2589,8 @@
2152
2589
  }
2153
2590
  ],
2154
2591
  "compatibility": {
2155
- "2.x": "working",
2156
- "2.x-bridge": "unknown",
2157
- "3.x": "unknown"
2592
+ "nuxt": "^2.0.0",
2593
+ "requires": {}
2158
2594
  }
2159
2595
  },
2160
2596
  {
@@ -2175,9 +2611,8 @@
2175
2611
  }
2176
2612
  ],
2177
2613
  "compatibility": {
2178
- "2.x": "working",
2179
- "2.x-bridge": "unknown",
2180
- "3.x": "unknown"
2614
+ "nuxt": "^2.0.0",
2615
+ "requires": {}
2181
2616
  }
2182
2617
  },
2183
2618
  {
@@ -2204,9 +2639,8 @@
2204
2639
  }
2205
2640
  ],
2206
2641
  "compatibility": {
2207
- "2.x": "working",
2208
- "2.x-bridge": "unknown",
2209
- "3.x": "unknown"
2642
+ "nuxt": "^2.0.0",
2643
+ "requires": {}
2210
2644
  }
2211
2645
  },
2212
2646
  {
@@ -2227,9 +2661,167 @@
2227
2661
  }
2228
2662
  ],
2229
2663
  "compatibility": {
2230
- "2.x": "working",
2231
- "2.x-bridge": "unknown",
2232
- "3.x": "unknown"
2664
+ "nuxt": "^2.0.0",
2665
+ "requires": {}
2666
+ }
2667
+ },
2668
+ {
2669
+ "name": "nuxt-hue",
2670
+ "description": "Enlighten your Nuxt experience",
2671
+ "repo": "lihbr/nuxt-hue",
2672
+ "npm": "nuxt-hue",
2673
+ "icon": "nuxt-hue.svg",
2674
+ "github": "https://github.com/lihbr/nuxt-hue",
2675
+ "website": "https://github.com/lihbr/nuxt-hue",
2676
+ "learn_more": "",
2677
+ "category": "Devtools",
2678
+ "type": "3rd-party",
2679
+ "maintainers": [
2680
+ {
2681
+ "name": "lihbr",
2682
+ "github": "lihbr"
2683
+ }
2684
+ ],
2685
+ "compatibility": {
2686
+ "nuxt": "^2.0.0 || ^3.0.0",
2687
+ "requires": {
2688
+ "bridge": "optional"
2689
+ }
2690
+ }
2691
+ },
2692
+ {
2693
+ "name": "nuxt-monaco-editor",
2694
+ "description": "Integrate monaco-editor with Nuxt",
2695
+ "repo": "e-chan1007/nuxt-monaco-editor",
2696
+ "npm": "nuxt-monaco-editor",
2697
+ "icon": "nuxt-monaco-editor.png",
2698
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2699
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2700
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
2701
+ "category": "Libraries",
2702
+ "type": "3rd-party",
2703
+ "maintainers": [
2704
+ {
2705
+ "name": "e-chan1007",
2706
+ "github": "e-chan1007"
2707
+ }
2708
+ ],
2709
+ "compatibility": {
2710
+ "nuxt": "^3.0.0",
2711
+ "requires": {}
2712
+ }
2713
+ },
2714
+ {
2715
+ "name": "nuxt-pino-log",
2716
+ "description": "Structured logs for nuxt apps using pino",
2717
+ "repo": "kpn/nuxt-pino-log",
2718
+ "npm": "nuxt-pino-log",
2719
+ "icon": "",
2720
+ "github": "https://github.com/kpn/nuxt-pino-log",
2721
+ "website": "https://github.com/kpn/nuxt-pino-log",
2722
+ "learn_more": "https://github.com/pinojs/pino",
2723
+ "category": "Monitoring",
2724
+ "type": "3rd-party",
2725
+ "maintainers": [
2726
+ {
2727
+ "name": "kpn",
2728
+ "github": "kpn"
2729
+ }
2730
+ ],
2731
+ "compatibility": {
2732
+ "nuxt": "^2.0.0",
2733
+ "requires": {}
2734
+ }
2735
+ },
2736
+ {
2737
+ "name": "nuxt-png-to-ico",
2738
+ "description": "Nuxt.js module for auto generating favicons",
2739
+ "repo": "b5710546232/nuxt-png-to-ico",
2740
+ "npm": "nuxt-png-to-ico",
2741
+ "icon": "",
2742
+ "github": "https://github.com/b5710546232/nuxt-png-to-ico",
2743
+ "website": "https://github.com/b5710546232/nuxt-png-to-ico",
2744
+ "learn_more": "https://github.com/steambap/png-to-ico",
2745
+ "category": "Devtools",
2746
+ "type": "3rd-party",
2747
+ "maintainers": [
2748
+ {
2749
+ "name": "b5710546232",
2750
+ "github": "b5710546232",
2751
+ "avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
2752
+ }
2753
+ ],
2754
+ "compatibility": {
2755
+ "nuxt": "^2.0.0",
2756
+ "requires": {}
2757
+ }
2758
+ },
2759
+ {
2760
+ "name": "nuxt-smartlook",
2761
+ "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
2762
+ "repo": "f00b4r/nuxt-smartlook",
2763
+ "npm": "nuxt-smartlook",
2764
+ "icon": "nuxt-smartlook.png",
2765
+ "github": "https://github.com/f00b4r/nuxt-smartlook",
2766
+ "website": "https://github.com/f00b4r/nuxt-smartlook",
2767
+ "learn_more": "https://www.smartlook.com/",
2768
+ "category": "Analytics",
2769
+ "type": "3rd-party",
2770
+ "maintainers": [
2771
+ {
2772
+ "name": "Milan Sulc",
2773
+ "github": "f3l1x",
2774
+ "twitter": "xf3l1x",
2775
+ "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
2776
+ }
2777
+ ],
2778
+ "compatibility": {
2779
+ "nuxt": "^2.0.0",
2780
+ "requires": {}
2781
+ }
2782
+ },
2783
+ {
2784
+ "name": "nuxt-svgo",
2785
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2786
+ "repo": "cpsoinos/nuxt-svgo",
2787
+ "npm": "nuxt-svgo",
2788
+ "icon": "nuxt-svgo.png",
2789
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2790
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2791
+ "learn_more": "",
2792
+ "category": "Images",
2793
+ "type": "3rd-party",
2794
+ "maintainers": [
2795
+ {
2796
+ "name": "cpsoinos",
2797
+ "github": "cpsoinos"
2798
+ }
2799
+ ],
2800
+ "compatibility": {
2801
+ "nuxt": "^3.0.0",
2802
+ "requires": {}
2803
+ }
2804
+ },
2805
+ {
2806
+ "name": "nuxt-unleash",
2807
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2808
+ "repo": "conejerock/nuxt-unleash",
2809
+ "npm": "nuxt-unleash",
2810
+ "icon": "nuxt-unleash.svg",
2811
+ "github": "https://github.com/conejerock/nuxt-unleash",
2812
+ "website": "https://github.com/conejerock/nuxt-unleash",
2813
+ "learn_more": "https://github.com/Unleash/unleash",
2814
+ "category": "Deployment",
2815
+ "type": "3rd-party",
2816
+ "maintainers": [
2817
+ {
2818
+ "name": "Juanjo Conejerock",
2819
+ "github": "conejerock"
2820
+ }
2821
+ ],
2822
+ "compatibility": {
2823
+ "nuxt": "^2.0.0",
2824
+ "requires": {}
2233
2825
  }
2234
2826
  },
2235
2827
  {
@@ -2250,9 +2842,8 @@
2250
2842
  }
2251
2843
  ],
2252
2844
  "compatibility": {
2253
- "2.x": "working",
2254
- "2.x-bridge": "unknown",
2255
- "3.x": "unknown"
2845
+ "nuxt": "^2.0.0",
2846
+ "requires": {}
2256
2847
  }
2257
2848
  },
2258
2849
  {
@@ -2273,9 +2864,8 @@
2273
2864
  }
2274
2865
  ],
2275
2866
  "compatibility": {
2276
- "2.x": "working",
2277
- "2.x-bridge": "unknown",
2278
- "3.x": "unknown"
2867
+ "nuxt": "^2.0.0",
2868
+ "requires": {}
2279
2869
  }
2280
2870
  },
2281
2871
  {
@@ -2296,9 +2886,10 @@
2296
2886
  }
2297
2887
  ],
2298
2888
  "compatibility": {
2299
- "2.x": "working",
2300
- "2.x-bridge": "unknown",
2301
- "3.x": "unknown"
2889
+ "nuxt": "^2.0.0 || ^3.0.0",
2890
+ "requires": {
2891
+ "bridge": "optional"
2892
+ }
2302
2893
  }
2303
2894
  },
2304
2895
  {
@@ -2320,9 +2911,8 @@
2320
2911
  }
2321
2912
  ],
2322
2913
  "compatibility": {
2323
- "2.x": "working",
2324
- "2.x-bridge": "unknown",
2325
- "3.x": "unknown"
2914
+ "nuxt": "^2.0.0",
2915
+ "requires": {}
2326
2916
  }
2327
2917
  },
2328
2918
  {
@@ -2344,9 +2934,8 @@
2344
2934
  }
2345
2935
  ],
2346
2936
  "compatibility": {
2347
- "2.x": "working",
2348
- "2.x-bridge": "unknown",
2349
- "3.x": "unknown"
2937
+ "nuxt": "^2.0.0",
2938
+ "requires": {}
2350
2939
  }
2351
2940
  },
2352
2941
  {
@@ -2368,9 +2957,8 @@
2368
2957
  }
2369
2958
  ],
2370
2959
  "compatibility": {
2371
- "2.x": "working",
2372
- "2.x-bridge": "unknown",
2373
- "3.x": "unknown"
2960
+ "nuxt": "^2.0.0",
2961
+ "requires": {}
2374
2962
  }
2375
2963
  },
2376
2964
  {
@@ -2391,9 +2979,8 @@
2391
2979
  }
2392
2980
  ],
2393
2981
  "compatibility": {
2394
- "2.x": "working",
2395
- "2.x-bridge": "unknown",
2396
- "3.x": "unknown"
2982
+ "nuxt": "^2.0.0",
2983
+ "requires": {}
2397
2984
  }
2398
2985
  },
2399
2986
  {
@@ -2414,9 +3001,56 @@
2414
3001
  }
2415
3002
  ],
2416
3003
  "compatibility": {
2417
- "2.x": "working",
2418
- "2.x-bridge": "unknown",
2419
- "3.x": "unknown"
3004
+ "nuxt": "^2.0.0",
3005
+ "requires": {}
3006
+ }
3007
+ },
3008
+ {
3009
+ "name": "partytown",
3010
+ "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
3011
+ "repo": "nuxt-modules/partytown",
3012
+ "npm": "@nuxtjs/partytown",
3013
+ "icon": "partytown.svg",
3014
+ "github": "https://github.com/nuxt-modules/partytown",
3015
+ "website": "https://github.com/nuxt-modules/partytown",
3016
+ "learn_more": "https://partytown.builder.io/",
3017
+ "category": "Performance",
3018
+ "type": "community",
3019
+ "maintainers": [
3020
+ {
3021
+ "name": "Daniel Roe",
3022
+ "github": "danielroe",
3023
+ "twitter": "danielcroe"
3024
+ }
3025
+ ],
3026
+ "compatibility": {
3027
+ "nuxt": "^2.0.0 || ^3.0.0",
3028
+ "requires": {
3029
+ "bridge": true
3030
+ }
3031
+ }
3032
+ },
3033
+ {
3034
+ "name": "persian-datepicker",
3035
+ "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
3036
+ "repo": "alireza-ab/vue-persian-datepicker",
3037
+ "npm": "@alireza-ab/vue-persian-datepicker",
3038
+ "icon": "persian-datepicker.svg",
3039
+ "github": "https://github.com/alireza-ab/vue-persian-datepicker",
3040
+ "website": "https://alireza-ab.ir/datepicker",
3041
+ "learn_more": "https://alireza-ab.ir/datepicker",
3042
+ "category": "Date",
3043
+ "type": "3rd-party",
3044
+ "maintainers": [
3045
+ {
3046
+ "name": "Alireza Alibeiki",
3047
+ "github": "alireza-ab",
3048
+ "avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
3049
+ }
3050
+ ],
3051
+ "compatibility": {
3052
+ "nuxt": "^2.0.0",
3053
+ "requires": {}
2420
3054
  }
2421
3055
  },
2422
3056
  {
@@ -2437,9 +3071,10 @@
2437
3071
  }
2438
3072
  ],
2439
3073
  "compatibility": {
2440
- "2.x": "working",
2441
- "2.x-bridge": "working",
2442
- "3.x": "working"
3074
+ "nuxt": "^2.0.0 || ^3.0.0",
3075
+ "requires": {
3076
+ "bridge": "optional"
3077
+ }
2443
3078
  }
2444
3079
  },
2445
3080
  {
@@ -2460,9 +3095,10 @@
2460
3095
  }
2461
3096
  ],
2462
3097
  "compatibility": {
2463
- "2.x": "working",
2464
- "2.x-bridge": "unknown",
2465
- "3.x": "unknown"
3098
+ "nuxt": "^2.0.0 || ^3.0.0",
3099
+ "requires": {
3100
+ "bridge": "optional"
3101
+ }
2466
3102
  }
2467
3103
  },
2468
3104
  {
@@ -2483,42 +3119,31 @@
2483
3119
  }
2484
3120
  ],
2485
3121
  "compatibility": {
2486
- "2.x": "working",
2487
- "2.x-bridge": "unknown",
2488
- "3.x": "unknown"
3122
+ "nuxt": "^2.0.0",
3123
+ "requires": {}
2489
3124
  }
2490
3125
  },
2491
3126
  {
2492
3127
  "name": "prismic",
2493
3128
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2494
- "repo": "nuxt-community/prismic-module",
3129
+ "repo": "nuxt-modules/prismic",
2495
3130
  "npm": "@nuxtjs/prismic",
2496
3131
  "icon": "prismic.png",
2497
- "github": "https://github.com/nuxt-community/prismic-module",
3132
+ "github": "https://github.com/nuxt-modules/prismic",
2498
3133
  "website": "https://prismic.nuxtjs.org",
2499
- "learn_more": "https://prismic.io/",
3134
+ "learn_more": "https://prismic.io",
2500
3135
  "category": "CMS",
2501
3136
  "type": "community",
2502
3137
  "maintainers": [
2503
- {
2504
- "name": "Sébastien Chopin",
2505
- "github": "Atinux",
2506
- "twitter": "Atinux"
2507
- },
2508
3138
  {
2509
3139
  "name": "lihbr",
2510
3140
  "github": "lihbr",
2511
3141
  "twitter": "li_hbr"
2512
- },
2513
- {
2514
- "name": "James Pegg",
2515
- "github": "jamespegg"
2516
3142
  }
2517
3143
  ],
2518
3144
  "compatibility": {
2519
- "2.x": "working",
2520
- "2.x-bridge": "unknown",
2521
- "3.x": "unknown"
3145
+ "nuxt": "^2.0.0 || ^3.0.0",
3146
+ "requires": {}
2522
3147
  }
2523
3148
  },
2524
3149
  {
@@ -2539,9 +3164,8 @@
2539
3164
  }
2540
3165
  ],
2541
3166
  "compatibility": {
2542
- "2.x": "working",
2543
- "2.x-bridge": "unknown",
2544
- "3.x": "unknown"
3167
+ "nuxt": "^2.0.0",
3168
+ "requires": {}
2545
3169
  }
2546
3170
  },
2547
3171
  {
@@ -2563,9 +3187,8 @@
2563
3187
  }
2564
3188
  ],
2565
3189
  "compatibility": {
2566
- "2.x": "working",
2567
- "2.x-bridge": "unknown",
2568
- "3.x": "unknown"
3190
+ "nuxt": "^2.0.0",
3191
+ "requires": {}
2569
3192
  }
2570
3193
  },
2571
3194
  {
@@ -2587,15 +3210,14 @@
2587
3210
  }
2588
3211
  ],
2589
3212
  "compatibility": {
2590
- "2.x": "working",
2591
- "2.x-bridge": "unknown",
2592
- "3.x": "unknown"
3213
+ "nuxt": "^2.0.0",
3214
+ "requires": {}
2593
3215
  }
2594
3216
  },
2595
3217
  {
2596
3218
  "name": "purgecss",
2597
3219
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2598
- "repo": "Developmint/nuxt-purgecss",
3220
+ "repo": "Developmint/nuxt-purgecss#main",
2599
3221
  "npm": "nuxt-purgecss",
2600
3222
  "icon": "purgecss.png",
2601
3223
  "github": "https://github.com/Developmint/nuxt-purgecss",
@@ -2610,9 +3232,8 @@
2610
3232
  }
2611
3233
  ],
2612
3234
  "compatibility": {
2613
- "2.x": "working",
2614
- "2.x-bridge": "unknown",
2615
- "3.x": "unknown"
3235
+ "nuxt": "^2.0.0 || ^3.0.0",
3236
+ "requires": {}
2616
3237
  }
2617
3238
  },
2618
3239
  {
@@ -2634,9 +3255,10 @@
2634
3255
  }
2635
3256
  ],
2636
3257
  "compatibility": {
2637
- "2.x": "working",
2638
- "2.x-bridge": "working",
2639
- "3.x": "wip"
3258
+ "nuxt": "^2.0.0",
3259
+ "requires": {
3260
+ "bridge": "optional"
3261
+ }
2640
3262
  }
2641
3263
  },
2642
3264
  {
@@ -2657,9 +3279,8 @@
2657
3279
  }
2658
3280
  ],
2659
3281
  "compatibility": {
2660
- "2.x": "working",
2661
- "2.x-bridge": "unknown",
2662
- "3.x": "unknown"
3282
+ "nuxt": "^2.0.0",
3283
+ "requires": {}
2663
3284
  }
2664
3285
  },
2665
3286
  {
@@ -2680,9 +3301,8 @@
2680
3301
  }
2681
3302
  ],
2682
3303
  "compatibility": {
2683
- "2.x": "working",
2684
- "2.x-bridge": "unknown",
2685
- "3.x": "unknown"
3304
+ "nuxt": "^2.0.0",
3305
+ "requires": {}
2686
3306
  }
2687
3307
  },
2688
3308
  {
@@ -2704,9 +3324,8 @@
2704
3324
  }
2705
3325
  ],
2706
3326
  "compatibility": {
2707
- "2.x": "working",
2708
- "2.x-bridge": "unknown",
2709
- "3.x": "unknown"
3327
+ "nuxt": "^2.0.0",
3328
+ "requires": {}
2710
3329
  }
2711
3330
  },
2712
3331
  {
@@ -2727,9 +3346,8 @@
2727
3346
  }
2728
3347
  ],
2729
3348
  "compatibility": {
2730
- "2.x": "working",
2731
- "2.x-bridge": "unknown",
2732
- "3.x": "unknown"
3349
+ "nuxt": "^2.0.0",
3350
+ "requires": {}
2733
3351
  }
2734
3352
  },
2735
3353
  {
@@ -2737,7 +3355,7 @@
2737
3355
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
2738
3356
  "repo": "nuxt-community/robots-module",
2739
3357
  "npm": "@nuxtjs/robots",
2740
- "icon": "",
3358
+ "icon": "robots.png",
2741
3359
  "github": "https://github.com/nuxt-community/robots-module",
2742
3360
  "website": "https://github.com/nuxt-community/robots-module",
2743
3361
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
@@ -2750,9 +3368,10 @@
2750
3368
  }
2751
3369
  ],
2752
3370
  "compatibility": {
2753
- "2.x": "working",
2754
- "2.x-bridge": "unknown",
2755
- "3.x": "unknown"
3371
+ "nuxt": "^2.0.0 || ^3.0.0",
3372
+ "requires": {
3373
+ "bridge": "optional"
3374
+ }
2756
3375
  }
2757
3376
  },
2758
3377
  {
@@ -2773,9 +3392,8 @@
2773
3392
  }
2774
3393
  ],
2775
3394
  "compatibility": {
2776
- "2.x": "working",
2777
- "2.x-bridge": "unknown",
2778
- "3.x": "unknown"
3395
+ "nuxt": "^2.0.0",
3396
+ "requires": {}
2779
3397
  }
2780
3398
  },
2781
3399
  {
@@ -2797,9 +3415,8 @@
2797
3415
  }
2798
3416
  ],
2799
3417
  "compatibility": {
2800
- "2.x": "working",
2801
- "2.x-bridge": "unknown",
2802
- "3.x": "unknown"
3418
+ "nuxt": "^2.0.0",
3419
+ "requires": {}
2803
3420
  }
2804
3421
  },
2805
3422
  {
@@ -2821,18 +3438,17 @@
2821
3438
  }
2822
3439
  ],
2823
3440
  "compatibility": {
2824
- "2.x": "working",
2825
- "2.x-bridge": "unknown",
2826
- "3.x": "unknown"
3441
+ "nuxt": "^2.0.0",
3442
+ "requires": {}
2827
3443
  }
2828
3444
  },
2829
3445
  {
2830
3446
  "name": "sanity",
2831
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
2832
- "repo": "nuxt-community/sanity-module#main",
3447
+ "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3448
+ "repo": "nuxt-modules/sanity#main",
2833
3449
  "npm": "@nuxtjs/sanity",
2834
3450
  "icon": "sanity.png",
2835
- "github": "https://github.com/nuxt-community/sanity-module#main",
3451
+ "github": "https://github.com/nuxt-modules/sanity#main",
2836
3452
  "website": "https://sanity.nuxtjs.org",
2837
3453
  "learn_more": "https://www.sanity.io/",
2838
3454
  "category": "CMS",
@@ -2845,9 +3461,34 @@
2845
3461
  }
2846
3462
  ],
2847
3463
  "compatibility": {
2848
- "2.x": "working",
2849
- "2.x-bridge": "unknown",
2850
- "3.x": "unknown"
3464
+ "nuxt": "^2.0.0 || ^3.0.0",
3465
+ "requires": {
3466
+ "bridge": "optional"
3467
+ }
3468
+ }
3469
+ },
3470
+ {
3471
+ "name": "schema-org",
3472
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3473
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3474
+ "npm": "nuxt-schema-org",
3475
+ "icon": "schema-org.svg",
3476
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3477
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3478
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3479
+ "category": "SEO",
3480
+ "type": "3rd-party",
3481
+ "maintainers": [
3482
+ {
3483
+ "name": "Harlan Wilton",
3484
+ "github": "harlan-zw",
3485
+ "twitter": "harlan_zw",
3486
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3487
+ }
3488
+ ],
3489
+ "compatibility": {
3490
+ "nuxt": "^3.0.0",
3491
+ "requires": {}
2851
3492
  }
2852
3493
  },
2853
3494
  {
@@ -2868,9 +3509,31 @@
2868
3509
  }
2869
3510
  ],
2870
3511
  "compatibility": {
2871
- "2.x": "working",
2872
- "2.x-bridge": "unknown",
2873
- "3.x": "unknown"
3512
+ "nuxt": "^2.0.0",
3513
+ "requires": {}
3514
+ }
3515
+ },
3516
+ {
3517
+ "name": "security",
3518
+ "description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
3519
+ "repo": "Baroshem/nuxt-security",
3520
+ "npm": "nuxt-security",
3521
+ "icon": "nuxt-security.svg",
3522
+ "github": "https://github.com/Baroshem/nuxt-security",
3523
+ "website": "https://nuxt-security.vercel.app/",
3524
+ "learn_more": "https://nuxt-security.vercel.app/",
3525
+ "category": "Security",
3526
+ "type": "3rd-party",
3527
+ "maintainers": [
3528
+ {
3529
+ "name": "Jakub Andrzejewski",
3530
+ "github": "Baroshem",
3531
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3532
+ }
3533
+ ],
3534
+ "compatibility": {
3535
+ "nuxt": "^3.0.0",
3536
+ "requires": {}
2874
3537
  }
2875
3538
  },
2876
3539
  {
@@ -2891,9 +3554,8 @@
2891
3554
  }
2892
3555
  ],
2893
3556
  "compatibility": {
2894
- "2.x": "working",
2895
- "2.x-bridge": "unknown",
2896
- "3.x": "unknown"
3557
+ "nuxt": "^2.0.0",
3558
+ "requires": {}
2897
3559
  }
2898
3560
  },
2899
3561
  {
@@ -2914,9 +3576,31 @@
2914
3576
  }
2915
3577
  ],
2916
3578
  "compatibility": {
2917
- "2.x": "working",
2918
- "2.x-bridge": "wip",
2919
- "3.x": "wip"
3579
+ "nuxt": "^2.0.0",
3580
+ "requires": {}
3581
+ }
3582
+ },
3583
+ {
3584
+ "name": "seo-meta",
3585
+ "description": "Simple generate seo metadata",
3586
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3587
+ "npm": "nuxt-seo-meta",
3588
+ "icon": "",
3589
+ "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3590
+ "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3591
+ "learn_more": "",
3592
+ "category": "SEO",
3593
+ "type": "3rd-party",
3594
+ "maintainers": [
3595
+ {
3596
+ "name": "ihavecoke",
3597
+ "github": "ihavecoke",
3598
+ "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
3599
+ }
3600
+ ],
3601
+ "compatibility": {
3602
+ "nuxt": "^2.0.0",
3603
+ "requires": {}
2920
3604
  }
2921
3605
  },
2922
3606
  {
@@ -2937,9 +3621,8 @@
2937
3621
  }
2938
3622
  ],
2939
3623
  "compatibility": {
2940
- "2.x": "working",
2941
- "2.x-bridge": "unknown",
2942
- "3.x": "unknown"
3624
+ "nuxt": "^2.0.0",
3625
+ "requires": {}
2943
3626
  }
2944
3627
  },
2945
3628
  {
@@ -2961,9 +3644,31 @@
2961
3644
  }
2962
3645
  ],
2963
3646
  "compatibility": {
2964
- "2.x": "working",
2965
- "2.x-bridge": "unknown",
2966
- "3.x": "unknown"
3647
+ "nuxt": "^2.0.0",
3648
+ "requires": {}
3649
+ }
3650
+ },
3651
+ {
3652
+ "name": "session",
3653
+ "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
3654
+ "repo": "sidebase/nuxt-session",
3655
+ "npm": "@sidebase/nuxt-session",
3656
+ "icon": "session.png",
3657
+ "github": "https://github.com/sidebase/nuxt-session",
3658
+ "website": "https://github.com/sidebase/nuxt-session",
3659
+ "learn_more": "https://github.com/sidebase",
3660
+ "category": "Security",
3661
+ "type": "3rd-party",
3662
+ "maintainers": [
3663
+ {
3664
+ "name": "sidebase",
3665
+ "github": "sidebase",
3666
+ "twitter": "sidebase_io"
3667
+ }
3668
+ ],
3669
+ "compatibility": {
3670
+ "nuxt": "^3.0.0",
3671
+ "requires": {}
2967
3672
  }
2968
3673
  },
2969
3674
  {
@@ -2984,9 +3689,8 @@
2984
3689
  }
2985
3690
  ],
2986
3691
  "compatibility": {
2987
- "2.x": "working",
2988
- "2.x-bridge": "unknown",
2989
- "3.x": "unknown"
3692
+ "nuxt": "^2.0.0",
3693
+ "requires": {}
2990
3694
  }
2991
3695
  },
2992
3696
  {
@@ -3007,9 +3711,8 @@
3007
3711
  }
3008
3712
  ],
3009
3713
  "compatibility": {
3010
- "2.x": "working",
3011
- "2.x-bridge": "unknown",
3012
- "3.x": "unknown"
3714
+ "nuxt": "^2.0.0",
3715
+ "requires": {}
3013
3716
  }
3014
3717
  },
3015
3718
  {
@@ -3031,9 +3734,8 @@
3031
3734
  }
3032
3735
  ],
3033
3736
  "compatibility": {
3034
- "2.x": "working",
3035
- "2.x-bridge": "unknown",
3036
- "3.x": "unknown"
3737
+ "nuxt": "^2.0.0",
3738
+ "requires": {}
3037
3739
  }
3038
3740
  },
3039
3741
  {
@@ -3055,9 +3757,8 @@
3055
3757
  }
3056
3758
  ],
3057
3759
  "compatibility": {
3058
- "2.x": "working",
3059
- "2.x-bridge": "unknown",
3060
- "3.x": "unknown"
3760
+ "nuxt": "^2.0.0",
3761
+ "requires": {}
3061
3762
  }
3062
3763
  },
3063
3764
  {
@@ -3078,9 +3779,8 @@
3078
3779
  }
3079
3780
  ],
3080
3781
  "compatibility": {
3081
- "2.x": "working",
3082
- "2.x-bridge": "unknown",
3083
- "3.x": "unknown"
3782
+ "nuxt": "^2.0.0",
3783
+ "requires": {}
3084
3784
  }
3085
3785
  },
3086
3786
  {
@@ -3101,9 +3801,8 @@
3101
3801
  }
3102
3802
  ],
3103
3803
  "compatibility": {
3104
- "2.x": "working",
3105
- "2.x-bridge": "unknown",
3106
- "3.x": "unknown"
3804
+ "nuxt": "^2.0.0",
3805
+ "requires": {}
3107
3806
  }
3108
3807
  },
3109
3808
  {
@@ -3125,9 +3824,41 @@
3125
3824
  }
3126
3825
  ],
3127
3826
  "compatibility": {
3128
- "2.x": "working",
3129
- "2.x-bridge": "unknown",
3130
- "3.x": "unknown"
3827
+ "nuxt": "^2.0.0",
3828
+ "requires": {}
3829
+ }
3830
+ },
3831
+ {
3832
+ "name": "speedkit",
3833
+ "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
3834
+ "repo": "GrabarzUndPartner/nuxt-speedkit",
3835
+ "npm": "nuxt-speedkit",
3836
+ "icon": "speedkit.png",
3837
+ "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
3838
+ "website": "https://nuxt-speedkit.grabarzundpartner.dev",
3839
+ "learn_more": "",
3840
+ "category": "Performance",
3841
+ "type": "3rd-party",
3842
+ "maintainers": [
3843
+ {
3844
+ "name": "Stephan Gerbeth",
3845
+ "github": "StephanGerbeth",
3846
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3847
+ },
3848
+ {
3849
+ "name": "Thorn Walli",
3850
+ "github": "ThornWalli",
3851
+ "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
3852
+ },
3853
+ {
3854
+ "name": "Grabarz & Partner",
3855
+ "github": "GrabarzUndPartner",
3856
+ "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
3857
+ }
3858
+ ],
3859
+ "compatibility": {
3860
+ "nuxt": "^2.0.0",
3861
+ "requires": {}
3131
3862
  }
3132
3863
  },
3133
3864
  {
@@ -3148,9 +3879,8 @@
3148
3879
  }
3149
3880
  ],
3150
3881
  "compatibility": {
3151
- "2.x": "working",
3152
- "2.x-bridge": "unknown",
3153
- "3.x": "unknown"
3882
+ "nuxt": "^2.0.0",
3883
+ "requires": {}
3154
3884
  }
3155
3885
  },
3156
3886
  {
@@ -3171,9 +3901,8 @@
3171
3901
  }
3172
3902
  ],
3173
3903
  "compatibility": {
3174
- "2.x": "working",
3175
- "2.x-bridge": "unknown",
3176
- "3.x": "unknown"
3904
+ "nuxt": "^2.0.0",
3905
+ "requires": {}
3177
3906
  }
3178
3907
  },
3179
3908
  {
@@ -3194,16 +3923,15 @@
3194
3923
  }
3195
3924
  ],
3196
3925
  "compatibility": {
3197
- "2.x": "working",
3198
- "2.x-bridge": "unknown",
3199
- "3.x": "unknown"
3926
+ "nuxt": "^2.0.0",
3927
+ "requires": {}
3200
3928
  }
3201
3929
  },
3202
3930
  {
3203
3931
  "name": "storyblok",
3204
3932
  "description": "Storyblok Nuxt.js module",
3205
- "repo": "storyblok/storyblok-nuxt",
3206
- "npm": "storyblok-nuxt",
3933
+ "repo": "storyblok/storyblok-nuxt#master/lib",
3934
+ "npm": "@storyblok/nuxt",
3207
3935
  "icon": "storyblok.png",
3208
3936
  "github": "https://github.com/storyblok/storyblok-nuxt",
3209
3937
  "website": "https://github.com/storyblok/storyblok-nuxt",
@@ -3217,9 +3945,8 @@
3217
3945
  }
3218
3946
  ],
3219
3947
  "compatibility": {
3220
- "2.x": "working",
3221
- "2.x-bridge": "unknown",
3222
- "3.x": "unknown"
3948
+ "nuxt": "^2.0.0 || ^3.0.0",
3949
+ "requires": {}
3223
3950
  }
3224
3951
  },
3225
3952
  {
@@ -3246,9 +3973,10 @@
3246
3973
  }
3247
3974
  ],
3248
3975
  "compatibility": {
3249
- "2.x": "working",
3250
- "2.x-bridge": "unknown",
3251
- "3.x": "unknown"
3976
+ "nuxt": "^2.0.0",
3977
+ "requires": {
3978
+ "bridge": "optional"
3979
+ }
3252
3980
  }
3253
3981
  },
3254
3982
  {
@@ -3275,9 +4003,10 @@
3275
4003
  }
3276
4004
  ],
3277
4005
  "compatibility": {
3278
- "2.x": "working",
3279
- "2.x-bridge": "wip",
3280
- "3.x": "unknown"
4006
+ "nuxt": "^2.0.0 || ^3.0.0",
4007
+ "requires": {
4008
+ "bridge": true
4009
+ }
3281
4010
  }
3282
4011
  },
3283
4012
  {
@@ -3298,9 +4027,8 @@
3298
4027
  }
3299
4028
  ],
3300
4029
  "compatibility": {
3301
- "2.x": "working",
3302
- "2.x-bridge": "unknown",
3303
- "3.x": "unknown"
4030
+ "nuxt": "^2.0.0",
4031
+ "requires": {}
3304
4032
  }
3305
4033
  },
3306
4034
  {
@@ -3322,9 +4050,8 @@
3322
4050
  }
3323
4051
  ],
3324
4052
  "compatibility": {
3325
- "2.x": "working",
3326
- "2.x-bridge": "unknown",
3327
- "3.x": "unknown"
4053
+ "nuxt": "^2.0.0",
4054
+ "requires": {}
3328
4055
  }
3329
4056
  },
3330
4057
  {
@@ -3345,23 +4072,55 @@
3345
4072
  }
3346
4073
  ],
3347
4074
  "compatibility": {
3348
- "2.x": "working",
3349
- "2.x-bridge": "unknown",
3350
- "3.x": "unknown"
4075
+ "nuxt": "^2.0.0",
4076
+ "requires": {}
4077
+ }
4078
+ },
4079
+ {
4080
+ "name": "stylify",
4081
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
4082
+ "repo": "stylify/packages#master/packages/nuxt",
4083
+ "npm": "@stylify/nuxt",
4084
+ "icon": "stylify.svg",
4085
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
4086
+ "website": "https://stylifycss.com/docs/nuxt",
4087
+ "learn_more": "https://stylifycss.com",
4088
+ "category": "UI",
4089
+ "type": "3rd-party",
4090
+ "maintainers": [
4091
+ {
4092
+ "name": "Vladimír Macháček",
4093
+ "github": "Machy8",
4094
+ "twitter": "8machy"
4095
+ }
4096
+ ],
4097
+ "compatibility": {
4098
+ "nuxt": "^2.0.0 || ^3.0.0",
4099
+ "requires": {}
3351
4100
  }
3352
4101
  },
3353
4102
  {
3354
4103
  "name": "supabase",
3355
- "description": "A supa simple way to use Supabase with Nuxt",
3356
- "repo": "supabase/nuxt-supabase",
3357
- "npm": "nuxt-supabase",
4104
+ "description": "First class integration with Supabase",
4105
+ "repo": "nuxt-community/supabase-module",
4106
+ "npm": "@nuxtjs/supabase",
3358
4107
  "icon": "supabase.png",
3359
- "github": "https://github.com/supabase/nuxt-supabase",
3360
- "website": "https://github.com/supabase/nuxt-supabase",
3361
- "learn_more": "https://supabase.io",
4108
+ "github": "https://github.com/nuxt-community/supabase-module",
4109
+ "website": "https://supabase.nuxtjs.org",
4110
+ "learn_more": "https://supabase.com",
3362
4111
  "category": "Database",
3363
- "type": "3rd-party",
4112
+ "type": "community",
3364
4113
  "maintainers": [
4114
+ {
4115
+ "name": "Baptiste Leproux",
4116
+ "github": "larbish",
4117
+ "twitter": "baptistelprx"
4118
+ },
4119
+ {
4120
+ "name": "Sebastien Chopin",
4121
+ "github": "Atinux",
4122
+ "twitter": "Atinux"
4123
+ },
3365
4124
  {
3366
4125
  "name": "Scott Robertson",
3367
4126
  "github": "scottrobertson",
@@ -3369,9 +4128,8 @@
3369
4128
  }
3370
4129
  ],
3371
4130
  "compatibility": {
3372
- "2.x": "working",
3373
- "2.x-bridge": "unknown",
3374
- "3.x": "unknown"
4131
+ "nuxt": "^2.0.0 || ^3.0.0",
4132
+ "requires": {}
3375
4133
  }
3376
4134
  },
3377
4135
  {
@@ -3392,9 +4150,8 @@
3392
4150
  }
3393
4151
  ],
3394
4152
  "compatibility": {
3395
- "2.x": "working",
3396
- "2.x-bridge": "unknown",
3397
- "3.x": "unknown"
4153
+ "nuxt": "^2.0.0",
4154
+ "requires": {}
3398
4155
  }
3399
4156
  },
3400
4157
  {
@@ -3416,9 +4173,8 @@
3416
4173
  }
3417
4174
  ],
3418
4175
  "compatibility": {
3419
- "2.x": "working",
3420
- "2.x-bridge": "unknown",
3421
- "3.x": "unknown"
4176
+ "nuxt": "^2.0.0",
4177
+ "requires": {}
3422
4178
  }
3423
4179
  },
3424
4180
  {
@@ -3439,9 +4195,8 @@
3439
4195
  }
3440
4196
  ],
3441
4197
  "compatibility": {
3442
- "2.x": "working",
3443
- "2.x-bridge": "unknown",
3444
- "3.x": "unknown"
4198
+ "nuxt": "^2.0.0",
4199
+ "requires": {}
3445
4200
  }
3446
4201
  },
3447
4202
  {
@@ -3462,9 +4217,8 @@
3462
4217
  }
3463
4218
  ],
3464
4219
  "compatibility": {
3465
- "2.x": "working",
3466
- "2.x-bridge": "unknown",
3467
- "3.x": "unknown"
4220
+ "nuxt": "^2.0.0",
4221
+ "requires": {}
3468
4222
  }
3469
4223
  },
3470
4224
  {
@@ -3486,9 +4240,31 @@
3486
4240
  }
3487
4241
  ],
3488
4242
  "compatibility": {
3489
- "2.x": "working",
3490
- "2.x-bridge": "wip",
3491
- "3.x": "wip"
4243
+ "nuxt": "^2.0.0 || ^3.0.0",
4244
+ "requires": {}
4245
+ }
4246
+ },
4247
+ {
4248
+ "name": "tiktok-analytics",
4249
+ "description": "",
4250
+ "repo": "stickpro/nuxt-tiktok-analytics",
4251
+ "npm": "tiktok-analytics",
4252
+ "icon": "",
4253
+ "github": "https://github.com/stickpro/nuxt-tiktok-analytics",
4254
+ "website": "https://github.com/stickpro/nuxt-tiktok-analytics",
4255
+ "learn_more": "",
4256
+ "category": "Analytics",
4257
+ "type": "3rd-party",
4258
+ "maintainers": [
4259
+ {
4260
+ "name": "stickpro",
4261
+ "github": "stickpro",
4262
+ "avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
4263
+ }
4264
+ ],
4265
+ "compatibility": {
4266
+ "nuxt": "^2.0.0",
4267
+ "requires": {}
3492
4268
  }
3493
4269
  },
3494
4270
  {
@@ -3510,9 +4286,33 @@
3510
4286
  }
3511
4287
  ],
3512
4288
  "compatibility": {
3513
- "2.x": "working",
3514
- "2.x-bridge": "unknown",
3515
- "3.x": "unknown"
4289
+ "nuxt": "^2.0.0",
4290
+ "requires": {}
4291
+ }
4292
+ },
4293
+ {
4294
+ "name": "turnstile",
4295
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4296
+ "repo": "danielroe/nuxt-turnstile",
4297
+ "npm": "nuxt-turnstile",
4298
+ "icon": "cloudflare.svg",
4299
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4300
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4301
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4302
+ "category": "Security",
4303
+ "type": "3rd-party",
4304
+ "maintainers": [
4305
+ {
4306
+ "name": "Daniel Roe",
4307
+ "github": "danielroe",
4308
+ "twitter": "danielcroe"
4309
+ }
4310
+ ],
4311
+ "compatibility": {
4312
+ "nuxt": "^2.0.0 || ^3.0.0",
4313
+ "requires": {
4314
+ "bridge": true
4315
+ }
3516
4316
  }
3517
4317
  },
3518
4318
  {
@@ -3533,9 +4333,43 @@
3533
4333
  }
3534
4334
  ],
3535
4335
  "compatibility": {
3536
- "2.x": "working",
3537
- "2.x-bridge": "unknown",
3538
- "3.x": "unknown"
4336
+ "nuxt": "^2.0.0",
4337
+ "requires": {
4338
+ "bridge": "optional"
4339
+ }
4340
+ }
4341
+ },
4342
+ {
4343
+ "name": "twicpics",
4344
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4345
+ "repo": "TwicPics/components",
4346
+ "npm": "@twicpics/components",
4347
+ "icon": "twicpics.svg",
4348
+ "github": "https://github.com/TwicPics/components",
4349
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4350
+ "learn_more": "https://www.twicpics.com",
4351
+ "category": "Images",
4352
+ "type": "3rd-party",
4353
+ "maintainers": [
4354
+ {
4355
+ "name": "Florent Bourgeois",
4356
+ "github": "florentb",
4357
+ "twitter": "florent_b"
4358
+ },
4359
+ {
4360
+ "name": "Julian Aubourg",
4361
+ "github": "jaubourg",
4362
+ "twitter": "jaubourg"
4363
+ },
4364
+ {
4365
+ "name": "Miguel Beignon",
4366
+ "github": "mbgspcii",
4367
+ "twitter": "m_beignon"
4368
+ }
4369
+ ],
4370
+ "compatibility": {
4371
+ "nuxt": "^2.0.0 || ^3.0.0",
4372
+ "requires": {}
3539
4373
  }
3540
4374
  },
3541
4375
  {
@@ -3556,9 +4390,33 @@
3556
4390
  }
3557
4391
  ],
3558
4392
  "compatibility": {
3559
- "2.x": "working",
3560
- "2.x-bridge": "unknown",
3561
- "3.x": "unknown"
4393
+ "nuxt": "^2.0.0 || ^3.0.0",
4394
+ "requires": {}
4395
+ }
4396
+ },
4397
+ {
4398
+ "name": "typed-vuex",
4399
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
4400
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4401
+ "npm": "nuxt-typed-vuex",
4402
+ "icon": "vue.png",
4403
+ "github": "https://github.com/danielroe/typed-vuex",
4404
+ "website": "https://github.com/danielroe/typed-vuex",
4405
+ "learn_more": "",
4406
+ "category": "Libraries",
4407
+ "type": "3rd-party",
4408
+ "maintainers": [
4409
+ {
4410
+ "name": "Daniel Roe",
4411
+ "github": "danielroe",
4412
+ "twitter": "danielcroe"
4413
+ }
4414
+ ],
4415
+ "compatibility": {
4416
+ "nuxt": "^2.0.0",
4417
+ "requires": {
4418
+ "bridge": "optional"
4419
+ }
3562
4420
  }
3563
4421
  },
3564
4422
  {
@@ -3589,9 +4447,8 @@
3589
4447
  }
3590
4448
  ],
3591
4449
  "compatibility": {
3592
- "2.x": "working",
3593
- "2.x-bridge": "unknown",
3594
- "3.x": "unknown"
4450
+ "nuxt": "^2.0.0",
4451
+ "requires": {}
3595
4452
  }
3596
4453
  },
3597
4454
  {
@@ -3622,9 +4479,32 @@
3622
4479
  }
3623
4480
  ],
3624
4481
  "compatibility": {
3625
- "2.x": "working",
3626
- "2.x-bridge": "unknown",
3627
- "3.x": "unknown"
4482
+ "nuxt": "^2.0.0",
4483
+ "requires": {}
4484
+ }
4485
+ },
4486
+ {
4487
+ "name": "umami",
4488
+ "description": "Embed the Umami analytics library into Nuxt",
4489
+ "repo": "ijkml/nuxt-umami",
4490
+ "npm": "nuxt-umami",
4491
+ "icon": "umami.svg",
4492
+ "github": "https://github.com/ijkml/nuxt-umami",
4493
+ "website": "https://github.com/ijkml/nuxt-umami",
4494
+ "learn_more": "https://umami.is/docs/",
4495
+ "category": "Analytics",
4496
+ "type": "3rd-party",
4497
+ "maintainers": [
4498
+ {
4499
+ "name": "ML",
4500
+ "github": "ijkml"
4501
+ }
4502
+ ],
4503
+ "compatibility": {
4504
+ "nuxt": "^2.0.0 || ^3.0.0",
4505
+ "requires": {
4506
+ "bridge": "optional"
4507
+ }
3628
4508
  }
3629
4509
  },
3630
4510
  {
@@ -3651,9 +4531,60 @@
3651
4531
  }
3652
4532
  ],
3653
4533
  "compatibility": {
3654
- "2.x": "working",
3655
- "2.x-bridge": "unknown",
3656
- "3.x": "unknown"
4534
+ "nuxt": "^2.0.0",
4535
+ "requires": {}
4536
+ }
4537
+ },
4538
+ {
4539
+ "name": "unlighthouse",
4540
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4541
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4542
+ "npm": "@unlighthouse/nuxt",
4543
+ "icon": "unlighthouse.svg",
4544
+ "github": "https://github.com/harlan-zw/unlighthouse",
4545
+ "website": "https://github.com/harlan-zw/unlighthouse",
4546
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4547
+ "category": "Devtools",
4548
+ "type": "3rd-party",
4549
+ "maintainers": [
4550
+ {
4551
+ "name": "Harlan Wilton",
4552
+ "github": "harlan-zw",
4553
+ "twitter": "harlan_zw",
4554
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4555
+ }
4556
+ ],
4557
+ "compatibility": {
4558
+ "nuxt": "^2.0.0 || ^3.0.0",
4559
+ "requires": {
4560
+ "bridge": "optional"
4561
+ }
4562
+ }
4563
+ },
4564
+ {
4565
+ "name": "unocss",
4566
+ "description": "The instant on-demand atomic CSS engine.",
4567
+ "repo": "antfu/unocss#main/packages/nuxt",
4568
+ "npm": "@unocss/nuxt",
4569
+ "icon": "unocss.svg",
4570
+ "github": "https://github.com/antfu/unocss",
4571
+ "website": "https://github.com/antfu/unocss",
4572
+ "learn_more": "https://github.com/antfu/unocss",
4573
+ "category": "UI",
4574
+ "type": "3rd-party",
4575
+ "maintainers": [
4576
+ {
4577
+ "name": "Anthony Fu",
4578
+ "github": "antfu",
4579
+ "twitter": "antfu7",
4580
+ "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
4581
+ }
4582
+ ],
4583
+ "compatibility": {
4584
+ "nuxt": "^2.0.0 || ^3.0.0",
4585
+ "requires": {
4586
+ "bridge": "optional"
4587
+ }
3657
4588
  }
3658
4589
  },
3659
4590
  {
@@ -3674,9 +4605,8 @@
3674
4605
  }
3675
4606
  ],
3676
4607
  "compatibility": {
3677
- "2.x": "working",
3678
- "2.x-bridge": "unknown",
3679
- "3.x": "unknown"
4608
+ "nuxt": "^2.0.0",
4609
+ "requires": {}
3680
4610
  }
3681
4611
  },
3682
4612
  {
@@ -3697,9 +4627,8 @@
3697
4627
  }
3698
4628
  ],
3699
4629
  "compatibility": {
3700
- "2.x": "working",
3701
- "2.x-bridge": "unknown",
3702
- "3.x": "unknown"
4630
+ "nuxt": "^2.0.0",
4631
+ "requires": {}
3703
4632
  }
3704
4633
  },
3705
4634
  {
@@ -3721,9 +4650,8 @@
3721
4650
  }
3722
4651
  ],
3723
4652
  "compatibility": {
3724
- "2.x": "working",
3725
- "2.x-bridge": "unknown",
3726
- "3.x": "unknown"
4653
+ "nuxt": "^2.0.0",
4654
+ "requires": {}
3727
4655
  }
3728
4656
  },
3729
4657
  {
@@ -3744,9 +4672,8 @@
3744
4672
  }
3745
4673
  ],
3746
4674
  "compatibility": {
3747
- "2.x": "working",
3748
- "2.x-bridge": "unknown",
3749
- "3.x": "unknown"
4675
+ "nuxt": "^2.0.0",
4676
+ "requires": {}
3750
4677
  }
3751
4678
  },
3752
4679
  {
@@ -3767,9 +4694,8 @@
3767
4694
  }
3768
4695
  ],
3769
4696
  "compatibility": {
3770
- "2.x": "working",
3771
- "2.x-bridge": "unknown",
3772
- "3.x": "unknown"
4697
+ "nuxt": "^2.0.0",
4698
+ "requires": {}
3773
4699
  }
3774
4700
  },
3775
4701
  {
@@ -3790,9 +4716,8 @@
3790
4716
  }
3791
4717
  ],
3792
4718
  "compatibility": {
3793
- "2.x": "working",
3794
- "2.x-bridge": "unknown",
3795
- "3.x": "unknown"
4719
+ "nuxt": "^2.0.0",
4720
+ "requires": {}
3796
4721
  }
3797
4722
  },
3798
4723
  {
@@ -3814,9 +4739,30 @@
3814
4739
  }
3815
4740
  ],
3816
4741
  "compatibility": {
3817
- "2.x": "working",
3818
- "2.x-bridge": "unknown",
3819
- "3.x": "unknown"
4742
+ "nuxt": "^2.0.0",
4743
+ "requires": {}
4744
+ }
4745
+ },
4746
+ {
4747
+ "name": "vuestic",
4748
+ "description": "Vuestic UI module for Nuxt 3",
4749
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4750
+ "npm": "@vuestic/nuxt",
4751
+ "icon": "vuestic.png",
4752
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4753
+ "website": "https://vuestic.dev",
4754
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4755
+ "category": "UI",
4756
+ "type": "3rd-party",
4757
+ "maintainers": [
4758
+ {
4759
+ "name": "epicmaxco",
4760
+ "github": "epicmaxco"
4761
+ }
4762
+ ],
4763
+ "compatibility": {
4764
+ "nuxt": "^3.0.0",
4765
+ "requires": {}
3820
4766
  }
3821
4767
  },
3822
4768
  {
@@ -3842,16 +4788,15 @@
3842
4788
  }
3843
4789
  ],
3844
4790
  "compatibility": {
3845
- "2.x": "working",
3846
- "2.x-bridge": "unknown",
3847
- "3.x": "broken"
4791
+ "nuxt": "^2.0.0",
4792
+ "requires": {}
3848
4793
  }
3849
4794
  },
3850
4795
  {
3851
4796
  "name": "vueuse",
3852
4797
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
3853
- "repo": "vueuse/vueuse",
3854
- "npm": "@vueuse/monorepo",
4798
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4799
+ "npm": "@vueuse/nuxt",
3855
4800
  "icon": "vueuse.svg",
3856
4801
  "github": "https://github.com/vueuse/vueuse",
3857
4802
  "website": "https://vueuse.org",
@@ -3862,14 +4807,14 @@
3862
4807
  {
3863
4808
  "name": "Anthony Fu",
3864
4809
  "github": "antfu",
3865
- "twitter": "antfu7",
3866
- "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
4810
+ "twitter": "antfu7"
3867
4811
  }
3868
4812
  ],
3869
4813
  "compatibility": {
3870
- "2.x": "working",
3871
- "2.x-bridge": "working",
3872
- "3.x": "working"
4814
+ "nuxt": "^2.0.0 || ^3.0.0",
4815
+ "requires": {
4816
+ "bridge": "optional"
4817
+ }
3873
4818
  }
3874
4819
  },
3875
4820
  {
@@ -3890,9 +4835,8 @@
3890
4835
  }
3891
4836
  ],
3892
4837
  "compatibility": {
3893
- "2.x": "working",
3894
- "2.x-bridge": "unknown",
3895
- "3.x": "unknown"
4838
+ "nuxt": "^2.0.0",
4839
+ "requires": {}
3896
4840
  }
3897
4841
  },
3898
4842
  {
@@ -3900,7 +4844,7 @@
3900
4844
  "description": "Web Vitals for Nuxt",
3901
4845
  "repo": "nuxt-community/web-vitals-module",
3902
4846
  "npm": "@nuxtjs/web-vitals",
3903
- "icon": "",
4847
+ "icon": "web-vitals.png",
3904
4848
  "github": "https://github.com/nuxt-community/web-vitals-module",
3905
4849
  "website": "https://github.com/nuxt-community/web-vitals-module",
3906
4850
  "learn_more": "",
@@ -3923,33 +4867,33 @@
3923
4867
  }
3924
4868
  ],
3925
4869
  "compatibility": {
3926
- "2.x": "working",
3927
- "2.x-bridge": "unknown",
3928
- "3.x": "unknown"
4870
+ "nuxt": "^2.0.0 || ^3.0.0",
4871
+ "requires": {
4872
+ "bridge": "optional"
4873
+ }
3929
4874
  }
3930
4875
  },
3931
4876
  {
3932
4877
  "name": "web3js",
3933
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
3934
- "repo": "fauzan121002/nuxt-web3",
4878
+ "description": "Web3.js module integration for Nuxt.js",
4879
+ "repo": "bl0cknumber/nuxt-web3",
3935
4880
  "npm": "nuxt-web3",
3936
4881
  "icon": "web3js.svg",
3937
- "github": "https://github.com/fauzan121002/nuxt-web3",
3938
- "website": "https://github.com/fauzan121002/nuxt-web3",
4882
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
4883
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
3939
4884
  "learn_more": "https://web3js.readthedocs.io/",
3940
4885
  "category": "Libraries",
3941
4886
  "type": "3rd-party",
3942
4887
  "maintainers": [
3943
4888
  {
3944
4889
  "name": "Muhammad Fauzan",
3945
- "github": "fauzan121002",
3946
- "twitter": "fauzandev"
4890
+ "github": "bl0cknumber",
4891
+ "twitter": "fncolon"
3947
4892
  }
3948
4893
  ],
3949
4894
  "compatibility": {
3950
- "2.x": "working",
3951
- "2.x-bridge": "unknown",
3952
- "3.x": "unknown"
4895
+ "nuxt": "^2.0.0",
4896
+ "requires": {}
3953
4897
  }
3954
4898
  },
3955
4899
  {
@@ -3970,9 +4914,32 @@
3970
4914
  }
3971
4915
  ],
3972
4916
  "compatibility": {
3973
- "2.x": "working",
3974
- "2.x-bridge": "unknown",
3975
- "3.x": "unknown"
4917
+ "nuxt": "^2.0.0",
4918
+ "requires": {}
4919
+ }
4920
+ },
4921
+ {
4922
+ "name": "webpack-optimisations",
4923
+ "description": "Nuxt.js v2 module to automatically make your builds faster.",
4924
+ "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
4925
+ "npm": "nuxt-webpack-optimisations",
4926
+ "icon": "build-optimisations.svg",
4927
+ "github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4928
+ "website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4929
+ "learn_more": "",
4930
+ "category": "Devtools",
4931
+ "type": "3rd-party",
4932
+ "maintainers": [
4933
+ {
4934
+ "name": "Harlan Wilton",
4935
+ "github": "harlan-zw"
4936
+ }
4937
+ ],
4938
+ "compatibility": {
4939
+ "nuxt": "^2.0.0",
4940
+ "requires": {
4941
+ "bridge": "optional"
4942
+ }
3976
4943
  }
3977
4944
  },
3978
4945
  {
@@ -3994,9 +4961,8 @@
3994
4961
  }
3995
4962
  ],
3996
4963
  "compatibility": {
3997
- "2.x": "working",
3998
- "2.x-bridge": "unknown",
3999
- "3.x": "unknown"
4964
+ "nuxt": "^2.0.0",
4965
+ "requires": {}
4000
4966
  }
4001
4967
  },
4002
4968
  {
@@ -4017,9 +4983,8 @@
4017
4983
  }
4018
4984
  ],
4019
4985
  "compatibility": {
4020
- "2.x": "working",
4021
- "2.x-bridge": "unknown",
4022
- "3.x": "unknown"
4986
+ "nuxt": "^2.0.0",
4987
+ "requires": {}
4023
4988
  }
4024
4989
  },
4025
4990
  {
@@ -4041,14 +5006,13 @@
4041
5006
  }
4042
5007
  ],
4043
5008
  "compatibility": {
4044
- "2.x": "working",
4045
- "2.x-bridge": "unknown",
4046
- "3.x": "unknown"
5009
+ "nuxt": "^2.0.0",
5010
+ "requires": {}
4047
5011
  }
4048
5012
  },
4049
5013
  {
4050
5014
  "name": "windicss",
4051
- "description": "Next generation Tailwind CSS compiler",
5015
+ "description": "Next generation utility-first CSS framework.",
4052
5016
  "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
4053
5017
  "npm": "nuxt-windicss",
4054
5018
  "icon": "windicss.svg",
@@ -4060,14 +5024,20 @@
4060
5024
  "maintainers": [
4061
5025
  {
4062
5026
  "name": "Harlan Wilton",
4063
- "github": "loonpwn",
5027
+ "github": "harlan-zw",
4064
5028
  "twitter": "harlan_zw"
5029
+ },
5030
+ {
5031
+ "name": "Anthony Fu",
5032
+ "github": "antfu",
5033
+ "twitter": "antfu7"
4065
5034
  }
4066
5035
  ],
4067
5036
  "compatibility": {
4068
- "2.x": "working",
4069
- "2.x-bridge": "working",
4070
- "3.x": "working"
5037
+ "nuxt": "^2.0.0 || ^3.0.0",
5038
+ "requires": {
5039
+ "bridge": "optional"
5040
+ }
4071
5041
  }
4072
5042
  },
4073
5043
  {
@@ -4088,9 +5058,8 @@
4088
5058
  }
4089
5059
  ],
4090
5060
  "compatibility": {
4091
- "2.x": "working",
4092
- "2.x-bridge": "unknown",
4093
- "3.x": "unknown"
5061
+ "nuxt": "^2.0.0",
5062
+ "requires": {}
4094
5063
  }
4095
5064
  },
4096
5065
  {
@@ -4111,9 +5080,8 @@
4111
5080
  }
4112
5081
  ],
4113
5082
  "compatibility": {
4114
- "2.x": "working",
4115
- "2.x-bridge": "unknown",
4116
- "3.x": "unknown"
5083
+ "nuxt": "^2.0.0",
5084
+ "requires": {}
4117
5085
  }
4118
5086
  },
4119
5087
  {
@@ -4134,9 +5102,33 @@
4134
5102
  }
4135
5103
  ],
4136
5104
  "compatibility": {
4137
- "2.x": "working",
4138
- "2.x-bridge": "unknown",
4139
- "3.x": "unknown"
5105
+ "nuxt": "^2.0.0",
5106
+ "requires": {}
5107
+ }
5108
+ },
5109
+ {
5110
+ "name": "xstate",
5111
+ "description": "XState integration for Nuxt",
5112
+ "repo": "Lexpeartha/nuxt-xstate",
5113
+ "npm": "nuxt-xstate",
5114
+ "icon": "xstate.svg",
5115
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
5116
+ "website": "https://nuxt-xstate.lexpeartha.com",
5117
+ "learn_more": "https://xstate.js.org/",
5118
+ "category": "Extensions",
5119
+ "type": "3rd-party",
5120
+ "maintainers": [
5121
+ {
5122
+ "name": "Lexpeartha",
5123
+ "github": "Lexpeartha",
5124
+ "twitter": "lexpeartha"
5125
+ }
5126
+ ],
5127
+ "compatibility": {
5128
+ "nuxt": "^2.0.0 || ^3.0.0",
5129
+ "requires": {
5130
+ "bridge": true
5131
+ }
4140
5132
  }
4141
5133
  },
4142
5134
  {
@@ -4157,9 +5149,8 @@
4157
5149
  }
4158
5150
  ],
4159
5151
  "compatibility": {
4160
- "2.x": "working",
4161
- "2.x-bridge": "unknown",
4162
- "3.x": "unknown"
5152
+ "nuxt": "^2.0.0",
5153
+ "requires": {}
4163
5154
  }
4164
5155
  },
4165
5156
  {
@@ -4181,9 +5172,8 @@
4181
5172
  }
4182
5173
  ],
4183
5174
  "compatibility": {
4184
- "2.x": "working",
4185
- "2.x-bridge": "unknown",
4186
- "3.x": "unknown"
5175
+ "nuxt": "^2.0.0",
5176
+ "requires": {}
4187
5177
  }
4188
5178
  },
4189
5179
  {
@@ -4204,9 +5194,8 @@
4204
5194
  }
4205
5195
  ],
4206
5196
  "compatibility": {
4207
- "2.x": "working",
4208
- "2.x-bridge": "unknown",
4209
- "3.x": "unknown"
5197
+ "nuxt": "^2.0.0",
5198
+ "requires": {}
4210
5199
  }
4211
5200
  }
4212
5201
  ]