{"id":23503504,"url":"https://github.com/realyuniquename/sourcemap","last_synced_at":"2026-03-05T08:32:26.406Z","repository":{"id":151066943,"uuid":"82838803","full_name":"RealyUniqueName/sourcemap","owner":"RealyUniqueName","description":"Source maps support for Haxe","archived":false,"fork":false,"pushed_at":"2023-10-05T07:03:05.000Z","size":15,"stargazers_count":13,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T18:59:36.691Z","etag":null,"topics":["map","source","sourcemap","sourcemaps"],"latest_commit_sha":null,"homepage":null,"language":"Haxe","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/RealyUniqueName.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-22T18:28:43.000Z","updated_at":"2024-03-01T15:46:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"22cf3668-294b-4376-a47c-1aed90ee364d","html_url":"https://github.com/RealyUniqueName/sourcemap","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/RealyUniqueName/sourcemap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealyUniqueName%2Fsourcemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealyUniqueName%2Fsourcemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealyUniqueName%2Fsourcemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealyUniqueName%2Fsourcemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RealyUniqueName","download_url":"https://codeload.github.com/RealyUniqueName/sourcemap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealyUniqueName%2Fsourcemap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30115937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T08:19:04.902Z","status":"ssl_error","status_checked_at":"2026-03-05T08:17:37.148Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["map","source","sourcemap","sourcemaps"],"created_at":"2024-12-25T08:30:01.335Z","updated_at":"2026-03-05T08:32:26.371Z","avatar_url":"https://github.com/RealyUniqueName.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Source maps\n\nCross platform source map parser for Haxe programming language.\n\n## Usage\n\n```haxe\nimport sourcemap.SourcePos;\n\nclass Main {\n\n\tstatic public function main() {\n\t\tvar data = \"Contents of some .js.map file\";\n\t\tvar map = new SourceMap(data);\n\n\t\tvar pos : SourcePos = map.originalPositionFor(1, 3);\n\t\ttrace(pos);\n\t\t/*\n\t\t\tOutputs:\n\t\t\t{\n\t\t\t\tgeneratedLine:1,\n\t\t\t\tgeneratedColumn:3,\n\t\t\t\toriginalColumn:10,\n\t\t\t\toriginalLine:3,\n\t\t\t\tsource:\"/path/to/Test.hx\",\n\t\t\t\tname:\"methodName\"\n\t\t\t}\n\t\t*/\n\n\t\tmap.eachMapping(function (pos:SourcePos) {\n\t\t\ttrace(pos);\n\t\t});\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealyuniquename%2Fsourcemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealyuniquename%2Fsourcemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealyuniquename%2Fsourcemap/lists"}