{ "_from": "koa-body@^5.0.0", "_id": "koa-body@5.0.0", "_inBundle": false, "_integrity": "sha512-nHwEODrQGiyKBILCWO8QSS40C87cKr2cp3y/Cw8u9Z8w5t0CdSkGm3+y9WK5BIAlPpo9tTw5RtSbxpVyG79vmw==", "_location": "/koa-body", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "koa-body@^5.0.0", "name": "koa-body", "escapedName": "koa-body", "rawSpec": "^5.0.0", "saveSpec": null, "fetchSpec": "^5.0.0" }, "_requiredBy": [ "/ee-core" ], "_resolved": "https://registry.npmmirror.com/koa-body/-/koa-body-5.0.0.tgz", "_shasum": "d310372bea09a24ccc450c76ca142ee55395dda6", "_spec": "koa-body@^5.0.0", "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-core", "author": { "name": "Daryl Lau", "email": "dlau00@gmail.com", "url": "https://github.com/dlau" }, "bugs": { "url": "https://github.com/dlau/koa-body/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Daryl Lau", "email": "dlau00@gmail.com", "url": "https://github.com/dlau" }, { "name": "Charlike Mike Reagent", "email": "mameto_100@mail.bg", "url": "https://github.com/tunnckoCore" } ], "dependencies": { "@types/formidable": "^2.0.4", "co-body": "^5.1.1", "formidable": "^2.0.1" }, "deprecated": false, "description": "A Koa body parser middleware. Supports multipart, urlencoded and JSON request bodies.", "devDependencies": { "@types/koa": "^2.0.39", "koa": "^2.0.0", "koa-router": "^7.0.1", "mocha": "5.2.0", "should": "13.2.1", "sinon": "^7.2.2", "supertest": "3.1.0" }, "files": [ "LICENSE", "README.md", "index.js", "index.d.ts", "package.json", "unparsed.js" ], "homepage": "https://github.com/dlau/koa-body#readme", "keywords": [ "koa", "urlencoded", "multipart", "json", "body", "parser", "form" ], "license": "MIT", "main": "index.js", "name": "koa-body", "repository": { "type": "git", "url": "git://github.com/dlau/koa-body.git" }, "scripts": { "examples-koa-router": "node examples/koa-router.js", "examples-multer": "node examples/multer.js", "test": "mocha test/unit/" }, "types": "./index.d.ts", "version": "5.0.0" }