@nuxt/modules 0.5.0-60884e → 0.5.0-60df37

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 +1212 -478
  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 customers on their website",
531
+ "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
532
+ "npm": "@huntersofbook/chatwoot-nuxt",
533
+ "icon": "chatwoot.png",
534
+ "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
535
+ "website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/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,17 +872,39 @@
823
872
  "twitter": "potato4d"
824
873
  }
825
874
  ],
826
- "contributors": [],
827
875
  "compatibility": {
828
876
  "nuxt": "^2.0.0",
829
877
  "requires": {}
830
878
  }
831
879
  },
880
+ {
881
+ "name": "delay-hydration",
882
+ "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
883
+ "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
884
+ "npm": "nuxt-delay-hydration",
885
+ "icon": "lighthouse.svg",
886
+ "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
887
+ "website": "https://github.com/harlan-zw/nuxt-delay-hydration",
888
+ "learn_more": "",
889
+ "category": "Performance",
890
+ "type": "3rd-party",
891
+ "maintainers": [
892
+ {
893
+ "name": "Harlan Wilton",
894
+ "github": "harlan-zw",
895
+ "twitter": "harlan_zw"
896
+ }
897
+ ],
898
+ "compatibility": {
899
+ "nuxt": "^2.0.0 || ^3.0.0",
900
+ "requires": {}
901
+ }
902
+ },
832
903
  {
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/directus/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.png",
1255
+ "github": "https://github.com/nuxt-modules/fontaine",
1256
+ "website": "https://github.com/unjs/fontaine",
1257
+ "learn_more": "https://github.com/unjs/fontaine",
1258
+ "category": "Performance",
1259
+ "type": "community",
1260
+ "maintainers": [
1261
+ {
1262
+ "name": "Daniel Roe",
1263
+ "github": "danielroe",
1264
+ "twitter": "danielcroe"
1265
+ }
1266
+ ],
1267
+ "compatibility": {
1268
+ "nuxt": "^3.0.0",
1269
+ "requires": {}
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,7 +1286,6 @@
1181
1286
  "github": "pimlie"
1182
1287
  }
1183
1288
  ],
1184
- "contributors": [],
1185
1289
  "compatibility": {
1186
1290
  "nuxt": "^2.0.0",
1187
1291
  "requires": {}
@@ -1190,8 +1294,8 @@
1190
1294
  {
1191
1295
  "name": "formkit",
1192
1296
  "description": "Seamless FormKit integration for Nuxt",
1193
- "repo": "formkit/formkit",
1194
- "npm": "",
1297
+ "repo": "formkit/formkit#master/packages/nuxt",
1298
+ "npm": "@formkit/nuxt",
1195
1299
  "icon": "formkit.png",
1196
1300
  "github": "https://github.com/formkit/formkit",
1197
1301
  "website": "https://formkit.com",
@@ -1210,7 +1314,6 @@
1210
1314
  "twitter": "0xBOYD"
1211
1315
  }
1212
1316
  ],
1213
- "contributors": [],
1214
1317
  "compatibility": {
1215
1318
  "nuxt": "^3.0.0",
1216
1319
  "requires": {}
@@ -1220,7 +1323,7 @@
1220
1323
  "name": "fullpage",
1221
1324
  "description": "Nuxt module for fullpage-vue plugin",
1222
1325
  "repo": "vaso2/fullpage-nuxt",
1223
- "npm": "",
1326
+ "npm": "fullpage-nuxt",
1224
1327
  "icon": "",
1225
1328
  "github": "https://github.com/vaso2/fullpage-nuxt",
1226
1329
  "website": "https://github.com/vaso2/fullpage-nuxt",
@@ -1233,7 +1336,6 @@
1233
1336
  "github": "vaso2"
1234
1337
  }
1235
1338
  ],
1236
- "contributors": [],
1237
1339
  "compatibility": {
1238
1340
  "nuxt": "^2.0.0",
1239
1341
  "requires": {}
@@ -1243,7 +1345,7 @@
1243
1345
  "name": "github-api",
1244
1346
  "description": "Nuxt module for GitHub v4 API",
1245
1347
  "repo": "lindsaykwardell/nuxt-github-api",
1246
- "npm": "",
1348
+ "npm": "nuxt-github-api",
1247
1349
  "icon": "github.svg",
1248
1350
  "github": "https://github.com/lindsaykwardell/nuxt-github-api",
1249
1351
  "website": "https://github.com/lindsaykwardell/nuxt-github-api",
@@ -1256,7 +1358,6 @@
1256
1358
  "github": "lindsaykwardell"
1257
1359
  }
1258
1360
  ],
1259
- "contributors": [],
1260
1361
  "compatibility": {
1261
1362
  "nuxt": "^2.0.0",
1262
1363
  "requires": {}
@@ -1266,7 +1367,7 @@
1266
1367
  "name": "google-adsense",
1267
1368
  "description": "Google Adsense Module for Nuxt.js",
1268
1369
  "repo": "nuxt-community/google-adsense-module",
1269
- "npm": "",
1370
+ "npm": "@nuxtjs/google-adsense",
1270
1371
  "icon": "google-adsense.png",
1271
1372
  "github": "https://github.com/nuxt-community/google-adsense-module",
1272
1373
  "website": "https://github.com/nuxt-community/google-adsense-module",
@@ -1274,14 +1375,17 @@
1274
1375
  "category": "Analytics",
1275
1376
  "type": "community",
1276
1377
  "maintainers": [
1378
+ {
1379
+ "name": "Alexander Lichter",
1380
+ "github": "manniL"
1381
+ },
1277
1382
  {
1278
1383
  "name": "Troy Morehouse",
1279
1384
  "github": "tmorehouse"
1280
1385
  }
1281
1386
  ],
1282
- "contributors": [],
1283
1387
  "compatibility": {
1284
- "nuxt": "^2.0.0",
1388
+ "nuxt": "^2.0.0 || ^3.0.0",
1285
1389
  "requires": {}
1286
1390
  }
1287
1391
  },
@@ -1289,7 +1393,7 @@
1289
1393
  "name": "google-analytics",
1290
1394
  "description": "Google analytics Module for Nuxt.js",
1291
1395
  "repo": "nuxt-community/analytics-module",
1292
- "npm": "",
1396
+ "npm": "@nuxtjs/google-analytics",
1293
1397
  "icon": "google-analytics.png",
1294
1398
  "github": "https://github.com/nuxt-community/analytics-module",
1295
1399
  "website": "https://google-analytics.nuxtjs.org",
@@ -1312,7 +1416,6 @@
1312
1416
  "twitter": "matteo_gabriele"
1313
1417
  }
1314
1418
  ],
1315
- "contributors": [],
1316
1419
  "compatibility": {
1317
1420
  "nuxt": "^2.0.0",
1318
1421
  "requires": {}
@@ -1322,7 +1425,7 @@
1322
1425
  "name": "google-fonts",
1323
1426
  "description": "Google Fonts module for NuxtJS",
1324
1427
  "repo": "nuxt-community/google-fonts-module",
1325
- "npm": "",
1428
+ "npm": "@nuxtjs/google-fonts",
1326
1429
  "icon": "google-fonts.png",
1327
1430
  "github": "https://github.com/nuxt-community/google-fonts-module",
1328
1431
  "website": "https://github.com/nuxt-community/google-fonts-module",
@@ -1335,17 +1438,18 @@
1335
1438
  "github": "ricardogobbosouza"
1336
1439
  }
1337
1440
  ],
1338
- "contributors": [],
1339
1441
  "compatibility": {
1340
- "nuxt": "^2.0.0",
1341
- "requires": {}
1442
+ "nuxt": "^2.0.0 || ^3.0.0",
1443
+ "requires": {
1444
+ "bridge": "optional"
1445
+ }
1342
1446
  }
1343
1447
  },
1344
1448
  {
1345
1449
  "name": "google-gtag",
1346
1450
  "description": "Google GTag for Nuxt.js",
1347
1451
  "repo": "nuxt-community/google-gtag",
1348
- "npm": "",
1452
+ "npm": "@nuxtjs/google-gtag",
1349
1453
  "icon": "gtm.png",
1350
1454
  "github": "https://github.com/nuxt-community/google-gtag",
1351
1455
  "website": "https://github.com/nuxt-community/google-gtag",
@@ -1362,7 +1466,6 @@
1362
1466
  "github": "ricardogobbosouza"
1363
1467
  }
1364
1468
  ],
1365
- "contributors": [],
1366
1469
  "compatibility": {
1367
1470
  "nuxt": "^2.0.0",
1368
1471
  "requires": {}
@@ -1372,7 +1475,7 @@
1372
1475
  "name": "google-optimize",
1373
1476
  "description": "SSR friendly Google Optimize module for Nuxt.js",
1374
1477
  "repo": "nuxt-community/google-optimize-module",
1375
- "npm": "",
1478
+ "npm": "nuxt-google-optimize",
1376
1479
  "icon": "google-optimize.png",
1377
1480
  "github": "https://github.com/nuxt-community/google-optimize-module",
1378
1481
  "website": "https://github.com/nuxt-community/google-optimize-module",
@@ -1396,17 +1499,38 @@
1396
1499
  "twitter": "JoshDeltener"
1397
1500
  }
1398
1501
  ],
1399
- "contributors": [],
1400
1502
  "compatibility": {
1401
1503
  "nuxt": "^2.0.0",
1402
1504
  "requires": {}
1403
1505
  }
1404
1506
  },
1507
+ {
1508
+ "name": "graphql-client",
1509
+ "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
1510
+ "repo": "diizzayy/nuxt-graphql-client",
1511
+ "npm": "nuxt-graphql-client",
1512
+ "icon": "graphql-client.svg",
1513
+ "github": "https://github.com/diizzayy/nuxt-graphql-client",
1514
+ "website": "https://github.com/diizzayy/nuxt-graphql-client",
1515
+ "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
1516
+ "category": "Request",
1517
+ "type": "3rd-party",
1518
+ "maintainers": [
1519
+ {
1520
+ "name": "Diizzayy",
1521
+ "github": "diizzayy"
1522
+ }
1523
+ ],
1524
+ "compatibility": {
1525
+ "nuxt": "^3.0.0",
1526
+ "requires": {}
1527
+ }
1528
+ },
1405
1529
  {
1406
1530
  "name": "graphql-request",
1407
1531
  "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1408
1532
  "repo": "gomah/nuxt-graphql-request",
1409
- "npm": "",
1533
+ "npm": "nuxt-graphql-request",
1410
1534
  "icon": "graphql-request.png",
1411
1535
  "github": "https://github.com/gomah/nuxt-graphql-request",
1412
1536
  "website": "https://github.com/gomah/nuxt-graphql-request",
@@ -1419,7 +1543,6 @@
1419
1543
  "github": "gomah"
1420
1544
  }
1421
1545
  ],
1422
- "contributors": [],
1423
1546
  "compatibility": {
1424
1547
  "nuxt": "^2.0.0",
1425
1548
  "requires": {}
@@ -1429,7 +1552,7 @@
1429
1552
  "name": "gtm",
1430
1553
  "description": "Google Tag Manager Module for Nuxt.js",
1431
1554
  "repo": "nuxt-community/gtm-module",
1432
- "npm": "",
1555
+ "npm": "@nuxtjs/gtm",
1433
1556
  "icon": "gtm.png",
1434
1557
  "github": "https://github.com/nuxt-community/gtm-module",
1435
1558
  "website": "https://github.com/nuxt-community/gtm-module",
@@ -1443,7 +1566,6 @@
1443
1566
  "twitter": "_pi0_"
1444
1567
  }
1445
1568
  ],
1446
- "contributors": [],
1447
1569
  "compatibility": {
1448
1570
  "nuxt": "^2.0.0",
1449
1571
  "requires": {}
@@ -1453,7 +1575,7 @@
1453
1575
  "name": "guess",
1454
1576
  "description": "Guess.js module for Nuxt.js",
1455
1577
  "repo": "nuxt-community/guess-module",
1456
- "npm": "",
1578
+ "npm": "@nuxtjs/guess-module",
1457
1579
  "icon": "guessjs.png",
1458
1580
  "github": "https://github.com/nuxt-community/guess-module",
1459
1581
  "website": "https://github.com/nuxt-community/guess-module",
@@ -1466,17 +1588,61 @@
1466
1588
  "github": "clarkdo"
1467
1589
  }
1468
1590
  ],
1469
- "contributors": [],
1470
1591
  "compatibility": {
1471
1592
  "nuxt": "^2.0.0",
1472
1593
  "requires": {}
1473
1594
  }
1474
1595
  },
1596
+ {
1597
+ "name": "harlem",
1598
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1599
+ "repo": "nuxt-modules/harlem",
1600
+ "npm": "@nuxtjs/harlem",
1601
+ "icon": "harlem.svg",
1602
+ "github": "https://github.com/nuxt-modules/harlem",
1603
+ "website": "https://github.com/nuxt-modules/harlem",
1604
+ "learn_more": "https://harlemjs.com/",
1605
+ "category": "Extensions",
1606
+ "type": "community",
1607
+ "maintainers": [
1608
+ {
1609
+ "name": "Daniel Roe",
1610
+ "github": "danielroe",
1611
+ "twitter": "danielcroe"
1612
+ }
1613
+ ],
1614
+ "compatibility": {
1615
+ "nuxt": "^3.0.0",
1616
+ "requires": {}
1617
+ }
1618
+ },
1619
+ {
1620
+ "name": "headlessui",
1621
+ "description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
1622
+ "repo": "P4sca1/nuxt-headlessui",
1623
+ "npm": "nuxt-headlessui",
1624
+ "icon": "headlessui.png",
1625
+ "github": "https://github.com/P4sca1/nuxt-headlessui",
1626
+ "website": "https://github.com/P4sca1/nuxt-headlessui",
1627
+ "learn_more": "https://headlessui.com",
1628
+ "category": "UI",
1629
+ "type": "3rd-party",
1630
+ "maintainers": [
1631
+ {
1632
+ "name": "Pascal Sthamer",
1633
+ "github": "P4sca1"
1634
+ }
1635
+ ],
1636
+ "compatibility": {
1637
+ "nuxt": "^3.0.0",
1638
+ "requires": {}
1639
+ }
1640
+ },
1475
1641
  {
1476
1642
  "name": "headway",
1477
1643
  "description": "Headway changelog widget for Nuxt",
1478
1644
  "repo": "l-portet/nuxt-headway",
1479
- "npm": "",
1645
+ "npm": "nuxt-headway",
1480
1646
  "icon": "headway.png",
1481
1647
  "github": "https://github.com/l-portet/nuxt-headway",
1482
1648
  "website": "https://nuxt-headway.netlify.app/",
@@ -1490,7 +1656,6 @@
1490
1656
  "avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
1491
1657
  }
1492
1658
  ],
1493
- "contributors": [],
1494
1659
  "compatibility": {
1495
1660
  "nuxt": "^2.0.0",
1496
1661
  "requires": {}
@@ -1500,7 +1665,7 @@
1500
1665
  "name": "helmet",
1501
1666
  "description": "Easy Helmet module with Nuxt.js'",
1502
1667
  "repo": "victor-perez/nuxt-helmet",
1503
- "npm": "",
1668
+ "npm": "nuxt-helmet",
1504
1669
  "icon": "",
1505
1670
  "github": "https://github.com/victor-perez/nuxt-helmet",
1506
1671
  "website": "https://github.com/victor-perez/nuxt-helmet",
@@ -1513,7 +1678,6 @@
1513
1678
  "github": "victor-perez"
1514
1679
  }
1515
1680
  ],
1516
- "contributors": [],
1517
1681
  "compatibility": {
1518
1682
  "nuxt": "^2.0.0",
1519
1683
  "requires": {}
@@ -1523,7 +1687,7 @@
1523
1687
  "name": "highcharts",
1524
1688
  "description": "Highcharts for Nuxt",
1525
1689
  "repo": "richardeschloss/nuxt-highcharts",
1526
- "npm": "",
1690
+ "npm": "nuxt-highcharts",
1527
1691
  "icon": "",
1528
1692
  "github": "https://github.com/richardeschloss/nuxt-highcharts",
1529
1693
  "website": "https://github.com/richardeschloss/nuxt-highcharts",
@@ -1536,7 +1700,6 @@
1536
1700
  "github": "richardeschloss"
1537
1701
  }
1538
1702
  ],
1539
- "contributors": [],
1540
1703
  "compatibility": {
1541
1704
  "nuxt": "^2.0.0",
1542
1705
  "requires": {}
@@ -1546,7 +1709,7 @@
1546
1709
  "name": "history-state",
1547
1710
  "description": "Nuxt.js module to backup or restore historical states",
1548
1711
  "repo": "hidekatsu-izuno/nuxt-history-state",
1549
- "npm": "",
1712
+ "npm": "nuxt-history-state",
1550
1713
  "icon": "",
1551
1714
  "github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
1552
1715
  "website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
@@ -1559,7 +1722,6 @@
1559
1722
  "github": "hidekatsu-izuno"
1560
1723
  }
1561
1724
  ],
1562
- "contributors": [],
1563
1725
  "compatibility": {
1564
1726
  "nuxt": "^2.0.0",
1565
1727
  "requires": {}
@@ -1569,7 +1731,7 @@
1569
1731
  "name": "html-minifier",
1570
1732
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
1571
1733
  "repo": "nuxt-community/html-minifier-module",
1572
- "npm": "",
1734
+ "npm": "@nuxtjs/html-minifier",
1573
1735
  "icon": "",
1574
1736
  "github": "https://github.com/nuxt-community/html-minifier-module",
1575
1737
  "website": "https://github.com/nuxt-community/html-minifier-module",
@@ -1582,7 +1744,6 @@
1582
1744
  "github": "clarkdo"
1583
1745
  }
1584
1746
  ],
