-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
64 lines (64 loc) · 2.09 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
{
"name": "@xpack-dev-tools/openocd",
"version": "0.12.0-4.1",
"description": "A binary xPack with the OpenOCD executable",
"main": "",
"scripts": {
"postversion": "git push origin --all && git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack-dev-tools/openocd-xpack.git/"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/openocd-xpack/issues/"
},
"homepage": "https://github.com/xpack-dev-tools/openocd-xpack#readme",
"keywords": [
"xpack",
"openocd"
],
"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/openocd-xpack/releases/download/v0.12.0-4",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-openocd-0.12.0-4-darwin-arm64.tar.gz",
"sha256": "9cde393785869267ae10d152c914bd2b4c05a8ea1cdc9aa13b9c48bb8a231c0f"
},
"darwin-x64": {
"fileName": "xpack-openocd-0.12.0-4-darwin-x64.tar.gz",
"sha256": "07d4a1443fa06552b9c15cc2d6b837c2bc22e4f85fc8e071e884a0b3cffe03c7"
},
"linux-arm64": {
"fileName": "xpack-openocd-0.12.0-4-linux-arm64.tar.gz",
"sha256": "75c6fa54112c8ec896ef9e4e83d0790a27d01c543d8f0378cfeeb53cdc418ab2"
},
"linux-arm": {
"fileName": "xpack-openocd-0.12.0-4-linux-arm.tar.gz",
"sha256": "a530ca8bb571e0e97dee8d959c53b5824206079fbd3e934e440daa51744a540e"
},
"linux-x64": {
"fileName": "xpack-openocd-0.12.0-4-linux-x64.tar.gz",
"sha256": "7bf7dcb87b0401f286d67814e56001cd202108062361b89162a86a1864918717"
},
"win32-x64": {
"fileName": "xpack-openocd-0.12.0-4-win32-x64.zip",
"sha256": "a9839185b0bd85351bbd66fc227458a23a5d642ab329871103c1f50ed2aef88a"
}
}
},
"bin": {
"openocd": "./.content/bin/openocd"
}
}
}