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

95 lines
2.2 KiB
JSON

{
"_from": "imagemin-mozjpeg@^8.0.0",
"_id": "imagemin-mozjpeg@8.0.0",
"_inBundle": false,
"_integrity": "sha512-+EciPiIjCb8JWjQNr1q8sYWYf7GDCNDxPYnkD11TNIjjWNzaV+oTg4DpOPQjl5ZX/KRCPMEgS79zLYAQzLitIA==",
"_location": "/imagemin-mozjpeg",
"_phantomChildren": {
"cross-spawn": "6.0.5",
"is-stream": "1.1.0",
"npm-run-path": "2.0.2",
"p-finally": "1.0.0",
"pump": "3.0.0",
"signal-exit": "3.0.2",
"strip-eof": "1.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "imagemin-mozjpeg@^8.0.0",
"name": "imagemin-mozjpeg",
"escapedName": "imagemin-mozjpeg",
"rawSpec": "^8.0.0",
"saveSpec": null,
"fetchSpec": "^8.0.0"
},
"_requiredBy": [
"/gatsby-plugin-sharp"
],
"_resolved": "https://registry.npmjs.org/imagemin-mozjpeg/-/imagemin-mozjpeg-8.0.0.tgz",
"_shasum": "d2ca4e8c982c7c6eda55069af89dee4c1cebcdfd",
"_spec": "imagemin-mozjpeg@^8.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-mozjpeg/issues"
},
"bundleDependencies": false,
"dependencies": {
"execa": "^1.0.0",
"is-jpg": "^2.0.0",
"mozjpeg": "^6.0.0"
},
"deprecated": false,
"description": "Imagemin plugin for mozjpeg",
"devDependencies": {
"ava": "*",
"is-progressive": "^3.0.0",
"pify": "^4.0.0",
"xo": "*"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/imagemin/imagemin-mozjpeg#readme",
"keywords": [
"compress",
"image",
"imageminplugin",
"img",
"jpeg",
"jpg",
"minify",
"mozjpeg",
"optimize"
],
"license": "MIT",
"maintainers": [
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
{
"name": "Shinnosuke Watanabe",
"url": "github.com/shinnn"
}
],
"name": "imagemin-mozjpeg",
"repository": {
"type": "git",
"url": "git+https://github.com/imagemin/imagemin-mozjpeg.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "8.0.0"
}