read-package-json
Advanced tools
Comparing version 5.0.2 to 6.0.0
{ | ||
"name": "read-package-json", | ||
"version": "5.0.2", | ||
"version": "6.0.0", | ||
"author": "GitHub Inc.", | ||
@@ -22,5 +22,2 @@ "description": "The thing npm uses to read package.json files with semantics and defaults and validation", | ||
"postlint": "template-oss-check", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"snap": "tap", | ||
@@ -31,9 +28,9 @@ "template-oss-apply": "template-oss-apply --force" | ||
"glob": "^8.0.1", | ||
"json-parse-even-better-errors": "^2.3.1", | ||
"normalize-package-data": "^4.0.0", | ||
"npm-normalize-package-bin": "^2.0.0" | ||
"json-parse-even-better-errors": "^3.0.0", | ||
"normalize-package-data": "^5.0.0", | ||
"npm-normalize-package-bin": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@npmcli/eslint-config": "^3.0.1", | ||
"@npmcli/template-oss": "3.6.0", | ||
"@npmcli/eslint-config": "^4.0.0", | ||
"@npmcli/template-oss": "4.5.1", | ||
"tap": "^16.0.1" | ||
@@ -47,3 +44,3 @@ }, | ||
"engines": { | ||
"node": "^12.13.0 || ^14.15.0 || >=16.0.0" | ||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" | ||
}, | ||
@@ -54,8 +51,12 @@ "tap": { | ||
"lines": 76, | ||
"statements": 77 | ||
"statements": 77, | ||
"nyc-arg": [ | ||
"--exclude", | ||
"tap-snapshots/**" | ||
] | ||
}, | ||
"templateOSS": { | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "3.6.0" | ||
"version": "4.5.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20767
+ Addedhosted-git-info@6.1.1(transitive)
+ Addedjson-parse-even-better-errors@3.0.2(transitive)
+ Addednormalize-package-data@5.0.0(transitive)
+ Addednpm-normalize-package-bin@3.0.1(transitive)
- Removedhosted-git-info@5.2.1(transitive)
- Removedjson-parse-even-better-errors@2.3.1(transitive)
- Removednormalize-package-data@4.0.1(transitive)
- Removednpm-normalize-package-bin@2.0.0(transitive)