File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/is-cwebp-readable/package.json
{
"_args": [
[
"is-cwebp-readable@2.0.1",
"/home/arjun/projects/buyercall_forms/buyercall"
]
],
"_from": "is-cwebp-readable@2.0.1",
"_id": "is-cwebp-readable@2.0.1",
"_inBundle": false,
"_integrity": "sha512-VdCK1HN5F9vURT3GTLBViE/o/eRv2Z08q6bARfp8L6aFemIHMHPSYR9jOZpM2MvOSEYDtZWsiNovsqwsTLk5TA==",
"_location": "/is-cwebp-readable",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "2.0.1",
"_where": "/home/arjun/projects/buyercall_forms/buyercall",
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"bugs": {
"url": "https://github.com/shinnn/is-cwebp-readable/issues"
},
"dependencies": {
"file-type": "^4.3.0"
},
"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"
}