UNPKG

@yarn-tool/require-resolve

Version:
56 lines (55 loc) 1.86 kB
{ "name": "@yarn-tool/require-resolve", "version": "3.0.1", "description": "require.resolve with search on extra paths", "keywords": [ "yarn", "yarn-tool", "npm", "lerna", "workspaces", "pkg", "dependencies", "packages", "package" ], "homepage": "https://github.com/bluelovers/ws-yarn-workspaces/tree/master/packages/@yarn-tool/require-resolve#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/@yarn-tool/require-resolve" }, "license": "ISC", "author": "bluelovers", "main": "index.js", "scripts": { "coverage": "yarn run test -- --coverage", "lint": "ynpx --quiet eslint -- **/*.ts", "test": "echo \"Error: no test specified\"", "test:jest": "ynpx --quiet jest -- --coverage --passWithNoTests", "test:jest:coverage": "yarn run test:jest -- --coverage", "test:jest:snapshot": "yarn run test:jest -- -u", "test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", "test:snapshot": "yarn run test -- -u", "test:tsd": "ynpx tsd", "preversion": "yarn run test", "prepublishOnly": "echo prepublishOnly", "prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin", "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json", "ncu": "yarn-tool ncu -u", "sort-package-json": "yarn-tool sort", "tsc:showConfig": "ynpx get-current-tsconfig -p" }, "dependencies": { "@yarn-tool/get-paths-by-type": "^2.0.10", "global-dirs": "^3.0.1", "tslib": ">=2" }, "publishConfig": { "access": "public" }, "gitHead": "089606f66f3c5501a8f3fdfc42e5a85b57f4d0e9" }