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

89 lines
2.1 KiB
JSON

{
"_from": "imagemin-webp@^5.0.0",
"_id": "imagemin-webp@5.1.0",
"_inBundle": false,
"_integrity": "sha512-BsPTpobgbDPFBBsI3UflnU/cpIVa15qInEDBcYBw16qI/6XiB4vDF/dGp9l4aM3pfFDDYqR0mANMcKpBD7wbCw==",
"_location": "/imagemin-webp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "imagemin-webp@^5.0.0",
"name": "imagemin-webp",
"escapedName": "imagemin-webp",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/gatsby-plugin-sharp"
],
"_resolved": "https://registry.npmjs.org/imagemin-webp/-/imagemin-webp-5.1.0.tgz",
"_shasum": "ddb1307ad97aff97293c5a600e384e40c07f68a7",
"_spec": "imagemin-webp@^5.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-plugin-sharp",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"bugs": {
"url": "https://github.com/imagemin/imagemin-webp/issues"
},
"bundleDependencies": false,
"dependencies": {
"cwebp-bin": "^5.0.0",
"exec-buffer": "^3.0.0",
"is-cwebp-readable": "^2.0.1"
},
"deprecated": false,
"description": "WebP imagemin plugin",
"devDependencies": {
"ava": "^0.25.0",
"is-webp": "^1.0.0",
"pify": "^4.0.0",
"xo": "^0.23.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/imagemin/imagemin-webp#readme",
"keywords": [
"compress",
"cwebp",
"image",
"imageminplugin",
"img",
"jpg",
"minify",
"optimize",
"png",
"tif",
"webp"
],
"license": "MIT",
"maintainers": [
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
{
"name": "Shinnosuke Watanabe",
"url": "github.com/shinnn"
}
],
"name": "imagemin-webp",
"repository": {
"type": "git",
"url": "git+https://github.com/imagemin/imagemin-webp.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "5.1.0"
}