{"id":17573749,"url":"https://github.com/zxdong262/deep-copy","last_synced_at":"2025-04-28T18:53:58.884Z","repository":{"id":21038543,"uuid":"91658973","full_name":"zxdong262/deep-copy","owner":"zxdong262","description":"faster deep copy for json data","archived":false,"fork":false,"pushed_at":"2023-08-31T04:05:41.000Z","size":1319,"stargazers_count":5,"open_issues_count":16,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T19:39:00.164Z","etag":null,"topics":["deep-copy","js","json"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zxdong262.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-18T06:50:06.000Z","updated_at":"2025-01-16T01:31:26.000Z","dependencies_parsed_at":"2024-06-18T22:54:44.281Z","dependency_job_id":"a6e56a6a-525c-49e4-ae7f-6cb7f2fd5572","html_url":"https://github.com/zxdong262/deep-copy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxdong262%2Fdeep-copy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxdong262%2Fdeep-copy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxdong262%2Fdeep-copy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxdong262%2Fdeep-copy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zxdong262","download_url":"https://codeload.github.com/zxdong262/deep-copy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251372457,"owners_count":21578960,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-copy","js","json"],"created_at":"2024-10-21T21:04:41.920Z","updated_at":"2025-04-28T18:53:58.867Z","avatar_url":"https://github.com/zxdong262.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# json-deep-copy\n\n[![Build Status](https://github.com/zxdong262/deep-copy/actions/workflows/linux.yml/badge.svg)](https://github.com/zxdong262/deep-copy/actions)\n[![codecov](https://codecov.io/gh/zxdong262/deep-copy/branch/master/graph/badge.svg?token=FPmt8WGuJs)](https://codecov.io/gh/zxdong262/deep-copy)\n\nFaster deep-copy for json style object.\n\n## Features\n\n- Simplified lodash.deepClone, maybe 15 times faster when copy many compilcated objects.\n- Only support plain objects with number, string, array, boolean\n\n## Use\n\n```bash\nnpm i json-deep-copy\n```\n\n```js\nconst deepCopy = require('json-deep-copy')\n// or\nimport deepCopy from 'json-deep-copy'\n\nlet deepCopyedObj = deepCopy(someObj)\n```\n\n## Dev || test || benchmark\n\n```bash\ngit clone git@github.com:zxdong262/deep-copy.git\ncd deep-copy\nnpm i\n\n# test\nnpm run test\n\n# benchmark\nnpm run benchmark\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxdong262%2Fdeep-copy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzxdong262%2Fdeep-copy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxdong262%2Fdeep-copy/lists"}