#Drush 13.4 comes with new command allowing you to inspect #Drupal dependencies. Just type
drush why:module node --type=module
...to get a list of modules that are depending on node. Or
drush why:module node --type=config
...to get all config entities that are depending on node module.
add a skeleton here at some point
7 months ago