Currently, the bulk of the dependencies come from the various lock file api's. They amount to nothing but two kinds of things: 1. finding the right lock file with a find-up style convention 2. parsing yaml 3. stuffing the info obtained into a in-memory collection I believe we can achieve these with much fewer dependencies so this library isn't so heavy
Currently, the bulk of the dependencies come from the various lock file api's. They amount to nothing but two kinds of things:
I believe we can achieve these with much fewer dependencies so this library isn't so heavy