{"id":16583672,"url":"https://github.com/aloisdeniel/node-parse-version","last_synced_at":"2025-03-06T04:16:00.372Z","repository":{"id":57319566,"uuid":"89384379","full_name":"aloisdeniel/node-parse-version","owner":"aloisdeniel","description":"Parsing four number versions.","archived":false,"fork":false,"pushed_at":"2017-04-27T04:12:32.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T21:48:26.919Z","etag":null,"topics":["fourdigits","parser","versionning"],"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/aloisdeniel.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":"2017-04-25T16:45:24.000Z","updated_at":"2017-04-26T17:53:25.000Z","dependencies_parsed_at":"2022-08-25T22:41:40.295Z","dependency_job_id":null,"html_url":"https://github.com/aloisdeniel/node-parse-version","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/aloisdeniel%2Fnode-parse-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fnode-parse-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fnode-parse-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fnode-parse-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aloisdeniel","download_url":"https://codeload.github.com/aloisdeniel/node-parse-version/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242144583,"owners_count":20078970,"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":["fourdigits","parser","versionning"],"created_at":"2024-10-11T22:42:49.504Z","updated_at":"2025-03-06T04:16:00.348Z","avatar_url":"https://github.com/aloisdeniel.png","language":"JavaScript","readme":"# parse-version\n\nSimply parse string like `4.5.6.7` into javascript object like `{ major: 4, minor: 5, patch: 6, build: 7 }`.\n\n## Install\n\n```sh\n$ npm install --save parse-version\n```\n\n## Quickstart\n\n```js\nvar parseVersion = require('parse-version');\nvar version = parseVersion('2.5.6.7'); // { major: 2, minor: 5, patch: 6, build: 7 }\n```\n\n## Copyright and license\n\nMIT © [Aloïs Deniel](http://aloisdeniel.github.io)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloisdeniel%2Fnode-parse-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faloisdeniel%2Fnode-parse-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloisdeniel%2Fnode-parse-version/lists"}