{
  "name": "cache-path",
  "version": "4.0.11",
  "description": "return a cache directory, like `find-cache-dir` do",
  "keywords": [
    "cache",
    "caching",
    "dir",
    "directory",
    "find",
    "async",
    "sync",
    "folder",
    "npm",
    "path",
    "resolve",
    "search",
    "temp",
    "tmp",
    "yarn"
  ],
  "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/cache-path#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/cache-path"
  },
  "license": "ISC",
  "author": "bluelovers",
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "coverage": "yarn run test -- --coverage",
    "test": "node --run 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",
    "npm:publish": "npm publish",
    "npm:publish:lerna": "lerna publish --yes --bump patch",
    "preversion": "yarn run test",
    "prepublishOnly_": "yarn run prepublishOnly:check-bin && yarn run prepublishOnly:update && yarn run test",
    "prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
    "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
    "postpublish_": "yarn run postpublish:changelog && yarn run postpublish:git:commit && yarn run postpublish:git:tag && yarn run postpublish:git:push",
    "postpublish:changelog": "ynpx --quiet @yarn-tool/changelog && git add ./CHANGELOG.md",
    "postpublish:git:commit": "git commit -m \"chore(release): publish\" . & echo postpublish:git:commit",
    "postpublish:git:push": "git push --follow-tags",
    "postpublish:git:tag": "ynpx --quiet @yarn-tool/tag",
    "ncu": "yarn-tool ncu -u",
    "sort-package-json": "yarn-tool sort",
    "tsc:showConfig": "ynpx get-current-tsconfig -p"
  },
  "dependencies": {
    "@lazy-node/is-writeable-path": "^1.0.21",
    "@types/bluebird": "*",
    "@yarn-tool/find-root": "^2.0.24",
    "array-hyper-unique": "^2.1.8",
    "bluebird": "^3.7.2",
    "cross-spawn-extra": "^3.0.3",
    "fs-extra": "^11.3.4",
    "hash-sum": "^2.0.0",
    "tmp": "^0.2.5",
    "tslib": ">=2.8.1",
    "upath2": "^3.1.23"
  },
  "gitHead": "8c939a673ef0f088d4a3aa8a240ed6c28d390f98"
}
