{ "version": "22.6.0", "description": "An asynchronous event driven JavaScript runtime designed to build scalable network applications.", "homepage": "https://nodejs.org", "license": "MIT", "architecture": { "64bit": { "url": "https://nodejs.org/dist/v22.6.0/node-v22.6.0-win-x64.7z", "hash": "3d280cd238e4010b862f5668ea84741d17e014c834ba2e12616a0c3effdda2eb", "extract_dir": "node-v22.6.0-win-x64" }, "32bit": { "url": "https://nodejs.org/dist/v22.6.0/node-v22.6.0-win-x86.7z", "hash": "d6da737a1029c7ca9bc507727b841bf37dde104e5bce6e9e9d3fdf1c256abf3e", "extract_dir": "node-v22.6.0-win-x86" }, "arm64": { "url": "https://nodejs.org/dist/v22.6.0/node-v22.6.0-win-arm64.7z", "hash": "c17433d0efdd6ca8e14af168b6301a992d2bfeeab83c1fb11efa0c8e7f275d91", "extract_dir": "node-v22.6.0-win-arm64" } }, "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/dist/index.json", "jsonpath": "$..version", "regex": "v([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://nodejs.org/dist/v$version/node-v$version-win-x64.7z", "extract_dir": "node-v$version-win-x64" }, "32bit": { "url": "https://nodejs.org/dist/v$version/node-v$version-win-x86.7z", "extract_dir": "node-v$version-win-x86" }, "arm64": { "url": "https://nodejs.org/dist/v$version/node-v$version-win-arm64.7z", "extract_dir": "node-v$version-win-arm64" } }, "hash": { "url": "$baseurl/SHASUMS256.txt.asc" } } }