-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 5.27 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 5.27 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "@xpack-dev-tools/arm-none-eabi-gcc",
"version": "15.2.1-1.1.1",
"description": "A binary xpm package with the GNU Arm Embedded GCC toolchain executables",
"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/arm-none-eabi-gcc-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/arm-none-eabi-gcc-xpack/",
"keywords": [
"xpack",
"gcc",
"arm",
"toolchain",
"embedded"
],
"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/arm-none-eabi-gcc-xpack/releases/download/v15.2.1-1.1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-arm-none-eabi-gcc-15.2.1-1.1-darwin-arm64.tar.gz",
"sha256": "574082d35e49a2bcbdc355836b2a3ae5e5bb3b9456c9f5e37177db2ab4aad870"
},
"darwin-x64": {
"fileName": "xpack-arm-none-eabi-gcc-15.2.1-1.1-darwin-x64.tar.gz",
"sha256": "5be906a5194c3173e145a58048e5607ffff947773237802b93e55e23c415f1b6"
},
"linux-arm64": {
"fileName": "xpack-arm-none-eabi-gcc-15.2.1-1.1-linux-arm64.tar.gz",
"sha256": "67980c7990eba7bb7ffdf39699102effd70889f5ac427be19a8c8a6c5fab2972"
},
"linux-x64": {
"fileName": "xpack-arm-none-eabi-gcc-15.2.1-1.1-linux-x64.tar.gz",
"sha256": "da6a49ad4003944b823c6c93702a8787c922ab34bd7e918ec0eaf6933a9b1ff6"
},
"win32-x64": {
"fileName": "xpack-arm-none-eabi-gcc-15.2.1-1.1-win32-x64.zip",
"sha256": "bae6a3d1667697ce750c3b13d6d26d80973ecedc2cc87bf04869e83447fd93ea"
}
}
},
"executables": {
"arm-none-eabi-addr2line": "./.content/bin/arm-none-eabi-addr2line",
"arm-none-eabi-ar": "./.content/bin/arm-none-eabi-ar",
"arm-none-eabi-as": "./.content/bin/arm-none-eabi-as",
"arm-none-eabi-c++": "./.content/bin/arm-none-eabi-c++",
"arm-none-eabi-c++filt": "./.content/bin/arm-none-eabi-c++filt",
"arm-none-eabi-cpp": "./.content/bin/arm-none-eabi-cpp",
"arm-none-eabi-dwp": "./.content/bin/arm-none-eabi-dwp",
"arm-none-eabi-elfedit": "./.content/bin/arm-none-eabi-elfedit",
"arm-none-eabi-g++": "./.content/bin/arm-none-eabi-g++",
"arm-none-eabi-gcc": "./.content/bin/arm-none-eabi-gcc",
"arm-none-eabi-gcc-ar": "./.content/bin/arm-none-eabi-gcc-ar",
"arm-none-eabi-gcc-nm": "./.content/bin/arm-none-eabi-gcc-nm",
"arm-none-eabi-gcc-ranlib": "./.content/bin/arm-none-eabi-gcc-ranlib",
"arm-none-eabi-gcov": "./.content/bin/arm-none-eabi-gcov",
"arm-none-eabi-gcov-dump": "./.content/bin/arm-none-eabi-gcov-dump",
"arm-none-eabi-gcov-tool": "./.content/bin/arm-none-eabi-gcov-tool",
"arm-none-eabi-gdb": "./.content/bin/arm-none-eabi-gdb",
"arm-none-eabi-gdb-add-index": "./.content/bin/arm-none-eabi-gdb-add-index",
"arm-none-eabi-gdb-add-index-py3": "./.content/bin/arm-none-eabi-gdb-add-index-py3",
"arm-none-eabi-gdb-py3": "./.content/bin/arm-none-eabi-gdb-py3",
"arm-none-eabi-gfortran": "./.content/bin/arm-none-eabi-gfortran",
"arm-none-eabi-gprof": "./.content/bin/arm-none-eabi-gprof",
"arm-none-eabi-gstack": "./.content/bin/arm-none-eabi-gstack",
"arm-none-eabi-gstack-py3": "./.content/bin/arm-none-eabi-gstack-py3",
"arm-none-eabi-ld": "./.content/bin/arm-none-eabi-ld",
"arm-none-eabi-ld.bfd": "./.content/bin/arm-none-eabi-ld.bfd",
"arm-none-eabi-ld.gold": "./.content/bin/arm-none-eabi-ld.gold",
"arm-none-eabi-lto-dump": "./.content/bin/arm-none-eabi-lto-dump",
"arm-none-eabi-nm": "./.content/bin/arm-none-eabi-nm",
"arm-none-eabi-objcopy": "./.content/bin/arm-none-eabi-objcopy",
"arm-none-eabi-objdump": "./.content/bin/arm-none-eabi-objdump",
"arm-none-eabi-ranlib": "./.content/bin/arm-none-eabi-ranlib",
"arm-none-eabi-readelf": "./.content/bin/arm-none-eabi-readelf",
"arm-none-eabi-size": "./.content/bin/arm-none-eabi-size",
"arm-none-eabi-strings": "./.content/bin/arm-none-eabi-strings",
"arm-none-eabi-strip": "./.content/bin/arm-none-eabi-strip"
}
},
"devDependencies": {
"del-cli": "^7.0.0",
"json": "^11.0.0",
"liquidjs": "^10.23.0"
},
"topConfig": {
"descriptiveName": "xPack GNU Arm Embedded GCC",
"upstreamDescriptiveName": "GNU Arm Embedded GCC",
"permalinkName": "arm-none-eabi-gcc",
"skipCiTests": "true",
"useSelfHostedRunners": "true"
},
"engines": {
"node": ">=20.0"
}
}