Files
30-seconds-of-code/node_modules/mozjpeg/package.json
2019-08-20 15:52:05 +02:00

83 lines
2.0 KiB
JSON

{
"_from": "mozjpeg@^6.0.0",
"_id": "mozjpeg@6.0.1",
"_inBundle": false,
"_integrity": "sha512-9Z59pJMi8ni+IUvSH5xQwK5tNLw7p3dwDNCZ3o1xE+of3G5Hc/yOz6Ue/YuLiBXU3ZB5oaHPURyPdqfBX/QYJA==",
"_location": "/mozjpeg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mozjpeg@^6.0.0",
"name": "mozjpeg",
"escapedName": "mozjpeg",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/imagemin-mozjpeg"
],
"_resolved": "https://registry.npmjs.org/mozjpeg/-/mozjpeg-6.0.1.tgz",
"_shasum": "56969dddb5741ef2bcb1af066cae21e61a91a27b",
"_spec": "mozjpeg@^6.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/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",
"logalot": "^2.1.0"
},
"deprecated": false,
"description": "mozjpeg wrapper that makes it seamlessly available as a local dependency",
"devDependencies": {
"ava": "*",
"bin-check": "^4.1.0",
"compare-size": "^3.0.0",
"execa": "^1.0.0",
"tempy": "^0.2.1",
"xo": "*"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"cli.js",
"lib"
],
"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"
},
"version": "6.0.1"
}