2024-09-03 16:30:00 +00:00

60 lines
2.1 KiB
JSON

{
"version": "22.8.0",
"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.8.0/node-v22.8.0-win-x64.7z",
"hash": "91c007a75c837abfabae44bdc98e9b4c6f90029d4662b9c4e4b9d1b67a046f17",
"extract_dir": "node-v22.8.0-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v22.8.0/node-v22.8.0-win-x86.7z",
"hash": "565212e330b65b6edc635726d222f44f0a66f35e1b3a84b3181e302dfd48d370",
"extract_dir": "node-v22.8.0-win-x86"
},
"arm64": {
"url": "https://nodejs.org/dist/v22.8.0/node-v22.8.0-win-arm64.7z",
"hash": "30c10cf2ec1317ff2fb092f456e797907d4a70b3f190c11870ceaefb13b4664e",
"extract_dir": "node-v22.8.0-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/index.json",
"jsonpath": "$..version",
"regex": "v([\\d.]+)"
},
"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"
}
}
}