vite-plus 0.1.16-alpha.2 → 0.1.16-alpha.4

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
@@ -246,6 +246,65 @@ Repository: https://github.com/mathiasbynens/emoji-regex
246
246
 
247
247
  ---------------------------------------
248
248
 
249
+ ## fast-string-truncated-width, fast-string-width
250
+ License: MIT
251
+ Repositories: https://github.com/fabiospampinato/fast-string-truncated-width, https://github.com/fabiospampinato/fast-string-width
252
+
253
+ > The MIT License (MIT)
254
+ >
255
+ > Copyright (c) 2024-present Fabio Spampinato
256
+ >
257
+ > Permission is hereby granted, free of charge, to any person obtaining a
258
+ > copy of this software and associated documentation files (the "Software"),
259
+ > to deal in the Software without restriction, including without limitation
260
+ > the rights to use, copy, modify, merge, publish, distribute, sublicense,
261
+ > and/or sell copies of the Software, and to permit persons to whom the
262
+ > Software is furnished to do so, subject to the following conditions:
263
+ >
264
+ > The above copyright notice and this permission notice shall be included in
265
+ > all copies or substantial portions of the Software.
266
+ >
267
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
268
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
269
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
270
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
271
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
272
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
273
+ > DEALINGS IN THE SOFTWARE.
274
+
275
+ ---------------------------------------
276
+
277
+ ## fast-wrap-ansi
278
+ License: MIT
279
+ By: James Garbutt (https://github.com/43081j)
280
+ Repository: https://github.com/43081j/fast-wrap-ansi
281
+
282
+ > MIT License
283
+ >
284
+ > Copyright (c) 2025 James Garbutt
285
+ >
286
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
287
+ >
288
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
289
+ > of this software and associated documentation files (the "Software"), to deal
290
+ > in the Software without restriction, including without limitation the rights
291
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
292
+ > copies of the Software, and to permit persons to whom the Software is
293
+ > furnished to do so, subject to the following conditions:
294
+ >
295
+ > The above copyright notice and this permission notice shall be included in all
296
+ > copies or substantial portions of the Software.
297
+ >
298
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
299
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
300
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
301
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
302
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
303
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
304
+ > SOFTWARE.
305
+
306
+ ---------------------------------------
307
+
249
308
  ## glob
250
309
  License: BlueOak-1.0.0
251
310
  By: Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me/)