UNPKG

ae-cvss-calculator

Version:

A CVSS vector modeling and score calculation implementation for all CVSS versions by {metæffekt}.

47 lines (46 loc) 1.34 kB
{ "name": "ae-cvss-calculator", "version": "1.0.8", "description": "A CVSS vector modeling and score calculation implementation for all CVSS versions by {metæffekt}.", "main": "dist/ae-cvss-calculator.js", "types": "dist/types/src/index.d.ts", "homepage": "https://www.metaeffekt.com/security/cvss/calculator", "repository": { "type": "git", "url": "https://github.com/org-metaeffekt/metaeffekt-universal-cvss-calculator" }, "bugs": { "url": "https://github.com/org-metaeffekt/metaeffekt-universal-cvss-calculator/issues" }, "scripts": { "build": "webpack", "postbuild": "node add-license.js", "pack": "npm run test && npm run build && npm pack && npx madge --image dependency-graph.png --extensions ts ./src", "test": "npm run dependency-test && jest", "dependency-test": "npx madge --circular --extensions ts ./src" }, "keywords": [ "cvss", "calculator", "security", "vulnerability", "scoring" ], "author": "{metæffekt}", "license": "Apache-2.0", "devDependencies": { "@types/jest": "^29.5.11", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-loader": "^9.5.0", "typescript": "^5.2.2", "webpack": "^5.99.6", "webpack-cli": "^5.1.4" }, "files": [ "package.json", "README.md", "LICENSE", "dist/*" ] }