summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/package.json')
-rw-r--r--deps/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/package.json25
1 files changed, 10 insertions, 15 deletions
diff --git a/deps/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/package.json b/deps/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/package.json
index e208a8693b..f65eded9c5 100644
--- a/deps/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/package.json
+++ b/deps/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/package.json
@@ -1,7 +1,8 @@
{
"_from": "string-width@^2.0.0",
- "_id": "string-width@2.0.0",
- "_integrity": "sha1-Y1xUNsxypuDDh87KJ41OLuxSaH4=",
+ "_id": "string-width@2.1.0",
+ "_inBundle": false,
+ "_integrity": "sha1-AwZkVh/BRslCPsfZeP4kV0N/5tA=",
"_location": "/update-notifier/boxen/string-width",
"_phantomChildren": {},
"_requested": {
@@ -15,26 +16,25 @@
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
- "/update-notifier/boxen"
+ "/update-notifier/boxen",
+ "/update-notifier/boxen/ansi-align"
],
- "_resolved": "https://registry.npmjs.org/string-width/-/string-width-2.0.0.tgz",
- "_shasum": "635c5436cc72a6e0c387ceca278d4e2eec52687e",
- "_shrinkwrap": null,
+ "_resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.0.tgz",
+ "_shasum": "030664561fc146c9423ec7d978fe2457437fe6d0",
"_spec": "string-width@^2.0.0",
- "_where": "/Users/zkat/Documents/code/npm/node_modules/update-notifier/node_modules/boxen",
+ "_where": "/Users/rebecca/code/npm/node_modules/update-notifier/node_modules/boxen",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bin": null,
"bugs": {
"url": "https://github.com/sindresorhus/string-width/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^3.0.0"
+ "strip-ansi": "^4.0.0"
},
"deprecated": false,
"description": "Get the visual width of a string - the number of columns required to display it",
@@ -77,8 +77,6 @@
],
"license": "MIT",
"name": "string-width",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/string-width.git"
@@ -86,8 +84,5 @@
"scripts": {
"test": "xo && ava"
},
- "version": "2.0.0",
- "xo": {
- "esnext": true
- }
+ "version": "2.1.0"
}