@nuxt/modules 0.5.0-cd33dd → 0.5.0-ce3976

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.
@@ -1,4 +1,77 @@
1
1
  [
2
+ {
3
+ "name": "ackee",
4
+ "description": "Nuxt.js module for Ackee analytics",
5
+ "repo": "bdrtsky/nuxt-ackee",
6
+ "npm": "nuxt-ackee",
7
+ "icon": "ackee.png",
8
+ "github": "https://github.com/bdrtsky/nuxt-ackee",
9
+ "website": "https://github.com/bdrtsky/nuxt-ackee",
10
+ "learn_more": "https://ackee.electerious.com",
11
+ "category": "Analytics",
12
+ "type": "3rd-party",
13
+ "maintainers": [
14
+ {
15
+ "name": "bdrtsky",
16
+ "github": "bdrtsky"
17
+ },
18
+ {
19
+ "name": "Sebastien Chopin",
20
+ "github": "Atinux",
21
+ "twitter": "Atinux"
22
+ }
23
+ ],
24
+ "compatibility": {
25
+ "nuxt": "^2.0.0",
26
+ "requires": {}
27
+ }
28
+ },
29
+ {
30
+ "name": "adyen",
31
+ "description": "Adyen Payment Module for Nuxt.js",
32
+ "repo": "baroshem/nuxt-adyen-module",
33
+ "npm": "nuxt-adyen-module",
34
+ "icon": "adyen.svg",
35
+ "github": "https://github.com/baroshem/nuxt-adyen-module",
36
+ "website": "https://www.npmjs.com/package/nuxt-adyen-module",
37
+ "learn_more": "https://www.npmjs.com/package/nuxt-adyen-module",
38
+ "category": "Payment",
39
+ "type": "3rd-party",
40
+ "maintainers": [
41
+ {
42
+ "name": "Jakub Andrzejewski",
43
+ "github": "Baroshem",
44
+ "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
45
+ }
46
+ ],
47
+ "compatibility": {
48
+ "nuxt": "^2.0.0",
49
+ "requires": {}
50
+ }
51
+ },
52
+ {
53
+ "name": "agility-cms",
54
+ "description": "Agility CMS Integration for Nuxt.js",
55
+ "repo": "agility/agilitycms-nuxt-module",
56
+ "npm": "@agility/agilitycms-nuxt-module",
57
+ "icon": "agility.png",
58
+ "github": "https://github.com/agility/agilitycms-nuxt-module",
59
+ "website": "https://github.com/agility/agilitycms-nuxt-module",
60
+ "learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
61
+ "category": "CMS",
62
+ "type": "3rd-party",
63
+ "maintainers": [
64
+ {
65
+ "name": "Joel Varty",
66
+ "github": "joelvarty",
67
+ "avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
68
+ }
69
+ ],
70
+ "compatibility": {
71
+ "nuxt": "^2.0.0",
72
+ "requires": {}
73
+ }
74
+ },
2
75
  {
3
76
  "name": "alias",
4
77
  "description": "It automatically creates an alias for the components and page of the path",
@@ -8,15 +81,18 @@
8
81
  "github": "https://github.com/kdydesign/nuxt-alias-module",
9
82
  "website": "https://github.com/kdydesign/nuxt-alias-module",
10
83
  "learn_more": "",
11
- "category": "Devtools",
84
+ "category": "Extensions",
12
85
  "type": "3rd-party",
13
86
  "maintainers": [
14
87
  {
15
88
  "name": "kdydesign",
16
- "github": "kdydesign",
17
- "avatar": "https://github.com/kdydesign.png"
89
+ "github": "kdydesign"
18
90
  }
19
- ]
91
+ ],
92
+ "compatibility": {
93
+ "nuxt": "^2.0.0",
94
+ "requires": {}
95
+ }
20
96
  },
21
97
  {
22
98
  "name": "amp",
@@ -33,10 +109,59 @@
33
109
  {
34
110
  "name": "Ahad Birang",
35
111
  "github": "farnabaz",
36
- "twitter": "a_birang",
37
- "avatar": "https://github.com/farnabaz.png"
112
+ "twitter": "a_birang"
38
113
  }
39
- ]
114
+ ],
115
+ "compatibility": {
116
+ "nuxt": "^2.0.0",
117
+ "requires": {}
118
+ }
119
+ },
120
+ {
121
+ "name": "animejs",
122
+ "description": "Anime.js module for Nuxt.js",
123
+ "repo": "ivodolenc/nuxt-animejs",
124
+ "npm": "nuxt-animejs",
125
+ "icon": "",
126
+ "github": "https://github.com/ivodolenc/nuxt-animejs",
127
+ "website": "https://github.com/ivodolenc/nuxt-animejs",
128
+ "learn_more": "",
129
+ "category": "Libraries",
130
+ "type": "3rd-party",
131
+ "maintainers": [
132
+ {
133
+ "name": "ivodolenc",
134
+ "github": "ivodolenc"
135
+ }
136
+ ],
137
+ "compatibility": {
138
+ "nuxt": "^2.0.0",
139
+ "requires": {}
140
+ }
141
+ },
142
+ {
143
+ "name": "apis-to-file",
144
+ "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",
145
+ "repo": "Luxdamore/nuxt-apis-to-file",
146
+ "npm": "@luxdamore/nuxt-apis-to-file",
147
+ "icon": "",
148
+ "github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
149
+ "website": "https://luxdamore.github.io/nuxt-apis-to-file/",
150
+ "learn_more": "",
151
+ "category": "Performance",
152
+ "type": "3rd-party",
153
+ "maintainers": [
154
+ {
155
+ "name": "Luca Iaconelli",
156
+ "github": "LuXDAmore",
157
+ "twitter": "luxdamore",
158
+ "avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
159
+ }
160
+ ],
161
+ "compatibility": {
162
+ "nuxt": "^2.0.0",
163
+ "requires": {}
164
+ }
40
165
  },
41
166
  {
42
167
  "name": "apollo",
@@ -52,15 +177,17 @@
52
177
  "maintainers": [
53
178
  {
54
179
  "name": "Lam Kieu",
55
- "github": "kieusonlam",
56
- "avatar": "https://github.com/kieusonlam.png"
180
+ "github": "kieusonlam"
57
181
  },
58
182
  {
59
183
  "name": "Dominic Garms",
60
- "github": "dohomi",
61
- "avatar": "https://github.com/dohomi.png"
184
+ "github": "dohomi"
62
185
  }
63
- ]
186
+ ],
187
+ "compatibility": {
188
+ "nuxt": "^2.0.0",
189
+ "requires": {}
190
+ }
64
191
  },
65
192
  {
66
193
  "name": "applicationinsights",
@@ -76,14 +203,39 @@
76
203
  "maintainers": [
77
204
  {
78
205
  "name": "Dmitry Molotkov",
79
- "github": "aldarund",
80
- "avatar": "https://github.com/aldarund.png"
206
+ "github": "aldarund"
207
+ }
208
+ ],
209
+ "compatibility": {
210
+ "nuxt": "^2.0.0",
211
+ "requires": {}
212
+ }
213
+ },
214
+ {
215
+ "name": "appwrite",
216
+ "description": "Appwrite module for Nuxt",
217
+ "repo": "Hrdtr/nuxt-appwrite",
218
+ "npm": "nuxt-appwrite",
219
+ "icon": "appwrite.png",
220
+ "github": "https://github.com/Hrdtr/nuxt-appwrite",
221
+ "website": "https://github.com/Hrdtr/nuxt-appwrite",
222
+ "learn_more": "",
223
+ "category": "Request",
224
+ "type": "3rd-party",
225
+ "maintainers": [
226
+ {
227
+ "name": "Hrdtr",
228
+ "github": "Hrdtr"
81
229
  }
82
- ]
230
+ ],
231
+ "compatibility": {
232
+ "nuxt": "^2.0.0",
233
+ "requires": {}
234
+ }
83
235
  },
84
236
  {
85
237
  "name": "auth",
86
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your apps performance.",
238
+ "description": "Zero-boilerplate authentication support for Nuxt.js.",
87
239
  "repo": "nuxt-community/auth-module",
88
240
  "npm": "@nuxtjs/auth",
89
241
  "icon": "auth.png",
@@ -96,15 +248,17 @@
96
248
  {
97
249
  "name": "Pooya Parsa",
98
250
  "github": "pi0",
99
- "twitter": "_pi0_",
100
- "avatar": "https://github.com/pi0.png"
251
+ "twitter": "_pi0_"
101
252
  },
102
253
  {
103
254
  "name": "João Pedro Antunes Silva",
104
- "github": "JoaoPedroAS51",
105
- "avatar": "https://github.com/JoaoPedroAS51.png"
255
+ "github": "JoaoPedroAS51"
106
256
  }
107
- ]
257
+ ],
258
+ "compatibility": {
259
+ "nuxt": "^2.0.0",
260
+ "requires": {}
261
+ }
108
262
  },
109
263
  {
110
264
  "name": "axios",
@@ -121,10 +275,13 @@
121
275
  {
122
276
  "name": "Pooya Parsa",
123
277
  "github": "pi0",
124
- "twitter": "_pi0_",
125
- "avatar": "https://github.com/pi0.png"
278
+ "twitter": "_pi0_"
126
279
  }
127
- ]
280
+ ],
281
+ "compatibility": {
282
+ "nuxt": "^2.0.0",
283
+ "requires": {}
284
+ }
128
285
  },
129
286
  {
130
287
  "name": "basic-auth",
@@ -140,10 +297,36 @@
140
297
  "maintainers": [
141
298
  {
142
299
  "name": "potato4d",
143
- "github": "potato4d",
144
- "avatar": "https://github.com/potato4d.png"
300
+ "github": "potato4d"
301
+ }
302
+ ],
303
+ "compatibility": {
304
+ "nuxt": "^2.0.0",
305
+ "requires": {}
306
+ }
307
+ },
308
+ {
309
+ "name": "bigcommerce",
310
+ "description": "Easy BigCommerce integration for Nuxt.js",
311
+ "repo": "baroshem/nuxt-bigcommerce",
312
+ "npm": "nuxt-bigcommerce",
313
+ "icon": "bigcommerce.svg",
314
+ "github": "https://github.com/baroshem/nuxt-bigcommerce",
315
+ "website": "https://nuxt-bigcommerce.vercel.app/",
316
+ "learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
317
+ "category": "Ecommerce",
318
+ "type": "3rd-party",
319
+ "maintainers": [
320
+ {
321
+ "name": "Jakub Andrzejewski",
322
+ "github": "Baroshem",
323
+ "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
145
324
  }
146
- ]
325
+ ],
326
+ "compatibility": {
327
+ "nuxt": "^2.0.0",
328
+ "requires": {}
329
+ }
147
330
  },
148
331
  {
149
332
  "name": "bootstrap",
@@ -159,22 +342,23 @@
159
342
  "maintainers": [
160
343
  {
161
344
  "name": "Troy Morehouse",
162
- "github": "tmorehouse",
163
- "avatar": "https://github.com/tmorehouse.png"
345
+ "github": "tmorehouse"
164
346
  },
165
347
  {
166
348
  "name": "Pooya Parsa",
167
349
  "github": "pi0",
168
- "twitter": "_pi0_",
169
- "avatar": "https://github.com/pi0.png"
350
+ "twitter": "_pi0_"
170
351
  },
171
352
  {
172
353
  "name": "Jacob Müller",
173
354
  "github": "jackmu95",
174
- "twitter": "jackmu95",
175
- "avatar": "https://github.com/jackmu95.png"
355
+ "twitter": "jackmu95"
176
356
  }
177
- ]
357
+ ],
358
+ "compatibility": {
359
+ "nuxt": "^2.0.0",
360
+ "requires": {}
361
+ }
178
362
  },
179
363
  {
180
364
  "name": "browserconfig",
@@ -185,16 +369,19 @@
185
369
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
186
370
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
187
371
  "learn_more": "https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg183312(v=vs.85)?redirectedfrom=MSDN",
188
- "category": "Devtools",
372
+ "category": "Extensions",
189
373
  "type": "community",
190
374
  "maintainers": [
191
375
  {
192
376
  "name": "Pooya Parsa",
193
377
  "github": "pi0",
194
- "twitter": "_pi0_",
195
- "avatar": "https://github.com/pi0.png"
378
+ "twitter": "_pi0_"
196
379
  }
197
- ]
380
+ ],
381
+ "compatibility": {
382
+ "nuxt": "^2.0.0",
383
+ "requires": {}
384
+ }
198
385
  },
199
386
  {
200
387
  "name": "buefy",
@@ -210,10 +397,13 @@
210
397
  "maintainers": [
211
398
  {
212
399
  "name": "Walter Tommasi",
213
- "github": "jtommy",
214
- "avatar": "https://github.com/jtommy.png"
400
+ "github": "jtommy"
215
401
  }
216
- ]
402
+ ],
403
+ "compatibility": {
404
+ "nuxt": "^2.0.0",
405
+ "requires": {}
406
+ }
217
407
  },
218
408
  {
219
409
  "name": "bugsnag",
@@ -229,10 +419,13 @@
229
419
  "maintainers": [
230
420
  {
231
421
  "name": "JulianMar",
232
- "github": "JulianMar",
233
- "avatar": "https://github.com/JulianMar.png"
422
+ "github": "JulianMar"
234
423
  }
235
- ]
424
+ ],
425
+ "compatibility": {
426
+ "nuxt": "^2.0.0",
427
+ "requires": {}
428
+ }
236
429
  },
237
430
  {
238
431
  "name": "bulma-slim",
@@ -248,10 +441,13 @@
248
441
  "maintainers": [
249
442
  {
250
443
  "name": "mustardamus",
251
- "github": "mustardamus",
252
- "avatar": "https://github.com/mustardamus.png"
444
+ "github": "mustardamus"
253
445
  }
254
- ]
446
+ ],
447
+ "compatibility": {
448
+ "nuxt": "^2.0.0",
449
+ "requires": {}
450
+ }
255
451
  },
256
452
  {
257
453
  "name": "bundle-buddy",
@@ -267,14 +463,17 @@
267
463
  "maintainers": [
268
464
  {
269
465
  "name": "Developmint",
270
- "github": "Developmint",
271
- "avatar": "https://github.com/Developmint.png"
466
+ "github": "Developmint"
272
467
  }
273
- ]
468
+ ],
469
+ "compatibility": {
470
+ "nuxt": "^2.0.0",
471
+ "requires": {}
472
+ }
274
473
  },
275
474
  {
276
475
  "name": "canvas-sketch",
277
- "description": "Nuxt.js module for canvas sketch for creating generative art in JavaScript.",
476
+ "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
278
477
  "repo": "LuXDAmore/generative-art",
279
478
  "npm": "@luxdamore/nuxt-canvas-sketch",
280
479
  "icon": "",
@@ -285,11 +484,59 @@
285
484
  "type": "3rd-party",
286
485
  "maintainers": [
287
486
  {
288
- "name": "LuXDAmore",
487
+ "name": "Luca Iaconelli",
289
488
  "github": "LuXDAmore",
290
- "avatar": "https://github.com/LuXDAmore.png"
489
+ "twitter": "luxdamore"
490
+ }
491
+ ],
492
+ "compatibility": {
493
+ "nuxt": "^2.0.0",
494
+ "requires": {}
495
+ }
496
+ },
497
+ {
498
+ "name": "chakra-ui",
499
+ "description": "Chakra UI Module for Nuxt.js",
500
+ "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
501
+ "npm": "@chakra-ui/nuxt",
502
+ "icon": "chakra-ui.png",
503
+ "github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
504
+ "website": "https://vue.chakra-ui.com/with-nuxt",
505
+ "learn_more": "",
506
+ "category": "UI",
507
+ "type": "3rd-party",
508
+ "maintainers": [
509
+ {
510
+ "name": "Jonathan Bakebwa",
511
+ "github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
512
+ }
513
+ ],
514
+ "compatibility": {
515
+ "nuxt": "^2.0.0",
516
+ "requires": {}
517
+ }
518
+ },
519
+ {
520
+ "name": "chiffre",
521
+ "description": "Privacy-first, end-to-end encrypted analytics",
522
+ "repo": "chiffre-io/nuxt-chiffre",
523
+ "npm": "nuxt-chiffre",
524
+ "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
525
+ "github": "https://github.com/chiffre-io/nuxt-chiffre",
526
+ "website": "https://github.com/chiffre-io/nuxt-chiffre",
527
+ "learn_more": "https://chiffre.io",
528
+ "category": "Analytics",
529
+ "type": "3rd-party",
530
+ "maintainers": [
531
+ {
532
+ "name": "Romain Clement",
533
+ "github": "rclement"
291
534
  }
292
- ]
535
+ ],
536
+ "compatibility": {
537
+ "nuxt": "^2.0.0",
538
+ "requires": {}
539
+ }
293
540
  },
294
541
  {
295
542
  "name": "client-init",
@@ -300,15 +547,18 @@
300
547
  "github": "https://github.com/potato4d/nuxt-client-init-module",
301
548
  "website": "https://github.com/potato4d/nuxt-client-init-module",
302
549
  "learn_more": "",
303
- "category": "Devtools",
550
+ "category": "Extensions",
304
551
  "type": "3rd-party",
305
552
  "maintainers": [
306
553
  {
307
554
  "name": "potato4d",
308
- "github": "potato4d",
309
- "avatar": "https://github.com/potato4d.png"
555
+ "github": "potato4d"
310
556
  }
311
- ]
557
+ ],
558
+ "compatibility": {
559
+ "nuxt": "^2.0.0",
560
+ "requires": {}
561
+ }
312
562
  },
313
563
  {
314
564
  "name": "cloudcms",
@@ -324,10 +574,13 @@
324
574
  "maintainers": [
325
575
  {
326
576
  "name": "gitana",
327
- "github": "gitana",
328
- "avatar": "https://github.com/gitana.png"
577
+ "github": "gitana"
329
578
  }
330
- ]
579
+ ],
580
+ "compatibility": {
581
+ "nuxt": "^2.0.0",
582
+ "requires": {}
583
+ }
331
584
  },
332
585
  {
333
586
  "name": "cloudinary",
@@ -344,10 +597,13 @@
344
597
  {
345
598
  "name": "Maya Shavin",
346
599
  "github": "mayashavin",
347
- "twitter": "MayaShavin",
348
- "avatar": "https://github.com/mayashavin.png"
600
+ "twitter": "MayaShavin"
349
601
  }
350
- ]
602
+ ],
603
+ "compatibility": {
604
+ "nuxt": "^2.0.0",
605
+ "requires": {}
606
+ }
351
607
  },
352
608
  {
353
609
  "name": "color-mode",
@@ -356,7 +612,7 @@
356
612
  "npm": "@nuxtjs/color-mode",
357
613
  "icon": "color-mode.png",
358
614
  "github": "https://github.com/nuxt-community/color-mode-module",
359
- "website": "https://github.com/nuxt-community/color-mode-module",
615
+ "website": "https://color-mode.nuxtjs.org",
360
616
  "learn_more": "",
361
617
  "category": "UI",
362
618
  "type": "community",
@@ -364,19 +620,24 @@
364
620
  {
365
621
  "name": "Sébastien Chopin",
366
622
  "github": "Atinux",
367
- "twitter": "Atinux",
368
- "avatar": "https://github.com/Atinux.png"
623
+ "twitter": "Atinux"
624
+ }
625
+ ],
626
+ "compatibility": {
627
+ "nuxt": "^2.0.0",
628
+ "requires": {
629
+ "bridge": "optional"
369
630
  }
370
- ]
631
+ }
371
632
  },
372
633
  {
373
634
  "name": "component-cache",
374
635
  "description": "LRU component cache for vue components",
375
- "repo": "nuxt-community/modules#master/packages/component-cache",
636
+ "repo": "nuxt-community/component-cache-module",
376
637
  "npm": "@nuxtjs/component-cache",
377
638
  "icon": "",
378
- "github": "https://github.com/nuxt-community/modules/tree/master/packages/component-cache",
379
- "website": "https://github.com/nuxt-community/modules/tree/master/packages/component-cache",
639
+ "github": "https://github.com/nuxt-community/component-cache-module",
640
+ "website": "https://github.com/nuxt-community/component-cache-module",
380
641
  "learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
381
642
  "category": "Performance",
382
643
  "type": "community",
@@ -384,35 +645,13 @@
384
645
  {
385
646
  "name": "Pooya Parsa",
386
647
  "github": "pi0",
387
- "twitter": "_pi0_",
388
- "avatar": "https://github.com/pi0.png"
648
+ "twitter": "_pi0_"
389
649
  }
390
- ]
391
- },
392
- {
393
- "name": "components",
394
- "description": "Auto Import Components for Nuxt.js",
395
- "repo": "nuxt/components",
396
- "npm": "@nuxt/components",
397
- "icon": "nuxt-components.svg",
398
- "github": "https://github.com/nuxt/components",
399
- "website": "https://github.com/nuxt/components",
400
- "learn_more": "",
401
- "category": "UI",
402
- "type": "official",
403
- "maintainers": [
404
- {
405
- "name": "Kevin Marrec",
406
- "github": "kevinmarrec",
407
- "avatar": "https://github.com/kevinmarrec.png"
408
- },
409
- {
410
- "name": "Pooya Parsa",
411
- "github": "pi0",
412
- "twitter": "_pi0_",
413
- "avatar": "https://github.com/pi0.png"
414
- }
415
- ]
650
+ ],
651
+ "compatibility": {
652
+ "nuxt": "^2.0.0",
653
+ "requires": {}
654
+ }
416
655
  },
417
656
  {
418
657
  "name": "composition-api",
@@ -421,18 +660,21 @@
421
660
  "npm": "@nuxtjs/composition-api",
422
661
  "icon": "composition-api.svg",
423
662
  "github": "https://github.com/nuxt-community/composition-api/tree/main",
424
- "website": "https://github.com/nuxt-community/composition-api/tree/main",
663
+ "website": "https://composition-api.nuxtjs.org",
425
664
  "learn_more": "",
426
- "category": "Devtools",
665
+ "category": "Extensions",
427
666
  "type": "community",
428
667
  "maintainers": [
429
668
  {
430
669
  "name": "Daniel Roe",
431
670
  "github": "danielroe",
432
- "twitter": "danielcroe",
433
- "avatar": "https://github.com/danielroe.png"
671
+ "twitter": "danielcroe"
434
672
  }
435
- ]
673
+ ],
674
+ "compatibility": {
675
+ "nuxt": "^2.0.0",
676
+ "requires": {}
677
+ }
436
678
  },
437
679
  {
438
680
  "name": "content",
@@ -449,16 +691,18 @@
449
691
  {
450
692
  "name": "Benjamin Canac",
451
693
  "github": "benjamincanac",
452
- "twitter": "benjamincanac",
453
- "avatar": "https://github.com/benjamincanac.png"
694
+ "twitter": "benjamincanac"
454
695
  },
455
696
  {
456
697
  "name": "Sebastien Chopin",
457
698
  "github": "Atinux",
458
- "twitter": "Atinux",
459
- "avatar": "https://github.com/Atinux.png"
699
+ "twitter": "Atinux"
460
700
  }
461
- ]
701
+ ],
702
+ "compatibility": {
703
+ "nuxt": "^2.0.0",
704
+ "requires": {}
705
+ }
462
706
  },
463
707
  {
464
708
  "name": "contentful",
@@ -474,34 +718,61 @@
474
718
  "maintainers": [
475
719
  {
476
720
  "name": "scaccogatto",
477
- "github": "scaccogatto",
478
- "avatar": "https://github.com/scaccogatto.png"
721
+ "github": "scaccogatto"
479
722
  }
480
- ]
723
+ ],
724
+ "compatibility": {
725
+ "nuxt": "^2.0.0",
726
+ "requires": {}
727
+ }
481
728
  },
482
729
  {
483
730
  "name": "custom-elements",
484
731
  "description": "Publish your Components as a vue-custom-element standalone build.",
485
732
  "repo": "GrabarzUndPartner/nuxt-custom-elements",
486
733
  "npm": "nuxt-custom-elements",
487
- "icon": "",
734
+ "icon": "custom-elements.png",
488
735
  "github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
489
- "website": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
736
+ "website": "https://nuxt-custom-elements.grabarzundpartner.dev",
490
737
  "learn_more": "https://github.com/karol-f/vue-custom-element",
491
- "category": "Devtools",
738
+ "category": "Extensions",
492
739
  "type": "3rd-party",
493
740
  "maintainers": [
494
741
  {
495
742
  "name": "Thorn Walli",
496
- "github": "ThornWalli",
497
- "avatar": "https://github.com/ThornWalli.png"
743
+ "github": "ThornWalli"
498
744
  },
499
745
  {
500
746
  "name": "GrabarzUndPartner",
501
- "github": "GrabarzUndPartner",
502
- "avatar": "https://github.com/GrabarzUndPartner.png"
747
+ "github": "GrabarzUndPartner"
748
+ }
749
+ ],
750
+ "compatibility": {
751
+ "nuxt": "^2.0.0",
752
+ "requires": {}
753
+ }
754
+ },
755
+ {
756
+ "name": "darkmode.js",
757
+ "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
758
+ "repo": "sandoche/nuxtjs-darkmode-js-module#main",
759
+ "npm": "nuxtjs-darkmode-js-module",
760
+ "icon": "darkmode.png",
761
+ "github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
762
+ "website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
763
+ "learn_more": "",
764
+ "category": "UI",
765
+ "type": "3rd-party",
766
+ "maintainers": [
767
+ {
768
+ "name": "sandoche",
769
+ "github": "sandoche"
503
770
  }
504
- ]
771
+ ],
772
+ "compatibility": {
773
+ "nuxt": "^2.0.0",
774
+ "requires": {}
775
+ }
505
776
  },
506
777
  {
507
778
  "name": "date-fns",
@@ -517,10 +788,13 @@
517
788
  "maintainers": [
518
789
  {
519
790
  "name": "Ricardo Gobbo de Souza",
520
- "github": "ricardogobbosouza",
521
- "avatar": "https://github.com/ricardogobbosouza.png"
791
+ "github": "ricardogobbosouza"
522
792
  }
523
- ]
793
+ ],
794
+ "compatibility": {
795
+ "nuxt": "^2.0.0",
796
+ "requires": {}
797
+ }
524
798
  },
525
799
  {
526
800
  "name": "dayjs",
@@ -537,10 +811,13 @@
537
811
  {
538
812
  "name": "Takuma HANATANI",
539
813
  "github": "potato4d",
540
- "twitter": "potato4d",
541
- "avatar": "https://github.com/potato4d.png"
814
+ "twitter": "potato4d"
542
815
  }
543
- ]
816
+ ],
817
+ "compatibility": {
818
+ "nuxt": "^2.0.0",
819
+ "requires": {}
820
+ }
544
821
  },
545
822
  {
546
823
  "name": "device",
@@ -551,15 +828,18 @@
551
828
  "github": "https://github.com/nuxt-community/device-module",
552
829
  "website": "https://github.com/nuxt-community/device-module",
553
830
  "learn_more": "",
554
- "category": "Devtools",
831
+ "category": "Extensions",
555
832
  "type": "community",
556
833
  "maintainers": [
557
834
  {
558
835
  "name": "Shinji Yamada",
559
- "github": "dotneet",
560
- "avatar": "https://github.com/dotneet.png"
836
+ "github": "dotneet"
561
837
  }
562
- ]
838
+ ],
839
+ "compatibility": {
840
+ "nuxt": "^2.0.0",
841
+ "requires": {}
842
+ }
563
843
  },
564
844
  {
565
845
  "name": "dotenv",
@@ -570,15 +850,73 @@
570
850
  "github": "https://github.com/nuxt-community/dotenv-module",
571
851
  "website": "https://github.com/nuxt-community/dotenv-module",
572
852
  "learn_more": "https://www.npmjs.com/package/dotenv",
573
- "category": "Devtools",
853
+ "category": "Extensions",
574
854
  "type": "community",
575
855
  "maintainers": [
576
856
  {
577
857
  "name": "Julien Tant",
578
- "github": "JulienTant",
579
- "avatar": "https://github.com/JulienTant.png"
858
+ "github": "JulienTant"
859
+ }
860
+ ],
861
+ "compatibility": {
862
+ "nuxt": "^2.0.0",
863
+ "requires": {}
864
+ }
865
+ },
866
+ {
867
+ "name": "drupal-ce",
868
+ "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
869
+ "repo": "drunomics/nuxtjs-drupal-ce",
870
+ "npm": "nuxtjs-drupal-ce",
871
+ "icon": "drupal-ce.png",
872
+ "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
873
+ "website": "https://stack.lupus.digital",
874
+ "learn_more": "https://stack.lupus.digital/2-resources/learning",
875
+ "category": "CMS",
876
+ "type": "3rd-party",
877
+ "maintainers": [
878
+ {
879
+ "name": "Wolfgang Ziegler // fago",
880
+ "github": "fago",
881
+ "avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
882
+ },
883
+ {
884
+ "name": "Maximilian Götz-Mikus",
885
+ "github": "maximilianmikus",
886
+ "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
887
+ },
888
+ {
889
+ "name": "David Licen",
890
+ "github": "davision",
891
+ "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
892
+ }
893
+ ],
894
+ "compatibility": {
895
+ "nuxt": "^2.0.0",
896
+ "requires": {}
897
+ }
898
+ },
899
+ {
900
+ "name": "druxt",
901
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
902
+ "repo": "druxt/druxt.js#develop/packages/druxt",
903
+ "npm": "druxt",
904
+ "icon": "druxt.svg",
905
+ "github": "https://github.com/druxt/druxt.js",
906
+ "website": "https://druxtjs.org",
907
+ "learn_more": "https://druxtjs.org/guide",
908
+ "category": "CMS",
909
+ "type": "3rd-party",
910
+ "maintainers": [
911
+ {
912
+ "name": "Decipher",
913
+ "github": "decipher"
580
914
  }
581
- ]
915
+ ],
916
+ "compatibility": {
917
+ "nuxt": "^2.0.0",
918
+ "requires": {}
919
+ }
582
920
  },
583
921
  {
584
922
  "name": "emotion",
@@ -589,16 +927,19 @@
589
927
  "github": "https://github.com/nuxt-community/emotion-module",
590
928
  "website": "https://github.com/nuxt-community/emotion-module",
591
929
  "learn_more": "https://emotion.sh/",
592
- "category": "Devtools",
930
+ "category": "Extensions",
593
931
  "type": "community",
594
932
  "maintainers": [
595
933
  {
596
934
  "name": "Pooya Parsa",
597
935
  "github": "pi0",
598
- "twitter": "_pi0_",
599
- "avatar": "https://github.com/pi0.png"
936
+ "twitter": "_pi0_"
600
937
  }
601
- ]
938
+ ],
939
+ "compatibility": {
940
+ "nuxt": "^2.0.0",
941
+ "requires": {}
942
+ }
602
943
  },
603
944
  {
604
945
  "name": "eslint",
@@ -614,10 +955,13 @@
614
955
  "maintainers": [
615
956
  {
616
957
  "name": "Ricardo Gobbo de Souza",
617
- "github": "ricardogobbosouza",
618
- "avatar": "https://github.com/ricardogobbosouza.png"
958
+ "github": "ricardogobbosouza"
619
959
  }
620
- ]
960
+ ],
961
+ "compatibility": {
962
+ "nuxt": "^2.0.0",
963
+ "requires": {}
964
+ }
621
965
  },
622
966
  {
623
967
  "name": "event-trace",
@@ -633,10 +977,35 @@
633
977
  "maintainers": [
634
978
  {
635
979
  "name": "Xin Du",
636
- "github": "clarkdo",
637
- "avatar": "https://github.com/clarkdo.png"
980
+ "github": "clarkdo"
981
+ }
982
+ ],
983
+ "compatibility": {
984
+ "nuxt": "^2.0.0",
985
+ "requires": {}
986
+ }
987
+ },
988
+ {
989
+ "name": "fathom",
990
+ "description": "Fathom analytics for Nuxt",
991
+ "repo": "yabhq/nuxt-fathom",
992
+ "npm": "@yabhq/nuxt-fathom",
993
+ "icon": "fathom.png",
994
+ "github": "https://github.com/yabhq/nuxt-fathom",
995
+ "website": "https://github.com/yabhq/nuxt-fathom",
996
+ "learn_more": "https://usefathom.com/",
997
+ "category": "Analytics",
998
+ "type": "3rd-party",
999
+ "maintainers": [
1000
+ {
1001
+ "name": "yabhq",
1002
+ "github": "yabhq"
638
1003
  }
639
- ]
1004
+ ],
1005
+ "compatibility": {
1006
+ "nuxt": "^2.0.0",
1007
+ "requires": {}
1008
+ }
640
1009
  },
641
1010
  {
642
1011
  "name": "feature-toggle",
@@ -647,15 +1016,18 @@
647
1016
  "github": "https://github.com/stephenkr/nuxt-feature-toggle",
648
1017
  "website": "https://github.com/stephenkr/nuxt-feature-toggle",
649
1018
  "learn_more": "",
650
- "category": "Devtools",
1019
+ "category": "Extensions",
651
1020
  "type": "3rd-party",
652
1021
  "maintainers": [
653
1022
  {
654
1023
  "name": "stephenkr",
655
- "github": "stephenkr",
656
- "avatar": "https://github.com/stephenkr.png"
1024
+ "github": "stephenkr"
657
1025
  }
658
- ]
1026
+ ],
1027
+ "compatibility": {
1028
+ "nuxt": "^2.0.0",
1029
+ "requires": {}
1030
+ }
659
1031
  },
660
1032
  {
661
1033
  "name": "feed",
@@ -672,29 +1044,57 @@
672
1044
  {
673
1045
  "name": "Alexander Lichter",
674
1046
  "github": "manniL",
675
- "twitter": "TheAlexLichter",
676
- "avatar": "https://github.com/manniL.png"
1047
+ "twitter": "TheAlexLichter"
677
1048
  }
678
- ]
1049
+ ],
1050
+ "compatibility": {
1051
+ "nuxt": "^2.0.0",
1052
+ "requires": {}
1053
+ }
679
1054
  },
680
1055
  {
681
1056
  "name": "firebase",
682
- "description": "Intergrate Firebase into your Nuxt project.",
1057
+ "description": "Integrate Firebase into your Nuxt project.",
683
1058
  "repo": "nuxt-community/firebase-module",
684
1059
  "npm": "@nuxtjs/firebase",
685
1060
  "icon": "firebase.png",
686
1061
  "github": "https://github.com/nuxt-community/firebase-module",
687
- "website": "https://github.com/nuxt-community/firebase-module",
1062
+ "website": "https://firebase.nuxtjs.org",
688
1063
  "learn_more": "https://firebase.google.com/",
689
1064
  "category": "Database",
690
1065
  "type": "community",
691
1066
  "maintainers": [
692
1067
  {
693
1068
  "name": "Pascal Luther",
694
- "github": "lupas",
695
- "avatar": "https://github.com/lupas.png"
1069
+ "github": "lupas"
1070
+ }
1071
+ ],
1072
+ "compatibility": {
1073
+ "nuxt": "^2.0.0",
1074
+ "requires": {}
1075
+ }
1076
+ },
1077
+ {
1078
+ "name": "floating-prompt-module",
1079
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1080
+ "repo": "sandoche/nuxt-floating-prompt-module#main",
1081
+ "npm": "nuxt-floating-prompt-module",
1082
+ "icon": "",
1083
+ "github": "https://github.com/sandoche/nuxt-floating-prompt-module",
1084
+ "website": "https://github.com/sandoche/nuxt-floating-prompt-module",
1085
+ "learn_more": "",
1086
+ "category": "Libraries",
1087
+ "type": "3rd-party",
1088
+ "maintainers": [
1089
+ {
1090
+ "name": "sandoche",
1091
+ "github": "sandoche"
696
1092
  }
697
- ]
1093
+ ],
1094
+ "compatibility": {
1095
+ "nuxt": "^2.0.0",
1096
+ "requires": {}
1097
+ }
698
1098
  },
699
1099
  {
700
1100
  "name": "font-loader-strategy",
@@ -710,10 +1110,35 @@
710
1110
  "maintainers": [
711
1111
  {
712
1112
  "name": "GrabarzUndPartner",
713
- "github": "GrabarzUndPartner",
714
- "avatar": "https://github.com/GrabarzUndPartner.png"
1113
+ "github": "GrabarzUndPartner"
1114
+ }
1115
+ ],
1116
+ "compatibility": {
1117
+ "nuxt": "^2.0.0",
1118
+ "requires": {}
1119
+ }
1120
+ },
1121
+ {
1122
+ "name": "fontagon",
1123
+ "description": "Easy convert SVG from nuxt to icon font.",
1124
+ "repo": "kdydesign/nuxt-fontagon",
1125
+ "npm": "nuxt-fontagon",
1126
+ "icon": "fontagon.png",
1127
+ "github": "https://github.com/kdydesign/nuxt-fontagon",
1128
+ "website": "https://github.com/kdydesign/nuxt-fontagon",
1129
+ "learn_more": "",
1130
+ "category": "Libraries",
1131
+ "type": "3rd-party",
1132
+ "maintainers": [
1133
+ {
1134
+ "name": "kdydesign",
1135
+ "github": "kdydesign"
715
1136
  }
716
- ]
1137
+ ],
1138
+ "compatibility": {
1139
+ "nuxt": "^2.0.0",
1140
+ "requires": {}
1141
+ }
717
1142
  },
718
1143
  {
719
1144
  "name": "fontawesome",
@@ -729,10 +1154,13 @@
729
1154
  "maintainers": [
730
1155
  {
731
1156
  "name": "Pim",
732
- "github": "pimlie",
733
- "avatar": "https://github.com/pimlie.png"
1157
+ "github": "pimlie"
734
1158
  }
735
- ]
1159
+ ],
1160
+ "compatibility": {
1161
+ "nuxt": "^2.0.0",
1162
+ "requires": {}
1163
+ }
736
1164
  },
737
1165
  {
738
1166
  "name": "fullpage",
@@ -748,10 +1176,35 @@
748
1176
  "maintainers": [
749
1177
  {
750
1178
  "name": "vaso2",
751
- "github": "vaso2",
752
- "avatar": "https://github.com/vaso2.png"
1179
+ "github": "vaso2"
1180
+ }
1181
+ ],
1182
+ "compatibility": {
1183
+ "nuxt": "^2.0.0",
1184
+ "requires": {}
1185
+ }
1186
+ },
1187
+ {
1188
+ "name": "github-api",
1189
+ "description": "Nuxt module for GitHub v4 API",
1190
+ "repo": "lindsaykwardell/nuxt-github-api",
1191
+ "npm": "nuxt-github-api",
1192
+ "icon": "github.svg",
1193
+ "github": "https://github.com/lindsaykwardell/nuxt-github-api",
1194
+ "website": "https://github.com/lindsaykwardell/nuxt-github-api",
1195
+ "learn_more": "",
1196
+ "category": "Request",
1197
+ "type": "3rd-party",
1198
+ "maintainers": [
1199
+ {
1200
+ "name": "lindsaykwardell",
1201
+ "github": "lindsaykwardell"
753
1202
  }
754
- ]
1203
+ ],
1204
+ "compatibility": {
1205
+ "nuxt": "^2.0.0",
1206
+ "requires": {}
1207
+ }
755
1208
  },
756
1209
  {
757
1210
  "name": "google-adsense",
@@ -767,10 +1220,13 @@
767
1220
  "maintainers": [
768
1221
  {
769
1222
  "name": "Troy Morehouse",
770
- "github": "tmorehouse",
771
- "avatar": "https://github.com/tmorehouse.png"
1223
+ "github": "tmorehouse"
772
1224
  }
773
- ]
1225
+ ],
1226
+ "compatibility": {
1227
+ "nuxt": "^2.0.0",
1228
+ "requires": {}
1229
+ }
774
1230
  },
775
1231
  {
776
1232
  "name": "google-analytics",
@@ -779,7 +1235,7 @@
779
1235
  "npm": "@nuxtjs/google-analytics",
780
1236
  "icon": "google-analytics.png",
781
1237
  "github": "https://github.com/nuxt-community/analytics-module",
782
- "website": "https://github.com/nuxt-community/analytics-module",
1238
+ "website": "https://google-analytics.nuxtjs.org",
783
1239
  "learn_more": "https://marketingplatform.google.com/about/analytics/",
784
1240
  "category": "Analytics",
785
1241
  "type": "community",
@@ -787,28 +1243,29 @@
787
1243
  {
788
1244
  "name": "Pooya Parsa",
789
1245
  "github": "pi0",
790
- "twitter": "_pi0_",
791
- "avatar": "https://github.com/pi0.png"
1246
+ "twitter": "_pi0_"
792
1247
  },
793
1248
  {
794
1249
  "name": "Ricardo Gobbo de Souza",
795
- "github": "ricardogobbosouza",
796
- "avatar": "https://github.com/ricardogobbosouza.png"
1250
+ "github": "ricardogobbosouza"
797
1251
  },
798
1252
  {
799
1253
  "name": "Matteo Gabriele",
800
1254
  "github": "MatteoGabriele",
801
- "twitter": "matteo_gabriele",
802
- "avatar": "https://github.com/MatteoGabriele.png"
1255
+ "twitter": "matteo_gabriele"
803
1256
  }
804
- ]
1257
+ ],
1258
+ "compatibility": {
1259
+ "nuxt": "^2.0.0",
1260
+ "requires": {}
1261
+ }
805
1262
  },
806
1263
  {
807
1264
  "name": "google-fonts",
808
1265
  "description": "Google Fonts module for NuxtJS",
809
1266
  "repo": "nuxt-community/google-fonts-module",
810
1267
  "npm": "@nuxtjs/google-fonts",
811
- "icon": "google-fonts.jpg",
1268
+ "icon": "google-fonts.png",
812
1269
  "github": "https://github.com/nuxt-community/google-fonts-module",
813
1270
  "website": "https://github.com/nuxt-community/google-fonts-module",
814
1271
  "learn_more": "https://developers.google.com/fonts",
@@ -817,10 +1274,13 @@
817
1274
  "maintainers": [
818
1275
  {
819
1276
  "name": "Ricardo Gobbo de Souza",
820
- "github": "ricardogobbosouza",
821
- "avatar": "https://github.com/ricardogobbosouza.png"
1277
+ "github": "ricardogobbosouza"
822
1278
  }
823
- ]
1279
+ ],
1280
+ "compatibility": {
1281
+ "nuxt": "^2.0.0",
1282
+ "requires": {}
1283
+ }
824
1284
  },
825
1285
  {
826
1286
  "name": "google-gtag",
@@ -836,15 +1296,17 @@
836
1296
  "maintainers": [
837
1297
  {
838
1298
  "name": "Dominic Garms",
839
- "github": "dohomi",
840
- "avatar": "https://github.com/dohomi.png"
1299
+ "github": "dohomi"
841
1300
  },
842
1301
  {
843
1302
  "name": "Ricardo Gobbo de Souza",
844
- "github": "ricardogobbosouza",
845
- "avatar": "https://github.com/ricardogobbosouza.png"
1303
+ "github": "ricardogobbosouza"
846
1304
  }
847
- ]
1305
+ ],
1306
+ "compatibility": {
1307
+ "nuxt": "^2.0.0",
1308
+ "requires": {}
1309
+ }
848
1310
  },
849
1311
  {
850
1312
  "name": "google-optimize",
@@ -861,22 +1323,45 @@
861
1323
  {
862
1324
  "name": "Pooya Parsa",
863
1325
  "github": "pi0",
864
- "twitter": "_pi0_",
865
- "avatar": "https://github.com/pi0.png"
1326
+ "twitter": "_pi0_"
866
1327
  },
867
1328
  {
868
1329
  "name": "Farzad Soltani",
869
1330
  "github": "farzadso",
870
- "twitter": "farzadso",
871
- "avatar": "https://github.com/farzadso.png"
1331
+ "twitter": "farzadso"
872
1332
  },
873
1333
  {
874
1334
  "name": "Josh Deltener",
875
1335
  "github": "hecktarzuli",
876
- "twitter": "JoshDeltener",
877
- "avatar": "https://github.com/hecktarzuli.png"
1336
+ "twitter": "JoshDeltener"
1337
+ }
1338
+ ],
1339
+ "compatibility": {
1340
+ "nuxt": "^2.0.0",
1341
+ "requires": {}
1342
+ }
1343
+ },
1344
+ {
1345
+ "name": "graphql-request",
1346
+ "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1347
+ "repo": "gomah/nuxt-graphql-request",
1348
+ "npm": "nuxt-graphql-request",
1349
+ "icon": "graphql-request.png",
1350
+ "github": "https://github.com/gomah/nuxt-graphql-request",
1351
+ "website": "https://github.com/gomah/nuxt-graphql-request",
1352
+ "learn_more": "",
1353
+ "category": "Request",
1354
+ "type": "3rd-party",
1355
+ "maintainers": [
1356
+ {
1357
+ "name": "gomah",
1358
+ "github": "gomah"
878
1359
  }
879
- ]
1360
+ ],
1361
+ "compatibility": {
1362
+ "nuxt": "^2.0.0",
1363
+ "requires": {}
1364
+ }
880
1365
  },
881
1366
  {
882
1367
  "name": "gtm",
@@ -893,10 +1378,13 @@
893
1378
  {
894
1379
  "name": "Pooya Parsa",
895
1380
  "github": "pi0",
896
- "twitter": "_pi0_",
897
- "avatar": "https://github.com/pi0.png"
1381
+ "twitter": "_pi0_"
898
1382
  }
899
- ]
1383
+ ],
1384
+ "compatibility": {
1385
+ "nuxt": "^2.0.0",
1386
+ "requires": {}
1387
+ }
900
1388
  },
901
1389
  {
902
1390
  "name": "guess",
@@ -912,10 +1400,36 @@
912
1400
  "maintainers": [
913
1401
  {
914
1402
  "name": "Xin Du",
915
- "github": "clarkdo",
916
- "avatar": "https://github.com/clarkdo.png"
1403
+ "github": "clarkdo"
1404
+ }
1405
+ ],
1406
+ "compatibility": {
1407
+ "nuxt": "^2.0.0",
1408
+ "requires": {}
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"
917
1427
  }
918
- ]
1428
+ ],
1429
+ "compatibility": {
1430
+ "nuxt": "^2.0.0",
1431
+ "requires": {}
1432
+ }
919
1433
  },
920
1434
  {
921
1435
  "name": "helmet",
@@ -931,10 +1445,13 @@
931
1445
  "maintainers": [
932
1446
  {
933
1447
  "name": "victor-perez",
934
- "github": "victor-perez",
935
- "avatar": "https://github.com/victor-perez.png"
1448
+ "github": "victor-perez"
936
1449
  }
937
- ]
1450
+ ],
1451
+ "compatibility": {
1452
+ "nuxt": "^2.0.0",
1453
+ "requires": {}
1454
+ }
938
1455
  },
939
1456
  {
940
1457
  "name": "highcharts",
@@ -950,10 +1467,13 @@
950
1467
  "maintainers": [
951
1468
  {
952
1469
  "name": "richardeschloss",
953
- "github": "richardeschloss",
954
- "avatar": "https://github.com/richardeschloss.png"
1470
+ "github": "richardeschloss"
955
1471
  }
956
- ]
1472
+ ],
1473
+ "compatibility": {
1474
+ "nuxt": "^2.0.0",
1475
+ "requires": {}
1476
+ }
957
1477
  },
958
1478
  {
959
1479
  "name": "history-state",
@@ -964,15 +1484,18 @@
964
1484
  "github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
965
1485
  "website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
966
1486
  "learn_more": "",
967
- "category": "Devtools",
1487
+ "category": "Extensions",
968
1488
  "type": "3rd-party",
969
1489
  "maintainers": [
970
1490
  {
971
1491
  "name": "hidekatsu-izuno",
972
- "github": "hidekatsu-izuno",
973
- "avatar": "https://github.com/hidekatsu-izuno.png"
1492
+ "github": "hidekatsu-izuno"
974
1493
  }
975
- ]
1494
+ ],
1495
+ "compatibility": {
1496
+ "nuxt": "^2.0.0",
1497
+ "requires": {}
1498
+ }
976
1499
  },
977
1500
  {
978
1501
  "name": "html-minifier",
@@ -988,10 +1511,36 @@
988
1511
  "maintainers": [
989
1512
  {
990
1513
  "name": "Xin Du",
991
- "github": "clarkdo",
992
- "avatar": "https://github.com/clarkdo.png"
1514
+ "github": "clarkdo"
1515
+ }
1516
+ ],
1517
+ "compatibility": {
1518
+ "nuxt": "^2.0.0",
1519
+ "requires": {}
1520
+ }
1521
+ },
1522
+ {
1523
+ "name": "html-validator",
1524
+ "description": "Automatically validate Nuxt server-rendered HTML html",
1525
+ "repo": "nuxt-community/html-validator-module",
1526
+ "npm": "@nuxtjs/html-validator",
1527
+ "icon": "html-validator.png",
1528
+ "github": "https://github.com/nuxt-community/html-validator-module",
1529
+ "website": "https://html-validator.nuxtjs.org",
1530
+ "learn_more": "https://html-validate.org",
1531
+ "category": "Performance",
1532
+ "type": "community",
1533
+ "maintainers": [
1534
+ {
1535
+ "name": "Daniel Roe",
1536
+ "github": "danielroe",
1537
+ "twitter": "danielcroe"
993
1538
  }
994
- ]
1539
+ ],
1540
+ "compatibility": {
1541
+ "nuxt": "^2.0.0",
1542
+ "requires": {}
1543
+ }
995
1544
  },
996
1545
  {
997
1546
  "name": "http",
@@ -1008,16 +1557,41 @@
1008
1557
  {
1009
1558
  "name": "Pooya Parsa",
1010
1559
  "github": "pi0",
1011
- "twitter": "_pi0_",
1012
- "avatar": "https://github.com/pi0.png"
1560
+ "twitter": "_pi0_"
1013
1561
  },
1014
1562
  {
1015
1563
  "name": "Sébastien Chopin",
1016
1564
  "github": "Atinux",
1017
- "twitter": "Atinux",
1018
- "avatar": "https://github.com/Atinux.png"
1565
+ "twitter": "Atinux"
1019
1566
  }
1020
- ]
1567
+ ],
1568
+ "compatibility": {
1569
+ "nuxt": "^2.0.0",
1570
+ "requires": {}
1571
+ }
1572
+ },
1573
+ {
1574
+ "name": "humans-txt",
1575
+ "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.",
1576
+ "repo": "Luxdamore/nuxt-humans-txt",
1577
+ "npm": "@luxdamore/nuxt-humans-txt",
1578
+ "icon": "",
1579
+ "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
1580
+ "website": "https://luxdamore.github.io/nuxt-humans-txt/",
1581
+ "learn_more": "https://humanstxt.org/",
1582
+ "category": "SEO",
1583
+ "type": "3rd-party",
1584
+ "maintainers": [
1585
+ {
1586
+ "name": "Luca Iaconelli",
1587
+ "github": "LuXDAmore",
1588
+ "twitter": "luxdamore"
1589
+ }
1590
+ ],
1591
+ "compatibility": {
1592
+ "nuxt": "^2.0.0",
1593
+ "requires": {}
1594
+ }
1021
1595
  },
1022
1596
  {
1023
1597
  "name": "i18n",
@@ -1028,20 +1602,22 @@
1028
1602
  "github": "https://github.com/nuxt-community/i18n-module",
1029
1603
  "website": "https://i18n.nuxtjs.org",
1030
1604
  "learn_more": "https://kazupon.github.io/vue-i18n/",
1031
- "category": "Devtools",
1605
+ "category": "Extensions",
1032
1606
  "type": "community",
1033
1607
  "maintainers": [
1034
1608
  {
1035
1609
  "name": "Rafał Chłodnicki",
1036
- "github": "rchl",
1037
- "avatar": "https://github.com/rchl.png"
1610
+ "github": "rchl"
1038
1611
  },
1039
1612
  {
1040
- "name": "Paul Gascou-Vaillancourt",
1041
- "github": "paulgv",
1042
- "avatar": "https://github.com/paulgv.png"
1613
+ "name": "Kazuya Kawaguchi",
1614
+ "github": "kazupon"
1043
1615
  }
1044
- ]
1616
+ ],
1617
+ "compatibility": {
1618
+ "nuxt": "^2.0.0",
1619
+ "requires": {}
1620
+ }
1045
1621
  },
1046
1622
  {
1047
1623
  "name": "image-loader",
@@ -1057,10 +1633,13 @@
1057
1633
  "maintainers": [
1058
1634
  {
1059
1635
  "name": "Barry Fisher",
1060
- "github": "Barry-Fisher",
1061
- "avatar": "https://github.com/Barry-Fisher.png"
1636
+ "github": "Barry-Fisher"
1062
1637
  }
1063
- ]
1638
+ ],
1639
+ "compatibility": {
1640
+ "nuxt": "^2.0.0",
1641
+ "requires": {}
1642
+ }
1064
1643
  },
