{"id":15497405,"url":"https://github.com/heapwolf/seq-lex","last_synced_at":"2025-03-18T03:28:51.821Z","repository":{"id":66203360,"uuid":"21211629","full_name":"heapwolf/seq-lex","owner":"heapwolf","description":"Creates or increments the value of a lexicographically sortable string. useful for creating sequential keys in leveldb","archived":false,"fork":false,"pushed_at":"2014-06-25T22:41:20.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T10:47:26.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/heapwolf.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-06-25T17:10:13.000Z","updated_at":"2014-07-31T19:12:57.000Z","dependencies_parsed_at":"2023-02-20T00:15:33.095Z","dependency_job_id":null,"html_url":"https://github.com/heapwolf/seq-lex","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/heapwolf%2Fseq-lex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fseq-lex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fseq-lex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fseq-lex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heapwolf","download_url":"https://codeload.github.com/heapwolf/seq-lex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244149325,"owners_count":20406354,"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-10-02T08:33:28.635Z","updated_at":"2025-03-18T03:28:51.796Z","avatar_url":"https://github.com/heapwolf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\nCreates or increments the value of a lexicographically sortable string\n\n# MOTIVATION\nUseful for creating sequential keys in leveldb\n\n# USAGE\n\n```js\nvar x = lexseq();\nconsole.log(x.charCodeAt(0)); // 0\n\nx = lexseq(x);\nconsole.log(x.charCodeAt(0)); // 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Fseq-lex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheapwolf%2Fseq-lex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Fseq-lex/lists"}