summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/string-width/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/string-width/package.json')
-rw-r--r--tools/eslint/node_modules/string-width/package.json29
1 files changed, 17 insertions, 12 deletions
diff --git a/tools/eslint/node_modules/string-width/package.json b/tools/eslint/node_modules/string-width/package.json
index 9a200671bc..cb8d773631 100644
--- a/tools/eslint/node_modules/string-width/package.json
+++ b/tools/eslint/node_modules/string-width/package.json
@@ -14,16 +14,20 @@
]
],
"_from": "string-width@>=1.0.1 <2.0.0",
- "_id": "string-width@1.0.1",
+ "_id": "string-width@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/string-width",
- "_nodeVersion": "0.12.5",
+ "_nodeVersion": "4.4.5",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/string-width-1.0.2.tgz_1471188233009_0.6573935742489994"
+ },
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
- "_npmVersion": "2.11.2",
+ "_npmVersion": "2.15.5",
"_phantomChildren": {},
"_requested": {
"raw": "string-width@^1.0.1",
@@ -38,8 +42,8 @@
"/inquirer",
"/table"
],
- "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.1.tgz",
- "_shasum": "c92129b6f1d7f52acf9af424a26e3864a05ceb0a",
+ "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
+ "_shasum": "118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3",
"_shrinkwrap": null,
"_spec": "string-width@^1.0.1",
"_where": "/Users/trott/io.js/tools/node_modules/inquirer",
@@ -58,12 +62,13 @@
},
"description": "Get the visual width of a string - the number of columns required to display it",
"devDependencies": {
- "ava": "0.0.4"
+ "ava": "*",
+ "xo": "*"
},
"directories": {},
"dist": {
- "shasum": "c92129b6f1d7f52acf9af424a26e3864a05ceb0a",
- "tarball": "http://registry.npmjs.org/string-width/-/string-width-1.0.1.tgz"
+ "shasum": "118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3",
+ "tarball": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz"
},
"engines": {
"node": ">=0.10.0"
@@ -71,8 +76,8 @@
"files": [
"index.js"
],
- "gitHead": "f279cfd14835f0a3c8df69ba18e9a3960156e135",
- "homepage": "https://github.com/sindresorhus/string-width",
+ "gitHead": "282cf3d53918a92cc3ee0778dcf938039bcbc47b",
+ "homepage": "https://github.com/sindresorhus/string-width#readme",
"keywords": [
"string",
"str",
@@ -114,7 +119,7 @@
"url": "git+https://github.com/sindresorhus/string-width.git"
},
"scripts": {
- "test": "node test.js"
+ "test": "xo && ava"
},
- "version": "1.0.1"
+ "version": "1.0.2"
}