1065
1644
  {
1066
1645
  "name": "image",
@@ -1077,22 +1656,25 @@
1077
1656
  {
1078
1657
  "name": "Ahad Birang",
1079
1658
  "github": "farnabaz",
1080
- "twitter": "a_birang",
1081
- "avatar": "https://github.com/farnabaz.png"
1659
+ "twitter": "a_birang"
1082
1660
  },
1083
1661
  {
1084
1662
  "name": "Pooya Parsa",
1085
1663
  "github": "pi0",
1086
- "twitter": "_pi0_",
1087
- "avatar": "https://github.com/pi0.png"
1664
+ "twitter": "_pi0_"
1088
1665
  },
1089
1666
  {
1090
1667
  "name": "Sebastien Chopin",
1091
1668
  "github": "Atinux",
1092
- "twitter": "Atinux",
1093
- "avatar": "https://github.com/Atinux.png"
1669
+ "twitter": "Atinux"
1670
+ }
1671
+ ],
1672
+ "compatibility": {
1673
+ "nuxt": "^2.0.0",
1674
+ "requires": {
1675
+ "bridge": "optional"
1094
1676
  }
1095
- ]
1677
+ }
1096
1678
  },
1097
1679
  {
1098
1680
  "name": "imagemin",
@@ -1108,10 +1690,13 @@
1108
1690
  "maintainers": [
1109
1691
  {
1110
1692
  "name": "Ricardo Gobbo de Souza",
1111
- "github": "ricardogobbosouza",
1112
- "avatar": "https://github.com/ricardogobbosouza.png"
1693
+ "github": "ricardogobbosouza"
1113
1694
  }
1114
- ]
1695
+ ],
1696
+ "compatibility": {
1697
+ "nuxt": "^2.0.0",
1698
+ "requires": {}
1699
+ }
1115
1700
  },
1116
1701
  {
1117
1702
  "name": "intercom",
@@ -1127,10 +1712,35 @@
1127
1712
  "maintainers": [
1128
1713
  {
1129
1714
  "name": "hex-digital",
1130
- "github": "hex-digital",
1131
- "avatar": "https://github.com/hex-digital.png"
1715
+ "github": "hex-digital"
1716
+ }
1717
+ ],
1718
+ "compatibility": {
1719
+ "nuxt": "^2.0.0",
1720
+ "requires": {}
1721
+ }
1722
+ },
1723
+ {
1724
+ "name": "jsonapi",
1725
+ "description": "Easy JSON:API client integration for Nuxt.js",
1726
+ "repo": "patrickcate/nuxt-jsonapi",
1727
+ "npm": "nuxt-jsonapi",
1728
+ "icon": "jsonapi.svg",
1729
+ "github": "https://github.com/patrickcate/nuxt-jsonapi",
1730
+ "website": "https://github.com/patrickcate/nuxt-jsonapi",
1731
+ "learn_more": "",
1732
+ "category": "Request",
1733
+ "type": "3rd-party",
1734
+ "maintainers": [
1735
+ {
1736
+ "name": "patrickcate",
1737
+ "github": "patrickcate"
1132
1738
  }
1133
- ]
1739
+ ],
1740
+ "compatibility": {
1741
+ "nuxt": "^2.0.0",
1742
+ "requires": {}
1743
+ }
1134
1744
  },
1135
1745
  {
1136
1746
  "name": "kentico-kontent",
@@ -1142,14 +1752,17 @@
1142
1752
  "website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
1143
1753
  "learn_more": "https://kontent.ai",
1144
1754
  "category": "CMS",
1145
- "type": "community",
1755
+ "type": "3rd-party",
1146
1756
  "maintainers": [
1147
1757
  {
1148
1758
  "name": "Alfred Brockötter",
1149
- "github": "Domitnator",
1150
- "avatar": "https://github.com/Domitnator.png"
1759
+ "github": "Domitnator"
1151
1760
  }
1152
- ]
1761
+ ],
1762
+ "compatibility": {
1763
+ "nuxt": "^2.0.0",
1764
+ "requires": {}
1765
+ }
1153
1766
  },
1154
1767
  {
1155
1768
  "name": "laravel-echo",
@@ -1165,10 +1778,13 @@
1165
1778
  "maintainers": [
1166
1779
  {
1167
1780
  "name": "Ricardo Gobbo de Souza",
1168
- "github": "ricardogobbosouza",
1169
- "avatar": "https://github.com/ricardogobbosouza.png"
1781
+ "github": "ricardogobbosouza"
1170
1782
  }
1171
- ]
1783
+ ],
1784
+ "compatibility": {
1785
+ "nuxt": "^2.0.0",
1786
+ "requires": {}
1787
+ }
1172
1788
  },
1173
1789
  {
1174
1790
  "name": "laravel-nuxt",
@@ -1184,10 +1800,13 @@
1184
1800
  "maintainers": [
1185
1801
  {
1186
1802
  "name": "skyrpex",
1187
- "github": "skyrpex",
1188
- "avatar": "https://github.com/skyrpex.png"
1803
+ "github": "skyrpex"
1189
1804
  }
1190
- ]
1805
+ ],
1806
+ "compatibility": {
1807
+ "nuxt": "^2.0.0",
1808
+ "requires": {}
1809
+ }
1191
1810
  },
1192
1811
  {
1193
1812
  "name": "laravel",
@@ -1203,10 +1822,13 @@
1203
1822
  "maintainers": [
1204
1823
  {
1205
1824
  "name": "m2sd",
1206
- "github": "m2sd",
1207
- "avatar": "https://github.com/m2sd.png"
1825
+ "github": "m2sd"
1208
1826
  }
1209
- ]
1827
+ ],
1828
+ "compatibility": {
1829
+ "nuxt": "^2.0.0",
1830
+ "requires": {}
1831
+ }
1210
1832
  },
1211
1833
  {
1212
1834
  "name": "leaflet",
@@ -1217,15 +1839,18 @@
1217
1839
  "github": "https://github.com/schlunsen/nuxt-leaflet",
1218
1840
  "website": "https://github.com/schlunsen/nuxt-leaflet",
1219
1841
  "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
1220
- "category": "Devtools",
1842
+ "category": "Libraries",
1221
1843
  "type": "3rd-party",
1222
1844
  "maintainers": [
1223
1845
  {
1224
1846
  "name": "schlunsen",
1225
- "github": "schlunsen",
1226
- "avatar": "https://github.com/schlunsen.png"
1847
+ "github": "schlunsen"
1227
1848
  }
1228
- ]
1849
+ ],
1850
+ "compatibility": {
1851
+ "nuxt": "^2.0.0",
1852
+ "requires": {}
1853
+ }
1229
1854
  },
1230
1855
  {
1231
1856
  "name": "localforage",
@@ -1236,16 +1861,23 @@
1236
1861
  "github": "https://github.com/nuxt-community/localforage-module",
1237
1862
  "website": "https://github.com/nuxt-community/localforage-module",
1238
1863
  "learn_more": "https://localforage.github.io/localForage/",
1239
- "category": "Devtools",
1864
+ "category": "Libraries",
1240
1865
  "type": "community",
1241
1866
  "maintainers": [
1242
1867
  {
1243
1868
  "name": "Alexandre Chopin",
1244
1869
  "github": "alexchopin",
1245
- "twitter": "alexchopin",
1246
- "avatar": "https://github.com/alexchopin.png"
1870
+ "twitter": "alexchopin"
1871
+ },
1872
+ {
1873
+ "name": "Ricardo Gobbo de Souza",
1874
+ "github": "ricardogobbosouza"
1247
1875
  }
1248
- ]
1876
+ ],
1877
+ "compatibility": {
1878
+ "nuxt": "^2.0.0",
1879
+ "requires": {}
1880
+ }
1249
1881
  },
1250
1882
  {
1251
1883
  "name": "localtunnel",
@@ -1262,10 +1894,13 @@
1262
1894
  {
1263
1895
  "name": "Pooya Parsa",
1264
1896
  "github": "pi0",
1265
- "twitter": "_pi0_",
1266
- "avatar": "https://github.com/pi0.png"
1897
+ "twitter": "_pi0_"
1267
1898
  }
1268
- ]
1899
+ ],
1900
+ "compatibility": {
1901
+ "nuxt": "^2.0.0",
1902
+ "requires": {}
1903
+ }
1269
1904
  },
1270
1905
  {
1271
1906
  "name": "logrocket",
@@ -1282,10 +1917,13 @@
1282
1917
  {
1283
1918
  "name": "Farzad Soltani",
1284
1919
  "github": "farzadso",
1285
- "twitter": "farzadso",
1286
- "avatar": "https://github.com/farzadso.png"
1920
+ "twitter": "farzadso"
1287
1921
  }
1288
- ]
1922
+ ],
1923
+ "compatibility": {
1924
+ "nuxt": "^2.0.0",
1925
+ "requires": {}
1926
+ }
1289
1927
  },
1290
1928
  {
1291
1929
  "name": "lunr",
@@ -1301,30 +1939,36 @@
1301
1939
  "maintainers": [
1302
1940
  {
1303
1941
  "name": "Pim",
1304
- "github": "pimlie",
1305
- "avatar": "https://github.com/pimlie.png"
1942
+ "github": "pimlie"
1306
1943
  }
1307
- ]
1944
+ ],
1945
+ "compatibility": {
1946
+ "nuxt": "^2.0.0",
1947
+ "requires": {}
1948
+ }
1308
1949
  },
1309
1950
  {
1310
1951
  "name": "markdownit",
1311
1952
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
1312
- "repo": "nuxt-community/modules#master/packages/markdownit",
1953
+ "repo": "nuxt-community/markdownit-module",
1313
1954
  "npm": "@nuxtjs/markdownit",
1314
1955
  "icon": "",
1315
- "github": "https://github.com/nuxt-community/modules/tree/master/packages/markdownit",
1316
- "website": "https://github.com/nuxt-community/modules/tree/master/packages/markdownit",
1956
+ "github": "https://github.com/nuxt-community/markdownit-module",
1957
+ "website": "https://github.com/nuxt-community/markdownit-module",
1317
1958
  "learn_more": "https://github.com/markdown-it/markdown-it",
1318
- "category": "Devtools",
1959
+ "category": "Extensions",
1319
1960
  "type": "community",
1320
1961
  "maintainers": [
1321
1962
  {
1322
1963
  "name": "Pooya Parsa",
1323
1964
  "github": "pi0",
1324
- "twitter": "_pi0_",
1325
- "avatar": "https://github.com/pi0.png"
1965
+ "twitter": "_pi0_"
1326
1966
  }
1327
- ]
1967
+ ],
1968
+ "compatibility": {
1969
+ "nuxt": "^2.0.0",
1970
+ "requires": {}
1971
+ }
1328
1972
  },
1329
1973
  {
1330
1974
  "name": "matomo",
@@ -1340,10 +1984,13 @@
1340
1984
  "maintainers": [
1341
1985
  {
1342
1986
  "name": "pimlie",
1343
- "github": "pimlie",
1344
- "avatar": "https://github.com/pimlie.png"
1987
+ "github": "pimlie"
1345
1988
  }
1346
- ]
1989
+ ],
1990
+ "compatibility": {
1991
+ "nuxt": "^2.0.0",
1992
+ "requires": {}
1993
+ }
1347
1994
  },
1348
1995
  {
1349
1996
  "name": "mdx",
@@ -1354,16 +2001,19 @@
1354
2001
  "github": "https://github.com/nuxt-community/mdx-module",
1355
2002
  "website": "https://mdx.nuxtjs.org",
1356
2003
  "learn_more": "https://mdxjs.com/",
1357
- "category": "Devtools",
2004
+ "category": "Extensions",
1358
2005
  "type": "community",
1359
2006
  "maintainers": [
1360
2007
  {
1361
2008
  "name": "Jonathan Bakebwa",
1362
2009
  "github": "codebender828",
1363
- "twitter": "codebender828",
1364
- "avatar": "https://github.com/codebender828.png"
2010
+ "twitter": "codebender828"
1365
2011
  }
1366
- ]
2012
+ ],
2013
+ "compatibility": {
2014
+ "nuxt": "^2.0.0",
2015
+ "requires": {}
2016
+ }
1367
2017
  },
1368
2018
  {
1369
2019
  "name": "memwatch",
@@ -1379,10 +2029,13 @@
1379
2029
  "maintainers": [
1380
2030
  {
1381
2031
  "name": "pimlie",
1382
- "github": "pimlie",
1383
- "avatar": "https://github.com/pimlie.png"
2032
+ "github": "pimlie"
1384
2033
  }
1385
- ]
2034
+ ],
2035
+ "compatibility": {
2036
+ "nuxt": "^2.0.0",
2037
+ "requires": {}
2038
+ }
1386
2039
  },
1387
2040
  {
1388
2041
  "name": "mobile",
@@ -1393,15 +2046,18 @@
1393
2046
  "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
1394
2047
  "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
1395
2048
  "learn_more": "https://github.com/hgoebl/mobile-detect.js",
1396
- "category": "Devtools",
2049
+ "category": "Extensions",
1397
2050
  "type": "3rd-party",
1398
2051
  "maintainers": [
1399
2052
  {
1400
2053
  "name": "ChanningDefoe",
1401
- "github": "ChanningDefoe",
1402
- "avatar": "https://github.com/ChanningDefoe.png"
2054
+ "github": "ChanningDefoe"
1403
2055
  }
1404
- ]
2056
+ ],
2057
+ "compatibility": {
2058
+ "nuxt": "^2.0.0",
2059
+ "requires": {}
2060
+ }
1405
2061
  },
1406
2062
  {
1407
2063
  "name": "moment",
@@ -1418,15 +2074,17 @@
1418
2074
  {
1419
2075
  "name": "Pooya Parsa",
1420
2076
  "github": "pi0",
1421
- "twitter": "_pi0_",
1422
- "avatar": "https://github.com/pi0.png"
2077
+ "twitter": "_pi0_"
1423
2078
  },
1424
2079
  {
1425
2080
  "name": "Ricardo Gobbo de Souza",
1426
- "github": "ricardogobbosouza",
1427
- "avatar": "https://github.com/ricardogobbosouza.png"
2081
+ "github": "ricardogobbosouza"
1428
2082
  }
1429
- ]
2083
+ ],
2084
+ "compatibility": {
2085
+ "nuxt": "^2.0.0",
2086
+ "requires": {}
2087
+ }
1430
2088
  },
1431
2089
  {
1432
2090
  "name": "mq",
@@ -1442,10 +2100,13 @@
1442
2100
  "maintainers": [
1443
2101
  {
1444
2102
  "name": "vanhoofmaarten",
1445
- "github": "vanhoofmaarten",
1446
- "avatar": "https://github.com/vanhoofmaarten.png"
2103
+ "github": "vanhoofmaarten"
1447
2104
  }
1448
- ]
2105
+ ],
2106
+ "compatibility": {
2107
+ "nuxt": "^2.0.0",
2108
+ "requires": {}
2109
+ }
1449
2110
  },
1450
2111
  {
1451
2112
  "name": "neo",
@@ -1461,10 +2122,13 @@
1461
2122
  "maintainers": [
1462
2123
  {
1463
2124
  "name": "ezypeeze",
1464
- "github": "ezypeeze",
1465
- "avatar": "https://github.com/ezypeeze.png"
2125
+ "github": "ezypeeze"
1466
2126
  }
1467
- ]
2127
+ ],
2128
+ "compatibility": {
2129
+ "nuxt": "^2.0.0",
2130
+ "requires": {}
2131
+ }
1468
2132
  },
1469
2133
  {
1470
2134
  "name": "netlify-cache",
@@ -1480,10 +2144,13 @@
1480
2144
  "maintainers": [
1481
2145
  {
1482
2146
  "name": "DreaMinder",
1483
- "github": "DreaMinder",
1484
- "avatar": "https://github.com/DreaMinder.png"
2147
+ "github": "DreaMinder"
1485
2148
  }
1486
- ]
2149
+ ],
2150
+ "compatibility": {
2151
+ "nuxt": "^2.0.0",
2152
+ "requires": {}
2153
+ }
1487
2154
  },
1488
2155
  {
1489
2156
  "name": "netlify-files",
@@ -1500,10 +2167,13 @@
1500
2167
  {
1501
2168
  "name": "Alexander Lichter",
1502
2169
  "github": "manniL",
1503
- "twitter": "TheAlexLichter",
1504
- "avatar": "https://github.com/manniL.png"
2170
+ "twitter": "TheAlexLichter"
1505
2171
  }
1506
- ]
2172
+ ],
2173
+ "compatibility": {
2174
+ "nuxt": "^2.0.0",
2175
+ "requires": {}
2176
+ }
1507
2177
  },
1508
2178
  {
1509
2179
  "name": "netlify",
@@ -1519,30 +2189,200 @@
1519
2189
  "maintainers": [
1520
2190
  {
1521
2191
  "name": "bazzite",
1522
- "github": "bazzite",
1523
- "avatar": "https://github.com/bazzite.png"
2192
+ "github": "bazzite"
1524
2193
  }
1525
- ]
2194
+ ],
2195
+ "compatibility": {
2196
+ "nuxt": "^2.0.0",
2197
+ "requires": {}
2198
+ }
1526
2199
  },
