init
Showing
.editorconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.idea/encodings.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/pngquant-bin.iml
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/workspace.xml
0 → 100644
.npmrc
0 → 100644
.travis.yml
0 → 100644
cli.js
0 → 100755
fixtures/test.png
0 → 100644
70.2 KB
index.js
0 → 100644
lib/index.js
0 → 100644
lib/install.js
0 → 100644
license
0 → 100644
package.json
0 → 100644
{ | |||
"name": "pngquant-bin", | |||
"version": "5.0.2", | |||
"description": "`pngquant` wrapper that makes it seamlessly available as a local dependency", | |||
"license": "MIT", | |||
"repository": "imagemin/pngquant-bin", | |||
"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" | |||
} | |||
], | |||
"bin": { | |||
"pngquant": "cli.js" | |||
}, | |||
"engines": { | |||
"node": ">=6" | |||
}, | |||
"scripts": { | |||
"postinstall": "node lib/install.js", | |||
"test": "xo && ava" | |||
}, | |||
"files": [ | |||
"cli.js", | |||
"index.js", | |||
"lib", | |||
"vendor/source" | |||
], | |||
"keywords": [ | |||
"imagemin", | |||
"compress", | |||
"image", | |||
"img", | |||
"minify", | |||
"optimize", | |||
"png", | |||
"pngquant" | |||
], | |||
"dependencies": { | |||
"bin-build": "^3.0.0", | |||
"bin-wrapper": "^4.0.1", | |||
"execa": "^0.10.0", | |||
"logalot": "^2.0.0" | |||
}, | |||
"devDependencies": { | |||
"ava": "*", | |||
"bin-check": "^4.0.1", | |||
"compare-size": "^3.0.0", | |||
"tempy": "^0.2.1", | |||
"xo": "*" | |||
} | |||
} |
readme.md
0 → 100644
test.js
0 → 100644
vendor/freebsd/x64/pngquant
0 → 100644
File added
vendor/linux/x64/pngquant
0 → 100755
File added
vendor/linux/x86/pngquant
0 → 100755
File added
vendor/macos/pngquant
0 → 100755
File added
File added
vendor/win/pngquant.exe
0 → 100644
File added