package.json
4.23 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"//": "electron-builder-squirrel-windows and dmg-builder added as dev dep for tests (as otherwise `require` doesn't work using Yarn 2)",
"///": "babel in devDependencies for proton tests",
"_from": "app-builder-lib@22.10.5",
"_id": "app-builder-lib@22.10.5",
"_inBundle": false,
"_integrity": "sha512-/W8nlGamJCtKlQtsMWwU9vb+cX4pTNY+rJWCuc7oXUykVSMS50W7LhQusIjCelNfymUQ1XCu6cXEY/ylqhX12A==",
"_location": "/app-builder-lib",
"_phantomChildren": {
"at-least-node": "1.0.0",
"graceful-fs": "4.2.3",
"ms": "2.1.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "app-builder-lib@22.10.5",
"name": "app-builder-lib",
"escapedName": "app-builder-lib",
"rawSpec": "22.10.5",
"saveSpec": null,
"fetchSpec": "22.10.5"
},
"_requiredBy": [
"/dmg-builder",
"/electron-builder"
],
"_resolved": "https://registry.npmjs.org/app-builder-lib/-/app-builder-lib-22.10.5.tgz",
"_shasum": "24a88581c891e5b187a0d569aa44e7c4a0dc8de2",
"_spec": "app-builder-lib@22.10.5",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\electron-builder",
"author": {
"name": "Vladimir Krivosheev"
},
"bugs": {
"url": "https://github.com/electron-userland/electron-builder/issues"
},
"bundleDependencies": false,
"dependencies": {
"7zip-bin": "~5.0.3",
"@develar/schema-utils": "~2.6.5",
"@electron/universal": "1.0.4",
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.9",
"builder-util": "22.10.5",
"builder-util-runtime": "8.7.3",
"chromium-pickle-js": "^0.2.0",
"debug": "^4.3.2",
"ejs": "^3.1.6",
"electron-publish": "22.10.5",
"fs-extra": "^9.1.0",
"hosted-git-info": "^3.0.8",
"is-ci": "^2.0.0",
"istextorbinary": "^5.12.0",
"js-yaml": "^4.0.0",
"lazy-val": "^1.0.4",
"minimatch": "^3.0.4",
"normalize-package-data": "^3.0.0",
"read-config-file": "6.0.0",
"sanitize-filename": "^1.6.3",
"semver": "^7.3.4",
"temp-file": "^3.3.7"
},
"deprecated": false,
"description": "electron-builder lib",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.12.13",
"@babel/plugin-proposal-do-expressions": "^7.12.13",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
"@babel/plugin-proposal-function-bind": "^7.12.13",
"@babel/plugin-proposal-function-sent": "^7.12.13",
"@babel/plugin-proposal-json-strings": "^7.12.13",
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@babel/plugin-proposal-pipeline-operator": "^7.12.13",
"@babel/plugin-proposal-throw-expressions": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"@types/debug": "^4.1.5",
"@types/ejs": "^3.0.5",
"@types/fs-extra": "^9.0.7",
"@types/is-ci": "^2.0.0",
"@types/js-yaml": "^3.12.6",
"@types/normalize-package-data": "^2.4.0",
"@types/semver": "^7.3.4",
"dmg-builder": "22.10.5",
"electron-builder-squirrel-windows": "22.10.5"
},
"engines": {
"node": ">=8.12.0"
},
"files": [
"out",
"templates",
"scheme.json",
"electron-osx-sign",
"certs/root_certs.keychain"
],
"homepage": "https://github.com/electron-userland/electron-builder",
"keywords": [
"electron",
"builder",
"build",
"installer",
"install",
"packager",
"pack",
"nsis",
"app",
"dmg",
"pkg",
"msi",
"exe",
"setup",
"Windows",
"OS X",
"MacOS",
"Mac",
"appx",
"snap",
"portable"
],
"license": "MIT",
"main": "out/index.js",
"name": "app-builder-lib",
"repository": {
"type": "git",
"url": "git+https://github.com/electron-userland/electron-builder.git"
},
"typings": "./out/index.d.ts",
"version": "22.10.5"
}