1527
2200
  {
1528
2201
  "name": "ngrok",
1529
2202
  "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",
1530
- "repo": "nuxt-community/modules#master/packages/ngrok",
2203
+ "repo": "nuxt-community/ngrok",
1531
2204
  "npm": "@nuxtjs/ngrok",
1532
2205
  "icon": "ngrok.png",
1533
- "github": "https://github.com/nuxt-community/modules/tree/master/packages/ngrok",
1534
- "website": "https://github.com/nuxt-community/modules/tree/master/packages/ngrok",
2206
+ "github": "https://github.com/nuxt-community/ngrok-module",
2207
+ "website": "https://ngrok.nuxtjs.org",
1535
2208
  "learn_more": "https://github.com/bubenshchykov/ngrok",
1536
2209
  "category": "Devtools",
1537
2210
  "type": "community",
1538
2211
  "maintainers": [
2212
+ {
2213
+ "name": "Debbie O'Brien",
2214
+ "github": "debs-obrien",
2215
+ "twitter": "debs_obrien"
2216
+ },
1539
2217
  {
1540
2218
  "name": "Pooya Parsa",
1541
2219
  "github": "pi0",
1542
- "twitter": "_pi0_",
1543
- "avatar": "https://github.com/pi0.png"
2220
+ "twitter": "_pi0_"
2221
+ }
2222
+ ],
2223
+ "compatibility": {
2224
+ "nuxt": "^2.0.0",
2225
+ "requires": {}
2226
+ }
2227
+ },
2228
+ {
2229
+ "name": "notion",
2230
+ "description": "Vue renderer for Notion pages",
2231
+ "repo": "janniks/vue-notion",
2232
+ "npm": "vue-notion",
2233
+ "icon": "notion.svg",
2234
+ "github": "https://github.com/janniks/vue-notion",
2235
+ "website": "https://github.com/janniks/vue-notion",
2236
+ "learn_more": "",
2237
+ "category": "CMS",
2238
+ "type": "3rd-party",
2239
+ "maintainers": [
2240
+ {
2241
+ "name": "janniks",
2242
+ "github": "janniks"
2243
+ }
2244
+ ],
2245
+ "compatibility": {
2246
+ "nuxt": "^2.0.0",
2247
+ "requires": {}
2248
+ }
2249
+ },
2250
+ {
2251
+ "name": "nuxt-hue",
2252
+ "description": "Enlighten your Nuxt experience",
2253
+ "repo": "lihbr/nuxt-hue",
2254
+ "npm": "nuxt-hue",
2255
+ "icon": "nuxt-hue.svg",
2256
+ "github": "https://github.com/lihbr/nuxt-hue",
2257
+ "website": "https://github.com/lihbr/nuxt-hue",
2258
+ "learn_more": "",
2259
+ "category": "Devtools",
2260
+ "type": "3rd-party",
2261
+ "maintainers": [
2262
+ {
2263
+ "name": "lihbr",
2264
+ "github": "lihbr"
2265
+ }
2266
+ ],
2267
+ "compatibility": {
2268
+ "nuxt": "^2.0.0 || ^3.0.0",
2269
+ "requires": {
2270
+ "bridge": "optional"
2271
+ }
2272
+ }
2273
+ },
2274
+ {
2275
+ "name": "nuxt-png-to-ico",
2276
+ "description": "Nuxt.js module for auto generating favicons",
2277
+ "repo": "b5710546232/nuxt-png-to-ico",
2278
+ "npm": "nuxt-png-to-ico",
2279
+ "icon": "",
2280
+ "github": "https://github.com/b5710546232/nuxt-png-to-ico",
2281
+ "website": "https://github.com/b5710546232/nuxt-png-to-ico",
2282
+ "learn_more": "https://github.com/steambap/png-to-ico",
2283
+ "category": "Devtools",
2284
+ "type": "3rd-party",
2285
+ "maintainers": [
2286
+ {
2287
+ "name": "b5710546232",
2288
+ "github": "b5710546232",
2289
+ "avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
2290
+ }
2291
+ ],
2292
+ "compatibility": {
2293
+ "nuxt": "^2.0.0",
2294
+ "requires": {}
2295
+ }
2296
+ },
2297
+ {
2298
+ "name": "nuxt-smartlook",
2299
+ "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
2300
+ "repo": "f00b4r/nuxt-smartlook",
2301
+ "npm": "nuxt-smartlook",
2302
+ "icon": "nuxt-smartlook.png",
2303
+ "github": "https://github.com/f00b4r/nuxt-smartlook",
2304
+ "website": "https://github.com/f00b4r/nuxt-smartlook",
2305
+ "learn_more": "https://www.smartlook.com/",
2306
+ "category": "Analytics",
2307
+ "type": "3rd-party",
2308
+ "maintainers": [
2309
+ {
2310
+ "name": "Milan Sulc",
2311
+ "github": "f3l1x",
2312
+ "twitter": "xf3l1x",
2313
+ "avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
2314
+ }
2315
+ ],
2316
+ "compatibility": {
2317
+ "nuxt": "^2.0.0",
2318
+ "requires": {}
2319
+ }
2320
+ },
2321
+ {
2322
+ "name": "nuxt-use-motion",
2323
+ "description": "A Nuxt module putting your components in motion",
2324
+ "repo": "Tahul/nuxt-use-motion",
2325
+ "npm": "nuxt-use-motion",
2326
+ "icon": "nuxt-use-motion.svg",
2327
+ "github": "https://github.com/Tahul/nuxt-use-motion",
2328
+ "website": "https://github.com/Tahul/nuxt-use-motion",
2329
+ "learn_more": "https://github.com/vueuse/motion",
2330
+ "category": "Libraries",
2331
+ "type": "3rd-party",
2332
+ "maintainers": [
2333
+ {
2334
+ "name": "Tahul",
2335
+ "github": "Tahul"
2336
+ }
2337
+ ],
2338
+ "compatibility": {
2339
+ "nuxt": "^2.0.0",
2340
+ "requires": {}
2341
+ }
2342
+ },
2343
+ {
2344
+ "name": "nuxt-use-sound",
2345
+ "description": "A Nuxt module for playing sound effects.",
2346
+ "repo": "Tahul/nuxt-use-sound",
2347
+ "npm": "nuxt-use-sound",
2348
+ "icon": "nuxt-use-sound.svg",
2349
+ "github": "https://github.com/Tahul/nuxt-use-sound",
2350
+ "website": "https://github.com/Tahul/nuxt-use-sound",
2351
+ "learn_more": "https://github.com/vueuse/sound",
2352
+ "category": "Libraries",
2353
+ "type": "3rd-party",
2354
+ "maintainers": [
2355
+ {
2356
+ "name": "Tahul",
2357
+ "github": "Tahul"
2358
+ }
2359
+ ],
2360
+ "compatibility": {
2361
+ "nuxt": "^2.0.0",
2362
+ "requires": {}
2363
+ }
2364
+ },
2365
+ {
2366
+ "name": "nuxt-viewport",
2367
+ "description": "Define custom viewports for your Nuxt project",
2368
+ "repo": "mvrlin/nuxt-viewport",
2369
+ "npm": "nuxt-viewport",
2370
+ "icon": "nuxt-viewport.svg",
2371
+ "github": "https://github.com/mvrlin/nuxt-viewport",
2372
+ "website": "https://github.com/mvrlin/nuxt-viewport",
2373
+ "learn_more": "",
2374
+ "category": "Extensions",
2375
+ "type": "3rd-party",
2376
+ "maintainers": [
2377
+ {
2378
+ "name": "mvrlin",
2379
+ "github": "mvrlin"
1544
2380
  }
1545
- ]
2381
+ ],
2382
+ "compatibility": {
2383
+ "nuxt": "^2.0.0",
2384
+ "requires": {}
2385
+ }
1546
2386
  },
1547
2387
  {
1548
2388
  "name": "nuxt7",
@@ -1559,10 +2399,13 @@
1559
2399
  {
1560
2400
  "name": "Pooya Parsa",
1561
2401
  "github": "pi0",
1562
- "twitter": "_pi0_",
1563
- "avatar": "https://github.com/pi0.png"
2402
+ "twitter": "_pi0_"
1564
2403
  }
1565
- ]
2404
+ ],
2405
+ "compatibility": {
2406
+ "nuxt": "^2.0.0",
2407
+ "requires": {}
2408
+ }
1566
2409
  },
1567
2410
  {
1568
2411
  "name": "onesignal",
@@ -1573,35 +2416,42 @@
1573
2416
  "github": "https://github.com/nuxt-community/onesignal-module",
1574
2417
  "website": "https://github.com/nuxt-community/onesignal-module",
1575
2418
  "learn_more": "https://onesignal.com/",
1576
- "category": "Devtools",
2419
+ "category": "Extensions",
1577
2420
  "type": "community",
1578
2421
  "maintainers": [
1579
2422
  {
1580
2423
  "name": "Pooya Parsa",
1581
2424
  "github": "pi0",
1582
- "twitter": "_pi0_",
1583
- "avatar": "https://github.com/pi0.png"
2425
+ "twitter": "_pi0_"
1584
2426
  }
1585
- ]
2427
+ ],
2428
+ "compatibility": {
2429
+ "nuxt": "^2.0.0",
2430
+ "requires": {}
2431
+ }
1586
2432
  },
1587
2433
  {
1588
2434
  "name": "optimized-images",
1589
2435
  "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
1590
- "repo": "bazzite/nuxt-optimized-images",
2436
+ "repo": "juliomrqz/nuxt-optimized-images",
1591
2437
  "npm": "@aceforth/nuxt-optimized-images",
1592
2438
  "icon": "",
1593
- "github": "https://github.com/bazzite/nuxt-optimized-images",
2439
+ "github": "https://github.com/juliomrqz/nuxt-optimized-images",
1594
2440
  "website": "https://marquez.co/docs/nuxt-optimized-images/",
1595
2441
  "learn_more": "",
1596
2442
  "category": "Images",
1597
2443
  "type": "3rd-party",
1598
2444
  "maintainers": [
1599
2445
  {
1600
- "name": "bazzite",
1601
- "github": "bazzite",
1602
- "avatar": "https://github.com/bazzite.png"
2446
+ "name": "Julio Marquez",
2447
+ "github": "juliomrqz",
2448
+ "twitter": "juliomrqz"
1603
2449
  }
1604
- ]
2450
+ ],
2451
+ "compatibility": {
2452
+ "nuxt": "^2.0.0",
2453
+ "requires": {}
2454
+ }
1605
2455
  },
1606
2456
  {
1607
2457
  "name": "page-generator-helper",
@@ -1612,15 +2462,18 @@
1612
2462
  "github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
1613
2463
  "website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
1614
2464
  "learn_more": "",
1615
- "category": "Devtools",
2465
+ "category": "Extensions",
1616
2466
  "type": "3rd-party",
1617
2467
  "maintainers": [
1618
2468
  {
1619
2469
  "name": "GrabarzUndPartner",
1620
- "github": "GrabarzUndPartner",
1621
- "avatar": "https://github.com/GrabarzUndPartner.png"
2470
+ "github": "GrabarzUndPartner"
1622
2471
  }
1623
- ]
2472
+ ],
2473
+ "compatibility": {
2474
+ "nuxt": "^2.0.0",
2475
+ "requires": {}
2476
+ }
1624
2477
  },
1625
2478
  {
1626
2479
  "name": "parse",
@@ -1636,10 +2489,82 @@
1636
2489
  "maintainers": [
1637
2490
  {
1638
2491
  "name": "cierrateam",
1639
- "github": "cierrateam",
1640
- "avatar": "https://github.com/cierrateam.png"
2492
+ "github": "cierrateam"
2493
+ }
2494
+ ],
2495
+ "compatibility": {
2496
+ "nuxt": "^2.0.0",
2497
+ "requires": {}
2498
+ }
2499
+ },
2500
+ {
2501
+ "name": "persian-datepicker",
2502
+ "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
2503
+ "repo": "alireza-ab/vue-persian-datepicker",
2504
+ "npm": "@alireza-ab/vue-persian-datepicker",
2505
+ "icon": "persian-datepicker.svg",
2506
+ "github": "https://github.com/alireza-ab/vue-persian-datepicker",
2507
+ "website": "https://alireza-ab.ir/datepicker",
2508
+ "learn_more": "https://alireza-ab.ir/datepicker",
2509
+ "category": "Date",
2510
+ "type": "3rd-party",
2511
+ "maintainers": [
2512
+ {
2513
+ "name": "Alireza Alibeiki",
2514
+ "github": "alireza-ab",
2515
+ "avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
1641
2516
  }
1642
- ]
2517
+ ],
2518
+ "compatibility": {
2519
+ "nuxt": "^2.0.0",
2520
+ "requires": {}
2521
+ }
2522
+ },
2523
+ {
2524
+ "name": "pinia",
2525
+ "description": "The Vue Store that you will enjoy using",
2526
+ "repo": "posva/pinia#v2/packages/nuxt",
2527
+ "npm": "@pinia/nuxt",
2528
+ "icon": "pinia.svg",
2529
+ "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
2530
+ "website": "https://pinia.esm.dev/",
2531
+ "learn_more": "",
2532
+ "category": "Extensions",
2533
+ "type": "3rd-party",
2534
+ "maintainers": [
2535
+ {
2536
+ "name": "posva",
2537
+ "github": "posva"
2538
+ }
2539
+ ],
2540
+ "compatibility": {
2541
+ "nuxt": "^2.0.0 || ^3.0.0",
2542
+ "requires": {
2543
+ "bridge": "optional"
2544
+ }
2545
+ }
2546
+ },
2547
+ {
2548
+ "name": "plausible",
2549
+ "description": "Plausible analytics for Vue.js and Nuxt",
2550
+ "repo": "moritzsternemann/vue-plausible",
2551
+ "npm": "vue-plausible",
2552
+ "icon": "plausible.png",
2553
+ "github": "https://github.com/moritzsternemann/vue-plausible",
2554
+ "website": "https://github.com/moritzsternemann/vue-plausible",
2555
+ "learn_more": "",
2556
+ "category": "Analytics",
2557
+ "type": "3rd-party",
2558
+ "maintainers": [
2559
+ {
2560
+ "name": "moritzsternemann",
2561
+ "github": "moritzsternemann"
2562
+ }
2563
+ ],
2564
+ "compatibility": {
2565
+ "nuxt": "^2.0.0",
2566
+ "requires": {}
2567
+ }
1643
2568
  },
1644
2569
  {
1645
2570
  "name": "precompress",
@@ -1655,10 +2580,13 @@
1655
2580
  "maintainers": [
1656
2581
  {
1657
2582
  "name": "frenchrabbit",
1658
- "github": "frenchrabbit",
1659
- "avatar": "https://github.com/frenchrabbit.png"
2583
+ "github": "frenchrabbit"
1660
2584
  }
1661
- ]
2585
+ ],
2586
+ "compatibility": {
2587
+ "nuxt": "^2.0.0",
2588
+ "requires": {}
2589
+ }
1662
2590
  },
1663
2591
  {
1664
2592
  "name": "prismic",
@@ -1667,7 +2595,7 @@
1667
2595
  "npm": "@nuxtjs/prismic",
1668
2596
  "icon": "prismic.png",
1669
2597
  "github": "https://github.com/nuxt-community/prismic-module",
1670
- "website": "https://github.com/nuxt-community/prismic-module",
2598
+ "website": "https://prismic.nuxtjs.org",
1671
2599
  "learn_more": "https://prismic.io/",
1672
2600
  "category": "CMS",
1673
2601
  "type": "community",
@@ -1675,21 +2603,22 @@
1675
2603
  {
1676
2604
  "name": "Sébastien Chopin",
1677
2605
  "github": "Atinux",
1678
- "twitter": "Atinux",
1679
- "avatar": "https://github.com/Atinux.png"
2606
+ "twitter": "Atinux"
1680
2607
  },
1681
2608
  {
1682
2609
  "name": "lihbr",
1683
2610
  "github": "lihbr",
1684
- "twitter": "li_hbr",
1685
- "avatar": "https://github.com/lihbr.png"
2611
+ "twitter": "li_hbr"
1686
2612
  },
1687
2613
  {
1688
2614
  "name": "James Pegg",
1689
- "github": "jamespegg",
1690
- "avatar": "https://github.com/jamespegg.png"
2615
+ "github": "jamespegg"
1691
2616
  }
1692
- ]
2617
+ ],
2618
+ "compatibility": {
2619
+ "nuxt": "^2.0.0",
2620
+ "requires": {}
2621
+ }
1693
2622
  },
1694
2623
  {
1695
2624
  "name": "protected-mailto",
@@ -1705,10 +2634,13 @@
1705
2634
  "maintainers": [
1706
2635
  {
1707
2636
  "name": "mmoollllee",
1708
- "github": "mmoollllee",
1709
- "avatar": "https://github.com/mmoollllee.png"
2637
+ "github": "mmoollllee"
1710
2638
  }
1711
- ]
2639
+ ],
2640
+ "compatibility": {
2641
+ "nuxt": "^2.0.0",
2642
+ "requires": {}
2643
+ }
1712
2644
  },
1713
2645
  {
1714
2646
  "name": "proxy",
@@ -1725,10 +2657,13 @@
1725
2657
  {
1726
2658
  "name": "Pooya Parsa",
1727
2659
  "github": "pi0",
1728
- "twitter": "_pi0_",
1729
- "avatar": "https://github.com/pi0.png"
2660
+ "twitter": "_pi0_"
1730
2661
  }
1731
- ]
2662
+ ],
2663
+ "compatibility": {
2664
+ "nuxt": "^2.0.0",
2665
+ "requires": {}
2666
+ }
1732
2667
  },
1733
2668
  {
1734
2669
  "name": "prune-html",
@@ -1743,11 +2678,15 @@
1743
2678
  "type": "3rd-party",
1744
2679
  "maintainers": [
1745
2680
  {
1746
- "name": "LuXDAmore",
2681
+ "name": "Luca Iaconelli",
1747
2682
  "github": "LuXDAmore",
1748
- "avatar": "https://github.com/LuXDAmore.png"
2683
+ "twitter": "luxdamore"
1749
2684
  }
1750
- ]
2685
+ ],
2686
+ "compatibility": {
2687
+ "nuxt": "^2.0.0",
2688
+ "requires": {}
2689
+ }
1751
2690
  },
1752
2691
  {
1753
2692
  "name": "purgecss",
@@ -1763,14 +2702,17 @@
1763
2702
  "maintainers": [
1764
2703
  {
1765
2704
  "name": "Developmint",
1766
- "github": "Developmint",
1767
- "avatar": "https://github.com/Developmint.png"
2705
+ "github": "Developmint"
1768
2706
  }
1769
- ]
2707
+ ],
2708
+ "compatibility": {
2709
+ "nuxt": "^2.0.0",
2710
+ "requires": {}
2711
+ }
1770
2712
  },
1771
2713
  {
1772
2714
  "name": "pwa",
1773
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your apps performance.",
2715
+ "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
1774
2716
  "repo": "nuxt-community/pwa-module",
1775
2717
  "npm": "@nuxtjs/pwa",
1776
2718
  "icon": "pwa.png",
@@ -1783,10 +2725,15 @@
1783
2725
  {
1784
2726
  "name": "Pooya Parsa",
1785
2727
  "github": "pi0",
1786
- "twitter": "_pi0_",
1787
- "avatar": "https://github.com/pi0.png"
2728
+ "twitter": "_pi0_"
2729
+ }
2730
+ ],
2731
+ "compatibility": {
2732
+ "nuxt": "^2.0.0",
2733
+ "requires": {
2734
+ "bridge": "optional"
1788
2735
  }
1789
- ]
2736
+ }
1790
2737
  },
