updatebot icon indicating copy to clipboard operation
updatebot copied to clipboard

add a caching layer for the dependency tree to speed things up

Open jstrachan opened this issue 7 years ago • 0 comments

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

jstrachan avatar Sep 27 '17 17:09 jstrachan