{ "version": "0.4.10", "description": "Completions for various commands through Clink", "homepage": "https://github.com/vladimir-kotikov/clink-completions", "license": "MIT", "suggest": { "Clink": "clink" }, "url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.4.10.zip", "hash": "29105596408f1e652fe729e5c833313da4e8d12335192cd1a2fdd748a5fd4693", "extract_dir": "clink-completions-0.4.10", "installer": { "script": [ "if (Get-Command clink -ErrorAction SilentlyContinue) {", " clink installscripts \"$dir\"", "} else {", " warn 'Clink installation not found. Please manually install these scripts.'", "}" ] }, "uninstaller": { "script": [ "if (Get-Command clink -ErrorAction SilentlyContinue) {", " clink uninstallscripts \"$dir\"", "}" ] }, "checkver": "github", "autoupdate": { "url": "https://github.com/vladimir-kotikov/clink-completions/archive/v$version.zip", "extract_dir": "clink-completions-$version" } }