@nuxt/modules 0.5.0-9eb8bf → 0.5.0-a51c54

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 +1198 -496
  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,7 +44,6 @@
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": {}
@@ -54,10 +52,10 @@
54
52
  {
55
53
  "name": "algolia",
56
54
  "description": "Algolia Search Module for Nuxt 3",
57
- "repo": "nuxt-community/algolia-module",
58
- "npm": "",
55
+ "repo": "nuxt-modules/algolia",
56
+ "npm": "@nuxtjs/algolia",
59
57
  "icon": "algolia.svg",
60
- "github": "https://github.com/nuxt-community/algolia-module",
58
+ "github": "https://github.com/nuxt-modules/algolia",
61
59
  "website": "https://algolia.nuxtjs.org/",
62
60
  "learn_more": "https://algolia.nuxtjs.org/",
63
61
  "category": "Libraries",
@@ -74,20 +72,18 @@
74
72
  "avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
75
73
  }
76
74
  ],
77
- "contributors": [],
78
75
  "compatibility": {
79
- "nuxt": "^2.0.0",
80
- "requires": {},
81
- "2.x": "working",
82
- "2.x-bridge": "working",
83
- "3.x": "working"
76
+ "nuxt": "^2.0.0 || ^3.0.0",
77
+ "requires": {
78
+ "bridge": true
79
+ }
84
80
  }
85
81
  },
86
82
  {
87
83
  "name": "alias",
88
84
  "description": "It automatically creates an alias for the components and page of the path",
89
85
  "repo": "kdydesign/nuxt-alias-module",
90
- "npm": "",
86
+ "npm": "nuxt-alias",
91
87
  "icon": "",
92
88
  "github": "https://github.com/kdydesign/nuxt-alias-module",
93
89
  "website": "https://github.com/kdydesign/nuxt-alias-module",
@@ -100,7 +96,6 @@
100
96
  "github": "kdydesign"
101
97
  }
102
98
  ],
103
- "contributors": [],
104
99
  "compatibility": {
105
100
  "nuxt": "^2.0.0",
106
101
  "requires": {}
@@ -110,7 +105,7 @@
110
105
  "name": "amp",
111
106
  "description": "AMP (Accelerated Mobile Pages) module for Nuxt",
112
107
  "repo": "nuxt-community/amp-module",
113
- "npm": "",
108
+ "npm": "@nuxtjs/amp",
114
109
  "icon": "amp.png",
115
110
  "github": "https://github.com/nuxt-community/amp-module",
116
111
  "website": "https://github.com/nuxt-community/amp-module",
@@ -124,7 +119,6 @@
124
119
  "twitter": "a_birang"
125
120
  }
126
121
  ],
127
- "contributors": [],
128
122
  "compatibility": {
129
123
  "nuxt": "^2.0.0",
130
124
  "requires": {}
@@ -134,7 +128,7 @@
134
128
  "name": "animejs",
135
129
  "description": "Anime.js module for Nuxt.js",
136
130
  "repo": "ivodolenc/nuxt-animejs",
137
- "npm": "",
131
+ "npm": "nuxt-animejs",
138
132
  "icon": "",
139
133
  "github": "https://github.com/ivodolenc/nuxt-animejs",
140
134
  "website": "https://github.com/ivodolenc/nuxt-animejs",
@@ -147,17 +141,40 @@
147
141
  "github": "ivodolenc"
148
142
  }
149
143
  ],
150
- "contributors": [],
151
144
  "compatibility": {
152
145
  "nuxt": "^2.0.0",
153
146
  "requires": {}
154
147
  }
155
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
+ },
156
173
  {
157
174
  "name": "apis-to-file",
158
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",
159
176
  "repo": "Luxdamore/nuxt-apis-to-file",
160
- "npm": "",
177
+ "npm": "@luxdamore/nuxt-apis-to-file",
161
178
  "icon": "",
162
179
  "github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
163
180
  "website": "https://luxdamore.github.io/nuxt-apis-to-file/",
@@ -172,7 +189,6 @@
172
189
  "avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
173
190
  }
174
191
  ],
175
- "contributors": [],
176
192
  "compatibility": {
177
193
  "nuxt": "^2.0.0",
178
194
  "requires": {}
@@ -181,27 +197,24 @@
181
197
  {
182
198
  "name": "apollo",
183
199
  "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
184
- "repo": "nuxt-community/apollo-module",
185
- "npm": "",
200
+ "repo": "nuxt-modules/apollo",
201
+ "npm": "@nuxtjs/apollo",
186
202
  "icon": "apollo.png",
187
- "github": "https://github.com/nuxt-community/apollo-module",
188
- "website": "https://github.com/nuxt-community/apollo-module",
203
+ "github": "https://github.com/nuxt-modules/apollo",
204
+ "website": "https://apollo.nuxtjs.org",
189
205
  "learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
190
206
  "category": "Request",
191
207
  "type": "community",
192
208
  "maintainers": [
193
209
  {
194
- "name": "Lam Kieu",
195
- "github": "kieusonlam"
196
- },
197
- {
198
- "name": "Dominic Garms",
199
- "github": "dohomi"
210
+ "name": "Conrawl Rogers",
211
+ "github": "diizzayy",
212
+ "twitter": "diizzayy",
213
+ "avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
200
214
  }
201
215
  ],
202
- "contributors": [],
203
216
  "compatibility": {
204
- "nuxt": "^2.0.0",
217
+ "nuxt": "^2.0.0 || ^3.0.0",
205
218
  "requires": {}
206
219
  }
207
220
  },
@@ -209,7 +222,7 @@
209
222
  "name": "applicationinsights",
210
223
  "description": "AppInsights module for Nuxt.js",
211
224
  "repo": "nuxt-community/applicationinsights-module",
212
- "npm": "",
225
+ "npm": "@nuxtjs/applicationinsights",
213
226
  "icon": "application-insights.png",
214
227
  "github": "https://github.com/nuxt-community/applicationinsights-module",
215
228
  "website": "https://github.com/nuxt-community/applicationinsights-module",
@@ -222,7 +235,6 @@
222
235
  "github": "aldarund"
223
236
  }
224
237
  ],
225
- "contributors": [],
226
238
  "compatibility": {
227
239
  "nuxt": "^2.0.0",
228
240
  "requires": {}
@@ -232,7 +244,7 @@
232
244
  "name": "appwrite",
233
245
  "description": "Appwrite module for Nuxt",
234
246
  "repo": "Hrdtr/nuxt-appwrite",
235
- "npm": "",
247
+ "npm": "nuxt-appwrite",
236
248
  "icon": "appwrite.png",
237
249
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
238
250
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
@@ -245,7 +257,6 @@
245
257
  "github": "Hrdtr"
246
258
  }
247
259
  ],
248
- "contributors": [],
249
260
  "compatibility": {
250
261
  "nuxt": "^2.0.0",
251
262
  "requires": {}
@@ -255,7 +266,7 @@
255
266
  "name": "auth",
256
267
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
257
268
  "repo": "nuxt-community/auth-module",
258
- "npm": "",
269
+ "npm": "@nuxtjs/auth",
259
270
  "icon": "auth.png",
260
271
  "github": "https://github.com/nuxt-community/auth-module",
261
272
  "website": "https://dev.auth.nuxtjs.org/",
@@ -273,7 +284,6 @@
273
284
  "github": "JoaoPedroAS51"
274
285
  }
275
286
  ],
276
- "contributors": [],
277
287
  "compatibility": {
278
288
  "nuxt": "^2.0.0",
279
289
  "requires": {}
@@ -283,7 +293,7 @@
283
293
  "name": "axios",
284
294
  "description": "Secure and easy Axios module with Nuxt.js",
285
295
  "repo": "nuxt-community/axios-module",
286
- "npm": "",
296
+ "npm": "@nuxtjs/axios",
287
297
  "icon": "axios.svg",
288
298
  "github": "https://github.com/nuxt-community/axios-module",
289
299
  "website": "https://axios.nuxtjs.org",
@@ -297,7 +307,6 @@
297
307
  "twitter": "_pi0_"
298
308
  }
299
309
  ],
300
- "contributors": [],
301
310
  "compatibility": {
302
311
  "nuxt": "^2.0.0",
303
312
  "requires": {}
@@ -307,7 +316,7 @@
307
316
  "name": "basic-auth",
308
317
  "description": "Provide basic authentication to your Nuxt.js application",
309
318
  "repo": "potato4d/nuxt-basic-auth-module",
310
- "npm": "",
319
+ "npm": "nuxt-basic-auth-module",
311
320
  "icon": "",
312
321
  "github": "https://github.com/potato4d/nuxt-basic-auth-module",
313
322
  "website": "https://github.com/potato4d/nuxt-basic-auth-module",
@@ -320,7 +329,6 @@
320
329
  "github": "potato4d"
321
330
  }
322
331
  ],
323
- "contributors": [],
324
332
  "compatibility": {
325
333
  "nuxt": "^2.0.0",
326
334
  "requires": {}
@@ -330,7 +338,7 @@
330
338
  "name": "bootstrap",
331
339
  "description": "Add Bootstrap to your Nuxt app in seconds.",
332
340
  "repo": "bootstrap-vue/bootstrap-vue",
333
- "npm": "",
341
+ "npm": "bootstrap-vue",
334
342
  "icon": "bootstrap.png",
335
343
  "github": "https://github.com/bootstrap-vue/bootstrap-vue",
336
344
  "website": "https://bootstrap-vue.org/docs#nuxtjs-module",
@@ -353,7 +361,6 @@
353
361
  "twitter": "jackmu95"
354
362
  }
355
363
  ],
356
- "contributors": [],
357
364
  "compatibility": {
358
365
  "nuxt": "^2.0.0",
359
366
  "requires": {}
@@ -363,7 +370,7 @@
363
370
  "name": "browserconfig",
364
371
  "description": "Adds XML browser configuration support",
365
372
  "repo": "nuxt-community/modules#master/packages/browserconfig",
366
- "npm": "",
373
+ "npm": "@nuxtjs/browserconfig",
367
374
  "icon": "",
368
375
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
369
376
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
@@ -377,7 +384,6 @@
377
384
  "twitter": "_pi0_"
378
385
  }
379
386
  ],
380
- "contributors": [],
381
387
  "compatibility": {
382
388
  "nuxt": "^2.0.0",
383
389
  "requires": {}
@@ -387,7 +393,7 @@
387
393
  "name": "buefy",
388
394
  "description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
389
395
  "repo": "buefy/nuxt-buefy",
390
- "npm": "",
396
+ "npm": "nuxt-buefy",
391
397
  "icon": "buefy.png",
392
398
  "github": "https://github.com/buefy/nuxt-buefy",
393
399
  "website": "https://github.com/buefy/nuxt-buefy",
@@ -400,7 +406,6 @@
400
406
  "github": "jtommy"
401
407
  }
402
408
  ],
403
- "contributors": [],
404
409
  "compatibility": {
405
410
  "nuxt": "^2.0.0",
406
411
  "requires": {}
@@ -408,9 +413,9 @@
408
413
  },
409
414
  {
410
415
  "name": "bugsnag",
411
- "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.",
412
417
  "repo": "JulianMar/nuxt-bugsnag",
413
- "npm": "",
418
+ "npm": "nuxt-bugsnag",
414
419
  "icon": "bugsnag.png",
415
420
  "github": "https://github.com/JulianMar/nuxt-bugsnag",
416
421
  "website": "https://github.com/JulianMar/nuxt-bugsnag",
@@ -420,20 +425,22 @@
420
425
  "maintainers": [
421
426
  {
422
427
  "name": "JulianMar",
423
- "github": "JulianMar"
428
+ "github": "JulianMar",
429
+ "twitter": "julian_martin96"
424
430
  }
425
431
  ],
426
- "contributors": [],
427
432
  "compatibility": {
428
- "nuxt": "^2.0.0",
429
- "requires": {}
433
+ "nuxt": "^2.0.0 || ^3.0.0",
434
+ "requires": {
435
+ "bridge": true
436
+ }
430
437
  }
431
438
  },
432
439
  {
433
440
  "name": "bulma-slim",
434
441
  "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
435
442
  "repo": "mustardamus/nuxt-bulma-slim",
436
- "npm": "",
443
+ "npm": "nuxt-bulma-slim",
437
444
  "icon": "bulma.png",
438
445
  "github": "https://github.com/mustardamus/nuxt-bulma-slim",
439
446
  "website": "https://github.com/mustardamus/nuxt-bulma-slim",
@@ -446,7 +453,6 @@
446
453
  "github": "mustardamus"
447
454
  }
448
455
  ],
449
- "contributors": [],
450
456
  "compatibility": {
451
457
  "nuxt": "^2.0.0",
452
458
  "requires": {}
@@ -456,7 +462,7 @@
456
462
  "name": "bundle-buddy",
457
463
  "description": "Don't fight your webpack bundle, become friends!",
458
464
  "repo": "Developmint/nuxt-bundle-buddy",
459
- "npm": "",
465
+ "npm": "nuxt-bundle-buddy",
460
466
  "icon": "",
461
467
  "github": "https://github.com/Developmint/nuxt-bundle-buddy",
462
468
  "website": "https://github.com/Developmint/nuxt-bundle-buddy",
@@ -469,7 +475,6 @@
469
475
  "github": "Developmint"
470
476
  }
471
477
  ],
472
- "contributors": [],
473
478
  "compatibility": {
474
479
  "nuxt": "^2.0.0",
475
480
  "requires": {}
@@ -477,9 +482,9 @@
477
482
  },
478
483
  {
479
484
  "name": "canvas-sketch",
480
- "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",
481
486
  "repo": "LuXDAmore/generative-art",
482
- "npm": "",
487
+ "npm": "@luxdamore/nuxt-canvas-sketch",
483
488
  "icon": "",
484
489
  "github": "https://github.com/LuXDAmore/generative-art",
485
490
  "website": "https://github.com/LuXDAmore/generative-art",
@@ -493,7 +498,6 @@
493
498
  "twitter": "luxdamore"
494
499
  }
495
500
  ],
496
- "contributors": [],
497
501
  "compatibility": {
498
502
  "nuxt": "^2.0.0",
499
503
  "requires": {}
@@ -503,7 +507,7 @@
503
507
  "name": "chakra-ui",
504
508
  "description": "Chakra UI Module for Nuxt.js",
505
509
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
506
- "npm": "",
510
+ "npm": "@chakra-ui/nuxt",
507
511
  "icon": "chakra-ui.png",
508
512
  "github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
509
513
  "website": "https://vue.chakra-ui.com/with-nuxt",
@@ -516,17 +520,38 @@
516
520
  "github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
517
521
  }
518
522
  ],
519
- "contributors": [],
520
523
  "compatibility": {
521
524
  "nuxt": "^2.0.0",
522
525
  "requires": {}
523
526
  }
524
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
+ },
525
550
  {
526
551
  "name": "chiffre",
527
552
  "description": "Privacy-first, end-to-end encrypted analytics",
528
553
  "repo": "chiffre-io/nuxt-chiffre",
529
- "npm": "",
554
+ "npm": "nuxt-chiffre",
530
555
  "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
531
556
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
532
557
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
@@ -539,7 +564,6 @@
539
564
  "github": "rclement"
540
565
  }
541
566
  ],
542
- "contributors": [],
543
567
  "compatibility": {
544
568
  "nuxt": "^2.0.0",
545
569
  "requires": {}
@@ -549,7 +573,7 @@
549
573
  "name": "client-init",
550
574
  "description": "Provide client version of `nuxtServerInit`.",
551
575
  "repo": "potato4d/nuxt-client-init-module",
552
- "npm": "",
576
+ "npm": "nuxt-client-init-module",
553
577
  "icon": "",
554
578
  "github": "https://github.com/potato4d/nuxt-client-init-module",
555
579
  "website": "https://github.com/potato4d/nuxt-client-init-module",
@@ -562,7 +586,6 @@
562
586
  "github": "potato4d"
563
587
  }
564
588
  ],
565
- "contributors": [],
566
589
  "compatibility": {
567
590
  "nuxt": "^2.0.0",
568
591
  "requires": {}
@@ -572,7 +595,7 @@
572
595
  "name": "cloudcms",
573
596
  "description": "CloudCMS Nuxt.js Module",
574
597
  "repo": "gitana/cloudcms-nuxt",
575
- "npm": "",
598
+ "npm": "cloudcms-nuxt",
576
599
  "icon": "",
577
600
  "github": "https://github.com/gitana/cloudcms-nuxt",
578
601
  "website": "https://github.com/gitana/cloudcms-nuxt",
@@ -585,7 +608,6 @@
585
608
  "github": "gitana"
586
609
  }
587
610
  ],
588
- "contributors": [],
589
611
  "compatibility": {
590
612
  "nuxt": "^2.0.0",
591
613
  "requires": {}
@@ -595,7 +617,7 @@
595
617
  "name": "cloudinary",
596
618
  "description": "Optimize images and videos in your Nuxt.js application",
597
619
  "repo": "nuxt-community/cloudinary-module",
598
- "npm": "",
620
+ "npm": "@nuxtjs/cloudinary",
599
621
  "icon": "cloudinary.png",
600
622
  "github": "https://github.com/nuxt-community/cloudinary-module",
601
623
  "website": "https://cloudinary.nuxtjs.org",
@@ -609,7 +631,6 @@
609
631
  "twitter": "MayaShavin"
610
632
  }
611
633
  ],
612
- "contributors": [],
613
634
  "compatibility": {
614
635
  "nuxt": "^2.0.0",
615
636
  "requires": {}
@@ -619,7 +640,7 @@
619
640
  "name": "color-mode",
620
641
  "description": "Dark and Light mode for NuxtJS with auto detection",
621
642
  "repo": "nuxt-community/color-mode-module",
622
- "npm": "",
643
+ "npm": "@nuxtjs/color-mode",
623
644
  "icon": "color-mode.png",
624
645
  "github": "https://github.com/nuxt-community/color-mode-module",
625
646
  "website": "https://color-mode.nuxtjs.org",
@@ -633,9 +654,8 @@
633
654
  "twitter": "Atinux"
634
655
  }
635
656
  ],
636
- "contributors": [],
637
657
  "compatibility": {
638
- "nuxt": "^2.0.0",
658
+ "nuxt": "^2.0.0 || ^3.0.0",
639
659
  "requires": {
640
660
  "bridge": "optional"
641
661
  }
@@ -645,7 +665,7 @@
645
665
  "name": "component-cache",
646
666
  "description": "LRU component cache for vue components",
647
667
  "repo": "nuxt-community/component-cache-module",
648
- "npm": "",
668
+ "npm": "@nuxtjs/component-cache",
649
669
  "icon": "",
650
670
  "github": "https://github.com/nuxt-community/component-cache-module",
651
671
  "website": "https://github.com/nuxt-community/component-cache-module",
@@ -659,7 +679,6 @@
659
679
  "twitter": "_pi0_"
660
680
  }
