mirror of https://gitee.com/antv-l7/antv-l7
38 lines
583 B
JSON
38 lines
583 B
JSON
{
|
|
"name": "imagemin-pngquant",
|
|
"version": "6.0.1",
|
|
"description": "pngquant imagemin plugin",
|
|
"license": "MIT",
|
|
"repository": "imagemin/imagemin-pngquant",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"compress",
|
|
"image",
|
|
"imageminplugin",
|
|
"img",
|
|
"minify",
|
|
"optimize",
|
|
"png",
|
|
"pngquant"
|
|
],
|
|
"dependencies": {
|
|
"execa": "^0.10.0",
|
|
"is-png": "^1.0.0",
|
|
"is-stream": "^1.1.0",
|
|
"pngquant-bin": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"get-stream": "^3.0.0",
|
|
"xo": "*"
|
|
}
|
|
}
|