@nuxt/modules 0.5.0-60884e → 0.5.0-617960

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 +600 -425
  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-community/algolia-module",
56
+ "npm": "@nuxtjs/algolia",
57
+ "icon": "algolia.svg",
58
+ "github": "https://github.com/nuxt-community/algolia-module",
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,7 +1219,6 @@
1181
1219
  "github": "pimlie"
1182
1220
  }
1183
1221
  ],
1184
- "contributors": [],
1185
1222
  "compatibility": {
1186
1223
  "nuxt": "^2.0.0",
1187
1224
  "requires": {}
@@ -1190,8 +1227,8 @@
1190
1227
  {
1191
1228
  "name": "formkit",
1192
1229
  "description": "Seamless FormKit integration for Nuxt",
1193
- "repo": "formkit/formkit",
1194
- "npm": "",
1230
+ "repo": "formkit/formkit#master/packages/nuxt",
1231
+ "npm": "@formkit/nuxt",
1195
1232
  "icon": "formkit.png",
1196
1233
  "github": "https://github.com/formkit/formkit",
1197
1234
  "website": "https://formkit.com",
@@ -1210,7 +1247,6 @@
1210
1247
  "twitter": "0xBOYD"
1211
1248
  }
1212
1249
  ],
1213
- "contributors": [],
1214
1250
  "compatibility": {
1215
1251
  "nuxt": "^3.0.0",
1216
1252
  "requires": {}
@@ -1220,7 +1256,7 @@
1220
1256
  "name": "fullpage",
1221
1257
  "description": "Nuxt module for fullpage-vue plugin",
1222
1258
  "repo": "vaso2/fullpage-nuxt",
1223
- "npm": "",
1259
+ "npm": "fullpage-nuxt",
1224
1260
  "icon": "",
1225
1261
  "github": "https://github.com/vaso2/fullpage-nuxt",
1226
1262
  "website": "https://github.com/vaso2/fullpage-nuxt",
@@ -1233,7 +1269,6 @@
1233
1269
  "github": "vaso2"
1234
1270
  }
1235
1271
  ],
1236
- "contributors": [],
1237
1272
  "compatibility": {
1238
1273
  "nuxt": "^2.0.0",
1239
1274
  "requires": {}
@@ -1243,7 +1278,7 @@
1243
1278
  "name": "github-api",
1244
1279
  "description": "Nuxt module for GitHub v4 API",
1245
1280
  "repo": "lindsaykwardell/nuxt-github-api",
1246
- "npm": "",
1281
+ "npm": "nuxt-github-api",
1247
1282
  "icon": "github.svg",
1248
1283
  "github": "https://github.com/lindsaykwardell/nuxt-github-api",
1249
1284
  "website": "https://github.com/lindsaykwardell/nuxt-github-api",
@@ -1256,7 +1291,6 @@
1256
1291
  "github": "lindsaykwardell"
1257
1292
  }
1258
1293
  ],
1259
- "contributors": [],
1260
1294
  "compatibility": {
1261
1295
  "nuxt": "^2.0.0",
1262
1296
  "requires": {}
@@ -1266,7 +1300,7 @@
1266
1300
  "name": "google-adsense",
1267
1301
  "description": "Google Adsense Module for Nuxt.js",
1268
1302
  "repo": "nuxt-community/google-adsense-module",
1269
- "npm": "",
1303
+ "npm": "@nuxtjs/google-adsense",
1270
1304
  "icon": "google-adsense.png",
1271
1305
  "github": "https://github.com/nuxt-community/google-adsense-module",
1272
1306
  "website": "https://github.com/nuxt-community/google-adsense-module",
@@ -1279,7 +1313,6 @@
1279
1313
  "github": "tmorehouse"
1280
1314
  }
1281
1315
  ],
1282
- "contributors": [],
1283
1316
  "compatibility": {
1284
1317
  "nuxt": "^2.0.0",
1285
1318
  "requires": {}
@@ -1289,7 +1322,7 @@
1289
1322
  "name": "google-analytics",
1290
1323
  "description": "Google analytics Module for Nuxt.js",
1291
1324
  "repo": "nuxt-community/analytics-module",
1292
- "npm": "",
1325
+ "npm": "@nuxtjs/google-analytics",
1293
1326
  "icon": "google-analytics.png",
1294
1327
  "github": "https://github.com/nuxt-community/analytics-module",
1295
1328
  "website": "https://google-analytics.nuxtjs.org",
@@ -1312,7 +1345,6 @@
1312
1345
  "twitter": "matteo_gabriele"
1313
1346
  }
1314
1347
  ],
1315
- "contributors": [],
1316
1348
  "compatibility": {
1317
1349
  "nuxt": "^2.0.0",
1318
1350
  "requires": {}
@@ -1322,7 +1354,7 @@
1322
1354
  "name": "google-fonts",
1323
1355
  "description": "Google Fonts module for NuxtJS",
1324
1356
  "repo": "nuxt-community/google-fonts-module",
1325
- "npm": "",
1357
+ "npm": "@nuxtjs/google-fonts",
1326
1358
  "icon": "google-fonts.png",
1327
1359
  "github": "https://github.com/nuxt-community/google-fonts-module",
1328
1360
  "website": "https://github.com/nuxt-community/google-fonts-module",
@@ -1335,17 +1367,18 @@
1335
1367
  "github": "ricardogobbosouza"
1336
1368
  }
1337
1369
  ],
1338
- "contributors": [],
1339
1370
  "compatibility": {
1340
- "nuxt": "^2.0.0",
1341
- "requires": {}
1371
+ "nuxt": "^2.0.0 || ^3.0.0",
1372
+ "requires": {
1373
+ "bridge": "optional"
1374
+ }
1342
1375
  }
1343
1376
  },
1344
1377
  {
1345
1378
  "name": "google-gtag",
1346
1379
  "description": "Google GTag for Nuxt.js",
1347
1380
  "repo": "nuxt-community/google-gtag",
1348
- "npm": "",
1381
+ "npm": "@nuxtjs/google-gtag",
1349
1382
  "icon": "gtm.png",
1350
1383
  "github": "https://github.com/nuxt-community/google-gtag",
1351
1384
  "website": "https://github.com/nuxt-community/google-gtag",
@@ -1362,7 +1395,6 @@
1362
1395
  "github": "ricardogobbosouza"
1363
1396
  }
1364
1397
  ],
1365
- "contributors": [],
1366
1398
  "compatibility": {
1367
1399
  "nuxt": "^2.0.0",
1368
1400
  "requires": {}
@@ -1372,7 +1404,7 @@
1372
1404
  "name": "google-optimize",
1373
1405
  "description": "SSR friendly Google Optimize module for Nuxt.js",
1374
1406
  "repo": "nuxt-community/google-optimize-module",
1375
- "npm": "",
1407
+ "npm": "nuxt-google-optimize",
1376
1408
  "icon": "google-optimize.png",
1377
1409
  "github": "https://github.com/nuxt-community/google-optimize-module",
1378
1410
  "website": "https://github.com/nuxt-community/google-optimize-module",
@@ -1396,17 +1428,38 @@
1396
1428
  "twitter": "JoshDeltener"
1397
1429
  }
1398
1430
  ],
1399
- "contributors": [],
1400
1431
  "compatibility": {
1401
1432
  "nuxt": "^2.0.0",
1402
1433
  "requires": {}
1403
1434
  }
1404
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
+ },
1405
1458
  {
1406
1459
  "name": "graphql-request",
1407
1460
  "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1408
1461
  "repo": "gomah/nuxt-graphql-request",
1409
- "npm": "",
1462
+ "npm": "nuxt-graphql-request",
1410
1463
  "icon": "graphql-request.png",
1411
1464
  "github": "https://github.com/gomah/nuxt-graphql-request",
1412
1465
  "website": "https://github.com/gomah/nuxt-graphql-request",
@@ -1419,7 +1472,6 @@
1419
1472
  "github": "gomah"
1420
1473
  }
1421
1474
  ],
1422
- "contributors": [],
1423
1475
  "compatibility": {
1424
1476
  "nuxt": "^2.0.0",
1425
1477
  "requires": {}
@@ -1429,7 +1481,7 @@
1429
1481
  "name": "gtm",
1430
1482
  "description": "Google Tag Manager Module for Nuxt.js",
1431
1483
  "repo": "nuxt-community/gtm-module",
1432
- "npm": "",
1484
+ "npm": "@nuxtjs/gtm",
1433
1485
  "icon": "gtm.png",
1434
1486
  "github": "https://github.com/nuxt-community/gtm-module",
1435
1487
  "website": "https://github.com/nuxt-community/gtm-module",
@@ -1443,7 +1495,6 @@
1443
1495
  "twitter": "_pi0_"
1444
1496
  }
1445
1497
  ],
1446
- "contributors": [],
1447
1498
  "compatibility": {
1448
1499
  "nuxt": "^2.0.0",
1449
1500
  "requires": {}
@@ -1453,7 +1504,7 @@
1453
1504
  "name": "guess",
1454
1505
  "description": "Guess.js module for Nuxt.js",
1455
1506
  "repo": "nuxt-community/guess-module",
1456
- "npm": "",
1507
+ "npm": "@nuxtjs/guess-module",
1457
1508
  "icon": "guessjs.png",
1458
1509
  "github": "https://github.com/nuxt-community/guess-module",
1459
1510
  "website": "https://github.com/nuxt-community/guess-module",
@@ -1466,17 +1517,39 @@
1466
1517
  "github": "clarkdo"
1467
1518
  }
1468
1519
  ],
1469
- "contributors": [],
1470
1520
  "compatibility": {
1471
1521
  "nuxt": "^2.0.0",
1472
1522
  "requires": {}
1473
1523
  }
1474
1524
  },
1525
+ {
1526
+ "name": "harlem",
1527
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1528
+ "repo": "nuxt-community/harlem-module",
1529
+ "npm": "@nuxtjs/harlem",
1530
+ "icon": "harlem.svg",
1531
+ "github": "https://github.com/nuxt-community/harlem-module",
1532
+ "website": "https://github.com/nuxt-community/harlem-module",
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
+ },
1475
1548
  {
1476
1549
  "name": "headway",
1477
1550
  "description": "Headway changelog widget for Nuxt",
1478
1551
  "repo": "l-portet/nuxt-headway",
1479
- "npm": "",
1552
+ "npm": "nuxt-headway",
1480
1553
  "icon": "headway.png",
1481
1554
  "github": "https://github.com/l-portet/nuxt-headway",
1482
1555
  "website": "https://nuxt-headway.netlify.app/",
@@ -1490,7 +1563,6 @@
1490
1563
  "avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
1491
1564
  }
1492
1565
  ],
1493
- "contributors": [],
1494
1566
  "compatibility": {
1495
1567
  "nuxt": "^2.0.0",
1496
1568
  "requires": {}
@@ -1500,7 +1572,7 @@
1500
1572
  "name": "helmet",
1501
1573
  "description": "Easy Helmet module with Nuxt.js'",
1502
1574
  "repo": "victor-perez/nuxt-helmet",
1503
- "npm": "",
1575
+ "npm": "nuxt-helmet",
1504
1576
  "icon": "",
1505
1577
  "github": "https://github.com/victor-perez/nuxt-helmet",
1506
1578
  "website": "https://github.com/victor-perez/nuxt-helmet",
@@ -1513,7 +1585,6 @@
1513
1585
  "github": "victor-perez"
1514
1586
  }
1515
1587
  ],
1516
- "contributors": [],
1517
1588
  "compatibility": {
1518
1589
  "nuxt": "^2.0.0",
1519
1590
  "requires": {}
@@ -1523,7 +1594,7 @@
1523
1594
  "name": "highcharts",
1524
1595
  "description": "Highcharts for Nuxt",
1525
1596
  "repo": "richardeschloss/nuxt-highcharts",
1526
- "npm": "",
1597
+ "npm": "nuxt-highcharts",
1527
1598
  "icon": "",
1528
1599
  "github": "https://github.com/richardeschloss/nuxt-highcharts",
1529
1600
  "website": "https://github.com/richardeschloss/nuxt-highcharts",
@@ -1536,7 +1607,6 @@
1536
1607
  "github": "richardeschloss"
1537
1608
  }
1538
1609
  ],
1539
- "contributors": [],
1540
1610
  "compatibility": {
1541
1611
  "nuxt": "^2.0.0",
1542
1612
  "requires": {}
@@ -1546,7 +1616,7 @@
1546
1616
  "name": "history-state",
1547
1617
  "description": "Nuxt.js module to backup or restore historical states",
1548
1618
  "repo": "hidekatsu-izuno/nuxt-history-state",
1549
- "npm": "",
1619
+ "npm": "nuxt-history-state",
1550
1620
  "icon": "",
1551
1621
  "github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
1552
1622
  "website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
@@ -1559,7 +1629,6 @@
1559
1629
  "github": "hidekatsu-izuno"
1560
1630
  }
1561
1631
  ],
1562
- "contributors": [],
1563
1632
  "compatibility": {
1564
1633
  "nuxt": "^2.0.0",
1565
1634
  "requires": {}
@@ -1569,7 +1638,7 @@
1569
1638
  "name": "html-minifier",
1570
1639
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
1571
1640
  "repo": "nuxt-community/html-minifier-module",
1572
- "npm": "",
1641
+ "npm": "@nuxtjs/html-minifier",
1573
1642
  "icon": "",
1574
1643
  "github": "https://github.com/nuxt-community/html-minifier-module",
1575
1644
  "website": "https://github.com/nuxt-community/html-minifier-module",
@@ -1582,7 +1651,6 @@
1582
1651
  "github": "clarkdo"
1583
1652
  }
1584
1653
  ],
1585
- "contributors": [],
1586
1654
  "compatibility": {
1587
1655
  "nuxt": "^2.0.0",
1588
1656
  "requires": {}
@@ -1592,7 +1660,7 @@
1592
1660
  "name": "html-validator",
1593
1661
  "description": "Automatically validate Nuxt server-rendered HTML html",
1594
1662
  "repo": "nuxt-community/html-validator-module",
1595
- "npm": "",
1663
+ "npm": "@nuxtjs/html-validator",
1596
1664
  "icon": "html-validator.png",
1597
1665
  "github": "https://github.com/nuxt-community/html-validator-module",
1598
1666
  "website": "https://html-validator.nuxtjs.org",
@@ -1606,7 +1674,6 @@
1606
1674
  "twitter": "danielcroe"
1607
1675
  }
1608
1676
  ],
1609
- "contributors": [],
1610
1677
  "compatibility": {
1611
1678
  "nuxt": "^2.0.0",
1612
1679
  "requires": {}
@@ -1616,7 +1683,7 @@
1616
1683
  "name": "http",
1617
1684
  "description": "Universal HTTP Module for Nuxt.js",
1618
1685
  "repo": "nuxt/http",
1619
- "npm": "",
1686
+ "npm": "@nuxt/http",
1620
1687
  "icon": "http.png",
1621
1688
  "github": "https://github.com/nuxt/http",
1622
1689
  "website": "https://http.nuxtjs.org/",
@@ -1635,7 +1702,6 @@
1635
1702
  "twitter": "Atinux"
1636
1703
  }
