@nuxt/modules 0.5.0-10ed1a → 0.5.0-1c1a37

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 +521 -247
  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",
@@ -26,34 +26,11 @@
26
26
  "requires": {}
27
27
  }
28
28
  },
29
- {
30
- "name": "adyen",
31
- "description": "Adyen Payment Module for Nuxt.js",
32
- "repo": "baroshem/nuxt-adyen-module",
33
- "npm": "",
34
- "icon": "adyen.svg",
35
- "github": "https://github.com/baroshem/nuxt-adyen-module",
36
- "website": "https://www.npmjs.com/package/nuxt-adyen-module",
37
- "learn_more": "https://www.npmjs.com/package/nuxt-adyen-module",
38
- "category": "Payment",
39
- "type": "3rd-party",
40
- "maintainers": [
41
- {
42
- "name": "Jakub Andrzejewski",
43
- "github": "Baroshem",
44
- "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
45
- }
46
- ],
47
- "compatibility": {
48
- "nuxt": "^2.0.0",
49
- "requires": {}
50
- }
51
- },
52
29
  {
53
30
  "name": "agility-cms",
54
31
  "description": "Agility CMS Integration for Nuxt.js",
55
32
  "repo": "agility/agilitycms-nuxt-module",
56
- "npm": "",
33
+ "npm": "@agility/agilitycms-nuxt-module",
57
34
  "icon": "agility.png",
58
35
  "github": "https://github.com/agility/agilitycms-nuxt-module",
59
36
  "website": "https://github.com/agility/agilitycms-nuxt-module",
@@ -72,11 +49,39 @@
72
49
  "requires": {}
73
50
  }
74
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": "^3.0.0",
77
+ "requires": {}
78
+ }
79
+ },
75
80
  {
76
81
  "name": "alias",
77
82
  "description": "It automatically creates an alias for the components and page of the path",
78
83
  "repo": "kdydesign/nuxt-alias-module",
79
- "npm": "",
84
+ "npm": "nuxt-alias",
80
85
  "icon": "",
81
86
  "github": "https://github.com/kdydesign/nuxt-alias-module",
82
87
  "website": "https://github.com/kdydesign/nuxt-alias-module",
@@ -98,7 +103,7 @@
98
103
  "name": "amp",
99
104
  "description": "AMP (Accelerated Mobile Pages) module for Nuxt",
100
105
  "repo": "nuxt-community/amp-module",
101
- "npm": "",
106
+ "npm": "@nuxtjs/amp",
102
107
  "icon": "amp.png",
103
108
  "github": "https://github.com/nuxt-community/amp-module",
104
109
  "website": "https://github.com/nuxt-community/amp-module",
@@ -121,7 +126,7 @@
121
126
  "name": "animejs",
122
127
  "description": "Anime.js module for Nuxt.js",
123
128
  "repo": "ivodolenc/nuxt-animejs",
124
- "npm": "",
129
+ "npm": "nuxt-animejs",
125
130
  "icon": "",
126
131
  "github": "https://github.com/ivodolenc/nuxt-animejs",
127
132
  "website": "https://github.com/ivodolenc/nuxt-animejs",
@@ -143,7 +148,7 @@
143
148
  "name": "apis-to-file",
144
149
  "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",
145
150
  "repo": "Luxdamore/nuxt-apis-to-file",
146
- "npm": "",
151
+ "npm": "@luxdamore/nuxt-apis-to-file",
147
152
  "icon": "",
148
153
  "github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
149
154
  "website": "https://luxdamore.github.io/nuxt-apis-to-file/",
@@ -167,7 +172,7 @@
167
172
  "name": "apollo",
168
173
  "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
169
174
  "repo": "nuxt-community/apollo-module",
170
- "npm": "",
175
+ "npm": "@nuxtjs/apollo",
171
176
  "icon": "apollo.png",
172
177
  "github": "https://github.com/nuxt-community/apollo-module",
173
178
  "website": "https://github.com/nuxt-community/apollo-module",
@@ -193,7 +198,7 @@
193
198
  "name": "applicationinsights",
194
199
  "description": "AppInsights module for Nuxt.js",
195
200
  "repo": "nuxt-community/applicationinsights-module",
196
- "npm": "",
201
+ "npm": "@nuxtjs/applicationinsights",
197
202
  "icon": "application-insights.png",
198
203
  "github": "https://github.com/nuxt-community/applicationinsights-module",
199
204
  "website": "https://github.com/nuxt-community/applicationinsights-module",
@@ -215,7 +220,7 @@
215
220
  "name": "appwrite",
216
221
  "description": "Appwrite module for Nuxt",
217
222
  "repo": "Hrdtr/nuxt-appwrite",
218
- "npm": "",
223
+ "npm": "nuxt-appwrite",
219
224
  "icon": "appwrite.png",
220
225
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
221
226
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
@@ -237,7 +242,7 @@
237
242
  "name": "auth",
238
243
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
239
244
  "repo": "nuxt-community/auth-module",
240
- "npm": "",
245
+ "npm": "@nuxtjs/auth",
241
246
  "icon": "auth.png",
242
247
  "github": "https://github.com/nuxt-community/auth-module",
243
248
  "website": "https://dev.auth.nuxtjs.org/",
@@ -264,7 +269,7 @@
264
269
  "name": "axios",
265
270
  "description": "Secure and easy Axios module with Nuxt.js",
266
271
  "repo": "nuxt-community/axios-module",
267
- "npm": "",
272
+ "npm": "@nuxtjs/axios",
268
273
  "icon": "axios.svg",
269
274
  "github": "https://github.com/nuxt-community/axios-module",
270
275
  "website": "https://axios.nuxtjs.org",
@@ -287,7 +292,7 @@
287
292
  "name": "basic-auth",
288
293
  "description": "Provide basic authentication to your Nuxt.js application",
289
294
  "repo": "potato4d/nuxt-basic-auth-module",
290
- "npm": "",
295
+ "npm": "nuxt-basic-auth-module",
291
296
  "icon": "",
292
297
  "github": "https://github.com/potato4d/nuxt-basic-auth-module",
293
298
  "website": "https://github.com/potato4d/nuxt-basic-auth-module",
@@ -305,34 +310,11 @@
305
310
  "requires": {}
306
311
  }
307
312
  },
308
- {
309
- "name": "bigcommerce",
310
- "description": "Easy BigCommerce integration for Nuxt.js",
311
- "repo": "baroshem/nuxt-bigcommerce",
312
- "npm": "",
313
- "icon": "bigcommerce.svg",
314
- "github": "https://github.com/baroshem/nuxt-bigcommerce",
315
- "website": "https://nuxt-bigcommerce.vercel.app/",
316
- "learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
317
- "category": "Ecommerce",
318
- "type": "3rd-party",
319
- "maintainers": [
320
- {
321
- "name": "Jakub Andrzejewski",
322
- "github": "Baroshem",
323
- "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
324
- }
325
- ],
326
- "compatibility": {
327
- "nuxt": "^2.0.0",
328
- "requires": {}
329
- }
330
- },
331
313
  {
332
314
  "name": "bootstrap",
333
315
  "description": "Add Bootstrap to your Nuxt app in seconds.",
334
316
  "repo": "bootstrap-vue/bootstrap-vue",
335
- "npm": "",
317
+ "npm": "bootstrap-vue",
336
318
  "icon": "bootstrap.png",
337
319
  "github": "https://github.com/bootstrap-vue/bootstrap-vue",
338
320
  "website": "https://bootstrap-vue.org/docs#nuxtjs-module",
@@ -364,7 +346,7 @@
364
346
  "name": "browserconfig",
365
347
  "description": "Adds XML browser configuration support",
366
348
  "repo": "nuxt-community/modules#master/packages/browserconfig",
367
- "npm": "",
349
+ "npm": "@nuxtjs/browserconfig",
368
350
  "icon": "",
369
351
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
370
352
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
@@ -387,7 +369,7 @@
387
369
  "name": "buefy",
388
370
  "description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
389
371
  "repo": "buefy/nuxt-buefy",
390
- "npm": "",
372
+ "npm": "nuxt-buefy",
391
373
  "icon": "buefy.png",
392
374
  "github": "https://github.com/buefy/nuxt-buefy",
393
375
  "website": "https://github.com/buefy/nuxt-buefy",
@@ -409,7 +391,7 @@
409
391
  "name": "bugsnag",
410
392
  "description": "Bugsnag module for nuxt.js",
411
393
  "repo": "JulianMar/nuxt-bugsnag",
412
- "npm": "",
394
+ "npm": "nuxt-bugsnag",
413
395
  "icon": "bugsnag.png",
414
396
  "github": "https://github.com/JulianMar/nuxt-bugsnag",
415
397
  "website": "https://github.com/JulianMar/nuxt-bugsnag",
@@ -431,7 +413,7 @@
431
413
  "name": "bulma-slim",
432
414
  "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
433
415
  "repo": "mustardamus/nuxt-bulma-slim",
434
- "npm": "",
416
+ "npm": "nuxt-bulma-slim",
435
417
  "icon": "bulma.png",
436
418
  "github": "https://github.com/mustardamus/nuxt-bulma-slim",
437
419
  "website": "https://github.com/mustardamus/nuxt-bulma-slim",
@@ -453,7 +435,7 @@
453
435
  "name": "bundle-buddy",
454
436
  "description": "Don't fight your webpack bundle, become friends!",
455
437
  "repo": "Developmint/nuxt-bundle-buddy",
456
- "npm": "",
438
+ "npm": "nuxt-bundle-buddy",
457
439
  "icon": "",
458
440
  "github": "https://github.com/Developmint/nuxt-bundle-buddy",
459
441
  "website": "https://github.com/Developmint/nuxt-bundle-buddy",
@@ -475,7 +457,7 @@
475
457
  "name": "canvas-sketch",
476
458
  "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
477
459
  "repo": "LuXDAmore/generative-art",
478
- "npm": "",
460
+ "npm": "@luxdamore/nuxt-canvas-sketch",
479
461
  "icon": "",
480
462
  "github": "https://github.com/LuXDAmore/generative-art",
481
463
  "website": "https://github.com/LuXDAmore/generative-art",
@@ -498,7 +480,7 @@
498
480
  "name": "chakra-ui",
499
481
  "description": "Chakra UI Module for Nuxt.js",
500
482
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
501
- "npm": "",
483
+ "npm": "@chakra-ui/nuxt",
502
484
  "icon": "chakra-ui.png",
503
485
  "github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
504
486
  "website": "https://vue.chakra-ui.com/with-nuxt",
@@ -520,7 +502,7 @@
520
502
  "name": "chiffre",
521
503
  "description": "Privacy-first, end-to-end encrypted analytics",
522
504
  "repo": "chiffre-io/nuxt-chiffre",
523
- "npm": "",
505
+ "npm": "nuxt-chiffre",
524
506
  "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
525
507
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
526
508
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
@@ -542,7 +524,7 @@
542
524
  "name": "client-init",
543
525
  "description": "Provide client version of `nuxtServerInit`.",
544
526
  "repo": "potato4d/nuxt-client-init-module",
545
- "npm": "",
527
+ "npm": "nuxt-client-init-module",
546
528
  "icon": "",
547
529
  "github": "https://github.com/potato4d/nuxt-client-init-module",
548
530
  "website": "https://github.com/potato4d/nuxt-client-init-module",
@@ -564,7 +546,7 @@
564
546
  "name": "cloudcms",
565
547
  "description": "CloudCMS Nuxt.js Module",
566
548
  "repo": "gitana/cloudcms-nuxt",
567
- "npm": "",
549
+ "npm": "cloudcms-nuxt",
568
550
  "icon": "",
569
551
  "github": "https://github.com/gitana/cloudcms-nuxt",
570
552
  "website": "https://github.com/gitana/cloudcms-nuxt",
@@ -586,7 +568,7 @@
586
568
  "name": "cloudinary",
587
569
  "description": "Optimize images and videos in your Nuxt.js application",
588
570
  "repo": "nuxt-community/cloudinary-module",
589
- "npm": "",
571
+ "npm": "@nuxtjs/cloudinary",
590
572
  "icon": "cloudinary.png",
591
573
  "github": "https://github.com/nuxt-community/cloudinary-module",
592
574
  "website": "https://cloudinary.nuxtjs.org",
@@ -609,7 +591,7 @@
609
591
  "name": "color-mode",
610
592
  "description": "Dark and Light mode for NuxtJS with auto detection",
611
593
  "repo": "nuxt-community/color-mode-module",
612
- "npm": "",
594
+ "npm": "@nuxtjs/color-mode",
613
595
  "icon": "color-mode.png",
614
596
  "github": "https://github.com/nuxt-community/color-mode-module",
615
597
  "website": "https://color-mode.nuxtjs.org",
@@ -624,7 +606,7 @@
624
606
  }
625
607
  ],
626
608
  "compatibility": {
627
- "nuxt": "^2.0.0",
609
+ "nuxt": "^2.0.0 || ^3.0.0",
628
610
  "requires": {
629
611
  "bridge": "optional"
630
612
  }
@@ -634,7 +616,7 @@
634
616
  "name": "component-cache",
635
617
  "description": "LRU component cache for vue components",
636
618
  "repo": "nuxt-community/component-cache-module",
637
- "npm": "",
619
+ "npm": "@nuxtjs/component-cache",
638
620
  "icon": "",
639
621
  "github": "https://github.com/nuxt-community/component-cache-module",
640
622
  "website": "https://github.com/nuxt-community/component-cache-module",
@@ -657,7 +639,7 @@
657
639
  "name": "composition-api",
658
640
  "description": "Composition API hooks for Nuxt",
659
641
  "repo": "nuxt-community/composition-api#main",
660
- "npm": "",
642
+ "npm": "@nuxtjs/composition-api",
661
643
  "icon": "composition-api.svg",
662
644
  "github": "https://github.com/nuxt-community/composition-api/tree/main",
663
645
  "website": "https://composition-api.nuxtjs.org",
@@ -679,8 +661,8 @@
679
661
  {
680
662
  "name": "content",
681
663
  "description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
682
- "repo": "nuxt/content#master/packages/content",
683
- "npm": "",
664
+ "repo": "nuxt/content#main/packages/content",
665
+ "npm": "@nuxt/content",
684
666
  "icon": "content.png",
685
667
  "github": "https://github.com/nuxt/content",
686
668
  "website": "https://content.nuxtjs.org",
@@ -708,7 +690,7 @@
708
690
  "name": "contentful",
709
691
  "description": "nuxt contentful module",
710
692
  "repo": "scaccogatto/contentful-module",
711
- "npm": "",
693
+ "npm": "contentful-module",
712
694
  "icon": "contentful.png",
713
695
  "github": "https://github.com/scaccogatto/contentful-module",
714
696
  "website": "https://github.com/scaccogatto/contentful-module",
@@ -730,7 +712,7 @@
730
712
  "name": "custom-elements",
731
713
  "description": "Publish your Components as a vue-custom-element standalone build.",
732
714
  "repo": "GrabarzUndPartner/nuxt-custom-elements",
733
- "npm": "",
715
+ "npm": "nuxt-custom-elements",
734
716
  "icon": "custom-elements.png",
735
717
  "github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
736
718
  "website": "https://nuxt-custom-elements.grabarzundpartner.dev",
@@ -756,7 +738,7 @@
756
738
  "name": "darkmode.js",
757
739
  "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
758
740
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
759
- "npm": "",
741
+ "npm": "nuxtjs-darkmode-js-module",
760
742
  "icon": "darkmode.png",
761
743
  "github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
762
744
  "website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
@@ -778,7 +760,7 @@
778
760
  "name": "date-fns",
779
761
  "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
780
762
  "repo": "nuxt-community/date-fns-module",
781
- "npm": "",
763
+ "npm": "@nuxtjs/date-fns",
782
764
  "icon": "date-fns.png",
783
765
  "github": "https://github.com/nuxt-community/date-fns-module",
784
766
  "website": "https://github.com/nuxt-community/date-fns-module",
@@ -796,11 +778,33 @@
796
778
  "requires": {}
797
779
  }
798
780
  },
781
+ {
782
+ "name": "datocms",
783
+ "description": "DatoCMS integration for Nuxt.js",
784
+ "repo": "voorhoede/nuxt-datocms-module",
785
+ "npm": "@voorhoede/nuxt-datocms-module",
786
+ "icon": "datocms.png",
787
+ "github": "https://github.com/voorhoede/nuxt-datocms-module",
788
+ "website": "https://github.com/voorhoede/nuxt-datocms-module",
789
+ "learn_more": "https://www.datocms.com/",
790
+ "category": "CMS",
791
+ "type": "3rd-party",
792
+ "maintainers": [
793
+ {
794
+ "name": "Frankwarnaar",
795
+ "github": "Frankwarnaar"
796
+ }
797
+ ],
798
+ "compatibility": {
799
+ "nuxt": "^2.0.0",
800
+ "requires": {}
801
+ }
802
+ },
799
803
  {
800
804
  "name": "dayjs",
801
805
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
802
806
  "repo": "nuxt-community/dayjs-module",
803
- "npm": "",
807
+ "npm": "@nuxtjs/dayjs",
804
808
  "icon": "day-js.png",
805
809
  "github": "https://github.com/nuxt-community/dayjs-module",
806
810
  "website": "https://github.com/nuxt-community/dayjs-module",
@@ -823,7 +827,7 @@
823
827
  "name": "device",
824
828
  "description": "Device detection module for Nuxt.js",
825
829
  "repo": "nuxt-community/device-module",
826
- "npm": "",
830
+ "npm": "@nuxtjs/device",
827
831
  "icon": "",
828
832
  "github": "https://github.com/nuxt-community/device-module",
829
833
  "website": "https://github.com/nuxt-community/device-module",
@@ -841,11 +845,34 @@
841
845
  "requires": {}
842
846
  }
843
847
  },
848
+ {
849
+ "name": "directus",
850
+ "description": "Easily connect your Nuxt3 application to your directus server.",
851
+ "repo": "intevel/nuxt-directus",
852
+ "npm": "nuxt-directus",
853
+ "icon": "directus.svg",
854
+ "github": "https://github.com/intevel/nuxt-directus/",
855
+ "website": "https://nuxt-directus.netlify.app/",
856
+ "learn_more": "https://nuxt-directus.netlify.app/",
857
+ "category": "CMS",
858
+ "type": "3rd-party",
859
+ "maintainers": [
860
+ {
861
+ "name": "Conner Bachmann",
862
+ "github": "intevel",
863
+ "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
864
+ }
865
+ ],
866
+ "compatibility": {
867
+ "nuxt": "^3.0.0",
868
+ "requires": {}
869
+ }
870
+ },
844
871
  {
845
872
  "name": "dotenv",
846
873
  "description": "A Nuxt.js module that loads your .env file into your context options",
847
874
  "repo": "nuxt-community/dotenv-module",
848
- "npm": "",
875
+ "npm": "@nuxtjs/dotenv",
849
876
  "icon": "dotenv.png",
850
877
  "github": "https://github.com/nuxt-community/dotenv-module",
851
878
  "website": "https://github.com/nuxt-community/dotenv-module",
@@ -867,7 +894,7 @@
867
894
  "name": "drupal-ce",
868
895
  "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
869
896
  "repo": "drunomics/nuxtjs-drupal-ce",
870
- "npm": "",
897
+ "npm": "nuxtjs-drupal-ce",
871
898
  "icon": "drupal-ce.png",
872
899
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
873
900
  "website": "https://stack.lupus.digital",
@@ -900,7 +927,7 @@
900
927
  "name": "druxt",
901
928
  "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
902
929
  "repo": "druxt/druxt.js#develop/packages/druxt",
903
- "npm": "",
930
+ "npm": "druxt",
904
931
  "icon": "druxt.svg",
905
932
  "github": "https://github.com/druxt/druxt.js",
906
933
  "website": "https://druxtjs.org",
@@ -922,7 +949,7 @@
922
949
  "name": "emotion",
923
950
  "description": "The Next Generation of CSS-in-JS for Nuxt.js",
924
951
  "repo": "nuxt-community/emotion-module",
925
- "npm": "",
952
+ "npm": "@nuxtjs/emotion",
926
953
  "icon": "emotion.png",
927
954
  "github": "https://github.com/nuxt-community/emotion-module",
928
955
  "website": "https://github.com/nuxt-community/emotion-module",
@@ -945,7 +972,7 @@
945
972
  "name": "eslint",
946
973
  "description": "ESLint module for Nuxt.js",
947
974
  "repo": "nuxt-community/eslint-module",
948
- "npm": "",
975
+ "npm": "@nuxtjs/eslint-module",
949
976
  "icon": "eslint.png",
950
977
  "github": "https://github.com/nuxt-community/eslint-module",
951
978
  "website": "https://github.com/nuxt-community/eslint-module",
@@ -967,7 +994,7 @@
967
994
  "name": "event-trace",
968
995
  "description": "Module for event trace in Nuxt.js",
969
996
  "repo": "nuxt-community/nuxt-event-trace",
970
- "npm": "",
997
+ "npm": "nuxt-event-trace",
971
998
  "icon": "",
972
999
  "github": "https://github.com/nuxt-community/nuxt-event-trace",
973
1000
  "website": "https://github.com/nuxt-community/nuxt-event-trace",
@@ -989,7 +1016,7 @@
989
1016
  "name": "fathom",
990
1017
  "description": "Fathom analytics for Nuxt",
991
1018
  "repo": "yabhq/nuxt-fathom",
992
- "npm": "",
1019
+ "npm": "@yabhq/nuxt-fathom",
993
1020
  "icon": "fathom.png",
994
1021
  "github": "https://github.com/yabhq/nuxt-fathom",
995
1022
  "website": "https://github.com/yabhq/nuxt-fathom",
@@ -1011,7 +1038,7 @@
1011
1038
  "name": "feature-toggle",
1012
1039
  "description": "Feature toggle module for Nuxt.js",
1013
1040
  "repo": "stephenkr/nuxt-feature-toggle",
1014
- "npm": "",
1041
+ "npm": "nuxt-feature-toggle",
1015
1042
  "icon": "",
1016
1043
  "github": "https://github.com/stephenkr/nuxt-feature-toggle",
1017
1044
  "website": "https://github.com/stephenkr/nuxt-feature-toggle",
@@ -1033,7 +1060,7 @@
1033
1060
  "name": "feed",
1034
1061
  "description": "Feed module enables everyone to have RSS, Atom and Json.",
1035
1062
  "repo": "nuxt-community/feed-module",
1036
- "npm": "",
1063
+ "npm": "@nuxtjs/feed",
1037
1064
  "icon": "",
1038
1065
  "github": "https://github.com/nuxt-community/feed-module",
1039
1066
  "website": "https://github.com/nuxt-community/feed-module",
@@ -1056,7 +1083,7 @@
1056
1083
  "name": "firebase",
1057
1084
  "description": "Integrate Firebase into your Nuxt project.",
1058
1085
  "repo": "nuxt-community/firebase-module",
1059
- "npm": "",
1086
+ "npm": "@nuxtjs/firebase-monorepo",
1060
1087
  "icon": "firebase.png",
1061
1088
  "github": "https://github.com/nuxt-community/firebase-module",
1062
1089
  "website": "https://firebase.nuxtjs.org",
@@ -1078,7 +1105,7 @@
1078
1105
  "name": "floating-prompt-module",
1079
1106
  "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1080
1107
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1081
- "npm": "",
1108
+ "npm": "nuxt-floating-prompt-module",
1082
1109
  "icon": "",
1083
1110
  "github": "https://github.com/sandoche/nuxt-floating-prompt-module",
1084
1111
  "website": "https://github.com/sandoche/nuxt-floating-prompt-module",
@@ -1100,7 +1127,7 @@
1100
1127
  "name": "font-loader-strategy",
1101
1128
  "description": "Helps to load fonts and activate them by preloading.",
1102
1129
  "repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
1103
- "npm": "",
1130
+ "npm": "nuxt-font-loader-strategy",
1104
1131
  "icon": "",
1105
1132
  "github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
1106
1133
  "website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
@@ -1122,7 +1149,7 @@
1122
1149
  "name": "fontagon",
1123
1150
  "description": "Easy convert SVG from nuxt to icon font.",
1124
1151
  "repo": "kdydesign/nuxt-fontagon",
1125
- "npm": "",
1152
+ "npm": "nuxt-fontagon",
1126
1153
  "icon": "fontagon.png",
1127
1154
  "github": "https://github.com/kdydesign/nuxt-fontagon",
1128
1155
  "website": "https://github.com/kdydesign/nuxt-fontagon",
@@ -1144,7 +1171,7 @@
1144
1171
  "name": "fontawesome",
1145
1172
  "description": "Module to join nuxt and Fontawesome 5",
1146
1173
  "repo": "nuxt-community/fontawesome-module",
1147
- "npm": "",
1174
+ "npm": "@nuxtjs/fontawesome",
1148
1175
  "icon": "font-awesome.png",
1149
1176
  "github": "https://github.com/nuxt-community/fontawesome-module",
1150
1177
  "website": "https://github.com/nuxt-community/fontawesome-module",
@@ -1162,11 +1189,39 @@
1162
1189
  "requires": {}
1163
1190
  }
1164
1191
  },
