@nuxt/modules 0.5.0-c9977f → 0.5.0-cbf2a9

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 +1549 -619
  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": "not-working",
149
- "3.x": "not-working"
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,33 +330,8 @@
265
330
  }
266
331
  ],
267
332
  "compatibility": {
268
- "2.x": "working",
269
- "2.x-bridge": "unknown",
270
- "3.x": "unknown"
271
- }
272
- },
273
- {
274
- "name": "bigcommerce",
275
- "description": "Easy BigCommerce integration for Nuxt.js",
276
- "repo": "baroshem/nuxt-bigcommerce",
277
- "npm": "nuxt-bigcommerce",
278
- "icon": "bigcommerce.svg",
279
- "github": "https://github.com/baroshem/nuxt-bigcommerce",
280
- "website": "https://nuxt-bigcommerce.vercel.app/",
281
- "learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
282
- "category": "Ecommerce",
283
- "type": "3rd-party",
284
- "maintainers": [
285
- {
286
- "name": "Jakub Andrzejewski",
287
- "github": "Baroshem",
288
- "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
289
- }
290
- ],
291
- "compatibility": {
292
- "2.x": "working",
293
- "2.x-bridge": "unknown",
294
- "3.x": "unknown"
333
+ "nuxt": "^2.0.0",
334
+ "requires": {}
295
335
  }
296
336
  },
297
337
  {
@@ -322,9 +362,8 @@
322
362
  }
323
363
  ],
324
364
  "compatibility": {
325
- "2.x": "working",
326
- "2.x-bridge": "unknown",
327
- "3.x": "unknown"
365
+ "nuxt": "^2.0.0",
366
+ "requires": {}
328
367
  }
329
368
  },
330
369
  {
@@ -346,9 +385,8 @@
346
385
  }
347
386
  ],
348
387
  "compatibility": {
349
- "2.x": "working",
350
- "2.x-bridge": "unknown",
351
- "3.x": "unknown"
388
+ "nuxt": "^2.0.0",
389
+ "requires": {}
352
390
  }
353
391
  },
354
392
  {
@@ -369,14 +407,13 @@
369
407
  }
370
408
  ],
371
409
  "compatibility": {
372
- "2.x": "working",
373
- "2.x-bridge": "unknown",
374
- "3.x": "unknown"
410
+ "nuxt": "^2.0.0",
411
+ "requires": {}
375
412
  }
376
413
  },
377
414
  {
378
415
  "name": "bugsnag",
379
- "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.",
380
417
  "repo": "JulianMar/nuxt-bugsnag",
381
418
  "npm": "nuxt-bugsnag",
382
419
  "icon": "bugsnag.png",
@@ -388,13 +425,15 @@
388
425
  "maintainers": [
389
426
  {
390
427
  "name": "JulianMar",
391
- "github": "JulianMar"
428
+ "github": "JulianMar",
429
+ "twitter": "julian_martin96"
392
430
  }
393
431
  ],
394
432
  "compatibility": {
395
- "2.x": "working",
396
- "2.x-bridge": "unknown",
397
- "3.x": "unknown"
433
+ "nuxt": "^2.0.0 || ^3.0.0",
434
+ "requires": {
435
+ "bridge": true
436
+ }
398
437
  }
399
438
  },
400
439
  {
@@ -415,9 +454,8 @@
415
454
  }
416
455
  ],
417
456
  "compatibility": {
418
- "2.x": "working",
419
- "2.x-bridge": "unknown",
420
- "3.x": "unknown"
457
+ "nuxt": "^2.0.0",
458
+ "requires": {}
421
459
  }
422
460
  },
423
461
  {
@@ -438,14 +476,13 @@
438
476
  }
439
477
  ],
440
478
  "compatibility": {
441
- "2.x": "working",
442
- "2.x-bridge": "unknown",
443
- "3.x": "unknown"
479
+ "nuxt": "^2.0.0",
480
+ "requires": {}
444
481
  }
445
482
  },
446
483
  {
447
484
  "name": "canvas-sketch",
448
- "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",
449
486
  "repo": "LuXDAmore/generative-art",
450
487
  "npm": "@luxdamore/nuxt-canvas-sketch",
451
488
  "icon": "",
@@ -462,9 +499,8 @@
462
499
  }
463
500
  ],
464
501
  "compatibility": {
465
- "2.x": "working",
466
- "2.x-bridge": "unknown",
467
- "3.x": "unknown"
502
+ "nuxt": "^2.0.0",
503
+ "requires": {}
468
504
  }
469
505
  },
470
506
  {
@@ -485,9 +521,30 @@
485
521
  }
486
522
  ],
487
523
  "compatibility": {
488
- "2.x": "working",
489
- "2.x-bridge": "unknown",
490
- "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/packages/chatwoot-nuxt",
532
+ "npm": "@huntersofbook/chatwoot-nuxt",
533
+ "icon": "chatwoot.png",
534
+ "github": "https://github.com/huntersofbook/huntersofbook/tree/main/packages/chatwoot-nuxt",
535
+ "website": "https://github.com/huntersofbook/huntersofbook/tree/main/packages/chatwoot-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": {}
491
548
  }
492
549
  },
493
550
  {
@@ -508,9 +565,8 @@
508
565
  }
509
566
  ],
510
567
  "compatibility": {
511
- "2.x": "working",
512
- "2.x-bridge": "unknown",
513
- "3.x": "unknown"
568
+ "nuxt": "^2.0.0",
569
+ "requires": {}
514
570
  }
515
571
  },
516
572
  {
@@ -531,9 +587,8 @@
531
587
  }
532
588
  ],
533
589
  "compatibility": {
534
- "2.x": "working",
535
- "2.x-bridge": "unknown",
536
- "3.x": "unknown"
590
+ "nuxt": "^2.0.0",
591
+ "requires": {}
537
592
  }
538
593
  },
539
594
  {
@@ -554,9 +609,8 @@
554
609
  }
555
610
  ],
556
611
  "compatibility": {
557
- "2.x": "working",
558
- "2.x-bridge": "unknown",
559
- "3.x": "unknown"
612
+ "nuxt": "^2.0.0",
613
+ "requires": {}
560
614
  }
561
615
  },
562
616
  {
@@ -578,9 +632,8 @@
578
632
  }
579
633
  ],
580
634
  "compatibility": {
581
- "2.x": "working",
582
- "2.x-bridge": "unknown",
583
- "3.x": "not-working"
635
+ "nuxt": "^2.0.0",
636
+ "requires": {}
584
637
  }
585
638
  },
586
639
  {
@@ -602,9 +655,10 @@
602
655
  }
603
656
  ],
604
657
  "compatibility": {
605
- "2.x": "working",
606
- "2.x-bridge": "working",
607
- "3.x": "unknown"
658
+ "nuxt": "^2.0.0 || ^3.0.0",
659
+ "requires": {
660
+ "bridge": "optional"
661
+ }
608
662
  }
609
663
  },
610
664
  {
@@ -626,9 +680,8 @@
626
680
  }
627
681
  ],
628
682
  "compatibility": {
629
- "2.x": "working",
630
- "2.x-bridge": "unknown",
631
- "3.x": "unknown"
683
+ "nuxt": "^2.0.0",
684
+ "requires": {}
632
685
  }
633
686
  },
634
687
  {
@@ -650,17 +703,16 @@
650
703
  }
651
704
  ],
652
705
  "compatibility": {
653
- "2.x": "working",
654
- "2.x-bridge": "unknown",
655
- "3.x": "unknown"
706
+ "nuxt": "^2.0.0",
707
+ "requires": {}
656
708
  }
657
709
  },
658
710
  {
659
711
  "name": "content",
660
- "description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
661
- "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",
662
714
  "npm": "@nuxt/content",
663
- "icon": "content.png",
715
+ "icon": "nuxt.png",
664
716
  "github": "https://github.com/nuxt/content",
665
717
  "website": "https://content.nuxtjs.org",
666
718
  "learn_more": "",
@@ -668,9 +720,14 @@
668
720
  "type": "official",
669
721
  "maintainers": [
670
722
  {
671
- "name": "Benjamin Canac",
672
- "github": "benjamincanac",
673
- "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"
674
731
  },
675
732
  {
676
733
  "name": "Sebastien Chopin",
@@ -679,9 +736,8 @@
679
736
  }
680
737
  ],
681
738
  "compatibility": {
682
- "2.x": "working",
683
- "2.x-bridge": "not-working",
684
- "3.x": "not-working"
739
+ "nuxt": "^2.0.0 || ^3.0.0",
740
+ "requires": {}
685
741
  }
686
742
  },
687
743
  {
@@ -702,9 +758,8 @@
702
758
  }
703
759
  ],
704
760
  "compatibility": {
705
- "2.x": "working",
706
- "2.x-bridge": "unknown",
707
- "3.x": "unknown"
761
+ "nuxt": "^2.0.0",
762
+ "requires": {}
708
763
  }
709
764
  },
710
765
  {
@@ -729,9 +784,8 @@
729
784
  }
730
785
  ],
731
786
  "compatibility": {
732
- "2.x": "working",
733
- "2.x-bridge": "unknown",
734
- "3.x": "unknown"
787
+ "nuxt": "^2.0.0",
788
+ "requires": {}
735
789
  }
736
790
  },
737
791
  {
@@ -752,9 +806,8 @@
752
806
  }
753
807
  ],
754
808
  "compatibility": {
755
- "2.x": "working",
756
- "2.x-bridge": "unknown",
757
- "3.x": "unknown"
809
+ "nuxt": "^2.0.0",
810
+ "requires": {}
758
811
  }
759
812
  },
760
813
  {
@@ -775,9 +828,30 @@
775
828
  }
776
829
  ],
777
830
  "compatibility": {
778
- "2.x": "working",
779
- "2.x-bridge": "wip",
780
- "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": {}
781
855
  }
782
856
  },
783
857
  {
@@ -799,9 +873,31 @@
799
873
  }
800
874
  ],
801
875
  "compatibility": {
802
- "2.x": "working",
803
- "2.x-bridge": "unknown",
804
- "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": {}
805
901
  }
806
902
  },
807
903
  {
@@ -822,9 +918,33 @@
822
918
  }
823
919
  ],
824
920
  "compatibility": {
825
- "2.x": "working",
826
- "2.x-bridge": "unknown",
827
- "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/intevel/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
+ }
828
948
  }
829
949
  },
830
950
  {
@@ -845,9 +965,41 @@
845
965
  }
846
966
  ],
847
967
  "compatibility": {
848
- "2.x": "working",
849
- "2.x-bridge": "unknown",
850
- "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": {}
851
1003
  }
852
1004
  },
853
1005
  {
@@ -868,9 +1020,8 @@
868
1020
  }
869
1021
  ],
870
1022
  "compatibility": {
871
- "2.x": "working",
872
- "2.x-bridge": "unknown",
873
- "3.x": "unknown"
1023
+ "nuxt": "^2.0.0",
1024
+ "requires": {}
874
1025
  }
875
1026
  },
876
1027
  {
@@ -892,9 +1043,8 @@
892
1043
  }
893
1044
  ],
894
1045
  "compatibility": {
895
- "2.x": "working",
896
- "2.x-bridge": "unknown",
897
- "3.x": "unknown"
1046
+ "nuxt": "^2.0.0",
1047
+ "requires": {}
898
1048
  }
899
1049
  },
900
1050
  {
@@ -915,9 +1065,8 @@
915
1065
  }
916
1066
  ],
917
1067
  "compatibility": {
918
- "2.x": "working",
919
- "2.x-bridge": "unknown",
920
- "3.x": "unknown"
1068
+ "nuxt": "^2.0.0",
1069
+ "requires": {}
921
1070
  }
922
1071
  },
923
1072
  {
@@ -938,9 +1087,8 @@
938
1087
  }
939
1088
  ],
940
1089
  "compatibility": {
941
- "2.x": "working",
942
- "2.x-bridge": "unknown",
943
- "3.x": "unknown"
1090
+ "nuxt": "^2.0.0",
1091
+ "requires": {}
944
1092
  }
945
1093
  },
946
1094
  {
@@ -961,9 +1109,8 @@
961
1109
  }
962
1110
  ],
963
1111
  "compatibility": {
964
- "2.x": "working",
965
- "2.x-bridge": "unknown",
966
- "3.x": "unknown"
1112
+ "nuxt": "^2.0.0",
1113
+ "requires": {}
967
1114
  }
968
1115
  },
969
1116
  {
@@ -984,14 +1131,13 @@
984
1131
  }
985
1132
  ],
986
1133
  "compatibility": {
987
- "2.x": "working",
988
- "2.x-bridge": "unknown",
989
- "3.x": "unknown"
1134
+ "nuxt": "^2.0.0",
1135
+ "requires": {}
990
1136
  }
991
1137
  },
992
1138
  {
993
1139
  "name": "feed",
994
- "description": "Feed module enables everyone to have RSS, Atom and Json.",
1140
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
995
1141
  "repo": "nuxt-community/feed-module",
996
1142
  "npm": "@nuxtjs/feed",
997
1143
  "icon": "",
@@ -1008,15 +1154,14 @@
1008
1154
  }
