File: /var/www/linde-ai/html/node_modules/is-gif/package.json
{
"_from": "is-gif@^3.0.0",
"_id": "is-gif@3.0.0",
"_inBundle": false,
"_integrity": "sha512-IqJ/jlbw5WJSNfwQ/lHEDXF8rxhRgF6ythk2oiEvhpG29F704eX9NO6TvPfMiq9DrbwgcEDnETYNcZDPewQoVw==",
"_location": "/is-gif",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-gif@^3.0.0",
"name": "is-gif",
"escapedName": "is-gif",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/imagemin-gifsicle"
],
"_resolved": "https://registry.npmjs.org/is-gif/-/is-gif-3.0.0.tgz",
"_shasum": "c4be60b26a301d695bb833b20d9b5d66c6cf83b1",
"_spec": "is-gif@^3.0.0",
"_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\imagemin-gifsicle",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-gif/issues"
},
"bundleDependencies": false,
"dependencies": {
"file-type": "^10.4.0"
},
"deprecated": false,
"description": "Check if a Buffer/Uint8Array is a GIF image",
"devDependencies": {
"ava": "^0.25.0",
"xo": "^0.23.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-gif#readme",
"keywords": [
"gif",
"graphics",
"image",
"img",
"pic",
"picture",
"photo",
"type",
"detect",
"check",
"is",
"exif",
"binary",
"buffer",
"uint8array"
],
"license": "MIT",
"name": "is-gif",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-gif.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.0.0"
}