Submit
Path:
~
/
/
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
columnify
/
node_modules
/
wcwidth
/
node_modules
/
defaults
/
File Content:
index.js
var clone = require('clone'); module.exports = function(options, defaults) { options = options || {}; Object.keys(defaults).forEach(function(key) { if (typeof options[key] === 'undefined') { options[key] = clone(defaults[key]); } }); return options; };
Submit
FILE
FOLDER
Name
Size
Permission
Action
node_modules
---
0755
.npmignore
13 bytes
0644
LICENSE
1079 bytes
0644
README.md
827 bytes
0644
index.js
277 bytes
0644
package.json
1507 bytes
0644
test.js
1050 bytes
0644
N4ST4R_ID | Naxtarrr