{"id":13540959,"url":"https://github.com/pfrazee/parse-dat-url","last_synced_at":"2025-09-13T18:32:18.874Z","repository":{"id":57319300,"uuid":"89827221","full_name":"pfrazee/parse-dat-url","owner":"pfrazee","description":"Node url.parse updated to support versioned dat URLs.","archived":false,"fork":false,"pushed_at":"2019-07-31T19:32:44.000Z","size":9,"stargazers_count":20,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-27T04:03:36.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pfrazee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-30T03:33:23.000Z","updated_at":"2022-09-15T15:26:07.000Z","dependencies_parsed_at":"2022-08-26T00:55:04.363Z","dependency_job_id":null,"html_url":"https://github.com/pfrazee/parse-dat-url","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfrazee%2Fparse-dat-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfrazee%2Fparse-dat-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfrazee%2Fparse-dat-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfrazee%2Fparse-dat-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pfrazee","download_url":"https://codeload.github.com/pfrazee/parse-dat-url/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232806591,"owners_count":18579331,"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-08-01T10:00:36.657Z","updated_at":"2025-01-07T15:44:03.876Z","avatar_url":"https://github.com/pfrazee.png","language":"JavaScript","funding_links":[],"categories":["Using Dat"],"sub_categories":["Dat Link Utilties"],"readme":"# parse-dat-url\n\nNode url.parse updated to support versioned dat URLs.\n\n```js\nvar parse = require('parse-dat-url')\n\nparse('dat://584faa05d394190ab1a3f0240607f9bf2b7e2bd9968830a11cf77db0cea36a21+v1.0.0/path/to/file.txt')\n/* =\u003e {\n  protocol: 'dat:',\n  slashes: true,\n  auth: null,\n  host: '584faa05d394190ab1a3f0240607f9bf2b7e2bd9968830a11cf77db0cea36a21',\n  port: null,\n  hostname: '584faa05d394190ab1a3f0240607f9bf2b7e2bd9968830a11cf77db0cea36a21',\n  hash: null,\n  search: null,\n  query: null,\n  pathname: '/path/to/file.txt',\n  path: '/path/to/file.txt',\n  href: 'dat://584faa05d394190ab1a3f0240607f9bf2b7e2bd9968830a11cf77db0cea36a21+v1.0.0/path/to/file.txt',\n  version: 'v1.0.0'\n}*/\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfrazee%2Fparse-dat-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpfrazee%2Fparse-dat-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfrazee%2Fparse-dat-url/lists"}