HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/is-cwebp-readable/package.json
{
  "_args": [
    [
      "is-cwebp-readable@3.0.0",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_development": true,
  "_from": "is-cwebp-readable@3.0.0",
  "_id": "is-cwebp-readable@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-bpELc7/Q1/U5MWHn4NdHI44R3jxk0h9ew9ljzabiRl70/UIjL/ZAqRMb52F5+eke/VC8yTiv4Ewryo1fPWidvA==",
  "_location": "/is-cwebp-readable",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-cwebp-readable@3.0.0",
    "name": "is-cwebp-readable",
    "escapedName": "is-cwebp-readable",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/imagemin-webp"
  ],
  "_resolved": "https://registry.npmjs.org/is-cwebp-readable/-/is-cwebp-readable-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/home/arjun/projects/buyercall",
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "bugs": {
    "url": "https://github.com/shinnn/is-cwebp-readable/issues"
  },
  "dependencies": {
    "file-type": "^10.5.0"
  },
  "description": "Check if a Buffer/Uint8Array is available for cwebp image source",
  "devDependencies": {
    "@shinnn/eslint-config": "^6.8.1",
    "chalk": "^2.4.1",
    "eslint": "^5.9.0",
    "nyc": "^13.1.0",
    "nyc-config-common": "^1.0.1",
    "tape": "^4.9.1"
  },
  "eslintConfig": {
    "extends": "@shinnn"
  },
  "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": "ISC",
  "name": "is-cwebp-readable",
  "nyc": {
    "extends": "nyc-config-common"
  },
  "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 \"''\"",
    "pretest": "eslint .",
    "test": "nyc node test.js"
  },
  "version": "3.0.0"
}