UNPKG

cvss3

Version:

CVSS (Common Vulnerability Scoring System) Version 3

34 lines (33 loc) 696 B
{ "name": "cvss3", "version": "0.1.1", "description": "CVSS (Common Vulnerability Scoring System) Version 3", "main": "index.js", "directories": { "test": "test" }, "devDependencies": { "mocha": "*", "should": "^7.0.4" }, "scripts": { "test": "mocha --reporter list" }, "engines": { "node": "0.12.x" }, "repository": { "type": "git", "url": "git+https://github.com/spiegel-im-spiegel/cvss3.git" }, "keywords": [ "cvss", "cvss3" ], "author": "spiegel", "license": "CC0-1.0", "bugs": { "url": "https://github.com/spiegel-im-spiegel/cvss3/issues" }, "homepage": "https://github.com/spiegel-im-spiegel/cvss3#readme" }