We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e681f7d commit 8eb33a8Copy full SHA for 8eb33a8
package.json
@@ -4,6 +4,7 @@
4
"description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
5
"license": "MIT",
6
"repository": "sindresorhus/string-length",
7
+ "funding": "https://github.com/sponsors/sindresorhus",
8
"author": {
9
"name": "Sindre Sorhus",
10
"email": "[email protected]",
@@ -37,7 +38,7 @@
37
38
],
39
"dependencies": {
40
"char-regex": "^2.0.0",
- "strip-ansi": "^6.0.0"
41
+ "strip-ansi": "^7.0.0"
42
},
43
"devDependencies": {
44
"ava": "^3.15.0",
0 commit comments