Created
February 24, 2021 12:29
-
-
Save ppsirius/e2293a18cf260af1eff533987aa6d1f9 to your computer and use it in GitHub Desktop.
Find dependencies in package-lock.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name "package*.json" -exec sh -c " grep '\"lodash\"' {} && echo {}" \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment