package.json
3.15 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
{
"_args": [
[
{
"raw": "winston-daily-rotate-file@^1.4.6",
"scope": null,
"escapedName": "winston-daily-rotate-file",
"name": "winston-daily-rotate-file",
"rawSpec": "^1.4.6",
"spec": ">=1.4.6 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "winston-daily-rotate-file@>=1.4.6 <2.0.0",
"_id": "winston-daily-rotate-file@1.7.2",
"_inCache": true,
"_location": "/winston-daily-rotate-file",
"_nodeVersion": "4.1.2",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/winston-daily-rotate-file-1.7.2.tgz_1506018875637_0.2056701413821429"
},
"_npmUser": {
"name": "mattberther",
"email": "matt@berther.io"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {
"minimist": "0.0.8"
},
"_requested": {
"raw": "winston-daily-rotate-file@^1.4.6",
"scope": null,
"escapedName": "winston-daily-rotate-file",
"name": "winston-daily-rotate-file",
"rawSpec": "^1.4.6",
"spec": ">=1.4.6 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-1.7.2.tgz",
"_shasum": "6502bfa297824fd982da5e5647c7538578d2f9a0",
"_shrinkwrap": null,
"_spec": "winston-daily-rotate-file@^1.4.6",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/winstonjs/winston-daily-rotate-file/issues"
},
"dependencies": {
"mkdirp": "0.5.1"
},
"description": "A transport for winston which logs to a rotating file each day.",
"devDependencies": {
"chai": "3.5.0",
"eslint": "2.10.2",
"eslint-config-xo-space": "0.13.0",
"mocha": "2.4.5",
"moment": "2.13.0",
"rimraf": "2.5.2",
"timekeeper": "^0.1.1"
},
"directories": {},
"dist": {
"shasum": "6502bfa297824fd982da5e5647c7538578d2f9a0",
"tarball": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-1.7.2.tgz"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"node": true,
"mocha": true
}
},
"gitHead": "525a941bf4aac26dc62406874b6d5bf7ecc85829",
"homepage": "https://github.com/winstonjs/winston-daily-rotate-file#readme",
"keywords": [
"winston",
"daily-rotate-file",
"log-rotate",
"logrotate"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
},
{
"name": "mattberther",
"email": "matt@berther.io"
}
],
"name": "winston-daily-rotate-file",
"optionalDependencies": {},
"peerDependencies": {
"winston": "2.x"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/winstonjs/winston-daily-rotate-file.git"
},
"scripts": {
"postversion": "git push && git push --tags && npm publish",
"preversion": "npm test",
"test": "mocha && eslint ."
},
"version": "1.7.2"
}