@nuxt/modules 0.5.0-17c6e5 → 0.5.0-193af1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/modules.json +858 -444
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "ackee",
4
4
  "description": "Nuxt.js module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
- "npm": "",
6
+ "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
8
8
  "github": "https://github.com/bdrtsky/nuxt-ackee",
9
9
  "website": "https://github.com/bdrtsky/nuxt-ackee",
@@ -21,7 +21,6 @@
21
21
  "twitter": "Atinux"
22
22
  }
23
23
  ],
24
- "contributors": [],
25
24
  "compatibility": {
26
25
  "nuxt": "^2.0.0",
27
26
  "requires": {}
@@ -31,7 +30,7 @@
31
30
  "name": "agility-cms",
32
31
  "description": "Agility CMS Integration for Nuxt.js",
33
32
  "repo": "agility/agilitycms-nuxt-module",
34
- "npm": "",
33
+ "npm": "@agility/agilitycms-nuxt-module",
35
34
  "icon": "agility.png",
36
35
  "github": "https://github.com/agility/agilitycms-nuxt-module",
37
36
  "website": "https://github.com/agility/agilitycms-nuxt-module",
@@ -45,17 +44,46 @@
45
44
  "avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
46
45
  }
47
46
  ],
48
- "contributors": [],
49
47
  "compatibility": {
50
48
  "nuxt": "^2.0.0",
51
49
  "requires": {}
52
50
  }
53
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
+ }
80
+ }
81
+ },
54
82
  {
55
83
  "name": "alias",
56
84
  "description": "It automatically creates an alias for the components and page of the path",
57
85
  "repo": "kdydesign/nuxt-alias-module",
58
- "npm": "",
86
+ "npm": "nuxt-alias",
59
87
  "icon": "",
60
88
  "github": "https://github.com/kdydesign/nuxt-alias-module",
61
89
  "website": "https://github.com/kdydesign/nuxt-alias-module",
@@ -68,7 +96,6 @@
68
96
  "github": "kdydesign"
69
97
  }
70
98
  ],
71
- "contributors": [],
72
99
  "compatibility": {
73
100
  "nuxt": "^2.0.0",
74
101
  "requires": {}
@@ -78,7 +105,7 @@
78
105
  "name": "amp",
79
106
  "description": "AMP (Accelerated Mobile Pages) module for Nuxt",
80
107
  "repo": "nuxt-community/amp-module",
81
- "npm": "",
108
+ "npm": "@nuxtjs/amp",
82
109
  "icon": "amp.png",
83
110
  "github": "https://github.com/nuxt-community/amp-module",
84
111
  "website": "https://github.com/nuxt-community/amp-module",
@@ -92,7 +119,6 @@
92
119
  "twitter": "a_birang"
93
120
  }
94
121
  ],
95
- "contributors": [],
96
122
  "compatibility": {
97
123
  "nuxt": "^2.0.0",
98
124
  "requires": {}
@@ -102,7 +128,7 @@
102
128
  "name": "animejs",
103
129
  "description": "Anime.js module for Nuxt.js",
104
130
  "repo": "ivodolenc/nuxt-animejs",
105
- "npm": "",
131
+ "npm": "nuxt-animejs",
106
132
  "icon": "",
107
133
  "github": "https://github.com/ivodolenc/nuxt-animejs",
108
134
  "website": "https://github.com/ivodolenc/nuxt-animejs",
@@ -115,7 +141,6 @@
115
141
  "github": "ivodolenc"
116
142
  }
117
143
  ],
118
- "contributors": [],
119
144
  "compatibility": {
120
145
  "nuxt": "^2.0.0",
121
146
  "requires": {}
@@ -125,7 +150,7 @@
125
150
  "name": "apis-to-file",
126
151
  "description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
127
152
  "repo": "Luxdamore/nuxt-apis-to-file",
128
- "npm": "",
153
+ "npm": "@luxdamore/nuxt-apis-to-file",
129
154
  "icon": "",
130
155
  "github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
131
156
  "website": "https://luxdamore.github.io/nuxt-apis-to-file/",
@@ -140,7 +165,6 @@
140
165
  "avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
141
166
  }
142
167
  ],
143
- "contributors": [],
144
168
  "compatibility": {
145
169
  "nuxt": "^2.0.0",
146
170
  "requires": {}
@@ -150,7 +174,7 @@
150
174
  "name": "apollo",
151
175
  "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
152
176
  "repo": "nuxt-community/apollo-module",
153
- "npm": "",
177
+ "npm": "@nuxtjs/apollo",
154
178
  "icon": "apollo.png",
155
179
  "github": "https://github.com/nuxt-community/apollo-module",
156
180
  "website": "https://github.com/nuxt-community/apollo-module",
@@ -167,7 +191,6 @@
167
191
  "github": "dohomi"
168
192
  }
169
193
  ],
170
- "contributors": [],
171
194
  "compatibility": {
172
195
  "nuxt": "^2.0.0",
173
196
  "requires": {}
@@ -177,7 +200,7 @@
177
200
  "name": "applicationinsights",
178
201
  "description": "AppInsights module for Nuxt.js",
179
202
  "repo": "nuxt-community/applicationinsights-module",
180
- "npm": "",
203
+ "npm": "@nuxtjs/applicationinsights",
181
204
  "icon": "application-insights.png",
182
205
  "github": "https://github.com/nuxt-community/applicationinsights-module",
183
206
  "website": "https://github.com/nuxt-community/applicationinsights-module",
@@ -190,7 +213,6 @@
190
213
  "github": "aldarund"
191
214
  }
192
215
  ],
193
- "contributors": [],
194
216
  "compatibility": {
195
217
  "nuxt": "^2.0.0",
196
218
  "requires": {}
@@ -200,7 +222,7 @@
200
222
  "name": "appwrite",
201
223
  "description": "Appwrite module for Nuxt",
202
224
  "repo": "Hrdtr/nuxt-appwrite",
203
- "npm": "",
225
+ "npm": "nuxt-appwrite",
204
226
  "icon": "appwrite.png",
205
227
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
206
228
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
@@ -213,7 +235,6 @@
213
235
  "github": "Hrdtr"
214
236
  }
215
237
  ],
216
- "contributors": [],
217
238
  "compatibility": {
218
239
  "nuxt": "^2.0.0",
219
240
  "requires": {}
@@ -223,7 +244,7 @@
223
244
  "name": "auth",
224
245
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
225
246
  "repo": "nuxt-community/auth-module",
226
- "npm": "",
247
+ "npm": "@nuxtjs/auth",
227
248
  "icon": "auth.png",
228
249
  "github": "https://github.com/nuxt-community/auth-module",
229
250
  "website": "https://dev.auth.nuxtjs.org/",
@@ -241,7 +262,6 @@
241
262
  "github": "JoaoPedroAS51"
242
263
  }
243
264
  ],
244
- "contributors": [],
245
265
  "compatibility": {
246
266
  "nuxt": "^2.0.0",
247
267
  "requires": {}
@@ -251,7 +271,7 @@
251
271
  "name": "axios",
252
272
  "description": "Secure and easy Axios module with Nuxt.js",
253
273
  "repo": "nuxt-community/axios-module",
254
- "npm": "",
274
+ "npm": "@nuxtjs/axios",
255
275
  "icon": "axios.svg",
256
276
  "github": "https://github.com/nuxt-community/axios-module",
257
277
  "website": "https://axios.nuxtjs.org",
@@ -265,7 +285,6 @@
265
285
  "twitter": "_pi0_"
266
286
  }
267
287
  ],
268
- "contributors": [],
269
288
  "compatibility": {
270
289
  "nuxt": "^2.0.0",
271
290
  "requires": {}
@@ -275,7 +294,7 @@
275
294
  "name": "basic-auth",
276
295
  "description": "Provide basic authentication to your Nuxt.js application",
277
296
  "repo": "potato4d/nuxt-basic-auth-module",
278
- "npm": "",
297
+ "npm": "nuxt-basic-auth-module",
279
298
  "icon": "",
280
299
  "github": "https://github.com/potato4d/nuxt-basic-auth-module",
281
300
  "website": "https://github.com/potato4d/nuxt-basic-auth-module",
@@ -288,7 +307,6 @@
288
307
  "github": "potato4d"
289
308
  }
290
309
  ],
291
- "contributors": [],
292
310
  "compatibility": {
293
311
  "nuxt": "^2.0.0",
294
312
  "requires": {}
@@ -298,7 +316,7 @@
298
316
  "name": "bootstrap",
299
317
  "description": "Add Bootstrap to your Nuxt app in seconds.",
300
318
  "repo": "bootstrap-vue/bootstrap-vue",
301
- "npm": "",
319
+ "npm": "bootstrap-vue",
302
320
  "icon": "bootstrap.png",
303
321
  "github": "https://github.com/bootstrap-vue/bootstrap-vue",
304
322
  "website": "https://bootstrap-vue.org/docs#nuxtjs-module",
@@ -321,7 +339,6 @@
321
339
  "twitter": "jackmu95"
322
340
  }
323
341
  ],
324
- "contributors": [],
325
342
  "compatibility": {
326
343
  "nuxt": "^2.0.0",
327
344
  "requires": {}
@@ -331,7 +348,7 @@
331
348
  "name": "browserconfig",
332
349
  "description": "Adds XML browser configuration support",
333
350
  "repo": "nuxt-community/modules#master/packages/browserconfig",
334
- "npm": "",
351
+ "npm": "@nuxtjs/browserconfig",
335
352
  "icon": "",
336
353
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
337
354
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
@@ -345,7 +362,6 @@
345
362
  "twitter": "_pi0_"
346
363
  }
347
364
  ],
348
- "contributors": [],
349
365
  "compatibility": {
350
366
  "nuxt": "^2.0.0",
351
367
  "requires": {}
@@ -355,7 +371,7 @@
355
371
  "name": "buefy",
356
372
  "description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
357
373
  "repo": "buefy/nuxt-buefy",
358
- "npm": "",
374
+ "npm": "nuxt-buefy",
359
375
  "icon": "buefy.png",
360
376
  "github": "https://github.com/buefy/nuxt-buefy",
361
377
  "website": "https://github.com/buefy/nuxt-buefy",
@@ -368,7 +384,6 @@
368
384
  "github": "jtommy"
369
385
  }
370
386
  ],
371
- "contributors": [],
372
387
  "compatibility": {
373
388
  "nuxt": "^2.0.0",
374
389
  "requires": {}
@@ -376,9 +391,9 @@
376
391
  },
377
392
  {
378
393
  "name": "bugsnag",
379
- "description": "Bugsnag module for nuxt.js",
394
+ "description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
380
395
  "repo": "JulianMar/nuxt-bugsnag",
381
- "npm": "",
396
+ "npm": "nuxt-bugsnag",
382
397
  "icon": "bugsnag.png",
383
398
  "github": "https://github.com/JulianMar/nuxt-bugsnag",
384
399
  "website": "https://github.com/JulianMar/nuxt-bugsnag",
@@ -388,20 +403,22 @@
388
403
  "maintainers": [
389
404
  {
390
405
  "name": "JulianMar",
391
- "github": "JulianMar"
406
+ "github": "JulianMar",
407
+ "twitter": "julian_martin96"
392
408
  }
393
409
  ],
394
- "contributors": [],
395
410
  "compatibility": {
396
- "nuxt": "^2.0.0",
397
- "requires": {}
411
+ "nuxt": "^2.0.0 || ^3.0.0",
412
+ "requires": {
413
+ "bridge": true
414
+ }
398
415
  }
399
416
  },
400
417
  {
401
418
  "name": "bulma-slim",
402
419
  "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
403
420
  "repo": "mustardamus/nuxt-bulma-slim",
404
- "npm": "",
421
+ "npm": "nuxt-bulma-slim",
405
422
  "icon": "bulma.png",
406
423
  "github": "https://github.com/mustardamus/nuxt-bulma-slim",
407
424
  "website": "https://github.com/mustardamus/nuxt-bulma-slim",
@@ -414,7 +431,6 @@
414
431
  "github": "mustardamus"
415
432
  }
416
433
  ],
417
- "contributors": [],
418
434
  "compatibility": {
419
435
  "nuxt": "^2.0.0",
420
436
  "requires": {}
@@ -424,7 +440,7 @@
424
440
  "name": "bundle-buddy",
425
441
  "description": "Don't fight your webpack bundle, become friends!",
426
442
  "repo": "Developmint/nuxt-bundle-buddy",
427
- "npm": "",
443
+ "npm": "nuxt-bundle-buddy",
428
444
  "icon": "",
429
445
  "github": "https://github.com/Developmint/nuxt-bundle-buddy",
430
446
  "website": "https://github.com/Developmint/nuxt-bundle-buddy",
@@ -437,7 +453,6 @@
437
453
  "github": "Developmint"
438
454
  }
439
455
  ],
440
- "contributors": [],
441
456
  "compatibility": {
442
457
  "nuxt": "^2.0.0",
443
458
  "requires": {}
@@ -445,9 +460,9 @@
445
460
  },
446
461
  {
447
462
  "name": "canvas-sketch",
448
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
463
+ "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
449
464
  "repo": "LuXDAmore/generative-art",
450
- "npm": "",
465
+ "npm": "@luxdamore/nuxt-canvas-sketch",
451
466
  "icon": "",
452
467
  "github": "https://github.com/LuXDAmore/generative-art",
453
468
  "website": "https://github.com/LuXDAmore/generative-art",
@@ -461,7 +476,6 @@
461
476
  "twitter": "luxdamore"
462
477
  }
463
478
  ],
464
- "contributors": [],
465
479
  "compatibility": {
466
480
  "nuxt": "^2.0.0",
467
481
  "requires": {}
@@ -471,7 +485,7 @@
471
485
  "name": "chakra-ui",
472
486
  "description": "Chakra UI Module for Nuxt.js",
473
487
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
474
- "npm": "",
488
+ "npm": "@chakra-ui/nuxt",
475
489
  "icon": "chakra-ui.png",
476
490
  "github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
477
491
  "website": "https://vue.chakra-ui.com/with-nuxt",
@@ -484,7 +498,6 @@
484
498
  "github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
485
499
  }
486
500
  ],
487
- "contributors": [],
488
501
  "compatibility": {
489
502
  "nuxt": "^2.0.0",
490
503
  "requires": {}
@@ -494,7 +507,7 @@
494
507
  "name": "chiffre",
495
508
  "description": "Privacy-first, end-to-end encrypted analytics",
496
509
  "repo": "chiffre-io/nuxt-chiffre",
497
- "npm": "",
510
+ "npm": "nuxt-chiffre",
498
511
  "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
499
512
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
500
513
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
@@ -507,7 +520,6 @@
507
520
  "github": "rclement"
508
521
  }
509
522
  ],
510
- "contributors": [],
511
523
  "compatibility": {
512
524
  "nuxt": "^2.0.0",
513
525
  "requires": {}
@@ -517,7 +529,7 @@
517
529
  "name": "client-init",
518
530
  "description": "Provide client version of `nuxtServerInit`.",
519
531
  "repo": "potato4d/nuxt-client-init-module",
520
- "npm": "",
532
+ "npm": "nuxt-client-init-module",
521
533
  "icon": "",
522
534
  "github": "https://github.com/potato4d/nuxt-client-init-module",
523
535
  "website": "https://github.com/potato4d/nuxt-client-init-module",
@@ -530,7 +542,6 @@
530
542
  "github": "potato4d"
531
543
  }
532
544
  ],
533
- "contributors": [],
534
545
  "compatibility": {
535
546
  "nuxt": "^2.0.0",
536
547
  "requires": {}
@@ -540,7 +551,7 @@
540
551
  "name": "cloudcms",
541
552
  "description": "CloudCMS Nuxt.js Module",
542
553
  "repo": "gitana/cloudcms-nuxt",
543
- "npm": "",
554
+ "npm": "cloudcms-nuxt",
544
555
  "icon": "",
545
556
  "github": "https://github.com/gitana/cloudcms-nuxt",
546
557
  "website": "https://github.com/gitana/cloudcms-nuxt",
@@ -553,7 +564,6 @@
553
564
  "github": "gitana"
554
565
  }
555
566
  ],
556
- "contributors": [],
557
567
  "compatibility": {
558
568
  "nuxt": "^2.0.0",
559
569
  "requires": {}
@@ -563,7 +573,7 @@
563
573
  "name": "cloudinary",
564
574
  "description": "Optimize images and videos in your Nuxt.js application",
565
575
  "repo": "nuxt-community/cloudinary-module",
566
- "npm": "",
576
+ "npm": "@nuxtjs/cloudinary",
567
577
  "icon": "cloudinary.png",
568
578
  "github": "https://github.com/nuxt-community/cloudinary-module",
569
579
  "website": "https://cloudinary.nuxtjs.org",
@@ -577,7 +587,6 @@
577
587
  "twitter": "MayaShavin"
578
588
  }
579
589
  ],
580
- "contributors": [],
581
590
  "compatibility": {
582
591
  "nuxt": "^2.0.0",
583
592
  "requires": {}
@@ -587,7 +596,7 @@
587
596
  "name": "color-mode",
588
597
  "description": "Dark and Light mode for NuxtJS with auto detection",
589
598
  "repo": "nuxt-community/color-mode-module",
590
- "npm": "",
599
+ "npm": "@nuxtjs/color-mode",
591
600
  "icon": "color-mode.png",
592
601
  "github": "https://github.com/nuxt-community/color-mode-module",
593
602
  "website": "https://color-mode.nuxtjs.org",
@@ -601,9 +610,8 @@
601
610
  "twitter": "Atinux"
602
611
  }
603
612
  ],
604
- "contributors": [],
605
613
  "compatibility": {
606
- "nuxt": "^2.0.0",
614
+ "nuxt": "^2.0.0 || ^3.0.0",
607
615
  "requires": {
608
616
  "bridge": "optional"
609
617
  }
@@ -613,7 +621,7 @@
613
621
  "name": "component-cache",
614
622
  "description": "LRU component cache for vue components",
615
623
  "repo": "nuxt-community/component-cache-module",
616
- "npm": "",
624
+ "npm": "@nuxtjs/component-cache",
617
625
  "icon": "",
618
626
  "github": "https://github.com/nuxt-community/component-cache-module",
619
627
  "website": "https://github.com/nuxt-community/component-cache-module",
@@ -627,7 +635,6 @@
627
635
  "twitter": "_pi0_"
628
636
  }
629
637
  ],
630
- "contributors": [],
631
638
  "compatibility": {
632
639
  "nuxt": "^2.0.0",
633
640
  "requires": {}
@@ -637,7 +644,7 @@
637
644
  "name": "composition-api",
638
645
  "description": "Composition API hooks for Nuxt",
639
646
  "repo": "nuxt-community/composition-api#main",
640
- "npm": "",
647
+ "npm": "@nuxtjs/composition-api",
641
648
  "icon": "composition-api.svg",
642
649
  "github": "https://github.com/nuxt-community/composition-api/tree/main",
643
650
  "website": "https://composition-api.nuxtjs.org",
@@ -651,7 +658,6 @@
651
658
  "twitter": "danielcroe"
652
659
  }
653
660
  ],
654
- "contributors": [],
655
661
  "compatibility": {
656
662
  "nuxt": "^2.0.0",
657
663
  "requires": {}
@@ -659,10 +665,10 @@
659
665
  },
660
666
  {
661
667
  "name": "content",
662
- "description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
663
- "repo": "nuxt/content#master/packages/content",
664
- "npm": "",
665
- "icon": "content.png",
668
+ "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.",
669
+ "repo": "nuxt/content#main",
670
+ "npm": "@nuxt/content",
671
+ "icon": "nuxt.png",
666
672
  "github": "https://github.com/nuxt/content",
667
673
  "website": "https://content.nuxtjs.org",
668
674
  "learn_more": "",
@@ -670,9 +676,14 @@
670
676
  "type": "official",
671
677
  "maintainers": [
672
678
  {
673
- "name": "Benjamin Canac",
674
- "github": "benjamincanac",
675
- "twitter": "benjamincanac"
679
+ "name": "Yaël Guilloux",
680
+ "github": "Tahul",
681
+ "twitter": "yaeeelglx"
682
+ },
683
+ {
684
+ "name": "Ahad Birang",
685
+ "github": "farnabaz",
686
+ "twitter": "a_birang"
676
687
  },
677
688
  {
678
689
  "name": "Sebastien Chopin",
@@ -680,9 +691,8 @@
680
691
  "twitter": "Atinux"
681
692
  }
682
693
  ],
683
- "contributors": [],
684
694
  "compatibility": {
685
- "nuxt": "^2.0.0",
695
+ "nuxt": "^2.0.0 || ^3.0.0",
686
696
  "requires": {}
687
697
  }
688
698
  },
@@ -690,7 +700,7 @@
690
700
  "name": "contentful",
