-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.12 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
{
"name": "@gnu-mcu-eclipse/openocd",
"version": "0.10.0-11.1",
"description": "An xPack that installs the binary files for GNU MCU Eclipse OpenOCD",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnu-mcu-eclipse/openocd-xpack.git"
},
"keywords": [
"xpack",
"openocd"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "http://liviusdotnet.wordpress.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gnu-mcu-eclipse/openocd-xpack/issues"
},
"homepage": "https://github.com/gnu-mcu-eclipse/openocd-xpack",
"devDependencies": {},
"peerDependencies": {},
"bundledDependencies": [],
"optionalDependencies": {},
"engines": {
"node": ">7.7.0"
},
"xpack": {
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/gnu-mcu-eclipse/openocd/releases/download/v0.10.0-12-20190422",
"skip": 3,
"platforms": {
"linux-x86": {
"sha256": "d8267cbd463a7a7691b573f95fd920c3d7cdf59747ce2571cb334b3247265106",
"fileName": "gnu-mcu-eclipse-openocd-0.10.0-12-20190422-2015-centos32.tgz"
},
"linux-x64": {
"sha256": "9a601ded65cc5a8c3537f5bc8e14b2c71c01188d4cd2e5192833fcd6950e992f",
"fileName": "gnu-mcu-eclipse-openocd-0.10.0-12-20190422-2015-centos64.tgz"
},
"darwin-x64": {
"sha256": "bd06c5fb26ed506eb98444504d218ce759c26c09f837925f16d2981f7e2e5c08",
"fileName": "gnu-mcu-eclipse-openocd-0.10.0-12-20190422-2015-macos.tgz"
},
"win32-x86": {
"sha256": "48317eaec7ea8e100a676fc7e2d99a476760317d5a20d774c77ba7a1d2260dfc",
"fileName": "gnu-mcu-eclipse-openocd-0.10.0-12-20190422-2015-win32.zip"
},
"win32-x64": {
"sha256": "96cf095435c2fbed4616a903b294d758f3b1df14c6ba36224fa05fdc7ce93c1b",
"fileName": "gnu-mcu-eclipse-openocd-0.10.0-12-20190422-2015-win64.zip"
}
}
},
"bin": {
"openocd": "./.content/bin/openocd"
}
}
}