node-dependency-tree
node-dependency-tree copied to clipboard
Get the dependency tree of a module
How should I configure if I only want to get the dependencies tree declared in the module package.json? How should I configure if I only want to get the dependencies...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.15.5 Bundles CodeQL CLI v2.15.5 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.15.5: codeql/cpp-queries...
Something changed in Node.js 20 and tests fail on main since a few months now. If someone figures out why, please make a PR and CC me.
I'm hoping someone can help me understand how to use this, as I seem to be getting an empty object back when using `dependencyTree`. I have files along the lines...
- Added includeNonExisting if true include unresolved dependencies, they will be prefixed with ':!EXISTS: ' - Added includeCore to include core modules (for example: "fs"), they will also be prefixed...
There are cases that arise when a node module specifies it's own node_modules folder (for instance when wanting to tie itself to a particular version of a package). Example below:...
In order to get the unused images in my project, I wanted to used the package next-unused which use this code to have a list of all used files. Images...
 https://github.com/dependents/node-module-lookup-amd/issues/37
Bumps the npm_and_yarn group with 1 update in the / directory: [braces](https://github.com/micromatch/braces). Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk...
Adding tests to #138 I saw that [this PR](https://github.com/dependents/node-dependency-tree/pull/138) may be held up [because it needed tests](https://github.com/dependents/node-dependency-tree/pull/138#issuecomment-2033828732). I'm happy to get the ball rolling on that—this adds a test to...