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