{ "homepage": "https://nodejs.org", "version": "10.15.1", "license": "MIT", "architecture": { "64bit": { "url": "https://nodejs.org/dist/v10.15.1/node-v10.15.1-win-x64.7z", "hash": "3f195287303326725d3bcb4af5db7edec6832f872e10e244443057c523b5fea2", "extract_dir": "node-v10.15.1-win-x64" }, "32bit": { "url": "https://nodejs.org/dist/v10.15.1/node-v10.15.1-win-x86.7z", "hash": "53a32f169619e5170a1d4c595fe49e99d36c057bd2ef2ca79b829745101515f4", "extract_dir": "node-v10.15.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/en/download/", "re": "LTS Version: ([\\d.]+)" }, "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" } } }