1
0
Files
setup-deno/node_modules/semver/package.json
T

78 lines
1.6 KiB
JSON
Raw Normal View History

2021-04-10 02:16:12 +02:00
{
2022-10-17 12:03:20 +02:00
"name": "semver",
2024-09-13 17:15:41 +02:00
"version": "7.6.3",
2021-04-10 02:16:12 +02:00
"description": "The semantic version parser used by npm.",
2022-10-17 12:03:20 +02:00
"main": "index.js",
"scripts": {
"test": "tap",
"snap": "tap",
2024-09-13 17:15:41 +02:00
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
2022-10-17 12:03:20 +02:00
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint",
"template-oss-apply": "template-oss-apply --force"
2021-04-10 02:16:12 +02:00
},
2022-10-17 12:03:20 +02:00
"devDependencies": {
2024-09-13 17:15:41 +02:00
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.22.0",
"benchmark": "^2.1.4",
2022-10-17 12:03:20 +02:00
"tap": "^16.0.0"
2021-04-10 02:16:12 +02:00
},
"license": "ISC",
"repository": {
"type": "git",
2024-09-13 17:15:41 +02:00
"url": "git+https://github.com/npm/node-semver.git"
2021-04-10 02:16:12 +02:00
},
2022-10-17 12:03:20 +02:00
"bin": {
"semver": "bin/semver.js"
2021-04-10 02:16:12 +02:00
},
2022-10-17 12:03:20 +02:00
"files": [
"bin/",
"lib/",
"classes/",
"functions/",
"internal/",
"ranges/",
"index.js",
"preload.js",
"range.bnf"
],
2021-04-10 02:16:12 +02:00
"tap": {
2024-09-13 17:15:41 +02:00
"timeout": 30,
2022-10-17 12:03:20 +02:00
"coverage-map": "map.js",
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"engines": {
"node": ">=10"
2021-04-10 02:16:12 +02:00
},
2022-10-17 12:03:20 +02:00
"author": "GitHub Inc.",
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
2024-09-13 17:15:41 +02:00
"version": "4.22.0",
2022-10-17 12:03:20 +02:00
"engines": ">=10",
"distPaths": [
"classes/",
"functions/",
"internal/",
"ranges/",
"index.js",
"preload.js",
"range.bnf"
],
"allowPaths": [
"/classes/",
"/functions/",
"/internal/",
"/ranges/",
"/index.js",
"/preload.js",
2024-09-13 17:15:41 +02:00
"/range.bnf",
"/benchmarks"
],
"publish": "true"
2022-10-17 12:03:20 +02:00
}
2021-04-10 02:16:12 +02:00
}