{"id":23064896,"url":"https://github.com/kartikesingh/edit-object","last_synced_at":"2025-10-24T06:19:26.978Z","repository":{"id":46116238,"uuid":"427250507","full_name":"KartikeSingh/edit-object","owner":"KartikeSingh","description":"Edit nested object with indexes like \"name.first\" etc.","archived":false,"fork":false,"pushed_at":"2021-11-28T08:35:41.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T21:48:29.437Z","etag":null,"topics":["edit","object"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/edit-nested-object","language":"TypeScript","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/KartikeSingh.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":"2021-11-12T06:04:37.000Z","updated_at":"2021-11-28T08:35:44.000Z","dependencies_parsed_at":"2022-09-03T22:02:53.110Z","dependency_job_id":null,"html_url":"https://github.com/KartikeSingh/edit-object","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/KartikeSingh%2Fedit-object","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KartikeSingh%2Fedit-object/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KartikeSingh%2Fedit-object/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KartikeSingh%2Fedit-object/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KartikeSingh","download_url":"https://codeload.github.com/KartikeSingh/edit-object/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246961969,"owners_count":20861192,"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":["edit","object"],"created_at":"2024-12-16T04:19:46.710Z","updated_at":"2025-10-24T06:19:21.937Z","avatar_url":"https://github.com/KartikeSingh.png","language":"TypeScript","readme":"# Installations\n```\nnpm i edit-nested-object\n```\n\n# What ?\nWith this module you can edit nested object with keys like \"name.first\" etc\n\n# How ?\n```js\nconst editObject = require('edit-nested-object');\n\n// import editObject from \"./\" // for typescript\n\nconst ob = {\n    name: {\n        first: \"Shisui\",\n        last: \"Uchiha\",\n    }\n}\n\nconsole.log(editObject(ob,\"name.first\",\"Itachi\")); // output =\u003e { name: { first: 'Itachi', last: 'Uchiha' } }\n```\n\n# Supports\nFor support or issues or queries contace me on my [discord server](https://discord.gg/XYnMTQNTFh), If you find any bug create a issue [here](https://github.com/KartikeSingh/edit-object/issues).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartikesingh%2Fedit-object","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkartikesingh%2Fedit-object","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartikesingh%2Fedit-object/lists"}