UNPKG

fetch-cwe-list

Version:

A simple Node.js module that fetches and parses the latest Common Weakness Enumeration (CWE) list

58 lines (57 loc) 1.48 kB
{ "name": "fetch-cwe-list", "version": "0.0.7", "description": "A simple Node.js module that fetches and parses the latest Common Weakness Enumeration (CWE) list", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "release": "standard-version", "commit": "npx git-cz" }, "author": { "name": "Alejandro Saenz", "email": "alejandrosaenz117@gmail.com", "url": "https://www.alejandrosaenz.com" }, "license": "MIT", "dependencies": { "fast-xml-parser": "^5.2.5", "unzipper": "^0.10.11" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.14.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "husky": "^4.3.0", "standard-version": "^9.0.0" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "repository": { "type": "git", "url": "https://github.com/Whamo12/fetch-cwe-list" }, "homepage": "https://github.com/Whamo12/fetch-cwe-list", "keywords": [ "web security", "web application security", "webappsec", "owasp", "security", "cwe", "common weakness enumeration" ] }