wishthis/node_modules/sver-compat/package.json

31 lines
660 B
JSON
Raw Permalink Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "sver-compat",
"version": "1.5.0",
"description": "Simple Semver and SemverRange classes",
"main": "sver.js",
"scripts": {
"test": "mocha -u tdd -R dot"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/phated/sver-compat.git"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"keywords": [
"semver"
],
"author": "Guy Bedford",
"license": "MIT",
2022-01-21 08:28:41 +00:00
"bugs": {
"url": "https://github.com/phated/sver-compat/issues"
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/phated/sver-compat#readme",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"mocha": "^3.4.2",
"semver": "^5.3.0"
},
2022-04-08 10:55:35 +00:00
"dependencies": {
"es6-iterator": "^2.0.1",
"es6-symbol": "^3.1.1"
}
2022-01-21 08:28:41 +00:00
}