@nuxt/modules 0.5.0-f37239 → 0.5.0-f53f95

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 +1010 -459
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "ackee",
4
4
  "description": "Nuxt.js module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
- "npm": "",
6
+ "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
8
8
  "github": "https://github.com/bdrtsky/nuxt-ackee",
9
9
  "website": "https://github.com/bdrtsky/nuxt-ackee",
@@ -21,7 +21,6 @@
21
21
  "twitter": "Atinux"
22
22
  }
23
23
  ],
24
- "contributors": [],
25
24
  "compatibility": {
26
25
  "nuxt": "^2.0.0",
27
26
  "requires": {}
@@ -31,7 +30,7 @@
31
30
  "name": "agility-cms",
32
31
  "description": "Agility CMS Integration for Nuxt.js",
33
32
  "repo": "agility/agilitycms-nuxt-module",
34
- "npm": "",
33
+ "npm": "@agility/agilitycms-nuxt-module",
35
34
  "icon": "agility.png",
36
35
  "github": "https://github.com/agility/agilitycms-nuxt-module",
37
36
  "website": "https://github.com/agility/agilitycms-nuxt-module",
@@ -45,17 +44,46 @@
45
44
  "avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
46
45
  }
47
46
  ],
48
- "contributors": [],
49
47
  "compatibility": {
50
48
  "nuxt": "^2.0.0",
51
49
  "requires": {}
52
50
  }
53
51
  },
52
+ {
53
+ "name": "algolia",
54
+ "description": "Algolia Search Module for Nuxt 3",
55
+ "repo": "nuxt-modules/algolia",
56
+ "npm": "@nuxtjs/algolia",
57
+ "icon": "algolia.svg",
58
+ "github": "https://github.com/nuxt-modules/algolia",
59
+ "website": "https://algolia.nuxtjs.org/",
60
+ "learn_more": "https://algolia.nuxtjs.org/",
61
+ "category": "Libraries",
62
+ "type": "community",
63
+ "maintainers": [
64
+ {
65
+ "name": "Jakub Andrzejewski",
66
+ "github": "Baroshem",
67
+ "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
68
+ },
69
+ {
70
+ "name": "Yasser Lahbibi",
71
+ "github": "yassilah",
72
+ "avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
73
+ }
74
+ ],
75
+ "compatibility": {
76
+ "nuxt": "^2.0.0 || ^3.0.0",
77
+ "requires": {
78
+ "bridge": true
79
+ }
80
+ }
81
+ },
54
82
  {
55
83
  "name": "alias",
56
84
  "description": "It automatically creates an alias for the components and page of the path",
57
85
  "repo": "kdydesign/nuxt-alias-module",
58
- "npm": "",
86
+ "npm": "nuxt-alias",
59
87
  "icon": "",
60
88
  "github": "https://github.com/kdydesign/nuxt-alias-module",
61
89
  "website": "https://github.com/kdydesign/nuxt-alias-module",
@@ -68,7 +96,6 @@
68
96
  "github": "kdydesign"
69
97
  }
70
98
  ],
71
- "contributors": [],
72
99
  "compatibility": {
73
100
  "nuxt": "^2.0.0",
74
101
  "requires": {}
@@ -78,7 +105,7 @@
78
105
  "name": "amp",
79
106
  "description": "AMP (Accelerated Mobile Pages) module for Nuxt",
80
107
  "repo": "nuxt-community/amp-module",
81
- "npm": "",
108
+ "npm": "@nuxtjs/amp",
82
109
  "icon": "amp.png",
83
110
  "github": "https://github.com/nuxt-community/amp-module",
84
111
  "website": "https://github.com/nuxt-community/amp-module",
@@ -92,7 +119,6 @@
92
119
  "twitter": "a_birang"
93
120
  }
94
121
  ],
95
- "contributors": [],
96
122
  "compatibility": {
97
123
  "nuxt": "^2.0.0",
98
124
  "requires": {}
@@ -102,7 +128,7 @@
102
128
  "name": "animejs",
103
129
  "description": "Anime.js module for Nuxt.js",
104
130
  "repo": "ivodolenc/nuxt-animejs",
105
- "npm": "",
131
+ "npm": "nuxt-animejs",
106
132
  "icon": "",
107
133
  "github": "https://github.com/ivodolenc/nuxt-animejs",
108
134
  "website": "https://github.com/ivodolenc/nuxt-animejs",
@@ -115,17 +141,40 @@
115
141
  "github": "ivodolenc"
116
142
  }
117
143
  ],
118
- "contributors": [],
119
144
  "compatibility": {
120
145
  "nuxt": "^2.0.0",
121
146
  "requires": {}
122
147
  }
123
148
  },
149
+ {
150
+ "name": "api-party",
151
+ "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
152
+ "repo": "johannschopplich/nuxt-api-party",
153
+ "npm": "nuxt-api-party",
154
+ "icon": "api-party.svg",
155
+ "github": "https://github.com/johannschopplich/nuxt-api-party",
156
+ "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
157
+ "learn_more": "",
158
+ "category": "Request",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "Johann Schopplich",
163
+ "github": "johannschopplich",
164
+ "twitter": "jschopplich",
165
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
166
+ }
167
+ ],
168
+ "compatibility": {
169
+ "nuxt": "^3.0.0",
170
+ "requires": {}
171
+ }
172
+ },
124
173
  {
125
174
  "name": "apis-to-file",
126
175
  "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
176
  "repo": "Luxdamore/nuxt-apis-to-file",
128
- "npm": "",
177
+ "npm": "@luxdamore/nuxt-apis-to-file",
129
178
  "icon": "",
130
179
  "github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
131
180
  "website": "https://luxdamore.github.io/nuxt-apis-to-file/",
@@ -140,7 +189,6 @@
140
189
  "avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
141
190
  }
142
191
  ],
143
- "contributors": [],
144
192
  "compatibility": {
145
193
  "nuxt": "^2.0.0",
146
194
  "requires": {}
@@ -149,27 +197,24 @@
149
197
  {
150
198
  "name": "apollo",
151
199
  "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
152
- "repo": "nuxt-community/apollo-module",
153
- "npm": "",
200
+ "repo": "nuxt-modules/apollo",
201
+ "npm": "@nuxtjs/apollo",
154
202
  "icon": "apollo.png",
155
- "github": "https://github.com/nuxt-community/apollo-module",
156
- "website": "https://github.com/nuxt-community/apollo-module",
203
+ "github": "https://github.com/nuxt-modules/apollo",
204
+ "website": "https://apollo.nuxtjs.org",
157
205
  "learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
158
206
  "category": "Request",
159
207
  "type": "community",
160
208
  "maintainers": [
161
209
  {
162
- "name": "Lam Kieu",
163
- "github": "kieusonlam"
164
- },
165
- {
166
- "name": "Dominic Garms",
167
- "github": "dohomi"
210
+ "name": "Conrawl Rogers",
211
+ "github": "diizzayy",
212
+ "twitter": "diizzayy",
213
+ "avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
168
214
  }
169
215
  ],
170
- "contributors": [],
171
216
  "compatibility": {
172
- "nuxt": "^2.0.0",
217
+ "nuxt": "^2.0.0 || ^3.0.0",
173
218
  "requires": {}
174
219
  }
175
220
  },
@@ -177,7 +222,7 @@
177
222
  "name": "applicationinsights",
178
223
  "description": "AppInsights module for Nuxt.js",
179
224
  "repo": "nuxt-community/applicationinsights-module",
180
- "npm": "",
225
+ "npm": "@nuxtjs/applicationinsights",
181
226
  "icon": "application-insights.png",
182
227
  "github": "https://github.com/nuxt-community/applicationinsights-module",
183
228
  "website": "https://github.com/nuxt-community/applicationinsights-module",
@@ -190,7 +235,6 @@
190
235
  "github": "aldarund"
191
236
  }
192
237
  ],
193
- "contributors": [],
194
238
  "compatibility": {
195
239
  "nuxt": "^2.0.0",
196
240
  "requires": {}
@@ -200,7 +244,7 @@
200
244
  "name": "appwrite",
201
245
  "description": "Appwrite module for Nuxt",
202
246
  "repo": "Hrdtr/nuxt-appwrite",
203
- "npm": "",
247
+ "npm": "nuxt-appwrite",
204
248
  "icon": "appwrite.png",
205
249
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
206
250
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
@@ -213,7 +257,6 @@
213
257
  "github": "Hrdtr"
214
258
  }
215
259
  ],
216
- "contributors": [],
217
260
  "compatibility": {
218
261
  "nuxt": "^2.0.0",
219
262
  "requires": {}
@@ -223,7 +266,7 @@
223
266
  "name": "auth",
224
267
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
225
268
  "repo": "nuxt-community/auth-module",
226
- "npm": "",
269
+ "npm": "@nuxtjs/auth",
227
270
  "icon": "auth.png",
228
271
  "github": "https://github.com/nuxt-community/auth-module",
229
272
  "website": "https://dev.auth.nuxtjs.org/",
@@ -241,7 +284,6 @@
241
284
  "github": "JoaoPedroAS51"
242
285
  }
243
286
  ],
244
- "contributors": [],
245
287
  "compatibility": {
246
288
  "nuxt": "^2.0.0",
247
289
  "requires": {}
@@ -251,7 +293,7 @@
251
293
  "name": "axios",
252
294
  "description": "Secure and easy Axios module with Nuxt.js",
253
295
  "repo": "nuxt-community/axios-module",
254
- "npm": "",
296
+ "npm": "@nuxtjs/axios",
255
297
  "icon": "axios.svg",
256
298
  "github": "https://github.com/nuxt-community/axios-module",
257
299
  "website": "https://axios.nuxtjs.org",
@@ -265,7 +307,6 @@
265
307
  "twitter": "_pi0_"
266
308
  }
267
309
  ],
268
- "contributors": [],
269
310
  "compatibility": {
270
311
  "nuxt": "^2.0.0",
271
312
  "requires": {}
@@ -275,7 +316,7 @@
275
316
  "name": "basic-auth",
276
317
  "description": "Provide basic authentication to your Nuxt.js application",
277
318
  "repo": "potato4d/nuxt-basic-auth-module",
278
- "npm": "",
319
+ "npm": "nuxt-basic-auth-module",
279
320
  "icon": "",
280
321
  "github": "https://github.com/potato4d/nuxt-basic-auth-module",
281
322
  "website": "https://github.com/potato4d/nuxt-basic-auth-module",
@@ -288,7 +329,6 @@
288
329
  "github": "potato4d"
289
330
  }
290
331
  ],
291
- "contributors": [],
292
332
  "compatibility": {
293
333
  "nuxt": "^2.0.0",
294
334
  "requires": {}
@@ -298,7 +338,7 @@
298
338
  "name": "bootstrap",
299
339
  "description": "Add Bootstrap to your Nuxt app in seconds.",
300
340
  "repo": "bootstrap-vue/bootstrap-vue",
301
- "npm": "",
341
+ "npm": "bootstrap-vue",
302
342
  "icon": "bootstrap.png",
303
343
  "github": "https://github.com/bootstrap-vue/bootstrap-vue",
304
344
  "website": "https://bootstrap-vue.org/docs#nuxtjs-module",
@@ -321,7 +361,6 @@
321
361
  "twitter": "jackmu95"
322
362
  }
323
363
  ],
324
- "contributors": [],
325
364
  "compatibility": {
326
365
  "nuxt": "^2.0.0",
327
366
  "requires": {}
@@ -331,7 +370,7 @@
331
370
  "name": "browserconfig",
332
371
  "description": "Adds XML browser configuration support",
333
372
  "repo": "nuxt-community/modules#master/packages/browserconfig",
334
- "npm": "",
373
+ "npm": "@nuxtjs/browserconfig",
335
374
  "icon": "",
336
375
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
337
376
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
@@ -345,7 +384,6 @@
345
384
  "twitter": "_pi0_"
346
385
  }
347
386
  ],
348
- "contributors": [],
349
387
  "compatibility": {
350
388
  "nuxt": "^2.0.0",
351
389
  "requires": {}
@@ -355,7 +393,7 @@
355
393
  "name": "buefy",
356
394
  "description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
357
395
  "repo": "buefy/nuxt-buefy",
358
- "npm": "",
396
+ "npm": "nuxt-buefy",
359
397
  "icon": "buefy.png",
360
398
  "github": "https://github.com/buefy/nuxt-buefy",
361
399
  "website": "https://github.com/buefy/nuxt-buefy",
@@ -368,7 +406,6 @@
368
406
  "github": "jtommy"
369
407
  }
370
408
  ],
371
- "contributors": [],
372
409
  "compatibility": {
373
410
  "nuxt": "^2.0.0",
374
411
  "requires": {}
@@ -376,9 +413,9 @@
376
413
  },
377
414
  {
378
415
  "name": "bugsnag",
379
- "description": "Bugsnag module for nuxt.js",
416
+ "description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
380
417
  "repo": "JulianMar/nuxt-bugsnag",
381
- "npm": "",
418
+ "npm": "nuxt-bugsnag",
382
419
  "icon": "bugsnag.png",
383
420
  "github": "https://github.com/JulianMar/nuxt-bugsnag",
384
421
  "website": "https://github.com/JulianMar/nuxt-bugsnag",
@@ -388,20 +425,22 @@
388
425
  "maintainers": [
389
426
  {
390
427
  "name": "JulianMar",
391
- "github": "JulianMar"
428
+ "github": "JulianMar",
429
+ "twitter": "julian_martin96"
392
430
  }
393
431
  ],
394
- "contributors": [],
395
432
  "compatibility": {
396
- "nuxt": "^2.0.0",
397
- "requires": {}
433
+ "nuxt": "^2.0.0 || ^3.0.0",
434
+ "requires": {
435
+ "bridge": true
436
+ }
398
437
  }
399
438
  },
400
439
  {
401
440
  "name": "bulma-slim",
402
441
  "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
403
442
  "repo": "mustardamus/nuxt-bulma-slim",
404
- "npm": "",
443
+ "npm": "nuxt-bulma-slim",
405
444
  "icon": "bulma.png",
406
445
  "github": "https://github.com/mustardamus/nuxt-bulma-slim",
407
446
  "website": "https://github.com/mustardamus/nuxt-bulma-slim",
@@ -414,7 +453,6 @@
414
453
  "github": "mustardamus"
415
454
  }
416
455
  ],
417
- "contributors": [],
418
456
  "compatibility": {
419
457
  "nuxt": "^2.0.0",
420
458
  "requires": {}
@@ -424,7 +462,7 @@
424
462
  "name": "bundle-buddy",
425
463
  "description": "Don't fight your webpack bundle, become friends!",
426
464
  "repo": "Developmint/nuxt-bundle-buddy",
427
- "npm": "",
465
+ "npm": "nuxt-bundle-buddy",
428
466
  "icon": "",
429
467
  "github": "https://github.com/Developmint/nuxt-bundle-buddy",
430
468
  "website": "https://github.com/Developmint/nuxt-bundle-buddy",
@@ -437,7 +475,6 @@
437
475
  "github": "Developmint"
438
476
  }
439
477
  ],
440
- "contributors": [],
441
478
  "compatibility": {
442
479
  "nuxt": "^2.0.0",
443
480
  "requires": {}
@@ -445,9 +482,9 @@
445
482
  },
446
483
  {
447
484
  "name": "canvas-sketch",
448
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
485
+ "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
449
486
  "repo": "LuXDAmore/generative-art",
450
- "npm": "",
487
+ "npm": "@luxdamore/nuxt-canvas-sketch",
451
488
  "icon": "",
452
489
  "github": "https://github.com/LuXDAmore/generative-art",
453
490
  "website": "https://github.com/LuXDAmore/generative-art",
@@ -461,7 +498,6 @@
461
498
  "twitter": "luxdamore"
462
499
  }
463
500
  ],
464
- "contributors": [],
465
501
  "compatibility": {
466
502
  "nuxt": "^2.0.0",
467
503
  "requires": {}
@@ -471,7 +507,7 @@
471
507
  "name": "chakra-ui",
472
508
  "description": "Chakra UI Module for Nuxt.js",
473
509
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
474
- "npm": "",
510
+ "npm": "@chakra-ui/nuxt",
475
511
  "icon": "chakra-ui.png",
476
512
  "github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
477
513
  "website": "https://vue.chakra-ui.com/with-nuxt",
@@ -484,17 +520,38 @@
484
520
  "github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
485
521
  }
486
522
  ],
487
- "contributors": [],
488
523
  "compatibility": {
489
524
  "nuxt": "^2.0.0",
490
525
  "requires": {}
491
526
  }
492
527
  },
528
+ {
529
+ "name": "chatwoot",
530
+ "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their ustomers on their website",
531
+ "repo": "huntersofbook/huntersofbook#main/packages/chatwoot-nuxt",
532
+ "npm": "@huntersofbook/chatwoot-nuxt",
533
+ "icon": "chatwoot.png",
534
+ "github": "https://github.com/huntersofbook/huntersofbook/tree/main/packages/chatwoot-nuxt",
535
+ "website": "https://github.com/huntersofbook/huntersofbook/tree/main/packages/chatwoot-nuxt",
536
+ "learn_more": "https://www.chatwoot.com",
537
+ "category": "Libraries",
538
+ "type": "3rd-party",
539
+ "maintainers": [
540
+ {
541
+ "name": "productdevbook",
542
+ "github": "productdevbook"
543
+ }
544
+ ],
545
+ "compatibility": {
546
+ "nuxt": "^3.0.0",
547
+ "requires": {}
548
+ }
549
+ },
493
550
  {
494
551
  "name": "chiffre",
495
552
  "description": "Privacy-first, end-to-end encrypted analytics",
496
553
  "repo": "chiffre-io/nuxt-chiffre",
497
- "npm": "",
554
+ "npm": "nuxt-chiffre",
498
555
  "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
499
556
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
500
557
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
@@ -507,7 +564,6 @@
507
564
  "github": "rclement"
508
565
  }
509
566
  ],
510
- "contributors": [],
511
567
  "compatibility": {
512
568
  "nuxt": "^2.0.0",
513
569
  "requires": {}
@@ -517,7 +573,7 @@
517
573
  "name": "client-init",
518
574
  "description": "Provide client version of `nuxtServerInit`.",
519
575
  "repo": "potato4d/nuxt-client-init-module",
520
- "npm": "",
576
+ "npm": "nuxt-client-init-module",
521
577
  "icon": "",
522
578
  "github": "https://github.com/potato4d/nuxt-client-init-module",
523
579
  "website": "https://github.com/potato4d/nuxt-client-init-module",
@@ -530,7 +586,6 @@
530
586
  "github": "potato4d"
531
587
  }
532
588
  ],
533
- "contributors": [],
534
589
  "compatibility": {
535
590
  "nuxt": "^2.0.0",
536
591
  "requires": {}
@@ -540,7 +595,7 @@
540
595
  "name": "cloudcms",
541
596
  "description": "CloudCMS Nuxt.js Module",
542
597
  "repo": "gitana/cloudcms-nuxt",
543
- "npm": "",
598
+ "npm": "cloudcms-nuxt",
544
599
  "icon": "",
545
600
  "github": "https://github.com/gitana/cloudcms-nuxt",
546
601
  "website": "https://github.com/gitana/cloudcms-nuxt",
@@ -553,7 +608,6 @@
553
608
  "github": "gitana"
554
609
  }
555
610
  ],
556
- "contributors": [],
557
611
  "compatibility": {
558
612
  "nuxt": "^2.0.0",
559
613
  "requires": {}
@@ -563,7 +617,7 @@
563
617
  "name": "cloudinary",
564
618
  "description": "Optimize images and videos in your Nuxt.js application",
565
619
  "repo": "nuxt-community/cloudinary-module",
566
- "npm": "",
620
+ "npm": "@nuxtjs/cloudinary",
567
621
  "icon": "cloudinary.png",
568
622
  "github": "https://github.com/nuxt-community/cloudinary-module",
569
623
  "website": "https://cloudinary.nuxtjs.org",
@@ -577,7 +631,6 @@
577
631
  "twitter": "MayaShavin"
578
632
  }
579
633
  ],
580
- "contributors": [],
581
634
  "compatibility": {
582
635
  "nuxt": "^2.0.0",
583
636
  "requires": {}
@@ -587,7 +640,7 @@
587
640
  "name": "color-mode",
588
641
  "description": "Dark and Light mode for NuxtJS with auto detection",
589
642
  "repo": "nuxt-community/color-mode-module",
590
- "npm": "",
643
+ "npm": "@nuxtjs/color-mode",
591
644
  "icon": "color-mode.png",
592
645
  "github": "https://github.com/nuxt-community/color-mode-module",
593
646
  "website": "https://color-mode.nuxtjs.org",
@@ -601,9 +654,8 @@
601
654
  "twitter": "Atinux"
602
655
  }
603
656
  ],
604
- "contributors": [],
605
657
  "compatibility": {
606
- "nuxt": "^2.0.0",
658
+ "nuxt": "^2.0.0 || ^3.0.0",
607
659
  "requires": {
608
660
  "bridge": "optional"
609
661
  }
@@ -613,7 +665,7 @@
613
665
  "name": "component-cache",
614
666
  "description": "LRU component cache for vue components",
615
667
  "repo": "nuxt-community/component-cache-module",
616
- "npm": "",
668
+ "npm": "@nuxtjs/component-cache",
617
669
  "icon": "",
618
670
  "github": "https://github.com/nuxt-community/component-cache-module",
619
671
  "website": "https://github.com/nuxt-community/component-cache-module",
@@ -627,7 +679,6 @@
627
679
  "twitter": "_pi0_"
628
680
  }
629
681
  ],
