#924951 RFP: node-underscore-deep-extend -- A deepExtend implementation for underscore, lodash and friends

#924951#5
Date:
2019-03-18 23:28:45 UTC
From:
To:
* Package name    : node-underscore-deep-extend
  Version         : 1.1.5
  Upstream Author : Kurt Milam (http://xioup.com)
* URL             : https://salsa.debian.org/themusicgod1-guest/underscoreDeepExtend
* License         : MIT
  Programming Lang: javascript
  Description     : A deepExtend implementation for underscore, lodash and friends

Based conceptually on the _.extend() function in underscore.js.

(Extend: to Shallowly copy all of the properties in the source objects over to the destination object,
and return the destination object. Any nested objects or arrays will be copied by reference, not duplicated.
It's in-order, so the last source will override properties of the same name in previous arguments.)

This function is especially useful if you're working with JSON config documents.
It allows you to create a default config document with the most common settings,
then override those settings for specific cases. It accepts any number of objects as arguments,
giving you fine-grained control over your config document hierarchy.

It is a prerequisite of mist ( #827314 )

#924951#12
Date:
2019-03-30 22:54:49 UTC
From:
To:
on the upside...the above link has a branch that successfully builds an
installable package...

on the down side this package turns out to be one of those 'one-function'
ones, so it probably just makes more sense to fold it into mist.

Hopefully this helps,

Jeff Cliff