333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
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
{
  "_args": [
    [
      "koa-static-cache@5.1.2",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "koa-static-cache@5.1.2",
  "_id": "koa-static-cache@5.1.2",
  "_inBundle": false,
  "_integrity": "sha512-EhnVBF9mkbp7bijDz2+yg5KxXFsUYUQCOqGy78bAhJp2PRMCMYV7nG/f7k9/liw+43u2Uow0v6ZZ025qBCYsGw==",
  "_location": "/koa-static-cache",
  "_phantomChildren": {
    "ms": "2.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-static-cache@5.1.2",
    "name": "koa-static-cache",
    "escapedName": "koa-static-cache",
    "rawSpec": "5.1.2",
    "saveSpec": null,
    "fetchSpec": "5.1.2"
  },
  "_requiredBy": [
    "/egg-static"
  ],
  "_resolved": "https://registry.npmjs.org/koa-static-cache/-/koa-static-cache-5.1.2.tgz",
  "_spec": "5.1.2",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/koajs/static-cache/issues"
  },
  "contributors": [
    {
      "name": "Jeremiah Senkpiel",
      "email": "fishrock123@rocketmail.com",
      "url": "https://searchbeam.jit.su"
    },
    {
      "name": "dead_horse",
      "email": "dead_horse@qq.com",
      "url": "http://deadhorse.me"
    }
  ],
  "dependencies": {
    "compressible": "^2.0.6",
    "debug": "^3.1.0",
    "fs-readdir-recursive": "^1.0.0",
    "mime-types": "^2.1.8",
    "mz": "^2.7.0"
  },
  "description": "Static cache for koa",
  "devDependencies": {
    "bluebird": "3",
    "istanbul": "~0.4.1",
    "koa": "2",
    "mocha": "2",
    "should": "8",
    "should-http": "0.0.4",
    "supertest": "1",
    "ylru": "1"
  },
  "engines": {
    "node": ">= 7.6.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koajs/static-cache#readme",
  "keywords": [
    "koa",
    "middleware",
    "file",
    "static",
    "cache",
    "gzip",
    "sendfile"
  ],
  "license": "MIT",
  "name": "koa-static-cache",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koajs/static-cache.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "5.1.2"
}