package.json 3.95 KB
{
  "_args": [
    [
      "file-type@15.0.1",
      "C:\\Users\\MS\\Documents\\opensourseSW\\LineMusicChatbot"
    ]
  ],
  "_from": "file-type@15.0.1",
  "_id": "file-type@15.0.1",
  "_inBundle": false,
  "_integrity": "sha512-0LieQlSA3bWUdErNrxzxfI4rhsvNAVPBO06R8pTc1hp9SE6nhqlVyvhcaXoMmtXkBTPnQenbMPLW9X76hH76oQ==",
  "_location": "/file-type",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "file-type@15.0.1",
    "name": "file-type",
    "escapedName": "file-type",
    "rawSpec": "15.0.1",
    "saveSpec": null,
    "fetchSpec": "15.0.1"
  },
  "_requiredBy": [
    "/@line/bot-sdk"
  ],
  "_resolved": "https://registry.npmjs.org/file-type/-/file-type-15.0.1.tgz",
  "_spec": "15.0.1",
  "_where": "C:\\Users\\MS\\Documents\\opensourseSW\\LineMusicChatbot",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/file-type/issues"
  },
  "dependencies": {
    "readable-web-to-node-stream": "^2.0.0",
    "strtok3": "^6.0.3",
    "token-types": "^2.0.0",
    "typedarray-to-buffer": "^3.1.5"
  },
  "description": "Detect the file type of a Buffer/Uint8Array/ArrayBuffer",
  "devDependencies": {
    "@types/node": "^13.1.4",
    "ava": "^2.3.0",
    "noop-stream": "^0.1.0",
    "read-chunk": "^3.2.0",
    "tsd": "^0.11.0",
    "xo": "^0.25.3"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "browser.js",
    "browser.d.ts",
    "core.js",
    "core.d.ts",
    "supported.js",
    "util.js"
  ],
  "funding": "https://github.com/sindresorhus/file-type?sponsor=1",
  "homepage": "https://github.com/sindresorhus/file-type#readme",
  "keywords": [
    "mime",
    "file",
    "type",
    "magic",
    "archive",
    "image",
    "img",
    "pic",
    "picture",
    "flash",
    "photo",
    "video",
    "detect",
    "check",
    "is",
    "exif",
    "exe",
    "binary",
    "buffer",
    "uint8array",
    "jpg",
    "png",
    "apng",
    "gif",
    "webp",
    "flif",
    "cr2",
    "cr3",
    "orf",
    "arw",
    "dng",
    "nef",
    "rw2",
    "raf",
    "tif",
    "bmp",
    "icns",
    "jxr",
    "psd",
    "indd",
    "zip",
    "tar",
    "rar",
    "gz",
    "bz2",
    "7z",
    "dmg",
    "mp4",
    "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",
    "cfb",
    "mxf",
    "mts",
    "wasm",
    "webassembly",
    "blend",
    "bpg",
    "docx",
    "pptx",
    "xlsx",
    "3gp",
    "jp2",
    "jpm",
    "jpx",
    "mj2",
    "aif",
    "odt",
    "ods",
    "odp",
    "xml",
    "heic",
    "wma",
    "ics",
    "glb",
    "pcap",
    "dsf",
    "lnk",
    "alias",
    "voc",
    "ac3",
    "3g2",
    "m4b",
    "m4p",
    "m4v",
    "f4a",
    "f4b",
    "f4p",
    "f4v",
    "mie",
    "qcp",
    "wmv",
    "asf",
    "ogv",
    "ogm",
    "oga",
    "spx",
    "ogx",
    "ape",
    "wv",
    "cur",
    "nes",
    "crx",
    "ktx",
    "dcm",
    "mpc",
    "arrow",
    "shp",
    "aac",
    "mp1",
    "it",
    "s3m",
    "xm",
    "ai",
    "skp",
    "avif",
    "eps",
    "lzh",
    "pgp",
    "asar"
  ],
  "license": "MIT",
  "name": "file-type",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/file-type.git"
  },
  "scripts": {
    "ava": "ava --serial --verbose",
    "test": "xo && ava && tsd"
  },
  "version": "15.0.1",
  "xo": {
    "envs": [
      "node",
      "browser"
    ],
    "rules": {
      "no-inner-declarations": "warn",
      "no-await-in-loop": "warn",
      "promise/prefer-await-to-then": "warn",
      "prefer-named-capture-group": "off"
    }
  }
}