updatebot
updatebot copied to clipboard
add a caching layer for the dependency tree to speed things up
right now we have to do an npm install
then npm list --json > foo.txt
to get the NPM dependency tree.
it'd be nice to have some kind of caching layer so that can be really fast given an arbitrary package.json
file