630
- "contributors": [],
631
682
  "compatibility": {
632
683
  "nuxt": "^2.0.0",
633
684
  "requires": {}
@@ -637,7 +688,7 @@
637
688
  "name": "composition-api",
638
689
  "description": "Composition API hooks for Nuxt",
639
690
  "repo": "nuxt-community/composition-api#main",
640
- "npm": "",
691
+ "npm": "@nuxtjs/composition-api",
641
692
  "icon": "composition-api.svg",
642
693
  "github": "https://github.com/nuxt-community/composition-api/tree/main",
643
694
  "website": "https://composition-api.nuxtjs.org",
@@ -651,7 +702,6 @@
651
702
  "twitter": "danielcroe"
652
703
  }
653
704
  ],
654
- "contributors": [],
655
705
  "compatibility": {
656
706
  "nuxt": "^2.0.0",
657
707
  "requires": {}
@@ -659,10 +709,10 @@
659
709
  },
660
710
  {
661
711
  "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",
712
+ "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
713
+ "repo": "nuxt/content#main",
714
+ "npm": "@nuxt/content",
715
+ "icon": "nuxt.png",
666
716
  "github": "https://github.com/nuxt/content",
667
717
  "website": "https://content.nuxtjs.org",
668
718
  "learn_more": "",
@@ -670,9 +720,14 @@
670
720
  "type": "official",
671
721
  "maintainers": [
672
722
  {
673
- "name": "Benjamin Canac",
674
- "github": "benjamincanac",
675
- "twitter": "benjamincanac"
723
+ "name": "Yaël Guilloux",
724
+ "github": "Tahul",
725
+ "twitter": "yaeeelglx"
726
+ },
727
+ {
728
+ "name": "Ahad Birang",
729
+ "github": "farnabaz",
730
+ "twitter": "a_birang"
676
731
  },
677
732
  {
678
733
  "name": "Sebastien Chopin",
@@ -680,9 +735,8 @@
680
735
  "twitter": "Atinux"
681
736
  }
682
737
  ],
683
- "contributors": [],
684
738
  "compatibility": {
685
- "nuxt": "^2.0.0",
739
+ "nuxt": "^2.0.0 || ^3.0.0",
686
740
  "requires": {}
687
741
  }
688
742
  },
@@ -690,7 +744,7 @@
690
744
  "name": "contentful",
691
745
  "description": "nuxt contentful module",
692
746
  "repo": "scaccogatto/contentful-module",
693
- "npm": "",
747
+ "npm": "contentful-module",
694
748
  "icon": "contentful.png",
695
749
  "github": "https://github.com/scaccogatto/contentful-module",
696
750
  "website": "https://github.com/scaccogatto/contentful-module",
@@ -703,7 +757,6 @@
703
757
  "github": "scaccogatto"
704
758
  }
705
759
  ],
706
- "contributors": [],
707
760
  "compatibility": {
708
761
  "nuxt": "^2.0.0",
709
762
  "requires": {}
@@ -713,7 +766,7 @@
713
766
  "name": "custom-elements",
714
767
  "description": "Publish your Components as a vue-custom-element standalone build.",
715
768
  "repo": "GrabarzUndPartner/nuxt-custom-elements",
716
- "npm": "",
769
+ "npm": "nuxt-custom-elements",
717
770
  "icon": "custom-elements.png",
718
771
  "github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
719
772
  "website": "https://nuxt-custom-elements.grabarzundpartner.dev",
@@ -730,7 +783,6 @@
730
783
  "github": "GrabarzUndPartner"
731
784
  }
732
785
  ],
733
- "contributors": [],
734
786
  "compatibility": {
735
787
  "nuxt": "^2.0.0",
736
788
  "requires": {}
@@ -740,7 +792,7 @@
740
792
  "name": "darkmode.js",
741
793
  "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
742
794
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
743
- "npm": "",
795
+ "npm": "nuxtjs-darkmode-js-module",
744
796
  "icon": "darkmode.png",
745
797
  "github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
746
798
  "website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
@@ -753,7 +805,6 @@
753
805
  "github": "sandoche"
754
806
  }
755
807
  ],
756
- "contributors": [],
757
808
  "compatibility": {
758
809
  "nuxt": "^2.0.0",
759
810
  "requires": {}
@@ -763,7 +814,7 @@
763
814
  "name": "date-fns",
764
815
  "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
765
816
  "repo": "nuxt-community/date-fns-module",
766
- "npm": "",
817
+ "npm": "@nuxtjs/date-fns",
767
818
  "icon": "date-fns.png",
768
819
  "github": "https://github.com/nuxt-community/date-fns-module",
769
820
  "website": "https://github.com/nuxt-community/date-fns-module",
@@ -776,7 +827,6 @@
776
827
  "github": "ricardogobbosouza"
777
828
  }
778
829
  ],
779
- "contributors": [],
780
830
  "compatibility": {
781
831
  "nuxt": "^2.0.0",
782
832
  "requires": {}
@@ -786,7 +836,7 @@
786
836
  "name": "datocms",
787
837
  "description": "DatoCMS integration for Nuxt.js",
788
838
  "repo": "voorhoede/nuxt-datocms-module",
789
- "npm": "",
839
+ "npm": "@voorhoede/nuxt-datocms-module",
790
840
  "icon": "datocms.png",
791
841
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
792
842
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
@@ -799,7 +849,6 @@
799
849
  "github": "Frankwarnaar"
800
850
  }
801
851
  ],
802
- "contributors": [],
803
852
  "compatibility": {
804
853
  "nuxt": "^2.0.0",
805
854
  "requires": {}
@@ -809,7 +858,7 @@
809
858
  "name": "dayjs",
810
859
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
811
860
  "repo": "nuxt-community/dayjs-module",
812
- "npm": "",
861
+ "npm": "@nuxtjs/dayjs",
813
862
  "icon": "day-js.png",
814
863
  "github": "https://github.com/nuxt-community/dayjs-module",
815
864
  "website": "https://github.com/nuxt-community/dayjs-module",
@@ -823,7 +872,29 @@
823
872
  "twitter": "potato4d"
824
873
  }
825
874
  ],
826
- "contributors": [],
875
+ "compatibility": {
876
+ "nuxt": "^2.0.0",
877
+ "requires": {}
878
+ }
879
+ },
880
+ {
881
+ "name": "delay-hydration",
882
+ "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
883
+ "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
884
+ "npm": "nuxt-delay-hydration",
885
+ "icon": "lighthouse.svg",
886
+ "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
887
+ "website": "https://github.com/harlan-zw/nuxt-delay-hydration",
888
+ "learn_more": "",
889
+ "category": "Performance",
890
+ "type": "3rd-party",
891
+ "maintainers": [
892
+ {
893
+ "name": "Harlan Wilton",
894
+ "github": "harlan-zw",
895
+ "twitter": "harlan_zw"
896
+ }
897
+ ],
827
898
  "compatibility": {
828
899
  "nuxt": "^2.0.0",
829
900
  "requires": {}
@@ -833,7 +904,7 @@
833
904
  "name": "device",
834
905
  "description": "Device detection module for Nuxt.js",
835
906
  "repo": "nuxt-community/device-module",
836
- "npm": "",
907
+ "npm": "@nuxtjs/device",
837
908
  "icon": "",
838
909
  "github": "https://github.com/nuxt-community/device-module",
839
910
  "website": "https://github.com/nuxt-community/device-module",
@@ -846,17 +917,41 @@
846
917
  "github": "dotneet"
847
918
  }
848
919
  ],
849
- "contributors": [],
850
920
  "compatibility": {
851
921
  "nuxt": "^2.0.0",
852
922
  "requires": {}
853
923
  }
854
924
  },
925
+ {
926
+ "name": "directus",
927
+ "description": "Easily connect your Nuxt3 application to your directus server.",
928
+ "repo": "intevel/nuxt-directus",
929
+ "npm": "nuxt-directus",
930
+ "icon": "directus.svg",
931
+ "github": "https://github.com/intevel/nuxt-directus/",
932
+ "website": "https://nuxt-directus.netlify.app/",
933
+ "learn_more": "https://nuxt-directus.netlify.app/",
934
+ "category": "CMS",
935
+ "type": "3rd-party",
936
+ "maintainers": [
937
+ {
938
+ "name": "Conner Bachmann",
939
+ "github": "intevel",
940
+ "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
941
+ }
942
+ ],
943
+ "compatibility": {
944
+ "nuxt": "^2.0.0 || ^3.0.0",
945
+ "requires": {
946
+ "bridge": true
947
+ }
948
+ }
949
+ },
855
950
  {
856
951
  "name": "dotenv",
857
952
  "description": "A Nuxt.js module that loads your .env file into your context options",
858
953
  "repo": "nuxt-community/dotenv-module",
859
- "npm": "",
954
+ "npm": "@nuxtjs/dotenv",
860
955
  "icon": "dotenv.png",
861
956
  "github": "https://github.com/nuxt-community/dotenv-module",
862
957
  "website": "https://github.com/nuxt-community/dotenv-module",
@@ -869,7 +964,6 @@
869
964
  "github": "JulienTant"
870
965
  }
871
966
  ],
872
- "contributors": [],
873
967
  "compatibility": {
874
968
  "nuxt": "^2.0.0",
875
969
  "requires": {}
@@ -879,7 +973,7 @@
879
973
  "name": "drupal-ce",
880
974
  "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
881
975
  "repo": "drunomics/nuxtjs-drupal-ce",
882
- "npm": "",
976
+ "npm": "nuxtjs-drupal-ce",
883
977
  "icon": "drupal-ce.png",
884
978
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
885
979
  "website": "https://stack.lupus.digital",
@@ -903,7 +997,6 @@
903
997
  "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
904
998
  }
905
999
  ],
906
- "contributors": [],
907
1000
  "compatibility": {
908
1001
  "nuxt": "^2.0.0",
909
1002
  "requires": {}
@@ -913,7 +1006,7 @@
913
1006
  "name": "druxt",
914
1007
  "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
915
1008
  "repo": "druxt/druxt.js#develop/packages/druxt",
916
- "npm": "",
1009
+ "npm": "druxt",
917
1010
  "icon": "druxt.svg",
918
1011
  "github": "https://github.com/druxt/druxt.js",
919
1012
  "website": "https://druxtjs.org",
@@ -926,7 +1019,6 @@
926
1019
  "github": "decipher"
927
1020
  }
928
1021
  ],
929
- "contributors": [],
930
1022
  "compatibility": {
931
1023
  "nuxt": "^2.0.0",
932
1024
  "requires": {}
@@ -936,7 +1028,7 @@
936
1028
  "name": "emotion",
937
1029
  "description": "The Next Generation of CSS-in-JS for Nuxt.js",
938
1030
  "repo": "nuxt-community/emotion-module",
939
- "npm": "",
1031
+ "npm": "@nuxtjs/emotion",
940
1032
  "icon": "emotion.png",
941
1033
  "github": "https://github.com/nuxt-community/emotion-module",
942
1034
  "website": "https://github.com/nuxt-community/emotion-module",
@@ -950,7 +1042,6 @@
950
1042
  "twitter": "_pi0_"
951
1043
  }
952
1044
  ],
953
- "contributors": [],
954
1045
  "compatibility": {
955
1046
  "nuxt": "^2.0.0",
956
1047
  "requires": {}
@@ -960,7 +1051,7 @@
960
1051
  "name": "eslint",
961
1052
  "description": "ESLint module for Nuxt.js",
962
1053
  "repo": "nuxt-community/eslint-module",
963
- "npm": "",
1054
+ "npm": "@nuxtjs/eslint-module",
964
1055
  "icon": "eslint.png",
965
1056
  "github": "https://github.com/nuxt-community/eslint-module",
966
1057
  "website": "https://github.com/nuxt-community/eslint-module",
@@ -973,7 +1064,6 @@
973
1064
  "github": "ricardogobbosouza"
974
1065
  }
975
1066
  ],
976
- "contributors": [],
977
1067
  "compatibility": {
978
1068
  "nuxt": "^2.0.0",
979
1069
  "requires": {}
@@ -983,7 +1073,7 @@
983
1073
  "name": "event-trace",
984
1074
  "description": "Module for event trace in Nuxt.js",
985
1075
  "repo": "nuxt-community/nuxt-event-trace",
986
- "npm": "",
1076
+ "npm": "nuxt-event-trace",
987
1077
  "icon": "",
988
1078
  "github": "https://github.com/nuxt-community/nuxt-event-trace",
989
1079
  "website": "https://github.com/nuxt-community/nuxt-event-trace",
@@ -996,7 +1086,6 @@
996
1086
  "github": "clarkdo"
997
1087
  }
998
1088
  ],
999
- "contributors": [],
1000
1089
  "compatibility": {
1001
1090
  "nuxt": "^2.0.0",
1002
1091
  "requires": {}
@@ -1006,7 +1095,7 @@
1006
1095
  "name": "fathom",
1007
1096
  "description": "Fathom analytics for Nuxt",
1008
1097
  "repo": "yabhq/nuxt-fathom",
1009
- "npm": "",
1098
+ "npm": "@yabhq/nuxt-fathom",
1010
1099
  "icon": "fathom.png",
1011
1100
  "github": "https://github.com/yabhq/nuxt-fathom",
1012
1101
  "website": "https://github.com/yabhq/nuxt-fathom",
@@ -1019,7 +1108,6 @@
1019
1108
  "github": "yabhq"
1020
1109
  }
1021
1110
  ],
1022
- "contributors": [],
1023
1111
  "compatibility": {
1024
1112
  "nuxt": "^2.0.0",
1025
1113
  "requires": {}
@@ -1029,7 +1117,7 @@
1029
1117
  "name": "feature-toggle",
1030
1118
  "description": "Feature toggle module for Nuxt.js",
1031
1119
  "repo": "stephenkr/nuxt-feature-toggle",
1032
- "npm": "",
1120
+ "npm": "nuxt-feature-toggle",
1033
1121
  "icon": "",
1034
1122
  "github": "https://github.com/stephenkr/nuxt-feature-toggle",
1035
1123
  "website": "https://github.com/stephenkr/nuxt-feature-toggle",
@@ -1042,7 +1130,6 @@
1042
1130
  "github": "stephenkr"
1043
1131
  }
1044
1132
  ],
1045
- "contributors": [],
1046
1133
  "compatibility": {
1047
1134
  "nuxt": "^2.0.0",
1048
1135
  "requires": {}
@@ -1050,9 +1137,9 @@
1050
1137
  },
1051
1138
  {
1052
1139
  "name": "feed",
1053
- "description": "Feed module enables everyone to have RSS, Atom and Json.",
1140
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
1054
1141
  "repo": "nuxt-community/feed-module",
1055
- "npm": "",
1142
+ "npm": "@nuxtjs/feed",
1056
1143
  "icon": "",
1057
1144
  "github": "https://github.com/nuxt-community/feed-module",
1058
1145
  "website": "https://github.com/nuxt-community/feed-module",
@@ -1066,7 +1153,6 @@
1066
1153
  "twitter": "TheAlexLichter"
1067
1154
  }
1068
1155
  ],
1069
- "contributors": [],
1070
1156
  "compatibility": {
1071
1157
  "nuxt": "^2.0.0",
1072
1158
  "requires": {}
@@ -1075,8 +1161,8 @@
1075
1161
  {
1076
1162
  "name": "firebase",
1077
1163
  "description": "Integrate Firebase into your Nuxt project.",
1078
- "repo": "nuxt-community/firebase-module",
1079
- "npm": "",
1164
+ "repo": "nuxt-community/firebase-module#master/packages/firebase-module",
1165
+ "npm": "@nuxtjs/firebase",
1080
1166
  "icon": "firebase.png",
1081
1167
  "github": "https://github.com/nuxt-community/firebase-module",
1082
1168
  "website": "https://firebase.nuxtjs.org",
@@ -1089,7 +1175,6 @@
1089
1175
  "github": "lupas"
1090
1176
  }
1091
1177
  ],
1092
- "contributors": [],
1093
1178
  "compatibility": {
1094
1179
  "nuxt": "^2.0.0",
1095
1180
  "requires": {}
@@ -1099,7 +1184,7 @@
1099
1184
  "name": "floating-prompt-module",
1100
1185
  "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1101
1186
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1102
- "npm": "",
1187
+ "npm": "nuxt-floating-prompt-module",
1103
1188
  "icon": "",
1104
1189
  "github": "https://github.com/sandoche/nuxt-floating-prompt-module",
1105
1190
  "website": "https://github.com/sandoche/nuxt-floating-prompt-module",
@@ -1112,7 +1197,6 @@
1112
1197
  "github": "sandoche"
1113
1198
  }
1114
1199
  ],
1115
- "contributors": [],
1116
1200
  "compatibility": {
1117
1201
  "nuxt": "^2.0.0",
1118
1202
  "requires": {}
@@ -1122,7 +1206,7 @@
1122
1206
  "name": "font-loader-strategy",
1123
1207
  "description": "Helps to load fonts and activate them by preloading.",
1124
1208
  "repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
1125
- "npm": "",
1209
+ "npm": "nuxt-font-loader-strategy",
1126
1210
  "icon": "",
1127
1211
  "github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
1128
1212
  "website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
@@ -1135,7 +1219,6 @@
1135
1219
  "github": "GrabarzUndPartner"
1136
1220
  }
1137
1221
  ],
1138
- "contributors": [],
1139
1222
  "compatibility": {
1140
1223
  "nuxt": "^2.0.0",
1141
1224
  "requires": {}
@@ -1145,7 +1228,7 @@
1145
1228
  "name": "fontagon",
1146
1229
  "description": "Easy convert SVG from nuxt to icon font.",
1147
1230
  "repo": "kdydesign/nuxt-fontagon",
1148
- "npm": "",
1231
+ "npm": "nuxt-fontagon",
1149
1232
  "icon": "fontagon.png",
1150
1233
  "github": "https://github.com/kdydesign/nuxt-fontagon",
1151
1234
  "website": "https://github.com/kdydesign/nuxt-fontagon",
@@ -1158,17 +1241,39 @@
1158
1241
  "github": "kdydesign"
1159
1242
  }
1160
1243
  ],
1161
- "contributors": [],
1162
1244
  "compatibility": {
1163
1245
  "nuxt": "^2.0.0",
1164
1246
  "requires": {}
1165
1247
  }
1166
1248
  },
1249
+ {
1250
+ "name": "fontaine",
1251
+ "description": "Automatically optimized font fallback based on font metrics",
1252
+ "repo": "nuxt-modules/fontaine",
1253
+ "npm": "@nuxtjs/fontaine",
1254
+ "icon": "fontaine.svg",
1255
+ "github": "https://github.com/nuxt-modules/fontaine",
1256
+ "website": "https://github.com/unjs/fontaine",
1257
+ "learn_more": "https://github.com/unjs/fontaine",
1258
+ "category": "Performance",
1259
+ "type": "community",
1260
+ "maintainers": [
1261
+ {
1262
+ "name": "Daniel Roe",
1263
+ "github": "danielroe",
1264
+ "twitter": "danielcroe"
1265
+ }
1266
+ ],
1267
+ "compatibility": {
1268
+ "nuxt": "^3.0.0",
1269
+ "requires": {}
1270
+ }
1271
+ },
1167
1272
  {
1168
1273
  "name": "fontawesome",
1169
1274
  "description": "Module to join nuxt and Fontawesome 5",
1170
1275
  "repo": "nuxt-community/fontawesome-module",
1171
- "npm": "",
1276
+ "npm": "@nuxtjs/fontawesome",
1172
1277
  "icon": "font-awesome.png",
1173
1278
  "github": "https://github.com/nuxt-community/fontawesome-module",
1174
1279
  "website": "https://github.com/nuxt-community/fontawesome-module",
@@ -1181,17 +1286,44 @@
1181
1286
  "github": "pimlie"
1182
1287
  }
1183
1288
  ],
1184
- "contributors": [],
1185
1289
  "compatibility": {
1186
1290
  "nuxt": "^2.0.0",
1187
1291
  "requires": {}
1188
1292
  }
1189
1293
  },
1294
+ {
1295
+ "name": "formkit",
1296
+ "description": "Seamless FormKit integration for Nuxt",
1297
+ "repo": "formkit/formkit#master/packages/nuxt",
1298
+ "npm": "@formkit/nuxt",
1299
+ "icon": "formkit.png",
1300
+ "github": "https://github.com/formkit/formkit",
1301
+ "website": "https://formkit.com",
1302
+ "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1303
+ "category": "Libraries",
1304
+ "type": "3rd-party",
1305
+ "maintainers": [
1306
+ {
1307
+ "name": "Justin Schroeder",
1308
+ "github": "justin-schroeder",
1309
+ "twitter": "jpschroeder"
1310
+ },
1311
+ {
1312
+ "name": "Andrew Boyd",
1313
+ "github": "andrew-boyd",
1314
+ "twitter": "0xBOYD"
1315
+ }
1316
+ ],
1317
+ "compatibility": {
1318
+ "nuxt": "^3.0.0",
1319
+ "requires": {}
1320
+ }
1321
+ },
1190
1322
  {
1191
1323
  "name": "fullpage",
1192
1324
  "description": "Nuxt module for fullpage-vue plugin",
1193
1325
  "repo": "vaso2/fullpage-nuxt",
1194
- "npm": "",
1326
+ "npm": "fullpage-nuxt",
1195
1327
  "icon": "",
1196
1328
  "github": "https://github.com/vaso2/fullpage-nuxt",
1197
1329
  "website": "https://github.com/vaso2/fullpage-nuxt",
@@ -1204,7 +1336,6 @@
1204
1336
  "github": "vaso2"
1205
1337
  }
1206
1338
  ],
1207
- "contributors": [],
1208
1339
  "compatibility": {
1209
1340
  "nuxt": "^2.0.0",
1210
1341
  "requires": {}
@@ -1214,7 +1345,7 @@
1214
1345
  "name": "github-api",
1215
1346
  "description": "Nuxt module for GitHub v4 API",
1216
1347
  "repo": "lindsaykwardell/nuxt-github-api",
1217
- "npm": "",
1348
+ "npm": "nuxt-github-api",
1218
1349
  "icon": "github.svg",
1219
1350
  "github": "https://github.com/lindsaykwardell/nuxt-github-api",
1220
1351
  "website": "https://github.com/lindsaykwardell/nuxt-github-api",
@@ -1227,7 +1358,6 @@
1227
1358
  "github": "lindsaykwardell"
1228
1359
  }
1229
1360
  ],
1230
- "contributors": [],
1231
1361
  "compatibility": {
1232
1362
  "nuxt": "^2.0.0",
1233
1363
  "requires": {}
@@ -1237,7 +1367,7 @@
1237
1367
  "name": "google-adsense",
1238
1368
  "description": "Google Adsense Module for Nuxt.js",
1239
1369
  "repo": "nuxt-community/google-adsense-module",
1240
- "npm": "",
1370
+ "npm": "@nuxtjs/google-adsense",
1241
1371
  "icon": "google-adsense.png",
1242
1372
  "github": "https://github.com/nuxt-community/google-adsense-module",
1243
1373
  "website": "https://github.com/nuxt-community/google-adsense-module",
@@ -1250,7 +1380,6 @@
1250
1380
  "github": "tmorehouse"
1251
1381
  }
1252
1382
  ],
1253
- "contributors": [],
1254
1383
  "compatibility": {
1255
1384
  "nuxt": "^2.0.0",
1256
1385
  "requires": {}
@@ -1260,7 +1389,7 @@
1260
1389
  "name": "google-analytics",
1261
1390
  "description": "Google analytics Module for Nuxt.js",
1262
1391
  "repo": "nuxt-community/analytics-module",
1263
- "npm": "",
1392
+ "npm": "@nuxtjs/google-analytics",
1264
1393
  "icon": "google-analytics.png",
1265
1394
  "github": "https://github.com/nuxt-community/analytics-module",
1266
1395
  "website": "https://google-analytics.nuxtjs.org",
@@ -1283,7 +1412,6 @@
1283
1412
  "twitter": "matteo_gabriele"
1284
1413
  }
1285
1414
  ],
1286
- "contributors": [],
1287
1415
  "compatibility": {
1288
1416
  "nuxt": "^2.0.0",
1289
1417
  "requires": {}
@@ -1293,7 +1421,7 @@
1293
1421
  "name": "google-fonts",
1294
1422
  "description": "Google Fonts module for NuxtJS",
1295
1423
  "repo": "nuxt-community/google-fonts-module",
1296
- "npm": "",
1424
+ "npm": "@nuxtjs/google-fonts",
1297
1425
  "icon": "google-fonts.png",
1298
1426
  "github": "https://github.com/nuxt-community/google-fonts-module",
1299
1427
  "website": "https://github.com/nuxt-community/google-fonts-module",
@@ -1306,17 +1434,18 @@
1306
1434
  "github": "ricardogobbosouza"
1307
1435
  }
1308
1436
  ],
1309
- "contributors": [],
1310
1437
  "compatibility": {
1311
- "nuxt": "^2.0.0",
1312
- "requires": {}
1438
+ "nuxt": "^2.0.0 || ^3.0.0",
1439
+ "requires": {
1440
+ "bridge": "optional"
1441
+ }
1313
1442
  }
1314
1443
  },
1315
1444
  {
1316
1445
  "name": "google-gtag",
1317
1446
  "description": "Google GTag for Nuxt.js",
1318
1447
  "repo": "nuxt-community/google-gtag",
1319
- "npm": "",
1448
+ "npm": "@nuxtjs/google-gtag",
1320
1449
  "icon": "gtm.png",
1321
1450
  "github": "https://github.com/nuxt-community/google-gtag",
1322
1451
  "website": "https://github.com/nuxt-community/google-gtag",
@@ -1333,7 +1462,6 @@
1333
1462
  "github": "ricardogobbosouza"
1334
1463
  }
1335
1464
  ],
1336
- "contributors": [],
1337
1465
  "compatibility": {
1338
1466
  "nuxt": "^2.0.0",
1339
1467
  "requires": {}
@@ -1343,7 +1471,7 @@
1343
1471
  "name": "google-optimize",
1344
1472
  "description": "SSR friendly Google Optimize module for Nuxt.js",
1345
1473
  "repo": "nuxt-community/google-optimize-module",
1346
- "npm": "",
1474
+ "npm": "nuxt-google-optimize",
1347
1475
  "icon": "google-optimize.png",
1348
1476
  "github": "https://github.com/nuxt-community/google-optimize-module",
1349
1477
  "website": "https://github.com/nuxt-community/google-optimize-module",
@@ -1367,17 +1495,38 @@
1367
1495
  "twitter": "JoshDeltener"
1368
1496
  }
1369
1497
  ],
1370
- "contributors": [],
1371
1498
  "compatibility": {
1372
1499
  "nuxt": "^2.0.0",
1373
1500
  "requires": {}
1374
1501
  }
1375
1502
  },
1503
+ {
1504
+ "name": "graphql-client",
1505
+ "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
1506
+ "repo": "diizzayy/nuxt-graphql-client",
1507
+ "npm": "nuxt-graphql-client",
1508
+ "icon": "graphql-client.svg",
1509
+ "github": "https://github.com/diizzayy/nuxt-graphql-client",
1510
+ "website": "https://github.com/diizzayy/nuxt-graphql-client",
1511
+ "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
1512
+ "category": "Request",
1513
+ "type": "3rd-party",
1514
+ "maintainers": [
1515
+ {
1516
+ "name": "Diizzayy",
1517
+ "github": "diizzayy"
1518
+ }
1519
+ ],
1520
+ "compatibility": {
1521
+ "nuxt": "^3.0.0",
1522
+ "requires": {}
1523
+ }
1524
+ },
1376
1525
  {
1377
1526
  "name": "graphql-request",
1378
1527
  "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1379
1528
  "repo": "gomah/nuxt-graphql-request",
1380
- "npm": "",
1529
+ "npm": "nuxt-graphql-request",
1381
1530
  "icon": "graphql-request.png",
1382
1531
  "github": "https://github.com/gomah/nuxt-graphql-request",
1383
1532
  "website": "https://github.com/gomah/nuxt-graphql-request",
@@ -1390,7 +1539,6 @@
1390
1539
  "github": "gomah"
1391
1540
  }
1392
1541
  ],
1393
- "contributors": [],
1394
1542
  "compatibility": {
1395
1543
  "nuxt": "^2.0.0",
1396
1544
  "requires": {}
@@ -1400,7 +1548,7 @@
1400
1548
  "name": "gtm",
1401
1549
  "description": "Google Tag Manager Module for Nuxt.js",
1402
1550
  "repo": "nuxt-community/gtm-module",
1403
- "npm": "",
1551
+ "npm": "@nuxtjs/gtm",
1404
1552
  "icon": "gtm.png",
1405
1553
  "github": "https://github.com/nuxt-community/gtm-module",
1406
1554
  "website": "https://github.com/nuxt-community/gtm-module",
@@ -1414,7 +1562,6 @@
1414
1562
  "twitter": "_pi0_"
1415
1563
  }
1416
1564
  ],
1417
- "contributors": [],
1418
1565
  "compatibility": {
1419
1566
  "nuxt": "^2.0.0",
1420
1567
  "requires": {}
@@ -1424,7 +1571,7 @@
1424
1571
  "name": "guess",
1425
1572
  "description": "Guess.js module for Nuxt.js",
1426
1573
  "repo": "nuxt-community/guess-module",
1427
- "npm": "",
1574
+ "npm": "@nuxtjs/guess-module",
1428
1575
  "icon": "guessjs.png",
1429
1576
  "github": "https://github.com/nuxt-community/guess-module",
1430
1577
  "website": "https://github.com/nuxt-community/guess-module",
@@ -1437,17 +1584,61 @@
1437
1584
  "github": "clarkdo"
1438
1585
  }
1439
1586
  ],
1440
- "contributors": [],
1441
1587
  "compatibility": {
1442
1588
  "nuxt": "^2.0.0",
1443
1589
  "requires": {}
1444
1590
  }
1445
1591
  },
1592
+ {
1593
+ "name": "harlem",
1594
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1595
+ "repo": "nuxt-modules/harlem",
1596
+ "npm": "@nuxtjs/harlem",
1597
+ "icon": "harlem.svg",
1598
+ "github": "https://github.com/nuxt-modules/harlem",
1599
+ "website": "https://github.com/nuxt-modules/harlem",
1600
+ "learn_more": "https://harlemjs.com/",
1601
+ "category": "Extensions",
1602
+ "type": "community",
1603
+ "maintainers": [
1604
+ {
1605
+ "name": "Daniel Roe",
1606
+ "github": "danielroe",
1607
+ "twitter": "danielcroe"
1608
+ }
1609
+ ],
1610
+ "compatibility": {
1611
+ "nuxt": "^3.0.0",
1612
+ "requires": {}
1613
+ }
1614
+ },
1615
+ {
1616
+ "name": "headlessui",
1617
+ "description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
1618
+ "repo": "P4sca1/nuxt-headlessui",
1619
+ "npm": "nuxt-headlessui",
1620
+ "icon": "headlessui.png",
1621
+ "github": "https://github.com/P4sca1/nuxt-headlessui",
1622
+ "website": "https://github.com/P4sca1/nuxt-headlessui",
1623
+ "learn_more": "https://headlessui.com",
1624
+ "category": "UI",
1625
+ "type": "3rd-party",
1626
+ "maintainers": [
1627
+ {
1628
+ "name": "Pascal Sthamer",
1629
+ "github": "P4sca1"
1630
+ }
1631
+ ],
1632
+ "compatibility": {
1633
+ "nuxt": "^3.0.0",
1634
+ "requires": {}
1635
+ }
1636
+ },
1446
1637
  {
1447
1638
  "name": "headway",
1448
1639
  "description": "Headway changelog widget for Nuxt",
1449
1640
  "repo": "l-portet/nuxt-headway",
1450
- "npm": "",
1641
+ "npm": "nuxt-headway",
1451
1642
  "icon": "headway.png",
1452
1643
  "github": "https://github.com/l-portet/nuxt-headway",
1453
1644
  "website": "https://nuxt-headway.netlify.app/",
@@ -1461,7 +1652,6 @@
1461
1652
  "avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
1462
1653
  }
1463
1654
  ],
1464
- "contributors": [],
1465
1655
  "compatibility": {
1466
1656
  "nuxt": "^2.0.0",
1467
1657
  "requires": {}
@@ -1471,7 +1661,7 @@
1471
1661
  "name": "helmet",
1472
1662
  "description": "Easy Helmet module with Nuxt.js'",
1473
1663
  "repo": "victor-perez/nuxt-helmet",
1474
- "npm": "",
1664
+ "npm": "nuxt-helmet",
1475
1665
  "icon": "",
1476
1666
  "github": "https://github.com/victor-perez/nuxt-helmet",
1477
1667
  "website": "https://github.com/victor-perez/nuxt-helmet",
@@ -1484,7 +1674,6 @@
1484
1674
  "github": "victor-perez"
1485
1675
  }
1486
1676
  ],
1487
- "contributors": [],
1488
1677
  "compatibility": {
1489
1678
  "nuxt": "^2.0.0",
1490
1679
  "requires": {}
@@ -1494,7 +1683,7 @@
1494
1683
  "name": "highcharts",
1495
1684
  "description": "Highcharts for Nuxt",
1496
1685
  "repo": "richardeschloss/nuxt-highcharts",
1497
- "npm": "",
1686
+ "npm": "nuxt-highcharts",
1498
1687
  "icon": "",
1499
1688
  "github": "https://github.com/richardeschloss/nuxt-highcharts",
1500
1689
  "website": "https://github.com/richardeschloss/nuxt-highcharts",
@@ -1507,7 +1696,6 @@
1507
1696
  "github": "richardeschloss"
1508
1697
  }
1509
1698
  ],
1510
- "contributors": [],
1511
1699
  "compatibility": {
1512
1700
  "nuxt": "^2.0.0",
1513
1701
  "requires": {}
@@ -1517,7 +1705,7 @@
1517
1705
  "name": "history-state",
1518
1706
  "description": "Nuxt.js module to backup or restore historical states",
1519
1707
  "repo": "hidekatsu-izuno/nuxt-history-state",
1520
- "npm": "",
1708
+ "npm": "nuxt-history-state",
1521
1709
  "icon": "",
1522
1710
  "github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
1523
1711
  "website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
@@ -1530,7 +1718,6 @@
1530
1718
  "github": "hidekatsu-izuno"
1531
1719
  }
1532
1720
  ],
1533
- "contributors": [],
1534
1721
  "compatibility": {
1535
1722
  "nuxt": "^2.0.0",
1536
1723
  "requires": {}
@@ -1540,7 +1727,7 @@
1540
1727
  "name": "html-minifier",
1541
1728
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
1542
1729
  "repo": "nuxt-community/html-minifier-module",
1543
- "npm": "",
1730
+ "npm": "@nuxtjs/html-minifier",
1544
1731
  "icon": "",
1545
1732
  "github": "https://github.com/nuxt-community/html-minifier-module",
1546
1733
  "website": "https://github.com/nuxt-community/html-minifier-module",
@@ -1553,7 +1740,6 @@
1553
1740
  "github": "clarkdo"
1554
1741
  }
1555
1742
  ],
1556
- "contributors": [],
1557
1743
  "compatibility": {
1558
1744
  "nuxt": "^2.0.0",
1559
1745
  "requires": {}
@@ -1562,10 +1748,10 @@
1562
1748
  {
1563
1749
  "name": "html-validator",
1564
1750
  "description": "Automatically validate Nuxt server-rendered HTML html",
1565
- "repo": "nuxt-community/html-validator-module",
1566
- "npm": "",
1751
+ "repo": "nuxt-modules/html-validator",
1752
+ "npm": "@nuxtjs/html-validator",
1567
1753
  "icon": "html-validator.png",
1568
- "github": "https://github.com/nuxt-community/html-validator-module",
1754
+ "github": "https://github.com/nuxt-modules/html-validator",
1569
1755
  "website": "https://html-validator.nuxtjs.org",
1570
1756
  "learn_more": "https://html-validate.org",
1571
1757
  "category": "Performance",
@@ -1577,17 +1763,18 @@
1577
1763
  "twitter": "danielcroe"
1578
1764
  }
1579
1765
  ],
1580
- "contributors": [],
1581
1766
  "compatibility": {
1582
- "nuxt": "^2.0.0",
1583
- "requires": {}
1767
+ "nuxt": "^2.0.0 || ^3.0.0",
1768
+ "requires": {
1769
+ "bridge": "optional"
1770
+ }
1584
1771
  }
1585
1772
  },
1586
1773
  {
1587
1774
  "name": "http",
1588
1775
  "description": "Universal HTTP Module for Nuxt.js",
1589
1776
  "repo": "nuxt/http",
1590
- "npm": "",
1777
+ "npm": "@nuxt/http",
1591
1778
  "icon": "http.png",
1592
1779
  "github": "https://github.com/nuxt/http",
1593
1780
  "website": "https://http.nuxtjs.org/",
@@ -1606,7 +1793,6 @@
1606
1793
  "twitter": "Atinux"
1607
1794
  }
1608
1795
  ],
1609
- "contributors": [],
1610
1796
  "compatibility": {
1611
1797
  "nuxt": "^2.0.0",
1612
1798
  "requires": {}
@@ -1616,7 +1802,7 @@
1616
1802
  "name": "humans-txt",
1617
1803
  "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
1618
1804
  "repo": "Luxdamore/nuxt-humans-txt",
1619
- "npm": "",
1805
+ "npm": "@luxdamore/nuxt-humans-txt",
1620
1806
  "icon": "",
1621
1807
  "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
1622
1808
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
@@ -1630,7 +1816,6 @@
1630
1816
  "twitter": "luxdamore"
1631
1817
  }
1632
1818
  ],
1633
- "contributors": [],
1634
1819
  "compatibility": {
1635
1820
  "nuxt": "^2.0.0",
1636
1821
  "requires": {}
@@ -1640,7 +1825,7 @@
1640
1825
  "name": "i18n",
1641
1826
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
1642
1827
  "repo": "nuxt-community/i18n-module",
1643
- "npm": "",
1828
+ "npm": "nuxt-i18n",
1644
1829
  "icon": "i18n.png",
1645
1830
  "github": "https://github.com/nuxt-community/i18n-module",
1646
1831
  "website": "https://i18n.nuxtjs.org",
@@ -1657,9 +1842,52 @@
1657
1842
  "github": "kazupon"
1658
1843
  }
1659
1844
  ],
1660
- "contributors": [],
1661
1845
  "compatibility": {
1662
- "nuxt": "^2.0.0",
1846
+ "nuxt": "^2.0.0 || ^3.0.0",
1847
+ "requires": {}
1848
+ }
1849
+ },
1850
+ {
1851
+ "name": "icon",
1852
+ "description": "",
1853
+ "repo": "nuxt-modules/icon",
1854
+ "npm": "nuxt-icon",
1855
+ "icon": "nuxt-icon.png",
1856
+ "github": "https://github.com/nuxt-modules/icon",
1857
+ "website": "https://github.com/nuxt-modules/icon",
1858
+ "learn_more": "",
1859
+ "category": "UI",
1860
+ "type": "community",
1861
+ "maintainers": [
1862
+ {
1863
+ "name": "Atinux",
1864
+ "github": "Atinux"
1865
+ }
1866
+ ],
1867
+ "compatibility": {
1868
+ "nuxt": "^3.0.0",
1869
+ "requires": {}
1870
+ }
1871
+ },
1872
+ {
1873
+ "name": "icons",
1874
+ "description": "Use your own automatically imported SVG icons.",
1875
+ "repo": "gitfoxcode/nuxt-icons",
1876
+ "npm": "nuxt-icons",
1877
+ "icon": "icons.png",
1878
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
1879
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
1880
+ "learn_more": "",
1881
+ "category": "UI",
1882
+ "type": "3rd-party",
1883
+ "maintainers": [
1884
+ {
1885
+ "name": "Sebastian Wludzik",
1886
+ "github": "gitfoxcode"
1887
+ }
1888
+ ],
1889
+ "compatibility": {
1890
+ "nuxt": "^3.0.0",
1663
1891
  "requires": {}
1664
1892
  }
1665
1893
  },
@@ -1667,7 +1895,7 @@
1667
1895
  "name": "image-loader",
1668
1896
  "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
1669
1897
  "repo": "PivaleCo/nuxt-image-loader-module",
1670
- "npm": "",
1898
+ "npm": "@pivale/nuxt-image-loader-module",
1671
1899
  "icon": "",
1672
1900
  "github": "https://github.com/PivaleCo/nuxt-image-loader-module",
1673
1901
  "website": "https://github.com/PivaleCo/nuxt-image-loader-module",
@@ -1680,7 +1908,6 @@
1680
1908
  "github": "Barry-Fisher"
1681
1909
  }
1682
1910
  ],
1683
- "contributors": [],
1684
1911
  "compatibility": {
1685
1912
  "nuxt": "^2.0.0",
1686
1913
  "requires": {}
@@ -1690,7 +1917,7 @@
1690
1917
  "name": "image",
1691
1918
  "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
1692
1919
  "repo": "nuxt/image",
1693
- "npm": "",
1920
+ "npm": "@nuxt/image",
1694
1921
  "icon": "image.png",
1695
1922
  "github": "https://github.com/nuxt/image",
1696
1923
  "website": "https://image.nuxtjs.org",
@@ -1714,9 +1941,8 @@
1714
1941
  "twitter": "Atinux"
1715
1942
  }
1716
1943
  ],
1717
- "contributors": [],
1718
1944
  "compatibility": {
1719
- "nuxt": "^2.0.0",
1945
+ "nuxt": "^2.0.0 || ^3.0.0",
1720
1946
  "requires": {
1721
1947
  "bridge": "optional"
1722
1948
  }
@@ -1726,7 +1952,7 @@
1726
1952
  "name": "imagemin",
1727
1953
  "description": "Automatically optimize (compress) all images used in Nuxt.js",
1728
1954
  "repo": "nuxt-community/imagemin-module",
1729
- "npm": "",
1955
+ "npm": "@nuxtjs/imagemin",
1730
1956
  "icon": "imagemin.png",
1731
1957
  "github": "https://github.com/nuxt-community/imagemin-module",
1732
1958
  "website": "https://github.com/nuxt-community/imagemin-module",
@@ -1739,7 +1965,6 @@
1739
1965
  "github": "ricardogobbosouza"
1740
1966
  }
1741
1967
  ],
1742
- "contributors": [],
1743
1968
  "compatibility": {
1744
1969
  "nuxt": "^2.0.0",
1745
1970
  "requires": {}
@@ -1749,8 +1974,8 @@
1749
1974
  "name": "inkline",
1750
1975
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
1751
1976
  "repo": "inkline/nuxt-module-inkline",
1752
- "npm": "",
1753
- "icon": "inkline.png",
1977
+ "npm": "@inkline/nuxt",
1978
+ "icon": "inkline.svg",
1754
1979
  "github": "https://github.com/inkline/nuxt-module-inkline",
1755
1980
  "website": "https://inkline.io",
1756
1981
  "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
@@ -1763,7 +1988,6 @@
1763
1988
  "twitter": "alexgrozav"
1764
1989
  }
1765
1990
  ],
