{"_id":"clone-component","_rev":"4539087","name":"clone-component","description":"Object clone supporting `date`, `regexp`, `array` and `object` types.","dist-tags":{"latest":"0.2.2"},"maintainers":[{"name":"rauchg","email":""}],"time":{"modified":"2026-04-09T15:07:26.000Z","created":"2012-10-18T17:17:12.188Z","0.2.2":"2014-03-28T15:51:22.531Z","0.2.0":"2014-01-27T17:34:36.653Z","0.1.0":"2012-10-18T17:17:12.188Z"},"users":{},"repository":{"type":"git","url":"https://github.com/component/clone.git"},"versions":{"0.2.2":{"name":"clone-component","version":"0.2.2","dependencies":{"component-type":"*"},"devDependencies":{"mocha":"*","expect.js":"*"},"component":{"scripts":{"clone/index.js":"index.js"}},"scripts":{"test":"make test"},"repository":{"type":"git","url":"https://github.com/component/clone.git"},"browser":{"type":"component-type"},"description":"Object clone supporting `date`, `regexp`, `array` and `object` types.","bugs":{"url":"https://github.com/component/clone/issues"},"homepage":"https://github.com/component/clone","_id":"clone-component@0.2.2","dist":{"shasum":"82e56c2e92cd34e7c42b668630c620128fa926ba","size":1874,"noattachment":false,"key":"/clone-component/-/clone-component-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/clone-component/download/clone-component-0.2.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":""}],"directories":{},"_cnpmcore_publish_time":"2021-12-21T00:59:31.117Z","publish_time":1396021882531,"_cnpm_publish_time":1396021882531},"0.2.0":{"name":"clone-component","version":"0.2.0","dependencies":{"type-component":"0.0.1"},"devDependencies":{"mocha":"*","expect.js":"*"},"component":{"scripts":{"clone/index.js":"index.js"}},"repository":{"type":"git","url":"https://github.com/component/clone.git"},"description":"Object clone supporting `date`, `regexp`, `array` and `object` types.","bugs":{"url":"https://github.com/component/clone/issues"},"homepage":"https://github.com/component/clone","_id":"clone-component@0.2.0","dist":{"shasum":"1bc0ddd1673055aceffca44cd3e2407657d2c94c","size":1783,"noattachment":false,"key":"/clone-component/-/clone-component-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/clone-component/download/clone-component-0.2.0.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":""}],"directories":{},"_cnpmcore_publish_time":"2021-12-21T00:59:30.259Z","publish_time":1390844076653,"_cnpm_publish_time":1390844076653},"0.1.0":{"name":"clone-component","version":"0.1.0","dependencies":{"type-component":"*"},"devDependencies":{"mocha":"*","expect.js":"*"},"component":{"scripts":{"clone/index.js":"index.js"}},"_id":"clone-component@0.1.0","description":"Object clone supporting `date`, `regexp`, `array` and `object` types.","dist":{"shasum":"2a69596f8b97d533384361b3bce82ac1f4f40b98","size":1516,"noattachment":false,"key":"/clone-component/-/clone-component-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/clone-component/download/clone-component-0.1.0.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":""}],"directories":{},"_cnpmcore_publish_time":"2021-12-21T00:59:29.376Z","publish_time":1350580632188,"_cnpm_publish_time":1350580632188}},"readme":"\n# clone\n\n  Object clone supporting `date`, `regexp`, `array` and `object` types.\n\n## Example\n\n```js\nvar obj = clone({\n  a: 'b',\n  c: [\n    new Date(),\n    'tobi',\n    'jane'\n  ]\n})\n```\n\n## API\n\n### clone(obj)\n\n  Clones `obj` recursively and returns it.\n\n## License\n\nMIT\n","_attachments":{},"homepage":"https://github.com/component/clone","bugs":{"url":"https://github.com/component/clone/issues"}}