{ "homepage": "https://nodejs.org", "version": "8.5.0", "license": "MIT", "architecture": { "64bit": { "url": "https://nodejs.org/dist/v8.5.0/node-v8.5.0-win-x64.7z", "hash": "bce2013fdd2d6fbd6bbca1397e07600d01081be711e18fb8a9515443f4eb89a6", "extract_dir": "node-v8.5.0-win-x64" }, "32bit": { "url": "https://nodejs.org/dist/v8.5.0/node-v8.5.0-win-x86.7z", "hash": "797bed56fe22b52ab8639e4377ffa6a62f921ab0b9ff671fe2ecb6fb2bbcd1f4", "extract_dir": "node-v8.5.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/en/download/current/", "re": "Current Version: v([\\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" } } }