package.json
1.84 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
{
"_from": "electron-publish@22.10.5",
"_id": "electron-publish@22.10.5",
"_inBundle": false,
"_integrity": "sha512-dHyuazv3P3j1Xyv7pdwTwAvxWab2pCb0G0Oa6qWQoCc4b1/mRGY00M7AvYW1cPuUijj9zYAf1HmXfM6MifaMlA==",
"_location": "/electron-publish",
"_phantomChildren": {
"at-least-node": "1.0.0",
"graceful-fs": "4.2.3"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "electron-publish@22.10.5",
"name": "electron-publish",
"escapedName": "electron-publish",
"rawSpec": "22.10.5",
"saveSpec": null,
"fetchSpec": "22.10.5"
},
"_requiredBy": [
"/app-builder-lib"
],
"_resolved": "https://registry.npmjs.org/electron-publish/-/electron-publish-22.10.5.tgz",
"_shasum": "9cbe46266b6c79d8c6e99840755682e2262d3543",
"_spec": "electron-publish@22.10.5",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\app-builder-lib",
"author": {
"name": "Vladimir Krivosheev"
},
"bugs": {
"url": "https://github.com/electron-userland/electron-builder/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/fs-extra": "^9.0.7",
"bluebird-lst": "^1.0.9",
"builder-util": "22.10.5",
"builder-util-runtime": "8.7.3",
"chalk": "^4.1.0",
"fs-extra": "^9.1.0",
"lazy-val": "^1.0.4",
"mime": "^2.5.0"
},
"deprecated": false,
"description": "Part of [electron-builder](https://github.com/electron-userland/electron-builder).",
"files": [
"out"
],
"homepage": "https://github.com/electron-userland/electron-builder",
"license": "MIT",
"main": "out/publisher.js",
"name": "electron-publish",
"repository": {
"type": "git",
"url": "git+https://github.com/electron-userland/electron-builder.git"
},
"typings": "./out/publisher.d.ts",
"version": "22.10.5"
}