1192
+ {
1193
+ "name": "formkit",
1194
+ "description": "Seamless FormKit integration for Nuxt",
1195
+ "repo": "formkit/formkit",
1196
+ "npm": "",
1197
+ "icon": "formkit.png",
1198
+ "github": "https://github.com/formkit/formkit",
1199
+ "website": "https://formkit.com",
1200
+ "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1201
+ "category": "Libraries",
1202
+ "type": "3rd-party",
1203
+ "maintainers": [
1204
+ {
1205
+ "name": "Justin Schroeder",
1206
+ "github": "justin-schroeder",
1207
+ "twitter": "jpschroeder"
1208
+ },
1209
+ {
1210
+ "name": "Andrew Boyd",
1211
+ "github": "andrew-boyd",
1212
+ "twitter": "0xBOYD"
1213
+ }
1214
+ ],
1215
+ "compatibility": {
1216
+ "nuxt": "^3.0.0",
1217
+ "requires": {}
1218
+ }
1219
+ },
1165
1220
  {
1166
1221
  "name": "fullpage",
1167
1222
  "description": "Nuxt module for fullpage-vue plugin",
1168
1223
  "repo": "vaso2/fullpage-nuxt",
1169
- "npm": "",
1224
+ "npm": "fullpage-nuxt",
1170
1225
  "icon": "",
1171
1226
  "github": "https://github.com/vaso2/fullpage-nuxt",
1172
1227
  "website": "https://github.com/vaso2/fullpage-nuxt",
@@ -1188,7 +1243,7 @@
1188
1243
  "name": "github-api",
1189
1244
  "description": "Nuxt module for GitHub v4 API",
1190
1245
  "repo": "lindsaykwardell/nuxt-github-api",
1191
- "npm": "",
1246
+ "npm": "nuxt-github-api",
1192
1247
  "icon": "github.svg",
1193
1248
  "github": "https://github.com/lindsaykwardell/nuxt-github-api",
1194
1249
  "website": "https://github.com/lindsaykwardell/nuxt-github-api",
@@ -1210,7 +1265,7 @@
1210
1265
  "name": "google-adsense",
1211
1266
  "description": "Google Adsense Module for Nuxt.js",
1212
1267
  "repo": "nuxt-community/google-adsense-module",
1213
- "npm": "",
1268
+ "npm": "@nuxtjs/google-adsense",
1214
1269
  "icon": "google-adsense.png",
1215
1270
  "github": "https://github.com/nuxt-community/google-adsense-module",
1216
1271
  "website": "https://github.com/nuxt-community/google-adsense-module",
@@ -1232,7 +1287,7 @@
1232
1287
  "name": "google-analytics",
1233
1288
  "description": "Google analytics Module for Nuxt.js",
1234
1289
  "repo": "nuxt-community/analytics-module",
1235
- "npm": "",
1290
+ "npm": "@nuxtjs/google-analytics",
1236
1291
  "icon": "google-analytics.png",
1237
1292
  "github": "https://github.com/nuxt-community/analytics-module",
1238
1293
  "website": "https://google-analytics.nuxtjs.org",
@@ -1264,7 +1319,7 @@
1264
1319
  "name": "google-fonts",
1265
1320
  "description": "Google Fonts module for NuxtJS",
1266
1321
  "repo": "nuxt-community/google-fonts-module",
1267
- "npm": "",
1322
+ "npm": "@nuxtjs/google-fonts",
1268
1323
  "icon": "google-fonts.png",
1269
1324
  "github": "https://github.com/nuxt-community/google-fonts-module",
1270
1325
  "website": "https://github.com/nuxt-community/google-fonts-module",
@@ -1286,7 +1341,7 @@
1286
1341
  "name": "google-gtag",
1287
1342
  "description": "Google GTag for Nuxt.js",
1288
1343
  "repo": "nuxt-community/google-gtag",
1289
- "npm": "",
1344
+ "npm": "@nuxtjs/google-gtag",
1290
1345
  "icon": "gtm.png",
1291
1346
  "github": "https://github.com/nuxt-community/google-gtag",
1292
1347
  "website": "https://github.com/nuxt-community/google-gtag",
@@ -1312,7 +1367,7 @@
1312
1367
  "name": "google-optimize",
1313
1368
  "description": "SSR friendly Google Optimize module for Nuxt.js",
1314
1369
  "repo": "nuxt-community/google-optimize-module",
1315
- "npm": "",
1370
+ "npm": "nuxt-google-optimize",
1316
1371
  "icon": "google-optimize.png",
1317
1372
  "github": "https://github.com/nuxt-community/google-optimize-module",
1318
1373
  "website": "https://github.com/nuxt-community/google-optimize-module",
@@ -1341,11 +1396,33 @@
1341
1396
  "requires": {}
1342
1397
  }
1343
1398
  },
1399
+ {
1400
+ "name": "graphql-client",
1401
+ "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
1402
+ "repo": "diizzayy/nuxt-graphql-client",
1403
+ "npm": "nuxt-graphql-client",
1404
+ "icon": "graphql-client.svg",
1405
+ "github": "https://github.com/diizzayy/nuxt-graphql-client",
1406
+ "website": "https://github.com/diizzayy/nuxt-graphql-client",
1407
+ "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
1408
+ "category": "Request",
1409
+ "type": "3rd-party",
1410
+ "maintainers": [
1411
+ {
1412
+ "name": "Diizzayy",
1413
+ "github": "diizzayy"
1414
+ }
1415
+ ],
1416
+ "compatibility": {
1417
+ "nuxt": "^3.0.0",
1418
+ "requires": {}
1419
+ }
1420
+ },
1344
1421
  {
1345
1422
  "name": "graphql-request",
1346
1423
  "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1347
1424
  "repo": "gomah/nuxt-graphql-request",
1348
- "npm": "",
1425
+ "npm": "nuxt-graphql-request",
1349
1426
  "icon": "graphql-request.png",
1350
1427
  "github": "https://github.com/gomah/nuxt-graphql-request",
1351
1428
  "website": "https://github.com/gomah/nuxt-graphql-request",
@@ -1367,7 +1444,7 @@
1367
1444
  "name": "gtm",
1368
1445
  "description": "Google Tag Manager Module for Nuxt.js",
1369
1446
  "repo": "nuxt-community/gtm-module",
1370
- "npm": "",
1447
+ "npm": "@nuxtjs/gtm",
1371
1448
  "icon": "gtm.png",
1372
1449
  "github": "https://github.com/nuxt-community/gtm-module",
1373
1450
  "website": "https://github.com/nuxt-community/gtm-module",
@@ -1390,7 +1467,7 @@
1390
1467
  "name": "guess",
1391
1468
  "description": "Guess.js module for Nuxt.js",
1392
1469
  "repo": "nuxt-community/guess-module",
1393
- "npm": "",
1470
+ "npm": "@nuxtjs/guess-module",
1394
1471
  "icon": "guessjs.png",
1395
1472
  "github": "https://github.com/nuxt-community/guess-module",
1396
1473
  "website": "https://github.com/nuxt-community/guess-module",
@@ -1408,11 +1485,36 @@
1408
1485
  "requires": {}
1409
1486
  }
1410
1487
  },
1488
+ {
1489
+ "name": "harlem",
1490
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1491
+ "repo": "nuxt-community/harlem-module",
1492
+ "npm": "@nuxtjs/harlem",
1493
+ "icon": "harlem.svg",
1494
+ "github": "https://github.com/nuxt-community/harlem-module",
1495
+ "website": "https://github.com/nuxt-community/harlem-module",
1496
+ "learn_more": "https://harlemjs.com/",
1497
+ "category": "Extensions",
1498
+ "type": "community",
1499
+ "maintainers": [
1500
+ {
1501
+ "name": "Daniel Roe",
1502
+ "github": "danielroe",
1503
+ "twitter": "danielcroe"
1504
+ }
1505
+ ],
1506
+ "compatibility": {
1507
+ "nuxt": "^2.0.0 || ^3.0.0",
1508
+ "requires": {
1509
+ "bridge": true
1510
+ }
1511
+ }
1512
+ },
1411
1513
  {
1412
1514
  "name": "headway",
1413
1515
  "description": "Headway changelog widget for Nuxt",
1414
1516
  "repo": "l-portet/nuxt-headway",
1415
- "npm": "",
1517
+ "npm": "nuxt-headway",
1416
1518
  "icon": "headway.png",
1417
1519
  "github": "https://github.com/l-portet/nuxt-headway",
1418
1520
  "website": "https://nuxt-headway.netlify.app/",
@@ -1435,7 +1537,7 @@
1435
1537
  "name": "helmet",
1436
1538
  "description": "Easy Helmet module with Nuxt.js'",
1437
1539
  "repo": "victor-perez/nuxt-helmet",
1438
- "npm": "",
1540
+ "npm": "nuxt-helmet",
1439
1541
  "icon": "",
1440
1542
  "github": "https://github.com/victor-perez/nuxt-helmet",
1441
1543
  "website": "https://github.com/victor-perez/nuxt-helmet",
@@ -1457,7 +1559,7 @@
1457
1559
  "name": "highcharts",
1458
1560
  "description": "Highcharts for Nuxt",
1459
1561
  "repo": "richardeschloss/nuxt-highcharts",
1460
- "npm": "",
1562
+ "npm": "nuxt-highcharts",
1461
1563
  "icon": "",
1462
1564
  "github": "https://github.com/richardeschloss/nuxt-highcharts",
1463
1565
  "website": "https://github.com/richardeschloss/nuxt-highcharts",
@@ -1479,7 +1581,7 @@
1479
1581
  "name": "history-state",
1480
1582
  "description": "Nuxt.js module to backup or restore historical states",
1481
1583
  "repo": "hidekatsu-izuno/nuxt-history-state",
1482
- "npm": "",
1584
+ "npm": "nuxt-history-state",
1483
1585
  "icon": "",
1484
1586
  "github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
1485
1587
  "website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
@@ -1501,7 +1603,7 @@
1501
1603
  "name": "html-minifier",
1502
1604
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
1503
1605
  "repo": "nuxt-community/html-minifier-module",
1504
- "npm": "",
1606
+ "npm": "@nuxtjs/html-minifier",
1505
1607
  "icon": "",
1506
1608
  "github": "https://github.com/nuxt-community/html-minifier-module",
1507
1609
  "website": "https://github.com/nuxt-community/html-minifier-module",
@@ -1523,7 +1625,7 @@
1523
1625
  "name": "html-validator",
1524
1626
  "description": "Automatically validate Nuxt server-rendered HTML html",
1525
1627
  "repo": "nuxt-community/html-validator-module",
1526
- "npm": "",
1628
+ "npm": "@nuxtjs/html-validator",
1527
1629
  "icon": "html-validator.png",
1528
1630
  "github": "https://github.com/nuxt-community/html-validator-module",
1529
1631
  "website": "https://html-validator.nuxtjs.org",
@@ -1546,7 +1648,7 @@
1546
1648
  "name": "http",
1547
1649
  "description": "Universal HTTP Module for Nuxt.js",
1548
1650
  "repo": "nuxt/http",
1549
- "npm": "",
1651
+ "npm": "@nuxt/http",
1550
1652
  "icon": "http.png",
1551
1653
  "github": "https://github.com/nuxt/http",
1552
1654
  "website": "https://http.nuxtjs.org/",
@@ -1574,7 +1676,7 @@
1574
1676
  "name": "humans-txt",
1575
1677
  "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.",
1576
1678
  "repo": "Luxdamore/nuxt-humans-txt",
1577
- "npm": "",
1679
+ "npm": "@luxdamore/nuxt-humans-txt",
1578
1680
  "icon": "",
1579
1681
  "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
1580
1682
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
@@ -1597,7 +1699,7 @@
1597
1699
  "name": "i18n",
1598
1700
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
1599
1701
  "repo": "nuxt-community/i18n-module",
1600
- "npm": "",
1702
+ "npm": "nuxt-i18n",
1601
1703
  "icon": "i18n.png",
1602
1704
  "github": "https://github.com/nuxt-community/i18n-module",
1603
1705
  "website": "https://i18n.nuxtjs.org",
@@ -1623,7 +1725,7 @@
1623
1725
  "name": "image-loader",
1624
1726
  "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
1625
1727
  "repo": "PivaleCo/nuxt-image-loader-module",
1626
- "npm": "",
1728
+ "npm": "@pivale/nuxt-image-loader-module",
1627
1729
  "icon": "",
1628
1730
  "github": "https://github.com/PivaleCo/nuxt-image-loader-module",
1629
1731
  "website": "https://github.com/PivaleCo/nuxt-image-loader-module",
@@ -1645,7 +1747,7 @@
1645
1747
  "name": "image",
1646
1748
  "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
1647
1749
  "repo": "nuxt/image",
1648
- "npm": "",
1750
+ "npm": "@nuxt/image",
1649
1751
  "icon": "image.png",
1650
1752
  "github": "https://github.com/nuxt/image",
1651
1753
  "website": "https://image.nuxtjs.org",
@@ -1680,7 +1782,7 @@
1680
1782
  "name": "imagemin",
1681
1783
  "description": "Automatically optimize (compress) all images used in Nuxt.js",
1682
1784
  "repo": "nuxt-community/imagemin-module",
1683
- "npm": "",
1785
+ "npm": "@nuxtjs/imagemin",
1684
1786
  "icon": "imagemin.png",
1685
1787
  "github": "https://github.com/nuxt-community/imagemin-module",
1686
1788
  "website": "https://github.com/nuxt-community/imagemin-module",
@@ -1698,11 +1800,36 @@
1698
1800
  "requires": {}
1699
1801
  }
