mirror of https://gitee.com/openkylin/npm.git
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"name": "npm-audit-report",
|
|
"version": "4.0.0",
|
|
"description": "Given a response from the npm security api, render it into a variety of security reports",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "tap",
|
|
"snap": "tap",
|
|
"lint": "eslint \"**/*.js\"",
|
|
"postlint": "template-oss-check",
|
|
"template-oss-apply": "template-oss-apply --force",
|
|
"lintfix": "npm run lint -- --fix",
|
|
"posttest": "npm run lint"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true,
|
|
"coverage-map": "map.js",
|
|
"nyc-arg": [
|
|
"--exclude",
|
|
"tap-snapshots/**"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"npm",
|
|
"security",
|
|
"report",
|
|
"audit"
|
|
],
|
|
"author": "GitHub Inc.",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@npmcli/eslint-config": "^3.0.1",
|
|
"@npmcli/template-oss": "4.5.1",
|
|
"require-inject": "^1.4.4",
|
|
"tap": "^16.0.0"
|
|
},
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/npm/npm-audit-report.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/npm-audit-report/issues"
|
|
},
|
|
"homepage": "https://github.com/npm/npm-audit-report#readme",
|
|
"files": [
|
|
"bin/",
|
|
"lib/"
|
|
],
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
},
|
|
"templateOSS": {
|
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
"version": "4.5.1"
|
|
}
|
|
}
|