Suggestion: only detect NPM modules under node_modules directory #190
Labels
detector:npm
The npm detector
status:requirements
Full requirements are not yet known, so implementation should not be started
For example, if I have a project using an NPM module called
my-module
with the following file structure:Only
my-module
should be detected as a dependency. I would expect the 2ndpackage.json
to be treated as an arbitrary source file ofmy-module
. I have a build task using this project to detect dependencies and it is constantly emitting warnings about a test file which happens to be namedpackage.json
.The text was updated successfully, but these errors were encountered: