{ "version": "18.9.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/v18.9.1/node-v18.9.1-win-x64.7z", "hash": "60160570e4d22c1735e74c0e954bcd94621870871a170b6b2cb4089d91204053", "extract_dir": "node-v18.9.1-win-x64" }, "32bit": { "url": "https://nodejs.org/dist/v18.9.1/node-v18.9.1-win-x86.7z", "hash": "c9a22fe916685f1178d3ff60bdfc49a0d8d0b17944c640d0a0bfc8e25317bdaf", "extract_dir": "node-v18.9.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" } } }