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.
131 lines
3.1 KiB
131 lines
3.1 KiB
{ |
|
"_args": [ |
|
[ |
|
"gulp-imagemin", |
|
"/Users/rdrew/themes/lmmi_journal_theme" |
|
] |
|
], |
|
"_from": "gulp-imagemin@latest", |
|
"_id": "gulp-imagemin@4.1.0", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/gulp-imagemin", |
|
"_nodeVersion": "8.9.0", |
|
"_npmOperationalInternal": { |
|
"host": "s3://npm-registry-packages", |
|
"tmp": "tmp/gulp-imagemin-4.1.0.tgz_1514669187021_0.1524178679101169" |
|
}, |
|
"_npmUser": { |
|
"email": "sindresorhus@gmail.com", |
|
"name": "sindresorhus" |
|
}, |
|
"_npmVersion": "5.5.1", |
|
"_phantomChildren": { |
|
"color-convert": "1.9.3", |
|
"escape-string-regexp": "1.0.5", |
|
"has-flag": "3.0.0" |
|
}, |
|
"_requested": { |
|
"name": "gulp-imagemin", |
|
"raw": "gulp-imagemin", |
|
"rawSpec": "", |
|
"scope": null, |
|
"spec": "latest", |
|
"type": "tag" |
|
}, |
|
"_requiredBy": [ |
|
"#DEV:/" |
|
], |
|
"_resolved": "https://registry.npmjs.org/gulp-imagemin/-/gulp-imagemin-4.1.0.tgz", |
|
"_shasum": "5ce347f1d1706fed3cc8f1777ca9094a583b50b7", |
|
"_shrinkwrap": null, |
|
"_spec": "gulp-imagemin", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme", |
|
"author": { |
|
"email": "sindresorhus@gmail.com", |
|
"name": "Sindre Sorhus", |
|
"url": "sindresorhus.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/sindresorhus/gulp-imagemin/issues" |
|
}, |
|
"dependencies": { |
|
"chalk": "^2.1.0", |
|
"fancy-log": "^1.3.2", |
|
"imagemin": "^5.3.1", |
|
"imagemin-gifsicle": "^5.2.0", |
|
"imagemin-jpegtran": "^5.0.2", |
|
"imagemin-optipng": "^5.2.1", |
|
"imagemin-svgo": "^6.0.0", |
|
"plugin-error": "^0.1.2", |
|
"plur": "^2.1.2", |
|
"pretty-bytes": "^4.0.2", |
|
"through2-concurrent": "^1.1.1" |
|
}, |
|
"description": "Minify PNG, JPEG, GIF and SVG images", |
|
"devDependencies": { |
|
"ava": "*", |
|
"get-stream": "^3.0.0", |
|
"imagemin-pngquant": "^5.0.1", |
|
"pify": "^3.0.0", |
|
"vinyl": "^2.1.0", |
|
"xo": "*" |
|
}, |
|
"directories": {}, |
|
"dist": { |
|
"integrity": "sha512-6nWkrMNY5ub+34+DwlgQdWg21Z4DWAOARLpnyuZ773pGPJrfiyQrkOzdz9DgQSGBQjU1zuw6gd+9clLi6eicuw==", |
|
"shasum": "5ce347f1d1706fed3cc8f1777ca9094a583b50b7", |
|
"tarball": "https://registry.npmjs.org/gulp-imagemin/-/gulp-imagemin-4.1.0.tgz" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"gitHead": "e1e3cf2a35ef1ff1f200aa5432d1167a8f347039", |
|
"homepage": "https://github.com/sindresorhus/gulp-imagemin#readme", |
|
"keywords": [ |
|
"gulpplugin", |
|
"imagemin", |
|
"image", |
|
"img", |
|
"picture", |
|
"photo", |
|
"minify", |
|
"minifier", |
|
"compress", |
|
"png", |
|
"jpg", |
|
"jpeg", |
|
"gif", |
|
"svg" |
|
], |
|
"license": "MIT", |
|
"maintainers": [ |
|
{ |
|
"email": "sindresorhus@gmail.com", |
|
"name": "sindresorhus" |
|
}, |
|
{ |
|
"email": "kevinmartensson@gmail.com", |
|
"name": "kevva" |
|
} |
|
], |
|
"name": "gulp-imagemin", |
|
"optionalDependencies": { |
|
"imagemin-gifsicle": "^5.2.0", |
|
"imagemin-jpegtran": "^5.0.2", |
|
"imagemin-optipng": "^5.2.1", |
|
"imagemin-svgo": "^6.0.0" |
|
}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/sindresorhus/gulp-imagemin.git" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava" |
|
}, |
|
"version": "4.1.0" |
|
}
|
|
|