1766
- "contributors": [],
1767
1991
  "compatibility": {
1768
1992
  "nuxt": "^2.0.0 || ^3.0.0",
1769
1993
  "requires": {
@@ -1775,7 +1999,7 @@
1775
1999
  "name": "intercom",
1776
2000
  "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
1777
2001
  "repo": "hex-digital/nuxt-intercom",
1778
- "npm": "",
2002
+ "npm": "@hexdigital/nuxt-intercom",
1779
2003
  "icon": "intercom.png",
1780
2004
  "github": "https://github.com/hex-digital/nuxt-intercom",
1781
2005
  "website": "https://github.com/hex-digital/nuxt-intercom",
@@ -1788,17 +2012,39 @@
1788
2012
  "github": "hex-digital"
1789
2013
  }
1790
2014
  ],
1791
- "contributors": [],
1792
2015
  "compatibility": {
1793
2016
  "nuxt": "^2.0.0",
1794
2017
  "requires": {}
1795
2018
  }
1796
2019
  },
2020
+ {
2021
+ "name": "ionic",
2022
+ "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
2023
+ "repo": "nuxt-modules/ionic",
2024
+ "npm": "@nuxtjs/ionic",
2025
+ "icon": "ionic.svg",
2026
+ "github": "https://github.com/nuxt-modules/ionic",
2027
+ "website": "https://ionic.nuxtjs.org",
2028
+ "learn_more": "https://ionicframework.com",
2029
+ "category": "Libraries",
2030
+ "type": "community",
2031
+ "maintainers": [
2032
+ {
2033
+ "name": "Daniel Roe",
2034
+ "github": "danielroe",
2035
+ "twitter": "danielcroe"
2036
+ }
2037
+ ],
2038
+ "compatibility": {
2039
+ "nuxt": "^3.0.0",
2040
+ "requires": {}
2041
+ }
2042
+ },
1797
2043
  {
1798
2044
  "name": "jsonapi",
1799
2045
  "description": "Easy JSON:API client integration for Nuxt.js",
1800
2046
  "repo": "patrickcate/nuxt-jsonapi",
1801
- "npm": "",
2047
+ "npm": "nuxt-jsonapi",
1802
2048
  "icon": "jsonapi.svg",
1803
2049
  "github": "https://github.com/patrickcate/nuxt-jsonapi",
1804
2050
  "website": "https://github.com/patrickcate/nuxt-jsonapi",
@@ -1811,7 +2057,6 @@
1811
2057
  "github": "patrickcate"
1812
2058
  }
1813
2059
  ],
1814
- "contributors": [],
1815
2060
  "compatibility": {
1816
2061
  "nuxt": "^2.0.0",
1817
2062
  "requires": {}
@@ -1821,7 +2066,7 @@
1821
2066
  "name": "kentico-kontent",
1822
2067
  "description": "Add Kentico Kontent super power to your nuxt app",
1823
2068
  "repo": "Domitnator/kentico-kontent-nuxt-module",
1824
- "npm": "",
2069
+ "npm": "kentico-kontent-nuxt-module",
1825
2070
  "icon": "",
1826
2071
  "github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
1827
2072
  "website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
@@ -1834,17 +2079,40 @@
1834
2079
  "github": "Domitnator"
1835
2080
  }
1836
2081
  ],
1837
- "contributors": [],
1838
2082
  "compatibility": {
1839
2083
  "nuxt": "^2.0.0",
1840
2084
  "requires": {}
1841
2085
  }
1842
2086
  },
2087
+ {
2088
+ "name": "kql",
2089
+ "description": "Nuxt 3 module for Kirby's Query Language API",
2090
+ "repo": "johannschopplich/nuxt-kql",
2091
+ "npm": "nuxt-kql",
2092
+ "icon": "kql.svg",
2093
+ "github": "https://github.com/johannschopplich/nuxt-kql",
2094
+ "website": "https://nuxt-kql.jhnn.dev",
2095
+ "learn_more": "",
2096
+ "category": "CMS",
2097
+ "type": "3rd-party",
2098
+ "maintainers": [
2099
+ {
2100
+ "name": "Johann Schopplich",
2101
+ "github": "johannschopplich",
2102
+ "twitter": "jschopplich",
2103
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2104
+ }
2105
+ ],
2106
+ "compatibility": {
2107
+ "nuxt": "^3.0.0",
2108
+ "requires": {}
2109
+ }
2110
+ },
1843
2111
  {
1844
2112
  "name": "laravel-echo",
1845
2113
  "description": "Laravel Echo for Nuxt.js",
1846
2114
  "repo": "nuxt-community/laravel-echo",
1847
- "npm": "",
2115
+ "npm": "@nuxtjs/laravel-echo",
1848
2116
  "icon": "laravel-echo.png",
1849
2117
  "github": "https://github.com/nuxt-community/laravel-echo",
1850
2118
  "website": "https://github.com/nuxt-community/laravel-echo",
@@ -1857,7 +2125,6 @@
1857
2125
  "github": "ricardogobbosouza"
1858
2126
  }
1859
2127
  ],
1860
- "contributors": [],
1861
2128
  "compatibility": {
1862
2129
  "nuxt": "^2.0.0",
1863
2130
  "requires": {}
@@ -1867,7 +2134,7 @@
1867
2134
  "name": "laravel-nuxt",
1868
2135
  "description": "Build a SPA with Laravel and Nuxt",
1869
2136
  "repo": "skyrpex/laravel-nuxt-js",
1870
- "npm": "",
2137
+ "npm": "laravel-nuxt",
1871
2138
  "icon": "",
1872
2139
  "github": "https://github.com/skyrpex/laravel-nuxt-js",
1873
2140
  "website": "https://github.com/skyrpex/laravel-nuxt-js",
@@ -1880,7 +2147,6 @@
1880
2147
  "github": "skyrpex"
1881
2148
  }
1882
2149
  ],
1883
- "contributors": [],
1884
2150
  "compatibility": {
1885
2151
  "nuxt": "^2.0.0",
1886
2152
  "requires": {}
@@ -1890,7 +2156,7 @@
1890
2156
  "name": "laravel",
1891
2157
  "description": "Nuxt cli extension for use with laravel as backend",
1892
2158
  "repo": "m2sd/nuxt-laravel",
1893
- "npm": "",
2159
+ "npm": "nuxt-laravel",
1894
2160
  "icon": "laravel.png",
1895
2161
  "github": "https://github.com/m2sd/nuxt-laravel",
1896
2162
  "website": "https://github.com/m2sd/nuxt-laravel",
@@ -1903,7 +2169,6 @@
1903
2169
  "github": "m2sd"
1904
2170
  }
1905
2171
  ],
1906
- "contributors": [],
1907
2172
  "compatibility": {
1908
2173
  "nuxt": "^2.0.0",
1909
2174
  "requires": {}
@@ -1913,7 +2178,7 @@
1913
2178
  "name": "leaflet",
1914
2179
  "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
1915
2180
  "repo": "schlunsen/nuxt-leaflet",
1916
- "npm": "",
2181
+ "npm": "nuxt-leaflet",
1917
2182
  "icon": "leaflet.png",
1918
2183
  "github": "https://github.com/schlunsen/nuxt-leaflet",
1919
2184
  "website": "https://github.com/schlunsen/nuxt-leaflet",
@@ -1926,7 +2191,6 @@
1926
2191
  "github": "schlunsen"
1927
2192
  }
1928
2193
  ],
1929
- "contributors": [],
1930
2194
  "compatibility": {
1931
2195
  "nuxt": "^2.0.0",
1932
2196
  "requires": {}
@@ -1936,7 +2200,7 @@
1936
2200
  "name": "localforage",
1937
2201
  "description": "LocalForage is a fast and simple storage library for JavaScript",
1938
2202
  "repo": "nuxt-community/localforage-module",
1939
- "npm": "",
2203
+ "npm": "@nuxtjs/localforage",
1940
2204
  "icon": "",
1941
2205
  "github": "https://github.com/nuxt-community/localforage-module",
1942
2206
  "website": "https://github.com/nuxt-community/localforage-module",
@@ -1954,7 +2218,6 @@
1954
2218
  "github": "ricardogobbosouza"
1955
2219
  }
1956
2220
  ],
1957
- "contributors": [],
1958
2221
  "compatibility": {
1959
2222
  "nuxt": "^2.0.0",
1960
2223
  "requires": {}
@@ -1964,7 +2227,7 @@
1964
2227
  "name": "localtunnel",
1965
2228
  "description": "exposes your localhost to the world for easy testing and sharing",
1966
2229
  "repo": "nuxt-community/modules#master/packages/localtunnel",
1967
- "npm": "",
2230
+ "npm": "@nuxtjs/localtunnel",
1968
2231
  "icon": "localtunnel.png",
1969
2232
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
1970
2233
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
@@ -1978,7 +2241,6 @@
1978
2241
  "twitter": "_pi0_"
1979
2242
  }
1980
2243
  ],
1981
- "contributors": [],
1982
2244
  "compatibility": {
1983
2245
  "nuxt": "^2.0.0",
1984
2246
  "requires": {}
@@ -1988,7 +2250,7 @@
1988
2250
  "name": "lodash",
1989
2251
  "description": "lodash module with auto-import and custom prefix",
1990
2252
  "repo": "cipami/nuxt-lodash",
1991
- "npm": "",
2253
+ "npm": "nuxt-lodash",
1992
2254
  "icon": "lodash.svg",
1993
2255
  "github": "https://github.com/cipami/nuxt-lodash",
1994
2256
  "website": "https://github.com/cipami/nuxt-lodash#readme",
@@ -2001,7 +2263,6 @@
2001
2263
  "github": "cipami"
2002
2264
  }
2003
2265
  ],
2004
- "contributors": [],
2005
2266
  "compatibility": {
2006
2267
  "nuxt": "^3.0.0",
2007
2268
  "requires": {}
@@ -2011,7 +2272,7 @@
2011
2272
  "name": "logrocket",
2012
2273
  "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2013
2274
  "repo": "nuxt-community/nuxt-logrocket",
2014
- "npm": "",
2275
+ "npm": "nuxt-logrocket",
2015
2276
  "icon": "logrocket.png",
2016
2277
  "github": "https://github.com/nuxt-community/nuxt-logrocket",
2017
2278
  "website": "https://github.com/nuxt-community/nuxt-logrocket",
@@ -2025,7 +2286,6 @@
2025
2286
  "twitter": "farzadso"
2026
2287
  }
2027
2288
  ],
2028
- "contributors": [],
2029
2289
  "compatibility": {
2030
2290
  "nuxt": "^2.0.0",
2031
2291
  "requires": {}
@@ -2035,7 +2295,7 @@
2035
2295
  "name": "lunr",
2036
2296
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2037
2297
  "repo": "nuxt-community/lunr-module",
2038
- "npm": "",
2298
+ "npm": "@nuxtjs/lunr-module",
2039
2299
  "icon": "",
2040
2300
  "github": "https://github.com/nuxt-community/lunr-module",
2041
2301
  "website": "https://github.com/nuxt-community/lunr-module",
@@ -2048,17 +2308,39 @@
2048
2308
  "github": "pimlie"
2049
2309
  }
2050
2310
  ],
2051
- "contributors": [],
2052
2311
  "compatibility": {
2053
2312
  "nuxt": "^2.0.0",
2054
2313
  "requires": {}
2055
2314
  }
2056
2315
  },
2316
+ {
2317
+ "name": "magic-regexp",
2318
+ "description": "A compiled-away, type-safe, readable RegExp alternative",
2319
+ "repo": "danielroe/magic-regexp",
2320
+ "npm": "magic-regexp",
2321
+ "icon": "magic-regexp.svg",
2322
+ "github": "https://github.com/danielroe/magic-regexp",
2323
+ "website": "https://magic-regexp.roe.dev",
2324
+ "learn_more": "https://magic-regexp.roe.dev",
2325
+ "category": "Libraries",
2326
+ "type": "3rd-party",
2327
+ "maintainers": [
2328
+ {
2329
+ "name": "Daniel Roe",
2330
+ "github": "danielroe",
2331
+ "twitter": "danielcroe"
2332
+ }
2333
+ ],
2334
+ "compatibility": {
2335
+ "nuxt": "^3.0.0",
2336
+ "requires": {}
2337
+ }
2338
+ },
2057
2339
  {
2058
2340
  "name": "markdownit",
2059
2341
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
2060
2342
  "repo": "nuxt-community/markdownit-module",
2061
- "npm": "",
2343
+ "npm": "@nuxtjs/markdownit",
2062
2344
  "icon": "",
2063
2345
  "github": "https://github.com/nuxt-community/markdownit-module",
2064
2346
  "website": "https://github.com/nuxt-community/markdownit-module",
@@ -2072,7 +2354,6 @@
2072
2354
  "twitter": "_pi0_"
2073
2355
  }
2074
2356
  ],
2075
- "contributors": [],
2076
2357
  "compatibility": {
2077
2358
  "nuxt": "^2.0.0",
2078
2359
  "requires": {}
@@ -2082,7 +2363,7 @@
2082
2363
  "name": "matomo",
2083
2364
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
2084
2365
  "repo": "pimlie/nuxt-matomo",
2085
- "npm": "",
2366
+ "npm": "nuxt-matomo",
2086
2367
  "icon": "matomo.png",
2087
2368
  "github": "https://github.com/pimlie/nuxt-matomo",
2088
2369
  "website": "https://github.com/pimlie/nuxt-matomo",
@@ -2095,7 +2376,6 @@
2095
2376
  "github": "pimlie"
2096
2377
  }
2097
2378
  ],
2098
- "contributors": [],
2099
2379
  "compatibility": {
2100
2380
  "nuxt": "^2.0.0",
2101
2381
  "requires": {}
@@ -2105,7 +2385,7 @@
2105
2385
  "name": "mdx",
2106
2386
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
2107
2387
  "repo": "nuxt-community/mdx-module",
2108
- "npm": "",
2388
+ "npm": "@nuxtjs/mdx",
2109
2389
  "icon": "mdx.png",
2110
2390
  "github": "https://github.com/nuxt-community/mdx-module",
2111
2391
  "website": "https://mdx.nuxtjs.org",
@@ -2119,17 +2399,41 @@
2119
2399
  "twitter": "codebender828"
2120
2400
  }
2121
2401
  ],
2122
- "contributors": [],
2123
2402
  "compatibility": {
2124
2403
  "nuxt": "^2.0.0",
2125
2404
  "requires": {}
2126
2405
  }
2127
2406
  },
2407
+ {
2408
+ "name": "meilisearch",
2409
+ "description": "Meilisearch Instant Search module for Nuxt 3",
2410
+ "repo": "xlanex6/nuxt-meilisearch",
2411
+ "npm": "nuxt-meilisearch",
2412
+ "icon": "meilisearch.svg",
2413
+ "github": "https://github.com/xlanex6/nuxt-meilisearch",
2414
+ "website": "https://github.com/xlanex6/nuxt-meilisearch",
2415
+ "learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
2416
+ "category": "Libraries",
2417
+ "type": "3rd-party",
2418
+ "maintainers": [
2419
+ {
2420
+ "name": "Alex Duval",
2421
+ "github": "xlanex6",
2422
+ "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
2423
+ }
2424
+ ],
2425
+ "compatibility": {
2426
+ "nuxt": "^3.0.0",
2427
+ "requires": {
2428
+ "bridge": false
2429
+ }
2430
+ }
2431
+ },
2128
2432
  {
2129
2433
  "name": "memwatch",
2130
2434
  "description": "Quickly watch real-time memory stats of your nuxt app",
2131
2435
  "repo": "pimlie/nuxt-memwatch",
2132
- "npm": "",
2436
+ "npm": "nuxt-memwatch",
2133
2437
  "icon": "",
2134
2438
  "github": "https://github.com/pimlie/nuxt-memwatch",
2135
2439
  "website": "https://github.com/pimlie/nuxt-memwatch",
@@ -2142,7 +2446,6 @@
2142
2446
  "github": "pimlie"
2143
2447
  }
2144
2448
  ],
2145
- "contributors": [],
2146
2449
  "compatibility": {
2147
2450
  "nuxt": "^2.0.0",
2148
2451
  "requires": {}
@@ -2152,7 +2455,7 @@
2152
2455
  "name": "mobile",
2153
2456
  "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2154
2457
  "repo": "ChanningDefoe/nuxt-mobile-detect",
2155
- "npm": "",
2458
+ "npm": "nuxt-mobile",
2156
2459
  "icon": "",
2157
2460
  "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2158
2461
  "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
@@ -2165,7 +2468,6 @@
2165
2468
  "github": "ChanningDefoe"
2166
2469
  }
2167
2470
  ],
2168
- "contributors": [],
2169
2471
  "compatibility": {
2170
2472
  "nuxt": "^2.0.0",
2171
2473
  "requires": {}
@@ -2175,7 +2477,7 @@
2175
2477
  "name": "moment",
2176
2478
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2177
2479
  "repo": "nuxt-community/moment-module",
2178
- "npm": "",
2480
+ "npm": "@nuxtjs/moment",
2179
2481
  "icon": "momentjs.png",
2180
2482
  "github": "https://github.com/nuxt-community/moment-module",
2181
2483
  "website": "https://github.com/nuxt-community/moment-module",
@@ -2193,7 +2495,6 @@
2193
2495
  "github": "ricardogobbosouza"
2194
2496
  }
2195
2497
  ],
2196
- "contributors": [],
2197
2498
  "compatibility": {
2198
2499
  "nuxt": "^2.0.0",
2199
2500
  "requires": {}
@@ -2203,7 +2504,7 @@
2203
2504
  "name": "mq",
2204
2505
  "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2205
2506
  "repo": "vanhoofmaarten/nuxt-mq",
2206
- "npm": "",
2507
+ "npm": "nuxt-mq",
2207
2508
  "icon": "",
2208
2509
  "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2209
2510
  "website": "https://github.com/vanhoofmaarten/nuxt-mq",
@@ -2216,7 +2517,6 @@
2216
2517
  "github": "vanhoofmaarten"
2217
2518
  }
2218
2519
  ],
2219
- "contributors": [],
2220
2520
  "compatibility": {
2221
2521
  "nuxt": "^2.0.0",
2222
2522
  "requires": {}
@@ -2226,7 +2526,7 @@
2226
2526
  "name": "neo",
2227
2527
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2228
2528
  "repo": "ezypeeze/nuxt-neo",
2229
- "npm": "",
2529
+ "npm": "nuxt-neo",
2230
2530
  "icon": "",
2231
2531
  "github": "https://github.com/ezypeeze/nuxt-neo",
2232
2532
  "website": "https://ezypeeze.github.io/nuxt-neo",
@@ -2239,7 +2539,6 @@
2239
2539
  "github": "ezypeeze"
2240
2540
  }
2241
2541
  ],
2242
- "contributors": [],
2243
2542
  "compatibility": {
2244
2543
  "nuxt": "^2.0.0",
2245
2544
  "requires": {}
@@ -2249,7 +2548,7 @@
2249
2548
  "name": "netlify-cache",
2250
2549
  "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
2251
2550
  "repo": "DreaMinder/nuxt-netlify-cache",
2252
- "npm": "",
2551
+ "npm": "nuxt-netlify-cache",
2253
2552
  "icon": "netlify.png",
2254
2553
  "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
2255
2554
  "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
@@ -2262,7 +2561,6 @@
2262
2561
  "github": "DreaMinder"
2263
2562
  }
2264
2563
  ],
2265
- "contributors": [],
2266
2564
  "compatibility": {
2267
2565
  "nuxt": "^2.0.0",
2268
2566
  "requires": {}
@@ -2272,7 +2570,7 @@
2272
2570
  "name": "netlify-files",
2273
2571
  "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
2274
2572
  "repo": "nuxt-community/netlify-files-module",
2275
- "npm": "",
2573
+ "npm": "@nuxtjs/netlify-files",
2276
2574
  "icon": "netlify.png",
2277
2575
  "github": "https://github.com/nuxt-community/netlify-files-module",
2278
2576
  "website": "https://github.com/nuxt-community/netlify-files-module",
@@ -2286,7 +2584,6 @@
2286
2584
  "twitter": "TheAlexLichter"
2287
2585
  }
2288
2586
  ],
2289
- "contributors": [],
2290
2587
  "compatibility": {
2291
2588
  "nuxt": "^2.0.0",
2292
2589
  "requires": {}
@@ -2296,7 +2593,7 @@
2296
2593
  "name": "netlify",
2297
2594
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2298
2595
  "repo": "bazzite/nuxt-netlify",
2299
- "npm": "",
2596
+ "npm": "@aceforth/nuxt-netlify",
2300
2597
  "icon": "netlify.png",
2301
2598
  "github": "https://github.com/bazzite/nuxt-netlify",
2302
2599
  "website": "https://marquez.co/docs/nuxt-netlify/",
@@ -2309,7 +2606,6 @@
2309
2606
  "github": "bazzite"
2310
2607
  }
2311
2608
  ],
2312
- "contributors": [],
2313
2609
  "compatibility": {
2314
2610
  "nuxt": "^2.0.0",
2315
2611
  "requires": {}
@@ -2319,7 +2615,7 @@
2319
2615
  "name": "ngrok",
2320
2616
  "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",
2321
2617
  "repo": "nuxt-community/ngrok",
2322
- "npm": "",
2618
+ "npm": "@nuxtjs/ngrok",
2323
2619
  "icon": "ngrok.png",
2324
2620
  "github": "https://github.com/nuxt-community/ngrok-module",
2325
2621
  "website": "https://ngrok.nuxtjs.org",
@@ -2338,7 +2634,6 @@
2338
2634
  "twitter": "_pi0_"
2339
2635
  }
2340
2636
  ],
