Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json for the dependencies? #14

Open
ignatandrei opened this issue Jun 3, 2020 · 3 comments
Open

json for the dependencies? #14

ignatandrei opened this issue Jun 3, 2020 · 3 comments

Comments

@ignatandrei
Copy link

Could you have export the json for dependencies?

@bjorkstromm
Copy link
Owner

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
Copy link
Owner

Or are you looking for another structure?

@infogulch
Copy link

infogulch commented Apr 6, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants