transform humanize time to ms
$ npm install humanize-ms
var ms = require('humanize-ms'); ms('1s') // 1000 ms(1000) // 1000
MIT