I’d like to completely remove blaze and spacebars from my project. I’ve removed them at the top level in .meteor/packages but they still exist in .meteor/versions because other packages depend on them. I have too many packages to go through one by one, and their dependencies may be nested.
How can I quickly find any and all packages that use blaze and spacebars?