{"id":23138361,"url":"https://github.com/deployable/node-deployable-express-meta-data","last_synced_at":"2026-04-10T06:51:33.983Z","repository":{"id":149113436,"uuid":"78199592","full_name":"deployable/node-deployable-express-meta-data","owner":"deployable","description":"Attach standard meta data to express requests","archived":false,"fork":false,"pushed_at":"2017-01-31T00:24:51.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-05T06:58:55.143Z","etag":null,"topics":["express","metadata","nodejs","npm-module","request"],"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/deployable.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":"2017-01-06T11:03:29.000Z","updated_at":"2017-01-06T11:03:45.000Z","dependencies_parsed_at":"2023-05-17T17:15:27.610Z","dependency_job_id":null,"html_url":"https://github.com/deployable/node-deployable-express-meta-data","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/deployable/node-deployable-express-meta-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fnode-deployable-express-meta-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fnode-deployable-express-meta-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fnode-deployable-express-meta-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fnode-deployable-express-meta-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deployable","download_url":"https://codeload.github.com/deployable/node-deployable-express-meta-data/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fnode-deployable-express-meta-data/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265047848,"owners_count":23703218,"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":["express","metadata","nodejs","npm-module","request"],"created_at":"2024-12-17T13:10:43.601Z","updated_at":"2025-09-22T03:24:06.697Z","avatar_url":"https://github.com/deployable.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [express-meta-data](https://github.com/deployable/node-deployable-express-meta-data)\n\nExpress Meta Data provides middleware that attaches useful metadata to express requests.\n\nEvery request has a `request_id` assocatiated with it\n\nRequests are timed and can be logged at start/stop\n\nRunning requests are tracked\n\n### Install\n \n    npm install deployable-express-meta-data --save\n\n    yarn add deployable-express-meta-data\n\n### Usage\n\n```javascript\n\nconst emd = require('deployable-express-meta-data')\nconst app = require('express')()\n\n// Conn and Requst Tracking\napp.use( ExpressMetaData.singleton.genMiddleware() )\napp.get('/', (req,res) =\u003e res.json(req._emd.request_id))\n\n```\n\n### License\n\ndeployable-express-meta-data is released under the MIT license.\n\nCopyright 2016 Matt Hoyle - code at deployable.co\n\nhttps://github.com/deployable/deployable-express-meta-data\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeployable%2Fnode-deployable-express-meta-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeployable%2Fnode-deployable-express-meta-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeployable%2Fnode-deployable-express-meta-data/lists"}