徐总多门店
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.
 
 
 
 
 
 

82 lines
2.0 KiB

{
"_from": "mozjpeg@^7.0.0",
"_id": "mozjpeg@7.1.1",
"_inBundle": false,
"_integrity": "sha512-iIDxWvzhWvLC9mcRJ1uSkiKaj4drF58oCqK2bITm5c2Jt6cJ8qQjSSru2PCaysG+hLIinryj8mgz5ZJzOYTv1A==",
"_location": "/mozjpeg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mozjpeg@^7.0.0",
"name": "mozjpeg",
"escapedName": "mozjpeg",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/imagemin-mozjpeg"
],
"_resolved": "https://registry.npmmirror.com/mozjpeg/-/mozjpeg-7.1.1.tgz",
"_shasum": "dfb61953536e66fcabd4ae795e7a312d42a51f18",
"_spec": "mozjpeg@^7.0.0",
"_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\imagemin-mozjpeg",
"ava": {
"serial": true
},
"bin": {
"mozjpeg": "cli.js"
},
"bugs": {
"url": "https://github.com/imagemin/mozjpeg-bin/issues"
},
"bundleDependencies": false,
"dependencies": {
"bin-build": "^3.0.0",
"bin-wrapper": "^4.0.0"
},
"deprecated": false,
"description": "mozjpeg wrapper that makes it seamlessly available as a local dependency",
"devDependencies": {
"ava": "^3.8.0",
"bin-check": "^4.1.0",
"compare-size": "^3.0.0",
"execa": "^4.0.0",
"tempy": "^0.5.0",
"xo": "^0.30.0"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"cli.js",
"lib",
"vendor/source"
],
"homepage": "https://github.com/imagemin/mozjpeg-bin#readme",
"keywords": [
"imagemin",
"jpeg",
"jpg",
"img",
"image",
"compress",
"minify",
"mozjpeg",
"optimize"
],
"license": "MIT",
"name": "mozjpeg",
"repository": {
"type": "git",
"url": "git+https://github.com/imagemin/mozjpeg-bin.git"
},
"scripts": {
"build-linux": "docker build --tag imagemin/mozjpeg docker && docker run --rm --volume $(pwd)/vendor/linux:/src/out imagemin/mozjpeg cp cjpeg /src/out",
"postinstall": "node lib/install.js",
"test": "xo && ava --timeout=120s"
},
"version": "7.1.1"
}