biofriction-wp-theme/node_modules/imagemin-jpegtran/package.json

95 lines
2.2 KiB
JSON

{
"_args": [
[
"imagemin-jpegtran@6.0.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "imagemin-jpegtran@6.0.0",
"_id": "imagemin-jpegtran@6.0.0",
"_inBundle": false,
"_integrity": "sha512-Ih+NgThzqYfEWv9t58EItncaaXIHR0u9RuhKa8CtVBlMBvY0dCIxgQJQCfwImA4AV1PMfmUKlkyIHJjb7V4z1g==",
"_location": "/imagemin-jpegtran",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "imagemin-jpegtran@6.0.0",
"name": "imagemin-jpegtran",
"escapedName": "imagemin-jpegtran",
"rawSpec": "6.0.0",
"saveSpec": null,
"fetchSpec": "6.0.0"
},
"_requiredBy": [
"/gulp-imagemin"
],
"_resolved": "https://registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-6.0.0.tgz",
"_spec": "6.0.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"bugs": {
"url": "https://github.com/imagemin/imagemin-jpegtran/issues"
},
"dependencies": {
"exec-buffer": "^3.0.0",
"is-jpg": "^2.0.0",
"jpegtran-bin": "^4.0.0"
},
"description": "jpegtran imagemin plugin",
"devDependencies": {
"ava": "*",
"is-progressive": "^3.0.0",
"pify": "^4.0.0",
"xo": "*"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/imagemin/imagemin-jpegtran#readme",
"keywords": [
"compress",
"image",
"imageminplugin",
"img",
"jpeg",
"jpegtran",
"jpg",
"minify",
"optimize"
],
"license": "MIT",
"maintainers": [
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
{
"name": "Shinnosuke Watanabe",
"url": "github.com/shinnn"
}
],
"name": "imagemin-jpegtran",
"repository": {
"type": "git",
"url": "git+https://github.com/imagemin/imagemin-jpegtran.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "6.0.0",
"xo": {
"esnext": true
}
}