package.json
1.99 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
{
"_args": [
[
"express-error-handler@1.1.0",
"/Users/hyunyeong/Desktop/WhereUr/WhereUR"
]
],
"_from": "express-error-handler@1.1.0",
"_id": "express-error-handler@1.1.0",
"_inBundle": false,
"_integrity": "sha1-/y7bH+3PyrHmAcYKqzVUmC8fZJc=",
"_location": "/express-error-handler",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "express-error-handler@1.1.0",
"name": "express-error-handler",
"escapedName": "express-error-handler",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/express-error-handler/-/express-error-handler-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/Users/hyunyeong/Desktop/WhereUr/WhereUR",
"author": {
"name": "Eric Elliott"
},
"bugs": {
"url": "https://github.com/dilvie/express-error-handler/issues"
},
"dependencies": {
"mout": "0.12.0"
},
"description": "A graceful error handler for Express applications.",
"devDependencies": {
"bunyan-request-logger": "1.0.2",
"connect-cache-control": "1.0.0",
"express": "^4.9.8",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "1.0.0",
"restify": "4.0.4",
"supertest": "1.2.0",
"tape": "4.5.1",
"through": "~2.3.4",
"updtr": "0.1.7",
"watch": "0.17.1"
},
"homepage": "https://github.com/dilvie/express-error-handler#readme",
"keywords": [
"error",
"errors",
"handling",
"handler",
"express",
"connect"
],
"license": "MIT",
"main": "error-handler.js",
"name": "express-error-handler",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dilvie/express-error-handler.git"
},
"scripts": {
"latest": "updtr",
"lint": "grunt hint",
"pretest": "npm run -s lint",
"start-example": "node examples/app.js | bunyan",
"test": "node ./test/runtests.js",
"watch": "watch 'clear && npm run -s test' ."
},
"version": "1.1.0"
}