{"id":15833375,"url":"https://github.com/barbarbar338/remove-properties","last_synced_at":"2025-09-10T18:31:42.466Z","repository":{"id":57353354,"uuid":"347398949","full_name":"barbarbar338/remove-properties","owner":"barbarbar338","description":"🔥 Remove properties from object","archived":false,"fork":false,"pushed_at":"2023-08-06T06:11:14.000Z","size":24,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-12T13:15:47.662Z","etag":null,"topics":["delete","hidden","hide","javascript","js","json","node","nodejs","object","properties","property","remove","ts","typescript"],"latest_commit_sha":null,"homepage":"https://npmjs.com/remove-properties","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barbarbar338.png","metadata":{"funding":{"github":"barbarbar338"},"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}},"created_at":"2021-03-13T14:56:16.000Z","updated_at":"2024-07-28T23:29:55.000Z","dependencies_parsed_at":"2024-10-26T17:50:57.043Z","dependency_job_id":"0e980d91-1fba-4049-b96f-157d60a503ac","html_url":"https://github.com/barbarbar338/remove-properties","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"b34394deba5d920b7f2940f2be7b6b905b2419fb"},"previous_names":["barisbored/remove-properties"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barbarbar338%2Fremove-properties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barbarbar338%2Fremove-properties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barbarbar338%2Fremove-properties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barbarbar338%2Fremove-properties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barbarbar338","download_url":"https://codeload.github.com/barbarbar338/remove-properties/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232552491,"owners_count":18540808,"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":["delete","hidden","hide","javascript","js","json","node","nodejs","object","properties","property","remove","ts","typescript"],"created_at":"2024-10-05T13:02:10.241Z","updated_at":"2025-01-05T05:33:37.173Z","avatar_url":"https://github.com/barbarbar338.png","language":"TypeScript","funding_links":["https://github.com/sponsors/barbarbar338"],"categories":[],"sub_categories":[],"readme":"# 🔥 Remove properties from object\r\n\r\neasy-to-use, zero-dependency property remover.\r\n\r\n**Typedefinitions are built-in**\r\n\r\n[![build](https://img.shields.io/github/workflow/status/barisbored/remove-properties/Build%20and%20Test?logo=github\u0026style=for-the-badge)](https://github.com/barisbored/remove-properties)\r\n[![supportServer](https://img.shields.io/discord/711995199945179187?color=7289DA\u0026label=Support\u0026logo=discord\u0026style=for-the-badge)](https://discord.gg/BjEJFwh)\r\n[![totalDownloads](https://img.shields.io/npm/dt/remove-properties?color=CC3534\u0026logo=npm\u0026style=for-the-badge)](http://npmjs.com/remove-properties)\r\n[![weeklyDownloads](https://img.shields.io/npm/dw/remove-properties?color=CC3534\u0026logo=npm\u0026style=for-the-badge)](http://npmjs.com/remove-properties)\r\n[![version](https://img.shields.io/npm/v/remove-properties?color=red\u0026label=Version\u0026logo=npm\u0026style=for-the-badge)](http://npmjs.com/remove-properties)\r\n[![stars](https://img.shields.io/github/stars/barisbored/remove-properties?color=yellow\u0026logo=github\u0026style=for-the-badge)](https://github.com/barisbored/remove-properties)\r\n[![license](https://img.shields.io/github/license/barisbored/remove-properties?logo=github\u0026style=for-the-badge)](https://github.com/barisbored/remove-properties)\r\n\r\n# 🐮 Installation\r\n\r\n-   Using NPM: `npm install remove-properties --save`\r\n-   Using Yarn: `yarn add remove-properties`\r\n\r\n# 🧶 Usage\r\n\r\n```js\r\nconst { removeProperties } = require(\"remove-properties\");\r\n\r\nconst myObj = { a: 1, b: 2, c: 3, d: 4, e: 5, f: 6, g: 7 };\r\n\r\nremoveProperties(myObj, [\"a\", \"c\", \"f\"]); // =\u003e { b: 2, d: 4, e: 5, g: 7 }\r\n```\r\n\r\n# 🎈 Options\r\n\r\n| Name   | Type          | Required | Default |\r\n| ------ | ------------- | -------- | ------- |\r\n| obj    | Object        | ✔️       | -       |\r\n| remove | Array{string} | ✔️       | -       |\r\n\r\n# 🧦 Contributing\r\n\r\nFeel free to use GitHub's features.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarbarbar338%2Fremove-properties","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarbarbar338%2Fremove-properties","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarbarbar338%2Fremove-properties/lists"}