{ "version": "19.4.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.4.0/node-v19.4.0-win-x64.7z", "hash": "4fd543fa3eff180d5d7dabf8f8a4400f47a38c054e167808d9403e7196b114f4", "extract_dir": "node-v19.4.0-win-x64" }, "32bit": { "url": "https://nodejs.org/dist/v19.4.0/node-v19.4.0-win-x86.7z", "hash": "43278b59b4682d5587ebabb0b044ec06f75808e0f7bf6e9334c73a7a350e65a7", "extract_dir": "node-v19.4.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" } } }