-
-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.66 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.66 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@xpack-dev-tools/openocd",
"version": "0.12.0-7.1",
"description": "A binary xpm package with the OpenOCD executable",
"main": "",
"scripts": {
"generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack-dev-tools",
"npm-install": "npm install",
"npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid",
"npm-outdated": "npm outdated",
"npm-pack": "npm pack",
"npm-link": "npm link",
"deep-clean": "del-cli node_modules package-lock.json *.tgz",
"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://xpack-dev-tools.github.io/openocd-xpack/",
"keywords": [
"xpack",
"openocd"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"xpack": {
"minimumXpmRequired": "0.20.5",
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/xpack-dev-tools/openocd-xpack/releases/download/v0.12.0-7",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-openocd-0.12.0-7-darwin-arm64.tar.gz",
"sha256": "667342c086984f3e5a55b4e0d5f711add13fb04de040fca493303000e6c19327"
},
"darwin-x64": {
"fileName": "xpack-openocd-0.12.0-7-darwin-x64.tar.gz",
"sha256": "668ad25350103a4357e11629ec833eae5982e973889ce25bad0c2963e37fa8bf"
},
"linux-arm64": {
"fileName": "xpack-openocd-0.12.0-7-linux-arm64.tar.gz",
"sha256": "db73a3ab91c556ecec2405a7e02d404b11139df6aba1031cad94a7e6766d06cc"
},
"linux-x64": {
"fileName": "xpack-openocd-0.12.0-7-linux-x64.tar.gz",
"sha256": "94b3790983beaf8ed57e646c0620dd66d705fddae03d290823a6ed3b439468d6"
},
"win32-x64": {
"fileName": "xpack-openocd-0.12.0-7-win32-x64.zip",
"sha256": "6bfd3c97135aafef8affc9af1acf34fd0e2b9ca26044506f6abd7f95b7630052"
}
}
},
"executables": {
"openocd": "./.content/bin/openocd"
}
},
"devDependencies": {
"del-cli": "^7.0.0",
"json": "^11.0.0",
"liquidjs": "^10.23.0"
},
"topConfig": {
"descriptiveName": "xPack OpenOCD",
"upstreamDescriptiveName": "OpenOCD",
"permalinkName": "openocd",
"skipCiTests": "true",
"useSelfHostedRunners": "false"
},
"engines": {
"node": " >=20.0"
}
}