GT2/Ejectable/node_modules/expo/package.json

116 lines
3.0 KiB
JSON

{
"_from": "expo@~42.0.1",
"_id": "expo@42.0.3",
"_inBundle": false,
"_integrity": "sha512-m8gqCLIMGf/i7XVAicocHOCOWYlLBLUyufGTXZfPHZ4xstSQUTB5PekzMoXoX115zocNbiNASMzy3SFIJ/MP8A==",
"_location": "/expo",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "expo@~42.0.1",
"name": "expo",
"escapedName": "expo",
"rawSpec": "~42.0.1",
"saveSpec": null,
"fetchSpec": "~42.0.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/expo/-/expo-42.0.3.tgz",
"_shasum": "b92278bcac5c42def707cd1bab8ea2ef077f3120",
"_spec": "expo@~42.0.1",
"_where": "/jd/work/GT2/newMaster/Ejectable",
"author": {
"name": "Expo"
},
"bin": {
"expo": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.1.2",
"@expo/metro-config": "^0.1.70",
"@expo/vector-icons": "^12.0.4",
"@unimodules/core": "~7.1.1",
"@unimodules/react-native-adapter": "~6.3.4",
"babel-preset-expo": "~8.4.1",
"cross-spawn": "^6.0.5",
"expo-application": "~3.2.0",
"expo-asset": "~8.3.3",
"expo-constants": "~11.0.1",
"expo-error-recovery": "~2.2.0",
"expo-file-system": "~11.1.3",
"expo-font": "~9.2.1",
"expo-keep-awake": "~9.2.0",
"fbemitter": "^2.1.1",
"invariant": "^2.2.2",
"md5-file": "^3.2.3",
"pretty-format": "^26.4.0",
"react-native-safe-area-context": "3.2.0",
"serialize-error": "^2.1.0",
"uuid": "^3.4.0"
},
"deprecated": false,
"description": "The Expo SDK",
"devDependencies": {
"@types/fbemitter": "^2.0.32",
"@types/invariant": "^2.2.29",
"@types/react": "^16.9.0",
"@types/react-native": "~0.63.2",
"@types/react-test-renderer": "16.9.0",
"@types/uuid": "^3.4.7",
"expo-location": "^12.1.2",
"expo-module-scripts": "^2.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.2"
},
"files": [
"bin",
"build",
"tools",
"tsconfig.base.json",
"bundledNativeModules.json",
"requiresExtraSetup.json",
"AppEntry.js",
"metro-config.js"
],
"gitHead": "ee30e810ca0d059a54676a5e79499a20c1392a06",
"homepage": "https://github.com/expo/expo/tree/master/packages/expo",
"jest": {
"preset": "expo-module-scripts"
},
"keywords": [
"expo"
],
"license": "MIT",
"main": "build/Expo.js",
"module": "build/Expo.js",
"name": "expo",
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo.git",
"directory": "packages/expo"
},
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"expo-module": "expo-module",
"lint": "expo-module lint",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"test": "expo-module test"
},
"sideEffects": [
"*.fx.js",
"*.fx.web.js"
],
"types": "build/Expo.d.ts",
"version": "42.0.3"
}