{"_id":"object-pick","_rev":"80097","name":"object-pick","description":"Returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.","dist-tags":{"latest":"0.1.2"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:25:37.000Z","created":"2014-09-22T06:32:01.127Z","0.1.2":"2016-02-07T21:56:22.173Z","0.1.1":"2014-10-06T03:42:02.357Z","0.1.0":"2014-09-22T06:32:01.127Z"},"users":{"itonyyo":true,"wolfram77":true},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/object-pick.git"},"versions":{"0.1.2":{"name":"object-pick","description":"Returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.","version":"0.1.2","deprecated":"Deprecated as of version 0.1.2 please use object.pick instead.","homepage":"https://github.com/jonschlinkert/object-pick","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/object-pick.git"},"bugs":{"url":"https://github.com/jonschlinkert/object-pick/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["check","is","is-object","isobject","javascript","key","keys","object","pick","plain","prop","properties","property","props","type","type-of","typeof","util","utilities","utility","utils","value"],"_id":"object-pick@0.1.2","_shasum":"b53be7075f8b4ffbf2f8bc280d753fee1afe5801","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"dist":{"shasum":"b53be7075f8b4ffbf2f8bc280d753fee1afe5801","size":1955,"noattachment":false,"key":"/object-pick/-/object-pick-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/object-pick/download/object-pick-0.1.2.tgz"},"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/object-pick-0.1.2.tgz_1454882179681_0.3944172179326415"},"directories":{},"publish_time":1454882182173,"_cnpm_publish_time":1454882182173,"_hasShrinkwrap":false},"0.1.1":{"name":"object-pick","description":"Returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/object-pick","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/object-pick.git"},"bugs":{"url":"https://github.com/jonschlinkert/object-pick/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/object-pick/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":["check","is","is-object","isobject","javascript","key","keys","object","pick","plain","prop","properties","property","props","type","type-of","typeof","util","utilities","utility","utils","value"],"_id":"object-pick@0.1.1","_shasum":"02e70f476d01cee468b2cbe22e7890ce2df8bee3","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"02e70f476d01cee468b2cbe22e7890ce2df8bee3","size":2905,"noattachment":false,"key":"/object-pick/-/object-pick-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/object-pick/download/object-pick-0.1.1.tgz"},"directories":{},"publish_time":1412566922357,"_cnpm_publish_time":1412566922357,"_hasShrinkwrap":false},"0.1.0":{"name":"object-pick","description":"Returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/object-pick","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/object-pick.git"},"bugs":{"url":"https://github.com/jonschlinkert/object-pick/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/object-pick/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":["check","is","is-object","isobject","javascript","key","keys","object","pick","plain","prop","properties","property","props","type","type-of","typeof","util","utilities","utility","utils","value"],"_id":"object-pick@0.1.0","_shasum":"8611b4aa9a27a66792a5f6dcc2c2c4fe9d4f9da3","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"8611b4aa9a27a66792a5f6dcc2c2c4fe9d4f9da3","size":2883,"noattachment":false,"key":"/object-pick/-/object-pick-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/object-pick/download/object-pick-0.1.0.tgz"},"directories":{},"publish_time":1411367521127,"_cnpm_publish_time":1411367521127,"_hasShrinkwrap":false}},"readme":"# object-pick [![NPM version](https://badge.fury.io/js/object-pick.svg)](http://badge.fury.io/js/object-pick)\n\n> Returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.\n\n## Install\n#### Install with [npm](npmjs.org):\n\n```bash\nnpm i object-pick --save-dev\n```\n\n## benchmarks\n\nThis is the [fastest implementation](http://jsperf.com/pick-props) I tested. Pull requests welcome!\n\n## Run tests\n\n```bash\nnpm test\n```\n\n## Usage\n\n```js\nvar pick = require('object-pick');\n\npick({a: 'a', b: 'b'}, 'a')\n//=> {a: 'a'}\n\npick({a: 'a', b: 'b', c: 'c'}, ['a', 'b'])\n//=> {a: 'a', b: 'b'}\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\nCopyright (c) 2014 Jon Schlinkert, contributors.  \nReleased under the MIT license\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 05, 2014._","_attachments":{},"homepage":"https://github.com/jonschlinkert/object-pick","bugs":{"url":"https://github.com/jonschlinkert/object-pick/issues"},"license":"MIT"}