@nuxt/modules 0.5.0-60884e → 0.5.0-6f0582

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