| { |
| "author": { |
| "email": "paul@vorba.ch", |
| "name": "Paul Vorbach", |
| "url": "http://paul.vorba.ch/" |
| }, |
| "bugs": { |
| "url": "https://github.com/pvorb/node-clone/issues" |
| }, |
| "bundleDependencies": false, |
| "contributors": [ |
| { |
| "email": "miner.blake@gmail.com", |
| "name": "Blake Miner", |
| "url": "http://www.blakeminer.com/" |
| }, |
| { |
| "email": "axqd001@gmail.com", |
| "name": "Tian You", |
| "url": "http://blog.axqd.net/" |
| }, |
| { |
| "email": "gstagas@gmail.com", |
| "name": "George Stagas", |
| "url": "http://stagas.com/" |
| }, |
| { |
| "email": "tobiasz.cudnik@gmail.com", |
| "name": "Tobiasz Cudnik", |
| "url": "https://github.com/TobiaszCudnik" |
| }, |
| { |
| "email": "langpavel@phpskelet.org", |
| "name": "Pavel Lang", |
| "url": "https://github.com/langpavel" |
| }, |
| { |
| "name": "Dan MacTough", |
| "url": "http://yabfog.com/" |
| }, |
| { |
| "name": "w1nk", |
| "url": "https://github.com/w1nk" |
| }, |
| { |
| "name": "Hugh Kennedy", |
| "url": "http://twitter.com/hughskennedy" |
| }, |
| { |
| "name": "Dustin Diaz", |
| "url": "http://dustindiaz.com" |
| }, |
| { |
| "name": "Ilya Shaisultanov", |
| "url": "https://github.com/diversario" |
| }, |
| { |
| "email": "nathan@macinn.es", |
| "name": "Nathan MacInnes", |
| "url": "http://macinn.es/" |
| }, |
| { |
| "email": "ben@npmjs.com", |
| "name": "Benjamin E. Coe", |
| "url": "https://twitter.com/benjamincoe" |
| }, |
| { |
| "name": "Nathan Zadoks", |
| "url": "https://github.com/nathan7" |
| }, |
| { |
| "email": "robert+gh@oroszi.net", |
| "name": "R\u00f3bert Oroszi", |
| "url": "https://github.com/oroce" |
| }, |
| { |
| "name": "Aur\u00e9lio A. Heckert", |
| "url": "http://softwarelivre.org/aurium" |
| }, |
| { |
| "name": "Guy Ellis", |
| "url": "http://www.guyellisrocks.com/" |
| } |
| ], |
| "dependencies": {}, |
| "deprecated": false, |
| "description": "deep cloning of objects and arrays", |
| "devDependencies": { |
| "nodeunit": "~0.9.0" |
| }, |
| "engines": { |
| "node": ">=0.8" |
| }, |
| "homepage": "https://github.com/pvorb/node-clone#readme", |
| "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" |
| } |