{"id":15670664,"url":"https://github.com/dsherret/path","last_synced_at":"2026-04-19T01:17:22.313Z","repository":{"id":253677153,"uuid":"844197108","full_name":"dsherret/path","owner":"dsherret","description":"Path class for JavaScript built on top of Deno's standard library.","archived":false,"fork":false,"pushed_at":"2024-08-27T01:31:30.000Z","size":26,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T02:34:55.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dsherret.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-18T17:09:13.000Z","updated_at":"2025-03-10T21:00:54.000Z","dependencies_parsed_at":"2024-08-27T03:34:38.256Z","dependency_job_id":null,"html_url":"https://github.com/dsherret/path","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"ab0fb711c9d479ce02474d1bfbc72a3e45ab7a17"},"previous_names":["dsherret/path"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsherret%2Fpath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsherret%2Fpath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsherret%2Fpath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsherret%2Fpath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsherret","download_url":"https://codeload.github.com/dsherret/path/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252762532,"owners_count":21800327,"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-03T15:00:55.562Z","updated_at":"2026-04-19T01:17:22.302Z","avatar_url":"https://github.com/dsherret.png","language":"TypeScript","readme":"# @david/path\n\n[![JSR](https://jsr.io/badges/@david/path)](https://jsr.io/@david/path)\n\nPath class for JavaScript.\n\n- [Docs](https://jsr.io/@david/path/doc/~/Path)\n\n## Setup\n\n```\ndeno add @david/path\n```\n\n## Example\n\n```ts\nimport { Path } from \"@david/path\";\n\nconst srcDir = new Path(\"src\");\n\nconsole.log(srcDir.existsSync());\n\nconst dataFile = srcDir.join(\"data.txt\");\ndataFile.writeTextSync(\"Hello there!\");\n```\n\n## Road to 1.0\n\nI would like to stabilize this, but first I want to get more feedback on it.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsherret%2Fpath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsherret%2Fpath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsherret%2Fpath/lists"}