1585
- "contributors": [],
1586
1747
  "compatibility": {
1587
1748
  "nuxt": "^2.0.0",
1588
1749
  "requires": {}
@@ -1591,10 +1752,10 @@
1591
1752
  {
1592
1753
  "name": "html-validator",
1593
1754
  "description": "Automatically validate Nuxt server-rendered HTML html",
1594
- "repo": "nuxt-community/html-validator-module",
1595
- "npm": "",
1755
+ "repo": "nuxt-modules/html-validator",
1756
+ "npm": "@nuxtjs/html-validator",
1596
1757
  "icon": "html-validator.png",
1597
- "github": "https://github.com/nuxt-community/html-validator-module",
1758
+ "github": "https://github.com/nuxt-modules/html-validator",
1598
1759
  "website": "https://html-validator.nuxtjs.org",
1599
1760
  "learn_more": "https://html-validate.org",
1600
1761
  "category": "Performance",
@@ -1606,17 +1767,18 @@
1606
1767
  "twitter": "danielcroe"
1607
1768
  }
1608
1769
  ],
1609
- "contributors": [],
1610
1770
  "compatibility": {
1611
- "nuxt": "^2.0.0",
1612
- "requires": {}
1771
+ "nuxt": "^2.0.0 || ^3.0.0",
1772
+ "requires": {
1773
+ "bridge": "optional"
1774
+ }
1613
1775
  }
1614
1776
  },
1615
1777
  {
1616
1778
  "name": "http",
1617
1779
  "description": "Universal HTTP Module for Nuxt.js",
1618
1780
  "repo": "nuxt/http",
1619
- "npm": "",
1781
+ "npm": "@nuxt/http",
1620
1782
  "icon": "http.png",
1621
1783
  "github": "https://github.com/nuxt/http",
1622
1784
  "website": "https://http.nuxtjs.org/",
@@ -1635,7 +1797,6 @@
1635
1797
  "twitter": "Atinux"
1636
1798
  }
1637
1799
  ],
1638
- "contributors": [],
1639
1800
  "compatibility": {
1640
1801
  "nuxt": "^2.0.0",
1641
1802
  "requires": {}
@@ -1645,7 +1806,7 @@
1645
1806
  "name": "humans-txt",
1646
1807
  "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
1647
1808
  "repo": "Luxdamore/nuxt-humans-txt",
1648
- "npm": "",
1809
+ "npm": "@luxdamore/nuxt-humans-txt",
1649
1810
  "icon": "",
1650
1811
  "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
1651
1812
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
@@ -1659,7 +1820,6 @@
1659
1820
  "twitter": "luxdamore"
1660
1821
  }
1661
1822
  ],
1662
- "contributors": [],
1663
1823
  "compatibility": {
1664
1824
  "nuxt": "^2.0.0",
1665
1825
  "requires": {}
@@ -1669,7 +1829,7 @@
1669
1829
  "name": "i18n",
1670
1830
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
1671
1831
  "repo": "nuxt-community/i18n-module",
1672
- "npm": "",
1832
+ "npm": "@nuxtjs/i18n",
1673
1833
  "icon": "i18n.png",
1674
1834
  "github": "https://github.com/nuxt-community/i18n-module",
1675
1835
  "website": "https://i18n.nuxtjs.org",
@@ -1686,9 +1846,52 @@
1686
1846
  "github": "kazupon"
1687
1847
  }
1688
1848
  ],
1689
- "contributors": [],
1690
1849
  "compatibility": {
1691
- "nuxt": "^2.0.0",
1850
+ "nuxt": "^2.0.0 || ^3.0.0",
1851
+ "requires": {}
1852
+ }
1853
+ },
1854
+ {
1855
+ "name": "icon",
1856
+ "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
1857
+ "repo": "nuxt-modules/icon",
1858
+ "npm": "nuxt-icon",
1859
+ "icon": "nuxt-icon.png",
1860
+ "github": "https://github.com/nuxt-modules/icon",
1861
+ "website": "https://github.com/nuxt-modules/icon",
1862
+ "learn_more": "",
1863
+ "category": "UI",
1864
+ "type": "community",
1865
+ "maintainers": [
1866
+ {
1867
+ "name": "Atinux",
1868
+ "github": "Atinux"
1869
+ }
1870
+ ],
1871
+ "compatibility": {
1872
+ "nuxt": "^3.0.0",
1873
+ "requires": {}
1874
+ }
1875
+ },
1876
+ {
1877
+ "name": "icons",
1878
+ "description": "Use your own automatically imported SVG icons.",
1879
+ "repo": "gitfoxcode/nuxt-icons",
1880
+ "npm": "nuxt-icons",
1881
+ "icon": "icons.png",
1882
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
1883
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
1884
+ "learn_more": "",
1885
+ "category": "UI",
1886
+ "type": "3rd-party",
1887
+ "maintainers": [
1888
+ {
1889
+ "name": "Sebastian Wludzik",
1890
+ "github": "gitfoxcode"
1891
+ }
1892
+ ],
1893
+ "compatibility": {
1894
+ "nuxt": "^3.0.0",
1692
1895
  "requires": {}
1693
1896
  }
1694
1897
  },
@@ -1696,7 +1899,7 @@
1696
1899
  "name": "image-loader",
1697
1900
  "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
1698
1901
  "repo": "PivaleCo/nuxt-image-loader-module",
1699
- "npm": "",
1902
+ "npm": "@pivale/nuxt-image-loader-module",
1700
1903
  "icon": "",
1701
1904
  "github": "https://github.com/PivaleCo/nuxt-image-loader-module",
1702
1905
  "website": "https://github.com/PivaleCo/nuxt-image-loader-module",
@@ -1709,7 +1912,6 @@
1709
1912
  "github": "Barry-Fisher"
1710
1913
  }
1711
1914
  ],
1712
- "contributors": [],
1713
1915
  "compatibility": {
1714
1916
  "nuxt": "^2.0.0",
1715
1917
  "requires": {}
@@ -1719,7 +1921,7 @@
1719
1921
  "name": "image",
1720
1922
  "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
1721
1923
  "repo": "nuxt/image",
1722
- "npm": "",
1924
+ "npm": "@nuxt/image",
1723
1925
  "icon": "image.png",
1724
1926
  "github": "https://github.com/nuxt/image",
1725
1927
  "website": "https://image.nuxtjs.org",
@@ -1743,9 +1945,8 @@
1743
1945
  "twitter": "Atinux"
1744
1946
  }
1745
1947
  ],
1746
- "contributors": [],
1747
1948
  "compatibility": {
1748
- "nuxt": "^2.0.0",
1949
+ "nuxt": "^2.0.0 || ^3.0.0",
1749
1950
  "requires": {
1750
1951
  "bridge": "optional"
1751
1952
  }
@@ -1755,7 +1956,7 @@
1755
1956
  "name": "imagemin",
1756
1957
  "description": "Automatically optimize (compress) all images used in Nuxt.js",
1757
1958
  "repo": "nuxt-community/imagemin-module",
1758
- "npm": "",
1959
+ "npm": "@nuxtjs/imagemin",
1759
1960
  "icon": "imagemin.png",
1760
1961
  "github": "https://github.com/nuxt-community/imagemin-module",
1761
1962
  "website": "https://github.com/nuxt-community/imagemin-module",
@@ -1768,7 +1969,6 @@
1768
1969
  "github": "ricardogobbosouza"
1769
1970
  }
1770
1971
  ],
1771
- "contributors": [],
1772
1972
  "compatibility": {
1773
1973
  "nuxt": "^2.0.0",
1774
1974
  "requires": {}
@@ -1778,8 +1978,8 @@
1778
1978
  "name": "inkline",
1779
1979
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
1780
1980
  "repo": "inkline/nuxt-module-inkline",
1781
- "npm": "",
1782
- "icon": "inkline.png",
1981
+ "npm": "@inkline/nuxt",
1982
+ "icon": "inkline.svg",
1783
1983
  "github": "https://github.com/inkline/nuxt-module-inkline",
1784
1984
  "website": "https://inkline.io",
1785
1985
  "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
@@ -1792,7 +1992,6 @@
1792
1992
  "twitter": "alexgrozav"
1793
1993
  }
1794
1994
  ],
1795
- "contributors": [],
1796
1995
  "compatibility": {
1797
1996
  "nuxt": "^2.0.0 || ^3.0.0",
1798
1997
  "requires": {
@@ -1804,7 +2003,7 @@
1804
2003
  "name": "intercom",
1805
2004
  "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
1806
2005
  "repo": "hex-digital/nuxt-intercom",
1807
- "npm": "",
2006
+ "npm": "@hexdigital/nuxt-intercom",
1808
2007
  "icon": "intercom.png",
1809
2008
  "github": "https://github.com/hex-digital/nuxt-intercom",
1810
2009
  "website": "https://github.com/hex-digital/nuxt-intercom",
@@ -1817,17 +2016,39 @@
1817
2016
  "github": "hex-digital"
1818
2017
  }
1819
2018
  ],
1820
- "contributors": [],
1821
2019
  "compatibility": {
1822
2020
  "nuxt": "^2.0.0",
1823
2021
  "requires": {}
1824
2022
  }
1825
2023
  },
2024
+ {
2025
+ "name": "ionic",
2026
+ "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
2027
+ "repo": "nuxt-modules/ionic",
2028
+ "npm": "@nuxtjs/ionic",
2029
+ "icon": "ionic.svg",
2030
+ "github": "https://github.com/nuxt-modules/ionic",
2031
+ "website": "https://ionic.nuxtjs.org",
2032
+ "learn_more": "https://ionicframework.com",
2033
+ "category": "Libraries",
2034
+ "type": "community",
2035
+ "maintainers": [
2036
+ {
2037
+ "name": "Daniel Roe",
2038
+ "github": "danielroe",
2039
+ "twitter": "danielcroe"
2040
+ }
2041
+ ],
2042
+ "compatibility": {
2043
+ "nuxt": "^3.0.0",
2044
+ "requires": {}
2045
+ }
2046
+ },
1826
2047
  {
1827
2048
  "name": "jsonapi",
1828
2049
  "description": "Easy JSON:API client integration for Nuxt.js",
1829
2050
  "repo": "patrickcate/nuxt-jsonapi",
1830
- "npm": "",
2051
+ "npm": "nuxt-jsonapi",
1831
2052
  "icon": "jsonapi.svg",
1832
2053
  "github": "https://github.com/patrickcate/nuxt-jsonapi",
1833
2054
  "website": "https://github.com/patrickcate/nuxt-jsonapi",
@@ -1840,7 +2061,6 @@
1840
2061
  "github": "patrickcate"
1841
2062
  }
1842
2063
  ],
1843
- "contributors": [],
1844
2064
  "compatibility": {
1845
2065
  "nuxt": "^2.0.0",
1846
2066
  "requires": {}
@@ -1850,7 +2070,7 @@
1850
2070
  "name": "kentico-kontent",
1851
2071
  "description": "Add Kentico Kontent super power to your nuxt app",
1852
2072
  "repo": "Domitnator/kentico-kontent-nuxt-module",
1853
- "npm": "",
2073
+ "npm": "kentico-kontent-nuxt-module",
1854
2074
  "icon": "",
1855
2075
  "github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
1856
2076
  "website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
@@ -1863,17 +2083,40 @@
1863
2083
  "github": "Domitnator"
1864
2084
  }
1865
2085
  ],
1866
- "contributors": [],
1867
2086
  "compatibility": {
1868
2087
  "nuxt": "^2.0.0",
1869
2088
  "requires": {}
1870
2089
  }
1871
2090
  },
2091
+ {
2092
+ "name": "kql",
2093
+ "description": "Nuxt 3 module for Kirby's Query Language API",
2094
+ "repo": "johannschopplich/nuxt-kql",
2095
+ "npm": "nuxt-kql",
2096
+ "icon": "kql.svg",
2097
+ "github": "https://github.com/johannschopplich/nuxt-kql",
2098
+ "website": "https://nuxt-kql.jhnn.dev",
2099
+ "learn_more": "",
2100
+ "category": "CMS",
2101
+ "type": "3rd-party",
2102
+ "maintainers": [
2103
+ {
2104
+ "name": "Johann Schopplich",
2105
+ "github": "johannschopplich",
2106
+ "twitter": "jschopplich",
2107
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2108
+ }
2109
+ ],
2110
+ "compatibility": {
2111
+ "nuxt": "^3.0.0",
2112
+ "requires": {}
2113
+ }
2114
+ },
1872
2115
  {
1873
2116
  "name": "laravel-echo",
1874
2117
  "description": "Laravel Echo for Nuxt.js",
1875
2118
  "repo": "nuxt-community/laravel-echo",
1876
- "npm": "",
2119
+ "npm": "@nuxtjs/laravel-echo",
1877
2120
  "icon": "laravel-echo.png",
1878
2121
  "github": "https://github.com/nuxt-community/laravel-echo",
1879
2122
  "website": "https://github.com/nuxt-community/laravel-echo",
@@ -1886,7 +2129,6 @@
1886
2129
  "github": "ricardogobbosouza"
1887
2130
  }
1888
2131
  ],
1889
- "contributors": [],
1890
2132
  "compatibility": {
1891
2133
  "nuxt": "^2.0.0",
1892
2134
  "requires": {}
@@ -1896,7 +2138,7 @@
1896
2138
  "name": "laravel-nuxt",
1897
2139
  "description": "Build a SPA with Laravel and Nuxt",
1898
2140
  "repo": "skyrpex/laravel-nuxt-js",
1899
- "npm": "",
2141
+ "npm": "laravel-nuxt",
1900
2142
  "icon": "",
1901
2143
  "github": "https://github.com/skyrpex/laravel-nuxt-js",
1902
2144
  "website": "https://github.com/skyrpex/laravel-nuxt-js",
@@ -1909,7 +2151,6 @@
1909
2151
  "github": "skyrpex"
1910
2152
  }
1911
2153
  ],
1912
- "contributors": [],
1913
2154
  "compatibility": {
1914
2155
  "nuxt": "^2.0.0",
1915
2156
  "requires": {}
@@ -1919,7 +2160,7 @@
1919
2160
  "name": "laravel",
1920
2161
  "description": "Nuxt cli extension for use with laravel as backend",
1921
2162
  "repo": "m2sd/nuxt-laravel",
1922
- "npm": "",
2163
+ "npm": "nuxt-laravel",
1923
2164
  "icon": "laravel.png",
1924
2165
  "github": "https://github.com/m2sd/nuxt-laravel",
1925
2166
  "website": "https://github.com/m2sd/nuxt-laravel",
@@ -1932,7 +2173,6 @@
1932
2173
  "github": "m2sd"
1933
2174
  }
1934
2175
  ],
1935
- "contributors": [],
1936
2176
  "compatibility": {
1937
2177
  "nuxt": "^2.0.0",
1938
2178
  "requires": {}
@@ -1942,7 +2182,7 @@
1942
2182
  "name": "leaflet",
1943
2183
  "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
1944
2184
  "repo": "schlunsen/nuxt-leaflet",
1945
- "npm": "",
2185
+ "npm": "nuxt-leaflet",
1946
2186
  "icon": "leaflet.png",
1947
2187
  "github": "https://github.com/schlunsen/nuxt-leaflet",
1948
2188
  "website": "https://github.com/schlunsen/nuxt-leaflet",
@@ -1955,7 +2195,6 @@
1955
2195
  "github": "schlunsen"
1956
2196
  }
1957
2197
  ],
1958
- "contributors": [],
1959
2198
  "compatibility": {
1960
2199
  "nuxt": "^2.0.0",
1961
2200
  "requires": {}
@@ -1965,7 +2204,7 @@
1965
2204
  "name": "localforage",
1966
2205
  "description": "LocalForage is a fast and simple storage library for JavaScript",
1967
2206
  "repo": "nuxt-community/localforage-module",
1968
- "npm": "",
2207
+ "npm": "@nuxtjs/localforage",
1969
2208
  "icon": "",
1970
2209
  "github": "https://github.com/nuxt-community/localforage-module",
1971
2210
  "website": "https://github.com/nuxt-community/localforage-module",
@@ -1983,7 +2222,6 @@
1983
2222
  "github": "ricardogobbosouza"
1984
2223
  }
1985
2224
  ],
1986
- "contributors": [],
1987
2225
  "compatibility": {
1988
2226
  "nuxt": "^2.0.0",
1989
2227
  "requires": {}
@@ -1993,7 +2231,7 @@
1993
2231
  "name": "localtunnel",
1994
2232
  "description": "exposes your localhost to the world for easy testing and sharing",
1995
2233
  "repo": "nuxt-community/modules#master/packages/localtunnel",
1996
- "npm": "",
2234
+ "npm": "@nuxtjs/localtunnel",
1997
2235
  "icon": "localtunnel.png",
1998
2236
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
1999
2237
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
@@ -2007,7 +2245,6 @@
2007
2245
  "twitter": "_pi0_"
2008
2246
  }
2009
2247
  ],
2010
- "contributors": [],
2011
2248
  "compatibility": {
2012
2249
  "nuxt": "^2.0.0",
2013
2250
  "requires": {}
@@ -2017,7 +2254,7 @@
2017
2254
  "name": "lodash",
2018
2255
  "description": "lodash module with auto-import and custom prefix",
2019
2256
  "repo": "cipami/nuxt-lodash",
2020
- "npm": "",
2257
+ "npm": "nuxt-lodash",
2021
2258
  "icon": "lodash.svg",
2022
2259
  "github": "https://github.com/cipami/nuxt-lodash",
2023
2260
  "website": "https://github.com/cipami/nuxt-lodash#readme",
@@ -2030,7 +2267,6 @@
2030
2267
  "github": "cipami"
2031
2268
  }
2032
2269
  ],
2033
- "contributors": [],
2034
2270
  "compatibility": {
2035
2271
  "nuxt": "^3.0.0",
2036
2272
  "requires": {}
@@ -2040,7 +2276,7 @@
2040
2276
  "name": "logrocket",
2041
2277
  "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2042
2278
  "repo": "nuxt-community/nuxt-logrocket",
2043
- "npm": "",
2279
+ "npm": "nuxt-logrocket",
2044
2280
  "icon": "logrocket.png",
2045
2281
  "github": "https://github.com/nuxt-community/nuxt-logrocket",
2046
2282
  "website": "https://github.com/nuxt-community/nuxt-logrocket",
@@ -2054,7 +2290,6 @@
2054
2290
  "twitter": "farzadso"
2055
2291
  }
2056
2292
  ],
2057
- "contributors": [],
2058
2293
  "compatibility": {
2059
2294
  "nuxt": "^2.0.0",
2060
2295
  "requires": {}
@@ -2064,7 +2299,7 @@
2064
2299
  "name": "lunr",
2065
2300
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2066
2301
  "repo": "nuxt-community/lunr-module",
2067
- "npm": "",
2302
+ "npm": "@nuxtjs/lunr-module",
2068
2303
  "icon": "",
2069
2304
  "github": "https://github.com/nuxt-community/lunr-module",
2070
2305
  "website": "https://github.com/nuxt-community/lunr-module",
@@ -2077,17 +2312,39 @@
2077
2312
  "github": "pimlie"
2078
2313
  }
2079
2314
  ],
2080
- "contributors": [],
2081
2315
  "compatibility": {
2082
2316
  "nuxt": "^2.0.0",
2083
2317
  "requires": {}
2084
2318
  }
2085
2319
  },
2320
+ {
2321
+ "name": "magic-regexp",
2322
+ "description": "A compiled-away, type-safe, readable RegExp alternative",
2323
+ "repo": "danielroe/magic-regexp",
2324
+ "npm": "magic-regexp",
2325
+ "icon": "magic-regexp.svg",
2326
+ "github": "https://github.com/danielroe/magic-regexp",
2327
+ "website": "https://magic-regexp.roe.dev",
2328
+ "learn_more": "https://magic-regexp.roe.dev",
2329
+ "category": "Libraries",
2330
+ "type": "3rd-party",
2331
+ "maintainers": [
2332
+ {
2333
+ "name": "Daniel Roe",
2334
+ "github": "danielroe",
2335
+ "twitter": "danielcroe"
2336
+ }
2337
+ ],
2338
+ "compatibility": {
2339
+ "nuxt": "^3.0.0",
2340
+ "requires": {}
2341
+ }
2342
+ },
2086
2343
  {
2087
2344
  "name": "markdownit",
2088
2345
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
2089
2346
  "repo": "nuxt-community/markdownit-module",
2090
- "npm": "",
2347
+ "npm": "@nuxtjs/markdownit",
2091
2348
  "icon": "",
2092
2349
  "github": "https://github.com/nuxt-community/markdownit-module",
2093
2350
  "website": "https://github.com/nuxt-community/markdownit-module",
@@ -2101,7 +2358,6 @@
2101
2358
  "twitter": "_pi0_"
2102
2359
  }
2103
2360
  ],
2104
- "contributors": [],
2105
2361
  "compatibility": {
2106
2362
  "nuxt": "^2.0.0",
2107
2363
  "requires": {}
@@ -2111,7 +2367,7 @@
2111
2367
  "name": "matomo",
2112
2368
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
2113
2369
  "repo": "pimlie/nuxt-matomo",
2114
- "npm": "",
2370
+ "npm": "nuxt-matomo",
2115
2371
  "icon": "matomo.png",
2116
2372
  "github": "https://github.com/pimlie/nuxt-matomo",
2117
2373
  "website": "https://github.com/pimlie/nuxt-matomo",
@@ -2124,7 +2380,6 @@
2124
2380
  "github": "pimlie"
2125
2381
  }
2126
2382
  ],
2127
- "contributors": [],
2128
2383
  "compatibility": {
2129
2384
  "nuxt": "^2.0.0",
2130
2385
  "requires": {}
@@ -2134,7 +2389,7 @@
2134
2389
  "name": "mdx",
2135
2390
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
2136
2391
  "repo": "nuxt-community/mdx-module",
2137
- "npm": "",
2392
+ "npm": "@nuxtjs/mdx",
2138
2393
  "icon": "mdx.png",
2139
2394
  "github": "https://github.com/nuxt-community/mdx-module",
2140
2395
  "website": "https://mdx.nuxtjs.org",
@@ -2148,17 +2403,41 @@
2148
2403
  "twitter": "codebender828"
2149
2404
  }
2150
2405
  ],
2151
- "contributors": [],
2152
2406
  "compatibility": {
2153
2407
  "nuxt": "^2.0.0",
2154
2408
  "requires": {}
2155
2409
  }
2156
2410
  },
2411
+ {
2412
+ "name": "meilisearch",
2413
+ "description": "Meilisearch Instant Search module for Nuxt 3",
2414
+ "repo": "xlanex6/nuxt-meilisearch",
2415
+ "npm": "nuxt-meilisearch",
2416
+ "icon": "meilisearch.svg",
2417
+ "github": "https://github.com/xlanex6/nuxt-meilisearch",
2418
+ "website": "https://github.com/xlanex6/nuxt-meilisearch",
2419
+ "learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
2420
+ "category": "Libraries",
2421
+ "type": "3rd-party",
2422
+ "maintainers": [
2423
+ {
2424
+ "name": "Alex Duval",
2425
+ "github": "xlanex6",
2426
+ "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
2427
+ }
2428
+ ],
2429
+ "compatibility": {
2430
+ "nuxt": "^3.0.0",
2431
+ "requires": {
2432
+ "bridge": false
2433
+ }
2434
+ }
2435
+ },
2157
2436
  {
2158
2437
  "name": "memwatch",
2159
2438
  "description": "Quickly watch real-time memory stats of your nuxt app",
2160
2439
  "repo": "pimlie/nuxt-memwatch",
2161
- "npm": "",
2440
+ "npm": "nuxt-memwatch",
2162
2441
  "icon": "",
2163
2442
  "github": "https://github.com/pimlie/nuxt-memwatch",
2164
2443
  "website": "https://github.com/pimlie/nuxt-memwatch",
@@ -2171,7 +2450,6 @@
2171
2450
  "github": "pimlie"
2172
2451
  }
2173
2452
  ],
2174
- "contributors": [],
2175
2453
  "compatibility": {
2176
2454
  "nuxt": "^2.0.0",
2177
2455
  "requires": {}
@@ -2181,7 +2459,7 @@
2181
2459
  "name": "mobile",
2182
2460
  "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2183
2461
  "repo": "ChanningDefoe/nuxt-mobile-detect",
2184
- "npm": "",
2462
+ "npm": "nuxt-mobile",
2185
2463
  "icon": "",
2186
2464
  "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2187
2465
  "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
@@ -2194,7 +2472,6 @@
2194
2472
  "github": "ChanningDefoe"
2195
2473
  }
2196
2474
  ],
2197
- "contributors": [],
2198
2475
  "compatibility": {
2199
2476
  "nuxt": "^2.0.0",
2200
2477
  "requires": {}
@@ -2204,7 +2481,7 @@
2204
2481
  "name": "moment",
2205
2482
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2206
2483
  "repo": "nuxt-community/moment-module",
2207
- "npm": "",
2484
+ "npm": "@nuxtjs/moment",
2208
2485
  "icon": "momentjs.png",
2209
2486
  "github": "https://github.com/nuxt-community/moment-module",
2210
2487
  "website": "https://github.com/nuxt-community/moment-module",
@@ -2222,7 +2499,6 @@
2222
2499
  "github": "ricardogobbosouza"
2223
2500
  }
2224
2501
  ],
2225
- "contributors": [],
2226
2502
  "compatibility": {
2227
2503
  "nuxt": "^2.0.0",
2228
2504
  "requires": {}
@@ -2232,7 +2508,7 @@
2232
2508
  "name": "mq",
2233
2509
  "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2234
2510
  "repo": "vanhoofmaarten/nuxt-mq",
2235
- "npm": "",
2511
+ "npm": "nuxt-mq",
2236
2512
  "icon": "",
2237
2513
  "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2238
2514
  "website": "https://github.com/vanhoofmaarten/nuxt-mq",
@@ -2245,7 +2521,6 @@
2245
2521
  "github": "vanhoofmaarten"
2246
2522
  }
2247
2523
  ],
2248
- "contributors": [],
2249
2524
  "compatibility": {
2250
2525
  "nuxt": "^2.0.0",
2251
2526
  "requires": {}
@@ -2255,7 +2530,7 @@
2255
2530
  "name": "neo",
2256
2531
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2257
2532
  "repo": "ezypeeze/nuxt-neo",
2258
- "npm": "",
2533
+ "npm": "nuxt-neo",
2259
2534
  "icon": "",
2260
2535
  "github": "https://github.com/ezypeeze/nuxt-neo",
2261
2536
  "website": "https://ezypeeze.github.io/nuxt-neo",
@@ -2268,7 +2543,6 @@
2268
2543
  "github": "ezypeeze"
2269
2544
  }
2270
2545
  ],
2271
- "contributors": [],
2272
2546
  "compatibility": {
2273
2547
  "nuxt": "^2.0.0",
2274
2548
  "requires": {}
@@ -2278,7 +2552,7 @@
2278
2552
  "name": "netlify-cache",
2279
2553
  "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
2280
2554
  "repo": "DreaMinder/nuxt-netlify-cache",
2281
- "npm": "",
2555
+ "npm": "nuxt-netlify-cache",
2282
2556
  "icon": "netlify.png",
2283
2557
  "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
2284
2558
  "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
@@ -2291,7 +2565,6 @@
2291
2565
  "github": "DreaMinder"
2292
2566
  }
2293
2567
  ],
2294
- "contributors": [],
2295
2568
  "compatibility": {
2296
2569
  "nuxt": "^2.0.0",
2297
2570
  "requires": {}
@@ -2301,7 +2574,7 @@
2301
2574
  "name": "netlify-files",
2302
2575
  "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
2303
2576
  "repo": "nuxt-community/netlify-files-module",
2304
- "npm": "",
2577
+ "npm": "@nuxtjs/netlify-files",
2305
2578
  "icon": "netlify.png",
2306
2579
  "github": "https://github.com/nuxt-community/netlify-files-module",
2307
2580
  "website": "https://github.com/nuxt-community/netlify-files-module",
@@ -2315,7 +2588,6 @@
2315
2588
  "twitter": "TheAlexLichter"
2316
2589
  }
2317
2590
  ],
2318
- "contributors": [],
2319
2591
  "compatibility": {
2320
2592
  "nuxt": "^2.0.0",
2321
2593
  "requires": {}
@@ -2325,7 +2597,7 @@
2325
2597
  "name": "netlify",
2326
2598
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2327
2599
  "repo": "bazzite/nuxt-netlify",
2328
- "npm": "",
2600
+ "npm": "@aceforth/nuxt-netlify",
2329
2601
  "icon": "netlify.png",
2330
2602
  "github": "https://github.com/bazzite/nuxt-netlify",
2331
2603
  "website": "https://marquez.co/docs/nuxt-netlify/",
@@ -2338,7 +2610,6 @@
2338
2610
  "github": "bazzite"
2339
2611
  }
2340
2612
  ],
2341
- "contributors": [],
2342
2613
  "compatibility": {
2343
2614
  "nuxt": "^2.0.0",
2344
2615
  "requires": {}
@@ -2348,7 +2619,7 @@
2348
2619
  "name": "ngrok",
2349
2620
  "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
2350
2621
  "repo": "nuxt-community/ngrok",
2351
- "npm": "",
2622
+ "npm": "@nuxtjs/ngrok",
2352
2623
  "icon": "ngrok.png",
2353
2624
  "github": "https://github.com/nuxt-community/ngrok-module",
2354
2625
  "website": "https://ngrok.nuxtjs.org",
@@ -2367,7 +2638,6 @@
2367
2638
  "twitter": "_pi0_"
2368
2639
  }
2369
2640
  ],
2370
- "contributors": [],
2371
2641
  "compatibility": {
2372
2642
  "nuxt": "^2.0.0",
2373
2643
  "requires": {}
@@ -2377,7 +2647,7 @@
2377
2647
  "name": "notion",
2378
2648
  "description": "Vue renderer for Notion pages",
2379
2649
  "repo": "janniks/vue-notion",
2380
- "npm": "",
2650
+ "npm": "vue-notion",
2381
2651
  "icon": "notion.svg",
2382
2652
  "github": "https://github.com/janniks/vue-notion",
2383
2653
  "website": "https://github.com/janniks/vue-notion",
@@ -2390,17 +2660,60 @@
2390
2660
  "github": "janniks"
2391
2661
  }
2392
2662
  ],
2393
- "contributors": [],
2394
2663
  "compatibility": {
2395
2664
  "nuxt": "^2.0.0",
2396
2665
  "requires": {}
2397
2666
  }
2398
2667
  },
2399
2668
  {
2400
- "name": "nuxt-hue",
2401
- "description": "Enlighten your Nuxt experience",
2402
- "repo": "lihbr/nuxt-hue",
2403
- "npm": "",
2669
+ "name": "nuxt-auth",
2670
+ "description": "",
2671
+ "repo": "sidebase/nuxt-auth",
2672
+ "npm": "@sidebase/nuxt-auth",
2673
+ "icon": "",
2674
+ "github": "https://github.com/sidebase/nuxt-auth",
2675
+ "website": "https://github.com/sidebase/nuxt-auth",
2676
+ "learn_more": "",
2677
+ "category": "Devtools",
2678
+ "type": "3rd-party",
2679
+ "maintainers": [
2680
+ {
2681
+ "name": "sidebase",
2682
+ "github": "sidebase"
2683
+ }
2684
+ ],
2685
+ "compatibility": {
2686
+ "nuxt": "^2.0.0",
2687
+ "requires": {}
2688
+ }
2689
+ },
2690
+ {
2691
+ "name": "nuxt-graphql-playground",
2692
+ "description": "",
2693
+ "repo": "pinpon-dev/nuxt-graphql-playground",
2694
+ "npm": "@pin-pon/nuxt-graphql-playground",
2695
+ "icon": "",
2696
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
2697
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
2698
+ "learn_more": "",
2699
+ "category": "Devtools",
2700
+ "type": "3rd-party",
2701
+ "maintainers": [
2702
+ {
2703
+ "name": "pinpon-dev",
2704
+ "github": "pinpon-dev"
2705
+ }
2706
+ ],
2707
+ "compatibility": {
2708
+ "nuxt": "^2.0.0",
2709
+ "requires": {}
2710
+ }
2711
+ },
2712
+ {
2713
+ "name": "nuxt-hue",
2714
+ "description": "Enlighten your Nuxt experience",
2715
+ "repo": "lihbr/nuxt-hue",
2716
+ "npm": "nuxt-hue",
2404
2717
  "icon": "nuxt-hue.svg",
2405
2718
  "github": "https://github.com/lihbr/nuxt-hue",
2406
2719
  "website": "https://github.com/lihbr/nuxt-hue",
@@ -2413,7 +2726,6 @@
2413
2726
  "github": "lihbr"
2414
2727
  }
2415
2728
  ],
2416
- "contributors": [],
2417
2729
  "compatibility": {
2418
2730
  "nuxt": "^2.0.0 || ^3.0.0",
2419
2731
  "requires": {
@@ -2421,11 +2733,33 @@
2421
2733
  }
2422
2734
  }
2423
2735
  },
2736
+ {
2737
+ "name": "nuxt-monaco-editor",
2738
+ "description": "Integrate monaco-editor with Nuxt",
2739
+ "repo": "e-chan1007/nuxt-monaco-editor",
2740
+ "npm": "nuxt-monaco-editor",
2741
+ "icon": "nuxt-monaco-editor.png",
2742
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2743
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2744
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
2745
+ "category": "Libraries",
2746
+ "type": "3rd-party",
2747
+ "maintainers": [
2748
+ {
2749
+ "name": "e-chan1007",
2750
+ "github": "e-chan1007"
2751
+ }
2752
+ ],
2753
+ "compatibility": {
2754
+ "nuxt": "^3.0.0",
2755
+ "requires": {}
2756
+ }
2757
+ },
2424
2758
  {
2425
2759
  "name": "nuxt-pino-log",
2426
2760
  "description": "Structured logs for nuxt apps using pino",
2427
2761
  "repo": "kpn/nuxt-pino-log",
2428
- "npm": "",
2762
+ "npm": "nuxt-pino-log",
2429
2763
  "icon": "",
2430
2764
  "github": "https://github.com/kpn/nuxt-pino-log",
2431
2765
  "website": "https://github.com/kpn/nuxt-pino-log",
@@ -2438,17 +2772,38 @@
2438
2772
  "github": "kpn"
2439
2773
  }
2440
2774
  ],
2441
- "contributors": [],
2442
2775
  "compatibility": {
2443
2776
  "nuxt": "^2.0.0",
2444
2777
  "requires": {}
2445
2778
  }
2446
2779
  },
2780
+ {
2781
+ "name": "plausible",
2782
+ "description": "Nuxt 3 module to natively integrate Plausible analytics",
2783
+ "repo": "nuxt-modules/plausible",
2784
+ "npm": "@nuxtjs/plausible",
2785
+ "icon": "plausible.png",
2786
+ "github": "https://github.com/nuxt-modules/plausible",
2787
+ "website": "https://github.com/nuxt-modules/plausible",
2788
+ "learn_more": "https://plausible.io/",
2789
+ "category": "Analytics",
2790
+ "type": "community",
2791
+ "maintainers": [
2792
+ {
2793
+ "name": "Johann Schopplich",
2794
+ "github": "johannschopplich"
2795
+ }
2796
+ ],
2797
+ "compatibility": {
2798
+ "nuxt": "^3.0.0",
2799
+ "requires": {}
2800
+ }
2801
+ },
2447
2802
  {
2448
2803
  "name": "nuxt-png-to-ico",
2449
2804
  "description": "Nuxt.js module for auto generating favicons",
2450
2805
  "repo": "b5710546232/nuxt-png-to-ico",
2451
- "npm": "",
2806
+ "npm": "nuxt-png-to-ico",
2452
2807
  "icon": "",
2453
2808
  "github": "https://github.com/b5710546232/nuxt-png-to-ico",
2454
2809
  "website": "https://github.com/b5710546232/nuxt-png-to-ico",
@@ -2462,7 +2817,6 @@
2462
2817
  "avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
2463
2818
  }
