create-vue 3.22.2 → 3.22.3

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
@@ -153,6 +153,95 @@ MIT, ISC, Apache-2.0
153
153
 
154
154
  ## Bundled dependencies
155
155
 
156
+ ## fast-string-truncated-width
157
+
158
+ License: MIT
159
+ By: undefined
160
+ Repository: github:fabiospampinato/fast-string-truncated-width
161
+
162
+ > The MIT License (MIT)
163
+ >
164
+ > Copyright (c) 2024-present Fabio Spampinato
165
+ >
166
+ > Permission is hereby granted, free of charge, to any person obtaining a
167
+ > copy of this software and associated documentation files (the "Software"),
168
+ > to deal in the Software without restriction, including without limitation
169
+ > the rights to use, copy, modify, merge, publish, distribute, sublicense,
170
+ > and/or sell copies of the Software, and to permit persons to whom the
171
+ > Software is furnished to do so, subject to the following conditions:
172
+ >
173
+ > The above copyright notice and this permission notice shall be included in
174
+ > all copies or substantial portions of the Software.
175
+ >
176
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
177
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
178
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
179
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
180
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
181
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
182
+ > DEALINGS IN THE SOFTWARE.
183
+ >
184
+
185
+ ## fast-string-width
186
+
187
+ License: MIT
188
+ By: undefined
189
+ Repository: github:fabiospampinato/fast-string-width
190
+
191
+ > The MIT License (MIT)
192
+ >
193
+ > Copyright (c) 2024-present Fabio Spampinato
194
+ >
195
+ > Permission is hereby granted, free of charge, to any person obtaining a
196
+ > copy of this software and associated documentation files (the "Software"),
197
+ > to deal in the Software without restriction, including without limitation
198
+ > the rights to use, copy, modify, merge, publish, distribute, sublicense,
199
+ > and/or sell copies of the Software, and to permit persons to whom the
200
+ > Software is furnished to do so, subject to the following conditions:
201
+ >
202
+ > The above copyright notice and this permission notice shall be included in
203
+ > all copies or substantial portions of the Software.
204
+ >
205
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
206
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
207
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
208
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
209
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
210
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
211
+ > DEALINGS IN THE SOFTWARE.
212
+ >
213
+
214
+ ## fast-wrap-ansi
215
+
216
+ License: MIT
217
+ By: James Garbutt
218
+ Repository: git+https://github.com/43081j/fast-wrap-ansi.git
219
+
220
+ > MIT License
221
+ >
222
+ > Copyright (c) 2025 James Garbutt
223
+ >
224
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
225
+ >
226
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
227
+ > of this software and associated documentation files (the "Software"), to deal
228
+ > in the Software without restriction, including without limitation the rights
229
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
230
+ > copies of the Software, and to permit persons to whom the Software is
231
+ > furnished to do so, subject to the following conditions:
232
+ >
233
+ > The above copyright notice and this permission notice shall be included in all
234
+ > copies or substantial portions of the Software.
235
+ >
236
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
237
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
238
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
239
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
240
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
241
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
242
+ > SOFTWARE.
243
+ >
244
+
156
245
  ## sisteransi
157
246
 
158
247
  License: MIT