File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wide-align" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.5 " ,
4
4
"description" : " A wide-character aware text alignment function for use on the console or with fixed width fonts." ,
5
5
"main" : " align.js" ,
6
6
"scripts" : {
7
- "test" : " tap --coverage test/*.js" ,
8
- "version" : " perl -pi -e 's/^( \" version\" : $ENV{npm_config_node_version}\" ).*?\" ,/$1abc\" ,/' package-lock.json ; git add package-lock.json"
7
+ "test" : " tap --coverage test/*.js"
9
8
},
10
9
"keywords" : [
11
10
" wide" ,
21
20
"type" : " git" ,
22
21
"url" : " https://github.com/iarna/wide-align"
23
22
},
23
+ "//" : " But not version 5 of string-width, as that's ESM only" ,
24
24
"dependencies" : {
25
- "string-width" : " ^1.0.2 || 2"
25
+ "string-width" : " ^1.0.2 || 2 || 3 || 4 "
26
26
},
27
27
"devDependencies" : {
28
- "tap" : " 10 || 11 || 12 "
28
+ "tap" : " * "
29
29
},
30
30
"files" : [
31
31
" align.js"
Original file line number Diff line number Diff line change @@ -10119,12 +10119,12 @@
10119
10119
"dev": true
10120
10120
},
10121
10121
"node_modules/wide-align": {
10122
- "version": "1.1.3 ",
10123
- "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3 .tgz",
10124
- "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA ==",
10122
+ "version": "1.1.5 ",
10123
+ "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5 .tgz",
10124
+ "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg ==",
10125
10125
"inBundle": true,
10126
10126
"dependencies": {
10127
- "string-width": "^1.0.2 || 2"
10127
+ "string-width": "^1.0.2 || 2 || 3 || 4 "
10128
10128
}
10129
10129
},
10130
10130
"node_modules/word-wrap": {
@@ -18455,11 +18455,11 @@
18455
18455
"dev": true
18456
18456
},
18457
18457
"wide-align": {
18458
- "version": "1.1.3 ",
18459
- "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3 .tgz",
18460
- "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA ==",
18458
+ "version": "1.1.5 ",
18459
+ "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5 .tgz",
18460
+ "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg ==",
18461
18461
"requires": {
18462
- "string-width": "^1.0.2 || 2"
18462
+ "string-width": "^1.0.2 || 2 || 3 || 4 "
18463
18463
}
18464
18464
},
18465
18465
"word-wrap": {
You can’t perform that action at this time.
0 commit comments