Searched refs:pkgJsonPath (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-modules-autolinking/src/autolinking/ |
| H A D | mergeLinkingOptions.ts | 66 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 D | mergeLinkingOptions.js | 51 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 D | mergeLinkingOptions.js.map | 1 …pkgJsonPath: string | undefined;\n\n while ((pkgJsonPath = await findUp('package.json', { cwd: di…
|
| /expo/tools/src/commands/ |
| H A D | GenerateBareApp.ts | 320 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 D | generate-artifacts-executor.js | 237 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 D | generate-artifacts-executor.js | 253 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 D | generate-artifacts-executor.js | 237 const pkgJsonPath = path.join(codegenConfigFileDir, 'package.json'); 240 const pkgJson = JSON.parse(fs.readFileSync(pkgJsonPath));
|