mirror of
https://github.com/zhaolihang/fast-deep-copy.git
synced 2026-04-25 00:00:02 +08:00
add test
This commit is contained in:
+15
-5
@@ -1,11 +1,21 @@
|
||||
{
|
||||
"name": "fast-deep-copy",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"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": "echo \"Error: no test specified\" && exit 1"
|
||||
"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"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user