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
{
"_from": "electron",
"_id": "electron@1.8.2",
"_inBundle": false,
"_integrity": "sha512-0TV5Hy92g8ACnPn+PVol6a/2uk+khzmRtWxhah/FcKs6StCytm5hD14QqOdZxEdJN8HljXIVCayN/wJX+0wDiQ==",
"_location": "/electron",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "electron",
"name": "electron",
"escapedName": "electron",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/electron/-/electron-1.8.2.tgz",
"_shasum": "a817cd733c2972b3c7cc4f777caf6e424b88014d",
"_spec": "electron",
"_where": "/home/lab1-24/Toua/node-js-60-2/week05/windowapp",
"author": {
"name": "Electron Community"
},
"bin": {
"electron": "cli.js"
},
"bugs": {
"url": "https://github.com/electron/electron/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/node": "^8.0.24",
"electron-download": "^3.0.1",
"extract-zip": "^1.0.3"
},
"deprecated": false,
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
"home-path": "^0.1.1",
"path-exists": "^2.0.0",
"standard": "^5.4.1"
},
"directories": {
"test": "test"
},
"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": {
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
"postinstall": "node install.js",
"pretest": "npm run cache-clean",
"test": "standard"
},
"types": "electron.d.ts",
"version": "1.8.2"
}