661
681
  ],
662
- "contributors": [],
663
682
  "compatibility": {
664
683
  "nuxt": "^2.0.0",
665
684
  "requires": {}
@@ -669,7 +688,7 @@
669
688
  "name": "composition-api",
670
689
  "description": "Composition API hooks for Nuxt",
671
690
  "repo": "nuxt-community/composition-api#main",
672
- "npm": "",
691
+ "npm": "@nuxtjs/composition-api",
673
692
  "icon": "composition-api.svg",
674
693
  "github": "https://github.com/nuxt-community/composition-api/tree/main",
675
694
  "website": "https://composition-api.nuxtjs.org",
@@ -683,7 +702,6 @@
683
702
  "twitter": "danielcroe"
684
703
  }
685
704
  ],
686
- "contributors": [],
687
705
  "compatibility": {
688
706
  "nuxt": "^2.0.0",
689
707
  "requires": {}
@@ -691,10 +709,10 @@
691
709
  },
692
710
  {
693
711
  "name": "content",
694
- "description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
695
- "repo": "nuxt/content#master/packages/content",
696
- "npm": "",
697
- "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",
698
716
  "github": "https://github.com/nuxt/content",
699
717
  "website": "https://content.nuxtjs.org",
700
718
  "learn_more": "",
@@ -702,9 +720,14 @@
702
720
  "type": "official",
703
721
  "maintainers": [
704
722
  {
705
- "name": "Benjamin Canac",
706
- "github": "benjamincanac",
707
- "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"
708
731
  },
709
732
  {
710
733
  "name": "Sebastien Chopin",
@@ -712,9 +735,8 @@
712
735
  "twitter": "Atinux"
713
736
  }
714
737
  ],
715
- "contributors": [],
716
738
  "compatibility": {
717
- "nuxt": "^2.0.0",
739
+ "nuxt": "^2.0.0 || ^3.0.0",
718
740
  "requires": {}
719
741
  }
720
742
  },
@@ -722,7 +744,7 @@
722
744
  "name": "contentful",
723
745
  "description": "nuxt contentful module",
724
746
  "repo": "scaccogatto/contentful-module",
725
- "npm": "",
747
+ "npm": "contentful-module",
726
748
  "icon": "contentful.png",
727
749
  "github": "https://github.com/scaccogatto/contentful-module",
728
750
  "website": "https://github.com/scaccogatto/contentful-module",
@@ -735,7 +757,6 @@
735
757
  "github": "scaccogatto"
736
758
  }
737
759
  ],
738
- "contributors": [],
739
760
  "compatibility": {
740
761
  "nuxt": "^2.0.0",
741
762
  "requires": {}
@@ -745,7 +766,7 @@
745
766
  "name": "custom-elements",
746
767
  "description": "Publish your Components as a vue-custom-element standalone build.",
747
768
  "repo": "GrabarzUndPartner/nuxt-custom-elements",
748
- "npm": "",
769
+ "npm": "nuxt-custom-elements",
749
770
  "icon": "custom-elements.png",
750
771
  "github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
751
772
  "website": "https://nuxt-custom-elements.grabarzundpartner.dev",
@@ -762,7 +783,6 @@
762
783
  "github": "GrabarzUndPartner"
763
784
  }
764
785
  ],
765
- "contributors": [],
766
786
  "compatibility": {
767
787
  "nuxt": "^2.0.0",
768
788
  "requires": {}
@@ -772,7 +792,7 @@
772
792
  "name": "darkmode.js",
773
793
  "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
774
794
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
775
- "npm": "",
795
+ "npm": "nuxtjs-darkmode-js-module",
776
796
  "icon": "darkmode.png",
777
797
  "github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
778
798
  "website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
@@ -785,7 +805,6 @@
785
805
  "github": "sandoche"
786
806
  }
787
807
  ],
788
- "contributors": [],
789
808
  "compatibility": {
790
809
  "nuxt": "^2.0.0",
791
810
  "requires": {}
@@ -795,7 +814,7 @@
795
814
  "name": "date-fns",
796
815
  "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
797
816
  "repo": "nuxt-community/date-fns-module",
798
- "npm": "",
817
+ "npm": "@nuxtjs/date-fns",
799
818
  "icon": "date-fns.png",
800
819
  "github": "https://github.com/nuxt-community/date-fns-module",
801
820
  "website": "https://github.com/nuxt-community/date-fns-module",
@@ -808,7 +827,6 @@
808
827
  "github": "ricardogobbosouza"
809
828
  }
810
829
  ],
811
- "contributors": [],
812
830
  "compatibility": {
813
831
  "nuxt": "^2.0.0",
814
832
  "requires": {}
@@ -818,7 +836,7 @@
818
836
  "name": "datocms",
819
837
  "description": "DatoCMS integration for Nuxt.js",
820
838
  "repo": "voorhoede/nuxt-datocms-module",
821
- "npm": "",
839
+ "npm": "@voorhoede/nuxt-datocms-module",
822
840
  "icon": "datocms.png",
823
841
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
824
842
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
@@ -831,7 +849,6 @@
831
849
  "github": "Frankwarnaar"
832
850
  }
833
851
  ],
834
- "contributors": [],
835
852
  "compatibility": {
836
853
  "nuxt": "^2.0.0",
837
854
  "requires": {}
@@ -841,7 +858,7 @@
841
858
  "name": "dayjs",
842
859
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
843
860
  "repo": "nuxt-community/dayjs-module",
844
- "npm": "",
861
+ "npm": "@nuxtjs/dayjs",
845
862
  "icon": "day-js.png",
846
863
  "github": "https://github.com/nuxt-community/dayjs-module",
847
864
  "website": "https://github.com/nuxt-community/dayjs-module",
@@ -855,7 +872,29 @@
855
872
  "twitter": "potato4d"
856
873
  }
857
874
  ],
858
- "contributors": [],
875
+ "compatibility": {
876
+ "nuxt": "^2.0.0",
877
+ "requires": {}
878
+ }
879
+ },
880
+ {
881
+ "name": "delay-hydration",
882
+ "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
883
+ "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
884
+ "npm": "nuxt-delay-hydration",
885
+ "icon": "lighthouse.svg",
886
+ "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
887
+ "website": "https://github.com/harlan-zw/nuxt-delay-hydration",
888
+ "learn_more": "",
889
+ "category": "Performance",
890
+ "type": "3rd-party",
891
+ "maintainers": [
892
+ {
893
+ "name": "Harlan Wilton",
894
+ "github": "harlan-zw",
895
+ "twitter": "harlan_zw"
896
+ }
897
+ ],
859
898
  "compatibility": {
860
899
  "nuxt": "^2.0.0",
861
900
  "requires": {}
@@ -865,7 +904,7 @@
865
904
  "name": "device",
866
905
  "description": "Device detection module for Nuxt.js",
867
906
  "repo": "nuxt-community/device-module",
868
- "npm": "",
907
+ "npm": "@nuxtjs/device",
869
908
  "icon": "",
870
909
  "github": "https://github.com/nuxt-community/device-module",
871
910
  "website": "https://github.com/nuxt-community/device-module",
@@ -878,17 +917,41 @@
878
917
  "github": "dotneet"
879
918
  }
880
919
  ],
881
- "contributors": [],
882
920
  "compatibility": {
883
921
  "nuxt": "^2.0.0",
884
922
  "requires": {}
885
923
  }
886
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
+ },
887
950
  {
888
951
  "name": "dotenv",
889
952
  "description": "A Nuxt.js module that loads your .env file into your context options",
890
953
  "repo": "nuxt-community/dotenv-module",
891
- "npm": "",
954
+ "npm": "@nuxtjs/dotenv",
892
955
  "icon": "dotenv.png",
893
956
  "github": "https://github.com/nuxt-community/dotenv-module",
894
957
  "website": "https://github.com/nuxt-community/dotenv-module",
@@ -901,7 +964,6 @@
901
964
  "github": "JulienTant"
902
965
  }
903
966
  ],
904
- "contributors": [],
905
967
  "compatibility": {
906
968
  "nuxt": "^2.0.0",
907
969
  "requires": {}
@@ -911,7 +973,7 @@
911
973
  "name": "drupal-ce",
912
974
  "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
913
975
  "repo": "drunomics/nuxtjs-drupal-ce",
914
- "npm": "",
976
+ "npm": "nuxtjs-drupal-ce",
915
977
  "icon": "drupal-ce.png",
916
978
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
917
979
  "website": "https://stack.lupus.digital",
@@ -935,7 +997,6 @@
935
997
  "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
936
998
  }
937
999
  ],
938
- "contributors": [],
939
1000
  "compatibility": {
940
1001
  "nuxt": "^2.0.0",
941
1002
  "requires": {}
@@ -945,7 +1006,7 @@
945
1006
  "name": "druxt",
946
1007
  "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
947
1008
  "repo": "druxt/druxt.js#develop/packages/druxt",
948
- "npm": "",
1009
+ "npm": "druxt",
949
1010
  "icon": "druxt.svg",
950
1011
  "github": "https://github.com/druxt/druxt.js",
951
1012
  "website": "https://druxtjs.org",
@@ -958,7 +1019,6 @@
958
1019
  "github": "decipher"
959
1020
  }
960
1021
  ],
961
- "contributors": [],
962
1022
  "compatibility": {
963
1023
  "nuxt": "^2.0.0",
964
1024
  "requires": {}
@@ -968,7 +1028,7 @@
968
1028
  "name": "emotion",
969
1029
  "description": "The Next Generation of CSS-in-JS for Nuxt.js",
970
1030
  "repo": "nuxt-community/emotion-module",
971
- "npm": "",
1031
+ "npm": "@nuxtjs/emotion",
972
1032
  "icon": "emotion.png",
973
1033
  "github": "https://github.com/nuxt-community/emotion-module",
974
1034
  "website": "https://github.com/nuxt-community/emotion-module",
@@ -982,7 +1042,6 @@
982
1042
  "twitter": "_pi0_"
983
1043
  }
984
1044
  ],
985
- "contributors": [],
986
1045
  "compatibility": {
987
1046
  "nuxt": "^2.0.0",
988
1047
  "requires": {}
@@ -992,7 +1051,7 @@
992
1051
  "name": "eslint",
993
1052
  "description": "ESLint module for Nuxt.js",
994
1053
  "repo": "nuxt-community/eslint-module",
995
- "npm": "",
1054
+ "npm": "@nuxtjs/eslint-module",
996
1055
  "icon": "eslint.png",
997
1056
  "github": "https://github.com/nuxt-community/eslint-module",
998
1057
  "website": "https://github.com/nuxt-community/eslint-module",
@@ -1005,7 +1064,6 @@
1005
1064
  "github": "ricardogobbosouza"
1006
1065
  }
1007
1066
  ],
1008
- "contributors": [],
1009
1067
  "compatibility": {
1010
1068
  "nuxt": "^2.0.0",
1011
1069
  "requires": {}
@@ -1015,7 +1073,7 @@
1015
1073
  "name": "event-trace",
1016
1074
  "description": "Module for event trace in Nuxt.js",
1017
1075
  "repo": "nuxt-community/nuxt-event-trace",
1018
- "npm": "",
1076
+ "npm": "nuxt-event-trace",
1019
1077
  "icon": "",
1020
1078
  "github": "https://github.com/nuxt-community/nuxt-event-trace",
1021
1079
  "website": "https://github.com/nuxt-community/nuxt-event-trace",
@@ -1028,7 +1086,6 @@
1028
1086
  "github": "clarkdo"
1029
1087
  }
1030
1088
  ],
1031
- "contributors": [],
1032
1089
  "compatibility": {
1033
1090
  "nuxt": "^2.0.0",
1034
1091
  "requires": {}
@@ -1038,7 +1095,7 @@
1038
1095
  "name": "fathom",
1039
1096
  "description": "Fathom analytics for Nuxt",
1040
1097
  "repo": "yabhq/nuxt-fathom",
1041
- "npm": "",
1098
+ "npm": "@yabhq/nuxt-fathom",
1042
1099
  "icon": "fathom.png",
1043
1100
  "github": "https://github.com/yabhq/nuxt-fathom",
1044
1101
  "website": "https://github.com/yabhq/nuxt-fathom",
@@ -1051,7 +1108,6 @@
1051
1108
  "github": "yabhq"
1052
1109
  }
1053
1110
  ],
1054
- "contributors": [],
1055
1111
  "compatibility": {
1056
1112
  "nuxt": "^2.0.0",
1057
1113
  "requires": {}
@@ -1061,7 +1117,7 @@
1061
1117
  "name": "feature-toggle",
1062
1118
  "description": "Feature toggle module for Nuxt.js",
1063
1119
  "repo": "stephenkr/nuxt-feature-toggle",
1064
- "npm": "",
1120
+ "npm": "nuxt-feature-toggle",
1065
1121
  "icon": "",
1066
1122
  "github": "https://github.com/stephenkr/nuxt-feature-toggle",
1067
1123
  "website": "https://github.com/stephenkr/nuxt-feature-toggle",
@@ -1074,7 +1130,6 @@
1074
1130
  "github": "stephenkr"
1075
1131
  }
1076
1132
  ],
1077
- "contributors": [],
1078
1133
  "compatibility": {
1079
1134
  "nuxt": "^2.0.0",
1080
1135
  "requires": {}
@@ -1082,9 +1137,9 @@
1082
1137
  },
1083
1138
  {
1084
1139
  "name": "feed",
1085
- "description": "Feed module enables everyone to have RSS, Atom and Json.",
1140
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
1086
1141
  "repo": "nuxt-community/feed-module",
1087
- "npm": "",
1142
+ "npm": "@nuxtjs/feed",
1088
1143
  "icon": "",
1089
1144
  "github": "https://github.com/nuxt-community/feed-module",
1090
1145
  "website": "https://github.com/nuxt-community/feed-module",
@@ -1098,7 +1153,6 @@
1098
1153
  "twitter": "TheAlexLichter"
1099
1154
  }
1100
1155
  ],
1101
- "contributors": [],
1102
1156
  "compatibility": {
1103
1157
  "nuxt": "^2.0.0",
1104
1158
  "requires": {}
@@ -1107,8 +1161,8 @@
1107
1161
  {
1108
1162
  "name": "firebase",
1109
1163
  "description": "Integrate Firebase into your Nuxt project.",
1110
- "repo": "nuxt-community/firebase-module",
1111
- "npm": "",
1164
+ "repo": "nuxt-community/firebase-module#master/packages/firebase-module",
1165
+ "npm": "@nuxtjs/firebase",
1112
1166
  "icon": "firebase.png",
1113
1167
  "github": "https://github.com/nuxt-community/firebase-module",
1114
1168
  "website": "https://firebase.nuxtjs.org",
@@ -1121,7 +1175,6 @@
1121
1175
  "github": "lupas"
1122
1176
  }
1123
1177
  ],
1124
- "contributors": [],
1125
1178
  "compatibility": {
1126
1179
  "nuxt": "^2.0.0",
1127
1180
  "requires": {}
@@ -1131,7 +1184,7 @@
1131
1184
  "name": "floating-prompt-module",
1132
1185
  "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1133
1186
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1134
- "npm": "",
1187
+ "npm": "nuxt-floating-prompt-module",
1135
1188
  "icon": "",
1136
1189
  "github": "https://github.com/sandoche/nuxt-floating-prompt-module",
1137
1190
  "website": "https://github.com/sandoche/nuxt-floating-prompt-module",
@@ -1144,7 +1197,6 @@
1144
1197
  "github": "sandoche"
1145
1198
  }
1146
1199
  ],
1147
- "contributors": [],
1148
1200
  "compatibility": {
1149
1201
  "nuxt": "^2.0.0",
1150
1202
  "requires": {}
@@ -1154,7 +1206,7 @@
1154
1206
  "name": "font-loader-strategy",
1155
1207
  "description": "Helps to load fonts and activate them by preloading.",
1156
1208
  "repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
1157
- "npm": "",
1209
+ "npm": "nuxt-font-loader-strategy",
1158
1210
  "icon": "",
1159
1211
  "github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
1160
1212
  "website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
@@ -1167,7 +1219,6 @@
1167
1219
  "github": "GrabarzUndPartner"
1168
1220
  }
1169
1221
  ],
1170
- "contributors": [],
1171
1222
  "compatibility": {
1172
1223
  "nuxt": "^2.0.0",
1173
1224
  "requires": {}
@@ -1177,7 +1228,7 @@
1177
1228
  "name": "fontagon",
1178
1229
  "description": "Easy convert SVG from nuxt to icon font.",
1179
1230
  "repo": "kdydesign/nuxt-fontagon",
1180
- "npm": "",
1231
+ "npm": "nuxt-fontagon",
1181
1232
  "icon": "fontagon.png",
1182
1233
  "github": "https://github.com/kdydesign/nuxt-fontagon",
1183
1234
  "website": "https://github.com/kdydesign/nuxt-fontagon",
@@ -1190,17 +1241,39 @@
1190
1241
  "github": "kdydesign"
1191
1242
  }
1192
1243
  ],
1193
- "contributors": [],
1194
1244
  "compatibility": {
1195
1245
  "nuxt": "^2.0.0",
1196
1246
  "requires": {}
1197
1247
  }
1198
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
+ },
1199
1272
  {
1200
1273
  "name": "fontawesome",
1201
1274
  "description": "Module to join nuxt and Fontawesome 5",
1202
1275
  "repo": "nuxt-community/fontawesome-module",
1203
- "npm": "",
1276
+ "npm": "@nuxtjs/fontawesome",
1204
1277
  "icon": "font-awesome.png",
1205
1278
  "github": "https://github.com/nuxt-community/fontawesome-module",
1206
1279
  "website": "https://github.com/nuxt-community/fontawesome-module",
@@ -1213,7 +1286,6 @@
1213
1286
  "github": "pimlie"
1214
1287
  }
1215
1288
  ],
1216
- "contributors": [],
1217
1289
  "compatibility": {
1218
1290
  "nuxt": "^2.0.0",
1219
1291
  "requires": {}
@@ -1222,8 +1294,8 @@
1222
1294
  {
1223
1295
  "name": "formkit",
1224
1296
  "description": "Seamless FormKit integration for Nuxt",
1225
- "repo": "formkit/formkit",
1226
- "npm": "",
1297
+ "repo": "formkit/formkit#master/packages/nuxt",
1298
+ "npm": "@formkit/nuxt",
1227
1299
  "icon": "formkit.png",
1228
1300
  "github": "https://github.com/formkit/formkit",
1229
1301
  "website": "https://formkit.com",
@@ -1242,7 +1314,6 @@
1242
1314
  "twitter": "0xBOYD"
1243
1315
  }
1244
1316
  ],
