create-vue 3.21.1 → 3.21.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/LICENSE CHANGED
@@ -149,10 +149,33 @@ For more information, please see
149
149
  ## Licenses of bundled dependencies
150
150
 
151
151
  The published create-vue artifact additionally contains code with the following licenses:
152
- MIT, ISC, Apache-2.0
152
+ ISC, MIT, Apache-2.0
153
153
 
154
154
  ## Bundled dependencies
155
155
 
156
+ ## picocolors
157
+
158
+ License: ISC
159
+ By: Alexey Raspopov
160
+ Repository: alexeyraspopov/picocolors
161
+
162
+ > ISC License
163
+ >
164
+ > Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
165
+ >
166
+ > Permission to use, copy, modify, and/or distribute this software for any
167
+ > purpose with or without fee is hereby granted, provided that the above
168
+ > copyright notice and this permission notice appear in all copies.
169
+ >
170
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
171
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
172
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
173
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
174
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
175
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
176
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
177
+ >
178
+
156
179
  ## sisteransi
157
180
 
158
181
  License: MIT
@@ -182,29 +205,6 @@ Repository: https://github.com/terkelg/sisteransi
182
205
  > SOFTWARE.
183
206
  >
184
207
 
185
- ## picocolors
186
-
187
- License: ISC
188
- By: Alexey Raspopov
189
- Repository: alexeyraspopov/picocolors
190
-
191
- > ISC License
192
- >
193
- > Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
194
- >
195
- > Permission to use, copy, modify, and/or distribute this software for any
196
- > purpose with or without fee is hereby granted, provided that the above
197
- > copyright notice and this permission notice appear in all copies.
198
- >
199
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
200
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
201
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
202
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
203
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
204
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
205
- > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
206
- >
207
-
208
208
  ## @clack/core
209
209
 
210
210
  License: MIT