@nuxt/modules 0.5.0-88614a → 0.5.0-8a94a3
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} +1918 -603
- package/package.json +2 -52
- 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"
|
|
24
45
|
}
|
|
25
|
-
]
|
|
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
|
|
79
|
+
}
|
|
80
|
+
}
|
|
26
81
|
},
|
|
27
82
|
{
|
|
28
83
|
"name": "alias",
|
|
@@ -38,10 +93,13 @@
|
|
|
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,13 @@
|
|
|
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
|
+
}
|
|
65
126
|
},
|
|
66
127
|
{
|
|
67
128
|
"name": "animejs",
|
|
@@ -77,10 +138,37 @@
|
|
|
77
138
|
"maintainers": [
|
|
78
139
|
{
|
|
79
140
|
"name": "ivodolenc",
|
|
80
|
-
"github": "ivodolenc"
|
|
81
|
-
"avatar": "https://avatars.githubusercontent.com/u/51852491?v=4"
|
|
141
|
+
"github": "ivodolenc"
|
|
82
142
|
}
|
|
83
|
-
]
|
|
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
|
+
}
|
|
84
172
|
},
|
|
85
173
|
{
|
|
86
174
|
"name": "apollo",
|
|
@@ -96,15 +184,17 @@
|
|
|
96
184
|
"maintainers": [
|
|
97
185
|
{
|
|
98
186
|
"name": "Lam Kieu",
|
|
99
|
-
"github": "kieusonlam"
|
|
100
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
187
|
+
"github": "kieusonlam"
|
|
101
188
|
},
|
|
102
189
|
{
|
|
103
190
|
"name": "Dominic Garms",
|
|
104
|
-
"github": "dohomi"
|
|
105
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
191
|
+
"github": "dohomi"
|
|
106
192
|
}
|
|
107
|
-
]
|
|
193
|
+
],
|
|
194
|
+
"compatibility": {
|
|
195
|
+
"nuxt": "^2.0.0",
|
|
196
|
+
"requires": {}
|
|
197
|
+
}
|
|
108
198
|
},
|
|
109
199
|
{
|
|
110
200
|
"name": "applicationinsights",
|
|
@@ -120,10 +210,35 @@
|
|
|
120
210
|
"maintainers": [
|
|
121
211
|
{
|
|
122
212
|
"name": "Dmitry Molotkov",
|
|
123
|
-
"github": "aldarund"
|
|
124
|
-
|
|
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"
|
|
125
236
|
}
|
|
126
|
-
]
|
|
237
|
+
],
|
|
238
|
+
"compatibility": {
|
|
239
|
+
"nuxt": "^2.0.0",
|
|
240
|
+
"requires": {}
|
|
241
|
+
}
|
|
127
242
|
},
|
|
128
243
|
{
|
|
129
244
|
"name": "auth",
|
|
@@ -140,15 +255,17 @@
|
|
|
140
255
|
{
|
|
141
256
|
"name": "Pooya Parsa",
|
|
142
257
|
"github": "pi0",
|
|
143
|
-
"twitter": "_pi0_"
|
|
144
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
258
|
+
"twitter": "_pi0_"
|
|
145
259
|
},
|
|
146
260
|
{
|
|
147
261
|
"name": "João Pedro Antunes Silva",
|
|
148
|
-
"github": "JoaoPedroAS51"
|
|
149
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
262
|
+
"github": "JoaoPedroAS51"
|
|
150
263
|
}
|
|
151
|
-
]
|
|
264
|
+
],
|
|
265
|
+
"compatibility": {
|
|
266
|
+
"nuxt": "^2.0.0",
|
|
267
|
+
"requires": {}
|
|
268
|
+
}
|
|
152
269
|
},
|
|
153
270
|
{
|
|
154
271
|
"name": "axios",
|
|
@@ -165,10 +282,13 @@
|
|
|
165
282
|
{
|
|
166
283
|
"name": "Pooya Parsa",
|
|
167
284
|
"github": "pi0",
|
|
168
|
-
"twitter": "_pi0_"
|
|
169
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
285
|
+
"twitter": "_pi0_"
|
|
170
286
|
}
|
|
171
|
-
]
|
|
287
|
+
],
|
|
288
|
+
"compatibility": {
|
|
289
|
+
"nuxt": "^2.0.0",
|
|
290
|
+
"requires": {}
|
|
291
|
+
}
|
|
172
292
|
},
|
|
173
293
|
{
|
|
174
294
|
"name": "basic-auth",
|
|
@@ -184,10 +304,13 @@
|
|
|
184
304
|
"maintainers": [
|
|
185
305
|
{
|
|
186
306
|
"name": "potato4d",
|
|
187
|
-
"github": "potato4d"
|
|
188
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
307
|
+
"github": "potato4d"
|
|
189
308
|
}
|
|
190
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"compatibility": {
|
|
311
|
+
"nuxt": "^2.0.0",
|
|
312
|
+
"requires": {}
|
|
313
|
+
}
|
|
191
314
|
},
|
|
192
315
|
{
|
|
193
316
|
"name": "bootstrap",
|
|
@@ -203,22 +326,23 @@
|
|
|
203
326
|
"maintainers": [
|
|
204
327
|
{
|
|
205
328
|
"name": "Troy Morehouse",
|
|
206
|
-
"github": "tmorehouse"
|
|
207
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
329
|
+
"github": "tmorehouse"
|
|
208
330
|
},
|
|
209
331
|
{
|
|
210
332
|
"name": "Pooya Parsa",
|
|
211
333
|
"github": "pi0",
|
|
212
|
-
"twitter": "_pi0_"
|
|
213
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
334
|
+
"twitter": "_pi0_"
|
|
214
335
|
},
|
|
215
336
|
{
|
|
216
337
|
"name": "Jacob Müller",
|
|
217
338
|
"github": "jackmu95",
|
|
218
|
-
"twitter": "jackmu95"
|
|
219
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
339
|
+
"twitter": "jackmu95"
|
|
220
340
|
}
|
|
221
|
-
]
|
|
341
|
+
],
|
|
342
|
+
"compatibility": {
|
|
343
|
+
"nuxt": "^2.0.0",
|
|
344
|
+
"requires": {}
|
|
345
|
+
}
|
|
222
346
|
},
|
|
223
347
|
{
|
|
224
348
|
"name": "browserconfig",
|
|
@@ -235,10 +359,13 @@
|
|
|
235
359
|
{
|
|
236
360
|
"name": "Pooya Parsa",
|
|
237
361
|
"github": "pi0",
|
|
238
|
-
"twitter": "_pi0_"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
362
|
+
"twitter": "_pi0_"
|
|
240
363
|
}
|
|
241
|
-
]
|
|
364
|
+
],
|
|
365
|
+
"compatibility": {
|
|
366
|
+
"nuxt": "^2.0.0",
|
|
367
|
+
"requires": {}
|
|
368
|
+
}
|
|
242
369
|
},
|
|
243
370
|
{
|
|
244
371
|
"name": "buefy",
|
|
@@ -254,10 +381,13 @@
|
|
|
254
381
|
"maintainers": [
|
|
255
382
|
{
|
|
256
383
|
"name": "Walter Tommasi",
|
|
257
|
-
"github": "jtommy"
|
|
258
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
384
|
+
"github": "jtommy"
|
|
259
385
|
}
|
|
260
|
-
]
|
|
386
|
+
],
|
|
387
|
+
"compatibility": {
|
|
388
|
+
"nuxt": "^2.0.0",
|
|
389
|
+
"requires": {}
|
|
390
|
+
}
|
|
261
391
|
},
|
|
262
392
|
{
|
|
263
393
|
"name": "bugsnag",
|
|
@@ -273,29 +403,13 @@
|
|
|
273
403
|
"maintainers": [
|
|
274
404
|
{
|
|
275
405
|
"name": "JulianMar",
|
|
276
|
-
"github": "JulianMar"
|
|
277
|
-
"avatar": "https://avatars2.githubusercontent.com/u/29117090?v=4"
|
|
406
|
+
"github": "JulianMar"
|
|
278
407
|
}
|
|
279
|
-
]
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
"repo": "loonpwn/nuxt-build-optimisations",
|
|
285
|
-
"npm": "nuxt-build-optimisations",
|
|
286
|
-
"icon": "build-optimisations.svg",
|
|
287
|
-
"github": "https://github.com/loonpwn/nuxt-build-optimisations",
|
|
288
|
-
"website": "https://github.com/loonpwn/nuxt-build-optimisations",
|
|
289
|
-
"learn_more": "",
|
|
290
|
-
"category": "Devtools",
|
|
291
|
-
"type": "3rd-party",
|
|
292
|
-
"maintainers": [
|
|
293
|
-
{
|
|
294
|
-
"name": "loonpwn",
|
|
295
|
-
"github": "loonpwn",
|
|
296
|
-
"avatar": "https://avatars.githubusercontent.com/u/5326365?v=4"
|
|
297
|
-
}
|
|
298
|
-
]
|
|
408
|
+
],
|
|
409
|
+
"compatibility": {
|
|
410
|
+
"nuxt": "^2.0.0",
|
|
411
|
+
"requires": {}
|
|
412
|
+
}
|
|
299
413
|
},
|
|
300
414
|
{
|
|
301
415
|
"name": "bulma-slim",
|
|
@@ -311,10 +425,13 @@
|
|
|
311
425
|
"maintainers": [
|
|
312
426
|
{
|
|
313
427
|
"name": "mustardamus",
|
|
314
|
-
"github": "mustardamus"
|
|
315
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
428
|
+
"github": "mustardamus"
|
|
316
429
|
}
|
|
317
|
-
]
|
|
430
|
+
],
|
|
431
|
+
"compatibility": {
|
|
432
|
+
"nuxt": "^2.0.0",
|
|
433
|
+
"requires": {}
|
|
434
|
+
}
|
|
318
435
|
},
|
|
319
436
|
{
|
|
320
437
|
"name": "bundle-buddy",
|
|
@@ -330,14 +447,17 @@
|
|
|
330
447
|
"maintainers": [
|
|
331
448
|
{
|
|
332
449
|
"name": "Developmint",
|
|
333
|
-
"github": "Developmint"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
450
|
+
"github": "Developmint"
|
|
335
451
|
}
|
|
336
|
-
]
|
|
452
|
+
],
|
|
453
|
+
"compatibility": {
|
|
454
|
+
"nuxt": "^2.0.0",
|
|
455
|
+
"requires": {}
|
|
456
|
+
}
|
|
337
457
|
},
|
|
338
458
|
{
|
|
339
459
|
"name": "canvas-sketch",
|
|
340
|
-
"description": "Nuxt.js module for
|
|
460
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
341
461
|
"repo": "LuXDAmore/generative-art",
|
|
342
462
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
343
463
|
"icon": "",
|
|
@@ -348,11 +468,15 @@
|
|
|
348
468
|
"type": "3rd-party",
|
|
349
469
|
"maintainers": [
|
|
350
470
|
{
|
|
351
|
-
"name": "
|
|
471
|
+
"name": "Luca Iaconelli",
|
|
352
472
|
"github": "LuXDAmore",
|
|
353
|
-
"
|
|
473
|
+
"twitter": "luxdamore"
|
|
354
474
|
}
|
|
355
|
-
]
|
|
475
|
+
],
|
|
476
|
+
"compatibility": {
|
|
477
|
+
"nuxt": "^2.0.0",
|
|
478
|
+
"requires": {}
|
|
479
|
+
}
|
|
356
480
|
},
|
|
357
481
|
{
|
|
358
482
|
"name": "chakra-ui",
|
|
@@ -368,10 +492,13 @@
|
|
|
368
492
|
"maintainers": [
|
|
369
493
|
{
|
|
370
494
|
"name": "Jonathan Bakebwa",
|
|
371
|
-
"github": "codebender828"
|
|
372
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
495
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
373
496
|
}
|
|
374
|
-
]
|
|
497
|
+
],
|
|
498
|
+
"compatibility": {
|
|
499
|
+
"nuxt": "^2.0.0",
|
|
500
|
+
"requires": {}
|
|
501
|
+
}
|
|
375
502
|
},
|
|
376
503
|
{
|
|
377
504
|
"name": "chiffre",
|
|
@@ -387,10 +514,13 @@
|
|
|
387
514
|
"maintainers": [
|
|
388
515
|
{
|
|
389
516
|
"name": "Romain Clement",
|
|
390
|
-
"github": "rclement"
|
|
391
|
-
"avatar": "https://avatars.githubusercontent.com/u/1238873?v=4"
|
|
517
|
+
"github": "rclement"
|
|
392
518
|
}
|
|
393
|
-
]
|
|
519
|
+
],
|
|
520
|
+
"compatibility": {
|
|
521
|
+
"nuxt": "^2.0.0",
|
|
522
|
+
"requires": {}
|
|
523
|
+
}
|
|
394
524
|
},
|
|
395
525
|
{
|
|
396
526
|
"name": "client-init",
|
|
@@ -406,10 +536,13 @@
|
|
|
406
536
|
"maintainers": [
|
|
407
537
|
{
|
|
408
538
|
"name": "potato4d",
|
|
409
|
-
"github": "potato4d"
|
|
410
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
539
|
+
"github": "potato4d"
|
|
411
540
|
}
|
|
412
|
-
]
|
|
541
|
+
],
|
|
542
|
+
"compatibility": {
|
|
543
|
+
"nuxt": "^2.0.0",
|
|
544
|
+
"requires": {}
|
|
545
|
+
}
|
|
413
546
|
},
|
|
414
547
|
{
|
|
415
548
|
"name": "cloudcms",
|
|
@@ -425,10 +558,13 @@
|
|
|
425
558
|
"maintainers": [
|
|
426
559
|
{
|
|
427
560
|
"name": "gitana",
|
|
428
|
-
"github": "gitana"
|
|
429
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
561
|
+
"github": "gitana"
|
|
430
562
|
}
|
|
431
|
-
]
|
|
563
|
+
],
|
|
564
|
+
"compatibility": {
|
|
565
|
+
"nuxt": "^2.0.0",
|
|
566
|
+
"requires": {}
|
|
567
|
+
}
|
|
432
568
|
},
|
|
433
569
|
{
|
|
434
570
|
"name": "cloudinary",
|
|
@@ -445,10 +581,13 @@
|
|
|
445
581
|
{
|
|
446
582
|
"name": "Maya Shavin",
|
|
447
583
|
"github": "mayashavin",
|
|
448
|
-
"twitter": "MayaShavin"
|
|
449
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
584
|
+
"twitter": "MayaShavin"
|
|
450
585
|
}
|
|
451
|
-
]
|
|
586
|
+
],
|
|
587
|
+
"compatibility": {
|
|
588
|
+
"nuxt": "^2.0.0",
|
|
589
|
+
"requires": {}
|
|
590
|
+
}
|
|
452
591
|
},
|
|
453
592
|
{
|
|
454
593
|
"name": "color-mode",
|
|
@@ -465,10 +604,15 @@
|
|
|
465
604
|
{
|
|
466
605
|
"name": "Sébastien Chopin",
|
|
467
606
|
"github": "Atinux",
|
|
468
|
-
"twitter": "Atinux"
|
|
469
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
607
|
+
"twitter": "Atinux"
|
|
470
608
|
}
|
|
471
|
-
]
|
|
609
|
+
],
|
|
610
|
+
"compatibility": {
|
|
611
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
612
|
+
"requires": {
|
|
613
|
+
"bridge": "optional"
|
|
614
|
+
}
|
|
615
|
+
}
|
|
472
616
|
},
|
|
473
617
|
{
|
|
474
618
|
"name": "component-cache",
|
|
@@ -485,10 +629,13 @@
|
|
|
485
629
|
{
|
|
486
630
|
"name": "Pooya Parsa",
|
|
487
631
|
"github": "pi0",
|
|
488
|
-
"twitter": "_pi0_"
|
|
489
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
632
|
+
"twitter": "_pi0_"
|
|
490
633
|
}
|
|
491
|
-
]
|
|
634
|
+
],
|
|
635
|
+
"compatibility": {
|
|
636
|
+
"nuxt": "^2.0.0",
|
|
637
|
+
"requires": {}
|
|
638
|
+
}
|
|
492
639
|
},
|
|
493
640
|
{
|
|
494
641
|
"name": "composition-api",
|
|
@@ -505,17 +652,20 @@
|
|
|
505
652
|
{
|
|
506
653
|
"name": "Daniel Roe",
|
|
507
654
|
"github": "danielroe",
|
|
508
|
-
"twitter": "danielcroe"
|
|
509
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
655
|
+
"twitter": "danielcroe"
|
|
510
656
|
}
|
|
511
|
-
]
|
|
657
|
+
],
|
|
658
|
+
"compatibility": {
|
|
659
|
+
"nuxt": "^2.0.0",
|
|
660
|
+
"requires": {}
|
|
661
|
+
}
|
|
512
662
|
},
|
|
513
663
|
{
|
|
514
664
|
"name": "content",
|
|
515
|
-
"description": "
|
|
516
|
-
"repo": "nuxt/content#
|
|
665
|
+
"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.",
|
|
666
|
+
"repo": "nuxt/content#main",
|
|
517
667
|
"npm": "@nuxt/content",
|
|
518
|
-
"icon": "
|
|
668
|
+
"icon": "nuxt.png",
|
|
519
669
|
"github": "https://github.com/nuxt/content",
|
|
520
670
|
"website": "https://content.nuxtjs.org",
|
|
521
671
|
"learn_more": "",
|
|
@@ -523,18 +673,25 @@
|
|
|
523
673
|
"type": "official",
|
|
524
674
|
"maintainers": [
|
|
525
675
|
{
|
|
526
|
-
"name": "
|
|
527
|
-
"github": "
|
|
528
|
-
"twitter": "
|
|
529
|
-
|
|
676
|
+
"name": "Yaël Guilloux",
|
|
677
|
+
"github": "Tahul",
|
|
678
|
+
"twitter": "yaeeelglx"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "Ahad Birang",
|
|
682
|
+
"github": "farnabaz",
|
|
683
|
+
"twitter": "a_birang"
|
|
530
684
|
},
|
|
531
685
|
{
|
|
532
686
|
"name": "Sebastien Chopin",
|
|
533
687
|
"github": "Atinux",
|
|
534
|
-
"twitter": "Atinux"
|
|
535
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
688
|
+
"twitter": "Atinux"
|
|
536
689
|
}
|
|
537
|
-
]
|
|
690
|
+
],
|
|
691
|
+
"compatibility": {
|
|
692
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
693
|
+
"requires": {}
|
|
694
|
+
}
|
|
538
695
|
},
|
|
539
696
|
{
|
|
540
697
|
"name": "contentful",
|
|
@@ -550,10 +707,13 @@
|
|
|
550
707
|
"maintainers": [
|
|
551
708
|
{
|
|
552
709
|
"name": "scaccogatto",
|
|
553
|
-
"github": "scaccogatto"
|
|
554
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
710
|
+
"github": "scaccogatto"
|
|
555
711
|
}
|
|
556
|
-
]
|
|
712
|
+
],
|
|
713
|
+
"compatibility": {
|
|
714
|
+
"nuxt": "^2.0.0",
|
|
715
|
+
"requires": {}
|
|
716
|
+
}
|
|
557
717
|
},
|
|
558
718
|
{
|
|
559
719
|
"name": "custom-elements",
|
|
@@ -569,15 +729,17 @@
|
|
|
569
729
|
"maintainers": [
|
|
570
730
|
{
|
|
571
731
|
"name": "Thorn Walli",
|
|
572
|
-
"github": "ThornWalli"
|
|
573
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
732
|
+
"github": "ThornWalli"
|
|
574
733
|
},
|
|
575
734
|
{
|
|
576
735
|
"name": "GrabarzUndPartner",
|
|
577
|
-
"github": "GrabarzUndPartner"
|
|
578
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
736
|
+
"github": "GrabarzUndPartner"
|
|
579
737
|
}
|
|
580
|
-
]
|
|
738
|
+
],
|
|
739
|
+
"compatibility": {
|
|
740
|
+
"nuxt": "^2.0.0",
|
|
741
|
+
"requires": {}
|
|
742
|
+
}
|
|
581
743
|
},
|
|
582
744
|
{
|
|
583
745
|
"name": "darkmode.js",
|
|
@@ -593,10 +755,13 @@
|
|
|
593
755
|
"maintainers": [
|
|
594
756
|
{
|
|
595
757
|
"name": "sandoche",
|
|
596
|
-
"github": "sandoche"
|
|
597
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
758
|
+
"github": "sandoche"
|
|
598
759
|
}
|
|
599
|
-
]
|
|
760
|
+
],
|
|
761
|
+
"compatibility": {
|
|
762
|
+
"nuxt": "^2.0.0",
|
|
763
|
+
"requires": {}
|
|
764
|
+
}
|
|
600
765
|
},
|
|
601
766
|
{
|
|
602
767
|
"name": "date-fns",
|
|
@@ -612,10 +777,35 @@
|
|
|
612
777
|
"maintainers": [
|
|
613
778
|
{
|
|
614
779
|
"name": "Ricardo Gobbo de Souza",
|
|
615
|
-
"github": "ricardogobbosouza"
|
|
616
|
-
|
|
780
|
+
"github": "ricardogobbosouza"
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
"compatibility": {
|
|
784
|
+
"nuxt": "^2.0.0",
|
|
785
|
+
"requires": {}
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "datocms",
|
|
790
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
791
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
792
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
793
|
+
"icon": "datocms.png",
|
|
794
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
795
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
796
|
+
"learn_more": "https://www.datocms.com/",
|
|
797
|
+
"category": "CMS",
|
|
798
|
+
"type": "3rd-party",
|
|
799
|
+
"maintainers": [
|
|
800
|
+
{
|
|
801
|
+
"name": "Frankwarnaar",
|
|
802
|
+
"github": "Frankwarnaar"
|
|
617
803
|
}
|
|
618
|
-
]
|
|
804
|
+
],
|
|
805
|
+
"compatibility": {
|
|
806
|
+
"nuxt": "^2.0.0",
|
|
807
|
+
"requires": {}
|
|
808
|
+
}
|
|
619
809
|
},
|
|
620
810
|
{
|
|
621
811
|
"name": "dayjs",
|
|
@@ -632,10 +822,13 @@
|
|
|
632
822
|
{
|
|
633
823
|
"name": "Takuma HANATANI",
|
|
634
824
|
"github": "potato4d",
|
|
635
|
-
"twitter": "potato4d"
|
|
636
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
825
|
+
"twitter": "potato4d"
|
|
637
826
|
}
|
|
638
|
-
]
|
|
827
|
+
],
|
|
828
|
+
"compatibility": {
|
|
829
|
+
"nuxt": "^2.0.0",
|
|
830
|
+
"requires": {}
|
|
831
|
+
}
|
|
639
832
|
},
|
|
640
833
|
{
|
|
641
834
|
"name": "device",
|
|
@@ -651,10 +844,38 @@
|
|
|
651
844
|
"maintainers": [
|
|
652
845
|
{
|
|
653
846
|
"name": "Shinji Yamada",
|
|
654
|
-
"github": "dotneet"
|
|
655
|
-
|
|
847
|
+
"github": "dotneet"
|
|
848
|
+
}
|
|
849
|
+
],
|
|
850
|
+
"compatibility": {
|
|
851
|
+
"nuxt": "^2.0.0",
|
|
852
|
+
"requires": {}
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "directus",
|
|
857
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
858
|
+
"repo": "intevel/nuxt-directus",
|
|
859
|
+
"npm": "nuxt-directus",
|
|
860
|
+
"icon": "directus.svg",
|
|
861
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
862
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
863
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
864
|
+
"category": "CMS",
|
|
865
|
+
"type": "3rd-party",
|
|
866
|
+
"maintainers": [
|
|
867
|
+
{
|
|
868
|
+
"name": "Conner Bachmann",
|
|
869
|
+
"github": "intevel",
|
|
870
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
656
871
|
}
|
|
657
|
-
]
|
|
872
|
+
],
|
|
873
|
+
"compatibility": {
|
|
874
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
875
|
+
"requires": {
|
|
876
|
+
"bridge": true
|
|
877
|
+
}
|
|
878
|
+
}
|
|
658
879
|
},
|
|
659
880
|
{
|
|
660
881
|
"name": "dotenv",
|
|
@@ -670,15 +891,51 @@
|
|
|
670
891
|
"maintainers": [
|
|
671
892
|
{
|
|
672
893
|
"name": "Julien Tant",
|
|
673
|
-
"github": "JulienTant"
|
|
674
|
-
|
|
894
|
+
"github": "JulienTant"
|
|
895
|
+
}
|
|
896
|
+
],
|
|
897
|
+
"compatibility": {
|
|
898
|
+
"nuxt": "^2.0.0",
|
|
899
|
+
"requires": {}
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "drupal-ce",
|
|
904
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
905
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
906
|
+
"npm": "nuxtjs-drupal-ce",
|
|
907
|
+
"icon": "drupal-ce.png",
|
|
908
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
909
|
+
"website": "https://stack.lupus.digital",
|
|
910
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
911
|
+
"category": "CMS",
|
|
912
|
+
"type": "3rd-party",
|
|
913
|
+
"maintainers": [
|
|
914
|
+
{
|
|
915
|
+
"name": "Wolfgang Ziegler // fago",
|
|
916
|
+
"github": "fago",
|
|
917
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"name": "Maximilian Götz-Mikus",
|
|
921
|
+
"github": "maximilianmikus",
|
|
922
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"name": "David Licen",
|
|
926
|
+
"github": "davision",
|
|
927
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
675
928
|
}
|
|
676
|
-
]
|
|
929
|
+
],
|
|
930
|
+
"compatibility": {
|
|
931
|
+
"nuxt": "^2.0.0",
|
|
932
|
+
"requires": {}
|
|
933
|
+
}
|
|
677
934
|
},
|
|
678
935
|
{
|
|
679
936
|
"name": "druxt",
|
|
680
937
|
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
681
|
-
"repo": "druxt/druxt.js",
|
|
938
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
682
939
|
"npm": "druxt",
|
|
683
940
|
"icon": "druxt.svg",
|
|
684
941
|
"github": "https://github.com/druxt/druxt.js",
|
|
@@ -689,10 +946,13 @@
|
|
|
689
946
|
"maintainers": [
|
|
690
947
|
{
|
|
691
948
|
"name": "Decipher",
|
|
692
|
-
"github": "decipher"
|
|
693
|
-
"avatar": "https://avatars0.githubusercontent.com/u/161090?s=460&v=4"
|
|
949
|
+
"github": "decipher"
|
|
694
950
|
}
|
|
695
|
-
]
|
|
951
|
+
],
|
|
952
|
+
"compatibility": {
|
|
953
|
+
"nuxt": "^2.0.0",
|
|
954
|
+
"requires": {}
|
|
955
|
+
}
|
|
696
956
|
},
|
|
697
957
|
{
|
|
698
958
|
"name": "emotion",
|
|
@@ -709,10 +969,13 @@
|
|
|
709
969
|
{
|
|
710
970
|
"name": "Pooya Parsa",
|
|
711
971
|
"github": "pi0",
|
|
712
|
-
"twitter": "_pi0_"
|
|
713
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
972
|
+
"twitter": "_pi0_"
|
|
714
973
|
}
|
|
715
|
-
]
|
|
974
|
+
],
|
|
975
|
+
"compatibility": {
|
|
976
|
+
"nuxt": "^2.0.0",
|
|
977
|
+
"requires": {}
|
|
978
|
+
}
|
|
716
979
|
},
|
|
717
980
|
{
|
|
718
981
|
"name": "eslint",
|
|
@@ -728,10 +991,13 @@
|
|
|
728
991
|
"maintainers": [
|
|
729
992
|
{
|
|
730
993
|
"name": "Ricardo Gobbo de Souza",
|
|
731
|
-
"github": "ricardogobbosouza"
|
|
732
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
994
|
+
"github": "ricardogobbosouza"
|
|
733
995
|
}
|
|
734
|
-
]
|
|
996
|
+
],
|
|
997
|
+
"compatibility": {
|
|
998
|
+
"nuxt": "^2.0.0",
|
|
999
|
+
"requires": {}
|
|
1000
|
+
}
|
|
735
1001
|
},
|
|
736
1002
|
{
|
|
737
1003
|
"name": "event-trace",
|
|
@@ -747,10 +1013,13 @@
|
|
|
747
1013
|
"maintainers": [
|
|
748
1014
|
{
|
|
749
1015
|
"name": "Xin Du",
|
|
750
|
-
"github": "clarkdo"
|
|
751
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1016
|
+
"github": "clarkdo"
|
|
752
1017
|
}
|
|
753
|
-
]
|
|
1018
|
+
],
|
|
1019
|
+
"compatibility": {
|
|
1020
|
+
"nuxt": "^2.0.0",
|
|
1021
|
+
"requires": {}
|
|
1022
|
+
}
|
|
754
1023
|
},
|
|
755
1024
|
{
|
|
756
1025
|
"name": "fathom",
|
|
@@ -766,10 +1035,13 @@
|
|
|
766
1035
|
"maintainers": [
|
|
767
1036
|
{
|
|
768
1037
|
"name": "yabhq",
|
|
769
|
-
"github": "yabhq"
|
|
770
|
-
"avatar": "https://avatars.githubusercontent.com/u/16291011?v=4"
|
|
1038
|
+
"github": "yabhq"
|
|
771
1039
|
}
|
|
772
|
-
]
|
|
1040
|
+
],
|
|
1041
|
+
"compatibility": {
|
|
1042
|
+
"nuxt": "^2.0.0",
|
|
1043
|
+
"requires": {}
|
|
1044
|
+
}
|
|
773
1045
|
},
|
|
774
1046
|
{
|
|
775
1047
|
"name": "feature-toggle",
|
|
@@ -785,14 +1057,17 @@
|
|
|
785
1057
|
"maintainers": [
|
|
786
1058
|
{
|
|
787
1059
|
"name": "stephenkr",
|
|
788
|
-
"github": "stephenkr"
|
|
789
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1060
|
+
"github": "stephenkr"
|
|
790
1061
|
}
|
|
791
|
-
]
|
|
1062
|
+
],
|
|
1063
|
+
"compatibility": {
|
|
1064
|
+
"nuxt": "^2.0.0",
|
|
1065
|
+
"requires": {}
|
|
1066
|
+
}
|
|
792
1067
|
},
|
|
793
1068
|
{
|
|
794
1069
|
"name": "feed",
|
|
795
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1070
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
796
1071
|
"repo": "nuxt-community/feed-module",
|
|
797
1072
|
"npm": "@nuxtjs/feed",
|
|
798
1073
|
"icon": "",
|
|
@@ -805,15 +1080,18 @@
|
|
|
805
1080
|
{
|
|
806
1081
|
"name": "Alexander Lichter",
|
|
807
1082
|
"github": "manniL",
|
|
808
|
-
"twitter": "TheAlexLichter"
|
|
809
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1083
|
+
"twitter": "TheAlexLichter"
|
|
810
1084
|
}
|
|
811
|
-
]
|
|
1085
|
+
],
|
|
1086
|
+
"compatibility": {
|
|
1087
|
+
"nuxt": "^2.0.0",
|
|
1088
|
+
"requires": {}
|
|
1089
|
+
}
|
|
812
1090
|
},
|
|
813
1091
|
{
|
|
814
1092
|
"name": "firebase",
|
|
815
|
-
"description": "
|
|
816
|
-
"repo": "nuxt-community/firebase-module",
|
|
1093
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
1094
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
817
1095
|
"npm": "@nuxtjs/firebase",
|
|
818
1096
|
"icon": "firebase.png",
|
|
819
1097
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
@@ -824,10 +1102,13 @@
|
|
|
824
1102
|
"maintainers": [
|
|
825
1103
|
{
|
|
826
1104
|
"name": "Pascal Luther",
|
|
827
|
-
"github": "lupas"
|
|
828
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1105
|
+
"github": "lupas"
|
|
829
1106
|
}
|
|
830
|
-
]
|
|
1107
|
+
],
|
|
1108
|
+
"compatibility": {
|
|
1109
|
+
"nuxt": "^2.0.0",
|
|
1110
|
+
"requires": {}
|
|
1111
|
+
}
|
|
831
1112
|
},
|
|
832
1113
|
{
|
|
833
1114
|
"name": "floating-prompt-module",
|
|
@@ -843,10 +1124,13 @@
|
|
|
843
1124
|
"maintainers": [
|
|
844
1125
|
{
|
|
845
1126
|
"name": "sandoche",
|
|
846
|
-
"github": "sandoche"
|
|
847
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1127
|
+
"github": "sandoche"
|
|
848
1128
|
}
|
|
849
|
-
]
|
|
1129
|
+
],
|
|
1130
|
+
"compatibility": {
|
|
1131
|
+
"nuxt": "^2.0.0",
|
|
1132
|
+
"requires": {}
|
|
1133
|
+
}
|
|
850
1134
|
},
|
|
851
1135
|
{
|
|
852
1136
|
"name": "font-loader-strategy",
|
|
@@ -862,10 +1146,13 @@
|
|
|
862
1146
|
"maintainers": [
|
|
863
1147
|
{
|
|
864
1148
|
"name": "GrabarzUndPartner",
|
|
865
|
-
"github": "GrabarzUndPartner"
|
|
866
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
1149
|
+
"github": "GrabarzUndPartner"
|
|
867
1150
|
}
|
|
868
|
-
]
|
|
1151
|
+
],
|
|
1152
|
+
"compatibility": {
|
|
1153
|
+
"nuxt": "^2.0.0",
|
|
1154
|
+
"requires": {}
|
|
1155
|
+
}
|
|
869
1156
|
},
|
|
870
1157
|
{
|
|
871
1158
|
"name": "fontagon",
|
|
@@ -881,10 +1168,13 @@
|
|
|
881
1168
|
"maintainers": [
|
|
882
1169
|
{
|
|
883
1170
|
"name": "kdydesign",
|
|
884
|
-
"github": "kdydesign"
|
|
885
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
1171
|
+
"github": "kdydesign"
|
|
886
1172
|
}
|
|
887
|
-
]
|
|
1173
|
+
],
|
|
1174
|
+
"compatibility": {
|
|
1175
|
+
"nuxt": "^2.0.0",
|
|
1176
|
+
"requires": {}
|
|
1177
|
+
}
|
|
888
1178
|
},
|
|
889
1179
|
{
|
|
890
1180
|
"name": "fontawesome",
|
|
@@ -900,10 +1190,41 @@
|
|
|
900
1190
|
"maintainers": [
|
|
901
1191
|
{
|
|
902
1192
|
"name": "Pim",
|
|
903
|
-
"github": "pimlie"
|
|
904
|
-
|
|
1193
|
+
"github": "pimlie"
|
|
1194
|
+
}
|
|
1195
|
+
],
|
|
1196
|
+
"compatibility": {
|
|
1197
|
+
"nuxt": "^2.0.0",
|
|
1198
|
+
"requires": {}
|
|
1199
|
+
}
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"name": "formkit",
|
|
1203
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1204
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1205
|
+
"npm": "@formkit/nuxt",
|
|
1206
|
+
"icon": "formkit.png",
|
|
1207
|
+
"github": "https://github.com/formkit/formkit",
|
|
1208
|
+
"website": "https://formkit.com",
|
|
1209
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1210
|
+
"category": "Libraries",
|
|
1211
|
+
"type": "3rd-party",
|
|
1212
|
+
"maintainers": [
|
|
1213
|
+
{
|
|
1214
|
+
"name": "Justin Schroeder",
|
|
1215
|
+
"github": "justin-schroeder",
|
|
1216
|
+
"twitter": "jpschroeder"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"name": "Andrew Boyd",
|
|
1220
|
+
"github": "andrew-boyd",
|
|
1221
|
+
"twitter": "0xBOYD"
|
|
905
1222
|
}
|
|
906
|
-
]
|
|
1223
|
+
],
|
|
1224
|
+
"compatibility": {
|
|
1225
|
+
"nuxt": "^3.0.0",
|
|
1226
|
+
"requires": {}
|
|
1227
|
+
}
|
|
907
1228
|
},
|
|
908
1229
|
{
|
|
909
1230
|
"name": "fullpage",
|
|
@@ -919,10 +1240,13 @@
|
|
|
919
1240
|
"maintainers": [
|
|
920
1241
|
{
|
|
921
1242
|
"name": "vaso2",
|
|
922
|
-
"github": "vaso2"
|
|
923
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1243
|
+
"github": "vaso2"
|
|
924
1244
|
}
|
|
925
|
-
]
|
|
1245
|
+
],
|
|
1246
|
+
"compatibility": {
|
|
1247
|
+
"nuxt": "^2.0.0",
|
|
1248
|
+
"requires": {}
|
|
1249
|
+
}
|
|
926
1250
|
},
|
|
927
1251
|
{
|
|
928
1252
|
"name": "github-api",
|
|
@@ -938,10 +1262,13 @@
|
|
|
938
1262
|
"maintainers": [
|
|
939
1263
|
{
|
|
940
1264
|
"name": "lindsaykwardell",
|
|
941
|
-
"github": "lindsaykwardell"
|
|
942
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1265
|
+
"github": "lindsaykwardell"
|
|
943
1266
|
}
|
|
944
|
-
]
|
|
1267
|
+
],
|
|
1268
|
+
"compatibility": {
|
|
1269
|
+
"nuxt": "^2.0.0",
|
|
1270
|
+
"requires": {}
|
|
1271
|
+
}
|
|
945
1272
|
},
|
|
946
1273
|
{
|
|
947
1274
|
"name": "google-adsense",
|
|
@@ -957,10 +1284,13 @@
|
|
|
957
1284
|
"maintainers": [
|
|
958
1285
|
{
|
|
959
1286
|
"name": "Troy Morehouse",
|
|
960
|
-
"github": "tmorehouse"
|
|
961
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1287
|
+
"github": "tmorehouse"
|
|
962
1288
|
}
|
|
963
|
-
]
|
|
1289
|
+
],
|
|
1290
|
+
"compatibility": {
|
|
1291
|
+
"nuxt": "^2.0.0",
|
|
1292
|
+
"requires": {}
|
|
1293
|
+
}
|
|
964
1294
|
},
|
|
965
1295
|
{
|
|
966
1296
|
"name": "google-analytics",
|
|
@@ -977,21 +1307,22 @@
|
|
|
977
1307
|
{
|
|
978
1308
|
"name": "Pooya Parsa",
|
|
979
1309
|
"github": "pi0",
|
|
980
|
-
"twitter": "_pi0_"
|
|
981
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1310
|
+
"twitter": "_pi0_"
|
|
982
1311
|
},
|
|
983
1312
|
{
|
|
984
1313
|
"name": "Ricardo Gobbo de Souza",
|
|
985
|
-
"github": "ricardogobbosouza"
|
|
986
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1314
|
+
"github": "ricardogobbosouza"
|
|
987
1315
|
},
|
|
988
1316
|
{
|
|
989
1317
|
"name": "Matteo Gabriele",
|
|
990
1318
|
"github": "MatteoGabriele",
|
|
991
|
-
"twitter": "matteo_gabriele"
|
|
992
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1319
|
+
"twitter": "matteo_gabriele"
|
|
993
1320
|
}
|
|
994
|
-
]
|
|
1321
|
+
],
|
|
1322
|
+
"compatibility": {
|
|
1323
|
+
"nuxt": "^2.0.0",
|
|
1324
|
+
"requires": {}
|
|
1325
|
+
}
|
|
995
1326
|
},
|
|
996
1327
|
{
|
|
997
1328
|
"name": "google-fonts",
|
|
@@ -1007,10 +1338,13 @@
|
|
|
1007
1338
|
"maintainers": [
|
|
1008
1339
|
{
|
|
1009
1340
|
"name": "Ricardo Gobbo de Souza",
|
|
1010
|
-
"github": "ricardogobbosouza"
|
|
1011
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1341
|
+
"github": "ricardogobbosouza"
|
|
1012
1342
|
}
|
|
1013
|
-
]
|
|
1343
|
+
],
|
|
1344
|
+
"compatibility": {
|
|
1345
|
+
"nuxt": "^2.0.0",
|
|
1346
|
+
"requires": {}
|
|
1347
|
+
}
|
|
1014
1348
|
},
|
|
1015
1349
|
{
|
|
1016
1350
|
"name": "google-gtag",
|
|
@@ -1026,15 +1360,17 @@
|
|
|
1026
1360
|
"maintainers": [
|
|
1027
1361
|
{
|
|
1028
1362
|
"name": "Dominic Garms",
|
|
1029
|
-
"github": "dohomi"
|
|
1030
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1363
|
+
"github": "dohomi"
|
|
1031
1364
|
},
|
|
1032
1365
|
{
|
|
1033
1366
|
"name": "Ricardo Gobbo de Souza",
|
|
1034
|
-
"github": "ricardogobbosouza"
|
|
1035
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1367
|
+
"github": "ricardogobbosouza"
|
|
1036
1368
|
}
|
|
1037
|
-
]
|
|
1369
|
+
],
|
|
1370
|
+
"compatibility": {
|
|
1371
|
+
"nuxt": "^2.0.0",
|
|
1372
|
+
"requires": {}
|
|
1373
|
+
}
|
|
1038
1374
|
},
|
|
1039
1375
|
{
|
|
1040
1376
|
"name": "google-optimize",
|
|
@@ -1051,22 +1387,45 @@
|
|
|
1051
1387
|
{
|
|
1052
1388
|
"name": "Pooya Parsa",
|
|
1053
1389
|
"github": "pi0",
|
|
1054
|
-
"twitter": "_pi0_"
|
|
1055
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1390
|
+
"twitter": "_pi0_"
|
|
1056
1391
|
},
|
|
1057
1392
|
{
|
|
1058
1393
|
"name": "Farzad Soltani",
|
|
1059
1394
|
"github": "farzadso",
|
|
1060
|
-
"twitter": "farzadso"
|
|
1061
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1395
|
+
"twitter": "farzadso"
|
|
1062
1396
|
},
|
|
1063
1397
|
{
|
|
1064
1398
|
"name": "Josh Deltener",
|
|
1065
1399
|
"github": "hecktarzuli",
|
|
1066
|
-
"twitter": "JoshDeltener"
|
|
1067
|
-
|
|
1400
|
+
"twitter": "JoshDeltener"
|
|
1401
|
+
}
|
|
1402
|
+
],
|
|
1403
|
+
"compatibility": {
|
|
1404
|
+
"nuxt": "^2.0.0",
|
|
1405
|
+
"requires": {}
|
|
1406
|
+
}
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "graphql-client",
|
|
1410
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1411
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1412
|
+
"npm": "nuxt-graphql-client",
|
|
1413
|
+
"icon": "graphql-client.svg",
|
|
1414
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1415
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1416
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1417
|
+
"category": "Request",
|
|
1418
|
+
"type": "3rd-party",
|
|
1419
|
+
"maintainers": [
|
|
1420
|
+
{
|
|
1421
|
+
"name": "Diizzayy",
|
|
1422
|
+
"github": "diizzayy"
|
|
1068
1423
|
}
|
|
1069
|
-
]
|
|
1424
|
+
],
|
|
1425
|
+
"compatibility": {
|
|
1426
|
+
"nuxt": "^3.0.0",
|
|
1427
|
+
"requires": {}
|
|
1428
|
+
}
|
|
1070
1429
|
},
|
|
1071
1430
|
{
|
|
1072
1431
|
"name": "graphql-request",
|
|
@@ -1082,10 +1441,13 @@
|
|
|
1082
1441
|
"maintainers": [
|
|
1083
1442
|
{
|
|
1084
1443
|
"name": "gomah",
|
|
1085
|
-
"github": "gomah"
|
|
1086
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1444
|
+
"github": "gomah"
|
|
1087
1445
|
}
|
|
1088
|
-
]
|
|
1446
|
+
],
|
|
1447
|
+
"compatibility": {
|
|
1448
|
+
"nuxt": "^2.0.0",
|
|
1449
|
+
"requires": {}
|
|
1450
|
+
}
|
|
1089
1451
|
},
|
|
1090
1452
|
{
|
|
1091
1453
|
"name": "gtm",
|
|
@@ -1102,10 +1464,13 @@
|
|
|
1102
1464
|
{
|
|
1103
1465
|
"name": "Pooya Parsa",
|
|
1104
1466
|
"github": "pi0",
|
|
1105
|
-
"twitter": "_pi0_"
|
|
1106
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1467
|
+
"twitter": "_pi0_"
|
|
1107
1468
|
}
|
|
1108
|
-
]
|
|
1469
|
+
],
|
|
1470
|
+
"compatibility": {
|
|
1471
|
+
"nuxt": "^2.0.0",
|
|
1472
|
+
"requires": {}
|
|
1473
|
+
}
|
|
1109
1474
|
},
|
|
1110
1475
|
{
|
|
1111
1476
|
"name": "guess",
|
|
@@ -1121,10 +1486,59 @@
|
|
|
1121
1486
|
"maintainers": [
|
|
1122
1487
|
{
|
|
1123
1488
|
"name": "Xin Du",
|
|
1124
|
-
"github": "clarkdo"
|
|
1125
|
-
|
|
1489
|
+
"github": "clarkdo"
|
|
1490
|
+
}
|
|
1491
|
+
],
|
|
1492
|
+
"compatibility": {
|
|
1493
|
+
"nuxt": "^2.0.0",
|
|
1494
|
+
"requires": {}
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "harlem",
|
|
1499
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1500
|
+
"repo": "nuxt-community/harlem-module",
|
|
1501
|
+
"npm": "@nuxtjs/harlem",
|
|
1502
|
+
"icon": "harlem.svg",
|
|
1503
|
+
"github": "https://github.com/nuxt-community/harlem-module",
|
|
1504
|
+
"website": "https://github.com/nuxt-community/harlem-module",
|
|
1505
|
+
"learn_more": "https://harlemjs.com/",
|
|
1506
|
+
"category": "Extensions",
|
|
1507
|
+
"type": "community",
|
|
1508
|
+
"maintainers": [
|
|
1509
|
+
{
|
|
1510
|
+
"name": "Daniel Roe",
|
|
1511
|
+
"github": "danielroe",
|
|
1512
|
+
"twitter": "danielcroe"
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1515
|
+
"compatibility": {
|
|
1516
|
+
"nuxt": "^3.0.0",
|
|
1517
|
+
"requires": {}
|
|
1518
|
+
}
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"name": "headway",
|
|
1522
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1523
|
+
"repo": "l-portet/nuxt-headway",
|
|
1524
|
+
"npm": "nuxt-headway",
|
|
1525
|
+
"icon": "headway.png",
|
|
1526
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1527
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1528
|
+
"learn_more": "https://headwayapp.co/",
|
|
1529
|
+
"category": "UI",
|
|
1530
|
+
"type": "3rd-party",
|
|
1531
|
+
"maintainers": [
|
|
1532
|
+
{
|
|
1533
|
+
"name": "l-portet",
|
|
1534
|
+
"github": "l-portet",
|
|
1535
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1126
1536
|
}
|
|
1127
|
-
]
|
|
1537
|
+
],
|
|
1538
|
+
"compatibility": {
|
|
1539
|
+
"nuxt": "^2.0.0",
|
|
1540
|
+
"requires": {}
|
|
1541
|
+
}
|
|
1128
1542
|
},
|
|
1129
1543
|
{
|
|
1130
1544
|
"name": "helmet",
|
|
@@ -1140,10 +1554,13 @@
|
|
|
1140
1554
|
"maintainers": [
|
|
1141
1555
|
{
|
|
1142
1556
|
"name": "victor-perez",
|
|
1143
|
-
"github": "victor-perez"
|
|
1144
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1557
|
+
"github": "victor-perez"
|
|
1145
1558
|
}
|
|
1146
|
-
]
|
|
1559
|
+
],
|
|
1560
|
+
"compatibility": {
|
|
1561
|
+
"nuxt": "^2.0.0",
|
|
1562
|
+
"requires": {}
|
|
1563
|
+
}
|
|
1147
1564
|
},
|
|
1148
1565
|
{
|
|
1149
1566
|
"name": "highcharts",
|
|
@@ -1159,10 +1576,13 @@
|
|
|
1159
1576
|
"maintainers": [
|
|
1160
1577
|
{
|
|
1161
1578
|
"name": "richardeschloss",
|
|
1162
|
-
"github": "richardeschloss"
|
|
1163
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1579
|
+
"github": "richardeschloss"
|
|
1164
1580
|
}
|
|
1165
|
-
]
|
|
1581
|
+
],
|
|
1582
|
+
"compatibility": {
|
|
1583
|
+
"nuxt": "^2.0.0",
|
|
1584
|
+
"requires": {}
|
|
1585
|
+
}
|
|
1166
1586
|
},
|
|
1167
1587
|
{
|
|
1168
1588
|
"name": "history-state",
|
|
@@ -1178,10 +1598,13 @@
|
|
|
1178
1598
|
"maintainers": [
|
|
1179
1599
|
{
|
|
1180
1600
|
"name": "hidekatsu-izuno",
|
|
1181
|
-
"github": "hidekatsu-izuno"
|
|
1182
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1601
|
+
"github": "hidekatsu-izuno"
|
|
1183
1602
|
}
|
|
1184
|
-
]
|
|
1603
|
+
],
|
|
1604
|
+
"compatibility": {
|
|
1605
|
+
"nuxt": "^2.0.0",
|
|
1606
|
+
"requires": {}
|
|
1607
|
+
}
|
|
1185
1608
|
},
|
|
1186
1609
|
{
|
|
1187
1610
|
"name": "html-minifier",
|
|
@@ -1197,10 +1620,13 @@
|
|
|
1197
1620
|
"maintainers": [
|
|
1198
1621
|
{
|
|
1199
1622
|
"name": "Xin Du",
|
|
1200
|
-
"github": "clarkdo"
|
|
1201
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1623
|
+
"github": "clarkdo"
|
|
1202
1624
|
}
|
|
1203
|
-
]
|
|
1625
|
+
],
|
|
1626
|
+
"compatibility": {
|
|
1627
|
+
"nuxt": "^2.0.0",
|
|
1628
|
+
"requires": {}
|
|
1629
|
+
}
|
|
1204
1630
|
},
|
|
1205
1631
|
{
|
|
1206
1632
|
"name": "html-validator",
|
|
@@ -1217,10 +1643,13 @@
|
|
|
1217
1643
|
{
|
|
1218
1644
|
"name": "Daniel Roe",
|
|
1219
1645
|
"github": "danielroe",
|
|
1220
|
-
"twitter": "danielcroe"
|
|
1221
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1646
|
+
"twitter": "danielcroe"
|
|
1222
1647
|
}
|
|
1223
|
-
]
|
|
1648
|
+
],
|
|
1649
|
+
"compatibility": {
|
|
1650
|
+
"nuxt": "^2.0.0",
|
|
1651
|
+
"requires": {}
|
|
1652
|
+
}
|
|
1224
1653
|
},
|
|
1225
1654
|
{
|
|
1226
1655
|
"name": "http",
|
|
@@ -1237,16 +1666,41 @@
|
|
|
1237
1666
|
{
|
|
1238
1667
|
"name": "Pooya Parsa",
|
|
1239
1668
|
"github": "pi0",
|
|
1240
|
-
"twitter": "_pi0_"
|
|
1241
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1669
|
+
"twitter": "_pi0_"
|
|
1242
1670
|
},
|
|
1243
1671
|
{
|
|
1244
1672
|
"name": "Sébastien Chopin",
|
|
1245
1673
|
"github": "Atinux",
|
|
1246
|
-
"twitter": "Atinux"
|
|
1247
|
-
|
|
1674
|
+
"twitter": "Atinux"
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1677
|
+
"compatibility": {
|
|
1678
|
+
"nuxt": "^2.0.0",
|
|
1679
|
+
"requires": {}
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"name": "humans-txt",
|
|
1684
|
+
"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.",
|
|
1685
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1686
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1687
|
+
"icon": "",
|
|
1688
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1689
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1690
|
+
"learn_more": "https://humanstxt.org/",
|
|
1691
|
+
"category": "SEO",
|
|
1692
|
+
"type": "3rd-party",
|
|
1693
|
+
"maintainers": [
|
|
1694
|
+
{
|
|
1695
|
+
"name": "Luca Iaconelli",
|
|
1696
|
+
"github": "LuXDAmore",
|
|
1697
|
+
"twitter": "luxdamore"
|
|
1248
1698
|
}
|
|
1249
|
-
]
|
|
1699
|
+
],
|
|
1700
|
+
"compatibility": {
|
|
1701
|
+
"nuxt": "^2.0.0",
|
|
1702
|
+
"requires": {}
|
|
1703
|
+
}
|
|
1250
1704
|
},
|
|
1251
1705
|
{
|
|
1252
1706
|
"name": "i18n",
|
|
@@ -1262,15 +1716,17 @@
|
|
|
1262
1716
|
"maintainers": [
|
|
1263
1717
|
{
|
|
1264
1718
|
"name": "Rafał Chłodnicki",
|
|
1265
|
-
"github": "rchl"
|
|
1266
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1719
|
+
"github": "rchl"
|
|
1267
1720
|
},
|
|
1268
1721
|
{
|
|
1269
|
-
"name": "
|
|
1270
|
-
"github": "
|
|
1271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1722
|
+
"name": "Kazuya Kawaguchi",
|
|
1723
|
+
"github": "kazupon"
|
|
1272
1724
|
}
|
|
1273
|
-
]
|
|
1725
|
+
],
|
|
1726
|
+
"compatibility": {
|
|
1727
|
+
"nuxt": "^2.0.0",
|
|
1728
|
+
"requires": {}
|
|
1729
|
+
}
|
|
1274
1730
|
},
|
|
1275
1731
|
{
|
|
1276
1732
|
"name": "image-loader",
|
|
@@ -1286,10 +1742,13 @@
|
|
|
1286
1742
|
"maintainers": [
|
|
1287
1743
|
{
|
|
1288
1744
|
"name": "Barry Fisher",
|
|
1289
|
-
"github": "Barry-Fisher"
|
|
1290
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1745
|
+
"github": "Barry-Fisher"
|
|
1291
1746
|
}
|
|
1292
|
-
]
|
|
1747
|
+
],
|
|
1748
|
+
"compatibility": {
|
|
1749
|
+
"nuxt": "^2.0.0",
|
|
1750
|
+
"requires": {}
|
|
1751
|
+
}
|
|
1293
1752
|
},
|
|
1294
1753
|
{
|
|
1295
1754
|
"name": "image",
|
|
@@ -1306,22 +1765,25 @@
|
|
|
1306
1765
|
{
|
|
1307
1766
|
"name": "Ahad Birang",
|
|
1308
1767
|
"github": "farnabaz",
|
|
1309
|
-
"twitter": "a_birang"
|
|
1310
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1768
|
+
"twitter": "a_birang"
|
|
1311
1769
|
},
|
|
1312
1770
|
{
|
|
1313
1771
|
"name": "Pooya Parsa",
|
|
1314
1772
|
"github": "pi0",
|
|
1315
|
-
"twitter": "_pi0_"
|
|
1316
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1773
|
+
"twitter": "_pi0_"
|
|
1317
1774
|
},
|
|
1318
1775
|
{
|
|
1319
1776
|
"name": "Sebastien Chopin",
|
|
1320
1777
|
"github": "Atinux",
|
|
1321
|
-
"twitter": "Atinux"
|
|
1322
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1778
|
+
"twitter": "Atinux"
|
|
1323
1779
|
}
|
|
1324
|
-
]
|
|
1780
|
+
],
|
|
1781
|
+
"compatibility": {
|
|
1782
|
+
"nuxt": "^2.0.0",
|
|
1783
|
+
"requires": {
|
|
1784
|
+
"bridge": "optional"
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1325
1787
|
},
|
|
1326
1788
|
{
|
|
1327
1789
|
"name": "imagemin",
|
|
@@ -1337,10 +1799,38 @@
|
|
|
1337
1799
|
"maintainers": [
|
|
1338
1800
|
{
|
|
1339
1801
|
"name": "Ricardo Gobbo de Souza",
|
|
1340
|
-
"github": "ricardogobbosouza"
|
|
1341
|
-
|
|
1802
|
+
"github": "ricardogobbosouza"
|
|
1803
|
+
}
|
|
1804
|
+
],
|
|
1805
|
+
"compatibility": {
|
|
1806
|
+
"nuxt": "^2.0.0",
|
|
1807
|
+
"requires": {}
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"name": "inkline",
|
|
1812
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1813
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1814
|
+
"npm": "@inkline/nuxt",
|
|
1815
|
+
"icon": "inkline.svg",
|
|
1816
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1817
|
+
"website": "https://inkline.io",
|
|
1818
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1819
|
+
"category": "UI",
|
|
1820
|
+
"type": "3rd-party",
|
|
1821
|
+
"maintainers": [
|
|
1822
|
+
{
|
|
1823
|
+
"name": "Alex Grozav",
|
|
1824
|
+
"github": "alexgrozav",
|
|
1825
|
+
"twitter": "alexgrozav"
|
|
1826
|
+
}
|
|
1827
|
+
],
|
|
1828
|
+
"compatibility": {
|
|
1829
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1830
|
+
"requires": {
|
|
1831
|
+
"bridge": true
|
|
1342
1832
|
}
|
|
1343
|
-
|
|
1833
|
+
}
|
|
1344
1834
|
},
|
|
1345
1835
|
{
|
|
1346
1836
|
"name": "intercom",
|
|
@@ -1356,10 +1846,13 @@
|
|
|
1356
1846
|
"maintainers": [
|
|
1357
1847
|
{
|
|
1358
1848
|
"name": "hex-digital",
|
|
1359
|
-
"github": "hex-digital"
|
|
1360
|
-
"avatar": "https://avatars1.githubusercontent.com/u/17425446?v=4"
|
|
1849
|
+
"github": "hex-digital"
|
|
1361
1850
|
}
|
|
1362
|
-
]
|
|
1851
|
+
],
|
|
1852
|
+
"compatibility": {
|
|
1853
|
+
"nuxt": "^2.0.0",
|
|
1854
|
+
"requires": {}
|
|
1855
|
+
}
|
|
1363
1856
|
},
|
|
1364
1857
|
{
|
|
1365
1858
|
"name": "jsonapi",
|
|
@@ -1375,10 +1868,13 @@
|
|
|
1375
1868
|
"maintainers": [
|
|
1376
1869
|
{
|
|
1377
1870
|
"name": "patrickcate",
|
|
1378
|
-
"github": "patrickcate"
|
|
1379
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1871
|
+
"github": "patrickcate"
|
|
1380
1872
|
}
|
|
1381
|
-
]
|
|
1873
|
+
],
|
|
1874
|
+
"compatibility": {
|
|
1875
|
+
"nuxt": "^2.0.0",
|
|
1876
|
+
"requires": {}
|
|
1877
|
+
}
|
|
1382
1878
|
},
|
|
1383
1879
|
{
|
|
1384
1880
|
"name": "kentico-kontent",
|
|
@@ -1394,10 +1890,13 @@
|
|
|
1394
1890
|
"maintainers": [
|
|
1395
1891
|
{
|
|
1396
1892
|
"name": "Alfred Brockötter",
|
|
1397
|
-
"github": "Domitnator"
|
|
1398
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1893
|
+
"github": "Domitnator"
|
|
1399
1894
|
}
|
|
1400
|
-
]
|
|
1895
|
+
],
|
|
1896
|
+
"compatibility": {
|
|
1897
|
+
"nuxt": "^2.0.0",
|
|
1898
|
+
"requires": {}
|
|
1899
|
+
}
|
|
1401
1900
|
},
|
|
1402
1901
|
{
|
|
1403
1902
|
"name": "laravel-echo",
|
|
@@ -1413,10 +1912,13 @@
|
|
|
1413
1912
|
"maintainers": [
|
|
1414
1913
|
{
|
|
1415
1914
|
"name": "Ricardo Gobbo de Souza",
|
|
1416
|
-
"github": "ricardogobbosouza"
|
|
1417
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1915
|
+
"github": "ricardogobbosouza"
|
|
1418
1916
|
}
|
|
1419
|
-
]
|
|
1917
|
+
],
|
|
1918
|
+
"compatibility": {
|
|
1919
|
+
"nuxt": "^2.0.0",
|
|
1920
|
+
"requires": {}
|
|
1921
|
+
}
|
|
1420
1922
|
},
|
|
1421
1923
|
{
|
|
1422
1924
|
"name": "laravel-nuxt",
|
|
@@ -1432,10 +1934,13 @@
|
|
|
1432
1934
|
"maintainers": [
|
|
1433
1935
|
{
|
|
1434
1936
|
"name": "skyrpex",
|
|
1435
|
-
"github": "skyrpex"
|
|
1436
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1937
|
+
"github": "skyrpex"
|
|
1437
1938
|
}
|
|
1438
|
-
]
|
|
1939
|
+
],
|
|
1940
|
+
"compatibility": {
|
|
1941
|
+
"nuxt": "^2.0.0",
|
|
1942
|
+
"requires": {}
|
|
1943
|
+
}
|
|
1439
1944
|
},
|
|
1440
1945
|
{
|
|
1441
1946
|
"name": "laravel",
|
|
@@ -1451,10 +1956,13 @@
|
|
|
1451
1956
|
"maintainers": [
|
|
1452
1957
|
{
|
|
1453
1958
|
"name": "m2sd",
|
|
1454
|
-
"github": "m2sd"
|
|
1455
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1959
|
+
"github": "m2sd"
|
|
1456
1960
|
}
|
|
1457
|
-
]
|
|
1961
|
+
],
|
|
1962
|
+
"compatibility": {
|
|
1963
|
+
"nuxt": "^2.0.0",
|
|
1964
|
+
"requires": {}
|
|
1965
|
+
}
|
|
1458
1966
|
},
|
|
1459
1967
|
{
|
|
1460
1968
|
"name": "leaflet",
|
|
@@ -1470,10 +1978,13 @@
|
|
|
1470
1978
|
"maintainers": [
|
|
1471
1979
|
{
|
|
1472
1980
|
"name": "schlunsen",
|
|
1473
|
-
"github": "schlunsen"
|
|
1474
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1981
|
+
"github": "schlunsen"
|
|
1475
1982
|
}
|
|
1476
|
-
]
|
|
1983
|
+
],
|
|
1984
|
+
"compatibility": {
|
|
1985
|
+
"nuxt": "^2.0.0",
|
|
1986
|
+
"requires": {}
|
|
1987
|
+
}
|
|
1477
1988
|
},
|
|
1478
1989
|
{
|
|
1479
1990
|
"name": "localforage",
|
|
@@ -1490,15 +2001,17 @@
|
|
|
1490
2001
|
{
|
|
1491
2002
|
"name": "Alexandre Chopin",
|
|
1492
2003
|
"github": "alexchopin",
|
|
1493
|
-
"twitter": "alexchopin"
|
|
1494
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
2004
|
+
"twitter": "alexchopin"
|
|
1495
2005
|
},
|
|
1496
2006
|
{
|
|
1497
2007
|
"name": "Ricardo Gobbo de Souza",
|
|
1498
|
-
"github": "ricardogobbosouza"
|
|
1499
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2008
|
+
"github": "ricardogobbosouza"
|
|
1500
2009
|
}
|
|
1501
|
-
]
|
|
2010
|
+
],
|
|
2011
|
+
"compatibility": {
|
|
2012
|
+
"nuxt": "^2.0.0",
|
|
2013
|
+
"requires": {}
|
|
2014
|
+
}
|
|
1502
2015
|
},
|
|
1503
2016
|
{
|
|
1504
2017
|
"name": "localtunnel",
|
|
@@ -1515,10 +2028,35 @@
|
|
|
1515
2028
|
{
|
|
1516
2029
|
"name": "Pooya Parsa",
|
|
1517
2030
|
"github": "pi0",
|
|
1518
|
-
"twitter": "_pi0_"
|
|
1519
|
-
|
|
2031
|
+
"twitter": "_pi0_"
|
|
2032
|
+
}
|
|
2033
|
+
],
|
|
2034
|
+
"compatibility": {
|
|
2035
|
+
"nuxt": "^2.0.0",
|
|
2036
|
+
"requires": {}
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"name": "lodash",
|
|
2041
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2042
|
+
"repo": "cipami/nuxt-lodash",
|
|
2043
|
+
"npm": "nuxt-lodash",
|
|
2044
|
+
"icon": "lodash.svg",
|
|
2045
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2046
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2047
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2048
|
+
"category": "Libraries",
|
|
2049
|
+
"type": "3rd-party",
|
|
2050
|
+
"maintainers": [
|
|
2051
|
+
{
|
|
2052
|
+
"name": "Michal Čípa",
|
|
2053
|
+
"github": "cipami"
|
|
1520
2054
|
}
|
|
1521
|
-
]
|
|
2055
|
+
],
|
|
2056
|
+
"compatibility": {
|
|
2057
|
+
"nuxt": "^3.0.0",
|
|
2058
|
+
"requires": {}
|
|
2059
|
+
}
|
|
1522
2060
|
},
|
|
1523
2061
|
{
|
|
1524
2062
|
"name": "logrocket",
|
|
@@ -1535,10 +2073,13 @@
|
|
|
1535
2073
|
{
|
|
1536
2074
|
"name": "Farzad Soltani",
|
|
1537
2075
|
"github": "farzadso",
|
|
1538
|
-
"twitter": "farzadso"
|
|
1539
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2076
|
+
"twitter": "farzadso"
|
|
1540
2077
|
}
|
|
1541
|
-
]
|
|
2078
|
+
],
|
|
2079
|
+
"compatibility": {
|
|
2080
|
+
"nuxt": "^2.0.0",
|
|
2081
|
+
"requires": {}
|
|
2082
|
+
}
|
|
1542
2083
|
},
|
|
1543
2084
|
{
|
|
1544
2085
|
"name": "lunr",
|
|
@@ -1554,10 +2095,13 @@
|
|
|
1554
2095
|
"maintainers": [
|
|
1555
2096
|
{
|
|
1556
2097
|
"name": "Pim",
|
|
1557
|
-
"github": "pimlie"
|
|
1558
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2098
|
+
"github": "pimlie"
|
|
1559
2099
|
}
|
|
1560
|
-
]
|
|
2100
|
+
],
|
|
2101
|
+
"compatibility": {
|
|
2102
|
+
"nuxt": "^2.0.0",
|
|
2103
|
+
"requires": {}
|
|
2104
|
+
}
|
|
1561
2105
|
},
|
|
1562
2106
|
{
|
|
1563
2107
|
"name": "markdownit",
|
|
@@ -1574,10 +2118,13 @@
|
|
|
1574
2118
|
{
|
|
1575
2119
|
"name": "Pooya Parsa",
|
|
1576
2120
|
"github": "pi0",
|
|
1577
|
-
"twitter": "_pi0_"
|
|
1578
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2121
|
+
"twitter": "_pi0_"
|
|
1579
2122
|
}
|
|
1580
|
-
]
|
|
2123
|
+
],
|
|
2124
|
+
"compatibility": {
|
|
2125
|
+
"nuxt": "^2.0.0",
|
|
2126
|
+
"requires": {}
|
|
2127
|
+
}
|
|
1581
2128
|
},
|
|
1582
2129
|
{
|
|
1583
2130
|
"name": "matomo",
|
|
@@ -1593,10 +2140,13 @@
|
|
|
1593
2140
|
"maintainers": [
|
|
1594
2141
|
{
|
|
1595
2142
|
"name": "pimlie",
|
|
1596
|
-
"github": "pimlie"
|
|
1597
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2143
|
+
"github": "pimlie"
|
|
1598
2144
|
}
|
|
1599
|
-
]
|
|
2145
|
+
],
|
|
2146
|
+
"compatibility": {
|
|
2147
|
+
"nuxt": "^2.0.0",
|
|
2148
|
+
"requires": {}
|
|
2149
|
+
}
|
|
1600
2150
|
},
|
|
1601
2151
|
{
|
|
1602
2152
|
"name": "mdx",
|
|
@@ -1613,10 +2163,38 @@
|
|
|
1613
2163
|
{
|
|
1614
2164
|
"name": "Jonathan Bakebwa",
|
|
1615
2165
|
"github": "codebender828",
|
|
1616
|
-
"twitter": "codebender828"
|
|
1617
|
-
|
|
2166
|
+
"twitter": "codebender828"
|
|
2167
|
+
}
|
|
2168
|
+
],
|
|
2169
|
+
"compatibility": {
|
|
2170
|
+
"nuxt": "^2.0.0",
|
|
2171
|
+
"requires": {}
|
|
2172
|
+
}
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
"name": "meilisearch",
|
|
2176
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2177
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2178
|
+
"npm": "nuxt-meilisearch",
|
|
2179
|
+
"icon": "meilisearch.svg",
|
|
2180
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2181
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2182
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2183
|
+
"category": "Libraries",
|
|
2184
|
+
"type": "3rd-party",
|
|
2185
|
+
"maintainers": [
|
|
2186
|
+
{
|
|
2187
|
+
"name": "Alex Duval",
|
|
2188
|
+
"github": "xlanex6",
|
|
2189
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2190
|
+
}
|
|
2191
|
+
],
|
|
2192
|
+
"compatibility": {
|
|
2193
|
+
"nuxt": "^3.0.0",
|
|
2194
|
+
"requires": {
|
|
2195
|
+
"bridge": false
|
|
1618
2196
|
}
|
|
1619
|
-
|
|
2197
|
+
}
|
|
1620
2198
|
},
|
|
1621
2199
|
{
|
|
1622
2200
|
"name": "memwatch",
|
|
@@ -1632,10 +2210,13 @@
|
|
|
1632
2210
|
"maintainers": [
|
|
1633
2211
|
{
|
|
1634
2212
|
"name": "pimlie",
|
|
1635
|
-
"github": "pimlie"
|
|
1636
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2213
|
+
"github": "pimlie"
|
|
1637
2214
|
}
|
|
1638
|
-
]
|
|
2215
|
+
],
|
|
2216
|
+
"compatibility": {
|
|
2217
|
+
"nuxt": "^2.0.0",
|
|
2218
|
+
"requires": {}
|
|
2219
|
+
}
|
|
1639
2220
|
},
|
|
1640
2221
|
{
|
|
1641
2222
|
"name": "mobile",
|
|
@@ -1651,10 +2232,13 @@
|
|
|
1651
2232
|
"maintainers": [
|
|
1652
2233
|
{
|
|
1653
2234
|
"name": "ChanningDefoe",
|
|
1654
|
-
"github": "ChanningDefoe"
|
|
1655
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2235
|
+
"github": "ChanningDefoe"
|
|
1656
2236
|
}
|
|
1657
|
-
]
|
|
2237
|
+
],
|
|
2238
|
+
"compatibility": {
|
|
2239
|
+
"nuxt": "^2.0.0",
|
|
2240
|
+
"requires": {}
|
|
2241
|
+
}
|
|
1658
2242
|
},
|
|
1659
2243
|
{
|
|
1660
2244
|
"name": "moment",
|
|
@@ -1671,15 +2255,17 @@
|
|
|
1671
2255
|
{
|
|
1672
2256
|
"name": "Pooya Parsa",
|
|
1673
2257
|
"github": "pi0",
|
|
1674
|
-
"twitter": "_pi0_"
|
|
1675
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2258
|
+
"twitter": "_pi0_"
|
|
1676
2259
|
},
|
|
1677
2260
|
{
|
|
1678
2261
|
"name": "Ricardo Gobbo de Souza",
|
|
1679
|
-
"github": "ricardogobbosouza"
|
|
1680
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2262
|
+
"github": "ricardogobbosouza"
|
|
1681
2263
|
}
|
|
1682
|
-
]
|
|
2264
|
+
],
|
|
2265
|
+
"compatibility": {
|
|
2266
|
+
"nuxt": "^2.0.0",
|
|
2267
|
+
"requires": {}
|
|
2268
|
+
}
|
|
1683
2269
|
},
|
|
1684
2270
|
{
|
|
1685
2271
|
"name": "mq",
|
|
@@ -1695,10 +2281,13 @@
|
|
|
1695
2281
|
"maintainers": [
|
|
1696
2282
|
{
|
|
1697
2283
|
"name": "vanhoofmaarten",
|
|
1698
|
-
"github": "vanhoofmaarten"
|
|
1699
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2284
|
+
"github": "vanhoofmaarten"
|
|
1700
2285
|
}
|
|
1701
|
-
]
|
|
2286
|
+
],
|
|
2287
|
+
"compatibility": {
|
|
2288
|
+
"nuxt": "^2.0.0",
|
|
2289
|
+
"requires": {}
|
|
2290
|
+
}
|
|
1702
2291
|
},
|
|
1703
2292
|
{
|
|
1704
2293
|
"name": "neo",
|
|
@@ -1714,10 +2303,13 @@
|
|
|
1714
2303
|
"maintainers": [
|
|
1715
2304
|
{
|
|
1716
2305
|
"name": "ezypeeze",
|
|
1717
|
-
"github": "ezypeeze"
|
|
1718
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2306
|
+
"github": "ezypeeze"
|
|
1719
2307
|
}
|
|
1720
|
-
]
|
|
2308
|
+
],
|
|
2309
|
+
"compatibility": {
|
|
2310
|
+
"nuxt": "^2.0.0",
|
|
2311
|
+
"requires": {}
|
|
2312
|
+
}
|
|
1721
2313
|
},
|
|
1722
2314
|
{
|
|
1723
2315
|
"name": "netlify-cache",
|
|
@@ -1733,10 +2325,13 @@
|
|
|
1733
2325
|
"maintainers": [
|
|
1734
2326
|
{
|
|
1735
2327
|
"name": "DreaMinder",
|
|
1736
|
-
"github": "DreaMinder"
|
|
1737
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2328
|
+
"github": "DreaMinder"
|
|
1738
2329
|
}
|
|
1739
|
-
]
|
|
2330
|
+
],
|
|
2331
|
+
"compatibility": {
|
|
2332
|
+
"nuxt": "^2.0.0",
|
|
2333
|
+
"requires": {}
|
|
2334
|
+
}
|
|
1740
2335
|
},
|
|
1741
2336
|
{
|
|
1742
2337
|
"name": "netlify-files",
|
|
@@ -1753,10 +2348,13 @@
|
|
|
1753
2348
|
{
|
|
1754
2349
|
"name": "Alexander Lichter",
|
|
1755
2350
|
"github": "manniL",
|
|
1756
|
-
"twitter": "TheAlexLichter"
|
|
1757
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2351
|
+
"twitter": "TheAlexLichter"
|
|
1758
2352
|
}
|
|
1759
|
-
]
|
|
2353
|
+
],
|
|
2354
|
+
"compatibility": {
|
|
2355
|
+
"nuxt": "^2.0.0",
|
|
2356
|
+
"requires": {}
|
|
2357
|
+
}
|
|
1760
2358
|
},
|
|
1761
2359
|
{
|
|
1762
2360
|
"name": "netlify",
|
|
@@ -1772,10 +2370,13 @@
|
|
|
1772
2370
|
"maintainers": [
|
|
1773
2371
|
{
|
|
1774
2372
|
"name": "bazzite",
|
|
1775
|
-
"github": "bazzite"
|
|
1776
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2373
|
+
"github": "bazzite"
|
|
1777
2374
|
}
|
|
1778
|
-
]
|
|
2375
|
+
],
|
|
2376
|
+
"compatibility": {
|
|
2377
|
+
"nuxt": "^2.0.0",
|
|
2378
|
+
"requires": {}
|
|
2379
|
+
}
|
|
1779
2380
|
},
|
|
1780
2381
|
{
|
|
1781
2382
|
"name": "ngrok",
|
|
@@ -1792,16 +2393,18 @@
|
|
|
1792
2393
|
{
|
|
1793
2394
|
"name": "Debbie O'Brien",
|
|
1794
2395
|
"github": "debs-obrien",
|
|
1795
|
-
"twitter": "debs_obrien"
|
|
1796
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2396
|
+
"twitter": "debs_obrien"
|
|
1797
2397
|
},
|
|
1798
2398
|
{
|
|
1799
2399
|
"name": "Pooya Parsa",
|
|
1800
2400
|
"github": "pi0",
|
|
1801
|
-
"twitter": "_pi0_"
|
|
1802
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2401
|
+
"twitter": "_pi0_"
|
|
1803
2402
|
}
|
|
1804
|
-
]
|
|
2403
|
+
],
|
|
2404
|
+
"compatibility": {
|
|
2405
|
+
"nuxt": "^2.0.0",
|
|
2406
|
+
"requires": {}
|
|
2407
|
+
}
|
|
1805
2408
|
},
|
|
1806
2409
|
{
|
|
1807
2410
|
"name": "notion",
|
|
@@ -1817,10 +2420,106 @@
|
|
|
1817
2420
|
"maintainers": [
|
|
1818
2421
|
{
|
|
1819
2422
|
"name": "janniks",
|
|
1820
|
-
"github": "janniks"
|
|
1821
|
-
|
|
2423
|
+
"github": "janniks"
|
|
2424
|
+
}
|
|
2425
|
+
],
|
|
2426
|
+
"compatibility": {
|
|
2427
|
+
"nuxt": "^2.0.0",
|
|
2428
|
+
"requires": {}
|
|
2429
|
+
}
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "nuxt-hue",
|
|
2433
|
+
"description": "Enlighten your Nuxt experience",
|
|
2434
|
+
"repo": "lihbr/nuxt-hue",
|
|
2435
|
+
"npm": "nuxt-hue",
|
|
2436
|
+
"icon": "nuxt-hue.svg",
|
|
2437
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2438
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2439
|
+
"learn_more": "",
|
|
2440
|
+
"category": "Devtools",
|
|
2441
|
+
"type": "3rd-party",
|
|
2442
|
+
"maintainers": [
|
|
2443
|
+
{
|
|
2444
|
+
"name": "lihbr",
|
|
2445
|
+
"github": "lihbr"
|
|
2446
|
+
}
|
|
2447
|
+
],
|
|
2448
|
+
"compatibility": {
|
|
2449
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2450
|
+
"requires": {
|
|
2451
|
+
"bridge": "optional"
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "nuxt-pino-log",
|
|
2457
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2458
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2459
|
+
"npm": "nuxt-pino-log",
|
|
2460
|
+
"icon": "",
|
|
2461
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2462
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2463
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2464
|
+
"category": "Monitoring",
|
|
2465
|
+
"type": "3rd-party",
|
|
2466
|
+
"maintainers": [
|
|
2467
|
+
{
|
|
2468
|
+
"name": "kpn",
|
|
2469
|
+
"github": "kpn"
|
|
2470
|
+
}
|
|
2471
|
+
],
|
|
2472
|
+
"compatibility": {
|
|
2473
|
+
"nuxt": "^2.0.0",
|
|
2474
|
+
"requires": {}
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"name": "nuxt-png-to-ico",
|
|
2479
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2480
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2481
|
+
"npm": "nuxt-png-to-ico",
|
|
2482
|
+
"icon": "",
|
|
2483
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2484
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2485
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2486
|
+
"category": "Devtools",
|
|
2487
|
+
"type": "3rd-party",
|
|
2488
|
+
"maintainers": [
|
|
2489
|
+
{
|
|
2490
|
+
"name": "b5710546232",
|
|
2491
|
+
"github": "b5710546232",
|
|
2492
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
1822
2493
|
}
|
|
1823
|
-
]
|
|
2494
|
+
],
|
|
2495
|
+
"compatibility": {
|
|
2496
|
+
"nuxt": "^2.0.0",
|
|
2497
|
+
"requires": {}
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "nuxt-smartlook",
|
|
2502
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2503
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2504
|
+
"npm": "nuxt-smartlook",
|
|
2505
|
+
"icon": "nuxt-smartlook.png",
|
|
2506
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2507
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2508
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2509
|
+
"category": "Analytics",
|
|
2510
|
+
"type": "3rd-party",
|
|
2511
|
+
"maintainers": [
|
|
2512
|
+
{
|
|
2513
|
+
"name": "Milan Sulc",
|
|
2514
|
+
"github": "f3l1x",
|
|
2515
|
+
"twitter": "xf3l1x",
|
|
2516
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2517
|
+
}
|
|
2518
|
+
],
|
|
2519
|
+
"compatibility": {
|
|
2520
|
+
"nuxt": "^2.0.0",
|
|
2521
|
+
"requires": {}
|
|
2522
|
+
}
|
|
1824
2523
|
},
|
|
1825
2524
|
{
|
|
1826
2525
|
"name": "nuxt-use-motion",
|
|
@@ -1836,10 +2535,13 @@
|
|
|
1836
2535
|
"maintainers": [
|
|
1837
2536
|
{
|
|
1838
2537
|
"name": "Tahul",
|
|
1839
|
-
"github": "Tahul"
|
|
1840
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1385263?v=4"
|
|
2538
|
+
"github": "Tahul"
|
|
1841
2539
|
}
|
|
1842
|
-
]
|
|
2540
|
+
],
|
|
2541
|
+
"compatibility": {
|
|
2542
|
+
"nuxt": "^2.0.0",
|
|
2543
|
+
"requires": {}
|
|
2544
|
+
}
|
|
1843
2545
|
},
|
|
1844
2546
|
{
|
|
1845
2547
|
"name": "nuxt-use-sound",
|
|
@@ -1855,10 +2557,13 @@
|
|
|
1855
2557
|
"maintainers": [
|
|
1856
2558
|
{
|
|
1857
2559
|
"name": "Tahul",
|
|
1858
|
-
"github": "Tahul"
|
|
1859
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1385263?v=4"
|
|
2560
|
+
"github": "Tahul"
|
|
1860
2561
|
}
|
|
1861
|
-
]
|
|
2562
|
+
],
|
|
2563
|
+
"compatibility": {
|
|
2564
|
+
"nuxt": "^2.0.0",
|
|
2565
|
+
"requires": {}
|
|
2566
|
+
}
|
|
1862
2567
|
},
|
|
1863
2568
|
{
|
|
1864
2569
|
"name": "nuxt-viewport",
|
|
@@ -1874,10 +2579,13 @@
|
|
|
1874
2579
|
"maintainers": [
|
|
1875
2580
|
{
|
|
1876
2581
|
"name": "mvrlin",
|
|
1877
|
-
"github": "mvrlin"
|
|
1878
|
-
"avatar": "https://avatars.githubusercontent.com/u/24970784?v=4"
|
|
2582
|
+
"github": "mvrlin"
|
|
1879
2583
|
}
|
|
1880
|
-
]
|
|
2584
|
+
],
|
|
2585
|
+
"compatibility": {
|
|
2586
|
+
"nuxt": "^2.0.0",
|
|
2587
|
+
"requires": {}
|
|
2588
|
+
}
|
|
1881
2589
|
},
|
|
1882
2590
|
{
|
|
1883
2591
|
"name": "nuxt7",
|
|
@@ -1894,10 +2602,13 @@
|
|
|
1894
2602
|
{
|
|
1895
2603
|
"name": "Pooya Parsa",
|
|
1896
2604
|
"github": "pi0",
|
|
1897
|
-
"twitter": "_pi0_"
|
|
1898
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2605
|
+
"twitter": "_pi0_"
|
|
1899
2606
|
}
|
|
1900
|
-
]
|
|
2607
|
+
],
|
|
2608
|
+
"compatibility": {
|
|
2609
|
+
"nuxt": "^2.0.0",
|
|
2610
|
+
"requires": {}
|
|
2611
|
+
}
|
|
1901
2612
|
},
|
|
1902
2613
|
{
|
|
1903
2614
|
"name": "onesignal",
|
|
@@ -1914,10 +2625,13 @@
|
|
|
1914
2625
|
{
|
|
1915
2626
|
"name": "Pooya Parsa",
|
|
1916
2627
|
"github": "pi0",
|
|
1917
|
-
"twitter": "_pi0_"
|
|
1918
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2628
|
+
"twitter": "_pi0_"
|
|
1919
2629
|
}
|
|
1920
|
-
]
|
|
2630
|
+
],
|
|
2631
|
+
"compatibility": {
|
|
2632
|
+
"nuxt": "^2.0.0",
|
|
2633
|
+
"requires": {}
|
|
2634
|
+
}
|
|
1921
2635
|
},
|
|
1922
2636
|
{
|
|
1923
2637
|
"name": "optimized-images",
|
|
@@ -1934,10 +2648,13 @@
|
|
|
1934
2648
|
{
|
|
1935
2649
|
"name": "Julio Marquez",
|
|
1936
2650
|
"github": "juliomrqz",
|
|
1937
|
-
"twitter": "juliomrqz"
|
|
1938
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2651
|
+
"twitter": "juliomrqz"
|
|
1939
2652
|
}
|
|
1940
|
-
]
|
|
2653
|
+
],
|
|
2654
|
+
"compatibility": {
|
|
2655
|
+
"nuxt": "^2.0.0",
|
|
2656
|
+
"requires": {}
|
|
2657
|
+
}
|
|
1941
2658
|
},
|
|
1942
2659
|
{
|
|
1943
2660
|
"name": "page-generator-helper",
|
|
@@ -1953,10 +2670,13 @@
|
|
|
1953
2670
|
"maintainers": [
|
|
1954
2671
|
{
|
|
1955
2672
|
"name": "GrabarzUndPartner",
|
|
1956
|
-
"github": "GrabarzUndPartner"
|
|
1957
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2673
|
+
"github": "GrabarzUndPartner"
|
|
1958
2674
|
}
|
|
1959
|
-
]
|
|
2675
|
+
],
|
|
2676
|
+
"compatibility": {
|
|
2677
|
+
"nuxt": "^2.0.0",
|
|
2678
|
+
"requires": {}
|
|
2679
|
+
}
|
|
1960
2680
|
},
|
|
1961
2681
|
{
|
|
1962
2682
|
"name": "parse",
|
|
@@ -1972,10 +2692,85 @@
|
|
|
1972
2692
|
"maintainers": [
|
|
1973
2693
|
{
|
|
1974
2694
|
"name": "cierrateam",
|
|
1975
|
-
"github": "cierrateam"
|
|
1976
|
-
|
|
2695
|
+
"github": "cierrateam"
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"compatibility": {
|
|
2699
|
+
"nuxt": "^2.0.0",
|
|
2700
|
+
"requires": {}
|
|
2701
|
+
}
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"name": "partytown",
|
|
2705
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2706
|
+
"repo": "nuxt-community/partytown-module",
|
|
2707
|
+
"npm": "@nuxtjs/partytown",
|
|
2708
|
+
"icon": "partytown.svg",
|
|
2709
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2710
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2711
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2712
|
+
"category": "Performance",
|
|
2713
|
+
"type": "community",
|
|
2714
|
+
"maintainers": [
|
|
2715
|
+
{
|
|
2716
|
+
"name": "Daniel Roe",
|
|
2717
|
+
"github": "danielroe",
|
|
2718
|
+
"twitter": "danielcroe"
|
|
1977
2719
|
}
|
|
1978
|
-
]
|
|
2720
|
+
],
|
|
2721
|
+
"compatibility": {
|
|
2722
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2723
|
+
"requires": {
|
|
2724
|
+
"bridge": true
|
|
2725
|
+
}
|
|
2726
|
+
}
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"name": "persian-datepicker",
|
|
2730
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2731
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2732
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2733
|
+
"icon": "persian-datepicker.svg",
|
|
2734
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2735
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2736
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2737
|
+
"category": "Date",
|
|
2738
|
+
"type": "3rd-party",
|
|
2739
|
+
"maintainers": [
|
|
2740
|
+
{
|
|
2741
|
+
"name": "Alireza Alibeiki",
|
|
2742
|
+
"github": "alireza-ab",
|
|
2743
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2744
|
+
}
|
|
2745
|
+
],
|
|
2746
|
+
"compatibility": {
|
|
2747
|
+
"nuxt": "^2.0.0",
|
|
2748
|
+
"requires": {}
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "pinia",
|
|
2753
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2754
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2755
|
+
"npm": "@pinia/nuxt",
|
|
2756
|
+
"icon": "pinia.svg",
|
|
2757
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2758
|
+
"website": "https://pinia.esm.dev/",
|
|
2759
|
+
"learn_more": "",
|
|
2760
|
+
"category": "Extensions",
|
|
2761
|
+
"type": "3rd-party",
|
|
2762
|
+
"maintainers": [
|
|
2763
|
+
{
|
|
2764
|
+
"name": "posva",
|
|
2765
|
+
"github": "posva"
|
|
2766
|
+
}
|
|
2767
|
+
],
|
|
2768
|
+
"compatibility": {
|
|
2769
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2770
|
+
"requires": {
|
|
2771
|
+
"bridge": "optional"
|
|
2772
|
+
}
|
|
2773
|
+
}
|
|
1979
2774
|
},
|
|
1980
2775
|
{
|
|
1981
2776
|
"name": "plausible",
|
|
@@ -1991,10 +2786,15 @@
|
|
|
1991
2786
|
"maintainers": [
|
|
1992
2787
|
{
|
|
1993
2788
|
"name": "moritzsternemann",
|
|
1994
|
-
"github": "moritzsternemann"
|
|
1995
|
-
|
|
2789
|
+
"github": "moritzsternemann"
|
|
2790
|
+
}
|
|
2791
|
+
],
|
|
2792
|
+
"compatibility": {
|
|
2793
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2794
|
+
"requires": {
|
|
2795
|
+
"bridge": "optional"
|
|
1996
2796
|
}
|
|
1997
|
-
|
|
2797
|
+
}
|
|
1998
2798
|
},
|
|
1999
2799
|
{
|
|
2000
2800
|
"name": "precompress",
|
|
@@ -2010,10 +2810,13 @@
|
|
|
2010
2810
|
"maintainers": [
|
|
2011
2811
|
{
|
|
2012
2812
|
"name": "frenchrabbit",
|
|
2013
|
-
"github": "frenchrabbit"
|
|
2014
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2813
|
+
"github": "frenchrabbit"
|
|
2015
2814
|
}
|
|
2016
|
-
]
|
|
2815
|
+
],
|
|
2816
|
+
"compatibility": {
|
|
2817
|
+
"nuxt": "^2.0.0",
|
|
2818
|
+
"requires": {}
|
|
2819
|
+
}
|
|
2017
2820
|
},
|
|
2018
2821
|
{
|
|
2019
2822
|
"name": "prismic",
|
|
@@ -2030,21 +2833,22 @@
|
|
|
2030
2833
|
{
|
|
2031
2834
|
"name": "Sébastien Chopin",
|
|
2032
2835
|
"github": "Atinux",
|
|
2033
|
-
"twitter": "Atinux"
|
|
2034
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2836
|
+
"twitter": "Atinux"
|
|
2035
2837
|
},
|
|
2036
2838
|
{
|
|
2037
2839
|
"name": "lihbr",
|
|
2038
2840
|
"github": "lihbr",
|
|
2039
|
-
"twitter": "li_hbr"
|
|
2040
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2841
|
+
"twitter": "li_hbr"
|
|
2041
2842
|
},
|
|
2042
2843
|
{
|
|
2043
2844
|
"name": "James Pegg",
|
|
2044
|
-
"github": "jamespegg"
|
|
2045
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2845
|
+
"github": "jamespegg"
|
|
2046
2846
|
}
|
|
2047
|
-
]
|
|
2847
|
+
],
|
|
2848
|
+
"compatibility": {
|
|
2849
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2850
|
+
"requires": {}
|
|
2851
|
+
}
|
|
2048
2852
|
},
|
|
2049
2853
|
{
|
|
2050
2854
|
"name": "protected-mailto",
|
|
@@ -2060,10 +2864,13 @@
|
|
|
2060
2864
|
"maintainers": [
|
|
2061
2865
|
{
|
|
2062
2866
|
"name": "mmoollllee",
|
|
2063
|
-
"github": "mmoollllee"
|
|
2064
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2867
|
+
"github": "mmoollllee"
|
|
2065
2868
|
}
|
|
2066
|
-
]
|
|
2869
|
+
],
|
|
2870
|
+
"compatibility": {
|
|
2871
|
+
"nuxt": "^2.0.0",
|
|
2872
|
+
"requires": {}
|
|
2873
|
+
}
|
|
2067
2874
|
},
|
|
2068
2875
|
{
|
|
2069
2876
|
"name": "proxy",
|
|
@@ -2080,10 +2887,13 @@
|
|
|
2080
2887
|
{
|
|
2081
2888
|
"name": "Pooya Parsa",
|
|
2082
2889
|
"github": "pi0",
|
|
2083
|
-
"twitter": "_pi0_"
|
|
2084
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2890
|
+
"twitter": "_pi0_"
|
|
2085
2891
|
}
|
|
2086
|
-
]
|
|
2892
|
+
],
|
|
2893
|
+
"compatibility": {
|
|
2894
|
+
"nuxt": "^2.0.0",
|
|
2895
|
+
"requires": {}
|
|
2896
|
+
}
|
|
2087
2897
|
},
|
|
2088
2898
|
{
|
|
2089
2899
|
"name": "prune-html",
|
|
@@ -2098,11 +2908,15 @@
|
|
|
2098
2908
|
"type": "3rd-party",
|
|
2099
2909
|
"maintainers": [
|
|
2100
2910
|
{
|
|
2101
|
-
"name": "
|
|
2911
|
+
"name": "Luca Iaconelli",
|
|
2102
2912
|
"github": "LuXDAmore",
|
|
2103
|
-
"
|
|
2913
|
+
"twitter": "luxdamore"
|
|
2104
2914
|
}
|
|
2105
|
-
]
|
|
2915
|
+
],
|
|
2916
|
+
"compatibility": {
|
|
2917
|
+
"nuxt": "^2.0.0",
|
|
2918
|
+
"requires": {}
|
|
2919
|
+
}
|
|
2106
2920
|
},
|
|
2107
2921
|
{
|
|
2108
2922
|
"name": "purgecss",
|
|
@@ -2118,14 +2932,17 @@
|
|
|
2118
2932
|
"maintainers": [
|
|
2119
2933
|
{
|
|
2120
2934
|
"name": "Developmint",
|
|
2121
|
-
"github": "Developmint"
|
|
2122
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2935
|
+
"github": "Developmint"
|
|
2123
2936
|
}
|
|
2124
|
-
]
|
|
2937
|
+
],
|
|
2938
|
+
"compatibility": {
|
|
2939
|
+
"nuxt": "^2.0.0",
|
|
2940
|
+
"requires": {}
|
|
2941
|
+
}
|
|
2125
2942
|
},
|
|
2126
2943
|
{
|
|
2127
2944
|
"name": "pwa",
|
|
2128
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2945
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2129
2946
|
"repo": "nuxt-community/pwa-module",
|
|
2130
2947
|
"npm": "@nuxtjs/pwa",
|
|
2131
2948
|
"icon": "pwa.png",
|
|
@@ -2138,10 +2955,15 @@
|
|
|
2138
2955
|
{
|
|
2139
2956
|
"name": "Pooya Parsa",
|
|
2140
2957
|
"github": "pi0",
|
|
2141
|
-
"twitter": "_pi0_"
|
|
2142
|
-
|
|
2958
|
+
"twitter": "_pi0_"
|
|
2959
|
+
}
|
|
2960
|
+
],
|
|
2961
|
+
"compatibility": {
|
|
2962
|
+
"nuxt": "^2.0.0",
|
|
2963
|
+
"requires": {
|
|
2964
|
+
"bridge": "optional"
|
|
2143
2965
|
}
|
|
2144
|
-
|
|
2966
|
+
}
|
|
2145
2967
|
},
|
|
2146
2968
|
{
|
|
2147
2969
|
"name": "python",
|
|
@@ -2157,10 +2979,13 @@
|
|
|
2157
2979
|
"maintainers": [
|
|
2158
2980
|
{
|
|
2159
2981
|
"name": "Sebastian Silva",
|
|
2160
|
-
"github": "icarito"
|
|
2161
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2982
|
+
"github": "icarito"
|
|
2162
2983
|
}
|
|
2163
|
-
]
|
|
2984
|
+
],
|
|
2985
|
+
"compatibility": {
|
|
2986
|
+
"nuxt": "^2.0.0",
|
|
2987
|
+
"requires": {}
|
|
2988
|
+
}
|
|
2164
2989
|
},
|
|
2165
2990
|
{
|
|
2166
2991
|
"name": "recaptcha",
|
|
@@ -2176,10 +3001,13 @@
|
|
|
2176
3001
|
"maintainers": [
|
|
2177
3002
|
{
|
|
2178
3003
|
"name": "mvrlin",
|
|
2179
|
-
"github": "mvrlin"
|
|
2180
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
3004
|
+
"github": "mvrlin"
|
|
2181
3005
|
}
|
|
2182
|
-
]
|
|
3006
|
+
],
|
|
3007
|
+
"compatibility": {
|
|
3008
|
+
"nuxt": "^2.0.0",
|
|
3009
|
+
"requires": {}
|
|
3010
|
+
}
|
|
2183
3011
|
},
|
|
2184
3012
|
{
|
|
2185
3013
|
"name": "redirect",
|
|
@@ -2196,10 +3024,13 @@
|
|
|
2196
3024
|
{
|
|
2197
3025
|
"name": "Alexander Lichter",
|
|
2198
3026
|
"github": "manniL",
|
|
2199
|
-
"twitter": "TheAlexLichter"
|
|
2200
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3027
|
+
"twitter": "TheAlexLichter"
|
|
2201
3028
|
}
|
|
2202
|
-
]
|
|
3029
|
+
],
|
|
3030
|
+
"compatibility": {
|
|
3031
|
+
"nuxt": "^2.0.0",
|
|
3032
|
+
"requires": {}
|
|
3033
|
+
}
|
|
2203
3034
|
},
|
|
2204
3035
|
{
|
|
2205
3036
|
"name": "rfg-icon",
|
|
@@ -2215,10 +3046,13 @@
|
|
|
2215
3046
|
"maintainers": [
|
|
2216
3047
|
{
|
|
2217
3048
|
"name": "pimlie",
|
|
2218
|
-
"github": "pimlie"
|
|
2219
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3049
|
+
"github": "pimlie"
|
|
2220
3050
|
}
|
|
2221
|
-
]
|
|
3051
|
+
],
|
|
3052
|
+
"compatibility": {
|
|
3053
|
+
"nuxt": "^2.0.0",
|
|
3054
|
+
"requires": {}
|
|
3055
|
+
}
|
|
2222
3056
|
},
|
|
2223
3057
|
{
|
|
2224
3058
|
"name": "robots",
|
|
@@ -2234,10 +3068,13 @@
|
|
|
2234
3068
|
"maintainers": [
|
|
2235
3069
|
{
|
|
2236
3070
|
"name": "Ricardo Gobbo de Souza",
|
|
2237
|
-
"github": "ricardogobbosouza"
|
|
2238
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3071
|
+
"github": "ricardogobbosouza"
|
|
2239
3072
|
}
|
|
2240
|
-
]
|
|
3073
|
+
],
|
|
3074
|
+
"compatibility": {
|
|
3075
|
+
"nuxt": "^2.0.0",
|
|
3076
|
+
"requires": {}
|
|
3077
|
+
}
|
|
2241
3078
|
},
|
|
2242
3079
|
{
|
|
2243
3080
|
"name": "rollbar",
|
|
@@ -2253,10 +3090,13 @@
|
|
|
2253
3090
|
"maintainers": [
|
|
2254
3091
|
{
|
|
2255
3092
|
"name": "Gaël Reyrol",
|
|
2256
|
-
"github": "gaelreyrol"
|
|
2257
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3093
|
+
"github": "gaelreyrol"
|
|
2258
3094
|
}
|
|
2259
|
-
]
|
|
3095
|
+
],
|
|
3096
|
+
"compatibility": {
|
|
3097
|
+
"nuxt": "^2.0.0",
|
|
3098
|
+
"requires": {}
|
|
3099
|
+
}
|
|
2260
3100
|
},
|
|
2261
3101
|
{
|
|
2262
3102
|
"name": "router-extras",
|
|
@@ -2273,10 +3113,13 @@
|
|
|
2273
3113
|
{
|
|
2274
3114
|
"name": "Ahad Birang",
|
|
2275
3115
|
"github": "farnabaz",
|
|
2276
|
-
"twitter": "a_birang"
|
|
2277
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3116
|
+
"twitter": "a_birang"
|
|
2278
3117
|
}
|
|
2279
|
-
]
|
|
3118
|
+
],
|
|
3119
|
+
"compatibility": {
|
|
3120
|
+
"nuxt": "^2.0.0",
|
|
3121
|
+
"requires": {}
|
|
3122
|
+
}
|
|
2280
3123
|
},
|
|
2281
3124
|
{
|
|
2282
3125
|
"name": "router",
|
|
@@ -2293,14 +3136,17 @@
|
|
|
2293
3136
|
{
|
|
2294
3137
|
"name": "Sébastien Chopin",
|
|
2295
3138
|
"github": "Atinux",
|
|
2296
|
-
"twitter": "Atinux"
|
|
2297
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3139
|
+
"twitter": "Atinux"
|
|
2298
3140
|
}
|
|
2299
|
-
]
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^2.0.0",
|
|
3144
|
+
"requires": {}
|
|
3145
|
+
}
|
|
2300
3146
|
},
|
|
2301
3147
|
{
|
|
2302
3148
|
"name": "sanity",
|
|
2303
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3149
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
2304
3150
|
"repo": "nuxt-community/sanity-module#main",
|
|
2305
3151
|
"npm": "@nuxtjs/sanity",
|
|
2306
3152
|
"icon": "sanity.png",
|
|
@@ -2313,10 +3159,15 @@
|
|
|
2313
3159
|
{
|
|
2314
3160
|
"name": "Daniel Roe",
|
|
2315
3161
|
"github": "danielroe",
|
|
2316
|
-
"twitter": "danielcroe"
|
|
2317
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3162
|
+
"twitter": "danielcroe"
|
|
2318
3163
|
}
|
|
2319
|
-
]
|
|
3164
|
+
],
|
|
3165
|
+
"compatibility": {
|
|
3166
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3167
|
+
"requires": {
|
|
3168
|
+
"bridge": "optional"
|
|
3169
|
+
}
|
|
3170
|
+
}
|
|
2320
3171
|
},
|
|
2321
3172
|
{
|
|
2322
3173
|
"name": "scss-to-js",
|
|
@@ -2332,10 +3183,13 @@
|
|
|
2332
3183
|
"maintainers": [
|
|
2333
3184
|
{
|
|
2334
3185
|
"name": "sugoidesune",
|
|
2335
|
-
"github": "sugoidesune"
|
|
2336
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3186
|
+
"github": "sugoidesune"
|
|
2337
3187
|
}
|
|
2338
|
-
]
|
|
3188
|
+
],
|
|
3189
|
+
"compatibility": {
|
|
3190
|
+
"nuxt": "^2.0.0",
|
|
3191
|
+
"requires": {}
|
|
3192
|
+
}
|
|
2339
3193
|
},
|
|
2340
3194
|
{
|
|
2341
3195
|
"name": "segment",
|
|
@@ -2351,10 +3205,13 @@
|
|
|
2351
3205
|
"maintainers": [
|
|
2352
3206
|
{
|
|
2353
3207
|
"name": "dansmaculotte",
|
|
2354
|
-
"github": "dansmaculotte"
|
|
2355
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3208
|
+
"github": "dansmaculotte"
|
|
2356
3209
|
}
|
|
2357
|
-
]
|
|
3210
|
+
],
|
|
3211
|
+
"compatibility": {
|
|
3212
|
+
"nuxt": "^2.0.0",
|
|
3213
|
+
"requires": {}
|
|
3214
|
+
}
|
|
2358
3215
|
},
|
|
2359
3216
|
{
|
|
2360
3217
|
"name": "sentry",
|
|
@@ -2370,10 +3227,36 @@
|
|
|
2370
3227
|
"maintainers": [
|
|
2371
3228
|
{
|
|
2372
3229
|
"name": "Rafał Chłodnicki",
|
|
2373
|
-
"github": "rchl"
|
|
2374
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3230
|
+
"github": "rchl"
|
|
2375
3231
|
}
|
|
2376
|
-
]
|
|
3232
|
+
],
|
|
3233
|
+
"compatibility": {
|
|
3234
|
+
"nuxt": "^2.0.0",
|
|
3235
|
+
"requires": {}
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"name": "seo-meta",
|
|
3240
|
+
"description": "Simple generate seo metadata",
|
|
3241
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3242
|
+
"npm": "nuxt-seo-meta",
|
|
3243
|
+
"icon": "",
|
|
3244
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3245
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3246
|
+
"learn_more": "",
|
|
3247
|
+
"category": "SEO",
|
|
3248
|
+
"type": "3rd-party",
|
|
3249
|
+
"maintainers": [
|
|
3250
|
+
{
|
|
3251
|
+
"name": "ihavecoke",
|
|
3252
|
+
"github": "ihavecoke",
|
|
3253
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3254
|
+
}
|
|
3255
|
+
],
|
|
3256
|
+
"compatibility": {
|
|
3257
|
+
"nuxt": "^2.0.0",
|
|
3258
|
+
"requires": {}
|
|
3259
|
+
}
|
|
2377
3260
|
},
|
|
2378
3261
|
{
|
|
2379
3262
|
"name": "seomatic-meta",
|
|
@@ -2389,10 +3272,13 @@
|
|
|
2389
3272
|
"maintainers": [
|
|
2390
3273
|
{
|
|
2391
3274
|
"name": "ben-rogerson",
|
|
2392
|
-
"github": "ben-rogerson"
|
|
2393
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3275
|
+
"github": "ben-rogerson"
|
|
2394
3276
|
}
|
|
2395
|
-
]
|
|
3277
|
+
],
|
|
3278
|
+
"compatibility": {
|
|
3279
|
+
"nuxt": "^2.0.0",
|
|
3280
|
+
"requires": {}
|
|
3281
|
+
}
|
|
2396
3282
|
},
|
|
2397
3283
|
{
|
|
2398
3284
|
"name": "separate-env",
|
|
@@ -2409,10 +3295,13 @@
|
|
|
2409
3295
|
{
|
|
2410
3296
|
"name": "Alexander Lichter",
|
|
2411
3297
|
"github": "manniL",
|
|
2412
|
-
"twitter": "TheAlexLichter"
|
|
2413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3298
|
+
"twitter": "TheAlexLichter"
|
|
2414
3299
|
}
|
|
2415
|
-
]
|
|
3300
|
+
],
|
|
3301
|
+
"compatibility": {
|
|
3302
|
+
"nuxt": "^2.0.0",
|
|
3303
|
+
"requires": {}
|
|
3304
|
+
}
|
|
2416
3305
|
},
|
|
2417
3306
|
{
|
|
2418
3307
|
"name": "shopify",
|
|
@@ -2428,10 +3317,13 @@
|
|
|
2428
3317
|
"maintainers": [
|
|
2429
3318
|
{
|
|
2430
3319
|
"name": "Gomah",
|
|
2431
|
-
"github": "Gomah"
|
|
2432
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3320
|
+
"github": "Gomah"
|
|
2433
3321
|
}
|
|
2434
|
-
]
|
|
3322
|
+
],
|
|
3323
|
+
"compatibility": {
|
|
3324
|
+
"nuxt": "^2.0.0",
|
|
3325
|
+
"requires": {}
|
|
3326
|
+
}
|
|
2435
3327
|
},
|
|
2436
3328
|
{
|
|
2437
3329
|
"name": "simple-line-icons",
|
|
@@ -2447,10 +3339,13 @@
|
|
|
2447
3339
|
"maintainers": [
|
|
2448
3340
|
{
|
|
2449
3341
|
"name": "vaso2",
|
|
2450
|
-
"github": "vaso2"
|
|
2451
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3342
|
+
"github": "vaso2"
|
|
2452
3343
|
}
|
|
2453
|
-
]
|
|
3344
|
+
],
|
|
3345
|
+
"compatibility": {
|
|
3346
|
+
"nuxt": "^2.0.0",
|
|
3347
|
+
"requires": {}
|
|
3348
|
+
}
|
|
2454
3349
|
},
|
|
2455
3350
|
{
|
|
2456
3351
|
"name": "sitemap",
|
|
@@ -2467,10 +3362,13 @@
|
|
|
2467
3362
|
{
|
|
2468
3363
|
"name": "Nicolas PENNEC",
|
|
2469
3364
|
"github": "NicoPennec",
|
|
2470
|
-
"twitter": "NicoPennec"
|
|
2471
|
-
"avatar": "https://avatars3.githubusercontent.com/u/493223?v=4"
|
|
3365
|
+
"twitter": "NicoPennec"
|
|
2472
3366
|
}
|
|
2473
|
-
]
|
|
3367
|
+
],
|
|
3368
|
+
"compatibility": {
|
|
3369
|
+
"nuxt": "^2.0.0",
|
|
3370
|
+
"requires": {}
|
|
3371
|
+
}
|
|
2474
3372
|
},
|
|
2475
3373
|
{
|
|
2476
3374
|
"name": "snipcart",
|
|
@@ -2487,10 +3385,13 @@
|
|
|
2487
3385
|
{
|
|
2488
3386
|
"name": "Florent GIRAUD",
|
|
2489
3387
|
"github": "f3ltron",
|
|
2490
|
-
"twitter": "giraud_florent"
|
|
2491
|
-
"avatar": "https://avatars.githubusercontent.com/u/11556276?v=4"
|
|
3388
|
+
"twitter": "giraud_florent"
|
|
2492
3389
|
}
|
|
2493
|
-
]
|
|
3390
|
+
],
|
|
3391
|
+
"compatibility": {
|
|
3392
|
+
"nuxt": "^2.0.0",
|
|
3393
|
+
"requires": {}
|
|
3394
|
+
}
|
|
2494
3395
|
},
|
|
2495
3396
|
{
|
|
2496
3397
|
"name": "social-meta",
|
|
@@ -2506,10 +3407,13 @@
|
|
|
2506
3407
|
"maintainers": [
|
|
2507
3408
|
{
|
|
2508
3409
|
"name": "AlekseyPleshkov",
|
|
2509
|
-
"github": "AlekseyPleshkov"
|
|
2510
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3410
|
+
"github": "AlekseyPleshkov"
|
|
2511
3411
|
}
|
|
2512
|
-
]
|
|
3412
|
+
],
|
|
3413
|
+
"compatibility": {
|
|
3414
|
+
"nuxt": "^2.0.0",
|
|
3415
|
+
"requires": {}
|
|
3416
|
+
}
|
|
2513
3417
|
},
|
|
2514
3418
|
{
|
|
2515
3419
|
"name": "socket-io",
|
|
@@ -2525,10 +3429,13 @@
|
|
|
2525
3429
|
"maintainers": [
|
|
2526
3430
|
{
|
|
2527
3431
|
"name": "richardeschloss",
|
|
2528
|
-
"github": "richardeschloss"
|
|
2529
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3432
|
+
"github": "richardeschloss"
|
|
2530
3433
|
}
|
|
2531
|
-
]
|
|
3434
|
+
],
|
|
3435
|
+
"compatibility": {
|
|
3436
|
+
"nuxt": "^2.0.0",
|
|
3437
|
+
"requires": {}
|
|
3438
|
+
}
|
|
2532
3439
|
},
|
|
2533
3440
|
{
|
|
2534
3441
|
"name": "speedcurve",
|
|
@@ -2545,10 +3452,46 @@
|
|
|
2545
3452
|
{
|
|
2546
3453
|
"name": "Josh Deltener",
|
|
2547
3454
|
"github": "hecktarzuli",
|
|
2548
|
-
"twitter": "JoshDeltener"
|
|
2549
|
-
|
|
3455
|
+
"twitter": "JoshDeltener"
|
|
3456
|
+
}
|
|
3457
|
+
],
|
|
3458
|
+
"compatibility": {
|
|
3459
|
+
"nuxt": "^2.0.0",
|
|
3460
|
+
"requires": {}
|
|
3461
|
+
}
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"name": "speedkit",
|
|
3465
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3466
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3467
|
+
"npm": "nuxt-speedkit",
|
|
3468
|
+
"icon": "speedkit.png",
|
|
3469
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3470
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3471
|
+
"learn_more": "",
|
|
3472
|
+
"category": "Performance",
|
|
3473
|
+
"type": "3rd-party",
|
|
3474
|
+
"maintainers": [
|
|
3475
|
+
{
|
|
3476
|
+
"name": "Stephan Gerbeth",
|
|
3477
|
+
"github": "StephanGerbeth",
|
|
3478
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3479
|
+
},
|
|
3480
|
+
{
|
|
3481
|
+
"name": "Thorn Walli",
|
|
3482
|
+
"github": "ThornWalli",
|
|
3483
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "Grabarz & Partner",
|
|
3487
|
+
"github": "GrabarzUndPartner",
|
|
3488
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2550
3489
|
}
|
|
2551
|
-
]
|
|
3490
|
+
],
|
|
3491
|
+
"compatibility": {
|
|
3492
|
+
"nuxt": "^2.0.0",
|
|
3493
|
+
"requires": {}
|
|
3494
|
+
}
|
|
2552
3495
|
},
|
|
2553
3496
|
{
|
|
2554
3497
|
"name": "storage",
|
|
@@ -2564,10 +3507,35 @@
|
|
|
2564
3507
|
"maintainers": [
|
|
2565
3508
|
{
|
|
2566
3509
|
"name": "mazipan",
|
|
2567
|
-
"github": "mazipan"
|
|
2568
|
-
|
|
3510
|
+
"github": "mazipan"
|
|
3511
|
+
}
|
|
3512
|
+
],
|
|
3513
|
+
"compatibility": {
|
|
3514
|
+
"nuxt": "^2.0.0",
|
|
3515
|
+
"requires": {}
|
|
3516
|
+
}
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"name": "storefront-ui",
|
|
3520
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3521
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3522
|
+
"npm": "@storefront-ui/nuxt",
|
|
3523
|
+
"icon": "storefront-ui.svg",
|
|
3524
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3525
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3526
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3527
|
+
"category": "UI",
|
|
3528
|
+
"type": "3rd-party",
|
|
3529
|
+
"maintainers": [
|
|
3530
|
+
{
|
|
3531
|
+
"name": "Jakub Andrzejewski",
|
|
3532
|
+
"github": "Baroshem"
|
|
2569
3533
|
}
|
|
2570
|
-
]
|
|
3534
|
+
],
|
|
3535
|
+
"compatibility": {
|
|
3536
|
+
"nuxt": "^2.0.0",
|
|
3537
|
+
"requires": {}
|
|
3538
|
+
}
|
|
2571
3539
|
},
|
|
2572
3540
|
{
|
|
2573
3541
|
"name": "stories",
|
|
@@ -2583,16 +3551,19 @@
|
|
|
2583
3551
|
"maintainers": [
|
|
2584
3552
|
{
|
|
2585
3553
|
"name": "richardeschloss",
|
|
2586
|
-
"github": "richardeschloss"
|
|
2587
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3554
|
+
"github": "richardeschloss"
|
|
2588
3555
|
}
|
|
2589
|
-
]
|
|
3556
|
+
],
|
|
3557
|
+
"compatibility": {
|
|
3558
|
+
"nuxt": "^2.0.0",
|
|
3559
|
+
"requires": {}
|
|
3560
|
+
}
|
|
2590
3561
|
},
|
|
2591
3562
|
{
|
|
2592
3563
|
"name": "storyblok",
|
|
2593
3564
|
"description": "Storyblok Nuxt.js module",
|
|
2594
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2595
|
-
"npm": "storyblok
|
|
3565
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3566
|
+
"npm": "@storyblok/nuxt",
|
|
2596
3567
|
"icon": "storyblok.png",
|
|
2597
3568
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2598
3569
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2602,10 +3573,13 @@
|
|
|
2602
3573
|
"maintainers": [
|
|
2603
3574
|
{
|
|
2604
3575
|
"name": "storyblok",
|
|
2605
|
-
"github": "storyblok"
|
|
2606
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3576
|
+
"github": "storyblok"
|
|
2607
3577
|
}
|
|
2608
|
-
]
|
|
3578
|
+
],
|
|
3579
|
+
"compatibility": {
|
|
3580
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3581
|
+
"requires": {}
|
|
3582
|
+
}
|
|
2609
3583
|
},
|
|
2610
3584
|
{
|
|
2611
3585
|
"name": "storybook",
|
|
@@ -2622,16 +3596,20 @@
|
|
|
2622
3596
|
{
|
|
2623
3597
|
"name": "Ahad Birang",
|
|
2624
3598
|
"github": "farnabaz",
|
|
2625
|
-
"twitter": "a_birang"
|
|
2626
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3599
|
+
"twitter": "a_birang"
|
|
2627
3600
|
},
|
|
2628
3601
|
{
|
|
2629
3602
|
"name": "Pooya Parsa",
|
|
2630
3603
|
"github": "pi0",
|
|
2631
|
-
"twitter": "_pi0_"
|
|
2632
|
-
|
|
3604
|
+
"twitter": "_pi0_"
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
3607
|
+
"compatibility": {
|
|
3608
|
+
"nuxt": "^2.0.0",
|
|
3609
|
+
"requires": {
|
|
3610
|
+
"bridge": "optional"
|
|
2633
3611
|
}
|
|
2634
|
-
|
|
3612
|
+
}
|
|
2635
3613
|
},
|
|
2636
3614
|
{
|
|
2637
3615
|
"name": "strapi",
|
|
@@ -2648,16 +3626,20 @@
|
|
|
2648
3626
|
{
|
|
2649
3627
|
"name": "Benjamin Canac",
|
|
2650
3628
|
"github": "benjamincanac",
|
|
2651
|
-
"twitter": "benjamincanac"
|
|
2652
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3629
|
+
"twitter": "benjamincanac"
|
|
2653
3630
|
},
|
|
2654
3631
|
{
|
|
2655
3632
|
"name": "Sébastien Chopin",
|
|
2656
3633
|
"github": "Atinux",
|
|
2657
|
-
"twitter": "Atinux"
|
|
2658
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3634
|
+
"twitter": "Atinux"
|
|
2659
3635
|
}
|
|
2660
|
-
]
|
|
3636
|
+
],
|
|
3637
|
+
"compatibility": {
|
|
3638
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3639
|
+
"requires": {
|
|
3640
|
+
"bridge": true
|
|
3641
|
+
}
|
|
3642
|
+
}
|
|
2661
3643
|
},
|
|
2662
3644
|
{
|
|
2663
3645
|
"name": "stripe",
|
|
@@ -2673,10 +3655,13 @@
|
|
|
2673
3655
|
"maintainers": [
|
|
2674
3656
|
{
|
|
2675
3657
|
"name": "WilliamDASILVA",
|
|
2676
|
-
"github": "WilliamDASILVA"
|
|
2677
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3658
|
+
"github": "WilliamDASILVA"
|
|
2678
3659
|
}
|
|
2679
|
-
]
|
|
3660
|
+
],
|
|
3661
|
+
"compatibility": {
|
|
3662
|
+
"nuxt": "^2.0.0",
|
|
3663
|
+
"requires": {}
|
|
3664
|
+
}
|
|
2680
3665
|
},
|
|
2681
3666
|
{
|
|
2682
3667
|
"name": "style-resources",
|
|
@@ -2693,10 +3678,13 @@
|
|
|
2693
3678
|
{
|
|
2694
3679
|
"name": "Alexander Lichter",
|
|
2695
3680
|
"github": "manniL",
|
|
2696
|
-
"twitter": "TheAlexLichter"
|
|
2697
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3681
|
+
"twitter": "TheAlexLichter"
|
|
2698
3682
|
}
|
|
2699
|
-
]
|
|
3683
|
+
],
|
|
3684
|
+
"compatibility": {
|
|
3685
|
+
"nuxt": "^2.0.0",
|
|
3686
|
+
"requires": {}
|
|
3687
|
+
}
|
|
2700
3688
|
},
|
|
2701
3689
|
{
|
|
2702
3690
|
"name": "stylelint",
|
|
@@ -2712,30 +3700,69 @@
|
|
|
2712
3700
|
"maintainers": [
|
|
2713
3701
|
{
|
|
2714
3702
|
"name": "Ricardo Gobbo de Souza",
|
|
2715
|
-
"github": "ricardogobbosouza"
|
|
2716
|
-
|
|
3703
|
+
"github": "ricardogobbosouza"
|
|
3704
|
+
}
|
|
3705
|
+
],
|
|
3706
|
+
"compatibility": {
|
|
3707
|
+
"nuxt": "^2.0.0",
|
|
3708
|
+
"requires": {}
|
|
3709
|
+
}
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"name": "stylify",
|
|
3713
|
+
"description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3714
|
+
"repo": "stylify/packages#master/packages/nuxt-module",
|
|
3715
|
+
"npm": "@stylify/nuxt-module",
|
|
3716
|
+
"icon": "stylify.svg",
|
|
3717
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
|
|
3718
|
+
"website": "https://stylify.dev/docs/nuxt-module",
|
|
3719
|
+
"learn_more": "https://stylify.dev",
|
|
3720
|
+
"category": "UI",
|
|
3721
|
+
"type": "3rd-party",
|
|
3722
|
+
"maintainers": [
|
|
3723
|
+
{
|
|
3724
|
+
"name": "Vladimír Macháček",
|
|
3725
|
+
"github": "Machy8",
|
|
3726
|
+
"twitter": "8machy"
|
|
2717
3727
|
}
|
|
2718
|
-
]
|
|
3728
|
+
],
|
|
3729
|
+
"compatibility": {
|
|
3730
|
+
"nuxt": "^2.0.0",
|
|
3731
|
+
"requires": {}
|
|
3732
|
+
}
|
|
2719
3733
|
},
|
|
2720
3734
|
{
|
|
2721
3735
|
"name": "supabase",
|
|
2722
|
-
"description": "
|
|
2723
|
-
"repo": "
|
|
2724
|
-
"npm": "
|
|
3736
|
+
"description": "First class integration with Supabase",
|
|
3737
|
+
"repo": "nuxt-community/supabase-module",
|
|
3738
|
+
"npm": "@nuxtjs/supabase",
|
|
2725
3739
|
"icon": "supabase.png",
|
|
2726
|
-
"github": "https://github.com/
|
|
2727
|
-
"website": "https://
|
|
2728
|
-
"learn_more": "https://supabase.
|
|
3740
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3741
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3742
|
+
"learn_more": "https://supabase.com",
|
|
2729
3743
|
"category": "Database",
|
|
2730
|
-
"type": "
|
|
3744
|
+
"type": "community",
|
|
2731
3745
|
"maintainers": [
|
|
3746
|
+
{
|
|
3747
|
+
"name": "Baptiste Leproux",
|
|
3748
|
+
"github": "larbish",
|
|
3749
|
+
"twitter": "baptistelprx"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"name": "Sebastien Chopin",
|
|
3753
|
+
"github": "Atinux",
|
|
3754
|
+
"twitter": "Atinux"
|
|
3755
|
+
},
|
|
2732
3756
|
{
|
|
2733
3757
|
"name": "Scott Robertson",
|
|
2734
3758
|
"github": "scottrobertson",
|
|
2735
|
-
"twitter": "scottymeuk"
|
|
2736
|
-
"avatar": "https://avatars0.githubusercontent.com/u/68361?v=4"
|
|
3759
|
+
"twitter": "scottymeuk"
|
|
2737
3760
|
}
|
|
2738
|
-
]
|
|
3761
|
+
],
|
|
3762
|
+
"compatibility": {
|
|
3763
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3764
|
+
"requires": {}
|
|
3765
|
+
}
|
|
2739
3766
|
},
|
|
2740
3767
|
{
|
|
2741
3768
|
"name": "svg-loader",
|
|
@@ -2751,10 +3778,13 @@
|
|
|
2751
3778
|
"maintainers": [
|
|
2752
3779
|
{
|
|
2753
3780
|
"name": "Developmint",
|
|
2754
|
-
"github": "Developmint"
|
|
2755
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3781
|
+
"github": "Developmint"
|
|
2756
3782
|
}
|
|
2757
|
-
]
|
|
3783
|
+
],
|
|
3784
|
+
"compatibility": {
|
|
3785
|
+
"nuxt": "^2.0.0",
|
|
3786
|
+
"requires": {}
|
|
3787
|
+
}
|
|
2758
3788
|
},
|
|
2759
3789
|
{
|
|
2760
3790
|
"name": "svg-sprite",
|
|
@@ -2771,10 +3801,13 @@
|
|
|
2771
3801
|
{
|
|
2772
3802
|
"name": "Ahad Birang",
|
|
2773
3803
|
"github": "farnabaz",
|
|
2774
|
-
"twitter": "a_birang"
|
|
2775
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3804
|
+
"twitter": "a_birang"
|
|
2776
3805
|
}
|
|
2777
|
-
]
|
|
3806
|
+
],
|
|
3807
|
+
"compatibility": {
|
|
3808
|
+
"nuxt": "^2.0.0",
|
|
3809
|
+
"requires": {}
|
|
3810
|
+
}
|
|
2778
3811
|
},
|
|
2779
3812
|
{
|
|
2780
3813
|
"name": "svg",
|
|
@@ -2790,10 +3823,13 @@
|
|
|
2790
3823
|
"maintainers": [
|
|
2791
3824
|
{
|
|
2792
3825
|
"name": "Sam Holmes",
|
|
2793
|
-
"github": "sam3d"
|
|
2794
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3826
|
+
"github": "sam3d"
|
|
2795
3827
|
}
|
|
2796
|
-
]
|
|
3828
|
+
],
|
|
3829
|
+
"compatibility": {
|
|
3830
|
+
"nuxt": "^2.0.0",
|
|
3831
|
+
"requires": {}
|
|
3832
|
+
}
|
|
2797
3833
|
},
|
|
2798
3834
|
{
|
|
2799
3835
|
"name": "sweetalert2",
|
|
@@ -2809,10 +3845,13 @@
|
|
|
2809
3845
|
"maintainers": [
|
|
2810
3846
|
{
|
|
2811
3847
|
"name": "ImreC",
|
|
2812
|
-
"github": "ImreC"
|
|
2813
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3848
|
+
"github": "ImreC"
|
|
2814
3849
|
}
|
|
2815
|
-
]
|
|
3850
|
+
],
|
|
3851
|
+
"compatibility": {
|
|
3852
|
+
"nuxt": "^2.0.0",
|
|
3853
|
+
"requires": {}
|
|
3854
|
+
}
|
|
2816
3855
|
},
|
|
2817
3856
|
{
|
|
2818
3857
|
"name": "tailwindcss",
|
|
@@ -2829,10 +3868,36 @@
|
|
|
2829
3868
|
{
|
|
2830
3869
|
"name": "Sébastien Chopin",
|
|
2831
3870
|
"github": "Atinux",
|
|
2832
|
-
"twitter": "Atinux"
|
|
2833
|
-
|
|
3871
|
+
"twitter": "Atinux"
|
|
3872
|
+
}
|
|
3873
|
+
],
|
|
3874
|
+
"compatibility": {
|
|
3875
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3876
|
+
"requires": {}
|
|
3877
|
+
}
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"name": "tiktok-analytics",
|
|
3881
|
+
"description": "",
|
|
3882
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3883
|
+
"npm": "tiktok-analytics",
|
|
3884
|
+
"icon": "",
|
|
3885
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3886
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3887
|
+
"learn_more": "",
|
|
3888
|
+
"category": "Analytics",
|
|
3889
|
+
"type": "3rd-party",
|
|
3890
|
+
"maintainers": [
|
|
3891
|
+
{
|
|
3892
|
+
"name": "stickpro",
|
|
3893
|
+
"github": "stickpro",
|
|
3894
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2834
3895
|
}
|
|
2835
|
-
]
|
|
3896
|
+
],
|
|
3897
|
+
"compatibility": {
|
|
3898
|
+
"nuxt": "^2.0.0",
|
|
3899
|
+
"requires": {}
|
|
3900
|
+
}
|
|
2836
3901
|
},
|
|
2837
3902
|
{
|
|
2838
3903
|
"name": "toast",
|
|
@@ -2840,8 +3905,8 @@
|
|
|
2840
3905
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2841
3906
|
"npm": "@nuxtjs/toast",
|
|
2842
3907
|
"icon": "",
|
|
2843
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2844
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3908
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3909
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2845
3910
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2846
3911
|
"category": "Libraries",
|
|
2847
3912
|
"type": "community",
|
|
@@ -2849,10 +3914,37 @@
|
|
|
2849
3914
|
{
|
|
2850
3915
|
"name": "Pooya Parsa",
|
|
2851
3916
|
"github": "pi0",
|
|
2852
|
-
"twitter": "_pi0_"
|
|
2853
|
-
|
|
3917
|
+
"twitter": "_pi0_"
|
|
3918
|
+
}
|
|
3919
|
+
],
|
|
3920
|
+
"compatibility": {
|
|
3921
|
+
"nuxt": "^2.0.0",
|
|
3922
|
+
"requires": {}
|
|
3923
|
+
}
|
|
3924
|
+
},
|
|
3925
|
+
{
|
|
3926
|
+
"name": "twa",
|
|
3927
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3928
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3929
|
+
"npm": "nuxt-twa",
|
|
3930
|
+
"icon": "",
|
|
3931
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3932
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3933
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3934
|
+
"category": "Performance",
|
|
3935
|
+
"type": "3rd-party",
|
|
3936
|
+
"maintainers": [
|
|
3937
|
+
{
|
|
3938
|
+
"name": "Nicolas Perraut",
|
|
3939
|
+
"github": "tuarrep"
|
|
3940
|
+
}
|
|
3941
|
+
],
|
|
3942
|
+
"compatibility": {
|
|
3943
|
+
"nuxt": "^2.0.0",
|
|
3944
|
+
"requires": {
|
|
3945
|
+
"bridge": "optional"
|
|
2854
3946
|
}
|
|
2855
|
-
|
|
3947
|
+
}
|
|
2856
3948
|
},
|
|
2857
3949
|
{
|
|
2858
3950
|
"name": "typed-router",
|
|
@@ -2868,10 +3960,38 @@
|
|
|
2868
3960
|
"maintainers": [
|
|
2869
3961
|
{
|
|
2870
3962
|
"name": "victorgarciaesgi",
|
|
2871
|
-
"github": "victorgarciaesgi"
|
|
2872
|
-
|
|
3963
|
+
"github": "victorgarciaesgi"
|
|
3964
|
+
}
|
|
3965
|
+
],
|
|
3966
|
+
"compatibility": {
|
|
3967
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3968
|
+
"requires": {}
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "typed-vuex",
|
|
3973
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
3974
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
3975
|
+
"npm": "nuxt-typed-vuex",
|
|
3976
|
+
"icon": "vue.png",
|
|
3977
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
3978
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
3979
|
+
"learn_more": "",
|
|
3980
|
+
"category": "Libraries",
|
|
3981
|
+
"type": "3rd-party",
|
|
3982
|
+
"maintainers": [
|
|
3983
|
+
{
|
|
3984
|
+
"name": "Daniel Roe",
|
|
3985
|
+
"github": "danielroe",
|
|
3986
|
+
"twitter": "danielcroe"
|
|
3987
|
+
}
|
|
3988
|
+
],
|
|
3989
|
+
"compatibility": {
|
|
3990
|
+
"nuxt": "^2.0.0",
|
|
3991
|
+
"requires": {
|
|
3992
|
+
"bridge": "optional"
|
|
2873
3993
|
}
|
|
2874
|
-
|
|
3994
|
+
}
|
|
2875
3995
|
},
|
|
2876
3996
|
{
|
|
2877
3997
|
"name": "typescript-runtime",
|
|
@@ -2887,22 +4007,23 @@
|
|
|
2887
4007
|
"maintainers": [
|
|
2888
4008
|
{
|
|
2889
4009
|
"name": "Kevin Marrec",
|
|
2890
|
-
"github": "kevinmarrec"
|
|
2891
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4010
|
+
"github": "kevinmarrec"
|
|
2892
4011
|
},
|
|
2893
4012
|
{
|
|
2894
4013
|
"name": "Pooya Parsa",
|
|
2895
4014
|
"github": "pi0",
|
|
2896
|
-
"twitter": "_pi0_"
|
|
2897
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4015
|
+
"twitter": "_pi0_"
|
|
2898
4016
|
},
|
|
2899
4017
|
{
|
|
2900
4018
|
"name": "Daniel Roe",
|
|
2901
4019
|
"github": "danielroe",
|
|
2902
|
-
"twitter": "danielcroe"
|
|
2903
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4020
|
+
"twitter": "danielcroe"
|
|
2904
4021
|
}
|
|
2905
|
-
]
|
|
4022
|
+
],
|
|
4023
|
+
"compatibility": {
|
|
4024
|
+
"nuxt": "^2.0.0",
|
|
4025
|
+
"requires": {}
|
|
4026
|
+
}
|
|
2906
4027
|
},
|
|
2907
4028
|
{
|
|
2908
4029
|
"name": "typescript",
|
|
@@ -2918,22 +4039,23 @@
|
|
|
2918
4039
|
"maintainers": [
|
|
2919
4040
|
{
|
|
2920
4041
|
"name": "Kevin Marrec",
|
|
2921
|
-
"github": "kevinmarrec"
|
|
2922
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4042
|
+
"github": "kevinmarrec"
|
|
2923
4043
|
},
|
|
2924
4044
|
{
|
|
2925
4045
|
"name": "Pooya Parsa",
|
|
2926
4046
|
"github": "pi0",
|
|
2927
|
-
"twitter": "_pi0_"
|
|
2928
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4047
|
+
"twitter": "_pi0_"
|
|
2929
4048
|
},
|
|
2930
4049
|
{
|
|
2931
4050
|
"name": "Daniel Roe",
|
|
2932
4051
|
"github": "danielroe",
|
|
2933
|
-
"twitter": "danielcroe"
|
|
2934
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4052
|
+
"twitter": "danielcroe"
|
|
2935
4053
|
}
|
|
2936
|
-
]
|
|
4054
|
+
],
|
|
4055
|
+
"compatibility": {
|
|
4056
|
+
"nuxt": "^2.0.0",
|
|
4057
|
+
"requires": {}
|
|
4058
|
+
}
|
|
2937
4059
|
},
|
|
2938
4060
|
{
|
|
2939
4061
|
"name": "universal-storage",
|
|
@@ -2950,16 +4072,70 @@
|
|
|
2950
4072
|
{
|
|
2951
4073
|
"name": "Pooya Parsa",
|
|
2952
4074
|
"github": "pi0",
|
|
2953
|
-
"twitter": "_pi0_"
|
|
2954
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4075
|
+
"twitter": "_pi0_"
|
|
2955
4076
|
},
|
|
2956
4077
|
{
|
|
2957
4078
|
"name": "Farzad Soltani",
|
|
2958
4079
|
"github": "farzadso",
|
|
2959
|
-
"twitter": "farzadso"
|
|
2960
|
-
|
|
4080
|
+
"twitter": "farzadso"
|
|
4081
|
+
}
|
|
4082
|
+
],
|
|
4083
|
+
"compatibility": {
|
|
4084
|
+
"nuxt": "^2.0.0",
|
|
4085
|
+
"requires": {}
|
|
4086
|
+
}
|
|
4087
|
+
},
|
|
4088
|
+
{
|
|
4089
|
+
"name": "unlighthouse",
|
|
4090
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4091
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4092
|
+
"npm": "@unlighthouse/nuxt",
|
|
4093
|
+
"icon": "unlighthouse.svg",
|
|
4094
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4095
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4096
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4097
|
+
"category": "Devtools",
|
|
4098
|
+
"type": "3rd-party",
|
|
4099
|
+
"maintainers": [
|
|
4100
|
+
{
|
|
4101
|
+
"name": "Harlan Wilton",
|
|
4102
|
+
"github": "harlan-zw",
|
|
4103
|
+
"twitter": "harlan_zw",
|
|
4104
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4105
|
+
}
|
|
4106
|
+
],
|
|
4107
|
+
"compatibility": {
|
|
4108
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4109
|
+
"requires": {
|
|
4110
|
+
"bridge": "optional"
|
|
4111
|
+
}
|
|
4112
|
+
}
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"name": "unocss",
|
|
4116
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4117
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4118
|
+
"npm": "@unocss/nuxt",
|
|
4119
|
+
"icon": "unocss.svg",
|
|
4120
|
+
"github": "https://github.com/antfu/unocss",
|
|
4121
|
+
"website": "https://github.com/antfu/unocss",
|
|
4122
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4123
|
+
"category": "UI",
|
|
4124
|
+
"type": "3rd-party",
|
|
4125
|
+
"maintainers": [
|
|
4126
|
+
{
|
|
4127
|
+
"name": "Anthony Fu",
|
|
4128
|
+
"github": "antfu",
|
|
4129
|
+
"twitter": "antfu7",
|
|
4130
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4131
|
+
}
|
|
4132
|
+
],
|
|
4133
|
+
"compatibility": {
|
|
4134
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4135
|
+
"requires": {
|
|
4136
|
+
"bridge": "optional"
|
|
2961
4137
|
}
|
|
2962
|
-
|
|
4138
|
+
}
|
|
2963
4139
|
},
|
|
2964
4140
|
{
|
|
2965
4141
|
"name": "user-agent",
|
|
@@ -2975,10 +4151,13 @@
|
|
|
2975
4151
|
"maintainers": [
|
|
2976
4152
|
{
|
|
2977
4153
|
"name": "fukuiretu",
|
|
2978
|
-
"github": "fukuiretu"
|
|
2979
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4154
|
+
"github": "fukuiretu"
|
|
2980
4155
|
}
|
|
2981
|
-
]
|
|
4156
|
+
],
|
|
4157
|
+
"compatibility": {
|
|
4158
|
+
"nuxt": "^2.0.0",
|
|
4159
|
+
"requires": {}
|
|
4160
|
+
}
|
|
2982
4161
|
},
|
|
2983
4162
|
{
|
|
2984
4163
|
"name": "validate",
|
|
@@ -2994,10 +4173,13 @@
|
|
|
2994
4173
|
"maintainers": [
|
|
2995
4174
|
{
|
|
2996
4175
|
"name": "lewyuburi",
|
|
2997
|
-
"github": "lewyuburi"
|
|
2998
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4176
|
+
"github": "lewyuburi"
|
|
2999
4177
|
}
|
|
3000
|
-
]
|
|
4178
|
+
],
|
|
4179
|
+
"compatibility": {
|
|
4180
|
+
"nuxt": "^2.0.0",
|
|
4181
|
+
"requires": {}
|
|
4182
|
+
}
|
|
3001
4183
|
},
|
|
3002
4184
|
{
|
|
3003
4185
|
"name": "vendor",
|
|
@@ -3014,10 +4196,13 @@
|
|
|
3014
4196
|
{
|
|
3015
4197
|
"name": "Pooya Parsa",
|
|
3016
4198
|
"github": "pi0",
|
|
3017
|
-
"twitter": "_pi0_"
|
|
3018
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4199
|
+
"twitter": "_pi0_"
|
|
3019
4200
|
}
|
|
3020
|
-
]
|
|
4201
|
+
],
|
|
4202
|
+
"compatibility": {
|
|
4203
|
+
"nuxt": "^2.0.0",
|
|
4204
|
+
"requires": {}
|
|
4205
|
+
}
|
|
3021
4206
|
},
|
|
3022
4207
|
{
|
|
3023
4208
|
"name": "vue-material",
|
|
@@ -3033,10 +4218,13 @@
|
|
|
3033
4218
|
"maintainers": [
|
|
3034
4219
|
{
|
|
3035
4220
|
"name": "vaso2",
|
|
3036
|
-
"github": "vaso2"
|
|
3037
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4221
|
+
"github": "vaso2"
|
|
3038
4222
|
}
|
|
3039
|
-
]
|
|
4223
|
+
],
|
|
4224
|
+
"compatibility": {
|
|
4225
|
+
"nuxt": "^2.0.0",
|
|
4226
|
+
"requires": {}
|
|
4227
|
+
}
|
|
3040
4228
|
},
|
|
3041
4229
|
{
|
|
3042
4230
|
"name": "vue-multiselect",
|
|
@@ -3052,10 +4240,13 @@
|
|
|
3052
4240
|
"maintainers": [
|
|
3053
4241
|
{
|
|
3054
4242
|
"name": "spektrummedia",
|
|
3055
|
-
"github": "spektrummedia"
|
|
3056
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4243
|
+
"github": "spektrummedia"
|
|
3057
4244
|
}
|
|
3058
|
-
]
|
|
4245
|
+
],
|
|
4246
|
+
"compatibility": {
|
|
4247
|
+
"nuxt": "^2.0.0",
|
|
4248
|
+
"requires": {}
|
|
4249
|
+
}
|
|
3059
4250
|
},
|
|
3060
4251
|
{
|
|
3061
4252
|
"name": "vue-select",
|
|
@@ -3071,10 +4262,13 @@
|
|
|
3071
4262
|
"maintainers": [
|
|
3072
4263
|
{
|
|
3073
4264
|
"name": "madmod",
|
|
3074
|
-
"github": "madmod"
|
|
3075
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4265
|
+
"github": "madmod"
|
|
3076
4266
|
}
|
|
3077
|
-
]
|
|
4267
|
+
],
|
|
4268
|
+
"compatibility": {
|
|
4269
|
+
"nuxt": "^2.0.0",
|
|
4270
|
+
"requires": {}
|
|
4271
|
+
}
|
|
3078
4272
|
},
|
|
3079
4273
|
{
|
|
3080
4274
|
"name": "vue-warehouse",
|
|
@@ -3091,10 +4285,13 @@
|
|
|
3091
4285
|
{
|
|
3092
4286
|
"name": "Julio Marquez",
|
|
3093
4287
|
"github": "juliomrqz",
|
|
3094
|
-
"twitter": "juliomrqz"
|
|
3095
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4288
|
+
"twitter": "juliomrqz"
|
|
3096
4289
|
}
|
|
3097
|
-
]
|
|
4290
|
+
],
|
|
4291
|
+
"compatibility": {
|
|
4292
|
+
"nuxt": "^2.0.0",
|
|
4293
|
+
"requires": {}
|
|
4294
|
+
}
|
|
3098
4295
|
},
|
|
3099
4296
|
{
|
|
3100
4297
|
"name": "vuetify",
|
|
@@ -3110,16 +4307,43 @@
|
|
|
3110
4307
|
"maintainers": [
|
|
3111
4308
|
{
|
|
3112
4309
|
"name": "Kevin Marrec",
|
|
3113
|
-
"github": "kevinmarrec"
|
|
3114
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4310
|
+
"github": "kevinmarrec"
|
|
3115
4311
|
},
|
|
3116
4312
|
{
|
|
3117
4313
|
"name": "Pooya Parsa",
|
|
3118
4314
|
"github": "pi0",
|
|
3119
|
-
"twitter": "_pi0_"
|
|
3120
|
-
|
|
4315
|
+
"twitter": "_pi0_"
|
|
4316
|
+
}
|
|
4317
|
+
],
|
|
4318
|
+
"compatibility": {
|
|
4319
|
+
"nuxt": "^2.0.0",
|
|
4320
|
+
"requires": {}
|
|
4321
|
+
}
|
|
4322
|
+
},
|
|
4323
|
+
{
|
|
4324
|
+
"name": "vueuse",
|
|
4325
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4326
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4327
|
+
"npm": "@vueuse/core",
|
|
4328
|
+
"icon": "vueuse.svg",
|
|
4329
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4330
|
+
"website": "https://vueuse.org",
|
|
4331
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4332
|
+
"category": "Libraries",
|
|
4333
|
+
"type": "3rd-party",
|
|
4334
|
+
"maintainers": [
|
|
4335
|
+
{
|
|
4336
|
+
"name": "Anthony Fu",
|
|
4337
|
+
"github": "antfu",
|
|
4338
|
+
"twitter": "antfu7"
|
|
4339
|
+
}
|
|
4340
|
+
],
|
|
4341
|
+
"compatibility": {
|
|
4342
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4343
|
+
"requires": {
|
|
4344
|
+
"bridge": "optional"
|
|
3121
4345
|
}
|
|
3122
|
-
|
|
4346
|
+
}
|
|
3123
4347
|
},
|
|
3124
4348
|
{
|
|
3125
4349
|
"name": "vuex-router-sync",
|
|
@@ -3135,10 +4359,13 @@
|
|
|
3135
4359
|
"maintainers": [
|
|
3136
4360
|
{
|
|
3137
4361
|
"name": "paulgv",
|
|
3138
|
-
"github": "paulgv"
|
|
3139
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4362
|
+
"github": "paulgv"
|
|
3140
4363
|
}
|
|
3141
|
-
]
|
|
4364
|
+
],
|
|
4365
|
+
"compatibility": {
|
|
4366
|
+
"nuxt": "^2.0.0",
|
|
4367
|
+
"requires": {}
|
|
4368
|
+
}
|
|
3142
4369
|
},
|
|
3143
4370
|
{
|
|
3144
4371
|
"name": "web-vitals",
|
|
@@ -3154,22 +4381,46 @@
|
|
|
3154
4381
|
"maintainers": [
|
|
3155
4382
|
{
|
|
3156
4383
|
"name": "daliborgogic",
|
|
3157
|
-
"github": "daliborgogic"
|
|
3158
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4384
|
+
"github": "daliborgogic"
|
|
3159
4385
|
},
|
|
3160
4386
|
{
|
|
3161
4387
|
"name": "Pooya Parsa",
|
|
3162
4388
|
"github": "pi0",
|
|
3163
|
-
"twitter": "_pi0_"
|
|
3164
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4389
|
+
"twitter": "_pi0_"
|
|
3165
4390
|
},
|
|
3166
4391
|
{
|
|
3167
4392
|
"name": "Sebastien Chopin",
|
|
3168
4393
|
"github": "Atinux",
|
|
3169
|
-
"twitter": "Atinux"
|
|
3170
|
-
|
|
4394
|
+
"twitter": "Atinux"
|
|
4395
|
+
}
|
|
4396
|
+
],
|
|
4397
|
+
"compatibility": {
|
|
4398
|
+
"nuxt": "^2.0.0",
|
|
4399
|
+
"requires": {}
|
|
4400
|
+
}
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"name": "web3js",
|
|
4404
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4405
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4406
|
+
"npm": "nuxt-web3",
|
|
4407
|
+
"icon": "web3js.svg",
|
|
4408
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4409
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4410
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4411
|
+
"category": "Libraries",
|
|
4412
|
+
"type": "3rd-party",
|
|
4413
|
+
"maintainers": [
|
|
4414
|
+
{
|
|
4415
|
+
"name": "Muhammad Fauzan",
|
|
4416
|
+
"github": "bl0cknumber",
|
|
4417
|
+
"twitter": "fncolon"
|
|
3171
4418
|
}
|
|
3172
|
-
]
|
|
4419
|
+
],
|
|
4420
|
+
"compatibility": {
|
|
4421
|
+
"nuxt": "^2.0.0",
|
|
4422
|
+
"requires": {}
|
|
4423
|
+
}
|
|
3173
4424
|
},
|
|
3174
4425
|
{
|
|
3175
4426
|
"name": "webfontloader",
|
|
@@ -3185,10 +4436,37 @@
|
|
|
3185
4436
|
"maintainers": [
|
|
3186
4437
|
{
|
|
3187
4438
|
"name": "Developmint",
|
|
3188
|
-
"github": "Developmint"
|
|
3189
|
-
|
|
4439
|
+
"github": "Developmint"
|
|
4440
|
+
}
|
|
4441
|
+
],
|
|
4442
|
+
"compatibility": {
|
|
4443
|
+
"nuxt": "^2.0.0",
|
|
4444
|
+
"requires": {}
|
|
4445
|
+
}
|
|
4446
|
+
},
|
|
4447
|
+
{
|
|
4448
|
+
"name": "webpack-optimisations",
|
|
4449
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4450
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4451
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4452
|
+
"icon": "build-optimisations.svg",
|
|
4453
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4454
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4455
|
+
"learn_more": "",
|
|
4456
|
+
"category": "Devtools",
|
|
4457
|
+
"type": "3rd-party",
|
|
4458
|
+
"maintainers": [
|
|
4459
|
+
{
|
|
4460
|
+
"name": "Harlan Wilton",
|
|
4461
|
+
"github": "harlan-zw"
|
|
4462
|
+
}
|
|
4463
|
+
],
|
|
4464
|
+
"compatibility": {
|
|
4465
|
+
"nuxt": "^2.0.0",
|
|
4466
|
+
"requires": {
|
|
4467
|
+
"bridge": "optional"
|
|
3190
4468
|
}
|
|
3191
|
-
|
|
4469
|
+
}
|
|
3192
4470
|
},
|
|
3193
4471
|
{
|
|
3194
4472
|
"name": "webpack-profile",
|
|
@@ -3205,10 +4483,13 @@
|
|
|
3205
4483
|
{
|
|
3206
4484
|
"name": "Pooya Parsa",
|
|
3207
4485
|
"github": "pi0",
|
|
3208
|
-
"twitter": "_pi0_"
|
|
3209
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4486
|
+
"twitter": "_pi0_"
|
|
3210
4487
|
}
|
|
3211
|
-
]
|
|
4488
|
+
],
|
|
4489
|
+
"compatibility": {
|
|
4490
|
+
"nuxt": "^2.0.0",
|
|
4491
|
+
"requires": {}
|
|
4492
|
+
}
|
|
3212
4493
|
},
|
|
3213
4494
|
{
|
|
3214
4495
|
"name": "webpackdashboard",
|
|
@@ -3224,10 +4505,13 @@
|
|
|
3224
4505
|
"maintainers": [
|
|
3225
4506
|
{
|
|
3226
4507
|
"name": "paulgv",
|
|
3227
|
-
"github": "paulgv"
|
|
3228
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4508
|
+
"github": "paulgv"
|
|
3229
4509
|
}
|
|
3230
|
-
]
|
|
4510
|
+
],
|
|
4511
|
+
"compatibility": {
|
|
4512
|
+
"nuxt": "^2.0.0",
|
|
4513
|
+
"requires": {}
|
|
4514
|
+
}
|
|
3231
4515
|
},
|
|
3232
4516
|
{
|
|
3233
4517
|
"name": "webpackmonitor",
|
|
@@ -3244,15 +4528,18 @@
|
|
|
3244
4528
|
{
|
|
3245
4529
|
"name": "Pooya Parsa",
|
|
3246
4530
|
"github": "pi0",
|
|
3247
|
-
"twitter": "_pi0_"
|
|
3248
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4531
|
+
"twitter": "_pi0_"
|
|
3249
4532
|
}
|
|
3250
|
-
]
|
|
4533
|
+
],
|
|
4534
|
+
"compatibility": {
|
|
4535
|
+
"nuxt": "^2.0.0",
|
|
4536
|
+
"requires": {}
|
|
4537
|
+
}
|
|
3251
4538
|
},
|
|
3252
4539
|
{
|
|
3253
4540
|
"name": "windicss",
|
|
3254
|
-
"description": "Next generation
|
|
3255
|
-
"repo": "windicss/nuxt-windicss-module",
|
|
4541
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4542
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
3256
4543
|
"npm": "nuxt-windicss",
|
|
3257
4544
|
"icon": "windicss.svg",
|
|
3258
4545
|
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
@@ -3263,11 +4550,21 @@
|
|
|
3263
4550
|
"maintainers": [
|
|
3264
4551
|
{
|
|
3265
4552
|
"name": "Harlan Wilton",
|
|
3266
|
-
"github": "
|
|
3267
|
-
"twitter": "harlan_zw"
|
|
3268
|
-
|
|
4553
|
+
"github": "harlan-zw",
|
|
4554
|
+
"twitter": "harlan_zw"
|
|
4555
|
+
},
|
|
4556
|
+
{
|
|
4557
|
+
"name": "Anthony Fu",
|
|
4558
|
+
"github": "antfu",
|
|
4559
|
+
"twitter": "antfu7"
|
|
4560
|
+
}
|
|
4561
|
+
],
|
|
4562
|
+
"compatibility": {
|
|
4563
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4564
|
+
"requires": {
|
|
4565
|
+
"bridge": "optional"
|
|
3269
4566
|
}
|
|
3270
|
-
|
|
4567
|
+
}
|
|
3271
4568
|
},
|
|
3272
4569
|
{
|
|
3273
4570
|
"name": "winston-log",
|
|
@@ -3283,10 +4580,13 @@
|
|
|
3283
4580
|
"maintainers": [
|
|
3284
4581
|
{
|
|
3285
4582
|
"name": "aaronransley",
|
|
3286
|
-
"github": "aaronransley"
|
|
3287
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4583
|
+
"github": "aaronransley"
|
|
3288
4584
|
}
|
|
3289
|
-
]
|
|
4585
|
+
],
|
|
4586
|
+
"compatibility": {
|
|
4587
|
+
"nuxt": "^2.0.0",
|
|
4588
|
+
"requires": {}
|
|
4589
|
+
}
|
|
3290
4590
|
},
|
|
3291
4591
|
{
|
|
3292
4592
|
"name": "wp-nuxt",
|
|
@@ -3302,10 +4602,13 @@
|
|
|
3302
4602
|
"maintainers": [
|
|
3303
4603
|
{
|
|
3304
4604
|
"name": "yashha",
|
|
3305
|
-
"github": "yashha"
|
|
3306
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4605
|
+
"github": "yashha"
|
|
3307
4606
|
}
|
|
3308
|
-
]
|
|
4607
|
+
],
|
|
4608
|
+
"compatibility": {
|
|
4609
|
+
"nuxt": "^2.0.0",
|
|
4610
|
+
"requires": {}
|
|
4611
|
+
}
|
|
3309
4612
|
},
|
|
3310
4613
|
{
|
|
3311
4614
|
"name": "xhr-cache",
|
|
@@ -3321,10 +4624,13 @@
|
|
|
3321
4624
|
"maintainers": [
|
|
3322
4625
|
{
|
|
3323
4626
|
"name": "gaetansenn",
|
|
3324
|
-
"github": "gaetansenn"
|
|
3325
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4627
|
+
"github": "gaetansenn"
|
|
3326
4628
|
}
|
|
3327
|
-
]
|
|
4629
|
+
],
|
|
4630
|
+
"compatibility": {
|
|
4631
|
+
"nuxt": "^2.0.0",
|
|
4632
|
+
"requires": {}
|
|
4633
|
+
}
|
|
3328
4634
|
},
|
|
3329
4635
|
{
|
|
3330
4636
|
"name": "xui",
|
|
@@ -3340,10 +4646,13 @@
|
|
|
3340
4646
|
"maintainers": [
|
|
3341
4647
|
{
|
|
3342
4648
|
"name": "MetaCorp",
|
|
3343
|
-
"github": "MetaCorp"
|
|
3344
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4649
|
+
"github": "MetaCorp"
|
|
3345
4650
|
}
|
|
3346
|
-
]
|
|
4651
|
+
],
|
|
4652
|
+
"compatibility": {
|
|
4653
|
+
"nuxt": "^2.0.0",
|
|
4654
|
+
"requires": {}
|
|
4655
|
+
}
|
|
3347
4656
|
},
|
|
3348
4657
|
{
|
|
3349
4658
|
"name": "yandex-metrika",
|
|
@@ -3360,10 +4669,13 @@
|
|
|
3360
4669
|
{
|
|
3361
4670
|
"name": "Pooya Parsa",
|
|
3362
4671
|
"github": "pi0",
|
|
3363
|
-
"twitter": "_pi0_"
|
|
3364
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4672
|
+
"twitter": "_pi0_"
|
|
3365
4673
|
}
|
|
3366
|
-
]
|
|
4674
|
+
],
|
|
4675
|
+
"compatibility": {
|
|
4676
|
+
"nuxt": "^2.0.0",
|
|
4677
|
+
"requires": {}
|
|
4678
|
+
}
|
|
3367
4679
|
},
|
|
3368
4680
|
{
|
|
3369
4681
|
"name": "zendesk",
|
|
@@ -3379,9 +4691,12 @@
|
|
|
3379
4691
|
"maintainers": [
|
|
3380
4692
|
{
|
|
3381
4693
|
"name": "DansMaCulotte",
|
|
3382
|
-
"github": "DansMaCulotte"
|
|
3383
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4694
|
+
"github": "DansMaCulotte"
|
|
3384
4695
|
}
|
|
3385
|
-
]
|
|
4696
|
+
],
|
|
4697
|
+
"compatibility": {
|
|
4698
|
+
"nuxt": "^2.0.0",
|
|
4699
|
+
"requires": {}
|
|
4700
|
+
}
|
|
3386
4701
|
}
|
|
3387
4702
|
]
|