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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
| {
| "_args": [
| [
| "file-type@9.0.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "file-type@9.0.0",
| "_id": "file-type@9.0.0",
| "_inBundle": false,
| "_integrity": "sha512-Qe/5NJrgIOlwijpq3B7BEpzPFcgzggOTagZmkXQY4LA6bsXKTUstK7Wp12lEJ/mLKTpvIZxmIuRcLYWT6ov9lw==",
| "_location": "/file-type",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "file-type@9.0.0",
| "name": "file-type",
| "escapedName": "file-type",
| "rawSpec": "9.0.0",
| "saveSpec": null,
| "fetchSpec": "9.0.0"
| },
| "_requiredBy": [
| "/@jimp/core"
| ],
| "_resolved": "https://registry.npmmirror.com/file-type/-/file-type-9.0.0.tgz",
| "_spec": "9.0.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Sindre Sorhus",
| "email": "sindresorhus@gmail.com",
| "url": "sindresorhus.com"
| },
| "bugs": {
| "url": "https://github.com/sindresorhus/file-type/issues"
| },
| "description": "Detect the file type of a Buffer/Uint8Array",
| "devDependencies": {
| "ava": "*",
| "read-chunk": "^2.0.0",
| "xo": "*"
| },
| "engines": {
| "node": ">=6"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/sindresorhus/file-type#readme",
| "keywords": [
| "mime",
| "file",
| "type",
| "archive",
| "image",
| "img",
| "pic",
| "picture",
| "flash",
| "photo",
| "video",
| "detect",
| "check",
| "is",
| "exif",
| "exe",
| "binary",
| "buffer",
| "uint8array",
| "jpg",
| "png",
| "gif",
| "webp",
| "flif",
| "cr2",
| "tif",
| "bmp",
| "jxr",
| "psd",
| "zip",
| "tar",
| "rar",
| "gz",
| "bz2",
| "7z",
| "dmg",
| "mp4",
| "m4v",
| "mid",
| "mkv",
| "webm",
| "mov",
| "avi",
| "mpg",
| "mp2",
| "mp3",
| "m4a",
| "ogg",
| "opus",
| "flac",
| "wav",
| "amr",
| "pdf",
| "epub",
| "mobi",
| "swf",
| "rtf",
| "woff",
| "woff2",
| "eot",
| "ttf",
| "otf",
| "ico",
| "flv",
| "ps",
| "xz",
| "sqlite",
| "xpi",
| "cab",
| "deb",
| "ar",
| "rpm",
| "Z",
| "lz",
| "msi",
| "mxf",
| "mts",
| "wasm",
| "webassembly",
| "blend",
| "bpg",
| "docx",
| "pptx",
| "xlsx",
| "3gp",
| "jp2",
| "jpm",
| "jpx",
| "mj2",
| "aif",
| "odt",
| "ods",
| "odp",
| "xml",
| "heic"
| ],
| "license": "MIT",
| "name": "file-type",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/sindresorhus/file-type.git"
| },
| "scripts": {
| "test": "xo && ava"
| },
| "version": "9.0.0"
| }
|
|