anvaka / npmgraph.an

2d visualization of npm
https://npm.anvaka.com
MIT License
1.22k stars 83 forks source link

optional and dev dependencies? #4

Open Qard opened 8 years ago

Qard commented 8 years ago

Any chance of getting support for optional and dev dependencies? It'd be good to be able to analyze the complexity of dev installs too. :smile_cat:

anvaka commented 8 years ago

For the dev dependencies do you want to see dev dependencies or regular dependencies?

I.e. [a package] -> [dev dependency] -> [a dev dependency or a regular dep?]

Qard commented 8 years ago

Good question. I was just think dev dependencies of the particular module being viewed. Not sure what value there is to show dev deps of dev deps.

styfle commented 6 years ago

I have a total size you can view for dev dependencies here: https://github.com/styfle/packagephobia

I would like to integrate the size information here #25 but I didn't get any feedback so I might build something similar into Package Phobia.

tkurki commented 11 months ago

Not being able to exclude dev dependencies makes this much less useful for packages that depend on modules that have large dev time tools like webpack, sass and node-gyp. It would be great to be able to do that. Any pointers where I could add this?