{"id":22867522,"url":"https://github.com/indatawetrust/elek","last_synced_at":"2026-05-05T05:32:49.325Z","repository":{"id":57222061,"uuid":"86762770","full_name":"indatawetrust/elek","owner":"indatawetrust","description":"json key filter","archived":false,"fork":false,"pushed_at":"2017-04-05T16:19:58.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T20:55:52.528Z","etag":null,"topics":["filter","json","key"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/indatawetrust.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-31T00:51:50.000Z","updated_at":"2017-04-07T08:35:34.000Z","dependencies_parsed_at":"2022-08-29T04:10:14.081Z","dependency_job_id":null,"html_url":"https://github.com/indatawetrust/elek","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indatawetrust%2Felek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indatawetrust%2Felek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indatawetrust%2Felek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indatawetrust%2Felek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indatawetrust","download_url":"https://codeload.github.com/indatawetrust/elek/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246458020,"owners_count":20780675,"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":["filter","json","key"],"created_at":"2024-12-13T12:27:55.859Z","updated_at":"2026-05-05T05:32:44.306Z","avatar_url":"https://github.com/indatawetrust.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Travis Build Status](https://img.shields.io/travis/indatawetrust/elek.svg)](https://travis-ci.org/indatawetrust/elek)\n\n#### elek\njson key filter\n\n````js\nimport elek from 'elek'\n\nconst object = {\n  \"test1\": {\n    \"color\": \"red\"\n  },\n  \"test4\": {\n    \"test5\": {\n      \"color\": \"blue\"\n    }\n  },\n  \"test7\": {\n    \"test8\": {\n      \"test9\": {\n        \"color\": \"green\"\n      }\n    }\n  }\n}\n\nelek(object, \"color\").map(_ =\u003e _.color) // ['red', 'blue', 'green']\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findatawetrust%2Felek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findatawetrust%2Felek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findatawetrust%2Felek/lists"}