1700
1802
  },
1803
+ {
1804
+ "name": "inkline",
1805
+ "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
1806
+ "repo": "inkline/nuxt-module-inkline",
1807
+ "npm": "@inkline/nuxt",
1808
+ "icon": "inkline.svg",
1809
+ "github": "https://github.com/inkline/nuxt-module-inkline",
1810
+ "website": "https://inkline.io",
1811
+ "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
1812
+ "category": "UI",
1813
+ "type": "3rd-party",
1814
+ "maintainers": [
1815
+ {
1816
+ "name": "Alex Grozav",
1817
+ "github": "alexgrozav",
1818
+ "twitter": "alexgrozav"
1819
+ }
1820
+ ],
1821
+ "compatibility": {
1822
+ "nuxt": "^2.0.0 || ^3.0.0",
1823
+ "requires": {
1824
+ "bridge": true
1825
+ }
1826
+ }
1827
+ },
1701
1828
  {
1702
1829
  "name": "intercom",
1703
1830
  "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
1704
1831
  "repo": "hex-digital/nuxt-intercom",
1705
- "npm": "",
1832
+ "npm": "@hexdigital/nuxt-intercom",
1706
1833
  "icon": "intercom.png",
1707
1834
  "github": "https://github.com/hex-digital/nuxt-intercom",
1708
1835
  "website": "https://github.com/hex-digital/nuxt-intercom",
@@ -1724,7 +1851,7 @@
1724
1851
  "name": "jsonapi",
1725
1852
  "description": "Easy JSON:API client integration for Nuxt.js",
1726
1853
  "repo": "patrickcate/nuxt-jsonapi",
1727
- "npm": "",
1854
+ "npm": "nuxt-jsonapi",
1728
1855
  "icon": "jsonapi.svg",
1729
1856
  "github": "https://github.com/patrickcate/nuxt-jsonapi",
1730
1857
  "website": "https://github.com/patrickcate/nuxt-jsonapi",
@@ -1746,7 +1873,7 @@
1746
1873
  "name": "kentico-kontent",
1747
1874
  "description": "Add Kentico Kontent super power to your nuxt app",
1748
1875
  "repo": "Domitnator/kentico-kontent-nuxt-module",
1749
- "npm": "",
1876
+ "npm": "kentico-kontent-nuxt-module",
1750
1877
  "icon": "",
1751
1878
  "github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
1752
1879
  "website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
@@ -1768,7 +1895,7 @@
1768
1895
  "name": "laravel-echo",
1769
1896
  "description": "Laravel Echo for Nuxt.js",
1770
1897
  "repo": "nuxt-community/laravel-echo",
1771
- "npm": "",
1898
+ "npm": "@nuxtjs/laravel-echo",
1772
1899
  "icon": "laravel-echo.png",
1773
1900
  "github": "https://github.com/nuxt-community/laravel-echo",
1774
1901
  "website": "https://github.com/nuxt-community/laravel-echo",
@@ -1790,7 +1917,7 @@
1790
1917
  "name": "laravel-nuxt",
1791
1918
  "description": "Build a SPA with Laravel and Nuxt",
1792
1919
  "repo": "skyrpex/laravel-nuxt-js",
1793
- "npm": "",
1920
+ "npm": "laravel-nuxt",
1794
1921
  "icon": "",
1795
1922
  "github": "https://github.com/skyrpex/laravel-nuxt-js",
1796
1923
  "website": "https://github.com/skyrpex/laravel-nuxt-js",
@@ -1812,7 +1939,7 @@
1812
1939
  "name": "laravel",
1813
1940
  "description": "Nuxt cli extension for use with laravel as backend",
1814
1941
  "repo": "m2sd/nuxt-laravel",
1815
- "npm": "",
1942
+ "npm": "nuxt-laravel",
1816
1943
  "icon": "laravel.png",
1817
1944
  "github": "https://github.com/m2sd/nuxt-laravel",
1818
1945
  "website": "https://github.com/m2sd/nuxt-laravel",
@@ -1834,7 +1961,7 @@
1834
1961
  "name": "leaflet",
1835
1962
  "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
1836
1963
  "repo": "schlunsen/nuxt-leaflet",
1837
- "npm": "",
1964
+ "npm": "nuxt-leaflet",
1838
1965
  "icon": "leaflet.png",
1839
1966
  "github": "https://github.com/schlunsen/nuxt-leaflet",
1840
1967
  "website": "https://github.com/schlunsen/nuxt-leaflet",
@@ -1856,7 +1983,7 @@
1856
1983
  "name": "localforage",
1857
1984
  "description": "LocalForage is a fast and simple storage library for JavaScript",
1858
1985
  "repo": "nuxt-community/localforage-module",
1859
- "npm": "",
1986
+ "npm": "@nuxtjs/localforage",
1860
1987
  "icon": "",
1861
1988
  "github": "https://github.com/nuxt-community/localforage-module",
1862
1989
  "website": "https://github.com/nuxt-community/localforage-module",
@@ -1883,7 +2010,7 @@
1883
2010
  "name": "localtunnel",
1884
2011
  "description": "exposes your localhost to the world for easy testing and sharing",
1885
2012
  "repo": "nuxt-community/modules#master/packages/localtunnel",
1886
- "npm": "",
2013
+ "npm": "@nuxtjs/localtunnel",
1887
2014
  "icon": "localtunnel.png",
1888
2015
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
1889
2016
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
@@ -1902,11 +2029,33 @@
1902
2029
  "requires": {}
1903
2030
  }
1904
2031
  },
2032
+ {
2033
+ "name": "lodash",
2034
+ "description": "lodash module with auto-import and custom prefix",
2035
+ "repo": "cipami/nuxt-lodash",
2036
+ "npm": "nuxt-lodash",
2037
+ "icon": "lodash.svg",
2038
+ "github": "https://github.com/cipami/nuxt-lodash",
2039
+ "website": "https://github.com/cipami/nuxt-lodash#readme",
2040
+ "learn_more": "https://github.com/lodash/lodash",
2041
+ "category": "Libraries",
2042
+ "type": "3rd-party",
2043
+ "maintainers": [
2044
+ {
2045
+ "name": "Michal Čípa",
2046
+ "github": "cipami"
2047
+ }
2048
+ ],
2049
+ "compatibility": {
2050
+ "nuxt": "^3.0.0",
2051
+ "requires": {}
2052
+ }
2053
+ },
1905
2054
  {
1906
2055
  "name": "logrocket",
1907
2056
  "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
1908
2057
  "repo": "nuxt-community/nuxt-logrocket",
1909
- "npm": "",
2058
+ "npm": "nuxt-logrocket",
1910
2059
  "icon": "logrocket.png",
1911
2060
  "github": "https://github.com/nuxt-community/nuxt-logrocket",
1912
2061
  "website": "https://github.com/nuxt-community/nuxt-logrocket",
@@ -1929,7 +2078,7 @@
1929
2078
  "name": "lunr",
1930
2079
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
1931
2080
  "repo": "nuxt-community/lunr-module",
1932
- "npm": "",
2081
+ "npm": "@nuxtjs/lunr-module",
1933
2082
  "icon": "",
1934
2083
  "github": "https://github.com/nuxt-community/lunr-module",
1935
2084
  "website": "https://github.com/nuxt-community/lunr-module",
@@ -1951,7 +2100,7 @@
1951
2100
  "name": "markdownit",
1952
2101
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
1953
2102
  "repo": "nuxt-community/markdownit-module",
1954
- "npm": "",
2103
+ "npm": "@nuxtjs/markdownit",
1955
2104
  "icon": "",
1956
2105
  "github": "https://github.com/nuxt-community/markdownit-module",
1957
2106
  "website": "https://github.com/nuxt-community/markdownit-module",
@@ -1974,7 +2123,7 @@
1974
2123
  "name": "matomo",
1975
2124
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
1976
2125
  "repo": "pimlie/nuxt-matomo",
1977
- "npm": "",
2126
+ "npm": "nuxt-matomo",
1978
2127
  "icon": "matomo.png",
1979
2128
  "github": "https://github.com/pimlie/nuxt-matomo",
1980
2129
  "website": "https://github.com/pimlie/nuxt-matomo",
@@ -1996,7 +2145,7 @@
1996
2145
  "name": "mdx",
1997
2146
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
1998
2147
  "repo": "nuxt-community/mdx-module",
1999
- "npm": "",
2148
+ "npm": "@nuxtjs/mdx",
2000
2149
  "icon": "mdx.png",
2001
2150
  "github": "https://github.com/nuxt-community/mdx-module",
2002
2151
  "website": "https://mdx.nuxtjs.org",
@@ -2019,7 +2168,7 @@
2019
2168
  "name": "memwatch",
2020
2169
  "description": "Quickly watch real-time memory stats of your nuxt app",
2021
2170
  "repo": "pimlie/nuxt-memwatch",
2022
- "npm": "",
2171
+ "npm": "nuxt-memwatch",
2023
2172
  "icon": "",
2024
2173
  "github": "https://github.com/pimlie/nuxt-memwatch",
2025
2174
  "website": "https://github.com/pimlie/nuxt-memwatch",
@@ -2041,7 +2190,7 @@
2041
2190
  "name": "mobile",
2042
2191
  "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2043
2192
  "repo": "ChanningDefoe/nuxt-mobile-detect",
2044
- "npm": "",
2193
+ "npm": "nuxt-mobile",
2045
2194
  "icon": "",
2046
2195
  "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2047
2196
  "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
@@ -2063,7 +2212,7 @@
2063
2212
  "name": "moment",
2064
2213
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2065
2214
  "repo": "nuxt-community/moment-module",
2066
- "npm": "",
2215
+ "npm": "@nuxtjs/moment",
2067
2216
  "icon": "momentjs.png",
2068
2217
  "github": "https://github.com/nuxt-community/moment-module",
2069
2218
  "website": "https://github.com/nuxt-community/moment-module",
@@ -2090,7 +2239,7 @@
2090
2239
  "name": "mq",
2091
2240
  "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2092
2241
  "repo": "vanhoofmaarten/nuxt-mq",
2093
- "npm": "",
2242
+ "npm": "nuxt-mq",
2094
2243
  "icon": "",
2095
2244
  "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2096
2245
  "website": "https://github.com/vanhoofmaarten/nuxt-mq",
@@ -2112,7 +2261,7 @@
2112
2261
  "name": "neo",
2113
2262
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2114
2263
  "repo": "ezypeeze/nuxt-neo",
2115
- "npm": "",
2264
+ "npm": "nuxt-neo",
2116
2265
  "icon": "",
2117
2266
  "github": "https://github.com/ezypeeze/nuxt-neo",
2118
2267
  "website": "https://ezypeeze.github.io/nuxt-neo",
@@ -2134,7 +2283,7 @@
2134
2283
  "name": "netlify-cache",
2135
2284
  "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
2136
2285
  "repo": "DreaMinder/nuxt-netlify-cache",
2137
- "npm": "",
2286
+ "npm": "nuxt-netlify-cache",
2138
2287
  "icon": "netlify.png",
2139
2288
  "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
2140
2289
  "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
@@ -2156,7 +2305,7 @@
2156
2305
  "name": "netlify-files",
2157
2306
  "description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
2158
2307
  "repo": "nuxt-community/netlify-files-module",
2159
- "npm": "",
2308
+ "npm": "@nuxtjs/netlify-files",
2160
2309
  "icon": "netlify.png",
2161
2310
  "github": "https://github.com/nuxt-community/netlify-files-module",
2162
2311
  "website": "https://github.com/nuxt-community/netlify-files-module",
@@ -2179,7 +2328,7 @@
2179
2328
  "name": "netlify",
2180
2329
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
2181
2330
  "repo": "bazzite/nuxt-netlify",
2182
- "npm": "",
2331
+ "npm": "@aceforth/nuxt-netlify",
2183
2332
  "icon": "netlify.png",
2184
2333
  "github": "https://github.com/bazzite/nuxt-netlify",
2185
2334
  "website": "https://marquez.co/docs/nuxt-netlify/",
@@ -2201,7 +2350,7 @@
2201
2350
  "name": "ngrok",
2202
2351
  "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",
2203
2352
  "repo": "nuxt-community/ngrok",
2204
- "npm": "",
2353
+ "npm": "@nuxtjs/ngrok",
2205
2354
  "icon": "ngrok.png",
2206
2355
  "github": "https://github.com/nuxt-community/ngrok-module",
2207
2356
  "website": "https://ngrok.nuxtjs.org",
@@ -2229,7 +2378,7 @@
2229
2378
  "name": "notion",
2230
2379
  "description": "Vue renderer for Notion pages",
2231
2380
  "repo": "janniks/vue-notion",
2232
- "npm": "",
2381
+ "npm": "vue-notion",
2233
2382
  "icon": "notion.svg",
2234
2383
  "github": "https://github.com/janniks/vue-notion",
2235
2384
  "website": "https://github.com/janniks/vue-notion",
@@ -2251,7 +2400,7 @@
2251
2400
  "name": "nuxt-hue",
2252
2401
  "description": "Enlighten your Nuxt experience",
2253
2402
  "repo": "lihbr/nuxt-hue",
2254
- "npm": "",
2403
+ "npm": "nuxt-hue",
2255
2404
  "icon": "nuxt-hue.svg",
2256
2405
  "github": "https://github.com/lihbr/nuxt-hue",
2257
2406
  "website": "https://github.com/lihbr/nuxt-hue",
@@ -2271,11 +2420,33 @@
2271
2420
  }
