{"id":15605887,"url":"https://github.com/jacoblee93/string-arg-parser","last_synced_at":"2025-04-03T16:46:51.802Z","repository":{"id":57372346,"uuid":"201313375","full_name":"jacoblee93/string-arg-parser","owner":"jacoblee93","description":"Parse args in the form of \"name=value\"","archived":false,"fork":false,"pushed_at":"2019-08-08T19:29:12.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T23:32:37.927Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jacoblee93.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":"2019-08-08T18:15:57.000Z","updated_at":"2019-08-08T19:29:14.000Z","dependencies_parsed_at":"2022-09-01T14:03:36.758Z","dependency_job_id":null,"html_url":"https://github.com/jacoblee93/string-arg-parser","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/jacoblee93%2Fstring-arg-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacoblee93%2Fstring-arg-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacoblee93%2Fstring-arg-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacoblee93%2Fstring-arg-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacoblee93","download_url":"https://codeload.github.com/jacoblee93/string-arg-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247043276,"owners_count":20874085,"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-03T04:18:16.168Z","updated_at":"2025-04-03T16:46:51.771Z","avatar_url":"https://github.com/jacoblee93.png","language":"JavaScript","readme":"# README\n\nSimple package that parses string arguments in the form of \"name=value\".\n\n# Usage\n\n```\nconst argParser = require('string-arg-parser');\n\nlet params = argParser.parse('argName=value argName2=value2');\nconsole.log(params);\n/**\n{\n  argName: value,\n  argName2: value2\n}\n*/\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblee93%2Fstring-arg-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacoblee93%2Fstring-arg-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblee93%2Fstring-arg-parser/lists"}