15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
{
  "_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"
}