summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/@npmcli/metavuln-calculator/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/@npmcli/metavuln-calculator/package.json')
-rw-r--r--deps/npm/node_modules/@npmcli/metavuln-calculator/package.json28
1 files changed, 15 insertions, 13 deletions
diff --git a/deps/npm/node_modules/@npmcli/metavuln-calculator/package.json b/deps/npm/node_modules/@npmcli/metavuln-calculator/package.json
index 131cff6723..385a34b85a 100644
--- a/deps/npm/node_modules/@npmcli/metavuln-calculator/package.json
+++ b/deps/npm/node_modules/@npmcli/metavuln-calculator/package.json
@@ -1,13 +1,14 @@
{
"name": "@npmcli/metavuln-calculator",
- "version": "2.0.0",
+ "version": "3.0.0",
"main": "lib/index.js",
"files": [
+ "bin",
"lib"
],
"description": "Calculate meta-vulnerabilities from package security advisories",
"repository": "https://github.com/npm/metavuln-calculator",
- "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
+ "author": "GitHub Inc.",
"license": "ISC",
"scripts": {
"test": "tap",
@@ -18,29 +19,30 @@
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"eslint": "eslint",
- "lint": "npm run eslint -- \"lib/**/*.js\" \"test/**/*.js\"",
- "lintfix": "npm run lint -- --fix"
+ "lint": "eslint '**/*.js'",
+ "lintfix": "npm run lint -- --fix",
+ "postlint": "npm-template-check",
+ "template-copy": "npm-template-copy --force"
},
"tap": {
"check-coverage": true,
"coverage-map": "map.js"
},
"devDependencies": {
- "eslint": "^7.20.0",
- "eslint-plugin-import": "^2.22.1",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.3.1",
- "eslint-plugin-standard": "^4.1.0",
+ "@npmcli/template-oss": "^2.7.1",
"require-inject": "^1.4.4",
- "tap": "^14.10.8"
+ "tap": "^15.1.6"
},
"dependencies": {
- "cacache": "^15.0.5",
+ "cacache": "^15.3.0",
"json-parse-even-better-errors": "^2.3.1",
- "pacote": "^12.0.0",
- "semver": "^7.3.2"
+ "pacote": "^13.0.1",
+ "semver": "^7.3.5"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
+ },
+ "templateOSS": {
+ "version": "2.7.1"
}
}