@nuxt/modules 0.5.0-499019 → 0.5.0-4dc832

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.
Files changed (2) hide show
  1. package/modules.json +139 -23
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -146,6 +146,30 @@
146
146
  "requires": {}
147
147
  }
148
148
  },
149
+ {
150
+ "name": "api-party",
151
+ "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
152
+ "repo": "johannschopplich/nuxt-api-party",
153
+ "npm": "nuxt-api-party",
154
+ "icon": "api-party.svg",
155
+ "github": "https://github.com/johannschopplich/nuxt-api-party",
156
+ "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
157
+ "learn_more": "",
158
+ "category": "Request",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "Johann Schopplich",
163
+ "github": "johannschopplich",
164
+ "twitter": "jschopplich",
165
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
166
+ }
167
+ ],
168
+ "compatibility": {
169
+ "nuxt": "^3.0.0",
170
+ "requires": {}
171
+ }
172
+ },
149
173
  {
150
174
  "name": "apis-to-file",
151
175
  "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",
@@ -173,26 +197,24 @@
173
197
  {
174
198
  "name": "apollo",
175
199
  "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
176
- "repo": "nuxt-community/apollo-module",
200
+ "repo": "nuxt-modules/apollo",
177
201
  "npm": "@nuxtjs/apollo",
178
202
  "icon": "apollo.png",
179
- "github": "https://github.com/nuxt-community/apollo-module",
180
- "website": "https://github.com/nuxt-community/apollo-module",
203
+ "github": "https://github.com/nuxt-modules/apollo",
204
+ "website": "https://apollo.nuxtjs.org",
181
205
  "learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
182
206
  "category": "Request",
183
207
  "type": "community",
184
208
  "maintainers": [
185
209
  {
186
- "name": "Lam Kieu",
187
- "github": "kieusonlam"
188
- },
189
- {
190
- "name": "Dominic Garms",
191
- "github": "dohomi"
210
+ "name": "Conrawl Rogers",
211
+ "github": "diizzayy",
212
+ "twitter": "diizzayy",
213
+ "avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
192
214
  }
193
215
  ],
194
216
  "compatibility": {
195
- "nuxt": "^2.0.0",
217
+ "nuxt": "^2.0.0 || ^3.0.0",
196
218
  "requires": {}
197
219
  }
198
220
  },
@@ -1202,6 +1224,29 @@
1202
1224
  "requires": {}
1203
1225
  }
1204
1226
  },
1227
+ {
1228
+ "name": "fontaine",
1229
+ "description": "Automatically optimized font fallback based on font metrics",
1230
+ "repo": "nuxt-modules/fontaine",
1231
+ "npm": "@nuxtjs/fontaine",
1232
+ "icon": "fontaine.svg",
1233
+ "github": "https://github.com/nuxt-modules/fontaine",
1234
+ "website": "https://github.com/unjs/fontaine",
1235
+ "learn_more": "https://github.com/unjs/fontaine",
1236
+ "category": "Performance",
1237
+ "type": "community",
1238
+ "maintainers": [
1239
+ {
1240
+ "name": "Daniel Roe",
1241
+ "github": "danielroe",
1242
+ "twitter": "danielcroe"
1243
+ }
1244
+ ],
1245
+ "compatibility": {
1246
+ "nuxt": "^3.0.0",
1247
+ "requires": {}
1248
+ }
1249
+ },
1205
1250
  {
1206
1251
  "name": "fontawesome",
1207
1252
  "description": "Module to join nuxt and Fontawesome 5",
@@ -1545,6 +1590,28 @@
1545
1590
  "requires": {}
1546
1591
  }
1547
1592
  },
1593
+ {
1594
+ "name": "headlessui",
1595
+ "description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
1596
+ "repo": "P4sca1/nuxt-headlessui",
1597
+ "npm": "nuxt-headlessui",
1598
+ "icon": "headlessui.png",
1599
+ "github": "https://github.com/P4sca1/nuxt-headlessui",
1600
+ "website": "https://github.com/P4sca1/nuxt-headlessui",
1601
+ "learn_more": "https://headlessui.com",
1602
+ "category": "UI",
1603
+ "type": "3rd-party",
1604
+ "maintainers": [
1605
+ {
1606
+ "name": "Pascal Sthamer",
1607
+ "github": "P4sca1"
1608
+ }
1609
+ ],
1610
+ "compatibility": {
1611
+ "nuxt": "^3.0.0",
1612
+ "requires": {}
1613
+ }
1614
+ },
1548
1615
  {
1549
1616
  "name": "headway",
1550
1617
  "description": "Headway changelog widget for Nuxt",
@@ -1754,7 +1821,7 @@
1754
1821
  }
1755
1822
  ],
1756
1823
  "compatibility": {
1757
- "nuxt": "^2.0.0",
1824
+ "nuxt": "^2.0.0 || ^3.0.0",
1758
1825
  "requires": {}
1759
1826
  }
