{"id":16186929,"url":"https://github.com/robloach/wren-path","last_synced_at":"2026-02-07T05:01:28.140Z","repository":{"id":66036598,"uuid":"363537298","full_name":"RobLoach/wren-path","owner":"RobLoach","description":"Work with file and directory paths in Wren.","archived":false,"fork":false,"pushed_at":"2021-05-31T15:46:50.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T02:29:54.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/RobLoach.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":"2021-05-02T00:45:48.000Z","updated_at":"2023-11-21T10:37:02.000Z","dependencies_parsed_at":"2023-02-21T21:16:02.699Z","dependency_job_id":null,"html_url":"https://github.com/RobLoach/wren-path","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/RobLoach/wren-path","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fwren-path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fwren-path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fwren-path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fwren-path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobLoach","download_url":"https://codeload.github.com/RobLoach/wren-path/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fwren-path/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29186742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T03:35:06.566Z","status":"ssl_error","status_checked_at":"2026-02-07T03:34:57.604Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-10T07:19:51.999Z","updated_at":"2026-02-07T05:01:28.126Z","avatar_url":"https://github.com/RobLoach.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# wren-path\n\nUtility class for the [Wren scripting language](https://wren.io) to work with file and directory paths.\n\n## Usage\n\n``` js\nimport \"path/to/wren-path/Path\" for Path\n\nPath.basename(\"path/to/something.txt\") // =\u003e something.txt\nPath.extname(\"something.txt\") // =\u003e .txt\nPath.isAbsolute(\"/path/to/something.txt\") // =\u003e true\nPath.dirname(\"/path/to/something.txt\") // =\u003e /path/to\nPath.normalize(\"path/to/other/../something.txt\") // =\u003e path/to/something.txt\n```\n\n## Testing\n\n```\ngit submodule update --init\nwren_cli test.wren\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobloach%2Fwren-path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobloach%2Fwren-path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobloach%2Fwren-path/lists"}