mh-two-thousand-and-two
2024-04-12 7fc6dbf547b8899d949b67cdec36b96a7d1701c7
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
99
100
101
102
103
104
{
  "_args": [
    [
      "koa-bodyparser@4.4.1",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "koa-bodyparser@4.4.1",
  "_id": "koa-bodyparser@4.4.1",
  "_inBundle": false,
  "_integrity": "sha512-kBH3IYPMb+iAXnrxIhXnW+gXV8OTzCu8VPDqvcDHW9SQrbkHmqPQtiZwrltNmSq6/lpipHnT7k7PsjlVD7kK0w==",
  "_location": "/koa-bodyparser",
  "_phantomChildren": {
    "inflation": "2.1.0",
    "qs": "6.5.3",
    "raw-body": "2.5.2",
    "type-is": "1.6.18"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-bodyparser@4.4.1",
    "name": "koa-bodyparser",
    "escapedName": "koa-bodyparser",
    "rawSpec": "4.4.1",
    "saveSpec": null,
    "fetchSpec": "4.4.1"
  },
  "_requiredBy": [
    "/@hap-toolkit/packager"
  ],
  "_resolved": "https://registry.npmmirror.com/koa-bodyparser/-/koa-bodyparser-4.4.1.tgz",
  "_spec": "4.4.1",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "dead_horse",
    "email": "dead_horse@qq.com",
    "url": " http://deadhorse.me"
  },
  "bugs": {
    "url": "https://github.com/koajs/body-parser/issues"
  },
  "dependencies": {
    "co-body": "^6.0.0",
    "copy-to": "^2.0.1",
    "type-is": "^1.6.18"
  },
  "description": "a body parser for Koa",
  "devDependencies": {
    "eslint-config-xo-lass": "^1.0.3",
    "husky": "^4.2.5",
    "koa": "^2",
    "mocha": "^10.2.0",
    "nyc": "^15.0.1",
    "should": "^13.2.3",
    "supertest": "^4.0.2",
    "xo": "0.25.4"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koajs/body-parser",
  "keywords": [
    "bodyParser",
    "json",
    "urlencoded",
    "koa",
    "body"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "koa-bodyparser",
  "repository": {
    "type": "git",
    "url": "git://github.com/koajs/bodyparser.git"
  },
  "scripts": {
    "ci": "npm run lint && npm run coverage",
    "coverage": "nyc npm run test --reporter=lcov",
    "lint": "xo",
    "lint:fix": "xo --fix",
    "test": "mocha --require should test/*.spec.js --exit"
  },
  "version": "4.4.1",
  "xo": {
    "prettier": true,
    "space": true,
    "extends": [
      "xo-lass"
    ],
    "rules": {
      "node/no-deprecated-api": "off",
      "no-unused-vars": "off",
      "no-prototype-builtins": "off",
      "prefer-rest-params": "off"
    },
    "ignores": [
      "test/**"
    ]
  }
}