{"id":34914413,"url":"https://github.com/jderstd/express","last_synced_at":"2026-03-17T16:32:55.409Z","repository":{"id":320190142,"uuid":"1060628143","full_name":"jderstd/express","owner":"jderstd","description":"A response builder for Express","archived":false,"fork":false,"pushed_at":"2026-03-16T00:23:37.000Z","size":567,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-16T11:28:34.994Z","etag":null,"topics":["builder","express","javascript","jder","json","response","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/jderstd/express/blob/main/docs/express/README.md","language":"TypeScript","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/jderstd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-20T09:13:38.000Z","updated_at":"2026-03-16T00:23:34.000Z","dependencies_parsed_at":"2025-10-22T13:29:54.114Z","dependency_job_id":"d60f7326-b169-4f92-88db-a0ca3a46ebc1","html_url":"https://github.com/jderstd/express","commit_stats":null,"previous_names":["jderstd/express"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jderstd/express","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jderstd%2Fexpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jderstd%2Fexpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jderstd%2Fexpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jderstd%2Fexpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jderstd","download_url":"https://codeload.github.com/jderstd/express/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jderstd%2Fexpress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30627169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"last_error":"SSL_read: 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":["builder","express","javascript","jder","json","response","typescript"],"created_at":"2025-12-26T12:01:46.636Z","updated_at":"2026-03-17T16:32:55.404Z","avatar_url":"https://github.com/jderstd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JDER Express\n\nA response builder for Express.\n\nThis package includes different response builders based on the JSON response structure specified in [JSON Data Errors Response (JDER)](https://github.com/jderstd/spec). With the builders, various kinds of responses can be created easily instead of sending plain text responses.\n\n## Quick Start\n\nTo create a JSON response, use the following code:\n\n```ts\nimport type { Request, Response } from \"express\";\n\nimport { createJsonResponse } from \"@jderstd/express\";\n\nconst route = (req: Request, res: Response): Response =\u003e {\n    return createJsonResponse(res);\n}\n```\n\nAnd the response will be shown as below:\n\n```json\n{\n    \"success\": true,\n    \"data\": null,\n    \"errors\": []\n}\n```\n\n## Documentation\n\nFor the documentation,\nplease refer to the [documentation](./docs/express/README.md).\n\n## APIs\n\nFor the package APIs, \nplease refer to the [APIs](./apis/express/README.md).\n\n## Contributing\n\nFor contributing, please refer to the [contributing guide](./CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjderstd%2Fexpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjderstd%2Fexpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjderstd%2Fexpress/lists"}