forked from backtrace-labs/backtrace-morgue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.45 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
55
56
57
58
59
60
61
{
"name": "backtrace-morgue",
"version": "1.21.4",
"description": "command line interface to the Backtrace object store",
"main": "./lib/coroner.js",
"keywords": [
"backtrace",
"crashes",
"post-mortem",
"debugging"
],
"repository": {
"type": "git",
"url": "git+https://github.com/backtrace-labs/backtrace-morgue.git"
},
"author": "Backtrace <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/backtrace-labs/backtrace-morgue/issues"
},
"homepage": "https://github.com/backtrace-labs/backtrace-morgue#readme",
"dependencies": {
"axios": "^0.21.2",
"babel-core": "^6.26.0",
"backtrace-node": "^1.2.0",
"btoa": "^1.1.2",
"chalk": "^4.1.2",
"chrono-node": "^2.2.4",
"clone": "^2.1.0",
"csv-writer": "^1.6.0",
"extsprintf": "^1.3.0",
"ip": "^1.1.4",
"minimist": "^1.2.5",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"printf": "^0.6.1",
"prompt": "^1.0.0",
"request": "^2.88.2",
"slack-node": "^0.1.8",
"streamsink": "^1.2.0",
"sync-request": "^5.0.0",
"table": "^4.0.1",
"time-ago": "^0.2.1",
"url-join": "^4.0.1"
},
"preferGlobal": true,
"bin": {
"morgue": "./bin/morgue.js"
},
"devDependencies": {
"babel-preset-env": "^1.1.8",
"del": "^3.0.0",
"eslint": "^7.12.1",
"gulp": "^4.0.2",
"gulp-babel": "^7.0.1"
},
"scripts": {
"lint": "eslint"
}
}