@nuxt/modules 0.5.0-783439 → 0.5.0-806589
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/{dist/modules.json → modules.json} +2262 -602
- package/package.json +2 -49
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -13,16 +13,71 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "bdrtsky",
|
|
16
|
-
"github": "bdrtsky"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/45076741?v=4"
|
|
16
|
+
"github": "bdrtsky"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
"name": "Sebastien Chopin",
|
|
21
20
|
"github": "Atinux",
|
|
22
|
-
"twitter": "Atinux"
|
|
23
|
-
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
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": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
24
79
|
}
|
|
25
|
-
|
|
80
|
+
}
|
|
26
81
|
},
|
|
27
82
|
{
|
|
28
83
|
"name": "alias",
|
|
@@ -33,15 +88,18 @@
|
|
|
33
88
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
89
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
35
90
|
"learn_more": "",
|
|
36
|
-
"category": "
|
|
91
|
+
"category": "Extensions",
|
|
37
92
|
"type": "3rd-party",
|
|
38
93
|
"maintainers": [
|
|
39
94
|
{
|
|
40
95
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
96
|
+
"github": "kdydesign"
|
|
43
97
|
}
|
|
44
|
-
]
|
|
98
|
+
],
|
|
99
|
+
"compatibility": {
|
|
100
|
+
"nuxt": "^2.0.0",
|
|
101
|
+
"requires": {}
|
|
102
|
+
}
|
|
45
103
|
},
|
|
46
104
|
{
|
|
47
105
|
"name": "amp",
|
|
@@ -58,10 +116,59 @@
|
|
|
58
116
|
{
|
|
59
117
|
"name": "Ahad Birang",
|
|
60
118
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
119
|
+
"twitter": "a_birang"
|
|
63
120
|
}
|
|
64
|
-
]
|
|
121
|
+
],
|
|
122
|
+
"compatibility": {
|
|
123
|
+
"nuxt": "^2.0.0",
|
|
124
|
+
"requires": {}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt.js",
|
|
130
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
131
|
+
"npm": "nuxt-animejs",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
134
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
135
|
+
"learn_more": "",
|
|
136
|
+
"category": "Libraries",
|
|
137
|
+
"type": "3rd-party",
|
|
138
|
+
"maintainers": [
|
|
139
|
+
{
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"compatibility": {
|
|
145
|
+
"nuxt": "^2.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "apis-to-file",
|
|
151
|
+
"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",
|
|
152
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
153
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
154
|
+
"icon": "",
|
|
155
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
156
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Performance",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Luca Iaconelli",
|
|
163
|
+
"github": "LuXDAmore",
|
|
164
|
+
"twitter": "luxdamore",
|
|
165
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^2.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
65
172
|
},
|
|
66
173
|
{
|
|
67
174
|
"name": "apollo",
|
|
@@ -77,15 +184,17 @@
|
|
|
77
184
|
"maintainers": [
|
|
78
185
|
{
|
|
79
186
|
"name": "Lam Kieu",
|
|
80
|
-
"github": "kieusonlam"
|
|
81
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
187
|
+
"github": "kieusonlam"
|
|
82
188
|
},
|
|
83
189
|
{
|
|
84
190
|
"name": "Dominic Garms",
|
|
85
|
-
"github": "dohomi"
|
|
86
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
191
|
+
"github": "dohomi"
|
|
87
192
|
}
|
|
88
|
-
]
|
|
193
|
+
],
|
|
194
|
+
"compatibility": {
|
|
195
|
+
"nuxt": "^2.0.0",
|
|
196
|
+
"requires": {}
|
|
197
|
+
}
|
|
89
198
|
},
|
|
90
199
|
{
|
|
91
200
|
"name": "applicationinsights",
|
|
@@ -101,10 +210,35 @@
|
|
|
101
210
|
"maintainers": [
|
|
102
211
|
{
|
|
103
212
|
"name": "Dmitry Molotkov",
|
|
104
|
-
"github": "aldarund"
|
|
105
|
-
|
|
213
|
+
"github": "aldarund"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"compatibility": {
|
|
217
|
+
"nuxt": "^2.0.0",
|
|
218
|
+
"requires": {}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "appwrite",
|
|
223
|
+
"description": "Appwrite module for Nuxt",
|
|
224
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
225
|
+
"npm": "nuxt-appwrite",
|
|
226
|
+
"icon": "appwrite.png",
|
|
227
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
228
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
229
|
+
"learn_more": "",
|
|
230
|
+
"category": "Request",
|
|
231
|
+
"type": "3rd-party",
|
|
232
|
+
"maintainers": [
|
|
233
|
+
{
|
|
234
|
+
"name": "Hrdtr",
|
|
235
|
+
"github": "Hrdtr"
|
|
106
236
|
}
|
|
107
|
-
]
|
|
237
|
+
],
|
|
238
|
+
"compatibility": {
|
|
239
|
+
"nuxt": "^2.0.0",
|
|
240
|
+
"requires": {}
|
|
241
|
+
}
|
|
108
242
|
},
|
|
109
243
|
{
|
|
110
244
|
"name": "auth",
|
|
@@ -121,15 +255,17 @@
|
|
|
121
255
|
{
|
|
122
256
|
"name": "Pooya Parsa",
|
|
123
257
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
258
|
+
"twitter": "_pi0_"
|
|
126
259
|
},
|
|
127
260
|
{
|
|
128
261
|
"name": "João Pedro Antunes Silva",
|
|
129
|
-
"github": "JoaoPedroAS51"
|
|
130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
262
|
+
"github": "JoaoPedroAS51"
|
|
131
263
|
}
|
|
132
|
-
]
|
|
264
|
+
],
|
|
265
|
+
"compatibility": {
|
|
266
|
+
"nuxt": "^2.0.0",
|
|
267
|
+
"requires": {}
|
|
268
|
+
}
|
|
133
269
|
},
|
|
134
270
|
{
|
|
135
271
|
"name": "axios",
|
|
@@ -146,10 +282,13 @@
|
|
|
146
282
|
{
|
|
147
283
|
"name": "Pooya Parsa",
|
|
148
284
|
"github": "pi0",
|
|
149
|
-
"twitter": "_pi0_"
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
285
|
+
"twitter": "_pi0_"
|
|
151
286
|
}
|
|
152
|
-
]
|
|
287
|
+
],
|
|
288
|
+
"compatibility": {
|
|
289
|
+
"nuxt": "^2.0.0",
|
|
290
|
+
"requires": {}
|
|
291
|
+
}
|
|
153
292
|
},
|
|
154
293
|
{
|
|
155
294
|
"name": "basic-auth",
|
|
@@ -165,10 +304,13 @@
|
|
|
165
304
|
"maintainers": [
|
|
166
305
|
{
|
|
167
306
|
"name": "potato4d",
|
|
168
|
-
"github": "potato4d"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
307
|
+
"github": "potato4d"
|
|
170
308
|
}
|
|
171
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"compatibility": {
|
|
311
|
+
"nuxt": "^2.0.0",
|
|
312
|
+
"requires": {}
|
|
313
|
+
}
|
|
172
314
|
},
|
|
173
315
|
{
|
|
174
316
|
"name": "bootstrap",
|
|
@@ -184,22 +326,23 @@
|
|
|
184
326
|
"maintainers": [
|
|
185
327
|
{
|
|
186
328
|
"name": "Troy Morehouse",
|
|
187
|
-
"github": "tmorehouse"
|
|
188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
329
|
+
"github": "tmorehouse"
|
|
189
330
|
},
|
|
190
331
|
{
|
|
191
332
|
"name": "Pooya Parsa",
|
|
192
333
|
"github": "pi0",
|
|
193
|
-
"twitter": "_pi0_"
|
|
194
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
334
|
+
"twitter": "_pi0_"
|
|
195
335
|
},
|
|
196
336
|
{
|
|
197
337
|
"name": "Jacob Müller",
|
|
198
338
|
"github": "jackmu95",
|
|
199
|
-
"twitter": "jackmu95"
|
|
200
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
339
|
+
"twitter": "jackmu95"
|
|
201
340
|
}
|
|
202
|
-
]
|
|
341
|
+
],
|
|
342
|
+
"compatibility": {
|
|
343
|
+
"nuxt": "^2.0.0",
|
|
344
|
+
"requires": {}
|
|
345
|
+
}
|
|
203
346
|
},
|
|
204
347
|
{
|
|
205
348
|
"name": "browserconfig",
|
|
@@ -210,16 +353,19 @@
|
|
|
210
353
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
211
354
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
212
355
|
"learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
|
|
213
|
-
"category": "
|
|
356
|
+
"category": "Extensions",
|
|
214
357
|
"type": "community",
|
|
215
358
|
"maintainers": [
|
|
216
359
|
{
|
|
217
360
|
"name": "Pooya Parsa",
|
|
218
361
|
"github": "pi0",
|
|
219
|
-
"twitter": "_pi0_"
|
|
220
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
362
|
+
"twitter": "_pi0_"
|
|
221
363
|
}
|
|
222
|
-
]
|
|
364
|
+
],
|
|
365
|
+
"compatibility": {
|
|
366
|
+
"nuxt": "^2.0.0",
|
|
367
|
+
"requires": {}
|
|
368
|
+
}
|
|
223
369
|
},
|
|
224
370
|
{
|
|
225
371
|
"name": "buefy",
|
|
@@ -235,14 +381,17 @@
|
|
|
235
381
|
"maintainers": [
|
|
236
382
|
{
|
|
237
383
|
"name": "Walter Tommasi",
|
|
238
|
-
"github": "jtommy"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
384
|
+
"github": "jtommy"
|
|
240
385
|
}
|
|
241
|
-
]
|
|
386
|
+
],
|
|
387
|
+
"compatibility": {
|
|
388
|
+
"nuxt": "^2.0.0",
|
|
389
|
+
"requires": {}
|
|
390
|
+
}
|
|
242
391
|
},
|
|
243
392
|
{
|
|
244
393
|
"name": "bugsnag",
|
|
245
|
-
"description": "Bugsnag
|
|
394
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
246
395
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
247
396
|
"npm": "nuxt-bugsnag",
|
|
248
397
|
"icon": "bugsnag.png",
|
|
@@ -255,9 +404,15 @@
|
|
|
255
404
|
{
|
|
256
405
|
"name": "JulianMar",
|
|
257
406
|
"github": "JulianMar",
|
|
258
|
-
"
|
|
407
|
+
"twitter": "julian_martin96"
|
|
259
408
|
}
|
|
260
|
-
]
|
|
409
|
+
],
|
|
410
|
+
"compatibility": {
|
|
411
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
412
|
+
"requires": {
|
|
413
|
+
"bridge": true
|
|
414
|
+
}
|
|
415
|
+
}
|
|
261
416
|
},
|
|
262
417
|
{
|
|
263
418
|
"name": "bulma-slim",
|
|
@@ -273,10 +428,13 @@
|
|
|
273
428
|
"maintainers": [
|
|
274
429
|
{
|
|
275
430
|
"name": "mustardamus",
|
|
276
|
-
"github": "mustardamus"
|
|
277
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
431
|
+
"github": "mustardamus"
|
|
278
432
|
}
|
|
279
|
-
]
|
|
433
|
+
],
|
|
434
|
+
"compatibility": {
|
|
435
|
+
"nuxt": "^2.0.0",
|
|
436
|
+
"requires": {}
|
|
437
|
+
}
|
|
280
438
|
},
|
|
281
439
|
{
|
|
282
440
|
"name": "bundle-buddy",
|
|
@@ -292,14 +450,17 @@
|
|
|
292
450
|
"maintainers": [
|
|
293
451
|
{
|
|
294
452
|
"name": "Developmint",
|
|
295
|
-
"github": "Developmint"
|
|
296
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
453
|
+
"github": "Developmint"
|
|
297
454
|
}
|
|
298
|
-
]
|
|
455
|
+
],
|
|
456
|
+
"compatibility": {
|
|
457
|
+
"nuxt": "^2.0.0",
|
|
458
|
+
"requires": {}
|
|
459
|
+
}
|
|
299
460
|
},
|
|
300
461
|
{
|
|
301
462
|
"name": "canvas-sketch",
|
|
302
|
-
"description": "Nuxt.js module for
|
|
463
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
303
464
|
"repo": "LuXDAmore/generative-art",
|
|
304
465
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
305
466
|
"icon": "",
|
|
@@ -310,11 +471,59 @@
|
|
|
310
471
|
"type": "3rd-party",
|
|
311
472
|
"maintainers": [
|
|
312
473
|
{
|
|
313
|
-
"name": "
|
|
474
|
+
"name": "Luca Iaconelli",
|
|
314
475
|
"github": "LuXDAmore",
|
|
315
|
-
"
|
|
476
|
+
"twitter": "luxdamore"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"compatibility": {
|
|
480
|
+
"nuxt": "^2.0.0",
|
|
481
|
+
"requires": {}
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "chakra-ui",
|
|
486
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
487
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
488
|
+
"npm": "@chakra-ui/nuxt",
|
|
489
|
+
"icon": "chakra-ui.png",
|
|
490
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
491
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
492
|
+
"learn_more": "",
|
|
493
|
+
"category": "UI",
|
|
494
|
+
"type": "3rd-party",
|
|
495
|
+
"maintainers": [
|
|
496
|
+
{
|
|
497
|
+
"name": "Jonathan Bakebwa",
|
|
498
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"compatibility": {
|
|
502
|
+
"nuxt": "^2.0.0",
|
|
503
|
+
"requires": {}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "chiffre",
|
|
508
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
509
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
510
|
+
"npm": "nuxt-chiffre",
|
|
511
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
512
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
513
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
514
|
+
"learn_more": "https://chiffre.io",
|
|
515
|
+
"category": "Analytics",
|
|
516
|
+
"type": "3rd-party",
|
|
517
|
+
"maintainers": [
|
|
518
|
+
{
|
|
519
|
+
"name": "Romain Clement",
|
|
520
|
+
"github": "rclement"
|
|
316
521
|
}
|
|
317
|
-
]
|
|
522
|
+
],
|
|
523
|
+
"compatibility": {
|
|
524
|
+
"nuxt": "^2.0.0",
|
|
525
|
+
"requires": {}
|
|
526
|
+
}
|
|
318
527
|
},
|
|
319
528
|
{
|
|
320
529
|
"name": "client-init",
|
|
@@ -325,15 +534,18 @@
|
|
|
325
534
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
326
535
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
327
536
|
"learn_more": "",
|
|
328
|
-
"category": "
|
|
537
|
+
"category": "Extensions",
|
|
329
538
|
"type": "3rd-party",
|
|
330
539
|
"maintainers": [
|
|
331
540
|
{
|
|
332
541
|
"name": "potato4d",
|
|
333
|
-
"github": "potato4d"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
542
|
+
"github": "potato4d"
|
|
335
543
|
}
|
|
336
|
-
]
|
|
544
|
+
],
|
|
545
|
+
"compatibility": {
|
|
546
|
+
"nuxt": "^2.0.0",
|
|
547
|
+
"requires": {}
|
|
548
|
+
}
|
|
337
549
|
},
|
|
338
550
|
{
|
|
339
551
|
"name": "cloudcms",
|
|
@@ -349,10 +561,13 @@
|
|
|
349
561
|
"maintainers": [
|
|
350
562
|
{
|
|
351
563
|
"name": "gitana",
|
|
352
|
-
"github": "gitana"
|
|
353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
564
|
+
"github": "gitana"
|
|
354
565
|
}
|
|
355
|
-
]
|
|
566
|
+
],
|
|
567
|
+
"compatibility": {
|
|
568
|
+
"nuxt": "^2.0.0",
|
|
569
|
+
"requires": {}
|
|
570
|
+
}
|
|
356
571
|
},
|
|
357
572
|
{
|
|
358
573
|
"name": "cloudinary",
|
|
@@ -369,10 +584,13 @@
|
|
|
369
584
|
{
|
|
370
585
|
"name": "Maya Shavin",
|
|
371
586
|
"github": "mayashavin",
|
|
372
|
-
"twitter": "MayaShavin"
|
|
373
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
587
|
+
"twitter": "MayaShavin"
|
|
374
588
|
}
|
|
375
|
-
]
|
|
589
|
+
],
|
|
590
|
+
"compatibility": {
|
|
591
|
+
"nuxt": "^2.0.0",
|
|
592
|
+
"requires": {}
|
|
593
|
+
}
|
|
376
594
|
},
|
|
377
595
|
{
|
|
378
596
|
"name": "color-mode",
|
|
@@ -389,19 +607,24 @@
|
|
|
389
607
|
{
|
|
390
608
|
"name": "Sébastien Chopin",
|
|
391
609
|
"github": "Atinux",
|
|
392
|
-
"twitter": "Atinux"
|
|
393
|
-
|
|
610
|
+
"twitter": "Atinux"
|
|
611
|
+
}
|
|
612
|
+
],
|
|
613
|
+
"compatibility": {
|
|
614
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
615
|
+
"requires": {
|
|
616
|
+
"bridge": "optional"
|
|
394
617
|
}
|
|
395
|
-
|
|
618
|
+
}
|
|
396
619
|
},
|
|
397
620
|
{
|
|
398
621
|
"name": "component-cache",
|
|
399
622
|
"description": "LRU component cache for vue components",
|
|
400
|
-
"repo": "nuxt-community/
|
|
623
|
+
"repo": "nuxt-community/component-cache-module",
|
|
401
624
|
"npm": "@nuxtjs/component-cache",
|
|
402
625
|
"icon": "",
|
|
403
|
-
"github": "https://github.com/nuxt-community/
|
|
404
|
-
"website": "https://github.com/nuxt-community/
|
|
626
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
627
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
405
628
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
406
629
|
"category": "Performance",
|
|
407
630
|
"type": "community",
|
|
@@ -409,35 +632,13 @@
|
|
|
409
632
|
{
|
|
410
633
|
"name": "Pooya Parsa",
|
|
411
634
|
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_"
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"name": "components",
|
|
419
|
-
"description": "Auto Import Components for Nuxt.js",
|
|
420
|
-
"repo": "nuxt/components",
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
635
|
+
"twitter": "_pi0_"
|
|
439
636
|
}
|
|
440
|
-
]
|
|
637
|
+
],
|
|
638
|
+
"compatibility": {
|
|
639
|
+
"nuxt": "^2.0.0",
|
|
640
|
+
"requires": {}
|
|
641
|
+
}
|
|
441
642
|
},
|
|
442
643
|
{
|
|
443
644
|
"name": "composition-api",
|
|
@@ -448,23 +649,26 @@
|
|
|
448
649
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
650
|
"website": "https://composition-api.nuxtjs.org",
|
|
450
651
|
"learn_more": "",
|
|
451
|
-
"category": "
|
|
652
|
+
"category": "Extensions",
|
|
452
653
|
"type": "community",
|
|
453
654
|
"maintainers": [
|
|
454
655
|
{
|
|
455
656
|
"name": "Daniel Roe",
|
|
456
657
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
658
|
+
"twitter": "danielcroe"
|
|
459
659
|
}
|
|
460
|
-
]
|
|
660
|
+
],
|
|
661
|
+
"compatibility": {
|
|
662
|
+
"nuxt": "^2.0.0",
|
|
663
|
+
"requires": {}
|
|
664
|
+
}
|
|
461
665
|
},
|
|
462
666
|
{
|
|
463
667
|
"name": "content",
|
|
464
|
-
"description": "
|
|
465
|
-
"repo": "nuxt/content#
|
|
668
|
+
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
669
|
+
"repo": "nuxt/content#main",
|
|
466
670
|
"npm": "@nuxt/content",
|
|
467
|
-
"icon": "
|
|
671
|
+
"icon": "nuxt.png",
|
|
468
672
|
"github": "https://github.com/nuxt/content",
|
|
469
673
|
"website": "https://content.nuxtjs.org",
|
|
470
674
|
"learn_more": "",
|
|
@@ -472,18 +676,25 @@
|
|
|
472
676
|
"type": "official",
|
|
473
677
|
"maintainers": [
|
|
474
678
|
{
|
|
475
|
-
"name": "
|
|
476
|
-
"github": "
|
|
477
|
-
"twitter": "
|
|
478
|
-
|
|
679
|
+
"name": "Yaël Guilloux",
|
|
680
|
+
"github": "Tahul",
|
|
681
|
+
"twitter": "yaeeelglx"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "Ahad Birang",
|
|
685
|
+
"github": "farnabaz",
|
|
686
|
+
"twitter": "a_birang"
|
|
479
687
|
},
|
|
480
688
|
{
|
|
481
689
|
"name": "Sebastien Chopin",
|
|
482
690
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
691
|
+
"twitter": "Atinux"
|
|
485
692
|
}
|
|
486
|
-
]
|
|
693
|
+
],
|
|
694
|
+
"compatibility": {
|
|
695
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
696
|
+
"requires": {}
|
|
697
|
+
}
|
|
487
698
|
},
|
|
488
699
|
{
|
|
489
700
|
"name": "contentful",
|
|
@@ -499,34 +710,39 @@
|
|
|
499
710
|
"maintainers": [
|
|
500
711
|
{
|
|
501
712
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
713
|
+
"github": "scaccogatto"
|
|
504
714
|
}
|
|
505
|
-
]
|
|
715
|
+
],
|
|
716
|
+
"compatibility": {
|
|
717
|
+
"nuxt": "^2.0.0",
|
|
718
|
+
"requires": {}
|
|
719
|
+
}
|
|
506
720
|
},
|
|
507
721
|
{
|
|
508
722
|
"name": "custom-elements",
|
|
509
723
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
724
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
725
|
"npm": "nuxt-custom-elements",
|
|
512
|
-
"icon": "",
|
|
726
|
+
"icon": "custom-elements.png",
|
|
513
727
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
728
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
729
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
|
-
"category": "
|
|
730
|
+
"category": "Extensions",
|
|
517
731
|
"type": "3rd-party",
|
|
518
732
|
"maintainers": [
|
|
519
733
|
{
|
|
520
734
|
"name": "Thorn Walli",
|
|
521
|
-
"github": "ThornWalli"
|
|
522
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
735
|
+
"github": "ThornWalli"
|
|
523
736
|
},
|
|
524
737
|
{
|
|
525
738
|
"name": "GrabarzUndPartner",
|
|
526
|
-
"github": "GrabarzUndPartner"
|
|
527
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
739
|
+
"github": "GrabarzUndPartner"
|
|
528
740
|
}
|
|
529
|
-
]
|
|
741
|
+
],
|
|
742
|
+
"compatibility": {
|
|
743
|
+
"nuxt": "^2.0.0",
|
|
744
|
+
"requires": {}
|
|
745
|
+
}
|
|
530
746
|
},
|
|
531
747
|
{
|
|
532
748
|
"name": "darkmode.js",
|
|
@@ -542,10 +758,13 @@
|
|
|
542
758
|
"maintainers": [
|
|
543
759
|
{
|
|
544
760
|
"name": "sandoche",
|
|
545
|
-
"github": "sandoche"
|
|
546
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
761
|
+
"github": "sandoche"
|
|
547
762
|
}
|
|
548
|
-
]
|
|
763
|
+
],
|
|
764
|
+
"compatibility": {
|
|
765
|
+
"nuxt": "^2.0.0",
|
|
766
|
+
"requires": {}
|
|
767
|
+
}
|
|
549
768
|
},
|
|
550
769
|
{
|
|
551
770
|
"name": "date-fns",
|
|
@@ -561,10 +780,35 @@
|
|
|
561
780
|
"maintainers": [
|
|
562
781
|
{
|
|
563
782
|
"name": "Ricardo Gobbo de Souza",
|
|
564
|
-
"github": "ricardogobbosouza"
|
|
565
|
-
|
|
783
|
+
"github": "ricardogobbosouza"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"compatibility": {
|
|
787
|
+
"nuxt": "^2.0.0",
|
|
788
|
+
"requires": {}
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "datocms",
|
|
793
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
794
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
795
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
796
|
+
"icon": "datocms.png",
|
|
797
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
798
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
799
|
+
"learn_more": "https://www.datocms.com/",
|
|
800
|
+
"category": "CMS",
|
|
801
|
+
"type": "3rd-party",
|
|
802
|
+
"maintainers": [
|
|
803
|
+
{
|
|
804
|
+
"name": "Frankwarnaar",
|
|
805
|
+
"github": "Frankwarnaar"
|
|
566
806
|
}
|
|
567
|
-
]
|
|
807
|
+
],
|
|
808
|
+
"compatibility": {
|
|
809
|
+
"nuxt": "^2.0.0",
|
|
810
|
+
"requires": {}
|
|
811
|
+
}
|
|
568
812
|
},
|
|
569
813
|
{
|
|
570
814
|
"name": "dayjs",
|
|
@@ -581,10 +825,36 @@
|
|
|
581
825
|
{
|
|
582
826
|
"name": "Takuma HANATANI",
|
|
583
827
|
"github": "potato4d",
|
|
584
|
-
"twitter": "potato4d"
|
|
585
|
-
|
|
828
|
+
"twitter": "potato4d"
|
|
829
|
+
}
|
|
830
|
+
],
|
|
831
|
+
"compatibility": {
|
|
832
|
+
"nuxt": "^2.0.0",
|
|
833
|
+
"requires": {}
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "delay-hydration",
|
|
838
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
839
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
840
|
+
"npm": "nuxt-delay-hydration",
|
|
841
|
+
"icon": "lighthouse.svg",
|
|
842
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
843
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
844
|
+
"learn_more": "",
|
|
845
|
+
"category": "Performance",
|
|
846
|
+
"type": "3rd-party",
|
|
847
|
+
"maintainers": [
|
|
848
|
+
{
|
|
849
|
+
"name": "Harlan Wilton",
|
|
850
|
+
"github": "harlan-zw",
|
|
851
|
+
"twitter": "harlan_zw"
|
|
586
852
|
}
|
|
587
|
-
]
|
|
853
|
+
],
|
|
854
|
+
"compatibility": {
|
|
855
|
+
"nuxt": "^2.0.0",
|
|
856
|
+
"requires": {}
|
|
857
|
+
}
|
|
588
858
|
},
|
|
589
859
|
{
|
|
590
860
|
"name": "device",
|
|
@@ -595,15 +865,43 @@
|
|
|
595
865
|
"github": "https://github.com/nuxt-community/device-module",
|
|
596
866
|
"website": "https://github.com/nuxt-community/device-module",
|
|
597
867
|
"learn_more": "",
|
|
598
|
-
"category": "
|
|
868
|
+
"category": "Extensions",
|
|
599
869
|
"type": "community",
|
|
600
870
|
"maintainers": [
|
|
601
871
|
{
|
|
602
872
|
"name": "Shinji Yamada",
|
|
603
|
-
"github": "dotneet"
|
|
604
|
-
|
|
873
|
+
"github": "dotneet"
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"compatibility": {
|
|
877
|
+
"nuxt": "^2.0.0",
|
|
878
|
+
"requires": {}
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "directus",
|
|
883
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
884
|
+
"repo": "intevel/nuxt-directus",
|
|
885
|
+
"npm": "nuxt-directus",
|
|
886
|
+
"icon": "directus.svg",
|
|
887
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
888
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
889
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
890
|
+
"category": "CMS",
|
|
891
|
+
"type": "3rd-party",
|
|
892
|
+
"maintainers": [
|
|
893
|
+
{
|
|
894
|
+
"name": "Conner Bachmann",
|
|
895
|
+
"github": "intevel",
|
|
896
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
899
|
+
"compatibility": {
|
|
900
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
901
|
+
"requires": {
|
|
902
|
+
"bridge": true
|
|
605
903
|
}
|
|
606
|
-
|
|
904
|
+
}
|
|
607
905
|
},
|
|
608
906
|
{
|
|
609
907
|
"name": "dotenv",
|
|
@@ -614,15 +912,73 @@
|
|
|
614
912
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
615
913
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
616
914
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
617
|
-
"category": "
|
|
915
|
+
"category": "Extensions",
|
|
618
916
|
"type": "community",
|
|
619
917
|
"maintainers": [
|
|
620
918
|
{
|
|
621
919
|
"name": "Julien Tant",
|
|
622
|
-
"github": "JulienTant"
|
|
623
|
-
|
|
920
|
+
"github": "JulienTant"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"compatibility": {
|
|
924
|
+
"nuxt": "^2.0.0",
|
|
925
|
+
"requires": {}
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"name": "drupal-ce",
|
|
930
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
931
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
932
|
+
"npm": "nuxtjs-drupal-ce",
|
|
933
|
+
"icon": "drupal-ce.png",
|
|
934
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
935
|
+
"website": "https://stack.lupus.digital",
|
|
936
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
937
|
+
"category": "CMS",
|
|
938
|
+
"type": "3rd-party",
|
|
939
|
+
"maintainers": [
|
|
940
|
+
{
|
|
941
|
+
"name": "Wolfgang Ziegler // fago",
|
|
942
|
+
"github": "fago",
|
|
943
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"name": "Maximilian Götz-Mikus",
|
|
947
|
+
"github": "maximilianmikus",
|
|
948
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "David Licen",
|
|
952
|
+
"github": "davision",
|
|
953
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"compatibility": {
|
|
957
|
+
"nuxt": "^2.0.0",
|
|
958
|
+
"requires": {}
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "druxt",
|
|
963
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
964
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
965
|
+
"npm": "druxt",
|
|
966
|
+
"icon": "druxt.svg",
|
|
967
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
968
|
+
"website": "https://druxtjs.org",
|
|
969
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
970
|
+
"category": "CMS",
|
|
971
|
+
"type": "3rd-party",
|
|
972
|
+
"maintainers": [
|
|
973
|
+
{
|
|
974
|
+
"name": "Decipher",
|
|
975
|
+
"github": "decipher"
|
|
624
976
|
}
|
|
625
|
-
]
|
|
977
|
+
],
|
|
978
|
+
"compatibility": {
|
|
979
|
+
"nuxt": "^2.0.0",
|
|
980
|
+
"requires": {}
|
|
981
|
+
}
|
|
626
982
|
},
|
|
627
983
|
{
|
|
628
984
|
"name": "emotion",
|
|
@@ -633,16 +989,19 @@
|
|
|
633
989
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
634
990
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
635
991
|
"learn_more": "https://emotion.sh/",
|
|
636
|
-
"category": "
|
|
992
|
+
"category": "Extensions",
|
|
637
993
|
"type": "community",
|
|
638
994
|
"maintainers": [
|
|
639
995
|
{
|
|
640
996
|
"name": "Pooya Parsa",
|
|
641
997
|
"github": "pi0",
|
|
642
|
-
"twitter": "_pi0_"
|
|
643
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
998
|
+
"twitter": "_pi0_"
|
|
644
999
|
}
|
|
645
|
-
]
|
|
1000
|
+
],
|
|
1001
|
+
"compatibility": {
|
|
1002
|
+
"nuxt": "^2.0.0",
|
|
1003
|
+
"requires": {}
|
|
1004
|
+
}
|
|
646
1005
|
},
|
|
647
1006
|
{
|
|
648
1007
|
"name": "eslint",
|
|
@@ -658,10 +1017,13 @@
|
|
|
658
1017
|
"maintainers": [
|
|
659
1018
|
{
|
|
660
1019
|
"name": "Ricardo Gobbo de Souza",
|
|
661
|
-
"github": "ricardogobbosouza"
|
|
662
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1020
|
+
"github": "ricardogobbosouza"
|
|
663
1021
|
}
|
|
664
|
-
]
|
|
1022
|
+
],
|
|
1023
|
+
"compatibility": {
|
|
1024
|
+
"nuxt": "^2.0.0",
|
|
1025
|
+
"requires": {}
|
|
1026
|
+
}
|
|
665
1027
|
},
|
|
666
1028
|
{
|
|
667
1029
|
"name": "event-trace",
|
|
@@ -677,10 +1039,35 @@
|
|
|
677
1039
|
"maintainers": [
|
|
678
1040
|
{
|
|
679
1041
|
"name": "Xin Du",
|
|
680
|
-
"github": "clarkdo"
|
|
681
|
-
|
|
1042
|
+
"github": "clarkdo"
|
|
1043
|
+
}
|
|
1044
|
+
],
|
|
1045
|
+
"compatibility": {
|
|
1046
|
+
"nuxt": "^2.0.0",
|
|
1047
|
+
"requires": {}
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "fathom",
|
|
1052
|
+
"description": "Fathom analytics for Nuxt",
|
|
1053
|
+
"repo": "yabhq/nuxt-fathom",
|
|
1054
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1055
|
+
"icon": "fathom.png",
|
|
1056
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1057
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1058
|
+
"learn_more": "https://usefathom.com/",
|
|
1059
|
+
"category": "Analytics",
|
|
1060
|
+
"type": "3rd-party",
|
|
1061
|
+
"maintainers": [
|
|
1062
|
+
{
|
|
1063
|
+
"name": "yabhq",
|
|
1064
|
+
"github": "yabhq"
|
|
682
1065
|
}
|
|
683
|
-
]
|
|
1066
|
+
],
|
|
1067
|
+
"compatibility": {
|
|
1068
|
+
"nuxt": "^2.0.0",
|
|
1069
|
+
"requires": {}
|
|
1070
|
+
}
|
|
684
1071
|
},
|
|
685
1072
|
{
|
|
686
1073
|
"name": "feature-toggle",
|
|
@@ -691,19 +1078,22 @@
|
|
|
691
1078
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
692
1079
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
693
1080
|
"learn_more": "",
|
|
694
|
-
"category": "
|
|
1081
|
+
"category": "Extensions",
|
|
695
1082
|
"type": "3rd-party",
|
|
696
1083
|
"maintainers": [
|
|
697
1084
|
{
|
|
698
1085
|
"name": "stephenkr",
|
|
699
|
-
"github": "stephenkr"
|
|
700
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1086
|
+
"github": "stephenkr"
|
|
701
1087
|
}
|
|
702
|
-
]
|
|
1088
|
+
],
|
|
1089
|
+
"compatibility": {
|
|
1090
|
+
"nuxt": "^2.0.0",
|
|
1091
|
+
"requires": {}
|
|
1092
|
+
}
|
|
703
1093
|
},
|
|
704
1094
|
{
|
|
705
1095
|
"name": "feed",
|
|
706
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1096
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
707
1097
|
"repo": "nuxt-community/feed-module",
|
|
708
1098
|
"npm": "@nuxtjs/feed",
|
|
709
1099
|
"icon": "",
|
|
@@ -716,15 +1106,18 @@
|
|
|
716
1106
|
{
|
|
717
1107
|
"name": "Alexander Lichter",
|
|
718
1108
|
"github": "manniL",
|
|
719
|
-
"twitter": "TheAlexLichter"
|
|
720
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1109
|
+
"twitter": "TheAlexLichter"
|
|
721
1110
|
}
|
|
722
|
-
]
|
|
1111
|
+
],
|
|
1112
|
+
"compatibility": {
|
|
1113
|
+
"nuxt": "^2.0.0",
|
|
1114
|
+
"requires": {}
|
|
1115
|
+
}
|
|
723
1116
|
},
|
|
724
1117
|
{
|
|
725
1118
|
"name": "firebase",
|
|
726
|
-
"description": "
|
|
727
|
-
"repo": "nuxt-community/firebase-module",
|
|
1119
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
1120
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
728
1121
|
"npm": "@nuxtjs/firebase",
|
|
729
1122
|
"icon": "firebase.png",
|
|
730
1123
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
@@ -735,10 +1128,13 @@
|
|
|
735
1128
|
"maintainers": [
|
|
736
1129
|
{
|
|
737
1130
|
"name": "Pascal Luther",
|
|
738
|
-
"github": "lupas"
|
|
739
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1131
|
+
"github": "lupas"
|
|
740
1132
|
}
|
|
741
|
-
]
|
|
1133
|
+
],
|
|
1134
|
+
"compatibility": {
|
|
1135
|
+
"nuxt": "^2.0.0",
|
|
1136
|
+
"requires": {}
|
|
1137
|
+
}
|
|
742
1138
|
},
|
|
743
1139
|
{
|
|
744
1140
|
"name": "floating-prompt-module",
|
|
@@ -754,10 +1150,13 @@
|
|
|
754
1150
|
"maintainers": [
|
|
755
1151
|
{
|
|
756
1152
|
"name": "sandoche",
|
|
757
|
-
"github": "sandoche"
|
|
758
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1153
|
+
"github": "sandoche"
|
|
759
1154
|
}
|
|
760
|
-
]
|
|
1155
|
+
],
|
|
1156
|
+
"compatibility": {
|
|
1157
|
+
"nuxt": "^2.0.0",
|
|
1158
|
+
"requires": {}
|
|
1159
|
+
}
|
|
761
1160
|
},
|
|
762
1161
|
{
|
|
763
1162
|
"name": "font-loader-strategy",
|
|
@@ -773,10 +1172,35 @@
|
|
|
773
1172
|
"maintainers": [
|
|
774
1173
|
{
|
|
775
1174
|
"name": "GrabarzUndPartner",
|
|
776
|
-
"github": "GrabarzUndPartner"
|
|
777
|
-
|
|
1175
|
+
"github": "GrabarzUndPartner"
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"compatibility": {
|
|
1179
|
+
"nuxt": "^2.0.0",
|
|
1180
|
+
"requires": {}
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "fontagon",
|
|
1185
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1186
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1187
|
+
"npm": "nuxt-fontagon",
|
|
1188
|
+
"icon": "fontagon.png",
|
|
1189
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1190
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1191
|
+
"learn_more": "",
|
|
1192
|
+
"category": "Libraries",
|
|
1193
|
+
"type": "3rd-party",
|
|
1194
|
+
"maintainers": [
|
|
1195
|
+
{
|
|
1196
|
+
"name": "kdydesign",
|
|
1197
|
+
"github": "kdydesign"
|
|
778
1198
|
}
|
|
779
|
-
]
|
|
1199
|
+
],
|
|
1200
|
+
"compatibility": {
|
|
1201
|
+
"nuxt": "^2.0.0",
|
|
1202
|
+
"requires": {}
|
|
1203
|
+
}
|
|
780
1204
|
},
|
|
781
1205
|
{
|
|
782
1206
|
"name": "fontawesome",
|
|
@@ -792,10 +1216,41 @@
|
|
|
792
1216
|
"maintainers": [
|
|
793
1217
|
{
|
|
794
1218
|
"name": "Pim",
|
|
795
|
-
"github": "pimlie"
|
|
796
|
-
|
|
1219
|
+
"github": "pimlie"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"compatibility": {
|
|
1223
|
+
"nuxt": "^2.0.0",
|
|
1224
|
+
"requires": {}
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "formkit",
|
|
1229
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1230
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1231
|
+
"npm": "@formkit/nuxt",
|
|
1232
|
+
"icon": "formkit.png",
|
|
1233
|
+
"github": "https://github.com/formkit/formkit",
|
|
1234
|
+
"website": "https://formkit.com",
|
|
1235
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1236
|
+
"category": "Libraries",
|
|
1237
|
+
"type": "3rd-party",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Justin Schroeder",
|
|
1241
|
+
"github": "justin-schroeder",
|
|
1242
|
+
"twitter": "jpschroeder"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "Andrew Boyd",
|
|
1246
|
+
"github": "andrew-boyd",
|
|
1247
|
+
"twitter": "0xBOYD"
|
|
797
1248
|
}
|
|
798
|
-
]
|
|
1249
|
+
],
|
|
1250
|
+
"compatibility": {
|
|
1251
|
+
"nuxt": "^3.0.0",
|
|
1252
|
+
"requires": {}
|
|
1253
|
+
}
|
|
799
1254
|
},
|
|
800
1255
|
{
|
|
801
1256
|
"name": "fullpage",
|
|
@@ -811,10 +1266,13 @@
|
|
|
811
1266
|
"maintainers": [
|
|
812
1267
|
{
|
|
813
1268
|
"name": "vaso2",
|
|
814
|
-
"github": "vaso2"
|
|
815
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1269
|
+
"github": "vaso2"
|
|
816
1270
|
}
|
|
817
|
-
]
|
|
1271
|
+
],
|
|
1272
|
+
"compatibility": {
|
|
1273
|
+
"nuxt": "^2.0.0",
|
|
1274
|
+
"requires": {}
|
|
1275
|
+
}
|
|
818
1276
|
},
|
|
819
1277
|
{
|
|
820
1278
|
"name": "github-api",
|
|
@@ -830,10 +1288,13 @@
|
|
|
830
1288
|
"maintainers": [
|
|
831
1289
|
{
|
|
832
1290
|
"name": "lindsaykwardell",
|
|
833
|
-
"github": "lindsaykwardell"
|
|
834
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1291
|
+
"github": "lindsaykwardell"
|
|
835
1292
|
}
|
|
836
|
-
]
|
|
1293
|
+
],
|
|
1294
|
+
"compatibility": {
|
|
1295
|
+
"nuxt": "^2.0.0",
|
|
1296
|
+
"requires": {}
|
|
1297
|
+
}
|
|
837
1298
|
},
|
|
838
1299
|
{
|
|
839
1300
|
"name": "google-adsense",
|
|
@@ -849,10 +1310,13 @@
|
|
|
849
1310
|
"maintainers": [
|
|
850
1311
|
{
|
|
851
1312
|
"name": "Troy Morehouse",
|
|
852
|
-
"github": "tmorehouse"
|
|
853
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1313
|
+
"github": "tmorehouse"
|
|
854
1314
|
}
|
|
855
|
-
]
|
|
1315
|
+
],
|
|
1316
|
+
"compatibility": {
|
|
1317
|
+
"nuxt": "^2.0.0",
|
|
1318
|
+
"requires": {}
|
|
1319
|
+
}
|
|
856
1320
|
},
|
|
857
1321
|
{
|
|
858
1322
|
"name": "google-analytics",
|
|
@@ -869,21 +1333,22 @@
|
|
|
869
1333
|
{
|
|
870
1334
|
"name": "Pooya Parsa",
|
|
871
1335
|
"github": "pi0",
|
|
872
|
-
"twitter": "_pi0_"
|
|
873
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1336
|
+
"twitter": "_pi0_"
|
|
874
1337
|
},
|
|
875
1338
|
{
|
|
876
1339
|
"name": "Ricardo Gobbo de Souza",
|
|
877
|
-
"github": "ricardogobbosouza"
|
|
878
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1340
|
+
"github": "ricardogobbosouza"
|
|
879
1341
|
},
|
|
880
1342
|
{
|
|
881
1343
|
"name": "Matteo Gabriele",
|
|
882
1344
|
"github": "MatteoGabriele",
|
|
883
|
-
"twitter": "matteo_gabriele"
|
|
884
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1345
|
+
"twitter": "matteo_gabriele"
|
|
885
1346
|
}
|
|
886
|
-
]
|
|
1347
|
+
],
|
|
1348
|
+
"compatibility": {
|
|
1349
|
+
"nuxt": "^2.0.0",
|
|
1350
|
+
"requires": {}
|
|
1351
|
+
}
|
|
887
1352
|
},
|
|
888
1353
|
{
|
|
889
1354
|
"name": "google-fonts",
|
|
@@ -899,10 +1364,13 @@
|
|
|
899
1364
|
"maintainers": [
|
|
900
1365
|
{
|
|
901
1366
|
"name": "Ricardo Gobbo de Souza",
|
|
902
|
-
"github": "ricardogobbosouza"
|
|
903
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1367
|
+
"github": "ricardogobbosouza"
|
|
904
1368
|
}
|
|
905
|
-
]
|
|
1369
|
+
],
|
|
1370
|
+
"compatibility": {
|
|
1371
|
+
"nuxt": "^2.0.0",
|
|
1372
|
+
"requires": {}
|
|
1373
|
+
}
|
|
906
1374
|
},
|
|
907
1375
|
{
|
|
908
1376
|
"name": "google-gtag",
|
|
@@ -918,15 +1386,17 @@
|
|
|
918
1386
|
"maintainers": [
|
|
919
1387
|
{
|
|
920
1388
|
"name": "Dominic Garms",
|
|
921
|
-
"github": "dohomi"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1389
|
+
"github": "dohomi"
|
|
923
1390
|
},
|
|
924
1391
|
{
|
|
925
1392
|
"name": "Ricardo Gobbo de Souza",
|
|
926
|
-
"github": "ricardogobbosouza"
|
|
927
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1393
|
+
"github": "ricardogobbosouza"
|
|
928
1394
|
}
|
|
929
|
-
]
|
|
1395
|
+
],
|
|
1396
|
+
"compatibility": {
|
|
1397
|
+
"nuxt": "^2.0.0",
|
|
1398
|
+
"requires": {}
|
|
1399
|
+
}
|
|
930
1400
|
},
|
|
931
1401
|
{
|
|
932
1402
|
"name": "google-optimize",
|
|
@@ -943,22 +1413,45 @@
|
|
|
943
1413
|
{
|
|
944
1414
|
"name": "Pooya Parsa",
|
|
945
1415
|
"github": "pi0",
|
|
946
|
-
"twitter": "_pi0_"
|
|
947
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1416
|
+
"twitter": "_pi0_"
|
|
948
1417
|
},
|
|
949
1418
|
{
|
|
950
1419
|
"name": "Farzad Soltani",
|
|
951
1420
|
"github": "farzadso",
|
|
952
|
-
"twitter": "farzadso"
|
|
953
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1421
|
+
"twitter": "farzadso"
|
|
954
1422
|
},
|
|
955
1423
|
{
|
|
956
1424
|
"name": "Josh Deltener",
|
|
957
1425
|
"github": "hecktarzuli",
|
|
958
|
-
"twitter": "JoshDeltener"
|
|
959
|
-
|
|
1426
|
+
"twitter": "JoshDeltener"
|
|
1427
|
+
}
|
|
1428
|
+
],
|
|
1429
|
+
"compatibility": {
|
|
1430
|
+
"nuxt": "^2.0.0",
|
|
1431
|
+
"requires": {}
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "graphql-client",
|
|
1436
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1437
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1438
|
+
"npm": "",
|
|
1439
|
+
"icon": "graphql-client.svg",
|
|
1440
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1441
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1442
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1443
|
+
"category": "Request",
|
|
1444
|
+
"type": "3rd-party",
|
|
1445
|
+
"maintainers": [
|
|
1446
|
+
{
|
|
1447
|
+
"name": "Diizzayy",
|
|
1448
|
+
"github": "diizzayy"
|
|
960
1449
|
}
|
|
961
|
-
]
|
|
1450
|
+
],
|
|
1451
|
+
"compatibility": {
|
|
1452
|
+
"nuxt": "^3.0.0",
|
|
1453
|
+
"requires": {}
|
|
1454
|
+
}
|
|
962
1455
|
},
|
|
963
1456
|
{
|
|
964
1457
|
"name": "graphql-request",
|
|
@@ -974,10 +1467,13 @@
|
|
|
974
1467
|
"maintainers": [
|
|
975
1468
|
{
|
|
976
1469
|
"name": "gomah",
|
|
977
|
-
"github": "gomah"
|
|
978
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1470
|
+
"github": "gomah"
|
|
979
1471
|
}
|
|
980
|
-
]
|
|
1472
|
+
],
|
|
1473
|
+
"compatibility": {
|
|
1474
|
+
"nuxt": "^2.0.0",
|
|
1475
|
+
"requires": {}
|
|
1476
|
+
}
|
|
981
1477
|
},
|
|
982
1478
|
{
|
|
983
1479
|
"name": "gtm",
|
|
@@ -994,10 +1490,13 @@
|
|
|
994
1490
|
{
|
|
995
1491
|
"name": "Pooya Parsa",
|
|
996
1492
|
"github": "pi0",
|
|
997
|
-
"twitter": "_pi0_"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1493
|
+
"twitter": "_pi0_"
|
|
999
1494
|
}
|
|
1000
|
-
]
|
|
1495
|
+
],
|
|
1496
|
+
"compatibility": {
|
|
1497
|
+
"nuxt": "^2.0.0",
|
|
1498
|
+
"requires": {}
|
|
1499
|
+
}
|
|
1001
1500
|
},
|
|
1002
1501
|
{
|
|
1003
1502
|
"name": "guess",
|
|
@@ -1013,10 +1512,59 @@
|
|
|
1013
1512
|
"maintainers": [
|
|
1014
1513
|
{
|
|
1015
1514
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
|
|
1515
|
+
"github": "clarkdo"
|
|
1516
|
+
}
|
|
1517
|
+
],
|
|
1518
|
+
"compatibility": {
|
|
1519
|
+
"nuxt": "^2.0.0",
|
|
1520
|
+
"requires": {}
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"name": "harlem",
|
|
1525
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1526
|
+
"repo": "nuxt-community/harlem-module",
|
|
1527
|
+
"npm": "@nuxtjs/harlem",
|
|
1528
|
+
"icon": "harlem.svg",
|
|
1529
|
+
"github": "https://github.com/nuxt-community/harlem-module",
|
|
1530
|
+
"website": "https://github.com/nuxt-community/harlem-module",
|
|
1531
|
+
"learn_more": "https://harlemjs.com/",
|
|
1532
|
+
"category": "Extensions",
|
|
1533
|
+
"type": "community",
|
|
1534
|
+
"maintainers": [
|
|
1535
|
+
{
|
|
1536
|
+
"name": "Daniel Roe",
|
|
1537
|
+
"github": "danielroe",
|
|
1538
|
+
"twitter": "danielcroe"
|
|
1539
|
+
}
|
|
1540
|
+
],
|
|
1541
|
+
"compatibility": {
|
|
1542
|
+
"nuxt": "^3.0.0",
|
|
1543
|
+
"requires": {}
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "headway",
|
|
1548
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1549
|
+
"repo": "l-portet/nuxt-headway",
|
|
1550
|
+
"npm": "nuxt-headway",
|
|
1551
|
+
"icon": "headway.png",
|
|
1552
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1553
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1554
|
+
"learn_more": "https://headwayapp.co/",
|
|
1555
|
+
"category": "UI",
|
|
1556
|
+
"type": "3rd-party",
|
|
1557
|
+
"maintainers": [
|
|
1558
|
+
{
|
|
1559
|
+
"name": "l-portet",
|
|
1560
|
+
"github": "l-portet",
|
|
1561
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1018
1562
|
}
|
|
1019
|
-
]
|
|
1563
|
+
],
|
|
1564
|
+
"compatibility": {
|
|
1565
|
+
"nuxt": "^2.0.0",
|
|
1566
|
+
"requires": {}
|
|
1567
|
+
}
|
|
1020
1568
|
},
|
|
1021
1569
|
{
|
|
1022
1570
|
"name": "helmet",
|
|
@@ -1032,10 +1580,13 @@
|
|
|
1032
1580
|
"maintainers": [
|
|
1033
1581
|
{
|
|
1034
1582
|
"name": "victor-perez",
|
|
1035
|
-
"github": "victor-perez"
|
|
1036
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1583
|
+
"github": "victor-perez"
|
|
1037
1584
|
}
|
|
1038
|
-
]
|
|
1585
|
+
],
|
|
1586
|
+
"compatibility": {
|
|
1587
|
+
"nuxt": "^2.0.0",
|
|
1588
|
+
"requires": {}
|
|
1589
|
+
}
|
|
1039
1590
|
},
|
|
1040
1591
|
{
|
|
1041
1592
|
"name": "highcharts",
|
|
@@ -1051,10 +1602,13 @@
|
|
|
1051
1602
|
"maintainers": [
|
|
1052
1603
|
{
|
|
1053
1604
|
"name": "richardeschloss",
|
|
1054
|
-
"github": "richardeschloss"
|
|
1055
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1605
|
+
"github": "richardeschloss"
|
|
1056
1606
|
}
|
|
1057
|
-
]
|
|
1607
|
+
],
|
|
1608
|
+
"compatibility": {
|
|
1609
|
+
"nuxt": "^2.0.0",
|
|
1610
|
+
"requires": {}
|
|
1611
|
+
}
|
|
1058
1612
|
},
|
|
1059
1613
|
{
|
|
1060
1614
|
"name": "history-state",
|
|
@@ -1065,15 +1619,18 @@
|
|
|
1065
1619
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1066
1620
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1067
1621
|
"learn_more": "",
|
|
1068
|
-
"category": "
|
|
1622
|
+
"category": "Extensions",
|
|
1069
1623
|
"type": "3rd-party",
|
|
1070
1624
|
"maintainers": [
|
|
1071
1625
|
{
|
|
1072
1626
|
"name": "hidekatsu-izuno",
|
|
1073
|
-
"github": "hidekatsu-izuno"
|
|
1074
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1627
|
+
"github": "hidekatsu-izuno"
|
|
1075
1628
|
}
|
|
1076
|
-
]
|
|
1629
|
+
],
|
|
1630
|
+
"compatibility": {
|
|
1631
|
+
"nuxt": "^2.0.0",
|
|
1632
|
+
"requires": {}
|
|
1633
|
+
}
|
|
1077
1634
|
},
|
|
1078
1635
|
{
|
|
1079
1636
|
"name": "html-minifier",
|
|
@@ -1089,10 +1646,13 @@
|
|
|
1089
1646
|
"maintainers": [
|
|
1090
1647
|
{
|
|
1091
1648
|
"name": "Xin Du",
|
|
1092
|
-
"github": "clarkdo"
|
|
1093
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1649
|
+
"github": "clarkdo"
|
|
1094
1650
|
}
|
|
1095
|
-
]
|
|
1651
|
+
],
|
|
1652
|
+
"compatibility": {
|
|
1653
|
+
"nuxt": "^2.0.0",
|
|
1654
|
+
"requires": {}
|
|
1655
|
+
}
|
|
1096
1656
|
},
|
|
1097
1657
|
{
|
|
1098
1658
|
"name": "html-validator",
|
|
@@ -1109,10 +1669,13 @@
|
|
|
1109
1669
|
{
|
|
1110
1670
|
"name": "Daniel Roe",
|
|
1111
1671
|
"github": "danielroe",
|
|
1112
|
-
"twitter": "danielcroe"
|
|
1113
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1672
|
+
"twitter": "danielcroe"
|
|
1114
1673
|
}
|
|
1115
|
-
]
|
|
1674
|
+
],
|
|
1675
|
+
"compatibility": {
|
|
1676
|
+
"nuxt": "^2.0.0",
|
|
1677
|
+
"requires": {}
|
|
1678
|
+
}
|
|
1116
1679
|
},
|
|
1117
1680
|
{
|
|
1118
1681
|
"name": "http",
|
|
@@ -1129,16 +1692,41 @@
|
|
|
1129
1692
|
{
|
|
1130
1693
|
"name": "Pooya Parsa",
|
|
1131
1694
|
"github": "pi0",
|
|
1132
|
-
"twitter": "_pi0_"
|
|
1133
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1695
|
+
"twitter": "_pi0_"
|
|
1134
1696
|
},
|
|
1135
1697
|
{
|
|
1136
1698
|
"name": "Sébastien Chopin",
|
|
1137
1699
|
"github": "Atinux",
|
|
1138
|
-
"twitter": "Atinux"
|
|
1139
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1700
|
+
"twitter": "Atinux"
|
|
1140
1701
|
}
|
|
1141
|
-
]
|
|
1702
|
+
],
|
|
1703
|
+
"compatibility": {
|
|
1704
|
+
"nuxt": "^2.0.0",
|
|
1705
|
+
"requires": {}
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"name": "humans-txt",
|
|
1710
|
+
"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.",
|
|
1711
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1712
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1713
|
+
"icon": "",
|
|
1714
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1715
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1716
|
+
"learn_more": "https://humanstxt.org/",
|
|
1717
|
+
"category": "SEO",
|
|
1718
|
+
"type": "3rd-party",
|
|
1719
|
+
"maintainers": [
|
|
1720
|
+
{
|
|
1721
|
+
"name": "Luca Iaconelli",
|
|
1722
|
+
"github": "LuXDAmore",
|
|
1723
|
+
"twitter": "luxdamore"
|
|
1724
|
+
}
|
|
1725
|
+
],
|
|
1726
|
+
"compatibility": {
|
|
1727
|
+
"nuxt": "^2.0.0",
|
|
1728
|
+
"requires": {}
|
|
1729
|
+
}
|
|
1142
1730
|
},
|
|
1143
1731
|
{
|
|
1144
1732
|
"name": "i18n",
|
|
@@ -1149,20 +1737,44 @@
|
|
|
1149
1737
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1150
1738
|
"website": "https://i18n.nuxtjs.org",
|
|
1151
1739
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1152
|
-
"category": "
|
|
1740
|
+
"category": "Extensions",
|
|
1153
1741
|
"type": "community",
|
|
1154
1742
|
"maintainers": [
|
|
1155
1743
|
{
|
|
1156
1744
|
"name": "Rafał Chłodnicki",
|
|
1157
|
-
"github": "rchl"
|
|
1158
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1745
|
+
"github": "rchl"
|
|
1159
1746
|
},
|
|
1160
1747
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
|
|
1748
|
+
"name": "Kazuya Kawaguchi",
|
|
1749
|
+
"github": "kazupon"
|
|
1750
|
+
}
|
|
1751
|
+
],
|
|
1752
|
+
"compatibility": {
|
|
1753
|
+
"nuxt": "^2.0.0",
|
|
1754
|
+
"requires": {}
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"name": "icons",
|
|
1759
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1760
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1761
|
+
"npm": "nuxt-icons",
|
|
1762
|
+
"icon": "icons.png",
|
|
1763
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1764
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1765
|
+
"learn_more": "",
|
|
1766
|
+
"category": "UI",
|
|
1767
|
+
"type": "3rd-party",
|
|
1768
|
+
"maintainers": [
|
|
1769
|
+
{
|
|
1770
|
+
"name": "Sebastian Wludzik",
|
|
1771
|
+
"github": "gitfoxcode"
|
|
1164
1772
|
}
|
|
1165
|
-
]
|
|
1773
|
+
],
|
|
1774
|
+
"compatibility": {
|
|
1775
|
+
"nuxt": "^3.0.0",
|
|
1776
|
+
"requires": {}
|
|
1777
|
+
}
|
|
1166
1778
|
},
|
|
1167
1779
|
{
|
|
1168
1780
|
"name": "image-loader",
|
|
@@ -1178,10 +1790,13 @@
|
|
|
1178
1790
|
"maintainers": [
|
|
1179
1791
|
{
|
|
1180
1792
|
"name": "Barry Fisher",
|
|
1181
|
-
"github": "Barry-Fisher"
|
|
1182
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1793
|
+
"github": "Barry-Fisher"
|
|
1183
1794
|
}
|
|
1184
|
-
]
|
|
1795
|
+
],
|
|
1796
|
+
"compatibility": {
|
|
1797
|
+
"nuxt": "^2.0.0",
|
|
1798
|
+
"requires": {}
|
|
1799
|
+
}
|
|
1185
1800
|
},
|
|
1186
1801
|
{
|
|
1187
1802
|
"name": "image",
|
|
@@ -1198,22 +1813,25 @@
|
|
|
1198
1813
|
{
|
|
1199
1814
|
"name": "Ahad Birang",
|
|
1200
1815
|
"github": "farnabaz",
|
|
1201
|
-
"twitter": "a_birang"
|
|
1202
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1816
|
+
"twitter": "a_birang"
|
|
1203
1817
|
},
|
|
1204
1818
|
{
|
|
1205
1819
|
"name": "Pooya Parsa",
|
|
1206
1820
|
"github": "pi0",
|
|
1207
|
-
"twitter": "_pi0_"
|
|
1208
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1821
|
+
"twitter": "_pi0_"
|
|
1209
1822
|
},
|
|
1210
1823
|
{
|
|
1211
1824
|
"name": "Sebastien Chopin",
|
|
1212
1825
|
"github": "Atinux",
|
|
1213
|
-
"twitter": "Atinux"
|
|
1214
|
-
|
|
1826
|
+
"twitter": "Atinux"
|
|
1827
|
+
}
|
|
1828
|
+
],
|
|
1829
|
+
"compatibility": {
|
|
1830
|
+
"nuxt": "^2.0.0",
|
|
1831
|
+
"requires": {
|
|
1832
|
+
"bridge": "optional"
|
|
1215
1833
|
}
|
|
1216
|
-
|
|
1834
|
+
}
|
|
1217
1835
|
},
|
|
1218
1836
|
{
|
|
1219
1837
|
"name": "imagemin",
|
|
@@ -1229,10 +1847,38 @@
|
|
|
1229
1847
|
"maintainers": [
|
|
1230
1848
|
{
|
|
1231
1849
|
"name": "Ricardo Gobbo de Souza",
|
|
1232
|
-
"github": "ricardogobbosouza"
|
|
1233
|
-
|
|
1850
|
+
"github": "ricardogobbosouza"
|
|
1851
|
+
}
|
|
1852
|
+
],
|
|
1853
|
+
"compatibility": {
|
|
1854
|
+
"nuxt": "^2.0.0",
|
|
1855
|
+
"requires": {}
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"name": "inkline",
|
|
1860
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1861
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1862
|
+
"npm": "@inkline/nuxt",
|
|
1863
|
+
"icon": "inkline.svg",
|
|
1864
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1865
|
+
"website": "https://inkline.io",
|
|
1866
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1867
|
+
"category": "UI",
|
|
1868
|
+
"type": "3rd-party",
|
|
1869
|
+
"maintainers": [
|
|
1870
|
+
{
|
|
1871
|
+
"name": "Alex Grozav",
|
|
1872
|
+
"github": "alexgrozav",
|
|
1873
|
+
"twitter": "alexgrozav"
|
|
1874
|
+
}
|
|
1875
|
+
],
|
|
1876
|
+
"compatibility": {
|
|
1877
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1878
|
+
"requires": {
|
|
1879
|
+
"bridge": true
|
|
1234
1880
|
}
|
|
1235
|
-
|
|
1881
|
+
}
|
|
1236
1882
|
},
|
|
1237
1883
|
{
|
|
1238
1884
|
"name": "intercom",
|
|
@@ -1248,10 +1894,36 @@
|
|
|
1248
1894
|
"maintainers": [
|
|
1249
1895
|
{
|
|
1250
1896
|
"name": "hex-digital",
|
|
1251
|
-
"github": "hex-digital"
|
|
1252
|
-
|
|
1897
|
+
"github": "hex-digital"
|
|
1898
|
+
}
|
|
1899
|
+
],
|
|
1900
|
+
"compatibility": {
|
|
1901
|
+
"nuxt": "^2.0.0",
|
|
1902
|
+
"requires": {}
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "ionic",
|
|
1907
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1908
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1909
|
+
"npm": "nuxt-ionic",
|
|
1910
|
+
"icon": "ionic.svg",
|
|
1911
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1912
|
+
"website": "https://ionic.roe.dev",
|
|
1913
|
+
"learn_more": "https://ionicframework.com",
|
|
1914
|
+
"category": "Libraries",
|
|
1915
|
+
"type": "3rd-party",
|
|
1916
|
+
"maintainers": [
|
|
1917
|
+
{
|
|
1918
|
+
"name": "Daniel Roe",
|
|
1919
|
+
"github": "danielroe",
|
|
1920
|
+
"twitter": "danielcroe"
|
|
1253
1921
|
}
|
|
1254
|
-
]
|
|
1922
|
+
],
|
|
1923
|
+
"compatibility": {
|
|
1924
|
+
"nuxt": "^3.0.0",
|
|
1925
|
+
"requires": {}
|
|
1926
|
+
}
|
|
1255
1927
|
},
|
|
1256
1928
|
{
|
|
1257
1929
|
"name": "jsonapi",
|
|
@@ -1267,10 +1939,13 @@
|
|
|
1267
1939
|
"maintainers": [
|
|
1268
1940
|
{
|
|
1269
1941
|
"name": "patrickcate",
|
|
1270
|
-
"github": "patrickcate"
|
|
1271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1942
|
+
"github": "patrickcate"
|
|
1272
1943
|
}
|
|
1273
|
-
]
|
|
1944
|
+
],
|
|
1945
|
+
"compatibility": {
|
|
1946
|
+
"nuxt": "^2.0.0",
|
|
1947
|
+
"requires": {}
|
|
1948
|
+
}
|
|
1274
1949
|
},
|
|
1275
1950
|
{
|
|
1276
1951
|
"name": "kentico-kontent",
|
|
@@ -1286,10 +1961,37 @@
|
|
|
1286
1961
|
"maintainers": [
|
|
1287
1962
|
{
|
|
1288
1963
|
"name": "Alfred Brockötter",
|
|
1289
|
-
"github": "Domitnator"
|
|
1290
|
-
|
|
1964
|
+
"github": "Domitnator"
|
|
1965
|
+
}
|
|
1966
|
+
],
|
|
1967
|
+
"compatibility": {
|
|
1968
|
+
"nuxt": "^2.0.0",
|
|
1969
|
+
"requires": {}
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"name": "kql",
|
|
1974
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1975
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
1976
|
+
"npm": "nuxt-kql",
|
|
1977
|
+
"icon": "kql.svg",
|
|
1978
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
1979
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
1980
|
+
"learn_more": "",
|
|
1981
|
+
"category": "CMS",
|
|
1982
|
+
"type": "3rd-party",
|
|
1983
|
+
"maintainers": [
|
|
1984
|
+
{
|
|
1985
|
+
"name": "Johann Schopplich",
|
|
1986
|
+
"github": "johannschopplich",
|
|
1987
|
+
"twitter": "jschopplich",
|
|
1988
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1291
1989
|
}
|
|
1292
|
-
]
|
|
1990
|
+
],
|
|
1991
|
+
"compatibility": {
|
|
1992
|
+
"nuxt": "^3.0.0",
|
|
1993
|
+
"requires": {}
|
|
1994
|
+
}
|
|
1293
1995
|
},
|
|
1294
1996
|
{
|
|
1295
1997
|
"name": "laravel-echo",
|
|
@@ -1305,10 +2007,13 @@
|
|
|
1305
2007
|
"maintainers": [
|
|
1306
2008
|
{
|
|
1307
2009
|
"name": "Ricardo Gobbo de Souza",
|
|
1308
|
-
"github": "ricardogobbosouza"
|
|
1309
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2010
|
+
"github": "ricardogobbosouza"
|
|
1310
2011
|
}
|
|
1311
|
-
]
|
|
2012
|
+
],
|
|
2013
|
+
"compatibility": {
|
|
2014
|
+
"nuxt": "^2.0.0",
|
|
2015
|
+
"requires": {}
|
|
2016
|
+
}
|
|
1312
2017
|
},
|
|
1313
2018
|
{
|
|
1314
2019
|
"name": "laravel-nuxt",
|
|
@@ -1324,10 +2029,13 @@
|
|
|
1324
2029
|
"maintainers": [
|
|
1325
2030
|
{
|
|
1326
2031
|
"name": "skyrpex",
|
|
1327
|
-
"github": "skyrpex"
|
|
1328
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
2032
|
+
"github": "skyrpex"
|
|
1329
2033
|
}
|
|
1330
|
-
]
|
|
2034
|
+
],
|
|
2035
|
+
"compatibility": {
|
|
2036
|
+
"nuxt": "^2.0.0",
|
|
2037
|
+
"requires": {}
|
|
2038
|
+
}
|
|
1331
2039
|
},
|
|
1332
2040
|
{
|
|
1333
2041
|
"name": "laravel",
|
|
@@ -1343,10 +2051,13 @@
|
|
|
1343
2051
|
"maintainers": [
|
|
1344
2052
|
{
|
|
1345
2053
|
"name": "m2sd",
|
|
1346
|
-
"github": "m2sd"
|
|
1347
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
2054
|
+
"github": "m2sd"
|
|
1348
2055
|
}
|
|
1349
|
-
]
|
|
2056
|
+
],
|
|
2057
|
+
"compatibility": {
|
|
2058
|
+
"nuxt": "^2.0.0",
|
|
2059
|
+
"requires": {}
|
|
2060
|
+
}
|
|
1350
2061
|
},
|
|
1351
2062
|
{
|
|
1352
2063
|
"name": "leaflet",
|
|
@@ -1357,15 +2068,18 @@
|
|
|
1357
2068
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1358
2069
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1359
2070
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1360
|
-
"category": "
|
|
2071
|
+
"category": "Libraries",
|
|
1361
2072
|
"type": "3rd-party",
|
|
1362
2073
|
"maintainers": [
|
|
1363
2074
|
{
|
|
1364
2075
|
"name": "schlunsen",
|
|
1365
|
-
"github": "schlunsen"
|
|
1366
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
2076
|
+
"github": "schlunsen"
|
|
1367
2077
|
}
|
|
1368
|
-
]
|
|
2078
|
+
],
|
|
2079
|
+
"compatibility": {
|
|
2080
|
+
"nuxt": "^2.0.0",
|
|
2081
|
+
"requires": {}
|
|
2082
|
+
}
|
|
1369
2083
|
},
|
|
1370
2084
|
{
|
|
1371
2085
|
"name": "localforage",
|
|
@@ -1376,21 +2090,23 @@
|
|
|
1376
2090
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1377
2091
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1378
2092
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1379
|
-
"category": "
|
|
2093
|
+
"category": "Libraries",
|
|
1380
2094
|
"type": "community",
|
|
1381
2095
|
"maintainers": [
|
|
1382
2096
|
{
|
|
1383
2097
|
"name": "Alexandre Chopin",
|
|
1384
2098
|
"github": "alexchopin",
|
|
1385
|
-
"twitter": "alexchopin"
|
|
1386
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
2099
|
+
"twitter": "alexchopin"
|
|
1387
2100
|
},
|
|
1388
2101
|
{
|
|
1389
2102
|
"name": "Ricardo Gobbo de Souza",
|
|
1390
|
-
"github": "ricardogobbosouza"
|
|
1391
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2103
|
+
"github": "ricardogobbosouza"
|
|
1392
2104
|
}
|
|
1393
|
-
]
|
|
2105
|
+
],
|
|
2106
|
+
"compatibility": {
|
|
2107
|
+
"nuxt": "^2.0.0",
|
|
2108
|
+
"requires": {}
|
|
2109
|
+
}
|
|
1394
2110
|
},
|
|
1395
2111
|
{
|
|
1396
2112
|
"name": "localtunnel",
|
|
@@ -1407,10 +2123,35 @@
|
|
|
1407
2123
|
{
|
|
1408
2124
|
"name": "Pooya Parsa",
|
|
1409
2125
|
"github": "pi0",
|
|
1410
|
-
"twitter": "_pi0_"
|
|
1411
|
-
|
|
2126
|
+
"twitter": "_pi0_"
|
|
2127
|
+
}
|
|
2128
|
+
],
|
|
2129
|
+
"compatibility": {
|
|
2130
|
+
"nuxt": "^2.0.0",
|
|
2131
|
+
"requires": {}
|
|
2132
|
+
}
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"name": "lodash",
|
|
2136
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2137
|
+
"repo": "cipami/nuxt-lodash",
|
|
2138
|
+
"npm": "nuxt-lodash",
|
|
2139
|
+
"icon": "lodash.svg",
|
|
2140
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2141
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2142
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2143
|
+
"category": "Libraries",
|
|
2144
|
+
"type": "3rd-party",
|
|
2145
|
+
"maintainers": [
|
|
2146
|
+
{
|
|
2147
|
+
"name": "Michal Čípa",
|
|
2148
|
+
"github": "cipami"
|
|
1412
2149
|
}
|
|
1413
|
-
]
|
|
2150
|
+
],
|
|
2151
|
+
"compatibility": {
|
|
2152
|
+
"nuxt": "^3.0.0",
|
|
2153
|
+
"requires": {}
|
|
2154
|
+
}
|
|
1414
2155
|
},
|
|
1415
2156
|
{
|
|
1416
2157
|
"name": "logrocket",
|
|
@@ -1427,10 +2168,13 @@
|
|
|
1427
2168
|
{
|
|
1428
2169
|
"name": "Farzad Soltani",
|
|
1429
2170
|
"github": "farzadso",
|
|
1430
|
-
"twitter": "farzadso"
|
|
1431
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2171
|
+
"twitter": "farzadso"
|
|
1432
2172
|
}
|
|
1433
|
-
]
|
|
2173
|
+
],
|
|
2174
|
+
"compatibility": {
|
|
2175
|
+
"nuxt": "^2.0.0",
|
|
2176
|
+
"requires": {}
|
|
2177
|
+
}
|
|
1434
2178
|
},
|
|
1435
2179
|
{
|
|
1436
2180
|
"name": "lunr",
|
|
@@ -1446,30 +2190,36 @@
|
|
|
1446
2190
|
"maintainers": [
|
|
1447
2191
|
{
|
|
1448
2192
|
"name": "Pim",
|
|
1449
|
-
"github": "pimlie"
|
|
1450
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2193
|
+
"github": "pimlie"
|
|
1451
2194
|
}
|
|
1452
|
-
]
|
|
2195
|
+
],
|
|
2196
|
+
"compatibility": {
|
|
2197
|
+
"nuxt": "^2.0.0",
|
|
2198
|
+
"requires": {}
|
|
2199
|
+
}
|
|
1453
2200
|
},
|
|
1454
2201
|
{
|
|
1455
2202
|
"name": "markdownit",
|
|
1456
2203
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1457
|
-
"repo": "nuxt-community/
|
|
2204
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1458
2205
|
"npm": "@nuxtjs/markdownit",
|
|
1459
2206
|
"icon": "",
|
|
1460
2207
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
1461
2208
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1462
2209
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1463
|
-
"category": "
|
|
2210
|
+
"category": "Extensions",
|
|
1464
2211
|
"type": "community",
|
|
1465
2212
|
"maintainers": [
|
|
1466
2213
|
{
|
|
1467
2214
|
"name": "Pooya Parsa",
|
|
1468
2215
|
"github": "pi0",
|
|
1469
|
-
"twitter": "_pi0_"
|
|
1470
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2216
|
+
"twitter": "_pi0_"
|
|
1471
2217
|
}
|
|
1472
|
-
]
|
|
2218
|
+
],
|
|
2219
|
+
"compatibility": {
|
|
2220
|
+
"nuxt": "^2.0.0",
|
|
2221
|
+
"requires": {}
|
|
2222
|
+
}
|
|
1473
2223
|
},
|
|
1474
2224
|
{
|
|
1475
2225
|
"name": "matomo",
|
|
@@ -1485,10 +2235,13 @@
|
|
|
1485
2235
|
"maintainers": [
|
|
1486
2236
|
{
|
|
1487
2237
|
"name": "pimlie",
|
|
1488
|
-
"github": "pimlie"
|
|
1489
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2238
|
+
"github": "pimlie"
|
|
1490
2239
|
}
|
|
1491
|
-
]
|
|
2240
|
+
],
|
|
2241
|
+
"compatibility": {
|
|
2242
|
+
"nuxt": "^2.0.0",
|
|
2243
|
+
"requires": {}
|
|
2244
|
+
}
|
|
1492
2245
|
},
|
|
1493
2246
|
{
|
|
1494
2247
|
"name": "mdx",
|
|
@@ -1499,16 +2252,44 @@
|
|
|
1499
2252
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1500
2253
|
"website": "https://mdx.nuxtjs.org",
|
|
1501
2254
|
"learn_more": "https://mdxjs.com/",
|
|
1502
|
-
"category": "
|
|
2255
|
+
"category": "Extensions",
|
|
1503
2256
|
"type": "community",
|
|
1504
2257
|
"maintainers": [
|
|
1505
2258
|
{
|
|
1506
2259
|
"name": "Jonathan Bakebwa",
|
|
1507
2260
|
"github": "codebender828",
|
|
1508
|
-
"twitter": "codebender828"
|
|
1509
|
-
|
|
2261
|
+
"twitter": "codebender828"
|
|
2262
|
+
}
|
|
2263
|
+
],
|
|
2264
|
+
"compatibility": {
|
|
2265
|
+
"nuxt": "^2.0.0",
|
|
2266
|
+
"requires": {}
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"name": "meilisearch",
|
|
2271
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2272
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2273
|
+
"npm": "nuxt-meilisearch",
|
|
2274
|
+
"icon": "meilisearch.svg",
|
|
2275
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2276
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2277
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2278
|
+
"category": "Libraries",
|
|
2279
|
+
"type": "3rd-party",
|
|
2280
|
+
"maintainers": [
|
|
2281
|
+
{
|
|
2282
|
+
"name": "Alex Duval",
|
|
2283
|
+
"github": "xlanex6",
|
|
2284
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2285
|
+
}
|
|
2286
|
+
],
|
|
2287
|
+
"compatibility": {
|
|
2288
|
+
"nuxt": "^3.0.0",
|
|
2289
|
+
"requires": {
|
|
2290
|
+
"bridge": false
|
|
1510
2291
|
}
|
|
1511
|
-
|
|
2292
|
+
}
|
|
1512
2293
|
},
|
|
1513
2294
|
{
|
|
1514
2295
|
"name": "memwatch",
|
|
@@ -1524,10 +2305,13 @@
|
|
|
1524
2305
|
"maintainers": [
|
|
1525
2306
|
{
|
|
1526
2307
|
"name": "pimlie",
|
|
1527
|
-
"github": "pimlie"
|
|
1528
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2308
|
+
"github": "pimlie"
|
|
1529
2309
|
}
|
|
1530
|
-
]
|
|
2310
|
+
],
|
|
2311
|
+
"compatibility": {
|
|
2312
|
+
"nuxt": "^2.0.0",
|
|
2313
|
+
"requires": {}
|
|
2314
|
+
}
|
|
1531
2315
|
},
|
|
1532
2316
|
{
|
|
1533
2317
|
"name": "mobile",
|
|
@@ -1538,15 +2322,18 @@
|
|
|
1538
2322
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1539
2323
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1540
2324
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1541
|
-
"category": "
|
|
2325
|
+
"category": "Extensions",
|
|
1542
2326
|
"type": "3rd-party",
|
|
1543
2327
|
"maintainers": [
|
|
1544
2328
|
{
|
|
1545
2329
|
"name": "ChanningDefoe",
|
|
1546
|
-
"github": "ChanningDefoe"
|
|
1547
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2330
|
+
"github": "ChanningDefoe"
|
|
1548
2331
|
}
|
|
1549
|
-
]
|
|
2332
|
+
],
|
|
2333
|
+
"compatibility": {
|
|
2334
|
+
"nuxt": "^2.0.0",
|
|
2335
|
+
"requires": {}
|
|
2336
|
+
}
|
|
1550
2337
|
},
|
|
1551
2338
|
{
|
|
1552
2339
|
"name": "moment",
|
|
@@ -1563,15 +2350,17 @@
|
|
|
1563
2350
|
{
|
|
1564
2351
|
"name": "Pooya Parsa",
|
|
1565
2352
|
"github": "pi0",
|
|
1566
|
-
"twitter": "_pi0_"
|
|
1567
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2353
|
+
"twitter": "_pi0_"
|
|
1568
2354
|
},
|
|
1569
2355
|
{
|
|
1570
2356
|
"name": "Ricardo Gobbo de Souza",
|
|
1571
|
-
"github": "ricardogobbosouza"
|
|
1572
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2357
|
+
"github": "ricardogobbosouza"
|
|
1573
2358
|
}
|
|
1574
|
-
]
|
|
2359
|
+
],
|
|
2360
|
+
"compatibility": {
|
|
2361
|
+
"nuxt": "^2.0.0",
|
|
2362
|
+
"requires": {}
|
|
2363
|
+
}
|
|
1575
2364
|
},
|
|
1576
2365
|
{
|
|
1577
2366
|
"name": "mq",
|
|
@@ -1587,10 +2376,13 @@
|
|
|
1587
2376
|
"maintainers": [
|
|
1588
2377
|
{
|
|
1589
2378
|
"name": "vanhoofmaarten",
|
|
1590
|
-
"github": "vanhoofmaarten"
|
|
1591
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2379
|
+
"github": "vanhoofmaarten"
|
|
1592
2380
|
}
|
|
1593
|
-
]
|
|
2381
|
+
],
|
|
2382
|
+
"compatibility": {
|
|
2383
|
+
"nuxt": "^2.0.0",
|
|
2384
|
+
"requires": {}
|
|
2385
|
+
}
|
|
1594
2386
|
},
|
|
1595
2387
|
{
|
|
1596
2388
|
"name": "neo",
|
|
@@ -1606,10 +2398,13 @@
|
|
|
1606
2398
|
"maintainers": [
|
|
1607
2399
|
{
|
|
1608
2400
|
"name": "ezypeeze",
|
|
1609
|
-
"github": "ezypeeze"
|
|
1610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2401
|
+
"github": "ezypeeze"
|
|
1611
2402
|
}
|
|
1612
|
-
]
|
|
2403
|
+
],
|
|
2404
|
+
"compatibility": {
|
|
2405
|
+
"nuxt": "^2.0.0",
|
|
2406
|
+
"requires": {}
|
|
2407
|
+
}
|
|
1613
2408
|
},
|
|
1614
2409
|
{
|
|
1615
2410
|
"name": "netlify-cache",
|
|
@@ -1625,10 +2420,13 @@
|
|
|
1625
2420
|
"maintainers": [
|
|
1626
2421
|
{
|
|
1627
2422
|
"name": "DreaMinder",
|
|
1628
|
-
"github": "DreaMinder"
|
|
1629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2423
|
+
"github": "DreaMinder"
|
|
1630
2424
|
}
|
|
1631
|
-
]
|
|
2425
|
+
],
|
|
2426
|
+
"compatibility": {
|
|
2427
|
+
"nuxt": "^2.0.0",
|
|
2428
|
+
"requires": {}
|
|
2429
|
+
}
|
|
1632
2430
|
},
|
|
1633
2431
|
{
|
|
1634
2432
|
"name": "netlify-files",
|
|
@@ -1645,10 +2443,13 @@
|
|
|
1645
2443
|
{
|
|
1646
2444
|
"name": "Alexander Lichter",
|
|
1647
2445
|
"github": "manniL",
|
|
1648
|
-
"twitter": "TheAlexLichter"
|
|
1649
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2446
|
+
"twitter": "TheAlexLichter"
|
|
1650
2447
|
}
|
|
1651
|
-
]
|
|
2448
|
+
],
|
|
2449
|
+
"compatibility": {
|
|
2450
|
+
"nuxt": "^2.0.0",
|
|
2451
|
+
"requires": {}
|
|
2452
|
+
}
|
|
1652
2453
|
},
|
|
1653
2454
|
{
|
|
1654
2455
|
"name": "netlify",
|
|
@@ -1664,10 +2465,13 @@
|
|
|
1664
2465
|
"maintainers": [
|
|
1665
2466
|
{
|
|
1666
2467
|
"name": "bazzite",
|
|
1667
|
-
"github": "bazzite"
|
|
1668
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2468
|
+
"github": "bazzite"
|
|
1669
2469
|
}
|
|
1670
|
-
]
|
|
2470
|
+
],
|
|
2471
|
+
"compatibility": {
|
|
2472
|
+
"nuxt": "^2.0.0",
|
|
2473
|
+
"requires": {}
|
|
2474
|
+
}
|
|
1671
2475
|
},
|
|
1672
2476
|
{
|
|
1673
2477
|
"name": "ngrok",
|
|
@@ -1684,19 +2488,21 @@
|
|
|
1684
2488
|
{
|
|
1685
2489
|
"name": "Debbie O'Brien",
|
|
1686
2490
|
"github": "debs-obrien",
|
|
1687
|
-
"twitter": "debs_obrien"
|
|
1688
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2491
|
+
"twitter": "debs_obrien"
|
|
1689
2492
|
},
|
|
1690
2493
|
{
|
|
1691
2494
|
"name": "Pooya Parsa",
|
|
1692
2495
|
"github": "pi0",
|
|
1693
|
-
"twitter": "_pi0_"
|
|
1694
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2496
|
+
"twitter": "_pi0_"
|
|
1695
2497
|
}
|
|
1696
|
-
]
|
|
2498
|
+
],
|
|
2499
|
+
"compatibility": {
|
|
2500
|
+
"nuxt": "^2.0.0",
|
|
2501
|
+
"requires": {}
|
|
2502
|
+
}
|
|
1697
2503
|
},
|
|
1698
2504
|
{
|
|
1699
|
-
"name": "
|
|
2505
|
+
"name": "notion",
|
|
1700
2506
|
"description": "Vue renderer for Notion pages",
|
|
1701
2507
|
"repo": "janniks/vue-notion",
|
|
1702
2508
|
"npm": "vue-notion",
|
|
@@ -1709,10 +2515,172 @@
|
|
|
1709
2515
|
"maintainers": [
|
|
1710
2516
|
{
|
|
1711
2517
|
"name": "janniks",
|
|
1712
|
-
"github": "janniks"
|
|
1713
|
-
|
|
2518
|
+
"github": "janniks"
|
|
2519
|
+
}
|
|
2520
|
+
],
|
|
2521
|
+
"compatibility": {
|
|
2522
|
+
"nuxt": "^2.0.0",
|
|
2523
|
+
"requires": {}
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"name": "nuxt-hue",
|
|
2528
|
+
"description": "Enlighten your Nuxt experience",
|
|
2529
|
+
"repo": "lihbr/nuxt-hue",
|
|
2530
|
+
"npm": "nuxt-hue",
|
|
2531
|
+
"icon": "nuxt-hue.svg",
|
|
2532
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2533
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2534
|
+
"learn_more": "",
|
|
2535
|
+
"category": "Devtools",
|
|
2536
|
+
"type": "3rd-party",
|
|
2537
|
+
"maintainers": [
|
|
2538
|
+
{
|
|
2539
|
+
"name": "lihbr",
|
|
2540
|
+
"github": "lihbr"
|
|
2541
|
+
}
|
|
2542
|
+
],
|
|
2543
|
+
"compatibility": {
|
|
2544
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2545
|
+
"requires": {
|
|
2546
|
+
"bridge": "optional"
|
|
1714
2547
|
}
|
|
1715
|
-
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"name": "nuxt-pino-log",
|
|
2552
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2553
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2554
|
+
"npm": "nuxt-pino-log",
|
|
2555
|
+
"icon": "",
|
|
2556
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2557
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2558
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2559
|
+
"category": "Monitoring",
|
|
2560
|
+
"type": "3rd-party",
|
|
2561
|
+
"maintainers": [
|
|
2562
|
+
{
|
|
2563
|
+
"name": "kpn",
|
|
2564
|
+
"github": "kpn"
|
|
2565
|
+
}
|
|
2566
|
+
],
|
|
2567
|
+
"compatibility": {
|
|
2568
|
+
"nuxt": "^2.0.0",
|
|
2569
|
+
"requires": {}
|
|
2570
|
+
}
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"name": "nuxt-png-to-ico",
|
|
2574
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2575
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2576
|
+
"npm": "nuxt-png-to-ico",
|
|
2577
|
+
"icon": "",
|
|
2578
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2579
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2580
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2581
|
+
"category": "Devtools",
|
|
2582
|
+
"type": "3rd-party",
|
|
2583
|
+
"maintainers": [
|
|
2584
|
+
{
|
|
2585
|
+
"name": "b5710546232",
|
|
2586
|
+
"github": "b5710546232",
|
|
2587
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2588
|
+
}
|
|
2589
|
+
],
|
|
2590
|
+
"compatibility": {
|
|
2591
|
+
"nuxt": "^2.0.0",
|
|
2592
|
+
"requires": {}
|
|
2593
|
+
}
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"name": "nuxt-smartlook",
|
|
2597
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2598
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2599
|
+
"npm": "nuxt-smartlook",
|
|
2600
|
+
"icon": "nuxt-smartlook.png",
|
|
2601
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2602
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2603
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2604
|
+
"category": "Analytics",
|
|
2605
|
+
"type": "3rd-party",
|
|
2606
|
+
"maintainers": [
|
|
2607
|
+
{
|
|
2608
|
+
"name": "Milan Sulc",
|
|
2609
|
+
"github": "f3l1x",
|
|
2610
|
+
"twitter": "xf3l1x",
|
|
2611
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2612
|
+
}
|
|
2613
|
+
],
|
|
2614
|
+
"compatibility": {
|
|
2615
|
+
"nuxt": "^2.0.0",
|
|
2616
|
+
"requires": {}
|
|
2617
|
+
}
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
"name": "nuxt-use-motion",
|
|
2621
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2622
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2623
|
+
"npm": "nuxt-use-motion",
|
|
2624
|
+
"icon": "nuxt-use-motion.svg",
|
|
2625
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2626
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2627
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2628
|
+
"category": "Libraries",
|
|
2629
|
+
"type": "3rd-party",
|
|
2630
|
+
"maintainers": [
|
|
2631
|
+
{
|
|
2632
|
+
"name": "Tahul",
|
|
2633
|
+
"github": "Tahul"
|
|
2634
|
+
}
|
|
2635
|
+
],
|
|
2636
|
+
"compatibility": {
|
|
2637
|
+
"nuxt": "^2.0.0",
|
|
2638
|
+
"requires": {}
|
|
2639
|
+
}
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"name": "nuxt-use-sound",
|
|
2643
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2644
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2645
|
+
"npm": "nuxt-use-sound",
|
|
2646
|
+
"icon": "nuxt-use-sound.svg",
|
|
2647
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2648
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2649
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2650
|
+
"category": "Libraries",
|
|
2651
|
+
"type": "3rd-party",
|
|
2652
|
+
"maintainers": [
|
|
2653
|
+
{
|
|
2654
|
+
"name": "Tahul",
|
|
2655
|
+
"github": "Tahul"
|
|
2656
|
+
}
|
|
2657
|
+
],
|
|
2658
|
+
"compatibility": {
|
|
2659
|
+
"nuxt": "^2.0.0",
|
|
2660
|
+
"requires": {}
|
|
2661
|
+
}
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"name": "nuxt-viewport",
|
|
2665
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2666
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2667
|
+
"npm": "nuxt-viewport",
|
|
2668
|
+
"icon": "nuxt-viewport.svg",
|
|
2669
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2670
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2671
|
+
"learn_more": "",
|
|
2672
|
+
"category": "Extensions",
|
|
2673
|
+
"type": "3rd-party",
|
|
2674
|
+
"maintainers": [
|
|
2675
|
+
{
|
|
2676
|
+
"name": "mvrlin",
|
|
2677
|
+
"github": "mvrlin"
|
|
2678
|
+
}
|
|
2679
|
+
],
|
|
2680
|
+
"compatibility": {
|
|
2681
|
+
"nuxt": "^2.0.0",
|
|
2682
|
+
"requires": {}
|
|
2683
|
+
}
|
|
1716
2684
|
},
|
|
1717
2685
|
{
|
|
1718
2686
|
"name": "nuxt7",
|
|
@@ -1729,10 +2697,13 @@
|
|
|
1729
2697
|
{
|
|
1730
2698
|
"name": "Pooya Parsa",
|
|
1731
2699
|
"github": "pi0",
|
|
1732
|
-
"twitter": "_pi0_"
|
|
1733
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2700
|
+
"twitter": "_pi0_"
|
|
1734
2701
|
}
|
|
1735
|
-
]
|
|
2702
|
+
],
|
|
2703
|
+
"compatibility": {
|
|
2704
|
+
"nuxt": "^2.0.0",
|
|
2705
|
+
"requires": {}
|
|
2706
|
+
}
|
|
1736
2707
|
},
|
|
1737
2708
|
{
|
|
1738
2709
|
"name": "onesignal",
|
|
@@ -1743,16 +2714,19 @@
|
|
|
1743
2714
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1744
2715
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1745
2716
|
"learn_more": "https://onesignal.com/",
|
|
1746
|
-
"category": "
|
|
2717
|
+
"category": "Extensions",
|
|
1747
2718
|
"type": "community",
|
|
1748
2719
|
"maintainers": [
|
|
1749
2720
|
{
|
|
1750
2721
|
"name": "Pooya Parsa",
|
|
1751
2722
|
"github": "pi0",
|
|
1752
|
-
"twitter": "_pi0_"
|
|
1753
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2723
|
+
"twitter": "_pi0_"
|
|
1754
2724
|
}
|
|
1755
|
-
]
|
|
2725
|
+
],
|
|
2726
|
+
"compatibility": {
|
|
2727
|
+
"nuxt": "^2.0.0",
|
|
2728
|
+
"requires": {}
|
|
2729
|
+
}
|
|
1756
2730
|
},
|
|
1757
2731
|
{
|
|
1758
2732
|
"name": "optimized-images",
|
|
@@ -1769,10 +2743,13 @@
|
|
|
1769
2743
|
{
|
|
1770
2744
|
"name": "Julio Marquez",
|
|
1771
2745
|
"github": "juliomrqz",
|
|
1772
|
-
"twitter": "juliomrqz"
|
|
1773
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2746
|
+
"twitter": "juliomrqz"
|
|
1774
2747
|
}
|
|
1775
|
-
]
|
|
2748
|
+
],
|
|
2749
|
+
"compatibility": {
|
|
2750
|
+
"nuxt": "^2.0.0",
|
|
2751
|
+
"requires": {}
|
|
2752
|
+
}
|
|
1776
2753
|
},
|
|
1777
2754
|
{
|
|
1778
2755
|
"name": "page-generator-helper",
|
|
@@ -1783,15 +2760,18 @@
|
|
|
1783
2760
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1784
2761
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1785
2762
|
"learn_more": "",
|
|
1786
|
-
"category": "
|
|
2763
|
+
"category": "Extensions",
|
|
1787
2764
|
"type": "3rd-party",
|
|
1788
2765
|
"maintainers": [
|
|
1789
2766
|
{
|
|
1790
2767
|
"name": "GrabarzUndPartner",
|
|
1791
|
-
"github": "GrabarzUndPartner"
|
|
1792
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2768
|
+
"github": "GrabarzUndPartner"
|
|
1793
2769
|
}
|
|
1794
|
-
]
|
|
2770
|
+
],
|
|
2771
|
+
"compatibility": {
|
|
2772
|
+
"nuxt": "^2.0.0",
|
|
2773
|
+
"requires": {}
|
|
2774
|
+
}
|
|
1795
2775
|
},
|
|
1796
2776
|
{
|
|
1797
2777
|
"name": "parse",
|
|
@@ -1807,10 +2787,85 @@
|
|
|
1807
2787
|
"maintainers": [
|
|
1808
2788
|
{
|
|
1809
2789
|
"name": "cierrateam",
|
|
1810
|
-
"github": "cierrateam"
|
|
1811
|
-
|
|
2790
|
+
"github": "cierrateam"
|
|
2791
|
+
}
|
|
2792
|
+
],
|
|
2793
|
+
"compatibility": {
|
|
2794
|
+
"nuxt": "^2.0.0",
|
|
2795
|
+
"requires": {}
|
|
2796
|
+
}
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"name": "partytown",
|
|
2800
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2801
|
+
"repo": "nuxt-community/partytown-module",
|
|
2802
|
+
"npm": "@nuxtjs/partytown",
|
|
2803
|
+
"icon": "partytown.svg",
|
|
2804
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2805
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2806
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2807
|
+
"category": "Performance",
|
|
2808
|
+
"type": "community",
|
|
2809
|
+
"maintainers": [
|
|
2810
|
+
{
|
|
2811
|
+
"name": "Daniel Roe",
|
|
2812
|
+
"github": "danielroe",
|
|
2813
|
+
"twitter": "danielcroe"
|
|
2814
|
+
}
|
|
2815
|
+
],
|
|
2816
|
+
"compatibility": {
|
|
2817
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2818
|
+
"requires": {
|
|
2819
|
+
"bridge": true
|
|
2820
|
+
}
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"name": "persian-datepicker",
|
|
2825
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2826
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2827
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2828
|
+
"icon": "persian-datepicker.svg",
|
|
2829
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2830
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2831
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2832
|
+
"category": "Date",
|
|
2833
|
+
"type": "3rd-party",
|
|
2834
|
+
"maintainers": [
|
|
2835
|
+
{
|
|
2836
|
+
"name": "Alireza Alibeiki",
|
|
2837
|
+
"github": "alireza-ab",
|
|
2838
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2839
|
+
}
|
|
2840
|
+
],
|
|
2841
|
+
"compatibility": {
|
|
2842
|
+
"nuxt": "^2.0.0",
|
|
2843
|
+
"requires": {}
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"name": "pinia",
|
|
2848
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2849
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2850
|
+
"npm": "@pinia/nuxt",
|
|
2851
|
+
"icon": "pinia.svg",
|
|
2852
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2853
|
+
"website": "https://pinia.esm.dev/",
|
|
2854
|
+
"learn_more": "",
|
|
2855
|
+
"category": "Extensions",
|
|
2856
|
+
"type": "3rd-party",
|
|
2857
|
+
"maintainers": [
|
|
2858
|
+
{
|
|
2859
|
+
"name": "posva",
|
|
2860
|
+
"github": "posva"
|
|
2861
|
+
}
|
|
2862
|
+
],
|
|
2863
|
+
"compatibility": {
|
|
2864
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2865
|
+
"requires": {
|
|
2866
|
+
"bridge": "optional"
|
|
1812
2867
|
}
|
|
1813
|
-
|
|
2868
|
+
}
|
|
1814
2869
|
},
|
|
1815
2870
|
{
|
|
1816
2871
|
"name": "plausible",
|
|
@@ -1826,10 +2881,15 @@
|
|
|
1826
2881
|
"maintainers": [
|
|
1827
2882
|
{
|
|
1828
2883
|
"name": "moritzsternemann",
|
|
1829
|
-
"github": "moritzsternemann"
|
|
1830
|
-
"avatar": "https://avatars1.githubusercontent.com/u/3034168?v=4"
|
|
2884
|
+
"github": "moritzsternemann"
|
|
1831
2885
|
}
|
|
1832
|
-
]
|
|
2886
|
+
],
|
|
2887
|
+
"compatibility": {
|
|
2888
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2889
|
+
"requires": {
|
|
2890
|
+
"bridge": "optional"
|
|
2891
|
+
}
|
|
2892
|
+
}
|
|
1833
2893
|
},
|
|
1834
2894
|
{
|
|
1835
2895
|
"name": "precompress",
|
|
@@ -1845,10 +2905,13 @@
|
|
|
1845
2905
|
"maintainers": [
|
|
1846
2906
|
{
|
|
1847
2907
|
"name": "frenchrabbit",
|
|
1848
|
-
"github": "frenchrabbit"
|
|
1849
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2908
|
+
"github": "frenchrabbit"
|
|
1850
2909
|
}
|
|
1851
|
-
]
|
|
2910
|
+
],
|
|
2911
|
+
"compatibility": {
|
|
2912
|
+
"nuxt": "^2.0.0",
|
|
2913
|
+
"requires": {}
|
|
2914
|
+
}
|
|
1852
2915
|
},
|
|
1853
2916
|
{
|
|
1854
2917
|
"name": "prismic",
|
|
@@ -1865,21 +2928,22 @@
|
|
|
1865
2928
|
{
|
|
1866
2929
|
"name": "Sébastien Chopin",
|
|
1867
2930
|
"github": "Atinux",
|
|
1868
|
-
"twitter": "Atinux"
|
|
1869
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2931
|
+
"twitter": "Atinux"
|
|
1870
2932
|
},
|
|
1871
2933
|
{
|
|
1872
2934
|
"name": "lihbr",
|
|
1873
2935
|
"github": "lihbr",
|
|
1874
|
-
"twitter": "li_hbr"
|
|
1875
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2936
|
+
"twitter": "li_hbr"
|
|
1876
2937
|
},
|
|
1877
2938
|
{
|
|
1878
2939
|
"name": "James Pegg",
|
|
1879
|
-
"github": "jamespegg"
|
|
1880
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2940
|
+
"github": "jamespegg"
|
|
1881
2941
|
}
|
|
1882
|
-
]
|
|
2942
|
+
],
|
|
2943
|
+
"compatibility": {
|
|
2944
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2945
|
+
"requires": {}
|
|
2946
|
+
}
|
|
1883
2947
|
},
|
|
1884
2948
|
{
|
|
1885
2949
|
"name": "protected-mailto",
|
|
@@ -1895,10 +2959,13 @@
|
|
|
1895
2959
|
"maintainers": [
|
|
1896
2960
|
{
|
|
1897
2961
|
"name": "mmoollllee",
|
|
1898
|
-
"github": "mmoollllee"
|
|
1899
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2962
|
+
"github": "mmoollllee"
|
|
1900
2963
|
}
|
|
1901
|
-
]
|
|
2964
|
+
],
|
|
2965
|
+
"compatibility": {
|
|
2966
|
+
"nuxt": "^2.0.0",
|
|
2967
|
+
"requires": {}
|
|
2968
|
+
}
|
|
1902
2969
|
},
|
|
1903
2970
|
{
|
|
1904
2971
|
"name": "proxy",
|
|
@@ -1915,10 +2982,13 @@
|
|
|
1915
2982
|
{
|
|
1916
2983
|
"name": "Pooya Parsa",
|
|
1917
2984
|
"github": "pi0",
|
|
1918
|
-
"twitter": "_pi0_"
|
|
1919
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2985
|
+
"twitter": "_pi0_"
|
|
1920
2986
|
}
|
|
1921
|
-
]
|
|
2987
|
+
],
|
|
2988
|
+
"compatibility": {
|
|
2989
|
+
"nuxt": "^2.0.0",
|
|
2990
|
+
"requires": {}
|
|
2991
|
+
}
|
|
1922
2992
|
},
|
|
1923
2993
|
{
|
|
1924
2994
|
"name": "prune-html",
|
|
@@ -1933,11 +3003,15 @@
|
|
|
1933
3003
|
"type": "3rd-party",
|
|
1934
3004
|
"maintainers": [
|
|
1935
3005
|
{
|
|
1936
|
-
"name": "
|
|
3006
|
+
"name": "Luca Iaconelli",
|
|
1937
3007
|
"github": "LuXDAmore",
|
|
1938
|
-
"
|
|
3008
|
+
"twitter": "luxdamore"
|
|
1939
3009
|
}
|
|
1940
|
-
]
|
|
3010
|
+
],
|
|
3011
|
+
"compatibility": {
|
|
3012
|
+
"nuxt": "^2.0.0",
|
|
3013
|
+
"requires": {}
|
|
3014
|
+
}
|
|
1941
3015
|
},
|
|
1942
3016
|
{
|
|
1943
3017
|
"name": "purgecss",
|
|
@@ -1953,14 +3027,17 @@
|
|
|
1953
3027
|
"maintainers": [
|
|
1954
3028
|
{
|
|
1955
3029
|
"name": "Developmint",
|
|
1956
|
-
"github": "Developmint"
|
|
1957
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3030
|
+
"github": "Developmint"
|
|
1958
3031
|
}
|
|
1959
|
-
]
|
|
3032
|
+
],
|
|
3033
|
+
"compatibility": {
|
|
3034
|
+
"nuxt": "^2.0.0",
|
|
3035
|
+
"requires": {}
|
|
3036
|
+
}
|
|
1960
3037
|
},
|
|
1961
3038
|
{
|
|
1962
3039
|
"name": "pwa",
|
|
1963
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
3040
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1964
3041
|
"repo": "nuxt-community/pwa-module",
|
|
1965
3042
|
"npm": "@nuxtjs/pwa",
|
|
1966
3043
|
"icon": "pwa.png",
|
|
@@ -1973,10 +3050,15 @@
|
|
|
1973
3050
|
{
|
|
1974
3051
|
"name": "Pooya Parsa",
|
|
1975
3052
|
"github": "pi0",
|
|
1976
|
-
"twitter": "_pi0_"
|
|
1977
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3053
|
+
"twitter": "_pi0_"
|
|
1978
3054
|
}
|
|
1979
|
-
]
|
|
3055
|
+
],
|
|
3056
|
+
"compatibility": {
|
|
3057
|
+
"nuxt": "^2.0.0",
|
|
3058
|
+
"requires": {
|
|
3059
|
+
"bridge": "optional"
|
|
3060
|
+
}
|
|
3061
|
+
}
|
|
1980
3062
|
},
|
|
1981
3063
|
{
|
|
1982
3064
|
"name": "python",
|
|
@@ -1987,15 +3069,18 @@
|
|
|
1987
3069
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1988
3070
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1989
3071
|
"learn_more": "https://www.python.org/",
|
|
1990
|
-
"category": "
|
|
3072
|
+
"category": "Extensions",
|
|
1991
3073
|
"type": "community",
|
|
1992
3074
|
"maintainers": [
|
|
1993
3075
|
{
|
|
1994
3076
|
"name": "Sebastian Silva",
|
|
1995
|
-
"github": "icarito"
|
|
1996
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
3077
|
+
"github": "icarito"
|
|
1997
3078
|
}
|
|
1998
|
-
]
|
|
3079
|
+
],
|
|
3080
|
+
"compatibility": {
|
|
3081
|
+
"nuxt": "^2.0.0",
|
|
3082
|
+
"requires": {}
|
|
3083
|
+
}
|
|
1999
3084
|
},
|
|
2000
3085
|
{
|
|
2001
3086
|
"name": "recaptcha",
|
|
@@ -2011,10 +3096,13 @@
|
|
|
2011
3096
|
"maintainers": [
|
|
2012
3097
|
{
|
|
2013
3098
|
"name": "mvrlin",
|
|
2014
|
-
"github": "mvrlin"
|
|
2015
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
3099
|
+
"github": "mvrlin"
|
|
2016
3100
|
}
|
|
2017
|
-
]
|
|
3101
|
+
],
|
|
3102
|
+
"compatibility": {
|
|
3103
|
+
"nuxt": "^2.0.0",
|
|
3104
|
+
"requires": {}
|
|
3105
|
+
}
|
|
2018
3106
|
},
|
|
2019
3107
|
{
|
|
2020
3108
|
"name": "redirect",
|
|
@@ -2031,10 +3119,13 @@
|
|
|
2031
3119
|
{
|
|
2032
3120
|
"name": "Alexander Lichter",
|
|
2033
3121
|
"github": "manniL",
|
|
2034
|
-
"twitter": "TheAlexLichter"
|
|
2035
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3122
|
+
"twitter": "TheAlexLichter"
|
|
2036
3123
|
}
|
|
2037
|
-
]
|
|
3124
|
+
],
|
|
3125
|
+
"compatibility": {
|
|
3126
|
+
"nuxt": "^2.0.0",
|
|
3127
|
+
"requires": {}
|
|
3128
|
+
}
|
|
2038
3129
|
},
|
|
2039
3130
|
{
|
|
2040
3131
|
"name": "rfg-icon",
|
|
@@ -2045,15 +3136,18 @@
|
|
|
2045
3136
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2046
3137
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2047
3138
|
"learn_more": "https://realfavicongenerator.net/",
|
|
2048
|
-
"category": "
|
|
3139
|
+
"category": "SEO",
|
|
2049
3140
|
"type": "3rd-party",
|
|
2050
3141
|
"maintainers": [
|
|
2051
3142
|
{
|
|
2052
3143
|
"name": "pimlie",
|
|
2053
|
-
"github": "pimlie"
|
|
2054
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3144
|
+
"github": "pimlie"
|
|
2055
3145
|
}
|
|
2056
|
-
]
|
|
3146
|
+
],
|
|
3147
|
+
"compatibility": {
|
|
3148
|
+
"nuxt": "^2.0.0",
|
|
3149
|
+
"requires": {}
|
|
3150
|
+
}
|
|
2057
3151
|
},
|
|
2058
3152
|
{
|
|
2059
3153
|
"name": "robots",
|
|
@@ -2069,10 +3163,13 @@
|
|
|
2069
3163
|
"maintainers": [
|
|
2070
3164
|
{
|
|
2071
3165
|
"name": "Ricardo Gobbo de Souza",
|
|
2072
|
-
"github": "ricardogobbosouza"
|
|
2073
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3166
|
+
"github": "ricardogobbosouza"
|
|
2074
3167
|
}
|
|
2075
|
-
]
|
|
3168
|
+
],
|
|
3169
|
+
"compatibility": {
|
|
3170
|
+
"nuxt": "^2.0.0",
|
|
3171
|
+
"requires": {}
|
|
3172
|
+
}
|
|
2076
3173
|
},
|
|
2077
3174
|
{
|
|
2078
3175
|
"name": "rollbar",
|
|
@@ -2088,10 +3185,13 @@
|
|
|
2088
3185
|
"maintainers": [
|
|
2089
3186
|
{
|
|
2090
3187
|
"name": "Gaël Reyrol",
|
|
2091
|
-
"github": "gaelreyrol"
|
|
2092
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3188
|
+
"github": "gaelreyrol"
|
|
2093
3189
|
}
|
|
2094
|
-
]
|
|
3190
|
+
],
|
|
3191
|
+
"compatibility": {
|
|
3192
|
+
"nuxt": "^2.0.0",
|
|
3193
|
+
"requires": {}
|
|
3194
|
+
}
|
|
2095
3195
|
},
|
|
2096
3196
|
{
|
|
2097
3197
|
"name": "router-extras",
|
|
@@ -2102,16 +3202,19 @@
|
|
|
2102
3202
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2103
3203
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
2104
3204
|
"learn_more": "",
|
|
2105
|
-
"category": "
|
|
3205
|
+
"category": "Extensions",
|
|
2106
3206
|
"type": "community",
|
|
2107
3207
|
"maintainers": [
|
|
2108
3208
|
{
|
|
2109
3209
|
"name": "Ahad Birang",
|
|
2110
3210
|
"github": "farnabaz",
|
|
2111
|
-
"twitter": "a_birang"
|
|
2112
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3211
|
+
"twitter": "a_birang"
|
|
2113
3212
|
}
|
|
2114
|
-
]
|
|
3213
|
+
],
|
|
3214
|
+
"compatibility": {
|
|
3215
|
+
"nuxt": "^2.0.0",
|
|
3216
|
+
"requires": {}
|
|
3217
|
+
}
|
|
2115
3218
|
},
|
|
2116
3219
|
{
|
|
2117
3220
|
"name": "router",
|
|
@@ -2122,20 +3225,23 @@
|
|
|
2122
3225
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2123
3226
|
"website": "https://github.com/nuxt-community/router-module",
|
|
2124
3227
|
"learn_more": "",
|
|
2125
|
-
"category": "
|
|
3228
|
+
"category": "Extensions",
|
|
2126
3229
|
"type": "community",
|
|
2127
3230
|
"maintainers": [
|
|
2128
3231
|
{
|
|
2129
3232
|
"name": "Sébastien Chopin",
|
|
2130
3233
|
"github": "Atinux",
|
|
2131
|
-
"twitter": "Atinux"
|
|
2132
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3234
|
+
"twitter": "Atinux"
|
|
2133
3235
|
}
|
|
2134
|
-
]
|
|
3236
|
+
],
|
|
3237
|
+
"compatibility": {
|
|
3238
|
+
"nuxt": "^2.0.0",
|
|
3239
|
+
"requires": {}
|
|
3240
|
+
}
|
|
2135
3241
|
},
|
|
2136
3242
|
{
|
|
2137
3243
|
"name": "sanity",
|
|
2138
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3244
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
2139
3245
|
"repo": "nuxt-community/sanity-module#main",
|
|
2140
3246
|
"npm": "@nuxtjs/sanity",
|
|
2141
3247
|
"icon": "sanity.png",
|
|
@@ -2148,10 +3254,39 @@
|
|
|
2148
3254
|
{
|
|
2149
3255
|
"name": "Daniel Roe",
|
|
2150
3256
|
"github": "danielroe",
|
|
2151
|
-
"twitter": "danielcroe"
|
|
2152
|
-
|
|
3257
|
+
"twitter": "danielcroe"
|
|
3258
|
+
}
|
|
3259
|
+
],
|
|
3260
|
+
"compatibility": {
|
|
3261
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3262
|
+
"requires": {
|
|
3263
|
+
"bridge": "optional"
|
|
3264
|
+
}
|
|
3265
|
+
}
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"name": "schema-org",
|
|
3269
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3270
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3271
|
+
"npm": "nuxt-schema-org",
|
|
3272
|
+
"icon": "schema-org.svg",
|
|
3273
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3274
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3275
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3276
|
+
"category": "SEO",
|
|
3277
|
+
"type": "3rd-party",
|
|
3278
|
+
"maintainers": [
|
|
3279
|
+
{
|
|
3280
|
+
"name": "Harlan Wilton",
|
|
3281
|
+
"github": "harlan-zw",
|
|
3282
|
+
"twitter": "harlan_zw",
|
|
3283
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
2153
3284
|
}
|
|
2154
|
-
]
|
|
3285
|
+
],
|
|
3286
|
+
"compatibility": {
|
|
3287
|
+
"nuxt": "^3.0.0",
|
|
3288
|
+
"requires": {}
|
|
3289
|
+
}
|
|
2155
3290
|
},
|
|
2156
3291
|
{
|
|
2157
3292
|
"name": "scss-to-js",
|
|
@@ -2167,10 +3302,13 @@
|
|
|
2167
3302
|
"maintainers": [
|
|
2168
3303
|
{
|
|
2169
3304
|
"name": "sugoidesune",
|
|
2170
|
-
"github": "sugoidesune"
|
|
2171
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3305
|
+
"github": "sugoidesune"
|
|
2172
3306
|
}
|
|
2173
|
-
]
|
|
3307
|
+
],
|
|
3308
|
+
"compatibility": {
|
|
3309
|
+
"nuxt": "^2.0.0",
|
|
3310
|
+
"requires": {}
|
|
3311
|
+
}
|
|
2174
3312
|
},
|
|
2175
3313
|
{
|
|
2176
3314
|
"name": "segment",
|
|
@@ -2186,10 +3324,13 @@
|
|
|
2186
3324
|
"maintainers": [
|
|
2187
3325
|
{
|
|
2188
3326
|
"name": "dansmaculotte",
|
|
2189
|
-
"github": "dansmaculotte"
|
|
2190
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3327
|
+
"github": "dansmaculotte"
|
|
2191
3328
|
}
|
|
2192
|
-
]
|
|
3329
|
+
],
|
|
3330
|
+
"compatibility": {
|
|
3331
|
+
"nuxt": "^2.0.0",
|
|
3332
|
+
"requires": {}
|
|
3333
|
+
}
|
|
2193
3334
|
},
|
|
2194
3335
|
{
|
|
2195
3336
|
"name": "sentry",
|
|
@@ -2205,10 +3346,36 @@
|
|
|
2205
3346
|
"maintainers": [
|
|
2206
3347
|
{
|
|
2207
3348
|
"name": "Rafał Chłodnicki",
|
|
2208
|
-
"github": "rchl"
|
|
2209
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3349
|
+
"github": "rchl"
|
|
2210
3350
|
}
|
|
2211
|
-
]
|
|
3351
|
+
],
|
|
3352
|
+
"compatibility": {
|
|
3353
|
+
"nuxt": "^2.0.0",
|
|
3354
|
+
"requires": {}
|
|
3355
|
+
}
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
"name": "seo-meta",
|
|
3359
|
+
"description": "Simple generate seo metadata",
|
|
3360
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3361
|
+
"npm": "nuxt-seo-meta",
|
|
3362
|
+
"icon": "",
|
|
3363
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3364
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3365
|
+
"learn_more": "",
|
|
3366
|
+
"category": "SEO",
|
|
3367
|
+
"type": "3rd-party",
|
|
3368
|
+
"maintainers": [
|
|
3369
|
+
{
|
|
3370
|
+
"name": "ihavecoke",
|
|
3371
|
+
"github": "ihavecoke",
|
|
3372
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3373
|
+
}
|
|
3374
|
+
],
|
|
3375
|
+
"compatibility": {
|
|
3376
|
+
"nuxt": "^2.0.0",
|
|
3377
|
+
"requires": {}
|
|
3378
|
+
}
|
|
2212
3379
|
},
|
|
2213
3380
|
{
|
|
2214
3381
|
"name": "seomatic-meta",
|
|
@@ -2224,10 +3391,13 @@
|
|
|
2224
3391
|
"maintainers": [
|
|
2225
3392
|
{
|
|
2226
3393
|
"name": "ben-rogerson",
|
|
2227
|
-
"github": "ben-rogerson"
|
|
2228
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3394
|
+
"github": "ben-rogerson"
|
|
2229
3395
|
}
|
|
2230
|
-
]
|
|
3396
|
+
],
|
|
3397
|
+
"compatibility": {
|
|
3398
|
+
"nuxt": "^2.0.0",
|
|
3399
|
+
"requires": {}
|
|
3400
|
+
}
|
|
2231
3401
|
},
|
|
2232
3402
|
{
|
|
2233
3403
|
"name": "separate-env",
|
|
@@ -2238,16 +3408,19 @@
|
|
|
2238
3408
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2239
3409
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2240
3410
|
"learn_more": "",
|
|
2241
|
-
"category": "
|
|
3411
|
+
"category": "Extensions",
|
|
2242
3412
|
"type": "community",
|
|
2243
3413
|
"maintainers": [
|
|
2244
3414
|
{
|
|
2245
3415
|
"name": "Alexander Lichter",
|
|
2246
3416
|
"github": "manniL",
|
|
2247
|
-
"twitter": "TheAlexLichter"
|
|
2248
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3417
|
+
"twitter": "TheAlexLichter"
|
|
2249
3418
|
}
|
|
2250
|
-
]
|
|
3419
|
+
],
|
|
3420
|
+
"compatibility": {
|
|
3421
|
+
"nuxt": "^2.0.0",
|
|
3422
|
+
"requires": {}
|
|
3423
|
+
}
|
|
2251
3424
|
},
|
|
2252
3425
|
{
|
|
2253
3426
|
"name": "shopify",
|
|
@@ -2263,10 +3436,13 @@
|
|
|
2263
3436
|
"maintainers": [
|
|
2264
3437
|
{
|
|
2265
3438
|
"name": "Gomah",
|
|
2266
|
-
"github": "Gomah"
|
|
2267
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3439
|
+
"github": "Gomah"
|
|
2268
3440
|
}
|
|
2269
|
-
]
|
|
3441
|
+
],
|
|
3442
|
+
"compatibility": {
|
|
3443
|
+
"nuxt": "^2.0.0",
|
|
3444
|
+
"requires": {}
|
|
3445
|
+
}
|
|
2270
3446
|
},
|
|
2271
3447
|
{
|
|
2272
3448
|
"name": "simple-line-icons",
|
|
@@ -2282,10 +3458,13 @@
|
|
|
2282
3458
|
"maintainers": [
|
|
2283
3459
|
{
|
|
2284
3460
|
"name": "vaso2",
|
|
2285
|
-
"github": "vaso2"
|
|
2286
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3461
|
+
"github": "vaso2"
|
|
2287
3462
|
}
|
|
2288
|
-
]
|
|
3463
|
+
],
|
|
3464
|
+
"compatibility": {
|
|
3465
|
+
"nuxt": "^2.0.0",
|
|
3466
|
+
"requires": {}
|
|
3467
|
+
}
|
|
2289
3468
|
},
|
|
2290
3469
|
{
|
|
2291
3470
|
"name": "sitemap",
|
|
@@ -2302,10 +3481,36 @@
|
|
|
2302
3481
|
{
|
|
2303
3482
|
"name": "Nicolas PENNEC",
|
|
2304
3483
|
"github": "NicoPennec",
|
|
2305
|
-
"twitter": "NicoPennec"
|
|
2306
|
-
|
|
3484
|
+
"twitter": "NicoPennec"
|
|
3485
|
+
}
|
|
3486
|
+
],
|
|
3487
|
+
"compatibility": {
|
|
3488
|
+
"nuxt": "^2.0.0",
|
|
3489
|
+
"requires": {}
|
|
3490
|
+
}
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"name": "snipcart",
|
|
3494
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3495
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3496
|
+
"npm": "@nuxtjs/snipcart",
|
|
3497
|
+
"icon": "snipcart.png",
|
|
3498
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3499
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3500
|
+
"learn_more": "",
|
|
3501
|
+
"category": "Payment",
|
|
3502
|
+
"type": "community",
|
|
3503
|
+
"maintainers": [
|
|
3504
|
+
{
|
|
3505
|
+
"name": "Florent GIRAUD",
|
|
3506
|
+
"github": "f3ltron",
|
|
3507
|
+
"twitter": "giraud_florent"
|
|
2307
3508
|
}
|
|
2308
|
-
]
|
|
3509
|
+
],
|
|
3510
|
+
"compatibility": {
|
|
3511
|
+
"nuxt": "^2.0.0",
|
|
3512
|
+
"requires": {}
|
|
3513
|
+
}
|
|
2309
3514
|
},
|
|
2310
3515
|
{
|
|
2311
3516
|
"name": "social-meta",
|
|
@@ -2321,10 +3526,13 @@
|
|
|
2321
3526
|
"maintainers": [
|
|
2322
3527
|
{
|
|
2323
3528
|
"name": "AlekseyPleshkov",
|
|
2324
|
-
"github": "AlekseyPleshkov"
|
|
2325
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3529
|
+
"github": "AlekseyPleshkov"
|
|
2326
3530
|
}
|
|
2327
|
-
]
|
|
3531
|
+
],
|
|
3532
|
+
"compatibility": {
|
|
3533
|
+
"nuxt": "^2.0.0",
|
|
3534
|
+
"requires": {}
|
|
3535
|
+
}
|
|
2328
3536
|
},
|
|
2329
3537
|
{
|
|
2330
3538
|
"name": "socket-io",
|
|
@@ -2340,10 +3548,13 @@
|
|
|
2340
3548
|
"maintainers": [
|
|
2341
3549
|
{
|
|
2342
3550
|
"name": "richardeschloss",
|
|
2343
|
-
"github": "richardeschloss"
|
|
2344
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3551
|
+
"github": "richardeschloss"
|
|
2345
3552
|
}
|
|
2346
|
-
]
|
|
3553
|
+
],
|
|
3554
|
+
"compatibility": {
|
|
3555
|
+
"nuxt": "^2.0.0",
|
|
3556
|
+
"requires": {}
|
|
3557
|
+
}
|
|
2347
3558
|
},
|
|
2348
3559
|
{
|
|
2349
3560
|
"name": "speedcurve",
|
|
@@ -2360,10 +3571,46 @@
|
|
|
2360
3571
|
{
|
|
2361
3572
|
"name": "Josh Deltener",
|
|
2362
3573
|
"github": "hecktarzuli",
|
|
2363
|
-
"twitter": "JoshDeltener"
|
|
2364
|
-
|
|
3574
|
+
"twitter": "JoshDeltener"
|
|
3575
|
+
}
|
|
3576
|
+
],
|
|
3577
|
+
"compatibility": {
|
|
3578
|
+
"nuxt": "^2.0.0",
|
|
3579
|
+
"requires": {}
|
|
3580
|
+
}
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"name": "speedkit",
|
|
3584
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3585
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3586
|
+
"npm": "nuxt-speedkit",
|
|
3587
|
+
"icon": "speedkit.png",
|
|
3588
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3589
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3590
|
+
"learn_more": "",
|
|
3591
|
+
"category": "Performance",
|
|
3592
|
+
"type": "3rd-party",
|
|
3593
|
+
"maintainers": [
|
|
3594
|
+
{
|
|
3595
|
+
"name": "Stephan Gerbeth",
|
|
3596
|
+
"github": "StephanGerbeth",
|
|
3597
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"name": "Thorn Walli",
|
|
3601
|
+
"github": "ThornWalli",
|
|
3602
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"name": "Grabarz & Partner",
|
|
3606
|
+
"github": "GrabarzUndPartner",
|
|
3607
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2365
3608
|
}
|
|
2366
|
-
]
|
|
3609
|
+
],
|
|
3610
|
+
"compatibility": {
|
|
3611
|
+
"nuxt": "^2.0.0",
|
|
3612
|
+
"requires": {}
|
|
3613
|
+
}
|
|
2367
3614
|
},
|
|
2368
3615
|
{
|
|
2369
3616
|
"name": "storage",
|
|
@@ -2374,15 +3621,40 @@
|
|
|
2374
3621
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2375
3622
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2376
3623
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2377
|
-
"category": "
|
|
3624
|
+
"category": "Extensions",
|
|
2378
3625
|
"type": "3rd-party",
|
|
2379
3626
|
"maintainers": [
|
|
2380
3627
|
{
|
|
2381
3628
|
"name": "mazipan",
|
|
2382
|
-
"github": "mazipan"
|
|
2383
|
-
|
|
3629
|
+
"github": "mazipan"
|
|
3630
|
+
}
|
|
3631
|
+
],
|
|
3632
|
+
"compatibility": {
|
|
3633
|
+
"nuxt": "^2.0.0",
|
|
3634
|
+
"requires": {}
|
|
3635
|
+
}
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"name": "storefront-ui",
|
|
3639
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3640
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3641
|
+
"npm": "@storefront-ui/nuxt",
|
|
3642
|
+
"icon": "storefront-ui.svg",
|
|
3643
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3644
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3645
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3646
|
+
"category": "UI",
|
|
3647
|
+
"type": "3rd-party",
|
|
3648
|
+
"maintainers": [
|
|
3649
|
+
{
|
|
3650
|
+
"name": "Jakub Andrzejewski",
|
|
3651
|
+
"github": "Baroshem"
|
|
2384
3652
|
}
|
|
2385
|
-
]
|
|
3653
|
+
],
|
|
3654
|
+
"compatibility": {
|
|
3655
|
+
"nuxt": "^2.0.0",
|
|
3656
|
+
"requires": {}
|
|
3657
|
+
}
|
|
2386
3658
|
},
|
|
2387
3659
|
{
|
|
2388
3660
|
"name": "stories",
|
|
@@ -2398,16 +3670,19 @@
|
|
|
2398
3670
|
"maintainers": [
|
|
2399
3671
|
{
|
|
2400
3672
|
"name": "richardeschloss",
|
|
2401
|
-
"github": "richardeschloss"
|
|
2402
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3673
|
+
"github": "richardeschloss"
|
|
2403
3674
|
}
|
|
2404
|
-
]
|
|
3675
|
+
],
|
|
3676
|
+
"compatibility": {
|
|
3677
|
+
"nuxt": "^2.0.0",
|
|
3678
|
+
"requires": {}
|
|
3679
|
+
}
|
|
2405
3680
|
},
|
|
2406
3681
|
{
|
|
2407
3682
|
"name": "storyblok",
|
|
2408
3683
|
"description": "Storyblok Nuxt.js module",
|
|
2409
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2410
|
-
"npm": "storyblok
|
|
3684
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3685
|
+
"npm": "@storyblok/nuxt",
|
|
2411
3686
|
"icon": "storyblok.png",
|
|
2412
3687
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2413
3688
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2417,10 +3692,13 @@
|
|
|
2417
3692
|
"maintainers": [
|
|
2418
3693
|
{
|
|
2419
3694
|
"name": "storyblok",
|
|
2420
|
-
"github": "storyblok"
|
|
2421
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3695
|
+
"github": "storyblok"
|
|
2422
3696
|
}
|
|
2423
|
-
]
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
2424
3702
|
},
|
|
2425
3703
|
{
|
|
2426
3704
|
"name": "storybook",
|
|
@@ -2437,16 +3715,20 @@
|
|
|
2437
3715
|
{
|
|
2438
3716
|
"name": "Ahad Birang",
|
|
2439
3717
|
"github": "farnabaz",
|
|
2440
|
-
"twitter": "a_birang"
|
|
2441
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3718
|
+
"twitter": "a_birang"
|
|
2442
3719
|
},
|
|
2443
3720
|
{
|
|
2444
3721
|
"name": "Pooya Parsa",
|
|
2445
3722
|
"github": "pi0",
|
|
2446
|
-
"twitter": "_pi0_"
|
|
2447
|
-
|
|
3723
|
+
"twitter": "_pi0_"
|
|
3724
|
+
}
|
|
3725
|
+
],
|
|
3726
|
+
"compatibility": {
|
|
3727
|
+
"nuxt": "^2.0.0",
|
|
3728
|
+
"requires": {
|
|
3729
|
+
"bridge": "optional"
|
|
2448
3730
|
}
|
|
2449
|
-
|
|
3731
|
+
}
|
|
2450
3732
|
},
|
|
2451
3733
|
{
|
|
2452
3734
|
"name": "strapi",
|
|
@@ -2463,16 +3745,20 @@
|
|
|
2463
3745
|
{
|
|
2464
3746
|
"name": "Benjamin Canac",
|
|
2465
3747
|
"github": "benjamincanac",
|
|
2466
|
-
"twitter": "benjamincanac"
|
|
2467
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3748
|
+
"twitter": "benjamincanac"
|
|
2468
3749
|
},
|
|
2469
3750
|
{
|
|
2470
3751
|
"name": "Sébastien Chopin",
|
|
2471
3752
|
"github": "Atinux",
|
|
2472
|
-
"twitter": "Atinux"
|
|
2473
|
-
|
|
3753
|
+
"twitter": "Atinux"
|
|
3754
|
+
}
|
|
3755
|
+
],
|
|
3756
|
+
"compatibility": {
|
|
3757
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3758
|
+
"requires": {
|
|
3759
|
+
"bridge": true
|
|
2474
3760
|
}
|
|
2475
|
-
|
|
3761
|
+
}
|
|
2476
3762
|
},
|
|
2477
3763
|
{
|
|
2478
3764
|
"name": "stripe",
|
|
@@ -2488,10 +3774,13 @@
|
|
|
2488
3774
|
"maintainers": [
|
|
2489
3775
|
{
|
|
2490
3776
|
"name": "WilliamDASILVA",
|
|
2491
|
-
"github": "WilliamDASILVA"
|
|
2492
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3777
|
+
"github": "WilliamDASILVA"
|
|
2493
3778
|
}
|
|
2494
|
-
]
|
|
3779
|
+
],
|
|
3780
|
+
"compatibility": {
|
|
3781
|
+
"nuxt": "^2.0.0",
|
|
3782
|
+
"requires": {}
|
|
3783
|
+
}
|
|
2495
3784
|
},
|
|
2496
3785
|
{
|
|
2497
3786
|
"name": "style-resources",
|
|
@@ -2508,10 +3797,13 @@
|
|
|
2508
3797
|
{
|
|
2509
3798
|
"name": "Alexander Lichter",
|
|
2510
3799
|
"github": "manniL",
|
|
2511
|
-
"twitter": "TheAlexLichter"
|
|
2512
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3800
|
+
"twitter": "TheAlexLichter"
|
|
2513
3801
|
}
|
|
2514
|
-
]
|
|
3802
|
+
],
|
|
3803
|
+
"compatibility": {
|
|
3804
|
+
"nuxt": "^2.0.0",
|
|
3805
|
+
"requires": {}
|
|
3806
|
+
}
|
|
2515
3807
|
},
|
|
2516
3808
|
{
|
|
2517
3809
|
"name": "stylelint",
|
|
@@ -2527,10 +3819,69 @@
|
|
|
2527
3819
|
"maintainers": [
|
|
2528
3820
|
{
|
|
2529
3821
|
"name": "Ricardo Gobbo de Souza",
|
|
2530
|
-
"github": "ricardogobbosouza"
|
|
2531
|
-
|
|
3822
|
+
"github": "ricardogobbosouza"
|
|
3823
|
+
}
|
|
3824
|
+
],
|
|
3825
|
+
"compatibility": {
|
|
3826
|
+
"nuxt": "^2.0.0",
|
|
3827
|
+
"requires": {}
|
|
3828
|
+
}
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"name": "stylify",
|
|
3832
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3833
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3834
|
+
"npm": "@stylify/nuxt",
|
|
3835
|
+
"icon": "stylify.svg",
|
|
3836
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3837
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3838
|
+
"learn_more": "https://stylifycss.com",
|
|
3839
|
+
"category": "UI",
|
|
3840
|
+
"type": "3rd-party",
|
|
3841
|
+
"maintainers": [
|
|
3842
|
+
{
|
|
3843
|
+
"name": "Vladimír Macháček",
|
|
3844
|
+
"github": "Machy8",
|
|
3845
|
+
"twitter": "8machy"
|
|
3846
|
+
}
|
|
3847
|
+
],
|
|
3848
|
+
"compatibility": {
|
|
3849
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3850
|
+
"requires": {}
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3853
|
+
{
|
|
3854
|
+
"name": "supabase",
|
|
3855
|
+
"description": "First class integration with Supabase",
|
|
3856
|
+
"repo": "nuxt-community/supabase-module",
|
|
3857
|
+
"npm": "@nuxtjs/supabase",
|
|
3858
|
+
"icon": "supabase.png",
|
|
3859
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3860
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3861
|
+
"learn_more": "https://supabase.com",
|
|
3862
|
+
"category": "Database",
|
|
3863
|
+
"type": "community",
|
|
3864
|
+
"maintainers": [
|
|
3865
|
+
{
|
|
3866
|
+
"name": "Baptiste Leproux",
|
|
3867
|
+
"github": "larbish",
|
|
3868
|
+
"twitter": "baptistelprx"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "Sebastien Chopin",
|
|
3872
|
+
"github": "Atinux",
|
|
3873
|
+
"twitter": "Atinux"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"name": "Scott Robertson",
|
|
3877
|
+
"github": "scottrobertson",
|
|
3878
|
+
"twitter": "scottymeuk"
|
|
2532
3879
|
}
|
|
2533
|
-
]
|
|
3880
|
+
],
|
|
3881
|
+
"compatibility": {
|
|
3882
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3883
|
+
"requires": {}
|
|
3884
|
+
}
|
|
2534
3885
|
},
|
|
2535
3886
|
{
|
|
2536
3887
|
"name": "svg-loader",
|
|
@@ -2541,15 +3892,18 @@
|
|
|
2541
3892
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2542
3893
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2543
3894
|
"learn_more": "",
|
|
2544
|
-
"category": "
|
|
3895
|
+
"category": "Extensions",
|
|
2545
3896
|
"type": "3rd-party",
|
|
2546
3897
|
"maintainers": [
|
|
2547
3898
|
{
|
|
2548
3899
|
"name": "Developmint",
|
|
2549
|
-
"github": "Developmint"
|
|
2550
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3900
|
+
"github": "Developmint"
|
|
2551
3901
|
}
|
|
2552
|
-
]
|
|
3902
|
+
],
|
|
3903
|
+
"compatibility": {
|
|
3904
|
+
"nuxt": "^2.0.0",
|
|
3905
|
+
"requires": {}
|
|
3906
|
+
}
|
|
2553
3907
|
},
|
|
2554
3908
|
{
|
|
2555
3909
|
"name": "svg-sprite",
|
|
@@ -2560,16 +3914,19 @@
|
|
|
2560
3914
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2561
3915
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2562
3916
|
"learn_more": "",
|
|
2563
|
-
"category": "
|
|
3917
|
+
"category": "UI",
|
|
2564
3918
|
"type": "community",
|
|
2565
3919
|
"maintainers": [
|
|
2566
3920
|
{
|
|
2567
3921
|
"name": "Ahad Birang",
|
|
2568
3922
|
"github": "farnabaz",
|
|
2569
|
-
"twitter": "a_birang"
|
|
2570
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3923
|
+
"twitter": "a_birang"
|
|
2571
3924
|
}
|
|
2572
|
-
]
|
|
3925
|
+
],
|
|
3926
|
+
"compatibility": {
|
|
3927
|
+
"nuxt": "^2.0.0",
|
|
3928
|
+
"requires": {}
|
|
3929
|
+
}
|
|
2573
3930
|
},
|
|
2574
3931
|
{
|
|
2575
3932
|
"name": "svg",
|
|
@@ -2580,15 +3937,18 @@
|
|
|
2580
3937
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2581
3938
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2582
3939
|
"learn_more": "",
|
|
2583
|
-
"category": "
|
|
3940
|
+
"category": "Extensions",
|
|
2584
3941
|
"type": "community",
|
|
2585
3942
|
"maintainers": [
|
|
2586
3943
|
{
|
|
2587
3944
|
"name": "Sam Holmes",
|
|
2588
|
-
"github": "sam3d"
|
|
2589
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3945
|
+
"github": "sam3d"
|
|
2590
3946
|
}
|
|
2591
|
-
]
|
|
3947
|
+
],
|
|
3948
|
+
"compatibility": {
|
|
3949
|
+
"nuxt": "^2.0.0",
|
|
3950
|
+
"requires": {}
|
|
3951
|
+
}
|
|
2592
3952
|
},
|
|
2593
3953
|
{
|
|
2594
3954
|
"name": "sweetalert2",
|
|
@@ -2604,10 +3964,13 @@
|
|
|
2604
3964
|
"maintainers": [
|
|
2605
3965
|
{
|
|
2606
3966
|
"name": "ImreC",
|
|
2607
|
-
"github": "ImreC"
|
|
2608
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3967
|
+
"github": "ImreC"
|
|
2609
3968
|
}
|
|
2610
|
-
]
|
|
3969
|
+
],
|
|
3970
|
+
"compatibility": {
|
|
3971
|
+
"nuxt": "^2.0.0",
|
|
3972
|
+
"requires": {}
|
|
3973
|
+
}
|
|
2611
3974
|
},
|
|
2612
3975
|
{
|
|
2613
3976
|
"name": "tailwindcss",
|
|
@@ -2624,10 +3987,36 @@
|
|
|
2624
3987
|
{
|
|
2625
3988
|
"name": "Sébastien Chopin",
|
|
2626
3989
|
"github": "Atinux",
|
|
2627
|
-
"twitter": "Atinux"
|
|
2628
|
-
|
|
3990
|
+
"twitter": "Atinux"
|
|
3991
|
+
}
|
|
3992
|
+
],
|
|
3993
|
+
"compatibility": {
|
|
3994
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3995
|
+
"requires": {}
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"name": "tiktok-analytics",
|
|
4000
|
+
"description": "",
|
|
4001
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
4002
|
+
"npm": "tiktok-analytics",
|
|
4003
|
+
"icon": "",
|
|
4004
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4005
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4006
|
+
"learn_more": "",
|
|
4007
|
+
"category": "Analytics",
|
|
4008
|
+
"type": "3rd-party",
|
|
4009
|
+
"maintainers": [
|
|
4010
|
+
{
|
|
4011
|
+
"name": "stickpro",
|
|
4012
|
+
"github": "stickpro",
|
|
4013
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2629
4014
|
}
|
|
2630
|
-
]
|
|
4015
|
+
],
|
|
4016
|
+
"compatibility": {
|
|
4017
|
+
"nuxt": "^2.0.0",
|
|
4018
|
+
"requires": {}
|
|
4019
|
+
}
|
|
2631
4020
|
},
|
|
2632
4021
|
{
|
|
2633
4022
|
"name": "toast",
|
|
@@ -2635,8 +4024,8 @@
|
|
|
2635
4024
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2636
4025
|
"npm": "@nuxtjs/toast",
|
|
2637
4026
|
"icon": "",
|
|
2638
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2639
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
4027
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
4028
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2640
4029
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2641
4030
|
"category": "Libraries",
|
|
2642
4031
|
"type": "community",
|
|
@@ -2644,10 +4033,37 @@
|
|
|
2644
4033
|
{
|
|
2645
4034
|
"name": "Pooya Parsa",
|
|
2646
4035
|
"github": "pi0",
|
|
2647
|
-
"twitter": "_pi0_"
|
|
2648
|
-
|
|
4036
|
+
"twitter": "_pi0_"
|
|
4037
|
+
}
|
|
4038
|
+
],
|
|
4039
|
+
"compatibility": {
|
|
4040
|
+
"nuxt": "^2.0.0",
|
|
4041
|
+
"requires": {}
|
|
4042
|
+
}
|
|
4043
|
+
},
|
|
4044
|
+
{
|
|
4045
|
+
"name": "twa",
|
|
4046
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
4047
|
+
"repo": "tuarrep/nuxt-twa",
|
|
4048
|
+
"npm": "nuxt-twa",
|
|
4049
|
+
"icon": "",
|
|
4050
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
4051
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
4052
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
4053
|
+
"category": "Performance",
|
|
4054
|
+
"type": "3rd-party",
|
|
4055
|
+
"maintainers": [
|
|
4056
|
+
{
|
|
4057
|
+
"name": "Nicolas Perraut",
|
|
4058
|
+
"github": "tuarrep"
|
|
4059
|
+
}
|
|
4060
|
+
],
|
|
4061
|
+
"compatibility": {
|
|
4062
|
+
"nuxt": "^2.0.0",
|
|
4063
|
+
"requires": {
|
|
4064
|
+
"bridge": "optional"
|
|
2649
4065
|
}
|
|
2650
|
-
|
|
4066
|
+
}
|
|
2651
4067
|
},
|
|
2652
4068
|
{
|
|
2653
4069
|
"name": "typed-router",
|
|
@@ -2663,10 +4079,38 @@
|
|
|
2663
4079
|
"maintainers": [
|
|
2664
4080
|
{
|
|
2665
4081
|
"name": "victorgarciaesgi",
|
|
2666
|
-
"github": "victorgarciaesgi"
|
|
2667
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
4082
|
+
"github": "victorgarciaesgi"
|
|
2668
4083
|
}
|
|
2669
|
-
]
|
|
4084
|
+
],
|
|
4085
|
+
"compatibility": {
|
|
4086
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4087
|
+
"requires": {}
|
|
4088
|
+
}
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
"name": "typed-vuex",
|
|
4092
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4093
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4094
|
+
"npm": "nuxt-typed-vuex",
|
|
4095
|
+
"icon": "vue.png",
|
|
4096
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4097
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4098
|
+
"learn_more": "",
|
|
4099
|
+
"category": "Libraries",
|
|
4100
|
+
"type": "3rd-party",
|
|
4101
|
+
"maintainers": [
|
|
4102
|
+
{
|
|
4103
|
+
"name": "Daniel Roe",
|
|
4104
|
+
"github": "danielroe",
|
|
4105
|
+
"twitter": "danielcroe"
|
|
4106
|
+
}
|
|
4107
|
+
],
|
|
4108
|
+
"compatibility": {
|
|
4109
|
+
"nuxt": "^2.0.0",
|
|
4110
|
+
"requires": {
|
|
4111
|
+
"bridge": "optional"
|
|
4112
|
+
}
|
|
4113
|
+
}
|
|
2670
4114
|
},
|
|
2671
4115
|
{
|
|
2672
4116
|
"name": "typescript-runtime",
|
|
@@ -2682,22 +4126,23 @@
|
|
|
2682
4126
|
"maintainers": [
|
|
2683
4127
|
{
|
|
2684
4128
|
"name": "Kevin Marrec",
|
|
2685
|
-
"github": "kevinmarrec"
|
|
2686
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4129
|
+
"github": "kevinmarrec"
|
|
2687
4130
|
},
|
|
2688
4131
|
{
|
|
2689
4132
|
"name": "Pooya Parsa",
|
|
2690
4133
|
"github": "pi0",
|
|
2691
|
-
"twitter": "_pi0_"
|
|
2692
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4134
|
+
"twitter": "_pi0_"
|
|
2693
4135
|
},
|
|
2694
4136
|
{
|
|
2695
4137
|
"name": "Daniel Roe",
|
|
2696
4138
|
"github": "danielroe",
|
|
2697
|
-
"twitter": "danielcroe"
|
|
2698
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4139
|
+
"twitter": "danielcroe"
|
|
2699
4140
|
}
|
|
2700
|
-
]
|
|
4141
|
+
],
|
|
4142
|
+
"compatibility": {
|
|
4143
|
+
"nuxt": "^2.0.0",
|
|
4144
|
+
"requires": {}
|
|
4145
|
+
}
|
|
2701
4146
|
},
|
|
2702
4147
|
{
|
|
2703
4148
|
"name": "typescript",
|
|
@@ -2713,22 +4158,23 @@
|
|
|
2713
4158
|
"maintainers": [
|
|
2714
4159
|
{
|
|
2715
4160
|
"name": "Kevin Marrec",
|
|
2716
|
-
"github": "kevinmarrec"
|
|
2717
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4161
|
+
"github": "kevinmarrec"
|
|
2718
4162
|
},
|
|
2719
4163
|
{
|
|
2720
4164
|
"name": "Pooya Parsa",
|
|
2721
4165
|
"github": "pi0",
|
|
2722
|
-
"twitter": "_pi0_"
|
|
2723
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4166
|
+
"twitter": "_pi0_"
|
|
2724
4167
|
},
|
|
2725
4168
|
{
|
|
2726
4169
|
"name": "Daniel Roe",
|
|
2727
4170
|
"github": "danielroe",
|
|
2728
|
-
"twitter": "danielcroe"
|
|
2729
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4171
|
+
"twitter": "danielcroe"
|
|
2730
4172
|
}
|
|
2731
|
-
]
|
|
4173
|
+
],
|
|
4174
|
+
"compatibility": {
|
|
4175
|
+
"nuxt": "^2.0.0",
|
|
4176
|
+
"requires": {}
|
|
4177
|
+
}
|
|
2732
4178
|
},
|
|
2733
4179
|
{
|
|
2734
4180
|
"name": "universal-storage",
|
|
@@ -2739,22 +4185,76 @@
|
|
|
2739
4185
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2740
4186
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2741
4187
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2742
|
-
"category": "
|
|
4188
|
+
"category": "Extensions",
|
|
2743
4189
|
"type": "community",
|
|
2744
4190
|
"maintainers": [
|
|
2745
4191
|
{
|
|
2746
4192
|
"name": "Pooya Parsa",
|
|
2747
4193
|
"github": "pi0",
|
|
2748
|
-
"twitter": "_pi0_"
|
|
2749
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4194
|
+
"twitter": "_pi0_"
|
|
2750
4195
|
},
|
|
2751
4196
|
{
|
|
2752
4197
|
"name": "Farzad Soltani",
|
|
2753
4198
|
"github": "farzadso",
|
|
2754
|
-
"twitter": "farzadso"
|
|
2755
|
-
|
|
4199
|
+
"twitter": "farzadso"
|
|
4200
|
+
}
|
|
4201
|
+
],
|
|
4202
|
+
"compatibility": {
|
|
4203
|
+
"nuxt": "^2.0.0",
|
|
4204
|
+
"requires": {}
|
|
4205
|
+
}
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "unlighthouse",
|
|
4209
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4210
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4211
|
+
"npm": "@unlighthouse/nuxt",
|
|
4212
|
+
"icon": "unlighthouse.svg",
|
|
4213
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4214
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4215
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4216
|
+
"category": "Devtools",
|
|
4217
|
+
"type": "3rd-party",
|
|
4218
|
+
"maintainers": [
|
|
4219
|
+
{
|
|
4220
|
+
"name": "Harlan Wilton",
|
|
4221
|
+
"github": "harlan-zw",
|
|
4222
|
+
"twitter": "harlan_zw",
|
|
4223
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4224
|
+
}
|
|
4225
|
+
],
|
|
4226
|
+
"compatibility": {
|
|
4227
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4228
|
+
"requires": {
|
|
4229
|
+
"bridge": "optional"
|
|
4230
|
+
}
|
|
4231
|
+
}
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"name": "unocss",
|
|
4235
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4236
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4237
|
+
"npm": "@unocss/nuxt",
|
|
4238
|
+
"icon": "unocss.svg",
|
|
4239
|
+
"github": "https://github.com/antfu/unocss",
|
|
4240
|
+
"website": "https://github.com/antfu/unocss",
|
|
4241
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4242
|
+
"category": "UI",
|
|
4243
|
+
"type": "3rd-party",
|
|
4244
|
+
"maintainers": [
|
|
4245
|
+
{
|
|
4246
|
+
"name": "Anthony Fu",
|
|
4247
|
+
"github": "antfu",
|
|
4248
|
+
"twitter": "antfu7",
|
|
4249
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4250
|
+
}
|
|
4251
|
+
],
|
|
4252
|
+
"compatibility": {
|
|
4253
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4254
|
+
"requires": {
|
|
4255
|
+
"bridge": "optional"
|
|
2756
4256
|
}
|
|
2757
|
-
|
|
4257
|
+
}
|
|
2758
4258
|
},
|
|
2759
4259
|
{
|
|
2760
4260
|
"name": "user-agent",
|
|
@@ -2765,15 +4265,18 @@
|
|
|
2765
4265
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2766
4266
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2767
4267
|
"learn_more": "",
|
|
2768
|
-
"category": "
|
|
4268
|
+
"category": "Extensions",
|
|
2769
4269
|
"type": "3rd-party",
|
|
2770
4270
|
"maintainers": [
|
|
2771
4271
|
{
|
|
2772
4272
|
"name": "fukuiretu",
|
|
2773
|
-
"github": "fukuiretu"
|
|
2774
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4273
|
+
"github": "fukuiretu"
|
|
2775
4274
|
}
|
|
2776
|
-
]
|
|
4275
|
+
],
|
|
4276
|
+
"compatibility": {
|
|
4277
|
+
"nuxt": "^2.0.0",
|
|
4278
|
+
"requires": {}
|
|
4279
|
+
}
|
|
2777
4280
|
},
|
|
2778
4281
|
{
|
|
2779
4282
|
"name": "validate",
|
|
@@ -2789,10 +4292,13 @@
|
|
|
2789
4292
|
"maintainers": [
|
|
2790
4293
|
{
|
|
2791
4294
|
"name": "lewyuburi",
|
|
2792
|
-
"github": "lewyuburi"
|
|
2793
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4295
|
+
"github": "lewyuburi"
|
|
2794
4296
|
}
|
|
2795
|
-
]
|
|
4297
|
+
],
|
|
4298
|
+
"compatibility": {
|
|
4299
|
+
"nuxt": "^2.0.0",
|
|
4300
|
+
"requires": {}
|
|
4301
|
+
}
|
|
2796
4302
|
},
|
|
2797
4303
|
{
|
|
2798
4304
|
"name": "vendor",
|
|
@@ -2803,16 +4309,19 @@
|
|
|
2803
4309
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2804
4310
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2805
4311
|
"learn_more": "",
|
|
2806
|
-
"category": "
|
|
4312
|
+
"category": "Extensions",
|
|
2807
4313
|
"type": "community",
|
|
2808
4314
|
"maintainers": [
|
|
2809
4315
|
{
|
|
2810
4316
|
"name": "Pooya Parsa",
|
|
2811
4317
|
"github": "pi0",
|
|
2812
|
-
"twitter": "_pi0_"
|
|
2813
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4318
|
+
"twitter": "_pi0_"
|
|
2814
4319
|
}
|
|
2815
|
-
]
|
|
4320
|
+
],
|
|
4321
|
+
"compatibility": {
|
|
4322
|
+
"nuxt": "^2.0.0",
|
|
4323
|
+
"requires": {}
|
|
4324
|
+
}
|
|
2816
4325
|
},
|
|
2817
4326
|
{
|
|
2818
4327
|
"name": "vue-material",
|
|
@@ -2828,10 +4337,13 @@
|
|
|
2828
4337
|
"maintainers": [
|
|
2829
4338
|
{
|
|
2830
4339
|
"name": "vaso2",
|
|
2831
|
-
"github": "vaso2"
|
|
2832
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4340
|
+
"github": "vaso2"
|
|
2833
4341
|
}
|
|
2834
|
-
]
|
|
4342
|
+
],
|
|
4343
|
+
"compatibility": {
|
|
4344
|
+
"nuxt": "^2.0.0",
|
|
4345
|
+
"requires": {}
|
|
4346
|
+
}
|
|
2835
4347
|
},
|
|
2836
4348
|
{
|
|
2837
4349
|
"name": "vue-multiselect",
|
|
@@ -2847,10 +4359,13 @@
|
|
|
2847
4359
|
"maintainers": [
|
|
2848
4360
|
{
|
|
2849
4361
|
"name": "spektrummedia",
|
|
2850
|
-
"github": "spektrummedia"
|
|
2851
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4362
|
+
"github": "spektrummedia"
|
|
2852
4363
|
}
|
|
2853
|
-
]
|
|
4364
|
+
],
|
|
4365
|
+
"compatibility": {
|
|
4366
|
+
"nuxt": "^2.0.0",
|
|
4367
|
+
"requires": {}
|
|
4368
|
+
}
|
|
2854
4369
|
},
|
|
2855
4370
|
{
|
|
2856
4371
|
"name": "vue-select",
|
|
@@ -2866,10 +4381,13 @@
|
|
|
2866
4381
|
"maintainers": [
|
|
2867
4382
|
{
|
|
2868
4383
|
"name": "madmod",
|
|
2869
|
-
"github": "madmod"
|
|
2870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4384
|
+
"github": "madmod"
|
|
2871
4385
|
}
|
|
2872
|
-
]
|
|
4386
|
+
],
|
|
4387
|
+
"compatibility": {
|
|
4388
|
+
"nuxt": "^2.0.0",
|
|
4389
|
+
"requires": {}
|
|
4390
|
+
}
|
|
2873
4391
|
},
|
|
2874
4392
|
{
|
|
2875
4393
|
"name": "vue-warehouse",
|
|
@@ -2886,10 +4404,13 @@
|
|
|
2886
4404
|
{
|
|
2887
4405
|
"name": "Julio Marquez",
|
|
2888
4406
|
"github": "juliomrqz",
|
|
2889
|
-
"twitter": "juliomrqz"
|
|
2890
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4407
|
+
"twitter": "juliomrqz"
|
|
2891
4408
|
}
|
|
2892
|
-
]
|
|
4409
|
+
],
|
|
4410
|
+
"compatibility": {
|
|
4411
|
+
"nuxt": "^2.0.0",
|
|
4412
|
+
"requires": {}
|
|
4413
|
+
}
|
|
2893
4414
|
},
|
|
2894
4415
|
{
|
|
2895
4416
|
"name": "vuetify",
|
|
@@ -2905,16 +4426,43 @@
|
|
|
2905
4426
|
"maintainers": [
|
|
2906
4427
|
{
|
|
2907
4428
|
"name": "Kevin Marrec",
|
|
2908
|
-
"github": "kevinmarrec"
|
|
2909
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4429
|
+
"github": "kevinmarrec"
|
|
2910
4430
|
},
|
|
2911
4431
|
{
|
|
2912
4432
|
"name": "Pooya Parsa",
|
|
2913
4433
|
"github": "pi0",
|
|
2914
|
-
"twitter": "_pi0_"
|
|
2915
|
-
|
|
4434
|
+
"twitter": "_pi0_"
|
|
4435
|
+
}
|
|
4436
|
+
],
|
|
4437
|
+
"compatibility": {
|
|
4438
|
+
"nuxt": "^2.0.0",
|
|
4439
|
+
"requires": {}
|
|
4440
|
+
}
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "vueuse",
|
|
4444
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4445
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4446
|
+
"npm": "@vueuse/nuxt",
|
|
4447
|
+
"icon": "vueuse.svg",
|
|
4448
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4449
|
+
"website": "https://vueuse.org",
|
|
4450
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4451
|
+
"category": "Libraries",
|
|
4452
|
+
"type": "3rd-party",
|
|
4453
|
+
"maintainers": [
|
|
4454
|
+
{
|
|
4455
|
+
"name": "Anthony Fu",
|
|
4456
|
+
"github": "antfu",
|
|
4457
|
+
"twitter": "antfu7"
|
|
4458
|
+
}
|
|
4459
|
+
],
|
|
4460
|
+
"compatibility": {
|
|
4461
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4462
|
+
"requires": {
|
|
4463
|
+
"bridge": "optional"
|
|
2916
4464
|
}
|
|
2917
|
-
|
|
4465
|
+
}
|
|
2918
4466
|
},
|
|
2919
4467
|
{
|
|
2920
4468
|
"name": "vuex-router-sync",
|
|
@@ -2930,41 +4478,68 @@
|
|
|
2930
4478
|
"maintainers": [
|
|
2931
4479
|
{
|
|
2932
4480
|
"name": "paulgv",
|
|
2933
|
-
"github": "paulgv"
|
|
2934
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4481
|
+
"github": "paulgv"
|
|
2935
4482
|
}
|
|
2936
|
-
]
|
|
4483
|
+
],
|
|
4484
|
+
"compatibility": {
|
|
4485
|
+
"nuxt": "^2.0.0",
|
|
4486
|
+
"requires": {}
|
|
4487
|
+
}
|
|
2937
4488
|
},
|
|
2938
4489
|
{
|
|
2939
4490
|
"name": "web-vitals",
|
|
2940
4491
|
"description": "Web Vitals for Nuxt",
|
|
2941
4492
|
"repo": "nuxt-community/web-vitals-module",
|
|
2942
|
-
"npm": "
|
|
4493
|
+
"npm": "@nuxtjs/web-vitals",
|
|
2943
4494
|
"icon": "",
|
|
2944
4495
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
2945
4496
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
2946
4497
|
"learn_more": "",
|
|
2947
4498
|
"category": "Performance",
|
|
2948
|
-
"type": "
|
|
4499
|
+
"type": "community",
|
|
2949
4500
|
"maintainers": [
|
|
2950
4501
|
{
|
|
2951
4502
|
"name": "daliborgogic",
|
|
2952
|
-
"github": "daliborgogic"
|
|
2953
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4503
|
+
"github": "daliborgogic"
|
|
2954
4504
|
},
|
|
2955
4505
|
{
|
|
2956
4506
|
"name": "Pooya Parsa",
|
|
2957
4507
|
"github": "pi0",
|
|
2958
|
-
"twitter": "_pi0_"
|
|
2959
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4508
|
+
"twitter": "_pi0_"
|
|
2960
4509
|
},
|
|
2961
4510
|
{
|
|
2962
4511
|
"name": "Sebastien Chopin",
|
|
2963
4512
|
"github": "Atinux",
|
|
2964
|
-
"twitter": "Atinux"
|
|
2965
|
-
|
|
4513
|
+
"twitter": "Atinux"
|
|
4514
|
+
}
|
|
4515
|
+
],
|
|
4516
|
+
"compatibility": {
|
|
4517
|
+
"nuxt": "^2.0.0",
|
|
4518
|
+
"requires": {}
|
|
4519
|
+
}
|
|
4520
|
+
},
|
|
4521
|
+
{
|
|
4522
|
+
"name": "web3js",
|
|
4523
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4524
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4525
|
+
"npm": "nuxt-web3",
|
|
4526
|
+
"icon": "web3js.svg",
|
|
4527
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4528
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4529
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4530
|
+
"category": "Libraries",
|
|
4531
|
+
"type": "3rd-party",
|
|
4532
|
+
"maintainers": [
|
|
4533
|
+
{
|
|
4534
|
+
"name": "Muhammad Fauzan",
|
|
4535
|
+
"github": "bl0cknumber",
|
|
4536
|
+
"twitter": "fncolon"
|
|
2966
4537
|
}
|
|
2967
|
-
]
|
|
4538
|
+
],
|
|
4539
|
+
"compatibility": {
|
|
4540
|
+
"nuxt": "^2.0.0",
|
|
4541
|
+
"requires": {}
|
|
4542
|
+
}
|
|
2968
4543
|
},
|
|
2969
4544
|
{
|
|
2970
4545
|
"name": "webfontloader",
|
|
@@ -2980,10 +4555,37 @@
|
|
|
2980
4555
|
"maintainers": [
|
|
2981
4556
|
{
|
|
2982
4557
|
"name": "Developmint",
|
|
2983
|
-
"github": "Developmint"
|
|
2984
|
-
|
|
4558
|
+
"github": "Developmint"
|
|
4559
|
+
}
|
|
4560
|
+
],
|
|
4561
|
+
"compatibility": {
|
|
4562
|
+
"nuxt": "^2.0.0",
|
|
4563
|
+
"requires": {}
|
|
4564
|
+
}
|
|
4565
|
+
},
|
|
4566
|
+
{
|
|
4567
|
+
"name": "webpack-optimisations",
|
|
4568
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4569
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4570
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4571
|
+
"icon": "build-optimisations.svg",
|
|
4572
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4573
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4574
|
+
"learn_more": "",
|
|
4575
|
+
"category": "Devtools",
|
|
4576
|
+
"type": "3rd-party",
|
|
4577
|
+
"maintainers": [
|
|
4578
|
+
{
|
|
4579
|
+
"name": "Harlan Wilton",
|
|
4580
|
+
"github": "harlan-zw"
|
|
4581
|
+
}
|
|
4582
|
+
],
|
|
4583
|
+
"compatibility": {
|
|
4584
|
+
"nuxt": "^2.0.0",
|
|
4585
|
+
"requires": {
|
|
4586
|
+
"bridge": "optional"
|
|
2985
4587
|
}
|
|
2986
|
-
|
|
4588
|
+
}
|
|
2987
4589
|
},
|
|
2988
4590
|
{
|
|
2989
4591
|
"name": "webpack-profile",
|
|
@@ -3000,10 +4602,13 @@
|
|
|
3000
4602
|
{
|
|
3001
4603
|
"name": "Pooya Parsa",
|
|
3002
4604
|
"github": "pi0",
|
|
3003
|
-
"twitter": "_pi0_"
|
|
3004
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4605
|
+
"twitter": "_pi0_"
|
|
3005
4606
|
}
|
|
3006
|
-
]
|
|
4607
|
+
],
|
|
4608
|
+
"compatibility": {
|
|
4609
|
+
"nuxt": "^2.0.0",
|
|
4610
|
+
"requires": {}
|
|
4611
|
+
}
|
|
3007
4612
|
},
|
|
3008
4613
|
{
|
|
3009
4614
|
"name": "webpackdashboard",
|
|
@@ -3019,10 +4624,13 @@
|
|
|
3019
4624
|
"maintainers": [
|
|
3020
4625
|
{
|
|
3021
4626
|
"name": "paulgv",
|
|
3022
|
-
"github": "paulgv"
|
|
3023
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4627
|
+
"github": "paulgv"
|
|
3024
4628
|
}
|
|
3025
|
-
]
|
|
4629
|
+
],
|
|
4630
|
+
"compatibility": {
|
|
4631
|
+
"nuxt": "^2.0.0",
|
|
4632
|
+
"requires": {}
|
|
4633
|
+
}
|
|
3026
4634
|
},
|
|
3027
4635
|
{
|
|
3028
4636
|
"name": "webpackmonitor",
|
|
@@ -3039,10 +4647,43 @@
|
|
|
3039
4647
|
{
|
|
3040
4648
|
"name": "Pooya Parsa",
|
|
3041
4649
|
"github": "pi0",
|
|
3042
|
-
"twitter": "_pi0_"
|
|
3043
|
-
|
|
4650
|
+
"twitter": "_pi0_"
|
|
4651
|
+
}
|
|
4652
|
+
],
|
|
4653
|
+
"compatibility": {
|
|
4654
|
+
"nuxt": "^2.0.0",
|
|
4655
|
+
"requires": {}
|
|
4656
|
+
}
|
|
4657
|
+
},
|
|
4658
|
+
{
|
|
4659
|
+
"name": "windicss",
|
|
4660
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4661
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4662
|
+
"npm": "nuxt-windicss",
|
|
4663
|
+
"icon": "windicss.svg",
|
|
4664
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4665
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4666
|
+
"learn_more": "https://windicss.org/",
|
|
4667
|
+
"category": "UI",
|
|
4668
|
+
"type": "3rd-party",
|
|
4669
|
+
"maintainers": [
|
|
4670
|
+
{
|
|
4671
|
+
"name": "Harlan Wilton",
|
|
4672
|
+
"github": "harlan-zw",
|
|
4673
|
+
"twitter": "harlan_zw"
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"name": "Anthony Fu",
|
|
4677
|
+
"github": "antfu",
|
|
4678
|
+
"twitter": "antfu7"
|
|
4679
|
+
}
|
|
4680
|
+
],
|
|
4681
|
+
"compatibility": {
|
|
4682
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4683
|
+
"requires": {
|
|
4684
|
+
"bridge": "optional"
|
|
3044
4685
|
}
|
|
3045
|
-
|
|
4686
|
+
}
|
|
3046
4687
|
},
|
|
3047
4688
|
{
|
|
3048
4689
|
"name": "winston-log",
|
|
@@ -3058,10 +4699,13 @@
|
|
|
3058
4699
|
"maintainers": [
|
|
3059
4700
|
{
|
|
3060
4701
|
"name": "aaronransley",
|
|
3061
|
-
"github": "aaronransley"
|
|
3062
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4702
|
+
"github": "aaronransley"
|
|
3063
4703
|
}
|
|
3064
|
-
]
|
|
4704
|
+
],
|
|
4705
|
+
"compatibility": {
|
|
4706
|
+
"nuxt": "^2.0.0",
|
|
4707
|
+
"requires": {}
|
|
4708
|
+
}
|
|
3065
4709
|
},
|
|
3066
4710
|
{
|
|
3067
4711
|
"name": "wp-nuxt",
|
|
@@ -3077,10 +4721,13 @@
|
|
|
3077
4721
|
"maintainers": [
|
|
3078
4722
|
{
|
|
3079
4723
|
"name": "yashha",
|
|
3080
|
-
"github": "yashha"
|
|
3081
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4724
|
+
"github": "yashha"
|
|
3082
4725
|
}
|
|
3083
|
-
]
|
|
4726
|
+
],
|
|
4727
|
+
"compatibility": {
|
|
4728
|
+
"nuxt": "^2.0.0",
|
|
4729
|
+
"requires": {}
|
|
4730
|
+
}
|
|
3084
4731
|
},
|
|
3085
4732
|
{
|
|
3086
4733
|
"name": "xhr-cache",
|
|
@@ -3096,10 +4743,13 @@
|
|
|
3096
4743
|
"maintainers": [
|
|
3097
4744
|
{
|
|
3098
4745
|
"name": "gaetansenn",
|
|
3099
|
-
"github": "gaetansenn"
|
|
3100
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4746
|
+
"github": "gaetansenn"
|
|
3101
4747
|
}
|
|
3102
|
-
]
|
|
4748
|
+
],
|
|
4749
|
+
"compatibility": {
|
|
4750
|
+
"nuxt": "^2.0.0",
|
|
4751
|
+
"requires": {}
|
|
4752
|
+
}
|
|
3103
4753
|
},
|
|
3104
4754
|
{
|
|
3105
4755
|
"name": "xui",
|
|
@@ -3115,14 +4765,18 @@
|
|
|
3115
4765
|
"maintainers": [
|
|
3116
4766
|
{
|
|
3117
4767
|
"name": "MetaCorp",
|
|
3118
|
-
"github": "MetaCorp"
|
|
3119
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4768
|
+
"github": "MetaCorp"
|
|
3120
4769
|
}
|
|
3121
|
-
]
|
|
4770
|
+
],
|
|
4771
|
+
"compatibility": {
|
|
4772
|
+
"nuxt": "^2.0.0",
|
|
4773
|
+
"requires": {}
|
|
4774
|
+
}
|
|
3122
4775
|
},
|
|
3123
4776
|
{
|
|
3124
4777
|
"name": "yandex-metrika",
|
|
3125
|
-
"
|
|
4778
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4779
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
3126
4780
|
"npm": "@nuxtjs/yandex-metrika",
|
|
3127
4781
|
"icon": "",
|
|
3128
4782
|
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
@@ -3134,10 +4788,13 @@
|
|
|
3134
4788
|
{
|
|
3135
4789
|
"name": "Pooya Parsa",
|
|
3136
4790
|
"github": "pi0",
|
|
3137
|
-
"twitter": "_pi0_"
|
|
3138
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4791
|
+
"twitter": "_pi0_"
|
|
3139
4792
|
}
|
|
3140
|
-
]
|
|
4793
|
+
],
|
|
4794
|
+
"compatibility": {
|
|
4795
|
+
"nuxt": "^2.0.0",
|
|
4796
|
+
"requires": {}
|
|
4797
|
+
}
|
|
3141
4798
|
},
|
|
3142
4799
|
{
|
|
3143
4800
|
"name": "zendesk",
|
|
@@ -3153,9 +4810,12 @@
|
|
|
3153
4810
|
"maintainers": [
|
|
3154
4811
|
{
|
|
3155
4812
|
"name": "DansMaCulotte",
|
|
3156
|
-
"github": "DansMaCulotte"
|
|
3157
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4813
|
+
"github": "DansMaCulotte"
|
|
3158
4814
|
}
|
|
3159
|
-
]
|
|
4815
|
+
],
|
|
4816
|
+
"compatibility": {
|
|
4817
|
+
"nuxt": "^2.0.0",
|
|
4818
|
+
"requires": {}
|
|
4819
|
+
}
|
|
3160
4820
|
}
|
|
3161
4821
|
]
|