{"id":13673261,"url":"https://github.com/lucascaro/deno-uuid","last_synced_at":"2025-10-20T16:51:05.065Z","repository":{"id":62421494,"uuid":"170455443","full_name":"lucascaro/deno-uuid","owner":"lucascaro","description":"Deprecated! UUID is part of the deno standard library","archived":false,"fork":false,"pushed_at":"2020-05-23T00:26:27.000Z","size":48,"stargazers_count":14,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T14:55:22.344Z","etag":null,"topics":["deno","uuid","uuid-generator","uuid-v4"],"latest_commit_sha":null,"homepage":"https://deno.land/std/uuid","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/lucascaro.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}},"created_at":"2019-02-13T06:44:39.000Z","updated_at":"2022-02-09T19:03:35.000Z","dependencies_parsed_at":"2022-11-01T17:32:22.435Z","dependency_job_id":null,"html_url":"https://github.com/lucascaro/deno-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/lucascaro%2Fdeno-uuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascaro%2Fdeno-uuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascaro%2Fdeno-uuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascaro%2Fdeno-uuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucascaro","download_url":"https://codeload.github.com/lucascaro/deno-uuid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251284848,"owners_count":21564678,"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","uuid","uuid-generator","uuid-v4"],"created_at":"2024-08-02T10:00:32.154Z","updated_at":"2025-10-20T16:50:59.992Z","avatar_url":"https://github.com/lucascaro.png","language":"TypeScript","funding_links":[],"categories":["基础设施","Uncategorized","Modules"],"sub_categories":["JAM Stack/静态站点","Uncategorized","Online Playgrounds","Assistants"],"readme":"# Deno UUID\n\nUUID ~~library~~ generator with [Deno](https://deno.land).\n\n**Warning: the library code of this module has been moved to `https://deno.land/std/uuid/mod.ts`.**\n\n**You can use this module to generate UUIDs in the command line, but you should**\n**use `deno_std` as your uuid library.**\n\n## Usage\n\n### genuuid\n\nQuickly generate random uuids:\n\nUsing deno:\n\n```bash\n\n$ deno run https://deno.land/x/uuid/genuuid.ts\nCompile file:///Users/lucascaro/checkout/deno/deno-uuid/genuuid.ts\nDownload https://deno.land/std/uuid/mod.ts\nDownload https://deno.land/std/uuid/v4.ts\nca137e5f-575e-4810-8229-80b6468c54fb\n\n$ deno https://deno.land/x/uuid/genuuid.ts 3\n36b6520f-3f6c-48df-8554-ec8b9422e942\n47e6e147-405a-4b56-8cb6-05e5da7b3fb7\n591b143a-ae5a-453a-8875-316fa143ab42\n\n```\n\nOr install as command via [denoget](https://github.com/syumai/deno-libs/tree/master/denoget):\n\n```bash\n\n$ denoget https://deno.land/x/uuid/genuuid.ts\n\n$ genuuid\n19e5ca15-4b1e-4329-87bb-bbb38b61dcd7\n\n```\n\n### Library\n\nFor use as a library, refer to `https://deno.land/std/uuid/mod.ts`:\n\nLICENSE: MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucascaro%2Fdeno-uuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucascaro%2Fdeno-uuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucascaro%2Fdeno-uuid/lists"}