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/cliui/package.json')
-rw-r--r--node_modules/cliui/package.json49
1 files changed, 26 insertions, 23 deletions
diff --git a/node_modules/cliui/package.json b/node_modules/cliui/package.json
index 2571f5322..f1891851c 100644
--- a/node_modules/cliui/package.json
+++ b/node_modules/cliui/package.json
@@ -1,27 +1,30 @@
{
- "_from": "cliui@^4.0.0",
- "_id": "cliui@4.1.0",
+ "_from": "cliui@^5.0.0",
+ "_id": "cliui@5.0.0",
"_inBundle": false,
- "_integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==",
+ "_integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
"_location": "/cliui",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "emoji-regex": "7.0.3"
+ },
"_requested": {
"type": "range",
"registry": true,
- "raw": "cliui@^4.0.0",
+ "raw": "cliui@^5.0.0",
"name": "cliui",
"escapedName": "cliui",
- "rawSpec": "^4.0.0",
+ "rawSpec": "^5.0.0",
"saveSpec": null,
- "fetchSpec": "^4.0.0"
+ "fetchSpec": "^5.0.0"
},
"_requiredBy": [
+ "/nyc/yargs",
"/yargs"
],
- "_resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz",
- "_shasum": "348422dbe82d800b3022eef4f6ac10bf2e4d1b49",
- "_spec": "cliui@^4.0.0",
- "_where": "/Users/rebecca/code/npm/node_modules/yargs",
+ "_resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
+ "_shasum": "deefcfdb2e800784aa34f46fa08e06851c7bbbc5",
+ "_spec": "cliui@^5.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/yargs",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
@@ -43,23 +46,23 @@
}
},
"dependencies": {
- "string-width": "^2.1.1",
- "strip-ansi": "^4.0.0",
- "wrap-ansi": "^2.0.0"
+ "string-width": "^3.1.0",
+ "strip-ansi": "^5.2.0",
+ "wrap-ansi": "^5.1.0"
},
"deprecated": false,
"description": "easily create complex multi-column command-line-interfaces",
"devDependencies": {
- "chai": "^3.5.0",
- "chalk": "^1.1.2",
- "coveralls": "^2.11.8",
- "mocha": "^3.0.0",
- "nyc": "^10.0.0",
- "standard": "^8.0.0",
- "standard-version": "^3.0.0"
+ "chai": "^4.2.0",
+ "chalk": "^2.4.2",
+ "coveralls": "^3.0.3",
+ "mocha": "^6.0.2",
+ "nyc": "^13.3.0",
+ "standard": "^12.0.1",
+ "standard-version": "^5.0.2"
},
"engine": {
- "node": ">=4"
+ "node": ">=6"
},
"files": [
"index.js"
@@ -95,5 +98,5 @@
"it"
]
},
- "version": "4.1.0"
+ "version": "5.0.0"
}