'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
99
100
101
102
103
104
105
{
  "_args": [
    [
      "koa-convert@2.0.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "koa-convert@2.0.0",
  "_id": "koa-convert@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==",
  "_location": "/koa-convert",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-convert@2.0.0",
    "name": "koa-convert",
    "escapedName": "koa-convert",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/koa"
  ],
  "_resolved": "https://registry.npmmirror.com/koa-convert/-/koa-convert-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "gyson",
    "email": "eilian.yunsong@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/gyson/koa-convert/issues"
  },
  "contributors": [
    {
      "name": "gyson",
      "email": "eilian.yunsong@gmail.com"
    },
    {
      "name": "Lloyd Brookes",
      "email": "75pound@gmail.com"
    },
    {
      "name": "Imed Jaberi",
      "email": "imed-jaberi@outlook.com",
      "url": "https://www.3imed-jaberi.com"
    }
  ],
  "dependencies": {
    "co": "^4.6.0",
    "koa-compose": "^4.1.0"
  },
  "description": "convert modern Koa legacy generator-based middleware to promise-based middleware",
  "devDependencies": {
    "koa": "^2.13.0",
    "koa-v1": "npm:koa@1.7.0",
    "mocha": "^7.1.1",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "standard": "^14.3.4",
    "supertest": "^4.0.2"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/gyson/koa-convert#readme",
  "keywords": [
    "koa",
    "middleware",
    "convert",
    "back",
    "generator",
    "promise",
    "generator-based-middleware",
    "promise-based-middleware",
    "support"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "koa-convert",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gyson/koa-convert.git"
  },
  "scripts": {
    "ci": "npm run coverage",
    "coverage": "nyc npm run test",
    "lint": "standard",
    "precoverage": "rimraf .nyc_output coverage",
    "pretest": "npm run lint",
    "test": "mocha index.spec.js --exit"
  },
  "standard": {
    "ignore": [
      "index.spec.js"
    ]
  },
  "version": "2.0.0"
}