Nodejs: Colorize code snippet (syntax highlighting)

I've been searching the web for npm module that could colorize the console.log output in my console. See the example bellow:

console.log('function(){ "my colorized javascript" }'.colorize);

Any suggestions?

I found console-highlight which looks promising.