@nuxt/modules 0.6.0-ab24e5 → 0.6.0-ad1470

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 +103 -10
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -447,6 +447,29 @@
447
447
  "requires": {}
448
448
  }
449
449
  },
450
+ {
451
+ "name": "authorization",
452
+ "description": "Manage permissions inside the app and the server.",
453
+ "repo": "barbapapazes/nuxt-authorization",
454
+ "npm": "nuxt-authorization",
455
+ "icon": "",
456
+ "github": "https://github.com/barbapapazes/nuxt-authorization",
457
+ "website": "https://github.com/barbapapazes/nuxt-authorization",
458
+ "learn_more": "https://soubiran.dev/posts/nuxt-going-full-stack-how-to-handle-authorization",
459
+ "category": "Security",
460
+ "type": "3rd-party",
461
+ "maintainers": [
462
+ {
463
+ "name": "Estéban Soubiran",
464
+ "github": "barbapapazes",
465
+ "twitter": "soubiran_"
466
+ }
467
+ ],
468
+ "compatibility": {
469
+ "nuxt": "^3.0.0",
470
+ "requires": {}
471
+ }
472
+ },
450
473
  {
451
474
  "name": "auto-animate",
452
475
  "description": "Automatic animations for your Nuxt app with a single line of code.",
@@ -1481,6 +1504,28 @@
1481
1504
  "requires": {}
1482
1505
  }
1483
1506
  },
1507
+ {
1508
+ "name": "echarts",
1509
+ "description": "Nuxt Module for Apache ECharts™",
1510
+ "repo": "kingyue737/nuxt-echarts",
1511
+ "npm": "nuxt-echarts",
1512
+ "icon": "",
1513
+ "github": "https://github.com/kingyue737/nuxt-echarts",
1514
+ "website": "https://github.com/kingyue737/nuxt-echarts",
1515
+ "learn_more": "",
1516
+ "category": "Devtools",
1517
+ "type": "3rd-party",
1518
+ "maintainers": [
1519
+ {
1520
+ "name": "kingyue737",
1521
+ "github": "kingyue737"
1522
+ }
1523
+ ],
1524
+ "compatibility": {
1525
+ "nuxt": "^2.0.0",
1526
+ "requires": {}
1527
+ }
1528
+ },
1484
1529
  {
1485
1530
  "name": "edgedb",
1486
1531
  "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
@@ -2654,19 +2699,23 @@
2654
2699
  },
2655
2700
  {
2656
2701
  "name": "icon",
2657
- "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
2658
- "repo": "nuxt-modules/icon",
2659
- "npm": "nuxt-icon",
2702
+ "description": "Icon module for Nuxt with 200,000+ ready to use icons from Iconify.",
2703
+ "repo": "nuxt/icon",
2704
+ "npm": "@nuxt/icon",
2660
2705
  "icon": "nuxt-icon.png",
2661
- "github": "https://github.com/nuxt-modules/icon",
2662
- "website": "https://github.com/nuxt-modules/icon",
2706
+ "github": "https://github.com/nuxt/icon",
2707
+ "website": "https://github.com/nuxt/icon",
2663
2708
  "learn_more": "",
2664
2709
  "category": "UI",
2665
- "type": "community",
2710
+ "type": "official",
2666
2711
  "maintainers": [
2667
2712
  {
2668
2713
  "name": "Atinux",
2669
2714
  "github": "Atinux"
2715
+ },
2716
+ {
2717
+ "name": "Anthony Fu",
2718
+ "github": "antfu"
2670
2719
  }
2671
2720
  ],
2672
2721
  "compatibility": {
@@ -3132,6 +3181,28 @@
3132
3181
  "requires": {}
3133
3182
  }
3134
3183
  },
