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/find-versions/package.json
{
	"name": "find-versions",
	"version": "5.1.0",
	"description": "Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`",
	"license": "MIT",
	"repository": "sindresorhus/find-versions",
	"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 && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"semver",
		"version",
		"versions",
		"regex",
		"regexp",
		"match",
		"matching",
		"semantic",
		"find",
		"extract",
		"get"
	],
	"dependencies": {
		"semver-regex": "^4.0.5"
	},
	"devDependencies": {
		"ava": "^4.3.0",
		"tsd": "^0.20.0",
		"xo": "^0.49.0"
	}
}