2341
- "contributors": [],
2342
2637
  "compatibility": {
2343
2638
  "nuxt": "^2.0.0",
2344
2639
  "requires": {}
@@ -2348,7 +2643,7 @@
2348
2643
  "name": "notion",
2349
2644
  "description": "Vue renderer for Notion pages",
2350
2645
  "repo": "janniks/vue-notion",
2351
- "npm": "",
2646
+ "npm": "vue-notion",
2352
2647
  "icon": "notion.svg",
2353
2648
  "github": "https://github.com/janniks/vue-notion",
2354
2649
  "website": "https://github.com/janniks/vue-notion",
@@ -2361,7 +2656,6 @@
2361
2656
  "github": "janniks"
2362
2657
  }
2363
2658
  ],
2364
- "contributors": [],
2365
2659
  "compatibility": {
2366
2660
  "nuxt": "^2.0.0",
2367
2661
  "requires": {}
@@ -2371,7 +2665,7 @@
2371
2665
  "name": "nuxt-hue",
2372
2666
  "description": "Enlighten your Nuxt experience",
2373
2667
  "repo": "lihbr/nuxt-hue",
2374
- "npm": "",
2668
+ "npm": "nuxt-hue",
2375
2669
  "icon": "nuxt-hue.svg",
2376
2670
  "github": "https://github.com/lihbr/nuxt-hue",
2377
2671
  "website": "https://github.com/lihbr/nuxt-hue",
@@ -2384,7 +2678,6 @@
2384
2678
  "github": "lihbr"
2385
2679
  }
2386
2680
  ],
2387
- "contributors": [],
2388
2681
  "compatibility": {
2389
2682
  "nuxt": "^2.0.0 || ^3.0.0",
2390
2683
  "requires": {
@@ -2392,11 +2685,33 @@
2392
2685
  }
2393
2686
  }
2394
2687
  },
2688
+ {
2689
+ "name": "nuxt-monaco-editor",
2690
+ "description": "Integrate monaco-editor with Nuxt",
2691
+ "repo": "e-chan1007/nuxt-monaco-editor",
2692
+ "npm": "nuxt-monaco-editor",
2693
+ "icon": "",
2694
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2695
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2696
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
2697
+ "category": "Libraries",
2698
+ "type": "3rd-party",
2699
+ "maintainers": [
2700
+ {
2701
+ "name": "e-chan1007",
2702
+ "github": "e-chan1007"
2703
+ }
2704
+ ],
2705
+ "compatibility": {
2706
+ "nuxt": "^3.0.0",
2707
+ "requires": {}
2708
+ }
2709
+ },
2395
2710
  {
2396
2711
  "name": "nuxt-pino-log",
2397
2712
  "description": "Structured logs for nuxt apps using pino",
2398
2713
  "repo": "kpn/nuxt-pino-log",
2399
- "npm": "",
2714
+ "npm": "nuxt-pino-log",
2400
2715
  "icon": "",
2401
2716
  "github": "https://github.com/kpn/nuxt-pino-log",
2402
2717
  "website": "https://github.com/kpn/nuxt-pino-log",
@@ -2409,7 +2724,6 @@
2409
2724
  "github": "kpn"
2410
2725
  }
2411
2726
  ],
2412
- "contributors": [],
2413
2727
  "compatibility": {
2414
2728
  "nuxt": "^2.0.0",
2415
2729
  "requires": {}
@@ -2419,7 +2733,7 @@
2419
2733
  "name": "nuxt-png-to-ico",
2420
2734
  "description": "Nuxt.js module for auto generating favicons",
2421
2735
  "repo": "b5710546232/nuxt-png-to-ico",
2422
- "npm": "",
2736
+ "npm": "nuxt-png-to-ico",
2423
2737
  "icon": "",
2424
2738
  "github": "https://github.com/b5710546232/nuxt-png-to-ico",
2425
2739
  "website": "https://github.com/b5710546232/nuxt-png-to-ico",
@@ -2433,7 +2747,6 @@
2433
2747
  "avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
2434
2748
  }
2435
2749
  ],
2436
- "contributors": [],
2437
2750
  "compatibility": {
2438
2751
  "nuxt": "^2.0.0",
2439
2752
  "requires": {}
@@ -2443,7 +2756,7 @@
2443
2756
  "name": "nuxt-smartlook",
2444
2757
  "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
2445
2758
  "repo": "f00b4r/nuxt-smartlook",
2446
- "npm": "",
2759
+ "npm": "nuxt-smartlook",
2447
2760
  "icon": "nuxt-smartlook.png",
2448
2761
  "github": "https://github.com/f00b4r/nuxt-smartlook",
2449
2762
  "website": "https://github.com/f00b4r/nuxt-smartlook",
@@ -2458,7 +2771,50 @@
2458
2771
  "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
2459
2772
  }
2460
2773
  ],
2461
- "contributors": [],
2774
+ "compatibility": {
2775
+ "nuxt": "^2.0.0",
2776
+ "requires": {}
2777
+ }
2778
+ },
2779
+ {
2780
+ "name": "nuxt-svgo",
2781
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2782
+ "repo": "cpsoinos/nuxt-svgo",
2783
+ "npm": "nuxt-svgo",
2784
+ "icon": "",
2785
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2786
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2787
+ "learn_more": "",
2788
+ "category": "Images",
2789
+ "type": "3rd-party",
2790
+ "maintainers": [
2791
+ {
2792
+ "name": "cpsoinos",
2793
+ "github": "cpsoinos"
2794
+ }
2795
+ ],
2796
+ "compatibility": {
2797
+ "nuxt": "^3.0.0",
2798
+ "requires": {}
2799
+ }
2800
+ },
2801
+ {
2802
+ "name": "nuxt-unleash",
2803
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2804
+ "repo": "conejerock/nuxt-unleash",
2805
+ "npm": "nuxt-unleash",
2806
+ "icon": "nuxt-unleash.svg",
2807
+ "github": "https://github.com/conejerock/nuxt-unleash",
2808
+ "website": "https://github.com/conejerock/nuxt-unleash",
2809
+ "learn_more": "https://github.com/Unleash/unleash",
2810
+ "category": "Deployment",
2811
+ "type": "3rd-party",
2812
+ "maintainers": [
2813
+ {
2814
+ "name": "Juanjo Conejerock",
2815
+ "github": "conejerock"
2816
+ }
2817
+ ],
2462
2818
  "compatibility": {
2463
2819
  "nuxt": "^2.0.0",
2464
2820
  "requires": {}
@@ -2468,7 +2824,7 @@
2468
2824
  "name": "nuxt-use-motion",
2469
2825
  "description": "A Nuxt module putting your components in motion",
2470
2826
  "repo": "Tahul/nuxt-use-motion",
2471
- "npm": "",
2827
+ "npm": "nuxt-use-motion",
2472
2828
  "icon": "nuxt-use-motion.svg",
2473
2829
  "github": "https://github.com/Tahul/nuxt-use-motion",
2474
2830
  "website": "https://github.com/Tahul/nuxt-use-motion",
@@ -2481,7 +2837,6 @@
2481
2837
  "github": "Tahul"
2482
2838
  }
2483
2839
  ],
2484
- "contributors": [],
2485
2840
  "compatibility": {
2486
2841
  "nuxt": "^2.0.0",
2487
2842
  "requires": {}
@@ -2491,7 +2846,7 @@
2491
2846
  "name": "nuxt-use-sound",
2492
2847
  "description": "A Nuxt module for playing sound effects.",
2493
2848
  "repo": "Tahul/nuxt-use-sound",
2494
- "npm": "",
2849
+ "npm": "nuxt-use-sound",
2495
2850
  "icon": "nuxt-use-sound.svg",
2496
2851
  "github": "https://github.com/Tahul/nuxt-use-sound",
2497
2852
  "website": "https://github.com/Tahul/nuxt-use-sound",
@@ -2504,7 +2859,6 @@
2504
2859
  "github": "Tahul"
2505
2860
  }
2506
2861
  ],
2507
- "contributors": [],
2508
2862
  "compatibility": {
2509
2863
  "nuxt": "^2.0.0",
2510
2864
  "requires": {}
@@ -2514,7 +2868,7 @@
2514
2868
  "name": "nuxt-viewport",
2515
2869
  "description": "Define custom viewports for your Nuxt project",
2516
2870
  "repo": "mvrlin/nuxt-viewport",
2517
- "npm": "",
2871
+ "npm": "nuxt-viewport",
2518
2872
  "icon": "nuxt-viewport.svg",
2519
2873
  "github": "https://github.com/mvrlin/nuxt-viewport",
2520
2874
  "website": "https://github.com/mvrlin/nuxt-viewport",
@@ -2527,7 +2881,6 @@
2527
2881
  "github": "mvrlin"
2528
2882
  }
2529
2883
  ],
2530
- "contributors": [],
2531
2884
  "compatibility": {
2532
2885
  "nuxt": "^2.0.0",
2533
2886
  "requires": {}
@@ -2537,7 +2890,7 @@
2537
2890
  "name": "nuxt7",
2538
2891
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
2539
2892
  "repo": "nuxt-community/nuxt7",
2540
- "npm": "",
2893
+ "npm": "nuxt7",
2541
2894
  "icon": "",
2542
2895
  "github": "https://github.com/nuxt-community/nuxt7",
2543
2896
  "website": "https://github.com/nuxt-community/nuxt7",
@@ -2551,7 +2904,6 @@
2551
2904
  "twitter": "_pi0_"
2552
2905
  }
2553
2906
  ],
2554
- "contributors": [],
2555
2907
  "compatibility": {
2556
2908
  "nuxt": "^2.0.0",
2557
2909
  "requires": {}
@@ -2561,7 +2913,7 @@
2561
2913
  "name": "onesignal",
2562
2914
  "description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
2563
2915
  "repo": "nuxt-community/onesignal-module",
2564
- "npm": "",
2916
+ "npm": "@nuxtjs/onesignal",
2565
2917
  "icon": "one-signal.png",
2566
2918
  "github": "https://github.com/nuxt-community/onesignal-module",
2567
2919
  "website": "https://github.com/nuxt-community/onesignal-module",
@@ -2575,7 +2927,6 @@
2575
2927
  "twitter": "_pi0_"
2576
2928
  }
2577
2929
  ],
2578
- "contributors": [],
2579
2930
  "compatibility": {
2580
2931
  "nuxt": "^2.0.0",
2581
2932
  "requires": {}
@@ -2585,7 +2936,7 @@
2585
2936
  "name": "optimized-images",
2586
2937
  "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
2587
2938
  "repo": "juliomrqz/nuxt-optimized-images",
2588
- "npm": "",
2939
+ "npm": "@aceforth/nuxt-optimized-images",
2589
2940
  "icon": "",
2590
2941
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
2591
2942
  "website": "https://marquez.co/docs/nuxt-optimized-images/",
@@ -2599,7 +2950,6 @@
2599
2950
  "twitter": "juliomrqz"
2600
2951
  }
2601
2952
  ],
2602
- "contributors": [],
2603
2953
  "compatibility": {
2604
2954
  "nuxt": "^2.0.0",
2605
2955
  "requires": {}
@@ -2609,7 +2959,7 @@
2609
2959
  "name": "page-generator-helper",
2610
2960
  "description": "Generate your pages statically without using payload extractors.",
2611
2961
  "repo": "GrabarzUndPartner/nuxt-page-generator-helper",
2612
- "npm": "",
2962
+ "npm": "nuxt-page-generator-helper",
2613
2963
  "icon": "",
2614
2964
  "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
2615
2965
  "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
@@ -2622,7 +2972,6 @@
2622
2972
  "github": "GrabarzUndPartner"
2623
2973
  }
2624
2974
  ],
2625
- "contributors": [],
2626
2975
  "compatibility": {
2627
2976
  "nuxt": "^2.0.0",
2628
2977
  "requires": {}
@@ -2632,7 +2981,7 @@
2632
2981
  "name": "parse",
2633
2982
  "description": "Parse package for Nuxt.js",
2634
2983
  "repo": "cierrateam/nuxt-parse",
2635
- "npm": "",
2984
+ "npm": "nuxt-parse",
2636
2985
  "icon": "",
2637
2986
  "github": "https://github.com/cierrateam/nuxt-parse",
2638
2987
  "website": "https://github.com/cierrateam/nuxt-parse",
@@ -2645,7 +2994,6 @@
2645
2994
  "github": "cierrateam"
2646
2995
  }
2647
2996
  ],
2648
- "contributors": [],
2649
2997
  "compatibility": {
2650
2998
  "nuxt": "^2.0.0",
2651
2999
  "requires": {}
@@ -2654,11 +3002,11 @@
2654
3002
  {
2655
3003
  "name": "partytown",
2656
3004
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2657
- "repo": "nuxt-community/partytown-module",
2658
- "npm": "",
3005
+ "repo": "nuxt-modules/partytown",
3006
+ "npm": "@nuxtjs/partytown",
2659
3007
  "icon": "partytown.svg",
2660
- "github": "https://github.com/nuxt-community/partytown-module",
2661
- "website": "https://github.com/nuxt-community/partytown-module",
3008
+ "github": "https://github.com/nuxt-modules/partytown",
3009
+ "website": "https://github.com/nuxt-modules/partytown",
2662
3010
  "learn_more": "https://partytown.builder.io/",
2663
3011
  "category": "Performance",
2664
3012
  "type": "community",
@@ -2669,7 +3017,6 @@
2669
3017
  "twitter": "danielcroe"
2670
3018
  }
2671
3019
  ],
2672
- "contributors": [],
2673
3020
  "compatibility": {
2674
3021
  "nuxt": "^2.0.0 || ^3.0.0",
2675
3022
  "requires": {
@@ -2681,7 +3028,7 @@
2681
3028
  "name": "persian-datepicker",
2682
3029
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
2683
3030
  "repo": "alireza-ab/vue-persian-datepicker",
2684
- "npm": "",
3031
+ "npm": "@alireza-ab/vue-persian-datepicker",
2685
3032
  "icon": "persian-datepicker.svg",
2686
3033
  "github": "https://github.com/alireza-ab/vue-persian-datepicker",
2687
3034
  "website": "https://alireza-ab.ir/datepicker",
@@ -2695,7 +3042,6 @@
2695
3042
  "avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
2696
3043
  }
2697
3044
  ],
2698
- "contributors": [],
2699
3045
  "compatibility": {
2700
3046
  "nuxt": "^2.0.0",
2701
3047
  "requires": {}
@@ -2705,7 +3051,7 @@
2705
3051
  "name": "pinia",
2706
3052
  "description": "The Vue Store that you will enjoy using",
2707
3053
  "repo": "posva/pinia#v2/packages/nuxt",
2708
- "npm": "",
3054
+ "npm": "@pinia/nuxt",
2709
3055
  "icon": "pinia.svg",
2710
3056
  "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
2711
3057
  "website": "https://pinia.esm.dev/",
@@ -2718,7 +3064,6 @@
2718
3064
  "github": "posva"
2719
3065
  }
2720
3066
  ],
2721
- "contributors": [],
2722
3067
  "compatibility": {
2723
3068
  "nuxt": "^2.0.0 || ^3.0.0",
2724
3069
  "requires": {
@@ -2730,7 +3075,7 @@
2730
3075
  "name": "plausible",
2731
3076
  "description": "Plausible analytics for Vue.js and Nuxt",
2732
3077
  "repo": "moritzsternemann/vue-plausible",
2733
- "npm": "",
3078
+ "npm": "vue-plausible",
2734
3079
  "icon": "plausible.png",
2735
3080
  "github": "https://github.com/moritzsternemann/vue-plausible",
2736
3081
  "website": "https://github.com/moritzsternemann/vue-plausible",
@@ -2743,17 +3088,18 @@
2743
3088
  "github": "moritzsternemann"
2744
3089
  }
2745
3090
  ],
2746
- "contributors": [],
2747
3091
  "compatibility": {
2748
- "nuxt": "^2.0.0",
2749
- "requires": {}
3092
+ "nuxt": "^2.0.0 || ^3.0.0",
3093
+ "requires": {
3094
+ "bridge": "optional"
3095
+ }
2750
3096
  }
2751
3097
  },
2752
3098
  {
2753
3099
  "name": "precompress",
2754
3100
  "description": "Precompress files to gzip and brotli and serve them automatically",
2755
3101
  "repo": "frenchrabbit/nuxt-precompress",
2756
- "npm": "",
3102
+ "npm": "nuxt-precompress",
2757
3103
  "icon": "",
2758
3104
  "github": "https://github.com/frenchrabbit/nuxt-precompress",
2759
3105
  "website": "https://github.com/frenchrabbit/nuxt-precompress",
@@ -2766,7 +3112,6 @@
2766
3112
  "github": "frenchrabbit"
2767
3113
  }
2768
3114
  ],
2769
- "contributors": [],
2770
3115
  "compatibility": {
2771
3116
  "nuxt": "^2.0.0",
2772
3117
  "requires": {}
@@ -2775,33 +3120,23 @@
2775
3120
  {
2776
3121
  "name": "prismic",
2777
3122
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2778
- "repo": "nuxt-community/prismic-module",
2779
- "npm": "",
3123
+ "repo": "nuxt-modules/prismic",
3124
+ "npm": "@nuxtjs/prismic",
2780
3125
  "icon": "prismic.png",
2781
- "github": "https://github.com/nuxt-community/prismic-module",
3126
+ "github": "https://github.com/nuxt-modules/prismic",
2782
3127
  "website": "https://prismic.nuxtjs.org",
2783
- "learn_more": "https://prismic.io/",
3128
+ "learn_more": "https://prismic.io",
2784
3129
  "category": "CMS",
2785
3130
  "type": "community",
2786
3131
  "maintainers": [
2787
- {
2788
- "name": "Sébastien Chopin",
2789
- "github": "Atinux",
2790
- "twitter": "Atinux"
2791
- },
2792
3132
  {
2793
3133
  "name": "lihbr",
2794
3134
  "github": "lihbr",
2795
3135
  "twitter": "li_hbr"
2796
- },
2797
- {
2798
- "name": "James Pegg",
2799
- "github": "jamespegg"
2800
3136
  }
2801
3137
  ],
2802
- "contributors": [],
2803
3138
  "compatibility": {
2804
- "nuxt": "^2.0.0",
3139
+ "nuxt": "^2.0.0 || ^3.0.0",
2805
3140
  "requires": {}
2806
3141
  }
2807
3142
  },
@@ -2809,7 +3144,7 @@
2809
3144
  "name": "protected-mailto",
2810
3145
  "description": "Nuxt component to generate encoded mailto links",
2811
3146
  "repo": "mmoollllee/nuxt-protected-mailto",
2812
- "npm": "",
3147
+ "npm": "nuxt-protected-mailto",
2813
3148
  "icon": "",
2814
3149
  "github": "https://github.com/mmoollllee/nuxt-protected-mailto",
2815
3150
  "website": "https://github.com/mmoollllee/nuxt-protected-mailto",
@@ -2822,7 +3157,6 @@
2822
3157
  "github": "mmoollllee"
2823
3158
  }
2824
3159
  ],
2825
- "contributors": [],
2826
3160
  "compatibility": {
2827
3161
  "nuxt": "^2.0.0",
2828
3162
  "requires": {}
@@ -2832,7 +3166,7 @@
2832
3166
  "name": "proxy",
2833
3167
  "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
2834
3168
  "repo": "nuxt-community/proxy-module",
2835
- "npm": "",
3169
+ "npm": "@nuxtjs/proxy",
2836
3170
  "icon": "",
2837
3171
  "github": "https://github.com/nuxt-community/proxy-module",
2838
3172
  "website": "https://github.com/nuxt-community/proxy-module",
@@ -2846,7 +3180,6 @@
2846
3180
  "twitter": "_pi0_"
2847
3181
  }
2848
3182
  ],
2849
- "contributors": [],
2850
3183
  "compatibility": {
2851
3184
  "nuxt": "^2.0.0",
2852
3185
  "requires": {}
@@ -2856,7 +3189,7 @@
2856
3189
  "name": "prune-html",
2857
3190
  "description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
2858
3191
  "repo": "LuXDAmore/nuxt-prune-html",
2859
- "npm": "",
3192
+ "npm": "@luxdamore/nuxt-prune-html",
2860
3193
  "icon": "",
2861
3194
  "github": "https://github.com/LuXDAmore/nuxt-prune-html",
2862
3195
  "website": "https://luxdamore.github.io/nuxt-prune-html/",
@@ -2870,7 +3203,6 @@
2870
3203
  "twitter": "luxdamore"
2871
3204
  }
2872
3205
  ],
2873
- "contributors": [],
2874
3206
  "compatibility": {
2875
3207
  "nuxt": "^2.0.0",
2876
3208
  "requires": {}
@@ -2879,8 +3211,8 @@
2879
3211
  {
2880
3212
  "name": "purgecss",
2881
3213
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2882
- "repo": "Developmint/nuxt-purgecss",
2883
- "npm": "",
3214
+ "repo": "Developmint/nuxt-purgecss#main",
3215
+ "npm": "nuxt-purgecss",
2884
3216
  "icon": "purgecss.png",
2885
3217
  "github": "https://github.com/Developmint/nuxt-purgecss",
2886
3218
  "website": "https://github.com/Developmint/nuxt-purgecss",
@@ -2893,9 +3225,8 @@
2893
3225
  "github": "Developmint"
2894
3226
  }
2895
3227
  ],
2896
- "contributors": [],
2897
3228
  "compatibility": {
2898
- "nuxt": "^2.0.0",
3229
+ "nuxt": "^2.0.0 || ^3.0.0",
2899
3230
  "requires": {}
2900
3231
  }
2901
3232
  },
@@ -2903,7 +3234,7 @@
2903
3234
  "name": "pwa",
2904
3235
  "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
2905
3236
  "repo": "nuxt-community/pwa-module",
