zooltd opened a new pull request #51: URL: https://github.com/apache/skywalking-eyes/pull/51
This patch enhances the NPM dependency resolver to resolve all the dependent packages. First, it runs the npm command `npm ls --all --parseable` to list all the packages' absolute paths. Then, each package's name is inferred from its relative path from the node_modules dir. Finally, walk through each package's root path to resolve licenses from the package.json file or the license file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
