package.json
1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"_args": [
[
"fancy-log@1.3.2",
"C:\\Users\\Administrator\\Desktop\\gentelella"
]
],
"_development": true,
"_from": "fancy-log@1.3.2",
"_id": "fancy-log@1.3.2",
"_inBundle": false,
"_integrity": "sha1-9BEl49hPLn2JpD0G2VjI94vha+E=",
"_location": "/fancy-log",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fancy-log@1.3.2",
"name": "fancy-log",
"escapedName": "fancy-log",
"rawSpec": "1.3.2",
"saveSpec": null,
"fetchSpec": "1.3.2"
},
"_requiredBy": [
"/gulp-uglify",
"/gulp-util"
],
"_resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.2.tgz",
"_spec": "1.3.2",
"_where": "C:\\Users\\Administrator\\Desktop\\gentelella",
"author": {
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
},
"bugs": {
"url": "https://github.com/js-cli/fancy-log/issues"
},
"contributors": [
{
"name": "Aman Mittal",
"url": "http://amandeepmittal.github.io/"
}
],
"dependencies": {
"ansi-gray": "^0.1.1",
"color-support": "^1.1.3",
"time-stamp": "^1.0.0"
},
"description": "Log things, prefixed with a timestamp",
"devDependencies": {
"@phated/eslint-config-iceddev": "^0.2.1",
"code": "^1.5.0",
"eslint": "^1.3.1",
"eslint-plugin-mocha": "^0.5.1",
"eslint-plugin-react": "^3.3.1",
"lab": "^5.16.0"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js"
],
"homepage": "https://github.com/js-cli/fancy-log#readme",
"keywords": [
"console.log",
"log",
"logger",
"logging",
"pretty",
"timestamp"
],
"license": "MIT",
"main": "index.js",
"name": "fancy-log",
"repository": {
"type": "git",
"url": "git+https://github.com/js-cli/fancy-log.git"
},
"scripts": {
"test": "lab -cvL test.js"
},
"version": "1.3.2"
}