@dshbuilds/gitlab-npm-audit-parser
Version:
NPM Audit parser for GitLab dependency scanning
99 lines (98 loc) • 2.7 kB
JSON
{
"name": "@dshbuilds/gitlab-npm-audit-parser",
"version": "1.0.3",
"description": "NPM Audit parser for GitLab dependency scanning",
"bin": "dist/parse.js",
"main": "dist/parse.js",
"files": [
"./dist/**"
],
"directories": {
"test": "test"
},
"scripts": {
"build": "npm run --silent build:prod --",
"build-watch": "webpack --mode=production --watch",
"build:prod": "webpack --mode=production --node-env=production",
"prepublishOnly": "npm test && eslint . --ext md,mdx",
"lint": "eslint . --ext js,md,mdx",
"format": "npm run --silent lint -- --fix",
"pretest": "npm run --silent build",
"test": "npm run --silent test:prod --",
"test-debug": "jest --runInBand",
"test:prod": "jest"
},
"repository": {
"type": "git",
"url": "git@github.com:dansholds/gitlab-npm-audit-parser.git"
},
"keywords": [
"gitlab",
"npm",
"CI",
"dependency-scan",
"audit",
"vulnerabilities",
"report",
"json",
"dshbuilds",
"convert"
],
"author": "Maxime Gibeau",
"contributors": [
{
"name": "Eric Peterson",
"email": "eric@elpete.com",
"url": "https://github.com/elpete"
},
{
"name": "dshbuilds",
"email": "dshbuilds@gmail.com",
"url": "https://github.com/dshbuilds"
}
],
"engines": {
"node": ">=10.24",
"npm": ">=7.0"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/test/setupTests.js"
],
"transformIgnorePatterns": [],
"watchPathIgnorePatterns": [
"<rootDir>/(?!(dist|test)/)"
]
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@gitlab-org/security-report-schemas": "^14.0.3",
"babel-jest": "^27.0.6",
"commander": "^7.2.0",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-mdx": "^1.0.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-webpack-plugin": "^3.0.1",
"jest": "^27.0.6",
"jsonschema": "^1.4.0",
"npm-audit-v1": "npm:npm-audit-report@^1.3.3",
"npm-audit-v2": "npm:npm-audit-report@^2.1.4",
"prettier": "^2.3.0",
"remark-lint-alphabetize-lists": "^3.0.0",
"remark-lint-no-dead-urls": "^1.1.0",
"remark-preset-lint-consistent": "^4.0.0",
"remark-preset-lint-markdown-style-guide": "^4.0.0",
"remark-preset-lint-recommended": "^5.0.0",
"remark-preset-prettier": "^0.5.1",
"replace-in-file": "^6.2.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-shebang-plugin": "^1.1.4"
}
}