2272
2421
  }
2273
2422
  },
2423
+ {
2424
+ "name": "nuxt-pino-log",
2425
+ "description": "Structured logs for nuxt apps using pino",
2426
+ "repo": "kpn/nuxt-pino-log",
2427
+ "npm": "nuxt-pino-log",
2428
+ "icon": "",
2429
+ "github": "https://github.com/kpn/nuxt-pino-log",
2430
+ "website": "https://github.com/kpn/nuxt-pino-log",
2431
+ "learn_more": "https://github.com/pinojs/pino",
2432
+ "category": "Monitoring",
2433
+ "type": "3rd-party",
2434
+ "maintainers": [
2435
+ {
2436
+ "name": "kpn",
2437
+ "github": "kpn"
2438
+ }
2439
+ ],
2440
+ "compatibility": {
2441
+ "nuxt": "^2.0.0",
2442
+ "requires": {}
2443
+ }
2444
+ },
2274
2445
  {
2275
2446
  "name": "nuxt-png-to-ico",
2276
2447
  "description": "Nuxt.js module for auto generating favicons",
2277
2448
  "repo": "b5710546232/nuxt-png-to-ico",
2278
- "npm": "",
2449
+ "npm": "nuxt-png-to-ico",
2279
2450
  "icon": "",
2280
2451
  "github": "https://github.com/b5710546232/nuxt-png-to-ico",
2281
2452
  "website": "https://github.com/b5710546232/nuxt-png-to-ico",
@@ -2298,7 +2469,7 @@
2298
2469
  "name": "nuxt-smartlook",
2299
2470
  "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
2300
2471
  "repo": "f00b4r/nuxt-smartlook",
2301
- "npm": "",
2472
+ "npm": "nuxt-smartlook",
2302
2473
  "icon": "nuxt-smartlook.png",
2303
2474
  "github": "https://github.com/f00b4r/nuxt-smartlook",
2304
2475
  "website": "https://github.com/f00b4r/nuxt-smartlook",
@@ -2322,7 +2493,7 @@
2322
2493
  "name": "nuxt-use-motion",
2323
2494
  "description": "A Nuxt module putting your components in motion",
2324
2495
  "repo": "Tahul/nuxt-use-motion",
2325
- "npm": "",
2496
+ "npm": "nuxt-use-motion",
2326
2497
  "icon": "nuxt-use-motion.svg",
2327
2498
  "github": "https://github.com/Tahul/nuxt-use-motion",
2328
2499
  "website": "https://github.com/Tahul/nuxt-use-motion",
@@ -2344,7 +2515,7 @@
2344
2515
  "name": "nuxt-use-sound",
2345
2516
  "description": "A Nuxt module for playing sound effects.",
2346
2517
  "repo": "Tahul/nuxt-use-sound",
2347
- "npm": "",
2518
+ "npm": "nuxt-use-sound",
2348
2519
  "icon": "nuxt-use-sound.svg",
2349
2520
  "github": "https://github.com/Tahul/nuxt-use-sound",
2350
2521
  "website": "https://github.com/Tahul/nuxt-use-sound",
@@ -2366,7 +2537,7 @@
2366
2537
  "name": "nuxt-viewport",
2367
2538
  "description": "Define custom viewports for your Nuxt project",
2368
2539
  "repo": "mvrlin/nuxt-viewport",
2369
- "npm": "",
2540
+ "npm": "nuxt-viewport",
2370
2541
  "icon": "nuxt-viewport.svg",
2371
2542
  "github": "https://github.com/mvrlin/nuxt-viewport",
2372
2543
  "website": "https://github.com/mvrlin/nuxt-viewport",
@@ -2388,7 +2559,7 @@
2388
2559
  "name": "nuxt7",
2389
2560
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
2390
2561
  "repo": "nuxt-community/nuxt7",
2391
- "npm": "",
2562
+ "npm": "nuxt7",
2392
2563
  "icon": "",
2393
2564
  "github": "https://github.com/nuxt-community/nuxt7",
2394
2565
  "website": "https://github.com/nuxt-community/nuxt7",
@@ -2411,7 +2582,7 @@
2411
2582
  "name": "onesignal",
2412
2583
  "description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
2413
2584
  "repo": "nuxt-community/onesignal-module",
2414
- "npm": "",
2585
+ "npm": "@nuxtjs/onesignal",
2415
2586
  "icon": "one-signal.png",
2416
2587
  "github": "https://github.com/nuxt-community/onesignal-module",
2417
2588
  "website": "https://github.com/nuxt-community/onesignal-module",
@@ -2434,7 +2605,7 @@
2434
2605
  "name": "optimized-images",
2435
2606
  "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
2436
2607
  "repo": "juliomrqz/nuxt-optimized-images",
2437
- "npm": "",
2608
+ "npm": "@aceforth/nuxt-optimized-images",
2438
2609
  "icon": "",
2439
2610
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
2440
2611
  "website": "https://marquez.co/docs/nuxt-optimized-images/",
@@ -2457,7 +2628,7 @@
2457
2628
  "name": "page-generator-helper",
2458
2629
  "description": "Generate your pages statically without using payload extractors.",
2459
2630
  "repo": "GrabarzUndPartner/nuxt-page-generator-helper",
2460
- "npm": "",
2631
+ "npm": "nuxt-page-generator-helper",
2461
2632
  "icon": "",
2462
2633
  "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
2463
2634
  "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
@@ -2479,7 +2650,7 @@
2479
2650
  "name": "parse",
2480
2651
  "description": "Parse package for Nuxt.js",
2481
2652
  "repo": "cierrateam/nuxt-parse",
2482
- "npm": "",
2653
+ "npm": "nuxt-parse",
2483
2654
  "icon": "",
2484
2655
  "github": "https://github.com/cierrateam/nuxt-parse",
2485
2656
  "website": "https://github.com/cierrateam/nuxt-parse",
@@ -2497,11 +2668,36 @@
2497
2668
  "requires": {}
2498
2669
  }
2499
2670
  },
2671
+ {
2672
+ "name": "partytown",
2673
+ "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2674
+ "repo": "nuxt-community/partytown-module",
2675
+ "npm": "@nuxtjs/partytown",
2676
+ "icon": "partytown.svg",
2677
+ "github": "https://github.com/nuxt-community/partytown-module",
2678
+ "website": "https://github.com/nuxt-community/partytown-module",
2679
+ "learn_more": "https://partytown.builder.io/",
2680
+ "category": "Performance",
2681
+ "type": "community",
2682
+ "maintainers": [
2683
+ {
2684
+ "name": "Daniel Roe",
2685
+ "github": "danielroe",
2686
+ "twitter": "danielcroe"
2687
+ }
2688
+ ],
2689
+ "compatibility": {
2690
+ "nuxt": "^2.0.0 || ^3.0.0",
2691
+ "requires": {
2692
+ "bridge": true
2693
+ }
2694
+ }
2695
+ },
2500
2696
  {
2501
2697
  "name": "persian-datepicker",
2502
2698
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
2503
2699
  "repo": "alireza-ab/vue-persian-datepicker",
2504
- "npm": "",
2700
+ "npm": "@alireza-ab/vue-persian-datepicker",
2505
2701
  "icon": "persian-datepicker.svg",
2506
2702
  "github": "https://github.com/alireza-ab/vue-persian-datepicker",
2507
2703
  "website": "https://alireza-ab.ir/datepicker",
@@ -2524,7 +2720,7 @@
2524
2720
  "name": "pinia",
2525
2721
  "description": "The Vue Store that you will enjoy using",
2526
2722
  "repo": "posva/pinia#v2/packages/nuxt",
2527
- "npm": "",
2723
+ "npm": "@pinia/nuxt",
2528
2724
  "icon": "pinia.svg",
2529
2725
  "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
2530
2726
  "website": "https://pinia.esm.dev/",
@@ -2548,7 +2744,7 @@
2548
2744
  "name": "plausible",
2549
2745
  "description": "Plausible analytics for Vue.js and Nuxt",
2550
2746
  "repo": "moritzsternemann/vue-plausible",
2551
- "npm": "",
2747
+ "npm": "vue-plausible",
2552
2748
  "icon": "plausible.png",
2553
2749
  "github": "https://github.com/moritzsternemann/vue-plausible",
2554
2750
  "website": "https://github.com/moritzsternemann/vue-plausible",
@@ -2562,15 +2758,17 @@
2562
2758
  }
2563
2759
  ],
2564
2760
  "compatibility": {
2565
- "nuxt": "^2.0.0",
2566
- "requires": {}
2761
+ "nuxt": "^2.0.0 || ^3.0.0",
2762
+ "requires": {
2763
+ "bridge": "optional"
2764
+ }
2567
2765
  }
2568
2766
  },
2569
2767
  {
2570
2768
  "name": "precompress",
2571
2769
  "description": "Precompress files to gzip and brotli and serve them automatically",
2572
2770
  "repo": "frenchrabbit/nuxt-precompress",
2573
- "npm": "",
2771
+ "npm": "nuxt-precompress",
2574
2772
  "icon": "",
2575
2773
  "github": "https://github.com/frenchrabbit/nuxt-precompress",
2576
2774
  "website": "https://github.com/frenchrabbit/nuxt-precompress",
@@ -2592,7 +2790,7 @@
2592
2790
  "name": "prismic",
2593
2791
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2594
2792
  "repo": "nuxt-community/prismic-module",
2595
- "npm": "",
2793
+ "npm": "@nuxtjs/prismic",
2596
2794
  "icon": "prismic.png",
2597
2795
  "github": "https://github.com/nuxt-community/prismic-module",
2598
2796
  "website": "https://prismic.nuxtjs.org",
@@ -2616,7 +2814,7 @@
2616
2814
  }
2617
2815
  ],
2618
2816
  "compatibility": {
2619
- "nuxt": "^2.0.0",
2817
+ "nuxt": "^2.0.0 || ^3.0.0",
2620
2818
  "requires": {}
2621
2819
  }
2622
2820
  },
@@ -2624,7 +2822,7 @@
2624
2822
  "name": "protected-mailto",
2625
2823
  "description": "Nuxt component to generate encoded mailto links",
2626
2824
  "repo": "mmoollllee/nuxt-protected-mailto",
2627
- "npm": "",
2825
+ "npm": "nuxt-protected-mailto",
2628
2826
  "icon": "",
2629
2827
  "github": "https://github.com/mmoollllee/nuxt-protected-mailto",
2630
2828
  "website": "https://github.com/mmoollllee/nuxt-protected-mailto",
@@ -2646,7 +2844,7 @@
2646
2844
  "name": "proxy",
2647
2845
  "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
2648
2846
  "repo": "nuxt-community/proxy-module",
2649
- "npm": "",
2847
+ "npm": "@nuxtjs/proxy",
2650
2848
  "icon": "",
2651
2849
  "github": "https://github.com/nuxt-community/proxy-module",
2652
2850
  "website": "https://github.com/nuxt-community/proxy-module",
@@ -2669,7 +2867,7 @@
2669
2867
  "name": "prune-html",
2670
2868
  "description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
2671
2869
  "repo": "LuXDAmore/nuxt-prune-html",
2672
- "npm": "",
2870
+ "npm": "@luxdamore/nuxt-prune-html",
2673
2871
  "icon": "",
