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
| {
| "_from": "electron@^21.4.4",
| "_id": "electron@21.4.4",
| "_inBundle": false,
| "_integrity": "sha512-N5O7y7Gtt7mDgkJLkW49ETiT8M3myZ9tNIEvGTKhpBduX4WdgMj6c3hYeYBD6XW7SvbRkWEQaTl25RNday8Xpw==",
| "_location": "/electron",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "electron@^21.4.4",
| "name": "electron",
| "escapedName": "electron",
| "rawSpec": "^21.4.4",
| "saveSpec": null,
| "fetchSpec": "^21.4.4"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmmirror.com/electron/-/electron-21.4.4.tgz",
| "_shasum": "46f24eae1ff99416312f4dfecf64b021524bb8e2",
| "_spec": "electron@^21.4.4",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW",
| "author": {
| "name": "Electron Community"
| },
| "bin": {
| "electron": "cli.js"
| },
| "bugs": {
| "url": "https://github.com/electron/electron/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@electron/get": "^1.14.1",
| "@types/node": "^16.11.26",
| "extract-zip": "^2.0.1"
| },
| "deprecated": false,
| "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
| "engines": {
| "node": ">= 10.17.0"
| },
| "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": "21.4.4"
| }
|
|