1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "imagemin@^6.0.0",
- "_id": "imagemin@6.1.0",
- "_inBundle": false,
- "_integrity": "sha512-8ryJBL1CN5uSHpiBMX0rJw79C9F9aJqMnjGnrd/1CafegpNuA81RBAAru/jQQEOWlOJJlpRnlcVFF6wq+Ist0A==",
- "_location": "/imagemin",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "imagemin@^6.0.0",
- "name": "imagemin",
- "escapedName": "imagemin",
- "rawSpec": "^6.0.0",
- "saveSpec": null,
- "fetchSpec": "^6.0.0"
- },
- "_requiredBy": [
- "/laravel-mix"
- ],
- "_resolved": "https://registry.npmjs.org/imagemin/-/imagemin-6.1.0.tgz",
- "_shasum": "62508b465728fea36c03cdc07d915fe2d8cf9e13",
- "_spec": "imagemin@^6.0.0",
- "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
- "bugs": {
- "url": "https://github.com/imagemin/imagemin/issues"
- },
- "bundleDependencies": false,
- "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"
- },
- "deprecated": false,
- "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"
- }
|