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
| {
| "_args": [
| [
| "egg-static@2.2.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "egg-static@2.2.0",
| "_id": "egg-static@2.2.0",
| "_inBundle": false,
| "_integrity": "sha512-9Qzllp78ILUfnsnNIQD74xBzsmp5dF/iLMv/qKGPXRK8YefjzCn0UzKDhjSuw7BOH3or3VmEgI4U5zThPnuNUQ==",
| "_location": "/egg-static",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "egg-static@2.2.0",
| "name": "egg-static",
| "escapedName": "egg-static",
| "rawSpec": "2.2.0",
| "saveSpec": null,
| "fetchSpec": "2.2.0"
| },
| "_requiredBy": [
| "/egg"
| ],
| "_resolved": "https://registry.npmjs.org/egg-static/-/egg-static-2.2.0.tgz",
| "_spec": "2.2.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "dead_horse"
| },
| "bugs": {
| "url": "https://github.com/eggjs/egg-static/issues"
| },
| "ci": {
| "version": "8, 9",
| "license": true
| },
| "dependencies": {
| "is-type-of": "^1.2.1",
| "koa-compose": "^4.1.0",
| "koa-range": "^0.3.0",
| "koa-static-cache": "^5.1.2",
| "mkdirp": "^0.5.1",
| "ylru": "^1.2.1"
| },
| "description": "static server plugin for egg",
| "devDependencies": {
| "autod": "^3.0.1",
| "egg": "^2.16.0",
| "egg-bin": "^4.11.0",
| "egg-ci": "^1.11.0",
| "egg-mock": "^3.21.0",
| "eslint": "^5.13.0",
| "eslint-config-egg": "^7.1.0",
| "mz": "^2.7.0"
| },
| "eggPlugin": {
| "name": "static"
| },
| "engines": {
| "node": ">=8.0.0"
| },
| "files": [
| "app",
| "config",
| "app.js"
| ],
| "homepage": "https://github.com/eggjs/egg-static#readme",
| "keywords": [
| "egg",
| "egg-plugin",
| "eggPlugin",
| "static"
| ],
| "license": "MIT",
| "name": "egg-static",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/eggjs/egg-static.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && npm run cov",
| "cov": "egg-bin cov",
| "lint": "eslint .",
| "test": "npm run lint -- --fix && npm run test-local",
| "test-local": "egg-bin test"
| },
| "version": "2.2.0"
| }
|
|