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
| {
| "_from": "electron-updater@^5.3.0",
| "_id": "electron-updater@5.3.0",
| "_inBundle": false,
| "_integrity": "sha512-iKEr7yQBcvnQUPnSDYGSWC9t0eF2YbZWeYYYZzYxdl+HiRejXFENjYMnYjoOm2zxyD6Cr2JTHZhp9pqxiXuCOw==",
| "_location": "/electron-updater",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "electron-updater@^5.3.0",
| "name": "electron-updater",
| "escapedName": "electron-updater",
| "rawSpec": "^5.3.0",
| "saveSpec": null,
| "fetchSpec": "^5.3.0"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/electron-updater/-/electron-updater-5.3.0.tgz",
| "_shasum": "3ba0d20407911a2edc5a68bee45c5aa2023e9ff8",
| "_spec": "electron-updater@^5.3.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW",
| "author": {
| "name": "Vladimir Krivosheev"
| },
| "bugs": {
| "url": "https://github.com/electron-userland/electron-builder/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@types/semver": "^7.3.6",
| "builder-util-runtime": "9.1.1",
| "fs-extra": "^10.0.0",
| "js-yaml": "^4.1.0",
| "lazy-val": "^1.0.5",
| "lodash.escaperegexp": "^4.1.2",
| "lodash.isequal": "^4.5.0",
| "semver": "^7.3.5",
| "typed-emitter": "^2.1.0"
| },
| "deprecated": false,
| "description": "Cross platform updater for electron applications",
| "devDependencies": {
| "@types/fs-extra": "9.0.13",
| "@types/js-yaml": "4.0.3",
| "@types/lodash.escaperegexp": "4.1.6",
| "@types/lodash.isequal": "4.5.5"
| },
| "files": [
| "out"
| ],
| "homepage": "https://github.com/electron-userland/electron-builder",
| "license": "MIT",
| "main": "out/main.js",
| "name": "electron-updater",
| "publishConfig": {
| "tag": "next"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/electron-userland/electron-builder.git",
| "directory": "packages/electron-updater"
| },
| "typings": "./out/main.d.ts",
| "version": "5.3.0"
| }
|
|