Home
last modified time | relevance | path

Searched refs:readPackageScope (Results 1 - 3 of 3) sorted by relevance

/third_party/node/lib/internal/modules/
H A Drun_main.js76 const { readPackageScope } = require('internal/modules/package_json_reader');
77 const pkg = readPackageScope(mainPath);
H A Dpackage_json_reader.js148 function readPackageScope(checkPath) { function
171 readPackageScope,
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js541 const { data: pkg, path: pkgPath } = packageJsonReader.readPackageScope(parentPath);
1098 const pkg = packageJsonReader.readPackageScope(parentPath) || { __proto__: null };
1388 const pkg = packageJsonReader.readPackageScope(filename) || { __proto__: null };

Completed in 5 milliseconds