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/read-package-json/package.json')
-rw-r--r--node_modules/read-package-json/package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/node_modules/read-package-json/package.json b/node_modules/read-package-json/package.json
index 5ca535cfd..fb263fd71 100644
--- a/node_modules/read-package-json/package.json
+++ b/node_modules/read-package-json/package.json
@@ -1,6 +1,6 @@
{
"name": "read-package-json",
- "version": "4.0.1",
+ "version": "4.1.1",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"description": "The thing npm uses to read package.json files with semantics and defaults and validation",
"repository": {
@@ -12,7 +12,7 @@
"prerelease": "npm t",
"postrelease": "npm publish && git push --follow-tags",
"release": "standard-version -s",
- "test": "tap --nyc-arg=--all --coverage test/*.js --branches 68 --functions 83 --lines 76 --statements 77",
+ "test": "tap --nyc-arg=--all --coverage test/*.js",
"npmclilint": "npmcli-lint",
"lint": "npm run npmclilint -- --ignore-pattern test/fixtures \"*.*js\" \"test/**/*.*js\"",
"lintfix": "npm run lint -- --fix",
@@ -36,5 +36,11 @@
],
"engines": {
"node": ">=10"
+ },
+ "tap": {
+ "branches": 68,
+ "functions": 83,
+ "lines": 76,
+ "statements": 77
}
}