lxmsb/node_modules/fast-clone/package.json
2025-01-22 00:29:22 +08:00

28 lines
615 B
JSON

{
"name": "fast-clone",
"version": "1.5.13",
"description": "Extremely fast deep cloning function",
"main": "./index.js",
"keywords": [
"clone",
"copy",
"deep",
"object",
"date",
"fast",
"fastest",
"quick",
"efficient"
],
"author": "Ben Daniel <codeandcats@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/codeandcats/fast-clone.git"
},
"bugs": {
"url": "https://github.com/codeandcats/fast-clone/issues"
},
"homepage": "https://github.com/codeandcats/fast-clone#readme",
"types": "index.d.ts"
}