{"_id":"merge-descriptors","_rev":"42-3be6d6999c2608d69b2d36ba9db29113","name":"merge-descriptors","description":"Merge objects using descriptors","dist-tags":{"latest":"1.0.0"},"versions":{"0.0.1":{"name":"merge-descriptors","description":"Merge objects using descriptors","version":"0.0.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/jonathanong/merge-descriptors.git"},"bugs":{"url":"https://github.com/jonathanong/merge-descriptors/issues"},"scripts":{"test":"make test;"},"homepage":"https://github.com/jonathanong/merge-descriptors","_id":"merge-descriptors@0.0.1","dist":{"shasum":"2ff0980c924cf81d0b5d1fb601177cb8bb56c0d0","tarball":"http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.1.tgz"},"_from":".","_npmVersion":"1.3.13","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"directories":{}},"0.0.2":{"name":"merge-descriptors","description":"Merge objects using descriptors","version":"0.0.2","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/component/merge-descriptors.git"},"bugs":{"url":"https://github.com/component/merge-descriptors/issues"},"scripts":{"test":"make test;"},"homepage":"https://github.com/component/merge-descriptors","_id":"merge-descriptors@0.0.2","dist":{"shasum":"c36a52a781437513c57275f39dd9d317514ac8c7","tarball":"http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.2.tgz"},"_from":".","_npmVersion":"1.3.17","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"directories":{}},"1.0.0":{"name":"merge-descriptors","description":"Merge objects using descriptors","version":"1.0.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/component/merge-descriptors.git"},"bugs":{"url":"https://github.com/component/merge-descriptors/issues"},"files":["LICENSE","README.md","index.js"],"gitHead":"81d7a3c14099884c391bd237d7d8edf23c6d6f18","homepage":"https://github.com/component/merge-descriptors","_id":"merge-descriptors@1.0.0","scripts":{},"_shasum":"2169cf7538e1b0cc87fb88e1502d8474bbf79864","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"juliangruber","email":"julian@juliangruber.com"},{"name":"yields","email":"yields@icloud.com"},{"name":"ianstormtaylor","email":"ian@ianstormtaylor.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"timoxley","email":"secoif@gmail.com"},{"name":"mattmueller","email":"mattmuelle@gmail.com"},{"name":"jonathanong","email":"jonathanrichardong@gmail.com"},{"name":"queckezz","email":"fabian.eichenberger@gmail.com"},{"name":"anthonyshort","email":"antshort@gmail.com"},{"name":"dominicbarnes","email":"dominic@dbarnes.info"},{"name":"clintwood","email":"clint@anotherway.co.za"},{"name":"thehydroimpulse","email":"dnfagnan@gmail.com"},{"name":"stephenmathieson","email":"me@stephenmathieson.com"},{"name":"trevorgerhardt","email":"trevorgerhardt@gmail.com"},{"name":"timaschew","email":"timaschew@gmail.com"},{"name":"hughsk","email":"hughskennedy@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"2169cf7538e1b0cc87fb88e1502d8474bbf79864","tarball":"http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz"},"directories":{}}},"readme":"# Merge Descriptors\n\nMerge objects using descriptors.\n\n```js\nvar thing = {\n get name() {\n return 'jon'\n }\n}\n\nvar animal = {\n\n}\n\nmerge(animal, thing)\n\nanimal.name === 'jon'\n```\n\n## API\n\n### merge(destination, source)\n\nRedefines `destination`'s descriptors with `source`'s.\n\n### merge(destination, source, false)\n\nDefines `source`'s descriptors on `destination` if `destination` does not have\na descriptor by the same name.\n\n## License\n\n[MIT](LICENSE)\n","maintainers":[{"name":"anthonyshort","email":"antshort@gmail.com"},{"name":"clintwood","email":"clint@anotherway.co.za"},{"name":"dfcreative","email":"df.creative@gmail.com"},{"name":"dominicbarnes","email":"dominic@dbarnes.info"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"ianstormtaylor","email":"ian@ianstormtaylor.com"},{"name":"jonathanong","email":"jonathanrichardong@gmail.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"juliangruber","email":"julian@juliangruber.com"},{"name":"mattmueller","email":"mattmuelle@gmail.com"},{"name":"queckezz","email":"fabian.eichenberger@gmail.com"},{"name":"stephenmathieson","email":"me@stephenmathieson.com"},{"name":"thehydroimpulse","email":"dnfagnan@gmail.com"},{"name":"timaschew","email":"timaschew@gmail.com"},{"name":"timoxley","email":"secoif@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"tootallnate","email":"nathan@tootallnate.net"},{"name":"trevorgerhardt","email":"trevorgerhardt@gmail.com"},{"name":"yields","email":"yields@icloud.com"}],"time":{"modified":"2015-12-20T07:51:41.572Z","created":"2013-10-29T20:29:05.974Z","0.0.1":"2013-10-29T20:29:06.954Z","0.0.2":"2013-12-14T05:10:12.691Z","1.0.0":"2015-03-01T21:30:01.609Z"},"author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"repository":{"type":"git","url":"https://github.com/component/merge-descriptors.git"},"readmeFilename":"README.md","homepage":"https://github.com/component/merge-descriptors","bugs":{"url":"https://github.com/component/merge-descriptors/issues"},"license":"MIT","users":{"fatelei":true,"simplyianm":true,"wangnan0610":true,"joshperry":true,"nanhualyq":true,"liushoukai":true,"aitorllj93":true,"456wyc":true},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"_attachments":{},"_etag":"\"77M0MD0SK0BMYKIO15H10LIYR\""}