Skip to content

Commit 175b26f

Browse files
committedJun 26, 2017
2.1.0
1 parent 79c4e30 commit 175b26f

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed
 

‎package.json

+53-53
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
{
2-
"name": "string-width",
3-
"version": "2.0.0",
4-
"description": "Get the visual width of a string - the number of columns required to display it",
5-
"license": "MIT",
6-
"repository": "sindresorhus/string-width",
7-
"author": {
8-
"name": "Sindre Sorhus",
9-
"email": "sindresorhus@gmail.com",
10-
"url": "sindresorhus.com"
11-
},
12-
"engines": {
13-
"node": ">=4"
14-
},
15-
"scripts": {
16-
"test": "xo && ava"
17-
},
18-
"files": [
19-
"index.js"
20-
],
21-
"keywords": [
22-
"string",
23-
"str",
24-
"character",
25-
"char",
26-
"unicode",
27-
"width",
28-
"visual",
29-
"column",
30-
"columns",
31-
"fullwidth",
32-
"full-width",
33-
"full",
34-
"ansi",
35-
"escape",
36-
"codes",
37-
"cli",
38-
"command-line",
39-
"terminal",
40-
"console",
41-
"cjk",
42-
"chinese",
43-
"japanese",
44-
"korean",
45-
"fixed-width"
46-
],
47-
"dependencies": {
48-
"is-fullwidth-code-point": "^2.0.0",
49-
"strip-ansi": "^4.0.0"
50-
},
51-
"devDependencies": {
52-
"ava": "*",
53-
"xo": "*"
54-
}
2+
"name": "string-width",
3+
"version": "2.1.0",
4+
"description": "Get the visual width of a string - the number of columns required to display it",
5+
"license": "MIT",
6+
"repository": "sindresorhus/string-width",
7+
"author": {
8+
"name": "Sindre Sorhus",
9+
"email": "sindresorhus@gmail.com",
10+
"url": "sindresorhus.com"
11+
},
12+
"engines": {
13+
"node": ">=4"
14+
},
15+
"scripts": {
16+
"test": "xo && ava"
17+
},
18+
"files": [
19+
"index.js"
20+
],
21+
"keywords": [
22+
"string",
23+
"str",
24+
"character",
25+
"char",
26+
"unicode",
27+
"width",
28+
"visual",
29+
"column",
30+
"columns",
31+
"fullwidth",
32+
"full-width",
33+
"full",
34+
"ansi",
35+
"escape",
36+
"codes",
37+
"cli",
38+
"command-line",
39+
"terminal",
40+
"console",
41+
"cjk",
42+
"chinese",
43+
"japanese",
44+
"korean",
45+
"fixed-width"
46+
],
47+
"dependencies": {
48+
"is-fullwidth-code-point": "^2.0.0",
49+
"strip-ansi": "^4.0.0"
50+
},
51+
"devDependencies": {
52+
"ava": "*",
53+
"xo": "*"
54+
}
5555
}

0 commit comments

Comments
 (0)
Please sign in to comment.