@npmcli/installed-package-contents
Advanced tools
+7
-7
| { | ||
| "name": "@npmcli/installed-package-contents", | ||
| "version": "4.0.0", | ||
| "version": "5.0.0", | ||
| "description": "Get the list of files installed in a package in node_modules, including bundled dependencies", | ||
@@ -22,9 +22,9 @@ "author": "GitHub Inc.", | ||
| "devDependencies": { | ||
| "@npmcli/eslint-config": "^5.0.0", | ||
| "@npmcli/template-oss": "4.27.1", | ||
| "@npmcli/eslint-config": "^6.0.0", | ||
| "@npmcli/template-oss": "5.1.0", | ||
| "tap": "^16.3.0" | ||
| }, | ||
| "dependencies": { | ||
| "npm-bundled": "^5.0.0", | ||
| "npm-normalize-package-bin": "^5.0.0" | ||
| "npm-bundled": "^6.0.0", | ||
| "npm-normalize-package-bin": "^6.0.0" | ||
| }, | ||
@@ -40,7 +40,7 @@ "repository": { | ||
| "engines": { | ||
| "node": "^20.17.0 || >=22.9.0" | ||
| "node": "^22.22.2 || ^24.15.0 || >=26.0.0" | ||
| }, | ||
| "templateOSS": { | ||
| "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
| "version": "4.27.1", | ||
| "version": "5.1.0", | ||
| "publish": true | ||
@@ -47,0 +47,0 @@ }, |
12361
0.08%+ Added
+ Added
- Removed
- Removed
Updated