2906
- "npm": "",
3237
+ "npm": "@nuxtjs/pwa",
2907
3238
  "icon": "pwa.png",
2908
3239
  "github": "https://github.com/nuxt-community/pwa-module",
2909
3240
  "website": "https://pwa.nuxtjs.org",
@@ -2917,7 +3248,6 @@
2917
3248
  "twitter": "_pi0_"
2918
3249
  }
2919
3250
  ],
2920
- "contributors": [],
2921
3251
  "compatibility": {
2922
3252
  "nuxt": "^2.0.0",
2923
3253
  "requires": {
@@ -2929,7 +3259,7 @@
2929
3259
  "name": "python",
2930
3260
  "description": "Write Nuxt.js applications using Python",
2931
3261
  "repo": "nuxt-community/python-module",
2932
- "npm": "",
3262
+ "npm": "@nuxtjs/python",
2933
3263
  "icon": "python.png",
2934
3264
  "github": "https://github.com/nuxt-community/python-module",
2935
3265
  "website": "https://github.com/nuxt-community/python-module",
@@ -2942,7 +3272,6 @@
2942
3272
  "github": "icarito"
2943
3273
  }
2944
3274
  ],
2945
- "contributors": [],
2946
3275
  "compatibility": {
2947
3276
  "nuxt": "^2.0.0",
2948
3277
  "requires": {}
@@ -2952,7 +3281,7 @@
2952
3281
  "name": "recaptcha",
2953
3282
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
2954
3283
  "repo": "nuxt-community/recaptcha-module",
2955
- "npm": "",
3284
+ "npm": "@nuxtjs/recaptcha",
2956
3285
  "icon": "recaptcha.png",
2957
3286
  "github": "https://github.com/nuxt-community/recaptcha-module",
2958
3287
  "website": "https://github.com/nuxt-community/recaptcha-module",
@@ -2965,7 +3294,6 @@
2965
3294
  "github": "mvrlin"
2966
3295
  }
2967
3296
  ],
2968
- "contributors": [],
2969
3297
  "compatibility": {
2970
3298
  "nuxt": "^2.0.0",
2971
3299
  "requires": {}
@@ -2975,7 +3303,7 @@
2975
3303
  "name": "redirect",
2976
3304
  "description": "Nuxt module to dynamically redirect initial requests",
2977
3305
  "repo": "nuxt-community/redirect-module",
2978
- "npm": "",
3306
+ "npm": "@nuxtjs/redirect-module",
2979
3307
  "icon": "",
2980
3308
  "github": "https://github.com/nuxt-community/redirect-module",
2981
3309
  "website": "https://github.com/nuxt-community/redirect-module",
@@ -2989,7 +3317,6 @@
2989
3317
  "twitter": "TheAlexLichter"
2990
3318
  }
2991
3319
  ],
2992
- "contributors": [],
2993
3320
  "compatibility": {
2994
3321
  "nuxt": "^2.0.0",
2995
3322
  "requires": {}
@@ -2999,7 +3326,7 @@
2999
3326
  "name": "rfg-icon",
3000
3327
  "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
3001
3328
  "repo": "pimlie/nuxt-rfg-icon",
3002
- "npm": "",
3329
+ "npm": "nuxt-rfg-icon",
3003
3330
  "icon": "real-favicon-generator.png",
3004
3331
  "github": "https://github.com/pimlie/nuxt-rfg-icon",
3005
3332
  "website": "https://github.com/pimlie/nuxt-rfg-icon",
@@ -3012,7 +3339,6 @@
3012
3339
  "github": "pimlie"
3013
3340
  }
3014
3341
  ],
3015
- "contributors": [],
3016
3342
  "compatibility": {
3017
3343
  "nuxt": "^2.0.0",
3018
3344
  "requires": {}
@@ -3022,7 +3348,7 @@
3022
3348
  "name": "robots",
3023
3349
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3024
3350
  "repo": "nuxt-community/robots-module",
3025
- "npm": "",
3351
+ "npm": "@nuxtjs/robots",
3026
3352
  "icon": "",
3027
3353
  "github": "https://github.com/nuxt-community/robots-module",
3028
3354
  "website": "https://github.com/nuxt-community/robots-module",
@@ -3035,17 +3361,18 @@
3035
3361
  "github": "ricardogobbosouza"
3036
3362
  }
3037
3363
  ],
3038
- "contributors": [],
3039
3364
  "compatibility": {
3040
- "nuxt": "^2.0.0",
3041
- "requires": {}
3365
+ "nuxt": "^2.0.0 || ^3.0.0",
3366
+ "requires": {
3367
+ "bridge": "optional"
3368
+ }
3042
3369
  }
3043
3370
  },
3044
3371
  {
3045
3372
  "name": "rollbar",
3046
3373
  "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
3047
3374
  "repo": "gaelreyrol/nuxt-rollbar-module",
3048
- "npm": "",
3375
+ "npm": "nuxt-rollbar-module",
3049
3376
  "icon": "rollbar.png",
3050
3377
  "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
3051
3378
  "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
@@ -3058,7 +3385,6 @@
3058
3385
  "github": "gaelreyrol"
3059
3386
  }
3060
3387
  ],
3061
- "contributors": [],
3062
3388
  "compatibility": {
3063
3389
  "nuxt": "^2.0.0",
3064
3390
  "requires": {}
@@ -3068,7 +3394,7 @@
3068
3394
  "name": "router-extras",
3069
3395
  "description": "Extra Add-ons for nuxt router",
3070
3396
  "repo": "nuxt-community/router-extras-module",
3071
- "npm": "",
3397
+ "npm": "@nuxtjs/router-extras",
3072
3398
  "icon": "vue.png",
3073
3399
  "github": "https://github.com/nuxt-community/router-extras-module",
3074
3400
  "website": "https://github.com/nuxt-community/router-extras-module",
@@ -3082,7 +3408,6 @@
3082
3408
  "twitter": "a_birang"
3083
3409
  }
3084
3410
  ],
3085
- "contributors": [],
3086
3411
  "compatibility": {
3087
3412
  "nuxt": "^2.0.0",
3088
3413
  "requires": {}
@@ -3092,7 +3417,7 @@
3092
3417
  "name": "router",
3093
3418
  "description": "Nuxt.js module to use router.js instead of pages/ directory",
3094
3419
  "repo": "nuxt-community/router-module",
3095
- "npm": "",
3420
+ "npm": "@nuxtjs/router",
3096
3421
  "icon": "vue.png",
3097
3422
  "github": "https://github.com/nuxt-community/router-module",
3098
3423
  "website": "https://github.com/nuxt-community/router-module",
@@ -3106,7 +3431,6 @@
3106
3431
  "twitter": "Atinux"
3107
3432
  }
3108
3433
  ],
3109
- "contributors": [],
3110
3434
  "compatibility": {
3111
3435
  "nuxt": "^2.0.0",
3112
3436
  "requires": {}
@@ -3114,11 +3438,11 @@
3114
3438
  },
3115
3439
  {
3116
3440
  "name": "sanity",
3117
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
3118
- "repo": "nuxt-community/sanity-module#main",
3119
- "npm": "",
3441
+ "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3442
+ "repo": "nuxt-modules/sanity#main",
3443
+ "npm": "@nuxtjs/sanity",
3120
3444
  "icon": "sanity.png",
3121
- "github": "https://github.com/nuxt-community/sanity-module#main",
3445
+ "github": "https://github.com/nuxt-modules/sanity#main",
3122
3446
  "website": "https://sanity.nuxtjs.org",
3123
3447
  "learn_more": "https://www.sanity.io/",
3124
3448
  "category": "CMS",
@@ -3130,9 +3454,34 @@
3130
3454
  "twitter": "danielcroe"
3131
3455
  }
3132
3456
  ],
3133
- "contributors": [],
3134
3457
  "compatibility": {
3135
- "nuxt": "^2.0.0",
3458
+ "nuxt": "^2.0.0 || ^3.0.0",
3459
+ "requires": {
3460
+ "bridge": "optional"
3461
+ }
3462
+ }
3463
+ },
3464
+ {
3465
+ "name": "schema-org",
3466
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3467
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3468
+ "npm": "nuxt-schema-org",
3469
+ "icon": "schema-org.svg",
3470
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3471
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3472
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3473
+ "category": "SEO",
3474
+ "type": "3rd-party",
3475
+ "maintainers": [
3476
+ {
3477
+ "name": "Harlan Wilton",
3478
+ "github": "harlan-zw",
3479
+ "twitter": "harlan_zw",
3480
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3481
+ }
3482
+ ],
3483
+ "compatibility": {
3484
+ "nuxt": "^3.0.0",
3136
3485
  "requires": {}
3137
3486
  }
3138
3487
  },
@@ -3140,7 +3489,7 @@
3140
3489
  "name": "scss-to-js",
3141
3490
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
3142
3491
  "repo": "sugoidesune/nuxt-scss-to-js",
3143
- "npm": "",
3492
+ "npm": "nuxt-scss-to-js",
3144
3493
  "icon": "",
3145
3494
  "github": "https://github.com/sugoidesune/nuxt-scss-to-js",
3146
3495
  "website": "https://github.com/sugoidesune/nuxt-scss-to-js",
@@ -3153,17 +3502,39 @@
3153
3502
  "github": "sugoidesune"
3154
3503
  }
3155
3504
  ],
3156
- "contributors": [],
3157
3505
  "compatibility": {
3158
3506
  "nuxt": "^2.0.0",
3159
3507
  "requires": {}
3160
3508
  }
3161
3509
  },
3510
+ {
3511
+ "name": "security",
3512
+ "description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
3513
+ "repo": "Baroshem/nuxt-security",
3514
+ "npm": "nuxt-security",
3515
+ "icon": "nuxt-security.svg",
3516
+ "github": "https://github.com/Baroshem/nuxt-security",
3517
+ "website": "https://nuxt-security.vercel.app/",
3518
+ "learn_more": "https://nuxt-security.vercel.app/",
3519
+ "category": "Security",
3520
+ "type": "3rd-party",
3521
+ "maintainers": [
3522
+ {
3523
+ "name": "Jakub Andrzejewski",
3524
+ "github": "Baroshem",
3525
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3526
+ }
3527
+ ],
3528
+ "compatibility": {
3529
+ "nuxt": "^3.0.0",
3530
+ "requires": {}
3531
+ }
3532
+ },
3162
3533
  {
3163
3534
  "name": "segment",
3164
3535
  "description": "Nuxt.js module for Segment Analytics.js",
3165
3536
  "repo": "dansmaculotte/nuxt-segment",
3166
- "npm": "",
3537
+ "npm": "@dansmaculotte/nuxt-segment",
3167
3538
  "icon": "segment.png",
3168
3539
  "github": "https://github.com/dansmaculotte/nuxt-segment",
3169
3540
  "website": "https://github.com/dansmaculotte/nuxt-segment",
@@ -3176,7 +3547,6 @@
3176
3547
  "github": "dansmaculotte"
3177
3548
  }
3178
3549
  ],
3179
- "contributors": [],
3180
3550
  "compatibility": {
3181
3551
  "nuxt": "^2.0.0",
3182
3552
  "requires": {}
@@ -3186,7 +3556,7 @@
3186
3556
  "name": "sentry",
3187
3557
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
3188
3558
  "repo": "nuxt-community/sentry-module",
3189
- "npm": "",
3559
+ "npm": "@nuxtjs/sentry",
3190
3560
  "icon": "sentry.png",
3191
3561
  "github": "https://github.com/nuxt-community/sentry-module",
3192
3562
  "website": "https://sentry.nuxtjs.org/",
@@ -3199,7 +3569,6 @@
3199
3569
  "github": "rchl"
3200
3570
  }
3201
3571
  ],
3202
- "contributors": [],
3203
3572
  "compatibility": {
3204
3573
  "nuxt": "^2.0.0",
3205
3574
  "requires": {}
@@ -3208,8 +3577,8 @@
3208
3577
  {
3209
3578
  "name": "seo-meta",
3210
3579
  "description": "Simple generate seo metadata",
3211
- "repo": "ihavecoke/nuxtjs-seo-meta",
3212
- "npm": "",
3580
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3581
+ "npm": "nuxt-seo-meta",
3213
3582
  "icon": "",
3214
3583
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3215
3584
  "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3223,7 +3592,6 @@
3223
3592
  "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
3224
3593
  }
3225
3594
  ],
3226
- "contributors": [],
3227
3595
  "compatibility": {
3228
3596
  "nuxt": "^2.0.0",
3229
3597
  "requires": {}
@@ -3233,7 +3601,7 @@
3233
3601
  "name": "seomatic-meta",
3234
3602
  "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
3235
3603
  "repo": "ben-rogerson/nuxt-seomatic-meta",
3236
- "npm": "",
3604
+ "npm": "nuxt-seomatic-meta",
3237
3605
  "icon": "seomatic.png",
3238
3606
  "github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
3239
3607
  "website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
@@ -3246,7 +3614,6 @@
3246
3614
  "github": "ben-rogerson"
3247
3615
  }
3248
3616
  ],
3249
- "contributors": [],
3250
3617
  "compatibility": {
3251
3618
  "nuxt": "^2.0.0",
3252
3619
  "requires": {}
@@ -3256,7 +3623,7 @@
3256
3623
  "name": "separate-env",
3257
3624
  "description": "Separated environment variables for server and client builds",
3258
3625
  "repo": "nuxt-community/separate-env-module",
3259
- "npm": "",
3626
+ "npm": "@nuxtjs/separate-env",
3260
3627
  "icon": "",
3261
3628
  "github": "https://github.com/nuxt-community/separate-env-module",
3262
3629
  "website": "https://github.com/nuxt-community/separate-env-module",
@@ -3270,17 +3637,39 @@
3270
3637
  "twitter": "TheAlexLichter"
3271
3638
  }
3272
3639
  ],
3273
- "contributors": [],
3274
3640
  "compatibility": {
3275
3641
  "nuxt": "^2.0.0",
3276
3642
  "requires": {}
3277
3643
  }
3278
3644
  },
3645
+ {
3646
+ "name": "session",
3647
+ "description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
3648
+ "repo": "sidebase/nuxt-session",
3649
+ "npm": "@sidebase/nuxt-session",
3650
+ "icon": "session.png",
3651
+ "github": "https://github.com/sidebase/nuxt-session",
3652
+ "website": "https://github.com/sidebase/nuxt-session",
3653
+ "learn_more": "https://github.com/sidebase",
3654
+ "category": "Security",
3655
+ "type": "3rd-party",
3656
+ "maintainers": [
3657
+ {
3658
+ "name": "sidebase",
3659
+ "github": "sidebase",
3660
+ "twitter": "sidebase_io"
3661
+ }
3662
+ ],
3663
+ "compatibility": {
3664
+ "nuxt": "^3.0.0",
3665
+ "requires": {}
3666
+ }
3667
+ },
3279
3668
  {
3280
3669
  "name": "shopify",
3281
3670
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
3282
3671
  "repo": "Gomah/nuxt-shopify",
3283
- "npm": "",
3672
+ "npm": "nuxt-shopify",
3284
3673
  "icon": "shopify.png",
3285
3674
  "github": "https://github.com/Gomah/nuxt-shopify",
3286
3675
  "website": "https://github.com/Gomah/nuxt-shopify",
@@ -3293,7 +3682,6 @@
3293
3682
  "github": "Gomah"
3294
3683
  }
3295
3684
  ],
3296
- "contributors": [],
3297
3685
  "compatibility": {
3298
3686
  "nuxt": "^2.0.0",
3299
3687
  "requires": {}
@@ -3303,7 +3691,7 @@
3303
3691
  "name": "simple-line-icons",
3304
3692
  "description": "Nuxt module to add simple-line-icons ",
3305
3693
  "repo": "vaso2/nuxt-simple-line-icons",
3306
- "npm": "",
3694
+ "npm": "nuxt-simple-line-icons",
3307
3695
  "icon": "",
3308
3696
  "github": "https://github.com/vaso2/nuxt-simple-line-icons",
3309
3697
  "website": "https://github.com/vaso2/nuxt-simple-line-icons",
@@ -3316,7 +3704,6 @@
3316
3704
  "github": "vaso2"
3317
3705
  }
3318
3706
  ],
3319
- "contributors": [],
3320
3707
  "compatibility": {
3321
3708
  "nuxt": "^2.0.0",
3322
3709
  "requires": {}
@@ -3326,7 +3713,7 @@
3326
3713
  "name": "sitemap",
3327
3714
  "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
3328
3715
  "repo": "nuxt-community/sitemap-module#dev",
3329
- "npm": "",
3716
+ "npm": "@nuxtjs/sitemap",
3330
3717
  "icon": "",
3331
3718
  "github": "https://github.com/nuxt-community/sitemap-module#dev",
3332
3719
  "website": "https://sitemap.nuxtjs.org",
@@ -3340,7 +3727,6 @@
3340
3727
  "twitter": "NicoPennec"
3341
3728
  }
3342
3729
  ],
3343
- "contributors": [],
3344
3730
  "compatibility": {
3345
3731
  "nuxt": "^2.0.0",
3346
3732
  "requires": {}
@@ -3350,7 +3736,7 @@
3350
3736
  "name": "snipcart",
3351
3737
  "description": "Snipcart integration module for Nuxt.js",
3352
3738
  "repo": "nuxt-community/snipcart-module",
3353
- "npm": "",
3739
+ "npm": "@nuxtjs/snipcart",
3354
3740
  "icon": "snipcart.png",
3355
3741
  "github": "https://github.com/nuxt-community/snipcart-module",
3356
3742
  "website": "https://github.com/nuxt-community/snipcart-module",
@@ -3364,7 +3750,6 @@
3364
3750
  "twitter": "giraud_florent"
3365
3751
  }
3366
3752
  ],
3367
- "contributors": [],
3368
3753
  "compatibility": {
3369
3754
  "nuxt": "^2.0.0",
3370
3755
  "requires": {}
@@ -3374,7 +3759,7 @@
3374
3759
  "name": "social-meta",
3375
3760
  "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
3376
3761
  "repo": "AlekseyPleshkov/nuxt-social-meta",
3377
- "npm": "",
3762
+ "npm": "nuxt-social-meta",
3378
3763
  "icon": "",
3379
3764
  "github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
3380
3765
  "website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
@@ -3387,7 +3772,6 @@
3387
3772
  "github": "AlekseyPleshkov"
3388
3773
  }
3389
3774
  ],
3390
- "contributors": [],
3391
3775
  "compatibility": {
3392
3776
  "nuxt": "^2.0.0",
3393
3777
  "requires": {}
@@ -3397,7 +3781,7 @@
3397
3781
  "name": "socket-io",
3398
3782
  "description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
3399
3783
  "repo": "richardeschloss/nuxt-socket-io",
3400
- "npm": "",
3784
+ "npm": "nuxt-socket-io",
3401
3785
  "icon": "socket-io.png",
3402
3786
  "github": "https://github.com/richardeschloss/nuxt-socket-io",
3403
3787
  "website": "https://nuxt-socket-io.netlify.app/",
@@ -3410,7 +3794,6 @@
3410
3794
  "github": "richardeschloss"
3411
3795
  }
3412
3796
  ],
3413
- "contributors": [],
3414
3797
  "compatibility": {
3415
3798
  "nuxt": "^2.0.0",
3416
3799
  "requires": {}
@@ -3420,7 +3803,7 @@
3420
3803
  "name": "speedcurve",
3421
3804
  "description": "Speedcurve LUX module for Nuxt",
3422
3805
  "repo": "nuxt-community/speedcurve-module",
3423
- "npm": "",
3806
+ "npm": "@nuxtjs/speedcurve",
3424
3807
  "icon": "speedcurve.png",
3425
3808
  "github": "https://github.com/nuxt-community/speedcurve-module",
3426
3809
  "website": "https://speedcurve.nuxtjs.org",
@@ -3434,7 +3817,6 @@
3434
3817
  "twitter": "JoshDeltener"
3435
3818
  }
3436
3819
  ],
3437
- "contributors": [],
3438
3820
  "compatibility": {
3439
3821
  "nuxt": "^2.0.0",
3440
3822
  "requires": {}
@@ -3444,7 +3826,7 @@
3444
3826
  "name": "speedkit",
3445
3827
  "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
3446
3828
  "repo": "GrabarzUndPartner/nuxt-speedkit",
3447
- "npm": "",
3829
+ "npm": "nuxt-speedkit",
3448
3830
  "icon": "speedkit.png",
3449
3831
  "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
3450
3832
  "website": "https://nuxt-speedkit.grabarzundpartner.dev",
@@ -3468,7 +3850,6 @@
3468
3850
  "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
3469
3851
  }
3470
3852
  ],
3471
- "contributors": [],
3472
3853
  "compatibility": {
3473
3854
  "nuxt": "^2.0.0",
3474
3855
  "requires": {}
@@ -3478,7 +3859,7 @@
3478
3859
  "name": "storage",
3479
3860
  "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
3480
3861
  "repo": "mazipan/nuxt-storage",
3481
- "npm": "",
3862
+ "npm": "nuxt-storage",
3482
3863
  "icon": "",
3483
3864
  "github": "https://github.com/mazipan/nuxt-storage",
3484
3865
  "website": "https://github.com/mazipan/nuxt-storage",
@@ -3491,7 +3872,6 @@
3491
3872
  "github": "mazipan"
3492
3873
  }
3493
3874
  ],
3494
- "contributors": [],
3495
3875
  "compatibility": {
3496
3876
  "nuxt": "^2.0.0",
3497
3877
  "requires": {}
@@ -3501,7 +3881,7 @@
3501
3881
  "name": "storefront-ui",
3502
3882
  "description": "Storefront UI Module for Nuxt.js",
3503
3883
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
3504
- "npm": "",
3884
+ "npm": "@storefront-ui/nuxt",
3505
3885
  "icon": "storefront-ui.svg",
3506
3886
  "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
3507
3887
  "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
@@ -3514,7 +3894,6 @@
3514
3894
  "github": "Baroshem"
3515
3895
  }
