package.json
1.59 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
{
"_args": [
[
"electron@8.2.0",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_development": true,
"_from": "electron@8.2.0",
"_id": "electron@8.2.0",
"_inBundle": false,
"_integrity": "sha512-mnV43gKCrCUMHLmGws/DU/l8LhaxrFD53A4ofwtthdCqOZWGIdk1+eMphiVumXR5a3lC64XVvmXQ2k28i7F/zw==",
"_location": "/electron",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "electron@8.2.0",
"name": "electron",
"escapedName": "electron",
"rawSpec": "8.2.0",
"saveSpec": null,
"fetchSpec": "8.2.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/electron/-/electron-8.2.0.tgz",
"_spec": "8.2.0",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": {
"name": "Electron Community"
},
"bin": {
"electron": "cli.js"
},
"bugs": {
"url": "https://github.com/electron/electron/issues"
},
"dependencies": {
"@electron/get": "^1.0.1",
"@types/node": "^12.0.12",
"extract-zip": "^1.0.3"
},
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"engines": {
"node": ">= 8.6"
},
"homepage": "https://github.com/electron/electron#readme",
"keywords": [
"electron"
],
"license": "MIT",
"main": "index.js",
"name": "electron",
"repository": {
"type": "git",
"url": "git+https://github.com/electron/electron.git"
},
"scripts": {
"postinstall": "node install.js"
},
"types": "electron.d.ts",
"version": "8.2.0"
}