1009
1155
  ],
1010
1156
  "compatibility": {
1011
- "2.x": "working",
1012
- "2.x-bridge": "unknown",
1013
- "3.x": "unknown"
1157
+ "nuxt": "^2.0.0",
1158
+ "requires": {}
1014
1159
  }
1015
1160
  },
1016
1161
  {
1017
1162
  "name": "firebase",
1018
1163
  "description": "Integrate Firebase into your Nuxt project.",
1019
- "repo": "nuxt-community/firebase-module",
1164
+ "repo": "nuxt-community/firebase-module#master/packages/firebase-module",
1020
1165
  "npm": "@nuxtjs/firebase",
1021
1166
  "icon": "firebase.png",
1022
1167
  "github": "https://github.com/nuxt-community/firebase-module",
@@ -1031,9 +1176,8 @@
1031
1176
  }
1032
1177
  ],
1033
1178
  "compatibility": {
1034
- "2.x": "working",
1035
- "2.x-bridge": "unknown",
1036
- "3.x": "unknown"
1179
+ "nuxt": "^2.0.0",
1180
+ "requires": {}
1037
1181
  }
1038
1182
  },
1039
1183
  {
@@ -1054,9 +1198,8 @@
1054
1198
  }
1055
1199
  ],
1056
1200
  "compatibility": {
1057
- "2.x": "working",
1058
- "2.x-bridge": "unknown",
1059
- "3.x": "unknown"
1201
+ "nuxt": "^2.0.0",
1202
+ "requires": {}
1060
1203
  }
1061
1204
  },
1062
1205
  {
@@ -1077,9 +1220,8 @@
1077
1220
  }
1078
1221
  ],
1079
1222
  "compatibility": {
1080
- "2.x": "working",
1081
- "2.x-bridge": "unknown",
1082
- "3.x": "unknown"
1223
+ "nuxt": "^2.0.0",
1224
+ "requires": {}
1083
1225
  }
1084
1226
  },
1085
1227
  {
@@ -1100,9 +1242,31 @@
1100
1242
  }
1101
1243
  ],
1102
1244
  "compatibility": {
1103
- "2.x": "working",
1104
- "2.x-bridge": "unknown",
1105
- "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": {}
1106
1270
  }
1107
1271
  },
1108
1272
  {
@@ -1123,9 +1287,36 @@
1123
1287
  }
1124
1288
  ],
1125
1289
  "compatibility": {
1126
- "2.x": "working",
1127
- "2.x-bridge": "unknown",
1128
- "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": {}
1129
1320
  }
1130
1321
  },
1131
1322
  {
@@ -1146,9 +1337,8 @@
1146
1337
  }
1147
1338
  ],
1148
1339
  "compatibility": {
1149
- "2.x": "working",
1150
- "2.x-bridge": "unknown",
1151
- "3.x": "unknown"
1340
+ "nuxt": "^2.0.0",
1341
+ "requires": {}
1152
1342
  }
1153
1343
  },
1154
1344
  {
@@ -1169,9 +1359,8 @@
1169
1359
  }
1170
1360
  ],
1171
1361
  "compatibility": {
1172
- "2.x": "working",
1173
- "2.x-bridge": "unknown",
1174
- "3.x": "unknown"
1362
+ "nuxt": "^2.0.0",
1363
+ "requires": {}
1175
1364
  }
1176
1365
  },
1177
1366
  {
@@ -1192,9 +1381,8 @@
1192
1381
  }
1193
1382
  ],
1194
1383
  "compatibility": {
1195
- "2.x": "working",
1196
- "2.x-bridge": "unknown",
1197
- "3.x": "unknown"
1384
+ "nuxt": "^2.0.0",
1385
+ "requires": {}
1198
1386
  }
1199
1387
  },
1200
1388
  {
@@ -1225,9 +1413,8 @@
1225
1413
  }
1226
1414
  ],
1227
1415
  "compatibility": {
1228
- "2.x": "working",
1229
- "2.x-bridge": "unknown",
1230
- "3.x": "unknown"
1416
+ "nuxt": "^2.0.0",
1417
+ "requires": {}
1231
1418
  }
1232
1419
  },
1233
1420
  {
@@ -1248,9 +1435,10 @@
1248
1435
  }
1249
1436
  ],
1250
1437
  "compatibility": {
1251
- "2.x": "working",
1252
- "2.x-bridge": "unknown",
1253
- "3.x": "unknown"
1438
+ "nuxt": "^2.0.0 || ^3.0.0",
1439
+ "requires": {
1440
+ "bridge": "optional"
1441
+ }
1254
1442
  }
1255
1443
  },
1256
1444
  {
@@ -1275,9 +1463,8 @@
1275
1463
  }
1276
1464
  ],
1277
1465
  "compatibility": {
1278
- "2.x": "working",
1279
- "2.x-bridge": "unknown",
1280
- "3.x": "unknown"
1466
+ "nuxt": "^2.0.0",
1467
+ "requires": {}
1281
1468
  }
1282
1469
  },
1283
1470
  {
@@ -1309,9 +1496,30 @@
1309
1496
  }
1310
1497
  ],
1311
1498
  "compatibility": {
1312
- "2.x": "working",
1313
- "2.x-bridge": "unknown",
1314
- "3.x": "unknown"
1499
+ "nuxt": "^2.0.0",
1500
+ "requires": {}
1501
+ }
1502
+ },
1503
+ {
1504
+ "name": "graphql-client",
1505
+ "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
1506
+ "repo": "diizzayy/nuxt-graphql-client",
1507
+ "npm": "nuxt-graphql-client",
1508
+ "icon": "graphql-client.svg",
1509
+ "github": "https://github.com/diizzayy/nuxt-graphql-client",
1510
+ "website": "https://github.com/diizzayy/nuxt-graphql-client",
1511
+ "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
1512
+ "category": "Request",
1513
+ "type": "3rd-party",
1514
+ "maintainers": [
1515
+ {
1516
+ "name": "Diizzayy",
1517
+ "github": "diizzayy"
1518
+ }
1519
+ ],
1520
+ "compatibility": {
1521
+ "nuxt": "^3.0.0",
1522
+ "requires": {}
1315
1523
  }
1316
1524
  },
1317
1525
  {
@@ -1332,9 +1540,8 @@
1332
1540
  }
1333
1541
  ],
1334
1542
  "compatibility": {
1335
- "2.x": "working",
1336
- "2.x-bridge": "unknown",
1337
- "3.x": "unknown"
1543
+ "nuxt": "^2.0.0",
1544
+ "requires": {}
1338
1545
  }
1339
1546
  },
1340
1547
  {
@@ -1356,9 +1563,8 @@
1356
1563
  }
1357
1564
  ],
1358
1565
  "compatibility": {
1359
- "2.x": "working",
1360
- "2.x-bridge": "unknown",
1361
- "3.x": "unknown"
1566
+ "nuxt": "^2.0.0",
1567
+ "requires": {}
1362
1568
  }
1363
1569
  },
1364
1570
  {
@@ -1379,9 +1585,76 @@
1379
1585
  }
1380
1586
  ],
1381
1587
  "compatibility": {
1382
- "2.x": "working",
1383
- "2.x-bridge": "unknown",
1384
- "3.x": "unknown"
1588
+ "nuxt": "^2.0.0",
1589
+ "requires": {}
1590
+ }
1591
+ },
1592
+ {
1593
+ "name": "harlem",
1594
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1595
+ "repo": "nuxt-modules/harlem",
1596
+ "npm": "@nuxtjs/harlem",
1597
+ "icon": "harlem.svg",
1598
+ "github": "https://github.com/nuxt-modules/harlem",
1599
+ "website": "https://github.com/nuxt-modules/harlem",
1600
+ "learn_more": "https://harlemjs.com/",
1601
+ "category": "Extensions",
1602
+ "type": "community",
1603
+ "maintainers": [
1604
+ {
1605
+ "name": "Daniel Roe",
1606
+ "github": "danielroe",
1607
+ "twitter": "danielcroe"
1608
+ }
1609
+ ],
1610
+ "compatibility": {
1611
+ "nuxt": "^3.0.0",
1612
+ "requires": {}
1613
+ }
1614
+ },
1615
+ {
1616
+ "name": "headlessui",
1617
+ "description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
1618
+ "repo": "P4sca1/nuxt-headlessui",
1619
+ "npm": "nuxt-headlessui",
1620
+ "icon": "headlessui.png",
1621
+ "github": "https://github.com/P4sca1/nuxt-headlessui",
1622
+ "website": "https://github.com/P4sca1/nuxt-headlessui",
1623
+ "learn_more": "https://headlessui.com",
1624
+ "category": "UI",
1625
+ "type": "3rd-party",
1626
+ "maintainers": [
1627
+ {
1628
+ "name": "Pascal Sthamer",
1629
+ "github": "P4sca1"
1630
+ }
1631
+ ],
1632
+ "compatibility": {
1633
+ "nuxt": "^3.0.0",
1634
+ "requires": {}
1635
+ }
1636
+ },
1637
+ {
1638
+ "name": "headway",
1639
+ "description": "Headway changelog widget for Nuxt",
1640
+ "repo": "l-portet/nuxt-headway",
1641
+ "npm": "nuxt-headway",
1642
+ "icon": "headway.png",
1643
+ "github": "https://github.com/l-portet/nuxt-headway",
1644
+ "website": "https://nuxt-headway.netlify.app/",
1645
+ "learn_more": "https://headwayapp.co/",
1646
+ "category": "UI",
1647
+ "type": "3rd-party",
1648
+ "maintainers": [
1649
+ {
1650
+ "name": "l-portet",
1651
+ "github": "l-portet",
1652
+ "avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
1653
+ }
1654
+ ],
1655
+ "compatibility": {
1656
+ "nuxt": "^2.0.0",
1657
+ "requires": {}
1385
1658
  }
1386
1659
  },
1387
1660
  {
@@ -1402,9 +1675,8 @@
1402
1675
  }
1403
1676
  ],
1404
1677
  "compatibility": {
1405
- "2.x": "working",
1406
- "2.x-bridge": "unknown",
1407
- "3.x": "unknown"
1678
+ "nuxt": "^2.0.0",
1679
+ "requires": {}
1408
1680
  }
1409
1681
  },
1410
1682
  {
@@ -1425,9 +1697,8 @@
1425
1697
  }
1426
1698
  ],
1427
1699
  "compatibility": {
1428
- "2.x": "working",
1429
- "2.x-bridge": "unknown",
1430
- "3.x": "unknown"
1700
+ "nuxt": "^2.0.0",
1701
+ "requires": {}
1431
1702
  }
1432
1703
  },
1433
1704
  {
@@ -1448,9 +1719,8 @@
1448
1719
  }
1449
1720
  ],
1450
1721
  "compatibility": {
1451
- "2.x": "working",
1452
- "2.x-bridge": "unknown",
1453
- "3.x": "unknown"
1722
+ "nuxt": "^2.0.0",
1723
+ "requires": {}
1454
1724
  }
1455
1725
  },
1456
1726
  {
@@ -1471,18 +1741,17 @@
1471
1741
  }
1472
1742
  ],
1473
1743
  "compatibility": {
1474
- "2.x": "working",
1475
- "2.x-bridge": "unknown",
1476
- "3.x": "unknown"
1744
+ "nuxt": "^2.0.0",
1745
+ "requires": {}
1477
1746
  }
1478
1747
  },
1479
1748
  {
1480
1749
  "name": "html-validator",
1481
1750
  "description": "Automatically validate Nuxt server-rendered HTML html",
1482
- "repo": "nuxt-community/html-validator-module",
1751
+ "repo": "nuxt-modules/html-validator",
1483
1752
  "npm": "@nuxtjs/html-validator",
1484
1753
  "icon": "html-validator.png",
1485
- "github": "https://github.com/nuxt-community/html-validator-module",
1754
+ "github": "https://github.com/nuxt-modules/html-validator",
1486
1755
  "website": "https://html-validator.nuxtjs.org",
1487
1756
  "learn_more": "https://html-validate.org",
1488
1757
  "category": "Performance",
@@ -1495,9 +1764,10 @@
1495
1764
  }
1496
1765
  ],
1497
1766
  "compatibility": {
1498
- "2.x": "working",
1499
- "2.x-bridge": "unknown",
1500
- "3.x": "unknown"
1767
+ "nuxt": "^2.0.0 || ^3.0.0",
1768
+ "requires": {
1769
+ "bridge": "optional"
1770
+ }
1501
1771
  }
1502
1772
  },
1503
1773
  {
@@ -1524,9 +1794,8 @@
1524
1794
  }
1525
1795
  ],
1526
1796
  "compatibility": {
1527
- "2.x": "working",
1528
- "2.x-bridge": "unknown",
1529
- "3.x": "unknown"
1797
+ "nuxt": "^2.0.0",
1798
+ "requires": {}
1530
1799
  }
1531
1800
  },
1532
1801
  {
@@ -1548,9 +1817,8 @@
1548
1817
  }
1549
1818
  ],
1550
1819
  "compatibility": {
1551
- "2.x": "working",
1552
- "2.x-bridge": "unknown",
1553
- "3.x": "unknown"
1820
+ "nuxt": "^2.0.0",
1821
+ "requires": {}
1554
1822
  }
