Npm.Scanner.scan

You're seeing just the function scan, go back to Npm.Scanner module for more information.
Link to this function

scan(node?, project_types)

View Source

Specs

scan(boolean(), map()) :: {[], [], 0}
scan(boolean(), %{node: []}) :: {[any()], [any()], non_neg_integer()}

scan: called when node? is false, returning an empty list and 0

Link to this function

scan(node?, map, option \\ ".")

View Source

scan: takes in a path to node dependencies and returns the dependencies mapped to their analysis and the number of dependencies