{"maintainers":[{"email":"hello@nrwl.io","name":"anonymous"},{"email":"james@henry.sc","name":"anonymous"}],"keywords":["lerna","core"],"dist-tags":{"next":"6.3.1-beta.8","latest":"6.4.1"},"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"description":"Options for lerna sub-commands that need filtering","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"bugs":{"url":"https://github.com/lerna/lerna/issues"},"license":"MIT","versions":{"3.0.0-beta.0":{"name":"@lerna/filter-options","version":"3.0.0-beta.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.0.0-beta.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"gigabo@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"cd71a218f1fc3d38fea5d2d6e0e180b3703e5446","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.0.0-beta.0.tgz","fileCount":3,"integrity":"sha512-GB1e940EIwiUHy0m47GUPQeOqxXnJCu/CZDsban4gvxFl/09ovL4Ug3mvgPVk++Drt5TpcIcmdiAThVdHWH4gw==","signatures":[{"sig":"MEUCIH5RFPaKCfHYE9Xa1SB3IXtcYGkFxuPAKiEbyrWXYIYwAiEA5yc0OaFKwJ1A+riM+2QTAhHtVfrbUnkBtCrQu4eNTno=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1868},"main":"index.js","files":["index.js"],"engines":{"node":">= 6.9.0"},"gitHead":"349b9c765bcbf38988d1fcd48313422417a04c8f","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"5.7.1","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"8.9.4","dependencies":{"dedent":"^0.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.0.0-beta.0_1520388873889_0.720547550858013","host":"s3://npm-registry-packages"}},"3.0.0-beta.1":{"name":"@lerna/filter-options","version":"3.0.0-beta.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.0.0-beta.1","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"gigabo@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"f6434393f5000b372d8e8e9bf0f75f2749bd4bb7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.0.0-beta.1.tgz","fileCount":4,"integrity":"sha512-4IIlubkAsfSKN5v16Zd+mhVhhHlgG75WB9K8o97PyDarqWC9yXZ4wjYgJL3vMhxwfeZXpCimJQhWLa+B4NziNQ==","signatures":[{"sig":"MEQCIEzs2Qcz5norIJfo5R63VUWgHj7fH3MuJH7kUV8VxmbaAiArqf/Mhwe2sU6PPS+EsnMlhKo/B9OKr+qtHTOWEzR8Hg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2461},"main":"index.js","files":["index.js"],"engines":{"node":">= 6.9.0"},"gitHead":"5a527968bb9f7b7c3af0d5d86391d6d2650ddc7a","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"5.7.1","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"8.9.4","dependencies":{"dedent":"^0.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.0.0-beta.1_1520563841760_0.49051707203170003","host":"s3://npm-registry-packages"}},"3.0.0-beta.2":{"name":"@lerna/filter-options","version":"3.0.0-beta.2","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.0.0-beta.2","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"gigabo@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"7757dd054c6202a70e961cc53199a4781664ec5b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.0.0-beta.2.tgz","fileCount":4,"integrity":"sha512-dmbN6+C+uHgyhighrZKW6FAfhYEAmNOyejV0lt8TttkoVgQLD0iHEmQht4GVHlZTdgCvVQ7TekusV8y+TLKWRA==","signatures":[{"sig":"MEUCIQDcP6M4CmzkLDP/w7yLvSjCehyOTMEh+zHggLJTOCQ6OgIgCosbMFXrPWaarlIb7dGccb/Nb1dCrm1lkqtyHbENhLg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3097},"main":"index.js","files":["index.js"],"engines":{"node":">= 6.9.0"},"gitHead":"ca9561a1ffe6292cceaeca30e4f7d5d85757c710","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"5.7.1","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"8.9.4","dependencies":{"dedent":"^0.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.0.0-beta.2_1520648903238_0.299410119734014","host":"s3://npm-registry-packages"}},"3.0.0-beta.9":{"name":"@lerna/filter-options","version":"3.0.0-beta.9","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.0.0-beta.9","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"gigabo@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"d702ed73470263a689e1e142bba0ce3fec98bef4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.0.0-beta.9.tgz","fileCount":4,"integrity":"sha512-sjVsf7mcXiaQTZspROfxwIk04uxwE0Dq0HIuyxNyLhwrGzU6p/HaVUDuEu+VSAsHd8JlMnrdPWz9iryoRvO6Gw==","signatures":[{"sig":"MEUCIBSemex8zyDGLV5BamhA/yu/2GkHMtqCqxAHY8cp/fZXAiEA+TewPNFjjdiIMgKl0Is1b8tnLp9UcDGKw0t2lTRAqks=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2955},"main":"index.js","files":["index.js"],"engines":{"node":">= 6.9.0"},"gitHead":"70528f23cad0186fdf7529fe32148cc1eff21272","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"5.8.0-next.0","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"8.10.0","dependencies":{"dedent":"^0.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.0.0-beta.9_1521857423268_0.8358924107171626","host":"s3://npm-registry-packages"}},"3.0.0-beta.18":{"name":"@lerna/filter-options","version":"3.0.0-beta.18","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.0.0-beta.18","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"gigabo@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"f4014951ec7f58446ee0e29c0fb62c553433530a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.0.0-beta.18.tgz","fileCount":4,"integrity":"sha512-2TiOR9+7hTv95CEYEIVxSpBFiU4UM6bi7VYwEgErfc8Q72Do9hx9Q1y1wAf2exdAUW5KYx1U+l2Ho/ovq8XEwQ==","signatures":[{"sig":"MEQCIDhxufz+xggXP/Q0/QOH8kvnV21BYlCDbAp6w+6Ih2WCAiBQqjdBuznGRa15OKv1dOMYOWTSeFKII3Y6Du8bOudvTA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3497,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa35ENCRA9TVsSAnZWagAAIkIP/iQPIoNhlhSrDWUTjXyT\nuzKLbInhWjiLeb5OXxSKwdyOoBIUptMj5jZ12fubi0/7sXxy9I+HDaILjNF+\nVvymzLeksBl6rLrLuiNx7UFSAamJ7oi+RxGjjerCgstEzPFp4aQztWGqI8kw\nBuIWIRiZZ9C7qKnhc6S8q2PcewDts0UUPZFU+5r/AulBJ5npCXe6reo0wWqF\nnw+xW3CYBs90yPL3IFDRkA9TuzZX+3h95RW+BsJkHG4VnBRluSlUE7fyNQcb\nU0Sxf96k3cJxQ/04IKyZ0M7qubusuGd9uryDN3QHPs1L1vRSUrVIL7RSRerD\ntQ1KiM5a9EQ3gYwGaxUHwpel8i+aR7A+GMVKIRSXZ9S9SkO0n25S2LRShwSs\nZSX/nFuzgeIydqOfrkfoxL2y47TEeLOSzKBIbdk9YN2JBEFaZPNrVe5agsPY\nZ4bqBAgWQnh9DgDBiIAEQhkYZMK4tXSs3jJyONZOf+OPoKRfewrERfNiEhhG\nBepDAs9clsoYTB3FfW8mqAqrxQPl07vKSpf5HK0H57pgR4iIiMZHaCw4Suky\ndHva6Y7xWNE2Nw/JWkV8n70Y615NybQbC07wR7JS2rBnuT0O/DzjMOMbAroV\nWoclhkdCjJKvlwOp/7PjOh+AsYaJ8NZLVl+og8s+C8VHT2dNT+CMa9fCz5rW\nN4ur\r\n=Xeti\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","files":["index.js"],"engines":{"node":">= 6.9.0"},"gitHead":"7995561e8d010d9fa2e59109b57b9ad8573baba1","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"5.8.0","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"8.11.1","dependencies":{"dedent":"^0.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.0.0-beta.18_1524601101288_0.44323054611791","host":"s3://npm-registry-packages"}},"3.0.0-rc.0":{"name":"@lerna/filter-options","version":"3.0.0-rc.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.0.0-rc.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"gigabo@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"9e22b3326eece8f45adad878d44c905271967a59","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.0.0-rc.0.tgz","fileCount":5,"integrity":"sha512-aqyb0GWEnQgu7eXHpVSpZLedVd3PrI5WK/CfzDlHGqUT8PCJTo9q2562gmEdeCWWfeSvXbezGm0djTC6RwHV1A==","signatures":[{"sig":"MEYCIQCjIjaWU60u4iNrrMW4lfukfr5sRrnEUntcrqLyj2dgJQIhAKItxhyHm4GeYgtiPC1jpwnJrIherim/d7FrmuNJW0KD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWnbdCRA9TVsSAnZWagAAQFoP/0at6gTQHF+BfuOKjKLy\nyy63PpjFAIh4tbGgX2q1TEzAYVEvlEWpsQw68ZT3Q3eovAPRg5kqutdEL7x8\nEIMv8Mf6+ZPkDY39ROvCuOOrbKW8Zw9+Iu/UWLdX+2eSr2ZaMQ98pDxwrrZz\nJGipkFKHja4PVSp22nCsWWt57bAG4SFk+raYM2ZG0vqOPt1e2pUL6HSlTPhQ\nJ8gmADjDYKmw9YuRWg4b2tAlgAuWT6lRoepOsh5/Eg924dmUIHhoRs7APBt6\nWo2t+ylGfrCOfFBs4LhZ+2nSk8Tpc2O2xPYqUAuyTBKzi4IQ+d6s8GRM1z5u\nA1QEuCqrYiaa/VWvfjQZvTvLLdeP7AAry5nMn7GHC9jhAZdRMLE0G5kWsy3V\nQ3I/Us8GAAYtVq9PwCnENBtTAGjoWjg+ceUptlqgAw9DzP2gBb88Amd3Qz4m\nUYenn3cjuNR5a6Fj4AQlO4BPR+k6O8ibCdMk9lR2w3HdcriE9fUea+UDJPjK\nGc+cJONd7c/h9p3TDvr+NPPRzeMcW6DFjY6F9DIrIj9HwOFD33cs+BY8Fl8N\nkqPl6UL+XyZqQhpuW1TUdGNFSSZWsR983Z9QYWz3ov3qcomRLAEi7e/GxQeG\nivSb3RH9mOHNmu9A88qmKhAFtTSLu9Y1D1vKCB2jVr/l+14SUVrMI4zsCwaL\nayWR\r\n=szc8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","files":["index.js"],"engines":{"node":">= 6.9.0"},"gitHead":"1ab24c152d3ff5c2b9453bcaafeb4b5e432b2410","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"6.3.0-next.0","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.7.0","dependencies":{"dedent":"^0.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.0.0-rc.0_1532655325589_0.019656359330123996","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@lerna/filter-options","version":"3.0.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.0.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"gigabo@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"db329277f9c482b12993fa5c0ec4d145201ab399","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.0.0.tgz","fileCount":5,"integrity":"sha512-l2oMEbpeOZQZ+TCbPKasnq7zMXdgwgazyVTHU1k319pQN6kSW57gEhUGjjQaeKhOM3XFF4pPWyqwFxw80SJDMw==","signatures":[{"sig":"MEUCIDYdVIdFMXUXCPeGCEX+3rqr2YA9RasJeHkEiFcP0Kg2AiEA0Tr726HNWj68x4bR01w9WLugAH0VOJx9OKW4+n0XfMI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7275,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbOdmCRA9TVsSAnZWagAAZNAP/1/kaQkgzL2bMteKN9mf\n44sAMP3qZz3ALuNdfCWP81cq1IRl7/KLEgWrSZNRQP/F8qIoPkR0B75hK7aC\nxC+hUdjUll4eERuWwsNGRY5AOMRcSb7CXThrr9Z+q7iDID80VoviE+9B6wgw\nS/xNkDbKGoL9m213kByvTWzbPrIbtiB90RNYM+xcsYqXXR+PBxNn6Qxcf008\nKoOIzEqsh7YxuYQboKpMMgAGzTLiHbZrKgA7KIdDZ93jug8gWUbrODPd4axJ\nqE0UJmBNa5BR8n89lUiPuWTPUcBklTxSdVuLAZTR7hZDZsyPtj4Rx3BEqVh3\nzeRQQW56zss+fVeyrgk1ysmnBwXto4Y5I4G6VnqLnu7JjHF6TpFQhq0S2zwr\n+TUiRstm2gss5XJIFJ3vDzJcgjQ/jWp5LD+4Dsj4f8OyFBUnHTyuUtuSoldm\nYXyKYboWCXa47OI29EOuxFC0W5mcWCS9wFO+9iCIsZHRLYhHXKJzrhN5w8C/\nv8DfcGnmjyaMhWvGGiATk8YCRUte4QPP6sWEE80/YQXofzSpLvfCToMqaTMR\nBFiEh+XrX4JyTZNreeQdKYFPuNwqHRytHAAaCuS8XEDjmq3gAjzdCv+/UqtL\n+f9dkfAU75cqpgbkB0Vly0B+9zvPAs3pD+ajgsafzZUHzdW6WLXse6CxVF7U\ncZCx\r\n=R7v/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:lerna-filter-options-3.0.0.tgz","files":["index.js"],"engines":{"node":">= 6.9.0"},"gitHead":"0c40a17a7cd4e9acd8e7ec33ffacd1c1acef5dc6","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"_resolved":"","_integrity":"","deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"6.3.0","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.7.0","dependencies":{"dedent":"^0.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.0.0_1533863781616_0.36603024253722816","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"@lerna/filter-options","version":"3.0.5","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.0.5","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"gigabo@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"d35935866d28d398674d5b53565633971779469a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.0.5.tgz","fileCount":5,"integrity":"sha512-yQZrzIDRE3ze62iESMNgbU5eBNb6LPZLJOX0n0MHgpR/7pSLbvJMt8i54GLxm1grCa5O+vgP2DNjcKU17c5eTQ==","signatures":[{"sig":"MEUCIQDNXrBW9xg9hfxQjxsWQwAounymUjPicM5l0tN5pH9WNQIgOHsFBPQyPmKrpoDKdn0+yF8/UO8VPB0HxjZlqKqbnWE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7661,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbc3QHCRA9TVsSAnZWagAAJmkQAJEi9DTiRoP0Fcp4tjcH\nuvhzDUj4Pp6oH8RjexLZvgI7GUzpi3VUsSf/wzrMELbBUvVzcP823J2aMdVR\nmX1SdgUQgfijQFSS4gvuRJun+KWc4NkLq5vb15/mm3FncV7YU8olvKCY4xp9\nLcUDxDMdaIU3CQiquAxjyB8fG96KaJtP1QQ/s3ojvpARrw4IEOSigejvrx/U\n4xer/mq7ROzFR+6XwChRJsQ+lbhWi1JpuzFNXbpT492FswzmEYZxHIxvgbGp\nxhJdpXMxkRU9hv/O3bNWqAF3Pqkwle0Oy7meqMBwot12gurxp9CUx1DTG616\n9vxq5VbTSg59Qlu+ek+pO3lPDYxDyS8gV7T5l7EYTLXirUZpobLAM/hazauV\n2u2rJhouiKhDFCzSHcaaegbQRIWtHdckObbx71J2IO5uF67SCzMoVQdB2PiH\nLcPEO7oL4Wjfs4CQ60Huk0JCgByHh6Dv2+X1kxgytcICwhSNqj2PBTXa5/N7\novXmvuynT+I6aJ2Oy34ozevZBlVf7HBY37vZ3/FVuIOzjPf7sWPzjosjoant\n7AbgD/n8M/9uRI6kCcaJfbh4497HjYbAd4eGPUxNrh14+PBQujttBKfEWzN5\nAHczQXLI1hKaMY25QbAPkWdMATm4VQrK4bLTi4VjpdUKfHvOJwFJzpbZYDKo\n3iGZ\r\n=aed+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:lerna-filter-options-3.0.5.tgz","files":["index.js"],"engines":{"node":">= 6.9.0"},"gitHead":"882b52eb4eec60f161c77feb0bb175efea0f2909","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"_resolved":"","_integrity":"","deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"5.10.0","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"8.11.2","dependencies":{"dedent":"^0.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.0.5_1534292999747_0.6386249296817412","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"@lerna/filter-options","version":"3.1.2","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.1.2","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"gigabo@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"me@thejameskyle.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"83f58ee3de886381b9092200f8c981741533ac15","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.1.2.tgz","fileCount":6,"integrity":"sha512-smbvSGK/eU+7PDKO4jbJ7XYO2XTfhnwPeOTuwSm1mlWS5dUGasYkhAuFzouFh60aZBvmW0e6APe0XYeofQNcCg==","signatures":[{"sig":"MEUCIQD3sAWtrIZLc/UCy8MBScBd8RCD/i1g74I6nI3TFi84kAIgXD/cIkven6gwmzva409Kc6PiNds9Pr3EawkAdo6u1dk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbe0+QCRA9TVsSAnZWagAA1WIP/34YgABdWdoJBW1aiAo0\nw6CeehIPkBAKvOilNlW6HXXVD+SEemS/GNaz6suhAyMHceYZKjRKBf0WNvd5\nOX7wz99BKHvPa1nqOd0cA2RAREXP3HEea1fF4/qo+hutuMaF/IHXfmBoI2zs\nlCcWgEXJQs5INT2eheAfBvbQavThT4u8vKUlTxORLpZizNetyMrppsE92WkU\nzqHlM+BiaRniO5MjsIsUZXeg9OzYDRvxuorIcdUS1ObSPpDr4PIOQyGbjy+d\nLEn8+ArU2c6Px1l+CDRJLW/XCT+dAJ1N7HH5hagPwcUUIj0AYWD4B3UtnEJ/\n9tBOYUNLeu5HdksWxXCwb5ATmeoTWi0S+Bl4oM10wWttOEWP6ZzAbbnNliNp\n4uUtozV1W/2S2zKqTGmL2ZSubP+ZRq3MrPAniNovGSd6CpCX75fES/rqtOae\nUv2XnvSM3bjkEGEJcyj/3qD+OKcpajIkPwpw0aOZc3s1WnyNrKSJrzJKIuVl\n1bgbBle2LB7e1jbPZps+Zgz0A1q5LcCKk91y6oXfMgYFCINSsUs2SXOpb0wO\nnDcG7OK4NUHjbEpDEeXvA7A+qix6O/fr40uyZKDwHbsiCfEGLkgOmmrwEOQ0\nWhQMIiRO/N8YJ25Rm1kRtuIGI89U+71az+mqfZWGfWxfQEJ4LWtJYzIy3ZV6\n2cYL\r\n=Sd7p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:lerna-filter-options-3.1.2.tgz","files":["lib","index.js"],"engines":{"node":">= 6.9.0"},"gitHead":"6abc0c95ae6fc6e613e74618d86a060ae218938c","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"_resolved":"","_integrity":"","deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"6.3.0","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.7.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"^3.1.0","@lerna/filter-packages":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.1.2_1534807952442_0.7238738185588871","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"@lerna/filter-options","version":"3.3.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.3.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"e263964a661d2f6498514aefc5f1907b5295bcaa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.3.0.tgz","fileCount":6,"integrity":"sha512-ICyLDwOfOYRDtwcHqe/JAJKoJe90L5qlu+3Z8H/OpBCISzD+duACvTzG/sDOd3Q6n5iVpmTaVTjR/m4HBkntRg==","signatures":[{"sig":"MEYCIQCCF2VDdhrdW5PQFwYFhhgQL0UcTajzNdEk215sTOZQSQIhALKULf3q/KDYNivCxt/hNluBTXvufdhnlnEu0J4IJCov","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkIPdCRA9TVsSAnZWagAAzS8P/RGxoLkTFvqRDTAYF92K\nIwu47U4dYbF64ov628KaX/0EJdKJQPhmMhJ70MiYHaDZ6MAdoTn+kawHmlco\ngCmL7RyP1BWgg0c+p0Lrbqkm99v4Zjwi3oHNq58XioBKyGmAZoaelc0tLuxT\nJdVZqKeuygxFn8rlv+A5SGVGXLQsaQyilv47rfuU+diRIS05eiM7buCw9APd\nS9io+K1VD5ScxkgJnhhmfWmmygSaQ8fYvxxRkshfRXqlFKrI1wOlwOiOJkzq\nT4cBPfg0dkVBuZyxj7g0vfeOyJzigzFRzA/jld6Cc4+OSDHan9871XDo9X93\noXYzcB/a7AnezmL9hQ8mTt8kawLDp0ejIgxruwjvQcNr7Ss39byLAHiIKqDJ\ntIglTDL3CK8QNbMnZ6wrLr71akL+sUqB42QyaRwYRJdoh/ohrL6DeM9yBymM\nyRP7YIv0qMvXx2XkwJZLfe9+55nfac97c4zCv6X5G42mzgCKvcQzTn4NjtKT\nTihjcx5O3ciSZub+D69D5iEDJg65S022yy7JeiG6qgQUaZH8QKVUQSR7J5xO\ngY+s/EPZ/ZPv8/bBQTEEqP/ilST6wMgfCe++UFtwrm4YIa9zo3rNhQr6K2fK\nMh/b5UlHrhch6UJOVawULsZ/Jr6h1eeSUCPVvK4a5UoAXqrlKVkfSd7xA0Jp\n2mmI\r\n=re5I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:lerna-filter-options-3.3.0.tgz","engines":{"node":">= 6.9.0"},"gitHead":"901e6d54a47151dfed3d6ed2912804b97d05c6b5","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"_resolved":"","_integrity":"","deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"6.4.1","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.9.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"^3.3.0","@lerna/filter-packages":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.3.0_1536197596442_0.8736232183707078","host":"s3://npm-registry-packages"}},"3.3.2":{"name":"@lerna/filter-options","version":"3.3.2","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.3.2","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"ac90702b7876ff4980dcdeaeac049c433dd01773","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.3.2.tgz","fileCount":6,"integrity":"sha512-0WHqdDgAnt5WKoByi1q+lFw8HWt5tEKP2DnLlGqWv3YFwVF5DsPRlO7xbzjY9sJgvyJtZcnkMtccdBPFhGGyIQ==","signatures":[{"sig":"MEUCIFGSu7m3pZO/OCGZCB+Ze9Z1KNrfYrpn24CKsefc8K4IAiEAxp/lRvVx3cuXL2ALgHE+2L7GbeV2C7bUNx7+Kf8FtqQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmahCCRA9TVsSAnZWagAAGcYP/1g6J+iIQ93ZnIhZ/Wos\n3TFXx9ENmOmzTABqNtQZNqOoHdLeVddS7pi8Vf/lRAVbdd8K/qB+KPJ7cK0L\n+cA8jcgNgkZHF+Z2pJ10bEm8LJkq5s7KuY+2itQMxq80vhz4Rebfqnz+KVsv\nqnrK24pvz6SGS1yjx96eIuyhp4hptyPSXc48YYwcJmFEtPIRXydMlcR/UXXW\nINSFO/N9RAjyQuBFy5qFUwf7MXQuJH2gRdoU1E3lH7HCm7wAv3Dr8to00d3E\n6+ThuxCEX8/wlgsi28WOZNBvGRG7TYI/OY15oA/h1Q7kdsoopTiUYDv6ZXh8\nhu+jrGcxYbO4ERKjirwn4DBJ0UpwXbPeTc3DHsmypXx+rq15auufXJJxGakB\nXjnXOBNyfXSkMt28o6mDG91+lkNdvMc3/dvIPBDBNyE1fNRzTAuBbbhf/8a9\ntv0DNgUcbda83n9krLIoTMra3HE/UknEKcQ8ICpQgAjUlDTbDNr/YDzRYSSv\nzgxzbHo4AkyGmQIHDVz48dDCZcm7PZjejgfbOp1nGKflfnLD/PNkV7TgWFjl\nh++lsgrw1A3JsTS0MmzRvi1k4nyPTzQe044OYONupQs0u5xI9i+i7LYMeT3c\n6pq4/SKbXvdxu81d9gbKEF89JmhRMJ5yR8n2qdOli+Ten1p3wEtinfK1aFUs\np1Zs\r\n=as7r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:lerna-filter-options-3.3.2.tgz","engines":{"node":">= 6.9.0"},"gitHead":"96e1c0086244da05af5602e56cbd790662b0b40a","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"_resolved":"","_integrity":"","deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"6.4.1","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.10.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"^3.3.2","@lerna/filter-packages":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.3.2_1536796737637_0.19339096516620757","host":"s3://npm-registry-packages"}},"3.5.0":{"name":"@lerna/filter-options","version":"3.5.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.5.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"34d1719908edbb52d4963c796df565a716282165","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.5.0.tgz","fileCount":6,"integrity":"sha512-7pEQy1i5ynYOYjcSeo+Qaps4+Ais55RRdnT6/SLLBgyyHAMziflFLX5TnoyEaaXoU90iKfQ5z/ioEp6dFAXSMg==","signatures":[{"sig":"MEUCIQCsY9XsysXW9fm6mPO/igPjRIBzxraRUzaeDajxnKcElwIgKEFiaK974t5BEQGZzunblZlyEAPnFflxWfTGZbYHF2E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9638,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/aM2CRA9TVsSAnZWagAAU8cP/RXla2Zo9fP+698sheoX\nDXIbmZFSXVdES0jPP9Q4OdV4vIDoh6lJNnO3pCkT095ulwZTb4shPWSpfrlv\nNNYnwZso+7yCrTj0aAvZidJAdJQ9lacgrgKtWLQzgsmdQklIDUv/QtxI4Y5G\n8af88gfp2+tgcdFjDP1oAQVuPZgpSB63EItbFmZlpI30aj3PTlL/18sWwSR+\naDZJXvP+yz5R+T5zdMC4hsuAF1NpRkA5z+GBo529dhKE8NoM3jT3/yDWzFdS\nm6NUzqL4DGLuN3R9jRBhDh0xu82KTNOmagSeqrSqtopVz3ligPXrFJxTMjQv\nlCCggVlSKs0VhLeYyYtSjG7f3kcJr34fc/ttyDDZwZNv5EPi/3PHvWme35Cd\ntKwsjsgalWTaLUnYPOgrInbFZ3L+80BnfqYUmUnYjUSw2EZyIrLKcIYsYtDT\nS2Z3KhcJZSXe5o9HKnBc1MhlgjEkStAKrXUfqbStaLQjjds/Pc09Mpk7QKaH\nEbNlIwLugAVXQmHEm3ttUJmbjRc+b6TX9vRmIRvqCt3U0cOZyDLuc/c/s5hL\nFDS8daQfXudoCJGlTJxHEod3I4H8AVnPbnA8U6DEFqD1r1WIjJTqQ2a44FcQ\ntUsu6fhJ95fK5kjGgwmBUpFOqaU+5BY/QvklFaIHsF0z+qw72QBwW3cjxLij\n8HBX\r\n=Ai1F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:lerna-filter-options-3.5.0.tgz","engines":{"node":">= 6.9.0"},"gitHead":"1c142db1ecb50120f0ddce8ff8a7d9cde1bee278","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"_resolved":"","_integrity":"","deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"6.4.1","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"8.12.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"^3.5.0","@lerna/filter-packages":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.5.0_1543349046348_0.721511781058259","host":"s3://npm-registry-packages"}},"3.6.0":{"name":"@lerna/filter-options","version":"3.6.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.6.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"8100a3f2e18a9772a61138711e1fe1f14969f814","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.6.0.tgz","fileCount":6,"integrity":"sha512-6iUMZuvvXPL5EAF7Zo9azaZ6FxOq6tGbiSX8fUXgCdN+jlRjorvkzR+E0HS4bEGTWmV446lnLwdQLZuySfLcbQ==","signatures":[{"sig":"MEQCIBLVxcTnJ486kvKCo5myW0c6PrpvVTgllgryhfBWkwneAiBqgLBl7Sud8HOoOAVecZyqUjzfIn8xAt39lOoo+ym25A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCwkXCRA9TVsSAnZWagAAb80P/0IcsSviqwVmroSHWWqt\nY6VDsf9ynyjqZ7rAVtWRAuJNs5O3YJG62y8JAQzOyo57QfrXNGuM9j4GhS8t\n1OtJBL2L4uO8djcLYEtvqeo7XVG7hMaaG03Sz0+L5dSn+xX78vdKgo3Zckp1\n2pBFji5op/ZonQg3pgfWIlGURHqwGBgRC43GUD9tFAz4mSpMoFCXcjMn+jsh\n2KErMec4//harhCiRdV8fPKdhxt2XUNIg/z2P20SqIePJq1Zr6eXMrgu3Gei\nBqitVAON7vWFpiwnjnu8BaeYH6QXomTImwOKV1fHGVo1PJ1yFmNGK1UEua8f\nrHIIJHhh29AfPCnlJALEwj1J1sLAJ/1zv+UUWsgC4e/upfYub7Oui6Xlcbbl\nZ1kl4KE+6l52aF2zWyLCQl5/991MSehKGV1gwWPRG7v+G97zv7R0EfbKmuFd\nsQxaqzJRMp7ymKj9u1s15ceqOR5X58w58LOOGDaWSKuv+ZRO7AbWQPyuMbkY\n7b7uFpL6YtzLApY7ZrZR07chRrZlLPeFR8T23s/ADPqAusN/CsvbOk7ilwFu\nD4tFkYy+APnwz472nTOSU6DYaiwGbdqubkf7Ovh2EU+327eg96bQyXUcPRwU\nkdLkxf5tIm5UUX6B6koiRCyCICgnKEI9PQ308NiGRy2b/faod0+r2YgLD2sg\ngNix\r\n=B6d/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":"file:lerna-filter-options-3.6.0.tgz","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n```\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been updated since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `master`\n$ lerna run test --since master\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into master as well as feature branches._\n\n### `--include-filtered-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-filtered-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-filtered-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-filtered-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n","engines":{"node":">= 6.9.0"},"gitHead":"8cc3196014f6fe8c9b41477b975c527d017a3daf","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"_resolved":"","_integrity":"","deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"6.4.1","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.14.1","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"^3.6.0","@lerna/filter-packages":"^3.6.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_3.6.0_1544227094447_0.6923676575892557","host":"s3://npm-registry-packages"}},"3.8.1":{"name":"@lerna/filter-options","version":"3.8.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.8.1","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"8c9708d60681383051d90a06eaa292dddd1d16b4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.8.1.tgz","fileCount":6,"integrity":"sha512-ty4Pl+vZjPSc7jc4nhK/4YYGKpLOhcGHLw6Zu71D4V3DJW/ZDHm/veRIApmhddL7+6y9G+ZGnGYYh/8RFyT6hA==","signatures":[{"sig":"MEUCIQD2hKixEAeEoYwOGdQ1qu4QemykpLo++fwwTMAXroA5gAIgFhAr2pbg9mAAvYmY0wcTZ7wdpmILMEnQE+lPkIG2yB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9932,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKqxDCRA9TVsSAnZWagAAhLwP/ArNSpqXHegg7ybzRwo3\nR5h91K7nSMLZ+s1lHTuXqyUy20lx3kuZ5qneIJ8WThgPVlfT2XTXm/abhv0u\nnfovL7vutBmBTTJ1EJkJRjprOKgBfq8GsKB7PSBM78g/a6ODMpqpf3JWwTj5\nefug0CFjIhRWO3XTSrcFsVG2H151zN4XR5zfvpUSG/bvtso+bUBxw44xwp5E\nKREqlX+kQUi6q4nAE2W4x4nu8M8ljJVT4TGyb6LqFk835+mu0xBG1g0R5jgy\nvkEf2qJlBNQV0DU45EP5dYWiBeew7Koh/9dwp1TdqzZczq4Iamyl74YrMA7T\noeTfcHCJjXJ3a6CL38LwxHvEab01jZjeVrWw21N9x61xm/mNHV6tzBLl6TWR\ngH5IhByoTI+vmqAvZ1k3R3BW01sec8c/qUAFRAa1ZFsFte3zLMTqgfXnas49\nuM+SJVsvT8RiEQ9SLYxpnlvNVNem51U8V4FbyGqAkl39/AzlHCcCUzJENze6\nlFQh2FIQUEfWQmiRSgG5jSqfKK971he9K5xjGlyyEhwxLnPVx+vVxQUXS1zc\nOEqVM6WyNJhUEuiCbXB/i+9zRgDjNA5WAeNCWPI8M+am/1pdzinb9HBpG2hm\nk7ac6vs+3sP9oPKALFR9AXuTjJ8Kn801xC+2g6Yk5CL/3DkGDBZObeWpLlSh\nePiu\r\n=dorj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"00a372e194e23674fc0b7e94cc0f5ee799a13036","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"lerna/3.8.0/node@v10.15.0+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.15.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"^3.8.1","@lerna/filter-packages":"^3.6.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.8.1_1546300482731_0.6470045823609236","host":"s3://npm-registry-packages"}},"3.9.0":{"name":"@lerna/filter-options","version":"3.9.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.9.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"d91a60df341cda6ff049d8a545872ef9d786907a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.9.0.tgz","fileCount":6,"integrity":"sha512-LjSpC/80JVYTkgzBJHR52yfr1Lfj/AyZs2U9XWR7QXXNDy8Wl5vQa6+ZagL8JTFE/7xe5A+6EL/sHUEbrIye9g==","signatures":[{"sig":"MEUCIGkMoXjLAkrZ/uhU+WI8BckyNHQ4S/sQabmraxoGemzgAiEAqzl9gmkrGlN4mh7KqAvRBPVzc9DvBb7QIQp5k9NSt0Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10079,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNA2YCRA9TVsSAnZWagAAWkAP/RHtOkvfDz3iVg5YV+FN\nw1PmrHmyfLaF+arEY3QvuWvONPLWakJXeWDIwUwpTtKWYtQ72EawuRLzqzQN\ngSEK1yrhkuWFTG3ZcWrYFvM94h7aw0q6IPAWQDdZqefqAIbKlQhCzcj29zQo\nwhGn3xJOk3EV1/Cjz77bDy60uMkOizZVEplz0GWqrVDEeiU69CUNSXfK/7Ym\nPrBGrrGkrzl+RxCh8u6+Np6DrlRGZ54KFsh01+b8+g9DlPeVnBKcN0eULRM/\nRAwmKV2EV2P59TRhKmgQKxyn8XG9HDwiAbRgVEUcT4w6n+JR/5VpI0mmw8xZ\nrmIBxgrbYH1N1ptGaJrUVRWSz6rXRjsSl+XIpBJjGctm/1udtPOOqt5Usln3\nETHEuues56ZtYHJvkhjT4UTR/h2Mdyf2lriMBNytY2iKifkVqvFeEulDPXD2\nRuhLOU/tGsITgQLege8CJcDxEoPyaIsxHNmOz2Xn46xSYMTDwvIb53C/SFrL\nKKog0eSm+S9xdiRNdaoUhBY308HhSiVP9Sh4acuoG42FhL0a7ycqXB6jdTSr\nMCcEKWOmokHzXXh5aQ6Cmtu12K+b+IasNcN+/gcsTYLelcsR5PKU8R8YJj6F\nQzRgc5z6Zjglu5lSkIJ/B6SQo4HYWqAfqK4Kioa4mtEt6l9oGe0M8XqRmwgI\nbY47\r\n=HfJp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"1c1ac155323499ba175d7f7e33c2e3f42a57a2f2","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"lerna/3.8.5/node@v10.15.0+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.15.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"^3.9.0","@lerna/filter-packages":"^3.6.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.9.0_1546915224111_0.8112185318039511","host":"s3://npm-registry-packages"}},"3.10.0":{"name":"@lerna/filter-options","version":"3.10.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.10.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"8ecff7fb769d3adcbf1022b6528182979b9a8ef8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.10.0.tgz","fileCount":6,"integrity":"sha512-9jmOlMy1v56mOC8kpvFtaTIV+6sTWTVOMH/59K2otNxe28ycgol8oZyE2fD+4GpKfdzusVP79gHI6KogUh37VA==","signatures":[{"sig":"MEYCIQDCn/gKCSnHPVSGFJBPssfiLb8CoYstOPMjjhcKt6a34gIhANzSl4yZuF7+aoDrJy60K4/mf+Hsao5vbwKAiYxddfTn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10229,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNSCYCRA9TVsSAnZWagAA40AP/iJ4hpINu5fCENbulQ2z\nbDVve1HSU6ecCfDjBT9WalcW78HasAu5KYxNp3pgCkUIsPbbyQSMLqx5rR3p\n7F0GOJKtVwsPBCFTyeii463jCbXdfsFq8XfDIq5yA9f8s1lDoApw83TP5DdD\nWHM3lPlmZXnO1p2O7wDoydEEi/bmXB84yx9qy22WyZE5C4h5A5ytRYy2JSy7\n7HivxuABM2qyT+6GaIUVxkjG91x/BomM0Vo+c+HageY5DhdnqDsS3RUcwOxB\n/hlK0yZZzp4piXsp8N8oNE6IBfnpHfcdxC1p3z+aZD8i5fJkkAo8bUbHM/CX\nCkBEjZmV7NF+LTuDzX5e3U2a9isMtC/plb4gNw9b+btmF3nHzVw/Jr99a9t1\nNhHGeXT+YhpfWILEZ+m/ij3a6CWUO2HEq03+QEKGO45tMuXTuOYJBchZuhIs\n/vadY3OlxFimUllpZgo7dIJUB4k2Y38kDgcQK0nscboxc1+GYfx69d2NaBgl\nNzTas6eotjEqGsqQRDZamkyCZ/mEem1L+ygXnuBwLxTv8vbdy2Uleiy3KMHo\njBzL/uHFIpGUXeSpDxq+HpsX2ZyAuGiib/2sKzhkVn5OTpIE74DmrrTCSugY\ngSm4DBQHTwTGMm7WgVAf2jWefNWHxuZcvM8womQ2x1wmPh5cX0pJPxAjOiXR\nqxjn\r\n=3S6S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"ea8ffa7eb7f63cadc8534332ac3e19f6214ea6da","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"lerna/3.10.0/node@v10.15.0+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.15.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"3.10.0","@lerna/filter-packages":"3.10.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.10.0_1546985623827_0.5156889591473193","host":"s3://npm-registry-packages"}},"3.10.1":{"name":"@lerna/filter-options","version":"3.10.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.10.1","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"12ecda84577e50d508a8cf696df7e20abbc2304d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.10.1.tgz","fileCount":6,"integrity":"sha512-34q7P0/AA+omVk9uwv99i+4qmj5uGuj383RzqIcK8JDYL0JSzlmW0+c4IkxunCfRrWft8OFhSwZdOOmXtDSDYg==","signatures":[{"sig":"MEUCIQCPer7pTQWr5Wuwq/PFI2roRW7ZW4WNlzZGvaG0GEDL8QIgDXMGglXLJwWq7EBLDl50jPT0Lco0LvnYrV608hvsf70=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNUB2CRA9TVsSAnZWagAABdYP/3HDkqRMqqMqfrVWK9E5\n+0iS4AKu78fMhz1ktrEsYQdQwykwAxV1Au8pIyUk+uD7sKHtr4dQ5stpv7Oy\nBFuqVdnqSRlam7b7G3Md65ccJK2LC4O2C4zSHa60j3g6AvzSToVShMMInwJ2\nv8He1gGsX3CH7Xez1NbIf5+07u6N9FPINidpSurmai0UUr/YHD5aqi0a9XCc\nGsDM8u/StPW6IEWvFAn2rWic34ojkTZOrFmXU+g9mwMQm+d2wTXCUoNkIVVH\nSjGMB5grtDHqhJ2Tgj3dKJYmBwWOmerqem4Ni9DynWCovWdvQaOkaFH8oqXY\nP7BkhIrIZhbpQVsYj4DKknh0GF8KcDTcCC/tIRtjmqA5U4QC5pUOLv/dSvgf\neieu9EgBitWK1yi9IvTieh01GjB9zTpF2Dj0+GSEi9QhW01jWwD1tl06mlah\nAdMxzmaaHsgdrF3z2qDsuxI7hS7k8skIXux38LFr7GdzpeWMmMdPCNg7Cnzn\n55XfAPhIwgxtH4GV3uIdfGUHvh3rfZ4BB/cqlTTXCO1vPXz9RtMjiO6ol/84\nEFq+5q6YcnKSGGH3eK2iSE4EuGt7YKM23sK3XvHxoTcUzJZE1tatIhA1HUnP\n9u/RYrCAcAq01KrjEbGkrgd8oZcKzKWATEfyrwYKJUBCKaVyaUeDMrOTlOTP\nbEB0\r\n=vGzL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n```\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been updated since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `master`\n$ lerna run test --since master\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into master as well as feature branches._\n\n### `--include-filtered-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-filtered-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-filtered-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-filtered-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n","engines":{"node":">= 6.9.0"},"gitHead":"d13e9016c79f4244f84100993aecae3edba957d6","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"lerna/3.10.0/node@v10.15.0+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.15.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"3.10.1","@lerna/filter-packages":"3.10.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_3.10.1_1546993781820_0.20470983135859822","host":"s3://npm-registry-packages"}},"3.10.6":{"name":"@lerna/filter-options","version":"3.10.6","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.10.6","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"e05a8b8de6efc16c47c83f0ac58291008efba4b8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.10.6.tgz","fileCount":6,"integrity":"sha512-r/dQbqN+RGFKZNn+DyWehswFmAkny/fkdMB2sRM2YVe7zRTtSl95YxD9DtdYnpJTG/jbOVICS/L5QJakrI6SSw==","signatures":[{"sig":"MEYCIQC3ExKlaWxu8oTWIPGdYcNcKqOYMDAOKGgk8nYl4+4+2QIhALCtMYVzI30i0BgBXnsYxLoSQhq+x2JxkZiCMJz+68EM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10662,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQmokCRA9TVsSAnZWagAAb/oP/iI4wKTCucbMZs2dK48u\nO2/AudZlV7wWKqzgA8AF4ptUzJvbLnB+Kku9QW2cSRC83u2tzQpssLF9t10J\n5t8j56urENItznXp1stBhejE4c0/lZaD7+UrpP9XNuH1qSyWf7hM8j5DAT7n\nEEVBsp9iQS9fnOWLLRBwaC8QMTkmd0L/N9+vFoUPNM0couiO9yU3RrUutv9K\nPpkG/f0BKN6piLsleSYQErX31JbU7MsuQ6OI8MDcLdv38vDWL7xoCcW8Xz3M\nIbXHjQdt7vqU+EWzLyJ94cIQOx/IaSUaRKIr7SH4lZdFy+P9AB71g0RehxUv\ndEp+GgmNxhby5V/9vOeRJuvuGVwdsOcB0dV9RBEHXHVoq9dbQVGlnmH7V8XE\npt7w2px3lQl+O5Dgo7Q9BsG4JfDx9QJFPr+VZTLdHyNRCrQim4I0KmtDv6vL\naM1wIQ1uPjamw2C6vyAZ1siFGTQbhcNGfg72g+/aXfWMFcaox2L2BwyE24O5\nkukUpddTGszfxl/kFENf9J7l+Qzyf5a55cQKmM+nVqp/wjMrIS0hFmZ35BC2\nXABVuF10lzyJTcZDX6cQypOksLhULnDlw6D3sx7cQRSZWdbiVJ6G2IPU4yxx\nqxl/UCs2WzCYP+5xbMLYz8hX/Z03UthhbBlNiYTmtxJ3b8db6lIPPtGKWyno\ntW/A\r\n=ROyD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"5a7392e59e6ae5ee8aea10467ffb4b12f3b1e3d1","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"lerna/3.10.5/node@v10.15.0+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.15.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"3.10.1","@lerna/filter-packages":"3.10.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.10.6_1547856419459_0.7737087788634602","host":"s3://npm-registry-packages"}},"3.11.0":{"name":"@lerna/filter-options","version":"3.11.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.11.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"2c9b47abd5bb860652b7f40bc466539f56e6014b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.11.0.tgz","fileCount":6,"integrity":"sha512-z0krgC/YBqz7i6MGHBsPLvsQ++XEpPdGnIkSpcN0Cjp5J67K9vb5gJ2hWp1c1bitNh3xiwZ69voGqN+DYk1mUg==","signatures":[{"sig":"MEQCIGMAohmG11YkjP92wVJuuxDgtVxc7yvm1Ql+sYYFiAVmAiBRAxWJMdWPT3tkr1FgE+WNHrV+hDwfe9m1G8zviqzMnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXN2RCRA9TVsSAnZWagAA4FcP/jA1UZU2QHsjHeWSJTU8\nBE4ZnQY8BW6i0vUoVnrwMjgnk/asBDkEg7jyG7hgrwDRoEKIgGCATVu3hwqU\n3NBxhBE18MkOgiRtP+nkoJJF/jnzRR6PYTAFdca9JXWr6kh/VT3tmcghzsjc\njklEUOJmV7SWvInq/C3gKy/N0gQQr6bFSgEWQXrInewqFCQ/1gy51b1J0sPE\ncWw0fNwUKwD9haWrjQErshghDxBkLSQwhRpkai1jS2qpeBmrI5sW+084FMAG\nXU3Jc9cBB3z6VWcD6K3GjBo5c3/8hTwN6ep3WsdnbOe9ZuCZFcMkEDbAIHhS\nvdb+0b1hEJc8JGA7WcqyHtjsCMYAnUf3J7OJCq+9c4QvgXnu/HYw4Qgp6nXe\nL68L3MCUrh4PhEFQGh1jrUJdGKqtYpfz1CZI3Cv5IUiwrCUTgToLt0MaA3Bp\nSOjKYOs6KXCFUAjzaLupdMD4pLjdKxMUyF6CY09TbwfrCNoMsfGMV4D8qBHf\n1PqlsS2Mob82aAgtfjO+7P9PEuG3w4qTGfbHaLOc+fKfsShmcKm1ocPnbVzq\nO/cw6kH7GPUwCRGwyvzLU1XSez8YITp7jmBUUvCVfHiJyMKkF9up3DePg14Z\nCnr2tEc0zuZbuJzeZa+POVMA1UVa+/BM179dEPKgsMZLeVgwhC4kWZif7JmW\nF/Kz\r\n=w+Z6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"45a05acf2d52a46f553fc1efadf9a32312aca82b","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"lerna/3.11.0/node@v10.15.0+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.15.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"3.11.0","@lerna/filter-packages":"3.11.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.11.0_1549589904862_0.9809464270243193","host":"s3://npm-registry-packages"}},"3.12.0":{"name":"@lerna/filter-options","version":"3.12.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.12.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"148cfa5523002cc022f744ad13f33533aa2302dd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.12.0.tgz","fileCount":6,"integrity":"sha512-H1dXtrYGGBhze4x87irYvfLY7ozOH4LPk1TufG8yrwgP67wvYzd868r8c12Rs88RjIKTBTeaAgFYv4wk6kXLvA==","signatures":[{"sig":"MEUCIAytXP+mcJfny6x6hgtBMBM0q+UROomVU2/y8U+du5ozAiEA7T4oOPRrD9dhWzJ39+EPFi6aZPZ19eY0AyTomHCPKnQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZdRCCRA9TVsSAnZWagAALocP/iVPat4jshSvv1BtTzxX\nOymLPT4REklgPea0rNI7Cers0MW9syh3M+/g5UjF+FLIvyGTd2KtdOu4OG9O\nqnatLOYfdhNruDwRV0LADAaI44DmN91ubDnACL2jyy5lNSEr1RWMujaWWC4q\nNaswtqtnv3ysMw3Vl6JnR5DLjT+f9BKtWCzA63SVR2TVz4etXRX1kksLa5y4\nMhOBOTq0iESWvQkHmH2gBotOPMkBzLSAeyDebseB0nQ0bMlBwiYtxMPSmt+q\nngdFpika1ctQ72wTL5AJYxdI91ejjHWoTAYxoOK1OQxT0r/CZb4038JRGF89\n/FvwSIqMMAB/BkRwmLrqn2rk0/6Ho+rhWw/YIvmPnYvZcAD/h0KUJ+yz38sj\nfY8XWHmeb3CmLcSgKzCUo6S/I7db0qYvqUF45JuquIaIINDyNSXWVieznlYH\nGoNJGEvcVr+ZL4Oc7IdHXJLDl+RPQ8pOoom0nghN3dkM2I2is8ooKNEX+Ynm\nLlfN2zydig/I8jYGpDdZ4Af80JW9q9vP3o8rkvi5uTo0+PyZ6TDFKZ1z4EHc\nB16iNsEeeqgPB9S4c+twKNLoGMn5xOkPVd7ri1u/RUZqZ3DVG3Wbv7kIggdc\nvYhSVIq9N7fqPO1k5LejS8Offm2HI8C5JW+G83vUl3C30QChMebqFIGrVdq+\nochu\r\n=clSS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"e2cc514e55a4b520258769a80648b42c45eea9f4","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"lerna/3.11.1/node@v10.15.0+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.15.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"3.12.0","@lerna/filter-packages":"3.11.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.12.0_1550177345576_0.21517631505941015","host":"s3://npm-registry-packages"}},"3.12.1":{"name":"@lerna/filter-options","version":"3.12.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.12.1","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"ab54ba7e3b894eac00daca41b9c70e544d7f4ae7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.12.1.tgz","fileCount":6,"integrity":"sha512-3tEGGdOxTmhxt8qrqPGr0aH9sbg+AqF4wb23bT3HhrAr4sHKMIHcy5+CbUyWQFJGiEpj7iPxAG149xZ1enMivg==","signatures":[{"sig":"MEYCIQC6/S5WVFc970SeZ4vc8SkeLdB8vDNzjNkJhjv5+NjAxgIhAJO0YMULkY0va005yRL66ZYK1c4aG/32U96p+H+kzqGu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11741,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZfXpCRA9TVsSAnZWagAAU2EP/RPRNdubfj7t062a5czF\nRiFV3wh1p3BeR4NfcSEnRnTsz7kBsJkYmLlHqpnGXtUCM0OyyTkIeb0RbTZJ\nfa+MoTrj+FKzf/1/LPhcXXORvkqrIRAUROHwIecT4fFTZ1t0b091iNN6pprZ\n2tHxczEmzJtfk91/1/HX5AQ68Czw/LbSAQXZEGEVIg+fYNqSnSfFOBalHwAd\nYky2Zbkk4ZG5Zbgo6WkZeQQAzVnDGEHIjozGIpsT2HYfuXdzOS3mP6aCZ5jG\nPIglZy6ja1jD33TvUxBoqSCsoaGqzGPZPPdR8LBdoez99W+7ZrlFLFNUKl2H\nNrXzaR/Kp+UL+7guYtLa0DKslmcdDy06iY1PTHJ/Zl6ZoX9EA/kt/nlOPF9i\nJHKNj1AThvTJJGHFRQdN9BiM5NntHYql0IhdB8ipEAG/mDLee79P+kzr2T6s\nZTSVwW4EGd2YkFrlVvrml+cHqH5/Vm4fEcr9CHxyNvwBJd7UiJH8LMPocpkI\ntPRIieRLODWhjOiQ1+5reUlOlF2gInkbJ/fseRvrH4YpbTw97qiBKptvT4Y0\nhMVpPAPYDBtjbHCpHSGeeSqQoi6rUJ7G6Li6iJ5bSriKmiqcbQ+oO1j6Dlt/\nQTC1n/+8vQQ9pa5h+oeC2HzJpn1nZeXyn0j3XE9oKOud9JGWCGTs+6ngAgNe\nc9V4\r\n=1Bdx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"ad49245ec5fe586a0906b67e5b12bfebd041dffa","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git"},"_npmVersion":"lerna/3.12.0/node@v10.15.0+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.15.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"3.12.1","@lerna/filter-packages":"3.11.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.12.1_1550185960790_0.2681864148167754","host":"s3://npm-registry-packages"}},"3.13.0":{"name":"@lerna/filter-options","version":"3.13.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.13.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"976e3d8b9fcd47001ab981d276565c1e9f767868","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.13.0.tgz","fileCount":6,"integrity":"sha512-SRp7DCo9zrf+7NkQxZMkeyO1GRN6GICoB9UcBAbXhLbWisT37Cx5/6+jh49gYB63d/0/WYHSEPMlheUrpv1Srw==","signatures":[{"sig":"MEUCIDIGr9BZPPTq52FxENTn4CO5nB603uf/GoKEWWftHLZ3AiEA8IKkeR9dBJ4Bz3c2wWiua43W3ktrJ9zL3Z/0LqAxPyI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12239,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZhrbCRA9TVsSAnZWagAAdbwQAJRhRpx4zJp2l95xAvGb\nBTLhJtNadT/MhlUzsTz1dDGwl1iW2WcSTRDjAoNeLdo4BPx2rrY2JlY+Hl+Y\nuvjBUtXpC+h1OxpReBG0EvZtNLXKCm6tkxTi7XqtZSLwL7NUsMaBGv7maazy\nD1Kf0oIgIKhNI+R4eBok8af7r6Kf9kQrAMmnFThWdhzRLmkrnyPlr6ygedLL\n4mow+dycZgqRUvy9dU3hTmsaDwq4RPFuk6denrMQFv+dcnb+1+y/kJCZg48e\nquRnh8w0lLs8xwh23Yx1Sdsv0Q+O0K8pleVQ8kj4hUg1vqL2RoqUrlaG77Lh\ntiXXzZxpdWFfw1Gzsnz/vinUcgW03owi3gWtoVkHaSQ82jOEjbXxJn1WGxQi\n009XBtejtyoSJ+wO9c/quNy9+XCDc8sAIYwghTzvO1xrIeYSJczJPczivsD7\ndQ6jL/OileDMw2d8LdinTffE25JtcuvNk0mAfMpq/0W1NH+Wrsx6qURhSPnm\na7iuNYSqAwV99NBueOdkOW8xeF3qZBFgsI0WbIrzbBiyxHWBcNk6nzhN7FWU\n2q8Jye+4Otazu+lZajnHUJUuUKBa+wH/9Ec921mwO0WZgXNRUktlMHRbpedV\nCwtIAvsjNOkUcgXtNb0xhC06hZEPHw53jvohTKc3rRttdKEkrCqQ7KfCchon\nW8JW\r\n=K8PM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been updated since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `master`\n$ lerna run test --since master\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into master as well as feature branches._\n\n### `--include-filtered-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-filtered-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-filtered-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-filtered-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n","engines":{"node":">= 6.9.0"},"gitHead":"9a47201f3fdd1df09cfb1922f26329d1dc4c8cc5","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/3.13.0/node@v10.15.0+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.15.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"3.13.0","@lerna/filter-packages":"3.13.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_3.13.0_1550195419202_0.0028598907962089637","host":"s3://npm-registry-packages"}},"3.13.3":{"name":"@lerna/filter-options","version":"3.13.3","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.13.3","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"aa42a4ab78837b8a6c4278ba871d27e92d77c54f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.13.3.tgz","fileCount":6,"integrity":"sha512-DbtQX4eRgrBz1wCFWRP99JBD7ODykYme9ykEK79+RrKph40znhJQRlLg4idogj6IsUEzwo1OHjihCzSfnVo6Cg==","signatures":[{"sig":"MEYCIQDHjrpZ8fs759RlQjB0CpZOFD5p8iTWQy+wjtR1AG3OegIhAJirK+6q8r84MWvtKio6yC+9YQcrnIlocXnIB0ja9kKc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12390,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctnnfCRA9TVsSAnZWagAALQwP+wYapOigSWvDLSCkHFgv\ng5ha8872DH5zPCaGh8Aclc7sVCS9v0sInUzwnuhWosiGbrBtOqmPF7KiYuSQ\nkJ741YSGWD6uxIlaEH6QzqPAqBOzVH4NgsmSxvPWupiAYeyq/crEzslIG7Ft\nPT+Z1xFs+/uaBm+V55oo13vks5hpCOk0cyTKefBMCU5d/Mue6zAa+Ufji5tP\ngFGrkycdLg/G2TbjM5F8GsPBPZSzBCsvhk162Bc25/McMp2+ZycaRXjpPYJF\nGVqqgVHOrPKKa3AKjhvUwUYghXYNiq7SG4554NGUVhuMFuARAwdOjlagBqj+\nxtEOpW+8zNKcclxIf9J5JQxps1uZqqnq9GDsd53vWTtOr1aPbkhPemDK3HjH\nqZttotijepYPOzQ8qpEV7OHAeDlnOIB/rwVDZsZBbjowyq0Xv5q1AqQ8elRb\nM1MJZokm2I5CLVkucTivJUFbgS9bpS0R+eMEjL+S2u/mg81QrDKGcbW4m7CA\noGMlcZSPdQwhynap4wFbGCW2yUl5c0dsYmcBSTPDNK4vtlDUijB4EO6ilzk+\nP2lbenSo3zY49VF5I/OA0Ext6qfPK/zQMRum2+X/44AzP7aDp9dndnjqnLFD\nMP3jq4JbtdJfbuMaPQpGIMG5DmIuqesp2quDcWWKJNcz+2XfLCrRcG9meDob\nUG7G\r\n=c0yR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"1496beb6278b001074d970bdd5869bb1f958d998","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/3.13.3/node@v10.15.3+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.15.3","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"3.13.3","@lerna/filter-packages":"3.13.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.13.3_1555462622328_0.2374221211012455","host":"s3://npm-registry-packages"}},"3.14.0":{"name":"@lerna/filter-options","version":"3.14.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.14.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"6a2e60708633f54973bf31262b58e53efb537ef2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.14.0.tgz","fileCount":6,"integrity":"sha512-ZmNZK9m8evxHc+2ZnDyCm8XFIKVDKpIASG1wtizr3R14t49fuYE7nR+rm4t82u9oSSmER8gb8bGzh0SKZme/jg==","signatures":[{"sig":"MEYCIQDddXM8o/Ca/nUpR9zUTYcCf0tm0qhUtS8CJWWB7N3v+wIhANzndrtA/Fq5Z62Ke9NUnhhkcDgHZ+7NzqY4YwW4TvAt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12540,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc209OCRA9TVsSAnZWagAA/T8P/j9rCYTqsG3I/zi90QTV\n2Jw5BpNW6j9QLjpgKlASAiAtt53kOtrnJP4r4LYVEBGCZ1ShAE8g//9qHJ1W\nUPM59SzsoGnPw1vDkXQh7aFE1D135vq7zfNJrDZPMuhCI0GJqe/kgdELGuVO\n4yCqeubRIswzSq+x72nadl9FbnKBTvBO6toeKK4dOS5MVlXgMHarnpoTMXMO\noaHTXJTG1lU6tZ3D09cYKrOoQh1UJ/+pyEwEz4dotNzQV7R3+ly3tLDVMgYP\ny5tlzq7Vi+Jh3Pyc/lxWdNuAxBOEt/4QDd7fS1imHmBPeoAMdV7/fjtblS1Z\n0ttlnI3oF7rzyRKq/+JsByfT84wHQQAb0GZLw4QcA3XsYUDprTGjJJSA/sKP\nN0MlsZzLlWLkSrkHyoye2XLeZyqbL/BdgQK7MdopK1RXTq0ushyOqJ8SI3tR\nNbMyy0eaORKUSFfbdfyqZBOq9aTBDDop3ee85TQsJj1w3hZcrWnp5dv0YUn8\ni2MfTMxn1KW9L/hSf2P896xf+m8xvegg0+YgizeMiGnZGdUfrB3cgxBSrP/M\n+IeqMB94HrPLgOXF4DIfKsj93YSl0BBwqQWPz9DZnNxXe9nRw9hQcEclxm5v\nm4mTlo40yOnKMBkqRvgx261NwWJzu56WLmk0o7ROpfxiYJ+eBSOW9sQ572yW\nKD3X\r\n=Wryd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been updated since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `master`\n$ lerna run test --since master\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into master as well as feature branches._\n\n### `--include-filtered-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-filtered-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-filtered-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-filtered-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n","engines":{"node":">= 6.9.0"},"gitHead":"39da145c67ea587457694f318f32f967b9d66ea9","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/3.14.0/node@v10.15.3+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.15.3","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"3.14.0","@lerna/filter-packages":"3.13.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_3.14.0_1557876557896_0.9623257988263922","host":"s3://npm-registry-packages"}},"3.14.2":{"name":"@lerna/filter-options","version":"3.14.2","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.14.2","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"7ba91cb54ff3fd9f4650ad8d7c40bc1075e44c2d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.14.2.tgz","fileCount":6,"integrity":"sha512-Ct8oYvRttbYB9JalngHhirb8o9ZVyLm5a9MpXNevXoHiu6j0vNhI19BQCwNnrL6wZvEHJnzPuUl/jO23tWxemg==","signatures":[{"sig":"MEYCIQCxj3gJxtXYxdWKOWLN9OQiyZ/h2LaWwjYFz0atG7VnPgIhAOfZw7WGlaOmkXRa4DstuAQEqBVKb+YWQfXs8U1qB4Zo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12691,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/YklCRA9TVsSAnZWagAABnIP/0EPpF4OWxHcB2Izcyu3\nveP6N4NoB0Tkz/f2slr8cL2q7SOcWcq2axyhs1YC5Ht0vb27JJYi565uK+km\nD4zfS9nYpxMg7LSpISxAIL0kUSO4KbyL0/wlfRaDjKF+gEqAW+o+SONhdtG8\nPT+Kw8oKulHgjmNLvHSb+vd1svC72gk3nL95VWNr+D5cqJLtbuipzhbG8hQ6\nYhL1Fe/1aSHnCykhYHHcQpUsJzqu722SEv+QwHewThTx3TJ5Eau85ukcJxkn\nEp7TT0yw1QomWMoLganDZviCWhtn2U19nU3KS0ZxRt+OssmQ4ue7k34ophLL\nQ2NjBdTj6IG/Fp65vZCClfpkN7JHOdHK6ctmvIrylSd4W4XMLnb6AE7lJJtu\nwPToGb1QCtr/DgtZ+brIZNQlNZQTZD2koFHVwUb2T3fS3+d4/YHeCuaVYYQX\nImlvu88OJYsf7yf/z8KyBspsbC0zd/+sGwxBciyvO8DjEHThuh0XLeqKTulz\n/C1wakyPAHekhOq2DPJpLbKg3XQ7SKaWKAjXQjZwPJhexx+9m8oHOYyDU39c\nxAokY0l7C5qhWP8wbLG1lHUwLyyBQ+cj2pAfrfuh5p/WUQHC+wpqvh1E0dgE\nCmBUXy/hhazvveNR2VKratYlJq1VnhXzXIFfCluLImwFiG8b/48B6x29rQHa\nFL0e\r\n=Q3pC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"b22345b9870f62f1125e109fcc47d2e4260b9d09","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/3.14.2/node@v10.15.3+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.15.3","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"3.14.2","@lerna/filter-packages":"3.13.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.14.2_1560119589133_0.015108572144188148","host":"s3://npm-registry-packages"}},"3.16.0":{"name":"@lerna/filter-options","version":"3.16.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.16.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"b1660b4480c02a5c6efa4d0cd98b9afde4ed0bba","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.16.0.tgz","fileCount":6,"integrity":"sha512-InIi1fF8+PxpCwir9bIy+pGxrdE6hvN0enIs1eNGCVS1TTE8osNgiZXa838bMQ1yaEccdcnVX6Z03BNKd56kNg==","signatures":[{"sig":"MEUCIQCYBoCRUyg0dieZzP3ztEnGRDIDu5Yfx3aEO22Ls9oXtAIgCrABElMsjSqfOaCgWGXEyhLuDWldLI+zxZ7/gjJ7Pdw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12841,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMQRZCRA9TVsSAnZWagAA5bEQAJdFvOe6t3MC+MBg2E3r\nbjFK87bJYy9jNGjoHKL8KnEhxspR4aeOryC/7beWTBVqsePq/S7uHmBGbLpq\npbNcenMuRW11mCf+vbZ4rAAfmNo2FVpC0/267ihKkoULsCi27J/4MExczVbg\njU0R9GBbPxArtBKJ84j+/DobB5gKgKXyPaWHhqMee7Mfh8ONdD+cViXRLjZR\n20VHBpj/s00fPv5Hv8CVE7BjMLBsShJsxOS8XYRuyB1deCzx2jO4A4+wbH2b\nzs/aftyWTinTWZLdYAR5O6x+V+MLBeKg0lLiT/CAdUTxTcQv+mn+lv4PVb2K\nBaKnh53/6/r8ehuyFiHoCrM/ATLfZ4U0mJrEEkoXsf8maRWXO9iXCYzONqRT\nePSR6oAb730rb23fG5X7I9Qh146oj1PNFos7o5vW9AfKmdvOcsMhMOn8f+y0\nEphuoFNniqAR/gitft4J6J2u+7Zo13+PW4Ad2pe8mYarAVkiga+SfBLLlcQQ\no/3u35PgBZ10v+droi5IiUqamws+PrWPbAq4hlgYUdmk3DPPGRwCGf7zzAA0\nH521Oou0JbcYzSoNZiCiCIU14TUw6nx6+KZAUNnSektKKZ0McY/EVnqdYvzT\nuha9Z95zG4oGO7NqPF90mFoWSUcvGMteB9ZLLZrOZwDOsEG5t/ycrXHsm0n1\nV36R\r\n=DvzU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"8ca18bedecf4f141c6242a099086e84b2ced72de","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/3.16.0/node@v10.16.0+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.16.0","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"3.16.0","@lerna/filter-packages":"3.16.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.16.0_1563493464707_0.2991856331834324","host":"s3://npm-registry-packages"}},"3.16.5":{"name":"@lerna/filter-options","version":"3.16.5","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.16.5","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"2137a75c0e5aa28c9bdfb75f53755aa28abfa202","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.16.5.tgz","fileCount":6,"integrity":"sha512-PnkrDPJHvQ3k19JFG8jJVasVbZhg+Ckg5u9aVA254T3BSA2CT7MtXjB+snS76npe83170zII0iYufDUY4rhm0A==","signatures":[{"sig":"MEUCIEeLF1nIxBFyOSdylvySHUbNu/SCTFxFOkObsK+PqhoqAiEArwYBtAXjNAfiHFnGTRuynPnr6m1T4cYfRBln9Hq+pJ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdm8IRCRA9TVsSAnZWagAAGoQP/3+gPXNd4CiQG45sjd2i\nmIsWpwKdL/iWElSXgHda7MN7gBMX1UdEzBP0pJEimMi3fV7m9IeNSlkfu/b4\n9KdTAKAz2NNLdaIfUFBayu0YozEFcO0usXDBKO1S6jW4FUZ68FpToEI+PHoA\nRYbg6qroRfkk5msTmr7Z5FWqGcAMwWrXhBP4S95MjqW1WrgP0Y2+Mv2XQNi7\nAdFXZCZOqWF1Leb0joOIm8svNJn4MlwzoBSEkGrJN6npFIVRu3hngECeiIA1\nTaLu/ef7mFjvn2gtHjvQzmTsKQLLakyOVugRO2g2nvwR3XgaebJUT6vcgcCh\nK7e2cb45mIGz4djFQlQtE9bbNAd93P9DjWOYP8x/ousHWlBBHvbfkMf5XUQF\nI9KuMBf3HhZXQZNa0po3hABAmlXiwI1sYPdUZK1nfKQ3cpvNtIjSwXYbFrz1\nqhrg8JTMUP2cmPFt4z8r7zugz+CjwS/Z/MBcC/oli48gNSsG6d/daEoRnho6\nTwL+2vj4iI5KYUic+NPeGSPzV3zARqshIwcKK6my7qMym71KwSWii9Ccav0C\n4zGc2bSJsE7tiy/ZBDIxwMEhfektnBILA1Gq/193elhIbZ9KgJ7KZ0qIRjpp\nYvEI+SHtfFOoZq3E3tjmUCYdGc8kF/EqDXN8AV79QXZTEnTZ3C8Mb4cOQ59c\nqs4q\r\n=bSBt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"f0574092a2db90142b3a27ec1a4941cddbdcdf62","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/3.16.4/node@v10.16.3+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.16.3","dependencies":{"dedent":"^0.7.0","@lerna/collect-updates":"3.16.5","@lerna/filter-packages":"3.16.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.16.5_1570488849352_0.7904845294838585","host":"s3://npm-registry-packages"}},"3.18.0":{"name":"@lerna/filter-options","version":"3.18.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.18.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"406667dc75a8fc813c26a91bde754b6a73e1a868","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.18.0.tgz","fileCount":6,"integrity":"sha512-UGVcixs3TGzD8XSmFSbwUVVQnAjaZ6Rmt8Vuq2RcR98ULkGB1LiGNMY89XaNBhaaA8vx7yQWiLmJi2AfmD63Qg==","signatures":[{"sig":"MEQCIFxHd93VEA19dwetlrtj98RSSFunx6jkZlxUTcjezLCQAiAeDJ5MSSqVbUfew5/5Ij6LUQ7Uh0piT4FP11u50IExuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpiZoCRA9TVsSAnZWagAAUqoP/1N62ID4Mag5pkULDxks\n/Kcy0rK1FvBtXkQO7zl0uD8A8Om1d43YhsMdwczw2slr1vmwPq4GSZHhPeec\nFj2zAnBPTORlFgWTuEFL5YeLSvufWkvtKxX9Pl/4S4iEVE+251xKKwjHuyzE\n+1cPK1wksYfjj1UcRS8ZShRoyVo27an778BQe3MTXpiN7ZYHiibUsUrv+RWe\nJI5Ua0Uq3XXFdhvKJqjjko2hKuVvJbBgk9sxJ7hk8AyqdkRhxOWEUtgbvI8f\nS+3JBe3dUGCyrkE9FSAGZINIGIVAf0eR4MoZuQC1KqnvCmUyLYoyUbRJIwjB\nTFbwf11DdgmcvP93e+W7Z/Xtu/Ym0j0L4iqX9UUK42JOaHHEzD1Kub3c7jCM\niDWQZQDtnPAZRE7u/X9YxUjPYVC1vQVGLMYdVpp3x+HWOvcDdYNjPKJ/7dkj\nPNQjUskhSxGbg+jJzjnFiG/6trO6O9E9HzxwH1LR7iV+IX1KGs23qBPHohpY\nrLnfFurzoC5Dxu0U3cao8Tny8K1l7gLgEoYcIHpzdF6e+uye49BFebUf1Dva\n80GzPbIEjCBujDSV6CxaFjdU77gwH5QwjGCPTHhz+w5Qs/30TgB6MCkZqdYH\nRk3CnFlkUemdVmXghLZOMZEGsXs11jhzy+vSzV+PzY1oRt0aXxtmssYvlsSA\nXAx7\r\n=fQZQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"0ea8fb136f408fb4de3fd39bb7069d976235d53d","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/3.17.0/node@v10.16.3+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.16.3","dependencies":{"dedent":"^0.7.0","npmlog":"^4.1.2","figgy-pudding":"^3.5.1","@lerna/collect-updates":"3.18.0","@lerna/filter-packages":"3.18.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.18.0_1571169896221_0.08257196565168856","host":"s3://npm-registry-packages"}},"3.18.4":{"name":"@lerna/filter-options","version":"3.18.4","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.18.4","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"f5476a7ee2169abed27ad433222e92103f56f9f1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.18.4.tgz","fileCount":6,"integrity":"sha512-4giVQD6tauRwweO/322LP2gfVDOVrt/xN4khkXyfkJDfcsZziFXq+668otD9KSLL8Ps+To4Fah3XbK0MoNuEvA==","signatures":[{"sig":"MEYCIQDBWUXKKjXQIvgOC/4JRjhKkfJWP4OJs8TUqyxnKRi0zAIhAJR6rIk5aeegYhUZILDxgz/n8UUQWKNU8lx64aNPvNNF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17962,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdxMq0CRA9TVsSAnZWagAA2t8P/RI2kMMRr1vzJOvEpfx4\ndBKxHtTY9ONXfe1R7+7PovOSn56Rz8/0W/YbSw/jXAf7NZVFd3ShKb2jD75a\nt5jXdgwC9Ak3CALCONv9/V5LyCBakf/Fr/Q+86fVEG5Y4Q3+bPXc9R3OjSxx\naZtgVEnmKOzzY/bb2NHPKgino85M1GeCGVkMIxWM2wutAbFs7SK8yJCR+nCt\nmW+TjB9BUnOXeJ7f6+V4n3B7kn4LiIkc2/tSnKIgqGJl/bYWJ28DFEpyb7U7\nYupkul7TVlIp3x3P10gZNOEK8j1ncqJEYNAWN99pTujbtd8YCab9C4YHYP4q\nZMx9VdL3ss3FDd6chlnkLJXBRDoB1B2Hn+w1T+Xmhlnp44R93L1OJFVbX4b/\noGoUPEz6WJu2LfIR1esNK8KTOEzKDb9/fqocrKiRU/4rRecS+zdOXNiY9vh3\nsP2nmrVXA6l6UwysADsmz6y0b5qGc7rIpYjlwuPo7ggtfsdpNABPncVTOcMb\n52ScpiJh95m7G8T4nGhJiI7T+kTs8+qw5IBpwGJeq4D6q+JCeeyVFKiOMQSs\nGTeou963t9b4U2yx9CuDF/TjBQdNbhI4MIqIpCV0G/fMimPkbaXFrClo4fFW\nXBBfn/dLZjWUyw6zjSDzWXXgfowMtcjADv4bBFYcyWLKTKypuP7J1pWVchLB\n6Aia\r\n=9Ksh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"eeacb92a4878ed8002f95359dc6d0b8ec14df12e","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/3.18.3/node@v10.16.3+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.16.3","dependencies":{"dedent":"^0.7.0","npmlog":"^4.1.2","figgy-pudding":"^3.5.1","@lerna/collect-updates":"3.18.0","@lerna/filter-packages":"3.18.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.18.4_1573178035238_0.8803350665464971","host":"s3://npm-registry-packages"}},"3.20.0":{"name":"@lerna/filter-options","version":"3.20.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@3.20.0","maintainers":[{"name":"anonymous","email":"daniel.stockman@gmail.com"},{"name":"anonymous","email":"hi@henryzoo.com"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"0f0f5d5a4783856eece4204708cc902cbc8af59b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-3.20.0.tgz","fileCount":6,"integrity":"sha512-bmcHtvxn7SIl/R9gpiNMVG7yjx7WyT0HSGw34YVZ9B+3xF/83N3r5Rgtjh4hheLZ+Q91Or0Jyu5O3Nr+AwZe2g==","signatures":[{"sig":"MEUCIQDfac/jbmV0ZqoVz18nmvnMMjYB4ShuG8Ppjbr13b6L8QIgeefB8K8rBV/vB8riXbs+LpG/7439Qssav6pj4vabA1M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18112,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBnK+CRA9TVsSAnZWagAAkSsQAKQc8cU5UJEFlnKmwP6k\nBFlQOwOz5o1oTUX/U1zKFdEJznugJRZpSrboxA0YSwRxtIzIS4pZsrUcZeBh\nD4FoAhgpLinYUwHwPBkpNrVwstoEQZQqpk+yYokQggGeL376gr4mT9IgSeSG\nnH4JL1jSExi6YhYfQSn0KCla+fwZpuYoOQRyYLiKsgp1dMoJ7miNdnZDkSby\nR1aNCvykYyWR6+Kniat65v6ojrPwxobYJgzvJbn11n96KV1rKKhcnSu82gmx\nxSoO56+HOA4uSx/aB+pOtcxP0w4CzSDcFi1hyz1eQSDWLOrjCeiYXhIxCat6\nHhy1LYdITZPjHlM0xLO445WObcPxzRFylWaXgcf6UVkyP00KSKIGCYwmY0uE\nAf9/L+vOOy4vGGJMkHQfL4P6h2g2+8VmZorp1zhC8MrS92wcRagGM8lIDP+l\nvYwWVpIQ4gO0Jkwj/f67xK+Juwgrniawrtg7btdR6dKgZaKe9hPDst4w1HKi\npBvFDjDsa8+8aS5EbZWKtXD9WOJVos/qHBbKJ2FGxMcsy6L1m5EIGAflJ2Zb\n94wi7qm8Q+u5gMt2+H+eBgiLjs8/1KIeAReNGPO2JPKnHInsflsspfyaN6ms\n/hQDsf+C3dahTXwA0VrZmgB8ElgC9AgbD3tyRNmlw+kv2ZX6VndHbTozx9H2\ny4lE\r\n=f+CL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 6.9.0"},"gitHead":"b90f4d3618b2327716840aa2a2619497c793c8aa","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/3.20.0/node@v10.16.3+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"10.16.3","dependencies":{"dedent":"^0.7.0","npmlog":"^4.1.2","figgy-pudding":"^3.5.1","@lerna/collect-updates":"3.20.0","@lerna/filter-packages":"3.18.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_3.20.0_1577480893875_0.2639605418864155","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@lerna/filter-options","version":"4.0.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@4.0.0","maintainers":[{"name":"anonymous","email":"hi@henryzoo.com"},{"name":"anonymous","email":"daniel.stockman@gmail.com"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"ac94cc515d7fa3b47e2f7d74deddeabb1de5e9e6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-4.0.0.tgz","fileCount":6,"integrity":"sha512-vV2ANOeZhOqM0rzXnYcFFCJ/kBWy/3OA58irXih9AMTAlQLymWAK0akWybl++sUJ4HB9Hx12TOqaXbYS2NM5uw==","signatures":[{"sig":"MEUCIQCmT7xGMpJ25/2WJqPUEF6FaEWPq88XgVf7HgEiDNmKZgIgYb3lg7g9ntZ8WILN0Hw3x7ocBDanAA4lPhcMECoktz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJGFDCRA9TVsSAnZWagAA5/0QAIaDihrMCdfmyC71N17d\nhbf0ATWgIjuQUvdrDq53X8tLW/Fs2PEjqlbgvdYWeC3QL9hvU9yfIinoXyNT\nvAoa+qpPglWhG34VVcXmHqK9JZmCZEr7uV0xCWjFwxoi2rWm26IuG2S/cTHX\nyEbZ/WEvWptH4285QqalcsRXHhqzgkskVlGRz5nNgCNG5BC9hrCyu/MIK0We\nCmm81XNqJ5Z8sF2pF4nGVyBcvuL/4xyhdPd5cvubAP8bmuJiPhxiJkgotyLr\nXZjVxCEZ6eVyqZZ0xrbqYW+FQmuUrnpiQJo9rgRUQNPeBNlAv2oF7Hxo3bqJ\nfEO/nHcr0vv/xessxEnorRHQ+Jg2qWzkIag/xny318dzkszbYxpHA7MHDekm\ni2zA25mH1xFmYSJEL/8cdntR+Pe/jfBbhrDMrjpr7a+k3ep44B3MWzriLmyE\nX7pY7wCOQwAsepq+KBG/uxH1K8trBaK3uKJNDolKm7T4TEQpXxLXc4UBUJFY\nbPphRdUuwZnKuUkzdU9/FoL99CsjovNkSve9QqkW+N8q0dGUc42TVUx9VpWn\nqJy88S5F4DoIDfWmGug1Ka9vwYNj0AZjfENrX1jXSTlq0MHmu5VdQHUO2AFF\nwAAiLQc/Jk1K70t98ghzB6CNe+MYWuk/quPZ6ghZgdHi7xqELtjQduq9YJ1B\nj6Um\r\n=BrAD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 10.18.0"},"gitHead":"4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"daniel.stockman@gmail.com"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/4.0.0/node@v14.15.5+x64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"14.15.5","dependencies":{"dedent":"^0.7.0","npmlog":"^4.1.2","@lerna/collect-updates":"4.0.0","@lerna/filter-packages":"4.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_4.0.0_1612996931356_0.2869708855689146","host":"s3://npm-registry-packages"}},"5.0.0-alpha.0":{"name":"@lerna/filter-options","version":"5.0.0-alpha.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.0.0-alpha.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"be72b31b93466e3f58f33942f692a9289de29295","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.0.0-alpha.0.tgz","fileCount":4,"integrity":"sha512-z+oZRBCmY9dQ9qhwHnaNiNg8a1TXk1a09fje7DfZkT1WrTQrG/gTtHvK4lxiKY6VDSqiH0HRLyPlt+n3fSxVTg==","signatures":[{"sig":"MEQCIBgKAQ9QPr9Env3jhceMrFJWnYJEarx1YyDcZxAhay6MAiAn4tEABKPlu/0eI/v22FiVnan2xbICOX/RpKHFyn8t+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10370,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijHnaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJaRAAkvvTOitrrEHB7ra2HiBR5yUokGZ+I5oEfUW3ljOpNmRVh42E\r\nMj4QOy9llq4dfQb7mLq3ZDCN6f3CfgrYcn+OyMLodB4Kk9JP/5eCgGnq2zh2\r\nrP/yFdm9+ernjjO2yj2PP6avUbHulD/rxPJ4+5/k0AkNyeeHkd902s/GoGhi\r\ndnZin2hDUL7TEcX8FGBaBAaTi2R/s8BZKGxxb/9nmXOE/iMDkS9hhIf0KXld\r\nyGWJC8cSKRbI5Vwsmu504T9sgOpBynvCy2seKZiiR5GANE68+oU7Y/nlhCGd\r\nYyG7a9KvgJiox7/vepJ7JFMbforRu5UrtYnSZ1CshG1r95Mz+2nfJT7WJQct\r\nIk5Aq3AV4EoplDBafklw0oK7bSAeUChss4rMdbhkwv6B4gtk1cRluoQ7louI\r\nbi1DJnIgiPbyR4Glcl1y/NwVvVxo2kYq2lVnUTm2x9WXbOvOBGeFiAWNOG+X\r\nmumoJkQcGNoqDhUQXidTCRj/dFh/9LVX1P8Qp+RRw0lGxEAWP+dwC5UPpqgX\r\nH/RSomFd+hfBEBNQ5f/mbcdBf7p0DHwMQjWAC7IoF1NZ848ssd06XHPzdMdj\r\ns9mDg2xM0IVVT7eTa/ua+C3/H2ZsMDxuVoPHmRhnbqsYAPD8R9rynVtcFke/\r\n4rPgXctZAWm0gBa3aorPnzhcY9AMBfaNfL4=\r\n=1YUb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.19.3 || >=16.0.0"},"gitHead":"5451a79392742a6e942a845de1e46db0a41b1c2e","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"8.10.0","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^4.1.2","@lerna/collect-updates":"5.0.0-alpha.0","@lerna/filter-packages":"5.0.0-alpha.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.0.0-alpha.0_1653373401822_0.8752962735817458","host":"s3://npm-registry-packages"}},"5.0.0-alpha.1":{"name":"@lerna/filter-options","version":"5.0.0-alpha.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.0.0-alpha.1","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"4ad7cd7359be549293157f41addc59514c8cd19c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.0.0-alpha.1.tgz","fileCount":6,"integrity":"sha512-sUQuSxYuKGJP3DurJ0iJBl97tMUCEqkRR/NPVDUlHjKRtr+u63xmzhfOX6y7gBTOynAqCtxY5ANEUEMwZakn/w==","signatures":[{"sig":"MEQCID/eWJN+cuADde4LHA1r6Uih/pWaWasTSOCxhvdExwqQAiAjVpeLJ+L5qHV8ZPfumiObRgNstPIJUuAbaGogrcu0qQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20171,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijHv2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWrg/+L7YC4vtjjL5cl11MhTFLnuR47wnDRUsc/ExgFYJorTcLDcVn\r\n1xMDVTKmqW/fBPEZwhmHIw1IoxMcM16FM37GP4+T/SMa7yrkK+0vPjvp8dWJ\r\nzJX2vutLG7RmDeBytBwRf74CRBIJ4bAJeJcsnQ5eis9urUY4FJdgEBO5TjGr\r\nl/Fww7QnHLUwtdPOmUnn8W8nC7u3c810vfRBBmUdmBAU5EYWPR8e0HwEJYEx\r\ntwXVK2GWpQDjboKk5t2eCC+aFUX/903BNgbhtxAoLH2dHNW1i1KveSlLmO2i\r\n62J6/6TGsuBsvWLXHxJtCyYP3m5JVrcs4BPePVzgQoGaxJW5Q0KVZJcuc2yW\r\nMMYoRJVFv7EP05Mh00OPZS2tNeXZpzx5J+zcgTh+LWlVxgXlxqUGx3uZOiFP\r\nr2YrPQIZ3qEesnzAiuN7d0LLvQQ+s00zheozDNa92tR8hW7vb6Na51nM8D2W\r\ng3w5d8J4PDKsz5T6G4w0e+tXuc/ip22IrdJ7PRwULj5LeiyD6hua4X3jLHWH\r\n8+UHtoLVskoILUa6EMeoQ01kPoQHbmoJBJ2Zdg5T1CwO4J5A88PfvYPE5U/f\r\nV++t5RJWlqb9UVo7UdKOunprWFnWqidtb8PgFZNNtttAjO2C5mk73pfH5Rtq\r\nzklpTO2bXJBdMH1R3Nf/hW9coAb0kiFEoA0=\r\n=flSZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.19.3 || >=16.0.0"},"gitHead":"66c961d55050634bb011e98c43aad5b2ec8505f9","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.0.0-alpha.1/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^4.1.2","@lerna/collect-updates":"5.0.0-alpha.1","@lerna/filter-packages":"5.0.0-alpha.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_5.0.0-alpha.1_1653373942577_0.26057279533454025","host":"s3://npm-registry-packages"}},"5.0.0-alpha.2":{"name":"@lerna/filter-options","version":"5.0.0-alpha.2","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.0.0-alpha.2","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"172c3ef5a80dff23c50c004c4906eaef3ebe0098","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.0.0-alpha.2.tgz","fileCount":6,"integrity":"sha512-+KrTdhLUXjr4XeE2jbexPjf3Aev7gXks8WxvRIfODoEbNBK43im0TVseKYpEpq4r4dx+dTQPvNmkNaHW9Tu7QA==","signatures":[{"sig":"MEQCIAVycQ6tkgcyFwG3xguUtCSrgWUs6PEwNqMrVg2EcUubAiAj/N52SDakpsUb6YrkYfpWs32+/Wa9PNrN4ziX2o/uMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20342,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijJFQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqknQ/+MwOucSLSCDofNo+vBMGkBm+9+21MZx3PluRNaWvFwhHWZYLn\r\nL2f/YV5pHJgmlLK57lQ1pAROUczTDVGyx853GyjyQpAuhzY5p4NpmO0Urklm\r\nPsr+yBWA47ry9Top4tiM2JwY1BMH1H65Q2UcA34E6a3KosJHXqqa/DE/GRFq\r\n04ruLj0F/vXViJtbWWYqwaLc34UxmxuEEFVGbVEyMx3Rv0qmkH4zPPWK58Fs\r\ndIiQh+ZVA+O7pjteTrNWRdTVmcKei+UfgatQg2Qz9qIXny1ogHIpQb/SJ1xI\r\nJT4hKsmdle/RcnqAWiTcx6W6wD44JKQZ/Ryb1VU3XYvrgTLdpy6M0mjkZ1fQ\r\nEm4bHcbUQh1Gsq0fk2axlwli03MQuyBsM0cJAzWEuRXC9LcptRMWjoheZgQh\r\nXyq8/5o6Rf0fQ7LixocALp0BAbNBQ3wpgUwabXVppUizrEZwhkLvU53CkRew\r\nIjn1qlkd52Fs347q4tQFQka0hMzGdyGymLR+Q7WFZQpU/FysYWoO3UUkTFFs\r\nehi/U0tgUKk+tgTQCa29tRJO2yMPB3lBLNuogjQVBlhZf5rCj4zdMUreUHhb\r\na3Bm33wo3ufw4km7FBunPDfbCCn7N7hCH/h5ixkz7FDQa4njN4xkariw4HBD\r\ngz2N3rlyZw9x1ds2h83oOG6ogzMEsr1nujs=\r\n=N9dA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.19.3 || >=16.0.0"},"gitHead":"c8b87007e82a5eed8f49b161312879739cafcbc5","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.0.0-alpha.2/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^4.1.2","@lerna/collect-updates":"5.0.0-alpha.2","@lerna/filter-packages":"5.0.0-alpha.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_5.0.0-alpha.2_1653379408401_0.7128994383122085","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@lerna/filter-options","version":"5.0.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.0.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"1d2606e1d2ed106689b43cc5d41a77b239afb837","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.0.0.tgz","fileCount":6,"integrity":"sha512-un73aYkXlzKlnDPx2AlqNW+ArCZ20XaX+Y6C0F+av9VZriiBsCgZTnflhih9fiSMnXjN5r9CA8YdWvZqa3oAcQ==","signatures":[{"sig":"MEQCIHXjSaOD6Oa7oxHPEm8EUc9om683NlJOnz6xnq3W/qLqAiAifKP8aDOyYxIHN6D0NLMCs0BEJHvGWpff6oa+tl8ehQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19960,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijP0jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLsRAAocUpuoiXq3v+W7auoPprF5KxXUJeJhpBhKIbrSa8tsecEj2e\r\nFtHS0q4qdZkEY2lLEkPoLG70vYSqHzPKt+Lfd9741oOBo27HaMrxrXp0+CDW\r\nbW85J6Wl7DY41EJUPHYCl4IdJQYsan5GGRkOCRJknnQg8YDkod1CfZOHnwPq\r\nn70eJFw6+uAogAox5I1FOG6TYpRGm3zf1jDW5FregTUYtjgBoYyi+vr0IOQa\r\nOpjUOIYuvZ2cL/VWiUfKGLsqZ8vx7btflII+IxQrqruQKgAUaiplhxErjrZp\r\n9StRtyakgkDahzx8CLYgDqrfExgOqHXLutXAfUD1fX3WeAn5WigzLl9B+M0K\r\nlV5e6l5f4Glmhqwmv0CSDsYUB0chdm85q52LNAHHV4LtQObs9JJv3XtvNdMD\r\n/KG02zhfInxhRswFBmD8ILRs3K+THiqK97NE+1LTblR4VANiCYCkQ0rRB7DS\r\nwoA5gNizXsvs0zRvQjXYtd2VeuBTFb82kBtb0q9qXzcwf/kWkNoxk5w1gtme\r\nxDMSQgLdEkqFLeKNZ696ZR0Lc5FgptHFJIzeBR4NqnFtu50rNBz/TRZLPsfb\r\n29eZJVge8cX4EWYj9fei2Q2PG5dzIjHa67dDtd9GZ5uoLd31B00//xp+OC5s\r\nOossKkjJ3xpAfn+eJPypm24BCj43J7h4Eco=\r\n=iYSu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.19.3 || >=16.0.0"},"gitHead":"f69480e356cdcd809a041d814eb0fced9d86c8fc","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.0.0/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^4.1.2","@lerna/collect-updates":"5.0.0","@lerna/filter-packages":"5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.0.0_1653407011748_0.7055122504183735","host":"s3://npm-registry-packages"}},"5.1.0-alpha.0":{"name":"@lerna/filter-options","version":"5.1.0-alpha.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.1.0-alpha.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"e1ebd00e65a69c886967aef5dd1f84de9ce7d82a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.1.0-alpha.0.tgz","fileCount":6,"integrity":"sha512-Zpt8Nb9y/hxdIng3IpwkZw0yGSaEXRVRZLM+l7u/6kCIxdGtBM4EJ1rfSBoeIcTAFDWbaGa/Gjv23oPb50h/hg==","signatures":[{"sig":"MEUCIFGegyOYXrYyC62zM48siKmHJ5/r1Ugn0EP+HYUn1dpWAiEAzUV1Q3+C8yXf5X5U+GPz9SCbS0shwNPZxNechXoq3zw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijha6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZ0g//QNvbGvVRKA7XPWPNPc8ocAGCO77r0JTsAPkZMY99vqLpO5wW\r\nm9o+UU6CQNM+6McsfB7dJibnzNtlRUKaw01+LoQQZQYPyONjvsoM/XAce7t0\r\ngr1x7z/MNtWZylW1AK9cyWX1V2w/lYxzywPovWwlc5gaaPgAnCSLySG0B2xM\r\nyFEzeeEElCMH0+g3Y3YFq0pv3QtQ/ogKAsAXLxKPGMjwvI5lcJD/gRCgmx1U\r\nZbLuIl+VeSi3dVAR9GqRTzhqVjZZXhX+uABUxX8uchdD05553sGaZXCfQ6jR\r\nu4qJ/ihEgHAyhdxl8BJlESDego7lAurG+AvyCDuxv7Pl2Kx8CAl+hXI2rbd4\r\nStKv1hmKaZAkcC1l3LwqvD/ATobSKNY2ll20IKSATaUkVhPsvCuhVVWjbIeD\r\nQQ+NKZvcMFGZuI9/9aj4MAgdOWpu+ZUIKfxN3ZL10BXFRkZ/ZR4jyCq3KmWd\r\nipXbGDXOwRR3pP4sh6xnADnZ/XBf9nJv1PeLAOtPnJvYzoRh2FZVNdH3BhUl\r\n/nxg/yNI60I1EX9wdGOLZwmBP0xVoMIvF0xeLZgQVt/t7cqwc3dwgfks7jnC\r\n2rwGSXpV6pQVQFJbp740cReXRI7Uxxizl7indtvSsipp/GKBe/ha45p1N9UD\r\nJqAuL5tvSuF+2/ze+KCAXzg8+Abv9ecDWJY=\r\n=1c2e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.19.3 || >=16.0.0"},"gitHead":"789149edb02eba21bb028144e9d8f4e226337b6f","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"hello@nrwl.io"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.1.0-alpha.0/node@v16.13.2+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.13.2","dependencies":{"dedent":"^0.7.0","npmlog":"^4.1.2","@lerna/collect-updates":"5.1.0-alpha.0","@lerna/filter-packages":"5.1.0-alpha.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_5.1.0-alpha.0_1653479098552_0.9929407145819193","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"@lerna/filter-options","version":"5.1.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.1.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"f07b943c6fb7e1bcd8bb51387a1fdf1e221d4c4a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.1.0.tgz","fileCount":6,"integrity":"sha512-FeUb2jjbNNm1pBbEclktQ7Yqxy5KBxpHAuHic4Arruaai2lxYEQaJKb3NoTFT+cBlY1zFPQcjc8bPbEshu0vuA==","signatures":[{"sig":"MEUCIQDitIxeca3Sqn2u/CpPPchq5AZeBSqKTJeDj3IosWuEHQIgbI4txptJakOQ0gcMFDUSe/tlXC4F/BrijUdagv1n7vc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20270,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJin5H4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmouIg/8CmcT6cTre0RwCPo2i2KNYiTz4kK0lmEU1PCQ/nFgTyD0UfNe\r\nFl+VtFBBf/503xTMvlmbYhhhp45YaC3ACvy8q9vuVwyDXsSMS2EeNnlvAOMJ\r\nh6FfuDpm2fSMiVueVYAUQM9yj26CuJPcdTwMIjy2/dxwbabyhtlF1jVMmvwh\r\n4aQH/t/14HDASrFPHPx/P9sLHvxMBbc3VLj/jMf9XQNC5bC2pk718lJ+8X9m\r\nWaH0TQZr56Ld5NFuOexaeFwN34+BpwcG+p42vPgLIMoGMmTcbzkdITpn/WOo\r\nG3QIc9/fZtoe/AD5s0GXi62tPGg3A3Jo16CL1BwBBM4nMAudAspf1u7fr3Kl\r\n6T+yRAAmRPqwCsJP//r6s81fhjl0kDZu7PjQB05DA1RlbA2D7v5mCQ2Gr9h0\r\n5Hf+raWCUTuH7fpUie2JjzeH061iDYPucosrR82OkJI8GiOZ5iEha6+bET4u\r\nNlgTKpofOrSCKmf5iGXHj6PZxI4tbUs71rwg0eVdzSfzJhN6Rc1x5vgg6Y2k\r\nuw0TCtsF6zcSAqiJH5YmhUYWJgC694lubnjSdSANFcuyS9G+GHNOKl8jycBs\r\nf5w+j9xE5HiqT0In0H2YBL8QmqR1WFBE1hvBUIoPLH1FRcjmJzwt49hJk4gz\r\nRBjKfRemIzggALv9ApmN5XBTOV84x1M2eQA=\r\n=WdOc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.19.3 || >=16.0.0"},"gitHead":"6b9c375e4210d2d97c75c465badbbe4334b6388f","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.1.0/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^4.1.2","@lerna/collect-updates":"5.1.0","@lerna/filter-packages":"5.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.1.0_1654624760015_0.3728596919463796","host":"s3://npm-registry-packages"}},"5.1.1":{"name":"@lerna/filter-options","version":"5.1.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.1.1","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"b96788c38a26d6f4c5c2987dd7bb39690ee46f24","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.1.1.tgz","fileCount":6,"integrity":"sha512-yFidZ2dJF5CNjnGfXFfcvvfqE2z6hPAk5cxwukPPvoJrQ3O4ebymgGNlRSziCM/D7N+Xm9byj5P0ogaIHCZ9iw==","signatures":[{"sig":"MEUCIHpe143WPkGrtP0D2wF/9atfyQGy0vyduL2K0MhwlRC+AiEA2U1c5gy4skQjGdmx6QNtkUTz9r3IXUdx17v3IOOGSZ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20578,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiocZmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSUA/9HjLV3PYVuB5+I6yoAA8URp+SMWTUtGenmfJFCnXEJFGrvqKO\r\nS1rfSEPb3jN70mmb5UGYsHpmrCN+5FPhkMIZShkIN0oBCrNVE9Z8rKT7/UZf\r\nTQJ1ETWtJfU/PQAkeY36MhegnOblFtVGD7K4oLSuzgX2Gx3mz6Cs3b3A91lI\r\n8UA1kPTFtb2qsafC7huqNJcoZdahUxBwxySPOuqdVJpgOcTTmoPFQ3qJ8fx2\r\nJQNNq6mxaZ27PSx6fxk8K1kXGJxvZjXcD1QEW9n+6anhjvfIyUd5q/fhNnee\r\nwW4PPTS8NCmzBakrnkn6dr+AX5iPsPxHB93+xYfmI0CutmjAr2aCviceKkTb\r\nzdc4a0OKzAB1QB6O2Yv4nkLIMte1HxRmehLSpWudf4rrq64MQsy8cdxFYyGI\r\nx0kfKjDwF2JYqJUksOcLZs2wLwd4Ama42b45OSpgy/Mx1J2GXxxawToili4f\r\n/z2Fkbl9W5zFbDMvSeABWUyCcxPAT9XlH37kZdFQ2TM6PSNH1593I/cTVdBh\r\nSCL7Dh5XLcajscaZwAMz7CbNmU1JvDL5Z9K02LemiEhuUKorV1iCFkvVdNGi\r\nKtoa9fYhKtu1y1GIGw5ZcfYyoQhdLqRwSpd7YPpdFO1fedv+7pdmcqScv4YP\r\nHVF/DE6n+GpVksm3pL90Z1nIEx+hg5gb5Bw=\r\n=L1lI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"eb7da8519069ad71793fa49c51133dc8df2fa806","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.1.1/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^4.1.2","@lerna/collect-updates":"5.1.1","@lerna/filter-packages":"5.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.1.1_1654769254735_0.7855729402676603","host":"s3://npm-registry-packages"}},"5.1.2":{"name":"@lerna/filter-options","version":"5.1.2","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.1.2","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://github.com/lerna/lerna/tree/master/core/filter-options#readme","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"6e81a14e83d32f08bfe10b0822e4ab1abaf5e5d5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.1.2.tgz","fileCount":6,"integrity":"sha512-OhQBqoqABrtRtWnLzcvDysZPKPsTvW85pCnssI0wGlIPVn780LHoEpteSDixyfnxxcWMSY3jymMUOJbvoR607w==","signatures":[{"sig":"MEUCICL6TN10zRbc2toD0GXrGkShPVuX9iLPnM3mLI+vYPz7AiEA+LdC3AbW9sJeyqHuxfV7mb8YNgpCY1E9FP8MQOU18Po=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJipw+LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqs0xAAobfKF797shoCxLBsd9q3g1TsFTD7c3egsrIvUZs5YZsBkDSA\r\np/Q3DecwCbPmKeXUqLGJ8KIgAIjIjaNjlE1Sp1zUPJc1YgNww9axrmi0rJko\r\nGcKuRXHT3yrY5NKrOPxj/V09TtPyJpfL2lc+/pvj85n+YwVTrVbCuWkWSiHE\r\n5TkhT7uW8fxLKazQ4BBq7E5OxeHx0io9UtKtiC7feDePQonAq7JTzRCFlzDV\r\n9ZGRgegRnm+SIewPsq3d93V1CSJM/IRhAnot023wUN2A0KRFV4kiHQI6FqYf\r\nNWwNWZQcvo0nb+UE0DwA/8tYbXxVmjQrolQcXDtlwDONLvg/rOkEJUG8+zmm\r\nV3QV/CewhWj0UrdNBMIhTML8WQKSOgC8msJHzAdtDXL4WJPm04WmXmO1vXnD\r\nVjF4cuUj5lAgBEi6B8fHfsYgojbDyF9DUnrD9O6Px5QEf5A4Cki9oNAKGU83\r\nDfbKWitEMq3Mup+b/iqs4mPrPTxd9cfomyl9DQMlDc6fEd28Tg4BVRA3mW/3\r\nSZtPKFn8cIUxTDSgExE/6Qcz2HtR2RZIVGBvqnHJdxRTX8sO7zszRlrW4KE9\r\nXeM39T94ic8wGUduUEkdZvUrZIQI9KQyYBDgdnPN6KLEXMyemOtkTVm5ig9q\r\nv/l9MS0ebZXgFZ+pkp0cpnG8ByWmTMXXPJI=\r\n=T6xS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"45ff3464ddb74a987f7c6b0c7af070fab67d3816","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.1.2/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.1.2","@lerna/filter-packages":"5.1.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.1.2_1655115659544_0.4669055001759208","host":"s3://npm-registry-packages"}},"5.1.3":{"name":"@lerna/filter-options","version":"5.1.3","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.1.3","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"203f2b81999aae95c0747ce97231a6334a7a3391","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.1.3.tgz","fileCount":6,"integrity":"sha512-XSqW7ewzvyvWKyo5cGJTp26PT7fAMeVoOmVK3E1DvDCdwbYL5GxzsM1R6tZA1Zldvt/MB1sWT6jRiqOMOkvzAg==","signatures":[{"sig":"MEYCIQCdqhm/jHpt8eWnQeUJbGjPcYat0oVWShLGCvcqB9S23wIhAIlb3zZ+7cREB5+iNXaxRoDocZJO+QVE9h0D08ppqkba","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqfYiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSoA//auX8ygjGzyEezEpKk0n38F638zyTF/M0xXXPhexSnprZIdQW\r\nmWzOGUI7uTp7xfOnIAY4PVhI++bRGqgWybfOYCdf4QsEaQFPWFKdndo8+NbX\r\no3LM+aL3r75lk/nMKN90tNJtVHNejo7XjJP9EfmfstbvU/gpWFJxj1KqtPlS\r\nkMtPl6GG+GuvAs5yr7Nbulkqh3OIROoQUz8/ZovEmM93vz+59CaDXcfD5AVn\r\nqZSwKTKhzVEone+3FA3M5cZ8+RXBluh6+KaAy/8JG/ikrMTsTg7IZwTJzg4x\r\nU3RkUOazY+ZeLQjeg51RBS0T0W0Ox9b4T3+C1r1ythIMrRekDxA3P69RBmSb\r\nLZGZx4qL5+KTMBOGGo75E6031HMumGu7Qm2b+hraiUDng+vitPwrbRjMdrDl\r\nSBJ8ETdjUZ7SVhrBp+gioYKTqC7td1uY12BClw9ZLGX233bUwYEE6k18kH7C\r\nVB/50SBZ6REsUQSA9tpX33OcGAwlvcGuciagGC/oTzVybwmQyUMqHVAOj3UU\r\nEVMBy/ZDoxPcOSe2ARMYYyvjSjc3e01fImvWBQ6B/1r/Y7wlpQE5gGLMQi6f\r\n7R1e03vi+uwg2ijop2nTZTrrcYCWtEd0/zRIHHLDiaibpMdJixpCtaJGpVoZ\r\nk2/aLrqdkyXgxpqmo7sWZPl7NWlv7oPjkr4=\r\n=J4Cl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"5a73603cf629ce0d5b71cf4cf703ccd82cf375db","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.1.3/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.1.3","@lerna/filter-packages":"5.1.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.1.3_1655305761875_0.6923442381555125","host":"s3://npm-registry-packages"}},"5.1.4":{"name":"@lerna/filter-options","version":"5.1.4","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.1.4","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"417d9770cece09385c533ea89dbf140c9f49ded8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.1.4.tgz","fileCount":6,"integrity":"sha512-a6hLVZOb7awjI9Tk5hx90BB6GZz59npBRQN0kSG6drV1H+vi+wU7ee6OZ5EMHQgnzdZ6OjZQRHlWCCTXyNdKgQ==","signatures":[{"sig":"MEUCIQCTcaYHpTuseXbp75JYMrtPrrogrLUOJ1cCVneBYBZxagIgeTpZaKFcjnKsgolKKbN06IeiejMC6/mJNZEN/qP1YGw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqgkrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpyuw/6AyOwQu7Ch578wk4baUB61gbGRhV9Ro7xNXAWq61K0VQZ6TtY\r\ne7XEf3Rr2j/zTkfTQvVbzC1qgfPhmtqQAPVjMpbpmx0e2iqtEeQ8agR6wj9B\r\nBgHjnqkjUj+lt/cT4tIOYBrDNPWPH9f0stig6L/cmho/IqrbN0HYCT60rkXM\r\nNTmG5ohUZ3dsTqJ/EtqEWnBLGy/Alm3VUp3BLlDbsB1ESWqWs81xuvnI9JSx\r\nLS+2JAf8JVwo/jGtbdkaj7w85ioN66lm8fTAEAB+rjuw3frEtLQLAXr10VW8\r\nrtleQJAvJ+zxcQ1PbA73EWs9DU0fMAekUTLsmzJ4KEblDRpyVE8xpLzrswCf\r\nO51dfYrXmOscDAr2+Q+eSD7tt/HTOznrxj7TOI+IKaIZtsCLrWFCdGij4OEd\r\nuSBQR6Vzf+VxW13dpEPIMBOWh1Aw8IDNy8cD4eSkDfdkKYB9NJRI3ZTJJNMc\r\nSqEGDXdz2TEChveeYcTFZWIZn/eZkFjYEpQr/J8V1Qj9ZXyTTCadsBtyT8Rq\r\no4Q3khAO/IVAbFZ4kbBL83oC162LzbGtpkfbHYUpeVwGsQ8YRtg4liP2byPo\r\nS1DKIsZFj2U+tPQKsxxc9Gi+YbyudOVlE6KRTxOhuXQ5sLinlzg18Y888VCt\r\nrfDt7i3ZfZ+jRrMbVUmmBceJJwkMU66NLKI=\r\n=0k+g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"6369c6d25439e29d003c6cb513058663af2d497d","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.1.4/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.1.4","@lerna/filter-packages":"5.1.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.1.4_1655310634877_0.6970334896777073","host":"s3://npm-registry-packages"}},"5.1.5":{"name":"@lerna/filter-options","version":"5.1.5","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.1.5","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"15b2163e293eeed1770283dad894eda91026db5d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.1.5.tgz","fileCount":6,"integrity":"sha512-cmnIL8j/JBUnumUOg4VR74plJ9Tg64mSfLlA/AJloNnUyesoa7nh2vxFVBtyKtLSZV7znoDiRSYfsoKqy+S3wg==","signatures":[{"sig":"MEUCIAYH/2lpFK97kMK8YuL81Xwr8jW8JvmT0s9xQATcCUS1AiEAg1w/67NV3XlcRLOBenlNJ2U93ovP5+t2YjR+6pZ+GfY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21270,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitXU7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbPBAApIskgenaifiI7wLdaKON3BdZxnMCENq2ulIk3vXnu4E1K4XY\r\nir8+xys8iRq+DRk9fqEWy4X7F3D6hVadmsoQu0hjvkDazdENZJpyHD1FDHNk\r\naQ8V2DcKYYnvvxmuy7a1g10HFRyOdBKPq/XJphLfjUERd+81J3QZOQ1LumP+\r\ngQyiyrouTwiaK/PHB0YY3LxIERGWbIB7a8OLj96pYJzKTIMTqaEZzKHeCano\r\no/Mgjjs5H7LLsBETG4SsEjmF1tybuC+31WI9EcC5jc/CQQSqa6Ye3qkjtMyi\r\nYsZjZNBPiR4c4hSoiSsd0i1jp+3siT8hjdvtyVI7izKqVYJ2yO6EeqUmf4ae\r\nN88evEFQlMGw3u84UVPPZRSQZGwNV16/XTQRhQXwxl3RxoygDOiAPM3FbvP8\r\ndAXQr/ATvklAx32QAwNSvMbPzGujxO+pJ0v3KXcmovHQY525xISDPHyt20TS\r\nmLX1s2TDhMbtBUt0ZXMv6Zpuah+dpOLT9PLkmZj/v6D1rV6vCXTnaiMFWzCc\r\n3XOs/SRpxFZ43cAK/akB4kN0Q5igQeag5RMpMgech4eo3gmMJRjHshlnJj3r\r\nne+gIvEYVPCol1OkAZsByUKT2QK9l/9szXBlqXkJUfITs0hlxPbNoUohUk0I\r\nSncWuKBnUb0mVV9uyI5uDnvNJjrBVSWG6E4=\r\n=oQsF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"ef1ff4b464127ef1b4a0d3845e2e18e0cf37b01d","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.1.5/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.1.5","@lerna/filter-packages":"5.1.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.1.5_1656059195756_0.2558995025490196","host":"s3://npm-registry-packages"}},"5.1.6":{"name":"@lerna/filter-options","version":"5.1.6","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.1.6","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"cd9a9bba7ec040f5165d46cef5f0496bef140881","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.1.6.tgz","fileCount":6,"integrity":"sha512-lssUzYGXEJONS14NHCMp5ddL2aNLamDQufYJh9ziNswcG2lxnis+aeboPxCAQooLptGqcIs6QXkcLo27GXsmbg==","signatures":[{"sig":"MEUCIQCQLsjKV/KZ7mc4xv74TUgGstguSOxgKGJVPSXVLlF0aAIgBEAymBfZh9QR5zQIoRrR0cBamefjhwEJ6a36lCiewYg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21418,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJite9qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjdhAAjxqw0xr75ydp+Zz3LwOTvRvwff3YERmn9QjorzupHVpKTDvi\r\nv+VDvCwuVCKJ+VJ1vr/N4AB3mTbM+REi3o5C4tFrXK2QKhVzXL/zsmTxvdwQ\r\nq7qDDuWsj2gzSgFw7sfSi8TYXQyc4pq9T1xYgZzg104aWycMsTLGQ5hM1LKv\r\nbiLhTHabWMGH8mUSIFEfJrCJZJA0JyLWreOcvL25rTc/5WFIbQA3+jMt62ob\r\nKV3RAJ81WfKV8dwx2d+IPMZP+5w28j9cUkPCdLkhlxTN5pv6WCzvRQlT0p9A\r\n49nSt5gc/TcPyNWrWe3QeRiGIJuISqyBAueE7n8RtByiqE8SXCnWNf+qQjeq\r\nyI3lQ91pYX9FE8GgfmUPAUaI0LR+OXFD2ogLdeBC8quUE4HtRHAxrCucdSgv\r\nb68kXeYplMqb1tpOE8PvoDEv2U2nZBqK8giHR10TQ7t4vj4b5Zs8f3nqwOPX\r\nuL7KDSxw3fJEDja1NV57iQYXHS4VcsbiFxf9xoaDslgCByjKTgwsZ24nsUzH\r\nQZlAUqhY2FaVniT3csS6t+OEmeg2kIm29VzkvXQ6oGQAGTy9dZhD7HtP6uTE\r\nDjRgHdZIbT5+Uohpiu8U2oL8xmtXmsq7ljt9mJ/HOYXNy1ZWd6Yo+H9q6thc\r\nCnp3dNBq2tuVORxikc48c59HDYFjDrvG00k=\r\n=cdJV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"edf59da6f9c8753530ef0d811bdf75f4dad16128","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.1.6/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.1.6","@lerna/filter-packages":"5.1.6"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.1.6_1656090474797_0.5380230999666389","host":"s3://npm-registry-packages"}},"5.1.7":{"name":"@lerna/filter-options","version":"5.1.7","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.1.7","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"aa2c65dfd4fa9e9b392d672e7922ebfa45dc05a8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.1.7.tgz","fileCount":6,"integrity":"sha512-q3gV+ZLyenw1ZX9j30eYInklGyzQsnXvBCLZTIU/X025A+79p4LxcADioiwDMQG3kp99pqhtC05CP0zAZJJTgQ==","signatures":[{"sig":"MEYCIQDVT/0ZhKLKQpmTX6VBpcrA0U0k+kpRpeEncwJMftCXFQIhAJ/DtfR/xyUNfPkF6A+zPNM/fHfXE2thQPVAhSrGtRJT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixZPMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpuoxAAgMNYxYDtwz2MLU+5sW/4IcCTEYZXkiqqqTUgtVO4yGF6j6Mf\r\nn0WmW/9Celuzg9t5+t3YBQmFJ1c5i9zOTo0mvad4kkTv9fAwj8VvzBe/RE35\r\nOAZouxmKR6Q7Y9KIzkYIw1mIBLjtQTUpnLBSHo97eEDrD82DG4+gAQ+vIXxb\r\nt7o4Q2dWp9rHS0jSNvVQ84TvCoM2/EN9uOLUeZf4RMOhYI6/zzvlbBBW55ln\r\namGzJaezE3wCUOfmntX7c7sbT5hHpdj24C+4+hGHsFRZvF5umCHsC1J8BLyy\r\nGH2KuubUldcTAsP96QI6MEEGEi1gETUpYACYrdCJnaqCW+HnauLIKyTbrNzS\r\nlwBCs0UVyz/hXP6pRe1sIJQ0eVSzVFP/2bhrgT+VS9/PitbW+eAdjtZk/JUi\r\nRiH3FVB9c60s9xGaX8o1XxabgrrOU++xqQDuW2pGHP3KKHslBNpUh6jq/Wv0\r\nVLcJFJIEwbbj1FZfYKrSaOPCQky/gsebWb15NOIYuLeSmCfATB9EYUitf6T/\r\nm5JZIEvRQNR3OrgPWKNtYfKv1f4smWPg+wgrlx44Uq0zS4bZYqcG8Mczrr/R\r\nn3FBtkGTslpfFtlP7AKDr9RVkh+mEcVG7PBJrWQ1Xc7PnauBUbiHGaseLD4S\r\nrRuGJU/w76v8gl6dGFrGTRE3+pnIAYuXfOw=\r\n=uLnw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"0e47379cb6e242ad12f5944c22c1d4d5f10c1f7e","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.1.7/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.1.7","@lerna/filter-packages":"5.1.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.1.7_1657115596000_0.5247663069800053","host":"s3://npm-registry-packages"}},"5.1.8":{"name":"@lerna/filter-options","version":"5.1.8","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.1.8","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"cb18431a92a138e9428af0217b01bfa89adb9b13","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.1.8.tgz","fileCount":6,"integrity":"sha512-ene6xj1BRSFgIgcVg9xABp1cCiRnqm3Uetk9InxOtECbofpSDa7cQy5lsPv6GGAgXFbT91SURQiipH9FAOP+yQ==","signatures":[{"sig":"MEUCIGVYlwgAD0+wHircKEfZE90wh/rBtjJ0YkN2c+MSQ/WNAiEAnF9Lx+J5t5TCgfdLgxqTHue2/RX0UzqV2Pa02qVT1MU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21714,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixsTHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrM1g//Qu7VMtDjtlJkdYGkCKjNskn1zZvfYCZXktTQb1vuUSIzUETc\r\nOjxY8qgaPhGMu9gIU7tX1adw9QXnDyEypBid6dLHlzuaUbD42w+3moM6sh8s\r\nAGILP/XCFsV6/AlQxCh2B5tyoLtDkEWX6zAezIAGp8aFkx4kI1Kbb296Z3DY\r\nMFWg1ckxTu8ZsEWpj+PlO15pf2ImYpdgClrawaYNAoYjmMtGj3n6pBZH5Byw\r\nMU9Y9oO1u9ALZ8xI9Y83AQ9AcxyQloO5oGF6tmrtHvb6d5wLMyzv9XUOtbcG\r\nDHC/fsriMFDPr427tNOTKu0SeCkvxudqd88Pt90Ie3WqpWASxI/OGi3qeQnK\r\n653deOo4RqTw3YDfYzWnLFhVnKzkLAJ8bbYZE3Cs++gUMYg74DjU3CqUXfek\r\nG5UWlwp74KnDUwM5DtwNRohLL2Z7nhmjojPsPD29G/8dK4fuFK7lPXX7zcia\r\nv/i8UTNiY47Zbzq/Q/w0jF/CLX+5etU/x3maLfdibz0bR+4sA+fZS7Yjg2tG\r\n0Av4BbQ4SfO/zNHdv1+VPBQ/xW3VqwxnyMrc8gqKK7Ho+pPoLIpKiknpDZm+\r\nlh+hb5INEenDkEP/luPpigyHB18cOQKw74S3ocuSrh7InrLFNudoJkJZ0XsX\r\n4iUlIRVxiXBVzjkhhWqxOM1k+KGfEFUPnFI=\r\n=xk/u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"c567a29d352bc97dfc4e3dc5dd0799fc35db2026","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.1.8/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.1.8","@lerna/filter-packages":"5.1.8"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.1.8_1657193671734_0.9468797276564513","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"@lerna/filter-options","version":"5.2.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.2.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"9cc44c7ad180128e3326c4c690645264888e9abf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.2.0.tgz","fileCount":5,"integrity":"sha512-gbX/ksk/kKmhEPPXWTvRAYLBFmDcpWQOfJiE+JybRgTaIAKrAVo8mHzw1j2ZsWJcxvbOOPvSGAy+54MILBr3Xw==","signatures":[{"sig":"MEYCIQDn9msI9ZDFVMuGcrtAqexAuHk6Ll1HG7388T/zxrEKhQIhAPKZTEUGdlyEOajoiZBtvtMuudtoXooZIa+rHrzPXfhz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2tqvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUcw//Sd0Uz3aMAfE4SWulfCjhs4bF9OOpfYPE6yY9c4Vr8ey/jXD1\r\nOe8OLAtLxWemqXVUwzyPK6JYf9CUlmOD4/Mv1edrTPW5GbdHNcfmlhqlal2i\r\ncyPGTBZUFLbyd0IZ2eyAaAEPXhZrN0ojFw4wpPVOlLFk6YzU3DQL7qiqiiMC\r\nl8PftVdjeoSqIMd0dSdgrAXpzcE+5SB1fsOb6eKMJ+MoV96aOwjSIBw/5NWj\r\nyfqskGfPXNZEE+c3oToMmj3omGFFalyx9MOqjisqIkanYSfvt8YPs/UHyH7T\r\noXFtC7v7frs7zvamxtSnwOaTV2SjnOmqgaK7xu2bNaK3nQZ3QgGmg3UDPDCx\r\nBSBzKZbfpBMuOuP0UgtXDep1hYF6cM3yRNa6zAzt0l0Wmmv7ZuzWGpYQSsxE\r\neaRtqQ4Nud1524Ebqerqm+tnC33+b1uSmk5+uY8ls8Fxe0ckVR7h6agUJBNh\r\nHwcr6pqsbqcKHM7BdUlyun2bZPP2T94SJ0P0cHGRu1OftHAeJ1QfEhfPGJB0\r\nUWtQSNYH4lzfWTGgRWr1XkeVqWTpGBIxLRsy7kqlx1yiYKJUh9iglsV9qxRv\r\nCxuQaL10SAQ8MFvw8794cdOANLMxX2sUdyQq3my2j7wAMWahlvvp3tSG6cvh\r\niSSwWK4cDPuuREL1JjGW/VBS34qC2ZoVycA=\r\n=eFGp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"4f43ba15b0024f87ec04c68522c78bcd1edbc185","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.2.0/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.2.0","@lerna/filter-packages":"5.2.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.2.0_1658509999197_0.8356648223594094","host":"s3://npm-registry-packages"}},"5.3.0":{"name":"@lerna/filter-options","version":"5.3.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.3.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"08ba418787db5ee809aecebfa4e7a4461a6a5bbb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.3.0.tgz","fileCount":5,"integrity":"sha512-ddgy0oDisTKIhCJ4WY5CeEhTsyrbW+zeBvZ7rVaG0oQXjSSYBried4TXRvgy67fampfHoPX+eQq5l1SYTRFPlw==","signatures":[{"sig":"MEUCIHHLrY/x5bYKhvJCy5T4HwuPqtFV8zZiBsCqk7XPlfN1AiEAz17H14QkKmj4LwDxtZOcYnpyq336BJLlmf7ygjCgz8U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4T17ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5DA/7BpQf8u4ayBypHALlLSTv41aTs9GznEpEwSsyg8UtSI8Oj0Po\r\nd+DN+i/0O8OPEek8r+YRaONRMnrBsmPaTfWmjT7T35fametqDN+3HZ29d2Gs\r\nxqLET/WGqGZfPfyopSZKPXHWrVDbXNaCNbiRhvg7vUnGiXSD+MtEfbIZZ6tK\r\nlV6JWjzdZlwReofVZ48JpeLWMrckx4iiFCHpzyM7dabNjguanwMDMrAL1/Yi\r\nNDYvglz2BNpciTJRZR9YRskhb9AQrDsMTWztrW7wH6RmvIfp5Veg3k+D0yw7\r\nfkvnDs4ImCPjyhaeh3R/Db+lFPcoqPfv9PSNyrNcCQtZ1J2TSBC+wJT4ciCq\r\nxOGUjNzBc3wDhY6fGxQMSouG2ncDYH2LkumzZ6qNADK/PFJbJiYo5Pk7pWOi\r\njvuT89y4ghEMoPJ/bnxIqZG2pU2EhZ9EWG1piak6TKlmFWXZ7KGdbo7Zli18\r\n1AbrS11ZlHXiDQk79Ugl68xAFyeFykMz0UDe5e3ICE1JX2ODTkPOHDe9m7C8\r\nUlQIpTdzSnB2fCzBGQB01uu40WUz33dQaRspmdtgbsFJpibfoS7NmK7SzzQX\r\nmqT9peb+J8rjd9uPqPAXaFKzlIlAy0G83YHgPoTxdzI6yqPUIHxh4jHDqteb\r\nlGRAuRVFjEEsz5G8X0p3T1wL6nLrtkyzaAo=\r\n=YCxa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"535afac9b27892e8e5354aae950338a7187356f2","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.3.0/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.3.0","@lerna/filter-packages":"5.3.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.3.0_1658928507197_0.32104999067075446","host":"s3://npm-registry-packages"}},"5.4.0":{"name":"@lerna/filter-options","version":"5.4.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.4.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"c1f53a705c8256d599b7cf72b75b1e0945673ff6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.4.0.tgz","fileCount":5,"integrity":"sha512-qK8863UrVcgKJYoZ0dKs82uXIeHhntMoCcqWXOUa1zHP4Fwuz0nGhVGWIO2q4GC8A4HoeduN6vjrLr2d6rsEdw==","signatures":[{"sig":"MEYCIQDhcWDjd+wKgNnDs8/CGXRXjK9RcTLvpal9N1a00SdwXQIhAIaQn7kcmsBhiDeVcA0byaf4A46hCgCEQgaTTyMl9nrQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8SM+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZVA//cD1DW8MN3We4cKWaHBNfS3PfwHr9aZwTG/EcVCf3UBz8Jitb\r\naW5wz91H1wPnzpIhVIE6jTziSbf44JWsLvKptcOMQqrwIZTTC5h3MA3t3y8j\r\nSLNLhLRZRCbpkRLF4KQLAAfxHhBOSVZYDKVM5e4RSxqilrZ3JyKfmg3kBDvO\r\nCLMG3ZZswWVJxZVoC0Q5HuZUx3UAZ5cWwt383YcA99f7JEFdOR4eRvn4OUor\r\nPxhYCQu1M5ahHP26llFDhB/rXJGXZOgzB9w3QHHCVwg2jNLD29BMv+rWsCSW\r\n6R1QfZ/3nZ9gc8WOuhZ608HZWMHBtuy3GW7C0jxW3AiQz1qtgv5WoFy70bRL\r\n2+dbnlMsqwjsVFFPhRYP/NOyJXqNOs3lSSNwzjVjDQgGSSbla+PhlfXaAdLY\r\nrC8YddRRAuLcDtR+VnPK7JR48hkndk70JwFRM75MJ6/wofR+Nyk5MnLmGw6U\r\noaAt3jgmjWsK+6S7R9O7wmkzIJnAgqcWIkcKCeapc6m/p86vR5K44IDHfTKP\r\nfi9j+jqhlcH2DgNSHveQ+FEro64Aoa4UOnRdo7N7eMng/qyNIa/uQkfzufA9\r\n4rG1v6SZavhpM3/SdaaCncxej5nq7XhCsYnDT+t5AvUnUet6ui6F1GaDtvMO\r\ndHwB8wf36JP4RNWqPWpJUiB132OJtEEmzcg=\r\n=3nqO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"cf9d63f662a04dcd16910dba008102d030a1c60d","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.4.0/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.4.0","@lerna/filter-packages":"5.4.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.4.0_1659970366327_0.12207296473255735","host":"s3://npm-registry-packages"}},"5.4.1":{"name":"@lerna/filter-options","version":"5.4.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.4.1","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"49c4defbb1f39a22cddda69bed284fbf137f604d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.4.1.tgz","fileCount":5,"integrity":"sha512-aYkr6vBUY3htEAyTuCqGeqqer8VS1mU23V7cf2ZSAl5abNueBKK7e/FhSiLZBf8C3Ae7HOzLYEj7KUw9qA657Q==","signatures":[{"sig":"MEYCIQDXgleWC17HcuumPyPiCsMUdPTdbU9dElgYK7/feKoXCgIhAKNsf31fXh/q2041WQhLJ44i6wOAlZJSb7CzJTPFYleT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9lXpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCfQ/7BO9VVoCHkA3Z7PugkDcH1+ZDCOcLqwHg8/4IHPbecEYbCW5F\r\nu1iCYT/xPVapIdNM6tzjRVZh+d99TzuvlRNrle9DwNgY6DpYWERFnchUIj7G\r\n80DTqGOR+A78KNChYA7I0DvzT9lVmt6pSaPyuJb1BMDSp6VEVmKVTm0ngZGp\r\nRW+g8DMYa+IXQNDSa5pkGEjK59JbeoRLE1OCHTTx1OduGBU0y7JVHbKMR4Y6\r\n1kekVPyF/wXBXFMXfj6hb383A+OOsQy9+gJkc0GOujkAtNv2y57Lvu593Ti1\r\nC5g3fmxASKsK4iWGEr5zPjwC4ywZ6o72MWl5bOTH3FB88aqqujXBA6wJRZfo\r\nvuFHr+Bo8XkO+KDJs0leVEx0EpjavFZtmtfgkev8QLOXpYCqycLq9ETRg37k\r\nyycAmytatP0xCSpbpxdq++hXTv4zOfSW1TbtE7V1OsV97q8vagVOJS1dpe7t\r\nPBOnp96OSkthECcc/xtTze2jsSCoR03ogjPOcyf6qV+6VjM0F3Y09rGTNy/S\r\n9IhT/do3sVrCNTyUVVN7WvMKIJFEY+7Gk9MYIKTrXxUpAweE6HiSMFzuyTN5\r\nx5UWetwiUenPfhv6p05RPIwjtPngutCmdGwPa98D2eNTIz+4nGz0w5GGL2ju\r\nWOKTkxYUiBPmku2xHrVarjo5KI8CW4dGgic=\r\n=8J8F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"888d21d673edb6c25e076cb1e5fc7aeb07b40520","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.4.1/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.4.1","@lerna/filter-packages":"5.4.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.4.1_1660311017581_0.4231123832124484","host":"s3://npm-registry-packages"}},"5.4.2":{"name":"@lerna/filter-options","version":"5.4.2","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.4.2","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"e6856b2212cf62274901ecc72ab3c56ea6346870","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.4.2.tgz","fileCount":5,"integrity":"sha512-nEFn6yVtAQfKuit2A+rREzb967ydV728qmx7JGC1LDoqT2YQ1A4SQ30XqkPbL0/li48Uf1UCBxRuk/uoCcORHA==","signatures":[{"sig":"MEUCIQDvbBAtHNZ5lQ+Sh7MyZ8n+GgMwHGufYTNswSg9lBhO4AIgFVU3JIORn0hMz1zSSb6LWHljiTIE2TzhKOi+cJCab/A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+QHXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYnA//XPMA54j3z8/kRMufP41Jsu3flQHslCkRCjBGVECUsCHCUmqs\r\nFnwufb2FIbUuuC/soit4sUnYNwgSr0gccd0L/N/Ve7Fzt+kAb6OYBNkkehk5\r\nT9p0cdUXq+WOqeU+16A8jgqqTV4nU8VvNQ4CThgC4s2fIIW3u01RiIpeOFmO\r\nUl+C+rbZDcn6JBljsmnlOyIsvaidA4BU8bXT1i5LtGbR3pS6BqD05KR0v7FS\r\n7u4XoZMOMRe268ZdgMclckv1EDFzOaYAzYz9fTnOUiuOEjEhn2bz+w0oMFnw\r\n6XsN2cxsNdCXM6SVKKncZX9V2eNbXT2qXPNRPHDboRWPsPENvwbnZwmZ5ccf\r\nR37YkdgRLN9/u4Gx0YTxjcfeRPVwjf/t6MW6xZVaeVIfnTnDEHTOdl9gl84o\r\nRSOR/7ZKRycb2TMzS55mK86wsn/eHipoOsz+B00cl4cuA0xPr91lTkmDxxAc\r\nWjTmQ13ofnvfbnU/FQvCqnPvHkzPapWkIouWTCEDVogJVdiEqk7wylOp8eSt\r\nW1G4qDctZvFos8Ejf1P5yGPoOtdcAnFFjlYPWKX8als3tolWvk2YTEz13IE7\r\n2DsQ5PLl9GxcbaqntJ/D25DHXIG6mNxzycqm30mq0f+JZ3YKIgmBjYnXZHWj\r\ngHlZAAfwGZrqGxSJUlBUuntTD6aDMhtz1ZE=\r\n=lEs3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"c838ca868b983efdf382d7c145149b14e3252726","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.4.2/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.4.2","@lerna/filter-packages":"5.4.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.4.2_1660486103379_0.9174806861253169","host":"s3://npm-registry-packages"}},"5.4.3":{"name":"@lerna/filter-options","version":"5.4.3","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.4.3","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"2447ea9f5a4d03bf772fb47fea727d085fe8aa01","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.4.3.tgz","fileCount":5,"integrity":"sha512-581GE81BSWgS9za4tBv1nwZ2ImgH7UO3xil1b7xogvc/iGwM0MgOwt9f1MrS5ZOliNnme4cSZEGFe+QWPXCE4A==","signatures":[{"sig":"MEYCIQDGkT3Vn6XYuk8/9jQag3Zo77IjNORTsItYPwspMZJZSQIhAMwJZRqPoOw358TEpgVsBzPeEwe2WFCsHJUwQ7WRG41h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi++P6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxgQ//eoyqQN4P1FEPbZ+/lBAp4JkY5vFuoe3BHWgeont94h4QA8Q4\r\npAq9I1fkX1Eq6+AEVYvq1VwlgYVUPz17om2Xr2YKQN74nk4VRbOFHhhoBUYL\r\nnlorTijWx+4Em99O6IQfpxSxOeeri4zZ+523PflNt3rFAjs8ulIy9p+amX+Z\r\nRWtmvXJhSQnSaz7TT3r3/QwAheUYVIya7r7IYFeMdtKwhqO49cf83YUOV+Z5\r\nLqUlotrYjDH3dGyIUr3MmyUOy7V3EjgDdpikEKYnFacu1/p0Ovugft5/dipB\r\nefS4uu7JUhmq2YGQ6YULzui33NfzQT4hg23xUhQA1zWRKBRw8Wvi3PeAdNRf\r\nRE3iAVk2m0f3XQ8o3Kk+7pJ/7xCtzNjoHpFwHn8zGz426+EJuB3iMDvscs2A\r\nNseE/oFtTY2c4Eedb7cQYPuv60zdRn1zve4tT/WbDyKCCSEqn8+QkM2bWPX7\r\n0QB9+8OPr+76fjVIu5jPu5A41dt2QA6cRRKSt/KxheM2yExlhb3EA6MObGAl\r\nOpVPX9pVfZ0/wSyovvUrJOTwpqyqO49WDQAFQKkRzXE2CrDq9LAeXgK/bC68\r\nY6LEATjRyQfF2w0BTaJIq5PHH4PM8X/jeJvFuS0m9SmsItuUb1t5n1rsKVSJ\r\nn2WBWNVYF9U+C7OFdfbDE/Zhtj6vv6bqfqo=\r\n=q9YZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"225a451071a741179c9173082822bc9918a2933e","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.4.3/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.4.3","@lerna/filter-packages":"5.4.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.4.3_1660675066652_0.5051043727292148","host":"s3://npm-registry-packages"}},"5.5.0":{"name":"@lerna/filter-options","version":"5.5.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.5.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"f71297519d4b4407013f9500db82f089bf45b80a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.5.0.tgz","fileCount":5,"integrity":"sha512-Hwn4sOixZdWVe6SFZ7aPFjhMYoSHz0zbwy3t40KXuhjLqT8T5RLmGWW1u2Al6dQ5fuQyhWXGS4DWfobs7Th62A==","signatures":[{"sig":"MEYCIQDaSk7qTmgi+JsXOh0j32X89rYvjxGdsUB7JzR/f0zMBAIhAIuPbEUyYx7FOROr7OOkV/tnlDwxVr6UyNIZHgosgteh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjD78xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmokeQ//YKKoa03IcfsM27yXnRoay1wIsVV2x8eiPOsNBNw/voC3qH9S\r\nPWIEaETl776uqEEPnV3uhKF+agWjrYwIF53MeNTzF3HKa3I12QgCEMFloxln\r\nIu2GlPOpws7j9YrCcKYVqUsMhJFAy3BWSnCpoBgEowMKILdGAJ/ag5qmmHKQ\r\nHyJncdCzLYzuXSO6b0eQ8IJS/mk7Izm8x8IboKK9MxK4XAMM7vQXJTAXWFyl\r\nfSbtdRAN5mfyPUciKSg8UAGLHPsRsvJhS3ap/D8BRouVAKORywU0korYFTgy\r\nyx5FEqx9X87sL8WapK57R2F1M9y8y1/d1Ofpox2skrR1+Vm+Vph0ZhHukYsT\r\nF1ZU242Mz1j4gcLxZThiLZVsCBXEOAjwUNnnp5px8zUJsJA4Q/Rq/HgnIjXQ\r\nTRYMDv8t8y2kkaXKqxQn2uKZC2HYS+4fOBhzpv3lGSz88EPIA4MCc7N63y7I\r\noYUD1caEFFe6lp7xu20+JwOYRO1JBOgqXklYJz2on3VDiZ+aBiwLAL2zVqSe\r\nqA9rorEW37Me/ZHFQSOWf6Ti1MVRjS5uUuXwaplPDPsxc70xHbGUBcd4GeFf\r\nMkdPydssF+3G0CFt7eKynE3Na70XEgZYAbAHLl1F6X57N+xXKC9OoPP37mJd\r\ntYdXnXP6IKKc0V4PkJjsIllgDQ0SQ88u5Vw=\r\n=Z0Wx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"bc3eb9911070325d7ceb310bc3e89e3777150560","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.5.0/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.5.0","@lerna/filter-packages":"5.5.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.5.0_1661976369185_0.0593564039041663","host":"s3://npm-registry-packages"}},"5.5.1":{"name":"@lerna/filter-options","version":"5.5.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.5.1","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"945f6fdcad7e5fe2a0d8433054451c0013df1df5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.5.1.tgz","fileCount":5,"integrity":"sha512-U4erQgGBawazN0eDLQzWf5xu1mTaucVguzUblBSOfQm+fUBsYG5WYJtn9AvVLrUCQMwAV3L2+/NWb1FOkqArMw==","signatures":[{"sig":"MEUCIETADPgq1pHME3Zm+17XV9gi4GVYCCOBYzqp24uLKNV/AiEAiP1gy67vRpF9iSMZtiKs/lYZvuztewQBQun3q7a03yM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjG1AyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQARAAm4mJYmOR36teUyf2pwA42oWXAeZTiYCkHDzPHDOwWYdJyk2y\r\n4utBlRqgCG6J7qiXJ2D56c32ZixM3XcrA/83ysIhTxmma/M0bSgsRLoeBj6f\r\nIP2TVmsJ+PgyoA5Sld3idNlmV4q74OVenAj535lNMnL+ERaDeU5PrjXi3xSI\r\nEpCofddK8tgWOX7QOQl7wODHcT5b/hOCjdyGtyjCXB+FgmT9Yu2DY/avVXdX\r\nmpAoC9ec6QknVYD5lNfhh0CJn5//VnXFFFv9oB29TxqNQYbFW8D1zYH+dWNK\r\nBWmnYYGU8n3pf61HA5XIZ6o/snfuiBh1YXKffVfs5xCow9mMJQzC8VdAjpp1\r\nEBsqHp1gt3qNy9mykYTv4GboyS0SWqvbPxboBLQf+UYWQGj7Lcy0BDeQR9ph\r\nIh4QxR103lIo42eFRcIJeHaQYgOxyewGRMGpJmn+Y7B/wfXX85hU5+3Jw36u\r\nggfTJGYoV/M65x6luPbIcTWd6TBH7dBI1A7Vvm+qTjcNHZ8eLY1cvb/6Gtkp\r\nX5RAPNokfv3zy1GJaQKUGVIUEPugrjqMhlVyZZUHy4um1RP6s0RkbG6q1BSW\r\nnCALXXN7ySApemQuliucVLHsO8e+KP9/v45LBoegkryjFUf7zoiDMTdf0O1v\r\n3sL+bdDpp8oS3rspabGKCCziYyujgbl52fw=\r\n=wVQb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"9f119b009ef92f0a938c38e15d4a90007502c684","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.5.1/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.5.1","@lerna/filter-packages":"5.5.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.5.1_1662734386418_0.9190611232011352","host":"s3://npm-registry-packages"}},"5.5.2":{"name":"@lerna/filter-options","version":"5.5.2","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.5.2","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"bf495abd596a170d8625281fadff052112fb2571","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.5.2.tgz","fileCount":5,"integrity":"sha512-h9KrfntDjR1PTC0Xeu07dYytSdZ4jcKz/ykaqhELgXVDbzOUY9RnQd32e4XJ8KRSERMe4VS7DxOnxV4LNI0xqA==","signatures":[{"sig":"MEUCIQDup0AYMthQjAYUO1lBVOQ08sktUTHMw1h4gXT/nmQiZgIgeT0mqRJXQJEcugJp1qvGfA9ti71IsWSEXYxfg+nS+28=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKiLYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrVaw//TnxuDt2cwD0/SL0Sdqa2vKgWFE12iLdBYJD9zdo4dCgVXguH\r\n0ibzNwH/mx7hMm5rwT1HlrDf59AWk1h/sjoifmphQpGhRXsf9kGgcx8hNqW8\r\nLS/khO3LXZTXiHLw3quCPhqgCiCiIL39ld/zLH2TZEUr+JmYptYWWMT6Aj+k\r\nrM7NKKWiYcmVo445yvQ1R1YrQEf49BNyaj/pzxGIGSYafxcHEGOtQfnVwzi0\r\ntbpak30ef0OR7Z0em5MBV2Eovqbp39lVdeidScNT4I7XiP/HlRb3PEYfWWYI\r\nQ9rNC4P+zFLxPgCDEaTYLBIpeTlukK6+DpAVgYN/kaK3xdD0smNbDQtIQr8N\r\niT5Ukx0OyFlYGaAR3+bytqUhLzv+kvpRjD3GrVxTCLxwGcUBWoidILBGHBIB\r\nIAtHY9yuSEDvUsI7cwgaJM4PM6s2SKaYtoRc7pwBlg9p1jO35bdo7vkkleLA\r\nYj0Et/OkIea5hLQ4etGX+bFL+dWwD6qFtLKrjaO5D+WRBPIcPN2TI8p3qVlp\r\n393JiWayQeHT4/3dy88Vw6GA8ZmkaAGPD/xAo+be5yVw+I+McG+ZysYoP1U3\r\n8M/zUOcG+5Up9yCZp6g47Y5embLgpfnvaO3yt8pbwcCpl08hI/QhGo6ECM/2\r\nwYba4qQNgRiNSySyiZhmQCFfNt7KmTPC/EU=\r\n=hZGk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"6a0c3fb1cb0aad0f79e6110806af9f54058f5be0","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.5.2/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.5.2","@lerna/filter-packages":"5.5.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.5.2_1663705816454_0.4572905586900877","host":"s3://npm-registry-packages"}},"5.5.3":{"name":"@lerna/filter-options","version":"5.5.3","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.5.3","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"37cb3a66a29452ac5da4e5b3b7881143efbe25ef","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.5.3.tgz","fileCount":5,"integrity":"sha512-CW8Kl5GkRLfv4rfPYJd4vbfTR0UOJGJWja01/+F9MWyAem9oMl0NKCdpbZNqoLZ+ukJrZErBpseMSC2dqJbdeA==","signatures":[{"sig":"MEUCIQCb0/EGp+5ZF3g8y88FMhJ/T7Y7DtDHOa6rIjbhW21f5QIgEvwMPUsNnniMWraenMzwmFnOwWqHBw8T7iLdnYv1ftk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNEvAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5VxAAkPRnT5zOVeodlCJeAJ51V41+IR3lBBc+c+ZdvUVTqKKBRKG3\r\nj7mIU/g9805LWEqjQuqF3nE05o7ujmFf5FEkcZgFAuXOBvFdWVZ3FpOzoZP4\r\nVJcZNG6/+KW2RG2mv4A4/Qfr9kpnNg7BRM3jTSDV+QnUNZ+/lSjvpOA8VdUL\r\nbWGTEAS7G9usSbhvW5cE28+K54bCgnFf/6ZUoTg27DpVBKSWReYp+XiIxhzV\r\nBGeffHKQ92waPCn8GvIkmtxqY5vYhitTdVE8EdFMsCsDIJ+vDP+g9GiVcabL\r\naBuOfB6yI6ovDjeYOUSoLtYa1wDyx5dAagMpMYn1MKCsS4rCb6K6nAxcs+ZF\r\nNGIIZ19QUMoYmx978lcI57PF28Pe1tDCUpHoCj1JdVNebizXK3WHWiiia+km\r\ndUJPn6uXSOMYqSXJdJ9gHxXGzWSugXQAX+S0OABGF6wp2NIaVllgXSZ/ugVy\r\nl9DRvY5Yaidp/lFiDZomyC3Y+FDJvcu+K5+fwsHMFqXAHF7DlJB+R2nKGE+r\r\n1tQTqY4sHajDKj4uUyyJ1i/PbUHAyiwl7uFUMBn5utPwNnagd6pgFk1sckJA\r\nfsS/d2WAiQ8DnHdzDhlk4tC9q7OtGgf4JOgvkzVyOpu4WH1Z/4ze0hZ0VhSd\r\nf4WlGHen53TmZq58vE3OpxDY3YMUVmqPklk=\r\n=ZGXp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"32251c0068a2ef924fe015b837208235a7ecbb81","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.5.3/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.5.3","@lerna/filter-packages":"5.5.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_5.5.3_1664371648175_0.5445110225978285","host":"s3://npm-registry-packages"}},"5.5.4":{"name":"@lerna/filter-options","version":"5.5.4","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.5.4","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"c25ee6abb2eb2610d1da390911eafbfddecedf68","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.5.4.tgz","fileCount":5,"integrity":"sha512-t1amUypgloaKN8d3VN7GiJQd4ommDplxSisAMS8hztb6ail3EbxasRQ03GXz4+6yQ98sam+D03soqSWAJcinrw==","signatures":[{"sig":"MEQCIBr+RIZ9GqSDWoIg0HT0Kh3grrWSxHm7YLaUQyTfHpu0AiBeUwvTFEGAbN1cHJpKRNAN6NgJr1in4Qv/IsHIAXPoFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNFCTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUkQ/+MG6+QhXEWOzD70TAvHYNfz0iQNsiop+PkSRR65eGaTpgmlB2\r\n/cfAyvZ6+jrA8Wnr6yur06e7yh/wlGCAkGj7COE+wKR1V1cCaSk21i9am3Bg\r\n9wra/OxXGCDmx9fMukVkXnAIsL3ISRsaOkMaOGZh7BSWioVNLq0WDJZXMJMu\r\nSCDq0JAfhq3lZ5hca4lV5SBnhgFG2LGmlLE8I2bx9xF2j3Sx2K5YENvxbgU3\r\nvSMMFBe2lHKQrkv+FXcOHmfNedcSDW4cgX/qedX90zCQ8u4avlniipSt7yoN\r\n/T6ngbVXWT8j2TiCywgT9f15z8bm11f74OY8sPE15bqPpGKbf+S78bKb6rDM\r\ndf/CUYf7RV1gL4EEuAb2Da83Htqkrc/Nk9bMyUfGwhvCxi/l/coubTBqw5Y1\r\n7UsWYahu1QkhYxJlTlOqaTdLhHH1FnF7DLaNqTNsNTE92GBhRvesQHXqoEEd\r\nEo9Qzy22qfhxjg2OABtIOnJ+repU+uHLInKH5px2dh3iVvLbQu4ABMg4IJTq\r\nFN/IlkQVeESpjCNIqArGQJrqP3Y+/Ei+N25u2ar84ArB+ImC5nUWgPUk9+1A\r\n0TV3vJj/oqokKqW+5x3EvAh6EWEnnNVfrOIHVk9HkoYIvrqObi7KTr8qjHEy\r\n1LJidgBoaAR2adr2yPnYZQO2ntNcGnNCHt0=\r\n=n+vA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"f65ef552cb6c8299b3c55aaded78a037fea10294","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.5.4/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.5.4","@lerna/filter-packages":"5.5.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.5.4_1664372883312_0.6070122657345212","host":"s3://npm-registry-packages"}},"5.6.0":{"name":"@lerna/filter-options","version":"5.6.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.6.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"ba4f4b7f502197676ee4b94fb6214e47e88dcff9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.6.0.tgz","fileCount":5,"integrity":"sha512-rT8n4uOsIuMLVCdkF9k/D1MWAaZ9BUy25/Rdfsp2m/KkUZBN42HBG8DsdnEQy2ezbq7zgogs6YgqeZ4U/D1rQg==","signatures":[{"sig":"MEQCID1N2q1gkK2oIkb8E3f8qNwvqCJDq/BhopMrYZYWKXJIAiA3cqAZenBq/5OV0Yi/zezWENOXd46DXwqYIXJYopmC/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNhR7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKjA/+IB6LroXWKaotRW1PiCsavqcTGI457ZqRcABxOwX3Dc7RgSWQ\r\nRfy0U77FhEDNrrLgD4i/0atKbaec/G+Eky9ufYGxqF1h2do3C2TN9QKVEohC\r\n7/i79sNRKSOxn6wD/9pldsyQwbnD38KHDS/6IsKbiMClG5spJHv9yzkOVUWh\r\nj+GTcZRtJtHXpGzGskN69cs9fkYjGztBlgX1nkcoJqIQO3tTbyriZuQT+Yc3\r\nasX/XkOqA7joAz1uRhh9vsubzcL22+BtXsxQIPkARwrcf3IZ+/5KEbCkeFVw\r\n18jw7bB1ZfPprvqShDqJQZMbMLdh/8qzqDrpzeB3r1eXv8Pj41xVUSjAsMBQ\r\nN5+D6VB3UqF+sGUQxDr04ULTtBCrZB5X+80ve1DJeOCUx8uWMPFFUYmxQTJ/\r\noAoayKhEGMhzvf3rZYGDIb7fVP8c1RJB3IrNt/HSp81YIbUOfZqrZ1tTtvLV\r\nZSj1U2QJrQJEQ5ag1ZJTvNYHDvW9fCYi1MeWQYiA+wvx0jPDam6kfrkWgoDP\r\nrl9jlGGKL+3tjBzhvaCXtVcDwsvI48KFKlH8xUJOFYMdeyJDM1hR/RP5eQdv\r\ni45WD3uCA8yBGOag3mRyaagbfBCgiNEGyF/0HYaVHNakKBXnVqC2afR7NykR\r\ntu3WAK6mZFJLXWhzJUPTPXfdbCUTtf+BpaE=\r\n=6EHb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"07271fe0347052a1505e81c6f08a4f12c4b70c7a","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.6.0/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.6.0","@lerna/filter-packages":"5.6.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.6.0_1664488571493_0.9840374977619446","host":"s3://npm-registry-packages"}},"5.6.1":{"name":"@lerna/filter-options","version":"5.6.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.6.1","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"5d3389041e987584efb44b2a064c11b6593fe588","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.6.1.tgz","fileCount":5,"integrity":"sha512-uii0ZDlv2j8e6d3D25wp59L0nRUh7C3B6ImCTOraEdkir6E1UEXZK7VmIzxWD44L78vnUW1kl+j/q7Kib3cP/g==","signatures":[{"sig":"MEUCIQCyexugKdnOhtRgK338fV+S0diXmi4Jco7UFvN7Lan7sQIgPz8R2DptT9iJaQCUMbZqMGQQUIwuMeM0Ng2XC+EJdxI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNvxLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7jw/+PeqH+5uK7fpEb0Jr/hlic4IpS/W4TUeLk1u8Om4thKSb5kvv\r\n4dzHIsSoWfEEF7PoyqOURxCx6d6CCL4gAQTDHFhiUdNSIxcOPmu7zmKkKk/i\r\nGYE+UrMNJ/tOLw3lceFkszc752s9O4uCE4DNdoMR7xYJ2N2KL+YowgWWtJHm\r\nFFaUb9c9hSzSlnlVtxaGOii14Y9ZrZQvEBNu34wi4gYyzdFP9tv3ZfiHd2Rk\r\noY5Z3xFrAhN/zXFJ5LVAEKgId5qSdlDl7Ne15qr/BGtC/jjtyAny2/gsLVCp\r\nwgHd3zioA3qS7a4bLeVJUzmE6IUhe6TudgHj7xRdy4EVrF7GM4d0NkhzCSfr\r\n/DwC1TCOp4Q3w95TfKRNJbmK1jqvPJjSkRgIEDv2dpj80hJr05VvVFnVR/aR\r\ncUfGT03CmRMMFQxnyVtOF6IFJDrOP0CfE1TeK0PsoCoWDy5eWBTCc9TNcOfV\r\ntNW7W1Xs0t79BNOGgFtkFxvgsZllsVw8XoUeS9ucc6kPUjsHpuyq/ROT0wLw\r\nLaumm2T91rb6ZmDItMrJE7tnRTxn0BDfpCk7SlcNBWtp27MJNMs2UQFDh+1r\r\nrrkrNJ5BxJi8AQGOd3g9z/p3PmMHQFVj6IoMK/LS8e8/p5Fz+PzxT4IxvjTO\r\nXBHOiIvo/HPoxRoi3svCPtAH/P/6eB2cyMI=\r\n=fTqx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"c455b1ce9c6de70bd876c1304cc93124b6a1bbaa","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.6.1/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.6.1","@lerna/filter-packages":"5.6.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.6.1_1664547914953_0.5542580065183114","host":"s3://npm-registry-packages"}},"6.0.0-alpha.0":{"name":"@lerna/filter-options","version":"6.0.0-alpha.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.0.0-alpha.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"a5e7d799f53923be86cf6ab4ecdf5b2d64c3bda9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.0.0-alpha.0.tgz","fileCount":5,"integrity":"sha512-u4gOgqTMHF9/o+YF3atQ1Qcc0TAKug6J8oNxdDAaLWCW0mAZ/PGH+kPiBF65vCPF+eF0YWH8Q1TBJ508fibMpg==","signatures":[{"sig":"MEUCIQCy27MEGgdu3dviNLiHQsl15xoXFEyeIZCQvjppv8GY/wIgf+yNItawR787TDovOHc58jvUETe7k9J36bW8lUTPNT8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11404,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQCwhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrpxAAn8IHl0pV/iUwzxYTva2/eAbhnvC3JUyJg1IbQo5gLSgAgCGQ\r\n8ijJKUAx2+8th2EYD7CiJ0XCPslRXk8OImrmZbZ2yDgmDjiZ9tq3zKiKMoJh\r\nPKLWQ+VU/uky69gVOB90/UQvbLfoX5VsJ2gqPzTO5mOpYmNPLrcC39yDG9Wh\r\n27sCKnmown+ZcEAim7SECL57u4NtAuUolFc/ecDocpT9LIqSxW0iYX9Ka4b1\r\nvg23xB4S8eWalLv7MVQkm9e1Yp8L1PHt05WHOpBoyF8mPbUsh2YOLFDYQzox\r\nPKlCOg6TT9BT7WcAghY3AMlmyoG7JsbeaUpLO04nizIRX6n6Y/nDx0xh0Y5S\r\nybzrfXLZFYk2vKZcXZJ70bgta3/PI8dr7+6YjP/x3AGUUFdWgsB5AexSIaNs\r\n/ESVw1BIH0arw9WS/RMIYtiPKy8SShLZ5GP0sRVGNAfHj0gSoWc3hnFMA3+N\r\n5TA6X5BNw9wn6JeVD0ukZaTxGhqy8iaZuv2Ios+yc27Y8ZB/v+vo3Wjo8/+L\r\nkm5hi5dxz7oafoQcpKfPpSsuzDN05Sgf+nyrbXhfWY+2DOIW6yFNOn8jTRc/\r\nPF2qzALB1LboZ/CpY76rmPnDbDS/FsGllQmVyxKj8K3iANffcivTDcJOTj2B\r\nNHHtp/m4+0iRCjkvXVge8yjIYaC2rTMSJJ4=\r\n=/csj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"84597c511c4503562c641b481a2854137465ba5c","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/6.0.0-alpha.0/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.0.0-alpha.0","@lerna/filter-packages":"6.0.0-alpha.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.0.0-alpha.0_1665149985595_0.361117699254208","host":"s3://npm-registry-packages"}},"5.6.2":{"name":"@lerna/filter-options","version":"5.6.2","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@5.6.2","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"0201d3aaf71eb7d7f8b1d28193218710c3220aa0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-5.6.2.tgz","fileCount":5,"integrity":"sha512-4Z0HIhPak2TabTsUqEBQaQeOqgqEt0qyskvsY0oviYvqP/nrJfJBZh4H93jIiNQF59LJCn5Ce3KJJrLExxjlzw==","signatures":[{"sig":"MEYCIQCBCwaA8TM/QppUY/IEHhWHiouX4MDqAB9R3/ws8xi1AwIhAIXkTF9aCRAU/JweWj5oGS5f7oxLkwzEDxgn4a1+YBm4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQzqcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrzbw/5ATElt1lQu9iPcLRtMEojYBADy7W4YPhB7jvDj0i3aZBOIChd\r\ni0azYNxFt28iQRLWq3dzHCpndOZLC+/ICzSpykYIlBqvvUO0MBPfqKpj0GNY\r\ngHnwHJ7wQqQAwBe0lHKFOBX98r41NnBusBwYNZfLz7EaJoYZdgulScOOxqLs\r\nDq74Ww3C7RT6ixJHBb3R9PuEPRTJQxl9ccnCuMyfQqNrzacgltwoA9xC1Ywf\r\nI2WC4rBA3YAQKCK9042cbq4mugy0AsFxRt9SXGIWw1yPTyH23N75K7FY6+bq\r\nAg85vnel3ex5RYb74xaYkqVLQuF2r9jYnGGdL0tUleXmNyq+7ywzd0kXUTU+\r\nUzyIjWGdsiDNwzS1TmfhbTmLTVtN0m+pTbLyxg3m1Bzoc9wuCEOtSw13iE5l\r\ntf/iaoobdrisefUfogpDXyA8mK2Drls+pe10c0BpZ3cQXlDHuW0c/8TlFryU\r\nprxQPg4awUK9wDq9/7XJjrfYAAyz6zqcS2/IuZWu53yRBkxEwfM2f0SCZa+I\r\n5zTylB0IWBLtSlfOi30/sUsrfQ/ZmSJXvFqsPd8jlxxxaJmAWYjBXIPKZJBD\r\nn3/3mlgN6+8QwaU4xaCV3Mq+MUKvHRW/d5/XLNVAwIj/ThrJ2DQOZlLBKz+Q\r\nhVv/jxpvI7Ju37rjF03EKmXJ91B5wEE9gqQ=\r\n=d71A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"04f85a38c72dd043e7e25072c6e29d8a6411b867","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/5.6.2/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"5.6.2","@lerna/filter-packages":"5.6.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_5.6.2_1665350300549_0.8182164321910343","host":"s3://npm-registry-packages"}},"6.0.0-alpha.1":{"name":"@lerna/filter-options","version":"6.0.0-alpha.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.0.0-alpha.1","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"5c25011220b4bfd0e72c31de3791490330a73522","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.0.0-alpha.1.tgz","fileCount":5,"integrity":"sha512-xp1PMmNRDrudTT+8KYAm4echPr7HAl5CUPEYrv3Ued385O92NrIBOSXTRAsffdvPDo0WQoX/zofVdWAEc1xy0g==","signatures":[{"sig":"MEUCIFYCXBuP/HkJdnOfrMBkLQu5argqGA6GJbzxFmbioaNGAiEAovOkF5Orrbev7MvGpVExC4mR4nvVkxLRhpjIV/u9Qdg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11404,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQz6WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoshhAAhIrWUgvRDwXYFGac4CedjTcfhKYFsyyh2yNJDGSnk/yvFLIc\r\nUNxNh0yrmkWZP8/fJOxDH1+T5EkkdJBT7dOlHEFxN/LvMvkRobF0BJC4Kuzp\r\nOJRWFtdUrr+o5kA1WexllKMZg4tTkJFXKBy+LnJ9juYdW/DS0ibDW/9/42Bb\r\nMfVQCS5FleMmgj/BzuH2VcZpAqQShOmxOpmyjFPN+dmqhOw+QEAdCPu2AeGL\r\nHf4J+0iU5I/zTu53DxA/5+CWtixbzzGFqHXoC4ZzFGgVG/flt5PUduTFsB9x\r\npp/q7dF10rfyRF282hjRgkQ2toj7R1wKuSPyACI/YFRkxO7JjJFkmtVf3ZFm\r\nH17KaAQBzr7jTNnvL2ZPJ9SAKR+PMP5M2wesLB2zT1Siy94Y+iSoWtPDGHHo\r\nbcOwLe/l8TLJqOZC/XtX66zX8Pbb60RMrZgHJzQ5D+sobOzPS747GB533g/u\r\nl4PKaqG7kjQ7wDB2RbXbvoHrmC6uIXazwPLf01YSjjCMJ3U0aBDF5885Eu19\r\nzluni1VsLYVRylAAWfBmCkKCC0EQwZzoblcuWsgmrk3uQFeNumg8/bOh3krU\r\noeqwz67Vtb1v+hmD+5mVwuf+x6Qw965Fjwdt7bXTSGkEwx0hnmzyfnTBqD3c\r\nT0fqUcIcchlBk48faeio304vG5ASV9AntJ4=\r\n=LXIx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"8a1660e1e78c39db2f7a080862d93bbde6dd9339","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/6.0.0-alpha.1/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.0.0-alpha.1","@lerna/filter-packages":"6.0.0-alpha.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.0.0-alpha.1_1665351318028_0.0066471340801315115","host":"s3://npm-registry-packages"}},"6.0.0-alpha.2":{"name":"@lerna/filter-options","version":"6.0.0-alpha.2","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.0.0-alpha.2","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"f3c0a2a6011e3b792cd9b5521448a7f5e0613d82","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.0.0-alpha.2.tgz","fileCount":5,"integrity":"sha512-f+/wYusUdzI7VU4d5bF3g9QqZ1edZ/jvixwCWTTdnPXy3+Z8IE+mqjVP0WxEUxd4uQCVfUsmFEKIL/XAxy6BkQ==","signatures":[{"sig":"MEUCIQDozxT0H/XZUpoFJVS+4/wZiQBvCJDwnX0x6Cb2Y/wOfQIgSnrSHoDXnBfnl1iM7S+eB6oXC+JmIf50am4uqjGIe3M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11404,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRut1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpR+g//Zp1YSS+eRRnp9OxFgEZZqWiwLbgAuOBGg1Logb6MtEhIeNki\r\noo3V0EVrct2tn+Y9xsVMmjZF1giYqsCt++6SBHTlT1Ciod5y/uA3vb5v7OcE\r\nVH629kJ7cCjDyA8UxhWYbsrhEID/vPcBavSVG8vB9X50xKDqI6Hzepa0cB4q\r\nKHlVPR39CjwzZ6chI24xgpAs2HtwTQ1coUd7N9Zyf9uOD8hbxxA+OivknaLl\r\nXtLt6Un0BmmyFopH2TW0dcmlITPzRBBFDEIZ7bUuPebmQiojvJdSYYSoKpNs\r\nBIi5g5xmvuJaOWduOI7W6KqYOBQzn+YwyuFBGmbSkcOT2UkzRhQbxUCUZ2/H\r\nAny7dTG1T5wuBZRMBmEzyZw98evZp8ww8XKkMD24IybPN4nW7kdqwrgY/17s\r\nxwNKeUIbqYW89aDWkIgMhJPESDKpnsyZucb0IGCnA2L//isqMtr1wlLrLjeV\r\nvp83DcqK+Y4kmGodGogo2XCfTj6wL08nxOIktL2L4x0Xr7gkbgdZKO3zDz9I\r\nP7E0eeeJ0OpFh+g1QY/ccZP9ux7HTtFePpGl3vjwerdeI0GEFTRNQTiC7AYN\r\ngTeEsXjaJcsE9yHrlXNUWljH12UCU+m+WoN2PUk6dfWTVMSMM9gOuUurCw0O\r\nVi4qgG4xUmXZSFeNFFI3379DaUHV1F5F6HU=\r\n=ZpAi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"154b93901308cbfd6b803e1f199e9b6d2e362b6f","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/6.0.0-alpha.2/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.0.0-alpha.2","@lerna/filter-packages":"6.0.0-alpha.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.0.0-alpha.2_1665592181741_0.9724958043360423","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"@lerna/filter-options","version":"6.0.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.0.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"332b409659059eadbef8f08d8d25e64e63f8a3a1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.0.0.tgz","fileCount":5,"integrity":"sha512-vixIeZFvaZlutSYpogqaGuNqkvMDDNltQCCmOgqifRnwilgQO9xgoNkuRndfgFGKv0dfXNR154v+Fdd3FsYLaQ==","signatures":[{"sig":"MEQCIHopmIhi1WOEVrjrrHGvmiLcu3gY776Zcx5DlxWYtGFhAiA1PLVJVpgHHL8vO8WK7qJCxxOG6AH/yRFcY3jlb27AYg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRvvPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMSg/9E7nXm+GBwwIaMbwJpQW6WHcGHXVTGLgos7H5ATVMSriH4p26\r\nCw206v2bpXItieGZtpd0+cxoZkasJ88WdNzsLut1eaVYmiH5+9+JT8+fw4pK\r\nQuHVzanjbNLcX2U/757BHkJH1cbIIkCC6N7iJu4LN4Dl/BLLANcMxHjiwzIT\r\nVXXRdZS1j1JDCq1iHr8uV/JaKNmSn20qCDyNzbcF9dD2aotlnSurQ2szdZoP\r\n8HWCONLqI4yG5FjrHqy1vWiM9aBi+uFjVUlQW/tlxHAFGO+WSccLeSjk5eGG\r\nU6x90/4NDRVpstrrB804tIC9Iw5dEo/uM6EYkdmOeeaJllPLLFHQlUuRQj30\r\nu/rrDa7eV8lLwQg3LHRd3d5xzdFIs4TDqkyuyU+2iye4eFwbN3GyfNFOMutL\r\nMDMtBBJ5rdz0t4QuyeMM1m8X/ajfaaEZVZSTHF3HC1rXQWTPKTYThVWrR4Qg\r\nwQ97mvHOUz0y2YWfjdmBo60eoDZSiK9vL2XHB0rqw0c9QAb4cDTWNRzGBP4H\r\nZH0iY/Ilr3QvbY8zyNJ3gtKs1tEK58SQAHmxjqhBfhg30iGFiQa7OeGZrQp5\r\nRQ47f2NeAVmAcVPHJQfv03DPaHP9N7RYYXJZOJddd5vVB0xv9GzqACLBv99d\r\nsFI+HBmrmOwyoAHXJDas5soh8P9Eu7tTCkw=\r\n=VSeG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"6fa5951a03d3c0c4bd2f154b413cc9a378adc02b","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/6.0.0/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.0.0","@lerna/filter-packages":"6.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_6.0.0_1665596367276_0.10762296430559748","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"@lerna/filter-options","version":"6.0.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.0.1","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"4dbd29a31fb2ac228f72c51b223f17623d1f2c71","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.0.1.tgz","fileCount":5,"integrity":"sha512-6KxbBI/2skRl/yQdjugQ1PWrSLq19650z8mltF0HT7B686fj7LlDNtESFOtY6iZ8IPqKBkIavOP0DPmJZd7Szw==","signatures":[{"sig":"MEYCIQDp6VyIPp8OBw4e4DFuoqBF9O3bEVFqbvpqsgm6hO0lFQIhAPMH7vZnIUbOrr+Xl+B0nT+z9O7xlvpUuGKx6UaN5p/S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSZLUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3mxAAoOujEFDUSRPi0XjfarS+82V7Ul/S5fmTCJAKT2JXpBiSmrej\r\n1lhLaYVDMyFWf8JbPQM3PDsxzQk13LuA4oyEqi/6JRly8bmEupDY5zYKu+yH\r\nkh67fOsKZbiu9gswIiMK6wgQRMqmD9HCLbsDJvY4lTpyOYVdpeFkSTigxxP9\r\n7WzKsOwZEtivJUwwN1E2+HenPo5YXu0SPdTti+HLfTxoD/Mc7zOOQWSXzZF8\r\nvYi2SpqJMkAGZ8aURDVdM619le2viJRx2NnMK9jyoaPI/ln/u6FNK0qKTjR7\r\nkkZSe/ZL5kodT+8lKr120dwEdNpEfASTMtSCyGhlotxgWXz11G6dkpe9wGC3\r\nduIkgWEIUuQWsFa2TlkUtJoQhFidWtB5DlXVhDL5dv2ZWozeUgx53qU7HWT2\r\nTFZ2ZIdA3S8f4jI+b5RXRP9X02uwaGRZDuakrKjqXAZq8rTDxznWVVfU9jQC\r\nruRBgDgPcLTaOubjpka2v3eJgWJfvTwchwPnSHK7ly2uwxo/MAS4eOt3bk6H\r\nZWw5tKiQBrFwOj/y7JxZ0WiPWOwb9oC9cZKPULx+9eDtLz1ZLrWgh7p7kz6K\r\nbI+1dj+wT1QEbJ9kDIG3CoadmeiK42Gj6ywFr4glkYnnI8R4fLA3LvjCVty3\r\nMsYBS25VPxAicE4sHTl34WxsuTN1dOorl/A=\r\n=lQJ8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"4fcefff1b7d982c83b6d68d0a84d7e878ea87449","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/6.0.1/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.0.1","@lerna/filter-packages":"6.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_6.0.1_1665766099818_0.23918496374597353","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"@lerna/filter-options","version":"6.0.2","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.0.2","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"c73f733b2f09b651eb210aee39c8a967ee27b057","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.0.2.tgz","fileCount":5,"integrity":"sha512-jzbo15bHuSh7PpXJ7Fc6kTcbuFfK72HJ9Vlh65C7x8DLPz1ANrFEvUDeqbwn/Z49rIPO6Lia2niie0eXjDkYEQ==","signatures":[{"sig":"MEYCIQDBqrkicpw0Ui+EaaW1M+7ady1mbg3FbGzO91ZzgmnZ9gIhAKzcL/JiunzJ75TG85lRr8fFuWso4B376uqihVIsn8ab","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYsOjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/5w/9HZggnaG3+SFDXsl9k4EvAubtRlx4MAlNPWNTycNaofOmmTmX\r\nXOfMNmIBqrAPpXLzP9z3rsxewIxtM2XbPpknzsz1D1i/DH+rNfhWZXGOXRqy\r\n6M9OvMpHL6meJ8uKcVLW0dIqLPMN7qF6oCdgsgm6wfXZ+m9McoKgimhNf9cf\r\nlX1GGegy8kLEfVq3oTVjhF6DgKjU5myAQHDVKl+I4T/yVxOtfUiNel9aA1EW\r\n3y/I8KTuTmOIEMBFIn/uRNMZ2VEIDlRva4x9AHnAcn3khbptXzbq8k/KveJh\r\nn6wwqg5786IrgIHgcPWppNSev+Ac7vsZE0ONLQXhxRY+O3MDtc/DOx1cBpXz\r\nFdoibZqtqUXvho3ooIs3FuzFO3vWyEe3tF/q5f3qQibOi9S5tUpeYAyMqw4I\r\nJFeqwJ9EJe83007jRo7nmw3C31rw066bFUYHtW5f3dTn+3+OqPcfBbJeN+Wp\r\nBH6zh4XQFIJwn3rJdyuTnsKlcmfDSR9wqnjWGgd7gJmxUnUgggZ0FaDi8tSj\r\n8n57k+/kz7QyIw3VLO9tRl47YuGFOSd08TSXZojtjnuBRM0dMWZbm7vNXtFe\r\nolpk9jtpNMOK9ket5EcCUFzg6/Fq54SLX6V8wOznlJoThP1D/Dq3EejOhDtK\r\n6BBgDshxmCtNBwFD4rn8wMBDUAge/aqwfJQ=\r\n=Jpei\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"b31a92c4009d7ca08777828560cb1d3117e6d206","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/6.0.2/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.0.2","@lerna/filter-packages":"6.0.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_6.0.2_1667416995338_0.999208942079707","host":"s3://npm-registry-packages"}},"6.0.3":{"name":"@lerna/filter-options","version":"6.0.3","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.0.3","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"9362a2b517be5bc9851678bc7a972e3697d02aaf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.0.3.tgz","fileCount":5,"integrity":"sha512-6WjtXo1nNfOIYxjysGgjnCUqAbIqvoIIyQznLQYPsKN/6NN4U7sXr0P3nbaEgBZ2NHeV+seLWA/wraJ1zDaD4Q==","signatures":[{"sig":"MEYCIQDEk6ZB8IjjzDFrEMU4BUOdTouctIm05OXK8ONdeVGAIwIhAMpXVV9euhI068cmRDAvtqyuyKuJI3AonYDZrZBFjWM+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaUuRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfexAApMol02Xw8WeuTC0HHb3Czi7diPl/DMxXrHmvSnjqNxeqoGB6\r\nOLYIVVdloa7WneN7SUcZyVDzhU/H+NttIbTCxDRwXpmtYUVRqzPhUNxJZNwU\r\nYUIq0qioxYUkZMCZCSu+MRwC2EQudD8cXF7IlmwTRWxa7IExxj2hEXbv04Hp\r\njza1NrlYwPUcIv+Mxv5rINGy1TeDalF6HjAevkQC00knHexLhHfJ0hbpeUXD\r\nrWqHRvWKE8S9VUZrDnzB80JK3u4sR9PTEW+P7Gdg8fuQV/7s/D9awVGYv6ap\r\nk3PqKYi1Fx3EhoK8mIfH1K5aIujhzeri2q4CDUDUsz3+SXM5GfZ8gN/tSMpW\r\nqxToqlZGnVar3cuMi63xfrAHfwxNrlSaWT6TG5WLLh9aOQJnpSSISrCvKAL2\r\nM58PoTCSe3wepgOpt1N36wlqW/9hXTt6CPRs3WWN2cKi28M/oJAqTd5WOCT7\r\ntnbqn9tfLvhRQXJB1zHQ7y4rCRF31PoHTs5Bd+2k4tHoKSs+TOiFP0tZQhG5\r\nbtDGfnW7W3y4e0cRwXAEczxbDhFy6ijfi09Lwk+f0kDPHbYLgRArfc6AjYb8\r\nz71Bv5t0meXUCkQPkyu8Xo2ASTkH458cwCwOIGP1WB2m8TC0f7m+sfDCPOoJ\r\ncE7aNgJvijohIhzAsHi2qFATwh5fjda4hPU=\r\n=1DGp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"0f785e404be84e62cb9ce225a54c76e89ac9efdb","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/6.0.3/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.0.3","@lerna/filter-packages":"6.0.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_6.0.3_1667845009575_0.019313587544084188","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"@lerna/filter-options","version":"6.1.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.1.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"f4ee65d0db0273ce490ce6c72c9dbb1d23268ca6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.1.0.tgz","fileCount":4,"integrity":"sha512-kPf92Z7uLsR6MUiXnyXWebaUWArLa15wLfpfTwIp5H3MNk1lTbuG7QnrxE7OxQj+ozFmBvXeV9fuwfLsYTfmOw==","signatures":[{"sig":"MEYCIQDC8dyn8pZ6KBbjqhh1WKTfk/4KW2diPGGsyaxsAMjqFQIhAJhstEr4gIbZ1IByjO+KRuF5RidIrGsgqCVVJ1vO/CRK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhnvZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrlOA/+I+vKLfTB4q/FcpUa4q6a8Y6I7XqdUDQY8FgNNCts+N/Vb183\r\ntxBqKR3pXmrkD3aGzeGF2yhRMCW/APvSpJcEHC+G5euimnWZG49kXxIC9GyU\r\nSM6sNnZ1Uez8KffQzmYMBAXN55YjYXolbua1uYNZY9y81y/XB9FUR4OTlaPK\r\nPT+jd8b/SUt3RFMb/IBgwiI8vCQpHGnD1FUrFQx1dAaB/AqESaxDDXZkcyro\r\n7eoo0qjbxj1p6YW716T2/oSWNfk8ssd4O0FnmCgpF6HUk5iXxwOneD/IKH+q\r\n1sImuOhYzfssJeF56Oi6oSUctrZZ+zrQr1LiakR2mU8mfu2uuoRnFYNqDEov\r\nqzXm+J08Ytjc47FV7bMXcYVj7ST6rTtva2FMazdl2/rmUw4T5pew18JzawHU\r\nWdOWI3FBMWPHIKUg/Jw3fBH4u75/2hkH5rkkdQrTyAb4Bfhhf1DgeqT9CMQa\r\nIxw4LBhoH3e8M8yr6v/5bH0uLyum+go1+3Vp2YtfVok1bbpcC1OwFIp/JOBS\r\ngNy6Mm2s2chAFeQwMAEOwRS3SjRJ2LVPOGGb14C1utKVT80FVBPhf0tXnQwk\r\nkpZOMpj74XXZIv4P9vD9oL2IG3OB1SIL8j5kK49xazD6AoI46/+4shJT8x80\r\nzJOIb3vbGwWMh+NSDb6pLJC6k2tlDQ0/+4U=\r\n=+u0I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"05ad1860e2da7fc16c9c0a072c9389e94792ab64","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"8.11.0","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.1","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.1.0","@lerna/filter-packages":"6.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.1.0_1669757913555_0.4343212550855935","host":"s3://npm-registry-packages"}},"6.2.0":{"name":"@lerna/filter-options","version":"6.2.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.2.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"42d5b7b0292add75412deb0173b9ebf115153823","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.2.0.tgz","fileCount":5,"integrity":"sha512-bgevDx3y11rDhsTxXGuzygAoqTWh/9qslix+5KO89dIofcvVY6DnlFhLPiLlOQtV9j+R1WzDypXqi+SB4dU0Cw==","signatures":[{"sig":"MEUCIQDAOyt0SDruvGDmLwRIHZTMN6azRQaTRYg2d6+q8bX0DQIgOaU5bc7JkZVFJqPpiIPuaNCotEGZPOQmvBRYSSUQtPY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmHWGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqlCA//Y4ZLtWBlNNNqYu3uIdfVqvx+fVd8pzWSRWiRcPgIpdmiClnH\r\nRrwytVXt7oxkJQlFMO/48EPNigirzyuS2bI7r5y3/VppRmbmZ5REKD/nVdy0\r\nqlylwov7puw4IG7h7xty69fgvuuEtcCMnSRX3IG9wKsMNW/LBUfTSe/SNXz5\r\n7R/02PDqwRT0Xs4/pI1FbisCMHcK7S6CYY6pG7jrC7J8b+ObM0+cW5fHNXZc\r\ns+regClHaKzZ/BAcCECj072F3TI0lDrolLLdYIG3hpsKWBQYO8FGNKCpOw44\r\nZ26YbXNDYMmMR61HL+wSmr5vt8GNPx00XgS4BDDhpTQHAvmQGDkXeZtf96Tn\r\nNP+JR5kMA7PIEY9Dchsu3uaaxXhhNInP25LIkzJhuwN+sBe2a9bbF5FzBVp3\r\n8xClkvgvK04Z9Nus4/Rdsfx60XAZ3tLZHzD1y1g2fo88Bn8nprTFl/Hk4kgo\r\nLxJwFKfClQqfAfySGe4ZwbAfUWW4WTFMPkcy9ipl95S4v0dTPH0XjHWSdf18\r\neW5cJ2g8Ehnyikb4s7YWSr/0MBZxp58DkUkGSeRECRY7kNfNNigwB00lEPuc\r\nBhxmyV9OSkug7oJUDLJE998peANYudJROnxah1tpqogqNke9TS4NMrh80k4H\r\ngz+Mhh53tYUarHRgif7loBMUx38MpRxA4eY=\r\n=chVl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"e057f56e15562496249d8d0a1e3516bd507536fd","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/6.2.0/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.2.0","@lerna/filter-packages":"6.2.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_6.2.0_1670935942586_0.5369724835602376","host":"s3://npm-registry-packages"}},"6.3.0":{"name":"@lerna/filter-options","version":"6.3.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.3.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"d871a1ab838cc926a23f895f35ae7f96c385a294","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.3.0.tgz","fileCount":5,"integrity":"sha512-hnOZxn9mUhbNU1L7F4e6IwIpp0ci3/doyLtE/46jLqgupBl33kicqI9gyoO9fYt2wt/0YSOPOILqDP6KaQc+kw==","signatures":[{"sig":"MEYCIQCDrVDjNRaB/PGySyXVb+S4LzX0pNqxtfhSWfUWed+I1gIhAIR25qpXBj0UiNMgPZiBeBobjthlfAFFQt6UibTM0wEm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqeqLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHjA//QIxFEwzDjbCtYNJyKvJD1mV1jB2FetKXEl4+V0/EAcy9ZLX9\r\n8g1DWU6Crl6d1PmjMwh05rPACds3uGNsHqykdJx8KdKjQfUlcmeZuuWuPVw1\r\njZd5Ygc1hQBzQBAI5r2hJO7l0bBy50S+8vEtPxOmY+8GyjfPoT5e7vq8/yUt\r\nOj98E54aSz4h4zWhroIlVXd1T3zQ9xDr1Lx1wCgK5lcX87E0elOOYTmFBdP5\r\nd2fnK9KQ58o8vUC/KK1TGazOrEWhW8x5B2GKd+8IhXOml7EAhHAMPmURWPD7\r\n5sKU6h5czmMx3EkCpQWD8u1nzmL3EIvbDDPIC2qlPIw4uoDa/zAk9lCEEC3R\r\n+C+ay8wgMmrqi5C316yVUio2Sa6Iaafp+3+i2nXCLWow5ZPlwpnSiPrcKvYO\r\nSBkc1XV823WnHhQbdM7wKRIgT6WjV75Cbvv78gsXr1Hi04ryPbSDEj97/Ebb\r\nJ1DMBcS0fKeH2snHHFtPEvAnFZDEe4mtqYY4IteZ8SQsy/gVMKaFQ9JavtHx\r\nplrl90YopAeWr3aI5Reslv8ddbQLrG0GDD1JSNZZqrj6enN9e0HRyDFZ96Qd\r\n4R+tkjVK399QdvzXXFiU3X8A8ZiD81NaJ1DrBQVP8E2FOPbQDflTjGDbuvyN\r\nTsMjCXyKyFZ3WAZqELUHm2j3ar2GJUXrDrM=\r\n=7hyZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"329eb99e3080cc4d5de53960a7d0421091b08782","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/6.3.0/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.3.0","@lerna/filter-packages":"6.3.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_6.3.0_1672080011062_0.12510868791317975","host":"s3://npm-registry-packages"}},"6.3.1-beta.0":{"name":"@lerna/filter-options","version":"6.3.1-beta.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.3.1-beta.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"98e6b5a620d534a979c503896b1920a70b396787","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.3.1-beta.0.tgz","fileCount":5,"integrity":"sha512-sTq2Ti6gCfpyzkhxxICGYW7T85etR/R2ba3bPzOPoiKjKTMSHMR6F16+9x1N+PGmT0OodBpq5H9WEbVw86qPxA==","signatures":[{"sig":"MEYCIQDYBZA6dUYiLsZet+z0bivs9/vjK/+GQLwgSB+sdvzcHQIhAI0rViC28vkzHuz5Z6njK18a4zYTgPWQS8i7a6ZwFGHm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqe7EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXaRAAnDegim+3a4VWPD6LartXvre7504aHD2V2y2UeKA7ZX04UXZd\r\nNvsD01lN0UdIH70GjPM62ny8DxNz5XbjR37QU3MJwNsjOQ13ykDoqW0syTfT\r\n5PUdmr4AYIgLXOm5Rt+0RHhWuMvi4Kk2OlIJhfZl/a21h/nY53Us3dMZWE9C\r\ncfBWEnqcZPc4RDeIJvFeMS6byEbtS9i8HsLm9ZFTT/DSQy8Q1O/BOcOPltS+\r\naf0OT3y8Pu6ik0eSD8dbjzq6GQY/v5kOD0gyiyhz92+ExutbzP+OIO0DHDN5\r\nJKuI3B3HGzEqWZ9bjqPZGU4ewgjbCIBALbu9ip12NQSpJI7+KNLj2JFIqMs9\r\nh/kqkkNBRKj93AORLppAlTDt/g76jOAmFb2fPUgyqEb0oV1fLuijFZ2uPjf4\r\nkjM660M4UCt6KAngqXGJVqAI1JEUfkegxQc4k9GtOHBl1UDFHTsjeXV95x6Q\r\nBUUp85M6KvSLjY0IUnfRaS638nM4ByjOquIe9QDEP2bb9eo6fkMxsd4BkUkR\r\nk/VYATTFFmVw4p6lvYLxI9/DGwqtJ7ZW+x8m8pdDT3JVN8HJ/03XpQMcTbVT\r\npA/Qe0K/fg7boQo0uM5z3viPW89NuqyrxjaB881e+XZvSiyOYspcyc/fy0kC\r\nBAHjJagkrl90mbMUU9KrWW7yvmbmWBMxIMI=\r\n=o75k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"329eb99e3080cc4d5de53960a7d0421091b08782","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/undefined/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.3.1-beta.0","@lerna/filter-packages":"6.3.1-beta.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.3.1-beta.0_1672081092396_0.7378105060652518","host":"s3://npm-registry-packages"}},"6.3.1-beta.1":{"name":"@lerna/filter-options","version":"6.3.1-beta.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.3.1-beta.1","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"fb6a6a61617d591512cb35352319af66e005b2ba","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.3.1-beta.1.tgz","fileCount":5,"integrity":"sha512-UK9a737T+PtITM7EdXOA5wTYhAHLUOlYvAv7UaFZuk5vUq7iValNpaI+CcD9y/Lmffoe6nO5HHG+tCSd+ZUjPg==","signatures":[{"sig":"MEUCIQDI3qJwcGQLEM6rNGs4tBsffv5AYhxod1XZtReREt15uQIgSvfMJ0nBv3IX91eosI8FSW/BzOSU1xFMK6CskxDcHCw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjquCAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpLnw//VioMS8x13wtjq3zcQsM1OBxgTp/B1XP5Oj86sD4C/8qqTQoq\r\nIcQezBqk+51Hklb7Kfa7zdmAqweGT6ea8xlZrvNDnwsIl0v1gRPG+mdWcw10\r\nlhDJZFgd/ulDzc538ZaLRMs/QuVib/5eeKtb+SsOVgtCRMSOuA8mPjkoY+wl\r\nV2nuBrZqun94XtPaQmY5HVNIuCfn/npcftEnrfFq6+/39FQpOWemZ4PccWhJ\r\nh0IThOHJskMXYvDefBAxIv7lbX0z8haLFAgGDpP30aMdjXRlN2zibMdqY9B6\r\nPKtAxv2sa7I612eaTJkvGh0Zevh03XR9MO3eIWUQkIWnl/EUVc7/Se6dzDCc\r\nmf5H7o785bgFIDQvM0reBitemr5Gbiay2ubMtRXDW4R85OiKwkYJ3zy3skfL\r\nIU/FyxuQqUayZRJDYalJOfiuCl7+EAdWL7L0yLOGxOgGftVx3/U9mbSTRWGo\r\nQrIaPwXEwSvGF8z5PpIhh0+ZCm+di4Q3iEHsKM1v145LvXoDtpcAhkff7aQA\r\nHrR6+2V9c8KqkziVzy7YUMVNv40tD+kzpgOHpEijWoZ3PWfZKV5BhwXXRFWB\r\nDss7PwFAEBP5dB0C98Y+XzJL1tXf0yRtmeFF8tV9n8KGTgoULgTbKbmlAoYO\r\nN45QIvl6MtPR7hWTzdbvZn+qKIuq1vYGeF0=\r\n=SHJV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"329eb99e3080cc4d5de53960a7d0421091b08782","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/undefined/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.3.1-beta.1","@lerna/filter-packages":"6.3.1-beta.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.3.1-beta.1_1672142976095_0.8174029019859639","host":"s3://npm-registry-packages"}},"6.3.1-beta.2":{"name":"@lerna/filter-options","version":"6.3.1-beta.2","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.3.1-beta.2","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"ad993e85d29fe3766de9794702c1ccf61cb50b46","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.3.1-beta.2.tgz","fileCount":5,"integrity":"sha512-Ufej3w+cQGJheXnSncg/Ijav1ywU5w1ut5CHocGbuhw//WHfps9XbninMcHLOmInzR2Tpe7aV2p/GGs8x64ijw==","signatures":[{"sig":"MEYCIQCMVd8eliMgkNiJBsusZeOyZZL2gFG2zy8QJwufw9nbKgIhANaOP7zk0Iu2Ys87dPHgEeA1e1RNT2axpSSgM38nMkRA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjquKGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoabQ/9EEtMU/YQ8jtzkpjRvhyo/nH/UNjwfHwj+j/QEAIf1WW+CZgZ\r\n9IxqbeLlLDE5NoGWq0WJ4io8PpPnLzaB8EOUZ3iS9eY2EU2hiFYDal4io4az\r\nRrLvlFzMuu6sYBpkQj0idjNdeL/Eq/4AWUPWlUTT6N1pG04BjHb+rc5BBAxK\r\na4pa7z/dJJiBMx/gOYeMzvlHU79/j84SUkovnJkZ7xirTftK++LZVhnWMyzI\r\nPpGKVwNMli7p2Zt8ep5f26X+CFdGdb2qEKIXDlVQzY57aAw9Js0c4EHWE1cV\r\nU0Abc6np7hyz/ScFhmTrN0qGmxTYevqRAPhrEXxwKct0PDWs6F69wHr4i4ZY\r\nl3iCtOkZSbdtRoEpOdVJSjgt2E+X/bevViNaao25aHPqOwhaf7Tf1ngjhAyR\r\nmXLvoFNssHwiug0eg5qUctds6+xwGXsK1liKXlokx1Xk21XaLPussPRF9tqA\r\nFhSpcG4zoCIdwwsAbRHJdK8mUJr6LvzTEXe3h6fwdkrV7GokX3MP5eZiqqL0\r\n5HOBVnmDcDfpIJOW+urN5LtMPrmJLaHwgT5LRP/PUiwtA6hL2lESxrdDBjWM\r\nCMDXlOOeZXiRQukEEPd9w5pbkTM7OtGMLSUytNnc6XhXGYhuxL7g2W6dIr+E\r\nhKNTAlBcxUIeipFK6V92lnxd17a1z0ZDMqA=\r\n=87Z7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"329eb99e3080cc4d5de53960a7d0421091b08782","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/undefined/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.3.1-beta.2","@lerna/filter-packages":"6.3.1-beta.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.3.1-beta.2_1672143494029_0.24356997343789866","host":"s3://npm-registry-packages"}},"6.3.1-beta.3":{"name":"@lerna/filter-options","version":"6.3.1-beta.3","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.3.1-beta.3","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"850a0c1de1b529e8b1695e4865f24f1c520884fa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.3.1-beta.3.tgz","fileCount":5,"integrity":"sha512-efNXluf0XaLnNYCXYwFehI5DSOOpC0eOvl/5qNted0fgPzeL/zw6VVWG+5R5tisbBO34t/zawUuAYkXEKn/ktg==","signatures":[{"sig":"MEQCICz+py9H83r4rggc6NrPm8cpMlMOxdP7XqQTotP9CAfkAiAnhBduJgyVSK6+cAFjP+WXkU+VmbUFVQcK8lsJ4MAfvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjquQVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6EA//XCqdLys9u8EjvgrcD4UUl1UVOX24Myr7o9VuQufoRo38xi0S\r\nK3LJFKtm2b/MM2OKn++b9BCdXQf40hpEs+VnTaU5TSXJn6yo/ctrja0PyWUv\r\n1xWDrigIMJGn+UNPl364eTCY4TqWAJZoJNf5Gug9Yrf5ly1BQWgO3CPbbqI5\r\nwqwP3gLyMwGhRmxMu8iqi/pVU2qQ3IiAKHjcdo7dclcXK9997DhvQaElmtuq\r\nl4UBKu9+xNLAhiEyj4oEXrG7+qK5f921hXG+OQw8bSe2iULM6SZ/Hn41ndvs\r\neXM8pn4fQYRPyIlnDjofganlH+cBOQsx1GA98QVIhf4lK0CBe5R+MKLsStyW\r\nnO39taRhA/e8194uQdcY5sPiU/9POZUh0Lmu16oLiXddgL37v9EIjdvYbNfi\r\nr7qQxkdSucJ/CtLJ3JGyA4KcclYxX9J7PthqS3Vu/BmU5r+VLuUQ/A7li+fF\r\nVTrRmt9K4BCwINXrKzHeWPt6srsxM7gWNcrtt6jWOGsptw+Bw9DCv9uRw+kw\r\nTErBPbIQwWZHLpWuJJ8KGPIN7l6vYHut4EDSZ5DBLZaogUl50KqRoNuZ3Uu3\r\nzr61BUTUhoR9IRNLbAcfgK9N+KfhnlTeRnlqeXsmO/LUX9jGLIZp+WhxgjSO\r\n/nLY5b6qbUbCTTu7VYhW3/+iPsE0QRWFv8s=\r\n=43LV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"329eb99e3080cc4d5de53960a7d0421091b08782","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/undefined/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.3.1-beta.3","@lerna/filter-packages":"6.3.1-beta.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.3.1-beta.3_1672143892763_0.9971139180258739","host":"s3://npm-registry-packages"}},"6.3.1-beta.4":{"name":"@lerna/filter-options","version":"6.3.1-beta.4","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.3.1-beta.4","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"e1a79fa95e736302747782512f917c7adabfc729","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.3.1-beta.4.tgz","fileCount":5,"integrity":"sha512-E3MqezhxAUPn5bjfhLR15bstOA1yX4vXLVoDyZLn/efCPma8jBVWnY1aIk/I/m9GV5C1HC4srRyYFf+0WSHZkA==","signatures":[{"sig":"MEYCIQDJA7Prg5jzdbh/pP8PlAjgQBcOw0riymzWv1KcZj5BvgIhALII7fsZcb5f1zL0sQctKchs9+1LOp6RxzmIparlyJi0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11441,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqueKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqdEhAAj0G5cQ5p8FuwjQGbTggUW0/zY/2vo013Yey3SkEHKzTw0uY2\r\nqlvCjI6dZMcs9gUBj3lqFyvs6tf4QdbgmLUpfGFQkfcOR8QTlB/X8KBalF6p\r\nKyoMcmZrM3d88auGs0NxjK7RNN9ijzy30cdwSYe7QRRMiFZbbT2eq/qy26aI\r\nuQ2yewygjMKStpuUdp9ZBzSLZiVwJzz/kn4TsnpQOE4OZhbaLPUoF0sk6y70\r\nNQOXAJLCf2UpiZ0+ZgToGNNmeMkncR/Bo40DbtAXImMlUSkotKOclBpe1XRp\r\n+nDEDRQDE3wUp3mXS9Laa31w4woAs5daWb0sO6V6n9yFvoAcp3rbAMJ+g0fn\r\n4wdNeinu7l8o9tcIETEr6cZClLlrFNxWq3AiPMm4zO1SMDOK9MxFmVKZLwua\r\nKCm3yaGcJM0JwkmGxb3un3gIckTeHRGKwEpSn9PRg+Vt3kgwh1qO8vkG3t6d\r\n/oD0HRgMZTQGqxWVzyMHkgxjBU5YCgHFy8JTsLazq50OYxG2Yrd/OS/lXd+Q\r\nWIa9rFp0k2gChPlouwSfsWjUGMailMkkf6Z4iCuicheJBvCR4RhMhsxfDrL3\r\nkBAgrr1h2dSVah4SpQD+8U3qZSQoFLOasSYcnZZ+6z3K6Ru0H1/sqqOVYmRV\r\n9gQ7sa0dmlT2HXwC7hIIpnRa6a1rduiv1ZU=\r\n=w/09\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"329eb99e3080cc4d5de53960a7d0421091b08782","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/undefined/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"file:../../utils/collect-updates","@lerna/filter-packages":"file:../../utils/filter-packages"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.3.1-beta.4_1672144778433_0.8732603002833537","host":"s3://npm-registry-packages"}},"6.3.1-beta.5":{"name":"@lerna/filter-options","version":"6.3.1-beta.5","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.3.1-beta.5","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"d84b4b6e260edd6386cafbe61ff47e86d8de0e66","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.3.1-beta.5.tgz","fileCount":5,"integrity":"sha512-MuAEMPj6UwPKdFTHHQO3c9Hxl72/q64jdMPwPpB5e5W1mk9HOAcwQG8cN+u2EjQSiw/N9x2hPcSYPmebsRyBLg==","signatures":[{"sig":"MEQCIFFMgWMN13W+K+BSpw/dcWl6o994LLPY5nLJm5ixQDXcAiAeY6cemOMF1WcAvFj3l88Wo/SPRRk8hulcDcbo/Y0j3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjquuIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprLA/9HUIyaL7rsTKXpza1cp1VglYJRSAd+5vj0+f9Zs4o8Oo2+BBl\r\n6QrWbkb8j/BxECtriPjexRkALG1sGromQ/htJysGiQyha7BQgOEt+pl2Utp6\r\niOOLiTXTLaLqLpQ3uj9kpvb3qB1fzD1uCUy5xLA1gmzan5Kf2Agi0Yde0Tga\r\ndHSpaJODI5Ke9MYGpX0qqio8vcePD1qdJ7AbHlQsDZSH26AZqQ49vTkdDzPw\r\nD1FD32IhNW1dflYyTzEYQ2g3vPQf4F9tgkhuO52dWYfdZpoY+Tz7hwwlN5WJ\r\nx/oZa1dZOagX0ZsHf8RlSC11KRBrDHQeKXhFa04zwXw88a2mdxxUqE3fHp+b\r\n6g8qwLbRlY/24JrHgqYag72VyWrpARWZQQF2/Rpdvk79ki0/vmxG8QKnlXSe\r\nqGWpiOieQOeEyEJcPVmvz6I7V0ZeryGznmG+RV9Jd0CCbnC2VKxAit8ye++H\r\nGnKhyAL8ZNNclchwvJn511opnxObu5tIuKiXVXB64XDgYKdZULx+rJsNIxVZ\r\ntf33CtU161W08TwsB4ukUw3LZ8AoP3+Cnm5x4H8si2GvF6a+gdiK9cECxBDQ\r\nciXkMAy//699VLbsO7RudRwjqEr2ktN+TDnBrnV51STdyYtPWn3jvuEIJPR1\r\nFXWV2KAboginHbvn7zcuXern23ugRQYXK5I=\r\n=EGhz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"329eb99e3080cc4d5de53960a7d0421091b08782","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/undefined/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.3.1-beta.5","@lerna/filter-packages":"6.3.1-beta.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.3.1-beta.5_1672145800363_0.6257937316802085","host":"s3://npm-registry-packages"}},"6.3.1-beta.6":{"name":"@lerna/filter-options","version":"6.3.1-beta.6","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.3.1-beta.6","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"333924067d0f4ab56175448b79760a3cb860caec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.3.1-beta.6.tgz","fileCount":5,"integrity":"sha512-+xkOKZqGEL5wyIhoOLsHHY1At3/v/v0E+LNYdyQH/+WNnUTuPs0agvFUXwp/cW4qHL6oTlgofP5vubSx7te6qA==","signatures":[{"sig":"MEQCIGBlnU+hWCxc0BmDTBifhlLGmrSmtkM4ea2KI6H/qUbTAiBFcN5ZxIrSR/JoiWILctYyHuatVmGslRXJXczkExdBwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqu5TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmozZQ//SxCTGQBM45uR0K1MmUC5MpERWr7yBv8uw2vyfmI6BNX/6dY4\r\nSkmD3v4F5nqdbfTYe+mwgtTh4qy7yozuAb+1bGJgNyhG5THAvaeLzO4pyfha\r\n8ogfbNIULBUAzbGjx+09lk+qhv9vtToAfwme3Y6pt89dIY6mR3e1f7Ad8O66\r\njtPjEDVYxfuxGvmhOQCcFsM2GA6k4sVDCKy6pURyVIATRoUzFWNIDhHCI4yX\r\nn8jIwifuNOLFNF1D0RithY4KkTCrBxrsx61/fok0EyxJxPtnJGv4XzY43SBK\r\nWwoT4iTIsMv0R7zw+SB3P/IXvCTDNN2hZe6BVETwLl5gRa8LgH9m1rhx2X07\r\ngj4SXLcNdcP9dmfv+Xr+6VGe0M+MisdJfLLYmCzB8zTxO/GcRCPO21hMxEI6\r\ngOwOkOkcmmCcogSVz6gyjDDz3ErtPedj3Fm2yRZ4iH8Zc20HPd4ZFaZE8rFn\r\nbFI0Z2NJVRp4LSxA1yoSh0rYz01ZuwQTEhBkrEiX9OOmdP2scmJpV7kdKLqv\r\nwWYBKrNCZnaVze4/EE7y5gsWN3OqLXhj6k6ahdObZh3JN8qXDhZBGkN9sIMC\r\nHQ4bkfkYYxHSZ6Fyu/AL+FieXEx+Zq17gJqthjgAw7SMvlb0wV9+bMwXdP5J\r\nXj4mhu9p2bqYUcGlVjk6PBuHKLRpMvPBzSI=\r\n=o+Jz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"329eb99e3080cc4d5de53960a7d0421091b08782","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/undefined/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.3.1-beta.6","@lerna/filter-packages":"6.3.1-beta.6"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.3.1-beta.6_1672146514922_0.9730667856300608","host":"s3://npm-registry-packages"}},"6.3.1-beta.7":{"name":"@lerna/filter-options","version":"6.3.1-beta.7","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.3.1-beta.7","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"9f43401d930d1316fb07e4b25cb5663e32a457ef","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.3.1-beta.7.tgz","fileCount":5,"integrity":"sha512-EQSUj8BLIv/TZxfmjtMlb2jgLzYxXGK2FkOmB0Hy55g4zc09nlx3oGfaSLD4LkR+HFwU3uA1Us6bbw8Qyqfy6w==","signatures":[{"sig":"MEUCIExZwVtfTKe/poGRFQy+8WCIhj5PifLNSH8YRJG5ROsaAiEAo0XYHE85veDACl/HMelMND0hOcsqk5JJzg11hkTuGeM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqu8ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHUhAAoctdI2ahI1bhstGuIURbypse+eR18N9a2crBxYM0w+ADYMBl\r\nCC8jwtfRDC1VJ+xxdnwpRx0qqDAnzw1DIiFA4K0sP/rEkh5XSME72Q51XFJw\r\nI5wgX5t00VG3m4+/WWRCw2d0ENixMDZ2cs6LfL56Gu5k6N7yivCam7xRZCsI\r\neBOyAq6R/X8kRtZccp7IhmzMoDhRn/kEDPK3FEoRBNMT++DnqQXRpi0boqSm\r\ngBeJirRI4ArGrB9lEdctjNvGKN65PK+zI9ETzeNwBOMTEKxmKupo3hoMUNvJ\r\nZztAL0Pv3xiMssrKL9UxnrLCtR9SIyUL33rF34+mYVi8mxTNMWr3icyjK/Ew\r\nGBqKG2mGStpewgi92Q5CvNqTwg3LndjiP22LmPnNKE3O1NeWVqnrdKpUjFLI\r\nsaq70fg3C6T2TIONSfFyhHA64onGoXZkkvGBoV+/cJWpnxt6SsLV1xU0GOfg\r\nPIzYty5REnVRpziujp5z9wDrdhBCVLsecoT9ekAKsJjSudfE84adHto24Aid\r\nNpHwM2G01/rot+FepkxBlNSrUCnZUgDe9nx2Fhy3flld18mCaP6A/q47DLLY\r\nDM4OCh3mYZGzYoyEjA3IQVB5N2KLV/3Hba8OioYlcNyFRG0WgNKmqOaL3IlU\r\nfFGIwAxvft/hrweDRhUremlCDah7+3D6E0s=\r\n=Hg+d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"329eb99e3080cc4d5de53960a7d0421091b08782","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/undefined/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.3.1-beta.7","@lerna/filter-packages":"6.3.1-beta.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.3.1-beta.7_1672146713383_0.18917617165191603","host":"s3://npm-registry-packages"}},"6.3.1-beta.8":{"name":"@lerna/filter-options","version":"6.3.1-beta.8","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.3.1-beta.8","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"cfef709ca5d3427466ae97222ef849833067a53f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.3.1-beta.8.tgz","fileCount":5,"integrity":"sha512-lnfO726WzwOfpJDofm2JbTaeOWJfukEkK8Am0IcJqhHlPSLOPJIaR0gvoTuWAuSrTPnZh+YO3qTgTu85+vV5UA==","signatures":[{"sig":"MEYCIQCqqK6F2LbKjc04GLcQZXN3GPcT1PUgBUDdC6L3etCKHAIhAKI66uNm5IDEqEDw2giRE5YJ+wxplzkkCPmsi/QhYqC1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqvASACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6ew//QrC0crfbtRONVTqD/qAukD3Xi6169+89MfqvOWTF2GkTVMH9\r\ntJJlmeWd9GsliZ6wBwVVnRm57yJTctFXqPCfWEkX+R5E0B0g15aWGjOSxCqT\r\n30pdxbfYTyiUZEX/a6rcEvjwKbLNZhMdHAfvRXMFKdJJut+VGkDOzPBCzejz\r\nKupkV3QzgKdGML1Pd/Oke+H6X3qj9kfLH7uBV0mZ2RxrgzdHGJWlkW50K5hz\r\nya3GLOGwbJoOomrBXsd0210krMTPLQ4oBCSrmcl1CeES9ZdcvBJyU2NxuNFE\r\numOoBhhTmiD5Q8tKQeSz7hGZn70gQHG/F+37TVI9PsLwi1OTh6nGRmGIXo7G\r\nent43r+mXfiHkz6tkGSvT/3C74tqBhW6AQ3zmhk86Sm8HZdvfqTC9Cg1kT1m\r\nz1/+RY8I1BRSUwBHwPvOtPH/OSuUM001kNjLqt52OvFACik7spMLHx2OtDJS\r\npNViDCfxYWP7aDfNoVaoog3+2m72GuUSy9Yk9KSjgn+1G++M/07pJjP8BNsw\r\nnV+UcDOzcvGRo341ZiIb7qIBxZB/CxyPsWva75/+fnA21jAMjQjE94oiIVIO\r\nBfZAoFfAAbytq4wgbAH+/E3w6mnZS8djrQKnGmSaHLhzkH+otW3XOJaERxWt\r\nWrEq8lQadJUnxAfP4c/wir/R4kWEhb1nCog=\r\n=GVtD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"329eb99e3080cc4d5de53960a7d0421091b08782","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/undefined/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.3.1-beta.8","@lerna/filter-packages":"6.3.1-beta.8"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.3.1-beta.8_1672146962553_0.20224408192729704","host":"s3://npm-registry-packages"}},"6.4.0":{"name":"@lerna/filter-options","version":"6.4.0","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.4.0","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"e15353ba2ce28a97f365912bceee650e55de1630","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.4.0.tgz","fileCount":5,"integrity":"sha512-ezKSB0eEXCnNjecZLQcUyuCOf0jQcb8JVcCncbHbjsQdP8apTnXrKPoVlMwDJ/ihWK13Z3myJcVJXfoqiuvveQ==","signatures":[{"sig":"MEUCIQDPaEcibvwBfU6CFE/vscEYkJvRkWVFulw5ersQw2fmsQIgEt4VjXT+6KyUdrOJovUUPjA4F3cdS1KTSrQkp70ZySc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtxbfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBxQ//Y/ccRYRRgm+AihVtAtD/JR78RAirkZN5M/umzWcxzoeJPb3t\r\nOV8ZL1wL1syipX2oMspJn5QMy7RCAvlc5FzmjhHvX9nOyp9XCen0F9SL1A1i\r\nxKIWr4dhXk97E884vkHEr13X51sZ3KpOcnE5EaN2L7ceSEJDP5fyKHpKuIrx\r\nDBi/AoujANfIo0MZY2zCBGcrMfjK1POfzk3G/9WXzP3Y4ZVAUeAY+z5i5ntt\r\nS3expm3GKMyKH4LCyAduAxYAAUROxUl+gXW8UHWLtld0JsSIRX5rXSjaorSF\r\ng090TDbkytfTroJVLBZ4sP1p1PiZp9dREIUi+Yun4WH0VpExn7D+Dq1KQ2Zy\r\n1GPxIMqJyqMNol6f0r8IgI47l+czPQ+dzoxA1/6tn6w3QfyOVj/RQeRwl0e/\r\n1zbF7/e9LZfOHwVHrCBOVMfi+Ww6Aonp/aeFZlZ14rgnjVNBAGDMVRpzAJP9\r\nhwDBnGyZosl++VNZdZ+IkfVf1gRcq7NOOhb9d6BRzggLda7/PYsVfbgd01dt\r\nWlH8IYG7NPdkUUsaNR7FMuoAFxEZdZjAS1h0rODVhqdRO3tFW2oCftEL4bvL\r\n++ECURyLv1UmgBd9eUP6WFialIXBeWLbKe2umXGPmPaZvY/RVxfbIfsF4/ww\r\nhDAc+bSue43G9vjzrKoG5kbJ+/u/8MdKmPo=\r\n=xY5q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"1053de382bac5c7a5ec1a54d493935eda75e0796","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/6.4.0/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.4.0","@lerna/filter-packages":"6.4.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/filter-options_6.4.0_1672943327404_0.8953401407348038","host":"s3://npm-registry-packages"}},"6.4.1":{"name":"@lerna/filter-options","version":"6.4.1","keywords":["lerna","core"],"author":{"url":"https://github.com/evocateur","name":"Daniel Stockman"},"license":"MIT","_id":"@lerna/filter-options@6.4.1","maintainers":[{"name":"anonymous","email":"npm@jameshenry.email"},{"name":"anonymous","email":"hello@nrwl.io"}],"homepage":"https://lerna.js.org","bugs":{"url":"https://github.com/lerna/lerna/issues"},"dist":{"shasum":"571d37436878fab8b2ac84ca1c3863acd3515cfb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@lerna/filter-options/-/filter-options-6.4.1.tgz","fileCount":5,"integrity":"sha512-efJh3lP2T+9oyNIP2QNd9EErf0Sm3l3Tz8CILMsNJpjSU6kO43TYWQ+L/ezu2zM99KVYz8GROLqDcHRwdr8qUA==","signatures":[{"sig":"MEYCIQCgAMI3E+DDh01VFws1IgYecxkXZyzCmmcLeaZh/QeEDQIhALaGAkKud0hlbJ7vz8dif5rk69WxEgZXzj/U+mrBGX/5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwGGlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrmzg//dr60qfSZL6W5jGjT7BPIQkXTO8/mRPJ0mUxGjL6kTUCPoVqC\r\nUA/Ppzb5f69XkKdn9iWR/d8F+K6b49uJNuWOYVMgbeEXeQX8AChHgmSp2LFG\r\nkD4JgM/DYamo9aVYuixdlExWQ2UBDYdP5Cke0dktDzEhILfqqCLl2sD8oXTT\r\nU6EA04LEzCbJ4pK5Xp5CJnnBMs89HiM17gT/CYYTr+XRipf7WPvgGtdxDeIP\r\n05NBkyPorHk9eAOwAZLr3OxX/1pkjZxjrIKU/FthcM+xPb8q5bzDMDFGImSb\r\nodDWW7a6MLXClyHK9fQXYgUi7N36k01Ov69w4BaNiw8vPiMxTz/abmgoRBlG\r\nwHMiuFQKO0gNG/lAf7o9LCbJYBYYA5o3N6BGhX5ruxD50HccuzGzAu0zBBRo\r\no8Vvj2CwWZ1KQchXv1zJyfcFaqeRTc7Up/VSI3/dZSWK5Zen/1tsUw2yrpmG\r\nRpwgul4AtqJMavJJxUiiJja6CV4Vf5Q77fVwHlmREY5yHIT3KmQZ9w1rvuyV\r\nyqDQZ31XmYEW99epMKI7BotgeGBldo2pSnR4wmImh1qlvtPA7ekQt6/afrvB\r\n2RKZzzl3wLN9ongleN5+TAo3Z+0950dcAKIzB9QzXdAQu2dqyrRmjnI6UX0G\r\nRd6Ym6umu6yaKls4g5E2pcFuqRm2L6+KDPQ=\r\n=m/Hl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","readme":"# `@lerna/filter-options`\n\n> Options for lerna sub-commands that need filtering\n\nInstall [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.\n\n## Options\n\n### `--scope <glob>`\n\nInclude only packages with names matching the given glob.\n\n```sh\n$ lerna exec --scope my-component -- ls -la\n$ lerna run --scope toolbar-* test\n$ lerna run --scope package-1 --scope *-2 lint\n```\n\n**Note:** For certain globs, it may be necessary to quote the option argument to avoid premature shell expansion.\n\n### `--ignore <glob>`\n\nExclude packages with names matching the given glob.\n\n```sh\n$ lerna exec --ignore package-{1,2,5}  -- ls -la\n$ lerna run --ignore package-1  test\n$ lerna run --ignore package-@(1|2) --ignore package-3 lint\n```\n\nMore examples of filtering can be found [here](https://github.com/lerna/lerna/blob/c0a750e0f482c16dda2f922f235861283efbe94d/commands/list/__tests__/list-command.test.js#L305-L356).\n\n### `--no-private`\n\nExclude private packages. They are included by default.\n\n### `--since [ref]`\n\nOnly include packages that have been changed since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n\n```sh\n# List the contents of packages that have changed since the latest tag\n$ lerna exec --since -- ls -la\n\n# Run the tests for all packages that have changed since `main`\n$ lerna run test --since main\n\n# List all packages that have changed since `some-branch`\n$ lerna ls --since some-branch\n```\n\n_This can be particularly useful when used in CI, if you can obtain the target branch a PR will be going into, because you can use that as the `ref` to the `--since` option. This works well for PRs going into the default branch as well as feature branches._\n\n### `--exclude-dependents`\n\nExclude all transitive dependents when running a command with `--since`, overriding the default \"changed\" algorithm.\n\nThis flag has no effect without `--since`, and will throw an error in that case.\n\n### `--include-dependents`\n\nInclude all transitive dependents when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\n### `--include-dependencies`\n\nInclude all transitive dependencies when running a command regardless of `--scope`, `--ignore`, or `--since`.\n\nUsed in combination with any command that accepts `--scope` (`bootstrap`, `clean`, `ls`, `run`, `exec`).\nEnsures that all dependencies (and dev dependencies) of any scoped packages (either through `--scope` or `--ignore`) are operated on as well.\n\n> Note: This will override the `--scope` and `--ignore` flags.\n>\n> > i.e. A package matched by the `--ignore` flag will still be bootstrapped if it is depended on by another package that is being bootstrapped.\n\nThis is useful for situations where you want to \"set up\" a single package that relies on other packages being set up.\n\n```sh\n$ lerna bootstrap --scope my-component --include-dependencies\n# my-component and all of its dependencies will be bootstrapped\n```\n\n```sh\n$ lerna bootstrap --scope \"package-*\" --ignore \"package-util-*\" --include-dependencies\n# all packages matching \"package-util-*\" will be ignored unless they are\n# depended upon by a package whose name matches \"package-*\"\n```\n\n### `--include-merged-tags`\n\n```sh\n$ lerna exec --since --include-merged-tags -- ls -la\n```\n\nInclude tags from merged branches when running a command with `--since`. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended.\n","engines":{"node":"^14.15.0 || >=16.0.0"},"gitHead":"a5217c6b0e06ab1e28845be04a1bdbe4d0c093ab","scripts":{"test":"echo \"Run tests from root\" && exit 1"},"_npmUser":{"name":"anonymous","email":"npm@jameshenry.email"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.","repository":{"url":"git+https://github.com/lerna/lerna.git","type":"git","directory":"core/filter-options"},"_npmVersion":"lerna/6.4.1/node@v16.15.0+arm64 (darwin)","description":"Options for lerna sub-commands that need filtering","directories":{},"_nodeVersion":"16.15.0","dependencies":{"dedent":"^0.7.0","npmlog":"^6.0.2","@lerna/collect-updates":"6.4.1","@lerna/filter-packages":"6.4.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/filter-options_6.4.1_1673552293101_0.11201691361408606","host":"s3://npm-registry-packages"}}},"name":"@lerna/filter-options","time":{"created":"2018-03-07T02:14:33.793Z","modified":"2025-08-27T15:19:22.041Z","3.0.0-beta.0":"2018-03-07T02:14:33.946Z","3.0.0-beta.1":"2018-03-09T02:50:41.858Z","3.0.0-beta.2":"2018-03-10T02:28:23.617Z","3.0.0-beta.9":"2018-03-24T02:10:23.435Z","3.0.0-beta.18":"2018-04-24T20:18:21.388Z","3.0.0-rc.0":"2018-07-27T01:35:25.650Z","3.0.0":"2018-08-10T01:16:21.703Z","3.0.5":"2018-08-15T00:29:59.801Z","3.1.2":"2018-08-20T23:32:32.497Z","3.3.0":"2018-09-06T01:33:17.175Z","3.3.2":"2018-09-12T23:58:57.724Z","3.5.0":"2018-11-27T20:04:06.478Z","3.6.0":"2018-12-07T23:58:14.675Z","3.8.1":"2018-12-31T23:54:42.949Z","3.9.0":"2019-01-08T02:40:24.260Z","3.10.0":"2019-01-08T22:13:43.949Z","3.10.1":"2019-01-09T00:29:41.915Z","3.10.6":"2019-01-19T00:06:59.572Z","3.11.0":"2019-02-08T01:38:25.004Z","3.12.0":"2019-02-14T20:49:05.719Z","3.12.1":"2019-02-14T23:12:40.941Z","3.13.0":"2019-02-15T01:50:19.315Z","3.13.3":"2019-04-17T00:57:02.539Z","3.14.0":"2019-05-14T23:29:18.048Z","3.14.2":"2019-06-09T22:33:09.250Z","3.16.0":"2019-07-18T23:44:24.938Z","3.16.5":"2019-10-07T22:54:09.492Z","3.18.0":"2019-10-15T20:04:56.320Z","3.18.4":"2019-11-08T01:53:55.323Z","3.20.0":"2019-12-27T21:08:13.982Z","4.0.0":"2021-02-10T22:42:11.499Z","5.0.0-alpha.0":"2022-05-24T06:23:22.004Z","5.0.0-alpha.1":"2022-05-24T06:32:22.684Z","5.0.0-alpha.2":"2022-05-24T08:03:28.596Z","5.0.0":"2022-05-24T15:43:31.915Z","5.1.0-alpha.0":"2022-05-25T11:44:58.659Z","5.1.0":"2022-06-07T17:59:20.212Z","5.1.1":"2022-06-09T10:07:34.900Z","5.1.2":"2022-06-13T10:20:59.688Z","5.1.3":"2022-06-15T15:09:22.016Z","5.1.4":"2022-06-15T16:30:35.040Z","5.1.5":"2022-06-24T08:26:35.880Z","5.1.6":"2022-06-24T17:07:54.919Z","5.1.7":"2022-07-06T13:53:16.115Z","5.1.8":"2022-07-07T11:34:31.823Z","5.2.0":"2022-07-22T17:13:19.463Z","5.3.0":"2022-07-27T13:28:27.416Z","5.4.0":"2022-08-08T14:52:46.564Z","5.4.1":"2022-08-12T13:30:17.690Z","5.4.2":"2022-08-14T14:08:23.509Z","5.4.3":"2022-08-16T18:37:46.747Z","5.5.0":"2022-08-31T20:06:09.323Z","5.5.1":"2022-09-09T14:39:46.537Z","5.5.2":"2022-09-20T20:30:16.647Z","5.5.3":"2022-09-28T13:27:28.385Z","5.5.4":"2022-09-28T13:48:03.453Z","5.6.0":"2022-09-29T21:56:11.704Z","5.6.1":"2022-09-30T14:25:15.077Z","6.0.0-alpha.0":"2022-10-07T13:39:45.785Z","5.6.2":"2022-10-09T21:18:20.799Z","6.0.0-alpha.1":"2022-10-09T21:35:18.265Z","6.0.0-alpha.2":"2022-10-12T16:29:41.898Z","6.0.0":"2022-10-12T17:39:27.483Z","6.0.1":"2022-10-14T16:48:20.018Z","6.0.2":"2022-11-02T19:23:15.498Z","6.0.3":"2022-11-07T18:16:49.706Z","6.1.0":"2022-11-29T21:38:33.743Z","6.2.0":"2022-12-13T12:52:22.743Z","6.3.0":"2022-12-26T18:40:11.200Z","6.3.1-beta.0":"2022-12-26T18:58:12.542Z","6.3.1-beta.1":"2022-12-27T12:09:36.280Z","6.3.1-beta.2":"2022-12-27T12:18:14.168Z","6.3.1-beta.3":"2022-12-27T12:24:52.957Z","6.3.1-beta.4":"2022-12-27T12:39:38.617Z","6.3.1-beta.5":"2022-12-27T12:56:40.523Z","6.3.1-beta.6":"2022-12-27T13:08:35.113Z","6.3.1-beta.7":"2022-12-27T13:11:53.550Z","6.3.1-beta.8":"2022-12-27T13:16:02.695Z","6.4.0":"2023-01-05T18:28:47.578Z","6.4.1":"2023-01-12T19:38:13.236Z"},"readmeFilename":"README.md","homepage":"https://lerna.js.org"}