aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulplog/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/gulplog/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
node_modules
Diffstat (limited to 'node_modules/gulplog/package.json')
-rw-r--r--node_modules/gulplog/package.json99
1 files changed, 16 insertions, 83 deletions
diff --git a/node_modules/gulplog/package.json b/node_modules/gulplog/package.json
index 7c4bc2b13..047bc7c0f 100644
--- a/node_modules/gulplog/package.json
+++ b/node_modules/gulplog/package.json
@@ -1,101 +1,34 @@
{
- "_args": [
- [
- {
- "raw": "gulplog@^1.0.0",
- "scope": null,
- "escapedName": "gulplog",
- "name": "gulplog",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util"
- ]
- ],
- "_from": "gulplog@>=1.0.0 <2.0.0",
- "_id": "gulplog@1.0.0",
- "_inCache": true,
- "_location": "/gulplog",
- "_nodeVersion": "0.10.36",
- "_npmUser": {
- "name": "phated",
- "email": "blaine@iceddev.com"
- },
- "_npmVersion": "2.14.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "gulplog@^1.0.0",
- "scope": null,
- "escapedName": "gulplog",
- "name": "gulplog",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
+ "name": "gulplog",
+ "version": "1.0.0",
+ "description": "Logger for gulp and gulp plugins",
+ "author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com)",
+ "contributors": [],
+ "repository": "gulpjs/gulplog",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.10"
},
- "_requiredBy": [
- "/gulp-util"
+ "main": "index.js",
+ "files": [
+ "LICENSE",
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
- "_shasum": "e28c4d45d05ecbbed818363ce8f9c5926229ffe5",
- "_shrinkwrap": null,
- "_spec": "gulplog@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util",
- "author": {
- "name": "Blaine Bublitz",
- "email": "blaine@iceddev.com",
- "url": "http://iceddev.com"
- },
- "bugs": {
- "url": "https://github.com/gulpjs/gulplog/issues"
+ "scripts": {
+ "test": "eslint index.js && jscs index.js"
},
- "contributors": [],
"dependencies": {
"glogg": "^1.0.0"
},
- "description": "Logger for gulp and gulp plugins",
"devDependencies": {
"eslint": "^1.5.1",
"eslint-config-node-style-guide": "^1.0.1",
"jscs": "^2.1.1"
},
- "directories": {},
- "dist": {
- "shasum": "e28c4d45d05ecbbed818363ce8f9c5926229ffe5",
- "tarball": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "files": [
- "LICENSE",
- "index.js"
- ],
- "gitHead": "c920ad89da5a8f3724d35c83b6cbd8e132dada2b",
- "homepage": "https://github.com/gulpjs/gulplog#readme",
"keywords": [
"gulp",
"gulp-util",
"log",
"logging"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "phated",
- "email": "blaine@iceddev.com"
- }
- ],
- "name": "gulplog",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gulpjs/gulplog.git"
- },
- "scripts": {
- "test": "eslint index.js && jscs index.js"
- },
- "version": "1.0.0"
+ ]
}