Deduplication through a known-aliases file #1
martinheidegger
started this conversation in
Ideas
Replies: 2 comments
-
yes, probably. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If a repository is given in the package.json it is possible to look up the owner of the repository but in several cases the repository is not specified and the npm used didn't leave much connecting information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While working on the first version I noticed that there are quite a few "organizations" that are just email addresses, which is due to a lack of data provided in package.json files. Some of these can be reasonably associated together when looking at the data-output. It may be good to have a
known-aliases.json
file or something that reduces the duplicate effort.Beta Was this translation helpful? Give feedback.
All reactions