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
| {
| "_args": [
| [
| "egg-view@2.1.2",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "egg-view@2.1.2",
| "_id": "egg-view@2.1.2",
| "_inBundle": false,
| "_integrity": "sha512-C/EpRwjcstv/qaOJtpphNKeCgjd7AbHayqirY65eICG+0EaH4EiFUoh4b1WhIBiYNJHoV/DkkAW78Uiyr+XkEA==",
| "_location": "/egg-view",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "egg-view@2.1.2",
| "name": "egg-view",
| "escapedName": "egg-view",
| "rawSpec": "2.1.2",
| "saveSpec": null,
| "fetchSpec": "2.1.2"
| },
| "_requiredBy": [
| "/egg"
| ],
| "_resolved": "https://registry.npmjs.org/egg-view/-/egg-view-2.1.2.tgz",
| "_spec": "2.1.2",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "popomore",
| "email": "sakura9515@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/eggjs/egg/issues"
| },
| "ci": {
| "version": "8, 10, 11"
| },
| "dependencies": {
| "mz": "^2.7.0"
| },
| "description": "Base view plugin for egg",
| "devDependencies": {
| "@types/node": "^10.12.18",
| "autod": "^2.10.1",
| "coffee": "^5.2.0",
| "egg": "^2.14.2",
| "egg-bin": "^4.3.5",
| "egg-ci": "^1.11.0",
| "egg-mock": "^3.13.1",
| "eslint": "^4.10.0",
| "eslint-config-egg": "^5.1.1",
| "mz-modules": "^1.0.0",
| "typescript": "^3.2.2",
| "webstorm-disable-index": "^1.2.0"
| },
| "eggPlugin": {
| "name": "view"
| },
| "engines": {
| "node": ">=8.0.0"
| },
| "files": [
| "app",
| "lib",
| "index.d.ts",
| "config"
| ],
| "homepage": "https://github.com/eggjs/egg-view#readme",
| "keywords": [
| "egg",
| "eggPlugin",
| "egg-plugin",
| "egg-view",
| "view"
| ],
| "license": "MIT",
| "name": "egg-view",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/eggjs/egg-view.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && npm run cov",
| "cov": "egg-bin cov",
| "lint": "eslint .",
| "pkgfiles": "egg-bin pkgfiles",
| "test": "npm run lint -- --fix && npm run test-local",
| "test-local": "egg-bin test"
| },
| "types": "index.d.ts",
| "version": "2.1.2"
| }
|
|