1555
1823
  },
1556
1824
  {
@@ -1575,9 +1843,52 @@
1575
1843
  }
1576
1844
  ],
1577
1845
  "compatibility": {
1578
- "2.x": "working",
1579
- "2.x-bridge": "unknown",
1580
- "3.x": "not-working"
1846
+ "nuxt": "^2.0.0 || ^3.0.0",
1847
+ "requires": {}
1848
+ }
1849
+ },
1850
+ {
1851
+ "name": "icon",
1852
+ "description": "",
1853
+ "repo": "nuxt-modules/icon",
1854
+ "npm": "nuxt-icon",
1855
+ "icon": "nuxt-icon.png",
1856
+ "github": "https://github.com/nuxt-modules/icon",
1857
+ "website": "https://github.com/nuxt-modules/icon",
1858
+ "learn_more": "",
1859
+ "category": "UI",
1860
+ "type": "community",
1861
+ "maintainers": [
1862
+ {
1863
+ "name": "Atinux",
1864
+ "github": "Atinux"
1865
+ }
1866
+ ],
1867
+ "compatibility": {
1868
+ "nuxt": "^3.0.0",
1869
+ "requires": {}
1870
+ }
1871
+ },
1872
+ {
1873
+ "name": "icons",
1874
+ "description": "Use your own automatically imported SVG icons.",
1875
+ "repo": "gitfoxcode/nuxt-icons",
1876
+ "npm": "nuxt-icons",
1877
+ "icon": "icons.png",
1878
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
1879
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
1880
+ "learn_more": "",
1881
+ "category": "UI",
1882
+ "type": "3rd-party",
1883
+ "maintainers": [
1884
+ {
1885
+ "name": "Sebastian Wludzik",
1886
+ "github": "gitfoxcode"
1887
+ }
1888
+ ],
1889
+ "compatibility": {
1890
+ "nuxt": "^3.0.0",
1891
+ "requires": {}
1581
1892
  }
1582
1893
  },
1583
1894
  {
@@ -1598,9 +1909,8 @@
1598
1909
  }
1599
1910
  ],
1600
1911
  "compatibility": {
1601
- "2.x": "working",
1602
- "2.x-bridge": "unknown",
1603
- "3.x": "unknown"
1912
+ "nuxt": "^2.0.0",
1913
+ "requires": {}
1604
1914
  }
1605
1915
  },
1606
1916
  {
@@ -1632,9 +1942,10 @@
1632
1942
  }
1633
1943
  ],
1634
1944
  "compatibility": {
1635
- "2.x": "working",
1636
- "2.x-bridge": "working",
1637
- "3.x": "wip"
1945
+ "nuxt": "^2.0.0 || ^3.0.0",
1946
+ "requires": {
1947
+ "bridge": "optional"
1948
+ }
1638
1949
  }
1639
1950
  },
1640
1951
  {
@@ -1655,9 +1966,33 @@
1655
1966
  }
1656
1967
  ],
1657
1968
  "compatibility": {
1658
- "2.x": "working",
1659
- "2.x-bridge": "unknown",
1660
- "3.x": "unknown"
1969
+ "nuxt": "^2.0.0",
1970
+ "requires": {}
1971
+ }
1972
+ },
1973
+ {
1974
+ "name": "inkline",
1975
+ "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
1976
+ "repo": "inkline/nuxt-module-inkline",
1977
+ "npm": "@inkline/nuxt",
1978
+ "icon": "inkline.svg",
1979
+ "github": "https://github.com/inkline/nuxt-module-inkline",
1980
+ "website": "https://inkline.io",
1981
+ "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
1982
+ "category": "UI",
1983
+ "type": "3rd-party",
1984
+ "maintainers": [
1985
+ {
1986
+ "name": "Alex Grozav",
1987
+ "github": "alexgrozav",
1988
+ "twitter": "alexgrozav"
1989
+ }
1990
+ ],
1991
+ "compatibility": {
1992
+ "nuxt": "^2.0.0 || ^3.0.0",
1993
+ "requires": {
1994
+ "bridge": true
1995
+ }
1661
1996
  }
1662
1997
  },
1663
1998
  {
@@ -1678,9 +2013,31 @@
1678
2013
  }
1679
2014
  ],
1680
2015
  "compatibility": {
1681
- "2.x": "working",
1682
- "2.x-bridge": "unknown",
1683
- "3.x": "unknown"
2016
+ "nuxt": "^2.0.0",
2017
+ "requires": {}
2018
+ }
2019
+ },
2020
+ {
2021
+ "name": "ionic",
2022
+ "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
2023
+ "repo": "nuxt-modules/ionic",
2024
+ "npm": "@nuxtjs/ionic",
2025
+ "icon": "ionic.svg",
2026
+ "github": "https://github.com/nuxt-modules/ionic",
2027
+ "website": "https://ionic.nuxtjs.org",
2028
+ "learn_more": "https://ionicframework.com",
2029
+ "category": "Libraries",
2030
+ "type": "community",
2031
+ "maintainers": [
2032
+ {
2033
+ "name": "Daniel Roe",
2034
+ "github": "danielroe",
2035
+ "twitter": "danielcroe"
2036
+ }
2037
+ ],
2038
+ "compatibility": {
2039
+ "nuxt": "^3.0.0",
2040
+ "requires": {}
1684
2041
  }
1685
2042
  },
1686
2043
  {
@@ -1701,9 +2058,8 @@
1701
2058
  }
1702
2059
  ],
1703
2060
  "compatibility": {
1704
- "2.x": "working",
1705
- "2.x-bridge": "unknown",
1706
- "3.x": "unknown"
2061
+ "nuxt": "^2.0.0",
2062
+ "requires": {}
1707
2063
  }
1708
2064
  },
1709
2065
  {
@@ -1724,9 +2080,32 @@
1724
2080
  }
1725
2081
  ],
1726
2082
  "compatibility": {
1727
- "2.x": "working",
1728
- "2.x-bridge": "unknown",
1729
- "3.x": "unknown"
2083
+ "nuxt": "^2.0.0",
2084
+ "requires": {}
2085
+ }
2086
+ },
2087
+ {
2088
+ "name": "kql",
2089
+ "description": "Nuxt 3 module for Kirby's Query Language API",
2090
+ "repo": "johannschopplich/nuxt-kql",
2091
+ "npm": "nuxt-kql",
2092
+ "icon": "kql.svg",
2093
+ "github": "https://github.com/johannschopplich/nuxt-kql",
2094
+ "website": "https://nuxt-kql.jhnn.dev",
2095
+ "learn_more": "",
2096
+ "category": "CMS",
2097
+ "type": "3rd-party",
2098
+ "maintainers": [
2099
+ {
2100
+ "name": "Johann Schopplich",
2101
+ "github": "johannschopplich",
2102
+ "twitter": "jschopplich",
2103
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2104
+ }
2105
+ ],
2106
+ "compatibility": {
2107
+ "nuxt": "^3.0.0",
2108
+ "requires": {}
1730
2109
  }
1731
2110
  },
1732
2111
  {
@@ -1747,9 +2126,8 @@
1747
2126
  }
1748
2127
  ],
1749
2128
  "compatibility": {
1750
- "2.x": "working",
1751
- "2.x-bridge": "unknown",
1752
- "3.x": "unknown"
2129
+ "nuxt": "^2.0.0",
2130
+ "requires": {}
1753
2131
  }
1754
2132
  },
1755
2133
  {
@@ -1770,9 +2148,8 @@
1770
2148
  }
1771
2149
  ],
1772
2150
  "compatibility": {
1773
- "2.x": "working",
1774
- "2.x-bridge": "unknown",
1775
- "3.x": "unknown"
2151
+ "nuxt": "^2.0.0",
2152
+ "requires": {}
1776
2153
  }
1777
2154
  },
1778
2155
  {
@@ -1793,9 +2170,8 @@
1793
2170
  }
1794
2171
  ],
1795
2172
  "compatibility": {
1796
- "2.x": "working",
1797
- "2.x-bridge": "unknown",
1798
- "3.x": "unknown"
2173
+ "nuxt": "^2.0.0",
2174
+ "requires": {}
1799
2175
  }
1800
2176
  },
1801
2177
  {
@@ -1816,9 +2192,8 @@
1816
2192
  }
1817
2193
  ],
1818
2194
  "compatibility": {
1819
- "2.x": "working",
1820
- "2.x-bridge": "unknown",
1821
- "3.x": "unknown"
2195
+ "nuxt": "^2.0.0",
2196
+ "requires": {}
1822
2197
  }
1823
2198
  },
1824
2199
  {
@@ -1844,9 +2219,8 @@
1844
2219
  }
1845
2220
  ],
1846
2221
  "compatibility": {
1847
- "2.x": "working",
1848
- "2.x-bridge": "unknown",
1849
- "3.x": "unknown"
2222
+ "nuxt": "^2.0.0",
2223
+ "requires": {}
1850
2224
  }
1851
2225
  },
1852
2226
  {
@@ -1868,9 +2242,30 @@
1868
2242
  }
1869
2243
  ],
1870
2244
  "compatibility": {
1871
- "2.x": "working",
1872
- "2.x-bridge": "unknown",
1873
- "3.x": "unknown"
2245
+ "nuxt": "^2.0.0",
2246
+ "requires": {}
2247
+ }
2248
+ },
2249
+ {
2250
+ "name": "lodash",
2251
+ "description": "lodash module with auto-import and custom prefix",
2252
+ "repo": "cipami/nuxt-lodash",
2253
+ "npm": "nuxt-lodash",
2254
+ "icon": "lodash.svg",
2255
+ "github": "https://github.com/cipami/nuxt-lodash",
2256
+ "website": "https://github.com/cipami/nuxt-lodash#readme",
2257
+ "learn_more": "https://github.com/lodash/lodash",
2258
+ "category": "Libraries",
2259
+ "type": "3rd-party",
2260
+ "maintainers": [
2261
+ {
2262
+ "name": "Michal Čípa",
2263
+ "github": "cipami"
2264
+ }
2265
+ ],
2266
+ "compatibility": {
2267
+ "nuxt": "^3.0.0",
2268
+ "requires": {}
1874
2269
  }
1875
2270
  },
1876
2271
  {
@@ -1892,9 +2287,8 @@
1892
2287
  }
1893
2288
  ],
1894
2289
  "compatibility": {
1895
- "2.x": "working",
1896
- "2.x-bridge": "unknown",
1897
- "3.x": "unknown"
2290
+ "nuxt": "^2.0.0",
2291
+ "requires": {}
1898
2292
  }
1899
2293
  },
1900
2294
  {
@@ -1915,9 +2309,31 @@
1915
2309
  }
1916
2310
  ],
1917
2311
  "compatibility": {
1918
- "2.x": "working",
1919
- "2.x-bridge": "unknown",
1920
- "3.x": "unknown"
2312
+ "nuxt": "^2.0.0",
2313
+ "requires": {}
2314
+ }
2315
+ },
2316
+ {
2317
+ "name": "magic-regexp",
2318
+ "description": "A compiled-away, type-safe, readable RegExp alternative",
2319
+ "repo": "danielroe/magic-regexp",
2320
+ "npm": "magic-regexp",
2321
+ "icon": "magic-regexp.svg",
2322
+ "github": "https://github.com/danielroe/magic-regexp",
2323
+ "website": "https://magic-regexp.roe.dev",
2324
+ "learn_more": "https://magic-regexp.roe.dev",
2325
+ "category": "Libraries",
2326
+ "type": "3rd-party",
2327
+ "maintainers": [
2328
+ {
2329
+ "name": "Daniel Roe",
2330
+ "github": "danielroe",
2331
+ "twitter": "danielcroe"
2332
+ }
2333
+ ],
2334
+ "compatibility": {
2335
+ "nuxt": "^3.0.0",
2336
+ "requires": {}
1921
2337
  }
1922
2338
  },
1923
2339
  {
@@ -1939,9 +2355,8 @@
1939
2355
  }
1940
2356
  ],
1941
2357
  "compatibility": {
1942
- "2.x": "working",
1943
- "2.x-bridge": "unknown",
1944
- "3.x": "unknown"
2358
+ "nuxt": "^2.0.0",
2359
+ "requires": {}
1945
2360
  }
1946
2361
  },
1947
2362
  {
@@ -1962,9 +2377,8 @@
1962
2377
  }
1963
2378
  ],
1964
2379
  "compatibility": {
1965
- "2.x": "working",
1966
- "2.x-bridge": "unknown",
1967
- "3.x": "unknown"
2380
+ "nuxt": "^2.0.0",
2381
+ "requires": {}
1968
2382
  }
1969
2383
  },
1970
2384
  {
@@ -1986,9 +2400,33 @@
1986
2400
  }
1987
2401
  ],
