@nuxt/modules 0.5.0-951b64 → 0.5.0-966c02
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} +2012 -590
- 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
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
116
|
+
"twitter": "a_birang"
|
|
63
117
|
}
|
|
64
|
-
]
|
|
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"
|
|
140
|
+
}
|
|
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"
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"name": "components",
|
|
419
|
-
"description": "Auto Import Components for Nuxt.js",
|
|
420
|
-
"repo": "nuxt/components",
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
673
|
+
"twitter": "_pi0_"
|
|
439
674
|
}
|
|
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,41 @@
|
|
|
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
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
776
|
+
"github": "GrabarzUndPartner"
|
|
528
777
|
}
|
|
529
|
-
]
|
|
778
|
+
],
|
|
779
|
+
"compatibility": {
|
|
780
|
+
"2.x": "working",
|
|
781
|
+
"2.x-bridge": "unknown",
|
|
782
|
+
"3.x": "unknown"
|
|
783
|
+
}
|
|
530
784
|
},
|
|
531
785
|
{
|
|
532
786
|
"name": "darkmode.js",
|
|
@@ -542,10 +796,14 @@
|
|
|
542
796
|
"maintainers": [
|
|
543
797
|
{
|
|
544
798
|
"name": "sandoche",
|
|
545
|
-
"github": "sandoche"
|
|
546
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
799
|
+
"github": "sandoche"
|
|
547
800
|
}
|
|
548
|
-
]
|
|
801
|
+
],
|
|
802
|
+
"compatibility": {
|
|
803
|
+
"2.x": "working",
|
|
804
|
+
"2.x-bridge": "unknown",
|
|
805
|
+
"3.x": "unknown"
|
|
806
|
+
}
|
|
549
807
|
},
|
|
550
808
|
{
|
|
551
809
|
"name": "date-fns",
|
|
@@ -561,10 +819,14 @@
|
|
|
561
819
|
"maintainers": [
|
|
562
820
|
{
|
|
563
821
|
"name": "Ricardo Gobbo de Souza",
|
|
564
|
-
"github": "ricardogobbosouza"
|
|
565
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
822
|
+
"github": "ricardogobbosouza"
|
|
566
823
|
}
|
|
567
|
-
]
|
|
824
|
+
],
|
|
825
|
+
"compatibility": {
|
|
826
|
+
"2.x": "working",
|
|
827
|
+
"2.x-bridge": "wip",
|
|
828
|
+
"3.x": "wip"
|
|
829
|
+
}
|
|
568
830
|
},
|
|
569
831
|
{
|
|
570
832
|
"name": "dayjs",
|
|
@@ -581,10 +843,14 @@
|
|
|
581
843
|
{
|
|
582
844
|
"name": "Takuma HANATANI",
|
|
583
845
|
"github": "potato4d",
|
|
584
|
-
"twitter": "potato4d"
|
|
585
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
846
|
+
"twitter": "potato4d"
|
|
586
847
|
}
|
|
587
|
-
]
|
|
848
|
+
],
|
|
849
|
+
"compatibility": {
|
|
850
|
+
"2.x": "working",
|
|
851
|
+
"2.x-bridge": "unknown",
|
|
852
|
+
"3.x": "unknown"
|
|
853
|
+
}
|
|
588
854
|
},
|
|
589
855
|
{
|
|
590
856
|
"name": "device",
|
|
@@ -595,15 +861,19 @@
|
|
|
595
861
|
"github": "https://github.com/nuxt-community/device-module",
|
|
596
862
|
"website": "https://github.com/nuxt-community/device-module",
|
|
597
863
|
"learn_more": "",
|
|
598
|
-
"category": "
|
|
864
|
+
"category": "Extensions",
|
|
599
865
|
"type": "community",
|
|
600
866
|
"maintainers": [
|
|
601
867
|
{
|
|
602
868
|
"name": "Shinji Yamada",
|
|
603
|
-
"github": "dotneet"
|
|
604
|
-
"avatar": "https://avatars3.githubusercontent.com/u/370602?v=4"
|
|
869
|
+
"github": "dotneet"
|
|
605
870
|
}
|
|
606
|
-
]
|
|
871
|
+
],
|
|
872
|
+
"compatibility": {
|
|
873
|
+
"2.x": "working",
|
|
874
|
+
"2.x-bridge": "unknown",
|
|
875
|
+
"3.x": "unknown"
|
|
876
|
+
}
|
|
607
877
|
},
|
|
608
878
|
{
|
|
609
879
|
"name": "dotenv",
|
|
@@ -614,15 +884,76 @@
|
|
|
614
884
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
615
885
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
616
886
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
617
|
-
"category": "
|
|
887
|
+
"category": "Extensions",
|
|
618
888
|
"type": "community",
|
|
619
889
|
"maintainers": [
|
|
620
890
|
{
|
|
621
891
|
"name": "Julien Tant",
|
|
622
|
-
"github": "JulienTant"
|
|
623
|
-
|
|
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"
|
|
624
950
|
}
|
|
625
|
-
]
|
|
951
|
+
],
|
|
952
|
+
"compatibility": {
|
|
953
|
+
"2.x": "working",
|
|
954
|
+
"2.x-bridge": "unknown",
|
|
955
|
+
"3.x": "unknown"
|
|
956
|
+
}
|
|
626
957
|
},
|
|
627
958
|
{
|
|
628
959
|
"name": "emotion",
|
|
@@ -633,16 +964,20 @@
|
|
|
633
964
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
634
965
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
635
966
|
"learn_more": "https://emotion.sh/",
|
|
636
|
-
"category": "
|
|
967
|
+
"category": "Extensions",
|
|
637
968
|
"type": "community",
|
|
638
969
|
"maintainers": [
|
|
639
970
|
{
|
|
640
971
|
"name": "Pooya Parsa",
|
|
641
972
|
"github": "pi0",
|
|
642
|
-
"twitter": "_pi0_"
|
|
643
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
973
|
+
"twitter": "_pi0_"
|
|
644
974
|
}
|
|
645
|
-
]
|
|
975
|
+
],
|
|
976
|
+
"compatibility": {
|
|
977
|
+
"2.x": "working",
|
|
978
|
+
"2.x-bridge": "unknown",
|
|
979
|
+
"3.x": "unknown"
|
|
980
|
+
}
|
|
646
981
|
},
|
|
647
982
|
{
|
|
648
983
|
"name": "eslint",
|
|
@@ -658,10 +993,14 @@
|
|
|
658
993
|
"maintainers": [
|
|
659
994
|
{
|
|
660
995
|
"name": "Ricardo Gobbo de Souza",
|
|
661
|
-
"github": "ricardogobbosouza"
|
|
662
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
996
|
+
"github": "ricardogobbosouza"
|
|
663
997
|
}
|
|
664
|
-
]
|
|
998
|
+
],
|
|
999
|
+
"compatibility": {
|
|
1000
|
+
"2.x": "working",
|
|
1001
|
+
"2.x-bridge": "unknown",
|
|
1002
|
+
"3.x": "unknown"
|
|
1003
|
+
}
|
|
665
1004
|
},
|
|
666
1005
|
{
|
|
667
1006
|
"name": "event-trace",
|
|
@@ -677,10 +1016,37 @@
|
|
|
677
1016
|
"maintainers": [
|
|
678
1017
|
{
|
|
679
1018
|
"name": "Xin Du",
|
|
680
|
-
"github": "clarkdo"
|
|
681
|
-
|
|
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"
|
|
682
1043
|
}
|
|
683
|
-
]
|
|
1044
|
+
],
|
|
1045
|
+
"compatibility": {
|
|
1046
|
+
"2.x": "working",
|
|
1047
|
+
"2.x-bridge": "unknown",
|
|
1048
|
+
"3.x": "unknown"
|
|
1049
|
+
}
|
|
684
1050
|
},
|
|
685
1051
|
{
|
|
686
1052
|
"name": "feature-toggle",
|
|
@@ -691,15 +1057,19 @@
|
|
|
691
1057
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
692
1058
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
693
1059
|
"learn_more": "",
|
|
694
|
-
"category": "
|
|
1060
|
+
"category": "Extensions",
|
|
695
1061
|
"type": "3rd-party",
|
|
696
1062
|
"maintainers": [
|
|
697
1063
|
{
|
|
698
1064
|
"name": "stephenkr",
|
|
699
|
-
"github": "stephenkr"
|
|
700
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1065
|
+
"github": "stephenkr"
|
|
701
1066
|
}
|
|
702
|
-
]
|
|
1067
|
+
],
|
|
1068
|
+
"compatibility": {
|
|
1069
|
+
"2.x": "working",
|
|
1070
|
+
"2.x-bridge": "unknown",
|
|
1071
|
+
"3.x": "unknown"
|
|
1072
|
+
}
|
|
703
1073
|
},
|
|
704
1074
|
{
|
|
705
1075
|
"name": "feed",
|
|
@@ -716,14 +1086,18 @@
|
|
|
716
1086
|
{
|
|
717
1087
|
"name": "Alexander Lichter",
|
|
718
1088
|
"github": "manniL",
|
|
719
|
-
"twitter": "TheAlexLichter"
|
|
720
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1089
|
+
"twitter": "TheAlexLichter"
|
|
721
1090
|
}
|
|
722
|
-
]
|
|
1091
|
+
],
|
|
1092
|
+
"compatibility": {
|
|
1093
|
+
"2.x": "working",
|
|
1094
|
+
"2.x-bridge": "unknown",
|
|
1095
|
+
"3.x": "unknown"
|
|
1096
|
+
}
|
|
723
1097
|
},
|
|
724
1098
|
{
|
|
725
1099
|
"name": "firebase",
|
|
726
|
-
"description": "
|
|
1100
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
727
1101
|
"repo": "nuxt-community/firebase-module",
|
|
728
1102
|
"npm": "@nuxtjs/firebase",
|
|
729
1103
|
"icon": "firebase.png",
|
|
@@ -735,10 +1109,14 @@
|
|
|
735
1109
|
"maintainers": [
|
|
736
1110
|
{
|
|
737
1111
|
"name": "Pascal Luther",
|
|
738
|
-
"github": "lupas"
|
|
739
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1112
|
+
"github": "lupas"
|
|
740
1113
|
}
|
|
741
|
-
]
|
|
1114
|
+
],
|
|
1115
|
+
"compatibility": {
|
|
1116
|
+
"2.x": "working",
|
|
1117
|
+
"2.x-bridge": "unknown",
|
|
1118
|
+
"3.x": "unknown"
|
|
1119
|
+
}
|
|
742
1120
|
},
|
|
743
1121
|
{
|
|
744
1122
|
"name": "floating-prompt-module",
|
|
@@ -754,10 +1132,14 @@
|
|
|
754
1132
|
"maintainers": [
|
|
755
1133
|
{
|
|
756
1134
|
"name": "sandoche",
|
|
757
|
-
"github": "sandoche"
|
|
758
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1135
|
+
"github": "sandoche"
|
|
759
1136
|
}
|
|
760
|
-
]
|
|
1137
|
+
],
|
|
1138
|
+
"compatibility": {
|
|
1139
|
+
"2.x": "working",
|
|
1140
|
+
"2.x-bridge": "unknown",
|
|
1141
|
+
"3.x": "unknown"
|
|
1142
|
+
}
|
|
761
1143
|
},
|
|
762
1144
|
{
|
|
763
1145
|
"name": "font-loader-strategy",
|
|
@@ -773,10 +1155,37 @@
|
|
|
773
1155
|
"maintainers": [
|
|
774
1156
|
{
|
|
775
1157
|
"name": "GrabarzUndPartner",
|
|
776
|
-
"github": "GrabarzUndPartner"
|
|
777
|
-
|
|
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"
|
|
778
1182
|
}
|
|
779
|
-
]
|
|
1183
|
+
],
|
|
1184
|
+
"compatibility": {
|
|
1185
|
+
"2.x": "working",
|
|
1186
|
+
"2.x-bridge": "unknown",
|
|
1187
|
+
"3.x": "unknown"
|
|
1188
|
+
}
|
|
780
1189
|
},
|
|
781
1190
|
{
|
|
782
1191
|
"name": "fontawesome",
|
|
@@ -792,10 +1201,14 @@
|
|
|
792
1201
|
"maintainers": [
|
|
793
1202
|
{
|
|
794
1203
|
"name": "Pim",
|
|
795
|
-
"github": "pimlie"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1204
|
+
"github": "pimlie"
|
|
797
1205
|
}
|
|
798
|
-
]
|
|
1206
|
+
],
|
|
1207
|
+
"compatibility": {
|
|
1208
|
+
"2.x": "working",
|
|
1209
|
+
"2.x-bridge": "unknown",
|
|
1210
|
+
"3.x": "unknown"
|
|
1211
|
+
}
|
|
799
1212
|
},
|
|
800
1213
|
{
|
|
801
1214
|
"name": "fullpage",
|
|
@@ -811,10 +1224,14 @@
|
|
|
811
1224
|
"maintainers": [
|
|
812
1225
|
{
|
|
813
1226
|
"name": "vaso2",
|
|
814
|
-
"github": "vaso2"
|
|
815
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1227
|
+
"github": "vaso2"
|
|
816
1228
|
}
|
|
817
|
-
]
|
|
1229
|
+
],
|
|
1230
|
+
"compatibility": {
|
|
1231
|
+
"2.x": "working",
|
|
1232
|
+
"2.x-bridge": "unknown",
|
|
1233
|
+
"3.x": "unknown"
|
|
1234
|
+
}
|
|
818
1235
|
},
|
|
819
1236
|
{
|
|
820
1237
|
"name": "github-api",
|
|
@@ -830,10 +1247,14 @@
|
|
|
830
1247
|
"maintainers": [
|
|
831
1248
|
{
|
|
832
1249
|
"name": "lindsaykwardell",
|
|
833
|
-
"github": "lindsaykwardell"
|
|
834
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1250
|
+
"github": "lindsaykwardell"
|
|
835
1251
|
}
|
|
836
|
-
]
|
|
1252
|
+
],
|
|
1253
|
+
"compatibility": {
|
|
1254
|
+
"2.x": "working",
|
|
1255
|
+
"2.x-bridge": "unknown",
|
|
1256
|
+
"3.x": "unknown"
|
|
1257
|
+
}
|
|
837
1258
|
},
|
|
838
1259
|
{
|
|
839
1260
|
"name": "google-adsense",
|
|
@@ -849,10 +1270,14 @@
|
|
|
849
1270
|
"maintainers": [
|
|
850
1271
|
{
|
|
851
1272
|
"name": "Troy Morehouse",
|
|
852
|
-
"github": "tmorehouse"
|
|
853
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1273
|
+
"github": "tmorehouse"
|
|
854
1274
|
}
|
|
855
|
-
]
|
|
1275
|
+
],
|
|
1276
|
+
"compatibility": {
|
|
1277
|
+
"2.x": "working",
|
|
1278
|
+
"2.x-bridge": "unknown",
|
|
1279
|
+
"3.x": "unknown"
|
|
1280
|
+
}
|
|
856
1281
|
},
|
|
857
1282
|
{
|
|
858
1283
|
"name": "google-analytics",
|
|
@@ -869,21 +1294,23 @@
|
|
|
869
1294
|
{
|
|
870
1295
|
"name": "Pooya Parsa",
|
|
871
1296
|
"github": "pi0",
|
|
872
|
-
"twitter": "_pi0_"
|
|
873
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1297
|
+
"twitter": "_pi0_"
|
|
874
1298
|
},
|
|
875
1299
|
{
|
|
876
1300
|
"name": "Ricardo Gobbo de Souza",
|
|
877
|
-
"github": "ricardogobbosouza"
|
|
878
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1301
|
+
"github": "ricardogobbosouza"
|
|
879
1302
|
},
|
|
880
1303
|
{
|
|
881
1304
|
"name": "Matteo Gabriele",
|
|
882
1305
|
"github": "MatteoGabriele",
|
|
883
|
-
"twitter": "matteo_gabriele"
|
|
884
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1306
|
+
"twitter": "matteo_gabriele"
|
|
885
1307
|
}
|
|
886
|
-
]
|
|
1308
|
+
],
|
|
1309
|
+
"compatibility": {
|
|
1310
|
+
"2.x": "working",
|
|
1311
|
+
"2.x-bridge": "unknown",
|
|
1312
|
+
"3.x": "unknown"
|
|
1313
|
+
}
|
|
887
1314
|
},
|
|
888
1315
|
{
|
|
889
1316
|
"name": "google-fonts",
|
|
@@ -899,10 +1326,14 @@
|
|
|
899
1326
|
"maintainers": [
|
|
900
1327
|
{
|
|
901
1328
|
"name": "Ricardo Gobbo de Souza",
|
|
902
|
-
"github": "ricardogobbosouza"
|
|
903
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1329
|
+
"github": "ricardogobbosouza"
|
|
904
1330
|
}
|
|
905
|
-
]
|
|
1331
|
+
],
|
|
1332
|
+
"compatibility": {
|
|
1333
|
+
"2.x": "working",
|
|
1334
|
+
"2.x-bridge": "unknown",
|
|
1335
|
+
"3.x": "unknown"
|
|
1336
|
+
}
|
|
906
1337
|
},
|
|
907
1338
|
{
|
|
908
1339
|
"name": "google-gtag",
|
|
@@ -918,15 +1349,18 @@
|
|
|
918
1349
|
"maintainers": [
|
|
919
1350
|
{
|
|
920
1351
|
"name": "Dominic Garms",
|
|
921
|
-
"github": "dohomi"
|
|
922
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1352
|
+
"github": "dohomi"
|
|
923
1353
|
},
|
|
924
1354
|
{
|
|
925
1355
|
"name": "Ricardo Gobbo de Souza",
|
|
926
|
-
"github": "ricardogobbosouza"
|
|
927
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1356
|
+
"github": "ricardogobbosouza"
|
|
928
1357
|
}
|
|
929
|
-
]
|
|
1358
|
+
],
|
|
1359
|
+
"compatibility": {
|
|
1360
|
+
"2.x": "working",
|
|
1361
|
+
"2.x-bridge": "unknown",
|
|
1362
|
+
"3.x": "unknown"
|
|
1363
|
+
}
|
|
930
1364
|
},
|
|
931
1365
|
{
|
|
932
1366
|
"name": "google-optimize",
|
|
@@ -943,22 +1377,24 @@
|
|
|
943
1377
|
{
|
|
944
1378
|
"name": "Pooya Parsa",
|
|
945
1379
|
"github": "pi0",
|
|
946
|
-
"twitter": "_pi0_"
|
|
947
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1380
|
+
"twitter": "_pi0_"
|
|
948
1381
|
},
|
|
949
1382
|
{
|
|
950
1383
|
"name": "Farzad Soltani",
|
|
951
1384
|
"github": "farzadso",
|
|
952
|
-
"twitter": "farzadso"
|
|
953
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1385
|
+
"twitter": "farzadso"
|
|
954
1386
|
},
|
|
955
1387
|
{
|
|
956
1388
|
"name": "Josh Deltener",
|
|
957
1389
|
"github": "hecktarzuli",
|
|
958
|
-
"twitter": "JoshDeltener"
|
|
959
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
1390
|
+
"twitter": "JoshDeltener"
|
|
960
1391
|
}
|
|
961
|
-
]
|
|
1392
|
+
],
|
|
1393
|
+
"compatibility": {
|
|
1394
|
+
"2.x": "working",
|
|
1395
|
+
"2.x-bridge": "unknown",
|
|
1396
|
+
"3.x": "unknown"
|
|
1397
|
+
}
|
|
962
1398
|
},
|
|
963
1399
|
{
|
|
964
1400
|
"name": "graphql-request",
|
|
@@ -974,10 +1410,14 @@
|
|
|
974
1410
|
"maintainers": [
|
|
975
1411
|
{
|
|
976
1412
|
"name": "gomah",
|
|
977
|
-
"github": "gomah"
|
|
978
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1413
|
+
"github": "gomah"
|
|
979
1414
|
}
|
|
980
|
-
]
|
|
1415
|
+
],
|
|
1416
|
+
"compatibility": {
|
|
1417
|
+
"2.x": "working",
|
|
1418
|
+
"2.x-bridge": "unknown",
|
|
1419
|
+
"3.x": "unknown"
|
|
1420
|
+
}
|
|
981
1421
|
},
|
|
982
1422
|
{
|
|
983
1423
|
"name": "gtm",
|
|
@@ -994,10 +1434,14 @@
|
|
|
994
1434
|
{
|
|
995
1435
|
"name": "Pooya Parsa",
|
|
996
1436
|
"github": "pi0",
|
|
997
|
-
"twitter": "_pi0_"
|
|
998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1437
|
+
"twitter": "_pi0_"
|
|
999
1438
|
}
|
|
1000
|
-
]
|
|
1439
|
+
],
|
|
1440
|
+
"compatibility": {
|
|
1441
|
+
"2.x": "working",
|
|
1442
|
+
"2.x-bridge": "unknown",
|
|
1443
|
+
"3.x": "unknown"
|
|
1444
|
+
}
|
|
1001
1445
|
},
|
|
1002
1446
|
{
|
|
1003
1447
|
"name": "guess",
|
|
@@ -1013,10 +1457,38 @@
|
|
|
1013
1457
|
"maintainers": [
|
|
1014
1458
|
{
|
|
1015
1459
|
"name": "Xin Du",
|
|
1016
|
-
"github": "clarkdo"
|
|
1017
|
-
|
|
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"
|
|
1018
1485
|
}
|
|
1019
|
-
]
|
|
1486
|
+
],
|
|
1487
|
+
"compatibility": {
|
|
1488
|
+
"2.x": "working",
|
|
1489
|
+
"2.x-bridge": "unknown",
|
|
1490
|
+
"3.x": "unknown"
|
|
1491
|
+
}
|
|
1020
1492
|
},
|
|
1021
1493
|
{
|
|
1022
1494
|
"name": "helmet",
|
|
@@ -1032,10 +1504,14 @@
|
|
|
1032
1504
|
"maintainers": [
|
|
1033
1505
|
{
|
|
1034
1506
|
"name": "victor-perez",
|
|
1035
|
-
"github": "victor-perez"
|
|
1036
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1507
|
+
"github": "victor-perez"
|
|
1037
1508
|
}
|
|
1038
|
-
]
|
|
1509
|
+
],
|
|
1510
|
+
"compatibility": {
|
|
1511
|
+
"2.x": "working",
|
|
1512
|
+
"2.x-bridge": "unknown",
|
|
1513
|
+
"3.x": "unknown"
|
|
1514
|
+
}
|
|
1039
1515
|
},
|
|
1040
1516
|
{
|
|
1041
1517
|
"name": "highcharts",
|
|
@@ -1051,10 +1527,14 @@
|
|
|
1051
1527
|
"maintainers": [
|
|
1052
1528
|
{
|
|
1053
1529
|
"name": "richardeschloss",
|
|
1054
|
-
"github": "richardeschloss"
|
|
1055
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1530
|
+
"github": "richardeschloss"
|
|
1056
1531
|
}
|
|
1057
|
-
]
|
|
1532
|
+
],
|
|
1533
|
+
"compatibility": {
|
|
1534
|
+
"2.x": "working",
|
|
1535
|
+
"2.x-bridge": "unknown",
|
|
1536
|
+
"3.x": "unknown"
|
|
1537
|
+
}
|
|
1058
1538
|
},
|
|
1059
1539
|
{
|
|
1060
1540
|
"name": "history-state",
|
|
@@ -1065,15 +1545,19 @@
|
|
|
1065
1545
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1066
1546
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1067
1547
|
"learn_more": "",
|
|
1068
|
-
"category": "
|
|
1548
|
+
"category": "Extensions",
|
|
1069
1549
|
"type": "3rd-party",
|
|
1070
1550
|
"maintainers": [
|
|
1071
1551
|
{
|
|
1072
1552
|
"name": "hidekatsu-izuno",
|
|
1073
|
-
"github": "hidekatsu-izuno"
|
|
1074
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1553
|
+
"github": "hidekatsu-izuno"
|
|
1075
1554
|
}
|
|
1076
|
-
]
|
|
1555
|
+
],
|
|
1556
|
+
"compatibility": {
|
|
1557
|
+
"2.x": "working",
|
|
1558
|
+
"2.x-bridge": "unknown",
|
|
1559
|
+
"3.x": "unknown"
|
|
1560
|
+
}
|
|
1077
1561
|
},
|
|
1078
1562
|
{
|
|
1079
1563
|
"name": "html-minifier",
|
|
@@ -1089,10 +1573,14 @@
|
|
|
1089
1573
|
"maintainers": [
|
|
1090
1574
|
{
|
|
1091
1575
|
"name": "Xin Du",
|
|
1092
|
-
"github": "clarkdo"
|
|
1093
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1576
|
+
"github": "clarkdo"
|
|
1094
1577
|
}
|
|
1095
|
-
]
|
|
1578
|
+
],
|
|
1579
|
+
"compatibility": {
|
|
1580
|
+
"2.x": "working",
|
|
1581
|
+
"2.x-bridge": "unknown",
|
|
1582
|
+
"3.x": "unknown"
|
|
1583
|
+
}
|
|
1096
1584
|
},
|
|
1097
1585
|
{
|
|
1098
1586
|
"name": "html-validator",
|
|
@@ -1109,10 +1597,14 @@
|
|
|
1109
1597
|
{
|
|
1110
1598
|
"name": "Daniel Roe",
|
|
1111
1599
|
"github": "danielroe",
|
|
1112
|
-
"twitter": "danielcroe"
|
|
1113
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1600
|
+
"twitter": "danielcroe"
|
|
1114
1601
|
}
|
|
1115
|
-
]
|
|
1602
|
+
],
|
|
1603
|
+
"compatibility": {
|
|
1604
|
+
"2.x": "working",
|
|
1605
|
+
"2.x-bridge": "unknown",
|
|
1606
|
+
"3.x": "unknown"
|
|
1607
|
+
}
|
|
1116
1608
|
},
|
|
1117
1609
|
{
|
|
1118
1610
|
"name": "http",
|
|
@@ -1129,16 +1621,43 @@
|
|
|
1129
1621
|
{
|
|
1130
1622
|
"name": "Pooya Parsa",
|
|
1131
1623
|
"github": "pi0",
|
|
1132
|
-
"twitter": "_pi0_"
|
|
1133
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1624
|
+
"twitter": "_pi0_"
|
|
1134
1625
|
},
|
|
1135
1626
|
{
|
|
1136
1627
|
"name": "Sébastien Chopin",
|
|
1137
1628
|
"github": "Atinux",
|
|
1138
|
-
"twitter": "Atinux"
|
|
1139
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1629
|
+
"twitter": "Atinux"
|
|
1140
1630
|
}
|
|
1141
|
-
]
|
|
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
|
+
}
|
|
1142
1661
|
},
|
|
1143
1662
|
{
|
|
1144
1663
|
"name": "i18n",
|
|
@@ -1149,20 +1668,23 @@
|
|
|
1149
1668
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1150
1669
|
"website": "https://i18n.nuxtjs.org",
|
|
1151
1670
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1152
|
-
"category": "
|
|
1671
|
+
"category": "Extensions",
|
|
1153
1672
|
"type": "community",
|
|
1154
1673
|
"maintainers": [
|
|
1155
1674
|
{
|
|
1156
1675
|
"name": "Rafał Chłodnicki",
|
|
1157
|
-
"github": "rchl"
|
|
1158
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1676
|
+
"github": "rchl"
|
|
1159
1677
|
},
|
|
1160
1678
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"github": "
|
|
1163
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1679
|
+
"name": "Kazuya Kawaguchi",
|
|
1680
|
+
"github": "kazupon"
|
|
1164
1681
|
}
|
|
1165
|
-
]
|
|
1682
|
+
],
|
|
1683
|
+
"compatibility": {
|
|
1684
|
+
"2.x": "working",
|
|
1685
|
+
"2.x-bridge": "unknown",
|
|
1686
|
+
"3.x": "not-working"
|
|
1687
|
+
}
|
|
1166
1688
|
},
|
|
1167
1689
|
{
|
|
1168
1690
|
"name": "image-loader",
|
|
@@ -1178,10 +1700,14 @@
|
|
|
1178
1700
|
"maintainers": [
|
|
1179
1701
|
{
|
|
1180
1702
|
"name": "Barry Fisher",
|
|
1181
|
-
"github": "Barry-Fisher"
|
|
1182
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1703
|
+
"github": "Barry-Fisher"
|
|
1183
1704
|
}
|
|
1184
|
-
]
|
|
1705
|
+
],
|
|
1706
|
+
"compatibility": {
|
|
1707
|
+
"2.x": "working",
|
|
1708
|
+
"2.x-bridge": "unknown",
|
|
1709
|
+
"3.x": "unknown"
|
|
1710
|
+
}
|
|
1185
1711
|
},
|
|
1186
1712
|
{
|
|
1187
1713
|
"name": "image",
|
|
@@ -1198,22 +1724,24 @@
|
|
|
1198
1724
|
{
|
|
1199
1725
|
"name": "Ahad Birang",
|
|
1200
1726
|
"github": "farnabaz",
|
|
1201
|
-
"twitter": "a_birang"
|
|
1202
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1727
|
+
"twitter": "a_birang"
|
|
1203
1728
|
},
|
|
1204
1729
|
{
|
|
1205
1730
|
"name": "Pooya Parsa",
|
|
1206
1731
|
"github": "pi0",
|
|
1207
|
-
"twitter": "_pi0_"
|
|
1208
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1732
|
+
"twitter": "_pi0_"
|
|
1209
1733
|
},
|
|
1210
1734
|
{
|
|
1211
1735
|
"name": "Sebastien Chopin",
|
|
1212
1736
|
"github": "Atinux",
|
|
1213
|
-
"twitter": "Atinux"
|
|
1214
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1737
|
+
"twitter": "Atinux"
|
|
1215
1738
|
}
|
|
1216
|
-
]
|
|
1739
|
+
],
|
|
1740
|
+
"compatibility": {
|
|
1741
|
+
"2.x": "working",
|
|
1742
|
+
"2.x-bridge": "working",
|
|
1743
|
+
"3.x": "wip"
|
|
1744
|
+
}
|
|
1217
1745
|
},
|
|
1218
1746
|
{
|
|
1219
1747
|
"name": "imagemin",
|
|
@@ -1229,10 +1757,14 @@
|
|
|
1229
1757
|
"maintainers": [
|
|
1230
1758
|
{
|
|
1231
1759
|
"name": "Ricardo Gobbo de Souza",
|
|
1232
|
-
"github": "ricardogobbosouza"
|
|
1233
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1760
|
+
"github": "ricardogobbosouza"
|
|
1234
1761
|
}
|
|
1235
|
-
]
|
|
1762
|
+
],
|
|
1763
|
+
"compatibility": {
|
|
1764
|
+
"2.x": "working",
|
|
1765
|
+
"2.x-bridge": "unknown",
|
|
1766
|
+
"3.x": "unknown"
|
|
1767
|
+
}
|
|
1236
1768
|
},
|
|
1237
1769
|
{
|
|
1238
1770
|
"name": "intercom",
|
|
@@ -1248,10 +1780,37 @@
|
|
|
1248
1780
|
"maintainers": [
|
|
1249
1781
|
{
|
|
1250
1782
|
"name": "hex-digital",
|
|
1251
|
-
"github": "hex-digital"
|
|
1252
|
-
|
|
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"
|
|
1253
1807
|
}
|
|
1254
|
-
]
|
|
1808
|
+
],
|
|
1809
|
+
"compatibility": {
|
|
1810
|
+
"2.x": "working",
|
|
1811
|
+
"2.x-bridge": "unknown",
|
|
1812
|
+
"3.x": "unknown"
|
|
1813
|
+
}
|
|
1255
1814
|
},
|
|
1256
1815
|
{
|
|
1257
1816
|
"name": "kentico-kontent",
|
|
@@ -1267,10 +1826,14 @@
|
|
|
1267
1826
|
"maintainers": [
|
|
1268
1827
|
{
|
|
1269
1828
|
"name": "Alfred Brockötter",
|
|
1270
|
-
"github": "Domitnator"
|
|
1271
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1829
|
+
"github": "Domitnator"
|
|
1272
1830
|
}
|
|
1273
|
-
]
|
|
1831
|
+
],
|
|
1832
|
+
"compatibility": {
|
|
1833
|
+
"2.x": "working",
|
|
1834
|
+
"2.x-bridge": "unknown",
|
|
1835
|
+
"3.x": "unknown"
|
|
1836
|
+
}
|
|
1274
1837
|
},
|
|
1275
1838
|
{
|
|
1276
1839
|
"name": "laravel-echo",
|
|
@@ -1286,10 +1849,14 @@
|
|
|
1286
1849
|
"maintainers": [
|
|
1287
1850
|
{
|
|
1288
1851
|
"name": "Ricardo Gobbo de Souza",
|
|
1289
|
-
"github": "ricardogobbosouza"
|
|
1290
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1852
|
+
"github": "ricardogobbosouza"
|
|
1291
1853
|
}
|
|
1292
|
-
]
|
|
1854
|
+
],
|
|
1855
|
+
"compatibility": {
|
|
1856
|
+
"2.x": "working",
|
|
1857
|
+
"2.x-bridge": "unknown",
|
|
1858
|
+
"3.x": "unknown"
|
|
1859
|
+
}
|
|
1293
1860
|
},
|
|
1294
1861
|
{
|
|
1295
1862
|
"name": "laravel-nuxt",
|
|
@@ -1305,10 +1872,14 @@
|
|
|
1305
1872
|
"maintainers": [
|
|
1306
1873
|
{
|
|
1307
1874
|
"name": "skyrpex",
|
|
1308
|
-
"github": "skyrpex"
|
|
1309
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1875
|
+
"github": "skyrpex"
|
|
1310
1876
|
}
|
|
1311
|
-
]
|
|
1877
|
+
],
|
|
1878
|
+
"compatibility": {
|
|
1879
|
+
"2.x": "working",
|
|
1880
|
+
"2.x-bridge": "unknown",
|
|
1881
|
+
"3.x": "unknown"
|
|
1882
|
+
}
|
|
1312
1883
|
},
|
|
1313
1884
|
{
|
|
1314
1885
|
"name": "laravel",
|
|
@@ -1324,10 +1895,14 @@
|
|
|
1324
1895
|
"maintainers": [
|
|
1325
1896
|
{
|
|
1326
1897
|
"name": "m2sd",
|
|
1327
|
-
"github": "m2sd"
|
|
1328
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1898
|
+
"github": "m2sd"
|
|
1329
1899
|
}
|
|
1330
|
-
]
|
|
1900
|
+
],
|
|
1901
|
+
"compatibility": {
|
|
1902
|
+
"2.x": "working",
|
|
1903
|
+
"2.x-bridge": "unknown",
|
|
1904
|
+
"3.x": "unknown"
|
|
1905
|
+
}
|
|
1331
1906
|
},
|
|
1332
1907
|
{
|
|
1333
1908
|
"name": "leaflet",
|
|
@@ -1338,15 +1913,19 @@
|
|
|
1338
1913
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1339
1914
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1340
1915
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1341
|
-
"category": "
|
|
1916
|
+
"category": "Libraries",
|
|
1342
1917
|
"type": "3rd-party",
|
|
1343
1918
|
"maintainers": [
|
|
1344
1919
|
{
|
|
1345
1920
|
"name": "schlunsen",
|
|
1346
|
-
"github": "schlunsen"
|
|
1347
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1921
|
+
"github": "schlunsen"
|
|
1348
1922
|
}
|
|
1349
|
-
]
|
|
1923
|
+
],
|
|
1924
|
+
"compatibility": {
|
|
1925
|
+
"2.x": "working",
|
|
1926
|
+
"2.x-bridge": "unknown",
|
|
1927
|
+
"3.x": "unknown"
|
|
1928
|
+
}
|
|
1350
1929
|
},
|
|
1351
1930
|
{
|
|
1352
1931
|
"name": "localforage",
|
|
@@ -1357,21 +1936,24 @@
|
|
|
1357
1936
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1358
1937
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1359
1938
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1360
|
-
"category": "
|
|
1939
|
+
"category": "Libraries",
|
|
1361
1940
|
"type": "community",
|
|
1362
1941
|
"maintainers": [
|
|
1363
1942
|
{
|
|
1364
1943
|
"name": "Alexandre Chopin",
|
|
1365
1944
|
"github": "alexchopin",
|
|
1366
|
-
"twitter": "alexchopin"
|
|
1367
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1945
|
+
"twitter": "alexchopin"
|
|
1368
1946
|
},
|
|
1369
1947
|
{
|
|
1370
1948
|
"name": "Ricardo Gobbo de Souza",
|
|
1371
|
-
"github": "ricardogobbosouza"
|
|
1372
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1949
|
+
"github": "ricardogobbosouza"
|
|
1373
1950
|
}
|
|
1374
|
-
]
|
|
1951
|
+
],
|
|
1952
|
+
"compatibility": {
|
|
1953
|
+
"2.x": "working",
|
|
1954
|
+
"2.x-bridge": "unknown",
|
|
1955
|
+
"3.x": "unknown"
|
|
1956
|
+
}
|
|
1375
1957
|
},
|
|
1376
1958
|
{
|
|
1377
1959
|
"name": "localtunnel",
|
|
@@ -1388,10 +1970,14 @@
|
|
|
1388
1970
|
{
|
|
1389
1971
|
"name": "Pooya Parsa",
|
|
1390
1972
|
"github": "pi0",
|
|
1391
|
-
"twitter": "_pi0_"
|
|
1392
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1973
|
+
"twitter": "_pi0_"
|
|
1393
1974
|
}
|
|
1394
|
-
]
|
|
1975
|
+
],
|
|
1976
|
+
"compatibility": {
|
|
1977
|
+
"2.x": "working",
|
|
1978
|
+
"2.x-bridge": "unknown",
|
|
1979
|
+
"3.x": "unknown"
|
|
1980
|
+
}
|
|
1395
1981
|
},
|
|
1396
1982
|
{
|
|
1397
1983
|
"name": "logrocket",
|
|
@@ -1408,10 +1994,14 @@
|
|
|
1408
1994
|
{
|
|
1409
1995
|
"name": "Farzad Soltani",
|
|
1410
1996
|
"github": "farzadso",
|
|
1411
|
-
"twitter": "farzadso"
|
|
1412
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1997
|
+
"twitter": "farzadso"
|
|
1413
1998
|
}
|
|
1414
|
-
]
|
|
1999
|
+
],
|
|
2000
|
+
"compatibility": {
|
|
2001
|
+
"2.x": "working",
|
|
2002
|
+
"2.x-bridge": "unknown",
|
|
2003
|
+
"3.x": "unknown"
|
|
2004
|
+
}
|
|
1415
2005
|
},
|
|
1416
2006
|
{
|
|
1417
2007
|
"name": "lunr",
|
|
@@ -1427,30 +2017,38 @@
|
|
|
1427
2017
|
"maintainers": [
|
|
1428
2018
|
{
|
|
1429
2019
|
"name": "Pim",
|
|
1430
|
-
"github": "pimlie"
|
|
1431
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2020
|
+
"github": "pimlie"
|
|
1432
2021
|
}
|
|
1433
|
-
]
|
|
2022
|
+
],
|
|
2023
|
+
"compatibility": {
|
|
2024
|
+
"2.x": "working",
|
|
2025
|
+
"2.x-bridge": "unknown",
|
|
2026
|
+
"3.x": "unknown"
|
|
2027
|
+
}
|
|
1434
2028
|
},
|
|
1435
2029
|
{
|
|
1436
2030
|
"name": "markdownit",
|
|
1437
2031
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1438
|
-
"repo": "nuxt-community/
|
|
2032
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1439
2033
|
"npm": "@nuxtjs/markdownit",
|
|
1440
2034
|
"icon": "",
|
|
1441
|
-
"github": "https://github.com/nuxt-community/
|
|
1442
|
-
"website": "https://github.com/nuxt-community/
|
|
2035
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2036
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1443
2037
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1444
|
-
"category": "
|
|
2038
|
+
"category": "Extensions",
|
|
1445
2039
|
"type": "community",
|
|
1446
2040
|
"maintainers": [
|
|
1447
2041
|
{
|
|
1448
2042
|
"name": "Pooya Parsa",
|
|
1449
2043
|
"github": "pi0",
|
|
1450
|
-
"twitter": "_pi0_"
|
|
1451
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2044
|
+
"twitter": "_pi0_"
|
|
1452
2045
|
}
|
|
1453
|
-
]
|
|
2046
|
+
],
|
|
2047
|
+
"compatibility": {
|
|
2048
|
+
"2.x": "working",
|
|
2049
|
+
"2.x-bridge": "unknown",
|
|
2050
|
+
"3.x": "unknown"
|
|
2051
|
+
}
|
|
1454
2052
|
},
|
|
1455
2053
|
{
|
|
1456
2054
|
"name": "matomo",
|
|
@@ -1466,10 +2064,14 @@
|
|
|
1466
2064
|
"maintainers": [
|
|
1467
2065
|
{
|
|
1468
2066
|
"name": "pimlie",
|
|
1469
|
-
"github": "pimlie"
|
|
1470
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2067
|
+
"github": "pimlie"
|
|
1471
2068
|
}
|
|
1472
|
-
]
|
|
2069
|
+
],
|
|
2070
|
+
"compatibility": {
|
|
2071
|
+
"2.x": "working",
|
|
2072
|
+
"2.x-bridge": "unknown",
|
|
2073
|
+
"3.x": "unknown"
|
|
2074
|
+
}
|
|
1473
2075
|
},
|
|
1474
2076
|
{
|
|
1475
2077
|
"name": "mdx",
|
|
@@ -1480,16 +2082,20 @@
|
|
|
1480
2082
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1481
2083
|
"website": "https://mdx.nuxtjs.org",
|
|
1482
2084
|
"learn_more": "https://mdxjs.com/",
|
|
1483
|
-
"category": "
|
|
2085
|
+
"category": "Extensions",
|
|
1484
2086
|
"type": "community",
|
|
1485
2087
|
"maintainers": [
|
|
1486
2088
|
{
|
|
1487
2089
|
"name": "Jonathan Bakebwa",
|
|
1488
2090
|
"github": "codebender828",
|
|
1489
|
-
"twitter": "codebender828"
|
|
1490
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2091
|
+
"twitter": "codebender828"
|
|
1491
2092
|
}
|
|
1492
|
-
]
|
|
2093
|
+
],
|
|
2094
|
+
"compatibility": {
|
|
2095
|
+
"2.x": "working",
|
|
2096
|
+
"2.x-bridge": "unknown",
|
|
2097
|
+
"3.x": "unknown"
|
|
2098
|
+
}
|
|
1493
2099
|
},
|
|
1494
2100
|
{
|
|
1495
2101
|
"name": "memwatch",
|
|
@@ -1505,10 +2111,14 @@
|
|
|
1505
2111
|
"maintainers": [
|
|
1506
2112
|
{
|
|
1507
2113
|
"name": "pimlie",
|
|
1508
|
-
"github": "pimlie"
|
|
1509
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2114
|
+
"github": "pimlie"
|
|
1510
2115
|
}
|
|
1511
|
-
]
|
|
2116
|
+
],
|
|
2117
|
+
"compatibility": {
|
|
2118
|
+
"2.x": "working",
|
|
2119
|
+
"2.x-bridge": "unknown",
|
|
2120
|
+
"3.x": "unknown"
|
|
2121
|
+
}
|
|
1512
2122
|
},
|
|
1513
2123
|
{
|
|
1514
2124
|
"name": "mobile",
|
|
@@ -1519,15 +2129,19 @@
|
|
|
1519
2129
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1520
2130
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1521
2131
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1522
|
-
"category": "
|
|
2132
|
+
"category": "Extensions",
|
|
1523
2133
|
"type": "3rd-party",
|
|
1524
2134
|
"maintainers": [
|
|
1525
2135
|
{
|
|
1526
2136
|
"name": "ChanningDefoe",
|
|
1527
|
-
"github": "ChanningDefoe"
|
|
1528
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2137
|
+
"github": "ChanningDefoe"
|
|
1529
2138
|
}
|
|
1530
|
-
]
|
|
2139
|
+
],
|
|
2140
|
+
"compatibility": {
|
|
2141
|
+
"2.x": "working",
|
|
2142
|
+
"2.x-bridge": "unknown",
|
|
2143
|
+
"3.x": "unknown"
|
|
2144
|
+
}
|
|
1531
2145
|
},
|
|
1532
2146
|
{
|
|
1533
2147
|
"name": "moment",
|
|
@@ -1544,15 +2158,18 @@
|
|
|
1544
2158
|
{
|
|
1545
2159
|
"name": "Pooya Parsa",
|
|
1546
2160
|
"github": "pi0",
|
|
1547
|
-
"twitter": "_pi0_"
|
|
1548
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2161
|
+
"twitter": "_pi0_"
|
|
1549
2162
|
},
|
|
1550
2163
|
{
|
|
1551
2164
|
"name": "Ricardo Gobbo de Souza",
|
|
1552
|
-
"github": "ricardogobbosouza"
|
|
1553
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2165
|
+
"github": "ricardogobbosouza"
|
|
1554
2166
|
}
|
|
1555
|
-
]
|
|
2167
|
+
],
|
|
2168
|
+
"compatibility": {
|
|
2169
|
+
"2.x": "working",
|
|
2170
|
+
"2.x-bridge": "unknown",
|
|
2171
|
+
"3.x": "unknown"
|
|
2172
|
+
}
|
|
1556
2173
|
},
|
|
1557
2174
|
{
|
|
1558
2175
|
"name": "mq",
|
|
@@ -1568,10 +2185,14 @@
|
|
|
1568
2185
|
"maintainers": [
|
|
1569
2186
|
{
|
|
1570
2187
|
"name": "vanhoofmaarten",
|
|
1571
|
-
"github": "vanhoofmaarten"
|
|
1572
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2188
|
+
"github": "vanhoofmaarten"
|
|
1573
2189
|
}
|
|
1574
|
-
]
|
|
2190
|
+
],
|
|
2191
|
+
"compatibility": {
|
|
2192
|
+
"2.x": "working",
|
|
2193
|
+
"2.x-bridge": "unknown",
|
|
2194
|
+
"3.x": "unknown"
|
|
2195
|
+
}
|
|
1575
2196
|
},
|
|
1576
2197
|
{
|
|
1577
2198
|
"name": "neo",
|
|
@@ -1587,10 +2208,14 @@
|
|
|
1587
2208
|
"maintainers": [
|
|
1588
2209
|
{
|
|
1589
2210
|
"name": "ezypeeze",
|
|
1590
|
-
"github": "ezypeeze"
|
|
1591
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2211
|
+
"github": "ezypeeze"
|
|
1592
2212
|
}
|
|
1593
|
-
]
|
|
2213
|
+
],
|
|
2214
|
+
"compatibility": {
|
|
2215
|
+
"2.x": "working",
|
|
2216
|
+
"2.x-bridge": "unknown",
|
|
2217
|
+
"3.x": "unknown"
|
|
2218
|
+
}
|
|
1594
2219
|
},
|
|
1595
2220
|
{
|
|
1596
2221
|
"name": "netlify-cache",
|
|
@@ -1606,10 +2231,14 @@
|
|
|
1606
2231
|
"maintainers": [
|
|
1607
2232
|
{
|
|
1608
2233
|
"name": "DreaMinder",
|
|
1609
|
-
"github": "DreaMinder"
|
|
1610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2234
|
+
"github": "DreaMinder"
|
|
1611
2235
|
}
|
|
1612
|
-
]
|
|
2236
|
+
],
|
|
2237
|
+
"compatibility": {
|
|
2238
|
+
"2.x": "working",
|
|
2239
|
+
"2.x-bridge": "unknown",
|
|
2240
|
+
"3.x": "unknown"
|
|
2241
|
+
}
|
|
1613
2242
|
},
|
|
1614
2243
|
{
|
|
1615
2244
|
"name": "netlify-files",
|
|
@@ -1626,10 +2255,14 @@
|
|
|
1626
2255
|
{
|
|
1627
2256
|
"name": "Alexander Lichter",
|
|
1628
2257
|
"github": "manniL",
|
|
1629
|
-
"twitter": "TheAlexLichter"
|
|
1630
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2258
|
+
"twitter": "TheAlexLichter"
|
|
1631
2259
|
}
|
|
1632
|
-
]
|
|
2260
|
+
],
|
|
2261
|
+
"compatibility": {
|
|
2262
|
+
"2.x": "working",
|
|
2263
|
+
"2.x-bridge": "unknown",
|
|
2264
|
+
"3.x": "unknown"
|
|
2265
|
+
}
|
|
1633
2266
|
},
|
|
1634
2267
|
{
|
|
1635
2268
|
"name": "netlify",
|
|
@@ -1645,10 +2278,14 @@
|
|
|
1645
2278
|
"maintainers": [
|
|
1646
2279
|
{
|
|
1647
2280
|
"name": "bazzite",
|
|
1648
|
-
"github": "bazzite"
|
|
1649
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2281
|
+
"github": "bazzite"
|
|
1650
2282
|
}
|
|
1651
|
-
]
|
|
2283
|
+
],
|
|
2284
|
+
"compatibility": {
|
|
2285
|
+
"2.x": "working",
|
|
2286
|
+
"2.x-bridge": "unknown",
|
|
2287
|
+
"3.x": "unknown"
|
|
2288
|
+
}
|
|
1652
2289
|
},
|
|
1653
2290
|
{
|
|
1654
2291
|
"name": "ngrok",
|
|
@@ -1665,16 +2302,160 @@
|
|
|
1665
2302
|
{
|
|
1666
2303
|
"name": "Debbie O'Brien",
|
|
1667
2304
|
"github": "debs-obrien",
|
|
1668
|
-
"twitter": "debs_obrien"
|
|
1669
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2305
|
+
"twitter": "debs_obrien"
|
|
1670
2306
|
},
|
|
1671
2307
|
{
|
|
1672
2308
|
"name": "Pooya Parsa",
|
|
1673
2309
|
"github": "pi0",
|
|
1674
|
-
"twitter": "_pi0_"
|
|
1675
|
-
|
|
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"
|
|
1676
2383
|
}
|
|
1677
|
-
]
|
|
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"
|
|
2452
|
+
}
|
|
2453
|
+
],
|
|
2454
|
+
"compatibility": {
|
|
2455
|
+
"2.x": "working",
|
|
2456
|
+
"2.x-bridge": "unknown",
|
|
2457
|
+
"3.x": "unknown"
|
|
2458
|
+
}
|
|
1678
2459
|
},
|
|
1679
2460
|
{
|
|
1680
2461
|
"name": "nuxt7",
|
|
@@ -1691,10 +2472,14 @@
|
|
|
1691
2472
|
{
|
|
1692
2473
|
"name": "Pooya Parsa",
|
|
1693
2474
|
"github": "pi0",
|
|
1694
|
-
"twitter": "_pi0_"
|
|
1695
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2475
|
+
"twitter": "_pi0_"
|
|
1696
2476
|
}
|
|
1697
|
-
]
|
|
2477
|
+
],
|
|
2478
|
+
"compatibility": {
|
|
2479
|
+
"2.x": "working",
|
|
2480
|
+
"2.x-bridge": "unknown",
|
|
2481
|
+
"3.x": "unknown"
|
|
2482
|
+
}
|
|
1698
2483
|
},
|
|
1699
2484
|
{
|
|
1700
2485
|
"name": "onesignal",
|
|
@@ -1705,16 +2490,20 @@
|
|
|
1705
2490
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1706
2491
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1707
2492
|
"learn_more": "https://onesignal.com/",
|
|
1708
|
-
"category": "
|
|
2493
|
+
"category": "Extensions",
|
|
1709
2494
|
"type": "community",
|
|
1710
2495
|
"maintainers": [
|
|
1711
2496
|
{
|
|
1712
2497
|
"name": "Pooya Parsa",
|
|
1713
2498
|
"github": "pi0",
|
|
1714
|
-
"twitter": "_pi0_"
|
|
1715
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2499
|
+
"twitter": "_pi0_"
|
|
1716
2500
|
}
|
|
1717
|
-
]
|
|
2501
|
+
],
|
|
2502
|
+
"compatibility": {
|
|
2503
|
+
"2.x": "working",
|
|
2504
|
+
"2.x-bridge": "unknown",
|
|
2505
|
+
"3.x": "unknown"
|
|
2506
|
+
}
|
|
1718
2507
|
},
|
|
1719
2508
|
{
|
|
1720
2509
|
"name": "optimized-images",
|
|
@@ -1731,10 +2520,14 @@
|
|
|
1731
2520
|
{
|
|
1732
2521
|
"name": "Julio Marquez",
|
|
1733
2522
|
"github": "juliomrqz",
|
|
1734
|
-
"twitter": "juliomrqz"
|
|
1735
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2523
|
+
"twitter": "juliomrqz"
|
|
1736
2524
|
}
|
|
1737
|
-
]
|
|
2525
|
+
],
|
|
2526
|
+
"compatibility": {
|
|
2527
|
+
"2.x": "working",
|
|
2528
|
+
"2.x-bridge": "unknown",
|
|
2529
|
+
"3.x": "unknown"
|
|
2530
|
+
}
|
|
1738
2531
|
},
|
|
1739
2532
|
{
|
|
1740
2533
|
"name": "page-generator-helper",
|
|
@@ -1745,15 +2538,19 @@
|
|
|
1745
2538
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1746
2539
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1747
2540
|
"learn_more": "",
|
|
1748
|
-
"category": "
|
|
2541
|
+
"category": "Extensions",
|
|
1749
2542
|
"type": "3rd-party",
|
|
1750
2543
|
"maintainers": [
|
|
1751
2544
|
{
|
|
1752
2545
|
"name": "GrabarzUndPartner",
|
|
1753
|
-
"github": "GrabarzUndPartner"
|
|
1754
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2546
|
+
"github": "GrabarzUndPartner"
|
|
1755
2547
|
}
|
|
1756
|
-
]
|
|
2548
|
+
],
|
|
2549
|
+
"compatibility": {
|
|
2550
|
+
"2.x": "working",
|
|
2551
|
+
"2.x-bridge": "unknown",
|
|
2552
|
+
"3.x": "unknown"
|
|
2553
|
+
}
|
|
1757
2554
|
},
|
|
1758
2555
|
{
|
|
1759
2556
|
"name": "parse",
|
|
@@ -1769,10 +2566,84 @@
|
|
|
1769
2566
|
"maintainers": [
|
|
1770
2567
|
{
|
|
1771
2568
|
"name": "cierrateam",
|
|
1772
|
-
"github": "cierrateam"
|
|
1773
|
-
|
|
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": "persian-datepicker",
|
|
2580
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2581
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2582
|
+
"npm": "@alireza-ab/vue-persian-datepicker",
|
|
2583
|
+
"icon": "persian-datepicker.svg",
|
|
2584
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2585
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2586
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2587
|
+
"category": "Date",
|
|
2588
|
+
"type": "3rd-party",
|
|
2589
|
+
"maintainers": [
|
|
2590
|
+
{
|
|
2591
|
+
"name": "Alireza Alibeiki",
|
|
2592
|
+
"github": "alireza-ab",
|
|
2593
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
1774
2594
|
}
|
|
1775
|
-
]
|
|
2595
|
+
],
|
|
2596
|
+
"compatibility": {
|
|
2597
|
+
"2.x": "working",
|
|
2598
|
+
"2.x-bridge": "unknown",
|
|
2599
|
+
"3.x": "unknown"
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"name": "pinia",
|
|
2604
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2605
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2606
|
+
"npm": "@pinia/nuxt",
|
|
2607
|
+
"icon": "pinia.svg",
|
|
2608
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2609
|
+
"website": "https://pinia.esm.dev/",
|
|
2610
|
+
"learn_more": "",
|
|
2611
|
+
"category": "Extensions",
|
|
2612
|
+
"type": "3rd-party",
|
|
2613
|
+
"maintainers": [
|
|
2614
|
+
{
|
|
2615
|
+
"name": "posva",
|
|
2616
|
+
"github": "posva"
|
|
2617
|
+
}
|
|
2618
|
+
],
|
|
2619
|
+
"compatibility": {
|
|
2620
|
+
"2.x": "working",
|
|
2621
|
+
"2.x-bridge": "working",
|
|
2622
|
+
"3.x": "working"
|
|
2623
|
+
}
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"name": "plausible",
|
|
2627
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2628
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2629
|
+
"npm": "vue-plausible",
|
|
2630
|
+
"icon": "plausible.png",
|
|
2631
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2632
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2633
|
+
"learn_more": "",
|
|
2634
|
+
"category": "Analytics",
|
|
2635
|
+
"type": "3rd-party",
|
|
2636
|
+
"maintainers": [
|
|
2637
|
+
{
|
|
2638
|
+
"name": "moritzsternemann",
|
|
2639
|
+
"github": "moritzsternemann"
|
|
2640
|
+
}
|
|
2641
|
+
],
|
|
2642
|
+
"compatibility": {
|
|
2643
|
+
"2.x": "working",
|
|
2644
|
+
"2.x-bridge": "unknown",
|
|
2645
|
+
"3.x": "unknown"
|
|
2646
|
+
}
|
|
1776
2647
|
},
|
|
1777
2648
|
{
|
|
1778
2649
|
"name": "precompress",
|
|
@@ -1788,10 +2659,14 @@
|
|
|
1788
2659
|
"maintainers": [
|
|
1789
2660
|
{
|
|
1790
2661
|
"name": "frenchrabbit",
|
|
1791
|
-
"github": "frenchrabbit"
|
|
1792
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2662
|
+
"github": "frenchrabbit"
|
|
1793
2663
|
}
|
|
1794
|
-
]
|
|
2664
|
+
],
|
|
2665
|
+
"compatibility": {
|
|
2666
|
+
"2.x": "working",
|
|
2667
|
+
"2.x-bridge": "unknown",
|
|
2668
|
+
"3.x": "unknown"
|
|
2669
|
+
}
|
|
1795
2670
|
},
|
|
1796
2671
|
{
|
|
1797
2672
|
"name": "prismic",
|
|
@@ -1808,21 +2683,23 @@
|
|
|
1808
2683
|
{
|
|
1809
2684
|
"name": "Sébastien Chopin",
|
|
1810
2685
|
"github": "Atinux",
|
|
1811
|
-
"twitter": "Atinux"
|
|
1812
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2686
|
+
"twitter": "Atinux"
|
|
1813
2687
|
},
|
|
1814
2688
|
{
|
|
1815
2689
|
"name": "lihbr",
|
|
1816
2690
|
"github": "lihbr",
|
|
1817
|
-
"twitter": "li_hbr"
|
|
1818
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2691
|
+
"twitter": "li_hbr"
|
|
1819
2692
|
},
|
|
1820
2693
|
{
|
|
1821
2694
|
"name": "James Pegg",
|
|
1822
|
-
"github": "jamespegg"
|
|
1823
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2695
|
+
"github": "jamespegg"
|
|
1824
2696
|
}
|
|
1825
|
-
]
|
|
2697
|
+
],
|
|
2698
|
+
"compatibility": {
|
|
2699
|
+
"2.x": "working",
|
|
2700
|
+
"2.x-bridge": "unknown",
|
|
2701
|
+
"3.x": "unknown"
|
|
2702
|
+
}
|
|
1826
2703
|
},
|
|
1827
2704
|
{
|
|
1828
2705
|
"name": "protected-mailto",
|
|
@@ -1838,10 +2715,14 @@
|
|
|
1838
2715
|
"maintainers": [
|
|
1839
2716
|
{
|
|
1840
2717
|
"name": "mmoollllee",
|
|
1841
|
-
"github": "mmoollllee"
|
|
1842
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2718
|
+
"github": "mmoollllee"
|
|
1843
2719
|
}
|
|
1844
|
-
]
|
|
2720
|
+
],
|
|
2721
|
+
"compatibility": {
|
|
2722
|
+
"2.x": "working",
|
|
2723
|
+
"2.x-bridge": "unknown",
|
|
2724
|
+
"3.x": "unknown"
|
|
2725
|
+
}
|
|
1845
2726
|
},
|
|
1846
2727
|
{
|
|
1847
2728
|
"name": "proxy",
|
|
@@ -1858,10 +2739,14 @@
|
|
|
1858
2739
|
{
|
|
1859
2740
|
"name": "Pooya Parsa",
|
|
1860
2741
|
"github": "pi0",
|
|
1861
|
-
"twitter": "_pi0_"
|
|
1862
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2742
|
+
"twitter": "_pi0_"
|
|
1863
2743
|
}
|
|
1864
|
-
]
|
|
2744
|
+
],
|
|
2745
|
+
"compatibility": {
|
|
2746
|
+
"2.x": "working",
|
|
2747
|
+
"2.x-bridge": "unknown",
|
|
2748
|
+
"3.x": "unknown"
|
|
2749
|
+
}
|
|
1865
2750
|
},
|
|
1866
2751
|
{
|
|
1867
2752
|
"name": "prune-html",
|
|
@@ -1876,11 +2761,16 @@
|
|
|
1876
2761
|
"type": "3rd-party",
|
|
1877
2762
|
"maintainers": [
|
|
1878
2763
|
{
|
|
1879
|
-
"name": "
|
|
2764
|
+
"name": "Luca Iaconelli",
|
|
1880
2765
|
"github": "LuXDAmore",
|
|
1881
|
-
"
|
|
2766
|
+
"twitter": "luxdamore"
|
|
1882
2767
|
}
|
|
1883
|
-
]
|
|
2768
|
+
],
|
|
2769
|
+
"compatibility": {
|
|
2770
|
+
"2.x": "working",
|
|
2771
|
+
"2.x-bridge": "unknown",
|
|
2772
|
+
"3.x": "unknown"
|
|
2773
|
+
}
|
|
1884
2774
|
},
|
|
1885
2775
|
{
|
|
1886
2776
|
"name": "purgecss",
|
|
@@ -1896,14 +2786,18 @@
|
|
|
1896
2786
|
"maintainers": [
|
|
1897
2787
|
{
|
|
1898
2788
|
"name": "Developmint",
|
|
1899
|
-
"github": "Developmint"
|
|
1900
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2789
|
+
"github": "Developmint"
|
|
1901
2790
|
}
|
|
1902
|
-
]
|
|
2791
|
+
],
|
|
2792
|
+
"compatibility": {
|
|
2793
|
+
"2.x": "working",
|
|
2794
|
+
"2.x-bridge": "unknown",
|
|
2795
|
+
"3.x": "unknown"
|
|
2796
|
+
}
|
|
1903
2797
|
},
|
|
1904
2798
|
{
|
|
1905
2799
|
"name": "pwa",
|
|
1906
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2800
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1907
2801
|
"repo": "nuxt-community/pwa-module",
|
|
1908
2802
|
"npm": "@nuxtjs/pwa",
|
|
1909
2803
|
"icon": "pwa.png",
|
|
@@ -1916,10 +2810,14 @@
|
|
|
1916
2810
|
{
|
|
1917
2811
|
"name": "Pooya Parsa",
|
|
1918
2812
|
"github": "pi0",
|
|
1919
|
-
"twitter": "_pi0_"
|
|
1920
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2813
|
+
"twitter": "_pi0_"
|
|
1921
2814
|
}
|
|
1922
|
-
]
|
|
2815
|
+
],
|
|
2816
|
+
"compatibility": {
|
|
2817
|
+
"2.x": "working",
|
|
2818
|
+
"2.x-bridge": "working",
|
|
2819
|
+
"3.x": "wip"
|
|
2820
|
+
}
|
|
1923
2821
|
},
|
|
1924
2822
|
{
|
|
1925
2823
|
"name": "python",
|
|
@@ -1930,15 +2828,19 @@
|
|
|
1930
2828
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1931
2829
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1932
2830
|
"learn_more": "https://www.python.org/",
|
|
1933
|
-
"category": "
|
|
2831
|
+
"category": "Extensions",
|
|
1934
2832
|
"type": "community",
|
|
1935
2833
|
"maintainers": [
|
|
1936
2834
|
{
|
|
1937
2835
|
"name": "Sebastian Silva",
|
|
1938
|
-
"github": "icarito"
|
|
1939
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2836
|
+
"github": "icarito"
|
|
1940
2837
|
}
|
|
1941
|
-
]
|
|
2838
|
+
],
|
|
2839
|
+
"compatibility": {
|
|
2840
|
+
"2.x": "working",
|
|
2841
|
+
"2.x-bridge": "unknown",
|
|
2842
|
+
"3.x": "unknown"
|
|
2843
|
+
}
|
|
1942
2844
|
},
|
|
1943
2845
|
{
|
|
1944
2846
|
"name": "recaptcha",
|
|
@@ -1954,10 +2856,14 @@
|
|
|
1954
2856
|
"maintainers": [
|
|
1955
2857
|
{
|
|
1956
2858
|
"name": "mvrlin",
|
|
1957
|
-
"github": "mvrlin"
|
|
1958
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2859
|
+
"github": "mvrlin"
|
|
1959
2860
|
}
|
|
1960
|
-
]
|
|
2861
|
+
],
|
|
2862
|
+
"compatibility": {
|
|
2863
|
+
"2.x": "working",
|
|
2864
|
+
"2.x-bridge": "unknown",
|
|
2865
|
+
"3.x": "unknown"
|
|
2866
|
+
}
|
|
1961
2867
|
},
|
|
1962
2868
|
{
|
|
1963
2869
|
"name": "redirect",
|
|
@@ -1974,10 +2880,14 @@
|
|
|
1974
2880
|
{
|
|
1975
2881
|
"name": "Alexander Lichter",
|
|
1976
2882
|
"github": "manniL",
|
|
1977
|
-
"twitter": "TheAlexLichter"
|
|
1978
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2883
|
+
"twitter": "TheAlexLichter"
|
|
1979
2884
|
}
|
|
1980
|
-
]
|
|
2885
|
+
],
|
|
2886
|
+
"compatibility": {
|
|
2887
|
+
"2.x": "working",
|
|
2888
|
+
"2.x-bridge": "unknown",
|
|
2889
|
+
"3.x": "unknown"
|
|
2890
|
+
}
|
|
1981
2891
|
},
|
|
1982
2892
|
{
|
|
1983
2893
|
"name": "rfg-icon",
|
|
@@ -1988,15 +2898,19 @@
|
|
|
1988
2898
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1989
2899
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1990
2900
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1991
|
-
"category": "
|
|
2901
|
+
"category": "SEO",
|
|
1992
2902
|
"type": "3rd-party",
|
|
1993
2903
|
"maintainers": [
|
|
1994
2904
|
{
|
|
1995
2905
|
"name": "pimlie",
|
|
1996
|
-
"github": "pimlie"
|
|
1997
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2906
|
+
"github": "pimlie"
|
|
1998
2907
|
}
|
|
1999
|
-
]
|
|
2908
|
+
],
|
|
2909
|
+
"compatibility": {
|
|
2910
|
+
"2.x": "working",
|
|
2911
|
+
"2.x-bridge": "unknown",
|
|
2912
|
+
"3.x": "unknown"
|
|
2913
|
+
}
|
|
2000
2914
|
},
|
|
2001
2915
|
{
|
|
2002
2916
|
"name": "robots",
|
|
@@ -2012,10 +2926,14 @@
|
|
|
2012
2926
|
"maintainers": [
|
|
2013
2927
|
{
|
|
2014
2928
|
"name": "Ricardo Gobbo de Souza",
|
|
2015
|
-
"github": "ricardogobbosouza"
|
|
2016
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2929
|
+
"github": "ricardogobbosouza"
|
|
2017
2930
|
}
|
|
2018
|
-
]
|
|
2931
|
+
],
|
|
2932
|
+
"compatibility": {
|
|
2933
|
+
"2.x": "working",
|
|
2934
|
+
"2.x-bridge": "unknown",
|
|
2935
|
+
"3.x": "unknown"
|
|
2936
|
+
}
|
|
2019
2937
|
},
|
|
2020
2938
|
{
|
|
2021
2939
|
"name": "rollbar",
|
|
@@ -2031,10 +2949,14 @@
|
|
|
2031
2949
|
"maintainers": [
|
|
2032
2950
|
{
|
|
2033
2951
|
"name": "Gaël Reyrol",
|
|
2034
|
-
"github": "gaelreyrol"
|
|
2035
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
2952
|
+
"github": "gaelreyrol"
|
|
2036
2953
|
}
|
|
2037
|
-
]
|
|
2954
|
+
],
|
|
2955
|
+
"compatibility": {
|
|
2956
|
+
"2.x": "working",
|
|
2957
|
+
"2.x-bridge": "unknown",
|
|
2958
|
+
"3.x": "unknown"
|
|
2959
|
+
}
|
|
2038
2960
|
},
|
|
2039
2961
|
{
|
|
2040
2962
|
"name": "router-extras",
|
|
@@ -2045,16 +2967,20 @@
|
|
|
2045
2967
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2046
2968
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
2047
2969
|
"learn_more": "",
|
|
2048
|
-
"category": "
|
|
2970
|
+
"category": "Extensions",
|
|
2049
2971
|
"type": "community",
|
|
2050
2972
|
"maintainers": [
|
|
2051
2973
|
{
|
|
2052
2974
|
"name": "Ahad Birang",
|
|
2053
2975
|
"github": "farnabaz",
|
|
2054
|
-
"twitter": "a_birang"
|
|
2055
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
2976
|
+
"twitter": "a_birang"
|
|
2056
2977
|
}
|
|
2057
|
-
]
|
|
2978
|
+
],
|
|
2979
|
+
"compatibility": {
|
|
2980
|
+
"2.x": "working",
|
|
2981
|
+
"2.x-bridge": "unknown",
|
|
2982
|
+
"3.x": "unknown"
|
|
2983
|
+
}
|
|
2058
2984
|
},
|
|
2059
2985
|
{
|
|
2060
2986
|
"name": "router",
|
|
@@ -2065,16 +2991,20 @@
|
|
|
2065
2991
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2066
2992
|
"website": "https://github.com/nuxt-community/router-module",
|
|
2067
2993
|
"learn_more": "",
|
|
2068
|
-
"category": "
|
|
2994
|
+
"category": "Extensions",
|
|
2069
2995
|
"type": "community",
|
|
2070
2996
|
"maintainers": [
|
|
2071
2997
|
{
|
|
2072
2998
|
"name": "Sébastien Chopin",
|
|
2073
2999
|
"github": "Atinux",
|
|
2074
|
-
"twitter": "Atinux"
|
|
2075
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3000
|
+
"twitter": "Atinux"
|
|
2076
3001
|
}
|
|
2077
|
-
]
|
|
3002
|
+
],
|
|
3003
|
+
"compatibility": {
|
|
3004
|
+
"2.x": "working",
|
|
3005
|
+
"2.x-bridge": "unknown",
|
|
3006
|
+
"3.x": "unknown"
|
|
3007
|
+
}
|
|
2078
3008
|
},
|
|
2079
3009
|
{
|
|
2080
3010
|
"name": "sanity",
|
|
@@ -2091,10 +3021,14 @@
|
|
|
2091
3021
|
{
|
|
2092
3022
|
"name": "Daniel Roe",
|
|
2093
3023
|
"github": "danielroe",
|
|
2094
|
-
"twitter": "danielcroe"
|
|
2095
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3024
|
+
"twitter": "danielcroe"
|
|
2096
3025
|
}
|
|
2097
|
-
]
|
|
3026
|
+
],
|
|
3027
|
+
"compatibility": {
|
|
3028
|
+
"2.x": "working",
|
|
3029
|
+
"2.x-bridge": "unknown",
|
|
3030
|
+
"3.x": "unknown"
|
|
3031
|
+
}
|
|
2098
3032
|
},
|
|
2099
3033
|
{
|
|
2100
3034
|
"name": "scss-to-js",
|
|
@@ -2110,10 +3044,14 @@
|
|
|
2110
3044
|
"maintainers": [
|
|
2111
3045
|
{
|
|
2112
3046
|
"name": "sugoidesune",
|
|
2113
|
-
"github": "sugoidesune"
|
|
2114
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
3047
|
+
"github": "sugoidesune"
|
|
2115
3048
|
}
|
|
2116
|
-
]
|
|
3049
|
+
],
|
|
3050
|
+
"compatibility": {
|
|
3051
|
+
"2.x": "working",
|
|
3052
|
+
"2.x-bridge": "unknown",
|
|
3053
|
+
"3.x": "unknown"
|
|
3054
|
+
}
|
|
2117
3055
|
},
|
|
2118
3056
|
{
|
|
2119
3057
|
"name": "segment",
|
|
@@ -2129,10 +3067,14 @@
|
|
|
2129
3067
|
"maintainers": [
|
|
2130
3068
|
{
|
|
2131
3069
|
"name": "dansmaculotte",
|
|
2132
|
-
"github": "dansmaculotte"
|
|
2133
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
3070
|
+
"github": "dansmaculotte"
|
|
2134
3071
|
}
|
|
2135
|
-
]
|
|
3072
|
+
],
|
|
3073
|
+
"compatibility": {
|
|
3074
|
+
"2.x": "working",
|
|
3075
|
+
"2.x-bridge": "unknown",
|
|
3076
|
+
"3.x": "unknown"
|
|
3077
|
+
}
|
|
2136
3078
|
},
|
|
2137
3079
|
{
|
|
2138
3080
|
"name": "sentry",
|
|
@@ -2141,17 +3083,45 @@
|
|
|
2141
3083
|
"npm": "@nuxtjs/sentry",
|
|
2142
3084
|
"icon": "sentry.png",
|
|
2143
3085
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2144
|
-
"website": "https://
|
|
3086
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2145
3087
|
"learn_more": "https://sentry.io/welcome/",
|
|
2146
3088
|
"category": "Monitoring",
|
|
2147
3089
|
"type": "community",
|
|
2148
3090
|
"maintainers": [
|
|
2149
3091
|
{
|
|
2150
3092
|
"name": "Rafał Chłodnicki",
|
|
2151
|
-
"github": "rchl"
|
|
2152
|
-
|
|
3093
|
+
"github": "rchl"
|
|
3094
|
+
}
|
|
3095
|
+
],
|
|
3096
|
+
"compatibility": {
|
|
3097
|
+
"2.x": "working",
|
|
3098
|
+
"2.x-bridge": "wip",
|
|
3099
|
+
"3.x": "wip"
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"name": "seo-meta",
|
|
3104
|
+
"description": "Simple generate seo metadata",
|
|
3105
|
+
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3106
|
+
"npm": "nuxt-seo-meta",
|
|
3107
|
+
"icon": "",
|
|
3108
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3109
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3110
|
+
"learn_more": "",
|
|
3111
|
+
"category": "SEO",
|
|
3112
|
+
"type": "3rd-party",
|
|
3113
|
+
"maintainers": [
|
|
3114
|
+
{
|
|
3115
|
+
"name": "ihavecoke",
|
|
3116
|
+
"github": "ihavecoke",
|
|
3117
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
2153
3118
|
}
|
|
2154
|
-
]
|
|
3119
|
+
],
|
|
3120
|
+
"compatibility": {
|
|
3121
|
+
"2.x": "working",
|
|
3122
|
+
"2.x-bridge": "unknown",
|
|
3123
|
+
"3.x": "unknown"
|
|
3124
|
+
}
|
|
2155
3125
|
},
|
|
2156
3126
|
{
|
|
2157
3127
|
"name": "seomatic-meta",
|
|
@@ -2167,10 +3137,14 @@
|
|
|
2167
3137
|
"maintainers": [
|
|
2168
3138
|
{
|
|
2169
3139
|
"name": "ben-rogerson",
|
|
2170
|
-
"github": "ben-rogerson"
|
|
2171
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3140
|
+
"github": "ben-rogerson"
|
|
2172
3141
|
}
|
|
2173
|
-
]
|
|
3142
|
+
],
|
|
3143
|
+
"compatibility": {
|
|
3144
|
+
"2.x": "working",
|
|
3145
|
+
"2.x-bridge": "unknown",
|
|
3146
|
+
"3.x": "unknown"
|
|
3147
|
+
}
|
|
2174
3148
|
},
|
|
2175
3149
|
{
|
|
2176
3150
|
"name": "separate-env",
|
|
@@ -2181,16 +3155,20 @@
|
|
|
2181
3155
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2182
3156
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2183
3157
|
"learn_more": "",
|
|
2184
|
-
"category": "
|
|
3158
|
+
"category": "Extensions",
|
|
2185
3159
|
"type": "community",
|
|
2186
3160
|
"maintainers": [
|
|
2187
3161
|
{
|
|
2188
3162
|
"name": "Alexander Lichter",
|
|
2189
3163
|
"github": "manniL",
|
|
2190
|
-
"twitter": "TheAlexLichter"
|
|
2191
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3164
|
+
"twitter": "TheAlexLichter"
|
|
2192
3165
|
}
|
|
2193
|
-
]
|
|
3166
|
+
],
|
|
3167
|
+
"compatibility": {
|
|
3168
|
+
"2.x": "working",
|
|
3169
|
+
"2.x-bridge": "unknown",
|
|
3170
|
+
"3.x": "unknown"
|
|
3171
|
+
}
|
|
2194
3172
|
},
|
|
2195
3173
|
{
|
|
2196
3174
|
"name": "shopify",
|
|
@@ -2206,10 +3184,14 @@
|
|
|
2206
3184
|
"maintainers": [
|
|
2207
3185
|
{
|
|
2208
3186
|
"name": "Gomah",
|
|
2209
|
-
"github": "Gomah"
|
|
2210
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3187
|
+
"github": "Gomah"
|
|
2211
3188
|
}
|
|
2212
|
-
]
|
|
3189
|
+
],
|
|
3190
|
+
"compatibility": {
|
|
3191
|
+
"2.x": "working",
|
|
3192
|
+
"2.x-bridge": "unknown",
|
|
3193
|
+
"3.x": "unknown"
|
|
3194
|
+
}
|
|
2213
3195
|
},
|
|
2214
3196
|
{
|
|
2215
3197
|
"name": "simple-line-icons",
|
|
@@ -2225,10 +3207,14 @@
|
|
|
2225
3207
|
"maintainers": [
|
|
2226
3208
|
{
|
|
2227
3209
|
"name": "vaso2",
|
|
2228
|
-
"github": "vaso2"
|
|
2229
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3210
|
+
"github": "vaso2"
|
|
2230
3211
|
}
|
|
2231
|
-
]
|
|
3212
|
+
],
|
|
3213
|
+
"compatibility": {
|
|
3214
|
+
"2.x": "working",
|
|
3215
|
+
"2.x-bridge": "unknown",
|
|
3216
|
+
"3.x": "unknown"
|
|
3217
|
+
}
|
|
2232
3218
|
},
|
|
2233
3219
|
{
|
|
2234
3220
|
"name": "sitemap",
|
|
@@ -2237,7 +3223,7 @@
|
|
|
2237
3223
|
"npm": "@nuxtjs/sitemap",
|
|
2238
3224
|
"icon": "",
|
|
2239
3225
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2240
|
-
"website": "https://
|
|
3226
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2241
3227
|
"learn_more": "",
|
|
2242
3228
|
"category": "SEO",
|
|
2243
3229
|
"type": "community",
|
|
@@ -2245,10 +3231,38 @@
|
|
|
2245
3231
|
{
|
|
2246
3232
|
"name": "Nicolas PENNEC",
|
|
2247
3233
|
"github": "NicoPennec",
|
|
2248
|
-
"twitter": "NicoPennec"
|
|
2249
|
-
|
|
3234
|
+
"twitter": "NicoPennec"
|
|
3235
|
+
}
|
|
3236
|
+
],
|
|
3237
|
+
"compatibility": {
|
|
3238
|
+
"2.x": "working",
|
|
3239
|
+
"2.x-bridge": "unknown",
|
|
3240
|
+
"3.x": "unknown"
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"name": "snipcart",
|
|
3245
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3246
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3247
|
+
"npm": "@nuxtjs/snipcart",
|
|
3248
|
+
"icon": "snipcart.png",
|
|
3249
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3250
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3251
|
+
"learn_more": "",
|
|
3252
|
+
"category": "Payment",
|
|
3253
|
+
"type": "community",
|
|
3254
|
+
"maintainers": [
|
|
3255
|
+
{
|
|
3256
|
+
"name": "Florent GIRAUD",
|
|
3257
|
+
"github": "f3ltron",
|
|
3258
|
+
"twitter": "giraud_florent"
|
|
2250
3259
|
}
|
|
2251
|
-
]
|
|
3260
|
+
],
|
|
3261
|
+
"compatibility": {
|
|
3262
|
+
"2.x": "working",
|
|
3263
|
+
"2.x-bridge": "unknown",
|
|
3264
|
+
"3.x": "unknown"
|
|
3265
|
+
}
|
|
2252
3266
|
},
|
|
2253
3267
|
{
|
|
2254
3268
|
"name": "social-meta",
|
|
@@ -2264,10 +3278,14 @@
|
|
|
2264
3278
|
"maintainers": [
|
|
2265
3279
|
{
|
|
2266
3280
|
"name": "AlekseyPleshkov",
|
|
2267
|
-
"github": "AlekseyPleshkov"
|
|
2268
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3281
|
+
"github": "AlekseyPleshkov"
|
|
2269
3282
|
}
|
|
2270
|
-
]
|
|
3283
|
+
],
|
|
3284
|
+
"compatibility": {
|
|
3285
|
+
"2.x": "working",
|
|
3286
|
+
"2.x-bridge": "unknown",
|
|
3287
|
+
"3.x": "unknown"
|
|
3288
|
+
}
|
|
2271
3289
|
},
|
|
2272
3290
|
{
|
|
2273
3291
|
"name": "socket-io",
|
|
@@ -2283,10 +3301,14 @@
|
|
|
2283
3301
|
"maintainers": [
|
|
2284
3302
|
{
|
|
2285
3303
|
"name": "richardeschloss",
|
|
2286
|
-
"github": "richardeschloss"
|
|
2287
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3304
|
+
"github": "richardeschloss"
|
|
2288
3305
|
}
|
|
2289
|
-
]
|
|
3306
|
+
],
|
|
3307
|
+
"compatibility": {
|
|
3308
|
+
"2.x": "working",
|
|
3309
|
+
"2.x-bridge": "unknown",
|
|
3310
|
+
"3.x": "unknown"
|
|
3311
|
+
}
|
|
2290
3312
|
},
|
|
2291
3313
|
{
|
|
2292
3314
|
"name": "speedcurve",
|
|
@@ -2303,10 +3325,48 @@
|
|
|
2303
3325
|
{
|
|
2304
3326
|
"name": "Josh Deltener",
|
|
2305
3327
|
"github": "hecktarzuli",
|
|
2306
|
-
"twitter": "JoshDeltener"
|
|
2307
|
-
|
|
3328
|
+
"twitter": "JoshDeltener"
|
|
3329
|
+
}
|
|
3330
|
+
],
|
|
3331
|
+
"compatibility": {
|
|
3332
|
+
"2.x": "working",
|
|
3333
|
+
"2.x-bridge": "unknown",
|
|
3334
|
+
"3.x": "unknown"
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"name": "speedkit",
|
|
3339
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3340
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3341
|
+
"npm": "nuxt-speedkit",
|
|
3342
|
+
"icon": "speedkit.png",
|
|
3343
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3344
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3345
|
+
"learn_more": "",
|
|
3346
|
+
"category": "Performance",
|
|
3347
|
+
"type": "3rd-party",
|
|
3348
|
+
"maintainers": [
|
|
3349
|
+
{
|
|
3350
|
+
"name": "Stephan Gerbeth",
|
|
3351
|
+
"github": "StephanGerbeth",
|
|
3352
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"name": "Thorn Walli",
|
|
3356
|
+
"github": "ThornWalli",
|
|
3357
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"name": "Grabarz & Partner",
|
|
3361
|
+
"github": "GrabarzUndPartner",
|
|
3362
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2308
3363
|
}
|
|
2309
|
-
]
|
|
3364
|
+
],
|
|
3365
|
+
"compatibility": {
|
|
3366
|
+
"2.x": "working",
|
|
3367
|
+
"2.x-bridge": "unknown",
|
|
3368
|
+
"3.x": "unknown"
|
|
3369
|
+
}
|
|
2310
3370
|
},
|
|
2311
3371
|
{
|
|
2312
3372
|
"name": "storage",
|
|
@@ -2317,15 +3377,42 @@
|
|
|
2317
3377
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2318
3378
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2319
3379
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2320
|
-
"category": "
|
|
3380
|
+
"category": "Extensions",
|
|
2321
3381
|
"type": "3rd-party",
|
|
2322
3382
|
"maintainers": [
|
|
2323
3383
|
{
|
|
2324
3384
|
"name": "mazipan",
|
|
2325
|
-
"github": "mazipan"
|
|
2326
|
-
|
|
3385
|
+
"github": "mazipan"
|
|
3386
|
+
}
|
|
3387
|
+
],
|
|
3388
|
+
"compatibility": {
|
|
3389
|
+
"2.x": "working",
|
|
3390
|
+
"2.x-bridge": "unknown",
|
|
3391
|
+
"3.x": "unknown"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"name": "storefront-ui",
|
|
3396
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3397
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3398
|
+
"npm": "@storefront-ui/nuxt",
|
|
3399
|
+
"icon": "storefront-ui.svg",
|
|
3400
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3401
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3402
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3403
|
+
"category": "UI",
|
|
3404
|
+
"type": "3rd-party",
|
|
3405
|
+
"maintainers": [
|
|
3406
|
+
{
|
|
3407
|
+
"name": "Jakub Andrzejewski",
|
|
3408
|
+
"github": "Baroshem"
|
|
2327
3409
|
}
|
|
2328
|
-
]
|
|
3410
|
+
],
|
|
3411
|
+
"compatibility": {
|
|
3412
|
+
"2.x": "working",
|
|
3413
|
+
"2.x-bridge": "unknown",
|
|
3414
|
+
"3.x": "unknown"
|
|
3415
|
+
}
|
|
2329
3416
|
},
|
|
2330
3417
|
{
|
|
2331
3418
|
"name": "stories",
|
|
@@ -2341,16 +3428,20 @@
|
|
|
2341
3428
|
"maintainers": [
|
|
2342
3429
|
{
|
|
2343
3430
|
"name": "richardeschloss",
|
|
2344
|
-
"github": "richardeschloss"
|
|
2345
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3431
|
+
"github": "richardeschloss"
|
|
2346
3432
|
}
|
|
2347
|
-
]
|
|
3433
|
+
],
|
|
3434
|
+
"compatibility": {
|
|
3435
|
+
"2.x": "working",
|
|
3436
|
+
"2.x-bridge": "unknown",
|
|
3437
|
+
"3.x": "unknown"
|
|
3438
|
+
}
|
|
2348
3439
|
},
|
|
2349
3440
|
{
|
|
2350
3441
|
"name": "storyblok",
|
|
2351
3442
|
"description": "Storyblok Nuxt.js module",
|
|
2352
3443
|
"repo": "storyblok/storyblok-nuxt",
|
|
2353
|
-
"npm": "storyblok-
|
|
3444
|
+
"npm": "@storyblok/nuxt-ws",
|
|
2354
3445
|
"icon": "storyblok.png",
|
|
2355
3446
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2356
3447
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2360,10 +3451,14 @@
|
|
|
2360
3451
|
"maintainers": [
|
|
2361
3452
|
{
|
|
2362
3453
|
"name": "storyblok",
|
|
2363
|
-
"github": "storyblok"
|
|
2364
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3454
|
+
"github": "storyblok"
|
|
2365
3455
|
}
|
|
2366
|
-
]
|
|
3456
|
+
],
|
|
3457
|
+
"compatibility": {
|
|
3458
|
+
"2.x": "working",
|
|
3459
|
+
"2.x-bridge": "unknown",
|
|
3460
|
+
"3.x": "unknown"
|
|
3461
|
+
}
|
|
2367
3462
|
},
|
|
2368
3463
|
{
|
|
2369
3464
|
"name": "storybook",
|
|
@@ -2380,16 +3475,19 @@
|
|
|
2380
3475
|
{
|
|
2381
3476
|
"name": "Ahad Birang",
|
|
2382
3477
|
"github": "farnabaz",
|
|
2383
|
-
"twitter": "a_birang"
|
|
2384
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3478
|
+
"twitter": "a_birang"
|
|
2385
3479
|
},
|
|
2386
3480
|
{
|
|
2387
3481
|
"name": "Pooya Parsa",
|
|
2388
3482
|
"github": "pi0",
|
|
2389
|
-
"twitter": "_pi0_"
|
|
2390
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3483
|
+
"twitter": "_pi0_"
|
|
2391
3484
|
}
|
|
2392
|
-
]
|
|
3485
|
+
],
|
|
3486
|
+
"compatibility": {
|
|
3487
|
+
"2.x": "working",
|
|
3488
|
+
"2.x-bridge": "unknown",
|
|
3489
|
+
"3.x": "unknown"
|
|
3490
|
+
}
|
|
2393
3491
|
},
|
|
2394
3492
|
{
|
|
2395
3493
|
"name": "strapi",
|
|
@@ -2406,16 +3504,19 @@
|
|
|
2406
3504
|
{
|
|
2407
3505
|
"name": "Benjamin Canac",
|
|
2408
3506
|
"github": "benjamincanac",
|
|
2409
|
-
"twitter": "benjamincanac"
|
|
2410
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3507
|
+
"twitter": "benjamincanac"
|
|
2411
3508
|
},
|
|
2412
3509
|
{
|
|
2413
3510
|
"name": "Sébastien Chopin",
|
|
2414
3511
|
"github": "Atinux",
|
|
2415
|
-
"twitter": "Atinux"
|
|
2416
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3512
|
+
"twitter": "Atinux"
|
|
2417
3513
|
}
|
|
2418
|
-
]
|
|
3514
|
+
],
|
|
3515
|
+
"compatibility": {
|
|
3516
|
+
"2.x": "working",
|
|
3517
|
+
"2.x-bridge": "wip",
|
|
3518
|
+
"3.x": "unknown"
|
|
3519
|
+
}
|
|
2419
3520
|
},
|
|
2420
3521
|
{
|
|
2421
3522
|
"name": "stripe",
|
|
@@ -2431,10 +3532,14 @@
|
|
|
2431
3532
|
"maintainers": [
|
|
2432
3533
|
{
|
|
2433
3534
|
"name": "WilliamDASILVA",
|
|
2434
|
-
"github": "WilliamDASILVA"
|
|
2435
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3535
|
+
"github": "WilliamDASILVA"
|
|
2436
3536
|
}
|
|
2437
|
-
]
|
|
3537
|
+
],
|
|
3538
|
+
"compatibility": {
|
|
3539
|
+
"2.x": "working",
|
|
3540
|
+
"2.x-bridge": "unknown",
|
|
3541
|
+
"3.x": "unknown"
|
|
3542
|
+
}
|
|
2438
3543
|
},
|
|
2439
3544
|
{
|
|
2440
3545
|
"name": "style-resources",
|
|
@@ -2451,10 +3556,14 @@
|
|
|
2451
3556
|
{
|
|
2452
3557
|
"name": "Alexander Lichter",
|
|
2453
3558
|
"github": "manniL",
|
|
2454
|
-
"twitter": "TheAlexLichter"
|
|
2455
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3559
|
+
"twitter": "TheAlexLichter"
|
|
2456
3560
|
}
|
|
2457
|
-
]
|
|
3561
|
+
],
|
|
3562
|
+
"compatibility": {
|
|
3563
|
+
"2.x": "working",
|
|
3564
|
+
"2.x-bridge": "unknown",
|
|
3565
|
+
"3.x": "unknown"
|
|
3566
|
+
}
|
|
2458
3567
|
},
|
|
2459
3568
|
{
|
|
2460
3569
|
"name": "stylelint",
|
|
@@ -2470,10 +3579,38 @@
|
|
|
2470
3579
|
"maintainers": [
|
|
2471
3580
|
{
|
|
2472
3581
|
"name": "Ricardo Gobbo de Souza",
|
|
2473
|
-
"github": "ricardogobbosouza"
|
|
2474
|
-
|
|
3582
|
+
"github": "ricardogobbosouza"
|
|
3583
|
+
}
|
|
3584
|
+
],
|
|
3585
|
+
"compatibility": {
|
|
3586
|
+
"2.x": "working",
|
|
3587
|
+
"2.x-bridge": "unknown",
|
|
3588
|
+
"3.x": "unknown"
|
|
3589
|
+
}
|
|
3590
|
+
},
|
|
3591
|
+
{
|
|
3592
|
+
"name": "supabase",
|
|
3593
|
+
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3594
|
+
"repo": "supabase/nuxt-supabase",
|
|
3595
|
+
"npm": "nuxt-supabase",
|
|
3596
|
+
"icon": "supabase.png",
|
|
3597
|
+
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3598
|
+
"website": "https://github.com/supabase/nuxt-supabase",
|
|
3599
|
+
"learn_more": "https://supabase.io",
|
|
3600
|
+
"category": "Database",
|
|
3601
|
+
"type": "3rd-party",
|
|
3602
|
+
"maintainers": [
|
|
3603
|
+
{
|
|
3604
|
+
"name": "Scott Robertson",
|
|
3605
|
+
"github": "scottrobertson",
|
|
3606
|
+
"twitter": "scottymeuk"
|
|
2475
3607
|
}
|
|
2476
|
-
]
|
|
3608
|
+
],
|
|
3609
|
+
"compatibility": {
|
|
3610
|
+
"2.x": "working",
|
|
3611
|
+
"2.x-bridge": "unknown",
|
|
3612
|
+
"3.x": "unknown"
|
|
3613
|
+
}
|
|
2477
3614
|
},
|
|
2478
3615
|
{
|
|
2479
3616
|
"name": "svg-loader",
|
|
@@ -2484,15 +3621,19 @@
|
|
|
2484
3621
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2485
3622
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2486
3623
|
"learn_more": "",
|
|
2487
|
-
"category": "
|
|
3624
|
+
"category": "Extensions",
|
|
2488
3625
|
"type": "3rd-party",
|
|
2489
3626
|
"maintainers": [
|
|
2490
3627
|
{
|
|
2491
3628
|
"name": "Developmint",
|
|
2492
|
-
"github": "Developmint"
|
|
2493
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3629
|
+
"github": "Developmint"
|
|
2494
3630
|
}
|
|
2495
|
-
]
|
|
3631
|
+
],
|
|
3632
|
+
"compatibility": {
|
|
3633
|
+
"2.x": "working",
|
|
3634
|
+
"2.x-bridge": "unknown",
|
|
3635
|
+
"3.x": "unknown"
|
|
3636
|
+
}
|
|
2496
3637
|
},
|
|
2497
3638
|
{
|
|
2498
3639
|
"name": "svg-sprite",
|
|
@@ -2503,16 +3644,20 @@
|
|
|
2503
3644
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2504
3645
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2505
3646
|
"learn_more": "",
|
|
2506
|
-
"category": "
|
|
3647
|
+
"category": "UI",
|
|
2507
3648
|
"type": "community",
|
|
2508
3649
|
"maintainers": [
|
|
2509
3650
|
{
|
|
2510
3651
|
"name": "Ahad Birang",
|
|
2511
3652
|
"github": "farnabaz",
|
|
2512
|
-
"twitter": "a_birang"
|
|
2513
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3653
|
+
"twitter": "a_birang"
|
|
2514
3654
|
}
|
|
2515
|
-
]
|
|
3655
|
+
],
|
|
3656
|
+
"compatibility": {
|
|
3657
|
+
"2.x": "working",
|
|
3658
|
+
"2.x-bridge": "unknown",
|
|
3659
|
+
"3.x": "unknown"
|
|
3660
|
+
}
|
|
2516
3661
|
},
|
|
2517
3662
|
{
|
|
2518
3663
|
"name": "svg",
|
|
@@ -2523,15 +3668,19 @@
|
|
|
2523
3668
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2524
3669
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2525
3670
|
"learn_more": "",
|
|
2526
|
-
"category": "
|
|
3671
|
+
"category": "Extensions",
|
|
2527
3672
|
"type": "community",
|
|
2528
3673
|
"maintainers": [
|
|
2529
3674
|
{
|
|
2530
3675
|
"name": "Sam Holmes",
|
|
2531
|
-
"github": "sam3d"
|
|
2532
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3676
|
+
"github": "sam3d"
|
|
2533
3677
|
}
|
|
2534
|
-
]
|
|
3678
|
+
],
|
|
3679
|
+
"compatibility": {
|
|
3680
|
+
"2.x": "working",
|
|
3681
|
+
"2.x-bridge": "unknown",
|
|
3682
|
+
"3.x": "unknown"
|
|
3683
|
+
}
|
|
2535
3684
|
},
|
|
2536
3685
|
{
|
|
2537
3686
|
"name": "sweetalert2",
|
|
@@ -2547,10 +3696,14 @@
|
|
|
2547
3696
|
"maintainers": [
|
|
2548
3697
|
{
|
|
2549
3698
|
"name": "ImreC",
|
|
2550
|
-
"github": "ImreC"
|
|
2551
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3699
|
+
"github": "ImreC"
|
|
2552
3700
|
}
|
|
2553
|
-
]
|
|
3701
|
+
],
|
|
3702
|
+
"compatibility": {
|
|
3703
|
+
"2.x": "working",
|
|
3704
|
+
"2.x-bridge": "unknown",
|
|
3705
|
+
"3.x": "unknown"
|
|
3706
|
+
}
|
|
2554
3707
|
},
|
|
2555
3708
|
{
|
|
2556
3709
|
"name": "tailwindcss",
|
|
@@ -2567,10 +3720,38 @@
|
|
|
2567
3720
|
{
|
|
2568
3721
|
"name": "Sébastien Chopin",
|
|
2569
3722
|
"github": "Atinux",
|
|
2570
|
-
"twitter": "Atinux"
|
|
2571
|
-
|
|
3723
|
+
"twitter": "Atinux"
|
|
3724
|
+
}
|
|
3725
|
+
],
|
|
3726
|
+
"compatibility": {
|
|
3727
|
+
"2.x": "working",
|
|
3728
|
+
"2.x-bridge": "wip",
|
|
3729
|
+
"3.x": "wip"
|
|
3730
|
+
}
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"name": "tiktok-analytics",
|
|
3734
|
+
"description": "",
|
|
3735
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3736
|
+
"npm": "tiktok-analytics",
|
|
3737
|
+
"icon": "",
|
|
3738
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3739
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3740
|
+
"learn_more": "",
|
|
3741
|
+
"category": "Analytics",
|
|
3742
|
+
"type": "3rd-party",
|
|
3743
|
+
"maintainers": [
|
|
3744
|
+
{
|
|
3745
|
+
"name": "stickpro",
|
|
3746
|
+
"github": "stickpro",
|
|
3747
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2572
3748
|
}
|
|
2573
|
-
]
|
|
3749
|
+
],
|
|
3750
|
+
"compatibility": {
|
|
3751
|
+
"2.x": "working",
|
|
3752
|
+
"2.x-bridge": "unknown",
|
|
3753
|
+
"3.x": "unknown"
|
|
3754
|
+
}
|
|
2574
3755
|
},
|
|
2575
3756
|
{
|
|
2576
3757
|
"name": "toast",
|
|
@@ -2578,8 +3759,8 @@
|
|
|
2578
3759
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2579
3760
|
"npm": "@nuxtjs/toast",
|
|
2580
3761
|
"icon": "",
|
|
2581
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2582
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3762
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3763
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2583
3764
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2584
3765
|
"category": "Libraries",
|
|
2585
3766
|
"type": "community",
|
|
@@ -2587,10 +3768,37 @@
|
|
|
2587
3768
|
{
|
|
2588
3769
|
"name": "Pooya Parsa",
|
|
2589
3770
|
"github": "pi0",
|
|
2590
|
-
"twitter": "_pi0_"
|
|
2591
|
-
|
|
3771
|
+
"twitter": "_pi0_"
|
|
3772
|
+
}
|
|
3773
|
+
],
|
|
3774
|
+
"compatibility": {
|
|
3775
|
+
"2.x": "working",
|
|
3776
|
+
"2.x-bridge": "unknown",
|
|
3777
|
+
"3.x": "unknown"
|
|
3778
|
+
}
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "twa",
|
|
3782
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3783
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3784
|
+
"npm": "nuxt-twa",
|
|
3785
|
+
"icon": "",
|
|
3786
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3787
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3788
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3789
|
+
"category": "Performance",
|
|
3790
|
+
"type": "3rd-party",
|
|
3791
|
+
"maintainers": [
|
|
3792
|
+
{
|
|
3793
|
+
"name": "Nicolas Perraut",
|
|
3794
|
+
"github": "tuarrep"
|
|
2592
3795
|
}
|
|
2593
|
-
]
|
|
3796
|
+
],
|
|
3797
|
+
"compatibility": {
|
|
3798
|
+
"2.x": "working",
|
|
3799
|
+
"2.x-bridge": "wip",
|
|
3800
|
+
"3.x": "wip"
|
|
3801
|
+
}
|
|
2594
3802
|
},
|
|
2595
3803
|
{
|
|
2596
3804
|
"name": "typed-router",
|
|
@@ -2606,10 +3814,14 @@
|
|
|
2606
3814
|
"maintainers": [
|
|
2607
3815
|
{
|
|
2608
3816
|
"name": "victorgarciaesgi",
|
|
2609
|
-
"github": "victorgarciaesgi"
|
|
2610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3817
|
+
"github": "victorgarciaesgi"
|
|
2611
3818
|
}
|
|
2612
|
-
]
|
|
3819
|
+
],
|
|
3820
|
+
"compatibility": {
|
|
3821
|
+
"2.x": "working",
|
|
3822
|
+
"2.x-bridge": "unknown",
|
|
3823
|
+
"3.x": "unknown"
|
|
3824
|
+
}
|
|
2613
3825
|
},
|
|
2614
3826
|
{
|
|
2615
3827
|
"name": "typescript-runtime",
|
|
@@ -2625,22 +3837,24 @@
|
|
|
2625
3837
|
"maintainers": [
|
|
2626
3838
|
{
|
|
2627
3839
|
"name": "Kevin Marrec",
|
|
2628
|
-
"github": "kevinmarrec"
|
|
2629
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3840
|
+
"github": "kevinmarrec"
|
|
2630
3841
|
},
|
|
2631
3842
|
{
|
|
2632
3843
|
"name": "Pooya Parsa",
|
|
2633
3844
|
"github": "pi0",
|
|
2634
|
-
"twitter": "_pi0_"
|
|
2635
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3845
|
+
"twitter": "_pi0_"
|
|
2636
3846
|
},
|
|
2637
3847
|
{
|
|
2638
3848
|
"name": "Daniel Roe",
|
|
2639
3849
|
"github": "danielroe",
|
|
2640
|
-
"twitter": "danielcroe"
|
|
2641
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3850
|
+
"twitter": "danielcroe"
|
|
2642
3851
|
}
|
|
2643
|
-
]
|
|
3852
|
+
],
|
|
3853
|
+
"compatibility": {
|
|
3854
|
+
"2.x": "working",
|
|
3855
|
+
"2.x-bridge": "unknown",
|
|
3856
|
+
"3.x": "unknown"
|
|
3857
|
+
}
|
|
2644
3858
|
},
|
|
2645
3859
|
{
|
|
2646
3860
|
"name": "typescript",
|
|
@@ -2656,22 +3870,24 @@
|
|
|
2656
3870
|
"maintainers": [
|
|
2657
3871
|
{
|
|
2658
3872
|
"name": "Kevin Marrec",
|
|
2659
|
-
"github": "kevinmarrec"
|
|
2660
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3873
|
+
"github": "kevinmarrec"
|
|
2661
3874
|
},
|
|
2662
3875
|
{
|
|
2663
3876
|
"name": "Pooya Parsa",
|
|
2664
3877
|
"github": "pi0",
|
|
2665
|
-
"twitter": "_pi0_"
|
|
2666
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3878
|
+
"twitter": "_pi0_"
|
|
2667
3879
|
},
|
|
2668
3880
|
{
|
|
2669
3881
|
"name": "Daniel Roe",
|
|
2670
3882
|
"github": "danielroe",
|
|
2671
|
-
"twitter": "danielcroe"
|
|
2672
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3883
|
+
"twitter": "danielcroe"
|
|
2673
3884
|
}
|
|
2674
|
-
]
|
|
3885
|
+
],
|
|
3886
|
+
"compatibility": {
|
|
3887
|
+
"2.x": "working",
|
|
3888
|
+
"2.x-bridge": "unknown",
|
|
3889
|
+
"3.x": "unknown"
|
|
3890
|
+
}
|
|
2675
3891
|
},
|
|
2676
3892
|
{
|
|
2677
3893
|
"name": "universal-storage",
|
|
@@ -2682,22 +3898,50 @@
|
|
|
2682
3898
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2683
3899
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2684
3900
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2685
|
-
"category": "
|
|
3901
|
+
"category": "Extensions",
|
|
2686
3902
|
"type": "community",
|
|
2687
3903
|
"maintainers": [
|
|
2688
3904
|
{
|
|
2689
3905
|
"name": "Pooya Parsa",
|
|
2690
3906
|
"github": "pi0",
|
|
2691
|
-
"twitter": "_pi0_"
|
|
2692
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3907
|
+
"twitter": "_pi0_"
|
|
2693
3908
|
},
|
|
2694
3909
|
{
|
|
2695
3910
|
"name": "Farzad Soltani",
|
|
2696
3911
|
"github": "farzadso",
|
|
2697
|
-
"twitter": "farzadso"
|
|
2698
|
-
|
|
3912
|
+
"twitter": "farzadso"
|
|
3913
|
+
}
|
|
3914
|
+
],
|
|
3915
|
+
"compatibility": {
|
|
3916
|
+
"2.x": "working",
|
|
3917
|
+
"2.x-bridge": "unknown",
|
|
3918
|
+
"3.x": "unknown"
|
|
3919
|
+
}
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"name": "unocss",
|
|
3923
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
3924
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3925
|
+
"npm": "@unocss/nuxt",
|
|
3926
|
+
"icon": "unocss.svg",
|
|
3927
|
+
"github": "https://github.com/antfu/unocss",
|
|
3928
|
+
"website": "https://github.com/antfu/unocss",
|
|
3929
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
3930
|
+
"category": "UI",
|
|
3931
|
+
"type": "3rd-party",
|
|
3932
|
+
"maintainers": [
|
|
3933
|
+
{
|
|
3934
|
+
"name": "Anthony Fu",
|
|
3935
|
+
"github": "antfu",
|
|
3936
|
+
"twitter": "antfu7",
|
|
3937
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2699
3938
|
}
|
|
2700
|
-
]
|
|
3939
|
+
],
|
|
3940
|
+
"compatibility": {
|
|
3941
|
+
"2.x": "working",
|
|
3942
|
+
"2.x-bridge": "working",
|
|
3943
|
+
"3.x": "working"
|
|
3944
|
+
}
|
|
2701
3945
|
},
|
|
2702
3946
|
{
|
|
2703
3947
|
"name": "user-agent",
|
|
@@ -2708,15 +3952,19 @@
|
|
|
2708
3952
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2709
3953
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2710
3954
|
"learn_more": "",
|
|
2711
|
-
"category": "
|
|
3955
|
+
"category": "Extensions",
|
|
2712
3956
|
"type": "3rd-party",
|
|
2713
3957
|
"maintainers": [
|
|
2714
3958
|
{
|
|
2715
3959
|
"name": "fukuiretu",
|
|
2716
|
-
"github": "fukuiretu"
|
|
2717
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
3960
|
+
"github": "fukuiretu"
|
|
2718
3961
|
}
|
|
2719
|
-
]
|
|
3962
|
+
],
|
|
3963
|
+
"compatibility": {
|
|
3964
|
+
"2.x": "working",
|
|
3965
|
+
"2.x-bridge": "unknown",
|
|
3966
|
+
"3.x": "unknown"
|
|
3967
|
+
}
|
|
2720
3968
|
},
|
|
2721
3969
|
{
|
|
2722
3970
|
"name": "validate",
|
|
@@ -2732,10 +3980,14 @@
|
|
|
2732
3980
|
"maintainers": [
|
|
2733
3981
|
{
|
|
2734
3982
|
"name": "lewyuburi",
|
|
2735
|
-
"github": "lewyuburi"
|
|
2736
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
3983
|
+
"github": "lewyuburi"
|
|
2737
3984
|
}
|
|
2738
|
-
]
|
|
3985
|
+
],
|
|
3986
|
+
"compatibility": {
|
|
3987
|
+
"2.x": "working",
|
|
3988
|
+
"2.x-bridge": "unknown",
|
|
3989
|
+
"3.x": "unknown"
|
|
3990
|
+
}
|
|
2739
3991
|
},
|
|
2740
3992
|
{
|
|
2741
3993
|
"name": "vendor",
|
|
@@ -2746,16 +3998,20 @@
|
|
|
2746
3998
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2747
3999
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2748
4000
|
"learn_more": "",
|
|
2749
|
-
"category": "
|
|
4001
|
+
"category": "Extensions",
|
|
2750
4002
|
"type": "community",
|
|
2751
4003
|
"maintainers": [
|
|
2752
4004
|
{
|
|
2753
4005
|
"name": "Pooya Parsa",
|
|
2754
4006
|
"github": "pi0",
|
|
2755
|
-
"twitter": "_pi0_"
|
|
2756
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4007
|
+
"twitter": "_pi0_"
|
|
2757
4008
|
}
|
|
2758
|
-
]
|
|
4009
|
+
],
|
|
4010
|
+
"compatibility": {
|
|
4011
|
+
"2.x": "working",
|
|
4012
|
+
"2.x-bridge": "unknown",
|
|
4013
|
+
"3.x": "unknown"
|
|
4014
|
+
}
|
|
2759
4015
|
},
|
|
2760
4016
|
{
|
|
2761
4017
|
"name": "vue-material",
|
|
@@ -2771,10 +4027,14 @@
|
|
|
2771
4027
|
"maintainers": [
|
|
2772
4028
|
{
|
|
2773
4029
|
"name": "vaso2",
|
|
2774
|
-
"github": "vaso2"
|
|
2775
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
4030
|
+
"github": "vaso2"
|
|
2776
4031
|
}
|
|
2777
|
-
]
|
|
4032
|
+
],
|
|
4033
|
+
"compatibility": {
|
|
4034
|
+
"2.x": "working",
|
|
4035
|
+
"2.x-bridge": "unknown",
|
|
4036
|
+
"3.x": "unknown"
|
|
4037
|
+
}
|
|
2778
4038
|
},
|
|
2779
4039
|
{
|
|
2780
4040
|
"name": "vue-multiselect",
|
|
@@ -2790,10 +4050,14 @@
|
|
|
2790
4050
|
"maintainers": [
|
|
2791
4051
|
{
|
|
2792
4052
|
"name": "spektrummedia",
|
|
2793
|
-
"github": "spektrummedia"
|
|
2794
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
4053
|
+
"github": "spektrummedia"
|
|
2795
4054
|
}
|
|
2796
|
-
]
|
|
4055
|
+
],
|
|
4056
|
+
"compatibility": {
|
|
4057
|
+
"2.x": "working",
|
|
4058
|
+
"2.x-bridge": "unknown",
|
|
4059
|
+
"3.x": "unknown"
|
|
4060
|
+
}
|
|
2797
4061
|
},
|
|
2798
4062
|
{
|
|
2799
4063
|
"name": "vue-select",
|
|
@@ -2809,10 +4073,14 @@
|
|
|
2809
4073
|
"maintainers": [
|
|
2810
4074
|
{
|
|
2811
4075
|
"name": "madmod",
|
|
2812
|
-
"github": "madmod"
|
|
2813
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
4076
|
+
"github": "madmod"
|
|
2814
4077
|
}
|
|
2815
|
-
]
|
|
4078
|
+
],
|
|
4079
|
+
"compatibility": {
|
|
4080
|
+
"2.x": "working",
|
|
4081
|
+
"2.x-bridge": "unknown",
|
|
4082
|
+
"3.x": "unknown"
|
|
4083
|
+
}
|
|
2816
4084
|
},
|
|
2817
4085
|
{
|
|
2818
4086
|
"name": "vue-warehouse",
|
|
@@ -2829,10 +4097,14 @@
|
|
|
2829
4097
|
{
|
|
2830
4098
|
"name": "Julio Marquez",
|
|
2831
4099
|
"github": "juliomrqz",
|
|
2832
|
-
"twitter": "juliomrqz"
|
|
2833
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
4100
|
+
"twitter": "juliomrqz"
|
|
2834
4101
|
}
|
|
2835
|
-
]
|
|
4102
|
+
],
|
|
4103
|
+
"compatibility": {
|
|
4104
|
+
"2.x": "working",
|
|
4105
|
+
"2.x-bridge": "unknown",
|
|
4106
|
+
"3.x": "unknown"
|
|
4107
|
+
}
|
|
2836
4108
|
},
|
|
2837
4109
|
{
|
|
2838
4110
|
"name": "vuetify",
|
|
@@ -2848,16 +4120,43 @@
|
|
|
2848
4120
|
"maintainers": [
|
|
2849
4121
|
{
|
|
2850
4122
|
"name": "Kevin Marrec",
|
|
2851
|
-
"github": "kevinmarrec"
|
|
2852
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
4123
|
+
"github": "kevinmarrec"
|
|
2853
4124
|
},
|
|
2854
4125
|
{
|
|
2855
4126
|
"name": "Pooya Parsa",
|
|
2856
4127
|
"github": "pi0",
|
|
2857
|
-
"twitter": "_pi0_"
|
|
2858
|
-
|
|
4128
|
+
"twitter": "_pi0_"
|
|
4129
|
+
}
|
|
4130
|
+
],
|
|
4131
|
+
"compatibility": {
|
|
4132
|
+
"2.x": "working",
|
|
4133
|
+
"2.x-bridge": "unknown",
|
|
4134
|
+
"3.x": "not-working"
|
|
4135
|
+
}
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "vueuse",
|
|
4139
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4140
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
4141
|
+
"npm": "@vueuse/core",
|
|
4142
|
+
"icon": "vueuse.svg",
|
|
4143
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
4144
|
+
"website": "https://vueuse.org",
|
|
4145
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
4146
|
+
"category": "Libraries",
|
|
4147
|
+
"type": "3rd-party",
|
|
4148
|
+
"maintainers": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "Anthony Fu",
|
|
4151
|
+
"github": "antfu",
|
|
4152
|
+
"twitter": "antfu7"
|
|
2859
4153
|
}
|
|
2860
|
-
]
|
|
4154
|
+
],
|
|
4155
|
+
"compatibility": {
|
|
4156
|
+
"2.x": "working",
|
|
4157
|
+
"2.x-bridge": "working",
|
|
4158
|
+
"3.x": "working"
|
|
4159
|
+
}
|
|
2861
4160
|
},
|
|
2862
4161
|
{
|
|
2863
4162
|
"name": "vuex-router-sync",
|
|
@@ -2873,41 +4172,71 @@
|
|
|
2873
4172
|
"maintainers": [
|
|
2874
4173
|
{
|
|
2875
4174
|
"name": "paulgv",
|
|
2876
|
-
"github": "paulgv"
|
|
2877
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4175
|
+
"github": "paulgv"
|
|
2878
4176
|
}
|
|
2879
|
-
]
|
|
4177
|
+
],
|
|
4178
|
+
"compatibility": {
|
|
4179
|
+
"2.x": "working",
|
|
4180
|
+
"2.x-bridge": "unknown",
|
|
4181
|
+
"3.x": "unknown"
|
|
4182
|
+
}
|
|
2880
4183
|
},
|
|
2881
4184
|
{
|
|
2882
4185
|
"name": "web-vitals",
|
|
2883
4186
|
"description": "Web Vitals for Nuxt",
|
|
2884
4187
|
"repo": "nuxt-community/web-vitals-module",
|
|
2885
|
-
"npm": "
|
|
4188
|
+
"npm": "@nuxtjs/web-vitals",
|
|
2886
4189
|
"icon": "",
|
|
2887
4190
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
2888
4191
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
2889
4192
|
"learn_more": "",
|
|
2890
4193
|
"category": "Performance",
|
|
2891
|
-
"type": "
|
|
4194
|
+
"type": "community",
|
|
2892
4195
|
"maintainers": [
|
|
2893
4196
|
{
|
|
2894
4197
|
"name": "daliborgogic",
|
|
2895
|
-
"github": "daliborgogic"
|
|
2896
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4198
|
+
"github": "daliborgogic"
|
|
2897
4199
|
},
|
|
2898
4200
|
{
|
|
2899
4201
|
"name": "Pooya Parsa",
|
|
2900
4202
|
"github": "pi0",
|
|
2901
|
-
"twitter": "_pi0_"
|
|
2902
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4203
|
+
"twitter": "_pi0_"
|
|
2903
4204
|
},
|
|
2904
4205
|
{
|
|
2905
4206
|
"name": "Sebastien Chopin",
|
|
2906
4207
|
"github": "Atinux",
|
|
2907
|
-
"twitter": "Atinux"
|
|
2908
|
-
|
|
4208
|
+
"twitter": "Atinux"
|
|
4209
|
+
}
|
|
4210
|
+
],
|
|
4211
|
+
"compatibility": {
|
|
4212
|
+
"2.x": "working",
|
|
4213
|
+
"2.x-bridge": "unknown",
|
|
4214
|
+
"3.x": "unknown"
|
|
4215
|
+
}
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"name": "web3js",
|
|
4219
|
+
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
4220
|
+
"repo": "fauzan121002/nuxt-web3",
|
|
4221
|
+
"npm": "nuxt-web3",
|
|
4222
|
+
"icon": "web3js.svg",
|
|
4223
|
+
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
4224
|
+
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
4225
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4226
|
+
"category": "Libraries",
|
|
4227
|
+
"type": "3rd-party",
|
|
4228
|
+
"maintainers": [
|
|
4229
|
+
{
|
|
4230
|
+
"name": "Muhammad Fauzan",
|
|
4231
|
+
"github": "fauzan121002",
|
|
4232
|
+
"twitter": "fauzandev"
|
|
2909
4233
|
}
|
|
2910
|
-
]
|
|
4234
|
+
],
|
|
4235
|
+
"compatibility": {
|
|
4236
|
+
"2.x": "working",
|
|
4237
|
+
"2.x-bridge": "unknown",
|
|
4238
|
+
"3.x": "unknown"
|
|
4239
|
+
}
|
|
2911
4240
|
},
|
|
2912
4241
|
{
|
|
2913
4242
|
"name": "webfontloader",
|
|
@@ -2923,10 +4252,37 @@
|
|
|
2923
4252
|
"maintainers": [
|
|
2924
4253
|
{
|
|
2925
4254
|
"name": "Developmint",
|
|
2926
|
-
"github": "Developmint"
|
|
2927
|
-
|
|
4255
|
+
"github": "Developmint"
|
|
4256
|
+
}
|
|
4257
|
+
],
|
|
4258
|
+
"compatibility": {
|
|
4259
|
+
"2.x": "working",
|
|
4260
|
+
"2.x-bridge": "unknown",
|
|
4261
|
+
"3.x": "unknown"
|
|
4262
|
+
}
|
|
4263
|
+
},
|
|
4264
|
+
{
|
|
4265
|
+
"name": "webpack-optimisations",
|
|
4266
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4267
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4268
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4269
|
+
"icon": "build-optimisations.svg",
|
|
4270
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4271
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4272
|
+
"learn_more": "",
|
|
4273
|
+
"category": "Devtools",
|
|
4274
|
+
"type": "3rd-party",
|
|
4275
|
+
"maintainers": [
|
|
4276
|
+
{
|
|
4277
|
+
"name": "Harlan Wilton",
|
|
4278
|
+
"github": "harlan-zw"
|
|
2928
4279
|
}
|
|
2929
|
-
]
|
|
4280
|
+
],
|
|
4281
|
+
"compatibility": {
|
|
4282
|
+
"2.x": "working",
|
|
4283
|
+
"2.x-bridge": "working",
|
|
4284
|
+
"3.x": "unknown"
|
|
4285
|
+
}
|
|
2930
4286
|
},
|
|
2931
4287
|
{
|
|
2932
4288
|
"name": "webpack-profile",
|
|
@@ -2943,10 +4299,14 @@
|
|
|
2943
4299
|
{
|
|
2944
4300
|
"name": "Pooya Parsa",
|
|
2945
4301
|
"github": "pi0",
|
|
2946
|
-
"twitter": "_pi0_"
|
|
2947
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4302
|
+
"twitter": "_pi0_"
|
|
2948
4303
|
}
|
|
2949
|
-
]
|
|
4304
|
+
],
|
|
4305
|
+
"compatibility": {
|
|
4306
|
+
"2.x": "working",
|
|
4307
|
+
"2.x-bridge": "unknown",
|
|
4308
|
+
"3.x": "unknown"
|
|
4309
|
+
}
|
|
2950
4310
|
},
|
|
2951
4311
|
{
|
|
2952
4312
|
"name": "webpackdashboard",
|
|
@@ -2962,10 +4322,14 @@
|
|
|
2962
4322
|
"maintainers": [
|
|
2963
4323
|
{
|
|
2964
4324
|
"name": "paulgv",
|
|
2965
|
-
"github": "paulgv"
|
|
2966
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4325
|
+
"github": "paulgv"
|
|
2967
4326
|
}
|
|
2968
|
-
]
|
|
4327
|
+
],
|
|
4328
|
+
"compatibility": {
|
|
4329
|
+
"2.x": "working",
|
|
4330
|
+
"2.x-bridge": "unknown",
|
|
4331
|
+
"3.x": "unknown"
|
|
4332
|
+
}
|
|
2969
4333
|
},
|
|
2970
4334
|
{
|
|
2971
4335
|
"name": "webpackmonitor",
|
|
@@ -2982,10 +4346,43 @@
|
|
|
2982
4346
|
{
|
|
2983
4347
|
"name": "Pooya Parsa",
|
|
2984
4348
|
"github": "pi0",
|
|
2985
|
-
"twitter": "_pi0_"
|
|
2986
|
-
|
|
4349
|
+
"twitter": "_pi0_"
|
|
4350
|
+
}
|
|
4351
|
+
],
|
|
4352
|
+
"compatibility": {
|
|
4353
|
+
"2.x": "working",
|
|
4354
|
+
"2.x-bridge": "unknown",
|
|
4355
|
+
"3.x": "unknown"
|
|
4356
|
+
}
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "windicss",
|
|
4360
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4361
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4362
|
+
"npm": "nuxt-windicss",
|
|
4363
|
+
"icon": "windicss.svg",
|
|
4364
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4365
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4366
|
+
"learn_more": "https://windicss.org/",
|
|
4367
|
+
"category": "UI",
|
|
4368
|
+
"type": "3rd-party",
|
|
4369
|
+
"maintainers": [
|
|
4370
|
+
{
|
|
4371
|
+
"name": "Harlan Wilton",
|
|
4372
|
+
"github": "harlan-zw",
|
|
4373
|
+
"twitter": "harlan_zw"
|
|
4374
|
+
},
|
|
4375
|
+
{
|
|
4376
|
+
"name": "Anthony Fu",
|
|
4377
|
+
"github": "antfu",
|
|
4378
|
+
"twitter": "antfu7"
|
|
2987
4379
|
}
|
|
2988
|
-
]
|
|
4380
|
+
],
|
|
4381
|
+
"compatibility": {
|
|
4382
|
+
"2.x": "working",
|
|
4383
|
+
"2.x-bridge": "working",
|
|
4384
|
+
"3.x": "working"
|
|
4385
|
+
}
|
|
2989
4386
|
},
|
|
2990
4387
|
{
|
|
2991
4388
|
"name": "winston-log",
|
|
@@ -3001,10 +4398,14 @@
|
|
|
3001
4398
|
"maintainers": [
|
|
3002
4399
|
{
|
|
3003
4400
|
"name": "aaronransley",
|
|
3004
|
-
"github": "aaronransley"
|
|
3005
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4401
|
+
"github": "aaronransley"
|
|
3006
4402
|
}
|
|
3007
|
-
]
|
|
4403
|
+
],
|
|
4404
|
+
"compatibility": {
|
|
4405
|
+
"2.x": "working",
|
|
4406
|
+
"2.x-bridge": "unknown",
|
|
4407
|
+
"3.x": "unknown"
|
|
4408
|
+
}
|
|
3008
4409
|
},
|
|
3009
4410
|
{
|
|
3010
4411
|
"name": "wp-nuxt",
|
|
@@ -3020,10 +4421,14 @@
|
|
|
3020
4421
|
"maintainers": [
|
|
3021
4422
|
{
|
|
3022
4423
|
"name": "yashha",
|
|
3023
|
-
"github": "yashha"
|
|
3024
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4424
|
+
"github": "yashha"
|
|
3025
4425
|
}
|
|
3026
|
-
]
|
|
4426
|
+
],
|
|
4427
|
+
"compatibility": {
|
|
4428
|
+
"2.x": "working",
|
|
4429
|
+
"2.x-bridge": "unknown",
|
|
4430
|
+
"3.x": "unknown"
|
|
4431
|
+
}
|
|
3027
4432
|
},
|
|
3028
4433
|
{
|
|
3029
4434
|
"name": "xhr-cache",
|
|
@@ -3039,10 +4444,14 @@
|
|
|
3039
4444
|
"maintainers": [
|
|
3040
4445
|
{
|
|
3041
4446
|
"name": "gaetansenn",
|
|
3042
|
-
"github": "gaetansenn"
|
|
3043
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4447
|
+
"github": "gaetansenn"
|
|
3044
4448
|
}
|
|
3045
|
-
]
|
|
4449
|
+
],
|
|
4450
|
+
"compatibility": {
|
|
4451
|
+
"2.x": "working",
|
|
4452
|
+
"2.x-bridge": "unknown",
|
|
4453
|
+
"3.x": "unknown"
|
|
4454
|
+
}
|
|
3046
4455
|
},
|
|
3047
4456
|
{
|
|
3048
4457
|
"name": "xui",
|
|
@@ -3058,18 +4467,23 @@
|
|
|
3058
4467
|
"maintainers": [
|
|
3059
4468
|
{
|
|
3060
4469
|
"name": "MetaCorp",
|
|
3061
|
-
"github": "MetaCorp"
|
|
3062
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4470
|
+
"github": "MetaCorp"
|
|
3063
4471
|
}
|
|
3064
|
-
]
|
|
4472
|
+
],
|
|
4473
|
+
"compatibility": {
|
|
4474
|
+
"2.x": "working",
|
|
4475
|
+
"2.x-bridge": "unknown",
|
|
4476
|
+
"3.x": "unknown"
|
|
4477
|
+
}
|
|
3065
4478
|
},
|
|
3066
4479
|
{
|
|
3067
4480
|
"name": "yandex-metrika",
|
|
3068
|
-
"
|
|
4481
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4482
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
3069
4483
|
"npm": "@nuxtjs/yandex-metrika",
|
|
3070
4484
|
"icon": "",
|
|
3071
|
-
"github": "https://github.com/nuxt-community/
|
|
3072
|
-
"website": "https://github.com/nuxt-community/
|
|
4485
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4486
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
3073
4487
|
"learn_more": "https://metrica.yandex.com/about",
|
|
3074
4488
|
"category": "Analytics",
|
|
3075
4489
|
"type": "community",
|
|
@@ -3077,10 +4491,14 @@
|
|
|
3077
4491
|
{
|
|
3078
4492
|
"name": "Pooya Parsa",
|
|
3079
4493
|
"github": "pi0",
|
|
3080
|
-
"twitter": "_pi0_"
|
|
3081
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4494
|
+
"twitter": "_pi0_"
|
|
3082
4495
|
}
|
|
3083
|
-
]
|
|
4496
|
+
],
|
|
4497
|
+
"compatibility": {
|
|
4498
|
+
"2.x": "working",
|
|
4499
|
+
"2.x-bridge": "unknown",
|
|
4500
|
+
"3.x": "unknown"
|
|
4501
|
+
}
|
|
3084
4502
|
},
|
|
3085
4503
|
{
|
|
3086
4504
|
"name": "zendesk",
|
|
@@ -3096,9 +4514,13 @@
|
|
|
3096
4514
|
"maintainers": [
|
|
3097
4515
|
{
|
|
3098
4516
|
"name": "DansMaCulotte",
|
|
3099
|
-
"github": "DansMaCulotte"
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
4517
|
+
"github": "DansMaCulotte"
|
|
4518
|
+
}
|
|
4519
|
+
],
|
|
4520
|
+
"compatibility": {
|
|
4521
|
+
"2.x": "working",
|
|
4522
|
+
"2.x-bridge": "unknown",
|
|
4523
|
+
"3.x": "unknown"
|
|
4524
|
+
}
|
|
3103
4525
|
}
|
|
3104
4526
|
]
|