| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "co-body@6.2.0",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "co-body@6.2.0",
- "_id": "co-body@6.2.0",
- "_inBundle": false,
- "_integrity": "sha512-Kbpv2Yd1NdL1V/V4cwLVxraHDV6K8ayohr2rmH0J87Er8+zJjcTa6dAn9QMPC9CRgU8+aNajKbSf1TzDB1yKPA==",
- "_location": "/co-body",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "co-body@6.2.0",
- "name": "co-body",
- "escapedName": "co-body",
- "rawSpec": "6.2.0",
- "saveSpec": null,
- "fetchSpec": "6.2.0"
- },
- "_requiredBy": [
- "/koa-bodyparser"
- ],
- "_resolved": "https://registry.npmmirror.com/co-body/-/co-body-6.2.0.tgz",
- "_spec": "6.2.0",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "bugs": {
- "url": "https://github.com/cojs/co-body/issues"
- },
- "dependencies": {
- "@hapi/bourne": "^3.0.0",
- "inflation": "^2.0.0",
- "qs": "^6.5.2",
- "raw-body": "^2.3.3",
- "type-is": "^1.6.16"
- },
- "description": "request body parsing for co",
- "devDependencies": {
- "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"
- },
- "engines": {
- "node": ">=8.0.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": {
- "ci": "npm run lint && npm run cov",
- "cov": "eslint . && egg-bin cov -r should",
- "lint": "eslint .",
- "test": "egg-bin test -r should"
- },
- "version": "6.2.0"
- }
|