blob: 6d0e297377965b67988baf927902c010b9f53a6c [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-gif@^3.0.0",
3 "_id": "is-gif@3.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-IqJ/jlbw5WJSNfwQ/lHEDXF8rxhRgF6ythk2oiEvhpG29F704eX9NO6TvPfMiq9DrbwgcEDnETYNcZDPewQoVw==",
6 "_location": "/is-gif",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-gif@^3.0.0",
12 "name": "is-gif",
13 "escapedName": "is-gif",
14 "rawSpec": "^3.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.0.0"
17 },
18 "_requiredBy": [
19 "/imagemin-gifsicle"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-gif/-/is-gif-3.0.0.tgz",
22 "_shasum": "c4be60b26a301d695bb833b20d9b5d66c6cf83b1",
23 "_spec": "is-gif@^3.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\imagemin-gifsicle",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/is-gif/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "file-type": "^10.4.0"
36 },
37 "deprecated": false,
38 "description": "Check if a Buffer/Uint8Array is a GIF image",
39 "devDependencies": {
40 "ava": "^0.25.0",
41 "xo": "^0.23.0"
42 },
43 "engines": {
44 "node": ">=6"
45 },
46 "files": [
47 "index.js"
48 ],
49 "homepage": "https://github.com/sindresorhus/is-gif#readme",
50 "keywords": [
51 "gif",
52 "graphics",
53 "image",
54 "img",
55 "pic",
56 "picture",
57 "photo",
58 "type",
59 "detect",
60 "check",
61 "is",
62 "exif",
63 "binary",
64 "buffer",
65 "uint8array"
66 ],
67 "license": "MIT",
68 "name": "is-gif",
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/sindresorhus/is-gif.git"
72 },
73 "scripts": {
74 "test": "xo && ava"
75 },
76 "version": "3.0.0"
77}