Files
30-seconds-of-code/node_modules/pngquant-bin/package.json
2019-08-20 15:52:05 +02:00

103 lines
2.4 KiB
JSON

{
"_from": "pngquant-bin@^5.0.0",
"_id": "pngquant-bin@5.0.2",
"_inBundle": false,
"_integrity": "sha512-OLdT+4JZx5BqE1CFJkrvomYV0aSsv6x2Bba+aWaVc0PMfWlE+ZByNKYAdKeIqsM4uvW1HOSEHnf8KcOnykPNxA==",
"_location": "/pngquant-bin",
"_phantomChildren": {
"cross-spawn": "6.0.5",
"get-stream": "3.0.0",
"is-stream": "1.1.0",
"npm-run-path": "2.0.2",
"p-finally": "1.0.0",
"signal-exit": "3.0.2",
"strip-eof": "1.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "pngquant-bin@^5.0.0",
"name": "pngquant-bin",
"escapedName": "pngquant-bin",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/imagemin-pngquant"
],
"_resolved": "https://registry.npmjs.org/pngquant-bin/-/pngquant-bin-5.0.2.tgz",
"_shasum": "6f34f3e89c9722a72bbc509062b40f1b17cda460",
"_spec": "pngquant-bin@^5.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/imagemin-pngquant",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"bin": {
"pngquant": "cli.js"
},
"bugs": {
"url": "https://github.com/imagemin/pngquant-bin/issues"
},
"bundleDependencies": false,
"dependencies": {
"bin-build": "^3.0.0",
"bin-wrapper": "^4.0.1",
"execa": "^0.10.0",
"logalot": "^2.0.0"
},
"deprecated": false,
"description": "`pngquant` wrapper that makes it seamlessly available as a local dependency",
"devDependencies": {
"ava": "*",
"bin-check": "^4.0.1",
"compare-size": "^3.0.0",
"tempy": "^0.2.1",
"xo": "*"
},
"engines": {
"node": ">=6"
},
"files": [
"cli.js",
"index.js",
"lib",
"vendor/source"
],
"homepage": "https://github.com/imagemin/pngquant-bin#readme",
"keywords": [
"imagemin",
"compress",
"image",
"img",
"minify",
"optimize",
"png",
"pngquant"
],
"license": "MIT",
"maintainers": [
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
{
"name": "Shinnosuke Watanabe",
"url": "github.com/shinnn"
}
],
"name": "pngquant-bin",
"repository": {
"type": "git",
"url": "git+https://github.com/imagemin/pngquant-bin.git"
},
"scripts": {
"postinstall": "node lib/install.js",
"test": "xo && ava"
},
"version": "5.0.2"
}