1245
- "contributors": [],
1246
1317
  "compatibility": {
1247
1318
  "nuxt": "^3.0.0",
1248
1319
  "requires": {}
@@ -1252,7 +1323,7 @@
1252
1323
  "name": "fullpage",
1253
1324
  "description": "Nuxt module for fullpage-vue plugin",
1254
1325
  "repo": "vaso2/fullpage-nuxt",
1255
- "npm": "",
1326
+ "npm": "fullpage-nuxt",
1256
1327
  "icon": "",
1257
1328
  "github": "https://github.com/vaso2/fullpage-nuxt",
1258
1329
  "website": "https://github.com/vaso2/fullpage-nuxt",
@@ -1265,7 +1336,6 @@
1265
1336
  "github": "vaso2"
1266
1337
  }
1267
1338
  ],
1268
- "contributors": [],
1269
1339
  "compatibility": {
1270
1340
  "nuxt": "^2.0.0",
1271
1341
  "requires": {}
@@ -1275,7 +1345,7 @@
1275
1345
  "name": "github-api",
1276
1346
  "description": "Nuxt module for GitHub v4 API",
1277
1347
  "repo": "lindsaykwardell/nuxt-github-api",
1278
- "npm": "",
1348
+ "npm": "nuxt-github-api",
1279
1349
  "icon": "github.svg",
1280
1350
  "github": "https://github.com/lindsaykwardell/nuxt-github-api",
1281
1351
  "website": "https://github.com/lindsaykwardell/nuxt-github-api",
@@ -1288,7 +1358,6 @@
1288
1358
  "github": "lindsaykwardell"
1289
1359
  }
1290
1360
  ],
1291
- "contributors": [],
1292
1361
  "compatibility": {
1293
1362
  "nuxt": "^2.0.0",
1294
1363
  "requires": {}
@@ -1298,7 +1367,7 @@
1298
1367
  "name": "google-adsense",
1299
1368
  "description": "Google Adsense Module for Nuxt.js",
1300
1369
  "repo": "nuxt-community/google-adsense-module",
1301
- "npm": "",
1370
+ "npm": "@nuxtjs/google-adsense",
1302
1371
  "icon": "google-adsense.png",
1303
1372
  "github": "https://github.com/nuxt-community/google-adsense-module",
1304
1373
  "website": "https://github.com/nuxt-community/google-adsense-module",
@@ -1306,14 +1375,17 @@
1306
1375
  "category": "Analytics",
1307
1376
  "type": "community",
1308
1377
  "maintainers": [
1378
+ {
1379
+ "name": "Alexander Lichter",
1380
+ "github": "manniL"
1381
+ },
1309
1382
  {
1310
1383
  "name": "Troy Morehouse",
1311
1384
  "github": "tmorehouse"
1312
1385
  }
1313
1386
  ],
1314
- "contributors": [],
1315
1387
  "compatibility": {
1316
- "nuxt": "^2.0.0",
1388
+ "nuxt": "^2.0.0 || ^3.0.0",
1317
1389
  "requires": {}
1318
1390
  }
1319
1391
  },
@@ -1321,7 +1393,7 @@
1321
1393
  "name": "google-analytics",
1322
1394
  "description": "Google analytics Module for Nuxt.js",
1323
1395
  "repo": "nuxt-community/analytics-module",
1324
- "npm": "",
1396
+ "npm": "@nuxtjs/google-analytics",
1325
1397
  "icon": "google-analytics.png",
1326
1398
  "github": "https://github.com/nuxt-community/analytics-module",
1327
1399
  "website": "https://google-analytics.nuxtjs.org",
@@ -1344,7 +1416,6 @@
1344
1416
  "twitter": "matteo_gabriele"
1345
1417
  }
1346
1418
  ],
1347
- "contributors": [],
1348
1419
  "compatibility": {
1349
1420
  "nuxt": "^2.0.0",
1350
1421
  "requires": {}
@@ -1354,7 +1425,7 @@
1354
1425
  "name": "google-fonts",
1355
1426
  "description": "Google Fonts module for NuxtJS",
1356
1427
  "repo": "nuxt-community/google-fonts-module",
1357
- "npm": "",
1428
+ "npm": "@nuxtjs/google-fonts",
1358
1429
  "icon": "google-fonts.png",
1359
1430
  "github": "https://github.com/nuxt-community/google-fonts-module",
1360
1431
  "website": "https://github.com/nuxt-community/google-fonts-module",
@@ -1367,17 +1438,18 @@
1367
1438
  "github": "ricardogobbosouza"
1368
1439
  }
1369
1440
  ],
1370
- "contributors": [],
1371
1441
  "compatibility": {
1372
- "nuxt": "^2.0.0",
1373
- "requires": {}
1442
+ "nuxt": "^2.0.0 || ^3.0.0",
1443
+ "requires": {
1444
+ "bridge": "optional"
1445
+ }
1374
1446
  }
1375
1447
  },
1376
1448
  {
1377
1449
  "name": "google-gtag",
1378
1450
  "description": "Google GTag for Nuxt.js",
1379
1451
  "repo": "nuxt-community/google-gtag",
1380
- "npm": "",
1452
+ "npm": "@nuxtjs/google-gtag",
1381
1453
  "icon": "gtm.png",
1382
1454
  "github": "https://github.com/nuxt-community/google-gtag",
1383
1455
  "website": "https://github.com/nuxt-community/google-gtag",
@@ -1394,7 +1466,6 @@
1394
1466
  "github": "ricardogobbosouza"
1395
1467
  }
1396
1468
  ],
1397
- "contributors": [],
1398
1469
  "compatibility": {
1399
1470
  "nuxt": "^2.0.0",
1400
1471
  "requires": {}
@@ -1404,7 +1475,7 @@
1404
1475
  "name": "google-optimize",
1405
1476
  "description": "SSR friendly Google Optimize module for Nuxt.js",
1406
1477
  "repo": "nuxt-community/google-optimize-module",
1407
- "npm": "",
1478
+ "npm": "nuxt-google-optimize",
1408
1479
  "icon": "google-optimize.png",
1409
1480
  "github": "https://github.com/nuxt-community/google-optimize-module",
1410
1481
  "website": "https://github.com/nuxt-community/google-optimize-module",
@@ -1428,17 +1499,38 @@
1428
1499
  "twitter": "JoshDeltener"
1429
1500
  }
1430
1501
  ],
1431
- "contributors": [],
1432
1502
  "compatibility": {
1433
1503
  "nuxt": "^2.0.0",
1434
1504
  "requires": {}
1435
1505
  }
1436
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
+ },
1437
1529
  {
1438
1530
  "name": "graphql-request",
1439
1531
  "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1440
1532
  "repo": "gomah/nuxt-graphql-request",
1441
- "npm": "",
1533
+ "npm": "nuxt-graphql-request",
1442
1534
  "icon": "graphql-request.png",
1443
1535
  "github": "https://github.com/gomah/nuxt-graphql-request",
1444
1536
  "website": "https://github.com/gomah/nuxt-graphql-request",
@@ -1451,7 +1543,6 @@
1451
1543
  "github": "gomah"
1452
1544
  }
1453
1545
  ],
1454
- "contributors": [],
1455
1546
  "compatibility": {
1456
1547
  "nuxt": "^2.0.0",
1457
1548
  "requires": {}
@@ -1461,7 +1552,7 @@
1461
1552
  "name": "gtm",
1462
1553
  "description": "Google Tag Manager Module for Nuxt.js",
1463
1554
  "repo": "nuxt-community/gtm-module",
1464
- "npm": "",
1555
+ "npm": "@nuxtjs/gtm",
1465
1556
  "icon": "gtm.png",
1466
1557
  "github": "https://github.com/nuxt-community/gtm-module",
1467
1558
  "website": "https://github.com/nuxt-community/gtm-module",
@@ -1475,7 +1566,6 @@
1475
1566
  "twitter": "_pi0_"
1476
1567
  }
1477
1568
  ],
1478
- "contributors": [],
1479
1569
  "compatibility": {
1480
1570
  "nuxt": "^2.0.0",
1481
1571
  "requires": {}
@@ -1485,7 +1575,7 @@
1485
1575
  "name": "guess",
1486
1576
  "description": "Guess.js module for Nuxt.js",
1487
1577
  "repo": "nuxt-community/guess-module",
1488
- "npm": "",
1578
+ "npm": "@nuxtjs/guess-module",
1489
1579
  "icon": "guessjs.png",
1490
1580
  "github": "https://github.com/nuxt-community/guess-module",
1491
1581
  "website": "https://github.com/nuxt-community/guess-module",
@@ -1498,17 +1588,61 @@
1498
1588
  "github": "clarkdo"
1499
1589
  }
1500
1590
  ],
1501
- "contributors": [],
1502
1591
  "compatibility": {
1503
1592
  "nuxt": "^2.0.0",
1504
1593
  "requires": {}
1505
1594
  }
1506
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
+ },
1507
1641
  {
1508
1642
  "name": "headway",
1509
1643
  "description": "Headway changelog widget for Nuxt",
1510
1644
  "repo": "l-portet/nuxt-headway",
1511
- "npm": "",
1645
+ "npm": "nuxt-headway",
1512
1646
  "icon": "headway.png",
1513
1647
  "github": "https://github.com/l-portet/nuxt-headway",
1514
1648
  "website": "https://nuxt-headway.netlify.app/",
@@ -1522,7 +1656,6 @@
1522
1656
  "avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
1523
1657
  }
1524
1658
  ],
1525
- "contributors": [],
1526
1659
  "compatibility": {
1527
1660
  "nuxt": "^2.0.0",
1528
1661
  "requires": {}
@@ -1532,7 +1665,7 @@
1532
1665
  "name": "helmet",
1533
1666
  "description": "Easy Helmet module with Nuxt.js'",
1534
1667
  "repo": "victor-perez/nuxt-helmet",
1535
- "npm": "",
1668
+ "npm": "nuxt-helmet",
1536
1669
  "icon": "",
1537
1670
  "github": "https://github.com/victor-perez/nuxt-helmet",
1538
1671
  "website": "https://github.com/victor-perez/nuxt-helmet",
@@ -1545,7 +1678,6 @@
1545
1678
  "github": "victor-perez"
1546
1679
  }
1547
1680
  ],
1548
- "contributors": [],
1549
1681
  "compatibility": {
1550
1682
  "nuxt": "^2.0.0",
1551
1683
  "requires": {}
@@ -1555,7 +1687,7 @@
1555
1687
  "name": "highcharts",
1556
1688
  "description": "Highcharts for Nuxt",
1557
1689
  "repo": "richardeschloss/nuxt-highcharts",
1558
- "npm": "",
1690
+ "npm": "nuxt-highcharts",
1559
1691
  "icon": "",
1560
1692
  "github": "https://github.com/richardeschloss/nuxt-highcharts",
1561
1693
  "website": "https://github.com/richardeschloss/nuxt-highcharts",
@@ -1568,7 +1700,6 @@
1568
1700
  "github": "richardeschloss"
1569
1701
  }
1570
1702
  ],
1571
- "contributors": [],
1572
1703
  "compatibility": {
1573
1704
  "nuxt": "^2.0.0",
1574
1705
  "requires": {}
@@ -1578,7 +1709,7 @@
1578
1709
  "name": "history-state",
1579
1710
  "description": "Nuxt.js module to backup or restore historical states",
1580
1711
  "repo": "hidekatsu-izuno/nuxt-history-state",
1581
- "npm": "",
1712
+ "npm": "nuxt-history-state",
1582
1713
  "icon": "",
1583
1714
  "github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
1584
1715
  "website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
@@ -1591,7 +1722,6 @@
1591
1722
  "github": "hidekatsu-izuno"
1592
1723
  }
1593
1724
  ],
1594
- "contributors": [],
1595
1725
  "compatibility": {
1596
1726
  "nuxt": "^2.0.0",
1597
1727
  "requires": {}
@@ -1601,7 +1731,7 @@
1601
1731
  "name": "html-minifier",
1602
1732
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
1603
1733
  "repo": "nuxt-community/html-minifier-module",
1604
- "npm": "",
1734
+ "npm": "@nuxtjs/html-minifier",
1605
1735
  "icon": "",
1606
1736
  "github": "https://github.com/nuxt-community/html-minifier-module",
1607
1737
  "website": "https://github.com/nuxt-community/html-minifier-module",
@@ -1614,7 +1744,6 @@
1614
1744
  "github": "clarkdo"
1615
1745
  }
1616
1746
  ],
1617
- "contributors": [],
1618
1747
  "compatibility": {
1619
1748
  "nuxt": "^2.0.0",
1620
1749
  "requires": {}
@@ -1623,10 +1752,10 @@
1623
1752
  {
1624
1753
  "name": "html-validator",
1625
1754
  "description": "Automatically validate Nuxt server-rendered HTML html",
1626
- "repo": "nuxt-community/html-validator-module",
1627
- "npm": "",
1755
+ "repo": "nuxt-modules/html-validator",
1756
+ "npm": "@nuxtjs/html-validator",
1628
1757
  "icon": "html-validator.png",
1629
- "github": "https://github.com/nuxt-community/html-validator-module",
1758
+ "github": "https://github.com/nuxt-modules/html-validator",
1630
1759
  "website": "https://html-validator.nuxtjs.org",
1631
1760
  "learn_more": "https://html-validate.org",
1632
1761
  "category": "Performance",
@@ -1638,17 +1767,18 @@
1638
1767
  "twitter": "danielcroe"
1639
1768
  }
1640
1769
  ],
1641
- "contributors": [],
1642
1770
  "compatibility": {
1643
- "nuxt": "^2.0.0",
1644
- "requires": {}
1771
+ "nuxt": "^2.0.0 || ^3.0.0",
1772
+ "requires": {
1773
+ "bridge": "optional"
1774
+ }
1645
1775
  }
1646
1776
  },
1647
1777
  {
1648
1778
  "name": "http",
1649
1779
  "description": "Universal HTTP Module for Nuxt.js",
1650
1780
  "repo": "nuxt/http",
1651
- "npm": "",
1781
+ "npm": "@nuxt/http",
1652
1782
  "icon": "http.png",
1653
1783
  "github": "https://github.com/nuxt/http",
1654
1784
  "website": "https://http.nuxtjs.org/",
@@ -1667,7 +1797,6 @@
1667
1797
  "twitter": "Atinux"
1668
1798
  }
1669
1799
  ],
1670
- "contributors": [],
1671
1800
  "compatibility": {
1672
1801
  "nuxt": "^2.0.0",
1673
1802
  "requires": {}
@@ -1677,7 +1806,7 @@
1677
1806
  "name": "humans-txt",
1678
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.",
1679
1808
  "repo": "Luxdamore/nuxt-humans-txt",
1680
- "npm": "",
1809
+ "npm": "@luxdamore/nuxt-humans-txt",
1681
1810
  "icon": "",
1682
1811
  "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
1683
1812
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
@@ -1691,7 +1820,6 @@
1691
1820
  "twitter": "luxdamore"
1692
1821
  }
1693
1822
  ],
1694
- "contributors": [],
1695
1823
  "compatibility": {
1696
1824
  "nuxt": "^2.0.0",
1697
1825
  "requires": {}
@@ -1701,7 +1829,7 @@
1701
1829
  "name": "i18n",
1702
1830
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
1703
1831
  "repo": "nuxt-community/i18n-module",
1704
- "npm": "",
1832
+ "npm": "@nuxtjs/i18n",
1705
1833
  "icon": "i18n.png",
1706
1834
  "github": "https://github.com/nuxt-community/i18n-module",
1707
1835
  "website": "https://i18n.nuxtjs.org",
@@ -1718,9 +1846,52 @@
1718
1846
  "github": "kazupon"
1719
1847
  }
1720
1848
  ],
1721
- "contributors": [],
1722
1849
  "compatibility": {
1723
- "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",
1724
1895
  "requires": {}
1725
1896
  }
1726
1897
  },
@@ -1728,7 +1899,7 @@
1728
1899
  "name": "image-loader",
1729
1900
  "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
1730
1901
  "repo": "PivaleCo/nuxt-image-loader-module",
1731
- "npm": "",
1902
+ "npm": "@pivale/nuxt-image-loader-module",
1732
1903
  "icon": "",
1733
1904
  "github": "https://github.com/PivaleCo/nuxt-image-loader-module",
1734
1905
  "website": "https://github.com/PivaleCo/nuxt-image-loader-module",
@@ -1741,7 +1912,6 @@
1741
1912
  "github": "Barry-Fisher"
1742
1913
  }
1743
1914
  ],
1744
- "contributors": [],
1745
1915
  "compatibility": {
1746
1916
  "nuxt": "^2.0.0",
1747
1917
  "requires": {}
@@ -1751,7 +1921,7 @@
1751
1921
  "name": "image",
1752
1922
  "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
1753
1923
  "repo": "nuxt/image",
1754
- "npm": "",
1924
+ "npm": "@nuxt/image",
1755
1925
  "icon": "image.png",
1756
1926
  "github": "https://github.com/nuxt/image",
1757
1927
  "website": "https://image.nuxtjs.org",
@@ -1775,9 +1945,8 @@
1775
1945
  "twitter": "Atinux"
1776
1946
  }
1777
1947
  ],
1778
- "contributors": [],
1779
1948
  "compatibility": {
1780
- "nuxt": "^2.0.0",
1949
+ "nuxt": "^2.0.0 || ^3.0.0",
1781
1950
  "requires": {
1782
1951
  "bridge": "optional"
1783
1952
  }
@@ -1787,7 +1956,7 @@
1787
1956
  "name": "imagemin",
1788
1957
  "description": "Automatically optimize (compress) all images used in Nuxt.js",
1789
1958
  "repo": "nuxt-community/imagemin-module",
1790
- "npm": "",
1959
+ "npm": "@nuxtjs/imagemin",
1791
1960
  "icon": "imagemin.png",
1792
1961
  "github": "https://github.com/nuxt-community/imagemin-module",
1793
1962
  "website": "https://github.com/nuxt-community/imagemin-module",
@@ -1800,7 +1969,6 @@
1800
1969
  "github": "ricardogobbosouza"
1801
1970
  }
1802
1971
  ],
1803
- "contributors": [],
1804
1972
  "compatibility": {
1805
1973
  "nuxt": "^2.0.0",
1806
1974
  "requires": {}
@@ -1810,8 +1978,8 @@
1810
1978
  "name": "inkline",
1811
1979
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
1812
1980
  "repo": "inkline/nuxt-module-inkline",
1813
- "npm": "",
1814
- "icon": "inkline.png",
1981
+ "npm": "@inkline/nuxt",
1982
+ "icon": "inkline.svg",
1815
1983
  "github": "https://github.com/inkline/nuxt-module-inkline",
1816
1984
  "website": "https://inkline.io",
1817
1985
  "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
@@ -1824,7 +1992,6 @@
1824
1992
  "twitter": "alexgrozav"
1825
1993
  }
1826
1994
  ],
