blob: 3635e13c4d71ee042fb024c613f479575a594df8 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "gifsicle@^4.0.0",
3 "_id": "gifsicle@4.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-A/kiCLfDdV+ERV/UB+2O41mifd+RxH8jlRG8DMxZO84Bma/Fw0htqZ+hY2iaalLRNyUu7tYZQslqUBJxBggxbg==",
6 "_location": "/gifsicle",
7 "_phantomChildren": {
8 "is-stream": "1.1.0",
9 "nice-try": "1.0.5",
10 "npm-run-path": "2.0.2",
11 "p-finally": "1.0.0",
12 "path-key": "2.0.1",
13 "pump": "3.0.0",
14 "semver": "5.7.1",
15 "shebang-command": "1.2.0",
16 "signal-exit": "3.0.3",
17 "strip-eof": "1.0.0",
18 "which": "1.3.1"
19 },
20 "_requested": {
21 "type": "range",
22 "registry": true,
23 "raw": "gifsicle@^4.0.0",
24 "name": "gifsicle",
25 "escapedName": "gifsicle",
26 "rawSpec": "^4.0.0",
27 "saveSpec": null,
28 "fetchSpec": "^4.0.0"
29 },
30 "_requiredBy": [
31 "/imagemin-gifsicle"
32 ],
33 "_resolved": "https://registry.npmjs.org/gifsicle/-/gifsicle-4.0.1.tgz",
34 "_shasum": "30e1e61e3ee4884ef702641b2e98a15c2127b2e2",
35 "_spec": "gifsicle@^4.0.0",
36 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\imagemin-gifsicle",
37 "author": {
38 "name": "Kevin Martensson",
39 "email": "kevinmartensson@gmail.com",
40 "url": "github.com/kevva"
41 },
42 "bin": {
43 "gifsicle": "cli.js"
44 },
45 "bugs": {
46 "url": "https://github.com/imagemin/gifsicle-bin/issues"
47 },
48 "bundleDependencies": false,
49 "dependencies": {
50 "bin-build": "^3.0.0",
51 "bin-wrapper": "^4.0.0",
52 "execa": "^1.0.0",
53 "logalot": "^2.0.0"
54 },
55 "deprecated": false,
56 "description": "gifsicle wrapper that makes it seamlessly available as a local dependency",
57 "devDependencies": {
58 "ava": "*",
59 "bin-check": "^4.0.1",
60 "compare-size": "^3.0.0",
61 "tempy": "^0.2.1",
62 "xo": "*"
63 },
64 "engines": {
65 "node": ">=6"
66 },
67 "files": [
68 "index.js",
69 "cli.js",
70 "lib",
71 "vendor/source"
72 ],
73 "homepage": "https://github.com/imagemin/gifsicle-bin#readme",
74 "keywords": [
75 "imagemin",
76 "gif",
77 "img",
78 "image",
79 "compress",
80 "minify",
81 "optimize",
82 "gifsicle"
83 ],
84 "license": "MIT",
85 "maintainers": [
86 {
87 "name": "Sindre Sorhus",
88 "email": "sindresorhus@gmail.com",
89 "url": "sindresorhus.com"
90 },
91 {
92 "name": "Shinnosuke Watanabe",
93 "url": "github.com/shinnn"
94 }
95 ],
96 "name": "gifsicle",
97 "repository": {
98 "type": "git",
99 "url": "git+https://github.com/imagemin/gifsicle-bin.git"
100 },
101 "scripts": {
102 "postinstall": "node lib/install.js",
103 "test": "xo && ava"
104 },
105 "version": "4.0.1"
106}