-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 2.29 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
{
"name": "@xpack-dev-tools/qemu-riscv",
"version": "8.2.6-1.1",
"description": "A binary xPack with QEMU RISC-V 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-riscv-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tool/qemu-riscv-xpack/issues/"
},
"homepage": "https://github.com/xpack-dev-tool/qemu-riscv-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-riscv-xpack/releases/download/v8.2.6-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-qemu-riscv-8.2.6-1-darwin-arm64.tar.gz",
"sha256": "22654422dd45a2eafa2d76f9e238e02b678dcb28dbd5d70fbfd55d569538d446"
},
"darwin-x64": {
"fileName": "xpack-qemu-riscv-8.2.6-1-darwin-x64.tar.gz",
"sha256": "55a959a7a55406f8cc26903e00fb50c268689e64ebc6950760e42f1067765f96"
},
"linux-arm64": {
"fileName": "xpack-qemu-riscv-8.2.6-1-linux-arm64.tar.gz",
"sha256": "e5fc75bb3f1948dd1d0ca6c6561ae9353a1982254158f95c4668ea3fa618800d"
},
"linux-arm": {
"fileName": "xpack-qemu-riscv-8.2.6-1-linux-arm.tar.gz",
"sha256": "765e8f1069e328d01ec672da34a7b6302a492ee8c53ddf98a0991852bafcbfda"
},
"linux-x64": {
"fileName": "xpack-qemu-riscv-8.2.6-1-linux-x64.tar.gz",
"sha256": "ffbc9a65c5cbc71f0a2cd80a230999c5abe0a101e6b091cb3a8b80031d44f65d"
},
"win32-x64": {
"fileName": "xpack-qemu-riscv-8.2.6-1-win32-x64.zip",
"sha256": "2e610c6238e23ce13f7a55701c8b8cd8ee780e9750d87efe336da2cfbfe211b2"
}
}
},
"bin": {
"qemu-system-riscv32": "./.content/bin/qemu-system-riscv32",
"qemu-system-riscv64": "./.content/bin/qemu-system-riscv64"
}
}
}