deepc
Version:
A utility function to create deep clones of JavaScript values
36 lines (35 loc) • 780 B
JSON
{
"name": "deepc",
"version": "1.0.2",
"description": "A utility function to create deep clones of JavaScript values",
"main": "index.js",
"scripts": {
"test": "node test.js",
"start": "node index.js"
},
"keywords": [
"clone",
"deep-clone",
"utility",
"javascript",
"object-clone",
"deep-copy"
],
"author": {
"name": "Bhupendra Singh Bhandari",
"email": "bsbhandari@gmail.com",
"url": "https://github.com/bsbhandari"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bsbhandari/deepc.git"
},
"bugs": {
"url": "https://github.com/bsbhandari/deepc/issues"
},
"homepage": "https://github.com/bsbhandari/deepc#readme",
"license": "ISC",
"engines": {
"node": ">=12.0.0"
}
}