-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
53 lines (53 loc) · 1.09 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
{
"name": "exception",
"version": "1.0.9",
"description": "Generate heap dumps and detailed output for uncaught exceptions and critical errors",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/observing/exception"
},
"keywords": [
"crash",
"crashes",
"debug",
"debugger",
"debugging",
"development",
"dump",
"err",
"error",
"errors",
"exception",
"exceptional",
"handling",
"fault",
"heap",
"heapdump",
"log",
"logger",
"production",
"panic",
"uncaught",
"uncaughtException"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/observing/exception/issues"
},
"homepage": "https://github.com/observing/exception",
"dependencies": {
"diagnostics": "~1.0.1",
"pruddy-error": "~2.0.0",
"fusing": "~1.0.0",
"heapdump": "0.3.x",
"ini": "1.3.x",
"mkdirp": "0.5.x",
"moduleloadlist": "0.0.x",
"one-time": "0.0.x"
}
}