syaffers / npm-graphs

Visualizations on NPM data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm-graphs

Some visualizations on data I mined months ago on NPM, the Node.js package manager. Since I wanted to look at how developers create packages,I set out to see how decoupled some packages are. I scraped the whole npmjs.com site and took along all the dependencies of each package. At the time there were 141702 packages, each with varying amounts of dependencies. Naturally, this is a graph problem which requires some visualizations to help understand the relations better.

Available graphs

I'm still mining this and creating cooler graphs. Do visit now and again.

Update (2016-07-06): Updated designs and styling and script stuff.

About

Visualizations on NPM data


Languages

Language:HTML 99.1%Language:Python 0.6%Language:JavaScript 0.2%Language:CSS 0.1%