{"id":19653877,"url":"https://github.com/asim-2000/parse-match","last_synced_at":"2026-06-13T11:31:21.303Z","repository":{"id":106542568,"uuid":"365746027","full_name":"Asim-2000/parse-match","owner":"Asim-2000","description":"✂️ Parsing JS functions to extract important information","archived":false,"fork":false,"pushed_at":"2021-06-15T21:45:55.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T01:54:09.691Z","etag":null,"topics":["js","parser","research-tool"],"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/Asim-2000.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-09T12:21:26.000Z","updated_at":"2023-03-09T00:26:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"71227d7e-e7d6-4d94-81f1-35a6d9e45787","html_url":"https://github.com/Asim-2000/parse-match","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Asim-2000/parse-match","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asim-2000%2Fparse-match","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asim-2000%2Fparse-match/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asim-2000%2Fparse-match/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asim-2000%2Fparse-match/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asim-2000","download_url":"https://codeload.github.com/Asim-2000/parse-match/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asim-2000%2Fparse-match/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34283388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["js","parser","research-tool"],"created_at":"2024-11-11T15:15:33.448Z","updated_at":"2026-06-13T11:31:21.298Z","avatar_url":"https://github.com/Asim-2000.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Parsing UUID code\n\n### Required:\n\n- TestID\n- Inputs of the actual function \n- Expected output from the test function\n\n### Expected Methodology\n\n- Get the input parameters using the arguments method in js\n\n```javascript\nfunction first(a, b, c) {\n    console.log(arguments[0]);\n\n    console.log(arguments[1])\n\n    console.log(arguments[2])\n}\n \nfirst(1, 2, 3);\n\n//output\n//1\n//2\n//3\n```\n\nAlternatively, we can use parse-function package available at npm for this task.\n\n\u003ca href=\"https://www.npmjs.com/package/parse-function\"\u003enpm parse-function\u003c/a\u003e\n\n```shell\n$ npm i --save parse-function\n```\n\n- Using Parse Function Libray extract the name/ID of the function and the expected output \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasim-2000%2Fparse-match","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasim-2000%2Fparse-match","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasim-2000%2Fparse-match/lists"}