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/string-width/package.json')
-rw-r--r--node_modules/string-width/package.json39
1 files changed, 17 insertions, 22 deletions
diff --git a/node_modules/string-width/package.json b/node_modules/string-width/package.json
index f4dbbf474..b9d6ef782 100644
--- a/node_modules/string-width/package.json
+++ b/node_modules/string-width/package.json
@@ -1,34 +1,28 @@
{
- "_from": "string-width@^2.0.0",
- "_id": "string-width@2.1.1",
+ "_from": "string-width@^1.0.1",
+ "_id": "string-width@1.0.2",
"_inBundle": false,
- "_integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
+ "_integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
"_location": "/string-width",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "string-width@^2.0.0",
+ "raw": "string-width@^1.0.1",
"name": "string-width",
"escapedName": "string-width",
- "rawSpec": "^2.0.0",
+ "rawSpec": "^1.0.1",
"saveSpec": null,
- "fetchSpec": "^2.0.0"
+ "fetchSpec": "^1.0.1"
},
"_requiredBy": [
- "/ansi-align",
- "/boxen",
- "/cli-columns",
- "/cliui",
- "/inquirer",
- "/table",
- "/widest-line",
- "/yargs"
+ "/gauge",
+ "/wide-align"
],
- "_resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
- "_shasum": "ab93f27a8dc13d28cac815c462143a6d9012ae9e",
- "_spec": "string-width@^2.0.0",
- "_where": "/Users/rebecca/code/npm/node_modules/cli-columns",
+ "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
+ "_shasum": "118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3",
+ "_spec": "string-width@^1.0.1",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/gauge",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -39,8 +33,9 @@
},
"bundleDependencies": false,
"dependencies": {
- "is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^4.0.0"
+ "code-point-at": "^1.0.0",
+ "is-fullwidth-code-point": "^1.0.0",
+ "strip-ansi": "^3.0.0"
},
"deprecated": false,
"description": "Get the visual width of a string - the number of columns required to display it",
@@ -49,7 +44,7 @@
"xo": "*"
},
"engines": {
- "node": ">=4"
+ "node": ">=0.10.0"
},
"files": [
"index.js"
@@ -90,5 +85,5 @@
"scripts": {
"test": "xo && ava"
},
- "version": "2.1.1"
+ "version": "1.0.2"
}