/
websites
/
operateit-node
/
node_modules
/
co-body
/
Upload File
HOME
{ "_from": "co-body@^6.0.0", "_id": "co-body@6.1.0", "_inBundle": false, "_integrity": "sha512-m7pOT6CdLN7FuXUcpuz/8lfQ/L77x8SchHCF4G0RBTJO20Wzmhn5Sp4/5WsKy8OSpifBSUrmg83qEqaDHdyFuQ==", "_location": "/co-body", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "co-body@^6.0.0", "name": "co-body", "escapedName": "co-body", "rawSpec": "^6.0.0", "saveSpec": null, "fetchSpec": "^6.0.0" }, "_requiredBy": [ "/@adonisjs/bodyparser" ], "_resolved": "https://registry.npmjs.org/co-body/-/co-body-6.1.0.tgz", "_shasum": "d87a8efc3564f9bfe3aced8ef5cd04c7a8766547", "_spec": "co-body@^6.0.0", "_where": "D:\\xampp\\htdocs\\operateit\\node_modules\\@adonisjs\\bodyparser", "bugs": { "url": "https://github.com/cojs/co-body/issues" }, "bundleDependencies": false, "dependencies": { "inflation": "^2.0.0", "qs": "^6.5.2", "raw-body": "^2.3.3", "type-is": "^1.6.16" }, "deprecated": false, "description": "request body parsing for co", "devDependencies": { "autod": "^3.0.1", "egg-bin": "^4.7.0", "eslint": "^4.19.1", "eslint-config-egg": "^7.0.0", "koa": "^1.6.0", "safe-qs": "^6.0.1", "should": "^11.2.0", "supertest": "^3.1.0" }, "files": [ "index.js", "lib/" ], "homepage": "https://github.com/cojs/co-body#readme", "keywords": [ "request", "parse", "parser", "json", "co", "generators", "urlencoded" ], "license": "MIT", "name": "co-body", "repository": { "type": "git", "url": "git+https://github.com/cojs/co-body.git" }, "scripts": { "autod": "autod", "cov": "eslint . && egg-bin cov -r should", "lint": "eslint .", "test": "egg-bin test -r should" }, "version": "6.1.0" }