'a'
mh-two-thousand-and-two
2024-04-12 44d2c92345cd156a59fc327b3060292a282d2893
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
  "_args": [
    [
      "koa-body@4.2.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "koa-body@4.2.0",
  "_id": "koa-body@4.2.0",
  "_inBundle": false,
  "_integrity": "sha512-wdGu7b9amk4Fnk/ytH8GuWwfs4fsB5iNkY8kZPpgQVb04QZSv85T0M8reb+cJmvLE8cjPYvBzRikD3s6qz8OoA==",
  "_location": "/koa-body",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-body@4.2.0",
    "name": "koa-body",
    "escapedName": "koa-body",
    "rawSpec": "4.2.0",
    "saveSpec": null,
    "fetchSpec": "4.2.0"
  },
  "_requiredBy": [
    "/@hap-toolkit/debugger",
    "/@hap-toolkit/server"
  ],
  "_resolved": "https://registry.npmmirror.com/koa-body/-/koa-body-4.2.0.tgz",
  "_spec": "4.2.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Daryl Lau",
    "email": "dlau00@gmail.com",
    "url": "https://github.com/dlau"
  },
  "bugs": {
    "url": "https://github.com/dlau/koa-body/issues"
  },
  "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": "^1.0.31",
    "co-body": "^5.1.1",
    "formidable": "^1.1.1"
  },
  "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": "4.2.0"
}