691
701
  "description": "nuxt contentful module",
692
702
  "repo": "scaccogatto/contentful-module",
693
- "npm": "",
703
+ "npm": "contentful-module",
694
704
  "icon": "contentful.png",
695
705
  "github": "https://github.com/scaccogatto/contentful-module",
696
706
  "website": "https://github.com/scaccogatto/contentful-module",
@@ -703,7 +713,6 @@
703
713
  "github": "scaccogatto"
704
714
  }
705
715
  ],
706
- "contributors": [],
707
716
  "compatibility": {
708
717
  "nuxt": "^2.0.0",
709
718
  "requires": {}
@@ -713,7 +722,7 @@
713
722
  "name": "custom-elements",
714
723
  "description": "Publish your Components as a vue-custom-element standalone build.",
715
724
  "repo": "GrabarzUndPartner/nuxt-custom-elements",
716
- "npm": "",
725
+ "npm": "nuxt-custom-elements",
717
726
  "icon": "custom-elements.png",
718
727
  "github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
719
728
  "website": "https://nuxt-custom-elements.grabarzundpartner.dev",
@@ -730,7 +739,6 @@
730
739
  "github": "GrabarzUndPartner"
731
740
  }
732
741
  ],
733
- "contributors": [],
734
742
  "compatibility": {
735
743
  "nuxt": "^2.0.0",
736
744
  "requires": {}
@@ -740,7 +748,7 @@
740
748
  "name": "darkmode.js",
741
749
  "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
742
750
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
743
- "npm": "",
751
+ "npm": "nuxtjs-darkmode-js-module",
744
752
  "icon": "darkmode.png",
745
753
  "github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
746
754
  "website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
@@ -753,7 +761,6 @@
753
761
  "github": "sandoche"
754
762
  }
755
763
  ],
756
- "contributors": [],
757
764
  "compatibility": {
758
765
  "nuxt": "^2.0.0",
759
766
  "requires": {}
@@ -763,7 +770,7 @@
763
770
  "name": "date-fns",
764
771
  "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
765
772
  "repo": "nuxt-community/date-fns-module",
766
- "npm": "",
773
+ "npm": "@nuxtjs/date-fns",
767
774
  "icon": "date-fns.png",
768
775
  "github": "https://github.com/nuxt-community/date-fns-module",
769
776
  "website": "https://github.com/nuxt-community/date-fns-module",
@@ -776,7 +783,6 @@
776
783
  "github": "ricardogobbosouza"
777
784
  }
778
785
  ],
779
- "contributors": [],
780
786
  "compatibility": {
781
787
  "nuxt": "^2.0.0",
782
788
  "requires": {}
@@ -786,7 +792,7 @@
786
792
  "name": "datocms",
787
793
  "description": "DatoCMS integration for Nuxt.js",
788
794
  "repo": "voorhoede/nuxt-datocms-module",
789
- "npm": "",
795
+ "npm": "@voorhoede/nuxt-datocms-module",
790
796
  "icon": "datocms.png",
791
797
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
792
798
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
@@ -799,7 +805,6 @@
799
805
  "github": "Frankwarnaar"
800
806
  }
801
807
  ],
802
- "contributors": [],
803
808
  "compatibility": {
804
809
  "nuxt": "^2.0.0",
805
810
  "requires": {}
@@ -809,7 +814,7 @@
809
814
  "name": "dayjs",
810
815
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
811
816
  "repo": "nuxt-community/dayjs-module",
812
- "npm": "",
817
+ "npm": "@nuxtjs/dayjs",
813
818
  "icon": "day-js.png",
814
819
  "github": "https://github.com/nuxt-community/dayjs-module",
815
820
  "website": "https://github.com/nuxt-community/dayjs-module",
@@ -823,7 +828,29 @@
823
828
  "twitter": "potato4d"
824
829
  }
825
830
  ],
826
- "contributors": [],
831
+ "compatibility": {
832
+ "nuxt": "^2.0.0",
833
+ "requires": {}
834
+ }
835
+ },
836
+ {
837
+ "name": "delay-hydration",
838
+ "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
839
+ "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
840
+ "npm": "nuxt-delay-hydration",
841
+ "icon": "lighthouse.svg",
842
+ "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
843
+ "website": "https://github.com/harlan-zw/nuxt-delay-hydration",
844
+ "learn_more": "",
845
+ "category": "Performance",
846
+ "type": "3rd-party",
847
+ "maintainers": [
848
+ {
849
+ "name": "Harlan Wilton",
850
+ "github": "harlan-zw",
851
+ "twitter": "harlan_zw"
852
+ }
853
+ ],
827
854
  "compatibility": {
828
855
  "nuxt": "^2.0.0",
829
856
  "requires": {}
@@ -833,7 +860,7 @@
833
860
  "name": "device",
834
861
  "description": "Device detection module for Nuxt.js",
835
862
  "repo": "nuxt-community/device-module",
836
- "npm": "",
863
+ "npm": "@nuxtjs/device",
837
864
  "icon": "",
838
865
  "github": "https://github.com/nuxt-community/device-module",
839
866
  "website": "https://github.com/nuxt-community/device-module",
@@ -846,17 +873,41 @@
846
873
  "github": "dotneet"
847
874
  }
848
875
  ],
849
- "contributors": [],
850
876
  "compatibility": {
851
877
  "nuxt": "^2.0.0",
852
878
  "requires": {}
853
879
  }
854
880
  },
881
+ {
882
+ "name": "directus",
883
+ "description": "Easily connect your Nuxt3 application to your directus server.",
884
+ "repo": "intevel/nuxt-directus",
885
+ "npm": "nuxt-directus",
886
+ "icon": "directus.svg",
887
+ "github": "https://github.com/intevel/nuxt-directus/",
888
+ "website": "https://nuxt-directus.netlify.app/",
889
+ "learn_more": "https://nuxt-directus.netlify.app/",
890
+ "category": "CMS",
891
+ "type": "3rd-party",
892
+ "maintainers": [
893
+ {
894
+ "name": "Conner Bachmann",
895
+ "github": "intevel",
896
+ "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
897
+ }
898
+ ],
899
+ "compatibility": {
900
+ "nuxt": "^2.0.0 || ^3.0.0",
901
+ "requires": {
902
+ "bridge": true
903
+ }
904
+ }
905
+ },
855
906
  {
856
907
  "name": "dotenv",
857
908
  "description": "A Nuxt.js module that loads your .env file into your context options",
858
909
  "repo": "nuxt-community/dotenv-module",
859
- "npm": "",
910
+ "npm": "@nuxtjs/dotenv",
860
911
  "icon": "dotenv.png",
861
912
  "github": "https://github.com/nuxt-community/dotenv-module",
862
913
  "website": "https://github.com/nuxt-community/dotenv-module",
@@ -869,7 +920,6 @@
869
920
  "github": "JulienTant"
870
921
  }
871
922
  ],
872
- "contributors": [],
873
923
  "compatibility": {
874
924
  "nuxt": "^2.0.0",
875
925
  "requires": {}
@@ -879,7 +929,7 @@
879
929
  "name": "drupal-ce",
880
930
  "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
881
931
  "repo": "drunomics/nuxtjs-drupal-ce",
882
- "npm": "",
932
+ "npm": "nuxtjs-drupal-ce",
883
933
  "icon": "drupal-ce.png",
884
934
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
885
935
  "website": "https://stack.lupus.digital",
@@ -903,7 +953,6 @@
903
953
  "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
904
954
  }
905
955
  ],
906
- "contributors": [],
907
956
  "compatibility": {
908
957
  "nuxt": "^2.0.0",
909
958
  "requires": {}
@@ -913,7 +962,7 @@
913
962
  "name": "druxt",
914
963
  "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
915
964
  "repo": "druxt/druxt.js#develop/packages/druxt",
916
- "npm": "",
965
+ "npm": "druxt",
917
966
  "icon": "druxt.svg",
918
967
  "github": "https://github.com/druxt/druxt.js",
919
968
  "website": "https://druxtjs.org",
@@ -926,7 +975,6 @@
926
975
  "github": "decipher"
927
976
  }
928
977
  ],
929
- "contributors": [],
930
978
  "compatibility": {
931
979
  "nuxt": "^2.0.0",
932
980
  "requires": {}
@@ -936,7 +984,7 @@
936
984
  "name": "emotion",
937
985
  "description": "The Next Generation of CSS-in-JS for Nuxt.js",
938
986
  "repo": "nuxt-community/emotion-module",
939
- "npm": "",
987
+ "npm": "@nuxtjs/emotion",
940
988
  "icon": "emotion.png",
941
989
  "github": "https://github.com/nuxt-community/emotion-module",
942
990
  "website": "https://github.com/nuxt-community/emotion-module",
@@ -950,7 +998,6 @@
950
998
  "twitter": "_pi0_"
951
999
  }
952
1000
  ],
953
- "contributors": [],
954
1001
  "compatibility": {
955
1002
  "nuxt": "^2.0.0",
956
1003
  "requires": {}
@@ -960,7 +1007,7 @@
960
1007
  "name": "eslint",
961
1008
  "description": "ESLint module for Nuxt.js",
962
1009
  "repo": "nuxt-community/eslint-module",
963
- "npm": "",
1010
+ "npm": "@nuxtjs/eslint-module",
964
1011
  "icon": "eslint.png",
965
1012
  "github": "https://github.com/nuxt-community/eslint-module",
966
1013
  "website": "https://github.com/nuxt-community/eslint-module",
@@ -973,7 +1020,6 @@
973
1020
  "github": "ricardogobbosouza"
974
1021
  }
975
1022
  ],
976
- "contributors": [],
977
1023
  "compatibility": {
978
1024
  "nuxt": "^2.0.0",
979
1025
  "requires": {}
@@ -983,7 +1029,7 @@
983
1029
  "name": "event-trace",
984
1030
  "description": "Module for event trace in Nuxt.js",
985
1031
  "repo": "nuxt-community/nuxt-event-trace",
986
- "npm": "",
1032
+ "npm": "nuxt-event-trace",
987
1033
  "icon": "",
988
1034
  "github": "https://github.com/nuxt-community/nuxt-event-trace",
989
1035
  "website": "https://github.com/nuxt-community/nuxt-event-trace",
@@ -996,7 +1042,6 @@
996
1042
  "github": "clarkdo"
997
1043
  }
998
1044
  ],
999
- "contributors": [],
1000
1045
  "compatibility": {
1001
1046
  "nuxt": "^2.0.0",
1002
1047
  "requires": {}
@@ -1006,7 +1051,7 @@
1006
1051
  "name": "fathom",
1007
1052
  "description": "Fathom analytics for Nuxt",
1008
1053
  "repo": "yabhq/nuxt-fathom",
1009
- "npm": "",
1054
+ "npm": "@yabhq/nuxt-fathom",
1010
1055
  "icon": "fathom.png",
1011
1056
  "github": "https://github.com/yabhq/nuxt-fathom",
1012
1057
  "website": "https://github.com/yabhq/nuxt-fathom",
@@ -1019,7 +1064,6 @@
1019
1064
  "github": "yabhq"
1020
1065
  }
1021
1066
  ],
1022
- "contributors": [],
1023
1067
  "compatibility": {
1024
1068
  "nuxt": "^2.0.0",
1025
1069
  "requires": {}
@@ -1029,7 +1073,7 @@
1029
1073
  "name": "feature-toggle",
1030
1074
  "description": "Feature toggle module for Nuxt.js",
1031
1075
  "repo": "stephenkr/nuxt-feature-toggle",
1032
- "npm": "",
1076
+ "npm": "nuxt-feature-toggle",
1033
1077
  "icon": "",
1034
1078
  "github": "https://github.com/stephenkr/nuxt-feature-toggle",
1035
1079
  "website": "https://github.com/stephenkr/nuxt-feature-toggle",
@@ -1042,7 +1086,6 @@
1042
1086
  "github": "stephenkr"
1043
1087
  }
1044
1088
  ],
1045
- "contributors": [],
1046
1089
  "compatibility": {
1047
1090
  "nuxt": "^2.0.0",
1048
1091
  "requires": {}
@@ -1050,9 +1093,9 @@
1050
1093
  },
1051
1094
  {
1052
1095
  "name": "feed",
1053
- "description": "Feed module enables everyone to have RSS, Atom and Json.",
1096
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
1054
1097
  "repo": "nuxt-community/feed-module",
1055
- "npm": "",
1098
+ "npm": "@nuxtjs/feed",
1056
1099
  "icon": "",
1057
1100
  "github": "https://github.com/nuxt-community/feed-module",
1058
1101
  "website": "https://github.com/nuxt-community/feed-module",
@@ -1066,7 +1109,6 @@
1066
1109
  "twitter": "TheAlexLichter"
1067
1110
  }
1068
1111
  ],
1069
- "contributors": [],
1070
1112
  "compatibility": {
1071
1113
  "nuxt": "^2.0.0",
1072
1114
  "requires": {}
@@ -1075,8 +1117,8 @@
1075
1117
  {
1076
1118
  "name": "firebase",
1077
1119
  "description": "Integrate Firebase into your Nuxt project.",
1078
- "repo": "nuxt-community/firebase-module",
1079
- "npm": "",
1120
+ "repo": "nuxt-community/firebase-module#master/packages/firebase-module",
1121
+ "npm": "@nuxtjs/firebase",
1080
1122
  "icon": "firebase.png",
1081
1123
  "github": "https://github.com/nuxt-community/firebase-module",
1082
1124
  "website": "https://firebase.nuxtjs.org",
@@ -1089,7 +1131,6 @@
1089
1131
  "github": "lupas"
1090
1132
  }
1091
1133
  ],
1092
- "contributors": [],
1093
1134
  "compatibility": {
1094
1135
  "nuxt": "^2.0.0",
1095
1136
  "requires": {}
@@ -1099,7 +1140,7 @@
1099
1140
  "name": "floating-prompt-module",
1100
1141
  "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1101
1142
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1102
- "npm": "",
1143
+ "npm": "nuxt-floating-prompt-module",
1103
1144
  "icon": "",
1104
1145
  "github": "https://github.com/sandoche/nuxt-floating-prompt-module",
1105
1146
  "website": "https://github.com/sandoche/nuxt-floating-prompt-module",
@@ -1112,7 +1153,6 @@
1112
1153
  "github": "sandoche"
1113
1154
  }
1114
1155
  ],
1115
- "contributors": [],
1116
1156
  "compatibility": {
1117
1157
  "nuxt": "^2.0.0",
1118
1158
  "requires": {}
@@ -1122,7 +1162,7 @@
1122
1162
  "name": "font-loader-strategy",
1123
1163
  "description": "Helps to load fonts and activate them by preloading.",
1124
1164
  "repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
1125
- "npm": "",
1165
+ "npm": "nuxt-font-loader-strategy",
1126
1166
  "icon": "",
1127
1167
  "github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
1128
1168
  "website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
@@ -1135,7 +1175,6 @@
1135
1175
  "github": "GrabarzUndPartner"
1136
1176
  }
1137
1177
  ],
1138
- "contributors": [],
1139
1178
  "compatibility": {
1140
1179
  "nuxt": "^2.0.0",
1141
1180
  "requires": {}
@@ -1145,7 +1184,7 @@
1145
1184
  "name": "fontagon",
1146
1185
  "description": "Easy convert SVG from nuxt to icon font.",
1147
1186
  "repo": "kdydesign/nuxt-fontagon",
1148
- "npm": "",
1187
+ "npm": "nuxt-fontagon",
1149
1188
  "icon": "fontagon.png",
1150
1189
  "github": "https://github.com/kdydesign/nuxt-fontagon",
1151
1190
  "website": "https://github.com/kdydesign/nuxt-fontagon",
@@ -1158,7 +1197,6 @@
1158
1197
  "github": "kdydesign"
1159
1198
  }
1160
1199
  ],
1161
- "contributors": [],
1162
1200
  "compatibility": {
1163
1201
  "nuxt": "^2.0.0",
1164
1202
  "requires": {}
@@ -1168,7 +1206,7 @@
1168
1206
  "name": "fontawesome",
1169
1207
  "description": "Module to join nuxt and Fontawesome 5",
1170
1208
  "repo": "nuxt-community/fontawesome-module",
1171
- "npm": "",
1209
+ "npm": "@nuxtjs/fontawesome",
1172
1210
  "icon": "font-awesome.png",
1173
1211
  "github": "https://github.com/nuxt-community/fontawesome-module",
1174
1212
  "website": "https://github.com/nuxt-community/fontawesome-module",
@@ -1181,17 +1219,44 @@
1181
1219
  "github": "pimlie"
1182
1220
  }
1183
1221
  ],
1184
- "contributors": [],
1185
1222
  "compatibility": {
1186
1223
  "nuxt": "^2.0.0",
1187
1224
  "requires": {}
1188
1225
  }
1189
1226
  },
1227
+ {
1228
+ "name": "formkit",
1229
+ "description": "Seamless FormKit integration for Nuxt",
1230
+ "repo": "formkit/formkit#master/packages/nuxt",
1231
+ "npm": "@formkit/nuxt",
1232
+ "icon": "formkit.png",
1233
+ "github": "https://github.com/formkit/formkit",
1234
+ "website": "https://formkit.com",
1235
+ "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1236
+ "category": "Libraries",
1237
+ "type": "3rd-party",
1238
+ "maintainers": [
1239
+ {
1240
+ "name": "Justin Schroeder",
1241
+ "github": "justin-schroeder",
1242
+ "twitter": "jpschroeder"
1243
+ },
1244
+ {
1245
+ "name": "Andrew Boyd",
1246
+ "github": "andrew-boyd",
1247
+ "twitter": "0xBOYD"
1248
+ }
1249
+ ],
1250
+ "compatibility": {
1251
+ "nuxt": "^3.0.0",
1252
+ "requires": {}
1253
+ }
1254
+ },
1190
1255
  {
1191
1256
  "name": "fullpage",
1192
1257
  "description": "Nuxt module for fullpage-vue plugin",
1193
1258
  "repo": "vaso2/fullpage-nuxt",
1194
- "npm": "",
1259
+ "npm": "fullpage-nuxt",
1195
1260
  "icon": "",
1196
1261
  "github": "https://github.com/vaso2/fullpage-nuxt",
1197
1262
  "website": "https://github.com/vaso2/fullpage-nuxt",
@@ -1204,7 +1269,6 @@
1204
1269
  "github": "vaso2"
1205
1270
  }
1206
1271
  ],
1207
- "contributors": [],
1208
1272
  "compatibility": {
1209
1273
  "nuxt": "^2.0.0",
1210
1274
  "requires": {}
@@ -1214,7 +1278,7 @@
1214
1278
  "name": "github-api",
1215
1279
  "description": "Nuxt module for GitHub v4 API",
1216
1280
  "repo": "lindsaykwardell/nuxt-github-api",
1217
- "npm": "",
1281
+ "npm": "nuxt-github-api",
1218
1282
  "icon": "github.svg",
1219
1283
  "github": "https://github.com/lindsaykwardell/nuxt-github-api",
1220
1284
  "website": "https://github.com/lindsaykwardell/nuxt-github-api",
@@ -1227,7 +1291,6 @@
1227
1291
  "github": "lindsaykwardell"
1228
1292
  }
1229
1293
  ],
1230
- "contributors": [],
1231
1294
  "compatibility": {
1232
1295
  "nuxt": "^2.0.0",
1233
1296
  "requires": {}
@@ -1237,7 +1300,7 @@
1237
1300
  "name": "google-adsense",
1238
1301
  "description": "Google Adsense Module for Nuxt.js",
1239
1302
  "repo": "nuxt-community/google-adsense-module",
1240
- "npm": "",
1303
+ "npm": "@nuxtjs/google-adsense",
1241
1304
  "icon": "google-adsense.png",
1242
1305
  "github": "https://github.com/nuxt-community/google-adsense-module",
1243
1306
  "website": "https://github.com/nuxt-community/google-adsense-module",
@@ -1250,7 +1313,6 @@
1250
1313
  "github": "tmorehouse"
1251
1314
  }
1252
1315
  ],
1253
- "contributors": [],
1254
1316
  "compatibility": {
1255
1317
  "nuxt": "^2.0.0",
1256
1318
  "requires": {}
@@ -1260,7 +1322,7 @@
1260
1322
  "name": "google-analytics",
1261
1323
  "description": "Google analytics Module for Nuxt.js",
1262
1324
  "repo": "nuxt-community/analytics-module",
1263
- "npm": "",
1325
+ "npm": "@nuxtjs/google-analytics",
1264
1326
  "icon": "google-analytics.png",
1265
1327
  "github": "https://github.com/nuxt-community/analytics-module",
1266
1328
  "website": "https://google-analytics.nuxtjs.org",
@@ -1283,7 +1345,6 @@
1283
1345
  "twitter": "matteo_gabriele"
1284
1346
  }