1791
2738
  {
1792
2739
  "name": "python",
@@ -1797,15 +2744,18 @@
1797
2744
  "github": "https://github.com/nuxt-community/python-module",
1798
2745
  "website": "https://github.com/nuxt-community/python-module",
1799
2746
  "learn_more": "https://www.python.org/",
1800
- "category": "Devtools",
2747
+ "category": "Extensions",
1801
2748
  "type": "community",
1802
2749
  "maintainers": [
1803
2750
  {
1804
2751
  "name": "Sebastian Silva",
1805
- "github": "icarito",
1806
- "avatar": "https://github.com/icarito.png"
2752
+ "github": "icarito"
1807
2753
  }
1808
- ]
2754
+ ],
2755
+ "compatibility": {
2756
+ "nuxt": "^2.0.0",
2757
+ "requires": {}
2758
+ }
1809
2759
  },
1810
2760
  {
1811
2761
  "name": "recaptcha",
@@ -1821,10 +2771,13 @@
1821
2771
  "maintainers": [
1822
2772
  {
1823
2773
  "name": "mvrlin",
1824
- "github": "mvrlin",
1825
- "avatar": "https://github.com/mvrlin.png"
2774
+ "github": "mvrlin"
1826
2775
  }
1827
- ]
2776
+ ],
2777
+ "compatibility": {
2778
+ "nuxt": "^2.0.0",
2779
+ "requires": {}
2780
+ }
1828
2781
  },
1829
2782
  {
1830
2783
  "name": "redirect",
@@ -1841,10 +2794,13 @@
1841
2794
  {
1842
2795
  "name": "Alexander Lichter",
1843
2796
  "github": "manniL",
1844
- "twitter": "TheAlexLichter",
1845
- "avatar": "https://github.com/manniL.png"
2797
+ "twitter": "TheAlexLichter"
1846
2798
  }
1847
- ]
2799
+ ],
2800
+ "compatibility": {
2801
+ "nuxt": "^2.0.0",
2802
+ "requires": {}
2803
+ }
1848
2804
  },
1849
2805
  {
1850
2806
  "name": "rfg-icon",
@@ -1855,15 +2811,18 @@
1855
2811
  "github": "https://github.com/pimlie/nuxt-rfg-icon",
1856
2812
  "website": "https://github.com/pimlie/nuxt-rfg-icon",
1857
2813
  "learn_more": "https://realfavicongenerator.net/",
1858
- "category": "Devtools",
2814
+ "category": "SEO",
1859
2815
  "type": "3rd-party",
1860
2816
  "maintainers": [
1861
2817
  {
1862
2818
  "name": "pimlie",
1863
- "github": "pimlie",
1864
- "avatar": "https://github.com/pimlie.png"
2819
+ "github": "pimlie"
1865
2820
  }
1866
- ]
2821
+ ],
2822
+ "compatibility": {
2823
+ "nuxt": "^2.0.0",
2824
+ "requires": {}
2825
+ }
1867
2826
  },
1868
2827
  {
1869
2828
  "name": "robots",
@@ -1879,10 +2838,13 @@
1879
2838
  "maintainers": [
1880
2839
  {
1881
2840
  "name": "Ricardo Gobbo de Souza",
1882
- "github": "ricardogobbosouza",
1883
- "avatar": "https://github.com/ricardogobbosouza.png"
2841
+ "github": "ricardogobbosouza"
1884
2842
  }
1885
- ]
2843
+ ],
2844
+ "compatibility": {
2845
+ "nuxt": "^2.0.0",
2846
+ "requires": {}
2847
+ }
1886
2848
  },
1887
2849
  {
1888
2850
  "name": "rollbar",
@@ -1898,10 +2860,13 @@
1898
2860
  "maintainers": [
1899
2861
  {
1900
2862
  "name": "Gaël Reyrol",
1901
- "github": "gaelreyrol",
1902
- "avatar": "https://github.com/gaelreyrol.png"
2863
+ "github": "gaelreyrol"
1903
2864
  }
1904
- ]
2865
+ ],
2866
+ "compatibility": {
2867
+ "nuxt": "^2.0.0",
2868
+ "requires": {}
2869
+ }
1905
2870
  },
1906
2871
  {
1907
2872
  "name": "router-extras",
@@ -1912,16 +2877,19 @@
1912
2877
  "github": "https://github.com/nuxt-community/router-extras-module",
1913
2878
  "website": "https://github.com/nuxt-community/router-extras-module",
1914
2879
  "learn_more": "",
1915
- "category": "Devtools",
2880
+ "category": "Extensions",
1916
2881
  "type": "community",
1917
2882
  "maintainers": [
1918
2883
  {
1919
2884
  "name": "Ahad Birang",
1920
2885
  "github": "farnabaz",
1921
- "twitter": "a_birang",
1922
- "avatar": "https://github.com/farnabaz.png"
2886
+ "twitter": "a_birang"
1923
2887
  }
1924
- ]
2888
+ ],
2889
+ "compatibility": {
2890
+ "nuxt": "^2.0.0",
2891
+ "requires": {}
2892
+ }
1925
2893
  },
1926
2894
  {
1927
2895
  "name": "router",
@@ -1932,16 +2900,19 @@
1932
2900
  "github": "https://github.com/nuxt-community/router-module",
1933
2901
  "website": "https://github.com/nuxt-community/router-module",
1934
2902
  "learn_more": "",
1935
- "category": "Devtools",
2903
+ "category": "Extensions",
1936
2904
  "type": "community",
1937
2905
  "maintainers": [
1938
2906
  {
1939
2907
  "name": "Sébastien Chopin",
1940
2908
  "github": "Atinux",
1941
- "twitter": "Atinux",
1942
- "avatar": "https://github.com/Atinux.png"
2909
+ "twitter": "Atinux"
1943
2910
  }
1944
- ]
2911
+ ],
2912
+ "compatibility": {
2913
+ "nuxt": "^2.0.0",
2914
+ "requires": {}
2915
+ }
1945
2916
  },
1946
2917
  {
1947
2918
  "name": "sanity",
@@ -1958,10 +2929,13 @@
1958
2929
  {
1959
2930
  "name": "Daniel Roe",
1960
2931
  "github": "danielroe",
1961
- "twitter": "danielcroe",
1962
- "avatar": "https://github.com/danielroe.png"
2932
+ "twitter": "danielcroe"
1963
2933
  }
1964
- ]
2934
+ ],
2935
+ "compatibility": {
2936
+ "nuxt": "^2.0.0",
2937
+ "requires": {}
2938
+ }
1965
2939
  },
1966
2940
  {
1967
2941
  "name": "scss-to-js",
@@ -1977,10 +2951,13 @@
1977
2951
  "maintainers": [
1978
2952
  {
1979
2953
  "name": "sugoidesune",
1980
- "github": "sugoidesune",
1981
- "avatar": "https://github.com/sugoidesune.png"
2954
+ "github": "sugoidesune"
1982
2955
  }
1983
- ]
2956
+ ],
2957
+ "compatibility": {
2958
+ "nuxt": "^2.0.0",
2959
+ "requires": {}
2960
+ }
1984
2961
  },
1985
2962
  {
1986
2963
  "name": "segment",
@@ -1996,10 +2973,13 @@
1996
2973
  "maintainers": [
1997
2974
  {
1998
2975
  "name": "dansmaculotte",
1999
- "github": "dansmaculotte",
2000
- "avatar": "https://github.com/dansmaculotte.png"
2976
+ "github": "dansmaculotte"
2001
2977
  }
2002
- ]
2978
+ ],
2979
+ "compatibility": {
2980
+ "nuxt": "^2.0.0",
2981
+ "requires": {}
2982
+ }
2003
2983
  },
2004
2984
  {
2005
2985
  "name": "sentry",
@@ -2008,17 +2988,43 @@
2008
2988
  "npm": "@nuxtjs/sentry",
2009
2989
  "icon": "sentry.png",
2010
2990
  "github": "https://github.com/nuxt-community/sentry-module",
2011
- "website": "https://github.com/nuxt-community/sentry-module",
2991
+ "website": "https://sentry.nuxtjs.org/",
2012
2992
  "learn_more": "https://sentry.io/welcome/",
2013
2993
  "category": "Monitoring",
2014
2994
  "type": "community",
2015
2995
  "maintainers": [
2016
2996
  {
2017
2997
  "name": "Rafał Chłodnicki",
2018
- "github": "rchl",
2019
- "avatar": "https://github.com/rchl.png"
2998
+ "github": "rchl"
2999
+ }
3000
+ ],
3001
+ "compatibility": {
3002
+ "nuxt": "^2.0.0",
3003
+ "requires": {}
3004
+ }
3005
+ },
3006
+ {
3007
+ "name": "seo-meta",
3008
+ "description": "Simple generate seo metadata",
3009
+ "repo": "ihavecoke/nuxtjs-seo-meta",
3010
+ "npm": "nuxt-seo-meta",
3011
+ "icon": "",
3012
+ "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3013
+ "website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
3014
+ "learn_more": "",
3015
+ "category": "SEO",
3016
+ "type": "3rd-party",
3017
+ "maintainers": [
3018
+ {
3019
+ "name": "ihavecoke",
3020
+ "github": "ihavecoke",
3021
+ "avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
2020
3022
  }
2021
- ]
3023
+ ],
3024
+ "compatibility": {
3025
+ "nuxt": "^2.0.0",
3026
+ "requires": {}
3027
+ }
2022
3028
  },
2023
3029
  {
2024
3030
  "name": "seomatic-meta",
@@ -2034,10 +3040,13 @@
2034
3040
  "maintainers": [
2035
3041
  {
2036
3042
  "name": "ben-rogerson",
2037
- "github": "ben-rogerson",
2038
- "avatar": "https://github.com/ben-rogerson.png"
3043
+ "github": "ben-rogerson"
2039
3044
  }
2040
- ]
3045
+ ],
3046
+ "compatibility": {
3047
+ "nuxt": "^2.0.0",
3048
+ "requires": {}
3049
+ }
2041
3050
  },
2042
3051
  {
2043
3052
  "name": "separate-env",
@@ -2048,16 +3057,19 @@
2048
3057
  "github": "https://github.com/nuxt-community/separate-env-module",
2049
3058
  "website": "https://github.com/nuxt-community/separate-env-module",
2050
3059
  "learn_more": "",
2051
- "category": "Devtools",
3060
+ "category": "Extensions",
2052
3061
  "type": "community",
2053
3062
  "maintainers": [
2054
3063
  {
2055
3064
  "name": "Alexander Lichter",
2056
3065
  "github": "manniL",
2057
- "twitter": "TheAlexLichter",
2058
- "avatar": "https://github.com/manniL.png"
3066
+ "twitter": "TheAlexLichter"
2059
3067
  }
2060
- ]
3068
+ ],
3069
+ "compatibility": {
3070
+ "nuxt": "^2.0.0",
3071
+ "requires": {}
3072
+ }
2061
3073
  },
2062
3074
  {
2063
3075
  "name": "shopify",
@@ -2073,10 +3085,13 @@
2073
3085
  "maintainers": [
2074
3086
  {
2075
3087
  "name": "Gomah",
2076
- "github": "Gomah",
2077
- "avatar": "https://github.com/Gomah.png"
3088
+ "github": "Gomah"
2078
3089
  }
2079
- ]
3090
+ ],
3091
+ "compatibility": {
3092
+ "nuxt": "^2.0.0",
3093
+ "requires": {}
3094
+ }
2080
3095
  },
2081
3096
  {
2082
3097
  "name": "simple-line-icons",
@@ -2092,10 +3107,13 @@
2092
3107
  "maintainers": [
2093
3108
  {
2094
3109
  "name": "vaso2",
2095
- "github": "vaso2",
2096
- "avatar": "https://github.com/vaso2.png"
3110
+ "github": "vaso2"
2097
3111
  }
2098
- ]
3112
+ ],
3113
+ "compatibility": {
3114
+ "nuxt": "^2.0.0",
3115
+ "requires": {}
3116
+ }
2099
3117
  },
2100
3118
  {
2101
3119
  "name": "sitemap",
@@ -2104,7 +3122,7 @@
2104
3122
  "npm": "@nuxtjs/sitemap",
2105
3123
  "icon": "",
2106
3124
  "github": "https://github.com/nuxt-community/sitemap-module#dev",
2107
- "website": "https://github.com/nuxt-community/sitemap-module#dev",
3125
+ "website": "https://sitemap.nuxtjs.org",
2108
3126
  "learn_more": "",
2109
3127
  "category": "SEO",
2110
3128
  "type": "community",
@@ -2112,10 +3130,36 @@
2112
3130
  {
2113
3131
  "name": "Nicolas PENNEC",
2114
3132
  "github": "NicoPennec",
2115
- "twitter": "NicoPennec",
2116
- "avatar": "https://github.com/NicoPennec.png"
3133
+ "twitter": "NicoPennec"
3134
+ }
3135
+ ],
3136
+ "compatibility": {
3137
+ "nuxt": "^2.0.0",
3138
+ "requires": {}
3139
+ }
3140
+ },
3141
+ {
3142
+ "name": "snipcart",
3143
+ "description": "Snipcart integration module for Nuxt.js",
3144
+ "repo": "nuxt-community/snipcart-module",
3145
+ "npm": "@nuxtjs/snipcart",
3146
+ "icon": "snipcart.png",
3147
+ "github": "https://github.com/nuxt-community/snipcart-module",
3148
+ "website": "https://github.com/nuxt-community/snipcart-module",
3149
+ "learn_more": "",
3150
+ "category": "Payment",
3151
+ "type": "community",
3152
+ "maintainers": [
3153
+ {
3154
+ "name": "Florent GIRAUD",
3155
+ "github": "f3ltron",
3156
+ "twitter": "giraud_florent"
2117
3157
  }
2118
- ]
3158
+ ],
3159
+ "compatibility": {
3160
+ "nuxt": "^2.0.0",
3161
+ "requires": {}
3162
+ }
2119
3163
  },
2120
3164
  {
2121
3165
  "name": "social-meta",
@@ -2131,10 +3175,13 @@
2131
3175
  "maintainers": [
2132
3176
  {
2133
3177
  "name": "AlekseyPleshkov",
2134
- "github": "AlekseyPleshkov",
2135
- "avatar": "https://github.com/AlekseyPleshkov.png"
3178
+ "github": "AlekseyPleshkov"
2136
3179
  }
2137
- ]
3180
+ ],
3181
+ "compatibility": {
3182
+ "nuxt": "^2.0.0",
3183
+ "requires": {}
3184
+ }
2138
3185
  },
2139
3186
  {
2140
3187
  "name": "socket-io",
@@ -2150,10 +3197,13 @@
2150
3197
  "maintainers": [
2151
3198
  {
2152
3199
  "name": "richardeschloss",
2153
- "github": "richardeschloss",
2154
- "avatar": "https://github.com/richardeschloss.png"
3200
+ "github": "richardeschloss"
2155
3201
  }
2156
- ]
3202
+ ],
3203
+ "compatibility": {
3204
+ "nuxt": "^2.0.0",
3205
+ "requires": {}
3206
+ }
2157
3207
  },
2158
3208
  {
2159
3209
  "name": "speedcurve",
@@ -2170,10 +3220,46 @@
2170
3220
  {
2171
3221
  "name": "Josh Deltener",
2172
3222
  "github": "hecktarzuli",
2173
- "twitter": "JoshDeltener",
2174
- "avatar": "https://github.com/hecktarzuli.png"
3223
+ "twitter": "JoshDeltener"
3224
+ }
3225
+ ],
3226
+ "compatibility": {
3227
+ "nuxt": "^2.0.0",
3228
+ "requires": {}
3229
+ }
3230
+ },
3231
+ {
3232
+ "name": "speedkit",
3233
+ "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
3234
+ "repo": "GrabarzUndPartner/nuxt-speedkit",
3235
+ "npm": "nuxt-speedkit",
3236
+ "icon": "speedkit.png",
3237
+ "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
3238
+ "website": "https://nuxt-speedkit.grabarzundpartner.dev",
3239
+ "learn_more": "",
3240
+ "category": "Performance",
3241
+ "type": "3rd-party",
3242
+ "maintainers": [
3243
+ {
3244
+ "name": "Stephan Gerbeth",
3245
+ "github": "StephanGerbeth",
3246
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3247
+ },
3248
+ {
3249
+ "name": "Thorn Walli",
3250
+ "github": "ThornWalli",
3251
+ "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
3252
+ },
3253
+ {
3254
+ "name": "Grabarz & Partner",
3255
+ "github": "GrabarzUndPartner",
3256
+ "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
2175
3257
  }
2176
- ]
3258
+ ],
3259
+ "compatibility": {
3260
+ "nuxt": "^2.0.0",
3261
+ "requires": {}
3262
+ }
2177
3263
  },
2178
3264
  {
2179
3265
  "name": "storage",
@@ -2184,15 +3270,40 @@
2184
3270
  "github": "https://github.com/mazipan/nuxt-storage",
2185
3271
  "website": "https://github.com/mazipan/nuxt-storage",
2186
3272
  "learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
2187
- "category": "Devtools",
3273
+ "category": "Extensions",
2188
3274
  "type": "3rd-party",
2189
3275
  "maintainers": [
2190
3276
  {
2191
3277
  "name": "mazipan",
2192
- "github": "mazipan",
2193
- "avatar": "https://github.com/mazipan.png"
3278
+ "github": "mazipan"
3279
+ }
3280
+ ],
3281
+ "compatibility": {
3282
+ "nuxt": "^2.0.0",
3283
+ "requires": {}
3284
+ }
3285
+ },
3286
+ {
3287
+ "name": "storefront-ui",
3288
+ "description": "Storefront UI Module for Nuxt.js",
3289
+ "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
3290
+ "npm": "@storefront-ui/nuxt",
3291
+ "icon": "storefront-ui.svg",
3292
+ "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
3293
+ "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
3294
+ "learn_more": "https://docs.storefrontui.io/",
3295
+ "category": "UI",
3296
+ "type": "3rd-party",
3297
+ "maintainers": [
3298
+ {
3299
+ "name": "Jakub Andrzejewski",
3300
+ "github": "Baroshem"
2194
3301
  }
2195
- ]
3302
+ ],
3303
+ "compatibility": {
3304
+ "nuxt": "^2.0.0",
3305
+ "requires": {}
3306
+ }
2196
3307
  },
