summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/node_modules/npmlog/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-registry-client/node_modules/npmlog/package.json')
-rw-r--r--deps/npm/node_modules/npm-registry-client/node_modules/npmlog/package.json113
1 files changed, 113 insertions, 0 deletions
diff --git a/deps/npm/node_modules/npm-registry-client/node_modules/npmlog/package.json b/deps/npm/node_modules/npm-registry-client/node_modules/npmlog/package.json
new file mode 100644
index 0000000000..a66e8ce1c4
--- /dev/null
+++ b/deps/npm/node_modules/npm-registry-client/node_modules/npmlog/package.json
@@ -0,0 +1,113 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "npmlog@~2.0.0 || ~3.1.0",
+ "scope": null,
+ "escapedName": "npmlog",
+ "name": "npmlog",
+ "rawSpec": "~2.0.0 || ~3.1.0",
+ "spec": ">=2.0.0 <2.1.0||>=3.1.0 <3.2.0",
+ "type": "range"
+ },
+ "/Users/zkat/Documents/code/npm/node_modules/npm-registry-client"
+ ]
+ ],
+ "_from": "npmlog@>=2.0.0 <2.1.0||>=3.1.0 <3.2.0",
+ "_id": "npmlog@3.1.2",
+ "_inCache": true,
+ "_location": "/npm-registry-client/npmlog",
+ "_nodeVersion": "4.4.0",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/npmlog-3.1.2.tgz_1466073052641_0.36111341998912394"
+ },
+ "_npmUser": {
+ "name": "iarna",
+ "email": "me@re-becca.org"
+ },
+ "_npmVersion": "3.9.6",
+ "_phantomChildren": {
+ "aproba": "1.0.4",
+ "has-unicode": "2.0.1",
+ "readable-stream": "2.1.4",
+ "strip-ansi": "3.0.1"
+ },
+ "_requested": {
+ "raw": "npmlog@~2.0.0 || ~3.1.0",
+ "scope": null,
+ "escapedName": "npmlog",
+ "name": "npmlog",
+ "rawSpec": "~2.0.0 || ~3.1.0",
+ "spec": ">=2.0.0 <2.1.0||>=3.1.0 <3.2.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/npm-registry-client"
+ ],
+ "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-3.1.2.tgz",
+ "_shasum": "2d46fa874337af9498a2f12bb43d8d0be4a36873",
+ "_shrinkwrap": null,
+ "_spec": "npmlog@~2.0.0 || ~3.1.0",
+ "_where": "/Users/zkat/Documents/code/npm/node_modules/npm-registry-client",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me/"
+ },
+ "bugs": {
+ "url": "https://github.com/npm/npmlog/issues"
+ },
+ "dependencies": {
+ "are-we-there-yet": "~1.1.2",
+ "console-control-strings": "~1.1.0",
+ "gauge": "~2.6.0",
+ "set-blocking": "~2.0.0"
+ },
+ "description": "logger for npm",
+ "devDependencies": {
+ "standard": "~7.1.2",
+ "tap": "~5.7.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "2d46fa874337af9498a2f12bb43d8d0be4a36873",
+ "tarball": "https://registry.npmjs.org/npmlog/-/npmlog-3.1.2.tgz"
+ },
+ "files": [
+ "log.js"
+ ],
+ "gitHead": "444e237743fa1339cb91bea2d3f16f710be56984",
+ "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!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/npmlog.git"
+ },
+ "scripts": {
+ "test": "standard && tap test/*.js"
+ },
+ "version": "3.1.2"
+}