libnpmexec
Advanced tools
+7
-3
@@ -22,4 +22,2 @@ 'use strict' | ||
| const binPaths = [] | ||
| // when checking the local tree we look up manifests, cache those results by | ||
@@ -117,2 +115,4 @@ // spec.raw so we don't have to fetch again when we check npxCache | ||
| const binPaths = [] | ||
| let pkgPaths = opts.pkgPath | ||
@@ -201,3 +201,7 @@ if (typeof pkgPaths === 'string') { | ||
| const spec = npa(pkg, path) | ||
| const { manifest, node } = await missingFromTree({ spec, tree: localTree, flatOptions }) | ||
| const { manifest, node } = await missingFromTree({ | ||
| spec, | ||
| tree: localTree, | ||
| flatOptions, | ||
| }) | ||
| if (manifest) { | ||
@@ -204,0 +208,0 @@ // Package does not exist in the local tree |
+2
-2
| { | ||
| "name": "libnpmexec", | ||
| "version": "11.0.0-pre.0", | ||
| "version": "11.0.0-pre.1", | ||
| "files": [ | ||
@@ -68,3 +68,3 @@ "bin/", | ||
| "@gar/promise-retry": "^1.0.0", | ||
| "@npmcli/arborist": "^10.0.0-pre.1", | ||
| "@npmcli/arborist": "^10.0.0-pre.2", | ||
| "@npmcli/package-json": "^8.0.0", | ||
@@ -71,0 +71,0 @@ "@npmcli/run-script": "^11.0.0", |
26632
0.09%618
0.65%