1637
1704
  ],
1638
- "contributors": [],
1639
1705
  "compatibility": {
1640
1706
  "nuxt": "^2.0.0",
1641
1707
  "requires": {}
@@ -1645,7 +1711,7 @@
1645
1711
  "name": "humans-txt",
1646
1712
  "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.",
1647
1713
  "repo": "Luxdamore/nuxt-humans-txt",
1648
- "npm": "",
1714
+ "npm": "@luxdamore/nuxt-humans-txt",
1649
1715
  "icon": "",
1650
1716
  "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
1651
1717
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
@@ -1659,7 +1725,6 @@
1659
1725
  "twitter": "luxdamore"
1660
1726
  }
1661
1727
  ],
1662
- "contributors": [],
1663
1728
  "compatibility": {
1664
1729
  "nuxt": "^2.0.0",
1665
1730
  "requires": {}
@@ -1669,7 +1734,7 @@
1669
1734
  "name": "i18n",
1670
1735
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
1671
1736
  "repo": "nuxt-community/i18n-module",
1672
- "npm": "",
1737
+ "npm": "nuxt-i18n",
1673
1738
  "icon": "i18n.png",
1674
1739
  "github": "https://github.com/nuxt-community/i18n-module",
1675
1740
  "website": "https://i18n.nuxtjs.org",
@@ -1686,17 +1751,38 @@
1686
1751
  "github": "kazupon"
1687
1752
  }
1688
1753
  ],
1689
- "contributors": [],
1690
1754
  "compatibility": {
1691
1755
  "nuxt": "^2.0.0",
1692
1756
  "requires": {}
1693
1757
  }
1694
1758
  },
1759
+ {
1760
+ "name": "icons",
1761
+ "description": "Use your own automatically imported SVG icons.",
1762
+ "repo": "gitfoxcode/nuxt-icons",
1763
+ "npm": "nuxt-icons",
1764
+ "icon": "icons.png",
1765
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
1766
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
1767
+ "learn_more": "",
1768
+ "category": "UI",
1769
+ "type": "3rd-party",
1770
+ "maintainers": [
1771
+ {
1772
+ "name": "Sebastian Wludzik",
1773
+ "github": "gitfoxcode"
1774
+ }
1775
+ ],
1776
+ "compatibility": {
1777
+ "nuxt": "^3.0.0",
1778
+ "requires": {}
1779
+ }
1780
+ },
1695
1781
  {
1696
1782
  "name": "image-loader",
1697
1783
  "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
1698
1784
  "repo": "PivaleCo/nuxt-image-loader-module",
1699
- "npm": "",
1785
+ "npm": "@pivale/nuxt-image-loader-module",
1700
1786
  "icon": "",
1701
1787
  "github": "https://github.com/PivaleCo/nuxt-image-loader-module",
1702
1788
  "website": "https://github.com/PivaleCo/nuxt-image-loader-module",
@@ -1709,7 +1795,6 @@
1709
1795
  "github": "Barry-Fisher"
1710
1796
  }
1711
1797
  ],
1712
- "contributors": [],
1713
1798
  "compatibility": {
1714
1799
  "nuxt": "^2.0.0",
1715
1800
  "requires": {}
@@ -1719,7 +1804,7 @@
1719
1804
  "name": "image",
1720
1805
  "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
1721
1806
  "repo": "nuxt/image",
1722
- "npm": "",
1807
+ "npm": "@nuxt/image",
1723
1808
  "icon": "image.png",
1724
1809
  "github": "https://github.com/nuxt/image",
1725
1810
  "website": "https://image.nuxtjs.org",
@@ -1743,7 +1828,6 @@
1743
1828
  "twitter": "Atinux"
1744
1829
  }
1745
1830
  ],
1746
- "contributors": [],
1747
1831
  "compatibility": {
1748
1832
  "nuxt": "^2.0.0",
1749
1833
  "requires": {
@@ -1755,7 +1839,7 @@
1755
1839
  "name": "imagemin",
1756
1840
  "description": "Automatically optimize (compress) all images used in Nuxt.js",
1757
1841
  "repo": "nuxt-community/imagemin-module",
1758
- "npm": "",
1842
+ "npm": "@nuxtjs/imagemin",
1759
1843
  "icon": "imagemin.png",
1760
1844
  "github": "https://github.com/nuxt-community/imagemin-module",
1761
1845
  "website": "https://github.com/nuxt-community/imagemin-module",
@@ -1768,7 +1852,6 @@
1768
1852
  "github": "ricardogobbosouza"
1769
1853
  }
1770
1854
  ],
1771
- "contributors": [],
1772
1855
  "compatibility": {
1773
1856
  "nuxt": "^2.0.0",
1774
1857
  "requires": {}
@@ -1778,8 +1861,8 @@
1778
1861
  "name": "inkline",
1779
1862
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
1780
1863
  "repo": "inkline/nuxt-module-inkline",
1781
- "npm": "",
1782
- "icon": "inkline.png",
1864
+ "npm": "@inkline/nuxt",
1865
+ "icon": "inkline.svg",
1783
1866
  "github": "https://github.com/inkline/nuxt-module-inkline",
1784
1867
  "website": "https://inkline.io",
1785
1868
  "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
@@ -1792,7 +1875,6 @@
1792
1875
  "twitter": "alexgrozav"
1793
1876
  }
1794
1877
  ],
1795
- "contributors": [],
1796
1878
  "compatibility": {
1797
1879
  "nuxt": "^2.0.0 || ^3.0.0",
1798
1880
  "requires": {
@@ -1804,7 +1886,7 @@
1804
1886
  "name": "intercom",
1805
1887
  "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
1806
1888
  "repo": "hex-digital/nuxt-intercom",
1807
- "npm": "",
1889
+ "npm": "@hexdigital/nuxt-intercom",
1808
1890
  "icon": "intercom.png",
1809
1891
  "github": "https://github.com/hex-digital/nuxt-intercom",
1810
1892
  "website": "https://github.com/hex-digital/nuxt-intercom",
@@ -1817,17 +1899,39 @@
1817
1899
  "github": "hex-digital"
1818
1900
  }
1819
1901
  ],
1820
- "contributors": [],
1821
1902
  "compatibility": {
1822
1903
  "nuxt": "^2.0.0",
1823
1904
  "requires": {}
1824
1905
  }
1825
1906
  },
1907
+ {
1908
+ "name": "ionic",
1909
+ "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
1910
+ "repo": "danielroe/nuxt-ionic",
1911
+ "npm": "nuxt-ionic",
1912
+ "icon": "ionic.svg",
1913
+ "github": "https://github.com/danielroe/nuxt-ionic",
1914
+ "website": "https://ionic.roe.dev",
1915
+ "learn_more": "https://ionicframework.com",
1916
+ "category": "Libraries",
1917
+ "type": "3rd-party",
1918
+ "maintainers": [
1919
+ {
1920
+ "name": "Daniel Roe",
1921
+ "github": "danielroe",
1922
+ "twitter": "danielcroe"
1923
+ }
1924
+ ],
1925
+ "compatibility": {
1926
+ "nuxt": "^3.0.0",
1927
+ "requires": {}
1928
+ }
1929
+ },
1826
1930
  {
1827
1931
  "name": "jsonapi",
1828
1932
  "description": "Easy JSON:API client integration for Nuxt.js",
1829
1933
  "repo": "patrickcate/nuxt-jsonapi",
1830
- "npm": "",
1934
+ "npm": "nuxt-jsonapi",
1831
1935
  "icon": "jsonapi.svg",
1832
1936
  "github": "https://github.com/patrickcate/nuxt-jsonapi",
1833
1937
  "website": "https://github.com/patrickcate/nuxt-jsonapi",
@@ -1840,7 +1944,6 @@
1840
1944
  "github": "patrickcate"
1841
1945
  }
1842
1946
  ],
1843
- "contributors": [],
1844
1947
  "compatibility": {
1845
1948
  "nuxt": "^2.0.0",
1846
1949
  "requires": {}
@@ -1850,7 +1953,7 @@
1850
1953
  "name": "kentico-kontent",
1851
1954
  "description": "Add Kentico Kontent super power to your nuxt app",
1852
1955
  "repo": "Domitnator/kentico-kontent-nuxt-module",
1853
- "npm": "",
1956
+ "npm": "kentico-kontent-nuxt-module",
1854
1957
  "icon": "",
1855
1958
  "github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
1856
1959
  "website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
@@ -1863,17 +1966,40 @@
1863
1966
  "github": "Domitnator"
1864
1967
  }
1865
1968
  ],
1866
- "contributors": [],
1867
1969
  "compatibility": {
1868
1970
  "nuxt": "^2.0.0",
1869
1971
  "requires": {}
1870
1972
  }
1871
1973
  },
1974
+ {
1975
+ "name": "kql",
1976
+ "description": "Nuxt 3 module for Kirby's Query Language API",
1977
+ "repo": "johannschopplich/nuxt-kql",
1978
+ "npm": "nuxt-kql",
1979
+ "icon": "kql.svg",
1980
+ "github": "https://github.com/johannschopplich/nuxt-kql",
1981
+ "website": "https://nuxt-kql.jhnn.dev",
1982
+ "learn_more": "",
1983
+ "category": "CMS",
1984
+ "type": "3rd-party",
1985
+ "maintainers": [
1986
+ {
1987
+ "name": "Johann Schopplich",
1988
+ "github": "johannschopplich",
1989
+ "twitter": "jschopplich",
1990
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1991
+ }
1992
+ ],
1993
+ "compatibility": {
1994
+ "nuxt": "^3.0.0",
1995
+ "requires": {}
1996
+ }
1997
+ },
1872
1998
  {
1873
1999
  "name": "laravel-echo",
1874
2000
  "description": "Laravel Echo for Nuxt.js",
1875
2001
  "repo": "nuxt-community/laravel-echo",
1876
- "npm": "",
2002
+ "npm": "@nuxtjs/laravel-echo",
1877
2003
  "icon": "laravel-echo.png",
1878
2004
  "github": "https://github.com/nuxt-community/laravel-echo",
1879
2005
  "website": "https://github.com/nuxt-community/laravel-echo",
@@ -1886,7 +2012,6 @@
1886
2012
  "github": "ricardogobbosouza"
1887
2013
  }
1888
2014
  ],
1889
- "contributors": [],
1890
2015
  "compatibility": {
1891
2016
  "nuxt": "^2.0.0",
1892
2017
  "requires": {}
@@ -1896,7 +2021,7 @@
1896
2021
  "name": "laravel-nuxt",
1897
2022
  "description": "Build a SPA with Laravel and Nuxt",
1898
2023
  "repo": "skyrpex/laravel-nuxt-js",
1899
- "npm": "",
2024
+ "npm": "laravel-nuxt",
1900
2025
  "icon": "",
1901
2026
  "github": "https://github.com/skyrpex/laravel-nuxt-js",
1902
2027
  "website": "https://github.com/skyrpex/laravel-nuxt-js",
@@ -1909,7 +2034,6 @@
1909
2034
  "github": "skyrpex"
1910
2035
  }
1911
2036
  ],
1912
- "contributors": [],
1913
2037
  "compatibility": {
1914
2038
  "nuxt": "^2.0.0",
1915
2039
  "requires": {}
@@ -1919,7 +2043,7 @@
1919
2043
  "name": "laravel",
1920
2044
  "description": "Nuxt cli extension for use with laravel as backend",
1921
2045
  "repo": "m2sd/nuxt-laravel",
1922
- "npm": "",
2046
+ "npm": "nuxt-laravel",
1923
2047
  "icon": "laravel.png",
1924
2048
  "github": "https://github.com/m2sd/nuxt-laravel",
1925
2049
  "website": "https://github.com/m2sd/nuxt-laravel",
@@ -1932,7 +2056,6 @@
1932
2056
  "github": "m2sd"
1933
2057
  }
1934
2058
  ],
1935
- "contributors": [],
1936
2059
  "compatibility": {
1937
2060
  "nuxt": "^2.0.0",
1938
2061
  "requires": {}
@@ -1942,7 +2065,7 @@
1942
2065
  "name": "leaflet",
1943
2066
  "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
1944
2067
  "repo": "schlunsen/nuxt-leaflet",
1945
- "npm": "",
2068
+ "npm": "nuxt-leaflet",
1946
2069
  "icon": "leaflet.png",
1947
2070
  "github": "https://github.com/schlunsen/nuxt-leaflet",
1948
2071
  "website": "https://github.com/schlunsen/nuxt-leaflet",
@@ -1955,7 +2078,6 @@
1955
2078
  "github": "schlunsen"
1956
2079
  }
1957
2080
  ],
1958
- "contributors": [],
1959
2081
  "compatibility": {
1960
2082
  "nuxt": "^2.0.0",
1961
2083
  "requires": {}
@@ -1965,7 +2087,7 @@
1965
2087
  "name": "localforage",
1966
2088
  "description": "LocalForage is a fast and simple storage library for JavaScript",
1967
2089
  "repo": "nuxt-community/localforage-module",
1968
- "npm": "",
2090
+ "npm": "@nuxtjs/localforage",
1969
2091
  "icon": "",
1970
2092
  "github": "https://github.com/nuxt-community/localforage-module",
1971
2093
  "website": "https://github.com/nuxt-community/localforage-module",
@@ -1983,7 +2105,6 @@
1983
2105
  "github": "ricardogobbosouza"
1984
2106
  }
1985
2107
  ],
1986
- "contributors": [],
1987
2108
  "compatibility": {
1988
2109
  "nuxt": "^2.0.0",
1989
2110
  "requires": {}
@@ -1993,7 +2114,7 @@
1993
2114
  "name": "localtunnel",
1994
2115
  "description": "exposes your localhost to the world for easy testing and sharing",
1995
2116
  "repo": "nuxt-community/modules#master/packages/localtunnel",
1996
- "npm": "",
2117
+ "npm": "@nuxtjs/localtunnel",
1997
2118
  "icon": "localtunnel.png",
1998
2119
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
1999
2120
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
@@ -2007,7 +2128,6 @@
2007
2128
  "twitter": "_pi0_"
2008
2129
  }
2009
2130
  ],
2010
- "contributors": [],
2011
2131
  "compatibility": {
2012
2132
  "nuxt": "^2.0.0",
2013
2133
  "requires": {}
@@ -2017,7 +2137,7 @@
2017
2137
  "name": "lodash",
2018
2138
  "description": "lodash module with auto-import and custom prefix",
2019
2139
  "repo": "cipami/nuxt-lodash",
2020
- "npm": "",
2140
+ "npm": "nuxt-lodash",
2021
2141
  "icon": "lodash.svg",
2022
2142
  "github": "https://github.com/cipami/nuxt-lodash",
2023
2143
  "website": "https://github.com/cipami/nuxt-lodash#readme",
@@ -2030,7 +2150,6 @@
2030
2150
  "github": "cipami"
2031
2151
  }
