{"id":25620792,"url":"https://github.com/codewell/exclude-keys-js","last_synced_at":"2026-06-19T19:32:08.255Z","repository":{"id":38426893,"uuid":"261760191","full_name":"codewell/exclude-keys-js","owner":"codewell","description":"Exclude a key from JSON","archived":false,"fork":false,"pushed_at":"2023-03-04T16:34:24.000Z","size":1199,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-11T19:34:44.552Z","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/codewell.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-06T13:02:37.000Z","updated_at":"2021-05-06T14:26:01.000Z","dependencies_parsed_at":"2023-02-05T09:30:53.293Z","dependency_job_id":null,"html_url":"https://github.com/codewell/exclude-keys-js","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/codewell/exclude-keys-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fexclude-keys-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fexclude-keys-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fexclude-keys-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fexclude-keys-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewell","download_url":"https://codeload.github.com/codewell/exclude-keys-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fexclude-keys-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34546192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-02-22T07:28:03.725Z","updated_at":"2026-06-19T19:32:08.233Z","avatar_url":"https://github.com/codewell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @codewell/exclude-keys\n\nExclude keys from JavaScript objects.\n\n## Installation\n\n```\nnpm install @codewell/exclude-keys\n```\n\n## Basic Usage\n\n```JavaScript\nimport excludeKeys from '@codewell/exclude-keys';\n\nconst object = { one: 1, two: 2, three: 3 };\n\n// Exclude several keys\n\nexcludeKeys(object, 'one');\n// =\u003e { two: 2, three: 3 }\n\nexcludeKeys(object, 'one', 'two');\n// =\u003e { three: 3 }\n\nexcludeKeys(object, 'one', 'three');\n// =\u003e { two: 2 }\n\nexcludeKeys(object, 'one', 'two', 'three');\n// =\u003e {}\n\nexcludeKeys(object, 'two');\n// =\u003e { one: 1, three: 3 }\n\nexcludeKeys(object, 'two', 'three');\n// =\u003e { one: 1 }\n\nexcludeKeys(object, 'three');\n// =\u003e { one: 1, two: 2 }\n```\n\n## Contribution\n\nPlease help by submitting issues and pull requests here on github\nRead more on [codewell's webpage](https://codewell.github.io/contribution)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewell%2Fexclude-keys-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewell%2Fexclude-keys-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewell%2Fexclude-keys-js/lists"}