You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.8 KiB
78 lines
1.8 KiB
4 years ago
|
{
|
||
|
"_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": "/home/herrhase/Workspace/tentakelfabrik/board/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"
|
||
|
}
|