2032
2152
  ],
2033
- "contributors": [],
2034
2153
  "compatibility": {
2035
2154
  "nuxt": "^3.0.0",
2036
2155
  "requires": {}
@@ -2040,7 +2159,7 @@
2040
2159
  "name": "logrocket",
2041
2160
  "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2042
2161
  "repo": "nuxt-community/nuxt-logrocket",
2043
- "npm": "",
2162
+ "npm": "nuxt-logrocket",
2044
2163
  "icon": "logrocket.png",
2045
2164
  "github": "https://github.com/nuxt-community/nuxt-logrocket",
2046
2165
  "website": "https://github.com/nuxt-community/nuxt-logrocket",
@@ -2054,7 +2173,6 @@
2054
2173
  "twitter": "farzadso"
2055
2174
  }
2056
2175
  ],
2057
- "contributors": [],
2058
2176
  "compatibility": {
2059
2177
  "nuxt": "^2.0.0",
2060
2178
  "requires": {}
@@ -2064,7 +2182,7 @@
2064
2182
  "name": "lunr",
2065
2183
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2066
2184
  "repo": "nuxt-community/lunr-module",
2067
- "npm": "",
2185
+ "npm": "@nuxtjs/lunr-module",
2068
2186
  "icon": "",
2069
2187
  "github": "https://github.com/nuxt-community/lunr-module",
2070
2188
  "website": "https://github.com/nuxt-community/lunr-module",
@@ -2077,17 +2195,39 @@
2077
2195
  "github": "pimlie"
2078
2196
  }
2079
2197
  ],
2080
- "contributors": [],
2081
2198
  "compatibility": {
2082
2199
  "nuxt": "^2.0.0",
2083
2200
  "requires": {}
2084
2201
  }
2085
2202
  },
2203
+ {
2204
+ "name": "magic-regexp",
2205
+ "description": "A compiled-away, type-safe, readable RegExp alternative",
2206
+ "repo": "danielroe/magic-regexp",
2207
+ "npm": "magic-regexp",
2208
+ "icon": "magic-regexp.svg",
2209
+ "github": "https://github.com/danielroe/magic-regexp",
2210
+ "website": "https://magic-regexp.roe.dev",
2211
+ "learn_more": "https://magic-regexp.roe.dev",
2212
+ "category": "Libraries",
2213
+ "type": "3rd-party",
2214
+ "maintainers": [
2215
+ {
2216
+ "name": "Daniel Roe",
2217
+ "github": "danielroe",
2218
+ "twitter": "danielcroe"
2219
+ }
2220
+ ],
2221
+ "compatibility": {
2222
+ "nuxt": "^3.0.0",
2223
+ "requires": {}
2224
+ }
2225
+ },
2086
2226
  {
2087
2227
  "name": "markdownit",
2088
2228
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
2089
2229
  "repo": "nuxt-community/markdownit-module",
2090
- "npm": "",
2230
+ "npm": "@nuxtjs/markdownit",
2091
2231
  "icon": "",
2092
2232
  "github": "https://github.com/nuxt-community/markdownit-module",
2093
2233
  "website": "https://github.com/nuxt-community/markdownit-module",
@@ -2101,7 +2241,6 @@
2101
2241
  "twitter": "_pi0_"
2102
2242
  }
2103
2243
  ],
2104
- "contributors": [],
2105
2244
  "compatibility": {
2106
2245
  "nuxt": "^2.0.0",
2107
2246
  "requires": {}
@@ -2111,7 +2250,7 @@
2111
2250
  "name": "matomo",
2112
2251
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
2113
2252
  "repo": "pimlie/nuxt-matomo",
2114
- "npm": "",
2253
+ "npm": "nuxt-matomo",
2115
2254
  "icon": "matomo.png",
2116
2255
  "github": "https://github.com/pimlie/nuxt-matomo",
2117
2256
  "website": "https://github.com/pimlie/nuxt-matomo",
@@ -2124,7 +2263,6 @@
2124
2263
  "github": "pimlie"
2125
2264
  }
2126
2265
  ],
2127
- "contributors": [],
2128
2266
  "compatibility": {
2129
2267
  "nuxt": "^2.0.0",
2130
2268
  "requires": {}
@@ -2134,7 +2272,7 @@
2134
2272
  "name": "mdx",
2135
2273
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
2136
2274
  "repo": "nuxt-community/mdx-module",
2137
- "npm": "",
2275
+ "npm": "@nuxtjs/mdx",
2138
2276
  "icon": "mdx.png",
2139
2277
  "github": "https://github.com/nuxt-community/mdx-module",
2140
2278
  "website": "https://mdx.nuxtjs.org",
@@ -2148,17 +2286,41 @@
2148
2286
  "twitter": "codebender828"
2149
2287
  }
2150
2288
  ],
2151
- "contributors": [],
2152
2289
  "compatibility": {
2153
2290
  "nuxt": "^2.0.0",
2154
2291
  "requires": {}
2155
2292
  }
2156
2293
  },
2294
+ {
2295
+ "name": "meilisearch",
2296
+ "description": "Meilisearch Instant Search module for Nuxt 3",
2297
+ "repo": "xlanex6/nuxt-meilisearch",
2298
+ "npm": "nuxt-meilisearch",
2299
+ "icon": "meilisearch.svg",
2300
+ "github": "https://github.com/xlanex6/nuxt-meilisearch",
2301
+ "website": "https://github.com/xlanex6/nuxt-meilisearch",
2302
+ "learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
2303
+ "category": "Libraries",
2304
+ "type": "3rd-party",
2305
+ "maintainers": [
2306
+ {
2307
+ "name": "Alex Duval",
2308
+ "github": "xlanex6",
2309
+ "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
2310
+ }
2311
+ ],
2312
+ "compatibility": {
2313
+ "nuxt": "^3.0.0",
2314
+ "requires": {
2315
+ "bridge": false
2316
+ }
2317
+ }
2318
+ },
2157
2319
  {
2158
2320
  "name": "memwatch",
2159
2321
  "description": "Quickly watch real-time memory stats of your nuxt app",
2160
2322
  "repo": "pimlie/nuxt-memwatch",
2161
- "npm": "",
2323
+ "npm": "nuxt-memwatch",
2162
2324
  "icon": "",
2163
2325
  "github": "https://github.com/pimlie/nuxt-memwatch",
2164
2326
  "website": "https://github.com/pimlie/nuxt-memwatch",
@@ -2171,7 +2333,6 @@
2171
2333
  "github": "pimlie"
2172
2334
  }
2173
2335
  ],
2174
- "contributors": [],
2175
2336
  "compatibility": {
2176
2337
  "nuxt": "^2.0.0",
2177
2338
  "requires": {}
@@ -2181,7 +2342,7 @@
2181
2342
  "name": "mobile",
2182
2343
  "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2183
2344
  "repo": "ChanningDefoe/nuxt-mobile-detect",
2184
- "npm": "",
2345
+ "npm": "nuxt-mobile",
2185
2346
  "icon": "",
2186
2347
  "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2187
2348
  "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
@@ -2194,7 +2355,6 @@
2194
2355
  "github": "ChanningDefoe"
2195
2356
  }
2196
2357
  ],
2197
- "contributors": [],
2198
2358
  "compatibility": {
2199
2359
  "nuxt": "^2.0.0",
2200
2360
  "requires": {}
@@ -2204,7 +2364,7 @@
2204
2364
  "name": "moment",
2205
2365
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2206
2366
  "repo": "nuxt-community/moment-module",
2207
- "npm": "",
2367
+ "npm": "@nuxtjs/moment",
2208
2368
  "icon": "momentjs.png",
2209
2369
  "github": "https://github.com/nuxt-community/moment-module",
2210
2370
  "website": "https://github.com/nuxt-community/moment-module",
@@ -2222,7 +2382,6 @@
2222
2382
  "github": "ricardogobbosouza"
2223
2383
  }
2224
2384
  ],
2225
- "contributors": [],
2226
2385
  "compatibility": {
2227
2386
  "nuxt": "^2.0.0",
2228
2387
  "requires": {}
@@ -2232,7 +2391,7 @@
2232
2391
  "name": "mq",
2233
2392
  "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2234
2393
  "repo": "vanhoofmaarten/nuxt-mq",
2235
- "npm": "",
2394
+ "npm": "nuxt-mq",
2236
2395
  "icon": "",
2237
2396
  "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2238
2397
  "website": "https://github.com/vanhoofmaarten/nuxt-mq",
@@ -2245,7 +2404,6 @@
2245
2404
  "github": "vanhoofmaarten"
2246
2405
  }
2247
2406
  ],
2248
- "contributors": [],
2249
2407
  "compatibility": {
2250
2408
  "nuxt": "^2.0.0",
2251
2409
  "requires": {}
@@ -2255,7 +2413,7 @@
2255
2413
  "name": "neo",
2256
2414
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2257
2415
  "repo": "ezypeeze/nuxt-neo",
2258
- "npm": "",
2416
+ "npm": "nuxt-neo",
2259
2417
  "icon": "",
2260
2418
  "github": "https://github.com/ezypeeze/nuxt-neo",
2261
2419
  "website": "https://ezypeeze.github.io/nuxt-neo",
@@ -2268,7 +2426,6 @@
2268
2426
  "github": "ezypeeze"
2269
2427
  }
2270
2428
  ],
2271
- "contributors": [],
2272
2429
  "compatibility": {
2273
2430
  "nuxt": "^2.0.0",
2274
2431
  "requires": {}
@@ -2278,7 +2435,7 @@
2278
2435
  "name": "netlify-cache",
2279
2436
  "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
2280
2437
  "repo": "DreaMinder/nuxt-netlify-cache",
2281
- "npm": "",
2438
+ "npm": "nuxt-netlify-cache",
2282
2439
  "icon": "netlify.png",
2283
2440
  "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
2284
2441
  "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
@@ -2291,7 +2448,6 @@
2291
2448
  "github": "DreaMinder"
2292
2449
  }
2293
2450
  ],
2294
- "contributors": [],
2295
2451
  "compatibility": {
2296
2452
  "nuxt": "^2.0.0",
2297
2453
  "requires": {}
@@ -2301,7 +2457,7 @@
2301
2457
  "name": "netlify-files",
2302
2458
  "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
2303
2459
  "repo": "nuxt-community/netlify-files-module",
2304
- "npm": "",
2460
+ "npm": "@nuxtjs/netlify-files",
2305
2461
  "icon": "netlify.png",
2306
2462
  "github": "https://github.com/nuxt-community/netlify-files-module",
2307
2463
  "website": "https://github.com/nuxt-community/netlify-files-module",
@@ -2315,7 +2471,6 @@
2315
2471
  "twitter": "TheAlexLichter"
2316
2472
  }
2317
2473
  ],
2318
- "contributors": [],
2319
2474
  "compatibility": {
2320
2475
  "nuxt": "^2.0.0",
2321
2476
  "requires": {}
@@ -2325,7 +2480,7 @@
2325
2480
  "name": "netlify",
2326
2481
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2327
2482
  "repo": "bazzite/nuxt-netlify",
2328
- "npm": "",
2483
+ "npm": "@aceforth/nuxt-netlify",
2329
2484
  "icon": "netlify.png",
2330
2485
  "github": "https://github.com/bazzite/nuxt-netlify",
2331
2486
  "website": "https://marquez.co/docs/nuxt-netlify/",
@@ -2338,7 +2493,6 @@
2338
2493
  "github": "bazzite"
2339
2494
  }
2340
2495
  ],
2341
- "contributors": [],
2342
2496
  "compatibility": {
2343
2497
  "nuxt": "^2.0.0",
2344
2498
  "requires": {}
@@ -2348,7 +2502,7 @@
2348
2502
  "name": "ngrok",
2349
2503
  "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",
2350
2504
  "repo": "nuxt-community/ngrok",
2351
- "npm": "",
2505
+ "npm": "@nuxtjs/ngrok",
2352
2506
  "icon": "ngrok.png",
2353
2507
  "github": "https://github.com/nuxt-community/ngrok-module",
2354
2508
  "website": "https://ngrok.nuxtjs.org",
@@ -2367,7 +2521,6 @@
2367
2521
  "twitter": "_pi0_"
2368
2522
  }
2369
2523
  ],
2370
- "contributors": [],
2371
2524
  "compatibility": {
2372
2525
  "nuxt": "^2.0.0",
2373
2526
  "requires": {}
@@ -2377,7 +2530,7 @@
2377
2530
  "name": "notion",
2378
2531
  "description": "Vue renderer for Notion pages",
2379
2532
  "repo": "janniks/vue-notion",
2380
- "npm": "",
2533
+ "npm": "vue-notion",
2381
2534
  "icon": "notion.svg",
2382
2535
  "github": "https://github.com/janniks/vue-notion",
2383
2536
  "website": "https://github.com/janniks/vue-notion",
@@ -2390,7 +2543,6 @@
2390
2543
  "github": "janniks"
2391
2544
  }
2392
2545
  ],
2393
- "contributors": [],
2394
2546
  "compatibility": {
2395
2547
  "nuxt": "^2.0.0",
2396
2548
  "requires": {}
@@ -2400,7 +2552,7 @@
2400
2552
  "name": "nuxt-hue",
2401
2553
  "description": "Enlighten your Nuxt experience",
2402
2554
  "repo": "lihbr/nuxt-hue",
2403
- "npm": "",
2555
+ "npm": "nuxt-hue",
2404
2556
  "icon": "nuxt-hue.svg",
2405
2557
  "github": "https://github.com/lihbr/nuxt-hue",
2406
2558
  "website": "https://github.com/lihbr/nuxt-hue",
@@ -2413,7 +2565,6 @@
2413
2565
  "github": "lihbr"
2414
2566
  }
2415
2567
  ],
2416
- "contributors": [],
2417
2568
  "compatibility": {
2418
2569
  "nuxt": "^2.0.0 || ^3.0.0",
2419
2570
  "requires": {
@@ -2425,7 +2576,7 @@
2425
2576
  "name": "nuxt-pino-log",
2426
2577
  "description": "Structured logs for nuxt apps using pino",
2427
2578
  "repo": "kpn/nuxt-pino-log",
2428
- "npm": "",
2579
+ "npm": "nuxt-pino-log",
2429
2580
  "icon": "",
2430
2581
  "github": "https://github.com/kpn/nuxt-pino-log",
2431
2582
  "website": "https://github.com/kpn/nuxt-pino-log",
@@ -2438,7 +2589,6 @@
2438
2589
  "github": "kpn"
2439
2590
  }
2440
2591
  ],
