@nuxt/modules 0.5.0-49371 → 0.5.0-499019
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 +34 -7
- 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",
|
|
@@ -1675,8 +1675,10 @@
|
|
|
1675
1675
|
}
|
|
1676
1676
|
],
|
|
1677
1677
|
"compatibility": {
|
|
1678
|
-
"nuxt": "^2.0.0",
|
|
1679
|
-
"requires": {
|
|
1678
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1679
|
+
"requires": {
|
|
1680
|
+
"bridge": "optional"
|
|
1681
|
+
}
|
|
1680
1682
|
}
|
|
1681
1683
|
},
|
|
1682
1684
|
{
|
|
@@ -3120,7 +3122,7 @@
|
|
|
3120
3122
|
{
|
|
3121
3123
|
"name": "purgecss",
|
|
3122
3124
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
3123
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3125
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
3124
3126
|
"npm": "nuxt-purgecss",
|
|
3125
3127
|
"icon": "purgecss.png",
|
|
3126
3128
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -3135,7 +3137,7 @@
|
|
|
3135
3137
|
}
|
|
3136
3138
|
],
|
|
3137
3139
|
"compatibility": {
|
|
3138
|
-
"nuxt": "^2.0.0",
|
|
3140
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3139
3141
|
"requires": {}
|
|
3140
3142
|
}
|
|
3141
3143
|
},
|
|
@@ -4147,6 +4149,31 @@
|
|
|
4147
4149
|
"requires": {}
|
|
4148
4150
|
}
|
|
4149
4151
|
},
|
|
4152
|
+
{
|
|
4153
|
+
"name": "turnstile",
|
|
4154
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4155
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4156
|
+
"npm": "nuxt-turnstile",
|
|
4157
|
+
"icon": "cloudflare.svg",
|
|
4158
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4159
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4160
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4161
|
+
"category": "Security",
|
|
4162
|
+
"type": "3rd-party",
|
|
4163
|
+
"maintainers": [
|
|
4164
|
+
{
|
|
4165
|
+
"name": "Daniel Roe",
|
|
4166
|
+
"github": "danielroe",
|
|
4167
|
+
"twitter": "danielcroe"
|
|
4168
|
+
}
|
|
4169
|
+
],
|
|
4170
|
+
"compatibility": {
|
|
4171
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4172
|
+
"requires": {
|
|
4173
|
+
"bridge": true
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
},
|
|
4150
4177
|
{
|
|
4151
4178
|
"name": "twa",
|
|
4152
4179
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
@@ -4333,7 +4360,7 @@
|
|
|
4333
4360
|
}
|
|
4334
4361
|
],
|
|
4335
4362
|
"compatibility": {
|
|
4336
|
-
"nuxt": "^2.0.0 ||
|
|
4363
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4337
4364
|
"requires": {
|
|
4338
4365
|
"bridge": "optional"
|
|
4339
4366
|
}
|