This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/compare-versions/package.json
2020-11-01 22:46:04 +00:00

35 lines
743 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"
}
}