mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
59 lines
2.1 KiB
JSON
59 lines
2.1 KiB
JSON
{
|
|
"version": "21.5.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/v21.5.0/node-v21.5.0-win-x64.7z",
|
|
"hash": "209c771e3d1b86f6edee19682142999cc1a28664459f6c5258ad2361525525b1",
|
|
"extract_dir": "node-v21.5.0-win-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v21.5.0/node-v21.5.0-win-x86.7z",
|
|
"hash": "0605d26eca7ed6ba6b6030e779c94a99e6c41850fb4a6b9105af67268478f722",
|
|
"extract_dir": "node-v21.5.0-win-x86"
|
|
},
|
|
"arm64": {
|
|
"url": "https://nodejs.org/dist/v21.5.0/node-v21.5.0-win-arm64.7z",
|
|
"hash": "b2cf94d6297b7b71d1a5dfea115025e23eb07629447867a252857387b3bf167c",
|
|
"extract_dir": "node-v21.5.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"
|
|
}
|
|
}
|
|
}
|