forked from github/fast-deep-copy
21 lines
525 B
JSON
21 lines
525 B
JSON
{
|
|
"name": "fast-deep-copy",
|
|
"version": "1.0.0",
|
|
"description": "20 lines code! Deep copy the given object considering circular structure",
|
|
"main": "dist/deep-copy.js",
|
|
"keywords": [
|
|
"fast-deep-copy",
|
|
"deep-copy",
|
|
"deepcopy"
|
|
],
|
|
"scripts": {
|
|
"test": "node dist/test.js"
|
|
},
|
|
"author": "625335512@qq.com",
|
|
"homepage": "https://github.com/zhaolihang/fast-deep-copy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zhaolihang/fast-deep-copy.git"
|
|
},
|
|
"license": "ISC"
|
|
} |