@nuxt/modules 0.5.0-99c4a0 → 0.5.0-b7dfd3
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} +1877 -593
- package/package.json +2 -46
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -13,16 +13,43 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "bdrtsky",
|
|
16
|
-
"github": "bdrtsky"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/45076741?v=4"
|
|
16
|
+
"github": "bdrtsky"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
"name": "Sebastien Chopin",
|
|
21
20
|
"github": "Atinux",
|
|
22
|
-
"twitter": "Atinux"
|
|
23
|
-
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"2.x": "working",
|
|
26
|
+
"2.x-bridge": "unknown",
|
|
27
|
+
"3.x": "unknown"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "adyen",
|
|
32
|
+
"description": "Adyen Payment Module for Nuxt.js",
|
|
33
|
+
"repo": "baroshem/nuxt-adyen-module",
|
|
34
|
+
"npm": "nuxt-adyen-module",
|
|
35
|
+
"icon": "adyen.svg",
|
|
36
|
+
"github": "https://github.com/baroshem/nuxt-adyen-module",
|
|
37
|
+
"website": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
38
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
39
|
+
"category": "Payment",
|
|
40
|
+
"type": "3rd-party",
|
|
41
|
+
"maintainers": [
|
|
42
|
+
{
|
|
43
|
+
"name": "Jakub Andrzejewski",
|
|
44
|
+
"github": "Baroshem",
|
|
45
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
24
46
|
}
|
|
25
|
-
]
|
|
47
|
+
],
|
|
48
|
+
"compatibility": {
|
|
49
|
+
"2.x": "working",
|
|
50
|
+
"2.x-bridge": "unknown",
|
|
51
|
+
"3.x": "unknown"
|
|
52
|
+
}
|
|
26
53
|
},
|
|
27
54
|
{
|
|
28
55
|
"name": "alias",
|
|
@@ -33,15 +60,19 @@
|
|
|
33
60
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
61
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
35
62
|
"learn_more": "",
|
|
36
|
-
"category": "
|
|
63
|
+
"category": "Extensions",
|
|
37
64
|
"type": "3rd-party",
|
|
38
65
|
"maintainers": [
|
|
39
66
|
{
|
|
40
67
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
68
|
+
"github": "kdydesign"
|
|
43
69
|
}
|
|
44
|
-
]
|
|
70
|
+
],
|
|
71
|
+
"compatibility": {
|
|
72
|
+
"2.x": "working",
|
|
73
|
+
"2.x-bridge": "unknown",
|
|
74
|
+
"3.x": "unknown"
|
|
75
|
+
}
|
|
45
76
|
},
|
|
46
77
|
{
|
|
47
78
|
"name": "amp",
|
|
@@ -58,10 +89,62 @@
|
|
|
58
89
|
{
|
|
59
90
|
"name": "Ahad Birang",
|
|
60
91
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
92
|
+
"twitter": "a_birang"
|
|
63
93
|
}
|
|
64
|
-
]
|
|
94
|
+
],
|
|
95
|
+
"compatibility": {
|
|
96
|
+
"2.x": "working",
|
|
97
|
+
"2.x-bridge": "unknown",
|
|
98
|
+
"3.x": "unknown"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "animejs",
|
|
103
|
+
"description": "Anime.js module for Nuxt.js",
|
|
104
|
+
"repo": "ivodolenc/nuxt-animejs",
|
|
105
|
+
"npm": "nuxt-animejs",
|
|
106
|
+
"icon": "",
|
|
107
|
+
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
108
|
+
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
109
|
+
"learn_more": "",
|
|
110
|
+
"category": "Libraries",
|
|
111
|
+
"type": "3rd-party",
|
|
112
|
+
"maintainers": [
|
|
113
|
+
{
|
|
114
|
+
"name": "ivodolenc",
|
|
115
|
+
"github": "ivodolenc"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"compatibility": {
|
|
119
|
+
"2.x": "working",
|
|
120
|
+
"2.x-bridge": "unknown",
|
|
121
|
+
"3.x": "unknown"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "apis-to-file",
|
|
126
|
+
"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",
|
|
127
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
128
|
+
"npm": "@luxdamore/nuxt-apis-to-file",
|
|
129
|
+
"icon": "",
|
|
130
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
131
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
132
|
+
"learn_more": "",
|
|
133
|
+
"category": "Performance",
|
|
134
|
+
"type": "3rd-party",
|
|
135
|
+
"maintainers": [
|
|
136
|
+
{
|
|
137
|
+
"name": "Luca Iaconelli",
|
|
138
|
+
"github": "LuXDAmore",
|
|
139
|
+
"twitter": "luxdamore",
|
|
140
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"compatibility": {
|
|
144
|
+
"2.x": "working",
|
|
145
|
+
"2.x-bridge": "unknown",
|
|
146
|
+
"3.x": "unknown"
|
|
147
|
+
}
|
|
65
148
|
},
|
|
66
149
|
{
|
|
67
150
|
"name": "apollo",
|
|
@@ -77,15 +160,18 @@
|
|
|
77
160
|
"maintainers": [
|
|
78
161
|
{
|
|
79
162
|
"name": "Lam Kieu",
|
|
80
|
-
"github": "kieusonlam"
|
|
81
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
163
|
+
"github": "kieusonlam"
|
|
82
164
|
},
|
|
83
165
|
{
|
|
84
166
|
"name": "Dominic Garms",
|
|
85
|
-
"github": "dohomi"
|
|
86
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
167
|
+
"github": "dohomi"
|
|
87
168
|
}
|
|
88
|
-
]
|
|
169
|
+
],
|
|
170
|
+
"compatibility": {
|
|
171
|
+
"2.x": "working",
|
|
172
|
+
"2.x-bridge": "not-working",
|
|
173
|
+
"3.x": "not-working"
|
|
174
|
+
}
|
|
89
175
|
},
|
|
90
176
|
{
|
|
91
177
|
"name": "applicationinsights",
|
|
@@ -101,10 +187,37 @@
|
|
|
101
187
|
"maintainers": [
|
|
102
188
|
{
|
|
103
189
|
"name": "Dmitry Molotkov",
|
|
104
|
-
"github": "aldarund"
|
|
105
|
-
|
|
190
|
+
"github": "aldarund"
|
|
191
|
+
}
|
|
192
|
+
],
|
|
193
|
+
"compatibility": {
|
|
194
|
+
"2.x": "working",
|
|
195
|
+
"2.x-bridge": "unknown",
|
|
196
|
+
"3.x": "unknown"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"name": "appwrite",
|
|
201
|
+
"description": "Appwrite module for Nuxt",
|
|
202
|
+
"repo": "Hrdtr/nuxt-appwrite",
|
|
203
|
+
"npm": "nuxt-appwrite",
|
|
204
|
+
"icon": "appwrite.png",
|
|
205
|
+
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
206
|
+
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
207
|
+
"learn_more": "",
|
|
208
|
+
"category": "Request",
|
|
209
|
+
"type": "3rd-party",
|
|
210
|
+
"maintainers": [
|
|
211
|
+
{
|
|
212
|
+
"name": "Hrdtr",
|
|
213
|
+
"github": "Hrdtr"
|
|
106
214
|
}
|
|
107
|
-
]
|
|
215
|
+
],
|
|
216
|
+
"compatibility": {
|
|
217
|
+
"2.x": "working",
|
|
218
|
+
"2.x-bridge": "unknown",
|
|
219
|
+
"3.x": "unknown"
|
|
220
|
+
}
|
|
108
221
|
},
|
|
109
222
|
{
|
|
110
223
|
"name": "auth",
|
|
@@ -121,15 +234,18 @@
|
|
|
121
234
|
{
|
|
122
235
|
"name": "Pooya Parsa",
|
|
123
236
|
"github": "pi0",
|
|
124
|
-
"twitter": "_pi0_"
|
|
125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
237
|
+
"twitter": "_pi0_"
|
|
126
238
|
},
|
|
127
239
|
{
|
|
128
240
|
"name": "João Pedro Antunes Silva",
|
|
129
|
-
"github": "JoaoPedroAS51"
|
|
130
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
241
|
+
"github": "JoaoPedroAS51"
|
|
131
242
|
}
|
|
132
|
-
]
|
|
243
|
+
],
|
|
244
|
+
"compatibility": {
|
|
245
|
+
"2.x": "working",
|
|
246
|
+
"2.x-bridge": "wip",
|
|
247
|
+
"3.x": "wip"
|
|
248
|
+
}
|
|
133
249
|
},
|
|
134
250
|
{
|
|
135
251
|
"name": "axios",
|
|
@@ -146,10 +262,14 @@
|
|
|
146
262
|
{
|
|
147
263
|
"name": "Pooya Parsa",
|
|
148
264
|
"github": "pi0",
|
|
149
|
-
"twitter": "_pi0_"
|
|
150
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
265
|
+
"twitter": "_pi0_"
|
|
151
266
|
}
|
|
152
|
-
]
|
|
267
|
+
],
|
|
268
|
+
"compatibility": {
|
|
269
|
+
"2.x": "working",
|
|
270
|
+
"2.x-bridge": "working",
|
|
271
|
+
"3.x": "unknown"
|
|
272
|
+
}
|
|
153
273
|
},
|
|
154
274
|
{
|
|
155
275
|
"name": "basic-auth",
|
|
@@ -165,10 +285,38 @@
|
|
|
165
285
|
"maintainers": [
|
|
166
286
|
{
|
|
167
287
|
"name": "potato4d",
|
|
168
|
-
"github": "potato4d"
|
|
169
|
-
|
|
288
|
+
"github": "potato4d"
|
|
289
|
+
}
|
|
290
|
+
],
|
|
291
|
+
"compatibility": {
|
|
292
|
+
"2.x": "working",
|
|
293
|
+
"2.x-bridge": "unknown",
|
|
294
|
+
"3.x": "unknown"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "bigcommerce",
|
|
299
|
+
"description": "Easy BigCommerce integration for Nuxt.js",
|
|
300
|
+
"repo": "baroshem/nuxt-bigcommerce",
|
|
301
|
+
"npm": "nuxt-bigcommerce",
|
|
302
|
+
"icon": "bigcommerce.svg",
|
|
303
|
+
"github": "https://github.com/baroshem/nuxt-bigcommerce",
|
|
304
|
+
"website": "https://nuxt-bigcommerce.vercel.app/",
|
|
305
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
|
|
306
|
+
"category": "Ecommerce",
|
|
307
|
+
"type": "3rd-party",
|
|
308
|
+
"maintainers": [
|
|
309
|
+
{
|
|
310
|
+
"name": "Jakub Andrzejewski",
|
|
311
|
+
"github": "Baroshem",
|
|
312
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
170
313
|
}
|
|
171
|
-
]
|
|
314
|
+
],
|
|
315
|
+
"compatibility": {
|
|
316
|
+
"2.x": "working",
|
|
317
|
+
"2.x-bridge": "unknown",
|
|
318
|
+
"3.x": "unknown"
|
|
319
|
+
}
|
|
172
320
|
},
|
|
173
321
|
{
|
|
174
322
|
"name": "bootstrap",
|
|
@@ -184,22 +332,24 @@
|
|
|
184
332
|
"maintainers": [
|
|
185
333
|
{
|
|
186
334
|
"name": "Troy Morehouse",
|
|
187
|
-
"github": "tmorehouse"
|
|
188
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
335
|
+
"github": "tmorehouse"
|
|
189
336
|
},
|
|
190
337
|
{
|
|
191
338
|
"name": "Pooya Parsa",
|
|
192
339
|
"github": "pi0",
|
|
193
|
-
"twitter": "_pi0_"
|
|
194
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
340
|
+
"twitter": "_pi0_"
|
|
195
341
|
},
|
|
196
342
|
{
|
|
197
343
|
"name": "Jacob Müller",
|
|
198
344
|
"github": "jackmu95",
|
|
199
|
-
"twitter": "jackmu95"
|
|
200
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
345
|
+
"twitter": "jackmu95"
|
|
201
346
|
}
|
|
202
|
-
]
|
|
347
|
+
],
|
|
348
|
+
"compatibility": {
|
|
349
|
+
"2.x": "working",
|
|
350
|
+
"2.x-bridge": "unknown",
|
|
351
|
+
"3.x": "unknown"
|
|
352
|
+
}
|
|
203
353
|
},
|
|
204
354
|
{
|
|
205
355
|
"name": "browserconfig",
|
|
@@ -210,16 +360,20 @@
|
|
|
210
360
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
211
361
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
212
362
|
"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": "
|
|
363
|
+
"category": "Extensions",
|
|
214
364
|
"type": "community",
|
|
215
365
|
"maintainers": [
|
|
216
366
|
{
|
|
217
367
|
"name": "Pooya Parsa",
|
|
218
368
|
"github": "pi0",
|
|
219
|
-
"twitter": "_pi0_"
|
|
220
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
369
|
+
"twitter": "_pi0_"
|
|
221
370
|
}
|
|
222
|
-
]
|
|
371
|
+
],
|
|
372
|
+
"compatibility": {
|
|
373
|
+
"2.x": "working",
|
|
374
|
+
"2.x-bridge": "unknown",
|
|
375
|
+
"3.x": "unknown"
|
|
376
|
+
}
|
|
223
377
|
},
|
|
224
378
|
{
|
|
225
379
|
"name": "buefy",
|
|
@@ -235,10 +389,14 @@
|
|
|
235
389
|
"maintainers": [
|
|
236
390
|
{
|
|
237
391
|
"name": "Walter Tommasi",
|
|
238
|
-
"github": "jtommy"
|
|
239
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
392
|
+
"github": "jtommy"
|
|
240
393
|
}
|
|
241
|
-
]
|
|
394
|
+
],
|
|
395
|
+
"compatibility": {
|
|
396
|
+
"2.x": "working",
|
|
397
|
+
"2.x-bridge": "unknown",
|
|
398
|
+
"3.x": "unknown"
|
|
399
|
+
}
|
|
242
400
|
},
|
|
243
401
|
{
|
|
244
402
|
"name": "bugsnag",
|
|
@@ -254,10 +412,14 @@
|
|
|
254
412
|
"maintainers": [
|
|
255
413
|
{
|
|
256
414
|
"name": "JulianMar",
|
|
257
|
-
"github": "JulianMar"
|
|
258
|
-
"avatar": "https://avatars2.githubusercontent.com/u/29117090?v=4"
|
|
415
|
+
"github": "JulianMar"
|
|
259
416
|
}
|
|
260
|
-
]
|
|
417
|
+
],
|
|
418
|
+
"compatibility": {
|
|
419
|
+
"2.x": "working",
|
|
420
|
+
"2.x-bridge": "unknown",
|
|
421
|
+
"3.x": "unknown"
|
|
422
|
+
}
|
|
261
423
|
},
|
|
262
424
|
{
|
|
263
425
|
"name": "bulma-slim",
|
|
@@ -273,10 +435,14 @@
|
|
|
273
435
|
"maintainers": [
|
|
274
436
|
{
|
|
275
437
|
"name": "mustardamus",
|
|
276
|
-
"github": "mustardamus"
|
|
277
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
438
|
+
"github": "mustardamus"
|
|
278
439
|
}
|
|
279
|
-
]
|
|
440
|
+
],
|
|
441
|
+
"compatibility": {
|
|
442
|
+
"2.x": "working",
|
|
443
|
+
"2.x-bridge": "unknown",
|
|
444
|
+
"3.x": "unknown"
|
|
445
|
+
}
|
|
280
446
|
},
|
|
281
447
|
{
|
|
282
448
|
"name": "bundle-buddy",
|
|
@@ -292,14 +458,18 @@
|
|
|
292
458
|
"maintainers": [
|
|
293
459
|
{
|
|
294
460
|
"name": "Developmint",
|
|
295
|
-
"github": "Developmint"
|
|
296
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
461
|
+
"github": "Developmint"
|
|
297
462
|
}
|
|
298
|
-
]
|
|
463
|
+
],
|
|
464
|
+
"compatibility": {
|
|
465
|
+
"2.x": "working",
|
|
466
|
+
"2.x-bridge": "unknown",
|
|
467
|
+
"3.x": "unknown"
|
|
468
|
+
}
|
|
299
469
|
},
|
|
300
470
|
{
|
|
301
471
|
"name": "canvas-sketch",
|
|
302
|
-
"description": "Nuxt.js module for
|
|
472
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
|
|
303
473
|
"repo": "LuXDAmore/generative-art",
|
|
304
474
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
305
475
|
"icon": "",
|
|
@@ -310,11 +480,62 @@
|
|
|
310
480
|
"type": "3rd-party",
|
|
311
481
|
"maintainers": [
|
|
312
482
|
{
|
|
313
|
-
"name": "
|
|
483
|
+
"name": "Luca Iaconelli",
|
|
314
484
|
"github": "LuXDAmore",
|
|
315
|
-
"
|
|
485
|
+
"twitter": "luxdamore"
|
|
486
|
+
}
|
|
487
|
+
],
|
|
488
|
+
"compatibility": {
|
|
489
|
+
"2.x": "working",
|
|
490
|
+
"2.x-bridge": "unknown",
|
|
491
|
+
"3.x": "unknown"
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "chakra-ui",
|
|
496
|
+
"description": "Chakra UI Module for Nuxt.js",
|
|
497
|
+
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
498
|
+
"npm": "@chakra-ui/nuxt",
|
|
499
|
+
"icon": "chakra-ui.png",
|
|
500
|
+
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
501
|
+
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
502
|
+
"learn_more": "",
|
|
503
|
+
"category": "UI",
|
|
504
|
+
"type": "3rd-party",
|
|
505
|
+
"maintainers": [
|
|
506
|
+
{
|
|
507
|
+
"name": "Jonathan Bakebwa",
|
|
508
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
509
|
+
}
|
|
510
|
+
],
|
|
511
|
+
"compatibility": {
|
|
512
|
+
"2.x": "working",
|
|
513
|
+
"2.x-bridge": "unknown",
|
|
514
|
+
"3.x": "unknown"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "chiffre",
|
|
519
|
+
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
520
|
+
"repo": "chiffre-io/nuxt-chiffre",
|
|
521
|
+
"npm": "nuxt-chiffre",
|
|
522
|
+
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
523
|
+
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
524
|
+
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
525
|
+
"learn_more": "https://chiffre.io",
|
|
526
|
+
"category": "Analytics",
|
|
527
|
+
"type": "3rd-party",
|
|
528
|
+
"maintainers": [
|
|
529
|
+
{
|
|
530
|
+
"name": "Romain Clement",
|
|
531
|
+
"github": "rclement"
|
|
316
532
|
}
|
|
317
|
-
]
|
|
533
|
+
],
|
|
534
|
+
"compatibility": {
|
|
535
|
+
"2.x": "working",
|
|
536
|
+
"2.x-bridge": "unknown",
|
|
537
|
+
"3.x": "unknown"
|
|
538
|
+
}
|
|
318
539
|
},
|
|
319
540
|
{
|
|
320
541
|
"name": "client-init",
|
|
@@ -325,15 +546,19 @@
|
|
|
325
546
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
326
547
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
327
548
|
"learn_more": "",
|
|
328
|
-
"category": "
|
|
549
|
+
"category": "Extensions",
|
|
329
550
|
"type": "3rd-party",
|
|
330
551
|
"maintainers": [
|
|
331
552
|
{
|
|
332
553
|
"name": "potato4d",
|
|
333
|
-
"github": "potato4d"
|
|
334
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
554
|
+
"github": "potato4d"
|
|
335
555
|
}
|
|
336
|
-
]
|
|
556
|
+
],
|
|
557
|
+
"compatibility": {
|
|
558
|
+
"2.x": "working",
|
|
559
|
+
"2.x-bridge": "unknown",
|
|
560
|
+
"3.x": "unknown"
|
|
561
|
+
}
|
|
337
562
|
},
|
|
338
563
|
{
|
|
339
564
|
"name": "cloudcms",
|
|
@@ -349,10 +574,14 @@
|
|
|
349
574
|
"maintainers": [
|
|
350
575
|
{
|
|
351
576
|
"name": "gitana",
|
|
352
|
-
"github": "gitana"
|
|
353
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
577
|
+
"github": "gitana"
|
|
354
578
|
}
|
|
355
|
-
]
|
|
579
|
+
],
|
|
580
|
+
"compatibility": {
|
|
581
|
+
"2.x": "working",
|
|
582
|
+
"2.x-bridge": "unknown",
|
|
583
|
+
"3.x": "unknown"
|
|
584
|
+
}
|
|
356
585
|
},
|
|
357
586
|
{
|
|
358
587
|
"name": "cloudinary",
|
|
@@ -369,10 +598,14 @@
|
|
|
369
598
|
{
|
|
370
599
|
"name": "Maya Shavin",
|
|
371
600
|
"github": "mayashavin",
|
|
372
|
-
"twitter": "MayaShavin"
|
|
373
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
601
|
+
"twitter": "MayaShavin"
|
|
374
602
|
}
|
|
375
|
-
]
|
|
603
|
+
],
|
|
604
|
+
"compatibility": {
|
|
605
|
+
"2.x": "working",
|
|
606
|
+
"2.x-bridge": "unknown",
|
|
607
|
+
"3.x": "not-working"
|
|
608
|
+
}
|
|
376
609
|
},
|
|
377
610
|
{
|
|
378
611
|
"name": "color-mode",
|
|
@@ -389,19 +622,23 @@
|
|
|
389
622
|
{
|
|
390
623
|
"name": "Sébastien Chopin",
|
|
391
624
|
"github": "Atinux",
|
|
392
|
-
"twitter": "Atinux"
|
|
393
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
625
|
+
"twitter": "Atinux"
|
|
394
626
|
}
|
|
395
|
-
]
|
|
627
|
+
],
|
|
628
|
+
"compatibility": {
|
|
629
|
+
"2.x": "working",
|
|
630
|
+
"2.x-bridge": "working",
|
|
631
|
+
"3.x": "unknown"
|
|
632
|
+
}
|
|
396
633
|
},
|
|
397
634
|
{
|
|
398
635
|
"name": "component-cache",
|
|
399
636
|
"description": "LRU component cache for vue components",
|
|
400
|
-
"repo": "nuxt-community/
|
|
637
|
+
"repo": "nuxt-community/component-cache-module",
|
|
401
638
|
"npm": "@nuxtjs/component-cache",
|
|
402
639
|
"icon": "",
|
|
403
|
-
"github": "https://github.com/nuxt-community/
|
|
404
|
-
"website": "https://github.com/nuxt-community/
|
|
640
|
+
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
641
|
+
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
405
642
|
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
406
643
|
"category": "Performance",
|
|
407
644
|
"type": "community",
|
|
@@ -409,35 +646,14 @@
|
|
|
409
646
|
{
|
|
410
647
|
"name": "Pooya Parsa",
|
|
411
648
|
"github": "pi0",
|
|
412
|
-
"twitter": "_pi0_"
|
|
413
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
649
|
+
"twitter": "_pi0_"
|
|
414
650
|
}
|
|
415
|
-
]
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
"npm": "@nuxt/components",
|
|
422
|
-
"icon": "nuxt-components.svg",
|
|
423
|
-
"github": "https://github.com/nuxt/components",
|
|
424
|
-
"website": "https://github.com/nuxt/components",
|
|
425
|
-
"learn_more": "",
|
|
426
|
-
"category": "UI",
|
|
427
|
-
"type": "official",
|
|
428
|
-
"maintainers": [
|
|
429
|
-
{
|
|
430
|
-
"name": "Kevin Marrec",
|
|
431
|
-
"github": "kevinmarrec",
|
|
432
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "Pooya Parsa",
|
|
436
|
-
"github": "pi0",
|
|
437
|
-
"twitter": "_pi0_",
|
|
438
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
439
|
-
}
|
|
440
|
-
]
|
|
651
|
+
],
|
|
652
|
+
"compatibility": {
|
|
653
|
+
"2.x": "working",
|
|
654
|
+
"2.x-bridge": "unknown",
|
|
655
|
+
"3.x": "unknown"
|
|
656
|
+
}
|
|
441
657
|
},
|
|
442
658
|
{
|
|
443
659
|
"name": "composition-api",
|
|
@@ -448,16 +664,20 @@
|
|
|
448
664
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
449
665
|
"website": "https://composition-api.nuxtjs.org",
|
|
450
666
|
"learn_more": "",
|
|
451
|
-
"category": "
|
|
667
|
+
"category": "Extensions",
|
|
452
668
|
"type": "community",
|
|
453
669
|
"maintainers": [
|
|
454
670
|
{
|
|
455
671
|
"name": "Daniel Roe",
|
|
456
672
|
"github": "danielroe",
|
|
457
|
-
"twitter": "danielcroe"
|
|
458
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
673
|
+
"twitter": "danielcroe"
|
|
459
674
|
}
|
|
460
|
-
]
|
|
675
|
+
],
|
|
676
|
+
"compatibility": {
|
|
677
|
+
"2.x": "working",
|
|
678
|
+
"2.x-bridge": "unknown",
|
|
679
|
+
"3.x": "unknown"
|
|
680
|
+
}
|
|
461
681
|
},
|
|
462
682
|
{
|
|
463
683
|
"name": "content",
|
|
@@ -474,16 +694,19 @@
|
|
|
474
694
|
{
|
|
475
695
|
"name": "Benjamin Canac",
|
|
476
696
|
"github": "benjamincanac",
|
|
477
|
-
"twitter": "benjamincanac"
|
|
478
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
697
|
+
"twitter": "benjamincanac"
|
|
479
698
|
},
|
|
480
699
|
{
|
|
481
700
|
"name": "Sebastien Chopin",
|
|
482
701
|
"github": "Atinux",
|
|
483
|
-
"twitter": "Atinux"
|
|
484
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
702
|
+
"twitter": "Atinux"
|
|
485
703
|
}
|
|
486
|
-
]
|
|
704
|
+
],
|
|
705
|
+
"compatibility": {
|
|
706
|
+
"2.x": "working",
|
|
707
|
+
"2.x-bridge": "not-working",
|
|
708
|
+
"3.x": "not-working"
|
|
709
|
+
}
|
|
487
710
|
},
|
|
488
711
|
{
|
|
489
712
|
"name": "contentful",
|
|
@@ -499,34 +722,64 @@
|
|
|
499
722
|
"maintainers": [
|
|
500
723
|
{
|
|
501
724
|
"name": "scaccogatto",
|
|
502
|
-
"github": "scaccogatto"
|
|
503
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
725
|
+
"github": "scaccogatto"
|
|
504
726
|
}
|
|
505
|
-
]
|
|
727
|
+
],
|
|
728
|
+
"compatibility": {
|
|
729
|
+
"2.x": "working",
|
|
730
|
+
"2.x-bridge": "unknown",
|
|
731
|
+
"3.x": "unknown"
|
|
732
|
+
}
|
|
506
733
|
},
|
|
507
734
|
{
|
|
508
735
|
"name": "custom-elements",
|
|
509
736
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
510
737
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
511
738
|
"npm": "nuxt-custom-elements",
|
|
512
|
-
"icon": "",
|
|
739
|
+
"icon": "custom-elements.png",
|
|
513
740
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
514
|
-
"website": "https://
|
|
741
|
+
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
515
742
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
516
|
-
"category": "
|
|
743
|
+
"category": "Extensions",
|
|
517
744
|
"type": "3rd-party",
|
|
518
745
|
"maintainers": [
|
|
519
746
|
{
|
|
520
747
|
"name": "Thorn Walli",
|
|
521
|
-
"github": "ThornWalli"
|
|
522
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
748
|
+
"github": "ThornWalli"
|
|
523
749
|
},
|
|
524
750
|
{
|
|
525
751
|
"name": "GrabarzUndPartner",
|
|
526
|
-
"github": "GrabarzUndPartner"
|
|
527
|
-
|
|
752
|
+
"github": "GrabarzUndPartner"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"compatibility": {
|
|
756
|
+
"2.x": "working",
|
|
757
|
+
"2.x-bridge": "unknown",
|
|
758
|
+
"3.x": "unknown"
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "darkmode.js",
|
|
763
|
+
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
764
|
+
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
765
|
+
"npm": "nuxtjs-darkmode-js-module",
|
|
766
|
+
"icon": "darkmode.png",
|
|
767
|
+
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
768
|
+
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
769
|
+
"learn_more": "",
|
|
770
|
+
"category": "UI",
|
|
771
|
+
"type": "3rd-party",
|
|
772
|
+
"maintainers": [
|
|
773
|
+
{
|
|
774
|
+
"name": "sandoche",
|
|
775
|
+
"github": "sandoche"
|
|
528
776
|
}
|
|
529
|
-
]
|
|
777
|
+
],
|
|
778
|
+
"compatibility": {
|
|
779
|
+
"2.x": "working",
|
|
780
|
+
"2.x-bridge": "unknown",
|
|
781
|
+
"3.x": "unknown"
|
|
782
|
+
}
|
|
530
783
|
},
|
|
531
784
|
{
|
|
532
785
|
"name": "date-fns",
|
|
@@ -542,10 +795,14 @@
|
|
|
542
795
|
"maintainers": [
|
|
543
796
|
{
|
|
544
797
|
"name": "Ricardo Gobbo de Souza",
|
|
545
|
-
"github": "ricardogobbosouza"
|
|
546
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
798
|
+
"github": "ricardogobbosouza"
|
|
547
799
|
}
|
|
548
|
-
]
|
|
800
|
+
],
|
|
801
|
+
"compatibility": {
|
|
802
|
+
"2.x": "working",
|
|
803
|
+
"2.x-bridge": "wip",
|
|
804
|
+
"3.x": "wip"
|
|
805
|
+
}
|
|
549
806
|
},
|
|
550
807
|
{
|
|
551
808
|
"name": "dayjs",
|
|
@@ -562,10 +819,14 @@
|
|
|
562
819
|
{
|
|
563
820
|
"name": "Takuma HANATANI",
|
|
564
821
|
"github": "potato4d",
|
|
565
|
-
"twitter": "potato4d"
|
|
566
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
822
|
+
"twitter": "potato4d"
|
|
567
823
|
}
|
|
568
|
-
]
|
|
824
|
+
],
|
|
825
|
+
"compatibility": {
|
|
826
|
+
"2.x": "working",
|
|
827
|
+
"2.x-bridge": "unknown",
|
|
828
|
+
"3.x": "unknown"
|
|
829
|
+
}
|
|
569
830
|
},
|
|
570
831
|
{
|
|
571
832
|
"name": "device",
|
|
@@ -576,15 +837,19 @@
|
|
|
576
837
|
"github": "https://github.com/nuxt-community/device-module",
|
|
577
838
|
"website": "https://github.com/nuxt-community/device-module",
|
|
578
839
|
"learn_more": "",
|
|
579
|
-
"category": "
|
|
840
|
+
"category": "Extensions",
|
|
580
841
|
"type": "community",
|
|
581
842
|
"maintainers": [
|
|
582
843
|
{
|
|
583
844
|
"name": "Shinji Yamada",
|
|
584
|
-
"github": "dotneet"
|
|
585
|
-
"avatar": "https://avatars3.githubusercontent.com/u/370602?v=4"
|
|
845
|
+
"github": "dotneet"
|
|
586
846
|
}
|
|
587
|
-
]
|
|
847
|
+
],
|
|
848
|
+
"compatibility": {
|
|
849
|
+
"2.x": "working",
|
|
850
|
+
"2.x-bridge": "unknown",
|
|
851
|
+
"3.x": "unknown"
|
|
852
|
+
}
|
|
588
853
|
},
|
|
589
854
|
{
|
|
590
855
|
"name": "dotenv",
|
|
@@ -595,15 +860,42 @@
|
|
|
595
860
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
596
861
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
597
862
|
"learn_more": "https://www.npmjs.com/package/dotenv",
|
|
598
|
-
"category": "
|
|
863
|
+
"category": "Extensions",
|
|
599
864
|
"type": "community",
|
|
600
865
|
"maintainers": [
|
|
601
866
|
{
|
|
602
867
|
"name": "Julien Tant",
|
|
603
|
-
"github": "JulienTant"
|
|
604
|
-
|
|
868
|
+
"github": "JulienTant"
|
|
869
|
+
}
|
|
870
|
+
],
|
|
871
|
+
"compatibility": {
|
|
872
|
+
"2.x": "working",
|
|
873
|
+
"2.x-bridge": "unknown",
|
|
874
|
+
"3.x": "unknown"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"name": "druxt",
|
|
879
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
880
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
881
|
+
"npm": "druxt",
|
|
882
|
+
"icon": "druxt.svg",
|
|
883
|
+
"github": "https://github.com/druxt/druxt.js",
|
|
884
|
+
"website": "https://druxtjs.org",
|
|
885
|
+
"learn_more": "https://druxtjs.org/guide",
|
|
886
|
+
"category": "CMS",
|
|
887
|
+
"type": "3rd-party",
|
|
888
|
+
"maintainers": [
|
|
889
|
+
{
|
|
890
|
+
"name": "Decipher",
|
|
891
|
+
"github": "decipher"
|
|
605
892
|
}
|
|
606
|
-
]
|
|
893
|
+
],
|
|
894
|
+
"compatibility": {
|
|
895
|
+
"2.x": "working",
|
|
896
|
+
"2.x-bridge": "unknown",
|
|
897
|
+
"3.x": "unknown"
|
|
898
|
+
}
|
|
607
899
|
},
|
|
608
900
|
{
|
|
609
901
|
"name": "emotion",
|
|
@@ -614,16 +906,20 @@
|
|
|
614
906
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
615
907
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
616
908
|
"learn_more": "https://emotion.sh/",
|
|
617
|
-
"category": "
|
|
909
|
+
"category": "Extensions",
|
|
618
910
|
"type": "community",
|
|
619
911
|
"maintainers": [
|
|
620
912
|
{
|
|
621
913
|
"name": "Pooya Parsa",
|
|
622
914
|
"github": "pi0",
|
|
623
|
-
"twitter": "_pi0_"
|
|
624
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
915
|
+
"twitter": "_pi0_"
|
|
625
916
|
}
|
|
626
|
-
]
|
|
917
|
+
],
|
|
918
|
+
"compatibility": {
|
|
919
|
+
"2.x": "working",
|
|
920
|
+
"2.x-bridge": "unknown",
|
|
921
|
+
"3.x": "unknown"
|
|
922
|
+
}
|
|
627
923
|
},
|
|
628
924
|
{
|
|
629
925
|
"name": "eslint",
|
|
@@ -639,10 +935,14 @@
|
|
|
639
935
|
"maintainers": [
|
|
640
936
|
{
|
|
641
937
|
"name": "Ricardo Gobbo de Souza",
|
|
642
|
-
"github": "ricardogobbosouza"
|
|
643
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
938
|
+
"github": "ricardogobbosouza"
|
|
644
939
|
}
|
|
645
|
-
]
|
|
940
|
+
],
|
|
941
|
+
"compatibility": {
|
|
942
|
+
"2.x": "working",
|
|
943
|
+
"2.x-bridge": "unknown",
|
|
944
|
+
"3.x": "unknown"
|
|
945
|
+
}
|
|
646
946
|
},
|
|
647
947
|
{
|
|
648
948
|
"name": "event-trace",
|
|
@@ -658,10 +958,37 @@
|
|
|
658
958
|
"maintainers": [
|
|
659
959
|
{
|
|
660
960
|
"name": "Xin Du",
|
|
661
|
-
"github": "clarkdo"
|
|
662
|
-
|
|
961
|
+
"github": "clarkdo"
|
|
962
|
+
}
|
|
963
|
+
],
|
|
964
|
+
"compatibility": {
|
|
965
|
+
"2.x": "working",
|
|
966
|
+
"2.x-bridge": "unknown",
|
|
967
|
+
"3.x": "unknown"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "fathom",
|
|
972
|
+
"description": "Fathom analytics for Nuxt",
|
|
973
|
+
"repo": "yabhq/nuxt-fathom",
|
|
974
|
+
"npm": "@yabhq/nuxt-fathom",
|
|
975
|
+
"icon": "fathom.png",
|
|
976
|
+
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
977
|
+
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
978
|
+
"learn_more": "https://usefathom.com/",
|
|
979
|
+
"category": "Analytics",
|
|
980
|
+
"type": "3rd-party",
|
|
981
|
+
"maintainers": [
|
|
982
|
+
{
|
|
983
|
+
"name": "yabhq",
|
|
984
|
+
"github": "yabhq"
|
|
663
985
|
}
|
|
664
|
-
]
|
|
986
|
+
],
|
|
987
|
+
"compatibility": {
|
|
988
|
+
"2.x": "working",
|
|
989
|
+
"2.x-bridge": "unknown",
|
|
990
|
+
"3.x": "unknown"
|
|
991
|
+
}
|
|
665
992
|
},
|
|
666
993
|
{
|
|
667
994
|
"name": "feature-toggle",
|
|
@@ -672,15 +999,19 @@
|
|
|
672
999
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
673
1000
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
674
1001
|
"learn_more": "",
|
|
675
|
-
"category": "
|
|
1002
|
+
"category": "Extensions",
|
|
676
1003
|
"type": "3rd-party",
|
|
677
1004
|
"maintainers": [
|
|
678
1005
|
{
|
|
679
1006
|
"name": "stephenkr",
|
|
680
|
-
"github": "stephenkr"
|
|
681
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
1007
|
+
"github": "stephenkr"
|
|
682
1008
|
}
|
|
683
|
-
]
|
|
1009
|
+
],
|
|
1010
|
+
"compatibility": {
|
|
1011
|
+
"2.x": "working",
|
|
1012
|
+
"2.x-bridge": "unknown",
|
|
1013
|
+
"3.x": "unknown"
|
|
1014
|
+
}
|
|
684
1015
|
},
|
|
685
1016
|
{
|
|
686
1017
|
"name": "feed",
|
|
@@ -697,14 +1028,18 @@
|
|
|
697
1028
|
{
|
|
698
1029
|
"name": "Alexander Lichter",
|
|
699
1030
|
"github": "manniL",
|
|
700
|
-
"twitter": "TheAlexLichter"
|
|
701
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1031
|
+
"twitter": "TheAlexLichter"
|
|
702
1032
|
}
|
|
703
|
-
]
|
|
1033
|
+
],
|
|
1034
|
+
"compatibility": {
|
|
1035
|
+
"2.x": "working",
|
|
1036
|
+
"2.x-bridge": "unknown",
|
|
1037
|
+
"3.x": "unknown"
|
|
1038
|
+
}
|
|
704
1039
|
},
|
|
705
1040
|
{
|
|
706
1041
|
"name": "firebase",
|
|
707
|
-
"description": "
|
|
1042
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
708
1043
|
"repo": "nuxt-community/firebase-module",
|
|
709
1044
|
"npm": "@nuxtjs/firebase",
|
|
710
1045
|
"icon": "firebase.png",
|
|
@@ -716,10 +1051,37 @@
|
|
|
716
1051
|
"maintainers": [
|
|
717
1052
|
{
|
|
718
1053
|
"name": "Pascal Luther",
|
|
719
|
-
"github": "lupas"
|
|
720
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1054
|
+
"github": "lupas"
|
|
721
1055
|
}
|
|
722
|
-
]
|
|
1056
|
+
],
|
|
1057
|
+
"compatibility": {
|
|
1058
|
+
"2.x": "working",
|
|
1059
|
+
"2.x-bridge": "unknown",
|
|
1060
|
+
"3.x": "unknown"
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"name": "floating-prompt-module",
|
|
1065
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
1066
|
+
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1067
|
+
"npm": "nuxt-floating-prompt-module",
|
|
1068
|
+
"icon": "",
|
|
1069
|
+
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1070
|
+
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
1071
|
+
"learn_more": "",
|
|
1072
|
+
"category": "Libraries",
|
|
1073
|
+
"type": "3rd-party",
|
|
1074
|
+
"maintainers": [
|
|
1075
|
+
{
|
|
1076
|
+
"name": "sandoche",
|
|
1077
|
+
"github": "sandoche"
|
|
1078
|
+
}
|
|
1079
|
+
],
|
|
1080
|
+
"compatibility": {
|
|
1081
|
+
"2.x": "working",
|
|
1082
|
+
"2.x-bridge": "unknown",
|
|
1083
|
+
"3.x": "unknown"
|
|
1084
|
+
}
|
|
723
1085
|
},
|
|
724
1086
|
{
|
|
725
1087
|
"name": "font-loader-strategy",
|
|
@@ -735,10 +1097,37 @@
|
|
|
735
1097
|
"maintainers": [
|
|
736
1098
|
{
|
|
737
1099
|
"name": "GrabarzUndPartner",
|
|
738
|
-
"github": "GrabarzUndPartner"
|
|
739
|
-
|
|
1100
|
+
"github": "GrabarzUndPartner"
|
|
1101
|
+
}
|
|
1102
|
+
],
|
|
1103
|
+
"compatibility": {
|
|
1104
|
+
"2.x": "working",
|
|
1105
|
+
"2.x-bridge": "unknown",
|
|
1106
|
+
"3.x": "unknown"
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "fontagon",
|
|
1111
|
+
"description": "Easy convert SVG from nuxt to icon font.",
|
|
1112
|
+
"repo": "kdydesign/nuxt-fontagon",
|
|
1113
|
+
"npm": "nuxt-fontagon",
|
|
1114
|
+
"icon": "fontagon.png",
|
|
1115
|
+
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1116
|
+
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
1117
|
+
"learn_more": "",
|
|
1118
|
+
"category": "Libraries",
|
|
1119
|
+
"type": "3rd-party",
|
|
1120
|
+
"maintainers": [
|
|
1121
|
+
{
|
|
1122
|
+
"name": "kdydesign",
|
|
1123
|
+
"github": "kdydesign"
|
|
740
1124
|
}
|
|
741
|
-
]
|
|
1125
|
+
],
|
|
1126
|
+
"compatibility": {
|
|
1127
|
+
"2.x": "working",
|
|
1128
|
+
"2.x-bridge": "unknown",
|
|
1129
|
+
"3.x": "unknown"
|
|
1130
|
+
}
|
|
742
1131
|
},
|
|
743
1132
|
{
|
|
744
1133
|
"name": "fontawesome",
|
|
@@ -754,10 +1143,14 @@
|
|
|
754
1143
|
"maintainers": [
|
|
755
1144
|
{
|
|
756
1145
|
"name": "Pim",
|
|
757
|
-
"github": "pimlie"
|
|
758
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1146
|
+
"github": "pimlie"
|
|
759
1147
|
}
|
|
760
|
-
]
|
|
1148
|
+
],
|
|
1149
|
+
"compatibility": {
|
|
1150
|
+
"2.x": "working",
|
|
1151
|
+
"2.x-bridge": "unknown",
|
|
1152
|
+
"3.x": "unknown"
|
|
1153
|
+
}
|
|
761
1154
|
},
|
|
762
1155
|
{
|
|
763
1156
|
"name": "fullpage",
|
|
@@ -773,10 +1166,37 @@
|
|
|
773
1166
|
"maintainers": [
|
|
774
1167
|
{
|
|
775
1168
|
"name": "vaso2",
|
|
776
|
-
"github": "vaso2"
|
|
777
|
-
|
|
1169
|
+
"github": "vaso2"
|
|
1170
|
+
}
|
|
1171
|
+
],
|
|
1172
|
+
"compatibility": {
|
|
1173
|
+
"2.x": "working",
|
|
1174
|
+
"2.x-bridge": "unknown",
|
|
1175
|
+
"3.x": "unknown"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "github-api",
|
|
1180
|
+
"description": "Nuxt module for GitHub v4 API",
|
|
1181
|
+
"repo": "lindsaykwardell/nuxt-github-api",
|
|
1182
|
+
"npm": "nuxt-github-api",
|
|
1183
|
+
"icon": "github.svg",
|
|
1184
|
+
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1185
|
+
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
1186
|
+
"learn_more": "",
|
|
1187
|
+
"category": "Request",
|
|
1188
|
+
"type": "3rd-party",
|
|
1189
|
+
"maintainers": [
|
|
1190
|
+
{
|
|
1191
|
+
"name": "lindsaykwardell",
|
|
1192
|
+
"github": "lindsaykwardell"
|
|
778
1193
|
}
|
|
779
|
-
]
|
|
1194
|
+
],
|
|
1195
|
+
"compatibility": {
|
|
1196
|
+
"2.x": "working",
|
|
1197
|
+
"2.x-bridge": "unknown",
|
|
1198
|
+
"3.x": "unknown"
|
|
1199
|
+
}
|
|
780
1200
|
},
|
|
781
1201
|
{
|
|
782
1202
|
"name": "google-adsense",
|
|
@@ -792,10 +1212,14 @@
|
|
|
792
1212
|
"maintainers": [
|
|
793
1213
|
{
|
|
794
1214
|
"name": "Troy Morehouse",
|
|
795
|
-
"github": "tmorehouse"
|
|
796
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1215
|
+
"github": "tmorehouse"
|
|
797
1216
|
}
|
|
798
|
-
]
|
|
1217
|
+
],
|
|
1218
|
+
"compatibility": {
|
|
1219
|
+
"2.x": "working",
|
|
1220
|
+
"2.x-bridge": "unknown",
|
|
1221
|
+
"3.x": "unknown"
|
|
1222
|
+
}
|
|
799
1223
|
},
|
|
800
1224
|
{
|
|
801
1225
|
"name": "google-analytics",
|
|
@@ -812,28 +1236,30 @@
|
|
|
812
1236
|
{
|
|
813
1237
|
"name": "Pooya Parsa",
|
|
814
1238
|
"github": "pi0",
|
|
815
|
-
"twitter": "_pi0_"
|
|
816
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1239
|
+
"twitter": "_pi0_"
|
|
817
1240
|
},
|
|
818
1241
|
{
|
|
819
1242
|
"name": "Ricardo Gobbo de Souza",
|
|
820
|
-
"github": "ricardogobbosouza"
|
|
821
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1243
|
+
"github": "ricardogobbosouza"
|
|
822
1244
|
},
|
|
823
1245
|
{
|
|
824
1246
|
"name": "Matteo Gabriele",
|
|
825
1247
|
"github": "MatteoGabriele",
|
|
826
|
-
"twitter": "matteo_gabriele"
|
|
827
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1248
|
+
"twitter": "matteo_gabriele"
|
|
828
1249
|
}
|
|
829
|
-
]
|
|
1250
|
+
],
|
|
1251
|
+
"compatibility": {
|
|
1252
|
+
"2.x": "working",
|
|
1253
|
+
"2.x-bridge": "unknown",
|
|
1254
|
+
"3.x": "unknown"
|
|
1255
|
+
}
|
|
830
1256
|
},
|
|
831
1257
|
{
|
|
832
1258
|
"name": "google-fonts",
|
|
833
1259
|
"description": "Google Fonts module for NuxtJS",
|
|
834
1260
|
"repo": "nuxt-community/google-fonts-module",
|
|
835
1261
|
"npm": "@nuxtjs/google-fonts",
|
|
836
|
-
"icon": "google-fonts.
|
|
1262
|
+
"icon": "google-fonts.png",
|
|
837
1263
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
838
1264
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
839
1265
|
"learn_more": "https://developers.google.com/fonts",
|
|
@@ -842,10 +1268,14 @@
|
|
|
842
1268
|
"maintainers": [
|
|
843
1269
|
{
|
|
844
1270
|
"name": "Ricardo Gobbo de Souza",
|
|
845
|
-
"github": "ricardogobbosouza"
|
|
846
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1271
|
+
"github": "ricardogobbosouza"
|
|
847
1272
|
}
|
|
848
|
-
]
|
|
1273
|
+
],
|
|
1274
|
+
"compatibility": {
|
|
1275
|
+
"2.x": "working",
|
|
1276
|
+
"2.x-bridge": "unknown",
|
|
1277
|
+
"3.x": "unknown"
|
|
1278
|
+
}
|
|
849
1279
|
},
|
|
850
1280
|
{
|
|
851
1281
|
"name": "google-gtag",
|
|
@@ -861,15 +1291,18 @@
|
|
|
861
1291
|
"maintainers": [
|
|
862
1292
|
{
|
|
863
1293
|
"name": "Dominic Garms",
|
|
864
|
-
"github": "dohomi"
|
|
865
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1294
|
+
"github": "dohomi"
|
|
866
1295
|
},
|
|
867
1296
|
{
|
|
868
1297
|
"name": "Ricardo Gobbo de Souza",
|
|
869
|
-
"github": "ricardogobbosouza"
|
|
870
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1298
|
+
"github": "ricardogobbosouza"
|
|
871
1299
|
}
|
|
872
|
-
]
|
|
1300
|
+
],
|
|
1301
|
+
"compatibility": {
|
|
1302
|
+
"2.x": "working",
|
|
1303
|
+
"2.x-bridge": "unknown",
|
|
1304
|
+
"3.x": "unknown"
|
|
1305
|
+
}
|
|
873
1306
|
},
|
|
874
1307
|
{
|
|
875
1308
|
"name": "google-optimize",
|
|
@@ -886,22 +1319,24 @@
|
|
|
886
1319
|
{
|
|
887
1320
|
"name": "Pooya Parsa",
|
|
888
1321
|
"github": "pi0",
|
|
889
|
-
"twitter": "_pi0_"
|
|
890
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1322
|
+
"twitter": "_pi0_"
|
|
891
1323
|
},
|
|
892
1324
|
{
|
|
893
1325
|
"name": "Farzad Soltani",
|
|
894
1326
|
"github": "farzadso",
|
|
895
|
-
"twitter": "farzadso"
|
|
896
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1327
|
+
"twitter": "farzadso"
|
|
897
1328
|
},
|
|
898
1329
|
{
|
|
899
1330
|
"name": "Josh Deltener",
|
|
900
1331
|
"github": "hecktarzuli",
|
|
901
|
-
"twitter": "JoshDeltener"
|
|
902
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
1332
|
+
"twitter": "JoshDeltener"
|
|
903
1333
|
}
|
|
904
|
-
]
|
|
1334
|
+
],
|
|
1335
|
+
"compatibility": {
|
|
1336
|
+
"2.x": "working",
|
|
1337
|
+
"2.x-bridge": "unknown",
|
|
1338
|
+
"3.x": "unknown"
|
|
1339
|
+
}
|
|
905
1340
|
},
|
|
906
1341
|
{
|
|
907
1342
|
"name": "graphql-request",
|
|
@@ -917,10 +1352,14 @@
|
|
|
917
1352
|
"maintainers": [
|
|
918
1353
|
{
|
|
919
1354
|
"name": "gomah",
|
|
920
|
-
"github": "gomah"
|
|
921
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1355
|
+
"github": "gomah"
|
|
922
1356
|
}
|
|
923
|
-
]
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"2.x": "working",
|
|
1360
|
+
"2.x-bridge": "unknown",
|
|
1361
|
+
"3.x": "unknown"
|
|
1362
|
+
}
|
|
924
1363
|
},
|
|
925
1364
|
{
|
|
926
1365
|
"name": "gtm",
|
|
@@ -937,10 +1376,14 @@
|
|
|
937
1376
|
{
|
|
938
1377
|
"name": "Pooya Parsa",
|
|
939
1378
|
"github": "pi0",
|
|
940
|
-
"twitter": "_pi0_"
|
|
941
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1379
|
+
"twitter": "_pi0_"
|
|
942
1380
|
}
|
|
943
|
-
]
|
|
1381
|
+
],
|
|
1382
|
+
"compatibility": {
|
|
1383
|
+
"2.x": "working",
|
|
1384
|
+
"2.x-bridge": "unknown",
|
|
1385
|
+
"3.x": "unknown"
|
|
1386
|
+
}
|
|
944
1387
|
},
|
|
945
1388
|
{
|
|
946
1389
|
"name": "guess",
|
|
@@ -956,10 +1399,38 @@
|
|
|
956
1399
|
"maintainers": [
|
|
957
1400
|
{
|
|
958
1401
|
"name": "Xin Du",
|
|
959
|
-
"github": "clarkdo"
|
|
960
|
-
|
|
1402
|
+
"github": "clarkdo"
|
|
1403
|
+
}
|
|
1404
|
+
],
|
|
1405
|
+
"compatibility": {
|
|
1406
|
+
"2.x": "working",
|
|
1407
|
+
"2.x-bridge": "unknown",
|
|
1408
|
+
"3.x": "unknown"
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "headway",
|
|
1413
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1414
|
+
"repo": "l-portet/nuxt-headway",
|
|
1415
|
+
"npm": "nuxt-headway",
|
|
1416
|
+
"icon": "headway.png",
|
|
1417
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1418
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1419
|
+
"learn_more": "https://headwayapp.co/",
|
|
1420
|
+
"category": "UI",
|
|
1421
|
+
"type": "3rd-party",
|
|
1422
|
+
"maintainers": [
|
|
1423
|
+
{
|
|
1424
|
+
"name": "l-portet",
|
|
1425
|
+
"github": "l-portet",
|
|
1426
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
961
1427
|
}
|
|
962
|
-
]
|
|
1428
|
+
],
|
|
1429
|
+
"compatibility": {
|
|
1430
|
+
"2.x": "working",
|
|
1431
|
+
"2.x-bridge": "unknown",
|
|
1432
|
+
"3.x": "unknown"
|
|
1433
|
+
}
|
|
963
1434
|
},
|
|
964
1435
|
{
|
|
965
1436
|
"name": "helmet",
|
|
@@ -975,10 +1446,14 @@
|
|
|
975
1446
|
"maintainers": [
|
|
976
1447
|
{
|
|
977
1448
|
"name": "victor-perez",
|
|
978
|
-
"github": "victor-perez"
|
|
979
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1449
|
+
"github": "victor-perez"
|
|
980
1450
|
}
|
|
981
|
-
]
|
|
1451
|
+
],
|
|
1452
|
+
"compatibility": {
|
|
1453
|
+
"2.x": "working",
|
|
1454
|
+
"2.x-bridge": "unknown",
|
|
1455
|
+
"3.x": "unknown"
|
|
1456
|
+
}
|
|
982
1457
|
},
|
|
983
1458
|
{
|
|
984
1459
|
"name": "highcharts",
|
|
@@ -994,10 +1469,14 @@
|
|
|
994
1469
|
"maintainers": [
|
|
995
1470
|
{
|
|
996
1471
|
"name": "richardeschloss",
|
|
997
|
-
"github": "richardeschloss"
|
|
998
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1472
|
+
"github": "richardeschloss"
|
|
999
1473
|
}
|
|
1000
|
-
]
|
|
1474
|
+
],
|
|
1475
|
+
"compatibility": {
|
|
1476
|
+
"2.x": "working",
|
|
1477
|
+
"2.x-bridge": "unknown",
|
|
1478
|
+
"3.x": "unknown"
|
|
1479
|
+
}
|
|
1001
1480
|
},
|
|
1002
1481
|
{
|
|
1003
1482
|
"name": "history-state",
|
|
@@ -1008,15 +1487,19 @@
|
|
|
1008
1487
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1009
1488
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1010
1489
|
"learn_more": "",
|
|
1011
|
-
"category": "
|
|
1490
|
+
"category": "Extensions",
|
|
1012
1491
|
"type": "3rd-party",
|
|
1013
1492
|
"maintainers": [
|
|
1014
1493
|
{
|
|
1015
1494
|
"name": "hidekatsu-izuno",
|
|
1016
|
-
"github": "hidekatsu-izuno"
|
|
1017
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1495
|
+
"github": "hidekatsu-izuno"
|
|
1018
1496
|
}
|
|
1019
|
-
]
|
|
1497
|
+
],
|
|
1498
|
+
"compatibility": {
|
|
1499
|
+
"2.x": "working",
|
|
1500
|
+
"2.x-bridge": "unknown",
|
|
1501
|
+
"3.x": "unknown"
|
|
1502
|
+
}
|
|
1020
1503
|
},
|
|
1021
1504
|
{
|
|
1022
1505
|
"name": "html-minifier",
|
|
@@ -1032,10 +1515,14 @@
|
|
|
1032
1515
|
"maintainers": [
|
|
1033
1516
|
{
|
|
1034
1517
|
"name": "Xin Du",
|
|
1035
|
-
"github": "clarkdo"
|
|
1036
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1518
|
+
"github": "clarkdo"
|
|
1037
1519
|
}
|
|
1038
|
-
]
|
|
1520
|
+
],
|
|
1521
|
+
"compatibility": {
|
|
1522
|
+
"2.x": "working",
|
|
1523
|
+
"2.x-bridge": "unknown",
|
|
1524
|
+
"3.x": "unknown"
|
|
1525
|
+
}
|
|
1039
1526
|
},
|
|
1040
1527
|
{
|
|
1041
1528
|
"name": "html-validator",
|
|
@@ -1052,10 +1539,14 @@
|
|
|
1052
1539
|
{
|
|
1053
1540
|
"name": "Daniel Roe",
|
|
1054
1541
|
"github": "danielroe",
|
|
1055
|
-
"twitter": "danielcroe"
|
|
1056
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1542
|
+
"twitter": "danielcroe"
|
|
1057
1543
|
}
|
|
1058
|
-
]
|
|
1544
|
+
],
|
|
1545
|
+
"compatibility": {
|
|
1546
|
+
"2.x": "working",
|
|
1547
|
+
"2.x-bridge": "unknown",
|
|
1548
|
+
"3.x": "unknown"
|
|
1549
|
+
}
|
|
1059
1550
|
},
|
|
1060
1551
|
{
|
|
1061
1552
|
"name": "http",
|
|
@@ -1072,16 +1563,43 @@
|
|
|
1072
1563
|
{
|
|
1073
1564
|
"name": "Pooya Parsa",
|
|
1074
1565
|
"github": "pi0",
|
|
1075
|
-
"twitter": "_pi0_"
|
|
1076
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1566
|
+
"twitter": "_pi0_"
|
|
1077
1567
|
},
|
|
1078
1568
|
{
|
|
1079
1569
|
"name": "Sébastien Chopin",
|
|
1080
1570
|
"github": "Atinux",
|
|
1081
|
-
"twitter": "Atinux"
|
|
1082
|
-
|
|
1571
|
+
"twitter": "Atinux"
|
|
1572
|
+
}
|
|
1573
|
+
],
|
|
1574
|
+
"compatibility": {
|
|
1575
|
+
"2.x": "working",
|
|
1576
|
+
"2.x-bridge": "unknown",
|
|
1577
|
+
"3.x": "unknown"
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "humans-txt",
|
|
1582
|
+
"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.",
|
|
1583
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1584
|
+
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1585
|
+
"icon": "",
|
|
1586
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1587
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1588
|
+
"learn_more": "https://humanstxt.org/",
|
|
1589
|
+
"category": "SEO",
|
|
1590
|
+
"type": "3rd-party",
|
|
1591
|
+
"maintainers": [
|
|
1592
|
+
{
|
|
1593
|
+
"name": "Luca Iaconelli",
|
|
1594
|
+
"github": "LuXDAmore",
|
|
1595
|
+
"twitter": "luxdamore"
|
|
1083
1596
|
}
|
|
1084
|
-
]
|
|
1597
|
+
],
|
|
1598
|
+
"compatibility": {
|
|
1599
|
+
"2.x": "working",
|
|
1600
|
+
"2.x-bridge": "unknown",
|
|
1601
|
+
"3.x": "unknown"
|
|
1602
|
+
}
|
|
1085
1603
|
},
|
|
1086
1604
|
{
|
|
1087
1605
|
"name": "i18n",
|
|
@@ -1092,20 +1610,23 @@
|
|
|
1092
1610
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1093
1611
|
"website": "https://i18n.nuxtjs.org",
|
|
1094
1612
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1095
|
-
"category": "
|
|
1613
|
+
"category": "Extensions",
|
|
1096
1614
|
"type": "community",
|
|
1097
1615
|
"maintainers": [
|
|
1098
1616
|
{
|
|
1099
1617
|
"name": "Rafał Chłodnicki",
|
|
1100
|
-
"github": "rchl"
|
|
1101
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1618
|
+
"github": "rchl"
|
|
1102
1619
|
},
|
|
1103
1620
|
{
|
|
1104
|
-
"name": "
|
|
1105
|
-
"github": "
|
|
1106
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1621
|
+
"name": "Kazuya Kawaguchi",
|
|
1622
|
+
"github": "kazupon"
|
|
1107
1623
|
}
|
|
1108
|
-
]
|
|
1624
|
+
],
|
|
1625
|
+
"compatibility": {
|
|
1626
|
+
"2.x": "working",
|
|
1627
|
+
"2.x-bridge": "unknown",
|
|
1628
|
+
"3.x": "not-working"
|
|
1629
|
+
}
|
|
1109
1630
|
},
|
|
1110
1631
|
{
|
|
1111
1632
|
"name": "image-loader",
|
|
@@ -1121,10 +1642,14 @@
|
|
|
1121
1642
|
"maintainers": [
|
|
1122
1643
|
{
|
|
1123
1644
|
"name": "Barry Fisher",
|
|
1124
|
-
"github": "Barry-Fisher"
|
|
1125
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1645
|
+
"github": "Barry-Fisher"
|
|
1126
1646
|
}
|
|
1127
|
-
]
|
|
1647
|
+
],
|
|
1648
|
+
"compatibility": {
|
|
1649
|
+
"2.x": "working",
|
|
1650
|
+
"2.x-bridge": "unknown",
|
|
1651
|
+
"3.x": "unknown"
|
|
1652
|
+
}
|
|
1128
1653
|
},
|
|
1129
1654
|
{
|
|
1130
1655
|
"name": "image",
|
|
@@ -1141,22 +1666,24 @@
|
|
|
1141
1666
|
{
|
|
1142
1667
|
"name": "Ahad Birang",
|
|
1143
1668
|
"github": "farnabaz",
|
|
1144
|
-
"twitter": "a_birang"
|
|
1145
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1669
|
+
"twitter": "a_birang"
|
|
1146
1670
|
},
|
|
1147
1671
|
{
|
|
1148
1672
|
"name": "Pooya Parsa",
|
|
1149
1673
|
"github": "pi0",
|
|
1150
|
-
"twitter": "_pi0_"
|
|
1151
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1674
|
+
"twitter": "_pi0_"
|
|
1152
1675
|
},
|
|
1153
1676
|
{
|
|
1154
1677
|
"name": "Sebastien Chopin",
|
|
1155
1678
|
"github": "Atinux",
|
|
1156
|
-
"twitter": "Atinux"
|
|
1157
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1679
|
+
"twitter": "Atinux"
|
|
1158
1680
|
}
|
|
1159
|
-
]
|
|
1681
|
+
],
|
|
1682
|
+
"compatibility": {
|
|
1683
|
+
"2.x": "working",
|
|
1684
|
+
"2.x-bridge": "working",
|
|
1685
|
+
"3.x": "wip"
|
|
1686
|
+
}
|
|
1160
1687
|
},
|
|
1161
1688
|
{
|
|
1162
1689
|
"name": "imagemin",
|
|
@@ -1172,10 +1699,14 @@
|
|
|
1172
1699
|
"maintainers": [
|
|
1173
1700
|
{
|
|
1174
1701
|
"name": "Ricardo Gobbo de Souza",
|
|
1175
|
-
"github": "ricardogobbosouza"
|
|
1176
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1702
|
+
"github": "ricardogobbosouza"
|
|
1177
1703
|
}
|
|
1178
|
-
]
|
|
1704
|
+
],
|
|
1705
|
+
"compatibility": {
|
|
1706
|
+
"2.x": "working",
|
|
1707
|
+
"2.x-bridge": "unknown",
|
|
1708
|
+
"3.x": "unknown"
|
|
1709
|
+
}
|
|
1179
1710
|
},
|
|
1180
1711
|
{
|
|
1181
1712
|
"name": "intercom",
|
|
@@ -1191,10 +1722,37 @@
|
|
|
1191
1722
|
"maintainers": [
|
|
1192
1723
|
{
|
|
1193
1724
|
"name": "hex-digital",
|
|
1194
|
-
"github": "hex-digital"
|
|
1195
|
-
|
|
1725
|
+
"github": "hex-digital"
|
|
1726
|
+
}
|
|
1727
|
+
],
|
|
1728
|
+
"compatibility": {
|
|
1729
|
+
"2.x": "working",
|
|
1730
|
+
"2.x-bridge": "unknown",
|
|
1731
|
+
"3.x": "unknown"
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"name": "jsonapi",
|
|
1736
|
+
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1737
|
+
"repo": "patrickcate/nuxt-jsonapi",
|
|
1738
|
+
"npm": "nuxt-jsonapi",
|
|
1739
|
+
"icon": "jsonapi.svg",
|
|
1740
|
+
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1741
|
+
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1742
|
+
"learn_more": "",
|
|
1743
|
+
"category": "Request",
|
|
1744
|
+
"type": "3rd-party",
|
|
1745
|
+
"maintainers": [
|
|
1746
|
+
{
|
|
1747
|
+
"name": "patrickcate",
|
|
1748
|
+
"github": "patrickcate"
|
|
1196
1749
|
}
|
|
1197
|
-
]
|
|
1750
|
+
],
|
|
1751
|
+
"compatibility": {
|
|
1752
|
+
"2.x": "working",
|
|
1753
|
+
"2.x-bridge": "unknown",
|
|
1754
|
+
"3.x": "unknown"
|
|
1755
|
+
}
|
|
1198
1756
|
},
|
|
1199
1757
|
{
|
|
1200
1758
|
"name": "kentico-kontent",
|
|
@@ -1210,10 +1768,14 @@
|
|
|
1210
1768
|
"maintainers": [
|
|
1211
1769
|
{
|
|
1212
1770
|
"name": "Alfred Brockötter",
|
|
1213
|
-
"github": "Domitnator"
|
|
1214
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1771
|
+
"github": "Domitnator"
|
|
1215
1772
|
}
|
|
1216
|
-
]
|
|
1773
|
+
],
|
|
1774
|
+
"compatibility": {
|
|
1775
|
+
"2.x": "working",
|
|
1776
|
+
"2.x-bridge": "unknown",
|
|
1777
|
+
"3.x": "unknown"
|
|
1778
|
+
}
|
|
1217
1779
|
},
|
|
1218
1780
|
{
|
|
1219
1781
|
"name": "laravel-echo",
|
|
@@ -1229,10 +1791,14 @@
|
|
|
1229
1791
|
"maintainers": [
|
|
1230
1792
|
{
|
|
1231
1793
|
"name": "Ricardo Gobbo de Souza",
|
|
1232
|
-
"github": "ricardogobbosouza"
|
|
1233
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1794
|
+
"github": "ricardogobbosouza"
|
|
1234
1795
|
}
|
|
1235
|
-
]
|
|
1796
|
+
],
|
|
1797
|
+
"compatibility": {
|
|
1798
|
+
"2.x": "working",
|
|
1799
|
+
"2.x-bridge": "unknown",
|
|
1800
|
+
"3.x": "unknown"
|
|
1801
|
+
}
|
|
1236
1802
|
},
|
|
1237
1803
|
{
|
|
1238
1804
|
"name": "laravel-nuxt",
|
|
@@ -1248,10 +1814,14 @@
|
|
|
1248
1814
|
"maintainers": [
|
|
1249
1815
|
{
|
|
1250
1816
|
"name": "skyrpex",
|
|
1251
|
-
"github": "skyrpex"
|
|
1252
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1817
|
+
"github": "skyrpex"
|
|
1253
1818
|
}
|
|
1254
|
-
]
|
|
1819
|
+
],
|
|
1820
|
+
"compatibility": {
|
|
1821
|
+
"2.x": "working",
|
|
1822
|
+
"2.x-bridge": "unknown",
|
|
1823
|
+
"3.x": "unknown"
|
|
1824
|
+
}
|
|
1255
1825
|
},
|
|
1256
1826
|
{
|
|
1257
1827
|
"name": "laravel",
|
|
@@ -1267,10 +1837,14 @@
|
|
|
1267
1837
|
"maintainers": [
|
|
1268
1838
|
{
|
|
1269
1839
|
"name": "m2sd",
|
|
1270
|
-
"github": "m2sd"
|
|
1271
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1840
|
+
"github": "m2sd"
|
|
1272
1841
|
}
|
|
1273
|
-
]
|
|
1842
|
+
],
|
|
1843
|
+
"compatibility": {
|
|
1844
|
+
"2.x": "working",
|
|
1845
|
+
"2.x-bridge": "unknown",
|
|
1846
|
+
"3.x": "unknown"
|
|
1847
|
+
}
|
|
1274
1848
|
},
|
|
1275
1849
|
{
|
|
1276
1850
|
"name": "leaflet",
|
|
@@ -1281,15 +1855,19 @@
|
|
|
1281
1855
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1282
1856
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1283
1857
|
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
1284
|
-
"category": "
|
|
1858
|
+
"category": "Libraries",
|
|
1285
1859
|
"type": "3rd-party",
|
|
1286
1860
|
"maintainers": [
|
|
1287
1861
|
{
|
|
1288
1862
|
"name": "schlunsen",
|
|
1289
|
-
"github": "schlunsen"
|
|
1290
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1863
|
+
"github": "schlunsen"
|
|
1291
1864
|
}
|
|
1292
|
-
]
|
|
1865
|
+
],
|
|
1866
|
+
"compatibility": {
|
|
1867
|
+
"2.x": "working",
|
|
1868
|
+
"2.x-bridge": "unknown",
|
|
1869
|
+
"3.x": "unknown"
|
|
1870
|
+
}
|
|
1293
1871
|
},
|
|
1294
1872
|
{
|
|
1295
1873
|
"name": "localforage",
|
|
@@ -1300,21 +1878,24 @@
|
|
|
1300
1878
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1301
1879
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
1302
1880
|
"learn_more": "https://localforage.github.io/localForage/",
|
|
1303
|
-
"category": "
|
|
1881
|
+
"category": "Libraries",
|
|
1304
1882
|
"type": "community",
|
|
1305
1883
|
"maintainers": [
|
|
1306
1884
|
{
|
|
1307
1885
|
"name": "Alexandre Chopin",
|
|
1308
1886
|
"github": "alexchopin",
|
|
1309
|
-
"twitter": "alexchopin"
|
|
1310
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1887
|
+
"twitter": "alexchopin"
|
|
1311
1888
|
},
|
|
1312
1889
|
{
|
|
1313
1890
|
"name": "Ricardo Gobbo de Souza",
|
|
1314
|
-
"github": "ricardogobbosouza"
|
|
1315
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1891
|
+
"github": "ricardogobbosouza"
|
|
1316
1892
|
}
|
|
1317
|
-
]
|
|
1893
|
+
],
|
|
1894
|
+
"compatibility": {
|
|
1895
|
+
"2.x": "working",
|
|
1896
|
+
"2.x-bridge": "unknown",
|
|
1897
|
+
"3.x": "unknown"
|
|
1898
|
+
}
|
|
1318
1899
|
},
|
|
1319
1900
|
{
|
|
1320
1901
|
"name": "localtunnel",
|
|
@@ -1331,10 +1912,14 @@
|
|
|
1331
1912
|
{
|
|
1332
1913
|
"name": "Pooya Parsa",
|
|
1333
1914
|
"github": "pi0",
|
|
1334
|
-
"twitter": "_pi0_"
|
|
1335
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1915
|
+
"twitter": "_pi0_"
|
|
1336
1916
|
}
|
|
1337
|
-
]
|
|
1917
|
+
],
|
|
1918
|
+
"compatibility": {
|
|
1919
|
+
"2.x": "working",
|
|
1920
|
+
"2.x-bridge": "unknown",
|
|
1921
|
+
"3.x": "unknown"
|
|
1922
|
+
}
|
|
1338
1923
|
},
|
|
1339
1924
|
{
|
|
1340
1925
|
"name": "logrocket",
|
|
@@ -1351,10 +1936,14 @@
|
|
|
1351
1936
|
{
|
|
1352
1937
|
"name": "Farzad Soltani",
|
|
1353
1938
|
"github": "farzadso",
|
|
1354
|
-
"twitter": "farzadso"
|
|
1355
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1939
|
+
"twitter": "farzadso"
|
|
1356
1940
|
}
|
|
1357
|
-
]
|
|
1941
|
+
],
|
|
1942
|
+
"compatibility": {
|
|
1943
|
+
"2.x": "working",
|
|
1944
|
+
"2.x-bridge": "unknown",
|
|
1945
|
+
"3.x": "unknown"
|
|
1946
|
+
}
|
|
1358
1947
|
},
|
|
1359
1948
|
{
|
|
1360
1949
|
"name": "lunr",
|
|
@@ -1370,30 +1959,38 @@
|
|
|
1370
1959
|
"maintainers": [
|
|
1371
1960
|
{
|
|
1372
1961
|
"name": "Pim",
|
|
1373
|
-
"github": "pimlie"
|
|
1374
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1962
|
+
"github": "pimlie"
|
|
1375
1963
|
}
|
|
1376
|
-
]
|
|
1964
|
+
],
|
|
1965
|
+
"compatibility": {
|
|
1966
|
+
"2.x": "working",
|
|
1967
|
+
"2.x-bridge": "unknown",
|
|
1968
|
+
"3.x": "unknown"
|
|
1969
|
+
}
|
|
1377
1970
|
},
|
|
1378
1971
|
{
|
|
1379
1972
|
"name": "markdownit",
|
|
1380
1973
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1381
|
-
"repo": "nuxt-community/
|
|
1974
|
+
"repo": "nuxt-community/markdownit-module",
|
|
1382
1975
|
"npm": "@nuxtjs/markdownit",
|
|
1383
1976
|
"icon": "",
|
|
1384
|
-
"github": "https://github.com/nuxt-community/
|
|
1385
|
-
"website": "https://github.com/nuxt-community/
|
|
1977
|
+
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
1978
|
+
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
1386
1979
|
"learn_more": "https://github.com/markdown-it/markdown-it",
|
|
1387
|
-
"category": "
|
|
1980
|
+
"category": "Extensions",
|
|
1388
1981
|
"type": "community",
|
|
1389
1982
|
"maintainers": [
|
|
1390
1983
|
{
|
|
1391
1984
|
"name": "Pooya Parsa",
|
|
1392
1985
|
"github": "pi0",
|
|
1393
|
-
"twitter": "_pi0_"
|
|
1394
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1986
|
+
"twitter": "_pi0_"
|
|
1395
1987
|
}
|
|
1396
|
-
]
|
|
1988
|
+
],
|
|
1989
|
+
"compatibility": {
|
|
1990
|
+
"2.x": "working",
|
|
1991
|
+
"2.x-bridge": "unknown",
|
|
1992
|
+
"3.x": "unknown"
|
|
1993
|
+
}
|
|
1397
1994
|
},
|
|
1398
1995
|
{
|
|
1399
1996
|
"name": "matomo",
|
|
@@ -1409,10 +2006,14 @@
|
|
|
1409
2006
|
"maintainers": [
|
|
1410
2007
|
{
|
|
1411
2008
|
"name": "pimlie",
|
|
1412
|
-
"github": "pimlie"
|
|
1413
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2009
|
+
"github": "pimlie"
|
|
1414
2010
|
}
|
|
1415
|
-
]
|
|
2011
|
+
],
|
|
2012
|
+
"compatibility": {
|
|
2013
|
+
"2.x": "working",
|
|
2014
|
+
"2.x-bridge": "unknown",
|
|
2015
|
+
"3.x": "unknown"
|
|
2016
|
+
}
|
|
1416
2017
|
},
|
|
1417
2018
|
{
|
|
1418
2019
|
"name": "mdx",
|
|
@@ -1423,16 +2024,20 @@
|
|
|
1423
2024
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1424
2025
|
"website": "https://mdx.nuxtjs.org",
|
|
1425
2026
|
"learn_more": "https://mdxjs.com/",
|
|
1426
|
-
"category": "
|
|
2027
|
+
"category": "Extensions",
|
|
1427
2028
|
"type": "community",
|
|
1428
2029
|
"maintainers": [
|
|
1429
2030
|
{
|
|
1430
2031
|
"name": "Jonathan Bakebwa",
|
|
1431
2032
|
"github": "codebender828",
|
|
1432
|
-
"twitter": "codebender828"
|
|
1433
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
2033
|
+
"twitter": "codebender828"
|
|
1434
2034
|
}
|
|
1435
|
-
]
|
|
2035
|
+
],
|
|
2036
|
+
"compatibility": {
|
|
2037
|
+
"2.x": "working",
|
|
2038
|
+
"2.x-bridge": "unknown",
|
|
2039
|
+
"3.x": "unknown"
|
|
2040
|
+
}
|
|
1436
2041
|
},
|
|
1437
2042
|
{
|
|
1438
2043
|
"name": "memwatch",
|
|
@@ -1448,10 +2053,14 @@
|
|
|
1448
2053
|
"maintainers": [
|
|
1449
2054
|
{
|
|
1450
2055
|
"name": "pimlie",
|
|
1451
|
-
"github": "pimlie"
|
|
1452
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2056
|
+
"github": "pimlie"
|
|
1453
2057
|
}
|
|
1454
|
-
]
|
|
2058
|
+
],
|
|
2059
|
+
"compatibility": {
|
|
2060
|
+
"2.x": "working",
|
|
2061
|
+
"2.x-bridge": "unknown",
|
|
2062
|
+
"3.x": "unknown"
|
|
2063
|
+
}
|
|
1455
2064
|
},
|
|
1456
2065
|
{
|
|
1457
2066
|
"name": "mobile",
|
|
@@ -1462,15 +2071,19 @@
|
|
|
1462
2071
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1463
2072
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1464
2073
|
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
1465
|
-
"category": "
|
|
2074
|
+
"category": "Extensions",
|
|
1466
2075
|
"type": "3rd-party",
|
|
1467
2076
|
"maintainers": [
|
|
1468
2077
|
{
|
|
1469
2078
|
"name": "ChanningDefoe",
|
|
1470
|
-
"github": "ChanningDefoe"
|
|
1471
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2079
|
+
"github": "ChanningDefoe"
|
|
1472
2080
|
}
|
|
1473
|
-
]
|
|
2081
|
+
],
|
|
2082
|
+
"compatibility": {
|
|
2083
|
+
"2.x": "working",
|
|
2084
|
+
"2.x-bridge": "unknown",
|
|
2085
|
+
"3.x": "unknown"
|
|
2086
|
+
}
|
|
1474
2087
|
},
|
|
1475
2088
|
{
|
|
1476
2089
|
"name": "moment",
|
|
@@ -1487,15 +2100,18 @@
|
|
|
1487
2100
|
{
|
|
1488
2101
|
"name": "Pooya Parsa",
|
|
1489
2102
|
"github": "pi0",
|
|
1490
|
-
"twitter": "_pi0_"
|
|
1491
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2103
|
+
"twitter": "_pi0_"
|
|
1492
2104
|
},
|
|
1493
2105
|
{
|
|
1494
2106
|
"name": "Ricardo Gobbo de Souza",
|
|
1495
|
-
"github": "ricardogobbosouza"
|
|
1496
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2107
|
+
"github": "ricardogobbosouza"
|
|
1497
2108
|
}
|
|
1498
|
-
]
|
|
2109
|
+
],
|
|
2110
|
+
"compatibility": {
|
|
2111
|
+
"2.x": "working",
|
|
2112
|
+
"2.x-bridge": "unknown",
|
|
2113
|
+
"3.x": "unknown"
|
|
2114
|
+
}
|
|
1499
2115
|
},
|
|
1500
2116
|
{
|
|
1501
2117
|
"name": "mq",
|
|
@@ -1511,10 +2127,14 @@
|
|
|
1511
2127
|
"maintainers": [
|
|
1512
2128
|
{
|
|
1513
2129
|
"name": "vanhoofmaarten",
|
|
1514
|
-
"github": "vanhoofmaarten"
|
|
1515
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2130
|
+
"github": "vanhoofmaarten"
|
|
1516
2131
|
}
|
|
1517
|
-
]
|
|
2132
|
+
],
|
|
2133
|
+
"compatibility": {
|
|
2134
|
+
"2.x": "working",
|
|
2135
|
+
"2.x-bridge": "unknown",
|
|
2136
|
+
"3.x": "unknown"
|
|
2137
|
+
}
|
|
1518
2138
|
},
|
|
1519
2139
|
{
|
|
1520
2140
|
"name": "neo",
|
|
@@ -1530,10 +2150,14 @@
|
|
|
1530
2150
|
"maintainers": [
|
|
1531
2151
|
{
|
|
1532
2152
|
"name": "ezypeeze",
|
|
1533
|
-
"github": "ezypeeze"
|
|
1534
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2153
|
+
"github": "ezypeeze"
|
|
1535
2154
|
}
|
|
1536
|
-
]
|
|
2155
|
+
],
|
|
2156
|
+
"compatibility": {
|
|
2157
|
+
"2.x": "working",
|
|
2158
|
+
"2.x-bridge": "unknown",
|
|
2159
|
+
"3.x": "unknown"
|
|
2160
|
+
}
|
|
1537
2161
|
},
|
|
1538
2162
|
{
|
|
1539
2163
|
"name": "netlify-cache",
|
|
@@ -1549,10 +2173,14 @@
|
|
|
1549
2173
|
"maintainers": [
|
|
1550
2174
|
{
|
|
1551
2175
|
"name": "DreaMinder",
|
|
1552
|
-
"github": "DreaMinder"
|
|
1553
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2176
|
+
"github": "DreaMinder"
|
|
1554
2177
|
}
|
|
1555
|
-
]
|
|
2178
|
+
],
|
|
2179
|
+
"compatibility": {
|
|
2180
|
+
"2.x": "working",
|
|
2181
|
+
"2.x-bridge": "unknown",
|
|
2182
|
+
"3.x": "unknown"
|
|
2183
|
+
}
|
|
1556
2184
|
},
|
|
1557
2185
|
{
|
|
1558
2186
|
"name": "netlify-files",
|
|
@@ -1569,10 +2197,14 @@
|
|
|
1569
2197
|
{
|
|
1570
2198
|
"name": "Alexander Lichter",
|
|
1571
2199
|
"github": "manniL",
|
|
1572
|
-
"twitter": "TheAlexLichter"
|
|
1573
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2200
|
+
"twitter": "TheAlexLichter"
|
|
1574
2201
|
}
|
|
1575
|
-
]
|
|
2202
|
+
],
|
|
2203
|
+
"compatibility": {
|
|
2204
|
+
"2.x": "working",
|
|
2205
|
+
"2.x-bridge": "unknown",
|
|
2206
|
+
"3.x": "unknown"
|
|
2207
|
+
}
|
|
1576
2208
|
},
|
|
1577
2209
|
{
|
|
1578
2210
|
"name": "netlify",
|
|
@@ -1588,30 +2220,135 @@
|
|
|
1588
2220
|
"maintainers": [
|
|
1589
2221
|
{
|
|
1590
2222
|
"name": "bazzite",
|
|
1591
|
-
"github": "bazzite"
|
|
1592
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2223
|
+
"github": "bazzite"
|
|
1593
2224
|
}
|
|
1594
|
-
]
|
|
2225
|
+
],
|
|
2226
|
+
"compatibility": {
|
|
2227
|
+
"2.x": "working",
|
|
2228
|
+
"2.x-bridge": "unknown",
|
|
2229
|
+
"3.x": "unknown"
|
|
2230
|
+
}
|
|
1595
2231
|
},
|
|
1596
2232
|
{
|
|
1597
2233
|
"name": "ngrok",
|
|
1598
2234
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
1599
|
-
"repo": "nuxt-community/
|
|
2235
|
+
"repo": "nuxt-community/ngrok",
|
|
1600
2236
|
"npm": "@nuxtjs/ngrok",
|
|
1601
2237
|
"icon": "ngrok.png",
|
|
1602
|
-
"github": "https://github.com/nuxt-community/
|
|
1603
|
-
"website": "https://
|
|
2238
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
2239
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
1604
2240
|
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
1605
2241
|
"category": "Devtools",
|
|
1606
2242
|
"type": "community",
|
|
1607
2243
|
"maintainers": [
|
|
2244
|
+
{
|
|
2245
|
+
"name": "Debbie O'Brien",
|
|
2246
|
+
"github": "debs-obrien",
|
|
2247
|
+
"twitter": "debs_obrien"
|
|
2248
|
+
},
|
|
1608
2249
|
{
|
|
1609
2250
|
"name": "Pooya Parsa",
|
|
1610
2251
|
"github": "pi0",
|
|
1611
|
-
"twitter": "_pi0_"
|
|
1612
|
-
|
|
2252
|
+
"twitter": "_pi0_"
|
|
2253
|
+
}
|
|
2254
|
+
],
|
|
2255
|
+
"compatibility": {
|
|
2256
|
+
"2.x": "working",
|
|
2257
|
+
"2.x-bridge": "unknown",
|
|
2258
|
+
"3.x": "unknown"
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"name": "notion",
|
|
2263
|
+
"description": "Vue renderer for Notion pages",
|
|
2264
|
+
"repo": "janniks/vue-notion",
|
|
2265
|
+
"npm": "vue-notion",
|
|
2266
|
+
"icon": "notion.svg",
|
|
2267
|
+
"github": "https://github.com/janniks/vue-notion",
|
|
2268
|
+
"website": "https://github.com/janniks/vue-notion",
|
|
2269
|
+
"learn_more": "",
|
|
2270
|
+
"category": "CMS",
|
|
2271
|
+
"type": "3rd-party",
|
|
2272
|
+
"maintainers": [
|
|
2273
|
+
{
|
|
2274
|
+
"name": "janniks",
|
|
2275
|
+
"github": "janniks"
|
|
1613
2276
|
}
|
|
1614
|
-
]
|
|
2277
|
+
],
|
|
2278
|
+
"compatibility": {
|
|
2279
|
+
"2.x": "working",
|
|
2280
|
+
"2.x-bridge": "unknown",
|
|
2281
|
+
"3.x": "unknown"
|
|
2282
|
+
}
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"name": "nuxt-use-motion",
|
|
2286
|
+
"description": "A Nuxt module putting your components in motion",
|
|
2287
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
2288
|
+
"npm": "nuxt-use-motion",
|
|
2289
|
+
"icon": "nuxt-use-motion.svg",
|
|
2290
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
2291
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2292
|
+
"learn_more": "https://github.com/vueuse/motion",
|
|
2293
|
+
"category": "Libraries",
|
|
2294
|
+
"type": "3rd-party",
|
|
2295
|
+
"maintainers": [
|
|
2296
|
+
{
|
|
2297
|
+
"name": "Tahul",
|
|
2298
|
+
"github": "Tahul"
|
|
2299
|
+
}
|
|
2300
|
+
],
|
|
2301
|
+
"compatibility": {
|
|
2302
|
+
"2.x": "working",
|
|
2303
|
+
"2.x-bridge": "unknown",
|
|
2304
|
+
"3.x": "unknown"
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"name": "nuxt-use-sound",
|
|
2309
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
2310
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
2311
|
+
"npm": "nuxt-use-sound",
|
|
2312
|
+
"icon": "nuxt-use-sound.svg",
|
|
2313
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
2314
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
2315
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
2316
|
+
"category": "Libraries",
|
|
2317
|
+
"type": "3rd-party",
|
|
2318
|
+
"maintainers": [
|
|
2319
|
+
{
|
|
2320
|
+
"name": "Tahul",
|
|
2321
|
+
"github": "Tahul"
|
|
2322
|
+
}
|
|
2323
|
+
],
|
|
2324
|
+
"compatibility": {
|
|
2325
|
+
"2.x": "working",
|
|
2326
|
+
"2.x-bridge": "unknown",
|
|
2327
|
+
"3.x": "unknown"
|
|
2328
|
+
}
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"name": "nuxt-viewport",
|
|
2332
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
2333
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
2334
|
+
"npm": "nuxt-viewport",
|
|
2335
|
+
"icon": "nuxt-viewport.svg",
|
|
2336
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
2337
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
2338
|
+
"learn_more": "",
|
|
2339
|
+
"category": "Extensions",
|
|
2340
|
+
"type": "3rd-party",
|
|
2341
|
+
"maintainers": [
|
|
2342
|
+
{
|
|
2343
|
+
"name": "mvrlin",
|
|
2344
|
+
"github": "mvrlin"
|
|
2345
|
+
}
|
|
2346
|
+
],
|
|
2347
|
+
"compatibility": {
|
|
2348
|
+
"2.x": "working",
|
|
2349
|
+
"2.x-bridge": "unknown",
|
|
2350
|
+
"3.x": "unknown"
|
|
2351
|
+
}
|
|
1615
2352
|
},
|
|
1616
2353
|
{
|
|
1617
2354
|
"name": "nuxt7",
|
|
@@ -1628,10 +2365,14 @@
|
|
|
1628
2365
|
{
|
|
1629
2366
|
"name": "Pooya Parsa",
|
|
1630
2367
|
"github": "pi0",
|
|
1631
|
-
"twitter": "_pi0_"
|
|
1632
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2368
|
+
"twitter": "_pi0_"
|
|
1633
2369
|
}
|
|
1634
|
-
]
|
|
2370
|
+
],
|
|
2371
|
+
"compatibility": {
|
|
2372
|
+
"2.x": "working",
|
|
2373
|
+
"2.x-bridge": "unknown",
|
|
2374
|
+
"3.x": "unknown"
|
|
2375
|
+
}
|
|
1635
2376
|
},
|
|
1636
2377
|
{
|
|
1637
2378
|
"name": "onesignal",
|
|
@@ -1642,16 +2383,20 @@
|
|
|
1642
2383
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1643
2384
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
1644
2385
|
"learn_more": "https://onesignal.com/",
|
|
1645
|
-
"category": "
|
|
2386
|
+
"category": "Extensions",
|
|
1646
2387
|
"type": "community",
|
|
1647
2388
|
"maintainers": [
|
|
1648
2389
|
{
|
|
1649
2390
|
"name": "Pooya Parsa",
|
|
1650
2391
|
"github": "pi0",
|
|
1651
|
-
"twitter": "_pi0_"
|
|
1652
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2392
|
+
"twitter": "_pi0_"
|
|
1653
2393
|
}
|
|
1654
|
-
]
|
|
2394
|
+
],
|
|
2395
|
+
"compatibility": {
|
|
2396
|
+
"2.x": "working",
|
|
2397
|
+
"2.x-bridge": "unknown",
|
|
2398
|
+
"3.x": "unknown"
|
|
2399
|
+
}
|
|
1655
2400
|
},
|
|
1656
2401
|
{
|
|
1657
2402
|
"name": "optimized-images",
|
|
@@ -1668,10 +2413,14 @@
|
|
|
1668
2413
|
{
|
|
1669
2414
|
"name": "Julio Marquez",
|
|
1670
2415
|
"github": "juliomrqz",
|
|
1671
|
-
"twitter": "juliomrqz"
|
|
1672
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2416
|
+
"twitter": "juliomrqz"
|
|
1673
2417
|
}
|
|
1674
|
-
]
|
|
2418
|
+
],
|
|
2419
|
+
"compatibility": {
|
|
2420
|
+
"2.x": "working",
|
|
2421
|
+
"2.x-bridge": "unknown",
|
|
2422
|
+
"3.x": "unknown"
|
|
2423
|
+
}
|
|
1675
2424
|
},
|
|
1676
2425
|
{
|
|
1677
2426
|
"name": "page-generator-helper",
|
|
@@ -1682,15 +2431,19 @@
|
|
|
1682
2431
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1683
2432
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1684
2433
|
"learn_more": "",
|
|
1685
|
-
"category": "
|
|
2434
|
+
"category": "Extensions",
|
|
1686
2435
|
"type": "3rd-party",
|
|
1687
2436
|
"maintainers": [
|
|
1688
2437
|
{
|
|
1689
2438
|
"name": "GrabarzUndPartner",
|
|
1690
|
-
"github": "GrabarzUndPartner"
|
|
1691
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2439
|
+
"github": "GrabarzUndPartner"
|
|
1692
2440
|
}
|
|
1693
|
-
]
|
|
2441
|
+
],
|
|
2442
|
+
"compatibility": {
|
|
2443
|
+
"2.x": "working",
|
|
2444
|
+
"2.x-bridge": "unknown",
|
|
2445
|
+
"3.x": "unknown"
|
|
2446
|
+
}
|
|
1694
2447
|
},
|
|
1695
2448
|
{
|
|
1696
2449
|
"name": "parse",
|
|
@@ -1706,10 +2459,60 @@
|
|
|
1706
2459
|
"maintainers": [
|
|
1707
2460
|
{
|
|
1708
2461
|
"name": "cierrateam",
|
|
1709
|
-
"github": "cierrateam"
|
|
1710
|
-
|
|
2462
|
+
"github": "cierrateam"
|
|
2463
|
+
}
|
|
2464
|
+
],
|
|
2465
|
+
"compatibility": {
|
|
2466
|
+
"2.x": "working",
|
|
2467
|
+
"2.x-bridge": "unknown",
|
|
2468
|
+
"3.x": "unknown"
|
|
2469
|
+
}
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"name": "pinia",
|
|
2473
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2474
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2475
|
+
"npm": "@pinia/nuxt",
|
|
2476
|
+
"icon": "pinia.svg",
|
|
2477
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2478
|
+
"website": "https://pinia.esm.dev/",
|
|
2479
|
+
"learn_more": "",
|
|
2480
|
+
"category": "Extensions",
|
|
2481
|
+
"type": "3rd-party",
|
|
2482
|
+
"maintainers": [
|
|
2483
|
+
{
|
|
2484
|
+
"name": "posva",
|
|
2485
|
+
"github": "posva"
|
|
2486
|
+
}
|
|
2487
|
+
],
|
|
2488
|
+
"compatibility": {
|
|
2489
|
+
"2.x": "working",
|
|
2490
|
+
"2.x-bridge": "working",
|
|
2491
|
+
"3.x": "working"
|
|
2492
|
+
}
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"name": "plausible",
|
|
2496
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2497
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
2498
|
+
"npm": "vue-plausible",
|
|
2499
|
+
"icon": "plausible.png",
|
|
2500
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2501
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
2502
|
+
"learn_more": "",
|
|
2503
|
+
"category": "Analytics",
|
|
2504
|
+
"type": "3rd-party",
|
|
2505
|
+
"maintainers": [
|
|
2506
|
+
{
|
|
2507
|
+
"name": "moritzsternemann",
|
|
2508
|
+
"github": "moritzsternemann"
|
|
1711
2509
|
}
|
|
1712
|
-
]
|
|
2510
|
+
],
|
|
2511
|
+
"compatibility": {
|
|
2512
|
+
"2.x": "working",
|
|
2513
|
+
"2.x-bridge": "unknown",
|
|
2514
|
+
"3.x": "unknown"
|
|
2515
|
+
}
|
|
1713
2516
|
},
|
|
1714
2517
|
{
|
|
1715
2518
|
"name": "precompress",
|
|
@@ -1725,10 +2528,14 @@
|
|
|
1725
2528
|
"maintainers": [
|
|
1726
2529
|
{
|
|
1727
2530
|
"name": "frenchrabbit",
|
|
1728
|
-
"github": "frenchrabbit"
|
|
1729
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2531
|
+
"github": "frenchrabbit"
|
|
1730
2532
|
}
|
|
1731
|
-
]
|
|
2533
|
+
],
|
|
2534
|
+
"compatibility": {
|
|
2535
|
+
"2.x": "working",
|
|
2536
|
+
"2.x-bridge": "unknown",
|
|
2537
|
+
"3.x": "unknown"
|
|
2538
|
+
}
|
|
1732
2539
|
},
|
|
1733
2540
|
{
|
|
1734
2541
|
"name": "prismic",
|
|
@@ -1745,21 +2552,23 @@
|
|
|
1745
2552
|
{
|
|
1746
2553
|
"name": "Sébastien Chopin",
|
|
1747
2554
|
"github": "Atinux",
|
|
1748
|
-
"twitter": "Atinux"
|
|
1749
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2555
|
+
"twitter": "Atinux"
|
|
1750
2556
|
},
|
|
1751
2557
|
{
|
|
1752
2558
|
"name": "lihbr",
|
|
1753
2559
|
"github": "lihbr",
|
|
1754
|
-
"twitter": "li_hbr"
|
|
1755
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2560
|
+
"twitter": "li_hbr"
|
|
1756
2561
|
},
|
|
1757
2562
|
{
|
|
1758
2563
|
"name": "James Pegg",
|
|
1759
|
-
"github": "jamespegg"
|
|
1760
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2564
|
+
"github": "jamespegg"
|
|
1761
2565
|
}
|
|
1762
|
-
]
|
|
2566
|
+
],
|
|
2567
|
+
"compatibility": {
|
|
2568
|
+
"2.x": "working",
|
|
2569
|
+
"2.x-bridge": "unknown",
|
|
2570
|
+
"3.x": "unknown"
|
|
2571
|
+
}
|
|
1763
2572
|
},
|
|
1764
2573
|
{
|
|
1765
2574
|
"name": "protected-mailto",
|
|
@@ -1775,10 +2584,14 @@
|
|
|
1775
2584
|
"maintainers": [
|
|
1776
2585
|
{
|
|
1777
2586
|
"name": "mmoollllee",
|
|
1778
|
-
"github": "mmoollllee"
|
|
1779
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2587
|
+
"github": "mmoollllee"
|
|
1780
2588
|
}
|
|
1781
|
-
]
|
|
2589
|
+
],
|
|
2590
|
+
"compatibility": {
|
|
2591
|
+
"2.x": "working",
|
|
2592
|
+
"2.x-bridge": "unknown",
|
|
2593
|
+
"3.x": "unknown"
|
|
2594
|
+
}
|
|
1782
2595
|
},
|
|
1783
2596
|
{
|
|
1784
2597
|
"name": "proxy",
|
|
@@ -1795,10 +2608,14 @@
|
|
|
1795
2608
|
{
|
|
1796
2609
|
"name": "Pooya Parsa",
|
|
1797
2610
|
"github": "pi0",
|
|
1798
|
-
"twitter": "_pi0_"
|
|
1799
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2611
|
+
"twitter": "_pi0_"
|
|
1800
2612
|
}
|
|
1801
|
-
]
|
|
2613
|
+
],
|
|
2614
|
+
"compatibility": {
|
|
2615
|
+
"2.x": "working",
|
|
2616
|
+
"2.x-bridge": "unknown",
|
|
2617
|
+
"3.x": "unknown"
|
|
2618
|
+
}
|
|
1802
2619
|
},
|
|
1803
2620
|
{
|
|
1804
2621
|
"name": "prune-html",
|
|
@@ -1813,11 +2630,16 @@
|
|
|
1813
2630
|
"type": "3rd-party",
|
|
1814
2631
|
"maintainers": [
|
|
1815
2632
|
{
|
|
1816
|
-
"name": "
|
|
2633
|
+
"name": "Luca Iaconelli",
|
|
1817
2634
|
"github": "LuXDAmore",
|
|
1818
|
-
"
|
|
2635
|
+
"twitter": "luxdamore"
|
|
1819
2636
|
}
|
|
1820
|
-
]
|
|
2637
|
+
],
|
|
2638
|
+
"compatibility": {
|
|
2639
|
+
"2.x": "working",
|
|
2640
|
+
"2.x-bridge": "unknown",
|
|
2641
|
+
"3.x": "unknown"
|
|
2642
|
+
}
|
|
1821
2643
|
},
|
|
1822
2644
|
{
|
|
1823
2645
|
"name": "purgecss",
|
|
@@ -1833,14 +2655,18 @@
|
|
|
1833
2655
|
"maintainers": [
|
|
1834
2656
|
{
|
|
1835
2657
|
"name": "Developmint",
|
|
1836
|
-
"github": "Developmint"
|
|
1837
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2658
|
+
"github": "Developmint"
|
|
1838
2659
|
}
|
|
1839
|
-
]
|
|
2660
|
+
],
|
|
2661
|
+
"compatibility": {
|
|
2662
|
+
"2.x": "working",
|
|
2663
|
+
"2.x-bridge": "unknown",
|
|
2664
|
+
"3.x": "unknown"
|
|
2665
|
+
}
|
|
1840
2666
|
},
|
|
1841
2667
|
{
|
|
1842
2668
|
"name": "pwa",
|
|
1843
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2669
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
1844
2670
|
"repo": "nuxt-community/pwa-module",
|
|
1845
2671
|
"npm": "@nuxtjs/pwa",
|
|
1846
2672
|
"icon": "pwa.png",
|
|
@@ -1853,10 +2679,14 @@
|
|
|
1853
2679
|
{
|
|
1854
2680
|
"name": "Pooya Parsa",
|
|
1855
2681
|
"github": "pi0",
|
|
1856
|
-
"twitter": "_pi0_"
|
|
1857
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2682
|
+
"twitter": "_pi0_"
|
|
1858
2683
|
}
|
|
1859
|
-
]
|
|
2684
|
+
],
|
|
2685
|
+
"compatibility": {
|
|
2686
|
+
"2.x": "working",
|
|
2687
|
+
"2.x-bridge": "working",
|
|
2688
|
+
"3.x": "wip"
|
|
2689
|
+
}
|
|
1860
2690
|
},
|
|
1861
2691
|
{
|
|
1862
2692
|
"name": "python",
|
|
@@ -1867,15 +2697,19 @@
|
|
|
1867
2697
|
"github": "https://github.com/nuxt-community/python-module",
|
|
1868
2698
|
"website": "https://github.com/nuxt-community/python-module",
|
|
1869
2699
|
"learn_more": "https://www.python.org/",
|
|
1870
|
-
"category": "
|
|
2700
|
+
"category": "Extensions",
|
|
1871
2701
|
"type": "community",
|
|
1872
2702
|
"maintainers": [
|
|
1873
2703
|
{
|
|
1874
2704
|
"name": "Sebastian Silva",
|
|
1875
|
-
"github": "icarito"
|
|
1876
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2705
|
+
"github": "icarito"
|
|
1877
2706
|
}
|
|
1878
|
-
]
|
|
2707
|
+
],
|
|
2708
|
+
"compatibility": {
|
|
2709
|
+
"2.x": "working",
|
|
2710
|
+
"2.x-bridge": "unknown",
|
|
2711
|
+
"3.x": "unknown"
|
|
2712
|
+
}
|
|
1879
2713
|
},
|
|
1880
2714
|
{
|
|
1881
2715
|
"name": "recaptcha",
|
|
@@ -1891,10 +2725,14 @@
|
|
|
1891
2725
|
"maintainers": [
|
|
1892
2726
|
{
|
|
1893
2727
|
"name": "mvrlin",
|
|
1894
|
-
"github": "mvrlin"
|
|
1895
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2728
|
+
"github": "mvrlin"
|
|
1896
2729
|
}
|
|
1897
|
-
]
|
|
2730
|
+
],
|
|
2731
|
+
"compatibility": {
|
|
2732
|
+
"2.x": "working",
|
|
2733
|
+
"2.x-bridge": "unknown",
|
|
2734
|
+
"3.x": "unknown"
|
|
2735
|
+
}
|
|
1898
2736
|
},
|
|
1899
2737
|
{
|
|
1900
2738
|
"name": "redirect",
|
|
@@ -1911,10 +2749,14 @@
|
|
|
1911
2749
|
{
|
|
1912
2750
|
"name": "Alexander Lichter",
|
|
1913
2751
|
"github": "manniL",
|
|
1914
|
-
"twitter": "TheAlexLichter"
|
|
1915
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2752
|
+
"twitter": "TheAlexLichter"
|
|
1916
2753
|
}
|
|
1917
|
-
]
|
|
2754
|
+
],
|
|
2755
|
+
"compatibility": {
|
|
2756
|
+
"2.x": "working",
|
|
2757
|
+
"2.x-bridge": "unknown",
|
|
2758
|
+
"3.x": "unknown"
|
|
2759
|
+
}
|
|
1918
2760
|
},
|
|
1919
2761
|
{
|
|
1920
2762
|
"name": "rfg-icon",
|
|
@@ -1925,15 +2767,19 @@
|
|
|
1925
2767
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1926
2768
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
1927
2769
|
"learn_more": "https://realfavicongenerator.net/",
|
|
1928
|
-
"category": "
|
|
2770
|
+
"category": "SEO",
|
|
1929
2771
|
"type": "3rd-party",
|
|
1930
2772
|
"maintainers": [
|
|
1931
2773
|
{
|
|
1932
2774
|
"name": "pimlie",
|
|
1933
|
-
"github": "pimlie"
|
|
1934
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2775
|
+
"github": "pimlie"
|
|
1935
2776
|
}
|
|
1936
|
-
]
|
|
2777
|
+
],
|
|
2778
|
+
"compatibility": {
|
|
2779
|
+
"2.x": "working",
|
|
2780
|
+
"2.x-bridge": "unknown",
|
|
2781
|
+
"3.x": "unknown"
|
|
2782
|
+
}
|
|
1937
2783
|
},
|
|
1938
2784
|
{
|
|
1939
2785
|
"name": "robots",
|
|
@@ -1949,10 +2795,14 @@
|
|
|
1949
2795
|
"maintainers": [
|
|
1950
2796
|
{
|
|
1951
2797
|
"name": "Ricardo Gobbo de Souza",
|
|
1952
|
-
"github": "ricardogobbosouza"
|
|
1953
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2798
|
+
"github": "ricardogobbosouza"
|
|
1954
2799
|
}
|
|
1955
|
-
]
|
|
2800
|
+
],
|
|
2801
|
+
"compatibility": {
|
|
2802
|
+
"2.x": "working",
|
|
2803
|
+
"2.x-bridge": "unknown",
|
|
2804
|
+
"3.x": "unknown"
|
|
2805
|
+
}
|
|
1956
2806
|
},
|
|
1957
2807
|
{
|
|
1958
2808
|
"name": "rollbar",
|
|
@@ -1968,10 +2818,14 @@
|
|
|
1968
2818
|
"maintainers": [
|
|
1969
2819
|
{
|
|
1970
2820
|
"name": "Gaël Reyrol",
|
|
1971
|
-
"github": "gaelreyrol"
|
|
1972
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
2821
|
+
"github": "gaelreyrol"
|
|
1973
2822
|
}
|
|
1974
|
-
]
|
|
2823
|
+
],
|
|
2824
|
+
"compatibility": {
|
|
2825
|
+
"2.x": "working",
|
|
2826
|
+
"2.x-bridge": "unknown",
|
|
2827
|
+
"3.x": "unknown"
|
|
2828
|
+
}
|
|
1975
2829
|
},
|
|
1976
2830
|
{
|
|
1977
2831
|
"name": "router-extras",
|
|
@@ -1982,16 +2836,20 @@
|
|
|
1982
2836
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
1983
2837
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
1984
2838
|
"learn_more": "",
|
|
1985
|
-
"category": "
|
|
2839
|
+
"category": "Extensions",
|
|
1986
2840
|
"type": "community",
|
|
1987
2841
|
"maintainers": [
|
|
1988
2842
|
{
|
|
1989
2843
|
"name": "Ahad Birang",
|
|
1990
2844
|
"github": "farnabaz",
|
|
1991
|
-
"twitter": "a_birang"
|
|
1992
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
2845
|
+
"twitter": "a_birang"
|
|
1993
2846
|
}
|
|
1994
|
-
]
|
|
2847
|
+
],
|
|
2848
|
+
"compatibility": {
|
|
2849
|
+
"2.x": "working",
|
|
2850
|
+
"2.x-bridge": "unknown",
|
|
2851
|
+
"3.x": "unknown"
|
|
2852
|
+
}
|
|
1995
2853
|
},
|
|
1996
2854
|
{
|
|
1997
2855
|
"name": "router",
|
|
@@ -2002,16 +2860,20 @@
|
|
|
2002
2860
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2003
2861
|
"website": "https://github.com/nuxt-community/router-module",
|
|
2004
2862
|
"learn_more": "",
|
|
2005
|
-
"category": "
|
|
2863
|
+
"category": "Extensions",
|
|
2006
2864
|
"type": "community",
|
|
2007
2865
|
"maintainers": [
|
|
2008
2866
|
{
|
|
2009
2867
|
"name": "Sébastien Chopin",
|
|
2010
2868
|
"github": "Atinux",
|
|
2011
|
-
"twitter": "Atinux"
|
|
2012
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2869
|
+
"twitter": "Atinux"
|
|
2013
2870
|
}
|
|
2014
|
-
]
|
|
2871
|
+
],
|
|
2872
|
+
"compatibility": {
|
|
2873
|
+
"2.x": "working",
|
|
2874
|
+
"2.x-bridge": "unknown",
|
|
2875
|
+
"3.x": "unknown"
|
|
2876
|
+
}
|
|
2015
2877
|
},
|
|
2016
2878
|
{
|
|
2017
2879
|
"name": "sanity",
|
|
@@ -2028,10 +2890,14 @@
|
|
|
2028
2890
|
{
|
|
2029
2891
|
"name": "Daniel Roe",
|
|
2030
2892
|
"github": "danielroe",
|
|
2031
|
-
"twitter": "danielcroe"
|
|
2032
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
2893
|
+
"twitter": "danielcroe"
|
|
2033
2894
|
}
|
|
2034
|
-
]
|
|
2895
|
+
],
|
|
2896
|
+
"compatibility": {
|
|
2897
|
+
"2.x": "working",
|
|
2898
|
+
"2.x-bridge": "unknown",
|
|
2899
|
+
"3.x": "unknown"
|
|
2900
|
+
}
|
|
2035
2901
|
},
|
|
2036
2902
|
{
|
|
2037
2903
|
"name": "scss-to-js",
|
|
@@ -2047,10 +2913,14 @@
|
|
|
2047
2913
|
"maintainers": [
|
|
2048
2914
|
{
|
|
2049
2915
|
"name": "sugoidesune",
|
|
2050
|
-
"github": "sugoidesune"
|
|
2051
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
2916
|
+
"github": "sugoidesune"
|
|
2052
2917
|
}
|
|
2053
|
-
]
|
|
2918
|
+
],
|
|
2919
|
+
"compatibility": {
|
|
2920
|
+
"2.x": "working",
|
|
2921
|
+
"2.x-bridge": "unknown",
|
|
2922
|
+
"3.x": "unknown"
|
|
2923
|
+
}
|
|
2054
2924
|
},
|
|
2055
2925
|
{
|
|
2056
2926
|
"name": "segment",
|
|
@@ -2066,10 +2936,14 @@
|
|
|
2066
2936
|
"maintainers": [
|
|
2067
2937
|
{
|
|
2068
2938
|
"name": "dansmaculotte",
|
|
2069
|
-
"github": "dansmaculotte"
|
|
2070
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
2939
|
+
"github": "dansmaculotte"
|
|
2071
2940
|
}
|
|
2072
|
-
]
|
|
2941
|
+
],
|
|
2942
|
+
"compatibility": {
|
|
2943
|
+
"2.x": "working",
|
|
2944
|
+
"2.x-bridge": "unknown",
|
|
2945
|
+
"3.x": "unknown"
|
|
2946
|
+
}
|
|
2073
2947
|
},
|
|
2074
2948
|
{
|
|
2075
2949
|
"name": "sentry",
|
|
@@ -2078,17 +2952,21 @@
|
|
|
2078
2952
|
"npm": "@nuxtjs/sentry",
|
|
2079
2953
|
"icon": "sentry.png",
|
|
2080
2954
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2081
|
-
"website": "https://
|
|
2955
|
+
"website": "https://sentry.nuxtjs.org/",
|
|
2082
2956
|
"learn_more": "https://sentry.io/welcome/",
|
|
2083
2957
|
"category": "Monitoring",
|
|
2084
2958
|
"type": "community",
|
|
2085
2959
|
"maintainers": [
|
|
2086
2960
|
{
|
|
2087
2961
|
"name": "Rafał Chłodnicki",
|
|
2088
|
-
"github": "rchl"
|
|
2089
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
2962
|
+
"github": "rchl"
|
|
2090
2963
|
}
|
|
2091
|
-
]
|
|
2964
|
+
],
|
|
2965
|
+
"compatibility": {
|
|
2966
|
+
"2.x": "working",
|
|
2967
|
+
"2.x-bridge": "wip",
|
|
2968
|
+
"3.x": "wip"
|
|
2969
|
+
}
|
|
2092
2970
|
},
|
|
2093
2971
|
{
|
|
2094
2972
|
"name": "seomatic-meta",
|
|
@@ -2104,10 +2982,14 @@
|
|
|
2104
2982
|
"maintainers": [
|
|
2105
2983
|
{
|
|
2106
2984
|
"name": "ben-rogerson",
|
|
2107
|
-
"github": "ben-rogerson"
|
|
2108
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
2985
|
+
"github": "ben-rogerson"
|
|
2109
2986
|
}
|
|
2110
|
-
]
|
|
2987
|
+
],
|
|
2988
|
+
"compatibility": {
|
|
2989
|
+
"2.x": "working",
|
|
2990
|
+
"2.x-bridge": "unknown",
|
|
2991
|
+
"3.x": "unknown"
|
|
2992
|
+
}
|
|
2111
2993
|
},
|
|
2112
2994
|
{
|
|
2113
2995
|
"name": "separate-env",
|
|
@@ -2118,16 +3000,20 @@
|
|
|
2118
3000
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2119
3001
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
2120
3002
|
"learn_more": "",
|
|
2121
|
-
"category": "
|
|
3003
|
+
"category": "Extensions",
|
|
2122
3004
|
"type": "community",
|
|
2123
3005
|
"maintainers": [
|
|
2124
3006
|
{
|
|
2125
3007
|
"name": "Alexander Lichter",
|
|
2126
3008
|
"github": "manniL",
|
|
2127
|
-
"twitter": "TheAlexLichter"
|
|
2128
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3009
|
+
"twitter": "TheAlexLichter"
|
|
2129
3010
|
}
|
|
2130
|
-
]
|
|
3011
|
+
],
|
|
3012
|
+
"compatibility": {
|
|
3013
|
+
"2.x": "working",
|
|
3014
|
+
"2.x-bridge": "unknown",
|
|
3015
|
+
"3.x": "unknown"
|
|
3016
|
+
}
|
|
2131
3017
|
},
|
|
2132
3018
|
{
|
|
2133
3019
|
"name": "shopify",
|
|
@@ -2143,10 +3029,14 @@
|
|
|
2143
3029
|
"maintainers": [
|
|
2144
3030
|
{
|
|
2145
3031
|
"name": "Gomah",
|
|
2146
|
-
"github": "Gomah"
|
|
2147
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3032
|
+
"github": "Gomah"
|
|
2148
3033
|
}
|
|
2149
|
-
]
|
|
3034
|
+
],
|
|
3035
|
+
"compatibility": {
|
|
3036
|
+
"2.x": "working",
|
|
3037
|
+
"2.x-bridge": "unknown",
|
|
3038
|
+
"3.x": "unknown"
|
|
3039
|
+
}
|
|
2150
3040
|
},
|
|
2151
3041
|
{
|
|
2152
3042
|
"name": "simple-line-icons",
|
|
@@ -2162,10 +3052,14 @@
|
|
|
2162
3052
|
"maintainers": [
|
|
2163
3053
|
{
|
|
2164
3054
|
"name": "vaso2",
|
|
2165
|
-
"github": "vaso2"
|
|
2166
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3055
|
+
"github": "vaso2"
|
|
2167
3056
|
}
|
|
2168
|
-
]
|
|
3057
|
+
],
|
|
3058
|
+
"compatibility": {
|
|
3059
|
+
"2.x": "working",
|
|
3060
|
+
"2.x-bridge": "unknown",
|
|
3061
|
+
"3.x": "unknown"
|
|
3062
|
+
}
|
|
2169
3063
|
},
|
|
2170
3064
|
{
|
|
2171
3065
|
"name": "sitemap",
|
|
@@ -2174,7 +3068,7 @@
|
|
|
2174
3068
|
"npm": "@nuxtjs/sitemap",
|
|
2175
3069
|
"icon": "",
|
|
2176
3070
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2177
|
-
"website": "https://
|
|
3071
|
+
"website": "https://sitemap.nuxtjs.org",
|
|
2178
3072
|
"learn_more": "",
|
|
2179
3073
|
"category": "SEO",
|
|
2180
3074
|
"type": "community",
|
|
@@ -2182,10 +3076,38 @@
|
|
|
2182
3076
|
{
|
|
2183
3077
|
"name": "Nicolas PENNEC",
|
|
2184
3078
|
"github": "NicoPennec",
|
|
2185
|
-
"twitter": "NicoPennec"
|
|
2186
|
-
|
|
3079
|
+
"twitter": "NicoPennec"
|
|
3080
|
+
}
|
|
3081
|
+
],
|
|
3082
|
+
"compatibility": {
|
|
3083
|
+
"2.x": "working",
|
|
3084
|
+
"2.x-bridge": "unknown",
|
|
3085
|
+
"3.x": "unknown"
|
|
3086
|
+
}
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
"name": "snipcart",
|
|
3090
|
+
"description": "Snipcart integration module for Nuxt.js",
|
|
3091
|
+
"repo": "nuxt-community/snipcart-module",
|
|
3092
|
+
"npm": "@nuxtjs/snipcart",
|
|
3093
|
+
"icon": "snipcart.png",
|
|
3094
|
+
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
3095
|
+
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
3096
|
+
"learn_more": "",
|
|
3097
|
+
"category": "Payment",
|
|
3098
|
+
"type": "community",
|
|
3099
|
+
"maintainers": [
|
|
3100
|
+
{
|
|
3101
|
+
"name": "Florent GIRAUD",
|
|
3102
|
+
"github": "f3ltron",
|
|
3103
|
+
"twitter": "giraud_florent"
|
|
2187
3104
|
}
|
|
2188
|
-
]
|
|
3105
|
+
],
|
|
3106
|
+
"compatibility": {
|
|
3107
|
+
"2.x": "working",
|
|
3108
|
+
"2.x-bridge": "unknown",
|
|
3109
|
+
"3.x": "unknown"
|
|
3110
|
+
}
|
|
2189
3111
|
},
|
|
2190
3112
|
{
|
|
2191
3113
|
"name": "social-meta",
|
|
@@ -2201,10 +3123,14 @@
|
|
|
2201
3123
|
"maintainers": [
|
|
2202
3124
|
{
|
|
2203
3125
|
"name": "AlekseyPleshkov",
|
|
2204
|
-
"github": "AlekseyPleshkov"
|
|
2205
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3126
|
+
"github": "AlekseyPleshkov"
|
|
2206
3127
|
}
|
|
2207
|
-
]
|
|
3128
|
+
],
|
|
3129
|
+
"compatibility": {
|
|
3130
|
+
"2.x": "working",
|
|
3131
|
+
"2.x-bridge": "unknown",
|
|
3132
|
+
"3.x": "unknown"
|
|
3133
|
+
}
|
|
2208
3134
|
},
|
|
2209
3135
|
{
|
|
2210
3136
|
"name": "socket-io",
|
|
@@ -2220,10 +3146,14 @@
|
|
|
2220
3146
|
"maintainers": [
|
|
2221
3147
|
{
|
|
2222
3148
|
"name": "richardeschloss",
|
|
2223
|
-
"github": "richardeschloss"
|
|
2224
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3149
|
+
"github": "richardeschloss"
|
|
2225
3150
|
}
|
|
2226
|
-
]
|
|
3151
|
+
],
|
|
3152
|
+
"compatibility": {
|
|
3153
|
+
"2.x": "working",
|
|
3154
|
+
"2.x-bridge": "unknown",
|
|
3155
|
+
"3.x": "unknown"
|
|
3156
|
+
}
|
|
2227
3157
|
},
|
|
2228
3158
|
{
|
|
2229
3159
|
"name": "speedcurve",
|
|
@@ -2240,10 +3170,14 @@
|
|
|
2240
3170
|
{
|
|
2241
3171
|
"name": "Josh Deltener",
|
|
2242
3172
|
"github": "hecktarzuli",
|
|
2243
|
-
"twitter": "JoshDeltener"
|
|
2244
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
3173
|
+
"twitter": "JoshDeltener"
|
|
2245
3174
|
}
|
|
2246
|
-
]
|
|
3175
|
+
],
|
|
3176
|
+
"compatibility": {
|
|
3177
|
+
"2.x": "working",
|
|
3178
|
+
"2.x-bridge": "unknown",
|
|
3179
|
+
"3.x": "unknown"
|
|
3180
|
+
}
|
|
2247
3181
|
},
|
|
2248
3182
|
{
|
|
2249
3183
|
"name": "storage",
|
|
@@ -2254,15 +3188,42 @@
|
|
|
2254
3188
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2255
3189
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
2256
3190
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2257
|
-
"category": "
|
|
3191
|
+
"category": "Extensions",
|
|
2258
3192
|
"type": "3rd-party",
|
|
2259
3193
|
"maintainers": [
|
|
2260
3194
|
{
|
|
2261
3195
|
"name": "mazipan",
|
|
2262
|
-
"github": "mazipan"
|
|
2263
|
-
|
|
3196
|
+
"github": "mazipan"
|
|
3197
|
+
}
|
|
3198
|
+
],
|
|
3199
|
+
"compatibility": {
|
|
3200
|
+
"2.x": "working",
|
|
3201
|
+
"2.x-bridge": "unknown",
|
|
3202
|
+
"3.x": "unknown"
|
|
3203
|
+
}
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"name": "storefront-ui",
|
|
3207
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3208
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3209
|
+
"npm": "@storefront-ui/nuxt",
|
|
3210
|
+
"icon": "storefront-ui.svg",
|
|
3211
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3212
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3213
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3214
|
+
"category": "UI",
|
|
3215
|
+
"type": "3rd-party",
|
|
3216
|
+
"maintainers": [
|
|
3217
|
+
{
|
|
3218
|
+
"name": "Jakub Andrzejewski",
|
|
3219
|
+
"github": "Baroshem"
|
|
2264
3220
|
}
|
|
2265
|
-
]
|
|
3221
|
+
],
|
|
3222
|
+
"compatibility": {
|
|
3223
|
+
"2.x": "working",
|
|
3224
|
+
"2.x-bridge": "unknown",
|
|
3225
|
+
"3.x": "unknown"
|
|
3226
|
+
}
|
|
2266
3227
|
},
|
|
2267
3228
|
{
|
|
2268
3229
|
"name": "stories",
|
|
@@ -2278,16 +3239,20 @@
|
|
|
2278
3239
|
"maintainers": [
|
|
2279
3240
|
{
|
|
2280
3241
|
"name": "richardeschloss",
|
|
2281
|
-
"github": "richardeschloss"
|
|
2282
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3242
|
+
"github": "richardeschloss"
|
|
2283
3243
|
}
|
|
2284
|
-
]
|
|
3244
|
+
],
|
|
3245
|
+
"compatibility": {
|
|
3246
|
+
"2.x": "working",
|
|
3247
|
+
"2.x-bridge": "unknown",
|
|
3248
|
+
"3.x": "unknown"
|
|
3249
|
+
}
|
|
2285
3250
|
},
|
|
2286
3251
|
{
|
|
2287
3252
|
"name": "storyblok",
|
|
2288
3253
|
"description": "Storyblok Nuxt.js module",
|
|
2289
3254
|
"repo": "storyblok/storyblok-nuxt",
|
|
2290
|
-
"npm": "storyblok-
|
|
3255
|
+
"npm": "@storyblok/nuxt-ws",
|
|
2291
3256
|
"icon": "storyblok.png",
|
|
2292
3257
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2293
3258
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2297,10 +3262,14 @@
|
|
|
2297
3262
|
"maintainers": [
|
|
2298
3263
|
{
|
|
2299
3264
|
"name": "storyblok",
|
|
2300
|
-
"github": "storyblok"
|
|
2301
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3265
|
+
"github": "storyblok"
|
|
2302
3266
|
}
|
|
2303
|
-
]
|
|
3267
|
+
],
|
|
3268
|
+
"compatibility": {
|
|
3269
|
+
"2.x": "working",
|
|
3270
|
+
"2.x-bridge": "unknown",
|
|
3271
|
+
"3.x": "unknown"
|
|
3272
|
+
}
|
|
2304
3273
|
},
|
|
2305
3274
|
{
|
|
2306
3275
|
"name": "storybook",
|
|
@@ -2317,16 +3286,19 @@
|
|
|
2317
3286
|
{
|
|
2318
3287
|
"name": "Ahad Birang",
|
|
2319
3288
|
"github": "farnabaz",
|
|
2320
|
-
"twitter": "a_birang"
|
|
2321
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3289
|
+
"twitter": "a_birang"
|
|
2322
3290
|
},
|
|
2323
3291
|
{
|
|
2324
3292
|
"name": "Pooya Parsa",
|
|
2325
3293
|
"github": "pi0",
|
|
2326
|
-
"twitter": "_pi0_"
|
|
2327
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3294
|
+
"twitter": "_pi0_"
|
|
2328
3295
|
}
|
|
2329
|
-
]
|
|
3296
|
+
],
|
|
3297
|
+
"compatibility": {
|
|
3298
|
+
"2.x": "working",
|
|
3299
|
+
"2.x-bridge": "unknown",
|
|
3300
|
+
"3.x": "unknown"
|
|
3301
|
+
}
|
|
2330
3302
|
},
|
|
2331
3303
|
{
|
|
2332
3304
|
"name": "strapi",
|
|
@@ -2343,16 +3315,19 @@
|
|
|
2343
3315
|
{
|
|
2344
3316
|
"name": "Benjamin Canac",
|
|
2345
3317
|
"github": "benjamincanac",
|
|
2346
|
-
"twitter": "benjamincanac"
|
|
2347
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3318
|
+
"twitter": "benjamincanac"
|
|
2348
3319
|
},
|
|
2349
3320
|
{
|
|
2350
3321
|
"name": "Sébastien Chopin",
|
|
2351
3322
|
"github": "Atinux",
|
|
2352
|
-
"twitter": "Atinux"
|
|
2353
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3323
|
+
"twitter": "Atinux"
|
|
2354
3324
|
}
|
|
2355
|
-
]
|
|
3325
|
+
],
|
|
3326
|
+
"compatibility": {
|
|
3327
|
+
"2.x": "working",
|
|
3328
|
+
"2.x-bridge": "wip",
|
|
3329
|
+
"3.x": "unknown"
|
|
3330
|
+
}
|
|
2356
3331
|
},
|
|
2357
3332
|
{
|
|
2358
3333
|
"name": "stripe",
|
|
@@ -2368,10 +3343,14 @@
|
|
|
2368
3343
|
"maintainers": [
|
|
2369
3344
|
{
|
|
2370
3345
|
"name": "WilliamDASILVA",
|
|
2371
|
-
"github": "WilliamDASILVA"
|
|
2372
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3346
|
+
"github": "WilliamDASILVA"
|
|
2373
3347
|
}
|
|
2374
|
-
]
|
|
3348
|
+
],
|
|
3349
|
+
"compatibility": {
|
|
3350
|
+
"2.x": "working",
|
|
3351
|
+
"2.x-bridge": "unknown",
|
|
3352
|
+
"3.x": "unknown"
|
|
3353
|
+
}
|
|
2375
3354
|
},
|
|
2376
3355
|
{
|
|
2377
3356
|
"name": "style-resources",
|
|
@@ -2388,10 +3367,14 @@
|
|
|
2388
3367
|
{
|
|
2389
3368
|
"name": "Alexander Lichter",
|
|
2390
3369
|
"github": "manniL",
|
|
2391
|
-
"twitter": "TheAlexLichter"
|
|
2392
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3370
|
+
"twitter": "TheAlexLichter"
|
|
2393
3371
|
}
|
|
2394
|
-
]
|
|
3372
|
+
],
|
|
3373
|
+
"compatibility": {
|
|
3374
|
+
"2.x": "working",
|
|
3375
|
+
"2.x-bridge": "unknown",
|
|
3376
|
+
"3.x": "unknown"
|
|
3377
|
+
}
|
|
2395
3378
|
},
|
|
2396
3379
|
{
|
|
2397
3380
|
"name": "stylelint",
|
|
@@ -2407,10 +3390,38 @@
|
|
|
2407
3390
|
"maintainers": [
|
|
2408
3391
|
{
|
|
2409
3392
|
"name": "Ricardo Gobbo de Souza",
|
|
2410
|
-
"github": "ricardogobbosouza"
|
|
2411
|
-
|
|
3393
|
+
"github": "ricardogobbosouza"
|
|
3394
|
+
}
|
|
3395
|
+
],
|
|
3396
|
+
"compatibility": {
|
|
3397
|
+
"2.x": "working",
|
|
3398
|
+
"2.x-bridge": "unknown",
|
|
3399
|
+
"3.x": "unknown"
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"name": "supabase",
|
|
3404
|
+
"description": "A supa simple way to use Supabase with Nuxt",
|
|
3405
|
+
"repo": "supabase/nuxt-supabase",
|
|
3406
|
+
"npm": "nuxt-supabase",
|
|
3407
|
+
"icon": "supabase.png",
|
|
3408
|
+
"github": "https://github.com/supabase/nuxt-supabase",
|
|
3409
|
+
"website": "https://github.com/supabase/nuxt-supabase",
|
|
3410
|
+
"learn_more": "https://supabase.io",
|
|
3411
|
+
"category": "Database",
|
|
3412
|
+
"type": "3rd-party",
|
|
3413
|
+
"maintainers": [
|
|
3414
|
+
{
|
|
3415
|
+
"name": "Scott Robertson",
|
|
3416
|
+
"github": "scottrobertson",
|
|
3417
|
+
"twitter": "scottymeuk"
|
|
2412
3418
|
}
|
|
2413
|
-
]
|
|
3419
|
+
],
|
|
3420
|
+
"compatibility": {
|
|
3421
|
+
"2.x": "working",
|
|
3422
|
+
"2.x-bridge": "unknown",
|
|
3423
|
+
"3.x": "unknown"
|
|
3424
|
+
}
|
|
2414
3425
|
},
|
|
2415
3426
|
{
|
|
2416
3427
|
"name": "svg-loader",
|
|
@@ -2421,15 +3432,19 @@
|
|
|
2421
3432
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2422
3433
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2423
3434
|
"learn_more": "",
|
|
2424
|
-
"category": "
|
|
3435
|
+
"category": "Extensions",
|
|
2425
3436
|
"type": "3rd-party",
|
|
2426
3437
|
"maintainers": [
|
|
2427
3438
|
{
|
|
2428
3439
|
"name": "Developmint",
|
|
2429
|
-
"github": "Developmint"
|
|
2430
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3440
|
+
"github": "Developmint"
|
|
2431
3441
|
}
|
|
2432
|
-
]
|
|
3442
|
+
],
|
|
3443
|
+
"compatibility": {
|
|
3444
|
+
"2.x": "working",
|
|
3445
|
+
"2.x-bridge": "unknown",
|
|
3446
|
+
"3.x": "unknown"
|
|
3447
|
+
}
|
|
2433
3448
|
},
|
|
2434
3449
|
{
|
|
2435
3450
|
"name": "svg-sprite",
|
|
@@ -2440,16 +3455,20 @@
|
|
|
2440
3455
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2441
3456
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2442
3457
|
"learn_more": "",
|
|
2443
|
-
"category": "
|
|
3458
|
+
"category": "UI",
|
|
2444
3459
|
"type": "community",
|
|
2445
3460
|
"maintainers": [
|
|
2446
3461
|
{
|
|
2447
3462
|
"name": "Ahad Birang",
|
|
2448
3463
|
"github": "farnabaz",
|
|
2449
|
-
"twitter": "a_birang"
|
|
2450
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3464
|
+
"twitter": "a_birang"
|
|
2451
3465
|
}
|
|
2452
|
-
]
|
|
3466
|
+
],
|
|
3467
|
+
"compatibility": {
|
|
3468
|
+
"2.x": "working",
|
|
3469
|
+
"2.x-bridge": "unknown",
|
|
3470
|
+
"3.x": "unknown"
|
|
3471
|
+
}
|
|
2453
3472
|
},
|
|
2454
3473
|
{
|
|
2455
3474
|
"name": "svg",
|
|
@@ -2460,15 +3479,19 @@
|
|
|
2460
3479
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2461
3480
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
2462
3481
|
"learn_more": "",
|
|
2463
|
-
"category": "
|
|
3482
|
+
"category": "Extensions",
|
|
2464
3483
|
"type": "community",
|
|
2465
3484
|
"maintainers": [
|
|
2466
3485
|
{
|
|
2467
3486
|
"name": "Sam Holmes",
|
|
2468
|
-
"github": "sam3d"
|
|
2469
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3487
|
+
"github": "sam3d"
|
|
2470
3488
|
}
|
|
2471
|
-
]
|
|
3489
|
+
],
|
|
3490
|
+
"compatibility": {
|
|
3491
|
+
"2.x": "working",
|
|
3492
|
+
"2.x-bridge": "unknown",
|
|
3493
|
+
"3.x": "unknown"
|
|
3494
|
+
}
|
|
2472
3495
|
},
|
|
2473
3496
|
{
|
|
2474
3497
|
"name": "sweetalert2",
|
|
@@ -2484,10 +3507,14 @@
|
|
|
2484
3507
|
"maintainers": [
|
|
2485
3508
|
{
|
|
2486
3509
|
"name": "ImreC",
|
|
2487
|
-
"github": "ImreC"
|
|
2488
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3510
|
+
"github": "ImreC"
|
|
2489
3511
|
}
|
|
2490
|
-
]
|
|
3512
|
+
],
|
|
3513
|
+
"compatibility": {
|
|
3514
|
+
"2.x": "working",
|
|
3515
|
+
"2.x-bridge": "unknown",
|
|
3516
|
+
"3.x": "unknown"
|
|
3517
|
+
}
|
|
2491
3518
|
},
|
|
2492
3519
|
{
|
|
2493
3520
|
"name": "tailwindcss",
|
|
@@ -2504,10 +3531,14 @@
|
|
|
2504
3531
|
{
|
|
2505
3532
|
"name": "Sébastien Chopin",
|
|
2506
3533
|
"github": "Atinux",
|
|
2507
|
-
"twitter": "Atinux"
|
|
2508
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3534
|
+
"twitter": "Atinux"
|
|
2509
3535
|
}
|
|
2510
|
-
]
|
|
3536
|
+
],
|
|
3537
|
+
"compatibility": {
|
|
3538
|
+
"2.x": "working",
|
|
3539
|
+
"2.x-bridge": "wip",
|
|
3540
|
+
"3.x": "wip"
|
|
3541
|
+
}
|
|
2511
3542
|
},
|
|
2512
3543
|
{
|
|
2513
3544
|
"name": "toast",
|
|
@@ -2515,8 +3546,8 @@
|
|
|
2515
3546
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2516
3547
|
"npm": "@nuxtjs/toast",
|
|
2517
3548
|
"icon": "",
|
|
2518
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2519
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3549
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3550
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2520
3551
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2521
3552
|
"category": "Libraries",
|
|
2522
3553
|
"type": "community",
|
|
@@ -2524,10 +3555,37 @@
|
|
|
2524
3555
|
{
|
|
2525
3556
|
"name": "Pooya Parsa",
|
|
2526
3557
|
"github": "pi0",
|
|
2527
|
-
"twitter": "_pi0_"
|
|
2528
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3558
|
+
"twitter": "_pi0_"
|
|
2529
3559
|
}
|
|
2530
|
-
]
|
|
3560
|
+
],
|
|
3561
|
+
"compatibility": {
|
|
3562
|
+
"2.x": "working",
|
|
3563
|
+
"2.x-bridge": "unknown",
|
|
3564
|
+
"3.x": "unknown"
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "twa",
|
|
3569
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3570
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3571
|
+
"npm": "nuxt-twa",
|
|
3572
|
+
"icon": "",
|
|
3573
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3574
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3575
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3576
|
+
"category": "Performance",
|
|
3577
|
+
"type": "3rd-party",
|
|
3578
|
+
"maintainers": [
|
|
3579
|
+
{
|
|
3580
|
+
"name": "Nicolas Perraut",
|
|
3581
|
+
"github": "tuarrep"
|
|
3582
|
+
}
|
|
3583
|
+
],
|
|
3584
|
+
"compatibility": {
|
|
3585
|
+
"2.x": "working",
|
|
3586
|
+
"2.x-bridge": "wip",
|
|
3587
|
+
"3.x": "wip"
|
|
3588
|
+
}
|
|
2531
3589
|
},
|
|
2532
3590
|
{
|
|
2533
3591
|
"name": "typed-router",
|
|
@@ -2543,10 +3601,14 @@
|
|
|
2543
3601
|
"maintainers": [
|
|
2544
3602
|
{
|
|
2545
3603
|
"name": "victorgarciaesgi",
|
|
2546
|
-
"github": "victorgarciaesgi"
|
|
2547
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3604
|
+
"github": "victorgarciaesgi"
|
|
2548
3605
|
}
|
|
2549
|
-
]
|
|
3606
|
+
],
|
|
3607
|
+
"compatibility": {
|
|
3608
|
+
"2.x": "working",
|
|
3609
|
+
"2.x-bridge": "unknown",
|
|
3610
|
+
"3.x": "unknown"
|
|
3611
|
+
}
|
|
2550
3612
|
},
|
|
2551
3613
|
{
|
|
2552
3614
|
"name": "typescript-runtime",
|
|
@@ -2562,22 +3624,24 @@
|
|
|
2562
3624
|
"maintainers": [
|
|
2563
3625
|
{
|
|
2564
3626
|
"name": "Kevin Marrec",
|
|
2565
|
-
"github": "kevinmarrec"
|
|
2566
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3627
|
+
"github": "kevinmarrec"
|
|
2567
3628
|
},
|
|
2568
3629
|
{
|
|
2569
3630
|
"name": "Pooya Parsa",
|
|
2570
3631
|
"github": "pi0",
|
|
2571
|
-
"twitter": "_pi0_"
|
|
2572
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3632
|
+
"twitter": "_pi0_"
|
|
2573
3633
|
},
|
|
2574
3634
|
{
|
|
2575
3635
|
"name": "Daniel Roe",
|
|
2576
3636
|
"github": "danielroe",
|
|
2577
|
-
"twitter": "danielcroe"
|
|
2578
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3637
|
+
"twitter": "danielcroe"
|
|
2579
3638
|
}
|
|
2580
|
-
]
|
|
3639
|
+
],
|
|
3640
|
+
"compatibility": {
|
|
3641
|
+
"2.x": "working",
|
|
3642
|
+
"2.x-bridge": "unknown",
|
|
3643
|
+
"3.x": "unknown"
|
|
3644
|
+
}
|
|
2581
3645
|
},
|
|
2582
3646
|
{
|
|
2583
3647
|
"name": "typescript",
|
|
@@ -2593,22 +3657,24 @@
|
|
|
2593
3657
|
"maintainers": [
|
|
2594
3658
|
{
|
|
2595
3659
|
"name": "Kevin Marrec",
|
|
2596
|
-
"github": "kevinmarrec"
|
|
2597
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3660
|
+
"github": "kevinmarrec"
|
|
2598
3661
|
},
|
|
2599
3662
|
{
|
|
2600
3663
|
"name": "Pooya Parsa",
|
|
2601
3664
|
"github": "pi0",
|
|
2602
|
-
"twitter": "_pi0_"
|
|
2603
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3665
|
+
"twitter": "_pi0_"
|
|
2604
3666
|
},
|
|
2605
3667
|
{
|
|
2606
3668
|
"name": "Daniel Roe",
|
|
2607
3669
|
"github": "danielroe",
|
|
2608
|
-
"twitter": "danielcroe"
|
|
2609
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3670
|
+
"twitter": "danielcroe"
|
|
2610
3671
|
}
|
|
2611
|
-
]
|
|
3672
|
+
],
|
|
3673
|
+
"compatibility": {
|
|
3674
|
+
"2.x": "working",
|
|
3675
|
+
"2.x-bridge": "unknown",
|
|
3676
|
+
"3.x": "unknown"
|
|
3677
|
+
}
|
|
2612
3678
|
},
|
|
2613
3679
|
{
|
|
2614
3680
|
"name": "universal-storage",
|
|
@@ -2619,22 +3685,50 @@
|
|
|
2619
3685
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2620
3686
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
2621
3687
|
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
2622
|
-
"category": "
|
|
3688
|
+
"category": "Extensions",
|
|
2623
3689
|
"type": "community",
|
|
2624
3690
|
"maintainers": [
|
|
2625
3691
|
{
|
|
2626
3692
|
"name": "Pooya Parsa",
|
|
2627
3693
|
"github": "pi0",
|
|
2628
|
-
"twitter": "_pi0_"
|
|
2629
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3694
|
+
"twitter": "_pi0_"
|
|
2630
3695
|
},
|
|
2631
3696
|
{
|
|
2632
3697
|
"name": "Farzad Soltani",
|
|
2633
3698
|
"github": "farzadso",
|
|
2634
|
-
"twitter": "farzadso"
|
|
2635
|
-
|
|
3699
|
+
"twitter": "farzadso"
|
|
3700
|
+
}
|
|
3701
|
+
],
|
|
3702
|
+
"compatibility": {
|
|
3703
|
+
"2.x": "working",
|
|
3704
|
+
"2.x-bridge": "unknown",
|
|
3705
|
+
"3.x": "unknown"
|
|
3706
|
+
}
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"name": "unocss",
|
|
3710
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
3711
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3712
|
+
"npm": "@unocss/nuxt",
|
|
3713
|
+
"icon": "unocss.svg",
|
|
3714
|
+
"github": "https://github.com/antfu/unocss",
|
|
3715
|
+
"website": "https://github.com/antfu/unocss",
|
|
3716
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
3717
|
+
"category": "UI",
|
|
3718
|
+
"type": "3rd-party",
|
|
3719
|
+
"maintainers": [
|
|
3720
|
+
{
|
|
3721
|
+
"name": "Anthony Fu",
|
|
3722
|
+
"github": "antfu",
|
|
3723
|
+
"twitter": "antfu7",
|
|
3724
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2636
3725
|
}
|
|
2637
|
-
]
|
|
3726
|
+
],
|
|
3727
|
+
"compatibility": {
|
|
3728
|
+
"2.x": "working",
|
|
3729
|
+
"2.x-bridge": "working",
|
|
3730
|
+
"3.x": "working"
|
|
3731
|
+
}
|
|
2638
3732
|
},
|
|
2639
3733
|
{
|
|
2640
3734
|
"name": "user-agent",
|
|
@@ -2645,15 +3739,19 @@
|
|
|
2645
3739
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2646
3740
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2647
3741
|
"learn_more": "",
|
|
2648
|
-
"category": "
|
|
3742
|
+
"category": "Extensions",
|
|
2649
3743
|
"type": "3rd-party",
|
|
2650
3744
|
"maintainers": [
|
|
2651
3745
|
{
|
|
2652
3746
|
"name": "fukuiretu",
|
|
2653
|
-
"github": "fukuiretu"
|
|
2654
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
3747
|
+
"github": "fukuiretu"
|
|
2655
3748
|
}
|
|
2656
|
-
]
|
|
3749
|
+
],
|
|
3750
|
+
"compatibility": {
|
|
3751
|
+
"2.x": "working",
|
|
3752
|
+
"2.x-bridge": "unknown",
|
|
3753
|
+
"3.x": "unknown"
|
|
3754
|
+
}
|
|
2657
3755
|
},
|
|
2658
3756
|
{
|
|
2659
3757
|
"name": "validate",
|
|
@@ -2669,10 +3767,14 @@
|
|
|
2669
3767
|
"maintainers": [
|
|
2670
3768
|
{
|
|
2671
3769
|
"name": "lewyuburi",
|
|
2672
|
-
"github": "lewyuburi"
|
|
2673
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
3770
|
+
"github": "lewyuburi"
|
|
2674
3771
|
}
|
|
2675
|
-
]
|
|
3772
|
+
],
|
|
3773
|
+
"compatibility": {
|
|
3774
|
+
"2.x": "working",
|
|
3775
|
+
"2.x-bridge": "unknown",
|
|
3776
|
+
"3.x": "unknown"
|
|
3777
|
+
}
|
|
2676
3778
|
},
|
|
2677
3779
|
{
|
|
2678
3780
|
"name": "vendor",
|
|
@@ -2683,35 +3785,20 @@
|
|
|
2683
3785
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2684
3786
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
2685
3787
|
"learn_more": "",
|
|
2686
|
-
"category": "
|
|
3788
|
+
"category": "Extensions",
|
|
2687
3789
|
"type": "community",
|
|
2688
3790
|
"maintainers": [
|
|
2689
3791
|
{
|
|
2690
3792
|
"name": "Pooya Parsa",
|
|
2691
3793
|
"github": "pi0",
|
|
2692
|
-
"twitter": "_pi0_"
|
|
2693
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3794
|
+
"twitter": "_pi0_"
|
|
2694
3795
|
}
|
|
2695
|
-
]
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
"npm": "nuxt-vitals",
|
|
2702
|
-
"icon": "",
|
|
2703
|
-
"github": "https://github.com/nuxt-community/vitals-module",
|
|
2704
|
-
"website": "https://github.com/nuxt-community/vitals-module",
|
|
2705
|
-
"learn_more": "",
|
|
2706
|
-
"category": "Performance",
|
|
2707
|
-
"type": "3rd-party",
|
|
2708
|
-
"maintainers": [
|
|
2709
|
-
{
|
|
2710
|
-
"name": "daliborgogic",
|
|
2711
|
-
"github": "daliborgogic",
|
|
2712
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
2713
|
-
}
|
|
2714
|
-
]
|
|
3796
|
+
],
|
|
3797
|
+
"compatibility": {
|
|
3798
|
+
"2.x": "working",
|
|
3799
|
+
"2.x-bridge": "unknown",
|
|
3800
|
+
"3.x": "unknown"
|
|
3801
|
+
}
|
|
2715
3802
|
},
|
|
2716
3803
|
{
|
|
2717
3804
|
"name": "vue-material",
|
|
@@ -2727,10 +3814,14 @@
|
|
|
2727
3814
|
"maintainers": [
|
|
2728
3815
|
{
|
|
2729
3816
|
"name": "vaso2",
|
|
2730
|
-
"github": "vaso2"
|
|
2731
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3817
|
+
"github": "vaso2"
|
|
2732
3818
|
}
|
|
2733
|
-
]
|
|
3819
|
+
],
|
|
3820
|
+
"compatibility": {
|
|
3821
|
+
"2.x": "working",
|
|
3822
|
+
"2.x-bridge": "unknown",
|
|
3823
|
+
"3.x": "unknown"
|
|
3824
|
+
}
|
|
2734
3825
|
},
|
|
2735
3826
|
{
|
|
2736
3827
|
"name": "vue-multiselect",
|
|
@@ -2746,10 +3837,14 @@
|
|
|
2746
3837
|
"maintainers": [
|
|
2747
3838
|
{
|
|
2748
3839
|
"name": "spektrummedia",
|
|
2749
|
-
"github": "spektrummedia"
|
|
2750
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
3840
|
+
"github": "spektrummedia"
|
|
2751
3841
|
}
|
|
2752
|
-
]
|
|
3842
|
+
],
|
|
3843
|
+
"compatibility": {
|
|
3844
|
+
"2.x": "working",
|
|
3845
|
+
"2.x-bridge": "unknown",
|
|
3846
|
+
"3.x": "unknown"
|
|
3847
|
+
}
|
|
2753
3848
|
},
|
|
2754
3849
|
{
|
|
2755
3850
|
"name": "vue-select",
|
|
@@ -2765,10 +3860,14 @@
|
|
|
2765
3860
|
"maintainers": [
|
|
2766
3861
|
{
|
|
2767
3862
|
"name": "madmod",
|
|
2768
|
-
"github": "madmod"
|
|
2769
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
3863
|
+
"github": "madmod"
|
|
2770
3864
|
}
|
|
2771
|
-
]
|
|
3865
|
+
],
|
|
3866
|
+
"compatibility": {
|
|
3867
|
+
"2.x": "working",
|
|
3868
|
+
"2.x-bridge": "unknown",
|
|
3869
|
+
"3.x": "unknown"
|
|
3870
|
+
}
|
|
2772
3871
|
},
|
|
2773
3872
|
{
|
|
2774
3873
|
"name": "vue-warehouse",
|
|
@@ -2785,10 +3884,14 @@
|
|
|
2785
3884
|
{
|
|
2786
3885
|
"name": "Julio Marquez",
|
|
2787
3886
|
"github": "juliomrqz",
|
|
2788
|
-
"twitter": "juliomrqz"
|
|
2789
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
3887
|
+
"twitter": "juliomrqz"
|
|
2790
3888
|
}
|
|
2791
|
-
]
|
|
3889
|
+
],
|
|
3890
|
+
"compatibility": {
|
|
3891
|
+
"2.x": "working",
|
|
3892
|
+
"2.x-bridge": "unknown",
|
|
3893
|
+
"3.x": "unknown"
|
|
3894
|
+
}
|
|
2792
3895
|
},
|
|
2793
3896
|
{
|
|
2794
3897
|
"name": "vuetify",
|
|
@@ -2804,16 +3907,43 @@
|
|
|
2804
3907
|
"maintainers": [
|
|
2805
3908
|
{
|
|
2806
3909
|
"name": "Kevin Marrec",
|
|
2807
|
-
"github": "kevinmarrec"
|
|
2808
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3910
|
+
"github": "kevinmarrec"
|
|
2809
3911
|
},
|
|
2810
3912
|
{
|
|
2811
3913
|
"name": "Pooya Parsa",
|
|
2812
3914
|
"github": "pi0",
|
|
2813
|
-
"twitter": "_pi0_"
|
|
2814
|
-
|
|
3915
|
+
"twitter": "_pi0_"
|
|
3916
|
+
}
|
|
3917
|
+
],
|
|
3918
|
+
"compatibility": {
|
|
3919
|
+
"2.x": "working",
|
|
3920
|
+
"2.x-bridge": "unknown",
|
|
3921
|
+
"3.x": "not-working"
|
|
3922
|
+
}
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"name": "vueuse",
|
|
3926
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
3927
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
3928
|
+
"npm": "@vueuse/core",
|
|
3929
|
+
"icon": "vueuse.svg",
|
|
3930
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
3931
|
+
"website": "https://vueuse.org",
|
|
3932
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
3933
|
+
"category": "Libraries",
|
|
3934
|
+
"type": "3rd-party",
|
|
3935
|
+
"maintainers": [
|
|
3936
|
+
{
|
|
3937
|
+
"name": "Anthony Fu",
|
|
3938
|
+
"github": "antfu",
|
|
3939
|
+
"twitter": "antfu7"
|
|
2815
3940
|
}
|
|
2816
|
-
]
|
|
3941
|
+
],
|
|
3942
|
+
"compatibility": {
|
|
3943
|
+
"2.x": "working",
|
|
3944
|
+
"2.x-bridge": "working",
|
|
3945
|
+
"3.x": "working"
|
|
3946
|
+
}
|
|
2817
3947
|
},
|
|
2818
3948
|
{
|
|
2819
3949
|
"name": "vuex-router-sync",
|
|
@@ -2829,10 +3959,71 @@
|
|
|
2829
3959
|
"maintainers": [
|
|
2830
3960
|
{
|
|
2831
3961
|
"name": "paulgv",
|
|
2832
|
-
"github": "paulgv"
|
|
2833
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
3962
|
+
"github": "paulgv"
|
|
2834
3963
|
}
|
|
2835
|
-
]
|
|
3964
|
+
],
|
|
3965
|
+
"compatibility": {
|
|
3966
|
+
"2.x": "working",
|
|
3967
|
+
"2.x-bridge": "unknown",
|
|
3968
|
+
"3.x": "unknown"
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "web-vitals",
|
|
3973
|
+
"description": "Web Vitals for Nuxt",
|
|
3974
|
+
"repo": "nuxt-community/web-vitals-module",
|
|
3975
|
+
"npm": "@nuxtjs/web-vitals",
|
|
3976
|
+
"icon": "",
|
|
3977
|
+
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
3978
|
+
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
3979
|
+
"learn_more": "",
|
|
3980
|
+
"category": "Performance",
|
|
3981
|
+
"type": "community",
|
|
3982
|
+
"maintainers": [
|
|
3983
|
+
{
|
|
3984
|
+
"name": "daliborgogic",
|
|
3985
|
+
"github": "daliborgogic"
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
"name": "Pooya Parsa",
|
|
3989
|
+
"github": "pi0",
|
|
3990
|
+
"twitter": "_pi0_"
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
"name": "Sebastien Chopin",
|
|
3994
|
+
"github": "Atinux",
|
|
3995
|
+
"twitter": "Atinux"
|
|
3996
|
+
}
|
|
3997
|
+
],
|
|
3998
|
+
"compatibility": {
|
|
3999
|
+
"2.x": "working",
|
|
4000
|
+
"2.x-bridge": "unknown",
|
|
4001
|
+
"3.x": "unknown"
|
|
4002
|
+
}
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"name": "web3js",
|
|
4006
|
+
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
4007
|
+
"repo": "fauzan121002/nuxt-web3",
|
|
4008
|
+
"npm": "nuxt-web3",
|
|
4009
|
+
"icon": "web3js.svg",
|
|
4010
|
+
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
4011
|
+
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
4012
|
+
"learn_more": "https://web3js.readthedocs.io/",
|
|
4013
|
+
"category": "Libraries",
|
|
4014
|
+
"type": "3rd-party",
|
|
4015
|
+
"maintainers": [
|
|
4016
|
+
{
|
|
4017
|
+
"name": "Muhammad Fauzan",
|
|
4018
|
+
"github": "fauzan121002",
|
|
4019
|
+
"twitter": "fauzandev"
|
|
4020
|
+
}
|
|
4021
|
+
],
|
|
4022
|
+
"compatibility": {
|
|
4023
|
+
"2.x": "working",
|
|
4024
|
+
"2.x-bridge": "unknown",
|
|
4025
|
+
"3.x": "unknown"
|
|
4026
|
+
}
|
|
2836
4027
|
},
|
|
2837
4028
|
{
|
|
2838
4029
|
"name": "webfontloader",
|
|
@@ -2848,10 +4039,37 @@
|
|
|
2848
4039
|
"maintainers": [
|
|
2849
4040
|
{
|
|
2850
4041
|
"name": "Developmint",
|
|
2851
|
-
"github": "Developmint"
|
|
2852
|
-
|
|
4042
|
+
"github": "Developmint"
|
|
4043
|
+
}
|
|
4044
|
+
],
|
|
4045
|
+
"compatibility": {
|
|
4046
|
+
"2.x": "working",
|
|
4047
|
+
"2.x-bridge": "unknown",
|
|
4048
|
+
"3.x": "unknown"
|
|
4049
|
+
}
|
|
4050
|
+
},
|
|
4051
|
+
{
|
|
4052
|
+
"name": "webpack-optimisations",
|
|
4053
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4054
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4055
|
+
"npm": "nuxt-webpack-optimisations",
|
|
4056
|
+
"icon": "build-optimisations.svg",
|
|
4057
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4058
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4059
|
+
"learn_more": "",
|
|
4060
|
+
"category": "Devtools",
|
|
4061
|
+
"type": "3rd-party",
|
|
4062
|
+
"maintainers": [
|
|
4063
|
+
{
|
|
4064
|
+
"name": "Harlan Wilton",
|
|
4065
|
+
"github": "harlan-zw"
|
|
2853
4066
|
}
|
|
2854
|
-
]
|
|
4067
|
+
],
|
|
4068
|
+
"compatibility": {
|
|
4069
|
+
"2.x": "working",
|
|
4070
|
+
"2.x-bridge": "working",
|
|
4071
|
+
"3.x": "unknown"
|
|
4072
|
+
}
|
|
2855
4073
|
},
|
|
2856
4074
|
{
|
|
2857
4075
|
"name": "webpack-profile",
|
|
@@ -2868,10 +4086,14 @@
|
|
|
2868
4086
|
{
|
|
2869
4087
|
"name": "Pooya Parsa",
|
|
2870
4088
|
"github": "pi0",
|
|
2871
|
-
"twitter": "_pi0_"
|
|
2872
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4089
|
+
"twitter": "_pi0_"
|
|
2873
4090
|
}
|
|
2874
|
-
]
|
|
4091
|
+
],
|
|
4092
|
+
"compatibility": {
|
|
4093
|
+
"2.x": "working",
|
|
4094
|
+
"2.x-bridge": "unknown",
|
|
4095
|
+
"3.x": "unknown"
|
|
4096
|
+
}
|
|
2875
4097
|
},
|
|
2876
4098
|
{
|
|
2877
4099
|
"name": "webpackdashboard",
|
|
@@ -2887,10 +4109,14 @@
|
|
|
2887
4109
|
"maintainers": [
|
|
2888
4110
|
{
|
|
2889
4111
|
"name": "paulgv",
|
|
2890
|
-
"github": "paulgv"
|
|
2891
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4112
|
+
"github": "paulgv"
|
|
2892
4113
|
}
|
|
2893
|
-
]
|
|
4114
|
+
],
|
|
4115
|
+
"compatibility": {
|
|
4116
|
+
"2.x": "working",
|
|
4117
|
+
"2.x-bridge": "unknown",
|
|
4118
|
+
"3.x": "unknown"
|
|
4119
|
+
}
|
|
2894
4120
|
},
|
|
2895
4121
|
{
|
|
2896
4122
|
"name": "webpackmonitor",
|
|
@@ -2907,10 +4133,43 @@
|
|
|
2907
4133
|
{
|
|
2908
4134
|
"name": "Pooya Parsa",
|
|
2909
4135
|
"github": "pi0",
|
|
2910
|
-
"twitter": "_pi0_"
|
|
2911
|
-
|
|
4136
|
+
"twitter": "_pi0_"
|
|
4137
|
+
}
|
|
4138
|
+
],
|
|
4139
|
+
"compatibility": {
|
|
4140
|
+
"2.x": "working",
|
|
4141
|
+
"2.x-bridge": "unknown",
|
|
4142
|
+
"3.x": "unknown"
|
|
4143
|
+
}
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"name": "windicss",
|
|
4147
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4148
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4149
|
+
"npm": "nuxt-windicss",
|
|
4150
|
+
"icon": "windicss.svg",
|
|
4151
|
+
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
4152
|
+
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
4153
|
+
"learn_more": "https://windicss.org/",
|
|
4154
|
+
"category": "UI",
|
|
4155
|
+
"type": "3rd-party",
|
|
4156
|
+
"maintainers": [
|
|
4157
|
+
{
|
|
4158
|
+
"name": "Harlan Wilton",
|
|
4159
|
+
"github": "harlan-zw",
|
|
4160
|
+
"twitter": "harlan_zw"
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"name": "Anthony Fu",
|
|
4164
|
+
"github": "antfu",
|
|
4165
|
+
"twitter": "antfu7"
|
|
2912
4166
|
}
|
|
2913
|
-
]
|
|
4167
|
+
],
|
|
4168
|
+
"compatibility": {
|
|
4169
|
+
"2.x": "working",
|
|
4170
|
+
"2.x-bridge": "working",
|
|
4171
|
+
"3.x": "working"
|
|
4172
|
+
}
|
|
2914
4173
|
},
|
|
2915
4174
|
{
|
|
2916
4175
|
"name": "winston-log",
|
|
@@ -2926,10 +4185,14 @@
|
|
|
2926
4185
|
"maintainers": [
|
|
2927
4186
|
{
|
|
2928
4187
|
"name": "aaronransley",
|
|
2929
|
-
"github": "aaronransley"
|
|
2930
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4188
|
+
"github": "aaronransley"
|
|
2931
4189
|
}
|
|
2932
|
-
]
|
|
4190
|
+
],
|
|
4191
|
+
"compatibility": {
|
|
4192
|
+
"2.x": "working",
|
|
4193
|
+
"2.x-bridge": "unknown",
|
|
4194
|
+
"3.x": "unknown"
|
|
4195
|
+
}
|
|
2933
4196
|
},
|
|
2934
4197
|
{
|
|
2935
4198
|
"name": "wp-nuxt",
|
|
@@ -2945,10 +4208,14 @@
|
|
|
2945
4208
|
"maintainers": [
|
|
2946
4209
|
{
|
|
2947
4210
|
"name": "yashha",
|
|
2948
|
-
"github": "yashha"
|
|
2949
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4211
|
+
"github": "yashha"
|
|
2950
4212
|
}
|
|
2951
|
-
]
|
|
4213
|
+
],
|
|
4214
|
+
"compatibility": {
|
|
4215
|
+
"2.x": "working",
|
|
4216
|
+
"2.x-bridge": "unknown",
|
|
4217
|
+
"3.x": "unknown"
|
|
4218
|
+
}
|
|
2952
4219
|
},
|
|
2953
4220
|
{
|
|
2954
4221
|
"name": "xhr-cache",
|
|
@@ -2964,10 +4231,14 @@
|
|
|
2964
4231
|
"maintainers": [
|
|
2965
4232
|
{
|
|
2966
4233
|
"name": "gaetansenn",
|
|
2967
|
-
"github": "gaetansenn"
|
|
2968
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4234
|
+
"github": "gaetansenn"
|
|
2969
4235
|
}
|
|
2970
|
-
]
|
|
4236
|
+
],
|
|
4237
|
+
"compatibility": {
|
|
4238
|
+
"2.x": "working",
|
|
4239
|
+
"2.x-bridge": "unknown",
|
|
4240
|
+
"3.x": "unknown"
|
|
4241
|
+
}
|
|
2971
4242
|
},
|
|
2972
4243
|
{
|
|
2973
4244
|
"name": "xui",
|
|
@@ -2983,18 +4254,23 @@
|
|
|
2983
4254
|
"maintainers": [
|
|
2984
4255
|
{
|
|
2985
4256
|
"name": "MetaCorp",
|
|
2986
|
-
"github": "MetaCorp"
|
|
2987
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4257
|
+
"github": "MetaCorp"
|
|
2988
4258
|
}
|
|
2989
|
-
]
|
|
4259
|
+
],
|
|
4260
|
+
"compatibility": {
|
|
4261
|
+
"2.x": "working",
|
|
4262
|
+
"2.x-bridge": "unknown",
|
|
4263
|
+
"3.x": "unknown"
|
|
4264
|
+
}
|
|
2990
4265
|
},
|
|
2991
4266
|
{
|
|
2992
4267
|
"name": "yandex-metrika",
|
|
2993
|
-
"
|
|
4268
|
+
"description": "Yandex metrika Module for Nuxt.js",
|
|
4269
|
+
"repo": "nuxt-community/yandex-metrika-module",
|
|
2994
4270
|
"npm": "@nuxtjs/yandex-metrika",
|
|
2995
4271
|
"icon": "",
|
|
2996
|
-
"github": "https://github.com/nuxt-community/
|
|
2997
|
-
"website": "https://github.com/nuxt-community/
|
|
4272
|
+
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
4273
|
+
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
2998
4274
|
"learn_more": "https://metrica.yandex.com/about",
|
|
2999
4275
|
"category": "Analytics",
|
|
3000
4276
|
"type": "community",
|
|
@@ -3002,10 +4278,14 @@
|
|
|
3002
4278
|
{
|
|
3003
4279
|
"name": "Pooya Parsa",
|
|
3004
4280
|
"github": "pi0",
|
|
3005
|
-
"twitter": "_pi0_"
|
|
3006
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4281
|
+
"twitter": "_pi0_"
|
|
3007
4282
|
}
|
|
3008
|
-
]
|
|
4283
|
+
],
|
|
4284
|
+
"compatibility": {
|
|
4285
|
+
"2.x": "working",
|
|
4286
|
+
"2.x-bridge": "unknown",
|
|
4287
|
+
"3.x": "unknown"
|
|
4288
|
+
}
|
|
3009
4289
|
},
|
|
3010
4290
|
{
|
|
3011
4291
|
"name": "zendesk",
|
|
@@ -3021,9 +4301,13 @@
|
|
|
3021
4301
|
"maintainers": [
|
|
3022
4302
|
{
|
|
3023
4303
|
"name": "DansMaCulotte",
|
|
3024
|
-
"github": "DansMaCulotte"
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
4304
|
+
"github": "DansMaCulotte"
|
|
4305
|
+
}
|
|
4306
|
+
],
|
|
4307
|
+
"compatibility": {
|
|
4308
|
+
"2.x": "working",
|
|
4309
|
+
"2.x-bridge": "unknown",
|
|
4310
|
+
"3.x": "unknown"
|
|
4311
|
+
}
|
|
3028
4312
|
}
|
|
3029
4313
|
]
|