{ "homepage": "http://nodejs.org", "version": "6.4.0", "license": "MIT", "architecture": { "64bit": { "url": "https://nodejs.org/dist/v6.4.0/node-v6.4.0-x64.msi", "hash": "c2f9970ff7402078f4210f981f96672c28bba018b4390517cbc4a1a785a4b7b7" }, "32bit": { "url": "https://nodejs.org/dist/v6.4.0/node-v6.4.0-x86.msi", "hash": "35df69a68e14e9029589b22d79211c4b73cdf70a6df42777ad86e1e5b0fb759a" } }, "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\\.]+)" } }