{
    "version": "27.0.0-nightly202605061aebbdef06",
    "description": "An asynchronous event driven JavaScript runtime designed to build scalable network applications. (nightly verison)",
    "homepage": "https://nodejs.org",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://nodejs.org/download/nightly/v27.0.0-nightly202605061aebbdef06/node-v27.0.0-nightly202605061aebbdef06-win-x64.7z",
            "hash": "bded3366bb2332178b4d9c26797609ab61fc31629d22b2d62185181237b4f456",
            "extract_dir": "node-v27.0.0-nightly202605061aebbdef06-win-x64"
        },
        "arm64": {
            "url": "https://nodejs.org/download/nightly/v27.0.0-nightly202605061aebbdef06/node-v27.0.0-nightly202605061aebbdef06-win-arm64.7z",
            "hash": "0248fe529e04657fcfc8128f4145e02b462d06fef753d1ed89c3a88e9feb35dc",
            "extract_dir": "node-v27.0.0-nightly202605061aebbdef06-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/download/nightly/index.json",
        "jsonpath": "$[0].version",
        "regex": "v([\\d.]+-nightly(?<date>[\\d]{8})(?<commit>[\\w]+))"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://nodejs.org/download/nightly/v$version/node-v$version-win-x64.7z",
                "extract_dir": "node-v$version-win-x64"
            },
            "arm64": {
                "url": "https://nodejs.org/download/nightly/v$version/node-v$version-win-arm64.7z",
                "extract_dir": "node-v$version-win-arm64"
            }
        },
        "hash": {
            "url": "https://nodejs.org/download/nightly/v$version/SHASUMS256.txt"
        }
    }
}
