PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
cardinal
var util = require('util'); module.exports.isPath = function (s) { return (/[\/\\]/).test(s); }; module.exports.inspect = function(obj, depth) { console.log(util.inspect(obj, false, depth || 5, true)); };
[-] utl.js
[edit]
[+]
lib
[+]
bin
[+]
..
[-] .npmignore
[edit]
[-] package.json
[edit]
[-] cardinal.js
[edit]
[-] settings.js
[edit]
[+]
themes
[-] .travis.yml
[edit]
[-] README.md
[edit]
[+]
examples
[+]
test
[-] LICENSE
[edit]