{"id":16939312,"url":"https://github.com/a8m/obj-del","last_synced_at":"2025-09-03T18:40:15.121Z","repository":{"id":24584749,"uuid":"27992783","full_name":"a8m/obj-del","owner":"a8m","description":"Remove multiple keys by path - safety.","archived":false,"fork":false,"pushed_at":"2014-12-14T15:03:07.000Z","size":136,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-16T07:03:09.071Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/a8m.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-12-14T11:52:47.000Z","updated_at":"2018-07-24T13:49:22.000Z","dependencies_parsed_at":"2022-08-23T02:21:43.169Z","dependency_job_id":null,"html_url":"https://github.com/a8m/obj-del","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/a8m%2Fobj-del","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a8m%2Fobj-del/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a8m%2Fobj-del/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a8m%2Fobj-del/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a8m","download_url":"https://codeload.github.com/a8m/obj-del/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239757332,"owners_count":19691837,"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-13T21:04:20.390Z","updated_at":"2025-02-20T00:32:53.582Z","avatar_url":"https://github.com/a8m.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#obj-del\n[![NPM version][npm-image]][npm-url]\n[![Build status][travis-image]][travis-url]\n[![Test coverage][coveralls-image]][coveralls-url]\n[![Dependency Status][david-image]][david-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\u003e Remove multiple keys by path - safety.\n\n## Install\n\n```sh\n$ npm install --save obj-del\n```\n\n##Usage\n```js\nvar del = require('obj-del');\n\nvar obj = {\n  a: 1,\n  b: { c: 1 },\n  x: { y: { z: 1 } }\n};\n\ndel(obj, 'a', 'b.c', 'x.y.z'); // → { b: {}, x: { y: {} } }\n```\n\n## License\n\nMIT © [Ariel Mashraki](https://github.com/a8m)\n[npm-image]: https://img.shields.io/npm/v/obj-del.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/obj-del\n[travis-image]: https://img.shields.io/travis/a8m/obj-del.svg?style=flat-square\n[travis-url]: https://travis-ci.org/a8m/obj-del\n[coveralls-image]: https://img.shields.io/coveralls/a8m/obj-del.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/a8m/obj-del\n[david-image]: http://img.shields.io/david/a8m/obj-del.svg?style=flat-square\n[david-url]: https://david-dm.org/a8m/obj-del\n[license-image]: http://img.shields.io/npm/l/obj-del.svg?style=flat-square\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/obj-del.svg?style=flat-square\n[downloads-url]: https://npmjs.org/package/obj-del\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa8m%2Fobj-del","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa8m%2Fobj-del","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa8m%2Fobj-del/lists"}