Home
last modified time | relevance | path

Searched refs:readPackageScope (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/modules/
Drun_main.js7 const { Module, toRealPath, readPackageScope } = CJSLoader;
42 const pkg = readPackageScope(mainPath);
/third_party/node/lib/internal/modules/cjs/
Dloader.js70 wrapSafe, Module, toRealPath, readPackageScope, cjsParseCache, property
289 function readPackageScope(checkPath) { function
412 const { data: pkg, path: pkgPath } = readPackageScope(parentPath) || {};
860 const pkg = readPackageScope(parent.filename) || {};
1096 const pkg = readPackageScope(filename);