fast-deep-copy-ts/package.json

21 lines
525 B
JSON
Raw Normal View History

2017-09-23 15:09:50 +08:00
{
"name": "fast-deep-copy",
"version": "1.0.0",
2017-09-23 15:26:41 +08:00
"description": "20 lines code! Deep copy the given object considering circular structure",
"main": "dist/deep-copy.js",
"keywords": [
"fast-deep-copy",
"deep-copy",
"deepcopy"
],
2017-09-23 15:09:50 +08:00
"scripts": {
2017-09-23 15:26:41 +08:00
"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"
2017-09-23 15:09:50 +08:00
},
"license": "ISC"
2017-09-23 15:26:41 +08:00
}