@nuxt/modules 0.5.0-f37239 → 0.5.0-fd7bbb

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