GT2/Ejectable/node_modules/expo-splash-screen/package.json

78 lines
2.2 KiB
JSON

{
"_from": "expo-splash-screen@~0.11.2",
"_id": "expo-splash-screen@0.11.2",
"_inBundle": false,
"_integrity": "sha512-4jTAs2IDS4rH9A3NK0WhFDIOyLgDExRe0zCf179vRNPZ6HlXCFEQS7Y9RaUF5EFqyYvsPiwaJQyRes3sO4mA+g==",
"_location": "/expo-splash-screen",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "expo-splash-screen@~0.11.2",
"name": "expo-splash-screen",
"escapedName": "expo-splash-screen",
"rawSpec": "~0.11.2",
"saveSpec": null,
"fetchSpec": "~0.11.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/expo-splash-screen/-/expo-splash-screen-0.11.2.tgz",
"_shasum": "70c69052981cc982d12030f2a1df5b35af7ee752",
"_spec": "expo-splash-screen@~0.11.2",
"_where": "/jd/work/GT2/newMaster/Ejectable",
"author": {
"name": "650 Industries, Inc."
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"bundleDependencies": false,
"dependencies": {
"@expo/configure-splash-screen": "0.5.0",
"@expo/prebuild-config": "^2.0.0"
},
"deprecated": false,
"description": "Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.",
"devDependencies": {
"expo-module-scripts": "^2.0.0"
},
"gitHead": "21bdae9be93fd8078b11c878e89a530d93693a64",
"homepage": "https://docs.expo.io/versions/latest/sdk/splash-screen/",
"jest": {
"preset": "expo-module-scripts"
},
"keywords": [
"react-native",
"expo",
"expo-splash-screen",
"splash-screen",
"splash",
"launch-screen",
"launch"
],
"license": "MIT",
"main": "build/index.js",
"name": "expo-splash-screen",
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo.git",
"directory": "packages/expo-splash-screen"
},
"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"
},
"types": "build/index.d.ts",
"unimodulePeerDependencies": {
"@unimodules/core": "*"
},
"version": "0.11.2"
}