@nuxt/modules 0.5.0-a55c47 → 0.5.0-b2be15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{dist/modules.json → modules.json} +1672 -760
- package/package.json +2 -52
- package/LICENSE +0 -21
- package/README.md +0 -91
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "ackee",
|
|
4
4
|
"description": "Nuxt.js module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
|
-
"npm": "
|
|
6
|
+
"npm": "",
|
|
7
7
|
"icon": "ackee.png",
|
|
8
8
|
"github": "https://github.com/bdrtsky/nuxt-ackee",
|
|
9
9
|
"website": "https://github.com/bdrtsky/nuxt-ackee",
|
|
@@ -13,22 +13,47 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "bdrtsky",
|
|
16
|
-
"github": "bdrtsky"
|
|
17
|
-
"avatar": "https://avatars3.githubusercontent.com/u/45076741?v=4"
|
|
16
|
+
"github": "bdrtsky"
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
"name": "Sebastien Chopin",
|
|
21
20
|
"github": "Atinux",
|
|
22
|
-
"twitter": "Atinux"
|
|
23
|
-
|
|
21
|
+
"twitter": "Atinux"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"compatibility": {
|
|
25
|
+
"nuxt": "^2.0.0",
|
|
26
|
+
"requires": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "agility-cms",
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt.js",
|
|
32
|
+
"repo": "agility/agilitycms-nuxt-module",
|
|
33
|
+
"npm": "",
|
|
34
|
+
"icon": "agility.png",
|
|
35
|
+
"github": "https://github.com/agility/agilitycms-nuxt-module",
|
|
36
|
+
"website": "https://github.com/agility/agilitycms-nuxt-module",
|
|
37
|
+
"learn_more": "https://help.agilitycms.com/hc/en-us/articles/360037500492",
|
|
38
|
+
"category": "CMS",
|
|
39
|
+
"type": "3rd-party",
|
|
40
|
+
"maintainers": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Joel Varty",
|
|
43
|
+
"github": "joelvarty",
|
|
44
|
+
"avatar": "https://avatars.githubusercontent.com/u/4520625?s=400&u=95fcb09b5ead7bb09fb9950e4e7a115a8a4377e8&v=4"
|
|
24
45
|
}
|
|
25
|
-
]
|
|
46
|
+
],
|
|
47
|
+
"compatibility": {
|
|
48
|
+
"nuxt": "^2.0.0",
|
|
49
|
+
"requires": {}
|
|
50
|
+
}
|
|
26
51
|
},
|
|
27
52
|
{
|
|
28
53
|
"name": "alias",
|
|
29
54
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
30
55
|
"repo": "kdydesign/nuxt-alias-module",
|
|
31
|
-
"npm": "
|
|
56
|
+
"npm": "",
|
|
32
57
|
"icon": "",
|
|
33
58
|
"github": "https://github.com/kdydesign/nuxt-alias-module",
|
|
34
59
|
"website": "https://github.com/kdydesign/nuxt-alias-module",
|
|
@@ -38,16 +63,19 @@
|
|
|
38
63
|
"maintainers": [
|
|
39
64
|
{
|
|
40
65
|
"name": "kdydesign",
|
|
41
|
-
"github": "kdydesign"
|
|
42
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
66
|
+
"github": "kdydesign"
|
|
43
67
|
}
|
|
44
|
-
]
|
|
68
|
+
],
|
|
69
|
+
"compatibility": {
|
|
70
|
+
"nuxt": "^2.0.0",
|
|
71
|
+
"requires": {}
|
|
72
|
+
}
|
|
45
73
|
},
|
|
46
74
|
{
|
|
47
75
|
"name": "amp",
|
|
48
76
|
"description": "AMP (Accelerated Mobile Pages) module for Nuxt",
|
|
49
77
|
"repo": "nuxt-community/amp-module",
|
|
50
|
-
"npm": "
|
|
78
|
+
"npm": "",
|
|
51
79
|
"icon": "amp.png",
|
|
52
80
|
"github": "https://github.com/nuxt-community/amp-module",
|
|
53
81
|
"website": "https://github.com/nuxt-community/amp-module",
|
|
@@ -58,16 +86,19 @@
|
|
|
58
86
|
{
|
|
59
87
|
"name": "Ahad Birang",
|
|
60
88
|
"github": "farnabaz",
|
|
61
|
-
"twitter": "a_birang"
|
|
62
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
89
|
+
"twitter": "a_birang"
|
|
63
90
|
}
|
|
64
|
-
]
|
|
91
|
+
],
|
|
92
|
+
"compatibility": {
|
|
93
|
+
"nuxt": "^2.0.0",
|
|
94
|
+
"requires": {}
|
|
95
|
+
}
|
|
65
96
|
},
|
|
66
97
|
{
|
|
67
98
|
"name": "animejs",
|
|
68
99
|
"description": "Anime.js module for Nuxt.js",
|
|
69
100
|
"repo": "ivodolenc/nuxt-animejs",
|
|
70
|
-
"npm": "
|
|
101
|
+
"npm": "",
|
|
71
102
|
"icon": "",
|
|
72
103
|
"github": "https://github.com/ivodolenc/nuxt-animejs",
|
|
73
104
|
"website": "https://github.com/ivodolenc/nuxt-animejs",
|
|
@@ -77,16 +108,43 @@
|
|
|
77
108
|
"maintainers": [
|
|
78
109
|
{
|
|
79
110
|
"name": "ivodolenc",
|
|
80
|
-
"github": "ivodolenc"
|
|
81
|
-
"avatar": "https://avatars.githubusercontent.com/u/51852491?v=4"
|
|
111
|
+
"github": "ivodolenc"
|
|
82
112
|
}
|
|
83
|
-
]
|
|
113
|
+
],
|
|
114
|
+
"compatibility": {
|
|
115
|
+
"nuxt": "^2.0.0",
|
|
116
|
+
"requires": {}
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "apis-to-file",
|
|
121
|
+
"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",
|
|
122
|
+
"repo": "Luxdamore/nuxt-apis-to-file",
|
|
123
|
+
"npm": "",
|
|
124
|
+
"icon": "",
|
|
125
|
+
"github": "https://github.com/LuXDAmore/nuxt-apis-to-file",
|
|
126
|
+
"website": "https://luxdamore.github.io/nuxt-apis-to-file/",
|
|
127
|
+
"learn_more": "",
|
|
128
|
+
"category": "Performance",
|
|
129
|
+
"type": "3rd-party",
|
|
130
|
+
"maintainers": [
|
|
131
|
+
{
|
|
132
|
+
"name": "Luca Iaconelli",
|
|
133
|
+
"github": "LuXDAmore",
|
|
134
|
+
"twitter": "luxdamore",
|
|
135
|
+
"avatar": "https://avatars0.githubusercontent.com/u/3841171?v=4"
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"compatibility": {
|
|
139
|
+
"nuxt": "^2.0.0",
|
|
140
|
+
"requires": {}
|
|
141
|
+
}
|
|
84
142
|
},
|
|
85
143
|
{
|
|
86
144
|
"name": "apollo",
|
|
87
145
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
88
146
|
"repo": "nuxt-community/apollo-module",
|
|
89
|
-
"npm": "
|
|
147
|
+
"npm": "",
|
|
90
148
|
"icon": "apollo.png",
|
|
91
149
|
"github": "https://github.com/nuxt-community/apollo-module",
|
|
92
150
|
"website": "https://github.com/nuxt-community/apollo-module",
|
|
@@ -96,21 +154,23 @@
|
|
|
96
154
|
"maintainers": [
|
|
97
155
|
{
|
|
98
156
|
"name": "Lam Kieu",
|
|
99
|
-
"github": "kieusonlam"
|
|
100
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13093313?v=4"
|
|
157
|
+
"github": "kieusonlam"
|
|
101
158
|
},
|
|
102
159
|
{
|
|
103
160
|
"name": "Dominic Garms",
|
|
104
|
-
"github": "dohomi"
|
|
105
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
161
|
+
"github": "dohomi"
|
|
106
162
|
}
|
|
107
|
-
]
|
|
163
|
+
],
|
|
164
|
+
"compatibility": {
|
|
165
|
+
"nuxt": "^2.0.0",
|
|
166
|
+
"requires": {}
|
|
167
|
+
}
|
|
108
168
|
},
|
|
109
169
|
{
|
|
110
170
|
"name": "applicationinsights",
|
|
111
171
|
"description": "AppInsights module for Nuxt.js",
|
|
112
172
|
"repo": "nuxt-community/applicationinsights-module",
|
|
113
|
-
"npm": "
|
|
173
|
+
"npm": "",
|
|
114
174
|
"icon": "application-insights.png",
|
|
115
175
|
"github": "https://github.com/nuxt-community/applicationinsights-module",
|
|
116
176
|
"website": "https://github.com/nuxt-community/applicationinsights-module",
|
|
@@ -120,16 +180,19 @@
|
|
|
120
180
|
"maintainers": [
|
|
121
181
|
{
|
|
122
182
|
"name": "Dmitry Molotkov",
|
|
123
|
-
"github": "aldarund"
|
|
124
|
-
"avatar": "https://avatars2.githubusercontent.com/u/571159?v=4"
|
|
183
|
+
"github": "aldarund"
|
|
125
184
|
}
|
|
126
|
-
]
|
|
185
|
+
],
|
|
186
|
+
"compatibility": {
|
|
187
|
+
"nuxt": "^2.0.0",
|
|
188
|
+
"requires": {}
|
|
189
|
+
}
|
|
127
190
|
},
|
|
128
191
|
{
|
|
129
192
|
"name": "appwrite",
|
|
130
193
|
"description": "Appwrite module for Nuxt",
|
|
131
194
|
"repo": "Hrdtr/nuxt-appwrite",
|
|
132
|
-
"npm": "
|
|
195
|
+
"npm": "",
|
|
133
196
|
"icon": "appwrite.png",
|
|
134
197
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
135
198
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
@@ -139,16 +202,19 @@
|
|
|
139
202
|
"maintainers": [
|
|
140
203
|
{
|
|
141
204
|
"name": "Hrdtr",
|
|
142
|
-
"github": "Hrdtr"
|
|
143
|
-
"avatar": "https://avatars0.githubusercontent.com/u/35950229?v=4"
|
|
205
|
+
"github": "Hrdtr"
|
|
144
206
|
}
|
|
145
|
-
]
|
|
207
|
+
],
|
|
208
|
+
"compatibility": {
|
|
209
|
+
"nuxt": "^2.0.0",
|
|
210
|
+
"requires": {}
|
|
211
|
+
}
|
|
146
212
|
},
|
|
147
213
|
{
|
|
148
214
|
"name": "auth",
|
|
149
215
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
150
216
|
"repo": "nuxt-community/auth-module",
|
|
151
|
-
"npm": "
|
|
217
|
+
"npm": "",
|
|
152
218
|
"icon": "auth.png",
|
|
153
219
|
"github": "https://github.com/nuxt-community/auth-module",
|
|
154
220
|
"website": "https://dev.auth.nuxtjs.org/",
|
|
@@ -159,21 +225,23 @@
|
|
|
159
225
|
{
|
|
160
226
|
"name": "Pooya Parsa",
|
|
161
227
|
"github": "pi0",
|
|
162
|
-
"twitter": "_pi0_"
|
|
163
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
228
|
+
"twitter": "_pi0_"
|
|
164
229
|
},
|
|
165
230
|
{
|
|
166
231
|
"name": "João Pedro Antunes Silva",
|
|
167
|
-
"github": "JoaoPedroAS51"
|
|
168
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15177236?v=4"
|
|
232
|
+
"github": "JoaoPedroAS51"
|
|
169
233
|
}
|
|
170
|
-
]
|
|
234
|
+
],
|
|
235
|
+
"compatibility": {
|
|
236
|
+
"nuxt": "^2.0.0",
|
|
237
|
+
"requires": {}
|
|
238
|
+
}
|
|
171
239
|
},
|
|
172
240
|
{
|
|
173
241
|
"name": "axios",
|
|
174
242
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
175
243
|
"repo": "nuxt-community/axios-module",
|
|
176
|
-
"npm": "
|
|
244
|
+
"npm": "",
|
|
177
245
|
"icon": "axios.svg",
|
|
178
246
|
"github": "https://github.com/nuxt-community/axios-module",
|
|
179
247
|
"website": "https://axios.nuxtjs.org",
|
|
@@ -184,16 +252,19 @@
|
|
|
184
252
|
{
|
|
185
253
|
"name": "Pooya Parsa",
|
|
186
254
|
"github": "pi0",
|
|
187
|
-
"twitter": "_pi0_"
|
|
188
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
255
|
+
"twitter": "_pi0_"
|
|
189
256
|
}
|
|
190
|
-
]
|
|
257
|
+
],
|
|
258
|
+
"compatibility": {
|
|
259
|
+
"nuxt": "^2.0.0",
|
|
260
|
+
"requires": {}
|
|
261
|
+
}
|
|
191
262
|
},
|
|
192
263
|
{
|
|
193
264
|
"name": "basic-auth",
|
|
194
265
|
"description": "Provide basic authentication to your Nuxt.js application",
|
|
195
266
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
196
|
-
"npm": "
|
|
267
|
+
"npm": "",
|
|
197
268
|
"icon": "",
|
|
198
269
|
"github": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
199
270
|
"website": "https://github.com/potato4d/nuxt-basic-auth-module",
|
|
@@ -203,16 +274,19 @@
|
|
|
203
274
|
"maintainers": [
|
|
204
275
|
{
|
|
205
276
|
"name": "potato4d",
|
|
206
|
-
"github": "potato4d"
|
|
207
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
277
|
+
"github": "potato4d"
|
|
208
278
|
}
|
|
209
|
-
]
|
|
279
|
+
],
|
|
280
|
+
"compatibility": {
|
|
281
|
+
"nuxt": "^2.0.0",
|
|
282
|
+
"requires": {}
|
|
283
|
+
}
|
|
210
284
|
},
|
|
211
285
|
{
|
|
212
286
|
"name": "bootstrap",
|
|
213
287
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
214
288
|
"repo": "bootstrap-vue/bootstrap-vue",
|
|
215
|
-
"npm": "
|
|
289
|
+
"npm": "",
|
|
216
290
|
"icon": "bootstrap.png",
|
|
217
291
|
"github": "https://github.com/bootstrap-vue/bootstrap-vue",
|
|
218
292
|
"website": "https://bootstrap-vue.org/docs#nuxtjs-module",
|
|
@@ -222,28 +296,29 @@
|
|
|
222
296
|
"maintainers": [
|
|
223
297
|
{
|
|
224
298
|
"name": "Troy Morehouse",
|
|
225
|
-
"github": "tmorehouse"
|
|
226
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
299
|
+
"github": "tmorehouse"
|
|
227
300
|
},
|
|
228
301
|
{
|
|
229
302
|
"name": "Pooya Parsa",
|
|
230
303
|
"github": "pi0",
|
|
231
|
-
"twitter": "_pi0_"
|
|
232
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
304
|
+
"twitter": "_pi0_"
|
|
233
305
|
},
|
|
234
306
|
{
|
|
235
307
|
"name": "Jacob Müller",
|
|
236
308
|
"github": "jackmu95",
|
|
237
|
-
"twitter": "jackmu95"
|
|
238
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2737132?v=4"
|
|
309
|
+
"twitter": "jackmu95"
|
|
239
310
|
}
|
|
240
|
-
]
|
|
311
|
+
],
|
|
312
|
+
"compatibility": {
|
|
313
|
+
"nuxt": "^2.0.0",
|
|
314
|
+
"requires": {}
|
|
315
|
+
}
|
|
241
316
|
},
|
|
242
317
|
{
|
|
243
318
|
"name": "browserconfig",
|
|
244
319
|
"description": "Adds XML browser configuration support",
|
|
245
320
|
"repo": "nuxt-community/modules#master/packages/browserconfig",
|
|
246
|
-
"npm": "
|
|
321
|
+
"npm": "",
|
|
247
322
|
"icon": "",
|
|
248
323
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
249
324
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/browserconfig",
|
|
@@ -254,16 +329,19 @@
|
|
|
254
329
|
{
|
|
255
330
|
"name": "Pooya Parsa",
|
|
256
331
|
"github": "pi0",
|
|
257
|
-
"twitter": "_pi0_"
|
|
258
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
332
|
+
"twitter": "_pi0_"
|
|
259
333
|
}
|
|
260
|
-
]
|
|
334
|
+
],
|
|
335
|
+
"compatibility": {
|
|
336
|
+
"nuxt": "^2.0.0",
|
|
337
|
+
"requires": {}
|
|
338
|
+
}
|
|
261
339
|
},
|
|
262
340
|
{
|
|
263
341
|
"name": "buefy",
|
|
264
342
|
"description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
|
|
265
343
|
"repo": "buefy/nuxt-buefy",
|
|
266
|
-
"npm": "
|
|
344
|
+
"npm": "",
|
|
267
345
|
"icon": "buefy.png",
|
|
268
346
|
"github": "https://github.com/buefy/nuxt-buefy",
|
|
269
347
|
"website": "https://github.com/buefy/nuxt-buefy",
|
|
@@ -273,16 +351,19 @@
|
|
|
273
351
|
"maintainers": [
|
|
274
352
|
{
|
|
275
353
|
"name": "Walter Tommasi",
|
|
276
|
-
"github": "jtommy"
|
|
277
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8029488?v=4"
|
|
354
|
+
"github": "jtommy"
|
|
278
355
|
}
|
|
279
|
-
]
|
|
356
|
+
],
|
|
357
|
+
"compatibility": {
|
|
358
|
+
"nuxt": "^2.0.0",
|
|
359
|
+
"requires": {}
|
|
360
|
+
}
|
|
280
361
|
},
|
|
281
362
|
{
|
|
282
363
|
"name": "bugsnag",
|
|
283
364
|
"description": "Bugsnag module for nuxt.js",
|
|
284
365
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
285
|
-
"npm": "
|
|
366
|
+
"npm": "",
|
|
286
367
|
"icon": "bugsnag.png",
|
|
287
368
|
"github": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
288
369
|
"website": "https://github.com/JulianMar/nuxt-bugsnag",
|
|
@@ -292,35 +373,19 @@
|
|
|
292
373
|
"maintainers": [
|
|
293
374
|
{
|
|
294
375
|
"name": "JulianMar",
|
|
295
|
-
"github": "JulianMar"
|
|
296
|
-
"avatar": "https://avatars2.githubusercontent.com/u/29117090?v=4"
|
|
297
|
-
}
|
|
298
|
-
]
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"name": "build-optimisations",
|
|
302
|
-
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
303
|
-
"repo": "loonpwn/nuxt-build-optimisations",
|
|
304
|
-
"npm": "nuxt-build-optimisations",
|
|
305
|
-
"icon": "build-optimisations.svg",
|
|
306
|
-
"github": "https://github.com/loonpwn/nuxt-build-optimisations",
|
|
307
|
-
"website": "https://github.com/loonpwn/nuxt-build-optimisations",
|
|
308
|
-
"learn_more": "",
|
|
309
|
-
"category": "Devtools",
|
|
310
|
-
"type": "3rd-party",
|
|
311
|
-
"maintainers": [
|
|
312
|
-
{
|
|
313
|
-
"name": "loonpwn",
|
|
314
|
-
"github": "loonpwn",
|
|
315
|
-
"avatar": "https://avatars.githubusercontent.com/u/5326365?v=4"
|
|
376
|
+
"github": "JulianMar"
|
|
316
377
|
}
|
|
317
|
-
]
|
|
378
|
+
],
|
|
379
|
+
"compatibility": {
|
|
380
|
+
"nuxt": "^2.0.0",
|
|
381
|
+
"requires": {}
|
|
382
|
+
}
|
|
318
383
|
},
|
|
319
384
|
{
|
|
320
385
|
"name": "bulma-slim",
|
|
321
386
|
"description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
|
|
322
387
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
323
|
-
"npm": "
|
|
388
|
+
"npm": "",
|
|
324
389
|
"icon": "bulma.png",
|
|
325
390
|
"github": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
326
391
|
"website": "https://github.com/mustardamus/nuxt-bulma-slim",
|
|
@@ -330,16 +395,19 @@
|
|
|
330
395
|
"maintainers": [
|
|
331
396
|
{
|
|
332
397
|
"name": "mustardamus",
|
|
333
|
-
"github": "mustardamus"
|
|
334
|
-
"avatar": "https://avatars1.githubusercontent.com/u/110802?v=4"
|
|
398
|
+
"github": "mustardamus"
|
|
335
399
|
}
|
|
336
|
-
]
|
|
400
|
+
],
|
|
401
|
+
"compatibility": {
|
|
402
|
+
"nuxt": "^2.0.0",
|
|
403
|
+
"requires": {}
|
|
404
|
+
}
|
|
337
405
|
},
|
|
338
406
|
{
|
|
339
407
|
"name": "bundle-buddy",
|
|
340
408
|
"description": "Don't fight your webpack bundle, become friends!",
|
|
341
409
|
"repo": "Developmint/nuxt-bundle-buddy",
|
|
342
|
-
"npm": "
|
|
410
|
+
"npm": "",
|
|
343
411
|
"icon": "",
|
|
344
412
|
"github": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
345
413
|
"website": "https://github.com/Developmint/nuxt-bundle-buddy",
|
|
@@ -349,16 +417,19 @@
|
|
|
349
417
|
"maintainers": [
|
|
350
418
|
{
|
|
351
419
|
"name": "Developmint",
|
|
352
|
-
"github": "Developmint"
|
|
353
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
420
|
+
"github": "Developmint"
|
|
354
421
|
}
|
|
355
|
-
]
|
|
422
|
+
],
|
|
423
|
+
"compatibility": {
|
|
424
|
+
"nuxt": "^2.0.0",
|
|
425
|
+
"requires": {}
|
|
426
|
+
}
|
|
356
427
|
},
|
|
357
428
|
{
|
|
358
429
|
"name": "canvas-sketch",
|
|
359
|
-
"description": "Nuxt.js module for
|
|
430
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
|
|
360
431
|
"repo": "LuXDAmore/generative-art",
|
|
361
|
-
"npm": "
|
|
432
|
+
"npm": "",
|
|
362
433
|
"icon": "",
|
|
363
434
|
"github": "https://github.com/LuXDAmore/generative-art",
|
|
364
435
|
"website": "https://github.com/LuXDAmore/generative-art",
|
|
@@ -367,17 +438,21 @@
|
|
|
367
438
|
"type": "3rd-party",
|
|
368
439
|
"maintainers": [
|
|
369
440
|
{
|
|
370
|
-
"name": "
|
|
441
|
+
"name": "Luca Iaconelli",
|
|
371
442
|
"github": "LuXDAmore",
|
|
372
|
-
"
|
|
443
|
+
"twitter": "luxdamore"
|
|
373
444
|
}
|
|
374
|
-
]
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^2.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
375
450
|
},
|
|
376
451
|
{
|
|
377
452
|
"name": "chakra-ui",
|
|
378
453
|
"description": "Chakra UI Module for Nuxt.js",
|
|
379
454
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
380
|
-
"npm": "
|
|
455
|
+
"npm": "",
|
|
381
456
|
"icon": "chakra-ui.png",
|
|
382
457
|
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
383
458
|
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
@@ -387,16 +462,19 @@
|
|
|
387
462
|
"maintainers": [
|
|
388
463
|
{
|
|
389
464
|
"name": "Jonathan Bakebwa",
|
|
390
|
-
"github": "codebender828"
|
|
391
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
465
|
+
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
392
466
|
}
|
|
393
|
-
]
|
|
467
|
+
],
|
|
468
|
+
"compatibility": {
|
|
469
|
+
"nuxt": "^2.0.0",
|
|
470
|
+
"requires": {}
|
|
471
|
+
}
|
|
394
472
|
},
|
|
395
473
|
{
|
|
396
474
|
"name": "chiffre",
|
|
397
475
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
398
476
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
399
|
-
"npm": "
|
|
477
|
+
"npm": "",
|
|
400
478
|
"icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
|
|
401
479
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
402
480
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
@@ -406,16 +484,19 @@
|
|
|
406
484
|
"maintainers": [
|
|
407
485
|
{
|
|
408
486
|
"name": "Romain Clement",
|
|
409
|
-
"github": "rclement"
|
|
410
|
-
"avatar": "https://avatars.githubusercontent.com/u/1238873?v=4"
|
|
487
|
+
"github": "rclement"
|
|
411
488
|
}
|
|
412
|
-
]
|
|
489
|
+
],
|
|
490
|
+
"compatibility": {
|
|
491
|
+
"nuxt": "^2.0.0",
|
|
492
|
+
"requires": {}
|
|
493
|
+
}
|
|
413
494
|
},
|
|
414
495
|
{
|
|
415
496
|
"name": "client-init",
|
|
416
497
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
417
498
|
"repo": "potato4d/nuxt-client-init-module",
|
|
418
|
-
"npm": "
|
|
499
|
+
"npm": "",
|
|
419
500
|
"icon": "",
|
|
420
501
|
"github": "https://github.com/potato4d/nuxt-client-init-module",
|
|
421
502
|
"website": "https://github.com/potato4d/nuxt-client-init-module",
|
|
@@ -425,16 +506,19 @@
|
|
|
425
506
|
"maintainers": [
|
|
426
507
|
{
|
|
427
508
|
"name": "potato4d",
|
|
428
|
-
"github": "potato4d"
|
|
429
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
509
|
+
"github": "potato4d"
|
|
430
510
|
}
|
|
431
|
-
]
|
|
511
|
+
],
|
|
512
|
+
"compatibility": {
|
|
513
|
+
"nuxt": "^2.0.0",
|
|
514
|
+
"requires": {}
|
|
515
|
+
}
|
|
432
516
|
},
|
|
433
517
|
{
|
|
434
518
|
"name": "cloudcms",
|
|
435
519
|
"description": "CloudCMS Nuxt.js Module",
|
|
436
520
|
"repo": "gitana/cloudcms-nuxt",
|
|
437
|
-
"npm": "
|
|
521
|
+
"npm": "",
|
|
438
522
|
"icon": "",
|
|
439
523
|
"github": "https://github.com/gitana/cloudcms-nuxt",
|
|
440
524
|
"website": "https://github.com/gitana/cloudcms-nuxt",
|
|
@@ -444,16 +528,19 @@
|
|
|
444
528
|
"maintainers": [
|
|
445
529
|
{
|
|
446
530
|
"name": "gitana",
|
|
447
|
-
"github": "gitana"
|
|
448
|
-
"avatar": "https://avatars3.githubusercontent.com/u/281904?v=4"
|
|
531
|
+
"github": "gitana"
|
|
449
532
|
}
|
|
450
|
-
]
|
|
533
|
+
],
|
|
534
|
+
"compatibility": {
|
|
535
|
+
"nuxt": "^2.0.0",
|
|
536
|
+
"requires": {}
|
|
537
|
+
}
|
|
451
538
|
},
|
|
452
539
|
{
|
|
453
540
|
"name": "cloudinary",
|
|
454
541
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
455
542
|
"repo": "nuxt-community/cloudinary-module",
|
|
456
|
-
"npm": "
|
|
543
|
+
"npm": "",
|
|
457
544
|
"icon": "cloudinary.png",
|
|
458
545
|
"github": "https://github.com/nuxt-community/cloudinary-module",
|
|
459
546
|
"website": "https://cloudinary.nuxtjs.org",
|
|
@@ -464,16 +551,19 @@
|
|
|
464
551
|
{
|
|
465
552
|
"name": "Maya Shavin",
|
|
466
553
|
"github": "mayashavin",
|
|
467
|
-
"twitter": "MayaShavin"
|
|
468
|
-
"avatar": "https://avatars3.githubusercontent.com/u/6650139?v=4"
|
|
554
|
+
"twitter": "MayaShavin"
|
|
469
555
|
}
|
|
470
|
-
]
|
|
556
|
+
],
|
|
557
|
+
"compatibility": {
|
|
558
|
+
"nuxt": "^2.0.0",
|
|
559
|
+
"requires": {}
|
|
560
|
+
}
|
|
471
561
|
},
|
|
472
562
|
{
|
|
473
563
|
"name": "color-mode",
|
|
474
564
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
475
565
|
"repo": "nuxt-community/color-mode-module",
|
|
476
|
-
"npm": "
|
|
566
|
+
"npm": "",
|
|
477
567
|
"icon": "color-mode.png",
|
|
478
568
|
"github": "https://github.com/nuxt-community/color-mode-module",
|
|
479
569
|
"website": "https://color-mode.nuxtjs.org",
|
|
@@ -484,16 +574,21 @@
|
|
|
484
574
|
{
|
|
485
575
|
"name": "Sébastien Chopin",
|
|
486
576
|
"github": "Atinux",
|
|
487
|
-
"twitter": "Atinux"
|
|
488
|
-
|
|
577
|
+
"twitter": "Atinux"
|
|
578
|
+
}
|
|
579
|
+
],
|
|
580
|
+
"compatibility": {
|
|
581
|
+
"nuxt": "^2.0.0",
|
|
582
|
+
"requires": {
|
|
583
|
+
"bridge": "optional"
|
|
489
584
|
}
|
|
490
|
-
|
|
585
|
+
}
|
|
491
586
|
},
|
|
492
587
|
{
|
|
493
588
|
"name": "component-cache",
|
|
494
589
|
"description": "LRU component cache for vue components",
|
|
495
590
|
"repo": "nuxt-community/component-cache-module",
|
|
496
|
-
"npm": "
|
|
591
|
+
"npm": "",
|
|
497
592
|
"icon": "",
|
|
498
593
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
499
594
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
@@ -504,16 +599,19 @@
|
|
|
504
599
|
{
|
|
505
600
|
"name": "Pooya Parsa",
|
|
506
601
|
"github": "pi0",
|
|
507
|
-
"twitter": "_pi0_"
|
|
508
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
602
|
+
"twitter": "_pi0_"
|
|
509
603
|
}
|
|
510
|
-
]
|
|
604
|
+
],
|
|
605
|
+
"compatibility": {
|
|
606
|
+
"nuxt": "^2.0.0",
|
|
607
|
+
"requires": {}
|
|
608
|
+
}
|
|
511
609
|
},
|
|
512
610
|
{
|
|
513
611
|
"name": "composition-api",
|
|
514
612
|
"description": "Composition API hooks for Nuxt",
|
|
515
613
|
"repo": "nuxt-community/composition-api#main",
|
|
516
|
-
"npm": "
|
|
614
|
+
"npm": "",
|
|
517
615
|
"icon": "composition-api.svg",
|
|
518
616
|
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
519
617
|
"website": "https://composition-api.nuxtjs.org",
|
|
@@ -524,16 +622,19 @@
|
|
|
524
622
|
{
|
|
525
623
|
"name": "Daniel Roe",
|
|
526
624
|
"github": "danielroe",
|
|
527
|
-
"twitter": "danielcroe"
|
|
528
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
625
|
+
"twitter": "danielcroe"
|
|
529
626
|
}
|
|
530
|
-
]
|
|
627
|
+
],
|
|
628
|
+
"compatibility": {
|
|
629
|
+
"nuxt": "^2.0.0",
|
|
630
|
+
"requires": {}
|
|
631
|
+
}
|
|
531
632
|
},
|
|
532
633
|
{
|
|
533
634
|
"name": "content",
|
|
534
635
|
"description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
|
|
535
636
|
"repo": "nuxt/content#master/packages/content",
|
|
536
|
-
"npm": "
|
|
637
|
+
"npm": "",
|
|
537
638
|
"icon": "content.png",
|
|
538
639
|
"github": "https://github.com/nuxt/content",
|
|
539
640
|
"website": "https://content.nuxtjs.org",
|
|
@@ -544,22 +645,24 @@
|
|
|
544
645
|
{
|
|
545
646
|
"name": "Benjamin Canac",
|
|
546
647
|
"github": "benjamincanac",
|
|
547
|
-
"twitter": "benjamincanac"
|
|
548
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
648
|
+
"twitter": "benjamincanac"
|
|
549
649
|
},
|
|
550
650
|
{
|
|
551
651
|
"name": "Sebastien Chopin",
|
|
552
652
|
"github": "Atinux",
|
|
553
|
-
"twitter": "Atinux"
|
|
554
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
653
|
+
"twitter": "Atinux"
|
|
555
654
|
}
|
|
556
|
-
]
|
|
655
|
+
],
|
|
656
|
+
"compatibility": {
|
|
657
|
+
"nuxt": "^2.0.0",
|
|
658
|
+
"requires": {}
|
|
659
|
+
}
|
|
557
660
|
},
|
|
558
661
|
{
|
|
559
662
|
"name": "contentful",
|
|
560
663
|
"description": "nuxt contentful module",
|
|
561
664
|
"repo": "scaccogatto/contentful-module",
|
|
562
|
-
"npm": "
|
|
665
|
+
"npm": "",
|
|
563
666
|
"icon": "contentful.png",
|
|
564
667
|
"github": "https://github.com/scaccogatto/contentful-module",
|
|
565
668
|
"website": "https://github.com/scaccogatto/contentful-module",
|
|
@@ -569,16 +672,19 @@
|
|
|
569
672
|
"maintainers": [
|
|
570
673
|
{
|
|
571
674
|
"name": "scaccogatto",
|
|
572
|
-
"github": "scaccogatto"
|
|
573
|
-
"avatar": "https://avatars3.githubusercontent.com/u/3670888?v=4"
|
|
675
|
+
"github": "scaccogatto"
|
|
574
676
|
}
|
|
575
|
-
]
|
|
677
|
+
],
|
|
678
|
+
"compatibility": {
|
|
679
|
+
"nuxt": "^2.0.0",
|
|
680
|
+
"requires": {}
|
|
681
|
+
}
|
|
576
682
|
},
|
|
577
683
|
{
|
|
578
684
|
"name": "custom-elements",
|
|
579
685
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
580
686
|
"repo": "GrabarzUndPartner/nuxt-custom-elements",
|
|
581
|
-
"npm": "
|
|
687
|
+
"npm": "",
|
|
582
688
|
"icon": "custom-elements.png",
|
|
583
689
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
584
690
|
"website": "https://nuxt-custom-elements.grabarzundpartner.dev",
|
|
@@ -588,21 +694,23 @@
|
|
|
588
694
|
"maintainers": [
|
|
589
695
|
{
|
|
590
696
|
"name": "Thorn Walli",
|
|
591
|
-
"github": "ThornWalli"
|
|
592
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
697
|
+
"github": "ThornWalli"
|
|
593
698
|
},
|
|
594
699
|
{
|
|
595
700
|
"name": "GrabarzUndPartner",
|
|
596
|
-
"github": "GrabarzUndPartner"
|
|
597
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
701
|
+
"github": "GrabarzUndPartner"
|
|
598
702
|
}
|
|
599
|
-
]
|
|
703
|
+
],
|
|
704
|
+
"compatibility": {
|
|
705
|
+
"nuxt": "^2.0.0",
|
|
706
|
+
"requires": {}
|
|
707
|
+
}
|
|
600
708
|
},
|
|
601
709
|
{
|
|
602
710
|
"name": "darkmode.js",
|
|
603
711
|
"description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
|
|
604
712
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
605
|
-
"npm": "
|
|
713
|
+
"npm": "",
|
|
606
714
|
"icon": "darkmode.png",
|
|
607
715
|
"github": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
608
716
|
"website": "https://github.com/sandoche/nuxtjs-darkmode-js-module",
|
|
@@ -612,16 +720,19 @@
|
|
|
612
720
|
"maintainers": [
|
|
613
721
|
{
|
|
614
722
|
"name": "sandoche",
|
|
615
|
-
"github": "sandoche"
|
|
616
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
723
|
+
"github": "sandoche"
|
|
617
724
|
}
|
|
618
|
-
]
|
|
725
|
+
],
|
|
726
|
+
"compatibility": {
|
|
727
|
+
"nuxt": "^2.0.0",
|
|
728
|
+
"requires": {}
|
|
729
|
+
}
|
|
619
730
|
},
|
|
620
731
|
{
|
|
621
732
|
"name": "date-fns",
|
|
622
733
|
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
|
|
623
734
|
"repo": "nuxt-community/date-fns-module",
|
|
624
|
-
"npm": "
|
|
735
|
+
"npm": "",
|
|
625
736
|
"icon": "date-fns.png",
|
|
626
737
|
"github": "https://github.com/nuxt-community/date-fns-module",
|
|
627
738
|
"website": "https://github.com/nuxt-community/date-fns-module",
|
|
@@ -631,16 +742,19 @@
|
|
|
631
742
|
"maintainers": [
|
|
632
743
|
{
|
|
633
744
|
"name": "Ricardo Gobbo de Souza",
|
|
634
|
-
"github": "ricardogobbosouza"
|
|
635
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
745
|
+
"github": "ricardogobbosouza"
|
|
636
746
|
}
|
|
637
|
-
]
|
|
747
|
+
],
|
|
748
|
+
"compatibility": {
|
|
749
|
+
"nuxt": "^2.0.0",
|
|
750
|
+
"requires": {}
|
|
751
|
+
}
|
|
638
752
|
},
|
|
639
753
|
{
|
|
640
754
|
"name": "dayjs",
|
|
641
755
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
642
756
|
"repo": "nuxt-community/dayjs-module",
|
|
643
|
-
"npm": "
|
|
757
|
+
"npm": "",
|
|
644
758
|
"icon": "day-js.png",
|
|
645
759
|
"github": "https://github.com/nuxt-community/dayjs-module",
|
|
646
760
|
"website": "https://github.com/nuxt-community/dayjs-module",
|
|
@@ -651,16 +765,19 @@
|
|
|
651
765
|
{
|
|
652
766
|
"name": "Takuma HANATANI",
|
|
653
767
|
"github": "potato4d",
|
|
654
|
-
"twitter": "potato4d"
|
|
655
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6993514?v=4"
|
|
768
|
+
"twitter": "potato4d"
|
|
656
769
|
}
|
|
657
|
-
]
|
|
770
|
+
],
|
|
771
|
+
"compatibility": {
|
|
772
|
+
"nuxt": "^2.0.0",
|
|
773
|
+
"requires": {}
|
|
774
|
+
}
|
|
658
775
|
},
|
|
659
776
|
{
|
|
660
777
|
"name": "device",
|
|
661
778
|
"description": "Device detection module for Nuxt.js",
|
|
662
779
|
"repo": "nuxt-community/device-module",
|
|
663
|
-
"npm": "
|
|
780
|
+
"npm": "",
|
|
664
781
|
"icon": "",
|
|
665
782
|
"github": "https://github.com/nuxt-community/device-module",
|
|
666
783
|
"website": "https://github.com/nuxt-community/device-module",
|
|
@@ -670,16 +787,19 @@
|
|
|
670
787
|
"maintainers": [
|
|
671
788
|
{
|
|
672
789
|
"name": "Shinji Yamada",
|
|
673
|
-
"github": "dotneet"
|
|
674
|
-
"avatar": "https://avatars3.githubusercontent.com/u/370602?v=4"
|
|
790
|
+
"github": "dotneet"
|
|
675
791
|
}
|
|
676
|
-
]
|
|
792
|
+
],
|
|
793
|
+
"compatibility": {
|
|
794
|
+
"nuxt": "^2.0.0",
|
|
795
|
+
"requires": {}
|
|
796
|
+
}
|
|
677
797
|
},
|
|
678
798
|
{
|
|
679
799
|
"name": "dotenv",
|
|
680
800
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
681
801
|
"repo": "nuxt-community/dotenv-module",
|
|
682
|
-
"npm": "
|
|
802
|
+
"npm": "",
|
|
683
803
|
"icon": "dotenv.png",
|
|
684
804
|
"github": "https://github.com/nuxt-community/dotenv-module",
|
|
685
805
|
"website": "https://github.com/nuxt-community/dotenv-module",
|
|
@@ -689,16 +809,52 @@
|
|
|
689
809
|
"maintainers": [
|
|
690
810
|
{
|
|
691
811
|
"name": "Julien Tant",
|
|
692
|
-
"github": "JulienTant"
|
|
693
|
-
|
|
812
|
+
"github": "JulienTant"
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"compatibility": {
|
|
816
|
+
"nuxt": "^2.0.0",
|
|
817
|
+
"requires": {}
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "drupal-ce",
|
|
822
|
+
"description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
|
|
823
|
+
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
824
|
+
"npm": "",
|
|
825
|
+
"icon": "drupal-ce.png",
|
|
826
|
+
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
827
|
+
"website": "https://stack.lupus.digital",
|
|
828
|
+
"learn_more": "https://stack.lupus.digital/2-resources/learning",
|
|
829
|
+
"category": "CMS",
|
|
830
|
+
"type": "3rd-party",
|
|
831
|
+
"maintainers": [
|
|
832
|
+
{
|
|
833
|
+
"name": "Wolfgang Ziegler // fago",
|
|
834
|
+
"github": "fago",
|
|
835
|
+
"avatar": "https://avatars.githubusercontent.com/u/132232?v=4"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"name": "Maximilian Götz-Mikus",
|
|
839
|
+
"github": "maximilianmikus",
|
|
840
|
+
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "David Licen",
|
|
844
|
+
"github": "davision",
|
|
845
|
+
"avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
|
|
694
846
|
}
|
|
695
|
-
]
|
|
847
|
+
],
|
|
848
|
+
"compatibility": {
|
|
849
|
+
"nuxt": "^2.0.0",
|
|
850
|
+
"requires": {}
|
|
851
|
+
}
|
|
696
852
|
},
|
|
697
853
|
{
|
|
698
854
|
"name": "druxt",
|
|
699
855
|
"description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
|
|
700
|
-
"repo": "druxt/druxt.js",
|
|
701
|
-
"npm": "
|
|
856
|
+
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
857
|
+
"npm": "",
|
|
702
858
|
"icon": "druxt.svg",
|
|
703
859
|
"github": "https://github.com/druxt/druxt.js",
|
|
704
860
|
"website": "https://druxtjs.org",
|
|
@@ -708,16 +864,19 @@
|
|
|
708
864
|
"maintainers": [
|
|
709
865
|
{
|
|
710
866
|
"name": "Decipher",
|
|
711
|
-
"github": "decipher"
|
|
712
|
-
"avatar": "https://avatars0.githubusercontent.com/u/161090?s=460&v=4"
|
|
867
|
+
"github": "decipher"
|
|
713
868
|
}
|
|
714
|
-
]
|
|
869
|
+
],
|
|
870
|
+
"compatibility": {
|
|
871
|
+
"nuxt": "^2.0.0",
|
|
872
|
+
"requires": {}
|
|
873
|
+
}
|
|
715
874
|
},
|
|
716
875
|
{
|
|
717
876
|
"name": "emotion",
|
|
718
877
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
719
878
|
"repo": "nuxt-community/emotion-module",
|
|
720
|
-
"npm": "
|
|
879
|
+
"npm": "",
|
|
721
880
|
"icon": "emotion.png",
|
|
722
881
|
"github": "https://github.com/nuxt-community/emotion-module",
|
|
723
882
|
"website": "https://github.com/nuxt-community/emotion-module",
|
|
@@ -728,16 +887,19 @@
|
|
|
728
887
|
{
|
|
729
888
|
"name": "Pooya Parsa",
|
|
730
889
|
"github": "pi0",
|
|
731
|
-
"twitter": "_pi0_"
|
|
732
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
890
|
+
"twitter": "_pi0_"
|
|
733
891
|
}
|
|
734
|
-
]
|
|
892
|
+
],
|
|
893
|
+
"compatibility": {
|
|
894
|
+
"nuxt": "^2.0.0",
|
|
895
|
+
"requires": {}
|
|
896
|
+
}
|
|
735
897
|
},
|
|
736
898
|
{
|
|
737
899
|
"name": "eslint",
|
|
738
900
|
"description": "ESLint module for Nuxt.js",
|
|
739
901
|
"repo": "nuxt-community/eslint-module",
|
|
740
|
-
"npm": "
|
|
902
|
+
"npm": "",
|
|
741
903
|
"icon": "eslint.png",
|
|
742
904
|
"github": "https://github.com/nuxt-community/eslint-module",
|
|
743
905
|
"website": "https://github.com/nuxt-community/eslint-module",
|
|
@@ -747,16 +909,19 @@
|
|
|
747
909
|
"maintainers": [
|
|
748
910
|
{
|
|
749
911
|
"name": "Ricardo Gobbo de Souza",
|
|
750
|
-
"github": "ricardogobbosouza"
|
|
751
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
912
|
+
"github": "ricardogobbosouza"
|
|
752
913
|
}
|
|
753
|
-
]
|
|
914
|
+
],
|
|
915
|
+
"compatibility": {
|
|
916
|
+
"nuxt": "^2.0.0",
|
|
917
|
+
"requires": {}
|
|
918
|
+
}
|
|
754
919
|
},
|
|
755
920
|
{
|
|
756
921
|
"name": "event-trace",
|
|
757
922
|
"description": "Module for event trace in Nuxt.js",
|
|
758
923
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
759
|
-
"npm": "
|
|
924
|
+
"npm": "",
|
|
760
925
|
"icon": "",
|
|
761
926
|
"github": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
762
927
|
"website": "https://github.com/nuxt-community/nuxt-event-trace",
|
|
@@ -766,16 +931,19 @@
|
|
|
766
931
|
"maintainers": [
|
|
767
932
|
{
|
|
768
933
|
"name": "Xin Du",
|
|
769
|
-
"github": "clarkdo"
|
|
770
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
934
|
+
"github": "clarkdo"
|
|
771
935
|
}
|
|
772
|
-
]
|
|
936
|
+
],
|
|
937
|
+
"compatibility": {
|
|
938
|
+
"nuxt": "^2.0.0",
|
|
939
|
+
"requires": {}
|
|
940
|
+
}
|
|
773
941
|
},
|
|
774
942
|
{
|
|
775
943
|
"name": "fathom",
|
|
776
944
|
"description": "Fathom analytics for Nuxt",
|
|
777
945
|
"repo": "yabhq/nuxt-fathom",
|
|
778
|
-
"npm": "
|
|
946
|
+
"npm": "",
|
|
779
947
|
"icon": "fathom.png",
|
|
780
948
|
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
781
949
|
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
@@ -785,16 +953,19 @@
|
|
|
785
953
|
"maintainers": [
|
|
786
954
|
{
|
|
787
955
|
"name": "yabhq",
|
|
788
|
-
"github": "yabhq"
|
|
789
|
-
"avatar": "https://avatars.githubusercontent.com/u/16291011?v=4"
|
|
956
|
+
"github": "yabhq"
|
|
790
957
|
}
|
|
791
|
-
]
|
|
958
|
+
],
|
|
959
|
+
"compatibility": {
|
|
960
|
+
"nuxt": "^2.0.0",
|
|
961
|
+
"requires": {}
|
|
962
|
+
}
|
|
792
963
|
},
|
|
793
964
|
{
|
|
794
965
|
"name": "feature-toggle",
|
|
795
966
|
"description": "Feature toggle module for Nuxt.js",
|
|
796
967
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
797
|
-
"npm": "
|
|
968
|
+
"npm": "",
|
|
798
969
|
"icon": "",
|
|
799
970
|
"github": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
800
971
|
"website": "https://github.com/stephenkr/nuxt-feature-toggle",
|
|
@@ -804,16 +975,19 @@
|
|
|
804
975
|
"maintainers": [
|
|
805
976
|
{
|
|
806
977
|
"name": "stephenkr",
|
|
807
|
-
"github": "stephenkr"
|
|
808
|
-
"avatar": "https://avatars0.githubusercontent.com/u/25742275?v=4"
|
|
978
|
+
"github": "stephenkr"
|
|
809
979
|
}
|
|
810
|
-
]
|
|
980
|
+
],
|
|
981
|
+
"compatibility": {
|
|
982
|
+
"nuxt": "^2.0.0",
|
|
983
|
+
"requires": {}
|
|
984
|
+
}
|
|
811
985
|
},
|
|
812
986
|
{
|
|
813
987
|
"name": "feed",
|
|
814
988
|
"description": "Feed module enables everyone to have RSS, Atom and Json.",
|
|
815
989
|
"repo": "nuxt-community/feed-module",
|
|
816
|
-
"npm": "
|
|
990
|
+
"npm": "",
|
|
817
991
|
"icon": "",
|
|
818
992
|
"github": "https://github.com/nuxt-community/feed-module",
|
|
819
993
|
"website": "https://github.com/nuxt-community/feed-module",
|
|
@@ -824,16 +998,19 @@
|
|
|
824
998
|
{
|
|
825
999
|
"name": "Alexander Lichter",
|
|
826
1000
|
"github": "manniL",
|
|
827
|
-
"twitter": "TheAlexLichter"
|
|
828
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
1001
|
+
"twitter": "TheAlexLichter"
|
|
829
1002
|
}
|
|
830
|
-
]
|
|
1003
|
+
],
|
|
1004
|
+
"compatibility": {
|
|
1005
|
+
"nuxt": "^2.0.0",
|
|
1006
|
+
"requires": {}
|
|
1007
|
+
}
|
|
831
1008
|
},
|
|
832
1009
|
{
|
|
833
1010
|
"name": "firebase",
|
|
834
|
-
"description": "
|
|
1011
|
+
"description": "Integrate Firebase into your Nuxt project.",
|
|
835
1012
|
"repo": "nuxt-community/firebase-module",
|
|
836
|
-
"npm": "
|
|
1013
|
+
"npm": "",
|
|
837
1014
|
"icon": "firebase.png",
|
|
838
1015
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
839
1016
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -843,16 +1020,19 @@
|
|
|
843
1020
|
"maintainers": [
|
|
844
1021
|
{
|
|
845
1022
|
"name": "Pascal Luther",
|
|
846
|
-
"github": "lupas"
|
|
847
|
-
"avatar": "https://avatars1.githubusercontent.com/u/4020037?v=4"
|
|
1023
|
+
"github": "lupas"
|
|
848
1024
|
}
|
|
849
|
-
]
|
|
1025
|
+
],
|
|
1026
|
+
"compatibility": {
|
|
1027
|
+
"nuxt": "^2.0.0",
|
|
1028
|
+
"requires": {}
|
|
1029
|
+
}
|
|
850
1030
|
},
|
|
851
1031
|
{
|
|
852
1032
|
"name": "floating-prompt-module",
|
|
853
1033
|
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
|
|
854
1034
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
855
|
-
"npm": "
|
|
1035
|
+
"npm": "",
|
|
856
1036
|
"icon": "",
|
|
857
1037
|
"github": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
858
1038
|
"website": "https://github.com/sandoche/nuxt-floating-prompt-module",
|
|
@@ -862,16 +1042,19 @@
|
|
|
862
1042
|
"maintainers": [
|
|
863
1043
|
{
|
|
864
1044
|
"name": "sandoche",
|
|
865
|
-
"github": "sandoche"
|
|
866
|
-
"avatar": "https://avatars2.githubusercontent.com/u/3635348?v=4"
|
|
1045
|
+
"github": "sandoche"
|
|
867
1046
|
}
|
|
868
|
-
]
|
|
1047
|
+
],
|
|
1048
|
+
"compatibility": {
|
|
1049
|
+
"nuxt": "^2.0.0",
|
|
1050
|
+
"requires": {}
|
|
1051
|
+
}
|
|
869
1052
|
},
|
|
870
1053
|
{
|
|
871
1054
|
"name": "font-loader-strategy",
|
|
872
1055
|
"description": "Helps to load fonts and activate them by preloading.",
|
|
873
1056
|
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
874
|
-
"npm": "
|
|
1057
|
+
"npm": "",
|
|
875
1058
|
"icon": "",
|
|
876
1059
|
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
877
1060
|
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
@@ -881,16 +1064,19 @@
|
|
|
881
1064
|
"maintainers": [
|
|
882
1065
|
{
|
|
883
1066
|
"name": "GrabarzUndPartner",
|
|
884
|
-
"github": "GrabarzUndPartner"
|
|
885
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
1067
|
+
"github": "GrabarzUndPartner"
|
|
886
1068
|
}
|
|
887
|
-
]
|
|
1069
|
+
],
|
|
1070
|
+
"compatibility": {
|
|
1071
|
+
"nuxt": "^2.0.0",
|
|
1072
|
+
"requires": {}
|
|
1073
|
+
}
|
|
888
1074
|
},
|
|
889
1075
|
{
|
|
890
1076
|
"name": "fontagon",
|
|
891
1077
|
"description": "Easy convert SVG from nuxt to icon font.",
|
|
892
1078
|
"repo": "kdydesign/nuxt-fontagon",
|
|
893
|
-
"npm": "
|
|
1079
|
+
"npm": "",
|
|
894
1080
|
"icon": "fontagon.png",
|
|
895
1081
|
"github": "https://github.com/kdydesign/nuxt-fontagon",
|
|
896
1082
|
"website": "https://github.com/kdydesign/nuxt-fontagon",
|
|
@@ -900,16 +1086,19 @@
|
|
|
900
1086
|
"maintainers": [
|
|
901
1087
|
{
|
|
902
1088
|
"name": "kdydesign",
|
|
903
|
-
"github": "kdydesign"
|
|
904
|
-
"avatar": "https://avatars3.githubusercontent.com/u/10152521?v=4"
|
|
1089
|
+
"github": "kdydesign"
|
|
905
1090
|
}
|
|
906
|
-
]
|
|
1091
|
+
],
|
|
1092
|
+
"compatibility": {
|
|
1093
|
+
"nuxt": "^2.0.0",
|
|
1094
|
+
"requires": {}
|
|
1095
|
+
}
|
|
907
1096
|
},
|
|
908
1097
|
{
|
|
909
1098
|
"name": "fontawesome",
|
|
910
1099
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
911
1100
|
"repo": "nuxt-community/fontawesome-module",
|
|
912
|
-
"npm": "
|
|
1101
|
+
"npm": "",
|
|
913
1102
|
"icon": "font-awesome.png",
|
|
914
1103
|
"github": "https://github.com/nuxt-community/fontawesome-module",
|
|
915
1104
|
"website": "https://github.com/nuxt-community/fontawesome-module",
|
|
@@ -919,16 +1108,19 @@
|
|
|
919
1108
|
"maintainers": [
|
|
920
1109
|
{
|
|
921
1110
|
"name": "Pim",
|
|
922
|
-
"github": "pimlie"
|
|
923
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1111
|
+
"github": "pimlie"
|
|
924
1112
|
}
|
|
925
|
-
]
|
|
1113
|
+
],
|
|
1114
|
+
"compatibility": {
|
|
1115
|
+
"nuxt": "^2.0.0",
|
|
1116
|
+
"requires": {}
|
|
1117
|
+
}
|
|
926
1118
|
},
|
|
927
1119
|
{
|
|
928
1120
|
"name": "fullpage",
|
|
929
1121
|
"description": "Nuxt module for fullpage-vue plugin",
|
|
930
1122
|
"repo": "vaso2/fullpage-nuxt",
|
|
931
|
-
"npm": "
|
|
1123
|
+
"npm": "",
|
|
932
1124
|
"icon": "",
|
|
933
1125
|
"github": "https://github.com/vaso2/fullpage-nuxt",
|
|
934
1126
|
"website": "https://github.com/vaso2/fullpage-nuxt",
|
|
@@ -938,16 +1130,19 @@
|
|
|
938
1130
|
"maintainers": [
|
|
939
1131
|
{
|
|
940
1132
|
"name": "vaso2",
|
|
941
|
-
"github": "vaso2"
|
|
942
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
1133
|
+
"github": "vaso2"
|
|
943
1134
|
}
|
|
944
|
-
]
|
|
1135
|
+
],
|
|
1136
|
+
"compatibility": {
|
|
1137
|
+
"nuxt": "^2.0.0",
|
|
1138
|
+
"requires": {}
|
|
1139
|
+
}
|
|
945
1140
|
},
|
|
946
1141
|
{
|
|
947
1142
|
"name": "github-api",
|
|
948
1143
|
"description": "Nuxt module for GitHub v4 API",
|
|
949
1144
|
"repo": "lindsaykwardell/nuxt-github-api",
|
|
950
|
-
"npm": "
|
|
1145
|
+
"npm": "",
|
|
951
1146
|
"icon": "github.svg",
|
|
952
1147
|
"github": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
953
1148
|
"website": "https://github.com/lindsaykwardell/nuxt-github-api",
|
|
@@ -957,16 +1152,19 @@
|
|
|
957
1152
|
"maintainers": [
|
|
958
1153
|
{
|
|
959
1154
|
"name": "lindsaykwardell",
|
|
960
|
-
"github": "lindsaykwardell"
|
|
961
|
-
"avatar": "https://avatars0.githubusercontent.com/u/32229300?v=4"
|
|
1155
|
+
"github": "lindsaykwardell"
|
|
962
1156
|
}
|
|
963
|
-
]
|
|
1157
|
+
],
|
|
1158
|
+
"compatibility": {
|
|
1159
|
+
"nuxt": "^2.0.0",
|
|
1160
|
+
"requires": {}
|
|
1161
|
+
}
|
|
964
1162
|
},
|
|
965
1163
|
{
|
|
966
1164
|
"name": "google-adsense",
|
|
967
1165
|
"description": "Google Adsense Module for Nuxt.js",
|
|
968
1166
|
"repo": "nuxt-community/google-adsense-module",
|
|
969
|
-
"npm": "
|
|
1167
|
+
"npm": "",
|
|
970
1168
|
"icon": "google-adsense.png",
|
|
971
1169
|
"github": "https://github.com/nuxt-community/google-adsense-module",
|
|
972
1170
|
"website": "https://github.com/nuxt-community/google-adsense-module",
|
|
@@ -976,16 +1174,19 @@
|
|
|
976
1174
|
"maintainers": [
|
|
977
1175
|
{
|
|
978
1176
|
"name": "Troy Morehouse",
|
|
979
|
-
"github": "tmorehouse"
|
|
980
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2781561?v=4"
|
|
1177
|
+
"github": "tmorehouse"
|
|
981
1178
|
}
|
|
982
|
-
]
|
|
1179
|
+
],
|
|
1180
|
+
"compatibility": {
|
|
1181
|
+
"nuxt": "^2.0.0",
|
|
1182
|
+
"requires": {}
|
|
1183
|
+
}
|
|
983
1184
|
},
|
|
984
1185
|
{
|
|
985
1186
|
"name": "google-analytics",
|
|
986
1187
|
"description": "Google analytics Module for Nuxt.js",
|
|
987
1188
|
"repo": "nuxt-community/analytics-module",
|
|
988
|
-
"npm": "
|
|
1189
|
+
"npm": "",
|
|
989
1190
|
"icon": "google-analytics.png",
|
|
990
1191
|
"github": "https://github.com/nuxt-community/analytics-module",
|
|
991
1192
|
"website": "https://google-analytics.nuxtjs.org",
|
|
@@ -996,27 +1197,28 @@
|
|
|
996
1197
|
{
|
|
997
1198
|
"name": "Pooya Parsa",
|
|
998
1199
|
"github": "pi0",
|
|
999
|
-
"twitter": "_pi0_"
|
|
1000
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1200
|
+
"twitter": "_pi0_"
|
|
1001
1201
|
},
|
|
1002
1202
|
{
|
|
1003
1203
|
"name": "Ricardo Gobbo de Souza",
|
|
1004
|
-
"github": "ricardogobbosouza"
|
|
1005
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1204
|
+
"github": "ricardogobbosouza"
|
|
1006
1205
|
},
|
|
1007
1206
|
{
|
|
1008
1207
|
"name": "Matteo Gabriele",
|
|
1009
1208
|
"github": "MatteoGabriele",
|
|
1010
|
-
"twitter": "matteo_gabriele"
|
|
1011
|
-
"avatar": "https://avatars1.githubusercontent.com/u/5337152?v=4"
|
|
1209
|
+
"twitter": "matteo_gabriele"
|
|
1012
1210
|
}
|
|
1013
|
-
]
|
|
1211
|
+
],
|
|
1212
|
+
"compatibility": {
|
|
1213
|
+
"nuxt": "^2.0.0",
|
|
1214
|
+
"requires": {}
|
|
1215
|
+
}
|
|
1014
1216
|
},
|
|
1015
1217
|
{
|
|
1016
1218
|
"name": "google-fonts",
|
|
1017
1219
|
"description": "Google Fonts module for NuxtJS",
|
|
1018
1220
|
"repo": "nuxt-community/google-fonts-module",
|
|
1019
|
-
"npm": "
|
|
1221
|
+
"npm": "",
|
|
1020
1222
|
"icon": "google-fonts.png",
|
|
1021
1223
|
"github": "https://github.com/nuxt-community/google-fonts-module",
|
|
1022
1224
|
"website": "https://github.com/nuxt-community/google-fonts-module",
|
|
@@ -1026,16 +1228,19 @@
|
|
|
1026
1228
|
"maintainers": [
|
|
1027
1229
|
{
|
|
1028
1230
|
"name": "Ricardo Gobbo de Souza",
|
|
1029
|
-
"github": "ricardogobbosouza"
|
|
1030
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1231
|
+
"github": "ricardogobbosouza"
|
|
1031
1232
|
}
|
|
1032
|
-
]
|
|
1233
|
+
],
|
|
1234
|
+
"compatibility": {
|
|
1235
|
+
"nuxt": "^2.0.0",
|
|
1236
|
+
"requires": {}
|
|
1237
|
+
}
|
|
1033
1238
|
},
|
|
1034
1239
|
{
|
|
1035
1240
|
"name": "google-gtag",
|
|
1036
1241
|
"description": "Google GTag for Nuxt.js",
|
|
1037
1242
|
"repo": "nuxt-community/google-gtag",
|
|
1038
|
-
"npm": "
|
|
1243
|
+
"npm": "",
|
|
1039
1244
|
"icon": "gtm.png",
|
|
1040
1245
|
"github": "https://github.com/nuxt-community/google-gtag",
|
|
1041
1246
|
"website": "https://github.com/nuxt-community/google-gtag",
|
|
@@ -1045,21 +1250,23 @@
|
|
|
1045
1250
|
"maintainers": [
|
|
1046
1251
|
{
|
|
1047
1252
|
"name": "Dominic Garms",
|
|
1048
|
-
"github": "dohomi"
|
|
1049
|
-
"avatar": "https://avatars0.githubusercontent.com/u/489221?v=4"
|
|
1253
|
+
"github": "dohomi"
|
|
1050
1254
|
},
|
|
1051
1255
|
{
|
|
1052
1256
|
"name": "Ricardo Gobbo de Souza",
|
|
1053
|
-
"github": "ricardogobbosouza"
|
|
1054
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1257
|
+
"github": "ricardogobbosouza"
|
|
1055
1258
|
}
|
|
1056
|
-
]
|
|
1259
|
+
],
|
|
1260
|
+
"compatibility": {
|
|
1261
|
+
"nuxt": "^2.0.0",
|
|
1262
|
+
"requires": {}
|
|
1263
|
+
}
|
|
1057
1264
|
},
|
|
1058
1265
|
{
|
|
1059
1266
|
"name": "google-optimize",
|
|
1060
1267
|
"description": "SSR friendly Google Optimize module for Nuxt.js",
|
|
1061
1268
|
"repo": "nuxt-community/google-optimize-module",
|
|
1062
|
-
"npm": "
|
|
1269
|
+
"npm": "",
|
|
1063
1270
|
"icon": "google-optimize.png",
|
|
1064
1271
|
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
1065
1272
|
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
@@ -1070,28 +1277,29 @@
|
|
|
1070
1277
|
{
|
|
1071
1278
|
"name": "Pooya Parsa",
|
|
1072
1279
|
"github": "pi0",
|
|
1073
|
-
"twitter": "_pi0_"
|
|
1074
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1280
|
+
"twitter": "_pi0_"
|
|
1075
1281
|
},
|
|
1076
1282
|
{
|
|
1077
1283
|
"name": "Farzad Soltani",
|
|
1078
1284
|
"github": "farzadso",
|
|
1079
|
-
"twitter": "farzadso"
|
|
1080
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1285
|
+
"twitter": "farzadso"
|
|
1081
1286
|
},
|
|
1082
1287
|
{
|
|
1083
1288
|
"name": "Josh Deltener",
|
|
1084
1289
|
"github": "hecktarzuli",
|
|
1085
|
-
"twitter": "JoshDeltener"
|
|
1086
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2112282?v=4"
|
|
1290
|
+
"twitter": "JoshDeltener"
|
|
1087
1291
|
}
|
|
1088
|
-
]
|
|
1292
|
+
],
|
|
1293
|
+
"compatibility": {
|
|
1294
|
+
"nuxt": "^2.0.0",
|
|
1295
|
+
"requires": {}
|
|
1296
|
+
}
|
|
1089
1297
|
},
|
|
1090
1298
|
{
|
|
1091
1299
|
"name": "graphql-request",
|
|
1092
1300
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
1093
1301
|
"repo": "gomah/nuxt-graphql-request",
|
|
1094
|
-
"npm": "
|
|
1302
|
+
"npm": "",
|
|
1095
1303
|
"icon": "graphql-request.png",
|
|
1096
1304
|
"github": "https://github.com/gomah/nuxt-graphql-request",
|
|
1097
1305
|
"website": "https://github.com/gomah/nuxt-graphql-request",
|
|
@@ -1101,16 +1309,19 @@
|
|
|
1101
1309
|
"maintainers": [
|
|
1102
1310
|
{
|
|
1103
1311
|
"name": "gomah",
|
|
1104
|
-
"github": "gomah"
|
|
1105
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2362138?v=4"
|
|
1312
|
+
"github": "gomah"
|
|
1106
1313
|
}
|
|
1107
|
-
]
|
|
1314
|
+
],
|
|
1315
|
+
"compatibility": {
|
|
1316
|
+
"nuxt": "^2.0.0",
|
|
1317
|
+
"requires": {}
|
|
1318
|
+
}
|
|
1108
1319
|
},
|
|
1109
1320
|
{
|
|
1110
1321
|
"name": "gtm",
|
|
1111
1322
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
1112
1323
|
"repo": "nuxt-community/gtm-module",
|
|
1113
|
-
"npm": "
|
|
1324
|
+
"npm": "",
|
|
1114
1325
|
"icon": "gtm.png",
|
|
1115
1326
|
"github": "https://github.com/nuxt-community/gtm-module",
|
|
1116
1327
|
"website": "https://github.com/nuxt-community/gtm-module",
|
|
@@ -1121,16 +1332,19 @@
|
|
|
1121
1332
|
{
|
|
1122
1333
|
"name": "Pooya Parsa",
|
|
1123
1334
|
"github": "pi0",
|
|
1124
|
-
"twitter": "_pi0_"
|
|
1125
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1335
|
+
"twitter": "_pi0_"
|
|
1126
1336
|
}
|
|
1127
|
-
]
|
|
1337
|
+
],
|
|
1338
|
+
"compatibility": {
|
|
1339
|
+
"nuxt": "^2.0.0",
|
|
1340
|
+
"requires": {}
|
|
1341
|
+
}
|
|
1128
1342
|
},
|
|
1129
1343
|
{
|
|
1130
1344
|
"name": "guess",
|
|
1131
1345
|
"description": "Guess.js module for Nuxt.js",
|
|
1132
1346
|
"repo": "nuxt-community/guess-module",
|
|
1133
|
-
"npm": "
|
|
1347
|
+
"npm": "",
|
|
1134
1348
|
"icon": "guessjs.png",
|
|
1135
1349
|
"github": "https://github.com/nuxt-community/guess-module",
|
|
1136
1350
|
"website": "https://github.com/nuxt-community/guess-module",
|
|
@@ -1140,16 +1354,42 @@
|
|
|
1140
1354
|
"maintainers": [
|
|
1141
1355
|
{
|
|
1142
1356
|
"name": "Xin Du",
|
|
1143
|
-
"github": "clarkdo"
|
|
1144
|
-
|
|
1357
|
+
"github": "clarkdo"
|
|
1358
|
+
}
|
|
1359
|
+
],
|
|
1360
|
+
"compatibility": {
|
|
1361
|
+
"nuxt": "^2.0.0",
|
|
1362
|
+
"requires": {}
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"name": "headway",
|
|
1367
|
+
"description": "Headway changelog widget for Nuxt",
|
|
1368
|
+
"repo": "l-portet/nuxt-headway",
|
|
1369
|
+
"npm": "",
|
|
1370
|
+
"icon": "headway.png",
|
|
1371
|
+
"github": "https://github.com/l-portet/nuxt-headway",
|
|
1372
|
+
"website": "https://nuxt-headway.netlify.app/",
|
|
1373
|
+
"learn_more": "https://headwayapp.co/",
|
|
1374
|
+
"category": "UI",
|
|
1375
|
+
"type": "3rd-party",
|
|
1376
|
+
"maintainers": [
|
|
1377
|
+
{
|
|
1378
|
+
"name": "l-portet",
|
|
1379
|
+
"github": "l-portet",
|
|
1380
|
+
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4"
|
|
1145
1381
|
}
|
|
1146
|
-
]
|
|
1382
|
+
],
|
|
1383
|
+
"compatibility": {
|
|
1384
|
+
"nuxt": "^2.0.0",
|
|
1385
|
+
"requires": {}
|
|
1386
|
+
}
|
|
1147
1387
|
},
|
|
1148
1388
|
{
|
|
1149
1389
|
"name": "helmet",
|
|
1150
1390
|
"description": "Easy Helmet module with Nuxt.js'",
|
|
1151
1391
|
"repo": "victor-perez/nuxt-helmet",
|
|
1152
|
-
"npm": "
|
|
1392
|
+
"npm": "",
|
|
1153
1393
|
"icon": "",
|
|
1154
1394
|
"github": "https://github.com/victor-perez/nuxt-helmet",
|
|
1155
1395
|
"website": "https://github.com/victor-perez/nuxt-helmet",
|
|
@@ -1159,16 +1399,19 @@
|
|
|
1159
1399
|
"maintainers": [
|
|
1160
1400
|
{
|
|
1161
1401
|
"name": "victor-perez",
|
|
1162
|
-
"github": "victor-perez"
|
|
1163
|
-
"avatar": "https://avatars1.githubusercontent.com/u/672958?v=4"
|
|
1402
|
+
"github": "victor-perez"
|
|
1164
1403
|
}
|
|
1165
|
-
]
|
|
1404
|
+
],
|
|
1405
|
+
"compatibility": {
|
|
1406
|
+
"nuxt": "^2.0.0",
|
|
1407
|
+
"requires": {}
|
|
1408
|
+
}
|
|
1166
1409
|
},
|
|
1167
1410
|
{
|
|
1168
1411
|
"name": "highcharts",
|
|
1169
1412
|
"description": "Highcharts for Nuxt",
|
|
1170
1413
|
"repo": "richardeschloss/nuxt-highcharts",
|
|
1171
|
-
"npm": "
|
|
1414
|
+
"npm": "",
|
|
1172
1415
|
"icon": "",
|
|
1173
1416
|
"github": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
1174
1417
|
"website": "https://github.com/richardeschloss/nuxt-highcharts",
|
|
@@ -1178,16 +1421,19 @@
|
|
|
1178
1421
|
"maintainers": [
|
|
1179
1422
|
{
|
|
1180
1423
|
"name": "richardeschloss",
|
|
1181
|
-
"github": "richardeschloss"
|
|
1182
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
1424
|
+
"github": "richardeschloss"
|
|
1183
1425
|
}
|
|
1184
|
-
]
|
|
1426
|
+
],
|
|
1427
|
+
"compatibility": {
|
|
1428
|
+
"nuxt": "^2.0.0",
|
|
1429
|
+
"requires": {}
|
|
1430
|
+
}
|
|
1185
1431
|
},
|
|
1186
1432
|
{
|
|
1187
1433
|
"name": "history-state",
|
|
1188
1434
|
"description": "Nuxt.js module to backup or restore historical states",
|
|
1189
1435
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1190
|
-
"npm": "
|
|
1436
|
+
"npm": "",
|
|
1191
1437
|
"icon": "",
|
|
1192
1438
|
"github": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
1193
1439
|
"website": "https://github.com/hidekatsu-izuno/nuxt-history-state",
|
|
@@ -1197,16 +1443,19 @@
|
|
|
1197
1443
|
"maintainers": [
|
|
1198
1444
|
{
|
|
1199
1445
|
"name": "hidekatsu-izuno",
|
|
1200
|
-
"github": "hidekatsu-izuno"
|
|
1201
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1091860?v=4"
|
|
1446
|
+
"github": "hidekatsu-izuno"
|
|
1202
1447
|
}
|
|
1203
|
-
]
|
|
1448
|
+
],
|
|
1449
|
+
"compatibility": {
|
|
1450
|
+
"nuxt": "^2.0.0",
|
|
1451
|
+
"requires": {}
|
|
1452
|
+
}
|
|
1204
1453
|
},
|
|
1205
1454
|
{
|
|
1206
1455
|
"name": "html-minifier",
|
|
1207
1456
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
1208
1457
|
"repo": "nuxt-community/html-minifier-module",
|
|
1209
|
-
"npm": "
|
|
1458
|
+
"npm": "",
|
|
1210
1459
|
"icon": "",
|
|
1211
1460
|
"github": "https://github.com/nuxt-community/html-minifier-module",
|
|
1212
1461
|
"website": "https://github.com/nuxt-community/html-minifier-module",
|
|
@@ -1216,16 +1465,19 @@
|
|
|
1216
1465
|
"maintainers": [
|
|
1217
1466
|
{
|
|
1218
1467
|
"name": "Xin Du",
|
|
1219
|
-
"github": "clarkdo"
|
|
1220
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4312154?v=4"
|
|
1468
|
+
"github": "clarkdo"
|
|
1221
1469
|
}
|
|
1222
|
-
]
|
|
1470
|
+
],
|
|
1471
|
+
"compatibility": {
|
|
1472
|
+
"nuxt": "^2.0.0",
|
|
1473
|
+
"requires": {}
|
|
1474
|
+
}
|
|
1223
1475
|
},
|
|
1224
1476
|
{
|
|
1225
1477
|
"name": "html-validator",
|
|
1226
1478
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1227
1479
|
"repo": "nuxt-community/html-validator-module",
|
|
1228
|
-
"npm": "
|
|
1480
|
+
"npm": "",
|
|
1229
1481
|
"icon": "html-validator.png",
|
|
1230
1482
|
"github": "https://github.com/nuxt-community/html-validator-module",
|
|
1231
1483
|
"website": "https://html-validator.nuxtjs.org",
|
|
@@ -1236,16 +1488,19 @@
|
|
|
1236
1488
|
{
|
|
1237
1489
|
"name": "Daniel Roe",
|
|
1238
1490
|
"github": "danielroe",
|
|
1239
|
-
"twitter": "danielcroe"
|
|
1240
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
1491
|
+
"twitter": "danielcroe"
|
|
1241
1492
|
}
|
|
1242
|
-
]
|
|
1493
|
+
],
|
|
1494
|
+
"compatibility": {
|
|
1495
|
+
"nuxt": "^2.0.0",
|
|
1496
|
+
"requires": {}
|
|
1497
|
+
}
|
|
1243
1498
|
},
|
|
1244
1499
|
{
|
|
1245
1500
|
"name": "http",
|
|
1246
1501
|
"description": "Universal HTTP Module for Nuxt.js",
|
|
1247
1502
|
"repo": "nuxt/http",
|
|
1248
|
-
"npm": "
|
|
1503
|
+
"npm": "",
|
|
1249
1504
|
"icon": "http.png",
|
|
1250
1505
|
"github": "https://github.com/nuxt/http",
|
|
1251
1506
|
"website": "https://http.nuxtjs.org/",
|
|
@@ -1256,22 +1511,47 @@
|
|
|
1256
1511
|
{
|
|
1257
1512
|
"name": "Pooya Parsa",
|
|
1258
1513
|
"github": "pi0",
|
|
1259
|
-
"twitter": "_pi0_"
|
|
1260
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1514
|
+
"twitter": "_pi0_"
|
|
1261
1515
|
},
|
|
1262
1516
|
{
|
|
1263
1517
|
"name": "Sébastien Chopin",
|
|
1264
1518
|
"github": "Atinux",
|
|
1265
|
-
"twitter": "Atinux"
|
|
1266
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
1519
|
+
"twitter": "Atinux"
|
|
1267
1520
|
}
|
|
1268
|
-
]
|
|
1521
|
+
],
|
|
1522
|
+
"compatibility": {
|
|
1523
|
+
"nuxt": "^2.0.0",
|
|
1524
|
+
"requires": {}
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"name": "humans-txt",
|
|
1529
|
+
"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.",
|
|
1530
|
+
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1531
|
+
"npm": "",
|
|
1532
|
+
"icon": "",
|
|
1533
|
+
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
1534
|
+
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
1535
|
+
"learn_more": "https://humanstxt.org/",
|
|
1536
|
+
"category": "SEO",
|
|
1537
|
+
"type": "3rd-party",
|
|
1538
|
+
"maintainers": [
|
|
1539
|
+
{
|
|
1540
|
+
"name": "Luca Iaconelli",
|
|
1541
|
+
"github": "LuXDAmore",
|
|
1542
|
+
"twitter": "luxdamore"
|
|
1543
|
+
}
|
|
1544
|
+
],
|
|
1545
|
+
"compatibility": {
|
|
1546
|
+
"nuxt": "^2.0.0",
|
|
1547
|
+
"requires": {}
|
|
1548
|
+
}
|
|
1269
1549
|
},
|
|
1270
1550
|
{
|
|
1271
1551
|
"name": "i18n",
|
|
1272
1552
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1273
1553
|
"repo": "nuxt-community/i18n-module",
|
|
1274
|
-
"npm": "
|
|
1554
|
+
"npm": "",
|
|
1275
1555
|
"icon": "i18n.png",
|
|
1276
1556
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1277
1557
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1281,21 +1561,23 @@
|
|
|
1281
1561
|
"maintainers": [
|
|
1282
1562
|
{
|
|
1283
1563
|
"name": "Rafał Chłodnicki",
|
|
1284
|
-
"github": "rchl"
|
|
1285
|
-
"avatar": "https://avatars1.githubusercontent.com/u/153197?v=4"
|
|
1564
|
+
"github": "rchl"
|
|
1286
1565
|
},
|
|
1287
1566
|
{
|
|
1288
|
-
"name": "
|
|
1289
|
-
"github": "
|
|
1290
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
1567
|
+
"name": "Kazuya Kawaguchi",
|
|
1568
|
+
"github": "kazupon"
|
|
1291
1569
|
}
|
|
1292
|
-
]
|
|
1570
|
+
],
|
|
1571
|
+
"compatibility": {
|
|
1572
|
+
"nuxt": "^2.0.0",
|
|
1573
|
+
"requires": {}
|
|
1574
|
+
}
|
|
1293
1575
|
},
|
|
1294
1576
|
{
|
|
1295
1577
|
"name": "image-loader",
|
|
1296
1578
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
1297
1579
|
"repo": "PivaleCo/nuxt-image-loader-module",
|
|
1298
|
-
"npm": "
|
|
1580
|
+
"npm": "",
|
|
1299
1581
|
"icon": "",
|
|
1300
1582
|
"github": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
1301
1583
|
"website": "https://github.com/PivaleCo/nuxt-image-loader-module",
|
|
@@ -1305,16 +1587,19 @@
|
|
|
1305
1587
|
"maintainers": [
|
|
1306
1588
|
{
|
|
1307
1589
|
"name": "Barry Fisher",
|
|
1308
|
-
"github": "Barry-Fisher"
|
|
1309
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1033560?v=4"
|
|
1590
|
+
"github": "Barry-Fisher"
|
|
1310
1591
|
}
|
|
1311
|
-
]
|
|
1592
|
+
],
|
|
1593
|
+
"compatibility": {
|
|
1594
|
+
"nuxt": "^2.0.0",
|
|
1595
|
+
"requires": {}
|
|
1596
|
+
}
|
|
1312
1597
|
},
|
|
1313
1598
|
{
|
|
1314
1599
|
"name": "image",
|
|
1315
1600
|
"description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
1316
1601
|
"repo": "nuxt/image",
|
|
1317
|
-
"npm": "
|
|
1602
|
+
"npm": "",
|
|
1318
1603
|
"icon": "image.png",
|
|
1319
1604
|
"github": "https://github.com/nuxt/image",
|
|
1320
1605
|
"website": "https://image.nuxtjs.org",
|
|
@@ -1325,28 +1610,31 @@
|
|
|
1325
1610
|
{
|
|
1326
1611
|
"name": "Ahad Birang",
|
|
1327
1612
|
"github": "farnabaz",
|
|
1328
|
-
"twitter": "a_birang"
|
|
1329
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
1613
|
+
"twitter": "a_birang"
|
|
1330
1614
|
},
|
|
1331
1615
|
{
|
|
1332
1616
|
"name": "Pooya Parsa",
|
|
1333
1617
|
"github": "pi0",
|
|
1334
|
-
"twitter": "_pi0_"
|
|
1335
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1618
|
+
"twitter": "_pi0_"
|
|
1336
1619
|
},
|
|
1337
1620
|
{
|
|
1338
1621
|
"name": "Sebastien Chopin",
|
|
1339
1622
|
"github": "Atinux",
|
|
1340
|
-
"twitter": "Atinux"
|
|
1341
|
-
|
|
1623
|
+
"twitter": "Atinux"
|
|
1624
|
+
}
|
|
1625
|
+
],
|
|
1626
|
+
"compatibility": {
|
|
1627
|
+
"nuxt": "^2.0.0",
|
|
1628
|
+
"requires": {
|
|
1629
|
+
"bridge": "optional"
|
|
1342
1630
|
}
|
|
1343
|
-
|
|
1631
|
+
}
|
|
1344
1632
|
},
|
|
1345
1633
|
{
|
|
1346
1634
|
"name": "imagemin",
|
|
1347
1635
|
"description": "Automatically optimize (compress) all images used in Nuxt.js",
|
|
1348
1636
|
"repo": "nuxt-community/imagemin-module",
|
|
1349
|
-
"npm": "
|
|
1637
|
+
"npm": "",
|
|
1350
1638
|
"icon": "imagemin.png",
|
|
1351
1639
|
"github": "https://github.com/nuxt-community/imagemin-module",
|
|
1352
1640
|
"website": "https://github.com/nuxt-community/imagemin-module",
|
|
@@ -1356,16 +1644,19 @@
|
|
|
1356
1644
|
"maintainers": [
|
|
1357
1645
|
{
|
|
1358
1646
|
"name": "Ricardo Gobbo de Souza",
|
|
1359
|
-
"github": "ricardogobbosouza"
|
|
1360
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1647
|
+
"github": "ricardogobbosouza"
|
|
1361
1648
|
}
|
|
1362
|
-
]
|
|
1649
|
+
],
|
|
1650
|
+
"compatibility": {
|
|
1651
|
+
"nuxt": "^2.0.0",
|
|
1652
|
+
"requires": {}
|
|
1653
|
+
}
|
|
1363
1654
|
},
|
|
1364
1655
|
{
|
|
1365
1656
|
"name": "intercom",
|
|
1366
1657
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
1367
1658
|
"repo": "hex-digital/nuxt-intercom",
|
|
1368
|
-
"npm": "
|
|
1659
|
+
"npm": "",
|
|
1369
1660
|
"icon": "intercom.png",
|
|
1370
1661
|
"github": "https://github.com/hex-digital/nuxt-intercom",
|
|
1371
1662
|
"website": "https://github.com/hex-digital/nuxt-intercom",
|
|
@@ -1375,16 +1666,19 @@
|
|
|
1375
1666
|
"maintainers": [
|
|
1376
1667
|
{
|
|
1377
1668
|
"name": "hex-digital",
|
|
1378
|
-
"github": "hex-digital"
|
|
1379
|
-
"avatar": "https://avatars1.githubusercontent.com/u/17425446?v=4"
|
|
1669
|
+
"github": "hex-digital"
|
|
1380
1670
|
}
|
|
1381
|
-
]
|
|
1671
|
+
],
|
|
1672
|
+
"compatibility": {
|
|
1673
|
+
"nuxt": "^2.0.0",
|
|
1674
|
+
"requires": {}
|
|
1675
|
+
}
|
|
1382
1676
|
},
|
|
1383
1677
|
{
|
|
1384
1678
|
"name": "jsonapi",
|
|
1385
1679
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
1386
1680
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
1387
|
-
"npm": "
|
|
1681
|
+
"npm": "",
|
|
1388
1682
|
"icon": "jsonapi.svg",
|
|
1389
1683
|
"github": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
1390
1684
|
"website": "https://github.com/patrickcate/nuxt-jsonapi",
|
|
@@ -1394,16 +1688,19 @@
|
|
|
1394
1688
|
"maintainers": [
|
|
1395
1689
|
{
|
|
1396
1690
|
"name": "patrickcate",
|
|
1397
|
-
"github": "patrickcate"
|
|
1398
|
-
"avatar": "https://avatars0.githubusercontent.com/u/6277206?v=4"
|
|
1691
|
+
"github": "patrickcate"
|
|
1399
1692
|
}
|
|
1400
|
-
]
|
|
1693
|
+
],
|
|
1694
|
+
"compatibility": {
|
|
1695
|
+
"nuxt": "^2.0.0",
|
|
1696
|
+
"requires": {}
|
|
1697
|
+
}
|
|
1401
1698
|
},
|
|
1402
1699
|
{
|
|
1403
1700
|
"name": "kentico-kontent",
|
|
1404
1701
|
"description": "Add Kentico Kontent super power to your nuxt app",
|
|
1405
1702
|
"repo": "Domitnator/kentico-kontent-nuxt-module",
|
|
1406
|
-
"npm": "
|
|
1703
|
+
"npm": "",
|
|
1407
1704
|
"icon": "",
|
|
1408
1705
|
"github": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
1409
1706
|
"website": "https://github.com/Domitnator/kentico-kontent-nuxt-module",
|
|
@@ -1413,16 +1710,19 @@
|
|
|
1413
1710
|
"maintainers": [
|
|
1414
1711
|
{
|
|
1415
1712
|
"name": "Alfred Brockötter",
|
|
1416
|
-
"github": "Domitnator"
|
|
1417
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13468638?v=4"
|
|
1713
|
+
"github": "Domitnator"
|
|
1418
1714
|
}
|
|
1419
|
-
]
|
|
1715
|
+
],
|
|
1716
|
+
"compatibility": {
|
|
1717
|
+
"nuxt": "^2.0.0",
|
|
1718
|
+
"requires": {}
|
|
1719
|
+
}
|
|
1420
1720
|
},
|
|
1421
1721
|
{
|
|
1422
1722
|
"name": "laravel-echo",
|
|
1423
1723
|
"description": "Laravel Echo for Nuxt.js",
|
|
1424
1724
|
"repo": "nuxt-community/laravel-echo",
|
|
1425
|
-
"npm": "
|
|
1725
|
+
"npm": "",
|
|
1426
1726
|
"icon": "laravel-echo.png",
|
|
1427
1727
|
"github": "https://github.com/nuxt-community/laravel-echo",
|
|
1428
1728
|
"website": "https://github.com/nuxt-community/laravel-echo",
|
|
@@ -1432,16 +1732,19 @@
|
|
|
1432
1732
|
"maintainers": [
|
|
1433
1733
|
{
|
|
1434
1734
|
"name": "Ricardo Gobbo de Souza",
|
|
1435
|
-
"github": "ricardogobbosouza"
|
|
1436
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1735
|
+
"github": "ricardogobbosouza"
|
|
1437
1736
|
}
|
|
1438
|
-
]
|
|
1737
|
+
],
|
|
1738
|
+
"compatibility": {
|
|
1739
|
+
"nuxt": "^2.0.0",
|
|
1740
|
+
"requires": {}
|
|
1741
|
+
}
|
|
1439
1742
|
},
|
|
1440
1743
|
{
|
|
1441
1744
|
"name": "laravel-nuxt",
|
|
1442
1745
|
"description": "Build a SPA with Laravel and Nuxt",
|
|
1443
1746
|
"repo": "skyrpex/laravel-nuxt-js",
|
|
1444
|
-
"npm": "
|
|
1747
|
+
"npm": "",
|
|
1445
1748
|
"icon": "",
|
|
1446
1749
|
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
1447
1750
|
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
@@ -1451,16 +1754,19 @@
|
|
|
1451
1754
|
"maintainers": [
|
|
1452
1755
|
{
|
|
1453
1756
|
"name": "skyrpex",
|
|
1454
|
-
"github": "skyrpex"
|
|
1455
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1077520?v=4"
|
|
1757
|
+
"github": "skyrpex"
|
|
1456
1758
|
}
|
|
1457
|
-
]
|
|
1759
|
+
],
|
|
1760
|
+
"compatibility": {
|
|
1761
|
+
"nuxt": "^2.0.0",
|
|
1762
|
+
"requires": {}
|
|
1763
|
+
}
|
|
1458
1764
|
},
|
|
1459
1765
|
{
|
|
1460
1766
|
"name": "laravel",
|
|
1461
1767
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
1462
1768
|
"repo": "m2sd/nuxt-laravel",
|
|
1463
|
-
"npm": "
|
|
1769
|
+
"npm": "",
|
|
1464
1770
|
"icon": "laravel.png",
|
|
1465
1771
|
"github": "https://github.com/m2sd/nuxt-laravel",
|
|
1466
1772
|
"website": "https://github.com/m2sd/nuxt-laravel",
|
|
@@ -1470,16 +1776,19 @@
|
|
|
1470
1776
|
"maintainers": [
|
|
1471
1777
|
{
|
|
1472
1778
|
"name": "m2sd",
|
|
1473
|
-
"github": "m2sd"
|
|
1474
|
-
"avatar": "https://avatars0.githubusercontent.com/u/40393728?v=4"
|
|
1779
|
+
"github": "m2sd"
|
|
1475
1780
|
}
|
|
1476
|
-
]
|
|
1781
|
+
],
|
|
1782
|
+
"compatibility": {
|
|
1783
|
+
"nuxt": "^2.0.0",
|
|
1784
|
+
"requires": {}
|
|
1785
|
+
}
|
|
1477
1786
|
},
|
|
1478
1787
|
{
|
|
1479
1788
|
"name": "leaflet",
|
|
1480
1789
|
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
1481
1790
|
"repo": "schlunsen/nuxt-leaflet",
|
|
1482
|
-
"npm": "
|
|
1791
|
+
"npm": "",
|
|
1483
1792
|
"icon": "leaflet.png",
|
|
1484
1793
|
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
1485
1794
|
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
@@ -1489,16 +1798,19 @@
|
|
|
1489
1798
|
"maintainers": [
|
|
1490
1799
|
{
|
|
1491
1800
|
"name": "schlunsen",
|
|
1492
|
-
"github": "schlunsen"
|
|
1493
|
-
"avatar": "https://avatars3.githubusercontent.com/u/117190?v=4"
|
|
1801
|
+
"github": "schlunsen"
|
|
1494
1802
|
}
|
|
1495
|
-
]
|
|
1803
|
+
],
|
|
1804
|
+
"compatibility": {
|
|
1805
|
+
"nuxt": "^2.0.0",
|
|
1806
|
+
"requires": {}
|
|
1807
|
+
}
|
|
1496
1808
|
},
|
|
1497
1809
|
{
|
|
1498
1810
|
"name": "localforage",
|
|
1499
1811
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
1500
1812
|
"repo": "nuxt-community/localforage-module",
|
|
1501
|
-
"npm": "
|
|
1813
|
+
"npm": "",
|
|
1502
1814
|
"icon": "",
|
|
1503
1815
|
"github": "https://github.com/nuxt-community/localforage-module",
|
|
1504
1816
|
"website": "https://github.com/nuxt-community/localforage-module",
|
|
@@ -1509,21 +1821,23 @@
|
|
|
1509
1821
|
{
|
|
1510
1822
|
"name": "Alexandre Chopin",
|
|
1511
1823
|
"github": "alexchopin",
|
|
1512
|
-
"twitter": "alexchopin"
|
|
1513
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4084277?v=4"
|
|
1824
|
+
"twitter": "alexchopin"
|
|
1514
1825
|
},
|
|
1515
1826
|
{
|
|
1516
1827
|
"name": "Ricardo Gobbo de Souza",
|
|
1517
|
-
"github": "ricardogobbosouza"
|
|
1518
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
1828
|
+
"github": "ricardogobbosouza"
|
|
1519
1829
|
}
|
|
1520
|
-
]
|
|
1830
|
+
],
|
|
1831
|
+
"compatibility": {
|
|
1832
|
+
"nuxt": "^2.0.0",
|
|
1833
|
+
"requires": {}
|
|
1834
|
+
}
|
|
1521
1835
|
},
|
|
1522
1836
|
{
|
|
1523
1837
|
"name": "localtunnel",
|
|
1524
1838
|
"description": "exposes your localhost to the world for easy testing and sharing",
|
|
1525
1839
|
"repo": "nuxt-community/modules#master/packages/localtunnel",
|
|
1526
|
-
"npm": "
|
|
1840
|
+
"npm": "",
|
|
1527
1841
|
"icon": "localtunnel.png",
|
|
1528
1842
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
1529
1843
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/localtunnel",
|
|
@@ -1534,16 +1848,19 @@
|
|
|
1534
1848
|
{
|
|
1535
1849
|
"name": "Pooya Parsa",
|
|
1536
1850
|
"github": "pi0",
|
|
1537
|
-
"twitter": "_pi0_"
|
|
1538
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1851
|
+
"twitter": "_pi0_"
|
|
1539
1852
|
}
|
|
1540
|
-
]
|
|
1853
|
+
],
|
|
1854
|
+
"compatibility": {
|
|
1855
|
+
"nuxt": "^2.0.0",
|
|
1856
|
+
"requires": {}
|
|
1857
|
+
}
|
|
1541
1858
|
},
|
|
1542
1859
|
{
|
|
1543
1860
|
"name": "logrocket",
|
|
1544
1861
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
1545
1862
|
"repo": "nuxt-community/nuxt-logrocket",
|
|
1546
|
-
"npm": "
|
|
1863
|
+
"npm": "",
|
|
1547
1864
|
"icon": "logrocket.png",
|
|
1548
1865
|
"github": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
1549
1866
|
"website": "https://github.com/nuxt-community/nuxt-logrocket",
|
|
@@ -1554,16 +1871,19 @@
|
|
|
1554
1871
|
{
|
|
1555
1872
|
"name": "Farzad Soltani",
|
|
1556
1873
|
"github": "farzadso",
|
|
1557
|
-
"twitter": "farzadso"
|
|
1558
|
-
"avatar": "https://avatars0.githubusercontent.com/u/19854715?v=4"
|
|
1874
|
+
"twitter": "farzadso"
|
|
1559
1875
|
}
|
|
1560
|
-
]
|
|
1876
|
+
],
|
|
1877
|
+
"compatibility": {
|
|
1878
|
+
"nuxt": "^2.0.0",
|
|
1879
|
+
"requires": {}
|
|
1880
|
+
}
|
|
1561
1881
|
},
|
|
1562
1882
|
{
|
|
1563
1883
|
"name": "lunr",
|
|
1564
1884
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
1565
1885
|
"repo": "nuxt-community/lunr-module",
|
|
1566
|
-
"npm": "
|
|
1886
|
+
"npm": "",
|
|
1567
1887
|
"icon": "",
|
|
1568
1888
|
"github": "https://github.com/nuxt-community/lunr-module",
|
|
1569
1889
|
"website": "https://github.com/nuxt-community/lunr-module",
|
|
@@ -1573,16 +1893,19 @@
|
|
|
1573
1893
|
"maintainers": [
|
|
1574
1894
|
{
|
|
1575
1895
|
"name": "Pim",
|
|
1576
|
-
"github": "pimlie"
|
|
1577
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1896
|
+
"github": "pimlie"
|
|
1578
1897
|
}
|
|
1579
|
-
]
|
|
1898
|
+
],
|
|
1899
|
+
"compatibility": {
|
|
1900
|
+
"nuxt": "^2.0.0",
|
|
1901
|
+
"requires": {}
|
|
1902
|
+
}
|
|
1580
1903
|
},
|
|
1581
1904
|
{
|
|
1582
1905
|
"name": "markdownit",
|
|
1583
1906
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
1584
1907
|
"repo": "nuxt-community/markdownit-module",
|
|
1585
|
-
"npm": "
|
|
1908
|
+
"npm": "",
|
|
1586
1909
|
"icon": "",
|
|
1587
1910
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
1588
1911
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -1593,16 +1916,19 @@
|
|
|
1593
1916
|
{
|
|
1594
1917
|
"name": "Pooya Parsa",
|
|
1595
1918
|
"github": "pi0",
|
|
1596
|
-
"twitter": "_pi0_"
|
|
1597
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
1919
|
+
"twitter": "_pi0_"
|
|
1598
1920
|
}
|
|
1599
|
-
]
|
|
1921
|
+
],
|
|
1922
|
+
"compatibility": {
|
|
1923
|
+
"nuxt": "^2.0.0",
|
|
1924
|
+
"requires": {}
|
|
1925
|
+
}
|
|
1600
1926
|
},
|
|
1601
1927
|
{
|
|
1602
1928
|
"name": "matomo",
|
|
1603
1929
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
1604
1930
|
"repo": "pimlie/nuxt-matomo",
|
|
1605
|
-
"npm": "
|
|
1931
|
+
"npm": "",
|
|
1606
1932
|
"icon": "matomo.png",
|
|
1607
1933
|
"github": "https://github.com/pimlie/nuxt-matomo",
|
|
1608
1934
|
"website": "https://github.com/pimlie/nuxt-matomo",
|
|
@@ -1612,16 +1938,19 @@
|
|
|
1612
1938
|
"maintainers": [
|
|
1613
1939
|
{
|
|
1614
1940
|
"name": "pimlie",
|
|
1615
|
-
"github": "pimlie"
|
|
1616
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1941
|
+
"github": "pimlie"
|
|
1617
1942
|
}
|
|
1618
|
-
]
|
|
1943
|
+
],
|
|
1944
|
+
"compatibility": {
|
|
1945
|
+
"nuxt": "^2.0.0",
|
|
1946
|
+
"requires": {}
|
|
1947
|
+
}
|
|
1619
1948
|
},
|
|
1620
1949
|
{
|
|
1621
1950
|
"name": "mdx",
|
|
1622
1951
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
1623
1952
|
"repo": "nuxt-community/mdx-module",
|
|
1624
|
-
"npm": "
|
|
1953
|
+
"npm": "",
|
|
1625
1954
|
"icon": "mdx.png",
|
|
1626
1955
|
"github": "https://github.com/nuxt-community/mdx-module",
|
|
1627
1956
|
"website": "https://mdx.nuxtjs.org",
|
|
@@ -1632,16 +1961,19 @@
|
|
|
1632
1961
|
{
|
|
1633
1962
|
"name": "Jonathan Bakebwa",
|
|
1634
1963
|
"github": "codebender828",
|
|
1635
|
-
"twitter": "codebender828"
|
|
1636
|
-
"avatar": "https://avatars2.githubusercontent.com/u/21237954?v=4"
|
|
1964
|
+
"twitter": "codebender828"
|
|
1637
1965
|
}
|
|
1638
|
-
]
|
|
1966
|
+
],
|
|
1967
|
+
"compatibility": {
|
|
1968
|
+
"nuxt": "^2.0.0",
|
|
1969
|
+
"requires": {}
|
|
1970
|
+
}
|
|
1639
1971
|
},
|
|
1640
1972
|
{
|
|
1641
1973
|
"name": "memwatch",
|
|
1642
1974
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
1643
1975
|
"repo": "pimlie/nuxt-memwatch",
|
|
1644
|
-
"npm": "
|
|
1976
|
+
"npm": "",
|
|
1645
1977
|
"icon": "",
|
|
1646
1978
|
"github": "https://github.com/pimlie/nuxt-memwatch",
|
|
1647
1979
|
"website": "https://github.com/pimlie/nuxt-memwatch",
|
|
@@ -1651,16 +1983,19 @@
|
|
|
1651
1983
|
"maintainers": [
|
|
1652
1984
|
{
|
|
1653
1985
|
"name": "pimlie",
|
|
1654
|
-
"github": "pimlie"
|
|
1655
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
1986
|
+
"github": "pimlie"
|
|
1656
1987
|
}
|
|
1657
|
-
]
|
|
1988
|
+
],
|
|
1989
|
+
"compatibility": {
|
|
1990
|
+
"nuxt": "^2.0.0",
|
|
1991
|
+
"requires": {}
|
|
1992
|
+
}
|
|
1658
1993
|
},
|
|
1659
1994
|
{
|
|
1660
1995
|
"name": "mobile",
|
|
1661
1996
|
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
1662
1997
|
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
1663
|
-
"npm": "
|
|
1998
|
+
"npm": "",
|
|
1664
1999
|
"icon": "",
|
|
1665
2000
|
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
1666
2001
|
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
@@ -1670,16 +2005,19 @@
|
|
|
1670
2005
|
"maintainers": [
|
|
1671
2006
|
{
|
|
1672
2007
|
"name": "ChanningDefoe",
|
|
1673
|
-
"github": "ChanningDefoe"
|
|
1674
|
-
"avatar": "https://avatars1.githubusercontent.com/u/46541358?v=4"
|
|
2008
|
+
"github": "ChanningDefoe"
|
|
1675
2009
|
}
|
|
1676
|
-
]
|
|
2010
|
+
],
|
|
2011
|
+
"compatibility": {
|
|
2012
|
+
"nuxt": "^2.0.0",
|
|
2013
|
+
"requires": {}
|
|
2014
|
+
}
|
|
1677
2015
|
},
|
|
1678
2016
|
{
|
|
1679
2017
|
"name": "moment",
|
|
1680
2018
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
1681
2019
|
"repo": "nuxt-community/moment-module",
|
|
1682
|
-
"npm": "
|
|
2020
|
+
"npm": "",
|
|
1683
2021
|
"icon": "momentjs.png",
|
|
1684
2022
|
"github": "https://github.com/nuxt-community/moment-module",
|
|
1685
2023
|
"website": "https://github.com/nuxt-community/moment-module",
|
|
@@ -1690,21 +2028,23 @@
|
|
|
1690
2028
|
{
|
|
1691
2029
|
"name": "Pooya Parsa",
|
|
1692
2030
|
"github": "pi0",
|
|
1693
|
-
"twitter": "_pi0_"
|
|
1694
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2031
|
+
"twitter": "_pi0_"
|
|
1695
2032
|
},
|
|
1696
2033
|
{
|
|
1697
2034
|
"name": "Ricardo Gobbo de Souza",
|
|
1698
|
-
"github": "ricardogobbosouza"
|
|
1699
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2035
|
+
"github": "ricardogobbosouza"
|
|
1700
2036
|
}
|
|
1701
|
-
]
|
|
2037
|
+
],
|
|
2038
|
+
"compatibility": {
|
|
2039
|
+
"nuxt": "^2.0.0",
|
|
2040
|
+
"requires": {}
|
|
2041
|
+
}
|
|
1702
2042
|
},
|
|
1703
2043
|
{
|
|
1704
2044
|
"name": "mq",
|
|
1705
2045
|
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
1706
2046
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
1707
|
-
"npm": "
|
|
2047
|
+
"npm": "",
|
|
1708
2048
|
"icon": "",
|
|
1709
2049
|
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
1710
2050
|
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
@@ -1714,16 +2054,19 @@
|
|
|
1714
2054
|
"maintainers": [
|
|
1715
2055
|
{
|
|
1716
2056
|
"name": "vanhoofmaarten",
|
|
1717
|
-
"github": "vanhoofmaarten"
|
|
1718
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2543633?v=4"
|
|
2057
|
+
"github": "vanhoofmaarten"
|
|
1719
2058
|
}
|
|
1720
|
-
]
|
|
2059
|
+
],
|
|
2060
|
+
"compatibility": {
|
|
2061
|
+
"nuxt": "^2.0.0",
|
|
2062
|
+
"requires": {}
|
|
2063
|
+
}
|
|
1721
2064
|
},
|
|
1722
2065
|
{
|
|
1723
2066
|
"name": "neo",
|
|
1724
2067
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
1725
2068
|
"repo": "ezypeeze/nuxt-neo",
|
|
1726
|
-
"npm": "
|
|
2069
|
+
"npm": "",
|
|
1727
2070
|
"icon": "",
|
|
1728
2071
|
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
1729
2072
|
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
@@ -1733,16 +2076,19 @@
|
|
|
1733
2076
|
"maintainers": [
|
|
1734
2077
|
{
|
|
1735
2078
|
"name": "ezypeeze",
|
|
1736
|
-
"github": "ezypeeze"
|
|
1737
|
-
"avatar": "https://avatars0.githubusercontent.com/u/10672637?v=4"
|
|
2079
|
+
"github": "ezypeeze"
|
|
1738
2080
|
}
|
|
1739
|
-
]
|
|
2081
|
+
],
|
|
2082
|
+
"compatibility": {
|
|
2083
|
+
"nuxt": "^2.0.0",
|
|
2084
|
+
"requires": {}
|
|
2085
|
+
}
|
|
1740
2086
|
},
|
|
1741
2087
|
{
|
|
1742
2088
|
"name": "netlify-cache",
|
|
1743
2089
|
"description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
|
|
1744
2090
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
1745
|
-
"npm": "
|
|
2091
|
+
"npm": "",
|
|
1746
2092
|
"icon": "netlify.png",
|
|
1747
2093
|
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
1748
2094
|
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
@@ -1752,16 +2098,19 @@
|
|
|
1752
2098
|
"maintainers": [
|
|
1753
2099
|
{
|
|
1754
2100
|
"name": "DreaMinder",
|
|
1755
|
-
"github": "DreaMinder"
|
|
1756
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2715278?v=4"
|
|
2101
|
+
"github": "DreaMinder"
|
|
1757
2102
|
}
|
|
1758
|
-
]
|
|
2103
|
+
],
|
|
2104
|
+
"compatibility": {
|
|
2105
|
+
"nuxt": "^2.0.0",
|
|
2106
|
+
"requires": {}
|
|
2107
|
+
}
|
|
1759
2108
|
},
|
|
1760
2109
|
{
|
|
1761
2110
|
"name": "netlify-files",
|
|
1762
2111
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
1763
2112
|
"repo": "nuxt-community/netlify-files-module",
|
|
1764
|
-
"npm": "
|
|
2113
|
+
"npm": "",
|
|
1765
2114
|
"icon": "netlify.png",
|
|
1766
2115
|
"github": "https://github.com/nuxt-community/netlify-files-module",
|
|
1767
2116
|
"website": "https://github.com/nuxt-community/netlify-files-module",
|
|
@@ -1772,16 +2121,19 @@
|
|
|
1772
2121
|
{
|
|
1773
2122
|
"name": "Alexander Lichter",
|
|
1774
2123
|
"github": "manniL",
|
|
1775
|
-
"twitter": "TheAlexLichter"
|
|
1776
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2124
|
+
"twitter": "TheAlexLichter"
|
|
1777
2125
|
}
|
|
1778
|
-
]
|
|
2126
|
+
],
|
|
2127
|
+
"compatibility": {
|
|
2128
|
+
"nuxt": "^2.0.0",
|
|
2129
|
+
"requires": {}
|
|
2130
|
+
}
|
|
1779
2131
|
},
|
|
1780
2132
|
{
|
|
1781
2133
|
"name": "netlify",
|
|
1782
2134
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
|
|
1783
2135
|
"repo": "bazzite/nuxt-netlify",
|
|
1784
|
-
"npm": "
|
|
2136
|
+
"npm": "",
|
|
1785
2137
|
"icon": "netlify.png",
|
|
1786
2138
|
"github": "https://github.com/bazzite/nuxt-netlify",
|
|
1787
2139
|
"website": "https://marquez.co/docs/nuxt-netlify/",
|
|
@@ -1791,16 +2143,19 @@
|
|
|
1791
2143
|
"maintainers": [
|
|
1792
2144
|
{
|
|
1793
2145
|
"name": "bazzite",
|
|
1794
|
-
"github": "bazzite"
|
|
1795
|
-
"avatar": "https://avatars1.githubusercontent.com/u/66133254?v=4"
|
|
2146
|
+
"github": "bazzite"
|
|
1796
2147
|
}
|
|
1797
|
-
]
|
|
2148
|
+
],
|
|
2149
|
+
"compatibility": {
|
|
2150
|
+
"nuxt": "^2.0.0",
|
|
2151
|
+
"requires": {}
|
|
2152
|
+
}
|
|
1798
2153
|
},
|
|
1799
2154
|
{
|
|
1800
2155
|
"name": "ngrok",
|
|
1801
2156
|
"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",
|
|
1802
2157
|
"repo": "nuxt-community/ngrok",
|
|
1803
|
-
"npm": "
|
|
2158
|
+
"npm": "",
|
|
1804
2159
|
"icon": "ngrok.png",
|
|
1805
2160
|
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
1806
2161
|
"website": "https://ngrok.nuxtjs.org",
|
|
@@ -1811,22 +2166,24 @@
|
|
|
1811
2166
|
{
|
|
1812
2167
|
"name": "Debbie O'Brien",
|
|
1813
2168
|
"github": "debs-obrien",
|
|
1814
|
-
"twitter": "debs_obrien"
|
|
1815
|
-
"avatar": "https://avatars2.githubusercontent.com/u/13063165?v=4"
|
|
2169
|
+
"twitter": "debs_obrien"
|
|
1816
2170
|
},
|
|
1817
2171
|
{
|
|
1818
2172
|
"name": "Pooya Parsa",
|
|
1819
2173
|
"github": "pi0",
|
|
1820
|
-
"twitter": "_pi0_"
|
|
1821
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2174
|
+
"twitter": "_pi0_"
|
|
1822
2175
|
}
|
|
1823
|
-
]
|
|
2176
|
+
],
|
|
2177
|
+
"compatibility": {
|
|
2178
|
+
"nuxt": "^2.0.0",
|
|
2179
|
+
"requires": {}
|
|
2180
|
+
}
|
|
1824
2181
|
},
|
|
1825
2182
|
{
|
|
1826
2183
|
"name": "notion",
|
|
1827
2184
|
"description": "Vue renderer for Notion pages",
|
|
1828
2185
|
"repo": "janniks/vue-notion",
|
|
1829
|
-
"npm": "
|
|
2186
|
+
"npm": "",
|
|
1830
2187
|
"icon": "notion.svg",
|
|
1831
2188
|
"github": "https://github.com/janniks/vue-notion",
|
|
1832
2189
|
"website": "https://github.com/janniks/vue-notion",
|
|
@@ -1836,16 +2193,90 @@
|
|
|
1836
2193
|
"maintainers": [
|
|
1837
2194
|
{
|
|
1838
2195
|
"name": "janniks",
|
|
1839
|
-
"github": "janniks"
|
|
1840
|
-
|
|
2196
|
+
"github": "janniks"
|
|
2197
|
+
}
|
|
2198
|
+
],
|
|
2199
|
+
"compatibility": {
|
|
2200
|
+
"nuxt": "^2.0.0",
|
|
2201
|
+
"requires": {}
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"name": "nuxt-hue",
|
|
2206
|
+
"description": "Enlighten your Nuxt experience",
|
|
2207
|
+
"repo": "lihbr/nuxt-hue",
|
|
2208
|
+
"npm": "",
|
|
2209
|
+
"icon": "nuxt-hue.svg",
|
|
2210
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2211
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2212
|
+
"learn_more": "",
|
|
2213
|
+
"category": "Devtools",
|
|
2214
|
+
"type": "3rd-party",
|
|
2215
|
+
"maintainers": [
|
|
2216
|
+
{
|
|
2217
|
+
"name": "lihbr",
|
|
2218
|
+
"github": "lihbr"
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"compatibility": {
|
|
2222
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2223
|
+
"requires": {
|
|
2224
|
+
"bridge": "optional"
|
|
1841
2225
|
}
|
|
1842
|
-
|
|
2226
|
+
}
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"name": "nuxt-png-to-ico",
|
|
2230
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
2231
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
2232
|
+
"npm": "",
|
|
2233
|
+
"icon": "",
|
|
2234
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2235
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
2236
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
2237
|
+
"category": "Devtools",
|
|
2238
|
+
"type": "3rd-party",
|
|
2239
|
+
"maintainers": [
|
|
2240
|
+
{
|
|
2241
|
+
"name": "b5710546232",
|
|
2242
|
+
"github": "b5710546232",
|
|
2243
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
2244
|
+
}
|
|
2245
|
+
],
|
|
2246
|
+
"compatibility": {
|
|
2247
|
+
"nuxt": "^2.0.0",
|
|
2248
|
+
"requires": {}
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
"name": "nuxt-smartlook",
|
|
2253
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
2254
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
2255
|
+
"npm": "",
|
|
2256
|
+
"icon": "nuxt-smartlook.png",
|
|
2257
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2258
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
2259
|
+
"learn_more": "https://www.smartlook.com/",
|
|
2260
|
+
"category": "Analytics",
|
|
2261
|
+
"type": "3rd-party",
|
|
2262
|
+
"maintainers": [
|
|
2263
|
+
{
|
|
2264
|
+
"name": "Milan Sulc",
|
|
2265
|
+
"github": "f3l1x",
|
|
2266
|
+
"twitter": "xf3l1x",
|
|
2267
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
2268
|
+
}
|
|
2269
|
+
],
|
|
2270
|
+
"compatibility": {
|
|
2271
|
+
"nuxt": "^2.0.0",
|
|
2272
|
+
"requires": {}
|
|
2273
|
+
}
|
|
1843
2274
|
},
|
|
1844
2275
|
{
|
|
1845
2276
|
"name": "nuxt-use-motion",
|
|
1846
2277
|
"description": "A Nuxt module putting your components in motion",
|
|
1847
2278
|
"repo": "Tahul/nuxt-use-motion",
|
|
1848
|
-
"npm": "
|
|
2279
|
+
"npm": "",
|
|
1849
2280
|
"icon": "nuxt-use-motion.svg",
|
|
1850
2281
|
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
1851
2282
|
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
@@ -1855,16 +2286,19 @@
|
|
|
1855
2286
|
"maintainers": [
|
|
1856
2287
|
{
|
|
1857
2288
|
"name": "Tahul",
|
|
1858
|
-
"github": "Tahul"
|
|
1859
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1385263?v=4"
|
|
2289
|
+
"github": "Tahul"
|
|
1860
2290
|
}
|
|
1861
|
-
]
|
|
2291
|
+
],
|
|
2292
|
+
"compatibility": {
|
|
2293
|
+
"nuxt": "^2.0.0",
|
|
2294
|
+
"requires": {}
|
|
2295
|
+
}
|
|
1862
2296
|
},
|
|
1863
2297
|
{
|
|
1864
2298
|
"name": "nuxt-use-sound",
|
|
1865
2299
|
"description": "A Nuxt module for playing sound effects.",
|
|
1866
2300
|
"repo": "Tahul/nuxt-use-sound",
|
|
1867
|
-
"npm": "
|
|
2301
|
+
"npm": "",
|
|
1868
2302
|
"icon": "nuxt-use-sound.svg",
|
|
1869
2303
|
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
1870
2304
|
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
@@ -1874,16 +2308,19 @@
|
|
|
1874
2308
|
"maintainers": [
|
|
1875
2309
|
{
|
|
1876
2310
|
"name": "Tahul",
|
|
1877
|
-
"github": "Tahul"
|
|
1878
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1385263?v=4"
|
|
2311
|
+
"github": "Tahul"
|
|
1879
2312
|
}
|
|
1880
|
-
]
|
|
2313
|
+
],
|
|
2314
|
+
"compatibility": {
|
|
2315
|
+
"nuxt": "^2.0.0",
|
|
2316
|
+
"requires": {}
|
|
2317
|
+
}
|
|
1881
2318
|
},
|
|
1882
2319
|
{
|
|
1883
2320
|
"name": "nuxt-viewport",
|
|
1884
2321
|
"description": "Define custom viewports for your Nuxt project",
|
|
1885
2322
|
"repo": "mvrlin/nuxt-viewport",
|
|
1886
|
-
"npm": "
|
|
2323
|
+
"npm": "",
|
|
1887
2324
|
"icon": "nuxt-viewport.svg",
|
|
1888
2325
|
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
1889
2326
|
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
@@ -1893,16 +2330,19 @@
|
|
|
1893
2330
|
"maintainers": [
|
|
1894
2331
|
{
|
|
1895
2332
|
"name": "mvrlin",
|
|
1896
|
-
"github": "mvrlin"
|
|
1897
|
-
"avatar": "https://avatars.githubusercontent.com/u/24970784?v=4"
|
|
2333
|
+
"github": "mvrlin"
|
|
1898
2334
|
}
|
|
1899
|
-
]
|
|
2335
|
+
],
|
|
2336
|
+
"compatibility": {
|
|
2337
|
+
"nuxt": "^2.0.0",
|
|
2338
|
+
"requires": {}
|
|
2339
|
+
}
|
|
1900
2340
|
},
|
|
1901
2341
|
{
|
|
1902
2342
|
"name": "nuxt7",
|
|
1903
2343
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
1904
2344
|
"repo": "nuxt-community/nuxt7",
|
|
1905
|
-
"npm": "
|
|
2345
|
+
"npm": "",
|
|
1906
2346
|
"icon": "",
|
|
1907
2347
|
"github": "https://github.com/nuxt-community/nuxt7",
|
|
1908
2348
|
"website": "https://github.com/nuxt-community/nuxt7",
|
|
@@ -1913,16 +2353,19 @@
|
|
|
1913
2353
|
{
|
|
1914
2354
|
"name": "Pooya Parsa",
|
|
1915
2355
|
"github": "pi0",
|
|
1916
|
-
"twitter": "_pi0_"
|
|
1917
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2356
|
+
"twitter": "_pi0_"
|
|
1918
2357
|
}
|
|
1919
|
-
]
|
|
2358
|
+
],
|
|
2359
|
+
"compatibility": {
|
|
2360
|
+
"nuxt": "^2.0.0",
|
|
2361
|
+
"requires": {}
|
|
2362
|
+
}
|
|
1920
2363
|
},
|
|
1921
2364
|
{
|
|
1922
2365
|
"name": "onesignal",
|
|
1923
2366
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
1924
2367
|
"repo": "nuxt-community/onesignal-module",
|
|
1925
|
-
"npm": "
|
|
2368
|
+
"npm": "",
|
|
1926
2369
|
"icon": "one-signal.png",
|
|
1927
2370
|
"github": "https://github.com/nuxt-community/onesignal-module",
|
|
1928
2371
|
"website": "https://github.com/nuxt-community/onesignal-module",
|
|
@@ -1933,16 +2376,19 @@
|
|
|
1933
2376
|
{
|
|
1934
2377
|
"name": "Pooya Parsa",
|
|
1935
2378
|
"github": "pi0",
|
|
1936
|
-
"twitter": "_pi0_"
|
|
1937
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2379
|
+
"twitter": "_pi0_"
|
|
1938
2380
|
}
|
|
1939
|
-
]
|
|
2381
|
+
],
|
|
2382
|
+
"compatibility": {
|
|
2383
|
+
"nuxt": "^2.0.0",
|
|
2384
|
+
"requires": {}
|
|
2385
|
+
}
|
|
1940
2386
|
},
|
|
1941
2387
|
{
|
|
1942
2388
|
"name": "optimized-images",
|
|
1943
2389
|
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
|
|
1944
2390
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
1945
|
-
"npm": "
|
|
2391
|
+
"npm": "",
|
|
1946
2392
|
"icon": "",
|
|
1947
2393
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
1948
2394
|
"website": "https://marquez.co/docs/nuxt-optimized-images/",
|
|
@@ -1953,16 +2399,19 @@
|
|
|
1953
2399
|
{
|
|
1954
2400
|
"name": "Julio Marquez",
|
|
1955
2401
|
"github": "juliomrqz",
|
|
1956
|
-
"twitter": "juliomrqz"
|
|
1957
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
2402
|
+
"twitter": "juliomrqz"
|
|
1958
2403
|
}
|
|
1959
|
-
]
|
|
2404
|
+
],
|
|
2405
|
+
"compatibility": {
|
|
2406
|
+
"nuxt": "^2.0.0",
|
|
2407
|
+
"requires": {}
|
|
2408
|
+
}
|
|
1960
2409
|
},
|
|
1961
2410
|
{
|
|
1962
2411
|
"name": "page-generator-helper",
|
|
1963
2412
|
"description": "Generate your pages statically without using payload extractors.",
|
|
1964
2413
|
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1965
|
-
"npm": "
|
|
2414
|
+
"npm": "",
|
|
1966
2415
|
"icon": "",
|
|
1967
2416
|
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
1968
2417
|
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
@@ -1972,16 +2421,19 @@
|
|
|
1972
2421
|
"maintainers": [
|
|
1973
2422
|
{
|
|
1974
2423
|
"name": "GrabarzUndPartner",
|
|
1975
|
-
"github": "GrabarzUndPartner"
|
|
1976
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2424
|
+
"github": "GrabarzUndPartner"
|
|
1977
2425
|
}
|
|
1978
|
-
]
|
|
2426
|
+
],
|
|
2427
|
+
"compatibility": {
|
|
2428
|
+
"nuxt": "^2.0.0",
|
|
2429
|
+
"requires": {}
|
|
2430
|
+
}
|
|
1979
2431
|
},
|
|
1980
2432
|
{
|
|
1981
2433
|
"name": "parse",
|
|
1982
2434
|
"description": "Parse package for Nuxt.js",
|
|
1983
2435
|
"repo": "cierrateam/nuxt-parse",
|
|
1984
|
-
"npm": "
|
|
2436
|
+
"npm": "",
|
|
1985
2437
|
"icon": "",
|
|
1986
2438
|
"github": "https://github.com/cierrateam/nuxt-parse",
|
|
1987
2439
|
"website": "https://github.com/cierrateam/nuxt-parse",
|
|
@@ -1991,16 +2443,66 @@
|
|
|
1991
2443
|
"maintainers": [
|
|
1992
2444
|
{
|
|
1993
2445
|
"name": "cierrateam",
|
|
1994
|
-
"github": "cierrateam"
|
|
1995
|
-
|
|
2446
|
+
"github": "cierrateam"
|
|
2447
|
+
}
|
|
2448
|
+
],
|
|
2449
|
+
"compatibility": {
|
|
2450
|
+
"nuxt": "^2.0.0",
|
|
2451
|
+
"requires": {}
|
|
2452
|
+
}
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"name": "persian-datepicker",
|
|
2456
|
+
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
2457
|
+
"repo": "alireza-ab/vue-persian-datepicker",
|
|
2458
|
+
"npm": "",
|
|
2459
|
+
"icon": "persian-datepicker.svg",
|
|
2460
|
+
"github": "https://github.com/alireza-ab/vue-persian-datepicker",
|
|
2461
|
+
"website": "https://alireza-ab.ir/datepicker",
|
|
2462
|
+
"learn_more": "https://alireza-ab.ir/datepicker",
|
|
2463
|
+
"category": "Date",
|
|
2464
|
+
"type": "3rd-party",
|
|
2465
|
+
"maintainers": [
|
|
2466
|
+
{
|
|
2467
|
+
"name": "Alireza Alibeiki",
|
|
2468
|
+
"github": "alireza-ab",
|
|
2469
|
+
"avatar": "https://avatars0.githubusercontent.com/u/55649373?v=4"
|
|
2470
|
+
}
|
|
2471
|
+
],
|
|
2472
|
+
"compatibility": {
|
|
2473
|
+
"nuxt": "^2.0.0",
|
|
2474
|
+
"requires": {}
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"name": "pinia",
|
|
2479
|
+
"description": "The Vue Store that you will enjoy using",
|
|
2480
|
+
"repo": "posva/pinia#v2/packages/nuxt",
|
|
2481
|
+
"npm": "",
|
|
2482
|
+
"icon": "pinia.svg",
|
|
2483
|
+
"github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
|
|
2484
|
+
"website": "https://pinia.esm.dev/",
|
|
2485
|
+
"learn_more": "",
|
|
2486
|
+
"category": "Extensions",
|
|
2487
|
+
"type": "3rd-party",
|
|
2488
|
+
"maintainers": [
|
|
2489
|
+
{
|
|
2490
|
+
"name": "posva",
|
|
2491
|
+
"github": "posva"
|
|
2492
|
+
}
|
|
2493
|
+
],
|
|
2494
|
+
"compatibility": {
|
|
2495
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2496
|
+
"requires": {
|
|
2497
|
+
"bridge": "optional"
|
|
1996
2498
|
}
|
|
1997
|
-
|
|
2499
|
+
}
|
|
1998
2500
|
},
|
|
1999
2501
|
{
|
|
2000
2502
|
"name": "plausible",
|
|
2001
2503
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
2002
2504
|
"repo": "moritzsternemann/vue-plausible",
|
|
2003
|
-
"npm": "
|
|
2505
|
+
"npm": "",
|
|
2004
2506
|
"icon": "plausible.png",
|
|
2005
2507
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
2006
2508
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
@@ -2010,16 +2512,19 @@
|
|
|
2010
2512
|
"maintainers": [
|
|
2011
2513
|
{
|
|
2012
2514
|
"name": "moritzsternemann",
|
|
2013
|
-
"github": "moritzsternemann"
|
|
2014
|
-
"avatar": "https://avatars1.githubusercontent.com/u/3034168?v=4"
|
|
2515
|
+
"github": "moritzsternemann"
|
|
2015
2516
|
}
|
|
2016
|
-
]
|
|
2517
|
+
],
|
|
2518
|
+
"compatibility": {
|
|
2519
|
+
"nuxt": "^2.0.0",
|
|
2520
|
+
"requires": {}
|
|
2521
|
+
}
|
|
2017
2522
|
},
|
|
2018
2523
|
{
|
|
2019
2524
|
"name": "precompress",
|
|
2020
2525
|
"description": "Precompress files to gzip and brotli and serve them automatically",
|
|
2021
2526
|
"repo": "frenchrabbit/nuxt-precompress",
|
|
2022
|
-
"npm": "
|
|
2527
|
+
"npm": "",
|
|
2023
2528
|
"icon": "",
|
|
2024
2529
|
"github": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
2025
2530
|
"website": "https://github.com/frenchrabbit/nuxt-precompress",
|
|
@@ -2029,16 +2534,19 @@
|
|
|
2029
2534
|
"maintainers": [
|
|
2030
2535
|
{
|
|
2031
2536
|
"name": "frenchrabbit",
|
|
2032
|
-
"github": "frenchrabbit"
|
|
2033
|
-
"avatar": "https://avatars3.githubusercontent.com/u/9402252?v=4"
|
|
2537
|
+
"github": "frenchrabbit"
|
|
2034
2538
|
}
|
|
2035
|
-
]
|
|
2539
|
+
],
|
|
2540
|
+
"compatibility": {
|
|
2541
|
+
"nuxt": "^2.0.0",
|
|
2542
|
+
"requires": {}
|
|
2543
|
+
}
|
|
2036
2544
|
},
|
|
2037
2545
|
{
|
|
2038
2546
|
"name": "prismic",
|
|
2039
2547
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2040
2548
|
"repo": "nuxt-community/prismic-module",
|
|
2041
|
-
"npm": "
|
|
2549
|
+
"npm": "",
|
|
2042
2550
|
"icon": "prismic.png",
|
|
2043
2551
|
"github": "https://github.com/nuxt-community/prismic-module",
|
|
2044
2552
|
"website": "https://prismic.nuxtjs.org",
|
|
@@ -2049,27 +2557,28 @@
|
|
|
2049
2557
|
{
|
|
2050
2558
|
"name": "Sébastien Chopin",
|
|
2051
2559
|
"github": "Atinux",
|
|
2052
|
-
"twitter": "Atinux"
|
|
2053
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2560
|
+
"twitter": "Atinux"
|
|
2054
2561
|
},
|
|
2055
2562
|
{
|
|
2056
2563
|
"name": "lihbr",
|
|
2057
2564
|
"github": "lihbr",
|
|
2058
|
-
"twitter": "li_hbr"
|
|
2059
|
-
"avatar": "https://avatars1.githubusercontent.com/u/25330882?v=4"
|
|
2565
|
+
"twitter": "li_hbr"
|
|
2060
2566
|
},
|
|
2061
2567
|
{
|
|
2062
2568
|
"name": "James Pegg",
|
|
2063
|
-
"github": "jamespegg"
|
|
2064
|
-
"avatar": "https://avatars1.githubusercontent.com/u/894505?v=4"
|
|
2569
|
+
"github": "jamespegg"
|
|
2065
2570
|
}
|
|
2066
|
-
]
|
|
2571
|
+
],
|
|
2572
|
+
"compatibility": {
|
|
2573
|
+
"nuxt": "^2.0.0",
|
|
2574
|
+
"requires": {}
|
|
2575
|
+
}
|
|
2067
2576
|
},
|
|
2068
2577
|
{
|
|
2069
2578
|
"name": "protected-mailto",
|
|
2070
2579
|
"description": "Nuxt component to generate encoded mailto links",
|
|
2071
2580
|
"repo": "mmoollllee/nuxt-protected-mailto",
|
|
2072
|
-
"npm": "
|
|
2581
|
+
"npm": "",
|
|
2073
2582
|
"icon": "",
|
|
2074
2583
|
"github": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
2075
2584
|
"website": "https://github.com/mmoollllee/nuxt-protected-mailto",
|
|
@@ -2079,16 +2588,19 @@
|
|
|
2079
2588
|
"maintainers": [
|
|
2080
2589
|
{
|
|
2081
2590
|
"name": "mmoollllee",
|
|
2082
|
-
"github": "mmoollllee"
|
|
2083
|
-
"avatar": "https://avatars1.githubusercontent.com/u/26859300?v=4"
|
|
2591
|
+
"github": "mmoollllee"
|
|
2084
2592
|
}
|
|
2085
|
-
]
|
|
2593
|
+
],
|
|
2594
|
+
"compatibility": {
|
|
2595
|
+
"nuxt": "^2.0.0",
|
|
2596
|
+
"requires": {}
|
|
2597
|
+
}
|
|
2086
2598
|
},
|
|
2087
2599
|
{
|
|
2088
2600
|
"name": "proxy",
|
|
2089
2601
|
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
|
|
2090
2602
|
"repo": "nuxt-community/proxy-module",
|
|
2091
|
-
"npm": "
|
|
2603
|
+
"npm": "",
|
|
2092
2604
|
"icon": "",
|
|
2093
2605
|
"github": "https://github.com/nuxt-community/proxy-module",
|
|
2094
2606
|
"website": "https://github.com/nuxt-community/proxy-module",
|
|
@@ -2099,16 +2611,19 @@
|
|
|
2099
2611
|
{
|
|
2100
2612
|
"name": "Pooya Parsa",
|
|
2101
2613
|
"github": "pi0",
|
|
2102
|
-
"twitter": "_pi0_"
|
|
2103
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
2614
|
+
"twitter": "_pi0_"
|
|
2104
2615
|
}
|
|
2105
|
-
]
|
|
2616
|
+
],
|
|
2617
|
+
"compatibility": {
|
|
2618
|
+
"nuxt": "^2.0.0",
|
|
2619
|
+
"requires": {}
|
|
2620
|
+
}
|
|
2106
2621
|
},
|
|
2107
2622
|
{
|
|
2108
2623
|
"name": "prune-html",
|
|
2109
2624
|
"description": "Nuxt module to prune html before sending it to the browser for boosting performance.",
|
|
2110
2625
|
"repo": "LuXDAmore/nuxt-prune-html",
|
|
2111
|
-
"npm": "
|
|
2626
|
+
"npm": "",
|
|
2112
2627
|
"icon": "",
|
|
2113
2628
|
"github": "https://github.com/LuXDAmore/nuxt-prune-html",
|
|
2114
2629
|
"website": "https://luxdamore.github.io/nuxt-prune-html/",
|
|
@@ -2117,17 +2632,21 @@
|
|
|
2117
2632
|
"type": "3rd-party",
|
|
2118
2633
|
"maintainers": [
|
|
2119
2634
|
{
|
|
2120
|
-
"name": "
|
|
2635
|
+
"name": "Luca Iaconelli",
|
|
2121
2636
|
"github": "LuXDAmore",
|
|
2122
|
-
"
|
|
2637
|
+
"twitter": "luxdamore"
|
|
2123
2638
|
}
|
|
2124
|
-
]
|
|
2639
|
+
],
|
|
2640
|
+
"compatibility": {
|
|
2641
|
+
"nuxt": "^2.0.0",
|
|
2642
|
+
"requires": {}
|
|
2643
|
+
}
|
|
2125
2644
|
},
|
|
2126
2645
|
{
|
|
2127
2646
|
"name": "purgecss",
|
|
2128
2647
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
2129
2648
|
"repo": "Developmint/nuxt-purgecss",
|
|
2130
|
-
"npm": "
|
|
2649
|
+
"npm": "",
|
|
2131
2650
|
"icon": "purgecss.png",
|
|
2132
2651
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
2133
2652
|
"website": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -2137,16 +2656,19 @@
|
|
|
2137
2656
|
"maintainers": [
|
|
2138
2657
|
{
|
|
2139
2658
|
"name": "Developmint",
|
|
2140
|
-
"github": "Developmint"
|
|
2141
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
2659
|
+
"github": "Developmint"
|
|
2142
2660
|
}
|
|
2143
|
-
]
|
|
2661
|
+
],
|
|
2662
|
+
"compatibility": {
|
|
2663
|
+
"nuxt": "^2.0.0",
|
|
2664
|
+
"requires": {}
|
|
2665
|
+
}
|
|
2144
2666
|
},
|
|
2145
2667
|
{
|
|
2146
2668
|
"name": "pwa",
|
|
2147
|
-
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your
|
|
2669
|
+
"description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
|
|
2148
2670
|
"repo": "nuxt-community/pwa-module",
|
|
2149
|
-
"npm": "
|
|
2671
|
+
"npm": "",
|
|
2150
2672
|
"icon": "pwa.png",
|
|
2151
2673
|
"github": "https://github.com/nuxt-community/pwa-module",
|
|
2152
2674
|
"website": "https://pwa.nuxtjs.org",
|
|
@@ -2157,16 +2679,21 @@
|
|
|
2157
2679
|
{
|
|
2158
2680
|
"name": "Pooya Parsa",
|
|
2159
2681
|
"github": "pi0",
|
|
2160
|
-
"twitter": "_pi0_"
|
|
2161
|
-
|
|
2682
|
+
"twitter": "_pi0_"
|
|
2683
|
+
}
|
|
2684
|
+
],
|
|
2685
|
+
"compatibility": {
|
|
2686
|
+
"nuxt": "^2.0.0",
|
|
2687
|
+
"requires": {
|
|
2688
|
+
"bridge": "optional"
|
|
2162
2689
|
}
|
|
2163
|
-
|
|
2690
|
+
}
|
|
2164
2691
|
},
|
|
2165
2692
|
{
|
|
2166
2693
|
"name": "python",
|
|
2167
2694
|
"description": "Write Nuxt.js applications using Python",
|
|
2168
2695
|
"repo": "nuxt-community/python-module",
|
|
2169
|
-
"npm": "
|
|
2696
|
+
"npm": "",
|
|
2170
2697
|
"icon": "python.png",
|
|
2171
2698
|
"github": "https://github.com/nuxt-community/python-module",
|
|
2172
2699
|
"website": "https://github.com/nuxt-community/python-module",
|
|
@@ -2176,16 +2703,19 @@
|
|
|
2176
2703
|
"maintainers": [
|
|
2177
2704
|
{
|
|
2178
2705
|
"name": "Sebastian Silva",
|
|
2179
|
-
"github": "icarito"
|
|
2180
|
-
"avatar": "https://avatars0.githubusercontent.com/u/199755?v=4"
|
|
2706
|
+
"github": "icarito"
|
|
2181
2707
|
}
|
|
2182
|
-
]
|
|
2708
|
+
],
|
|
2709
|
+
"compatibility": {
|
|
2710
|
+
"nuxt": "^2.0.0",
|
|
2711
|
+
"requires": {}
|
|
2712
|
+
}
|
|
2183
2713
|
},
|
|
2184
2714
|
{
|
|
2185
2715
|
"name": "recaptcha",
|
|
2186
2716
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
2187
2717
|
"repo": "nuxt-community/recaptcha-module",
|
|
2188
|
-
"npm": "
|
|
2718
|
+
"npm": "",
|
|
2189
2719
|
"icon": "recaptcha.png",
|
|
2190
2720
|
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
2191
2721
|
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
@@ -2195,16 +2725,19 @@
|
|
|
2195
2725
|
"maintainers": [
|
|
2196
2726
|
{
|
|
2197
2727
|
"name": "mvrlin",
|
|
2198
|
-
"github": "mvrlin"
|
|
2199
|
-
"avatar": "https://avatars1.githubusercontent.com/u/24970784?v=4"
|
|
2728
|
+
"github": "mvrlin"
|
|
2200
2729
|
}
|
|
2201
|
-
]
|
|
2730
|
+
],
|
|
2731
|
+
"compatibility": {
|
|
2732
|
+
"nuxt": "^2.0.0",
|
|
2733
|
+
"requires": {}
|
|
2734
|
+
}
|
|
2202
2735
|
},
|
|
2203
2736
|
{
|
|
2204
2737
|
"name": "redirect",
|
|
2205
2738
|
"description": "Nuxt module to dynamically redirect initial requests",
|
|
2206
2739
|
"repo": "nuxt-community/redirect-module",
|
|
2207
|
-
"npm": "
|
|
2740
|
+
"npm": "",
|
|
2208
2741
|
"icon": "",
|
|
2209
2742
|
"github": "https://github.com/nuxt-community/redirect-module",
|
|
2210
2743
|
"website": "https://github.com/nuxt-community/redirect-module",
|
|
@@ -2215,16 +2748,19 @@
|
|
|
2215
2748
|
{
|
|
2216
2749
|
"name": "Alexander Lichter",
|
|
2217
2750
|
"github": "manniL",
|
|
2218
|
-
"twitter": "TheAlexLichter"
|
|
2219
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
2751
|
+
"twitter": "TheAlexLichter"
|
|
2220
2752
|
}
|
|
2221
|
-
]
|
|
2753
|
+
],
|
|
2754
|
+
"compatibility": {
|
|
2755
|
+
"nuxt": "^2.0.0",
|
|
2756
|
+
"requires": {}
|
|
2757
|
+
}
|
|
2222
2758
|
},
|
|
2223
2759
|
{
|
|
2224
2760
|
"name": "rfg-icon",
|
|
2225
2761
|
"description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
|
|
2226
2762
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
2227
|
-
"npm": "
|
|
2763
|
+
"npm": "",
|
|
2228
2764
|
"icon": "real-favicon-generator.png",
|
|
2229
2765
|
"github": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
2230
2766
|
"website": "https://github.com/pimlie/nuxt-rfg-icon",
|
|
@@ -2234,16 +2770,19 @@
|
|
|
2234
2770
|
"maintainers": [
|
|
2235
2771
|
{
|
|
2236
2772
|
"name": "pimlie",
|
|
2237
|
-
"github": "pimlie"
|
|
2238
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1067403?v=4"
|
|
2773
|
+
"github": "pimlie"
|
|
2239
2774
|
}
|
|
2240
|
-
]
|
|
2775
|
+
],
|
|
2776
|
+
"compatibility": {
|
|
2777
|
+
"nuxt": "^2.0.0",
|
|
2778
|
+
"requires": {}
|
|
2779
|
+
}
|
|
2241
2780
|
},
|
|
2242
2781
|
{
|
|
2243
2782
|
"name": "robots",
|
|
2244
2783
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
2245
2784
|
"repo": "nuxt-community/robots-module",
|
|
2246
|
-
"npm": "
|
|
2785
|
+
"npm": "",
|
|
2247
2786
|
"icon": "",
|
|
2248
2787
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
2249
2788
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
@@ -2253,16 +2792,19 @@
|
|
|
2253
2792
|
"maintainers": [
|
|
2254
2793
|
{
|
|
2255
2794
|
"name": "Ricardo Gobbo de Souza",
|
|
2256
|
-
"github": "ricardogobbosouza"
|
|
2257
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
2795
|
+
"github": "ricardogobbosouza"
|
|
2258
2796
|
}
|
|
2259
|
-
]
|
|
2797
|
+
],
|
|
2798
|
+
"compatibility": {
|
|
2799
|
+
"nuxt": "^2.0.0",
|
|
2800
|
+
"requires": {}
|
|
2801
|
+
}
|
|
2260
2802
|
},
|
|
2261
2803
|
{
|
|
2262
2804
|
"name": "rollbar",
|
|
2263
2805
|
"description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
|
|
2264
2806
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
2265
|
-
"npm": "
|
|
2807
|
+
"npm": "",
|
|
2266
2808
|
"icon": "rollbar.png",
|
|
2267
2809
|
"github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
2268
2810
|
"website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
|
|
@@ -2272,16 +2814,19 @@
|
|
|
2272
2814
|
"maintainers": [
|
|
2273
2815
|
{
|
|
2274
2816
|
"name": "Gaël Reyrol",
|
|
2275
|
-
"github": "gaelreyrol"
|
|
2276
|
-
"avatar": "https://avatars1.githubusercontent.com/u/498465?v=4"
|
|
2817
|
+
"github": "gaelreyrol"
|
|
2277
2818
|
}
|
|
2278
|
-
]
|
|
2819
|
+
],
|
|
2820
|
+
"compatibility": {
|
|
2821
|
+
"nuxt": "^2.0.0",
|
|
2822
|
+
"requires": {}
|
|
2823
|
+
}
|
|
2279
2824
|
},
|
|
2280
2825
|
{
|
|
2281
2826
|
"name": "router-extras",
|
|
2282
2827
|
"description": "Extra Add-ons for nuxt router",
|
|
2283
2828
|
"repo": "nuxt-community/router-extras-module",
|
|
2284
|
-
"npm": "
|
|
2829
|
+
"npm": "",
|
|
2285
2830
|
"icon": "vue.png",
|
|
2286
2831
|
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
2287
2832
|
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
@@ -2292,16 +2837,19 @@
|
|
|
2292
2837
|
{
|
|
2293
2838
|
"name": "Ahad Birang",
|
|
2294
2839
|
"github": "farnabaz",
|
|
2295
|
-
"twitter": "a_birang"
|
|
2296
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
2840
|
+
"twitter": "a_birang"
|
|
2297
2841
|
}
|
|
2298
|
-
]
|
|
2842
|
+
],
|
|
2843
|
+
"compatibility": {
|
|
2844
|
+
"nuxt": "^2.0.0",
|
|
2845
|
+
"requires": {}
|
|
2846
|
+
}
|
|
2299
2847
|
},
|
|
2300
2848
|
{
|
|
2301
2849
|
"name": "router",
|
|
2302
2850
|
"description": "Nuxt.js module to use router.js instead of pages/ directory",
|
|
2303
2851
|
"repo": "nuxt-community/router-module",
|
|
2304
|
-
"npm": "
|
|
2852
|
+
"npm": "",
|
|
2305
2853
|
"icon": "vue.png",
|
|
2306
2854
|
"github": "https://github.com/nuxt-community/router-module",
|
|
2307
2855
|
"website": "https://github.com/nuxt-community/router-module",
|
|
@@ -2312,16 +2860,19 @@
|
|
|
2312
2860
|
{
|
|
2313
2861
|
"name": "Sébastien Chopin",
|
|
2314
2862
|
"github": "Atinux",
|
|
2315
|
-
"twitter": "Atinux"
|
|
2316
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
2863
|
+
"twitter": "Atinux"
|
|
2317
2864
|
}
|
|
2318
|
-
]
|
|
2865
|
+
],
|
|
2866
|
+
"compatibility": {
|
|
2867
|
+
"nuxt": "^2.0.0",
|
|
2868
|
+
"requires": {}
|
|
2869
|
+
}
|
|
2319
2870
|
},
|
|
2320
2871
|
{
|
|
2321
2872
|
"name": "sanity",
|
|
2322
2873
|
"description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
|
|
2323
2874
|
"repo": "nuxt-community/sanity-module#main",
|
|
2324
|
-
"npm": "
|
|
2875
|
+
"npm": "",
|
|
2325
2876
|
"icon": "sanity.png",
|
|
2326
2877
|
"github": "https://github.com/nuxt-community/sanity-module#main",
|
|
2327
2878
|
"website": "https://sanity.nuxtjs.org",
|
|
@@ -2332,16 +2883,19 @@
|
|
|
2332
2883
|
{
|
|
2333
2884
|
"name": "Daniel Roe",
|
|
2334
2885
|
"github": "danielroe",
|
|
2335
|
-
"twitter": "danielcroe"
|
|
2336
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
2886
|
+
"twitter": "danielcroe"
|
|
2337
2887
|
}
|
|
2338
|
-
]
|
|
2888
|
+
],
|
|
2889
|
+
"compatibility": {
|
|
2890
|
+
"nuxt": "^2.0.0",
|
|
2891
|
+
"requires": {}
|
|
2892
|
+
}
|
|
2339
2893
|
},
|
|
2340
2894
|
{
|
|
2341
2895
|
"name": "scss-to-js",
|
|
2342
2896
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
2343
2897
|
"repo": "sugoidesune/nuxt-scss-to-js",
|
|
2344
|
-
"npm": "
|
|
2898
|
+
"npm": "",
|
|
2345
2899
|
"icon": "",
|
|
2346
2900
|
"github": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
2347
2901
|
"website": "https://github.com/sugoidesune/nuxt-scss-to-js",
|
|
@@ -2351,16 +2905,19 @@
|
|
|
2351
2905
|
"maintainers": [
|
|
2352
2906
|
{
|
|
2353
2907
|
"name": "sugoidesune",
|
|
2354
|
-
"github": "sugoidesune"
|
|
2355
|
-
"avatar": "https://avatars0.githubusercontent.com/u/20317691?v=4"
|
|
2908
|
+
"github": "sugoidesune"
|
|
2356
2909
|
}
|
|
2357
|
-
]
|
|
2910
|
+
],
|
|
2911
|
+
"compatibility": {
|
|
2912
|
+
"nuxt": "^2.0.0",
|
|
2913
|
+
"requires": {}
|
|
2914
|
+
}
|
|
2358
2915
|
},
|
|
2359
2916
|
{
|
|
2360
2917
|
"name": "segment",
|
|
2361
2918
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
2362
2919
|
"repo": "dansmaculotte/nuxt-segment",
|
|
2363
|
-
"npm": "
|
|
2920
|
+
"npm": "",
|
|
2364
2921
|
"icon": "segment.png",
|
|
2365
2922
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
2366
2923
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
@@ -2370,16 +2927,19 @@
|
|
|
2370
2927
|
"maintainers": [
|
|
2371
2928
|
{
|
|
2372
2929
|
"name": "dansmaculotte",
|
|
2373
|
-
"github": "dansmaculotte"
|
|
2374
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
2930
|
+
"github": "dansmaculotte"
|
|
2375
2931
|
}
|
|
2376
|
-
]
|
|
2932
|
+
],
|
|
2933
|
+
"compatibility": {
|
|
2934
|
+
"nuxt": "^2.0.0",
|
|
2935
|
+
"requires": {}
|
|
2936
|
+
}
|
|
2377
2937
|
},
|
|
2378
2938
|
{
|
|
2379
2939
|
"name": "sentry",
|
|
2380
2940
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
2381
2941
|
"repo": "nuxt-community/sentry-module",
|
|
2382
|
-
"npm": "
|
|
2942
|
+
"npm": "",
|
|
2383
2943
|
"icon": "sentry.png",
|
|
2384
2944
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
2385
2945
|
"website": "https://sentry.nuxtjs.org/",
|
|
@@ -2389,16 +2949,42 @@
|
|
|
2389
2949
|
"maintainers": [
|
|
2390
2950
|
{
|
|
2391
2951
|
"name": "Rafał Chłodnicki",
|
|
2392
|
-
"github": "rchl"
|
|
2393
|
-
|
|
2952
|
+
"github": "rchl"
|
|
2953
|
+
}
|
|
2954
|
+
],
|
|
2955
|
+
"compatibility": {
|
|
2956
|
+
"nuxt": "^2.0.0",
|
|
2957
|
+
"requires": {}
|
|
2958
|
+
}
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"name": "seo-meta",
|
|
2962
|
+
"description": "Simple generate seo metadata",
|
|
2963
|
+
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
2964
|
+
"npm": "",
|
|
2965
|
+
"icon": "",
|
|
2966
|
+
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
2967
|
+
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
2968
|
+
"learn_more": "",
|
|
2969
|
+
"category": "SEO",
|
|
2970
|
+
"type": "3rd-party",
|
|
2971
|
+
"maintainers": [
|
|
2972
|
+
{
|
|
2973
|
+
"name": "ihavecoke",
|
|
2974
|
+
"github": "ihavecoke",
|
|
2975
|
+
"avatar": "https://avatars0.githubusercontent.com/u/10757551?v=4"
|
|
2394
2976
|
}
|
|
2395
|
-
]
|
|
2977
|
+
],
|
|
2978
|
+
"compatibility": {
|
|
2979
|
+
"nuxt": "^2.0.0",
|
|
2980
|
+
"requires": {}
|
|
2981
|
+
}
|
|
2396
2982
|
},
|
|
2397
2983
|
{
|
|
2398
2984
|
"name": "seomatic-meta",
|
|
2399
2985
|
"description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
|
|
2400
2986
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
2401
|
-
"npm": "
|
|
2987
|
+
"npm": "",
|
|
2402
2988
|
"icon": "seomatic.png",
|
|
2403
2989
|
"github": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
2404
2990
|
"website": "https://github.com/ben-rogerson/nuxt-seomatic-meta",
|
|
@@ -2408,16 +2994,19 @@
|
|
|
2408
2994
|
"maintainers": [
|
|
2409
2995
|
{
|
|
2410
2996
|
"name": "ben-rogerson",
|
|
2411
|
-
"github": "ben-rogerson"
|
|
2412
|
-
"avatar": "https://avatars0.githubusercontent.com/u/21288568?v=4"
|
|
2997
|
+
"github": "ben-rogerson"
|
|
2413
2998
|
}
|
|
2414
|
-
]
|
|
2999
|
+
],
|
|
3000
|
+
"compatibility": {
|
|
3001
|
+
"nuxt": "^2.0.0",
|
|
3002
|
+
"requires": {}
|
|
3003
|
+
}
|
|
2415
3004
|
},
|
|
2416
3005
|
{
|
|
2417
3006
|
"name": "separate-env",
|
|
2418
3007
|
"description": "Separated environment variables for server and client builds",
|
|
2419
3008
|
"repo": "nuxt-community/separate-env-module",
|
|
2420
|
-
"npm": "
|
|
3009
|
+
"npm": "",
|
|
2421
3010
|
"icon": "",
|
|
2422
3011
|
"github": "https://github.com/nuxt-community/separate-env-module",
|
|
2423
3012
|
"website": "https://github.com/nuxt-community/separate-env-module",
|
|
@@ -2428,16 +3017,19 @@
|
|
|
2428
3017
|
{
|
|
2429
3018
|
"name": "Alexander Lichter",
|
|
2430
3019
|
"github": "manniL",
|
|
2431
|
-
"twitter": "TheAlexLichter"
|
|
2432
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3020
|
+
"twitter": "TheAlexLichter"
|
|
2433
3021
|
}
|
|
2434
|
-
]
|
|
3022
|
+
],
|
|
3023
|
+
"compatibility": {
|
|
3024
|
+
"nuxt": "^2.0.0",
|
|
3025
|
+
"requires": {}
|
|
3026
|
+
}
|
|
2435
3027
|
},
|
|
2436
3028
|
{
|
|
2437
3029
|
"name": "shopify",
|
|
2438
3030
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
2439
3031
|
"repo": "Gomah/nuxt-shopify",
|
|
2440
|
-
"npm": "
|
|
3032
|
+
"npm": "",
|
|
2441
3033
|
"icon": "shopify.png",
|
|
2442
3034
|
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
2443
3035
|
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
@@ -2447,16 +3039,19 @@
|
|
|
2447
3039
|
"maintainers": [
|
|
2448
3040
|
{
|
|
2449
3041
|
"name": "Gomah",
|
|
2450
|
-
"github": "Gomah"
|
|
2451
|
-
"avatar": "https://avatars1.githubusercontent.com/u/2362138?v=4"
|
|
3042
|
+
"github": "Gomah"
|
|
2452
3043
|
}
|
|
2453
|
-
]
|
|
3044
|
+
],
|
|
3045
|
+
"compatibility": {
|
|
3046
|
+
"nuxt": "^2.0.0",
|
|
3047
|
+
"requires": {}
|
|
3048
|
+
}
|
|
2454
3049
|
},
|
|
2455
3050
|
{
|
|
2456
3051
|
"name": "simple-line-icons",
|
|
2457
3052
|
"description": "Nuxt module to add simple-line-icons ",
|
|
2458
3053
|
"repo": "vaso2/nuxt-simple-line-icons",
|
|
2459
|
-
"npm": "
|
|
3054
|
+
"npm": "",
|
|
2460
3055
|
"icon": "",
|
|
2461
3056
|
"github": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
2462
3057
|
"website": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
@@ -2466,16 +3061,19 @@
|
|
|
2466
3061
|
"maintainers": [
|
|
2467
3062
|
{
|
|
2468
3063
|
"name": "vaso2",
|
|
2469
|
-
"github": "vaso2"
|
|
2470
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3064
|
+
"github": "vaso2"
|
|
2471
3065
|
}
|
|
2472
|
-
]
|
|
3066
|
+
],
|
|
3067
|
+
"compatibility": {
|
|
3068
|
+
"nuxt": "^2.0.0",
|
|
3069
|
+
"requires": {}
|
|
3070
|
+
}
|
|
2473
3071
|
},
|
|
2474
3072
|
{
|
|
2475
3073
|
"name": "sitemap",
|
|
2476
3074
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
2477
3075
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
2478
|
-
"npm": "
|
|
3076
|
+
"npm": "",
|
|
2479
3077
|
"icon": "",
|
|
2480
3078
|
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
2481
3079
|
"website": "https://sitemap.nuxtjs.org",
|
|
@@ -2486,16 +3084,19 @@
|
|
|
2486
3084
|
{
|
|
2487
3085
|
"name": "Nicolas PENNEC",
|
|
2488
3086
|
"github": "NicoPennec",
|
|
2489
|
-
"twitter": "NicoPennec"
|
|
2490
|
-
"avatar": "https://avatars3.githubusercontent.com/u/493223?v=4"
|
|
3087
|
+
"twitter": "NicoPennec"
|
|
2491
3088
|
}
|
|
2492
|
-
]
|
|
3089
|
+
],
|
|
3090
|
+
"compatibility": {
|
|
3091
|
+
"nuxt": "^2.0.0",
|
|
3092
|
+
"requires": {}
|
|
3093
|
+
}
|
|
2493
3094
|
},
|
|
2494
3095
|
{
|
|
2495
3096
|
"name": "snipcart",
|
|
2496
3097
|
"description": "Snipcart integration module for Nuxt.js",
|
|
2497
3098
|
"repo": "nuxt-community/snipcart-module",
|
|
2498
|
-
"npm": "
|
|
3099
|
+
"npm": "",
|
|
2499
3100
|
"icon": "snipcart.png",
|
|
2500
3101
|
"github": "https://github.com/nuxt-community/snipcart-module",
|
|
2501
3102
|
"website": "https://github.com/nuxt-community/snipcart-module",
|
|
@@ -2506,16 +3107,19 @@
|
|
|
2506
3107
|
{
|
|
2507
3108
|
"name": "Florent GIRAUD",
|
|
2508
3109
|
"github": "f3ltron",
|
|
2509
|
-
"twitter": "giraud_florent"
|
|
2510
|
-
"avatar": "https://avatars.githubusercontent.com/u/11556276?v=4"
|
|
3110
|
+
"twitter": "giraud_florent"
|
|
2511
3111
|
}
|
|
2512
|
-
]
|
|
3112
|
+
],
|
|
3113
|
+
"compatibility": {
|
|
3114
|
+
"nuxt": "^2.0.0",
|
|
3115
|
+
"requires": {}
|
|
3116
|
+
}
|
|
2513
3117
|
},
|
|
2514
3118
|
{
|
|
2515
3119
|
"name": "social-meta",
|
|
2516
3120
|
"description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
2517
3121
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
2518
|
-
"npm": "
|
|
3122
|
+
"npm": "",
|
|
2519
3123
|
"icon": "",
|
|
2520
3124
|
"github": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
2521
3125
|
"website": "https://github.com/AlekseyPleshkov/nuxt-social-meta",
|
|
@@ -2525,16 +3129,19 @@
|
|
|
2525
3129
|
"maintainers": [
|
|
2526
3130
|
{
|
|
2527
3131
|
"name": "AlekseyPleshkov",
|
|
2528
|
-
"github": "AlekseyPleshkov"
|
|
2529
|
-
"avatar": "https://avatars0.githubusercontent.com/u/11446603?v=4"
|
|
3132
|
+
"github": "AlekseyPleshkov"
|
|
2530
3133
|
}
|
|
2531
|
-
]
|
|
3134
|
+
],
|
|
3135
|
+
"compatibility": {
|
|
3136
|
+
"nuxt": "^2.0.0",
|
|
3137
|
+
"requires": {}
|
|
3138
|
+
}
|
|
2532
3139
|
},
|
|
2533
3140
|
{
|
|
2534
3141
|
"name": "socket-io",
|
|
2535
3142
|
"description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
|
|
2536
3143
|
"repo": "richardeschloss/nuxt-socket-io",
|
|
2537
|
-
"npm": "
|
|
3144
|
+
"npm": "",
|
|
2538
3145
|
"icon": "socket-io.png",
|
|
2539
3146
|
"github": "https://github.com/richardeschloss/nuxt-socket-io",
|
|
2540
3147
|
"website": "https://nuxt-socket-io.netlify.app/",
|
|
@@ -2544,16 +3151,19 @@
|
|
|
2544
3151
|
"maintainers": [
|
|
2545
3152
|
{
|
|
2546
3153
|
"name": "richardeschloss",
|
|
2547
|
-
"github": "richardeschloss"
|
|
2548
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3154
|
+
"github": "richardeschloss"
|
|
2549
3155
|
}
|
|
2550
|
-
]
|
|
3156
|
+
],
|
|
3157
|
+
"compatibility": {
|
|
3158
|
+
"nuxt": "^2.0.0",
|
|
3159
|
+
"requires": {}
|
|
3160
|
+
}
|
|
2551
3161
|
},
|
|
2552
3162
|
{
|
|
2553
3163
|
"name": "speedcurve",
|
|
2554
3164
|
"description": "Speedcurve LUX module for Nuxt",
|
|
2555
3165
|
"repo": "nuxt-community/speedcurve-module",
|
|
2556
|
-
"npm": "
|
|
3166
|
+
"npm": "",
|
|
2557
3167
|
"icon": "speedcurve.png",
|
|
2558
3168
|
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
2559
3169
|
"website": "https://speedcurve.nuxtjs.org",
|
|
@@ -2564,16 +3174,52 @@
|
|
|
2564
3174
|
{
|
|
2565
3175
|
"name": "Josh Deltener",
|
|
2566
3176
|
"github": "hecktarzuli",
|
|
2567
|
-
"twitter": "JoshDeltener"
|
|
2568
|
-
|
|
3177
|
+
"twitter": "JoshDeltener"
|
|
3178
|
+
}
|
|
3179
|
+
],
|
|
3180
|
+
"compatibility": {
|
|
3181
|
+
"nuxt": "^2.0.0",
|
|
3182
|
+
"requires": {}
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"name": "speedkit",
|
|
3187
|
+
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
3188
|
+
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
3189
|
+
"npm": "",
|
|
3190
|
+
"icon": "speedkit.png",
|
|
3191
|
+
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
3192
|
+
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
3193
|
+
"learn_more": "",
|
|
3194
|
+
"category": "Performance",
|
|
3195
|
+
"type": "3rd-party",
|
|
3196
|
+
"maintainers": [
|
|
3197
|
+
{
|
|
3198
|
+
"name": "Stephan Gerbeth",
|
|
3199
|
+
"github": "StephanGerbeth",
|
|
3200
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"name": "Thorn Walli",
|
|
3204
|
+
"github": "ThornWalli",
|
|
3205
|
+
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"name": "Grabarz & Partner",
|
|
3209
|
+
"github": "GrabarzUndPartner",
|
|
3210
|
+
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
2569
3211
|
}
|
|
2570
|
-
]
|
|
3212
|
+
],
|
|
3213
|
+
"compatibility": {
|
|
3214
|
+
"nuxt": "^2.0.0",
|
|
3215
|
+
"requires": {}
|
|
3216
|
+
}
|
|
2571
3217
|
},
|
|
2572
3218
|
{
|
|
2573
3219
|
"name": "storage",
|
|
2574
3220
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
2575
3221
|
"repo": "mazipan/nuxt-storage",
|
|
2576
|
-
"npm": "
|
|
3222
|
+
"npm": "",
|
|
2577
3223
|
"icon": "",
|
|
2578
3224
|
"github": "https://github.com/mazipan/nuxt-storage",
|
|
2579
3225
|
"website": "https://github.com/mazipan/nuxt-storage",
|
|
@@ -2583,16 +3229,41 @@
|
|
|
2583
3229
|
"maintainers": [
|
|
2584
3230
|
{
|
|
2585
3231
|
"name": "mazipan",
|
|
2586
|
-
"github": "mazipan"
|
|
2587
|
-
|
|
3232
|
+
"github": "mazipan"
|
|
3233
|
+
}
|
|
3234
|
+
],
|
|
3235
|
+
"compatibility": {
|
|
3236
|
+
"nuxt": "^2.0.0",
|
|
3237
|
+
"requires": {}
|
|
3238
|
+
}
|
|
3239
|
+
},
|
|
3240
|
+
{
|
|
3241
|
+
"name": "storefront-ui",
|
|
3242
|
+
"description": "Storefront UI Module for Nuxt.js",
|
|
3243
|
+
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
3244
|
+
"npm": "",
|
|
3245
|
+
"icon": "storefront-ui.svg",
|
|
3246
|
+
"github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
|
|
3247
|
+
"website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
|
|
3248
|
+
"learn_more": "https://docs.storefrontui.io/",
|
|
3249
|
+
"category": "UI",
|
|
3250
|
+
"type": "3rd-party",
|
|
3251
|
+
"maintainers": [
|
|
3252
|
+
{
|
|
3253
|
+
"name": "Jakub Andrzejewski",
|
|
3254
|
+
"github": "Baroshem"
|
|
2588
3255
|
}
|
|
2589
|
-
]
|
|
3256
|
+
],
|
|
3257
|
+
"compatibility": {
|
|
3258
|
+
"nuxt": "^2.0.0",
|
|
3259
|
+
"requires": {}
|
|
3260
|
+
}
|
|
2590
3261
|
},
|
|
2591
3262
|
{
|
|
2592
3263
|
"name": "stories",
|
|
2593
3264
|
"description": "Nuxt stories module -- Painless storybooking for Nuxt",
|
|
2594
3265
|
"repo": "richardeschloss/nuxt-stories",
|
|
2595
|
-
"npm": "
|
|
3266
|
+
"npm": "",
|
|
2596
3267
|
"icon": "",
|
|
2597
3268
|
"github": "https://github.com/richardeschloss/nuxt-stories",
|
|
2598
3269
|
"website": "https://github.com/richardeschloss/nuxt-stories",
|
|
@@ -2602,16 +3273,19 @@
|
|
|
2602
3273
|
"maintainers": [
|
|
2603
3274
|
{
|
|
2604
3275
|
"name": "richardeschloss",
|
|
2605
|
-
"github": "richardeschloss"
|
|
2606
|
-
"avatar": "https://avatars2.githubusercontent.com/u/5906351?v=4"
|
|
3276
|
+
"github": "richardeschloss"
|
|
2607
3277
|
}
|
|
2608
|
-
]
|
|
3278
|
+
],
|
|
3279
|
+
"compatibility": {
|
|
3280
|
+
"nuxt": "^2.0.0",
|
|
3281
|
+
"requires": {}
|
|
3282
|
+
}
|
|
2609
3283
|
},
|
|
2610
3284
|
{
|
|
2611
3285
|
"name": "storyblok",
|
|
2612
3286
|
"description": "Storyblok Nuxt.js module",
|
|
2613
|
-
"repo": "storyblok/storyblok-nuxt",
|
|
2614
|
-
"npm": "
|
|
3287
|
+
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
3288
|
+
"npm": "",
|
|
2615
3289
|
"icon": "storyblok.png",
|
|
2616
3290
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
2617
3291
|
"website": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -2621,16 +3295,19 @@
|
|
|
2621
3295
|
"maintainers": [
|
|
2622
3296
|
{
|
|
2623
3297
|
"name": "storyblok",
|
|
2624
|
-
"github": "storyblok"
|
|
2625
|
-
"avatar": "https://avatars0.githubusercontent.com/u/13880908?v=4"
|
|
3298
|
+
"github": "storyblok"
|
|
2626
3299
|
}
|
|
2627
|
-
]
|
|
3300
|
+
],
|
|
3301
|
+
"compatibility": {
|
|
3302
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3303
|
+
"requires": {}
|
|
3304
|
+
}
|
|
2628
3305
|
},
|
|
2629
3306
|
{
|
|
2630
3307
|
"name": "storybook",
|
|
2631
3308
|
"description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
|
|
2632
3309
|
"repo": "nuxt-community/storybook",
|
|
2633
|
-
"npm": "
|
|
3310
|
+
"npm": "",
|
|
2634
3311
|
"icon": "storybook.png",
|
|
2635
3312
|
"github": "https://github.com/nuxt-community/storybook",
|
|
2636
3313
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -2641,22 +3318,26 @@
|
|
|
2641
3318
|
{
|
|
2642
3319
|
"name": "Ahad Birang",
|
|
2643
3320
|
"github": "farnabaz",
|
|
2644
|
-
"twitter": "a_birang"
|
|
2645
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3321
|
+
"twitter": "a_birang"
|
|
2646
3322
|
},
|
|
2647
3323
|
{
|
|
2648
3324
|
"name": "Pooya Parsa",
|
|
2649
3325
|
"github": "pi0",
|
|
2650
|
-
"twitter": "_pi0_"
|
|
2651
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3326
|
+
"twitter": "_pi0_"
|
|
2652
3327
|
}
|
|
2653
|
-
]
|
|
3328
|
+
],
|
|
3329
|
+
"compatibility": {
|
|
3330
|
+
"nuxt": "^2.0.0",
|
|
3331
|
+
"requires": {
|
|
3332
|
+
"bridge": "optional"
|
|
3333
|
+
}
|
|
3334
|
+
}
|
|
2654
3335
|
},
|
|
2655
3336
|
{
|
|
2656
3337
|
"name": "strapi",
|
|
2657
3338
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
2658
3339
|
"repo": "nuxt-community/strapi-module",
|
|
2659
|
-
"npm": "
|
|
3340
|
+
"npm": "",
|
|
2660
3341
|
"icon": "strapi.png",
|
|
2661
3342
|
"github": "https://github.com/nuxt-community/strapi-module",
|
|
2662
3343
|
"website": "https://strapi.nuxtjs.org",
|
|
@@ -2667,22 +3348,24 @@
|
|
|
2667
3348
|
{
|
|
2668
3349
|
"name": "Benjamin Canac",
|
|
2669
3350
|
"github": "benjamincanac",
|
|
2670
|
-
"twitter": "benjamincanac"
|
|
2671
|
-
"avatar": "https://avatars2.githubusercontent.com/u/739984?v=4"
|
|
3351
|
+
"twitter": "benjamincanac"
|
|
2672
3352
|
},
|
|
2673
3353
|
{
|
|
2674
3354
|
"name": "Sébastien Chopin",
|
|
2675
3355
|
"github": "Atinux",
|
|
2676
|
-
"twitter": "Atinux"
|
|
2677
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
3356
|
+
"twitter": "Atinux"
|
|
2678
3357
|
}
|
|
2679
|
-
]
|
|
3358
|
+
],
|
|
3359
|
+
"compatibility": {
|
|
3360
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3361
|
+
"requires": {}
|
|
3362
|
+
}
|
|
2680
3363
|
},
|
|
2681
3364
|
{
|
|
2682
3365
|
"name": "stripe",
|
|
2683
3366
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
2684
3367
|
"repo": "WilliamDASILVA/nuxt-stripe-module",
|
|
2685
|
-
"npm": "
|
|
3368
|
+
"npm": "",
|
|
2686
3369
|
"icon": "stripe.png",
|
|
2687
3370
|
"github": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
2688
3371
|
"website": "https://github.com/WilliamDASILVA/nuxt-stripe-module",
|
|
@@ -2692,16 +3375,19 @@
|
|
|
2692
3375
|
"maintainers": [
|
|
2693
3376
|
{
|
|
2694
3377
|
"name": "WilliamDASILVA",
|
|
2695
|
-
"github": "WilliamDASILVA"
|
|
2696
|
-
"avatar": "https://avatars3.githubusercontent.com/u/2766008?v=4"
|
|
3378
|
+
"github": "WilliamDASILVA"
|
|
2697
3379
|
}
|
|
2698
|
-
]
|
|
3380
|
+
],
|
|
3381
|
+
"compatibility": {
|
|
3382
|
+
"nuxt": "^2.0.0",
|
|
3383
|
+
"requires": {}
|
|
3384
|
+
}
|
|
2699
3385
|
},
|
|
2700
3386
|
{
|
|
2701
3387
|
"name": "style-resources",
|
|
2702
3388
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
2703
3389
|
"repo": "nuxt-community/style-resources-module",
|
|
2704
|
-
"npm": "
|
|
3390
|
+
"npm": "",
|
|
2705
3391
|
"icon": "",
|
|
2706
3392
|
"github": "https://github.com/nuxt-community/style-resources-module",
|
|
2707
3393
|
"website": "https://github.com/nuxt-community/style-resources-module",
|
|
@@ -2712,16 +3398,19 @@
|
|
|
2712
3398
|
{
|
|
2713
3399
|
"name": "Alexander Lichter",
|
|
2714
3400
|
"github": "manniL",
|
|
2715
|
-
"twitter": "TheAlexLichter"
|
|
2716
|
-
"avatar": "https://avatars0.githubusercontent.com/u/640208?v=4"
|
|
3401
|
+
"twitter": "TheAlexLichter"
|
|
2717
3402
|
}
|
|
2718
|
-
]
|
|
3403
|
+
],
|
|
3404
|
+
"compatibility": {
|
|
3405
|
+
"nuxt": "^2.0.0",
|
|
3406
|
+
"requires": {}
|
|
3407
|
+
}
|
|
2719
3408
|
},
|
|
2720
3409
|
{
|
|
2721
3410
|
"name": "stylelint",
|
|
2722
3411
|
"description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
2723
3412
|
"repo": "nuxt-community/stylelint-module",
|
|
2724
|
-
"npm": "
|
|
3413
|
+
"npm": "",
|
|
2725
3414
|
"icon": "stylelint.png",
|
|
2726
3415
|
"github": "https://github.com/nuxt-community/stylelint-module",
|
|
2727
3416
|
"website": "https://github.com/nuxt-community/stylelint-module",
|
|
@@ -2731,16 +3420,19 @@
|
|
|
2731
3420
|
"maintainers": [
|
|
2732
3421
|
{
|
|
2733
3422
|
"name": "Ricardo Gobbo de Souza",
|
|
2734
|
-
"github": "ricardogobbosouza"
|
|
2735
|
-
"avatar": "https://avatars3.githubusercontent.com/u/13064722?v=4"
|
|
3423
|
+
"github": "ricardogobbosouza"
|
|
2736
3424
|
}
|
|
2737
|
-
]
|
|
3425
|
+
],
|
|
3426
|
+
"compatibility": {
|
|
3427
|
+
"nuxt": "^2.0.0",
|
|
3428
|
+
"requires": {}
|
|
3429
|
+
}
|
|
2738
3430
|
},
|
|
2739
3431
|
{
|
|
2740
3432
|
"name": "supabase",
|
|
2741
3433
|
"description": "A supa simple way to use Supabase with Nuxt",
|
|
2742
3434
|
"repo": "supabase/nuxt-supabase",
|
|
2743
|
-
"npm": "
|
|
3435
|
+
"npm": "",
|
|
2744
3436
|
"icon": "supabase.png",
|
|
2745
3437
|
"github": "https://github.com/supabase/nuxt-supabase",
|
|
2746
3438
|
"website": "https://github.com/supabase/nuxt-supabase",
|
|
@@ -2751,16 +3443,19 @@
|
|
|
2751
3443
|
{
|
|
2752
3444
|
"name": "Scott Robertson",
|
|
2753
3445
|
"github": "scottrobertson",
|
|
2754
|
-
"twitter": "scottymeuk"
|
|
2755
|
-
"avatar": "https://avatars0.githubusercontent.com/u/68361?v=4"
|
|
3446
|
+
"twitter": "scottymeuk"
|
|
2756
3447
|
}
|
|
2757
|
-
]
|
|
3448
|
+
],
|
|
3449
|
+
"compatibility": {
|
|
3450
|
+
"nuxt": "^2.0.0",
|
|
3451
|
+
"requires": {}
|
|
3452
|
+
}
|
|
2758
3453
|
},
|
|
2759
3454
|
{
|
|
2760
3455
|
"name": "svg-loader",
|
|
2761
3456
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
2762
3457
|
"repo": "Developmint/nuxt-svg-loader",
|
|
2763
|
-
"npm": "
|
|
3458
|
+
"npm": "",
|
|
2764
3459
|
"icon": "",
|
|
2765
3460
|
"github": "https://github.com/Developmint/nuxt-svg-loader",
|
|
2766
3461
|
"website": "https://github.com/Developmint/nuxt-svg-loader",
|
|
@@ -2770,16 +3465,19 @@
|
|
|
2770
3465
|
"maintainers": [
|
|
2771
3466
|
{
|
|
2772
3467
|
"name": "Developmint",
|
|
2773
|
-
"github": "Developmint"
|
|
2774
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
3468
|
+
"github": "Developmint"
|
|
2775
3469
|
}
|
|
2776
|
-
]
|
|
3470
|
+
],
|
|
3471
|
+
"compatibility": {
|
|
3472
|
+
"nuxt": "^2.0.0",
|
|
3473
|
+
"requires": {}
|
|
3474
|
+
}
|
|
2777
3475
|
},
|
|
2778
3476
|
{
|
|
2779
3477
|
"name": "svg-sprite",
|
|
2780
3478
|
"description": "Optimized and Easy way to use svg files in Nuxt.js",
|
|
2781
3479
|
"repo": "nuxt-community/svg-sprite-module",
|
|
2782
|
-
"npm": "
|
|
3480
|
+
"npm": "",
|
|
2783
3481
|
"icon": "",
|
|
2784
3482
|
"github": "https://github.com/nuxt-community/svg-sprite-module",
|
|
2785
3483
|
"website": "https://github.com/nuxt-community/svg-sprite-module",
|
|
@@ -2790,16 +3488,19 @@
|
|
|
2790
3488
|
{
|
|
2791
3489
|
"name": "Ahad Birang",
|
|
2792
3490
|
"github": "farnabaz",
|
|
2793
|
-
"twitter": "a_birang"
|
|
2794
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2047945?v=4"
|
|
3491
|
+
"twitter": "a_birang"
|
|
2795
3492
|
}
|
|
2796
|
-
]
|
|
3493
|
+
],
|
|
3494
|
+
"compatibility": {
|
|
3495
|
+
"nuxt": "^2.0.0",
|
|
3496
|
+
"requires": {}
|
|
3497
|
+
}
|
|
2797
3498
|
},
|
|
2798
3499
|
{
|
|
2799
3500
|
"name": "svg",
|
|
2800
3501
|
"description": "Super simple svg loading module for Nuxt.js",
|
|
2801
3502
|
"repo": "nuxt-community/svg-module",
|
|
2802
|
-
"npm": "
|
|
3503
|
+
"npm": "",
|
|
2803
3504
|
"icon": "",
|
|
2804
3505
|
"github": "https://github.com/nuxt-community/svg-module",
|
|
2805
3506
|
"website": "https://github.com/nuxt-community/svg-module",
|
|
@@ -2809,16 +3510,19 @@
|
|
|
2809
3510
|
"maintainers": [
|
|
2810
3511
|
{
|
|
2811
3512
|
"name": "Sam Holmes",
|
|
2812
|
-
"github": "sam3d"
|
|
2813
|
-
"avatar": "https://avatars0.githubusercontent.com/u/8385528?v=4"
|
|
3513
|
+
"github": "sam3d"
|
|
2814
3514
|
}
|
|
2815
|
-
]
|
|
3515
|
+
],
|
|
3516
|
+
"compatibility": {
|
|
3517
|
+
"nuxt": "^2.0.0",
|
|
3518
|
+
"requires": {}
|
|
3519
|
+
}
|
|
2816
3520
|
},
|
|
2817
3521
|
{
|
|
2818
3522
|
"name": "sweetalert2",
|
|
2819
3523
|
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
2820
3524
|
"repo": "ImreC/nuxt-sweetalert2",
|
|
2821
|
-
"npm": "
|
|
3525
|
+
"npm": "",
|
|
2822
3526
|
"icon": "",
|
|
2823
3527
|
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
2824
3528
|
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
@@ -2828,16 +3532,19 @@
|
|
|
2828
3532
|
"maintainers": [
|
|
2829
3533
|
{
|
|
2830
3534
|
"name": "ImreC",
|
|
2831
|
-
"github": "ImreC"
|
|
2832
|
-
"avatar": "https://avatars1.githubusercontent.com/u/9742684?v=4"
|
|
3535
|
+
"github": "ImreC"
|
|
2833
3536
|
}
|
|
2834
|
-
]
|
|
3537
|
+
],
|
|
3538
|
+
"compatibility": {
|
|
3539
|
+
"nuxt": "^2.0.0",
|
|
3540
|
+
"requires": {}
|
|
3541
|
+
}
|
|
2835
3542
|
},
|
|
2836
3543
|
{
|
|
2837
3544
|
"name": "tailwindcss",
|
|
2838
3545
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
2839
3546
|
"repo": "nuxt-community/tailwindcss-module",
|
|
2840
|
-
"npm": "
|
|
3547
|
+
"npm": "",
|
|
2841
3548
|
"icon": "tailwindcss.png",
|
|
2842
3549
|
"github": "https://github.com/nuxt-community/tailwindcss-module",
|
|
2843
3550
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
@@ -2848,19 +3555,45 @@
|
|
|
2848
3555
|
{
|
|
2849
3556
|
"name": "Sébastien Chopin",
|
|
2850
3557
|
"github": "Atinux",
|
|
2851
|
-
"twitter": "Atinux"
|
|
2852
|
-
|
|
3558
|
+
"twitter": "Atinux"
|
|
3559
|
+
}
|
|
3560
|
+
],
|
|
3561
|
+
"compatibility": {
|
|
3562
|
+
"nuxt": "^2.0.0",
|
|
3563
|
+
"requires": {}
|
|
3564
|
+
}
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
"name": "tiktok-analytics",
|
|
3568
|
+
"description": "",
|
|
3569
|
+
"repo": "stickpro/nuxt-tiktok-analytics",
|
|
3570
|
+
"npm": "",
|
|
3571
|
+
"icon": "",
|
|
3572
|
+
"github": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3573
|
+
"website": "https://github.com/stickpro/nuxt-tiktok-analytics",
|
|
3574
|
+
"learn_more": "",
|
|
3575
|
+
"category": "Analytics",
|
|
3576
|
+
"type": "3rd-party",
|
|
3577
|
+
"maintainers": [
|
|
3578
|
+
{
|
|
3579
|
+
"name": "stickpro",
|
|
3580
|
+
"github": "stickpro",
|
|
3581
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
2853
3582
|
}
|
|
2854
|
-
]
|
|
3583
|
+
],
|
|
3584
|
+
"compatibility": {
|
|
3585
|
+
"nuxt": "^2.0.0",
|
|
3586
|
+
"requires": {}
|
|
3587
|
+
}
|
|
2855
3588
|
},
|
|
2856
3589
|
{
|
|
2857
3590
|
"name": "toast",
|
|
2858
3591
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
2859
3592
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
2860
|
-
"npm": "
|
|
3593
|
+
"npm": "",
|
|
2861
3594
|
"icon": "",
|
|
2862
|
-
"github": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
2863
|
-
"website": "https://github.com/nuxt-community/modules/tree/master/packages/toast",
|
|
3595
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
3596
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
2864
3597
|
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
2865
3598
|
"category": "Libraries",
|
|
2866
3599
|
"type": "community",
|
|
@@ -2868,16 +3601,43 @@
|
|
|
2868
3601
|
{
|
|
2869
3602
|
"name": "Pooya Parsa",
|
|
2870
3603
|
"github": "pi0",
|
|
2871
|
-
"twitter": "_pi0_"
|
|
2872
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3604
|
+
"twitter": "_pi0_"
|
|
2873
3605
|
}
|
|
2874
|
-
]
|
|
3606
|
+
],
|
|
3607
|
+
"compatibility": {
|
|
3608
|
+
"nuxt": "^2.0.0",
|
|
3609
|
+
"requires": {}
|
|
3610
|
+
}
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"name": "twa",
|
|
3614
|
+
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
3615
|
+
"repo": "tuarrep/nuxt-twa",
|
|
3616
|
+
"npm": "",
|
|
3617
|
+
"icon": "",
|
|
3618
|
+
"github": "https://github.com/tuarrep/nuxt-twa",
|
|
3619
|
+
"website": "https://nuxt-twa.tuarrep.dev",
|
|
3620
|
+
"learn_more": "https://developer.chrome.com/docs/android/trusted-web-activity/overview/",
|
|
3621
|
+
"category": "Performance",
|
|
3622
|
+
"type": "3rd-party",
|
|
3623
|
+
"maintainers": [
|
|
3624
|
+
{
|
|
3625
|
+
"name": "Nicolas Perraut",
|
|
3626
|
+
"github": "tuarrep"
|
|
3627
|
+
}
|
|
3628
|
+
],
|
|
3629
|
+
"compatibility": {
|
|
3630
|
+
"nuxt": "^2.0.0",
|
|
3631
|
+
"requires": {
|
|
3632
|
+
"bridge": "optional"
|
|
3633
|
+
}
|
|
3634
|
+
}
|
|
2875
3635
|
},
|
|
2876
3636
|
{
|
|
2877
3637
|
"name": "typed-router",
|
|
2878
3638
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
2879
3639
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
2880
|
-
"npm": "
|
|
3640
|
+
"npm": "",
|
|
2881
3641
|
"icon": "vue.png",
|
|
2882
3642
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
2883
3643
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
@@ -2887,16 +3647,19 @@
|
|
|
2887
3647
|
"maintainers": [
|
|
2888
3648
|
{
|
|
2889
3649
|
"name": "victorgarciaesgi",
|
|
2890
|
-
"github": "victorgarciaesgi"
|
|
2891
|
-
"avatar": "https://avatars0.githubusercontent.com/u/15092120?v=4"
|
|
3650
|
+
"github": "victorgarciaesgi"
|
|
2892
3651
|
}
|
|
2893
|
-
]
|
|
3652
|
+
],
|
|
3653
|
+
"compatibility": {
|
|
3654
|
+
"nuxt": "^2.0.0",
|
|
3655
|
+
"requires": {}
|
|
3656
|
+
}
|
|
2894
3657
|
},
|
|
2895
3658
|
{
|
|
2896
3659
|
"name": "typescript-runtime",
|
|
2897
3660
|
"description": "TypeScript Runtime support for Nuxt",
|
|
2898
3661
|
"repo": "nuxt/typescript#master/packages/typescript-runtime",
|
|
2899
|
-
"npm": "
|
|
3662
|
+
"npm": "",
|
|
2900
3663
|
"icon": "typescript.svg",
|
|
2901
3664
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-runtime",
|
|
2902
3665
|
"website": "https://typescript.nuxtjs.org/guide/runtime.html",
|
|
@@ -2906,28 +3669,29 @@
|
|
|
2906
3669
|
"maintainers": [
|
|
2907
3670
|
{
|
|
2908
3671
|
"name": "Kevin Marrec",
|
|
2909
|
-
"github": "kevinmarrec"
|
|
2910
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3672
|
+
"github": "kevinmarrec"
|
|
2911
3673
|
},
|
|
2912
3674
|
{
|
|
2913
3675
|
"name": "Pooya Parsa",
|
|
2914
3676
|
"github": "pi0",
|
|
2915
|
-
"twitter": "_pi0_"
|
|
2916
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3677
|
+
"twitter": "_pi0_"
|
|
2917
3678
|
},
|
|
2918
3679
|
{
|
|
2919
3680
|
"name": "Daniel Roe",
|
|
2920
3681
|
"github": "danielroe",
|
|
2921
|
-
"twitter": "danielcroe"
|
|
2922
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3682
|
+
"twitter": "danielcroe"
|
|
2923
3683
|
}
|
|
2924
|
-
]
|
|
3684
|
+
],
|
|
3685
|
+
"compatibility": {
|
|
3686
|
+
"nuxt": "^2.0.0",
|
|
3687
|
+
"requires": {}
|
|
3688
|
+
}
|
|
2925
3689
|
},
|
|
2926
3690
|
{
|
|
2927
3691
|
"name": "typescript",
|
|
2928
3692
|
"description": "TypeScript Support for Nuxt",
|
|
2929
3693
|
"repo": "nuxt/typescript#master/packages/typescript-build",
|
|
2930
|
-
"npm": "
|
|
3694
|
+
"npm": "",
|
|
2931
3695
|
"icon": "typescript.svg",
|
|
2932
3696
|
"github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
|
|
2933
3697
|
"website": "https://typescript.nuxtjs.org",
|
|
@@ -2937,28 +3701,29 @@
|
|
|
2937
3701
|
"maintainers": [
|
|
2938
3702
|
{
|
|
2939
3703
|
"name": "Kevin Marrec",
|
|
2940
|
-
"github": "kevinmarrec"
|
|
2941
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3704
|
+
"github": "kevinmarrec"
|
|
2942
3705
|
},
|
|
2943
3706
|
{
|
|
2944
3707
|
"name": "Pooya Parsa",
|
|
2945
3708
|
"github": "pi0",
|
|
2946
|
-
"twitter": "_pi0_"
|
|
2947
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3709
|
+
"twitter": "_pi0_"
|
|
2948
3710
|
},
|
|
2949
3711
|
{
|
|
2950
3712
|
"name": "Daniel Roe",
|
|
2951
3713
|
"github": "danielroe",
|
|
2952
|
-
"twitter": "danielcroe"
|
|
2953
|
-
"avatar": "https://avatars1.githubusercontent.com/u/28706372?v=4"
|
|
3714
|
+
"twitter": "danielcroe"
|
|
2954
3715
|
}
|
|
2955
|
-
]
|
|
3716
|
+
],
|
|
3717
|
+
"compatibility": {
|
|
3718
|
+
"nuxt": "^2.0.0",
|
|
3719
|
+
"requires": {}
|
|
3720
|
+
}
|
|
2956
3721
|
},
|
|
2957
3722
|
{
|
|
2958
3723
|
"name": "universal-storage",
|
|
2959
3724
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
2960
3725
|
"repo": "nuxt-community/universal-storage-module",
|
|
2961
|
-
"npm": "
|
|
3726
|
+
"npm": "",
|
|
2962
3727
|
"icon": "",
|
|
2963
3728
|
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
2964
3729
|
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
@@ -2969,22 +3734,50 @@
|
|
|
2969
3734
|
{
|
|
2970
3735
|
"name": "Pooya Parsa",
|
|
2971
3736
|
"github": "pi0",
|
|
2972
|
-
"twitter": "_pi0_"
|
|
2973
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3737
|
+
"twitter": "_pi0_"
|
|
2974
3738
|
},
|
|
2975
3739
|
{
|
|
2976
3740
|
"name": "Farzad Soltani",
|
|
2977
3741
|
"github": "farzadso",
|
|
2978
|
-
"twitter": "farzadso"
|
|
2979
|
-
|
|
3742
|
+
"twitter": "farzadso"
|
|
3743
|
+
}
|
|
3744
|
+
],
|
|
3745
|
+
"compatibility": {
|
|
3746
|
+
"nuxt": "^2.0.0",
|
|
3747
|
+
"requires": {}
|
|
3748
|
+
}
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"name": "unocss",
|
|
3752
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
3753
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
3754
|
+
"npm": "",
|
|
3755
|
+
"icon": "unocss.svg",
|
|
3756
|
+
"github": "https://github.com/antfu/unocss",
|
|
3757
|
+
"website": "https://github.com/antfu/unocss",
|
|
3758
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
3759
|
+
"category": "UI",
|
|
3760
|
+
"type": "3rd-party",
|
|
3761
|
+
"maintainers": [
|
|
3762
|
+
{
|
|
3763
|
+
"name": "Anthony Fu",
|
|
3764
|
+
"github": "antfu",
|
|
3765
|
+
"twitter": "antfu7",
|
|
3766
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
2980
3767
|
}
|
|
2981
|
-
]
|
|
3768
|
+
],
|
|
3769
|
+
"compatibility": {
|
|
3770
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3771
|
+
"requires": {
|
|
3772
|
+
"bridge": "optional"
|
|
3773
|
+
}
|
|
3774
|
+
}
|
|
2982
3775
|
},
|
|
2983
3776
|
{
|
|
2984
3777
|
"name": "user-agent",
|
|
2985
3778
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
2986
3779
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
2987
|
-
"npm": "
|
|
3780
|
+
"npm": "",
|
|
2988
3781
|
"icon": "",
|
|
2989
3782
|
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
2990
3783
|
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
@@ -2994,16 +3787,19 @@
|
|
|
2994
3787
|
"maintainers": [
|
|
2995
3788
|
{
|
|
2996
3789
|
"name": "fukuiretu",
|
|
2997
|
-
"github": "fukuiretu"
|
|
2998
|
-
"avatar": "https://avatars0.githubusercontent.com/u/1982105?v=4"
|
|
3790
|
+
"github": "fukuiretu"
|
|
2999
3791
|
}
|
|
3000
|
-
]
|
|
3792
|
+
],
|
|
3793
|
+
"compatibility": {
|
|
3794
|
+
"nuxt": "^2.0.0",
|
|
3795
|
+
"requires": {}
|
|
3796
|
+
}
|
|
3001
3797
|
},
|
|
3002
3798
|
{
|
|
3003
3799
|
"name": "validate",
|
|
3004
3800
|
"description": "Simple Nuxt input validation module using vee-validate",
|
|
3005
3801
|
"repo": "lewyuburi/nuxt-validate",
|
|
3006
|
-
"npm": "
|
|
3802
|
+
"npm": "",
|
|
3007
3803
|
"icon": "vee-validate.png",
|
|
3008
3804
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
3009
3805
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
@@ -3013,16 +3809,19 @@
|
|
|
3013
3809
|
"maintainers": [
|
|
3014
3810
|
{
|
|
3015
3811
|
"name": "lewyuburi",
|
|
3016
|
-
"github": "lewyuburi"
|
|
3017
|
-
"avatar": "https://avatars2.githubusercontent.com/u/2156790?v=4"
|
|
3812
|
+
"github": "lewyuburi"
|
|
3018
3813
|
}
|
|
3019
|
-
]
|
|
3814
|
+
],
|
|
3815
|
+
"compatibility": {
|
|
3816
|
+
"nuxt": "^2.0.0",
|
|
3817
|
+
"requires": {}
|
|
3818
|
+
}
|
|
3020
3819
|
},
|
|
3021
3820
|
{
|
|
3022
3821
|
"name": "vendor",
|
|
3023
3822
|
"description": "directly serve node_modules",
|
|
3024
3823
|
"repo": "nuxt-community/modules#master/packages/vendor",
|
|
3025
|
-
"npm": "
|
|
3824
|
+
"npm": "",
|
|
3026
3825
|
"icon": "",
|
|
3027
3826
|
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
3028
3827
|
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
@@ -3033,16 +3832,19 @@
|
|
|
3033
3832
|
{
|
|
3034
3833
|
"name": "Pooya Parsa",
|
|
3035
3834
|
"github": "pi0",
|
|
3036
|
-
"twitter": "_pi0_"
|
|
3037
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
3835
|
+
"twitter": "_pi0_"
|
|
3038
3836
|
}
|
|
3039
|
-
]
|
|
3837
|
+
],
|
|
3838
|
+
"compatibility": {
|
|
3839
|
+
"nuxt": "^2.0.0",
|
|
3840
|
+
"requires": {}
|
|
3841
|
+
}
|
|
3040
3842
|
},
|
|
3041
3843
|
{
|
|
3042
3844
|
"name": "vue-material",
|
|
3043
3845
|
"description": "Module to join nuxt and vue-material framework so you can build well-designed apps with dynamic themes and components with an ease-to-use API.",
|
|
3044
3846
|
"repo": "vaso2/nuxt-vue-material",
|
|
3045
|
-
"npm": "
|
|
3847
|
+
"npm": "",
|
|
3046
3848
|
"icon": "vue-material.png",
|
|
3047
3849
|
"github": "https://github.com/vaso2/nuxt-vue-material",
|
|
3048
3850
|
"website": "https://github.com/vaso2/nuxt-vue-material",
|
|
@@ -3052,16 +3854,19 @@
|
|
|
3052
3854
|
"maintainers": [
|
|
3053
3855
|
{
|
|
3054
3856
|
"name": "vaso2",
|
|
3055
|
-
"github": "vaso2"
|
|
3056
|
-
"avatar": "https://avatars3.githubusercontent.com/u/4008122?v=4"
|
|
3857
|
+
"github": "vaso2"
|
|
3057
3858
|
}
|
|
3058
|
-
]
|
|
3859
|
+
],
|
|
3860
|
+
"compatibility": {
|
|
3861
|
+
"nuxt": "^2.0.0",
|
|
3862
|
+
"requires": {}
|
|
3863
|
+
}
|
|
3059
3864
|
},
|
|
3060
3865
|
{
|
|
3061
3866
|
"name": "vue-multiselect",
|
|
3062
3867
|
"description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
|
|
3063
3868
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
3064
|
-
"npm": "
|
|
3869
|
+
"npm": "",
|
|
3065
3870
|
"icon": "",
|
|
3066
3871
|
"github": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
3067
3872
|
"website": "https://github.com/spektrummedia/nuxt-vue-multiselect",
|
|
@@ -3071,16 +3876,19 @@
|
|
|
3071
3876
|
"maintainers": [
|
|
3072
3877
|
{
|
|
3073
3878
|
"name": "spektrummedia",
|
|
3074
|
-
"github": "spektrummedia"
|
|
3075
|
-
"avatar": "https://avatars2.githubusercontent.com/u/4410985?v=4"
|
|
3879
|
+
"github": "spektrummedia"
|
|
3076
3880
|
}
|
|
3077
|
-
]
|
|
3881
|
+
],
|
|
3882
|
+
"compatibility": {
|
|
3883
|
+
"nuxt": "^2.0.0",
|
|
3884
|
+
"requires": {}
|
|
3885
|
+
}
|
|
3078
3886
|
},
|
|
3079
3887
|
{
|
|
3080
3888
|
"name": "vue-select",
|
|
3081
3889
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
3082
3890
|
"repo": "madmod/nuxt-vue-select",
|
|
3083
|
-
"npm": "
|
|
3891
|
+
"npm": "",
|
|
3084
3892
|
"icon": "",
|
|
3085
3893
|
"github": "https://github.com/madmod/nuxt-vue-select",
|
|
3086
3894
|
"website": "https://github.com/madmod/nuxt-vue-select",
|
|
@@ -3090,16 +3898,19 @@
|
|
|
3090
3898
|
"maintainers": [
|
|
3091
3899
|
{
|
|
3092
3900
|
"name": "madmod",
|
|
3093
|
-
"github": "madmod"
|
|
3094
|
-
"avatar": "https://avatars3.githubusercontent.com/u/1107818?v=4"
|
|
3901
|
+
"github": "madmod"
|
|
3095
3902
|
}
|
|
3096
|
-
]
|
|
3903
|
+
],
|
|
3904
|
+
"compatibility": {
|
|
3905
|
+
"nuxt": "^2.0.0",
|
|
3906
|
+
"requires": {}
|
|
3907
|
+
}
|
|
3097
3908
|
},
|
|
3098
3909
|
{
|
|
3099
3910
|
"name": "vue-warehouse",
|
|
3100
3911
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
3101
3912
|
"repo": "juliomrqz/vue-warehouse",
|
|
3102
|
-
"npm": "
|
|
3913
|
+
"npm": "",
|
|
3103
3914
|
"icon": "",
|
|
3104
3915
|
"github": "https://github.com/juliomrqz/vue-warehouse",
|
|
3105
3916
|
"website": "https://marquez.co/docs/vue-warehouse",
|
|
@@ -3110,16 +3921,19 @@
|
|
|
3110
3921
|
{
|
|
3111
3922
|
"name": "Julio Marquez",
|
|
3112
3923
|
"github": "juliomrqz",
|
|
3113
|
-
"twitter": "juliomrqz"
|
|
3114
|
-
"avatar": "https://avatars1.githubusercontent.com/u/1911993?v=4"
|
|
3924
|
+
"twitter": "juliomrqz"
|
|
3115
3925
|
}
|
|
3116
|
-
]
|
|
3926
|
+
],
|
|
3927
|
+
"compatibility": {
|
|
3928
|
+
"nuxt": "^2.0.0",
|
|
3929
|
+
"requires": {}
|
|
3930
|
+
}
|
|
3117
3931
|
},
|
|
3118
3932
|
{
|
|
3119
3933
|
"name": "vuetify",
|
|
3120
3934
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
3121
3935
|
"repo": "nuxt-community/vuetify-module",
|
|
3122
|
-
"npm": "
|
|
3936
|
+
"npm": "",
|
|
3123
3937
|
"icon": "vuetify.png",
|
|
3124
3938
|
"github": "https://github.com/nuxt-community/vuetify-module",
|
|
3125
3939
|
"website": "https://github.com/nuxt-community/vuetify-module",
|
|
@@ -3129,22 +3943,49 @@
|
|
|
3129
3943
|
"maintainers": [
|
|
3130
3944
|
{
|
|
3131
3945
|
"name": "Kevin Marrec",
|
|
3132
|
-
"github": "kevinmarrec"
|
|
3133
|
-
"avatar": "https://avatars2.githubusercontent.com/u/25272043?v=4"
|
|
3946
|
+
"github": "kevinmarrec"
|
|
3134
3947
|
},
|
|
3135
3948
|
{
|
|
3136
3949
|
"name": "Pooya Parsa",
|
|
3137
3950
|
"github": "pi0",
|
|
3138
|
-
"twitter": "_pi0_"
|
|
3139
|
-
|
|
3951
|
+
"twitter": "_pi0_"
|
|
3952
|
+
}
|
|
3953
|
+
],
|
|
3954
|
+
"compatibility": {
|
|
3955
|
+
"nuxt": "^2.0.0",
|
|
3956
|
+
"requires": {}
|
|
3957
|
+
}
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"name": "vueuse",
|
|
3961
|
+
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
3962
|
+
"repo": "vueuse/vueuse#main/packages/core",
|
|
3963
|
+
"npm": "",
|
|
3964
|
+
"icon": "vueuse.svg",
|
|
3965
|
+
"github": "https://github.com/vueuse/vueuse",
|
|
3966
|
+
"website": "https://vueuse.org",
|
|
3967
|
+
"learn_more": "https://github.com/vueuse/vueuse",
|
|
3968
|
+
"category": "Libraries",
|
|
3969
|
+
"type": "3rd-party",
|
|
3970
|
+
"maintainers": [
|
|
3971
|
+
{
|
|
3972
|
+
"name": "Anthony Fu",
|
|
3973
|
+
"github": "antfu",
|
|
3974
|
+
"twitter": "antfu7"
|
|
3975
|
+
}
|
|
3976
|
+
],
|
|
3977
|
+
"compatibility": {
|
|
3978
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3979
|
+
"requires": {
|
|
3980
|
+
"bridge": "optional"
|
|
3140
3981
|
}
|
|
3141
|
-
|
|
3982
|
+
}
|
|
3142
3983
|
},
|
|
3143
3984
|
{
|
|
3144
3985
|
"name": "vuex-router-sync",
|
|
3145
3986
|
"description": "vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.",
|
|
3146
3987
|
"repo": "paulgv/nuxt-vuex-router-sync",
|
|
3147
|
-
"npm": "
|
|
3988
|
+
"npm": "",
|
|
3148
3989
|
"icon": "",
|
|
3149
3990
|
"github": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
3150
3991
|
"website": "https://github.com/paulgv/nuxt-vuex-router-sync",
|
|
@@ -3154,16 +3995,19 @@
|
|
|
3154
3995
|
"maintainers": [
|
|
3155
3996
|
{
|
|
3156
3997
|
"name": "paulgv",
|
|
3157
|
-
"github": "paulgv"
|
|
3158
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
3998
|
+
"github": "paulgv"
|
|
3159
3999
|
}
|
|
3160
|
-
]
|
|
4000
|
+
],
|
|
4001
|
+
"compatibility": {
|
|
4002
|
+
"nuxt": "^2.0.0",
|
|
4003
|
+
"requires": {}
|
|
4004
|
+
}
|
|
3161
4005
|
},
|
|
3162
4006
|
{
|
|
3163
4007
|
"name": "web-vitals",
|
|
3164
4008
|
"description": "Web Vitals for Nuxt",
|
|
3165
4009
|
"repo": "nuxt-community/web-vitals-module",
|
|
3166
|
-
"npm": "
|
|
4010
|
+
"npm": "",
|
|
3167
4011
|
"icon": "",
|
|
3168
4012
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
3169
4013
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
@@ -3173,28 +4017,29 @@
|
|
|
3173
4017
|
"maintainers": [
|
|
3174
4018
|
{
|
|
3175
4019
|
"name": "daliborgogic",
|
|
3176
|
-
"github": "daliborgogic"
|
|
3177
|
-
"avatar": "https://avatars3.githubusercontent.com/u/5895389?v=4"
|
|
4020
|
+
"github": "daliborgogic"
|
|
3178
4021
|
},
|
|
3179
4022
|
{
|
|
3180
4023
|
"name": "Pooya Parsa",
|
|
3181
4024
|
"github": "pi0",
|
|
3182
|
-
"twitter": "_pi0_"
|
|
3183
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4025
|
+
"twitter": "_pi0_"
|
|
3184
4026
|
},
|
|
3185
4027
|
{
|
|
3186
4028
|
"name": "Sebastien Chopin",
|
|
3187
4029
|
"github": "Atinux",
|
|
3188
|
-
"twitter": "Atinux"
|
|
3189
|
-
"avatar": "https://avatars2.githubusercontent.com/u/904724?v=4"
|
|
4030
|
+
"twitter": "Atinux"
|
|
3190
4031
|
}
|
|
3191
|
-
]
|
|
4032
|
+
],
|
|
4033
|
+
"compatibility": {
|
|
4034
|
+
"nuxt": "^2.0.0",
|
|
4035
|
+
"requires": {}
|
|
4036
|
+
}
|
|
3192
4037
|
},
|
|
3193
4038
|
{
|
|
3194
4039
|
"name": "web3js",
|
|
3195
4040
|
"description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
|
|
3196
4041
|
"repo": "fauzan121002/nuxt-web3",
|
|
3197
|
-
"npm": "
|
|
4042
|
+
"npm": "",
|
|
3198
4043
|
"icon": "web3js.svg",
|
|
3199
4044
|
"github": "https://github.com/fauzan121002/nuxt-web3",
|
|
3200
4045
|
"website": "https://github.com/fauzan121002/nuxt-web3",
|
|
@@ -3205,16 +4050,19 @@
|
|
|
3205
4050
|
{
|
|
3206
4051
|
"name": "Muhammad Fauzan",
|
|
3207
4052
|
"github": "fauzan121002",
|
|
3208
|
-
"twitter": "fauzandev"
|
|
3209
|
-
"avatar": "https://avatars.githubusercontent.com/u/50759463?v=4"
|
|
4053
|
+
"twitter": "fauzandev"
|
|
3210
4054
|
}
|
|
3211
|
-
]
|
|
4055
|
+
],
|
|
4056
|
+
"compatibility": {
|
|
4057
|
+
"nuxt": "^2.0.0",
|
|
4058
|
+
"requires": {}
|
|
4059
|
+
}
|
|
3212
4060
|
},
|
|
3213
4061
|
{
|
|
3214
4062
|
"name": "webfontloader",
|
|
3215
4063
|
"description": "Efficient web font loading has never been easier!",
|
|
3216
4064
|
"repo": "Developmint/nuxt-webfontloader",
|
|
3217
|
-
"npm": "
|
|
4065
|
+
"npm": "",
|
|
3218
4066
|
"icon": "",
|
|
3219
4067
|
"github": "https://github.com/Developmint/nuxt-webfontloader",
|
|
3220
4068
|
"website": "https://github.com/Developmint/nuxt-webfontloader",
|
|
@@ -3224,16 +4072,43 @@
|
|
|
3224
4072
|
"maintainers": [
|
|
3225
4073
|
{
|
|
3226
4074
|
"name": "Developmint",
|
|
3227
|
-
"github": "Developmint"
|
|
3228
|
-
"avatar": "https://avatars0.githubusercontent.com/u/29969219?v=4"
|
|
4075
|
+
"github": "Developmint"
|
|
3229
4076
|
}
|
|
3230
|
-
]
|
|
4077
|
+
],
|
|
4078
|
+
"compatibility": {
|
|
4079
|
+
"nuxt": "^2.0.0",
|
|
4080
|
+
"requires": {}
|
|
4081
|
+
}
|
|
4082
|
+
},
|
|
4083
|
+
{
|
|
4084
|
+
"name": "webpack-optimisations",
|
|
4085
|
+
"description": "Nuxt.js v2 module to automatically make your builds faster.",
|
|
4086
|
+
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
4087
|
+
"npm": "",
|
|
4088
|
+
"icon": "build-optimisations.svg",
|
|
4089
|
+
"github": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4090
|
+
"website": "https://github.com/harlan-zw/nuxt-webpack-optimisations",
|
|
4091
|
+
"learn_more": "",
|
|
4092
|
+
"category": "Devtools",
|
|
4093
|
+
"type": "3rd-party",
|
|
4094
|
+
"maintainers": [
|
|
4095
|
+
{
|
|
4096
|
+
"name": "Harlan Wilton",
|
|
4097
|
+
"github": "harlan-zw"
|
|
4098
|
+
}
|
|
4099
|
+
],
|
|
4100
|
+
"compatibility": {
|
|
4101
|
+
"nuxt": "^2.0.0",
|
|
4102
|
+
"requires": {
|
|
4103
|
+
"bridge": "optional"
|
|
4104
|
+
}
|
|
4105
|
+
}
|
|
3231
4106
|
},
|
|
3232
4107
|
{
|
|
3233
4108
|
"name": "webpack-profile",
|
|
3234
4109
|
"description": "Nuxt module to display webpack build progress steps with core ProgressPlugin",
|
|
3235
4110
|
"repo": "nuxt-community/webpack-profile-module",
|
|
3236
|
-
"npm": "
|
|
4111
|
+
"npm": "",
|
|
3237
4112
|
"icon": "webpack.png",
|
|
3238
4113
|
"github": "https://github.com/nuxt-community/webpack-profile-module",
|
|
3239
4114
|
"website": "https://github.com/nuxt-community/webpack-profile-module",
|
|
@@ -3244,16 +4119,19 @@
|
|
|
3244
4119
|
{
|
|
3245
4120
|
"name": "Pooya Parsa",
|
|
3246
4121
|
"github": "pi0",
|
|
3247
|
-
"twitter": "_pi0_"
|
|
3248
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4122
|
+
"twitter": "_pi0_"
|
|
3249
4123
|
}
|
|
3250
|
-
]
|
|
4124
|
+
],
|
|
4125
|
+
"compatibility": {
|
|
4126
|
+
"nuxt": "^2.0.0",
|
|
4127
|
+
"requires": {}
|
|
4128
|
+
}
|
|
3251
4129
|
},
|
|
3252
4130
|
{
|
|
3253
4131
|
"name": "webpackdashboard",
|
|
3254
4132
|
"description": "Webpack Dashboard module for Nuxt. A CLI dashboard for your webpack dev server.",
|
|
3255
4133
|
"repo": "paulgv/nuxt-webpackdashboard",
|
|
3256
|
-
"npm": "
|
|
4134
|
+
"npm": "",
|
|
3257
4135
|
"icon": "webpack.png",
|
|
3258
4136
|
"github": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
3259
4137
|
"website": "https://github.com/paulgv/nuxt-webpackdashboard",
|
|
@@ -3263,16 +4141,19 @@
|
|
|
3263
4141
|
"maintainers": [
|
|
3264
4142
|
{
|
|
3265
4143
|
"name": "paulgv",
|
|
3266
|
-
"github": "paulgv"
|
|
3267
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4895885?v=4"
|
|
4144
|
+
"github": "paulgv"
|
|
3268
4145
|
}
|
|
3269
|
-
]
|
|
4146
|
+
],
|
|
4147
|
+
"compatibility": {
|
|
4148
|
+
"nuxt": "^2.0.0",
|
|
4149
|
+
"requires": {}
|
|
4150
|
+
}
|
|
3270
4151
|
},
|
|
3271
4152
|
{
|
|
3272
4153
|
"name": "webpackmonitor",
|
|
3273
4154
|
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
3274
4155
|
"repo": "nuxt-community/webpackmonitor-module",
|
|
3275
|
-
"npm": "
|
|
4156
|
+
"npm": "",
|
|
3276
4157
|
"icon": "webpack.png",
|
|
3277
4158
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
3278
4159
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
@@ -3283,16 +4164,19 @@
|
|
|
3283
4164
|
{
|
|
3284
4165
|
"name": "Pooya Parsa",
|
|
3285
4166
|
"github": "pi0",
|
|
3286
|
-
"twitter": "_pi0_"
|
|
3287
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4167
|
+
"twitter": "_pi0_"
|
|
3288
4168
|
}
|
|
3289
|
-
]
|
|
4169
|
+
],
|
|
4170
|
+
"compatibility": {
|
|
4171
|
+
"nuxt": "^2.0.0",
|
|
4172
|
+
"requires": {}
|
|
4173
|
+
}
|
|
3290
4174
|
},
|
|
3291
4175
|
{
|
|
3292
4176
|
"name": "windicss",
|
|
3293
|
-
"description": "Next generation
|
|
3294
|
-
"repo": "windicss/nuxt-windicss-module",
|
|
3295
|
-
"npm": "
|
|
4177
|
+
"description": "Next generation utility-first CSS framework.",
|
|
4178
|
+
"repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
|
|
4179
|
+
"npm": "",
|
|
3296
4180
|
"icon": "windicss.svg",
|
|
3297
4181
|
"github": "https://github.com/windicss/nuxt-windicss-module",
|
|
3298
4182
|
"website": "https://github.com/windicss/nuxt-windicss-module",
|
|
@@ -3302,17 +4186,27 @@
|
|
|
3302
4186
|
"maintainers": [
|
|
3303
4187
|
{
|
|
3304
4188
|
"name": "Harlan Wilton",
|
|
3305
|
-
"github": "
|
|
3306
|
-
"twitter": "harlan_zw"
|
|
3307
|
-
|
|
4189
|
+
"github": "harlan-zw",
|
|
4190
|
+
"twitter": "harlan_zw"
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"name": "Anthony Fu",
|
|
4194
|
+
"github": "antfu",
|
|
4195
|
+
"twitter": "antfu7"
|
|
4196
|
+
}
|
|
4197
|
+
],
|
|
4198
|
+
"compatibility": {
|
|
4199
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4200
|
+
"requires": {
|
|
4201
|
+
"bridge": "optional"
|
|
3308
4202
|
}
|
|
3309
|
-
|
|
4203
|
+
}
|
|
3310
4204
|
},
|
|
3311
4205
|
{
|
|
3312
4206
|
"name": "winston-log",
|
|
3313
4207
|
"description": "Nuxt module for logging SSR errors + client-side Vue errors using winston",
|
|
3314
4208
|
"repo": "aaronransley/nuxt-winston-log",
|
|
3315
|
-
"npm": "
|
|
4209
|
+
"npm": "",
|
|
3316
4210
|
"icon": "winston.png",
|
|
3317
4211
|
"github": "https://github.com/aaronransley/nuxt-winston-log",
|
|
3318
4212
|
"website": "https://github.com/aaronransley/nuxt-winston-log",
|
|
@@ -3322,16 +4216,19 @@
|
|
|
3322
4216
|
"maintainers": [
|
|
3323
4217
|
{
|
|
3324
4218
|
"name": "aaronransley",
|
|
3325
|
-
"github": "aaronransley"
|
|
3326
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5669055?v=4"
|
|
4219
|
+
"github": "aaronransley"
|
|
3327
4220
|
}
|
|
3328
|
-
]
|
|
4221
|
+
],
|
|
4222
|
+
"compatibility": {
|
|
4223
|
+
"nuxt": "^2.0.0",
|
|
4224
|
+
"requires": {}
|
|
4225
|
+
}
|
|
3329
4226
|
},
|
|
3330
4227
|
{
|
|
3331
4228
|
"name": "wp-nuxt",
|
|
3332
4229
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
|
3333
4230
|
"repo": "yashha/wp-nuxt",
|
|
3334
|
-
"npm": "
|
|
4231
|
+
"npm": "",
|
|
3335
4232
|
"icon": "wordpress.png",
|
|
3336
4233
|
"github": "https://github.com/yashha/wp-nuxt",
|
|
3337
4234
|
"website": "https://github.com/yashha/wp-nuxt",
|
|
@@ -3341,16 +4238,19 @@
|
|
|
3341
4238
|
"maintainers": [
|
|
3342
4239
|
{
|
|
3343
4240
|
"name": "yashha",
|
|
3344
|
-
"github": "yashha"
|
|
3345
|
-
"avatar": "https://avatars0.githubusercontent.com/u/4728786?v=4"
|
|
4241
|
+
"github": "yashha"
|
|
3346
4242
|
}
|
|
3347
|
-
]
|
|
4243
|
+
],
|
|
4244
|
+
"compatibility": {
|
|
4245
|
+
"nuxt": "^2.0.0",
|
|
4246
|
+
"requires": {}
|
|
4247
|
+
}
|
|
3348
4248
|
},
|
|
3349
4249
|
{
|
|
3350
4250
|
"name": "xhr-cache",
|
|
3351
4251
|
"description": "Cache api resources and serve it as static resource",
|
|
3352
4252
|
"repo": "gaetansenn/xhr-cache",
|
|
3353
|
-
"npm": "
|
|
4253
|
+
"npm": "",
|
|
3354
4254
|
"icon": "",
|
|
3355
4255
|
"github": "https://github.com/gaetansenn/xhr-cache",
|
|
3356
4256
|
"website": "https://xhr-cache.dewib.com",
|
|
@@ -3360,16 +4260,19 @@
|
|
|
3360
4260
|
"maintainers": [
|
|
3361
4261
|
{
|
|
3362
4262
|
"name": "gaetansenn",
|
|
3363
|
-
"github": "gaetansenn"
|
|
3364
|
-
"avatar": "https://avatars0.githubusercontent.com/u/2774075?v=4"
|
|
4263
|
+
"github": "gaetansenn"
|
|
3365
4264
|
}
|
|
3366
|
-
]
|
|
4265
|
+
],
|
|
4266
|
+
"compatibility": {
|
|
4267
|
+
"nuxt": "^2.0.0",
|
|
4268
|
+
"requires": {}
|
|
4269
|
+
}
|
|
3367
4270
|
},
|
|
3368
4271
|
{
|
|
3369
4272
|
"name": "xui",
|
|
3370
4273
|
"description": "Light module to help design websites with Nuxt.",
|
|
3371
4274
|
"repo": "MetaCorp/xui-module",
|
|
3372
|
-
"npm": "
|
|
4275
|
+
"npm": "",
|
|
3373
4276
|
"icon": "",
|
|
3374
4277
|
"github": "https://github.com/MetaCorp/xui-module",
|
|
3375
4278
|
"website": "https://github.com/MetaCorp/xui-module",
|
|
@@ -3379,16 +4282,19 @@
|
|
|
3379
4282
|
"maintainers": [
|
|
3380
4283
|
{
|
|
3381
4284
|
"name": "MetaCorp",
|
|
3382
|
-
"github": "MetaCorp"
|
|
3383
|
-
"avatar": "https://avatars2.githubusercontent.com/u/1285196?v=4"
|
|
4285
|
+
"github": "MetaCorp"
|
|
3384
4286
|
}
|
|
3385
|
-
]
|
|
4287
|
+
],
|
|
4288
|
+
"compatibility": {
|
|
4289
|
+
"nuxt": "^2.0.0",
|
|
4290
|
+
"requires": {}
|
|
4291
|
+
}
|
|
3386
4292
|
},
|
|
3387
4293
|
{
|
|
3388
4294
|
"name": "yandex-metrika",
|
|
3389
4295
|
"description": "Yandex metrika Module for Nuxt.js",
|
|
3390
4296
|
"repo": "nuxt-community/yandex-metrika-module",
|
|
3391
|
-
"npm": "
|
|
4297
|
+
"npm": "",
|
|
3392
4298
|
"icon": "",
|
|
3393
4299
|
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
3394
4300
|
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
@@ -3399,16 +4305,19 @@
|
|
|
3399
4305
|
{
|
|
3400
4306
|
"name": "Pooya Parsa",
|
|
3401
4307
|
"github": "pi0",
|
|
3402
|
-
"twitter": "_pi0_"
|
|
3403
|
-
"avatar": "https://avatars0.githubusercontent.com/u/5158436?v=4"
|
|
4308
|
+
"twitter": "_pi0_"
|
|
3404
4309
|
}
|
|
3405
|
-
]
|
|
4310
|
+
],
|
|
4311
|
+
"compatibility": {
|
|
4312
|
+
"nuxt": "^2.0.0",
|
|
4313
|
+
"requires": {}
|
|
4314
|
+
}
|
|
3406
4315
|
},
|
|
3407
4316
|
{
|
|
3408
4317
|
"name": "zendesk",
|
|
3409
4318
|
"description": "Nuxt.js module for Zendesk",
|
|
3410
4319
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
3411
|
-
"npm": "
|
|
4320
|
+
"npm": "",
|
|
3412
4321
|
"icon": "zendesk.png",
|
|
3413
4322
|
"github": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
3414
4323
|
"website": "https://github.com/DansMaCulotte/nuxt-zendesk",
|
|
@@ -3418,9 +4327,12 @@
|
|
|
3418
4327
|
"maintainers": [
|
|
3419
4328
|
{
|
|
3420
4329
|
"name": "DansMaCulotte",
|
|
3421
|
-
"github": "DansMaCulotte"
|
|
3422
|
-
"avatar": "https://avatars1.githubusercontent.com/u/44588441?v=4"
|
|
4330
|
+
"github": "DansMaCulotte"
|
|
3423
4331
|
}
|
|
3424
|
-
]
|
|
4332
|
+
],
|
|
4333
|
+
"compatibility": {
|
|
4334
|
+
"nuxt": "^2.0.0",
|
|
4335
|
+
"requires": {}
|
|
4336
|
+
}
|
|
3425
4337
|
}
|
|
3426
4338
|
]
|