Home
last modified time | relevance | path

Searched defs:pkgPath (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-corepack-yarn-install.js37 const pkgPath = path.join(installDir, 'package.json'); constant
Dtest-npm-install.js37 const pkgPath = path.join(installDir, 'package.json'); constant
Dtest-module-loading-globalpaths.js81 const pkgPath = path.join(prefixLibNodePath, `${pkgName}.js`); constant
/third_party/node/deps/npm/test/tap/
Dverify-no-lifecycle-on-repo.js62 function saveJson (pkgPath, json) { argument
Dinstall-local-dep-cycle.js65 function saveJson (pkgPath, json) { argument
Dformat-package-lock.js17 const pkgPath = path.join(testdir, 'package.json') constant
/third_party/node/deps/npm/node_modules/libcipm/
Dindex.js367 runScript (stage, pkg, pkgPath) { argument
/third_party/node/lib/internal/modules/cjs/
Dloader.js908 function finalizeEsmResolution(match, request, parentPath, pkgPath) { argument