{"id":22243033,"url":"https://github.com/mediamonks/tawang-server","last_synced_at":"2026-07-19T13:43:56.230Z","repository":{"id":149113132,"uuid":"145983978","full_name":"mediamonks/tawang-server","owner":"mediamonks","description":"Submit your source map and code location, get the location in the original code.","archived":false,"fork":false,"pushed_at":"2018-08-24T11:47:01.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-30T23:52:39.253Z","etag":null,"topics":["api","mediamonks","source-map","tawang"],"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/mediamonks.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":"2018-08-24T11:37:06.000Z","updated_at":"2018-08-24T11:48:54.000Z","dependencies_parsed_at":"2023-04-26T01:02:52.886Z","dependency_job_id":null,"html_url":"https://github.com/mediamonks/tawang-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mediamonks/tawang-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediamonks%2Ftawang-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediamonks%2Ftawang-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediamonks%2Ftawang-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediamonks%2Ftawang-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mediamonks","download_url":"https://codeload.github.com/mediamonks/tawang-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediamonks%2Ftawang-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279049858,"owners_count":26093368,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"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":["api","mediamonks","source-map","tawang"],"created_at":"2024-12-03T04:19:55.144Z","updated_at":"2025-10-15T04:40:26.615Z","avatar_url":"https://github.com/mediamonks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sourcemap-parse-api\n\nSubmit your source map and code location, get the location in the original code.\n\n## Usage\n\n`npm install`\n\nRun in development mode:\n`npm run dev`\n\nRun in production mode:\n`npm run start`\n\n## API Documentation\n\n### POST /source-map\n\nSaves a new source-map on the server.\n\n#### Request\n\nThe request must contain the following post body:\n\n```javascript\n{\n  \"map\": \u003cString\u003e The source map as a JSON string.\n}\n```\n\n#### Response\n\n```javascript\n{\n  \"id\": \u003cString\u003e The id of the source map on the server.\n}\n```\n\n### POST /source-map/:id\n\nReturns an array with the original source locations for all generated source locations in the request.\nEach location object contains the original source, line, and column.\n\n#### Request\n\nThe request must contain the following post body:\n\n```javascript\n{\n  \"errors\": [\n    {\n      \"line\": \u003cinteger\u003e The line number in the generated file.\n      \"column\": \u003cinteger\u003e The column number in the generated file.\n    }\n    ...\n  ]\n}\n```\n\n#### Response\n\n```javascript\n[\n    {\n        \"source\": \u003cString\u003e The original source file of the location.\n        \"line\": \u003cinteger\u003e The line number in the original file.\n        \"column\": \u003cinteger\u003e The column number in the original file.\n    }\n    ...\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmediamonks%2Ftawang-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmediamonks%2Ftawang-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmediamonks%2Ftawang-server/lists"}