summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npmlog/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npmlog/package.json')
-rw-r--r--deps/npm/node_modules/npmlog/package.json91
1 files changed, 24 insertions, 67 deletions
diff --git a/deps/npm/node_modules/npmlog/package.json b/deps/npm/node_modules/npmlog/package.json
index bab110a08e..3f75af0844 100644
--- a/deps/npm/node_modules/npmlog/package.json
+++ b/deps/npm/node_modules/npmlog/package.json
@@ -1,109 +1,66 @@
{
- "_args": [
- [
- {
- "raw": "npmlog@4.0.2",
- "scope": null,
- "escapedName": "npmlog",
- "name": "npmlog",
- "rawSpec": "4.0.2",
- "spec": "4.0.2",
- "type": "version"
- },
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "npmlog@4.0.2",
- "_id": "npmlog@4.0.2",
- "_inCache": true,
+ "_from": "npmlog@latest",
+ "_id": "npmlog@4.1.0",
+ "_integrity": "sha512-ocolIkZYZt8UveuiDS0yAkkIjid1o7lPG8cYm05yNYzBn8ykQtaiPMEGp8fY9tKdDgm8okpdKzkvu1y9hUYugA==",
"_location": "/npmlog",
- "_nodeVersion": "7.2.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/npmlog-4.0.2.tgz_1481572338217_0.2948465726803988"
- },
- "_npmUser": {
- "name": "othiym23",
- "email": "ogd@aoaioxxysz.net"
- },
- "_npmVersion": "4.0.5",
"_phantomChildren": {
- "aproba": "1.0.4",
+ "aproba": "1.1.1",
"has-unicode": "2.0.1",
- "readable-stream": "2.2.2",
+ "readable-stream": "2.2.9",
"strip-ansi": "3.0.1"
},
"_requested": {
- "raw": "npmlog@4.0.2",
- "scope": null,
- "escapedName": "npmlog",
+ "type": "tag",
+ "registry": true,
+ "raw": "npmlog@latest",
"name": "npmlog",
- "rawSpec": "4.0.2",
- "spec": "4.0.2",
- "type": "version"
+ "escapedName": "npmlog",
+ "rawSpec": "latest",
+ "saveSpec": null,
+ "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",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "npmlog@latest",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
+ "bin": null,
"bugs": {
"url": "https://github.com/npm/npmlog/issues"
},
+ "bundleDependencies": false,
"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"
- },
- "directories": {},
- "dist": {
- "shasum": "d03950e0e78ce1527ba26d2a7592e9348ac3e75f",
- "tarball": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz"
+ "tap": "~5.7.3"
},
"files": [
"log.js"
],
- "gitHead": "a3b7aed07790b674aa1fecfc81a61481abeaf882",
"homepage": "https://github.com/npm/npmlog#readme",
"license": "ISC",
"main": "log.js",
- "maintainers": [
- {
- "name": "iarna",
- "email": "me@re-becca.org"
- },
- {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- {
- "name": "othiym23",
- "email": "ogd@aoaioxxysz.net"
- },
- {
- "name": "zkat",
- "email": "kat@sykosomatic.org"
- }
- ],
"name": "npmlog",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/npmlog.git"
@@ -111,5 +68,5 @@
"scripts": {
"test": "standard && tap test/*.js"
},
- "version": "4.0.2"
+ "version": "4.1.0"
}