1988
2402
  "compatibility": {
1989
- "2.x": "working",
1990
- "2.x-bridge": "unknown",
1991
- "3.x": "unknown"
2403
+ "nuxt": "^2.0.0",
2404
+ "requires": {}
2405
+ }
2406
+ },
2407
+ {
2408
+ "name": "meilisearch",
2409
+ "description": "Meilisearch Instant Search module for Nuxt 3",
2410
+ "repo": "xlanex6/nuxt-meilisearch",
2411
+ "npm": "nuxt-meilisearch",
2412
+ "icon": "meilisearch.svg",
2413
+ "github": "https://github.com/xlanex6/nuxt-meilisearch",
2414
+ "website": "https://github.com/xlanex6/nuxt-meilisearch",
2415
+ "learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
2416
+ "category": "Libraries",
2417
+ "type": "3rd-party",
2418
+ "maintainers": [
2419
+ {
2420
+ "name": "Alex Duval",
2421
+ "github": "xlanex6",
2422
+ "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
2423
+ }
2424
+ ],
2425
+ "compatibility": {
2426
+ "nuxt": "^3.0.0",
2427
+ "requires": {
2428
+ "bridge": false
2429
+ }
1992
2430
  }
1993
2431
  },
1994
2432
  {
@@ -2009,9 +2447,8 @@
2009
2447
  }
2010
2448
  ],
2011
2449
  "compatibility": {
2012
- "2.x": "working",
2013
- "2.x-bridge": "unknown",
2014
- "3.x": "unknown"
2450
+ "nuxt": "^2.0.0",
2451
+ "requires": {}
2015
2452
  }
2016
2453
  },
2017
2454
  {
@@ -2032,9 +2469,8 @@
2032
2469
  }
2033
2470
  ],
2034
2471
  "compatibility": {
2035
- "2.x": "working",
2036
- "2.x-bridge": "unknown",
2037
- "3.x": "unknown"
2472
+ "nuxt": "^2.0.0",
2473
+ "requires": {}
2038
2474
  }
2039
2475
  },
2040
2476
  {
@@ -2060,9 +2496,8 @@
2060
2496
  }
2061
2497
  ],
2062
2498
  "compatibility": {
2063
- "2.x": "working",
2064
- "2.x-bridge": "unknown",
2065
- "3.x": "unknown"
2499
+ "nuxt": "^2.0.0",
2500
+ "requires": {}
2066
2501
  }
2067
2502
  },
2068
2503
  {
@@ -2083,9 +2518,8 @@
2083
2518
  }
2084
2519
  ],
2085
2520
  "compatibility": {
2086
- "2.x": "working",
2087
- "2.x-bridge": "unknown",
2088
- "3.x": "unknown"
2521
+ "nuxt": "^2.0.0",
2522
+ "requires": {}
2089
2523
  }
2090
2524
  },
2091
2525
  {
@@ -2106,9 +2540,8 @@
2106
2540
  }
2107
2541
  ],
2108
2542
  "compatibility": {
2109
- "2.x": "working",
2110
- "2.x-bridge": "unknown",
2111
- "3.x": "unknown"
2543
+ "nuxt": "^2.0.0",
2544
+ "requires": {}
2112
2545
  }
2113
2546
  },
2114
2547
  {
@@ -2129,9 +2562,8 @@
2129
2562
  }
2130
2563
  ],
2131
2564
  "compatibility": {
2132
- "2.x": "working",
2133
- "2.x-bridge": "unknown",
2134
- "3.x": "unknown"
2565
+ "nuxt": "^2.0.0",
2566
+ "requires": {}
2135
2567
  }
2136
2568
  },
2137
2569
  {
@@ -2153,9 +2585,8 @@
2153
2585
  }
2154
2586
  ],
2155
2587
  "compatibility": {
2156
- "2.x": "working",
2157
- "2.x-bridge": "unknown",
2158
- "3.x": "unknown"
2588
+ "nuxt": "^2.0.0",
2589
+ "requires": {}
2159
2590
  }
2160
2591
  },
2161
2592
  {
@@ -2176,9 +2607,8 @@
2176
2607
  }
2177
2608
  ],
2178
2609
  "compatibility": {
2179
- "2.x": "working",
2180
- "2.x-bridge": "unknown",
2181
- "3.x": "unknown"
2610
+ "nuxt": "^2.0.0",
2611
+ "requires": {}
2182
2612
  }
2183
2613
  },
2184
2614
  {
@@ -2199,38 +2629,195 @@
2199
2629
  "twitter": "debs_obrien"
2200
2630
  },
2201
2631
  {
2202
- "name": "Pooya Parsa",
2203
- "github": "pi0",
2204
- "twitter": "_pi0_"
2632
+ "name": "Pooya Parsa",
2633
+ "github": "pi0",
2634
+ "twitter": "_pi0_"
2635
+ }
2636
+ ],
2637
+ "compatibility": {
2638
+ "nuxt": "^2.0.0",
2639
+ "requires": {}
2640
+ }
2641
+ },
2642
+ {
2643
+ "name": "notion",
2644
+ "description": "Vue renderer for Notion pages",
2645
+ "repo": "janniks/vue-notion",
2646
+ "npm": "vue-notion",
2647
+ "icon": "notion.svg",
2648
+ "github": "https://github.com/janniks/vue-notion",
2649
+ "website": "https://github.com/janniks/vue-notion",
2650
+ "learn_more": "",
2651
+ "category": "CMS",
2652
+ "type": "3rd-party",
2653
+ "maintainers": [
2654
+ {
2655
+ "name": "janniks",
2656
+ "github": "janniks"
2657
+ }
2658
+ ],
2659
+ "compatibility": {
2660
+ "nuxt": "^2.0.0",
2661
+ "requires": {}
2662
+ }
2663
+ },
2664
+ {
2665
+ "name": "nuxt-hue",
2666
+ "description": "Enlighten your Nuxt experience",
2667
+ "repo": "lihbr/nuxt-hue",
2668
+ "npm": "nuxt-hue",
2669
+ "icon": "nuxt-hue.svg",
2670
+ "github": "https://github.com/lihbr/nuxt-hue",
2671
+ "website": "https://github.com/lihbr/nuxt-hue",
2672
+ "learn_more": "",
2673
+ "category": "Devtools",
2674
+ "type": "3rd-party",
2675
+ "maintainers": [
2676
+ {
2677
+ "name": "lihbr",
2678
+ "github": "lihbr"
2679
+ }
2680
+ ],
2681
+ "compatibility": {
2682
+ "nuxt": "^2.0.0 || ^3.0.0",
2683
+ "requires": {
2684
+ "bridge": "optional"
2685
+ }
2686
+ }
2687
+ },
2688
+ {
2689
+ "name": "nuxt-monaco-editor",
2690
+ "description": "Integrate monaco-editor with Nuxt",
2691
+ "repo": "e-chan1007/nuxt-monaco-editor",
2692
+ "npm": "nuxt-monaco-editor",
2693
+ "icon": "nuxt-monaco-editor.png",
2694
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2695
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2696
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
2697
+ "category": "Libraries",
2698
+ "type": "3rd-party",
2699
+ "maintainers": [
2700
+ {
2701
+ "name": "e-chan1007",
2702
+ "github": "e-chan1007"
2703
+ }
2704
+ ],
2705
+ "compatibility": {
2706
+ "nuxt": "^3.0.0",
2707
+ "requires": {}
2708
+ }
2709
+ },
2710
+ {
2711
+ "name": "nuxt-pino-log",
2712
+ "description": "Structured logs for nuxt apps using pino",
2713
+ "repo": "kpn/nuxt-pino-log",
2714
+ "npm": "nuxt-pino-log",
2715
+ "icon": "",
2716
+ "github": "https://github.com/kpn/nuxt-pino-log",
2717
+ "website": "https://github.com/kpn/nuxt-pino-log",
2718
+ "learn_more": "https://github.com/pinojs/pino",
2719
+ "category": "Monitoring",
2720
+ "type": "3rd-party",
2721
+ "maintainers": [
2722
+ {
2723
+ "name": "kpn",
2724
+ "github": "kpn"
2725
+ }
2726
+ ],
2727
+ "compatibility": {
2728
+ "nuxt": "^2.0.0",
2729
+ "requires": {}
2730
+ }
2731
+ },
2732
+ {
2733
+ "name": "nuxt-png-to-ico",
2734
+ "description": "Nuxt.js module for auto generating favicons",
2735
+ "repo": "b5710546232/nuxt-png-to-ico",
2736
+ "npm": "nuxt-png-to-ico",
2737
+ "icon": "",
2738
+ "github": "https://github.com/b5710546232/nuxt-png-to-ico",
2739
+ "website": "https://github.com/b5710546232/nuxt-png-to-ico",
2740
+ "learn_more": "https://github.com/steambap/png-to-ico",
2741
+ "category": "Devtools",
2742
+ "type": "3rd-party",
2743
+ "maintainers": [
2744
+ {
2745
+ "name": "b5710546232",
2746
+ "github": "b5710546232",
2747
+ "avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
2748
+ }
2749
+ ],
2750
+ "compatibility": {
2751
+ "nuxt": "^2.0.0",
2752
+ "requires": {}
2753
+ }
2754
+ },
2755
+ {
2756
+ "name": "nuxt-smartlook",
2757
+ "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
2758
+ "repo": "f00b4r/nuxt-smartlook",
2759
+ "npm": "nuxt-smartlook",
2760
+ "icon": "nuxt-smartlook.png",
2761
+ "github": "https://github.com/f00b4r/nuxt-smartlook",
2762
+ "website": "https://github.com/f00b4r/nuxt-smartlook",
2763
+ "learn_more": "https://www.smartlook.com/",
2764
+ "category": "Analytics",
2765
+ "type": "3rd-party",
2766
+ "maintainers": [
2767
+ {
2768
+ "name": "Milan Sulc",
2769
+ "github": "f3l1x",
2770
+ "twitter": "xf3l1x",
2771
+ "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
2205
2772
  }
2206
2773
  ],
2207
2774
  "compatibility": {
2208
- "2.x": "working",
2209
- "2.x-bridge": "unknown",
2210
- "3.x": "unknown"
2775
+ "nuxt": "^2.0.0",
2776
+ "requires": {}
2211
2777
  }
2212
2778
  },
2213
2779
  {
2214
- "name": "notion",
2215
- "description": "Vue renderer for Notion pages",
2216
- "repo": "janniks/vue-notion",
2217
- "npm": "vue-notion",
2218
- "icon": "notion.svg",
2219
- "github": "https://github.com/janniks/vue-notion",
2220
- "website": "https://github.com/janniks/vue-notion",
2780
+ "name": "nuxt-svgo",
2781
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2782
+ "repo": "cpsoinos/nuxt-svgo",
2783
+ "npm": "nuxt-svgo",
2784
+ "icon": "nuxt-svgo.png",
2785
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2786
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2221
2787
  "learn_more": "",
2222
- "category": "CMS",
2788
+ "category": "Images",
2223
2789
  "type": "3rd-party",
2224
2790
  "maintainers": [
2225
2791
  {
2226
- "name": "janniks",
2227
- "github": "janniks"
2792
+ "name": "cpsoinos",
2793
+ "github": "cpsoinos"
2794
+ }
2795
+ ],
2796
+ "compatibility": {
2797
+ "nuxt": "^3.0.0",
2798
+ "requires": {}
2799
+ }
2800
+ },
2801
+ {
2802
+ "name": "nuxt-unleash",
2803
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2804
+ "repo": "conejerock/nuxt-unleash",
2805
+ "npm": "nuxt-unleash",
2806
+ "icon": "nuxt-unleash.svg",
2807
+ "github": "https://github.com/conejerock/nuxt-unleash",
2808
+ "website": "https://github.com/conejerock/nuxt-unleash",
2809
+ "learn_more": "https://github.com/Unleash/unleash",
2810
+ "category": "Deployment",
2811
+ "type": "3rd-party",
2812
+ "maintainers": [
2813
+ {
2814
+ "name": "Juanjo Conejerock",
2815
+ "github": "conejerock"
2228
2816
  }
2229
2817
  ],
2230
2818
  "compatibility": {
2231
- "2.x": "working",
2232
- "2.x-bridge": "unknown",
2233
- "3.x": "unknown"
2819
+ "nuxt": "^2.0.0",
2820
+ "requires": {}
2234
2821
  }
2235
2822
  },
2236
2823
  {
@@ -2251,9 +2838,8 @@
2251
2838
  }
2252
2839
  ],
2253
2840
  "compatibility": {
2254
- "2.x": "working",
2255
- "2.x-bridge": "unknown",
2256
- "3.x": "unknown"
2841
+ "nuxt": "^2.0.0",
2842
+ "requires": {}
2257
2843
  }
2258
2844
  },
2259
2845
  {
@@ -2274,9 +2860,8 @@
2274
2860
  }
2275
2861
  ],
2276
2862
  "compatibility": {
2277
- "2.x": "working",
2278
- "2.x-bridge": "unknown",
2279
- "3.x": "unknown"
2863
+ "nuxt": "^2.0.0",
2864
+ "requires": {}
2280
2865
  }
2281
2866
  },
2282
2867
  {
@@ -2297,9 +2882,8 @@
2297
2882
  }
2298
2883
  ],
2299
2884
  "compatibility": {
2300
- "2.x": "working",
2301
- "2.x-bridge": "unknown",
2302
- "3.x": "unknown"
2885
+ "nuxt": "^2.0.0",
2886
+ "requires": {}
2303
2887
  }
