{"id":18539052,"url":"https://github.com/simov/deep-copy","last_synced_at":"2025-08-21T05:32:35.979Z","repository":{"id":8024309,"uuid":"9433471","full_name":"simov/deep-copy","owner":"simov","description":"Deep copy objects and arrays","archived":false,"fork":false,"pushed_at":"2018-01-11T19:01:39.000Z","size":79,"stargazers_count":35,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-06T22:28:53.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/simov.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}},"created_at":"2013-04-14T18:42:10.000Z","updated_at":"2023-02-12T16:42:59.000Z","dependencies_parsed_at":"2022-09-15T16:01:04.173Z","dependency_job_id":null,"html_url":"https://github.com/simov/deep-copy","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simov%2Fdeep-copy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simov%2Fdeep-copy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simov%2Fdeep-copy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simov%2Fdeep-copy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simov","download_url":"https://codeload.github.com/simov/deep-copy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230494917,"owners_count":18235046,"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":[],"created_at":"2024-11-06T19:46:00.635Z","updated_at":"2024-12-19T20:07:24.378Z","avatar_url":"https://github.com/simov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# deep-copy\n\n[![npm-version]][npm] [![travis-ci]][travis] [![coveralls-status]][coveralls]\n\n\n```js\nvar dcopy = require('deep-copy')\n\n// deep copy object\nvar copy = dcopy({a: {b: [{c: 5}]}})\n\n// deep copy array\nvar copy = dcopy([1, 2, {a: {b: 5}}])\n```\n\n### [Benchmarks][benchmarks]\n\nBenchmarks comparing `deep-copy` to other libraries across all Node LTS versions.\n\n  [npm-version]: https://img.shields.io/npm/v/deep-copy.svg?style=flat-square (NPM Version)\n  [travis-ci]: https://img.shields.io/travis/simov/deep-copy/master.svg?style=flat-square (Build Status)\n  [coveralls-status]: https://img.shields.io/coveralls/simov/deep-copy.svg?style=flat-square (Test Coverage)\n\n  [npm]: https://www.npmjs.com/package/deep-copy\n  [travis]: https://travis-ci.org/simov/deep-copy\n  [coveralls]: https://coveralls.io/r/simov/deep-copy?branch=master\n  [benchmarks]: https://github.com/ahmadnassri/benchmark-node-clone\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimov%2Fdeep-copy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimov%2Fdeep-copy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimov%2Fdeep-copy/lists"}