@nuxt/modules 0.5.0-3cad5d → 0.5.0-44d373
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} +1893 -599
- 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"
|
|
673
|
+
"twitter": "_pi0_"
|
|
414
674
|
}
|
|
415
|
-
]
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
439
|
-
}
|
|
440
|
-
]
|
|
675
|
+
],
|
|
676
|
+
"compatibility": {
|
|
677
|
+
"2.x": "working",
|
|
678
|
+
"2.x-bridge": "unknown",
|
|
679
|
+
"3.x": "unknown"
|
|
680
|
+
}
|
|
441
681
|
},
|
|
442
682
|
{
|
|
443
683
|
"name": "composition-api",
|
|
@@ -448,16 +688,20 @@
|
|
|
448
688
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
689
|
"website": "https://composition-api.nuxtjs.org",
|
|
450
690
|
"learn_more": "",
|
|
451
|
-
"category": "
|
|
691
|
+
"category": "Extensions",
|
|
452
692
|
"type": "community",
|
|
453
693
|
"maintainers": [
|
|
454
694
|
{
|
|
455
695
|
"name": "Daniel Roe",
|
|
456
696
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
697
|
+
"twitter": "danielcroe"
|
|
459
698
|
}
|
|
460
|
-
]
|
|
699
|
+
],
|
|
700
|
+
"compatibility": {
|
|
701
|
+
"2.x": "working",
|
|
702
|
+
"2.x-bridge": "unknown",
|
|
703
|
+
"3.x": "unknown"
|
|
704
|
+
}
|
|
461
705
|
},
|
|
462
706
|
{
|
|
463
707
|
"name": "content",
|
|
@@ -474,16 +718,19 @@
|
|
|
474
718
|
{
|
|
475
719
|
"name": "Benjamin Canac",
|
|
476
720
|
"github": "benjamincanac",
|
|
477
|
-
"twitter": "benjamincanac"
|
|
478
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
721
|
+
"twitter": "benjamincanac"
|
|
479
722
|
},
|
|
480
723
|
{
|
|
481
724
|
"name": "Sebastien Chopin",
|
|
482
725
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
726
|
+
"twitter": "Atinux"
|
|
485
727
|
}
|
|
486
|
-
]
|
|
728
|
+
],
|
|
729
|
+
"compatibility": {
|
|
730
|
+
"2.x": "working",
|
|
731
|
+
"2.x-bridge": "not-working",
|
|
732
|
+
"3.x": "not-working"
|
|
733
|
+
}
|
|
487
734
|
},
|
|
488
735
|
{
|
|
489
736
|
"name": "contentful",
|
|
@@ -499,34 +746,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,42 @@
|
|
|
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": "druxt",
|
|
903
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
904
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
905
|
+
"npm": "druxt",
|
|
906
|
+
"icon": "druxt.svg",
|
|
907
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
908
|
+
"website": "https://druxtjs.org",
|
|
909
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
910
|
+
"category": "CMS",
|
|
911
|
+
"type": "3rd-party",
|
|
912
|
+
"maintainers": [
|
|
913
|
+
{
|
|
914
|
+
"name": "Decipher",
|
|
915
|
+
"github": "decipher"
|
|
624
916
|
}
|
|
625
|
-
]
|
|
917
|
+
],
|
|
918
|
+
"compatibility": {
|
|
919
|
+
"2.x": "working",
|
|
920
|
+
"2.x-bridge": "unknown",
|
|
921
|
+
"3.x": "unknown"
|
|
922
|
+
}
|
|
626
923
|
},
|
|
627
924
|
{
|
|
628
925
|
"name": "emotion",
|
|
@@ -633,16 +930,20 @@
|
|
|
633
930
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
634
931
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
635
932
|
"learn_more": "https://emotion.sh/",
|
|
636
|
-
"category": "
|
|
933
|
+
"category": "Extensions",
|
|
637
934
|
"type": "community",
|
|
638
935
|
"maintainers": [
|
|
639
936
|
{
|
|
640
937
|
"name": "Pooya Parsa",
|
|
641
938
|
"github": "pi0",
|
|
642
|
-
"twitter": "_pi0_"
|
|
643
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
939
|
+
"twitter": "_pi0_"
|
|
644
940
|
}
|
|
645
|
-
]
|
|
941
|
+
],
|
|
942
|
+
"compatibility": {
|
|
943
|
+
"2.x": "working",
|
|
944
|
+
"2.x-bridge": "unknown",
|
|
945
|
+
"3.x": "unknown"
|
|
946
|
+
}
|
|
646
947
|
},
|
|
647
948
|
{
|
|
648
949
|
"name": "eslint",
|
|
@@ -658,10 +959,14 @@
|
|
|
658
959
|
"maintainers": [
|
|
659
960
|
{
|
|
660
961
|
"name": "Ricardo Gobbo de Souza",
|
|
661
|
-
"github": "ricardogobbosouza"
|
|
662
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
962
|
+
"github": "ricardogobbosouza"
|
|
663
963
|
}
|
|
664
|
-
]
|
|
964
|
+
],
|
|
965
|
+
"compatibility": {
|
|
966
|
+
"2.x": "working",
|
|
967
|
+
"2.x-bridge": "unknown",
|
|
968
|
+
"3.x": "unknown"
|
|
969
|
+
}
|
|
665
970
|
},
|
|
666
971
|
{
|
|
667
972
|
"name": "event-trace",
|
|
@@ -677,10 +982,37 @@
|
|
|
677
982
|
"maintainers": [
|
|
678
983
|
{
|
|
679
984
|
"name": "Xin Du",
|
|
680
|
-
"github": "clarkdo"
|
|
681
|
-
|
|
985
|
+
"github": "clarkdo"
|
|
986
|
+
}
|
|
987
|
+
],
|
|
988
|
+
"compatibility": {
|
|
989
|
+
"2.x": "working",
|
|
990
|
+
"2.x-bridge": "unknown",
|
|
991
|
+
"3.x": "unknown"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "fathom",
|
|
996
|
+
"description": "Fathom analytics for Nuxt",
|
|
997
|
+
"repo": "yabhq/nuxt-fathom",
|
|
998
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
999
|
+
"icon": "fathom.png",
|
|
1000
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1001
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1002
|
+
"learn_more": "https://usefathom.com/",
|
|
1003
|
+
"category": "Analytics",
|
|
1004
|
+
"type": "3rd-party",
|
|
1005
|
+
"maintainers": [
|
|
1006
|
+
{
|
|
1007
|
+
"name": "yabhq",
|
|
1008
|
+
"github": "yabhq"
|
|
682
1009
|
}
|
|
683
|
-
]
|
|
1010
|
+
],
|
|
1011
|
+
"compatibility": {
|
|
1012
|
+
"2.x": "working",
|
|
1013
|
+
"2.x-bridge": "unknown",
|
|
1014
|
+
"3.x": "unknown"
|
|
1015
|
+
}
|
|
684
1016
|
},
|
|
685
1017
|
{
|
|
686
1018
|
"name": "feature-toggle",
|
|
@@ -691,15 +1023,19 @@
|
|
|
691
1023
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
692
1024
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
693
1025
|
"learn_more": "",
|
|
694
|
-
"category": "
|
|
1026
|
+
"category": "Extensions",
|
|
695
1027
|
"type": "3rd-party",
|
|
696
1028
|
"maintainers": [
|
|
697
1029
|
{
|
|
698
1030
|
"name": "stephenkr",
|
|
699
|
-
"github": "stephenkr"
|
|
700
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1031
|
+
"github": "stephenkr"
|
|
701
1032
|
}
|
|
702
|
-
]
|
|
1033
|
+
],
|
|
1034
|
+
"compatibility": {
|
|
1035
|
+
"2.x": "working",
|
|
1036
|
+
"2.x-bridge": "unknown",
|
|
1037
|
+
"3.x": "unknown"
|
|
1038
|
+
}
|
|
703
1039
|
},
|
|
704
1040
|
{
|
|
705
1041
|
"name": "feed",
|
|
@@ -716,14 +1052,18 @@
|
|
|
716
1052
|
{
|
|
717
1053
|
"name": "Alexander Lichter",
|
|
718
1054
|
"github": "manniL",
|
|
719
|
-
"twitter": "TheAlexLichter"
|
|
720
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1055
|
+
"twitter": "TheAlexLichter"
|
|
721
1056
|
}
|
|
722
|
-
]
|
|
1057
|
+
],
|
|
1058
|
+
"compatibility": {
|
|
1059
|
+
"2.x": "working",
|
|
1060
|
+
"2.x-bridge": "unknown",
|
|
1061
|
+
"3.x": "unknown"
|
|
1062
|
+
}
|
|
723
1063
|
},
|
|
724
1064
|
{
|
|
725
1065
|
"name": "firebase",
|
|
726
|
-
"description": "
|
|
1066
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
727
1067
|
"repo": "nuxt-community/firebase-module",
|
|
728
1068
|
"npm": "@nuxtjs/firebase",
|
|
729
1069
|
"icon": "firebase.png",
|
|
@@ -735,10 +1075,14 @@
|
|
|
735
1075
|
"maintainers": [
|
|
736
1076
|
{
|
|
737
1077
|
"name": "Pascal Luther",
|
|
738
|
-
"github": "lupas"
|
|
739
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1078
|
+
"github": "lupas"
|
|
740
1079
|
}
|
|
741
|
-
]
|
|
1080
|
+
],
|
|
1081
|
+
"compatibility": {
|
|
1082
|
+
"2.x": "working",
|
|
1083
|
+
"2.x-bridge": "unknown",
|
|
1084
|
+
"3.x": "unknown"
|
|
1085
|
+
}
|
|
742
1086
|
},
|
|
743
1087
|
{
|
|
744
1088
|
"name": "floating-prompt-module",
|
|
@@ -754,10 +1098,14 @@
|
|
|
754
1098
|
"maintainers": [
|
|
755
1099
|
{
|
|
756
1100
|
"name": "sandoche",
|
|
757
|
-
"github": "sandoche"
|
|
758
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1101
|
+
"github": "sandoche"
|
|
759
1102
|
}
|
|
760
|
-
]
|
|
1103
|
+
],
|
|
1104
|
+
"compatibility": {
|
|
1105
|
+
"2.x": "working",
|
|
1106
|
+
"2.x-bridge": "unknown",
|
|
1107
|
+
"3.x": "unknown"
|
|
1108
|
+
}
|
|
761
1109
|
},
|
|
762
1110
|
{
|
|
763
1111
|
"name": "font-loader-strategy",
|
|
@@ -773,10 +1121,37 @@
|
|
|
773
1121
|
"maintainers": [
|
|
774
1122
|
{
|
|
775
1123
|
"name": "GrabarzUndPartner",
|
|
776
|
-
"github": "GrabarzUndPartner"
|
|
777
|
-
|
|
1124
|
+
"github": "GrabarzUndPartner"
|
|
1125
|
+
}
|
|
1126
|
+
],
|
|
1127
|
+
"compatibility": {
|
|
1128
|
+
"2.x": "working",
|
|
1129
|
+
"2.x-bridge": "unknown",
|
|
1130
|
+
"3.x": "unknown"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "fontagon",
|
|
1135
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1136
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1137
|
+
"npm": "nuxt-fontagon",
|
|
1138
|
+
"icon": "fontagon.png",
|
|
1139
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1140
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1141
|
+
"learn_more": "",
|
|
1142
|
+
"category": "Libraries",
|
|
1143
|
+
"type": "3rd-party",
|
|
1144
|
+
"maintainers": [
|
|
1145
|
+
{
|
|
1146
|
+
"name": "kdydesign",
|
|
1147
|
+
"github": "kdydesign"
|
|
778
1148
|
}
|
|
779
|
-
]
|
|
1149
|
+
],
|
|
1150
|
+
"compatibility": {
|
|
1151
|
+
"2.x": "working",
|
|
1152
|
+
"2.x-bridge": "unknown",
|
|
1153
|
+
"3.x": "unknown"
|
|
1154
|
+
}
|
|
780
1155
|
},
|
|
781
1156
|
{
|
|
782
1157
|
"name": "fontawesome",
|
|
@@ -792,10 +1167,14 @@
|
|
|
792
1167
|
"maintainers": [
|
|
793
1168
|
{
|
|
794
1169
|
"name": "Pim",
|
|
795
|
-
"github": "pimlie"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1170
|
+
"github": "pimlie"
|
|
797
1171
|
}
|
|
798
|
-
]
|
|
1172
|
+
],
|
|
1173
|
+
"compatibility": {
|
|
1174
|
+
"2.x": "working",
|
|
1175
|
+
"2.x-bridge": "unknown",
|
|
1176
|
+
"3.x": "unknown"
|
|
1177
|
+
}
|
|
799
1178
|
},
|
|
800
1179
|
{
|
|
801
1180
|
"name": "fullpage",
|
|
@@ -811,10 +1190,37 @@
|
|
|
811
1190
|
"maintainers": [
|
|
812
1191
|
{
|
|
813
1192
|
"name": "vaso2",
|
|
814
|
-
"github": "vaso2"
|
|
815
|
-
|
|
1193
|
+
"github": "vaso2"
|
|
1194
|
+
}
|
|
1195
|
+
],
|
|
1196
|
+
"compatibility": {
|
|
1197
|
+
"2.x": "working",
|
|
1198
|
+
"2.x-bridge": "unknown",
|
|
1199
|
+
"3.x": "unknown"
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "github-api",
|
|
1204
|
+
"description": "Nuxt module for GitHub v4 API",
|
|
1205
|
+
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1206
|
+
"npm": "nuxt-github-api",
|
|
1207
|
+
"icon": "github.svg",
|
|
1208
|
+
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1209
|
+
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1210
|
+
"learn_more": "",
|
|
1211
|
+
"category": "Request",
|
|
1212
|
+
"type": "3rd-party",
|
|
1213
|
+
"maintainers": [
|
|
1214
|
+
{
|
|
1215
|
+
"name": "lindsaykwardell",
|
|
1216
|
+
"github": "lindsaykwardell"
|
|
816
1217
|
}
|
|
817
|
-
]
|
|
1218
|
+
],
|
|
1219
|
+
"compatibility": {
|
|
1220
|
+
"2.x": "working",
|
|
1221
|
+
"2.x-bridge": "unknown",
|
|
1222
|
+
"3.x": "unknown"
|
|
1223
|
+
}
|
|
818
1224
|
},
|
|
819
1225
|
{
|
|
820
1226
|
"name": "google-adsense",
|
|
@@ -830,10 +1236,14 @@
|
|
|
830
1236
|
"maintainers": [
|
|
831
1237
|
{
|
|
832
1238
|
"name": "Troy Morehouse",
|
|
833
|
-
"github": "tmorehouse"
|
|
834
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1239
|
+
"github": "tmorehouse"
|
|
835
1240
|
}
|
|
836
|
-
]
|
|
1241
|
+
],
|
|
1242
|
+
"compatibility": {
|
|
1243
|
+
"2.x": "working",
|
|
1244
|
+
"2.x-bridge": "unknown",
|
|
1245
|
+
"3.x": "unknown"
|
|
1246
|
+
}
|
|
837
1247
|
},
|
|
838
1248
|
{
|
|
839
1249
|
"name": "google-analytics",
|
|
@@ -850,28 +1260,30 @@
|
|
|
850
1260
|
{
|
|
851
1261
|
"name": "Pooya Parsa",
|
|
852
1262
|
"github": "pi0",
|
|
853
|
-
"twitter": "_pi0_"
|
|
854
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1263
|
+
"twitter": "_pi0_"
|
|
855
1264
|
},
|
|
856
1265
|
{
|
|
857
1266
|
"name": "Ricardo Gobbo de Souza",
|
|
858
|
-
"github": "ricardogobbosouza"
|
|
859
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1267
|
+
"github": "ricardogobbosouza"
|
|
860
1268
|
},
|
|
861
1269
|
{
|
|
862
1270
|
"name": "Matteo Gabriele",
|
|
863
1271
|
"github": "MatteoGabriele",
|
|
864
|
-
"twitter": "matteo_gabriele"
|
|
865
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1272
|
+
"twitter": "matteo_gabriele"
|
|
866
1273
|
}
|
|
867
|
-
]
|
|
1274
|
+
],
|
|
1275
|
+
"compatibility": {
|
|
1276
|
+
"2.x": "working",
|
|
1277
|
+
"2.x-bridge": "unknown",
|
|
1278
|
+
"3.x": "unknown"
|
|
1279
|
+
}
|
|
868
1280
|
},
|
|
869
1281
|
{
|
|
870
1282
|
"name": "google-fonts",
|
|
871
1283
|
"description": "Google Fonts module for NuxtJS",
|
|
872
1284
|
"repo": "nuxt-community/google-fonts-module",
|
|
873
1285
|
"npm": "@nuxtjs/google-fonts",
|
|
874
|
-
"icon": "google-fonts.
|
|
1286
|
+
"icon": "google-fonts.png",
|
|
875
1287
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
876
1288
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
877
1289
|
"learn_more": "https://developers.google.com/fonts",
|
|
@@ -880,10 +1292,14 @@
|
|
|
880
1292
|
"maintainers": [
|
|
881
1293
|
{
|
|
882
1294
|
"name": "Ricardo Gobbo de Souza",
|
|
883
|
-
"github": "ricardogobbosouza"
|
|
884
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1295
|
+
"github": "ricardogobbosouza"
|
|
885
1296
|
}
|
|
886
|
-
]
|
|
1297
|
+
],
|
|
1298
|
+
"compatibility": {
|
|
1299
|
+
"2.x": "working",
|
|
1300
|
+
"2.x-bridge": "unknown",
|
|
1301
|
+
"3.x": "unknown"
|
|
1302
|
+
}
|
|
887
1303
|
},
|
|
888
1304
|
{
|
|
889
1305
|
"name": "google-gtag",
|
|
@@ -899,15 +1315,18 @@
|
|
|
899
1315
|
"maintainers": [
|
|
900
1316
|
{
|
|
901
1317
|
"name": "Dominic Garms",
|
|
902
|
-
"github": "dohomi"
|
|
903
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1318
|
+
"github": "dohomi"
|
|
904
1319
|
},
|
|
905
1320
|
{
|
|
906
1321
|
"name": "Ricardo Gobbo de Souza",
|
|
907
|
-
"github": "ricardogobbosouza"
|
|
908
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1322
|
+
"github": "ricardogobbosouza"
|
|
909
1323
|
}
|
|
910
|
-
]
|
|
1324
|
+
],
|
|
1325
|
+
"compatibility": {
|
|
1326
|
+
"2.x": "working",
|
|
1327
|
+
"2.x-bridge": "unknown",
|
|
1328
|
+
"3.x": "unknown"
|
|
1329
|
+
}
|
|
911
1330
|
},
|
|
912
1331
|
{
|
|
913
1332
|
"name": "google-optimize",
|
|
@@ -924,22 +1343,24 @@
|
|
|
924
1343
|
{
|
|
925
1344
|
"name": "Pooya Parsa",
|
|
926
1345
|
"github": "pi0",
|
|
927
|
-
"twitter": "_pi0_"
|
|
928
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1346
|
+
"twitter": "_pi0_"
|
|
929
1347
|
},
|
|
930
1348
|
{
|
|
931
1349
|
"name": "Farzad Soltani",
|
|
932
1350
|
"github": "farzadso",
|
|
933
|
-
"twitter": "farzadso"
|
|
934
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1351
|
+
"twitter": "farzadso"
|
|
935
1352
|
},
|
|
936
1353
|
{
|
|
937
1354
|
"name": "Josh Deltener",
|
|
938
1355
|
"github": "hecktarzuli",
|
|
939
|
-
"twitter": "JoshDeltener"
|
|
940
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
1356
|
+
"twitter": "JoshDeltener"
|
|
941
1357
|
}
|
|
942
|
-
]
|
|
1358
|
+
],
|
|
1359
|
+
"compatibility": {
|
|
1360
|
+
"2.x": "working",
|
|
1361
|
+
"2.x-bridge": "unknown",
|
|
1362
|
+
"3.x": "unknown"
|
|
1363
|
+
}
|
|
943
1364
|
},
|
|
944
1365
|
{
|
|
945
1366
|
"name": "graphql-request",
|
|
@@ -955,10 +1376,14 @@
|
|
|
955
1376
|
"maintainers": [
|
|
956
1377
|
{
|
|
957
1378
|
"name": "gomah",
|
|
958
|
-
"github": "gomah"
|
|
959
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1379
|
+
"github": "gomah"
|
|
960
1380
|
}
|
|
961
|
-
]
|
|
1381
|
+
],
|
|
1382
|
+
"compatibility": {
|
|
1383
|
+
"2.x": "working",
|
|
1384
|
+
"2.x-bridge": "unknown",
|
|
1385
|
+
"3.x": "unknown"
|
|
1386
|
+
}
|
|
962
1387
|
},
|
|
963
1388
|
{
|
|
964
1389
|
"name": "gtm",
|
|
@@ -975,10 +1400,14 @@
|
|
|
975
1400
|
{
|
|
976
1401
|
"name": "Pooya Parsa",
|
|
977
1402
|
"github": "pi0",
|
|
978
|
-
"twitter": "_pi0_"
|
|
979
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1403
|
+
"twitter": "_pi0_"
|
|
980
1404
|
}
|
|
981
|
-
]
|
|
1405
|
+
],
|
|
1406
|
+
"compatibility": {
|
|
1407
|
+
"2.x": "working",
|
|
1408
|
+
"2.x-bridge": "unknown",
|
|
1409
|
+
"3.x": "unknown"
|
|
1410
|
+
}
|
|
982
1411
|
},
|
|
983
1412
|
{
|
|
984
1413
|
"name": "guess",
|
|
@@ -994,10 +1423,38 @@
|
|
|
994
1423
|
"maintainers": [
|
|
995
1424
|
{
|
|
996
1425
|
"name": "Xin Du",
|
|
997
|
-
"github": "clarkdo"
|
|
998
|
-
|
|
1426
|
+
"github": "clarkdo"
|
|
1427
|
+
}
|
|
1428
|
+
],
|
|
1429
|
+
"compatibility": {
|
|
1430
|
+
"2.x": "working",
|
|
1431
|
+
"2.x-bridge": "unknown",
|
|
1432
|
+
"3.x": "unknown"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"name": "headway",
|
|
1437
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1438
|
+
"repo": "l-portet/nuxt-headway",
|
|
1439
|
+
"npm": "nuxt-headway",
|
|
1440
|
+
"icon": "headway.png",
|
|
1441
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1442
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1443
|
+
"learn_more": "https://headwayapp.co/",
|
|
1444
|
+
"category": "UI",
|
|
1445
|
+
"type": "3rd-party",
|
|
1446
|
+
"maintainers": [
|
|
1447
|
+
{
|
|
1448
|
+
"name": "l-portet",
|
|
1449
|
+
"github": "l-portet",
|
|
1450
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
999
1451
|
}
|
|
1000
|
-
]
|
|
1452
|
+
],
|
|
1453
|
+
"compatibility": {
|
|
1454
|
+
"2.x": "working",
|
|
1455
|
+
"2.x-bridge": "unknown",
|
|
1456
|
+
"3.x": "unknown"
|
|
1457
|
+
}
|
|
1001
1458
|
},
|
|
1002
1459
|
{
|
|
1003
1460
|
"name": "helmet",
|
|
@@ -1013,10 +1470,14 @@
|
|
|
1013
1470
|
"maintainers": [
|
|
1014
1471
|
{
|
|
1015
1472
|
"name": "victor-perez",
|
|
1016
|
-
"github": "victor-perez"
|
|
1017
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1473
|
+
"github": "victor-perez"
|
|
1018
1474
|
}
|
|
1019
|
-
]
|
|
1475
|
+
],
|
|
1476
|
+
"compatibility": {
|
|
1477
|
+
"2.x": "working",
|
|
1478
|
+
"2.x-bridge": "unknown",
|
|
1479
|
+
"3.x": "unknown"
|
|
1480
|
+
}
|
|
1020
1481
|
},
|
|
1021
1482
|
{
|
|
1022
1483
|
"name": "highcharts",
|
|
@@ -1032,10 +1493,14 @@
|
|
|
1032
1493
|
"maintainers": [
|
|
1033
1494
|
{
|
|
1034
1495
|
"name": "richardeschloss",
|
|
1035
|
-
"github": "richardeschloss"
|
|
1036
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1496
|
+
"github": "richardeschloss"
|
|
1037
1497
|
}
|
|
1038
|
-
]
|
|
1498
|
+
],
|
|
1499
|
+
"compatibility": {
|
|
1500
|
+
"2.x": "working",
|
|
1501
|
+
"2.x-bridge": "unknown",
|
|
1502
|
+
"3.x": "unknown"
|
|
1503
|
+
}
|
|
1039
1504
|
},
|
|
1040
1505
|
{
|
|
1041
1506
|
"name": "history-state",
|
|
@@ -1046,15 +1511,19 @@
|
|
|
1046
1511
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1047
1512
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1048
1513
|
"learn_more": "",
|
|
1049
|
-
"category": "
|
|
1514
|
+
"category": "Extensions",
|
|
1050
1515
|
"type": "3rd-party",
|
|
1051
1516
|
"maintainers": [
|
|
1052
1517
|
{
|
|
1053
1518
|
"name": "hidekatsu-izuno",
|
|
1054
|
-
"github": "hidekatsu-izuno"
|
|
1055
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1519
|
+
"github": "hidekatsu-izuno"
|
|
1056
1520
|
}
|
|
1057
|
-
]
|
|
1521
|
+
],
|
|
1522
|
+
"compatibility": {
|
|
1523
|
+
"2.x": "working",
|
|
1524
|
+
"2.x-bridge": "unknown",
|
|
1525
|
+
"3.x": "unknown"
|
|
1526
|
+
}
|
|
1058
1527
|
},
|
|
1059
1528
|
{
|
|
1060
1529
|
"name": "html-minifier",
|
|
@@ -1070,10 +1539,14 @@
|
|
|
1070
1539
|
"maintainers": [
|
|
1071
1540
|
{
|
|
1072
1541
|
"name": "Xin Du",
|
|
1073
|
-
"github": "clarkdo"
|
|
1074
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1542
|
+
"github": "clarkdo"
|
|
1075
1543
|
}
|
|
1076
|
-
]
|
|
1544
|
+
],
|
|
1545
|
+
"compatibility": {
|
|
1546
|
+
"2.x": "working",
|
|
1547
|
+
"2.x-bridge": "unknown",
|
|
1548
|
+
"3.x": "unknown"
|
|
1549
|
+
}
|
|
1077
1550
|
},
|
|
1078
1551
|
{
|
|
1079
1552
|
"name": "html-validator",
|
|
@@ -1090,10 +1563,14 @@
|
|
|
1090
1563
|
{
|
|
1091
1564
|
"name": "Daniel Roe",
|
|
1092
1565
|
"github": "danielroe",
|
|
1093
|
-
"twitter": "danielcroe"
|
|
1094
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1566
|
+
"twitter": "danielcroe"
|
|
1095
1567
|
}
|
|
1096
|
-
]
|
|
1568
|
+
],
|
|
1569
|
+
"compatibility": {
|
|
1570
|
+
"2.x": "working",
|
|
1571
|
+
"2.x-bridge": "unknown",
|
|
1572
|
+
"3.x": "unknown"
|
|
1573
|
+
}
|
|
1097
1574
|
},
|
|
1098
1575
|
{
|
|
1099
1576
|
"name": "http",
|
|
@@ -1110,16 +1587,43 @@
|
|
|
1110
1587
|
{
|
|
1111
1588
|
"name": "Pooya Parsa",
|
|
1112
1589
|
"github": "pi0",
|
|
1113
|
-
"twitter": "_pi0_"
|
|
1114
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1590
|
+
"twitter": "_pi0_"
|
|
1115
1591
|
},
|
|
1116
1592
|
{
|
|
1117
1593
|
"name": "Sébastien Chopin",
|
|
1118
1594
|
"github": "Atinux",
|
|
1119
|
-
"twitter": "Atinux"
|
|
1120
|
-
|
|
1595
|
+
"twitter": "Atinux"
|
|
1596
|
+
}
|
|
1597
|
+
],
|
|
1598
|
+
"compatibility": {
|
|
1599
|
+
"2.x": "working",
|
|
1600
|
+
"2.x-bridge": "unknown",
|
|
1601
|
+
"3.x": "unknown"
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"name": "humans-txt",
|
|
1606
|
+
"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.",
|
|
1607
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1608
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1609
|
+
"icon": "",
|
|
1610
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1611
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1612
|
+
"learn_more": "https://humanstxt.org/",
|
|
1613
|
+
"category": "SEO",
|
|
1614
|
+
"type": "3rd-party",
|
|
1615
|
+
"maintainers": [
|
|
1616
|
+
{
|
|
1617
|
+
"name": "Luca Iaconelli",
|
|
1618
|
+
"github": "LuXDAmore",
|
|
1619
|
+
"twitter": "luxdamore"
|
|
1121
1620
|
}
|
|
1122
|
-
]
|
|
1621
|
+
],
|
|
1622
|
+
"compatibility": {
|
|
1623
|
+
"2.x": "working",
|
|
1624
|
+
"2.x-bridge": "unknown",
|
|
1625
|
+
"3.x": "unknown"
|
|
1626
|
+
}
|
|
1123
1627
|
},
|
|
1124
1628
|
{
|
|
1125
1629
|
"name": "i18n",
|
|
@@ -1130,20 +1634,23 @@
|
|
|
1130
1634
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1131
1635
|
"website": "https://i18n.nuxtjs.org",
|
|
1132
1636
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1133
|
-
"category": "
|
|
1637
|
+
"category": "Extensions",
|
|
1134
1638
|
"type": "community",
|
|
1135
1639
|
"maintainers": [
|
|
1136
1640
|
{
|
|
1137
1641
|
"name": "Rafał Chłodnicki",
|
|
1138
|
-
"github": "rchl"
|
|
1139
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1642
|
+
"github": "rchl"
|
|
1140
1643
|
},
|
|
1141
1644
|
{
|
|
1142
|
-
"name": "
|
|
1143
|
-
"github": "
|
|
1144
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1645
|
+
"name": "Kazuya Kawaguchi",
|
|
1646
|
+
"github": "kazupon"
|
|
1145
1647
|
}
|
|
1146
|
-
]
|
|
1648
|
+
],
|
|
1649
|
+
"compatibility": {
|
|
1650
|
+
"2.x": "working",
|
|
1651
|
+
"2.x-bridge": "unknown",
|
|
1652
|
+
"3.x": "not-working"
|
|
1653
|
+
}
|
|
1147
1654
|
},
|
|
1148
1655
|
{
|
|
1149
1656
|
"name": "image-loader",
|
|
@@ -1159,10 +1666,14 @@
|
|
|
1159
1666
|
"maintainers": [
|
|
1160
1667
|
{
|
|
1161
1668
|
"name": "Barry Fisher",
|
|
1162
|
-
"github": "Barry-Fisher"
|
|
1163
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1669
|
+
"github": "Barry-Fisher"
|
|
1164
1670
|
}
|
|
1165
|
-
]
|
|
1671
|
+
],
|
|
1672
|
+
"compatibility": {
|
|
1673
|
+
"2.x": "working",
|
|
1674
|
+
"2.x-bridge": "unknown",
|
|
1675
|
+
"3.x": "unknown"
|
|
1676
|
+
}
|
|
1166
1677
|
},
|
|
1167
1678
|
{
|
|
1168
1679
|
"name": "image",
|
|
@@ -1179,22 +1690,24 @@
|
|
|
1179
1690
|
{
|
|
1180
1691
|
"name": "Ahad Birang",
|
|
1181
1692
|
"github": "farnabaz",
|
|
1182
|
-
"twitter": "a_birang"
|
|
1183
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1693
|
+
"twitter": "a_birang"
|
|
1184
1694
|
},
|
|
1185
1695
|
{
|
|
1186
1696
|
"name": "Pooya Parsa",
|
|
1187
1697
|
"github": "pi0",
|
|
1188
|
-
"twitter": "_pi0_"
|
|
1189
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1698
|
+
"twitter": "_pi0_"
|
|
1190
1699
|
},
|
|
1191
1700
|
{
|
|
1192
1701
|
"name": "Sebastien Chopin",
|
|
1193
1702
|
"github": "Atinux",
|
|
1194
|
-
"twitter": "Atinux"
|
|
1195
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1703
|
+
"twitter": "Atinux"
|
|
1196
1704
|
}
|
|
1197
|
-
]
|
|
1705
|
+
],
|
|
1706
|
+
"compatibility": {
|
|
1707
|
+
"2.x": "working",
|
|
1708
|
+
"2.x-bridge": "working",
|
|
1709
|
+
"3.x": "wip"
|
|
1710
|
+
}
|
|
1198
1711
|
},
|
|
1199
1712
|
{
|
|
1200
1713
|
"name": "imagemin",
|
|
@@ -1210,10 +1723,14 @@
|
|
|
1210
1723
|
"maintainers": [
|
|
1211
1724
|
{
|
|
1212
1725
|
"name": "Ricardo Gobbo de Souza",
|
|
1213
|
-
"github": "ricardogobbosouza"
|
|
1214
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1726
|
+
"github": "ricardogobbosouza"
|
|
1215
1727
|
}
|
|
1216
|
-
]
|
|
1728
|
+
],
|
|
1729
|
+
"compatibility": {
|
|
1730
|
+
"2.x": "working",
|
|
1731
|
+
"2.x-bridge": "unknown",
|
|
1732
|
+
"3.x": "unknown"
|
|
1733
|
+
}
|
|
1217
1734
|
},
|
|
1218
1735
|
{
|
|
1219
1736
|
"name": "intercom",
|
|
@@ -1229,10 +1746,37 @@
|
|
|
1229
1746
|
"maintainers": [
|
|
1230
1747
|
{
|
|
1231
1748
|
"name": "hex-digital",
|
|
1232
|
-
"github": "hex-digital"
|
|
1233
|
-
|
|
1749
|
+
"github": "hex-digital"
|
|
1750
|
+
}
|
|
1751
|
+
],
|
|
1752
|
+
"compatibility": {
|
|
1753
|
+
"2.x": "working",
|
|
1754
|
+
"2.x-bridge": "unknown",
|
|
1755
|
+
"3.x": "unknown"
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "jsonapi",
|
|
1760
|
+
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1761
|
+
"repo": "patrickcate/nuxt-jsonapi",
|
|
1762
|
+
"npm": "nuxt-jsonapi",
|
|
1763
|
+
"icon": "jsonapi.svg",
|
|
1764
|
+
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1765
|
+
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1766
|
+
"learn_more": "",
|
|
1767
|
+
"category": "Request",
|
|
1768
|
+
"type": "3rd-party",
|
|
1769
|
+
"maintainers": [
|
|
1770
|
+
{
|
|
1771
|
+
"name": "patrickcate",
|
|
1772
|
+
"github": "patrickcate"
|
|
1234
1773
|
}
|
|
1235
|
-
]
|
|
1774
|
+
],
|
|
1775
|
+
"compatibility": {
|
|
1776
|
+
"2.x": "working",
|
|
1777
|
+
"2.x-bridge": "unknown",
|
|
1778
|
+
"3.x": "unknown"
|
|
1779
|
+
}
|
|
1236
1780
|
},
|
|
1237
1781
|
{
|
|
1238
1782
|
"name": "kentico-kontent",
|
|
@@ -1248,10 +1792,14 @@
|
|
|
1248
1792
|
"maintainers": [
|
|
1249
1793
|
{
|
|
1250
1794
|
"name": "Alfred Brockötter",
|
|
1251
|
-
"github": "Domitnator"
|
|
1252
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1795
|
+
"github": "Domitnator"
|
|
1253
1796
|
}
|
|
1254
|
-
]
|
|
1797
|
+
],
|
|
1798
|
+
"compatibility": {
|
|
1799
|
+
"2.x": "working",
|
|
1800
|
+
"2.x-bridge": "unknown",
|
|
1801
|
+
"3.x": "unknown"
|
|
1802
|
+
}
|
|
1255
1803
|
},
|
|
1256
1804
|
{
|
|
1257
1805
|
"name": "laravel-echo",
|
|
@@ -1267,10 +1815,14 @@
|
|
|
1267
1815
|
"maintainers": [
|
|
1268
1816
|
{
|
|
1269
1817
|
"name": "Ricardo Gobbo de Souza",
|
|
1270
|
-
"github": "ricardogobbosouza"
|
|
1271
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1818
|
+
"github": "ricardogobbosouza"
|
|
1272
1819
|
}
|
|
1273
|
-
]
|
|
1820
|
+
],
|
|
1821
|
+
"compatibility": {
|
|
1822
|
+
"2.x": "working",
|
|
1823
|
+
"2.x-bridge": "unknown",
|
|
1824
|
+
"3.x": "unknown"
|
|
1825
|
+
}
|
|
1274
1826
|
},
|
|
1275
1827
|
{
|
|
1276
1828
|
"name": "laravel-nuxt",
|
|
@@ -1286,10 +1838,14 @@
|
|
|
1286
1838
|
"maintainers": [
|
|
1287
1839
|
{
|
|
1288
1840
|
"name": "skyrpex",
|
|
1289
|
-
"github": "skyrpex"
|
|
1290
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1841
|
+
"github": "skyrpex"
|
|
1291
1842
|
}
|
|
1292
|
-
]
|
|
1843
|
+
],
|
|
1844
|
+
"compatibility": {
|
|
1845
|
+
"2.x": "working",
|
|
1846
|
+
"2.x-bridge": "unknown",
|
|
1847
|
+
"3.x": "unknown"
|
|
1848
|
+
}
|
|
1293
1849
|
},
|
|
1294
1850
|
{
|
|
1295
1851
|
"name": "laravel",
|
|
@@ -1305,10 +1861,14 @@
|
|
|
1305
1861
|
"maintainers": [
|
|
1306
1862
|
{
|
|
1307
1863
|
"name": "m2sd",
|
|
1308
|
-
"github": "m2sd"
|
|
1309
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1864
|
+
"github": "m2sd"
|
|
1310
1865
|
}
|
|
1311
|
-
]
|
|
1866
|
+
],
|
|
1867
|
+
"compatibility": {
|
|
1868
|
+
"2.x": "working",
|
|
1869
|
+
"2.x-bridge": "unknown",
|
|
1870
|
+
"3.x": "unknown"
|
|
1871
|
+
}
|
|
1312
1872
|
},
|
|
1313
1873
|
{
|
|
1314
1874
|
"name": "leaflet",
|
|
@@ -1319,15 +1879,19 @@
|
|
|
1319
1879
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1320
1880
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1321
1881
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1322
|
-
"category": "
|
|
1882
|
+
"category": "Libraries",
|
|
1323
1883
|
"type": "3rd-party",
|
|
1324
1884
|
"maintainers": [
|
|
1325
1885
|
{
|
|
1326
1886
|
"name": "schlunsen",
|
|
1327
|
-
"github": "schlunsen"
|
|
1328
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1887
|
+
"github": "schlunsen"
|
|
1329
1888
|
}
|
|
1330
|
-
]
|
|
1889
|
+
],
|
|
1890
|
+
"compatibility": {
|
|
1891
|
+
"2.x": "working",
|
|
1892
|
+
"2.x-bridge": "unknown",
|
|
1893
|
+
"3.x": "unknown"
|
|
1894
|
+
}
|
|
1331
1895
|
},
|
|
1332
1896
|
{
|
|
1333
1897
|
"name": "localforage",
|
|
@@ -1338,21 +1902,24 @@
|
|
|
1338
1902
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1339
1903
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1340
1904
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1341
|
-
"category": "
|
|
1905
|
+
"category": "Libraries",
|
|
1342
1906
|
"type": "community",
|
|
1343
1907
|
"maintainers": [
|
|
1344
1908
|
{
|
|
1345
1909
|
"name": "Alexandre Chopin",
|
|
1346
1910
|
"github": "alexchopin",
|
|
1347
|
-
"twitter": "alexchopin"
|
|
1348
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1911
|
+
"twitter": "alexchopin"
|
|
1349
1912
|
},
|
|
1350
1913
|
{
|
|
1351
1914
|
"name": "Ricardo Gobbo de Souza",
|
|
1352
|
-
"github": "ricardogobbosouza"
|
|
1353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1915
|
+
"github": "ricardogobbosouza"
|
|
1354
1916
|
}
|
|
1355
|
-
]
|
|
1917
|
+
],
|
|
1918
|
+
"compatibility": {
|
|
1919
|
+
"2.x": "working",
|
|
1920
|
+
"2.x-bridge": "unknown",
|
|
1921
|
+
"3.x": "unknown"
|
|
1922
|
+
}
|
|
1356
1923
|
},
|
|
1357
1924
|
{
|
|
1358
1925
|
"name": "localtunnel",
|
|
@@ -1369,10 +1936,14 @@
|
|
|
1369
1936
|
{
|
|
1370
1937
|
"name": "Pooya Parsa",
|
|
1371
1938
|
"github": "pi0",
|
|
1372
|
-
"twitter": "_pi0_"
|
|
1373
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1939
|
+
"twitter": "_pi0_"
|
|
1374
1940
|
}
|
|
1375
|
-
]
|
|
1941
|
+
],
|
|
1942
|
+
"compatibility": {
|
|
1943
|
+
"2.x": "working",
|
|
1944
|
+
"2.x-bridge": "unknown",
|
|
1945
|
+
"3.x": "unknown"
|
|
1946
|
+
}
|
|
1376
1947
|
},
|
|
1377
1948
|
{
|
|
1378
1949
|
"name": "logrocket",
|
|
@@ -1389,10 +1960,14 @@
|
|
|
1389
1960
|
{
|
|
1390
1961
|
"name": "Farzad Soltani",
|
|
1391
1962
|
"github": "farzadso",
|
|
1392
|
-
"twitter": "farzadso"
|
|
1393
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1963
|
+
"twitter": "farzadso"
|
|
1394
1964
|
}
|
|
1395
|
-
]
|
|
1965
|
+
],
|
|
1966
|
+
"compatibility": {
|
|
1967
|
+
"2.x": "working",
|
|
1968
|
+
"2.x-bridge": "unknown",
|
|
1969
|
+
"3.x": "unknown"
|
|
1970
|
+
}
|
|
1396
1971
|
},
|
|
1397
1972
|
{
|
|
1398
1973
|
"name": "lunr",
|
|
@@ -1408,30 +1983,38 @@
|
|
|
1408
1983
|
"maintainers": [
|
|
1409
1984
|
{
|
|
1410
1985
|
"name": "Pim",
|
|
1411
|
-
"github": "pimlie"
|
|
1412
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1986
|
+
"github": "pimlie"
|
|
1413
1987
|
}
|
|
1414
|
-
]
|
|
1988
|
+
],
|
|
1989
|
+
"compatibility": {
|
|
1990
|
+
"2.x": "working",
|
|
1991
|
+
"2.x-bridge": "unknown",
|
|
1992
|
+
"3.x": "unknown"
|
|
1993
|
+
}
|
|
1415
1994
|
},
|
|
1416
1995
|
{
|
|
1417
1996
|
"name": "markdownit",
|
|
1418
1997
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1419
|
-
"repo": "nuxt-community/
|
|
1998
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1420
1999
|
"npm": "@nuxtjs/markdownit",
|
|
1421
2000
|
"icon": "",
|
|
1422
|
-
"github": "https://github.com/nuxt-community/
|
|
1423
|
-
"website": "https://github.com/nuxt-community/
|
|
2001
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
2002
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1424
2003
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1425
|
-
"category": "
|
|
2004
|
+
"category": "Extensions",
|
|
1426
2005
|
"type": "community",
|
|
1427
2006
|
"maintainers": [
|
|
1428
2007
|
{
|
|
1429
2008
|
"name": "Pooya Parsa",
|
|
1430
2009
|
"github": "pi0",
|
|
1431
|
-
"twitter": "_pi0_"
|
|
1432
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2010
|
+
"twitter": "_pi0_"
|
|
1433
2011
|
}
|
|
1434
|
-
]
|
|
2012
|
+
],
|
|
2013
|
+
"compatibility": {
|
|
2014
|
+
"2.x": "working",
|
|
2015
|
+
"2.x-bridge": "unknown",
|
|
2016
|
+
"3.x": "unknown"
|
|
2017
|
+
}
|
|
1435
2018
|
},
|
|
1436
2019
|
{
|
|
1437
2020
|
"name": "matomo",
|
|
@@ -1447,10 +2030,14 @@
|
|
|
1447
2030
|
"maintainers": [
|
|
1448
2031
|
{
|
|
1449
2032
|
"name": "pimlie",
|
|
1450
|
-
"github": "pimlie"
|
|
1451
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2033
|
+
"github": "pimlie"
|
|
1452
2034
|
}
|
|
1453
|
-
]
|
|
2035
|
+
],
|
|
2036
|
+
"compatibility": {
|
|
2037
|
+
"2.x": "working",
|
|
2038
|
+
"2.x-bridge": "unknown",
|
|
2039
|
+
"3.x": "unknown"
|
|
2040
|
+
}
|
|
1454
2041
|
},
|
|
1455
2042
|
{
|
|
1456
2043
|
"name": "mdx",
|
|
@@ -1461,16 +2048,20 @@
|
|
|
1461
2048
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1462
2049
|
"website": "https://mdx.nuxtjs.org",
|
|
1463
2050
|
"learn_more": "https://mdxjs.com/",
|
|
1464
|
-
"category": "
|
|
2051
|
+
"category": "Extensions",
|
|
1465
2052
|
"type": "community",
|
|
1466
2053
|
"maintainers": [
|
|
1467
2054
|
{
|
|
1468
2055
|
"name": "Jonathan Bakebwa",
|
|
1469
2056
|
"github": "codebender828",
|
|
1470
|
-
"twitter": "codebender828"
|
|
1471
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2057
|
+
"twitter": "codebender828"
|
|
1472
2058
|
}
|
|
1473
|
-
]
|
|
2059
|
+
],
|
|
2060
|
+
"compatibility": {
|
|
2061
|
+
"2.x": "working",
|
|
2062
|
+
"2.x-bridge": "unknown",
|
|
2063
|
+
"3.x": "unknown"
|
|
2064
|
+
}
|
|
1474
2065
|
},
|
|
1475
2066
|
{
|
|
1476
2067
|
"name": "memwatch",
|
|
@@ -1486,10 +2077,14 @@
|
|
|
1486
2077
|
"maintainers": [
|
|
1487
2078
|
{
|
|
1488
2079
|
"name": "pimlie",
|
|
1489
|
-
"github": "pimlie"
|
|
1490
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2080
|
+
"github": "pimlie"
|
|
1491
2081
|
}
|
|
1492
|
-
]
|
|
2082
|
+
],
|
|
2083
|
+
"compatibility": {
|
|
2084
|
+
"2.x": "working",
|
|
2085
|
+
"2.x-bridge": "unknown",
|
|
2086
|
+
"3.x": "unknown"
|
|
2087
|
+
}
|
|
1493
2088
|
},
|
|
1494
2089
|
{
|
|
1495
2090
|
"name": "mobile",
|
|
@@ -1500,15 +2095,19 @@
|
|
|
1500
2095
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1501
2096
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1502
2097
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1503
|
-
"category": "
|
|
2098
|
+
"category": "Extensions",
|
|
1504
2099
|
"type": "3rd-party",
|
|
1505
2100
|
"maintainers": [
|
|
1506
2101
|
{
|
|
1507
2102
|
"name": "ChanningDefoe",
|
|
1508
|
-
"github": "ChanningDefoe"
|
|
1509
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2103
|
+
"github": "ChanningDefoe"
|
|
1510
2104
|
}
|
|
1511
|
-
]
|
|
2105
|
+
],
|
|
2106
|
+
"compatibility": {
|
|
2107
|
+
"2.x": "working",
|
|
2108
|
+
"2.x-bridge": "unknown",
|
|
2109
|
+
"3.x": "unknown"
|
|
2110
|
+
}
|
|
1512
2111
|
},
|
|
1513
2112
|
{
|
|
1514
2113
|
"name": "moment",
|
|
@@ -1525,15 +2124,18 @@
|
|
|
1525
2124
|
{
|
|
1526
2125
|
"name": "Pooya Parsa",
|
|
1527
2126
|
"github": "pi0",
|
|
1528
|
-
"twitter": "_pi0_"
|
|
1529
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2127
|
+
"twitter": "_pi0_"
|
|
1530
2128
|
},
|
|
1531
2129
|
{
|
|
1532
2130
|
"name": "Ricardo Gobbo de Souza",
|
|
1533
|
-
"github": "ricardogobbosouza"
|
|
1534
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2131
|
+
"github": "ricardogobbosouza"
|
|
1535
2132
|
}
|
|
1536
|
-
]
|
|
2133
|
+
],
|
|
2134
|
+
"compatibility": {
|
|
2135
|
+
"2.x": "working",
|
|
2136
|
+
"2.x-bridge": "unknown",
|
|
2137
|
+
"3.x": "unknown"
|
|
2138
|
+
}
|
|
1537
2139
|
},
|
|
1538
2140
|
{
|
|
1539
2141
|
"name": "mq",
|
|
@@ -1549,10 +2151,14 @@
|
|
|
1549
2151
|
"maintainers": [
|
|
1550
2152
|
{
|
|
1551
2153
|
"name": "vanhoofmaarten",
|
|
1552
|
-
"github": "vanhoofmaarten"
|
|
1553
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2154
|
+
"github": "vanhoofmaarten"
|
|
1554
2155
|
}
|
|
1555
|
-
]
|
|
2156
|
+
],
|
|
2157
|
+
"compatibility": {
|
|
2158
|
+
"2.x": "working",
|
|
2159
|
+
"2.x-bridge": "unknown",
|
|
2160
|
+
"3.x": "unknown"
|
|
2161
|
+
}
|
|
1556
2162
|
},
|
|
1557
2163
|
{
|
|
1558
2164
|
"name": "neo",
|
|
@@ -1568,10 +2174,14 @@
|
|
|
1568
2174
|
"maintainers": [
|
|
1569
2175
|
{
|
|
1570
2176
|
"name": "ezypeeze",
|
|
1571
|
-
"github": "ezypeeze"
|
|
1572
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2177
|
+
"github": "ezypeeze"
|
|
1573
2178
|
}
|
|
1574
|
-
]
|
|
2179
|
+
],
|
|
2180
|
+
"compatibility": {
|
|
2181
|
+
"2.x": "working",
|
|
2182
|
+
"2.x-bridge": "unknown",
|
|
2183
|
+
"3.x": "unknown"
|
|
2184
|
+
}
|
|
1575
2185
|
},
|
|
1576
2186
|
{
|
|
1577
2187
|
"name": "netlify-cache",
|
|
@@ -1587,10 +2197,14 @@
|
|
|
1587
2197
|
"maintainers": [
|
|
1588
2198
|
{
|
|
1589
2199
|
"name": "DreaMinder",
|
|
1590
|
-
"github": "DreaMinder"
|
|
1591
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2200
|
+
"github": "DreaMinder"
|
|
1592
2201
|
}
|
|
1593
|
-
]
|
|
2202
|
+
],
|
|
2203
|
+
"compatibility": {
|
|
2204
|
+
"2.x": "working",
|
|
2205
|
+
"2.x-bridge": "unknown",
|
|
2206
|
+
"3.x": "unknown"
|
|
2207
|
+
}
|
|
1594
2208
|
},
|
|
1595
2209
|
{
|
|
1596
2210
|
"name": "netlify-files",
|
|
@@ -1607,10 +2221,14 @@
|
|
|
1607
2221
|
{
|
|
1608
2222
|
"name": "Alexander Lichter",
|
|
1609
2223
|
"github": "manniL",
|
|
1610
|
-
"twitter": "TheAlexLichter"
|
|
1611
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2224
|
+
"twitter": "TheAlexLichter"
|
|
1612
2225
|
}
|
|
1613
|
-
]
|
|
2226
|
+
],
|
|
2227
|
+
"compatibility": {
|
|
2228
|
+
"2.x": "working",
|
|
2229
|
+
"2.x-bridge": "unknown",
|
|
2230
|
+
"3.x": "unknown"
|
|
2231
|
+
}
|
|
1614
2232
|
},
|
|
1615
2233
|
{
|
|
1616
2234
|
"name": "netlify",
|
|
@@ -1626,30 +2244,159 @@
|
|
|
1626
2244
|
"maintainers": [
|
|
1627
2245
|
{
|
|
1628
2246
|
"name": "bazzite",
|
|
1629
|
-
"github": "bazzite"
|
|
1630
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2247
|
+
"github": "bazzite"
|
|
1631
2248
|
}
|
|
1632
|
-
]
|
|
2249
|
+
],
|
|
2250
|
+
"compatibility": {
|
|
2251
|
+
"2.x": "working",
|
|
2252
|
+
"2.x-bridge": "unknown",
|
|
2253
|
+
"3.x": "unknown"
|
|
2254
|
+
}
|
|
1633
2255
|
},
|
|
1634
2256
|
{
|
|
1635
2257
|
"name": "ngrok",
|
|
1636
2258
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
1637
|
-
"repo": "nuxt-community/
|
|
2259
|
+
"repo": "nuxt-community/ngrok",
|
|
1638
2260
|
"npm": "@nuxtjs/ngrok",
|
|
1639
2261
|
"icon": "ngrok.png",
|
|
1640
|
-
"github": "https://github.com/nuxt-community/
|
|
1641
|
-
"website": "https://
|
|
2262
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2263
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1642
2264
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1643
2265
|
"category": "Devtools",
|
|
1644
2266
|
"type": "community",
|
|
1645
2267
|
"maintainers": [
|
|
2268
|
+
{
|
|
2269
|
+
"name": "Debbie O'Brien",
|
|
2270
|
+
"github": "debs-obrien",
|
|
2271
|
+
"twitter": "debs_obrien"
|
|
2272
|
+
},
|
|
1646
2273
|
{
|
|
1647
2274
|
"name": "Pooya Parsa",
|
|
1648
2275
|
"github": "pi0",
|
|
1649
|
-
"twitter": "_pi0_"
|
|
1650
|
-
|
|
2276
|
+
"twitter": "_pi0_"
|
|
2277
|
+
}
|
|
2278
|
+
],
|
|
2279
|
+
"compatibility": {
|
|
2280
|
+
"2.x": "working",
|
|
2281
|
+
"2.x-bridge": "unknown",
|
|
2282
|
+
"3.x": "unknown"
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"name": "notion",
|
|
2287
|
+
"description": "Vue renderer for Notion pages",
|
|
2288
|
+
"repo": "janniks/vue-notion",
|
|
2289
|
+
"npm": "vue-notion",
|
|
2290
|
+
"icon": "notion.svg",
|
|
2291
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2292
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2293
|
+
"learn_more": "",
|
|
2294
|
+
"category": "CMS",
|
|
2295
|
+
"type": "3rd-party",
|
|
2296
|
+
"maintainers": [
|
|
2297
|
+
{
|
|
2298
|
+
"name": "janniks",
|
|
2299
|
+
"github": "janniks"
|
|
1651
2300
|
}
|
|
1652
|
-
]
|
|
2301
|
+
],
|
|
2302
|
+
"compatibility": {
|
|
2303
|
+
"2.x": "working",
|
|
2304
|
+
"2.x-bridge": "unknown",
|
|
2305
|
+
"3.x": "unknown"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"name": "nuxt-png-to-ico",
|
|
2310
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2311
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2312
|
+
"npm": "nuxt-png-to-ico",
|
|
2313
|
+
"icon": "",
|
|
2314
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2315
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2316
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2317
|
+
"category": "Devtools",
|
|
2318
|
+
"type": "3rd-party",
|
|
2319
|
+
"maintainers": [
|
|
2320
|
+
{
|
|
2321
|
+
"name": "b5710546232",
|
|
2322
|
+
"github": "b5710546232",
|
|
2323
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2324
|
+
}
|
|
2325
|
+
],
|
|
2326
|
+
"compatibility": {
|
|
2327
|
+
"2.x": "working",
|
|
2328
|
+
"2.x-bridge": "unknown",
|
|
2329
|
+
"3.x": "unknown"
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"name": "nuxt-use-motion",
|
|
2334
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2335
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2336
|
+
"npm": "nuxt-use-motion",
|
|
2337
|
+
"icon": "nuxt-use-motion.svg",
|
|
2338
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2339
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2340
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2341
|
+
"category": "Libraries",
|
|
2342
|
+
"type": "3rd-party",
|
|
2343
|
+
"maintainers": [
|
|
2344
|
+
{
|
|
2345
|
+
"name": "Tahul",
|
|
2346
|
+
"github": "Tahul"
|
|
2347
|
+
}
|
|
2348
|
+
],
|
|
2349
|
+
"compatibility": {
|
|
2350
|
+
"2.x": "working",
|
|
2351
|
+
"2.x-bridge": "unknown",
|
|
2352
|
+
"3.x": "unknown"
|
|
2353
|
+
}
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
"name": "nuxt-use-sound",
|
|
2357
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2358
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2359
|
+
"npm": "nuxt-use-sound",
|
|
2360
|
+
"icon": "nuxt-use-sound.svg",
|
|
2361
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2362
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2363
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2364
|
+
"category": "Libraries",
|
|
2365
|
+
"type": "3rd-party",
|
|
2366
|
+
"maintainers": [
|
|
2367
|
+
{
|
|
2368
|
+
"name": "Tahul",
|
|
2369
|
+
"github": "Tahul"
|
|
2370
|
+
}
|
|
2371
|
+
],
|
|
2372
|
+
"compatibility": {
|
|
2373
|
+
"2.x": "working",
|
|
2374
|
+
"2.x-bridge": "unknown",
|
|
2375
|
+
"3.x": "unknown"
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"name": "nuxt-viewport",
|
|
2380
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2381
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2382
|
+
"npm": "nuxt-viewport",
|
|
2383
|
+
"icon": "nuxt-viewport.svg",
|
|
2384
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2385
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2386
|
+
"learn_more": "",
|
|
2387
|
+
"category": "Extensions",
|
|
2388
|
+
"type": "3rd-party",
|
|
2389
|
+
"maintainers": [
|
|
2390
|
+
{
|
|
2391
|
+
"name": "mvrlin",
|
|
2392
|
+
"github": "mvrlin"
|
|
2393
|
+
}
|
|
2394
|
+
],
|
|
2395
|
+
"compatibility": {
|
|
2396
|
+
"2.x": "working",
|
|
2397
|
+
"2.x-bridge": "unknown",
|
|
2398
|
+
"3.x": "unknown"
|
|
2399
|
+
}
|
|
1653
2400
|
},
|
|
1654
2401
|
{
|
|
1655
2402
|
"name": "nuxt7",
|
|
@@ -1666,10 +2413,14 @@
|
|
|
1666
2413
|
{
|
|
1667
2414
|
"name": "Pooya Parsa",
|
|
1668
2415
|
"github": "pi0",
|
|
1669
|
-
"twitter": "_pi0_"
|
|
1670
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2416
|
+
"twitter": "_pi0_"
|
|
1671
2417
|
}
|
|
1672
|
-
]
|
|
2418
|
+
],
|
|
2419
|
+
"compatibility": {
|
|
2420
|
+
"2.x": "working",
|
|
2421
|
+
"2.x-bridge": "unknown",
|
|
2422
|
+
"3.x": "unknown"
|
|
2423
|
+
}
|
|
1673
2424
|
},
|
|
1674
2425
|
{
|
|
1675
2426
|
"name": "onesignal",
|
|
@@ -1680,16 +2431,20 @@
|
|
|
1680
2431
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1681
2432
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1682
2433
|
"learn_more": "https://onesignal.com/",
|
|
1683
|
-
"category": "
|
|
2434
|
+
"category": "Extensions",
|
|
1684
2435
|
"type": "community",
|
|
1685
2436
|
"maintainers": [
|
|
1686
2437
|
{
|
|
1687
2438
|
"name": "Pooya Parsa",
|
|
1688
2439
|
"github": "pi0",
|
|
1689
|
-
"twitter": "_pi0_"
|
|
1690
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2440
|
+
"twitter": "_pi0_"
|
|
1691
2441
|
}
|
|
1692
|
-
]
|
|
2442
|
+
],
|
|
2443
|
+
"compatibility": {
|
|
2444
|
+
"2.x": "working",
|
|
2445
|
+
"2.x-bridge": "unknown",
|
|
2446
|
+
"3.x": "unknown"
|
|
2447
|
+
}
|
|
1693
2448
|
},
|
|
1694
2449
|
{
|
|
1695
2450
|
"name": "optimized-images",
|
|
@@ -1706,10 +2461,14 @@
|
|
|
1706
2461
|
{
|
|
1707
2462
|
"name": "Julio Marquez",
|
|
1708
2463
|
"github": "juliomrqz",
|
|
1709
|
-
"twitter": "juliomrqz"
|
|
1710
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2464
|
+
"twitter": "juliomrqz"
|
|
1711
2465
|
}
|
|
1712
|
-
]
|
|
2466
|
+
],
|
|
2467
|
+
"compatibility": {
|
|
2468
|
+
"2.x": "working",
|
|
2469
|
+
"2.x-bridge": "unknown",
|
|
2470
|
+
"3.x": "unknown"
|
|
2471
|
+
}
|
|
1713
2472
|
},
|
|
1714
2473
|
{
|
|
1715
2474
|
"name": "page-generator-helper",
|
|
@@ -1720,15 +2479,19 @@
|
|
|
1720
2479
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1721
2480
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1722
2481
|
"learn_more": "",
|
|
1723
|
-
"category": "
|
|
2482
|
+
"category": "Extensions",
|
|
1724
2483
|
"type": "3rd-party",
|
|
1725
2484
|
"maintainers": [
|
|
1726
2485
|
{
|
|
1727
2486
|
"name": "GrabarzUndPartner",
|
|
1728
|
-
"github": "GrabarzUndPartner"
|
|
1729
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2487
|
+
"github": "GrabarzUndPartner"
|
|
1730
2488
|
}
|
|
1731
|
-
]
|
|
2489
|
+
],
|
|
2490
|
+
"compatibility": {
|
|
2491
|
+
"2.x": "working",
|
|
2492
|
+
"2.x-bridge": "unknown",
|
|
2493
|
+
"3.x": "unknown"
|
|
2494
|
+
}
|
|
1732
2495
|
},
|
|
1733
2496
|
{
|
|
1734
2497
|
"name": "parse",
|
|
@@ -1744,10 +2507,60 @@
|
|
|
1744
2507
|
"maintainers": [
|
|
1745
2508
|
{
|
|
1746
2509
|
"name": "cierrateam",
|
|
1747
|
-
"github": "cierrateam"
|
|
1748
|
-
|
|
2510
|
+
"github": "cierrateam"
|
|
2511
|
+
}
|
|
2512
|
+
],
|
|
2513
|
+
"compatibility": {
|
|
2514
|
+
"2.x": "working",
|
|
2515
|
+
"2.x-bridge": "unknown",
|
|
2516
|
+
"3.x": "unknown"
|
|
2517
|
+
}
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"name": "pinia",
|
|
2521
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2522
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2523
|
+
"npm": "@pinia/nuxt",
|
|
2524
|
+
"icon": "pinia.svg",
|
|
2525
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2526
|
+
"website": "https://pinia.esm.dev/",
|
|
2527
|
+
"learn_more": "",
|
|
2528
|
+
"category": "Extensions",
|
|
2529
|
+
"type": "3rd-party",
|
|
2530
|
+
"maintainers": [
|
|
2531
|
+
{
|
|
2532
|
+
"name": "posva",
|
|
2533
|
+
"github": "posva"
|
|
2534
|
+
}
|
|
2535
|
+
],
|
|
2536
|
+
"compatibility": {
|
|
2537
|
+
"2.x": "working",
|
|
2538
|
+
"2.x-bridge": "working",
|
|
2539
|
+
"3.x": "working"
|
|
2540
|
+
}
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"name": "plausible",
|
|
2544
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2545
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2546
|
+
"npm": "vue-plausible",
|
|
2547
|
+
"icon": "plausible.png",
|
|
2548
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2549
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2550
|
+
"learn_more": "",
|
|
2551
|
+
"category": "Analytics",
|
|
2552
|
+
"type": "3rd-party",
|
|
2553
|
+
"maintainers": [
|
|
2554
|
+
{
|
|
2555
|
+
"name": "moritzsternemann",
|
|
2556
|
+
"github": "moritzsternemann"
|
|
1749
2557
|
}
|
|
1750
|
-
]
|
|
2558
|
+
],
|
|
2559
|
+
"compatibility": {
|
|
2560
|
+
"2.x": "working",
|
|
2561
|
+
"2.x-bridge": "unknown",
|
|
2562
|
+
"3.x": "unknown"
|
|
2563
|
+
}
|
|
1751
2564
|
},
|
|
1752
2565
|
{
|
|
1753
2566
|
"name": "precompress",
|
|
@@ -1763,10 +2576,14 @@
|
|
|
1763
2576
|
"maintainers": [
|
|
1764
2577
|
{
|
|
1765
2578
|
"name": "frenchrabbit",
|
|
1766
|
-
"github": "frenchrabbit"
|
|
1767
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2579
|
+
"github": "frenchrabbit"
|
|
1768
2580
|
}
|
|
1769
|
-
]
|
|
2581
|
+
],
|
|
2582
|
+
"compatibility": {
|
|
2583
|
+
"2.x": "working",
|
|
2584
|
+
"2.x-bridge": "unknown",
|
|
2585
|
+
"3.x": "unknown"
|
|
2586
|
+
}
|
|
1770
2587
|
},
|
|
1771
2588
|
{
|
|
1772
2589
|
"name": "prismic",
|
|
@@ -1783,21 +2600,23 @@
|
|
|
1783
2600
|
{
|
|
1784
2601
|
"name": "Sébastien Chopin",
|
|
1785
2602
|
"github": "Atinux",
|
|
1786
|
-
"twitter": "Atinux"
|
|
1787
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2603
|
+
"twitter": "Atinux"
|
|
1788
2604
|
},
|
|
1789
2605
|
{
|
|
1790
2606
|
"name": "lihbr",
|
|
1791
2607
|
"github": "lihbr",
|
|
1792
|
-
"twitter": "li_hbr"
|
|
1793
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2608
|
+
"twitter": "li_hbr"
|
|
1794
2609
|
},
|
|
1795
2610
|
{
|
|
1796
2611
|
"name": "James Pegg",
|
|
1797
|
-
"github": "jamespegg"
|
|
1798
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2612
|
+
"github": "jamespegg"
|
|
1799
2613
|
}
|
|
1800
|
-
]
|
|
2614
|
+
],
|
|
2615
|
+
"compatibility": {
|
|
2616
|
+
"2.x": "working",
|
|
2617
|
+
"2.x-bridge": "unknown",
|
|
2618
|
+
"3.x": "unknown"
|
|
2619
|
+
}
|
|
1801
2620
|
},
|
|
1802
2621
|
{
|
|
1803
2622
|
"name": "protected-mailto",
|
|
@@ -1813,10 +2632,14 @@
|
|
|
1813
2632
|
"maintainers": [
|
|
1814
2633
|
{
|
|
1815
2634
|
"name": "mmoollllee",
|
|
1816
|
-
"github": "mmoollllee"
|
|
1817
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2635
|
+
"github": "mmoollllee"
|
|
1818
2636
|
}
|
|
1819
|
-
]
|
|
2637
|
+
],
|
|
2638
|
+
"compatibility": {
|
|
2639
|
+
"2.x": "working",
|
|
2640
|
+
"2.x-bridge": "unknown",
|
|
2641
|
+
"3.x": "unknown"
|
|
2642
|
+
}
|
|
1820
2643
|
},
|
|
1821
2644
|
{
|
|
1822
2645
|
"name": "proxy",
|
|
@@ -1833,10 +2656,14 @@
|
|
|
1833
2656
|
{
|
|
1834
2657
|
"name": "Pooya Parsa",
|
|
1835
2658
|
"github": "pi0",
|
|
1836
|
-
"twitter": "_pi0_"
|
|
1837
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2659
|
+
"twitter": "_pi0_"
|
|
1838
2660
|
}
|
|
1839
|
-
]
|
|
2661
|
+
],
|
|
2662
|
+
"compatibility": {
|
|
2663
|
+
"2.x": "working",
|
|
2664
|
+
"2.x-bridge": "unknown",
|
|
2665
|
+
"3.x": "unknown"
|
|
2666
|
+
}
|
|
1840
2667
|
},
|
|
1841
2668
|
{
|
|
1842
2669
|
"name": "prune-html",
|
|
@@ -1851,11 +2678,16 @@
|
|
|
1851
2678
|
"type": "3rd-party",
|
|
1852
2679
|
"maintainers": [
|
|
1853
2680
|
{
|
|
1854
|
-
"name": "
|
|
2681
|
+
"name": "Luca Iaconelli",
|
|
1855
2682
|
"github": "LuXDAmore",
|
|
1856
|
-
"
|
|
2683
|
+
"twitter": "luxdamore"
|
|
1857
2684
|
}
|
|
1858
|
-
]
|
|
2685
|
+
],
|
|
2686
|
+
"compatibility": {
|
|
2687
|
+
"2.x": "working",
|
|
2688
|
+
"2.x-bridge": "unknown",
|
|
2689
|
+
"3.x": "unknown"
|
|
2690
|
+
}
|
|
1859
2691
|
},
|
|
1860
2692
|
{
|
|
1861
2693
|
"name": "purgecss",
|
|
@@ -1871,14 +2703,18 @@
|
|
|
1871
2703
|
"maintainers": [
|
|
1872
2704
|
{
|
|
1873
2705
|
"name": "Developmint",
|
|
1874
|
-
"github": "Developmint"
|
|
1875
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2706
|
+
"github": "Developmint"
|
|
1876
2707
|
}
|
|
1877
|
-
]
|
|
2708
|
+
],
|
|
2709
|
+
"compatibility": {
|
|
2710
|
+
"2.x": "working",
|
|
2711
|
+
"2.x-bridge": "unknown",
|
|
2712
|
+
"3.x": "unknown"
|
|
2713
|
+
}
|
|
1878
2714
|
},
|
|
1879
2715
|
{
|
|
1880
2716
|
"name": "pwa",
|
|
1881
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2717
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1882
2718
|
"repo": "nuxt-community/pwa-module",
|
|
1883
2719
|
"npm": "@nuxtjs/pwa",
|
|
1884
2720
|
"icon": "pwa.png",
|
|
@@ -1891,10 +2727,14 @@
|
|
|
1891
2727
|
{
|
|
1892
2728
|
"name": "Pooya Parsa",
|
|
1893
2729
|
"github": "pi0",
|
|
1894
|
-
"twitter": "_pi0_"
|
|
1895
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2730
|
+
"twitter": "_pi0_"
|
|
1896
2731
|
}
|
|
1897
|
-
]
|
|
2732
|
+
],
|
|
2733
|
+
"compatibility": {
|
|
2734
|
+
"2.x": "working",
|
|
2735
|
+
"2.x-bridge": "working",
|
|
2736
|
+
"3.x": "wip"
|
|
2737
|
+
}
|
|
1898
2738
|
},
|
|
1899
2739
|
{
|
|
1900
2740
|
"name": "python",
|
|
@@ -1905,15 +2745,19 @@
|
|
|
1905
2745
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1906
2746
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1907
2747
|
"learn_more": "https://www.python.org/",
|
|
1908
|
-
"category": "
|
|
2748
|
+
"category": "Extensions",
|
|
1909
2749
|
"type": "community",
|
|
1910
2750
|
"maintainers": [
|
|
1911
2751
|
{
|
|
1912
2752
|
"name": "Sebastian Silva",
|
|
1913
|
-
"github": "icarito"
|
|
1914
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2753
|
+
"github": "icarito"
|
|
1915
2754
|
}
|
|
1916
|
-
]
|
|
2755
|
+
],
|
|
2756
|
+
"compatibility": {
|
|
2757
|
+
"2.x": "working",
|
|
2758
|
+
"2.x-bridge": "unknown",
|
|
2759
|
+
"3.x": "unknown"
|
|
2760
|
+
}
|
|
1917
2761
|
},
|
|
1918
2762
|
{
|
|
1919
2763
|
"name": "recaptcha",
|
|
@@ -1929,10 +2773,14 @@
|
|
|
1929
2773
|
"maintainers": [
|
|
1930
2774
|
{
|
|
1931
2775
|
"name": "mvrlin",
|
|
1932
|
-
"github": "mvrlin"
|
|
1933
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2776
|
+
"github": "mvrlin"
|
|
1934
2777
|
}
|
|
1935
|
-
]
|
|
2778
|
+
],
|
|
2779
|
+
"compatibility": {
|
|
2780
|
+
"2.x": "working",
|
|
2781
|
+
"2.x-bridge": "unknown",
|
|
2782
|
+
"3.x": "unknown"
|
|
2783
|
+
}
|
|
1936
2784
|
},
|
|
1937
2785
|
{
|
|
1938
2786
|
"name": "redirect",
|
|
@@ -1949,10 +2797,14 @@
|
|
|
1949
2797
|
{
|
|
1950
2798
|
"name": "Alexander Lichter",
|
|
1951
2799
|
"github": "manniL",
|
|
1952
|
-
"twitter": "TheAlexLichter"
|
|
1953
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2800
|
+
"twitter": "TheAlexLichter"
|
|
1954
2801
|
}
|
|
1955
|
-
]
|
|
2802
|
+
],
|
|
2803
|
+
"compatibility": {
|
|
2804
|
+
"2.x": "working",
|
|
2805
|
+
"2.x-bridge": "unknown",
|
|
2806
|
+
"3.x": "unknown"
|
|
2807
|
+
}
|
|
1956
2808
|
},
|
|
1957
2809
|
{
|
|
1958
2810
|
"name": "rfg-icon",
|
|
@@ -1963,15 +2815,19 @@
|
|
|
1963
2815
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1964
2816
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1965
2817
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1966
|
-
"category": "
|
|
2818
|
+
"category": "SEO",
|
|
1967
2819
|
"type": "3rd-party",
|
|
1968
2820
|
"maintainers": [
|
|
1969
2821
|
{
|
|
1970
2822
|
"name": "pimlie",
|
|
1971
|
-
"github": "pimlie"
|
|
1972
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2823
|
+
"github": "pimlie"
|
|
1973
2824
|
}
|
|
1974
|
-
]
|
|
2825
|
+
],
|
|
2826
|
+
"compatibility": {
|
|
2827
|
+
"2.x": "working",
|
|
2828
|
+
"2.x-bridge": "unknown",
|
|
2829
|
+
"3.x": "unknown"
|
|
2830
|
+
}
|
|
1975
2831
|
},
|
|
1976
2832
|
{
|
|
1977
2833
|
"name": "robots",
|
|
@@ -1987,10 +2843,14 @@
|
|
|
1987
2843
|
"maintainers": [
|
|
1988
2844
|
{
|
|
1989
2845
|
"name": "Ricardo Gobbo de Souza",
|
|
1990
|
-
"github": "ricardogobbosouza"
|
|
1991
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2846
|
+
"github": "ricardogobbosouza"
|
|
1992
2847
|
}
|
|
1993
|
-
]
|
|
2848
|
+
],
|
|
2849
|
+
"compatibility": {
|
|
2850
|
+
"2.x": "working",
|
|
2851
|
+
"2.x-bridge": "unknown",
|
|
2852
|
+
"3.x": "unknown"
|
|
2853
|
+
}
|
|
1994
2854
|
},
|
|
1995
2855
|
{
|
|
1996
2856
|
"name": "rollbar",
|
|
@@ -2006,10 +2866,14 @@
|
|
|
2006
2866
|
"maintainers": [
|
|
2007
2867
|
{
|
|
2008
2868
|
"name": "Gaël Reyrol",
|
|
2009
|
-
"github": "gaelreyrol"
|
|
2010
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
2869
|
+
"github": "gaelreyrol"
|
|
2011
2870
|
}
|
|
2012
|
-
]
|
|
2871
|
+
],
|
|
2872
|
+
"compatibility": {
|
|
2873
|
+
"2.x": "working",
|
|
2874
|
+
"2.x-bridge": "unknown",
|
|
2875
|
+
"3.x": "unknown"
|
|
2876
|
+
}
|
|
2013
2877
|
},
|
|
2014
2878
|
{
|
|
2015
2879
|
"name": "router-extras",
|
|
@@ -2020,16 +2884,20 @@
|
|
|
2020
2884
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2021
2885
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
2022
2886
|
"learn_more": "",
|
|
2023
|
-
"category": "
|
|
2887
|
+
"category": "Extensions",
|
|
2024
2888
|
"type": "community",
|
|
2025
2889
|
"maintainers": [
|
|
2026
2890
|
{
|
|
2027
2891
|
"name": "Ahad Birang",
|
|
2028
2892
|
"github": "farnabaz",
|
|
2029
|
-
"twitter": "a_birang"
|
|
2030
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
2893
|
+
"twitter": "a_birang"
|
|
2031
2894
|
}
|
|
2032
|
-
]
|
|
2895
|
+
],
|
|
2896
|
+
"compatibility": {
|
|
2897
|
+
"2.x": "working",
|
|
2898
|
+
"2.x-bridge": "unknown",
|
|
2899
|
+
"3.x": "unknown"
|
|
2900
|
+
}
|
|
2033
2901
|
},
|
|
2034
2902
|
{
|
|
2035
2903
|
"name": "router",
|
|
@@ -2040,16 +2908,20 @@
|
|
|
2040
2908
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2041
2909
|
"website": "https://github.com/nuxt-community/router-module",
|
|
2042
2910
|
"learn_more": "",
|
|
2043
|
-
"category": "
|
|
2911
|
+
"category": "Extensions",
|
|
2044
2912
|
"type": "community",
|
|
2045
2913
|
"maintainers": [
|
|
2046
2914
|
{
|
|
2047
2915
|
"name": "Sébastien Chopin",
|
|
2048
2916
|
"github": "Atinux",
|
|
2049
|
-
"twitter": "Atinux"
|
|
2050
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2917
|
+
"twitter": "Atinux"
|
|
2051
2918
|
}
|
|
2052
|
-
]
|
|
2919
|
+
],
|
|
2920
|
+
"compatibility": {
|
|
2921
|
+
"2.x": "working",
|
|
2922
|
+
"2.x-bridge": "unknown",
|
|
2923
|
+
"3.x": "unknown"
|
|
2924
|
+
}
|
|
2053
2925
|
},
|
|
2054
2926
|
{
|
|
2055
2927
|
"name": "sanity",
|
|
@@ -2066,10 +2938,14 @@
|
|
|
2066
2938
|
{
|
|
2067
2939
|
"name": "Daniel Roe",
|
|
2068
2940
|
"github": "danielroe",
|
|
2069
|
-
"twitter": "danielcroe"
|
|
2070
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
2941
|
+
"twitter": "danielcroe"
|
|
2071
2942
|
}
|
|
2072
|
-
]
|
|
2943
|
+
],
|
|
2944
|
+
"compatibility": {
|
|
2945
|
+
"2.x": "working",
|
|
2946
|
+
"2.x-bridge": "unknown",
|
|
2947
|
+
"3.x": "unknown"
|
|
2948
|
+
}
|
|
2073
2949
|
},
|
|
2074
2950
|
{
|
|
2075
2951
|
"name": "scss-to-js",
|
|
@@ -2085,10 +2961,14 @@
|
|
|
2085
2961
|
"maintainers": [
|
|
2086
2962
|
{
|
|
2087
2963
|
"name": "sugoidesune",
|
|
2088
|
-
"github": "sugoidesune"
|
|
2089
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
2964
|
+
"github": "sugoidesune"
|
|
2090
2965
|
}
|
|
2091
|
-
]
|
|
2966
|
+
],
|
|
2967
|
+
"compatibility": {
|
|
2968
|
+
"2.x": "working",
|
|
2969
|
+
"2.x-bridge": "unknown",
|
|
2970
|
+
"3.x": "unknown"
|
|
2971
|
+
}
|
|
2092
2972
|
},
|
|
2093
2973
|
{
|
|
2094
2974
|
"name": "segment",
|
|
@@ -2104,10 +2984,14 @@
|
|
|
2104
2984
|
"maintainers": [
|
|
2105
2985
|
{
|
|
2106
2986
|
"name": "dansmaculotte",
|
|
2107
|
-
"github": "dansmaculotte"
|
|
2108
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
2987
|
+
"github": "dansmaculotte"
|
|
2109
2988
|
}
|
|
2110
|
-
]
|
|
2989
|
+
],
|
|
2990
|
+
"compatibility": {
|
|
2991
|
+
"2.x": "working",
|
|
2992
|
+
"2.x-bridge": "unknown",
|
|
2993
|
+
"3.x": "unknown"
|
|
2994
|
+
}
|
|
2111
2995
|
},
|
|
2112
2996
|
{
|
|
2113
2997
|
"name": "sentry",
|
|
@@ -2116,17 +3000,21 @@
|
|
|
2116
3000
|
"npm": "@nuxtjs/sentry",
|
|
2117
3001
|
"icon": "sentry.png",
|
|
2118
3002
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2119
|
-
"website": "https://
|
|
3003
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2120
3004
|
"learn_more": "https://sentry.io/welcome/",
|
|
2121
3005
|
"category": "Monitoring",
|
|
2122
3006
|
"type": "community",
|
|
2123
3007
|
"maintainers": [
|
|
2124
3008
|
{
|
|
2125
3009
|
"name": "Rafał Chłodnicki",
|
|
2126
|
-
"github": "rchl"
|
|
2127
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
3010
|
+
"github": "rchl"
|
|
2128
3011
|
}
|
|
2129
|
-
]
|
|
3012
|
+
],
|
|
3013
|
+
"compatibility": {
|
|
3014
|
+
"2.x": "working",
|
|
3015
|
+
"2.x-bridge": "wip",
|
|
3016
|
+
"3.x": "wip"
|
|
3017
|
+
}
|
|
2130
3018
|
},
|
|
2131
3019
|
{
|
|
2132
3020
|
"name": "seomatic-meta",
|
|
@@ -2142,10 +3030,14 @@
|
|
|
2142
3030
|
"maintainers": [
|
|
2143
3031
|
{
|
|
2144
3032
|
"name": "ben-rogerson",
|
|
2145
|
-
"github": "ben-rogerson"
|
|
2146
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
3033
|
+
"github": "ben-rogerson"
|
|
2147
3034
|
}
|
|
2148
|
-
]
|
|
3035
|
+
],
|
|
3036
|
+
"compatibility": {
|
|
3037
|
+
"2.x": "working",
|
|
3038
|
+
"2.x-bridge": "unknown",
|
|
3039
|
+
"3.x": "unknown"
|
|
3040
|
+
}
|
|
2149
3041
|
},
|
|
2150
3042
|
{
|
|
2151
3043
|
"name": "separate-env",
|
|
@@ -2156,16 +3048,20 @@
|
|
|
2156
3048
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2157
3049
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2158
3050
|
"learn_more": "",
|
|
2159
|
-
"category": "
|
|
3051
|
+
"category": "Extensions",
|
|
2160
3052
|
"type": "community",
|
|
2161
3053
|
"maintainers": [
|
|
2162
3054
|
{
|
|
2163
3055
|
"name": "Alexander Lichter",
|
|
2164
3056
|
"github": "manniL",
|
|
2165
|
-
"twitter": "TheAlexLichter"
|
|
2166
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3057
|
+
"twitter": "TheAlexLichter"
|
|
2167
3058
|
}
|
|
2168
|
-
]
|
|
3059
|
+
],
|
|
3060
|
+
"compatibility": {
|
|
3061
|
+
"2.x": "working",
|
|
3062
|
+
"2.x-bridge": "unknown",
|
|
3063
|
+
"3.x": "unknown"
|
|
3064
|
+
}
|
|
2169
3065
|
},
|
|
2170
3066
|
{
|
|
2171
3067
|
"name": "shopify",
|
|
@@ -2181,10 +3077,14 @@
|
|
|
2181
3077
|
"maintainers": [
|
|
2182
3078
|
{
|
|
2183
3079
|
"name": "Gomah",
|
|
2184
|
-
"github": "Gomah"
|
|
2185
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3080
|
+
"github": "Gomah"
|
|
2186
3081
|
}
|
|
2187
|
-
]
|
|
3082
|
+
],
|
|
3083
|
+
"compatibility": {
|
|
3084
|
+
"2.x": "working",
|
|
3085
|
+
"2.x-bridge": "unknown",
|
|
3086
|
+
"3.x": "unknown"
|
|
3087
|
+
}
|
|
2188
3088
|
},
|
|
2189
3089
|
{
|
|
2190
3090
|
"name": "simple-line-icons",
|
|
@@ -2200,10 +3100,14 @@
|
|
|
2200
3100
|
"maintainers": [
|
|
2201
3101
|
{
|
|
2202
3102
|
"name": "vaso2",
|
|
2203
|
-
"github": "vaso2"
|
|
2204
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3103
|
+
"github": "vaso2"
|
|
2205
3104
|
}
|
|
2206
|
-
]
|
|
3105
|
+
],
|
|
3106
|
+
"compatibility": {
|
|
3107
|
+
"2.x": "working",
|
|
3108
|
+
"2.x-bridge": "unknown",
|
|
3109
|
+
"3.x": "unknown"
|
|
3110
|
+
}
|
|
2207
3111
|
},
|
|
2208
3112
|
{
|
|
2209
3113
|
"name": "sitemap",
|
|
@@ -2212,7 +3116,7 @@
|
|
|
2212
3116
|
"npm": "@nuxtjs/sitemap",
|
|
2213
3117
|
"icon": "",
|
|
2214
3118
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2215
|
-
"website": "https://
|
|
3119
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2216
3120
|
"learn_more": "",
|
|
2217
3121
|
"category": "SEO",
|
|
2218
3122
|
"type": "community",
|
|
@@ -2220,10 +3124,38 @@
|
|
|
2220
3124
|
{
|
|
2221
3125
|
"name": "Nicolas PENNEC",
|
|
2222
3126
|
"github": "NicoPennec",
|
|
2223
|
-
"twitter": "NicoPennec"
|
|
2224
|
-
|
|
3127
|
+
"twitter": "NicoPennec"
|
|
3128
|
+
}
|
|
3129
|
+
],
|
|
3130
|
+
"compatibility": {
|
|
3131
|
+
"2.x": "working",
|
|
3132
|
+
"2.x-bridge": "unknown",
|
|
3133
|
+
"3.x": "unknown"
|
|
3134
|
+
}
|
|
3135
|
+
},
|
|
3136
|
+
{
|
|
3137
|
+
"name": "snipcart",
|
|
3138
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3139
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3140
|
+
"npm": "@nuxtjs/snipcart",
|
|
3141
|
+
"icon": "snipcart.png",
|
|
3142
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3143
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3144
|
+
"learn_more": "",
|
|
3145
|
+
"category": "Payment",
|
|
3146
|
+
"type": "community",
|
|
3147
|
+
"maintainers": [
|
|
3148
|
+
{
|
|
3149
|
+
"name": "Florent GIRAUD",
|
|
3150
|
+
"github": "f3ltron",
|
|
3151
|
+
"twitter": "giraud_florent"
|
|
2225
3152
|
}
|
|
2226
|
-
]
|
|
3153
|
+
],
|
|
3154
|
+
"compatibility": {
|
|
3155
|
+
"2.x": "working",
|
|
3156
|
+
"2.x-bridge": "unknown",
|
|
3157
|
+
"3.x": "unknown"
|
|
3158
|
+
}
|
|
2227
3159
|
},
|
|
2228
3160
|
{
|
|
2229
3161
|
"name": "social-meta",
|
|
@@ -2239,10 +3171,14 @@
|
|
|
2239
3171
|
"maintainers": [
|
|
2240
3172
|
{
|
|
2241
3173
|
"name": "AlekseyPleshkov",
|
|
2242
|
-
"github": "AlekseyPleshkov"
|
|
2243
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3174
|
+
"github": "AlekseyPleshkov"
|
|
2244
3175
|
}
|
|
2245
|
-
]
|
|
3176
|
+
],
|
|
3177
|
+
"compatibility": {
|
|
3178
|
+
"2.x": "working",
|
|
3179
|
+
"2.x-bridge": "unknown",
|
|
3180
|
+
"3.x": "unknown"
|
|
3181
|
+
}
|
|
2246
3182
|
},
|
|
2247
3183
|
{
|
|
2248
3184
|
"name": "socket-io",
|
|
@@ -2258,10 +3194,14 @@
|
|
|
2258
3194
|
"maintainers": [
|
|
2259
3195
|
{
|
|
2260
3196
|
"name": "richardeschloss",
|
|
2261
|
-
"github": "richardeschloss"
|
|
2262
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3197
|
+
"github": "richardeschloss"
|
|
2263
3198
|
}
|
|
2264
|
-
]
|
|
3199
|
+
],
|
|
3200
|
+
"compatibility": {
|
|
3201
|
+
"2.x": "working",
|
|
3202
|
+
"2.x-bridge": "unknown",
|
|
3203
|
+
"3.x": "unknown"
|
|
3204
|
+
}
|
|
2265
3205
|
},
|
|
2266
3206
|
{
|
|
2267
3207
|
"name": "speedcurve",
|
|
@@ -2278,10 +3218,14 @@
|
|
|
2278
3218
|
{
|
|
2279
3219
|
"name": "Josh Deltener",
|
|
2280
3220
|
"github": "hecktarzuli",
|
|
2281
|
-
"twitter": "JoshDeltener"
|
|
2282
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
3221
|
+
"twitter": "JoshDeltener"
|
|
2283
3222
|
}
|
|
2284
|
-
]
|
|
3223
|
+
],
|
|
3224
|
+
"compatibility": {
|
|
3225
|
+
"2.x": "working",
|
|
3226
|
+
"2.x-bridge": "unknown",
|
|
3227
|
+
"3.x": "unknown"
|
|
3228
|
+
}
|
|
2285
3229
|
},
|
|
2286
3230
|
{
|
|
2287
3231
|
"name": "storage",
|
|
@@ -2292,15 +3236,42 @@
|
|
|
2292
3236
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2293
3237
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2294
3238
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2295
|
-
"category": "
|
|
3239
|
+
"category": "Extensions",
|
|
2296
3240
|
"type": "3rd-party",
|
|
2297
3241
|
"maintainers": [
|
|
2298
3242
|
{
|
|
2299
3243
|
"name": "mazipan",
|
|
2300
|
-
"github": "mazipan"
|
|
2301
|
-
|
|
3244
|
+
"github": "mazipan"
|
|
3245
|
+
}
|
|
3246
|
+
],
|
|
3247
|
+
"compatibility": {
|
|
3248
|
+
"2.x": "working",
|
|
3249
|
+
"2.x-bridge": "unknown",
|
|
3250
|
+
"3.x": "unknown"
|
|
3251
|
+
}
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"name": "storefront-ui",
|
|
3255
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3256
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3257
|
+
"npm": "@storefront-ui/nuxt",
|
|
3258
|
+
"icon": "storefront-ui.svg",
|
|
3259
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3260
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3261
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3262
|
+
"category": "UI",
|
|
3263
|
+
"type": "3rd-party",
|
|
3264
|
+
"maintainers": [
|
|
3265
|
+
{
|
|
3266
|
+
"name": "Jakub Andrzejewski",
|
|
3267
|
+
"github": "Baroshem"
|
|
2302
3268
|
}
|
|
2303
|
-
]
|
|
3269
|
+
],
|
|
3270
|
+
"compatibility": {
|
|
3271
|
+
"2.x": "working",
|
|
3272
|
+
"2.x-bridge": "unknown",
|
|
3273
|
+
"3.x": "unknown"
|
|
3274
|
+
}
|
|
2304
3275
|
},
|
|
2305
3276
|
{
|
|
2306
3277
|
"name": "stories",
|
|
@@ -2316,16 +3287,20 @@
|
|
|
2316
3287
|
"maintainers": [
|
|
2317
3288
|
{
|
|
2318
3289
|
"name": "richardeschloss",
|
|
2319
|
-
"github": "richardeschloss"
|
|
2320
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3290
|
+
"github": "richardeschloss"
|
|
2321
3291
|
}
|
|
2322
|
-
]
|
|
3292
|
+
],
|
|
3293
|
+
"compatibility": {
|
|
3294
|
+
"2.x": "working",
|
|
3295
|
+
"2.x-bridge": "unknown",
|
|
3296
|
+
"3.x": "unknown"
|
|
3297
|
+
}
|
|
2323
3298
|
},
|
|
2324
3299
|
{
|
|
2325
3300
|
"name": "storyblok",
|
|
2326
3301
|
"description": "Storyblok Nuxt.js module",
|
|
2327
3302
|
"repo": "storyblok/storyblok-nuxt",
|
|
2328
|
-
"npm": "storyblok-
|
|
3303
|
+
"npm": "@storyblok/nuxt-ws",
|
|
2329
3304
|
"icon": "storyblok.png",
|
|
2330
3305
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2331
3306
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2335,10 +3310,14 @@
|
|
|
2335
3310
|
"maintainers": [
|
|
2336
3311
|
{
|
|
2337
3312
|
"name": "storyblok",
|
|
2338
|
-
"github": "storyblok"
|
|
2339
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3313
|
+
"github": "storyblok"
|
|
2340
3314
|
}
|
|
2341
|
-
]
|
|
3315
|
+
],
|
|
3316
|
+
"compatibility": {
|
|
3317
|
+
"2.x": "working",
|
|
3318
|
+
"2.x-bridge": "unknown",
|
|
3319
|
+
"3.x": "unknown"
|
|
3320
|
+
}
|
|
2342
3321
|
},
|
|
2343
3322
|
{
|
|
2344
3323
|
"name": "storybook",
|
|
@@ -2355,16 +3334,19 @@
|
|
|
2355
3334
|
{
|
|
2356
3335
|
"name": "Ahad Birang",
|
|
2357
3336
|
"github": "farnabaz",
|
|
2358
|
-
"twitter": "a_birang"
|
|
2359
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3337
|
+
"twitter": "a_birang"
|
|
2360
3338
|
},
|
|
2361
3339
|
{
|
|
2362
3340
|
"name": "Pooya Parsa",
|
|
2363
3341
|
"github": "pi0",
|
|
2364
|
-
"twitter": "_pi0_"
|
|
2365
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3342
|
+
"twitter": "_pi0_"
|
|
2366
3343
|
}
|
|
2367
|
-
]
|
|
3344
|
+
],
|
|
3345
|
+
"compatibility": {
|
|
3346
|
+
"2.x": "working",
|
|
3347
|
+
"2.x-bridge": "unknown",
|
|
3348
|
+
"3.x": "unknown"
|
|
3349
|
+
}
|
|
2368
3350
|
},
|
|
2369
3351
|
{
|
|
2370
3352
|
"name": "strapi",
|
|
@@ -2381,16 +3363,19 @@
|
|
|
2381
3363
|
{
|
|
2382
3364
|
"name": "Benjamin Canac",
|
|
2383
3365
|
"github": "benjamincanac",
|
|
2384
|
-
"twitter": "benjamincanac"
|
|
2385
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3366
|
+
"twitter": "benjamincanac"
|
|
2386
3367
|
},
|
|
2387
3368
|
{
|
|
2388
3369
|
"name": "Sébastien Chopin",
|
|
2389
3370
|
"github": "Atinux",
|
|
2390
|
-
"twitter": "Atinux"
|
|
2391
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3371
|
+
"twitter": "Atinux"
|
|
2392
3372
|
}
|
|
2393
|
-
]
|
|
3373
|
+
],
|
|
3374
|
+
"compatibility": {
|
|
3375
|
+
"2.x": "working",
|
|
3376
|
+
"2.x-bridge": "wip",
|
|
3377
|
+
"3.x": "unknown"
|
|
3378
|
+
}
|
|
2394
3379
|
},
|
|
2395
3380
|
{
|
|
2396
3381
|
"name": "stripe",
|
|
@@ -2406,10 +3391,14 @@
|
|
|
2406
3391
|
"maintainers": [
|
|
2407
3392
|
{
|
|
2408
3393
|
"name": "WilliamDASILVA",
|
|
2409
|
-
"github": "WilliamDASILVA"
|
|
2410
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3394
|
+
"github": "WilliamDASILVA"
|
|
2411
3395
|
}
|
|
2412
|
-
]
|
|
3396
|
+
],
|
|
3397
|
+
"compatibility": {
|
|
3398
|
+
"2.x": "working",
|
|
3399
|
+
"2.x-bridge": "unknown",
|
|
3400
|
+
"3.x": "unknown"
|
|
3401
|
+
}
|
|
2413
3402
|
},
|
|
2414
3403
|
{
|
|
2415
3404
|
"name": "style-resources",
|
|
@@ -2426,10 +3415,14 @@
|
|
|
2426
3415
|
{
|
|
2427
3416
|
"name": "Alexander Lichter",
|
|
2428
3417
|
"github": "manniL",
|
|
2429
|
-
"twitter": "TheAlexLichter"
|
|
2430
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3418
|
+
"twitter": "TheAlexLichter"
|
|
2431
3419
|
}
|
|
2432
|
-
]
|
|
3420
|
+
],
|
|
3421
|
+
"compatibility": {
|
|
3422
|
+
"2.x": "working",
|
|
3423
|
+
"2.x-bridge": "unknown",
|
|
3424
|
+
"3.x": "unknown"
|
|
3425
|
+
}
|
|
2433
3426
|
},
|
|
2434
3427
|
{
|
|
2435
3428
|
"name": "stylelint",
|
|
@@ -2445,10 +3438,38 @@
|
|
|
2445
3438
|
"maintainers": [
|
|
2446
3439
|
{
|
|
2447
3440
|
"name": "Ricardo Gobbo de Souza",
|
|
2448
|
-
"github": "ricardogobbosouza"
|
|
2449
|
-
|
|
3441
|
+
"github": "ricardogobbosouza"
|
|
3442
|
+
}
|
|
3443
|
+
],
|
|
3444
|
+
"compatibility": {
|
|
3445
|
+
"2.x": "working",
|
|
3446
|
+
"2.x-bridge": "unknown",
|
|
3447
|
+
"3.x": "unknown"
|
|
3448
|
+
}
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"name": "supabase",
|
|
3452
|
+
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3453
|
+
"repo": "supabase/nuxt-supabase",
|
|
3454
|
+
"npm": "nuxt-supabase",
|
|
3455
|
+
"icon": "supabase.png",
|
|
3456
|
+
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3457
|
+
"website": "https://github.com/supabase/nuxt-supabase",
|
|
3458
|
+
"learn_more": "https://supabase.io",
|
|
3459
|
+
"category": "Database",
|
|
3460
|
+
"type": "3rd-party",
|
|
3461
|
+
"maintainers": [
|
|
3462
|
+
{
|
|
3463
|
+
"name": "Scott Robertson",
|
|
3464
|
+
"github": "scottrobertson",
|
|
3465
|
+
"twitter": "scottymeuk"
|
|
2450
3466
|
}
|
|
2451
|
-
]
|
|
3467
|
+
],
|
|
3468
|
+
"compatibility": {
|
|
3469
|
+
"2.x": "working",
|
|
3470
|
+
"2.x-bridge": "unknown",
|
|
3471
|
+
"3.x": "unknown"
|
|
3472
|
+
}
|
|
2452
3473
|
},
|
|
2453
3474
|
{
|
|
2454
3475
|
"name": "svg-loader",
|
|
@@ -2459,15 +3480,19 @@
|
|
|
2459
3480
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2460
3481
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2461
3482
|
"learn_more": "",
|
|
2462
|
-
"category": "
|
|
3483
|
+
"category": "Extensions",
|
|
2463
3484
|
"type": "3rd-party",
|
|
2464
3485
|
"maintainers": [
|
|
2465
3486
|
{
|
|
2466
3487
|
"name": "Developmint",
|
|
2467
|
-
"github": "Developmint"
|
|
2468
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3488
|
+
"github": "Developmint"
|
|
2469
3489
|
}
|
|
2470
|
-
]
|
|
3490
|
+
],
|
|
3491
|
+
"compatibility": {
|
|
3492
|
+
"2.x": "working",
|
|
3493
|
+
"2.x-bridge": "unknown",
|
|
3494
|
+
"3.x": "unknown"
|
|
3495
|
+
}
|
|
2471
3496
|
},
|
|
2472
3497
|
{
|
|
2473
3498
|
"name": "svg-sprite",
|
|
@@ -2478,16 +3503,20 @@
|
|
|
2478
3503
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2479
3504
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2480
3505
|
"learn_more": "",
|
|
2481
|
-
"category": "
|
|
3506
|
+
"category": "UI",
|
|
2482
3507
|
"type": "community",
|
|
2483
3508
|
"maintainers": [
|
|
2484
3509
|
{
|
|
2485
3510
|
"name": "Ahad Birang",
|
|
2486
3511
|
"github": "farnabaz",
|
|
2487
|
-
"twitter": "a_birang"
|
|
2488
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3512
|
+
"twitter": "a_birang"
|
|
2489
3513
|
}
|
|
2490
|
-
]
|
|
3514
|
+
],
|
|
3515
|
+
"compatibility": {
|
|
3516
|
+
"2.x": "working",
|
|
3517
|
+
"2.x-bridge": "unknown",
|
|
3518
|
+
"3.x": "unknown"
|
|
3519
|
+
}
|
|
2491
3520
|
},
|
|
2492
3521
|
{
|
|
2493
3522
|
"name": "svg",
|
|
@@ -2498,15 +3527,19 @@
|
|
|
2498
3527
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2499
3528
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2500
3529
|
"learn_more": "",
|
|
2501
|
-
"category": "
|
|
3530
|
+
"category": "Extensions",
|
|
2502
3531
|
"type": "community",
|
|
2503
3532
|
"maintainers": [
|
|
2504
3533
|
{
|
|
2505
3534
|
"name": "Sam Holmes",
|
|
2506
|
-
"github": "sam3d"
|
|
2507
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3535
|
+
"github": "sam3d"
|
|
2508
3536
|
}
|
|
2509
|
-
]
|
|
3537
|
+
],
|
|
3538
|
+
"compatibility": {
|
|
3539
|
+
"2.x": "working",
|
|
3540
|
+
"2.x-bridge": "unknown",
|
|
3541
|
+
"3.x": "unknown"
|
|
3542
|
+
}
|
|
2510
3543
|
},
|
|
2511
3544
|
{
|
|
2512
3545
|
"name": "sweetalert2",
|
|
@@ -2522,10 +3555,14 @@
|
|
|
2522
3555
|
"maintainers": [
|
|
2523
3556
|
{
|
|
2524
3557
|
"name": "ImreC",
|
|
2525
|
-
"github": "ImreC"
|
|
2526
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3558
|
+
"github": "ImreC"
|
|
2527
3559
|
}
|
|
2528
|
-
]
|
|
3560
|
+
],
|
|
3561
|
+
"compatibility": {
|
|
3562
|
+
"2.x": "working",
|
|
3563
|
+
"2.x-bridge": "unknown",
|
|
3564
|
+
"3.x": "unknown"
|
|
3565
|
+
}
|
|
2529
3566
|
},
|
|
2530
3567
|
{
|
|
2531
3568
|
"name": "tailwindcss",
|
|
@@ -2542,10 +3579,14 @@
|
|
|
2542
3579
|
{
|
|
2543
3580
|
"name": "Sébastien Chopin",
|
|
2544
3581
|
"github": "Atinux",
|
|
2545
|
-
"twitter": "Atinux"
|
|
2546
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3582
|
+
"twitter": "Atinux"
|
|
2547
3583
|
}
|
|
2548
|
-
]
|
|
3584
|
+
],
|
|
3585
|
+
"compatibility": {
|
|
3586
|
+
"2.x": "working",
|
|
3587
|
+
"2.x-bridge": "wip",
|
|
3588
|
+
"3.x": "wip"
|
|
3589
|
+
}
|
|
2549
3590
|
},
|
|
2550
3591
|
{
|
|
2551
3592
|
"name": "toast",
|
|
@@ -2553,8 +3594,8 @@
|
|
|
2553
3594
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2554
3595
|
"npm": "@nuxtjs/toast",
|
|
2555
3596
|
"icon": "",
|
|
2556
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2557
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3597
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3598
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2558
3599
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2559
3600
|
"category": "Libraries",
|
|
2560
3601
|
"type": "community",
|
|
@@ -2562,10 +3603,37 @@
|
|
|
2562
3603
|
{
|
|
2563
3604
|
"name": "Pooya Parsa",
|
|
2564
3605
|
"github": "pi0",
|
|
2565
|
-
"twitter": "_pi0_"
|
|
2566
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3606
|
+
"twitter": "_pi0_"
|
|
2567
3607
|
}
|
|
2568
|
-
]
|
|
3608
|
+
],
|
|
3609
|
+
"compatibility": {
|
|
3610
|
+
"2.x": "working",
|
|
3611
|
+
"2.x-bridge": "unknown",
|
|
3612
|
+
"3.x": "unknown"
|
|
3613
|
+
}
|
|
3614
|
+
},
|
|
3615
|
+
{
|
|
3616
|
+
"name": "twa",
|
|
3617
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3618
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3619
|
+
"npm": "nuxt-twa",
|
|
3620
|
+
"icon": "",
|
|
3621
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3622
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3623
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3624
|
+
"category": "Performance",
|
|
3625
|
+
"type": "3rd-party",
|
|
3626
|
+
"maintainers": [
|
|
3627
|
+
{
|
|
3628
|
+
"name": "Nicolas Perraut",
|
|
3629
|
+
"github": "tuarrep"
|
|
3630
|
+
}
|
|
3631
|
+
],
|
|
3632
|
+
"compatibility": {
|
|
3633
|
+
"2.x": "working",
|
|
3634
|
+
"2.x-bridge": "wip",
|
|
3635
|
+
"3.x": "wip"
|
|
3636
|
+
}
|
|
2569
3637
|
},
|
|
2570
3638
|
{
|
|
2571
3639
|
"name": "typed-router",
|
|
@@ -2581,10 +3649,14 @@
|
|
|
2581
3649
|
"maintainers": [
|
|
2582
3650
|
{
|
|
2583
3651
|
"name": "victorgarciaesgi",
|
|
2584
|
-
"github": "victorgarciaesgi"
|
|
2585
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3652
|
+
"github": "victorgarciaesgi"
|
|
2586
3653
|
}
|
|
2587
|
-
]
|
|
3654
|
+
],
|
|
3655
|
+
"compatibility": {
|
|
3656
|
+
"2.x": "working",
|
|
3657
|
+
"2.x-bridge": "unknown",
|
|
3658
|
+
"3.x": "unknown"
|
|
3659
|
+
}
|
|
2588
3660
|
},
|
|
2589
3661
|
{
|
|
2590
3662
|
"name": "typescript-runtime",
|
|
@@ -2600,22 +3672,24 @@
|
|
|
2600
3672
|
"maintainers": [
|
|
2601
3673
|
{
|
|
2602
3674
|
"name": "Kevin Marrec",
|
|
2603
|
-
"github": "kevinmarrec"
|
|
2604
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3675
|
+
"github": "kevinmarrec"
|
|
2605
3676
|
},
|
|
2606
3677
|
{
|
|
2607
3678
|
"name": "Pooya Parsa",
|
|
2608
3679
|
"github": "pi0",
|
|
2609
|
-
"twitter": "_pi0_"
|
|
2610
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3680
|
+
"twitter": "_pi0_"
|
|
2611
3681
|
},
|
|
2612
3682
|
{
|
|
2613
3683
|
"name": "Daniel Roe",
|
|
2614
3684
|
"github": "danielroe",
|
|
2615
|
-
"twitter": "danielcroe"
|
|
2616
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3685
|
+
"twitter": "danielcroe"
|
|
2617
3686
|
}
|
|
2618
|
-
]
|
|
3687
|
+
],
|
|
3688
|
+
"compatibility": {
|
|
3689
|
+
"2.x": "working",
|
|
3690
|
+
"2.x-bridge": "unknown",
|
|
3691
|
+
"3.x": "unknown"
|
|
3692
|
+
}
|
|
2619
3693
|
},
|
|
2620
3694
|
{
|
|
2621
3695
|
"name": "typescript",
|
|
@@ -2631,22 +3705,24 @@
|
|
|
2631
3705
|
"maintainers": [
|
|
2632
3706
|
{
|
|
2633
3707
|
"name": "Kevin Marrec",
|
|
2634
|
-
"github": "kevinmarrec"
|
|
2635
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3708
|
+
"github": "kevinmarrec"
|
|
2636
3709
|
},
|
|
2637
3710
|
{
|
|
2638
3711
|
"name": "Pooya Parsa",
|
|
2639
3712
|
"github": "pi0",
|
|
2640
|
-
"twitter": "_pi0_"
|
|
2641
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3713
|
+
"twitter": "_pi0_"
|
|
2642
3714
|
},
|
|
2643
3715
|
{
|
|
2644
3716
|
"name": "Daniel Roe",
|
|
2645
3717
|
"github": "danielroe",
|
|
2646
|
-
"twitter": "danielcroe"
|
|
2647
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3718
|
+
"twitter": "danielcroe"
|
|
2648
3719
|
}
|
|
2649
|
-
]
|
|
3720
|
+
],
|
|
3721
|
+
"compatibility": {
|
|
3722
|
+
"2.x": "working",
|
|
3723
|
+
"2.x-bridge": "unknown",
|
|
3724
|
+
"3.x": "unknown"
|
|
3725
|
+
}
|
|
2650
3726
|
},
|
|
2651
3727
|
{
|
|
2652
3728
|
"name": "universal-storage",
|
|
@@ -2657,22 +3733,50 @@
|
|
|
2657
3733
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2658
3734
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2659
3735
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2660
|
-
"category": "
|
|
3736
|
+
"category": "Extensions",
|
|
2661
3737
|
"type": "community",
|
|
2662
3738
|
"maintainers": [
|
|
2663
3739
|
{
|
|
2664
3740
|
"name": "Pooya Parsa",
|
|
2665
3741
|
"github": "pi0",
|
|
2666
|
-
"twitter": "_pi0_"
|
|
2667
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3742
|
+
"twitter": "_pi0_"
|
|
2668
3743
|
},
|
|
2669
3744
|
{
|
|
2670
3745
|
"name": "Farzad Soltani",
|
|
2671
3746
|
"github": "farzadso",
|
|
2672
|
-
"twitter": "farzadso"
|
|
2673
|
-
|
|
3747
|
+
"twitter": "farzadso"
|
|
3748
|
+
}
|
|
3749
|
+
],
|
|
3750
|
+
"compatibility": {
|
|
3751
|
+
"2.x": "working",
|
|
3752
|
+
"2.x-bridge": "unknown",
|
|
3753
|
+
"3.x": "unknown"
|
|
3754
|
+
}
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"name": "unocss",
|
|
3758
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
3759
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3760
|
+
"npm": "@unocss/nuxt",
|
|
3761
|
+
"icon": "unocss.svg",
|
|
3762
|
+
"github": "https://github.com/antfu/unocss",
|
|
3763
|
+
"website": "https://github.com/antfu/unocss",
|
|
3764
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
3765
|
+
"category": "UI",
|
|
3766
|
+
"type": "3rd-party",
|
|
3767
|
+
"maintainers": [
|
|
3768
|
+
{
|
|
3769
|
+
"name": "Anthony Fu",
|
|
3770
|
+
"github": "antfu",
|
|
3771
|
+
"twitter": "antfu7",
|
|
3772
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2674
3773
|
}
|
|
2675
|
-
]
|
|
3774
|
+
],
|
|
3775
|
+
"compatibility": {
|
|
3776
|
+
"2.x": "working",
|
|
3777
|
+
"2.x-bridge": "working",
|
|
3778
|
+
"3.x": "working"
|
|
3779
|
+
}
|
|
2676
3780
|
},
|
|
2677
3781
|
{
|
|
2678
3782
|
"name": "user-agent",
|
|
@@ -2683,15 +3787,19 @@
|
|
|
2683
3787
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2684
3788
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2685
3789
|
"learn_more": "",
|
|
2686
|
-
"category": "
|
|
3790
|
+
"category": "Extensions",
|
|
2687
3791
|
"type": "3rd-party",
|
|
2688
3792
|
"maintainers": [
|
|
2689
3793
|
{
|
|
2690
3794
|
"name": "fukuiretu",
|
|
2691
|
-
"github": "fukuiretu"
|
|
2692
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
3795
|
+
"github": "fukuiretu"
|
|
2693
3796
|
}
|
|
2694
|
-
]
|
|
3797
|
+
],
|
|
3798
|
+
"compatibility": {
|
|
3799
|
+
"2.x": "working",
|
|
3800
|
+
"2.x-bridge": "unknown",
|
|
3801
|
+
"3.x": "unknown"
|
|
3802
|
+
}
|
|
2695
3803
|
},
|
|
2696
3804
|
{
|
|
2697
3805
|
"name": "validate",
|
|
@@ -2707,10 +3815,14 @@
|
|
|
2707
3815
|
"maintainers": [
|
|
2708
3816
|
{
|
|
2709
3817
|
"name": "lewyuburi",
|
|
2710
|
-
"github": "lewyuburi"
|
|
2711
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
3818
|
+
"github": "lewyuburi"
|
|
2712
3819
|
}
|
|
2713
|
-
]
|
|
3820
|
+
],
|
|
3821
|
+
"compatibility": {
|
|
3822
|
+
"2.x": "working",
|
|
3823
|
+
"2.x-bridge": "unknown",
|
|
3824
|
+
"3.x": "unknown"
|
|
3825
|
+
}
|
|
2714
3826
|
},
|
|
2715
3827
|
{
|
|
2716
3828
|
"name": "vendor",
|
|
@@ -2721,35 +3833,20 @@
|
|
|
2721
3833
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2722
3834
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2723
3835
|
"learn_more": "",
|
|
2724
|
-
"category": "
|
|
3836
|
+
"category": "Extensions",
|
|
2725
3837
|
"type": "community",
|
|
2726
3838
|
"maintainers": [
|
|
2727
3839
|
{
|
|
2728
3840
|
"name": "Pooya Parsa",
|
|
2729
3841
|
"github": "pi0",
|
|
2730
|
-
"twitter": "_pi0_"
|
|
2731
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3842
|
+
"twitter": "_pi0_"
|
|
2732
3843
|
}
|
|
2733
|
-
]
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
"npm": "nuxt-vitals",
|
|
2740
|
-
"icon": "",
|
|
2741
|
-
"github": "https://github.com/nuxt-community/vitals-module",
|
|
2742
|
-
"website": "https://github.com/nuxt-community/vitals-module",
|
|
2743
|
-
"learn_more": "",
|
|
2744
|
-
"category": "Performance",
|
|
2745
|
-
"type": "3rd-party",
|
|
2746
|
-
"maintainers": [
|
|
2747
|
-
{
|
|
2748
|
-
"name": "daliborgogic",
|
|
2749
|
-
"github": "daliborgogic",
|
|
2750
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
2751
|
-
}
|
|
2752
|
-
]
|
|
3844
|
+
],
|
|
3845
|
+
"compatibility": {
|
|
3846
|
+
"2.x": "working",
|
|
3847
|
+
"2.x-bridge": "unknown",
|
|
3848
|
+
"3.x": "unknown"
|
|
3849
|
+
}
|
|
2753
3850
|
},
|
|
2754
3851
|
{
|
|
2755
3852
|
"name": "vue-material",
|
|
@@ -2765,10 +3862,14 @@
|
|
|
2765
3862
|
"maintainers": [
|
|
2766
3863
|
{
|
|
2767
3864
|
"name": "vaso2",
|
|
2768
|
-
"github": "vaso2"
|
|
2769
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3865
|
+
"github": "vaso2"
|
|
2770
3866
|
}
|
|
2771
|
-
]
|
|
3867
|
+
],
|
|
3868
|
+
"compatibility": {
|
|
3869
|
+
"2.x": "working",
|
|
3870
|
+
"2.x-bridge": "unknown",
|
|
3871
|
+
"3.x": "unknown"
|
|
3872
|
+
}
|
|
2772
3873
|
},
|
|
2773
3874
|
{
|
|
2774
3875
|
"name": "vue-multiselect",
|
|
@@ -2784,10 +3885,14 @@
|
|
|
2784
3885
|
"maintainers": [
|
|
2785
3886
|
{
|
|
2786
3887
|
"name": "spektrummedia",
|
|
2787
|
-
"github": "spektrummedia"
|
|
2788
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
3888
|
+
"github": "spektrummedia"
|
|
2789
3889
|
}
|
|
2790
|
-
]
|
|
3890
|
+
],
|
|
3891
|
+
"compatibility": {
|
|
3892
|
+
"2.x": "working",
|
|
3893
|
+
"2.x-bridge": "unknown",
|
|
3894
|
+
"3.x": "unknown"
|
|
3895
|
+
}
|
|
2791
3896
|
},
|
|
2792
3897
|
{
|
|
2793
3898
|
"name": "vue-select",
|
|
@@ -2803,10 +3908,14 @@
|
|
|
2803
3908
|
"maintainers": [
|
|
2804
3909
|
{
|
|
2805
3910
|
"name": "madmod",
|
|
2806
|
-
"github": "madmod"
|
|
2807
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
3911
|
+
"github": "madmod"
|
|
2808
3912
|
}
|
|
2809
|
-
]
|
|
3913
|
+
],
|
|
3914
|
+
"compatibility": {
|
|
3915
|
+
"2.x": "working",
|
|
3916
|
+
"2.x-bridge": "unknown",
|
|
3917
|
+
"3.x": "unknown"
|
|
3918
|
+
}
|
|
2810
3919
|
},
|
|
2811
3920
|
{
|
|
2812
3921
|
"name": "vue-warehouse",
|
|
@@ -2823,10 +3932,14 @@
|
|
|
2823
3932
|
{
|
|
2824
3933
|
"name": "Julio Marquez",
|
|
2825
3934
|
"github": "juliomrqz",
|
|
2826
|
-
"twitter": "juliomrqz"
|
|
2827
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
3935
|
+
"twitter": "juliomrqz"
|
|
2828
3936
|
}
|
|
2829
|
-
]
|
|
3937
|
+
],
|
|
3938
|
+
"compatibility": {
|
|
3939
|
+
"2.x": "working",
|
|
3940
|
+
"2.x-bridge": "unknown",
|
|
3941
|
+
"3.x": "unknown"
|
|
3942
|
+
}
|
|
2830
3943
|
},
|
|
2831
3944
|
{
|
|
2832
3945
|
"name": "vuetify",
|
|
@@ -2842,16 +3955,43 @@
|
|
|
2842
3955
|
"maintainers": [
|
|
2843
3956
|
{
|
|
2844
3957
|
"name": "Kevin Marrec",
|
|
2845
|
-
"github": "kevinmarrec"
|
|
2846
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3958
|
+
"github": "kevinmarrec"
|
|
2847
3959
|
},
|
|
2848
3960
|
{
|
|
2849
3961
|
"name": "Pooya Parsa",
|
|
2850
3962
|
"github": "pi0",
|
|
2851
|
-
"twitter": "_pi0_"
|
|
2852
|
-
|
|
3963
|
+
"twitter": "_pi0_"
|
|
3964
|
+
}
|
|
3965
|
+
],
|
|
3966
|
+
"compatibility": {
|
|
3967
|
+
"2.x": "working",
|
|
3968
|
+
"2.x-bridge": "unknown",
|
|
3969
|
+
"3.x": "not-working"
|
|
3970
|
+
}
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "vueuse",
|
|
3974
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
3975
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
3976
|
+
"npm": "@vueuse/core",
|
|
3977
|
+
"icon": "vueuse.svg",
|
|
3978
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
3979
|
+
"website": "https://vueuse.org",
|
|
3980
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
3981
|
+
"category": "Libraries",
|
|
3982
|
+
"type": "3rd-party",
|
|
3983
|
+
"maintainers": [
|
|
3984
|
+
{
|
|
3985
|
+
"name": "Anthony Fu",
|
|
3986
|
+
"github": "antfu",
|
|
3987
|
+
"twitter": "antfu7"
|
|
2853
3988
|
}
|
|
2854
|
-
]
|
|
3989
|
+
],
|
|
3990
|
+
"compatibility": {
|
|
3991
|
+
"2.x": "working",
|
|
3992
|
+
"2.x-bridge": "working",
|
|
3993
|
+
"3.x": "working"
|
|
3994
|
+
}
|
|
2855
3995
|
},
|
|
2856
3996
|
{
|
|
2857
3997
|
"name": "vuex-router-sync",
|
|
@@ -2867,10 +4007,71 @@
|
|
|
2867
4007
|
"maintainers": [
|
|
2868
4008
|
{
|
|
2869
4009
|
"name": "paulgv",
|
|
2870
|
-
"github": "paulgv"
|
|
2871
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4010
|
+
"github": "paulgv"
|
|
2872
4011
|
}
|
|
2873
|
-
]
|
|
4012
|
+
],
|
|
4013
|
+
"compatibility": {
|
|
4014
|
+
"2.x": "working",
|
|
4015
|
+
"2.x-bridge": "unknown",
|
|
4016
|
+
"3.x": "unknown"
|
|
4017
|
+
}
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"name": "web-vitals",
|
|
4021
|
+
"description": "Web Vitals for Nuxt",
|
|
4022
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
4023
|
+
"npm": "@nuxtjs/web-vitals",
|
|
4024
|
+
"icon": "",
|
|
4025
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4026
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4027
|
+
"learn_more": "",
|
|
4028
|
+
"category": "Performance",
|
|
4029
|
+
"type": "community",
|
|
4030
|
+
"maintainers": [
|
|
4031
|
+
{
|
|
4032
|
+
"name": "daliborgogic",
|
|
4033
|
+
"github": "daliborgogic"
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"name": "Pooya Parsa",
|
|
4037
|
+
"github": "pi0",
|
|
4038
|
+
"twitter": "_pi0_"
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"name": "Sebastien Chopin",
|
|
4042
|
+
"github": "Atinux",
|
|
4043
|
+
"twitter": "Atinux"
|
|
4044
|
+
}
|
|
4045
|
+
],
|
|
4046
|
+
"compatibility": {
|
|
4047
|
+
"2.x": "working",
|
|
4048
|
+
"2.x-bridge": "unknown",
|
|
4049
|
+
"3.x": "unknown"
|
|
4050
|
+
}
|
|
4051
|
+
},
|
|
4052
|
+
{
|
|
4053
|
+
"name": "web3js",
|
|
4054
|
+
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
4055
|
+
"repo": "fauzan121002/nuxt-web3",
|
|
4056
|
+
"npm": "nuxt-web3",
|
|
4057
|
+
"icon": "web3js.svg",
|
|
4058
|
+
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
4059
|
+
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
4060
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4061
|
+
"category": "Libraries",
|
|
4062
|
+
"type": "3rd-party",
|
|
4063
|
+
"maintainers": [
|
|
4064
|
+
{
|
|
4065
|
+
"name": "Muhammad Fauzan",
|
|
4066
|
+
"github": "fauzan121002",
|
|
4067
|
+
"twitter": "fauzandev"
|
|
4068
|
+
}
|
|
4069
|
+
],
|
|
4070
|
+
"compatibility": {
|
|
4071
|
+
"2.x": "working",
|
|
4072
|
+
"2.x-bridge": "unknown",
|
|
4073
|
+
"3.x": "unknown"
|
|
4074
|
+
}
|
|
2874
4075
|
},
|
|
2875
4076
|
{
|
|
2876
4077
|
"name": "webfontloader",
|
|
@@ -2886,10 +4087,37 @@
|
|
|
2886
4087
|
"maintainers": [
|
|
2887
4088
|
{
|
|
2888
4089
|
"name": "Developmint",
|
|
2889
|
-
"github": "Developmint"
|
|
2890
|
-
|
|
4090
|
+
"github": "Developmint"
|
|
4091
|
+
}
|
|
4092
|
+
],
|
|
4093
|
+
"compatibility": {
|
|
4094
|
+
"2.x": "working",
|
|
4095
|
+
"2.x-bridge": "unknown",
|
|
4096
|
+
"3.x": "unknown"
|
|
4097
|
+
}
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
"name": "webpack-optimisations",
|
|
4101
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4102
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4103
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4104
|
+
"icon": "build-optimisations.svg",
|
|
4105
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4106
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4107
|
+
"learn_more": "",
|
|
4108
|
+
"category": "Devtools",
|
|
4109
|
+
"type": "3rd-party",
|
|
4110
|
+
"maintainers": [
|
|
4111
|
+
{
|
|
4112
|
+
"name": "Harlan Wilton",
|
|
4113
|
+
"github": "harlan-zw"
|
|
2891
4114
|
}
|
|
2892
|
-
]
|
|
4115
|
+
],
|
|
4116
|
+
"compatibility": {
|
|
4117
|
+
"2.x": "working",
|
|
4118
|
+
"2.x-bridge": "working",
|
|
4119
|
+
"3.x": "unknown"
|
|
4120
|
+
}
|
|
2893
4121
|
},
|
|
2894
4122
|
{
|
|
2895
4123
|
"name": "webpack-profile",
|
|
@@ -2906,10 +4134,14 @@
|
|
|
2906
4134
|
{
|
|
2907
4135
|
"name": "Pooya Parsa",
|
|
2908
4136
|
"github": "pi0",
|
|
2909
|
-
"twitter": "_pi0_"
|
|
2910
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4137
|
+
"twitter": "_pi0_"
|
|
2911
4138
|
}
|
|
2912
|
-
]
|
|
4139
|
+
],
|
|
4140
|
+
"compatibility": {
|
|
4141
|
+
"2.x": "working",
|
|
4142
|
+
"2.x-bridge": "unknown",
|
|
4143
|
+
"3.x": "unknown"
|
|
4144
|
+
}
|
|
2913
4145
|
},
|
|
2914
4146
|
{
|
|
2915
4147
|
"name": "webpackdashboard",
|
|
@@ -2925,10 +4157,14 @@
|
|
|
2925
4157
|
"maintainers": [
|
|
2926
4158
|
{
|
|
2927
4159
|
"name": "paulgv",
|
|
2928
|
-
"github": "paulgv"
|
|
2929
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4160
|
+
"github": "paulgv"
|
|
2930
4161
|
}
|
|
2931
|
-
]
|
|
4162
|
+
],
|
|
4163
|
+
"compatibility": {
|
|
4164
|
+
"2.x": "working",
|
|
4165
|
+
"2.x-bridge": "unknown",
|
|
4166
|
+
"3.x": "unknown"
|
|
4167
|
+
}
|
|
2932
4168
|
},
|
|
2933
4169
|
{
|
|
2934
4170
|
"name": "webpackmonitor",
|
|
@@ -2945,10 +4181,43 @@
|
|
|
2945
4181
|
{
|
|
2946
4182
|
"name": "Pooya Parsa",
|
|
2947
4183
|
"github": "pi0",
|
|
2948
|
-
"twitter": "_pi0_"
|
|
2949
|
-
|
|
4184
|
+
"twitter": "_pi0_"
|
|
4185
|
+
}
|
|
4186
|
+
],
|
|
4187
|
+
"compatibility": {
|
|
4188
|
+
"2.x": "working",
|
|
4189
|
+
"2.x-bridge": "unknown",
|
|
4190
|
+
"3.x": "unknown"
|
|
4191
|
+
}
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"name": "windicss",
|
|
4195
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4196
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4197
|
+
"npm": "nuxt-windicss",
|
|
4198
|
+
"icon": "windicss.svg",
|
|
4199
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4200
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4201
|
+
"learn_more": "https://windicss.org/",
|
|
4202
|
+
"category": "UI",
|
|
4203
|
+
"type": "3rd-party",
|
|
4204
|
+
"maintainers": [
|
|
4205
|
+
{
|
|
4206
|
+
"name": "Harlan Wilton",
|
|
4207
|
+
"github": "harlan-zw",
|
|
4208
|
+
"twitter": "harlan_zw"
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"name": "Anthony Fu",
|
|
4212
|
+
"github": "antfu",
|
|
4213
|
+
"twitter": "antfu7"
|
|
2950
4214
|
}
|
|
2951
|
-
]
|
|
4215
|
+
],
|
|
4216
|
+
"compatibility": {
|
|
4217
|
+
"2.x": "working",
|
|
4218
|
+
"2.x-bridge": "working",
|
|
4219
|
+
"3.x": "working"
|
|
4220
|
+
}
|
|
2952
4221
|
},
|
|
2953
4222
|
{
|
|
2954
4223
|
"name": "winston-log",
|
|
@@ -2964,10 +4233,14 @@
|
|
|
2964
4233
|
"maintainers": [
|
|
2965
4234
|
{
|
|
2966
4235
|
"name": "aaronransley",
|
|
2967
|
-
"github": "aaronransley"
|
|
2968
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4236
|
+
"github": "aaronransley"
|
|
2969
4237
|
}
|
|
2970
|
-
]
|
|
4238
|
+
],
|
|
4239
|
+
"compatibility": {
|
|
4240
|
+
"2.x": "working",
|
|
4241
|
+
"2.x-bridge": "unknown",
|
|
4242
|
+
"3.x": "unknown"
|
|
4243
|
+
}
|
|
2971
4244
|
},
|
|
2972
4245
|
{
|
|
2973
4246
|
"name": "wp-nuxt",
|
|
@@ -2983,10 +4256,14 @@
|
|
|
2983
4256
|
"maintainers": [
|
|
2984
4257
|
{
|
|
2985
4258
|
"name": "yashha",
|
|
2986
|
-
"github": "yashha"
|
|
2987
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4259
|
+
"github": "yashha"
|
|
2988
4260
|
}
|
|
2989
|
-
]
|
|
4261
|
+
],
|
|
4262
|
+
"compatibility": {
|
|
4263
|
+
"2.x": "working",
|
|
4264
|
+
"2.x-bridge": "unknown",
|
|
4265
|
+
"3.x": "unknown"
|
|
4266
|
+
}
|
|
2990
4267
|
},
|
|
2991
4268
|
{
|
|
2992
4269
|
"name": "xhr-cache",
|
|
@@ -3002,10 +4279,14 @@
|
|
|
3002
4279
|
"maintainers": [
|
|
3003
4280
|
{
|
|
3004
4281
|
"name": "gaetansenn",
|
|
3005
|
-
"github": "gaetansenn"
|
|
3006
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4282
|
+
"github": "gaetansenn"
|
|
3007
4283
|
}
|
|
3008
|
-
]
|
|
4284
|
+
],
|
|
4285
|
+
"compatibility": {
|
|
4286
|
+
"2.x": "working",
|
|
4287
|
+
"2.x-bridge": "unknown",
|
|
4288
|
+
"3.x": "unknown"
|
|
4289
|
+
}
|
|
3009
4290
|
},
|
|
3010
4291
|
{
|
|
3011
4292
|
"name": "xui",
|
|
@@ -3021,18 +4302,23 @@
|
|
|
3021
4302
|
"maintainers": [
|
|
3022
4303
|
{
|
|
3023
4304
|
"name": "MetaCorp",
|
|
3024
|
-
"github": "MetaCorp"
|
|
3025
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4305
|
+
"github": "MetaCorp"
|
|
3026
4306
|
}
|
|
3027
|
-
]
|
|
4307
|
+
],
|
|
4308
|
+
"compatibility": {
|
|
4309
|
+
"2.x": "working",
|
|
4310
|
+
"2.x-bridge": "unknown",
|
|
4311
|
+
"3.x": "unknown"
|
|
4312
|
+
}
|
|
3028
4313
|
},
|
|
3029
4314
|
{
|
|
3030
4315
|
"name": "yandex-metrika",
|
|
3031
|
-
"
|
|
4316
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4317
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
3032
4318
|
"npm": "@nuxtjs/yandex-metrika",
|
|
3033
4319
|
"icon": "",
|
|
3034
|
-
"github": "https://github.com/nuxt-community/
|
|
3035
|
-
"website": "https://github.com/nuxt-community/
|
|
4320
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4321
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
3036
4322
|
"learn_more": "https://metrica.yandex.com/about",
|
|
3037
4323
|
"category": "Analytics",
|
|
3038
4324
|
"type": "community",
|
|
@@ -3040,10 +4326,14 @@
|
|
|
3040
4326
|
{
|
|
3041
4327
|
"name": "Pooya Parsa",
|
|
3042
4328
|
"github": "pi0",
|
|
3043
|
-
"twitter": "_pi0_"
|
|
3044
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4329
|
+
"twitter": "_pi0_"
|
|
3045
4330
|
}
|
|
3046
|
-
]
|
|
4331
|
+
],
|
|
4332
|
+
"compatibility": {
|
|
4333
|
+
"2.x": "working",
|
|
4334
|
+
"2.x-bridge": "unknown",
|
|
4335
|
+
"3.x": "unknown"
|
|
4336
|
+
}
|
|
3047
4337
|
},
|
|
3048
4338
|
{
|
|
3049
4339
|
"name": "zendesk",
|
|
@@ -3059,9 +4349,13 @@
|
|
|
3059
4349
|
"maintainers": [
|
|
3060
4350
|
{
|
|
3061
4351
|
"name": "DansMaCulotte",
|
|
3062
|
-
"github": "DansMaCulotte"
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
4352
|
+
"github": "DansMaCulotte"
|
|
4353
|
+
}
|
|
4354
|
+
],
|
|
4355
|
+
"compatibility": {
|
|
4356
|
+
"2.x": "working",
|
|
4357
|
+
"2.x-bridge": "unknown",
|
|
4358
|
+
"3.x": "unknown"
|
|
4359
|
+
}
|
|
3066
4360
|
}
|
|
3067
4361
|
]
|