@nuxt/modules 0.6.0-9e1b10 → 0.6.0-a80774
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.
- package/modules.json +203 -8
- package/package.json +3 -3
package/modules.json
CHANGED
|
@@ -124,6 +124,29 @@
|
|
|
124
124
|
"requires": {}
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
+
{
|
|
128
|
+
"name": "prometheus",
|
|
129
|
+
"description": "Prometheus metrics for NodeJS and a set of custom metrics for Nuxt applications",
|
|
130
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
131
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
132
|
+
"icon": "prometheus.svg",
|
|
133
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
134
|
+
"website": "",
|
|
135
|
+
"learn_more": "",
|
|
136
|
+
"category": "Monitoring",
|
|
137
|
+
"type": "3rd-party",
|
|
138
|
+
"maintainers": [
|
|
139
|
+
{
|
|
140
|
+
"name": "Aleksandr Saburov",
|
|
141
|
+
"github": "artmizu",
|
|
142
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"compatibility": {
|
|
146
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
147
|
+
"requires": {}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
127
150
|
{
|
|
128
151
|
"name": "animejs",
|
|
129
152
|
"description": "Anime.js module for Nuxt.js",
|
|
@@ -762,6 +785,52 @@
|
|
|
762
785
|
"requires": {}
|
|
763
786
|
}
|
|
764
787
|
},
|
|
788
|
+
{
|
|
789
|
+
"name": "cookie-control",
|
|
790
|
+
"description": "A highly configurable cookie banner for Nuxt.",
|
|
791
|
+
"repo": "dargmuesli/nuxt-cookie-control",
|
|
792
|
+
"npm": "@dargmuesli/nuxt-cookie-control",
|
|
793
|
+
"icon": "cookie-control.png",
|
|
794
|
+
"github": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
795
|
+
"website": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
796
|
+
"learn_more": "",
|
|
797
|
+
"category": "Extensions",
|
|
798
|
+
"type": "3rd-party",
|
|
799
|
+
"maintainers": [
|
|
800
|
+
{
|
|
801
|
+
"name": "dargmuesli",
|
|
802
|
+
"github": "dargmuesli",
|
|
803
|
+
"avatar": "https://avatars.githubusercontent.com/dargmuesli"
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"compatibility": {
|
|
807
|
+
"nuxt": "^3.0.0",
|
|
808
|
+
"requires": {}
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "csurf",
|
|
813
|
+
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
814
|
+
"repo": "morgbn/nuxt-csurf",
|
|
815
|
+
"npm": "nuxt-csurf",
|
|
816
|
+
"icon": "csurf.svg",
|
|
817
|
+
"github": "https://github.com/morgbn/nuxt-csurf",
|
|
818
|
+
"website": "https://github.com/morgbn/nuxt-csurf",
|
|
819
|
+
"learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
|
|
820
|
+
"category": "Security",
|
|
821
|
+
"type": "3rd-party",
|
|
822
|
+
"maintainers": [
|
|
823
|
+
{
|
|
824
|
+
"name": "morgbn",
|
|
825
|
+
"github": "morgbn",
|
|
826
|
+
"avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
|
|
827
|
+
}
|
|
828
|
+
],
|
|
829
|
+
"compatibility": {
|
|
830
|
+
"nuxt": "^3.0.0",
|
|
831
|
+
"requires": {}
|
|
832
|
+
}
|
|
833
|
+
},
|
|
765
834
|
{
|
|
766
835
|
"name": "custom-elements",
|
|
767
836
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
@@ -1051,11 +1120,11 @@
|
|
|
1051
1120
|
{
|
|
1052
1121
|
"name": "emotion",
|
|
1053
1122
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
1054
|
-
"repo": "nuxt-
|
|
1123
|
+
"repo": "nuxt-modules/emotion",
|
|
1055
1124
|
"npm": "@nuxtjs/emotion",
|
|
1056
1125
|
"icon": "emotion.png",
|
|
1057
|
-
"github": "https://github.com/nuxt-
|
|
1058
|
-
"website": "https://github.com/nuxt-
|
|
1126
|
+
"github": "https://github.com/nuxt-modules/emotion",
|
|
1127
|
+
"website": "https://github.com/nuxt-modules/emotion",
|
|
1059
1128
|
"learn_more": "https://emotion.sh/",
|
|
1060
1129
|
"category": "Extensions",
|
|
1061
1130
|
"type": "community",
|
|
@@ -1064,10 +1133,15 @@
|
|
|
1064
1133
|
"name": "Pooya Parsa",
|
|
1065
1134
|
"github": "pi0",
|
|
1066
1135
|
"twitter": "_pi0_"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"name": "Jonathan Bakebwa",
|
|
1139
|
+
"github": "codebender828",
|
|
1140
|
+
"twitter": "codebender828"
|
|
1067
1141
|
}
|
|
1068
1142
|
],
|
|
1069
1143
|
"compatibility": {
|
|
1070
|
-
"nuxt": "^2.0.0",
|
|
1144
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1071
1145
|
"requires": {}
|
|
1072
1146
|
}
|
|
1073
1147
|
},
|
|
@@ -2855,6 +2929,29 @@
|
|
|
2855
2929
|
"requires": {}
|
|
2856
2930
|
}
|
|
2857
2931
|
},
|
|
2932
|
+
{
|
|
2933
|
+
"name": "nuxt-loco",
|
|
2934
|
+
"description": "A localise.biz module to synth locale with Nuxt.js",
|
|
2935
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
2936
|
+
"npm": "nuxt-loco",
|
|
2937
|
+
"icon": "",
|
|
2938
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
2939
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
2940
|
+
"learn_more": "",
|
|
2941
|
+
"category": "Libraries",
|
|
2942
|
+
"type": "3rd-party",
|
|
2943
|
+
"maintainers": [
|
|
2944
|
+
{
|
|
2945
|
+
"name": "Gaetan SENN",
|
|
2946
|
+
"github": "gaetansenn",
|
|
2947
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
2948
|
+
}
|
|
2949
|
+
],
|
|
2950
|
+
"compatibility": {
|
|
2951
|
+
"nuxt": "^3.0.0",
|
|
2952
|
+
"requires": {}
|
|
2953
|
+
}
|
|
2954
|
+
},
|
|
2858
2955
|
{
|
|
2859
2956
|
"name": "nuxt-monaco-editor",
|
|
2860
2957
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3388,11 +3485,11 @@
|
|
|
3388
3485
|
{
|
|
3389
3486
|
"name": "pinia",
|
|
3390
3487
|
"description": "The Vue Store that you will enjoy using",
|
|
3391
|
-
"repo": "
|
|
3488
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3392
3489
|
"npm": "@pinia/nuxt",
|
|
3393
3490
|
"icon": "pinia.svg",
|
|
3394
|
-
"github": "https://github.com/
|
|
3395
|
-
"website": "https://pinia.
|
|
3491
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
3492
|
+
"website": "https://pinia.vuejs.org/",
|
|
3396
3493
|
"learn_more": "",
|
|
3397
3494
|
"category": "Extensions",
|
|
3398
3495
|
"type": "3rd-party",
|
|
@@ -3476,6 +3573,28 @@
|
|
|
3476
3573
|
"requires": {}
|
|
3477
3574
|
}
|
|
3478
3575
|
},
|
|
3576
|
+
{
|
|
3577
|
+
"name": "prometheus",
|
|
3578
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3579
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
3580
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
3581
|
+
"icon": "",
|
|
3582
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3583
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3584
|
+
"learn_more": "",
|
|
3585
|
+
"category": "Devtools",
|
|
3586
|
+
"type": "3rd-party",
|
|
3587
|
+
"maintainers": [
|
|
3588
|
+
{
|
|
3589
|
+
"name": "artmizu",
|
|
3590
|
+
"github": "artmizu"
|
|
3591
|
+
}
|
|
3592
|
+
],
|
|
3593
|
+
"compatibility": {
|
|
3594
|
+
"nuxt": "^2.0.0",
|
|
3595
|
+
"requires": {}
|
|
3596
|
+
}
|
|
3597
|
+
},
|
|
3479
3598
|
{
|
|
3480
3599
|
"name": "protected-mailto",
|
|
3481
3600
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3914,7 +4033,7 @@
|
|
|
3914
4033
|
"name": "seo-kit",
|
|
3915
4034
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3916
4035
|
"repo": "harlan-zw/nuxt-seo-kit",
|
|
3917
|
-
"npm": "nuxt-seo-kit",
|
|
4036
|
+
"npm": "nuxt-seo-kit-mono",
|
|
3918
4037
|
"icon": "seo-kit.svg",
|
|
3919
4038
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
3920
4039
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -5143,6 +5262,60 @@
|
|
|
5143
5262
|
"requires": {}
|
|
5144
5263
|
}
|
|
5145
5264
|
},
|
|
5265
|
+
{
|
|
5266
|
+
"name": "vite-pwa-nuxt",
|
|
5267
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
5268
|
+
"repo": "vite-pwa/nuxt",
|
|
5269
|
+
"npm": "@vite-pwa/nuxt",
|
|
5270
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
5271
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
5272
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
5273
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
5274
|
+
"category": "Performance",
|
|
5275
|
+
"type": "3rd-party",
|
|
5276
|
+
"maintainers": [
|
|
5277
|
+
{
|
|
5278
|
+
"name": "Joaquín Sánchez",
|
|
5279
|
+
"github": "userquin",
|
|
5280
|
+
"twitter": "userquin"
|
|
5281
|
+
},
|
|
5282
|
+
{
|
|
5283
|
+
"name": "Anthony Fu",
|
|
5284
|
+
"github": "antfu",
|
|
5285
|
+
"twitter": "antfu7"
|
|
5286
|
+
}
|
|
5287
|
+
],
|
|
5288
|
+
"compatibility": {
|
|
5289
|
+
"nuxt": "^3.0.0",
|
|
5290
|
+
"requires": {}
|
|
5291
|
+
}
|
|
5292
|
+
},
|
|
5293
|
+
{
|
|
5294
|
+
"name": "vitest",
|
|
5295
|
+
"description": "Vitest integration with Nuxt",
|
|
5296
|
+
"repo": "danielroe/nuxt-vitest#main",
|
|
5297
|
+
"npm": "nuxt-vitest",
|
|
5298
|
+
"icon": "vitest.svg",
|
|
5299
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5300
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5301
|
+
"learn_more": "",
|
|
5302
|
+
"category": "Extensions",
|
|
5303
|
+
"type": "3rd-party",
|
|
5304
|
+
"maintainers": [
|
|
5305
|
+
{
|
|
5306
|
+
"name": "Daniel Roe",
|
|
5307
|
+
"github": "danielroe"
|
|
5308
|
+
},
|
|
5309
|
+
{
|
|
5310
|
+
"name": "Anthony Fu",
|
|
5311
|
+
"github": "antfu"
|
|
5312
|
+
}
|
|
5313
|
+
],
|
|
5314
|
+
"compatibility": {
|
|
5315
|
+
"nuxt": "^3.0.0",
|
|
5316
|
+
"requires": {}
|
|
5317
|
+
}
|
|
5318
|
+
},
|
|
5146
5319
|
{
|
|
5147
5320
|
"name": "vue-macros",
|
|
5148
5321
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5304,6 +5477,28 @@
|
|
|
5304
5477
|
"requires": {}
|
|
5305
5478
|
}
|
|
5306
5479
|
},
|
|
5480
|
+
{
|
|
5481
|
+
"name": "vuefire",
|
|
5482
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
5483
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
5484
|
+
"npm": "nuxt-vuefire",
|
|
5485
|
+
"icon": "vuefire.svg",
|
|
5486
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
5487
|
+
"website": "https://vuefire.vuejs.org/",
|
|
5488
|
+
"learn_more": "",
|
|
5489
|
+
"category": "Database",
|
|
5490
|
+
"type": "3rd-party",
|
|
5491
|
+
"maintainers": [
|
|
5492
|
+
{
|
|
5493
|
+
"name": "posva",
|
|
5494
|
+
"github": "posva"
|
|
5495
|
+
}
|
|
5496
|
+
],
|
|
5497
|
+
"compatibility": {
|
|
5498
|
+
"nuxt": "^3.0.0",
|
|
5499
|
+
"requires": {}
|
|
5500
|
+
}
|
|
5501
|
+
},
|
|
5307
5502
|
{
|
|
5308
5503
|
"name": "vuestic",
|
|
5309
5504
|
"description": "Vuestic UI module for Nuxt 3",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-a80774",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./modules.json",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@types/js-yaml": "^4.0.5",
|
|
22
22
|
"@types/node": "^18.11.18",
|
|
23
23
|
"defu": "^6.1.1",
|
|
24
|
-
"eslint": "^8.
|
|
24
|
+
"eslint": "^8.32.0",
|
|
25
25
|
"globby": "^13.1.3",
|
|
26
26
|
"hasha": "^5.2.2",
|
|
27
27
|
"jiti": "^1.16.2",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"ofetch": "^1.0.0",
|
|
30
30
|
"typescript": "^4.9.4"
|
|
31
31
|
},
|
|
32
|
-
"packageManager": "pnpm@7.
|
|
32
|
+
"packageManager": "pnpm@7.25.1"
|
|
33
33
|
}
|