3184
+ {
3185
+ "name": "locomotive-scroll",
3186
+ "description": "A Nuxt module to easily integrate Locomotive Scroll into your Nuxt application.",
3187
+ "repo": "arashsheyda/nuxt-locomotive-scroll",
3188
+ "npm": "nuxt-locomotive-scroll",
3189
+ "icon": "locomotive-scroll.png",
3190
+ "github": "https://github.com/arashsheyda/nuxt-locomotive-scroll",
3191
+ "website": "https://docs.arashsheyda.me/nuxt-locomotive-scroll",
3192
+ "learn_more": "https://github.com/locomotivemtl/locomotive-scroll",
3193
+ "category": "Libraries",
3194
+ "type": "3rd-party",
3195
+ "maintainers": [
3196
+ {
3197
+ "name": "Arash Sheyda",
3198
+ "github": "arashsheyda"
3199
+ }
3200
+ ],
3201
+ "compatibility": {
3202
+ "nuxt": "^3.0.0",
3203
+ "requires": {}
3204
+ }
3205
+ },
3135
3206
  {
3136
3207
  "name": "lodash",
3137
3208
  "description": "lodash module with auto-import and custom prefix",
@@ -3982,6 +4053,28 @@
3982
4053
  "requires": {}
3983
4054
  }
3984
4055
  },
4056
+ {
4057
+ "name": "echarts",
4058
+ "description": "Nuxt Module for Apache ECharts™.",
4059
+ "repo": "kingyue737/nuxt-echarts",
4060
+ "npm": "nuxt-echarts",
4061
+ "icon": "echarts.svg",
4062
+ "github": "https://github.com/kingyue737/nuxt-echarts",
4063
+ "website": "https://echarts.nuxt.dev",
4064
+ "learn_more": "https://nuxt-echarts.nuxt.dev",
4065
+ "category": "Libraries",
4066
+ "type": "3rd-party",
4067
+ "maintainers": [
4068
+ {
4069
+ "name": "Yue JIN",
4070
+ "github": "kingyue737"
4071
+ }
4072
+ ],
4073
+ "compatibility": {
4074
+ "nuxt": "^3.0.0",
4075
+ "requires": {}
4076
+ }
4077
+ },
3985
4078
  {
3986
4079
  "name": "nuxt-facebook-chat",
3987
4080
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -5005,7 +5098,7 @@
5005
5098
  "name": "nuxt3-leaflet",
5006
5099
  "description": "Leaflet integration with Nuxt",
5007
5100
  "repo": "Gugustinette/Nuxt-Leaflet",
5008
- "npm": "nuxt3-leaflet",
5101
+ "npm": "@nuxtjs/leaflet",
5009
5102
  "icon": "leaflet.png",
5010
5103
  "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
5011
5104
  "website": "https://gugustinette.github.io/Nuxt-Leaflet",
@@ -5492,7 +5585,7 @@
5492
5585
  "npm": "@prisma/nuxt",
5493
5586
  "icon": "prisma.png",
5494
5587
  "github": "https://github.com/prisma/nuxt-prisma",
5495
- "website": "https://github.com/prisma/nuxt-prisma",
5588
+ "website": "https://pris.ly/prisma-nuxt",
5496
5589
  "learn_more": "https://www.prisma.io/orm",
5497
5590
  "category": "Database",
5498
5591
  "type": "3rd-party",
@@ -7073,7 +7166,7 @@
7073
7166
  "github": "https://github.com/nuxt-modules/tailwindcss",
7074
7167
  "website": "https://tailwindcss.nuxtjs.org",
7075
7168
  "learn_more": "https://tailwindcss.com/",
7076
- "category": "UI",
7169
+ "category": "CSS",
7077
7170
  "type": "community",
7078
7171
  "maintainers": [
7079
7172
  {
@@ -7645,7 +7738,7 @@
7645
7738
  "github": "https://github.com/unocss/unocss",
7646
7739
  "website": "https://github.com/unocss/unocss",
7647
7740
  "learn_more": "https://github.com/unocss/unocss",
7648
- "category": "UI",
7741
+ "category": "CSS",
7649
7742
  "type": "3rd-party",
7650
7743
  "maintainers": [
7651
7744
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-ab24e5",
3
+ "version": "0.6.0-ad1470",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",