UNPKG

body-bson

Version:

express/koa middleware to parse bson body.

64 lines (63 loc) 1.22 kB
{ "name": "body-bson", "version": "1.0.13", "description": "express/koa middleware to parse bson body.", "main": "index.js", "engines": { "node": ">=6" }, "author": "jinCN <liang.jr@foxmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jinCN/body-bson" }, "keywords": [ "super", "superjs", "body", "body-parser", "parser", "koa", "express", "bson", "json", "binary", "middleware", "koa-body", "express-body" ], "bugs": { "url": "https://github.com/jinCN/body-bson/issues" }, "homepage": "https://github.com/jinCN/body-bson#readme", "scripts": { "lint": "standard --fix | snazzy" }, "devDependencies": { "body-parser": "^1.18.3", "husky": "^1.1.3", "koa-body": "^4.0.8", "lint-staged": "^8.0.4", "snazzy": "^8.0.0", "standard": "^12.0.1" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "standard --fix", "git add" ] }, "dependencies": { "@superjs/cb": "^1.0.2", "bson": "^1.1.0", "bytes": "^3.1.0", "raw-body": "latest", "type-is": "^1.6.16" } }