2197
3308
  {
2198
3309
  "name": "stories",
@@ -2208,16 +3319,19 @@
2208
3319
  "maintainers": [
2209
3320
  {
2210
3321
  "name": "richardeschloss",
2211
- "github": "richardeschloss",
2212
- "avatar": "https://github.com/richardeschloss.png"
3322
+ "github": "richardeschloss"
2213
3323
  }
2214
- ]
3324
+ ],
3325
+ "compatibility": {
3326
+ "nuxt": "^2.0.0",
3327
+ "requires": {}
3328
+ }
2215
3329
  },
2216
3330
  {
2217
3331
  "name": "storyblok",
2218
3332
  "description": "Storyblok Nuxt.js module",
2219
- "repo": "storyblok/storyblok-nuxt",
2220
- "npm": "storyblok-nuxt",
3333
+ "repo": "storyblok/storyblok-nuxt#master/lib",
3334
+ "npm": "@storyblok/nuxt",
2221
3335
  "icon": "storyblok.png",
2222
3336
  "github": "https://github.com/storyblok/storyblok-nuxt",
2223
3337
  "website": "https://github.com/storyblok/storyblok-nuxt",
@@ -2227,10 +3341,13 @@
2227
3341
  "maintainers": [
2228
3342
  {
2229
3343
  "name": "storyblok",
2230
- "github": "storyblok",
2231
- "avatar": "https://github.com/storyblok.png"
3344
+ "github": "storyblok"
2232
3345
  }
2233
- ]
3346
+ ],
3347
+ "compatibility": {
3348
+ "nuxt": "^2.0.0",
3349
+ "requires": {}
3350
+ }
2234
3351
  },
2235
3352
  {
2236
3353
  "name": "storybook",
@@ -2247,16 +3364,20 @@
2247
3364
  {
2248
3365
  "name": "Ahad Birang",
2249
3366
  "github": "farnabaz",
2250
- "twitter": "a_birang",
2251
- "avatar": "https://github.com/farnabaz.png"
3367
+ "twitter": "a_birang"
2252
3368
  },
2253
3369
  {
2254
3370
  "name": "Pooya Parsa",
2255
3371
  "github": "pi0",
2256
- "twitter": "_pi0_",
2257
- "avatar": "https://github.com/pi0.png"
3372
+ "twitter": "_pi0_"
3373
+ }
3374
+ ],
3375
+ "compatibility": {
3376
+ "nuxt": "^2.0.0",
3377
+ "requires": {
3378
+ "bridge": "optional"
2258
3379
  }
2259
- ]
3380
+ }
2260
3381
  },
2261
3382
  {
2262
3383
  "name": "strapi",
@@ -2273,16 +3394,18 @@
2273
3394
  {
2274
3395
  "name": "Benjamin Canac",
2275
3396
  "github": "benjamincanac",
2276
- "twitter": "benjamincanac",
2277
- "avatar": "https://github.com/benjamincanac.png"
3397
+ "twitter": "benjamincanac"
2278
3398
  },
2279
3399
  {
2280
3400
  "name": "Sébastien Chopin",
2281
3401
  "github": "Atinux",
2282
- "twitter": "Atinux",
2283
- "avatar": "https://github.com/Atinux.png"
3402
+ "twitter": "Atinux"
2284
3403
  }
2285
- ]
3404
+ ],
3405
+ "compatibility": {
3406
+ "nuxt": "^2.0.0",
3407
+ "requires": {}
3408
+ }
2286
3409
  },
2287
3410
  {
2288
3411
  "name": "stripe",
@@ -2298,10 +3421,13 @@
2298
3421
  "maintainers": [
2299
3422
  {
2300
3423
  "name": "WilliamDASILVA",
2301
- "github": "WilliamDASILVA",
2302
- "avatar": "https://github.com/WilliamDASILVA.png"
3424
+ "github": "WilliamDASILVA"
2303
3425
  }
2304
- ]
3426
+ ],
3427
+ "compatibility": {
3428
+ "nuxt": "^2.0.0",
3429
+ "requires": {}
3430
+ }
2305
3431
  },
2306
3432
  {
2307
3433
  "name": "style-resources",
@@ -2318,10 +3444,13 @@
2318
3444
  {
2319
3445
  "name": "Alexander Lichter",
2320
3446
  "github": "manniL",
2321
- "twitter": "TheAlexLichter",
2322
- "avatar": "https://github.com/manniL.png"
3447
+ "twitter": "TheAlexLichter"
2323
3448
  }
2324
- ]
3449
+ ],
3450
+ "compatibility": {
3451
+ "nuxt": "^2.0.0",
3452
+ "requires": {}
3453
+ }
2325
3454
  },
2326
3455
  {
2327
3456
  "name": "stylelint",
@@ -2337,10 +3466,36 @@
2337
3466
  "maintainers": [
2338
3467
  {
2339
3468
  "name": "Ricardo Gobbo de Souza",
2340
- "github": "ricardogobbosouza",
2341
- "avatar": "https://github.com/ricardogobbosouza.png"
3469
+ "github": "ricardogobbosouza"
3470
+ }
3471
+ ],
3472
+ "compatibility": {
3473
+ "nuxt": "^2.0.0",
3474
+ "requires": {}
3475
+ }
3476
+ },
3477
+ {
3478
+ "name": "supabase",
3479
+ "description": "A supa simple way to use Supabase with Nuxt",
3480
+ "repo": "supabase/nuxt-supabase",
3481
+ "npm": "nuxt-supabase",
3482
+ "icon": "supabase.png",
3483
+ "github": "https://github.com/supabase/nuxt-supabase",
3484
+ "website": "https://github.com/supabase/nuxt-supabase",
3485
+ "learn_more": "https://supabase.io",
3486
+ "category": "Database",
3487
+ "type": "3rd-party",
3488
+ "maintainers": [
3489
+ {
3490
+ "name": "Scott Robertson",
3491
+ "github": "scottrobertson",
3492
+ "twitter": "scottymeuk"
2342
3493
  }
2343
- ]
3494
+ ],
3495
+ "compatibility": {
3496
+ "nuxt": "^2.0.0",
3497
+ "requires": {}
3498
+ }
2344
3499
  },
2345
3500
  {
2346
3501
  "name": "svg-loader",
@@ -2351,15 +3506,18 @@
2351
3506
  "github": "https://github.com/Developmint/nuxt-svg-loader",
2352
3507
  "website": "https://github.com/Developmint/nuxt-svg-loader",
2353
3508
  "learn_more": "",
2354
- "category": "Devtools",
3509
+ "category": "Extensions",
2355
3510
  "type": "3rd-party",
2356
3511
  "maintainers": [
2357
3512
  {
2358
3513
  "name": "Developmint",
2359
- "github": "Developmint",
2360
- "avatar": "https://github.com/Developmint.png"
3514
+ "github": "Developmint"
2361
3515
  }
2362
- ]
3516
+ ],
3517
+ "compatibility": {
3518
+ "nuxt": "^2.0.0",
3519
+ "requires": {}
3520
+ }
2363
3521
  },
2364
3522
  {
2365
3523
  "name": "svg-sprite",
@@ -2370,16 +3528,19 @@
2370
3528
  "github": "https://github.com/nuxt-community/svg-sprite-module",
2371
3529
  "website": "https://github.com/nuxt-community/svg-sprite-module",
2372
3530
  "learn_more": "",
2373
- "category": "Devtools",
3531
+ "category": "UI",
2374
3532
  "type": "community",
2375
3533
  "maintainers": [
2376
3534
  {
2377
3535
  "name": "Ahad Birang",
2378
3536
  "github": "farnabaz",
2379
- "twitter": "a_birang",
2380
- "avatar": "https://github.com/farnabaz.png"
3537
+ "twitter": "a_birang"
2381
3538
  }
2382
- ]
3539
+ ],
3540
+ "compatibility": {
3541
+ "nuxt": "^2.0.0",
3542
+ "requires": {}
3543
+ }
2383
3544
  },
2384
3545
  {
2385
3546
  "name": "svg",
@@ -2390,15 +3551,18 @@
2390
3551
  "github": "https://github.com/nuxt-community/svg-module",
2391
3552
  "website": "https://github.com/nuxt-community/svg-module",
2392
3553
  "learn_more": "",
2393
- "category": "Devtools",
3554
+ "category": "Extensions",
2394
3555
  "type": "community",
2395
3556
  "maintainers": [
2396
3557
  {
2397
3558
  "name": "Sam Holmes",
2398
- "github": "sam3d",
2399
- "avatar": "https://github.com/sam3d.png"
3559
+ "github": "sam3d"
2400
3560
  }
2401
- ]
3561
+ ],
3562
+ "compatibility": {
3563
+ "nuxt": "^2.0.0",
3564
+ "requires": {}
3565
+ }
2402
3566
  },
2403
3567
  {
2404
3568
  "name": "sweetalert2",
@@ -2414,10 +3578,13 @@
2414
3578
  "maintainers": [
2415
3579
  {
2416
3580
  "name": "ImreC",
2417
- "github": "ImreC",
2418
- "avatar": "https://github.com/ImreC.png"
3581
+ "github": "ImreC"
2419
3582
  }
2420
- ]
3583
+ ],
3584
+ "compatibility": {
3585
+ "nuxt": "^2.0.0",
3586
+ "requires": {}
3587
+ }
2421
3588
  },
2422
3589
  {
2423
3590
  "name": "tailwindcss",
@@ -2434,10 +3601,36 @@
2434
3601
  {
2435
3602
  "name": "Sébastien Chopin",
2436
3603
  "github": "Atinux",
2437
- "twitter": "Atinux",
2438
- "avatar": "https://github.com/Atinux.png"
3604
+ "twitter": "Atinux"
3605
+ }
3606
+ ],
3607
+ "compatibility": {
3608
+ "nuxt": "^2.0.0",
3609
+ "requires": {}
3610
+ }
3611
+ },
3612
+ {
3613
+ "name": "tiktok-analytics",
3614
+ "description": "",
3615
+ "repo": "stickpro/nuxt-tiktok-analytics",
3616
+ "npm": "tiktok-analytics",
3617
+ "icon": "",
3618
+ "github": "https://github.com/stickpro/nuxt-tiktok-analytics",
3619
+ "website": "https://github.com/stickpro/nuxt-tiktok-analytics",
3620
+ "learn_more": "",
3621
+ "category": "Analytics",
3622
+ "type": "3rd-party",
3623
+ "maintainers": [
3624
+ {
3625
+ "name": "stickpro",
3626
+ "github": "stickpro",
3627
+ "avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
2439
3628
  }
2440
- ]
3629
+ ],
3630
+ "compatibility": {
3631
+ "nuxt": "^2.0.0",
3632
+ "requires": {}
3633
+ }
2441
3634
  },
2442
3635
  {
2443
3636
  "name": "toast",
@@ -2445,8 +3638,8 @@
2445
3638
  "repo": "nuxt-community/modules#master/packages/toast",
2446
3639
  "npm": "@nuxtjs/toast",
2447
3640
  "icon": "",
2448
- "github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
2449
- "website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
3641
+ "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
3642
+ "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
2450
3643
  "learn_more": "https://github.com/shakee93/vue-toasted",
2451
3644
  "category": "Libraries",
2452
3645
  "type": "community",
@@ -2454,10 +3647,35 @@
2454
3647
  {
2455
3648
  "name": "Pooya Parsa",
2456
3649
  "github": "pi0",
2457
- "twitter": "_pi0_",
2458
- "avatar": "https://github.com/pi0.png"
3650
+ "twitter": "_pi0_"
2459
3651
  }
2460
- ]
3652
+ ],
3653
+ "compatibility": {
3654
+ "nuxt": "^2.0.0",
3655
+ "requires": {}
3656
+ }
3657
+ },
3658
+ {
3659
+ "name": "twa",
3660
+ "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
3661
+ "repo": "tuarrep/nuxt-twa",
3662
+ "npm": "nuxt-twa",
3663
+ "icon": "",
3664
+ "github": "https://github.com/tuarrep/nuxt-twa",
3665
+ "website": "https://nuxt-twa.tuarrep.dev",
3666
+ "learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
3667
+ "category": "Performance",
3668
+ "type": "3rd-party",
3669
+ "maintainers": [
3670
+ {
3671
+ "name": "Nicolas Perraut",
3672
+ "github": "tuarrep"
3673
+ }
3674
+ ],
3675
+ "compatibility": {
3676
+ "nuxt": "^2.0.0",
3677
+ "requires": {}
3678
+ }
2461
3679
  },
2462
3680
  {
2463
3681
  "name": "typed-router",
@@ -2473,10 +3691,13 @@
2473
3691
  "maintainers": [
2474
3692
  {
2475
3693
  "name": "victorgarciaesgi",
2476
- "github": "victorgarciaesgi",
2477
- "avatar": "https://github.com/victorgarciaesgi.png"
3694
+ "github": "victorgarciaesgi"
2478
3695
  }
2479
- ]
3696
+ ],
3697
+ "compatibility": {
3698
+ "nuxt": "^2.0.0",
3699
+ "requires": {}
3700
+ }
2480
3701
  },
2481
3702
  {
2482
3703
  "name": "typescript-runtime",
@@ -2492,22 +3713,23 @@
2492
3713
  "maintainers": [
2493
3714
  {
2494
3715
  "name": "Kevin Marrec",
2495
- "github": "kevinmarrec",
2496
- "avatar": "https://github.com/kevinmarrec.png"
3716
+ "github": "kevinmarrec"
2497
3717
  },
2498
3718
  {
2499
3719
  "name": "Pooya Parsa",
2500
3720
  "github": "pi0",
2501
- "twitter": "_pi0_",
2502
- "avatar": "https://github.com/pi0.png"
3721
+ "twitter": "_pi0_"
2503
3722
  },
2504
3723
  {
2505
3724
  "name": "Daniel Roe",
2506
3725
  "github": "danielroe",
2507
- "twitter": "danielcroe",
2508
- "avatar": "https://github.com/danielroe.png"
3726
+ "twitter": "danielcroe"
2509
3727
  }
2510
- ]
3728
+ ],
3729
+ "compatibility": {
3730
+ "nuxt": "^2.0.0",
3731
+ "requires": {}
3732
+ }
2511
3733
  },
2512
3734
  {
2513
3735
  "name": "typescript",
@@ -2523,22 +3745,23 @@
2523
3745
  "maintainers": [
2524
3746
  {
2525
3747
  "name": "Kevin Marrec",
2526
- "github": "kevinmarrec",
2527
- "avatar": "https://github.com/kevinmarrec.png"
3748
+ "github": "kevinmarrec"
2528
3749
  },
2529
3750
  {
2530
3751
  "name": "Pooya Parsa",
2531
3752
  "github": "pi0",
2532
- "twitter": "_pi0_",
2533
- "avatar": "https://github.com/pi0.png"
3753
+ "twitter": "_pi0_"
2534
3754
  },
2535
3755
  {
2536
3756
  "name": "Daniel Roe",
2537
3757
  "github": "danielroe",
2538
- "twitter": "danielcroe",
2539
- "avatar": "https://github.com/danielroe.png"
3758
+ "twitter": "danielcroe"
2540
3759
  }
2541
- ]
3760
+ ],
3761
+ "compatibility": {
3762
+ "nuxt": "^2.0.0",
3763
+ "requires": {}
3764
+ }
2542
3765
  },
2543
3766
  {
2544
3767
  "name": "universal-storage",
@@ -2549,22 +3772,50 @@
2549
3772
  "github": "https://github.com/nuxt-community/universal-storage-module",
2550
3773
  "website": "https://github.com/nuxt-community/universal-storage-module",
2551
3774
  "learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
2552
- "category": "Devtools",
3775
+ "category": "Extensions",
2553
3776
  "type": "community",
2554
3777
  "maintainers": [
2555
3778
  {
2556
3779
  "name": "Pooya Parsa",
2557
3780
  "github": "pi0",
2558
- "twitter": "_pi0_",
2559
- "avatar": "https://github.com/pi0.png"
3781
+ "twitter": "_pi0_"
2560
3782
  },
2561
3783
  {
2562
3784
  "name": "Farzad Soltani",
2563
3785
  "github": "farzadso",
2564
- "twitter": "farzadso",
2565
- "avatar": "https://github.com/farzadso.png"
3786
+ "twitter": "farzadso"
3787
+ }
3788
+ ],
3789
+ "compatibility": {
3790
+ "nuxt": "^2.0.0",
3791
+ "requires": {}
3792
+ }
3793
+ },
3794
+ {
3795
+ "name": "unocss",
3796
+ "description": "The instant on-demand atomic CSS engine.",
3797
+ "repo": "antfu/unocss#main/packages/nuxt",
3798
+ "npm": "@unocss/nuxt",
3799
+ "icon": "unocss.svg",
3800
+ "github": "https://github.com/antfu/unocss",
3801
+ "website": "https://github.com/antfu/unocss",
3802
+ "learn_more": "https://github.com/antfu/unocss",
3803
+ "category": "UI",
3804
+ "type": "3rd-party",
3805
+ "maintainers": [
3806
+ {
3807
+ "name": "Anthony Fu",
3808
+ "github": "antfu",
3809
+ "twitter": "antfu7",
3810
+ "avatar": "https://avatars.githubusercontent.com/antfu?v=4"
3811
+ }
3812
+ ],
3813
+ "compatibility": {
3814
+ "nuxt": "^2.0.0 || ^3.0.0",
3815
+ "requires": {
3816
+ "bridge": "optional"
2566
3817
  }
2567
- ]
3818
+ }
2568
3819
  },
