File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " wide-align" ,
3- "version" : " 1.1.3 " ,
3+ "version" : " 1.1.5 " ,
44 "description" : " A wide-character aware text alignment function for use on the console or with fixed width fonts." ,
55 "main" : " align.js" ,
66 "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"
98 },
109 "keywords" : [
1110 " wide" ,
2120 "type" : " git" ,
2221 "url" : " https://github.com/iarna/wide-align"
2322 },
23+ "//" : " But not version 5 of string-width, as that's ESM only" ,
2424 "dependencies" : {
25- "string-width" : " ^1.0.2 || 2"
25+ "string-width" : " ^1.0.2 || 2 || 3 || 4 "
2626 },
2727 "devDependencies" : {
28- "tap" : " 10 || 11 || 12 "
28+ "tap" : " * "
2929 },
3030 "files" : [
3131 " align.js"
Original file line number Diff line number Diff line change @@ -10119,12 +10119,12 @@
1011910119 "dev": true
1012010120 },
1012110121 "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 ==",
1012510125 "inBundle": true,
1012610126 "dependencies": {
10127- "string-width": "^1.0.2 || 2"
10127+ "string-width": "^1.0.2 || 2 || 3 || 4 "
1012810128 }
1012910129 },
1013010130 "node_modules/word-wrap": {
@@ -18455,11 +18455,11 @@
1845518455 "dev": true
1845618456 },
1845718457 "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 ==",
1846118461 "requires": {
18462- "string-width": "^1.0.2 || 2"
18462+ "string-width": "^1.0.2 || 2 || 3 || 4 "
1846318463 }
1846418464 },
1846518465 "word-wrap": {
You can’t perform that action at this time.
0 commit comments