{"maintainers":[{"email":"blaine.bublitz@gmail.com","name":"dev"},{"email":"github@sellside.com","name":"dev"}],"keywords":["assign","clone","extend","merge","obj","object","object-assign","object.assign","prop","properties","property","props","shallow","util","utility","utils","value"],"dist-tags":{"latest":"3.0.2"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"description":"Extend an object with the properties of additional objects. node.js/javascript util.","readme":"# extend-shallow [![NPM version](https://img.shields.io/npm/v/extend-shallow.svg?style=flat)](https://www.npmjs.com/package/extend-shallow) [![NPM monthly downloads](https://img.shields.io/npm/dm/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![NPM total downloads](https://img.shields.io/npm/dt/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/extend-shallow.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/extend-shallow)\n\n> Extend an object with the properties of additional objects. node.js/javascript util.\n\nPlease consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save extend-shallow\n```\n\n## Usage\n\n```js\nvar extend = require('extend-shallow');\n\nextend({a: 'b'}, {c: 'd'})\n//=> {a: 'b', c: 'd'}\n```\n\nPass an empty object to shallow clone:\n\n```js\nvar obj = {};\nextend(obj, {a: 'b'}, {c: 'd'})\n//=> {a: 'b', c: 'd'}\n```\n\n## About\n\n<details>\n<summary><strong>Contributing</strong></summary>\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n</details>\n\n<details>\n<summary><strong>Running Tests</strong></summary>\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install && npm test\n```\n\n</details>\n\n<details>\n<summary><strong>Building docs</strong></summary>\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme && verb\n```\n\n</details>\n\n### Related projects\n\nYou might also be interested in these projects:\n\n* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow \"Extend an object with the properties of additional objects. node.js/javascript util.\")\n* [for-in](https://www.npmjs.com/package/for-in): Iterate over the own and inherited enumerable properties of an object, and return an object… [more](https://github.com/jonschlinkert/for-in) | [homepage](https://github.com/jonschlinkert/for-in \"Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js\")\n* [for-own](https://www.npmjs.com/package/for-own): Iterate over the own enumerable properties of an object, and return an object with properties… [more](https://github.com/jonschlinkert/for-own) | [homepage](https://github.com/jonschlinkert/for-own \"Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.\")\n* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object \"Returns true if an object was created by the `Object` constructor.\")\n* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject \"Returns true if the value is an object and not an array or null.\")\n* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of \"Get the native type of a value.\")\n\n### Contributors\n\n| **Commits** | **Contributor** | \n| --- | --- |\n| 33 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 1 | [pdehaan](https://github.com/pdehaan) |\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 19, 2017._","repository":{"type":"git","url":"git+https://github.com/jonschlinkert/extend-shallow.git"},"users":{"vlazar":true,"flumpus-dev":true},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"license":"MIT","versions":{"0.1.0":{"name":"extend-shallow","description":"Extend javascript object A with the properties of object B.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"*","should":"^4.0.4","verb":">= 0.2.6"},"keywords":["extend","keys","merge","obj","object","prop","properties","property","props"],"_id":"extend-shallow@0.1.0","_shasum":"3992b6a016e9562db4cbe3ac55977e09b2ff3415","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dev","email":"github@sellside.com"},"maintainers":[{"name":"dev","email":"github@sellside.com"}],"dist":{"shasum":"3992b6a016e9562db4cbe3ac55977e09b2ff3415","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-0.1.0.tgz","integrity":"sha512-xBOcaBQ9Y2n+2rsy4WRLI5s1i9kt6yPqwSRpTlV7GE1GmErZthtsdf/n2DFswZQ8GE1oCxTzf4sZyGrWgCrCzQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICcEjRVkmqdfkRati5I+TARMtAcv8gRvlH6em0TrnNkAAiEAlxVzLTPe4bvnQmyeXv4Mgt1A/mKvIcW7OkMjup/fCNk="}]},"directories":{}},"0.1.1":{"name":"extend-shallow","description":"Extend javascript object A with the properties of object B.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"*","should":"^4.0.4","verb":">= 0.2.6"},"keywords":["extend","keys","merge","obj","object","prop","properties","property","props"],"dependencies":{"array-slice":"^0.2.2"},"_id":"extend-shallow@0.1.1","_shasum":"913c08db4887d3297dc762df8b5815757f56ddf3","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dev","email":"github@sellside.com"},"maintainers":[{"name":"dev","email":"github@sellside.com"}],"dist":{"shasum":"913c08db4887d3297dc762df8b5815757f56ddf3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-0.1.1.tgz","integrity":"sha512-kjnQQrLFoGTCDnKE5RgRJpRz4/fX+/eeaGS8usXHbuUe22TnWpGd7KDmTsmG+5ePMWmEOJiw6NTDbRXkCW3bgA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLVjXurh6jn8qSNSLtpG1eocAYVMpYg54W5KKPnsM6WAIhANVy6q+kVChVUHCWBnKk3DpQ2zbDHotL7KRfTO6wJlR6"}]},"directories":{}},"0.2.0":{"name":"extend-shallow","description":"Extend an object with the properties of additional objects. node.js/javascript util.","version":"0.2.0","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"licenses":{"type":"MIT","url":"https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"array-slice":"^0.2.2"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","glob":"^4.3.1","mocha":"*","should":"^4.3.0"},"keywords":["extend","javascript","js","keys","merge","obj","object","prop","properties","property","props","shallow","util","utility","utils","value"],"_id":"extend-shallow@0.2.0","_shasum":"0c98a09f27d83cb43efafcedac8c9d149deb599c","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dev","email":"github@sellside.com"},"maintainers":[{"name":"dev","email":"github@sellside.com"}],"dist":{"shasum":"0c98a09f27d83cb43efafcedac8c9d149deb599c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-0.2.0.tgz","integrity":"sha512-iUVjrJRmqWPBtBt15bvuqesqJqqDaebCQ5H9Qdjiaozu0FAA0bkXzOZCllv6jpiVpN3vVmidWzbW5jUgWmyObw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgYo9lEDeeunuuj/drNGv5abn5OpUURFbinE8A1bKE1QIgECoeaLOcAkBREaJ5dtuQGLSnHOKqxOLC7dApDjLVGQM="}]},"directories":{}},"1.0.0":{"name":"extend-shallow","description":"Extend an object with the properties of additional objects. node.js/javascript util.","version":"1.0.0","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-plain-object":"^1.0.0"},"devDependencies":{"array-slice":"^0.2.2","benchmarked":"^0.1.3","chalk":"^0.5.1","for-own":"^0.1.2","glob":"^4.3.1","minimist":"^1.1.0","mocha":"*","should":"^5.0.1"},"keywords":["extend","javascript","js","keys","merge","obj","object","prop","properties","property","props","shallow","util","utility","utils","value"],"gitHead":"d1cb5302360c1590b649102010c266404874d860","_id":"extend-shallow@1.0.0","_shasum":"3c8406b1484d6c50c14bc0fa2af16c56924f90e1","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"dev","email":"github@sellside.com"},"maintainers":[{"name":"dev","email":"github@sellside.com"}],"dist":{"shasum":"3c8406b1484d6c50c14bc0fa2af16c56924f90e1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-1.0.0.tgz","integrity":"sha512-IpSc+0viYee+FHJeVYTGqEVm7rVW+AZ4GvhvsJwgkF55hzOxA9GKI0cBpPNA6LLEq2klriCfHXlg6OjIaiKekA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGMXRpPGcTIwh7YEhlRcEIUeSYWqaawYPgP+eKO4zukHAiA5ejfKum5JpbIlTcSkmsuAWqWGhJxpB2vqL424ZEJjnA=="}]},"directories":{}},"1.0.1":{"name":"extend-shallow","description":"Extend an object with the properties of additional objects. node.js/javascript util.","version":"1.0.1","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-plain-object":"^1.0.0"},"devDependencies":{"array-slice":"^0.2.2","benchmarked":"^0.1.3","chalk":"^0.5.1","for-own":"^0.1.2","glob":"^4.3.1","minimist":"^1.1.0","mocha":"*","should":"^5.0.1"},"keywords":["extend","javascript","js","keys","merge","obj","object","prop","properties","property","props","shallow","util","utility","utils","value"],"gitHead":"cb7b2d726bd030740c8a4a97dae5d7d2b29b5268","_id":"extend-shallow@1.0.1","_shasum":"e40197917b39b175850083b7dd725c7e9732f99b","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"dev","email":"github@sellside.com"},"maintainers":[{"name":"dev","email":"github@sellside.com"}],"dist":{"shasum":"e40197917b39b175850083b7dd725c7e9732f99b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-1.0.1.tgz","integrity":"sha512-ForjGc++uvNDOLAcktXzfJhlDDboCcR+RJX9JNa5zpIGL5tlyk+XTc1AYB6qdkdQ9PQm6+7UC+ZTtmGR84CNHw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGbBALvMHtt3y2ovAjj5lCkeQ8USc+QOHj3RhgTC8/KrAiBiiDVqVuzZ+XW3/pAsYH/XOQPqa9+lCyvoW0psNI7PRQ=="}]},"directories":{}},"1.1.1":{"name":"extend-shallow","description":"Extend an object with the properties of additional objects. node.js/javascript util.","version":"1.1.1","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"kind-of":"^1.1.0"},"devDependencies":{"array-slice":"^0.2.2","benchmarked":"^0.1.3","chalk":"^0.5.1","for-own":"^0.1.2","glob":"^4.3.1","helper-related":"^0.1.0","minimist":"^1.1.0","mocha":"*","should":"^5.0.1"},"keywords":["extend","javascript","js","keys","merge","obj","object","prop","properties","property","props","shallow","util","utility","utils","value"],"gitHead":"cb7b2d726bd030740c8a4a97dae5d7d2b29b5268","_id":"extend-shallow@1.1.1","_shasum":"a934b62da72ac6978dd248f0d37da1d2c8ed61ef","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"dev","email":"github@sellside.com"},"maintainers":[{"name":"dev","email":"github@sellside.com"}],"dist":{"shasum":"a934b62da72ac6978dd248f0d37da1d2c8ed61ef","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-1.1.1.tgz","integrity":"sha512-muIRodes1IkVvrUQc4j2fsPFH5iz0uryl1OzrKpbBcP/U2dcorqlbta4eyIabW7pVP6eMn+pehl5+dZqNHHUwA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAOll2cGEC5T3jqSGUHZsKnAhEmPP0ZP/WUj3bFDjQ3nAiA07EskmAMbKhXDhmcZc9Ml7tjZr0MrrIPnJixZX4VqSg=="}]},"directories":{}},"1.1.2":{"name":"extend-shallow","description":"Extend an object with the properties of additional objects. node.js/javascript util.","version":"1.1.2","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"kind-of":"^1.1.0"},"devDependencies":{"array-slice":"^0.2.2","benchmarked":"^0.1.3","chalk":"^0.5.1","for-own":"^0.1.2","glob":"^4.3.1","helper-related":"^0.1.0","minimist":"^1.1.0","mocha":"*","should":"^5.0.1"},"keywords":["extend","javascript","js","keys","merge","obj","object","prop","properties","property","props","shallow","util","utility","utils","value"],"gitHead":"9ff9fb16d3e6e436db95dfe7f502bfa603c105ca","_id":"extend-shallow@1.1.2","_shasum":"25d3b690988adbeddebcc6ef113bdac083c55ef0","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"dev","email":"github@sellside.com"},"maintainers":[{"name":"dev","email":"github@sellside.com"}],"dist":{"shasum":"25d3b690988adbeddebcc6ef113bdac083c55ef0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-1.1.2.tgz","integrity":"sha512-wyB6aRf1i3yPfxC46CFCPg+imahKtFvCukejafRa5pBbFbwp+AqgNlNtJCbE57Z+EzDbugBv1vlAJP7LdQsLlA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID43bcOE1deZO5cBO1q3jsemiFEbJiQCTGADz367P+4AAiAx+lUaqKTEtR6ZKox2sCU2VrOIV6r7HUjpMXuZf6YpUg=="}]},"directories":{}},"1.1.4":{"name":"extend-shallow","description":"Extend an object with the properties of additional objects. node.js/javascript util.","version":"1.1.4","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"kind-of":"^1.1.0"},"devDependencies":{"array-slice":"^0.2.2","benchmarked":"^0.1.3","chalk":"^0.5.1","for-own":"^0.1.2","glob":"^4.3.1","is-plain-object":"^2.0.0","minimist":"^1.1.0","mocha":"*","should":"^5.0.1"},"keywords":["extend","javascript","js","keys","merge","obj","object","prop","properties","property","props","shallow","util","utility","utils","value"],"gitHead":"1b97f0c177ce152d85b6f6e69c6154232665bf7a","_id":"extend-shallow@1.1.4","_shasum":"19d6bf94dfc09d76ba711f39b872d21ff4dd9071","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"dev","email":"github@sellside.com"},"maintainers":[{"name":"dev","email":"github@sellside.com"}],"dist":{"shasum":"19d6bf94dfc09d76ba711f39b872d21ff4dd9071","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-1.1.4.tgz","integrity":"sha512-L7AGmkO6jhDkEBBGWlLtftA80Xq8DipnrRPr0pyi7GQLXkaq9JYA4xF4z6qnadIC6euiTDKco0cGSU9muw+WTw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF8fF/KXGqgkHu6rk26GNTanpIZqTjyHyfwxm76jC9VJAiBFSA1SdqwZHmFD/tRq728rfvRcc0xY2qfu6Mt5MIRJZA=="}]},"directories":{}},"2.0.0":{"name":"extend-shallow","description":"Extend an object with the properties of additional objects. node.js/javascript util.","version":"2.0.0","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-extendable":"^0.1.0"},"devDependencies":{"array-slice":"^0.2.3","benchmarked":"^0.1.4","chalk":"^1.0.0","for-own":"^0.1.3","glob":"^5.0.12","is-plain-object":"^2.0.1","kind-of":"^2.0.0","minimist":"^1.1.1","mocha":"^2.2.5","should":"^7.0.1"},"keywords":["extend","javascript","js","keys","merge","obj","object","prop","properties","property","props","shallow","util","utility","utils","value"],"gitHead":"1b97f0c177ce152d85b6f6e69c6154232665bf7a","_id":"extend-shallow@2.0.0","_shasum":"47da017bd07e4763e7546fca0a829da59a6ddc4d","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"dev","email":"github@sellside.com"},"maintainers":[{"name":"dev","email":"github@sellside.com"}],"dist":{"shasum":"47da017bd07e4763e7546fca0a829da59a6ddc4d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-2.0.0.tgz","integrity":"sha512-BOgjHiviepd5wK9RcELfc5mIBazbH4NAyAlPHdHkh7ExWznw1fDkcZL7nTYPIngioBFxXrCCRnBFOlwtF/NcDw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHxXChKwzDT3BMPtd1zCbH8zfieUWa52/MvYgyBlZt5GAiBIb086tpJBFm10ofgEgEu2YkfVlHmgkfg7S5g2Ysg+Eg=="}]},"directories":{}},"2.0.1":{"name":"extend-shallow","description":"Extend an object with the properties of additional objects. node.js/javascript util.","version":"2.0.1","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-extendable":"^0.1.0"},"devDependencies":{"array-slice":"^0.2.3","benchmarked":"^0.1.4","chalk":"^1.0.0","for-own":"^0.1.3","glob":"^5.0.12","is-plain-object":"^2.0.1","kind-of":"^2.0.0","minimist":"^1.1.1","mocha":"^2.2.5","should":"^7.0.1"},"keywords":["assign","extend","javascript","js","keys","merge","obj","object","prop","properties","property","props","shallow","util","utility","utils","value"],"gitHead":"e9b1f1d2ff9d2990ec4a127afa7c14732d1eec8a","_id":"extend-shallow@2.0.1","_shasum":"51af7d614ad9a9f610ea1bafbb989d6b1c56890f","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"dev","email":"github@sellside.com"},"maintainers":[{"name":"dev","email":"github@sellside.com"}],"dist":{"shasum":"51af7d614ad9a9f610ea1bafbb989d6b1c56890f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-2.0.1.tgz","integrity":"sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDeyhw0TQ1IlOPjGJDf4XfYsB6FMI9ENjxJjP9nTfY7IQIgV1D1VPNafyXMGYbefwtjkSlrQBWQIGHc/GaZKUCzDRo="}]},"directories":{}},"3.0.0":{"name":"extend-shallow","description":"Extend an object with the properties of additional objects. node.js/javascript util.","version":"3.0.0","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","url":"http://twitter.com/jonschlinkert"},{"name":"Peter deHaan","url":"http://about.me/peterdehaan"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-extendable":"^1.0.1"},"devDependencies":{"array-slice":"^1.0.0","benchmarked":"^2.0.0","for-own":"^1.0.0","gulp-format-md":"^1.0.0","is-plain-object":"^2.0.4","kind-of":"^6.0.1","minimist":"^1.2.0","mocha":"^3.5.3","object-assign":"^4.1.1"},"keywords":["assign","clone","extend","merge","obj","object","object-assign","object.assign","prop","properties","property","props","shallow","util","utility","utils","value"],"verb":{"toc":false,"layout":"default","tasks":["readme"],"related":{"list":["extend-shallow","for-in","for-own","is-plain-object","isobject","kind-of"]},"plugins":["gulp-format-md"],"lint":{"reflinks":true}},"gitHead":"1b211ea8183dfec923702179a7131ca1c5828abd","_id":"extend-shallow@3.0.0","_npmVersion":"5.5.1","_nodeVersion":"9.1.0","_npmUser":{"name":"dev","email":"github@sellside.com"},"dist":{"integrity":"sha512-2DwaMfw1xjy1kxz1ZzvQJt6klvkYW/tNPXAZgE8iHsQtkiQoOxrJevsTmWF01SRra++QgjxXGApWqBktbzmAvw==","shasum":"34d45c2bb1f4ea804fe9c35d40d798a7b869c087","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-3.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHKQXdj3esK7ZsYL4oL4kskowcGw3dJuF8DOhWue22hCAiAHoLD9mTgRGdmlJ1GjzrZLzap6WyZFCsLNV/KlggdRkg=="}]},"maintainers":[{"name":"dev","email":"github@sellside.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/extend-shallow-3.0.0.tgz_1511106716802_0.30916304350830615"},"directories":{}},"3.0.1":{"name":"extend-shallow","description":"Extend an object with the properties of additional objects. node.js/javascript util.","version":"3.0.1","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","url":"http://twitter.com/jonschlinkert"},{"name":"Peter deHaan","url":"http://about.me/peterdehaan"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-extendable":"^1.0.1"},"devDependencies":{"array-slice":"^1.0.0","benchmarked":"^2.0.0","for-own":"^1.0.0","gulp-format-md":"^1.0.0","is-plain-object":"^2.0.4","kind-of":"^6.0.1","minimist":"^1.2.0","mocha":"^3.5.3","object-assign":"^4.1.1"},"keywords":["assign","clone","extend","merge","obj","object","object-assign","object.assign","prop","properties","property","props","shallow","util","utility","utils","value"],"verb":{"toc":false,"layout":"default","tasks":["readme"],"related":{"list":["extend-shallow","for-in","for-own","is-plain-object","isobject","kind-of"]},"plugins":["gulp-format-md"],"lint":{"reflinks":true}},"gitHead":"468316f009781e90197c6a1fe3134c2c6cdccfe8","_id":"extend-shallow@3.0.1","_npmVersion":"5.5.1","_nodeVersion":"9.1.0","_npmUser":{"name":"dev","email":"github@sellside.com"},"dist":{"integrity":"sha512-Fg1xXAv+qXKdwHiJFMcZSqsMcbPlkzsZtf8KkLJ2fqnP+lqg2RjEKgDcSfO9CO1+p4LZKgApDBUUUqKaaRhwZQ==","shasum":"4b6d8c49b147fee029dc9eb9484adb770f689844","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-3.0.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFaezbn9R3WBSWSEjNTZXMQRn4u5euMSAUXWFEPZxU9PAiAUJVBQ5iL5hiHF+FJv9BHRrdWdPlwchqKkvSLVl2PsAQ=="}]},"maintainers":[{"name":"dev","email":"github@sellside.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/extend-shallow-3.0.1.tgz_1511241367476_0.9273872210178524"},"directories":{}},"3.0.2":{"name":"extend-shallow","description":"Extend an object with the properties of additional objects. node.js/javascript util.","version":"3.0.2","homepage":"https://github.com/jonschlinkert/extend-shallow","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","url":"http://twitter.com/jonschlinkert"},{"name":"Peter deHaan","url":"http://about.me/peterdehaan"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/extend-shallow.git"},"bugs":{"url":"https://github.com/jonschlinkert/extend-shallow/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"assign-symbols":"^1.0.0","is-extendable":"^1.0.1"},"devDependencies":{"array-slice":"^1.0.0","benchmarked":"^2.0.0","for-own":"^1.0.0","gulp-format-md":"^1.0.0","is-plain-object":"^2.0.4","kind-of":"^6.0.1","minimist":"^1.2.0","mocha":"^3.5.3","object-assign":"^4.1.1"},"keywords":["assign","clone","extend","merge","obj","object","object-assign","object.assign","prop","properties","property","props","shallow","util","utility","utils","value"],"verb":{"toc":false,"layout":"default","tasks":["readme"],"related":{"list":["extend-shallow","for-in","for-own","is-plain-object","isobject","kind-of"]},"plugins":["gulp-format-md"],"lint":{"reflinks":true}},"gitHead":"33698c3df7804f0d0e3ea98caa64d53f09c37bd4","_id":"extend-shallow@3.0.2","_shasum":"26a71aaf073b39fb2127172746131c2704028db8","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.10.48","_npmUser":{"name":"dev","email":"blaine.bublitz@gmail.com"},"maintainers":[{"email":"blaine.bublitz@gmail.com","name":"dev"},{"email":"github@sellside.com","name":"dev"}],"dist":{"shasum":"26a71aaf073b39fb2127172746131c2704028db8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/extend-shallow/-/extend-shallow-3.0.2.tgz","integrity":"sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBJTqBUf40X5nxZgk5yvauqJiPHnnVrxYpN/GZYSMPt0AiBO55LCrtIGfwm2SlToTAytODVY6tH8PX4f9jqPp1P/eg=="}]},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/extend-shallow-3.0.2.tgz_1513797098024_0.23954258323647082"},"directories":{}}},"name":"extend-shallow","time":{"modified":"2023-07-12T19:12:28.409Z","created":"2014-10-06T08:44:08.862Z","0.1.0":"2014-10-06T08:44:08.862Z","0.1.1":"2014-10-28T11:46:35.182Z","0.2.0":"2014-12-05T13:49:53.276Z","1.0.0":"2015-02-25T08:24:54.761Z","1.0.1":"2015-02-25T23:21:09.029Z","1.1.1":"2015-02-27T19:04:46.305Z","1.1.2":"2015-03-01T09:58:53.828Z","1.1.4":"2015-05-21T21:56:11.056Z","2.0.0":"2015-06-29T07:55:51.264Z","2.0.1":"2015-07-16T23:28:36.775Z","3.0.0":"2017-11-19T15:51:56.871Z","3.0.1":"2017-11-21T05:16:07.718Z","3.0.2":"2017-12-20T19:11:38.344Z"},"readmeFilename":"README.md","contributors":[{"name":"Jon Schlinkert","url":"http://twitter.com/jonschlinkert"},{"name":"Peter deHaan","url":"http://about.me/peterdehaan"}],"homepage":"https://github.com/jonschlinkert/extend-shallow"}