Searched defs:packageJsonCache (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/ |
| D | index.js | 31 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/ |
| D | reify.js | 1114 packageJsonCache: new Map([[fromPath + '/package.json', node.package]]), property
|
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 4199 const packageJsonCache = this.packageJsonCache; constant
|
| D | session.ts | 1379 … const packageJsonCache = project.getModuleResolutionCache()?.getPackageJsonInfoCache(); constant
|