2569
3820
  {
2570
3821
  "name": "user-agent",
@@ -2575,15 +3826,18 @@
2575
3826
  "github": "https://github.com/fukuiretu/nuxt-user-agent",
2576
3827
  "website": "https://github.com/fukuiretu/nuxt-user-agent",
2577
3828
  "learn_more": "",
2578
- "category": "Devtools",
3829
+ "category": "Extensions",
2579
3830
  "type": "3rd-party",
2580
3831
  "maintainers": [
2581
3832
  {
2582
3833
  "name": "fukuiretu",
2583
- "github": "fukuiretu",
2584
- "avatar": "https://github.com/fukuiretu.png"
3834
+ "github": "fukuiretu"
2585
3835
  }
2586
- ]
3836
+ ],
3837
+ "compatibility": {
3838
+ "nuxt": "^2.0.0",
3839
+ "requires": {}
3840
+ }
2587
3841
  },
2588
3842
  {
2589
3843
  "name": "validate",
@@ -2599,10 +3853,13 @@
2599
3853
  "maintainers": [
2600
3854
  {
2601
3855
  "name": "lewyuburi",
2602
- "github": "lewyuburi",
2603
- "avatar": "https://github.com/lewyuburi.png"
3856
+ "github": "lewyuburi"
2604
3857
  }
2605
- ]
3858
+ ],
3859
+ "compatibility": {
3860
+ "nuxt": "^2.0.0",
3861
+ "requires": {}
3862
+ }
2606
3863
  },
2607
3864
  {
2608
3865
  "name": "vendor",
@@ -2613,16 +3870,19 @@
2613
3870
  "github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
2614
3871
  "website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
2615
3872
  "learn_more": "",
2616
- "category": "Devtools",
3873
+ "category": "Extensions",
2617
3874
  "type": "community",
2618
3875
  "maintainers": [
2619
3876
  {
2620
3877
  "name": "Pooya Parsa",
2621
3878
  "github": "pi0",
2622
- "twitter": "_pi0_",
2623
- "avatar": "https://github.com/pi0.png"
3879
+ "twitter": "_pi0_"
2624
3880
  }
2625
- ]
3881
+ ],
3882
+ "compatibility": {
3883
+ "nuxt": "^2.0.0",
3884
+ "requires": {}
3885
+ }
2626
3886
  },
2627
3887
  {
2628
3888
  "name": "vue-material",
@@ -2638,10 +3898,13 @@
2638
3898
  "maintainers": [
2639
3899
  {
2640
3900
  "name": "vaso2",
2641
- "github": "vaso2",
2642
- "avatar": "https://github.com/vaso2.png"
3901
+ "github": "vaso2"
2643
3902
  }
2644
- ]
3903
+ ],
3904
+ "compatibility": {
3905
+ "nuxt": "^2.0.0",
3906
+ "requires": {}
3907
+ }
2645
3908
  },
2646
3909
  {
2647
3910
  "name": "vue-multiselect",
@@ -2657,10 +3920,13 @@
2657
3920
  "maintainers": [
2658
3921
  {
2659
3922
  "name": "spektrummedia",
2660
- "github": "spektrummedia",
2661
- "avatar": "https://github.com/spektrummedia.png"
3923
+ "github": "spektrummedia"
2662
3924
  }
2663
- ]
3925
+ ],
3926
+ "compatibility": {
3927
+ "nuxt": "^2.0.0",
3928
+ "requires": {}
3929
+ }
2664
3930
  },
2665
3931
  {
2666
3932
  "name": "vue-select",
@@ -2676,29 +3942,36 @@
2676
3942
  "maintainers": [
2677
3943
  {
2678
3944
  "name": "madmod",
2679
- "github": "madmod",
2680
- "avatar": "https://github.com/madmod.png"
3945
+ "github": "madmod"
2681
3946
  }
2682
- ]
3947
+ ],
3948
+ "compatibility": {
3949
+ "nuxt": "^2.0.0",
3950
+ "requires": {}
3951
+ }
2683
3952
  },
2684
3953
  {
2685
3954
  "name": "vue-warehouse",
2686
3955
  "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
2687
- "repo": "bazzite/vue-warehouse",
3956
+ "repo": "juliomrqz/vue-warehouse",
2688
3957
  "npm": "vue-warehouse",
2689
3958
  "icon": "",
2690
- "github": "https://github.com/bazzite/vue-warehouse",
3959
+ "github": "https://github.com/juliomrqz/vue-warehouse",
2691
3960
  "website": "https://marquez.co/docs/vue-warehouse",
2692
3961
  "learn_more": "",
2693
3962
  "category": "Libraries",
2694
3963
  "type": "3rd-party",
2695
3964
  "maintainers": [
2696
3965
  {
2697
- "name": "bazzite",
2698
- "github": "bazzite",
2699
- "avatar": "https://github.com/bazzite.png"
3966
+ "name": "Julio Marquez",
3967
+ "github": "juliomrqz",
3968
+ "twitter": "juliomrqz"
2700
3969
  }
2701
- ]
3970
+ ],
3971
+ "compatibility": {
3972
+ "nuxt": "^2.0.0",
3973
+ "requires": {}
3974
+ }
2702
3975
  },
2703
3976
  {
2704
3977
  "name": "vuetify",
@@ -2714,16 +3987,43 @@
2714
3987
  "maintainers": [
2715
3988
  {
2716
3989
  "name": "Kevin Marrec",
2717
- "github": "kevinmarrec",
2718
- "avatar": "https://github.com/kevinmarrec.png"
3990
+ "github": "kevinmarrec"
2719
3991
  },
2720
3992
  {
2721
3993
  "name": "Pooya Parsa",
2722
3994
  "github": "pi0",
2723
- "twitter": "_pi0_",
2724
- "avatar": "https://github.com/pi0.png"
3995
+ "twitter": "_pi0_"
3996
+ }
3997
+ ],
3998
+ "compatibility": {
3999
+ "nuxt": "^2.0.0",
4000
+ "requires": {}
4001
+ }
4002
+ },
4003
+ {
4004
+ "name": "vueuse",
4005
+ "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4006
+ "repo": "vueuse/vueuse#main/packages/core",
4007
+ "npm": "@vueuse/core",
4008
+ "icon": "vueuse.svg",
4009
+ "github": "https://github.com/vueuse/vueuse",
4010
+ "website": "https://vueuse.org",
4011
+ "learn_more": "https://github.com/vueuse/vueuse",
4012
+ "category": "Libraries",
4013
+ "type": "3rd-party",
4014
+ "maintainers": [
4015
+ {
4016
+ "name": "Anthony Fu",
4017
+ "github": "antfu",
4018
+ "twitter": "antfu7"
4019
+ }
4020
+ ],
4021
+ "compatibility": {
4022
+ "nuxt": "^2.0.0 || ^3.0.0",
4023
+ "requires": {
4024
+ "bridge": "optional"
2725
4025
  }
2726
- ]
4026
+ }
2727
4027
  },
2728
4028
  {
2729
4029
  "name": "vuex-router-sync",
@@ -2739,10 +4039,68 @@
2739
4039
  "maintainers": [
2740
4040
  {
2741
4041
  "name": "paulgv",
2742
- "github": "paulgv",
2743
- "avatar": "https://github.com/paulgv.png"
4042
+ "github": "paulgv"
2744
4043
  }
2745
- ]
4044
+ ],
4045
+ "compatibility": {
4046
+ "nuxt": "^2.0.0",
4047
+ "requires": {}
4048
+ }
4049
+ },
4050
+ {
4051
+ "name": "web-vitals",
4052
+ "description": "Web Vitals for Nuxt",
4053
+ "repo": "nuxt-community/web-vitals-module",
4054
+ "npm": "@nuxtjs/web-vitals",
4055
+ "icon": "",
4056
+ "github": "https://github.com/nuxt-community/web-vitals-module",
4057
+ "website": "https://github.com/nuxt-community/web-vitals-module",
4058
+ "learn_more": "",
4059
+ "category": "Performance",
4060
+ "type": "community",
4061
+ "maintainers": [
4062
+ {
4063
+ "name": "daliborgogic",
4064
+ "github": "daliborgogic"
4065
+ },
4066
+ {
4067
+ "name": "Pooya Parsa",
4068
+ "github": "pi0",
4069
+ "twitter": "_pi0_"
4070
+ },
4071
+ {
4072
+ "name": "Sebastien Chopin",
4073
+ "github": "Atinux",
4074
+ "twitter": "Atinux"
4075
+ }
4076
+ ],
4077
+ "compatibility": {
4078
+ "nuxt": "^2.0.0",
4079
+ "requires": {}
4080
+ }
4081
+ },
4082
+ {
4083
+ "name": "web3js",
4084
+ "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
4085
+ "repo": "fauzan121002/nuxt-web3",
4086
+ "npm": "nuxt-web3",
4087
+ "icon": "web3js.svg",
4088
+ "github": "https://github.com/fauzan121002/nuxt-web3",
4089
+ "website": "https://github.com/fauzan121002/nuxt-web3",
4090
+ "learn_more": "https://web3js.readthedocs.io/",
4091
+ "category": "Libraries",
4092
+ "type": "3rd-party",
4093
+ "maintainers": [
4094
+ {
4095
+ "name": "Muhammad Fauzan",
4096
+ "github": "fauzan121002",
4097
+ "twitter": "fauzandev"
4098
+ }
4099
+ ],
4100
+ "compatibility": {
4101
+ "nuxt": "^2.0.0",
4102
+ "requires": {}
4103
+ }
2746
4104
  },
2747
4105
  {
2748
4106
  "name": "webfontloader",
@@ -2758,10 +4116,37 @@
2758
4116
  "maintainers": [
2759
4117
  {
2760
4118
  "name": "Developmint",
2761
- "github": "Developmint",
2762
- "avatar": "https://github.com/Developmint.png"
4119
+ "github": "Developmint"
4120
+ }
4121
+ ],
4122
+ "compatibility": {
4123
+ "nuxt": "^2.0.0",
4124
+ "requires": {}
4125
+ }
4126
+ },
4127
+ {
4128
+ "name": "webpack-optimisations",
4129
+ "description": "Nuxt.js v2 module to automatically make your builds faster.",
4130
+ "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
4131
+ "npm": "nuxt-webpack-optimisations",
4132
+ "icon": "build-optimisations.svg",
4133
+ "github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4134
+ "website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
4135
+ "learn_more": "",
4136
+ "category": "Devtools",
4137
+ "type": "3rd-party",
4138
+ "maintainers": [
4139
+ {
4140
+ "name": "Harlan Wilton",
4141
+ "github": "harlan-zw"
2763
4142
  }
2764
- ]
4143
+ ],
4144
+ "compatibility": {
4145
+ "nuxt": "^2.0.0",
4146
+ "requires": {
4147
+ "bridge": "optional"
4148
+ }
4149
+ }
2765
4150
  },
2766
4151
  {
2767
4152
  "name": "webpack-profile",
@@ -2778,10 +4163,13 @@
2778
4163
  {
2779
4164
  "name": "Pooya Parsa",
2780
4165
  "github": "pi0",
2781
- "twitter": "_pi0_",
2782
- "avatar": "https://github.com/pi0.png"
4166
+ "twitter": "_pi0_"
2783
4167
  }
2784
- ]
4168
+ ],
4169
+ "compatibility": {
4170
+ "nuxt": "^2.0.0",
4171
+ "requires": {}
4172
+ }
2785
4173
  },
2786
4174
  {
2787
4175
  "name": "webpackdashboard",
@@ -2797,10 +4185,13 @@
2797
4185
  "maintainers": [
2798
4186
  {
2799
4187
  "name": "paulgv",
2800
- "github": "paulgv",
2801
- "avatar": "https://github.com/paulgv.png"
4188
+ "github": "paulgv"
2802
4189
  }
2803
- ]
4190
+ ],
4191
+ "compatibility": {
4192
+ "nuxt": "^2.0.0",
4193
+ "requires": {}
4194
+ }
2804
4195
  },
2805
4196
  {
2806
4197
  "name": "webpackmonitor",
@@ -2817,10 +4208,43 @@
2817
4208
  {
2818
4209
  "name": "Pooya Parsa",
2819
4210
  "github": "pi0",
2820
- "twitter": "_pi0_",
2821
- "avatar": "https://github.com/pi0.png"
4211
+ "twitter": "_pi0_"
4212
+ }
4213
+ ],
4214
+ "compatibility": {
4215
+ "nuxt": "^2.0.0",
4216
+ "requires": {}
4217
+ }
4218
+ },
4219
+ {
4220
+ "name": "windicss",
4221
+ "description": "Next generation utility-first CSS framework.",
4222
+ "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
4223
+ "npm": "nuxt-windicss",
4224
+ "icon": "windicss.svg",
4225
+ "github": "https://github.com/windicss/nuxt-windicss-module",
4226
+ "website": "https://github.com/windicss/nuxt-windicss-module",
4227
+ "learn_more": "https://windicss.org/",
4228
+ "category": "UI",
4229
+ "type": "3rd-party",
4230
+ "maintainers": [
4231
+ {
4232
+ "name": "Harlan Wilton",
4233
+ "github": "harlan-zw",
4234
+ "twitter": "harlan_zw"
4235
+ },
4236
+ {
4237
+ "name": "Anthony Fu",
4238
+ "github": "antfu",
4239
+ "twitter": "antfu7"
4240
+ }
4241
+ ],
4242
+ "compatibility": {
4243
+ "nuxt": "^2.0.0 || ^3.0.0",
4244
+ "requires": {
4245
+ "bridge": "optional"
2822
4246
  }
2823
- ]
4247
+ }
2824
4248
  },
2825
4249
  {
2826
4250
  "name": "winston-log",
@@ -2836,10 +4260,13 @@
2836
4260
  "maintainers": [
2837
4261
  {
2838
4262
  "name": "aaronransley",
2839
- "github": "aaronransley",
2840
- "avatar": "https://github.com/aaronransley.png"
4263
+ "github": "aaronransley"
2841
4264
  }
2842
- ]
4265
+ ],
4266
+ "compatibility": {
4267
+ "nuxt": "^2.0.0",
4268
+ "requires": {}
4269
+ }
2843
4270
  },
2844
4271
  {
2845
4272
  "name": "wp-nuxt",
@@ -2855,10 +4282,13 @@
2855
4282
  "maintainers": [
2856
4283
  {
2857
4284
  "name": "yashha",
2858
- "github": "yashha",
2859
- "avatar": "https://github.com/yashha.png"
4285
+ "github": "yashha"
2860
4286
  }
2861
- ]
4287
+ ],
4288
+ "compatibility": {
4289
+ "nuxt": "^2.0.0",
4290
+ "requires": {}
4291
+ }
2862
4292
  },
2863
4293
  {
2864
4294
  "name": "xhr-cache",
@@ -2874,10 +4304,13 @@
2874
4304
  "maintainers": [
2875
4305
  {
2876
4306
  "name": "gaetansenn",
2877
- "github": "gaetansenn",
2878
- "avatar": "https://github.com/gaetansenn.png"
4307
+ "github": "gaetansenn"
2879
4308
  }
2880
- ]
4309
+ ],
4310
+ "compatibility": {
4311
+ "nuxt": "^2.0.0",
4312
+ "requires": {}
4313
+ }
2881
4314
  },
2882
4315
  {
2883
4316
  "name": "xui",
@@ -2893,18 +4326,22 @@
2893
4326
  "maintainers": [
2894
4327
  {
2895
4328
  "name": "MetaCorp",
2896
- "github": "MetaCorp",
2897
- "avatar": "https://github.com/MetaCorp.png"
4329
+ "github": "MetaCorp"
2898
4330
  }
2899
- ]
4331
+ ],
4332
+ "compatibility": {
4333
+ "nuxt": "^2.0.0",
4334
+ "requires": {}
4335
+ }
2900
4336
  },
2901
4337
  {
2902
4338
  "name": "yandex-metrika",
2903
- "repo": "nuxt-community/modules#master/packages/yandex-metrika",
4339
+ "description": "Yandex metrika Module for Nuxt.js",
4340
+ "repo": "nuxt-community/yandex-metrika-module",
2904
4341
  "npm": "@nuxtjs/yandex-metrika",
2905
4342
  "icon": "",
2906
- "github": "https://github.com/nuxt-community/modules/tree/master/packages/yandex-metrika",
2907
- "website": "https://github.com/nuxt-community/modules/tree/master/packages/yandex-metrika",
4343
+ "github": "https://github.com/nuxt-community/yandex-metrika-module",
4344
+ "website": "https://github.com/nuxt-community/yandex-metrika-module",
2908
4345
  "learn_more": "https://metrica.yandex.com/about",
2909
4346
  "category": "Analytics",
2910
4347
  "type": "community",
@@ -2912,10 +4349,13 @@
2912
4349
  {
2913
4350
  "name": "Pooya Parsa",
2914
4351
  "github": "pi0",
2915
- "twitter": "_pi0_",
2916
- "avatar": "https://github.com/pi0.png"
4352
+ "twitter": "_pi0_"
2917
4353
  }
2918
- ]
4354
+ ],
4355
+ "compatibility": {
4356
+ "nuxt": "^2.0.0",
4357
+ "requires": {}
4358
+ }
2919
4359
  },
2920
4360
  {
2921
4361
  "name": "zendesk",
@@ -2931,9 +4371,12 @@
2931
4371
  "maintainers": [
2932
4372
  {
2933
4373
  "name": "DansMaCulotte",
2934
- "github": "DansMaCulotte",
2935
- "avatar": "https://github.com/DansMaCulotte.png"
4374
+ "github": "DansMaCulotte"
2936
4375
  }
2937
- ]
4376
+ ],
4377
+ "compatibility": {
4378
+ "nuxt": "^2.0.0",
4379
+ "requires": {}
4380
+ }
2938
4381
  }
2939
4382
  ]