wishthis/node_modules/semver/package.json

39 lines
978 B
JSON
Raw Permalink Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-07 07:06:43 +00:00
"name": "semver",
2023-08-17 09:47:40 +00:00
"version": "5.7.2",
2022-02-23 16:41:13 +00:00
"description": "The semantic version parser used by npm.",
2022-04-07 07:06:43 +00:00
"main": "semver.js",
"scripts": {
2023-08-17 09:47:40 +00:00
"test": "tap test/ --100 --timeout=30",
"lint": "echo linting disabled",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"snap": "tap test/ --100 --timeout=30",
"posttest": "npm run lint"
2022-04-07 07:06:43 +00:00
},
2022-01-21 08:28:41 +00:00
"devDependencies": {
2023-08-17 09:47:40 +00:00
"@npmcli/template-oss": "4.17.0",
"tap": "^12.7.0"
2022-01-21 08:28:41 +00:00
},
2022-04-07 07:06:43 +00:00
"license": "ISC",
2023-08-17 09:47:40 +00:00
"repository": {
"type": "git",
"url": "https://github.com/npm/node-semver.git"
},
2022-04-07 07:06:43 +00:00
"bin": {
"semver": "./bin/semver"
},
2022-01-21 08:28:41 +00:00
"files": [
"bin",
"range.bnf",
"semver.js"
],
2023-08-17 09:47:40 +00:00
"author": "GitHub Inc.",
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"content": "./scripts/template-oss",
"version": "4.17.0"
2022-04-07 07:06:43 +00:00
}
2022-01-21 08:28:41 +00:00
}