{
  "_from": "find-yarn-workspace-root@^1.2.1",
  "_id": "find-yarn-workspace-root@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q==",
  "_location": "/find-yarn-workspace-root",
  "_phantomChildren": {
    "graceful-fs": "4.2.2",
    "jsonfile": "4.0.0",
    "universalify": "0.1.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "find-yarn-workspace-root@^1.2.1",
    "name": "find-yarn-workspace-root",
    "escapedName": "find-yarn-workspace-root",
    "rawSpec": "^1.2.1",
    "saveSpec": null,
    "fetchSpec": "^1.2.1"
  },
  "_requiredBy": [
    "/@expo/config",
    "/@expo/webpack-config"
  ],
  "_resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1.tgz",
  "_shasum": "40eb8e6e7c2502ddfaa2577c176f221422f860db",
  "_spec": "find-yarn-workspace-root@^1.2.1",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/config",
  "author": {
    "name": "Square, Inc."
  },
  "bugs": {
    "url": "https://github.com/square/find-yarn-workspace-root/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fs-extra": "^4.0.3",
    "micromatch": "^3.1.4"
  },
  "deprecated": false,
  "description": "Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com",
  "devDependencies": {
    "@commitlint/cli": "^5.2.6",
    "@commitlint/config-conventional": "^5.2.3",
    "chai": "^4.1.2",
    "husky": "^0.14.3",
    "mocha": "^4.0.1",
    "standard-version": "^4.2.0"
  },
  "files": [
    "index.d.ts"
  ],
  "homepage": "https://github.com/square/find-yarn-workspace-root#readme",
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "find-yarn-workspace-root",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/square/find-yarn-workspace-root.git"
  },
  "scripts": {
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "test": "mocha tests/**/*-test.js"
  },
  "types": "index.d.ts",
  "version": "1.2.1"
}