GT2/Ejectable/node_modules/@expo/metro-config/package.json

77 lines
2.1 KiB
JSON

{
"_from": "@expo/metro-config@^0.1.70",
"_id": "@expo/metro-config@0.1.82",
"_inBundle": false,
"_integrity": "sha512-rgx0ykWFvu+7jXDSe/cJB0fpIKqJX4X2k+azBIS9KmVLl5/ceKuCr6Abjy70HZTAXX/SQ7fS0C+FhzIX2Upgrg==",
"_location": "/@expo/metro-config",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@expo/metro-config@^0.1.70",
"name": "@expo/metro-config",
"escapedName": "@expo%2fmetro-config",
"scope": "@expo",
"rawSpec": "^0.1.70",
"saveSpec": null,
"fetchSpec": "^0.1.70"
},
"_requiredBy": [
"/expo"
],
"_resolved": "https://registry.npmjs.org/@expo/metro-config/-/metro-config-0.1.82.tgz",
"_shasum": "63ae90cb2e99596762c461f00d53d32a84af8c8c",
"_spec": "@expo/metro-config@^0.1.70",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/expo",
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"@expo/config": "5.0.7",
"chalk": "^4.1.0",
"getenv": "^1.0.0",
"metro-react-native-babel-transformer": "^0.59.0"
},
"deprecated": false,
"description": "A Metro config for running React Native projects with the Metro bundler",
"devDependencies": {
"expo": "37",
"metro": "^0.59.0",
"metro-config": "^0.59.0",
"react-native": "~0.63.4"
},
"files": [
"build"
],
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/metro-config#readme",
"keywords": [
"json",
"react-native",
"expo",
"react",
"metro",
"metro-config"
],
"license": "MIT",
"main": "build/ExpoMetroConfig.js",
"name": "@expo/metro-config",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo-cli.git",
"directory": "packages/metro-config"
},
"scripts": {
"build": "tsc",
"clean": "rimraf build ./tsconfig.tsbuildinfo",
"lint": "eslint .",
"prepare": "yarn run clean && yarn build",
"test": "jest",
"watch": "tsc --watch --preserveWatchOutput"
},
"version": "0.1.82"
}