forked from nearform/autopsy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.24 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": "autopsy",
"version": "0.6.1",
"description": "dissect dead node service core dumps with mdb via a smart os vm",
"preferGlobal": true,
"files": [
"cmd.js",
"Readme.md",
"banner.txt",
"bin",
"lib"
],
"bin": {
"autopsy": "./cmd.js"
},
"author": "David Mark Clements",
"license": "MIT",
"dependencies": {
"commist": "^1.0.0",
"confirm-simple": "^1.0.3",
"debug": "^2.2.0",
"end-of-stream": "^1.1.0",
"fast-download": "^0.3.5",
"keypress": "^0.2.1",
"positive": "^1.0.3",
"pretty-bytes": "^2.0.1",
"proc-cpuinfo": "^1.0.0",
"progress-stream": "^1.1.1",
"scp2": "^0.2.2",
"single-line-log": "^1.0.1",
"split": "^1.0.0",
"ssh-connect-prompt": "0.0.2",
"ssh2": "^0.4.12",
"tar-stream": "^1.3.1",
"through2": "^2.0.0",
"vboxmanage": "github:davidmarkclements/node-vboxmanage",
"which": "^1.2.0",
"yn": "^1.2.0"
},
"directories": {
"example": "example"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/nearform/autopsy.git"
},
"bugs": {
"url": "https://github.com/nearform/autopsy/issues"
},
"homepage": "https://github.com/nearform/autopsy#readme",
"scripts": {}
}