{
  "_from": "is-blob@^2.0.0",
  "_id": "is-blob@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-SZ/fTft5eUhQM6oF/ZaASFDEdbFVe89Imltn9uZr03wdKMcWNVYSMjQPFtg05QuNkt5l5c135ElvXEQG0rk4tw==",
  "_location": "/is-blob",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-blob@^2.0.0",
    "name": "is-blob",
    "escapedName": "is-blob",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/image-pixels",
    "/to-array-buffer"
  ],
  "_resolved": "https://registry.npmjs.org/is-blob/-/is-blob-2.1.0.tgz",
  "_shasum": "e36cd82c90653f1e1b930f11baf9c64216a05385",
  "_spec": "is-blob@^2.0.0",
  "_where": "/home/sigonasr2/divar/server/node_modules/image-pixels",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-blob/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Check if a value is a `Blob`",
  "devDependencies": {
    "@types/jsdom": "^12.2.4",
    "ava": "^0.25.0",
    "jsdom": "^11.3.0",
    "tsd": "^0.11.0",
    "xo": "^0.23.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/is-blob#readme",
  "keywords": [
    "blob",
    "object",
    "file",
    "raw",
    "data",
    "immutable",
    "browser",
    "check",
    "detect",
    "is",
    "type"
  ],
  "license": "MIT",
  "name": "is-blob",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is-blob.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "2.1.0",
  "xo": {
    "envs": [
      "node",
      "browser"
    ]
  }
}