Closed
Description
What / Why
npm fund currently nests funding information for transitive dependencies in a nested tree structure. This has several drawbacks:
- Harder to read (or parse) output
- Unfairly penalises the maintainers of lower level libraries e.g say I maintain a library which is a key dependency of express, but otherwise not widely used, my fund link will have a lower profile despite being an equally important part of the nodejs ecosystem.
I propose that npm fund
returns a flat structure by default, with an option to return a nested structure. Or, failing that, that the default behaviour remains as is, but it supports an option to return a flattened structure.
Context - I would like to build a tool for my organisation that collates npm fund
information across all our projects, and a flat structure is easier to work with.
When
- n/a
Where
- n/a
How
Current Behavior
- n/a
Expected Behavior
- n/a
Who
- n/a
References
- n/a
Metadata
Metadata
Assignees
Labels
No labels