Skip to content

Instantly share code, notes, and snippets.

@ppsirius
Created February 24, 2021 12:29
Show Gist options
  • Save ppsirius/e2293a18cf260af1eff533987aa6d1f9 to your computer and use it in GitHub Desktop.
Save ppsirius/e2293a18cf260af1eff533987aa6d1f9 to your computer and use it in GitHub Desktop.
Find dependencies in package-lock.json
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