depends icon indicating copy to clipboard operation
depends copied to clipboard

json for the dependencies?

Open ignatandrei opened this issue 5 years ago • 3 comments

Could you have export the json for dependencies?

ignatandrei avatar Jun 03 '20 18:06 ignatandrei

Isn't that basically same as package.lock.json or project.assets.json? This project currently parses project.assets.json to get the data to display.

bjorkstromm avatar Jul 08 '20 19:07 bjorkstromm

Or are you looking for another structure?

bjorkstromm avatar Jul 08 '20 19:07 bjorkstromm

I think it would be helpful if depends added an option to export the relevant data from all parsed project.assets.json files as a single output file.

Collecting all of this data from the correct project(s) and projecting only the relevant properties into a new file would itself be very helpful if one wanted to: analyze it with a tool they are familiar with, or create a visualization. The TUI is nice, but it would be great if we could get at the raw data too; you've already done the big work of dealing with the various schemas and projecting the data relevant to analyze dependencies, I think it would be great if we could build on top of that.

infogulch avatar Apr 06 '21 18:04 infogulch