{"id":15801420,"url":"https://github.com/justjavac/deno_is_absolute","last_synced_at":"2026-04-29T17:36:19.031Z","repository":{"id":65976782,"uuid":"289813552","full_name":"justjavac/deno_is_absolute","owner":"justjavac","description":"[deprecated] Whether the filepath is a absolute file path.","archived":false,"fork":false,"pushed_at":"2020-08-24T03:04:56.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-06T01:22:15.825Z","etag":null,"topics":["deno","deno-mod","deno-module","deno-modules","filesystem","path"],"latest_commit_sha":null,"homepage":"","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/justjavac.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-08-24T02:58:57.000Z","updated_at":"2020-12-01T07:20:16.000Z","dependencies_parsed_at":"2023-02-19T19:00:30.564Z","dependency_job_id":null,"html_url":"https://github.com/justjavac/deno_is_absolute","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_is_absolute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_is_absolute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_is_absolute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_is_absolute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justjavac","download_url":"https://codeload.github.com/justjavac/deno_is_absolute/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246544657,"owners_count":20794546,"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":["deno","deno-mod","deno-module","deno-modules","filesystem","path"],"created_at":"2024-10-05T01:22:31.648Z","updated_at":"2026-04-29T17:36:14.000Z","avatar_url":"https://github.com/justjavac.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_is_absolute [deprecated]\n\n[![tag](https://img.shields.io/github/release/justjavac/deno_is_absolute)](https://github.com/justjavac/deno_is_absolute/releases)\n[![Build Status](https://github.com/justjavac/deno_is_absolute/workflows/ci/badge.svg?branch=master)](https://github.com/justjavac/deno_is_absolute/actions)\n[![license](https://img.shields.io/github/license/justjavac/deno_is_absolute)](https://github.com/justjavac/deno_is_absolute/blob/master/LICENSE)\n\nWhether the filepath is a **absolute** file path.\n\n⚠️ **Please Use Deno Standard Library.**\n\n```ts\nimport { isAbsolute } from \"https://deno.land/std/path/mod.ts\";\n```\n\n## Usage\n\n```ts\nimport isAbsolute from \"https://deno.land/x/is_absolute/mod.ts\";\n\n// return true\nisAbsolute('/home/foo')\nisAbsolute('/home/foo/..')\nisAbsolute('/')\nisAbsolute('//')\nisAbsolute('//foo')\nisAbsolute('c:\\\\')\nisAbsolute('c:/')\nisAbsolute('c://')\nisAbsolute('C:/Users/')\nisAbsolute('C:\\\\Users\\\\')\n\n// return false\nisAbsolute(\"bar/\")\nisAbsolute(\"./baz\")\nisAbsolute(\"c\")\nisAbsolute(\"c;\")\nisAbsolute(\"C:cwd/another\")\nisAbsolute(\"C:cwd\\\\another\")\nisAbsolute(\"foo/bar\")\nisAbsolute(\"foo\\\\bar\")\n```\n\n## License\n\n[deno_is_absolute](https://github.com/justjavac/deno_is_absolute) is released under the MIT License. See the bundled [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjavac%2Fdeno_is_absolute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustjavac%2Fdeno_is_absolute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjavac%2Fdeno_is_absolute/lists"}