@xpack-dev-tools/qemu-arm
Version:
A binary xpm package with QEMU Arm executables
85 lines (84 loc) • 2.82 kB
JSON
{
"name": "@xpack-dev-tools/qemu-arm",
"version": "9.2.4-1.1",
"description": "A binary xpm package with QEMU Arm 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/qemu-arm-xpack.git"
},
"bugs": {
"url": "https://github.com/xpack-dev-tools/qemu-arm-xpack/issues"
},
"homepage": "https://xpack-dev-tools.github.io/qemu-arm-xpack/",
"keywords": [
"xpack",
"qemu",
"arm"
],
"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/qemu-arm-xpack/releases/download/v9.2.4-1",
"skip": 1,
"platforms": {
"darwin-arm64": {
"fileName": "xpack-qemu-arm-9.2.4-1-darwin-arm64.tar.gz",
"sha256": "2752ae3bdff112a8574373157ef1e0eb51fd50b1ee8554275f2ff20ba1ff1b6d"
},
"darwin-x64": {
"fileName": "xpack-qemu-arm-9.2.4-1-darwin-x64.tar.gz",
"sha256": "c8be02219b4328624f696942aff8d6d5b98dbf07c6f2eb61adca12b7a120a140"
},
"linux-arm64": {
"fileName": "xpack-qemu-arm-9.2.4-1-linux-arm64.tar.gz",
"sha256": "50fc7ccace24982bcf964a1b5286a05b63f185421f5e1018fb6cbaf78b42277b"
},
"linux-x64": {
"fileName": "xpack-qemu-arm-9.2.4-1-linux-x64.tar.gz",
"sha256": "203dc2c71e25fcf97b95181328e9b888cc8092ff404bffd4d267b9defabcb698"
},
"win32-x64": {
"fileName": "xpack-qemu-arm-9.2.4-1-win32-x64.zip",
"sha256": "f029d6549fabe5b0ddce07921832bb97a20f56d54b63c8f4d3d5e82c3c8eae33"
}
}
},
"executables": {
"qemu-system-arm": "./.content/bin/qemu-system-arm",
"qemu-system-aarch64": "./.content/bin/qemu-system-aarch64"
}
},
"devDependencies": {
"del-cli": "^6.0.0",
"json": "^11.0.0",
"liquidjs": "^10.19.1"
},
"topConfig": {
"descriptiveName": "xPack QEMU Arm",
"upstreamDescriptiveName": "QEMU Arm",
"permalinkName": "qemu-arm",
"skipCiTests": "true",
"useSelfHostedRunners": "false"
},
"engines": {
"node": " >=20.0"
}
}