Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npmlog/package.json')
-rw-r--r--deps/npm/node_modules/npmlog/package.json51
1 files changed, 28 insertions, 23 deletions
diff --git a/deps/npm/node_modules/npmlog/package.json b/deps/npm/node_modules/npmlog/package.json
index a4ddff9891c..153145ab056 100644
--- a/deps/npm/node_modules/npmlog/package.json
+++ b/deps/npm/node_modules/npmlog/package.json
@@ -1,40 +1,45 @@
{
"_args": [
[
- "npmlog@~2.0.0",
+ "npmlog@~2.0.2",
"/Users/rebecca/code/npm"
]
],
- "_from": "npmlog@>=2.0.0 <2.1.0",
- "_id": "npmlog@2.0.2",
+ "_from": "npmlog@>=2.0.2 <2.1.0",
+ "_id": "npmlog@2.0.3",
"_inCache": true,
"_installable": true,
"_location": "/npmlog",
- "_nodeVersion": "5.4.0",
+ "_nodeVersion": "4.2.2",
+ "_npmOperationalInternal": {
+ "host": "packages-13-west.internal.npmjs.com",
+ "tmp": "tmp/npmlog-2.0.3.tgz_1458089035965_0.5096880353521556"
+ },
"_npmUser": {
"email": "me@re-becca.org",
"name": "iarna"
},
- "_npmVersion": "3.6.0",
+ "_npmVersion": "3.8.1",
"_phantomChildren": {
"has-unicode": "2.0.0",
- "readable-stream": "2.0.5"
+ "readable-stream": "2.0.6"
},
"_requested": {
"name": "npmlog",
- "raw": "npmlog@~2.0.0",
- "rawSpec": "~2.0.0",
+ "raw": "npmlog@~2.0.2",
+ "rawSpec": "~2.0.2",
"scope": null,
- "spec": ">=2.0.0 <2.1.0",
+ "spec": ">=2.0.2 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/",
+ "/node-gyp",
"/npm-registry-client"
],
- "_shasum": "d0470238b9697b7c3c4d16bdea65a00b12a464ab",
+ "_shasum": "020f99351f0c02e399c674ba256e7c4d3b3dd298",
"_shrinkwrap": null,
- "_spec": "npmlog@~2.0.0",
+ "_spec": "npmlog@~2.0.2",
"_where": "/Users/rebecca/code/npm",
"author": {
"email": "i@izs.me",
@@ -46,34 +51,34 @@
},
"dependencies": {
"ansi": "~0.3.1",
- "are-we-there-yet": "~1.0.6",
+ "are-we-there-yet": "~1.1.2",
"gauge": "~1.2.5"
},
"description": "logger for npm",
"devDependencies": {
- "tap": "~5.1.2"
+ "tap": "~5.7.0"
},
"directories": {},
"dist": {
- "shasum": "d0470238b9697b7c3c4d16bdea65a00b12a464ab",
- "tarball": "http://registry.npmjs.org/npmlog/-/npmlog-2.0.2.tgz"
+ "shasum": "020f99351f0c02e399c674ba256e7c4d3b3dd298",
+ "tarball": "http://registry.npmjs.org/npmlog/-/npmlog-2.0.3.tgz"
},
- "gitHead": "79dc582bf1ce4d2010454d89738a0a4dbd113be9",
+ "gitHead": "9dfe26296118ceb5443e76f347f256c35e7ca999",
"homepage": "https://github.com/npm/npmlog#readme",
"license": "ISC",
"main": "log.js",
"maintainers": [
{
- "name": "iarna",
- "email": "me@re-becca.org"
+ "email": "me@re-becca.org",
+ "name": "iarna"
},
{
- "name": "isaacs",
- "email": "i@izs.me"
+ "email": "i@izs.me",
+ "name": "isaacs"
},
{
- "name": "othiym23",
- "email": "ogd@aoaioxxysz.net"
+ "email": "ogd@aoaioxxysz.net",
+ "name": "othiym23"
}
],
"name": "npmlog",
@@ -86,5 +91,5 @@
"scripts": {
"test": "tap test/*.js"
},
- "version": "2.0.2"
+ "version": "2.0.3"
}