{
  "name": "find-yarn-workspace-root2",
  "version": "1.2.53",
  "description": "Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com",
  "keywords": [],
  "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/find-yarn-workspace-root2#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-yarn-workspaces/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git",
    "directory": "packages/find-yarn-workspace-root2"
  },
  "license": "Apache-2.0",
  "author": "Square, Inc.",
  "main": "index.js",
  "types": "index.d.ts",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "coverage": "yarn run test -- --coverage",
    "test": "jest",
    "test:jest": "jest --passWithNoTests",
    "test:jest:coverage": "yarn run test:jest -- --coverage",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "preversion": "yarn run test",
    "prepublishOnly": "echo prepublishOnly",
    "prepublishOnly_": "yarn run prepublishOnly:check-bin && yarn run test",
    "prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
    "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
    "ncu": "npx yarn-tool ncu -u",
    "sort-package-json": "npx yarn-tool sort",
    "tsc:showConfig": "ynpx get-current-tsconfig -p"
  },
  "dependencies": {
    "micromatch": "^4.0.8",
    "pkg-dir": "<6 >=5",
    "tslib": ">=2",
    "upath2": "^3.1.23"
  },
  "gitHead": "ca3fae2bbdf31ed1ce9bab14793912026200767e"
}
