Ross Smith II c15dc5d480
nodejs: Add 32bit support back (#3830)
* nodejs: Add 32bit support back

See c413518119 (commitcomment-81309371)

* Remove whitespace
2022-08-16 20:46:08 +05:30

50 lines
1.7 KiB
JSON

{
"version": "18.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/v18.7.0/node-v18.7.0-win-x64.7z",
"hash": "8af2dd97c0250287960cca4604337ed2e0e0a3b1d414cef5f68056a84f5966ee",
"extract_dir": "node-v18.7.0-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v18.7.0/node-v18.7.0-win-x86.7z",
"hash": "ef934a8315044b7588fe6762e73d3175a08c9ef4f1288b97f11520b1fc3ef172",
"extract_dir": "node-v18.7.0-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"
}
}
}