2441
- "contributors": [],
2442
2592
  "compatibility": {
2443
2593
  "nuxt": "^2.0.0",
2444
2594
  "requires": {}
@@ -2448,7 +2598,7 @@
2448
2598
  "name": "nuxt-png-to-ico",
2449
2599
  "description": "Nuxt.js module for auto generating favicons",
2450
2600
  "repo": "b5710546232/nuxt-png-to-ico",
2451
- "npm": "",
2601
+ "npm": "nuxt-png-to-ico",
2452
2602
  "icon": "",
2453
2603
  "github": "https://github.com/b5710546232/nuxt-png-to-ico",
2454
2604
  "website": "https://github.com/b5710546232/nuxt-png-to-ico",
@@ -2462,7 +2612,6 @@
2462
2612
  "avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
2463
2613
  }
2464
2614
  ],
2465
- "contributors": [],
2466
2615
  "compatibility": {
2467
2616
  "nuxt": "^2.0.0",
2468
2617
  "requires": {}
@@ -2472,7 +2621,7 @@
2472
2621
  "name": "nuxt-smartlook",
2473
2622
  "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
2474
2623
  "repo": "f00b4r/nuxt-smartlook",
2475
- "npm": "",
2624
+ "npm": "nuxt-smartlook",
2476
2625
  "icon": "nuxt-smartlook.png",
2477
2626
  "github": "https://github.com/f00b4r/nuxt-smartlook",
2478
2627
  "website": "https://github.com/f00b4r/nuxt-smartlook",
@@ -2487,7 +2636,6 @@
2487
2636
  "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
2488
2637
  }
2489
2638
  ],
2490
- "contributors": [],
2491
2639
  "compatibility": {
2492
2640
  "nuxt": "^2.0.0",
2493
2641
  "requires": {}
@@ -2497,7 +2645,7 @@
2497
2645
  "name": "nuxt-use-motion",
2498
2646
  "description": "A Nuxt module putting your components in motion",
2499
2647
  "repo": "Tahul/nuxt-use-motion",
2500
- "npm": "",
2648
+ "npm": "nuxt-use-motion",
2501
2649
  "icon": "nuxt-use-motion.svg",
2502
2650
  "github": "https://github.com/Tahul/nuxt-use-motion",
2503
2651
  "website": "https://github.com/Tahul/nuxt-use-motion",
@@ -2510,7 +2658,6 @@
2510
2658
  "github": "Tahul"
2511
2659
  }
2512
2660
  ],
2513
- "contributors": [],
2514
2661
  "compatibility": {
2515
2662
  "nuxt": "^2.0.0",
2516
2663
  "requires": {}
@@ -2520,7 +2667,7 @@
2520
2667
  "name": "nuxt-use-sound",
2521
2668
  "description": "A Nuxt module for playing sound effects.",
2522
2669
  "repo": "Tahul/nuxt-use-sound",
2523
- "npm": "",
2670
+ "npm": "nuxt-use-sound",
2524
2671
  "icon": "nuxt-use-sound.svg",
2525
2672
  "github": "https://github.com/Tahul/nuxt-use-sound",
2526
2673
  "website": "https://github.com/Tahul/nuxt-use-sound",
@@ -2533,7 +2680,6 @@
2533
2680
  "github": "Tahul"
2534
2681
  }
2535
2682
  ],
2536
- "contributors": [],
2537
2683
  "compatibility": {
2538
2684
  "nuxt": "^2.0.0",
2539
2685
  "requires": {}
@@ -2543,7 +2689,7 @@
2543
2689
  "name": "nuxt-viewport",
2544
2690
  "description": "Define custom viewports for your Nuxt project",
2545
2691
  "repo": "mvrlin/nuxt-viewport",
2546
- "npm": "",
2692
+ "npm": "nuxt-viewport",
2547
2693
  "icon": "nuxt-viewport.svg",
2548
2694
  "github": "https://github.com/mvrlin/nuxt-viewport",
2549
2695
  "website": "https://github.com/mvrlin/nuxt-viewport",
@@ -2556,7 +2702,6 @@
2556
2702
  "github": "mvrlin"
2557
2703
  }
2558
2704
  ],
2559
- "contributors": [],
2560
2705
  "compatibility": {
2561
2706
  "nuxt": "^2.0.0",
2562
2707
  "requires": {}
@@ -2566,7 +2711,7 @@
2566
2711
  "name": "nuxt7",
2567
2712
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
2568
2713
  "repo": "nuxt-community/nuxt7",
2569
- "npm": "",
2714
+ "npm": "nuxt7",
2570
2715
  "icon": "",
2571
2716
  "github": "https://github.com/nuxt-community/nuxt7",
2572
2717
  "website": "https://github.com/nuxt-community/nuxt7",
@@ -2580,7 +2725,6 @@
2580
2725
  "twitter": "_pi0_"
2581
2726
  }
2582
2727
  ],
2583
- "contributors": [],
2584
2728
  "compatibility": {
2585
2729
  "nuxt": "^2.0.0",
2586
2730
  "requires": {}
@@ -2590,7 +2734,7 @@
2590
2734
  "name": "onesignal",
2591
2735
  "description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
2592
2736
  "repo": "nuxt-community/onesignal-module",
2593
- "npm": "",
2737
+ "npm": "@nuxtjs/onesignal",
2594
2738
  "icon": "one-signal.png",
2595
2739
  "github": "https://github.com/nuxt-community/onesignal-module",
2596
2740
  "website": "https://github.com/nuxt-community/onesignal-module",
@@ -2604,7 +2748,6 @@
2604
2748
  "twitter": "_pi0_"
2605
2749
  }
2606
2750
  ],
2607
- "contributors": [],
2608
2751
  "compatibility": {
2609
2752
  "nuxt": "^2.0.0",
2610
2753
  "requires": {}
@@ -2614,7 +2757,7 @@
2614
2757
  "name": "optimized-images",
2615
2758
  "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
2616
2759
  "repo": "juliomrqz/nuxt-optimized-images",
2617
- "npm": "",
2760
+ "npm": "@aceforth/nuxt-optimized-images",
2618
2761
  "icon": "",
2619
2762
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
2620
2763
  "website": "https://marquez.co/docs/nuxt-optimized-images/",
@@ -2628,7 +2771,6 @@
2628
2771
  "twitter": "juliomrqz"
2629
2772
  }
2630
2773
  ],
2631
- "contributors": [],
2632
2774
  "compatibility": {
2633
2775
  "nuxt": "^2.0.0",
2634
2776
  "requires": {}
@@ -2638,7 +2780,7 @@
2638
2780
  "name": "page-generator-helper",
2639
2781
  "description": "Generate your pages statically without using payload extractors.",
2640
2782
  "repo": "GrabarzUndPartner/nuxt-page-generator-helper",
2641
- "npm": "",
2783
+ "npm": "nuxt-page-generator-helper",
2642
2784
  "icon": "",
2643
2785
  "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
2644
2786
  "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
@@ -2651,7 +2793,6 @@
2651
2793
  "github": "GrabarzUndPartner"
2652
2794
  }
2653
2795
  ],
2654
- "contributors": [],
2655
2796
  "compatibility": {
2656
2797
  "nuxt": "^2.0.0",
2657
2798
  "requires": {}
@@ -2661,7 +2802,7 @@
2661
2802
  "name": "parse",
2662
2803
  "description": "Parse package for Nuxt.js",
2663
2804
  "repo": "cierrateam/nuxt-parse",
2664
- "npm": "",
2805
+ "npm": "nuxt-parse",
2665
2806
  "icon": "",
2666
2807
  "github": "https://github.com/cierrateam/nuxt-parse",
2667
2808
  "website": "https://github.com/cierrateam/nuxt-parse",
@@ -2674,7 +2815,6 @@
2674
2815
  "github": "cierrateam"
2675
2816
  }
2676
2817
  ],
2677
- "contributors": [],
2678
2818
  "compatibility": {
2679
2819
  "nuxt": "^2.0.0",
2680
2820
  "requires": {}
@@ -2684,7 +2824,7 @@
2684
2824
  "name": "partytown",
2685
2825
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2686
2826
  "repo": "nuxt-community/partytown-module",
2687
- "npm": "",
2827
+ "npm": "@nuxtjs/partytown",
2688
2828
  "icon": "partytown.svg",
2689
2829
  "github": "https://github.com/nuxt-community/partytown-module",
2690
2830
  "website": "https://github.com/nuxt-community/partytown-module",
@@ -2698,7 +2838,6 @@
2698
2838
  "twitter": "danielcroe"
2699
2839
  }
2700
2840
  ],
2701
- "contributors": [],
2702
2841
  "compatibility": {
2703
2842
  "nuxt": "^2.0.0 || ^3.0.0",
2704
2843
  "requires": {
@@ -2710,7 +2849,7 @@
2710
2849
  "name": "persian-datepicker",
2711
2850
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
2712
2851
  "repo": "alireza-ab/vue-persian-datepicker",
2713
- "npm": "",
2852
+ "npm": "@alireza-ab/vue-persian-datepicker",
2714
2853
  "icon": "persian-datepicker.svg",
2715
2854
  "github": "https://github.com/alireza-ab/vue-persian-datepicker",
2716
2855
  "website": "https://alireza-ab.ir/datepicker",
@@ -2724,7 +2863,6 @@
2724
2863
  "avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
2725
2864
  }
2726
2865
  ],
2727
- "contributors": [],
2728
2866
  "compatibility": {
2729
2867
  "nuxt": "^2.0.0",
2730
2868
  "requires": {}
@@ -2734,7 +2872,7 @@
2734
2872
  "name": "pinia",
2735
2873
  "description": "The Vue Store that you will enjoy using",
2736
2874
  "repo": "posva/pinia#v2/packages/nuxt",
2737
- "npm": "",
2875
+ "npm": "@pinia/nuxt",
2738
2876
  "icon": "pinia.svg",
2739
2877
  "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
2740
2878
  "website": "https://pinia.esm.dev/",
@@ -2747,7 +2885,6 @@
2747
2885
  "github": "posva"
2748
2886
  }
2749
2887
  ],
2750
- "contributors": [],
2751
2888
  "compatibility": {
2752
2889
  "nuxt": "^2.0.0 || ^3.0.0",
2753
2890
  "requires": {
@@ -2759,7 +2896,7 @@
2759
2896
  "name": "plausible",
2760
2897
  "description": "Plausible analytics for Vue.js and Nuxt",
2761
2898
  "repo": "moritzsternemann/vue-plausible",
2762
- "npm": "",
2899
+ "npm": "vue-plausible",
2763
2900
  "icon": "plausible.png",
2764
2901
  "github": "https://github.com/moritzsternemann/vue-plausible",
2765
2902
  "website": "https://github.com/moritzsternemann/vue-plausible",
@@ -2772,17 +2909,18 @@
2772
2909
  "github": "moritzsternemann"
2773
2910
  }
2774
2911
  ],
2775
- "contributors": [],
2776
2912
  "compatibility": {
2777
- "nuxt": "^2.0.0",
2778
- "requires": {}
2913
+ "nuxt": "^2.0.0 || ^3.0.0",
2914
+ "requires": {
2915
+ "bridge": "optional"
2916
+ }
2779
2917
  }
2780
2918
  },
2781
2919
  {
2782
2920
  "name": "precompress",
2783
2921
  "description": "Precompress files to gzip and brotli and serve them automatically",
2784
2922
  "repo": "frenchrabbit/nuxt-precompress",
2785
- "npm": "",
2923
+ "npm": "nuxt-precompress",
2786
2924
  "icon": "",
2787
2925
  "github": "https://github.com/frenchrabbit/nuxt-precompress",
2788
2926
  "website": "https://github.com/frenchrabbit/nuxt-precompress",
@@ -2795,7 +2933,6 @@
2795
2933
  "github": "frenchrabbit"
2796
2934
  }
2797
2935
  ],
2798
- "contributors": [],
2799
2936
  "compatibility": {
2800
2937
  "nuxt": "^2.0.0",
2801
2938
  "requires": {}
@@ -2805,7 +2942,7 @@
2805
2942
  "name": "prismic",
2806
2943
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2807
2944
  "repo": "nuxt-community/prismic-module",
2808
- "npm": "",
2945
+ "npm": "@nuxtjs/prismic",
2809
2946
  "icon": "prismic.png",
2810
2947
  "github": "https://github.com/nuxt-community/prismic-module",
2811
2948
  "website": "https://prismic.nuxtjs.org",
@@ -2828,9 +2965,8 @@
2828
2965
  "github": "jamespegg"
2829
2966
  }
2830
2967
  ],
2831
- "contributors": [],
2832
2968
  "compatibility": {
2833
- "nuxt": "^2.0.0",
2969
+ "nuxt": "^2.0.0 || ^3.0.0",
2834
2970
  "requires": {}
2835
2971
  }
2836
2972
  },
@@ -2838,7 +2974,7 @@
2838
2974
  "name": "protected-mailto",
2839
2975
  "description": "Nuxt component to generate encoded mailto links",
2840
2976
  "repo": "mmoollllee/nuxt-protected-mailto",
2841
- "npm": "",
2977
+ "npm": "nuxt-protected-mailto",
2842
2978
  "icon": "",
2843
2979
  "github": "https://github.com/mmoollllee/nuxt-protected-mailto",
2844
2980
  "website": "https://github.com/mmoollllee/nuxt-protected-mailto",
@@ -2851,7 +2987,6 @@
2851
2987
  "github": "mmoollllee"
2852
2988
  }
2853
2989
  ],
2854
- "contributors": [],
2855
2990
  "compatibility": {
2856
2991
  "nuxt": "^2.0.0",
2857
2992
  "requires": {}
@@ -2861,7 +2996,7 @@
2861
2996
  "name": "proxy",
2862
2997
  "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
2863
2998
  "repo": "nuxt-community/proxy-module",
2864
- "npm": "",
2999
+ "npm": "@nuxtjs/proxy",
2865
3000
  "icon": "",
2866
3001
  "github": "https://github.com/nuxt-community/proxy-module",
2867
3002
  "website": "https://github.com/nuxt-community/proxy-module",
@@ -2875,7 +3010,6 @@
2875
3010
  "twitter": "_pi0_"
2876
3011
  }
2877
3012
  ],
2878
- "contributors": [],
2879
3013
  "compatibility": {
2880
3014
  "nuxt": "^2.0.0",
2881
3015
  "requires": {}
@@ -2885,7 +3019,7 @@
2885
3019
  "name": "prune-html",
2886
3020
  "description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
2887
3021
  "repo": "LuXDAmore/nuxt-prune-html",
2888
- "npm": "",
3022
+ "npm": "@luxdamore/nuxt-prune-html",
2889
3023
  "icon": "",
2890
3024
  "github": "https://github.com/LuXDAmore/nuxt-prune-html",
2891
3025
  "website": "https://luxdamore.github.io/nuxt-prune-html/",
@@ -2899,7 +3033,6 @@
2899
3033
  "twitter": "luxdamore"
2900
3034
  }
2901
3035
  ],
