2022-11-04 20:29:34 +00:00

50 lines
1.7 KiB
JSON

{
"version": "19.0.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/v19.0.1/node-v19.0.1-win-x64.7z",
"hash": "5e3f6e568dc520b3af6b9e16b92dedb1a42badd903c53d6504d79380c5bebe5c",
"extract_dir": "node-v19.0.1-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v19.0.1/node-v19.0.1-win-x86.7z",
"hash": "fe06896ecd10d99cfc8beca8366a131832792e0066839b79d668f584d956d82b",
"extract_dir": "node-v19.0.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/",
"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"
}
},
"hash": {
"url": "$baseurl/SHASUMS256.txt.asc"
}
}
}