#977883 uscan: extend ctype=nodejs to read yarn.lock or package-lock.json

Package:
devscripts
Source:
devscripts
Description:
scripts to make the life of a Debian Package maintainer easier
Submitter:
Pirate Praveen
Date:
2020-12-22 10:54:04 UTC
Severity:
wishlist
#977883#5
Date:
2020-12-22 10:50:12 UTC
From:
To:
Currently ctype=nodejs read package.json to download matching versions
but it does not work for dependencies not present in package.json
(dependencies of other components we embed). Finding these versions
from yarn.lock or package-lock.json would make things easier. For now
we have to manually specify the semver major version in watch file to
limit the downloaded version to required versions.