UNPKG

is-semver

Version:

Check if an input value is a valid semver version or not.

48 lines 1 kB
{ "name": "is-semver", "version": "1.0.12", "description": "Check if an input value is a valid semver version or not.", "main": "lib/index.js", "directories": { "example": "example" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "semver", "valid", "check", "validate" ], "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "license": "MIT", "dependencies": { "semver": "^7.3.7" }, "repository": { "type": "git", "url": "git+https://github.com/IonicaBizau/is-semver.git" }, "bugs": { "url": "https://github.com/IonicaBizau/is-semver/issues" }, "homepage": "https://github.com/IonicaBizau/is-semver#readme", "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ] }