2464
2819
  ],
2465
- "contributors": [],
2466
2820
  "compatibility": {
2467
2821
  "nuxt": "^2.0.0",
2468
2822
  "requires": {}
@@ -2472,7 +2826,7 @@
2472
2826
  "name": "nuxt-smartlook",
2473
2827
  "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
2474
2828
  "repo": "f00b4r/nuxt-smartlook",
2475
- "npm": "",
2829
+ "npm": "nuxt-smartlook",
2476
2830
  "icon": "nuxt-smartlook.png",
2477
2831
  "github": "https://github.com/f00b4r/nuxt-smartlook",
2478
2832
  "website": "https://github.com/f00b4r/nuxt-smartlook",
@@ -2487,7 +2841,100 @@
2487
2841
  "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
2488
2842
  }
2489
2843
  ],
2490
- "contributors": [],
2844
+ "compatibility": {
2845
+ "nuxt": "^2.0.0",
2846
+ "requires": {}
2847
+ }
2848
+ },
2849
+ {
2850
+ "name": "ssr-lit",
2851
+ "description": "Server-Side Rendering for Lit Element components",
2852
+ "repo": "prashantpalikhe/nuxt-ssr-lit",
2853
+ "npm": "nuxt-ssr-lit",
2854
+ "icon": "",
2855
+ "github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
2856
+ "website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
2857
+ "learn_more": "",
2858
+ "category": "Libraries",
2859
+ "type": "3rd-party",
2860
+ "maintainers": [
2861
+ {
2862
+ "name": "Prashant Palikhe",
2863
+ "github": "prashantpalikhe",
2864
+ "twitter": "prashantpalikhe"
2865
+ },
2866
+ {
2867
+ "name": "Steve Workman",
2868
+ "github": "steveworkman",
2869
+ "twitter": "steveworkman"
2870
+ }
2871
+ ],
2872
+ "compatibility": {
2873
+ "nuxt": "^3.0.0",
2874
+ "requires": {}
2875
+ }
2876
+ },
2877
+ {
2878
+ "name": "nuxt-storm",
2879
+ "description": "WebStorm & PHPStorm support for NuxtJS components",
2880
+ "repo": "fumeapp/nuxt-storm",
2881
+ "npm": "nuxt-storm",
2882
+ "icon": "nuxt-storm.png",
2883
+ "github": "https://github.com/fumeapp/nuxt-storm",
2884
+ "website": "https://github.com/fumeapp/nuxt-storm",
2885
+ "learn_more": "https://github.com/fumeapp/nuxt-storm",
2886
+ "category": "Devtools",
2887
+ "type": "3rd-party",
2888
+ "maintainers": [
2889
+ {
2890
+ "name": "fumeapp",
2891
+ "github": "fumeapp"
2892
+ }
2893
+ ],
2894
+ "compatibility": {
2895
+ "nuxt": "^2.0.0",
2896
+ "requires": {}
2897
+ }
2898
+ },
2899
+ {
2900
+ "name": "nuxt-svgo",
2901
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2902
+ "repo": "cpsoinos/nuxt-svgo",
2903
+ "npm": "nuxt-svgo",
2904
+ "icon": "nuxt-svgo.png",
2905
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2906
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2907
+ "learn_more": "",
2908
+ "category": "Images",
2909
+ "type": "3rd-party",
2910
+ "maintainers": [
2911
+ {
2912
+ "name": "cpsoinos",
2913
+ "github": "cpsoinos"
2914
+ }
2915
+ ],
2916
+ "compatibility": {
2917
+ "nuxt": "^3.0.0",
2918
+ "requires": {}
2919
+ }
2920
+ },
2921
+ {
2922
+ "name": "nuxt-unleash",
2923
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2924
+ "repo": "conejerock/nuxt-unleash",
2925
+ "npm": "nuxt-unleash",
2926
+ "icon": "nuxt-unleash.svg",
2927
+ "github": "https://github.com/conejerock/nuxt-unleash",
2928
+ "website": "https://github.com/conejerock/nuxt-unleash",
2929
+ "learn_more": "https://github.com/Unleash/unleash",
2930
+ "category": "Deployment",
2931
+ "type": "3rd-party",
2932
+ "maintainers": [
2933
+ {
2934
+ "name": "Juanjo Conejerock",
2935
+ "github": "conejerock"
2936
+ }
2937
+ ],
2491
2938
  "compatibility": {
2492
2939
  "nuxt": "^2.0.0",
2493
2940
  "requires": {}
@@ -2497,7 +2944,7 @@
2497
2944
  "name": "nuxt-use-motion",
2498
2945
  "description": "A Nuxt module putting your components in motion",
2499
2946
  "repo": "Tahul/nuxt-use-motion",
2500
- "npm": "",
2947
+ "npm": "nuxt-use-motion",
2501
2948
  "icon": "nuxt-use-motion.svg",
2502
2949
  "github": "https://github.com/Tahul/nuxt-use-motion",
2503
2950
  "website": "https://github.com/Tahul/nuxt-use-motion",
@@ -2510,7 +2957,6 @@
2510
2957
  "github": "Tahul"
2511
2958
  }
2512
2959
  ],
2513
- "contributors": [],
2514
2960
  "compatibility": {
2515
2961
  "nuxt": "^2.0.0",
2516
2962
  "requires": {}
@@ -2520,7 +2966,7 @@
2520
2966
  "name": "nuxt-use-sound",
2521
2967
  "description": "A Nuxt module for playing sound effects.",
2522
2968
  "repo": "Tahul/nuxt-use-sound",
2523
- "npm": "",
2969
+ "npm": "nuxt-use-sound",
2524
2970
  "icon": "nuxt-use-sound.svg",
2525
2971
  "github": "https://github.com/Tahul/nuxt-use-sound",
2526
2972
  "website": "https://github.com/Tahul/nuxt-use-sound",
@@ -2533,7 +2979,6 @@
2533
2979
  "github": "Tahul"
2534
2980
  }
2535
2981
  ],
2536
- "contributors": [],
2537
2982
  "compatibility": {
2538
2983
  "nuxt": "^2.0.0",
2539
2984
  "requires": {}
@@ -2543,7 +2988,7 @@
2543
2988
  "name": "nuxt-viewport",
2544
2989
  "description": "Define custom viewports for your Nuxt project",
2545
2990
  "repo": "mvrlin/nuxt-viewport",
2546
- "npm": "",
2991
+ "npm": "nuxt-viewport",
2547
2992
  "icon": "nuxt-viewport.svg",
2548
2993
  "github": "https://github.com/mvrlin/nuxt-viewport",
2549
2994
  "website": "https://github.com/mvrlin/nuxt-viewport",
@@ -2556,17 +3001,18 @@
2556
3001
  "github": "mvrlin"
2557
3002
  }
2558
3003
  ],
2559
- "contributors": [],
2560
3004
  "compatibility": {
2561
- "nuxt": "^2.0.0",
2562
- "requires": {}
3005
+ "nuxt": "^2.0.0 || ^3.0.0",
3006
+ "requires": {
3007
+ "bridge": "optional"
3008
+ }
2563
3009
  }
2564
3010
  },
2565
3011
  {
2566
3012
  "name": "nuxt7",
2567
3013
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
2568
3014
  "repo": "nuxt-community/nuxt7",
2569
- "npm": "",
3015
+ "npm": "nuxt7",
2570
3016
  "icon": "",
2571
3017
  "github": "https://github.com/nuxt-community/nuxt7",
2572
3018
  "website": "https://github.com/nuxt-community/nuxt7",
@@ -2580,7 +3026,6 @@
2580
3026
  "twitter": "_pi0_"
2581
3027
  }
2582
3028
  ],
2583
- "contributors": [],
2584
3029
  "compatibility": {
2585
3030
  "nuxt": "^2.0.0",
2586
3031
  "requires": {}
@@ -2590,7 +3035,7 @@
2590
3035
  "name": "onesignal",
2591
3036
  "description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
2592
3037
  "repo": "nuxt-community/onesignal-module",
2593
- "npm": "",
3038
+ "npm": "@nuxtjs/onesignal",
2594
3039
  "icon": "one-signal.png",
2595
3040
  "github": "https://github.com/nuxt-community/onesignal-module",
2596
3041
  "website": "https://github.com/nuxt-community/onesignal-module",
@@ -2604,7 +3049,6 @@
2604
3049
  "twitter": "_pi0_"
2605
3050
  }
2606
3051
  ],
2607
- "contributors": [],
2608
3052
  "compatibility": {
2609
3053
  "nuxt": "^2.0.0",
2610
3054
  "requires": {}
@@ -2614,7 +3058,7 @@
2614
3058
  "name": "optimized-images",
2615
3059
  "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
2616
3060
  "repo": "juliomrqz/nuxt-optimized-images",
2617
- "npm": "",
3061
+ "npm": "@aceforth/nuxt-optimized-images",
2618
3062
  "icon": "",
2619
3063
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
2620
3064
  "website": "https://marquez.co/docs/nuxt-optimized-images/",
@@ -2628,7 +3072,6 @@
2628
3072
  "twitter": "juliomrqz"
2629
3073
  }
2630
3074
  ],
2631
- "contributors": [],
2632
3075
  "compatibility": {
2633
3076
  "nuxt": "^2.0.0",
2634
3077
  "requires": {}
@@ -2638,7 +3081,7 @@
2638
3081
  "name": "page-generator-helper",
2639
3082
  "description": "Generate your pages statically without using payload extractors.",
2640
3083
  "repo": "GrabarzUndPartner/nuxt-page-generator-helper",
2641
- "npm": "",
3084
+ "npm": "nuxt-page-generator-helper",
2642
3085
  "icon": "",
2643
3086
  "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
2644
3087
  "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
@@ -2651,7 +3094,6 @@
2651
3094
  "github": "GrabarzUndPartner"
2652
3095
  }
2653
3096
  ],
2654
- "contributors": [],
2655
3097
  "compatibility": {
2656
3098
  "nuxt": "^2.0.0",
2657
3099
  "requires": {}
@@ -2661,7 +3103,7 @@
2661
3103
  "name": "parse",
2662
3104
  "description": "Parse package for Nuxt.js",
2663
3105
  "repo": "cierrateam/nuxt-parse",
2664
- "npm": "",
3106
+ "npm": "nuxt-parse",
2665
3107
  "icon": "",
2666
3108
  "github": "https://github.com/cierrateam/nuxt-parse",
2667
3109
  "website": "https://github.com/cierrateam/nuxt-parse",
@@ -2674,7 +3116,6 @@
2674
3116
  "github": "cierrateam"
2675
3117
  }
2676
3118
  ],
2677
- "contributors": [],
2678
3119
  "compatibility": {
2679
3120
  "nuxt": "^2.0.0",
2680
3121
  "requires": {}
@@ -2683,11 +3124,11 @@
2683
3124
  {
2684
3125
  "name": "partytown",
2685
3126
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2686
- "repo": "nuxt-community/partytown-module",
2687
- "npm": "",
3127
+ "repo": "nuxt-modules/partytown",
3128
+ "npm": "@nuxtjs/partytown",
2688
3129
  "icon": "partytown.svg",
2689
- "github": "https://github.com/nuxt-community/partytown-module",
2690
- "website": "https://github.com/nuxt-community/partytown-module",
3130
+ "github": "https://github.com/nuxt-modules/partytown",
3131
+ "website": "https://github.com/nuxt-modules/partytown",
2691
3132
  "learn_more": "https://partytown.builder.io/",
2692
3133
  "category": "Performance",
2693
3134
  "type": "community",
@@ -2698,7 +3139,6 @@
2698
3139
  "twitter": "danielcroe"
2699
3140
  }
2700
3141
  ],
2701
- "contributors": [],
2702
3142
  "compatibility": {
2703
3143
  "nuxt": "^2.0.0 || ^3.0.0",
2704
3144
  "requires": {
@@ -2710,7 +3150,7 @@
2710
3150
  "name": "persian-datepicker",
2711
3151
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
2712
3152
  "repo": "alireza-ab/vue-persian-datepicker",
2713
- "npm": "",
3153
+ "npm": "@alireza-ab/vue-persian-datepicker",
2714
3154
  "icon": "persian-datepicker.svg",
2715
3155
  "github": "https://github.com/alireza-ab/vue-persian-datepicker",
2716
3156
  "website": "https://alireza-ab.ir/datepicker",
@@ -2724,7 +3164,6 @@
2724
3164
  "avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
2725
3165
  }
2726
3166
  ],
2727
- "contributors": [],
2728
3167
  "compatibility": {
2729
3168
  "nuxt": "^2.0.0",
2730
3169
  "requires": {}
@@ -2734,7 +3173,7 @@
2734
3173
  "name": "pinia",
2735
3174
  "description": "The Vue Store that you will enjoy using",
2736
3175
  "repo": "posva/pinia#v2/packages/nuxt",
2737
- "npm": "",
3176
+ "npm": "@pinia/nuxt",
2738
3177
  "icon": "pinia.svg",
2739
3178
  "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
2740
3179
  "website": "https://pinia.esm.dev/",
@@ -2747,7 +3186,6 @@
2747
3186
  "github": "posva"
2748
3187
  }
2749
3188
  ],
2750
- "contributors": [],
2751
3189
  "compatibility": {
2752
3190
  "nuxt": "^2.0.0 || ^3.0.0",
2753
3191
  "requires": {
@@ -2757,22 +3195,21 @@
2757
3195
  },
2758
3196
  {
2759
3197
  "name": "plausible",
2760
- "description": "Plausible analytics for Vue.js and Nuxt",
2761
- "repo": "moritzsternemann/vue-plausible",
2762
- "npm": "",
2763
- "icon": "plausible.png",
2764
- "github": "https://github.com/moritzsternemann/vue-plausible",
2765
- "website": "https://github.com/moritzsternemann/vue-plausible",
3198
+ "description": "Nuxt 3 module to natively integrate Plausible analytics",
3199
+ "repo": "nuxt-modules/plausible",
3200
+ "npm": "@nuxtjs/plausible",
3201
+ "icon": "",
3202
+ "github": "https://github.com/nuxt-modules/plausible",
3203
+ "website": "https://github.com/nuxt-modules/plausible",
2766
3204
  "learn_more": "",
2767
- "category": "Analytics",
2768
- "type": "3rd-party",
3205
+ "category": "Devtools",
3206
+ "type": "community",
2769
3207
  "maintainers": [
2770
3208
  {
2771
- "name": "moritzsternemann",
2772
- "github": "moritzsternemann"
3209
+ "name": "nuxt-modules",
3210
+ "github": "nuxt-modules"
2773
3211
  }
2774
3212
  ],
2775
- "contributors": [],
2776
3213
  "compatibility": {
2777
3214
  "nuxt": "^2.0.0",
2778
3215
  "requires": {}
@@ -2782,7 +3219,7 @@
2782
3219
  "name": "precompress",
2783
3220
  "description": "Precompress files to gzip and brotli and serve them automatically",
2784
3221
  "repo": "frenchrabbit/nuxt-precompress",
2785
- "npm": "",
3222
+ "npm": "nuxt-precompress",
2786
3223
  "icon": "",
2787
3224
  "github": "https://github.com/frenchrabbit/nuxt-precompress",
2788
3225
  "website": "https://github.com/frenchrabbit/nuxt-precompress",
@@ -2795,7 +3232,6 @@
2795
3232
  "github": "frenchrabbit"
2796
3233
  }
2797
3234
  ],
2798
- "contributors": [],
2799
3235
  "compatibility": {
2800
3236
  "nuxt": "^2.0.0",
2801
3237
  "requires": {}
@@ -2804,33 +3240,23 @@
2804
3240
  {
2805
3241
  "name": "prismic",
2806
3242
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2807
- "repo": "nuxt-community/prismic-module",
2808
- "npm": "",
3243
+ "repo": "nuxt-modules/prismic",
3244
+ "npm": "@nuxtjs/prismic",
2809
3245
  "icon": "prismic.png",
2810
- "github": "https://github.com/nuxt-community/prismic-module",
3246
+ "github": "https://github.com/nuxt-modules/prismic",
2811
3247
  "website": "https://prismic.nuxtjs.org",
2812
- "learn_more": "https://prismic.io/",
3248
+ "learn_more": "https://prismic.io",
2813
3249
  "category": "CMS",
2814
3250
  "type": "community",
2815
3251
  "maintainers": [
2816
- {
2817
- "name": "Sébastien Chopin",
2818
- "github": "Atinux",
2819
- "twitter": "Atinux"
2820
- },
2821
3252
  {
2822
3253
  "name": "lihbr",
2823
3254
  "github": "lihbr",
2824
3255
  "twitter": "li_hbr"
2825
- },
2826
- {
2827
- "name": "James Pegg",
2828
- "github": "jamespegg"
2829
3256
  }
2830
3257
  ],
2831
- "contributors": [],
2832
3258
  "compatibility": {
2833
- "nuxt": "^2.0.0",
3259
+ "nuxt": "^2.0.0 || ^3.0.0",
2834
3260
  "requires": {}
2835
3261
  }
2836
3262
  },
@@ -2838,7 +3264,7 @@
2838
3264
  "name": "protected-mailto",
2839
3265
  "description": "Nuxt component to generate encoded mailto links",
2840
3266
  "repo": "mmoollllee/nuxt-protected-mailto",
2841
- "npm": "",
3267
+ "npm": "nuxt-protected-mailto",
2842
3268
  "icon": "",
2843
3269
  "github": "https://github.com/mmoollllee/nuxt-protected-mailto",
2844
3270
  "website": "https://github.com/mmoollllee/nuxt-protected-mailto",
@@ -2851,7 +3277,6 @@
2851
3277
  "github": "mmoollllee"
2852
3278
  }
2853
3279
  ],
