PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
bower-config
/
node_modules
/
mout
/
collection
var map = require('./map'); /** * Extract a list of property values. */ function pluck(list, key) { return map(list, function(value) { return value[key]; }); } module.exports = pluck;
[-] find.js
[edit]
[-] reduce.js
[edit]
[-] max.js
[edit]
[+]
..
[-] contains.js
[edit]
[-] forEach.js
[edit]
[-] some.js
[edit]
[-] pluck.js
[edit]
[-] min.js
[edit]
[-] make_.js
[edit]
[-] size.js
[edit]
[-] reject.js
[edit]
[-] map.js
[edit]
[-] filter.js
[edit]
[-] every.js
[edit]