1285
1347
  ],
1286
- "contributors": [],
1287
1348
  "compatibility": {
1288
1349
  "nuxt": "^2.0.0",
1289
1350
  "requires": {}
@@ -1293,7 +1354,7 @@
1293
1354
  "name": "google-fonts",
1294
1355
  "description": "Google Fonts module for NuxtJS",
1295
1356
  "repo": "nuxt-community/google-fonts-module",
1296
- "npm": "",
1357
+ "npm": "@nuxtjs/google-fonts",
1297
1358
  "icon": "google-fonts.png",
1298
1359
  "github": "https://github.com/nuxt-community/google-fonts-module",
1299
1360
  "website": "https://github.com/nuxt-community/google-fonts-module",
@@ -1306,17 +1367,18 @@
1306
1367
  "github": "ricardogobbosouza"
1307
1368
  }
1308
1369
  ],
1309
- "contributors": [],
1310
1370
  "compatibility": {
1311
- "nuxt": "^2.0.0",
1312
- "requires": {}
1371
+ "nuxt": "^2.0.0 || ^3.0.0",
1372
+ "requires": {
1373
+ "bridge": "optional"
1374
+ }
1313
1375
  }
1314
1376
  },
1315
1377
  {
1316
1378
  "name": "google-gtag",
1317
1379
  "description": "Google GTag for Nuxt.js",
1318
1380
  "repo": "nuxt-community/google-gtag",
1319
- "npm": "",
1381
+ "npm": "@nuxtjs/google-gtag",
1320
1382
  "icon": "gtm.png",
1321
1383
  "github": "https://github.com/nuxt-community/google-gtag",
1322
1384
  "website": "https://github.com/nuxt-community/google-gtag",
@@ -1333,7 +1395,6 @@
1333
1395
  "github": "ricardogobbosouza"
1334
1396
  }
1335
1397
  ],
1336
- "contributors": [],
1337
1398
  "compatibility": {
1338
1399
  "nuxt": "^2.0.0",
1339
1400
  "requires": {}
@@ -1343,7 +1404,7 @@
1343
1404
  "name": "google-optimize",
1344
1405
  "description": "SSR friendly Google Optimize module for Nuxt.js",
1345
1406
  "repo": "nuxt-community/google-optimize-module",
1346
- "npm": "",
1407
+ "npm": "nuxt-google-optimize",
1347
1408
  "icon": "google-optimize.png",
1348
1409
  "github": "https://github.com/nuxt-community/google-optimize-module",
1349
1410
  "website": "https://github.com/nuxt-community/google-optimize-module",
@@ -1367,17 +1428,38 @@
1367
1428
  "twitter": "JoshDeltener"
1368
1429
  }
1369
1430
  ],
1370
- "contributors": [],
1371
1431
  "compatibility": {
1372
1432
  "nuxt": "^2.0.0",
1373
1433
  "requires": {}
1374
1434
  }
1375
1435
  },
1436
+ {
1437
+ "name": "graphql-client",
1438
+ "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
1439
+ "repo": "diizzayy/nuxt-graphql-client",
1440
+ "npm": "nuxt-graphql-client",
1441
+ "icon": "graphql-client.svg",
1442
+ "github": "https://github.com/diizzayy/nuxt-graphql-client",
1443
+ "website": "https://github.com/diizzayy/nuxt-graphql-client",
1444
+ "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
1445
+ "category": "Request",
1446
+ "type": "3rd-party",
1447
+ "maintainers": [
1448
+ {
1449
+ "name": "Diizzayy",
1450
+ "github": "diizzayy"
1451
+ }
1452
+ ],
1453
+ "compatibility": {
1454
+ "nuxt": "^3.0.0",
1455
+ "requires": {}
1456
+ }
1457
+ },
1376
1458
  {
1377
1459
  "name": "graphql-request",
1378
1460
  "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1379
1461
  "repo": "gomah/nuxt-graphql-request",
1380
- "npm": "",
1462
+ "npm": "nuxt-graphql-request",
1381
1463
  "icon": "graphql-request.png",
1382
1464
  "github": "https://github.com/gomah/nuxt-graphql-request",
1383
1465
  "website": "https://github.com/gomah/nuxt-graphql-request",
@@ -1390,7 +1472,6 @@
1390
1472
  "github": "gomah"
1391
1473
  }
1392
1474
  ],
1393
- "contributors": [],
1394
1475
  "compatibility": {
1395
1476
  "nuxt": "^2.0.0",
1396
1477
  "requires": {}
@@ -1400,7 +1481,7 @@
1400
1481
  "name": "gtm",
1401
1482
  "description": "Google Tag Manager Module for Nuxt.js",
1402
1483
  "repo": "nuxt-community/gtm-module",
1403
- "npm": "",
1484
+ "npm": "@nuxtjs/gtm",
1404
1485
  "icon": "gtm.png",
1405
1486
  "github": "https://github.com/nuxt-community/gtm-module",
1406
1487
  "website": "https://github.com/nuxt-community/gtm-module",
@@ -1414,7 +1495,6 @@
1414
1495
  "twitter": "_pi0_"
1415
1496
  }
1416
1497
  ],
1417
- "contributors": [],
1418
1498
  "compatibility": {
1419
1499
  "nuxt": "^2.0.0",
1420
1500
  "requires": {}
@@ -1424,7 +1504,7 @@
1424
1504
  "name": "guess",
1425
1505
  "description": "Guess.js module for Nuxt.js",
1426
1506
  "repo": "nuxt-community/guess-module",
1427
- "npm": "",
1507
+ "npm": "@nuxtjs/guess-module",
1428
1508
  "icon": "guessjs.png",
1429
1509
  "github": "https://github.com/nuxt-community/guess-module",
1430
1510
  "website": "https://github.com/nuxt-community/guess-module",
@@ -1437,17 +1517,39 @@
1437
1517
  "github": "clarkdo"
1438
1518
  }
1439
1519
  ],
1440
- "contributors": [],
1441
1520
  "compatibility": {
1442
1521
  "nuxt": "^2.0.0",
1443
1522
  "requires": {}
1444
1523
  }
1445
1524
  },
1525
+ {
1526
+ "name": "harlem",
1527
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1528
+ "repo": "nuxt-modules/harlem",
1529
+ "npm": "@nuxtjs/harlem",
1530
+ "icon": "harlem.svg",
1531
+ "github": "https://github.com/nuxt-modules/harlem",
1532
+ "website": "https://github.com/nuxt-modules/harlem",
1533
+ "learn_more": "https://harlemjs.com/",
1534
+ "category": "Extensions",
1535
+ "type": "community",
1536
+ "maintainers": [
1537
+ {
1538
+ "name": "Daniel Roe",
1539
+ "github": "danielroe",
1540
+ "twitter": "danielcroe"
1541
+ }
1542
+ ],
1543
+ "compatibility": {
1544
+ "nuxt": "^3.0.0",
1545
+ "requires": {}
1546
+ }
1547
+ },
1446
1548
  {
1447
1549
  "name": "headway",
1448
1550
  "description": "Headway changelog widget for Nuxt",
1449
1551
  "repo": "l-portet/nuxt-headway",
1450
- "npm": "",
1552
+ "npm": "nuxt-headway",
1451
1553
  "icon": "headway.png",
1452
1554
  "github": "https://github.com/l-portet/nuxt-headway",
1453
1555
  "website": "https://nuxt-headway.netlify.app/",
@@ -1461,7 +1563,6 @@
1461
1563
  "avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
1462
1564
  }
1463
1565
  ],
1464
- "contributors": [],
1465
1566
  "compatibility": {
1466
1567
  "nuxt": "^2.0.0",
1467
1568
  "requires": {}
@@ -1471,7 +1572,7 @@
1471
1572
  "name": "helmet",
1472
1573
  "description": "Easy Helmet module with Nuxt.js'",
1473
1574
  "repo": "victor-perez/nuxt-helmet",
1474
- "npm": "",
1575
+ "npm": "nuxt-helmet",
1475
1576
  "icon": "",
1476
1577
  "github": "https://github.com/victor-perez/nuxt-helmet",
1477
1578
  "website": "https://github.com/victor-perez/nuxt-helmet",
@@ -1484,7 +1585,6 @@
1484
1585
  "github": "victor-perez"
1485
1586
  }
1486
1587
  ],
1487
- "contributors": [],
1488
1588
  "compatibility": {
1489
1589
  "nuxt": "^2.0.0",
1490
1590
  "requires": {}
@@ -1494,7 +1594,7 @@
1494
1594
  "name": "highcharts",
1495
1595
  "description": "Highcharts for Nuxt",
1496
1596
  "repo": "richardeschloss/nuxt-highcharts",
1497
- "npm": "",
1597
+ "npm": "nuxt-highcharts",
1498
1598
  "icon": "",
1499
1599
  "github": "https://github.com/richardeschloss/nuxt-highcharts",
1500
1600
  "website": "https://github.com/richardeschloss/nuxt-highcharts",
@@ -1507,7 +1607,6 @@
1507
1607
  "github": "richardeschloss"
1508
1608
  }
1509
1609
  ],
1510
- "contributors": [],
1511
1610
  "compatibility": {
1512
1611
  "nuxt": "^2.0.0",
1513
1612
  "requires": {}
@@ -1517,7 +1616,7 @@
1517
1616
  "name": "history-state",
1518
1617
  "description": "Nuxt.js module to backup or restore historical states",
1519
1618
  "repo": "hidekatsu-izuno/nuxt-history-state",
1520
- "npm": "",
1619
+ "npm": "nuxt-history-state",
1521
1620
  "icon": "",
1522
1621
  "github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
1523
1622
  "website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
@@ -1530,7 +1629,6 @@
1530
1629
  "github": "hidekatsu-izuno"
1531
1630
  }
1532
1631
  ],
1533
- "contributors": [],
1534
1632
  "compatibility": {
1535
1633
  "nuxt": "^2.0.0",
1536
1634
  "requires": {}
@@ -1540,7 +1638,7 @@
1540
1638
  "name": "html-minifier",
1541
1639
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
1542
1640
  "repo": "nuxt-community/html-minifier-module",
1543
- "npm": "",
1641
+ "npm": "@nuxtjs/html-minifier",
1544
1642
  "icon": "",
1545
1643
  "github": "https://github.com/nuxt-community/html-minifier-module",
1546
1644
  "website": "https://github.com/nuxt-community/html-minifier-module",
@@ -1553,7 +1651,6 @@
1553
1651
  "github": "clarkdo"
1554
1652
  }
1555
1653
  ],
1556
- "contributors": [],
1557
1654
  "compatibility": {
1558
1655
  "nuxt": "^2.0.0",
1559
1656
  "requires": {}
@@ -1562,10 +1659,10 @@
1562
1659
  {
1563
1660
  "name": "html-validator",
1564
1661
  "description": "Automatically validate Nuxt server-rendered HTML html",
1565
- "repo": "nuxt-community/html-validator-module",
1566
- "npm": "",
1662
+ "repo": "nuxt-modules/html-validator",
1663
+ "npm": "@nuxtjs/html-validator",
1567
1664
  "icon": "html-validator.png",
1568
- "github": "https://github.com/nuxt-community/html-validator-module",
1665
+ "github": "https://github.com/nuxt-modules/html-validator",
1569
1666
  "website": "https://html-validator.nuxtjs.org",
1570
1667
  "learn_more": "https://html-validate.org",
1571
1668
  "category": "Performance",
@@ -1577,17 +1674,18 @@
1577
1674
  "twitter": "danielcroe"
1578
1675
  }
1579
1676
  ],
1580
- "contributors": [],
1581
1677
  "compatibility": {
1582
- "nuxt": "^2.0.0",
1583
- "requires": {}
1678
+ "nuxt": "^2.0.0 || ^3.0.0",
1679
+ "requires": {
1680
+ "bridge": "optional"
1681
+ }
1584
1682
  }
1585
1683
  },
1586
1684
  {
1587
1685
  "name": "http",
1588
1686
  "description": "Universal HTTP Module for Nuxt.js",
1589
1687
  "repo": "nuxt/http",
1590
- "npm": "",
1688
+ "npm": "@nuxt/http",
1591
1689
  "icon": "http.png",
1592
1690
  "github": "https://github.com/nuxt/http",
1593
1691
  "website": "https://http.nuxtjs.org/",
@@ -1606,7 +1704,6 @@
1606
1704
  "twitter": "Atinux"
1607
1705
  }
1608
1706
  ],
1609
- "contributors": [],
1610
1707
  "compatibility": {
1611
1708
  "nuxt": "^2.0.0",
1612
1709
  "requires": {}
@@ -1616,7 +1713,7 @@
1616
1713
  "name": "humans-txt",
1617
1714
  "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
1618
1715
  "repo": "Luxdamore/nuxt-humans-txt",
1619
- "npm": "",
1716
+ "npm": "@luxdamore/nuxt-humans-txt",
1620
1717
  "icon": "",
1621
1718
  "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
1622
1719
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
@@ -1630,7 +1727,6 @@
1630
1727
  "twitter": "luxdamore"
1631
1728
  }
1632
1729
  ],
1633
- "contributors": [],
1634
1730
  "compatibility": {
1635
1731
  "nuxt": "^2.0.0",
1636
1732
  "requires": {}
@@ -1640,7 +1736,7 @@
1640
1736
  "name": "i18n",
1641
1737
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
1642
1738
  "repo": "nuxt-community/i18n-module",
1643
- "npm": "",
1739
+ "npm": "nuxt-i18n",
1644
1740
  "icon": "i18n.png",
1645
1741
  "github": "https://github.com/nuxt-community/i18n-module",
1646
1742
  "website": "https://i18n.nuxtjs.org",
@@ -1657,17 +1753,60 @@
1657
1753
  "github": "kazupon"
1658
1754
  }
1659
1755
  ],
1660
- "contributors": [],
1661
1756
  "compatibility": {
1662
1757
  "nuxt": "^2.0.0",
1663
1758
  "requires": {}
1664
1759
  }
1665
1760
  },
1761
+ {
1762
+ "name": "icon",
1763
+ "description": "",
1764
+ "repo": "nuxt-modules/icon",
1765
+ "npm": "nuxt-icon",
1766
+ "icon": "nuxt-icon.png",
1767
+ "github": "https://github.com/nuxt-modules/icon",
1768
+ "website": "https://github.com/nuxt-modules/icon",
1769
+ "learn_more": "",
1770
+ "category": "UI",
1771
+ "type": "community",
1772
+ "maintainers": [
1773
+ {
1774
+ "name": "Atinux",
1775
+ "github": "Atinux"
1776
+ }
1777
+ ],
1778
+ "compatibility": {
1779
+ "nuxt": "^3.0.0",
1780
+ "requires": {}
1781
+ }
1782
+ },
1783
+ {
1784
+ "name": "icons",
1785
+ "description": "Use your own automatically imported SVG icons.",
1786
+ "repo": "gitfoxcode/nuxt-icons",
1787
+ "npm": "nuxt-icons",
1788
+ "icon": "icons.png",
1789
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
1790
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
1791
+ "learn_more": "",
1792
+ "category": "UI",
1793
+ "type": "3rd-party",
1794
+ "maintainers": [
1795
+ {
1796
+ "name": "Sebastian Wludzik",
1797
+ "github": "gitfoxcode"
1798
+ }
1799
+ ],
1800
+ "compatibility": {
1801
+ "nuxt": "^3.0.0",
1802
+ "requires": {}
1803
+ }
1804
+ },
1666
1805
  {
1667
1806
  "name": "image-loader",
1668
1807
  "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
1669
1808
  "repo": "PivaleCo/nuxt-image-loader-module",
1670
- "npm": "",
1809
+ "npm": "@pivale/nuxt-image-loader-module",
1671
1810
  "icon": "",
1672
1811
  "github": "https://github.com/PivaleCo/nuxt-image-loader-module",
1673
1812
  "website": "https://github.com/PivaleCo/nuxt-image-loader-module",
@@ -1680,7 +1819,6 @@
1680
1819
  "github": "Barry-Fisher"
1681
1820
  }
1682
1821
  ],
1683
- "contributors": [],
1684
1822
  "compatibility": {
1685
1823
  "nuxt": "^2.0.0",
1686
1824
  "requires": {}
@@ -1690,7 +1828,7 @@
1690
1828
  "name": "image",
1691
1829
  "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
1692
1830
  "repo": "nuxt/image",
1693
- "npm": "",
1831
+ "npm": "@nuxt/image",
1694
1832
  "icon": "image.png",
1695
1833
  "github": "https://github.com/nuxt/image",
1696
1834
  "website": "https://image.nuxtjs.org",
@@ -1714,7 +1852,6 @@
1714
1852
  "twitter": "Atinux"
1715
1853
  }
1716
1854
  ],
1717
- "contributors": [],
1718
1855
  "compatibility": {
1719
1856
  "nuxt": "^2.0.0",
1720
1857
  "requires": {
@@ -1726,7 +1863,7 @@
1726
1863
  "name": "imagemin",
1727
1864
  "description": "Automatically optimize (compress) all images used in Nuxt.js",
1728
1865
  "repo": "nuxt-community/imagemin-module",
1729
- "npm": "",
1866
+ "npm": "@nuxtjs/imagemin",
1730
1867
  "icon": "imagemin.png",
1731
1868
  "github": "https://github.com/nuxt-community/imagemin-module",
1732
1869
  "website": "https://github.com/nuxt-community/imagemin-module",
@@ -1739,17 +1876,41 @@
1739
1876
  "github": "ricardogobbosouza"
1740
1877
  }
1741
1878
  ],
1742
- "contributors": [],
1743
1879
  "compatibility": {
1744
1880
  "nuxt": "^2.0.0",
1745
1881
  "requires": {}
1746
1882
  }
1747
1883
  },
1884
+ {
1885
+ "name": "inkline",
1886
+ "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
1887
+ "repo": "inkline/nuxt-module-inkline",
1888
+ "npm": "@inkline/nuxt",
1889
+ "icon": "inkline.svg",
1890
+ "github": "https://github.com/inkline/nuxt-module-inkline",
1891
+ "website": "https://inkline.io",
1892
+ "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
1893
+ "category": "UI",
1894
+ "type": "3rd-party",
1895
+ "maintainers": [
1896
+ {
1897
+ "name": "Alex Grozav",
1898
+ "github": "alexgrozav",
1899
+ "twitter": "alexgrozav"
1900
+ }
1901
+ ],
1902
+ "compatibility": {
1903
+ "nuxt": "^2.0.0 || ^3.0.0",
1904
+ "requires": {
1905
+ "bridge": true
1906
+ }
1907
+ }
1908
+ },
1748
1909
  {
1749
1910
  "name": "intercom",
1750
1911
  "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
1751
1912
  "repo": "hex-digital/nuxt-intercom",
1752
- "npm": "",
1913
+ "npm": "@hexdigital/nuxt-intercom",
1753
1914
  "icon": "intercom.png",
1754
1915
  "github": "https://github.com/hex-digital/nuxt-intercom",
1755
1916
  "website": "https://github.com/hex-digital/nuxt-intercom",
@@ -1762,17 +1923,39 @@
1762
1923
  "github": "hex-digital"
1763
1924
  }
1764
1925
  ],
1765
- "contributors": [],
1766
1926
  "compatibility": {
1767
1927
  "nuxt": "^2.0.0",
1768
1928
  "requires": {}
1769
1929
  }
1770
1930
  },
1931
+ {
1932
+ "name": "ionic",
1933
+ "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
1934
+ "repo": "danielroe/nuxt-ionic",
1935
+ "npm": "nuxt-ionic",
1936
+ "icon": "ionic.svg",
1937
+ "github": "https://github.com/danielroe/nuxt-ionic",
1938
+ "website": "https://ionic.roe.dev",
1939
+ "learn_more": "https://ionicframework.com",
1940
+ "category": "Libraries",
1941
+ "type": "3rd-party",
1942
+ "maintainers": [
1943
+ {
1944
+ "name": "Daniel Roe",
1945
+ "github": "danielroe",
1946
+ "twitter": "danielcroe"
1947
+ }
1948
+ ],
1949
+ "compatibility": {
1950
+ "nuxt": "^3.0.0",
1951
+ "requires": {}
1952
+ }
1953
+ },
1771
1954
  {
1772
1955
  "name": "jsonapi",
1773
1956
  "description": "Easy JSON:API client integration for Nuxt.js",
1774
1957
  "repo": "patrickcate/nuxt-jsonapi",
1775
- "npm": "",
1958
+ "npm": "nuxt-jsonapi",
1776
1959
  "icon": "jsonapi.svg",
1777
1960
  "github": "https://github.com/patrickcate/nuxt-jsonapi",
1778
1961
  "website": "https://github.com/patrickcate/nuxt-jsonapi",
@@ -1785,7 +1968,6 @@
1785
1968
  "github": "patrickcate"
1786
1969
  }
