How do you get a configuration's file dependencies without resolving?

I am trying to build a collection of configuration dependencies, but I don’t want them to be downloaded.

The current statement,

configurations.runtime.files

will force all the dependencies to be downloaded during the configuration stage. Is there a “lazy” way to do this without the resolution step?

What information about the dependencies do you want?