HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //var/dev/shahnamag/back-end/node_modules/bin-version-check/package.json
{
	"name": "bin-version-check",
	"version": "5.1.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.5.3",
		"semver-truncate": "^3.0.0"
	},
	"devDependencies": {
		"ava": "^4.3.3",
		"xo": "^0.45.0"
	}
}