This module provides a simple method to create human readable, memorable passwords. It's based upon the JavaScript port of GPW by Tom Van Vleck and can be considered very stable.
$ npm install node-gpw
The following code will print a 12-character "pronounceable" password:
var gpw = require('node-gpw');
console.log(gpw(12));