1787
1970
  ],
1788
- "contributors": [],
1789
1971
  "compatibility": {
1790
1972
  "nuxt": "^2.0.0",
1791
1973
  "requires": {}
@@ -1795,7 +1977,7 @@
1795
1977
  "name": "kentico-kontent",
1796
1978
  "description": "Add Kentico Kontent super power to your nuxt app",
1797
1979
  "repo": "Domitnator/kentico-kontent-nuxt-module",
1798
- "npm": "",
1980
+ "npm": "kentico-kontent-nuxt-module",
1799
1981
  "icon": "",
1800
1982
  "github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
1801
1983
  "website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
@@ -1808,17 +1990,40 @@
1808
1990
  "github": "Domitnator"
1809
1991
  }
1810
1992
  ],
1811
- "contributors": [],
1812
1993
  "compatibility": {
1813
1994
  "nuxt": "^2.0.0",
1814
1995
  "requires": {}
1815
1996
  }
1816
1997
  },
1998
+ {
1999
+ "name": "kql",
2000
+ "description": "Nuxt 3 module for Kirby's Query Language API",
2001
+ "repo": "johannschopplich/nuxt-kql",
2002
+ "npm": "nuxt-kql",
2003
+ "icon": "kql.svg",
2004
+ "github": "https://github.com/johannschopplich/nuxt-kql",
2005
+ "website": "https://nuxt-kql.jhnn.dev",
2006
+ "learn_more": "",
2007
+ "category": "CMS",
2008
+ "type": "3rd-party",
2009
+ "maintainers": [
2010
+ {
2011
+ "name": "Johann Schopplich",
2012
+ "github": "johannschopplich",
2013
+ "twitter": "jschopplich",
2014
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2015
+ }
2016
+ ],
2017
+ "compatibility": {
2018
+ "nuxt": "^3.0.0",
2019
+ "requires": {}
2020
+ }
2021
+ },
1817
2022
  {
1818
2023
  "name": "laravel-echo",
1819
2024
  "description": "Laravel Echo for Nuxt.js",
1820
2025
  "repo": "nuxt-community/laravel-echo",
1821
- "npm": "",
2026
+ "npm": "@nuxtjs/laravel-echo",
1822
2027
  "icon": "laravel-echo.png",
1823
2028
  "github": "https://github.com/nuxt-community/laravel-echo",
1824
2029
  "website": "https://github.com/nuxt-community/laravel-echo",
@@ -1831,7 +2036,6 @@
1831
2036
  "github": "ricardogobbosouza"
1832
2037
  }
1833
2038
  ],
1834
- "contributors": [],
1835
2039
  "compatibility": {
1836
2040
  "nuxt": "^2.0.0",
1837
2041
  "requires": {}
@@ -1841,7 +2045,7 @@
1841
2045
  "name": "laravel-nuxt",
1842
2046
  "description": "Build a SPA with Laravel and Nuxt",
1843
2047
  "repo": "skyrpex/laravel-nuxt-js",
1844
- "npm": "",
2048
+ "npm": "laravel-nuxt",
1845
2049
  "icon": "",
1846
2050
  "github": "https://github.com/skyrpex/laravel-nuxt-js",
1847
2051
  "website": "https://github.com/skyrpex/laravel-nuxt-js",
@@ -1854,7 +2058,6 @@
1854
2058
  "github": "skyrpex"
1855
2059
  }
1856
2060
  ],
1857
- "contributors": [],
1858
2061
  "compatibility": {
1859
2062
  "nuxt": "^2.0.0",
1860
2063
  "requires": {}
@@ -1864,7 +2067,7 @@
1864
2067
  "name": "laravel",
1865
2068
  "description": "Nuxt cli extension for use with laravel as backend",
1866
2069
  "repo": "m2sd/nuxt-laravel",
1867
- "npm": "",
2070
+ "npm": "nuxt-laravel",
1868
2071
  "icon": "laravel.png",
1869
2072
  "github": "https://github.com/m2sd/nuxt-laravel",
1870
2073
  "website": "https://github.com/m2sd/nuxt-laravel",
@@ -1877,7 +2080,6 @@
1877
2080
  "github": "m2sd"
1878
2081
  }
1879
2082
  ],
1880
- "contributors": [],
1881
2083
  "compatibility": {
1882
2084
  "nuxt": "^2.0.0",
1883
2085
  "requires": {}
@@ -1887,7 +2089,7 @@
1887
2089
  "name": "leaflet",
1888
2090
  "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
1889
2091
  "repo": "schlunsen/nuxt-leaflet",
1890
- "npm": "",
2092
+ "npm": "nuxt-leaflet",
1891
2093
  "icon": "leaflet.png",
1892
2094
  "github": "https://github.com/schlunsen/nuxt-leaflet",
1893
2095
  "website": "https://github.com/schlunsen/nuxt-leaflet",
@@ -1900,7 +2102,6 @@
1900
2102
  "github": "schlunsen"
1901
2103
  }
1902
2104
  ],
1903
- "contributors": [],
1904
2105
  "compatibility": {
1905
2106
  "nuxt": "^2.0.0",
1906
2107
  "requires": {}
@@ -1910,7 +2111,7 @@
1910
2111
  "name": "localforage",
1911
2112
  "description": "LocalForage is a fast and simple storage library for JavaScript",
1912
2113
  "repo": "nuxt-community/localforage-module",
1913
- "npm": "",
2114
+ "npm": "@nuxtjs/localforage",
1914
2115
  "icon": "",
1915
2116
  "github": "https://github.com/nuxt-community/localforage-module",
1916
2117
  "website": "https://github.com/nuxt-community/localforage-module",
@@ -1928,7 +2129,6 @@
1928
2129
  "github": "ricardogobbosouza"
1929
2130
  }
1930
2131
  ],
1931
- "contributors": [],
1932
2132
  "compatibility": {
1933
2133
  "nuxt": "^2.0.0",
1934
2134
  "requires": {}
@@ -1938,7 +2138,7 @@
1938
2138
  "name": "localtunnel",
1939
2139
  "description": "exposes your localhost to the world for easy testing and sharing",
1940
2140
  "repo": "nuxt-community/modules#master/packages/localtunnel",
1941
- "npm": "",
2141
+ "npm": "@nuxtjs/localtunnel",
1942
2142
  "icon": "localtunnel.png",
1943
2143
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
1944
2144
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
@@ -1952,7 +2152,6 @@
1952
2152
  "twitter": "_pi0_"
1953
2153
  }
1954
2154
  ],
1955
- "contributors": [],
1956
2155
  "compatibility": {
1957
2156
  "nuxt": "^2.0.0",
1958
2157
  "requires": {}
@@ -1962,7 +2161,7 @@
1962
2161
  "name": "lodash",
1963
2162
  "description": "lodash module with auto-import and custom prefix",
1964
2163
  "repo": "cipami/nuxt-lodash",
1965
- "npm": "",
2164
+ "npm": "nuxt-lodash",
1966
2165
  "icon": "lodash.svg",
1967
2166
  "github": "https://github.com/cipami/nuxt-lodash",
1968
2167
  "website": "https://github.com/cipami/nuxt-lodash#readme",
@@ -1975,7 +2174,6 @@
1975
2174
  "github": "cipami"
1976
2175
  }
1977
2176
  ],
1978
- "contributors": [],
1979
2177
  "compatibility": {
1980
2178
  "nuxt": "^3.0.0",
1981
2179
  "requires": {}
@@ -1985,7 +2183,7 @@
1985
2183
  "name": "logrocket",
1986
2184
  "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
1987
2185
  "repo": "nuxt-community/nuxt-logrocket",
1988
- "npm": "",
2186
+ "npm": "nuxt-logrocket",
1989
2187
  "icon": "logrocket.png",
1990
2188
  "github": "https://github.com/nuxt-community/nuxt-logrocket",
1991
2189
  "website": "https://github.com/nuxt-community/nuxt-logrocket",
@@ -1999,7 +2197,6 @@
1999
2197
  "twitter": "farzadso"
2000
2198
  }
2001
2199
  ],
2002
- "contributors": [],
2003
2200
  "compatibility": {
2004
2201
  "nuxt": "^2.0.0",
2005
2202
  "requires": {}
@@ -2009,7 +2206,7 @@
2009
2206
  "name": "lunr",
2010
2207
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2011
2208
  "repo": "nuxt-community/lunr-module",
2012
- "npm": "",
2209
+ "npm": "@nuxtjs/lunr-module",
2013
2210
  "icon": "",
2014
2211
  "github": "https://github.com/nuxt-community/lunr-module",
2015
2212
  "website": "https://github.com/nuxt-community/lunr-module",
@@ -2022,17 +2219,39 @@
2022
2219
  "github": "pimlie"
2023
2220
  }
2024
2221
  ],
2025
- "contributors": [],
2026
2222
  "compatibility": {
2027
2223
  "nuxt": "^2.0.0",
2028
2224
  "requires": {}
2029
2225
  }
2030
2226
  },
2227
+ {
2228
+ "name": "magic-regexp",
2229
+ "description": "A compiled-away, type-safe, readable RegExp alternative",
2230
+ "repo": "danielroe/magic-regexp",
2231
+ "npm": "magic-regexp",
2232
+ "icon": "magic-regexp.svg",
2233
+ "github": "https://github.com/danielroe/magic-regexp",
2234
+ "website": "https://magic-regexp.roe.dev",
2235
+ "learn_more": "https://magic-regexp.roe.dev",
2236
+ "category": "Libraries",
2237
+ "type": "3rd-party",
2238
+ "maintainers": [
2239
+ {
2240
+ "name": "Daniel Roe",
2241
+ "github": "danielroe",
2242
+ "twitter": "danielcroe"
2243
+ }
2244
+ ],
2245
+ "compatibility": {
2246
+ "nuxt": "^3.0.0",
2247
+ "requires": {}
2248
+ }
2249
+ },
2031
2250
  {
2032
2251
  "name": "markdownit",
2033
2252
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
2034
2253
  "repo": "nuxt-community/markdownit-module",
2035
- "npm": "",
2254
+ "npm": "@nuxtjs/markdownit",
2036
2255
  "icon": "",
2037
2256
  "github": "https://github.com/nuxt-community/markdownit-module",
2038
2257
  "website": "https://github.com/nuxt-community/markdownit-module",
@@ -2046,7 +2265,6 @@
2046
2265
  "twitter": "_pi0_"
2047
2266
  }
2048
2267
  ],
2049
- "contributors": [],
2050
2268
  "compatibility": {
2051
2269
  "nuxt": "^2.0.0",
2052
2270
  "requires": {}
@@ -2056,7 +2274,7 @@
2056
2274
  "name": "matomo",
2057
2275
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
2058
2276
  "repo": "pimlie/nuxt-matomo",
2059
- "npm": "",
2277
+ "npm": "nuxt-matomo",
2060
2278
  "icon": "matomo.png",
2061
2279
  "github": "https://github.com/pimlie/nuxt-matomo",
2062
2280
  "website": "https://github.com/pimlie/nuxt-matomo",
@@ -2069,7 +2287,6 @@
2069
2287
  "github": "pimlie"
2070
2288
  }
2071
2289
  ],
2072
- "contributors": [],
2073
2290
  "compatibility": {
2074
2291
  "nuxt": "^2.0.0",
2075
2292
  "requires": {}
@@ -2079,7 +2296,7 @@
2079
2296
  "name": "mdx",
2080
2297
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
2081
2298
  "repo": "nuxt-community/mdx-module",
2082
- "npm": "",
2299
+ "npm": "@nuxtjs/mdx",
2083
2300
  "icon": "mdx.png",
2084
2301
  "github": "https://github.com/nuxt-community/mdx-module",
2085
2302
  "website": "https://mdx.nuxtjs.org",
@@ -2093,17 +2310,41 @@
2093
2310
  "twitter": "codebender828"
2094
2311
  }
2095
2312
  ],
2096
- "contributors": [],
2097
2313
  "compatibility": {
2098
2314
  "nuxt": "^2.0.0",
2099
2315
  "requires": {}
2100
2316
  }
2101
2317
  },
2318
+ {
2319
+ "name": "meilisearch",
2320
+ "description": "Meilisearch Instant Search module for Nuxt 3",
2321
+ "repo": "xlanex6/nuxt-meilisearch",
2322
+ "npm": "nuxt-meilisearch",
2323
+ "icon": "meilisearch.svg",
2324
+ "github": "https://github.com/xlanex6/nuxt-meilisearch",
2325
+ "website": "https://github.com/xlanex6/nuxt-meilisearch",
2326
+ "learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
2327
+ "category": "Libraries",
2328
+ "type": "3rd-party",
2329
+ "maintainers": [
2330
+ {
2331
+ "name": "Alex Duval",
2332
+ "github": "xlanex6",
2333
+ "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
2334
+ }
2335
+ ],
2336
+ "compatibility": {
2337
+ "nuxt": "^3.0.0",
2338
+ "requires": {
2339
+ "bridge": false
2340
+ }
2341
+ }
2342
+ },
2102
2343
  {
2103
2344
  "name": "memwatch",
2104
2345
  "description": "Quickly watch real-time memory stats of your nuxt app",
2105
2346
  "repo": "pimlie/nuxt-memwatch",
2106
- "npm": "",
2347
+ "npm": "nuxt-memwatch",
2107
2348
  "icon": "",
2108
2349
  "github": "https://github.com/pimlie/nuxt-memwatch",
2109
2350
  "website": "https://github.com/pimlie/nuxt-memwatch",
@@ -2116,7 +2357,6 @@
2116
2357
  "github": "pimlie"
2117
2358
  }
2118
2359
  ],
2119
- "contributors": [],
2120
2360
  "compatibility": {
2121
2361
  "nuxt": "^2.0.0",
2122
2362
  "requires": {}
@@ -2126,7 +2366,7 @@
2126
2366
  "name": "mobile",
2127
2367
  "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2128
2368
  "repo": "ChanningDefoe/nuxt-mobile-detect",
2129
- "npm": "",
2369
+ "npm": "nuxt-mobile",
2130
2370
  "icon": "",
2131
2371
  "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2132
2372
  "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
@@ -2139,7 +2379,6 @@
2139
2379
  "github": "ChanningDefoe"
2140
2380
  }
2141
2381
  ],
2142
- "contributors": [],
2143
2382
  "compatibility": {
2144
2383
  "nuxt": "^2.0.0",
2145
2384
  "requires": {}
@@ -2149,7 +2388,7 @@
2149
2388
  "name": "moment",
2150
2389
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2151
2390
  "repo": "nuxt-community/moment-module",
2152
- "npm": "",
2391
+ "npm": "@nuxtjs/moment",
2153
2392
  "icon": "momentjs.png",
2154
2393
  "github": "https://github.com/nuxt-community/moment-module",
2155
2394
  "website": "https://github.com/nuxt-community/moment-module",
@@ -2167,7 +2406,6 @@
2167
2406
  "github": "ricardogobbosouza"
2168
2407
  }
2169
2408
  ],
2170
- "contributors": [],
2171
2409
  "compatibility": {
2172
2410
  "nuxt": "^2.0.0",
2173
2411
  "requires": {}
@@ -2177,7 +2415,7 @@
2177
2415
  "name": "mq",
2178
2416
  "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2179
2417
  "repo": "vanhoofmaarten/nuxt-mq",
2180
- "npm": "",
2418
+ "npm": "nuxt-mq",
2181
2419
  "icon": "",
2182
2420
  "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2183
2421
  "website": "https://github.com/vanhoofmaarten/nuxt-mq",
@@ -2190,7 +2428,6 @@
2190
2428
  "github": "vanhoofmaarten"
2191
2429
  }
2192
2430
  ],
2193
- "contributors": [],
2194
2431
  "compatibility": {
2195
2432
  "nuxt": "^2.0.0",
2196
2433
  "requires": {}
@@ -2200,7 +2437,7 @@
2200
2437
  "name": "neo",
2201
2438
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2202
2439
  "repo": "ezypeeze/nuxt-neo",
2203
- "npm": "",
2440
+ "npm": "nuxt-neo",
2204
2441
  "icon": "",
2205
2442
  "github": "https://github.com/ezypeeze/nuxt-neo",
2206
2443
  "website": "https://ezypeeze.github.io/nuxt-neo",
@@ -2213,7 +2450,6 @@
2213
2450
  "github": "ezypeeze"
2214
2451
  }
2215
2452
  ],
2216
- "contributors": [],
2217
2453
  "compatibility": {
2218
2454
  "nuxt": "^2.0.0",
2219
2455
  "requires": {}
@@ -2223,7 +2459,7 @@
2223
2459
  "name": "netlify-cache",
2224
2460
  "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
2225
2461
  "repo": "DreaMinder/nuxt-netlify-cache",
2226
- "npm": "",
2462
+ "npm": "nuxt-netlify-cache",
2227
2463
  "icon": "netlify.png",
2228
2464
  "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
2229
2465
  "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
@@ -2236,7 +2472,6 @@
2236
2472
  "github": "DreaMinder"
2237
2473
  }
2238
2474
  ],
2239
- "contributors": [],
2240
2475
  "compatibility": {
2241
2476
  "nuxt": "^2.0.0",
2242
2477
  "requires": {}
@@ -2246,7 +2481,7 @@
2246
2481
  "name": "netlify-files",
2247
2482
  "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
2248
2483
  "repo": "nuxt-community/netlify-files-module",
2249
- "npm": "",
2484
+ "npm": "@nuxtjs/netlify-files",
2250
2485
  "icon": "netlify.png",
2251
2486
  "github": "https://github.com/nuxt-community/netlify-files-module",
2252
2487
  "website": "https://github.com/nuxt-community/netlify-files-module",
@@ -2260,7 +2495,6 @@
2260
2495
  "twitter": "TheAlexLichter"
2261
2496
  }
2262
2497
  ],
2263
- "contributors": [],
2264
2498
  "compatibility": {
2265
2499
  "nuxt": "^2.0.0",
2266
2500
  "requires": {}
@@ -2270,7 +2504,7 @@
2270
2504
  "name": "netlify",
2271
2505
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2272
2506
  "repo": "bazzite/nuxt-netlify",
2273
- "npm": "",
2507
+ "npm": "@aceforth/nuxt-netlify",
2274
2508
  "icon": "netlify.png",
2275
2509
  "github": "https://github.com/bazzite/nuxt-netlify",
2276
2510
  "website": "https://marquez.co/docs/nuxt-netlify/",
@@ -2283,7 +2517,6 @@
2283
2517
  "github": "bazzite"
2284
2518
  }
2285
2519
  ],
2286
- "contributors": [],
2287
2520
  "compatibility": {
2288
2521
  "nuxt": "^2.0.0",
2289
2522
  "requires": {}
@@ -2293,7 +2526,7 @@
2293
2526
  "name": "ngrok",
2294
2527
  "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
2295
2528
  "repo": "nuxt-community/ngrok",
2296
- "npm": "",
2529
+ "npm": "@nuxtjs/ngrok",
2297
2530
  "icon": "ngrok.png",
2298
2531
  "github": "https://github.com/nuxt-community/ngrok-module",
2299
2532
  "website": "https://ngrok.nuxtjs.org",
@@ -2312,7 +2545,6 @@
2312
2545
  "twitter": "_pi0_"
2313
2546
  }
2314
2547
  ],
2315
- "contributors": [],
2316
2548
  "compatibility": {
2317
2549
  "nuxt": "^2.0.0",
2318
2550
  "requires": {}
@@ -2322,7 +2554,7 @@
2322
2554
  "name": "notion",
2323
2555
  "description": "Vue renderer for Notion pages",
2324
2556
  "repo": "janniks/vue-notion",
2325
- "npm": "",
2557
+ "npm": "vue-notion",
2326
2558
  "icon": "notion.svg",
2327
2559
  "github": "https://github.com/janniks/vue-notion",
2328
2560
  "website": "https://github.com/janniks/vue-notion",
@@ -2335,7 +2567,6 @@
2335
2567
  "github": "janniks"
2336
2568
  }
2337
2569
  ],
2338
- "contributors": [],
2339
2570
  "compatibility": {
2340
2571
  "nuxt": "^2.0.0",
2341
2572
  "requires": {}
@@ -2345,7 +2576,7 @@
2345
2576
  "name": "nuxt-hue",
2346
2577
  "description": "Enlighten your Nuxt experience",
2347
2578
  "repo": "lihbr/nuxt-hue",
2348
- "npm": "",
2579
+ "npm": "nuxt-hue",
2349
2580
  "icon": "nuxt-hue.svg",
2350
2581
  "github": "https://github.com/lihbr/nuxt-hue",
2351
2582
  "website": "https://github.com/lihbr/nuxt-hue",
@@ -2358,7 +2589,6 @@
2358
2589
  "github": "lihbr"
2359
2590
  }
