Skip to content

ianbarnett8/npmgraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPMGraph

A tool for exploring NPM modules and dependencies

image

Browser support

Runs on the latest versions of Chrome, Safari, and Firefox. May or may not work on Edge.

Running Online

Available online at http://npm.broofa.com

Local install

NPMGraph can be run directly from your local filesystem as follows:

$ npm install npmgraph

$ open node_modules/npmgraph/index.html  # To open file in your browser

How it works

NPMGraph pulls dependency information from the NPM repository. For large graphs and/or slow networks, this may take a minute or two.

Note that this process may take a minute or more, depending on the graph complexity. However this information module is cached in localStorage so subsequent requests should be more or less instantaneous fast(er).

Attributions

The dependency graph is drawn with the insanely awesome Viz.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.1%
  • CSS 16.1%
  • HTML 14.8%