2023-09-08 16:26:58 +00:00

59 lines
2.1 KiB
JSON

{
"version": "20.6.1",
"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.1/node-v20.6.1-win-x64.7z",
"hash": "c6cfe7824770a266a30bee8c33f485d0e89b94254c682250a239d83adfb7ce77",
"extract_dir": "node-v20.6.1-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v20.6.1/node-v20.6.1-win-x86.7z",
"hash": "87d631b294a25386400d0f44d227330da62a1326e2a4fbb98bda3d7c431257f1",
"extract_dir": "node-v20.6.1-win-x86"
},
"arm64": {
"url": "https://nodejs.org/dist/v20.6.1/node-v20.6.1-win-arm64.7z",
"hash": "337549faf397deb0da3bccd4e27db45a619d89de4ea12830d16d9dfaded8e92c",
"extract_dir": "node-v20.6.1-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"
}
}
}