{ "homepage": "https://github.com/nodejs/node-chakracore", "version": "8.11.1", "license": "MIT", "architecture": { "32bit": { "url": "https://nodejs.org/download/chakracore-release/v8.11.1/node-v8.11.1-win-x86.7z", "hash": "a309ef678916092595e35109320e245afa42032dbaedd873d0f1464b86147981", "extract_dir": "node-v8.11.1-win-x86" }, "64bit": { "url": "https://nodejs.org/download/chakracore-release/v8.11.1/node-v8.11.1-win-x64.7z", "hash": "49032ed894e3fad3346a57009d41405583f85b901e213d8ca98690d67e7a8f98", "extract_dir": "node-v8.11.1-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" } } }