package.json
2.61 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
{
"_args": [
[
{
"raw": "koa-morgan@^1.0.1",
"scope": null,
"escapedName": "koa-morgan",
"name": "koa-morgan",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "koa-morgan@>=1.0.1 <2.0.0",
"_id": "koa-morgan@1.0.1",
"_inCache": true,
"_location": "/koa-morgan",
"_nodeVersion": "5.3.0",
"_npmUser": {
"name": "fundon",
"email": "cfddream@gmail.com"
},
"_npmVersion": "3.5.2",
"_phantomChildren": {},
"_requested": {
"raw": "koa-morgan@^1.0.1",
"scope": null,
"escapedName": "koa-morgan",
"name": "koa-morgan",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/koa-morgan/-/koa-morgan-1.0.1.tgz",
"_shasum": "08052e0ce0d839d3c43178b90a5bb3424bef1f99",
"_shrinkwrap": null,
"_spec": "koa-morgan@^1.0.1",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"author": {
"name": "Fangdun Cai",
"email": "cfddream@gmail.com"
},
"bugs": {
"url": "https://github.com/koa-modules/morgan/issues"
},
"dependencies": {
"morgan": "^1.6.1"
},
"description": "HTTP request logger middleware for koa",
"devDependencies": {
"co": "^4.x",
"isparta": "^4.x",
"koa": "next",
"mocha": "^2.x",
"power-assert": "^1.x",
"split": "^1.x",
"supertest": "^1.x"
},
"directories": {},
"dist": {
"shasum": "08052e0ce0d839d3c43178b90a5bb3424bef1f99",
"tarball": "https://registry.npmjs.org/koa-morgan/-/koa-morgan-1.0.1.tgz"
},
"enignes": {
"node": ">= 4"
},
"files": [
"History.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "ccefe9263e22e11f796f1fee267ad6491d2f14d0",
"homepage": "https://github.com/koa-modules/morgan#readme",
"keywords": [
"logger",
"morgan"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "fundon",
"email": "cfddream@gmail.com"
}
],
"name": "koa-morgan",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/koa-modules/morgan.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks",
"test-ci": "isparta cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/*.js",
"test-cov": "isparta cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/*.js"
},
"version": "1.0.1"
}