GT2/Ejectable/node_modules/expo-application/package.json

64 lines
1.9 KiB
JSON

{
"_from": "expo-application@~3.2.0",
"_id": "expo-application@3.2.0",
"_inBundle": false,
"_integrity": "sha512-NDPQAtB05Jeiw771bDYsecbLrLA39X33Jk8uP1VUVdHMy6cCfJrL8PSDssgMLElAzR94K8toeqdGsGx9mVv8zw==",
"_location": "/expo-application",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "expo-application@~3.2.0",
"name": "expo-application",
"escapedName": "expo-application",
"rawSpec": "~3.2.0",
"saveSpec": null,
"fetchSpec": "~3.2.0"
},
"_requiredBy": [
"/expo"
],
"_resolved": "https://registry.npmjs.org/expo-application/-/expo-application-3.2.0.tgz",
"_shasum": "d029445cbc486b66f31ec3b8d556334119cebf48",
"_spec": "expo-application@~3.2.0",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/expo",
"author": {
"name": "650 Industries, Inc."
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A universal module that gets native application information such as its ID, app name, and build version at runtime",
"devDependencies": {
"expo-module-scripts": "^2.0.0"
},
"gitHead": "c80d4c938920c5111e34c2dbca3a6bf500dff0e1",
"homepage": "https://docs.expo.io/versions/latest/sdk/application/",
"keywords": [
"react-native",
"expo",
"expo-application"
],
"license": "MIT",
"main": "build/Application.js",
"name": "expo-application",
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo.git",
"directory": "packages/expo-application"
},
"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/Application.d.ts",
"version": "3.2.0"
}