1827
- "contributors": [],
1828
1995
  "compatibility": {
1829
1996
  "nuxt": "^2.0.0 || ^3.0.0",
1830
1997
  "requires": {
@@ -1836,7 +2003,7 @@
1836
2003
  "name": "intercom",
1837
2004
  "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
1838
2005
  "repo": "hex-digital/nuxt-intercom",
1839
- "npm": "",
2006
+ "npm": "@hexdigital/nuxt-intercom",
1840
2007
  "icon": "intercom.png",
1841
2008
  "github": "https://github.com/hex-digital/nuxt-intercom",
1842
2009
  "website": "https://github.com/hex-digital/nuxt-intercom",
@@ -1849,17 +2016,39 @@
1849
2016
  "github": "hex-digital"
1850
2017
  }
1851
2018
  ],
1852
- "contributors": [],
1853
2019
  "compatibility": {
1854
2020
  "nuxt": "^2.0.0",
1855
2021
  "requires": {}
1856
2022
  }
1857
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
+ },
1858
2047
  {
1859
2048
  "name": "jsonapi",
1860
2049
  "description": "Easy JSON:API client integration for Nuxt.js",
1861
2050
  "repo": "patrickcate/nuxt-jsonapi",
1862
- "npm": "",
2051
+ "npm": "nuxt-jsonapi",
1863
2052
  "icon": "jsonapi.svg",
1864
2053
  "github": "https://github.com/patrickcate/nuxt-jsonapi",
1865
2054
  "website": "https://github.com/patrickcate/nuxt-jsonapi",
@@ -1872,7 +2061,6 @@
1872
2061
  "github": "patrickcate"
1873
2062
  }
1874
2063
  ],
1875
- "contributors": [],
1876
2064
  "compatibility": {
1877
2065
  "nuxt": "^2.0.0",
1878
2066
  "requires": {}
@@ -1882,7 +2070,7 @@
1882
2070
  "name": "kentico-kontent",
1883
2071
  "description": "Add Kentico Kontent super power to your nuxt app",
1884
2072
  "repo": "Domitnator/kentico-kontent-nuxt-module",
1885
- "npm": "",
2073
+ "npm": "kentico-kontent-nuxt-module",
1886
2074
  "icon": "",
1887
2075
  "github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
1888
2076
  "website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
@@ -1895,17 +2083,40 @@
1895
2083
  "github": "Domitnator"
1896
2084
  }
1897
2085
  ],
1898
- "contributors": [],
1899
2086
  "compatibility": {
1900
2087
  "nuxt": "^2.0.0",
1901
2088
  "requires": {}
1902
2089
  }
1903
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
+ },
1904
2115
  {
1905
2116
  "name": "laravel-echo",
1906
2117
  "description": "Laravel Echo for Nuxt.js",
1907
2118
  "repo": "nuxt-community/laravel-echo",
1908
- "npm": "",
2119
+ "npm": "@nuxtjs/laravel-echo",
1909
2120
  "icon": "laravel-echo.png",
1910
2121
  "github": "https://github.com/nuxt-community/laravel-echo",
1911
2122
  "website": "https://github.com/nuxt-community/laravel-echo",
@@ -1918,7 +2129,6 @@
1918
2129
  "github": "ricardogobbosouza"
1919
2130
  }
1920
2131
  ],
1921
- "contributors": [],
1922
2132
  "compatibility": {
1923
2133
  "nuxt": "^2.0.0",
1924
2134
  "requires": {}
@@ -1928,7 +2138,7 @@
1928
2138
  "name": "laravel-nuxt",
1929
2139
  "description": "Build a SPA with Laravel and Nuxt",
1930
2140
  "repo": "skyrpex/laravel-nuxt-js",
1931
- "npm": "",
2141
+ "npm": "laravel-nuxt",
1932
2142
  "icon": "",
1933
2143
  "github": "https://github.com/skyrpex/laravel-nuxt-js",
1934
2144
  "website": "https://github.com/skyrpex/laravel-nuxt-js",
@@ -1941,7 +2151,6 @@
1941
2151
  "github": "skyrpex"
1942
2152
  }
1943
2153
  ],
1944
- "contributors": [],
1945
2154
  "compatibility": {
1946
2155
  "nuxt": "^2.0.0",
1947
2156
  "requires": {}
@@ -1951,7 +2160,7 @@
1951
2160
  "name": "laravel",
1952
2161
  "description": "Nuxt cli extension for use with laravel as backend",
1953
2162
  "repo": "m2sd/nuxt-laravel",
1954
- "npm": "",
2163
+ "npm": "nuxt-laravel",
1955
2164
  "icon": "laravel.png",
1956
2165
  "github": "https://github.com/m2sd/nuxt-laravel",
1957
2166
  "website": "https://github.com/m2sd/nuxt-laravel",
@@ -1964,7 +2173,6 @@
1964
2173
  "github": "m2sd"
1965
2174
  }
1966
2175
  ],
1967
- "contributors": [],
1968
2176
  "compatibility": {
1969
2177
  "nuxt": "^2.0.0",
1970
2178
  "requires": {}
@@ -1974,7 +2182,7 @@
1974
2182
  "name": "leaflet",
1975
2183
  "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
1976
2184
  "repo": "schlunsen/nuxt-leaflet",
1977
- "npm": "",
2185
+ "npm": "nuxt-leaflet",
1978
2186
  "icon": "leaflet.png",
1979
2187
  "github": "https://github.com/schlunsen/nuxt-leaflet",
1980
2188
  "website": "https://github.com/schlunsen/nuxt-leaflet",
@@ -1987,7 +2195,6 @@
1987
2195
  "github": "schlunsen"
1988
2196
  }
1989
2197
  ],
1990
- "contributors": [],
1991
2198
  "compatibility": {
1992
2199
  "nuxt": "^2.0.0",
1993
2200
  "requires": {}
@@ -1997,7 +2204,7 @@
1997
2204
  "name": "localforage",
1998
2205
  "description": "LocalForage is a fast and simple storage library for JavaScript",
1999
2206
  "repo": "nuxt-community/localforage-module",
2000
- "npm": "",
2207
+ "npm": "@nuxtjs/localforage",
2001
2208
  "icon": "",
2002
2209
  "github": "https://github.com/nuxt-community/localforage-module",
2003
2210
  "website": "https://github.com/nuxt-community/localforage-module",
@@ -2015,7 +2222,6 @@
2015
2222
  "github": "ricardogobbosouza"
2016
2223
  }
2017
2224
  ],
2018
- "contributors": [],
2019
2225
  "compatibility": {
2020
2226
  "nuxt": "^2.0.0",
2021
2227
  "requires": {}
@@ -2025,7 +2231,7 @@
2025
2231
  "name": "localtunnel",
2026
2232
  "description": "exposes your localhost to the world for easy testing and sharing",
2027
2233
  "repo": "nuxt-community/modules#master/packages/localtunnel",
2028
- "npm": "",
2234
+ "npm": "@nuxtjs/localtunnel",
2029
2235
  "icon": "localtunnel.png",
2030
2236
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
2031
2237
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
@@ -2039,7 +2245,6 @@
2039
2245
  "twitter": "_pi0_"
2040
2246
  }
2041
2247
  ],
2042
- "contributors": [],
2043
2248
  "compatibility": {
2044
2249
  "nuxt": "^2.0.0",
2045
2250
  "requires": {}
@@ -2049,7 +2254,7 @@
2049
2254
  "name": "lodash",
2050
2255
  "description": "lodash module with auto-import and custom prefix",
2051
2256
  "repo": "cipami/nuxt-lodash",
2052
- "npm": "",
2257
+ "npm": "nuxt-lodash",
2053
2258
  "icon": "lodash.svg",
2054
2259
  "github": "https://github.com/cipami/nuxt-lodash",
2055
2260
  "website": "https://github.com/cipami/nuxt-lodash#readme",
@@ -2062,7 +2267,6 @@
2062
2267
  "github": "cipami"
2063
2268
  }
2064
2269
  ],
2065
- "contributors": [],
2066
2270
  "compatibility": {
2067
2271
  "nuxt": "^3.0.0",
2068
2272
  "requires": {}
@@ -2072,7 +2276,7 @@
2072
2276
  "name": "logrocket",
2073
2277
  "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2074
2278
  "repo": "nuxt-community/nuxt-logrocket",
2075
- "npm": "",
2279
+ "npm": "nuxt-logrocket",
2076
2280
  "icon": "logrocket.png",
2077
2281
  "github": "https://github.com/nuxt-community/nuxt-logrocket",
2078
2282
  "website": "https://github.com/nuxt-community/nuxt-logrocket",
@@ -2086,7 +2290,6 @@
2086
2290
  "twitter": "farzadso"
2087
2291
  }
2088
2292
  ],
2089
- "contributors": [],
2090
2293
  "compatibility": {
2091
2294
  "nuxt": "^2.0.0",
2092
2295
  "requires": {}
@@ -2096,7 +2299,7 @@
2096
2299
  "name": "lunr",
2097
2300
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2098
2301
  "repo": "nuxt-community/lunr-module",
2099
- "npm": "",
2302
+ "npm": "@nuxtjs/lunr-module",
2100
2303
  "icon": "",
2101
2304
  "github": "https://github.com/nuxt-community/lunr-module",
2102
2305
  "website": "https://github.com/nuxt-community/lunr-module",
@@ -2109,17 +2312,39 @@
2109
2312
  "github": "pimlie"
2110
2313
  }
2111
2314
  ],
2112
- "contributors": [],
2113
2315
  "compatibility": {
2114
2316
  "nuxt": "^2.0.0",
2115
2317
  "requires": {}
2116
2318
  }
2117
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
+ },
2118
2343
  {
2119
2344
  "name": "markdownit",
2120
2345
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
2121
2346
  "repo": "nuxt-community/markdownit-module",
2122
- "npm": "",
2347
+ "npm": "@nuxtjs/markdownit",
2123
2348
  "icon": "",
2124
2349
  "github": "https://github.com/nuxt-community/markdownit-module",
2125
2350
  "website": "https://github.com/nuxt-community/markdownit-module",
@@ -2133,7 +2358,6 @@
2133
2358
  "twitter": "_pi0_"
2134
2359
  }
2135
2360
  ],
2136
- "contributors": [],
2137
2361
  "compatibility": {
2138
2362
  "nuxt": "^2.0.0",
2139
2363
  "requires": {}
@@ -2143,7 +2367,7 @@
2143
2367
  "name": "matomo",
2144
2368
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
2145
2369
  "repo": "pimlie/nuxt-matomo",
2146
- "npm": "",
2370
+ "npm": "nuxt-matomo",
2147
2371
  "icon": "matomo.png",
2148
2372
  "github": "https://github.com/pimlie/nuxt-matomo",
2149
2373
  "website": "https://github.com/pimlie/nuxt-matomo",
@@ -2156,7 +2380,6 @@
2156
2380
  "github": "pimlie"
2157
2381
  }
2158
2382
  ],
2159
- "contributors": [],
2160
2383
  "compatibility": {
2161
2384
  "nuxt": "^2.0.0",
2162
2385
  "requires": {}
@@ -2166,7 +2389,7 @@
2166
2389
  "name": "mdx",
2167
2390
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
2168
2391
  "repo": "nuxt-community/mdx-module",
2169
- "npm": "",
2392
+ "npm": "@nuxtjs/mdx",
2170
2393
  "icon": "mdx.png",
2171
2394
  "github": "https://github.com/nuxt-community/mdx-module",
2172
2395
  "website": "https://mdx.nuxtjs.org",
@@ -2180,17 +2403,41 @@
2180
2403
  "twitter": "codebender828"
2181
2404
  }
2182
2405
  ],
2183
- "contributors": [],
2184
2406
  "compatibility": {
2185
2407
  "nuxt": "^2.0.0",
2186
2408
  "requires": {}
2187
2409
  }
2188
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
+ },
2189
2436
  {
2190
2437
  "name": "memwatch",
2191
2438
  "description": "Quickly watch real-time memory stats of your nuxt app",
2192
2439
  "repo": "pimlie/nuxt-memwatch",
2193
- "npm": "",
2440
+ "npm": "nuxt-memwatch",
2194
2441
  "icon": "",
2195
2442
  "github": "https://github.com/pimlie/nuxt-memwatch",
2196
2443
  "website": "https://github.com/pimlie/nuxt-memwatch",
@@ -2203,7 +2450,6 @@
2203
2450
  "github": "pimlie"
2204
2451
  }
2205
2452
  ],
2206
- "contributors": [],
2207
2453
  "compatibility": {
2208
2454
  "nuxt": "^2.0.0",
2209
2455
  "requires": {}
@@ -2213,7 +2459,7 @@
2213
2459
  "name": "mobile",
2214
2460
  "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2215
2461
  "repo": "ChanningDefoe/nuxt-mobile-detect",
2216
- "npm": "",
2462
+ "npm": "nuxt-mobile",
2217
2463
  "icon": "",
2218
2464
  "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2219
2465
  "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
@@ -2226,7 +2472,6 @@
2226
2472
  "github": "ChanningDefoe"
2227
2473
  }
2228
2474
  ],
2229
- "contributors": [],
2230
2475
  "compatibility": {
2231
2476
  "nuxt": "^2.0.0",
2232
2477
  "requires": {}
@@ -2236,7 +2481,7 @@
2236
2481
  "name": "moment",
2237
2482
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2238
2483
  "repo": "nuxt-community/moment-module",
2239
- "npm": "",
2484
+ "npm": "@nuxtjs/moment",
2240
2485
  "icon": "momentjs.png",
2241
2486
  "github": "https://github.com/nuxt-community/moment-module",
2242
2487
  "website": "https://github.com/nuxt-community/moment-module",
@@ -2254,7 +2499,6 @@
2254
2499
  "github": "ricardogobbosouza"
2255
2500
  }
2256
2501
  ],
2257
- "contributors": [],
2258
2502
  "compatibility": {
2259
2503
  "nuxt": "^2.0.0",
2260
2504
  "requires": {}
@@ -2264,7 +2508,7 @@
2264
2508
  "name": "mq",
2265
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.",
2266
2510
  "repo": "vanhoofmaarten/nuxt-mq",
2267
- "npm": "",
2511
+ "npm": "nuxt-mq",
2268
2512
  "icon": "",
2269
2513
  "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2270
2514
  "website": "https://github.com/vanhoofmaarten/nuxt-mq",
@@ -2277,7 +2521,6 @@
2277
2521
  "github": "vanhoofmaarten"
2278
2522
  }
2279
2523
  ],
2280
- "contributors": [],
2281
2524
  "compatibility": {
2282
2525
  "nuxt": "^2.0.0",
2283
2526
  "requires": {}
@@ -2287,7 +2530,7 @@
2287
2530
  "name": "neo",
2288
2531
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2289
2532
  "repo": "ezypeeze/nuxt-neo",
2290
- "npm": "",
2533
+ "npm": "nuxt-neo",
2291
2534
  "icon": "",
2292
2535
  "github": "https://github.com/ezypeeze/nuxt-neo",
2293
2536
  "website": "https://ezypeeze.github.io/nuxt-neo",
@@ -2300,7 +2543,6 @@
2300
2543
  "github": "ezypeeze"
2301
2544
  }
2302
2545
  ],
2303
- "contributors": [],
2304
2546
  "compatibility": {
2305
2547
  "nuxt": "^2.0.0",
2306
2548
  "requires": {}
@@ -2310,7 +2552,7 @@
2310
2552
  "name": "netlify-cache",
2311
2553
  "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
2312
2554
  "repo": "DreaMinder/nuxt-netlify-cache",
2313
- "npm": "",
2555
+ "npm": "nuxt-netlify-cache",
2314
2556
  "icon": "netlify.png",
2315
2557
  "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
2316
2558
  "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
@@ -2323,7 +2565,6 @@
2323
2565
  "github": "DreaMinder"
2324
2566
  }
2325
2567
  ],
2326
- "contributors": [],
2327
2568
  "compatibility": {
2328
2569
  "nuxt": "^2.0.0",
2329
2570
  "requires": {}
@@ -2333,7 +2574,7 @@
2333
2574
  "name": "netlify-files",
2334
2575
  "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
2335
2576
  "repo": "nuxt-community/netlify-files-module",
2336
- "npm": "",
2577
+ "npm": "@nuxtjs/netlify-files",
2337
2578
  "icon": "netlify.png",
2338
2579
  "github": "https://github.com/nuxt-community/netlify-files-module",
2339
2580
  "website": "https://github.com/nuxt-community/netlify-files-module",
@@ -2347,7 +2588,6 @@
2347
2588
  "twitter": "TheAlexLichter"
2348
2589
  }
2349
2590
  ],
2350
- "contributors": [],
2351
2591
  "compatibility": {
2352
2592
  "nuxt": "^2.0.0",
2353
2593
  "requires": {}
@@ -2357,7 +2597,7 @@
2357
2597
  "name": "netlify",
2358
2598
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2359
2599
  "repo": "bazzite/nuxt-netlify",
2360
- "npm": "",
2600
+ "npm": "@aceforth/nuxt-netlify",
2361
2601
  "icon": "netlify.png",
2362
2602
  "github": "https://github.com/bazzite/nuxt-netlify",
2363
2603
  "website": "https://marquez.co/docs/nuxt-netlify/",
@@ -2370,7 +2610,6 @@
2370
2610
  "github": "bazzite"
2371
2611
  }
2372
2612
  ],
2373
- "contributors": [],
2374
2613
  "compatibility": {
2375
2614
  "nuxt": "^2.0.0",
2376
2615
  "requires": {}
@@ -2380,7 +2619,7 @@
2380
2619
  "name": "ngrok",
2381
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",
2382
2621
  "repo": "nuxt-community/ngrok",
2383
- "npm": "",
2622
+ "npm": "@nuxtjs/ngrok",
2384
2623
  "icon": "ngrok.png",
2385
2624
  "github": "https://github.com/nuxt-community/ngrok-module",
2386
2625
  "website": "https://ngrok.nuxtjs.org",
@@ -2399,7 +2638,6 @@
2399
2638
  "twitter": "_pi0_"
2400
2639
  }
2401
2640
  ],
2402
- "contributors": [],
2403
2641
  "compatibility": {
2404
2642
  "nuxt": "^2.0.0",
2405
2643
  "requires": {}
@@ -2409,7 +2647,7 @@
2409
2647
  "name": "notion",
2410
2648
  "description": "Vue renderer for Notion pages",
2411
2649
  "repo": "janniks/vue-notion",
2412
- "npm": "",
2650
+ "npm": "vue-notion",
2413
2651
  "icon": "notion.svg",
2414
2652
  "github": "https://github.com/janniks/vue-notion",
2415
2653
  "website": "https://github.com/janniks/vue-notion",
@@ -2422,42 +2660,106 @@
2422
2660
  "github": "janniks"
2423
2661
  }
2424
2662
  ],
2425
- "contributors": [],
2426
2663
  "compatibility": {
2427
2664
  "nuxt": "^2.0.0",
2428
2665
  "requires": {}
2429
2666
  }
2430
2667
  },
2431
2668
  {
2432
- "name": "nuxt-hue",
2433
- "description": "Enlighten your Nuxt experience",
2434
- "repo": "lihbr/nuxt-hue",
2435
- "npm": "",
2436
- "icon": "nuxt-hue.svg",
2437
- "github": "https://github.com/lihbr/nuxt-hue",
2438
- "website": "https://github.com/lihbr/nuxt-hue",
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",
2439
2676
  "learn_more": "",
2440
2677
  "category": "Devtools",
2441
2678
  "type": "3rd-party",
2442
2679
  "maintainers": [
2443
2680
  {
2444
- "name": "lihbr",
2445
- "github": "lihbr"
2681
+ "name": "sidebase",
2682
+ "github": "sidebase"
2446
2683
  }
2447
2684
  ],
2448
- "contributors": [],
2449
2685
  "compatibility": {
2450
- "nuxt": "^2.0.0 || ^3.0.0",
2451
- "requires": {
2452
- "bridge": "optional"
2453
- }
2454
- }
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",
2717
+ "icon": "nuxt-hue.svg",
2718
+ "github": "https://github.com/lihbr/nuxt-hue",
2719
+ "website": "https://github.com/lihbr/nuxt-hue",
2720
+ "learn_more": "",
2721
+ "category": "Devtools",
2722
+ "type": "3rd-party",
2723
+ "maintainers": [
2724
+ {
2725
+ "name": "lihbr",
2726
+ "github": "lihbr"
2727
+ }
2728
+ ],
2729
+ "compatibility": {
2730
+ "nuxt": "^2.0.0 || ^3.0.0",
2731
+ "requires": {
2732
+ "bridge": "optional"
2733
+ }
2734
+ }
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
+ }
2455
2757
  },
2456
2758
  {
2457
2759
  "name": "nuxt-pino-log",
2458
2760
  "description": "Structured logs for nuxt apps using pino",
2459
2761
  "repo": "kpn/nuxt-pino-log",
2460
- "npm": "",
2762
+ "npm": "nuxt-pino-log",
2461
2763
  "icon": "",
2462
2764
  "github": "https://github.com/kpn/nuxt-pino-log",
2463
2765
  "website": "https://github.com/kpn/nuxt-pino-log",
@@ -2470,17 +2772,38 @@
2470
2772
  "github": "kpn"
2471
2773
  }
2472
2774
  ],
2473
- "contributors": [],
2474
2775
  "compatibility": {
2475
2776
  "nuxt": "^2.0.0",
2476
2777
  "requires": {}
2477
2778
  }
2478
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
+ },
2479
2802
  {
2480
2803
  "name": "nuxt-png-to-ico",
2481
2804
  "description": "Nuxt.js module for auto generating favicons",
2482
2805
  "repo": "b5710546232/nuxt-png-to-ico",
2483
- "npm": "",
2806
+ "npm": "nuxt-png-to-ico",
2484
2807
  "icon": "",
2485
2808
  "github": "https://github.com/b5710546232/nuxt-png-to-ico",
2486
2809
  "website": "https://github.com/b5710546232/nuxt-png-to-ico",
@@ -2494,7 +2817,6 @@
2494
2817
  "avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
2495
2818
  }
2496
2819
  ],
2497
- "contributors": [],
2498
2820
  "compatibility": {
2499
2821
  "nuxt": "^2.0.0",
2500
2822
  "requires": {}
@@ -2504,7 +2826,7 @@
2504
2826
  "name": "nuxt-smartlook",
2505
2827
  "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
2506
2828
  "repo": "f00b4r/nuxt-smartlook",
2507
- "npm": "",
2829
+ "npm": "nuxt-smartlook",
2508
2830
  "icon": "nuxt-smartlook.png",
2509
2831
  "github": "https://github.com/f00b4r/nuxt-smartlook",
2510
2832
  "website": "https://github.com/f00b4r/nuxt-smartlook",
@@ -2519,7 +2841,100 @@
2519
2841
  "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
2520
2842
  }
2521
2843
  ],
2522
- "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
+ ],
2523
2938
  "compatibility": {
2524
2939
  "nuxt": "^2.0.0",
2525
2940
  "requires": {}
@@ -2529,7 +2944,7 @@
2529
2944
  "name": "nuxt-use-motion",
2530
2945
  "description": "A Nuxt module putting your components in motion",
2531
2946
  "repo": "Tahul/nuxt-use-motion",
2532
- "npm": "",
2947
+ "npm": "nuxt-use-motion",
2533
2948
  "icon": "nuxt-use-motion.svg",
2534
2949
  "github": "https://github.com/Tahul/nuxt-use-motion",
2535
2950
  "website": "https://github.com/Tahul/nuxt-use-motion",
@@ -2542,7 +2957,6 @@
2542
2957
  "github": "Tahul"
2543
2958
  }
2544
2959
  ],
2545
- "contributors": [],
2546
2960
  "compatibility": {
2547
2961
  "nuxt": "^2.0.0",
2548
2962
  "requires": {}
@@ -2552,7 +2966,7 @@
2552
2966
  "name": "nuxt-use-sound",
2553
2967
  "description": "A Nuxt module for playing sound effects.",
2554
2968
  "repo": "Tahul/nuxt-use-sound",
2555
- "npm": "",
2969
+ "npm": "nuxt-use-sound",
2556
2970
  "icon": "nuxt-use-sound.svg",
2557
2971
  "github": "https://github.com/Tahul/nuxt-use-sound",
2558
2972
  "website": "https://github.com/Tahul/nuxt-use-sound",
@@ -2565,7 +2979,6 @@
2565
2979
  "github": "Tahul"
2566
2980
  }
2567
2981
  ],
2568
- "contributors": [],
2569
2982
  "compatibility": {
2570
2983
  "nuxt": "^2.0.0",
2571
2984
  "requires": {}
@@ -2575,7 +2988,7 @@
2575
2988
  "name": "nuxt-viewport",
2576
2989
  "description": "Define custom viewports for your Nuxt project",
2577
2990
  "repo": "mvrlin/nuxt-viewport",
2578
- "npm": "",
2991
+ "npm": "nuxt-viewport",
2579
2992
  "icon": "nuxt-viewport.svg",
2580
2993
  "github": "https://github.com/mvrlin/nuxt-viewport",
2581
2994
  "website": "https://github.com/mvrlin/nuxt-viewport",
@@ -2588,17 +3001,18 @@
2588
3001
  "github": "mvrlin"
2589
3002
  }
2590
3003
  ],
2591
- "contributors": [],
2592
3004
  "compatibility": {
2593
- "nuxt": "^2.0.0",
2594
- "requires": {}
3005
+ "nuxt": "^2.0.0 || ^3.0.0",
3006
+ "requires": {
3007
+ "bridge": "optional"
3008
+ }
2595
3009
  }
2596
3010
  },
2597
3011
  {
2598
3012
  "name": "nuxt7",
2599
3013
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
2600
3014
  "repo": "nuxt-community/nuxt7",
2601
- "npm": "",
3015
+ "npm": "nuxt7",
2602
3016
  "icon": "",
2603
3017
  "github": "https://github.com/nuxt-community/nuxt7",
2604
3018
  "website": "https://github.com/nuxt-community/nuxt7",
@@ -2612,7 +3026,6 @@
2612
3026
  "twitter": "_pi0_"
2613
3027
  }
2614
3028
  ],
2615
- "contributors": [],
2616
3029
  "compatibility": {
2617
3030
  "nuxt": "^2.0.0",
2618
3031
  "requires": {}
@@ -2622,7 +3035,7 @@
2622
3035
  "name": "onesignal",
2623
3036
  "description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
2624
3037
  "repo": "nuxt-community/onesignal-module",
2625
- "npm": "",
3038
+ "npm": "@nuxtjs/onesignal",
2626
3039
  "icon": "one-signal.png",
2627
3040
  "github": "https://github.com/nuxt-community/onesignal-module",
2628
3041
  "website": "https://github.com/nuxt-community/onesignal-module",
@@ -2636,7 +3049,6 @@
2636
3049
  "twitter": "_pi0_"
2637
3050
  }
2638
3051
  ],
2639
- "contributors": [],
2640
3052
  "compatibility": {
2641
3053
  "nuxt": "^2.0.0",
2642
3054
  "requires": {}
@@ -2646,7 +3058,7 @@
2646
3058
  "name": "optimized-images",
2647
3059
  "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
2648
3060
  "repo": "juliomrqz/nuxt-optimized-images",
2649
- "npm": "",
3061
+ "npm": "@aceforth/nuxt-optimized-images",
2650
3062
  "icon": "",
2651
3063
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
2652
3064
  "website": "https://marquez.co/docs/nuxt-optimized-images/",
@@ -2660,7 +3072,6 @@
2660
3072
  "twitter": "juliomrqz"
2661
3073
  }
2662
3074
  ],
2663
- "contributors": [],
2664
3075
  "compatibility": {
2665
3076
  "nuxt": "^2.0.0",
2666
3077
  "requires": {}
@@ -2670,7 +3081,7 @@
2670
3081
  "name": "page-generator-helper",
2671
3082
  "description": "Generate your pages statically without using payload extractors.",
2672
3083
  "repo": "GrabarzUndPartner/nuxt-page-generator-helper",
2673
- "npm": "",
3084
+ "npm": "nuxt-page-generator-helper",
2674
3085
  "icon": "",
2675
3086
  "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
2676
3087
  "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
@@ -2683,7 +3094,6 @@
2683
3094
  "github": "GrabarzUndPartner"
2684
3095
  }
2685
3096
  ],
2686
- "contributors": [],
2687
3097
  "compatibility": {
2688
3098
  "nuxt": "^2.0.0",
2689
3099
  "requires": {}
@@ -2693,7 +3103,7 @@
2693
3103
  "name": "parse",
2694
3104
  "description": "Parse package for Nuxt.js",
2695
3105
  "repo": "cierrateam/nuxt-parse",
2696
- "npm": "",
3106
+ "npm": "nuxt-parse",
2697
3107
  "icon": "",
2698
3108
  "github": "https://github.com/cierrateam/nuxt-parse",
2699
3109
  "website": "https://github.com/cierrateam/nuxt-parse",
@@ -2706,7 +3116,6 @@
2706
3116
  "github": "cierrateam"
2707
3117
  }
2708
3118
  ],
2709
- "contributors": [],
2710
3119
  "compatibility": {
2711
3120
  "nuxt": "^2.0.0",
2712
3121
  "requires": {}
@@ -2715,11 +3124,11 @@
2715
3124
  {
2716
3125
  "name": "partytown",
2717
3126
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2718
- "repo": "nuxt-community/partytown-module",
2719
- "npm": "",
3127
+ "repo": "nuxt-modules/partytown",
3128
+ "npm": "@nuxtjs/partytown",
2720
3129
  "icon": "partytown.svg",
2721
- "github": "https://github.com/nuxt-community/partytown-module",
2722
- "website": "https://github.com/nuxt-community/partytown-module",
3130
+ "github": "https://github.com/nuxt-modules/partytown",
3131
+ "website": "https://github.com/nuxt-modules/partytown",
2723
3132
  "learn_more": "https://partytown.builder.io/",
2724
3133
  "category": "Performance",
2725
3134
  "type": "community",
@@ -2730,7 +3139,6 @@
2730
3139
  "twitter": "danielcroe"
2731
3140
  }
2732
3141
  ],
2733
- "contributors": [],
2734
3142
  "compatibility": {
2735
3143
  "nuxt": "^2.0.0 || ^3.0.0",
2736
3144
  "requires": {
@@ -2742,7 +3150,7 @@
2742
3150
  "name": "persian-datepicker",
2743
3151
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
2744
3152
  "repo": "alireza-ab/vue-persian-datepicker",
2745
- "npm": "",
3153
+ "npm": "@alireza-ab/vue-persian-datepicker",
2746
3154
  "icon": "persian-datepicker.svg",
2747
3155
  "github": "https://github.com/alireza-ab/vue-persian-datepicker",
2748
3156
  "website": "https://alireza-ab.ir/datepicker",
@@ -2756,7 +3164,6 @@
2756
3164
  "avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
2757
3165
  }
2758
3166
  ],
2759
- "contributors": [],
2760
3167
  "compatibility": {
2761
3168
  "nuxt": "^2.0.0",
2762
3169
  "requires": {}
@@ -2766,7 +3173,7 @@
2766
3173
  "name": "pinia",
2767
3174
  "description": "The Vue Store that you will enjoy using",
2768
3175
  "repo": "posva/pinia#v2/packages/nuxt",
2769
- "npm": "",
3176
+ "npm": "@pinia/nuxt",
2770
3177
  "icon": "pinia.svg",
2771
3178
  "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
2772
3179
  "website": "https://pinia.esm.dev/",
@@ -2779,7 +3186,6 @@
2779
3186
  "github": "posva"
2780
3187
  }
2781
3188
  ],
2782
- "contributors": [],
2783
3189
  "compatibility": {
2784
3190
  "nuxt": "^2.0.0 || ^3.0.0",
2785
3191
  "requires": {
@@ -2789,22 +3195,21 @@
2789
3195
  },
2790
3196
  {
2791
3197
  "name": "plausible",
2792
- "description": "Plausible analytics for Vue.js and Nuxt",
2793
- "repo": "moritzsternemann/vue-plausible",
2794
- "npm": "",
2795
- "icon": "plausible.png",
2796
- "github": "https://github.com/moritzsternemann/vue-plausible",
2797
- "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",
2798
3204
  "learn_more": "",
2799
- "category": "Analytics",
2800
- "type": "3rd-party",
3205
+ "category": "Devtools",
3206
+ "type": "community",
2801
3207
  "maintainers": [
2802
3208
  {
2803
- "name": "moritzsternemann",
2804
- "github": "moritzsternemann"
3209
+ "name": "nuxt-modules",
3210
+ "github": "nuxt-modules"
2805
3211
  }
2806
3212
  ],
2807
- "contributors": [],
2808
3213
  "compatibility": {
2809
3214
  "nuxt": "^2.0.0",
2810
3215
  "requires": {}
@@ -2814,7 +3219,7 @@
2814
3219
  "name": "precompress",
2815
3220
  "description": "Precompress files to gzip and brotli and serve them automatically",
2816
3221
  "repo": "frenchrabbit/nuxt-precompress",
2817
- "npm": "",
3222
+ "npm": "nuxt-precompress",
2818
3223
  "icon": "",
2819
3224
  "github": "https://github.com/frenchrabbit/nuxt-precompress",
2820
3225
  "website": "https://github.com/frenchrabbit/nuxt-precompress",
@@ -2827,7 +3232,6 @@
2827
3232
  "github": "frenchrabbit"
2828
3233
  }
2829
3234
  ],
2830
- "contributors": [],
2831
3235
  "compatibility": {
2832
3236
  "nuxt": "^2.0.0",
2833
3237
  "requires": {}
@@ -2836,33 +3240,23 @@
2836
3240
  {
2837
3241
  "name": "prismic",
2838
3242
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2839
- "repo": "nuxt-community/prismic-module",
2840
- "npm": "",
3243
+ "repo": "nuxt-modules/prismic",
3244
+ "npm": "@nuxtjs/prismic",
2841
3245
  "icon": "prismic.png",
2842
- "github": "https://github.com/nuxt-community/prismic-module",
3246
+ "github": "https://github.com/nuxt-modules/prismic",
2843
3247
  "website": "https://prismic.nuxtjs.org",
2844
- "learn_more": "https://prismic.io/",
3248
+ "learn_more": "https://prismic.io",
2845
3249
  "category": "CMS",
2846
3250
  "type": "community",
2847
3251
  "maintainers": [
2848
- {
2849
- "name": "Sébastien Chopin",
2850
- "github": "Atinux",
2851
- "twitter": "Atinux"
2852
- },
2853
3252
  {
2854
3253
  "name": "lihbr",
2855
3254
  "github": "lihbr",
2856
3255
  "twitter": "li_hbr"
2857
- },
2858
- {
2859
- "name": "James Pegg",
2860
- "github": "jamespegg"
2861
3256
  }
2862
3257
  ],
2863
- "contributors": [],
2864
3258
  "compatibility": {
2865
- "nuxt": "^2.0.0",
3259
+ "nuxt": "^2.0.0 || ^3.0.0",
2866
3260
  "requires": {}
2867
3261
  }
2868
3262
  },
@@ -2870,7 +3264,7 @@
2870
3264
  "name": "protected-mailto",
2871
3265
  "description": "Nuxt component to generate encoded mailto links",
2872
3266
  "repo": "mmoollllee/nuxt-protected-mailto",
2873
- "npm": "",
3267
+ "npm": "nuxt-protected-mailto",
2874
3268
  "icon": "",
2875
3269
  "github": "https://github.com/mmoollllee/nuxt-protected-mailto",
2876
3270
  "website": "https://github.com/mmoollllee/nuxt-protected-mailto",
@@ -2883,7 +3277,6 @@
2883
3277
  "github": "mmoollllee"
2884
3278
  }
2885
3279
  ],
2886
- "contributors": [],
2887
3280
  "compatibility": {
2888
3281
  "nuxt": "^2.0.0",
2889
3282
  "requires": {}
@@ -2893,7 +3286,7 @@
2893
3286
  "name": "proxy",
2894
3287
  "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
2895
3288
  "repo": "nuxt-community/proxy-module",
2896
- "npm": "",
3289
+ "npm": "@nuxtjs/proxy",
2897
3290
  "icon": "",
2898
3291
  "github": "https://github.com/nuxt-community/proxy-module",
2899
3292
  "website": "https://github.com/nuxt-community/proxy-module",
@@ -2907,7 +3300,6 @@
2907
3300
  "twitter": "_pi0_"
2908
3301
  }
2909
3302
  ],
2910
- "contributors": [],
2911
3303
  "compatibility": {
2912
3304
  "nuxt": "^2.0.0",
2913
3305
  "requires": {}
@@ -2917,7 +3309,7 @@
2917
3309
  "name": "prune-html",
2918
3310
  "description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
2919
3311
  "repo": "LuXDAmore/nuxt-prune-html",
2920
- "npm": "",
3312
+ "npm": "@luxdamore/nuxt-prune-html",
2921
3313
  "icon": "",
2922
3314
  "github": "https://github.com/LuXDAmore/nuxt-prune-html",
2923
3315
  "website": "https://luxdamore.github.io/nuxt-prune-html/",
@@ -2931,7 +3323,6 @@
2931
3323
  "twitter": "luxdamore"
2932
3324
  }
2933
3325
  ],