2854
- "contributors": [],
2855
3280
  "compatibility": {
2856
3281
  "nuxt": "^2.0.0",
2857
3282
  "requires": {}
@@ -2861,7 +3286,7 @@
2861
3286
  "name": "proxy",
2862
3287
  "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
2863
3288
  "repo": "nuxt-community/proxy-module",
2864
- "npm": "",
3289
+ "npm": "@nuxtjs/proxy",
2865
3290
  "icon": "",
2866
3291
  "github": "https://github.com/nuxt-community/proxy-module",
2867
3292
  "website": "https://github.com/nuxt-community/proxy-module",
@@ -2875,7 +3300,6 @@
2875
3300
  "twitter": "_pi0_"
2876
3301
  }
2877
3302
  ],
2878
- "contributors": [],
2879
3303
  "compatibility": {
2880
3304
  "nuxt": "^2.0.0",
2881
3305
  "requires": {}
@@ -2885,7 +3309,7 @@
2885
3309
  "name": "prune-html",
2886
3310
  "description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
2887
3311
  "repo": "LuXDAmore/nuxt-prune-html",
2888
- "npm": "",
3312
+ "npm": "@luxdamore/nuxt-prune-html",
2889
3313
  "icon": "",
2890
3314
  "github": "https://github.com/LuXDAmore/nuxt-prune-html",
2891
3315
  "website": "https://luxdamore.github.io/nuxt-prune-html/",
@@ -2899,7 +3323,6 @@
2899
3323
  "twitter": "luxdamore"
2900
3324
  }
2901
3325
  ],
2902
- "contributors": [],
2903
3326
  "compatibility": {
2904
3327
  "nuxt": "^2.0.0",
2905
3328
  "requires": {}
@@ -2908,8 +3331,8 @@
2908
3331
  {
2909
3332
  "name": "purgecss",
2910
3333
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2911
- "repo": "Developmint/nuxt-purgecss",
2912
- "npm": "",
3334
+ "repo": "Developmint/nuxt-purgecss#main",
3335
+ "npm": "nuxt-purgecss",
2913
3336
  "icon": "purgecss.png",
2914
3337
  "github": "https://github.com/Developmint/nuxt-purgecss",
2915
3338
  "website": "https://github.com/Developmint/nuxt-purgecss",
@@ -2922,9 +3345,8 @@
2922
3345
  "github": "Developmint"
2923
3346
  }
2924
3347
  ],
2925
- "contributors": [],
2926
3348
  "compatibility": {
2927
- "nuxt": "^2.0.0",
3349
+ "nuxt": "^2.0.0 || ^3.0.0",
2928
3350
  "requires": {}
2929
3351
  }
2930
3352
  },
@@ -2932,7 +3354,7 @@
2932
3354
  "name": "pwa",
2933
3355
  "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
2934
3356
  "repo": "nuxt-community/pwa-module",
2935
- "npm": "",
3357
+ "npm": "@nuxtjs/pwa",
2936
3358
  "icon": "pwa.png",
2937
3359
  "github": "https://github.com/nuxt-community/pwa-module",
2938
3360
  "website": "https://pwa.nuxtjs.org",
@@ -2946,7 +3368,6 @@
2946
3368
  "twitter": "_pi0_"
2947
3369
  }
2948
3370
  ],
2949
- "contributors": [],
2950
3371
  "compatibility": {
2951
3372
  "nuxt": "^2.0.0",
2952
3373
  "requires": {
@@ -2958,7 +3379,7 @@
2958
3379
  "name": "python",
2959
3380
  "description": "Write Nuxt.js applications using Python",
2960
3381
  "repo": "nuxt-community/python-module",
2961
- "npm": "",
3382
+ "npm": "@nuxtjs/python",
2962
3383
  "icon": "python.png",
2963
3384
  "github": "https://github.com/nuxt-community/python-module",
2964
3385
  "website": "https://github.com/nuxt-community/python-module",
@@ -2971,7 +3392,6 @@
2971
3392
  "github": "icarito"
2972
3393
  }
2973
3394
  ],
2974
- "contributors": [],
2975
3395
  "compatibility": {
2976
3396
  "nuxt": "^2.0.0",
2977
3397
  "requires": {}
@@ -2981,7 +3401,7 @@
2981
3401
  "name": "recaptcha",
2982
3402
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
2983
3403
  "repo": "nuxt-community/recaptcha-module",
2984
- "npm": "",
3404
+ "npm": "@nuxtjs/recaptcha",
2985
3405
  "icon": "recaptcha.png",
2986
3406
  "github": "https://github.com/nuxt-community/recaptcha-module",
2987
3407
  "website": "https://github.com/nuxt-community/recaptcha-module",
@@ -2994,7 +3414,6 @@
2994
3414
  "github": "mvrlin"
2995
3415
  }
2996
3416
  ],
2997
- "contributors": [],
2998
3417
  "compatibility": {
2999
3418
  "nuxt": "^2.0.0",
3000
3419
  "requires": {}
@@ -3004,7 +3423,7 @@
3004
3423
  "name": "redirect",
3005
3424
  "description": "Nuxt module to dynamically redirect initial requests",
3006
3425
  "repo": "nuxt-community/redirect-module",
3007
- "npm": "",
3426
+ "npm": "@nuxtjs/redirect-module",
3008
3427
  "icon": "",
3009
3428
  "github": "https://github.com/nuxt-community/redirect-module",
3010
3429
  "website": "https://github.com/nuxt-community/redirect-module",
@@ -3018,7 +3437,6 @@
3018
3437
  "twitter": "TheAlexLichter"
3019
3438
  }
3020
3439
  ],
3021
- "contributors": [],
3022
3440
  "compatibility": {
3023
3441
  "nuxt": "^2.0.0",
3024
3442
  "requires": {}
@@ -3028,7 +3446,7 @@
3028
3446
  "name": "rfg-icon",
3029
3447
  "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
3030
3448
  "repo": "pimlie/nuxt-rfg-icon",
3031
- "npm": "",
3449
+ "npm": "nuxt-rfg-icon",
3032
3450
  "icon": "real-favicon-generator.png",
3033
3451
  "github": "https://github.com/pimlie/nuxt-rfg-icon",
3034
3452
  "website": "https://github.com/pimlie/nuxt-rfg-icon",
@@ -3041,7 +3459,6 @@
3041
3459
  "github": "pimlie"
3042
3460
  }
3043
3461
  ],
3044
- "contributors": [],
3045
3462
  "compatibility": {
3046
3463
  "nuxt": "^2.0.0",
3047
3464
  "requires": {}
@@ -3051,8 +3468,8 @@
3051
3468
  "name": "robots",
3052
3469
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3053
3470
  "repo": "nuxt-community/robots-module",
3054
- "npm": "",
3055
- "icon": "",
3471
+ "npm": "@nuxtjs/robots",
3472
+ "icon": "robots.png",
3056
3473
  "github": "https://github.com/nuxt-community/robots-module",
3057
3474
  "website": "https://github.com/nuxt-community/robots-module",
3058
3475
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
@@ -3064,17 +3481,18 @@
3064
3481
  "github": "ricardogobbosouza"
3065
3482
  }
3066
3483
  ],
3067
- "contributors": [],
3068
3484
  "compatibility": {
3069
- "nuxt": "^2.0.0",
3070
- "requires": {}
3485
+ "nuxt": "^2.0.0 || ^3.0.0",
3486
+ "requires": {
3487
+ "bridge": "optional"
3488
+ }
3071
3489
  }
3072
3490
  },
3073
3491
  {
3074
3492
  "name": "rollbar",
3075
3493
  "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
3076
3494
  "repo": "gaelreyrol/nuxt-rollbar-module",
3077
- "npm": "",
3495
+ "npm": "nuxt-rollbar-module",
3078
3496
  "icon": "rollbar.png",
3079
3497
  "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
3080
3498
  "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
@@ -3087,7 +3505,6 @@
3087
3505
  "github": "gaelreyrol"
3088
3506
  }
3089
3507
  ],
3090
- "contributors": [],
3091
3508
  "compatibility": {
3092
3509
  "nuxt": "^2.0.0",
3093
3510
  "requires": {}
@@ -3097,7 +3514,7 @@
3097
3514
  "name": "router-extras",
3098
3515
  "description": "Extra Add-ons for nuxt router",
3099
3516
  "repo": "nuxt-community/router-extras-module",
3100
- "npm": "",
3517
+ "npm": "@nuxtjs/router-extras",
3101
3518
  "icon": "vue.png",
3102
3519
  "github": "https://github.com/nuxt-community/router-extras-module",
3103
3520
  "website": "https://github.com/nuxt-community/router-extras-module",
@@ -3111,7 +3528,6 @@
3111
3528
  "twitter": "a_birang"
3112
3529
  }
3113
3530
  ],
3114
- "contributors": [],
3115
3531
  "compatibility": {
3116
3532
  "nuxt": "^2.0.0",
3117
3533
  "requires": {}
@@ -3121,7 +3537,7 @@
3121
3537
  "name": "router",
3122
3538
  "description": "Nuxt.js module to use router.js instead of pages/ directory",
3123
3539
  "repo": "nuxt-community/router-module",
3124
- "npm": "",
3540
+ "npm": "@nuxtjs/router",
3125
3541
  "icon": "vue.png",
3126
3542
  "github": "https://github.com/nuxt-community/router-module",
3127
3543
  "website": "https://github.com/nuxt-community/router-module",
@@ -3135,7 +3551,6 @@
3135
3551
  "twitter": "Atinux"
3136
3552
  }
3137
3553
  ],
3138
- "contributors": [],
3139
3554
  "compatibility": {
3140
3555
  "nuxt": "^2.0.0",
3141
3556
  "requires": {}
@@ -3143,11 +3558,11 @@
3143
3558
  },
3144
3559
  {
3145
3560
  "name": "sanity",
3146
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
3147
- "repo": "nuxt-community/sanity-module#main",
3148
- "npm": "",
3561
+ "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3562
+ "repo": "nuxt-modules/sanity#main",
3563
+ "npm": "@nuxtjs/sanity",
3149
3564
  "icon": "sanity.png",
3150
- "github": "https://github.com/nuxt-community/sanity-module#main",
3565
+ "github": "https://github.com/nuxt-modules/sanity#main",
3151
3566
  "website": "https://sanity.nuxtjs.org",
3152
3567
  "learn_more": "https://www.sanity.io/",
3153
3568
  "category": "CMS",
@@ -3159,9 +3574,34 @@
3159
3574
  "twitter": "danielcroe"
3160
3575
  }
3161
3576
  ],
3162
- "contributors": [],
3163
3577
  "compatibility": {
3164
- "nuxt": "^2.0.0",
3578
+ "nuxt": "^2.0.0 || ^3.0.0",
3579
+ "requires": {
3580
+ "bridge": "optional"
3581
+ }
3582
+ }
3583
+ },
3584
+ {
3585
+ "name": "schema-org",
3586
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3587
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3588
+ "npm": "nuxt-schema-org",
3589
+ "icon": "schema-org.svg",
3590
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3591
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3592
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3593
+ "category": "SEO",
3594
+ "type": "3rd-party",
3595
+ "maintainers": [
3596
+ {
3597
+ "name": "Harlan Wilton",
3598
+ "github": "harlan-zw",
3599
+ "twitter": "harlan_zw",
3600
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3601
+ }
3602
+ ],
3603
+ "compatibility": {
3604
+ "nuxt": "^3.0.0",
3165
3605
  "requires": {}
3166
3606
  }
3167
3607
  },
@@ -3169,7 +3609,7 @@
3169
3609
  "name": "scss-to-js",
3170
3610
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
3171
3611
  "repo": "sugoidesune/nuxt-scss-to-js",
3172
- "npm": "",
3612
+ "npm": "nuxt-scss-to-js",
3173
3613
  "icon": "",
3174
3614
  "github": "https://github.com/sugoidesune/nuxt-scss-to-js",
3175
3615
  "website": "https://github.com/sugoidesune/nuxt-scss-to-js",
@@ -3182,17 +3622,39 @@
3182
3622
  "github": "sugoidesune"
3183
3623
  }
3184
3624
  ],
3185
- "contributors": [],
3186
3625
  "compatibility": {
3187
3626
  "nuxt": "^2.0.0",
3188
3627
  "requires": {}
3189
3628
  }
3190
3629
  },
3630
+ {
3631
+ "name": "security",
3632
+ "description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
3633
+ "repo": "Baroshem/nuxt-security",
3634
+ "npm": "nuxt-security",
3635
+ "icon": "nuxt-security.svg",
3636
+ "github": "https://github.com/Baroshem/nuxt-security",
3637
+ "website": "https://nuxt-security.vercel.app/",
3638
+ "learn_more": "https://nuxt-security.vercel.app/",
3639
+ "category": "Security",
3640
+ "type": "3rd-party",
3641
+ "maintainers": [
3642
+ {
3643
+ "name": "Jakub Andrzejewski",
3644
+ "github": "Baroshem",
3645
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3646
+ }
3647
+ ],
3648
+ "compatibility": {
3649
+ "nuxt": "^3.0.0",
3650
+ "requires": {}
3651
+ }
3652
+ },
3191
3653
  {
3192
3654
  "name": "segment",
3193
3655
  "description": "Nuxt.js module for Segment Analytics.js",
3194
3656
  "repo": "dansmaculotte/nuxt-segment",
3195
- "npm": "",
3657
+ "npm": "@dansmaculotte/nuxt-segment",
3196
3658
  "icon": "segment.png",
3197
3659
  "github": "https://github.com/dansmaculotte/nuxt-segment",
3198
3660
  "website": "https://github.com/dansmaculotte/nuxt-segment",
@@ -3205,7 +3667,6 @@
3205
3667
  "github": "dansmaculotte"
3206
3668
  }
3207
3669
  ],
3208
- "contributors": [],
3209
3670
  "compatibility": {
3210
3671
  "nuxt": "^2.0.0",
3211
3672
  "requires": {}
@@ -3215,7 +3676,7 @@
3215
3676
  "name": "sentry",
3216
3677
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
3217
3678
  "repo": "nuxt-community/sentry-module",
3218
- "npm": "",
3679
+ "npm": "@nuxtjs/sentry",
3219
3680
  "icon": "sentry.png",
3220
3681
  "github": "https://github.com/nuxt-community/sentry-module",
3221
3682
  "website": "https://sentry.nuxtjs.org/",
@@ -3228,7 +3689,6 @@
3228
3689
  "github": "rchl"
3229
3690
  }
3230
3691
  ],
3231
- "contributors": [],
3232
3692
  "compatibility": {
3233
3693
  "nuxt": "^2.0.0",
3234
3694
  "requires": {}
@@ -3237,8 +3697,8 @@
3237
3697
  {
3238
3698
  "name": "seo-meta",
3239
3699
  "description": "Simple generate seo metadata",
3240
- "repo": "ihavecoke/nuxtjs-seo-meta",
3241
- "npm": "",
3700
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3701
+ "npm": "nuxt-seo-meta",
3242
3702
  "icon": "",
3243
3703
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3244
3704
  "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3252,7 +3712,6 @@
3252
3712
  "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
3253
3713
  }
3254
3714
  ],
3255
- "contributors": [],
3256
3715
  "compatibility": {
3257
3716
  "nuxt": "^2.0.0",
3258
3717
  "requires": {}
@@ -3262,7 +3721,7 @@
3262
3721
  "name": "seomatic-meta",
3263
3722
  "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
3264
3723
  "repo": "ben-rogerson/nuxt-seomatic-meta",
3265
- "npm": "",
3724
+ "npm": "nuxt-seomatic-meta",
3266
3725
  "icon": "seomatic.png",
3267
3726
  "github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
3268
3727
  "website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
@@ -3275,7 +3734,6 @@
3275
3734
  "github": "ben-rogerson"
3276
3735
  }
3277
3736
  ],
3278
- "contributors": [],
3279
3737
  "compatibility": {
3280
3738
  "nuxt": "^2.0.0",
3281
3739
  "requires": {}
@@ -3285,7 +3743,7 @@
3285
3743
  "name": "separate-env",
3286
3744
  "description": "Separated environment variables for server and client builds",
3287
3745
  "repo": "nuxt-community/separate-env-module",
3288
- "npm": "",
3746
+ "npm": "@nuxtjs/separate-env",
3289
3747
  "icon": "",
3290
3748
  "github": "https://github.com/nuxt-community/separate-env-module",
3291
3749
  "website": "https://github.com/nuxt-community/separate-env-module",
@@ -3299,17 +3757,39 @@
3299
3757
  "twitter": "TheAlexLichter"
3300
3758
  }
3301
3759
  ],
3302
- "contributors": [],
3303
3760
  "compatibility": {
3304
3761
  "nuxt": "^2.0.0",
3305
3762
  "requires": {}
3306
3763
  }
3307
3764
  },
3765
+ {
3766
+ "name": "session",
3767
+ "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
3768
+ "repo": "sidebase/nuxt-session",
3769
+ "npm": "@sidebase/nuxt-session",
3770
+ "icon": "session.png",
3771
+ "github": "https://github.com/sidebase/nuxt-session",
3772
+ "website": "https://github.com/sidebase/nuxt-session",
3773
+ "learn_more": "https://github.com/sidebase",
3774
+ "category": "Security",
3775
+ "type": "3rd-party",
3776
+ "maintainers": [
3777
+ {
3778
+ "name": "sidebase",
3779
+ "github": "sidebase",
3780
+ "twitter": "sidebase_io"
3781
+ }
3782
+ ],
3783
+ "compatibility": {
3784
+ "nuxt": "^3.0.0",
3785
+ "requires": {}
3786
+ }
3787
+ },
3308
3788
  {
3309
3789
  "name": "shopify",
3310
3790
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
3311
3791
  "repo": "Gomah/nuxt-shopify",
3312
- "npm": "",
3792
+ "npm": "nuxt-shopify",
3313
3793
  "icon": "shopify.png",
3314
3794
  "github": "https://github.com/Gomah/nuxt-shopify",
3315
3795
  "website": "https://github.com/Gomah/nuxt-shopify",
@@ -3322,17 +3802,39 @@
3322
3802
  "github": "Gomah"
3323
3803
  }
