软件包:node-object-assign-deep(0.4.0-1)
node-object-assign-deep 的相关链接
Debian 的资源:
下载源码包 node-object-assign-deep:
- [node-object-assign-deep_0.4.0-1.dsc]
- [node-object-assign-deep_0.4.0.orig.tar.xz]
- [node-object-assign-deep_0.4.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
deep merge utility for plain JavaScript objects
object‑assign‑deep is a lightweight yet powerful utility that brings the functionality of Object.assign() to nested, plain-object and array structures. It performs deep copying and merging of multiple source objects into a target (and supports a no‑mutation mode), without resorting to JSON serialization tricks :contentReference[oaicite:1]{index=1}.
While compatible with arrays, dates, class instances, circular references, or property descriptors are deliberately unsupported—misuse can lead to undefined behavior (and, per the project's whimsical warning, metaphorical “kitten deaths”) :contentReference[oaicite:2]{index=2}.
Perfect for merging configuration objects or cloning nested data structures in simple JS codebases.