2902
- "contributors": [],
2903
3036
  "compatibility": {
2904
3037
  "nuxt": "^2.0.0",
2905
3038
  "requires": {}
@@ -2909,7 +3042,7 @@
2909
3042
  "name": "purgecss",
2910
3043
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2911
3044
  "repo": "Developmint/nuxt-purgecss",
2912
- "npm": "",
3045
+ "npm": "nuxt-purgecss",
2913
3046
  "icon": "purgecss.png",
2914
3047
  "github": "https://github.com/Developmint/nuxt-purgecss",
2915
3048
  "website": "https://github.com/Developmint/nuxt-purgecss",
@@ -2922,7 +3055,6 @@
2922
3055
  "github": "Developmint"
2923
3056
  }
2924
3057
  ],
2925
- "contributors": [],
2926
3058
  "compatibility": {
2927
3059
  "nuxt": "^2.0.0",
2928
3060
  "requires": {}
@@ -2932,7 +3064,7 @@
2932
3064
  "name": "pwa",
2933
3065
  "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
2934
3066
  "repo": "nuxt-community/pwa-module",
2935
- "npm": "",
3067
+ "npm": "@nuxtjs/pwa",
2936
3068
  "icon": "pwa.png",
2937
3069
  "github": "https://github.com/nuxt-community/pwa-module",
2938
3070
  "website": "https://pwa.nuxtjs.org",
@@ -2946,7 +3078,6 @@
2946
3078
  "twitter": "_pi0_"
2947
3079
  }
2948
3080
  ],
2949
- "contributors": [],
2950
3081
  "compatibility": {
2951
3082
  "nuxt": "^2.0.0",
2952
3083
  "requires": {
@@ -2958,7 +3089,7 @@
2958
3089
  "name": "python",
2959
3090
  "description": "Write Nuxt.js applications using Python",
2960
3091
  "repo": "nuxt-community/python-module",
2961
- "npm": "",
3092
+ "npm": "@nuxtjs/python",
2962
3093
  "icon": "python.png",
2963
3094
  "github": "https://github.com/nuxt-community/python-module",
2964
3095
  "website": "https://github.com/nuxt-community/python-module",
@@ -2971,7 +3102,6 @@
2971
3102
  "github": "icarito"
2972
3103
  }
2973
3104
  ],
2974
- "contributors": [],
2975
3105
  "compatibility": {
2976
3106
  "nuxt": "^2.0.0",
2977
3107
  "requires": {}
@@ -2981,7 +3111,7 @@
2981
3111
  "name": "recaptcha",
2982
3112
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
2983
3113
  "repo": "nuxt-community/recaptcha-module",
2984
- "npm": "",
3114
+ "npm": "@nuxtjs/recaptcha",
2985
3115
  "icon": "recaptcha.png",
2986
3116
  "github": "https://github.com/nuxt-community/recaptcha-module",
2987
3117
  "website": "https://github.com/nuxt-community/recaptcha-module",
@@ -2994,7 +3124,6 @@
2994
3124
  "github": "mvrlin"
2995
3125
  }
2996
3126
  ],
2997
- "contributors": [],
2998
3127
  "compatibility": {
2999
3128
  "nuxt": "^2.0.0",
3000
3129
  "requires": {}
@@ -3004,7 +3133,7 @@
3004
3133
  "name": "redirect",
3005
3134
  "description": "Nuxt module to dynamically redirect initial requests",
3006
3135
  "repo": "nuxt-community/redirect-module",
3007
- "npm": "",
3136
+ "npm": "@nuxtjs/redirect-module",
3008
3137
  "icon": "",
3009
3138
  "github": "https://github.com/nuxt-community/redirect-module",
3010
3139
  "website": "https://github.com/nuxt-community/redirect-module",
@@ -3018,7 +3147,6 @@
3018
3147
  "twitter": "TheAlexLichter"
3019
3148
  }
3020
3149
  ],
3021
- "contributors": [],
3022
3150
  "compatibility": {
3023
3151
  "nuxt": "^2.0.0",
3024
3152
  "requires": {}
@@ -3028,7 +3156,7 @@
3028
3156
  "name": "rfg-icon",
3029
3157
  "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
3030
3158
  "repo": "pimlie/nuxt-rfg-icon",
3031
- "npm": "",
3159
+ "npm": "nuxt-rfg-icon",
3032
3160
  "icon": "real-favicon-generator.png",
3033
3161
  "github": "https://github.com/pimlie/nuxt-rfg-icon",
3034
3162
  "website": "https://github.com/pimlie/nuxt-rfg-icon",
@@ -3041,7 +3169,6 @@
3041
3169
  "github": "pimlie"
3042
3170
  }
3043
3171
  ],
3044
- "contributors": [],
3045
3172
  "compatibility": {
3046
3173
  "nuxt": "^2.0.0",
3047
3174
  "requires": {}
@@ -3051,7 +3178,7 @@
3051
3178
  "name": "robots",
3052
3179
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3053
3180
  "repo": "nuxt-community/robots-module",
3054
- "npm": "",
3181
+ "npm": "@nuxtjs/robots",
3055
3182
  "icon": "",
3056
3183
  "github": "https://github.com/nuxt-community/robots-module",
3057
3184
  "website": "https://github.com/nuxt-community/robots-module",
@@ -3064,7 +3191,6 @@
3064
3191
  "github": "ricardogobbosouza"
3065
3192
  }
3066
3193
  ],
3067
- "contributors": [],
3068
3194
  "compatibility": {
3069
3195
  "nuxt": "^2.0.0",
3070
3196
  "requires": {}
@@ -3074,7 +3200,7 @@
3074
3200
  "name": "rollbar",
3075
3201
  "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
3076
3202
  "repo": "gaelreyrol/nuxt-rollbar-module",
3077
- "npm": "",
3203
+ "npm": "nuxt-rollbar-module",
3078
3204
  "icon": "rollbar.png",
3079
3205
  "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
3080
3206
  "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
@@ -3087,7 +3213,6 @@
3087
3213
  "github": "gaelreyrol"
3088
3214
  }
3089
3215
  ],
3090
- "contributors": [],
3091
3216
  "compatibility": {
3092
3217
  "nuxt": "^2.0.0",
3093
3218
  "requires": {}
@@ -3097,7 +3222,7 @@
3097
3222
  "name": "router-extras",
3098
3223
  "description": "Extra Add-ons for nuxt router",
3099
3224
  "repo": "nuxt-community/router-extras-module",
3100
- "npm": "",
3225
+ "npm": "@nuxtjs/router-extras",
3101
3226
  "icon": "vue.png",
3102
3227
  "github": "https://github.com/nuxt-community/router-extras-module",
3103
3228
  "website": "https://github.com/nuxt-community/router-extras-module",
@@ -3111,7 +3236,6 @@
3111
3236
  "twitter": "a_birang"
3112
3237
  }
3113
3238
  ],
3114
- "contributors": [],
3115
3239
  "compatibility": {
3116
3240
  "nuxt": "^2.0.0",
3117
3241
  "requires": {}
@@ -3121,7 +3245,7 @@
3121
3245
  "name": "router",
3122
3246
  "description": "Nuxt.js module to use router.js instead of pages/ directory",
3123
3247
  "repo": "nuxt-community/router-module",
3124
- "npm": "",
3248
+ "npm": "@nuxtjs/router",
3125
3249
  "icon": "vue.png",
3126
3250
  "github": "https://github.com/nuxt-community/router-module",
3127
3251
  "website": "https://github.com/nuxt-community/router-module",
@@ -3135,7 +3259,6 @@
3135
3259
  "twitter": "Atinux"
3136
3260
  }
3137
3261
  ],
3138
- "contributors": [],
3139
3262
  "compatibility": {
3140
3263
  "nuxt": "^2.0.0",
3141
3264
  "requires": {}
@@ -3143,9 +3266,9 @@
3143
3266
  },
3144
3267
  {
3145
3268
  "name": "sanity",
3146
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
3269
+ "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3147
3270
  "repo": "nuxt-community/sanity-module#main",
3148
- "npm": "",
3271
+ "npm": "@nuxtjs/sanity",
3149
3272
  "icon": "sanity.png",
3150
3273
  "github": "https://github.com/nuxt-community/sanity-module#main",
3151
3274
  "website": "https://sanity.nuxtjs.org",
@@ -3159,9 +3282,34 @@
3159
3282
  "twitter": "danielcroe"
3160
3283
  }
3161
3284
  ],
3162
- "contributors": [],
3163
3285
  "compatibility": {
3164
- "nuxt": "^2.0.0",
3286
+ "nuxt": "^2.0.0 || ^3.0.0",
3287
+ "requires": {
3288
+ "bridge": "optional"
3289
+ }
3290
+ }
3291
+ },
3292
+ {
3293
+ "name": "schema-org",
3294
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3295
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3296
+ "npm": "nuxt-schema-org",
3297
+ "icon": "schema-org.svg",
3298
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3299
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3300
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3301
+ "category": "SEO",
3302
+ "type": "3rd-party",
3303
+ "maintainers": [
3304
+ {
3305
+ "name": "Harlan Wilton",
3306
+ "github": "harlan-zw",
3307
+ "twitter": "harlan_zw",
3308
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3309
+ }
3310
+ ],
3311
+ "compatibility": {
3312
+ "nuxt": "^3.0.0",
3165
3313
  "requires": {}
3166
3314
  }
3167
3315
  },
@@ -3169,7 +3317,7 @@
3169
3317
  "name": "scss-to-js",
3170
3318
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
3171
3319
  "repo": "sugoidesune/nuxt-scss-to-js",
3172
- "npm": "",
3320
+ "npm": "nuxt-scss-to-js",
3173
3321
  "icon": "",
3174
3322
  "github": "https://github.com/sugoidesune/nuxt-scss-to-js",
3175
3323
  "website": "https://github.com/sugoidesune/nuxt-scss-to-js",
@@ -3182,7 +3330,6 @@
3182
3330
  "github": "sugoidesune"
3183
3331
  }
3184
3332
  ],
3185
- "contributors": [],
3186
3333
  "compatibility": {
3187
3334
  "nuxt": "^2.0.0",
3188
3335
  "requires": {}
@@ -3192,7 +3339,7 @@
3192
3339
  "name": "segment",
3193
3340
  "description": "Nuxt.js module for Segment Analytics.js",
3194
3341
  "repo": "dansmaculotte/nuxt-segment",
3195
- "npm": "",
3342
+ "npm": "@dansmaculotte/nuxt-segment",
3196
3343
  "icon": "segment.png",
3197
3344
  "github": "https://github.com/dansmaculotte/nuxt-segment",
3198
3345
  "website": "https://github.com/dansmaculotte/nuxt-segment",
@@ -3205,7 +3352,6 @@
3205
3352
  "github": "dansmaculotte"
3206
3353
  }
3207
3354
  ],
3208
- "contributors": [],
3209
3355
  "compatibility": {
3210
3356
  "nuxt": "^2.0.0",
3211
3357
  "requires": {}
@@ -3215,7 +3361,7 @@
3215
3361
  "name": "sentry",
3216
3362
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
3217
3363
  "repo": "nuxt-community/sentry-module",
3218
- "npm": "",
3364
+ "npm": "@nuxtjs/sentry",
3219
3365
  "icon": "sentry.png",
3220
3366
  "github": "https://github.com/nuxt-community/sentry-module",
3221
3367
  "website": "https://sentry.nuxtjs.org/",
@@ -3228,7 +3374,6 @@
3228
3374
  "github": "rchl"
3229
3375
  }
3230
3376
  ],
3231
- "contributors": [],
3232
3377
  "compatibility": {
3233
3378
  "nuxt": "^2.0.0",
3234
3379
  "requires": {}
@@ -3237,8 +3382,8 @@
3237
3382
  {
3238
3383
  "name": "seo-meta",
3239
3384
  "description": "Simple generate seo metadata",
3240
- "repo": "ihavecoke/nuxtjs-seo-meta",
3241
- "npm": "",
3385
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3386
+ "npm": "nuxt-seo-meta",
3242
3387
  "icon": "",
3243
3388
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3244
3389
  "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3252,7 +3397,6 @@
3252
3397
  "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
3253
3398
  }
3254
3399
  ],
3255
- "contributors": [],
3256
3400
  "compatibility": {
3257
3401
  "nuxt": "^2.0.0",
3258
3402
  "requires": {}
@@ -3262,7 +3406,7 @@
3262
3406
  "name": "seomatic-meta",
3263
3407
  "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
3264
3408
  "repo": "ben-rogerson/nuxt-seomatic-meta",
3265
- "npm": "",
3409
+ "npm": "nuxt-seomatic-meta",
3266
3410
  "icon": "seomatic.png",
3267
3411
  "github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
3268
3412
  "website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
@@ -3275,7 +3419,6 @@
3275
3419
  "github": "ben-rogerson"
3276
3420
  }
3277
3421
  ],
3278
- "contributors": [],
3279
3422
  "compatibility": {
3280
3423
  "nuxt": "^2.0.0",
3281
3424
  "requires": {}
@@ -3285,7 +3428,7 @@
3285
3428
  "name": "separate-env",
3286
3429
  "description": "Separated environment variables for server and client builds",
3287
3430
  "repo": "nuxt-community/separate-env-module",
3288
- "npm": "",
3431
+ "npm": "@nuxtjs/separate-env",
3289
3432
  "icon": "",
3290
3433
  "github": "https://github.com/nuxt-community/separate-env-module",
3291
3434
  "website": "https://github.com/nuxt-community/separate-env-module",
@@ -3299,7 +3442,6 @@
3299
3442
  "twitter": "TheAlexLichter"
3300
3443
  }
3301
3444
  ],
3302
- "contributors": [],
3303
3445
  "compatibility": {
3304
3446
  "nuxt": "^2.0.0",
3305
3447
  "requires": {}
@@ -3309,7 +3451,7 @@
3309
3451
  "name": "shopify",
3310
3452
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
3311
3453
  "repo": "Gomah/nuxt-shopify",
3312
- "npm": "",
3454
+ "npm": "nuxt-shopify",
3313
3455
  "icon": "shopify.png",
3314
3456
  "github": "https://github.com/Gomah/nuxt-shopify",
3315
3457
  "website": "https://github.com/Gomah/nuxt-shopify",
@@ -3322,7 +3464,6 @@
3322
3464
  "github": "Gomah"
3323
3465
  }
3324
3466
  ],
3325
- "contributors": [],
3326
3467
  "compatibility": {
3327
3468
  "nuxt": "^2.0.0",
3328
3469
  "requires": {}
@@ -3332,7 +3473,7 @@
3332
3473
  "name": "simple-line-icons",
3333
3474
  "description": "Nuxt module to add simple-line-icons ",
3334
3475
  "repo": "vaso2/nuxt-simple-line-icons",
3335
- "npm": "",
3476
+ "npm": "nuxt-simple-line-icons",
3336
3477
  "icon": "",
3337
3478
  "github": "https://github.com/vaso2/nuxt-simple-line-icons",
3338
3479
  "website": "https://github.com/vaso2/nuxt-simple-line-icons",
@@ -3345,7 +3486,6 @@
3345
3486
  "github": "vaso2"
3346
3487
  }
