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

82 lines
1.8 KiB
JSON

{
"_args": [
[
"imagemin@6.1.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "imagemin@6.1.0",
"_id": "imagemin@6.1.0",
"_inBundle": false,
"_integrity": "sha512-8ryJBL1CN5uSHpiBMX0rJw79C9F9aJqMnjGnrd/1CafegpNuA81RBAAru/jQQEOWlOJJlpRnlcVFF6wq+Ist0A==",
"_location": "/imagemin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "imagemin@6.1.0",
"name": "imagemin",
"escapedName": "imagemin",
"rawSpec": "6.1.0",
"saveSpec": null,
"fetchSpec": "6.1.0"
},
"_requiredBy": [
"/gulp-imagemin"
],
"_resolved": "https://registry.npmjs.org/imagemin/-/imagemin-6.1.0.tgz",
"_spec": "6.1.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"bugs": {
"url": "https://github.com/imagemin/imagemin/issues"
},
"dependencies": {
"file-type": "^10.7.0",
"globby": "^8.0.1",
"make-dir": "^1.0.0",
"p-pipe": "^1.1.0",
"pify": "^4.0.1",
"replace-ext": "^1.0.0"
},
"description": "Minify images",
"devDependencies": {
"ava": "^1.0.1",
"del": "^3.0.0",
"imagemin-jpegtran": "^6.0.0",
"imagemin-svgo": "^7.0.0",
"imagemin-webp": "^5.0.0",
"is-jpg": "^2.0.0",
"tempy": "^0.2.1",
"xo": "^0.23.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/imagemin/imagemin#readme",
"keywords": [
"minify",
"compress",
"image",
"images",
"jpeg",
"jpg",
"png",
"gif",
"svg"
],
"license": "MIT",
"name": "imagemin",
"repository": {
"type": "git",
"url": "git+https://github.com/imagemin/imagemin.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "6.1.0"
}