init
Showing
.editorconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.npmrc
0 → 100644
.travis.yml
0 → 100644
fixture-no-compress.png
0 → 100644
204 KB
fixture.png
0 → 100644
70.2 KB
imagemin-pngquant.iml
0 → 100644
index.d.ts
0 → 100644
index.js
0 → 100644
index.test-d.ts
0 → 100644
license
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "imagemin-pngquant", | ||
| "version": "8.0.0", | ||
| "description": "Imagemin plugin for `pngquant`", | ||
| "license": "MIT", | ||
| "repository": "imagemin/imagemin-pngquant", | ||
| "engines": { | ||
| "node": ">=8" | ||
| }, | ||
| "scripts": { | ||
| "test": "xo && ava && tsd" | ||
| }, | ||
| "files": [ | ||
| "index.js", | ||
| "index.d.ts" | ||
| ], | ||
| "keywords": [ | ||
| "compress", | ||
| "image", | ||
| "imageminplugin", | ||
| "minify", | ||
| "optimize", | ||
| "png", | ||
| "pngquant" | ||
| ], | ||
| "dependencies": { | ||
| "execa": "^1.0.0", | ||
| "is-png": "^2.0.0", | ||
| "is-stream": "^2.0.0", | ||
| "ow": "^0.13.2", | ||
| "pngquant-bin": "git+ssh://git@gitlab2.dui88.com:laoqifeng/pngquant-bin.git" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^12.0.3", | ||
| "ava": "^1.0.1", | ||
| "get-stream": "^5.1.0", | ||
| "tsd": "^0.7.3", | ||
| "xo": "^0.24.0" | ||
| } | ||
| } |
readme.md
0 → 100644
test.js
0 → 100644
yarn-error.log
0 → 100644