GT2/Ejectable/node_modules/@expo/prebuild-config/package.json
2021-08-16 00:14:59 +00:00

75 lines
2.2 KiB
JSON

{
"_from": "@expo/prebuild-config@^2.0.0",
"_id": "@expo/prebuild-config@2.0.7",
"_inBundle": false,
"_integrity": "sha512-EMgo4ywR9hk+I90XEwtl/UHWOlw8GE01BQtrLWQbIR0pr+bvDOYINfe8PzA21oODPGUkbMvp5Z8E79VZBqqjfg==",
"_location": "/@expo/prebuild-config",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@expo/prebuild-config@^2.0.0",
"name": "@expo/prebuild-config",
"escapedName": "@expo%2fprebuild-config",
"scope": "@expo",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/expo-splash-screen"
],
"_resolved": "https://registry.npmjs.org/@expo/prebuild-config/-/prebuild-config-2.0.7.tgz",
"_shasum": "eb8de324315b9f49350acfe255632d4359968419",
"_spec": "@expo/prebuild-config@^2.0.0",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/expo-splash-screen",
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"@expo/config": "5.0.7",
"@expo/config-plugins": "3.0.7",
"@expo/config-types": "^42.0.0",
"@expo/image-utils": "0.3.16",
"@expo/json-file": "8.2.33",
"debug": "^4.3.1",
"fs-extra": "^9.0.0",
"resolve-from": "^5.0.0"
},
"deprecated": false,
"description": "Get the prebuild config",
"devDependencies": {
"@types/debug": "^4.1.5"
},
"files": [
"build"
],
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/prebuild-config#readme",
"keywords": [
"json",
"react-native",
"expo",
"react"
],
"license": "MIT",
"main": "build/index.js",
"name": "@expo/prebuild-config",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo-cli.git",
"directory": "packages/prebuild-config"
},
"scripts": {
"build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\"",
"clean": "rimraf build ./tsconfig.tsbuildinfo",
"lint": "eslint .",
"prepare": "yarn run clean && yarn build",
"test": "jest",
"watch": "tsc --watch --preserveWatchOutput"
},
"version": "2.0.7"
}