2023-09-18 20:25:22 +00:00

59 lines
2.1 KiB
JSON

{
"version": "20.7.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.7.0/node-v20.7.0-win-x64.7z",
"hash": "b3e5cbf8e247c75f9ddd235d49cfe40f25dde65bdd0eec4cefbca2805d80376b",
"extract_dir": "node-v20.7.0-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v20.7.0/node-v20.7.0-win-x86.7z",
"hash": "d6a3c63a5ae71374c144a33c418ab96be497b08df0e9f51861a78127db03aeb5",
"extract_dir": "node-v20.7.0-win-x86"
},
"arm64": {
"url": "https://nodejs.org/dist/v20.7.0/node-v20.7.0-win-arm64.7z",
"hash": "539b6eb02ec6f0354976623f0a166021fa744d96c7cb9c52fd885d0962d0e739",
"extract_dir": "node-v20.7.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"
}
}
}