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
| {
| "_args": [
| [
| "koa-send@5.0.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "koa-send@5.0.1",
| "_id": "koa-send@5.0.1",
| "_inBundle": false,
| "_integrity": "sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ==",
| "_location": "/koa-send",
| "_phantomChildren": {
| "inherits": "2.0.4",
| "setprototypeof": "1.2.0",
| "toidentifier": "1.0.1"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "koa-send@5.0.1",
| "name": "koa-send",
| "escapedName": "koa-send",
| "rawSpec": "5.0.1",
| "saveSpec": null,
| "fetchSpec": "5.0.1"
| },
| "_requiredBy": [
| "/@hap-toolkit/server",
| "/koa-static"
| ],
| "_resolved": "https://registry.npmmirror.com/koa-send/-/koa-send-5.0.1.tgz",
| "_spec": "5.0.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "bugs": {
| "url": "https://github.com/koajs/send/issues"
| },
| "dependencies": {
| "debug": "^4.1.1",
| "http-errors": "^1.7.3",
| "resolve-path": "^1.4.0"
| },
| "description": "Transfer static files",
| "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",
| "iltorb": "^2.3.2",
| "koa": "^2.5.1",
| "mocha": "^5.2.0",
| "nyc": "^15.0.0",
| "should": "^13.2.1",
| "supertest": "^3.1.0"
| },
| "engines": {
| "node": ">= 8"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/koajs/send",
| "keywords": [
| "koa",
| "file",
| "static",
| "sendfile"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "koa-send",
| "nyc": {
| "reporter": [
| "lcov",
| "text-summary"
| ],
| "report-dir": "./coverage"
| },
| "repository": {
| "type": "git",
| "url": "git://github.com/koajs/send.git"
| },
| "scripts": {
| "lint": "eslint --fix .",
| "test": "npm run lint && mocha --require should --reporter spec --exit",
| "test-cov": "nyc npm run test"
| },
| "version": "5.0.1"
| }
|
|