@nuxt/modules 0.5.0-71d3c6 → 0.5.0-72b478
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} +1757 -994
- package/package.json +2 -24
- 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,43 +138,84 @@
|
|
|
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"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^3.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "apis-to-file",
|
|
175
|
+
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
176
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
177
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
178
|
+
"icon": "",
|
|
179
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
180
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Performance",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "Luca Iaconelli",
|
|
187
|
+
"github": "LuXDAmore",
|
|
188
|
+
"twitter": "luxdamore",
|
|
189
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
97
190
|
}
|
|
98
191
|
],
|
|
99
192
|
"compatibility": {
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"3.x": "unknown"
|
|
193
|
+
"nuxt": "^2.0.0",
|
|
194
|
+
"requires": {}
|
|
103
195
|
}
|
|
104
196
|
},
|
|
105
197
|
{
|
|
106
198
|
"name": "apollo",
|
|
107
199
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
108
|
-
"repo": "nuxt-
|
|
200
|
+
"repo": "nuxt-modules/apollo",
|
|
109
201
|
"npm": "@nuxtjs/apollo",
|
|
110
202
|
"icon": "apollo.png",
|
|
111
|
-
"github": "https://github.com/nuxt-
|
|
112
|
-
"website": "https://
|
|
203
|
+
"github": "https://github.com/nuxt-modules/apollo",
|
|
204
|
+
"website": "https://apollo.nuxtjs.org",
|
|
113
205
|
"learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
|
|
114
206
|
"category": "Request",
|
|
115
207
|
"type": "community",
|
|
116
208
|
"maintainers": [
|
|
117
209
|
{
|
|
118
|
-
"name": "
|
|
119
|
-
"github": "
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
{
|
|
123
|
-
"name": "Dominic Garms",
|
|
124
|
-
"github": "dohomi",
|
|
125
|
-
"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"
|
|
126
214
|
}
|
|
127
215
|
],
|
|
128
216
|
"compatibility": {
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"3.x": "broken"
|
|
217
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
218
|
+
"requires": {}
|
|
132
219
|
}
|
|
133
220
|
},
|
|
134
221
|
{
|
|
@@ -145,14 +232,12 @@
|
|
|
145
232
|
"maintainers": [
|
|
146
233
|
{
|
|
147
234
|
"name": "Dmitry Molotkov",
|
|
148
|
-
"github": "aldarund"
|
|
149
|
-
"avatar": "https://avatars2.githubusercontent.com/u/571159?v=4"
|
|
235
|
+
"github": "aldarund"
|
|
150
236
|
}
|
|
151
237
|
],
|
|
152
238
|
"compatibility": {
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"3.x": "unknown"
|
|
239
|
+
"nuxt": "^2.0.0",
|
|
240
|
+
"requires": {}
|
|
156
241
|
}
|
|
157
242
|
},
|
|
158
243
|
{
|
|
@@ -169,14 +254,12 @@
|
|
|
169
254
|
"maintainers": [
|
|
170
255
|
{
|
|
171
256
|
"name": "Hrdtr",
|
|
172
|
-
"github": "Hrdtr"
|
|
173
|
-
"avatar": "https://avatars0.githubusercontent.com/u/35950229?v=4"
|
|
257
|
+
"github": "Hrdtr"
|
|
174
258
|
}
|
|
175
259
|
],
|
|
176
260
|
"compatibility": {
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"3.x": "unknown"
|
|
261
|
+
"nuxt": "^2.0.0",
|
|
262
|
+
"requires": {}
|
|
180
263
|
}
|
|
181
264
|
},
|
|
182
265
|
{
|
|
@@ -194,19 +277,16 @@
|
|
|
194
277
|
{
|
|
195
278
|
"name": "Pooya Parsa",
|
|
196
279
|
"github": "pi0",
|
|
197
|
-
"twitter": "_pi0_"
|
|
198
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
280
|
+
"twitter": "_pi0_"
|
|
199
281
|
},
|
|
200
282
|
{
|
|
201
283
|
"name": "João Pedro Antunes Silva",
|
|
202
|
-
"github": "JoaoPedroAS51"
|
|
203
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
284
|
+
"github": "JoaoPedroAS51"
|
|
204
285
|
}
|
|
205
286
|
],
|
|
206
287
|
"compatibility": {
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"3.x": "wip"
|
|
288
|
+
"nuxt": "^2.0.0",
|
|
289
|
+
"requires": {}
|
|
210
290
|
}
|
|
211
291
|
},
|
|
212
292
|
{
|
|
@@ -224,14 +304,12 @@
|
|
|
224
304
|
{
|
|
225
305
|
"name": "Pooya Parsa",
|
|
226
306
|
"github": "pi0",
|
|
227
|
-
"twitter": "_pi0_"
|
|
228
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
307
|
+
"twitter": "_pi0_"
|
|
229
308
|
}
|
|
230
309
|
],
|
|
231
310
|
"compatibility": {
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"3.x": "unknown"
|
|
311
|
+
"nuxt": "^2.0.0",
|
|
312
|
+
"requires": {}
|
|
235
313
|
}
|
|
236
314
|
},
|
|
237
315
|
{
|
|
@@ -248,14 +326,12 @@
|
|
|
248
326
|
"maintainers": [
|
|
249
327
|
{
|
|
250
328
|
"name": "potato4d",
|
|
251
|
-
"github": "potato4d"
|
|
252
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
329
|
+
"github": "potato4d"
|
|
253
330
|
}
|
|
254
331
|
],
|
|
255
332
|
"compatibility": {
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"3.x": "unknown"
|
|
333
|
+
"nuxt": "^2.0.0",
|
|
334
|
+
"requires": {}
|
|
259
335
|
}
|
|
260
336
|
},
|
|
261
337
|
{
|
|
@@ -272,26 +348,22 @@
|
|
|
272
348
|
"maintainers": [
|
|
273
349
|
{
|
|
274
350
|
"name": "Troy Morehouse",
|
|
275
|
-
"github": "tmorehouse"
|
|
276
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
351
|
+
"github": "tmorehouse"
|
|
277
352
|
},
|
|
278
353
|
{
|
|
279
354
|
"name": "Pooya Parsa",
|
|
280
355
|
"github": "pi0",
|
|
281
|
-
"twitter": "_pi0_"
|
|
282
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
356
|
+
"twitter": "_pi0_"
|
|
283
357
|
},
|
|
284
358
|
{
|
|
285
359
|
"name": "Jacob Müller",
|
|
286
360
|
"github": "jackmu95",
|
|
287
|
-
"twitter": "jackmu95"
|
|
288
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
361
|
+
"twitter": "jackmu95"
|
|
289
362
|
}
|
|
290
363
|
],
|
|
291
364
|
"compatibility": {
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"3.x": "unknown"
|
|
365
|
+
"nuxt": "^2.0.0",
|
|
366
|
+
"requires": {}
|
|
295
367
|
}
|
|
296
368
|
},
|
|
297
369
|
{
|
|
@@ -309,14 +381,12 @@
|
|
|
309
381
|
{
|
|
310
382
|
"name": "Pooya Parsa",
|
|
311
383
|
"github": "pi0",
|
|
312
|
-
"twitter": "_pi0_"
|
|
313
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
384
|
+
"twitter": "_pi0_"
|
|
314
385
|
}
|
|
315
386
|
],
|
|
316
387
|
"compatibility": {
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"3.x": "unknown"
|
|
388
|
+
"nuxt": "^2.0.0",
|
|
389
|
+
"requires": {}
|
|
320
390
|
}
|
|
321
391
|
},
|
|
322
392
|
{
|
|
@@ -333,19 +403,17 @@
|
|
|
333
403
|
"maintainers": [
|
|
334
404
|
{
|
|
335
405
|
"name": "Walter Tommasi",
|
|
336
|
-
"github": "jtommy"
|
|
337
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
406
|
+
"github": "jtommy"
|
|
338
407
|
}
|
|
339
408
|
],
|
|
340
409
|
"compatibility": {
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
"3.x": "unknown"
|
|
410
|
+
"nuxt": "^2.0.0",
|
|
411
|
+
"requires": {}
|
|
344
412
|
}
|
|
345
413
|
},
|
|
346
414
|
{
|
|
347
415
|
"name": "bugsnag",
|
|
348
|
-
"description": "Bugsnag
|
|
416
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
349
417
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
350
418
|
"npm": "nuxt-bugsnag",
|
|
351
419
|
"icon": "bugsnag.png",
|
|
@@ -358,37 +426,14 @@
|
|
|
358
426
|
{
|
|
359
427
|
"name": "JulianMar",
|
|
360
428
|
"github": "JulianMar",
|
|
361
|
-
"
|
|
429
|
+
"twitter": "julian_martin96"
|
|
362
430
|
}
|
|
363
431
|
],
|
|
364
432
|
"compatibility": {
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"name": "build-optimisations",
|
|
372
|
-
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
373
|
-
"repo": "loonpwn/nuxt-build-optimisations",
|
|
374
|
-
"npm": "nuxt-webpack-optimisations-monorepo",
|
|
375
|
-
"icon": "build-optimisations.svg",
|
|
376
|
-
"github": "https://github.com/loonpwn/nuxt-build-optimisations",
|
|
377
|
-
"website": "https://github.com/loonpwn/nuxt-build-optimisations",
|
|
378
|
-
"learn_more": "",
|
|
379
|
-
"category": "Devtools",
|
|
380
|
-
"type": "3rd-party",
|
|
381
|
-
"maintainers": [
|
|
382
|
-
{
|
|
383
|
-
"name": "loonpwn",
|
|
384
|
-
"github": "loonpwn",
|
|
385
|
-
"avatar": "https://avatars.githubusercontent.com/u/5326365?v=4"
|
|
433
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
434
|
+
"requires": {
|
|
435
|
+
"bridge": true
|
|
386
436
|
}
|
|
387
|
-
],
|
|
388
|
-
"compatibility": {
|
|
389
|
-
"2.x": "working",
|
|
390
|
-
"2.x-bridge": "unknown",
|
|
391
|
-
"3.x": "unknown"
|
|
392
437
|
}
|
|
393
438
|
},
|
|
394
439
|
{
|
|
@@ -405,14 +450,12 @@
|
|
|
405
450
|
"maintainers": [
|
|
406
451
|
{
|
|
407
452
|
"name": "mustardamus",
|
|
408
|
-
"github": "mustardamus"
|
|
409
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
453
|
+
"github": "mustardamus"
|
|
410
454
|
}
|
|
411
455
|
],
|
|
412
456
|
"compatibility": {
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"3.x": "unknown"
|
|
457
|
+
"nuxt": "^2.0.0",
|
|
458
|
+
"requires": {}
|
|
416
459
|
}
|
|
417
460
|
},
|
|
418
461
|
{
|
|
@@ -429,19 +472,17 @@
|
|
|
429
472
|
"maintainers": [
|
|
430
473
|
{
|
|
431
474
|
"name": "Developmint",
|
|
432
|
-
"github": "Developmint"
|
|
433
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
475
|
+
"github": "Developmint"
|
|
434
476
|
}
|
|
435
477
|
],
|
|
436
478
|
"compatibility": {
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
-
"3.x": "unknown"
|
|
479
|
+
"nuxt": "^2.0.0",
|
|
480
|
+
"requires": {}
|
|
440
481
|
}
|
|
441
482
|
},
|
|
442
483
|
{
|
|
443
484
|
"name": "canvas-sketch",
|
|
444
|
-
"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",
|
|
445
486
|
"repo": "LuXDAmore/generative-art",
|
|
446
487
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
447
488
|
"icon": "",
|
|
@@ -454,14 +495,12 @@
|
|
|
454
495
|
{
|
|
455
496
|
"name": "Luca Iaconelli",
|
|
456
497
|
"github": "LuXDAmore",
|
|
457
|
-
"twitter": "luxdamore"
|
|
458
|
-
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
498
|
+
"twitter": "luxdamore"
|
|
459
499
|
}
|
|
460
500
|
],
|
|
461
501
|
"compatibility": {
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"3.x": "unknown"
|
|
502
|
+
"nuxt": "^2.0.0",
|
|
503
|
+
"requires": {}
|
|
465
504
|
}
|
|
466
505
|
},
|
|
467
506
|
{
|
|
@@ -478,14 +517,12 @@
|
|
|
478
517
|
"maintainers": [
|
|
479
518
|
{
|
|
480
519
|
"name": "Jonathan Bakebwa",
|
|
481
|
-
"github": "codebender828"
|
|
482
|
-
"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"
|
|
483
521
|
}
|
|
484
522
|
],
|
|
485
523
|
"compatibility": {
|
|
486
|
-
"
|
|
487
|
-
"
|
|
488
|
-
"3.x": "unknown"
|
|
524
|
+
"nuxt": "^2.0.0",
|
|
525
|
+
"requires": {}
|
|
489
526
|
}
|
|
490
527
|
},
|
|
491
528
|
{
|
|
@@ -502,14 +539,12 @@
|
|
|
502
539
|
"maintainers": [
|
|
503
540
|
{
|
|
504
541
|
"name": "Romain Clement",
|
|
505
|
-
"github": "rclement"
|
|
506
|
-
"avatar": "https://avatars.githubusercontent.com/u/1238873?v=4"
|
|
542
|
+
"github": "rclement"
|
|
507
543
|
}
|
|
508
544
|
],
|
|
509
545
|
"compatibility": {
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"3.x": "unknown"
|
|
546
|
+
"nuxt": "^2.0.0",
|
|
547
|
+
"requires": {}
|
|
513
548
|
}
|
|
514
549
|
},
|
|
515
550
|
{
|
|
@@ -526,14 +561,12 @@
|
|
|
526
561
|
"maintainers": [
|
|
527
562
|
{
|
|
528
563
|
"name": "potato4d",
|
|
529
|
-
"github": "potato4d"
|
|
530
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
564
|
+
"github": "potato4d"
|
|
531
565
|
}
|
|
532
566
|
],
|
|
533
567
|
"compatibility": {
|
|
534
|
-
"
|
|
535
|
-
"
|
|
536
|
-
"3.x": "unknown"
|
|
568
|
+
"nuxt": "^2.0.0",
|
|
569
|
+
"requires": {}
|
|
537
570
|
}
|
|
538
571
|
},
|
|
539
572
|
{
|
|
@@ -550,14 +583,12 @@
|
|
|
550
583
|
"maintainers": [
|
|
551
584
|
{
|
|
552
585
|
"name": "gitana",
|
|
553
|
-
"github": "gitana"
|
|
554
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
586
|
+
"github": "gitana"
|
|
555
587
|
}
|
|
556
588
|
],
|
|
557
589
|
"compatibility": {
|
|
558
|
-
"
|
|
559
|
-
"
|
|
560
|
-
"3.x": "unknown"
|
|
590
|
+
"nuxt": "^2.0.0",
|
|
591
|
+
"requires": {}
|
|
561
592
|
}
|
|
562
593
|
},
|
|
563
594
|
{
|
|
@@ -575,14 +606,12 @@
|
|
|
575
606
|
{
|
|
576
607
|
"name": "Maya Shavin",
|
|
577
608
|
"github": "mayashavin",
|
|
578
|
-
"twitter": "MayaShavin"
|
|
579
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
609
|
+
"twitter": "MayaShavin"
|
|
580
610
|
}
|
|
581
611
|
],
|
|
582
612
|
"compatibility": {
|
|
583
|
-
"
|
|
584
|
-
"
|
|
585
|
-
"3.x": "broken"
|
|
613
|
+
"nuxt": "^2.0.0",
|
|
614
|
+
"requires": {}
|
|
586
615
|
}
|
|
587
616
|
},
|
|
588
617
|
{
|
|
@@ -600,14 +629,14 @@
|
|
|
600
629
|
{
|
|
601
630
|
"name": "Sébastien Chopin",
|
|
602
631
|
"github": "Atinux",
|
|
603
|
-
"twitter": "Atinux"
|
|
604
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
632
|
+
"twitter": "Atinux"
|
|
605
633
|
}
|
|
606
634
|
],
|
|
607
635
|
"compatibility": {
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
|
|
636
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
637
|
+
"requires": {
|
|
638
|
+
"bridge": "optional"
|
|
639
|
+
}
|
|
611
640
|
}
|
|
612
641
|
},
|
|
613
642
|
{
|
|
@@ -625,14 +654,12 @@
|
|
|
625
654
|
{
|
|
626
655
|
"name": "Pooya Parsa",
|
|
627
656
|
"github": "pi0",
|
|
628
|
-
"twitter": "_pi0_"
|
|
629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
657
|
+
"twitter": "_pi0_"
|
|
630
658
|
}
|
|
631
659
|
],
|
|
632
660
|
"compatibility": {
|
|
633
|
-
"
|
|
634
|
-
"
|
|
635
|
-
"3.x": "unknown"
|
|
661
|
+
"nuxt": "^2.0.0",
|
|
662
|
+
"requires": {}
|
|
636
663
|
}
|
|
637
664
|
},
|
|
638
665
|
{
|
|
@@ -650,22 +677,20 @@
|
|
|
650
677
|
{
|
|
651
678
|
"name": "Daniel Roe",
|
|
652
679
|
"github": "danielroe",
|
|
653
|
-
"twitter": "danielcroe"
|
|
654
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
680
|
+
"twitter": "danielcroe"
|
|
655
681
|
}
|
|
656
682
|
],
|
|
657
683
|
"compatibility": {
|
|
658
|
-
"
|
|
659
|
-
"
|
|
660
|
-
"3.x": "unknown"
|
|
684
|
+
"nuxt": "^2.0.0",
|
|
685
|
+
"requires": {}
|
|
661
686
|
}
|
|
662
687
|
},
|
|
663
688
|
{
|
|
664
689
|
"name": "content",
|
|
665
|
-
"description": "
|
|
666
|
-
"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",
|
|
667
692
|
"npm": "@nuxt/content",
|
|
668
|
-
"icon": "
|
|
693
|
+
"icon": "nuxt.png",
|
|
669
694
|
"github": "https://github.com/nuxt/content",
|
|
670
695
|
"website": "https://content.nuxtjs.org",
|
|
671
696
|
"learn_more": "",
|
|
@@ -673,22 +698,24 @@
|
|
|
673
698
|
"type": "official",
|
|
674
699
|
"maintainers": [
|
|
675
700
|
{
|
|
676
|
-
"name": "
|
|
677
|
-
"github": "
|
|
678
|
-
"twitter": "
|
|
679
|
-
|
|
701
|
+
"name": "Yaël Guilloux",
|
|
702
|
+
"github": "Tahul",
|
|
703
|
+
"twitter": "yaeeelglx"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "Ahad Birang",
|
|
707
|
+
"github": "farnabaz",
|
|
708
|
+
"twitter": "a_birang"
|
|
680
709
|
},
|
|
681
710
|
{
|
|
682
711
|
"name": "Sebastien Chopin",
|
|
683
712
|
"github": "Atinux",
|
|
684
|
-
"twitter": "Atinux"
|
|
685
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
713
|
+
"twitter": "Atinux"
|
|
686
714
|
}
|
|
687
715
|
],
|
|
688
716
|
"compatibility": {
|
|
689
|
-
"
|
|
690
|
-
"
|
|
691
|
-
"3.x": "broken"
|
|
717
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
718
|
+
"requires": {}
|
|
692
719
|
}
|
|
693
720
|
},
|
|
694
721
|
{
|
|
@@ -705,14 +732,12 @@
|
|
|
705
732
|
"maintainers": [
|
|
706
733
|
{
|
|
707
734
|
"name": "scaccogatto",
|
|
708
|
-
"github": "scaccogatto"
|
|
709
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
735
|
+
"github": "scaccogatto"
|
|
710
736
|
}
|
|
711
737
|
],
|
|
712
738
|
"compatibility": {
|
|
713
|
-
"
|
|
714
|
-
"
|
|
715
|
-
"3.x": "unknown"
|
|
739
|
+
"nuxt": "^2.0.0",
|
|
740
|
+
"requires": {}
|
|
716
741
|
}
|
|
717
742
|
},
|
|
718
743
|
{
|
|
@@ -729,19 +754,16 @@
|
|
|
729
754
|
"maintainers": [
|
|
730
755
|
{
|
|
731
756
|
"name": "Thorn Walli",
|
|
732
|
-
"github": "ThornWalli"
|
|
733
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
757
|
+
"github": "ThornWalli"
|
|
734
758
|
},
|
|
735
759
|
{
|
|
736
760
|
"name": "GrabarzUndPartner",
|
|
737
|
-
"github": "GrabarzUndPartner"
|
|
738
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
761
|
+
"github": "GrabarzUndPartner"
|
|
739
762
|
}
|
|
740
763
|
],
|
|
741
764
|
"compatibility": {
|
|
742
|
-
"
|
|
743
|
-
"
|
|
744
|
-
"3.x": "unknown"
|
|
765
|
+
"nuxt": "^2.0.0",
|
|
766
|
+
"requires": {}
|
|
745
767
|
}
|
|
746
768
|
},
|
|
747
769
|
{
|
|
@@ -758,14 +780,12 @@
|
|
|
758
780
|
"maintainers": [
|
|
759
781
|
{
|
|
760
782
|
"name": "sandoche",
|
|
761
|
-
"github": "sandoche"
|
|
762
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
783
|
+
"github": "sandoche"
|
|
763
784
|
}
|
|
764
785
|
],
|
|
765
786
|
"compatibility": {
|
|
766
|
-
"
|
|
767
|
-
"
|
|
768
|
-
"3.x": "unknown"
|
|
787
|
+
"nuxt": "^2.0.0",
|
|
788
|
+
"requires": {}
|
|
769
789
|
}
|
|
770
790
|
},
|
|
771
791
|
{
|
|
@@ -782,14 +802,34 @@
|
|
|
782
802
|
"maintainers": [
|
|
783
803
|
{
|
|
784
804
|
"name": "Ricardo Gobbo de Souza",
|
|
785
|
-
"github": "ricardogobbosouza"
|
|
786
|
-
|
|
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"
|
|
787
828
|
}
|
|
788
829
|
],
|
|
789
830
|
"compatibility": {
|
|
790
|
-
"
|
|
791
|
-
"
|
|
792
|
-
"3.x": "wip"
|
|
831
|
+
"nuxt": "^2.0.0",
|
|
832
|
+
"requires": {}
|
|
793
833
|
}
|
|
794
834
|
},
|
|
795
835
|
{
|
|
@@ -807,14 +847,35 @@
|
|
|
807
847
|
{
|
|
808
848
|
"name": "Takuma HANATANI",
|
|
809
849
|
"github": "potato4d",
|
|
810
|
-
"twitter": "potato4d"
|
|
811
|
-
|
|
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"
|
|
812
874
|
}
|
|
813
875
|
],
|
|
814
876
|
"compatibility": {
|
|
815
|
-
"
|
|
816
|
-
"
|
|
817
|
-
"3.x": "unknown"
|
|
877
|
+
"nuxt": "^2.0.0",
|
|
878
|
+
"requires": {}
|
|
818
879
|
}
|
|
819
880
|
},
|
|
820
881
|
{
|
|
@@ -831,14 +892,37 @@
|
|
|
831
892
|
"maintainers": [
|
|
832
893
|
{
|
|
833
894
|
"name": "Shinji Yamada",
|
|
834
|
-
"github": "dotneet"
|
|
835
|
-
|
|
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"
|
|
836
919
|
}
|
|
837
920
|
],
|
|
838
921
|
"compatibility": {
|
|
839
|
-
"
|
|
840
|
-
"
|
|
841
|
-
|
|
922
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
923
|
+
"requires": {
|
|
924
|
+
"bridge": true
|
|
925
|
+
}
|
|
842
926
|
}
|
|
843
927
|
},
|
|
844
928
|
{
|
|
@@ -855,14 +939,45 @@
|
|
|
855
939
|
"maintainers": [
|
|
856
940
|
{
|
|
857
941
|
"name": "Julien Tant",
|
|
858
|
-
"github": "JulienTant"
|
|
859
|
-
|
|
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"
|
|
860
976
|
}
|
|
861
977
|
],
|
|
862
978
|
"compatibility": {
|
|
863
|
-
"
|
|
864
|
-
"
|
|
865
|
-
"3.x": "unknown"
|
|
979
|
+
"nuxt": "^2.0.0",
|
|
980
|
+
"requires": {}
|
|
866
981
|
}
|
|
867
982
|
},
|
|
868
983
|
{
|
|
@@ -879,14 +994,12 @@
|
|
|
879
994
|
"maintainers": [
|
|
880
995
|
{
|
|
881
996
|
"name": "Decipher",
|
|
882
|
-
"github": "decipher"
|
|
883
|
-
"avatar": "https://avatars0.githubusercontent.com/u/161090?s=460&v=4"
|
|
997
|
+
"github": "decipher"
|
|
884
998
|
}
|
|
885
999
|
],
|
|
886
1000
|
"compatibility": {
|
|
887
|
-
"
|
|
888
|
-
"
|
|
889
|
-
"3.x": "unknown"
|
|
1001
|
+
"nuxt": "^2.0.0",
|
|
1002
|
+
"requires": {}
|
|
890
1003
|
}
|
|
891
1004
|
},
|
|
892
1005
|
{
|
|
@@ -904,14 +1017,12 @@
|
|
|
904
1017
|
{
|
|
905
1018
|
"name": "Pooya Parsa",
|
|
906
1019
|
"github": "pi0",
|
|
907
|
-
"twitter": "_pi0_"
|
|
908
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1020
|
+
"twitter": "_pi0_"
|
|
909
1021
|
}
|
|
910
1022
|
],
|
|
911
1023
|
"compatibility": {
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
"3.x": "unknown"
|
|
1024
|
+
"nuxt": "^2.0.0",
|
|
1025
|
+
"requires": {}
|
|
915
1026
|
}
|
|
916
1027
|
},
|
|
917
1028
|
{
|
|
@@ -928,14 +1039,12 @@
|
|
|
928
1039
|
"maintainers": [
|
|
929
1040
|
{
|
|
930
1041
|
"name": "Ricardo Gobbo de Souza",
|
|
931
|
-
"github": "ricardogobbosouza"
|
|
932
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1042
|
+
"github": "ricardogobbosouza"
|
|
933
1043
|
}
|
|
934
1044
|
],
|
|
935
1045
|
"compatibility": {
|
|
936
|
-
"
|
|
937
|
-
"
|
|
938
|
-
"3.x": "unknown"
|
|
1046
|
+
"nuxt": "^2.0.0",
|
|
1047
|
+
"requires": {}
|
|
939
1048
|
}
|
|
940
1049
|
},
|
|
941
1050
|
{
|
|
@@ -952,14 +1061,12 @@
|
|
|
952
1061
|
"maintainers": [
|
|
953
1062
|
{
|
|
954
1063
|
"name": "Xin Du",
|
|
955
|
-
"github": "clarkdo"
|
|
956
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1064
|
+
"github": "clarkdo"
|
|
957
1065
|
}
|
|
958
1066
|
],
|
|
959
1067
|
"compatibility": {
|
|
960
|
-
"
|
|
961
|
-
"
|
|
962
|
-
"3.x": "unknown"
|
|
1068
|
+
"nuxt": "^2.0.0",
|
|
1069
|
+
"requires": {}
|
|
963
1070
|
}
|
|
964
1071
|
},
|
|
965
1072
|
{
|
|
@@ -976,14 +1083,12 @@
|
|
|
976
1083
|
"maintainers": [
|
|
977
1084
|
{
|
|
978
1085
|
"name": "yabhq",
|
|
979
|
-
"github": "yabhq"
|
|
980
|
-
"avatar": "https://avatars.githubusercontent.com/u/16291011?v=4"
|
|
1086
|
+
"github": "yabhq"
|
|
981
1087
|
}
|
|
982
1088
|
],
|
|
983
1089
|
"compatibility": {
|
|
984
|
-
"
|
|
985
|
-
"
|
|
986
|
-
"3.x": "unknown"
|
|
1090
|
+
"nuxt": "^2.0.0",
|
|
1091
|
+
"requires": {}
|
|
987
1092
|
}
|
|
988
1093
|
},
|
|
989
1094
|
{
|
|
@@ -1000,19 +1105,17 @@
|
|
|
1000
1105
|
"maintainers": [
|
|
1001
1106
|
{
|
|
1002
1107
|
"name": "stephenkr",
|
|
1003
|
-
"github": "stephenkr"
|
|
1004
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1108
|
+
"github": "stephenkr"
|
|
1005
1109
|
}
|
|
1006
1110
|
],
|
|
1007
1111
|
"compatibility": {
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1010
|
-
"3.x": "unknown"
|
|
1112
|
+
"nuxt": "^2.0.0",
|
|
1113
|
+
"requires": {}
|
|
1011
1114
|
}
|
|
1012
1115
|
},
|
|
1013
1116
|
{
|
|
1014
1117
|
"name": "feed",
|
|
1015
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1118
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
1016
1119
|
"repo": "nuxt-community/feed-module",
|
|
1017
1120
|
"npm": "@nuxtjs/feed",
|
|
1018
1121
|
"icon": "",
|
|
@@ -1025,20 +1128,18 @@
|
|
|
1025
1128
|
{
|
|
1026
1129
|
"name": "Alexander Lichter",
|
|
1027
1130
|
"github": "manniL",
|
|
1028
|
-
"twitter": "TheAlexLichter"
|
|
1029
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1131
|
+
"twitter": "TheAlexLichter"
|
|
1030
1132
|
}
|
|
1031
1133
|
],
|
|
1032
1134
|
"compatibility": {
|
|
1033
|
-
"
|
|
1034
|
-
"
|
|
1035
|
-
"3.x": "unknown"
|
|
1135
|
+
"nuxt": "^2.0.0",
|
|
1136
|
+
"requires": {}
|
|
1036
1137
|
}
|
|
1037
1138
|
},
|
|
1038
1139
|
{
|
|
1039
1140
|
"name": "firebase",
|
|
1040
1141
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
1041
|
-
"repo": "nuxt-community/firebase-module",
|
|
1142
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
1042
1143
|
"npm": "@nuxtjs/firebase",
|
|
1043
1144
|
"icon": "firebase.png",
|
|
1044
1145
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
@@ -1049,14 +1150,12 @@
|
|
|
1049
1150
|
"maintainers": [
|
|
1050
1151
|
{
|
|
1051
1152
|
"name": "Pascal Luther",
|
|
1052
|
-
"github": "lupas"
|
|
1053
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1153
|
+
"github": "lupas"
|
|
1054
1154
|
}
|
|
1055
1155
|
],
|
|
1056
1156
|
"compatibility": {
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
1059
|
-
"3.x": "unknown"
|
|
1157
|
+
"nuxt": "^2.0.0",
|
|
1158
|
+
"requires": {}
|
|
1060
1159
|
}
|
|
1061
1160
|
},
|
|
1062
1161
|
{
|
|
@@ -1073,14 +1172,12 @@
|
|
|
1073
1172
|
"maintainers": [
|
|
1074
1173
|
{
|
|
1075
1174
|
"name": "sandoche",
|
|
1076
|
-
"github": "sandoche"
|
|
1077
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1175
|
+
"github": "sandoche"
|
|
1078
1176
|
}
|
|
1079
1177
|
],
|
|
1080
1178
|
"compatibility": {
|
|
1081
|
-
"
|
|
1082
|
-
"
|
|
1083
|
-
"3.x": "unknown"
|
|
1179
|
+
"nuxt": "^2.0.0",
|
|
1180
|
+
"requires": {}
|
|
1084
1181
|
}
|
|
1085
1182
|
},
|
|
1086
1183
|
{
|
|
@@ -1097,14 +1194,12 @@
|
|
|
1097
1194
|
"maintainers": [
|
|
1098
1195
|
{
|
|
1099
1196
|
"name": "GrabarzUndPartner",
|
|
1100
|
-
"github": "GrabarzUndPartner"
|
|
1101
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
1197
|
+
"github": "GrabarzUndPartner"
|
|
1102
1198
|
}
|
|
1103
1199
|
],
|
|
1104
1200
|
"compatibility": {
|
|
1105
|
-
"
|
|
1106
|
-
"
|
|
1107
|
-
"3.x": "unknown"
|
|
1201
|
+
"nuxt": "^2.0.0",
|
|
1202
|
+
"requires": {}
|
|
1108
1203
|
}
|
|
1109
1204
|
},
|
|
1110
1205
|
{
|
|
@@ -1121,14 +1216,12 @@
|
|
|
1121
1216
|
"maintainers": [
|
|
1122
1217
|
{
|
|
1123
1218
|
"name": "kdydesign",
|
|
1124
|
-
"github": "kdydesign"
|
|
1125
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
1219
|
+
"github": "kdydesign"
|
|
1126
1220
|
}
|
|
1127
1221
|
],
|
|
1128
1222
|
"compatibility": {
|
|
1129
|
-
"
|
|
1130
|
-
"
|
|
1131
|
-
"3.x": "unknown"
|
|
1223
|
+
"nuxt": "^2.0.0",
|
|
1224
|
+
"requires": {}
|
|
1132
1225
|
}
|
|
1133
1226
|
},
|
|
1134
1227
|
{
|
|
@@ -1145,14 +1238,40 @@
|
|
|
1145
1238
|
"maintainers": [
|
|
1146
1239
|
{
|
|
1147
1240
|
"name": "Pim",
|
|
1148
|
-
"github": "pimlie"
|
|
1149
|
-
|
|
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"
|
|
1150
1270
|
}
|
|
1151
1271
|
],
|
|
1152
1272
|
"compatibility": {
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1155
|
-
"3.x": "unknown"
|
|
1273
|
+
"nuxt": "^3.0.0",
|
|
1274
|
+
"requires": {}
|
|
1156
1275
|
}
|
|
1157
1276
|
},
|
|
1158
1277
|
{
|
|
@@ -1169,14 +1288,12 @@
|
|
|
1169
1288
|
"maintainers": [
|
|
1170
1289
|
{
|
|
1171
1290
|
"name": "vaso2",
|
|
1172
|
-
"github": "vaso2"
|
|
1173
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1291
|
+
"github": "vaso2"
|
|
1174
1292
|
}
|
|
1175
1293
|
],
|
|
1176
1294
|
"compatibility": {
|
|
1177
|
-
"
|
|
1178
|
-
"
|
|
1179
|
-
"3.x": "unknown"
|
|
1295
|
+
"nuxt": "^2.0.0",
|
|
1296
|
+
"requires": {}
|
|
1180
1297
|
}
|
|
1181
1298
|
},
|
|
1182
1299
|
{
|
|
@@ -1193,14 +1310,12 @@
|
|
|
1193
1310
|
"maintainers": [
|
|
1194
1311
|
{
|
|
1195
1312
|
"name": "lindsaykwardell",
|
|
1196
|
-
"github": "lindsaykwardell"
|
|
1197
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1313
|
+
"github": "lindsaykwardell"
|
|
1198
1314
|
}
|
|
1199
1315
|
],
|
|
1200
1316
|
"compatibility": {
|
|
1201
|
-
"
|
|
1202
|
-
"
|
|
1203
|
-
"3.x": "unknown"
|
|
1317
|
+
"nuxt": "^2.0.0",
|
|
1318
|
+
"requires": {}
|
|
1204
1319
|
}
|
|
1205
1320
|
},
|
|
1206
1321
|
{
|
|
@@ -1217,14 +1332,12 @@
|
|
|
1217
1332
|
"maintainers": [
|
|
1218
1333
|
{
|
|
1219
1334
|
"name": "Troy Morehouse",
|
|
1220
|
-
"github": "tmorehouse"
|
|
1221
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1335
|
+
"github": "tmorehouse"
|
|
1222
1336
|
}
|
|
1223
1337
|
],
|
|
1224
1338
|
"compatibility": {
|
|
1225
|
-
"
|
|
1226
|
-
"
|
|
1227
|
-
"3.x": "unknown"
|
|
1339
|
+
"nuxt": "^2.0.0",
|
|
1340
|
+
"requires": {}
|
|
1228
1341
|
}
|
|
1229
1342
|
},
|
|
1230
1343
|
{
|
|
@@ -1242,25 +1355,21 @@
|
|
|
1242
1355
|
{
|
|
1243
1356
|
"name": "Pooya Parsa",
|
|
1244
1357
|
"github": "pi0",
|
|
1245
|
-
"twitter": "_pi0_"
|
|
1246
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1358
|
+
"twitter": "_pi0_"
|
|
1247
1359
|
},
|
|
1248
1360
|
{
|
|
1249
1361
|
"name": "Ricardo Gobbo de Souza",
|
|
1250
|
-
"github": "ricardogobbosouza"
|
|
1251
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1362
|
+
"github": "ricardogobbosouza"
|
|
1252
1363
|
},
|
|
1253
1364
|
{
|
|
1254
1365
|
"name": "Matteo Gabriele",
|
|
1255
1366
|
"github": "MatteoGabriele",
|
|
1256
|
-
"twitter": "matteo_gabriele"
|
|
1257
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1367
|
+
"twitter": "matteo_gabriele"
|
|
1258
1368
|
}
|
|
1259
1369
|
],
|
|
1260
1370
|
"compatibility": {
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1263
|
-
"3.x": "unknown"
|
|
1371
|
+
"nuxt": "^2.0.0",
|
|
1372
|
+
"requires": {}
|
|
1264
1373
|
}
|
|
1265
1374
|
},
|
|
1266
1375
|
{
|
|
@@ -1277,14 +1386,14 @@
|
|
|
1277
1386
|
"maintainers": [
|
|
1278
1387
|
{
|
|
1279
1388
|
"name": "Ricardo Gobbo de Souza",
|
|
1280
|
-
"github": "ricardogobbosouza"
|
|
1281
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1389
|
+
"github": "ricardogobbosouza"
|
|
1282
1390
|
}
|
|
1283
1391
|
],
|
|
1284
1392
|
"compatibility": {
|
|
1285
|
-
"
|
|
1286
|
-
"
|
|
1287
|
-
|
|
1393
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1394
|
+
"requires": {
|
|
1395
|
+
"bridge": "optional"
|
|
1396
|
+
}
|
|
1288
1397
|
}
|
|
1289
1398
|
},
|
|
1290
1399
|
{
|
|
@@ -1301,19 +1410,16 @@
|
|
|
1301
1410
|
"maintainers": [
|
|
1302
1411
|
{
|
|
1303
1412
|
"name": "Dominic Garms",
|
|
1304
|
-
"github": "dohomi"
|
|
1305
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1413
|
+
"github": "dohomi"
|
|
1306
1414
|
},
|
|
1307
1415
|
{
|
|
1308
1416
|
"name": "Ricardo Gobbo de Souza",
|
|
1309
|
-
"github": "ricardogobbosouza"
|
|
1310
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1417
|
+
"github": "ricardogobbosouza"
|
|
1311
1418
|
}
|
|
1312
1419
|
],
|
|
1313
1420
|
"compatibility": {
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1316
|
-
"3.x": "unknown"
|
|
1421
|
+
"nuxt": "^2.0.0",
|
|
1422
|
+
"requires": {}
|
|
1317
1423
|
}
|
|
1318
1424
|
},
|
|
1319
1425
|
{
|
|
@@ -1331,26 +1437,44 @@
|
|
|
1331
1437
|
{
|
|
1332
1438
|
"name": "Pooya Parsa",
|
|
1333
1439
|
"github": "pi0",
|
|
1334
|
-
"twitter": "_pi0_"
|
|
1335
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1440
|
+
"twitter": "_pi0_"
|
|
1336
1441
|
},
|
|
1337
1442
|
{
|
|
1338
1443
|
"name": "Farzad Soltani",
|
|
1339
1444
|
"github": "farzadso",
|
|
1340
|
-
"twitter": "farzadso"
|
|
1341
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1445
|
+
"twitter": "farzadso"
|
|
1342
1446
|
},
|
|
1343
1447
|
{
|
|
1344
1448
|
"name": "Josh Deltener",
|
|
1345
1449
|
"github": "hecktarzuli",
|
|
1346
|
-
"twitter": "JoshDeltener"
|
|
1347
|
-
|
|
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"
|
|
1348
1473
|
}
|
|
1349
1474
|
],
|
|
1350
1475
|
"compatibility": {
|
|
1351
|
-
"
|
|
1352
|
-
"
|
|
1353
|
-
"3.x": "unknown"
|
|
1476
|
+
"nuxt": "^3.0.0",
|
|
1477
|
+
"requires": {}
|
|
1354
1478
|
}
|
|
1355
1479
|
},
|
|
1356
1480
|
{
|
|
@@ -1367,14 +1491,12 @@
|
|
|
1367
1491
|
"maintainers": [
|
|
1368
1492
|
{
|
|
1369
1493
|
"name": "gomah",
|
|
1370
|
-
"github": "gomah"
|
|
1371
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1494
|
+
"github": "gomah"
|
|
1372
1495
|
}
|
|
1373
1496
|
],
|
|
1374
1497
|
"compatibility": {
|
|
1375
|
-
"
|
|
1376
|
-
"
|
|
1377
|
-
"3.x": "unknown"
|
|
1498
|
+
"nuxt": "^2.0.0",
|
|
1499
|
+
"requires": {}
|
|
1378
1500
|
}
|
|
1379
1501
|
},
|
|
1380
1502
|
{
|
|
@@ -1392,14 +1514,12 @@
|
|
|
1392
1514
|
{
|
|
1393
1515
|
"name": "Pooya Parsa",
|
|
1394
1516
|
"github": "pi0",
|
|
1395
|
-
"twitter": "_pi0_"
|
|
1396
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1517
|
+
"twitter": "_pi0_"
|
|
1397
1518
|
}
|
|
1398
1519
|
],
|
|
1399
1520
|
"compatibility": {
|
|
1400
|
-
"
|
|
1401
|
-
"
|
|
1402
|
-
"3.x": "unknown"
|
|
1521
|
+
"nuxt": "^2.0.0",
|
|
1522
|
+
"requires": {}
|
|
1403
1523
|
}
|
|
1404
1524
|
},
|
|
1405
1525
|
{
|
|
@@ -1416,14 +1536,58 @@
|
|
|
1416
1536
|
"maintainers": [
|
|
1417
1537
|
{
|
|
1418
1538
|
"name": "Xin Du",
|
|
1419
|
-
"github": "clarkdo"
|
|
1420
|
-
|
|
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"
|
|
1421
1586
|
}
|
|
1422
1587
|
],
|
|
1423
1588
|
"compatibility": {
|
|
1424
|
-
"
|
|
1425
|
-
"
|
|
1426
|
-
"3.x": "unknown"
|
|
1589
|
+
"nuxt": "^2.0.0",
|
|
1590
|
+
"requires": {}
|
|
1427
1591
|
}
|
|
1428
1592
|
},
|
|
1429
1593
|
{
|
|
@@ -1440,14 +1604,12 @@
|
|
|
1440
1604
|
"maintainers": [
|
|
1441
1605
|
{
|
|
1442
1606
|
"name": "victor-perez",
|
|
1443
|
-
"github": "victor-perez"
|
|
1444
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1607
|
+
"github": "victor-perez"
|
|
1445
1608
|
}
|
|
1446
1609
|
],
|
|
1447
1610
|
"compatibility": {
|
|
1448
|
-
"
|
|
1449
|
-
"
|
|
1450
|
-
"3.x": "unknown"
|
|
1611
|
+
"nuxt": "^2.0.0",
|
|
1612
|
+
"requires": {}
|
|
1451
1613
|
}
|
|
1452
1614
|
},
|
|
1453
1615
|
{
|
|
@@ -1464,14 +1626,12 @@
|
|
|
1464
1626
|
"maintainers": [
|
|
1465
1627
|
{
|
|
1466
1628
|
"name": "richardeschloss",
|
|
1467
|
-
"github": "richardeschloss"
|
|
1468
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1629
|
+
"github": "richardeschloss"
|
|
1469
1630
|
}
|
|
1470
1631
|
],
|
|
1471
1632
|
"compatibility": {
|
|
1472
|
-
"
|
|
1473
|
-
"
|
|
1474
|
-
"3.x": "unknown"
|
|
1633
|
+
"nuxt": "^2.0.0",
|
|
1634
|
+
"requires": {}
|
|
1475
1635
|
}
|
|
1476
1636
|
},
|
|
1477
1637
|
{
|
|
@@ -1488,14 +1648,12 @@
|
|
|
1488
1648
|
"maintainers": [
|
|
1489
1649
|
{
|
|
1490
1650
|
"name": "hidekatsu-izuno",
|
|
1491
|
-
"github": "hidekatsu-izuno"
|
|
1492
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1651
|
+
"github": "hidekatsu-izuno"
|
|
1493
1652
|
}
|
|
1494
1653
|
],
|
|
1495
1654
|
"compatibility": {
|
|
1496
|
-
"
|
|
1497
|
-
"
|
|
1498
|
-
"3.x": "unknown"
|
|
1655
|
+
"nuxt": "^2.0.0",
|
|
1656
|
+
"requires": {}
|
|
1499
1657
|
}
|
|
1500
1658
|
},
|
|
1501
1659
|
{
|
|
@@ -1512,23 +1670,21 @@
|
|
|
1512
1670
|
"maintainers": [
|
|
1513
1671
|
{
|
|
1514
1672
|
"name": "Xin Du",
|
|
1515
|
-
"github": "clarkdo"
|
|
1516
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1673
|
+
"github": "clarkdo"
|
|
1517
1674
|
}
|
|
1518
1675
|
],
|
|
1519
1676
|
"compatibility": {
|
|
1520
|
-
"
|
|
1521
|
-
"
|
|
1522
|
-
"3.x": "unknown"
|
|
1677
|
+
"nuxt": "^2.0.0",
|
|
1678
|
+
"requires": {}
|
|
1523
1679
|
}
|
|
1524
1680
|
},
|
|
1525
1681
|
{
|
|
1526
1682
|
"name": "html-validator",
|
|
1527
1683
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1528
|
-
"repo": "nuxt-
|
|
1684
|
+
"repo": "nuxt-modules/html-validator",
|
|
1529
1685
|
"npm": "@nuxtjs/html-validator",
|
|
1530
1686
|
"icon": "html-validator.png",
|
|
1531
|
-
"github": "https://github.com/nuxt-
|
|
1687
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1532
1688
|
"website": "https://html-validator.nuxtjs.org",
|
|
1533
1689
|
"learn_more": "https://html-validate.org",
|
|
1534
1690
|
"category": "Performance",
|
|
@@ -1537,14 +1693,14 @@
|
|
|
1537
1693
|
{
|
|
1538
1694
|
"name": "Daniel Roe",
|
|
1539
1695
|
"github": "danielroe",
|
|
1540
|
-
"twitter": "danielcroe"
|
|
1541
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1696
|
+
"twitter": "danielcroe"
|
|
1542
1697
|
}
|
|
1543
1698
|
],
|
|
1544
1699
|
"compatibility": {
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1547
|
-
|
|
1700
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1701
|
+
"requires": {
|
|
1702
|
+
"bridge": "optional"
|
|
1703
|
+
}
|
|
1548
1704
|
}
|
|
1549
1705
|
},
|
|
1550
1706
|
{
|
|
@@ -1562,20 +1718,17 @@
|
|
|
1562
1718
|
{
|
|
1563
1719
|
"name": "Pooya Parsa",
|
|
1564
1720
|
"github": "pi0",
|
|
1565
|
-
"twitter": "_pi0_"
|
|
1566
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1721
|
+
"twitter": "_pi0_"
|
|
1567
1722
|
},
|
|
1568
1723
|
{
|
|
1569
1724
|
"name": "Sébastien Chopin",
|
|
1570
1725
|
"github": "Atinux",
|
|
1571
|
-
"twitter": "Atinux"
|
|
1572
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1726
|
+
"twitter": "Atinux"
|
|
1573
1727
|
}
|
|
1574
1728
|
],
|
|
1575
1729
|
"compatibility": {
|
|
1576
|
-
"
|
|
1577
|
-
"
|
|
1578
|
-
"3.x": "unknown"
|
|
1730
|
+
"nuxt": "^2.0.0",
|
|
1731
|
+
"requires": {}
|
|
1579
1732
|
}
|
|
1580
1733
|
},
|
|
1581
1734
|
{
|
|
@@ -1593,14 +1746,12 @@
|
|
|
1593
1746
|
{
|
|
1594
1747
|
"name": "Luca Iaconelli",
|
|
1595
1748
|
"github": "LuXDAmore",
|
|
1596
|
-
"twitter": "luxdamore"
|
|
1597
|
-
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
1749
|
+
"twitter": "luxdamore"
|
|
1598
1750
|
}
|
|
1599
1751
|
],
|
|
1600
1752
|
"compatibility": {
|
|
1601
|
-
"
|
|
1602
|
-
"
|
|
1603
|
-
"3.x": "unknown"
|
|
1753
|
+
"nuxt": "^2.0.0",
|
|
1754
|
+
"requires": {}
|
|
1604
1755
|
}
|
|
1605
1756
|
},
|
|
1606
1757
|
{
|
|
@@ -1617,19 +1768,60 @@
|
|
|
1617
1768
|
"maintainers": [
|
|
1618
1769
|
{
|
|
1619
1770
|
"name": "Rafał Chłodnicki",
|
|
1620
|
-
"github": "rchl"
|
|
1621
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1771
|
+
"github": "rchl"
|
|
1622
1772
|
},
|
|
1623
1773
|
{
|
|
1624
1774
|
"name": "Kazuya Kawaguchi",
|
|
1625
|
-
"github": "kazupon"
|
|
1626
|
-
|
|
1775
|
+
"github": "kazupon"
|
|
1776
|
+
}
|
|
1777
|
+
],
|
|
1778
|
+
"compatibility": {
|
|
1779
|
+
"nuxt": "^2.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"
|
|
1627
1820
|
}
|
|
1628
1821
|
],
|
|
1629
1822
|
"compatibility": {
|
|
1630
|
-
"
|
|
1631
|
-
"
|
|
1632
|
-
"3.x": "broken"
|
|
1823
|
+
"nuxt": "^3.0.0",
|
|
1824
|
+
"requires": {}
|
|
1633
1825
|
}
|
|
1634
1826
|
},
|
|
1635
1827
|
{
|
|
@@ -1646,14 +1838,12 @@
|
|
|
1646
1838
|
"maintainers": [
|
|
1647
1839
|
{
|
|
1648
1840
|
"name": "Barry Fisher",
|
|
1649
|
-
"github": "Barry-Fisher"
|
|
1650
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1841
|
+
"github": "Barry-Fisher"
|
|
1651
1842
|
}
|
|
1652
1843
|
],
|
|
1653
1844
|
"compatibility": {
|
|
1654
|
-
"
|
|
1655
|
-
"
|
|
1656
|
-
"3.x": "unknown"
|
|
1845
|
+
"nuxt": "^2.0.0",
|
|
1846
|
+
"requires": {}
|
|
1657
1847
|
}
|
|
1658
1848
|
},
|
|
1659
1849
|
{
|
|
@@ -1671,26 +1861,24 @@
|
|
|
1671
1861
|
{
|
|
1672
1862
|
"name": "Ahad Birang",
|
|
1673
1863
|
"github": "farnabaz",
|
|
1674
|
-
"twitter": "a_birang"
|
|
1675
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1864
|
+
"twitter": "a_birang"
|
|
1676
1865
|
},
|
|
1677
1866
|
{
|
|
1678
1867
|
"name": "Pooya Parsa",
|
|
1679
1868
|
"github": "pi0",
|
|
1680
|
-
"twitter": "_pi0_"
|
|
1681
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1869
|
+
"twitter": "_pi0_"
|
|
1682
1870
|
},
|
|
1683
1871
|
{
|
|
1684
1872
|
"name": "Sebastien Chopin",
|
|
1685
1873
|
"github": "Atinux",
|
|
1686
|
-
"twitter": "Atinux"
|
|
1687
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1874
|
+
"twitter": "Atinux"
|
|
1688
1875
|
}
|
|
1689
1876
|
],
|
|
1690
1877
|
"compatibility": {
|
|
1691
|
-
"
|
|
1692
|
-
"
|
|
1693
|
-
|
|
1878
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1879
|
+
"requires": {
|
|
1880
|
+
"bridge": "optional"
|
|
1881
|
+
}
|
|
1694
1882
|
}
|
|
1695
1883
|
},
|
|
1696
1884
|
{
|
|
@@ -1707,14 +1895,37 @@
|
|
|
1707
1895
|
"maintainers": [
|
|
1708
1896
|
{
|
|
1709
1897
|
"name": "Ricardo Gobbo de Souza",
|
|
1710
|
-
"github": "ricardogobbosouza"
|
|
1711
|
-
|
|
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"
|
|
1712
1922
|
}
|
|
1713
1923
|
],
|
|
1714
1924
|
"compatibility": {
|
|
1715
|
-
"
|
|
1716
|
-
"
|
|
1717
|
-
|
|
1925
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1926
|
+
"requires": {
|
|
1927
|
+
"bridge": true
|
|
1928
|
+
}
|
|
1718
1929
|
}
|
|
1719
1930
|
},
|
|
1720
1931
|
{
|
|
@@ -1731,14 +1942,35 @@
|
|
|
1731
1942
|
"maintainers": [
|
|
1732
1943
|
{
|
|
1733
1944
|
"name": "hex-digital",
|
|
1734
|
-
"github": "hex-digital"
|
|
1735
|
-
|
|
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"
|
|
1736
1969
|
}
|
|
1737
1970
|
],
|
|
1738
1971
|
"compatibility": {
|
|
1739
|
-
"
|
|
1740
|
-
"
|
|
1741
|
-
"3.x": "unknown"
|
|
1972
|
+
"nuxt": "^3.0.0",
|
|
1973
|
+
"requires": {}
|
|
1742
1974
|
}
|
|
1743
1975
|
},
|
|
1744
1976
|
{
|
|
@@ -1755,14 +1987,12 @@
|
|
|
1755
1987
|
"maintainers": [
|
|
1756
1988
|
{
|
|
1757
1989
|
"name": "patrickcate",
|
|
1758
|
-
"github": "patrickcate"
|
|
1759
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1990
|
+
"github": "patrickcate"
|
|
1760
1991
|
}
|
|
1761
1992
|
],
|
|
1762
1993
|
"compatibility": {
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1765
|
-
"3.x": "unknown"
|
|
1994
|
+
"nuxt": "^2.0.0",
|
|
1995
|
+
"requires": {}
|
|
1766
1996
|
}
|
|
1767
1997
|
},
|
|
1768
1998
|
{
|
|
@@ -1779,14 +2009,36 @@
|
|
|
1779
2009
|
"maintainers": [
|
|
1780
2010
|
{
|
|
1781
2011
|
"name": "Alfred Brockötter",
|
|
1782
|
-
"github": "Domitnator"
|
|
1783
|
-
|
|
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"
|
|
1784
2037
|
}
|
|
1785
2038
|
],
|
|
1786
2039
|
"compatibility": {
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
1789
|
-
"3.x": "unknown"
|
|
2040
|
+
"nuxt": "^3.0.0",
|
|
2041
|
+
"requires": {}
|
|
1790
2042
|
}
|
|
1791
2043
|
},
|
|
1792
2044
|
{
|
|
@@ -1803,14 +2055,12 @@
|
|
|
1803
2055
|
"maintainers": [
|
|
1804
2056
|
{
|
|
1805
2057
|
"name": "Ricardo Gobbo de Souza",
|
|
1806
|
-
"github": "ricardogobbosouza"
|
|
1807
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2058
|
+
"github": "ricardogobbosouza"
|
|
1808
2059
|
}
|
|
1809
2060
|
],
|
|
1810
2061
|
"compatibility": {
|
|
1811
|
-
"
|
|
1812
|
-
"
|
|
1813
|
-
"3.x": "unknown"
|
|
2062
|
+
"nuxt": "^2.0.0",
|
|
2063
|
+
"requires": {}
|
|
1814
2064
|
}
|
|
1815
2065
|
},
|
|
1816
2066
|
{
|
|
@@ -1827,14 +2077,12 @@
|
|
|
1827
2077
|
"maintainers": [
|
|
1828
2078
|
{
|
|
1829
2079
|
"name": "skyrpex",
|
|
1830
|
-
"github": "skyrpex"
|
|
1831
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
2080
|
+
"github": "skyrpex"
|
|
1832
2081
|
}
|
|
1833
2082
|
],
|
|
1834
2083
|
"compatibility": {
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
1837
|
-
"3.x": "unknown"
|
|
2084
|
+
"nuxt": "^2.0.0",
|
|
2085
|
+
"requires": {}
|
|
1838
2086
|
}
|
|
1839
2087
|
},
|
|
1840
2088
|
{
|
|
@@ -1851,14 +2099,12 @@
|
|
|
1851
2099
|
"maintainers": [
|
|
1852
2100
|
{
|
|
1853
2101
|
"name": "m2sd",
|
|
1854
|
-
"github": "m2sd"
|
|
1855
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
2102
|
+
"github": "m2sd"
|
|
1856
2103
|
}
|
|
1857
2104
|
],
|
|
1858
2105
|
"compatibility": {
|
|
1859
|
-
"
|
|
1860
|
-
"
|
|
1861
|
-
"3.x": "unknown"
|
|
2106
|
+
"nuxt": "^2.0.0",
|
|
2107
|
+
"requires": {}
|
|
1862
2108
|
}
|
|
1863
2109
|
},
|
|
1864
2110
|
{
|
|
@@ -1875,14 +2121,12 @@
|
|
|
1875
2121
|
"maintainers": [
|
|
1876
2122
|
{
|
|
1877
2123
|
"name": "schlunsen",
|
|
1878
|
-
"github": "schlunsen"
|
|
1879
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
2124
|
+
"github": "schlunsen"
|
|
1880
2125
|
}
|
|
1881
2126
|
],
|
|
1882
2127
|
"compatibility": {
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1885
|
-
"3.x": "unknown"
|
|
2128
|
+
"nuxt": "^2.0.0",
|
|
2129
|
+
"requires": {}
|
|
1886
2130
|
}
|
|
1887
2131
|
},
|
|
1888
2132
|
{
|
|
@@ -1900,19 +2144,16 @@
|
|
|
1900
2144
|
{
|
|
1901
2145
|
"name": "Alexandre Chopin",
|
|
1902
2146
|
"github": "alexchopin",
|
|
1903
|
-
"twitter": "alexchopin"
|
|
1904
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
2147
|
+
"twitter": "alexchopin"
|
|
1905
2148
|
},
|
|
1906
2149
|
{
|
|
1907
2150
|
"name": "Ricardo Gobbo de Souza",
|
|
1908
|
-
"github": "ricardogobbosouza"
|
|
1909
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2151
|
+
"github": "ricardogobbosouza"
|
|
1910
2152
|
}
|
|
1911
2153
|
],
|
|
1912
2154
|
"compatibility": {
|
|
1913
|
-
"
|
|
1914
|
-
"
|
|
1915
|
-
"3.x": "unknown"
|
|
2155
|
+
"nuxt": "^2.0.0",
|
|
2156
|
+
"requires": {}
|
|
1916
2157
|
}
|
|
1917
2158
|
},
|
|
1918
2159
|
{
|
|
@@ -1930,14 +2171,34 @@
|
|
|
1930
2171
|
{
|
|
1931
2172
|
"name": "Pooya Parsa",
|
|
1932
2173
|
"github": "pi0",
|
|
1933
|
-
"twitter": "_pi0_"
|
|
1934
|
-
|
|
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"
|
|
1935
2197
|
}
|
|
1936
2198
|
],
|
|
1937
2199
|
"compatibility": {
|
|
1938
|
-
"
|
|
1939
|
-
"
|
|
1940
|
-
"3.x": "unknown"
|
|
2200
|
+
"nuxt": "^3.0.0",
|
|
2201
|
+
"requires": {}
|
|
1941
2202
|
}
|
|
1942
2203
|
},
|
|
1943
2204
|
{
|
|
@@ -1955,14 +2216,12 @@
|
|
|
1955
2216
|
{
|
|
1956
2217
|
"name": "Farzad Soltani",
|
|
1957
2218
|
"github": "farzadso",
|
|
1958
|
-
"twitter": "farzadso"
|
|
1959
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
2219
|
+
"twitter": "farzadso"
|
|
1960
2220
|
}
|
|
1961
2221
|
],
|
|
1962
2222
|
"compatibility": {
|
|
1963
|
-
"
|
|
1964
|
-
"
|
|
1965
|
-
"3.x": "unknown"
|
|
2223
|
+
"nuxt": "^2.0.0",
|
|
2224
|
+
"requires": {}
|
|
1966
2225
|
}
|
|
1967
2226
|
},
|
|
1968
2227
|
{
|
|
@@ -1979,24 +2238,45 @@
|
|
|
1979
2238
|
"maintainers": [
|
|
1980
2239
|
{
|
|
1981
2240
|
"name": "Pim",
|
|
1982
|
-
"github": "pimlie"
|
|
1983
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2241
|
+
"github": "pimlie"
|
|
1984
2242
|
}
|
|
1985
2243
|
],
|
|
1986
2244
|
"compatibility": {
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
1989
|
-
"3.x": "unknown"
|
|
2245
|
+
"nuxt": "^2.0.0",
|
|
2246
|
+
"requires": {}
|
|
1990
2247
|
}
|
|
1991
2248
|
},
|
|
1992
2249
|
{
|
|
1993
|
-
"name": "
|
|
1994
|
-
"description": "
|
|
1995
|
-
"repo": "
|
|
1996
|
-
"npm": "
|
|
1997
|
-
"icon": "",
|
|
1998
|
-
"github": "https://github.com/
|
|
1999
|
-
"website": "https://
|
|
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"
|
|
2265
|
+
}
|
|
2266
|
+
],
|
|
2267
|
+
"compatibility": {
|
|
2268
|
+
"nuxt": "^3.0.0",
|
|
2269
|
+
"requires": {}
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"name": "markdownit",
|
|
2274
|
+
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
2275
|
+
"repo": "nuxt-community/markdownit-module",
|
|
2276
|
+
"npm": "@nuxtjs/markdownit",
|
|
2277
|
+
"icon": "",
|
|
2278
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2279
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
2000
2280
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
2001
2281
|
"category": "Extensions",
|
|
2002
2282
|
"type": "community",
|
|
@@ -2004,14 +2284,12 @@
|
|
|
2004
2284
|
{
|
|
2005
2285
|
"name": "Pooya Parsa",
|
|
2006
2286
|
"github": "pi0",
|
|
2007
|
-
"twitter": "_pi0_"
|
|
2008
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2287
|
+
"twitter": "_pi0_"
|
|
2009
2288
|
}
|
|
2010
2289
|
],
|
|
2011
2290
|
"compatibility": {
|
|
2012
|
-
"
|
|
2013
|
-
"
|
|
2014
|
-
"3.x": "unknown"
|
|
2291
|
+
"nuxt": "^2.0.0",
|
|
2292
|
+
"requires": {}
|
|
2015
2293
|
}
|
|
2016
2294
|
},
|
|
2017
2295
|
{
|
|
@@ -2028,14 +2306,12 @@
|
|
|
2028
2306
|
"maintainers": [
|
|
2029
2307
|
{
|
|
2030
2308
|
"name": "pimlie",
|
|
2031
|
-
"github": "pimlie"
|
|
2032
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2309
|
+
"github": "pimlie"
|
|
2033
2310
|
}
|
|
2034
2311
|
],
|
|
2035
2312
|
"compatibility": {
|
|
2036
|
-
"
|
|
2037
|
-
"
|
|
2038
|
-
"3.x": "unknown"
|
|
2313
|
+
"nuxt": "^2.0.0",
|
|
2314
|
+
"requires": {}
|
|
2039
2315
|
}
|
|
2040
2316
|
},
|
|
2041
2317
|
{
|
|
@@ -2053,14 +2329,37 @@
|
|
|
2053
2329
|
{
|
|
2054
2330
|
"name": "Jonathan Bakebwa",
|
|
2055
2331
|
"github": "codebender828",
|
|
2056
|
-
"twitter": "codebender828"
|
|
2057
|
-
|
|
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"
|
|
2058
2356
|
}
|
|
2059
2357
|
],
|
|
2060
2358
|
"compatibility": {
|
|
2061
|
-
"
|
|
2062
|
-
"
|
|
2063
|
-
|
|
2359
|
+
"nuxt": "^3.0.0",
|
|
2360
|
+
"requires": {
|
|
2361
|
+
"bridge": false
|
|
2362
|
+
}
|
|
2064
2363
|
}
|
|
2065
2364
|
},
|
|
2066
2365
|
{
|
|
@@ -2077,14 +2376,12 @@
|
|
|
2077
2376
|
"maintainers": [
|
|
2078
2377
|
{
|
|
2079
2378
|
"name": "pimlie",
|
|
2080
|
-
"github": "pimlie"
|
|
2081
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2379
|
+
"github": "pimlie"
|
|
2082
2380
|
}
|
|
2083
2381
|
],
|
|
2084
2382
|
"compatibility": {
|
|
2085
|
-
"
|
|
2086
|
-
"
|
|
2087
|
-
"3.x": "unknown"
|
|
2383
|
+
"nuxt": "^2.0.0",
|
|
2384
|
+
"requires": {}
|
|
2088
2385
|
}
|
|
2089
2386
|
},
|
|
2090
2387
|
{
|
|
@@ -2101,14 +2398,12 @@
|
|
|
2101
2398
|
"maintainers": [
|
|
2102
2399
|
{
|
|
2103
2400
|
"name": "ChanningDefoe",
|
|
2104
|
-
"github": "ChanningDefoe"
|
|
2105
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2401
|
+
"github": "ChanningDefoe"
|
|
2106
2402
|
}
|
|
2107
2403
|
],
|
|
2108
2404
|
"compatibility": {
|
|
2109
|
-
"
|
|
2110
|
-
"
|
|
2111
|
-
"3.x": "unknown"
|
|
2405
|
+
"nuxt": "^2.0.0",
|
|
2406
|
+
"requires": {}
|
|
2112
2407
|
}
|
|
2113
2408
|
},
|
|
2114
2409
|
{
|
|
@@ -2126,19 +2421,16 @@
|
|
|
2126
2421
|
{
|
|
2127
2422
|
"name": "Pooya Parsa",
|
|
2128
2423
|
"github": "pi0",
|
|
2129
|
-
"twitter": "_pi0_"
|
|
2130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2424
|
+
"twitter": "_pi0_"
|
|
2131
2425
|
},
|
|
2132
2426
|
{
|
|
2133
2427
|
"name": "Ricardo Gobbo de Souza",
|
|
2134
|
-
"github": "ricardogobbosouza"
|
|
2135
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2428
|
+
"github": "ricardogobbosouza"
|
|
2136
2429
|
}
|
|
2137
2430
|
],
|
|
2138
2431
|
"compatibility": {
|
|
2139
|
-
"
|
|
2140
|
-
"
|
|
2141
|
-
"3.x": "unknown"
|
|
2432
|
+
"nuxt": "^2.0.0",
|
|
2433
|
+
"requires": {}
|
|
2142
2434
|
}
|
|
2143
2435
|
},
|
|
2144
2436
|
{
|
|
@@ -2155,14 +2447,12 @@
|
|
|
2155
2447
|
"maintainers": [
|
|
2156
2448
|
{
|
|
2157
2449
|
"name": "vanhoofmaarten",
|
|
2158
|
-
"github": "vanhoofmaarten"
|
|
2159
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2450
|
+
"github": "vanhoofmaarten"
|
|
2160
2451
|
}
|
|
2161
2452
|
],
|
|
2162
2453
|
"compatibility": {
|
|
2163
|
-
"
|
|
2164
|
-
"
|
|
2165
|
-
"3.x": "unknown"
|
|
2454
|
+
"nuxt": "^2.0.0",
|
|
2455
|
+
"requires": {}
|
|
2166
2456
|
}
|
|
2167
2457
|
},
|
|
2168
2458
|
{
|
|
@@ -2179,14 +2469,12 @@
|
|
|
2179
2469
|
"maintainers": [
|
|
2180
2470
|
{
|
|
2181
2471
|
"name": "ezypeeze",
|
|
2182
|
-
"github": "ezypeeze"
|
|
2183
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2472
|
+
"github": "ezypeeze"
|
|
2184
2473
|
}
|
|
2185
2474
|
],
|
|
2186
2475
|
"compatibility": {
|
|
2187
|
-
"
|
|
2188
|
-
"
|
|
2189
|
-
"3.x": "unknown"
|
|
2476
|
+
"nuxt": "^2.0.0",
|
|
2477
|
+
"requires": {}
|
|
2190
2478
|
}
|
|
2191
2479
|
},
|
|
2192
2480
|
{
|
|
@@ -2203,14 +2491,12 @@
|
|
|
2203
2491
|
"maintainers": [
|
|
2204
2492
|
{
|
|
2205
2493
|
"name": "DreaMinder",
|
|
2206
|
-
"github": "DreaMinder"
|
|
2207
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2494
|
+
"github": "DreaMinder"
|
|
2208
2495
|
}
|
|
2209
2496
|
],
|
|
2210
2497
|
"compatibility": {
|
|
2211
|
-
"
|
|
2212
|
-
"
|
|
2213
|
-
"3.x": "unknown"
|
|
2498
|
+
"nuxt": "^2.0.0",
|
|
2499
|
+
"requires": {}
|
|
2214
2500
|
}
|
|
2215
2501
|
},
|
|
2216
2502
|
{
|
|
@@ -2228,14 +2514,12 @@
|
|
|
2228
2514
|
{
|
|
2229
2515
|
"name": "Alexander Lichter",
|
|
2230
2516
|
"github": "manniL",
|
|
2231
|
-
"twitter": "TheAlexLichter"
|
|
2232
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2517
|
+
"twitter": "TheAlexLichter"
|
|
2233
2518
|
}
|
|
2234
2519
|
],
|
|
2235
2520
|
"compatibility": {
|
|
2236
|
-
"
|
|
2237
|
-
"
|
|
2238
|
-
"3.x": "unknown"
|
|
2521
|
+
"nuxt": "^2.0.0",
|
|
2522
|
+
"requires": {}
|
|
2239
2523
|
}
|
|
2240
2524
|
},
|
|
2241
2525
|
{
|
|
@@ -2252,14 +2536,12 @@
|
|
|
2252
2536
|
"maintainers": [
|
|
2253
2537
|
{
|
|
2254
2538
|
"name": "bazzite",
|
|
2255
|
-
"github": "bazzite"
|
|
2256
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2539
|
+
"github": "bazzite"
|
|
2257
2540
|
}
|
|
2258
2541
|
],
|
|
2259
2542
|
"compatibility": {
|
|
2260
|
-
"
|
|
2261
|
-
"
|
|
2262
|
-
"3.x": "unknown"
|
|
2543
|
+
"nuxt": "^2.0.0",
|
|
2544
|
+
"requires": {}
|
|
2263
2545
|
}
|
|
2264
2546
|
},
|
|
2265
2547
|
{
|
|
@@ -2277,20 +2559,17 @@
|
|
|
2277
2559
|
{
|
|
2278
2560
|
"name": "Debbie O'Brien",
|
|
2279
2561
|
"github": "debs-obrien",
|
|
2280
|
-
"twitter": "debs_obrien"
|
|
2281
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2562
|
+
"twitter": "debs_obrien"
|
|
2282
2563
|
},
|
|
2283
2564
|
{
|
|
2284
2565
|
"name": "Pooya Parsa",
|
|
2285
2566
|
"github": "pi0",
|
|
2286
|
-
"twitter": "_pi0_"
|
|
2287
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2567
|
+
"twitter": "_pi0_"
|
|
2288
2568
|
}
|
|
2289
2569
|
],
|
|
2290
2570
|
"compatibility": {
|
|
2291
|
-
"
|
|
2292
|
-
"
|
|
2293
|
-
"3.x": "unknown"
|
|
2571
|
+
"nuxt": "^2.0.0",
|
|
2572
|
+
"requires": {}
|
|
2294
2573
|
}
|
|
2295
2574
|
},
|
|
2296
2575
|
{
|
|
@@ -2307,14 +2586,171 @@
|
|
|
2307
2586
|
"maintainers": [
|
|
2308
2587
|
{
|
|
2309
2588
|
"name": "janniks",
|
|
2310
|
-
"github": "janniks"
|
|
2311
|
-
|
|
2589
|
+
"github": "janniks"
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2592
|
+
"compatibility": {
|
|
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"
|
|
2312
2749
|
}
|
|
2313
2750
|
],
|
|
2314
2751
|
"compatibility": {
|
|
2315
|
-
"
|
|
2316
|
-
"
|
|
2317
|
-
"3.x": "unknown"
|
|
2752
|
+
"nuxt": "^2.0.0",
|
|
2753
|
+
"requires": {}
|
|
2318
2754
|
}
|
|
2319
2755
|
},
|
|
2320
2756
|
{
|
|
@@ -2331,14 +2767,12 @@
|
|
|
2331
2767
|
"maintainers": [
|
|
2332
2768
|
{
|
|
2333
2769
|
"name": "Tahul",
|
|
2334
|
-
"github": "Tahul"
|
|
2335
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1385263?v=4"
|
|
2770
|
+
"github": "Tahul"
|
|
2336
2771
|
}
|
|
2337
2772
|
],
|
|
2338
2773
|
"compatibility": {
|
|
2339
|
-
"
|
|
2340
|
-
"
|
|
2341
|
-
"3.x": "unknown"
|
|
2774
|
+
"nuxt": "^2.0.0",
|
|
2775
|
+
"requires": {}
|
|
2342
2776
|
}
|
|
2343
2777
|
},
|
|
2344
2778
|
{
|
|
@@ -2355,14 +2789,12 @@
|
|
|
2355
2789
|
"maintainers": [
|
|
2356
2790
|
{
|
|
2357
2791
|
"name": "Tahul",
|
|
2358
|
-
"github": "Tahul"
|
|
2359
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1385263?v=4"
|
|
2792
|
+
"github": "Tahul"
|
|
2360
2793
|
}
|
|
2361
2794
|
],
|
|
2362
2795
|
"compatibility": {
|
|
2363
|
-
"
|
|
2364
|
-
"
|
|
2365
|
-
"3.x": "unknown"
|
|
2796
|
+
"nuxt": "^2.0.0",
|
|
2797
|
+
"requires": {}
|
|
2366
2798
|
}
|
|
2367
2799
|
},
|
|
2368
2800
|
{
|
|
@@ -2379,14 +2811,12 @@
|
|
|
2379
2811
|
"maintainers": [
|
|
2380
2812
|
{
|
|
2381
2813
|
"name": "mvrlin",
|
|
2382
|
-
"github": "mvrlin"
|
|
2383
|
-
"avatar": "https://avatars.githubusercontent.com/u/24970784?v=4"
|
|
2814
|
+
"github": "mvrlin"
|
|
2384
2815
|
}
|
|
2385
2816
|
],
|
|
2386
2817
|
"compatibility": {
|
|
2387
|
-
"
|
|
2388
|
-
"
|
|
2389
|
-
"3.x": "unknown"
|
|
2818
|
+
"nuxt": "^2.0.0",
|
|
2819
|
+
"requires": {}
|
|
2390
2820
|
}
|
|
2391
2821
|
},
|
|
2392
2822
|
{
|
|
@@ -2404,14 +2834,12 @@
|
|
|
2404
2834
|
{
|
|
2405
2835
|
"name": "Pooya Parsa",
|
|
2406
2836
|
"github": "pi0",
|
|
2407
|
-
"twitter": "_pi0_"
|
|
2408
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2837
|
+
"twitter": "_pi0_"
|
|
2409
2838
|
}
|
|
2410
2839
|
],
|
|
2411
2840
|
"compatibility": {
|
|
2412
|
-
"
|
|
2413
|
-
"
|
|
2414
|
-
"3.x": "unknown"
|
|
2841
|
+
"nuxt": "^2.0.0",
|
|
2842
|
+
"requires": {}
|
|
2415
2843
|
}
|
|
2416
2844
|
},
|
|
2417
2845
|
{
|
|
@@ -2429,14 +2857,12 @@
|
|
|
2429
2857
|
{
|
|
2430
2858
|
"name": "Pooya Parsa",
|
|
2431
2859
|
"github": "pi0",
|
|
2432
|
-
"twitter": "_pi0_"
|
|
2433
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2860
|
+
"twitter": "_pi0_"
|
|
2434
2861
|
}
|
|
2435
2862
|
],
|
|
2436
2863
|
"compatibility": {
|
|
2437
|
-
"
|
|
2438
|
-
"
|
|
2439
|
-
"3.x": "unknown"
|
|
2864
|
+
"nuxt": "^2.0.0",
|
|
2865
|
+
"requires": {}
|
|
2440
2866
|
}
|
|
2441
2867
|
},
|
|
2442
2868
|
{
|
|
@@ -2454,14 +2880,12 @@
|
|
|
2454
2880
|
{
|
|
2455
2881
|
"name": "Julio Marquez",
|
|
2456
2882
|
"github": "juliomrqz",
|
|
2457
|
-
"twitter": "juliomrqz"
|
|
2458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2883
|
+
"twitter": "juliomrqz"
|
|
2459
2884
|
}
|
|
2460
2885
|
],
|
|
2461
2886
|
"compatibility": {
|
|
2462
|
-
"
|
|
2463
|
-
"
|
|
2464
|
-
"3.x": "unknown"
|
|
2887
|
+
"nuxt": "^2.0.0",
|
|
2888
|
+
"requires": {}
|
|
2465
2889
|
}
|
|
2466
2890
|
},
|
|
2467
2891
|
{
|
|
@@ -2478,14 +2902,12 @@
|
|
|
2478
2902
|
"maintainers": [
|
|
2479
2903
|
{
|
|
2480
2904
|
"name": "GrabarzUndPartner",
|
|
2481
|
-
"github": "GrabarzUndPartner"
|
|
2482
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2905
|
+
"github": "GrabarzUndPartner"
|
|
2483
2906
|
}
|
|
2484
2907
|
],
|
|
2485
2908
|
"compatibility": {
|
|
2486
|
-
"
|
|
2487
|
-
"
|
|
2488
|
-
"3.x": "unknown"
|
|
2909
|
+
"nuxt": "^2.0.0",
|
|
2910
|
+
"requires": {}
|
|
2489
2911
|
}
|
|
2490
2912
|
},
|
|
2491
2913
|
{
|
|
@@ -2502,14 +2924,60 @@
|
|
|
2502
2924
|
"maintainers": [
|
|
2503
2925
|
{
|
|
2504
2926
|
"name": "cierrateam",
|
|
2505
|
-
"github": "cierrateam"
|
|
2506
|
-
|
|
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"
|
|
2507
2976
|
}
|
|
2508
2977
|
],
|
|
2509
2978
|
"compatibility": {
|
|
2510
|
-
"
|
|
2511
|
-
"
|
|
2512
|
-
"3.x": "unknown"
|
|
2979
|
+
"nuxt": "^2.0.0",
|
|
2980
|
+
"requires": {}
|
|
2513
2981
|
}
|
|
2514
2982
|
},
|
|
2515
2983
|
{
|
|
@@ -2526,14 +2994,14 @@
|
|
|
2526
2994
|
"maintainers": [
|
|
2527
2995
|
{
|
|
2528
2996
|
"name": "posva",
|
|
2529
|
-
"github": "posva"
|
|
2530
|
-
"avatar": "https://avatars.githubusercontent.com/u/664177?v=4"
|
|
2997
|
+
"github": "posva"
|
|
2531
2998
|
}
|
|
2532
2999
|
],
|
|
2533
3000
|
"compatibility": {
|
|
2534
|
-
"
|
|
2535
|
-
"
|
|
2536
|
-
|
|
3001
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3002
|
+
"requires": {
|
|
3003
|
+
"bridge": "optional"
|
|
3004
|
+
}
|
|
2537
3005
|
}
|
|
2538
3006
|
},
|
|
2539
3007
|
{
|
|
@@ -2550,14 +3018,14 @@
|
|
|
2550
3018
|
"maintainers": [
|
|
2551
3019
|
{
|
|
2552
3020
|
"name": "moritzsternemann",
|
|
2553
|
-
"github": "moritzsternemann"
|
|
2554
|
-
"avatar": "https://avatars1.githubusercontent.com/u/3034168?v=4"
|
|
3021
|
+
"github": "moritzsternemann"
|
|
2555
3022
|
}
|
|
2556
3023
|
],
|
|
2557
3024
|
"compatibility": {
|
|
2558
|
-
"
|
|
2559
|
-
"
|
|
2560
|
-
|
|
3025
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3026
|
+
"requires": {
|
|
3027
|
+
"bridge": "optional"
|
|
3028
|
+
}
|
|
2561
3029
|
}
|
|
2562
3030
|
},
|
|
2563
3031
|
{
|
|
@@ -2574,50 +3042,35 @@
|
|
|
2574
3042
|
"maintainers": [
|
|
2575
3043
|
{
|
|
2576
3044
|
"name": "frenchrabbit",
|
|
2577
|
-
"github": "frenchrabbit"
|
|
2578
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
3045
|
+
"github": "frenchrabbit"
|
|
2579
3046
|
}
|
|
2580
3047
|
],
|
|
2581
3048
|
"compatibility": {
|
|
2582
|
-
"
|
|
2583
|
-
"
|
|
2584
|
-
"3.x": "unknown"
|
|
3049
|
+
"nuxt": "^2.0.0",
|
|
3050
|
+
"requires": {}
|
|
2585
3051
|
}
|
|
2586
3052
|
},
|
|
2587
3053
|
{
|
|
2588
3054
|
"name": "prismic",
|
|
2589
3055
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2590
|
-
"repo": "nuxt-
|
|
3056
|
+
"repo": "nuxt-modules/prismic",
|
|
2591
3057
|
"npm": "@nuxtjs/prismic",
|
|
2592
3058
|
"icon": "prismic.png",
|
|
2593
|
-
"github": "https://github.com/nuxt-
|
|
3059
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2594
3060
|
"website": "https://prismic.nuxtjs.org",
|
|
2595
|
-
"learn_more": "https://prismic.io
|
|
3061
|
+
"learn_more": "https://prismic.io",
|
|
2596
3062
|
"category": "CMS",
|
|
2597
3063
|
"type": "community",
|
|
2598
3064
|
"maintainers": [
|
|
2599
|
-
{
|
|
2600
|
-
"name": "Sébastien Chopin",
|
|
2601
|
-
"github": "Atinux",
|
|
2602
|
-
"twitter": "Atinux",
|
|
2603
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2604
|
-
},
|
|
2605
3065
|
{
|
|
2606
3066
|
"name": "lihbr",
|
|
2607
3067
|
"github": "lihbr",
|
|
2608
|
-
"twitter": "li_hbr"
|
|
2609
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"name": "James Pegg",
|
|
2613
|
-
"github": "jamespegg",
|
|
2614
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
3068
|
+
"twitter": "li_hbr"
|
|
2615
3069
|
}
|
|
2616
3070
|
],
|
|
2617
3071
|
"compatibility": {
|
|
2618
|
-
"
|
|
2619
|
-
"
|
|
2620
|
-
"3.x": "unknown"
|
|
3072
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3073
|
+
"requires": {}
|
|
2621
3074
|
}
|
|
2622
3075
|
},
|
|
2623
3076
|
{
|
|
@@ -2634,14 +3087,12 @@
|
|
|
2634
3087
|
"maintainers": [
|
|
2635
3088
|
{
|
|
2636
3089
|
"name": "mmoollllee",
|
|
2637
|
-
"github": "mmoollllee"
|
|
2638
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
3090
|
+
"github": "mmoollllee"
|
|
2639
3091
|
}
|
|
2640
3092
|
],
|
|
2641
3093
|
"compatibility": {
|
|
2642
|
-
"
|
|
2643
|
-
"
|
|
2644
|
-
"3.x": "unknown"
|
|
3094
|
+
"nuxt": "^2.0.0",
|
|
3095
|
+
"requires": {}
|
|
2645
3096
|
}
|
|
2646
3097
|
},
|
|
2647
3098
|
{
|
|
@@ -2659,14 +3110,12 @@
|
|
|
2659
3110
|
{
|
|
2660
3111
|
"name": "Pooya Parsa",
|
|
2661
3112
|
"github": "pi0",
|
|
2662
|
-
"twitter": "_pi0_"
|
|
2663
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3113
|
+
"twitter": "_pi0_"
|
|
2664
3114
|
}
|
|
2665
3115
|
],
|
|
2666
3116
|
"compatibility": {
|
|
2667
|
-
"
|
|
2668
|
-
"
|
|
2669
|
-
"3.x": "unknown"
|
|
3117
|
+
"nuxt": "^2.0.0",
|
|
3118
|
+
"requires": {}
|
|
2670
3119
|
}
|
|
2671
3120
|
},
|
|
2672
3121
|
{
|
|
@@ -2684,20 +3133,18 @@
|
|
|
2684
3133
|
{
|
|
2685
3134
|
"name": "Luca Iaconelli",
|
|
2686
3135
|
"github": "LuXDAmore",
|
|
2687
|
-
"twitter": "luxdamore"
|
|
2688
|
-
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
3136
|
+
"twitter": "luxdamore"
|
|
2689
3137
|
}
|
|
2690
3138
|
],
|
|
2691
3139
|
"compatibility": {
|
|
2692
|
-
"
|
|
2693
|
-
"
|
|
2694
|
-
"3.x": "unknown"
|
|
3140
|
+
"nuxt": "^2.0.0",
|
|
3141
|
+
"requires": {}
|
|
2695
3142
|
}
|
|
2696
3143
|
},
|
|
2697
3144
|
{
|
|
2698
3145
|
"name": "purgecss",
|
|
2699
3146
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2700
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3147
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
2701
3148
|
"npm": "nuxt-purgecss",
|
|
2702
3149
|
"icon": "purgecss.png",
|
|
2703
3150
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2708,14 +3155,12 @@
|
|
|
2708
3155
|
"maintainers": [
|
|
2709
3156
|
{
|
|
2710
3157
|
"name": "Developmint",
|
|
2711
|
-
"github": "Developmint"
|
|
2712
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3158
|
+
"github": "Developmint"
|
|
2713
3159
|
}
|
|
2714
3160
|
],
|
|
2715
3161
|
"compatibility": {
|
|
2716
|
-
"
|
|
2717
|
-
"
|
|
2718
|
-
"3.x": "unknown"
|
|
3162
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3163
|
+
"requires": {}
|
|
2719
3164
|
}
|
|
2720
3165
|
},
|
|
2721
3166
|
{
|
|
@@ -2733,14 +3178,14 @@
|
|
|
2733
3178
|
{
|
|
2734
3179
|
"name": "Pooya Parsa",
|
|
2735
3180
|
"github": "pi0",
|
|
2736
|
-
"twitter": "_pi0_"
|
|
2737
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3181
|
+
"twitter": "_pi0_"
|
|
2738
3182
|
}
|
|
2739
3183
|
],
|
|
2740
3184
|
"compatibility": {
|
|
2741
|
-
"
|
|
2742
|
-
"
|
|
2743
|
-
|
|
3185
|
+
"nuxt": "^2.0.0",
|
|
3186
|
+
"requires": {
|
|
3187
|
+
"bridge": "optional"
|
|
3188
|
+
}
|
|
2744
3189
|
}
|
|
2745
3190
|
},
|
|
2746
3191
|
{
|
|
@@ -2757,14 +3202,12 @@
|
|
|
2757
3202
|
"maintainers": [
|
|
2758
3203
|
{
|
|
2759
3204
|
"name": "Sebastian Silva",
|
|
2760
|
-
"github": "icarito"
|
|
2761
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
3205
|
+
"github": "icarito"
|
|
2762
3206
|
}
|
|
2763
3207
|
],
|
|
2764
3208
|
"compatibility": {
|
|
2765
|
-
"
|
|
2766
|
-
"
|
|
2767
|
-
"3.x": "unknown"
|
|
3209
|
+
"nuxt": "^2.0.0",
|
|
3210
|
+
"requires": {}
|
|
2768
3211
|
}
|
|
2769
3212
|
},
|
|
2770
3213
|
{
|
|
@@ -2781,14 +3224,12 @@
|
|
|
2781
3224
|
"maintainers": [
|
|
2782
3225
|
{
|
|
2783
3226
|
"name": "mvrlin",
|
|
2784
|
-
"github": "mvrlin"
|
|
2785
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
3227
|
+
"github": "mvrlin"
|
|
2786
3228
|
}
|
|
2787
3229
|
],
|
|
2788
3230
|
"compatibility": {
|
|
2789
|
-
"
|
|
2790
|
-
"
|
|
2791
|
-
"3.x": "unknown"
|
|
3231
|
+
"nuxt": "^2.0.0",
|
|
3232
|
+
"requires": {}
|
|
2792
3233
|
}
|
|
2793
3234
|
},
|
|
2794
3235
|
{
|
|
@@ -2806,14 +3247,12 @@
|
|
|
2806
3247
|
{
|
|
2807
3248
|
"name": "Alexander Lichter",
|
|
2808
3249
|
"github": "manniL",
|
|
2809
|
-
"twitter": "TheAlexLichter"
|
|
2810
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3250
|
+
"twitter": "TheAlexLichter"
|
|
2811
3251
|
}
|
|
2812
3252
|
],
|
|
2813
3253
|
"compatibility": {
|
|
2814
|
-
"
|
|
2815
|
-
"
|
|
2816
|
-
"3.x": "unknown"
|
|
3254
|
+
"nuxt": "^2.0.0",
|
|
3255
|
+
"requires": {}
|
|
2817
3256
|
}
|
|
2818
3257
|
},
|
|
2819
3258
|
{
|
|
@@ -2830,14 +3269,12 @@
|
|
|
2830
3269
|
"maintainers": [
|
|
2831
3270
|
{
|
|
2832
3271
|
"name": "pimlie",
|
|
2833
|
-
"github": "pimlie"
|
|
2834
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
3272
|
+
"github": "pimlie"
|
|
2835
3273
|
}
|
|
2836
3274
|
],
|
|
2837
3275
|
"compatibility": {
|
|
2838
|
-
"
|
|
2839
|
-
"
|
|
2840
|
-
"3.x": "unknown"
|
|
3276
|
+
"nuxt": "^2.0.0",
|
|
3277
|
+
"requires": {}
|
|
2841
3278
|
}
|
|
2842
3279
|
},
|
|
2843
3280
|
{
|
|
@@ -2854,14 +3291,14 @@
|
|
|
2854
3291
|
"maintainers": [
|
|
2855
3292
|
{
|
|
2856
3293
|
"name": "Ricardo Gobbo de Souza",
|
|
2857
|
-
"github": "ricardogobbosouza"
|
|
2858
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3294
|
+
"github": "ricardogobbosouza"
|
|
2859
3295
|
}
|
|
2860
3296
|
],
|
|
2861
3297
|
"compatibility": {
|
|
2862
|
-
"
|
|
2863
|
-
"
|
|
2864
|
-
|
|
3298
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3299
|
+
"requires": {
|
|
3300
|
+
"bridge": "optional"
|
|
3301
|
+
}
|
|
2865
3302
|
}
|
|
2866
3303
|
},
|
|
2867
3304
|
{
|
|
@@ -2878,14 +3315,12 @@
|
|
|
2878
3315
|
"maintainers": [
|
|
2879
3316
|
{
|
|
2880
3317
|
"name": "Gaël Reyrol",
|
|
2881
|
-
"github": "gaelreyrol"
|
|
2882
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
3318
|
+
"github": "gaelreyrol"
|
|
2883
3319
|
}
|
|
2884
3320
|
],
|
|
2885
3321
|
"compatibility": {
|
|
2886
|
-
"
|
|
2887
|
-
"
|
|
2888
|
-
"3.x": "unknown"
|
|
3322
|
+
"nuxt": "^2.0.0",
|
|
3323
|
+
"requires": {}
|
|
2889
3324
|
}
|
|
2890
3325
|
},
|
|
2891
3326
|
{
|
|
@@ -2903,14 +3338,12 @@
|
|
|
2903
3338
|
{
|
|
2904
3339
|
"name": "Ahad Birang",
|
|
2905
3340
|
"github": "farnabaz",
|
|
2906
|
-
"twitter": "a_birang"
|
|
2907
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3341
|
+
"twitter": "a_birang"
|
|
2908
3342
|
}
|
|
2909
3343
|
],
|
|
2910
3344
|
"compatibility": {
|
|
2911
|
-
"
|
|
2912
|
-
"
|
|
2913
|
-
"3.x": "unknown"
|
|
3345
|
+
"nuxt": "^2.0.0",
|
|
3346
|
+
"requires": {}
|
|
2914
3347
|
}
|
|
2915
3348
|
},
|
|
2916
3349
|
{
|
|
@@ -2928,23 +3361,21 @@
|
|
|
2928
3361
|
{
|
|
2929
3362
|
"name": "Sébastien Chopin",
|
|
2930
3363
|
"github": "Atinux",
|
|
2931
|
-
"twitter": "Atinux"
|
|
2932
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3364
|
+
"twitter": "Atinux"
|
|
2933
3365
|
}
|
|
2934
3366
|
],
|
|
2935
3367
|
"compatibility": {
|
|
2936
|
-
"
|
|
2937
|
-
"
|
|
2938
|
-
"3.x": "unknown"
|
|
3368
|
+
"nuxt": "^2.0.0",
|
|
3369
|
+
"requires": {}
|
|
2939
3370
|
}
|
|
2940
3371
|
},
|
|
2941
3372
|
{
|
|
2942
3373
|
"name": "sanity",
|
|
2943
|
-
"description": "Access text, images, and other media with Nuxt
|
|
2944
|
-
"repo": "nuxt-
|
|
3374
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3375
|
+
"repo": "nuxt-modules/sanity#main",
|
|
2945
3376
|
"npm": "@nuxtjs/sanity",
|
|
2946
3377
|
"icon": "sanity.png",
|
|
2947
|
-
"github": "https://github.com/nuxt-
|
|
3378
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
2948
3379
|
"website": "https://sanity.nuxtjs.org",
|
|
2949
3380
|
"learn_more": "https://www.sanity.io/",
|
|
2950
3381
|
"category": "CMS",
|
|
@@ -2953,14 +3384,38 @@
|
|
|
2953
3384
|
{
|
|
2954
3385
|
"name": "Daniel Roe",
|
|
2955
3386
|
"github": "danielroe",
|
|
2956
|
-
"twitter": "danielcroe"
|
|
2957
|
-
|
|
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"
|
|
2958
3414
|
}
|
|
2959
3415
|
],
|
|
2960
3416
|
"compatibility": {
|
|
2961
|
-
"
|
|
2962
|
-
"
|
|
2963
|
-
"3.x": "unknown"
|
|
3417
|
+
"nuxt": "^3.0.0",
|
|
3418
|
+
"requires": {}
|
|
2964
3419
|
}
|
|
2965
3420
|
},
|
|
2966
3421
|
{
|
|
@@ -2977,14 +3432,35 @@
|
|
|
2977
3432
|
"maintainers": [
|
|
2978
3433
|
{
|
|
2979
3434
|
"name": "sugoidesune",
|
|
2980
|
-
"github": "sugoidesune"
|
|
2981
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3435
|
+
"github": "sugoidesune"
|
|
2982
3436
|
}
|
|
2983
3437
|
],
|
|
2984
3438
|
"compatibility": {
|
|
2985
|
-
"
|
|
2986
|
-
"
|
|
2987
|
-
|
|
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": {}
|
|
2988
3464
|
}
|
|
2989
3465
|
},
|
|
2990
3466
|
{
|
|
@@ -3001,14 +3477,12 @@
|
|
|
3001
3477
|
"maintainers": [
|
|
3002
3478
|
{
|
|
3003
3479
|
"name": "dansmaculotte",
|
|
3004
|
-
"github": "dansmaculotte"
|
|
3005
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3480
|
+
"github": "dansmaculotte"
|
|
3006
3481
|
}
|
|
3007
3482
|
],
|
|
3008
3483
|
"compatibility": {
|
|
3009
|
-
"
|
|
3010
|
-
"
|
|
3011
|
-
"3.x": "unknown"
|
|
3484
|
+
"nuxt": "^2.0.0",
|
|
3485
|
+
"requires": {}
|
|
3012
3486
|
}
|
|
3013
3487
|
},
|
|
3014
3488
|
{
|
|
@@ -3025,14 +3499,35 @@
|
|
|
3025
3499
|
"maintainers": [
|
|
3026
3500
|
{
|
|
3027
3501
|
"name": "Rafał Chłodnicki",
|
|
3028
|
-
"github": "rchl"
|
|
3029
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3502
|
+
"github": "rchl"
|
|
3030
3503
|
}
|
|
3031
3504
|
],
|
|
3032
3505
|
"compatibility": {
|
|
3033
|
-
"
|
|
3034
|
-
"
|
|
3035
|
-
|
|
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": {}
|
|
3036
3531
|
}
|
|
3037
3532
|
},
|
|
3038
3533
|
{
|
|
@@ -3049,14 +3544,12 @@
|
|
|
3049
3544
|
"maintainers": [
|
|
3050
3545
|
{
|
|
3051
3546
|
"name": "ben-rogerson",
|
|
3052
|
-
"github": "ben-rogerson"
|
|
3053
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3547
|
+
"github": "ben-rogerson"
|
|
3054
3548
|
}
|
|
3055
3549
|
],
|
|
3056
3550
|
"compatibility": {
|
|
3057
|
-
"
|
|
3058
|
-
"
|
|
3059
|
-
"3.x": "unknown"
|
|
3551
|
+
"nuxt": "^2.0.0",
|
|
3552
|
+
"requires": {}
|
|
3060
3553
|
}
|
|
3061
3554
|
},
|
|
3062
3555
|
{
|
|
@@ -3074,14 +3567,35 @@
|
|
|
3074
3567
|
{
|
|
3075
3568
|
"name": "Alexander Lichter",
|
|
3076
3569
|
"github": "manniL",
|
|
3077
|
-
"twitter": "TheAlexLichter"
|
|
3078
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3570
|
+
"twitter": "TheAlexLichter"
|
|
3079
3571
|
}
|
|
3080
3572
|
],
|
|
3081
3573
|
"compatibility": {
|
|
3082
|
-
"
|
|
3083
|
-
"
|
|
3084
|
-
|
|
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"
|
|
3594
|
+
}
|
|
3595
|
+
],
|
|
3596
|
+
"compatibility": {
|
|
3597
|
+
"nuxt": "^3.0.0",
|
|
3598
|
+
"requires": {}
|
|
3085
3599
|
}
|
|
3086
3600
|
},
|
|
3087
3601
|
{
|
|
@@ -3098,14 +3612,12 @@
|
|
|
3098
3612
|
"maintainers": [
|
|
3099
3613
|
{
|
|
3100
3614
|
"name": "Gomah",
|
|
3101
|
-
"github": "Gomah"
|
|
3102
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3615
|
+
"github": "Gomah"
|
|
3103
3616
|
}
|
|
3104
3617
|
],
|
|
3105
3618
|
"compatibility": {
|
|
3106
|
-
"
|
|
3107
|
-
"
|
|
3108
|
-
"3.x": "unknown"
|
|
3619
|
+
"nuxt": "^2.0.0",
|
|
3620
|
+
"requires": {}
|
|
3109
3621
|
}
|
|
3110
3622
|
},
|
|
3111
3623
|
{
|
|
@@ -3122,14 +3634,12 @@
|
|
|
3122
3634
|
"maintainers": [
|
|
3123
3635
|
{
|
|
3124
3636
|
"name": "vaso2",
|
|
3125
|
-
"github": "vaso2"
|
|
3126
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3637
|
+
"github": "vaso2"
|
|
3127
3638
|
}
|
|
3128
3639
|
],
|
|
3129
3640
|
"compatibility": {
|
|
3130
|
-
"
|
|
3131
|
-
"
|
|
3132
|
-
"3.x": "unknown"
|
|
3641
|
+
"nuxt": "^2.0.0",
|
|
3642
|
+
"requires": {}
|
|
3133
3643
|
}
|
|
3134
3644
|
},
|
|
3135
3645
|
{
|
|
@@ -3147,14 +3657,12 @@
|
|
|
3147
3657
|
{
|
|
3148
3658
|
"name": "Nicolas PENNEC",
|
|
3149
3659
|
"github": "NicoPennec",
|
|
3150
|
-
"twitter": "NicoPennec"
|
|
3151
|
-
"avatar": "https://avatars3.githubusercontent.com/u/493223?v=4"
|
|
3660
|
+
"twitter": "NicoPennec"
|
|
3152
3661
|
}
|
|
3153
3662
|
],
|
|
3154
3663
|
"compatibility": {
|
|
3155
|
-
"
|
|
3156
|
-
"
|
|
3157
|
-
"3.x": "unknown"
|
|
3664
|
+
"nuxt": "^2.0.0",
|
|
3665
|
+
"requires": {}
|
|
3158
3666
|
}
|
|
3159
3667
|
},
|
|
3160
3668
|
{
|
|
@@ -3172,14 +3680,12 @@
|
|
|
3172
3680
|
{
|
|
3173
3681
|
"name": "Florent GIRAUD",
|
|
3174
3682
|
"github": "f3ltron",
|
|
3175
|
-
"twitter": "giraud_florent"
|
|
3176
|
-
"avatar": "https://avatars.githubusercontent.com/u/11556276?v=4"
|
|
3683
|
+
"twitter": "giraud_florent"
|
|
3177
3684
|
}
|
|
3178
3685
|
],
|
|
3179
3686
|
"compatibility": {
|
|
3180
|
-
"
|
|
3181
|
-
"
|
|
3182
|
-
"3.x": "unknown"
|
|
3687
|
+
"nuxt": "^2.0.0",
|
|
3688
|
+
"requires": {}
|
|
3183
3689
|
}
|
|
3184
3690
|
},
|
|
3185
3691
|
{
|
|
@@ -3196,14 +3702,12 @@
|
|
|
3196
3702
|
"maintainers": [
|
|
3197
3703
|
{
|
|
3198
3704
|
"name": "AlekseyPleshkov",
|
|
3199
|
-
"github": "AlekseyPleshkov"
|
|
3200
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3705
|
+
"github": "AlekseyPleshkov"
|
|
3201
3706
|
}
|
|
3202
3707
|
],
|
|
3203
3708
|
"compatibility": {
|
|
3204
|
-
"
|
|
3205
|
-
"
|
|
3206
|
-
"3.x": "unknown"
|
|
3709
|
+
"nuxt": "^2.0.0",
|
|
3710
|
+
"requires": {}
|
|
3207
3711
|
}
|
|
3208
3712
|
},
|
|
3209
3713
|
{
|
|
@@ -3220,14 +3724,12 @@
|
|
|
3220
3724
|
"maintainers": [
|
|
3221
3725
|
{
|
|
3222
3726
|
"name": "richardeschloss",
|
|
3223
|
-
"github": "richardeschloss"
|
|
3224
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3727
|
+
"github": "richardeschloss"
|
|
3225
3728
|
}
|
|
3226
3729
|
],
|
|
3227
3730
|
"compatibility": {
|
|
3228
|
-
"
|
|
3229
|
-
"
|
|
3230
|
-
"3.x": "unknown"
|
|
3731
|
+
"nuxt": "^2.0.0",
|
|
3732
|
+
"requires": {}
|
|
3231
3733
|
}
|
|
3232
3734
|
},
|
|
3233
3735
|
{
|
|
@@ -3245,14 +3747,45 @@
|
|
|
3245
3747
|
{
|
|
3246
3748
|
"name": "Josh Deltener",
|
|
3247
3749
|
"github": "hecktarzuli",
|
|
3248
|
-
"twitter": "JoshDeltener"
|
|
3249
|
-
|
|
3750
|
+
"twitter": "JoshDeltener"
|
|
3751
|
+
}
|
|
3752
|
+
],
|
|
3753
|
+
"compatibility": {
|
|
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"
|
|
3250
3784
|
}
|
|
3251
3785
|
],
|
|
3252
3786
|
"compatibility": {
|
|
3253
|
-
"
|
|
3254
|
-
"
|
|
3255
|
-
"3.x": "unknown"
|
|
3787
|
+
"nuxt": "^2.0.0",
|
|
3788
|
+
"requires": {}
|
|
3256
3789
|
}
|
|
3257
3790
|
},
|
|
3258
3791
|
{
|
|
@@ -3269,14 +3802,12 @@
|
|
|
3269
3802
|
"maintainers": [
|
|
3270
3803
|
{
|
|
3271
3804
|
"name": "mazipan",
|
|
3272
|
-
"github": "mazipan"
|
|
3273
|
-
"avatar": "https://avatars0.githubusercontent.com/u/7221389?v=4"
|
|
3805
|
+
"github": "mazipan"
|
|
3274
3806
|
}
|
|
3275
3807
|
],
|
|
3276
3808
|
"compatibility": {
|
|
3277
|
-
"
|
|
3278
|
-
"
|
|
3279
|
-
"3.x": "unknown"
|
|
3809
|
+
"nuxt": "^2.0.0",
|
|
3810
|
+
"requires": {}
|
|
3280
3811
|
}
|
|
3281
3812
|
},
|
|
3282
3813
|
{
|
|
@@ -3293,14 +3824,12 @@
|
|
|
3293
3824
|
"maintainers": [
|
|
3294
3825
|
{
|
|
3295
3826
|
"name": "Jakub Andrzejewski",
|
|
3296
|
-
"github": "Baroshem"
|
|
3297
|
-
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
3827
|
+
"github": "Baroshem"
|
|
3298
3828
|
}
|
|
3299
3829
|
],
|
|
3300
3830
|
"compatibility": {
|
|
3301
|
-
"
|
|
3302
|
-
"
|
|
3303
|
-
"3.x": "unknown"
|
|
3831
|
+
"nuxt": "^2.0.0",
|
|
3832
|
+
"requires": {}
|
|
3304
3833
|
}
|
|
3305
3834
|
},
|
|
3306
3835
|
{
|
|
@@ -3317,21 +3846,19 @@
|
|
|
3317
3846
|
"maintainers": [
|
|
3318
3847
|
{
|
|
3319
3848
|
"name": "richardeschloss",
|
|
3320
|
-
"github": "richardeschloss"
|
|
3321
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3849
|
+
"github": "richardeschloss"
|
|
3322
3850
|
}
|
|
3323
3851
|
],
|
|
3324
3852
|
"compatibility": {
|
|
3325
|
-
"
|
|
3326
|
-
"
|
|
3327
|
-
"3.x": "unknown"
|
|
3853
|
+
"nuxt": "^2.0.0",
|
|
3854
|
+
"requires": {}
|
|
3328
3855
|
}
|
|
3329
3856
|
},
|
|
3330
3857
|
{
|
|
3331
3858
|
"name": "storyblok",
|
|
3332
3859
|
"description": "Storyblok Nuxt.js module",
|
|
3333
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
3334
|
-
"npm": "storyblok
|
|
3860
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3861
|
+
"npm": "@storyblok/nuxt",
|
|
3335
3862
|
"icon": "storyblok.png",
|
|
3336
3863
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
3337
3864
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -3341,14 +3868,12 @@
|
|
|
3341
3868
|
"maintainers": [
|
|
3342
3869
|
{
|
|
3343
3870
|
"name": "storyblok",
|
|
3344
|
-
"github": "storyblok"
|
|
3345
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3871
|
+
"github": "storyblok"
|
|
3346
3872
|
}
|
|
3347
3873
|
],
|
|
3348
3874
|
"compatibility": {
|
|
3349
|
-
"
|
|
3350
|
-
"
|
|
3351
|
-
"3.x": "unknown"
|
|
3875
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3876
|
+
"requires": {}
|
|
3352
3877
|
}
|
|
3353
3878
|
},
|
|
3354
3879
|
{
|
|
@@ -3366,20 +3891,19 @@
|
|
|
3366
3891
|
{
|
|
3367
3892
|
"name": "Ahad Birang",
|
|
3368
3893
|
"github": "farnabaz",
|
|
3369
|
-
"twitter": "a_birang"
|
|
3370
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3894
|
+
"twitter": "a_birang"
|
|
3371
3895
|
},
|
|
3372
3896
|
{
|
|
3373
3897
|
"name": "Pooya Parsa",
|
|
3374
3898
|
"github": "pi0",
|
|
3375
|
-
"twitter": "_pi0_"
|
|
3376
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3899
|
+
"twitter": "_pi0_"
|
|
3377
3900
|
}
|
|
3378
3901
|
],
|
|
3379
3902
|
"compatibility": {
|
|
3380
|
-
"
|
|
3381
|
-
"
|
|
3382
|
-
|
|
3903
|
+
"nuxt": "^2.0.0",
|
|
3904
|
+
"requires": {
|
|
3905
|
+
"bridge": "optional"
|
|
3906
|
+
}
|
|
3383
3907
|
}
|
|
3384
3908
|
},
|
|
3385
3909
|
{
|
|
@@ -3397,20 +3921,19 @@
|
|
|
3397
3921
|
{
|
|
3398
3922
|
"name": "Benjamin Canac",
|
|
3399
3923
|
"github": "benjamincanac",
|
|
3400
|
-
"twitter": "benjamincanac"
|
|
3401
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3924
|
+
"twitter": "benjamincanac"
|
|
3402
3925
|
},
|
|
3403
3926
|
{
|
|
3404
3927
|
"name": "Sébastien Chopin",
|
|
3405
3928
|
"github": "Atinux",
|
|
3406
|
-
"twitter": "Atinux"
|
|
3407
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3929
|
+
"twitter": "Atinux"
|
|
3408
3930
|
}
|
|
3409
3931
|
],
|
|
3410
3932
|
"compatibility": {
|
|
3411
|
-
"
|
|
3412
|
-
"
|
|
3413
|
-
|
|
3933
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3934
|
+
"requires": {
|
|
3935
|
+
"bridge": true
|
|
3936
|
+
}
|
|
3414
3937
|
}
|
|
3415
3938
|
},
|
|
3416
3939
|
{
|
|
@@ -3427,14 +3950,12 @@
|
|
|
3427
3950
|
"maintainers": [
|
|
3428
3951
|
{
|
|
3429
3952
|
"name": "WilliamDASILVA",
|
|
3430
|
-
"github": "WilliamDASILVA"
|
|
3431
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3953
|
+
"github": "WilliamDASILVA"
|
|
3432
3954
|
}
|
|
3433
3955
|
],
|
|
3434
3956
|
"compatibility": {
|
|
3435
|
-
"
|
|
3436
|
-
"
|
|
3437
|
-
"3.x": "unknown"
|
|
3957
|
+
"nuxt": "^2.0.0",
|
|
3958
|
+
"requires": {}
|
|
3438
3959
|
}
|
|
3439
3960
|
},
|
|
3440
3961
|
{
|
|
@@ -3452,14 +3973,12 @@
|
|
|
3452
3973
|
{
|
|
3453
3974
|
"name": "Alexander Lichter",
|
|
3454
3975
|
"github": "manniL",
|
|
3455
|
-
"twitter": "TheAlexLichter"
|
|
3456
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3976
|
+
"twitter": "TheAlexLichter"
|
|
3457
3977
|
}
|
|
3458
3978
|
],
|
|
3459
3979
|
"compatibility": {
|
|
3460
|
-
"
|
|
3461
|
-
"
|
|
3462
|
-
"3.x": "unknown"
|
|
3980
|
+
"nuxt": "^2.0.0",
|
|
3981
|
+
"requires": {}
|
|
3463
3982
|
}
|
|
3464
3983
|
},
|
|
3465
3984
|
{
|
|
@@ -3476,39 +3995,68 @@
|
|
|
3476
3995
|
"maintainers": [
|
|
3477
3996
|
{
|
|
3478
3997
|
"name": "Ricardo Gobbo de Souza",
|
|
3479
|
-
"github": "ricardogobbosouza"
|
|
3480
|
-
|
|
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"
|
|
3481
4022
|
}
|
|
3482
4023
|
],
|
|
3483
4024
|
"compatibility": {
|
|
3484
|
-
"
|
|
3485
|
-
"
|
|
3486
|
-
"3.x": "unknown"
|
|
4025
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4026
|
+
"requires": {}
|
|
3487
4027
|
}
|
|
3488
4028
|
},
|
|
3489
4029
|
{
|
|
3490
4030
|
"name": "supabase",
|
|
3491
|
-
"description": "
|
|
3492
|
-
"repo": "
|
|
3493
|
-
"npm": "
|
|
4031
|
+
"description": "First class integration with Supabase",
|
|
4032
|
+
"repo": "nuxt-community/supabase-module",
|
|
4033
|
+
"npm": "@nuxtjs/supabase",
|
|
3494
4034
|
"icon": "supabase.png",
|
|
3495
|
-
"github": "https://github.com/
|
|
3496
|
-
"website": "https://
|
|
3497
|
-
"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",
|
|
3498
4038
|
"category": "Database",
|
|
3499
|
-
"type": "
|
|
4039
|
+
"type": "community",
|
|
3500
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
|
+
},
|
|
3501
4051
|
{
|
|
3502
4052
|
"name": "Scott Robertson",
|
|
3503
4053
|
"github": "scottrobertson",
|
|
3504
|
-
"twitter": "scottymeuk"
|
|
3505
|
-
"avatar": "https://avatars0.githubusercontent.com/u/68361?v=4"
|
|
4054
|
+
"twitter": "scottymeuk"
|
|
3506
4055
|
}
|
|
3507
4056
|
],
|
|
3508
4057
|
"compatibility": {
|
|
3509
|
-
"
|
|
3510
|
-
"
|
|
3511
|
-
"3.x": "unknown"
|
|
4058
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4059
|
+
"requires": {}
|
|
3512
4060
|
}
|
|
3513
4061
|
},
|
|
3514
4062
|
{
|
|
@@ -3525,14 +4073,12 @@
|
|
|
3525
4073
|
"maintainers": [
|
|
3526
4074
|
{
|
|
3527
4075
|
"name": "Developmint",
|
|
3528
|
-
"github": "Developmint"
|
|
3529
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
4076
|
+
"github": "Developmint"
|
|
3530
4077
|
}
|
|
3531
4078
|
],
|
|
3532
4079
|
"compatibility": {
|
|
3533
|
-
"
|
|
3534
|
-
"
|
|
3535
|
-
"3.x": "unknown"
|
|
4080
|
+
"nuxt": "^2.0.0",
|
|
4081
|
+
"requires": {}
|
|
3536
4082
|
}
|
|
3537
4083
|
},
|
|
3538
4084
|
{
|
|
@@ -3550,14 +4096,12 @@
|
|
|
3550
4096
|
{
|
|
3551
4097
|
"name": "Ahad Birang",
|
|
3552
4098
|
"github": "farnabaz",
|
|
3553
|
-
"twitter": "a_birang"
|
|
3554
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
4099
|
+
"twitter": "a_birang"
|
|
3555
4100
|
}
|
|
3556
4101
|
],
|
|
3557
4102
|
"compatibility": {
|
|
3558
|
-
"
|
|
3559
|
-
"
|
|
3560
|
-
"3.x": "unknown"
|
|
4103
|
+
"nuxt": "^2.0.0",
|
|
4104
|
+
"requires": {}
|
|
3561
4105
|
}
|
|
3562
4106
|
},
|
|
3563
4107
|
{
|
|
@@ -3574,14 +4118,12 @@
|
|
|
3574
4118
|
"maintainers": [
|
|
3575
4119
|
{
|
|
3576
4120
|
"name": "Sam Holmes",
|
|
3577
|
-
"github": "sam3d"
|
|
3578
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
4121
|
+
"github": "sam3d"
|
|
3579
4122
|
}
|
|
3580
4123
|
],
|
|
3581
4124
|
"compatibility": {
|
|
3582
|
-
"
|
|
3583
|
-
"
|
|
3584
|
-
"3.x": "unknown"
|
|
4125
|
+
"nuxt": "^2.0.0",
|
|
4126
|
+
"requires": {}
|
|
3585
4127
|
}
|
|
3586
4128
|
},
|
|
3587
4129
|
{
|
|
@@ -3598,14 +4140,12 @@
|
|
|
3598
4140
|
"maintainers": [
|
|
3599
4141
|
{
|
|
3600
4142
|
"name": "ImreC",
|
|
3601
|
-
"github": "ImreC"
|
|
3602
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
4143
|
+
"github": "ImreC"
|
|
3603
4144
|
}
|
|
3604
4145
|
],
|
|
3605
4146
|
"compatibility": {
|
|
3606
|
-
"
|
|
3607
|
-
"
|
|
3608
|
-
"3.x": "unknown"
|
|
4147
|
+
"nuxt": "^2.0.0",
|
|
4148
|
+
"requires": {}
|
|
3609
4149
|
}
|
|
3610
4150
|
},
|
|
3611
4151
|
{
|
|
@@ -3623,14 +4163,35 @@
|
|
|
3623
4163
|
{
|
|
3624
4164
|
"name": "Sébastien Chopin",
|
|
3625
4165
|
"github": "Atinux",
|
|
3626
|
-
"twitter": "Atinux"
|
|
3627
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
4166
|
+
"twitter": "Atinux"
|
|
3628
4167
|
}
|
|
3629
4168
|
],
|
|
3630
4169
|
"compatibility": {
|
|
3631
|
-
"
|
|
3632
|
-
"
|
|
3633
|
-
|
|
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"
|
|
4190
|
+
}
|
|
4191
|
+
],
|
|
4192
|
+
"compatibility": {
|
|
4193
|
+
"nuxt": "^2.0.0",
|
|
4194
|
+
"requires": {}
|
|
3634
4195
|
}
|
|
3635
4196
|
},
|
|
3636
4197
|
{
|
|
@@ -3648,14 +4209,37 @@
|
|
|
3648
4209
|
{
|
|
3649
4210
|
"name": "Pooya Parsa",
|
|
3650
4211
|
"github": "pi0",
|
|
3651
|
-
"twitter": "_pi0_"
|
|
3652
|
-
|
|
4212
|
+
"twitter": "_pi0_"
|
|
4213
|
+
}
|
|
4214
|
+
],
|
|
4215
|
+
"compatibility": {
|
|
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"
|
|
3653
4236
|
}
|
|
3654
4237
|
],
|
|
3655
4238
|
"compatibility": {
|
|
3656
|
-
"
|
|
3657
|
-
"
|
|
3658
|
-
|
|
4239
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4240
|
+
"requires": {
|
|
4241
|
+
"bridge": true
|
|
4242
|
+
}
|
|
3659
4243
|
}
|
|
3660
4244
|
},
|
|
3661
4245
|
{
|
|
@@ -3672,14 +4256,47 @@
|
|
|
3672
4256
|
"maintainers": [
|
|
3673
4257
|
{
|
|
3674
4258
|
"name": "Nicolas Perraut",
|
|
3675
|
-
"github": "tuarrep"
|
|
3676
|
-
"avatar": "https://avatars.githubusercontent.com/u/6941014?v=4"
|
|
4259
|
+
"github": "tuarrep"
|
|
3677
4260
|
}
|
|
3678
4261
|
],
|
|
3679
4262
|
"compatibility": {
|
|
3680
|
-
"
|
|
3681
|
-
"
|
|
3682
|
-
|
|
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": {}
|
|
3683
4300
|
}
|
|
3684
4301
|
},
|
|
3685
4302
|
{
|
|
@@ -3696,14 +4313,37 @@
|
|
|
3696
4313
|
"maintainers": [
|
|
3697
4314
|
{
|
|
3698
4315
|
"name": "victorgarciaesgi",
|
|
3699
|
-
"github": "victorgarciaesgi"
|
|
3700
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
4316
|
+
"github": "victorgarciaesgi"
|
|
3701
4317
|
}
|
|
3702
4318
|
],
|
|
3703
4319
|
"compatibility": {
|
|
3704
|
-
"
|
|
3705
|
-
"
|
|
3706
|
-
|
|
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
|
+
}
|
|
3707
4347
|
}
|
|
3708
4348
|
},
|
|
3709
4349
|
{
|
|
@@ -3720,26 +4360,22 @@
|
|
|
3720
4360
|
"maintainers": [
|
|
3721
4361
|
{
|
|
3722
4362
|
"name": "Kevin Marrec",
|
|
3723
|
-
"github": "kevinmarrec"
|
|
3724
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4363
|
+
"github": "kevinmarrec"
|
|
3725
4364
|
},
|
|
3726
4365
|
{
|
|
3727
4366
|
"name": "Pooya Parsa",
|
|
3728
4367
|
"github": "pi0",
|
|
3729
|
-
"twitter": "_pi0_"
|
|
3730
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4368
|
+
"twitter": "_pi0_"
|
|
3731
4369
|
},
|
|
3732
4370
|
{
|
|
3733
4371
|
"name": "Daniel Roe",
|
|
3734
4372
|
"github": "danielroe",
|
|
3735
|
-
"twitter": "danielcroe"
|
|
3736
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
4373
|
+
"twitter": "danielcroe"
|
|
3737
4374
|
}
|
|
3738
4375
|
],
|
|
3739
4376
|
"compatibility": {
|
|
3740
|
-
"
|
|
3741
|
-
"
|
|
3742
|
-
"3.x": "unknown"
|
|
4377
|
+
"nuxt": "^2.0.0",
|
|
4378
|
+
"requires": {}
|
|
3743
4379
|
}
|
|
3744
4380
|
},
|
|
3745
4381
|
{
|
|
@@ -3756,26 +4392,46 @@
|
|
|
3756
4392
|
"maintainers": [
|
|
3757
4393
|
{
|
|
3758
4394
|
"name": "Kevin Marrec",
|
|
3759
|
-
"github": "kevinmarrec"
|
|
3760
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4395
|
+
"github": "kevinmarrec"
|
|
3761
4396
|
},
|
|
3762
4397
|
{
|
|
3763
4398
|
"name": "Pooya Parsa",
|
|
3764
4399
|
"github": "pi0",
|
|
3765
|
-
"twitter": "_pi0_"
|
|
3766
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4400
|
+
"twitter": "_pi0_"
|
|
3767
4401
|
},
|
|
3768
4402
|
{
|
|
3769
4403
|
"name": "Daniel Roe",
|
|
3770
4404
|
"github": "danielroe",
|
|
3771
|
-
"twitter": "danielcroe"
|
|
3772
|
-
|
|
4405
|
+
"twitter": "danielcroe"
|
|
4406
|
+
}
|
|
4407
|
+
],
|
|
4408
|
+
"compatibility": {
|
|
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"
|
|
3773
4428
|
}
|
|
3774
4429
|
],
|
|
3775
4430
|
"compatibility": {
|
|
3776
|
-
"
|
|
3777
|
-
"
|
|
3778
|
-
|
|
4431
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4432
|
+
"requires": {
|
|
4433
|
+
"bridge": "optional"
|
|
4434
|
+
}
|
|
3779
4435
|
}
|
|
3780
4436
|
},
|
|
3781
4437
|
{
|
|
@@ -3793,20 +4449,69 @@
|
|
|
3793
4449
|
{
|
|
3794
4450
|
"name": "Pooya Parsa",
|
|
3795
4451
|
"github": "pi0",
|
|
3796
|
-
"twitter": "_pi0_"
|
|
3797
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4452
|
+
"twitter": "_pi0_"
|
|
3798
4453
|
},
|
|
3799
4454
|
{
|
|
3800
4455
|
"name": "Farzad Soltani",
|
|
3801
4456
|
"github": "farzadso",
|
|
3802
|
-
"twitter": "farzadso"
|
|
3803
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
4457
|
+
"twitter": "farzadso"
|
|
3804
4458
|
}
|
|
3805
4459
|
],
|
|
3806
4460
|
"compatibility": {
|
|
3807
|
-
"
|
|
3808
|
-
"
|
|
3809
|
-
|
|
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
|
+
}
|
|
3810
4515
|
}
|
|
3811
4516
|
},
|
|
3812
4517
|
{
|
|
@@ -3823,14 +4528,12 @@
|
|
|
3823
4528
|
"maintainers": [
|
|
3824
4529
|
{
|
|
3825
4530
|
"name": "fukuiretu",
|
|
3826
|
-
"github": "fukuiretu"
|
|
3827
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
4531
|
+
"github": "fukuiretu"
|
|
3828
4532
|
}
|
|
3829
4533
|
],
|
|
3830
4534
|
"compatibility": {
|
|
3831
|
-
"
|
|
3832
|
-
"
|
|
3833
|
-
"3.x": "unknown"
|
|
4535
|
+
"nuxt": "^2.0.0",
|
|
4536
|
+
"requires": {}
|
|
3834
4537
|
}
|
|
3835
4538
|
},
|
|
3836
4539
|
{
|
|
@@ -3847,14 +4550,12 @@
|
|
|
3847
4550
|
"maintainers": [
|
|
3848
4551
|
{
|
|
3849
4552
|
"name": "lewyuburi",
|
|
3850
|
-
"github": "lewyuburi"
|
|
3851
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
4553
|
+
"github": "lewyuburi"
|
|
3852
4554
|
}
|
|
3853
4555
|
],
|
|
3854
4556
|
"compatibility": {
|
|
3855
|
-
"
|
|
3856
|
-
"
|
|
3857
|
-
"3.x": "unknown"
|
|
4557
|
+
"nuxt": "^2.0.0",
|
|
4558
|
+
"requires": {}
|
|
3858
4559
|
}
|
|
3859
4560
|
},
|
|
3860
4561
|
{
|
|
@@ -3872,14 +4573,12 @@
|
|
|
3872
4573
|
{
|
|
3873
4574
|
"name": "Pooya Parsa",
|
|
3874
4575
|
"github": "pi0",
|
|
3875
|
-
"twitter": "_pi0_"
|
|
3876
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4576
|
+
"twitter": "_pi0_"
|
|
3877
4577
|
}
|
|
3878
4578
|
],
|
|
3879
4579
|
"compatibility": {
|
|
3880
|
-
"
|
|
3881
|
-
"
|
|
3882
|
-
"3.x": "unknown"
|
|
4580
|
+
"nuxt": "^2.0.0",
|
|
4581
|
+
"requires": {}
|
|
3883
4582
|
}
|
|
3884
4583
|
},
|
|
3885
4584
|
{
|
|
@@ -3896,14 +4595,12 @@
|
|
|
3896
4595
|
"maintainers": [
|
|
3897
4596
|
{
|
|
3898
4597
|
"name": "vaso2",
|
|
3899
|
-
"github": "vaso2"
|
|
3900
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4598
|
+
"github": "vaso2"
|
|
3901
4599
|
}
|
|
3902
4600
|
],
|
|
3903
4601
|
"compatibility": {
|
|
3904
|
-
"
|
|
3905
|
-
"
|
|
3906
|
-
"3.x": "unknown"
|
|
4602
|
+
"nuxt": "^2.0.0",
|
|
4603
|
+
"requires": {}
|
|
3907
4604
|
}
|
|
3908
4605
|
},
|
|
3909
4606
|
{
|
|
@@ -3920,14 +4617,12 @@
|
|
|
3920
4617
|
"maintainers": [
|
|
3921
4618
|
{
|
|
3922
4619
|
"name": "spektrummedia",
|
|
3923
|
-
"github": "spektrummedia"
|
|
3924
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4620
|
+
"github": "spektrummedia"
|
|
3925
4621
|
}
|
|
3926
4622
|
],
|
|
3927
4623
|
"compatibility": {
|
|
3928
|
-
"
|
|
3929
|
-
"
|
|
3930
|
-
"3.x": "unknown"
|
|
4624
|
+
"nuxt": "^2.0.0",
|
|
4625
|
+
"requires": {}
|
|
3931
4626
|
}
|
|
3932
4627
|
},
|
|
3933
4628
|
{
|
|
@@ -3944,14 +4639,12 @@
|
|
|
3944
4639
|
"maintainers": [
|
|
3945
4640
|
{
|
|
3946
4641
|
"name": "madmod",
|
|
3947
|
-
"github": "madmod"
|
|
3948
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4642
|
+
"github": "madmod"
|
|
3949
4643
|
}
|
|
3950
4644
|
],
|
|
3951
4645
|
"compatibility": {
|
|
3952
|
-
"
|
|
3953
|
-
"
|
|
3954
|
-
"3.x": "unknown"
|
|
4646
|
+
"nuxt": "^2.0.0",
|
|
4647
|
+
"requires": {}
|
|
3955
4648
|
}
|
|
3956
4649
|
},
|
|
3957
4650
|
{
|
|
@@ -3969,14 +4662,34 @@
|
|
|
3969
4662
|
{
|
|
3970
4663
|
"name": "Julio Marquez",
|
|
3971
4664
|
"github": "juliomrqz",
|
|
3972
|
-
"twitter": "juliomrqz"
|
|
3973
|
-
|
|
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"
|
|
3974
4688
|
}
|
|
3975
4689
|
],
|
|
3976
4690
|
"compatibility": {
|
|
3977
|
-
"
|
|
3978
|
-
"
|
|
3979
|
-
"3.x": "unknown"
|
|
4691
|
+
"nuxt": "^3.0.0",
|
|
4692
|
+
"requires": {}
|
|
3980
4693
|
}
|
|
3981
4694
|
},
|
|
3982
4695
|
{
|
|
@@ -3993,20 +4706,42 @@
|
|
|
3993
4706
|
"maintainers": [
|
|
3994
4707
|
{
|
|
3995
4708
|
"name": "Kevin Marrec",
|
|
3996
|
-
"github": "kevinmarrec"
|
|
3997
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4709
|
+
"github": "kevinmarrec"
|
|
3998
4710
|
},
|
|
3999
4711
|
{
|
|
4000
4712
|
"name": "Pooya Parsa",
|
|
4001
4713
|
"github": "pi0",
|
|
4002
|
-
"twitter": "_pi0_"
|
|
4003
|
-
|
|
4714
|
+
"twitter": "_pi0_"
|
|
4715
|
+
}
|
|
4716
|
+
],
|
|
4717
|
+
"compatibility": {
|
|
4718
|
+
"nuxt": "^2.0.0",
|
|
4719
|
+
"requires": {}
|
|
4720
|
+
}
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"name": "vueuse",
|
|
4724
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4725
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4726
|
+
"npm": "@vueuse/nuxt",
|
|
4727
|
+
"icon": "vueuse.svg",
|
|
4728
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4729
|
+
"website": "https://vueuse.org",
|
|
4730
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4731
|
+
"category": "Libraries",
|
|
4732
|
+
"type": "3rd-party",
|
|
4733
|
+
"maintainers": [
|
|
4734
|
+
{
|
|
4735
|
+
"name": "Anthony Fu",
|
|
4736
|
+
"github": "antfu",
|
|
4737
|
+
"twitter": "antfu7"
|
|
4004
4738
|
}
|
|
4005
4739
|
],
|
|
4006
4740
|
"compatibility": {
|
|
4007
|
-
"
|
|
4008
|
-
"
|
|
4009
|
-
|
|
4741
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4742
|
+
"requires": {
|
|
4743
|
+
"bridge": "optional"
|
|
4744
|
+
}
|
|
4010
4745
|
}
|
|
4011
4746
|
},
|
|
4012
4747
|
{
|
|
@@ -4023,14 +4758,12 @@
|
|
|
4023
4758
|
"maintainers": [
|
|
4024
4759
|
{
|
|
4025
4760
|
"name": "paulgv",
|
|
4026
|
-
"github": "paulgv"
|
|
4027
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4761
|
+
"github": "paulgv"
|
|
4028
4762
|
}
|
|
4029
4763
|
],
|
|
4030
4764
|
"compatibility": {
|
|
4031
|
-
"
|
|
4032
|
-
"
|
|
4033
|
-
"3.x": "unknown"
|
|
4765
|
+
"nuxt": "^2.0.0",
|
|
4766
|
+
"requires": {}
|
|
4034
4767
|
}
|
|
4035
4768
|
},
|
|
4036
4769
|
{
|
|
@@ -4047,51 +4780,47 @@
|
|
|
4047
4780
|
"maintainers": [
|
|
4048
4781
|
{
|
|
4049
4782
|
"name": "daliborgogic",
|
|
4050
|
-
"github": "daliborgogic"
|
|
4051
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4783
|
+
"github": "daliborgogic"
|
|
4052
4784
|
},
|
|
4053
4785
|
{
|
|
4054
4786
|
"name": "Pooya Parsa",
|
|
4055
4787
|
"github": "pi0",
|
|
4056
|
-
"twitter": "_pi0_"
|
|
4057
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4788
|
+
"twitter": "_pi0_"
|
|
4058
4789
|
},
|
|
4059
4790
|
{
|
|
4060
4791
|
"name": "Sebastien Chopin",
|
|
4061
4792
|
"github": "Atinux",
|
|
4062
|
-
"twitter": "Atinux"
|
|
4063
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
4793
|
+
"twitter": "Atinux"
|
|
4064
4794
|
}
|
|
4065
4795
|
],
|
|
4066
4796
|
"compatibility": {
|
|
4067
|
-
"
|
|
4068
|
-
"
|
|
4069
|
-
|
|
4797
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4798
|
+
"requires": {
|
|
4799
|
+
"bridge": "optional"
|
|
4800
|
+
}
|
|
4070
4801
|
}
|
|
4071
4802
|
},
|
|
4072
4803
|
{
|
|
4073
4804
|
"name": "web3js",
|
|
4074
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4075
|
-
"repo": "
|
|
4805
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4806
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4076
4807
|
"npm": "nuxt-web3",
|
|
4077
4808
|
"icon": "web3js.svg",
|
|
4078
|
-
"github": "https://github.com/
|
|
4079
|
-
"website": "https://github.com/
|
|
4809
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4810
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4080
4811
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4081
4812
|
"category": "Libraries",
|
|
4082
4813
|
"type": "3rd-party",
|
|
4083
4814
|
"maintainers": [
|
|
4084
4815
|
{
|
|
4085
4816
|
"name": "Muhammad Fauzan",
|
|
4086
|
-
"github": "
|
|
4087
|
-
"twitter": "
|
|
4088
|
-
"avatar": "https://avatars.githubusercontent.com/u/50759463?v=4"
|
|
4817
|
+
"github": "bl0cknumber",
|
|
4818
|
+
"twitter": "fncolon"
|
|
4089
4819
|
}
|
|
4090
4820
|
],
|
|
4091
4821
|
"compatibility": {
|
|
4092
|
-
"
|
|
4093
|
-
"
|
|
4094
|
-
"3.x": "unknown"
|
|
4822
|
+
"nuxt": "^2.0.0",
|
|
4823
|
+
"requires": {}
|
|
4095
4824
|
}
|
|
4096
4825
|
},
|
|
4097
4826
|
{
|
|
@@ -4108,14 +4837,36 @@
|
|
|
4108
4837
|
"maintainers": [
|
|
4109
4838
|
{
|
|
4110
4839
|
"name": "Developmint",
|
|
4111
|
-
"github": "Developmint"
|
|
4112
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
4840
|
+
"github": "Developmint"
|
|
4113
4841
|
}
|
|
4114
4842
|
],
|
|
4115
4843
|
"compatibility": {
|
|
4116
|
-
"
|
|
4117
|
-
"
|
|
4118
|
-
|
|
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
|
+
}
|
|
4119
4870
|
}
|
|
4120
4871
|
},
|
|
4121
4872
|
{
|
|
@@ -4133,14 +4884,12 @@
|
|
|
4133
4884
|
{
|
|
4134
4885
|
"name": "Pooya Parsa",
|
|
4135
4886
|
"github": "pi0",
|
|
4136
|
-
"twitter": "_pi0_"
|
|
4137
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4887
|
+
"twitter": "_pi0_"
|
|
4138
4888
|
}
|
|
4139
4889
|
],
|
|
4140
4890
|
"compatibility": {
|
|
4141
|
-
"
|
|
4142
|
-
"
|
|
4143
|
-
"3.x": "unknown"
|
|
4891
|
+
"nuxt": "^2.0.0",
|
|
4892
|
+
"requires": {}
|
|
4144
4893
|
}
|
|
4145
4894
|
},
|
|
4146
4895
|
{
|
|
@@ -4157,14 +4906,12 @@
|
|
|
4157
4906
|
"maintainers": [
|
|
4158
4907
|
{
|
|
4159
4908
|
"name": "paulgv",
|
|
4160
|
-
"github": "paulgv"
|
|
4161
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4909
|
+
"github": "paulgv"
|
|
4162
4910
|
}
|
|
4163
4911
|
],
|
|
4164
4912
|
"compatibility": {
|
|
4165
|
-
"
|
|
4166
|
-
"
|
|
4167
|
-
"3.x": "unknown"
|
|
4913
|
+
"nuxt": "^2.0.0",
|
|
4914
|
+
"requires": {}
|
|
4168
4915
|
}
|
|
4169
4916
|
},
|
|
4170
4917
|
{
|
|
@@ -4182,19 +4929,17 @@
|
|
|
4182
4929
|
{
|
|
4183
4930
|
"name": "Pooya Parsa",
|
|
4184
4931
|
"github": "pi0",
|
|
4185
|
-
"twitter": "_pi0_"
|
|
4186
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4932
|
+
"twitter": "_pi0_"
|
|
4187
4933
|
}
|
|
4188
4934
|
],
|
|
4189
4935
|
"compatibility": {
|
|
4190
|
-
"
|
|
4191
|
-
"
|
|
4192
|
-
"3.x": "unknown"
|
|
4936
|
+
"nuxt": "^2.0.0",
|
|
4937
|
+
"requires": {}
|
|
4193
4938
|
}
|
|
4194
4939
|
},
|
|
4195
4940
|
{
|
|
4196
4941
|
"name": "windicss",
|
|
4197
|
-
"description": "Next generation
|
|
4942
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4198
4943
|
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4199
4944
|
"npm": "nuxt-windicss",
|
|
4200
4945
|
"icon": "windicss.svg",
|
|
@@ -4206,15 +4951,20 @@
|
|
|
4206
4951
|
"maintainers": [
|
|
4207
4952
|
{
|
|
4208
4953
|
"name": "Harlan Wilton",
|
|
4209
|
-
"github": "
|
|
4210
|
-
"twitter": "harlan_zw"
|
|
4211
|
-
|
|
4954
|
+
"github": "harlan-zw",
|
|
4955
|
+
"twitter": "harlan_zw"
|
|
4956
|
+
},
|
|
4957
|
+
{
|
|
4958
|
+
"name": "Anthony Fu",
|
|
4959
|
+
"github": "antfu",
|
|
4960
|
+
"twitter": "antfu7"
|
|
4212
4961
|
}
|
|
4213
4962
|
],
|
|
4214
4963
|
"compatibility": {
|
|
4215
|
-
"
|
|
4216
|
-
"
|
|
4217
|
-
|
|
4964
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4965
|
+
"requires": {
|
|
4966
|
+
"bridge": "optional"
|
|
4967
|
+
}
|
|
4218
4968
|
}
|
|
4219
4969
|
},
|
|
4220
4970
|
{
|
|
@@ -4231,14 +4981,12 @@
|
|
|
4231
4981
|
"maintainers": [
|
|
4232
4982
|
{
|
|
4233
4983
|
"name": "aaronransley",
|
|
4234
|
-
"github": "aaronransley"
|
|
4235
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4984
|
+
"github": "aaronransley"
|
|
4236
4985
|
}
|
|
4237
4986
|
],
|
|
4238
4987
|
"compatibility": {
|
|
4239
|
-
"
|
|
4240
|
-
"
|
|
4241
|
-
"3.x": "unknown"
|
|
4988
|
+
"nuxt": "^2.0.0",
|
|
4989
|
+
"requires": {}
|
|
4242
4990
|
}
|
|
4243
4991
|
},
|
|
4244
4992
|
{
|
|
@@ -4255,14 +5003,12 @@
|
|
|
4255
5003
|
"maintainers": [
|
|
4256
5004
|
{
|
|
4257
5005
|
"name": "yashha",
|
|
4258
|
-
"github": "yashha"
|
|
4259
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
5006
|
+
"github": "yashha"
|
|
4260
5007
|
}
|
|
4261
5008
|
],
|
|
4262
5009
|
"compatibility": {
|
|
4263
|
-
"
|
|
4264
|
-
"
|
|
4265
|
-
"3.x": "unknown"
|
|
5010
|
+
"nuxt": "^2.0.0",
|
|
5011
|
+
"requires": {}
|
|
4266
5012
|
}
|
|
4267
5013
|
},
|
|
4268
5014
|
{
|
|
@@ -4279,14 +5025,37 @@
|
|
|
4279
5025
|
"maintainers": [
|
|
4280
5026
|
{
|
|
4281
5027
|
"name": "gaetansenn",
|
|
4282
|
-
"github": "gaetansenn"
|
|
4283
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
5028
|
+
"github": "gaetansenn"
|
|
4284
5029
|
}
|
|
4285
5030
|
],
|
|
4286
5031
|
"compatibility": {
|
|
4287
|
-
"
|
|
4288
|
-
"
|
|
4289
|
-
|
|
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
|
+
}
|
|
4290
5059
|
}
|
|
4291
5060
|
},
|
|
4292
5061
|
{
|
|
@@ -4303,14 +5072,12 @@
|
|
|
4303
5072
|
"maintainers": [
|
|
4304
5073
|
{
|
|
4305
5074
|
"name": "MetaCorp",
|
|
4306
|
-
"github": "MetaCorp"
|
|
4307
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
5075
|
+
"github": "MetaCorp"
|
|
4308
5076
|
}
|
|
4309
5077
|
],
|
|
4310
5078
|
"compatibility": {
|
|
4311
|
-
"
|
|
4312
|
-
"
|
|
4313
|
-
"3.x": "unknown"
|
|
5079
|
+
"nuxt": "^2.0.0",
|
|
5080
|
+
"requires": {}
|
|
4314
5081
|
}
|
|
4315
5082
|
},
|
|
4316
5083
|
{
|
|
@@ -4328,14 +5095,12 @@
|
|
|
4328
5095
|
{
|
|
4329
5096
|
"name": "Pooya Parsa",
|
|
4330
5097
|
"github": "pi0",
|
|
4331
|
-
"twitter": "_pi0_"
|
|
4332
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
5098
|
+
"twitter": "_pi0_"
|
|
4333
5099
|
}
|
|
4334
5100
|
],
|
|
4335
5101
|
"compatibility": {
|
|
4336
|
-
"
|
|
4337
|
-
"
|
|
4338
|
-
"3.x": "unknown"
|
|
5102
|
+
"nuxt": "^2.0.0",
|
|
5103
|
+
"requires": {}
|
|
4339
5104
|
}
|
|
4340
5105
|
},
|
|
4341
5106
|
{
|
|
@@ -4352,14 +5117,12 @@
|
|
|
4352
5117
|
"maintainers": [
|
|
4353
5118
|
{
|
|
4354
5119
|
"name": "DansMaCulotte",
|
|
4355
|
-
"github": "DansMaCulotte"
|
|
4356
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
5120
|
+
"github": "DansMaCulotte"
|
|
4357
5121
|
}
|
|
4358
5122
|
],
|
|
4359
5123
|
"compatibility": {
|
|
4360
|
-
"
|
|
4361
|
-
"
|
|
4362
|
-
"3.x": "unknown"
|
|
5124
|
+
"nuxt": "^2.0.0",
|
|
5125
|
+
"requires": {}
|
|
4363
5126
|
}
|
|
4364
5127
|
}
|
|
4365
5128
|
]
|