1760
1827
  },
@@ -1853,7 +1920,7 @@
1853
1920
  }
1854
1921
  ],
1855
1922
  "compatibility": {
1856
- "nuxt": "^2.0.0",
1923
+ "nuxt": "^2.0.0 || ^3.0.0",
1857
1924
  "requires": {
1858
1925
  "bridge": "optional"
1859
1926
  }
@@ -1931,14 +1998,14 @@
1931
1998
  {
1932
1999
  "name": "ionic",
1933
2000
  "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
1934
- "repo": "danielroe/nuxt-ionic",
1935
- "npm": "nuxt-ionic",
2001
+ "repo": "nuxt-modules/ionic",
2002
+ "npm": "@nuxtjs/ionic",
1936
2003
  "icon": "ionic.svg",
1937
- "github": "https://github.com/danielroe/nuxt-ionic",
1938
- "website": "https://ionic.roe.dev",
2004
+ "github": "https://github.com/nuxt-modules/ionic",
2005
+ "website": "https://ionic.nuxtjs.org",
1939
2006
  "learn_more": "https://ionicframework.com",
1940
2007
  "category": "Libraries",
1941
- "type": "3rd-party",
2008
+ "type": "community",
1942
2009
  "maintainers": [
1943
2010
  {
1944
2011
  "name": "Daniel Roe",
@@ -3418,6 +3485,29 @@
3418
3485
  "requires": {}
3419
3486
  }
3420
3487
  },
3488
+ {
3489
+ "name": "security",
3490
+ "description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
3491
+ "repo": "Baroshem/nuxt-security",
3492
+ "npm": "nuxt-security",
3493
+ "icon": "nuxt-security.svg",
3494
+ "github": "https://github.com/Baroshem/nuxt-security",
3495
+ "website": "https://nuxt-security.vercel.app/",
3496
+ "learn_more": "https://nuxt-security.vercel.app/",
3497
+ "category": "Security",
3498
+ "type": "3rd-party",
3499
+ "maintainers": [
3500
+ {
3501
+ "name": "Jakub Andrzejewski",
3502
+ "github": "Baroshem",
3503
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3504
+ }
3505
+ ],
3506
+ "compatibility": {
3507
+ "nuxt": "^3.0.0",
3508
+ "requires": {}
3509
+ }
3510
+ },
3421
3511
  {
3422
3512
  "name": "segment",
3423
3513
  "description": "Nuxt.js module for Segment Analytics.js",
@@ -3530,6 +3620,29 @@
3530
3620
  "requires": {}
3531
3621
  }
3532
3622
  },
3623
+ {
3624
+ "name": "session",
3625
+ "description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
3626
+ "repo": "sidebase/nuxt-session",
3627
+ "npm": "@sidebase/nuxt-session",
3628
+ "icon": "session.png",
3629
+ "github": "https://github.com/sidebase/nuxt-session",
3630
+ "website": "https://github.com/sidebase/nuxt-session",
3631
+ "learn_more": "https://github.com/sidebase",
3632
+ "category": "Security",
3633
+ "type": "3rd-party",
3634
+ "maintainers": [
3635
+ {
3636
+ "name": "sidebase",
3637
+ "github": "sidebase",
3638
+ "twitter": "sidebase_io"
3639
+ }
3640
+ ],
3641
+ "compatibility": {
3642
+ "nuxt": "^3.0.0",
3643
+ "requires": {}
3644
+ }
3645
+ },
3533
3646
  {
3534
3647
  "name": "shopify",
3535
3648
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
@@ -4970,21 +5083,24 @@
4970
5083
  "description": "XState integration for Nuxt",
4971
5084
  "repo": "Lexpeartha/nuxt-xstate",
4972
5085
  "npm": "nuxt-xstate",
4973
- "icon": "",
5086
+ "icon": "xstate.svg",
4974
5087
  "github": "https://github.com/Lexpeartha/nuxt-xstate",
4975
- "website": "https://github.com/Lexpeartha/nuxt-xstate",
4976
- "learn_more": "",
5088
+ "website": "https://nuxt-xstate.lexpeartha.com",
5089
+ "learn_more": "https://xstate.js.org/",
4977
5090
  "category": "Extensions",
4978
5091
  "type": "3rd-party",
4979
5092
  "maintainers": [
4980
5093
  {
4981
5094
  "name": "Lexpeartha",
4982
- "github": "Lexpeartha"
5095
+ "github": "Lexpeartha",
5096
+ "twitter": "lexpeartha"
4983
5097
  }
4984
5098
  ],
4985
5099
  "compatibility": {
4986
- "nuxt": "^3.0.0",
4987
- "requires": {}
5100
+ "nuxt": "^2.0.0 || ^3.0.0",
5101
+ "requires": {
5102
+ "bridge": true
5103
+ }
4988
5104
  }
4989
5105
  },
4990
5106
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.5.0-499019",
3
+ "version": "0.5.0-4dc832",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }