2023-02-02 16:30:45 +00:00

50 lines
1.7 KiB
JSON

{
"version": "19.6.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/v19.6.0/node-v19.6.0-win-x64.7z",
"hash": "fd071f1406b14c055de22825b08756c0eb54bd75fad92bf9346d572641082e88",
"extract_dir": "node-v19.6.0-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v19.6.0/node-v19.6.0-win-x86.7z",
"hash": "875f07181e7e557d26a7847328192b3669a3b286b1732d55bb4bb5fa1be69ae6",
"extract_dir": "node-v19.6.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"
}
}
}