81 lines
2.3 KiB
JSON
81 lines
2.3 KiB
JSON
{
|
|
"_from": "@expo/config@5.0.7",
|
|
"_id": "@expo/config@5.0.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-7Wzao9uALHmRSf59FMsHk1vxW4m4alDCJmfo+enXnl5o6UYiCDYfjNXctMwnW+fBM3opta4FbmmPGIftfXOesw==",
|
|
"_location": "/@expo/config",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@expo/config@5.0.7",
|
|
"name": "@expo/config",
|
|
"escapedName": "@expo%2fconfig",
|
|
"scope": "@expo",
|
|
"rawSpec": "5.0.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.0.7"
|
|
},
|
|
"_requiredBy": [
|
|
"/@expo/metro-config",
|
|
"/@expo/prebuild-config"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@expo/config/-/config-5.0.7.tgz",
|
|
"_shasum": "a419fd7a3ba897b1e10a8f8df8acf775f246aa69",
|
|
"_spec": "@expo/config@5.0.7",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@expo/metro-config",
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo-cli/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/code-frame": "~7.10.4",
|
|
"@expo/config-plugins": "3.0.7",
|
|
"@expo/config-types": "^42.0.0",
|
|
"@expo/json-file": "8.2.33",
|
|
"getenv": "^1.0.0",
|
|
"glob": "7.1.6",
|
|
"require-from-string": "^2.0.2",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "7.3.2",
|
|
"slugify": "^1.3.4",
|
|
"sucrase": "^3.20.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A library for interacting with the app.json",
|
|
"devDependencies": {
|
|
"@types/require-from-string": "^1.2.1"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"paths"
|
|
],
|
|
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/config#readme",
|
|
"keywords": [
|
|
"json",
|
|
"react-native",
|
|
"expo",
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"name": "@expo/config",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/expo/expo-cli.git",
|
|
"directory": "packages/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": "5.0.7"
|
|
}
|