mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
59 lines
2.1 KiB
JSON
59 lines
2.1 KiB
JSON
{
|
|
"version": "20.6.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.6.0/node-v20.6.0-win-x64.7z",
|
|
"hash": "1fd7bfde6b93657c79e7caac26c529f1b91068989dc1fe2e0deb8445d8c0078b",
|
|
"extract_dir": "node-v20.6.0-win-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nodejs.org/dist/v20.6.0/node-v20.6.0-win-x86.7z",
|
|
"hash": "219ae8968d662d549503903410a7d3679762f18cc4b6646ecaadae6f707b56fa",
|
|
"extract_dir": "node-v20.6.0-win-x86"
|
|
},
|
|
"arm64": {
|
|
"url": "https://nodejs.org/dist/v20.6.0/node-v20.6.0-win-arm64.7z",
|
|
"hash": "f94d4ae3c610a4d725a99d7b3b3c18d21b7541b167932fc4970284bfb11627d4",
|
|
"extract_dir": "node-v20.6.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"
|
|
}
|
|
}
|
|
}
|