{ "_from": "find-yarn-workspace-root@^2.0.0", "_id": "find-yarn-workspace-root@2.0.0", "_inBundle": false, "_integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==", "_location": "/find-yarn-workspace-root", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "find-yarn-workspace-root@^2.0.0", "name": "find-yarn-workspace-root", "escapedName": "find-yarn-workspace-root", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/patch-package" ], "_resolved": "https://registry.npmmirror.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz", "_shasum": "f47fb8d239c900eb78179aa81b66673eac88f7bd", "_spec": "find-yarn-workspace-root@^2.0.0", "_where": "D:\\jenkins\\workspace\\xcjy-fvue\\node_modules\\patch-package", "author": { "name": "Square, Inc." }, "bugs": { "url": "https://github.com/square/find-yarn-workspace-root/issues" }, "bundleDependencies": false, "dependencies": { "micromatch": "^4.0.2" }, "deprecated": false, "description": "Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com", "devDependencies": { "@commitlint/cli": "^7", "@commitlint/config-conventional": "^7", "chai": "^4.2.0", "eslint": "^6.8.0", "husky": "^3", "mocha": "^7", "standard-version": "^4" }, "files": [ "index.d.ts" ], "homepage": "https://github.com/square/find-yarn-workspace-root#readme", "license": "Apache-2.0", "main": "index.js", "name": "find-yarn-workspace-root", "repository": { "type": "git", "url": "git+https://github.com/square/find-yarn-workspace-root.git" }, "scripts": { "commitmsg": "commitlint -e $GIT_PARAMS", "lint": "yarn lint:js", "lint:js": "eslint .", "test": "mocha tests/**/*-test.js" }, "types": "index.d.ts", "version": "2.0.0" }