{
    "version": "18.20.8",
    "description": "As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.",
    "homepage": "https://nodejs.org",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://nodejs.org/dist/v18.20.8/node-v18.20.8-win-x64.7z",
            "hash": "a3aec6ddc837df1d838978568378ce877d36f1b1ade497b65db5ce93d7254c4f",
            "extract_dir": "node-v18.20.8-win-x64"
        },
        "32bit": {
            "url": "https://nodejs.org/dist/v18.20.8/node-v18.20.8-win-x86.7z",
            "hash": "fea3bf9abebf12d96d76fd879326050af7d4e207a6203c4efddef875e3118e0f",
            "extract_dir": "node-v18.20.8-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/dist/latest-v18.x/",
        "regex": "node-v([\\d.]+)-x64\\.msi"
    },
    "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"
        }
    }
}