2674
2872
  "github": "https://github.com/LuXDAmore/nuxt-prune-html",
2675
2873
  "website": "https://luxdamore.github.io/nuxt-prune-html/",
@@ -2692,7 +2890,7 @@
2692
2890
  "name": "purgecss",
2693
2891
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2694
2892
  "repo": "Developmint/nuxt-purgecss",
2695
- "npm": "",
2893
+ "npm": "nuxt-purgecss",
2696
2894
  "icon": "purgecss.png",
2697
2895
  "github": "https://github.com/Developmint/nuxt-purgecss",
2698
2896
  "website": "https://github.com/Developmint/nuxt-purgecss",
@@ -2714,7 +2912,7 @@
2714
2912
  "name": "pwa",
2715
2913
  "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
2716
2914
  "repo": "nuxt-community/pwa-module",
2717
- "npm": "",
2915
+ "npm": "@nuxtjs/pwa",
2718
2916
  "icon": "pwa.png",
2719
2917
  "github": "https://github.com/nuxt-community/pwa-module",
2720
2918
  "website": "https://pwa.nuxtjs.org",
@@ -2739,7 +2937,7 @@
2739
2937
  "name": "python",
2740
2938
  "description": "Write Nuxt.js applications using Python",
2741
2939
  "repo": "nuxt-community/python-module",
2742
- "npm": "",
2940
+ "npm": "@nuxtjs/python",
2743
2941
  "icon": "python.png",
2744
2942
  "github": "https://github.com/nuxt-community/python-module",
2745
2943
  "website": "https://github.com/nuxt-community/python-module",
@@ -2761,7 +2959,7 @@
2761
2959
  "name": "recaptcha",
2762
2960
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
2763
2961
  "repo": "nuxt-community/recaptcha-module",
2764
- "npm": "",
2962
+ "npm": "@nuxtjs/recaptcha",
2765
2963
  "icon": "recaptcha.png",
2766
2964
  "github": "https://github.com/nuxt-community/recaptcha-module",
2767
2965
  "website": "https://github.com/nuxt-community/recaptcha-module",
@@ -2783,7 +2981,7 @@
2783
2981
  "name": "redirect",
2784
2982
  "description": "Nuxt module to dynamically redirect initial requests",
2785
2983
  "repo": "nuxt-community/redirect-module",
2786
- "npm": "",
2984
+ "npm": "@nuxtjs/redirect-module",
2787
2985
  "icon": "",
2788
2986
  "github": "https://github.com/nuxt-community/redirect-module",
2789
2987
  "website": "https://github.com/nuxt-community/redirect-module",
@@ -2806,7 +3004,7 @@
2806
3004
  "name": "rfg-icon",
2807
3005
  "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
2808
3006
  "repo": "pimlie/nuxt-rfg-icon",
2809
- "npm": "",
3007
+ "npm": "nuxt-rfg-icon",
2810
3008
  "icon": "real-favicon-generator.png",
2811
3009
  "github": "https://github.com/pimlie/nuxt-rfg-icon",
2812
3010
  "website": "https://github.com/pimlie/nuxt-rfg-icon",
@@ -2828,7 +3026,7 @@
2828
3026
  "name": "robots",
2829
3027
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
2830
3028
  "repo": "nuxt-community/robots-module",
2831
- "npm": "",
3029
+ "npm": "@nuxtjs/robots",
2832
3030
  "icon": "",
2833
3031
  "github": "https://github.com/nuxt-community/robots-module",
2834
3032
  "website": "https://github.com/nuxt-community/robots-module",
@@ -2850,7 +3048,7 @@
2850
3048
  "name": "rollbar",
2851
3049
  "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
2852
3050
  "repo": "gaelreyrol/nuxt-rollbar-module",
2853
- "npm": "",
3051
+ "npm": "nuxt-rollbar-module",
2854
3052
  "icon": "rollbar.png",
2855
3053
  "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
2856
3054
  "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
@@ -2872,7 +3070,7 @@
2872
3070
  "name": "router-extras",
2873
3071
  "description": "Extra Add-ons for nuxt router",
2874
3072
  "repo": "nuxt-community/router-extras-module",
2875
- "npm": "",
3073
+ "npm": "@nuxtjs/router-extras",
2876
3074
  "icon": "vue.png",
2877
3075
  "github": "https://github.com/nuxt-community/router-extras-module",
2878
3076
  "website": "https://github.com/nuxt-community/router-extras-module",
@@ -2895,7 +3093,7 @@
2895
3093
  "name": "router",
2896
3094
  "description": "Nuxt.js module to use router.js instead of pages/ directory",
2897
3095
  "repo": "nuxt-community/router-module",
2898
- "npm": "",
3096
+ "npm": "@nuxtjs/router",
2899
3097
  "icon": "vue.png",
2900
3098
  "github": "https://github.com/nuxt-community/router-module",
2901
3099
  "website": "https://github.com/nuxt-community/router-module",
@@ -2916,9 +3114,9 @@
2916
3114
  },
2917
3115
  {
2918
3116
  "name": "sanity",
2919
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
3117
+ "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
2920
3118
  "repo": "nuxt-community/sanity-module#main",
2921
- "npm": "",
3119
+ "npm": "@nuxtjs/sanity",
2922
3120
  "icon": "sanity.png",
2923
3121
  "github": "https://github.com/nuxt-community/sanity-module#main",
2924
3122
  "website": "https://sanity.nuxtjs.org",
@@ -2933,15 +3131,17 @@
2933
3131
  }
2934
3132
  ],
2935
3133
  "compatibility": {
2936
- "nuxt": "^2.0.0",
2937
- "requires": {}
3134
+ "nuxt": "^2.0.0 || ^3.0.0",
3135
+ "requires": {
3136
+ "bridge": "optional"
3137
+ }
2938
3138
  }
2939
3139
  },
2940
3140
  {
2941
3141
  "name": "scss-to-js",
2942
3142
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
2943
3143
  "repo": "sugoidesune/nuxt-scss-to-js",
2944
- "npm": "",
3144
+ "npm": "nuxt-scss-to-js",
2945
3145
  "icon": "",
2946
3146
  "github": "https://github.com/sugoidesune/nuxt-scss-to-js",
2947
3147
  "website": "https://github.com/sugoidesune/nuxt-scss-to-js",
@@ -2963,7 +3163,7 @@
2963
3163
  "name": "segment",
2964
3164
  "description": "Nuxt.js module for Segment Analytics.js",
2965
3165
  "repo": "dansmaculotte/nuxt-segment",
2966
- "npm": "",
3166
+ "npm": "@dansmaculotte/nuxt-segment",
2967
3167
  "icon": "segment.png",
2968
3168
  "github": "https://github.com/dansmaculotte/nuxt-segment",
2969
3169
  "website": "https://github.com/dansmaculotte/nuxt-segment",
@@ -2985,7 +3185,7 @@
2985
3185
  "name": "sentry",
2986
3186
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
2987
3187
  "repo": "nuxt-community/sentry-module",
2988
- "npm": "",
3188
+ "npm": "@nuxtjs/sentry",
2989
3189
  "icon": "sentry.png",
2990
3190
  "github": "https://github.com/nuxt-community/sentry-module",
2991
3191
  "website": "https://sentry.nuxtjs.org/",
@@ -3007,7 +3207,7 @@
3007
3207
  "name": "seo-meta",
3008
3208
  "description": "Simple generate seo metadata",
3009
3209
  "repo": "ihavecoke/nuxtjs-seo-meta",
3010
- "npm": "",
3210
+ "npm": "nuxt-seo-meta",
3011
3211
  "icon": "",
3012
3212
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3013
3213
  "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3030,7 +3230,7 @@
3030
3230
  "name": "seomatic-meta",
3031
3231
  "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
3032
3232
  "repo": "ben-rogerson/nuxt-seomatic-meta",
3033
- "npm": "",
3233
+ "npm": "nuxt-seomatic-meta",
3034
3234
  "icon": "seomatic.png",
3035
3235
  "github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
3036
3236
  "website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
@@ -3052,7 +3252,7 @@
3052
3252
  "name": "separate-env",
3053
3253
  "description": "Separated environment variables for server and client builds",
3054
3254
  "repo": "nuxt-community/separate-env-module",
3055
- "npm": "",
3255
+ "npm": "@nuxtjs/separate-env",
3056
3256
  "icon": "",
3057
3257
  "github": "https://github.com/nuxt-community/separate-env-module",
3058
3258
  "website": "https://github.com/nuxt-community/separate-env-module",
@@ -3075,7 +3275,7 @@
3075
3275
  "name": "shopify",
3076
3276
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
3077
3277
  "repo": "Gomah/nuxt-shopify",
3078
- "npm": "",
3278
+ "npm": "nuxt-shopify",
3079
3279
  "icon": "shopify.png",
3080
3280
  "github": "https://github.com/Gomah/nuxt-shopify",
3081
3281
  "website": "https://github.com/Gomah/nuxt-shopify",
@@ -3097,7 +3297,7 @@
3097
3297
  "name": "simple-line-icons",
3098
3298
  "description": "Nuxt module to add simple-line-icons ",
3099
3299
  "repo": "vaso2/nuxt-simple-line-icons",
3100
- "npm": "",
3300
+ "npm": "nuxt-simple-line-icons",
3101
3301
  "icon": "",
3102
3302
  "github": "https://github.com/vaso2/nuxt-simple-line-icons",
3103
3303
  "website": "https://github.com/vaso2/nuxt-simple-line-icons",
@@ -3119,7 +3319,7 @@
3119
3319
  "name": "sitemap",
3120
3320
  "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
3121
3321
  "repo": "nuxt-community/sitemap-module#dev",
3122
- "npm": "",
3322
+ "npm": "@nuxtjs/sitemap",
3123
3323
  "icon": "",
3124
3324
  "github": "https://github.com/nuxt-community/sitemap-module#dev",
3125
3325
  "website": "https://sitemap.nuxtjs.org",
@@ -3142,7 +3342,7 @@
3142
3342
  "name": "snipcart",
3143
3343
  "description": "Snipcart integration module for Nuxt.js",
3144
3344
  "repo": "nuxt-community/snipcart-module",
3145
- "npm": "",
3345
+ "npm": "@nuxtjs/snipcart",
3146
3346
  "icon": "snipcart.png",
3147
3347
  "github": "https://github.com/nuxt-community/snipcart-module",
3148
3348
  "website": "https://github.com/nuxt-community/snipcart-module",
@@ -3165,7 +3365,7 @@
3165
3365
  "name": "social-meta",
3166
3366
  "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
3167
3367
  "repo": "AlekseyPleshkov/nuxt-social-meta",
3168
- "npm": "",
3368
+ "npm": "nuxt-social-meta",
3169
3369
  "icon": "",
3170
3370
  "github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
3171
3371
  "website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
@@ -3187,7 +3387,7 @@
3187
3387
  "name": "socket-io",
3188
3388
  "description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
3189
3389
  "repo": "richardeschloss/nuxt-socket-io",
3190
- "npm": "",
3390
+ "npm": "nuxt-socket-io",
3191
3391
  "icon": "socket-io.png",
3192
3392
  "github": "https://github.com/richardeschloss/nuxt-socket-io",
3193
3393
  "website": "https://nuxt-socket-io.netlify.app/",
@@ -3209,7 +3409,7 @@
3209
3409
  "name": "speedcurve",
3210
3410
  "description": "Speedcurve LUX module for Nuxt",
3211
3411
  "repo": "nuxt-community/speedcurve-module",
3212
- "npm": "",
3412
+ "npm": "@nuxtjs/speedcurve",
3213
3413
  "icon": "speedcurve.png",
3214
3414
  "github": "https://github.com/nuxt-community/speedcurve-module",
3215
3415
  "website": "https://speedcurve.nuxtjs.org",
@@ -3232,7 +3432,7 @@
3232
3432
  "name": "speedkit",
3233
3433
  "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
3234
3434
  "repo": "GrabarzUndPartner/nuxt-speedkit",
3235
- "npm": "",
3435
+ "npm": "nuxt-speedkit",
3236
3436
  "icon": "speedkit.png",
3237
3437
  "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
3238
3438
  "website": "https://nuxt-speedkit.grabarzundpartner.dev",
@@ -3265,7 +3465,7 @@
3265
3465
  "name": "storage",
3266
3466
  "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
3267
3467
  "repo": "mazipan/nuxt-storage",
3268
- "npm": "",
3468
+ "npm": "nuxt-storage",
3269
3469
  "icon": "",
3270
3470
  "github": "https://github.com/mazipan/nuxt-storage",
3271
3471
  "website": "https://github.com/mazipan/nuxt-storage",
@@ -3287,7 +3487,7 @@
3287
3487
  "name": "storefront-ui",
3288
3488
  "description": "Storefront UI Module for Nuxt.js",
3289
3489
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
3290
- "npm": "",
3490
+ "npm": "@storefront-ui/nuxt",
3291
3491
  "icon": "storefront-ui.svg",
3292
3492
  "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
3293
3493
  "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
@@ -3309,7 +3509,7 @@
3309
3509
  "name": "stories",
3310
3510
  "description": "Nuxt stories module -- Painless storybooking for Nuxt",
3311
3511
  "repo": "richardeschloss/nuxt-stories",
3312
- "npm": "",
3512
+ "npm": "nuxt-stories",
3313
3513
  "icon": "",
3314
3514
  "github": "https://github.com/richardeschloss/nuxt-stories",
3315
3515
  "website": "https://github.com/richardeschloss/nuxt-stories",
@@ -3331,7 +3531,7 @@
3331
3531
  "name": "storyblok",
3332
3532
  "description": "Storyblok Nuxt.js module",
3333
3533
  "repo": "storyblok/storyblok-nuxt#master/lib",
3334
- "npm": "",
3534
+ "npm": "@storyblok/nuxt",
3335
3535
  "icon": "storyblok.png",
3336
3536
  "github": "https://github.com/storyblok/storyblok-nuxt",
3337
3537
  "website": "https://github.com/storyblok/storyblok-nuxt",
@@ -3353,7 +3553,7 @@
3353
3553
  "name": "storybook",
3354
3554
  "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
3355
3555
  "repo": "nuxt-community/storybook",
3356
- "npm": "",
3556
+ "npm": "@nuxtjs/storybook",
3357
3557
  "icon": "storybook.png",
3358
3558
  "github": "https://github.com/nuxt-community/storybook",
3359
3559
  "website": "https://storybook.nuxtjs.org",
@@ -3383,7 +3583,7 @@
3383
3583
  "name": "strapi",
3384
3584
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
3385
3585
  "repo": "nuxt-community/strapi-module",
3386
- "npm": "",
3586
+ "npm": "@nuxtjs/strapi",
3387
3587
  "icon": "strapi.png",
3388
3588
  "github": "https://github.com/nuxt-community/strapi-module",
3389
3589
  "website": "https://strapi.nuxtjs.org",
@@ -3403,7 +3603,7 @@
3403
3603
  }
