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/strip-ansi/package.json')
-rw-r--r--node_modules/strip-ansi/package.json28
1 files changed, 13 insertions, 15 deletions
diff --git a/node_modules/strip-ansi/package.json b/node_modules/strip-ansi/package.json
index 659626834..b64694606 100644
--- a/node_modules/strip-ansi/package.json
+++ b/node_modules/strip-ansi/package.json
@@ -1,38 +1,36 @@
{
- "_from": "strip-ansi@3.0.1",
+ "_from": "strip-ansi@^3.0.1",
"_id": "strip-ansi@3.0.1",
"_inBundle": false,
"_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"_location": "/strip-ansi",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "strip-ansi@3.0.1",
+ "raw": "strip-ansi@^3.0.1",
"name": "strip-ansi",
"escapedName": "strip-ansi",
- "rawSpec": "3.0.1",
+ "rawSpec": "^3.0.1",
"saveSpec": null,
- "fetchSpec": "3.0.1"
+ "fetchSpec": "^3.0.1"
},
"_requiredBy": [
- "#USER",
- "/",
+ "/@iarna/cli/cliui",
+ "/@iarna/cli/cliui/string-width",
+ "/@iarna/cli/wrap-ansi",
+ "/@iarna/cli/wrap-ansi/string-width",
"/babel-code-frame/chalk",
"/cli-columns",
- "/cli-table2/string-width",
"/columnify",
"/gauge",
- "/gauge/string-width",
- "/unicode-length",
- "/wide-align/string-width",
- "/wrap-ansi",
- "/wrap-ansi/string-width"
+ "/string-width",
+ "/unicode-length"
],
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf",
- "_spec": "strip-ansi@3.0.1",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "strip-ansi@^3.0.1",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/gauge",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",