GoogleChromeLabs / psi

PageSpeed Insights Reporting for Node
Apache License 2.0
3.1k stars 126 forks source link

Remove not needed dependencies #108

Closed midudev closed 4 years ago

midudev commented 4 years ago

Some dependencies specified on the package.json are not needed and lodash could be completely removed by using some plain Javascript.

Besides making smaller the duration of the installation (specially useful for CI environments), less dependencies means less things to worry about (like audit warnings).