npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "deep clone" 的结果(共 9 个)
nanoclone

300B to deep clone JavaScript objects

MIT
extract-files

A function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File instance arrays. Files are typically File and Blob instance

MIT
clones

should deep clone everything even global objects, functions, circularities, ...

MIT
fastest-json-copy

- Fastest JSON deep clone implementation for Node.js - Goal of this project is to track and maintain the fastest deep cloning function for plain JavaScript objects (POJOs), aka JSON objects. - Keeps track of benchmarks of all other implementations.

MIT
deepclone

Deep clone utility , together with circular reference detection and proper inheritance chain reconstruction

ISC
safe-clone-deep

Safely deep clone an object. Will not clone nested objects.

ISC