blob: d37fc502c8d8ec97013c67910c42759d133e0ab8 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "imagemin-gifsicle@^6.0.1",
3 "_id": "imagemin-gifsicle@6.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-kuu47c6iKDQ6R9J10xCwL0lgs0+sMz3LRHqRcJ2CRBWdcNmo3T5hUaM8hSZfksptZXJLGKk8heSAvwtSdB1Fng==",
6 "_location": "/imagemin-gifsicle",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "imagemin-gifsicle@^6.0.1",
12 "name": "imagemin-gifsicle",
13 "escapedName": "imagemin-gifsicle",
14 "rawSpec": "^6.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^6.0.1"
17 },
18 "_requiredBy": [
19 "/grunt-contrib-imagemin"
20 ],
21 "_resolved": "https://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-6.0.1.tgz",
22 "_shasum": "6abad4e95566d52e5a104aba1c24b4f3b48581b3",
23 "_spec": "imagemin-gifsicle@^6.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-imagemin",
25 "bugs": {
26 "url": "https://github.com/imagemin/imagemin-gifsicle/issues"
27 },
28 "bundleDependencies": false,
29 "dependencies": {
30 "exec-buffer": "^3.0.0",
31 "gifsicle": "^4.0.0",
32 "is-gif": "^3.0.0"
33 },
34 "deprecated": false,
35 "description": "Imagemin plugin for Gifsicle",
36 "devDependencies": {
37 "ava": "^0.25.0",
38 "pify": "^4.0.0",
39 "xo": "^0.23.0"
40 },
41 "engines": {
42 "node": ">=6"
43 },
44 "files": [
45 "index.js"
46 ],
47 "homepage": "https://github.com/imagemin/imagemin-gifsicle#readme",
48 "keywords": [
49 "compress",
50 "gif",
51 "gifsicle",
52 "gulpplugin",
53 "image",
54 "imageminplugin",
55 "img",
56 "minify",
57 "optimize"
58 ],
59 "license": "MIT",
60 "name": "imagemin-gifsicle",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/imagemin/imagemin-gifsicle.git"
64 },
65 "scripts": {
66 "test": "xo && ava"
67 },
68 "version": "6.0.1"
69}