UNPKG

@xpack-dev-tools/cmake

Version:

A binary xpm package with the CMake executables

88 lines (87 loc) 2.88 kB
{ "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": "ilg@livius.net", "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" } }