{ "version": "19.8.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.8.0/node-v19.8.0-win-x64.7z", "hash": "e70d356d65763d99bfb6b2e6ef04816633de7b954ba8004e4a1798766eaf267b", "extract_dir": "node-v19.8.0-win-x64" }, "32bit": { "url": "https://nodejs.org/dist/v19.8.0/node-v19.8.0-win-x86.7z", "hash": "2283ba125952421a9b7a0302f105ef28e1d16d1a883a9a1656d9fc1adf7384a8", "extract_dir": "node-v19.8.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" } } }