gitea push

This commit is contained in:
2026-05-09 12:19:29 -06:00
parent 06113c95b8
commit 429461e985
1481 changed files with 74306 additions and 52475 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
"repository": "github:fabiospampinato/fast-string-width",
"description": "A fast function for calculating the visual width of a string once printed to the terminal.",
"license": "MIT",
"version": "1.1.0",
"version": "3.0.2",
"type": "module",
"main": "dist/index.js",
"exports": "./dist/index.js",
@@ -24,7 +24,7 @@
"terminal"
],
"dependencies": {
"fast-string-truncated-width": "^1.2.0"
"fast-string-truncated-width": "^3.0.2"
},
"devDependencies": {
"fava": "^0.3.4",
-3
View File
@@ -18,12 +18,9 @@ import fastStringWidth from 'fast-string-width';
// The width of various classes of characters is configurable
const options = {
ansiWidth: 0,
controlWidth: 0,
tabWidth: 8,
ambiguousWidth: 1,
emojiWidth: 2,
fullWidthWidth: 2,
regularWidth: 1,
wideWidth: 2
};