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/ansi-regex/package.json')
-rw-r--r--node_modules/ansi-regex/package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/node_modules/ansi-regex/package.json b/node_modules/ansi-regex/package.json
index 4a2879cf6..78a5b4760 100644
--- a/node_modules/ansi-regex/package.json
+++ b/node_modules/ansi-regex/package.json
@@ -1,28 +1,28 @@
{
- "_from": "ansi-regex@2.1.1",
+ "_from": "ansi-regex@^2.0.0",
"_id": "ansi-regex@2.1.1",
"_inBundle": false,
"_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"_location": "/ansi-regex",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "ansi-regex@2.1.1",
+ "raw": "ansi-regex@^2.0.0",
"name": "ansi-regex",
"escapedName": "ansi-regex",
- "rawSpec": "2.1.1",
+ "rawSpec": "^2.0.0",
"saveSpec": null,
- "fetchSpec": "2.1.1"
+ "fetchSpec": "^2.0.0"
},
"_requiredBy": [
- "#USER",
- "/"
+ "/has-ansi",
+ "/strip-ansi"
],
"_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"_shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df",
- "_spec": "ansi-regex@2.1.1",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "ansi-regex@^2.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/strip-ansi",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",