2023-04-19 10:00:15 +05:30

59 lines
2.1 KiB
JSON

{
"version": "20.0.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.0.0/node-v20.0.0-win-x64.7z",
"hash": "e78b9cdc58b0d9ab6c980180b574b38d91d5939d18b55b8772897e63d9ce4b9c",
"extract_dir": "node-v20.0.0-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v20.0.0/node-v20.0.0-win-x86.7z",
"hash": "a147b247e19e1324d8f7edef6c1ae4e24e5bdad9867843a2b4b491a0f3d73dd5",
"extract_dir": "node-v20.0.0-win-x86"
},
"arm64": {
"url": "https://nodejs.org/dist/v20.0.0/node-v20.0.0-win-arm64.7z",
"hash": "d3a68cd41eeb773e20a3033e5b1502844fd392818cb64a6cd5febf3193136ad6",
"extract_dir": "node-v20.0.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"
}
}
}