{ "version": "0.106.1", "description": "A modern shell written in Rust", "homepage": "https://www.nushell.sh", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/nushell/nushell/releases/download/0.106.1/nu-0.106.1-x86_64-pc-windows-msvc.zip", "hash": "720964e9257f2ff78a26f172e7119fb92d82b8f602a6d59b86c4d8f84dc7c14f" }, "arm64": { "url": "https://github.com/nushell/nushell/releases/download/0.106.1/nu-0.106.1-aarch64-pc-windows-msvc.zip", "hash": "2660040c8c99507adf7831cf4443e68dfa0fad2453081f9bbc252f898c871e1d" } }, "bin": "nu.exe", "shortcuts": [ [ "nu.exe", "Nushell", "--execute \"cd ~\"" ] ], "post_uninstall": [ "if ($purge) {", " $Directories = [string[]](", " [System.IO.Path]::Combine($env:APPDATA,'nushell'),", " [System.IO.Path]::Combine($env:LOCALAPPDATA,'nushell')", " )", " $Directories.ForEach{", " if ([System.IO.Directory]::Exists($_)) {", " $null = [System.IO.Directory]::Delete($_,$true)", " }", " }", "}" ], "checkver": { "github": "https://github.com/nushell/nushell" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-x86_64-pc-windows-msvc.zip" }, "arm64": { "url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-aarch64-pc-windows-msvc.zip" } }, "hash": { "url": "$baseurl/SHA256SUMS" } } }