You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
It would be nice if there was an
npm-shrinkwrap ls
That ran
npm ls
command ( https://github.com/uber/npm-shrinkwrap/blob/master/index.js#L87 ).verifyGit()
command ( https://github.com/uber/npm-shrinkwrap/blob/master/index.js#L99 ).These two command together make
npm-shrinkwrap ls
.The
verifyGit()
logic is annpm ls
like algorithm for git dependencies doing matches based on version tags.The text was updated successfully, but these errors were encountered: