Hacked By AnonymousFox

Current Path : /proc/thread-self/root/lib/node_modules/npm/node_modules/defaults/
Upload File :
Current File : //proc/thread-self/root/lib/node_modules/npm/node_modules/defaults/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;
};

Hacked By AnonymousFox1.0, Coded By AnonymousFox