{ "version": "1.5.4", "description": "Node Version Switcher - A cross-platform tool for switching between versions and forks of Node.js", "homepage": "https://github.com/jasongin/nvs", "license": "MIT", "url": "https://github.com/jasongin/nvs/releases/download/v1.5.4/nvs-1.5.4.msi", "hash": "af6800a660d99d969389a69fda2674e913fc63043f0c5e962dab9b9e60f5262b", "extract_dir": "nvs", "bin": "nvs.ps1", "persist": "nodejs", "env_set": { "NVS_HOME": "$dir\\nodejs" }, "post_install": [ "powershell -NoProfile -File $dir\\nvs.ps1 remote | Out-Null", "$CONF = (Get-Content \"$persist_dir\\nodejs\\settings.json\") | ConvertFrom-Json", "Add-Member -NotePropertyName linkToSystem -NotePropertyValue $false -Force -InputObject $CONF", "ConvertTo-Json $CONF | Out-File -encoding \"ASCII\" \"$persist_dir\\nodejs\\settings.json\"" ], "uninstaller": { "script": "nvs unlink | Out-Null" }, "checkver": "github", "autoupdate": { "url": "https://github.com/jasongin/nvs/releases/download/v$version/nvs-$version.msi" } }