{ "name": "bin-version-check", "version": "5.0.0", "description": "Check whether a binary version satisfies a semver range", "license": "MIT", "repository": "sindresorhus/bin-version-check", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "engines": { "node": ">=12" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "cli", "binary", "executable", "version", "semver", "semantic", "range", "satisfy", "check", "validate" ], "dependencies": { "bin-version": "^6.0.0", "semver": "^7.3.5", "semver-truncate": "^2.0.0" }, "devDependencies": { "ava": "^3.15.0", "xo": "^0.39.1" } }