{"id":17420007,"url":"https://github.com/bendrucker/dot-parts","last_synced_at":"2025-08-23T18:15:50.056Z","repository":{"id":34955021,"uuid":"39030249","full_name":"bendrucker/dot-parts","owner":"bendrucker","description":"Split a dot property into its parts","archived":false,"fork":false,"pushed_at":"2019-08-19T21:44:12.000Z","size":6,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T00:03:52.161Z","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/bendrucker.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-07-13T18:36:46.000Z","updated_at":"2019-07-12T17:16:21.000Z","dependencies_parsed_at":"2022-09-01T23:40:11.371Z","dependency_job_id":null,"html_url":"https://github.com/bendrucker/dot-parts","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendrucker%2Fdot-parts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendrucker%2Fdot-parts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendrucker%2Fdot-parts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bendrucker%2Fdot-parts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bendrucker","download_url":"https://codeload.github.com/bendrucker/dot-parts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981262,"owners_count":21193147,"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-17T02:38:46.211Z","updated_at":"2025-04-15T00:04:42.039Z","avatar_url":"https://github.com/bendrucker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dot-parts [![Build Status](https://travis-ci.org/bendrucker/dot-parts.svg?branch=master)](https://travis-ci.org/bendrucker/dot-parts) [![Greenkeeper badge](https://badges.greenkeeper.io/bendrucker/dot-parts.svg)](https://greenkeeper.io/)\n\n\u003e Split a dot property into its parts\n\n\n## Install\n\n```\n$ npm install --save dot-parts\n```\n\n\n## Usage\n\n```js\nvar dotParts = require('dot-parts')\n\n// normal\ndotParts('foo.bar.baz')\n//=\u003e ['foo', 'bar', 'baz']\n\n// escaping with \\\\\ndotParts('foo\\\\.bar', 'baz')\n//=\u003e ['foo.bar', 'baz']\n```\n\n## API\n\n#### `dotParts(path)` -\u003e `array[string]`\n\n##### path\n\n*Required*  \nType: `string`\n\nA dot-delimeted path.\n\n\n## License\n\nMIT © [Ben Drucker](http://bendrucker.me)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbendrucker%2Fdot-parts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbendrucker%2Fdot-parts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbendrucker%2Fdot-parts/lists"}