3516
3896
  ],
3517
- "contributors": [],
3518
3897
  "compatibility": {
3519
3898
  "nuxt": "^2.0.0",
3520
3899
  "requires": {}
@@ -3524,7 +3903,7 @@
3524
3903
  "name": "stories",
3525
3904
  "description": "Nuxt stories module -- Painless storybooking for Nuxt",
3526
3905
  "repo": "richardeschloss/nuxt-stories",
3527
- "npm": "",
3906
+ "npm": "nuxt-stories",
3528
3907
  "icon": "",
3529
3908
  "github": "https://github.com/richardeschloss/nuxt-stories",
3530
3909
  "website": "https://github.com/richardeschloss/nuxt-stories",
@@ -3537,7 +3916,6 @@
3537
3916
  "github": "richardeschloss"
3538
3917
  }
3539
3918
  ],
3540
- "contributors": [],
3541
3919
  "compatibility": {
3542
3920
  "nuxt": "^2.0.0",
3543
3921
  "requires": {}
@@ -3547,7 +3925,7 @@
3547
3925
  "name": "storyblok",
3548
3926
  "description": "Storyblok Nuxt.js module",
3549
3927
  "repo": "storyblok/storyblok-nuxt#master/lib",
3550
- "npm": "",
3928
+ "npm": "@storyblok/nuxt",
3551
3929
  "icon": "storyblok.png",
3552
3930
  "github": "https://github.com/storyblok/storyblok-nuxt",
3553
3931
  "website": "https://github.com/storyblok/storyblok-nuxt",
@@ -3560,7 +3938,6 @@
3560
3938
  "github": "storyblok"
3561
3939
  }
3562
3940
  ],
3563
- "contributors": [],
3564
3941
  "compatibility": {
3565
3942
  "nuxt": "^2.0.0 || ^3.0.0",
3566
3943
  "requires": {}
@@ -3570,7 +3947,7 @@
3570
3947
  "name": "storybook",
3571
3948
  "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
3572
3949
  "repo": "nuxt-community/storybook",
3573
- "npm": "",
3950
+ "npm": "@nuxtjs/storybook",
3574
3951
  "icon": "storybook.png",
3575
3952
  "github": "https://github.com/nuxt-community/storybook",
3576
3953
  "website": "https://storybook.nuxtjs.org",
@@ -3589,7 +3966,6 @@
3589
3966
  "twitter": "_pi0_"
3590
3967
  }
3591
3968
  ],
3592
- "contributors": [],
3593
3969
  "compatibility": {
3594
3970
  "nuxt": "^2.0.0",
3595
3971
  "requires": {
@@ -3601,7 +3977,7 @@
3601
3977
  "name": "strapi",
3602
3978
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
3603
3979
  "repo": "nuxt-community/strapi-module",
3604
- "npm": "",
3980
+ "npm": "@nuxtjs/strapi",
3605
3981
  "icon": "strapi.png",
3606
3982
  "github": "https://github.com/nuxt-community/strapi-module",
3607
3983
  "website": "https://strapi.nuxtjs.org",
@@ -3620,17 +3996,18 @@
3620
3996
  "twitter": "Atinux"
3621
3997
  }
3622
3998
  ],
3623
- "contributors": [],
3624
3999
  "compatibility": {
3625
4000
  "nuxt": "^2.0.0 || ^3.0.0",
3626
- "requires": {}
4001
+ "requires": {
4002
+ "bridge": true
4003
+ }
3627
4004
  }
3628
4005
  },
3629
4006
  {
3630
4007
  "name": "stripe",
3631
4008
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
3632
4009
  "repo": "WilliamDASILVA/nuxt-stripe-module",
3633
- "npm": "",
4010
+ "npm": "nuxt-stripe-module",
3634
4011
  "icon": "stripe.png",
3635
4012
  "github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
3636
4013
  "website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
@@ -3643,7 +4020,6 @@
3643
4020
  "github": "WilliamDASILVA"
3644
4021
  }
3645
4022
  ],
3646
- "contributors": [],
3647
4023
  "compatibility": {
3648
4024
  "nuxt": "^2.0.0",
3649
4025
  "requires": {}
@@ -3653,7 +4029,7 @@
3653
4029
  "name": "style-resources",
3654
4030
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
3655
4031
  "repo": "nuxt-community/style-resources-module",
3656
- "npm": "",
4032
+ "npm": "@nuxtjs/style-resources",
3657
4033
  "icon": "",
3658
4034
  "github": "https://github.com/nuxt-community/style-resources-module",
3659
4035
  "website": "https://github.com/nuxt-community/style-resources-module",
@@ -3667,7 +4043,6 @@
3667
4043
  "twitter": "TheAlexLichter"
3668
4044
  }
3669
4045
  ],
3670
- "contributors": [],
3671
4046
  "compatibility": {
3672
4047
  "nuxt": "^2.0.0",
3673
4048
  "requires": {}
@@ -3677,7 +4052,7 @@
3677
4052
  "name": "stylelint",
3678
4053
  "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
3679
4054
  "repo": "nuxt-community/stylelint-module",
3680
- "npm": "",
4055
+ "npm": "@nuxtjs/stylelint-module",
3681
4056
  "icon": "stylelint.png",
3682
4057
  "github": "https://github.com/nuxt-community/stylelint-module",
3683
4058
  "website": "https://github.com/nuxt-community/stylelint-module",
@@ -3690,33 +4065,64 @@
3690
4065
  "github": "ricardogobbosouza"
3691
4066
  }
3692
4067
  ],
3693
- "contributors": [],
3694
4068
  "compatibility": {
3695
4069
  "nuxt": "^2.0.0",
3696
4070
  "requires": {}
3697
4071
  }
3698
4072
  },
4073
+ {
4074
+ "name": "stylify",
4075
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
4076
+ "repo": "stylify/packages#master/packages/nuxt",
4077
+ "npm": "@stylify/nuxt",
4078
+ "icon": "stylify.svg",
4079
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
4080
+ "website": "https://stylifycss.com/docs/nuxt",
4081
+ "learn_more": "https://stylifycss.com",
4082
+ "category": "UI",
4083
+ "type": "3rd-party",
4084
+ "maintainers": [
4085
+ {
4086
+ "name": "Vladimír Macháček",
4087
+ "github": "Machy8",
4088
+ "twitter": "8machy"
4089
+ }
4090
+ ],
4091
+ "compatibility": {
4092
+ "nuxt": "^2.0.0 || ^3.0.0",
4093
+ "requires": {}
4094
+ }
4095
+ },
3699
4096
  {
3700
4097
  "name": "supabase",
3701
- "description": "A supa simple way to use Supabase with Nuxt",
3702
- "repo": "supabase/nuxt-supabase",
3703
- "npm": "",
4098
+ "description": "First class integration with Supabase",
4099
+ "repo": "nuxt-community/supabase-module",
4100
+ "npm": "@nuxtjs/supabase",
3704
4101
  "icon": "supabase.png",
3705
- "github": "https://github.com/supabase/nuxt-supabase",
3706
- "website": "https://github.com/supabase/nuxt-supabase",
3707
- "learn_more": "https://supabase.io",
4102
+ "github": "https://github.com/nuxt-community/supabase-module",
4103
+ "website": "https://supabase.nuxtjs.org",
4104
+ "learn_more": "https://supabase.com",
3708
4105
  "category": "Database",
3709
- "type": "3rd-party",
4106
+ "type": "community",
3710
4107
  "maintainers": [
4108
+ {
4109
+ "name": "Baptiste Leproux",
4110
+ "github": "larbish",
4111
+ "twitter": "baptistelprx"
4112
+ },
4113
+ {
4114
+ "name": "Sebastien Chopin",
4115
+ "github": "Atinux",
4116
+ "twitter": "Atinux"
4117
+ },
3711
4118
  {
3712
4119
  "name": "Scott Robertson",
3713
4120
  "github": "scottrobertson",
3714
4121
  "twitter": "scottymeuk"
3715
4122
  }
3716
4123
  ],
3717
- "contributors": [],
3718
4124
  "compatibility": {
3719
- "nuxt": "^2.0.0",
4125
+ "nuxt": "^2.0.0 || ^3.0.0",
3720
4126
  "requires": {}
3721
4127
  }
3722
4128
  },
@@ -3724,7 +4130,7 @@
3724
4130
  "name": "svg-loader",
3725
4131
  "description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
3726
4132
  "repo": "Developmint/nuxt-svg-loader",
3727
- "npm": "",
4133
+ "npm": "nuxt-svg-loader",
3728
4134
  "icon": "",
3729
4135
  "github": "https://github.com/Developmint/nuxt-svg-loader",
3730
4136
  "website": "https://github.com/Developmint/nuxt-svg-loader",
@@ -3737,7 +4143,6 @@
3737
4143
  "github": "Developmint"
3738
4144
  }
3739
4145
  ],
3740
- "contributors": [],
3741
4146
  "compatibility": {
3742
4147
  "nuxt": "^2.0.0",
3743
4148
  "requires": {}
@@ -3747,7 +4152,7 @@
3747
4152
  "name": "svg-sprite",
3748
4153
  "description": "Optimized and Easy way to use svg files in Nuxt.js",
3749
4154
  "repo": "nuxt-community/svg-sprite-module",
3750
- "npm": "",
4155
+ "npm": "@nuxtjs/svg-sprite",
3751
4156
  "icon": "",
3752
4157
  "github": "https://github.com/nuxt-community/svg-sprite-module",
3753
4158
  "website": "https://github.com/nuxt-community/svg-sprite-module",
@@ -3761,7 +4166,6 @@
3761
4166
  "twitter": "a_birang"
3762
4167
  }
3763
4168
  ],
3764
- "contributors": [],
3765
4169
  "compatibility": {
3766
4170
  "nuxt": "^2.0.0",
3767
4171
  "requires": {}
@@ -3771,7 +4175,7 @@
3771
4175
  "name": "svg",
3772
4176
  "description": "Super simple svg loading module for Nuxt.js",
3773
4177
  "repo": "nuxt-community/svg-module",
3774
- "npm": "",
4178
+ "npm": "@nuxtjs/svg",
3775
4179
  "icon": "",
3776
4180
  "github": "https://github.com/nuxt-community/svg-module",
3777
4181
  "website": "https://github.com/nuxt-community/svg-module",
@@ -3784,7 +4188,6 @@
3784
4188
  "github": "sam3d"
3785
4189
  }
3786
4190
  ],
3787
- "contributors": [],
3788
4191
  "compatibility": {
3789
4192
  "nuxt": "^2.0.0",
3790
4193
  "requires": {}
@@ -3794,7 +4197,7 @@
3794
4197
  "name": "sweetalert2",
3795
4198
  "description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
3796
4199
  "repo": "ImreC/nuxt-sweetalert2",
3797
- "npm": "",
4200
+ "npm": "nuxt-sweetalert2",
3798
4201
  "icon": "",
3799
4202
  "github": "https://github.com/ImreC/nuxt-sweetalert2",
3800
4203
  "website": "https://github.com/ImreC/nuxt-sweetalert2",
@@ -3807,7 +4210,6 @@
3807
4210
  "github": "ImreC"
3808
4211
  }
3809
4212
  ],
3810
- "contributors": [],
3811
4213
  "compatibility": {
3812
4214
  "nuxt": "^2.0.0",
3813
4215
  "requires": {}
@@ -3817,7 +4219,7 @@
3817
4219
  "name": "tailwindcss",
3818
4220
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
3819
4221
  "repo": "nuxt-community/tailwindcss-module",
3820
- "npm": "",
4222
+ "npm": "@nuxtjs/tailwindcss",
3821
4223
  "icon": "tailwindcss.png",
3822
4224
  "github": "https://github.com/nuxt-community/tailwindcss-module",
3823
4225
  "website": "https://tailwindcss.nuxtjs.org",
@@ -3831,7 +4233,6 @@
3831
4233
  "twitter": "Atinux"
3832
4234
  }
3833
4235
  ],
3834
- "contributors": [],
3835
4236
  "compatibility": {
3836
4237
  "nuxt": "^2.0.0 || ^3.0.0",
3837
4238
  "requires": {}
@@ -3841,7 +4242,7 @@
3841
4242
  "name": "tiktok-analytics",
3842
4243
  "description": "",
3843
4244
  "repo": "stickpro/nuxt-tiktok-analytics",
3844
- "npm": "",
4245
+ "npm": "tiktok-analytics",
3845
4246
  "icon": "",
3846
4247
  "github": "https://github.com/stickpro/nuxt-tiktok-analytics",
3847
4248
  "website": "https://github.com/stickpro/nuxt-tiktok-analytics",
@@ -3855,7 +4256,6 @@
3855
4256
  "avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
3856
4257
  }
3857
4258
  ],
3858
- "contributors": [],
3859
4259
  "compatibility": {
3860
4260
  "nuxt": "^2.0.0",
3861
4261
  "requires": {}
@@ -3865,7 +4265,7 @@
3865
4265
  "name": "toast",
3866
4266
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
3867
4267
  "repo": "nuxt-community/modules#master/packages/toast",
3868
- "npm": "",
4268
+ "npm": "@nuxtjs/toast",
3869
4269
  "icon": "",
3870
4270
  "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
3871
4271
  "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
@@ -3879,17 +4279,41 @@
3879
4279
  "twitter": "_pi0_"
3880
4280
  }
3881
4281
  ],
3882
- "contributors": [],
3883
4282
  "compatibility": {
3884
4283
  "nuxt": "^2.0.0",
3885
4284
  "requires": {}
3886
4285
  }
3887
4286
  },
4287
+ {
4288
+ "name": "turnstile",
4289
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4290
+ "repo": "danielroe/nuxt-turnstile",
4291
+ "npm": "nuxt-turnstile",
4292
+ "icon": "cloudflare.svg",
4293
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4294
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4295
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4296
+ "category": "Security",
4297
+ "type": "3rd-party",
4298
+ "maintainers": [
4299
+ {
4300
+ "name": "Daniel Roe",
4301
+ "github": "danielroe",
4302
+ "twitter": "danielcroe"
4303
+ }
4304
+ ],
4305
+ "compatibility": {
4306
+ "nuxt": "^2.0.0 || ^3.0.0",
4307
+ "requires": {
4308
+ "bridge": true
4309
+ }
4310
+ }
4311
+ },
3888
4312
  {
3889
4313
  "name": "twa",
3890
4314
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
3891
4315
  "repo": "tuarrep/nuxt-twa",
3892
- "npm": "",
4316
+ "npm": "nuxt-twa",
3893
4317
  "icon": "",
3894
4318
  "github": "https://github.com/tuarrep/nuxt-twa",
3895
4319
  "website": "https://nuxt-twa.tuarrep.dev",
@@ -3902,7 +4326,6 @@
3902
4326
  "github": "tuarrep"
3903
4327
  }
3904
4328
  ],
3905
- "contributors": [],
3906
4329
  "compatibility": {
3907
4330
  "nuxt": "^2.0.0",
3908
4331
  "requires": {
@@ -3910,11 +4333,44 @@
3910
4333
  }
3911
4334
  }
3912
4335
  },
4336
+ {
4337
+ "name": "twicpics",
4338
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4339
+ "repo": "TwicPics/components",
4340
+ "npm": "@twicpics/components",
4341
+ "icon": "twicpics.svg",
4342
+ "github": "https://github.com/TwicPics/components",
4343
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4344
+ "learn_more": "https://www.twicpics.com",
4345
+ "category": "Images",
4346
+ "type": "3rd-party",
4347
+ "maintainers": [
4348
+ {
4349
+ "name": "Florent Bourgeois",
4350
+ "github": "florentb",
4351
+ "twitter": "florent_b"
4352
+ },
4353
+ {
4354
+ "name": "Julian Aubourg",
4355
+ "github": "jaubourg",
4356
+ "twitter": "jaubourg"
4357
+ },
4358
+ {
4359
+ "name": "Miguel Beignon",
4360
+ "github": "mbgspcii",
4361
+ "twitter": "m_beignon"
4362
+ }
4363
+ ],
4364
+ "compatibility": {
4365
+ "nuxt": "^2.0.0 || ^3.0.0",
4366
+ "requires": {}
4367
+ }
4368
+ },
3913
4369
  {
3914
4370
  "name": "typed-router",
3915
4371
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
3916
4372
  "repo": "victorgarciaesgi/nuxt-typed-router",
3917
- "npm": "",
4373
+ "npm": "nuxt-typed-router",
3918
4374
  "icon": "vue.png",
3919
4375
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
3920
4376
  "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
@@ -3927,17 +4383,41 @@
3927
4383
  "github": "victorgarciaesgi"
3928
4384
  }
3929
4385
  ],
3930
- "contributors": [],
3931
4386
  "compatibility": {
3932
- "nuxt": "^2.0.0",
4387
+ "nuxt": "^2.0.0 || ^3.0.0",
3933
4388
  "requires": {}
3934
4389
  }
3935
4390
  },
4391
+ {
4392
+ "name": "typed-vuex",
4393
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
4394
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4395
+ "npm": "nuxt-typed-vuex",
4396
+ "icon": "vue.png",
4397
+ "github": "https://github.com/danielroe/typed-vuex",
4398
+ "website": "https://github.com/danielroe/typed-vuex",
4399
+ "learn_more": "",
4400
+ "category": "Libraries",
4401
+ "type": "3rd-party",
4402
+ "maintainers": [
4403
+ {
4404
+ "name": "Daniel Roe",
4405
+ "github": "danielroe",
4406
+ "twitter": "danielcroe"
4407
+ }
4408
+ ],
4409
+ "compatibility": {
4410
+ "nuxt": "^2.0.0",
4411
+ "requires": {
4412
+ "bridge": "optional"
4413
+ }
4414
+ }
4415
+ },
3936
4416
  {
3937
4417
  "name": "typescript-runtime",
3938
4418
  "description": "TypeScript Runtime support for Nuxt",
3939
4419
  "repo": "nuxt/typescript#master/packages/typescript-runtime",
3940
- "npm": "",
4420
+ "npm": "@nuxt/typescript-runtime",
3941
4421
  "icon": "typescript.svg",
3942
4422
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
3943
4423
  "website": "https://typescript.nuxtjs.org/guide/runtime.html",
@@ -3960,7 +4440,6 @@
3960
4440
  "twitter": "danielcroe"
3961
4441
  }
3962
4442
  ],
3963
- "contributors": [],
3964
4443
  "compatibility": {
3965
4444
  "nuxt": "^2.0.0",
3966
4445
  "requires": {}
@@ -3970,7 +4449,7 @@
3970
4449
  "name": "typescript",
3971
4450
  "description": "TypeScript Support for Nuxt",
3972
4451
  "repo": "nuxt/typescript#master/packages/typescript-build",
3973
- "npm": "",
4452
+ "npm": "@nuxt/typescript-build",
3974
4453
  "icon": "typescript.svg",
3975
4454
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
3976
4455
  "website": "https://typescript.nuxtjs.org",
@@ -3993,17 +4472,40 @@
3993
4472
  "twitter": "danielcroe"
3994
4473
  }
3995
4474
  ],
3996
- "contributors": [],
3997
4475
  "compatibility": {
3998
4476
  "nuxt": "^2.0.0",
3999
4477
  "requires": {}
4000
4478
  }
4001
4479
  },
4480
+ {
4481
+ "name": "umami",
4482
+ "description": "Embed the Umami analytics library into Nuxt",
4483
+ "repo": "ijkml/nuxt-umami",
4484
+ "npm": "nuxt-umami",
4485
+ "icon": "umami.svg",
4486
+ "github": "https://github.com/ijkml/nuxt-umami",
4487
+ "website": "https://github.com/ijkml/nuxt-umami",
4488
+ "learn_more": "https://umami.is/docs/",
4489
+ "category": "Analytics",
4490
+ "type": "3rd-party",
4491
+ "maintainers": [
4492
+ {
4493
+ "name": "ML",
4494
+ "github": "ijkml"
4495
+ }
4496
+ ],
4497
+ "compatibility": {
4498
+ "nuxt": "^2.0.0 || ^3.0.0",
4499
+ "requires": {
4500
+ "bridge": "optional"
4501
+ }
4502
+ }
4503
+ },
4002
4504
  {
4003
4505
  "name": "universal-storage",
4004
4506
  "description": "Universal Storage Utilities for Nuxt.js",
4005
4507
  "repo": "nuxt-community/universal-storage-module",
4006
- "npm": "",
4508
+ "npm": "@nuxtjs/universal-storage",
4007
4509
  "icon": "",
4008
4510
  "github": "https://github.com/nuxt-community/universal-storage-module",
4009
4511
  "website": "https://github.com/nuxt-community/universal-storage-module",
@@ -4022,17 +4524,42 @@
4022
4524
  "twitter": "farzadso"
4023
4525
  }
4024
4526
  ],
4025
- "contributors": [],
4026
4527
  "compatibility": {
4027
4528
  "nuxt": "^2.0.0",
4028
4529
  "requires": {}
4029
4530
  }
4030
4531
  },
4532
+ {
4533
+ "name": "unlighthouse",
4534
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4535
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4536
+ "npm": "@unlighthouse/nuxt",
4537
+ "icon": "unlighthouse.svg",
4538
+ "github": "https://github.com/harlan-zw/unlighthouse",
4539
+ "website": "https://github.com/harlan-zw/unlighthouse",
4540
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4541
+ "category": "Devtools",
4542
+ "type": "3rd-party",
4543
+ "maintainers": [
4544
+ {
4545
+ "name": "Harlan Wilton",
4546
+ "github": "harlan-zw",
4547
+ "twitter": "harlan_zw",
4548
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4549
+ }
4550
+ ],
4551
+ "compatibility": {
4552
+ "nuxt": "^2.0.0 || ^3.0.0",
4553
+ "requires": {
4554
+ "bridge": "optional"
4555
+ }
4556
+ }
4557
+ },
4031
4558
  {
4032
4559
  "name": "unocss",
4033
4560
  "description": "The instant on-demand atomic CSS engine.",
4034
4561
  "repo": "antfu/unocss#main/packages/nuxt",
4035
- "npm": "",
4562
+ "npm": "@unocss/nuxt",
4036
4563
  "icon": "unocss.svg",
4037
4564
  "github": "https://github.com/antfu/unocss",
4038
4565
  "website": "https://github.com/antfu/unocss",
@@ -4047,7 +4574,6 @@
4047
4574
  "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
4048
4575
  }
4049
4576
  ],
4050
- "contributors": [],
4051
4577
  "compatibility": {
4052
4578
  "nuxt": "^2.0.0 || ^3.0.0",
4053
4579
  "requires": {
@@ -4059,7 +4585,7 @@
4059
4585
  "name": "user-agent",
4060
4586
  "description": "Nuxt.js module for handling User-Agent.",
4061
4587
  "repo": "fukuiretu/nuxt-user-agent",
4062
- "npm": "",
4588
+ "npm": "nuxt-user-agent",
4063
4589
  "icon": "",
4064
4590
  "github": "https://github.com/fukuiretu/nuxt-user-agent",
4065
4591
  "website": "https://github.com/fukuiretu/nuxt-user-agent",
@@ -4072,7 +4598,6 @@
4072
4598
  "github": "fukuiretu"
4073
4599
  }
4074
4600
  ],
4075
- "contributors": [],
4076
4601
  "compatibility": {
4077
4602
  "nuxt": "^2.0.0",
4078
4603
  "requires": {}
@@ -4082,7 +4607,7 @@
4082
4607
  "name": "validate",
4083
4608
  "description": "Simple Nuxt input validation module using vee-validate",
4084
4609
  "repo": "lewyuburi/nuxt-validate",
4085
- "npm": "",
4610
+ "npm": "nuxt-validate",
4086
4611
  "icon": "vee-validate.png",
4087
4612
  "github": "https://github.com/lewyuburi/nuxt-validate",
4088
4613
  "website": "https://github.com/lewyuburi/nuxt-validate",
@@ -4095,7 +4620,6 @@
4095
4620
  "github": "lewyuburi"
4096
4621
  }
4097
4622
  ],
4098
- "contributors": [],
4099
4623
  "compatibility": {
4100
4624
  "nuxt": "^2.0.0",
4101
4625
  "requires": {}
@@ -4105,7 +4629,7 @@
4105
4629
  "name": "vendor",
4106
4630
  "description": "directly serve node_modules",
4107
4631
  "repo": "nuxt-community/modules#master/packages/vendor",
4108
- "npm": "",
4632
+ "npm": "@nuxtjs/vendor",
4109
4633
  "icon": "",
4110
4634
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
4111
4635
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
@@ -4119,7 +4643,6 @@
4119
4643
  "twitter": "_pi0_"
4120
4644
  }
4121
4645
  ],
4122
- "contributors": [],
4123
4646
  "compatibility": {
4124
4647
  "nuxt": "^2.0.0",
4125
4648
  "requires": {}
@@ -4129,7 +4652,7 @@
4129
4652
  "name": "vue-material",
4130
4653
  "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.",
4131
4654
  "repo": "vaso2/nuxt-vue-material",
4132
- "npm": "",
4655
+ "npm": "nuxt-vue-material",
4133
4656
  "icon": "vue-material.png",
4134
4657
  "github": "https://github.com/vaso2/nuxt-vue-material",
4135
4658
  "website": "https://github.com/vaso2/nuxt-vue-material",
@@ -4142,7 +4665,6 @@
4142
4665
  "github": "vaso2"
4143
4666
  }
4144
4667
  ],
4145
- "contributors": [],
4146
4668
  "compatibility": {
4147
4669
  "nuxt": "^2.0.0",
4148
4670
  "requires": {}
@@ -4152,7 +4674,7 @@
4152
4674
  "name": "vue-multiselect",
4153
4675
  "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
4154
4676
  "repo": "spektrummedia/nuxt-vue-multiselect",
4155
- "npm": "",
4677
+ "npm": "nuxt-vue-multiselect",
4156
4678
  "icon": "",
4157
4679
  "github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
4158
4680
  "website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
@@ -4165,7 +4687,6 @@
4165
4687
  "github": "spektrummedia"
4166
4688
  }
4167
4689
  ],
4168
- "contributors": [],
4169
4690
  "compatibility": {
4170
4691
  "nuxt": "^2.0.0",
4171
4692
  "requires": {}
@@ -4175,7 +4696,7 @@
4175
4696
  "name": "vue-select",
4176
4697
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
4177
4698
  "repo": "madmod/nuxt-vue-select",
4178
- "npm": "",
4699
+ "npm": "nuxt-vue-select",
4179
4700
  "icon": "",
4180
4701
  "github": "https://github.com/madmod/nuxt-vue-select",
4181
4702
  "website": "https://github.com/madmod/nuxt-vue-select",
@@ -4188,7 +4709,6 @@
4188
4709
  "github": "madmod"
4189
4710
  }
4190
4711
  ],
4191
- "contributors": [],
4192
4712
  "compatibility": {
4193
4713
  "nuxt": "^2.0.0",
4194
4714
  "requires": {}
@@ -4198,7 +4718,7 @@
4198
4718
  "name": "vue-warehouse",
4199
4719
  "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
4200
4720
  "repo": "juliomrqz/vue-warehouse",
4201
- "npm": "",
4721
+ "npm": "vue-warehouse",
4202
4722
  "icon": "",
4203
4723
  "github": "https://github.com/juliomrqz/vue-warehouse",
4204
4724
  "website": "https://marquez.co/docs/vue-warehouse",
@@ -4212,17 +4732,38 @@
4212
4732
  "twitter": "juliomrqz"
4213
4733
  }
4214
4734
  ],
4215
- "contributors": [],
4216
4735
  "compatibility": {
4217
4736
  "nuxt": "^2.0.0",
4218
4737
  "requires": {}
4219
4738
  }
4220
4739
  },
4740
+ {
4741
+ "name": "vuestic",
4742
+ "description": "Vuestic UI module for Nuxt 3",
4743
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4744
+ "npm": "@vuestic/nuxt",
4745
+ "icon": "",
4746
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4747
+ "website": "https://vuestic.dev",
4748
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4749
+ "category": "UI",
4750
+ "type": "3rd-party",
4751
+ "maintainers": [
4752
+ {
4753
+ "name": "epicmaxco",
4754
+ "github": "epicmaxco"
4755
+ }
4756
+ ],
4757
+ "compatibility": {
4758
+ "nuxt": "^3.0.0",
4759
+ "requires": {}
4760
+ }
4761
+ },
4221
4762
  {
4222
4763
  "name": "vuetify",
4223
4764
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
4224
4765
  "repo": "nuxt-community/vuetify-module",
4225
- "npm": "",
4766
+ "npm": "@nuxtjs/vuetify",
4226
4767
  "icon": "vuetify.png",
4227
4768
  "github": "https://github.com/nuxt-community/vuetify-module",
4228
4769
  "website": "https://github.com/nuxt-community/vuetify-module",
@@ -4240,7 +4781,6 @@
4240
4781
  "twitter": "_pi0_"
4241
4782
  }
4242
4783
  ],
4243
- "contributors": [],
4244
4784
  "compatibility": {
4245
4785
  "nuxt": "^2.0.0",
4246
4786
  "requires": {}
@@ -4249,8 +4789,8 @@
4249
4789
  {
4250
4790
  "name": "vueuse",
4251
4791
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4252
- "repo": "vueuse/vueuse#main/packages/core",
4253
- "npm": "",
4792
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4793
+ "npm": "@vueuse/nuxt",
4254
4794
  "icon": "vueuse.svg",
4255
4795
  "github": "https://github.com/vueuse/vueuse",
4256
4796
  "website": "https://vueuse.org",
@@ -4264,7 +4804,6 @@
4264
4804
  "twitter": "antfu7"
4265
4805
  }
4266
4806
  ],
4267
- "contributors": [],
4268
4807
  "compatibility": {
4269
4808
  "nuxt": "^2.0.0 || ^3.0.0",
4270
4809
  "requires": {
@@ -4276,7 +4815,7 @@
4276
4815
  "name": "vuex-router-sync",
4277
4816
  "description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
4278
4817
  "repo": "paulgv/nuxt-vuex-router-sync",
4279
- "npm": "",
4818
+ "npm": "nuxt-vuex-router-sync",
4280
4819
  "icon": "",
4281
4820
  "github": "https://github.com/paulgv/nuxt-vuex-router-sync",
4282
4821
  "website": "https://github.com/paulgv/nuxt-vuex-router-sync",
@@ -4289,7 +4828,6 @@
4289
4828
  "github": "paulgv"
4290
4829
  }
4291
4830
  ],
4292
- "contributors": [],
4293
4831
  "compatibility": {
4294
4832
  "nuxt": "^2.0.0",
4295
4833
  "requires": {}
@@ -4299,7 +4837,7 @@
4299
4837
  "name": "web-vitals",
4300
4838
  "description": "Web Vitals for Nuxt",
4301
4839
  "repo": "nuxt-community/web-vitals-module",
4302
- "npm": "",
4840
+ "npm": "@nuxtjs/web-vitals",
4303
4841
  "icon": "",
4304
4842
  "github": "https://github.com/nuxt-community/web-vitals-module",
4305
4843
  "website": "https://github.com/nuxt-community/web-vitals-module",
@@ -4322,31 +4860,31 @@
4322
4860
  "twitter": "Atinux"
4323
4861
  }
4324
4862
  ],
4325
- "contributors": [],
4326
4863
  "compatibility": {
4327
- "nuxt": "^2.0.0",
4328
- "requires": {}
4864
+ "nuxt": "^2.0.0 || ^3.0.0",
4865
+ "requires": {
4866
+ "bridge": "optional"
4867
+ }
4329
4868
  }
4330
4869
  },
4331
4870
  {
4332
4871
  "name": "web3js",
4333
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
4334
- "repo": "fauzan121002/nuxt-web3",
4335
- "npm": "",
4872
+ "description": "Web3.js module integration for Nuxt.js",
4873
+ "repo": "bl0cknumber/nuxt-web3",
4874
+ "npm": "nuxt-web3",
4336
4875
  "icon": "web3js.svg",
4337
- "github": "https://github.com/fauzan121002/nuxt-web3",
4338
- "website": "https://github.com/fauzan121002/nuxt-web3",
4876
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
4877
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
4339
4878
  "learn_more": "https://web3js.readthedocs.io/",
4340
4879
  "category": "Libraries",
4341
4880
  "type": "3rd-party",
4342
4881
  "maintainers": [
4343
4882
  {
4344
4883
  "name": "Muhammad Fauzan",
4345
- "github": "fauzan121002",
4346
- "twitter": "fauzandev"
4884
+ "github": "bl0cknumber",
4885
+ "twitter": "fncolon"
4347
4886
  }
4348
4887
  ],
4349
- "contributors": [],
4350
4888
  "compatibility": {
4351
4889
  "nuxt": "^2.0.0",
4352
4890
  "requires": {}
@@ -4356,7 +4894,7 @@
4356
4894
  "name": "webfontloader",
4357
4895
  "description": "Efficient web font loading has never been easier!",
4358
4896
  "repo": "Developmint/nuxt-webfontloader",
4359
- "npm": "",
4897
+ "npm": "nuxt-webfontloader",
4360
4898
  "icon": "",
4361
4899
  "github": "https://github.com/Developmint/nuxt-webfontloader",
4362
4900
  "website": "https://github.com/Developmint/nuxt-webfontloader",
@@ -4369,7 +4907,6 @@
4369
4907
  "github": "Developmint"
4370
4908
  }
4371
4909
  ],
4372
- "contributors": [],
4373
4910
  "compatibility": {
4374
4911
  "nuxt": "^2.0.0",
4375
4912
  "requires": {}
@@ -4379,7 +4916,7 @@
4379
4916
  "name": "webpack-optimisations",
4380
4917
  "description": "Nuxt.js v2 module to automatically make your builds faster.",
4381
4918
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
4382
- "npm": "",
4919
+ "npm": "nuxt-webpack-optimisations",
4383
4920
  "icon": "build-optimisations.svg",
4384
4921
  "github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4385
4922
  "website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
@@ -4392,7 +4929,6 @@
4392
4929
  "github": "harlan-zw"
4393
4930
  }
4394
4931
  ],
4395
- "contributors": [],
4396
4932
  "compatibility": {
4397
4933
  "nuxt": "^2.0.0",
4398
4934
  "requires": {
@@ -4404,7 +4940,7 @@
4404
4940
  "name": "webpack-profile",
4405
4941
  "description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
4406
4942
  "repo": "nuxt-community/webpack-profile-module",
4407
- "npm": "",
4943
+ "npm": "@nuxtjs/webpack-profile",
4408
4944
  "icon": "webpack.png",
4409
4945
  "github": "https://github.com/nuxt-community/webpack-profile-module",
4410
4946
  "website": "https://github.com/nuxt-community/webpack-profile-module",
@@ -4418,7 +4954,6 @@
4418
4954
  "twitter": "_pi0_"
4419
4955
  }
4420
4956
  ],
4421
- "contributors": [],
4422
4957
  "compatibility": {
4423
4958
  "nuxt": "^2.0.0",
4424
4959
  "requires": {}
@@ -4428,7 +4963,7 @@
4428
4963
  "name": "webpackdashboard",
4429
4964
  "description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
4430
4965
  "repo": "paulgv/nuxt-webpackdashboard",
4431
- "npm": "",
4966
+ "npm": "nuxt-webpackdashboard",
4432
4967
  "icon": "webpack.png",
4433
4968
  "github": "https://github.com/paulgv/nuxt-webpackdashboard",
4434
4969
  "website": "https://github.com/paulgv/nuxt-webpackdashboard",
@@ -4441,7 +4976,6 @@
4441
4976
  "github": "paulgv"
4442
4977
  }
4443
4978
  ],
4444
- "contributors": [],
4445
4979
  "compatibility": {
4446
4980
  "nuxt": "^2.0.0",
4447
4981
  "requires": {}
@@ -4451,7 +4985,7 @@
4451
4985
  "name": "webpackmonitor",
4452
4986
  "description": "Monitor Nuxt webpack optimization metrics through the development process",
4453
4987
  "repo": "nuxt-community/webpackmonitor-module",
4454
- "npm": "",
4988
+ "npm": "@nuxtjs/webpackmonitor",
4455
4989
  "icon": "webpack.png",
4456
4990
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
4457
4991
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
@@ -4465,7 +4999,6 @@
4465
4999
  "twitter": "_pi0_"
4466
5000
  }
4467
5001
  ],
4468
- "contributors": [],
4469
5002
  "compatibility": {
4470
5003
  "nuxt": "^2.0.0",
4471
5004
  "requires": {}
@@ -4475,7 +5008,7 @@
4475
5008
  "name": "windicss",
4476
5009
  "description": "Next generation utility-first CSS framework.",
4477
5010
  "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
4478
- "npm": "",
5011
+ "npm": "nuxt-windicss",
4479
5012
  "icon": "windicss.svg",
4480
5013
  "github": "https://github.com/windicss/nuxt-windicss-module",
4481
5014
  "website": "https://github.com/windicss/nuxt-windicss-module",
@@ -4494,7 +5027,6 @@
4494
5027
  "twitter": "antfu7"
4495
5028
  }
4496
5029
  ],
4497
- "contributors": [],
4498
5030
  "compatibility": {
4499
5031
  "nuxt": "^2.0.0 || ^3.0.0",
4500
5032
  "requires": {
@@ -4506,7 +5038,7 @@
4506
5038
  "name": "winston-log",
4507
5039
  "description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
4508
5040
  "repo": "aaronransley/nuxt-winston-log",
4509
- "npm": "",
5041
+ "npm": "nuxt-winston-log",
4510
5042
  "icon": "winston.png",
4511
5043
  "github": "https://github.com/aaronransley/nuxt-winston-log",
4512
5044
  "website": "https://github.com/aaronransley/nuxt-winston-log",
@@ -4519,7 +5051,6 @@
4519
5051
  "github": "aaronransley"
4520
5052
  }
4521
5053
  ],
4522
- "contributors": [],
4523
5054
  "compatibility": {
4524
5055
  "nuxt": "^2.0.0",
4525
5056
  "requires": {}
@@ -4529,7 +5060,7 @@
4529
5060
  "name": "wp-nuxt",
4530
5061
  "description": "The module adds a Wordpress Rest API to your nuxt application",
4531
5062
  "repo": "yashha/wp-nuxt",
4532
- "npm": "",
5063
+ "npm": "wp-nuxt",
4533
5064
  "icon": "wordpress.png",
4534
5065
  "github": "https://github.com/yashha/wp-nuxt",
4535
5066
  "website": "https://github.com/yashha/wp-nuxt",
@@ -4542,7 +5073,6 @@
4542
5073
  "github": "yashha"
4543
5074
  }
4544
5075
  ],
4545
- "contributors": [],
4546
5076
  "compatibility": {
4547
5077
  "nuxt": "^2.0.0",
4548
5078
  "requires": {}
@@ -4552,7 +5082,7 @@
4552
5082
  "name": "xhr-cache",
4553
5083
  "description": "Cache api resources and serve it as static resource",
4554
5084
  "repo": "gaetansenn/xhr-cache",
4555
- "npm": "",
5085
+ "npm": "@dewib/xhr-cache",
4556
5086
  "icon": "",
4557
5087
  "github": "https://github.com/gaetansenn/xhr-cache",
4558
5088
  "website": "https://xhr-cache.dewib.com",
@@ -4565,17 +5095,41 @@
4565
5095
  "github": "gaetansenn"
4566
5096
  }
4567
5097
  ],
4568
- "contributors": [],
4569
5098
  "compatibility": {
4570
5099
  "nuxt": "^2.0.0",
4571
5100
  "requires": {}
4572
5101
  }
4573
5102
  },
5103
+ {
5104
+ "name": "xstate",
5105
+ "description": "XState integration for Nuxt",
5106
+ "repo": "Lexpeartha/nuxt-xstate",
5107
+ "npm": "nuxt-xstate",
5108
+ "icon": "xstate.svg",
5109
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
5110
+ "website": "https://nuxt-xstate.lexpeartha.com",
5111
+ "learn_more": "https://xstate.js.org/",
5112
+ "category": "Extensions",
5113
+ "type": "3rd-party",
5114
+ "maintainers": [
5115
+ {
5116
+ "name": "Lexpeartha",
5117
+ "github": "Lexpeartha",
5118
+ "twitter": "lexpeartha"
5119
+ }
5120
+ ],
5121
+ "compatibility": {
5122
+ "nuxt": "^2.0.0 || ^3.0.0",
5123
+ "requires": {
5124
+ "bridge": true
5125
+ }
5126
+ }
5127
+ },
4574
5128
  {
4575
5129
  "name": "xui",
4576
5130
  "description": "Light module to help design websites with Nuxt.",
4577
5131
  "repo": "MetaCorp/xui-module",
4578
- "npm": "",
5132
+ "npm": "xui-module",
4579
5133
  "icon": "",
4580
5134
  "github": "https://github.com/MetaCorp/xui-module",
4581
5135
  "website": "https://github.com/MetaCorp/xui-module",
@@ -4588,7 +5142,6 @@
4588
5142
  "github": "MetaCorp"
4589
5143
  }
4590
5144
  ],
4591
- "contributors": [],
4592
5145
  "compatibility": {
4593
5146
  "nuxt": "^2.0.0",
4594
5147
  "requires": {}
@@ -4598,7 +5151,7 @@
4598
5151
  "name": "yandex-metrika",
4599
5152
  "description": "Yandex metrika Module for Nuxt.js",
4600
5153
  "repo": "nuxt-community/yandex-metrika-module",
4601
- "npm": "",
5154
+ "npm": "@nuxtjs/yandex-metrika",
4602
5155
  "icon": "",
4603
5156
  "github": "https://github.com/nuxt-community/yandex-metrika-module",
4604
5157
  "website": "https://github.com/nuxt-community/yandex-metrika-module",
@@ -4612,7 +5165,6 @@
4612
5165
  "twitter": "_pi0_"
4613
5166
  }
4614
5167
  ],
4615
- "contributors": [],
4616
5168
  "compatibility": {
4617
5169
  "nuxt": "^2.0.0",
4618
5170
  "requires": {}
@@ -4622,7 +5174,7 @@
4622
5174
  "name": "zendesk",
4623
5175
  "description": "Nuxt.js module for Zendesk",
4624
5176
  "repo": "DansMaCulotte/nuxt-zendesk",
4625
- "npm": "",
5177
+ "npm": "@dansmaculotte/nuxt-zendesk",
4626
5178
  "icon": "zendesk.png",
4627
5179
  "github": "https://github.com/DansMaCulotte/nuxt-zendesk",
4628
5180
  "website": "https://github.com/DansMaCulotte/nuxt-zendesk",
@@ -4635,7 +5187,6 @@
4635
5187
  "github": "DansMaCulotte"
4636
5188
  }
4637
5189
  ],
4638
- "contributors": [],
4639
5190
  "compatibility": {
4640
5191
  "nuxt": "^2.0.0",
4641
5192
  "requires": {}