package.json
2.01 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
{
"_from": "winston-transport@^4.2.0",
"_id": "winston-transport@4.2.0",
"_inBundle": false,
"_integrity": "sha512-0R1bvFqxSlK/ZKTH86nymOuKv/cT1PQBMuDdA7k7f0S9fM44dNH6bXnuxwXPrN8lefJgtZq08BKdyZ0DZIy/rg==",
"_location": "/winston-transport",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "winston-transport@^4.2.0",
"name": "winston-transport",
"escapedName": "winston-transport",
"rawSpec": "^4.2.0",
"saveSpec": null,
"fetchSpec": "^4.2.0"
},
"_requiredBy": [
"/winston"
],
"_resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.2.0.tgz",
"_shasum": "a20be89edf2ea2ca39ba25f3e50344d73e6520e5",
"_spec": "winston-transport@^4.2.0",
"_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\winston",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/winstonjs/winston-transport/issues"
},
"bundleDependencies": false,
"dependencies": {
"readable-stream": "^2.3.6",
"triple-beam": "^1.2.0"
},
"deprecated": false,
"description": "Base stream implementations for winston@3 and up.",
"devDependencies": {
"@types/node": "^10.1.4",
"abstract-winston-transport": ">= 0.3.0",
"assume": "^2.0.1",
"eslint-config-populist": "^4.1.0",
"logform": "^1.4.0",
"mocha": "^5.0.5",
"nyc": "^11.6.0",
"winston-compat": "0.1.0"
},
"engines": {
"node": ">= 6.4.0"
},
"homepage": "https://github.com/winstonjs/winston-transport#readme",
"keywords": [
"winston",
"transport",
"winston3"
],
"license": "MIT",
"main": "index.js",
"name": "winston-transport",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/winstonjs/winston-transport.git"
},
"scripts": {
"lint": "populist config/*.js index.js",
"pretest": "npm run lint",
"report": "nyc report --reporter=lcov",
"test": "nyc mocha test/*.test.js"
},
"version": "4.2.0"
}