-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
103 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
* text=auto | ||
*.js text eol=lf | ||
* text=auto eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ os: | |
- windows | ||
language: node_js | ||
node_js: | ||
- '12' | ||
- '10' | ||
- '8' | ||
- '6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,52 @@ | ||
{ | ||
"name": "imagemin-webp", | ||
"version": "5.1.0", | ||
"description": "WebP imagemin plugin", | ||
"license": "MIT", | ||
"repository": "imagemin/imagemin-webp", | ||
"author": { | ||
"name": "Kevin Mårtensson", | ||
"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": ">=6" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"compress", | ||
"cwebp", | ||
"image", | ||
"imageminplugin", | ||
"img", | ||
"jpg", | ||
"minify", | ||
"optimize", | ||
"png", | ||
"tif", | ||
"webp" | ||
], | ||
"dependencies": { | ||
"cwebp-bin": "^5.0.0", | ||
"exec-buffer": "^3.0.0", | ||
"is-cwebp-readable": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.25.0", | ||
"is-webp": "^1.0.0", | ||
"pify": "^4.0.0", | ||
"xo": "^0.23.0" | ||
} | ||
"name": "imagemin-webp", | ||
"version": "5.1.0", | ||
"description": "WebP imagemin plugin", | ||
"license": "MIT", | ||
"repository": "imagemin/imagemin-webp", | ||
"author": { | ||
"name": "Kevin Mårtensson", | ||
"email": "kevinmartensson@gmail.com", | ||
"url": "github.com/kevva" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
} | ||
], | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"compress", | ||
"cwebp", | ||
"image", | ||
"imageminplugin", | ||
"img", | ||
"jpg", | ||
"minify", | ||
"optimize", | ||
"png", | ||
"tif", | ||
"webp" | ||
], | ||
"dependencies": { | ||
"cwebp-bin": "^5.0.0", | ||
"exec-buffer": "^3.0.0", | ||
"is-cwebp-readable": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.25.0", | ||
"is-webp": "^1.0.0", | ||
"pify": "^4.0.0", | ||
"xo": "^0.23.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters