mh-two-thousand-and-two
2024-04-12 3d2ec2fd0578d3ba0a414b0cc4e4a2ae60878596
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "_args": [
    [
      "co-body@5.2.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "co-body@5.2.0",
  "_id": "co-body@5.2.0",
  "_inBundle": false,
  "_integrity": "sha512-sX/LQ7LqUhgyaxzbe7IqwPeTr2yfpfUIQ/dgpKo6ZI4y4lpQA0YxAomWIY+7I7rHWcG02PG+OuPREzMW/5tszQ==",
  "_location": "/co-body",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "co-body@5.2.0",
    "name": "co-body",
    "escapedName": "co-body",
    "rawSpec": "5.2.0",
    "saveSpec": null,
    "fetchSpec": "5.2.0"
  },
  "_requiredBy": [
    "/koa-body"
  ],
  "_resolved": "https://registry.npmmirror.com/co-body/-/co-body-5.2.0.tgz",
  "_spec": "5.2.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "bugs": {
    "url": "https://github.com/cojs/co-body/issues"
  },
  "dependencies": {
    "inflation": "^2.0.0",
    "qs": "^6.4.0",
    "raw-body": "^2.2.0",
    "type-is": "^1.6.14"
  },
  "description": "request body parsing for co",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "koa": "^1.2.5",
    "mocha": "^3.2.0",
    "safe-qs": "^6.0.1",
    "should": "^11.2.0",
    "supertest": "^1.0.1"
  },
  "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": {
    "test": "make test",
    "test-cov": "make test-cov"
  },
  "version": "5.2.0"
}