{"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"keywords":["assign","extend","javascript","js","keys","merge","obj","object","prop","properties","property","props","shallow","util","utility","utils","value"],"dist-tags":{"latest":"2.0.1"},"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://badge.fury.io/js/extend-shallow.svg)](http://badge.fury.io/js/extend-shallow)  [![Build Status](https://travis-ci.org/jonschlinkert/extend-shallow.svg)](https://travis-ci.org/jonschlinkert/extend-shallow)\n\n> Extend an object with the properties of additional objects. node.js/javascript util.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/)\n\n```sh\n$ npm i extend-shallow --save\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## Related\n\n* [extend-shallow](https://github.com/jonschlinkert/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util.\n* [for-own](https://github.com/jonschlinkert/for-own): Iterate over the own enumerable properties of an object, and return an object with properties… [more](https://github.com/jonschlinkert/for-own)\n* [for-in](https://github.com/jonschlinkert/for-in): Iterate over the own and inherited enumerable properties of an objecte, and return an object… [more](https://github.com/jonschlinkert/for-in)\n* [is-plain-object](https://github.com/jonschlinkert/is-plain-object): Returns true if an object was created by the `Object` constructor.\n* [isobject](https://github.com/jonschlinkert/isobject): Returns true if the value is an object and not an array or null.\n* [kind-of](https://github.com/jonschlinkert/kind-of): Get the native type of a value.\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm i -d && npm test\n```\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\n\nCopyright © 2015 Jon Schlinkert\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on June 29, 2015._","repository":{"type":"git","url":"git+https://github.com/jonschlinkert/extend-shallow.git"},"users":{"vlazar":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":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"3992b6a016e9562db4cbe3ac55977e09b2ff3415","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/extend-shallow/-/extend-shallow-0.1.0.tgz"},"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":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"913c08db4887d3297dc762df8b5815757f56ddf3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/extend-shallow/-/extend-shallow-0.1.1.tgz"},"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":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"0c98a09f27d83cb43efafcedac8c9d149deb599c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/extend-shallow/-/extend-shallow-0.2.0.tgz"},"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":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"3c8406b1484d6c50c14bc0fa2af16c56924f90e1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/extend-shallow/-/extend-shallow-1.0.0.tgz"},"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":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"e40197917b39b175850083b7dd725c7e9732f99b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/extend-shallow/-/extend-shallow-1.0.1.tgz"},"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":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"a934b62da72ac6978dd248f0d37da1d2c8ed61ef","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/extend-shallow/-/extend-shallow-1.1.1.tgz"},"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":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"25d3b690988adbeddebcc6ef113bdac083c55ef0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/extend-shallow/-/extend-shallow-1.1.2.tgz"},"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":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"19d6bf94dfc09d76ba711f39b872d21ff4dd9071","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/extend-shallow/-/extend-shallow-1.1.4.tgz"},"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":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"47da017bd07e4763e7546fca0a829da59a6ddc4d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/extend-shallow/-/extend-shallow-2.0.0.tgz"},"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":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"51af7d614ad9a9f610ea1bafbb989d6b1c56890f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/extend-shallow/-/extend-shallow-2.0.1.tgz"},"directories":{}}},"name":"extend-shallow","time":{"modified":"2015-07-16T23:28:36.775Z","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"},"readmeFilename":"README.md","homepage":"https://github.com/jonschlinkert/extend-shallow"}