2360
2591
  ],
2361
- "contributors": [],
2362
2592
  "compatibility": {
2363
2593
  "nuxt": "^2.0.0 || ^3.0.0",
2364
2594
  "requires": {
@@ -2366,11 +2596,33 @@
2366
2596
  }
2367
2597
  }
2368
2598
  },
2599
+ {
2600
+ "name": "nuxt-monaco-editor",
2601
+ "description": "Integrate monaco-editor with Nuxt",
2602
+ "repo": "e-chan1007/nuxt-monaco-editor",
2603
+ "npm": "nuxt-monaco-editor",
2604
+ "icon": "",
2605
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2606
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2607
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
2608
+ "category": "Libraries",
2609
+ "type": "3rd-party",
2610
+ "maintainers": [
2611
+ {
2612
+ "name": "e-chan1007",
2613
+ "github": "e-chan1007"
2614
+ }
2615
+ ],
2616
+ "compatibility": {
2617
+ "nuxt": "^3.0.0",
2618
+ "requires": {}
2619
+ }
2620
+ },
2369
2621
  {
2370
2622
  "name": "nuxt-pino-log",
2371
2623
  "description": "Structured logs for nuxt apps using pino",
2372
2624
  "repo": "kpn/nuxt-pino-log",
2373
- "npm": "",
2625
+ "npm": "nuxt-pino-log",
2374
2626
  "icon": "",
2375
2627
  "github": "https://github.com/kpn/nuxt-pino-log",
2376
2628
  "website": "https://github.com/kpn/nuxt-pino-log",
@@ -2383,7 +2635,6 @@
2383
2635
  "github": "kpn"
2384
2636
  }
2385
2637
  ],
2386
- "contributors": [],
2387
2638
  "compatibility": {
2388
2639
  "nuxt": "^2.0.0",
2389
2640
  "requires": {}
@@ -2393,7 +2644,7 @@
2393
2644
  "name": "nuxt-png-to-ico",
2394
2645
  "description": "Nuxt.js module for auto generating favicons",
2395
2646
  "repo": "b5710546232/nuxt-png-to-ico",
2396
- "npm": "",
2647
+ "npm": "nuxt-png-to-ico",
2397
2648
  "icon": "",
2398
2649
  "github": "https://github.com/b5710546232/nuxt-png-to-ico",
2399
2650
  "website": "https://github.com/b5710546232/nuxt-png-to-ico",
@@ -2407,7 +2658,6 @@
2407
2658
  "avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
2408
2659
  }
2409
2660
  ],
2410
- "contributors": [],
2411
2661
  "compatibility": {
2412
2662
  "nuxt": "^2.0.0",
2413
2663
  "requires": {}
@@ -2417,7 +2667,7 @@
2417
2667
  "name": "nuxt-smartlook",
2418
2668
  "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
2419
2669
  "repo": "f00b4r/nuxt-smartlook",
2420
- "npm": "",
2670
+ "npm": "nuxt-smartlook",
2421
2671
  "icon": "nuxt-smartlook.png",
2422
2672
  "github": "https://github.com/f00b4r/nuxt-smartlook",
2423
2673
  "website": "https://github.com/f00b4r/nuxt-smartlook",
@@ -2432,7 +2682,50 @@
2432
2682
  "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
2433
2683
  }
2434
2684
  ],
2435
- "contributors": [],
2685
+ "compatibility": {
2686
+ "nuxt": "^2.0.0",
2687
+ "requires": {}
2688
+ }
2689
+ },
2690
+ {
2691
+ "name": "nuxt-svgo",
2692
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2693
+ "repo": "cpsoinos/nuxt-svgo",
2694
+ "npm": "nuxt-svgo",
2695
+ "icon": "",
2696
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2697
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2698
+ "learn_more": "",
2699
+ "category": "Images",
2700
+ "type": "3rd-party",
2701
+ "maintainers": [
2702
+ {
2703
+ "name": "cpsoinos",
2704
+ "github": "cpsoinos"
2705
+ }
2706
+ ],
2707
+ "compatibility": {
2708
+ "nuxt": "^3.0.0",
2709
+ "requires": {}
2710
+ }
2711
+ },
2712
+ {
2713
+ "name": "nuxt-unleash",
2714
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2715
+ "repo": "conejerock/nuxt-unleash",
2716
+ "npm": "nuxt-unleash",
2717
+ "icon": "nuxt-unleash.svg",
2718
+ "github": "https://github.com/conejerock/nuxt-unleash",
2719
+ "website": "https://github.com/conejerock/nuxt-unleash",
2720
+ "learn_more": "https://github.com/Unleash/unleash",
2721
+ "category": "Deployment",
2722
+ "type": "3rd-party",
2723
+ "maintainers": [
2724
+ {
2725
+ "name": "Juanjo Conejerock",
2726
+ "github": "conejerock"
2727
+ }
2728
+ ],
2436
2729
  "compatibility": {
2437
2730
  "nuxt": "^2.0.0",
2438
2731
  "requires": {}
@@ -2442,7 +2735,7 @@
2442
2735
  "name": "nuxt-use-motion",
2443
2736
  "description": "A Nuxt module putting your components in motion",
2444
2737
  "repo": "Tahul/nuxt-use-motion",
2445
- "npm": "",
2738
+ "npm": "nuxt-use-motion",
2446
2739
  "icon": "nuxt-use-motion.svg",
2447
2740
  "github": "https://github.com/Tahul/nuxt-use-motion",
2448
2741
  "website": "https://github.com/Tahul/nuxt-use-motion",
@@ -2455,7 +2748,6 @@
2455
2748
  "github": "Tahul"
2456
2749
  }
2457
2750
  ],
2458
- "contributors": [],
2459
2751
  "compatibility": {
2460
2752
  "nuxt": "^2.0.0",
2461
2753
  "requires": {}
@@ -2465,7 +2757,7 @@
2465
2757
  "name": "nuxt-use-sound",
2466
2758
  "description": "A Nuxt module for playing sound effects.",
2467
2759
  "repo": "Tahul/nuxt-use-sound",
2468
- "npm": "",
2760
+ "npm": "nuxt-use-sound",
2469
2761
  "icon": "nuxt-use-sound.svg",
2470
2762
  "github": "https://github.com/Tahul/nuxt-use-sound",
2471
2763
  "website": "https://github.com/Tahul/nuxt-use-sound",
@@ -2478,7 +2770,6 @@
2478
2770
  "github": "Tahul"
2479
2771
  }
2480
2772
  ],
2481
- "contributors": [],
2482
2773
  "compatibility": {
2483
2774
  "nuxt": "^2.0.0",
2484
2775
  "requires": {}
@@ -2488,7 +2779,7 @@
2488
2779
  "name": "nuxt-viewport",
2489
2780
  "description": "Define custom viewports for your Nuxt project",
2490
2781
  "repo": "mvrlin/nuxt-viewport",
2491
- "npm": "",
2782
+ "npm": "nuxt-viewport",
2492
2783
  "icon": "nuxt-viewport.svg",
2493
2784
  "github": "https://github.com/mvrlin/nuxt-viewport",
2494
2785
  "website": "https://github.com/mvrlin/nuxt-viewport",
@@ -2501,7 +2792,6 @@
2501
2792
  "github": "mvrlin"
2502
2793
  }
2503
2794
  ],
2504
- "contributors": [],
2505
2795
  "compatibility": {
2506
2796
  "nuxt": "^2.0.0",
2507
2797
  "requires": {}
@@ -2511,7 +2801,7 @@
2511
2801
  "name": "nuxt7",
2512
2802
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
2513
2803
  "repo": "nuxt-community/nuxt7",
2514
- "npm": "",
2804
+ "npm": "nuxt7",
2515
2805
  "icon": "",
2516
2806
  "github": "https://github.com/nuxt-community/nuxt7",
2517
2807
  "website": "https://github.com/nuxt-community/nuxt7",
@@ -2525,7 +2815,6 @@
2525
2815
  "twitter": "_pi0_"
2526
2816
  }
2527
2817
  ],
2528
- "contributors": [],
2529
2818
  "compatibility": {
2530
2819
  "nuxt": "^2.0.0",
2531
2820
  "requires": {}
@@ -2535,7 +2824,7 @@
2535
2824
  "name": "onesignal",
2536
2825
  "description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
2537
2826
  "repo": "nuxt-community/onesignal-module",
2538
- "npm": "",
2827
+ "npm": "@nuxtjs/onesignal",
2539
2828
  "icon": "one-signal.png",
2540
2829
  "github": "https://github.com/nuxt-community/onesignal-module",
2541
2830
  "website": "https://github.com/nuxt-community/onesignal-module",
@@ -2549,7 +2838,6 @@
2549
2838
  "twitter": "_pi0_"
2550
2839
  }
2551
2840
  ],
2552
- "contributors": [],
2553
2841
  "compatibility": {
2554
2842
  "nuxt": "^2.0.0",
2555
2843
  "requires": {}
@@ -2559,7 +2847,7 @@
2559
2847
  "name": "optimized-images",
2560
2848
  "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
2561
2849
  "repo": "juliomrqz/nuxt-optimized-images",
2562
- "npm": "",
2850
+ "npm": "@aceforth/nuxt-optimized-images",
2563
2851
  "icon": "",
2564
2852
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
2565
2853
  "website": "https://marquez.co/docs/nuxt-optimized-images/",
@@ -2573,7 +2861,6 @@
2573
2861
  "twitter": "juliomrqz"
2574
2862
  }
2575
2863
  ],
2576
- "contributors": [],
2577
2864
  "compatibility": {
2578
2865
  "nuxt": "^2.0.0",
2579
2866
  "requires": {}
@@ -2583,7 +2870,7 @@
2583
2870
  "name": "page-generator-helper",
2584
2871
  "description": "Generate your pages statically without using payload extractors.",
2585
2872
  "repo": "GrabarzUndPartner/nuxt-page-generator-helper",
2586
- "npm": "",
2873
+ "npm": "nuxt-page-generator-helper",
2587
2874
  "icon": "",
2588
2875
  "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
2589
2876
  "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
@@ -2596,7 +2883,6 @@
2596
2883
  "github": "GrabarzUndPartner"
2597
2884
  }
2598
2885
  ],
2599
- "contributors": [],
2600
2886
  "compatibility": {
2601
2887
  "nuxt": "^2.0.0",
2602
2888
  "requires": {}
@@ -2606,7 +2892,7 @@
2606
2892
  "name": "parse",
2607
2893
  "description": "Parse package for Nuxt.js",
2608
2894
  "repo": "cierrateam/nuxt-parse",
2609
- "npm": "",
2895
+ "npm": "nuxt-parse",
2610
2896
  "icon": "",
2611
2897
  "github": "https://github.com/cierrateam/nuxt-parse",
2612
2898
  "website": "https://github.com/cierrateam/nuxt-parse",
@@ -2619,7 +2905,6 @@
2619
2905
  "github": "cierrateam"
2620
2906
  }
2621
2907
  ],
2622
- "contributors": [],
2623
2908
  "compatibility": {
2624
2909
  "nuxt": "^2.0.0",
2625
2910
  "requires": {}
@@ -2628,11 +2913,11 @@
2628
2913
  {
2629
2914
  "name": "partytown",
2630
2915
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2631
- "repo": "nuxt-community/partytown-module",
2632
- "npm": "",
2916
+ "repo": "nuxt-modules/partytown",
2917
+ "npm": "@nuxtjs/partytown",
2633
2918
  "icon": "partytown.svg",
2634
- "github": "https://github.com/nuxt-community/partytown-module",
2635
- "website": "https://github.com/nuxt-community/partytown-module",
2919
+ "github": "https://github.com/nuxt-modules/partytown",
2920
+ "website": "https://github.com/nuxt-modules/partytown",
2636
2921
  "learn_more": "https://partytown.builder.io/",
2637
2922
  "category": "Performance",
2638
2923
  "type": "community",
@@ -2643,7 +2928,6 @@
2643
2928
  "twitter": "danielcroe"
2644
2929
  }
2645
2930
  ],
2646
- "contributors": [],
2647
2931
  "compatibility": {
2648
2932
  "nuxt": "^2.0.0 || ^3.0.0",
2649
2933
  "requires": {
@@ -2655,7 +2939,7 @@
2655
2939
  "name": "persian-datepicker",
2656
2940
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
2657
2941
  "repo": "alireza-ab/vue-persian-datepicker",
2658
- "npm": "",
2942
+ "npm": "@alireza-ab/vue-persian-datepicker",
2659
2943
  "icon": "persian-datepicker.svg",
2660
2944
  "github": "https://github.com/alireza-ab/vue-persian-datepicker",
2661
2945
  "website": "https://alireza-ab.ir/datepicker",
@@ -2669,7 +2953,6 @@
2669
2953
  "avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
2670
2954
  }
2671
2955
  ],
2672
- "contributors": [],
2673
2956
  "compatibility": {
2674
2957
  "nuxt": "^2.0.0",
2675
2958
  "requires": {}
@@ -2679,7 +2962,7 @@
2679
2962
  "name": "pinia",
2680
2963
  "description": "The Vue Store that you will enjoy using",
2681
2964
  "repo": "posva/pinia#v2/packages/nuxt",
2682
- "npm": "",
2965
+ "npm": "@pinia/nuxt",
2683
2966
  "icon": "pinia.svg",
2684
2967
  "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
2685
2968
  "website": "https://pinia.esm.dev/",
@@ -2692,7 +2975,6 @@
2692
2975
  "github": "posva"
2693
2976
  }
2694
2977
  ],
2695
- "contributors": [],
2696
2978
  "compatibility": {
2697
2979
  "nuxt": "^2.0.0 || ^3.0.0",
2698
2980
  "requires": {
@@ -2704,7 +2986,7 @@
2704
2986
  "name": "plausible",
2705
2987
  "description": "Plausible analytics for Vue.js and Nuxt",
2706
2988
  "repo": "moritzsternemann/vue-plausible",
2707
- "npm": "",
2989
+ "npm": "vue-plausible",
2708
2990
  "icon": "plausible.png",
2709
2991
  "github": "https://github.com/moritzsternemann/vue-plausible",
2710
2992
  "website": "https://github.com/moritzsternemann/vue-plausible",
@@ -2717,17 +2999,18 @@
2717
2999
  "github": "moritzsternemann"
2718
3000
  }
2719
3001
  ],
2720
- "contributors": [],
2721
3002
  "compatibility": {
2722
- "nuxt": "^2.0.0",
2723
- "requires": {}
3003
+ "nuxt": "^2.0.0 || ^3.0.0",
3004
+ "requires": {
3005
+ "bridge": "optional"
3006
+ }
2724
3007
  }
2725
3008
  },
2726
3009
  {
2727
3010
  "name": "precompress",
2728
3011
  "description": "Precompress files to gzip and brotli and serve them automatically",
2729
3012
  "repo": "frenchrabbit/nuxt-precompress",
2730
- "npm": "",
3013
+ "npm": "nuxt-precompress",
2731
3014
  "icon": "",
2732
3015
  "github": "https://github.com/frenchrabbit/nuxt-precompress",
2733
3016
  "website": "https://github.com/frenchrabbit/nuxt-precompress",
@@ -2740,7 +3023,6 @@
2740
3023
  "github": "frenchrabbit"
2741
3024
  }
2742
3025
  ],
2743
- "contributors": [],
2744
3026
  "compatibility": {
2745
3027
  "nuxt": "^2.0.0",
2746
3028
  "requires": {}
@@ -2749,33 +3031,23 @@
2749
3031
  {
2750
3032
  "name": "prismic",
2751
3033
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2752
- "repo": "nuxt-community/prismic-module",
2753
- "npm": "",
3034
+ "repo": "nuxt-modules/prismic",
3035
+ "npm": "@nuxtjs/prismic",
2754
3036
  "icon": "prismic.png",
2755
- "github": "https://github.com/nuxt-community/prismic-module",
3037
+ "github": "https://github.com/nuxt-modules/prismic",
2756
3038
  "website": "https://prismic.nuxtjs.org",
2757
- "learn_more": "https://prismic.io/",
3039
+ "learn_more": "https://prismic.io",
2758
3040
  "category": "CMS",
2759
3041
  "type": "community",
2760
3042
  "maintainers": [
2761
- {
2762
- "name": "Sébastien Chopin",
2763
- "github": "Atinux",
2764
- "twitter": "Atinux"
2765
- },
2766
3043
  {
2767
3044
  "name": "lihbr",
2768
3045
  "github": "lihbr",
2769
3046
  "twitter": "li_hbr"
2770
- },
2771
- {
2772
- "name": "James Pegg",
2773
- "github": "jamespegg"
2774
3047
  }
2775
3048
  ],
2776
- "contributors": [],
2777
3049
  "compatibility": {
2778
- "nuxt": "^2.0.0",
3050
+ "nuxt": "^2.0.0 || ^3.0.0",
2779
3051
  "requires": {}
2780
3052
  }
2781
3053
  },
@@ -2783,7 +3055,7 @@
2783
3055
  "name": "protected-mailto",
2784
3056
  "description": "Nuxt component to generate encoded mailto links",
2785
3057
  "repo": "mmoollllee/nuxt-protected-mailto",
2786
- "npm": "",
3058
+ "npm": "nuxt-protected-mailto",
2787
3059
  "icon": "",
2788
3060
  "github": "https://github.com/mmoollllee/nuxt-protected-mailto",
2789
3061
  "website": "https://github.com/mmoollllee/nuxt-protected-mailto",
@@ -2796,7 +3068,6 @@
2796
3068
  "github": "mmoollllee"
2797
3069
  }
2798
3070
  ],
2799
- "contributors": [],
2800
3071
  "compatibility": {
2801
3072
  "nuxt": "^2.0.0",
2802
3073
  "requires": {}
@@ -2806,7 +3077,7 @@
2806
3077
  "name": "proxy",
2807
3078
  "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
2808
3079
  "repo": "nuxt-community/proxy-module",
2809
- "npm": "",
3080
+ "npm": "@nuxtjs/proxy",
2810
3081
  "icon": "",
2811
3082
  "github": "https://github.com/nuxt-community/proxy-module",
2812
3083
  "website": "https://github.com/nuxt-community/proxy-module",
@@ -2820,7 +3091,6 @@
2820
3091
  "twitter": "_pi0_"
2821
3092
  }
2822
3093
  ],
2823
- "contributors": [],
2824
3094
  "compatibility": {
2825
3095
  "nuxt": "^2.0.0",
2826
3096
  "requires": {}
@@ -2830,7 +3100,7 @@
2830
3100
  "name": "prune-html",
2831
3101
  "description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
2832
3102
  "repo": "LuXDAmore/nuxt-prune-html",
2833
- "npm": "",
3103
+ "npm": "@luxdamore/nuxt-prune-html",
2834
3104
  "icon": "",
2835
3105
  "github": "https://github.com/LuXDAmore/nuxt-prune-html",
2836
3106
  "website": "https://luxdamore.github.io/nuxt-prune-html/",
@@ -2844,7 +3114,6 @@
2844
3114
  "twitter": "luxdamore"
2845
3115
  }
2846
3116
  ],
2847
- "contributors": [],
2848
3117
  "compatibility": {
2849
3118
  "nuxt": "^2.0.0",
2850
3119
  "requires": {}
@@ -2853,8 +3122,8 @@
2853
3122
  {
2854
3123
  "name": "purgecss",
2855
3124
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2856
- "repo": "Developmint/nuxt-purgecss",
2857
- "npm": "",
3125
+ "repo": "Developmint/nuxt-purgecss#main",
3126
+ "npm": "nuxt-purgecss",
2858
3127
  "icon": "purgecss.png",
2859
3128
  "github": "https://github.com/Developmint/nuxt-purgecss",
2860
3129
  "website": "https://github.com/Developmint/nuxt-purgecss",
@@ -2867,9 +3136,8 @@
2867
3136
  "github": "Developmint"
2868
3137
  }
2869
3138
  ],
2870
- "contributors": [],
2871
3139
  "compatibility": {
2872
- "nuxt": "^2.0.0",
3140
+ "nuxt": "^2.0.0 || ^3.0.0",
2873
3141
  "requires": {}
2874
3142
  }
2875
3143
  },
@@ -2877,7 +3145,7 @@
2877
3145
  "name": "pwa",
2878
3146
  "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
2879
3147
  "repo": "nuxt-community/pwa-module",
2880
- "npm": "",
3148
+ "npm": "@nuxtjs/pwa",
2881
3149
  "icon": "pwa.png",
2882
3150
  "github": "https://github.com/nuxt-community/pwa-module",
2883
3151
  "website": "https://pwa.nuxtjs.org",
@@ -2891,7 +3159,6 @@
2891
3159
  "twitter": "_pi0_"
