Home
last modified time | relevance | path

Searched defs:packageJsonCache (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/
Dindex.js31 const readPackage = ({ path, packageJsonCache }) => field
42 const rpj = ({ path, packageJsonCache }) => field
43 readPackage({ path, packageJsonCache }) field
72 packageJsonCache = null, property
79 packageJsonCache = new Map() variable
83 return rpj({ path: path + '/package.json', packageJsonCache }) field
90 packageJsonCache, property
123 ? bundled({ path, packageJsonCache }) : null, field
162 packageJsonCache, property
182 packageJsonCache, property
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dreify.js1114 packageJsonCache: new Map([[fromPath + '/package.json', node.package]]), property
/third_party/typescript/src/server/
DeditorServices.ts4199 const packageJsonCache = this.packageJsonCache; constant
Dsession.ts1379 … const packageJsonCache = project.getModuleResolutionCache()?.getPackageJsonInfoCache(); constant