3404
3604
  ],
3405
3605
  "compatibility": {
3406
- "nuxt": "^2.0.0",
3606
+ "nuxt": "^2.0.0 || ^3.0.0",
3407
3607
  "requires": {}
3408
3608
  }
3409
3609
  },
@@ -3411,7 +3611,7 @@
3411
3611
  "name": "stripe",
3412
3612
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
3413
3613
  "repo": "WilliamDASILVA/nuxt-stripe-module",
3414
- "npm": "",
3614
+ "npm": "nuxt-stripe-module",
3415
3615
  "icon": "stripe.png",
3416
3616
  "github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
3417
3617
  "website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
@@ -3433,7 +3633,7 @@
3433
3633
  "name": "style-resources",
3434
3634
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
3435
3635
  "repo": "nuxt-community/style-resources-module",
3436
- "npm": "",
3636
+ "npm": "@nuxtjs/style-resources",
3437
3637
  "icon": "",
3438
3638
  "github": "https://github.com/nuxt-community/style-resources-module",
3439
3639
  "website": "https://github.com/nuxt-community/style-resources-module",
@@ -3456,7 +3656,7 @@
3456
3656
  "name": "stylelint",
3457
3657
  "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
3458
3658
  "repo": "nuxt-community/stylelint-module",
3459
- "npm": "",
3659
+ "npm": "@nuxtjs/stylelint-module",
3460
3660
  "icon": "stylelint.png",
3461
3661
  "github": "https://github.com/nuxt-community/stylelint-module",
3462
3662
  "website": "https://github.com/nuxt-community/stylelint-module",
@@ -3474,11 +3674,34 @@
3474
3674
  "requires": {}
3475
3675
  }
3476
3676
  },
3677
+ {
3678
+ "name": "stylify",
3679
+ "description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3680
+ "repo": "stylify/packages#master/packages/nuxt-module",
3681
+ "npm": "@stylify/nuxt-module",
3682
+ "icon": "stylify.svg",
3683
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
3684
+ "website": "https://stylify.dev/docs/nuxt-module",
3685
+ "learn_more": "https://stylify.dev",
3686
+ "category": "UI",
3687
+ "type": "3rd-party",
3688
+ "maintainers": [
3689
+ {
3690
+ "name": "Vladimír Macháček",
3691
+ "github": "Machy8",
3692
+ "twitter": "8machy"
3693
+ }
3694
+ ],
3695
+ "compatibility": {
3696
+ "nuxt": "^2.0.0",
3697
+ "requires": {}
3698
+ }
3699
+ },
3477
3700
  {
3478
3701
  "name": "supabase",
3479
3702
  "description": "A supa simple way to use Supabase with Nuxt",
3480
3703
  "repo": "supabase/nuxt-supabase",
3481
- "npm": "",
3704
+ "npm": "nuxt-supabase",
3482
3705
  "icon": "supabase.png",
3483
3706
  "github": "https://github.com/supabase/nuxt-supabase",
3484
3707
  "website": "https://github.com/supabase/nuxt-supabase",
@@ -3501,7 +3724,7 @@
3501
3724
  "name": "svg-loader",
3502
3725
  "description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
3503
3726
  "repo": "Developmint/nuxt-svg-loader",
3504
- "npm": "",
3727
+ "npm": "nuxt-svg-loader",
3505
3728
  "icon": "",
3506
3729
  "github": "https://github.com/Developmint/nuxt-svg-loader",
3507
3730
  "website": "https://github.com/Developmint/nuxt-svg-loader",
@@ -3523,7 +3746,7 @@
3523
3746
  "name": "svg-sprite",
3524
3747
  "description": "Optimized and Easy way to use svg files in Nuxt.js",
3525
3748
  "repo": "nuxt-community/svg-sprite-module",
3526
- "npm": "",
3749
+ "npm": "@nuxtjs/svg-sprite",
3527
3750
  "icon": "",
3528
3751
  "github": "https://github.com/nuxt-community/svg-sprite-module",
3529
3752
  "website": "https://github.com/nuxt-community/svg-sprite-module",
@@ -3546,7 +3769,7 @@
3546
3769
  "name": "svg",
3547
3770
  "description": "Super simple svg loading module for Nuxt.js",
3548
3771
  "repo": "nuxt-community/svg-module",
3549
- "npm": "",
3772
+ "npm": "@nuxtjs/svg",
3550
3773
  "icon": "",
3551
3774
  "github": "https://github.com/nuxt-community/svg-module",
3552
3775
  "website": "https://github.com/nuxt-community/svg-module",
@@ -3568,7 +3791,7 @@
3568
3791
  "name": "sweetalert2",
3569
3792
  "description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
3570
3793
  "repo": "ImreC/nuxt-sweetalert2",
3571
- "npm": "",
3794
+ "npm": "nuxt-sweetalert2",
3572
3795
  "icon": "",
3573
3796
  "github": "https://github.com/ImreC/nuxt-sweetalert2",
3574
3797
  "website": "https://github.com/ImreC/nuxt-sweetalert2",
@@ -3590,7 +3813,7 @@
3590
3813
  "name": "tailwindcss",
3591
3814
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
3592
3815
  "repo": "nuxt-community/tailwindcss-module",
3593
- "npm": "",
3816
+ "npm": "@nuxtjs/tailwindcss",
3594
3817
  "icon": "tailwindcss.png",
3595
3818
  "github": "https://github.com/nuxt-community/tailwindcss-module",
3596
3819
  "website": "https://tailwindcss.nuxtjs.org",
@@ -3605,7 +3828,7 @@
3605
3828
  }
3606
3829
  ],
3607
3830
  "compatibility": {
3608
- "nuxt": "^2.0.0",
3831
+ "nuxt": "^2.0.0 || ^3.0.0",
3609
3832
  "requires": {}
3610
3833
  }
3611
3834
  },
@@ -3613,7 +3836,7 @@
3613
3836
  "name": "tiktok-analytics",
3614
3837
  "description": "",
3615
3838
  "repo": "stickpro/nuxt-tiktok-analytics",
3616
- "npm": "",
3839
+ "npm": "tiktok-analytics",
3617
3840
  "icon": "",
3618
3841
  "github": "https://github.com/stickpro/nuxt-tiktok-analytics",
3619
3842
  "website": "https://github.com/stickpro/nuxt-tiktok-analytics",
@@ -3636,7 +3859,7 @@
3636
3859
  "name": "toast",
3637
3860
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
3638
3861
  "repo": "nuxt-community/modules#master/packages/toast",
3639
- "npm": "",
3862
+ "npm": "@nuxtjs/toast",
3640
3863
  "icon": "",
3641
3864
  "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
3642
3865
  "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
@@ -3659,7 +3882,7 @@
3659
3882
  "name": "twa",
3660
3883
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
3661
3884
  "repo": "tuarrep/nuxt-twa",
3662
- "npm": "",
3885
+ "npm": "nuxt-twa",
3663
3886
  "icon": "",
3664
3887
  "github": "https://github.com/tuarrep/nuxt-twa",
3665
3888
  "website": "https://nuxt-twa.tuarrep.dev",
@@ -3683,7 +3906,7 @@
3683
3906
  "name": "typed-router",
3684
3907
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
3685
3908
  "repo": "victorgarciaesgi/nuxt-typed-router",
3686
- "npm": "",
3909
+ "npm": "nuxt-typed-router",
3687
3910
  "icon": "vue.png",
3688
3911
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
3689
3912
  "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
@@ -3701,11 +3924,36 @@
3701
3924
  "requires": {}
3702
3925
  }
3703
3926
  },
3927
+ {
3928
+ "name": "typed-vuex",
3929
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
3930
+ "repo": "danielroe/typed-vuex",
3931
+ "npm": "",
3932
+ "icon": "vue.png",
3933
+ "github": "https://github.com/danielroe/typed-vuex",
3934
+ "website": "https://github.com/danielroe/typed-vuex",
3935
+ "learn_more": "",
3936
+ "category": "Libraries",
3937
+ "type": "3rd-party",
3938
+ "maintainers": [
3939
+ {
3940
+ "name": "Daniel Roe",
3941
+ "github": "danielroe",
3942
+ "twitter": "danielcroe"
3943
+ }
3944
+ ],
3945
+ "compatibility": {
3946
+ "nuxt": "^2.0.0",
3947
+ "requires": {
3948
+ "bridge": "optional"
3949
+ }
3950
+ }
3951
+ },
3704
3952
  {
3705
3953
  "name": "typescript-runtime",
3706
3954
  "description": "TypeScript Runtime support for Nuxt",
3707
3955
  "repo": "nuxt/typescript#master/packages/typescript-runtime",
3708
- "npm": "",
3956
+ "npm": "@nuxt/typescript-runtime",
3709
3957
  "icon": "typescript.svg",
3710
3958
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
3711
3959
  "website": "https://typescript.nuxtjs.org/guide/runtime.html",
@@ -3737,7 +3985,7 @@
3737
3985
  "name": "typescript",
3738
3986
  "description": "TypeScript Support for Nuxt",
3739
3987
  "repo": "nuxt/typescript#master/packages/typescript-build",
3740
- "npm": "",
3988
+ "npm": "@nuxt/typescript-build",
3741
3989
  "icon": "typescript.svg",
3742
3990
  "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
3743
3991
  "website": "https://typescript.nuxtjs.org",
@@ -3769,7 +4017,7 @@
3769
4017
  "name": "universal-storage",
3770
4018
  "description": "Universal Storage Utilities for Nuxt.js",
3771
4019
  "repo": "nuxt-community/universal-storage-module",
3772
- "npm": "",
4020
+ "npm": "@nuxtjs/universal-storage",
3773
4021
  "icon": "",
3774
4022
  "github": "https://github.com/nuxt-community/universal-storage-module",
3775
4023
  "website": "https://github.com/nuxt-community/universal-storage-module",
@@ -3793,11 +4041,37 @@
3793
4041
  "requires": {}
3794
4042
  }
3795
4043
  },