2304
2888
  },
2305
2889
  {
@@ -2321,9 +2905,8 @@
2321
2905
  }
2322
2906
  ],
2323
2907
  "compatibility": {
2324
- "2.x": "working",
2325
- "2.x-bridge": "unknown",
2326
- "3.x": "unknown"
2908
+ "nuxt": "^2.0.0",
2909
+ "requires": {}
2327
2910
  }
2328
2911
  },
2329
2912
  {
@@ -2345,9 +2928,8 @@
2345
2928
  }
2346
2929
  ],
2347
2930
  "compatibility": {
2348
- "2.x": "working",
2349
- "2.x-bridge": "unknown",
2350
- "3.x": "unknown"
2931
+ "nuxt": "^2.0.0",
2932
+ "requires": {}
2351
2933
  }
2352
2934
  },
2353
2935
  {
@@ -2369,9 +2951,8 @@
2369
2951
  }
2370
2952
  ],
2371
2953
  "compatibility": {
2372
- "2.x": "working",
2373
- "2.x-bridge": "unknown",
2374
- "3.x": "unknown"
2954
+ "nuxt": "^2.0.0",
2955
+ "requires": {}
2375
2956
  }
2376
2957
  },
2377
2958
  {
@@ -2392,9 +2973,8 @@
2392
2973
  }
2393
2974
  ],
2394
2975
  "compatibility": {
2395
- "2.x": "working",
2396
- "2.x-bridge": "unknown",
2397
- "3.x": "unknown"
2976
+ "nuxt": "^2.0.0",
2977
+ "requires": {}
2398
2978
  }
2399
2979
  },
2400
2980
  {
@@ -2415,9 +2995,56 @@
2415
2995
  }
2416
2996
  ],
2417
2997
  "compatibility": {
2418
- "2.x": "working",
2419
- "2.x-bridge": "unknown",
2420
- "3.x": "unknown"
2998
+ "nuxt": "^2.0.0",
2999
+ "requires": {}
3000
+ }
3001
+ },
3002
+ {
3003
+ "name": "partytown",
3004
+ "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
3005
+ "repo": "nuxt-modules/partytown",
3006
+ "npm": "@nuxtjs/partytown",
3007
+ "icon": "partytown.svg",
3008
+ "github": "https://github.com/nuxt-modules/partytown",
3009
+ "website": "https://github.com/nuxt-modules/partytown",
3010
+ "learn_more": "https://partytown.builder.io/",
3011
+ "category": "Performance",
3012
+ "type": "community",
3013
+ "maintainers": [
3014
+ {
3015
+ "name": "Daniel Roe",
3016
+ "github": "danielroe",
3017
+ "twitter": "danielcroe"
3018
+ }
3019
+ ],
3020
+ "compatibility": {
3021
+ "nuxt": "^2.0.0 || ^3.0.0",
3022
+ "requires": {
3023
+ "bridge": true
3024
+ }
3025
+ }
3026
+ },
3027
+ {
3028
+ "name": "persian-datepicker",
3029
+ "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
3030
+ "repo": "alireza-ab/vue-persian-datepicker",
3031
+ "npm": "@alireza-ab/vue-persian-datepicker",
3032
+ "icon": "persian-datepicker.svg",
3033
+ "github": "https://github.com/alireza-ab/vue-persian-datepicker",
3034
+ "website": "https://alireza-ab.ir/datepicker",
3035
+ "learn_more": "https://alireza-ab.ir/datepicker",
3036
+ "category": "Date",
3037
+ "type": "3rd-party",
3038
+ "maintainers": [
3039
+ {
3040
+ "name": "Alireza Alibeiki",
3041
+ "github": "alireza-ab",
3042
+ "avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
3043
+ }
3044
+ ],
3045
+ "compatibility": {
3046
+ "nuxt": "^2.0.0",
3047
+ "requires": {}
2421
3048
  }
2422
3049
  },
2423
3050
  {
@@ -2438,9 +3065,10 @@
2438
3065
  }
2439
3066
  ],
2440
3067
  "compatibility": {
2441
- "2.x": "working",
2442
- "2.x-bridge": "working",
2443
- "3.x": "working"
3068
+ "nuxt": "^2.0.0 || ^3.0.0",
3069
+ "requires": {
3070
+ "bridge": "optional"
3071
+ }
2444
3072
  }
2445
3073
  },
2446
3074
  {
@@ -2461,9 +3089,10 @@
2461
3089
  }
2462
3090
  ],
2463
3091
  "compatibility": {
2464
- "2.x": "working",
2465
- "2.x-bridge": "unknown",
2466
- "3.x": "unknown"
3092
+ "nuxt": "^2.0.0 || ^3.0.0",
3093
+ "requires": {
3094
+ "bridge": "optional"
3095
+ }
2467
3096
  }
2468
3097
  },
2469
3098
  {
@@ -2484,42 +3113,31 @@
2484
3113
  }
2485
3114
  ],
2486
3115
  "compatibility": {
2487
- "2.x": "working",
2488
- "2.x-bridge": "unknown",
2489
- "3.x": "unknown"
3116
+ "nuxt": "^2.0.0",
3117
+ "requires": {}
2490
3118
  }
2491
3119
  },
2492
3120
  {
2493
3121
  "name": "prismic",
2494
3122
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2495
- "repo": "nuxt-community/prismic-module",
3123
+ "repo": "nuxt-modules/prismic",
2496
3124
  "npm": "@nuxtjs/prismic",
2497
3125
  "icon": "prismic.png",
2498
- "github": "https://github.com/nuxt-community/prismic-module",
3126
+ "github": "https://github.com/nuxt-modules/prismic",
2499
3127
  "website": "https://prismic.nuxtjs.org",
2500
- "learn_more": "https://prismic.io/",
3128
+ "learn_more": "https://prismic.io",
2501
3129
  "category": "CMS",
2502
3130
  "type": "community",
2503
3131
  "maintainers": [
2504
- {
2505
- "name": "Sébastien Chopin",
2506
- "github": "Atinux",
2507
- "twitter": "Atinux"
2508
- },
2509
3132
  {
2510
3133
  "name": "lihbr",
2511
3134
  "github": "lihbr",
2512
3135
  "twitter": "li_hbr"
2513
- },
2514
- {
2515
- "name": "James Pegg",
2516
- "github": "jamespegg"
2517
3136
  }
2518
3137
  ],
2519
3138
  "compatibility": {
2520
- "2.x": "working",
2521
- "2.x-bridge": "unknown",
2522
- "3.x": "unknown"
3139
+ "nuxt": "^2.0.0 || ^3.0.0",
3140
+ "requires": {}
2523
3141
  }
2524
3142
  },
2525
3143
  {
@@ -2540,9 +3158,8 @@
2540
3158
  }
2541
3159
  ],
2542
3160
  "compatibility": {
2543
- "2.x": "working",
2544
- "2.x-bridge": "unknown",
2545
- "3.x": "unknown"
3161
+ "nuxt": "^2.0.0",
3162
+ "requires": {}
2546
3163
  }
2547
3164
  },
2548
3165
  {
@@ -2564,9 +3181,8 @@
2564
3181
  }
2565
3182
  ],
2566
3183
  "compatibility": {
2567
- "2.x": "working",
2568
- "2.x-bridge": "unknown",
2569
- "3.x": "unknown"
3184
+ "nuxt": "^2.0.0",
3185
+ "requires": {}
2570
3186
  }
2571
3187
  },
2572
3188
  {
@@ -2588,15 +3204,14 @@
2588
3204
  }
2589
3205
  ],
2590
3206
  "compatibility": {
2591
- "2.x": "working",
2592
- "2.x-bridge": "unknown",
2593
- "3.x": "unknown"
3207
+ "nuxt": "^2.0.0",
3208
+ "requires": {}
2594
3209
  }
2595
3210
  },
2596
3211
  {
2597
3212
  "name": "purgecss",
2598
3213
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2599
- "repo": "Developmint/nuxt-purgecss",
3214
+ "repo": "Developmint/nuxt-purgecss#main",
2600
3215
  "npm": "nuxt-purgecss",
2601
3216
  "icon": "purgecss.png",
2602
3217
  "github": "https://github.com/Developmint/nuxt-purgecss",
@@ -2611,9 +3226,8 @@
2611
3226
  }
2612
3227
  ],
2613
3228
  "compatibility": {
2614
- "2.x": "working",
2615
- "2.x-bridge": "unknown",
2616
- "3.x": "unknown"
3229
+ "nuxt": "^2.0.0 || ^3.0.0",
3230
+ "requires": {}
2617
3231
  }
2618
3232
  },
2619
3233
  {
@@ -2635,9 +3249,10 @@
2635
3249
  }
2636
3250
  ],
2637
3251
  "compatibility": {
2638
- "2.x": "working",
2639
- "2.x-bridge": "working",
2640
- "3.x": "wip"
3252
+ "nuxt": "^2.0.0",
3253
+ "requires": {
3254
+ "bridge": "optional"
3255
+ }
2641
3256
  }
2642
3257
  },
2643
3258
  {
@@ -2658,9 +3273,8 @@
2658
3273
  }
2659
3274
  ],
2660
3275
  "compatibility": {
2661
- "2.x": "working",
2662
- "2.x-bridge": "unknown",
2663
- "3.x": "unknown"
3276
+ "nuxt": "^2.0.0",
3277
+ "requires": {}
2664
3278
  }
2665
3279
  },
2666
3280
  {
@@ -2681,9 +3295,8 @@
2681
3295
  }
2682
3296
  ],
2683
3297
  "compatibility": {
2684
- "2.x": "working",
2685
- "2.x-bridge": "unknown",
2686
- "3.x": "unknown"
3298
+ "nuxt": "^2.0.0",
3299
+ "requires": {}
2687
3300
  }
2688
3301
  },
2689
3302
  {
@@ -2705,9 +3318,8 @@
2705
3318
  }
2706
3319
  ],
2707
3320
  "compatibility": {
2708
- "2.x": "working",
2709
- "2.x-bridge": "unknown",
2710
- "3.x": "unknown"
3321
+ "nuxt": "^2.0.0",
3322
+ "requires": {}
2711
3323
  }
2712
3324
  },
2713
3325
  {
@@ -2728,9 +3340,8 @@
2728
3340
  }
2729
3341
  ],
2730
3342
  "compatibility": {
2731
- "2.x": "working",
2732
- "2.x-bridge": "unknown",
2733
- "3.x": "unknown"
3343
+ "nuxt": "^2.0.0",
3344
+ "requires": {}
2734
3345
  }
2735
3346
  },
2736
3347
  {
@@ -2738,7 +3349,7 @@
2738
3349
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
2739
3350
  "repo": "nuxt-community/robots-module",
2740
3351
  "npm": "@nuxtjs/robots",
2741
- "icon": "",
3352
+ "icon": "robots.png",
2742
3353
  "github": "https://github.com/nuxt-community/robots-module",
2743
3354
  "website": "https://github.com/nuxt-community/robots-module",
2744
3355
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
@@ -2751,9 +3362,10 @@
2751
3362
  }
2752
3363
  ],
2753
3364
  "compatibility": {
2754
- "2.x": "working",
2755
- "2.x-bridge": "unknown",
2756
- "3.x": "unknown"
3365
+ "nuxt": "^2.0.0 || ^3.0.0",
3366
+ "requires": {
3367
+ "bridge": "optional"
3368
+ }
2757
3369
  }
2758
3370
  },
2759
3371
  {
@@ -2774,9 +3386,8 @@
2774
3386
  }
2775
3387
  ],
2776
3388
  "compatibility": {
2777
- "2.x": "working",
2778
- "2.x-bridge": "unknown",
2779
- "3.x": "unknown"
3389
+ "nuxt": "^2.0.0",
3390
+ "requires": {}
2780
3391
  }
2781
3392
  },
2782
3393
  {
@@ -2798,9 +3409,8 @@
2798
3409
  }
2799
3410
  ],
2800
3411
  "compatibility": {
2801
- "2.x": "working",
2802
- "2.x-bridge": "unknown",
2803
- "3.x": "unknown"
3412
+ "nuxt": "^2.0.0",
3413
+ "requires": {}
2804
3414
  }
2805
3415
  },
2806
3416
  {
@@ -2822,18 +3432,17 @@
2822
3432
  }
2823
3433
  ],
2824
3434
  "compatibility": {
2825
- "2.x": "working",
2826
- "2.x-bridge": "unknown",
2827
- "3.x": "unknown"
3435
+ "nuxt": "^2.0.0",
3436
+ "requires": {}
2828
3437
  }
2829
3438
  },
2830
3439
  {
2831
3440
  "name": "sanity",
2832
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
2833
- "repo": "nuxt-community/sanity-module#main",
3441
+ "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3442
+ "repo": "nuxt-modules/sanity#main",
2834
3443
  "npm": "@nuxtjs/sanity",
2835
3444
  "icon": "sanity.png",
2836
- "github": "https://github.com/nuxt-community/sanity-module#main",
3445
+ "github": "https://github.com/nuxt-modules/sanity#main",
2837
3446
  "website": "https://sanity.nuxtjs.org",
2838
3447
  "learn_more": "https://www.sanity.io/",
2839
3448
  "category": "CMS",
@@ -2846,9 +3455,34 @@
2846
3455
  }
