{ "version": "14.17.0", "description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications. (Long Term Support)", "homepage": "https://nodejs.org", "license": "MIT", "architecture": { "64bit": { "url": "https://nodejs.org/dist/v14.17.0/node-v14.17.0-win-x64.7z", "hash": "bfd45ff5065def2aa85e5da3c7e88035078c956286d9ea0220752ad98d6d28de", "extract_dir": "node-v14.17.0-win-x64" }, "32bit": { "url": "https://nodejs.org/dist/v14.17.0/node-v14.17.0-win-x86.7z", "hash": "ce5f166bab925f9c6ae99c5f8f7b105bd98e20b3554a9016bf3dcb3c2746fa2d", "extract_dir": "node-v14.17.0-win-x86" } }, "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/en/download/", "regex": "LTS Version: ([\\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" } }, "hash": { "url": "$baseurl/SHASUMS256.txt.asc" } } }