UNPKG

@avidjs/compose

Version:

Composes an array of middleware functions into a call-able middleware stack.

97 lines (96 loc) 2.17 kB
{ "name": "@avidjs/compose", "version": "1.1.7", "description": "Composes an array of middleware functions into a call-able middleware stack.", "author": "Connor Wiseman", "contributors": [ { "name": "Jonathan Ong", "url": "https://github.com/jonathanong" }, { "name": "TJ Holowaychuk", "url": "https://github.com/tj" }, { "name": "Connor Wiseman", "url": "https://github.com/ConnorWiseman/" }, { "name": "Lee Bousfield", "url": "https://github.com/PlasmaPower" }, { "name": "Paul Grenier", "url": "https://github.com/AutoSponge" }, { "name": "Haokang Den", "url": "https://github.com/hden" }, { "name": "Jérôme Wagner", "url": "https://github.com/jeromew" }, { "name": "Martin Iwanowsky", "url": "https://github.com/fl0w" }, { "name": "Stephen Mathieson", "url": "https://github.com/stephenmathieson" }, { "name": "سید مرتضی موسوی", "url": "https://github.om/smmoosavi" }, { "name": "Tejas Manohar", "url": "https://github.com/tejasmanohar" }, { "name": "C. T. Lin", "url": "https://github.com/chentsulin" }, { "name": "Cesar Andreu", "url": "https://github.com/cesarandreu" } ], "homepage": "https://github.com/avidjs/compose#readme", "keywords": [ "avid" ], "files": [ "lib/" ], "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/avidjs/compose.git" }, "bugs": { "url": "https://github.com/avidjs/compose/issues" }, "license": "MIT", "scripts": { "coverage": "codecov", "lint": "eslint lib/", "test": "cross-env NODE_ENV=test nyc mocha test/**/*.spec.js" }, "engines": { "node": ">=7.6.0" }, "devDependencies": { "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "codecov": "^2.3.1", "cross-env": "^5.1.0", "eslint": "^4.9.0", "koa-compose": "^4.0.0", "mocha": "^4.0.1", "nyc": "^11.2.1", "sinon": "^4.0.1", "sinon-chai": "^2.14.0" } }