2892
3160
  }
2893
3161
  ],
2894
- "contributors": [],
2895
3162
  "compatibility": {
2896
3163
  "nuxt": "^2.0.0",
2897
3164
  "requires": {
@@ -2903,7 +3170,7 @@
2903
3170
  "name": "python",
2904
3171
  "description": "Write Nuxt.js applications using Python",
2905
3172
  "repo": "nuxt-community/python-module",
2906
- "npm": "",
3173
+ "npm": "@nuxtjs/python",
2907
3174
  "icon": "python.png",
2908
3175
  "github": "https://github.com/nuxt-community/python-module",
2909
3176
  "website": "https://github.com/nuxt-community/python-module",
@@ -2916,7 +3183,6 @@
2916
3183
  "github": "icarito"
2917
3184
  }
2918
3185
  ],
2919
- "contributors": [],
2920
3186
  "compatibility": {
2921
3187
  "nuxt": "^2.0.0",
2922
3188
  "requires": {}
@@ -2926,7 +3192,7 @@
2926
3192
  "name": "recaptcha",
2927
3193
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
2928
3194
  "repo": "nuxt-community/recaptcha-module",
2929
- "npm": "",
3195
+ "npm": "@nuxtjs/recaptcha",
2930
3196
  "icon": "recaptcha.png",
2931
3197
  "github": "https://github.com/nuxt-community/recaptcha-module",
2932
3198
  "website": "https://github.com/nuxt-community/recaptcha-module",
@@ -2939,7 +3205,6 @@
2939
3205
  "github": "mvrlin"
2940
3206
  }
2941
3207
  ],
2942
- "contributors": [],
2943
3208
  "compatibility": {
2944
3209
  "nuxt": "^2.0.0",
2945
3210
  "requires": {}
@@ -2949,7 +3214,7 @@
2949
3214
  "name": "redirect",
2950
3215
  "description": "Nuxt module to dynamically redirect initial requests",
2951
3216
  "repo": "nuxt-community/redirect-module",
2952
- "npm": "",
3217
+ "npm": "@nuxtjs/redirect-module",
2953
3218
  "icon": "",
2954
3219
  "github": "https://github.com/nuxt-community/redirect-module",
2955
3220
  "website": "https://github.com/nuxt-community/redirect-module",
@@ -2963,7 +3228,6 @@
2963
3228
  "twitter": "TheAlexLichter"
2964
3229
  }
2965
3230
  ],
2966
- "contributors": [],
2967
3231
  "compatibility": {
2968
3232
  "nuxt": "^2.0.0",
2969
3233
  "requires": {}
@@ -2973,7 +3237,7 @@
2973
3237
  "name": "rfg-icon",
2974
3238
  "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
2975
3239
  "repo": "pimlie/nuxt-rfg-icon",
2976
- "npm": "",
3240
+ "npm": "nuxt-rfg-icon",
2977
3241
  "icon": "real-favicon-generator.png",
2978
3242
  "github": "https://github.com/pimlie/nuxt-rfg-icon",
2979
3243
  "website": "https://github.com/pimlie/nuxt-rfg-icon",
@@ -2986,7 +3250,6 @@
2986
3250
  "github": "pimlie"
2987
3251
  }
2988
3252
  ],
2989
- "contributors": [],
2990
3253
  "compatibility": {
2991
3254
  "nuxt": "^2.0.0",
2992
3255
  "requires": {}
@@ -2996,7 +3259,7 @@
2996
3259
  "name": "robots",
2997
3260
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
2998
3261
  "repo": "nuxt-community/robots-module",
2999
- "npm": "",
3262
+ "npm": "@nuxtjs/robots",
3000
3263
  "icon": "",
3001
3264
  "github": "https://github.com/nuxt-community/robots-module",
3002
3265
  "website": "https://github.com/nuxt-community/robots-module",
@@ -3009,17 +3272,18 @@
3009
3272
  "github": "ricardogobbosouza"
3010
3273
  }
3011
3274
  ],
3012
- "contributors": [],
3013
3275
  "compatibility": {
3014
- "nuxt": "^2.0.0",
3015
- "requires": {}
3276
+ "nuxt": "^2.0.0 || ^3.0.0",
3277
+ "requires": {
3278
+ "bridge": "optional"
3279
+ }
3016
3280
  }
3017
3281
  },
3018
3282
  {
3019
3283
  "name": "rollbar",
3020
3284
  "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
3021
3285
  "repo": "gaelreyrol/nuxt-rollbar-module",
3022
- "npm": "",
3286
+ "npm": "nuxt-rollbar-module",
3023
3287
  "icon": "rollbar.png",
3024
3288
  "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
3025
3289
  "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
@@ -3032,7 +3296,6 @@
3032
3296
  "github": "gaelreyrol"
3033
3297
  }
3034
3298
  ],
3035
- "contributors": [],
3036
3299
  "compatibility": {
3037
3300
  "nuxt": "^2.0.0",
3038
3301
  "requires": {}
@@ -3042,7 +3305,7 @@
3042
3305
  "name": "router-extras",
3043
3306
  "description": "Extra Add-ons for nuxt router",
3044
3307
  "repo": "nuxt-community/router-extras-module",
3045
- "npm": "",
3308
+ "npm": "@nuxtjs/router-extras",
3046
3309
  "icon": "vue.png",
3047
3310
  "github": "https://github.com/nuxt-community/router-extras-module",
3048
3311
  "website": "https://github.com/nuxt-community/router-extras-module",
@@ -3056,7 +3319,6 @@
3056
3319
  "twitter": "a_birang"
3057
3320
  }
3058
3321
  ],
3059
- "contributors": [],
3060
3322
  "compatibility": {
3061
3323
  "nuxt": "^2.0.0",
3062
3324
  "requires": {}
@@ -3066,7 +3328,7 @@
3066
3328
  "name": "router",
3067
3329
  "description": "Nuxt.js module to use router.js instead of pages/ directory",
3068
3330
  "repo": "nuxt-community/router-module",
3069
- "npm": "",
3331
+ "npm": "@nuxtjs/router",
3070
3332
  "icon": "vue.png",
3071
3333
  "github": "https://github.com/nuxt-community/router-module",
3072
3334
  "website": "https://github.com/nuxt-community/router-module",
@@ -3080,7 +3342,6 @@
3080
3342
  "twitter": "Atinux"
3081
3343
  }
3082
3344
  ],
3083
- "contributors": [],
3084
3345
  "compatibility": {
3085
3346
  "nuxt": "^2.0.0",
3086
3347
  "requires": {}
@@ -3088,11 +3349,11 @@
3088
3349
  },
3089
3350
  {
3090
3351
  "name": "sanity",
3091
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
3092
- "repo": "nuxt-community/sanity-module#main",
3093
- "npm": "",
3352
+ "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3353
+ "repo": "nuxt-modules/sanity#main",
3354
+ "npm": "@nuxtjs/sanity",
3094
3355
  "icon": "sanity.png",
3095
- "github": "https://github.com/nuxt-community/sanity-module#main",
3356
+ "github": "https://github.com/nuxt-modules/sanity#main",
3096
3357
  "website": "https://sanity.nuxtjs.org",
3097
3358
  "learn_more": "https://www.sanity.io/",
3098
3359
  "category": "CMS",
@@ -3104,9 +3365,34 @@
3104
3365
  "twitter": "danielcroe"
3105
3366
  }
3106
3367
  ],
3107
- "contributors": [],
3108
3368
  "compatibility": {
3109
- "nuxt": "^2.0.0",
3369
+ "nuxt": "^2.0.0 || ^3.0.0",
3370
+ "requires": {
3371
+ "bridge": "optional"
3372
+ }
3373
+ }
3374
+ },
3375
+ {
3376
+ "name": "schema-org",
3377
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3378
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3379
+ "npm": "nuxt-schema-org",
3380
+ "icon": "schema-org.svg",
3381
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3382
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3383
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3384
+ "category": "SEO",
3385
+ "type": "3rd-party",
3386
+ "maintainers": [
3387
+ {
3388
+ "name": "Harlan Wilton",
3389
+ "github": "harlan-zw",
3390
+ "twitter": "harlan_zw",
3391
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3392
+ }
3393
+ ],
3394
+ "compatibility": {
3395
+ "nuxt": "^3.0.0",
3110
3396
  "requires": {}
3111
3397
  }
3112
3398
  },
@@ -3114,7 +3400,7 @@
3114
3400
  "name": "scss-to-js",
3115
3401
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
3116
3402
  "repo": "sugoidesune/nuxt-scss-to-js",
3117
- "npm": "",
3403
+ "npm": "nuxt-scss-to-js",
3118
3404
  "icon": "",
3119
3405
  "github": "https://github.com/sugoidesune/nuxt-scss-to-js",
3120
3406
  "website": "https://github.com/sugoidesune/nuxt-scss-to-js",
@@ -3127,7 +3413,6 @@
3127
3413
  "github": "sugoidesune"
3128
3414
  }
3129
3415
  ],
3130
- "contributors": [],
3131
3416
  "compatibility": {
3132
3417
  "nuxt": "^2.0.0",
3133
3418
  "requires": {}
@@ -3137,7 +3422,7 @@
3137
3422
  "name": "segment",
3138
3423
  "description": "Nuxt.js module for Segment Analytics.js",
3139
3424
  "repo": "dansmaculotte/nuxt-segment",
3140
- "npm": "",
3425
+ "npm": "@dansmaculotte/nuxt-segment",
3141
3426
  "icon": "segment.png",
3142
3427
  "github": "https://github.com/dansmaculotte/nuxt-segment",
3143
3428
  "website": "https://github.com/dansmaculotte/nuxt-segment",
@@ -3150,7 +3435,6 @@
3150
3435
  "github": "dansmaculotte"
3151
3436
  }
3152
3437
  ],
3153
- "contributors": [],
3154
3438
  "compatibility": {
3155
3439
  "nuxt": "^2.0.0",
3156
3440
  "requires": {}
@@ -3160,7 +3444,7 @@
3160
3444
  "name": "sentry",
3161
3445
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
3162
3446
  "repo": "nuxt-community/sentry-module",
3163
- "npm": "",
3447
+ "npm": "@nuxtjs/sentry",
3164
3448
  "icon": "sentry.png",
3165
3449
  "github": "https://github.com/nuxt-community/sentry-module",
3166
3450
  "website": "https://sentry.nuxtjs.org/",
@@ -3173,7 +3457,6 @@
3173
3457
  "github": "rchl"
3174
3458
  }
3175
3459
  ],
3176
- "contributors": [],
3177
3460
  "compatibility": {
3178
3461
  "nuxt": "^2.0.0",
3179
3462
  "requires": {}
@@ -3182,8 +3465,8 @@
3182
3465
  {
3183
3466
  "name": "seo-meta",
3184
3467
  "description": "Simple generate seo metadata",
3185
- "repo": "ihavecoke/nuxtjs-seo-meta",
3186
- "npm": "",
3468
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3469
+ "npm": "nuxt-seo-meta",
3187
3470
  "icon": "",
3188
3471
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3189
3472
  "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3197,7 +3480,6 @@
3197
3480
  "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
3198
3481
  }
3199
3482
  ],
3200
- "contributors": [],
3201
3483
  "compatibility": {
3202
3484
  "nuxt": "^2.0.0",
3203
3485
  "requires": {}
@@ -3207,7 +3489,7 @@
3207
3489
  "name": "seomatic-meta",
3208
3490
  "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
3209
3491
  "repo": "ben-rogerson/nuxt-seomatic-meta",
3210
- "npm": "",
3492
+ "npm": "nuxt-seomatic-meta",
3211
3493
  "icon": "seomatic.png",
3212
3494
  "github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
3213
3495
  "website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
@@ -3220,7 +3502,6 @@
3220
3502
  "github": "ben-rogerson"
3221
3503
  }
3222
3504
  ],
3223
- "contributors": [],
3224
3505
  "compatibility": {
3225
3506
  "nuxt": "^2.0.0",
3226
3507
  "requires": {}
@@ -3230,7 +3511,7 @@
3230
3511
  "name": "separate-env",
3231
3512
  "description": "Separated environment variables for server and client builds",
3232
3513
  "repo": "nuxt-community/separate-env-module",
3233
- "npm": "",
3514
+ "npm": "@nuxtjs/separate-env",
3234
3515
  "icon": "",
3235
3516
  "github": "https://github.com/nuxt-community/separate-env-module",
3236
3517
  "website": "https://github.com/nuxt-community/separate-env-module",
@@ -3244,7 +3525,6 @@
3244
3525
  "twitter": "TheAlexLichter"
3245
3526
  }
3246
3527
  ],
3247
- "contributors": [],
3248
3528
  "compatibility": {
3249
3529
  "nuxt": "^2.0.0",
3250
3530
  "requires": {}
@@ -3254,7 +3534,7 @@
3254
3534
  "name": "shopify",
3255
3535
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
3256
3536
  "repo": "Gomah/nuxt-shopify",
3257
- "npm": "",
3537
+ "npm": "nuxt-shopify",
3258
3538
  "icon": "shopify.png",
3259
3539
  "github": "https://github.com/Gomah/nuxt-shopify",
3260
3540
  "website": "https://github.com/Gomah/nuxt-shopify",
@@ -3267,7 +3547,6 @@
3267
3547
  "github": "Gomah"
3268
3548
  }
3269
3549
  ],
3270
- "contributors": [],
3271
3550
  "compatibility": {
3272
3551
  "nuxt": "^2.0.0",
3273
3552
  "requires": {}
@@ -3277,7 +3556,7 @@
3277
3556
  "name": "simple-line-icons",
3278
3557
  "description": "Nuxt module to add simple-line-icons ",
3279
3558
  "repo": "vaso2/nuxt-simple-line-icons",
3280
- "npm": "",
3559
+ "npm": "nuxt-simple-line-icons",
3281
3560
  "icon": "",
3282
3561
  "github": "https://github.com/vaso2/nuxt-simple-line-icons",
3283
3562
  "website": "https://github.com/vaso2/nuxt-simple-line-icons",
@@ -3290,7 +3569,6 @@
3290
3569
  "github": "vaso2"
3291
3570
  }
3292
3571
  ],
3293
- "contributors": [],
3294
3572
  "compatibility": {
3295
3573
  "nuxt": "^2.0.0",
3296
3574
  "requires": {}
@@ -3300,7 +3578,7 @@
3300
3578
  "name": "sitemap",
3301
3579
  "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
3302
3580
  "repo": "nuxt-community/sitemap-module#dev",
3303
- "npm": "",
3581
+ "npm": "@nuxtjs/sitemap",
3304
3582
  "icon": "",
3305
3583
  "github": "https://github.com/nuxt-community/sitemap-module#dev",
3306
3584
  "website": "https://sitemap.nuxtjs.org",
@@ -3314,7 +3592,6 @@
3314
3592
  "twitter": "NicoPennec"
3315
3593
  }
3316
3594
  ],
3317
- "contributors": [],
3318
3595
  "compatibility": {
3319
3596
  "nuxt": "^2.0.0",
3320
3597
  "requires": {}
@@ -3324,7 +3601,7 @@
3324
3601
  "name": "snipcart",
3325
3602
  "description": "Snipcart integration module for Nuxt.js",
3326
3603
  "repo": "nuxt-community/snipcart-module",
3327
- "npm": "",
3604
+ "npm": "@nuxtjs/snipcart",
3328
3605
  "icon": "snipcart.png",
3329
3606
  "github": "https://github.com/nuxt-community/snipcart-module",
3330
3607
  "website": "https://github.com/nuxt-community/snipcart-module",
@@ -3338,7 +3615,6 @@
3338
3615
  "twitter": "giraud_florent"
3339
3616
  }
3340
3617
  ],
3341
- "contributors": [],
3342
3618
  "compatibility": {
3343
3619
  "nuxt": "^2.0.0",
3344
3620
  "requires": {}
@@ -3348,7 +3624,7 @@
3348
3624
  "name": "social-meta",
3349
3625
  "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
3350
3626
  "repo": "AlekseyPleshkov/nuxt-social-meta",
3351
- "npm": "",
3627
+ "npm": "nuxt-social-meta",
3352
3628
  "icon": "",
3353
3629
  "github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
3354
3630
  "website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
@@ -3361,7 +3637,6 @@
3361
3637
  "github": "AlekseyPleshkov"
3362
3638
  }
3363
3639
  ],
3364
- "contributors": [],
3365
3640
  "compatibility": {
3366
3641
  "nuxt": "^2.0.0",
3367
3642
  "requires": {}
@@ -3371,7 +3646,7 @@
3371
3646
  "name": "socket-io",
3372
3647
  "description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
3373
3648
  "repo": "richardeschloss/nuxt-socket-io",
3374
- "npm": "",
3649
+ "npm": "nuxt-socket-io",
3375
3650
  "icon": "socket-io.png",
3376
3651
  "github": "https://github.com/richardeschloss/nuxt-socket-io",
3377
3652
  "website": "https://nuxt-socket-io.netlify.app/",
@@ -3384,7 +3659,6 @@
3384
3659
  "github": "richardeschloss"
3385
3660
  }
3386
3661
  ],
3387
- "contributors": [],
3388
3662
  "compatibility": {
3389
3663
  "nuxt": "^2.0.0",
3390
3664
  "requires": {}
@@ -3394,7 +3668,7 @@
3394
3668
  "name": "speedcurve",
3395
3669
  "description": "Speedcurve LUX module for Nuxt",
3396
3670
  "repo": "nuxt-community/speedcurve-module",
3397
- "npm": "",
3671
+ "npm": "@nuxtjs/speedcurve",
3398
3672
  "icon": "speedcurve.png",
3399
3673
  "github": "https://github.com/nuxt-community/speedcurve-module",
3400
3674
  "website": "https://speedcurve.nuxtjs.org",
@@ -3408,7 +3682,6 @@
3408
3682
  "twitter": "JoshDeltener"
3409
3683
  }
3410
3684
  ],
3411
- "contributors": [],
3412
3685
  "compatibility": {
3413
3686
  "nuxt": "^2.0.0",
3414
3687
  "requires": {}
@@ -3418,7 +3691,7 @@
3418
3691
  "name": "speedkit",
3419
3692
  "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
3420
3693
  "repo": "GrabarzUndPartner/nuxt-speedkit",
3421
- "npm": "",
3694
+ "npm": "nuxt-speedkit",
3422
3695
  "icon": "speedkit.png",
3423
3696
  "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
3424
3697
  "website": "https://nuxt-speedkit.grabarzundpartner.dev",
@@ -3442,7 +3715,6 @@
3442
3715
  "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
3443
3716
  }
3444
3717
  ],
3445
- "contributors": [],
3446
3718
  "compatibility": {
3447
3719
  "nuxt": "^2.0.0",
3448
3720
  "requires": {}
@@ -3452,7 +3724,7 @@
3452
3724
  "name": "storage",
3453
3725
  "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
3454
3726
  "repo": "mazipan/nuxt-storage",
3455
- "npm": "",
3727
+ "npm": "nuxt-storage",
3456
3728
  "icon": "",
3457
3729
  "github": "https://github.com/mazipan/nuxt-storage",
3458
3730
  "website": "https://github.com/mazipan/nuxt-storage",
@@ -3465,7 +3737,6 @@
3465
3737
  "github": "mazipan"
3466
3738
  }
3467
3739
  ],
3468
- "contributors": [],
3469
3740
  "compatibility": {
3470
3741
  "nuxt": "^2.0.0",
3471
3742
  "requires": {}
@@ -3475,7 +3746,7 @@
3475
3746
  "name": "storefront-ui",
3476
3747
  "description": "Storefront UI Module for Nuxt.js",
3477
3748
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
3478
- "npm": "",
3749
+ "npm": "@storefront-ui/nuxt",
3479
3750
  "icon": "storefront-ui.svg",
3480
3751
  "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
3481
3752
  "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
@@ -3488,7 +3759,6 @@
3488
3759
  "github": "Baroshem"
3489
3760
  }
3490
3761
  ],
3491
- "contributors": [],
3492
3762
  "compatibility": {
3493
3763
  "nuxt": "^2.0.0",
3494
3764
  "requires": {}
@@ -3498,7 +3768,7 @@
3498
3768
  "name": "stories",
3499
3769
  "description": "Nuxt stories module -- Painless storybooking for Nuxt",
3500
3770
  "repo": "richardeschloss/nuxt-stories",
3501
- "npm": "",
3771
+ "npm": "nuxt-stories",
3502
3772
  "icon": "",
3503
3773
  "github": "https://github.com/richardeschloss/nuxt-stories",
3504
3774
  "website": "https://github.com/richardeschloss/nuxt-stories",
@@ -3511,7 +3781,6 @@
3511
3781
  "github": "richardeschloss"
3512
3782
  }
