38 lines
980 B
JSON
38 lines
980 B
JSON
{
|
|
"name": "compare-versions",
|
|
"version": "3.6.0",
|
|
"description": "Compare semver version strings to find greater, equal or lesser.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/omichelsen/compare-versions.git"
|
|
},
|
|
"author": "Ole Michelsen",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/omichelsen/compare-versions/issues"
|
|
},
|
|
"homepage": "https://github.com/omichelsen/compare-versions#readme",
|
|
"keywords": [
|
|
"semver",
|
|
"version",
|
|
"compare",
|
|
"browser",
|
|
"node"
|
|
],
|
|
"scripts": {
|
|
"test": "nyc mocha"
|
|
},
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"index.d.ts"
|
|
],
|
|
"devDependencies": {
|
|
"mocha": "^7.0.1",
|
|
"nyc": "^15.0.0"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz"
|
|
,"_integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA=="
|
|
,"_from": "compare-versions@3.6.0"
|
|
} |