You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
406 B
23 lines
406 B
7 years ago
|
{
|
||
|
"name": "semver",
|
||
|
"version": "5.3.0",
|
||
|
"description": "The semantic version parser used by npm.",
|
||
|
"main": "semver.js",
|
||
|
"scripts": {
|
||
|
"test": "tap test/*.js"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"tap": "^2.0.0"
|
||
|
},
|
||
|
"license": "ISC",
|
||
|
"repository": "https://github.com/npm/node-semver",
|
||
|
"bin": {
|
||
|
"semver": "./bin/semver"
|
||
|
},
|
||
|
"files": [
|
||
|
"bin",
|
||
|
"range.bnf",
|
||
|
"semver.js"
|
||
|
]
|
||
|
}
|