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
| {
| "_args": [
| [
| "cache-content-type@1.0.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "cache-content-type@1.0.1",
| "_id": "cache-content-type@1.0.1",
| "_inBundle": false,
| "_integrity": "sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==",
| "_location": "/cache-content-type",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "cache-content-type@1.0.1",
| "name": "cache-content-type",
| "escapedName": "cache-content-type",
| "rawSpec": "1.0.1",
| "saveSpec": null,
| "fetchSpec": "1.0.1"
| },
| "_requiredBy": [
| "/koa"
| ],
| "_resolved": "https://registry.npmmirror.com/cache-content-type/-/cache-content-type-1.0.1.tgz",
| "_spec": "1.0.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "dead_horse"
| },
| "bugs": {
| "url": "https://github.com/node-modules/cache-content-type/issues"
| },
| "ci": {
| "version": "6, 8, 10"
| },
| "dependencies": {
| "mime-types": "^2.1.18",
| "ylru": "^1.2.0"
| },
| "description": "Create a full Content-Type header given a MIME type or extension and catch the result",
| "devDependencies": {
| "egg-bin": "^4.7.1",
| "egg-ci": "^1.8.0",
| "eslint": "^5.1.0",
| "eslint-config-egg": "^7.0.0",
| "mm": "^2.2.0"
| },
| "engines": {
| "node": ">= 6.0.0"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/node-modules/cache-content-type#readme",
| "keywords": [
| "mime",
| "content-type",
| "lru"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "cache-content-type",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/node-modules/cache-content-type.git"
| },
| "scripts": {
| "ci": "eslint . && npm run cov",
| "cov": "egg-bin cov",
| "test": "egg-bin test"
| },
| "version": "1.0.1"
| }
|
|