read-package-up
Advanced tools
+9
-14
| { | ||
| "name": "read-package-up", | ||
| "version": "11.0.0", | ||
| "version": "12.0.0", | ||
| "description": "Read the closest package.json file", | ||
@@ -18,7 +18,8 @@ "license": "MIT", | ||
| }, | ||
| "sideEffects": false, | ||
| "engines": { | ||
| "node": ">=18" | ||
| "node": ">=20" | ||
| }, | ||
| "scripts": { | ||
| "test": "xo && ava && tsd" | ||
| "test": "xo && ava" | ||
| }, | ||
@@ -56,16 +57,10 @@ "files": [ | ||
| "dependencies": { | ||
| "find-up-simple": "^1.0.0", | ||
| "read-pkg": "^9.0.0", | ||
| "type-fest": "^4.6.0" | ||
| "find-up-simple": "^1.0.1", | ||
| "read-pkg": "^10.0.0", | ||
| "type-fest": "^5.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "ava": "^5.3.1", | ||
| "tsd": "^0.29.0", | ||
| "xo": "^0.56.0" | ||
| }, | ||
| "xo": { | ||
| "rules": { | ||
| "@typescript-eslint/no-redundant-type-constituents": "off" | ||
| } | ||
| "ava": "^6.4.1", | ||
| "xo": "^1.2.3" | ||
| } | ||
| } |
+1
-1
@@ -68,2 +68,2 @@ # read-package-up | ||
| - [find-up](https://github.com/sindresorhus/find-up) - Find a file by walking up parent directories | ||
| - [pkg-conf](https://github.com/sindresorhus/pkg-conf) - Get namespaced config from the closest package.json | ||
| - [package-config](https://github.com/sindresorhus/package-config) - Get namespaced config from the closest package.json |
2
-33.33%6195
-1.34%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated