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
65
66
67
{
"_from": "koa-send@^3.2.0",
"_id": "koa-send@3.3.0",
"_inBundle": false,
"_integrity": "sha1-WkriRVZGgMbs9geeknX6UXOoYdw=",
"_location": "/koa-send",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "koa-send@^3.2.0",
"name": "koa-send",
"escapedName": "koa-send",
"rawSpec": "^3.2.0",
"saveSpec": null,
"fetchSpec": "^3.2.0"
},
"_requiredBy": [
"/koa-static",
"/koa-views"
],
"_resolved": "https://registry.npmjs.org/koa-send/-/koa-send-3.3.0.tgz",
"_shasum": "5a4ae245564680c6ecf6079e9275fa5173a861dc",
"_spec": "koa-send@^3.2.0",
"_where": "/Users/fzy/project/efang/node_modules/koa-static",
"bugs": {
"url": "https://github.com/koajs/send/issues"
},
"bundleDependencies": false,
"dependencies": {
"co": "^4.6.0",
"debug": "^2.6.0",
"mz": "^2.3.1",
"resolve-path": "^1.3.1"
},
"deprecated": false,
"description": "Transfer static files",
"devDependencies": {
"istanbul": "0",
"koa": "1",
"mocha": "3",
"should": "11",
"supertest": "2"
},
"files": [
"index.js"
],
"homepage": "https://github.com/koajs/send#readme",
"keywords": [
"koa",
"file",
"static",
"sendfile"
],
"license": "MIT",
"name": "koa-send",
"repository": {
"type": "git",
"url": "git+https://github.com/koajs/send.git"
},
"scripts": {
"test": "mocha --require should --reporter spec",
"test-cov": "istanbul cover ./node_modules/.bin/_mocha -- --require should",
"test-travis": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
},
"version": "3.3.0"
}