37 lines
No EOL
785 B
JSON
37 lines
No EOL
785 B
JSON
{
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/node-semver/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "The semantic version parser used by npm.",
|
|
"devDependencies": {
|
|
"tap": "^14.3.1"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"range.bnf",
|
|
"semver.js"
|
|
],
|
|
"homepage": "https://github.com/npm/node-semver#readme",
|
|
"license": "ISC",
|
|
"main": "semver.js",
|
|
"name": "semver",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/node-semver.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --follow-tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"version": "6.3.0"
|
|
} |