package.json
1.6 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
{
"_from": "koa-static@^3.0.0",
"_id": "koa-static@3.0.0",
"_inBundle": false,
"_integrity": "sha1-QEQiM9LAs1wiXkUBmcEL+KU55BY=",
"_location": "/koa-static",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "koa-static@^3.0.0",
"name": "koa-static",
"escapedName": "koa-static",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/koa-static/-/koa-static-3.0.0.tgz",
"_shasum": "40442233d2c0b35c225e450199c10bf8a539e416",
"_spec": "koa-static@^3.0.0",
"_where": "/Users/fzy/project/efang",
"bugs": {
"url": "https://github.com/koajs/static/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "*",
"koa-send": "^3.2.0"
},
"deprecated": false,
"description": "Static file serving middleware for koa",
"devDependencies": {
"istanbul": "0",
"koa": "2",
"mocha": "2",
"supertest": "1"
},
"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": {
"test": "mocha --harmony --reporter spec",
"test-cov": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"test-travis": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
},
"version": "3.0.0"
}