{ "name": "clone", "description": "deep cloning of objects and arrays", "tags": [ "clone", "object", "array", "function", "date" ], "version": "1.0.2", "repository": { "type": "git", "url": "git://github.com/pvorb/node-clone.git" }, "bugs": { "url": "https://github.com/pvorb/node-clone/issues" }, "main": "clone.js", "author": "Paul Vorbach (http://paul.vorba.ch/)", "contributors": [ "Blake Miner (http://www.blakeminer.com/)", "Tian You (http://blog.axqd.net/)", "George Stagas (http://stagas.com/)", "Tobiasz Cudnik (https://github.com/TobiaszCudnik)", "Pavel Lang (https://github.com/langpavel)", "Dan MacTough (http://yabfog.com/)", "w1nk (https://github.com/w1nk)", "Hugh Kennedy (http://twitter.com/hughskennedy)", "Dustin Diaz (http://dustindiaz.com)", "Ilya Shaisultanov (https://github.com/diversario)", "Nathan MacInnes (http://macinn.es/)", "Benjamin E. Coe (https://twitter.com/benjamincoe)", "Nathan Zadoks (https://github.com/nathan7)", "Róbert Oroszi (https://github.com/oroce)", "Aurélio A. Heckert (http://softwarelivre.org/aurium)", "Guy Ellis (http://www.guyellisrocks.com/)" ], "license": "MIT", "engines": { "node": ">=0.8" }, "dependencies": {}, "devDependencies": { "nodeunit": "~0.9.0" }, "optionalDependencies": {}, "scripts": { "test": "nodeunit test.js" } }