3513
3783
  ],
3514
- "contributors": [],
3515
3784
  "compatibility": {
3516
3785
  "nuxt": "^2.0.0",
3517
3786
  "requires": {}
@@ -3521,7 +3790,7 @@
3521
3790
  "name": "storyblok",
3522
3791
  "description": "Storyblok Nuxt.js module",
3523
3792
  "repo": "storyblok/storyblok-nuxt#master/lib",
3524
- "npm": "",
3793
+ "npm": "@storyblok/nuxt",
3525
3794
  "icon": "storyblok.png",
3526
3795
  "github": "https://github.com/storyblok/storyblok-nuxt",
3527
3796
  "website": "https://github.com/storyblok/storyblok-nuxt",
@@ -3534,7 +3803,6 @@
3534
3803
  "github": "storyblok"
3535
3804
  }
3536
3805
  ],
3537
- "contributors": [],
3538
3806
  "compatibility": {
3539
3807
  "nuxt": "^2.0.0 || ^3.0.0",
3540
3808
  "requires": {}
@@ -3544,7 +3812,7 @@
3544
3812
  "name": "storybook",
3545
3813
  "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
3546
3814
  "repo": "nuxt-community/storybook",
3547
- "npm": "",
3815
+ "npm": "@nuxtjs/storybook",
3548
3816
  "icon": "storybook.png",
3549
3817
  "github": "https://github.com/nuxt-community/storybook",
3550
3818
  "website": "https://storybook.nuxtjs.org",
@@ -3563,7 +3831,6 @@
3563
3831
  "twitter": "_pi0_"
3564
3832
  }
3565
3833
  ],
3566
- "contributors": [],
3567
3834
  "compatibility": {
3568
3835
  "nuxt": "^2.0.0",
3569
3836
  "requires": {
@@ -3575,7 +3842,7 @@
3575
3842
  "name": "strapi",
3576
3843
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
3577
3844
  "repo": "nuxt-community/strapi-module",
3578
- "npm": "",
3845
+ "npm": "@nuxtjs/strapi",
3579
3846
  "icon": "strapi.png",
3580
3847
  "github": "https://github.com/nuxt-community/strapi-module",
3581
3848
  "website": "https://strapi.nuxtjs.org",
@@ -3594,17 +3861,18 @@
3594
3861
  "twitter": "Atinux"
3595
3862
  }
3596
3863
  ],
3597
- "contributors": [],
3598
3864
  "compatibility": {
3599
3865
  "nuxt": "^2.0.0 || ^3.0.0",
3600
- "requires": {}
3866
+ "requires": {
3867
+ "bridge": true
3868
+ }
3601
3869
  }
3602
3870
  },
3603
3871
  {
3604
3872
  "name": "stripe",
3605
3873
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
3606
3874
  "repo": "WilliamDASILVA/nuxt-stripe-module",
3607
- "npm": "",
3875
+ "npm": "nuxt-stripe-module",
3608
3876
  "icon": "stripe.png",
3609
3877
  "github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
3610
3878
  "website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
@@ -3617,7 +3885,6 @@
3617
3885
  "github": "WilliamDASILVA"
3618
3886
  }
3619
3887
  ],
3620
- "contributors": [],
3621
3888
  "compatibility": {
3622
3889
  "nuxt": "^2.0.0",
3623
3890
  "requires": {}
@@ -3627,7 +3894,7 @@
3627
3894
  "name": "style-resources",
3628
3895
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
3629
3896
  "repo": "nuxt-community/style-resources-module",
3630
- "npm": "",
3897
+ "npm": "@nuxtjs/style-resources",
3631
3898
  "icon": "",
3632
3899
  "github": "https://github.com/nuxt-community/style-resources-module",
3633
3900
  "website": "https://github.com/nuxt-community/style-resources-module",
@@ -3641,7 +3908,6 @@
3641
3908
  "twitter": "TheAlexLichter"
3642
3909
  }
3643
3910
  ],
3644
- "contributors": [],
3645
3911
  "compatibility": {
3646
3912
  "nuxt": "^2.0.0",
3647
3913
  "requires": {}
@@ -3651,7 +3917,7 @@
3651
3917
  "name": "stylelint",
3652
3918
  "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
3653
3919
  "repo": "nuxt-community/stylelint-module",
3654
- "npm": "",
3920
+ "npm": "@nuxtjs/stylelint-module",
3655
3921
  "icon": "stylelint.png",
3656
3922
  "github": "https://github.com/nuxt-community/stylelint-module",
3657
3923
  "website": "https://github.com/nuxt-community/stylelint-module",
@@ -3664,33 +3930,64 @@
3664
3930
  "github": "ricardogobbosouza"
3665
3931
  }
3666
3932
  ],
3667
- "contributors": [],
3668
3933
  "compatibility": {
3669
3934
  "nuxt": "^2.0.0",
3670
3935
  "requires": {}
3671
3936
  }
3672
3937
  },
3938
+ {
3939
+ "name": "stylify",
3940
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3941
+ "repo": "stylify/packages#master/packages/nuxt",
3942
+ "npm": "@stylify/nuxt",
3943
+ "icon": "stylify.svg",
3944
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
3945
+ "website": "https://stylifycss.com/docs/nuxt",
3946
+ "learn_more": "https://stylifycss.com",
3947
+ "category": "UI",
3948
+ "type": "3rd-party",
3949
+ "maintainers": [
3950
+ {
3951
+ "name": "Vladimír Macháček",
3952
+ "github": "Machy8",
3953
+ "twitter": "8machy"
3954
+ }
3955
+ ],
3956
+ "compatibility": {
3957
+ "nuxt": "^2.0.0 || ^3.0.0",
3958
+ "requires": {}
3959
+ }
3960
+ },
3673
3961
  {
3674
3962
  "name": "supabase",
3675
- "description": "A supa simple way to use Supabase with Nuxt",
3676
- "repo": "supabase/nuxt-supabase",
3677
- "npm": "",
3963
+ "description": "First class integration with Supabase",
3964
+ "repo": "nuxt-community/supabase-module",
3965
+ "npm": "@nuxtjs/supabase",
3678
3966
  "icon": "supabase.png",
3679
- "github": "https://github.com/supabase/nuxt-supabase",
3680
- "website": "https://github.com/supabase/nuxt-supabase",
3681
- "learn_more": "https://supabase.io",
3967
+ "github": "https://github.com/nuxt-community/supabase-module",
3968
+ "website": "https://supabase.nuxtjs.org",
3969
+ "learn_more": "https://supabase.com",
3682
3970
  "category": "Database",
3683
- "type": "3rd-party",
3971
+ "type": "community",
3684
3972
  "maintainers": [
3973
+ {
3974
+ "name": "Baptiste Leproux",
3975
+ "github": "larbish",
3976
+ "twitter": "baptistelprx"
3977
+ },
3978
+ {
3979
+ "name": "Sebastien Chopin",
3980
+ "github": "Atinux",
3981
+ "twitter": "Atinux"
3982
+ },
3685
3983
  {
3686
3984
  "name": "Scott Robertson",
3687
3985
  "github": "scottrobertson",
3688
3986
  "twitter": "scottymeuk"
3689
3987
  }
3690
3988
  ],
3691
- "contributors": [],
3692
3989
  "compatibility": {
3693
- "nuxt": "^2.0.0",
3990
+ "nuxt": "^2.0.0 || ^3.0.0",
3694
3991
  "requires": {}
3695
3992
  }
3696
3993
  },
@@ -3698,7 +3995,7 @@
3698
3995
  "name": "svg-loader",
3699
3996
  "description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
3700
3997
  "repo": "Developmint/nuxt-svg-loader",
3701
- "npm": "",
3998
+ "npm": "nuxt-svg-loader",
3702
3999
  "icon": "",
3703
4000
  "github": "https://github.com/Developmint/nuxt-svg-loader",
3704
4001
  "website": "https://github.com/Developmint/nuxt-svg-loader",
@@ -3711,7 +4008,6 @@
3711
4008
  "github": "Developmint"
3712
4009
  }
3713
4010
  ],
3714
- "contributors": [],
3715
4011
  "compatibility": {
3716
4012
  "nuxt": "^2.0.0",
3717
4013
  "requires": {}
@@ -3721,7 +4017,7 @@
3721
4017
  "name": "svg-sprite",
3722
4018
  "description": "Optimized and Easy way to use svg files in Nuxt.js",
3723
4019
  "repo": "nuxt-community/svg-sprite-module",
3724
- "npm": "",
4020
+ "npm": "@nuxtjs/svg-sprite",
3725
4021
  "icon": "",
3726
4022
  "github": "https://github.com/nuxt-community/svg-sprite-module",
3727
4023
  "website": "https://github.com/nuxt-community/svg-sprite-module",
@@ -3735,7 +4031,6 @@
3735
4031
  "twitter": "a_birang"
3736
4032
  }
3737
4033
  ],
3738
- "contributors": [],
3739
4034
  "compatibility": {
3740
4035
  "nuxt": "^2.0.0",
3741
4036
  "requires": {}
@@ -3745,7 +4040,7 @@
3745
4040
  "name": "svg",
3746
4041
  "description": "Super simple svg loading module for Nuxt.js",
3747
4042
  "repo": "nuxt-community/svg-module",
3748
- "npm": "",
4043
+ "npm": "@nuxtjs/svg",
3749
4044
  "icon": "",
3750
4045
  "github": "https://github.com/nuxt-community/svg-module",
3751
4046
  "website": "https://github.com/nuxt-community/svg-module",
@@ -3758,7 +4053,6 @@
3758
4053
  "github": "sam3d"
3759
4054
  }
3760
4055
  ],
3761
- "contributors": [],
3762
4056
  "compatibility": {
3763
4057
  "nuxt": "^2.0.0",
3764
4058
  "requires": {}
@@ -3768,7 +4062,7 @@
3768
4062
  "name": "sweetalert2",
3769
4063
  "description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
3770
4064
  "repo": "ImreC/nuxt-sweetalert2",
3771
- "npm": "",
4065
+ "npm": "nuxt-sweetalert2",
3772
4066
  "icon": "",
3773
4067
  "github": "https://github.com/ImreC/nuxt-sweetalert2",
3774
4068
  "website": "https://github.com/ImreC/nuxt-sweetalert2",
@@ -3781,7 +4075,6 @@
3781
4075
  "github": "ImreC"
3782
4076
  }
3783
4077
  ],
3784
- "contributors": [],
3785
4078
  "compatibility": {
3786
4079
  "nuxt": "^2.0.0",
3787
4080
  "requires": {}
@@ -3791,7 +4084,7 @@
3791
4084
  "name": "tailwindcss",
3792
4085
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
3793
4086
  "repo": "nuxt-community/tailwindcss-module",
3794
- "npm": "",
4087
+ "npm": "@nuxtjs/tailwindcss",
3795
4088
  "icon": "tailwindcss.png",
3796
4089
  "github": "https://github.com/nuxt-community/tailwindcss-module",
3797
4090
  "website": "https://tailwindcss.nuxtjs.org",
@@ -3805,7 +4098,6 @@
3805
4098
  "twitter": "Atinux"
3806
4099
  }
3807
4100
  ],
3808
- "contributors": [],
3809
4101
  "compatibility": {
3810
4102
  "nuxt": "^2.0.0 || ^3.0.0",
3811
4103
  "requires": {}
@@ -3815,7 +4107,7 @@
3815
4107
  "name": "tiktok-analytics",
3816
4108
  "description": "",
3817
4109
  "repo": "stickpro/nuxt-tiktok-analytics",
3818
- "npm": "",
4110
+ "npm": "tiktok-analytics",
3819
4111
  "icon": "",
3820
4112
  "github": "https://github.com/stickpro/nuxt-tiktok-analytics",
3821
4113
  "website": "https://github.com/stickpro/nuxt-tiktok-analytics",
@@ -3829,7 +4121,6 @@
3829
4121
  "avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
3830
4122
  }
3831
4123
  ],
3832
- "contributors": [],
3833
4124
  "compatibility": {
3834
4125
  "nuxt": "^2.0.0",
3835
4126
  "requires": {}
@@ -3839,7 +4130,7 @@
3839
4130
  "name": "toast",
3840
4131
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
3841
4132
  "repo": "nuxt-community/modules#master/packages/toast",
3842
- "npm": "",
4133
+ "npm": "@nuxtjs/toast",
3843
4134
  "icon": "",
3844
4135
  "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
3845
4136
  "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
@@ -3853,7 +4144,6 @@
3853
4144
  "twitter": "_pi0_"
3854
4145
  }
3855
4146
  ],
3856
- "contributors": [],
3857
4147
  "compatibility": {
3858
4148
  "nuxt": "^2.0.0",
3859
4149
  "requires": {}
@@ -3863,7 +4153,7 @@
3863
4153
  "name": "twa",
3864
4154
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
3865
4155
  "repo": "tuarrep/nuxt-twa",
3866
- "npm": "",
4156
+ "npm": "nuxt-twa",
3867
4157
  "icon": "",
3868
4158
  "github": "https://github.com/tuarrep/nuxt-twa",
3869
4159
  "website": "https://nuxt-twa.tuarrep.dev",
@@ -3876,7 +4166,6 @@
3876
4166
  "github": "tuarrep"
3877
4167
  }
3878
4168
  ],
3879
- "contributors": [],
3880
4169
  "compatibility": {
3881
4170
  "nuxt": "^2.0.0",
3882
4171
  "requires": {
@@ -3884,11 +4173,44 @@
3884
4173
  }
3885
4174
  }
3886
4175
  },
4176
+ {
4177
+ "name": "twicpics",
4178
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4179
+ "repo": "TwicPics/components",
4180
+ "npm": "@twicpics/components",
4181
+ "icon": "twicpics.svg",
4182
+ "github": "https://github.com/TwicPics/components",
4183
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4184
+ "learn_more": "https://www.twicpics.com",
4185
+ "category": "Images",
4186
+ "type": "3rd-party",
4187
+ "maintainers": [
4188
+ {
4189
+ "name": "Florent Bourgeois",
4190
+ "github": "florentb",
4191
+ "twitter": "florent_b"
4192
+ },
4193
+ {
4194
+ "name": "Julian Aubourg",
4195
+ "github": "jaubourg",
4196
+ "twitter": "jaubourg"
4197
+ },
4198
+ {
4199
+ "name": "Miguel Beignon",
4200
+ "github": "mbgspcii",
4201
+ "twitter": "m_beignon"
4202
+ }
4203
+ ],
4204
+ "compatibility": {
4205
+ "nuxt": "^2.0.0 || ^3.0.0",
4206
+ "requires": {}
4207
+ }
4208
+ },
3887
4209
  {
3888
4210
  "name": "typed-router",
3889
4211
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
3890
4212
  "repo": "victorgarciaesgi/nuxt-typed-router",
3891
- "npm": "",
4213
+ "npm": "nuxt-typed-router",
3892
4214
  "icon": "vue.png",
3893
4215
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
3894
4216
  "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
@@ -3901,17 +4223,41 @@
3901
4223
  "github": "victorgarciaesgi"
3902
4224
  }
3903
4225
  ],
3904
- "contributors": [],
3905
4226
  "compatibility": {
3906
- "nuxt": "^2.0.0",
4227
+ "nuxt": "^2.0.0 || ^3.0.0",
3907
4228
  "requires": {}
3908
4229
  }
3909
4230
  },
4231
+ {
4232
+ "name": "typed-vuex",
4233
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
4234
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4235
+ "npm": "nuxt-typed-vuex",
4236
+ "icon": "vue.png",
4237
+ "github": "https://github.com/danielroe/typed-vuex",
4238
+ "website": "https://github.com/danielroe/typed-vuex",
4239
+ "learn_more": "",
4240
+ "category": "Libraries",
4241
+ "type": "3rd-party",
4242
+ "maintainers": [
4243
+ {
4244
+ "name": "Daniel Roe",
4245
+ "github": "danielroe",
4246
+ "twitter": "danielcroe"
4247
+ }
4248
+ ],
4249
+ "compatibility": {
4250
+ "nuxt": "^2.0.0",
4251
+ "requires": {
4252
+ "bridge": "optional"
4253
+ }
4254
+ }
4255
+ },
3910
4256
  {
3911
4257
  "name": "typescript-runtime",
3912
4258
  "description": "TypeScript Runtime support for Nuxt",
3913
4259
  "repo": "nuxt/typescript#master/packages/typescript-runtime",
3914
- "npm": "",
4260
+ "npm": "@nuxt/typescript-runtime",
3915
4261
  "icon": "typescript.svg",
3916
4262
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
3917
4263
  "website": "https://typescript.nuxtjs.org/guide/runtime.html",
@@ -3934,7 +4280,6 @@
3934
4280
  "twitter": "danielcroe"
3935
4281
  }
3936
4282
  ],
3937
- "contributors": [],
3938
4283
  "compatibility": {
3939
4284
  "nuxt": "^2.0.0",
3940
4285
  "requires": {}
@@ -3944,7 +4289,7 @@
3944
4289
  "name": "typescript",
3945
4290
  "description": "TypeScript Support for Nuxt",
3946
4291
  "repo": "nuxt/typescript#master/packages/typescript-build",
3947
- "npm": "",
4292
+ "npm": "@nuxt/typescript-build",
3948
4293
  "icon": "typescript.svg",
3949
4294
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
3950
4295
  "website": "https://typescript.nuxtjs.org",
@@ -3967,17 +4312,40 @@
3967
4312
  "twitter": "danielcroe"
3968
4313
  }
3969
4314
  ],
3970
- "contributors": [],
3971
4315
  "compatibility": {
3972
4316
  "nuxt": "^2.0.0",
3973
4317
  "requires": {}
3974
4318
  }
3975
4319
  },
4320
+ {
4321
+ "name": "umami",
4322
+ "description": "Embed the Umami analytics library into Nuxt",
4323
+ "repo": "ijkml/nuxt-umami",
4324
+ "npm": "nuxt-umami",
4325
+ "icon": "umami.svg",
4326
+ "github": "https://github.com/ijkml/nuxt-umami",
4327
+ "website": "https://github.com/ijkml/nuxt-umami",
4328
+ "learn_more": "https://umami.is/docs/",
4329
+ "category": "Analytics",
4330
+ "type": "3rd-party",
4331
+ "maintainers": [
4332
+ {
4333
+ "name": "ML",
4334
+ "github": "ijkml"
4335
+ }
4336
+ ],
4337
+ "compatibility": {
4338
+ "nuxt": "^2.0.0 || ^3.0.0",
4339
+ "requires": {
4340
+ "bridge": "optional"
4341
+ }
4342
+ }
4343
+ },
3976
4344
  {
3977
4345
  "name": "universal-storage",
3978
4346
  "description": "Universal Storage Utilities for Nuxt.js",
3979
4347
  "repo": "nuxt-community/universal-storage-module",
3980
- "npm": "",
4348
+ "npm": "@nuxtjs/universal-storage",
3981
4349
  "icon": "",
3982
4350
  "github": "https://github.com/nuxt-community/universal-storage-module",
3983
4351
  "website": "https://github.com/nuxt-community/universal-storage-module",
@@ -3996,17 +4364,42 @@
3996
4364
  "twitter": "farzadso"
3997
4365
  }
3998
4366
  ],
3999
- "contributors": [],
4000
4367
  "compatibility": {
4001
4368
  "nuxt": "^2.0.0",
4002
4369
  "requires": {}
4003
4370
  }
4004
4371
  },
4372
+ {
4373
+ "name": "unlighthouse",
4374
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4375
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4376
+ "npm": "@unlighthouse/nuxt",
4377
+ "icon": "unlighthouse.svg",
4378
+ "github": "https://github.com/harlan-zw/unlighthouse",
4379
+ "website": "https://github.com/harlan-zw/unlighthouse",
4380
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4381
+ "category": "Devtools",
4382
+ "type": "3rd-party",
4383
+ "maintainers": [
4384
+ {
4385
+ "name": "Harlan Wilton",
4386
+ "github": "harlan-zw",
4387
+ "twitter": "harlan_zw",
4388
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4389
+ }
4390
+ ],
4391
+ "compatibility": {
4392
+ "nuxt": "^2.0.0 || ^3.0.0",
4393
+ "requires": {
4394
+ "bridge": "optional"
4395
+ }
4396
+ }
4397
+ },
4005
4398
  {
4006
4399
  "name": "unocss",
4007
4400
  "description": "The instant on-demand atomic CSS engine.",
4008
4401
  "repo": "antfu/unocss#main/packages/nuxt",
4009
- "npm": "",
4402
+ "npm": "@unocss/nuxt",
4010
4403
  "icon": "unocss.svg",
4011
4404
  "github": "https://github.com/antfu/unocss",
4012
4405
  "website": "https://github.com/antfu/unocss",
@@ -4021,7 +4414,6 @@
4021
4414
  "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
4022
4415
  }
