{ "version": "19.8.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.8.1/node-v19.8.1-win-x64.7z", "hash": "5fc3e887fb4fdcd3a71b2c10e83f9dbed8dc04f0666055d56bb861234cf06ed0", "extract_dir": "node-v19.8.1-win-x64" }, "32bit": { "url": "https://nodejs.org/dist/v19.8.1/node-v19.8.1-win-x86.7z", "hash": "1d0f172fc907cb4e65d72787709858ef932042760d3c85ba81101e358425398b", "extract_dir": "node-v19.8.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" } } }