schnee effeckt und fehler Korektur
This commit is contained in:
101
node_modules/gifsicle/package.json
generated
vendored
101
node_modules/gifsicle/package.json
generated
vendored
@@ -1,57 +1,48 @@
|
||||
{
|
||||
"name": "gifsicle",
|
||||
"version": "3.0.4",
|
||||
"description": "gifsicle wrapper that makes it seamlessly available as a local dependency",
|
||||
"license": "MIT",
|
||||
"repository": "imagemin/gifsicle-bin",
|
||||
"author": {
|
||||
"name": "Kevin Martensson",
|
||||
"email": "kevinmartensson@gmail.com",
|
||||
"url": "github.com/kevva"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
{
|
||||
"name": "Shinnosuke Watanabe",
|
||||
"url": "github.com/shinnn"
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"bin": "cli.js",
|
||||
"scripts": {
|
||||
"postinstall": "node lib/install.js",
|
||||
"test": "xo && mocha --timeout 50000"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"cli.js",
|
||||
"lib"
|
||||
],
|
||||
"keywords": [
|
||||
"gif",
|
||||
"img",
|
||||
"image",
|
||||
"compress",
|
||||
"minify",
|
||||
"optimize"
|
||||
],
|
||||
"dependencies": {
|
||||
"bin-build": "^2.0.0",
|
||||
"bin-wrapper": "^3.0.0",
|
||||
"logalot": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bin-check": "^2.0.0",
|
||||
"compare-size": "^1.0.0",
|
||||
"mkdirp": "^0.5.0",
|
||||
"mocha": "^2.2.4",
|
||||
"rimraf": "^2.3.2",
|
||||
"xo": "*"
|
||||
}
|
||||
"name": "gifsicle",
|
||||
"version": "5.3.0",
|
||||
"description": "gifsicle wrapper that makes it seamlessly available as a local dependency",
|
||||
"license": "MIT",
|
||||
"repository": "imagemin/gifsicle-bin",
|
||||
"funding": {
|
||||
"url": "https://github.com/imagemin/gisicle-bin?sponsor=1"
|
||||
},
|
||||
"bin": {
|
||||
"gifsicle": "cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node lib/install.js",
|
||||
"test": "xo && ava --timeout=60s"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"cli.js",
|
||||
"lib",
|
||||
"vendor/source"
|
||||
],
|
||||
"keywords": [
|
||||
"imagemin",
|
||||
"gif",
|
||||
"img",
|
||||
"image",
|
||||
"compress",
|
||||
"minify",
|
||||
"optimize",
|
||||
"gifsicle"
|
||||
],
|
||||
"dependencies": {
|
||||
"bin-build": "^3.0.0",
|
||||
"bin-wrapper": "^4.0.0",
|
||||
"execa": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^3.15.0",
|
||||
"bin-check": "^4.0.1",
|
||||
"compare-size": "^3.0.0",
|
||||
"tempy": "^1.0.0",
|
||||
"xo": "^0.38.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user