@nuxt/modules 0.5.0-72454 → 0.5.0-72b478
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 +122 -26
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
54
|
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
-
"repo": "nuxt-
|
|
55
|
+
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
58
|
-
"github": "https://github.com/nuxt-
|
|
58
|
+
"github": "https://github.com/nuxt-modules/algolia",
|
|
59
59
|
"website": "https://algolia.nuxtjs.org/",
|
|
60
60
|
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
61
|
"category": "Libraries",
|
|
@@ -146,6 +146,30 @@
|
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"name": "api-party",
|
|
151
|
+
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
|
+
"repo": "johannschopplich/nuxt-api-party",
|
|
153
|
+
"npm": "nuxt-api-party",
|
|
154
|
+
"icon": "api-party.svg",
|
|
155
|
+
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
+
"website": "https://github.com/johannschopplich/nuxt-api-party#readme",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Request",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Johann Schopplich",
|
|
163
|
+
"github": "johannschopplich",
|
|
164
|
+
"twitter": "jschopplich",
|
|
165
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^3.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
149
173
|
{
|
|
150
174
|
"name": "apis-to-file",
|
|
151
175
|
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
@@ -173,26 +197,24 @@
|
|
|
173
197
|
{
|
|
174
198
|
"name": "apollo",
|
|
175
199
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
176
|
-
"repo": "nuxt-
|
|
200
|
+
"repo": "nuxt-modules/apollo",
|
|
177
201
|
"npm": "@nuxtjs/apollo",
|
|
178
202
|
"icon": "apollo.png",
|
|
179
|
-
"github": "https://github.com/nuxt-
|
|
180
|
-
"website": "https://
|
|
203
|
+
"github": "https://github.com/nuxt-modules/apollo",
|
|
204
|
+
"website": "https://apollo.nuxtjs.org",
|
|
181
205
|
"learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
|
|
182
206
|
"category": "Request",
|
|
183
207
|
"type": "community",
|
|
184
208
|
"maintainers": [
|
|
185
209
|
{
|
|
186
|
-
"name": "
|
|
187
|
-
"github": "
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"name": "Dominic Garms",
|
|
191
|
-
"github": "dohomi"
|
|
210
|
+
"name": "Conrawl Rogers",
|
|
211
|
+
"github": "diizzayy",
|
|
212
|
+
"twitter": "diizzayy",
|
|
213
|
+
"avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
|
|
192
214
|
}
|
|
193
215
|
],
|
|
194
216
|
"compatibility": {
|
|
195
|
-
"nuxt": "^2.0.0",
|
|
217
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
196
218
|
"requires": {}
|
|
197
219
|
}
|
|
198
220
|
},
|
|
@@ -1853,7 +1875,7 @@
|
|
|
1853
1875
|
}
|
|
1854
1876
|
],
|
|
1855
1877
|
"compatibility": {
|
|
1856
|
-
"nuxt": "^2.0.0",
|
|
1878
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1857
1879
|
"requires": {
|
|
1858
1880
|
"bridge": "optional"
|
|
1859
1881
|
}
|
|
@@ -1931,14 +1953,14 @@
|
|
|
1931
1953
|
{
|
|
1932
1954
|
"name": "ionic",
|
|
1933
1955
|
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1934
|
-
"repo": "
|
|
1935
|
-
"npm": "
|
|
1956
|
+
"repo": "nuxt-modules/ionic",
|
|
1957
|
+
"npm": "@nuxtjs/ionic",
|
|
1936
1958
|
"icon": "ionic.svg",
|
|
1937
|
-
"github": "https://github.com/
|
|
1938
|
-
"website": "https://ionic.
|
|
1959
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
1960
|
+
"website": "https://ionic.nuxtjs.org",
|
|
1939
1961
|
"learn_more": "https://ionicframework.com",
|
|
1940
1962
|
"category": "Libraries",
|
|
1941
|
-
"type": "
|
|
1963
|
+
"type": "community",
|
|
1942
1964
|
"maintainers": [
|
|
1943
1965
|
{
|
|
1944
1966
|
"name": "Daniel Roe",
|
|
@@ -3122,7 +3144,7 @@
|
|
|
3122
3144
|
{
|
|
3123
3145
|
"name": "purgecss",
|
|
3124
3146
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
3125
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3147
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
3126
3148
|
"npm": "nuxt-purgecss",
|
|
3127
3149
|
"icon": "purgecss.png",
|
|
3128
3150
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -3137,7 +3159,7 @@
|
|
|
3137
3159
|
}
|
|
3138
3160
|
],
|
|
3139
3161
|
"compatibility": {
|
|
3140
|
-
"nuxt": "^2.0.0",
|
|
3162
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3141
3163
|
"requires": {}
|
|
3142
3164
|
}
|
|
3143
3165
|
},
|
|
@@ -3418,6 +3440,29 @@
|
|
|
3418
3440
|
"requires": {}
|
|
3419
3441
|
}
|
|
3420
3442
|
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "security",
|
|
3445
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3446
|
+
"repo": "Baroshem/nuxt-security",
|
|
3447
|
+
"npm": "nuxt-security",
|
|
3448
|
+
"icon": "nuxt-security.svg",
|
|
3449
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3450
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3451
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3452
|
+
"category": "Security",
|
|
3453
|
+
"type": "3rd-party",
|
|
3454
|
+
"maintainers": [
|
|
3455
|
+
{
|
|
3456
|
+
"name": "Jakub Andrzejewski",
|
|
3457
|
+
"github": "Baroshem",
|
|
3458
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3459
|
+
}
|
|
3460
|
+
],
|
|
3461
|
+
"compatibility": {
|
|
3462
|
+
"nuxt": "^3.0.0",
|
|
3463
|
+
"requires": {}
|
|
3464
|
+
}
|
|
3465
|
+
},
|
|
3421
3466
|
{
|
|
3422
3467
|
"name": "segment",
|
|
3423
3468
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
@@ -3530,6 +3575,29 @@
|
|
|
3530
3575
|
"requires": {}
|
|
3531
3576
|
}
|
|
3532
3577
|
},
|
|
3578
|
+
{
|
|
3579
|
+
"name": "session",
|
|
3580
|
+
"description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
|
|
3581
|
+
"repo": "sidebase/nuxt-session",
|
|
3582
|
+
"npm": "@sidebase/nuxt-session",
|
|
3583
|
+
"icon": "session.png",
|
|
3584
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3585
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3586
|
+
"learn_more": "https://github.com/sidebase",
|
|
3587
|
+
"category": "Security",
|
|
3588
|
+
"type": "3rd-party",
|
|
3589
|
+
"maintainers": [
|
|
3590
|
+
{
|
|
3591
|
+
"name": "sidebase",
|
|
3592
|
+
"github": "sidebase",
|
|
3593
|
+
"twitter": "sidebase_io"
|
|
3594
|
+
}
|
|
3595
|
+
],
|
|
3596
|
+
"compatibility": {
|
|
3597
|
+
"nuxt": "^3.0.0",
|
|
3598
|
+
"requires": {}
|
|
3599
|
+
}
|
|
3600
|
+
},
|
|
3533
3601
|
{
|
|
3534
3602
|
"name": "shopify",
|
|
3535
3603
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
@@ -4149,6 +4217,31 @@
|
|
|
4149
4217
|
"requires": {}
|
|
4150
4218
|
}
|
|
4151
4219
|
},
|
|
4220
|
+
{
|
|
4221
|
+
"name": "turnstile",
|
|
4222
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4223
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4224
|
+
"npm": "nuxt-turnstile",
|
|
4225
|
+
"icon": "cloudflare.svg",
|
|
4226
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4227
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4228
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4229
|
+
"category": "Security",
|
|
4230
|
+
"type": "3rd-party",
|
|
4231
|
+
"maintainers": [
|
|
4232
|
+
{
|
|
4233
|
+
"name": "Daniel Roe",
|
|
4234
|
+
"github": "danielroe",
|
|
4235
|
+
"twitter": "danielcroe"
|
|
4236
|
+
}
|
|
4237
|
+
],
|
|
4238
|
+
"compatibility": {
|
|
4239
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4240
|
+
"requires": {
|
|
4241
|
+
"bridge": true
|
|
4242
|
+
}
|
|
4243
|
+
}
|
|
4244
|
+
},
|
|
4152
4245
|
{
|
|
4153
4246
|
"name": "twa",
|
|
4154
4247
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
@@ -4945,21 +5038,24 @@
|
|
|
4945
5038
|
"description": "XState integration for Nuxt",
|
|
4946
5039
|
"repo": "Lexpeartha/nuxt-xstate",
|
|
4947
5040
|
"npm": "nuxt-xstate",
|
|
4948
|
-
"icon": "",
|
|
5041
|
+
"icon": "xstate.svg",
|
|
4949
5042
|
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4950
|
-
"website": "https://
|
|
4951
|
-
"learn_more": "",
|
|
5043
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5044
|
+
"learn_more": "https://xstate.js.org/",
|
|
4952
5045
|
"category": "Extensions",
|
|
4953
5046
|
"type": "3rd-party",
|
|
4954
5047
|
"maintainers": [
|
|
4955
5048
|
{
|
|
4956
5049
|
"name": "Lexpeartha",
|
|
4957
|
-
"github": "Lexpeartha"
|
|
5050
|
+
"github": "Lexpeartha",
|
|
5051
|
+
"twitter": "lexpeartha"
|
|
4958
5052
|
}
|
|
4959
5053
|
],
|
|
4960
5054
|
"compatibility": {
|
|
4961
|
-
"nuxt": "^3.0.0",
|
|
4962
|
-
"requires": {
|
|
5055
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5056
|
+
"requires": {
|
|
5057
|
+
"bridge": true
|
|
5058
|
+
}
|
|
4963
5059
|
}
|
|
4964
5060
|
},
|
|
4965
5061
|
{
|