@node-modules-analyzer/core

1.3.2 • Public • Published

node-modules-analyzer

npm version license downloads build codecov Known Vulnerabilities Responsible Disclosure Policy

About

node-modules-analyzer

Shows a report of all "defects" inside your node modules, which are folders and files that should have not been published by package authors!

You can get a small report of what are the problems and how much space can be saved up on each package and if you fix your entire node_modules folder!

example

Install

yarn add -D node-modules-analyzer

Usage

npx node-modules-analyzer

It will automatically get the node_modules that is on the current directory you are!

if you run

npx node-modules-analyzer --path ../node_modules

it will pick up the path you give it!

Contributing

Please consult CONTRIBUTING for guidelines on contributing to this project.

Author

node-modules-analyzer © PlayMa256, Released under the Apache-2.0 License.

Readme

Keywords

none

Package Sidebar

Install

npm i @node-modules-analyzer/core

Weekly Downloads

4

Version

1.3.2

License

Apache-2.0

Unpacked Size

61 kB

Total Files

14

Last publish

Collaborators

  • playma256