Home
last modified time | relevance | path

Searched refs:pkgJsonPath (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-modules-autolinking/src/autolinking/
H A DmergeLinkingOptions.ts66 let pkgJsonPath: string | undefined;
68 while ((pkgJsonPath = await findUp('package.json', { cwd: dir }))) {
69 dir = path.dirname(path.dirname(pkgJsonPath));
70 paths.push(path.join(pkgJsonPath, '..', 'node_modules'));
/expo/packages/expo-modules-autolinking/build/autolinking/
H A DmergeLinkingOptions.js51 let pkgJsonPath;
52 while ((pkgJsonPath = await (0, find_up_1.default)('package.json', { cwd: dir }))) {
53 dir = path_1.default.dirname(path_1.default.dirname(pkgJsonPath));
54 paths.push(path_1.default.join(pkgJsonPath, '..', 'node_modules'));
H A DmergeLinkingOptions.js.map1pkgJsonPath: string | undefined;\n\n while ((pkgJsonPath = await findUp('package.json', { cwd: di…
/expo/tools/src/commands/
H A DGenerateBareApp.ts320 const pkgJsonPath = path.resolve(projectDir, 'package.json'); constant
321 const pkgJson = await fs.readJSON(pkgJsonPath);
329 await fs.writeJSON(pkgJsonPath, pkgJson, { spaces: 2 });
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js237 const pkgJsonPath = path.join(codegenConfigFileDir, 'package.json');
240 const pkgJson = JSON.parse(fs.readFileSync(pkgJsonPath));
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js253 const pkgJsonPath = path.join(codegenConfigFileDir, 'package.json');
256 const pkgJson = JSON.parse(fs.readFileSync(pkgJsonPath));
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js237 const pkgJsonPath = path.join(codegenConfigFileDir, 'package.json');
240 const pkgJson = JSON.parse(fs.readFileSync(pkgJsonPath));