{"id":17398474,"url":"https://github.com/vweevers/deep-dot","last_synced_at":"2026-04-20T00:02:17.184Z","repository":{"id":25269282,"uuid":"28694722","full_name":"vweevers/deep-dot","owner":"vweevers","description":"Get a nested property of an object or primitive","archived":false,"fork":false,"pushed_at":"2019-09-15T07:59:17.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T04:39:03.385Z","etag":null,"topics":["deep","nested","nodejs","property-accessor"],"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/vweevers.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":"2015-01-01T20:17:59.000Z","updated_at":"2023-09-26T16:10:12.000Z","dependencies_parsed_at":"2022-07-24T05:01:53.343Z","dependency_job_id":null,"html_url":"https://github.com/vweevers/deep-dot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vweevers/deep-dot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fdeep-dot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fdeep-dot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fdeep-dot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fdeep-dot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vweevers","download_url":"https://codeload.github.com/vweevers/deep-dot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fdeep-dot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32027235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["deep","nested","nodejs","property-accessor"],"created_at":"2024-10-16T14:57:07.923Z","updated_at":"2026-04-20T00:02:17.132Z","avatar_url":"https://github.com/vweevers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deep-dot\n\nGet a nested property of an object or primitive.\n\n## examples\n\n```js\nvar deep = require('deep-dot')\n\nvar obj = {\n  a: {\n    b: {\n      'c.d': [6, '78']\n    }\n  }\n}\n\n// basic usage\nconsole.log(deep(obj, 'a.b.c.d.0') === 6)\nconsole.log(deep(obj, 'a.b.c.d.1.1') === 8)\n\n// attach\nobj.deep = deep\n\n// non existent\nconsole.log(obj.deep('x.y') == null)\n\n// array path\nconsole.log(obj.deep(['a', 'b']))\n\n// cute side-effects\nconsole.log(deep('window.location'))\nconsole.log(deep(['a','b','c'], [2]) === 'c')\n```\n\n## install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install deep-dot\n```\n\n## license\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fdeep-dot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvweevers%2Fdeep-dot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fdeep-dot/lists"}