Skip to content

Commit

Permalink
deps: wide-align@1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Feb 1, 2022
1 parent b7ba444 commit 3d41447
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
Empty file modified node_modules/wide-align/LICENSE
100644 → 100755
Empty file.
Empty file modified node_modules/wide-align/align.js
100644 → 100755
Empty file.
10 changes: 5 additions & 5 deletions node_modules/wide-align/package.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "wide-align",
"version": "1.1.3",
"version": "1.1.5",
"description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
"main": "align.js",
"scripts": {
"test": "tap --coverage test/*.js",
"version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
"test": "tap --coverage test/*.js"
},
"keywords": [
"wide",
Expand All @@ -21,11 +20,12 @@
"type": "git",
"url": "https://github.com/iarna/wide-align"
},
"//": "But not version 5 of string-width, as that's ESM only",
"dependencies": {
"string-width": "^1.0.2 || 2"
"string-width": "^1.0.2 || 2 || 3 || 4"
},
"devDependencies": {
"tap": "10 || 11 || 12"
"tap": "*"
},
"files": [
"align.js"
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10119,12 +10119,12 @@
"dev": true
},
"node_modules/wide-align": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
"integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
"inBundle": true,
"dependencies": {
"string-width": "^1.0.2 || 2"
"string-width": "^1.0.2 || 2 || 3 || 4"
}
},
"node_modules/word-wrap": {
Expand Down Expand Up @@ -18455,11 +18455,11 @@
"dev": true
},
"wide-align": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
"integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
"requires": {
"string-width": "^1.0.2 || 2"
"string-width": "^1.0.2 || 2 || 3 || 4"
}
},
"word-wrap": {
Expand Down

0 comments on commit 3d41447

Please sign in to comment.