PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
color-support
module.exports = colorSupport({ alwaysReturn: true }, colorSupport) function colorSupport(options, obj) { obj = obj || {} options = options || {} obj.level = 0 obj.hasBasic = false obj.has256 = false obj.has16m = false if (!options.alwaysReturn) { return false } return obj }
[+]
..
[-] package.json
[edit]
[-] browser.js
[edit]
[-] index.js
[edit]
[-] README.md
[edit]
[-] bin.js
[edit]
[-] LICENSE
[edit]