パッケージ: 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.