Initial commit
[yaffs-website] / node_modules / gulplog / package.json
1 {
2   "_args": [
3     [
4       "gulplog@^1.0.0",
5       "/var/www/yaffs/node_modules/gulp-util"
6     ]
7   ],
8   "_from": "gulplog@>=1.0.0 <2.0.0",
9   "_id": "gulplog@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/gulplog",
13   "_nodeVersion": "0.10.36",
14   "_npmUser": {
15     "email": "blaine@iceddev.com",
16     "name": "phated"
17   },
18   "_npmVersion": "2.14.3",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "gulplog",
22     "raw": "gulplog@^1.0.0",
23     "rawSpec": "^1.0.0",
24     "scope": null,
25     "spec": ">=1.0.0 <2.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/gulp-util"
30   ],
31   "_resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
32   "_shasum": "e28c4d45d05ecbbed818363ce8f9c5926229ffe5",
33   "_shrinkwrap": null,
34   "_spec": "gulplog@^1.0.0",
35   "_where": "/var/www/yaffs/node_modules/gulp-util",
36   "author": {
37     "email": "blaine@iceddev.com",
38     "name": "Blaine Bublitz",
39     "url": "http://iceddev.com"
40   },
41   "bugs": {
42     "url": "https://github.com/gulpjs/gulplog/issues"
43   },
44   "contributors": [],
45   "dependencies": {
46     "glogg": "^1.0.0"
47   },
48   "description": "Logger for gulp and gulp plugins",
49   "devDependencies": {
50     "eslint": "^1.5.1",
51     "eslint-config-node-style-guide": "^1.0.1",
52     "jscs": "^2.1.1"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "e28c4d45d05ecbbed818363ce8f9c5926229ffe5",
57     "tarball": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz"
58   },
59   "engines": {
60     "node": ">= 0.10"
61   },
62   "files": [
63     "LICENSE",
64     "index.js"
65   ],
66   "gitHead": "c920ad89da5a8f3724d35c83b6cbd8e132dada2b",
67   "homepage": "https://github.com/gulpjs/gulplog#readme",
68   "keywords": [
69     "gulp",
70     "gulp-util",
71     "log",
72     "logging"
73   ],
74   "license": "MIT",
75   "main": "index.js",
76   "maintainers": [
77     {
78       "name": "phated",
79       "email": "blaine@iceddev.com"
80     }
81   ],
82   "name": "gulplog",
83   "optionalDependencies": {},
84   "readme": "ERROR: No README data found!",
85   "repository": {
86     "type": "git",
87     "url": "git+https://github.com/gulpjs/gulplog.git"
88   },
89   "scripts": {
90     "test": "eslint index.js && jscs index.js"
91   },
92   "version": "1.0.0"
93 }