{"id":17766629,"url":"https://github.com/floatdrop/missing-middleware-error","last_synced_at":"2025-04-01T13:45:18.582Z","repository":{"id":57298369,"uuid":"40550373","full_name":"floatdrop/missing-middleware-error","owner":"floatdrop","description":"Error class for missing middlewares","archived":false,"fork":false,"pushed_at":"2015-08-11T15:45:38.000Z","size":116,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T21:19:00.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/floatdrop.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}},"created_at":"2015-08-11T15:39:09.000Z","updated_at":"2015-09-10T06:43:40.000Z","dependencies_parsed_at":"2022-09-06T04:20:47.429Z","dependency_job_id":null,"html_url":"https://github.com/floatdrop/missing-middleware-error","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fmissing-middleware-error","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fmissing-middleware-error/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fmissing-middleware-error/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fmissing-middleware-error/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floatdrop","download_url":"https://codeload.github.com/floatdrop/missing-middleware-error/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246651509,"owners_count":20811991,"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":[],"created_at":"2024-10-26T20:33:31.840Z","updated_at":"2025-04-01T13:45:18.344Z","avatar_url":"https://github.com/floatdrop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# missing-middleware-error [![Build Status](https://travis-ci.org/floatdrop/missing-middleware-error.svg?branch=master)](https://travis-ci.org/floatdrop/missing-middleware-error)\n\n\u003e Error class for missing middlewares\n\n\n## Install\n\n```\n$ npm install --save missing-middleware-error\n```\n\n\n## Usage\n\n```js\nvar MissingMiddlewareError = require('missing-middleware-error');\n\nthrow new MissingMiddlewareError('cookie-parser');\n\n/*\nMissingMiddleware: cookie-parser\n\tAdd it before using this middleware: app.use(require('cookie-parser')());\n\tOr read documentation at http://npmjs.com/cookie-parser\n*/\n```\n\n\n## API\n\n### MissingMiddlewareError(name)\n\n#### name\n\n*Required*  \nType: `string`\n\nName of required middleware.\n\n## License\n\nMIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Fmissing-middleware-error","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloatdrop%2Fmissing-middleware-error","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Fmissing-middleware-error/lists"}