{
  "name": "node.extend",
  "version": "1.0.7",
  "description": "A port of jQuery.extend that actually works on node.js",
  "keywords": [
    "extend",
    "jQuery",
    "jQuery extend",
    "clone",
    "copy",
    "inherit"
  ],
  "author": {
    "name": "dreamerslab",
    "email": "ben@dreamerslab.com"
  },
  "dependencies": {
    "is": "~0.2.6",
    "object-keys": "~0.3.0"
  },
  "devDependencies": {
    "tape": "~1.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dreamerslab/node.extend.git"
  },
  "contributors": [
    {
      "name": "Jordan Harband"
    }
  ],
  "main": "index",
  "scripts": {
    "test": "node test/index.js"
  },
  "engines": [
    "node >= 0.4.0"
  ],
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "iexplore/6.0..latest",
      "firefox/3.0..6.0",
      "firefox/15.0..latest",
      "firefox/nightly",
      "chrome/4.0..10.0",
      "chrome/20.0..latest",
      "chrome/canary",
      "opera/10.0..latest",
      "opera/next",
      "safari/4.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest"
    ]
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://en.wikipedia.org/wiki/MIT_License"
    },
    {
      "type": "GPL",
      "url": "http://en.wikipedia.org/wiki/GNU_General_Public_License"
    }
  ],
  "readme": "# node.extend\n\nA port of jQuery.extend that **actually works** on node.js\n\n[![Build Status][3]][4] [![dependency status][5]][6]\n\n[![browser support][1]][2]\n\n\n## Description\n\nNone of the existing ones on npm really work therefore I ported it myself.\n\n\n\n## Usage\n\nCheckout the doc from [jQuery][]\n\n\n\n## Credit\n\n- Jordan Harband [@ljharb][]\n\n\n\n## License\n\nCopyright 2011, John Resig\nDual licensed under the MIT or GPL Version 2 licenses.\nhttp://jquery.org/license\n\n[1]: https://ci.testling.com/dreamerslab/node.extend.png\n[2]: https://ci.testling.com/dreamerslab/node.extend\n[3]: https://travis-ci.org/dreamerslab/node.extend.png\n[4]: https://travis-ci.org/dreamerslab/node.extend\n[5]: https://david-dm.org/dreamerslab/node.extend.png\n[6]: https://david-dm.org/dreamerslab/node.extend\n[jQuery]: http://api.jquery.com/jQuery.extend/\n[@ljharb]: https://twitter.com/ljharb\n\n",
  "readmeFilename": "Readme.md",
  "_id": "node.extend@1.0.7",
  "dist": {
    "shasum": "d1d12f304fa32a8ca846ffe14f881c7cd0df2933"
  },
  "_from": "node.extend@1.0.7",
  "_resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.0.7.tgz"
}
