{ "homepage": "http://nodejs.org", "version": "6.3.0", "license": "MIT", "architecture": { "64bit": { "url": "https://nodejs.org/dist/v6.3.0/node-v6.3.0-x64.msi", "hash": "ec3fdc5e383948c68a2fa762be548ea18e83710c1b4af013b1b687faacfab274" }, "32bit": { "url": "https://nodejs.org/dist/v6.3.0/node-v6.3.0-x86.msi", "hash": "d838594fe4d3de0ec8265d742e7d3400a0e7c0c1d29df490f1f9c3af4639469d" } }, "env_add_path": "nodejs", "post_install": " # Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm rm $dir\\nodejs\\node_modules\\npm\\npmrc npm update -g", "checkver": { "url": "https://nodejs.org/en/download/current/", "re": "Current version: v([0-9\\.]+)" } }