Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/wide-align/package.json')
-rw-r--r--node_modules/wide-align/package.json21
1 files changed, 9 insertions, 12 deletions
diff --git a/node_modules/wide-align/package.json b/node_modules/wide-align/package.json
index 2e86207a3..bffea7a93 100644
--- a/node_modules/wide-align/package.json
+++ b/node_modules/wide-align/package.json
@@ -1,13 +1,10 @@
{
"_from": "wide-align@^1.1.0",
- "_id": "wide-align@1.1.2",
+ "_id": "wide-align@1.1.3",
"_inBundle": false,
- "_integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==",
+ "_integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
"_location": "/wide-align",
- "_phantomChildren": {
- "code-point-at": "1.1.0",
- "number-is-nan": "1.0.1"
- },
+ "_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
@@ -21,10 +18,10 @@
"_requiredBy": [
"/gauge"
],
- "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz",
- "_shasum": "571e0f1b0604636ebc0dfc21b0339bbe31341710",
+ "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
+ "_shasum": "ae074e6bdc0c14a431e804e624549c633b000457",
"_spec": "wide-align@^1.1.0",
- "_where": "/Users/rebecca/code/npm/node_modules/gauge",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/gauge",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
@@ -35,12 +32,12 @@
},
"bundleDependencies": false,
"dependencies": {
- "string-width": "^1.0.2"
+ "string-width": "^1.0.2 || 2"
},
"deprecated": false,
"description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
"devDependencies": {
- "tap": "^10.3.2"
+ "tap": "10 || 11 || 12"
},
"files": [
"align.js"
@@ -65,5 +62,5 @@
"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"
},
- "version": "1.1.2"
+ "version": "1.1.3"
}