package.json
1.6 KB
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
{
"_from": "koa-convert@^1.2.0",
"_id": "koa-convert@1.2.0",
"_inBundle": false,
"_integrity": "sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA=",
"_location": "/koa-convert",
"_phantomChildren": {
"any-promise": "1.3.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "koa-convert@^1.2.0",
"name": "koa-convert",
"escapedName": "koa-convert",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/",
"/koa"
],
"_resolved": "https://registry.npmjs.org/koa-convert/-/koa-convert-1.2.0.tgz",
"_shasum": "da40875df49de0539098d1700b50820cebcd21d0",
"_spec": "koa-convert@^1.2.0",
"_where": "/Users/fzy/project/efang",
"author": {
"name": "gyson",
"email": "eilian.yunsong@gmail.com"
},
"bugs": {
"url": "https://github.com/gyson/koa-convert/issues"
},
"bundleDependencies": false,
"dependencies": {
"co": "^4.6.0",
"koa-compose": "^3.0.0"
},
"deprecated": false,
"description": "convert koa legacy generator-based middleware to promise-based middleware",
"devDependencies": {
"koa": "^2.0.0-alpha.2",
"koa-v1": "^1.0.0",
"mocha": "^2.3.3",
"standard": "^5.3.1",
"supertest": "^1.1.0"
},
"engines": {
"node": ">= 4"
},
"homepage": "https://github.com/gyson/koa-convert#readme",
"keywords": [
"koa",
"middleware",
"convert"
],
"license": "MIT",
"main": "index.js",
"name": "koa-convert",
"repository": {
"type": "git",
"url": "git+https://github.com/gyson/koa-convert.git"
},
"scripts": {
"test": "standard && mocha test.js"
},
"version": "1.2.0"
}