-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
69 lines (69 loc) · 2.33 KB
/
package.json
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
{
"name": "@xpack-dev-tools/qemu-arm",
"version": "8.2.6-1.1",
"description": "A binary xPack with QEMU Arm executables",
"main": "",
"scripts": {
"postversion": "git push origin --all && git push origin --tags",
"test": "echo \"Error: no test specified\" && exit 1",
"liquidjs": "liquidjs"
},
"repository": {
"type": "git",
"url": "https://github.com/xpack-dev-tool/qemu-arm-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tool/qemu-arm-xpack/issues/"
},
"homepage": "https://github.com/xpack-dev-tool/qemu-arm-xpack#readme",
"keywords": [
"xpack",
"qemu",
"arm"
],
"author": {
"name": "Liviu Ionescu",
"email": "[email protected]",
"url": "https://github.com/ilg-ul/"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.16.3",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/qemu-arm-xpack/releases/download/v8.2.6-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-qemu-arm-8.2.6-1-darwin-arm64.tar.gz",
"sha256": "2c6d32ceb531dcfc1d343edfb0d0c2dd4ed85180ac78084cfdfc375267b24edd"
},
"darwin-x64": {
"fileName": "xpack-qemu-arm-8.2.6-1-darwin-x64.tar.gz",
"sha256": "3f3a5e5de6e53096df083da3cb59b276d02154401913afe8576a4c169310de3c"
},
"linux-arm64": {
"fileName": "xpack-qemu-arm-8.2.6-1-linux-arm64.tar.gz",
"sha256": "e1f437379fe4acbbed11417ed991bfc504714c468cc61ea2291ca3d045a5e699"
},
"linux-arm": {
"fileName": "xpack-qemu-arm-8.2.6-1-linux-arm.tar.gz",
"sha256": "d06182dcc1fec359a4b90aeca37c48f5f0882fdd83351cb8eea7caa25a63a5e0"
},
"linux-x64": {
"fileName": "xpack-qemu-arm-8.2.6-1-linux-x64.tar.gz",
"sha256": "cda4027bba825d7974a047e8c02bcbc263f39ea91ac34e4955fe0de8c5d509f7"
},
"win32-x64": {
"fileName": "xpack-qemu-arm-8.2.6-1-win32-x64.zip",
"sha256": "ac08e5c258652ab8dd959ecc8a7ef94e29b2bc8232548bc32572358d453bfab0"
}
}
},
"bin": {
"qemu-system-arm": "./.content/bin/qemu-system-arm",
"qemu-system-aarch64": "./.content/bin/qemu-system-aarch64",
"qemu-system-gnuarmeclipse": "./.content/bin/qemu-system-gnuarmeclipse"
}
}
}