2847
3456
  ],
2848
3457
  "compatibility": {
2849
- "2.x": "working",
2850
- "2.x-bridge": "unknown",
2851
- "3.x": "unknown"
3458
+ "nuxt": "^2.0.0 || ^3.0.0",
3459
+ "requires": {
3460
+ "bridge": "optional"
3461
+ }
3462
+ }
3463
+ },
3464
+ {
3465
+ "name": "schema-org",
3466
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3467
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3468
+ "npm": "nuxt-schema-org",
3469
+ "icon": "schema-org.svg",
3470
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3471
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3472
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3473
+ "category": "SEO",
3474
+ "type": "3rd-party",
3475
+ "maintainers": [
3476
+ {
3477
+ "name": "Harlan Wilton",
3478
+ "github": "harlan-zw",
3479
+ "twitter": "harlan_zw",
3480
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3481
+ }
3482
+ ],
3483
+ "compatibility": {
3484
+ "nuxt": "^3.0.0",
3485
+ "requires": {}
2852
3486
  }
2853
3487
  },
2854
3488
  {
@@ -2869,9 +3503,31 @@
2869
3503
  }
2870
3504
  ],
2871
3505
  "compatibility": {
2872
- "2.x": "working",
2873
- "2.x-bridge": "unknown",
2874
- "3.x": "unknown"
3506
+ "nuxt": "^2.0.0",
3507
+ "requires": {}
3508
+ }
3509
+ },
3510
+ {
3511
+ "name": "security",
3512
+ "description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
3513
+ "repo": "Baroshem/nuxt-security",
3514
+ "npm": "nuxt-security",
3515
+ "icon": "nuxt-security.svg",
3516
+ "github": "https://github.com/Baroshem/nuxt-security",
3517
+ "website": "https://nuxt-security.vercel.app/",
3518
+ "learn_more": "https://nuxt-security.vercel.app/",
3519
+ "category": "Security",
3520
+ "type": "3rd-party",
3521
+ "maintainers": [
3522
+ {
3523
+ "name": "Jakub Andrzejewski",
3524
+ "github": "Baroshem",
3525
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3526
+ }
3527
+ ],
3528
+ "compatibility": {
3529
+ "nuxt": "^3.0.0",
3530
+ "requires": {}
2875
3531
  }
2876
3532
  },
2877
3533
  {
@@ -2892,9 +3548,8 @@
2892
3548
  }
2893
3549
  ],
2894
3550
  "compatibility": {
2895
- "2.x": "working",
2896
- "2.x-bridge": "unknown",
2897
- "3.x": "unknown"
3551
+ "nuxt": "^2.0.0",
3552
+ "requires": {}
2898
3553
  }
2899
3554
  },
2900
3555
  {
@@ -2915,9 +3570,31 @@
2915
3570
  }
2916
3571
  ],
2917
3572
  "compatibility": {
2918
- "2.x": "working",
2919
- "2.x-bridge": "wip",
2920
- "3.x": "wip"
3573
+ "nuxt": "^2.0.0",
3574
+ "requires": {}
3575
+ }
3576
+ },
3577
+ {
3578
+ "name": "seo-meta",
3579
+ "description": "Simple generate seo metadata",
3580
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3581
+ "npm": "nuxt-seo-meta",
3582
+ "icon": "",
3583
+ "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3584
+ "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3585
+ "learn_more": "",
3586
+ "category": "SEO",
3587
+ "type": "3rd-party",
3588
+ "maintainers": [
3589
+ {
3590
+ "name": "ihavecoke",
3591
+ "github": "ihavecoke",
3592
+ "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
3593
+ }
3594
+ ],
3595
+ "compatibility": {
3596
+ "nuxt": "^2.0.0",
3597
+ "requires": {}
2921
3598
  }
2922
3599
  },
2923
3600
  {
@@ -2938,9 +3615,8 @@
2938
3615
  }
2939
3616
  ],
2940
3617
  "compatibility": {
2941
- "2.x": "working",
2942
- "2.x-bridge": "unknown",
2943
- "3.x": "unknown"
3618
+ "nuxt": "^2.0.0",
3619
+ "requires": {}
2944
3620
  }
2945
3621
  },
2946
3622
  {
@@ -2962,9 +3638,31 @@
2962
3638
  }
2963
3639
  ],
2964
3640
  "compatibility": {
2965
- "2.x": "working",
2966
- "2.x-bridge": "unknown",
2967
- "3.x": "unknown"
3641
+ "nuxt": "^2.0.0",
3642
+ "requires": {}
3643
+ }
3644
+ },
3645
+ {
3646
+ "name": "session",
3647
+ "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",
3648
+ "repo": "sidebase/nuxt-session",
3649
+ "npm": "@sidebase/nuxt-session",
3650
+ "icon": "session.png",
3651
+ "github": "https://github.com/sidebase/nuxt-session",
3652
+ "website": "https://github.com/sidebase/nuxt-session",
3653
+ "learn_more": "https://github.com/sidebase",
3654
+ "category": "Security",
3655
+ "type": "3rd-party",
3656
+ "maintainers": [
3657
+ {
3658
+ "name": "sidebase",
3659
+ "github": "sidebase",
3660
+ "twitter": "sidebase_io"
3661
+ }
3662
+ ],
3663
+ "compatibility": {
3664
+ "nuxt": "^3.0.0",
3665
+ "requires": {}
2968
3666
  }
2969
3667
  },
2970
3668
  {
@@ -2985,9 +3683,8 @@
2985
3683
  }
2986
3684
  ],
2987
3685
  "compatibility": {
2988
- "2.x": "working",
2989
- "2.x-bridge": "unknown",
2990
- "3.x": "unknown"
3686
+ "nuxt": "^2.0.0",
3687
+ "requires": {}
2991
3688
  }
2992
3689
  },
2993
3690
  {
@@ -3008,9 +3705,8 @@
3008
3705
  }
3009
3706
  ],
3010
3707
  "compatibility": {
3011
- "2.x": "working",
3012
- "2.x-bridge": "unknown",
3013
- "3.x": "unknown"
3708
+ "nuxt": "^2.0.0",
3709
+ "requires": {}
3014
3710
  }
3015
3711
  },
3016
3712
  {
@@ -3032,9 +3728,8 @@
3032
3728
  }
3033
3729
  ],
3034
3730
  "compatibility": {
3035
- "2.x": "working",
3036
- "2.x-bridge": "unknown",
3037
- "3.x": "unknown"
3731
+ "nuxt": "^2.0.0",
3732
+ "requires": {}
3038
3733
  }
3039
3734
  },
3040
3735
  {
@@ -3056,9 +3751,8 @@
3056
3751
  }
3057
3752
  ],
3058
3753
  "compatibility": {
3059
- "2.x": "working",
3060
- "2.x-bridge": "unknown",
3061
- "3.x": "unknown"
3754
+ "nuxt": "^2.0.0",
3755
+ "requires": {}
3062
3756
  }
3063
3757
  },
3064
3758
  {
@@ -3079,9 +3773,8 @@
3079
3773
  }
3080
3774
  ],
3081
3775
  "compatibility": {
3082
- "2.x": "working",
3083
- "2.x-bridge": "unknown",
3084
- "3.x": "unknown"
3776
+ "nuxt": "^2.0.0",
3777
+ "requires": {}
3085
3778
  }
3086
3779
  },
3087
3780
  {
@@ -3102,9 +3795,8 @@
3102
3795
  }
3103
3796
  ],
3104
3797
  "compatibility": {
3105
- "2.x": "working",
3106
- "2.x-bridge": "unknown",
3107
- "3.x": "unknown"
3798
+ "nuxt": "^2.0.0",
3799
+ "requires": {}
3108
3800
  }
3109
3801
  },
3110
3802
  {
@@ -3126,9 +3818,41 @@
3126
3818
  }
3127
3819
  ],
3128
3820
  "compatibility": {
3129
- "2.x": "working",
3130
- "2.x-bridge": "unknown",
3131
- "3.x": "unknown"
3821
+ "nuxt": "^2.0.0",
3822
+ "requires": {}
3823
+ }
3824
+ },
3825
+ {
3826
+ "name": "speedkit",
3827
+ "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
3828
+ "repo": "GrabarzUndPartner/nuxt-speedkit",
3829
+ "npm": "nuxt-speedkit",
3830
+ "icon": "speedkit.png",
3831
+ "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
3832
+ "website": "https://nuxt-speedkit.grabarzundpartner.dev",
3833
+ "learn_more": "",
3834
+ "category": "Performance",
3835
+ "type": "3rd-party",
3836
+ "maintainers": [
3837
+ {
3838
+ "name": "Stephan Gerbeth",
3839
+ "github": "StephanGerbeth",
3840
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3841
+ },
3842
+ {
3843
+ "name": "Thorn Walli",
3844
+ "github": "ThornWalli",
3845
+ "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
3846
+ },
3847
+ {
3848
+ "name": "Grabarz & Partner",
3849
+ "github": "GrabarzUndPartner",
3850
+ "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
3851
+ }
3852
+ ],
3853
+ "compatibility": {
3854
+ "nuxt": "^2.0.0",
3855
+ "requires": {}
3132
3856
  }
3133
3857
  },
3134
3858
  {
@@ -3149,9 +3873,8 @@
3149
3873
  }
3150
3874
  ],
3151
3875
  "compatibility": {
3152
- "2.x": "working",
3153
- "2.x-bridge": "unknown",
3154
- "3.x": "unknown"
3876
+ "nuxt": "^2.0.0",
3877
+ "requires": {}
3155
3878
  }
3156
3879
  },
3157
3880
  {
@@ -3172,9 +3895,8 @@
3172
3895
  }
3173
3896
  ],
3174
3897
  "compatibility": {
3175
- "2.x": "working",
3176
- "2.x-bridge": "unknown",
3177
- "3.x": "unknown"
3898
+ "nuxt": "^2.0.0",
3899
+ "requires": {}
3178
3900
  }
3179
3901
  },
3180
3902
  {
@@ -3195,16 +3917,15 @@
3195
3917
  }
3196
3918
  ],
3197
3919
  "compatibility": {
3198
- "2.x": "working",
3199
- "2.x-bridge": "unknown",
3200
- "3.x": "unknown"
3920
+ "nuxt": "^2.0.0",
3921
+ "requires": {}
3201
3922
  }
3202
3923
  },
3203
3924
  {
3204
3925
  "name": "storyblok",
3205
3926
  "description": "Storyblok Nuxt.js module",
3206
- "repo": "storyblok/storyblok-nuxt",
3207
- "npm": "@storyblok/nuxt-ws",
3927
+ "repo": "storyblok/storyblok-nuxt#master/lib",
3928
+ "npm": "@storyblok/nuxt",
3208
3929
  "icon": "storyblok.png",
3209
3930
  "github": "https://github.com/storyblok/storyblok-nuxt",
3210
3931
  "website": "https://github.com/storyblok/storyblok-nuxt",
@@ -3218,9 +3939,8 @@
3218
3939
  }
3219
3940
  ],
3220
3941
  "compatibility": {
3221
- "2.x": "working",
3222
- "2.x-bridge": "unknown",
3223
- "3.x": "unknown"
3942
+ "nuxt": "^2.0.0 || ^3.0.0",
3943
+ "requires": {}
3224
3944
  }
3225
3945
  },
3226
3946
  {
@@ -3247,9 +3967,10 @@
3247
3967
  }
3248
3968
  ],
3249
3969
  "compatibility": {
3250
- "2.x": "working",
3251
- "2.x-bridge": "unknown",
3252
- "3.x": "unknown"
3970
+ "nuxt": "^2.0.0",
3971
+ "requires": {
3972
+ "bridge": "optional"
3973
+ }
3253
3974
  }
3254
3975
  },
3255
3976
  {
@@ -3276,9 +3997,10 @@
3276
3997
  }
3277
3998
  ],
3278
3999
  "compatibility": {
3279
- "2.x": "working",
3280
- "2.x-bridge": "wip",
3281
- "3.x": "unknown"
4000
+ "nuxt": "^2.0.0 || ^3.0.0",
4001
+ "requires": {
4002
+ "bridge": true
4003
+ }
3282
4004
  }
3283
4005
  },
3284
4006
  {
@@ -3299,9 +4021,8 @@
3299
4021
  }
3300
4022
  ],
3301
4023
  "compatibility": {
3302
- "2.x": "working",
3303
- "2.x-bridge": "unknown",
3304
- "3.x": "unknown"
4024
+ "nuxt": "^2.0.0",
4025
+ "requires": {}
3305
4026
  }
3306
4027
  },
3307
4028
  {
@@ -3323,9 +4044,8 @@
3323
4044
  }
3324
4045
  ],
3325
4046
  "compatibility": {
3326
- "2.x": "working",
3327
- "2.x-bridge": "unknown",
3328
- "3.x": "unknown"
4047
+ "nuxt": "^2.0.0",
4048
+ "requires": {}
3329
4049
  }