3324
3804
  ],
3325
- "contributors": [],
3326
3805
  "compatibility": {
3327
3806
  "nuxt": "^2.0.0",
3328
3807
  "requires": {}
3329
3808
  }
3330
3809
  },
3810
+ {
3811
+ "name": "nuxt-auth",
3812
+ "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
3813
+ "repo": "sidebase/nuxt-auth",
3814
+ "npm": "@sidebase/nuxt-auth",
3815
+ "icon": "sidebase-auth.png",
3816
+ "github": "https://github.com/sidebase/nuxt-auth",
3817
+ "website": "https://github.com/sidebase/nuxt-auth",
3818
+ "learn_more": "https://github.com/sidebase",
3819
+ "category": "Security",
3820
+ "type": "3rd-party",
3821
+ "maintainers": [
3822
+ {
3823
+ "name": "sidebase",
3824
+ "github": "sidebase",
3825
+ "twitter": "sidebase_io"
3826
+ }
3827
+ ],
3828
+ "compatibility": {
3829
+ "nuxt": "^3.0.0",
3830
+ "requires": {}
3831
+ }
3832
+ },
3331
3833
  {
3332
3834
  "name": "simple-line-icons",
3333
3835
  "description": "Nuxt module to add simple-line-icons ",
3334
3836
  "repo": "vaso2/nuxt-simple-line-icons",
3335
- "npm": "",
3837
+ "npm": "nuxt-simple-line-icons",
3336
3838
  "icon": "",
3337
3839
  "github": "https://github.com/vaso2/nuxt-simple-line-icons",
3338
3840
  "website": "https://github.com/vaso2/nuxt-simple-line-icons",
@@ -3345,7 +3847,6 @@
3345
3847
  "github": "vaso2"
3346
3848
  }
3347
3849
  ],
3348
- "contributors": [],
3349
3850
  "compatibility": {
3350
3851
  "nuxt": "^2.0.0",
3351
3852
  "requires": {}
@@ -3355,7 +3856,7 @@
3355
3856
  "name": "sitemap",
3356
3857
  "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
3357
3858
  "repo": "nuxt-community/sitemap-module#dev",
3358
- "npm": "",
3859
+ "npm": "@nuxtjs/sitemap",
3359
3860
  "icon": "",
3360
3861
  "github": "https://github.com/nuxt-community/sitemap-module#dev",
3361
3862
  "website": "https://sitemap.nuxtjs.org",
@@ -3369,7 +3870,6 @@
3369
3870
  "twitter": "NicoPennec"
3370
3871
  }
3371
3872
  ],
3372
- "contributors": [],
3373
3873
  "compatibility": {
3374
3874
  "nuxt": "^2.0.0",
3375
3875
  "requires": {}
@@ -3379,7 +3879,7 @@
3379
3879
  "name": "snipcart",
3380
3880
  "description": "Snipcart integration module for Nuxt.js",
3381
3881
  "repo": "nuxt-community/snipcart-module",
3382
- "npm": "",
3882
+ "npm": "@nuxtjs/snipcart",
3383
3883
  "icon": "snipcart.png",
3384
3884
  "github": "https://github.com/nuxt-community/snipcart-module",
3385
3885
  "website": "https://github.com/nuxt-community/snipcart-module",
@@ -3393,7 +3893,6 @@
3393
3893
  "twitter": "giraud_florent"
3394
3894
  }
3395
3895
  ],
3396
- "contributors": [],
3397
3896
  "compatibility": {
3398
3897
  "nuxt": "^2.0.0",
3399
3898
  "requires": {}
@@ -3403,7 +3902,7 @@
3403
3902
  "name": "social-meta",
3404
3903
  "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
3405
3904
  "repo": "AlekseyPleshkov/nuxt-social-meta",
3406
- "npm": "",
3905
+ "npm": "nuxt-social-meta",
3407
3906
  "icon": "",
3408
3907
  "github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
3409
3908
  "website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
@@ -3416,7 +3915,6 @@
3416
3915
  "github": "AlekseyPleshkov"
3417
3916
  }
3418
3917
  ],
3419
- "contributors": [],
3420
3918
  "compatibility": {
3421
3919
  "nuxt": "^2.0.0",
3422
3920
  "requires": {}
@@ -3426,7 +3924,7 @@
3426
3924
  "name": "socket-io",
3427
3925
  "description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
3428
3926
  "repo": "richardeschloss/nuxt-socket-io",
3429
- "npm": "",
3927
+ "npm": "nuxt-socket-io",
3430
3928
  "icon": "socket-io.png",
3431
3929
  "github": "https://github.com/richardeschloss/nuxt-socket-io",
3432
3930
  "website": "https://nuxt-socket-io.netlify.app/",
@@ -3439,7 +3937,6 @@
3439
3937
  "github": "richardeschloss"
3440
3938
  }
3441
3939
  ],
3442
- "contributors": [],
3443
3940
  "compatibility": {
3444
3941
  "nuxt": "^2.0.0",
3445
3942
  "requires": {}
@@ -3449,7 +3946,7 @@
3449
3946
  "name": "speedcurve",
3450
3947
  "description": "Speedcurve LUX module for Nuxt",
3451
3948
  "repo": "nuxt-community/speedcurve-module",
3452
- "npm": "",
3949
+ "npm": "@nuxtjs/speedcurve",
3453
3950
  "icon": "speedcurve.png",
3454
3951
  "github": "https://github.com/nuxt-community/speedcurve-module",
3455
3952
  "website": "https://speedcurve.nuxtjs.org",
@@ -3463,7 +3960,6 @@
3463
3960
  "twitter": "JoshDeltener"
3464
3961
  }
3465
3962
  ],
3466
- "contributors": [],
3467
3963
  "compatibility": {
3468
3964
  "nuxt": "^2.0.0",
3469
3965
  "requires": {}
@@ -3473,7 +3969,7 @@
3473
3969
  "name": "speedkit",
3474
3970
  "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
3475
3971
  "repo": "GrabarzUndPartner/nuxt-speedkit",
3476
- "npm": "",
3972
+ "npm": "nuxt-speedkit",
3477
3973
  "icon": "speedkit.png",
3478
3974
  "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
3479
3975
  "website": "https://nuxt-speedkit.grabarzundpartner.dev",
@@ -3497,7 +3993,28 @@
3497
3993
  "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
3498
3994
  }
3499
3995
  ],
3500
- "contributors": [],
3996
+ "compatibility": {
3997
+ "nuxt": "^2.0.0",
3998
+ "requires": {}
3999
+ }
4000
+ },
4001
+ {
4002
+ "name": "ssr-lit",
4003
+ "description": "",
4004
+ "repo": "prashantpalikhe/nuxt-ssr-lit",
4005
+ "npm": "nuxt-ssr-lit",
4006
+ "icon": "",
4007
+ "github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
4008
+ "website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
4009
+ "learn_more": "",
4010
+ "category": "Devtools",
4011
+ "type": "3rd-party",
4012
+ "maintainers": [
4013
+ {
4014
+ "name": "prashantpalikhe",
4015
+ "github": "prashantpalikhe"
4016
+ }
4017
+ ],
3501
4018
  "compatibility": {
3502
4019
  "nuxt": "^2.0.0",
3503
4020
  "requires": {}
@@ -3507,7 +4024,7 @@
3507
4024
  "name": "storage",
3508
4025
  "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
3509
4026
  "repo": "mazipan/nuxt-storage",
3510
- "npm": "",
4027
+ "npm": "nuxt-storage",
3511
4028
  "icon": "",
3512
4029
  "github": "https://github.com/mazipan/nuxt-storage",
3513
4030
  "website": "https://github.com/mazipan/nuxt-storage",
@@ -3520,7 +4037,6 @@
3520
4037
  "github": "mazipan"
3521
4038
  }
3522
4039
  ],
3523
- "contributors": [],
3524
4040
  "compatibility": {
3525
4041
  "nuxt": "^2.0.0",
3526
4042
  "requires": {}
@@ -3530,7 +4046,7 @@
3530
4046
  "name": "storefront-ui",
3531
4047
  "description": "Storefront UI Module for Nuxt.js",
3532
4048
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
3533
- "npm": "",
4049
+ "npm": "@storefront-ui/nuxt",
3534
4050
  "icon": "storefront-ui.svg",
3535
4051
  "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
3536
4052
  "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
@@ -3543,7 +4059,6 @@
3543
4059
  "github": "Baroshem"
3544
4060
  }
3545
4061
  ],
3546
- "contributors": [],
3547
4062
  "compatibility": {
3548
4063
  "nuxt": "^2.0.0",
3549
4064
  "requires": {}
@@ -3553,7 +4068,7 @@
3553
4068
  "name": "stories",
3554
4069
  "description": "Nuxt stories module -- Painless storybooking for Nuxt",
3555
4070
  "repo": "richardeschloss/nuxt-stories",
3556
- "npm": "",
4071
+ "npm": "nuxt-stories",
3557
4072
  "icon": "",
3558
4073
  "github": "https://github.com/richardeschloss/nuxt-stories",
3559
4074
  "website": "https://github.com/richardeschloss/nuxt-stories",
@@ -3566,7 +4081,6 @@
3566
4081
  "github": "richardeschloss"
3567
4082
  }
3568
4083
  ],
3569
- "contributors": [],
3570
4084
  "compatibility": {
3571
4085
  "nuxt": "^2.0.0",
3572
4086
  "requires": {}
@@ -3576,7 +4090,7 @@
3576
4090
  "name": "storyblok",
3577
4091
  "description": "Storyblok Nuxt.js module",
3578
4092
  "repo": "storyblok/storyblok-nuxt#master/lib",
3579
- "npm": "",
4093
+ "npm": "@storyblok/nuxt",
3580
4094
  "icon": "storyblok.png",
3581
4095
  "github": "https://github.com/storyblok/storyblok-nuxt",
3582
4096
  "website": "https://github.com/storyblok/storyblok-nuxt",
@@ -3589,7 +4103,6 @@
3589
4103
  "github": "storyblok"
3590
4104
  }
3591
4105
  ],
3592
- "contributors": [],
3593
4106
  "compatibility": {
3594
4107
  "nuxt": "^2.0.0 || ^3.0.0",
3595
4108
  "requires": {}
@@ -3599,7 +4112,7 @@
3599
4112
  "name": "storybook",
3600
4113
  "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
3601
4114
  "repo": "nuxt-community/storybook",
3602
- "npm": "",
4115
+ "npm": "@nuxtjs/storybook",
3603
4116
  "icon": "storybook.png",
3604
4117
  "github": "https://github.com/nuxt-community/storybook",
3605
4118
  "website": "https://storybook.nuxtjs.org",
@@ -3618,7 +4131,6 @@
3618
4131
  "twitter": "_pi0_"
3619
4132
  }
3620
4133
  ],
3621
- "contributors": [],
3622
4134
  "compatibility": {
3623
4135
  "nuxt": "^2.0.0",
3624
4136
  "requires": {
@@ -3630,7 +4142,7 @@
3630
4142
  "name": "strapi",
3631
4143
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
3632
4144
  "repo": "nuxt-community/strapi-module",
3633
- "npm": "",
4145
+ "npm": "@nuxtjs/strapi",
3634
4146
  "icon": "strapi.png",
3635
4147
  "github": "https://github.com/nuxt-community/strapi-module",
3636
4148
  "website": "https://strapi.nuxtjs.org",
@@ -3649,17 +4161,18 @@
3649
4161
  "twitter": "Atinux"
3650
4162
  }
3651
4163
  ],
3652
- "contributors": [],
3653
4164
  "compatibility": {
3654
4165
  "nuxt": "^2.0.0 || ^3.0.0",
3655
- "requires": {}
4166
+ "requires": {
4167
+ "bridge": true
4168
+ }
3656
4169
  }
3657
4170
  },
3658
4171
  {
3659
4172
  "name": "stripe",
3660
4173
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
3661
4174
  "repo": "WilliamDASILVA/nuxt-stripe-module",
3662
- "npm": "",
4175
+ "npm": "nuxt-stripe-module",
3663
4176
  "icon": "stripe.png",
3664
4177
  "github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
3665
4178
  "website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
@@ -3672,7 +4185,6 @@
3672
4185
  "github": "WilliamDASILVA"
3673
4186
  }
3674
4187
  ],
3675
- "contributors": [],
3676
4188
  "compatibility": {
3677
4189
  "nuxt": "^2.0.0",
3678
4190
  "requires": {}
@@ -3682,7 +4194,7 @@
3682
4194
  "name": "style-resources",
3683
4195
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
3684
4196
  "repo": "nuxt-community/style-resources-module",
3685
- "npm": "",
4197
+ "npm": "@nuxtjs/style-resources",
3686
4198
  "icon": "",
3687
4199
  "github": "https://github.com/nuxt-community/style-resources-module",
3688
4200
  "website": "https://github.com/nuxt-community/style-resources-module",
@@ -3696,7 +4208,6 @@
3696
4208
  "twitter": "TheAlexLichter"
3697
4209
  }
3698
4210
  ],
3699
- "contributors": [],
3700
4211
  "compatibility": {
3701
4212
  "nuxt": "^2.0.0",
3702
4213
  "requires": {}
@@ -3706,7 +4217,7 @@
3706
4217
  "name": "stylelint",
3707
4218
  "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
3708
4219
  "repo": "nuxt-community/stylelint-module",
3709
- "npm": "",
4220
+ "npm": "@nuxtjs/stylelint-module",
3710
4221
  "icon": "stylelint.png",
3711
4222
  "github": "https://github.com/nuxt-community/stylelint-module",
3712
4223
  "website": "https://github.com/nuxt-community/stylelint-module",
@@ -3719,33 +4230,64 @@
3719
4230
  "github": "ricardogobbosouza"
3720
4231
  }
3721
4232
  ],
3722
- "contributors": [],
3723
4233
  "compatibility": {
3724
4234
  "nuxt": "^2.0.0",
3725
4235
  "requires": {}
3726
4236
  }
3727
4237
  },
4238
+ {
4239
+ "name": "stylify",
4240
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
4241
+ "repo": "stylify/packages#master/packages/nuxt",
4242
+ "npm": "@stylify/nuxt",
4243
+ "icon": "stylify.svg",
4244
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
4245
+ "website": "https://stylifycss.com/docs/nuxt",
4246
+ "learn_more": "https://stylifycss.com",
4247
+ "category": "UI",
4248
+ "type": "3rd-party",
4249
+ "maintainers": [
4250
+ {
4251
+ "name": "Vladimír Macháček",
4252
+ "github": "Machy8",
4253
+ "twitter": "8machy"
4254
+ }
4255
+ ],
4256
+ "compatibility": {
4257
+ "nuxt": "^2.0.0 || ^3.0.0",
4258
+ "requires": {}
4259
+ }
4260
+ },
3728
4261
  {
3729
4262
  "name": "supabase",
3730
- "description": "A supa simple way to use Supabase with Nuxt",
3731
- "repo": "supabase/nuxt-supabase",
3732
- "npm": "",
4263
+ "description": "First class integration with Supabase",
4264
+ "repo": "nuxt-community/supabase-module",
4265
+ "npm": "@nuxtjs/supabase",
3733
4266
  "icon": "supabase.png",
3734
- "github": "https://github.com/supabase/nuxt-supabase",
3735
- "website": "https://github.com/supabase/nuxt-supabase",
3736
- "learn_more": "https://supabase.io",
4267
+ "github": "https://github.com/nuxt-community/supabase-module",
4268
+ "website": "https://supabase.nuxtjs.org",
4269
+ "learn_more": "https://supabase.com",
3737
4270
  "category": "Database",
3738
- "type": "3rd-party",
4271
+ "type": "community",
3739
4272
  "maintainers": [
4273
+ {
4274
+ "name": "Baptiste Leproux",
4275
+ "github": "larbish",
4276
+ "twitter": "baptistelprx"
4277
+ },
4278
+ {
4279
+ "name": "Sebastien Chopin",
4280
+ "github": "Atinux",
4281
+ "twitter": "Atinux"
4282
+ },
3740
4283
  {
3741
4284
  "name": "Scott Robertson",
3742
4285
  "github": "scottrobertson",
3743
4286
  "twitter": "scottymeuk"
3744
4287
  }
3745
4288
  ],
3746
- "contributors": [],
3747
4289
  "compatibility": {
3748
- "nuxt": "^2.0.0",
4290
+ "nuxt": "^2.0.0 || ^3.0.0",
3749
4291
  "requires": {}
3750
4292
  }
3751
4293
  },
@@ -3753,7 +4295,7 @@
3753
4295
  "name": "svg-loader",
3754
4296
  "description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
3755
4297
  "repo": "Developmint/nuxt-svg-loader",
3756
- "npm": "",
4298
+ "npm": "nuxt-svg-loader",
3757
4299
  "icon": "",
3758
4300
  "github": "https://github.com/Developmint/nuxt-svg-loader",
3759
4301
  "website": "https://github.com/Developmint/nuxt-svg-loader",
@@ -3766,7 +4308,6 @@
3766
4308
  "github": "Developmint"
3767
4309
  }
3768
4310
  ],
3769
- "contributors": [],
3770
4311
  "compatibility": {
3771
4312
  "nuxt": "^2.0.0",
3772
4313
  "requires": {}
@@ -3776,7 +4317,7 @@
3776
4317
  "name": "svg-sprite",
3777
4318
  "description": "Optimized and Easy way to use svg files in Nuxt.js",
3778
4319
  "repo": "nuxt-community/svg-sprite-module",
3779
- "npm": "",
4320
+ "npm": "@nuxtjs/svg-sprite",
3780
4321
  "icon": "",
3781
4322
  "github": "https://github.com/nuxt-community/svg-sprite-module",
3782
4323
  "website": "https://github.com/nuxt-community/svg-sprite-module",
@@ -3790,7 +4331,6 @@
3790
4331
  "twitter": "a_birang"
3791
4332
  }
3792
4333
  ],
3793
- "contributors": [],
3794
4334
  "compatibility": {
3795
4335
  "nuxt": "^2.0.0",
3796
4336
  "requires": {}
@@ -3800,7 +4340,7 @@
3800
4340
  "name": "svg",
3801
4341
  "description": "Super simple svg loading module for Nuxt.js",
3802
4342
  "repo": "nuxt-community/svg-module",
3803
- "npm": "",
4343
+ "npm": "@nuxtjs/svg",
3804
4344
  "icon": "",
3805
4345
  "github": "https://github.com/nuxt-community/svg-module",
3806
4346
  "website": "https://github.com/nuxt-community/svg-module",
@@ -3813,7 +4353,6 @@
3813
4353
  "github": "sam3d"
3814
4354
  }
3815
4355
  ],
3816
- "contributors": [],
3817
4356
  "compatibility": {
3818
4357
  "nuxt": "^2.0.0",
3819
4358
  "requires": {}
@@ -3823,7 +4362,7 @@
3823
4362
  "name": "sweetalert2",
3824
4363
  "description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
3825
4364
  "repo": "ImreC/nuxt-sweetalert2",
3826
- "npm": "",
4365
+ "npm": "nuxt-sweetalert2",
3827
4366
  "icon": "",
3828
4367
  "github": "https://github.com/ImreC/nuxt-sweetalert2",
3829
4368
  "website": "https://github.com/ImreC/nuxt-sweetalert2",
@@ -3836,7 +4375,6 @@
3836
4375
  "github": "ImreC"
3837
4376
  }
3838
4377
  ],
3839
- "contributors": [],
3840
4378
  "compatibility": {
3841
4379
  "nuxt": "^2.0.0",
3842
4380
  "requires": {}
@@ -3846,7 +4384,7 @@
3846
4384
  "name": "tailwindcss",
3847
4385
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
3848
4386
  "repo": "nuxt-community/tailwindcss-module",
3849
- "npm": "",
4387
+ "npm": "@nuxtjs/tailwindcss",
3850
4388
  "icon": "tailwindcss.png",
3851
4389
  "github": "https://github.com/nuxt-community/tailwindcss-module",
3852
4390
  "website": "https://tailwindcss.nuxtjs.org",
@@ -3860,7 +4398,6 @@
3860
4398
  "twitter": "Atinux"
3861
4399
  }
3862
4400
  ],
3863
- "contributors": [],
3864
4401
  "compatibility": {
3865
4402
  "nuxt": "^2.0.0 || ^3.0.0",
3866
4403
  "requires": {}
@@ -3870,7 +4407,7 @@
3870
4407
  "name": "tiktok-analytics",
3871
4408
  "description": "",
3872
4409
  "repo": "stickpro/nuxt-tiktok-analytics",
3873
- "npm": "",
4410
+ "npm": "tiktok-analytics",
3874
4411
  "icon": "",
3875
4412
  "github": "https://github.com/stickpro/nuxt-tiktok-analytics",
3876
4413
  "website": "https://github.com/stickpro/nuxt-tiktok-analytics",
@@ -3884,7 +4421,6 @@
3884
4421
  "avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
3885
4422
  }
3886
4423
  ],
3887
- "contributors": [],
3888
4424
  "compatibility": {
3889
4425
  "nuxt": "^2.0.0",
3890
4426
  "requires": {}
@@ -3894,7 +4430,7 @@
3894
4430
  "name": "toast",
3895
4431
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
3896
4432
  "repo": "nuxt-community/modules#master/packages/toast",
3897
- "npm": "",
4433
+ "npm": "@nuxtjs/toast",
3898
4434
  "icon": "",
3899
4435
  "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
3900
4436
  "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
@@ -3908,17 +4444,41 @@
3908
4444
  "twitter": "_pi0_"
3909
4445
  }
3910
4446
  ],
3911
- "contributors": [],
3912
4447
  "compatibility": {
3913
4448
  "nuxt": "^2.0.0",
3914
4449
  "requires": {}
3915
4450
  }
3916
4451
  },
4452
+ {
4453
+ "name": "turnstile",
4454
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4455
+ "repo": "danielroe/nuxt-turnstile",
4456
+ "npm": "nuxt-turnstile",
4457
+ "icon": "cloudflare.svg",
4458
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4459
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4460
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4461
+ "category": "Security",
4462
+ "type": "3rd-party",
4463
+ "maintainers": [
4464
+ {
4465
+ "name": "Daniel Roe",
4466
+ "github": "danielroe",
4467
+ "twitter": "danielcroe"
4468
+ }
4469
+ ],
4470
+ "compatibility": {
4471
+ "nuxt": "^2.0.0 || ^3.0.0",
4472
+ "requires": {
4473
+ "bridge": true
4474
+ }
4475
+ }
4476
+ },
3917
4477
  {
3918
4478
  "name": "twa",
3919
4479
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
3920
4480
  "repo": "tuarrep/nuxt-twa",
3921
- "npm": "",
4481
+ "npm": "nuxt-twa",
3922
4482
  "icon": "",
3923
4483
  "github": "https://github.com/tuarrep/nuxt-twa",
3924
4484
  "website": "https://nuxt-twa.tuarrep.dev",
@@ -3931,7 +4491,6 @@
3931
4491
  "github": "tuarrep"
3932
4492
  }
3933
4493
  ],
3934
- "contributors": [],
3935
4494
  "compatibility": {
3936
4495
  "nuxt": "^2.0.0",
3937
4496
  "requires": {
@@ -3939,12 +4498,45 @@
3939
4498
  }
3940
4499
  }
3941
4500
  },
4501
+ {
4502
+ "name": "twicpics",
4503
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4504
+ "repo": "TwicPics/components",
4505
+ "npm": "@twicpics/components",
4506
+ "icon": "twicpics.svg",
4507
+ "github": "https://github.com/TwicPics/components",
4508
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4509
+ "learn_more": "https://www.twicpics.com",
4510
+ "category": "Images",
4511
+ "type": "3rd-party",
4512
+ "maintainers": [
4513
+ {
4514
+ "name": "Florent Bourgeois",
4515
+ "github": "florentb",
4516
+ "twitter": "florent_b"
4517
+ },
4518
+ {
4519
+ "name": "Julian Aubourg",
4520
+ "github": "jaubourg",
4521
+ "twitter": "jaubourg"
4522
+ },
4523
+ {
4524
+ "name": "Miguel Beignon",
4525
+ "github": "mbgspcii",
4526
+ "twitter": "m_beignon"
4527
+ }
4528
+ ],
4529
+ "compatibility": {
4530
+ "nuxt": "^2.0.0 || ^3.0.0",
4531
+ "requires": {}
4532
+ }
4533
+ },
3942
4534
  {
3943
4535
  "name": "typed-router",
3944
4536
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
3945
4537
  "repo": "victorgarciaesgi/nuxt-typed-router",
3946
- "npm": "",
3947
- "icon": "vue.png",
4538
+ "npm": "nuxt-typed-router",
4539
+ "icon": "typed-router.png",
3948
4540
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
3949
4541
  "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
3950
4542
  "learn_more": "",
@@ -3956,17 +4548,41 @@
3956
4548
  "github": "victorgarciaesgi"
3957
4549
  }
3958
4550
  ],
3959
- "contributors": [],
3960
4551
  "compatibility": {
3961
- "nuxt": "^2.0.0",
4552
+ "nuxt": "^2.0.0 || ^3.0.0",
3962
4553
  "requires": {}
3963
4554
  }
3964
4555
  },
4556
+ {
4557
+ "name": "typed-vuex",
4558
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
4559
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4560
+ "npm": "nuxt-typed-vuex",
4561
+ "icon": "vue.png",
4562
+ "github": "https://github.com/danielroe/typed-vuex",
4563
+ "website": "https://github.com/danielroe/typed-vuex",
4564
+ "learn_more": "",
4565
+ "category": "Libraries",
4566
+ "type": "3rd-party",
4567
+ "maintainers": [
4568
+ {
4569
+ "name": "Daniel Roe",
4570
+ "github": "danielroe",
4571
+ "twitter": "danielcroe"
4572
+ }
4573
+ ],
4574
+ "compatibility": {
4575
+ "nuxt": "^2.0.0",
4576
+ "requires": {
4577
+ "bridge": "optional"
4578
+ }
4579
+ }
4580
+ },
3965
4581
  {
3966
4582
  "name": "typescript-runtime",
3967
4583
  "description": "TypeScript Runtime support for Nuxt",
3968
4584
  "repo": "nuxt/typescript#master/packages/typescript-runtime",
3969
- "npm": "",
4585
+ "npm": "@nuxt/typescript-runtime",
3970
4586
  "icon": "typescript.svg",
3971
4587
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
3972
4588
  "website": "https://typescript.nuxtjs.org/guide/runtime.html",
@@ -3989,7 +4605,6 @@
3989
4605
  "twitter": "danielcroe"
3990
4606
  }
3991
4607
  ],
3992
- "contributors": [],
3993
4608
  "compatibility": {
3994
4609
  "nuxt": "^2.0.0",
3995
4610
  "requires": {}
@@ -3999,7 +4614,7 @@
3999
4614
  "name": "typescript",
4000
4615
  "description": "TypeScript Support for Nuxt",
4001
4616
  "repo": "nuxt/typescript#master/packages/typescript-build",
4002
- "npm": "",
4617
+ "npm": "@nuxt/typescript-build",
4003
4618
  "icon": "typescript.svg",
4004
4619
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
4005
4620
  "website": "https://typescript.nuxtjs.org",
@@ -4022,17 +4637,40 @@
4022
4637
  "twitter": "danielcroe"
4023
4638
  }
4024
4639
  ],
4025
- "contributors": [],
4026
4640
  "compatibility": {
4027
4641
  "nuxt": "^2.0.0",
4028
4642
  "requires": {}
4029
4643
  }
4030
4644
  },
4645
+ {
4646
+ "name": "umami",
4647
+ "description": "Embed the Umami analytics library into Nuxt",
4648
+ "repo": "ijkml/nuxt-umami",
4649
+ "npm": "nuxt-umami",
4650
+ "icon": "umami.svg",
4651
+ "github": "https://github.com/ijkml/nuxt-umami",
4652
+ "website": "https://github.com/ijkml/nuxt-umami",
4653
+ "learn_more": "https://umami.is/docs/",
4654
+ "category": "Analytics",
4655
+ "type": "3rd-party",
4656
+ "maintainers": [
4657
+ {
4658
+ "name": "ML",
4659
+ "github": "ijkml"
4660
+ }
4661
+ ],
4662
+ "compatibility": {
4663
+ "nuxt": "^2.0.0 || ^3.0.0",
4664
+ "requires": {
4665
+ "bridge": "optional"
4666
+ }
4667
+ }
4668
+ },
4031
4669
  {
4032
4670
  "name": "universal-storage",
4033
4671
  "description": "Universal Storage Utilities for Nuxt.js",
4034
4672
  "repo": "nuxt-community/universal-storage-module",
4035
- "npm": "",
4673
+ "npm": "@nuxtjs/universal-storage",
4036
4674
  "icon": "",
4037
4675
  "github": "https://github.com/nuxt-community/universal-storage-module",
4038
4676
  "website": "https://github.com/nuxt-community/universal-storage-module",
@@ -4051,17 +4689,42 @@
4051
4689
  "twitter": "farzadso"
4052
4690
  }
4053
4691
  ],
4054
- "contributors": [],
4055
4692
  "compatibility": {
4056
4693
  "nuxt": "^2.0.0",
4057
4694
  "requires": {}
4058
4695
  }
4059
4696
  },
4697
+ {
4698
+ "name": "unlighthouse",
4699
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4700
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4701
+ "npm": "@unlighthouse/nuxt",
4702
+ "icon": "unlighthouse.svg",
4703
+ "github": "https://github.com/harlan-zw/unlighthouse",
4704
+ "website": "https://github.com/harlan-zw/unlighthouse",
4705
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4706
+ "category": "Devtools",
4707
+ "type": "3rd-party",
4708
+ "maintainers": [
4709
+ {
4710
+ "name": "Harlan Wilton",
4711
+ "github": "harlan-zw",
4712
+ "twitter": "harlan_zw",
4713
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4714
+ }
4715
+ ],
4716
+ "compatibility": {
4717
+ "nuxt": "^2.0.0 || ^3.0.0",
4718
+ "requires": {
4719
+ "bridge": "optional"
4720
+ }
4721
+ }
4722
+ },
4060
4723
  {
4061
4724
  "name": "unocss",
4062
4725
  "description": "The instant on-demand atomic CSS engine.",
4063
4726
  "repo": "antfu/unocss#main/packages/nuxt",
4064
- "npm": "",
4727
+ "npm": "@unocss/nuxt",
4065
4728
  "icon": "unocss.svg",
4066
4729
  "github": "https://github.com/antfu/unocss",
4067
4730
  "website": "https://github.com/antfu/unocss",
@@ -4076,7 +4739,6 @@
4076
4739
  "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
4077
4740
  }
4078
4741
  ],
4079
- "contributors": [],
4080
4742
  "compatibility": {
4081
4743
  "nuxt": "^2.0.0 || ^3.0.0",
4082
4744
  "requires": {
@@ -4088,7 +4750,7 @@
4088
4750
  "name": "user-agent",
4089
4751
  "description": "Nuxt.js module for handling User-Agent.",
4090
4752
  "repo": "fukuiretu/nuxt-user-agent",
4091
- "npm": "",
4753
+ "npm": "nuxt-user-agent",
4092
4754
  "icon": "",
4093
4755
  "github": "https://github.com/fukuiretu/nuxt-user-agent",
4094
4756
  "website": "https://github.com/fukuiretu/nuxt-user-agent",
@@ -4101,7 +4763,6 @@
4101
4763
  "github": "fukuiretu"
4102
4764
  }
4103
4765
  ],
4104
- "contributors": [],
4105
4766
  "compatibility": {
4106
4767
  "nuxt": "^2.0.0",
4107
4768
  "requires": {}
@@ -4111,7 +4772,7 @@
4111
4772
  "name": "validate",
4112
4773
  "description": "Simple Nuxt input validation module using vee-validate",
4113
4774
  "repo": "lewyuburi/nuxt-validate",
4114
- "npm": "",
4775
+ "npm": "nuxt-validate",
4115
4776
  "icon": "vee-validate.png",
4116
4777
  "github": "https://github.com/lewyuburi/nuxt-validate",
4117
4778
  "website": "https://github.com/lewyuburi/nuxt-validate",
@@ -4124,7 +4785,6 @@
4124
4785
  "github": "lewyuburi"
4125
4786
  }
4126
4787
  ],
4127
- "contributors": [],
4128
4788
  "compatibility": {
4129
4789
  "nuxt": "^2.0.0",
4130
4790
  "requires": {}
@@ -4134,7 +4794,7 @@
4134
4794
  "name": "vendor",
4135
4795
  "description": "directly serve node_modules",
4136
4796
  "repo": "nuxt-community/modules#master/packages/vendor",
4137
- "npm": "",
4797
+ "npm": "@nuxtjs/vendor",
4138
4798
  "icon": "",
4139
4799
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
4140
4800
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
@@ -4148,7 +4808,6 @@
4148
4808
  "twitter": "_pi0_"
4149
4809
  }
4150
4810
  ],
4151
- "contributors": [],
4152
4811
  "compatibility": {
4153
4812
  "nuxt": "^2.0.0",
4154
4813
  "requires": {}
@@ -4158,7 +4817,7 @@
4158
4817
  "name": "vue-material",
4159
4818
  "description": "Module to join nuxt and vue-material framework so you can build well-designed apps with dynamic themes and components with an ease-to-use API.",
4160
4819
  "repo": "vaso2/nuxt-vue-material",
4161
- "npm": "",
4820
+ "npm": "nuxt-vue-material",
4162
4821
  "icon": "vue-material.png",
4163
4822
  "github": "https://github.com/vaso2/nuxt-vue-material",
4164
4823
  "website": "https://github.com/vaso2/nuxt-vue-material",
@@ -4171,7 +4830,6 @@
4171
4830
  "github": "vaso2"
4172
4831
  }
4173
4832
  ],
4174
- "contributors": [],
4175
4833
  "compatibility": {
4176
4834
  "nuxt": "^2.0.0",
4177
4835
  "requires": {}
@@ -4181,7 +4839,7 @@
4181
4839
  "name": "vue-multiselect",
4182
4840
  "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
4183
4841
  "repo": "spektrummedia/nuxt-vue-multiselect",
4184
- "npm": "",
4842
+ "npm": "nuxt-vue-multiselect",
4185
4843
  "icon": "",
4186
4844
  "github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
4187
4845
  "website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
@@ -4194,7 +4852,28 @@
4194
4852
  "github": "spektrummedia"
4195
4853
  }
4196
4854
  ],
4197
- "contributors": [],
4855
+ "compatibility": {
4856
+ "nuxt": "^2.0.0",
4857
+ "requires": {}
4858
+ }
4859
+ },
4860
+ {
4861
+ "name": "vue-plausible",
4862
+ "description": "Plausible analytics for Vue.js and Nuxt",
4863
+ "repo": "moritzsternemann/vue-plausible",
4864
+ "npm": "vue-plausible",
4865
+ "icon": "plausible.png",
4866
+ "github": "https://github.com/moritzsternemann/vue-plausible",
4867
+ "website": "https://github.com/moritzsternemann/vue-plausible",
4868
+ "learn_more": "",
4869
+ "category": "Analytics",
4870
+ "type": "3rd-party",
4871
+ "maintainers": [
4872
+ {
4873
+ "name": "moritzsternemann",
4874
+ "github": "moritzsternemann"
4875
+ }
4876
+ ],
4198
4877
  "compatibility": {
4199
4878
  "nuxt": "^2.0.0",
4200
4879
  "requires": {}
@@ -4204,7 +4883,7 @@
4204
4883
  "name": "vue-select",
4205
4884
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
4206
4885
  "repo": "madmod/nuxt-vue-select",
4207
- "npm": "",
4886
+ "npm": "nuxt-vue-select",
4208
4887
  "icon": "",
4209
4888
  "github": "https://github.com/madmod/nuxt-vue-select",
4210
4889
  "website": "https://github.com/madmod/nuxt-vue-select",
@@ -4217,17 +4896,41 @@
4217
4896
  "github": "madmod"
4218
4897
  }
4219
4898
  ],
