Lines Matching defs:const
3 const {
12 const {
15 const { internalModuleReadJSON } = internalBinding('fs');
16 const { resolve, sep, toNamespacedPath } = require('path');
17 const { kEmptyObject } = require('internal/util');
19 const { fileURLToPath, pathToFileURL } = require('internal/url');
21 const cache = new SafeMap();
22 const isAIX = process.platform === 'aix';
52 const {
58 const result = {
74 const isResultValid = isAIX && !isESM ? containsKeys : string !== undefined;
121 const { getOptionValue } = require('internal/options');
127 const jsonURL = pathToFileURL(jsonPath);
149 const rootSeparatorIndex = StringPrototypeIndexOf(checkPath, sep);
157 const pjson = readPackage(checkPath + sep);