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