UNPKG

semver

Version:

The semantic version parser used by npm.

39 lines (38 loc) 726 B
{ "name": "semver", "version": "7.1.3", "description": "The semantic version parser used by npm.", "main": "index.js", "scripts": { "test": "tap", "snap": "tap", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --follow-tags" }, "devDependencies": { "tap": "^14.10.2" }, "license": "ISC", "repository": "https://github.com/npm/node-semver", "bin": { "semver": "./bin/semver.js" }, "files": [ "bin", "range.bnf", "classes", "functions", "internal", "ranges", "index.js", "preload.js" ], "tap": { "check-coverage": true, "coverage-map": "map.js" }, "engines": { "node": ">=10" } }