UNPKG

cache-path

Version:
76 lines (75 loc) 2.54 kB
{ "name": "cache-path", "version": "4.0.2", "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": "echo \"Error: no test specified\"", "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.17", "@types/bluebird": "*", "@yarn-tool/find-root": "^2.0.14", "array-hyper-unique": "^2.1.6", "bluebird": "^3.7.2", "cross-spawn-extra": "^3.0.3", "fs-extra": "^11.2.0", "hash-sum": "^2.0.0", "tmp": "^0.2.3", "tslib": ">=2", "upath2": "^3.1.19" }, "gitHead": "089606f66f3c5501a8f3fdfc42e5a85b57f4d0e9" }