Visualization of npm shows dependency graph of an npm package.
Responsive view:
angular.js + browserify + ngraph => gulp => https://npm.anvaka.com/
The website is entirely hosted on GitHub Pages.
The npm data is coming from registry.npmjs.org
and is collected by npmgraphbuilder at real time.
For CSS styles I'm using twitter bootstrap and less.
All modules of this application are provided by npm.
git clone https://github.com/anvaka/npmgraph.an.git
cd npmgraph.an
npm i
npm start
This should start local dev server and serve npm visualization.
Here I will try to list other projects that visualize npm.
- https://npm.broofa.com/ - renders dependency graph with direct acyclic graph layout alrogirthm.
- galaxy - 3D gallaxy simulator of npm packages.
If you have other projects that you want to see here, please send me a pull request or a hint.
MIT