v2.1.0
refactor(*): Optimize analyzers, fix Vue analyzer Improve performance of recursive analyzer aspect so that analysis results that look like absolute files are not recursively analyzed more than once and not loaded into memory unless recursively being analyzed. Fix issue in vueDependencies analyzer where a reduce() call was not being passed an array as the initial value argument.