deep-clone-and-serialize
Version:
Deep clone and/or serialize almost any JavaScript object tree (Map/Set, RegExp, DataView, etc.) while preserving circular references.
35 lines (34 loc) • 760 B
JSON
{
"name": "deep-clone-and-serialize",
"version": "1.1.1",
"description": "Deep clone and/or serialize almost any JavaScript object tree (Map/Set, RegExp, DataView, etc.) while preserving circular references. ",
"main": "dupify.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"clone",
"deep clone",
"copy",
"deep copy",
"Map",
"Set",
"circular",
"circular JSON",
"circular references",
"preserve circular references",
"serialize",
"function",
"cyclic",
"recursive",
"cyclic references",
"serializer",
"JSON",
"safe",
"serialization",
"circularJSON",
"Map JSON"
],
"author": "Conley Johnson",
"license": "MIT"
}