4220
- "contributors": [],
4221
4899
  "compatibility": {
4222
4900
  "nuxt": "^2.0.0",
4223
4901
  "requires": {}
4224
4902
  }
4225
4903
  },
4904
+ {
4905
+ "name": "vue-transitions",
4906
+ "description": "Reusable interface transitions with no CSS needed ❤️",
4907
+ "repo": "MorevM/vue-transitions",
4908
+ "npm": "@morev/vue-transitions",
4909
+ "icon": "vue-transitions.svg",
4910
+ "github": "https://github.com/MorevM/vue-transitions",
4911
+ "website": "https://github.com/MorevM/vue-transitions#readme",
4912
+ "learn_more": "",
4913
+ "category": "UI",
4914
+ "type": "3rd-party",
4915
+ "maintainers": [
4916
+ {
4917
+ "name": "Maxim Morev",
4918
+ "github": "MorevM",
4919
+ "avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
4920
+ }
4921
+ ],
4922
+ "compatibility": {
4923
+ "nuxt": "^2.0.0 || ^3.0.0",
4924
+ "requires": {
4925
+ "bridge": "optional"
4926
+ }
4927
+ }
4928
+ },
4226
4929
  {
4227
4930
  "name": "vue-warehouse",
4228
4931
  "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
4229
4932
  "repo": "juliomrqz/vue-warehouse",
4230
- "npm": "",
4933
+ "npm": "vue-warehouse",
4231
4934
  "icon": "",
4232
4935
  "github": "https://github.com/juliomrqz/vue-warehouse",
4233
4936
  "website": "https://marquez.co/docs/vue-warehouse",
@@ -4241,17 +4944,38 @@
4241
4944
  "twitter": "juliomrqz"
4242
4945
  }
4243
4946
  ],
4244
- "contributors": [],
4245
4947
  "compatibility": {
4246
4948
  "nuxt": "^2.0.0",
4247
4949
  "requires": {}
4248
4950
  }
4249
4951
  },
4952
+ {
4953
+ "name": "vuestic",
4954
+ "description": "Vuestic UI module for Nuxt 3",
4955
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4956
+ "npm": "@vuestic/nuxt",
4957
+ "icon": "vuestic.png",
4958
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4959
+ "website": "https://vuestic.dev",
4960
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4961
+ "category": "UI",
4962
+ "type": "3rd-party",
4963
+ "maintainers": [
4964
+ {
4965
+ "name": "epicmaxco",
4966
+ "github": "epicmaxco"
4967
+ }
4968
+ ],
4969
+ "compatibility": {
4970
+ "nuxt": "^3.0.0",
4971
+ "requires": {}
4972
+ }
4973
+ },
4250
4974
  {
4251
4975
  "name": "vuetify",
4252
4976
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
4253
4977
  "repo": "nuxt-community/vuetify-module",
4254
- "npm": "",
4978
+ "npm": "@nuxtjs/vuetify",
4255
4979
  "icon": "vuetify.png",
4256
4980
  "github": "https://github.com/nuxt-community/vuetify-module",
4257
4981
  "website": "https://github.com/nuxt-community/vuetify-module",
@@ -4269,7 +4993,6 @@
4269
4993
  "twitter": "_pi0_"
4270
4994
  }
4271
4995
  ],
4272
- "contributors": [],
4273
4996
  "compatibility": {
4274
4997
  "nuxt": "^2.0.0",
4275
4998
  "requires": {}
@@ -4278,8 +5001,8 @@
4278
5001
  {
4279
5002
  "name": "vueuse",
4280
5003
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4281
- "repo": "vueuse/vueuse#main/packages/core",
4282
- "npm": "",
5004
+ "repo": "vueuse/vueuse#main/packages/nuxt",
5005
+ "npm": "@vueuse/nuxt",
4283
5006
  "icon": "vueuse.svg",
4284
5007
  "github": "https://github.com/vueuse/vueuse",
4285
5008
  "website": "https://vueuse.org",
@@ -4293,7 +5016,6 @@
4293
5016
  "twitter": "antfu7"
4294
5017
  }
4295
5018
  ],
4296
- "contributors": [],
4297
5019
  "compatibility": {
4298
5020
  "nuxt": "^2.0.0 || ^3.0.0",
4299
5021
  "requires": {
@@ -4305,7 +5027,7 @@
4305
5027
  "name": "vuex-router-sync",
4306
5028
  "description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
4307
5029
  "repo": "paulgv/nuxt-vuex-router-sync",
4308
- "npm": "",
5030
+ "npm": "nuxt-vuex-router-sync",
4309
5031
  "icon": "",
4310
5032
  "github": "https://github.com/paulgv/nuxt-vuex-router-sync",
4311
5033
  "website": "https://github.com/paulgv/nuxt-vuex-router-sync",
@@ -4318,7 +5040,6 @@
4318
5040
  "github": "paulgv"
4319
5041
  }
4320
5042
  ],
4321
- "contributors": [],
4322
5043
  "compatibility": {
4323
5044
  "nuxt": "^2.0.0",
4324
5045
  "requires": {}
@@ -4328,8 +5049,8 @@
4328
5049
  "name": "web-vitals",
4329
5050
  "description": "Web Vitals for Nuxt",
4330
5051
  "repo": "nuxt-community/web-vitals-module",
4331
- "npm": "",
4332
- "icon": "",
5052
+ "npm": "@nuxtjs/web-vitals",
5053
+ "icon": "web-vitals.png",
4333
5054
  "github": "https://github.com/nuxt-community/web-vitals-module",
4334
5055
  "website": "https://github.com/nuxt-community/web-vitals-module",
4335
5056
  "learn_more": "",
@@ -4351,31 +5072,31 @@
4351
5072
  "twitter": "Atinux"
4352
5073
  }
4353
5074
  ],
4354
- "contributors": [],
4355
5075
  "compatibility": {
4356
- "nuxt": "^2.0.0",
4357
- "requires": {}
5076
+ "nuxt": "^2.0.0 || ^3.0.0",
5077
+ "requires": {
5078
+ "bridge": "optional"
5079
+ }
4358
5080
  }
4359
5081
  },
4360
5082
  {
4361
5083
  "name": "web3js",
4362
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
4363
- "repo": "fauzan121002/nuxt-web3",
4364
- "npm": "",
5084
+ "description": "Web3.js module integration for Nuxt.js",
5085
+ "repo": "bl0cknumber/nuxt-web3",
5086
+ "npm": "nuxt-web3",
4365
5087
  "icon": "web3js.svg",
4366
- "github": "https://github.com/fauzan121002/nuxt-web3",
4367
- "website": "https://github.com/fauzan121002/nuxt-web3",
5088
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
5089
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
4368
5090
  "learn_more": "https://web3js.readthedocs.io/",
4369
5091
  "category": "Libraries",
4370
5092
  "type": "3rd-party",
4371
5093
  "maintainers": [
4372
5094
  {
4373
5095
  "name": "Muhammad Fauzan",
4374
- "github": "fauzan121002",
4375
- "twitter": "fauzandev"
5096
+ "github": "bl0cknumber",
5097
+ "twitter": "fncolon"
4376
5098
  }
4377
5099
  ],
4378
- "contributors": [],
4379
5100
  "compatibility": {
4380
5101
  "nuxt": "^2.0.0",
4381
5102
  "requires": {}
@@ -4385,7 +5106,7 @@
4385
5106
  "name": "webfontloader",
4386
5107
  "description": "Efficient web font loading has never been easier!",
4387
5108
  "repo": "Developmint/nuxt-webfontloader",
4388
- "npm": "",
5109
+ "npm": "nuxt-webfontloader",
4389
5110
  "icon": "",
4390
5111
  "github": "https://github.com/Developmint/nuxt-webfontloader",
4391
5112
  "website": "https://github.com/Developmint/nuxt-webfontloader",
@@ -4398,7 +5119,6 @@
4398
5119
  "github": "Developmint"
4399
5120
  }
4400
5121
  ],
4401
- "contributors": [],
4402
5122
  "compatibility": {
4403
5123
  "nuxt": "^2.0.0",
4404
5124
  "requires": {}
@@ -4408,7 +5128,7 @@
4408
5128
  "name": "webpack-optimisations",
4409
5129
  "description": "Nuxt.js v2 module to automatically make your builds faster.",
4410
5130
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
4411
- "npm": "",
5131
+ "npm": "nuxt-webpack-optimisations",
4412
5132
  "icon": "build-optimisations.svg",
4413
5133
  "github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4414
5134
  "website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
@@ -4421,7 +5141,6 @@
4421
5141
  "github": "harlan-zw"
4422
5142
  }
4423
5143
  ],
4424
- "contributors": [],
4425
5144
  "compatibility": {
4426
5145
  "nuxt": "^2.0.0",
4427
5146
  "requires": {
@@ -4433,7 +5152,7 @@
4433
5152
  "name": "webpack-profile",
4434
5153
  "description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
4435
5154
  "repo": "nuxt-community/webpack-profile-module",
4436
- "npm": "",
5155
+ "npm": "@nuxtjs/webpack-profile",
4437
5156
  "icon": "webpack.png",
4438
5157
  "github": "https://github.com/nuxt-community/webpack-profile-module",
4439
5158
  "website": "https://github.com/nuxt-community/webpack-profile-module",
@@ -4447,7 +5166,6 @@
4447
5166
  "twitter": "_pi0_"
4448
5167
  }
4449
5168
  ],
4450
- "contributors": [],
4451
5169
  "compatibility": {
4452
5170
  "nuxt": "^2.0.0",
4453
5171
  "requires": {}
@@ -4457,7 +5175,7 @@
4457
5175
  "name": "webpackdashboard",
4458
5176
  "description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
4459
5177
  "repo": "paulgv/nuxt-webpackdashboard",
4460
- "npm": "",
5178
+ "npm": "nuxt-webpackdashboard",
4461
5179
  "icon": "webpack.png",
4462
5180
  "github": "https://github.com/paulgv/nuxt-webpackdashboard",
4463
5181
  "website": "https://github.com/paulgv/nuxt-webpackdashboard",
@@ -4470,7 +5188,6 @@
4470
5188
  "github": "paulgv"
4471
5189
  }
4472
5190
  ],
4473
- "contributors": [],
4474
5191
  "compatibility": {
4475
5192
  "nuxt": "^2.0.0",
4476
5193
  "requires": {}
@@ -4480,7 +5197,7 @@
4480
5197
  "name": "webpackmonitor",
4481
5198
  "description": "Monitor Nuxt webpack optimization metrics through the development process",
4482
5199
  "repo": "nuxt-community/webpackmonitor-module",
4483
- "npm": "",
5200
+ "npm": "@nuxtjs/webpackmonitor",
4484
5201
  "icon": "webpack.png",
4485
5202
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
4486
5203
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
@@ -4494,7 +5211,6 @@
4494
5211
  "twitter": "_pi0_"
4495
5212
  }
4496
5213
  ],
4497
- "contributors": [],
4498
5214
  "compatibility": {
4499
5215
  "nuxt": "^2.0.0",
4500
5216
  "requires": {}
@@ -4504,7 +5220,7 @@
4504
5220
  "name": "windicss",
4505
5221
  "description": "Next generation utility-first CSS framework.",
4506
5222
  "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
4507
- "npm": "",
5223
+ "npm": "nuxt-windicss",
4508
5224
  "icon": "windicss.svg",
4509
5225
  "github": "https://github.com/windicss/nuxt-windicss-module",
4510
5226
  "website": "https://github.com/windicss/nuxt-windicss-module",
@@ -4523,7 +5239,6 @@
4523
5239
  "twitter": "antfu7"
4524
5240
  }
4525
5241
  ],
4526
- "contributors": [],
4527
5242
  "compatibility": {
4528
5243
  "nuxt": "^2.0.0 || ^3.0.0",
4529
5244
  "requires": {
@@ -4535,7 +5250,7 @@
4535
5250
  "name": "winston-log",
4536
5251
  "description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
4537
5252
  "repo": "aaronransley/nuxt-winston-log",
4538
- "npm": "",
5253
+ "npm": "nuxt-winston-log",
4539
5254
  "icon": "winston.png",
4540
5255
  "github": "https://github.com/aaronransley/nuxt-winston-log",
4541
5256
  "website": "https://github.com/aaronransley/nuxt-winston-log",
@@ -4548,7 +5263,6 @@
4548
5263
  "github": "aaronransley"
4549
5264
  }
4550
5265
  ],
4551
- "contributors": [],
4552
5266
  "compatibility": {
4553
5267
  "nuxt": "^2.0.0",
4554
5268
  "requires": {}
@@ -4558,7 +5272,7 @@
4558
5272
  "name": "wp-nuxt",
4559
5273
  "description": "The module adds a Wordpress Rest API to your nuxt application",
4560
5274
  "repo": "yashha/wp-nuxt",
4561
- "npm": "",
5275
+ "npm": "wp-nuxt",
4562
5276
  "icon": "wordpress.png",
4563
5277
  "github": "https://github.com/yashha/wp-nuxt",
4564
5278
  "website": "https://github.com/yashha/wp-nuxt",
@@ -4571,7 +5285,6 @@
4571
5285
  "github": "yashha"
4572
5286
  }
4573
5287
  ],
4574
- "contributors": [],
4575
5288
  "compatibility": {
4576
5289
  "nuxt": "^2.0.0",
4577
5290
  "requires": {}
@@ -4581,7 +5294,7 @@
4581
5294
  "name": "xhr-cache",
4582
5295
  "description": "Cache api resources and serve it as static resource",
4583
5296
  "repo": "gaetansenn/xhr-cache",
4584
- "npm": "",
5297
+ "npm": "@dewib/xhr-cache",
4585
5298
  "icon": "",
4586
5299
  "github": "https://github.com/gaetansenn/xhr-cache",
4587
5300
  "website": "https://xhr-cache.dewib.com",
@@ -4594,17 +5307,41 @@
4594
5307
  "github": "gaetansenn"
4595
5308
  }
4596
5309
  ],
4597
- "contributors": [],
4598
5310
  "compatibility": {
4599
5311
  "nuxt": "^2.0.0",
4600
5312
  "requires": {}
4601
5313
  }
4602
5314
  },
5315
+ {
5316
+ "name": "xstate",
5317
+ "description": "XState integration for Nuxt",
5318
+ "repo": "Lexpeartha/nuxt-xstate",
5319
+ "npm": "nuxt-xstate",
5320
+ "icon": "xstate.svg",
5321
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
5322
+ "website": "https://nuxt-xstate.lexpeartha.com",
5323
+ "learn_more": "https://xstate.js.org/",
5324
+ "category": "Extensions",
5325
+ "type": "3rd-party",
5326
+ "maintainers": [
5327
+ {
5328
+ "name": "Lexpeartha",
5329
+ "github": "Lexpeartha",
5330
+ "twitter": "lexpeartha"
5331
+ }
5332
+ ],
5333
+ "compatibility": {
5334
+ "nuxt": "^2.0.0 || ^3.0.0",
5335
+ "requires": {
5336
+ "bridge": true
5337
+ }
5338
+ }
5339
+ },
4603
5340
  {
4604
5341
  "name": "xui",
4605
5342
  "description": "Light module to help design websites with Nuxt.",
4606
5343
  "repo": "MetaCorp/xui-module",
4607
- "npm": "",
5344
+ "npm": "xui-module",
4608
5345
  "icon": "",
4609
5346
  "github": "https://github.com/MetaCorp/xui-module",
4610
5347
  "website": "https://github.com/MetaCorp/xui-module",
@@ -4617,7 +5354,6 @@
4617
5354
  "github": "MetaCorp"
4618
5355
  }
4619
5356
  ],
4620
- "contributors": [],
4621
5357
  "compatibility": {
4622
5358
  "nuxt": "^2.0.0",
4623
5359
  "requires": {}
@@ -4627,7 +5363,7 @@
4627
5363
  "name": "yandex-metrika",
4628
5364
  "description": "Yandex metrika Module for Nuxt.js",
4629
5365
  "repo": "nuxt-community/yandex-metrika-module",
4630
- "npm": "",
5366
+ "npm": "@nuxtjs/yandex-metrika",
4631
5367
  "icon": "",
4632
5368
  "github": "https://github.com/nuxt-community/yandex-metrika-module",
4633
5369
  "website": "https://github.com/nuxt-community/yandex-metrika-module",
@@ -4641,7 +5377,6 @@
4641
5377
  "twitter": "_pi0_"
4642
5378
  }
4643
5379
  ],
4644
- "contributors": [],
4645
5380
  "compatibility": {
4646
5381
  "nuxt": "^2.0.0",
4647
5382
  "requires": {}
@@ -4651,7 +5386,7 @@
4651
5386
  "name": "zendesk",
4652
5387
  "description": "Nuxt.js module for Zendesk",
4653
5388
  "repo": "DansMaCulotte/nuxt-zendesk",
4654
- "npm": "",
5389
+ "npm": "@dansmaculotte/nuxt-zendesk",
4655
5390
  "icon": "zendesk.png",
4656
5391
  "github": "https://github.com/DansMaCulotte/nuxt-zendesk",
4657
5392
  "website": "https://github.com/DansMaCulotte/nuxt-zendesk",
@@ -4664,7 +5399,6 @@
4664
5399
  "github": "DansMaCulotte"
4665
5400
  }
4666
5401
  ],
4667
- "contributors": [],
4668
5402
  "compatibility": {
4669
5403
  "nuxt": "^2.0.0",
4670
5404
  "requires": {}