{
  "_args": [
    [
      {
        "raw": "deep-extend@^0.6.0",
        "scope": null,
        "escapedName": "deep-extend",
        "name": "deep-extend",
        "rawSpec": "^0.6.0",
        "spec": ">=0.6.0 <0.7.0",
        "type": "range"
      },
      "/home/zkochan/src/pnpm/packages/pnpm/node_modules/rc"
    ]
  ],
  "_from": "deep-extend@>=0.6.0 <0.7.0",
  "_id": "deep-extend@0.6.0",
  "_inCache": true,
  "_location": "/deep-extend",
  "_nodeVersion": "8.11.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/deep-extend_0.6.0_1527012797367_0.028784991930715043"
  },
  "_npmUser": {
    "name": "unclechu",
    "email": "lotsmanov89@gmail.com"
  },
  "_npmVersion": "6.0.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "deep-extend@^0.6.0",
    "scope": null,
    "escapedName": "deep-extend",
    "name": "deep-extend",
    "rawSpec": "^0.6.0",
    "spec": ">=0.6.0 <0.7.0",
    "type": "range"
  },
  "_requiredBy": [
    "/rc"
  ],
  "_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
  "_shasum": "c4fa7c95404a17a9c3e8ca7e1537312b736330ac",
  "_shrinkwrap": null,
  "_spec": "deep-extend@^0.6.0",
  "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/rc",
  "author": {
    "name": "Viacheslav Lotsmanov",
    "email": "lotsmanov89@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/unclechu/node-deep-extend/issues"
  },
  "contributors": [
    {
      "name": "Romain Prieto",
      "url": "https://github.com/rprieto"
    },
    {
      "name": "Max Maximov",
      "url": "https://github.com/maxmaximov"
    },
    {
      "name": "Marshall Bowers",
      "url": "https://github.com/maxdeviant"
    },
    {
      "name": "Misha Wakerman",
      "url": "https://github.com/mwakerman"
    }
  ],
  "dependencies": {},
  "description": "Recursive object extending",
  "devDependencies": {
    "mocha": "5.2.0",
    "should": "13.2.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
    "shasum": "c4fa7c95404a17a9c3e8ca7e1537312b736330ac",
    "tarball": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
    "fileCount": 6,
    "unpackedSize": 9190,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBF2+CRA9TVsSAnZWagAAWWsP+wayRHY/u4XwuxCopF6q\nVXfgmhXakYrxCXNpIUVCPC2lBajceZ6X4IOqXIIMnta+x+aYha0TAqH6FT+k\n5f9heBarQk4e3oLMJgaFDYkdTPOqVpDy95g+WOW+NiZN/87z2WnRsPzknkpY\n7R8FQGyR9PEromNmL4pCQY+0G1U4MB8o4rWqu9wp8oY2ebYJ3yNWe2CT9PeZ\nmIGjqyWLH84t8Yp40onc/15YHIAheYA5l9eD7pZeuxc+kddfSDbiwwpedWCV\nJLmKNnNoI4EHDuf+M8RN3U7CJpzAJWKSPN5wId+vFOjGaMnbrSA83DS66JvV\n8JVnzCFhbfpabiqDfkzE8Lq+QRE4P25Tjbc9kxS9yuQTShF3AJUzZUl5rQsw\n5Ov0fOt+BaT1e1/CvYlH8M8tvnGDPkYZ1A3tyRtjZUG/tNkNlLethX77kaf/\nzvnrdsOmReJ8wAacGKEB8+VLVaYg4bDCd5FGgSzO66J0OW2MYghZQi/9Scz8\nzgWmYdgrJ8ftxMDWrOqvcxI+df2bATGtXg1djPb0snsye3HAlNnWDK0lMtwF\n9K22xEK0jaqwDnwCFZKQU2aC6zWgQxlByZu2zA8Kiy3ahRe3XIdUEmxjsmuo\nc13UN9IIjuqHv+2P1U9kL6OEy2omLae/rd/GRy1xPfE/1EdkrcQ//0kTsVBh\nXI++\r\n=u4KH\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "gitHead": "f3f2b4f30fffe8abc9a99a7d6469fb354ca206e9",
  "homepage": "https://github.com/unclechu/node-deep-extend",
  "keywords": [
    "deep-extend",
    "extend",
    "deep",
    "recursive",
    "xtend",
    "clone",
    "merge",
    "json"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.githubusercontent.com/unclechu/node-deep-extend/master/LICENSE"
    }
  ],
  "main": "lib/deep-extend.js",
  "maintainers": [
    {
      "name": "unclechu",
      "email": "lotsmanov89@gmail.com"
    }
  ],
  "name": "deep-extend",
  "optionalDependencies": {},
  "readme": "Deep Extend\n===========\n\nRecursive object extending.\n\n[![Build Status](https://api.travis-ci.org/unclechu/node-deep-extend.svg?branch=master)](https://travis-ci.org/unclechu/node-deep-extend)\n\n[![NPM](https://nodei.co/npm/deep-extend.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/deep-extend/)\n\nInstall\n-------\n\n```bash\n$ npm install deep-extend\n```\n\nUsage\n-----\n\n```javascript\nvar deepExtend = require('deep-extend');\nvar obj1 = {\n  a: 1,\n  b: 2,\n  d: {\n    a: 1,\n    b: [],\n    c: { test1: 123, test2: 321 }\n  },\n  f: 5,\n  g: 123,\n  i: 321,\n  j: [1, 2]\n};\nvar obj2 = {\n  b: 3,\n  c: 5,\n  d: {\n    b: { first: 'one', second: 'two' },\n    c: { test2: 222 }\n  },\n  e: { one: 1, two: 2 },\n  f: [],\n  g: (void 0),\n  h: /abc/g,\n  i: null,\n  j: [3, 4]\n};\n\ndeepExtend(obj1, obj2);\n\nconsole.log(obj1);\n/*\n{ a: 1,\n  b: 3,\n  d:\n   { a: 1,\n     b: { first: 'one', second: 'two' },\n     c: { test1: 123, test2: 222 } },\n  f: [],\n  g: undefined,\n  c: 5,\n  e: { one: 1, two: 2 },\n  h: /abc/g,\n  i: null,\n  j: [3, 4] }\n*/\n```\n\nUnit testing\n------------\n\n```bash\n$ npm test\n```\n\nChangelog\n---------\n\n[CHANGELOG.md](./CHANGELOG.md)\n\nAny issues?\n-----------\n\nPlease, report about issues\n[here](https://github.com/unclechu/node-deep-extend/issues).\n\nLicense\n-------\n\n[MIT](./LICENSE)\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/unclechu/node-deep-extend.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.6.0"
}
