| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "grunt-contrib-imagemin@^4.0.0", |
| 3 | "_id": "grunt-contrib-imagemin@4.0.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-2GYQBQFfJLjeTThJ8E7+vLgvgfOh78u0bgieIK85c2Rv9V6ssd2AvBvuF7T26mK261EN/SlNefpW5+zGWzfrVw==", |
| 6 | "_location": "/grunt-contrib-imagemin", |
| 7 | "_phantomChildren": { |
| 8 | "escape-string-regexp": "1.0.5", |
| 9 | "file-type": "10.11.0", |
| 10 | "globby": "8.0.2", |
| 11 | "make-dir": "1.3.0", |
| 12 | "p-pipe": "1.2.0", |
| 13 | "pify": "4.0.1", |
| 14 | "replace-ext": "1.0.1" |
| 15 | }, |
| 16 | "_requested": { |
| 17 | "type": "range", |
| 18 | "registry": true, |
| 19 | "raw": "grunt-contrib-imagemin@^4.0.0", |
| 20 | "name": "grunt-contrib-imagemin", |
| 21 | "escapedName": "grunt-contrib-imagemin", |
| 22 | "rawSpec": "^4.0.0", |
| 23 | "saveSpec": null, |
| 24 | "fetchSpec": "^4.0.0" |
| 25 | }, |
| 26 | "_requiredBy": [ |
| 27 | "/" |
| 28 | ], |
| 29 | "_resolved": "https://registry.npmjs.org/grunt-contrib-imagemin/-/grunt-contrib-imagemin-4.0.0.tgz", |
| 30 | "_shasum": "ae917feb0514aedc3d24c90579b1341d577f2cd3", |
| 31 | "_spec": "grunt-contrib-imagemin@^4.0.0", |
| 32 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar", |
| 33 | "appveyor_id": "7w491e6edsuanreu", |
| 34 | "author": { |
| 35 | "name": "Grunt Team", |
| 36 | "url": "https://gruntjs.com/" |
| 37 | }, |
| 38 | "bugs": { |
| 39 | "url": "https://github.com/gruntjs/grunt-contrib-imagemin/issues" |
| 40 | }, |
| 41 | "bundleDependencies": false, |
| 42 | "dependencies": { |
| 43 | "chalk": "^2.4.1", |
| 44 | "imagemin": "^6.0.0", |
| 45 | "imagemin-gifsicle": "^6.0.1", |
| 46 | "imagemin-jpegtran": "^6.0.0", |
| 47 | "imagemin-optipng": "^6.0.0", |
| 48 | "imagemin-svgo": "^7.0.0", |
| 49 | "p-map": "^1.2.0", |
| 50 | "plur": "^3.0.1", |
| 51 | "pretty-bytes": "^5.1.0" |
| 52 | }, |
| 53 | "deprecated": false, |
| 54 | "description": "Minify images", |
| 55 | "devDependencies": { |
| 56 | "ava": "^1.4.1", |
| 57 | "del-cli": "^1.1.0", |
| 58 | "grunt": "^1.1.0", |
| 59 | "xo": "^0.23.0" |
| 60 | }, |
| 61 | "engines": { |
| 62 | "node": ">=8" |
| 63 | }, |
| 64 | "files": [ |
| 65 | "tasks" |
| 66 | ], |
| 67 | "homepage": "https://github.com/gruntjs/grunt-contrib-imagemin#readme", |
| 68 | "keywords": [ |
| 69 | "gruntplugin", |
| 70 | "compress", |
| 71 | "gif", |
| 72 | "image", |
| 73 | "img", |
| 74 | "jpeg", |
| 75 | "jpg", |
| 76 | "minify", |
| 77 | "png", |
| 78 | "svg" |
| 79 | ], |
| 80 | "license": "MIT", |
| 81 | "name": "grunt-contrib-imagemin", |
| 82 | "optionalDependencies": { |
| 83 | "imagemin-gifsicle": "^6.0.1", |
| 84 | "imagemin-jpegtran": "^6.0.0", |
| 85 | "imagemin-optipng": "^6.0.0", |
| 86 | "imagemin-svgo": "^7.0.0" |
| 87 | }, |
| 88 | "repository": { |
| 89 | "type": "git", |
| 90 | "url": "git+https://github.com/gruntjs/grunt-contrib-imagemin.git" |
| 91 | }, |
| 92 | "scripts": { |
| 93 | "ava": "ava", |
| 94 | "test": "npm run xo && grunt && npm run ava && del-cli tmp", |
| 95 | "xo": "xo" |
| 96 | }, |
| 97 | "version": "4.0.0", |
| 98 | "xo": { |
| 99 | "rules": { |
| 100 | "promise/prefer-await-to-then": false |
| 101 | } |
| 102 | } |
| 103 | } |