package.json
1.39 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
{
"_from": "winston-express",
"_id": "winston-express@0.1.1",
"_inBundle": false,
"_integrity": "sha1-LjVLbTlLZhWXTz7zpFDLUK0PnYE=",
"_location": "/winston-express",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "winston-express",
"name": "winston-express",
"escapedName": "winston-express",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/winston-express/-/winston-express-0.1.1.tgz",
"_shasum": "2e354b6d394b6615974f3ef3a450cb50ad0f9d81",
"_spec": "winston-express",
"_where": "C:\\Users\\admin\\Documents\\express-project",
"author": {
"name": "Adam Blackburn",
"email": "adam@ifit.com"
},
"bugs": {
"url": "https://github.com/ifit/winston-express/issues"
},
"bundleDependencies": false,
"contributors": {
"name": "Kersten Burkhardt <burkhardt@mhp-net.de>"
},
"dependencies": {
"uglify-js": "~2.x"
},
"deprecated": false,
"description": "Express middleware to let you use winston from the browser.",
"homepage": "https://github.com/ifit/winston-express",
"keywords": [
"winston",
"logging",
"client-log"
],
"main": "index.js",
"name": "winston-express",
"repository": {
"type": "git",
"url": "git://github.com/ifit/winston-express.git"
},
"version": "0.1.1"
}