Home
last modified time | relevance | path

Searched defs:pkg (Results 1 – 25 of 100) sorted by relevance

1234

/expo/packages/@expo/cli/src/prebuild/__tests__/
H A DupdatePackageJson-test.ts30 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 DvalidateDependenciesVersions-test.ts73 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 Dinstall-test.ts89 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 DupdateWorkspaceProjects.ts67 for (const { pkg, state } of projectDependencies) { constant
68 const currentVersionRange = dependenciesObject[pkg.packageName]; constant
/expo/tools/src/commands/
H A DAndroidBuildPackages.ts54 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 DwithDevMenu.ts3 const pkg = require('expo-dev-menu/package.json'); constant
/expo/packages/expo-document-picker/plugin/src/
H A DwithDocumentPicker.ts5 const pkg = require('expo-document-picker/package.json'); constant
/expo/packages/expo-file-system/plugin/src/
H A DwithFileSystem.ts3 const pkg = require('expo-file-system/package.json'); constant
/expo/packages/expo-splash-screen/plugin/src/
H A DwithSplashScreen.ts5 const pkg = require('expo-splash-screen/package.json'); constant
/expo/packages/expo-task-manager/plugin/src/
H A DwithTaskManager.ts3 const pkg = require('expo-task-manager/package.json'); constant
/expo/packages/expo-system-ui/plugin/src/
H A DwithSystemUI.ts8 const pkg = require('expo-system-ui/package.json'); constant
/expo/packages/expo-updates/plugin/src/
H A DwithUpdates.ts3 const pkg = require('expo-updates/package.json'); constant
/expo/packages/expo-cellular/plugin/src/
H A DwithCellular.ts3 const pkg = require('expo-cellular/package.json'); constant
/expo/packages/expo-dev-launcher/plugin/src/
H A DwithDevLauncher.ts10 const pkg = require('expo-dev-launcher/package.json'); constant
/expo/packages/expo-brightness/plugin/src/
H A DwithBrightness.ts3 const pkg = require('expo-brightness/package.json'); constant
/expo/packages/expo-background-fetch/plugin/src/
H A DwithBackgroundFetch.ts8 const pkg = require('expo-background-fetch/package.json'); constant
/expo/packages/expo-dev-client/plugin/src/
H A DwithDevClient.ts12 const pkg = require('expo-dev-client/package.json'); constant
/expo/packages/expo-apple-authentication/plugin/src/
H A DwithAppleAuth.ts5 const pkg = require('expo-apple-authentication/package.json'); constant
/expo/packages/expo-branch/plugin/src/
H A DwithBranch.ts6 const pkg = require('expo-branch/package.json'); constant
/expo/packages/@expo/config/src/
H A DConfig.ts190 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 DwithNotifications.ts6 const pkg = require('expo-notifications/package.json'); constant
/expo/packages/expo-sensors/plugin/src/
H A DwithSensors.ts3 const pkg = require('expo-sensors/package.json'); constant
/expo/packages/expo-secure-store/plugin/src/
H A DwithSecureStore.ts3 const pkg = require('expo-secure-store/package.json'); constant
/expo/packages/expo-contacts/plugin/src/
H A DwithContacts.ts3 const pkg = require('expo-contacts/package.json'); constant
/expo/packages/expo-av/plugin/src/
H A DwithAV.ts8 const pkg = require('expo-av/package.json'); constant

1234