{"id":16490769,"url":"https://github.com/jarofghosts/just-pluck","last_synced_at":"2025-09-15T04:30:38.939Z","repository":{"id":57158498,"uuid":"20976659","full_name":"jarofghosts/just-pluck","owner":"jarofghosts","description":"pluck without the madness","archived":false,"fork":false,"pushed_at":"2016-01-23T22:18:57.000Z","size":5,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-30T17:02:03.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jarofghosts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-18T20:17:44.000Z","updated_at":"2021-11-08T11:39:38.000Z","dependencies_parsed_at":"2022-09-07T21:01:21.267Z","dependency_job_id":null,"html_url":"https://github.com/jarofghosts/just-pluck","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarofghosts%2Fjust-pluck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarofghosts%2Fjust-pluck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarofghosts%2Fjust-pluck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarofghosts%2Fjust-pluck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jarofghosts","download_url":"https://codeload.github.com/jarofghosts/just-pluck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233077291,"owners_count":18621509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T13:49:14.432Z","updated_at":"2025-01-08T18:08:04.157Z","avatar_url":"https://github.com/jarofghosts.png","language":"JavaScript","readme":"# just-pluck\n\n[![Build Status](http://img.shields.io/travis/jarofghosts/just-pluck.svg?style=flat-square)](https://travis-ci.org/jarofghosts/just-pluck)\n[![npm install](http://img.shields.io/npm/dm/just-pluck.svg?style=flat-square)](https://www.npmjs.org/package/just-pluck)\n[![npm version](https://img.shields.io/npm/v/just-pluck.svg?style=flat-square)](https://www.npmjs.org/package/just-pluck)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)\n[![License](https://img.shields.io/npm/l/just-pluck.svg?style=flat-square)](https://github.com/jarofghosts/just-pluck/blob/master/LICENSE)\n\nsimple pluck function\n\n## why\n\nthere are a lot of implementations out there that either don't support deep\nlookup or try to do too much wacky stuff or have a lot of dependencies for no\ngood reason.\n\n## usage\n\n```js\nvar pluck = require('just-pluck')\n\nvar pokemon = [{name: 'pikachu'}, {name: 'meowth'}, {name: 'mr mime'}]\n\nconsole.log(pluck('name', pokemon)) // ['pikachu', 'meowth', 'mr mime']\n```\n\n## notes\n\nif nothing is pluck-able from the item in your array, it will be `undefined` in\nthe result.\n\n## license\n\nMIT\n","funding_links":[],"categories":["Modules","模块"],"sub_categories":["Object","对象"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarofghosts%2Fjust-pluck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarofghosts%2Fjust-pluck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarofghosts%2Fjust-pluck/lists"}