3347
3488
  ],
3348
- "contributors": [],
3349
3489
  "compatibility": {
3350
3490
  "nuxt": "^2.0.0",
3351
3491
  "requires": {}
@@ -3355,7 +3495,7 @@
3355
3495
  "name": "sitemap",
3356
3496
  "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
3357
3497
  "repo": "nuxt-community/sitemap-module#dev",
3358
- "npm": "",
3498
+ "npm": "@nuxtjs/sitemap",
3359
3499
  "icon": "",
3360
3500
  "github": "https://github.com/nuxt-community/sitemap-module#dev",
3361
3501
  "website": "https://sitemap.nuxtjs.org",
@@ -3369,7 +3509,6 @@
3369
3509
  "twitter": "NicoPennec"
3370
3510
  }
3371
3511
  ],
3372
- "contributors": [],
3373
3512
  "compatibility": {
3374
3513
  "nuxt": "^2.0.0",
3375
3514
  "requires": {}
@@ -3379,7 +3518,7 @@
3379
3518
  "name": "snipcart",
3380
3519
  "description": "Snipcart integration module for Nuxt.js",
3381
3520
  "repo": "nuxt-community/snipcart-module",
3382
- "npm": "",
3521
+ "npm": "@nuxtjs/snipcart",
3383
3522
  "icon": "snipcart.png",
3384
3523
  "github": "https://github.com/nuxt-community/snipcart-module",
3385
3524
  "website": "https://github.com/nuxt-community/snipcart-module",
@@ -3393,7 +3532,6 @@
3393
3532
  "twitter": "giraud_florent"
3394
3533
  }
3395
3534
  ],
3396
- "contributors": [],
3397
3535
  "compatibility": {
3398
3536
  "nuxt": "^2.0.0",
3399
3537
  "requires": {}
@@ -3403,7 +3541,7 @@
3403
3541
  "name": "social-meta",
3404
3542
  "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
3405
3543
  "repo": "AlekseyPleshkov/nuxt-social-meta",
3406
- "npm": "",
3544
+ "npm": "nuxt-social-meta",
3407
3545
  "icon": "",
3408
3546
  "github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
3409
3547
  "website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
@@ -3416,7 +3554,6 @@
3416
3554
  "github": "AlekseyPleshkov"
3417
3555
  }
3418
3556
  ],
3419
- "contributors": [],
3420
3557
  "compatibility": {
3421
3558
  "nuxt": "^2.0.0",
3422
3559
  "requires": {}
@@ -3426,7 +3563,7 @@
3426
3563
  "name": "socket-io",
3427
3564
  "description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
3428
3565
  "repo": "richardeschloss/nuxt-socket-io",
3429
- "npm": "",
3566
+ "npm": "nuxt-socket-io",
3430
3567
  "icon": "socket-io.png",
3431
3568
  "github": "https://github.com/richardeschloss/nuxt-socket-io",
3432
3569
  "website": "https://nuxt-socket-io.netlify.app/",
@@ -3439,7 +3576,6 @@
3439
3576
  "github": "richardeschloss"
3440
3577
  }
3441
3578
  ],
3442
- "contributors": [],
3443
3579
  "compatibility": {
3444
3580
  "nuxt": "^2.0.0",
3445
3581
  "requires": {}
@@ -3449,7 +3585,7 @@
3449
3585
  "name": "speedcurve",
3450
3586
  "description": "Speedcurve LUX module for Nuxt",
3451
3587
  "repo": "nuxt-community/speedcurve-module",
3452
- "npm": "",
3588
+ "npm": "@nuxtjs/speedcurve",
3453
3589
  "icon": "speedcurve.png",
3454
3590
  "github": "https://github.com/nuxt-community/speedcurve-module",
3455
3591
  "website": "https://speedcurve.nuxtjs.org",
@@ -3463,7 +3599,6 @@
3463
3599
  "twitter": "JoshDeltener"
3464
3600
  }
3465
3601
  ],
3466
- "contributors": [],
3467
3602
  "compatibility": {
3468
3603
  "nuxt": "^2.0.0",
3469
3604
  "requires": {}
@@ -3473,7 +3608,7 @@
3473
3608
  "name": "speedkit",
3474
3609
  "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
3475
3610
  "repo": "GrabarzUndPartner/nuxt-speedkit",
3476
- "npm": "",
3611
+ "npm": "nuxt-speedkit",
3477
3612
  "icon": "speedkit.png",
3478
3613
  "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
3479
3614
  "website": "https://nuxt-speedkit.grabarzundpartner.dev",
@@ -3497,7 +3632,6 @@
3497
3632
  "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
3498
3633
  }
3499
3634
  ],
3500
- "contributors": [],
3501
3635
  "compatibility": {
3502
3636
  "nuxt": "^2.0.0",
3503
3637
  "requires": {}
@@ -3507,7 +3641,7 @@
3507
3641
  "name": "storage",
3508
3642
  "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
3509
3643
  "repo": "mazipan/nuxt-storage",
3510
- "npm": "",
3644
+ "npm": "nuxt-storage",
3511
3645
  "icon": "",
3512
3646
  "github": "https://github.com/mazipan/nuxt-storage",
3513
3647
  "website": "https://github.com/mazipan/nuxt-storage",
@@ -3520,7 +3654,6 @@
3520
3654
  "github": "mazipan"
3521
3655
  }
3522
3656
  ],
3523
- "contributors": [],
3524
3657
  "compatibility": {
3525
3658
  "nuxt": "^2.0.0",
3526
3659
  "requires": {}
@@ -3530,7 +3663,7 @@
3530
3663
  "name": "storefront-ui",
3531
3664
  "description": "Storefront UI Module for Nuxt.js",
3532
3665
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
3533
- "npm": "",
3666
+ "npm": "@storefront-ui/nuxt",
3534
3667
  "icon": "storefront-ui.svg",
3535
3668
  "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
3536
3669
  "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
@@ -3543,7 +3676,6 @@
3543
3676
  "github": "Baroshem"
3544
3677
  }
3545
3678
  ],
3546
- "contributors": [],
3547
3679
  "compatibility": {
3548
3680
  "nuxt": "^2.0.0",
3549
3681
  "requires": {}
@@ -3553,7 +3685,7 @@
3553
3685
  "name": "stories",
3554
3686
  "description": "Nuxt stories module -- Painless storybooking for Nuxt",
3555
3687
  "repo": "richardeschloss/nuxt-stories",
3556
- "npm": "",
3688
+ "npm": "nuxt-stories",
3557
3689
  "icon": "",
3558
3690
  "github": "https://github.com/richardeschloss/nuxt-stories",
3559
3691
  "website": "https://github.com/richardeschloss/nuxt-stories",
@@ -3566,7 +3698,6 @@
3566
3698
  "github": "richardeschloss"
3567
3699
  }
3568
3700
  ],
3569
- "contributors": [],
3570
3701
  "compatibility": {
3571
3702
  "nuxt": "^2.0.0",
3572
3703
  "requires": {}
@@ -3576,7 +3707,7 @@
3576
3707
  "name": "storyblok",
3577
3708
  "description": "Storyblok Nuxt.js module",
3578
3709
  "repo": "storyblok/storyblok-nuxt#master/lib",
3579
- "npm": "",
3710
+ "npm": "@storyblok/nuxt",
3580
3711
  "icon": "storyblok.png",
3581
3712
  "github": "https://github.com/storyblok/storyblok-nuxt",
3582
3713
  "website": "https://github.com/storyblok/storyblok-nuxt",
@@ -3589,7 +3720,6 @@
3589
3720
  "github": "storyblok"
3590
3721
  }
3591
3722
  ],
3592
- "contributors": [],
3593
3723
  "compatibility": {
3594
3724
  "nuxt": "^2.0.0 || ^3.0.0",
3595
3725
  "requires": {}
@@ -3599,7 +3729,7 @@
3599
3729
  "name": "storybook",
3600
3730
  "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
3601
3731
  "repo": "nuxt-community/storybook",
3602
- "npm": "",
3732
+ "npm": "@nuxtjs/storybook",
3603
3733
  "icon": "storybook.png",
3604
3734
  "github": "https://github.com/nuxt-community/storybook",
3605
3735
  "website": "https://storybook.nuxtjs.org",
@@ -3618,7 +3748,6 @@
3618
3748
  "twitter": "_pi0_"
3619
3749
  }
3620
3750
  ],
3621
- "contributors": [],
3622
3751
  "compatibility": {
3623
3752
  "nuxt": "^2.0.0",
3624
3753
  "requires": {
@@ -3630,7 +3759,7 @@
3630
3759
  "name": "strapi",
3631
3760
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
3632
3761
  "repo": "nuxt-community/strapi-module",
3633
- "npm": "",
3762
+ "npm": "@nuxtjs/strapi",
3634
3763
  "icon": "strapi.png",
3635
3764
  "github": "https://github.com/nuxt-community/strapi-module",
3636
3765
  "website": "https://strapi.nuxtjs.org",
@@ -3649,17 +3778,18 @@
3649
3778
  "twitter": "Atinux"
3650
3779
  }
3651
3780
  ],
3652
- "contributors": [],
3653
3781
  "compatibility": {
3654
3782
  "nuxt": "^2.0.0 || ^3.0.0",
3655
- "requires": {}
3783
+ "requires": {
3784
+ "bridge": true
3785
+ }
3656
3786
  }
3657
3787
  },
3658
3788
  {
3659
3789
  "name": "stripe",
3660
3790
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
3661
3791
  "repo": "WilliamDASILVA/nuxt-stripe-module",
3662
- "npm": "",
3792
+ "npm": "nuxt-stripe-module",
3663
3793
  "icon": "stripe.png",
3664
3794
  "github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
3665
3795
  "website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
@@ -3672,7 +3802,6 @@
3672
3802
  "github": "WilliamDASILVA"
3673
3803
  }
3674
3804
  ],
3675
- "contributors": [],
3676
3805
  "compatibility": {
3677
3806
  "nuxt": "^2.0.0",
3678
3807
  "requires": {}
@@ -3682,7 +3811,7 @@
3682
3811
  "name": "style-resources",
3683
3812
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
3684
3813
  "repo": "nuxt-community/style-resources-module",
3685
- "npm": "",
3814
+ "npm": "@nuxtjs/style-resources",
3686
3815
  "icon": "",
3687
3816
  "github": "https://github.com/nuxt-community/style-resources-module",
3688
3817
  "website": "https://github.com/nuxt-community/style-resources-module",
@@ -3696,7 +3825,6 @@
3696
3825
  "twitter": "TheAlexLichter"
3697
3826
  }
3698
3827
  ],
3699
- "contributors": [],
3700
3828
  "compatibility": {
3701
3829
  "nuxt": "^2.0.0",
3702
3830
  "requires": {}
@@ -3706,7 +3834,7 @@
3706
3834
  "name": "stylelint",
3707
3835
  "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
3708
3836
  "repo": "nuxt-community/stylelint-module",
3709
- "npm": "",
3837
+ "npm": "@nuxtjs/stylelint-module",
3710
3838
  "icon": "stylelint.png",
3711
3839
  "github": "https://github.com/nuxt-community/stylelint-module",
3712
3840
  "website": "https://github.com/nuxt-community/stylelint-module",
@@ -3719,33 +3847,64 @@
3719
3847
  "github": "ricardogobbosouza"
3720
3848
  }
3721
3849
  ],
3722
- "contributors": [],
3723
3850
  "compatibility": {
3724
3851
  "nuxt": "^2.0.0",
3725
3852
  "requires": {}
3726
3853
  }
3727
3854
  },
3855
+ {
3856
+ "name": "stylify",
3857
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3858
+ "repo": "stylify/packages#master/packages/nuxt",
3859
+ "npm": "@stylify/nuxt",
3860
+ "icon": "stylify.svg",
3861
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
3862
+ "website": "https://stylifycss.com/docs/nuxt",
3863
+ "learn_more": "https://stylifycss.com",
3864
+ "category": "UI",
3865
+ "type": "3rd-party",
3866
+ "maintainers": [
3867
+ {
3868
+ "name": "Vladimír Macháček",
3869
+ "github": "Machy8",
3870
+ "twitter": "8machy"
3871
+ }
3872
+ ],
3873
+ "compatibility": {
3874
+ "nuxt": "^2.0.0 || ^3.0.0",
3875
+ "requires": {}
3876
+ }
3877
+ },
3728
3878
  {
3729
3879
  "name": "supabase",
3730
- "description": "A supa simple way to use Supabase with Nuxt",
3731
- "repo": "supabase/nuxt-supabase",
3732
- "npm": "",
3880
+ "description": "First class integration with Supabase",
3881
+ "repo": "nuxt-community/supabase-module",
3882
+ "npm": "@nuxtjs/supabase",
3733
3883
  "icon": "supabase.png",
3734
- "github": "https://github.com/supabase/nuxt-supabase",
3735
- "website": "https://github.com/supabase/nuxt-supabase",
3736
- "learn_more": "https://supabase.io",
3884
+ "github": "https://github.com/nuxt-community/supabase-module",
3885
+ "website": "https://supabase.nuxtjs.org",
3886
+ "learn_more": "https://supabase.com",
3737
3887
  "category": "Database",
3738
- "type": "3rd-party",
3888
+ "type": "community",
3739
3889
  "maintainers": [
3890
+ {
3891
+ "name": "Baptiste Leproux",
3892
+ "github": "larbish",
3893
+ "twitter": "baptistelprx"
3894
+ },
3895
+ {
3896
+ "name": "Sebastien Chopin",
3897
+ "github": "Atinux",
3898
+ "twitter": "Atinux"
3899
+ },
3740
3900
  {
3741
3901
  "name": "Scott Robertson",
3742
3902
  "github": "scottrobertson",
3743
3903
  "twitter": "scottymeuk"
3744
3904
  }
3745
3905
  ],
3746
- "contributors": [],
3747
3906
  "compatibility": {
3748
- "nuxt": "^2.0.0",
3907
+ "nuxt": "^2.0.0 || ^3.0.0",
3749
3908
  "requires": {}
3750
3909
  }
3751
3910
  },
@@ -3753,7 +3912,7 @@
3753
3912
  "name": "svg-loader",
3754
3913
  "description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
3755
3914
  "repo": "Developmint/nuxt-svg-loader",
3756
- "npm": "",
3915
+ "npm": "nuxt-svg-loader",
3757
3916
  "icon": "",
3758
3917
  "github": "https://github.com/Developmint/nuxt-svg-loader",
3759
3918
  "website": "https://github.com/Developmint/nuxt-svg-loader",
@@ -3766,7 +3925,6 @@
3766
3925
  "github": "Developmint"
3767
3926
  }
3768
3927
  ],
3769
- "contributors": [],
3770
3928
  "compatibility": {
3771
3929
  "nuxt": "^2.0.0",
3772
3930
  "requires": {}
@@ -3776,7 +3934,7 @@
3776
3934
  "name": "svg-sprite",
3777
3935
  "description": "Optimized and Easy way to use svg files in Nuxt.js",
3778
3936
  "repo": "nuxt-community/svg-sprite-module",
3779
- "npm": "",
3937
+ "npm": "@nuxtjs/svg-sprite",
3780
3938
  "icon": "",
3781
3939
  "github": "https://github.com/nuxt-community/svg-sprite-module",
3782
3940
  "website": "https://github.com/nuxt-community/svg-sprite-module",
@@ -3790,7 +3948,6 @@
3790
3948
  "twitter": "a_birang"
3791
3949
  }
3792
3950
  ],
3793
- "contributors": [],
3794
3951
  "compatibility": {
3795
3952
  "nuxt": "^2.0.0",
3796
3953
  "requires": {}
@@ -3800,7 +3957,7 @@
3800
3957
  "name": "svg",
3801
3958
  "description": "Super simple svg loading module for Nuxt.js",
3802
3959
  "repo": "nuxt-community/svg-module",
3803
- "npm": "",
3960
+ "npm": "@nuxtjs/svg",
3804
3961
  "icon": "",
3805
3962
  "github": "https://github.com/nuxt-community/svg-module",
3806
3963
  "website": "https://github.com/nuxt-community/svg-module",
@@ -3813,7 +3970,6 @@
3813
3970
  "github": "sam3d"
3814
3971
  }
3815
3972
  ],
3816
- "contributors": [],
3817
3973
  "compatibility": {
3818
3974
  "nuxt": "^2.0.0",
3819
3975
  "requires": {}
@@ -3823,7 +3979,7 @@
3823
3979
  "name": "sweetalert2",
3824
3980
  "description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
3825
3981
  "repo": "ImreC/nuxt-sweetalert2",
3826
- "npm": "",
3982
+ "npm": "nuxt-sweetalert2",
3827
3983
  "icon": "",
3828
3984
  "github": "https://github.com/ImreC/nuxt-sweetalert2",
3829
3985
  "website": "https://github.com/ImreC/nuxt-sweetalert2",
@@ -3836,7 +3992,6 @@
3836
3992
  "github": "ImreC"
3837
3993
  }
3838
3994
  ],
3839
- "contributors": [],
3840
3995
  "compatibility": {
3841
3996
  "nuxt": "^2.0.0",
3842
3997
  "requires": {}
@@ -3846,7 +4001,7 @@
3846
4001
  "name": "tailwindcss",
3847
4002
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
3848
4003
  "repo": "nuxt-community/tailwindcss-module",
3849
- "npm": "",
4004
+ "npm": "@nuxtjs/tailwindcss",
3850
4005
  "icon": "tailwindcss.png",
3851
4006
  "github": "https://github.com/nuxt-community/tailwindcss-module",
3852
4007
  "website": "https://tailwindcss.nuxtjs.org",
@@ -3860,7 +4015,6 @@
3860
4015
  "twitter": "Atinux"
3861
4016
  }
3862
4017
  ],
3863
- "contributors": [],
3864
4018
  "compatibility": {
3865
4019
  "nuxt": "^2.0.0 || ^3.0.0",
3866
4020
  "requires": {}
@@ -3870,7 +4024,7 @@
3870
4024
  "name": "tiktok-analytics",
3871
4025
  "description": "",
3872
4026
  "repo": "stickpro/nuxt-tiktok-analytics",
3873
- "npm": "",
4027
+ "npm": "tiktok-analytics",
3874
4028
  "icon": "",
3875
4029
  "github": "https://github.com/stickpro/nuxt-tiktok-analytics",
3876
4030
  "website": "https://github.com/stickpro/nuxt-tiktok-analytics",
@@ -3884,7 +4038,6 @@
3884
4038
  "avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
3885
4039
  }
3886
4040
  ],
3887
- "contributors": [],
3888
4041
  "compatibility": {
3889
4042
  "nuxt": "^2.0.0",
3890
4043
  "requires": {}
@@ -3894,7 +4047,7 @@
3894
4047
  "name": "toast",
3895
4048
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
3896
4049
  "repo": "nuxt-community/modules#master/packages/toast",
3897
- "npm": "",
4050
+ "npm": "@nuxtjs/toast",
3898
4051
  "icon": "",
3899
4052
  "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
3900
4053
  "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
@@ -3908,7 +4061,6 @@
3908
4061
  "twitter": "_pi0_"
3909
4062
  }
3910
4063
  ],
3911
- "contributors": [],
3912
4064
  "compatibility": {
3913
4065
  "nuxt": "^2.0.0",
3914
4066
  "requires": {}
@@ -3918,7 +4070,7 @@
3918
4070
  "name": "twa",
3919
4071
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
3920
4072
  "repo": "tuarrep/nuxt-twa",
3921
- "npm": "",
4073
+ "npm": "nuxt-twa",
3922
4074
  "icon": "",
3923
4075
  "github": "https://github.com/tuarrep/nuxt-twa",
3924
4076
  "website": "https://nuxt-twa.tuarrep.dev",
@@ -3931,7 +4083,6 @@
3931
4083
  "github": "tuarrep"
3932
4084
  }
3933
4085
  ],
3934
- "contributors": [],
3935
4086
  "compatibility": {
3936
4087
  "nuxt": "^2.0.0",
3937
4088
  "requires": {
@@ -3943,7 +4094,7 @@
3943
4094
  "name": "typed-router",
3944
4095
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
3945
4096
  "repo": "victorgarciaesgi/nuxt-typed-router",
3946
- "npm": "",
4097
+ "npm": "nuxt-typed-router",
3947
4098
  "icon": "vue.png",
3948
4099
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
3949
4100
  "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
@@ -3956,17 +4107,41 @@
3956
4107
  "github": "victorgarciaesgi"
3957
4108
  }
3958
4109
  ],
3959
- "contributors": [],
3960
4110
  "compatibility": {
3961
- "nuxt": "^2.0.0",
4111
+ "nuxt": "^2.0.0 || ^3.0.0",
3962
4112
  "requires": {}
3963
4113
  }
3964
4114
  },
4115
+ {
4116
+ "name": "typed-vuex",
4117
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
4118
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4119
+ "npm": "nuxt-typed-vuex",
4120
+ "icon": "vue.png",
4121
+ "github": "https://github.com/danielroe/typed-vuex",
4122
+ "website": "https://github.com/danielroe/typed-vuex",
4123
+ "learn_more": "",
4124
+ "category": "Libraries",
4125
+ "type": "3rd-party",
4126
+ "maintainers": [
4127
+ {
4128
+ "name": "Daniel Roe",
4129
+ "github": "danielroe",
4130
+ "twitter": "danielcroe"
4131
+ }
4132
+ ],
4133
+ "compatibility": {
4134
+ "nuxt": "^2.0.0",
4135
+ "requires": {
4136
+ "bridge": "optional"
4137
+ }
4138
+ }
4139
+ },
3965
4140
  {
3966
4141
  "name": "typescript-runtime",
3967
4142
  "description": "TypeScript Runtime support for Nuxt",
3968
4143
  "repo": "nuxt/typescript#master/packages/typescript-runtime",
3969
- "npm": "",
4144
+ "npm": "@nuxt/typescript-runtime",
3970
4145
  "icon": "typescript.svg",
3971
4146
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
3972
4147
  "website": "https://typescript.nuxtjs.org/guide/runtime.html",
@@ -3989,7 +4164,6 @@
3989
4164
  "twitter": "danielcroe"
3990
4165
  }
3991
4166
  ],
3992
- "contributors": [],
3993
4167
  "compatibility": {
3994
4168
  "nuxt": "^2.0.0",
3995
4169
  "requires": {}
@@ -3999,7 +4173,7 @@
3999
4173
  "name": "typescript",
4000
4174
  "description": "TypeScript Support for Nuxt",
4001
4175
  "repo": "nuxt/typescript#master/packages/typescript-build",
4002
- "npm": "",
4176
+ "npm": "@nuxt/typescript-build",
4003
4177
  "icon": "typescript.svg",
4004
4178
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
4005
4179
  "website": "https://typescript.nuxtjs.org",
@@ -4022,7 +4196,6 @@
4022
4196
  "twitter": "danielcroe"
4023
4197
  }
4024
4198
  ],
4025
- "contributors": [],
4026
4199
  "compatibility": {
4027
4200
  "nuxt": "^2.0.0",
4028
4201
  "requires": {}
@@ -4032,7 +4205,7 @@
4032
4205
  "name": "universal-storage",
4033
4206
  "description": "Universal Storage Utilities for Nuxt.js",
4034
4207
  "repo": "nuxt-community/universal-storage-module",
4035
- "npm": "",
4208
+ "npm": "@nuxtjs/universal-storage",
4036
4209
  "icon": "",
4037
4210
  "github": "https://github.com/nuxt-community/universal-storage-module",
4038
4211
  "website": "https://github.com/nuxt-community/universal-storage-module",
@@ -4051,17 +4224,42 @@
4051
4224
  "twitter": "farzadso"
4052
4225
  }
4053
4226
  ],
4054
- "contributors": [],
4055
4227
  "compatibility": {
4056
4228
  "nuxt": "^2.0.0",
4057
4229
  "requires": {}
4058
4230
  }
4059
4231
  },
4232
+ {
4233
+ "name": "unlighthouse",
4234
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4235
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4236
+ "npm": "@unlighthouse/nuxt",
4237
+ "icon": "unlighthouse.svg",
4238
+ "github": "https://github.com/harlan-zw/unlighthouse",
4239
+ "website": "https://github.com/harlan-zw/unlighthouse",
4240
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4241
+ "category": "Devtools",
4242
+ "type": "3rd-party",
4243
+ "maintainers": [
4244
+ {
4245
+ "name": "Harlan Wilton",
4246
+ "github": "harlan-zw",
4247
+ "twitter": "harlan_zw",
4248
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4249
+ }
4250
+ ],
4251
+ "compatibility": {
4252
+ "nuxt": "^2.0.0 || ^3.0.0",
4253
+ "requires": {
4254
+ "bridge": "optional"
4255
+ }
4256
+ }
4257
+ },
4060
4258
  {
4061
4259
  "name": "unocss",
4062
4260
  "description": "The instant on-demand atomic CSS engine.",
4063
4261
  "repo": "antfu/unocss#main/packages/nuxt",
4064
- "npm": "",
4262
+ "npm": "@unocss/nuxt",
4065
4263
  "icon": "unocss.svg",
4066
4264
  "github": "https://github.com/antfu/unocss",
4067
4265
  "website": "https://github.com/antfu/unocss",
@@ -4076,7 +4274,6 @@
4076
4274
  "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
4077
4275
  }
4078
4276
  ],
4079
- "contributors": [],
4080
4277
  "compatibility": {
4081
4278
  "nuxt": "^2.0.0 || ^3.0.0",
4082
4279
  "requires": {
@@ -4088,7 +4285,7 @@
4088
4285
  "name": "user-agent",
4089
4286
  "description": "Nuxt.js module for handling User-Agent.",
4090
4287
  "repo": "fukuiretu/nuxt-user-agent",
4091
- "npm": "",
4288
+ "npm": "nuxt-user-agent",
4092
4289
  "icon": "",
4093
4290
  "github": "https://github.com/fukuiretu/nuxt-user-agent",
4094
4291
  "website": "https://github.com/fukuiretu/nuxt-user-agent",
@@ -4101,7 +4298,6 @@
4101
4298
  "github": "fukuiretu"
4102
4299
  }
4103
4300
  ],
4104
- "contributors": [],
4105
4301
  "compatibility": {
4106
4302
  "nuxt": "^2.0.0",
4107
4303
  "requires": {}
@@ -4111,7 +4307,7 @@
4111
4307
  "name": "validate",
4112
4308
  "description": "Simple Nuxt input validation module using vee-validate",
4113
4309
  "repo": "lewyuburi/nuxt-validate",
4114
- "npm": "",
4310
+ "npm": "nuxt-validate",
4115
4311
  "icon": "vee-validate.png",
4116
4312
  "github": "https://github.com/lewyuburi/nuxt-validate",
4117
4313
  "website": "https://github.com/lewyuburi/nuxt-validate",
@@ -4124,7 +4320,6 @@
4124
4320
  "github": "lewyuburi"
4125
4321
  }
4126
4322
  ],
4127
- "contributors": [],
4128
4323
  "compatibility": {
4129
4324
  "nuxt": "^2.0.0",
4130
4325
  "requires": {}
@@ -4134,7 +4329,7 @@
4134
4329
  "name": "vendor",
4135
4330
  "description": "directly serve node_modules",
4136
4331
  "repo": "nuxt-community/modules#master/packages/vendor",
4137
- "npm": "",
4332
+ "npm": "@nuxtjs/vendor",
4138
4333
  "icon": "",
4139
4334
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
4140
4335
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
@@ -4148,7 +4343,6 @@
4148
4343
  "twitter": "_pi0_"
4149
4344
  }
4150
4345
  ],
4151
- "contributors": [],
4152
4346
  "compatibility": {
4153
4347
  "nuxt": "^2.0.0",
4154
4348
  "requires": {}
@@ -4158,7 +4352,7 @@
4158
4352
  "name": "vue-material",
4159
4353
  "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.",
4160
4354
  "repo": "vaso2/nuxt-vue-material",
4161
- "npm": "",
4355
+ "npm": "nuxt-vue-material",
4162
4356
  "icon": "vue-material.png",
4163
4357
  "github": "https://github.com/vaso2/nuxt-vue-material",
4164
4358
  "website": "https://github.com/vaso2/nuxt-vue-material",
@@ -4171,7 +4365,6 @@
4171
4365
  "github": "vaso2"
4172
4366
  }
4173
4367
  ],
4174
- "contributors": [],
4175
4368
  "compatibility": {
4176
4369
  "nuxt": "^2.0.0",
4177
4370
  "requires": {}
@@ -4181,7 +4374,7 @@
4181
4374
  "name": "vue-multiselect",
4182
4375
  "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
4183
4376
  "repo": "spektrummedia/nuxt-vue-multiselect",
4184
- "npm": "",
4377
+ "npm": "nuxt-vue-multiselect",
4185
4378
  "icon": "",
4186
4379
  "github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
4187
4380
  "website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
@@ -4194,7 +4387,6 @@
4194
4387
  "github": "spektrummedia"
4195
4388
  }
4196
4389
  ],
4197
- "contributors": [],
4198
4390
  "compatibility": {
4199
4391
  "nuxt": "^2.0.0",
4200
4392
  "requires": {}
@@ -4204,7 +4396,7 @@
4204
4396
  "name": "vue-select",
4205
4397
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
4206
4398
  "repo": "madmod/nuxt-vue-select",
4207
- "npm": "",
4399
+ "npm": "nuxt-vue-select",
4208
4400
  "icon": "",
4209
4401
  "github": "https://github.com/madmod/nuxt-vue-select",
4210
4402
  "website": "https://github.com/madmod/nuxt-vue-select",
@@ -4217,7 +4409,6 @@
4217
4409
  "github": "madmod"
4218
4410
  }
