package.json 1.95 KB
{
  "_from": "image-type@^4.1.0",
  "_id": "image-type@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-CFJMJ8QK8lJvRlTCEgarL4ro6hfDQKif2HjSvYCdQZESaIPV4v9imrf7BQHK+sQeTeNeMpWciR9hyC/g8ybXEg==",
  "_location": "/image-type",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "image-type@^4.1.0",
    "name": "image-type",
    "escapedName": "image-type",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/messaging-api-line"
  ],
  "_resolved": "https://registry.npmjs.org/image-type/-/image-type-4.1.0.tgz",
  "_shasum": "72a88d64ff5021371ed67b9a466442100be57cd1",
  "_spec": "image-type@^4.1.0",
  "_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT\\node_modules\\messaging-api-line",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/image-type/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "file-type": "^10.10.0"
  },
  "deprecated": false,
  "description": "Detect the image type of a Buffer/Uint8Array",
  "devDependencies": {
    "@types/node": "^11.13.0",
    "ava": "^1.4.1",
    "read-chunk": "^3.2.0",
    "tsd": "^0.7.2",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/image-type#readme",
  "keywords": [
    "image",
    "img",
    "pic",
    "picture",
    "photo",
    "type",
    "detect",
    "check",
    "is",
    "exif",
    "binary",
    "buffer",
    "uint8array",
    "png",
    "jpg",
    "jpeg",
    "gif",
    "webp",
    "tif",
    "bmp",
    "jxr",
    "psd",
    "mime"
  ],
  "license": "MIT",
  "name": "image-type",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/image-type.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "4.1.0"
}