| /expo/packages/@expo/cli/src/prebuild/__tests__/ |
| H A D | updatePackageJson-test.ts | 30 const pkg = { constant 58 const pkg = { constant 92 const pkg = { constant 120 const pkg = { constant
|
| /expo/packages/@expo/cli/src/start/doctor/dependencies/__tests__/ |
| H A D | validateDependenciesVersions-test.ts | 73 const pkg = { constant 98 const pkg = { constant 129 const pkg = { constant 176 const pkg = { constant 192 const pkg = { constant
|
| /expo/packages/@expo/cli/e2e/__tests__/ |
| H A D | install-test.ts | 89 const pkg = await JsonFile.readAsync(path.resolve(projectRoot, 'package.json')); constant 118 let pkg = await JsonFile.readAsync(path.resolve(projectRoot, 'package.json')); variable 161 let pkg = await JsonFile.readAsync(path.resolve(projectRoot, 'package.json')); variable
|
| /expo/tools/src/publish-packages/tasks/ |
| H A D | updateWorkspaceProjects.ts | 67 for (const { pkg, state } of projectDependencies) { constant 68 const currentVersionRange = dependenciesObject[pkg.packageName]; constant
|
| /expo/tools/src/commands/ |
| H A D | AndroidBuildPackages.ts | 54 for (const pkg of packages) { constant 104 for (const pkg of packages) { constant 221 for (const pkg of packages) { constant 239 for (const pkg of packages) { constant 277 for (const pkg of packages) { constant
|
| /expo/packages/expo-dev-menu/plugin/src/ |
| H A D | withDevMenu.ts | 3 const pkg = require('expo-dev-menu/package.json'); constant
|
| /expo/packages/expo-document-picker/plugin/src/ |
| H A D | withDocumentPicker.ts | 5 const pkg = require('expo-document-picker/package.json'); constant
|
| /expo/packages/expo-file-system/plugin/src/ |
| H A D | withFileSystem.ts | 3 const pkg = require('expo-file-system/package.json'); constant
|
| /expo/packages/expo-splash-screen/plugin/src/ |
| H A D | withSplashScreen.ts | 5 const pkg = require('expo-splash-screen/package.json'); constant
|
| /expo/packages/expo-task-manager/plugin/src/ |
| H A D | withTaskManager.ts | 3 const pkg = require('expo-task-manager/package.json'); constant
|
| /expo/packages/expo-system-ui/plugin/src/ |
| H A D | withSystemUI.ts | 8 const pkg = require('expo-system-ui/package.json'); constant
|
| /expo/packages/expo-updates/plugin/src/ |
| H A D | withUpdates.ts | 3 const pkg = require('expo-updates/package.json'); constant
|
| /expo/packages/expo-cellular/plugin/src/ |
| H A D | withCellular.ts | 3 const pkg = require('expo-cellular/package.json'); constant
|
| /expo/packages/expo-dev-launcher/plugin/src/ |
| H A D | withDevLauncher.ts | 10 const pkg = require('expo-dev-launcher/package.json'); constant
|
| /expo/packages/expo-brightness/plugin/src/ |
| H A D | withBrightness.ts | 3 const pkg = require('expo-brightness/package.json'); constant
|
| /expo/packages/expo-background-fetch/plugin/src/ |
| H A D | withBackgroundFetch.ts | 8 const pkg = require('expo-background-fetch/package.json'); constant
|
| /expo/packages/expo-dev-client/plugin/src/ |
| H A D | withDevClient.ts | 12 const pkg = require('expo-dev-client/package.json'); constant
|
| /expo/packages/expo-apple-authentication/plugin/src/ |
| H A D | withAppleAuth.ts | 5 const pkg = require('expo-apple-authentication/package.json'); constant
|
| /expo/packages/expo-branch/plugin/src/ |
| H A D | withBranch.ts | 6 const pkg = require('expo-branch/package.json'); constant
|
| /expo/packages/@expo/config/src/ |
| H A D | Config.ts | 190 const [pkg] = getPackageJsonAndPath(projectRoot); constant 321 const pkgName = typeof pkg.name === 'string' ? pkg.name : path.basename(projectRoot); constant 322 const pkgVersion = typeof pkg.version === 'string' ? pkg.version : '1.0.0'; constant 397 const [pkg] = getPackageJsonAndPath(projectRoot); constant
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotifications.ts | 6 const pkg = require('expo-notifications/package.json'); constant
|
| /expo/packages/expo-sensors/plugin/src/ |
| H A D | withSensors.ts | 3 const pkg = require('expo-sensors/package.json'); constant
|
| /expo/packages/expo-secure-store/plugin/src/ |
| H A D | withSecureStore.ts | 3 const pkg = require('expo-secure-store/package.json'); constant
|
| /expo/packages/expo-contacts/plugin/src/ |
| H A D | withContacts.ts | 3 const pkg = require('expo-contacts/package.json'); constant
|
| /expo/packages/expo-av/plugin/src/ |
| H A D | withAV.ts | 8 const pkg = require('expo-av/package.json'); constant
|