3330
4050
  },
3331
4051
  {
@@ -3346,23 +4066,55 @@
3346
4066
  }
3347
4067
  ],
3348
4068
  "compatibility": {
3349
- "2.x": "working",
3350
- "2.x-bridge": "unknown",
3351
- "3.x": "unknown"
4069
+ "nuxt": "^2.0.0",
4070
+ "requires": {}
4071
+ }
4072
+ },
4073
+ {
4074
+ "name": "stylify",
4075
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
4076
+ "repo": "stylify/packages#master/packages/nuxt",
4077
+ "npm": "@stylify/nuxt",
4078
+ "icon": "stylify.svg",
4079
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
4080
+ "website": "https://stylifycss.com/docs/nuxt",
4081
+ "learn_more": "https://stylifycss.com",
4082
+ "category": "UI",
4083
+ "type": "3rd-party",
4084
+ "maintainers": [
4085
+ {
4086
+ "name": "Vladimír Macháček",
4087
+ "github": "Machy8",
4088
+ "twitter": "8machy"
4089
+ }
4090
+ ],
4091
+ "compatibility": {
4092
+ "nuxt": "^2.0.0 || ^3.0.0",
4093
+ "requires": {}
3352
4094
  }
3353
4095
  },
3354
4096
  {
3355
4097
  "name": "supabase",
3356
- "description": "A supa simple way to use Supabase with Nuxt",
3357
- "repo": "supabase/nuxt-supabase",
3358
- "npm": "nuxt-supabase",
4098
+ "description": "First class integration with Supabase",
4099
+ "repo": "nuxt-community/supabase-module",
4100
+ "npm": "@nuxtjs/supabase",
3359
4101
  "icon": "supabase.png",
3360
- "github": "https://github.com/supabase/nuxt-supabase",
3361
- "website": "https://github.com/supabase/nuxt-supabase",
3362
- "learn_more": "https://supabase.io",
4102
+ "github": "https://github.com/nuxt-community/supabase-module",
4103
+ "website": "https://supabase.nuxtjs.org",
4104
+ "learn_more": "https://supabase.com",
3363
4105
  "category": "Database",
3364
- "type": "3rd-party",
4106
+ "type": "community",
3365
4107
  "maintainers": [
4108
+ {
4109
+ "name": "Baptiste Leproux",
4110
+ "github": "larbish",
4111
+ "twitter": "baptistelprx"
4112
+ },
4113
+ {
4114
+ "name": "Sebastien Chopin",
4115
+ "github": "Atinux",
4116
+ "twitter": "Atinux"
4117
+ },
3366
4118
  {
3367
4119
  "name": "Scott Robertson",
3368
4120
  "github": "scottrobertson",
@@ -3370,9 +4122,8 @@
3370
4122
  }
3371
4123
  ],
3372
4124
  "compatibility": {
3373
- "2.x": "working",
3374
- "2.x-bridge": "unknown",
3375
- "3.x": "unknown"
4125
+ "nuxt": "^2.0.0 || ^3.0.0",
4126
+ "requires": {}
3376
4127
  }
3377
4128
  },
3378
4129
  {
@@ -3393,9 +4144,8 @@
3393
4144
  }
3394
4145
  ],
3395
4146
  "compatibility": {
3396
- "2.x": "working",
3397
- "2.x-bridge": "unknown",
3398
- "3.x": "unknown"
4147
+ "nuxt": "^2.0.0",
4148
+ "requires": {}
3399
4149
  }
3400
4150
  },
3401
4151
  {
@@ -3417,9 +4167,8 @@
3417
4167
  }
3418
4168
  ],
3419
4169
  "compatibility": {
3420
- "2.x": "working",
3421
- "2.x-bridge": "unknown",
3422
- "3.x": "unknown"
4170
+ "nuxt": "^2.0.0",
4171
+ "requires": {}
3423
4172
  }
3424
4173
  },
3425
4174
  {
@@ -3440,9 +4189,8 @@
3440
4189
  }
3441
4190
  ],
3442
4191
  "compatibility": {
3443
- "2.x": "working",
3444
- "2.x-bridge": "unknown",
3445
- "3.x": "unknown"
4192
+ "nuxt": "^2.0.0",
4193
+ "requires": {}
3446
4194
  }
3447
4195
  },
3448
4196
  {
@@ -3463,9 +4211,8 @@
3463
4211
  }
3464
4212
  ],
3465
4213
  "compatibility": {
3466
- "2.x": "working",
3467
- "2.x-bridge": "unknown",
3468
- "3.x": "unknown"
4214
+ "nuxt": "^2.0.0",
4215
+ "requires": {}
3469
4216
  }
3470
4217
  },
3471
4218
  {
@@ -3487,9 +4234,31 @@
3487
4234
  }
3488
4235
  ],
3489
4236
  "compatibility": {
3490
- "2.x": "working",
3491
- "2.x-bridge": "wip",
3492
- "3.x": "wip"
4237
+ "nuxt": "^2.0.0 || ^3.0.0",
4238
+ "requires": {}
4239
+ }
4240
+ },
4241
+ {
4242
+ "name": "tiktok-analytics",
4243
+ "description": "",
4244
+ "repo": "stickpro/nuxt-tiktok-analytics",
4245
+ "npm": "tiktok-analytics",
4246
+ "icon": "",
4247
+ "github": "https://github.com/stickpro/nuxt-tiktok-analytics",
4248
+ "website": "https://github.com/stickpro/nuxt-tiktok-analytics",
4249
+ "learn_more": "",
4250
+ "category": "Analytics",
4251
+ "type": "3rd-party",
4252
+ "maintainers": [
4253
+ {
4254
+ "name": "stickpro",
4255
+ "github": "stickpro",
4256
+ "avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
4257
+ }
4258
+ ],
4259
+ "compatibility": {
4260
+ "nuxt": "^2.0.0",
4261
+ "requires": {}
3493
4262
  }
3494
4263
  },
3495
4264
  {
@@ -3511,9 +4280,33 @@
3511
4280
  }
3512
4281
  ],
3513
4282
  "compatibility": {
3514
- "2.x": "working",
3515
- "2.x-bridge": "unknown",
3516
- "3.x": "unknown"
4283
+ "nuxt": "^2.0.0",
4284
+ "requires": {}
4285
+ }
4286
+ },
4287
+ {
4288
+ "name": "turnstile",
4289
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4290
+ "repo": "danielroe/nuxt-turnstile",
4291
+ "npm": "nuxt-turnstile",
4292
+ "icon": "cloudflare.svg",
4293
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4294
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4295
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4296
+ "category": "Security",
4297
+ "type": "3rd-party",
4298
+ "maintainers": [
4299
+ {
4300
+ "name": "Daniel Roe",
4301
+ "github": "danielroe",
4302
+ "twitter": "danielcroe"
4303
+ }
4304
+ ],
4305
+ "compatibility": {
4306
+ "nuxt": "^2.0.0 || ^3.0.0",
4307
+ "requires": {
4308
+ "bridge": true
4309
+ }
3517
4310
  }
3518
4311
  },
3519
4312
  {
@@ -3534,9 +4327,43 @@
3534
4327
  }
3535
4328
  ],
3536
4329
  "compatibility": {
3537
- "2.x": "working",
3538
- "2.x-bridge": "wip",
3539
- "3.x": "wip"
4330
+ "nuxt": "^2.0.0",
4331
+ "requires": {
4332
+ "bridge": "optional"
4333
+ }
4334
+ }
4335
+ },
4336
+ {
4337
+ "name": "twicpics",
4338
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4339
+ "repo": "TwicPics/components",
4340
+ "npm": "@twicpics/components",
4341
+ "icon": "twicpics.svg",
4342
+ "github": "https://github.com/TwicPics/components",
4343
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4344
+ "learn_more": "https://www.twicpics.com",
4345
+ "category": "Images",
4346
+ "type": "3rd-party",
4347
+ "maintainers": [
4348
+ {
4349
+ "name": "Florent Bourgeois",
4350
+ "github": "florentb",
4351
+ "twitter": "florent_b"
4352
+ },
4353
+ {
4354
+ "name": "Julian Aubourg",
4355
+ "github": "jaubourg",
4356
+ "twitter": "jaubourg"
4357
+ },
4358
+ {
4359
+ "name": "Miguel Beignon",
4360
+ "github": "mbgspcii",
4361
+ "twitter": "m_beignon"
4362
+ }
4363
+ ],
4364
+ "compatibility": {
4365
+ "nuxt": "^2.0.0 || ^3.0.0",
4366
+ "requires": {}
3540
4367
  }
3541
4368
  },
3542
4369
  {
@@ -3557,9 +4384,33 @@
3557
4384
  }
3558
4385
  ],
3559
4386
  "compatibility": {
3560
- "2.x": "working",
3561
- "2.x-bridge": "unknown",
3562
- "3.x": "unknown"
4387
+ "nuxt": "^2.0.0 || ^3.0.0",
4388
+ "requires": {}
4389
+ }
4390
+ },
4391
+ {
4392
+ "name": "typed-vuex",
4393
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
4394
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4395
+ "npm": "nuxt-typed-vuex",
4396
+ "icon": "vue.png",
4397
+ "github": "https://github.com/danielroe/typed-vuex",
4398
+ "website": "https://github.com/danielroe/typed-vuex",
4399
+ "learn_more": "",
4400
+ "category": "Libraries",
4401
+ "type": "3rd-party",
4402
+ "maintainers": [
4403
+ {
4404
+ "name": "Daniel Roe",
4405
+ "github": "danielroe",
4406
+ "twitter": "danielcroe"
4407
+ }
4408
+ ],
4409
+ "compatibility": {
4410
+ "nuxt": "^2.0.0",
4411
+ "requires": {
4412
+ "bridge": "optional"
4413
+ }
3563
4414
  }
3564
4415
  },
3565
4416
  {
@@ -3590,9 +4441,8 @@
3590
4441
  }
3591
4442
  ],
3592
4443
  "compatibility": {
3593
- "2.x": "working",
3594
- "2.x-bridge": "unknown",
3595
- "3.x": "unknown"
4444
+ "nuxt": "^2.0.0",
4445
+ "requires": {}
3596
4446
  }
3597
4447
  },
3598
4448
  {
@@ -3623,9 +4473,32 @@
3623
4473
  }
3624
4474
  ],
3625
4475
  "compatibility": {
3626
- "2.x": "working",
3627
- "2.x-bridge": "unknown",
3628
- "3.x": "unknown"
4476
+ "nuxt": "^2.0.0",
4477
+ "requires": {}
4478
+ }
4479
+ },
4480
+ {
4481
+ "name": "umami",
4482
+ "description": "Embed the Umami analytics library into Nuxt",
4483
+ "repo": "ijkml/nuxt-umami",
4484
+ "npm": "nuxt-umami",
4485
+ "icon": "umami.svg",
4486
+ "github": "https://github.com/ijkml/nuxt-umami",
4487
+ "website": "https://github.com/ijkml/nuxt-umami",
4488
+ "learn_more": "https://umami.is/docs/",
4489
+ "category": "Analytics",
4490
+ "type": "3rd-party",
4491
+ "maintainers": [
4492
+ {
4493
+ "name": "ML",
4494
+ "github": "ijkml"
4495
+ }
4496
+ ],
4497
+ "compatibility": {
4498
+ "nuxt": "^2.0.0 || ^3.0.0",
4499
+ "requires": {
4500
+ "bridge": "optional"
4501
+ }
3629
4502
  }
3630
4503
  },
3631
4504
  {
@@ -3652,9 +4525,34 @@
3652
4525
  }
3653
4526
  ],
3654
4527
  "compatibility": {
3655
- "2.x": "working",
3656
- "2.x-bridge": "unknown",
3657
- "3.x": "unknown"
4528
+ "nuxt": "^2.0.0",
4529
+ "requires": {}
4530
+ }
4531
+ },
4532
+ {
4533
+ "name": "unlighthouse",
4534
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4535
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4536
+ "npm": "@unlighthouse/nuxt",
4537
+ "icon": "unlighthouse.svg",
4538
+ "github": "https://github.com/harlan-zw/unlighthouse",
4539
+ "website": "https://github.com/harlan-zw/unlighthouse",
4540
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4541
+ "category": "Devtools",
4542
+ "type": "3rd-party",
4543
+ "maintainers": [
4544
+ {
4545
+ "name": "Harlan Wilton",
4546
+ "github": "harlan-zw",
4547
+ "twitter": "harlan_zw",
4548
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4549
+ }
4550
+ ],
4551
+ "compatibility": {
4552
+ "nuxt": "^2.0.0 || ^3.0.0",
4553
+ "requires": {
4554
+ "bridge": "optional"
4555
+ }
3658
4556
  }
3659
4557
  },
3660
4558
  {
@@ -3677,9 +4575,10 @@
3677
4575
  }
3678
4576
  ],
3679
4577
  "compatibility": {
3680
- "2.x": "working",
3681
- "2.x-bridge": "working",
3682
- "3.x": "working"
4578
+ "nuxt": "^2.0.0 || ^3.0.0",
4579
+ "requires": {
4580
+ "bridge": "optional"
4581
+ }
3683
4582
  }
