The main goal is to show unused dependencies on Node.js modules, more specifically, to show that Foo dependency declared in package.json is not being used because there is no require('foo').
-
Updated
Jul 17, 2018 - JavaScript
The main goal is to show unused dependencies on Node.js modules, more specifically, to show that Foo dependency declared in package.json is not being used because there is no require('foo').
Add a description, image, and links to the dependency-search topic page so that developers can more easily learn about it.
To associate your repository with the dependency-search topic, visit your repo's landing page and select "manage topics."