PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
sec
'use strict'; module.exports = function (str) { var parts = str.split(':'); var sec = 0; var min = 1; while (parts.length > 0) { sec += min * parseInt(parts.pop(), 10); min *= 60; } return sec; };
[+]
..
[-] readme.md
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] license
[edit]