CasperSecurity
{
"_id": "semver@7.6.0",
"_inBundle": true,
"_location": "/npm/semver",
"_phantomChildren": {
"yallist": "4.0.0"
},
"_requiredBy": [
"/npm",
"/npm/@npmcli/arborist",
"/npm/@npmcli/config",
"/npm/@npmcli/fs",
"/npm/@npmcli/git",
"/npm/@npmcli/metavuln-calculator",
"/npm/@npmcli/package-json",
"/npm/builtins",
"/npm/init-package-json",
"/npm/libnpmexec",
"/npm/libnpmpublish",
"/npm/libnpmversion",
"/npm/node-gyp",
"/npm/normalize-package-data",
"/npm/npm-install-checks",
"/npm/npm-package-arg",
"/npm/npm-pick-manifest"
],
"author": {
"name": "GitHub Inc."
},
"bin": {
"semver": "bin/semver.js"
},
"bugs": {
"url": "https://github.com/npm/node-semver/issues"
},
"dependencies": {
"lru-cache": "^6.0.0"
},
"description": "The semantic version parser used by npm.",
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.21.3",
"tap": "^16.0.0"
},
"engines": {
"node": ">=10"
},
"files": [
"bin/",
"lib/",
"classes/",
"functions/",
"internal/",
"ranges/",
"index.js",
"preload.js",
"range.bnf"
],
"homepage": "https://github.com/npm/node-semver#readme",
"license": "ISC",
"main": "index.js",
"name": "semver",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/node-semver.git"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
},
"tap": {
"timeout": 30,
"coverage-map": "map.js",
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.21.3",
"engines": ">=10",
"distPaths": [
"classes/",
"functions/",
"internal/",
"ranges/",
"index.js",
"preload.js",
"range.bnf"
],
"allowPaths": [
"/classes/",
"/functions/",
"/internal/",
"/ranges/",
"/index.js",
"/preload.js",
"/range.bnf"
],
"publish": "true"
},
"version": "7.6.0"
}