{
  "name": "@yarn-tool/resolve-package",
  "version": "1.0.47",
  "description": "resolve package root and package.json paths , work on node 17 too",
  "keywords": [
    "resolve",
    "package",
    "json",
    "root",
    "npm",
    "entry",
    "find",
    "up",
    "find-up",
    "findup",
    "look-up",
    "look",
    "file",
    "search",
    "match",
    "parent",
    "parents",
    "folder",
    "directory",
    "walk",
    "walking",
    "path"
  ],
  "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/@yarn-tool/resolve-package#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-yarn-workspaces/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git"
  },
  "license": "ISC",
  "author": "",
  "main": "index.js",
  "scripts": {
    "coverage": "npx nyc yarn run test",
    "lint": "npx eslint **/*.ts",
    "test": "echo \"Error: no test specified\"",
    "test:mocha": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
    "npm:publish": "npm publish",
    "preversion": "yarn run test",
    "prepublish:lockfile": "npx sync-lockfile .",
    "prepublishOnly": "echo prepublishOnly",
    "postpublish_": "git commit -m \"chore(release): publish\" .",
    "ncu": "npx yarn-tool ncu -u",
    "sort-package-json": "npx yarn-tool sort",
    "tsc:default": "tsc -p tsconfig.json",
    "tsc:esm": "tsc -p tsconfig.esm.json"
  },
  "dependencies": {
    "pkg-dir": "< 6 >= 5",
    "tslib": "^2",
    "upath2": "^3.1.13"
  },
  "devDependencies": {
    "@ts-type/package-dts": "^1.0.60",
    "@types/node": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "58acad356d9aeaa8fcdf2455741991b89b38a751"
}
