PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
bower-registry-client
/
lib
/
util
var crypto = require('crypto'); function md5(contents) { return crypto.createHash('md5').update(contents).digest('hex'); } module.exports = md5;
[-] Cache.js
[edit]
[+]
..
[-] createError.js
[edit]
[-] md5.js
[edit]