2934
- "contributors": [],
2935
3326
  "compatibility": {
2936
3327
  "nuxt": "^2.0.0",
2937
3328
  "requires": {}
@@ -2940,8 +3331,8 @@
2940
3331
  {
2941
3332
  "name": "purgecss",
2942
3333
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2943
- "repo": "Developmint/nuxt-purgecss",
2944
- "npm": "",
3334
+ "repo": "Developmint/nuxt-purgecss#main",
3335
+ "npm": "nuxt-purgecss",
2945
3336
  "icon": "purgecss.png",
2946
3337
  "github": "https://github.com/Developmint/nuxt-purgecss",
2947
3338
  "website": "https://github.com/Developmint/nuxt-purgecss",
@@ -2954,9 +3345,8 @@
2954
3345
  "github": "Developmint"
2955
3346
  }
2956
3347
  ],
2957
- "contributors": [],
2958
3348
  "compatibility": {
2959
- "nuxt": "^2.0.0",
3349
+ "nuxt": "^2.0.0 || ^3.0.0",
2960
3350
  "requires": {}
2961
3351
  }
2962
3352
  },
@@ -2964,7 +3354,7 @@
2964
3354
  "name": "pwa",
2965
3355
  "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
2966
3356
  "repo": "nuxt-community/pwa-module",
2967
- "npm": "",
3357
+ "npm": "@nuxtjs/pwa",
2968
3358
  "icon": "pwa.png",
2969
3359
  "github": "https://github.com/nuxt-community/pwa-module",
2970
3360
  "website": "https://pwa.nuxtjs.org",
@@ -2978,7 +3368,6 @@
2978
3368
  "twitter": "_pi0_"
2979
3369
  }
2980
3370
  ],
2981
- "contributors": [],
2982
3371
  "compatibility": {
2983
3372
  "nuxt": "^2.0.0",
2984
3373
  "requires": {
@@ -2990,7 +3379,7 @@
2990
3379
  "name": "python",
2991
3380
  "description": "Write Nuxt.js applications using Python",
2992
3381
  "repo": "nuxt-community/python-module",
2993
- "npm": "",
3382
+ "npm": "@nuxtjs/python",
2994
3383
  "icon": "python.png",
2995
3384
  "github": "https://github.com/nuxt-community/python-module",
2996
3385
  "website": "https://github.com/nuxt-community/python-module",
@@ -3003,7 +3392,6 @@
3003
3392
  "github": "icarito"
3004
3393
  }
3005
3394
  ],
3006
- "contributors": [],
3007
3395
  "compatibility": {
3008
3396
  "nuxt": "^2.0.0",
3009
3397
  "requires": {}
@@ -3013,7 +3401,7 @@
3013
3401
  "name": "recaptcha",
3014
3402
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
3015
3403
  "repo": "nuxt-community/recaptcha-module",
3016
- "npm": "",
3404
+ "npm": "@nuxtjs/recaptcha",
3017
3405
  "icon": "recaptcha.png",
3018
3406
  "github": "https://github.com/nuxt-community/recaptcha-module",
3019
3407
  "website": "https://github.com/nuxt-community/recaptcha-module",
@@ -3026,7 +3414,6 @@
3026
3414
  "github": "mvrlin"
3027
3415
  }
3028
3416
  ],
3029
- "contributors": [],
3030
3417
  "compatibility": {
3031
3418
  "nuxt": "^2.0.0",
3032
3419
  "requires": {}
@@ -3036,7 +3423,7 @@
3036
3423
  "name": "redirect",
3037
3424
  "description": "Nuxt module to dynamically redirect initial requests",
3038
3425
  "repo": "nuxt-community/redirect-module",
3039
- "npm": "",
3426
+ "npm": "@nuxtjs/redirect-module",
3040
3427
  "icon": "",
3041
3428
  "github": "https://github.com/nuxt-community/redirect-module",
3042
3429
  "website": "https://github.com/nuxt-community/redirect-module",
@@ -3050,7 +3437,6 @@
3050
3437
  "twitter": "TheAlexLichter"
3051
3438
  }
3052
3439
  ],
3053
- "contributors": [],
3054
3440
  "compatibility": {
3055
3441
  "nuxt": "^2.0.0",
3056
3442
  "requires": {}
@@ -3060,7 +3446,7 @@
3060
3446
  "name": "rfg-icon",
3061
3447
  "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
3062
3448
  "repo": "pimlie/nuxt-rfg-icon",
3063
- "npm": "",
3449
+ "npm": "nuxt-rfg-icon",
3064
3450
  "icon": "real-favicon-generator.png",
3065
3451
  "github": "https://github.com/pimlie/nuxt-rfg-icon",
3066
3452
  "website": "https://github.com/pimlie/nuxt-rfg-icon",
@@ -3073,7 +3459,6 @@
3073
3459
  "github": "pimlie"
3074
3460
  }
3075
3461
  ],
3076
- "contributors": [],
3077
3462
  "compatibility": {
3078
3463
  "nuxt": "^2.0.0",
3079
3464
  "requires": {}
@@ -3083,8 +3468,8 @@
3083
3468
  "name": "robots",
3084
3469
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3085
3470
  "repo": "nuxt-community/robots-module",
3086
- "npm": "",
3087
- "icon": "",
3471
+ "npm": "@nuxtjs/robots",
3472
+ "icon": "robots.png",
3088
3473
  "github": "https://github.com/nuxt-community/robots-module",
3089
3474
  "website": "https://github.com/nuxt-community/robots-module",
3090
3475
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
@@ -3096,17 +3481,18 @@
3096
3481
  "github": "ricardogobbosouza"
3097
3482
  }
3098
3483
  ],
3099
- "contributors": [],
3100
3484
  "compatibility": {
3101
- "nuxt": "^2.0.0",
3102
- "requires": {}
3485
+ "nuxt": "^2.0.0 || ^3.0.0",
3486
+ "requires": {
3487
+ "bridge": "optional"
3488
+ }
3103
3489
  }
3104
3490
  },
3105
3491
  {
3106
3492
  "name": "rollbar",
3107
3493
  "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
3108
3494
  "repo": "gaelreyrol/nuxt-rollbar-module",
3109
- "npm": "",
3495
+ "npm": "nuxt-rollbar-module",
3110
3496
  "icon": "rollbar.png",
3111
3497
  "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
3112
3498
  "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
@@ -3119,7 +3505,6 @@
3119
3505
  "github": "gaelreyrol"
3120
3506
  }
3121
3507
  ],
3122
- "contributors": [],
3123
3508
  "compatibility": {
3124
3509
  "nuxt": "^2.0.0",
3125
3510
  "requires": {}
@@ -3129,7 +3514,7 @@
3129
3514
  "name": "router-extras",
3130
3515
  "description": "Extra Add-ons for nuxt router",
3131
3516
  "repo": "nuxt-community/router-extras-module",
3132
- "npm": "",
3517
+ "npm": "@nuxtjs/router-extras",
3133
3518
  "icon": "vue.png",
3134
3519
  "github": "https://github.com/nuxt-community/router-extras-module",
3135
3520
  "website": "https://github.com/nuxt-community/router-extras-module",
@@ -3143,7 +3528,6 @@
3143
3528
  "twitter": "a_birang"
3144
3529
  }
3145
3530
  ],
3146
- "contributors": [],
3147
3531
  "compatibility": {
3148
3532
  "nuxt": "^2.0.0",
3149
3533
  "requires": {}
@@ -3153,7 +3537,7 @@
3153
3537
  "name": "router",
3154
3538
  "description": "Nuxt.js module to use router.js instead of pages/ directory",
3155
3539
  "repo": "nuxt-community/router-module",
3156
- "npm": "",
3540
+ "npm": "@nuxtjs/router",
3157
3541
  "icon": "vue.png",
3158
3542
  "github": "https://github.com/nuxt-community/router-module",
3159
3543
  "website": "https://github.com/nuxt-community/router-module",
@@ -3167,7 +3551,6 @@
3167
3551
  "twitter": "Atinux"
3168
3552
  }
3169
3553
  ],
3170
- "contributors": [],
3171
3554
  "compatibility": {
3172
3555
  "nuxt": "^2.0.0",
3173
3556
  "requires": {}
@@ -3175,11 +3558,11 @@
3175
3558
  },
3176
3559
  {
3177
3560
  "name": "sanity",
3178
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
3179
- "repo": "nuxt-community/sanity-module#main",
3180
- "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",
3181
3564
  "icon": "sanity.png",
3182
- "github": "https://github.com/nuxt-community/sanity-module#main",
3565
+ "github": "https://github.com/nuxt-modules/sanity#main",
3183
3566
  "website": "https://sanity.nuxtjs.org",
3184
3567
  "learn_more": "https://www.sanity.io/",
3185
3568
  "category": "CMS",
@@ -3191,9 +3574,34 @@
3191
3574
  "twitter": "danielcroe"
3192
3575
  }
3193
3576
  ],
3194
- "contributors": [],
3195
3577
  "compatibility": {
3196
- "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",
3197
3605
  "requires": {}
3198
3606
  }
3199
3607
  },
@@ -3201,7 +3609,7 @@
3201
3609
  "name": "scss-to-js",
3202
3610
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
3203
3611
  "repo": "sugoidesune/nuxt-scss-to-js",
3204
- "npm": "",
3612
+ "npm": "nuxt-scss-to-js",
3205
3613
  "icon": "",
3206
3614
  "github": "https://github.com/sugoidesune/nuxt-scss-to-js",
3207
3615
  "website": "https://github.com/sugoidesune/nuxt-scss-to-js",
@@ -3214,17 +3622,39 @@
3214
3622
  "github": "sugoidesune"
3215
3623
  }
3216
3624
  ],
3217
- "contributors": [],
3218
3625
  "compatibility": {
3219
3626
  "nuxt": "^2.0.0",
3220
3627
  "requires": {}
3221
3628
  }
3222
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
+ },
3223
3653
  {
3224
3654
  "name": "segment",
3225
3655
  "description": "Nuxt.js module for Segment Analytics.js",
3226
3656
  "repo": "dansmaculotte/nuxt-segment",
3227
- "npm": "",
3657
+ "npm": "@dansmaculotte/nuxt-segment",
3228
3658
  "icon": "segment.png",
3229
3659
  "github": "https://github.com/dansmaculotte/nuxt-segment",
3230
3660
  "website": "https://github.com/dansmaculotte/nuxt-segment",
@@ -3237,7 +3667,6 @@
3237
3667
  "github": "dansmaculotte"
3238
3668
  }
3239
3669
  ],
3240
- "contributors": [],
3241
3670
  "compatibility": {
3242
3671
  "nuxt": "^2.0.0",
3243
3672
  "requires": {}
@@ -3247,7 +3676,7 @@
3247
3676
  "name": "sentry",
3248
3677
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
3249
3678
  "repo": "nuxt-community/sentry-module",
3250
- "npm": "",
3679
+ "npm": "@nuxtjs/sentry",
3251
3680
  "icon": "sentry.png",
3252
3681
  "github": "https://github.com/nuxt-community/sentry-module",
3253
3682
  "website": "https://sentry.nuxtjs.org/",
@@ -3260,7 +3689,6 @@
3260
3689
  "github": "rchl"
3261
3690
  }
3262
3691
  ],
3263
- "contributors": [],
3264
3692
  "compatibility": {
3265
3693
  "nuxt": "^2.0.0",
3266
3694
  "requires": {}
@@ -3269,8 +3697,8 @@
3269
3697
  {
3270
3698
  "name": "seo-meta",
3271
3699
  "description": "Simple generate seo metadata",
3272
- "repo": "ihavecoke/nuxtjs-seo-meta",
3273
- "npm": "",
3700
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3701
+ "npm": "nuxt-seo-meta",
3274
3702
  "icon": "",
3275
3703
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3276
3704
  "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3284,7 +3712,6 @@
3284
3712
  "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
3285
3713
  }
3286
3714
  ],
3287
- "contributors": [],
3288
3715
  "compatibility": {
3289
3716
  "nuxt": "^2.0.0",
3290
3717
  "requires": {}
@@ -3294,7 +3721,7 @@
3294
3721
  "name": "seomatic-meta",
3295
3722
  "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
3296
3723
  "repo": "ben-rogerson/nuxt-seomatic-meta",
3297
- "npm": "",
3724
+ "npm": "nuxt-seomatic-meta",
3298
3725
  "icon": "seomatic.png",
3299
3726
  "github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
3300
3727
  "website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
@@ -3307,7 +3734,6 @@
3307
3734
  "github": "ben-rogerson"
3308
3735
  }
3309
3736
  ],
3310
- "contributors": [],
3311
3737
  "compatibility": {
3312
3738
  "nuxt": "^2.0.0",
3313
3739
  "requires": {}
@@ -3317,7 +3743,7 @@
3317
3743
  "name": "separate-env",
3318
3744
  "description": "Separated environment variables for server and client builds",
3319
3745
  "repo": "nuxt-community/separate-env-module",
3320
- "npm": "",
3746
+ "npm": "@nuxtjs/separate-env",
3321
3747
  "icon": "",
3322
3748
  "github": "https://github.com/nuxt-community/separate-env-module",
3323
3749
  "website": "https://github.com/nuxt-community/separate-env-module",
@@ -3331,17 +3757,39 @@
3331
3757
  "twitter": "TheAlexLichter"
3332
3758
  }
3333
3759
  ],
3334
- "contributors": [],
3335
3760
  "compatibility": {
3336
3761
  "nuxt": "^2.0.0",
3337
3762
  "requires": {}
3338
3763
  }
3339
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
+ },
3340
3788
  {
3341
3789
  "name": "shopify",
3342
3790
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
3343
3791
  "repo": "Gomah/nuxt-shopify",
3344
- "npm": "",
3792
+ "npm": "nuxt-shopify",
3345
3793
  "icon": "shopify.png",
3346
3794
  "github": "https://github.com/Gomah/nuxt-shopify",
3347
3795
  "website": "https://github.com/Gomah/nuxt-shopify",
@@ -3354,17 +3802,39 @@
3354
3802
  "github": "Gomah"
3355
3803
  }
3356
3804
  ],
3357
- "contributors": [],
3358
3805
  "compatibility": {
3359
3806
  "nuxt": "^2.0.0",
3360
3807
  "requires": {}
3361
3808
  }
3362
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
+ },
3363
3833
  {
3364
3834
  "name": "simple-line-icons",
3365
3835
  "description": "Nuxt module to add simple-line-icons ",
3366
3836
  "repo": "vaso2/nuxt-simple-line-icons",
3367
- "npm": "",
3837
+ "npm": "nuxt-simple-line-icons",
3368
3838
  "icon": "",
3369
3839
  "github": "https://github.com/vaso2/nuxt-simple-line-icons",
3370
3840
  "website": "https://github.com/vaso2/nuxt-simple-line-icons",
@@ -3377,7 +3847,6 @@
3377
3847
  "github": "vaso2"
3378
3848
  }
3379
3849
  ],
3380
- "contributors": [],
3381
3850
  "compatibility": {
3382
3851
  "nuxt": "^2.0.0",
3383
3852
  "requires": {}
@@ -3387,7 +3856,7 @@
3387
3856
  "name": "sitemap",
3388
3857
  "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
3389
3858
  "repo": "nuxt-community/sitemap-module#dev",
3390
- "npm": "",
3859
+ "npm": "@nuxtjs/sitemap",
3391
3860
  "icon": "",
3392
3861
  "github": "https://github.com/nuxt-community/sitemap-module#dev",
3393
3862
  "website": "https://sitemap.nuxtjs.org",
@@ -3401,7 +3870,6 @@
3401
3870
  "twitter": "NicoPennec"
3402
3871
  }
3403
3872
  ],
3404
- "contributors": [],
3405
3873
  "compatibility": {
3406
3874
  "nuxt": "^2.0.0",
3407
3875
  "requires": {}
@@ -3411,7 +3879,7 @@
3411
3879
  "name": "snipcart",
3412
3880
  "description": "Snipcart integration module for Nuxt.js",
3413
3881
  "repo": "nuxt-community/snipcart-module",
3414
- "npm": "",
3882
+ "npm": "@nuxtjs/snipcart",
3415
3883
  "icon": "snipcart.png",
3416
3884
  "github": "https://github.com/nuxt-community/snipcart-module",
3417
3885
  "website": "https://github.com/nuxt-community/snipcart-module",
@@ -3425,7 +3893,6 @@
3425
3893
  "twitter": "giraud_florent"
3426
3894
  }
3427
3895
  ],
3428
- "contributors": [],
3429
3896
  "compatibility": {
3430
3897
  "nuxt": "^2.0.0",
3431
3898
  "requires": {}
@@ -3435,7 +3902,7 @@
3435
3902
  "name": "social-meta",
3436
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.).",
3437
3904
  "repo": "AlekseyPleshkov/nuxt-social-meta",
3438
- "npm": "",
3905
+ "npm": "nuxt-social-meta",
3439
3906
  "icon": "",
3440
3907
  "github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
3441
3908
  "website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
@@ -3448,7 +3915,6 @@
3448
3915
  "github": "AlekseyPleshkov"
3449
3916
  }
3450
3917
  ],
3451
- "contributors": [],
3452
3918
  "compatibility": {
3453
3919
  "nuxt": "^2.0.0",
3454
3920
  "requires": {}
@@ -3458,7 +3924,7 @@
3458
3924
  "name": "socket-io",
3459
3925
  "description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
3460
3926
  "repo": "richardeschloss/nuxt-socket-io",
3461
- "npm": "",
3927
+ "npm": "nuxt-socket-io",
3462
3928
  "icon": "socket-io.png",
3463
3929
  "github": "https://github.com/richardeschloss/nuxt-socket-io",
3464
3930
  "website": "https://nuxt-socket-io.netlify.app/",
@@ -3471,7 +3937,6 @@
3471
3937
  "github": "richardeschloss"
3472
3938
  }
3473
3939
  ],
3474
- "contributors": [],
3475
3940
  "compatibility": {
3476
3941
  "nuxt": "^2.0.0",
3477
3942
  "requires": {}
@@ -3481,7 +3946,7 @@
3481
3946
  "name": "speedcurve",
3482
3947
  "description": "Speedcurve LUX module for Nuxt",
3483
3948
  "repo": "nuxt-community/speedcurve-module",
3484
- "npm": "",
3949
+ "npm": "@nuxtjs/speedcurve",
3485
3950
  "icon": "speedcurve.png",
3486
3951
  "github": "https://github.com/nuxt-community/speedcurve-module",
3487
3952
  "website": "https://speedcurve.nuxtjs.org",
@@ -3495,7 +3960,6 @@
3495
3960
  "twitter": "JoshDeltener"
3496
3961
  }
3497
3962
  ],
