{ "version": "10.13.0", "description": "Node.js with ChakraCore JavaScript engine (Microsoft Edge) support.", "homepage": "https://github.com/nodejs/node-chakracore", "license": "MIT", "architecture": { "64bit": { "url": "https://nodejs.org/download/chakracore-release/v10.13.0/node-v10.13.0-win-x64.7z", "hash": "25eacbf5008c498a90739167efd8661f89bc13a36a2e4ea2a351ea1180e11a1e", "extract_dir": "node-v10.13.0-win-x64" }, "32bit": { "url": "https://nodejs.org/download/chakracore-release/v10.13.0/node-v10.13.0-win-x86.7z", "hash": "09ebe6d83ac19d20dbcc7b3960d69d1dc4b2e955e0e730e715c729f3ee5a4774", "extract_dir": "node-v10.13.0-win-x86" } }, "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\"" ], "env_add_path": [ "bin", "." ], "persist": [ "bin", "cache" ], "checkver": { "url": "https://nodejs.org/download/chakracore-release/index.json", "regex": "v([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://nodejs.org/download/chakracore-release/v$version/node-v$version-win-x64.7z", "extract_dir": "node-v$version-win-x64" }, "32bit": { "url": "https://nodejs.org/download/chakracore-release/v$version/node-v$version-win-x86.7z", "extract_dir": "node-v$version-win-x86" } }, "hash": { "url": "$baseurl/SHASUMS256.txt" } } }