123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "name": "file-type",
- "version": "5.2.0",
- "description": "Detect the file type of a Buffer/Uint8Array",
- "license": "MIT",
- "repository": "sindresorhus/file-type",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=4"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "mime",
- "file",
- "type",
- "archive",
- "image",
- "img",
- "pic",
- "picture",
- "flash",
- "photo",
- "video",
- "type",
- "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",
- "mp3",
- "m4a",
- "ogg",
- "opus",
- "flac",
- "wav",
- "amr",
- "pdf",
- "epub",
- "exe",
- "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"
- ],
- "devDependencies": {
- "ava": "*",
- "read-chunk": "^2.0.0",
- "xo": "*"
- }
- }
|