Skip to content

Instantly share code, notes, and snippets.

@zeke
Created December 27, 2017 04:11
Show Gist options
  • Save zeke/e571c0bd5da5e21c9b22f32d6610afbd to your computer and use it in GitHub Desktop.
Save zeke/e571c0bd5da5e21c9b22f32d6610afbd to your computer and use it in GitHub Desktop.
npm i trymodule && trymodule owners
> owners.filter(({packageCount:c}) => c >= 200 && c < 300).map(({username:u, packageCount:c}) => [u,c])
[ [ 'kemitchell', 298 ],
[ 'kael', 298 ],
[ 'yuanyan', 298 ],
[ 'cwmma', 288 ],
[ 'johno', 286 ],
[ 'damonoehlman', 282 ],
[ 'morganherlocker', 282 ],
[ 'kevva', 281 ],
[ 'azu', 279 ],
[ 'volkova', 272 ],
[ 'mourner', 272 ],
[ 'i5ting', 258 ],
[ 'architectd', 258 ],
[ 'snopeks', 255 ],
[ 'jxnblk', 251 ],
[ 'feit', 249 ],
[ 'muji', 245 ],
[ 'matteo.collina', 244 ],
[ 'jga', 242 ],
[ 'hzoo', 242 ],
[ 'matthewp', 242 ],
[ 'robloach', 239 ],
[ 'stefanpenner', 231 ],
[ 'korynunn', 229 ],
[ 'mrmrs', 227 ],
[ 'cchamberlain', 225 ],
[ 'zeke', 221 ],
[ 'coolaj86', 221 ],
[ 'chrisdickinson', 220 ],
[ 'dfcreative', 220 ],
[ 'scottcorgan', 220 ],
[ 'ritch', 218 ],
[ 'fdhadzh', 217 ],
[ 'clewfirst', 216 ],
[ 'zkochan', 216 ],
[ 'thlorenz', 214 ],
[ 'bubkoo', 214 ],
[ 'planeshifter', 214 ],
[ 'ahdinosaur', 212 ],
[ 'kchan', 211 ],
[ 'rfeng', 211 ],
[ 'rclark', 211 ],
[ 'indexzero', 210 ],
[ 'dead_horse', 209 ],
[ 'rmg', 206 ],
[ 'sebmck', 206 ],
[ 'henrikjoreteg', 206 ],
[ 'yhahn', 206 ],
[ 'rwjblue', 205 ],
[ 'springmeyer', 205 ],
[ 'parroit', 202 ],
[ 'willwhite', 202 ],
[ 'viatropos', 201 ],
[ 'rvagg', 200 ] ]
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment