GT2/Ejectable/node_modules/expo-modules-core/package.json

68 lines
1.9 KiB
JSON
Raw Normal View History

2021-08-16 00:14:59 +00:00
{
"_from": "expo-modules-core@~0.2.0",
"_id": "expo-modules-core@0.2.0",
"_inBundle": false,
"_integrity": "sha512-inpfZ5X/BaTtbj2wG9PA9AC0MN8VyId6KSRlVuEg7+ziurHBy/kKDFxpOddUokhwiln2uhoYPSStJjR/tKypdw==",
"_location": "/expo-modules-core",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "expo-modules-core@~0.2.0",
"name": "expo-modules-core",
"escapedName": "expo-modules-core",
"rawSpec": "~0.2.0",
"saveSpec": null,
"fetchSpec": "~0.2.0"
},
"_requiredBy": [
"/expo-constants",
"/expo-file-system",
"/expo-font"
],
"_resolved": "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-0.2.0.tgz",
"_shasum": "68e5b6e53d0afbf8d131578831aed657589a2d42",
"_spec": "expo-modules-core@~0.2.0",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/expo-constants",
"author": {
"name": "650 Industries, Inc."
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The core of Expo Modules architecture",
"devDependencies": {
"expo-module-scripts": "^2.0.0"
},
"gitHead": "7eb212337759bd8cb75d8cb5d19a4efbcde041cf",
"homepage": "https://github.com/expo/expo/tree/master/packages/expo-modules-core",
"keywords": [
"expo",
"modules",
"expo-modules",
"unimodules",
"react-native"
],
"license": "MIT",
"main": "build/index.js",
"name": "expo-modules-core",
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo.git",
"directory": "packages/expo-modules-core"
},
"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",
"version": "0.2.0"
}