{
  "_from": "is-cwebp-readable@^2.0.1",
  "_id": "is-cwebp-readable@2.0.1",
  "_inBundle": false,
  "_integrity": "sha1-r7k7DAq9CiUQEBauM66ort+SbSY=",
  "_location": "/is-cwebp-readable",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-cwebp-readable@^2.0.1",
    "name": "is-cwebp-readable",
    "escapedName": "is-cwebp-readable",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/imagemin-webp"
  ],
  "_resolved": "https://registry.npmjs.org/is-cwebp-readable/-/is-cwebp-readable-2.0.1.tgz",
  "_shasum": "afb93b0c0abd0a25101016ae33aea8aedf926d26",
  "_spec": "is-cwebp-readable@^2.0.1",
  "_where": "/usr/src/app/stopfals-website/node_modules/imagemin-webp",
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "bugs": {
    "url": "https://github.com/shinnn/is-cwebp-readable/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "file-type": "^4.3.0"
  },
  "deprecated": false,
  "description": "Check if a Buffer/Uint8Array is available for cwebp image source",
  "devDependencies": {
    "@shinnn/eslint-config-node": "^3.0.0",
    "eslint": "^3.19.0",
    "istanbul": "^0.4.5",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.3"
  },
  "eslintConfig": {
    "extends": "@shinnn/node"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/shinnn/is-cwebp-readable#readme",
  "keywords": [
    "buffer",
    "uint8array",
    "type",
    "file",
    "detect",
    "image",
    "jpg",
    "jpeg",
    "png",
    "tif",
    "tiff",
    "webp",
    "cwebp"
  ],
  "license": "CC0-1.0",
  "name": "is-cwebp-readable",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shinnn/is-cwebp-readable.git"
  },
  "scripts": {
    "bench": "node -p \"require('chalk').yellow('NOTE: Smaller is better.\\n')\" && node benchmark/array-index-of.js && node benchmark/array-includes.js && node benchmark/keys.js && node benchmark/logical-or.js && node benchmark/regexp-test.js && node benchmark/set.js && node -p \"''\"",
    "coverage": "istanbul cover test.js",
    "pretest": "eslint --fix --format=codeframe benchmark index.js test.js",
    "test": "node --throw-deprecation --track-heap-objects test.js | tap-spec"
  },
  "version": "2.0.1"
}
