{"id":18543051,"url":"https://github.com/kroid/angular-uuid","last_synced_at":"2026-01-25T15:03:09.195Z","repository":{"id":22303014,"uuid":"25637968","full_name":"Kroid/angular-uuid","owner":"Kroid","description":"Generate a random uuid.","archived":false,"fork":false,"pushed_at":"2014-10-23T13:29:55.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-17T23:54:29.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/Kroid.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":"2014-10-23T13:20:07.000Z","updated_at":"2014-10-23T13:34:49.000Z","dependencies_parsed_at":"2022-08-21T02:00:41.824Z","dependency_job_id":null,"html_url":"https://github.com/Kroid/angular-uuid","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/Kroid%2Fangular-uuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kroid%2Fangular-uuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kroid%2Fangular-uuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kroid%2Fangular-uuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kroid","download_url":"https://codeload.github.com/Kroid/angular-uuid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254276473,"owners_count":22043869,"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-11-06T20:11:49.941Z","updated_at":"2026-01-25T15:03:09.150Z","avatar_url":"https://github.com/Kroid.png","language":null,"readme":"angular-uuid\n============\n\nangular.module('your-app', ['kroid-uuid'])\n\n\n\nGenerate a random uuid.\nBased on Math.uuid.js (v1.4) ( http://www.broofa.com mailto:robert@broofa.com 2010 Robert Kieffer )\n\nUSAGE: uuid(length, radix)\n length - the desired number of characters\n radix  - the number of allowable values for each character.\n\nEXAMPLES:\n  No arguments  - returns RFC4122, version 4 ID\n   \u003e\u003e\u003e uuid()\n  \"92329D39-6F5C-4520-ABFC-AAB64544E172\"\n\n  One argument - returns ID of the specified length\n  \u003e\u003e\u003e uuid(15)     // 15 character ID (default base=62)\n  \"VcydxgltxrVZSTV\"\n\n  // Two arguments - returns ID of the specified length, and radix. (Radix must be \u003c= 62)\n  \u003e\u003e\u003e uuid(8, 2)  // 8 character ID (base=2)\n  \"01001010\"\n  \u003e\u003e\u003e uuid(8, 10) // 8 character ID (base=10)\n  \"47473046\"\n  \u003e\u003e\u003e uuid(8, 16) // 8 character ID (base=16)\n  \"098F4D35\"\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkroid%2Fangular-uuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkroid%2Fangular-uuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkroid%2Fangular-uuid/lists"}