UNPKG

semver-existing-max

Version:

Find existing maximum version of dependency according to semver and semver-max

39 lines (38 loc) 861 B
{ "name": "semver-existing-max", "version": "1.0.2", "description": "Find existing maximum version of dependency according to semver and semver-max", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/klintonc/semver-existing-max.git" }, "homepage": "https://github.com/klintonc/semver-existing-max", "author": "Klinton C. <klinton.chh@gmail.com>", "license": "MIT", "scripts": { "test": "jest --coverage" }, "files": [ "index.js" ], "bugs": { "url": "https://github.com/klintonc/semver-existing-max/issues" }, "keywords": [ "semver", "version", "maximum", "existing", "max", "semver-existing-max" ], "dependencies": { "axios": "^0.21.1", "semver": "^7.3.5", "semver-max": "^1.0.0" }, "devDependencies": { "jest": "^26.6.3" } }