licenses
licenses copied to clipboard
Resolve github url through previously released modules
There are edgecases where people haven't put repository information in their packages but they did add them in previously released packages. There is a high possiblity that these modules are also hosted on github. To find these we need to:
- Get the npm username
- Get all modules for the npm username
- Set a maximium of modules to check and check each module for a github url
- extract the github username from the url
- search their repositories for a match with the packagename
- parse it with the github parser.
This should cause: SortedList
to be resolved correctly