4044
+ {
4045
+ "name": "unlighthouse",
4046
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4047
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4048
+ "npm": "@unlighthouse/nuxt",
4049
+ "icon": "unlighthouse.svg",
4050
+ "github": "https://github.com/harlan-zw/unlighthouse",
4051
+ "website": "https://github.com/harlan-zw/unlighthouse",
4052
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4053
+ "category": "Devtools",
4054
+ "type": "3rd-party",
4055
+ "maintainers": [
4056
+ {
4057
+ "name": "Harlan Wilton",
4058
+ "github": "harlan-zw",
4059
+ "twitter": "harlan_zw",
4060
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4061
+ }
4062
+ ],
4063
+ "compatibility": {
4064
+ "nuxt": "^2.0.0 || ^3.0.0",
4065
+ "requires": {
4066
+ "bridge": "optional"
4067
+ }
4068
+ }
4069
+ },
3796
4070
  {
3797
4071
  "name": "unocss",
3798
4072
  "description": "The instant on-demand atomic CSS engine.",
3799
4073
  "repo": "antfu/unocss#main/packages/nuxt",
3800
- "npm": "",
4074
+ "npm": "@unocss/nuxt",
3801
4075
  "icon": "unocss.svg",
3802
4076
  "github": "https://github.com/antfu/unocss",
3803
4077
  "website": "https://github.com/antfu/unocss",
@@ -3823,7 +4097,7 @@
3823
4097
  "name": "user-agent",
3824
4098
  "description": "Nuxt.js module for handling User-Agent.",
3825
4099
  "repo": "fukuiretu/nuxt-user-agent",
3826
- "npm": "",
4100
+ "npm": "nuxt-user-agent",
3827
4101
  "icon": "",
3828
4102
  "github": "https://github.com/fukuiretu/nuxt-user-agent",
3829
4103
  "website": "https://github.com/fukuiretu/nuxt-user-agent",
@@ -3845,7 +4119,7 @@
3845
4119
  "name": "validate",
3846
4120
  "description": "Simple Nuxt input validation module using vee-validate",
3847
4121
  "repo": "lewyuburi/nuxt-validate",
3848
- "npm": "",
4122
+ "npm": "nuxt-validate",
3849
4123
  "icon": "vee-validate.png",
3850
4124
  "github": "https://github.com/lewyuburi/nuxt-validate",
3851
4125
  "website": "https://github.com/lewyuburi/nuxt-validate",
@@ -3867,7 +4141,7 @@
3867
4141
  "name": "vendor",
3868
4142
  "description": "directly serve node_modules",
3869
4143
  "repo": "nuxt-community/modules#master/packages/vendor",
3870
- "npm": "",
4144
+ "npm": "@nuxtjs/vendor",
3871
4145
  "icon": "",
3872
4146
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
3873
4147
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
@@ -3890,7 +4164,7 @@
3890
4164
  "name": "vue-material",
3891
4165
  "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.",
3892
4166
  "repo": "vaso2/nuxt-vue-material",
3893
- "npm": "",
4167
+ "npm": "nuxt-vue-material",
3894
4168
  "icon": "vue-material.png",
3895
4169
  "github": "https://github.com/vaso2/nuxt-vue-material",
3896
4170
  "website": "https://github.com/vaso2/nuxt-vue-material",
@@ -3912,7 +4186,7 @@
3912
4186
  "name": "vue-multiselect",
3913
4187
  "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
3914
4188
  "repo": "spektrummedia/nuxt-vue-multiselect",
3915
- "npm": "",
4189
+ "npm": "nuxt-vue-multiselect",
3916
4190
  "icon": "",
3917
4191
  "github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
3918
4192
  "website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
@@ -3934,7 +4208,7 @@
3934
4208
  "name": "vue-select",
3935
4209
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
3936
4210
  "repo": "madmod/nuxt-vue-select",
3937
- "npm": "",
4211
+ "npm": "nuxt-vue-select",
3938
4212
  "icon": "",
3939
4213
  "github": "https://github.com/madmod/nuxt-vue-select",
3940
4214
  "website": "https://github.com/madmod/nuxt-vue-select",
@@ -3956,7 +4230,7 @@
3956
4230
  "name": "vue-warehouse",
3957
4231
  "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
3958
4232
  "repo": "juliomrqz/vue-warehouse",
3959
- "npm": "",
4233
+ "npm": "vue-warehouse",
3960
4234
  "icon": "",
3961
4235
  "github": "https://github.com/juliomrqz/vue-warehouse",
3962
4236
  "website": "https://marquez.co/docs/vue-warehouse",
@@ -3979,7 +4253,7 @@
3979
4253
  "name": "vuetify",
3980
4254
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
3981
4255
  "repo": "nuxt-community/vuetify-module",
3982
- "npm": "",
4256
+ "npm": "@nuxtjs/vuetify",
3983
4257
  "icon": "vuetify.png",
3984
4258
  "github": "https://github.com/nuxt-community/vuetify-module",
3985
4259
  "website": "https://github.com/nuxt-community/vuetify-module",
@@ -4006,7 +4280,7 @@
4006
4280
  "name": "vueuse",
4007
4281
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4008
4282
  "repo": "vueuse/vueuse#main/packages/core",
4009
- "npm": "",
4283
+ "npm": "@vueuse/core",
4010
4284
  "icon": "vueuse.svg",
4011
4285
  "github": "https://github.com/vueuse/vueuse",
4012
4286
  "website": "https://vueuse.org",
@@ -4031,7 +4305,7 @@
4031
4305
  "name": "vuex-router-sync",
4032
4306
  "description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
4033
4307
  "repo": "paulgv/nuxt-vuex-router-sync",
4034
- "npm": "",
4308
+ "npm": "nuxt-vuex-router-sync",
4035
4309
  "icon": "",
4036
4310
  "github": "https://github.com/paulgv/nuxt-vuex-router-sync",
4037
4311
  "website": "https://github.com/paulgv/nuxt-vuex-router-sync",
@@ -4053,7 +4327,7 @@
4053
4327
  "name": "web-vitals",
4054
4328
  "description": "Web Vitals for Nuxt",
4055
4329
  "repo": "nuxt-community/web-vitals-module",
4056
- "npm": "",
4330
+ "npm": "@nuxtjs/web-vitals",
4057
4331
  "icon": "",
4058
4332
  "github": "https://github.com/nuxt-community/web-vitals-module",
4059
4333
  "website": "https://github.com/nuxt-community/web-vitals-module",
@@ -4083,20 +4357,20 @@
4083
4357
  },
4084
4358
  {
4085
4359
  "name": "web3js",
4086
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
4087
- "repo": "fauzan121002/nuxt-web3",
4088
- "npm": "",
4360
+ "description": "Web3.js module integration for Nuxt.js",
4361
+ "repo": "bl0cknumber/nuxt-web3",
4362
+ "npm": "nuxt-web3",
4089
4363
  "icon": "web3js.svg",
4090
- "github": "https://github.com/fauzan121002/nuxt-web3",
4091
- "website": "https://github.com/fauzan121002/nuxt-web3",
4364
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
4365
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
4092
4366
  "learn_more": "https://web3js.readthedocs.io/",
4093
4367
  "category": "Libraries",
4094
4368
  "type": "3rd-party",
4095
4369
  "maintainers": [
4096
4370
  {
4097
4371
  "name": "Muhammad Fauzan",
4098
- "github": "fauzan121002",
4099
- "twitter": "fauzandev"
4372
+ "github": "bl0cknumber",
4373
+ "twitter": "fncolon"
4100
4374
  }
4101
4375
  ],
4102
4376
  "compatibility": {
@@ -4108,7 +4382,7 @@
4108
4382
  "name": "webfontloader",
4109
4383
  "description": "Efficient web font loading has never been easier!",
4110
4384
  "repo": "Developmint/nuxt-webfontloader",
4111
- "npm": "",
4385
+ "npm": "nuxt-webfontloader",
4112
4386
  "icon": "",
4113
4387
  "github": "https://github.com/Developmint/nuxt-webfontloader",
4114
4388
  "website": "https://github.com/Developmint/nuxt-webfontloader",
@@ -4130,7 +4404,7 @@
4130
4404
  "name": "webpack-optimisations",
4131
4405
  "description": "Nuxt.js v2 module to automatically make your builds faster.",
4132
4406
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
4133
- "npm": "",
4407
+ "npm": "nuxt-webpack-optimisations",
4134
4408
  "icon": "build-optimisations.svg",
4135
4409
  "github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4136
4410
  "website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
@@ -4154,7 +4428,7 @@
4154
4428
  "name": "webpack-profile",
4155
4429
  "description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
4156
4430
  "repo": "nuxt-community/webpack-profile-module",
4157
- "npm": "",
4431
+ "npm": "@nuxtjs/webpack-profile",
4158
4432
  "icon": "webpack.png",
4159
4433
  "github": "https://github.com/nuxt-community/webpack-profile-module",
4160
4434
  "website": "https://github.com/nuxt-community/webpack-profile-module",
@@ -4177,7 +4451,7 @@
4177
4451
  "name": "webpackdashboard",
4178
4452
  "description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
4179
4453
  "repo": "paulgv/nuxt-webpackdashboard",
4180
- "npm": "",
4454
+ "npm": "nuxt-webpackdashboard",
4181
4455
  "icon": "webpack.png",
4182
4456
  "github": "https://github.com/paulgv/nuxt-webpackdashboard",
4183
4457
  "website": "https://github.com/paulgv/nuxt-webpackdashboard",
@@ -4199,7 +4473,7 @@
4199
4473
  "name": "webpackmonitor",
4200
4474
  "description": "Monitor Nuxt webpack optimization metrics through the development process",
4201
4475
  "repo": "nuxt-community/webpackmonitor-module",
4202
- "npm": "",
4476
+ "npm": "@nuxtjs/webpackmonitor",
4203
4477
  "icon": "webpack.png",
4204
4478
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
4205
4479
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
@@ -4222,7 +4496,7 @@
4222
4496
  "name": "windicss",
4223
4497
  "description": "Next generation utility-first CSS framework.",
4224
4498
  "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
4225
- "npm": "",
4499
+ "npm": "nuxt-windicss",
4226
4500
  "icon": "windicss.svg",
4227
4501
  "github": "https://github.com/windicss/nuxt-windicss-module",
4228
4502
  "website": "https://github.com/windicss/nuxt-windicss-module",
@@ -4252,7 +4526,7 @@
4252
4526
  "name": "winston-log",
4253
4527
  "description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
4254
4528
  "repo": "aaronransley/nuxt-winston-log",
4255
- "npm": "",
4529
+ "npm": "nuxt-winston-log",
4256
4530
  "icon": "winston.png",
4257
4531
  "github": "https://github.com/aaronransley/nuxt-winston-log",
4258
4532
  "website": "https://github.com/aaronransley/nuxt-winston-log",
@@ -4274,7 +4548,7 @@
4274
4548
  "name": "wp-nuxt",
4275
4549
  "description": "The module adds a Wordpress Rest API to your nuxt application",
4276
4550
  "repo": "yashha/wp-nuxt",
4277
- "npm": "",
4551
+ "npm": "wp-nuxt",
4278
4552
  "icon": "wordpress.png",
4279
4553
  "github": "https://github.com/yashha/wp-nuxt",
4280
4554
  "website": "https://github.com/yashha/wp-nuxt",
@@ -4296,7 +4570,7 @@
4296
4570
  "name": "xhr-cache",
4297
4571
  "description": "Cache api resources and serve it as static resource",
4298
4572
  "repo": "gaetansenn/xhr-cache",
4299
- "npm": "",
4573
+ "npm": "@dewib/xhr-cache",
4300
4574
  "icon": "",
4301
4575
  "github": "https://github.com/gaetansenn/xhr-cache",
4302
4576
  "website": "https://xhr-cache.dewib.com",
@@ -4318,7 +4592,7 @@
4318
4592
  "name": "xui",
4319
4593
  "description": "Light module to help design websites with Nuxt.",
4320
4594
  "repo": "MetaCorp/xui-module",
4321
- "npm": "",
4595
+ "npm": "xui-module",
4322
4596
  "icon": "",
4323
4597
  "github": "https://github.com/MetaCorp/xui-module",
4324
4598
  "website": "https://github.com/MetaCorp/xui-module",
@@ -4340,7 +4614,7 @@
4340
4614
  "name": "yandex-metrika",
4341
4615
  "description": "Yandex metrika Module for Nuxt.js",
4342
4616
  "repo": "nuxt-community/yandex-metrika-module",
4343
- "npm": "",
4617
+ "npm": "@nuxtjs/yandex-metrika",
4344
4618
  "icon": "",
4345
4619
  "github": "https://github.com/nuxt-community/yandex-metrika-module",
4346
4620
  "website": "https://github.com/nuxt-community/yandex-metrika-module",
@@ -4363,7 +4637,7 @@
4363
4637
  "name": "zendesk",
4364
4638
  "description": "Nuxt.js module for Zendesk",
4365
4639
  "repo": "DansMaCulotte/nuxt-zendesk",
4366
- "npm": "",
4640
+ "npm": "@dansmaculotte/nuxt-zendesk",
4367
4641
  "icon": "zendesk.png",
4368
4642
  "github": "https://github.com/DansMaCulotte/nuxt-zendesk",
4369
4643
  "website": "https://github.com/DansMaCulotte/nuxt-zendesk",