Open juliangruber opened 10 years ago
I looked into adding back the npmd show command, but am not sure about the right way to do this. npmd-cache only deals with full package tarballs, there seems to be no notation of a meta only cache.
npmd show
npmd-cache
npmd-resolve is where the stuff about reading the metadata lives, have a look in offline.js
https://github.com/dominictarr/npmd-resolve/blob/master/offline.js
I looked into adding back the
npmd show
command, but am not sure about the right way to do this.npmd-cache
only deals with full package tarballs, there seems to be no notation of a meta only cache.