15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
{
  "_from": "koa-static@^5.0.0",
  "_id": "koa-static@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ==",
  "_location": "/koa-static",
  "_phantomChildren": {
    "ms": "2.1.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa-static@^5.0.0",
    "name": "koa-static",
    "escapedName": "koa-static",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/ee-core"
  ],
  "_resolved": "https://registry.npmmirror.com/koa-static/-/koa-static-5.0.0.tgz",
  "_shasum": "5e92fc96b537ad5219f425319c95b64772776943",
  "_spec": "koa-static@^5.0.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-core",
  "bugs": {
    "url": "https://github.com/koajs/static/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^3.1.0",
    "koa-send": "^5.0.0"
  },
  "deprecated": false,
  "description": "Static file serving middleware for koa",
  "devDependencies": {
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "istanbul": "^0.4.5",
    "koa": "^2.5.1",
    "mocha": "^5.2.0",
    "supertest": "^3.1.0"
  },
  "engines": {
    "node": ">= 7.6.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koajs/static#readme",
  "keywords": [
    "koa",
    "middleware",
    "file",
    "static",
    "sendfile"
  ],
  "license": "MIT",
  "name": "koa-static",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koajs/static.git"
  },
  "scripts": {
    "lint": "eslint --fix .",
    "test": "mocha --harmony --reporter spec --exit",
    "test-cov": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --exit",
    "test-travis": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --exit"
  },
  "version": "5.0.0"
}