@visulima/packem 2.0.0-alpha.97 → 2.0.0-alpha.99
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/CHANGELOG.md +20 -0
- package/LICENSE.md +99 -2065
- package/dist/builder/typedoc/index.d.ts +2 -1
- package/dist/builder/typedoc/index.js +1 -1
- package/dist/cli/index.js +5 -5
- package/dist/config/index.d.ts +2 -1
- package/dist/config/preset/preact.d.ts +2 -1
- package/dist/config/preset/react.d.ts +2 -1
- package/dist/config/preset/solid.d.ts +2 -1
- package/dist/config/preset/svelte.d.ts +2 -1
- package/dist/config/preset/vue.d.ts +2 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -67
- package/dist/packem_shared/{create-or-update-key-storage-DbvoG0IR.js → create-or-update-key-storage-D8_VJrpX.js} +1 -1
- package/dist/packem_shared/index-CVQ-yDKD.js +232 -0
- package/dist/packem_shared/{types.d-CA4tXIce.d.ts → types.d-BRQSr_g5.d.ts} +1 -0
- package/package.json +6 -5
- package/dist/packem_shared/index-CkgyzW1Y.js +0 -298
package/LICENSE.md
CHANGED
|
@@ -1209,7 +1209,36 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1209
1209
|
|
|
1210
1210
|
---------------------------------------
|
|
1211
1211
|
|
|
1212
|
-
## @visulima/
|
|
1212
|
+
## @visulima/is-ansi-color-supported
|
|
1213
|
+
License: MIT
|
|
1214
|
+
By: Daniel Bannert
|
|
1215
|
+
Repository: git+https://github.com/visulima/visulima.git
|
|
1216
|
+
|
|
1217
|
+
> MIT License
|
|
1218
|
+
>
|
|
1219
|
+
> Copyright (c) 2026 visulima
|
|
1220
|
+
>
|
|
1221
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1222
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1223
|
+
> in the Software without restriction, including without limitation the rights
|
|
1224
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1225
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1226
|
+
> furnished to do so, subject to the following conditions:
|
|
1227
|
+
>
|
|
1228
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1229
|
+
> copies or substantial portions of the Software.
|
|
1230
|
+
>
|
|
1231
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1232
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1233
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1234
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1235
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1236
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1237
|
+
> SOFTWARE.
|
|
1238
|
+
|
|
1239
|
+
---------------------------------------
|
|
1240
|
+
|
|
1241
|
+
## @visulima/package
|
|
1213
1242
|
License: MIT
|
|
1214
1243
|
By: Daniel Bannert
|
|
1215
1244
|
Repository: git+https://github.com/visulima/visulima.git
|
|
@@ -1239,2090 +1268,95 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1239
1268
|
>
|
|
1240
1269
|
>
|
|
1241
1270
|
> # Licenses of bundled dependencies
|
|
1242
|
-
> The published @visulima/
|
|
1271
|
+
> The published @visulima/package artifact additionally contains code with the following licenses:
|
|
1243
1272
|
> MIT
|
|
1244
1273
|
>
|
|
1245
1274
|
> # Bundled dependencies:
|
|
1246
|
-
> ##
|
|
1275
|
+
> ## dot-prop
|
|
1247
1276
|
> License: MIT
|
|
1248
|
-
> By:
|
|
1249
|
-
> Repository:
|
|
1277
|
+
> By: Sindre Sorhus
|
|
1278
|
+
> Repository: sindresorhus/dot-prop
|
|
1250
1279
|
>
|
|
1251
1280
|
> > MIT License
|
|
1252
1281
|
> >
|
|
1253
|
-
> > Copyright (c)
|
|
1254
|
-
> >
|
|
1255
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1256
|
-
> > of this software and associated documentation files (the "Software"), to deal
|
|
1257
|
-
> > in the Software without restriction, including without limitation the rights
|
|
1258
|
-
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1259
|
-
> > copies of the Software, and to permit persons to whom the Software is
|
|
1260
|
-
> > furnished to do so, subject to the following conditions:
|
|
1261
|
-
> >
|
|
1262
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
1263
|
-
> > copies or substantial portions of the Software.
|
|
1264
|
-
> >
|
|
1265
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1266
|
-
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1267
|
-
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1268
|
-
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1269
|
-
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1270
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1271
|
-
> > SOFTWARE.
|
|
1272
|
-
> >
|
|
1273
|
-
> >
|
|
1274
|
-
> >
|
|
1275
|
-
> > # Licenses of bundled dependencies
|
|
1276
|
-
> > The published @visulima/ansi artifact additionally contains code with the following licenses:
|
|
1277
|
-
> > ISC, MIT
|
|
1278
|
-
> >
|
|
1279
|
-
> > # Bundled dependencies:
|
|
1280
|
-
> > ## mimic-function
|
|
1281
|
-
> > License: MIT
|
|
1282
|
-
> > By: Sindre Sorhus
|
|
1283
|
-
> > Repository: sindresorhus/mimic-function
|
|
1284
|
-
> >
|
|
1285
|
-
> > > MIT License
|
|
1286
|
-
> > >
|
|
1287
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1288
|
-
> > >
|
|
1289
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1290
|
-
> > >
|
|
1291
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1292
|
-
> > >
|
|
1293
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1294
|
-
> >
|
|
1295
|
-
> > ---------------------------------------
|
|
1296
|
-
> >
|
|
1297
|
-
> > ## onetime
|
|
1298
|
-
> > License: MIT
|
|
1299
|
-
> > By: Sindre Sorhus
|
|
1300
|
-
> > Repository: sindresorhus/onetime
|
|
1301
|
-
> >
|
|
1302
|
-
> > > MIT License
|
|
1303
|
-
> > >
|
|
1304
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1305
|
-
> > >
|
|
1306
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1307
|
-
> > >
|
|
1308
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1309
|
-
> > >
|
|
1310
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1311
|
-
> >
|
|
1312
|
-
> > ---------------------------------------
|
|
1313
|
-
> >
|
|
1314
|
-
> > ## restore-cursor
|
|
1315
|
-
> > License: MIT
|
|
1316
|
-
> > By: Sindre Sorhus
|
|
1317
|
-
> > Repository: sindresorhus/restore-cursor
|
|
1318
|
-
> >
|
|
1319
|
-
> > > MIT License
|
|
1320
|
-
> > >
|
|
1321
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1322
|
-
> > >
|
|
1323
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1324
|
-
> > >
|
|
1325
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1326
|
-
> > >
|
|
1327
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1328
|
-
> >
|
|
1329
|
-
> > ---------------------------------------
|
|
1330
|
-
> >
|
|
1331
|
-
> > ## signal-exit
|
|
1332
|
-
> > License: ISC
|
|
1333
|
-
> > By: Ben Coe
|
|
1334
|
-
> > Repository: https://github.com/tapjs/signal-exit.git
|
|
1335
|
-
> >
|
|
1336
|
-
> > > The ISC License
|
|
1337
|
-
> > >
|
|
1338
|
-
> > > Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors
|
|
1339
|
-
> > >
|
|
1340
|
-
> > > Permission to use, copy, modify, and/or distribute this software
|
|
1341
|
-
> > > for any purpose with or without fee is hereby granted, provided
|
|
1342
|
-
> > > that the above copyright notice and this permission notice
|
|
1343
|
-
> > > appear in all copies.
|
|
1344
|
-
> > >
|
|
1345
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1346
|
-
> > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
1347
|
-
> > > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
1348
|
-
> > > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
1349
|
-
> > > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
1350
|
-
> > > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
1351
|
-
> > > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1352
|
-
> >
|
|
1353
|
-
> >
|
|
1354
|
-
> >
|
|
1355
|
-
> >
|
|
1282
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1356
1283
|
> >
|
|
1357
|
-
> >
|
|
1358
|
-
> > The published @visulima/ansi artifact additionally contains code with the following licenses:
|
|
1359
|
-
> > MIT
|
|
1284
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1360
1285
|
> >
|
|
1361
|
-
> >
|
|
1362
|
-
> > ## restore-cursor
|
|
1363
|
-
> > License: MIT
|
|
1364
|
-
> > By: Sindre Sorhus
|
|
1365
|
-
> > Repository: sindresorhus/restore-cursor
|
|
1286
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1366
1287
|
> >
|
|
1367
|
-
> >
|
|
1368
|
-
> > >
|
|
1369
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1370
|
-
> > >
|
|
1371
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1372
|
-
> > >
|
|
1373
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1374
|
-
> > >
|
|
1375
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1288
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1376
1289
|
>
|
|
1377
|
-
> ---------------------------------------
|
|
1378
1290
|
>
|
|
1379
|
-
>
|
|
1291
|
+
>
|
|
1292
|
+
>
|
|
1293
|
+
>
|
|
1294
|
+
> # Licenses of bundled types
|
|
1295
|
+
>
|
|
1296
|
+
> The published @visulima/package artifact additionally contains code with the following licenses:
|
|
1297
|
+
> MIT
|
|
1298
|
+
>
|
|
1299
|
+
> # Bundled types:
|
|
1300
|
+
>
|
|
1301
|
+
> ## @inquirer/core
|
|
1302
|
+
>
|
|
1380
1303
|
> License: MIT
|
|
1381
|
-
> By:
|
|
1382
|
-
> Repository:
|
|
1304
|
+
> By: Simon Boudrias
|
|
1305
|
+
> Repository: https://github.com/SBoudrias/Inquirer.js.git
|
|
1383
1306
|
>
|
|
1384
|
-
> >
|
|
1385
|
-
> >
|
|
1386
|
-
> > Copyright (c) 2026 visulima
|
|
1387
|
-
> >
|
|
1388
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1389
|
-
> > of this software and associated documentation files (the "Software"), to deal
|
|
1390
|
-
> > in the Software without restriction, including without limitation the rights
|
|
1391
|
-
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1392
|
-
> > copies of the Software, and to permit persons to whom the Software is
|
|
1393
|
-
> > furnished to do so, subject to the following conditions:
|
|
1394
|
-
> >
|
|
1395
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
1396
|
-
> > copies or substantial portions of the Software.
|
|
1397
|
-
> >
|
|
1398
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1399
|
-
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1400
|
-
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1401
|
-
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1402
|
-
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1403
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1404
|
-
> > SOFTWARE.
|
|
1405
|
-
> >
|
|
1406
|
-
> >
|
|
1307
|
+
> > Copyright (c) 2025 Simon Boudrias
|
|
1407
1308
|
> >
|
|
1408
|
-
> >
|
|
1409
|
-
> >
|
|
1410
|
-
> >
|
|
1309
|
+
> > Permission is hereby granted, free of charge, to any person
|
|
1310
|
+
> > obtaining a copy of this software and associated documentation
|
|
1311
|
+
> > files (the "Software"), to deal in the Software without
|
|
1312
|
+
> > restriction, including without limitation the rights to use,
|
|
1313
|
+
> > copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1314
|
+
> > copies of the Software, and to permit persons to whom the
|
|
1315
|
+
> > Software is furnished to do so, subject to the following
|
|
1316
|
+
> > conditions:
|
|
1411
1317
|
> >
|
|
1412
|
-
> >
|
|
1413
|
-
> >
|
|
1414
|
-
> > License: MIT
|
|
1415
|
-
> > By: Roy Revelt
|
|
1416
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1318
|
+
> > The above copyright notice and this permission notice shall be
|
|
1319
|
+
> > included in all copies or substantial portions of the Software.
|
|
1417
1320
|
> >
|
|
1418
|
-
> >
|
|
1419
|
-
> >
|
|
1420
|
-
> >
|
|
1421
|
-
> >
|
|
1422
|
-
> >
|
|
1423
|
-
> >
|
|
1424
|
-
> >
|
|
1425
|
-
> >
|
|
1426
|
-
>
|
|
1427
|
-
>
|
|
1428
|
-
>
|
|
1429
|
-
>
|
|
1430
|
-
>
|
|
1431
|
-
>
|
|
1432
|
-
>
|
|
1433
|
-
>
|
|
1434
|
-
>
|
|
1435
|
-
> >
|
|
1436
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1437
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1438
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1439
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1321
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1322
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
1323
|
+
> > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1324
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
1325
|
+
> > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1326
|
+
> > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1327
|
+
> > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
1328
|
+
> > OTHER DEALINGS IN THE SOFTWARE.
|
|
1329
|
+
>
|
|
1330
|
+
> ---
|
|
1331
|
+
>
|
|
1332
|
+
> ## @inquirer/type
|
|
1333
|
+
>
|
|
1334
|
+
> License: MIT
|
|
1335
|
+
> By: Simon Boudrias
|
|
1336
|
+
> Repository: https://github.com/SBoudrias/Inquirer.js.git
|
|
1337
|
+
>
|
|
1338
|
+
> > Copyright (c) 2025 Simon Boudrias
|
|
1440
1339
|
> >
|
|
1441
|
-
> >
|
|
1340
|
+
> > Permission is hereby granted, free of charge, to any person
|
|
1341
|
+
> > obtaining a copy of this software and associated documentation
|
|
1342
|
+
> > files (the "Software"), to deal in the Software without
|
|
1343
|
+
> > restriction, including without limitation the rights to use,
|
|
1344
|
+
> > copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1345
|
+
> > copies of the Software, and to permit persons to whom the
|
|
1346
|
+
> > Software is furnished to do so, subject to the following
|
|
1347
|
+
> > conditions:
|
|
1442
1348
|
> >
|
|
1443
|
-
> >
|
|
1444
|
-
> >
|
|
1445
|
-
> > By: Steven Levithan
|
|
1446
|
-
> > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
|
|
1349
|
+
> > The above copyright notice and this permission notice shall be
|
|
1350
|
+
> > included in all copies or substantial portions of the Software.
|
|
1447
1351
|
> >
|
|
1448
|
-
> >
|
|
1449
|
-
> >
|
|
1450
|
-
> >
|
|
1451
|
-
> >
|
|
1452
|
-
> >
|
|
1453
|
-
> >
|
|
1454
|
-
> >
|
|
1455
|
-
> >
|
|
1456
|
-
> > > copies of the Software, and to permit persons to whom the Software is
|
|
1457
|
-
> > > furnished to do so, subject to the following conditions:
|
|
1458
|
-
> > >
|
|
1459
|
-
> > > The above copyright notice and this permission notice shall be included in all
|
|
1460
|
-
> > > copies or substantial portions of the Software.
|
|
1461
|
-
> > >
|
|
1462
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1463
|
-
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1464
|
-
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1465
|
-
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1466
|
-
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1467
|
-
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1468
|
-
> > > SOFTWARE.
|
|
1469
|
-
> >
|
|
1470
|
-
> > ---------------------------------------
|
|
1471
|
-
> >
|
|
1472
|
-
> > ## fastest-levenshtein
|
|
1473
|
-
> > License: MIT
|
|
1474
|
-
> > By: Kasper U. Weihe
|
|
1475
|
-
> > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
1476
|
-
> >
|
|
1477
|
-
> > > MIT License
|
|
1478
|
-
> > >
|
|
1479
|
-
> > > Copyright (c) 2020 Kasper Unn Weihe
|
|
1480
|
-
> > >
|
|
1481
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1482
|
-
> > > of this software and associated documentation files (the "Software"), to deal
|
|
1483
|
-
> > > in the Software without restriction, including without limitation the rights
|
|
1484
|
-
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1485
|
-
> > > copies of the Software, and to permit persons to whom the Software is
|
|
1486
|
-
> > > furnished to do so, subject to the following conditions:
|
|
1487
|
-
> > >
|
|
1488
|
-
> > > The above copyright notice and this permission notice shall be included in all
|
|
1489
|
-
> > > copies or substantial portions of the Software.
|
|
1490
|
-
> > >
|
|
1491
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1492
|
-
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1493
|
-
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1494
|
-
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1495
|
-
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1496
|
-
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1497
|
-
> > > SOFTWARE.
|
|
1498
|
-
> >
|
|
1499
|
-
> > ---------------------------------------
|
|
1500
|
-
> >
|
|
1501
|
-
> > ## get-east-asian-width
|
|
1502
|
-
> > License: MIT
|
|
1503
|
-
> > By: Sindre Sorhus
|
|
1504
|
-
> > Repository: sindresorhus/get-east-asian-width
|
|
1505
|
-
> >
|
|
1506
|
-
> > > MIT License
|
|
1507
|
-
> > >
|
|
1508
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1509
|
-
> > >
|
|
1510
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1511
|
-
> > >
|
|
1512
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1513
|
-
> > >
|
|
1514
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1515
|
-
> >
|
|
1516
|
-
> > ---------------------------------------
|
|
1517
|
-
> >
|
|
1518
|
-
> > ## html-entities
|
|
1519
|
-
> > License: MIT
|
|
1520
|
-
> > By: Marat Dulin
|
|
1521
|
-
> > Repository: https://github.com/mdevils/html-entities.git
|
|
1522
|
-
> >
|
|
1523
|
-
> > > Copyright (c) 2021 Dulin Marat
|
|
1524
|
-
> > >
|
|
1525
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1526
|
-
> > > of this software and associated documentation files (the "Software"), to deal
|
|
1527
|
-
> > > in the Software without restriction, including without limitation the rights
|
|
1528
|
-
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1529
|
-
> > > copies of the Software, and to permit persons to whom the Software is
|
|
1530
|
-
> > > furnished to do so, subject to the following conditions:
|
|
1531
|
-
> > >
|
|
1532
|
-
> > > The above copyright notice and this permission notice shall be included in
|
|
1533
|
-
> > > all copies or substantial portions of the Software.
|
|
1534
|
-
> > >
|
|
1535
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1536
|
-
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1537
|
-
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1538
|
-
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1539
|
-
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1540
|
-
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1541
|
-
> > > THE SOFTWARE.
|
|
1542
|
-
> >
|
|
1543
|
-
> > ---------------------------------------
|
|
1544
|
-
> >
|
|
1545
|
-
> > ## indent-string
|
|
1546
|
-
> > License: MIT
|
|
1547
|
-
> > By: Sindre Sorhus
|
|
1548
|
-
> > Repository: sindresorhus/indent-string
|
|
1549
|
-
> >
|
|
1550
|
-
> > > MIT License
|
|
1551
|
-
> > >
|
|
1552
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1553
|
-
> > >
|
|
1554
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1555
|
-
> > >
|
|
1556
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1557
|
-
> > >
|
|
1558
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1559
|
-
> >
|
|
1560
|
-
> > ---------------------------------------
|
|
1561
|
-
> >
|
|
1562
|
-
> > ## lodash-es
|
|
1563
|
-
> > License: MIT
|
|
1564
|
-
> > By: John-David Dalton, Mathias Bynens
|
|
1565
|
-
> > Repository: lodash/lodash
|
|
1566
|
-
> >
|
|
1567
|
-
> > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
1568
|
-
> > >
|
|
1569
|
-
> > > Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
1570
|
-
> > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
1571
|
-
> > >
|
|
1572
|
-
> > > This software consists of voluntary contributions made by many
|
|
1573
|
-
> > > individuals. For exact contribution history, see the revision history
|
|
1574
|
-
> > > available at https://github.com/lodash/lodash
|
|
1575
|
-
> > >
|
|
1576
|
-
> > > The following license applies to all parts of this software except as
|
|
1577
|
-
> > > documented below:
|
|
1578
|
-
> > >
|
|
1579
|
-
> > > ====
|
|
1580
|
-
> > >
|
|
1581
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1582
|
-
> > > a copy of this software and associated documentation files (the
|
|
1583
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
1584
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1585
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1586
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1587
|
-
> > > the following conditions:
|
|
1588
|
-
> > >
|
|
1589
|
-
> > > The above copyright notice and this permission notice shall be
|
|
1590
|
-
> > > included in all copies or substantial portions of the Software.
|
|
1591
|
-
> > >
|
|
1592
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1593
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1594
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1595
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1596
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1597
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1598
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1599
|
-
> > >
|
|
1600
|
-
> > > ====
|
|
1601
|
-
> > >
|
|
1602
|
-
> > > Copyright and related rights for sample code are waived via CC0. Sample
|
|
1603
|
-
> > > code is defined as all source code displayed within the prose of the
|
|
1604
|
-
> > > documentation.
|
|
1605
|
-
> > >
|
|
1606
|
-
> > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
1607
|
-
> > >
|
|
1608
|
-
> > > ====
|
|
1609
|
-
> > >
|
|
1610
|
-
> > > Files located in the node_modules and vendor directories are externally
|
|
1611
|
-
> > > maintained libraries used by this software which have their own
|
|
1612
|
-
> > > licenses; we recommend you read them, as their terms may differ from the
|
|
1613
|
-
> > > terms above.
|
|
1614
|
-
> >
|
|
1615
|
-
> > ---------------------------------------
|
|
1616
|
-
> >
|
|
1617
|
-
> > ## ranges-apply
|
|
1618
|
-
> > License: MIT
|
|
1619
|
-
> > By: Roy Revelt
|
|
1620
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1621
|
-
> >
|
|
1622
|
-
> > > MIT License
|
|
1623
|
-
> > >
|
|
1624
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1625
|
-
> > >
|
|
1626
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1627
|
-
> > > a copy of this software and associated documentation files (the
|
|
1628
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
1629
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1630
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1631
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1632
|
-
> > > the following conditions:
|
|
1633
|
-
> > >
|
|
1634
|
-
> > > The above copyright notice and this permission notice shall be
|
|
1635
|
-
> > > included in all copies or substantial portions of the Software.
|
|
1636
|
-
> > >
|
|
1637
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1638
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1639
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1640
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1641
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1642
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1643
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1644
|
-
> >
|
|
1645
|
-
> > ---------------------------------------
|
|
1646
|
-
> >
|
|
1647
|
-
> > ## ranges-merge
|
|
1648
|
-
> > License: MIT
|
|
1649
|
-
> > By: Roy Revelt
|
|
1650
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1651
|
-
> >
|
|
1652
|
-
> > > MIT License
|
|
1653
|
-
> > >
|
|
1654
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1655
|
-
> > >
|
|
1656
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1657
|
-
> > > a copy of this software and associated documentation files (the
|
|
1658
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
1659
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1660
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1661
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1662
|
-
> > > the following conditions:
|
|
1663
|
-
> > >
|
|
1664
|
-
> > > The above copyright notice and this permission notice shall be
|
|
1665
|
-
> > > included in all copies or substantial portions of the Software.
|
|
1666
|
-
> > >
|
|
1667
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1668
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1669
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1670
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1671
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1672
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1673
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1674
|
-
> >
|
|
1675
|
-
> > ---------------------------------------
|
|
1676
|
-
> >
|
|
1677
|
-
> > ## ranges-push
|
|
1678
|
-
> > License: MIT
|
|
1679
|
-
> > By: Roy Revelt
|
|
1680
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1681
|
-
> >
|
|
1682
|
-
> > > MIT License
|
|
1683
|
-
> > >
|
|
1684
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1685
|
-
> > >
|
|
1686
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1687
|
-
> > > a copy of this software and associated documentation files (the
|
|
1688
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
1689
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1690
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1691
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1692
|
-
> > > the following conditions:
|
|
1693
|
-
> > >
|
|
1694
|
-
> > > The above copyright notice and this permission notice shall be
|
|
1695
|
-
> > > included in all copies or substantial portions of the Software.
|
|
1696
|
-
> > >
|
|
1697
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1698
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1699
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1700
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1701
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1702
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1703
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1704
|
-
> >
|
|
1705
|
-
> > ---------------------------------------
|
|
1706
|
-
> >
|
|
1707
|
-
> > ## ranges-sort
|
|
1708
|
-
> > License: MIT
|
|
1709
|
-
> > By: Roy Revelt
|
|
1710
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1711
|
-
> >
|
|
1712
|
-
> > > MIT License
|
|
1713
|
-
> > >
|
|
1714
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1715
|
-
> > >
|
|
1716
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1717
|
-
> > > a copy of this software and associated documentation files (the
|
|
1718
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
1719
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1720
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1721
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1722
|
-
> > > the following conditions:
|
|
1723
|
-
> > >
|
|
1724
|
-
> > > The above copyright notice and this permission notice shall be
|
|
1725
|
-
> > > included in all copies or substantial portions of the Software.
|
|
1726
|
-
> > >
|
|
1727
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1728
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1729
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1730
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1731
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1732
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1733
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1734
|
-
> >
|
|
1735
|
-
> > ---------------------------------------
|
|
1736
|
-
> >
|
|
1737
|
-
> > ## redent
|
|
1738
|
-
> > License: MIT
|
|
1739
|
-
> > By: Sindre Sorhus
|
|
1740
|
-
> > Repository: sindresorhus/redent
|
|
1741
|
-
> >
|
|
1742
|
-
> > > MIT License
|
|
1743
|
-
> > >
|
|
1744
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1745
|
-
> > >
|
|
1746
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1747
|
-
> > >
|
|
1748
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1749
|
-
> > >
|
|
1750
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1751
|
-
> >
|
|
1752
|
-
> > ---------------------------------------
|
|
1753
|
-
> >
|
|
1754
|
-
> > ## rfdc
|
|
1755
|
-
> > License: MIT
|
|
1756
|
-
> > By: David Mark Clements
|
|
1757
|
-
> > Repository: git+https://github.com/davidmarkclements/rfdc.git
|
|
1758
|
-
> >
|
|
1759
|
-
> > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
|
|
1760
|
-
> > >
|
|
1761
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
1762
|
-
> > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
|
1763
|
-
> > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
|
1764
|
-
> > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1765
|
-
> > >
|
|
1766
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
|
1767
|
-
> > > of the Software.
|
|
1768
|
-
> > >
|
|
1769
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1770
|
-
> > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
1771
|
-
> > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
1772
|
-
> > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
1773
|
-
> > > IN THE SOFTWARE.
|
|
1774
|
-
> >
|
|
1775
|
-
> > ---------------------------------------
|
|
1776
|
-
> >
|
|
1777
|
-
> > ## string-collapse-leading-whitespace
|
|
1778
|
-
> > License: MIT
|
|
1779
|
-
> > By: Roy Revelt
|
|
1780
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1781
|
-
> >
|
|
1782
|
-
> > > MIT License
|
|
1783
|
-
> > >
|
|
1784
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1785
|
-
> > >
|
|
1786
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1787
|
-
> > > a copy of this software and associated documentation files (the
|
|
1788
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
1789
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1790
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1791
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1792
|
-
> > > the following conditions:
|
|
1793
|
-
> > >
|
|
1794
|
-
> > > The above copyright notice and this permission notice shall be
|
|
1795
|
-
> > > included in all copies or substantial portions of the Software.
|
|
1796
|
-
> > >
|
|
1797
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1798
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1799
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1800
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1801
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1802
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1803
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1804
|
-
> >
|
|
1805
|
-
> > ---------------------------------------
|
|
1806
|
-
> >
|
|
1807
|
-
> > ## string-left-right
|
|
1808
|
-
> > License: MIT
|
|
1809
|
-
> > By: Roy Revelt
|
|
1810
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1811
|
-
> >
|
|
1812
|
-
> > > MIT License
|
|
1813
|
-
> > >
|
|
1814
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1815
|
-
> > >
|
|
1816
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1817
|
-
> > > a copy of this software and associated documentation files (the
|
|
1818
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
1819
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1820
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1821
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1822
|
-
> > > the following conditions:
|
|
1823
|
-
> > >
|
|
1824
|
-
> > > The above copyright notice and this permission notice shall be
|
|
1825
|
-
> > > included in all copies or substantial portions of the Software.
|
|
1826
|
-
> > >
|
|
1827
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1828
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1829
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1830
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1831
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1832
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1833
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1834
|
-
> >
|
|
1835
|
-
> > ---------------------------------------
|
|
1836
|
-
> >
|
|
1837
|
-
> > ## string-strip-html
|
|
1838
|
-
> > License: MIT
|
|
1839
|
-
> > By: Roy Revelt
|
|
1840
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
1841
|
-
> >
|
|
1842
|
-
> > > MIT License
|
|
1843
|
-
> > >
|
|
1844
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
1845
|
-
> > >
|
|
1846
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
1847
|
-
> > > a copy of this software and associated documentation files (the
|
|
1848
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
1849
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
1850
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
1851
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
1852
|
-
> > > the following conditions:
|
|
1853
|
-
> > >
|
|
1854
|
-
> > > The above copyright notice and this permission notice shall be
|
|
1855
|
-
> > > included in all copies or substantial portions of the Software.
|
|
1856
|
-
> > >
|
|
1857
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1858
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1859
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1860
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1861
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1862
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1863
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1864
|
-
> >
|
|
1865
|
-
> > ---------------------------------------
|
|
1866
|
-
> >
|
|
1867
|
-
> > ## strip-indent
|
|
1868
|
-
> > License: MIT
|
|
1869
|
-
> > By: Sindre Sorhus
|
|
1870
|
-
> > Repository: sindresorhus/strip-indent
|
|
1871
|
-
> >
|
|
1872
|
-
> > > MIT License
|
|
1873
|
-
> > >
|
|
1874
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1875
|
-
> > >
|
|
1876
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1877
|
-
> > >
|
|
1878
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1879
|
-
> > >
|
|
1880
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1881
|
-
> >
|
|
1882
|
-
> > ---------------------------------------
|
|
1883
|
-
> >
|
|
1884
|
-
> > ## tiny-invariant
|
|
1885
|
-
> > License: MIT
|
|
1886
|
-
> > By: Alex Reardon
|
|
1887
|
-
> > Repository: https://github.com/alexreardon/tiny-invariant.git
|
|
1888
|
-
> >
|
|
1889
|
-
> > > MIT License
|
|
1890
|
-
> > >
|
|
1891
|
-
> > > Copyright (c) 2019 Alexander Reardon
|
|
1892
|
-
> > >
|
|
1893
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1894
|
-
> > > of this software and associated documentation files (the "Software"), to deal
|
|
1895
|
-
> > > in the Software without restriction, including without limitation the rights
|
|
1896
|
-
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1897
|
-
> > > copies of the Software, and to permit persons to whom the Software is
|
|
1898
|
-
> > > furnished to do so, subject to the following conditions:
|
|
1899
|
-
> > >
|
|
1900
|
-
> > > The above copyright notice and this permission notice shall be included in all
|
|
1901
|
-
> > > copies or substantial portions of the Software.
|
|
1902
|
-
> > >
|
|
1903
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1904
|
-
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1905
|
-
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1906
|
-
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1907
|
-
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1908
|
-
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1909
|
-
> > > SOFTWARE.
|
|
1910
|
-
> >
|
|
1911
|
-
> >
|
|
1912
|
-
> >
|
|
1913
|
-
> >
|
|
1914
|
-
> >
|
|
1915
|
-
> > # Licenses of bundled types
|
|
1916
|
-
> > The published @visulima/string artifact additionally contains code with the following licenses:
|
|
1917
|
-
> > MIT
|
|
1918
|
-
> >
|
|
1919
|
-
> > # Bundled types:
|
|
1920
|
-
> > ## fastest-levenshtein
|
|
1921
|
-
> > License: MIT
|
|
1922
|
-
> > By: Kasper U. Weihe
|
|
1923
|
-
> > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
1924
|
-
> >
|
|
1925
|
-
> > > MIT License
|
|
1926
|
-
> > >
|
|
1927
|
-
> > > Copyright (c) 2020 Kasper Unn Weihe
|
|
1928
|
-
> > >
|
|
1929
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1930
|
-
> > > of this software and associated documentation files (the "Software"), to deal
|
|
1931
|
-
> > > in the Software without restriction, including without limitation the rights
|
|
1932
|
-
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1933
|
-
> > > copies of the Software, and to permit persons to whom the Software is
|
|
1934
|
-
> > > furnished to do so, subject to the following conditions:
|
|
1935
|
-
> > >
|
|
1936
|
-
> > > The above copyright notice and this permission notice shall be included in all
|
|
1937
|
-
> > > copies or substantial portions of the Software.
|
|
1938
|
-
> > >
|
|
1939
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1940
|
-
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1941
|
-
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1942
|
-
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1943
|
-
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1944
|
-
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1945
|
-
> > > SOFTWARE.
|
|
1946
|
-
> >
|
|
1947
|
-
> > ---------------------------------------
|
|
1948
|
-
> >
|
|
1949
|
-
> > ## get-east-asian-width
|
|
1950
|
-
> > License: MIT
|
|
1951
|
-
> > By: Sindre Sorhus
|
|
1952
|
-
> > Repository: sindresorhus/get-east-asian-width
|
|
1953
|
-
> >
|
|
1954
|
-
> > > MIT License
|
|
1955
|
-
> > >
|
|
1956
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1957
|
-
> > >
|
|
1958
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1959
|
-
> > >
|
|
1960
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1961
|
-
> > >
|
|
1962
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1963
|
-
> >
|
|
1964
|
-
> > ---------------------------------------
|
|
1965
|
-
> >
|
|
1966
|
-
> > ## indent-string
|
|
1967
|
-
> > License: MIT
|
|
1968
|
-
> > By: Sindre Sorhus
|
|
1969
|
-
> > Repository: sindresorhus/indent-string
|
|
1970
|
-
> >
|
|
1971
|
-
> > > MIT License
|
|
1972
|
-
> > >
|
|
1973
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1974
|
-
> > >
|
|
1975
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1976
|
-
> > >
|
|
1977
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1978
|
-
> > >
|
|
1979
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1980
|
-
> >
|
|
1981
|
-
> > ---------------------------------------
|
|
1982
|
-
> >
|
|
1983
|
-
> > ## redent
|
|
1984
|
-
> > License: MIT
|
|
1985
|
-
> > By: Sindre Sorhus
|
|
1986
|
-
> > Repository: sindresorhus/redent
|
|
1987
|
-
> >
|
|
1988
|
-
> > > MIT License
|
|
1989
|
-
> > >
|
|
1990
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1991
|
-
> > >
|
|
1992
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1993
|
-
> > >
|
|
1994
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1995
|
-
> > >
|
|
1996
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1997
|
-
> >
|
|
1998
|
-
> > ---------------------------------------
|
|
1999
|
-
> >
|
|
2000
|
-
> > ## strip-indent
|
|
2001
|
-
> > License: MIT
|
|
2002
|
-
> > By: Sindre Sorhus
|
|
2003
|
-
> > Repository: sindresorhus/strip-indent
|
|
2004
|
-
> >
|
|
2005
|
-
> > > MIT License
|
|
2006
|
-
> > >
|
|
2007
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2008
|
-
> > >
|
|
2009
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2010
|
-
> > >
|
|
2011
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2012
|
-
> > >
|
|
2013
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2014
|
-
>
|
|
2015
|
-
> ---------------------------------------
|
|
2016
|
-
>
|
|
2017
|
-
> ## terminal-size
|
|
2018
|
-
> License: MIT
|
|
2019
|
-
> By: Sindre Sorhus
|
|
2020
|
-
> Repository: sindresorhus/terminal-size
|
|
2021
|
-
>
|
|
2022
|
-
> > MIT License
|
|
2023
|
-
> >
|
|
2024
|
-
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2025
|
-
> >
|
|
2026
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2027
|
-
> >
|
|
2028
|
-
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2029
|
-
> >
|
|
2030
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2031
|
-
|
|
2032
|
-
---------------------------------------
|
|
2033
|
-
|
|
2034
|
-
## @visulima/is-ansi-color-supported
|
|
2035
|
-
License: MIT
|
|
2036
|
-
By: Daniel Bannert
|
|
2037
|
-
Repository: git+https://github.com/visulima/visulima.git
|
|
2038
|
-
|
|
2039
|
-
> MIT License
|
|
2040
|
-
>
|
|
2041
|
-
> Copyright (c) 2026 visulima
|
|
2042
|
-
>
|
|
2043
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2044
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2045
|
-
> in the Software without restriction, including without limitation the rights
|
|
2046
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2047
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2048
|
-
> furnished to do so, subject to the following conditions:
|
|
2049
|
-
>
|
|
2050
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
2051
|
-
> copies or substantial portions of the Software.
|
|
2052
|
-
>
|
|
2053
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2054
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2055
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2056
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2057
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2058
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2059
|
-
> SOFTWARE.
|
|
2060
|
-
|
|
2061
|
-
---------------------------------------
|
|
2062
|
-
|
|
2063
|
-
## @visulima/package
|
|
2064
|
-
License: MIT
|
|
2065
|
-
By: Daniel Bannert
|
|
2066
|
-
Repository: git+https://github.com/visulima/visulima.git
|
|
2067
|
-
|
|
2068
|
-
> MIT License
|
|
2069
|
-
>
|
|
2070
|
-
> Copyright (c) 2026 visulima
|
|
2071
|
-
>
|
|
2072
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2073
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2074
|
-
> in the Software without restriction, including without limitation the rights
|
|
2075
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2076
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2077
|
-
> furnished to do so, subject to the following conditions:
|
|
2078
|
-
>
|
|
2079
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
2080
|
-
> copies or substantial portions of the Software.
|
|
2081
|
-
>
|
|
2082
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2083
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2084
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2085
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2086
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2087
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2088
|
-
> SOFTWARE.
|
|
2089
|
-
>
|
|
2090
|
-
>
|
|
2091
|
-
>
|
|
2092
|
-
> # Licenses of bundled dependencies
|
|
2093
|
-
> The published @visulima/package artifact additionally contains code with the following licenses:
|
|
2094
|
-
> MIT
|
|
2095
|
-
>
|
|
2096
|
-
> # Bundled dependencies:
|
|
2097
|
-
> ## dot-prop
|
|
2098
|
-
> License: MIT
|
|
2099
|
-
> By: Sindre Sorhus
|
|
2100
|
-
> Repository: sindresorhus/dot-prop
|
|
2101
|
-
>
|
|
2102
|
-
> > MIT License
|
|
2103
|
-
> >
|
|
2104
|
-
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2105
|
-
> >
|
|
2106
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2107
|
-
> >
|
|
2108
|
-
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2109
|
-
> >
|
|
2110
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2111
|
-
>
|
|
2112
|
-
>
|
|
2113
|
-
>
|
|
2114
|
-
>
|
|
2115
|
-
>
|
|
2116
|
-
> # Licenses of bundled types
|
|
2117
|
-
>
|
|
2118
|
-
> The published @visulima/package artifact additionally contains code with the following licenses:
|
|
2119
|
-
> MIT
|
|
2120
|
-
>
|
|
2121
|
-
> # Bundled types:
|
|
2122
|
-
>
|
|
2123
|
-
> ## @inquirer/core
|
|
2124
|
-
>
|
|
2125
|
-
> License: MIT
|
|
2126
|
-
> By: Simon Boudrias
|
|
2127
|
-
> Repository: https://github.com/SBoudrias/Inquirer.js.git
|
|
2128
|
-
>
|
|
2129
|
-
> > Copyright (c) 2025 Simon Boudrias
|
|
2130
|
-
> >
|
|
2131
|
-
> > Permission is hereby granted, free of charge, to any person
|
|
2132
|
-
> > obtaining a copy of this software and associated documentation
|
|
2133
|
-
> > files (the "Software"), to deal in the Software without
|
|
2134
|
-
> > restriction, including without limitation the rights to use,
|
|
2135
|
-
> > copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2136
|
-
> > copies of the Software, and to permit persons to whom the
|
|
2137
|
-
> > Software is furnished to do so, subject to the following
|
|
2138
|
-
> > conditions:
|
|
2139
|
-
> >
|
|
2140
|
-
> > The above copyright notice and this permission notice shall be
|
|
2141
|
-
> > included in all copies or substantial portions of the Software.
|
|
2142
|
-
> >
|
|
2143
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2144
|
-
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
2145
|
-
> > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2146
|
-
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
2147
|
-
> > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2148
|
-
> > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2149
|
-
> > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
2150
|
-
> > OTHER DEALINGS IN THE SOFTWARE.
|
|
2151
|
-
>
|
|
2152
|
-
> ---
|
|
2153
|
-
>
|
|
2154
|
-
> ## @inquirer/type
|
|
2155
|
-
>
|
|
2156
|
-
> License: MIT
|
|
2157
|
-
> By: Simon Boudrias
|
|
2158
|
-
> Repository: https://github.com/SBoudrias/Inquirer.js.git
|
|
2159
|
-
>
|
|
2160
|
-
> > Copyright (c) 2025 Simon Boudrias
|
|
2161
|
-
> >
|
|
2162
|
-
> > Permission is hereby granted, free of charge, to any person
|
|
2163
|
-
> > obtaining a copy of this software and associated documentation
|
|
2164
|
-
> > files (the "Software"), to deal in the Software without
|
|
2165
|
-
> > restriction, including without limitation the rights to use,
|
|
2166
|
-
> > copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2167
|
-
> > copies of the Software, and to permit persons to whom the
|
|
2168
|
-
> > Software is furnished to do so, subject to the following
|
|
2169
|
-
> > conditions:
|
|
2170
|
-
> >
|
|
2171
|
-
> > The above copyright notice and this permission notice shall be
|
|
2172
|
-
> > included in all copies or substantial portions of the Software.
|
|
2173
|
-
> >
|
|
2174
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2175
|
-
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
2176
|
-
> > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2177
|
-
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
2178
|
-
> > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2179
|
-
> > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2180
|
-
> > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
2181
|
-
> > OTHER DEALINGS IN THE SOFTWARE.
|
|
2182
|
-
|
|
2183
|
-
---------------------------------------
|
|
2184
|
-
|
|
2185
|
-
## @visulima/pail
|
|
2186
|
-
License: MIT
|
|
2187
|
-
By: Daniel Bannert
|
|
2188
|
-
Repository: git+https://github.com/visulima/visulima.git
|
|
2189
|
-
|
|
2190
|
-
> MIT License
|
|
2191
|
-
>
|
|
2192
|
-
> Copyright (c) 2026 visulima
|
|
2193
|
-
>
|
|
2194
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2195
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
2196
|
-
> in the Software without restriction, including without limitation the rights
|
|
2197
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2198
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
2199
|
-
> furnished to do so, subject to the following conditions:
|
|
2200
|
-
>
|
|
2201
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
2202
|
-
> copies or substantial portions of the Software.
|
|
2203
|
-
>
|
|
2204
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2205
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2206
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2207
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2208
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2209
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2210
|
-
> SOFTWARE.
|
|
2211
|
-
>
|
|
2212
|
-
>
|
|
2213
|
-
>
|
|
2214
|
-
> # Licenses of bundled dependencies
|
|
2215
|
-
> The published @visulima/pail artifact additionally contains code with the following licenses:
|
|
2216
|
-
> MIT
|
|
2217
|
-
>
|
|
2218
|
-
> # Bundled dependencies:
|
|
2219
|
-
> ## @visulima/error
|
|
2220
|
-
> License: MIT
|
|
2221
|
-
> By: Daniel Bannert
|
|
2222
|
-
> Repository: git+https://github.com/visulima/visulima.git
|
|
2223
|
-
>
|
|
2224
|
-
> > MIT License
|
|
2225
|
-
> >
|
|
2226
|
-
> > Copyright (c) 2026 visulima
|
|
2227
|
-
> >
|
|
2228
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2229
|
-
> > of this software and associated documentation files (the "Software"), to deal
|
|
2230
|
-
> > in the Software without restriction, including without limitation the rights
|
|
2231
|
-
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2232
|
-
> > copies of the Software, and to permit persons to whom the Software is
|
|
2233
|
-
> > furnished to do so, subject to the following conditions:
|
|
2234
|
-
> >
|
|
2235
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
2236
|
-
> > copies or substantial portions of the Software.
|
|
2237
|
-
> >
|
|
2238
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2239
|
-
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2240
|
-
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2241
|
-
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2242
|
-
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2243
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2244
|
-
> > SOFTWARE.
|
|
2245
|
-
> >
|
|
2246
|
-
> >
|
|
2247
|
-
> >
|
|
2248
|
-
> > # Licenses of bundled dependencies
|
|
2249
|
-
> >
|
|
2250
|
-
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
2251
|
-
> > MIT
|
|
2252
|
-
> >
|
|
2253
|
-
> > # Bundled dependencies:
|
|
2254
|
-
> >
|
|
2255
|
-
> > ## is-plain-obj
|
|
2256
|
-
> >
|
|
2257
|
-
> > License: MIT
|
|
2258
|
-
> > By: Sindre Sorhus
|
|
2259
|
-
> > Repository: sindresorhus/is-plain-obj
|
|
2260
|
-
> >
|
|
2261
|
-
> > > MIT License
|
|
2262
|
-
> > >
|
|
2263
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2264
|
-
> > >
|
|
2265
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2266
|
-
> > >
|
|
2267
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2268
|
-
> > >
|
|
2269
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2270
|
-
> >
|
|
2271
|
-
> >
|
|
2272
|
-
> >
|
|
2273
|
-
> >
|
|
2274
|
-
> >
|
|
2275
|
-
> > # Licenses of bundled types
|
|
2276
|
-
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
2277
|
-
> > Apache-2.0
|
|
2278
|
-
> >
|
|
2279
|
-
> > # Bundled types:
|
|
2280
|
-
> > ## ai
|
|
2281
|
-
> > License: Apache-2.0
|
|
2282
|
-
> > Repository: https://github.com/vercel/ai
|
|
2283
|
-
> >
|
|
2284
|
-
> > > Copyright 2023 Vercel, Inc.
|
|
2285
|
-
> > >
|
|
2286
|
-
> > > Licensed under the Apache License, Version 2.0 (the "License");
|
|
2287
|
-
> > > you may not use this file except in compliance with the License.
|
|
2288
|
-
> > > You may obtain a copy of the License at
|
|
2289
|
-
> > >
|
|
2290
|
-
> > > http://www.apache.org/licenses/LICENSE-2.0
|
|
2291
|
-
> > >
|
|
2292
|
-
> > > Unless required by applicable law or agreed to in writing, software
|
|
2293
|
-
> > > distributed under the License is distributed on an "AS IS" BASIS,
|
|
2294
|
-
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2295
|
-
> > > See the License for the specific language governing permissions and
|
|
2296
|
-
> > > limitations under the License.
|
|
2297
|
-
>
|
|
2298
|
-
> ---------------------------------------
|
|
2299
|
-
>
|
|
2300
|
-
> ## @visulima/fmt
|
|
2301
|
-
> License: MIT
|
|
2302
|
-
> By: Daniel Bannert
|
|
2303
|
-
> Repository: git+https://github.com/visulima/visulima.git
|
|
2304
|
-
>
|
|
2305
|
-
> > MIT License
|
|
2306
|
-
> >
|
|
2307
|
-
> > Copyright (c) 2026 visulima
|
|
2308
|
-
> >
|
|
2309
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2310
|
-
> > of this software and associated documentation files (the "Software"), to deal
|
|
2311
|
-
> > in the Software without restriction, including without limitation the rights
|
|
2312
|
-
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2313
|
-
> > copies of the Software, and to permit persons to whom the Software is
|
|
2314
|
-
> > furnished to do so, subject to the following conditions:
|
|
2315
|
-
> >
|
|
2316
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
2317
|
-
> > copies or substantial portions of the Software.
|
|
2318
|
-
> >
|
|
2319
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2320
|
-
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2321
|
-
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2322
|
-
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2323
|
-
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2324
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2325
|
-
> > SOFTWARE.
|
|
2326
|
-
>
|
|
2327
|
-
> ---------------------------------------
|
|
2328
|
-
>
|
|
2329
|
-
> ## @visulima/inspector
|
|
2330
|
-
> License: MIT
|
|
2331
|
-
> By: Daniel Bannert
|
|
2332
|
-
> Repository: git+https://github.com/visulima/visulima.git
|
|
2333
|
-
>
|
|
2334
|
-
> > MIT License
|
|
2335
|
-
> >
|
|
2336
|
-
> > Copyright (c) 2026 visulima
|
|
2337
|
-
> >
|
|
2338
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2339
|
-
> > of this software and associated documentation files (the "Software"), to deal
|
|
2340
|
-
> > in the Software without restriction, including without limitation the rights
|
|
2341
|
-
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2342
|
-
> > copies of the Software, and to permit persons to whom the Software is
|
|
2343
|
-
> > furnished to do so, subject to the following conditions:
|
|
2344
|
-
> >
|
|
2345
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
2346
|
-
> > copies or substantial portions of the Software.
|
|
2347
|
-
> >
|
|
2348
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2349
|
-
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2350
|
-
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2351
|
-
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2352
|
-
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2353
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2354
|
-
> > SOFTWARE.
|
|
2355
|
-
> >
|
|
2356
|
-
> > ---
|
|
2357
|
-
> >
|
|
2358
|
-
> > Modified code from the original [loupe](https://github.com/chaijs/loupe/tree/main) repository.
|
|
2359
|
-
> >
|
|
2360
|
-
> > (The MIT License)
|
|
2361
|
-
> >
|
|
2362
|
-
> > Copyright (c) 2011-2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
|
|
2363
|
-
> >
|
|
2364
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2365
|
-
> >
|
|
2366
|
-
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2367
|
-
> >
|
|
2368
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2369
|
-
> >
|
|
2370
|
-
> >
|
|
2371
|
-
> >
|
|
2372
|
-
> >
|
|
2373
|
-
> >
|
|
2374
|
-
> >
|
|
2375
|
-
> > # Licenses of bundled types
|
|
2376
|
-
> > The published @visulima/inspector artifact additionally contains code with the following licenses:
|
|
2377
|
-
> > (MIT OR CC0-1.0)
|
|
2378
|
-
> >
|
|
2379
|
-
> > # Bundled types:
|
|
2380
|
-
> > ## type-fest
|
|
2381
|
-
> > License: (MIT OR CC0-1.0)
|
|
2382
|
-
> > By: Sindre Sorhus
|
|
2383
|
-
> > Repository: sindresorhus/type-fest
|
|
2384
|
-
> >
|
|
2385
|
-
> > > Creative Commons Legal Code
|
|
2386
|
-
> > >
|
|
2387
|
-
> > > CC0 1.0 Universal
|
|
2388
|
-
> > >
|
|
2389
|
-
> > > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
|
|
2390
|
-
> > > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
|
|
2391
|
-
> > > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
|
|
2392
|
-
> > > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
|
|
2393
|
-
> > > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
|
|
2394
|
-
> > > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
|
|
2395
|
-
> > > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
|
|
2396
|
-
> > > HEREUNDER.
|
|
2397
|
-
> > >
|
|
2398
|
-
> > > Statement of Purpose
|
|
2399
|
-
> > >
|
|
2400
|
-
> > > The laws of most jurisdictions throughout the world automatically confer
|
|
2401
|
-
> > > exclusive Copyright and Related Rights (defined below) upon the creator
|
|
2402
|
-
> > > and subsequent owner(s) (each and all, an "owner") of an original work of
|
|
2403
|
-
> > > authorship and/or a database (each, a "Work").
|
|
2404
|
-
> > >
|
|
2405
|
-
> > > Certain owners wish to permanently relinquish those rights to a Work for
|
|
2406
|
-
> > > the purpose of contributing to a commons of creative, cultural and
|
|
2407
|
-
> > > scientific works ("Commons") that the public can reliably and without fear
|
|
2408
|
-
> > > of later claims of infringement build upon, modify, incorporate in other
|
|
2409
|
-
> > > works, reuse and redistribute as freely as possible in any form whatsoever
|
|
2410
|
-
> > > and for any purposes, including without limitation commercial purposes.
|
|
2411
|
-
> > > These owners may contribute to the Commons to promote the ideal of a free
|
|
2412
|
-
> > > culture and the further production of creative, cultural and scientific
|
|
2413
|
-
> > > works, or to gain reputation or greater distribution for their Work in
|
|
2414
|
-
> > > part through the use and efforts of others.
|
|
2415
|
-
> > >
|
|
2416
|
-
> > > For these and/or other purposes and motivations, and without any
|
|
2417
|
-
> > > expectation of additional consideration or compensation, the person
|
|
2418
|
-
> > > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
|
|
2419
|
-
> > > is an owner of Copyright and Related Rights in the Work, voluntarily
|
|
2420
|
-
> > > elects to apply CC0 to the Work and publicly distribute the Work under its
|
|
2421
|
-
> > > terms, with knowledge of his or her Copyright and Related Rights in the
|
|
2422
|
-
> > > Work and the meaning and intended legal effect of CC0 on those rights.
|
|
2423
|
-
> > >
|
|
2424
|
-
> > > 1. Copyright and Related Rights. A Work made available under CC0 may be
|
|
2425
|
-
> > > protected by copyright and related or neighboring rights ("Copyright and
|
|
2426
|
-
> > > Related Rights"). Copyright and Related Rights include, but are not
|
|
2427
|
-
> > > limited to, the following:
|
|
2428
|
-
> > >
|
|
2429
|
-
> > > i. the right to reproduce, adapt, distribute, perform, display,
|
|
2430
|
-
> > > communicate, and translate a Work;
|
|
2431
|
-
> > > ii. moral rights retained by the original author(s) and/or performer(s);
|
|
2432
|
-
> > > iii. publicity and privacy rights pertaining to a person's image or
|
|
2433
|
-
> > > likeness depicted in a Work;
|
|
2434
|
-
> > > iv. rights protecting against unfair competition in regards to a Work,
|
|
2435
|
-
> > > subject to the limitations in paragraph 4(a), below;
|
|
2436
|
-
> > > v. rights protecting the extraction, dissemination, use and reuse of data
|
|
2437
|
-
> > > in a Work;
|
|
2438
|
-
> > > vi. database rights (such as those arising under Directive 96/9/EC of the
|
|
2439
|
-
> > > European Parliament and of the Council of 11 March 1996 on the legal
|
|
2440
|
-
> > > protection of databases, and under any national implementation
|
|
2441
|
-
> > > thereof, including any amended or successor version of such
|
|
2442
|
-
> > > directive); and
|
|
2443
|
-
> > > vii. other similar, equivalent or corresponding rights throughout the
|
|
2444
|
-
> > > world based on applicable law or treaty, and any national
|
|
2445
|
-
> > > implementations thereof.
|
|
2446
|
-
> > >
|
|
2447
|
-
> > > 2. Waiver. To the greatest extent permitted by, but not in contravention
|
|
2448
|
-
> > > of, applicable law, Affirmer hereby overtly, fully, permanently,
|
|
2449
|
-
> > > irrevocably and unconditionally waives, abandons, and surrenders all of
|
|
2450
|
-
> > > Affirmer's Copyright and Related Rights and associated claims and causes
|
|
2451
|
-
> > > of action, whether now known or unknown (including existing as well as
|
|
2452
|
-
> > > future claims and causes of action), in the Work (i) in all territories
|
|
2453
|
-
> > > worldwide, (ii) for the maximum duration provided by applicable law or
|
|
2454
|
-
> > > treaty (including future time extensions), (iii) in any current or future
|
|
2455
|
-
> > > medium and for any number of copies, and (iv) for any purpose whatsoever,
|
|
2456
|
-
> > > including without limitation commercial, advertising or promotional
|
|
2457
|
-
> > > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
|
|
2458
|
-
> > > member of the public at large and to the detriment of Affirmer's heirs and
|
|
2459
|
-
> > > successors, fully intending that such Waiver shall not be subject to
|
|
2460
|
-
> > > revocation, rescission, cancellation, termination, or any other legal or
|
|
2461
|
-
> > > equitable action to disrupt the quiet enjoyment of the Work by the public
|
|
2462
|
-
> > > as contemplated by Affirmer's express Statement of Purpose.
|
|
2463
|
-
> > >
|
|
2464
|
-
> > > 3. Public License Fallback. Should any part of the Waiver for any reason
|
|
2465
|
-
> > > be judged legally invalid or ineffective under applicable law, then the
|
|
2466
|
-
> > > Waiver shall be preserved to the maximum extent permitted taking into
|
|
2467
|
-
> > > account Affirmer's express Statement of Purpose. In addition, to the
|
|
2468
|
-
> > > extent the Waiver is so judged Affirmer hereby grants to each affected
|
|
2469
|
-
> > > person a royalty-free, non transferable, non sublicensable, non exclusive,
|
|
2470
|
-
> > > irrevocable and unconditional license to exercise Affirmer's Copyright and
|
|
2471
|
-
> > > Related Rights in the Work (i) in all territories worldwide, (ii) for the
|
|
2472
|
-
> > > maximum duration provided by applicable law or treaty (including future
|
|
2473
|
-
> > > time extensions), (iii) in any current or future medium and for any number
|
|
2474
|
-
> > > of copies, and (iv) for any purpose whatsoever, including without
|
|
2475
|
-
> > > limitation commercial, advertising or promotional purposes (the
|
|
2476
|
-
> > > "License"). The License shall be deemed effective as of the date CC0 was
|
|
2477
|
-
> > > applied by Affirmer to the Work. Should any part of the License for any
|
|
2478
|
-
> > > reason be judged legally invalid or ineffective under applicable law, such
|
|
2479
|
-
> > > partial invalidity or ineffectiveness shall not invalidate the remainder
|
|
2480
|
-
> > > of the License, and in such case Affirmer hereby affirms that he or she
|
|
2481
|
-
> > > will not (i) exercise any of his or her remaining Copyright and Related
|
|
2482
|
-
> > > Rights in the Work or (ii) assert any associated claims and causes of
|
|
2483
|
-
> > > action with respect to the Work, in either case contrary to Affirmer's
|
|
2484
|
-
> > > express Statement of Purpose.
|
|
2485
|
-
> > >
|
|
2486
|
-
> > > 4. Limitations and Disclaimers.
|
|
2487
|
-
> > >
|
|
2488
|
-
> > > a. No trademark or patent rights held by Affirmer are waived, abandoned,
|
|
2489
|
-
> > > surrendered, licensed or otherwise affected by this document.
|
|
2490
|
-
> > > b. Affirmer offers the Work as-is and makes no representations or
|
|
2491
|
-
> > > warranties of any kind concerning the Work, express, implied,
|
|
2492
|
-
> > > statutory or otherwise, including without limitation warranties of
|
|
2493
|
-
> > > title, merchantability, fitness for a particular purpose, non
|
|
2494
|
-
> > > infringement, or the absence of latent or other defects, accuracy, or
|
|
2495
|
-
> > > the present or absence of errors, whether or not discoverable, all to
|
|
2496
|
-
> > > the greatest extent permissible under applicable law.
|
|
2497
|
-
> > > c. Affirmer disclaims responsibility for clearing rights of other persons
|
|
2498
|
-
> > > that may apply to the Work or any use thereof, including without
|
|
2499
|
-
> > > limitation any person's Copyright and Related Rights in the Work.
|
|
2500
|
-
> > > Further, Affirmer disclaims responsibility for obtaining any necessary
|
|
2501
|
-
> > > consents, permissions or other rights required for any use of the
|
|
2502
|
-
> > > Work.
|
|
2503
|
-
> > > d. Affirmer understands and acknowledges that Creative Commons is not a
|
|
2504
|
-
> > > party to this document and has no duty or obligation with respect to
|
|
2505
|
-
> > > this CC0 or use of the Work.
|
|
2506
|
-
>
|
|
2507
|
-
> ---------------------------------------
|
|
2508
|
-
>
|
|
2509
|
-
> ## @visulima/string
|
|
2510
|
-
> License: MIT
|
|
2511
|
-
> By: Daniel Bannert
|
|
2512
|
-
> Repository: git+https://github.com/visulima/visulima.git
|
|
2513
|
-
>
|
|
2514
|
-
> > MIT License
|
|
2515
|
-
> >
|
|
2516
|
-
> > Copyright (c) 2026 visulima
|
|
2517
|
-
> >
|
|
2518
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2519
|
-
> > of this software and associated documentation files (the "Software"), to deal
|
|
2520
|
-
> > in the Software without restriction, including without limitation the rights
|
|
2521
|
-
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2522
|
-
> > copies of the Software, and to permit persons to whom the Software is
|
|
2523
|
-
> > furnished to do so, subject to the following conditions:
|
|
2524
|
-
> >
|
|
2525
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
2526
|
-
> > copies or substantial portions of the Software.
|
|
2527
|
-
> >
|
|
2528
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2529
|
-
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2530
|
-
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2531
|
-
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2532
|
-
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2533
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2534
|
-
> > SOFTWARE.
|
|
2535
|
-
> >
|
|
2536
|
-
> >
|
|
2537
|
-
> >
|
|
2538
|
-
> > # Licenses of bundled dependencies
|
|
2539
|
-
> > The published @visulima/string artifact additionally contains code with the following licenses:
|
|
2540
|
-
> > MIT
|
|
2541
|
-
> >
|
|
2542
|
-
> > # Bundled dependencies:
|
|
2543
|
-
> > ## codsen-utils
|
|
2544
|
-
> > License: MIT
|
|
2545
|
-
> > By: Roy Revelt
|
|
2546
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2547
|
-
> >
|
|
2548
|
-
> > > MIT License
|
|
2549
|
-
> > >
|
|
2550
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2551
|
-
> > >
|
|
2552
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2553
|
-
> > > a copy of this software and associated documentation files (the
|
|
2554
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
2555
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2556
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2557
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2558
|
-
> > > the following conditions:
|
|
2559
|
-
> > >
|
|
2560
|
-
> > > The above copyright notice and this permission notice shall be
|
|
2561
|
-
> > > included in all copies or substantial portions of the Software.
|
|
2562
|
-
> > >
|
|
2563
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2564
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2565
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2566
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2567
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2568
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2569
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2570
|
-
> >
|
|
2571
|
-
> > ---------------------------------------
|
|
2572
|
-
> >
|
|
2573
|
-
> > ## emoji-regex-xs
|
|
2574
|
-
> > License: MIT
|
|
2575
|
-
> > By: Steven Levithan
|
|
2576
|
-
> > Repository: git+https://github.com/slevithan/emoji-regex-xs.git
|
|
2577
|
-
> >
|
|
2578
|
-
> > > MIT License
|
|
2579
|
-
> > >
|
|
2580
|
-
> > > Copyright (c) 2025 Steven Levithan
|
|
2581
|
-
> > >
|
|
2582
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2583
|
-
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2584
|
-
> > > in the Software without restriction, including without limitation the rights
|
|
2585
|
-
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2586
|
-
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2587
|
-
> > > furnished to do so, subject to the following conditions:
|
|
2588
|
-
> > >
|
|
2589
|
-
> > > The above copyright notice and this permission notice shall be included in all
|
|
2590
|
-
> > > copies or substantial portions of the Software.
|
|
2591
|
-
> > >
|
|
2592
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2593
|
-
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2594
|
-
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2595
|
-
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2596
|
-
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2597
|
-
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2598
|
-
> > > SOFTWARE.
|
|
2599
|
-
> >
|
|
2600
|
-
> > ---------------------------------------
|
|
2601
|
-
> >
|
|
2602
|
-
> > ## fastest-levenshtein
|
|
2603
|
-
> > License: MIT
|
|
2604
|
-
> > By: Kasper U. Weihe
|
|
2605
|
-
> > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
2606
|
-
> >
|
|
2607
|
-
> > > MIT License
|
|
2608
|
-
> > >
|
|
2609
|
-
> > > Copyright (c) 2020 Kasper Unn Weihe
|
|
2610
|
-
> > >
|
|
2611
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2612
|
-
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2613
|
-
> > > in the Software without restriction, including without limitation the rights
|
|
2614
|
-
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2615
|
-
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2616
|
-
> > > furnished to do so, subject to the following conditions:
|
|
2617
|
-
> > >
|
|
2618
|
-
> > > The above copyright notice and this permission notice shall be included in all
|
|
2619
|
-
> > > copies or substantial portions of the Software.
|
|
2620
|
-
> > >
|
|
2621
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2622
|
-
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2623
|
-
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2624
|
-
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2625
|
-
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2626
|
-
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2627
|
-
> > > SOFTWARE.
|
|
2628
|
-
> >
|
|
2629
|
-
> > ---------------------------------------
|
|
2630
|
-
> >
|
|
2631
|
-
> > ## get-east-asian-width
|
|
2632
|
-
> > License: MIT
|
|
2633
|
-
> > By: Sindre Sorhus
|
|
2634
|
-
> > Repository: sindresorhus/get-east-asian-width
|
|
2635
|
-
> >
|
|
2636
|
-
> > > MIT License
|
|
2637
|
-
> > >
|
|
2638
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2639
|
-
> > >
|
|
2640
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2641
|
-
> > >
|
|
2642
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2643
|
-
> > >
|
|
2644
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2645
|
-
> >
|
|
2646
|
-
> > ---------------------------------------
|
|
2647
|
-
> >
|
|
2648
|
-
> > ## html-entities
|
|
2649
|
-
> > License: MIT
|
|
2650
|
-
> > By: Marat Dulin
|
|
2651
|
-
> > Repository: https://github.com/mdevils/html-entities.git
|
|
2652
|
-
> >
|
|
2653
|
-
> > > Copyright (c) 2021 Dulin Marat
|
|
2654
|
-
> > >
|
|
2655
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2656
|
-
> > > of this software and associated documentation files (the "Software"), to deal
|
|
2657
|
-
> > > in the Software without restriction, including without limitation the rights
|
|
2658
|
-
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2659
|
-
> > > copies of the Software, and to permit persons to whom the Software is
|
|
2660
|
-
> > > furnished to do so, subject to the following conditions:
|
|
2661
|
-
> > >
|
|
2662
|
-
> > > The above copyright notice and this permission notice shall be included in
|
|
2663
|
-
> > > all copies or substantial portions of the Software.
|
|
2664
|
-
> > >
|
|
2665
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2666
|
-
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2667
|
-
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2668
|
-
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2669
|
-
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2670
|
-
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2671
|
-
> > > THE SOFTWARE.
|
|
2672
|
-
> >
|
|
2673
|
-
> > ---------------------------------------
|
|
2674
|
-
> >
|
|
2675
|
-
> > ## indent-string
|
|
2676
|
-
> > License: MIT
|
|
2677
|
-
> > By: Sindre Sorhus
|
|
2678
|
-
> > Repository: sindresorhus/indent-string
|
|
2679
|
-
> >
|
|
2680
|
-
> > > MIT License
|
|
2681
|
-
> > >
|
|
2682
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2683
|
-
> > >
|
|
2684
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2685
|
-
> > >
|
|
2686
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2687
|
-
> > >
|
|
2688
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2689
|
-
> >
|
|
2690
|
-
> > ---------------------------------------
|
|
2691
|
-
> >
|
|
2692
|
-
> > ## lodash-es
|
|
2693
|
-
> > License: MIT
|
|
2694
|
-
> > By: John-David Dalton, Mathias Bynens
|
|
2695
|
-
> > Repository: lodash/lodash
|
|
2696
|
-
> >
|
|
2697
|
-
> > > Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
2698
|
-
> > >
|
|
2699
|
-
> > > Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
2700
|
-
> > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
2701
|
-
> > >
|
|
2702
|
-
> > > This software consists of voluntary contributions made by many
|
|
2703
|
-
> > > individuals. For exact contribution history, see the revision history
|
|
2704
|
-
> > > available at https://github.com/lodash/lodash
|
|
2705
|
-
> > >
|
|
2706
|
-
> > > The following license applies to all parts of this software except as
|
|
2707
|
-
> > > documented below:
|
|
2708
|
-
> > >
|
|
2709
|
-
> > > ====
|
|
2710
|
-
> > >
|
|
2711
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2712
|
-
> > > a copy of this software and associated documentation files (the
|
|
2713
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
2714
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2715
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2716
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2717
|
-
> > > the following conditions:
|
|
2718
|
-
> > >
|
|
2719
|
-
> > > The above copyright notice and this permission notice shall be
|
|
2720
|
-
> > > included in all copies or substantial portions of the Software.
|
|
2721
|
-
> > >
|
|
2722
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2723
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2724
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2725
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2726
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2727
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2728
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2729
|
-
> > >
|
|
2730
|
-
> > > ====
|
|
2731
|
-
> > >
|
|
2732
|
-
> > > Copyright and related rights for sample code are waived via CC0. Sample
|
|
2733
|
-
> > > code is defined as all source code displayed within the prose of the
|
|
2734
|
-
> > > documentation.
|
|
2735
|
-
> > >
|
|
2736
|
-
> > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
2737
|
-
> > >
|
|
2738
|
-
> > > ====
|
|
2739
|
-
> > >
|
|
2740
|
-
> > > Files located in the node_modules and vendor directories are externally
|
|
2741
|
-
> > > maintained libraries used by this software which have their own
|
|
2742
|
-
> > > licenses; we recommend you read them, as their terms may differ from the
|
|
2743
|
-
> > > terms above.
|
|
2744
|
-
> >
|
|
2745
|
-
> > ---------------------------------------
|
|
2746
|
-
> >
|
|
2747
|
-
> > ## ranges-apply
|
|
2748
|
-
> > License: MIT
|
|
2749
|
-
> > By: Roy Revelt
|
|
2750
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2751
|
-
> >
|
|
2752
|
-
> > > MIT License
|
|
2753
|
-
> > >
|
|
2754
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2755
|
-
> > >
|
|
2756
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2757
|
-
> > > a copy of this software and associated documentation files (the
|
|
2758
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
2759
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2760
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2761
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2762
|
-
> > > the following conditions:
|
|
2763
|
-
> > >
|
|
2764
|
-
> > > The above copyright notice and this permission notice shall be
|
|
2765
|
-
> > > included in all copies or substantial portions of the Software.
|
|
2766
|
-
> > >
|
|
2767
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2768
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2769
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2770
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2771
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2772
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2773
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2774
|
-
> >
|
|
2775
|
-
> > ---------------------------------------
|
|
2776
|
-
> >
|
|
2777
|
-
> > ## ranges-merge
|
|
2778
|
-
> > License: MIT
|
|
2779
|
-
> > By: Roy Revelt
|
|
2780
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2781
|
-
> >
|
|
2782
|
-
> > > MIT License
|
|
2783
|
-
> > >
|
|
2784
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2785
|
-
> > >
|
|
2786
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2787
|
-
> > > a copy of this software and associated documentation files (the
|
|
2788
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
2789
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2790
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2791
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2792
|
-
> > > the following conditions:
|
|
2793
|
-
> > >
|
|
2794
|
-
> > > The above copyright notice and this permission notice shall be
|
|
2795
|
-
> > > included in all copies or substantial portions of the Software.
|
|
2796
|
-
> > >
|
|
2797
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2798
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2799
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2800
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2801
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2802
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2803
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2804
|
-
> >
|
|
2805
|
-
> > ---------------------------------------
|
|
2806
|
-
> >
|
|
2807
|
-
> > ## ranges-push
|
|
2808
|
-
> > License: MIT
|
|
2809
|
-
> > By: Roy Revelt
|
|
2810
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2811
|
-
> >
|
|
2812
|
-
> > > MIT License
|
|
2813
|
-
> > >
|
|
2814
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2815
|
-
> > >
|
|
2816
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2817
|
-
> > > a copy of this software and associated documentation files (the
|
|
2818
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
2819
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2820
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2821
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2822
|
-
> > > the following conditions:
|
|
2823
|
-
> > >
|
|
2824
|
-
> > > The above copyright notice and this permission notice shall be
|
|
2825
|
-
> > > included in all copies or substantial portions of the Software.
|
|
2826
|
-
> > >
|
|
2827
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2828
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2829
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2830
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2831
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2832
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2833
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2834
|
-
> >
|
|
2835
|
-
> > ---------------------------------------
|
|
2836
|
-
> >
|
|
2837
|
-
> > ## ranges-sort
|
|
2838
|
-
> > License: MIT
|
|
2839
|
-
> > By: Roy Revelt
|
|
2840
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2841
|
-
> >
|
|
2842
|
-
> > > MIT License
|
|
2843
|
-
> > >
|
|
2844
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2845
|
-
> > >
|
|
2846
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2847
|
-
> > > a copy of this software and associated documentation files (the
|
|
2848
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
2849
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2850
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2851
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2852
|
-
> > > the following conditions:
|
|
2853
|
-
> > >
|
|
2854
|
-
> > > The above copyright notice and this permission notice shall be
|
|
2855
|
-
> > > included in all copies or substantial portions of the Software.
|
|
2856
|
-
> > >
|
|
2857
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2858
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2859
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2860
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2861
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2862
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2863
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2864
|
-
> >
|
|
2865
|
-
> > ---------------------------------------
|
|
2866
|
-
> >
|
|
2867
|
-
> > ## redent
|
|
2868
|
-
> > License: MIT
|
|
2869
|
-
> > By: Sindre Sorhus
|
|
2870
|
-
> > Repository: sindresorhus/redent
|
|
2871
|
-
> >
|
|
2872
|
-
> > > MIT License
|
|
2873
|
-
> > >
|
|
2874
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2875
|
-
> > >
|
|
2876
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2877
|
-
> > >
|
|
2878
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2879
|
-
> > >
|
|
2880
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2881
|
-
> >
|
|
2882
|
-
> > ---------------------------------------
|
|
2883
|
-
> >
|
|
2884
|
-
> > ## rfdc
|
|
2885
|
-
> > License: MIT
|
|
2886
|
-
> > By: David Mark Clements
|
|
2887
|
-
> > Repository: git+https://github.com/davidmarkclements/rfdc.git
|
|
2888
|
-
> >
|
|
2889
|
-
> > > Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
|
|
2890
|
-
> > >
|
|
2891
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
|
2892
|
-
> > > documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
|
2893
|
-
> > > the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
|
2894
|
-
> > > to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2895
|
-
> > >
|
|
2896
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
|
2897
|
-
> > > of the Software.
|
|
2898
|
-
> > >
|
|
2899
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2900
|
-
> > > TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
2901
|
-
> > > THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
2902
|
-
> > > CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
2903
|
-
> > > IN THE SOFTWARE.
|
|
2904
|
-
> >
|
|
2905
|
-
> > ---------------------------------------
|
|
2906
|
-
> >
|
|
2907
|
-
> > ## string-collapse-leading-whitespace
|
|
2908
|
-
> > License: MIT
|
|
2909
|
-
> > By: Roy Revelt
|
|
2910
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2911
|
-
> >
|
|
2912
|
-
> > > MIT License
|
|
2913
|
-
> > >
|
|
2914
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2915
|
-
> > >
|
|
2916
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2917
|
-
> > > a copy of this software and associated documentation files (the
|
|
2918
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
2919
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2920
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2921
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2922
|
-
> > > the following conditions:
|
|
2923
|
-
> > >
|
|
2924
|
-
> > > The above copyright notice and this permission notice shall be
|
|
2925
|
-
> > > included in all copies or substantial portions of the Software.
|
|
2926
|
-
> > >
|
|
2927
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2928
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2929
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2930
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2931
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2932
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2933
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2934
|
-
> >
|
|
2935
|
-
> > ---------------------------------------
|
|
2936
|
-
> >
|
|
2937
|
-
> > ## string-left-right
|
|
2938
|
-
> > License: MIT
|
|
2939
|
-
> > By: Roy Revelt
|
|
2940
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2941
|
-
> >
|
|
2942
|
-
> > > MIT License
|
|
2943
|
-
> > >
|
|
2944
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2945
|
-
> > >
|
|
2946
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2947
|
-
> > > a copy of this software and associated documentation files (the
|
|
2948
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
2949
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2950
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2951
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2952
|
-
> > > the following conditions:
|
|
2953
|
-
> > >
|
|
2954
|
-
> > > The above copyright notice and this permission notice shall be
|
|
2955
|
-
> > > included in all copies or substantial portions of the Software.
|
|
2956
|
-
> > >
|
|
2957
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2958
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2959
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2960
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2961
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2962
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2963
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2964
|
-
> >
|
|
2965
|
-
> > ---------------------------------------
|
|
2966
|
-
> >
|
|
2967
|
-
> > ## string-strip-html
|
|
2968
|
-
> > License: MIT
|
|
2969
|
-
> > By: Roy Revelt
|
|
2970
|
-
> > Repository: git+https://github.com/codsen/codsen.git
|
|
2971
|
-
> >
|
|
2972
|
-
> > > MIT License
|
|
2973
|
-
> > >
|
|
2974
|
-
> > > Copyright © 2010-2025 Roy Revelt and other contributors
|
|
2975
|
-
> > >
|
|
2976
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining
|
|
2977
|
-
> > > a copy of this software and associated documentation files (the
|
|
2978
|
-
> > > "Software"), to deal in the Software without restriction, including
|
|
2979
|
-
> > > without limitation the rights to use, copy, modify, merge, publish,
|
|
2980
|
-
> > > distribute, sublicense, and/or sell copies of the Software, and to
|
|
2981
|
-
> > > permit persons to whom the Software is furnished to do so, subject to
|
|
2982
|
-
> > > the following conditions:
|
|
2983
|
-
> > >
|
|
2984
|
-
> > > The above copyright notice and this permission notice shall be
|
|
2985
|
-
> > > included in all copies or substantial portions of the Software.
|
|
2986
|
-
> > >
|
|
2987
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
2988
|
-
> > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2989
|
-
> > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2990
|
-
> > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
2991
|
-
> > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2992
|
-
> > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
2993
|
-
> > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2994
|
-
> >
|
|
2995
|
-
> > ---------------------------------------
|
|
2996
|
-
> >
|
|
2997
|
-
> > ## strip-indent
|
|
2998
|
-
> > License: MIT
|
|
2999
|
-
> > By: Sindre Sorhus
|
|
3000
|
-
> > Repository: sindresorhus/strip-indent
|
|
3001
|
-
> >
|
|
3002
|
-
> > > MIT License
|
|
3003
|
-
> > >
|
|
3004
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3005
|
-
> > >
|
|
3006
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3007
|
-
> > >
|
|
3008
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3009
|
-
> > >
|
|
3010
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3011
|
-
> >
|
|
3012
|
-
> > ---------------------------------------
|
|
3013
|
-
> >
|
|
3014
|
-
> > ## tiny-invariant
|
|
3015
|
-
> > License: MIT
|
|
3016
|
-
> > By: Alex Reardon
|
|
3017
|
-
> > Repository: https://github.com/alexreardon/tiny-invariant.git
|
|
3018
|
-
> >
|
|
3019
|
-
> > > MIT License
|
|
3020
|
-
> > >
|
|
3021
|
-
> > > Copyright (c) 2019 Alexander Reardon
|
|
3022
|
-
> > >
|
|
3023
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3024
|
-
> > > of this software and associated documentation files (the "Software"), to deal
|
|
3025
|
-
> > > in the Software without restriction, including without limitation the rights
|
|
3026
|
-
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3027
|
-
> > > copies of the Software, and to permit persons to whom the Software is
|
|
3028
|
-
> > > furnished to do so, subject to the following conditions:
|
|
3029
|
-
> > >
|
|
3030
|
-
> > > The above copyright notice and this permission notice shall be included in all
|
|
3031
|
-
> > > copies or substantial portions of the Software.
|
|
3032
|
-
> > >
|
|
3033
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3034
|
-
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3035
|
-
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3036
|
-
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3037
|
-
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3038
|
-
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3039
|
-
> > > SOFTWARE.
|
|
3040
|
-
> >
|
|
3041
|
-
> >
|
|
3042
|
-
> >
|
|
3043
|
-
> >
|
|
3044
|
-
> >
|
|
3045
|
-
> > # Licenses of bundled types
|
|
3046
|
-
> > The published @visulima/string artifact additionally contains code with the following licenses:
|
|
3047
|
-
> > MIT
|
|
3048
|
-
> >
|
|
3049
|
-
> > # Bundled types:
|
|
3050
|
-
> > ## fastest-levenshtein
|
|
3051
|
-
> > License: MIT
|
|
3052
|
-
> > By: Kasper U. Weihe
|
|
3053
|
-
> > Repository: git+https://github.com/ka-weihe/fastest-levenshtein.git
|
|
3054
|
-
> >
|
|
3055
|
-
> > > MIT License
|
|
3056
|
-
> > >
|
|
3057
|
-
> > > Copyright (c) 2020 Kasper Unn Weihe
|
|
3058
|
-
> > >
|
|
3059
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3060
|
-
> > > of this software and associated documentation files (the "Software"), to deal
|
|
3061
|
-
> > > in the Software without restriction, including without limitation the rights
|
|
3062
|
-
> > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3063
|
-
> > > copies of the Software, and to permit persons to whom the Software is
|
|
3064
|
-
> > > furnished to do so, subject to the following conditions:
|
|
3065
|
-
> > >
|
|
3066
|
-
> > > The above copyright notice and this permission notice shall be included in all
|
|
3067
|
-
> > > copies or substantial portions of the Software.
|
|
3068
|
-
> > >
|
|
3069
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3070
|
-
> > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3071
|
-
> > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3072
|
-
> > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3073
|
-
> > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3074
|
-
> > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3075
|
-
> > > SOFTWARE.
|
|
3076
|
-
> >
|
|
3077
|
-
> > ---------------------------------------
|
|
3078
|
-
> >
|
|
3079
|
-
> > ## get-east-asian-width
|
|
3080
|
-
> > License: MIT
|
|
3081
|
-
> > By: Sindre Sorhus
|
|
3082
|
-
> > Repository: sindresorhus/get-east-asian-width
|
|
3083
|
-
> >
|
|
3084
|
-
> > > MIT License
|
|
3085
|
-
> > >
|
|
3086
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3087
|
-
> > >
|
|
3088
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3089
|
-
> > >
|
|
3090
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3091
|
-
> > >
|
|
3092
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3093
|
-
> >
|
|
3094
|
-
> > ---------------------------------------
|
|
3095
|
-
> >
|
|
3096
|
-
> > ## indent-string
|
|
3097
|
-
> > License: MIT
|
|
3098
|
-
> > By: Sindre Sorhus
|
|
3099
|
-
> > Repository: sindresorhus/indent-string
|
|
3100
|
-
> >
|
|
3101
|
-
> > > MIT License
|
|
3102
|
-
> > >
|
|
3103
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3104
|
-
> > >
|
|
3105
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3106
|
-
> > >
|
|
3107
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3108
|
-
> > >
|
|
3109
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3110
|
-
> >
|
|
3111
|
-
> > ---------------------------------------
|
|
3112
|
-
> >
|
|
3113
|
-
> > ## redent
|
|
3114
|
-
> > License: MIT
|
|
3115
|
-
> > By: Sindre Sorhus
|
|
3116
|
-
> > Repository: sindresorhus/redent
|
|
3117
|
-
> >
|
|
3118
|
-
> > > MIT License
|
|
3119
|
-
> > >
|
|
3120
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3121
|
-
> > >
|
|
3122
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3123
|
-
> > >
|
|
3124
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3125
|
-
> > >
|
|
3126
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3127
|
-
> >
|
|
3128
|
-
> > ---------------------------------------
|
|
3129
|
-
> >
|
|
3130
|
-
> > ## strip-indent
|
|
3131
|
-
> > License: MIT
|
|
3132
|
-
> > By: Sindre Sorhus
|
|
3133
|
-
> > Repository: sindresorhus/strip-indent
|
|
3134
|
-
> >
|
|
3135
|
-
> > > MIT License
|
|
3136
|
-
> > >
|
|
3137
|
-
> > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3138
|
-
> > >
|
|
3139
|
-
> > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3140
|
-
> > >
|
|
3141
|
-
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3142
|
-
> > >
|
|
3143
|
-
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3144
|
-
>
|
|
3145
|
-
> ---------------------------------------
|
|
3146
|
-
>
|
|
3147
|
-
> ## terminal-size
|
|
3148
|
-
> License: MIT
|
|
3149
|
-
> By: Sindre Sorhus
|
|
3150
|
-
> Repository: sindresorhus/terminal-size
|
|
3151
|
-
>
|
|
3152
|
-
> > MIT License
|
|
3153
|
-
> >
|
|
3154
|
-
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3155
|
-
> >
|
|
3156
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3157
|
-
> >
|
|
3158
|
-
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3159
|
-
> >
|
|
3160
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3161
|
-
>
|
|
3162
|
-
>
|
|
3163
|
-
>
|
|
3164
|
-
>
|
|
3165
|
-
>
|
|
3166
|
-
> # Licenses of bundled types
|
|
3167
|
-
> The published @visulima/pail artifact additionally contains code with the following licenses:
|
|
3168
|
-
> MIT, (MIT OR CC0-1.0)
|
|
3169
|
-
>
|
|
3170
|
-
> # Bundled types:
|
|
3171
|
-
> ## safe-stable-stringify
|
|
3172
|
-
> License: MIT
|
|
3173
|
-
> By: Ruben Bridgewater
|
|
3174
|
-
> Repository: git+https://github.com/BridgeAR/safe-stable-stringify.git
|
|
3175
|
-
>
|
|
3176
|
-
> > The MIT License (MIT)
|
|
3177
|
-
> >
|
|
3178
|
-
> > Copyright (c) Ruben Bridgewater
|
|
3179
|
-
> >
|
|
3180
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3181
|
-
> > of this software and associated documentation files (the "Software"), to deal
|
|
3182
|
-
> > in the Software without restriction, including without limitation the rights
|
|
3183
|
-
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3184
|
-
> > copies of the Software, and to permit persons to whom the Software is
|
|
3185
|
-
> > furnished to do so, subject to the following conditions:
|
|
3186
|
-
> >
|
|
3187
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
3188
|
-
> > copies or substantial portions of the Software.
|
|
3189
|
-
> >
|
|
3190
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3191
|
-
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3192
|
-
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3193
|
-
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3194
|
-
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3195
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3196
|
-
> > SOFTWARE.
|
|
3197
|
-
>
|
|
3198
|
-
> ---------------------------------------
|
|
3199
|
-
>
|
|
3200
|
-
> ## type-fest
|
|
3201
|
-
> License: (MIT OR CC0-1.0)
|
|
3202
|
-
> By: Sindre Sorhus
|
|
3203
|
-
> Repository: sindresorhus/type-fest
|
|
3204
|
-
>
|
|
3205
|
-
> > Creative Commons Legal Code
|
|
3206
|
-
> >
|
|
3207
|
-
> > CC0 1.0 Universal
|
|
3208
|
-
> >
|
|
3209
|
-
> > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
|
|
3210
|
-
> > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
|
|
3211
|
-
> > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
|
|
3212
|
-
> > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
|
|
3213
|
-
> > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
|
|
3214
|
-
> > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
|
|
3215
|
-
> > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
|
|
3216
|
-
> > HEREUNDER.
|
|
3217
|
-
> >
|
|
3218
|
-
> > Statement of Purpose
|
|
3219
|
-
> >
|
|
3220
|
-
> > The laws of most jurisdictions throughout the world automatically confer
|
|
3221
|
-
> > exclusive Copyright and Related Rights (defined below) upon the creator
|
|
3222
|
-
> > and subsequent owner(s) (each and all, an "owner") of an original work of
|
|
3223
|
-
> > authorship and/or a database (each, a "Work").
|
|
3224
|
-
> >
|
|
3225
|
-
> > Certain owners wish to permanently relinquish those rights to a Work for
|
|
3226
|
-
> > the purpose of contributing to a commons of creative, cultural and
|
|
3227
|
-
> > scientific works ("Commons") that the public can reliably and without fear
|
|
3228
|
-
> > of later claims of infringement build upon, modify, incorporate in other
|
|
3229
|
-
> > works, reuse and redistribute as freely as possible in any form whatsoever
|
|
3230
|
-
> > and for any purposes, including without limitation commercial purposes.
|
|
3231
|
-
> > These owners may contribute to the Commons to promote the ideal of a free
|
|
3232
|
-
> > culture and the further production of creative, cultural and scientific
|
|
3233
|
-
> > works, or to gain reputation or greater distribution for their Work in
|
|
3234
|
-
> > part through the use and efforts of others.
|
|
3235
|
-
> >
|
|
3236
|
-
> > For these and/or other purposes and motivations, and without any
|
|
3237
|
-
> > expectation of additional consideration or compensation, the person
|
|
3238
|
-
> > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
|
|
3239
|
-
> > is an owner of Copyright and Related Rights in the Work, voluntarily
|
|
3240
|
-
> > elects to apply CC0 to the Work and publicly distribute the Work under its
|
|
3241
|
-
> > terms, with knowledge of his or her Copyright and Related Rights in the
|
|
3242
|
-
> > Work and the meaning and intended legal effect of CC0 on those rights.
|
|
3243
|
-
> >
|
|
3244
|
-
> > 1. Copyright and Related Rights. A Work made available under CC0 may be
|
|
3245
|
-
> > protected by copyright and related or neighboring rights ("Copyright and
|
|
3246
|
-
> > Related Rights"). Copyright and Related Rights include, but are not
|
|
3247
|
-
> > limited to, the following:
|
|
3248
|
-
> >
|
|
3249
|
-
> > i. the right to reproduce, adapt, distribute, perform, display,
|
|
3250
|
-
> > communicate, and translate a Work;
|
|
3251
|
-
> > ii. moral rights retained by the original author(s) and/or performer(s);
|
|
3252
|
-
> > iii. publicity and privacy rights pertaining to a person's image or
|
|
3253
|
-
> > likeness depicted in a Work;
|
|
3254
|
-
> > iv. rights protecting against unfair competition in regards to a Work,
|
|
3255
|
-
> > subject to the limitations in paragraph 4(a), below;
|
|
3256
|
-
> > v. rights protecting the extraction, dissemination, use and reuse of data
|
|
3257
|
-
> > in a Work;
|
|
3258
|
-
> > vi. database rights (such as those arising under Directive 96/9/EC of the
|
|
3259
|
-
> > European Parliament and of the Council of 11 March 1996 on the legal
|
|
3260
|
-
> > protection of databases, and under any national implementation
|
|
3261
|
-
> > thereof, including any amended or successor version of such
|
|
3262
|
-
> > directive); and
|
|
3263
|
-
> > vii. other similar, equivalent or corresponding rights throughout the
|
|
3264
|
-
> > world based on applicable law or treaty, and any national
|
|
3265
|
-
> > implementations thereof.
|
|
3266
|
-
> >
|
|
3267
|
-
> > 2. Waiver. To the greatest extent permitted by, but not in contravention
|
|
3268
|
-
> > of, applicable law, Affirmer hereby overtly, fully, permanently,
|
|
3269
|
-
> > irrevocably and unconditionally waives, abandons, and surrenders all of
|
|
3270
|
-
> > Affirmer's Copyright and Related Rights and associated claims and causes
|
|
3271
|
-
> > of action, whether now known or unknown (including existing as well as
|
|
3272
|
-
> > future claims and causes of action), in the Work (i) in all territories
|
|
3273
|
-
> > worldwide, (ii) for the maximum duration provided by applicable law or
|
|
3274
|
-
> > treaty (including future time extensions), (iii) in any current or future
|
|
3275
|
-
> > medium and for any number of copies, and (iv) for any purpose whatsoever,
|
|
3276
|
-
> > including without limitation commercial, advertising or promotional
|
|
3277
|
-
> > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
|
|
3278
|
-
> > member of the public at large and to the detriment of Affirmer's heirs and
|
|
3279
|
-
> > successors, fully intending that such Waiver shall not be subject to
|
|
3280
|
-
> > revocation, rescission, cancellation, termination, or any other legal or
|
|
3281
|
-
> > equitable action to disrupt the quiet enjoyment of the Work by the public
|
|
3282
|
-
> > as contemplated by Affirmer's express Statement of Purpose.
|
|
3283
|
-
> >
|
|
3284
|
-
> > 3. Public License Fallback. Should any part of the Waiver for any reason
|
|
3285
|
-
> > be judged legally invalid or ineffective under applicable law, then the
|
|
3286
|
-
> > Waiver shall be preserved to the maximum extent permitted taking into
|
|
3287
|
-
> > account Affirmer's express Statement of Purpose. In addition, to the
|
|
3288
|
-
> > extent the Waiver is so judged Affirmer hereby grants to each affected
|
|
3289
|
-
> > person a royalty-free, non transferable, non sublicensable, non exclusive,
|
|
3290
|
-
> > irrevocable and unconditional license to exercise Affirmer's Copyright and
|
|
3291
|
-
> > Related Rights in the Work (i) in all territories worldwide, (ii) for the
|
|
3292
|
-
> > maximum duration provided by applicable law or treaty (including future
|
|
3293
|
-
> > time extensions), (iii) in any current or future medium and for any number
|
|
3294
|
-
> > of copies, and (iv) for any purpose whatsoever, including without
|
|
3295
|
-
> > limitation commercial, advertising or promotional purposes (the
|
|
3296
|
-
> > "License"). The License shall be deemed effective as of the date CC0 was
|
|
3297
|
-
> > applied by Affirmer to the Work. Should any part of the License for any
|
|
3298
|
-
> > reason be judged legally invalid or ineffective under applicable law, such
|
|
3299
|
-
> > partial invalidity or ineffectiveness shall not invalidate the remainder
|
|
3300
|
-
> > of the License, and in such case Affirmer hereby affirms that he or she
|
|
3301
|
-
> > will not (i) exercise any of his or her remaining Copyright and Related
|
|
3302
|
-
> > Rights in the Work or (ii) assert any associated claims and causes of
|
|
3303
|
-
> > action with respect to the Work, in either case contrary to Affirmer's
|
|
3304
|
-
> > express Statement of Purpose.
|
|
3305
|
-
> >
|
|
3306
|
-
> > 4. Limitations and Disclaimers.
|
|
3307
|
-
> >
|
|
3308
|
-
> > a. No trademark or patent rights held by Affirmer are waived, abandoned,
|
|
3309
|
-
> > surrendered, licensed or otherwise affected by this document.
|
|
3310
|
-
> > b. Affirmer offers the Work as-is and makes no representations or
|
|
3311
|
-
> > warranties of any kind concerning the Work, express, implied,
|
|
3312
|
-
> > statutory or otherwise, including without limitation warranties of
|
|
3313
|
-
> > title, merchantability, fitness for a particular purpose, non
|
|
3314
|
-
> > infringement, or the absence of latent or other defects, accuracy, or
|
|
3315
|
-
> > the present or absence of errors, whether or not discoverable, all to
|
|
3316
|
-
> > the greatest extent permissible under applicable law.
|
|
3317
|
-
> > c. Affirmer disclaims responsibility for clearing rights of other persons
|
|
3318
|
-
> > that may apply to the Work or any use thereof, including without
|
|
3319
|
-
> > limitation any person's Copyright and Related Rights in the Work.
|
|
3320
|
-
> > Further, Affirmer disclaims responsibility for obtaining any necessary
|
|
3321
|
-
> > consents, permissions or other rights required for any use of the
|
|
3322
|
-
> > Work.
|
|
3323
|
-
> > d. Affirmer understands and acknowledges that Creative Commons is not a
|
|
3324
|
-
> > party to this document and has no duty or obligation with respect to
|
|
3325
|
-
> > this CC0 or use of the Work.
|
|
1352
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1353
|
+
> > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
1354
|
+
> > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1355
|
+
> > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
1356
|
+
> > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1357
|
+
> > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1358
|
+
> > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
1359
|
+
> > OTHER DEALINGS IN THE SOFTWARE.
|
|
3326
1360
|
|
|
3327
1361
|
---------------------------------------
|
|
3328
1362
|
|