biofriction-wp-theme/node_modules/is-gif/package.json

83 lines
1.8 KiB
JSON

{
"_args": [
[
"is-gif@3.0.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "is-gif@3.0.0",
"_id": "is-gif@3.0.0",
"_inBundle": false,
"_integrity": "sha512-IqJ/jlbw5WJSNfwQ/lHEDXF8rxhRgF6ythk2oiEvhpG29F704eX9NO6TvPfMiq9DrbwgcEDnETYNcZDPewQoVw==",
"_location": "/is-gif",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "3.0.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-gif/issues"
},
"dependencies": {
"file-type": "^10.4.0"
},
"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"
}