{ "version": "16.15.1", "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/v16.15.1/node-v16.15.1-win-x64.7z", "hash": "378a9202374ac65377e13966dc80d435538db5a5cb128d629fa69f638c157a83", "extract_dir": "node-v16.15.1-win-x64" }, "32bit": { "url": "https://nodejs.org/dist/v16.15.1/node-v16.15.1-win-x86.7z", "hash": "d03c7d1dbe397a6095d0119c2a48105949c12e212fb7cda5a8df986a1af69a9b", "extract_dir": "node-v16.15.1-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" } } }