{"id":19500578,"url":"https://github.com/naturalintelligence/semver-split","last_synced_at":"2026-06-16T15:31:11.468Z","repository":{"id":66140679,"uuid":"144716027","full_name":"NaturalIntelligence/semver-split","owner":"NaturalIntelligence","description":"A small and fast utility to split semver string in major minor patch version object","archived":false,"fork":false,"pushed_at":"2018-08-14T12:23:41.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T11:46:41.524Z","etag":null,"topics":["semver","split"],"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/NaturalIntelligence.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-08-14T12:18:06.000Z","updated_at":"2019-06-02T03:53:09.000Z","dependencies_parsed_at":"2023-06-10T21:00:34.600Z","dependency_job_id":null,"html_url":"https://github.com/NaturalIntelligence/semver-split","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/NaturalIntelligence%2Fsemver-split","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaturalIntelligence%2Fsemver-split/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaturalIntelligence%2Fsemver-split/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaturalIntelligence%2Fsemver-split/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NaturalIntelligence","download_url":"https://codeload.github.com/NaturalIntelligence/semver-split/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240748252,"owners_count":19851233,"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":["semver","split"],"created_at":"2024-11-10T22:08:57.694Z","updated_at":"2026-06-16T15:31:11.462Z","avatar_url":"https://github.com/NaturalIntelligence.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# semver-split\nA small and fast utility to split semver string in major minor patch version object\n\n\n```JavaScript\nconst split = require('semver-split');\nvar semver = split(\"1.2.5\"); // { major: 1, minor: 2, patch: 5}\nvar semver = split(\"1.2.x\"); // { major: 1, minor: 2, patch: 'x'}\nvar semver = split(\"1.x\"); // { major: 1, minor: 'x'}\nvar semver = split(\"*\"); // { major: '*'}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaturalintelligence%2Fsemver-split","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaturalintelligence%2Fsemver-split","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaturalintelligence%2Fsemver-split/lists"}