-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
54 lines (54 loc) · 1.18 KB
/
package.json
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
{
"name": "bunyan-request-logger",
"version": "2.1.0",
"description": "Automated request logging connect middleware for Express. Powered by Bunyan.",
"main": "request-logger.js",
"directories": {
"example": "examples"
},
"dependencies": {
"bunyan": "1.8.12",
"cuid": "2.1.8",
"lodash": "4.17.15",
"snyk": "1.296.1"
},
"devDependencies": {
"connect-cache-control": "1.0.0",
"express": "4.17.1",
"express-error-handler": "1.1.0",
"grunt": "1.0.4",
"grunt-contrib-jshint": "1.1.0",
"mocha": "5.2.0",
"should": "13.2.3",
"sinon": "1.17.7",
"supertest": "3.4.2",
"updtr": "2.0.0"
},
"scripts": {
"test": "mocha --recursive --reporter spec ./test",
"update": "updtr",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "[email protected]:ericelliott/bunyan-request-logger.git"
},
"keywords": [
"logging",
"request",
"logger",
"request",
"response",
"connect",
"middleware",
"logging",
"middleware",
"bunyan",
"log",
"requests"
],
"author": "Eric Elliott",
"license": "MIT",
"snyk": true
}