4023
4416
  ],
4024
- "contributors": [],
4025
4417
  "compatibility": {
4026
4418
  "nuxt": "^2.0.0 || ^3.0.0",
4027
4419
  "requires": {
@@ -4033,7 +4425,7 @@
4033
4425
  "name": "user-agent",
4034
4426
  "description": "Nuxt.js module for handling User-Agent.",
4035
4427
  "repo": "fukuiretu/nuxt-user-agent",
4036
- "npm": "",
4428
+ "npm": "nuxt-user-agent",
4037
4429
  "icon": "",
4038
4430
  "github": "https://github.com/fukuiretu/nuxt-user-agent",
4039
4431
  "website": "https://github.com/fukuiretu/nuxt-user-agent",
@@ -4046,7 +4438,6 @@
4046
4438
  "github": "fukuiretu"
4047
4439
  }
4048
4440
  ],
4049
- "contributors": [],
4050
4441
  "compatibility": {
4051
4442
  "nuxt": "^2.0.0",
4052
4443
  "requires": {}
@@ -4056,7 +4447,7 @@
4056
4447
  "name": "validate",
4057
4448
  "description": "Simple Nuxt input validation module using vee-validate",
4058
4449
  "repo": "lewyuburi/nuxt-validate",
4059
- "npm": "",
4450
+ "npm": "nuxt-validate",
4060
4451
  "icon": "vee-validate.png",
4061
4452
  "github": "https://github.com/lewyuburi/nuxt-validate",
4062
4453
  "website": "https://github.com/lewyuburi/nuxt-validate",
@@ -4069,7 +4460,6 @@
4069
4460
  "github": "lewyuburi"
4070
4461
  }
4071
4462
  ],
4072
- "contributors": [],
4073
4463
  "compatibility": {
4074
4464
  "nuxt": "^2.0.0",
4075
4465
  "requires": {}
@@ -4079,7 +4469,7 @@
4079
4469
  "name": "vendor",
4080
4470
  "description": "directly serve node_modules",
4081
4471
  "repo": "nuxt-community/modules#master/packages/vendor",
4082
- "npm": "",
4472
+ "npm": "@nuxtjs/vendor",
4083
4473
  "icon": "",
4084
4474
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
4085
4475
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
@@ -4093,7 +4483,6 @@
4093
4483
  "twitter": "_pi0_"
4094
4484
  }
4095
4485
  ],
4096
- "contributors": [],
4097
4486
  "compatibility": {
4098
4487
  "nuxt": "^2.0.0",
4099
4488
  "requires": {}
@@ -4103,7 +4492,7 @@
4103
4492
  "name": "vue-material",
4104
4493
  "description": "Module to join nuxt and vue-material framework so you can build well-designed apps with dynamic themes and components with an ease-to-use API.",
4105
4494
  "repo": "vaso2/nuxt-vue-material",
4106
- "npm": "",
4495
+ "npm": "nuxt-vue-material",
4107
4496
  "icon": "vue-material.png",
4108
4497
  "github": "https://github.com/vaso2/nuxt-vue-material",
4109
4498
  "website": "https://github.com/vaso2/nuxt-vue-material",
@@ -4116,7 +4505,6 @@
4116
4505
  "github": "vaso2"
4117
4506
  }
4118
4507
  ],
4119
- "contributors": [],
4120
4508
  "compatibility": {
4121
4509
  "nuxt": "^2.0.0",
4122
4510
  "requires": {}
@@ -4126,7 +4514,7 @@
4126
4514
  "name": "vue-multiselect",
4127
4515
  "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
4128
4516
  "repo": "spektrummedia/nuxt-vue-multiselect",
4129
- "npm": "",
4517
+ "npm": "nuxt-vue-multiselect",
4130
4518
  "icon": "",
4131
4519
  "github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
4132
4520
  "website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
@@ -4139,7 +4527,6 @@
4139
4527
  "github": "spektrummedia"
4140
4528
  }
4141
4529
  ],
4142
- "contributors": [],
4143
4530
  "compatibility": {
4144
4531
  "nuxt": "^2.0.0",
4145
4532
  "requires": {}
@@ -4149,7 +4536,7 @@
4149
4536
  "name": "vue-select",
4150
4537
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
4151
4538
  "repo": "madmod/nuxt-vue-select",
4152
- "npm": "",
4539
+ "npm": "nuxt-vue-select",
4153
4540
  "icon": "",
4154
4541
  "github": "https://github.com/madmod/nuxt-vue-select",
4155
4542
  "website": "https://github.com/madmod/nuxt-vue-select",
@@ -4162,7 +4549,6 @@
4162
4549
  "github": "madmod"
4163
4550
  }
4164
4551
  ],
4165
- "contributors": [],
4166
4552
  "compatibility": {
4167
4553
  "nuxt": "^2.0.0",
4168
4554
  "requires": {}
@@ -4172,7 +4558,7 @@
4172
4558
  "name": "vue-warehouse",
4173
4559
  "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
4174
4560
  "repo": "juliomrqz/vue-warehouse",
4175
- "npm": "",
4561
+ "npm": "vue-warehouse",
4176
4562
  "icon": "",
4177
4563
  "github": "https://github.com/juliomrqz/vue-warehouse",
4178
4564
  "website": "https://marquez.co/docs/vue-warehouse",
@@ -4186,17 +4572,38 @@
4186
4572
  "twitter": "juliomrqz"
4187
4573
  }
4188
4574
  ],
4189
- "contributors": [],
4190
4575
  "compatibility": {
4191
4576
  "nuxt": "^2.0.0",
4192
4577
  "requires": {}
4193
4578
  }
4194
4579
  },
4580
+ {
4581
+ "name": "vuestic",
4582
+ "description": "Vuestic UI module for Nuxt 3",
4583
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4584
+ "npm": "@vuestic/nuxt",
4585
+ "icon": "",
4586
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4587
+ "website": "https://vuestic.dev",
4588
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4589
+ "category": "UI",
4590
+ "type": "3rd-party",
4591
+ "maintainers": [
4592
+ {
4593
+ "name": "epicmaxco",
4594
+ "github": "epicmaxco"
4595
+ }
4596
+ ],
4597
+ "compatibility": {
4598
+ "nuxt": "^3.0.0",
4599
+ "requires": {}
4600
+ }
4601
+ },
4195
4602
  {
4196
4603
  "name": "vuetify",
4197
4604
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
4198
4605
  "repo": "nuxt-community/vuetify-module",
4199
- "npm": "",
4606
+ "npm": "@nuxtjs/vuetify",
4200
4607
  "icon": "vuetify.png",
4201
4608
  "github": "https://github.com/nuxt-community/vuetify-module",
4202
4609
  "website": "https://github.com/nuxt-community/vuetify-module",
@@ -4214,7 +4621,6 @@
4214
4621
  "twitter": "_pi0_"
4215
4622
  }
4216
4623
  ],
4217
- "contributors": [],
4218
4624
  "compatibility": {
4219
4625
  "nuxt": "^2.0.0",
4220
4626
  "requires": {}
@@ -4223,8 +4629,8 @@
4223
4629
  {
4224
4630
  "name": "vueuse",
4225
4631
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4226
- "repo": "vueuse/vueuse#main/packages/core",
4227
- "npm": "",
4632
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4633
+ "npm": "@vueuse/nuxt",
4228
4634
  "icon": "vueuse.svg",
4229
4635
  "github": "https://github.com/vueuse/vueuse",
4230
4636
  "website": "https://vueuse.org",
@@ -4238,7 +4644,6 @@
4238
4644
  "twitter": "antfu7"
4239
4645
  }
4240
4646
  ],
4241
- "contributors": [],
4242
4647
  "compatibility": {
4243
4648
  "nuxt": "^2.0.0 || ^3.0.0",
4244
4649
  "requires": {
@@ -4250,7 +4655,7 @@
4250
4655
  "name": "vuex-router-sync",
4251
4656
  "description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
4252
4657
  "repo": "paulgv/nuxt-vuex-router-sync",
4253
- "npm": "",
4658
+ "npm": "nuxt-vuex-router-sync",
4254
4659
  "icon": "",
4255
4660
  "github": "https://github.com/paulgv/nuxt-vuex-router-sync",
4256
4661
  "website": "https://github.com/paulgv/nuxt-vuex-router-sync",
@@ -4263,7 +4668,6 @@
4263
4668
  "github": "paulgv"
4264
4669
  }
4265
4670
  ],
4266
- "contributors": [],
4267
4671
  "compatibility": {
4268
4672
  "nuxt": "^2.0.0",
4269
4673
  "requires": {}
@@ -4273,7 +4677,7 @@
4273
4677
  "name": "web-vitals",
4274
4678
  "description": "Web Vitals for Nuxt",
4275
4679
  "repo": "nuxt-community/web-vitals-module",
4276
- "npm": "",
4680
+ "npm": "@nuxtjs/web-vitals",
4277
4681
  "icon": "",
4278
4682
  "github": "https://github.com/nuxt-community/web-vitals-module",
4279
4683
  "website": "https://github.com/nuxt-community/web-vitals-module",
@@ -4296,31 +4700,31 @@
4296
4700
  "twitter": "Atinux"
4297
4701
  }
4298
4702
  ],
4299
- "contributors": [],
4300
4703
  "compatibility": {
4301
- "nuxt": "^2.0.0",
4302
- "requires": {}
4704
+ "nuxt": "^2.0.0 || ^3.0.0",
4705
+ "requires": {
4706
+ "bridge": "optional"
4707
+ }
4303
4708
  }
4304
4709
  },
4305
4710
  {
4306
4711
  "name": "web3js",
4307
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
4308
- "repo": "fauzan121002/nuxt-web3",
4309
- "npm": "",
4712
+ "description": "Web3.js module integration for Nuxt.js",
4713
+ "repo": "bl0cknumber/nuxt-web3",
4714
+ "npm": "nuxt-web3",
4310
4715
  "icon": "web3js.svg",
4311
- "github": "https://github.com/fauzan121002/nuxt-web3",
4312
- "website": "https://github.com/fauzan121002/nuxt-web3",
4716
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
4717
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
4313
4718
  "learn_more": "https://web3js.readthedocs.io/",
4314
4719
  "category": "Libraries",
4315
4720
  "type": "3rd-party",
4316
4721
  "maintainers": [
4317
4722
  {
4318
4723
  "name": "Muhammad Fauzan",
4319
- "github": "fauzan121002",
4320
- "twitter": "fauzandev"
4724
+ "github": "bl0cknumber",
4725
+ "twitter": "fncolon"
4321
4726
  }
4322
4727
  ],
4323
- "contributors": [],
4324
4728
  "compatibility": {
4325
4729
  "nuxt": "^2.0.0",
4326
4730
  "requires": {}
@@ -4330,7 +4734,7 @@
4330
4734
  "name": "webfontloader",
4331
4735
  "description": "Efficient web font loading has never been easier!",
4332
4736
  "repo": "Developmint/nuxt-webfontloader",
4333
- "npm": "",
4737
+ "npm": "nuxt-webfontloader",
4334
4738
  "icon": "",
4335
4739
  "github": "https://github.com/Developmint/nuxt-webfontloader",
4336
4740
  "website": "https://github.com/Developmint/nuxt-webfontloader",
@@ -4343,7 +4747,6 @@
4343
4747
  "github": "Developmint"
4344
4748
  }
4345
4749
  ],
4346
- "contributors": [],
4347
4750
  "compatibility": {
4348
4751
  "nuxt": "^2.0.0",
4349
4752
  "requires": {}
@@ -4353,7 +4756,7 @@
4353
4756
  "name": "webpack-optimisations",
4354
4757
  "description": "Nuxt.js v2 module to automatically make your builds faster.",
4355
4758
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
4356
- "npm": "",
4759
+ "npm": "nuxt-webpack-optimisations",
4357
4760
  "icon": "build-optimisations.svg",
4358
4761
  "github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4359
4762
  "website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
@@ -4366,7 +4769,6 @@
4366
4769
  "github": "harlan-zw"
4367
4770
  }
4368
4771
  ],
4369
- "contributors": [],
4370
4772
  "compatibility": {
4371
4773
  "nuxt": "^2.0.0",
4372
4774
  "requires": {
@@ -4378,7 +4780,7 @@
4378
4780
  "name": "webpack-profile",
4379
4781
  "description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
4380
4782
  "repo": "nuxt-community/webpack-profile-module",
4381
- "npm": "",
4783
+ "npm": "@nuxtjs/webpack-profile",
4382
4784
  "icon": "webpack.png",
4383
4785
  "github": "https://github.com/nuxt-community/webpack-profile-module",
4384
4786
  "website": "https://github.com/nuxt-community/webpack-profile-module",
@@ -4392,7 +4794,6 @@
4392
4794
  "twitter": "_pi0_"
4393
4795
  }
4394
4796
  ],
4395
- "contributors": [],
4396
4797
  "compatibility": {
4397
4798
  "nuxt": "^2.0.0",
4398
4799
  "requires": {}
@@ -4402,7 +4803,7 @@
4402
4803
  "name": "webpackdashboard",
4403
4804
  "description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
4404
4805
  "repo": "paulgv/nuxt-webpackdashboard",
4405
- "npm": "",
4806
+ "npm": "nuxt-webpackdashboard",
4406
4807
  "icon": "webpack.png",
4407
4808
  "github": "https://github.com/paulgv/nuxt-webpackdashboard",
4408
4809
  "website": "https://github.com/paulgv/nuxt-webpackdashboard",
@@ -4415,7 +4816,6 @@
4415
4816
  "github": "paulgv"
4416
4817
  }
4417
4818
  ],
4418
- "contributors": [],
4419
4819
  "compatibility": {
4420
4820
  "nuxt": "^2.0.0",
4421
4821
  "requires": {}
@@ -4425,7 +4825,7 @@
4425
4825
  "name": "webpackmonitor",
4426
4826
  "description": "Monitor Nuxt webpack optimization metrics through the development process",
4427
4827
  "repo": "nuxt-community/webpackmonitor-module",
4428
- "npm": "",
4828
+ "npm": "@nuxtjs/webpackmonitor",
4429
4829
  "icon": "webpack.png",
4430
4830
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
4431
4831
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
@@ -4439,7 +4839,6 @@
4439
4839
  "twitter": "_pi0_"
4440
4840
  }
4441
4841
  ],
4442
- "contributors": [],
4443
4842
  "compatibility": {
4444
4843
  "nuxt": "^2.0.0",
4445
4844
  "requires": {}
@@ -4449,7 +4848,7 @@
4449
4848
  "name": "windicss",
4450
4849
  "description": "Next generation utility-first CSS framework.",
4451
4850
  "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
4452
- "npm": "",
4851
+ "npm": "nuxt-windicss",
4453
4852
  "icon": "windicss.svg",
4454
4853
  "github": "https://github.com/windicss/nuxt-windicss-module",
4455
4854
  "website": "https://github.com/windicss/nuxt-windicss-module",
@@ -4468,7 +4867,6 @@
4468
4867
  "twitter": "antfu7"
4469
4868
  }
4470
4869
  ],
4471
- "contributors": [],
4472
4870
  "compatibility": {
4473
4871
  "nuxt": "^2.0.0 || ^3.0.0",
4474
4872
  "requires": {
@@ -4480,7 +4878,7 @@
4480
4878
  "name": "winston-log",
4481
4879
  "description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
4482
4880
  "repo": "aaronransley/nuxt-winston-log",
4483
- "npm": "",
4881
+ "npm": "nuxt-winston-log",
4484
4882
  "icon": "winston.png",
4485
4883
  "github": "https://github.com/aaronransley/nuxt-winston-log",
4486
4884
  "website": "https://github.com/aaronransley/nuxt-winston-log",
@@ -4493,7 +4891,6 @@
4493
4891
  "github": "aaronransley"
4494
4892
  }
4495
4893
  ],
4496
- "contributors": [],
4497
4894
  "compatibility": {
4498
4895
  "nuxt": "^2.0.0",
4499
4896
  "requires": {}
@@ -4503,7 +4900,7 @@
4503
4900
  "name": "wp-nuxt",
4504
4901
  "description": "The module adds a Wordpress Rest API to your nuxt application",
4505
4902
  "repo": "yashha/wp-nuxt",
4506
- "npm": "",
4903
+ "npm": "wp-nuxt",
4507
4904
  "icon": "wordpress.png",
4508
4905
  "github": "https://github.com/yashha/wp-nuxt",
4509
4906
  "website": "https://github.com/yashha/wp-nuxt",
@@ -4516,7 +4913,6 @@
4516
4913
  "github": "yashha"
4517
4914
  }
4518
4915
  ],
4519
- "contributors": [],
4520
4916
  "compatibility": {
4521
4917
  "nuxt": "^2.0.0",
4522
4918
  "requires": {}
@@ -4526,7 +4922,7 @@
4526
4922
  "name": "xhr-cache",
4527
4923
  "description": "Cache api resources and serve it as static resource",
4528
4924
  "repo": "gaetansenn/xhr-cache",
4529
- "npm": "",
4925
+ "npm": "@dewib/xhr-cache",
4530
4926
  "icon": "",
4531
4927
  "github": "https://github.com/gaetansenn/xhr-cache",
4532
4928
  "website": "https://xhr-cache.dewib.com",
@@ -4539,17 +4935,38 @@
4539
4935
  "github": "gaetansenn"
4540
4936
  }
4541
4937
  ],
4542
- "contributors": [],
4543
4938
  "compatibility": {
4544
4939
  "nuxt": "^2.0.0",
4545
4940
  "requires": {}
4546
4941
  }
4547
4942
  },
4943
+ {
4944
+ "name": "xstate",
4945
+ "description": "XState integration for Nuxt",
4946
+ "repo": "Lexpeartha/nuxt-xstate",
4947
+ "npm": "nuxt-xstate",
4948
+ "icon": "",
4949
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
4950
+ "website": "https://github.com/Lexpeartha/nuxt-xstate",
4951
+ "learn_more": "",
4952
+ "category": "Extensions",
4953
+ "type": "3rd-party",
4954
+ "maintainers": [
4955
+ {
4956
+ "name": "Lexpeartha",
4957
+ "github": "Lexpeartha"
4958
+ }
4959
+ ],
4960
+ "compatibility": {
4961
+ "nuxt": "^3.0.0",
4962
+ "requires": {}
4963
+ }
4964
+ },
4548
4965
  {
4549
4966
  "name": "xui",
4550
4967
  "description": "Light module to help design websites with Nuxt.",
4551
4968
  "repo": "MetaCorp/xui-module",
4552
- "npm": "",
4969
+ "npm": "xui-module",
4553
4970
  "icon": "",
4554
4971
  "github": "https://github.com/MetaCorp/xui-module",
4555
4972
  "website": "https://github.com/MetaCorp/xui-module",
@@ -4562,7 +4979,6 @@
4562
4979
  "github": "MetaCorp"
4563
4980
  }
4564
4981
  ],
4565
- "contributors": [],
4566
4982
  "compatibility": {
4567
4983
  "nuxt": "^2.0.0",
4568
4984
  "requires": {}
@@ -4572,7 +4988,7 @@
4572
4988
  "name": "yandex-metrika",
4573
4989
  "description": "Yandex metrika Module for Nuxt.js",
4574
4990
  "repo": "nuxt-community/yandex-metrika-module",
4575
- "npm": "",
4991
+ "npm": "@nuxtjs/yandex-metrika",
4576
4992
  "icon": "",
4577
4993
  "github": "https://github.com/nuxt-community/yandex-metrika-module",
4578
4994
  "website": "https://github.com/nuxt-community/yandex-metrika-module",
@@ -4586,7 +5002,6 @@
4586
5002
  "twitter": "_pi0_"
4587
5003
  }
4588
5004
  ],
4589
- "contributors": [],
4590
5005
  "compatibility": {
4591
5006
  "nuxt": "^2.0.0",
4592
5007
  "requires": {}
@@ -4596,7 +5011,7 @@
4596
5011
  "name": "zendesk",
4597
5012
  "description": "Nuxt.js module for Zendesk",
4598
5013
  "repo": "DansMaCulotte/nuxt-zendesk",
4599
- "npm": "",
5014
+ "npm": "@dansmaculotte/nuxt-zendesk",
4600
5015
  "icon": "zendesk.png",
4601
5016
  "github": "https://github.com/DansMaCulotte/nuxt-zendesk",
4602
5017
  "website": "https://github.com/DansMaCulotte/nuxt-zendesk",
@@ -4609,7 +5024,6 @@
4609
5024
  "github": "DansMaCulotte"
4610
5025
  }
4611
5026
  ],
4612
- "contributors": [],
4613
5027
  "compatibility": {
4614
5028
  "nuxt": "^2.0.0",
4615
5029
  "requires": {}