Versions/bucket/nodejs22.json
2026-06-23 18:17:41 +00:00

59 lines
2.1 KiB
JSON

{
"version": "22.23.1",
"description": "An asynchronous event driven JavaScript runtime designed to build scalable network applications.",
"homepage": "https://nodejs.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v22.23.1/node-v22.23.1-win-x64.7z",
"hash": "036de547d4bf8b916f25a41064baed7cd61f12ce7d8cfe283d12f91688b51cb9",
"extract_dir": "node-v22.23.1-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v22.23.1/node-v22.23.1-win-x86.7z",
"hash": "6b757e4bc3d293fe926a1be2727ab02d7411b95ece6c94a60d1d5de2279e846f",
"extract_dir": "node-v22.23.1-win-x86"
},
"arm64": {
"url": "https://nodejs.org/dist/v22.23.1/node-v22.23.1-win-arm64.7z",
"hash": "6fa537484f545991961061112624ab9c40b2d5b78e7848c096adde40e0a248c4",
"extract_dir": "node-v22.23.1-win-arm64"
}
},
"persist": [
"bin",
"cache"
],
"env_add_path": [
"bin",
"."
],
"post_install": [
"# Set npm prefix to install modules inside bin and npm cache so they persist",
"Set-Content -Value \"prefix=$persist_dir\\bin`ncache=$persist_dir\\cache\" -Path \"$dir\\node_modules\\npm\\npmrc\""
],
"checkver": {
"url": "https://nodejs.org/dist/latest-v22.x/",
"regex": "node-v([\\d.]+)-win-x64\\.7z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v$version/node-v$version-win-x64.7z",
"extract_dir": "node-v$version-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v$version/node-v$version-win-x86.7z",
"extract_dir": "node-v$version-win-x86"
},
"arm64": {
"url": "https://nodejs.org/dist/v$version/node-v$version-win-arm64.7z",
"extract_dir": "node-v$version-win-arm64"
}
},
"hash": {
"url": "$baseurl/SHASUMS256.txt.asc"
}
}
}