anvaka / npmgraph.an

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

Analyze a local package.json file #44

Open stof opened 3 years ago

stof commented 3 years ago

This is somewhat related to https://github.com/anvaka/npmgraph.an/issues/24

Instead of pointing to a package.json file with a URL, it would be great to allow uploading a package.json file available locally (of course, that would not upload it elsewhere than inside a client-side <input type=file> as everything is done client-side). This would allow visualizing the dependencies of a project even if the project package.json is not available on a public url.