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/npmlog/package.json')
-rw-r--r--node_modules/npmlog/package.json27
1 files changed, 14 insertions, 13 deletions
diff --git a/node_modules/npmlog/package.json b/node_modules/npmlog/package.json
index f2f81a4bd..3f75af084 100644
--- a/node_modules/npmlog/package.json
+++ b/node_modules/npmlog/package.json
@@ -1,7 +1,7 @@
{
- "_from": "npmlog@~4.0.2",
- "_id": "npmlog@4.0.2",
- "_integrity": "sha1-0DlQ4OeM4VJ7om0qdZLpNIrD518=",
+ "_from": "npmlog@latest",
+ "_id": "npmlog@4.1.0",
+ "_integrity": "sha512-ocolIkZYZt8UveuiDS0yAkkIjid1o7lPG8cYm05yNYzBn8ykQtaiPMEGp8fY9tKdDgm8okpdKzkvu1y9hUYugA==",
"_location": "/npmlog",
"_phantomChildren": {
"aproba": "1.1.1",
@@ -10,24 +10,25 @@
"strip-ansi": "3.0.1"
},
"_requested": {
- "type": "range",
+ "type": "tag",
"registry": true,
- "raw": "npmlog@~4.0.2",
+ "raw": "npmlog@latest",
"name": "npmlog",
"escapedName": "npmlog",
- "rawSpec": "~4.0.2",
+ "rawSpec": "latest",
"saveSpec": null,
- "fetchSpec": "~4.0.2"
+ "fetchSpec": "latest"
},
"_requiredBy": [
+ "#USER",
"/",
"/node-gyp",
"/npm-registry-client"
],
- "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz",
- "_shasum": "d03950e0e78ce1527ba26d2a7592e9348ac3e75f",
+ "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.0.tgz",
+ "_shasum": "dc59bee85f64f00ed424efb2af0783df25d1c0b5",
"_shrinkwrap": null,
- "_spec": "npmlog@~4.0.2",
+ "_spec": "npmlog@latest",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
@@ -42,14 +43,14 @@
"dependencies": {
"are-we-there-yet": "~1.1.2",
"console-control-strings": "~1.1.0",
- "gauge": "~2.7.1",
+ "gauge": "~2.7.3",
"set-blocking": "~2.0.0"
},
"deprecated": false,
"description": "logger for npm",
"devDependencies": {
"standard": "~7.1.2",
- "tap": "~5.7.0"
+ "tap": "~5.7.3"
},
"files": [
"log.js"
@@ -67,5 +68,5 @@
"scripts": {
"test": "standard && tap test/*.js"
},
- "version": "4.0.2"
+ "version": "4.1.0"
}