4219
4411
  ],
4220
- "contributors": [],
4221
4412
  "compatibility": {
4222
4413
  "nuxt": "^2.0.0",
4223
4414
  "requires": {}
@@ -4227,7 +4418,7 @@
4227
4418
  "name": "vue-warehouse",
4228
4419
  "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
4229
4420
  "repo": "juliomrqz/vue-warehouse",
4230
- "npm": "",
4421
+ "npm": "vue-warehouse",
4231
4422
  "icon": "",
4232
4423
  "github": "https://github.com/juliomrqz/vue-warehouse",
4233
4424
  "website": "https://marquez.co/docs/vue-warehouse",
@@ -4241,7 +4432,6 @@
4241
4432
  "twitter": "juliomrqz"
4242
4433
  }
4243
4434
  ],
4244
- "contributors": [],
4245
4435
  "compatibility": {
4246
4436
  "nuxt": "^2.0.0",
4247
4437
  "requires": {}
@@ -4251,7 +4441,7 @@
4251
4441
  "name": "vuetify",
4252
4442
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
4253
4443
  "repo": "nuxt-community/vuetify-module",
4254
- "npm": "",
4444
+ "npm": "@nuxtjs/vuetify",
4255
4445
  "icon": "vuetify.png",
4256
4446
  "github": "https://github.com/nuxt-community/vuetify-module",
4257
4447
  "website": "https://github.com/nuxt-community/vuetify-module",
@@ -4269,7 +4459,6 @@
4269
4459
  "twitter": "_pi0_"
4270
4460
  }
4271
4461
  ],
4272
- "contributors": [],
4273
4462
  "compatibility": {
4274
4463
  "nuxt": "^2.0.0",
4275
4464
  "requires": {}
@@ -4278,8 +4467,8 @@
4278
4467
  {
4279
4468
  "name": "vueuse",
4280
4469
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4281
- "repo": "vueuse/vueuse#main/packages/core",
4282
- "npm": "",
4470
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4471
+ "npm": "@vueuse/nuxt",
4283
4472
  "icon": "vueuse.svg",
4284
4473
  "github": "https://github.com/vueuse/vueuse",
4285
4474
  "website": "https://vueuse.org",
@@ -4293,7 +4482,6 @@
4293
4482
  "twitter": "antfu7"
4294
4483
  }
4295
4484
  ],
4296
- "contributors": [],
4297
4485
  "compatibility": {
4298
4486
  "nuxt": "^2.0.0 || ^3.0.0",
4299
4487
  "requires": {
@@ -4305,7 +4493,7 @@
4305
4493
  "name": "vuex-router-sync",
4306
4494
  "description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
4307
4495
  "repo": "paulgv/nuxt-vuex-router-sync",
4308
- "npm": "",
4496
+ "npm": "nuxt-vuex-router-sync",
4309
4497
  "icon": "",
4310
4498
  "github": "https://github.com/paulgv/nuxt-vuex-router-sync",
4311
4499
  "website": "https://github.com/paulgv/nuxt-vuex-router-sync",
@@ -4318,7 +4506,6 @@
4318
4506
  "github": "paulgv"
4319
4507
  }
4320
4508
  ],
4321
- "contributors": [],
4322
4509
  "compatibility": {
4323
4510
  "nuxt": "^2.0.0",
4324
4511
  "requires": {}
@@ -4328,7 +4515,7 @@
4328
4515
  "name": "web-vitals",
4329
4516
  "description": "Web Vitals for Nuxt",
4330
4517
  "repo": "nuxt-community/web-vitals-module",
4331
- "npm": "",
4518
+ "npm": "@nuxtjs/web-vitals",
4332
4519
  "icon": "",
4333
4520
  "github": "https://github.com/nuxt-community/web-vitals-module",
4334
4521
  "website": "https://github.com/nuxt-community/web-vitals-module",
@@ -4351,31 +4538,31 @@
4351
4538
  "twitter": "Atinux"
4352
4539
  }
4353
4540
  ],
4354
- "contributors": [],
4355
4541
  "compatibility": {
4356
- "nuxt": "^2.0.0",
4357
- "requires": {}
4542
+ "nuxt": "^2.0.0 || ^3.0.0",
4543
+ "requires": {
4544
+ "bridge": "optional"
4545
+ }
4358
4546
  }
4359
4547
  },
4360
4548
  {
4361
4549
  "name": "web3js",
4362
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
4363
- "repo": "fauzan121002/nuxt-web3",
4364
- "npm": "",
4550
+ "description": "Web3.js module integration for Nuxt.js",
4551
+ "repo": "bl0cknumber/nuxt-web3",
4552
+ "npm": "nuxt-web3",
4365
4553
  "icon": "web3js.svg",
4366
- "github": "https://github.com/fauzan121002/nuxt-web3",
4367
- "website": "https://github.com/fauzan121002/nuxt-web3",
4554
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
4555
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
4368
4556
  "learn_more": "https://web3js.readthedocs.io/",
4369
4557
  "category": "Libraries",
4370
4558
  "type": "3rd-party",
4371
4559
  "maintainers": [
4372
4560
  {
4373
4561
  "name": "Muhammad Fauzan",
4374
- "github": "fauzan121002",
4375
- "twitter": "fauzandev"
4562
+ "github": "bl0cknumber",
4563
+ "twitter": "fncolon"
4376
4564
  }
4377
4565
  ],
4378
- "contributors": [],
4379
4566
  "compatibility": {
4380
4567
  "nuxt": "^2.0.0",
4381
4568
  "requires": {}
@@ -4385,7 +4572,7 @@
4385
4572
  "name": "webfontloader",
4386
4573
  "description": "Efficient web font loading has never been easier!",
4387
4574
  "repo": "Developmint/nuxt-webfontloader",
4388
- "npm": "",
4575
+ "npm": "nuxt-webfontloader",
4389
4576
  "icon": "",
4390
4577
  "github": "https://github.com/Developmint/nuxt-webfontloader",
4391
4578
  "website": "https://github.com/Developmint/nuxt-webfontloader",
@@ -4398,7 +4585,6 @@
4398
4585
  "github": "Developmint"
4399
4586
  }
4400
4587
  ],
4401
- "contributors": [],
4402
4588
  "compatibility": {
4403
4589
  "nuxt": "^2.0.0",
4404
4590
  "requires": {}
@@ -4408,7 +4594,7 @@
4408
4594
  "name": "webpack-optimisations",
4409
4595
  "description": "Nuxt.js v2 module to automatically make your builds faster.",
4410
4596
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
4411
- "npm": "",
4597
+ "npm": "nuxt-webpack-optimisations",
4412
4598
  "icon": "build-optimisations.svg",
4413
4599
  "github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4414
4600
  "website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
@@ -4421,7 +4607,6 @@
4421
4607
  "github": "harlan-zw"
4422
4608
  }
4423
4609
  ],
4424
- "contributors": [],
4425
4610
  "compatibility": {
4426
4611
  "nuxt": "^2.0.0",
4427
4612
  "requires": {
@@ -4433,7 +4618,7 @@
4433
4618
  "name": "webpack-profile",
4434
4619
  "description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
4435
4620
  "repo": "nuxt-community/webpack-profile-module",
4436
- "npm": "",
4621
+ "npm": "@nuxtjs/webpack-profile",
4437
4622
  "icon": "webpack.png",
4438
4623
  "github": "https://github.com/nuxt-community/webpack-profile-module",
4439
4624
  "website": "https://github.com/nuxt-community/webpack-profile-module",
@@ -4447,7 +4632,6 @@
4447
4632
  "twitter": "_pi0_"
4448
4633
  }
4449
4634
  ],
4450
- "contributors": [],
4451
4635
  "compatibility": {
4452
4636
  "nuxt": "^2.0.0",
4453
4637
  "requires": {}
@@ -4457,7 +4641,7 @@
4457
4641
  "name": "webpackdashboard",
4458
4642
  "description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
4459
4643
  "repo": "paulgv/nuxt-webpackdashboard",
4460
- "npm": "",
4644
+ "npm": "nuxt-webpackdashboard",
4461
4645
  "icon": "webpack.png",
4462
4646
  "github": "https://github.com/paulgv/nuxt-webpackdashboard",
4463
4647
  "website": "https://github.com/paulgv/nuxt-webpackdashboard",
@@ -4470,7 +4654,6 @@
4470
4654
  "github": "paulgv"
4471
4655
  }
4472
4656
  ],
4473
- "contributors": [],
4474
4657
  "compatibility": {
4475
4658
  "nuxt": "^2.0.0",
4476
4659
  "requires": {}
@@ -4480,7 +4663,7 @@
4480
4663
  "name": "webpackmonitor",
4481
4664
  "description": "Monitor Nuxt webpack optimization metrics through the development process",
4482
4665
  "repo": "nuxt-community/webpackmonitor-module",
4483
- "npm": "",
4666
+ "npm": "@nuxtjs/webpackmonitor",
4484
4667
  "icon": "webpack.png",
4485
4668
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
4486
4669
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
@@ -4494,7 +4677,6 @@
4494
4677
  "twitter": "_pi0_"
4495
4678
  }
4496
4679
  ],
4497
- "contributors": [],
4498
4680
  "compatibility": {
4499
4681
  "nuxt": "^2.0.0",
4500
4682
  "requires": {}
@@ -4504,7 +4686,7 @@
4504
4686
  "name": "windicss",
4505
4687
  "description": "Next generation utility-first CSS framework.",
4506
4688
  "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
4507
- "npm": "",
4689
+ "npm": "nuxt-windicss",
4508
4690
  "icon": "windicss.svg",
4509
4691
  "github": "https://github.com/windicss/nuxt-windicss-module",
4510
4692
  "website": "https://github.com/windicss/nuxt-windicss-module",
@@ -4523,7 +4705,6 @@
4523
4705
  "twitter": "antfu7"
4524
4706
  }
4525
4707
  ],
4526
- "contributors": [],
4527
4708
  "compatibility": {
4528
4709
  "nuxt": "^2.0.0 || ^3.0.0",
4529
4710
  "requires": {
@@ -4535,7 +4716,7 @@
4535
4716
  "name": "winston-log",
4536
4717
  "description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
4537
4718
  "repo": "aaronransley/nuxt-winston-log",
4538
- "npm": "",
4719
+ "npm": "nuxt-winston-log",
4539
4720
  "icon": "winston.png",
4540
4721
  "github": "https://github.com/aaronransley/nuxt-winston-log",
4541
4722
  "website": "https://github.com/aaronransley/nuxt-winston-log",
@@ -4548,7 +4729,6 @@
4548
4729
  "github": "aaronransley"
4549
4730
  }
4550
4731
  ],
4551
- "contributors": [],
4552
4732
  "compatibility": {
4553
4733
  "nuxt": "^2.0.0",
4554
4734
  "requires": {}
@@ -4558,7 +4738,7 @@
4558
4738
  "name": "wp-nuxt",
4559
4739
  "description": "The module adds a Wordpress Rest API to your nuxt application",
4560
4740
  "repo": "yashha/wp-nuxt",
4561
- "npm": "",
4741
+ "npm": "wp-nuxt",
4562
4742
  "icon": "wordpress.png",
4563
4743
  "github": "https://github.com/yashha/wp-nuxt",
4564
4744
  "website": "https://github.com/yashha/wp-nuxt",
@@ -4571,7 +4751,6 @@
4571
4751
  "github": "yashha"
4572
4752
  }
4573
4753
  ],
4574
- "contributors": [],
4575
4754
  "compatibility": {
4576
4755
  "nuxt": "^2.0.0",
4577
4756
  "requires": {}
@@ -4581,7 +4760,7 @@
4581
4760
  "name": "xhr-cache",
4582
4761
  "description": "Cache api resources and serve it as static resource",
4583
4762
  "repo": "gaetansenn/xhr-cache",
4584
- "npm": "",
4763
+ "npm": "@dewib/xhr-cache",
4585
4764
  "icon": "",
4586
4765
  "github": "https://github.com/gaetansenn/xhr-cache",
4587
4766
  "website": "https://xhr-cache.dewib.com",
@@ -4594,7 +4773,6 @@
4594
4773
  "github": "gaetansenn"
4595
4774
  }
4596
4775
  ],
4597
- "contributors": [],
4598
4776
  "compatibility": {
4599
4777
  "nuxt": "^2.0.0",
4600
4778
  "requires": {}
@@ -4604,7 +4782,7 @@
4604
4782
  "name": "xui",
4605
4783
  "description": "Light module to help design websites with Nuxt.",
4606
4784
  "repo": "MetaCorp/xui-module",
4607
- "npm": "",
4785
+ "npm": "xui-module",
4608
4786
  "icon": "",
4609
4787
  "github": "https://github.com/MetaCorp/xui-module",
4610
4788
  "website": "https://github.com/MetaCorp/xui-module",
@@ -4617,7 +4795,6 @@
4617
4795
  "github": "MetaCorp"
4618
4796
  }
4619
4797
  ],
4620
- "contributors": [],
4621
4798
  "compatibility": {
4622
4799
  "nuxt": "^2.0.0",
4623
4800
  "requires": {}
@@ -4627,7 +4804,7 @@
4627
4804
  "name": "yandex-metrika",
4628
4805
  "description": "Yandex metrika Module for Nuxt.js",
4629
4806
  "repo": "nuxt-community/yandex-metrika-module",
4630
- "npm": "",
4807
+ "npm": "@nuxtjs/yandex-metrika",
4631
4808
  "icon": "",
4632
4809
  "github": "https://github.com/nuxt-community/yandex-metrika-module",
4633
4810
  "website": "https://github.com/nuxt-community/yandex-metrika-module",
@@ -4641,7 +4818,6 @@
4641
4818
  "twitter": "_pi0_"
4642
4819
  }
4643
4820
  ],
4644
- "contributors": [],
4645
4821
  "compatibility": {
4646
4822
  "nuxt": "^2.0.0",
4647
4823
  "requires": {}
@@ -4651,7 +4827,7 @@
4651
4827
  "name": "zendesk",
4652
4828
  "description": "Nuxt.js module for Zendesk",
4653
4829
  "repo": "DansMaCulotte/nuxt-zendesk",
4654
- "npm": "",
4830
+ "npm": "@dansmaculotte/nuxt-zendesk",
4655
4831
  "icon": "zendesk.png",
4656
4832
  "github": "https://github.com/DansMaCulotte/nuxt-zendesk",
4657
4833
  "website": "https://github.com/DansMaCulotte/nuxt-zendesk",
@@ -4664,7 +4840,6 @@
4664
4840
  "github": "DansMaCulotte"
4665
4841
  }
4666
4842
  ],
4667
- "contributors": [],
4668
4843
  "compatibility": {
4669
4844
  "nuxt": "^2.0.0",
4670
4845
  "requires": {}