UNPKG

express-http-context

Version:
43 lines (42 loc) 1.14 kB
{ "name": "express-http-context", "version": "2.0.1", "description": "Get and set request-scoped context anywhere", "main": "index.js", "browser": "browser.js", "sideEffects": true, "engines": { "node": ">=14.8.0" }, "scripts": { "pretest": "cp index.js packages/express-http-context-intermediate-library/express-http-context.js", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/skonves/express-http-context.git" }, "keywords": [ "express", "http", "request", "context" ], "author": "Steve Konves", "contributors": [ "Steve Konves", "Amiram Korach" ], "license": "MIT", "bugs": { "url": "https://github.com/skonves/express-http-context/issues" }, "homepage": "https://github.com/skonves/express-http-context#readme", "funding": "https://github.com/skonves/express-http-context?sponsor=1", "devDependencies": { "@oliverlockwood/express-http-context-intermediate-library": "file:packages/express-http-context-intermediate-library", "express": "^4.21.2", "jest": "^29.7.0", "supertest": "^7.0.0" } }