-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.81 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@xpack-dev-tools/cmake",
"version": "3.30.7-1.1",
"description": "A binary xpm package with the CMake 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/cmake-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/cmake-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/cmake-xpack/",
"keywords": [
"xpack",
"cmake",
"build"
],
"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/cmake-xpack/releases/download/v3.30.7-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-cmake-3.30.7-1-darwin-arm64.tar.gz",
"sha256": "a6eab9da7fa93bdb322660dada16c5c5490952cf36ed701607b066540a9b5106"
},
"darwin-x64": {
"fileName": "xpack-cmake-3.30.7-1-darwin-x64.tar.gz",
"sha256": "77a00ca7374afb8fe5ee816ad05b6ca4785e92170fc473e27016d96b5986d7de"
},
"linux-arm": {
"fileName": "xpack-cmake-3.30.7-1-linux-arm.tar.gz",
"sha256": "6af617b57dc057ee4ef76c80f77bb24238d5bc5f5786ca3e4c834704c54bb034"
},
"linux-arm64": {
"fileName": "xpack-cmake-3.30.7-1-linux-arm64.tar.gz",
"sha256": "2159df5420aa9c21029e9c447a1bcb7279ec0a9d4ccac0ceeeeea4802a84e94e"
},
"linux-x64": {
"fileName": "xpack-cmake-3.30.7-1-linux-x64.tar.gz",
"sha256": "11bad57226e040f93238ec876c98ebda8842541095e355d4ca9eccc71e4c265b"
},
"win32-x64": {
"fileName": "xpack-cmake-3.30.7-1-win32-x64.zip",
"sha256": "81d2fbe3ada477e8f031a979997ce3631a6dabaf936b9bea16acdcef6759f975"
}
}
},
"bin": {
"ccmake": "./.content/bin/ccmake",
"cmake": "./.content/bin/cmake",
"cpack": "./.content/bin/cpack",
"ctest": "./.content/bin/ctest"
}
},
"devDependencies": {
"del-cli": "^6.0.0",
"json": "^11.0.0",
"liquidjs": "^10.19.1"
},
"topConfig": {
"longName": "CMake",
"shortName": "cmake"
},
"engines": {
"node": " >=18.0.0"
}
}