@nuxt/modules 0.5.0-99c4a0 → 0.5.0-9ccd21
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/categories.json +21 -0
- package/{dist/modules.json → modules.json} +2008 -593
- package/package.json +2 -46
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -13,16 +13,67 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "bdrtsky",
|
|
16
|
-
"github": "bdrtsky"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/45076741?v=4"
|
|
16
|
+
"github": "bdrtsky"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
"name": "Sebastien Chopin",
|
|
21
20
|
"github": "Atinux",
|
|
22
|
-
"twitter": "Atinux"
|
|
23
|
-
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"2.x": "working",
|
|
26
|
+
"2.x-bridge": "unknown",
|
|
27
|
+
"3.x": "unknown"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "adyen",
|
|
32
|
+
"description": "Adyen Payment Module for Nuxt.js",
|
|
33
|
+
"repo": "baroshem/nuxt-adyen-module",
|
|
34
|
+
"npm": "nuxt-adyen-module",
|
|
35
|
+
"icon": "adyen.svg",
|
|
36
|
+
"github": "https://github.com/baroshem/nuxt-adyen-module",
|
|
37
|
+
"website": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
38
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
39
|
+
"category": "Payment",
|
|
40
|
+
"type": "3rd-party",
|
|
41
|
+
"maintainers": [
|
|
42
|
+
{
|
|
43
|
+
"name": "Jakub Andrzejewski",
|
|
44
|
+
"github": "Baroshem",
|
|
45
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
24
46
|
}
|
|
25
|
-
]
|
|
47
|
+
],
|
|
48
|
+
"compatibility": {
|
|
49
|
+
"2.x": "working",
|
|
50
|
+
"2.x-bridge": "unknown",
|
|
51
|
+
"3.x": "unknown"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "agility-cms",
|
|
56
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
57
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
58
|
+
"npm": "@agility/agilitycms-nuxt-module",
|
|
59
|
+
"icon": "agility.png",
|
|
60
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
61
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
62
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
63
|
+
"category": "CMS",
|
|
64
|
+
"type": "3rd-party",
|
|
65
|
+
"maintainers": [
|
|
66
|
+
{
|
|
67
|
+
"name": "Joel Varty",
|
|
68
|
+
"github": "joelvarty",
|
|
69
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"compatibility": {
|
|
73
|
+
"2.x": "working",
|
|
74
|
+
"2.x-bridge": "unknown",
|
|
75
|
+
"3.x": "unknown"
|
|
76
|
+
}
|
|
26
77
|
},
|
|
27
78
|
{
|
|
28
79
|
"name": "alias",
|
|
@@ -33,15 +84,19 @@
|
|
|
33
84
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
85
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
35
86
|
"learn_more": "",
|
|
36
|
-
"category": "
|
|
87
|
+
"category": "Extensions",
|
|
37
88
|
"type": "3rd-party",
|
|
38
89
|
"maintainers": [
|
|
39
90
|
{
|
|
40
91
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
92
|
+
"github": "kdydesign"
|
|
43
93
|
}
|
|
44
|
-
]
|
|
94
|
+
],
|
|
95
|
+
"compatibility": {
|
|
96
|
+
"2.x": "working",
|
|
97
|
+
"2.x-bridge": "unknown",
|
|
98
|
+
"3.x": "unknown"
|
|
99
|
+
}
|
|
45
100
|
},
|
|
46
101
|
{
|
|
47
102
|
"name": "amp",
|
|
@@ -58,10 +113,62 @@
|
|
|
58
113
|
{
|
|
59
114
|
"name": "Ahad Birang",
|
|
60
115
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
|
|
116
|
+
"twitter": "a_birang"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"compatibility": {
|
|
120
|
+
"2.x": "working",
|
|
121
|
+
"2.x-bridge": "unknown",
|
|
122
|
+
"3.x": "unknown"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "animejs",
|
|
127
|
+
"description": "Anime.js module for Nuxt.js",
|
|
128
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
129
|
+
"npm": "nuxt-animejs",
|
|
130
|
+
"icon": "",
|
|
131
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
132
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
133
|
+
"learn_more": "",
|
|
134
|
+
"category": "Libraries",
|
|
135
|
+
"type": "3rd-party",
|
|
136
|
+
"maintainers": [
|
|
137
|
+
{
|
|
138
|
+
"name": "ivodolenc",
|
|
139
|
+
"github": "ivodolenc"
|
|
63
140
|
}
|
|
64
|
-
]
|
|
141
|
+
],
|
|
142
|
+
"compatibility": {
|
|
143
|
+
"2.x": "working",
|
|
144
|
+
"2.x-bridge": "unknown",
|
|
145
|
+
"3.x": "unknown"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "apis-to-file",
|
|
150
|
+
"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",
|
|
151
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
152
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
153
|
+
"icon": "",
|
|
154
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
155
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
156
|
+
"learn_more": "",
|
|
157
|
+
"category": "Performance",
|
|
158
|
+
"type": "3rd-party",
|
|
159
|
+
"maintainers": [
|
|
160
|
+
{
|
|
161
|
+
"name": "Luca Iaconelli",
|
|
162
|
+
"github": "LuXDAmore",
|
|
163
|
+
"twitter": "luxdamore",
|
|
164
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"compatibility": {
|
|
168
|
+
"2.x": "working",
|
|
169
|
+
"2.x-bridge": "unknown",
|
|
170
|
+
"3.x": "unknown"
|
|
171
|
+
}
|
|
65
172
|
},
|
|
66
173
|
{
|
|
67
174
|
"name": "apollo",
|
|
@@ -77,15 +184,18 @@
|
|
|
77
184
|
"maintainers": [
|
|
78
185
|
{
|
|
79
186
|
"name": "Lam Kieu",
|
|
80
|
-
"github": "kieusonlam"
|
|
81
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
187
|
+
"github": "kieusonlam"
|
|
82
188
|
},
|
|
83
189
|
{
|
|
84
190
|
"name": "Dominic Garms",
|
|
85
|
-
"github": "dohomi"
|
|
86
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
191
|
+
"github": "dohomi"
|
|
87
192
|
}
|
|
88
|
-
]
|
|
193
|
+
],
|
|
194
|
+
"compatibility": {
|
|
195
|
+
"2.x": "working",
|
|
196
|
+
"2.x-bridge": "not-working",
|
|
197
|
+
"3.x": "not-working"
|
|
198
|
+
}
|
|
89
199
|
},
|
|
90
200
|
{
|
|
91
201
|
"name": "applicationinsights",
|
|
@@ -101,10 +211,37 @@
|
|
|
101
211
|
"maintainers": [
|
|
102
212
|
{
|
|
103
213
|
"name": "Dmitry Molotkov",
|
|
104
|
-
"github": "aldarund"
|
|
105
|
-
|
|
214
|
+
"github": "aldarund"
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"compatibility": {
|
|
218
|
+
"2.x": "working",
|
|
219
|
+
"2.x-bridge": "unknown",
|
|
220
|
+
"3.x": "unknown"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "appwrite",
|
|
225
|
+
"description": "Appwrite module for Nuxt",
|
|
226
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
227
|
+
"npm": "nuxt-appwrite",
|
|
228
|
+
"icon": "appwrite.png",
|
|
229
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
230
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
231
|
+
"learn_more": "",
|
|
232
|
+
"category": "Request",
|
|
233
|
+
"type": "3rd-party",
|
|
234
|
+
"maintainers": [
|
|
235
|
+
{
|
|
236
|
+
"name": "Hrdtr",
|
|
237
|
+
"github": "Hrdtr"
|
|
106
238
|
}
|
|
107
|
-
]
|
|
239
|
+
],
|
|
240
|
+
"compatibility": {
|
|
241
|
+
"2.x": "working",
|
|
242
|
+
"2.x-bridge": "unknown",
|
|
243
|
+
"3.x": "unknown"
|
|
244
|
+
}
|
|
108
245
|
},
|
|
109
246
|
{
|
|
110
247
|
"name": "auth",
|
|
@@ -121,15 +258,18 @@
|
|
|
121
258
|
{
|
|
122
259
|
"name": "Pooya Parsa",
|
|
123
260
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
261
|
+
"twitter": "_pi0_"
|
|
126
262
|
},
|
|
127
263
|
{
|
|
128
264
|
"name": "João Pedro Antunes Silva",
|
|
129
|
-
"github": "JoaoPedroAS51"
|
|
130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
265
|
+
"github": "JoaoPedroAS51"
|
|
131
266
|
}
|
|
132
|
-
]
|
|
267
|
+
],
|
|
268
|
+
"compatibility": {
|
|
269
|
+
"2.x": "working",
|
|
270
|
+
"2.x-bridge": "wip",
|
|
271
|
+
"3.x": "wip"
|
|
272
|
+
}
|
|
133
273
|
},
|
|
134
274
|
{
|
|
135
275
|
"name": "axios",
|
|
@@ -146,10 +286,14 @@
|
|
|
146
286
|
{
|
|
147
287
|
"name": "Pooya Parsa",
|
|
148
288
|
"github": "pi0",
|
|
149
|
-
"twitter": "_pi0_"
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
289
|
+
"twitter": "_pi0_"
|
|
151
290
|
}
|
|
152
|
-
]
|
|
291
|
+
],
|
|
292
|
+
"compatibility": {
|
|
293
|
+
"2.x": "working",
|
|
294
|
+
"2.x-bridge": "working",
|
|
295
|
+
"3.x": "unknown"
|
|
296
|
+
}
|
|
153
297
|
},
|
|
154
298
|
{
|
|
155
299
|
"name": "basic-auth",
|
|
@@ -165,10 +309,38 @@
|
|
|
165
309
|
"maintainers": [
|
|
166
310
|
{
|
|
167
311
|
"name": "potato4d",
|
|
168
|
-
"github": "potato4d"
|
|
169
|
-
|
|
312
|
+
"github": "potato4d"
|
|
313
|
+
}
|
|
314
|
+
],
|
|
315
|
+
"compatibility": {
|
|
316
|
+
"2.x": "working",
|
|
317
|
+
"2.x-bridge": "unknown",
|
|
318
|
+
"3.x": "unknown"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "bigcommerce",
|
|
323
|
+
"description": "Easy BigCommerce integration for Nuxt.js",
|
|
324
|
+
"repo": "baroshem/nuxt-bigcommerce",
|
|
325
|
+
"npm": "nuxt-bigcommerce",
|
|
326
|
+
"icon": "bigcommerce.svg",
|
|
327
|
+
"github": "https://github.com/baroshem/nuxt-bigcommerce",
|
|
328
|
+
"website": "https://nuxt-bigcommerce.vercel.app/",
|
|
329
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
|
|
330
|
+
"category": "Ecommerce",
|
|
331
|
+
"type": "3rd-party",
|
|
332
|
+
"maintainers": [
|
|
333
|
+
{
|
|
334
|
+
"name": "Jakub Andrzejewski",
|
|
335
|
+
"github": "Baroshem",
|
|
336
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
170
337
|
}
|
|
171
|
-
]
|
|
338
|
+
],
|
|
339
|
+
"compatibility": {
|
|
340
|
+
"2.x": "working",
|
|
341
|
+
"2.x-bridge": "unknown",
|
|
342
|
+
"3.x": "unknown"
|
|
343
|
+
}
|
|
172
344
|
},
|
|
173
345
|
{
|
|
174
346
|
"name": "bootstrap",
|
|
@@ -184,22 +356,24 @@
|
|
|
184
356
|
"maintainers": [
|
|
185
357
|
{
|
|
186
358
|
"name": "Troy Morehouse",
|
|
187
|
-
"github": "tmorehouse"
|
|
188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
359
|
+
"github": "tmorehouse"
|
|
189
360
|
},
|
|
190
361
|
{
|
|
191
362
|
"name": "Pooya Parsa",
|
|
192
363
|
"github": "pi0",
|
|
193
|
-
"twitter": "_pi0_"
|
|
194
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
364
|
+
"twitter": "_pi0_"
|
|
195
365
|
},
|
|
196
366
|
{
|
|
197
367
|
"name": "Jacob Müller",
|
|
198
368
|
"github": "jackmu95",
|
|
199
|
-
"twitter": "jackmu95"
|
|
200
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
369
|
+
"twitter": "jackmu95"
|
|
201
370
|
}
|
|
202
|
-
]
|
|
371
|
+
],
|
|
372
|
+
"compatibility": {
|
|
373
|
+
"2.x": "working",
|
|
374
|
+
"2.x-bridge": "unknown",
|
|
375
|
+
"3.x": "unknown"
|
|
376
|
+
}
|
|
203
377
|
},
|
|
204
378
|
{
|
|
205
379
|
"name": "browserconfig",
|
|
@@ -210,16 +384,20 @@
|
|
|
210
384
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
211
385
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
212
386
|
"learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
|
|
213
|
-
"category": "
|
|
387
|
+
"category": "Extensions",
|
|
214
388
|
"type": "community",
|
|
215
389
|
"maintainers": [
|
|
216
390
|
{
|
|
217
391
|
"name": "Pooya Parsa",
|
|
218
392
|
"github": "pi0",
|
|
219
|
-
"twitter": "_pi0_"
|
|
220
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
393
|
+
"twitter": "_pi0_"
|
|
221
394
|
}
|
|
222
|
-
]
|
|
395
|
+
],
|
|
396
|
+
"compatibility": {
|
|
397
|
+
"2.x": "working",
|
|
398
|
+
"2.x-bridge": "unknown",
|
|
399
|
+
"3.x": "unknown"
|
|
400
|
+
}
|
|
223
401
|
},
|
|
224
402
|
{
|
|
225
403
|
"name": "buefy",
|
|
@@ -235,10 +413,14 @@
|
|
|
235
413
|
"maintainers": [
|
|
236
414
|
{
|
|
237
415
|
"name": "Walter Tommasi",
|
|
238
|
-
"github": "jtommy"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
416
|
+
"github": "jtommy"
|
|
240
417
|
}
|
|
241
|
-
]
|
|
418
|
+
],
|
|
419
|
+
"compatibility": {
|
|
420
|
+
"2.x": "working",
|
|
421
|
+
"2.x-bridge": "unknown",
|
|
422
|
+
"3.x": "unknown"
|
|
423
|
+
}
|
|
242
424
|
},
|
|
243
425
|
{
|
|
244
426
|
"name": "bugsnag",
|
|
@@ -254,10 +436,14 @@
|
|
|
254
436
|
"maintainers": [
|
|
255
437
|
{
|
|
256
438
|
"name": "JulianMar",
|
|
257
|
-
"github": "JulianMar"
|
|
258
|
-
"avatar": "https://avatars2.githubusercontent.com/u/29117090?v=4"
|
|
439
|
+
"github": "JulianMar"
|
|
259
440
|
}
|
|
260
|
-
]
|
|
441
|
+
],
|
|
442
|
+
"compatibility": {
|
|
443
|
+
"2.x": "working",
|
|
444
|
+
"2.x-bridge": "unknown",
|
|
445
|
+
"3.x": "unknown"
|
|
446
|
+
}
|
|
261
447
|
},
|
|
262
448
|
{
|
|
263
449
|
"name": "bulma-slim",
|
|
@@ -273,10 +459,14 @@
|
|
|
273
459
|
"maintainers": [
|
|
274
460
|
{
|
|
275
461
|
"name": "mustardamus",
|
|
276
|
-
"github": "mustardamus"
|
|
277
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
462
|
+
"github": "mustardamus"
|
|
278
463
|
}
|
|
279
|
-
]
|
|
464
|
+
],
|
|
465
|
+
"compatibility": {
|
|
466
|
+
"2.x": "working",
|
|
467
|
+
"2.x-bridge": "unknown",
|
|
468
|
+
"3.x": "unknown"
|
|
469
|
+
}
|
|
280
470
|
},
|
|
281
471
|
{
|
|
282
472
|
"name": "bundle-buddy",
|
|
@@ -292,14 +482,18 @@
|
|
|
292
482
|
"maintainers": [
|
|
293
483
|
{
|
|
294
484
|
"name": "Developmint",
|
|
295
|
-
"github": "Developmint"
|
|
296
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
485
|
+
"github": "Developmint"
|
|
297
486
|
}
|
|
298
|
-
]
|
|
487
|
+
],
|
|
488
|
+
"compatibility": {
|
|
489
|
+
"2.x": "working",
|
|
490
|
+
"2.x-bridge": "unknown",
|
|
491
|
+
"3.x": "unknown"
|
|
492
|
+
}
|
|
299
493
|
},
|
|
300
494
|
{
|
|
301
495
|
"name": "canvas-sketch",
|
|
302
|
-
"description": "Nuxt.js module for
|
|
496
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
|
|
303
497
|
"repo": "LuXDAmore/generative-art",
|
|
304
498
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
305
499
|
"icon": "",
|
|
@@ -310,11 +504,62 @@
|
|
|
310
504
|
"type": "3rd-party",
|
|
311
505
|
"maintainers": [
|
|
312
506
|
{
|
|
313
|
-
"name": "
|
|
507
|
+
"name": "Luca Iaconelli",
|
|
314
508
|
"github": "LuXDAmore",
|
|
315
|
-
"
|
|
509
|
+
"twitter": "luxdamore"
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"compatibility": {
|
|
513
|
+
"2.x": "working",
|
|
514
|
+
"2.x-bridge": "unknown",
|
|
515
|
+
"3.x": "unknown"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "chakra-ui",
|
|
520
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
521
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
522
|
+
"npm": "@chakra-ui/nuxt",
|
|
523
|
+
"icon": "chakra-ui.png",
|
|
524
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
525
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
526
|
+
"learn_more": "",
|
|
527
|
+
"category": "UI",
|
|
528
|
+
"type": "3rd-party",
|
|
529
|
+
"maintainers": [
|
|
530
|
+
{
|
|
531
|
+
"name": "Jonathan Bakebwa",
|
|
532
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"compatibility": {
|
|
536
|
+
"2.x": "working",
|
|
537
|
+
"2.x-bridge": "unknown",
|
|
538
|
+
"3.x": "unknown"
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "chiffre",
|
|
543
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
544
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
545
|
+
"npm": "nuxt-chiffre",
|
|
546
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
547
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
548
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
549
|
+
"learn_more": "https://chiffre.io",
|
|
550
|
+
"category": "Analytics",
|
|
551
|
+
"type": "3rd-party",
|
|
552
|
+
"maintainers": [
|
|
553
|
+
{
|
|
554
|
+
"name": "Romain Clement",
|
|
555
|
+
"github": "rclement"
|
|
316
556
|
}
|
|
317
|
-
]
|
|
557
|
+
],
|
|
558
|
+
"compatibility": {
|
|
559
|
+
"2.x": "working",
|
|
560
|
+
"2.x-bridge": "unknown",
|
|
561
|
+
"3.x": "unknown"
|
|
562
|
+
}
|
|
318
563
|
},
|
|
319
564
|
{
|
|
320
565
|
"name": "client-init",
|
|
@@ -325,15 +570,19 @@
|
|
|
325
570
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
326
571
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
327
572
|
"learn_more": "",
|
|
328
|
-
"category": "
|
|
573
|
+
"category": "Extensions",
|
|
329
574
|
"type": "3rd-party",
|
|
330
575
|
"maintainers": [
|
|
331
576
|
{
|
|
332
577
|
"name": "potato4d",
|
|
333
|
-
"github": "potato4d"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
578
|
+
"github": "potato4d"
|
|
335
579
|
}
|
|
336
|
-
]
|
|
580
|
+
],
|
|
581
|
+
"compatibility": {
|
|
582
|
+
"2.x": "working",
|
|
583
|
+
"2.x-bridge": "unknown",
|
|
584
|
+
"3.x": "unknown"
|
|
585
|
+
}
|
|
337
586
|
},
|
|
338
587
|
{
|
|
339
588
|
"name": "cloudcms",
|
|
@@ -349,10 +598,14 @@
|
|
|
349
598
|
"maintainers": [
|
|
350
599
|
{
|
|
351
600
|
"name": "gitana",
|
|
352
|
-
"github": "gitana"
|
|
353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
601
|
+
"github": "gitana"
|
|
354
602
|
}
|
|
355
|
-
]
|
|
603
|
+
],
|
|
604
|
+
"compatibility": {
|
|
605
|
+
"2.x": "working",
|
|
606
|
+
"2.x-bridge": "unknown",
|
|
607
|
+
"3.x": "unknown"
|
|
608
|
+
}
|
|
356
609
|
},
|
|
357
610
|
{
|
|
358
611
|
"name": "cloudinary",
|
|
@@ -369,10 +622,14 @@
|
|
|
369
622
|
{
|
|
370
623
|
"name": "Maya Shavin",
|
|
371
624
|
"github": "mayashavin",
|
|
372
|
-
"twitter": "MayaShavin"
|
|
373
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
625
|
+
"twitter": "MayaShavin"
|
|
374
626
|
}
|
|
375
|
-
]
|
|
627
|
+
],
|
|
628
|
+
"compatibility": {
|
|
629
|
+
"2.x": "working",
|
|
630
|
+
"2.x-bridge": "unknown",
|
|
631
|
+
"3.x": "not-working"
|
|
632
|
+
}
|
|
376
633
|
},
|
|
377
634
|
{
|
|
378
635
|
"name": "color-mode",
|
|
@@ -389,19 +646,23 @@
|
|
|
389
646
|
{
|
|
390
647
|
"name": "Sébastien Chopin",
|
|
391
648
|
"github": "Atinux",
|
|
392
|
-
"twitter": "Atinux"
|
|
393
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
649
|
+
"twitter": "Atinux"
|
|
394
650
|
}
|
|
395
|
-
]
|
|
651
|
+
],
|
|
652
|
+
"compatibility": {
|
|
653
|
+
"2.x": "working",
|
|
654
|
+
"2.x-bridge": "working",
|
|
655
|
+
"3.x": "unknown"
|
|
656
|
+
}
|
|
396
657
|
},
|
|
397
658
|
{
|
|
398
659
|
"name": "component-cache",
|
|
399
660
|
"description": "LRU component cache for vue components",
|
|
400
|
-
"repo": "nuxt-community/
|
|
661
|
+
"repo": "nuxt-community/component-cache-module",
|
|
401
662
|
"npm": "@nuxtjs/component-cache",
|
|
402
663
|
"icon": "",
|
|
403
|
-
"github": "https://github.com/nuxt-community/
|
|
404
|
-
"website": "https://github.com/nuxt-community/
|
|
664
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
665
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
405
666
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
406
667
|
"category": "Performance",
|
|
407
668
|
"type": "community",
|
|
@@ -409,35 +670,14 @@
|
|
|
409
670
|
{
|
|
410
671
|
"name": "Pooya Parsa",
|
|
411
672
|
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_"
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
673
|
+
"twitter": "_pi0_"
|
|
414
674
|
}
|
|
415
|
-
]
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
439
|
-
}
|
|
440
|
-
]
|
|
675
|
+
],
|
|
676
|
+
"compatibility": {
|
|
677
|
+
"2.x": "working",
|
|
678
|
+
"2.x-bridge": "unknown",
|
|
679
|
+
"3.x": "unknown"
|
|
680
|
+
}
|
|
441
681
|
},
|
|
442
682
|
{
|
|
443
683
|
"name": "composition-api",
|
|
@@ -448,16 +688,20 @@
|
|
|
448
688
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
689
|
"website": "https://composition-api.nuxtjs.org",
|
|
450
690
|
"learn_more": "",
|
|
451
|
-
"category": "
|
|
691
|
+
"category": "Extensions",
|
|
452
692
|
"type": "community",
|
|
453
693
|
"maintainers": [
|
|
454
694
|
{
|
|
455
695
|
"name": "Daniel Roe",
|
|
456
696
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
697
|
+
"twitter": "danielcroe"
|
|
459
698
|
}
|
|
460
|
-
]
|
|
699
|
+
],
|
|
700
|
+
"compatibility": {
|
|
701
|
+
"2.x": "working",
|
|
702
|
+
"2.x-bridge": "unknown",
|
|
703
|
+
"3.x": "unknown"
|
|
704
|
+
}
|
|
461
705
|
},
|
|
462
706
|
{
|
|
463
707
|
"name": "content",
|
|
@@ -474,16 +718,19 @@
|
|
|
474
718
|
{
|
|
475
719
|
"name": "Benjamin Canac",
|
|
476
720
|
"github": "benjamincanac",
|
|
477
|
-
"twitter": "benjamincanac"
|
|
478
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
721
|
+
"twitter": "benjamincanac"
|
|
479
722
|
},
|
|
480
723
|
{
|
|
481
724
|
"name": "Sebastien Chopin",
|
|
482
725
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
726
|
+
"twitter": "Atinux"
|
|
485
727
|
}
|
|
486
|
-
]
|
|
728
|
+
],
|
|
729
|
+
"compatibility": {
|
|
730
|
+
"2.x": "working",
|
|
731
|
+
"2.x-bridge": "not-working",
|
|
732
|
+
"3.x": "not-working"
|
|
733
|
+
}
|
|
487
734
|
},
|
|
488
735
|
{
|
|
489
736
|
"name": "contentful",
|
|
@@ -499,34 +746,64 @@
|
|
|
499
746
|
"maintainers": [
|
|
500
747
|
{
|
|
501
748
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
749
|
+
"github": "scaccogatto"
|
|
504
750
|
}
|
|
505
|
-
]
|
|
751
|
+
],
|
|
752
|
+
"compatibility": {
|
|
753
|
+
"2.x": "working",
|
|
754
|
+
"2.x-bridge": "unknown",
|
|
755
|
+
"3.x": "unknown"
|
|
756
|
+
}
|
|
506
757
|
},
|
|
507
758
|
{
|
|
508
759
|
"name": "custom-elements",
|
|
509
760
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
761
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
762
|
"npm": "nuxt-custom-elements",
|
|
512
|
-
"icon": "",
|
|
763
|
+
"icon": "custom-elements.png",
|
|
513
764
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
765
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
766
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
|
-
"category": "
|
|
767
|
+
"category": "Extensions",
|
|
517
768
|
"type": "3rd-party",
|
|
518
769
|
"maintainers": [
|
|
519
770
|
{
|
|
520
771
|
"name": "Thorn Walli",
|
|
521
|
-
"github": "ThornWalli"
|
|
522
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
772
|
+
"github": "ThornWalli"
|
|
523
773
|
},
|
|
524
774
|
{
|
|
525
775
|
"name": "GrabarzUndPartner",
|
|
526
|
-
"github": "GrabarzUndPartner"
|
|
527
|
-
|
|
776
|
+
"github": "GrabarzUndPartner"
|
|
777
|
+
}
|
|
778
|
+
],
|
|
779
|
+
"compatibility": {
|
|
780
|
+
"2.x": "working",
|
|
781
|
+
"2.x-bridge": "unknown",
|
|
782
|
+
"3.x": "unknown"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "darkmode.js",
|
|
787
|
+
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
788
|
+
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
789
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
790
|
+
"icon": "darkmode.png",
|
|
791
|
+
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
792
|
+
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
793
|
+
"learn_more": "",
|
|
794
|
+
"category": "UI",
|
|
795
|
+
"type": "3rd-party",
|
|
796
|
+
"maintainers": [
|
|
797
|
+
{
|
|
798
|
+
"name": "sandoche",
|
|
799
|
+
"github": "sandoche"
|
|
528
800
|
}
|
|
529
|
-
]
|
|
801
|
+
],
|
|
802
|
+
"compatibility": {
|
|
803
|
+
"2.x": "working",
|
|
804
|
+
"2.x-bridge": "unknown",
|
|
805
|
+
"3.x": "unknown"
|
|
806
|
+
}
|
|
530
807
|
},
|
|
531
808
|
{
|
|
532
809
|
"name": "date-fns",
|
|
@@ -542,10 +819,14 @@
|
|
|
542
819
|
"maintainers": [
|
|
543
820
|
{
|
|
544
821
|
"name": "Ricardo Gobbo de Souza",
|
|
545
|
-
"github": "ricardogobbosouza"
|
|
546
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
822
|
+
"github": "ricardogobbosouza"
|
|
547
823
|
}
|
|
548
|
-
]
|
|
824
|
+
],
|
|
825
|
+
"compatibility": {
|
|
826
|
+
"2.x": "working",
|
|
827
|
+
"2.x-bridge": "wip",
|
|
828
|
+
"3.x": "wip"
|
|
829
|
+
}
|
|
549
830
|
},
|
|
550
831
|
{
|
|
551
832
|
"name": "dayjs",
|
|
@@ -562,10 +843,14 @@
|
|
|
562
843
|
{
|
|
563
844
|
"name": "Takuma HANATANI",
|
|
564
845
|
"github": "potato4d",
|
|
565
|
-
"twitter": "potato4d"
|
|
566
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
846
|
+
"twitter": "potato4d"
|
|
567
847
|
}
|
|
568
|
-
]
|
|
848
|
+
],
|
|
849
|
+
"compatibility": {
|
|
850
|
+
"2.x": "working",
|
|
851
|
+
"2.x-bridge": "unknown",
|
|
852
|
+
"3.x": "unknown"
|
|
853
|
+
}
|
|
569
854
|
},
|
|
570
855
|
{
|
|
571
856
|
"name": "device",
|
|
@@ -576,15 +861,19 @@
|
|
|
576
861
|
"github": "https://github.com/nuxt-community/device-module",
|
|
577
862
|
"website": "https://github.com/nuxt-community/device-module",
|
|
578
863
|
"learn_more": "",
|
|
579
|
-
"category": "
|
|
864
|
+
"category": "Extensions",
|
|
580
865
|
"type": "community",
|
|
581
866
|
"maintainers": [
|
|
582
867
|
{
|
|
583
868
|
"name": "Shinji Yamada",
|
|
584
|
-
"github": "dotneet"
|
|
585
|
-
"avatar": "https://avatars3.githubusercontent.com/u/370602?v=4"
|
|
869
|
+
"github": "dotneet"
|
|
586
870
|
}
|
|
587
|
-
]
|
|
871
|
+
],
|
|
872
|
+
"compatibility": {
|
|
873
|
+
"2.x": "working",
|
|
874
|
+
"2.x-bridge": "unknown",
|
|
875
|
+
"3.x": "unknown"
|
|
876
|
+
}
|
|
588
877
|
},
|
|
589
878
|
{
|
|
590
879
|
"name": "dotenv",
|
|
@@ -595,15 +884,76 @@
|
|
|
595
884
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
596
885
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
597
886
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
598
|
-
"category": "
|
|
887
|
+
"category": "Extensions",
|
|
599
888
|
"type": "community",
|
|
600
889
|
"maintainers": [
|
|
601
890
|
{
|
|
602
891
|
"name": "Julien Tant",
|
|
603
|
-
"github": "JulienTant"
|
|
604
|
-
|
|
892
|
+
"github": "JulienTant"
|
|
893
|
+
}
|
|
894
|
+
],
|
|
895
|
+
"compatibility": {
|
|
896
|
+
"2.x": "working",
|
|
897
|
+
"2.x-bridge": "unknown",
|
|
898
|
+
"3.x": "unknown"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "drupal-ce",
|
|
903
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
904
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
905
|
+
"npm": "nuxtjs-drupal-ce",
|
|
906
|
+
"icon": "drupal-ce.png",
|
|
907
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
908
|
+
"website": "https://stack.lupus.digital",
|
|
909
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
910
|
+
"category": "CMS",
|
|
911
|
+
"type": "3rd-party",
|
|
912
|
+
"maintainers": [
|
|
913
|
+
{
|
|
914
|
+
"name": "Wolfgang Ziegler // fago",
|
|
915
|
+
"github": "fago",
|
|
916
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "Maximilian Götz-Mikus",
|
|
920
|
+
"github": "maximilianmikus",
|
|
921
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "David Licen",
|
|
925
|
+
"github": "davision",
|
|
926
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"compatibility": {
|
|
930
|
+
"2.x": "working",
|
|
931
|
+
"2.x-bridge": "unknown",
|
|
932
|
+
"3.x": "unknown"
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "druxt",
|
|
937
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
938
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
939
|
+
"npm": "druxt",
|
|
940
|
+
"icon": "druxt.svg",
|
|
941
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
942
|
+
"website": "https://druxtjs.org",
|
|
943
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
944
|
+
"category": "CMS",
|
|
945
|
+
"type": "3rd-party",
|
|
946
|
+
"maintainers": [
|
|
947
|
+
{
|
|
948
|
+
"name": "Decipher",
|
|
949
|
+
"github": "decipher"
|
|
605
950
|
}
|
|
606
|
-
]
|
|
951
|
+
],
|
|
952
|
+
"compatibility": {
|
|
953
|
+
"2.x": "working",
|
|
954
|
+
"2.x-bridge": "unknown",
|
|
955
|
+
"3.x": "unknown"
|
|
956
|
+
}
|
|
607
957
|
},
|
|
608
958
|
{
|
|
609
959
|
"name": "emotion",
|
|
@@ -614,16 +964,20 @@
|
|
|
614
964
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
615
965
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
616
966
|
"learn_more": "https://emotion.sh/",
|
|
617
|
-
"category": "
|
|
967
|
+
"category": "Extensions",
|
|
618
968
|
"type": "community",
|
|
619
969
|
"maintainers": [
|
|
620
970
|
{
|
|
621
971
|
"name": "Pooya Parsa",
|
|
622
972
|
"github": "pi0",
|
|
623
|
-
"twitter": "_pi0_"
|
|
624
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
973
|
+
"twitter": "_pi0_"
|
|
625
974
|
}
|
|
626
|
-
]
|
|
975
|
+
],
|
|
976
|
+
"compatibility": {
|
|
977
|
+
"2.x": "working",
|
|
978
|
+
"2.x-bridge": "unknown",
|
|
979
|
+
"3.x": "unknown"
|
|
980
|
+
}
|
|
627
981
|
},
|
|
628
982
|
{
|
|
629
983
|
"name": "eslint",
|
|
@@ -639,10 +993,14 @@
|
|
|
639
993
|
"maintainers": [
|
|
640
994
|
{
|
|
641
995
|
"name": "Ricardo Gobbo de Souza",
|
|
642
|
-
"github": "ricardogobbosouza"
|
|
643
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
996
|
+
"github": "ricardogobbosouza"
|
|
644
997
|
}
|
|
645
|
-
]
|
|
998
|
+
],
|
|
999
|
+
"compatibility": {
|
|
1000
|
+
"2.x": "working",
|
|
1001
|
+
"2.x-bridge": "unknown",
|
|
1002
|
+
"3.x": "unknown"
|
|
1003
|
+
}
|
|
646
1004
|
},
|
|
647
1005
|
{
|
|
648
1006
|
"name": "event-trace",
|
|
@@ -658,10 +1016,37 @@
|
|
|
658
1016
|
"maintainers": [
|
|
659
1017
|
{
|
|
660
1018
|
"name": "Xin Du",
|
|
661
|
-
"github": "clarkdo"
|
|
662
|
-
|
|
1019
|
+
"github": "clarkdo"
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
"compatibility": {
|
|
1023
|
+
"2.x": "working",
|
|
1024
|
+
"2.x-bridge": "unknown",
|
|
1025
|
+
"3.x": "unknown"
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "fathom",
|
|
1030
|
+
"description": "Fathom analytics for Nuxt",
|
|
1031
|
+
"repo": "yabhq/nuxt-fathom",
|
|
1032
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
1033
|
+
"icon": "fathom.png",
|
|
1034
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1035
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1036
|
+
"learn_more": "https://usefathom.com/",
|
|
1037
|
+
"category": "Analytics",
|
|
1038
|
+
"type": "3rd-party",
|
|
1039
|
+
"maintainers": [
|
|
1040
|
+
{
|
|
1041
|
+
"name": "yabhq",
|
|
1042
|
+
"github": "yabhq"
|
|
663
1043
|
}
|
|
664
|
-
]
|
|
1044
|
+
],
|
|
1045
|
+
"compatibility": {
|
|
1046
|
+
"2.x": "working",
|
|
1047
|
+
"2.x-bridge": "unknown",
|
|
1048
|
+
"3.x": "unknown"
|
|
1049
|
+
}
|
|
665
1050
|
},
|
|
666
1051
|
{
|
|
667
1052
|
"name": "feature-toggle",
|
|
@@ -672,15 +1057,19 @@
|
|
|
672
1057
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
673
1058
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
674
1059
|
"learn_more": "",
|
|
675
|
-
"category": "
|
|
1060
|
+
"category": "Extensions",
|
|
676
1061
|
"type": "3rd-party",
|
|
677
1062
|
"maintainers": [
|
|
678
1063
|
{
|
|
679
1064
|
"name": "stephenkr",
|
|
680
|
-
"github": "stephenkr"
|
|
681
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1065
|
+
"github": "stephenkr"
|
|
682
1066
|
}
|
|
683
|
-
]
|
|
1067
|
+
],
|
|
1068
|
+
"compatibility": {
|
|
1069
|
+
"2.x": "working",
|
|
1070
|
+
"2.x-bridge": "unknown",
|
|
1071
|
+
"3.x": "unknown"
|
|
1072
|
+
}
|
|
684
1073
|
},
|
|
685
1074
|
{
|
|
686
1075
|
"name": "feed",
|
|
@@ -697,14 +1086,18 @@
|
|
|
697
1086
|
{
|
|
698
1087
|
"name": "Alexander Lichter",
|
|
699
1088
|
"github": "manniL",
|
|
700
|
-
"twitter": "TheAlexLichter"
|
|
701
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1089
|
+
"twitter": "TheAlexLichter"
|
|
702
1090
|
}
|
|
703
|
-
]
|
|
1091
|
+
],
|
|
1092
|
+
"compatibility": {
|
|
1093
|
+
"2.x": "working",
|
|
1094
|
+
"2.x-bridge": "unknown",
|
|
1095
|
+
"3.x": "unknown"
|
|
1096
|
+
}
|
|
704
1097
|
},
|
|
705
1098
|
{
|
|
706
1099
|
"name": "firebase",
|
|
707
|
-
"description": "
|
|
1100
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
708
1101
|
"repo": "nuxt-community/firebase-module",
|
|
709
1102
|
"npm": "@nuxtjs/firebase",
|
|
710
1103
|
"icon": "firebase.png",
|
|
@@ -716,10 +1109,37 @@
|
|
|
716
1109
|
"maintainers": [
|
|
717
1110
|
{
|
|
718
1111
|
"name": "Pascal Luther",
|
|
719
|
-
"github": "lupas"
|
|
720
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1112
|
+
"github": "lupas"
|
|
721
1113
|
}
|
|
722
|
-
]
|
|
1114
|
+
],
|
|
1115
|
+
"compatibility": {
|
|
1116
|
+
"2.x": "working",
|
|
1117
|
+
"2.x-bridge": "unknown",
|
|
1118
|
+
"3.x": "unknown"
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "floating-prompt-module",
|
|
1123
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1124
|
+
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1125
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1126
|
+
"icon": "",
|
|
1127
|
+
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1128
|
+
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1129
|
+
"learn_more": "",
|
|
1130
|
+
"category": "Libraries",
|
|
1131
|
+
"type": "3rd-party",
|
|
1132
|
+
"maintainers": [
|
|
1133
|
+
{
|
|
1134
|
+
"name": "sandoche",
|
|
1135
|
+
"github": "sandoche"
|
|
1136
|
+
}
|
|
1137
|
+
],
|
|
1138
|
+
"compatibility": {
|
|
1139
|
+
"2.x": "working",
|
|
1140
|
+
"2.x-bridge": "unknown",
|
|
1141
|
+
"3.x": "unknown"
|
|
1142
|
+
}
|
|
723
1143
|
},
|
|
724
1144
|
{
|
|
725
1145
|
"name": "font-loader-strategy",
|
|
@@ -735,10 +1155,37 @@
|
|
|
735
1155
|
"maintainers": [
|
|
736
1156
|
{
|
|
737
1157
|
"name": "GrabarzUndPartner",
|
|
738
|
-
"github": "GrabarzUndPartner"
|
|
739
|
-
|
|
1158
|
+
"github": "GrabarzUndPartner"
|
|
1159
|
+
}
|
|
1160
|
+
],
|
|
1161
|
+
"compatibility": {
|
|
1162
|
+
"2.x": "working",
|
|
1163
|
+
"2.x-bridge": "unknown",
|
|
1164
|
+
"3.x": "unknown"
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "fontagon",
|
|
1169
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1170
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1171
|
+
"npm": "nuxt-fontagon",
|
|
1172
|
+
"icon": "fontagon.png",
|
|
1173
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1174
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1175
|
+
"learn_more": "",
|
|
1176
|
+
"category": "Libraries",
|
|
1177
|
+
"type": "3rd-party",
|
|
1178
|
+
"maintainers": [
|
|
1179
|
+
{
|
|
1180
|
+
"name": "kdydesign",
|
|
1181
|
+
"github": "kdydesign"
|
|
740
1182
|
}
|
|
741
|
-
]
|
|
1183
|
+
],
|
|
1184
|
+
"compatibility": {
|
|
1185
|
+
"2.x": "working",
|
|
1186
|
+
"2.x-bridge": "unknown",
|
|
1187
|
+
"3.x": "unknown"
|
|
1188
|
+
}
|
|
742
1189
|
},
|
|
743
1190
|
{
|
|
744
1191
|
"name": "fontawesome",
|
|
@@ -754,10 +1201,14 @@
|
|
|
754
1201
|
"maintainers": [
|
|
755
1202
|
{
|
|
756
1203
|
"name": "Pim",
|
|
757
|
-
"github": "pimlie"
|
|
758
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1204
|
+
"github": "pimlie"
|
|
759
1205
|
}
|
|
760
|
-
]
|
|
1206
|
+
],
|
|
1207
|
+
"compatibility": {
|
|
1208
|
+
"2.x": "working",
|
|
1209
|
+
"2.x-bridge": "unknown",
|
|
1210
|
+
"3.x": "unknown"
|
|
1211
|
+
}
|
|
761
1212
|
},
|
|
762
1213
|
{
|
|
763
1214
|
"name": "fullpage",
|
|
@@ -773,10 +1224,37 @@
|
|
|
773
1224
|
"maintainers": [
|
|
774
1225
|
{
|
|
775
1226
|
"name": "vaso2",
|
|
776
|
-
"github": "vaso2"
|
|
777
|
-
|
|
1227
|
+
"github": "vaso2"
|
|
1228
|
+
}
|
|
1229
|
+
],
|
|
1230
|
+
"compatibility": {
|
|
1231
|
+
"2.x": "working",
|
|
1232
|
+
"2.x-bridge": "unknown",
|
|
1233
|
+
"3.x": "unknown"
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"name": "github-api",
|
|
1238
|
+
"description": "Nuxt module for GitHub v4 API",
|
|
1239
|
+
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1240
|
+
"npm": "nuxt-github-api",
|
|
1241
|
+
"icon": "github.svg",
|
|
1242
|
+
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1243
|
+
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1244
|
+
"learn_more": "",
|
|
1245
|
+
"category": "Request",
|
|
1246
|
+
"type": "3rd-party",
|
|
1247
|
+
"maintainers": [
|
|
1248
|
+
{
|
|
1249
|
+
"name": "lindsaykwardell",
|
|
1250
|
+
"github": "lindsaykwardell"
|
|
778
1251
|
}
|
|
779
|
-
]
|
|
1252
|
+
],
|
|
1253
|
+
"compatibility": {
|
|
1254
|
+
"2.x": "working",
|
|
1255
|
+
"2.x-bridge": "unknown",
|
|
1256
|
+
"3.x": "unknown"
|
|
1257
|
+
}
|
|
780
1258
|
},
|
|
781
1259
|
{
|
|
782
1260
|
"name": "google-adsense",
|
|
@@ -792,10 +1270,14 @@
|
|
|
792
1270
|
"maintainers": [
|
|
793
1271
|
{
|
|
794
1272
|
"name": "Troy Morehouse",
|
|
795
|
-
"github": "tmorehouse"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1273
|
+
"github": "tmorehouse"
|
|
797
1274
|
}
|
|
798
|
-
]
|
|
1275
|
+
],
|
|
1276
|
+
"compatibility": {
|
|
1277
|
+
"2.x": "working",
|
|
1278
|
+
"2.x-bridge": "unknown",
|
|
1279
|
+
"3.x": "unknown"
|
|
1280
|
+
}
|
|
799
1281
|
},
|
|
800
1282
|
{
|
|
801
1283
|
"name": "google-analytics",
|
|
@@ -812,28 +1294,30 @@
|
|
|
812
1294
|
{
|
|
813
1295
|
"name": "Pooya Parsa",
|
|
814
1296
|
"github": "pi0",
|
|
815
|
-
"twitter": "_pi0_"
|
|
816
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1297
|
+
"twitter": "_pi0_"
|
|
817
1298
|
},
|
|
818
1299
|
{
|
|
819
1300
|
"name": "Ricardo Gobbo de Souza",
|
|
820
|
-
"github": "ricardogobbosouza"
|
|
821
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1301
|
+
"github": "ricardogobbosouza"
|
|
822
1302
|
},
|
|
823
1303
|
{
|
|
824
1304
|
"name": "Matteo Gabriele",
|
|
825
1305
|
"github": "MatteoGabriele",
|
|
826
|
-
"twitter": "matteo_gabriele"
|
|
827
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1306
|
+
"twitter": "matteo_gabriele"
|
|
828
1307
|
}
|
|
829
|
-
]
|
|
1308
|
+
],
|
|
1309
|
+
"compatibility": {
|
|
1310
|
+
"2.x": "working",
|
|
1311
|
+
"2.x-bridge": "unknown",
|
|
1312
|
+
"3.x": "unknown"
|
|
1313
|
+
}
|
|
830
1314
|
},
|
|
831
1315
|
{
|
|
832
1316
|
"name": "google-fonts",
|
|
833
1317
|
"description": "Google Fonts module for NuxtJS",
|
|
834
1318
|
"repo": "nuxt-community/google-fonts-module",
|
|
835
1319
|
"npm": "@nuxtjs/google-fonts",
|
|
836
|
-
"icon": "google-fonts.
|
|
1320
|
+
"icon": "google-fonts.png",
|
|
837
1321
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
838
1322
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
839
1323
|
"learn_more": "https://developers.google.com/fonts",
|
|
@@ -842,10 +1326,14 @@
|
|
|
842
1326
|
"maintainers": [
|
|
843
1327
|
{
|
|
844
1328
|
"name": "Ricardo Gobbo de Souza",
|
|
845
|
-
"github": "ricardogobbosouza"
|
|
846
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1329
|
+
"github": "ricardogobbosouza"
|
|
847
1330
|
}
|
|
848
|
-
]
|
|
1331
|
+
],
|
|
1332
|
+
"compatibility": {
|
|
1333
|
+
"2.x": "working",
|
|
1334
|
+
"2.x-bridge": "unknown",
|
|
1335
|
+
"3.x": "unknown"
|
|
1336
|
+
}
|
|
849
1337
|
},
|
|
850
1338
|
{
|
|
851
1339
|
"name": "google-gtag",
|
|
@@ -861,15 +1349,18 @@
|
|
|
861
1349
|
"maintainers": [
|
|
862
1350
|
{
|
|
863
1351
|
"name": "Dominic Garms",
|
|
864
|
-
"github": "dohomi"
|
|
865
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1352
|
+
"github": "dohomi"
|
|
866
1353
|
},
|
|
867
1354
|
{
|
|
868
1355
|
"name": "Ricardo Gobbo de Souza",
|
|
869
|
-
"github": "ricardogobbosouza"
|
|
870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1356
|
+
"github": "ricardogobbosouza"
|
|
871
1357
|
}
|
|
872
|
-
]
|
|
1358
|
+
],
|
|
1359
|
+
"compatibility": {
|
|
1360
|
+
"2.x": "working",
|
|
1361
|
+
"2.x-bridge": "unknown",
|
|
1362
|
+
"3.x": "unknown"
|
|
1363
|
+
}
|
|
873
1364
|
},
|
|
874
1365
|
{
|
|
875
1366
|
"name": "google-optimize",
|
|
@@ -886,22 +1377,24 @@
|
|
|
886
1377
|
{
|
|
887
1378
|
"name": "Pooya Parsa",
|
|
888
1379
|
"github": "pi0",
|
|
889
|
-
"twitter": "_pi0_"
|
|
890
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1380
|
+
"twitter": "_pi0_"
|
|
891
1381
|
},
|
|
892
1382
|
{
|
|
893
1383
|
"name": "Farzad Soltani",
|
|
894
1384
|
"github": "farzadso",
|
|
895
|
-
"twitter": "farzadso"
|
|
896
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1385
|
+
"twitter": "farzadso"
|
|
897
1386
|
},
|
|
898
1387
|
{
|
|
899
1388
|
"name": "Josh Deltener",
|
|
900
1389
|
"github": "hecktarzuli",
|
|
901
|
-
"twitter": "JoshDeltener"
|
|
902
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
1390
|
+
"twitter": "JoshDeltener"
|
|
903
1391
|
}
|
|
904
|
-
]
|
|
1392
|
+
],
|
|
1393
|
+
"compatibility": {
|
|
1394
|
+
"2.x": "working",
|
|
1395
|
+
"2.x-bridge": "unknown",
|
|
1396
|
+
"3.x": "unknown"
|
|
1397
|
+
}
|
|
905
1398
|
},
|
|
906
1399
|
{
|
|
907
1400
|
"name": "graphql-request",
|
|
@@ -917,10 +1410,14 @@
|
|
|
917
1410
|
"maintainers": [
|
|
918
1411
|
{
|
|
919
1412
|
"name": "gomah",
|
|
920
|
-
"github": "gomah"
|
|
921
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1413
|
+
"github": "gomah"
|
|
922
1414
|
}
|
|
923
|
-
]
|
|
1415
|
+
],
|
|
1416
|
+
"compatibility": {
|
|
1417
|
+
"2.x": "working",
|
|
1418
|
+
"2.x-bridge": "unknown",
|
|
1419
|
+
"3.x": "unknown"
|
|
1420
|
+
}
|
|
924
1421
|
},
|
|
925
1422
|
{
|
|
926
1423
|
"name": "gtm",
|
|
@@ -937,10 +1434,14 @@
|
|
|
937
1434
|
{
|
|
938
1435
|
"name": "Pooya Parsa",
|
|
939
1436
|
"github": "pi0",
|
|
940
|
-
"twitter": "_pi0_"
|
|
941
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1437
|
+
"twitter": "_pi0_"
|
|
942
1438
|
}
|
|
943
|
-
]
|
|
1439
|
+
],
|
|
1440
|
+
"compatibility": {
|
|
1441
|
+
"2.x": "working",
|
|
1442
|
+
"2.x-bridge": "unknown",
|
|
1443
|
+
"3.x": "unknown"
|
|
1444
|
+
}
|
|
944
1445
|
},
|
|
945
1446
|
{
|
|
946
1447
|
"name": "guess",
|
|
@@ -956,10 +1457,38 @@
|
|
|
956
1457
|
"maintainers": [
|
|
957
1458
|
{
|
|
958
1459
|
"name": "Xin Du",
|
|
959
|
-
"github": "clarkdo"
|
|
960
|
-
|
|
1460
|
+
"github": "clarkdo"
|
|
1461
|
+
}
|
|
1462
|
+
],
|
|
1463
|
+
"compatibility": {
|
|
1464
|
+
"2.x": "working",
|
|
1465
|
+
"2.x-bridge": "unknown",
|
|
1466
|
+
"3.x": "unknown"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"name": "headway",
|
|
1471
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1472
|
+
"repo": "l-portet/nuxt-headway",
|
|
1473
|
+
"npm": "nuxt-headway",
|
|
1474
|
+
"icon": "headway.png",
|
|
1475
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1476
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1477
|
+
"learn_more": "https://headwayapp.co/",
|
|
1478
|
+
"category": "UI",
|
|
1479
|
+
"type": "3rd-party",
|
|
1480
|
+
"maintainers": [
|
|
1481
|
+
{
|
|
1482
|
+
"name": "l-portet",
|
|
1483
|
+
"github": "l-portet",
|
|
1484
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
961
1485
|
}
|
|
962
|
-
]
|
|
1486
|
+
],
|
|
1487
|
+
"compatibility": {
|
|
1488
|
+
"2.x": "working",
|
|
1489
|
+
"2.x-bridge": "unknown",
|
|
1490
|
+
"3.x": "unknown"
|
|
1491
|
+
}
|
|
963
1492
|
},
|
|
964
1493
|
{
|
|
965
1494
|
"name": "helmet",
|
|
@@ -975,10 +1504,14 @@
|
|
|
975
1504
|
"maintainers": [
|
|
976
1505
|
{
|
|
977
1506
|
"name": "victor-perez",
|
|
978
|
-
"github": "victor-perez"
|
|
979
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1507
|
+
"github": "victor-perez"
|
|
980
1508
|
}
|
|
981
|
-
]
|
|
1509
|
+
],
|
|
1510
|
+
"compatibility": {
|
|
1511
|
+
"2.x": "working",
|
|
1512
|
+
"2.x-bridge": "unknown",
|
|
1513
|
+
"3.x": "unknown"
|
|
1514
|
+
}
|
|
982
1515
|
},
|
|
983
1516
|
{
|
|
984
1517
|
"name": "highcharts",
|
|
@@ -994,10 +1527,14 @@
|
|
|
994
1527
|
"maintainers": [
|
|
995
1528
|
{
|
|
996
1529
|
"name": "richardeschloss",
|
|
997
|
-
"github": "richardeschloss"
|
|
998
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1530
|
+
"github": "richardeschloss"
|
|
999
1531
|
}
|
|
1000
|
-
]
|
|
1532
|
+
],
|
|
1533
|
+
"compatibility": {
|
|
1534
|
+
"2.x": "working",
|
|
1535
|
+
"2.x-bridge": "unknown",
|
|
1536
|
+
"3.x": "unknown"
|
|
1537
|
+
}
|
|
1001
1538
|
},
|
|
1002
1539
|
{
|
|
1003
1540
|
"name": "history-state",
|
|
@@ -1008,15 +1545,19 @@
|
|
|
1008
1545
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1009
1546
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1010
1547
|
"learn_more": "",
|
|
1011
|
-
"category": "
|
|
1548
|
+
"category": "Extensions",
|
|
1012
1549
|
"type": "3rd-party",
|
|
1013
1550
|
"maintainers": [
|
|
1014
1551
|
{
|
|
1015
1552
|
"name": "hidekatsu-izuno",
|
|
1016
|
-
"github": "hidekatsu-izuno"
|
|
1017
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1553
|
+
"github": "hidekatsu-izuno"
|
|
1018
1554
|
}
|
|
1019
|
-
]
|
|
1555
|
+
],
|
|
1556
|
+
"compatibility": {
|
|
1557
|
+
"2.x": "working",
|
|
1558
|
+
"2.x-bridge": "unknown",
|
|
1559
|
+
"3.x": "unknown"
|
|
1560
|
+
}
|
|
1020
1561
|
},
|
|
1021
1562
|
{
|
|
1022
1563
|
"name": "html-minifier",
|
|
@@ -1032,10 +1573,14 @@
|
|
|
1032
1573
|
"maintainers": [
|
|
1033
1574
|
{
|
|
1034
1575
|
"name": "Xin Du",
|
|
1035
|
-
"github": "clarkdo"
|
|
1036
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1576
|
+
"github": "clarkdo"
|
|
1037
1577
|
}
|
|
1038
|
-
]
|
|
1578
|
+
],
|
|
1579
|
+
"compatibility": {
|
|
1580
|
+
"2.x": "working",
|
|
1581
|
+
"2.x-bridge": "unknown",
|
|
1582
|
+
"3.x": "unknown"
|
|
1583
|
+
}
|
|
1039
1584
|
},
|
|
1040
1585
|
{
|
|
1041
1586
|
"name": "html-validator",
|
|
@@ -1052,10 +1597,14 @@
|
|
|
1052
1597
|
{
|
|
1053
1598
|
"name": "Daniel Roe",
|
|
1054
1599
|
"github": "danielroe",
|
|
1055
|
-
"twitter": "danielcroe"
|
|
1056
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1600
|
+
"twitter": "danielcroe"
|
|
1057
1601
|
}
|
|
1058
|
-
]
|
|
1602
|
+
],
|
|
1603
|
+
"compatibility": {
|
|
1604
|
+
"2.x": "working",
|
|
1605
|
+
"2.x-bridge": "unknown",
|
|
1606
|
+
"3.x": "unknown"
|
|
1607
|
+
}
|
|
1059
1608
|
},
|
|
1060
1609
|
{
|
|
1061
1610
|
"name": "http",
|
|
@@ -1072,16 +1621,43 @@
|
|
|
1072
1621
|
{
|
|
1073
1622
|
"name": "Pooya Parsa",
|
|
1074
1623
|
"github": "pi0",
|
|
1075
|
-
"twitter": "_pi0_"
|
|
1076
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1624
|
+
"twitter": "_pi0_"
|
|
1077
1625
|
},
|
|
1078
1626
|
{
|
|
1079
1627
|
"name": "Sébastien Chopin",
|
|
1080
1628
|
"github": "Atinux",
|
|
1081
|
-
"twitter": "Atinux"
|
|
1082
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1629
|
+
"twitter": "Atinux"
|
|
1083
1630
|
}
|
|
1084
|
-
]
|
|
1631
|
+
],
|
|
1632
|
+
"compatibility": {
|
|
1633
|
+
"2.x": "working",
|
|
1634
|
+
"2.x-bridge": "unknown",
|
|
1635
|
+
"3.x": "unknown"
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"name": "humans-txt",
|
|
1640
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
1641
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1642
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1643
|
+
"icon": "",
|
|
1644
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1645
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1646
|
+
"learn_more": "https://humanstxt.org/",
|
|
1647
|
+
"category": "SEO",
|
|
1648
|
+
"type": "3rd-party",
|
|
1649
|
+
"maintainers": [
|
|
1650
|
+
{
|
|
1651
|
+
"name": "Luca Iaconelli",
|
|
1652
|
+
"github": "LuXDAmore",
|
|
1653
|
+
"twitter": "luxdamore"
|
|
1654
|
+
}
|
|
1655
|
+
],
|
|
1656
|
+
"compatibility": {
|
|
1657
|
+
"2.x": "working",
|
|
1658
|
+
"2.x-bridge": "unknown",
|
|
1659
|
+
"3.x": "unknown"
|
|
1660
|
+
}
|
|
1085
1661
|
},
|
|
1086
1662
|
{
|
|
1087
1663
|
"name": "i18n",
|
|
@@ -1092,20 +1668,23 @@
|
|
|
1092
1668
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1093
1669
|
"website": "https://i18n.nuxtjs.org",
|
|
1094
1670
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1095
|
-
"category": "
|
|
1671
|
+
"category": "Extensions",
|
|
1096
1672
|
"type": "community",
|
|
1097
1673
|
"maintainers": [
|
|
1098
1674
|
{
|
|
1099
1675
|
"name": "Rafał Chłodnicki",
|
|
1100
|
-
"github": "rchl"
|
|
1101
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1676
|
+
"github": "rchl"
|
|
1102
1677
|
},
|
|
1103
1678
|
{
|
|
1104
|
-
"name": "
|
|
1105
|
-
"github": "
|
|
1106
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1679
|
+
"name": "Kazuya Kawaguchi",
|
|
1680
|
+
"github": "kazupon"
|
|
1107
1681
|
}
|
|
1108
|
-
]
|
|
1682
|
+
],
|
|
1683
|
+
"compatibility": {
|
|
1684
|
+
"2.x": "working",
|
|
1685
|
+
"2.x-bridge": "unknown",
|
|
1686
|
+
"3.x": "not-working"
|
|
1687
|
+
}
|
|
1109
1688
|
},
|
|
1110
1689
|
{
|
|
1111
1690
|
"name": "image-loader",
|
|
@@ -1121,10 +1700,14 @@
|
|
|
1121
1700
|
"maintainers": [
|
|
1122
1701
|
{
|
|
1123
1702
|
"name": "Barry Fisher",
|
|
1124
|
-
"github": "Barry-Fisher"
|
|
1125
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1703
|
+
"github": "Barry-Fisher"
|
|
1126
1704
|
}
|
|
1127
|
-
]
|
|
1705
|
+
],
|
|
1706
|
+
"compatibility": {
|
|
1707
|
+
"2.x": "working",
|
|
1708
|
+
"2.x-bridge": "unknown",
|
|
1709
|
+
"3.x": "unknown"
|
|
1710
|
+
}
|
|
1128
1711
|
},
|
|
1129
1712
|
{
|
|
1130
1713
|
"name": "image",
|
|
@@ -1141,22 +1724,24 @@
|
|
|
1141
1724
|
{
|
|
1142
1725
|
"name": "Ahad Birang",
|
|
1143
1726
|
"github": "farnabaz",
|
|
1144
|
-
"twitter": "a_birang"
|
|
1145
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1727
|
+
"twitter": "a_birang"
|
|
1146
1728
|
},
|
|
1147
1729
|
{
|
|
1148
1730
|
"name": "Pooya Parsa",
|
|
1149
1731
|
"github": "pi0",
|
|
1150
|
-
"twitter": "_pi0_"
|
|
1151
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1732
|
+
"twitter": "_pi0_"
|
|
1152
1733
|
},
|
|
1153
1734
|
{
|
|
1154
1735
|
"name": "Sebastien Chopin",
|
|
1155
1736
|
"github": "Atinux",
|
|
1156
|
-
"twitter": "Atinux"
|
|
1157
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1737
|
+
"twitter": "Atinux"
|
|
1158
1738
|
}
|
|
1159
|
-
]
|
|
1739
|
+
],
|
|
1740
|
+
"compatibility": {
|
|
1741
|
+
"2.x": "working",
|
|
1742
|
+
"2.x-bridge": "working",
|
|
1743
|
+
"3.x": "wip"
|
|
1744
|
+
}
|
|
1160
1745
|
},
|
|
1161
1746
|
{
|
|
1162
1747
|
"name": "imagemin",
|
|
@@ -1172,10 +1757,14 @@
|
|
|
1172
1757
|
"maintainers": [
|
|
1173
1758
|
{
|
|
1174
1759
|
"name": "Ricardo Gobbo de Souza",
|
|
1175
|
-
"github": "ricardogobbosouza"
|
|
1176
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1760
|
+
"github": "ricardogobbosouza"
|
|
1177
1761
|
}
|
|
1178
|
-
]
|
|
1762
|
+
],
|
|
1763
|
+
"compatibility": {
|
|
1764
|
+
"2.x": "working",
|
|
1765
|
+
"2.x-bridge": "unknown",
|
|
1766
|
+
"3.x": "unknown"
|
|
1767
|
+
}
|
|
1179
1768
|
},
|
|
1180
1769
|
{
|
|
1181
1770
|
"name": "intercom",
|
|
@@ -1191,10 +1780,37 @@
|
|
|
1191
1780
|
"maintainers": [
|
|
1192
1781
|
{
|
|
1193
1782
|
"name": "hex-digital",
|
|
1194
|
-
"github": "hex-digital"
|
|
1195
|
-
|
|
1783
|
+
"github": "hex-digital"
|
|
1784
|
+
}
|
|
1785
|
+
],
|
|
1786
|
+
"compatibility": {
|
|
1787
|
+
"2.x": "working",
|
|
1788
|
+
"2.x-bridge": "unknown",
|
|
1789
|
+
"3.x": "unknown"
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"name": "jsonapi",
|
|
1794
|
+
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1795
|
+
"repo": "patrickcate/nuxt-jsonapi",
|
|
1796
|
+
"npm": "nuxt-jsonapi",
|
|
1797
|
+
"icon": "jsonapi.svg",
|
|
1798
|
+
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1799
|
+
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1800
|
+
"learn_more": "",
|
|
1801
|
+
"category": "Request",
|
|
1802
|
+
"type": "3rd-party",
|
|
1803
|
+
"maintainers": [
|
|
1804
|
+
{
|
|
1805
|
+
"name": "patrickcate",
|
|
1806
|
+
"github": "patrickcate"
|
|
1196
1807
|
}
|
|
1197
|
-
]
|
|
1808
|
+
],
|
|
1809
|
+
"compatibility": {
|
|
1810
|
+
"2.x": "working",
|
|
1811
|
+
"2.x-bridge": "unknown",
|
|
1812
|
+
"3.x": "unknown"
|
|
1813
|
+
}
|
|
1198
1814
|
},
|
|
1199
1815
|
{
|
|
1200
1816
|
"name": "kentico-kontent",
|
|
@@ -1210,10 +1826,14 @@
|
|
|
1210
1826
|
"maintainers": [
|
|
1211
1827
|
{
|
|
1212
1828
|
"name": "Alfred Brockötter",
|
|
1213
|
-
"github": "Domitnator"
|
|
1214
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1829
|
+
"github": "Domitnator"
|
|
1215
1830
|
}
|
|
1216
|
-
]
|
|
1831
|
+
],
|
|
1832
|
+
"compatibility": {
|
|
1833
|
+
"2.x": "working",
|
|
1834
|
+
"2.x-bridge": "unknown",
|
|
1835
|
+
"3.x": "unknown"
|
|
1836
|
+
}
|
|
1217
1837
|
},
|
|
1218
1838
|
{
|
|
1219
1839
|
"name": "laravel-echo",
|
|
@@ -1229,10 +1849,14 @@
|
|
|
1229
1849
|
"maintainers": [
|
|
1230
1850
|
{
|
|
1231
1851
|
"name": "Ricardo Gobbo de Souza",
|
|
1232
|
-
"github": "ricardogobbosouza"
|
|
1233
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1852
|
+
"github": "ricardogobbosouza"
|
|
1234
1853
|
}
|
|
1235
|
-
]
|
|
1854
|
+
],
|
|
1855
|
+
"compatibility": {
|
|
1856
|
+
"2.x": "working",
|
|
1857
|
+
"2.x-bridge": "unknown",
|
|
1858
|
+
"3.x": "unknown"
|
|
1859
|
+
}
|
|
1236
1860
|
},
|
|
1237
1861
|
{
|
|
1238
1862
|
"name": "laravel-nuxt",
|
|
@@ -1248,10 +1872,14 @@
|
|
|
1248
1872
|
"maintainers": [
|
|
1249
1873
|
{
|
|
1250
1874
|
"name": "skyrpex",
|
|
1251
|
-
"github": "skyrpex"
|
|
1252
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1875
|
+
"github": "skyrpex"
|
|
1253
1876
|
}
|
|
1254
|
-
]
|
|
1877
|
+
],
|
|
1878
|
+
"compatibility": {
|
|
1879
|
+
"2.x": "working",
|
|
1880
|
+
"2.x-bridge": "unknown",
|
|
1881
|
+
"3.x": "unknown"
|
|
1882
|
+
}
|
|
1255
1883
|
},
|
|
1256
1884
|
{
|
|
1257
1885
|
"name": "laravel",
|
|
@@ -1267,10 +1895,14 @@
|
|
|
1267
1895
|
"maintainers": [
|
|
1268
1896
|
{
|
|
1269
1897
|
"name": "m2sd",
|
|
1270
|
-
"github": "m2sd"
|
|
1271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1898
|
+
"github": "m2sd"
|
|
1272
1899
|
}
|
|
1273
|
-
]
|
|
1900
|
+
],
|
|
1901
|
+
"compatibility": {
|
|
1902
|
+
"2.x": "working",
|
|
1903
|
+
"2.x-bridge": "unknown",
|
|
1904
|
+
"3.x": "unknown"
|
|
1905
|
+
}
|
|
1274
1906
|
},
|
|
1275
1907
|
{
|
|
1276
1908
|
"name": "leaflet",
|
|
@@ -1281,15 +1913,19 @@
|
|
|
1281
1913
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1282
1914
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1283
1915
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1284
|
-
"category": "
|
|
1916
|
+
"category": "Libraries",
|
|
1285
1917
|
"type": "3rd-party",
|
|
1286
1918
|
"maintainers": [
|
|
1287
1919
|
{
|
|
1288
1920
|
"name": "schlunsen",
|
|
1289
|
-
"github": "schlunsen"
|
|
1290
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1921
|
+
"github": "schlunsen"
|
|
1291
1922
|
}
|
|
1292
|
-
]
|
|
1923
|
+
],
|
|
1924
|
+
"compatibility": {
|
|
1925
|
+
"2.x": "working",
|
|
1926
|
+
"2.x-bridge": "unknown",
|
|
1927
|
+
"3.x": "unknown"
|
|
1928
|
+
}
|
|
1293
1929
|
},
|
|
1294
1930
|
{
|
|
1295
1931
|
"name": "localforage",
|
|
@@ -1300,21 +1936,24 @@
|
|
|
1300
1936
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1301
1937
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1302
1938
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1303
|
-
"category": "
|
|
1939
|
+
"category": "Libraries",
|
|
1304
1940
|
"type": "community",
|
|
1305
1941
|
"maintainers": [
|
|
1306
1942
|
{
|
|
1307
1943
|
"name": "Alexandre Chopin",
|
|
1308
1944
|
"github": "alexchopin",
|
|
1309
|
-
"twitter": "alexchopin"
|
|
1310
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1945
|
+
"twitter": "alexchopin"
|
|
1311
1946
|
},
|
|
1312
1947
|
{
|
|
1313
1948
|
"name": "Ricardo Gobbo de Souza",
|
|
1314
|
-
"github": "ricardogobbosouza"
|
|
1315
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1949
|
+
"github": "ricardogobbosouza"
|
|
1316
1950
|
}
|
|
1317
|
-
]
|
|
1951
|
+
],
|
|
1952
|
+
"compatibility": {
|
|
1953
|
+
"2.x": "working",
|
|
1954
|
+
"2.x-bridge": "unknown",
|
|
1955
|
+
"3.x": "unknown"
|
|
1956
|
+
}
|
|
1318
1957
|
},
|
|
1319
1958
|
{
|
|
1320
1959
|
"name": "localtunnel",
|
|
@@ -1331,10 +1970,14 @@
|
|
|
1331
1970
|
{
|
|
1332
1971
|
"name": "Pooya Parsa",
|
|
1333
1972
|
"github": "pi0",
|
|
1334
|
-
"twitter": "_pi0_"
|
|
1335
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1973
|
+
"twitter": "_pi0_"
|
|
1336
1974
|
}
|
|
1337
|
-
]
|
|
1975
|
+
],
|
|
1976
|
+
"compatibility": {
|
|
1977
|
+
"2.x": "working",
|
|
1978
|
+
"2.x-bridge": "unknown",
|
|
1979
|
+
"3.x": "unknown"
|
|
1980
|
+
}
|
|
1338
1981
|
},
|
|
1339
1982
|
{
|
|
1340
1983
|
"name": "logrocket",
|
|
@@ -1351,10 +1994,14 @@
|
|
|
1351
1994
|
{
|
|
1352
1995
|
"name": "Farzad Soltani",
|
|
1353
1996
|
"github": "farzadso",
|
|
1354
|
-
"twitter": "farzadso"
|
|
1355
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1997
|
+
"twitter": "farzadso"
|
|
1356
1998
|
}
|
|
1357
|
-
]
|
|
1999
|
+
],
|
|
2000
|
+
"compatibility": {
|
|
2001
|
+
"2.x": "working",
|
|
2002
|
+
"2.x-bridge": "unknown",
|
|
2003
|
+
"3.x": "unknown"
|
|
2004
|
+
}
|
|
1358
2005
|
},
|
|
1359
2006
|
{
|
|
1360
2007
|
"name": "lunr",
|
|
@@ -1370,30 +2017,38 @@
|
|
|
1370
2017
|
"maintainers": [
|
|
1371
2018
|
{
|
|
1372
2019
|
"name": "Pim",
|
|
1373
|
-
"github": "pimlie"
|
|
1374
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2020
|
+
"github": "pimlie"
|
|
1375
2021
|
}
|
|
1376
|
-
]
|
|
2022
|
+
],
|
|
2023
|
+
"compatibility": {
|
|
2024
|
+
"2.x": "working",
|
|
2025
|
+
"2.x-bridge": "unknown",
|
|
2026
|
+
"3.x": "unknown"
|
|
2027
|
+
}
|
|
1377
2028
|
},
|
|
1378
2029
|
{
|
|
1379
2030
|
"name": "markdownit",
|
|
1380
2031
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1381
|
-
"repo": "nuxt-community/
|
|
2032
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1382
2033
|
"npm": "@nuxtjs/markdownit",
|
|
1383
2034
|
"icon": "",
|
|
1384
|
-
"github": "https://github.com/nuxt-community/
|
|
1385
|
-
"website": "https://github.com/nuxt-community/
|
|
2035
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2036
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1386
2037
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1387
|
-
"category": "
|
|
2038
|
+
"category": "Extensions",
|
|
1388
2039
|
"type": "community",
|
|
1389
2040
|
"maintainers": [
|
|
1390
2041
|
{
|
|
1391
2042
|
"name": "Pooya Parsa",
|
|
1392
2043
|
"github": "pi0",
|
|
1393
|
-
"twitter": "_pi0_"
|
|
1394
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2044
|
+
"twitter": "_pi0_"
|
|
1395
2045
|
}
|
|
1396
|
-
]
|
|
2046
|
+
],
|
|
2047
|
+
"compatibility": {
|
|
2048
|
+
"2.x": "working",
|
|
2049
|
+
"2.x-bridge": "unknown",
|
|
2050
|
+
"3.x": "unknown"
|
|
2051
|
+
}
|
|
1397
2052
|
},
|
|
1398
2053
|
{
|
|
1399
2054
|
"name": "matomo",
|
|
@@ -1409,10 +2064,14 @@
|
|
|
1409
2064
|
"maintainers": [
|
|
1410
2065
|
{
|
|
1411
2066
|
"name": "pimlie",
|
|
1412
|
-
"github": "pimlie"
|
|
1413
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2067
|
+
"github": "pimlie"
|
|
1414
2068
|
}
|
|
1415
|
-
]
|
|
2069
|
+
],
|
|
2070
|
+
"compatibility": {
|
|
2071
|
+
"2.x": "working",
|
|
2072
|
+
"2.x-bridge": "unknown",
|
|
2073
|
+
"3.x": "unknown"
|
|
2074
|
+
}
|
|
1416
2075
|
},
|
|
1417
2076
|
{
|
|
1418
2077
|
"name": "mdx",
|
|
@@ -1423,16 +2082,20 @@
|
|
|
1423
2082
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1424
2083
|
"website": "https://mdx.nuxtjs.org",
|
|
1425
2084
|
"learn_more": "https://mdxjs.com/",
|
|
1426
|
-
"category": "
|
|
2085
|
+
"category": "Extensions",
|
|
1427
2086
|
"type": "community",
|
|
1428
2087
|
"maintainers": [
|
|
1429
2088
|
{
|
|
1430
2089
|
"name": "Jonathan Bakebwa",
|
|
1431
2090
|
"github": "codebender828",
|
|
1432
|
-
"twitter": "codebender828"
|
|
1433
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2091
|
+
"twitter": "codebender828"
|
|
1434
2092
|
}
|
|
1435
|
-
]
|
|
2093
|
+
],
|
|
2094
|
+
"compatibility": {
|
|
2095
|
+
"2.x": "working",
|
|
2096
|
+
"2.x-bridge": "unknown",
|
|
2097
|
+
"3.x": "unknown"
|
|
2098
|
+
}
|
|
1436
2099
|
},
|
|
1437
2100
|
{
|
|
1438
2101
|
"name": "memwatch",
|
|
@@ -1448,10 +2111,14 @@
|
|
|
1448
2111
|
"maintainers": [
|
|
1449
2112
|
{
|
|
1450
2113
|
"name": "pimlie",
|
|
1451
|
-
"github": "pimlie"
|
|
1452
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2114
|
+
"github": "pimlie"
|
|
1453
2115
|
}
|
|
1454
|
-
]
|
|
2116
|
+
],
|
|
2117
|
+
"compatibility": {
|
|
2118
|
+
"2.x": "working",
|
|
2119
|
+
"2.x-bridge": "unknown",
|
|
2120
|
+
"3.x": "unknown"
|
|
2121
|
+
}
|
|
1455
2122
|
},
|
|
1456
2123
|
{
|
|
1457
2124
|
"name": "mobile",
|
|
@@ -1462,15 +2129,19 @@
|
|
|
1462
2129
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1463
2130
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1464
2131
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1465
|
-
"category": "
|
|
2132
|
+
"category": "Extensions",
|
|
1466
2133
|
"type": "3rd-party",
|
|
1467
2134
|
"maintainers": [
|
|
1468
2135
|
{
|
|
1469
2136
|
"name": "ChanningDefoe",
|
|
1470
|
-
"github": "ChanningDefoe"
|
|
1471
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2137
|
+
"github": "ChanningDefoe"
|
|
1472
2138
|
}
|
|
1473
|
-
]
|
|
2139
|
+
],
|
|
2140
|
+
"compatibility": {
|
|
2141
|
+
"2.x": "working",
|
|
2142
|
+
"2.x-bridge": "unknown",
|
|
2143
|
+
"3.x": "unknown"
|
|
2144
|
+
}
|
|
1474
2145
|
},
|
|
1475
2146
|
{
|
|
1476
2147
|
"name": "moment",
|
|
@@ -1487,15 +2158,18 @@
|
|
|
1487
2158
|
{
|
|
1488
2159
|
"name": "Pooya Parsa",
|
|
1489
2160
|
"github": "pi0",
|
|
1490
|
-
"twitter": "_pi0_"
|
|
1491
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2161
|
+
"twitter": "_pi0_"
|
|
1492
2162
|
},
|
|
1493
2163
|
{
|
|
1494
2164
|
"name": "Ricardo Gobbo de Souza",
|
|
1495
|
-
"github": "ricardogobbosouza"
|
|
1496
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2165
|
+
"github": "ricardogobbosouza"
|
|
1497
2166
|
}
|
|
1498
|
-
]
|
|
2167
|
+
],
|
|
2168
|
+
"compatibility": {
|
|
2169
|
+
"2.x": "working",
|
|
2170
|
+
"2.x-bridge": "unknown",
|
|
2171
|
+
"3.x": "unknown"
|
|
2172
|
+
}
|
|
1499
2173
|
},
|
|
1500
2174
|
{
|
|
1501
2175
|
"name": "mq",
|
|
@@ -1511,10 +2185,14 @@
|
|
|
1511
2185
|
"maintainers": [
|
|
1512
2186
|
{
|
|
1513
2187
|
"name": "vanhoofmaarten",
|
|
1514
|
-
"github": "vanhoofmaarten"
|
|
1515
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2188
|
+
"github": "vanhoofmaarten"
|
|
1516
2189
|
}
|
|
1517
|
-
]
|
|
2190
|
+
],
|
|
2191
|
+
"compatibility": {
|
|
2192
|
+
"2.x": "working",
|
|
2193
|
+
"2.x-bridge": "unknown",
|
|
2194
|
+
"3.x": "unknown"
|
|
2195
|
+
}
|
|
1518
2196
|
},
|
|
1519
2197
|
{
|
|
1520
2198
|
"name": "neo",
|
|
@@ -1530,10 +2208,14 @@
|
|
|
1530
2208
|
"maintainers": [
|
|
1531
2209
|
{
|
|
1532
2210
|
"name": "ezypeeze",
|
|
1533
|
-
"github": "ezypeeze"
|
|
1534
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2211
|
+
"github": "ezypeeze"
|
|
1535
2212
|
}
|
|
1536
|
-
]
|
|
2213
|
+
],
|
|
2214
|
+
"compatibility": {
|
|
2215
|
+
"2.x": "working",
|
|
2216
|
+
"2.x-bridge": "unknown",
|
|
2217
|
+
"3.x": "unknown"
|
|
2218
|
+
}
|
|
1537
2219
|
},
|
|
1538
2220
|
{
|
|
1539
2221
|
"name": "netlify-cache",
|
|
@@ -1549,10 +2231,14 @@
|
|
|
1549
2231
|
"maintainers": [
|
|
1550
2232
|
{
|
|
1551
2233
|
"name": "DreaMinder",
|
|
1552
|
-
"github": "DreaMinder"
|
|
1553
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2234
|
+
"github": "DreaMinder"
|
|
1554
2235
|
}
|
|
1555
|
-
]
|
|
2236
|
+
],
|
|
2237
|
+
"compatibility": {
|
|
2238
|
+
"2.x": "working",
|
|
2239
|
+
"2.x-bridge": "unknown",
|
|
2240
|
+
"3.x": "unknown"
|
|
2241
|
+
}
|
|
1556
2242
|
},
|
|
1557
2243
|
{
|
|
1558
2244
|
"name": "netlify-files",
|
|
@@ -1569,10 +2255,14 @@
|
|
|
1569
2255
|
{
|
|
1570
2256
|
"name": "Alexander Lichter",
|
|
1571
2257
|
"github": "manniL",
|
|
1572
|
-
"twitter": "TheAlexLichter"
|
|
1573
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2258
|
+
"twitter": "TheAlexLichter"
|
|
1574
2259
|
}
|
|
1575
|
-
]
|
|
2260
|
+
],
|
|
2261
|
+
"compatibility": {
|
|
2262
|
+
"2.x": "working",
|
|
2263
|
+
"2.x-bridge": "unknown",
|
|
2264
|
+
"3.x": "unknown"
|
|
2265
|
+
}
|
|
1576
2266
|
},
|
|
1577
2267
|
{
|
|
1578
2268
|
"name": "netlify",
|
|
@@ -1588,30 +2278,184 @@
|
|
|
1588
2278
|
"maintainers": [
|
|
1589
2279
|
{
|
|
1590
2280
|
"name": "bazzite",
|
|
1591
|
-
"github": "bazzite"
|
|
1592
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2281
|
+
"github": "bazzite"
|
|
1593
2282
|
}
|
|
1594
|
-
]
|
|
2283
|
+
],
|
|
2284
|
+
"compatibility": {
|
|
2285
|
+
"2.x": "working",
|
|
2286
|
+
"2.x-bridge": "unknown",
|
|
2287
|
+
"3.x": "unknown"
|
|
2288
|
+
}
|
|
1595
2289
|
},
|
|
1596
2290
|
{
|
|
1597
2291
|
"name": "ngrok",
|
|
1598
2292
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
1599
|
-
"repo": "nuxt-community/
|
|
2293
|
+
"repo": "nuxt-community/ngrok",
|
|
1600
2294
|
"npm": "@nuxtjs/ngrok",
|
|
1601
2295
|
"icon": "ngrok.png",
|
|
1602
|
-
"github": "https://github.com/nuxt-community/
|
|
1603
|
-
"website": "https://
|
|
2296
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2297
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1604
2298
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1605
2299
|
"category": "Devtools",
|
|
1606
2300
|
"type": "community",
|
|
1607
2301
|
"maintainers": [
|
|
2302
|
+
{
|
|
2303
|
+
"name": "Debbie O'Brien",
|
|
2304
|
+
"github": "debs-obrien",
|
|
2305
|
+
"twitter": "debs_obrien"
|
|
2306
|
+
},
|
|
1608
2307
|
{
|
|
1609
2308
|
"name": "Pooya Parsa",
|
|
1610
2309
|
"github": "pi0",
|
|
1611
|
-
"twitter": "_pi0_"
|
|
1612
|
-
|
|
2310
|
+
"twitter": "_pi0_"
|
|
2311
|
+
}
|
|
2312
|
+
],
|
|
2313
|
+
"compatibility": {
|
|
2314
|
+
"2.x": "working",
|
|
2315
|
+
"2.x-bridge": "unknown",
|
|
2316
|
+
"3.x": "unknown"
|
|
2317
|
+
}
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "notion",
|
|
2321
|
+
"description": "Vue renderer for Notion pages",
|
|
2322
|
+
"repo": "janniks/vue-notion",
|
|
2323
|
+
"npm": "vue-notion",
|
|
2324
|
+
"icon": "notion.svg",
|
|
2325
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2326
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2327
|
+
"learn_more": "",
|
|
2328
|
+
"category": "CMS",
|
|
2329
|
+
"type": "3rd-party",
|
|
2330
|
+
"maintainers": [
|
|
2331
|
+
{
|
|
2332
|
+
"name": "janniks",
|
|
2333
|
+
"github": "janniks"
|
|
2334
|
+
}
|
|
2335
|
+
],
|
|
2336
|
+
"compatibility": {
|
|
2337
|
+
"2.x": "working",
|
|
2338
|
+
"2.x-bridge": "unknown",
|
|
2339
|
+
"3.x": "unknown"
|
|
2340
|
+
}
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"name": "nuxt-png-to-ico",
|
|
2344
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2345
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2346
|
+
"npm": "nuxt-png-to-ico",
|
|
2347
|
+
"icon": "",
|
|
2348
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2349
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2350
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2351
|
+
"category": "Devtools",
|
|
2352
|
+
"type": "3rd-party",
|
|
2353
|
+
"maintainers": [
|
|
2354
|
+
{
|
|
2355
|
+
"name": "b5710546232",
|
|
2356
|
+
"github": "b5710546232",
|
|
2357
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2358
|
+
}
|
|
2359
|
+
],
|
|
2360
|
+
"compatibility": {
|
|
2361
|
+
"2.x": "working",
|
|
2362
|
+
"2.x-bridge": "unknown",
|
|
2363
|
+
"3.x": "unknown"
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"name": "nuxt-smartlook",
|
|
2368
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2369
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2370
|
+
"npm": "nuxt-smartlook",
|
|
2371
|
+
"icon": "nuxt-smartlook.png",
|
|
2372
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2373
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2374
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2375
|
+
"category": "Analytics",
|
|
2376
|
+
"type": "3rd-party",
|
|
2377
|
+
"maintainers": [
|
|
2378
|
+
{
|
|
2379
|
+
"name": "Milan Sulc",
|
|
2380
|
+
"github": "f3l1x",
|
|
2381
|
+
"twitter": "xf3l1x",
|
|
2382
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2383
|
+
}
|
|
2384
|
+
],
|
|
2385
|
+
"compatibility": {
|
|
2386
|
+
"2.x": "working",
|
|
2387
|
+
"2.x-bridge": "unknown",
|
|
2388
|
+
"3.x": "unknown"
|
|
2389
|
+
}
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"name": "nuxt-use-motion",
|
|
2393
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2394
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2395
|
+
"npm": "nuxt-use-motion",
|
|
2396
|
+
"icon": "nuxt-use-motion.svg",
|
|
2397
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2398
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2399
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2400
|
+
"category": "Libraries",
|
|
2401
|
+
"type": "3rd-party",
|
|
2402
|
+
"maintainers": [
|
|
2403
|
+
{
|
|
2404
|
+
"name": "Tahul",
|
|
2405
|
+
"github": "Tahul"
|
|
2406
|
+
}
|
|
2407
|
+
],
|
|
2408
|
+
"compatibility": {
|
|
2409
|
+
"2.x": "working",
|
|
2410
|
+
"2.x-bridge": "unknown",
|
|
2411
|
+
"3.x": "unknown"
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"name": "nuxt-use-sound",
|
|
2416
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2417
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2418
|
+
"npm": "nuxt-use-sound",
|
|
2419
|
+
"icon": "nuxt-use-sound.svg",
|
|
2420
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2421
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2422
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2423
|
+
"category": "Libraries",
|
|
2424
|
+
"type": "3rd-party",
|
|
2425
|
+
"maintainers": [
|
|
2426
|
+
{
|
|
2427
|
+
"name": "Tahul",
|
|
2428
|
+
"github": "Tahul"
|
|
2429
|
+
}
|
|
2430
|
+
],
|
|
2431
|
+
"compatibility": {
|
|
2432
|
+
"2.x": "working",
|
|
2433
|
+
"2.x-bridge": "unknown",
|
|
2434
|
+
"3.x": "unknown"
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"name": "nuxt-viewport",
|
|
2439
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2440
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2441
|
+
"npm": "nuxt-viewport",
|
|
2442
|
+
"icon": "nuxt-viewport.svg",
|
|
2443
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2444
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2445
|
+
"learn_more": "",
|
|
2446
|
+
"category": "Extensions",
|
|
2447
|
+
"type": "3rd-party",
|
|
2448
|
+
"maintainers": [
|
|
2449
|
+
{
|
|
2450
|
+
"name": "mvrlin",
|
|
2451
|
+
"github": "mvrlin"
|
|
1613
2452
|
}
|
|
1614
|
-
]
|
|
2453
|
+
],
|
|
2454
|
+
"compatibility": {
|
|
2455
|
+
"2.x": "working",
|
|
2456
|
+
"2.x-bridge": "unknown",
|
|
2457
|
+
"3.x": "unknown"
|
|
2458
|
+
}
|
|
1615
2459
|
},
|
|
1616
2460
|
{
|
|
1617
2461
|
"name": "nuxt7",
|
|
@@ -1628,10 +2472,14 @@
|
|
|
1628
2472
|
{
|
|
1629
2473
|
"name": "Pooya Parsa",
|
|
1630
2474
|
"github": "pi0",
|
|
1631
|
-
"twitter": "_pi0_"
|
|
1632
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2475
|
+
"twitter": "_pi0_"
|
|
1633
2476
|
}
|
|
1634
|
-
]
|
|
2477
|
+
],
|
|
2478
|
+
"compatibility": {
|
|
2479
|
+
"2.x": "working",
|
|
2480
|
+
"2.x-bridge": "unknown",
|
|
2481
|
+
"3.x": "unknown"
|
|
2482
|
+
}
|
|
1635
2483
|
},
|
|
1636
2484
|
{
|
|
1637
2485
|
"name": "onesignal",
|
|
@@ -1642,16 +2490,20 @@
|
|
|
1642
2490
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1643
2491
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1644
2492
|
"learn_more": "https://onesignal.com/",
|
|
1645
|
-
"category": "
|
|
2493
|
+
"category": "Extensions",
|
|
1646
2494
|
"type": "community",
|
|
1647
2495
|
"maintainers": [
|
|
1648
2496
|
{
|
|
1649
2497
|
"name": "Pooya Parsa",
|
|
1650
2498
|
"github": "pi0",
|
|
1651
|
-
"twitter": "_pi0_"
|
|
1652
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2499
|
+
"twitter": "_pi0_"
|
|
1653
2500
|
}
|
|
1654
|
-
]
|
|
2501
|
+
],
|
|
2502
|
+
"compatibility": {
|
|
2503
|
+
"2.x": "working",
|
|
2504
|
+
"2.x-bridge": "unknown",
|
|
2505
|
+
"3.x": "unknown"
|
|
2506
|
+
}
|
|
1655
2507
|
},
|
|
1656
2508
|
{
|
|
1657
2509
|
"name": "optimized-images",
|
|
@@ -1668,10 +2520,14 @@
|
|
|
1668
2520
|
{
|
|
1669
2521
|
"name": "Julio Marquez",
|
|
1670
2522
|
"github": "juliomrqz",
|
|
1671
|
-
"twitter": "juliomrqz"
|
|
1672
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2523
|
+
"twitter": "juliomrqz"
|
|
1673
2524
|
}
|
|
1674
|
-
]
|
|
2525
|
+
],
|
|
2526
|
+
"compatibility": {
|
|
2527
|
+
"2.x": "working",
|
|
2528
|
+
"2.x-bridge": "unknown",
|
|
2529
|
+
"3.x": "unknown"
|
|
2530
|
+
}
|
|
1675
2531
|
},
|
|
1676
2532
|
{
|
|
1677
2533
|
"name": "page-generator-helper",
|
|
@@ -1682,15 +2538,19 @@
|
|
|
1682
2538
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1683
2539
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1684
2540
|
"learn_more": "",
|
|
1685
|
-
"category": "
|
|
2541
|
+
"category": "Extensions",
|
|
1686
2542
|
"type": "3rd-party",
|
|
1687
2543
|
"maintainers": [
|
|
1688
2544
|
{
|
|
1689
2545
|
"name": "GrabarzUndPartner",
|
|
1690
|
-
"github": "GrabarzUndPartner"
|
|
1691
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2546
|
+
"github": "GrabarzUndPartner"
|
|
1692
2547
|
}
|
|
1693
|
-
]
|
|
2548
|
+
],
|
|
2549
|
+
"compatibility": {
|
|
2550
|
+
"2.x": "working",
|
|
2551
|
+
"2.x-bridge": "unknown",
|
|
2552
|
+
"3.x": "unknown"
|
|
2553
|
+
}
|
|
1694
2554
|
},
|
|
1695
2555
|
{
|
|
1696
2556
|
"name": "parse",
|
|
@@ -1706,10 +2566,60 @@
|
|
|
1706
2566
|
"maintainers": [
|
|
1707
2567
|
{
|
|
1708
2568
|
"name": "cierrateam",
|
|
1709
|
-
"github": "cierrateam"
|
|
1710
|
-
|
|
2569
|
+
"github": "cierrateam"
|
|
2570
|
+
}
|
|
2571
|
+
],
|
|
2572
|
+
"compatibility": {
|
|
2573
|
+
"2.x": "working",
|
|
2574
|
+
"2.x-bridge": "unknown",
|
|
2575
|
+
"3.x": "unknown"
|
|
2576
|
+
}
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"name": "pinia",
|
|
2580
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2581
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2582
|
+
"npm": "@pinia/nuxt",
|
|
2583
|
+
"icon": "pinia.svg",
|
|
2584
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2585
|
+
"website": "https://pinia.esm.dev/",
|
|
2586
|
+
"learn_more": "",
|
|
2587
|
+
"category": "Extensions",
|
|
2588
|
+
"type": "3rd-party",
|
|
2589
|
+
"maintainers": [
|
|
2590
|
+
{
|
|
2591
|
+
"name": "posva",
|
|
2592
|
+
"github": "posva"
|
|
1711
2593
|
}
|
|
1712
|
-
]
|
|
2594
|
+
],
|
|
2595
|
+
"compatibility": {
|
|
2596
|
+
"2.x": "working",
|
|
2597
|
+
"2.x-bridge": "working",
|
|
2598
|
+
"3.x": "working"
|
|
2599
|
+
}
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"name": "plausible",
|
|
2603
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2604
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2605
|
+
"npm": "vue-plausible",
|
|
2606
|
+
"icon": "plausible.png",
|
|
2607
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2608
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2609
|
+
"learn_more": "",
|
|
2610
|
+
"category": "Analytics",
|
|
2611
|
+
"type": "3rd-party",
|
|
2612
|
+
"maintainers": [
|
|
2613
|
+
{
|
|
2614
|
+
"name": "moritzsternemann",
|
|
2615
|
+
"github": "moritzsternemann"
|
|
2616
|
+
}
|
|
2617
|
+
],
|
|
2618
|
+
"compatibility": {
|
|
2619
|
+
"2.x": "working",
|
|
2620
|
+
"2.x-bridge": "unknown",
|
|
2621
|
+
"3.x": "unknown"
|
|
2622
|
+
}
|
|
1713
2623
|
},
|
|
1714
2624
|
{
|
|
1715
2625
|
"name": "precompress",
|
|
@@ -1725,10 +2635,14 @@
|
|
|
1725
2635
|
"maintainers": [
|
|
1726
2636
|
{
|
|
1727
2637
|
"name": "frenchrabbit",
|
|
1728
|
-
"github": "frenchrabbit"
|
|
1729
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2638
|
+
"github": "frenchrabbit"
|
|
1730
2639
|
}
|
|
1731
|
-
]
|
|
2640
|
+
],
|
|
2641
|
+
"compatibility": {
|
|
2642
|
+
"2.x": "working",
|
|
2643
|
+
"2.x-bridge": "unknown",
|
|
2644
|
+
"3.x": "unknown"
|
|
2645
|
+
}
|
|
1732
2646
|
},
|
|
1733
2647
|
{
|
|
1734
2648
|
"name": "prismic",
|
|
@@ -1745,21 +2659,23 @@
|
|
|
1745
2659
|
{
|
|
1746
2660
|
"name": "Sébastien Chopin",
|
|
1747
2661
|
"github": "Atinux",
|
|
1748
|
-
"twitter": "Atinux"
|
|
1749
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2662
|
+
"twitter": "Atinux"
|
|
1750
2663
|
},
|
|
1751
2664
|
{
|
|
1752
2665
|
"name": "lihbr",
|
|
1753
2666
|
"github": "lihbr",
|
|
1754
|
-
"twitter": "li_hbr"
|
|
1755
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2667
|
+
"twitter": "li_hbr"
|
|
1756
2668
|
},
|
|
1757
2669
|
{
|
|
1758
2670
|
"name": "James Pegg",
|
|
1759
|
-
"github": "jamespegg"
|
|
1760
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2671
|
+
"github": "jamespegg"
|
|
1761
2672
|
}
|
|
1762
|
-
]
|
|
2673
|
+
],
|
|
2674
|
+
"compatibility": {
|
|
2675
|
+
"2.x": "working",
|
|
2676
|
+
"2.x-bridge": "unknown",
|
|
2677
|
+
"3.x": "unknown"
|
|
2678
|
+
}
|
|
1763
2679
|
},
|
|
1764
2680
|
{
|
|
1765
2681
|
"name": "protected-mailto",
|
|
@@ -1775,10 +2691,14 @@
|
|
|
1775
2691
|
"maintainers": [
|
|
1776
2692
|
{
|
|
1777
2693
|
"name": "mmoollllee",
|
|
1778
|
-
"github": "mmoollllee"
|
|
1779
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2694
|
+
"github": "mmoollllee"
|
|
1780
2695
|
}
|
|
1781
|
-
]
|
|
2696
|
+
],
|
|
2697
|
+
"compatibility": {
|
|
2698
|
+
"2.x": "working",
|
|
2699
|
+
"2.x-bridge": "unknown",
|
|
2700
|
+
"3.x": "unknown"
|
|
2701
|
+
}
|
|
1782
2702
|
},
|
|
1783
2703
|
{
|
|
1784
2704
|
"name": "proxy",
|
|
@@ -1795,10 +2715,14 @@
|
|
|
1795
2715
|
{
|
|
1796
2716
|
"name": "Pooya Parsa",
|
|
1797
2717
|
"github": "pi0",
|
|
1798
|
-
"twitter": "_pi0_"
|
|
1799
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2718
|
+
"twitter": "_pi0_"
|
|
1800
2719
|
}
|
|
1801
|
-
]
|
|
2720
|
+
],
|
|
2721
|
+
"compatibility": {
|
|
2722
|
+
"2.x": "working",
|
|
2723
|
+
"2.x-bridge": "unknown",
|
|
2724
|
+
"3.x": "unknown"
|
|
2725
|
+
}
|
|
1802
2726
|
},
|
|
1803
2727
|
{
|
|
1804
2728
|
"name": "prune-html",
|
|
@@ -1813,11 +2737,16 @@
|
|
|
1813
2737
|
"type": "3rd-party",
|
|
1814
2738
|
"maintainers": [
|
|
1815
2739
|
{
|
|
1816
|
-
"name": "
|
|
2740
|
+
"name": "Luca Iaconelli",
|
|
1817
2741
|
"github": "LuXDAmore",
|
|
1818
|
-
"
|
|
2742
|
+
"twitter": "luxdamore"
|
|
1819
2743
|
}
|
|
1820
|
-
]
|
|
2744
|
+
],
|
|
2745
|
+
"compatibility": {
|
|
2746
|
+
"2.x": "working",
|
|
2747
|
+
"2.x-bridge": "unknown",
|
|
2748
|
+
"3.x": "unknown"
|
|
2749
|
+
}
|
|
1821
2750
|
},
|
|
1822
2751
|
{
|
|
1823
2752
|
"name": "purgecss",
|
|
@@ -1833,14 +2762,18 @@
|
|
|
1833
2762
|
"maintainers": [
|
|
1834
2763
|
{
|
|
1835
2764
|
"name": "Developmint",
|
|
1836
|
-
"github": "Developmint"
|
|
1837
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2765
|
+
"github": "Developmint"
|
|
1838
2766
|
}
|
|
1839
|
-
]
|
|
2767
|
+
],
|
|
2768
|
+
"compatibility": {
|
|
2769
|
+
"2.x": "working",
|
|
2770
|
+
"2.x-bridge": "unknown",
|
|
2771
|
+
"3.x": "unknown"
|
|
2772
|
+
}
|
|
1840
2773
|
},
|
|
1841
2774
|
{
|
|
1842
2775
|
"name": "pwa",
|
|
1843
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2776
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1844
2777
|
"repo": "nuxt-community/pwa-module",
|
|
1845
2778
|
"npm": "@nuxtjs/pwa",
|
|
1846
2779
|
"icon": "pwa.png",
|
|
@@ -1853,10 +2786,14 @@
|
|
|
1853
2786
|
{
|
|
1854
2787
|
"name": "Pooya Parsa",
|
|
1855
2788
|
"github": "pi0",
|
|
1856
|
-
"twitter": "_pi0_"
|
|
1857
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2789
|
+
"twitter": "_pi0_"
|
|
1858
2790
|
}
|
|
1859
|
-
]
|
|
2791
|
+
],
|
|
2792
|
+
"compatibility": {
|
|
2793
|
+
"2.x": "working",
|
|
2794
|
+
"2.x-bridge": "working",
|
|
2795
|
+
"3.x": "wip"
|
|
2796
|
+
}
|
|
1860
2797
|
},
|
|
1861
2798
|
{
|
|
1862
2799
|
"name": "python",
|
|
@@ -1867,15 +2804,19 @@
|
|
|
1867
2804
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1868
2805
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1869
2806
|
"learn_more": "https://www.python.org/",
|
|
1870
|
-
"category": "
|
|
2807
|
+
"category": "Extensions",
|
|
1871
2808
|
"type": "community",
|
|
1872
2809
|
"maintainers": [
|
|
1873
2810
|
{
|
|
1874
2811
|
"name": "Sebastian Silva",
|
|
1875
|
-
"github": "icarito"
|
|
1876
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2812
|
+
"github": "icarito"
|
|
1877
2813
|
}
|
|
1878
|
-
]
|
|
2814
|
+
],
|
|
2815
|
+
"compatibility": {
|
|
2816
|
+
"2.x": "working",
|
|
2817
|
+
"2.x-bridge": "unknown",
|
|
2818
|
+
"3.x": "unknown"
|
|
2819
|
+
}
|
|
1879
2820
|
},
|
|
1880
2821
|
{
|
|
1881
2822
|
"name": "recaptcha",
|
|
@@ -1891,10 +2832,14 @@
|
|
|
1891
2832
|
"maintainers": [
|
|
1892
2833
|
{
|
|
1893
2834
|
"name": "mvrlin",
|
|
1894
|
-
"github": "mvrlin"
|
|
1895
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2835
|
+
"github": "mvrlin"
|
|
1896
2836
|
}
|
|
1897
|
-
]
|
|
2837
|
+
],
|
|
2838
|
+
"compatibility": {
|
|
2839
|
+
"2.x": "working",
|
|
2840
|
+
"2.x-bridge": "unknown",
|
|
2841
|
+
"3.x": "unknown"
|
|
2842
|
+
}
|
|
1898
2843
|
},
|
|
1899
2844
|
{
|
|
1900
2845
|
"name": "redirect",
|
|
@@ -1911,10 +2856,14 @@
|
|
|
1911
2856
|
{
|
|
1912
2857
|
"name": "Alexander Lichter",
|
|
1913
2858
|
"github": "manniL",
|
|
1914
|
-
"twitter": "TheAlexLichter"
|
|
1915
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2859
|
+
"twitter": "TheAlexLichter"
|
|
1916
2860
|
}
|
|
1917
|
-
]
|
|
2861
|
+
],
|
|
2862
|
+
"compatibility": {
|
|
2863
|
+
"2.x": "working",
|
|
2864
|
+
"2.x-bridge": "unknown",
|
|
2865
|
+
"3.x": "unknown"
|
|
2866
|
+
}
|
|
1918
2867
|
},
|
|
1919
2868
|
{
|
|
1920
2869
|
"name": "rfg-icon",
|
|
@@ -1925,15 +2874,19 @@
|
|
|
1925
2874
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1926
2875
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1927
2876
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1928
|
-
"category": "
|
|
2877
|
+
"category": "SEO",
|
|
1929
2878
|
"type": "3rd-party",
|
|
1930
2879
|
"maintainers": [
|
|
1931
2880
|
{
|
|
1932
2881
|
"name": "pimlie",
|
|
1933
|
-
"github": "pimlie"
|
|
1934
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2882
|
+
"github": "pimlie"
|
|
1935
2883
|
}
|
|
1936
|
-
]
|
|
2884
|
+
],
|
|
2885
|
+
"compatibility": {
|
|
2886
|
+
"2.x": "working",
|
|
2887
|
+
"2.x-bridge": "unknown",
|
|
2888
|
+
"3.x": "unknown"
|
|
2889
|
+
}
|
|
1937
2890
|
},
|
|
1938
2891
|
{
|
|
1939
2892
|
"name": "robots",
|
|
@@ -1949,10 +2902,14 @@
|
|
|
1949
2902
|
"maintainers": [
|
|
1950
2903
|
{
|
|
1951
2904
|
"name": "Ricardo Gobbo de Souza",
|
|
1952
|
-
"github": "ricardogobbosouza"
|
|
1953
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2905
|
+
"github": "ricardogobbosouza"
|
|
1954
2906
|
}
|
|
1955
|
-
]
|
|
2907
|
+
],
|
|
2908
|
+
"compatibility": {
|
|
2909
|
+
"2.x": "working",
|
|
2910
|
+
"2.x-bridge": "unknown",
|
|
2911
|
+
"3.x": "unknown"
|
|
2912
|
+
}
|
|
1956
2913
|
},
|
|
1957
2914
|
{
|
|
1958
2915
|
"name": "rollbar",
|
|
@@ -1968,10 +2925,14 @@
|
|
|
1968
2925
|
"maintainers": [
|
|
1969
2926
|
{
|
|
1970
2927
|
"name": "Gaël Reyrol",
|
|
1971
|
-
"github": "gaelreyrol"
|
|
1972
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
2928
|
+
"github": "gaelreyrol"
|
|
1973
2929
|
}
|
|
1974
|
-
]
|
|
2930
|
+
],
|
|
2931
|
+
"compatibility": {
|
|
2932
|
+
"2.x": "working",
|
|
2933
|
+
"2.x-bridge": "unknown",
|
|
2934
|
+
"3.x": "unknown"
|
|
2935
|
+
}
|
|
1975
2936
|
},
|
|
1976
2937
|
{
|
|
1977
2938
|
"name": "router-extras",
|
|
@@ -1982,16 +2943,20 @@
|
|
|
1982
2943
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1983
2944
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1984
2945
|
"learn_more": "",
|
|
1985
|
-
"category": "
|
|
2946
|
+
"category": "Extensions",
|
|
1986
2947
|
"type": "community",
|
|
1987
2948
|
"maintainers": [
|
|
1988
2949
|
{
|
|
1989
2950
|
"name": "Ahad Birang",
|
|
1990
2951
|
"github": "farnabaz",
|
|
1991
|
-
"twitter": "a_birang"
|
|
1992
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
2952
|
+
"twitter": "a_birang"
|
|
1993
2953
|
}
|
|
1994
|
-
]
|
|
2954
|
+
],
|
|
2955
|
+
"compatibility": {
|
|
2956
|
+
"2.x": "working",
|
|
2957
|
+
"2.x-bridge": "unknown",
|
|
2958
|
+
"3.x": "unknown"
|
|
2959
|
+
}
|
|
1995
2960
|
},
|
|
1996
2961
|
{
|
|
1997
2962
|
"name": "router",
|
|
@@ -2002,16 +2967,20 @@
|
|
|
2002
2967
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2003
2968
|
"website": "https://github.com/nuxt-community/router-module",
|
|
2004
2969
|
"learn_more": "",
|
|
2005
|
-
"category": "
|
|
2970
|
+
"category": "Extensions",
|
|
2006
2971
|
"type": "community",
|
|
2007
2972
|
"maintainers": [
|
|
2008
2973
|
{
|
|
2009
2974
|
"name": "Sébastien Chopin",
|
|
2010
2975
|
"github": "Atinux",
|
|
2011
|
-
"twitter": "Atinux"
|
|
2012
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2976
|
+
"twitter": "Atinux"
|
|
2013
2977
|
}
|
|
2014
|
-
]
|
|
2978
|
+
],
|
|
2979
|
+
"compatibility": {
|
|
2980
|
+
"2.x": "working",
|
|
2981
|
+
"2.x-bridge": "unknown",
|
|
2982
|
+
"3.x": "unknown"
|
|
2983
|
+
}
|
|
2015
2984
|
},
|
|
2016
2985
|
{
|
|
2017
2986
|
"name": "sanity",
|
|
@@ -2028,10 +2997,14 @@
|
|
|
2028
2997
|
{
|
|
2029
2998
|
"name": "Daniel Roe",
|
|
2030
2999
|
"github": "danielroe",
|
|
2031
|
-
"twitter": "danielcroe"
|
|
2032
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3000
|
+
"twitter": "danielcroe"
|
|
2033
3001
|
}
|
|
2034
|
-
]
|
|
3002
|
+
],
|
|
3003
|
+
"compatibility": {
|
|
3004
|
+
"2.x": "working",
|
|
3005
|
+
"2.x-bridge": "unknown",
|
|
3006
|
+
"3.x": "unknown"
|
|
3007
|
+
}
|
|
2035
3008
|
},
|
|
2036
3009
|
{
|
|
2037
3010
|
"name": "scss-to-js",
|
|
@@ -2047,10 +3020,14 @@
|
|
|
2047
3020
|
"maintainers": [
|
|
2048
3021
|
{
|
|
2049
3022
|
"name": "sugoidesune",
|
|
2050
|
-
"github": "sugoidesune"
|
|
2051
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3023
|
+
"github": "sugoidesune"
|
|
2052
3024
|
}
|
|
2053
|
-
]
|
|
3025
|
+
],
|
|
3026
|
+
"compatibility": {
|
|
3027
|
+
"2.x": "working",
|
|
3028
|
+
"2.x-bridge": "unknown",
|
|
3029
|
+
"3.x": "unknown"
|
|
3030
|
+
}
|
|
2054
3031
|
},
|
|
2055
3032
|
{
|
|
2056
3033
|
"name": "segment",
|
|
@@ -2066,10 +3043,14 @@
|
|
|
2066
3043
|
"maintainers": [
|
|
2067
3044
|
{
|
|
2068
3045
|
"name": "dansmaculotte",
|
|
2069
|
-
"github": "dansmaculotte"
|
|
2070
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3046
|
+
"github": "dansmaculotte"
|
|
2071
3047
|
}
|
|
2072
|
-
]
|
|
3048
|
+
],
|
|
3049
|
+
"compatibility": {
|
|
3050
|
+
"2.x": "working",
|
|
3051
|
+
"2.x-bridge": "unknown",
|
|
3052
|
+
"3.x": "unknown"
|
|
3053
|
+
}
|
|
2073
3054
|
},
|
|
2074
3055
|
{
|
|
2075
3056
|
"name": "sentry",
|
|
@@ -2078,17 +3059,45 @@
|
|
|
2078
3059
|
"npm": "@nuxtjs/sentry",
|
|
2079
3060
|
"icon": "sentry.png",
|
|
2080
3061
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2081
|
-
"website": "https://
|
|
3062
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2082
3063
|
"learn_more": "https://sentry.io/welcome/",
|
|
2083
3064
|
"category": "Monitoring",
|
|
2084
3065
|
"type": "community",
|
|
2085
3066
|
"maintainers": [
|
|
2086
3067
|
{
|
|
2087
3068
|
"name": "Rafał Chłodnicki",
|
|
2088
|
-
"github": "rchl"
|
|
2089
|
-
|
|
3069
|
+
"github": "rchl"
|
|
3070
|
+
}
|
|
3071
|
+
],
|
|
3072
|
+
"compatibility": {
|
|
3073
|
+
"2.x": "working",
|
|
3074
|
+
"2.x-bridge": "wip",
|
|
3075
|
+
"3.x": "wip"
|
|
3076
|
+
}
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"name": "seo-meta",
|
|
3080
|
+
"description": "Simple generate seo metadata",
|
|
3081
|
+
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3082
|
+
"npm": "nuxt-seo-meta",
|
|
3083
|
+
"icon": "",
|
|
3084
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3085
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3086
|
+
"learn_more": "",
|
|
3087
|
+
"category": "SEO",
|
|
3088
|
+
"type": "3rd-party",
|
|
3089
|
+
"maintainers": [
|
|
3090
|
+
{
|
|
3091
|
+
"name": "ihavecoke",
|
|
3092
|
+
"github": "ihavecoke",
|
|
3093
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
2090
3094
|
}
|
|
2091
|
-
]
|
|
3095
|
+
],
|
|
3096
|
+
"compatibility": {
|
|
3097
|
+
"2.x": "working",
|
|
3098
|
+
"2.x-bridge": "unknown",
|
|
3099
|
+
"3.x": "unknown"
|
|
3100
|
+
}
|
|
2092
3101
|
},
|
|
2093
3102
|
{
|
|
2094
3103
|
"name": "seomatic-meta",
|
|
@@ -2104,10 +3113,14 @@
|
|
|
2104
3113
|
"maintainers": [
|
|
2105
3114
|
{
|
|
2106
3115
|
"name": "ben-rogerson",
|
|
2107
|
-
"github": "ben-rogerson"
|
|
2108
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3116
|
+
"github": "ben-rogerson"
|
|
2109
3117
|
}
|
|
2110
|
-
]
|
|
3118
|
+
],
|
|
3119
|
+
"compatibility": {
|
|
3120
|
+
"2.x": "working",
|
|
3121
|
+
"2.x-bridge": "unknown",
|
|
3122
|
+
"3.x": "unknown"
|
|
3123
|
+
}
|
|
2111
3124
|
},
|
|
2112
3125
|
{
|
|
2113
3126
|
"name": "separate-env",
|
|
@@ -2118,16 +3131,20 @@
|
|
|
2118
3131
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2119
3132
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2120
3133
|
"learn_more": "",
|
|
2121
|
-
"category": "
|
|
3134
|
+
"category": "Extensions",
|
|
2122
3135
|
"type": "community",
|
|
2123
3136
|
"maintainers": [
|
|
2124
3137
|
{
|
|
2125
3138
|
"name": "Alexander Lichter",
|
|
2126
3139
|
"github": "manniL",
|
|
2127
|
-
"twitter": "TheAlexLichter"
|
|
2128
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3140
|
+
"twitter": "TheAlexLichter"
|
|
2129
3141
|
}
|
|
2130
|
-
]
|
|
3142
|
+
],
|
|
3143
|
+
"compatibility": {
|
|
3144
|
+
"2.x": "working",
|
|
3145
|
+
"2.x-bridge": "unknown",
|
|
3146
|
+
"3.x": "unknown"
|
|
3147
|
+
}
|
|
2131
3148
|
},
|
|
2132
3149
|
{
|
|
2133
3150
|
"name": "shopify",
|
|
@@ -2143,10 +3160,14 @@
|
|
|
2143
3160
|
"maintainers": [
|
|
2144
3161
|
{
|
|
2145
3162
|
"name": "Gomah",
|
|
2146
|
-
"github": "Gomah"
|
|
2147
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3163
|
+
"github": "Gomah"
|
|
2148
3164
|
}
|
|
2149
|
-
]
|
|
3165
|
+
],
|
|
3166
|
+
"compatibility": {
|
|
3167
|
+
"2.x": "working",
|
|
3168
|
+
"2.x-bridge": "unknown",
|
|
3169
|
+
"3.x": "unknown"
|
|
3170
|
+
}
|
|
2150
3171
|
},
|
|
2151
3172
|
{
|
|
2152
3173
|
"name": "simple-line-icons",
|
|
@@ -2162,10 +3183,14 @@
|
|
|
2162
3183
|
"maintainers": [
|
|
2163
3184
|
{
|
|
2164
3185
|
"name": "vaso2",
|
|
2165
|
-
"github": "vaso2"
|
|
2166
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3186
|
+
"github": "vaso2"
|
|
2167
3187
|
}
|
|
2168
|
-
]
|
|
3188
|
+
],
|
|
3189
|
+
"compatibility": {
|
|
3190
|
+
"2.x": "working",
|
|
3191
|
+
"2.x-bridge": "unknown",
|
|
3192
|
+
"3.x": "unknown"
|
|
3193
|
+
}
|
|
2169
3194
|
},
|
|
2170
3195
|
{
|
|
2171
3196
|
"name": "sitemap",
|
|
@@ -2174,7 +3199,7 @@
|
|
|
2174
3199
|
"npm": "@nuxtjs/sitemap",
|
|
2175
3200
|
"icon": "",
|
|
2176
3201
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2177
|
-
"website": "https://
|
|
3202
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2178
3203
|
"learn_more": "",
|
|
2179
3204
|
"category": "SEO",
|
|
2180
3205
|
"type": "community",
|
|
@@ -2182,10 +3207,38 @@
|
|
|
2182
3207
|
{
|
|
2183
3208
|
"name": "Nicolas PENNEC",
|
|
2184
3209
|
"github": "NicoPennec",
|
|
2185
|
-
"twitter": "NicoPennec"
|
|
2186
|
-
|
|
3210
|
+
"twitter": "NicoPennec"
|
|
3211
|
+
}
|
|
3212
|
+
],
|
|
3213
|
+
"compatibility": {
|
|
3214
|
+
"2.x": "working",
|
|
3215
|
+
"2.x-bridge": "unknown",
|
|
3216
|
+
"3.x": "unknown"
|
|
3217
|
+
}
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"name": "snipcart",
|
|
3221
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3222
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3223
|
+
"npm": "@nuxtjs/snipcart",
|
|
3224
|
+
"icon": "snipcart.png",
|
|
3225
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3226
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3227
|
+
"learn_more": "",
|
|
3228
|
+
"category": "Payment",
|
|
3229
|
+
"type": "community",
|
|
3230
|
+
"maintainers": [
|
|
3231
|
+
{
|
|
3232
|
+
"name": "Florent GIRAUD",
|
|
3233
|
+
"github": "f3ltron",
|
|
3234
|
+
"twitter": "giraud_florent"
|
|
2187
3235
|
}
|
|
2188
|
-
]
|
|
3236
|
+
],
|
|
3237
|
+
"compatibility": {
|
|
3238
|
+
"2.x": "working",
|
|
3239
|
+
"2.x-bridge": "unknown",
|
|
3240
|
+
"3.x": "unknown"
|
|
3241
|
+
}
|
|
2189
3242
|
},
|
|
2190
3243
|
{
|
|
2191
3244
|
"name": "social-meta",
|
|
@@ -2201,10 +3254,14 @@
|
|
|
2201
3254
|
"maintainers": [
|
|
2202
3255
|
{
|
|
2203
3256
|
"name": "AlekseyPleshkov",
|
|
2204
|
-
"github": "AlekseyPleshkov"
|
|
2205
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3257
|
+
"github": "AlekseyPleshkov"
|
|
2206
3258
|
}
|
|
2207
|
-
]
|
|
3259
|
+
],
|
|
3260
|
+
"compatibility": {
|
|
3261
|
+
"2.x": "working",
|
|
3262
|
+
"2.x-bridge": "unknown",
|
|
3263
|
+
"3.x": "unknown"
|
|
3264
|
+
}
|
|
2208
3265
|
},
|
|
2209
3266
|
{
|
|
2210
3267
|
"name": "socket-io",
|
|
@@ -2220,10 +3277,14 @@
|
|
|
2220
3277
|
"maintainers": [
|
|
2221
3278
|
{
|
|
2222
3279
|
"name": "richardeschloss",
|
|
2223
|
-
"github": "richardeschloss"
|
|
2224
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3280
|
+
"github": "richardeschloss"
|
|
2225
3281
|
}
|
|
2226
|
-
]
|
|
3282
|
+
],
|
|
3283
|
+
"compatibility": {
|
|
3284
|
+
"2.x": "working",
|
|
3285
|
+
"2.x-bridge": "unknown",
|
|
3286
|
+
"3.x": "unknown"
|
|
3287
|
+
}
|
|
2227
3288
|
},
|
|
2228
3289
|
{
|
|
2229
3290
|
"name": "speedcurve",
|
|
@@ -2240,10 +3301,14 @@
|
|
|
2240
3301
|
{
|
|
2241
3302
|
"name": "Josh Deltener",
|
|
2242
3303
|
"github": "hecktarzuli",
|
|
2243
|
-
"twitter": "JoshDeltener"
|
|
2244
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
3304
|
+
"twitter": "JoshDeltener"
|
|
2245
3305
|
}
|
|
2246
|
-
]
|
|
3306
|
+
],
|
|
3307
|
+
"compatibility": {
|
|
3308
|
+
"2.x": "working",
|
|
3309
|
+
"2.x-bridge": "unknown",
|
|
3310
|
+
"3.x": "unknown"
|
|
3311
|
+
}
|
|
2247
3312
|
},
|
|
2248
3313
|
{
|
|
2249
3314
|
"name": "storage",
|
|
@@ -2254,15 +3319,42 @@
|
|
|
2254
3319
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2255
3320
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2256
3321
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2257
|
-
"category": "
|
|
3322
|
+
"category": "Extensions",
|
|
2258
3323
|
"type": "3rd-party",
|
|
2259
3324
|
"maintainers": [
|
|
2260
3325
|
{
|
|
2261
3326
|
"name": "mazipan",
|
|
2262
|
-
"github": "mazipan"
|
|
2263
|
-
|
|
3327
|
+
"github": "mazipan"
|
|
3328
|
+
}
|
|
3329
|
+
],
|
|
3330
|
+
"compatibility": {
|
|
3331
|
+
"2.x": "working",
|
|
3332
|
+
"2.x-bridge": "unknown",
|
|
3333
|
+
"3.x": "unknown"
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "storefront-ui",
|
|
3338
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3339
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3340
|
+
"npm": "@storefront-ui/nuxt",
|
|
3341
|
+
"icon": "storefront-ui.svg",
|
|
3342
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3343
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3344
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3345
|
+
"category": "UI",
|
|
3346
|
+
"type": "3rd-party",
|
|
3347
|
+
"maintainers": [
|
|
3348
|
+
{
|
|
3349
|
+
"name": "Jakub Andrzejewski",
|
|
3350
|
+
"github": "Baroshem"
|
|
2264
3351
|
}
|
|
2265
|
-
]
|
|
3352
|
+
],
|
|
3353
|
+
"compatibility": {
|
|
3354
|
+
"2.x": "working",
|
|
3355
|
+
"2.x-bridge": "unknown",
|
|
3356
|
+
"3.x": "unknown"
|
|
3357
|
+
}
|
|
2266
3358
|
},
|
|
2267
3359
|
{
|
|
2268
3360
|
"name": "stories",
|
|
@@ -2278,16 +3370,20 @@
|
|
|
2278
3370
|
"maintainers": [
|
|
2279
3371
|
{
|
|
2280
3372
|
"name": "richardeschloss",
|
|
2281
|
-
"github": "richardeschloss"
|
|
2282
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3373
|
+
"github": "richardeschloss"
|
|
2283
3374
|
}
|
|
2284
|
-
]
|
|
3375
|
+
],
|
|
3376
|
+
"compatibility": {
|
|
3377
|
+
"2.x": "working",
|
|
3378
|
+
"2.x-bridge": "unknown",
|
|
3379
|
+
"3.x": "unknown"
|
|
3380
|
+
}
|
|
2285
3381
|
},
|
|
2286
3382
|
{
|
|
2287
3383
|
"name": "storyblok",
|
|
2288
3384
|
"description": "Storyblok Nuxt.js module",
|
|
2289
3385
|
"repo": "storyblok/storyblok-nuxt",
|
|
2290
|
-
"npm": "storyblok-
|
|
3386
|
+
"npm": "@storyblok/nuxt-ws",
|
|
2291
3387
|
"icon": "storyblok.png",
|
|
2292
3388
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2293
3389
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2297,10 +3393,14 @@
|
|
|
2297
3393
|
"maintainers": [
|
|
2298
3394
|
{
|
|
2299
3395
|
"name": "storyblok",
|
|
2300
|
-
"github": "storyblok"
|
|
2301
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3396
|
+
"github": "storyblok"
|
|
2302
3397
|
}
|
|
2303
|
-
]
|
|
3398
|
+
],
|
|
3399
|
+
"compatibility": {
|
|
3400
|
+
"2.x": "working",
|
|
3401
|
+
"2.x-bridge": "unknown",
|
|
3402
|
+
"3.x": "unknown"
|
|
3403
|
+
}
|
|
2304
3404
|
},
|
|
2305
3405
|
{
|
|
2306
3406
|
"name": "storybook",
|
|
@@ -2317,16 +3417,19 @@
|
|
|
2317
3417
|
{
|
|
2318
3418
|
"name": "Ahad Birang",
|
|
2319
3419
|
"github": "farnabaz",
|
|
2320
|
-
"twitter": "a_birang"
|
|
2321
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3420
|
+
"twitter": "a_birang"
|
|
2322
3421
|
},
|
|
2323
3422
|
{
|
|
2324
3423
|
"name": "Pooya Parsa",
|
|
2325
3424
|
"github": "pi0",
|
|
2326
|
-
"twitter": "_pi0_"
|
|
2327
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3425
|
+
"twitter": "_pi0_"
|
|
2328
3426
|
}
|
|
2329
|
-
]
|
|
3427
|
+
],
|
|
3428
|
+
"compatibility": {
|
|
3429
|
+
"2.x": "working",
|
|
3430
|
+
"2.x-bridge": "unknown",
|
|
3431
|
+
"3.x": "unknown"
|
|
3432
|
+
}
|
|
2330
3433
|
},
|
|
2331
3434
|
{
|
|
2332
3435
|
"name": "strapi",
|
|
@@ -2343,16 +3446,19 @@
|
|
|
2343
3446
|
{
|
|
2344
3447
|
"name": "Benjamin Canac",
|
|
2345
3448
|
"github": "benjamincanac",
|
|
2346
|
-
"twitter": "benjamincanac"
|
|
2347
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3449
|
+
"twitter": "benjamincanac"
|
|
2348
3450
|
},
|
|
2349
3451
|
{
|
|
2350
3452
|
"name": "Sébastien Chopin",
|
|
2351
3453
|
"github": "Atinux",
|
|
2352
|
-
"twitter": "Atinux"
|
|
2353
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3454
|
+
"twitter": "Atinux"
|
|
2354
3455
|
}
|
|
2355
|
-
]
|
|
3456
|
+
],
|
|
3457
|
+
"compatibility": {
|
|
3458
|
+
"2.x": "working",
|
|
3459
|
+
"2.x-bridge": "wip",
|
|
3460
|
+
"3.x": "unknown"
|
|
3461
|
+
}
|
|
2356
3462
|
},
|
|
2357
3463
|
{
|
|
2358
3464
|
"name": "stripe",
|
|
@@ -2368,10 +3474,14 @@
|
|
|
2368
3474
|
"maintainers": [
|
|
2369
3475
|
{
|
|
2370
3476
|
"name": "WilliamDASILVA",
|
|
2371
|
-
"github": "WilliamDASILVA"
|
|
2372
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3477
|
+
"github": "WilliamDASILVA"
|
|
2373
3478
|
}
|
|
2374
|
-
]
|
|
3479
|
+
],
|
|
3480
|
+
"compatibility": {
|
|
3481
|
+
"2.x": "working",
|
|
3482
|
+
"2.x-bridge": "unknown",
|
|
3483
|
+
"3.x": "unknown"
|
|
3484
|
+
}
|
|
2375
3485
|
},
|
|
2376
3486
|
{
|
|
2377
3487
|
"name": "style-resources",
|
|
@@ -2388,10 +3498,14 @@
|
|
|
2388
3498
|
{
|
|
2389
3499
|
"name": "Alexander Lichter",
|
|
2390
3500
|
"github": "manniL",
|
|
2391
|
-
"twitter": "TheAlexLichter"
|
|
2392
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3501
|
+
"twitter": "TheAlexLichter"
|
|
2393
3502
|
}
|
|
2394
|
-
]
|
|
3503
|
+
],
|
|
3504
|
+
"compatibility": {
|
|
3505
|
+
"2.x": "working",
|
|
3506
|
+
"2.x-bridge": "unknown",
|
|
3507
|
+
"3.x": "unknown"
|
|
3508
|
+
}
|
|
2395
3509
|
},
|
|
2396
3510
|
{
|
|
2397
3511
|
"name": "stylelint",
|
|
@@ -2407,10 +3521,38 @@
|
|
|
2407
3521
|
"maintainers": [
|
|
2408
3522
|
{
|
|
2409
3523
|
"name": "Ricardo Gobbo de Souza",
|
|
2410
|
-
"github": "ricardogobbosouza"
|
|
2411
|
-
|
|
3524
|
+
"github": "ricardogobbosouza"
|
|
3525
|
+
}
|
|
3526
|
+
],
|
|
3527
|
+
"compatibility": {
|
|
3528
|
+
"2.x": "working",
|
|
3529
|
+
"2.x-bridge": "unknown",
|
|
3530
|
+
"3.x": "unknown"
|
|
3531
|
+
}
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"name": "supabase",
|
|
3535
|
+
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3536
|
+
"repo": "supabase/nuxt-supabase",
|
|
3537
|
+
"npm": "nuxt-supabase",
|
|
3538
|
+
"icon": "supabase.png",
|
|
3539
|
+
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3540
|
+
"website": "https://github.com/supabase/nuxt-supabase",
|
|
3541
|
+
"learn_more": "https://supabase.io",
|
|
3542
|
+
"category": "Database",
|
|
3543
|
+
"type": "3rd-party",
|
|
3544
|
+
"maintainers": [
|
|
3545
|
+
{
|
|
3546
|
+
"name": "Scott Robertson",
|
|
3547
|
+
"github": "scottrobertson",
|
|
3548
|
+
"twitter": "scottymeuk"
|
|
2412
3549
|
}
|
|
2413
|
-
]
|
|
3550
|
+
],
|
|
3551
|
+
"compatibility": {
|
|
3552
|
+
"2.x": "working",
|
|
3553
|
+
"2.x-bridge": "unknown",
|
|
3554
|
+
"3.x": "unknown"
|
|
3555
|
+
}
|
|
2414
3556
|
},
|
|
2415
3557
|
{
|
|
2416
3558
|
"name": "svg-loader",
|
|
@@ -2421,15 +3563,19 @@
|
|
|
2421
3563
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2422
3564
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2423
3565
|
"learn_more": "",
|
|
2424
|
-
"category": "
|
|
3566
|
+
"category": "Extensions",
|
|
2425
3567
|
"type": "3rd-party",
|
|
2426
3568
|
"maintainers": [
|
|
2427
3569
|
{
|
|
2428
3570
|
"name": "Developmint",
|
|
2429
|
-
"github": "Developmint"
|
|
2430
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3571
|
+
"github": "Developmint"
|
|
2431
3572
|
}
|
|
2432
|
-
]
|
|
3573
|
+
],
|
|
3574
|
+
"compatibility": {
|
|
3575
|
+
"2.x": "working",
|
|
3576
|
+
"2.x-bridge": "unknown",
|
|
3577
|
+
"3.x": "unknown"
|
|
3578
|
+
}
|
|
2433
3579
|
},
|
|
2434
3580
|
{
|
|
2435
3581
|
"name": "svg-sprite",
|
|
@@ -2440,16 +3586,20 @@
|
|
|
2440
3586
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2441
3587
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2442
3588
|
"learn_more": "",
|
|
2443
|
-
"category": "
|
|
3589
|
+
"category": "UI",
|
|
2444
3590
|
"type": "community",
|
|
2445
3591
|
"maintainers": [
|
|
2446
3592
|
{
|
|
2447
3593
|
"name": "Ahad Birang",
|
|
2448
3594
|
"github": "farnabaz",
|
|
2449
|
-
"twitter": "a_birang"
|
|
2450
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3595
|
+
"twitter": "a_birang"
|
|
2451
3596
|
}
|
|
2452
|
-
]
|
|
3597
|
+
],
|
|
3598
|
+
"compatibility": {
|
|
3599
|
+
"2.x": "working",
|
|
3600
|
+
"2.x-bridge": "unknown",
|
|
3601
|
+
"3.x": "unknown"
|
|
3602
|
+
}
|
|
2453
3603
|
},
|
|
2454
3604
|
{
|
|
2455
3605
|
"name": "svg",
|
|
@@ -2460,15 +3610,19 @@
|
|
|
2460
3610
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2461
3611
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2462
3612
|
"learn_more": "",
|
|
2463
|
-
"category": "
|
|
3613
|
+
"category": "Extensions",
|
|
2464
3614
|
"type": "community",
|
|
2465
3615
|
"maintainers": [
|
|
2466
3616
|
{
|
|
2467
3617
|
"name": "Sam Holmes",
|
|
2468
|
-
"github": "sam3d"
|
|
2469
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3618
|
+
"github": "sam3d"
|
|
2470
3619
|
}
|
|
2471
|
-
]
|
|
3620
|
+
],
|
|
3621
|
+
"compatibility": {
|
|
3622
|
+
"2.x": "working",
|
|
3623
|
+
"2.x-bridge": "unknown",
|
|
3624
|
+
"3.x": "unknown"
|
|
3625
|
+
}
|
|
2472
3626
|
},
|
|
2473
3627
|
{
|
|
2474
3628
|
"name": "sweetalert2",
|
|
@@ -2484,10 +3638,14 @@
|
|
|
2484
3638
|
"maintainers": [
|
|
2485
3639
|
{
|
|
2486
3640
|
"name": "ImreC",
|
|
2487
|
-
"github": "ImreC"
|
|
2488
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3641
|
+
"github": "ImreC"
|
|
2489
3642
|
}
|
|
2490
|
-
]
|
|
3643
|
+
],
|
|
3644
|
+
"compatibility": {
|
|
3645
|
+
"2.x": "working",
|
|
3646
|
+
"2.x-bridge": "unknown",
|
|
3647
|
+
"3.x": "unknown"
|
|
3648
|
+
}
|
|
2491
3649
|
},
|
|
2492
3650
|
{
|
|
2493
3651
|
"name": "tailwindcss",
|
|
@@ -2504,10 +3662,14 @@
|
|
|
2504
3662
|
{
|
|
2505
3663
|
"name": "Sébastien Chopin",
|
|
2506
3664
|
"github": "Atinux",
|
|
2507
|
-
"twitter": "Atinux"
|
|
2508
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3665
|
+
"twitter": "Atinux"
|
|
2509
3666
|
}
|
|
2510
|
-
]
|
|
3667
|
+
],
|
|
3668
|
+
"compatibility": {
|
|
3669
|
+
"2.x": "working",
|
|
3670
|
+
"2.x-bridge": "wip",
|
|
3671
|
+
"3.x": "wip"
|
|
3672
|
+
}
|
|
2511
3673
|
},
|
|
2512
3674
|
{
|
|
2513
3675
|
"name": "toast",
|
|
@@ -2515,8 +3677,8 @@
|
|
|
2515
3677
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2516
3678
|
"npm": "@nuxtjs/toast",
|
|
2517
3679
|
"icon": "",
|
|
2518
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2519
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3680
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3681
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2520
3682
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2521
3683
|
"category": "Libraries",
|
|
2522
3684
|
"type": "community",
|
|
@@ -2524,10 +3686,37 @@
|
|
|
2524
3686
|
{
|
|
2525
3687
|
"name": "Pooya Parsa",
|
|
2526
3688
|
"github": "pi0",
|
|
2527
|
-
"twitter": "_pi0_"
|
|
2528
|
-
|
|
3689
|
+
"twitter": "_pi0_"
|
|
3690
|
+
}
|
|
3691
|
+
],
|
|
3692
|
+
"compatibility": {
|
|
3693
|
+
"2.x": "working",
|
|
3694
|
+
"2.x-bridge": "unknown",
|
|
3695
|
+
"3.x": "unknown"
|
|
3696
|
+
}
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"name": "twa",
|
|
3700
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3701
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3702
|
+
"npm": "nuxt-twa",
|
|
3703
|
+
"icon": "",
|
|
3704
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3705
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3706
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3707
|
+
"category": "Performance",
|
|
3708
|
+
"type": "3rd-party",
|
|
3709
|
+
"maintainers": [
|
|
3710
|
+
{
|
|
3711
|
+
"name": "Nicolas Perraut",
|
|
3712
|
+
"github": "tuarrep"
|
|
2529
3713
|
}
|
|
2530
|
-
]
|
|
3714
|
+
],
|
|
3715
|
+
"compatibility": {
|
|
3716
|
+
"2.x": "working",
|
|
3717
|
+
"2.x-bridge": "wip",
|
|
3718
|
+
"3.x": "wip"
|
|
3719
|
+
}
|
|
2531
3720
|
},
|
|
2532
3721
|
{
|
|
2533
3722
|
"name": "typed-router",
|
|
@@ -2543,10 +3732,14 @@
|
|
|
2543
3732
|
"maintainers": [
|
|
2544
3733
|
{
|
|
2545
3734
|
"name": "victorgarciaesgi",
|
|
2546
|
-
"github": "victorgarciaesgi"
|
|
2547
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3735
|
+
"github": "victorgarciaesgi"
|
|
2548
3736
|
}
|
|
2549
|
-
]
|
|
3737
|
+
],
|
|
3738
|
+
"compatibility": {
|
|
3739
|
+
"2.x": "working",
|
|
3740
|
+
"2.x-bridge": "unknown",
|
|
3741
|
+
"3.x": "unknown"
|
|
3742
|
+
}
|
|
2550
3743
|
},
|
|
2551
3744
|
{
|
|
2552
3745
|
"name": "typescript-runtime",
|
|
@@ -2562,22 +3755,24 @@
|
|
|
2562
3755
|
"maintainers": [
|
|
2563
3756
|
{
|
|
2564
3757
|
"name": "Kevin Marrec",
|
|
2565
|
-
"github": "kevinmarrec"
|
|
2566
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3758
|
+
"github": "kevinmarrec"
|
|
2567
3759
|
},
|
|
2568
3760
|
{
|
|
2569
3761
|
"name": "Pooya Parsa",
|
|
2570
3762
|
"github": "pi0",
|
|
2571
|
-
"twitter": "_pi0_"
|
|
2572
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3763
|
+
"twitter": "_pi0_"
|
|
2573
3764
|
},
|
|
2574
3765
|
{
|
|
2575
3766
|
"name": "Daniel Roe",
|
|
2576
3767
|
"github": "danielroe",
|
|
2577
|
-
"twitter": "danielcroe"
|
|
2578
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3768
|
+
"twitter": "danielcroe"
|
|
2579
3769
|
}
|
|
2580
|
-
]
|
|
3770
|
+
],
|
|
3771
|
+
"compatibility": {
|
|
3772
|
+
"2.x": "working",
|
|
3773
|
+
"2.x-bridge": "unknown",
|
|
3774
|
+
"3.x": "unknown"
|
|
3775
|
+
}
|
|
2581
3776
|
},
|
|
2582
3777
|
{
|
|
2583
3778
|
"name": "typescript",
|
|
@@ -2593,22 +3788,24 @@
|
|
|
2593
3788
|
"maintainers": [
|
|
2594
3789
|
{
|
|
2595
3790
|
"name": "Kevin Marrec",
|
|
2596
|
-
"github": "kevinmarrec"
|
|
2597
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3791
|
+
"github": "kevinmarrec"
|
|
2598
3792
|
},
|
|
2599
3793
|
{
|
|
2600
3794
|
"name": "Pooya Parsa",
|
|
2601
3795
|
"github": "pi0",
|
|
2602
|
-
"twitter": "_pi0_"
|
|
2603
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3796
|
+
"twitter": "_pi0_"
|
|
2604
3797
|
},
|
|
2605
3798
|
{
|
|
2606
3799
|
"name": "Daniel Roe",
|
|
2607
3800
|
"github": "danielroe",
|
|
2608
|
-
"twitter": "danielcroe"
|
|
2609
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3801
|
+
"twitter": "danielcroe"
|
|
2610
3802
|
}
|
|
2611
|
-
]
|
|
3803
|
+
],
|
|
3804
|
+
"compatibility": {
|
|
3805
|
+
"2.x": "working",
|
|
3806
|
+
"2.x-bridge": "unknown",
|
|
3807
|
+
"3.x": "unknown"
|
|
3808
|
+
}
|
|
2612
3809
|
},
|
|
2613
3810
|
{
|
|
2614
3811
|
"name": "universal-storage",
|
|
@@ -2619,22 +3816,50 @@
|
|
|
2619
3816
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2620
3817
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2621
3818
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2622
|
-
"category": "
|
|
3819
|
+
"category": "Extensions",
|
|
2623
3820
|
"type": "community",
|
|
2624
3821
|
"maintainers": [
|
|
2625
3822
|
{
|
|
2626
3823
|
"name": "Pooya Parsa",
|
|
2627
3824
|
"github": "pi0",
|
|
2628
|
-
"twitter": "_pi0_"
|
|
2629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3825
|
+
"twitter": "_pi0_"
|
|
2630
3826
|
},
|
|
2631
3827
|
{
|
|
2632
3828
|
"name": "Farzad Soltani",
|
|
2633
3829
|
"github": "farzadso",
|
|
2634
|
-
"twitter": "farzadso"
|
|
2635
|
-
|
|
3830
|
+
"twitter": "farzadso"
|
|
3831
|
+
}
|
|
3832
|
+
],
|
|
3833
|
+
"compatibility": {
|
|
3834
|
+
"2.x": "working",
|
|
3835
|
+
"2.x-bridge": "unknown",
|
|
3836
|
+
"3.x": "unknown"
|
|
3837
|
+
}
|
|
3838
|
+
},
|
|
3839
|
+
{
|
|
3840
|
+
"name": "unocss",
|
|
3841
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
3842
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3843
|
+
"npm": "@unocss/nuxt",
|
|
3844
|
+
"icon": "unocss.svg",
|
|
3845
|
+
"github": "https://github.com/antfu/unocss",
|
|
3846
|
+
"website": "https://github.com/antfu/unocss",
|
|
3847
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
3848
|
+
"category": "UI",
|
|
3849
|
+
"type": "3rd-party",
|
|
3850
|
+
"maintainers": [
|
|
3851
|
+
{
|
|
3852
|
+
"name": "Anthony Fu",
|
|
3853
|
+
"github": "antfu",
|
|
3854
|
+
"twitter": "antfu7",
|
|
3855
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2636
3856
|
}
|
|
2637
|
-
]
|
|
3857
|
+
],
|
|
3858
|
+
"compatibility": {
|
|
3859
|
+
"2.x": "working",
|
|
3860
|
+
"2.x-bridge": "working",
|
|
3861
|
+
"3.x": "working"
|
|
3862
|
+
}
|
|
2638
3863
|
},
|
|
2639
3864
|
{
|
|
2640
3865
|
"name": "user-agent",
|
|
@@ -2645,15 +3870,19 @@
|
|
|
2645
3870
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2646
3871
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2647
3872
|
"learn_more": "",
|
|
2648
|
-
"category": "
|
|
3873
|
+
"category": "Extensions",
|
|
2649
3874
|
"type": "3rd-party",
|
|
2650
3875
|
"maintainers": [
|
|
2651
3876
|
{
|
|
2652
3877
|
"name": "fukuiretu",
|
|
2653
|
-
"github": "fukuiretu"
|
|
2654
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
3878
|
+
"github": "fukuiretu"
|
|
2655
3879
|
}
|
|
2656
|
-
]
|
|
3880
|
+
],
|
|
3881
|
+
"compatibility": {
|
|
3882
|
+
"2.x": "working",
|
|
3883
|
+
"2.x-bridge": "unknown",
|
|
3884
|
+
"3.x": "unknown"
|
|
3885
|
+
}
|
|
2657
3886
|
},
|
|
2658
3887
|
{
|
|
2659
3888
|
"name": "validate",
|
|
@@ -2669,10 +3898,14 @@
|
|
|
2669
3898
|
"maintainers": [
|
|
2670
3899
|
{
|
|
2671
3900
|
"name": "lewyuburi",
|
|
2672
|
-
"github": "lewyuburi"
|
|
2673
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
3901
|
+
"github": "lewyuburi"
|
|
2674
3902
|
}
|
|
2675
|
-
]
|
|
3903
|
+
],
|
|
3904
|
+
"compatibility": {
|
|
3905
|
+
"2.x": "working",
|
|
3906
|
+
"2.x-bridge": "unknown",
|
|
3907
|
+
"3.x": "unknown"
|
|
3908
|
+
}
|
|
2676
3909
|
},
|
|
2677
3910
|
{
|
|
2678
3911
|
"name": "vendor",
|
|
@@ -2683,35 +3916,20 @@
|
|
|
2683
3916
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2684
3917
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2685
3918
|
"learn_more": "",
|
|
2686
|
-
"category": "
|
|
3919
|
+
"category": "Extensions",
|
|
2687
3920
|
"type": "community",
|
|
2688
3921
|
"maintainers": [
|
|
2689
3922
|
{
|
|
2690
3923
|
"name": "Pooya Parsa",
|
|
2691
3924
|
"github": "pi0",
|
|
2692
|
-
"twitter": "_pi0_"
|
|
2693
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2694
|
-
}
|
|
2695
|
-
]
|
|
2696
|
-
},
|
|
2697
|
-
{
|
|
2698
|
-
"name": "vitals",
|
|
2699
|
-
"description": "Web Vitals for Nuxt.js",
|
|
2700
|
-
"repo": "nuxt-community/vitals-module",
|
|
2701
|
-
"npm": "nuxt-vitals",
|
|
2702
|
-
"icon": "",
|
|
2703
|
-
"github": "https://github.com/nuxt-community/vitals-module",
|
|
2704
|
-
"website": "https://github.com/nuxt-community/vitals-module",
|
|
2705
|
-
"learn_more": "",
|
|
2706
|
-
"category": "Performance",
|
|
2707
|
-
"type": "3rd-party",
|
|
2708
|
-
"maintainers": [
|
|
2709
|
-
{
|
|
2710
|
-
"name": "daliborgogic",
|
|
2711
|
-
"github": "daliborgogic",
|
|
2712
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
3925
|
+
"twitter": "_pi0_"
|
|
2713
3926
|
}
|
|
2714
|
-
]
|
|
3927
|
+
],
|
|
3928
|
+
"compatibility": {
|
|
3929
|
+
"2.x": "working",
|
|
3930
|
+
"2.x-bridge": "unknown",
|
|
3931
|
+
"3.x": "unknown"
|
|
3932
|
+
}
|
|
2715
3933
|
},
|
|
2716
3934
|
{
|
|
2717
3935
|
"name": "vue-material",
|
|
@@ -2727,10 +3945,14 @@
|
|
|
2727
3945
|
"maintainers": [
|
|
2728
3946
|
{
|
|
2729
3947
|
"name": "vaso2",
|
|
2730
|
-
"github": "vaso2"
|
|
2731
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3948
|
+
"github": "vaso2"
|
|
2732
3949
|
}
|
|
2733
|
-
]
|
|
3950
|
+
],
|
|
3951
|
+
"compatibility": {
|
|
3952
|
+
"2.x": "working",
|
|
3953
|
+
"2.x-bridge": "unknown",
|
|
3954
|
+
"3.x": "unknown"
|
|
3955
|
+
}
|
|
2734
3956
|
},
|
|
2735
3957
|
{
|
|
2736
3958
|
"name": "vue-multiselect",
|
|
@@ -2746,10 +3968,14 @@
|
|
|
2746
3968
|
"maintainers": [
|
|
2747
3969
|
{
|
|
2748
3970
|
"name": "spektrummedia",
|
|
2749
|
-
"github": "spektrummedia"
|
|
2750
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
3971
|
+
"github": "spektrummedia"
|
|
2751
3972
|
}
|
|
2752
|
-
]
|
|
3973
|
+
],
|
|
3974
|
+
"compatibility": {
|
|
3975
|
+
"2.x": "working",
|
|
3976
|
+
"2.x-bridge": "unknown",
|
|
3977
|
+
"3.x": "unknown"
|
|
3978
|
+
}
|
|
2753
3979
|
},
|
|
2754
3980
|
{
|
|
2755
3981
|
"name": "vue-select",
|
|
@@ -2765,10 +3991,14 @@
|
|
|
2765
3991
|
"maintainers": [
|
|
2766
3992
|
{
|
|
2767
3993
|
"name": "madmod",
|
|
2768
|
-
"github": "madmod"
|
|
2769
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
3994
|
+
"github": "madmod"
|
|
2770
3995
|
}
|
|
2771
|
-
]
|
|
3996
|
+
],
|
|
3997
|
+
"compatibility": {
|
|
3998
|
+
"2.x": "working",
|
|
3999
|
+
"2.x-bridge": "unknown",
|
|
4000
|
+
"3.x": "unknown"
|
|
4001
|
+
}
|
|
2772
4002
|
},
|
|
2773
4003
|
{
|
|
2774
4004
|
"name": "vue-warehouse",
|
|
@@ -2785,10 +4015,14 @@
|
|
|
2785
4015
|
{
|
|
2786
4016
|
"name": "Julio Marquez",
|
|
2787
4017
|
"github": "juliomrqz",
|
|
2788
|
-
"twitter": "juliomrqz"
|
|
2789
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4018
|
+
"twitter": "juliomrqz"
|
|
2790
4019
|
}
|
|
2791
|
-
]
|
|
4020
|
+
],
|
|
4021
|
+
"compatibility": {
|
|
4022
|
+
"2.x": "working",
|
|
4023
|
+
"2.x-bridge": "unknown",
|
|
4024
|
+
"3.x": "unknown"
|
|
4025
|
+
}
|
|
2792
4026
|
},
|
|
2793
4027
|
{
|
|
2794
4028
|
"name": "vuetify",
|
|
@@ -2804,16 +4038,43 @@
|
|
|
2804
4038
|
"maintainers": [
|
|
2805
4039
|
{
|
|
2806
4040
|
"name": "Kevin Marrec",
|
|
2807
|
-
"github": "kevinmarrec"
|
|
2808
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4041
|
+
"github": "kevinmarrec"
|
|
2809
4042
|
},
|
|
2810
4043
|
{
|
|
2811
4044
|
"name": "Pooya Parsa",
|
|
2812
4045
|
"github": "pi0",
|
|
2813
|
-
"twitter": "_pi0_"
|
|
2814
|
-
|
|
4046
|
+
"twitter": "_pi0_"
|
|
4047
|
+
}
|
|
4048
|
+
],
|
|
4049
|
+
"compatibility": {
|
|
4050
|
+
"2.x": "working",
|
|
4051
|
+
"2.x-bridge": "unknown",
|
|
4052
|
+
"3.x": "not-working"
|
|
4053
|
+
}
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"name": "vueuse",
|
|
4057
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4058
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4059
|
+
"npm": "@vueuse/core",
|
|
4060
|
+
"icon": "vueuse.svg",
|
|
4061
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4062
|
+
"website": "https://vueuse.org",
|
|
4063
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4064
|
+
"category": "Libraries",
|
|
4065
|
+
"type": "3rd-party",
|
|
4066
|
+
"maintainers": [
|
|
4067
|
+
{
|
|
4068
|
+
"name": "Anthony Fu",
|
|
4069
|
+
"github": "antfu",
|
|
4070
|
+
"twitter": "antfu7"
|
|
2815
4071
|
}
|
|
2816
|
-
]
|
|
4072
|
+
],
|
|
4073
|
+
"compatibility": {
|
|
4074
|
+
"2.x": "working",
|
|
4075
|
+
"2.x-bridge": "working",
|
|
4076
|
+
"3.x": "working"
|
|
4077
|
+
}
|
|
2817
4078
|
},
|
|
2818
4079
|
{
|
|
2819
4080
|
"name": "vuex-router-sync",
|
|
@@ -2829,10 +4090,71 @@
|
|
|
2829
4090
|
"maintainers": [
|
|
2830
4091
|
{
|
|
2831
4092
|
"name": "paulgv",
|
|
2832
|
-
"github": "paulgv"
|
|
2833
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4093
|
+
"github": "paulgv"
|
|
2834
4094
|
}
|
|
2835
|
-
]
|
|
4095
|
+
],
|
|
4096
|
+
"compatibility": {
|
|
4097
|
+
"2.x": "working",
|
|
4098
|
+
"2.x-bridge": "unknown",
|
|
4099
|
+
"3.x": "unknown"
|
|
4100
|
+
}
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"name": "web-vitals",
|
|
4104
|
+
"description": "Web Vitals for Nuxt",
|
|
4105
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4106
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4107
|
+
"icon": "",
|
|
4108
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4109
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4110
|
+
"learn_more": "",
|
|
4111
|
+
"category": "Performance",
|
|
4112
|
+
"type": "community",
|
|
4113
|
+
"maintainers": [
|
|
4114
|
+
{
|
|
4115
|
+
"name": "daliborgogic",
|
|
4116
|
+
"github": "daliborgogic"
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"name": "Pooya Parsa",
|
|
4120
|
+
"github": "pi0",
|
|
4121
|
+
"twitter": "_pi0_"
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
"name": "Sebastien Chopin",
|
|
4125
|
+
"github": "Atinux",
|
|
4126
|
+
"twitter": "Atinux"
|
|
4127
|
+
}
|
|
4128
|
+
],
|
|
4129
|
+
"compatibility": {
|
|
4130
|
+
"2.x": "working",
|
|
4131
|
+
"2.x-bridge": "unknown",
|
|
4132
|
+
"3.x": "unknown"
|
|
4133
|
+
}
|
|
4134
|
+
},
|
|
4135
|
+
{
|
|
4136
|
+
"name": "web3js",
|
|
4137
|
+
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
4138
|
+
"repo": "fauzan121002/nuxt-web3",
|
|
4139
|
+
"npm": "nuxt-web3",
|
|
4140
|
+
"icon": "web3js.svg",
|
|
4141
|
+
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
4142
|
+
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
4143
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4144
|
+
"category": "Libraries",
|
|
4145
|
+
"type": "3rd-party",
|
|
4146
|
+
"maintainers": [
|
|
4147
|
+
{
|
|
4148
|
+
"name": "Muhammad Fauzan",
|
|
4149
|
+
"github": "fauzan121002",
|
|
4150
|
+
"twitter": "fauzandev"
|
|
4151
|
+
}
|
|
4152
|
+
],
|
|
4153
|
+
"compatibility": {
|
|
4154
|
+
"2.x": "working",
|
|
4155
|
+
"2.x-bridge": "unknown",
|
|
4156
|
+
"3.x": "unknown"
|
|
4157
|
+
}
|
|
2836
4158
|
},
|
|
2837
4159
|
{
|
|
2838
4160
|
"name": "webfontloader",
|
|
@@ -2848,10 +4170,37 @@
|
|
|
2848
4170
|
"maintainers": [
|
|
2849
4171
|
{
|
|
2850
4172
|
"name": "Developmint",
|
|
2851
|
-
"github": "Developmint"
|
|
2852
|
-
|
|
4173
|
+
"github": "Developmint"
|
|
4174
|
+
}
|
|
4175
|
+
],
|
|
4176
|
+
"compatibility": {
|
|
4177
|
+
"2.x": "working",
|
|
4178
|
+
"2.x-bridge": "unknown",
|
|
4179
|
+
"3.x": "unknown"
|
|
4180
|
+
}
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"name": "webpack-optimisations",
|
|
4184
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4185
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4186
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4187
|
+
"icon": "build-optimisations.svg",
|
|
4188
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4189
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4190
|
+
"learn_more": "",
|
|
4191
|
+
"category": "Devtools",
|
|
4192
|
+
"type": "3rd-party",
|
|
4193
|
+
"maintainers": [
|
|
4194
|
+
{
|
|
4195
|
+
"name": "Harlan Wilton",
|
|
4196
|
+
"github": "harlan-zw"
|
|
2853
4197
|
}
|
|
2854
|
-
]
|
|
4198
|
+
],
|
|
4199
|
+
"compatibility": {
|
|
4200
|
+
"2.x": "working",
|
|
4201
|
+
"2.x-bridge": "working",
|
|
4202
|
+
"3.x": "unknown"
|
|
4203
|
+
}
|
|
2855
4204
|
},
|
|
2856
4205
|
{
|
|
2857
4206
|
"name": "webpack-profile",
|
|
@@ -2868,10 +4217,14 @@
|
|
|
2868
4217
|
{
|
|
2869
4218
|
"name": "Pooya Parsa",
|
|
2870
4219
|
"github": "pi0",
|
|
2871
|
-
"twitter": "_pi0_"
|
|
2872
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4220
|
+
"twitter": "_pi0_"
|
|
2873
4221
|
}
|
|
2874
|
-
]
|
|
4222
|
+
],
|
|
4223
|
+
"compatibility": {
|
|
4224
|
+
"2.x": "working",
|
|
4225
|
+
"2.x-bridge": "unknown",
|
|
4226
|
+
"3.x": "unknown"
|
|
4227
|
+
}
|
|
2875
4228
|
},
|
|
2876
4229
|
{
|
|
2877
4230
|
"name": "webpackdashboard",
|
|
@@ -2887,10 +4240,14 @@
|
|
|
2887
4240
|
"maintainers": [
|
|
2888
4241
|
{
|
|
2889
4242
|
"name": "paulgv",
|
|
2890
|
-
"github": "paulgv"
|
|
2891
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4243
|
+
"github": "paulgv"
|
|
2892
4244
|
}
|
|
2893
|
-
]
|
|
4245
|
+
],
|
|
4246
|
+
"compatibility": {
|
|
4247
|
+
"2.x": "working",
|
|
4248
|
+
"2.x-bridge": "unknown",
|
|
4249
|
+
"3.x": "unknown"
|
|
4250
|
+
}
|
|
2894
4251
|
},
|
|
2895
4252
|
{
|
|
2896
4253
|
"name": "webpackmonitor",
|
|
@@ -2907,10 +4264,43 @@
|
|
|
2907
4264
|
{
|
|
2908
4265
|
"name": "Pooya Parsa",
|
|
2909
4266
|
"github": "pi0",
|
|
2910
|
-
"twitter": "_pi0_"
|
|
2911
|
-
|
|
4267
|
+
"twitter": "_pi0_"
|
|
4268
|
+
}
|
|
4269
|
+
],
|
|
4270
|
+
"compatibility": {
|
|
4271
|
+
"2.x": "working",
|
|
4272
|
+
"2.x-bridge": "unknown",
|
|
4273
|
+
"3.x": "unknown"
|
|
4274
|
+
}
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"name": "windicss",
|
|
4278
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4279
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4280
|
+
"npm": "nuxt-windicss",
|
|
4281
|
+
"icon": "windicss.svg",
|
|
4282
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4283
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4284
|
+
"learn_more": "https://windicss.org/",
|
|
4285
|
+
"category": "UI",
|
|
4286
|
+
"type": "3rd-party",
|
|
4287
|
+
"maintainers": [
|
|
4288
|
+
{
|
|
4289
|
+
"name": "Harlan Wilton",
|
|
4290
|
+
"github": "harlan-zw",
|
|
4291
|
+
"twitter": "harlan_zw"
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"name": "Anthony Fu",
|
|
4295
|
+
"github": "antfu",
|
|
4296
|
+
"twitter": "antfu7"
|
|
2912
4297
|
}
|
|
2913
|
-
]
|
|
4298
|
+
],
|
|
4299
|
+
"compatibility": {
|
|
4300
|
+
"2.x": "working",
|
|
4301
|
+
"2.x-bridge": "working",
|
|
4302
|
+
"3.x": "working"
|
|
4303
|
+
}
|
|
2914
4304
|
},
|
|
2915
4305
|
{
|
|
2916
4306
|
"name": "winston-log",
|
|
@@ -2926,10 +4316,14 @@
|
|
|
2926
4316
|
"maintainers": [
|
|
2927
4317
|
{
|
|
2928
4318
|
"name": "aaronransley",
|
|
2929
|
-
"github": "aaronransley"
|
|
2930
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4319
|
+
"github": "aaronransley"
|
|
2931
4320
|
}
|
|
2932
|
-
]
|
|
4321
|
+
],
|
|
4322
|
+
"compatibility": {
|
|
4323
|
+
"2.x": "working",
|
|
4324
|
+
"2.x-bridge": "unknown",
|
|
4325
|
+
"3.x": "unknown"
|
|
4326
|
+
}
|
|
2933
4327
|
},
|
|
2934
4328
|
{
|
|
2935
4329
|
"name": "wp-nuxt",
|
|
@@ -2945,10 +4339,14 @@
|
|
|
2945
4339
|
"maintainers": [
|
|
2946
4340
|
{
|
|
2947
4341
|
"name": "yashha",
|
|
2948
|
-
"github": "yashha"
|
|
2949
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4342
|
+
"github": "yashha"
|
|
2950
4343
|
}
|
|
2951
|
-
]
|
|
4344
|
+
],
|
|
4345
|
+
"compatibility": {
|
|
4346
|
+
"2.x": "working",
|
|
4347
|
+
"2.x-bridge": "unknown",
|
|
4348
|
+
"3.x": "unknown"
|
|
4349
|
+
}
|
|
2952
4350
|
},
|
|
2953
4351
|
{
|
|
2954
4352
|
"name": "xhr-cache",
|
|
@@ -2964,10 +4362,14 @@
|
|
|
2964
4362
|
"maintainers": [
|
|
2965
4363
|
{
|
|
2966
4364
|
"name": "gaetansenn",
|
|
2967
|
-
"github": "gaetansenn"
|
|
2968
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4365
|
+
"github": "gaetansenn"
|
|
2969
4366
|
}
|
|
2970
|
-
]
|
|
4367
|
+
],
|
|
4368
|
+
"compatibility": {
|
|
4369
|
+
"2.x": "working",
|
|
4370
|
+
"2.x-bridge": "unknown",
|
|
4371
|
+
"3.x": "unknown"
|
|
4372
|
+
}
|
|
2971
4373
|
},
|
|
2972
4374
|
{
|
|
2973
4375
|
"name": "xui",
|
|
@@ -2983,18 +4385,23 @@
|
|
|
2983
4385
|
"maintainers": [
|
|
2984
4386
|
{
|
|
2985
4387
|
"name": "MetaCorp",
|
|
2986
|
-
"github": "MetaCorp"
|
|
2987
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4388
|
+
"github": "MetaCorp"
|
|
2988
4389
|
}
|
|
2989
|
-
]
|
|
4390
|
+
],
|
|
4391
|
+
"compatibility": {
|
|
4392
|
+
"2.x": "working",
|
|
4393
|
+
"2.x-bridge": "unknown",
|
|
4394
|
+
"3.x": "unknown"
|
|
4395
|
+
}
|
|
2990
4396
|
},
|
|
2991
4397
|
{
|
|
2992
4398
|
"name": "yandex-metrika",
|
|
2993
|
-
"
|
|
4399
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4400
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2994
4401
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2995
4402
|
"icon": "",
|
|
2996
|
-
"github": "https://github.com/nuxt-community/
|
|
2997
|
-
"website": "https://github.com/nuxt-community/
|
|
4403
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4404
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2998
4405
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2999
4406
|
"category": "Analytics",
|
|
3000
4407
|
"type": "community",
|
|
@@ -3002,10 +4409,14 @@
|
|
|
3002
4409
|
{
|
|
3003
4410
|
"name": "Pooya Parsa",
|
|
3004
4411
|
"github": "pi0",
|
|
3005
|
-
"twitter": "_pi0_"
|
|
3006
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4412
|
+
"twitter": "_pi0_"
|
|
3007
4413
|
}
|
|
3008
|
-
]
|
|
4414
|
+
],
|
|
4415
|
+
"compatibility": {
|
|
4416
|
+
"2.x": "working",
|
|
4417
|
+
"2.x-bridge": "unknown",
|
|
4418
|
+
"3.x": "unknown"
|
|
4419
|
+
}
|
|
3009
4420
|
},
|
|
3010
4421
|
{
|
|
3011
4422
|
"name": "zendesk",
|
|
@@ -3021,9 +4432,13 @@
|
|
|
3021
4432
|
"maintainers": [
|
|
3022
4433
|
{
|
|
3023
4434
|
"name": "DansMaCulotte",
|
|
3024
|
-
"github": "DansMaCulotte"
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
4435
|
+
"github": "DansMaCulotte"
|
|
4436
|
+
}
|
|
4437
|
+
],
|
|
4438
|
+
"compatibility": {
|
|
4439
|
+
"2.x": "working",
|
|
4440
|
+
"2.x-bridge": "unknown",
|
|
4441
|
+
"3.x": "unknown"
|
|
4442
|
+
}
|
|
3028
4443
|
}
|
|
3029
4444
|
]
|