forked from xpack-dev-tools/openocd-xpack
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.93 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
{
"name": "@xpack-dev-tools/openocd",
"version": "0.10.0-13.1",
"description": "A binary xPack with OpenOCD",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+git@xl01:software/riscv-gnu-toolchain/openocd.git"
},
"keywords": [
"xpack",
"openocd"
],
"author": {
"name": "Liviu Ionescu",
"email": "[email protected]",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xpack-dev-tools/openocd-xpack/issues"
},
"homepage": "https://github.com/xpack-dev-tools/openocd-xpack#readme",
"devDependencies": {},
"peerDependencies": {},
"bundledDependencies": [],
"optionalDependencies": {},
"xpack": {
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/openocd-xpack/releases/download/v0.10.0-13",
"skip": 3,
"platforms": {
"darwin-x64": {
"sha256": "ba13b6697db9213fc51024e3bbfe6bb565106053569dfcd4b8966a75538ba7b5",
"fileName": "xpack-openocd-0.10.0-13-darwin-x64.tgz"
},
"linux-x86": {
"sha256": "3283752a96235a5072eba27603f7976df00767c30acd011c84fa692cd5bfe3dd",
"fileName": "xpack-openocd-0.10.0-13-linux-x32.tgz"
},
"linux-x64": {
"sha256": "44fefd65e915e9e697b490eb990b4555424af3b7c166c9e298058dc555039cae",
"fileName": "xpack-openocd-0.10.0-13-linux-x64.tgz"
},
"win32-x86": {
"sha256": "d3801dc0f65940d23d39e3166d7e92a236f2f302d0ff7d692b34afef39ba3e4a",
"fileName": "xpack-openocd-0.10.0-13-win32-x32.zip"
},
"win32-x64": {
"sha256": "f287d06db3d7fde4e407b939387b17d906d888c8750f0d465bef80b913c645ea",
"fileName": "xpack-openocd-0.10.0-13-win32-x64.zip"
}
}
},
"bin": {
"openocd": "./.content/bin/openocd"
}
}
}