Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/npm-audit-report/package.json')
-rw-r--r--node_modules/npm-audit-report/package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/node_modules/npm-audit-report/package.json b/node_modules/npm-audit-report/package.json
index 8749c1458..8779f4c1d 100644
--- a/node_modules/npm-audit-report/package.json
+++ b/node_modules/npm-audit-report/package.json
@@ -1,14 +1,11 @@
{
"name": "npm-audit-report",
- "version": "3.0.0",
+ "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",
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
@@ -17,7 +14,11 @@
},
"tap": {
"check-coverage": true,
- "coverage-map": "map.js"
+ "coverage-map": "map.js",
+ "nyc-arg": [
+ "--exclude",
+ "tap-snapshots/**"
+ ]
},
"keywords": [
"npm",
@@ -32,7 +33,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.1.2",
+ "@npmcli/template-oss": "4.5.1",
"require-inject": "^1.4.4",
"tap": "^16.0.0"
},
@@ -50,14 +51,13 @@
"homepage": "https://github.com/npm/npm-audit-report#readme",
"files": [
"bin/",
- "lib/",
- "reporters"
+ "lib/"
],
"engines": {
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
+ "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": "3.1.2"
+ "version": "4.5.1"
}
}