package.json
2.31 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
{
"_from": "@electron/universal@1.0.4",
"_id": "@electron/universal@1.0.4",
"_inBundle": false,
"_integrity": "sha512-ajZoumi4XwqwmZe8YVhu4XGkZBCPyWZsVCQONPTIe9TUlleSN+dic3YpXlaWcilx/HOzTdldTKtabNTeI0gDoA==",
"_location": "/@electron/universal",
"_phantomChildren": {
"at-least-node": "1.0.0",
"graceful-fs": "4.2.3",
"ms": "2.1.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@electron/universal@1.0.4",
"name": "@electron/universal",
"escapedName": "@electron%2funiversal",
"scope": "@electron",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/app-builder-lib"
],
"_resolved": "https://registry.npmjs.org/@electron/universal/-/universal-1.0.4.tgz",
"_shasum": "231ac246c39d45b80e159bd21c3f9027dcaa10f5",
"_spec": "@electron/universal@1.0.4",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\app-builder-lib",
"author": {
"name": "Samuel Attard"
},
"bundleDependencies": false,
"dependencies": {
"@malept/cross-spawn-promise": "^1.1.0",
"asar": "^3.0.3",
"debug": "^4.3.1",
"dir-compare": "^2.4.0",
"fs-extra": "^9.0.1"
},
"deprecated": false,
"description": "Utility for creating Universal macOS applications from two x64 and arm64 Electron applications",
"devDependencies": {
"@continuous-auth/semantic-release-npm": "^2.0.0",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.4",
"@types/node": "^14.14.7",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"prettier": "^2.1.2",
"semantic-release": "^17.2.2",
"typescript": "^4.0.5"
},
"engines": {
"node": ">=8.6"
},
"files": [
"dist/*",
"entry-asar/*",
"README.md"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"electron",
"apple silicon",
"universal"
],
"license": "MIT",
"lint-staged": {
"*.ts": [
"prettier --write"
]
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"name": "@electron/universal",
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"lint": "prettier --check \"src/**/*.ts\"",
"prepublishOnly": "npm run build",
"test": "exit 0"
},
"version": "1.0.4"
}