I am looking for a command that will list the names of global modules that I have npm link\'d to local copies, also listing the local path.
npm link
In fact, a list
I made a Node.js module that uses fs to check for symlinks made by npm link or otherwise.
fs
https://www.npmjs.com/package/symlinked
var symlinked = require("symlinked") console.log(symlinked.names())