{ "homepage": "https://github.com/nodejs/node-chakracore", "version": "10.1.0", "license": "MIT", "architecture": { "32bit": { "url": "https://nodejs.org/download/chakracore-release/v10.1.0/node-v10.1.0-win-x86.7z", "hash": "b9954bf10ea477ec65fe42dc96f9b8a57318eae9de1c272d936f1f3862ad2719", "extract_dir": "node-v10.1.0-win-x86" }, "64bit": { "url": "https://nodejs.org/download/chakracore-release/v10.1.0/node-v10.1.0-win-x64.7z", "hash": "4f89d4034ac1bd98ccc3c88ca3d5b39b9b1d801977a597fc90b080c405de1ae4", "extract_dir": "node-v10.1.0-win-x64" } }, "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/download/chakracore-release/index.json", "re": "v([\\d.]+)" }, "autoupdate": { "architecture": { "32bit": { "url": "https://nodejs.org/download/chakracore-release/v$version/node-v$version-win-x86.7z", "extract_dir": "node-v$version-win-x86" }, "64bit": { "url": "https://nodejs.org/download/chakracore-release/v$version/node-v$version-win-x64.7z", "extract_dir": "node-v$version-win-x64" } }, "hash": { "url": "https://nodejs.org/download/chakracore-release/v$version/SHASUMS256.txt" } } }