{
  "_from": "@expo/config@^2.1.6",
  "_id": "@expo/config@2.1.6",
  "_inBundle": false,
  "_integrity": "sha512-P2tIT9rs2ljE8nC2cOclnlJtDdAhtnDsixHal4n3vGLzWHSJ6M/Zaa/F4BwoOBRe0D/+lB11P9vs85aFYWw3uw==",
  "_location": "/@expo/config",
  "_phantomChildren": {
    "graceful-fs": "4.2.2",
    "jsonfile": "4.0.0",
    "universalify": "0.1.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@expo/config@^2.1.6",
    "name": "@expo/config",
    "escapedName": "@expo%2fconfig",
    "scope": "@expo",
    "rawSpec": "^2.1.6",
    "saveSpec": null,
    "fetchSpec": "^2.1.6"
  },
  "_requiredBy": [
    "/@expo/dev-tools",
    "/@expo/webpack-config",
    "/@expo/webpack-pwa-manifest-plugin",
    "/@expo/xdl",
    "/expo-cli"
  ],
  "_resolved": "https://registry.npmjs.org/@expo/config/-/config-2.1.6.tgz",
  "_shasum": "05144899e1438d7f125f5115c473f514ad8b39b9",
  "_spec": "@expo/config@^2.1.6",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/expo-cli",
  "bugs": {
    "url": "https://github.com/expo/expo-cli/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@expo/json-file": "^8.1.12",
    "find-yarn-workspace-root": "^1.2.1",
    "fs-extra": "^7.0.1",
    "resolve-from": "^5.0.0",
    "slugify": "^1.3.4"
  },
  "deprecated": false,
  "description": "A library for interacting with the app.json",
  "devDependencies": {
    "@expo/babel-preset-cli": "^0.2.1-alpha.0",
    "typescript": "3.4.5"
  },
  "files": [
    "build"
  ],
  "homepage": "https://github.com/expo/expo-cli/tree/master/packages/config#readme",
  "keywords": [
    "json",
    "react-native",
    "expo",
    "react"
  ],
  "license": "MIT",
  "main": "build/Config.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",
    "clean": "rm -rf build ./tsconfig.tsbuildinfo",
    "lint": "eslint .",
    "prepare": "yarn run clean && yarn build",
    "watch": "tsc --watch"
  },
  "version": "2.1.6"
}