mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
59 lines
2.1 KiB
JSON
59 lines
2.1 KiB
JSON
{
|
|
"version": "20.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/v20.8.0/node-v20.8.0-win-x64.7z",
|
|
"hash": "fe703df746cb22f970b85134096a5097c8585fa377a394df1f68ab687ae39d65",
|
|
"extract_dir": "node-v20.8.0-win-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v20.8.0/node-v20.8.0-win-x86.7z",
|
|
"hash": "93b1e13ed8ffce4214e2549daed15ab5a0cae1559164700ac9d90ab2626cfd35",
|
|
"extract_dir": "node-v20.8.0-win-x86"
|
|
},
|
|
"arm64": {
|
|
"url": "https://nodejs.org/dist/v20.8.0/node-v20.8.0-win-arm64.7z",
|
|
"hash": "e5872b8a701033b57e91a6feead96a8468165cc40698885689478aebe4aea0f9",
|
|
"extract_dir": "node-v20.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/latest/",
|
|
"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"
|
|
}
|
|
}
|
|
}
|