2020-09-11 02:00:29 +00:00

50 lines
1.7 KiB
JSON

{
"homepage": "https://nodejs.org",
"description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.",
"version": "14.10.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v14.10.1/node-v14.10.1-win-x64.7z",
"hash": "71b72c74370baf892fc713358439a39cf2fccbf80d76d5cc46b6555e94cb1a3b",
"extract_dir": "node-v14.10.1-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v14.10.1/node-v14.10.1-win-x86.7z",
"hash": "6a6694a609b851dcbfb902e9a7aad95c4e366cf511de5520dd61d5ef8bfd114d",
"extract_dir": "node-v14.10.1-win-x86"
}
},
"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/",
"re": "node-v([\\d.]+)-x86.msi"
},
"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"
}
},
"hash": {
"url": "$baseurl/SHASUMS256.txt.asc"
}
}
}