{"_id":"arr-pluck","_rev":"87780","name":"arr-pluck","description":"Retrieves the value of a specified property from all elements in the collection.","dist-tags":{"latest":"0.1.0"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:28:31.000Z","created":"2015-03-25T03:37:33.414Z","0.1.0":"2015-03-25T03:37:33.414Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/arr-pluck.git"},"versions":{"0.1.0":{"name":"arr-pluck","description":"Retrieves the value of a specified property from all elements in the collection.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/arr-pluck","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/arr-pluck.git"},"bugs":{"url":"https://github.com/jonschlinkert/arr-pluck/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/arr-pluck/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"arr-map":"^2.0.0"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["array","function","iterate","iterator","loop","map","pluck","util","utils"],"_id":"arr-pluck@0.1.0","_shasum":"f8ad6d708f87900881e23afd830d52290a766775","_from":".","_npmVersion":"2.7.1","_nodeVersion":"1.6.2","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"f8ad6d708f87900881e23afd830d52290a766775","size":2049,"noattachment":false,"key":"/arr-pluck/-/arr-pluck-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/arr-pluck/download/arr-pluck-0.1.0.tgz"},"directories":{},"publish_time":1427254653414,"_cnpm_publish_time":1427254653414,"_hasShrinkwrap":false}},"readme":"# arr-pluck [![NPM version](https://badge.fury.io/js/arr-pluck.svg)](http://badge.fury.io/js/arr-pluck)  [![Build Status](https://travis-ci.org/jonschlinkert/arr-pluck.svg)](https://travis-ci.org/jonschlinkert/arr-pluck) \n\n> Retrieves the value of a specified property from all elements in the collection.\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i arr-pluck --save\n```\n\n## Usage\n\n```js\nvar pluck = require('arr-pluck');\n\nvar arr = [{ 'a': 'b', 'c': 'd' }, { 'a': 'f', 'c': 'e' }];\npluck(arr, 'a');\n//=> ['b', 'f']\n```\n\n## Running tests\nInstall dev dependencies.\n\n```bash\nnpm i -d && npm test\n```\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/arr-pluck/issues)\n\n## Related\n* [arr-diff](https://github.com/jonschlinkert/arr-diff): Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.\n* [arr-filter](https://github.com/jonschlinkert/arr-filter): Faster alternative to javascript's native filter method.\n* [arr-flatten](https://github.com/jonschlinkert/arr-flatten): Recursively flatten an array or arrays. This is the fastest implementation of array flatten.\n* [arr-map](https://github.com/jonschlinkert/arr-map): Faster, node.js focused alternative to JavaScript's native array map.\n* [arr-reduce](https://github.com/jonschlinkert/arr-reduce): Fast array reduce that also loops over sparse elements.\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) 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 March 24, 2015._","_attachments":{},"homepage":"https://github.com/jonschlinkert/arr-pluck","bugs":{"url":"https://github.com/jonschlinkert/arr-pluck/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/arr-pluck/blob/master/LICENSE"}}