package.json
2.0 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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"_from": "koa-views@^5.2.1",
"_id": "koa-views@5.2.1",
"_inBundle": false,
"_integrity": "sha1-/didu8p9n0fa8fJK1utMuSaPXwE=",
"_location": "/koa-views",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "koa-views@^5.2.1",
"name": "koa-views",
"escapedName": "koa-views",
"rawSpec": "^5.2.1",
"saveSpec": null,
"fetchSpec": "^5.2.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/koa-views/-/koa-views-5.2.1.tgz",
"_shasum": "fdd89dbbca7d9f47daf1f24ad6eb4cb9268f5f01",
"_spec": "koa-views@^5.2.1",
"_where": "/Users/fzy/project/efang",
"author": {
"name": "queckezz"
},
"bugs": {
"url": "https://github.com/queckezz/koa-views/issues"
},
"bundleDependencies": false,
"dependencies": {
"consolidate": "^0.14.1",
"debug": "^2.1.3",
"koa-send": "^3.1.0",
"mz": "^2.4.0"
},
"deprecated": false,
"description": "Template rendering middleware for koa",
"devDependencies": {
"buble": "^0.13.2",
"ejs": "^2.4.1",
"eslint": "^2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"handlebars": "^4.0.5",
"koa": "^2.0.0-alpha.3",
"mkdirp": "^0.5.1",
"mocha": "^2.2.4",
"pug": "^0.1.0",
"should": "^7.0.2",
"supertest": "^1.0.1",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"underscore": "^1.8.3",
"xyz": "^0.5.0"
},
"homepage": "https://github.com/queckezz/koa-views#readme",
"keywords": [
"koa",
"render",
"views",
"app-wide",
"templating",
"templates"
],
"license": "MIT",
"main": "lib/index.js",
"name": "koa-views",
"repository": {
"type": "git",
"url": "git+https://github.com/queckezz/koa-views.git"
},
"scripts": {
"lint": "eslint .",
"prepublish": "mkdirp lib && buble -i src -o lib",
"test": "mocha --reporter dot --bail",
"xyz": "xyz"
},
"version": "5.2.1"
}