Is there any way to export all dependencies including nests?
I know the project.json file describes the top level of dependencies, but I need to know below of them including each requested versions and resolved ones.
Any advice would be very appreciated.