package.json
2.89 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"_args": [
[
{
"raw": "winston@^2.3.1",
"scope": null,
"escapedName": "winston",
"name": "winston",
"rawSpec": "^2.3.1",
"spec": ">=2.3.1 <3.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "winston@>=2.3.1 <3.0.0",
"_id": "winston@2.4.0",
"_inCache": true,
"_location": "/winston",
"_nodeVersion": "6.10.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/winston-2.4.0.tgz_1506920353218_0.3485619300045073"
},
"_npmUser": {
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "winston@^2.3.1",
"scope": null,
"escapedName": "winston",
"name": "winston",
"rawSpec": "^2.3.1",
"spec": ">=2.3.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/winston/-/winston-2.4.0.tgz",
"_shasum": "808050b93d52661ed9fb6c26b3f0c826708b0aee",
"_shrinkwrap": null,
"_spec": "winston@^2.3.1",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/winstonjs/winston/issues"
},
"dependencies": {
"async": "~1.0.0",
"colors": "1.0.x",
"cycle": "1.0.x",
"eyes": "0.1.x",
"isstream": "0.1.x",
"stack-trace": "0.0.x"
},
"description": "A multi-transport async logging library for Node.js",
"devDependencies": {
"cross-spawn-async": "^2.0.0",
"hock": "1.x.x",
"std-mocks": "~1.0.0",
"vows": "0.7.x"
},
"directories": {},
"dist": {
"shasum": "808050b93d52661ed9fb6c26b3f0c826708b0aee",
"tarball": "https://registry.npmjs.org/winston/-/winston-2.4.0.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"gitHead": "ffe883e4c8e467e543eda2e0673370f176bd5eb7",
"homepage": "https://github.com/winstonjs/winston#readme",
"keywords": [
"winston",
"logging",
"sysadmin",
"tools"
],
"license": "MIT",
"main": "./lib/winston",
"maintainers": [
{
"name": "chjj",
"email": "chjjeffrey@gmail.com"
},
{
"name": "jcrugzz",
"email": "jcrugzz@gmail.com"
},
{
"name": "pose",
"email": "albertopose@gmail.com"
},
{
"name": "v1",
"email": "npm@3rd-Eden.com"
},
{
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
},
{
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
}
],
"name": "winston",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/winstonjs/winston.git"
},
"scripts": {
"test": "vows --spec --isolate"
},
"version": "2.4.0"
}