3684
4583
  },
3685
4584
  {
@@ -3700,9 +4599,8 @@
3700
4599
  }
3701
4600
  ],
3702
4601
  "compatibility": {
3703
- "2.x": "working",
3704
- "2.x-bridge": "unknown",
3705
- "3.x": "unknown"
4602
+ "nuxt": "^2.0.0",
4603
+ "requires": {}
3706
4604
  }
3707
4605
  },
3708
4606
  {
@@ -3723,9 +4621,8 @@
3723
4621
  }
3724
4622
  ],
3725
4623
  "compatibility": {
3726
- "2.x": "working",
3727
- "2.x-bridge": "unknown",
3728
- "3.x": "unknown"
4624
+ "nuxt": "^2.0.0",
4625
+ "requires": {}
3729
4626
  }
3730
4627
  },
3731
4628
  {
@@ -3747,9 +4644,8 @@
3747
4644
  }
3748
4645
  ],
3749
4646
  "compatibility": {
3750
- "2.x": "working",
3751
- "2.x-bridge": "unknown",
3752
- "3.x": "unknown"
4647
+ "nuxt": "^2.0.0",
4648
+ "requires": {}
3753
4649
  }
3754
4650
  },
3755
4651
  {
@@ -3770,9 +4666,8 @@
3770
4666
  }
3771
4667
  ],
3772
4668
  "compatibility": {
3773
- "2.x": "working",
3774
- "2.x-bridge": "unknown",
3775
- "3.x": "unknown"
4669
+ "nuxt": "^2.0.0",
4670
+ "requires": {}
3776
4671
  }
3777
4672
  },
3778
4673
  {
@@ -3793,9 +4688,8 @@
3793
4688
  }
3794
4689
  ],
3795
4690
  "compatibility": {
3796
- "2.x": "working",
3797
- "2.x-bridge": "unknown",
3798
- "3.x": "unknown"
4691
+ "nuxt": "^2.0.0",
4692
+ "requires": {}
3799
4693
  }
3800
4694
  },
3801
4695
  {
@@ -3816,9 +4710,8 @@
3816
4710
  }
3817
4711
  ],
3818
4712
  "compatibility": {
3819
- "2.x": "working",
3820
- "2.x-bridge": "unknown",
3821
- "3.x": "unknown"
4713
+ "nuxt": "^2.0.0",
4714
+ "requires": {}
3822
4715
  }
3823
4716
  },
3824
4717
  {
@@ -3840,9 +4733,30 @@
3840
4733
  }
3841
4734
  ],
3842
4735
  "compatibility": {
3843
- "2.x": "working",
3844
- "2.x-bridge": "unknown",
3845
- "3.x": "unknown"
4736
+ "nuxt": "^2.0.0",
4737
+ "requires": {}
4738
+ }
4739
+ },
4740
+ {
4741
+ "name": "vuestic",
4742
+ "description": "Vuestic UI module for Nuxt 3",
4743
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4744
+ "npm": "@vuestic/nuxt",
4745
+ "icon": "vuestic.png",
4746
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4747
+ "website": "https://vuestic.dev",
4748
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4749
+ "category": "UI",
4750
+ "type": "3rd-party",
4751
+ "maintainers": [
4752
+ {
4753
+ "name": "epicmaxco",
4754
+ "github": "epicmaxco"
4755
+ }
4756
+ ],
4757
+ "compatibility": {
4758
+ "nuxt": "^3.0.0",
4759
+ "requires": {}
3846
4760
  }
3847
4761
  },
3848
4762
  {
@@ -3868,16 +4782,15 @@
3868
4782
  }
3869
4783
  ],
3870
4784
  "compatibility": {
3871
- "2.x": "working",
3872
- "2.x-bridge": "unknown",
3873
- "3.x": "not-working"
4785
+ "nuxt": "^2.0.0",
4786
+ "requires": {}
3874
4787
  }
3875
4788
  },
3876
4789
  {
3877
4790
  "name": "vueuse",
3878
4791
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
3879
- "repo": "vueuse/vueuse#main/packages/core",
3880
- "npm": "@vueuse/core",
4792
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4793
+ "npm": "@vueuse/nuxt",
3881
4794
  "icon": "vueuse.svg",
3882
4795
  "github": "https://github.com/vueuse/vueuse",
3883
4796
  "website": "https://vueuse.org",
@@ -3892,9 +4805,10 @@
3892
4805
  }
3893
4806
  ],
3894
4807
  "compatibility": {
3895
- "2.x": "working",
3896
- "2.x-bridge": "working",
3897
- "3.x": "working"
4808
+ "nuxt": "^2.0.0 || ^3.0.0",
4809
+ "requires": {
4810
+ "bridge": "optional"
4811
+ }
3898
4812
  }
3899
4813
  },
3900
4814
  {
@@ -3915,9 +4829,8 @@
3915
4829
  }
3916
4830
  ],
3917
4831
  "compatibility": {
3918
- "2.x": "working",
3919
- "2.x-bridge": "unknown",
3920
- "3.x": "unknown"
4832
+ "nuxt": "^2.0.0",
4833
+ "requires": {}
3921
4834
  }
3922
4835
  },
3923
4836
  {
@@ -3925,7 +4838,7 @@
3925
4838
  "description": "Web Vitals for Nuxt",
3926
4839
  "repo": "nuxt-community/web-vitals-module",
3927
4840
  "npm": "@nuxtjs/web-vitals",
3928
- "icon": "",
4841
+ "icon": "web-vitals.png",
3929
4842
  "github": "https://github.com/nuxt-community/web-vitals-module",
3930
4843
  "website": "https://github.com/nuxt-community/web-vitals-module",
3931
4844
  "learn_more": "",
@@ -3948,33 +4861,33 @@
3948
4861
  }
3949
4862
  ],
3950
4863
  "compatibility": {
3951
- "2.x": "working",
3952
- "2.x-bridge": "unknown",
3953
- "3.x": "unknown"
4864
+ "nuxt": "^2.0.0 || ^3.0.0",
4865
+ "requires": {
4866
+ "bridge": "optional"
4867
+ }
3954
4868
  }
3955
4869
  },
3956
4870
  {
3957
4871
  "name": "web3js",
3958
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
3959
- "repo": "fauzan121002/nuxt-web3",
4872
+ "description": "Web3.js module integration for Nuxt.js",
4873
+ "repo": "bl0cknumber/nuxt-web3",
3960
4874
  "npm": "nuxt-web3",
3961
4875
  "icon": "web3js.svg",
3962
- "github": "https://github.com/fauzan121002/nuxt-web3",
3963
- "website": "https://github.com/fauzan121002/nuxt-web3",
4876
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
4877
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
3964
4878
  "learn_more": "https://web3js.readthedocs.io/",
3965
4879
  "category": "Libraries",
3966
4880
  "type": "3rd-party",
3967
4881
  "maintainers": [
3968
4882
  {
3969
4883
  "name": "Muhammad Fauzan",
3970
- "github": "fauzan121002",
3971
- "twitter": "fauzandev"
4884
+ "github": "bl0cknumber",
4885
+ "twitter": "fncolon"
3972
4886
  }
3973
4887
  ],
3974
4888
  "compatibility": {
3975
- "2.x": "working",
3976
- "2.x-bridge": "unknown",
3977
- "3.x": "unknown"
4889
+ "nuxt": "^2.0.0",
4890
+ "requires": {}
3978
4891
  }
3979
4892
  },
3980
4893
  {
@@ -3995,9 +4908,8 @@
3995
4908
  }
3996
4909
  ],
3997
4910
  "compatibility": {
3998
- "2.x": "working",
3999
- "2.x-bridge": "unknown",
4000
- "3.x": "unknown"
4911
+ "nuxt": "^2.0.0",
4912
+ "requires": {}
4001
4913
  }
4002
4914
  },
4003
4915
  {
@@ -4018,9 +4930,10 @@
4018
4930
  }
4019
4931
  ],
4020
4932
  "compatibility": {
4021
- "2.x": "working",
4022
- "2.x-bridge": "working",
4023
- "3.x": "unknown"
4933
+ "nuxt": "^2.0.0",
4934
+ "requires": {
4935
+ "bridge": "optional"
4936
+ }
4024
4937
  }
4025
4938
  },
4026
4939
  {
@@ -4042,9 +4955,8 @@
4042
4955
  }
4043
4956
  ],
4044
4957
  "compatibility": {
4045
- "2.x": "working",
4046
- "2.x-bridge": "unknown",
4047
- "3.x": "unknown"
4958
+ "nuxt": "^2.0.0",
4959
+ "requires": {}
4048
4960
  }
4049
4961
  },
4050
4962
  {
@@ -4065,9 +4977,8 @@
4065
4977
  }
4066
4978
  ],
4067
4979
  "compatibility": {
4068
- "2.x": "working",
4069
- "2.x-bridge": "unknown",
4070
- "3.x": "unknown"
4980
+ "nuxt": "^2.0.0",
4981
+ "requires": {}
4071
4982
  }
4072
4983
  },
4073
4984
  {
@@ -4089,9 +5000,8 @@
4089
5000
  }
4090
5001
  ],
4091
5002
  "compatibility": {
4092
- "2.x": "working",
4093
- "2.x-bridge": "unknown",
4094
- "3.x": "unknown"
5003
+ "nuxt": "^2.0.0",
5004
+ "requires": {}
4095
5005
  }
4096
5006
  },
4097
5007
  {
@@ -4118,9 +5028,10 @@
4118
5028
  }
4119
5029
  ],
4120
5030
  "compatibility": {
4121
- "2.x": "working",
4122
- "2.x-bridge": "working",
4123
- "3.x": "working"
5031
+ "nuxt": "^2.0.0 || ^3.0.0",
5032
+ "requires": {
5033
+ "bridge": "optional"
5034
+ }
4124
5035
  }
4125
5036
  },
4126
5037
  {
@@ -4141,9 +5052,8 @@
4141
5052
  }
4142
5053
  ],
4143
5054
  "compatibility": {
4144
- "2.x": "working",
4145
- "2.x-bridge": "unknown",
4146
- "3.x": "unknown"
5055
+ "nuxt": "^2.0.0",
5056
+ "requires": {}
4147
5057
  }
4148
5058
  },
4149
5059
  {
@@ -4164,9 +5074,8 @@
4164
5074
  }
4165
5075
  ],
4166
5076
  "compatibility": {
4167
- "2.x": "working",
4168
- "2.x-bridge": "unknown",
4169
- "3.x": "unknown"
5077
+ "nuxt": "^2.0.0",
5078
+ "requires": {}
4170
5079
  }
4171
5080
  },
4172
5081
  {
@@ -4187,9 +5096,33 @@
4187
5096
  }
4188
5097
  ],
4189
5098
  "compatibility": {
4190
- "2.x": "working",
4191
- "2.x-bridge": "unknown",
4192
- "3.x": "unknown"
5099
+ "nuxt": "^2.0.0",
5100
+ "requires": {}
5101
+ }
5102
+ },
5103
+ {
5104
+ "name": "xstate",
5105
+ "description": "XState integration for Nuxt",
5106
+ "repo": "Lexpeartha/nuxt-xstate",
5107
+ "npm": "nuxt-xstate",
5108
+ "icon": "xstate.svg",
5109
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
5110
+ "website": "https://nuxt-xstate.lexpeartha.com",
5111
+ "learn_more": "https://xstate.js.org/",
5112
+ "category": "Extensions",
5113
+ "type": "3rd-party",
5114
+ "maintainers": [
5115
+ {
5116
+ "name": "Lexpeartha",
5117
+ "github": "Lexpeartha",
5118
+ "twitter": "lexpeartha"
5119
+ }
5120
+ ],
5121
+ "compatibility": {
5122
+ "nuxt": "^2.0.0 || ^3.0.0",
5123
+ "requires": {
5124
+ "bridge": true
5125
+ }
4193
5126
  }
4194
5127
  },
4195
5128
  {
@@ -4210,9 +5143,8 @@
4210
5143
  }
4211
5144
  ],
4212
5145
  "compatibility": {
4213
- "2.x": "working",
4214
- "2.x-bridge": "unknown",
4215
- "3.x": "unknown"
5146
+ "nuxt": "^2.0.0",
5147
+ "requires": {}
4216
5148
  }
4217
5149
  },
4218
5150
  {
@@ -4234,9 +5166,8 @@
4234
5166
  }
4235
5167
  ],
4236
5168
  "compatibility": {
4237
- "2.x": "working",
4238
- "2.x-bridge": "unknown",
4239
- "3.x": "unknown"
5169
+ "nuxt": "^2.0.0",
5170
+ "requires": {}
4240
5171
  }
4241
5172
  },
4242
5173
  {
@@ -4257,9 +5188,8 @@
4257
5188
  }
4258
5189
  ],
4259
5190
  "compatibility": {
4260
- "2.x": "working",
4261
- "2.x-bridge": "unknown",
4262
- "3.x": "unknown"
5191
+ "nuxt": "^2.0.0",
5192
+ "requires": {}
4263
5193
  }
4264
5194
  }
4265
5195
  ]