@nuxt/modules 0.5.0-53878f → 0.5.0-58a715
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} +1710 -997
- package/package.json +2 -26
- package/LICENSE +0 -21
- package/README.md +0 -129
|
@@ -13,20 +13,70 @@
|
|
|
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
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
21
|
+
"twitter": "Atinux"
|
|
24
22
|
}
|
|
25
23
|
],
|
|
26
24
|
"compatibility": {
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
25
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-modules/algolia",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-modules/algolia",
|
|
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
|
+
}
|
|
30
80
|
}
|
|
31
81
|
},
|
|
32
82
|
{
|
|
@@ -43,14 +93,12 @@
|
|
|
43
93
|
"maintainers": [
|
|
44
94
|
{
|
|
45
95
|
"name": "kdydesign",
|
|
46
|
-
"github": "kdydesign"
|
|
47
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
96
|
+
"github": "kdydesign"
|
|
48
97
|
}
|
|
49
98
|
],
|
|
50
99
|
"compatibility": {
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"3.x": "unknown"
|
|
100
|
+
"nuxt": "^2.0.0",
|
|
101
|
+
"requires": {}
|
|
54
102
|
}
|
|
55
103
|
},
|
|
56
104
|
{
|
|
@@ -68,14 +116,12 @@
|
|
|
68
116
|
{
|
|
69
117
|
"name": "Ahad Birang",
|
|
70
118
|
"github": "farnabaz",
|
|
71
|
-
"twitter": "a_birang"
|
|
72
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
119
|
+
"twitter": "a_birang"
|
|
73
120
|
}
|
|
74
121
|
],
|
|
75
122
|
"compatibility": {
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"3.x": "unknown"
|
|
123
|
+
"nuxt": "^2.0.0",
|
|
124
|
+
"requires": {}
|
|
79
125
|
}
|
|
80
126
|
},
|
|
81
127
|
{
|
|
@@ -92,14 +138,36 @@
|
|
|
92
138
|
"maintainers": [
|
|
93
139
|
{
|
|
94
140
|
"name": "ivodolenc",
|
|
95
|
-
"github": "ivodolenc"
|
|
96
|
-
|
|
141
|
+
"github": "ivodolenc"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"compatibility": {
|
|
145
|
+
"nuxt": "^2.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "api-party",
|
|
151
|
+
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
|
+
"repo": "johannschopplich/nuxt-api-party",
|
|
153
|
+
"npm": "nuxt-api-party",
|
|
154
|
+
"icon": "api-party.svg",
|
|
155
|
+
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
+
"website": "https://github.com/johannschopplich/nuxt-api-party#readme",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Request",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Johann Schopplich",
|
|
163
|
+
"github": "johannschopplich",
|
|
164
|
+
"twitter": "jschopplich",
|
|
165
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
97
166
|
}
|
|
98
167
|
],
|
|
99
168
|
"compatibility": {
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"3.x": "unknown"
|
|
169
|
+
"nuxt": "^3.0.0",
|
|
170
|
+
"requires": {}
|
|
103
171
|
}
|
|
104
172
|
},
|
|
105
173
|
{
|
|
@@ -122,38 +190,32 @@
|
|
|
122
190
|
}
|
|
123
191
|
],
|
|
124
192
|
"compatibility": {
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"3.x": "unknown"
|
|
193
|
+
"nuxt": "^2.0.0",
|
|
194
|
+
"requires": {}
|
|
128
195
|
}
|
|
129
196
|
},
|
|
130
197
|
{
|
|
131
198
|
"name": "apollo",
|
|
132
199
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
133
|
-
"repo": "nuxt-
|
|
200
|
+
"repo": "nuxt-modules/apollo",
|
|
134
201
|
"npm": "@nuxtjs/apollo",
|
|
135
202
|
"icon": "apollo.png",
|
|
136
|
-
"github": "https://github.com/nuxt-
|
|
137
|
-
"website": "https://
|
|
203
|
+
"github": "https://github.com/nuxt-modules/apollo",
|
|
204
|
+
"website": "https://apollo.nuxtjs.org",
|
|
138
205
|
"learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
|
|
139
206
|
"category": "Request",
|
|
140
207
|
"type": "community",
|
|
141
208
|
"maintainers": [
|
|
142
209
|
{
|
|
143
|
-
"name": "
|
|
144
|
-
"github": "
|
|
145
|
-
"
|
|
146
|
-
|
|
147
|
-
{
|
|
148
|
-
"name": "Dominic Garms",
|
|
149
|
-
"github": "dohomi",
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
210
|
+
"name": "Conrawl Rogers",
|
|
211
|
+
"github": "diizzayy",
|
|
212
|
+
"twitter": "diizzayy",
|
|
213
|
+
"avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
|
|
151
214
|
}
|
|
152
215
|
],
|
|
153
216
|
"compatibility": {
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"3.x": "broken"
|
|
217
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
218
|
+
"requires": {}
|
|
157
219
|
}
|
|
158
220
|
},
|
|
159
221
|
{
|
|
@@ -170,14 +232,12 @@
|
|
|
170
232
|
"maintainers": [
|
|
171
233
|
{
|
|
172
234
|
"name": "Dmitry Molotkov",
|
|
173
|
-
"github": "aldarund"
|
|
174
|
-
"avatar": "https://avatars2.githubusercontent.com/u/571159?v=4"
|
|
235
|
+
"github": "aldarund"
|
|
175
236
|
}
|
|
176
237
|
],
|
|
177
238
|
"compatibility": {
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"3.x": "unknown"
|
|
239
|
+
"nuxt": "^2.0.0",
|
|
240
|
+
"requires": {}
|
|
181
241
|
}
|
|
182
242
|
},
|
|
183
243
|
{
|
|
@@ -194,14 +254,12 @@
|
|
|
194
254
|
"maintainers": [
|
|
195
255
|
{
|
|
196
256
|
"name": "Hrdtr",
|
|
197
|
-
"github": "Hrdtr"
|
|
198
|
-
"avatar": "https://avatars0.githubusercontent.com/u/35950229?v=4"
|
|
257
|
+
"github": "Hrdtr"
|
|
199
258
|
}
|
|
200
259
|
],
|
|
201
260
|
"compatibility": {
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"3.x": "unknown"
|
|
261
|
+
"nuxt": "^2.0.0",
|
|
262
|
+
"requires": {}
|
|
205
263
|
}
|
|
206
264
|
},
|
|
207
265
|
{
|
|
@@ -219,19 +277,16 @@
|
|
|
219
277
|
{
|
|
220
278
|
"name": "Pooya Parsa",
|
|
221
279
|
"github": "pi0",
|
|
222
|
-
"twitter": "_pi0_"
|
|
223
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
280
|
+
"twitter": "_pi0_"
|
|
224
281
|
},
|
|
225
282
|
{
|
|
226
283
|
"name": "João Pedro Antunes Silva",
|
|
227
|
-
"github": "JoaoPedroAS51"
|
|
228
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
284
|
+
"github": "JoaoPedroAS51"
|
|
229
285
|
}
|
|
230
286
|
],
|
|
231
287
|
"compatibility": {
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"3.x": "wip"
|
|
288
|
+
"nuxt": "^2.0.0",
|
|
289
|
+
"requires": {}
|
|
235
290
|
}
|
|
236
291
|
},
|
|
237
292
|
{
|
|
@@ -249,14 +304,12 @@
|
|
|
249
304
|
{
|
|
250
305
|
"name": "Pooya Parsa",
|
|
251
306
|
"github": "pi0",
|
|
252
|
-
"twitter": "_pi0_"
|
|
253
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
307
|
+
"twitter": "_pi0_"
|
|
254
308
|
}
|
|
255
309
|
],
|
|
256
310
|
"compatibility": {
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"3.x": "unknown"
|
|
311
|
+
"nuxt": "^2.0.0",
|
|
312
|
+
"requires": {}
|
|
260
313
|
}
|
|
261
314
|
},
|
|
262
315
|
{
|
|
@@ -273,14 +326,12 @@
|
|
|
273
326
|
"maintainers": [
|
|
274
327
|
{
|
|
275
328
|
"name": "potato4d",
|
|
276
|
-
"github": "potato4d"
|
|
277
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
329
|
+
"github": "potato4d"
|
|
278
330
|
}
|
|
279
331
|
],
|
|
280
332
|
"compatibility": {
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"3.x": "unknown"
|
|
333
|
+
"nuxt": "^2.0.0",
|
|
334
|
+
"requires": {}
|
|
284
335
|
}
|
|
285
336
|
},
|
|
286
337
|
{
|
|
@@ -297,26 +348,22 @@
|
|
|
297
348
|
"maintainers": [
|
|
298
349
|
{
|
|
299
350
|
"name": "Troy Morehouse",
|
|
300
|
-
"github": "tmorehouse"
|
|
301
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
351
|
+
"github": "tmorehouse"
|
|
302
352
|
},
|
|
303
353
|
{
|
|
304
354
|
"name": "Pooya Parsa",
|
|
305
355
|
"github": "pi0",
|
|
306
|
-
"twitter": "_pi0_"
|
|
307
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
356
|
+
"twitter": "_pi0_"
|
|
308
357
|
},
|
|
309
358
|
{
|
|
310
359
|
"name": "Jacob Müller",
|
|
311
360
|
"github": "jackmu95",
|
|
312
|
-
"twitter": "jackmu95"
|
|
313
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
361
|
+
"twitter": "jackmu95"
|
|
314
362
|
}
|
|
315
363
|
],
|
|
316
364
|
"compatibility": {
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"3.x": "unknown"
|
|
365
|
+
"nuxt": "^2.0.0",
|
|
366
|
+
"requires": {}
|
|
320
367
|
}
|
|
321
368
|
},
|
|
322
369
|
{
|
|
@@ -334,14 +381,12 @@
|
|
|
334
381
|
{
|
|
335
382
|
"name": "Pooya Parsa",
|
|
336
383
|
"github": "pi0",
|
|
337
|
-
"twitter": "_pi0_"
|
|
338
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
384
|
+
"twitter": "_pi0_"
|
|
339
385
|
}
|
|
340
386
|
],
|
|
341
387
|
"compatibility": {
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"3.x": "unknown"
|
|
388
|
+
"nuxt": "^2.0.0",
|
|
389
|
+
"requires": {}
|
|
345
390
|
}
|
|
346
391
|
},
|
|
347
392
|
{
|
|
@@ -358,19 +403,17 @@
|
|
|
358
403
|
"maintainers": [
|
|
359
404
|
{
|
|
360
405
|
"name": "Walter Tommasi",
|
|
361
|
-
"github": "jtommy"
|
|
362
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
406
|
+
"github": "jtommy"
|
|
363
407
|
}
|
|
364
408
|
],
|
|
365
409
|
"compatibility": {
|
|
366
|
-
"
|
|
367
|
-
"
|
|
368
|
-
"3.x": "unknown"
|
|
410
|
+
"nuxt": "^2.0.0",
|
|
411
|
+
"requires": {}
|
|
369
412
|
}
|
|
370
413
|
},
|
|
371
414
|
{
|
|
372
415
|
"name": "bugsnag",
|
|
373
|
-
"description": "Bugsnag
|
|
416
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
374
417
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
375
418
|
"npm": "nuxt-bugsnag",
|
|
376
419
|
"icon": "bugsnag.png",
|
|
@@ -383,37 +426,14 @@
|
|
|
383
426
|
{
|
|
384
427
|
"name": "JulianMar",
|
|
385
428
|
"github": "JulianMar",
|
|
386
|
-
"
|
|
429
|
+
"twitter": "julian_martin96"
|
|
387
430
|
}
|
|
388
431
|
],
|
|
389
432
|
"compatibility": {
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"name": "build-optimisations",
|
|
397
|
-
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
398
|
-
"repo": "loonpwn/nuxt-build-optimisations",
|
|
399
|
-
"npm": "nuxt-webpack-optimisations-monorepo",
|
|
400
|
-
"icon": "build-optimisations.svg",
|
|
401
|
-
"github": "https://github.com/loonpwn/nuxt-build-optimisations",
|
|
402
|
-
"website": "https://github.com/loonpwn/nuxt-build-optimisations",
|
|
403
|
-
"learn_more": "",
|
|
404
|
-
"category": "Devtools",
|
|
405
|
-
"type": "3rd-party",
|
|
406
|
-
"maintainers": [
|
|
407
|
-
{
|
|
408
|
-
"name": "loonpwn",
|
|
409
|
-
"github": "loonpwn",
|
|
410
|
-
"avatar": "https://avatars.githubusercontent.com/u/5326365?v=4"
|
|
433
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
434
|
+
"requires": {
|
|
435
|
+
"bridge": true
|
|
411
436
|
}
|
|
412
|
-
],
|
|
413
|
-
"compatibility": {
|
|
414
|
-
"2.x": "working",
|
|
415
|
-
"2.x-bridge": "unknown",
|
|
416
|
-
"3.x": "unknown"
|
|
417
437
|
}
|
|
418
438
|
},
|
|
419
439
|
{
|
|
@@ -430,14 +450,12 @@
|
|
|
430
450
|
"maintainers": [
|
|
431
451
|
{
|
|
432
452
|
"name": "mustardamus",
|
|
433
|
-
"github": "mustardamus"
|
|
434
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
453
|
+
"github": "mustardamus"
|
|
435
454
|
}
|
|
436
455
|
],
|
|
437
456
|
"compatibility": {
|
|
438
|
-
"
|
|
439
|
-
"
|
|
440
|
-
"3.x": "unknown"
|
|
457
|
+
"nuxt": "^2.0.0",
|
|
458
|
+
"requires": {}
|
|
441
459
|
}
|
|
442
460
|
},
|
|
443
461
|
{
|
|
@@ -454,19 +472,17 @@
|
|
|
454
472
|
"maintainers": [
|
|
455
473
|
{
|
|
456
474
|
"name": "Developmint",
|
|
457
|
-
"github": "Developmint"
|
|
458
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
475
|
+
"github": "Developmint"
|
|
459
476
|
}
|
|
460
477
|
],
|
|
461
478
|
"compatibility": {
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"3.x": "unknown"
|
|
479
|
+
"nuxt": "^2.0.0",
|
|
480
|
+
"requires": {}
|
|
465
481
|
}
|
|
466
482
|
},
|
|
467
483
|
{
|
|
468
484
|
"name": "canvas-sketch",
|
|
469
|
-
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in
|
|
485
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
470
486
|
"repo": "LuXDAmore/generative-art",
|
|
471
487
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
472
488
|
"icon": "",
|
|
@@ -479,14 +495,12 @@
|
|
|
479
495
|
{
|
|
480
496
|
"name": "Luca Iaconelli",
|
|
481
497
|
"github": "LuXDAmore",
|
|
482
|
-
"twitter": "luxdamore"
|
|
483
|
-
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
498
|
+
"twitter": "luxdamore"
|
|
484
499
|
}
|
|
485
500
|
],
|
|
486
501
|
"compatibility": {
|
|
487
|
-
"
|
|
488
|
-
"
|
|
489
|
-
"3.x": "unknown"
|
|
502
|
+
"nuxt": "^2.0.0",
|
|
503
|
+
"requires": {}
|
|
490
504
|
}
|
|
491
505
|
},
|
|
492
506
|
{
|
|
@@ -503,14 +517,12 @@
|
|
|
503
517
|
"maintainers": [
|
|
504
518
|
{
|
|
505
519
|
"name": "Jonathan Bakebwa",
|
|
506
|
-
"github": "codebender828"
|
|
507
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
520
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
508
521
|
}
|
|
509
522
|
],
|
|
510
523
|
"compatibility": {
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
"3.x": "unknown"
|
|
524
|
+
"nuxt": "^2.0.0",
|
|
525
|
+
"requires": {}
|
|
514
526
|
}
|
|
515
527
|
},
|
|
516
528
|
{
|
|
@@ -527,14 +539,12 @@
|
|
|
527
539
|
"maintainers": [
|
|
528
540
|
{
|
|
529
541
|
"name": "Romain Clement",
|
|
530
|
-
"github": "rclement"
|
|
531
|
-
"avatar": "https://avatars.githubusercontent.com/u/1238873?v=4"
|
|
542
|
+
"github": "rclement"
|
|
532
543
|
}
|
|
533
544
|
],
|
|
534
545
|
"compatibility": {
|
|
535
|
-
"
|
|
536
|
-
"
|
|
537
|
-
"3.x": "unknown"
|
|
546
|
+
"nuxt": "^2.0.0",
|
|
547
|
+
"requires": {}
|
|
538
548
|
}
|
|
539
549
|
},
|
|
540
550
|
{
|
|
@@ -551,14 +561,12 @@
|
|
|
551
561
|
"maintainers": [
|
|
552
562
|
{
|
|
553
563
|
"name": "potato4d",
|
|
554
|
-
"github": "potato4d"
|
|
555
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
564
|
+
"github": "potato4d"
|
|
556
565
|
}
|
|
557
566
|
],
|
|
558
567
|
"compatibility": {
|
|
559
|
-
"
|
|
560
|
-
"
|
|
561
|
-
"3.x": "unknown"
|
|
568
|
+
"nuxt": "^2.0.0",
|
|
569
|
+
"requires": {}
|
|
562
570
|
}
|
|
563
571
|
},
|
|
564
572
|
{
|
|
@@ -575,14 +583,12 @@
|
|
|
575
583
|
"maintainers": [
|
|
576
584
|
{
|
|
577
585
|
"name": "gitana",
|
|
578
|
-
"github": "gitana"
|
|
579
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
586
|
+
"github": "gitana"
|
|
580
587
|
}
|
|
581
588
|
],
|
|
582
589
|
"compatibility": {
|
|
583
|
-
"
|
|
584
|
-
"
|
|
585
|
-
"3.x": "unknown"
|
|
590
|
+
"nuxt": "^2.0.0",
|
|
591
|
+
"requires": {}
|
|
586
592
|
}
|
|
587
593
|
},
|
|
588
594
|
{
|
|
@@ -600,14 +606,12 @@
|
|
|
600
606
|
{
|
|
601
607
|
"name": "Maya Shavin",
|
|
602
608
|
"github": "mayashavin",
|
|
603
|
-
"twitter": "MayaShavin"
|
|
604
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
609
|
+
"twitter": "MayaShavin"
|
|
605
610
|
}
|
|
606
611
|
],
|
|
607
612
|
"compatibility": {
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
"3.x": "broken"
|
|
613
|
+
"nuxt": "^2.0.0",
|
|
614
|
+
"requires": {}
|
|
611
615
|
}
|
|
612
616
|
},
|
|
613
617
|
{
|
|
@@ -625,14 +629,14 @@
|
|
|
625
629
|
{
|
|
626
630
|
"name": "Sébastien Chopin",
|
|
627
631
|
"github": "Atinux",
|
|
628
|
-
"twitter": "Atinux"
|
|
629
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
632
|
+
"twitter": "Atinux"
|
|
630
633
|
}
|
|
631
634
|
],
|
|
632
635
|
"compatibility": {
|
|
633
|
-
"
|
|
634
|
-
"
|
|
635
|
-
|
|
636
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
637
|
+
"requires": {
|
|
638
|
+
"bridge": "optional"
|
|
639
|
+
}
|
|
636
640
|
}
|
|
637
641
|
},
|
|
638
642
|
{
|
|
@@ -650,14 +654,12 @@
|
|
|
650
654
|
{
|
|
651
655
|
"name": "Pooya Parsa",
|
|
652
656
|
"github": "pi0",
|
|
653
|
-
"twitter": "_pi0_"
|
|
654
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
657
|
+
"twitter": "_pi0_"
|
|
655
658
|
}
|
|
656
659
|
],
|
|
657
660
|
"compatibility": {
|
|
658
|
-
"
|
|
659
|
-
"
|
|
660
|
-
"3.x": "unknown"
|
|
661
|
+
"nuxt": "^2.0.0",
|
|
662
|
+
"requires": {}
|
|
661
663
|
}
|
|
662
664
|
},
|
|
663
665
|
{
|
|
@@ -675,22 +677,20 @@
|
|
|
675
677
|
{
|
|
676
678
|
"name": "Daniel Roe",
|
|
677
679
|
"github": "danielroe",
|
|
678
|
-
"twitter": "danielcroe"
|
|
679
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
680
|
+
"twitter": "danielcroe"
|
|
680
681
|
}
|
|
681
682
|
],
|
|
682
683
|
"compatibility": {
|
|
683
|
-
"
|
|
684
|
-
"
|
|
685
|
-
"3.x": "unknown"
|
|
684
|
+
"nuxt": "^2.0.0",
|
|
685
|
+
"requires": {}
|
|
686
686
|
}
|
|
687
687
|
},
|
|
688
688
|
{
|
|
689
689
|
"name": "content",
|
|
690
|
-
"description": "
|
|
691
|
-
"repo": "nuxt/content#
|
|
690
|
+
"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.",
|
|
691
|
+
"repo": "nuxt/content#main",
|
|
692
692
|
"npm": "@nuxt/content",
|
|
693
|
-
"icon": "
|
|
693
|
+
"icon": "nuxt.png",
|
|
694
694
|
"github": "https://github.com/nuxt/content",
|
|
695
695
|
"website": "https://content.nuxtjs.org",
|
|
696
696
|
"learn_more": "",
|
|
@@ -698,22 +698,24 @@
|
|
|
698
698
|
"type": "official",
|
|
699
699
|
"maintainers": [
|
|
700
700
|
{
|
|
701
|
-
"name": "
|
|
702
|
-
"github": "
|
|
703
|
-
"twitter": "
|
|
704
|
-
|
|
701
|
+
"name": "Yaël Guilloux",
|
|
702
|
+
"github": "Tahul",
|
|
703
|
+
"twitter": "yaeeelglx"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "Ahad Birang",
|
|
707
|
+
"github": "farnabaz",
|
|
708
|
+
"twitter": "a_birang"
|
|
705
709
|
},
|
|
706
710
|
{
|
|
707
711
|
"name": "Sebastien Chopin",
|
|
708
712
|
"github": "Atinux",
|
|
709
|
-
"twitter": "Atinux"
|
|
710
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
713
|
+
"twitter": "Atinux"
|
|
711
714
|
}
|
|
712
715
|
],
|
|
713
716
|
"compatibility": {
|
|
714
|
-
"
|
|
715
|
-
"
|
|
716
|
-
"3.x": "broken"
|
|
717
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
718
|
+
"requires": {}
|
|
717
719
|
}
|
|
718
720
|
},
|
|
719
721
|
{
|
|
@@ -730,14 +732,12 @@
|
|
|
730
732
|
"maintainers": [
|
|
731
733
|
{
|
|
732
734
|
"name": "scaccogatto",
|
|
733
|
-
"github": "scaccogatto"
|
|
734
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
735
|
+
"github": "scaccogatto"
|
|
735
736
|
}
|
|
736
737
|
],
|
|
737
738
|
"compatibility": {
|
|
738
|
-
"
|
|
739
|
-
"
|
|
740
|
-
"3.x": "unknown"
|
|
739
|
+
"nuxt": "^2.0.0",
|
|
740
|
+
"requires": {}
|
|
741
741
|
}
|
|
742
742
|
},
|
|
743
743
|
{
|
|
@@ -754,19 +754,16 @@
|
|
|
754
754
|
"maintainers": [
|
|
755
755
|
{
|
|
756
756
|
"name": "Thorn Walli",
|
|
757
|
-
"github": "ThornWalli"
|
|
758
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
757
|
+
"github": "ThornWalli"
|
|
759
758
|
},
|
|
760
759
|
{
|
|
761
760
|
"name": "GrabarzUndPartner",
|
|
762
|
-
"github": "GrabarzUndPartner"
|
|
763
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
761
|
+
"github": "GrabarzUndPartner"
|
|
764
762
|
}
|
|
765
763
|
],
|
|
766
764
|
"compatibility": {
|
|
767
|
-
"
|
|
768
|
-
"
|
|
769
|
-
"3.x": "unknown"
|
|
765
|
+
"nuxt": "^2.0.0",
|
|
766
|
+
"requires": {}
|
|
770
767
|
}
|
|
771
768
|
},
|
|
772
769
|
{
|
|
@@ -783,14 +780,12 @@
|
|
|
783
780
|
"maintainers": [
|
|
784
781
|
{
|
|
785
782
|
"name": "sandoche",
|
|
786
|
-
"github": "sandoche"
|
|
787
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
783
|
+
"github": "sandoche"
|
|
788
784
|
}
|
|
789
785
|
],
|
|
790
786
|
"compatibility": {
|
|
791
|
-
"
|
|
792
|
-
"
|
|
793
|
-
"3.x": "unknown"
|
|
787
|
+
"nuxt": "^2.0.0",
|
|
788
|
+
"requires": {}
|
|
794
789
|
}
|
|
795
790
|
},
|
|
796
791
|
{
|
|
@@ -807,14 +802,34 @@
|
|
|
807
802
|
"maintainers": [
|
|
808
803
|
{
|
|
809
804
|
"name": "Ricardo Gobbo de Souza",
|
|
810
|
-
"github": "ricardogobbosouza"
|
|
811
|
-
|
|
805
|
+
"github": "ricardogobbosouza"
|
|
806
|
+
}
|
|
807
|
+
],
|
|
808
|
+
"compatibility": {
|
|
809
|
+
"nuxt": "^2.0.0",
|
|
810
|
+
"requires": {}
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"name": "datocms",
|
|
815
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
816
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
817
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
818
|
+
"icon": "datocms.png",
|
|
819
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
820
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
821
|
+
"learn_more": "https://www.datocms.com/",
|
|
822
|
+
"category": "CMS",
|
|
823
|
+
"type": "3rd-party",
|
|
824
|
+
"maintainers": [
|
|
825
|
+
{
|
|
826
|
+
"name": "Frankwarnaar",
|
|
827
|
+
"github": "Frankwarnaar"
|
|
812
828
|
}
|
|
813
829
|
],
|
|
814
830
|
"compatibility": {
|
|
815
|
-
"
|
|
816
|
-
"
|
|
817
|
-
"3.x": "wip"
|
|
831
|
+
"nuxt": "^2.0.0",
|
|
832
|
+
"requires": {}
|
|
818
833
|
}
|
|
819
834
|
},
|
|
820
835
|
{
|
|
@@ -832,14 +847,35 @@
|
|
|
832
847
|
{
|
|
833
848
|
"name": "Takuma HANATANI",
|
|
834
849
|
"github": "potato4d",
|
|
835
|
-
"twitter": "potato4d"
|
|
836
|
-
|
|
850
|
+
"twitter": "potato4d"
|
|
851
|
+
}
|
|
852
|
+
],
|
|
853
|
+
"compatibility": {
|
|
854
|
+
"nuxt": "^2.0.0",
|
|
855
|
+
"requires": {}
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "delay-hydration",
|
|
860
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
861
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
862
|
+
"npm": "nuxt-delay-hydration",
|
|
863
|
+
"icon": "lighthouse.svg",
|
|
864
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
865
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
866
|
+
"learn_more": "",
|
|
867
|
+
"category": "Performance",
|
|
868
|
+
"type": "3rd-party",
|
|
869
|
+
"maintainers": [
|
|
870
|
+
{
|
|
871
|
+
"name": "Harlan Wilton",
|
|
872
|
+
"github": "harlan-zw",
|
|
873
|
+
"twitter": "harlan_zw"
|
|
837
874
|
}
|
|
838
875
|
],
|
|
839
876
|
"compatibility": {
|
|
840
|
-
"
|
|
841
|
-
"
|
|
842
|
-
"3.x": "unknown"
|
|
877
|
+
"nuxt": "^2.0.0",
|
|
878
|
+
"requires": {}
|
|
843
879
|
}
|
|
844
880
|
},
|
|
845
881
|
{
|
|
@@ -856,14 +892,37 @@
|
|
|
856
892
|
"maintainers": [
|
|
857
893
|
{
|
|
858
894
|
"name": "Shinji Yamada",
|
|
859
|
-
"github": "dotneet"
|
|
860
|
-
|
|
895
|
+
"github": "dotneet"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"compatibility": {
|
|
899
|
+
"nuxt": "^2.0.0",
|
|
900
|
+
"requires": {}
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "directus",
|
|
905
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
906
|
+
"repo": "intevel/nuxt-directus",
|
|
907
|
+
"npm": "nuxt-directus",
|
|
908
|
+
"icon": "directus.svg",
|
|
909
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
910
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
911
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
912
|
+
"category": "CMS",
|
|
913
|
+
"type": "3rd-party",
|
|
914
|
+
"maintainers": [
|
|
915
|
+
{
|
|
916
|
+
"name": "Conner Bachmann",
|
|
917
|
+
"github": "intevel",
|
|
918
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
861
919
|
}
|
|
862
920
|
],
|
|
863
921
|
"compatibility": {
|
|
864
|
-
"
|
|
865
|
-
"
|
|
866
|
-
|
|
922
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
923
|
+
"requires": {
|
|
924
|
+
"bridge": true
|
|
925
|
+
}
|
|
867
926
|
}
|
|
868
927
|
},
|
|
869
928
|
{
|
|
@@ -880,14 +939,45 @@
|
|
|
880
939
|
"maintainers": [
|
|
881
940
|
{
|
|
882
941
|
"name": "Julien Tant",
|
|
883
|
-
"github": "JulienTant"
|
|
884
|
-
|
|
942
|
+
"github": "JulienTant"
|
|
943
|
+
}
|
|
944
|
+
],
|
|
945
|
+
"compatibility": {
|
|
946
|
+
"nuxt": "^2.0.0",
|
|
947
|
+
"requires": {}
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "drupal-ce",
|
|
952
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
953
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
954
|
+
"npm": "nuxtjs-drupal-ce",
|
|
955
|
+
"icon": "drupal-ce.png",
|
|
956
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
957
|
+
"website": "https://stack.lupus.digital",
|
|
958
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
959
|
+
"category": "CMS",
|
|
960
|
+
"type": "3rd-party",
|
|
961
|
+
"maintainers": [
|
|
962
|
+
{
|
|
963
|
+
"name": "Wolfgang Ziegler // fago",
|
|
964
|
+
"github": "fago",
|
|
965
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"name": "Maximilian Götz-Mikus",
|
|
969
|
+
"github": "maximilianmikus",
|
|
970
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "David Licen",
|
|
974
|
+
"github": "davision",
|
|
975
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
885
976
|
}
|
|
886
977
|
],
|
|
887
978
|
"compatibility": {
|
|
888
|
-
"
|
|
889
|
-
"
|
|
890
|
-
"3.x": "unknown"
|
|
979
|
+
"nuxt": "^2.0.0",
|
|
980
|
+
"requires": {}
|
|
891
981
|
}
|
|
892
982
|
},
|
|
893
983
|
{
|
|
@@ -904,14 +994,12 @@
|
|
|
904
994
|
"maintainers": [
|
|
905
995
|
{
|
|
906
996
|
"name": "Decipher",
|
|
907
|
-
"github": "decipher"
|
|
908
|
-
"avatar": "https://avatars0.githubusercontent.com/u/161090?s=460&v=4"
|
|
997
|
+
"github": "decipher"
|
|
909
998
|
}
|
|
910
999
|
],
|
|
911
1000
|
"compatibility": {
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
"3.x": "unknown"
|
|
1001
|
+
"nuxt": "^2.0.0",
|
|
1002
|
+
"requires": {}
|
|
915
1003
|
}
|
|
916
1004
|
},
|
|
917
1005
|
{
|
|
@@ -929,14 +1017,12 @@
|
|
|
929
1017
|
{
|
|
930
1018
|
"name": "Pooya Parsa",
|
|
931
1019
|
"github": "pi0",
|
|
932
|
-
"twitter": "_pi0_"
|
|
933
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1020
|
+
"twitter": "_pi0_"
|
|
934
1021
|
}
|
|
935
1022
|
],
|
|
936
1023
|
"compatibility": {
|
|
937
|
-
"
|
|
938
|
-
"
|
|
939
|
-
"3.x": "unknown"
|
|
1024
|
+
"nuxt": "^2.0.0",
|
|
1025
|
+
"requires": {}
|
|
940
1026
|
}
|
|
941
1027
|
},
|
|
942
1028
|
{
|
|
@@ -953,14 +1039,12 @@
|
|
|
953
1039
|
"maintainers": [
|
|
954
1040
|
{
|
|
955
1041
|
"name": "Ricardo Gobbo de Souza",
|
|
956
|
-
"github": "ricardogobbosouza"
|
|
957
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1042
|
+
"github": "ricardogobbosouza"
|
|
958
1043
|
}
|
|
959
1044
|
],
|
|
960
1045
|
"compatibility": {
|
|
961
|
-
"
|
|
962
|
-
"
|
|
963
|
-
"3.x": "unknown"
|
|
1046
|
+
"nuxt": "^2.0.0",
|
|
1047
|
+
"requires": {}
|
|
964
1048
|
}
|
|
965
1049
|
},
|
|
966
1050
|
{
|
|
@@ -977,14 +1061,12 @@
|
|
|
977
1061
|
"maintainers": [
|
|
978
1062
|
{
|
|
979
1063
|
"name": "Xin Du",
|
|
980
|
-
"github": "clarkdo"
|
|
981
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1064
|
+
"github": "clarkdo"
|
|
982
1065
|
}
|
|
983
1066
|
],
|
|
984
1067
|
"compatibility": {
|
|
985
|
-
"
|
|
986
|
-
"
|
|
987
|
-
"3.x": "unknown"
|
|
1068
|
+
"nuxt": "^2.0.0",
|
|
1069
|
+
"requires": {}
|
|
988
1070
|
}
|
|
989
1071
|
},
|
|
990
1072
|
{
|
|
@@ -1001,14 +1083,12 @@
|
|
|
1001
1083
|
"maintainers": [
|
|
1002
1084
|
{
|
|
1003
1085
|
"name": "yabhq",
|
|
1004
|
-
"github": "yabhq"
|
|
1005
|
-
"avatar": "https://avatars.githubusercontent.com/u/16291011?v=4"
|
|
1086
|
+
"github": "yabhq"
|
|
1006
1087
|
}
|
|
1007
1088
|
],
|
|
1008
1089
|
"compatibility": {
|
|
1009
|
-
"
|
|
1010
|
-
"
|
|
1011
|
-
"3.x": "unknown"
|
|
1090
|
+
"nuxt": "^2.0.0",
|
|
1091
|
+
"requires": {}
|
|
1012
1092
|
}
|
|
1013
1093
|
},
|
|
1014
1094
|
{
|
|
@@ -1025,19 +1105,17 @@
|
|
|
1025
1105
|
"maintainers": [
|
|
1026
1106
|
{
|
|
1027
1107
|
"name": "stephenkr",
|
|
1028
|
-
"github": "stephenkr"
|
|
1029
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1108
|
+
"github": "stephenkr"
|
|
1030
1109
|
}
|
|
1031
1110
|
],
|
|
1032
1111
|
"compatibility": {
|
|
1033
|
-
"
|
|
1034
|
-
"
|
|
1035
|
-
"3.x": "unknown"
|
|
1112
|
+
"nuxt": "^2.0.0",
|
|
1113
|
+
"requires": {}
|
|
1036
1114
|
}
|
|
1037
1115
|
},
|
|
1038
1116
|
{
|
|
1039
1117
|
"name": "feed",
|
|
1040
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1118
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
1041
1119
|
"repo": "nuxt-community/feed-module",
|
|
1042
1120
|
"npm": "@nuxtjs/feed",
|
|
1043
1121
|
"icon": "",
|
|
@@ -1050,20 +1128,18 @@
|
|
|
1050
1128
|
{
|
|
1051
1129
|
"name": "Alexander Lichter",
|
|
1052
1130
|
"github": "manniL",
|
|
1053
|
-
"twitter": "TheAlexLichter"
|
|
1054
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1131
|
+
"twitter": "TheAlexLichter"
|
|
1055
1132
|
}
|
|
1056
1133
|
],
|
|
1057
1134
|
"compatibility": {
|
|
1058
|
-
"
|
|
1059
|
-
"
|
|
1060
|
-
"3.x": "unknown"
|
|
1135
|
+
"nuxt": "^2.0.0",
|
|
1136
|
+
"requires": {}
|
|
1061
1137
|
}
|
|
1062
1138
|
},
|
|
1063
1139
|
{
|
|
1064
1140
|
"name": "firebase",
|
|
1065
1141
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
1066
|
-
"repo": "nuxt-community/firebase-module",
|
|
1142
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
1067
1143
|
"npm": "@nuxtjs/firebase",
|
|
1068
1144
|
"icon": "firebase.png",
|
|
1069
1145
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
@@ -1074,14 +1150,12 @@
|
|
|
1074
1150
|
"maintainers": [
|
|
1075
1151
|
{
|
|
1076
1152
|
"name": "Pascal Luther",
|
|
1077
|
-
"github": "lupas"
|
|
1078
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1153
|
+
"github": "lupas"
|
|
1079
1154
|
}
|
|
1080
1155
|
],
|
|
1081
1156
|
"compatibility": {
|
|
1082
|
-
"
|
|
1083
|
-
"
|
|
1084
|
-
"3.x": "unknown"
|
|
1157
|
+
"nuxt": "^2.0.0",
|
|
1158
|
+
"requires": {}
|
|
1085
1159
|
}
|
|
1086
1160
|
},
|
|
1087
1161
|
{
|
|
@@ -1098,14 +1172,12 @@
|
|
|
1098
1172
|
"maintainers": [
|
|
1099
1173
|
{
|
|
1100
1174
|
"name": "sandoche",
|
|
1101
|
-
"github": "sandoche"
|
|
1102
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1175
|
+
"github": "sandoche"
|
|
1103
1176
|
}
|
|
1104
1177
|
],
|
|
1105
1178
|
"compatibility": {
|
|
1106
|
-
"
|
|
1107
|
-
"
|
|
1108
|
-
"3.x": "unknown"
|
|
1179
|
+
"nuxt": "^2.0.0",
|
|
1180
|
+
"requires": {}
|
|
1109
1181
|
}
|
|
1110
1182
|
},
|
|
1111
1183
|
{
|
|
@@ -1122,14 +1194,12 @@
|
|
|
1122
1194
|
"maintainers": [
|
|
1123
1195
|
{
|
|
1124
1196
|
"name": "GrabarzUndPartner",
|
|
1125
|
-
"github": "GrabarzUndPartner"
|
|
1126
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
1197
|
+
"github": "GrabarzUndPartner"
|
|
1127
1198
|
}
|
|
1128
1199
|
],
|
|
1129
1200
|
"compatibility": {
|
|
1130
|
-
"
|
|
1131
|
-
"
|
|
1132
|
-
"3.x": "unknown"
|
|
1201
|
+
"nuxt": "^2.0.0",
|
|
1202
|
+
"requires": {}
|
|
1133
1203
|
}
|
|
1134
1204
|
},
|
|
1135
1205
|
{
|
|
@@ -1146,14 +1216,12 @@
|
|
|
1146
1216
|
"maintainers": [
|
|
1147
1217
|
{
|
|
1148
1218
|
"name": "kdydesign",
|
|
1149
|
-
"github": "kdydesign"
|
|
1150
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
1219
|
+
"github": "kdydesign"
|
|
1151
1220
|
}
|
|
1152
1221
|
],
|
|
1153
1222
|
"compatibility": {
|
|
1154
|
-
"
|
|
1155
|
-
"
|
|
1156
|
-
"3.x": "unknown"
|
|
1223
|
+
"nuxt": "^2.0.0",
|
|
1224
|
+
"requires": {}
|
|
1157
1225
|
}
|
|
1158
1226
|
},
|
|
1159
1227
|
{
|
|
@@ -1170,14 +1238,40 @@
|
|
|
1170
1238
|
"maintainers": [
|
|
1171
1239
|
{
|
|
1172
1240
|
"name": "Pim",
|
|
1173
|
-
"github": "pimlie"
|
|
1174
|
-
|
|
1241
|
+
"github": "pimlie"
|
|
1242
|
+
}
|
|
1243
|
+
],
|
|
1244
|
+
"compatibility": {
|
|
1245
|
+
"nuxt": "^2.0.0",
|
|
1246
|
+
"requires": {}
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"name": "formkit",
|
|
1251
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1252
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1253
|
+
"npm": "@formkit/nuxt",
|
|
1254
|
+
"icon": "formkit.png",
|
|
1255
|
+
"github": "https://github.com/formkit/formkit",
|
|
1256
|
+
"website": "https://formkit.com",
|
|
1257
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1258
|
+
"category": "Libraries",
|
|
1259
|
+
"type": "3rd-party",
|
|
1260
|
+
"maintainers": [
|
|
1261
|
+
{
|
|
1262
|
+
"name": "Justin Schroeder",
|
|
1263
|
+
"github": "justin-schroeder",
|
|
1264
|
+
"twitter": "jpschroeder"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"name": "Andrew Boyd",
|
|
1268
|
+
"github": "andrew-boyd",
|
|
1269
|
+
"twitter": "0xBOYD"
|
|
1175
1270
|
}
|
|
1176
1271
|
],
|
|
1177
1272
|
"compatibility": {
|
|
1178
|
-
"
|
|
1179
|
-
"
|
|
1180
|
-
"3.x": "unknown"
|
|
1273
|
+
"nuxt": "^3.0.0",
|
|
1274
|
+
"requires": {}
|
|
1181
1275
|
}
|
|
1182
1276
|
},
|
|
1183
1277
|
{
|
|
@@ -1194,14 +1288,12 @@
|
|
|
1194
1288
|
"maintainers": [
|
|
1195
1289
|
{
|
|
1196
1290
|
"name": "vaso2",
|
|
1197
|
-
"github": "vaso2"
|
|
1198
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1291
|
+
"github": "vaso2"
|
|
1199
1292
|
}
|
|
1200
1293
|
],
|
|
1201
1294
|
"compatibility": {
|
|
1202
|
-
"
|
|
1203
|
-
"
|
|
1204
|
-
"3.x": "unknown"
|
|
1295
|
+
"nuxt": "^2.0.0",
|
|
1296
|
+
"requires": {}
|
|
1205
1297
|
}
|
|
1206
1298
|
},
|
|
1207
1299
|
{
|
|
@@ -1218,14 +1310,12 @@
|
|
|
1218
1310
|
"maintainers": [
|
|
1219
1311
|
{
|
|
1220
1312
|
"name": "lindsaykwardell",
|
|
1221
|
-
"github": "lindsaykwardell"
|
|
1222
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1313
|
+
"github": "lindsaykwardell"
|
|
1223
1314
|
}
|
|
1224
1315
|
],
|
|
1225
1316
|
"compatibility": {
|
|
1226
|
-
"
|
|
1227
|
-
"
|
|
1228
|
-
"3.x": "unknown"
|
|
1317
|
+
"nuxt": "^2.0.0",
|
|
1318
|
+
"requires": {}
|
|
1229
1319
|
}
|
|
1230
1320
|
},
|
|
1231
1321
|
{
|
|
@@ -1242,14 +1332,12 @@
|
|
|
1242
1332
|
"maintainers": [
|
|
1243
1333
|
{
|
|
1244
1334
|
"name": "Troy Morehouse",
|
|
1245
|
-
"github": "tmorehouse"
|
|
1246
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1335
|
+
"github": "tmorehouse"
|
|
1247
1336
|
}
|
|
1248
1337
|
],
|
|
1249
1338
|
"compatibility": {
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1252
|
-
"3.x": "unknown"
|
|
1339
|
+
"nuxt": "^2.0.0",
|
|
1340
|
+
"requires": {}
|
|
1253
1341
|
}
|
|
1254
1342
|
},
|
|
1255
1343
|
{
|
|
@@ -1267,25 +1355,21 @@
|
|
|
1267
1355
|
{
|
|
1268
1356
|
"name": "Pooya Parsa",
|
|
1269
1357
|
"github": "pi0",
|
|
1270
|
-
"twitter": "_pi0_"
|
|
1271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1358
|
+
"twitter": "_pi0_"
|
|
1272
1359
|
},
|
|
1273
1360
|
{
|
|
1274
1361
|
"name": "Ricardo Gobbo de Souza",
|
|
1275
|
-
"github": "ricardogobbosouza"
|
|
1276
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1362
|
+
"github": "ricardogobbosouza"
|
|
1277
1363
|
},
|
|
1278
1364
|
{
|
|
1279
1365
|
"name": "Matteo Gabriele",
|
|
1280
1366
|
"github": "MatteoGabriele",
|
|
1281
|
-
"twitter": "matteo_gabriele"
|
|
1282
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1367
|
+
"twitter": "matteo_gabriele"
|
|
1283
1368
|
}
|
|
1284
1369
|
],
|
|
1285
1370
|
"compatibility": {
|
|
1286
|
-
"
|
|
1287
|
-
"
|
|
1288
|
-
"3.x": "unknown"
|
|
1371
|
+
"nuxt": "^2.0.0",
|
|
1372
|
+
"requires": {}
|
|
1289
1373
|
}
|
|
1290
1374
|
},
|
|
1291
1375
|
{
|
|
@@ -1302,14 +1386,14 @@
|
|
|
1302
1386
|
"maintainers": [
|
|
1303
1387
|
{
|
|
1304
1388
|
"name": "Ricardo Gobbo de Souza",
|
|
1305
|
-
"github": "ricardogobbosouza"
|
|
1306
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1389
|
+
"github": "ricardogobbosouza"
|
|
1307
1390
|
}
|
|
1308
1391
|
],
|
|
1309
1392
|
"compatibility": {
|
|
1310
|
-
"
|
|
1311
|
-
"
|
|
1312
|
-
|
|
1393
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1394
|
+
"requires": {
|
|
1395
|
+
"bridge": "optional"
|
|
1396
|
+
}
|
|
1313
1397
|
}
|
|
1314
1398
|
},
|
|
1315
1399
|
{
|
|
@@ -1326,19 +1410,16 @@
|
|
|
1326
1410
|
"maintainers": [
|
|
1327
1411
|
{
|
|
1328
1412
|
"name": "Dominic Garms",
|
|
1329
|
-
"github": "dohomi"
|
|
1330
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1413
|
+
"github": "dohomi"
|
|
1331
1414
|
},
|
|
1332
1415
|
{
|
|
1333
1416
|
"name": "Ricardo Gobbo de Souza",
|
|
1334
|
-
"github": "ricardogobbosouza"
|
|
1335
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1417
|
+
"github": "ricardogobbosouza"
|
|
1336
1418
|
}
|
|
1337
1419
|
],
|
|
1338
1420
|
"compatibility": {
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1341
|
-
"3.x": "unknown"
|
|
1421
|
+
"nuxt": "^2.0.0",
|
|
1422
|
+
"requires": {}
|
|
1342
1423
|
}
|
|
1343
1424
|
},
|
|
1344
1425
|
{
|
|
@@ -1356,26 +1437,44 @@
|
|
|
1356
1437
|
{
|
|
1357
1438
|
"name": "Pooya Parsa",
|
|
1358
1439
|
"github": "pi0",
|
|
1359
|
-
"twitter": "_pi0_"
|
|
1360
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1440
|
+
"twitter": "_pi0_"
|
|
1361
1441
|
},
|
|
1362
1442
|
{
|
|
1363
1443
|
"name": "Farzad Soltani",
|
|
1364
1444
|
"github": "farzadso",
|
|
1365
|
-
"twitter": "farzadso"
|
|
1366
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1445
|
+
"twitter": "farzadso"
|
|
1367
1446
|
},
|
|
1368
1447
|
{
|
|
1369
1448
|
"name": "Josh Deltener",
|
|
1370
1449
|
"github": "hecktarzuli",
|
|
1371
|
-
"twitter": "JoshDeltener"
|
|
1372
|
-
|
|
1450
|
+
"twitter": "JoshDeltener"
|
|
1451
|
+
}
|
|
1452
|
+
],
|
|
1453
|
+
"compatibility": {
|
|
1454
|
+
"nuxt": "^2.0.0",
|
|
1455
|
+
"requires": {}
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"name": "graphql-client",
|
|
1460
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1461
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1462
|
+
"npm": "nuxt-graphql-client",
|
|
1463
|
+
"icon": "graphql-client.svg",
|
|
1464
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1465
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1466
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1467
|
+
"category": "Request",
|
|
1468
|
+
"type": "3rd-party",
|
|
1469
|
+
"maintainers": [
|
|
1470
|
+
{
|
|
1471
|
+
"name": "Diizzayy",
|
|
1472
|
+
"github": "diizzayy"
|
|
1373
1473
|
}
|
|
1374
1474
|
],
|
|
1375
1475
|
"compatibility": {
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1378
|
-
"3.x": "unknown"
|
|
1476
|
+
"nuxt": "^3.0.0",
|
|
1477
|
+
"requires": {}
|
|
1379
1478
|
}
|
|
1380
1479
|
},
|
|
1381
1480
|
{
|
|
@@ -1392,14 +1491,12 @@
|
|
|
1392
1491
|
"maintainers": [
|
|
1393
1492
|
{
|
|
1394
1493
|
"name": "gomah",
|
|
1395
|
-
"github": "gomah"
|
|
1396
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1494
|
+
"github": "gomah"
|
|
1397
1495
|
}
|
|
1398
1496
|
],
|
|
1399
1497
|
"compatibility": {
|
|
1400
|
-
"
|
|
1401
|
-
"
|
|
1402
|
-
"3.x": "unknown"
|
|
1498
|
+
"nuxt": "^2.0.0",
|
|
1499
|
+
"requires": {}
|
|
1403
1500
|
}
|
|
1404
1501
|
},
|
|
1405
1502
|
{
|
|
@@ -1417,14 +1514,12 @@
|
|
|
1417
1514
|
{
|
|
1418
1515
|
"name": "Pooya Parsa",
|
|
1419
1516
|
"github": "pi0",
|
|
1420
|
-
"twitter": "_pi0_"
|
|
1421
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1517
|
+
"twitter": "_pi0_"
|
|
1422
1518
|
}
|
|
1423
1519
|
],
|
|
1424
1520
|
"compatibility": {
|
|
1425
|
-
"
|
|
1426
|
-
"
|
|
1427
|
-
"3.x": "unknown"
|
|
1521
|
+
"nuxt": "^2.0.0",
|
|
1522
|
+
"requires": {}
|
|
1428
1523
|
}
|
|
1429
1524
|
},
|
|
1430
1525
|
{
|
|
@@ -1441,14 +1536,58 @@
|
|
|
1441
1536
|
"maintainers": [
|
|
1442
1537
|
{
|
|
1443
1538
|
"name": "Xin Du",
|
|
1444
|
-
"github": "clarkdo"
|
|
1445
|
-
|
|
1539
|
+
"github": "clarkdo"
|
|
1540
|
+
}
|
|
1541
|
+
],
|
|
1542
|
+
"compatibility": {
|
|
1543
|
+
"nuxt": "^2.0.0",
|
|
1544
|
+
"requires": {}
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"name": "harlem",
|
|
1549
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1550
|
+
"repo": "nuxt-modules/harlem",
|
|
1551
|
+
"npm": "@nuxtjs/harlem",
|
|
1552
|
+
"icon": "harlem.svg",
|
|
1553
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1554
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1555
|
+
"learn_more": "https://harlemjs.com/",
|
|
1556
|
+
"category": "Extensions",
|
|
1557
|
+
"type": "community",
|
|
1558
|
+
"maintainers": [
|
|
1559
|
+
{
|
|
1560
|
+
"name": "Daniel Roe",
|
|
1561
|
+
"github": "danielroe",
|
|
1562
|
+
"twitter": "danielcroe"
|
|
1563
|
+
}
|
|
1564
|
+
],
|
|
1565
|
+
"compatibility": {
|
|
1566
|
+
"nuxt": "^3.0.0",
|
|
1567
|
+
"requires": {}
|
|
1568
|
+
}
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"name": "headway",
|
|
1572
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1573
|
+
"repo": "l-portet/nuxt-headway",
|
|
1574
|
+
"npm": "nuxt-headway",
|
|
1575
|
+
"icon": "headway.png",
|
|
1576
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1577
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1578
|
+
"learn_more": "https://headwayapp.co/",
|
|
1579
|
+
"category": "UI",
|
|
1580
|
+
"type": "3rd-party",
|
|
1581
|
+
"maintainers": [
|
|
1582
|
+
{
|
|
1583
|
+
"name": "l-portet",
|
|
1584
|
+
"github": "l-portet",
|
|
1585
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1446
1586
|
}
|
|
1447
1587
|
],
|
|
1448
1588
|
"compatibility": {
|
|
1449
|
-
"
|
|
1450
|
-
"
|
|
1451
|
-
"3.x": "unknown"
|
|
1589
|
+
"nuxt": "^2.0.0",
|
|
1590
|
+
"requires": {}
|
|
1452
1591
|
}
|
|
1453
1592
|
},
|
|
1454
1593
|
{
|
|
@@ -1465,14 +1604,12 @@
|
|
|
1465
1604
|
"maintainers": [
|
|
1466
1605
|
{
|
|
1467
1606
|
"name": "victor-perez",
|
|
1468
|
-
"github": "victor-perez"
|
|
1469
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1607
|
+
"github": "victor-perez"
|
|
1470
1608
|
}
|
|
1471
1609
|
],
|
|
1472
1610
|
"compatibility": {
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1475
|
-
"3.x": "unknown"
|
|
1611
|
+
"nuxt": "^2.0.0",
|
|
1612
|
+
"requires": {}
|
|
1476
1613
|
}
|
|
1477
1614
|
},
|
|
1478
1615
|
{
|
|
@@ -1489,14 +1626,12 @@
|
|
|
1489
1626
|
"maintainers": [
|
|
1490
1627
|
{
|
|
1491
1628
|
"name": "richardeschloss",
|
|
1492
|
-
"github": "richardeschloss"
|
|
1493
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1629
|
+
"github": "richardeschloss"
|
|
1494
1630
|
}
|
|
1495
1631
|
],
|
|
1496
1632
|
"compatibility": {
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1499
|
-
"3.x": "unknown"
|
|
1633
|
+
"nuxt": "^2.0.0",
|
|
1634
|
+
"requires": {}
|
|
1500
1635
|
}
|
|
1501
1636
|
},
|
|
1502
1637
|
{
|
|
@@ -1513,14 +1648,12 @@
|
|
|
1513
1648
|
"maintainers": [
|
|
1514
1649
|
{
|
|
1515
1650
|
"name": "hidekatsu-izuno",
|
|
1516
|
-
"github": "hidekatsu-izuno"
|
|
1517
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1651
|
+
"github": "hidekatsu-izuno"
|
|
1518
1652
|
}
|
|
1519
1653
|
],
|
|
1520
1654
|
"compatibility": {
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1523
|
-
"3.x": "unknown"
|
|
1655
|
+
"nuxt": "^2.0.0",
|
|
1656
|
+
"requires": {}
|
|
1524
1657
|
}
|
|
1525
1658
|
},
|
|
1526
1659
|
{
|
|
@@ -1537,23 +1670,21 @@
|
|
|
1537
1670
|
"maintainers": [
|
|
1538
1671
|
{
|
|
1539
1672
|
"name": "Xin Du",
|
|
1540
|
-
"github": "clarkdo"
|
|
1541
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1673
|
+
"github": "clarkdo"
|
|
1542
1674
|
}
|
|
1543
1675
|
],
|
|
1544
1676
|
"compatibility": {
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1547
|
-
"3.x": "unknown"
|
|
1677
|
+
"nuxt": "^2.0.0",
|
|
1678
|
+
"requires": {}
|
|
1548
1679
|
}
|
|
1549
1680
|
},
|
|
1550
1681
|
{
|
|
1551
1682
|
"name": "html-validator",
|
|
1552
1683
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1553
|
-
"repo": "nuxt-
|
|
1684
|
+
"repo": "nuxt-modules/html-validator",
|
|
1554
1685
|
"npm": "@nuxtjs/html-validator",
|
|
1555
1686
|
"icon": "html-validator.png",
|
|
1556
|
-
"github": "https://github.com/nuxt-
|
|
1687
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1557
1688
|
"website": "https://html-validator.nuxtjs.org",
|
|
1558
1689
|
"learn_more": "https://html-validate.org",
|
|
1559
1690
|
"category": "Performance",
|
|
@@ -1562,14 +1693,14 @@
|
|
|
1562
1693
|
{
|
|
1563
1694
|
"name": "Daniel Roe",
|
|
1564
1695
|
"github": "danielroe",
|
|
1565
|
-
"twitter": "danielcroe"
|
|
1566
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1696
|
+
"twitter": "danielcroe"
|
|
1567
1697
|
}
|
|
1568
1698
|
],
|
|
1569
1699
|
"compatibility": {
|
|
1570
|
-
"
|
|
1571
|
-
"
|
|
1572
|
-
|
|
1700
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1701
|
+
"requires": {
|
|
1702
|
+
"bridge": "optional"
|
|
1703
|
+
}
|
|
1573
1704
|
}
|
|
1574
1705
|
},
|
|
1575
1706
|
{
|
|
@@ -1587,20 +1718,17 @@
|
|
|
1587
1718
|
{
|
|
1588
1719
|
"name": "Pooya Parsa",
|
|
1589
1720
|
"github": "pi0",
|
|
1590
|
-
"twitter": "_pi0_"
|
|
1591
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1721
|
+
"twitter": "_pi0_"
|
|
1592
1722
|
},
|
|
1593
1723
|
{
|
|
1594
1724
|
"name": "Sébastien Chopin",
|
|
1595
1725
|
"github": "Atinux",
|
|
1596
|
-
"twitter": "Atinux"
|
|
1597
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1726
|
+
"twitter": "Atinux"
|
|
1598
1727
|
}
|
|
1599
1728
|
],
|
|
1600
1729
|
"compatibility": {
|
|
1601
|
-
"
|
|
1602
|
-
"
|
|
1603
|
-
"3.x": "unknown"
|
|
1730
|
+
"nuxt": "^2.0.0",
|
|
1731
|
+
"requires": {}
|
|
1604
1732
|
}
|
|
1605
1733
|
},
|
|
1606
1734
|
{
|
|
@@ -1618,14 +1746,12 @@
|
|
|
1618
1746
|
{
|
|
1619
1747
|
"name": "Luca Iaconelli",
|
|
1620
1748
|
"github": "LuXDAmore",
|
|
1621
|
-
"twitter": "luxdamore"
|
|
1622
|
-
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
1749
|
+
"twitter": "luxdamore"
|
|
1623
1750
|
}
|
|
1624
1751
|
],
|
|
1625
1752
|
"compatibility": {
|
|
1626
|
-
"
|
|
1627
|
-
"
|
|
1628
|
-
"3.x": "unknown"
|
|
1753
|
+
"nuxt": "^2.0.0",
|
|
1754
|
+
"requires": {}
|
|
1629
1755
|
}
|
|
1630
1756
|
},
|
|
1631
1757
|
{
|
|
@@ -1642,19 +1768,60 @@
|
|
|
1642
1768
|
"maintainers": [
|
|
1643
1769
|
{
|
|
1644
1770
|
"name": "Rafał Chłodnicki",
|
|
1645
|
-
"github": "rchl"
|
|
1646
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1771
|
+
"github": "rchl"
|
|
1647
1772
|
},
|
|
1648
1773
|
{
|
|
1649
1774
|
"name": "Kazuya Kawaguchi",
|
|
1650
|
-
"github": "kazupon"
|
|
1651
|
-
|
|
1775
|
+
"github": "kazupon"
|
|
1776
|
+
}
|
|
1777
|
+
],
|
|
1778
|
+
"compatibility": {
|
|
1779
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1780
|
+
"requires": {}
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "icon",
|
|
1785
|
+
"description": "",
|
|
1786
|
+
"repo": "nuxt-modules/icon",
|
|
1787
|
+
"npm": "nuxt-icon",
|
|
1788
|
+
"icon": "nuxt-icon.png",
|
|
1789
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1790
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1791
|
+
"learn_more": "",
|
|
1792
|
+
"category": "UI",
|
|
1793
|
+
"type": "community",
|
|
1794
|
+
"maintainers": [
|
|
1795
|
+
{
|
|
1796
|
+
"name": "Atinux",
|
|
1797
|
+
"github": "Atinux"
|
|
1798
|
+
}
|
|
1799
|
+
],
|
|
1800
|
+
"compatibility": {
|
|
1801
|
+
"nuxt": "^3.0.0",
|
|
1802
|
+
"requires": {}
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"name": "icons",
|
|
1807
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1808
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1809
|
+
"npm": "nuxt-icons",
|
|
1810
|
+
"icon": "icons.png",
|
|
1811
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1812
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1813
|
+
"learn_more": "",
|
|
1814
|
+
"category": "UI",
|
|
1815
|
+
"type": "3rd-party",
|
|
1816
|
+
"maintainers": [
|
|
1817
|
+
{
|
|
1818
|
+
"name": "Sebastian Wludzik",
|
|
1819
|
+
"github": "gitfoxcode"
|
|
1652
1820
|
}
|
|
1653
1821
|
],
|
|
1654
1822
|
"compatibility": {
|
|
1655
|
-
"
|
|
1656
|
-
"
|
|
1657
|
-
"3.x": "broken"
|
|
1823
|
+
"nuxt": "^3.0.0",
|
|
1824
|
+
"requires": {}
|
|
1658
1825
|
}
|
|
1659
1826
|
},
|
|
1660
1827
|
{
|
|
@@ -1671,14 +1838,12 @@
|
|
|
1671
1838
|
"maintainers": [
|
|
1672
1839
|
{
|
|
1673
1840
|
"name": "Barry Fisher",
|
|
1674
|
-
"github": "Barry-Fisher"
|
|
1675
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1841
|
+
"github": "Barry-Fisher"
|
|
1676
1842
|
}
|
|
1677
1843
|
],
|
|
1678
1844
|
"compatibility": {
|
|
1679
|
-
"
|
|
1680
|
-
"
|
|
1681
|
-
"3.x": "unknown"
|
|
1845
|
+
"nuxt": "^2.0.0",
|
|
1846
|
+
"requires": {}
|
|
1682
1847
|
}
|
|
1683
1848
|
},
|
|
1684
1849
|
{
|
|
@@ -1696,26 +1861,24 @@
|
|
|
1696
1861
|
{
|
|
1697
1862
|
"name": "Ahad Birang",
|
|
1698
1863
|
"github": "farnabaz",
|
|
1699
|
-
"twitter": "a_birang"
|
|
1700
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1864
|
+
"twitter": "a_birang"
|
|
1701
1865
|
},
|
|
1702
1866
|
{
|
|
1703
1867
|
"name": "Pooya Parsa",
|
|
1704
1868
|
"github": "pi0",
|
|
1705
|
-
"twitter": "_pi0_"
|
|
1706
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1869
|
+
"twitter": "_pi0_"
|
|
1707
1870
|
},
|
|
1708
1871
|
{
|
|
1709
1872
|
"name": "Sebastien Chopin",
|
|
1710
1873
|
"github": "Atinux",
|
|
1711
|
-
"twitter": "Atinux"
|
|
1712
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1874
|
+
"twitter": "Atinux"
|
|
1713
1875
|
}
|
|
1714
1876
|
],
|
|
1715
1877
|
"compatibility": {
|
|
1716
|
-
"
|
|
1717
|
-
"
|
|
1718
|
-
|
|
1878
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1879
|
+
"requires": {
|
|
1880
|
+
"bridge": "optional"
|
|
1881
|
+
}
|
|
1719
1882
|
}
|
|
1720
1883
|
},
|
|
1721
1884
|
{
|
|
@@ -1732,14 +1895,37 @@
|
|
|
1732
1895
|
"maintainers": [
|
|
1733
1896
|
{
|
|
1734
1897
|
"name": "Ricardo Gobbo de Souza",
|
|
1735
|
-
"github": "ricardogobbosouza"
|
|
1736
|
-
|
|
1898
|
+
"github": "ricardogobbosouza"
|
|
1899
|
+
}
|
|
1900
|
+
],
|
|
1901
|
+
"compatibility": {
|
|
1902
|
+
"nuxt": "^2.0.0",
|
|
1903
|
+
"requires": {}
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"name": "inkline",
|
|
1908
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1909
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1910
|
+
"npm": "@inkline/nuxt",
|
|
1911
|
+
"icon": "inkline.svg",
|
|
1912
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1913
|
+
"website": "https://inkline.io",
|
|
1914
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1915
|
+
"category": "UI",
|
|
1916
|
+
"type": "3rd-party",
|
|
1917
|
+
"maintainers": [
|
|
1918
|
+
{
|
|
1919
|
+
"name": "Alex Grozav",
|
|
1920
|
+
"github": "alexgrozav",
|
|
1921
|
+
"twitter": "alexgrozav"
|
|
1737
1922
|
}
|
|
1738
1923
|
],
|
|
1739
1924
|
"compatibility": {
|
|
1740
|
-
"
|
|
1741
|
-
"
|
|
1742
|
-
|
|
1925
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1926
|
+
"requires": {
|
|
1927
|
+
"bridge": true
|
|
1928
|
+
}
|
|
1743
1929
|
}
|
|
1744
1930
|
},
|
|
1745
1931
|
{
|
|
@@ -1756,14 +1942,35 @@
|
|
|
1756
1942
|
"maintainers": [
|
|
1757
1943
|
{
|
|
1758
1944
|
"name": "hex-digital",
|
|
1759
|
-
"github": "hex-digital"
|
|
1760
|
-
|
|
1945
|
+
"github": "hex-digital"
|
|
1946
|
+
}
|
|
1947
|
+
],
|
|
1948
|
+
"compatibility": {
|
|
1949
|
+
"nuxt": "^2.0.0",
|
|
1950
|
+
"requires": {}
|
|
1951
|
+
}
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"name": "ionic",
|
|
1955
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1956
|
+
"repo": "nuxt-modules/ionic",
|
|
1957
|
+
"npm": "@nuxtjs/ionic",
|
|
1958
|
+
"icon": "ionic.svg",
|
|
1959
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
1960
|
+
"website": "https://ionic.nuxtjs.org",
|
|
1961
|
+
"learn_more": "https://ionicframework.com",
|
|
1962
|
+
"category": "Libraries",
|
|
1963
|
+
"type": "community",
|
|
1964
|
+
"maintainers": [
|
|
1965
|
+
{
|
|
1966
|
+
"name": "Daniel Roe",
|
|
1967
|
+
"github": "danielroe",
|
|
1968
|
+
"twitter": "danielcroe"
|
|
1761
1969
|
}
|
|
1762
1970
|
],
|
|
1763
1971
|
"compatibility": {
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
1766
|
-
"3.x": "unknown"
|
|
1972
|
+
"nuxt": "^3.0.0",
|
|
1973
|
+
"requires": {}
|
|
1767
1974
|
}
|
|
1768
1975
|
},
|
|
1769
1976
|
{
|
|
@@ -1780,14 +1987,12 @@
|
|
|
1780
1987
|
"maintainers": [
|
|
1781
1988
|
{
|
|
1782
1989
|
"name": "patrickcate",
|
|
1783
|
-
"github": "patrickcate"
|
|
1784
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1990
|
+
"github": "patrickcate"
|
|
1785
1991
|
}
|
|
1786
1992
|
],
|
|
1787
1993
|
"compatibility": {
|
|
1788
|
-
"
|
|
1789
|
-
"
|
|
1790
|
-
"3.x": "unknown"
|
|
1994
|
+
"nuxt": "^2.0.0",
|
|
1995
|
+
"requires": {}
|
|
1791
1996
|
}
|
|
1792
1997
|
},
|
|
1793
1998
|
{
|
|
@@ -1804,14 +2009,36 @@
|
|
|
1804
2009
|
"maintainers": [
|
|
1805
2010
|
{
|
|
1806
2011
|
"name": "Alfred Brockötter",
|
|
1807
|
-
"github": "Domitnator"
|
|
1808
|
-
|
|
2012
|
+
"github": "Domitnator"
|
|
2013
|
+
}
|
|
2014
|
+
],
|
|
2015
|
+
"compatibility": {
|
|
2016
|
+
"nuxt": "^2.0.0",
|
|
2017
|
+
"requires": {}
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"name": "kql",
|
|
2022
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
2023
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2024
|
+
"npm": "nuxt-kql",
|
|
2025
|
+
"icon": "kql.svg",
|
|
2026
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2027
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2028
|
+
"learn_more": "",
|
|
2029
|
+
"category": "CMS",
|
|
2030
|
+
"type": "3rd-party",
|
|
2031
|
+
"maintainers": [
|
|
2032
|
+
{
|
|
2033
|
+
"name": "Johann Schopplich",
|
|
2034
|
+
"github": "johannschopplich",
|
|
2035
|
+
"twitter": "jschopplich",
|
|
2036
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1809
2037
|
}
|
|
1810
2038
|
],
|
|
1811
2039
|
"compatibility": {
|
|
1812
|
-
"
|
|
1813
|
-
"
|
|
1814
|
-
"3.x": "unknown"
|
|
2040
|
+
"nuxt": "^3.0.0",
|
|
2041
|
+
"requires": {}
|
|
1815
2042
|
}
|
|
1816
2043
|
},
|
|
1817
2044
|
{
|
|
@@ -1828,14 +2055,12 @@
|
|
|
1828
2055
|
"maintainers": [
|
|
1829
2056
|
{
|
|
1830
2057
|
"name": "Ricardo Gobbo de Souza",
|
|
1831
|
-
"github": "ricardogobbosouza"
|
|
1832
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2058
|
+
"github": "ricardogobbosouza"
|
|
1833
2059
|
}
|
|
1834
2060
|
],
|
|
1835
2061
|
"compatibility": {
|
|
1836
|
-
"
|
|
1837
|
-
"
|
|
1838
|
-
"3.x": "unknown"
|
|
2062
|
+
"nuxt": "^2.0.0",
|
|
2063
|
+
"requires": {}
|
|
1839
2064
|
}
|
|
1840
2065
|
},
|
|
1841
2066
|
{
|
|
@@ -1852,14 +2077,12 @@
|
|
|
1852
2077
|
"maintainers": [
|
|
1853
2078
|
{
|
|
1854
2079
|
"name": "skyrpex",
|
|
1855
|
-
"github": "skyrpex"
|
|
1856
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
2080
|
+
"github": "skyrpex"
|
|
1857
2081
|
}
|
|
1858
2082
|
],
|
|
1859
2083
|
"compatibility": {
|
|
1860
|
-
"
|
|
1861
|
-
"
|
|
1862
|
-
"3.x": "unknown"
|
|
2084
|
+
"nuxt": "^2.0.0",
|
|
2085
|
+
"requires": {}
|
|
1863
2086
|
}
|
|
1864
2087
|
},
|
|
1865
2088
|
{
|
|
@@ -1876,14 +2099,12 @@
|
|
|
1876
2099
|
"maintainers": [
|
|
1877
2100
|
{
|
|
1878
2101
|
"name": "m2sd",
|
|
1879
|
-
"github": "m2sd"
|
|
1880
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
2102
|
+
"github": "m2sd"
|
|
1881
2103
|
}
|
|
1882
2104
|
],
|
|
1883
2105
|
"compatibility": {
|
|
1884
|
-
"
|
|
1885
|
-
"
|
|
1886
|
-
"3.x": "unknown"
|
|
2106
|
+
"nuxt": "^2.0.0",
|
|
2107
|
+
"requires": {}
|
|
1887
2108
|
}
|
|
1888
2109
|
},
|
|
1889
2110
|
{
|
|
@@ -1900,14 +2121,12 @@
|
|
|
1900
2121
|
"maintainers": [
|
|
1901
2122
|
{
|
|
1902
2123
|
"name": "schlunsen",
|
|
1903
|
-
"github": "schlunsen"
|
|
1904
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
2124
|
+
"github": "schlunsen"
|
|
1905
2125
|
}
|
|
1906
2126
|
],
|
|
1907
2127
|
"compatibility": {
|
|
1908
|
-
"
|
|
1909
|
-
"
|
|
1910
|
-
"3.x": "unknown"
|
|
2128
|
+
"nuxt": "^2.0.0",
|
|
2129
|
+
"requires": {}
|
|
1911
2130
|
}
|
|
1912
2131
|
},
|
|
1913
2132
|
{
|
|
@@ -1925,19 +2144,16 @@
|
|
|
1925
2144
|
{
|
|
1926
2145
|
"name": "Alexandre Chopin",
|
|
1927
2146
|
"github": "alexchopin",
|
|
1928
|
-
"twitter": "alexchopin"
|
|
1929
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
2147
|
+
"twitter": "alexchopin"
|
|
1930
2148
|
},
|
|
1931
2149
|
{
|
|
1932
2150
|
"name": "Ricardo Gobbo de Souza",
|
|
1933
|
-
"github": "ricardogobbosouza"
|
|
1934
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2151
|
+
"github": "ricardogobbosouza"
|
|
1935
2152
|
}
|
|
1936
2153
|
],
|
|
1937
2154
|
"compatibility": {
|
|
1938
|
-
"
|
|
1939
|
-
"
|
|
1940
|
-
"3.x": "unknown"
|
|
2155
|
+
"nuxt": "^2.0.0",
|
|
2156
|
+
"requires": {}
|
|
1941
2157
|
}
|
|
1942
2158
|
},
|
|
1943
2159
|
{
|
|
@@ -1955,14 +2171,34 @@
|
|
|
1955
2171
|
{
|
|
1956
2172
|
"name": "Pooya Parsa",
|
|
1957
2173
|
"github": "pi0",
|
|
1958
|
-
"twitter": "_pi0_"
|
|
1959
|
-
|
|
2174
|
+
"twitter": "_pi0_"
|
|
2175
|
+
}
|
|
2176
|
+
],
|
|
2177
|
+
"compatibility": {
|
|
2178
|
+
"nuxt": "^2.0.0",
|
|
2179
|
+
"requires": {}
|
|
2180
|
+
}
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"name": "lodash",
|
|
2184
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2185
|
+
"repo": "cipami/nuxt-lodash",
|
|
2186
|
+
"npm": "nuxt-lodash",
|
|
2187
|
+
"icon": "lodash.svg",
|
|
2188
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2189
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2190
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2191
|
+
"category": "Libraries",
|
|
2192
|
+
"type": "3rd-party",
|
|
2193
|
+
"maintainers": [
|
|
2194
|
+
{
|
|
2195
|
+
"name": "Michal Čípa",
|
|
2196
|
+
"github": "cipami"
|
|
1960
2197
|
}
|
|
1961
2198
|
],
|
|
1962
2199
|
"compatibility": {
|
|
1963
|
-
"
|
|
1964
|
-
"
|
|
1965
|
-
"3.x": "unknown"
|
|
2200
|
+
"nuxt": "^3.0.0",
|
|
2201
|
+
"requires": {}
|
|
1966
2202
|
}
|
|
1967
2203
|
},
|
|
1968
2204
|
{
|
|
@@ -1980,14 +2216,12 @@
|
|
|
1980
2216
|
{
|
|
1981
2217
|
"name": "Farzad Soltani",
|
|
1982
2218
|
"github": "farzadso",
|
|
1983
|
-
"twitter": "farzadso"
|
|
1984
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2219
|
+
"twitter": "farzadso"
|
|
1985
2220
|
}
|
|
1986
2221
|
],
|
|
1987
2222
|
"compatibility": {
|
|
1988
|
-
"
|
|
1989
|
-
"
|
|
1990
|
-
"3.x": "unknown"
|
|
2223
|
+
"nuxt": "^2.0.0",
|
|
2224
|
+
"requires": {}
|
|
1991
2225
|
}
|
|
1992
2226
|
},
|
|
1993
2227
|
{
|
|
@@ -2004,14 +2238,35 @@
|
|
|
2004
2238
|
"maintainers": [
|
|
2005
2239
|
{
|
|
2006
2240
|
"name": "Pim",
|
|
2007
|
-
"github": "pimlie"
|
|
2008
|
-
|
|
2241
|
+
"github": "pimlie"
|
|
2242
|
+
}
|
|
2243
|
+
],
|
|
2244
|
+
"compatibility": {
|
|
2245
|
+
"nuxt": "^2.0.0",
|
|
2246
|
+
"requires": {}
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "magic-regexp",
|
|
2251
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2252
|
+
"repo": "danielroe/magic-regexp",
|
|
2253
|
+
"npm": "magic-regexp",
|
|
2254
|
+
"icon": "magic-regexp.svg",
|
|
2255
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2256
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2257
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2258
|
+
"category": "Libraries",
|
|
2259
|
+
"type": "3rd-party",
|
|
2260
|
+
"maintainers": [
|
|
2261
|
+
{
|
|
2262
|
+
"name": "Daniel Roe",
|
|
2263
|
+
"github": "danielroe",
|
|
2264
|
+
"twitter": "danielcroe"
|
|
2009
2265
|
}
|
|
2010
2266
|
],
|
|
2011
2267
|
"compatibility": {
|
|
2012
|
-
"
|
|
2013
|
-
"
|
|
2014
|
-
"3.x": "unknown"
|
|
2268
|
+
"nuxt": "^3.0.0",
|
|
2269
|
+
"requires": {}
|
|
2015
2270
|
}
|
|
2016
2271
|
},
|
|
2017
2272
|
{
|
|
@@ -2029,14 +2284,12 @@
|
|
|
2029
2284
|
{
|
|
2030
2285
|
"name": "Pooya Parsa",
|
|
2031
2286
|
"github": "pi0",
|
|
2032
|
-
"twitter": "_pi0_"
|
|
2033
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2287
|
+
"twitter": "_pi0_"
|
|
2034
2288
|
}
|
|
2035
2289
|
],
|
|
2036
2290
|
"compatibility": {
|
|
2037
|
-
"
|
|
2038
|
-
"
|
|
2039
|
-
"3.x": "unknown"
|
|
2291
|
+
"nuxt": "^2.0.0",
|
|
2292
|
+
"requires": {}
|
|
2040
2293
|
}
|
|
2041
2294
|
},
|
|
2042
2295
|
{
|
|
@@ -2053,14 +2306,12 @@
|
|
|
2053
2306
|
"maintainers": [
|
|
2054
2307
|
{
|
|
2055
2308
|
"name": "pimlie",
|
|
2056
|
-
"github": "pimlie"
|
|
2057
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2309
|
+
"github": "pimlie"
|
|
2058
2310
|
}
|
|
2059
2311
|
],
|
|
2060
2312
|
"compatibility": {
|
|
2061
|
-
"
|
|
2062
|
-
"
|
|
2063
|
-
"3.x": "unknown"
|
|
2313
|
+
"nuxt": "^2.0.0",
|
|
2314
|
+
"requires": {}
|
|
2064
2315
|
}
|
|
2065
2316
|
},
|
|
2066
2317
|
{
|
|
@@ -2078,14 +2329,37 @@
|
|
|
2078
2329
|
{
|
|
2079
2330
|
"name": "Jonathan Bakebwa",
|
|
2080
2331
|
"github": "codebender828",
|
|
2081
|
-
"twitter": "codebender828"
|
|
2082
|
-
|
|
2332
|
+
"twitter": "codebender828"
|
|
2333
|
+
}
|
|
2334
|
+
],
|
|
2335
|
+
"compatibility": {
|
|
2336
|
+
"nuxt": "^2.0.0",
|
|
2337
|
+
"requires": {}
|
|
2338
|
+
}
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
"name": "meilisearch",
|
|
2342
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2343
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2344
|
+
"npm": "nuxt-meilisearch",
|
|
2345
|
+
"icon": "meilisearch.svg",
|
|
2346
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2347
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2348
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2349
|
+
"category": "Libraries",
|
|
2350
|
+
"type": "3rd-party",
|
|
2351
|
+
"maintainers": [
|
|
2352
|
+
{
|
|
2353
|
+
"name": "Alex Duval",
|
|
2354
|
+
"github": "xlanex6",
|
|
2355
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2083
2356
|
}
|
|
2084
2357
|
],
|
|
2085
2358
|
"compatibility": {
|
|
2086
|
-
"
|
|
2087
|
-
"
|
|
2088
|
-
|
|
2359
|
+
"nuxt": "^3.0.0",
|
|
2360
|
+
"requires": {
|
|
2361
|
+
"bridge": false
|
|
2362
|
+
}
|
|
2089
2363
|
}
|
|
2090
2364
|
},
|
|
2091
2365
|
{
|
|
@@ -2102,14 +2376,12 @@
|
|
|
2102
2376
|
"maintainers": [
|
|
2103
2377
|
{
|
|
2104
2378
|
"name": "pimlie",
|
|
2105
|
-
"github": "pimlie"
|
|
2106
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2379
|
+
"github": "pimlie"
|
|
2107
2380
|
}
|
|
2108
2381
|
],
|
|
2109
2382
|
"compatibility": {
|
|
2110
|
-
"
|
|
2111
|
-
"
|
|
2112
|
-
"3.x": "unknown"
|
|
2383
|
+
"nuxt": "^2.0.0",
|
|
2384
|
+
"requires": {}
|
|
2113
2385
|
}
|
|
2114
2386
|
},
|
|
2115
2387
|
{
|
|
@@ -2126,14 +2398,12 @@
|
|
|
2126
2398
|
"maintainers": [
|
|
2127
2399
|
{
|
|
2128
2400
|
"name": "ChanningDefoe",
|
|
2129
|
-
"github": "ChanningDefoe"
|
|
2130
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2401
|
+
"github": "ChanningDefoe"
|
|
2131
2402
|
}
|
|
2132
2403
|
],
|
|
2133
2404
|
"compatibility": {
|
|
2134
|
-
"
|
|
2135
|
-
"
|
|
2136
|
-
"3.x": "unknown"
|
|
2405
|
+
"nuxt": "^2.0.0",
|
|
2406
|
+
"requires": {}
|
|
2137
2407
|
}
|
|
2138
2408
|
},
|
|
2139
2409
|
{
|
|
@@ -2151,19 +2421,16 @@
|
|
|
2151
2421
|
{
|
|
2152
2422
|
"name": "Pooya Parsa",
|
|
2153
2423
|
"github": "pi0",
|
|
2154
|
-
"twitter": "_pi0_"
|
|
2155
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2424
|
+
"twitter": "_pi0_"
|
|
2156
2425
|
},
|
|
2157
2426
|
{
|
|
2158
2427
|
"name": "Ricardo Gobbo de Souza",
|
|
2159
|
-
"github": "ricardogobbosouza"
|
|
2160
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2428
|
+
"github": "ricardogobbosouza"
|
|
2161
2429
|
}
|
|
2162
2430
|
],
|
|
2163
2431
|
"compatibility": {
|
|
2164
|
-
"
|
|
2165
|
-
"
|
|
2166
|
-
"3.x": "unknown"
|
|
2432
|
+
"nuxt": "^2.0.0",
|
|
2433
|
+
"requires": {}
|
|
2167
2434
|
}
|
|
2168
2435
|
},
|
|
2169
2436
|
{
|
|
@@ -2180,14 +2447,12 @@
|
|
|
2180
2447
|
"maintainers": [
|
|
2181
2448
|
{
|
|
2182
2449
|
"name": "vanhoofmaarten",
|
|
2183
|
-
"github": "vanhoofmaarten"
|
|
2184
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2450
|
+
"github": "vanhoofmaarten"
|
|
2185
2451
|
}
|
|
2186
2452
|
],
|
|
2187
2453
|
"compatibility": {
|
|
2188
|
-
"
|
|
2189
|
-
"
|
|
2190
|
-
"3.x": "unknown"
|
|
2454
|
+
"nuxt": "^2.0.0",
|
|
2455
|
+
"requires": {}
|
|
2191
2456
|
}
|
|
2192
2457
|
},
|
|
2193
2458
|
{
|
|
@@ -2204,14 +2469,12 @@
|
|
|
2204
2469
|
"maintainers": [
|
|
2205
2470
|
{
|
|
2206
2471
|
"name": "ezypeeze",
|
|
2207
|
-
"github": "ezypeeze"
|
|
2208
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2472
|
+
"github": "ezypeeze"
|
|
2209
2473
|
}
|
|
2210
2474
|
],
|
|
2211
2475
|
"compatibility": {
|
|
2212
|
-
"
|
|
2213
|
-
"
|
|
2214
|
-
"3.x": "unknown"
|
|
2476
|
+
"nuxt": "^2.0.0",
|
|
2477
|
+
"requires": {}
|
|
2215
2478
|
}
|
|
2216
2479
|
},
|
|
2217
2480
|
{
|
|
@@ -2228,14 +2491,12 @@
|
|
|
2228
2491
|
"maintainers": [
|
|
2229
2492
|
{
|
|
2230
2493
|
"name": "DreaMinder",
|
|
2231
|
-
"github": "DreaMinder"
|
|
2232
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2494
|
+
"github": "DreaMinder"
|
|
2233
2495
|
}
|
|
2234
2496
|
],
|
|
2235
2497
|
"compatibility": {
|
|
2236
|
-
"
|
|
2237
|
-
"
|
|
2238
|
-
"3.x": "unknown"
|
|
2498
|
+
"nuxt": "^2.0.0",
|
|
2499
|
+
"requires": {}
|
|
2239
2500
|
}
|
|
2240
2501
|
},
|
|
2241
2502
|
{
|
|
@@ -2253,14 +2514,12 @@
|
|
|
2253
2514
|
{
|
|
2254
2515
|
"name": "Alexander Lichter",
|
|
2255
2516
|
"github": "manniL",
|
|
2256
|
-
"twitter": "TheAlexLichter"
|
|
2257
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2517
|
+
"twitter": "TheAlexLichter"
|
|
2258
2518
|
}
|
|
2259
2519
|
],
|
|
2260
2520
|
"compatibility": {
|
|
2261
|
-
"
|
|
2262
|
-
"
|
|
2263
|
-
"3.x": "unknown"
|
|
2521
|
+
"nuxt": "^2.0.0",
|
|
2522
|
+
"requires": {}
|
|
2264
2523
|
}
|
|
2265
2524
|
},
|
|
2266
2525
|
{
|
|
@@ -2277,14 +2536,12 @@
|
|
|
2277
2536
|
"maintainers": [
|
|
2278
2537
|
{
|
|
2279
2538
|
"name": "bazzite",
|
|
2280
|
-
"github": "bazzite"
|
|
2281
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2539
|
+
"github": "bazzite"
|
|
2282
2540
|
}
|
|
2283
2541
|
],
|
|
2284
2542
|
"compatibility": {
|
|
2285
|
-
"
|
|
2286
|
-
"
|
|
2287
|
-
"3.x": "unknown"
|
|
2543
|
+
"nuxt": "^2.0.0",
|
|
2544
|
+
"requires": {}
|
|
2288
2545
|
}
|
|
2289
2546
|
},
|
|
2290
2547
|
{
|
|
@@ -2302,20 +2559,17 @@
|
|
|
2302
2559
|
{
|
|
2303
2560
|
"name": "Debbie O'Brien",
|
|
2304
2561
|
"github": "debs-obrien",
|
|
2305
|
-
"twitter": "debs_obrien"
|
|
2306
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2562
|
+
"twitter": "debs_obrien"
|
|
2307
2563
|
},
|
|
2308
2564
|
{
|
|
2309
2565
|
"name": "Pooya Parsa",
|
|
2310
2566
|
"github": "pi0",
|
|
2311
|
-
"twitter": "_pi0_"
|
|
2312
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2567
|
+
"twitter": "_pi0_"
|
|
2313
2568
|
}
|
|
2314
2569
|
],
|
|
2315
2570
|
"compatibility": {
|
|
2316
|
-
"
|
|
2317
|
-
"
|
|
2318
|
-
"3.x": "unknown"
|
|
2571
|
+
"nuxt": "^2.0.0",
|
|
2572
|
+
"requires": {}
|
|
2319
2573
|
}
|
|
2320
2574
|
},
|
|
2321
2575
|
{
|
|
@@ -2332,14 +2586,171 @@
|
|
|
2332
2586
|
"maintainers": [
|
|
2333
2587
|
{
|
|
2334
2588
|
"name": "janniks",
|
|
2335
|
-
"github": "janniks"
|
|
2336
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6362150?v=4"
|
|
2589
|
+
"github": "janniks"
|
|
2337
2590
|
}
|
|
2338
2591
|
],
|
|
2339
2592
|
"compatibility": {
|
|
2340
|
-
"
|
|
2341
|
-
"
|
|
2342
|
-
|
|
2593
|
+
"nuxt": "^2.0.0",
|
|
2594
|
+
"requires": {}
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "nuxt-hue",
|
|
2599
|
+
"description": "Enlighten your Nuxt experience",
|
|
2600
|
+
"repo": "lihbr/nuxt-hue",
|
|
2601
|
+
"npm": "nuxt-hue",
|
|
2602
|
+
"icon": "nuxt-hue.svg",
|
|
2603
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2604
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2605
|
+
"learn_more": "",
|
|
2606
|
+
"category": "Devtools",
|
|
2607
|
+
"type": "3rd-party",
|
|
2608
|
+
"maintainers": [
|
|
2609
|
+
{
|
|
2610
|
+
"name": "lihbr",
|
|
2611
|
+
"github": "lihbr"
|
|
2612
|
+
}
|
|
2613
|
+
],
|
|
2614
|
+
"compatibility": {
|
|
2615
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2616
|
+
"requires": {
|
|
2617
|
+
"bridge": "optional"
|
|
2618
|
+
}
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"name": "nuxt-monaco-editor",
|
|
2623
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2624
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2625
|
+
"npm": "nuxt-monaco-editor",
|
|
2626
|
+
"icon": "",
|
|
2627
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2628
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2629
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2630
|
+
"category": "Libraries",
|
|
2631
|
+
"type": "3rd-party",
|
|
2632
|
+
"maintainers": [
|
|
2633
|
+
{
|
|
2634
|
+
"name": "e-chan1007",
|
|
2635
|
+
"github": "e-chan1007"
|
|
2636
|
+
}
|
|
2637
|
+
],
|
|
2638
|
+
"compatibility": {
|
|
2639
|
+
"nuxt": "^3.0.0",
|
|
2640
|
+
"requires": {}
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"name": "nuxt-pino-log",
|
|
2645
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2646
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2647
|
+
"npm": "nuxt-pino-log",
|
|
2648
|
+
"icon": "",
|
|
2649
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2650
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2651
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2652
|
+
"category": "Monitoring",
|
|
2653
|
+
"type": "3rd-party",
|
|
2654
|
+
"maintainers": [
|
|
2655
|
+
{
|
|
2656
|
+
"name": "kpn",
|
|
2657
|
+
"github": "kpn"
|
|
2658
|
+
}
|
|
2659
|
+
],
|
|
2660
|
+
"compatibility": {
|
|
2661
|
+
"nuxt": "^2.0.0",
|
|
2662
|
+
"requires": {}
|
|
2663
|
+
}
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"name": "nuxt-png-to-ico",
|
|
2667
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2668
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2669
|
+
"npm": "nuxt-png-to-ico",
|
|
2670
|
+
"icon": "",
|
|
2671
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2672
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2673
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2674
|
+
"category": "Devtools",
|
|
2675
|
+
"type": "3rd-party",
|
|
2676
|
+
"maintainers": [
|
|
2677
|
+
{
|
|
2678
|
+
"name": "b5710546232",
|
|
2679
|
+
"github": "b5710546232",
|
|
2680
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2681
|
+
}
|
|
2682
|
+
],
|
|
2683
|
+
"compatibility": {
|
|
2684
|
+
"nuxt": "^2.0.0",
|
|
2685
|
+
"requires": {}
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "nuxt-smartlook",
|
|
2690
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2691
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2692
|
+
"npm": "nuxt-smartlook",
|
|
2693
|
+
"icon": "nuxt-smartlook.png",
|
|
2694
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2695
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2696
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2697
|
+
"category": "Analytics",
|
|
2698
|
+
"type": "3rd-party",
|
|
2699
|
+
"maintainers": [
|
|
2700
|
+
{
|
|
2701
|
+
"name": "Milan Sulc",
|
|
2702
|
+
"github": "f3l1x",
|
|
2703
|
+
"twitter": "xf3l1x",
|
|
2704
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2705
|
+
}
|
|
2706
|
+
],
|
|
2707
|
+
"compatibility": {
|
|
2708
|
+
"nuxt": "^2.0.0",
|
|
2709
|
+
"requires": {}
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "nuxt-svgo",
|
|
2714
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2715
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2716
|
+
"npm": "nuxt-svgo",
|
|
2717
|
+
"icon": "",
|
|
2718
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2719
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2720
|
+
"learn_more": "",
|
|
2721
|
+
"category": "Images",
|
|
2722
|
+
"type": "3rd-party",
|
|
2723
|
+
"maintainers": [
|
|
2724
|
+
{
|
|
2725
|
+
"name": "cpsoinos",
|
|
2726
|
+
"github": "cpsoinos"
|
|
2727
|
+
}
|
|
2728
|
+
],
|
|
2729
|
+
"compatibility": {
|
|
2730
|
+
"nuxt": "^3.0.0",
|
|
2731
|
+
"requires": {}
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"name": "nuxt-unleash",
|
|
2736
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2737
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2738
|
+
"npm": "nuxt-unleash",
|
|
2739
|
+
"icon": "nuxt-unleash.svg",
|
|
2740
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2741
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2742
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2743
|
+
"category": "Deployment",
|
|
2744
|
+
"type": "3rd-party",
|
|
2745
|
+
"maintainers": [
|
|
2746
|
+
{
|
|
2747
|
+
"name": "Juanjo Conejerock",
|
|
2748
|
+
"github": "conejerock"
|
|
2749
|
+
}
|
|
2750
|
+
],
|
|
2751
|
+
"compatibility": {
|
|
2752
|
+
"nuxt": "^2.0.0",
|
|
2753
|
+
"requires": {}
|
|
2343
2754
|
}
|
|
2344
2755
|
},
|
|
2345
2756
|
{
|
|
@@ -2356,14 +2767,12 @@
|
|
|
2356
2767
|
"maintainers": [
|
|
2357
2768
|
{
|
|
2358
2769
|
"name": "Tahul",
|
|
2359
|
-
"github": "Tahul"
|
|
2360
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1385263?v=4"
|
|
2770
|
+
"github": "Tahul"
|
|
2361
2771
|
}
|
|
2362
2772
|
],
|
|
2363
2773
|
"compatibility": {
|
|
2364
|
-
"
|
|
2365
|
-
"
|
|
2366
|
-
"3.x": "unknown"
|
|
2774
|
+
"nuxt": "^2.0.0",
|
|
2775
|
+
"requires": {}
|
|
2367
2776
|
}
|
|
2368
2777
|
},
|
|
2369
2778
|
{
|
|
@@ -2380,14 +2789,12 @@
|
|
|
2380
2789
|
"maintainers": [
|
|
2381
2790
|
{
|
|
2382
2791
|
"name": "Tahul",
|
|
2383
|
-
"github": "Tahul"
|
|
2384
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1385263?v=4"
|
|
2792
|
+
"github": "Tahul"
|
|
2385
2793
|
}
|
|
2386
2794
|
],
|
|
2387
2795
|
"compatibility": {
|
|
2388
|
-
"
|
|
2389
|
-
"
|
|
2390
|
-
"3.x": "unknown"
|
|
2796
|
+
"nuxt": "^2.0.0",
|
|
2797
|
+
"requires": {}
|
|
2391
2798
|
}
|
|
2392
2799
|
},
|
|
2393
2800
|
{
|
|
@@ -2404,14 +2811,12 @@
|
|
|
2404
2811
|
"maintainers": [
|
|
2405
2812
|
{
|
|
2406
2813
|
"name": "mvrlin",
|
|
2407
|
-
"github": "mvrlin"
|
|
2408
|
-
"avatar": "https://avatars.githubusercontent.com/u/24970784?v=4"
|
|
2814
|
+
"github": "mvrlin"
|
|
2409
2815
|
}
|
|
2410
2816
|
],
|
|
2411
2817
|
"compatibility": {
|
|
2412
|
-
"
|
|
2413
|
-
"
|
|
2414
|
-
"3.x": "unknown"
|
|
2818
|
+
"nuxt": "^2.0.0",
|
|
2819
|
+
"requires": {}
|
|
2415
2820
|
}
|
|
2416
2821
|
},
|
|
2417
2822
|
{
|
|
@@ -2429,14 +2834,12 @@
|
|
|
2429
2834
|
{
|
|
2430
2835
|
"name": "Pooya Parsa",
|
|
2431
2836
|
"github": "pi0",
|
|
2432
|
-
"twitter": "_pi0_"
|
|
2433
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2837
|
+
"twitter": "_pi0_"
|
|
2434
2838
|
}
|
|
2435
2839
|
],
|
|
2436
2840
|
"compatibility": {
|
|
2437
|
-
"
|
|
2438
|
-
"
|
|
2439
|
-
"3.x": "unknown"
|
|
2841
|
+
"nuxt": "^2.0.0",
|
|
2842
|
+
"requires": {}
|
|
2440
2843
|
}
|
|
2441
2844
|
},
|
|
2442
2845
|
{
|
|
@@ -2454,14 +2857,12 @@
|
|
|
2454
2857
|
{
|
|
2455
2858
|
"name": "Pooya Parsa",
|
|
2456
2859
|
"github": "pi0",
|
|
2457
|
-
"twitter": "_pi0_"
|
|
2458
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2860
|
+
"twitter": "_pi0_"
|
|
2459
2861
|
}
|
|
2460
2862
|
],
|
|
2461
2863
|
"compatibility": {
|
|
2462
|
-
"
|
|
2463
|
-
"
|
|
2464
|
-
"3.x": "unknown"
|
|
2864
|
+
"nuxt": "^2.0.0",
|
|
2865
|
+
"requires": {}
|
|
2465
2866
|
}
|
|
2466
2867
|
},
|
|
2467
2868
|
{
|
|
@@ -2479,14 +2880,12 @@
|
|
|
2479
2880
|
{
|
|
2480
2881
|
"name": "Julio Marquez",
|
|
2481
2882
|
"github": "juliomrqz",
|
|
2482
|
-
"twitter": "juliomrqz"
|
|
2483
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2883
|
+
"twitter": "juliomrqz"
|
|
2484
2884
|
}
|
|
2485
2885
|
],
|
|
2486
2886
|
"compatibility": {
|
|
2487
|
-
"
|
|
2488
|
-
"
|
|
2489
|
-
"3.x": "unknown"
|
|
2887
|
+
"nuxt": "^2.0.0",
|
|
2888
|
+
"requires": {}
|
|
2490
2889
|
}
|
|
2491
2890
|
},
|
|
2492
2891
|
{
|
|
@@ -2503,14 +2902,12 @@
|
|
|
2503
2902
|
"maintainers": [
|
|
2504
2903
|
{
|
|
2505
2904
|
"name": "GrabarzUndPartner",
|
|
2506
|
-
"github": "GrabarzUndPartner"
|
|
2507
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2905
|
+
"github": "GrabarzUndPartner"
|
|
2508
2906
|
}
|
|
2509
2907
|
],
|
|
2510
2908
|
"compatibility": {
|
|
2511
|
-
"
|
|
2512
|
-
"
|
|
2513
|
-
"3.x": "unknown"
|
|
2909
|
+
"nuxt": "^2.0.0",
|
|
2910
|
+
"requires": {}
|
|
2514
2911
|
}
|
|
2515
2912
|
},
|
|
2516
2913
|
{
|
|
@@ -2527,14 +2924,60 @@
|
|
|
2527
2924
|
"maintainers": [
|
|
2528
2925
|
{
|
|
2529
2926
|
"name": "cierrateam",
|
|
2530
|
-
"github": "cierrateam"
|
|
2531
|
-
|
|
2927
|
+
"github": "cierrateam"
|
|
2928
|
+
}
|
|
2929
|
+
],
|
|
2930
|
+
"compatibility": {
|
|
2931
|
+
"nuxt": "^2.0.0",
|
|
2932
|
+
"requires": {}
|
|
2933
|
+
}
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "partytown",
|
|
2937
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2938
|
+
"repo": "nuxt-modules/partytown",
|
|
2939
|
+
"npm": "@nuxtjs/partytown",
|
|
2940
|
+
"icon": "partytown.svg",
|
|
2941
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2942
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2943
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2944
|
+
"category": "Performance",
|
|
2945
|
+
"type": "community",
|
|
2946
|
+
"maintainers": [
|
|
2947
|
+
{
|
|
2948
|
+
"name": "Daniel Roe",
|
|
2949
|
+
"github": "danielroe",
|
|
2950
|
+
"twitter": "danielcroe"
|
|
2951
|
+
}
|
|
2952
|
+
],
|
|
2953
|
+
"compatibility": {
|
|
2954
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2955
|
+
"requires": {
|
|
2956
|
+
"bridge": true
|
|
2957
|
+
}
|
|
2958
|
+
}
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"name": "persian-datepicker",
|
|
2962
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2963
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2964
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2965
|
+
"icon": "persian-datepicker.svg",
|
|
2966
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2967
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2968
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2969
|
+
"category": "Date",
|
|
2970
|
+
"type": "3rd-party",
|
|
2971
|
+
"maintainers": [
|
|
2972
|
+
{
|
|
2973
|
+
"name": "Alireza Alibeiki",
|
|
2974
|
+
"github": "alireza-ab",
|
|
2975
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2532
2976
|
}
|
|
2533
2977
|
],
|
|
2534
2978
|
"compatibility": {
|
|
2535
|
-
"
|
|
2536
|
-
"
|
|
2537
|
-
"3.x": "unknown"
|
|
2979
|
+
"nuxt": "^2.0.0",
|
|
2980
|
+
"requires": {}
|
|
2538
2981
|
}
|
|
2539
2982
|
},
|
|
2540
2983
|
{
|
|
@@ -2551,14 +2994,14 @@
|
|
|
2551
2994
|
"maintainers": [
|
|
2552
2995
|
{
|
|
2553
2996
|
"name": "posva",
|
|
2554
|
-
"github": "posva"
|
|
2555
|
-
"avatar": "https://avatars.githubusercontent.com/u/664177?v=4"
|
|
2997
|
+
"github": "posva"
|
|
2556
2998
|
}
|
|
2557
2999
|
],
|
|
2558
3000
|
"compatibility": {
|
|
2559
|
-
"
|
|
2560
|
-
"
|
|
2561
|
-
|
|
3001
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3002
|
+
"requires": {
|
|
3003
|
+
"bridge": "optional"
|
|
3004
|
+
}
|
|
2562
3005
|
}
|
|
2563
3006
|
},
|
|
2564
3007
|
{
|
|
@@ -2575,14 +3018,14 @@
|
|
|
2575
3018
|
"maintainers": [
|
|
2576
3019
|
{
|
|
2577
3020
|
"name": "moritzsternemann",
|
|
2578
|
-
"github": "moritzsternemann"
|
|
2579
|
-
"avatar": "https://avatars1.githubusercontent.com/u/3034168?v=4"
|
|
3021
|
+
"github": "moritzsternemann"
|
|
2580
3022
|
}
|
|
2581
3023
|
],
|
|
2582
3024
|
"compatibility": {
|
|
2583
|
-
"
|
|
2584
|
-
"
|
|
2585
|
-
|
|
3025
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3026
|
+
"requires": {
|
|
3027
|
+
"bridge": "optional"
|
|
3028
|
+
}
|
|
2586
3029
|
}
|
|
2587
3030
|
},
|
|
2588
3031
|
{
|
|
@@ -2599,50 +3042,35 @@
|
|
|
2599
3042
|
"maintainers": [
|
|
2600
3043
|
{
|
|
2601
3044
|
"name": "frenchrabbit",
|
|
2602
|
-
"github": "frenchrabbit"
|
|
2603
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
3045
|
+
"github": "frenchrabbit"
|
|
2604
3046
|
}
|
|
2605
3047
|
],
|
|
2606
3048
|
"compatibility": {
|
|
2607
|
-
"
|
|
2608
|
-
"
|
|
2609
|
-
"3.x": "unknown"
|
|
3049
|
+
"nuxt": "^2.0.0",
|
|
3050
|
+
"requires": {}
|
|
2610
3051
|
}
|
|
2611
3052
|
},
|
|
2612
3053
|
{
|
|
2613
3054
|
"name": "prismic",
|
|
2614
3055
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2615
|
-
"repo": "nuxt-
|
|
3056
|
+
"repo": "nuxt-modules/prismic",
|
|
2616
3057
|
"npm": "@nuxtjs/prismic",
|
|
2617
3058
|
"icon": "prismic.png",
|
|
2618
|
-
"github": "https://github.com/nuxt-
|
|
3059
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2619
3060
|
"website": "https://prismic.nuxtjs.org",
|
|
2620
|
-
"learn_more": "https://prismic.io
|
|
3061
|
+
"learn_more": "https://prismic.io",
|
|
2621
3062
|
"category": "CMS",
|
|
2622
3063
|
"type": "community",
|
|
2623
3064
|
"maintainers": [
|
|
2624
|
-
{
|
|
2625
|
-
"name": "Sébastien Chopin",
|
|
2626
|
-
"github": "Atinux",
|
|
2627
|
-
"twitter": "Atinux",
|
|
2628
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2629
|
-
},
|
|
2630
3065
|
{
|
|
2631
3066
|
"name": "lihbr",
|
|
2632
3067
|
"github": "lihbr",
|
|
2633
|
-
"twitter": "li_hbr"
|
|
2634
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2635
|
-
},
|
|
2636
|
-
{
|
|
2637
|
-
"name": "James Pegg",
|
|
2638
|
-
"github": "jamespegg",
|
|
2639
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
3068
|
+
"twitter": "li_hbr"
|
|
2640
3069
|
}
|
|
2641
3070
|
],
|
|
2642
3071
|
"compatibility": {
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2645
|
-
"3.x": "unknown"
|
|
3072
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3073
|
+
"requires": {}
|
|
2646
3074
|
}
|
|
2647
3075
|
},
|
|
2648
3076
|
{
|
|
@@ -2659,14 +3087,12 @@
|
|
|
2659
3087
|
"maintainers": [
|
|
2660
3088
|
{
|
|
2661
3089
|
"name": "mmoollllee",
|
|
2662
|
-
"github": "mmoollllee"
|
|
2663
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
3090
|
+
"github": "mmoollllee"
|
|
2664
3091
|
}
|
|
2665
3092
|
],
|
|
2666
3093
|
"compatibility": {
|
|
2667
|
-
"
|
|
2668
|
-
"
|
|
2669
|
-
"3.x": "unknown"
|
|
3094
|
+
"nuxt": "^2.0.0",
|
|
3095
|
+
"requires": {}
|
|
2670
3096
|
}
|
|
2671
3097
|
},
|
|
2672
3098
|
{
|
|
@@ -2684,14 +3110,12 @@
|
|
|
2684
3110
|
{
|
|
2685
3111
|
"name": "Pooya Parsa",
|
|
2686
3112
|
"github": "pi0",
|
|
2687
|
-
"twitter": "_pi0_"
|
|
2688
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3113
|
+
"twitter": "_pi0_"
|
|
2689
3114
|
}
|
|
2690
3115
|
],
|
|
2691
3116
|
"compatibility": {
|
|
2692
|
-
"
|
|
2693
|
-
"
|
|
2694
|
-
"3.x": "unknown"
|
|
3117
|
+
"nuxt": "^2.0.0",
|
|
3118
|
+
"requires": {}
|
|
2695
3119
|
}
|
|
2696
3120
|
},
|
|
2697
3121
|
{
|
|
@@ -2709,20 +3133,18 @@
|
|
|
2709
3133
|
{
|
|
2710
3134
|
"name": "Luca Iaconelli",
|
|
2711
3135
|
"github": "LuXDAmore",
|
|
2712
|
-
"twitter": "luxdamore"
|
|
2713
|
-
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
3136
|
+
"twitter": "luxdamore"
|
|
2714
3137
|
}
|
|
2715
3138
|
],
|
|
2716
3139
|
"compatibility": {
|
|
2717
|
-
"
|
|
2718
|
-
"
|
|
2719
|
-
"3.x": "unknown"
|
|
3140
|
+
"nuxt": "^2.0.0",
|
|
3141
|
+
"requires": {}
|
|
2720
3142
|
}
|
|
2721
3143
|
},
|
|
2722
3144
|
{
|
|
2723
3145
|
"name": "purgecss",
|
|
2724
3146
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2725
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3147
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
2726
3148
|
"npm": "nuxt-purgecss",
|
|
2727
3149
|
"icon": "purgecss.png",
|
|
2728
3150
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2733,14 +3155,12 @@
|
|
|
2733
3155
|
"maintainers": [
|
|
2734
3156
|
{
|
|
2735
3157
|
"name": "Developmint",
|
|
2736
|
-
"github": "Developmint"
|
|
2737
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3158
|
+
"github": "Developmint"
|
|
2738
3159
|
}
|
|
2739
3160
|
],
|
|
2740
3161
|
"compatibility": {
|
|
2741
|
-
"
|
|
2742
|
-
"
|
|
2743
|
-
"3.x": "unknown"
|
|
3162
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3163
|
+
"requires": {}
|
|
2744
3164
|
}
|
|
2745
3165
|
},
|
|
2746
3166
|
{
|
|
@@ -2758,14 +3178,14 @@
|
|
|
2758
3178
|
{
|
|
2759
3179
|
"name": "Pooya Parsa",
|
|
2760
3180
|
"github": "pi0",
|
|
2761
|
-
"twitter": "_pi0_"
|
|
2762
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3181
|
+
"twitter": "_pi0_"
|
|
2763
3182
|
}
|
|
2764
3183
|
],
|
|
2765
3184
|
"compatibility": {
|
|
2766
|
-
"
|
|
2767
|
-
"
|
|
2768
|
-
|
|
3185
|
+
"nuxt": "^2.0.0",
|
|
3186
|
+
"requires": {
|
|
3187
|
+
"bridge": "optional"
|
|
3188
|
+
}
|
|
2769
3189
|
}
|
|
2770
3190
|
},
|
|
2771
3191
|
{
|
|
@@ -2782,14 +3202,12 @@
|
|
|
2782
3202
|
"maintainers": [
|
|
2783
3203
|
{
|
|
2784
3204
|
"name": "Sebastian Silva",
|
|
2785
|
-
"github": "icarito"
|
|
2786
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
3205
|
+
"github": "icarito"
|
|
2787
3206
|
}
|
|
2788
3207
|
],
|
|
2789
3208
|
"compatibility": {
|
|
2790
|
-
"
|
|
2791
|
-
"
|
|
2792
|
-
"3.x": "unknown"
|
|
3209
|
+
"nuxt": "^2.0.0",
|
|
3210
|
+
"requires": {}
|
|
2793
3211
|
}
|
|
2794
3212
|
},
|
|
2795
3213
|
{
|
|
@@ -2806,14 +3224,12 @@
|
|
|
2806
3224
|
"maintainers": [
|
|
2807
3225
|
{
|
|
2808
3226
|
"name": "mvrlin",
|
|
2809
|
-
"github": "mvrlin"
|
|
2810
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
3227
|
+
"github": "mvrlin"
|
|
2811
3228
|
}
|
|
2812
3229
|
],
|
|
2813
3230
|
"compatibility": {
|
|
2814
|
-
"
|
|
2815
|
-
"
|
|
2816
|
-
"3.x": "unknown"
|
|
3231
|
+
"nuxt": "^2.0.0",
|
|
3232
|
+
"requires": {}
|
|
2817
3233
|
}
|
|
2818
3234
|
},
|
|
2819
3235
|
{
|
|
@@ -2831,14 +3247,12 @@
|
|
|
2831
3247
|
{
|
|
2832
3248
|
"name": "Alexander Lichter",
|
|
2833
3249
|
"github": "manniL",
|
|
2834
|
-
"twitter": "TheAlexLichter"
|
|
2835
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3250
|
+
"twitter": "TheAlexLichter"
|
|
2836
3251
|
}
|
|
2837
3252
|
],
|
|
2838
3253
|
"compatibility": {
|
|
2839
|
-
"
|
|
2840
|
-
"
|
|
2841
|
-
"3.x": "unknown"
|
|
3254
|
+
"nuxt": "^2.0.0",
|
|
3255
|
+
"requires": {}
|
|
2842
3256
|
}
|
|
2843
3257
|
},
|
|
2844
3258
|
{
|
|
@@ -2855,14 +3269,12 @@
|
|
|
2855
3269
|
"maintainers": [
|
|
2856
3270
|
{
|
|
2857
3271
|
"name": "pimlie",
|
|
2858
|
-
"github": "pimlie"
|
|
2859
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3272
|
+
"github": "pimlie"
|
|
2860
3273
|
}
|
|
2861
3274
|
],
|
|
2862
3275
|
"compatibility": {
|
|
2863
|
-
"
|
|
2864
|
-
"
|
|
2865
|
-
"3.x": "unknown"
|
|
3276
|
+
"nuxt": "^2.0.0",
|
|
3277
|
+
"requires": {}
|
|
2866
3278
|
}
|
|
2867
3279
|
},
|
|
2868
3280
|
{
|
|
@@ -2879,14 +3291,14 @@
|
|
|
2879
3291
|
"maintainers": [
|
|
2880
3292
|
{
|
|
2881
3293
|
"name": "Ricardo Gobbo de Souza",
|
|
2882
|
-
"github": "ricardogobbosouza"
|
|
2883
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3294
|
+
"github": "ricardogobbosouza"
|
|
2884
3295
|
}
|
|
2885
3296
|
],
|
|
2886
3297
|
"compatibility": {
|
|
2887
|
-
"
|
|
2888
|
-
"
|
|
2889
|
-
|
|
3298
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3299
|
+
"requires": {
|
|
3300
|
+
"bridge": "optional"
|
|
3301
|
+
}
|
|
2890
3302
|
}
|
|
2891
3303
|
},
|
|
2892
3304
|
{
|
|
@@ -2903,14 +3315,12 @@
|
|
|
2903
3315
|
"maintainers": [
|
|
2904
3316
|
{
|
|
2905
3317
|
"name": "Gaël Reyrol",
|
|
2906
|
-
"github": "gaelreyrol"
|
|
2907
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3318
|
+
"github": "gaelreyrol"
|
|
2908
3319
|
}
|
|
2909
3320
|
],
|
|
2910
3321
|
"compatibility": {
|
|
2911
|
-
"
|
|
2912
|
-
"
|
|
2913
|
-
"3.x": "unknown"
|
|
3322
|
+
"nuxt": "^2.0.0",
|
|
3323
|
+
"requires": {}
|
|
2914
3324
|
}
|
|
2915
3325
|
},
|
|
2916
3326
|
{
|
|
@@ -2928,14 +3338,12 @@
|
|
|
2928
3338
|
{
|
|
2929
3339
|
"name": "Ahad Birang",
|
|
2930
3340
|
"github": "farnabaz",
|
|
2931
|
-
"twitter": "a_birang"
|
|
2932
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3341
|
+
"twitter": "a_birang"
|
|
2933
3342
|
}
|
|
2934
3343
|
],
|
|
2935
3344
|
"compatibility": {
|
|
2936
|
-
"
|
|
2937
|
-
"
|
|
2938
|
-
"3.x": "unknown"
|
|
3345
|
+
"nuxt": "^2.0.0",
|
|
3346
|
+
"requires": {}
|
|
2939
3347
|
}
|
|
2940
3348
|
},
|
|
2941
3349
|
{
|
|
@@ -2953,23 +3361,21 @@
|
|
|
2953
3361
|
{
|
|
2954
3362
|
"name": "Sébastien Chopin",
|
|
2955
3363
|
"github": "Atinux",
|
|
2956
|
-
"twitter": "Atinux"
|
|
2957
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3364
|
+
"twitter": "Atinux"
|
|
2958
3365
|
}
|
|
2959
3366
|
],
|
|
2960
3367
|
"compatibility": {
|
|
2961
|
-
"
|
|
2962
|
-
"
|
|
2963
|
-
"3.x": "unknown"
|
|
3368
|
+
"nuxt": "^2.0.0",
|
|
3369
|
+
"requires": {}
|
|
2964
3370
|
}
|
|
2965
3371
|
},
|
|
2966
3372
|
{
|
|
2967
3373
|
"name": "sanity",
|
|
2968
|
-
"description": "Access text, images, and other media with Nuxt
|
|
2969
|
-
"repo": "nuxt-
|
|
3374
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3375
|
+
"repo": "nuxt-modules/sanity#main",
|
|
2970
3376
|
"npm": "@nuxtjs/sanity",
|
|
2971
3377
|
"icon": "sanity.png",
|
|
2972
|
-
"github": "https://github.com/nuxt-
|
|
3378
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
2973
3379
|
"website": "https://sanity.nuxtjs.org",
|
|
2974
3380
|
"learn_more": "https://www.sanity.io/",
|
|
2975
3381
|
"category": "CMS",
|
|
@@ -2978,14 +3384,38 @@
|
|
|
2978
3384
|
{
|
|
2979
3385
|
"name": "Daniel Roe",
|
|
2980
3386
|
"github": "danielroe",
|
|
2981
|
-
"twitter": "danielcroe"
|
|
2982
|
-
|
|
3387
|
+
"twitter": "danielcroe"
|
|
3388
|
+
}
|
|
3389
|
+
],
|
|
3390
|
+
"compatibility": {
|
|
3391
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3392
|
+
"requires": {
|
|
3393
|
+
"bridge": "optional"
|
|
3394
|
+
}
|
|
3395
|
+
}
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"name": "schema-org",
|
|
3399
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3400
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3401
|
+
"npm": "nuxt-schema-org",
|
|
3402
|
+
"icon": "schema-org.svg",
|
|
3403
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3404
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3405
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3406
|
+
"category": "SEO",
|
|
3407
|
+
"type": "3rd-party",
|
|
3408
|
+
"maintainers": [
|
|
3409
|
+
{
|
|
3410
|
+
"name": "Harlan Wilton",
|
|
3411
|
+
"github": "harlan-zw",
|
|
3412
|
+
"twitter": "harlan_zw",
|
|
3413
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
2983
3414
|
}
|
|
2984
3415
|
],
|
|
2985
3416
|
"compatibility": {
|
|
2986
|
-
"
|
|
2987
|
-
"
|
|
2988
|
-
"3.x": "unknown"
|
|
3417
|
+
"nuxt": "^3.0.0",
|
|
3418
|
+
"requires": {}
|
|
2989
3419
|
}
|
|
2990
3420
|
},
|
|
2991
3421
|
{
|
|
@@ -3002,14 +3432,35 @@
|
|
|
3002
3432
|
"maintainers": [
|
|
3003
3433
|
{
|
|
3004
3434
|
"name": "sugoidesune",
|
|
3005
|
-
"github": "sugoidesune"
|
|
3006
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3435
|
+
"github": "sugoidesune"
|
|
3007
3436
|
}
|
|
3008
3437
|
],
|
|
3009
3438
|
"compatibility": {
|
|
3010
|
-
"
|
|
3011
|
-
"
|
|
3012
|
-
|
|
3439
|
+
"nuxt": "^2.0.0",
|
|
3440
|
+
"requires": {}
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "security",
|
|
3445
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3446
|
+
"repo": "Baroshem/nuxt-security",
|
|
3447
|
+
"npm": "nuxt-security",
|
|
3448
|
+
"icon": "nuxt-security.svg",
|
|
3449
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3450
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3451
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3452
|
+
"category": "Security",
|
|
3453
|
+
"type": "3rd-party",
|
|
3454
|
+
"maintainers": [
|
|
3455
|
+
{
|
|
3456
|
+
"name": "Jakub Andrzejewski",
|
|
3457
|
+
"github": "Baroshem",
|
|
3458
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3459
|
+
}
|
|
3460
|
+
],
|
|
3461
|
+
"compatibility": {
|
|
3462
|
+
"nuxt": "^3.0.0",
|
|
3463
|
+
"requires": {}
|
|
3013
3464
|
}
|
|
3014
3465
|
},
|
|
3015
3466
|
{
|
|
@@ -3026,14 +3477,12 @@
|
|
|
3026
3477
|
"maintainers": [
|
|
3027
3478
|
{
|
|
3028
3479
|
"name": "dansmaculotte",
|
|
3029
|
-
"github": "dansmaculotte"
|
|
3030
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3480
|
+
"github": "dansmaculotte"
|
|
3031
3481
|
}
|
|
3032
3482
|
],
|
|
3033
3483
|
"compatibility": {
|
|
3034
|
-
"
|
|
3035
|
-
"
|
|
3036
|
-
"3.x": "unknown"
|
|
3484
|
+
"nuxt": "^2.0.0",
|
|
3485
|
+
"requires": {}
|
|
3037
3486
|
}
|
|
3038
3487
|
},
|
|
3039
3488
|
{
|
|
@@ -3050,14 +3499,35 @@
|
|
|
3050
3499
|
"maintainers": [
|
|
3051
3500
|
{
|
|
3052
3501
|
"name": "Rafał Chłodnicki",
|
|
3053
|
-
"github": "rchl"
|
|
3054
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3502
|
+
"github": "rchl"
|
|
3055
3503
|
}
|
|
3056
3504
|
],
|
|
3057
3505
|
"compatibility": {
|
|
3058
|
-
"
|
|
3059
|
-
"
|
|
3060
|
-
|
|
3506
|
+
"nuxt": "^2.0.0",
|
|
3507
|
+
"requires": {}
|
|
3508
|
+
}
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"name": "seo-meta",
|
|
3512
|
+
"description": "Simple generate seo metadata",
|
|
3513
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3514
|
+
"npm": "nuxt-seo-meta",
|
|
3515
|
+
"icon": "",
|
|
3516
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3517
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3518
|
+
"learn_more": "",
|
|
3519
|
+
"category": "SEO",
|
|
3520
|
+
"type": "3rd-party",
|
|
3521
|
+
"maintainers": [
|
|
3522
|
+
{
|
|
3523
|
+
"name": "ihavecoke",
|
|
3524
|
+
"github": "ihavecoke",
|
|
3525
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
3526
|
+
}
|
|
3527
|
+
],
|
|
3528
|
+
"compatibility": {
|
|
3529
|
+
"nuxt": "^2.0.0",
|
|
3530
|
+
"requires": {}
|
|
3061
3531
|
}
|
|
3062
3532
|
},
|
|
3063
3533
|
{
|
|
@@ -3074,14 +3544,12 @@
|
|
|
3074
3544
|
"maintainers": [
|
|
3075
3545
|
{
|
|
3076
3546
|
"name": "ben-rogerson",
|
|
3077
|
-
"github": "ben-rogerson"
|
|
3078
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3547
|
+
"github": "ben-rogerson"
|
|
3079
3548
|
}
|
|
3080
3549
|
],
|
|
3081
3550
|
"compatibility": {
|
|
3082
|
-
"
|
|
3083
|
-
"
|
|
3084
|
-
"3.x": "unknown"
|
|
3551
|
+
"nuxt": "^2.0.0",
|
|
3552
|
+
"requires": {}
|
|
3085
3553
|
}
|
|
3086
3554
|
},
|
|
3087
3555
|
{
|
|
@@ -3099,14 +3567,35 @@
|
|
|
3099
3567
|
{
|
|
3100
3568
|
"name": "Alexander Lichter",
|
|
3101
3569
|
"github": "manniL",
|
|
3102
|
-
"twitter": "TheAlexLichter"
|
|
3103
|
-
|
|
3570
|
+
"twitter": "TheAlexLichter"
|
|
3571
|
+
}
|
|
3572
|
+
],
|
|
3573
|
+
"compatibility": {
|
|
3574
|
+
"nuxt": "^2.0.0",
|
|
3575
|
+
"requires": {}
|
|
3576
|
+
}
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"name": "session",
|
|
3580
|
+
"description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
|
|
3581
|
+
"repo": "sidebase/nuxt-session",
|
|
3582
|
+
"npm": "@sidebase/nuxt-session",
|
|
3583
|
+
"icon": "session.png",
|
|
3584
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3585
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3586
|
+
"learn_more": "https://github.com/sidebase",
|
|
3587
|
+
"category": "Security",
|
|
3588
|
+
"type": "3rd-party",
|
|
3589
|
+
"maintainers": [
|
|
3590
|
+
{
|
|
3591
|
+
"name": "sidebase",
|
|
3592
|
+
"github": "sidebase",
|
|
3593
|
+
"twitter": "sidebase_io"
|
|
3104
3594
|
}
|
|
3105
3595
|
],
|
|
3106
3596
|
"compatibility": {
|
|
3107
|
-
"
|
|
3108
|
-
"
|
|
3109
|
-
"3.x": "unknown"
|
|
3597
|
+
"nuxt": "^3.0.0",
|
|
3598
|
+
"requires": {}
|
|
3110
3599
|
}
|
|
3111
3600
|
},
|
|
3112
3601
|
{
|
|
@@ -3123,14 +3612,12 @@
|
|
|
3123
3612
|
"maintainers": [
|
|
3124
3613
|
{
|
|
3125
3614
|
"name": "Gomah",
|
|
3126
|
-
"github": "Gomah"
|
|
3127
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3615
|
+
"github": "Gomah"
|
|
3128
3616
|
}
|
|
3129
3617
|
],
|
|
3130
3618
|
"compatibility": {
|
|
3131
|
-
"
|
|
3132
|
-
"
|
|
3133
|
-
"3.x": "unknown"
|
|
3619
|
+
"nuxt": "^2.0.0",
|
|
3620
|
+
"requires": {}
|
|
3134
3621
|
}
|
|
3135
3622
|
},
|
|
3136
3623
|
{
|
|
@@ -3147,14 +3634,12 @@
|
|
|
3147
3634
|
"maintainers": [
|
|
3148
3635
|
{
|
|
3149
3636
|
"name": "vaso2",
|
|
3150
|
-
"github": "vaso2"
|
|
3151
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3637
|
+
"github": "vaso2"
|
|
3152
3638
|
}
|
|
3153
3639
|
],
|
|
3154
3640
|
"compatibility": {
|
|
3155
|
-
"
|
|
3156
|
-
"
|
|
3157
|
-
"3.x": "unknown"
|
|
3641
|
+
"nuxt": "^2.0.0",
|
|
3642
|
+
"requires": {}
|
|
3158
3643
|
}
|
|
3159
3644
|
},
|
|
3160
3645
|
{
|
|
@@ -3172,14 +3657,12 @@
|
|
|
3172
3657
|
{
|
|
3173
3658
|
"name": "Nicolas PENNEC",
|
|
3174
3659
|
"github": "NicoPennec",
|
|
3175
|
-
"twitter": "NicoPennec"
|
|
3176
|
-
"avatar": "https://avatars3.githubusercontent.com/u/493223?v=4"
|
|
3660
|
+
"twitter": "NicoPennec"
|
|
3177
3661
|
}
|
|
3178
3662
|
],
|
|
3179
3663
|
"compatibility": {
|
|
3180
|
-
"
|
|
3181
|
-
"
|
|
3182
|
-
"3.x": "unknown"
|
|
3664
|
+
"nuxt": "^2.0.0",
|
|
3665
|
+
"requires": {}
|
|
3183
3666
|
}
|
|
3184
3667
|
},
|
|
3185
3668
|
{
|
|
@@ -3197,14 +3680,12 @@
|
|
|
3197
3680
|
{
|
|
3198
3681
|
"name": "Florent GIRAUD",
|
|
3199
3682
|
"github": "f3ltron",
|
|
3200
|
-
"twitter": "giraud_florent"
|
|
3201
|
-
"avatar": "https://avatars.githubusercontent.com/u/11556276?v=4"
|
|
3683
|
+
"twitter": "giraud_florent"
|
|
3202
3684
|
}
|
|
3203
3685
|
],
|
|
3204
3686
|
"compatibility": {
|
|
3205
|
-
"
|
|
3206
|
-
"
|
|
3207
|
-
"3.x": "unknown"
|
|
3687
|
+
"nuxt": "^2.0.0",
|
|
3688
|
+
"requires": {}
|
|
3208
3689
|
}
|
|
3209
3690
|
},
|
|
3210
3691
|
{
|
|
@@ -3221,14 +3702,12 @@
|
|
|
3221
3702
|
"maintainers": [
|
|
3222
3703
|
{
|
|
3223
3704
|
"name": "AlekseyPleshkov",
|
|
3224
|
-
"github": "AlekseyPleshkov"
|
|
3225
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3705
|
+
"github": "AlekseyPleshkov"
|
|
3226
3706
|
}
|
|
3227
3707
|
],
|
|
3228
3708
|
"compatibility": {
|
|
3229
|
-
"
|
|
3230
|
-
"
|
|
3231
|
-
"3.x": "unknown"
|
|
3709
|
+
"nuxt": "^2.0.0",
|
|
3710
|
+
"requires": {}
|
|
3232
3711
|
}
|
|
3233
3712
|
},
|
|
3234
3713
|
{
|
|
@@ -3245,14 +3724,12 @@
|
|
|
3245
3724
|
"maintainers": [
|
|
3246
3725
|
{
|
|
3247
3726
|
"name": "richardeschloss",
|
|
3248
|
-
"github": "richardeschloss"
|
|
3249
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3727
|
+
"github": "richardeschloss"
|
|
3250
3728
|
}
|
|
3251
3729
|
],
|
|
3252
3730
|
"compatibility": {
|
|
3253
|
-
"
|
|
3254
|
-
"
|
|
3255
|
-
"3.x": "unknown"
|
|
3731
|
+
"nuxt": "^2.0.0",
|
|
3732
|
+
"requires": {}
|
|
3256
3733
|
}
|
|
3257
3734
|
},
|
|
3258
3735
|
{
|
|
@@ -3270,14 +3747,45 @@
|
|
|
3270
3747
|
{
|
|
3271
3748
|
"name": "Josh Deltener",
|
|
3272
3749
|
"github": "hecktarzuli",
|
|
3273
|
-
"twitter": "JoshDeltener"
|
|
3274
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
3750
|
+
"twitter": "JoshDeltener"
|
|
3275
3751
|
}
|
|
3276
3752
|
],
|
|
3277
3753
|
"compatibility": {
|
|
3278
|
-
"
|
|
3279
|
-
"
|
|
3280
|
-
|
|
3754
|
+
"nuxt": "^2.0.0",
|
|
3755
|
+
"requires": {}
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"name": "speedkit",
|
|
3760
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3761
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3762
|
+
"npm": "nuxt-speedkit",
|
|
3763
|
+
"icon": "speedkit.png",
|
|
3764
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3765
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3766
|
+
"learn_more": "",
|
|
3767
|
+
"category": "Performance",
|
|
3768
|
+
"type": "3rd-party",
|
|
3769
|
+
"maintainers": [
|
|
3770
|
+
{
|
|
3771
|
+
"name": "Stephan Gerbeth",
|
|
3772
|
+
"github": "StephanGerbeth",
|
|
3773
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"name": "Thorn Walli",
|
|
3777
|
+
"github": "ThornWalli",
|
|
3778
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "Grabarz & Partner",
|
|
3782
|
+
"github": "GrabarzUndPartner",
|
|
3783
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
3784
|
+
}
|
|
3785
|
+
],
|
|
3786
|
+
"compatibility": {
|
|
3787
|
+
"nuxt": "^2.0.0",
|
|
3788
|
+
"requires": {}
|
|
3281
3789
|
}
|
|
3282
3790
|
},
|
|
3283
3791
|
{
|
|
@@ -3294,14 +3802,12 @@
|
|
|
3294
3802
|
"maintainers": [
|
|
3295
3803
|
{
|
|
3296
3804
|
"name": "mazipan",
|
|
3297
|
-
"github": "mazipan"
|
|
3298
|
-
"avatar": "https://avatars0.githubusercontent.com/u/7221389?v=4"
|
|
3805
|
+
"github": "mazipan"
|
|
3299
3806
|
}
|
|
3300
3807
|
],
|
|
3301
3808
|
"compatibility": {
|
|
3302
|
-
"
|
|
3303
|
-
"
|
|
3304
|
-
"3.x": "unknown"
|
|
3809
|
+
"nuxt": "^2.0.0",
|
|
3810
|
+
"requires": {}
|
|
3305
3811
|
}
|
|
3306
3812
|
},
|
|
3307
3813
|
{
|
|
@@ -3318,14 +3824,12 @@
|
|
|
3318
3824
|
"maintainers": [
|
|
3319
3825
|
{
|
|
3320
3826
|
"name": "Jakub Andrzejewski",
|
|
3321
|
-
"github": "Baroshem"
|
|
3322
|
-
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
3827
|
+
"github": "Baroshem"
|
|
3323
3828
|
}
|
|
3324
3829
|
],
|
|
3325
3830
|
"compatibility": {
|
|
3326
|
-
"
|
|
3327
|
-
"
|
|
3328
|
-
"3.x": "unknown"
|
|
3831
|
+
"nuxt": "^2.0.0",
|
|
3832
|
+
"requires": {}
|
|
3329
3833
|
}
|
|
3330
3834
|
},
|
|
3331
3835
|
{
|
|
@@ -3342,21 +3846,19 @@
|
|
|
3342
3846
|
"maintainers": [
|
|
3343
3847
|
{
|
|
3344
3848
|
"name": "richardeschloss",
|
|
3345
|
-
"github": "richardeschloss"
|
|
3346
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3849
|
+
"github": "richardeschloss"
|
|
3347
3850
|
}
|
|
3348
3851
|
],
|
|
3349
3852
|
"compatibility": {
|
|
3350
|
-
"
|
|
3351
|
-
"
|
|
3352
|
-
"3.x": "unknown"
|
|
3853
|
+
"nuxt": "^2.0.0",
|
|
3854
|
+
"requires": {}
|
|
3353
3855
|
}
|
|
3354
3856
|
},
|
|
3355
3857
|
{
|
|
3356
3858
|
"name": "storyblok",
|
|
3357
3859
|
"description": "Storyblok Nuxt.js module",
|
|
3358
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
3359
|
-
"npm": "storyblok
|
|
3860
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3861
|
+
"npm": "@storyblok/nuxt",
|
|
3360
3862
|
"icon": "storyblok.png",
|
|
3361
3863
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
3362
3864
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -3366,14 +3868,12 @@
|
|
|
3366
3868
|
"maintainers": [
|
|
3367
3869
|
{
|
|
3368
3870
|
"name": "storyblok",
|
|
3369
|
-
"github": "storyblok"
|
|
3370
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3871
|
+
"github": "storyblok"
|
|
3371
3872
|
}
|
|
3372
3873
|
],
|
|
3373
3874
|
"compatibility": {
|
|
3374
|
-
"
|
|
3375
|
-
"
|
|
3376
|
-
"3.x": "unknown"
|
|
3875
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3876
|
+
"requires": {}
|
|
3377
3877
|
}
|
|
3378
3878
|
},
|
|
3379
3879
|
{
|
|
@@ -3391,20 +3891,19 @@
|
|
|
3391
3891
|
{
|
|
3392
3892
|
"name": "Ahad Birang",
|
|
3393
3893
|
"github": "farnabaz",
|
|
3394
|
-
"twitter": "a_birang"
|
|
3395
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3894
|
+
"twitter": "a_birang"
|
|
3396
3895
|
},
|
|
3397
3896
|
{
|
|
3398
3897
|
"name": "Pooya Parsa",
|
|
3399
3898
|
"github": "pi0",
|
|
3400
|
-
"twitter": "_pi0_"
|
|
3401
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3899
|
+
"twitter": "_pi0_"
|
|
3402
3900
|
}
|
|
3403
3901
|
],
|
|
3404
3902
|
"compatibility": {
|
|
3405
|
-
"
|
|
3406
|
-
"
|
|
3407
|
-
|
|
3903
|
+
"nuxt": "^2.0.0",
|
|
3904
|
+
"requires": {
|
|
3905
|
+
"bridge": "optional"
|
|
3906
|
+
}
|
|
3408
3907
|
}
|
|
3409
3908
|
},
|
|
3410
3909
|
{
|
|
@@ -3422,20 +3921,19 @@
|
|
|
3422
3921
|
{
|
|
3423
3922
|
"name": "Benjamin Canac",
|
|
3424
3923
|
"github": "benjamincanac",
|
|
3425
|
-
"twitter": "benjamincanac"
|
|
3426
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3924
|
+
"twitter": "benjamincanac"
|
|
3427
3925
|
},
|
|
3428
3926
|
{
|
|
3429
3927
|
"name": "Sébastien Chopin",
|
|
3430
3928
|
"github": "Atinux",
|
|
3431
|
-
"twitter": "Atinux"
|
|
3432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3929
|
+
"twitter": "Atinux"
|
|
3433
3930
|
}
|
|
3434
3931
|
],
|
|
3435
3932
|
"compatibility": {
|
|
3436
|
-
"
|
|
3437
|
-
"
|
|
3438
|
-
|
|
3933
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3934
|
+
"requires": {
|
|
3935
|
+
"bridge": true
|
|
3936
|
+
}
|
|
3439
3937
|
}
|
|
3440
3938
|
},
|
|
3441
3939
|
{
|
|
@@ -3452,14 +3950,12 @@
|
|
|
3452
3950
|
"maintainers": [
|
|
3453
3951
|
{
|
|
3454
3952
|
"name": "WilliamDASILVA",
|
|
3455
|
-
"github": "WilliamDASILVA"
|
|
3456
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3953
|
+
"github": "WilliamDASILVA"
|
|
3457
3954
|
}
|
|
3458
3955
|
],
|
|
3459
3956
|
"compatibility": {
|
|
3460
|
-
"
|
|
3461
|
-
"
|
|
3462
|
-
"3.x": "unknown"
|
|
3957
|
+
"nuxt": "^2.0.0",
|
|
3958
|
+
"requires": {}
|
|
3463
3959
|
}
|
|
3464
3960
|
},
|
|
3465
3961
|
{
|
|
@@ -3477,14 +3973,12 @@
|
|
|
3477
3973
|
{
|
|
3478
3974
|
"name": "Alexander Lichter",
|
|
3479
3975
|
"github": "manniL",
|
|
3480
|
-
"twitter": "TheAlexLichter"
|
|
3481
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3976
|
+
"twitter": "TheAlexLichter"
|
|
3482
3977
|
}
|
|
3483
3978
|
],
|
|
3484
3979
|
"compatibility": {
|
|
3485
|
-
"
|
|
3486
|
-
"
|
|
3487
|
-
"3.x": "unknown"
|
|
3980
|
+
"nuxt": "^2.0.0",
|
|
3981
|
+
"requires": {}
|
|
3488
3982
|
}
|
|
3489
3983
|
},
|
|
3490
3984
|
{
|
|
@@ -3501,39 +3995,68 @@
|
|
|
3501
3995
|
"maintainers": [
|
|
3502
3996
|
{
|
|
3503
3997
|
"name": "Ricardo Gobbo de Souza",
|
|
3504
|
-
"github": "ricardogobbosouza"
|
|
3505
|
-
|
|
3998
|
+
"github": "ricardogobbosouza"
|
|
3999
|
+
}
|
|
4000
|
+
],
|
|
4001
|
+
"compatibility": {
|
|
4002
|
+
"nuxt": "^2.0.0",
|
|
4003
|
+
"requires": {}
|
|
4004
|
+
}
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
"name": "stylify",
|
|
4008
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
4009
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
4010
|
+
"npm": "@stylify/nuxt",
|
|
4011
|
+
"icon": "stylify.svg",
|
|
4012
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
4013
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
4014
|
+
"learn_more": "https://stylifycss.com",
|
|
4015
|
+
"category": "UI",
|
|
4016
|
+
"type": "3rd-party",
|
|
4017
|
+
"maintainers": [
|
|
4018
|
+
{
|
|
4019
|
+
"name": "Vladimír Macháček",
|
|
4020
|
+
"github": "Machy8",
|
|
4021
|
+
"twitter": "8machy"
|
|
3506
4022
|
}
|
|
3507
4023
|
],
|
|
3508
4024
|
"compatibility": {
|
|
3509
|
-
"
|
|
3510
|
-
"
|
|
3511
|
-
"3.x": "unknown"
|
|
4025
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4026
|
+
"requires": {}
|
|
3512
4027
|
}
|
|
3513
4028
|
},
|
|
3514
4029
|
{
|
|
3515
4030
|
"name": "supabase",
|
|
3516
|
-
"description": "
|
|
3517
|
-
"repo": "
|
|
3518
|
-
"npm": "
|
|
4031
|
+
"description": "First class integration with Supabase",
|
|
4032
|
+
"repo": "nuxt-community/supabase-module",
|
|
4033
|
+
"npm": "@nuxtjs/supabase",
|
|
3519
4034
|
"icon": "supabase.png",
|
|
3520
|
-
"github": "https://github.com/
|
|
3521
|
-
"website": "https://
|
|
3522
|
-
"learn_more": "https://supabase.
|
|
4035
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
4036
|
+
"website": "https://supabase.nuxtjs.org",
|
|
4037
|
+
"learn_more": "https://supabase.com",
|
|
3523
4038
|
"category": "Database",
|
|
3524
|
-
"type": "
|
|
4039
|
+
"type": "community",
|
|
3525
4040
|
"maintainers": [
|
|
4041
|
+
{
|
|
4042
|
+
"name": "Baptiste Leproux",
|
|
4043
|
+
"github": "larbish",
|
|
4044
|
+
"twitter": "baptistelprx"
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"name": "Sebastien Chopin",
|
|
4048
|
+
"github": "Atinux",
|
|
4049
|
+
"twitter": "Atinux"
|
|
4050
|
+
},
|
|
3526
4051
|
{
|
|
3527
4052
|
"name": "Scott Robertson",
|
|
3528
4053
|
"github": "scottrobertson",
|
|
3529
|
-
"twitter": "scottymeuk"
|
|
3530
|
-
"avatar": "https://avatars0.githubusercontent.com/u/68361?v=4"
|
|
4054
|
+
"twitter": "scottymeuk"
|
|
3531
4055
|
}
|
|
3532
4056
|
],
|
|
3533
4057
|
"compatibility": {
|
|
3534
|
-
"
|
|
3535
|
-
"
|
|
3536
|
-
"3.x": "unknown"
|
|
4058
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4059
|
+
"requires": {}
|
|
3537
4060
|
}
|
|
3538
4061
|
},
|
|
3539
4062
|
{
|
|
@@ -3550,14 +4073,12 @@
|
|
|
3550
4073
|
"maintainers": [
|
|
3551
4074
|
{
|
|
3552
4075
|
"name": "Developmint",
|
|
3553
|
-
"github": "Developmint"
|
|
3554
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
4076
|
+
"github": "Developmint"
|
|
3555
4077
|
}
|
|
3556
4078
|
],
|
|
3557
4079
|
"compatibility": {
|
|
3558
|
-
"
|
|
3559
|
-
"
|
|
3560
|
-
"3.x": "unknown"
|
|
4080
|
+
"nuxt": "^2.0.0",
|
|
4081
|
+
"requires": {}
|
|
3561
4082
|
}
|
|
3562
4083
|
},
|
|
3563
4084
|
{
|
|
@@ -3575,14 +4096,12 @@
|
|
|
3575
4096
|
{
|
|
3576
4097
|
"name": "Ahad Birang",
|
|
3577
4098
|
"github": "farnabaz",
|
|
3578
|
-
"twitter": "a_birang"
|
|
3579
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
4099
|
+
"twitter": "a_birang"
|
|
3580
4100
|
}
|
|
3581
4101
|
],
|
|
3582
4102
|
"compatibility": {
|
|
3583
|
-
"
|
|
3584
|
-
"
|
|
3585
|
-
"3.x": "unknown"
|
|
4103
|
+
"nuxt": "^2.0.0",
|
|
4104
|
+
"requires": {}
|
|
3586
4105
|
}
|
|
3587
4106
|
},
|
|
3588
4107
|
{
|
|
@@ -3599,14 +4118,12 @@
|
|
|
3599
4118
|
"maintainers": [
|
|
3600
4119
|
{
|
|
3601
4120
|
"name": "Sam Holmes",
|
|
3602
|
-
"github": "sam3d"
|
|
3603
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
4121
|
+
"github": "sam3d"
|
|
3604
4122
|
}
|
|
3605
4123
|
],
|
|
3606
4124
|
"compatibility": {
|
|
3607
|
-
"
|
|
3608
|
-
"
|
|
3609
|
-
"3.x": "unknown"
|
|
4125
|
+
"nuxt": "^2.0.0",
|
|
4126
|
+
"requires": {}
|
|
3610
4127
|
}
|
|
3611
4128
|
},
|
|
3612
4129
|
{
|
|
@@ -3623,14 +4140,12 @@
|
|
|
3623
4140
|
"maintainers": [
|
|
3624
4141
|
{
|
|
3625
4142
|
"name": "ImreC",
|
|
3626
|
-
"github": "ImreC"
|
|
3627
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
4143
|
+
"github": "ImreC"
|
|
3628
4144
|
}
|
|
3629
4145
|
],
|
|
3630
4146
|
"compatibility": {
|
|
3631
|
-
"
|
|
3632
|
-
"
|
|
3633
|
-
"3.x": "unknown"
|
|
4147
|
+
"nuxt": "^2.0.0",
|
|
4148
|
+
"requires": {}
|
|
3634
4149
|
}
|
|
3635
4150
|
},
|
|
3636
4151
|
{
|
|
@@ -3648,14 +4163,35 @@
|
|
|
3648
4163
|
{
|
|
3649
4164
|
"name": "Sébastien Chopin",
|
|
3650
4165
|
"github": "Atinux",
|
|
3651
|
-
"twitter": "Atinux"
|
|
3652
|
-
|
|
4166
|
+
"twitter": "Atinux"
|
|
4167
|
+
}
|
|
4168
|
+
],
|
|
4169
|
+
"compatibility": {
|
|
4170
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4171
|
+
"requires": {}
|
|
4172
|
+
}
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "tiktok-analytics",
|
|
4176
|
+
"description": "",
|
|
4177
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
4178
|
+
"npm": "tiktok-analytics",
|
|
4179
|
+
"icon": "",
|
|
4180
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4181
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
4182
|
+
"learn_more": "",
|
|
4183
|
+
"category": "Analytics",
|
|
4184
|
+
"type": "3rd-party",
|
|
4185
|
+
"maintainers": [
|
|
4186
|
+
{
|
|
4187
|
+
"name": "stickpro",
|
|
4188
|
+
"github": "stickpro",
|
|
4189
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
3653
4190
|
}
|
|
3654
4191
|
],
|
|
3655
4192
|
"compatibility": {
|
|
3656
|
-
"
|
|
3657
|
-
"
|
|
3658
|
-
"3.x": "wip"
|
|
4193
|
+
"nuxt": "^2.0.0",
|
|
4194
|
+
"requires": {}
|
|
3659
4195
|
}
|
|
3660
4196
|
},
|
|
3661
4197
|
{
|
|
@@ -3673,14 +4209,37 @@
|
|
|
3673
4209
|
{
|
|
3674
4210
|
"name": "Pooya Parsa",
|
|
3675
4211
|
"github": "pi0",
|
|
3676
|
-
"twitter": "_pi0_"
|
|
3677
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4212
|
+
"twitter": "_pi0_"
|
|
3678
4213
|
}
|
|
3679
4214
|
],
|
|
3680
4215
|
"compatibility": {
|
|
3681
|
-
"
|
|
3682
|
-
"
|
|
3683
|
-
|
|
4216
|
+
"nuxt": "^2.0.0",
|
|
4217
|
+
"requires": {}
|
|
4218
|
+
}
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"name": "turnstile",
|
|
4222
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4223
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4224
|
+
"npm": "nuxt-turnstile",
|
|
4225
|
+
"icon": "cloudflare.svg",
|
|
4226
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4227
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4228
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4229
|
+
"category": "Security",
|
|
4230
|
+
"type": "3rd-party",
|
|
4231
|
+
"maintainers": [
|
|
4232
|
+
{
|
|
4233
|
+
"name": "Daniel Roe",
|
|
4234
|
+
"github": "danielroe",
|
|
4235
|
+
"twitter": "danielcroe"
|
|
4236
|
+
}
|
|
4237
|
+
],
|
|
4238
|
+
"compatibility": {
|
|
4239
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4240
|
+
"requires": {
|
|
4241
|
+
"bridge": true
|
|
4242
|
+
}
|
|
3684
4243
|
}
|
|
3685
4244
|
},
|
|
3686
4245
|
{
|
|
@@ -3697,14 +4256,47 @@
|
|
|
3697
4256
|
"maintainers": [
|
|
3698
4257
|
{
|
|
3699
4258
|
"name": "Nicolas Perraut",
|
|
3700
|
-
"github": "tuarrep"
|
|
3701
|
-
"avatar": "https://avatars.githubusercontent.com/u/6941014?v=4"
|
|
4259
|
+
"github": "tuarrep"
|
|
3702
4260
|
}
|
|
3703
4261
|
],
|
|
3704
4262
|
"compatibility": {
|
|
3705
|
-
"
|
|
3706
|
-
"
|
|
3707
|
-
|
|
4263
|
+
"nuxt": "^2.0.0",
|
|
4264
|
+
"requires": {
|
|
4265
|
+
"bridge": "optional"
|
|
4266
|
+
}
|
|
4267
|
+
}
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"name": "twicpics",
|
|
4271
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4272
|
+
"repo": "TwicPics/components",
|
|
4273
|
+
"npm": "@twicpics/components",
|
|
4274
|
+
"icon": "twicpics.svg",
|
|
4275
|
+
"github": "https://github.com/TwicPics/components",
|
|
4276
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4277
|
+
"learn_more": "https://www.twicpics.com",
|
|
4278
|
+
"category": "Images",
|
|
4279
|
+
"type": "3rd-party",
|
|
4280
|
+
"maintainers": [
|
|
4281
|
+
{
|
|
4282
|
+
"name": "Florent Bourgeois",
|
|
4283
|
+
"github": "florentb",
|
|
4284
|
+
"twitter": "florent_b"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"name": "Julian Aubourg",
|
|
4288
|
+
"github": "jaubourg",
|
|
4289
|
+
"twitter": "jaubourg"
|
|
4290
|
+
},
|
|
4291
|
+
{
|
|
4292
|
+
"name": "Miguel Beignon",
|
|
4293
|
+
"github": "mbgspcii",
|
|
4294
|
+
"twitter": "m_beignon"
|
|
4295
|
+
}
|
|
4296
|
+
],
|
|
4297
|
+
"compatibility": {
|
|
4298
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4299
|
+
"requires": {}
|
|
3708
4300
|
}
|
|
3709
4301
|
},
|
|
3710
4302
|
{
|
|
@@ -3721,14 +4313,37 @@
|
|
|
3721
4313
|
"maintainers": [
|
|
3722
4314
|
{
|
|
3723
4315
|
"name": "victorgarciaesgi",
|
|
3724
|
-
"github": "victorgarciaesgi"
|
|
3725
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
4316
|
+
"github": "victorgarciaesgi"
|
|
3726
4317
|
}
|
|
3727
4318
|
],
|
|
3728
4319
|
"compatibility": {
|
|
3729
|
-
"
|
|
3730
|
-
"
|
|
3731
|
-
|
|
4320
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4321
|
+
"requires": {}
|
|
4322
|
+
}
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"name": "typed-vuex",
|
|
4326
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4327
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4328
|
+
"npm": "nuxt-typed-vuex",
|
|
4329
|
+
"icon": "vue.png",
|
|
4330
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4331
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4332
|
+
"learn_more": "",
|
|
4333
|
+
"category": "Libraries",
|
|
4334
|
+
"type": "3rd-party",
|
|
4335
|
+
"maintainers": [
|
|
4336
|
+
{
|
|
4337
|
+
"name": "Daniel Roe",
|
|
4338
|
+
"github": "danielroe",
|
|
4339
|
+
"twitter": "danielcroe"
|
|
4340
|
+
}
|
|
4341
|
+
],
|
|
4342
|
+
"compatibility": {
|
|
4343
|
+
"nuxt": "^2.0.0",
|
|
4344
|
+
"requires": {
|
|
4345
|
+
"bridge": "optional"
|
|
4346
|
+
}
|
|
3732
4347
|
}
|
|
3733
4348
|
},
|
|
3734
4349
|
{
|
|
@@ -3745,26 +4360,22 @@
|
|
|
3745
4360
|
"maintainers": [
|
|
3746
4361
|
{
|
|
3747
4362
|
"name": "Kevin Marrec",
|
|
3748
|
-
"github": "kevinmarrec"
|
|
3749
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4363
|
+
"github": "kevinmarrec"
|
|
3750
4364
|
},
|
|
3751
4365
|
{
|
|
3752
4366
|
"name": "Pooya Parsa",
|
|
3753
4367
|
"github": "pi0",
|
|
3754
|
-
"twitter": "_pi0_"
|
|
3755
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4368
|
+
"twitter": "_pi0_"
|
|
3756
4369
|
},
|
|
3757
4370
|
{
|
|
3758
4371
|
"name": "Daniel Roe",
|
|
3759
4372
|
"github": "danielroe",
|
|
3760
|
-
"twitter": "danielcroe"
|
|
3761
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4373
|
+
"twitter": "danielcroe"
|
|
3762
4374
|
}
|
|
3763
4375
|
],
|
|
3764
4376
|
"compatibility": {
|
|
3765
|
-
"
|
|
3766
|
-
"
|
|
3767
|
-
"3.x": "unknown"
|
|
4377
|
+
"nuxt": "^2.0.0",
|
|
4378
|
+
"requires": {}
|
|
3768
4379
|
}
|
|
3769
4380
|
},
|
|
3770
4381
|
{
|
|
@@ -3781,26 +4392,46 @@
|
|
|
3781
4392
|
"maintainers": [
|
|
3782
4393
|
{
|
|
3783
4394
|
"name": "Kevin Marrec",
|
|
3784
|
-
"github": "kevinmarrec"
|
|
3785
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4395
|
+
"github": "kevinmarrec"
|
|
3786
4396
|
},
|
|
3787
4397
|
{
|
|
3788
4398
|
"name": "Pooya Parsa",
|
|
3789
4399
|
"github": "pi0",
|
|
3790
|
-
"twitter": "_pi0_"
|
|
3791
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4400
|
+
"twitter": "_pi0_"
|
|
3792
4401
|
},
|
|
3793
4402
|
{
|
|
3794
4403
|
"name": "Daniel Roe",
|
|
3795
4404
|
"github": "danielroe",
|
|
3796
|
-
"twitter": "danielcroe"
|
|
3797
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4405
|
+
"twitter": "danielcroe"
|
|
3798
4406
|
}
|
|
3799
4407
|
],
|
|
3800
4408
|
"compatibility": {
|
|
3801
|
-
"
|
|
3802
|
-
"
|
|
3803
|
-
|
|
4409
|
+
"nuxt": "^2.0.0",
|
|
4410
|
+
"requires": {}
|
|
4411
|
+
}
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
"name": "umami",
|
|
4415
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4416
|
+
"repo": "ijkml/nuxt-umami",
|
|
4417
|
+
"npm": "nuxt-umami",
|
|
4418
|
+
"icon": "umami.svg",
|
|
4419
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4420
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4421
|
+
"learn_more": "https://umami.is/docs/",
|
|
4422
|
+
"category": "Analytics",
|
|
4423
|
+
"type": "3rd-party",
|
|
4424
|
+
"maintainers": [
|
|
4425
|
+
{
|
|
4426
|
+
"name": "ML",
|
|
4427
|
+
"github": "ijkml"
|
|
4428
|
+
}
|
|
4429
|
+
],
|
|
4430
|
+
"compatibility": {
|
|
4431
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4432
|
+
"requires": {
|
|
4433
|
+
"bridge": "optional"
|
|
4434
|
+
}
|
|
3804
4435
|
}
|
|
3805
4436
|
},
|
|
3806
4437
|
{
|
|
@@ -3818,20 +4449,69 @@
|
|
|
3818
4449
|
{
|
|
3819
4450
|
"name": "Pooya Parsa",
|
|
3820
4451
|
"github": "pi0",
|
|
3821
|
-
"twitter": "_pi0_"
|
|
3822
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4452
|
+
"twitter": "_pi0_"
|
|
3823
4453
|
},
|
|
3824
4454
|
{
|
|
3825
4455
|
"name": "Farzad Soltani",
|
|
3826
4456
|
"github": "farzadso",
|
|
3827
|
-
"twitter": "farzadso"
|
|
3828
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
4457
|
+
"twitter": "farzadso"
|
|
3829
4458
|
}
|
|
3830
4459
|
],
|
|
3831
4460
|
"compatibility": {
|
|
3832
|
-
"
|
|
3833
|
-
"
|
|
3834
|
-
|
|
4461
|
+
"nuxt": "^2.0.0",
|
|
4462
|
+
"requires": {}
|
|
4463
|
+
}
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"name": "unlighthouse",
|
|
4467
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4468
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4469
|
+
"npm": "@unlighthouse/nuxt",
|
|
4470
|
+
"icon": "unlighthouse.svg",
|
|
4471
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4472
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4473
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4474
|
+
"category": "Devtools",
|
|
4475
|
+
"type": "3rd-party",
|
|
4476
|
+
"maintainers": [
|
|
4477
|
+
{
|
|
4478
|
+
"name": "Harlan Wilton",
|
|
4479
|
+
"github": "harlan-zw",
|
|
4480
|
+
"twitter": "harlan_zw",
|
|
4481
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4482
|
+
}
|
|
4483
|
+
],
|
|
4484
|
+
"compatibility": {
|
|
4485
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4486
|
+
"requires": {
|
|
4487
|
+
"bridge": "optional"
|
|
4488
|
+
}
|
|
4489
|
+
}
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"name": "unocss",
|
|
4493
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
4494
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
4495
|
+
"npm": "@unocss/nuxt",
|
|
4496
|
+
"icon": "unocss.svg",
|
|
4497
|
+
"github": "https://github.com/antfu/unocss",
|
|
4498
|
+
"website": "https://github.com/antfu/unocss",
|
|
4499
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
4500
|
+
"category": "UI",
|
|
4501
|
+
"type": "3rd-party",
|
|
4502
|
+
"maintainers": [
|
|
4503
|
+
{
|
|
4504
|
+
"name": "Anthony Fu",
|
|
4505
|
+
"github": "antfu",
|
|
4506
|
+
"twitter": "antfu7",
|
|
4507
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4508
|
+
}
|
|
4509
|
+
],
|
|
4510
|
+
"compatibility": {
|
|
4511
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4512
|
+
"requires": {
|
|
4513
|
+
"bridge": "optional"
|
|
4514
|
+
}
|
|
3835
4515
|
}
|
|
3836
4516
|
},
|
|
3837
4517
|
{
|
|
@@ -3848,14 +4528,12 @@
|
|
|
3848
4528
|
"maintainers": [
|
|
3849
4529
|
{
|
|
3850
4530
|
"name": "fukuiretu",
|
|
3851
|
-
"github": "fukuiretu"
|
|
3852
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4531
|
+
"github": "fukuiretu"
|
|
3853
4532
|
}
|
|
3854
4533
|
],
|
|
3855
4534
|
"compatibility": {
|
|
3856
|
-
"
|
|
3857
|
-
"
|
|
3858
|
-
"3.x": "unknown"
|
|
4535
|
+
"nuxt": "^2.0.0",
|
|
4536
|
+
"requires": {}
|
|
3859
4537
|
}
|
|
3860
4538
|
},
|
|
3861
4539
|
{
|
|
@@ -3872,14 +4550,12 @@
|
|
|
3872
4550
|
"maintainers": [
|
|
3873
4551
|
{
|
|
3874
4552
|
"name": "lewyuburi",
|
|
3875
|
-
"github": "lewyuburi"
|
|
3876
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4553
|
+
"github": "lewyuburi"
|
|
3877
4554
|
}
|
|
3878
4555
|
],
|
|
3879
4556
|
"compatibility": {
|
|
3880
|
-
"
|
|
3881
|
-
"
|
|
3882
|
-
"3.x": "unknown"
|
|
4557
|
+
"nuxt": "^2.0.0",
|
|
4558
|
+
"requires": {}
|
|
3883
4559
|
}
|
|
3884
4560
|
},
|
|
3885
4561
|
{
|
|
@@ -3897,14 +4573,12 @@
|
|
|
3897
4573
|
{
|
|
3898
4574
|
"name": "Pooya Parsa",
|
|
3899
4575
|
"github": "pi0",
|
|
3900
|
-
"twitter": "_pi0_"
|
|
3901
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4576
|
+
"twitter": "_pi0_"
|
|
3902
4577
|
}
|
|
3903
4578
|
],
|
|
3904
4579
|
"compatibility": {
|
|
3905
|
-
"
|
|
3906
|
-
"
|
|
3907
|
-
"3.x": "unknown"
|
|
4580
|
+
"nuxt": "^2.0.0",
|
|
4581
|
+
"requires": {}
|
|
3908
4582
|
}
|
|
3909
4583
|
},
|
|
3910
4584
|
{
|
|
@@ -3921,14 +4595,12 @@
|
|
|
3921
4595
|
"maintainers": [
|
|
3922
4596
|
{
|
|
3923
4597
|
"name": "vaso2",
|
|
3924
|
-
"github": "vaso2"
|
|
3925
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4598
|
+
"github": "vaso2"
|
|
3926
4599
|
}
|
|
3927
4600
|
],
|
|
3928
4601
|
"compatibility": {
|
|
3929
|
-
"
|
|
3930
|
-
"
|
|
3931
|
-
"3.x": "unknown"
|
|
4602
|
+
"nuxt": "^2.0.0",
|
|
4603
|
+
"requires": {}
|
|
3932
4604
|
}
|
|
3933
4605
|
},
|
|
3934
4606
|
{
|
|
@@ -3945,14 +4617,12 @@
|
|
|
3945
4617
|
"maintainers": [
|
|
3946
4618
|
{
|
|
3947
4619
|
"name": "spektrummedia",
|
|
3948
|
-
"github": "spektrummedia"
|
|
3949
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4620
|
+
"github": "spektrummedia"
|
|
3950
4621
|
}
|
|
3951
4622
|
],
|
|
3952
4623
|
"compatibility": {
|
|
3953
|
-
"
|
|
3954
|
-
"
|
|
3955
|
-
"3.x": "unknown"
|
|
4624
|
+
"nuxt": "^2.0.0",
|
|
4625
|
+
"requires": {}
|
|
3956
4626
|
}
|
|
3957
4627
|
},
|
|
3958
4628
|
{
|
|
@@ -3969,14 +4639,12 @@
|
|
|
3969
4639
|
"maintainers": [
|
|
3970
4640
|
{
|
|
3971
4641
|
"name": "madmod",
|
|
3972
|
-
"github": "madmod"
|
|
3973
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4642
|
+
"github": "madmod"
|
|
3974
4643
|
}
|
|
3975
4644
|
],
|
|
3976
4645
|
"compatibility": {
|
|
3977
|
-
"
|
|
3978
|
-
"
|
|
3979
|
-
"3.x": "unknown"
|
|
4646
|
+
"nuxt": "^2.0.0",
|
|
4647
|
+
"requires": {}
|
|
3980
4648
|
}
|
|
3981
4649
|
},
|
|
3982
4650
|
{
|
|
@@ -3994,14 +4662,34 @@
|
|
|
3994
4662
|
{
|
|
3995
4663
|
"name": "Julio Marquez",
|
|
3996
4664
|
"github": "juliomrqz",
|
|
3997
|
-
"twitter": "juliomrqz"
|
|
3998
|
-
|
|
4665
|
+
"twitter": "juliomrqz"
|
|
4666
|
+
}
|
|
4667
|
+
],
|
|
4668
|
+
"compatibility": {
|
|
4669
|
+
"nuxt": "^2.0.0",
|
|
4670
|
+
"requires": {}
|
|
4671
|
+
}
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"name": "vuestic",
|
|
4675
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4676
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4677
|
+
"npm": "@vuestic/nuxt",
|
|
4678
|
+
"icon": "",
|
|
4679
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4680
|
+
"website": "https://vuestic.dev",
|
|
4681
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4682
|
+
"category": "UI",
|
|
4683
|
+
"type": "3rd-party",
|
|
4684
|
+
"maintainers": [
|
|
4685
|
+
{
|
|
4686
|
+
"name": "epicmaxco",
|
|
4687
|
+
"github": "epicmaxco"
|
|
3999
4688
|
}
|
|
4000
4689
|
],
|
|
4001
4690
|
"compatibility": {
|
|
4002
|
-
"
|
|
4003
|
-
"
|
|
4004
|
-
"3.x": "unknown"
|
|
4691
|
+
"nuxt": "^3.0.0",
|
|
4692
|
+
"requires": {}
|
|
4005
4693
|
}
|
|
4006
4694
|
},
|
|
4007
4695
|
{
|
|
@@ -4018,27 +4706,24 @@
|
|
|
4018
4706
|
"maintainers": [
|
|
4019
4707
|
{
|
|
4020
4708
|
"name": "Kevin Marrec",
|
|
4021
|
-
"github": "kevinmarrec"
|
|
4022
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4709
|
+
"github": "kevinmarrec"
|
|
4023
4710
|
},
|
|
4024
4711
|
{
|
|
4025
4712
|
"name": "Pooya Parsa",
|
|
4026
4713
|
"github": "pi0",
|
|
4027
|
-
"twitter": "_pi0_"
|
|
4028
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4714
|
+
"twitter": "_pi0_"
|
|
4029
4715
|
}
|
|
4030
4716
|
],
|
|
4031
4717
|
"compatibility": {
|
|
4032
|
-
"
|
|
4033
|
-
"
|
|
4034
|
-
"3.x": "broken"
|
|
4718
|
+
"nuxt": "^2.0.0",
|
|
4719
|
+
"requires": {}
|
|
4035
4720
|
}
|
|
4036
4721
|
},
|
|
4037
4722
|
{
|
|
4038
4723
|
"name": "vueuse",
|
|
4039
4724
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4040
|
-
"repo": "vueuse/vueuse",
|
|
4041
|
-
"npm": "@vueuse/
|
|
4725
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4726
|
+
"npm": "@vueuse/nuxt",
|
|
4042
4727
|
"icon": "vueuse.svg",
|
|
4043
4728
|
"github": "https://github.com/vueuse/vueuse",
|
|
4044
4729
|
"website": "https://vueuse.org",
|
|
@@ -4049,14 +4734,14 @@
|
|
|
4049
4734
|
{
|
|
4050
4735
|
"name": "Anthony Fu",
|
|
4051
4736
|
"github": "antfu",
|
|
4052
|
-
"twitter": "antfu7"
|
|
4053
|
-
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
4737
|
+
"twitter": "antfu7"
|
|
4054
4738
|
}
|
|
4055
4739
|
],
|
|
4056
4740
|
"compatibility": {
|
|
4057
|
-
"
|
|
4058
|
-
"
|
|
4059
|
-
|
|
4741
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4742
|
+
"requires": {
|
|
4743
|
+
"bridge": "optional"
|
|
4744
|
+
}
|
|
4060
4745
|
}
|
|
4061
4746
|
},
|
|
4062
4747
|
{
|
|
@@ -4073,14 +4758,12 @@
|
|
|
4073
4758
|
"maintainers": [
|
|
4074
4759
|
{
|
|
4075
4760
|
"name": "paulgv",
|
|
4076
|
-
"github": "paulgv"
|
|
4077
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4761
|
+
"github": "paulgv"
|
|
4078
4762
|
}
|
|
4079
4763
|
],
|
|
4080
4764
|
"compatibility": {
|
|
4081
|
-
"
|
|
4082
|
-
"
|
|
4083
|
-
"3.x": "unknown"
|
|
4765
|
+
"nuxt": "^2.0.0",
|
|
4766
|
+
"requires": {}
|
|
4084
4767
|
}
|
|
4085
4768
|
},
|
|
4086
4769
|
{
|
|
@@ -4097,51 +4780,47 @@
|
|
|
4097
4780
|
"maintainers": [
|
|
4098
4781
|
{
|
|
4099
4782
|
"name": "daliborgogic",
|
|
4100
|
-
"github": "daliborgogic"
|
|
4101
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4783
|
+
"github": "daliborgogic"
|
|
4102
4784
|
},
|
|
4103
4785
|
{
|
|
4104
4786
|
"name": "Pooya Parsa",
|
|
4105
4787
|
"github": "pi0",
|
|
4106
|
-
"twitter": "_pi0_"
|
|
4107
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4788
|
+
"twitter": "_pi0_"
|
|
4108
4789
|
},
|
|
4109
4790
|
{
|
|
4110
4791
|
"name": "Sebastien Chopin",
|
|
4111
4792
|
"github": "Atinux",
|
|
4112
|
-
"twitter": "Atinux"
|
|
4113
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
4793
|
+
"twitter": "Atinux"
|
|
4114
4794
|
}
|
|
4115
4795
|
],
|
|
4116
4796
|
"compatibility": {
|
|
4117
|
-
"
|
|
4118
|
-
"
|
|
4119
|
-
|
|
4797
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4798
|
+
"requires": {
|
|
4799
|
+
"bridge": "optional"
|
|
4800
|
+
}
|
|
4120
4801
|
}
|
|
4121
4802
|
},
|
|
4122
4803
|
{
|
|
4123
4804
|
"name": "web3js",
|
|
4124
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4125
|
-
"repo": "
|
|
4805
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4806
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4126
4807
|
"npm": "nuxt-web3",
|
|
4127
4808
|
"icon": "web3js.svg",
|
|
4128
|
-
"github": "https://github.com/
|
|
4129
|
-
"website": "https://github.com/
|
|
4809
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4810
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4130
4811
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4131
4812
|
"category": "Libraries",
|
|
4132
4813
|
"type": "3rd-party",
|
|
4133
4814
|
"maintainers": [
|
|
4134
4815
|
{
|
|
4135
4816
|
"name": "Muhammad Fauzan",
|
|
4136
|
-
"github": "
|
|
4137
|
-
"twitter": "
|
|
4138
|
-
"avatar": "https://avatars.githubusercontent.com/u/50759463?v=4"
|
|
4817
|
+
"github": "bl0cknumber",
|
|
4818
|
+
"twitter": "fncolon"
|
|
4139
4819
|
}
|
|
4140
4820
|
],
|
|
4141
4821
|
"compatibility": {
|
|
4142
|
-
"
|
|
4143
|
-
"
|
|
4144
|
-
"3.x": "unknown"
|
|
4822
|
+
"nuxt": "^2.0.0",
|
|
4823
|
+
"requires": {}
|
|
4145
4824
|
}
|
|
4146
4825
|
},
|
|
4147
4826
|
{
|
|
@@ -4158,14 +4837,36 @@
|
|
|
4158
4837
|
"maintainers": [
|
|
4159
4838
|
{
|
|
4160
4839
|
"name": "Developmint",
|
|
4161
|
-
"github": "Developmint"
|
|
4162
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
4840
|
+
"github": "Developmint"
|
|
4163
4841
|
}
|
|
4164
4842
|
],
|
|
4165
4843
|
"compatibility": {
|
|
4166
|
-
"
|
|
4167
|
-
"
|
|
4168
|
-
|
|
4844
|
+
"nuxt": "^2.0.0",
|
|
4845
|
+
"requires": {}
|
|
4846
|
+
}
|
|
4847
|
+
},
|
|
4848
|
+
{
|
|
4849
|
+
"name": "webpack-optimisations",
|
|
4850
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4851
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4852
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4853
|
+
"icon": "build-optimisations.svg",
|
|
4854
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4855
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4856
|
+
"learn_more": "",
|
|
4857
|
+
"category": "Devtools",
|
|
4858
|
+
"type": "3rd-party",
|
|
4859
|
+
"maintainers": [
|
|
4860
|
+
{
|
|
4861
|
+
"name": "Harlan Wilton",
|
|
4862
|
+
"github": "harlan-zw"
|
|
4863
|
+
}
|
|
4864
|
+
],
|
|
4865
|
+
"compatibility": {
|
|
4866
|
+
"nuxt": "^2.0.0",
|
|
4867
|
+
"requires": {
|
|
4868
|
+
"bridge": "optional"
|
|
4869
|
+
}
|
|
4169
4870
|
}
|
|
4170
4871
|
},
|
|
4171
4872
|
{
|
|
@@ -4183,14 +4884,12 @@
|
|
|
4183
4884
|
{
|
|
4184
4885
|
"name": "Pooya Parsa",
|
|
4185
4886
|
"github": "pi0",
|
|
4186
|
-
"twitter": "_pi0_"
|
|
4187
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4887
|
+
"twitter": "_pi0_"
|
|
4188
4888
|
}
|
|
4189
4889
|
],
|
|
4190
4890
|
"compatibility": {
|
|
4191
|
-
"
|
|
4192
|
-
"
|
|
4193
|
-
"3.x": "unknown"
|
|
4891
|
+
"nuxt": "^2.0.0",
|
|
4892
|
+
"requires": {}
|
|
4194
4893
|
}
|
|
4195
4894
|
},
|
|
4196
4895
|
{
|
|
@@ -4207,14 +4906,12 @@
|
|
|
4207
4906
|
"maintainers": [
|
|
4208
4907
|
{
|
|
4209
4908
|
"name": "paulgv",
|
|
4210
|
-
"github": "paulgv"
|
|
4211
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4909
|
+
"github": "paulgv"
|
|
4212
4910
|
}
|
|
4213
4911
|
],
|
|
4214
4912
|
"compatibility": {
|
|
4215
|
-
"
|
|
4216
|
-
"
|
|
4217
|
-
"3.x": "unknown"
|
|
4913
|
+
"nuxt": "^2.0.0",
|
|
4914
|
+
"requires": {}
|
|
4218
4915
|
}
|
|
4219
4916
|
},
|
|
4220
4917
|
{
|
|
@@ -4232,19 +4929,17 @@
|
|
|
4232
4929
|
{
|
|
4233
4930
|
"name": "Pooya Parsa",
|
|
4234
4931
|
"github": "pi0",
|
|
4235
|
-
"twitter": "_pi0_"
|
|
4236
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4932
|
+
"twitter": "_pi0_"
|
|
4237
4933
|
}
|
|
4238
4934
|
],
|
|
4239
4935
|
"compatibility": {
|
|
4240
|
-
"
|
|
4241
|
-
"
|
|
4242
|
-
"3.x": "unknown"
|
|
4936
|
+
"nuxt": "^2.0.0",
|
|
4937
|
+
"requires": {}
|
|
4243
4938
|
}
|
|
4244
4939
|
},
|
|
4245
4940
|
{
|
|
4246
4941
|
"name": "windicss",
|
|
4247
|
-
"description": "Next generation
|
|
4942
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4248
4943
|
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4249
4944
|
"npm": "nuxt-windicss",
|
|
4250
4945
|
"icon": "windicss.svg",
|
|
@@ -4256,15 +4951,20 @@
|
|
|
4256
4951
|
"maintainers": [
|
|
4257
4952
|
{
|
|
4258
4953
|
"name": "Harlan Wilton",
|
|
4259
|
-
"github": "
|
|
4260
|
-
"twitter": "harlan_zw"
|
|
4261
|
-
|
|
4954
|
+
"github": "harlan-zw",
|
|
4955
|
+
"twitter": "harlan_zw"
|
|
4956
|
+
},
|
|
4957
|
+
{
|
|
4958
|
+
"name": "Anthony Fu",
|
|
4959
|
+
"github": "antfu",
|
|
4960
|
+
"twitter": "antfu7"
|
|
4262
4961
|
}
|
|
4263
4962
|
],
|
|
4264
4963
|
"compatibility": {
|
|
4265
|
-
"
|
|
4266
|
-
"
|
|
4267
|
-
|
|
4964
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4965
|
+
"requires": {
|
|
4966
|
+
"bridge": "optional"
|
|
4967
|
+
}
|
|
4268
4968
|
}
|
|
4269
4969
|
},
|
|
4270
4970
|
{
|
|
@@ -4281,14 +4981,12 @@
|
|
|
4281
4981
|
"maintainers": [
|
|
4282
4982
|
{
|
|
4283
4983
|
"name": "aaronransley",
|
|
4284
|
-
"github": "aaronransley"
|
|
4285
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4984
|
+
"github": "aaronransley"
|
|
4286
4985
|
}
|
|
4287
4986
|
],
|
|
4288
4987
|
"compatibility": {
|
|
4289
|
-
"
|
|
4290
|
-
"
|
|
4291
|
-
"3.x": "unknown"
|
|
4988
|
+
"nuxt": "^2.0.0",
|
|
4989
|
+
"requires": {}
|
|
4292
4990
|
}
|
|
4293
4991
|
},
|
|
4294
4992
|
{
|
|
@@ -4305,14 +5003,12 @@
|
|
|
4305
5003
|
"maintainers": [
|
|
4306
5004
|
{
|
|
4307
5005
|
"name": "yashha",
|
|
4308
|
-
"github": "yashha"
|
|
4309
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
5006
|
+
"github": "yashha"
|
|
4310
5007
|
}
|
|
4311
5008
|
],
|
|
4312
5009
|
"compatibility": {
|
|
4313
|
-
"
|
|
4314
|
-
"
|
|
4315
|
-
"3.x": "unknown"
|
|
5010
|
+
"nuxt": "^2.0.0",
|
|
5011
|
+
"requires": {}
|
|
4316
5012
|
}
|
|
4317
5013
|
},
|
|
4318
5014
|
{
|
|
@@ -4329,14 +5025,37 @@
|
|
|
4329
5025
|
"maintainers": [
|
|
4330
5026
|
{
|
|
4331
5027
|
"name": "gaetansenn",
|
|
4332
|
-
"github": "gaetansenn"
|
|
4333
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
5028
|
+
"github": "gaetansenn"
|
|
4334
5029
|
}
|
|
4335
5030
|
],
|
|
4336
5031
|
"compatibility": {
|
|
4337
|
-
"
|
|
4338
|
-
"
|
|
4339
|
-
|
|
5032
|
+
"nuxt": "^2.0.0",
|
|
5033
|
+
"requires": {}
|
|
5034
|
+
}
|
|
5035
|
+
},
|
|
5036
|
+
{
|
|
5037
|
+
"name": "xstate",
|
|
5038
|
+
"description": "XState integration for Nuxt",
|
|
5039
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
5040
|
+
"npm": "nuxt-xstate",
|
|
5041
|
+
"icon": "xstate.svg",
|
|
5042
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
5043
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5044
|
+
"learn_more": "https://xstate.js.org/",
|
|
5045
|
+
"category": "Extensions",
|
|
5046
|
+
"type": "3rd-party",
|
|
5047
|
+
"maintainers": [
|
|
5048
|
+
{
|
|
5049
|
+
"name": "Lexpeartha",
|
|
5050
|
+
"github": "Lexpeartha",
|
|
5051
|
+
"twitter": "lexpeartha"
|
|
5052
|
+
}
|
|
5053
|
+
],
|
|
5054
|
+
"compatibility": {
|
|
5055
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5056
|
+
"requires": {
|
|
5057
|
+
"bridge": true
|
|
5058
|
+
}
|
|
4340
5059
|
}
|
|
4341
5060
|
},
|
|
4342
5061
|
{
|
|
@@ -4353,14 +5072,12 @@
|
|
|
4353
5072
|
"maintainers": [
|
|
4354
5073
|
{
|
|
4355
5074
|
"name": "MetaCorp",
|
|
4356
|
-
"github": "MetaCorp"
|
|
4357
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
5075
|
+
"github": "MetaCorp"
|
|
4358
5076
|
}
|
|
4359
5077
|
],
|
|
4360
5078
|
"compatibility": {
|
|
4361
|
-
"
|
|
4362
|
-
"
|
|
4363
|
-
"3.x": "unknown"
|
|
5079
|
+
"nuxt": "^2.0.0",
|
|
5080
|
+
"requires": {}
|
|
4364
5081
|
}
|
|
4365
5082
|
},
|
|
4366
5083
|
{
|
|
@@ -4378,14 +5095,12 @@
|
|
|
4378
5095
|
{
|
|
4379
5096
|
"name": "Pooya Parsa",
|
|
4380
5097
|
"github": "pi0",
|
|
4381
|
-
"twitter": "_pi0_"
|
|
4382
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
5098
|
+
"twitter": "_pi0_"
|
|
4383
5099
|
}
|
|
4384
5100
|
],
|
|
4385
5101
|
"compatibility": {
|
|
4386
|
-
"
|
|
4387
|
-
"
|
|
4388
|
-
"3.x": "unknown"
|
|
5102
|
+
"nuxt": "^2.0.0",
|
|
5103
|
+
"requires": {}
|
|
4389
5104
|
}
|
|
4390
5105
|
},
|
|
4391
5106
|
{
|
|
@@ -4402,14 +5117,12 @@
|
|
|
4402
5117
|
"maintainers": [
|
|
4403
5118
|
{
|
|
4404
5119
|
"name": "DansMaCulotte",
|
|
4405
|
-
"github": "DansMaCulotte"
|
|
4406
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
5120
|
+
"github": "DansMaCulotte"
|
|
4407
5121
|
}
|
|
4408
5122
|
],
|
|
4409
5123
|
"compatibility": {
|
|
4410
|
-
"
|
|
4411
|
-
"
|
|
4412
|
-
"3.x": "unknown"
|
|
5124
|
+
"nuxt": "^2.0.0",
|
|
5125
|
+
"requires": {}
|
|
4413
5126
|
}
|
|
4414
5127
|
}
|
|
4415
5128
|
]
|