backoffice/node_modules/grunt-image/package.json

94 lines
2.1 KiB
JSON

{
"_args": [
[
"grunt-image@1.5.2",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "grunt-image@1.5.2",
"_id": "grunt-image@1.5.2",
"_inBundle": false,
"_integrity": "sha1-e09yVB7aSRE9Ru3N8LHMqpptjTU=",
"_location": "/grunt-image",
"_phantomChildren": {
"escape-string-regexp": "1.0.5"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "grunt-image@1.5.2",
"name": "grunt-image",
"escapedName": "grunt-image",
"rawSpec": "1.5.2",
"saveSpec": null,
"fetchSpec": "1.5.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt-image/-/grunt-image-1.5.2.tgz",
"_spec": "1.5.2",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "1000ch",
"email": "shogo.sensui@gmail.com",
"url": "http://github.com/1000ch"
},
"bugs": {
"url": "https://github.com/1000ch/grunt-image/issues"
},
"dependencies": {
"advpng-bin": "^3.0.0",
"async": "^1.5.2",
"chalk": "^1.1.3",
"filesize": "^3.3.0",
"gifsicle": "^3.0.3",
"jpeg-recompress-bin": "^3.0.1",
"jpegoptim-bin": "^3.0.0",
"mkdirp": "^0.5.1",
"mozjpeg": "^4.1.1",
"optipng-bin": "^3.1.2",
"pngquant-bin": "^3.1.0",
"svgo": "^0.6.6",
"tempfile": "^1.1.1",
"zopflipng-bin": "^3.0.1"
},
"description": "Optimize PNG, JPEG, GIF, SVG images.",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-jsvalidate": "^0.2.2"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/1000ch/grunt-image",
"keywords": [
"compress",
"minify",
"optimize",
"image",
"img",
"jpg",
"jpeg",
"png",
"gif",
"svg",
"gruntplugin"
],
"license": "MIT",
"name": "grunt-image",
"repository": {
"type": "git",
"url": "git://github.com/1000ch/grunt-image.git"
},
"scripts": {
"test": "grunt test"
},
"version": "1.5.2"
}