UNPKG

@jitesoft/audit-for-gitlab

Version:

Minimal application to convert npm audit report into gitlab-ci vulnerability report format.

79 lines (78 loc) 2.21 kB
{ "name": "@jitesoft/audit-for-gitlab", "version": "4.0.1", "readmeFilename": "README.md", "description": "Minimal application to convert npm audit report into gitlab-ci vulnerability report format.", "main": "run.js", "bin": "run.js", "preferGlobal": true, "scripts": { "test": "eslint src/**/*.js", "build:prod": "babel src/ -d bin/ && cp src/cwe.json bin/cwe.json" }, "files": [ "/bin" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/jitesoft-open-source" }, "keywords": [ "CI", "gitlab", "jitesoft", "convert", "audit", "dependency-scan", "dependency", "depscan", "vulnerabilities", "vuln", "report" ], "dependencies": { "@babel/runtime-corejs3": "^7.23.6" }, "devDependencies": { "eslint": "^8.56.0", "@babel/eslint-parser": "^7.23.3", "@jitesoft/eslint-config": "^4.2.6", "core-js": "^3.34.0", "@babel/cli": "^7.23.4", "@babel/core": "^7.23.6", "@jitesoft/babel-preset-main": "^5.3.2", "csv-parser": "^3.0.0", "unfetch": "^5.0.0" }, "meta": { "scanner": { "id": "jitesoft_npm_scanner", "name": "NPM Audit Scanner by Jitesoft.", "url": "https://gitlab.com/jitesoft/open-source/javascript/audit-for-gitlab", "vendor": { "name": "Jitesoft <support@jitesoft.com>" } } }, "repository": { "type": "git", "url": "https://gitlab.com/jitesoft/open-source/javascript/audit-for-gitlab" }, "bugs": { "email": "support@jitesoft.com", "url": "https://gitlab.com/jitesoft/open-source/javascript/audit-for-gitlab/issues" }, "maintainers": [ { "email": "johannes@jitesoft.com", "name": "Johannes Tegnér", "url": "https://jite.eu" } ], "author": { "email": "johannes@jitesoft.com", "url": "https://jitesoft.com", "name": "Johannes Tegnér" }, "license": "MIT" }