| { |
| "author": "Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch/)", |
| "bugs": { |
| "url": "https://github.com/pvorb/node-clone/issues" |
| }, |
| "contributors": [ |
| "Blake Miner <miner.blake@gmail.com> (http://www.blakeminer.com/)", |
| "Tian You <axqd001@gmail.com> (http://blog.axqd.net/)", |
| "George Stagas <gstagas@gmail.com> (http://stagas.com/)", |
| "Tobiasz Cudnik <tobiasz.cudnik@gmail.com> (https://github.com/TobiaszCudnik)", |
| "Pavel Lang <langpavel@phpskelet.org> (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 <nathan@macinn.es> (http://macinn.es/)", |
| "Benjamin E. Coe <ben@npmjs.com> (https://twitter.com/benjamincoe)", |
| "Nathan Zadoks (https://github.com/nathan7)", |
| "R\u00f3bert Oroszi <robert+gh@oroszi.net> (https://github.com/oroce)", |
| "Aur\u00e9lio A. Heckert (http://softwarelivre.org/aurium)", |
| "Guy Ellis (http://www.guyellisrocks.com/)" |
| ], |
| "dependencies": {}, |
| "description": "deep cloning of objects and arrays", |
| "devDependencies": { |
| "nodeunit": "~0.9.0" |
| }, |
| "engines": { |
| "node": ">=0.8" |
| }, |
| "license": "MIT", |
| "main": "clone.js", |
| "name": "clone", |
| "optionalDependencies": {}, |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/pvorb/node-clone.git" |
| }, |
| "scripts": { |
| "test": "nodeunit test.js" |
| }, |
| "tags": [ |
| "clone", |
| "object", |
| "array", |
| "function", |
| "date" |
| ], |
| "version": "1.0.4" |
| } |