{"library":"meddleware","type":"library","category":null,"description":"Configuration-based middleware registration for Express.js. Current stable version is 3.0.4. Meddleware allows you to define middleware in a configuration object with options like enabled, priority, route, and module. It supports loading middleware from npm modules or local files, specifying factory methods and arguments, and flow control (parallel, series). Key differentiators include priority-based ordering, route-based activation, and parallel/sequential execution control. The package has been around since Express 4.x and is part of the Kraken.js ecosystem. It is maintained with a focus on production usage.","language":"javascript","status":"active","version":"3.0.4","tags":["javascript","express","middleware"],"install":[{"cmd":"npm install meddleware","imports":["const meddleware = require('meddleware');\nconst express = require('express');\nconst app = express();\napp.use(meddleware(config));","const meddleware = require('meddleware');\napp.use(meddleware(config));","import meddleware from 'meddleware';\napp.use(meddleware(config));"]},{"cmd":"yarn add meddleware","imports":[]},{"cmd":"pnpm add meddleware","imports":[]}],"homepage":null,"github":"https://github.com/krakenjs/meddleware","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/meddleware","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/meddleware/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}