3498
- "contributors": [],
3499
3963
  "compatibility": {
3500
3964
  "nuxt": "^2.0.0",
3501
3965
  "requires": {}
@@ -3505,7 +3969,7 @@
3505
3969
  "name": "speedkit",
3506
3970
  "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
3507
3971
  "repo": "GrabarzUndPartner/nuxt-speedkit",
3508
- "npm": "",
3972
+ "npm": "nuxt-speedkit",
3509
3973
  "icon": "speedkit.png",
3510
3974
  "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
3511
3975
  "website": "https://nuxt-speedkit.grabarzundpartner.dev",
@@ -3529,7 +3993,28 @@
3529
3993
  "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
3530
3994
  }
3531
3995
  ],
3532
- "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
+ ],
3533
4018
  "compatibility": {
3534
4019
  "nuxt": "^2.0.0",
3535
4020
  "requires": {}
@@ -3539,7 +4024,7 @@
3539
4024
  "name": "storage",
3540
4025
  "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
3541
4026
  "repo": "mazipan/nuxt-storage",
3542
- "npm": "",
4027
+ "npm": "nuxt-storage",
3543
4028
  "icon": "",
3544
4029
  "github": "https://github.com/mazipan/nuxt-storage",
3545
4030
  "website": "https://github.com/mazipan/nuxt-storage",
@@ -3552,7 +4037,6 @@
3552
4037
  "github": "mazipan"
3553
4038
  }
3554
4039
  ],
3555
- "contributors": [],
3556
4040
  "compatibility": {
3557
4041
  "nuxt": "^2.0.0",
3558
4042
  "requires": {}
@@ -3562,7 +4046,7 @@
3562
4046
  "name": "storefront-ui",
3563
4047
  "description": "Storefront UI Module for Nuxt.js",
3564
4048
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
3565
- "npm": "",
4049
+ "npm": "@storefront-ui/nuxt",
3566
4050
  "icon": "storefront-ui.svg",
3567
4051
  "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
3568
4052
  "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
@@ -3575,7 +4059,6 @@
3575
4059
  "github": "Baroshem"
3576
4060
  }
3577
4061
  ],
3578
- "contributors": [],
3579
4062
  "compatibility": {
3580
4063
  "nuxt": "^2.0.0",
3581
4064
  "requires": {}
@@ -3585,7 +4068,7 @@
3585
4068
  "name": "stories",
3586
4069
  "description": "Nuxt stories module -- Painless storybooking for Nuxt",
3587
4070
  "repo": "richardeschloss/nuxt-stories",
3588
- "npm": "",
4071
+ "npm": "nuxt-stories",
3589
4072
  "icon": "",
3590
4073
  "github": "https://github.com/richardeschloss/nuxt-stories",
3591
4074
  "website": "https://github.com/richardeschloss/nuxt-stories",
@@ -3598,7 +4081,6 @@
3598
4081
  "github": "richardeschloss"
3599
4082
  }
3600
4083
  ],
3601
- "contributors": [],
3602
4084
  "compatibility": {
3603
4085
  "nuxt": "^2.0.0",
3604
4086
  "requires": {}
@@ -3608,7 +4090,7 @@
3608
4090
  "name": "storyblok",
3609
4091
  "description": "Storyblok Nuxt.js module",
3610
4092
  "repo": "storyblok/storyblok-nuxt#master/lib",
3611
- "npm": "",
4093
+ "npm": "@storyblok/nuxt",
3612
4094
  "icon": "storyblok.png",
3613
4095
  "github": "https://github.com/storyblok/storyblok-nuxt",
3614
4096
  "website": "https://github.com/storyblok/storyblok-nuxt",
@@ -3621,7 +4103,6 @@
3621
4103
  "github": "storyblok"
3622
4104
  }
3623
4105
  ],
3624
- "contributors": [],
3625
4106
  "compatibility": {
3626
4107
  "nuxt": "^2.0.0 || ^3.0.0",
3627
4108
  "requires": {}
@@ -3631,7 +4112,7 @@
3631
4112
  "name": "storybook",
3632
4113
  "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
3633
4114
  "repo": "nuxt-community/storybook",
3634
- "npm": "",
4115
+ "npm": "@nuxtjs/storybook",
3635
4116
  "icon": "storybook.png",
3636
4117
  "github": "https://github.com/nuxt-community/storybook",
3637
4118
  "website": "https://storybook.nuxtjs.org",
@@ -3650,7 +4131,6 @@
3650
4131
  "twitter": "_pi0_"
3651
4132
  }
3652
4133
  ],
3653
- "contributors": [],
3654
4134
  "compatibility": {
3655
4135
  "nuxt": "^2.0.0",
3656
4136
  "requires": {
@@ -3662,7 +4142,7 @@
3662
4142
  "name": "strapi",
3663
4143
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
3664
4144
  "repo": "nuxt-community/strapi-module",
3665
- "npm": "",
4145
+ "npm": "@nuxtjs/strapi",
3666
4146
  "icon": "strapi.png",
3667
4147
  "github": "https://github.com/nuxt-community/strapi-module",
3668
4148
  "website": "https://strapi.nuxtjs.org",
@@ -3681,17 +4161,18 @@
3681
4161
  "twitter": "Atinux"
3682
4162
  }
3683
4163
  ],
3684
- "contributors": [],
3685
4164
  "compatibility": {
3686
4165
  "nuxt": "^2.0.0 || ^3.0.0",
3687
- "requires": {}
4166
+ "requires": {
4167
+ "bridge": true
4168
+ }
3688
4169
  }
3689
4170
  },
3690
4171
  {
3691
4172
  "name": "stripe",
3692
4173
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
3693
4174
  "repo": "WilliamDASILVA/nuxt-stripe-module",
3694
- "npm": "",
4175
+ "npm": "nuxt-stripe-module",
3695
4176
  "icon": "stripe.png",
3696
4177
  "github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
3697
4178
  "website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
@@ -3704,7 +4185,6 @@
3704
4185
  "github": "WilliamDASILVA"
3705
4186
  }
3706
4187
  ],
3707
- "contributors": [],
3708
4188
  "compatibility": {
3709
4189
  "nuxt": "^2.0.0",
3710
4190
  "requires": {}
@@ -3714,7 +4194,7 @@
3714
4194
  "name": "style-resources",
3715
4195
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
3716
4196
  "repo": "nuxt-community/style-resources-module",
3717
- "npm": "",
4197
+ "npm": "@nuxtjs/style-resources",
3718
4198
  "icon": "",
3719
4199
  "github": "https://github.com/nuxt-community/style-resources-module",
3720
4200
  "website": "https://github.com/nuxt-community/style-resources-module",
@@ -3728,7 +4208,6 @@
3728
4208
  "twitter": "TheAlexLichter"
3729
4209
  }
3730
4210
  ],
3731
- "contributors": [],
3732
4211
  "compatibility": {
3733
4212
  "nuxt": "^2.0.0",
3734
4213
  "requires": {}
@@ -3738,7 +4217,7 @@
3738
4217
  "name": "stylelint",
3739
4218
  "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
3740
4219
  "repo": "nuxt-community/stylelint-module",
3741
- "npm": "",
4220
+ "npm": "@nuxtjs/stylelint-module",
3742
4221
  "icon": "stylelint.png",
3743
4222
  "github": "https://github.com/nuxt-community/stylelint-module",
3744
4223
  "website": "https://github.com/nuxt-community/stylelint-module",
@@ -3751,33 +4230,64 @@
3751
4230
  "github": "ricardogobbosouza"
3752
4231
  }
3753
4232
  ],
3754
- "contributors": [],
3755
4233
  "compatibility": {
3756
4234
  "nuxt": "^2.0.0",
3757
4235
  "requires": {}
3758
4236
  }
3759
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
+ },
3760
4261
  {
3761
4262
  "name": "supabase",
3762
- "description": "A supa simple way to use Supabase with Nuxt",
3763
- "repo": "supabase/nuxt-supabase",
3764
- "npm": "",
4263
+ "description": "First class integration with Supabase",
4264
+ "repo": "nuxt-community/supabase-module",
4265
+ "npm": "@nuxtjs/supabase",
3765
4266
  "icon": "supabase.png",
3766
- "github": "https://github.com/supabase/nuxt-supabase",
3767
- "website": "https://github.com/supabase/nuxt-supabase",
3768
- "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",
3769
4270
  "category": "Database",
3770
- "type": "3rd-party",
4271
+ "type": "community",
3771
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
+ },
3772
4283
  {
3773
4284
  "name": "Scott Robertson",
3774
4285
  "github": "scottrobertson",
3775
4286
  "twitter": "scottymeuk"
3776
4287
  }
3777
4288
  ],
3778
- "contributors": [],
3779
4289
  "compatibility": {
3780
- "nuxt": "^2.0.0",
4290
+ "nuxt": "^2.0.0 || ^3.0.0",
3781
4291
  "requires": {}
3782
4292
  }
3783
4293
  },
@@ -3785,7 +4295,7 @@
3785
4295
  "name": "svg-loader",
3786
4296
  "description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
3787
4297
  "repo": "Developmint/nuxt-svg-loader",
3788
- "npm": "",
4298
+ "npm": "nuxt-svg-loader",
3789
4299
  "icon": "",
3790
4300
  "github": "https://github.com/Developmint/nuxt-svg-loader",
3791
4301
  "website": "https://github.com/Developmint/nuxt-svg-loader",
@@ -3798,7 +4308,6 @@
3798
4308
  "github": "Developmint"
3799
4309
  }
3800
4310
  ],
3801
- "contributors": [],
3802
4311
  "compatibility": {
3803
4312
  "nuxt": "^2.0.0",
3804
4313
  "requires": {}
@@ -3808,7 +4317,7 @@
3808
4317
  "name": "svg-sprite",
3809
4318
  "description": "Optimized and Easy way to use svg files in Nuxt.js",
3810
4319
  "repo": "nuxt-community/svg-sprite-module",
3811
- "npm": "",
4320
+ "npm": "@nuxtjs/svg-sprite",
3812
4321
  "icon": "",
3813
4322
  "github": "https://github.com/nuxt-community/svg-sprite-module",
3814
4323
  "website": "https://github.com/nuxt-community/svg-sprite-module",
@@ -3822,7 +4331,6 @@
3822
4331
  "twitter": "a_birang"
3823
4332
  }
3824
4333
  ],
3825
- "contributors": [],
3826
4334
  "compatibility": {
3827
4335
  "nuxt": "^2.0.0",
3828
4336
  "requires": {}
@@ -3832,7 +4340,7 @@
3832
4340
  "name": "svg",
3833
4341
  "description": "Super simple svg loading module for Nuxt.js",
3834
4342
  "repo": "nuxt-community/svg-module",
3835
- "npm": "",
4343
+ "npm": "@nuxtjs/svg",
3836
4344
  "icon": "",
3837
4345
  "github": "https://github.com/nuxt-community/svg-module",
3838
4346
  "website": "https://github.com/nuxt-community/svg-module",
@@ -3845,7 +4353,6 @@
3845
4353
  "github": "sam3d"
3846
4354
  }
3847
4355
  ],
3848
- "contributors": [],
3849
4356
  "compatibility": {
3850
4357
  "nuxt": "^2.0.0",
3851
4358
  "requires": {}
@@ -3855,7 +4362,7 @@
3855
4362
  "name": "sweetalert2",
3856
4363
  "description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
3857
4364
  "repo": "ImreC/nuxt-sweetalert2",
3858
- "npm": "",
4365
+ "npm": "nuxt-sweetalert2",
3859
4366
  "icon": "",
3860
4367
  "github": "https://github.com/ImreC/nuxt-sweetalert2",
3861
4368
  "website": "https://github.com/ImreC/nuxt-sweetalert2",
@@ -3868,7 +4375,6 @@
3868
4375
  "github": "ImreC"
3869
4376
  }
3870
4377
  ],
3871
- "contributors": [],
3872
4378
  "compatibility": {
3873
4379
  "nuxt": "^2.0.0",
3874
4380
  "requires": {}
@@ -3878,7 +4384,7 @@
3878
4384
  "name": "tailwindcss",
3879
4385
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
3880
4386
  "repo": "nuxt-community/tailwindcss-module",
3881
- "npm": "",
4387
+ "npm": "@nuxtjs/tailwindcss",
3882
4388
  "icon": "tailwindcss.png",
3883
4389
  "github": "https://github.com/nuxt-community/tailwindcss-module",
3884
4390
  "website": "https://tailwindcss.nuxtjs.org",
@@ -3892,7 +4398,6 @@
3892
4398
  "twitter": "Atinux"
3893
4399
  }
3894
4400
  ],
3895
- "contributors": [],
3896
4401
  "compatibility": {
3897
4402
  "nuxt": "^2.0.0 || ^3.0.0",
3898
4403
  "requires": {}
@@ -3902,7 +4407,7 @@
3902
4407
  "name": "tiktok-analytics",
3903
4408
  "description": "",
3904
4409
  "repo": "stickpro/nuxt-tiktok-analytics",
3905
- "npm": "",
4410
+ "npm": "tiktok-analytics",
3906
4411
  "icon": "",
3907
4412
  "github": "https://github.com/stickpro/nuxt-tiktok-analytics",
3908
4413
  "website": "https://github.com/stickpro/nuxt-tiktok-analytics",
@@ -3916,7 +4421,6 @@
3916
4421
  "avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
3917
4422
  }
3918
4423
  ],
3919
- "contributors": [],
3920
4424
  "compatibility": {
3921
4425
  "nuxt": "^2.0.0",
3922
4426
  "requires": {}
@@ -3926,7 +4430,7 @@
3926
4430
  "name": "toast",
3927
4431
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
3928
4432
  "repo": "nuxt-community/modules#master/packages/toast",
3929
- "npm": "",
4433
+ "npm": "@nuxtjs/toast",
3930
4434
  "icon": "",
3931
4435
  "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
3932
4436
  "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
@@ -3940,17 +4444,41 @@
3940
4444
  "twitter": "_pi0_"
3941
4445
  }
3942
4446
  ],
3943
- "contributors": [],
3944
4447
  "compatibility": {
3945
4448
  "nuxt": "^2.0.0",
3946
4449
  "requires": {}
3947
4450
  }
3948
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
+ },
3949
4477
  {
3950
4478
  "name": "twa",
3951
4479
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
3952
4480
  "repo": "tuarrep/nuxt-twa",
3953
- "npm": "",
4481
+ "npm": "nuxt-twa",
3954
4482
  "icon": "",
3955
4483
  "github": "https://github.com/tuarrep/nuxt-twa",
3956
4484
  "website": "https://nuxt-twa.tuarrep.dev",
@@ -3963,7 +4491,6 @@
3963
4491
  "github": "tuarrep"
3964
4492
  }
3965
4493
  ],
3966
- "contributors": [],
3967
4494
  "compatibility": {
3968
4495
  "nuxt": "^2.0.0",
3969
4496
  "requires": {
@@ -3971,11 +4498,44 @@
3971
4498
  }
3972
4499
  }
3973
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
+ },
3974
4534
  {
3975
4535
  "name": "typed-router",
3976
4536
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
3977
4537
  "repo": "victorgarciaesgi/nuxt-typed-router",
3978
- "npm": "",
4538
+ "npm": "nuxt-typed-router",
3979
4539
  "icon": "vue.png",
3980
4540
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
3981
4541
  "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
@@ -3988,17 +4548,41 @@
3988
4548
  "github": "victorgarciaesgi"
3989
4549
  }
3990
4550
  ],
3991
- "contributors": [],
3992
4551
  "compatibility": {
3993
- "nuxt": "^2.0.0",
4552
+ "nuxt": "^2.0.0 || ^3.0.0",
3994
4553
  "requires": {}
3995
4554
  }
3996
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
+ },
3997
4581
  {
3998
4582
  "name": "typescript-runtime",
3999
4583
  "description": "TypeScript Runtime support for Nuxt",
4000
4584
  "repo": "nuxt/typescript#master/packages/typescript-runtime",
4001
- "npm": "",
4585
+ "npm": "@nuxt/typescript-runtime",
4002
4586
  "icon": "typescript.svg",
4003
4587
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
4004
4588
  "website": "https://typescript.nuxtjs.org/guide/runtime.html",
@@ -4021,7 +4605,6 @@
4021
4605
  "twitter": "danielcroe"
4022
4606
  }
4023
4607
  ],
4024
- "contributors": [],
4025
4608
  "compatibility": {
4026
4609
  "nuxt": "^2.0.0",
4027
4610
  "requires": {}
@@ -4031,7 +4614,7 @@
4031
4614
  "name": "typescript",
4032
4615
  "description": "TypeScript Support for Nuxt",
4033
4616
  "repo": "nuxt/typescript#master/packages/typescript-build",
4034
- "npm": "",
4617
+ "npm": "@nuxt/typescript-build",
4035
4618
  "icon": "typescript.svg",
4036
4619
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
4037
4620
  "website": "https://typescript.nuxtjs.org",
@@ -4054,17 +4637,40 @@
4054
4637
  "twitter": "danielcroe"
4055
4638
  }
4056
4639
  ],
4057
- "contributors": [],
4058
4640
  "compatibility": {
4059
4641
  "nuxt": "^2.0.0",
4060
4642
  "requires": {}
4061
4643
  }
4062
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
+ },
4063
4669
  {
4064
4670
  "name": "universal-storage",
4065
4671
  "description": "Universal Storage Utilities for Nuxt.js",
4066
4672
  "repo": "nuxt-community/universal-storage-module",
4067
- "npm": "",
4673
+ "npm": "@nuxtjs/universal-storage",
4068
4674
  "icon": "",
4069
4675
  "github": "https://github.com/nuxt-community/universal-storage-module",
4070
4676
  "website": "https://github.com/nuxt-community/universal-storage-module",
@@ -4083,17 +4689,42 @@
4083
4689
  "twitter": "farzadso"
4084
4690
  }
4085
4691
  ],
4086
- "contributors": [],
4087
4692
  "compatibility": {
4088
4693
  "nuxt": "^2.0.0",
4089
4694
  "requires": {}
4090
4695
  }
4091
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
+ },
4092
4723
  {
4093
4724
  "name": "unocss",
4094
4725
  "description": "The instant on-demand atomic CSS engine.",
4095
4726
  "repo": "antfu/unocss#main/packages/nuxt",
4096
- "npm": "",
4727
+ "npm": "@unocss/nuxt",
4097
4728
  "icon": "unocss.svg",
4098
4729
  "github": "https://github.com/antfu/unocss",
4099
4730
  "website": "https://github.com/antfu/unocss",
@@ -4108,7 +4739,6 @@
4108
4739
  "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
4109
4740
  }
4110
4741
  ],
4111
- "contributors": [],
4112
4742
  "compatibility": {
4113
4743
  "nuxt": "^2.0.0 || ^3.0.0",
4114
4744
  "requires": {
@@ -4120,7 +4750,7 @@
4120
4750
  "name": "user-agent",
4121
4751
  "description": "Nuxt.js module for handling User-Agent.",
4122
4752
  "repo": "fukuiretu/nuxt-user-agent",
4123
- "npm": "",
4753
+ "npm": "nuxt-user-agent",
4124
4754
  "icon": "",
4125
4755
  "github": "https://github.com/fukuiretu/nuxt-user-agent",
4126
4756
  "website": "https://github.com/fukuiretu/nuxt-user-agent",
@@ -4133,7 +4763,6 @@
4133
4763
  "github": "fukuiretu"
4134
4764
  }
4135
4765
  ],
