If you've tried to output the result of browserify .deps(), you'll realise the output is barely comprehensible - there's too much being printed! That's because browserify (actually, module-deps, which browserify use under the hood) includes the 'source' field in the json stream.
If you want to try ...