@nuxt/webpack-builder 4.3.1 → 4.4.2

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/README.md CHANGED
@@ -1,15 +1,15 @@
1
- [![Nuxt banner](https://github.com/nuxt/nuxt/blob/main/.github/assets/banner.svg)](https://nuxt.com)
1
+ <a href="https://nuxt.com"><img width="830" height="213" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/banner.svg" alt="Nuxt banner"></a>
2
2
 
3
3
  # Nuxt
4
4
 
5
5
  <p>
6
- <a href="https://www.npmjs.com/package/nuxt"><img src="https://img.shields.io/npm/v/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="Version"></a>
7
- <a href="https://www.npmjs.com/package/nuxt"><img src="https://img.shields.io/npm/dm/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="Downloads"></a>
6
+ <a href="https://npmx.dev/package/nuxt"><img src="https://npmx.dev/api/registry/badge/version/nuxt" alt="Version"></a>
7
+ <a href="https://npmx.dev/package/nuxt"><img src="https://npmx.dev/api/registry/badge/downloads/nuxt" alt="Downloads"></a>
8
8
  <a href="https://github.com/nuxt/nuxt/blob/main/LICENSE"><img src="https://img.shields.io/github/license/nuxt/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="License"></a>
9
9
  <a href="https://nuxt.com/modules"><img src="https://img.shields.io/badge/dynamic/json?url=https://nuxt.com/api/v1/modules&query=$.stats.modules&label=Modules&style=flat&colorA=18181B&colorB=28CF8D" alt="Modules"></a>
10
10
  <a href="https://nuxt.com"><img src="https://img.shields.io/badge/Nuxt%20Docs-18181B?logo=nuxt" alt="Website"></a>
11
11
  <a href="https://chat.nuxt.dev"><img src="https://img.shields.io/badge/Nuxt%20Discord-18181B?logo=discord" alt="Discord"></a>
12
- <a href="https://securityscorecards.dev/"><img src="https://api.securityscorecards.dev/projects/github.com/nuxt/nuxt/badge" alt="Nuxt openssf scorecard score"></a>
12
+ <a href="https://securityscorecards.dev/viewer/?uri=github.com/nuxt/nuxt"><img src="https://api.securityscorecards.dev/projects/github.com/nuxt/nuxt/badge" alt="Nuxt openssf scorecard score"></a>
13
13
  <a href="https://deepwiki.com/nuxt/nuxt"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
14
14
  </p>
15
15
 
@@ -5,7 +5,7 @@ MIT
5
5
 
6
6
  # Bundled Dependencies
7
7
 
8
- ## @nuxt/schema
8
+ ## nuxt
9
9
 
10
10
  License: MIT
11
11
  Repository: https://github.com/nuxt/nuxt
@@ -31,85 +31,3 @@ Repository: https://github.com/nuxt/nuxt
31
31
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32
32
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33
33
  > SOFTWARE.
34
-
35
- ---------------------------------------
36
-
37
- ## @vue/shared
38
-
39
- License: MIT
40
- By: Evan You
41
- Repository: https://github.com/vuejs/core
42
-
43
- > The MIT License (MIT)
44
- >
45
- > Copyright (c) 2018-present, Yuxi (Evan) You
46
- >
47
- > Permission is hereby granted, free of charge, to any person obtaining a copy
48
- > of this software and associated documentation files (the "Software"), to deal
49
- > in the Software without restriction, including without limitation the rights
50
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
51
- > copies of the Software, and to permit persons to whom the Software is
52
- > furnished to do so, subject to the following conditions:
53
- >
54
- > The above copyright notice and this permission notice shall be included in
55
- > all copies or substantial portions of the Software.
56
- >
57
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
63
- > THE SOFTWARE.
64
-
65
- ---------------------------------------
66
-
67
- ## pkg-types
68
-
69
- License: MIT
70
- Repository: https://github.com/unjs/pkg-types
71
-
72
- > MIT License
73
- >
74
- > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
75
- >
76
- > Permission is hereby granted, free of charge, to any person obtaining a copy
77
- > of this software and associated documentation files (the "Software"), to deal
78
- > in the Software without restriction, including without limitation the rights
79
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
80
- > copies of the Software, and to permit persons to whom the Software is
81
- > furnished to do so, subject to the following conditions:
82
- >
83
- > The above copyright notice and this permission notice shall be included in all
84
- > copies or substantial portions of the Software.
85
- >
86
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
87
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
88
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
89
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
90
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
91
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
92
- > SOFTWARE.
93
- >
94
- > --------------------------------------------------------------------------------
95
- >
96
- > Copyright Joyent, Inc. and other Node contributors.
97
- >
98
- > Permission is hereby granted, free of charge, to any person obtaining a
99
- > copy of this software and associated documentation files (the
100
- > "Software"), to deal in the Software without restriction, including
101
- > without limitation the rights to use, copy, modify, merge, publish,
102
- > distribute, sublicense, and/or sell copies of the Software, and to permit
103
- > persons to whom the Software is furnished to do so, subject to the
104
- > following conditions:
105
- >
106
- > The above copyright notice and this permission notice shall be included
107
- > in all copies or substantial portions of the Software.
108
- >
109
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
110
- > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
111
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
112
- > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
113
- > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
114
- > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
115
- > USE OR OTHER DEALINGS IN THE SOFTWARE.