{
  "_args": [
    [
      "find-yarn-workspace-root2@1.2.16",
      "/app"
    ]
  ],
  "_from": "find-yarn-workspace-root2@1.2.16",
  "_id": "find-yarn-workspace-root2@1.2.16",
  "_inBundle": false,
  "_integrity": "sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==",
  "_location": "/find-yarn-workspace-root2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "find-yarn-workspace-root2@1.2.16",
    "name": "find-yarn-workspace-root2",
    "escapedName": "find-yarn-workspace-root2",
    "rawSpec": "1.2.16",
    "saveSpec": null,
    "fetchSpec": "1.2.16"
  },
  "_requiredBy": [
    "/preferred-pm"
  ],
  "_resolved": "https://registry.npmjs.org/find-yarn-workspace-root2/-/find-yarn-workspace-root2-1.2.16.tgz",
  "_spec": "1.2.16",
  "_where": "/app",
  "author": {
    "name": "Square, Inc."
  },
  "bugs": {
    "url": "https://github.com/bluelovers/find-yarn-workspace-root/issues"
  },
  "dependencies": {
    "micromatch": "^4.0.2",
    "pkg-dir": "^4.2.0"
  },
  "description": "Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com",
  "directories": {
    "test": "tests"
  },
  "gitHead": "5d21afdc6195a5df0d3888e91f6672cba1d63db8",
  "homepage": "https://github.com/bluelovers/find-yarn-workspace-root/#readme",
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "find-yarn-workspace-root2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/find-yarn-workspace-root.git"
  },
  "scripts": {
    "ncu": "npx yarn-tool ncu -u",
    "prepublishOnly": "yarn run ncu && yarn run sort-package-json && yarn run test",
    "sort-package-json": "npx yarn-tool sort",
    "test": "ynpx mocha -- tests/**/*-test.js"
  },
  "types": "index.d.ts",
  "version": "1.2.16"
}
