{"id":13928838,"url":"https://github.com/DeRain/hex-to-uuid","last_synced_at":"2025-07-19T10:32:09.319Z","repository":{"id":44221226,"uuid":"110685797","full_name":"DeRain/hex-to-uuid","owner":"DeRain","description":"Convert hex string representation into uuid utf8 string","archived":false,"fork":false,"pushed_at":"2022-12-30T20:41:19.000Z","size":102,"stargazers_count":4,"open_issues_count":6,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-10T09:58:36.380Z","etag":null,"topics":["hex","hex-to-uuid","javascript-library","nodejs","npm-module","npm-package","uuid","uuid-by-string","uuid-parser"],"latest_commit_sha":null,"homepage":null,"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/DeRain.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-11-14T12:11:50.000Z","updated_at":"2022-06-17T11:42:23.000Z","dependencies_parsed_at":"2023-01-31T16:16:08.641Z","dependency_job_id":null,"html_url":"https://github.com/DeRain/hex-to-uuid","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRain%2Fhex-to-uuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRain%2Fhex-to-uuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRain%2Fhex-to-uuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRain%2Fhex-to-uuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeRain","download_url":"https://codeload.github.com/DeRain/hex-to-uuid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226588839,"owners_count":17655796,"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":["hex","hex-to-uuid","javascript-library","nodejs","npm-module","npm-package","uuid","uuid-by-string","uuid-parser"],"created_at":"2024-08-07T18:01:52.394Z","updated_at":"2024-11-26T17:31:02.293Z","avatar_url":"https://github.com/DeRain.png","language":"JavaScript","funding_links":[],"categories":["nodejs"],"sub_categories":[],"readme":"# Convert HEX string to UUID string\n\n[![Build Status](https://travis-ci.org/DeRain/hex-to-uuid.svg?branch=master)](https://travis-ci.org/DeRain/hex-to-uuid)\n\n## Examples of using\n\n```javascript\nconst hexToUuid = require('hex-to-uuid');\nconst uuidStringFromHexWithLeadingZero = hexToUuid('0xd3fd354067184687956bc8618a26e335');\nconsole.log(uuidStringFromHexWithLeadingZero); //d3fd3540-6718-4687-956b-c8618a26e335\n\nconst uuidStringFromHexWithoutLeadingZero = hexToUuid('e13b23e91dcb41c8ab0be65b84161d20');\nconsole.log(uuidStringFromHexWithoutLeadingZero); //e13b23e9-1dcb-41c8-ab0b-e65b84161d20\n```\n\n[UUID to HEX converter](https://www.npmjs.com/package/uuid-to-hex)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDeRain%2Fhex-to-uuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDeRain%2Fhex-to-uuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDeRain%2Fhex-to-uuid/lists"}