@nuxt/modules 0.5.0-84e333 → 0.5.0-870b94
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 +25 -2
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
{
|
|
837
837
|
"name": "delay-hydration",
|
|
838
838
|
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
839
|
-
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
839
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
840
840
|
"npm": "nuxt-delay-hydration",
|
|
841
841
|
"icon": "lighthouse.svg",
|
|
842
842
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1435,7 +1435,7 @@
|
|
|
1435
1435
|
"name": "graphql-client",
|
|
1436
1436
|
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1437
1437
|
"repo": "diizzayy/nuxt-graphql-client",
|
|
1438
|
-
"npm": "
|
|
1438
|
+
"npm": "",
|
|
1439
1439
|
"icon": "graphql-client.svg",
|
|
1440
1440
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1441
1441
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
@@ -2198,6 +2198,29 @@
|
|
|
2198
2198
|
"requires": {}
|
|
2199
2199
|
}
|
|
2200
2200
|
},
|
|
2201
|
+
{
|
|
2202
|
+
"name": "magic-regexp",
|
|
2203
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2204
|
+
"repo": "danielroe/magic-regexp",
|
|
2205
|
+
"npm": "magic-regexp",
|
|
2206
|
+
"icon": "magic-regexp.svg",
|
|
2207
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2208
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2209
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2210
|
+
"category": "Libraries",
|
|
2211
|
+
"type": "3rd-party",
|
|
2212
|
+
"maintainers": [
|
|
2213
|
+
{
|
|
2214
|
+
"name": "Daniel Roe",
|
|
2215
|
+
"github": "danielroe",
|
|
2216
|
+
"twitter": "danielcroe"
|
|
2217
|
+
}
|
|
2218
|
+
],
|
|
2219
|
+
"compatibility": {
|
|
2220
|
+
"nuxt": "^3.0.0",
|
|
2221
|
+
"requires": {}
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2201
2224
|
{
|
|
2202
2225
|
"name": "markdownit",
|
|
2203
2226
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|