4136
- "contributors": [],
4137
4766
  "compatibility": {
4138
4767
  "nuxt": "^2.0.0",
4139
4768
  "requires": {}
@@ -4143,7 +4772,7 @@
4143
4772
  "name": "validate",
4144
4773
  "description": "Simple Nuxt input validation module using vee-validate",
4145
4774
  "repo": "lewyuburi/nuxt-validate",
4146
- "npm": "",
4775
+ "npm": "nuxt-validate",
4147
4776
  "icon": "vee-validate.png",
4148
4777
  "github": "https://github.com/lewyuburi/nuxt-validate",
4149
4778
  "website": "https://github.com/lewyuburi/nuxt-validate",
@@ -4156,7 +4785,6 @@
4156
4785
  "github": "lewyuburi"
4157
4786
  }
4158
4787
  ],
4159
- "contributors": [],
4160
4788
  "compatibility": {
4161
4789
  "nuxt": "^2.0.0",
4162
4790
  "requires": {}
@@ -4166,7 +4794,7 @@
4166
4794
  "name": "vendor",
4167
4795
  "description": "directly serve node_modules",
4168
4796
  "repo": "nuxt-community/modules#master/packages/vendor",
4169
- "npm": "",
4797
+ "npm": "@nuxtjs/vendor",
4170
4798
  "icon": "",
4171
4799
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
4172
4800
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
@@ -4180,7 +4808,6 @@
4180
4808
  "twitter": "_pi0_"
4181
4809
  }
4182
4810
  ],
4183
- "contributors": [],
4184
4811
  "compatibility": {
4185
4812
  "nuxt": "^2.0.0",
4186
4813
  "requires": {}
@@ -4190,7 +4817,7 @@
4190
4817
  "name": "vue-material",
4191
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.",
4192
4819
  "repo": "vaso2/nuxt-vue-material",
4193
- "npm": "",
4820
+ "npm": "nuxt-vue-material",
4194
4821
  "icon": "vue-material.png",
4195
4822
  "github": "https://github.com/vaso2/nuxt-vue-material",
4196
4823
  "website": "https://github.com/vaso2/nuxt-vue-material",
@@ -4203,7 +4830,6 @@
4203
4830
  "github": "vaso2"
4204
4831
  }
4205
4832
  ],
4206
- "contributors": [],
4207
4833
  "compatibility": {
4208
4834
  "nuxt": "^2.0.0",
4209
4835
  "requires": {}
@@ -4213,7 +4839,7 @@
4213
4839
  "name": "vue-multiselect",
4214
4840
  "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
4215
4841
  "repo": "spektrummedia/nuxt-vue-multiselect",
4216
- "npm": "",
4842
+ "npm": "nuxt-vue-multiselect",
4217
4843
  "icon": "",
4218
4844
  "github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
4219
4845
  "website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
@@ -4226,7 +4852,28 @@
4226
4852
  "github": "spektrummedia"
4227
4853
  }
4228
4854
  ],
4229
- "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
+ ],
4230
4877
  "compatibility": {
4231
4878
  "nuxt": "^2.0.0",
4232
4879
  "requires": {}
@@ -4236,7 +4883,7 @@
4236
4883
  "name": "vue-select",
4237
4884
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
4238
4885
  "repo": "madmod/nuxt-vue-select",
4239
- "npm": "",
4886
+ "npm": "nuxt-vue-select",
4240
4887
  "icon": "",
4241
4888
  "github": "https://github.com/madmod/nuxt-vue-select",
4242
4889
  "website": "https://github.com/madmod/nuxt-vue-select",
@@ -4249,17 +4896,41 @@
4249
4896
  "github": "madmod"
4250
4897
  }
4251
4898
  ],
4252
- "contributors": [],
4253
4899
  "compatibility": {
4254
4900
  "nuxt": "^2.0.0",
4255
4901
  "requires": {}
4256
4902
  }
4257
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
+ },
4258
4929
  {
4259
4930
  "name": "vue-warehouse",
4260
4931
  "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
4261
4932
  "repo": "juliomrqz/vue-warehouse",
4262
- "npm": "",
4933
+ "npm": "vue-warehouse",
4263
4934
  "icon": "",
4264
4935
  "github": "https://github.com/juliomrqz/vue-warehouse",
4265
4936
  "website": "https://marquez.co/docs/vue-warehouse",
@@ -4273,17 +4944,38 @@
4273
4944
  "twitter": "juliomrqz"
4274
4945
  }
4275
4946
  ],
4276
- "contributors": [],
4277
4947
  "compatibility": {
4278
4948
  "nuxt": "^2.0.0",
4279
4949
  "requires": {}
4280
4950
  }
4281
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
+ },
4282
4974
  {
4283
4975
  "name": "vuetify",
4284
4976
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
4285
4977
  "repo": "nuxt-community/vuetify-module",
4286
- "npm": "",
4978
+ "npm": "@nuxtjs/vuetify",
4287
4979
  "icon": "vuetify.png",
4288
4980
  "github": "https://github.com/nuxt-community/vuetify-module",
4289
4981
  "website": "https://github.com/nuxt-community/vuetify-module",
@@ -4301,7 +4993,6 @@
4301
4993
  "twitter": "_pi0_"
4302
4994
  }
4303
4995
  ],
4304
- "contributors": [],
4305
4996
  "compatibility": {
4306
4997
  "nuxt": "^2.0.0",
4307
4998
  "requires": {}
@@ -4310,8 +5001,8 @@
4310
5001
  {
4311
5002
  "name": "vueuse",
4312
5003
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4313
- "repo": "vueuse/vueuse#main/packages/core",
4314
- "npm": "",
5004
+ "repo": "vueuse/vueuse#main/packages/nuxt",
5005
+ "npm": "@vueuse/nuxt",
4315
5006
  "icon": "vueuse.svg",
4316
5007
  "github": "https://github.com/vueuse/vueuse",
4317
5008
  "website": "https://vueuse.org",
@@ -4325,7 +5016,6 @@
4325
5016
  "twitter": "antfu7"
4326
5017
  }
4327
5018
  ],
4328
- "contributors": [],
4329
5019
  "compatibility": {
4330
5020
  "nuxt": "^2.0.0 || ^3.0.0",
4331
5021
  "requires": {
@@ -4337,7 +5027,7 @@
4337
5027
  "name": "vuex-router-sync",
4338
5028
  "description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
4339
5029
  "repo": "paulgv/nuxt-vuex-router-sync",
4340
- "npm": "",
5030
+ "npm": "nuxt-vuex-router-sync",
4341
5031
  "icon": "",
4342
5032
  "github": "https://github.com/paulgv/nuxt-vuex-router-sync",
4343
5033
  "website": "https://github.com/paulgv/nuxt-vuex-router-sync",
@@ -4350,7 +5040,6 @@
4350
5040
  "github": "paulgv"
4351
5041
  }
4352
5042
  ],
4353
- "contributors": [],
4354
5043
  "compatibility": {
4355
5044
  "nuxt": "^2.0.0",
4356
5045
  "requires": {}
@@ -4360,8 +5049,8 @@
4360
5049
  "name": "web-vitals",
4361
5050
  "description": "Web Vitals for Nuxt",
4362
5051
  "repo": "nuxt-community/web-vitals-module",
4363
- "npm": "",
4364
- "icon": "",
5052
+ "npm": "@nuxtjs/web-vitals",
5053
+ "icon": "web-vitals.png",
4365
5054
  "github": "https://github.com/nuxt-community/web-vitals-module",
4366
5055
  "website": "https://github.com/nuxt-community/web-vitals-module",
4367
5056
  "learn_more": "",
@@ -4383,31 +5072,31 @@
4383
5072
  "twitter": "Atinux"
4384
5073
  }
4385
5074
  ],
4386
- "contributors": [],
4387
5075
  "compatibility": {
4388
- "nuxt": "^2.0.0",
4389
- "requires": {}
5076
+ "nuxt": "^2.0.0 || ^3.0.0",
5077
+ "requires": {
5078
+ "bridge": "optional"
5079
+ }
4390
5080
  }
4391
5081
  },
4392
5082
  {
4393
5083
  "name": "web3js",
4394
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
4395
- "repo": "fauzan121002/nuxt-web3",
4396
- "npm": "",
5084
+ "description": "Web3.js module integration for Nuxt.js",
5085
+ "repo": "bl0cknumber/nuxt-web3",
5086
+ "npm": "nuxt-web3",
4397
5087
  "icon": "web3js.svg",
4398
- "github": "https://github.com/fauzan121002/nuxt-web3",
4399
- "website": "https://github.com/fauzan121002/nuxt-web3",
5088
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
5089
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
4400
5090
  "learn_more": "https://web3js.readthedocs.io/",
4401
5091
  "category": "Libraries",
4402
5092
  "type": "3rd-party",
4403
5093
  "maintainers": [
4404
5094
  {
4405
5095
  "name": "Muhammad Fauzan",
4406
- "github": "fauzan121002",
4407
- "twitter": "fauzandev"
5096
+ "github": "bl0cknumber",
5097
+ "twitter": "fncolon"
4408
5098
  }
4409
5099
  ],
4410
- "contributors": [],
4411
5100
  "compatibility": {
4412
5101
  "nuxt": "^2.0.0",
4413
5102
  "requires": {}
@@ -4417,7 +5106,7 @@
4417
5106
  "name": "webfontloader",
4418
5107
  "description": "Efficient web font loading has never been easier!",
4419
5108
  "repo": "Developmint/nuxt-webfontloader",
4420
- "npm": "",
5109
+ "npm": "nuxt-webfontloader",
4421
5110
  "icon": "",
4422
5111
  "github": "https://github.com/Developmint/nuxt-webfontloader",
4423
5112
  "website": "https://github.com/Developmint/nuxt-webfontloader",
@@ -4430,7 +5119,6 @@
4430
5119
  "github": "Developmint"
4431
5120
  }
4432
5121
  ],
4433
- "contributors": [],
4434
5122
  "compatibility": {
4435
5123
  "nuxt": "^2.0.0",
4436
5124
  "requires": {}
@@ -4440,7 +5128,7 @@
4440
5128
  "name": "webpack-optimisations",
4441
5129
  "description": "Nuxt.js v2 module to automatically make your builds faster.",
4442
5130
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
4443
- "npm": "",
5131
+ "npm": "nuxt-webpack-optimisations",
4444
5132
  "icon": "build-optimisations.svg",
4445
5133
  "github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4446
5134
  "website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
@@ -4453,7 +5141,6 @@
4453
5141
  "github": "harlan-zw"
4454
5142
  }
4455
5143
  ],
4456
- "contributors": [],
4457
5144
  "compatibility": {
4458
5145
  "nuxt": "^2.0.0",
4459
5146
  "requires": {
@@ -4465,7 +5152,7 @@
4465
5152
  "name": "webpack-profile",
4466
5153
  "description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
4467
5154
  "repo": "nuxt-community/webpack-profile-module",
4468
- "npm": "",
5155
+ "npm": "@nuxtjs/webpack-profile",
4469
5156
  "icon": "webpack.png",
4470
5157
  "github": "https://github.com/nuxt-community/webpack-profile-module",
4471
5158
  "website": "https://github.com/nuxt-community/webpack-profile-module",
@@ -4479,7 +5166,6 @@
4479
5166
  "twitter": "_pi0_"
4480
5167
  }
4481
5168
  ],
4482
- "contributors": [],
4483
5169
  "compatibility": {
4484
5170
  "nuxt": "^2.0.0",
4485
5171
  "requires": {}
@@ -4489,7 +5175,7 @@
4489
5175
  "name": "webpackdashboard",
4490
5176
  "description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
4491
5177
  "repo": "paulgv/nuxt-webpackdashboard",
4492
- "npm": "",
5178
+ "npm": "nuxt-webpackdashboard",
4493
5179
  "icon": "webpack.png",
4494
5180
  "github": "https://github.com/paulgv/nuxt-webpackdashboard",
4495
5181
  "website": "https://github.com/paulgv/nuxt-webpackdashboard",
@@ -4502,7 +5188,6 @@
4502
5188
  "github": "paulgv"
4503
5189
  }
4504
5190
  ],
4505
- "contributors": [],
4506
5191
  "compatibility": {
4507
5192
  "nuxt": "^2.0.0",
4508
5193
  "requires": {}
@@ -4512,7 +5197,7 @@
4512
5197
  "name": "webpackmonitor",
4513
5198
  "description": "Monitor Nuxt webpack optimization metrics through the development process",
4514
5199
  "repo": "nuxt-community/webpackmonitor-module",
4515
- "npm": "",
5200
+ "npm": "@nuxtjs/webpackmonitor",
4516
5201
  "icon": "webpack.png",
4517
5202
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
4518
5203
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
@@ -4526,7 +5211,6 @@
4526
5211
  "twitter": "_pi0_"
4527
5212
  }
4528
5213
  ],
4529
- "contributors": [],
4530
5214
  "compatibility": {
4531
5215
  "nuxt": "^2.0.0",
4532
5216
  "requires": {}
@@ -4536,7 +5220,7 @@
4536
5220
  "name": "windicss",
4537
5221
  "description": "Next generation utility-first CSS framework.",
4538
5222
  "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
4539
- "npm": "",
5223
+ "npm": "nuxt-windicss",
4540
5224
  "icon": "windicss.svg",
4541
5225
  "github": "https://github.com/windicss/nuxt-windicss-module",
4542
5226
  "website": "https://github.com/windicss/nuxt-windicss-module",
@@ -4555,7 +5239,6 @@
4555
5239
  "twitter": "antfu7"
4556
5240
  }
4557
5241
  ],
4558
- "contributors": [],
4559
5242
  "compatibility": {
4560
5243
  "nuxt": "^2.0.0 || ^3.0.0",
4561
5244
  "requires": {
@@ -4567,7 +5250,7 @@
4567
5250
  "name": "winston-log",
4568
5251
  "description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
4569
5252
  "repo": "aaronransley/nuxt-winston-log",
4570
- "npm": "",
5253
+ "npm": "nuxt-winston-log",
4571
5254
  "icon": "winston.png",
4572
5255
  "github": "https://github.com/aaronransley/nuxt-winston-log",
4573
5256
  "website": "https://github.com/aaronransley/nuxt-winston-log",
@@ -4580,7 +5263,6 @@
4580
5263
  "github": "aaronransley"
4581
5264
  }
4582
5265
  ],
4583
- "contributors": [],
4584
5266
  "compatibility": {
4585
5267
  "nuxt": "^2.0.0",
4586
5268
  "requires": {}
@@ -4590,7 +5272,7 @@
4590
5272
  "name": "wp-nuxt",
4591
5273
  "description": "The module adds a Wordpress Rest API to your nuxt application",
4592
5274
  "repo": "yashha/wp-nuxt",
4593
- "npm": "",
5275
+ "npm": "wp-nuxt",
4594
5276
  "icon": "wordpress.png",
4595
5277
  "github": "https://github.com/yashha/wp-nuxt",
4596
5278
  "website": "https://github.com/yashha/wp-nuxt",
@@ -4603,7 +5285,6 @@
4603
5285
  "github": "yashha"
4604
5286
  }
4605
5287
  ],
4606
- "contributors": [],
4607
5288
  "compatibility": {
4608
5289
  "nuxt": "^2.0.0",
4609
5290
  "requires": {}
@@ -4613,7 +5294,7 @@
4613
5294
  "name": "xhr-cache",
4614
5295
  "description": "Cache api resources and serve it as static resource",
4615
5296
  "repo": "gaetansenn/xhr-cache",
4616
- "npm": "",
5297
+ "npm": "@dewib/xhr-cache",
4617
5298
  "icon": "",
4618
5299
  "github": "https://github.com/gaetansenn/xhr-cache",
4619
5300
  "website": "https://xhr-cache.dewib.com",
@@ -4626,17 +5307,41 @@
4626
5307
  "github": "gaetansenn"
4627
5308
  }
4628
5309
  ],
4629
- "contributors": [],
4630
5310
  "compatibility": {
4631
5311
  "nuxt": "^2.0.0",
4632
5312
  "requires": {}
4633
5313
  }
4634
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
+ },
4635
5340
  {
4636
5341
  "name": "xui",
4637
5342
  "description": "Light module to help design websites with Nuxt.",
4638
5343
  "repo": "MetaCorp/xui-module",
4639
- "npm": "",
5344
+ "npm": "xui-module",
4640
5345
  "icon": "",
4641
5346
  "github": "https://github.com/MetaCorp/xui-module",
4642
5347
  "website": "https://github.com/MetaCorp/xui-module",
@@ -4649,7 +5354,6 @@
4649
5354
  "github": "MetaCorp"
4650
5355
  }
4651
5356
  ],
4652
- "contributors": [],
4653
5357
  "compatibility": {
4654
5358
  "nuxt": "^2.0.0",
4655
5359
  "requires": {}
@@ -4659,7 +5363,7 @@
4659
5363
  "name": "yandex-metrika",
4660
5364
  "description": "Yandex metrika Module for Nuxt.js",
4661
5365
  "repo": "nuxt-community/yandex-metrika-module",
4662
- "npm": "",
5366
+ "npm": "@nuxtjs/yandex-metrika",
4663
5367
  "icon": "",
4664
5368
  "github": "https://github.com/nuxt-community/yandex-metrika-module",
4665
5369
  "website": "https://github.com/nuxt-community/yandex-metrika-module",
@@ -4673,7 +5377,6 @@
4673
5377
  "twitter": "_pi0_"
4674
5378
  }
4675
5379
  ],
4676
- "contributors": [],
4677
5380
  "compatibility": {
4678
5381
  "nuxt": "^2.0.0",
4679
5382
  "requires": {}
@@ -4683,7 +5386,7 @@
4683
5386
  "name": "zendesk",
4684
5387
  "description": "Nuxt.js module for Zendesk",
4685
5388
  "repo": "DansMaCulotte/nuxt-zendesk",
4686
- "npm": "",
5389
+ "npm": "@dansmaculotte/nuxt-zendesk",
4687
5390
  "icon": "zendesk.png",
4688
5391
  "github": "https://github.com/DansMaCulotte/nuxt-zendesk",
4689
5392
  "website": "https://github.com/DansMaCulotte/nuxt-zendesk",
@@ -4696,7 +5399,6 @@
4696
5399
  "github": "DansMaCulotte"
4697
5400
  }
4698
5401
  ],
4699
- "contributors": [],
4700
5402
  "compatibility": {
4701
5403
  "nuxt": "^2.0.0",
4702
5404
  "requires": {}