File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/mozjpeg/package.json
{
"_args": [
[
"mozjpeg@6.0.1",
"/home/arjun/projects/buyercall_forms/buyercall"
]
],
"_from": "mozjpeg@6.0.1",
"_id": "mozjpeg@6.0.1",
"_inBundle": false,
"_integrity": "sha512-9Z59pJMi8ni+IUvSH5xQwK5tNLw7p3dwDNCZ3o1xE+of3G5Hc/yOz6Ue/YuLiBXU3ZB5oaHPURyPdqfBX/QYJA==",
"_location": "/mozjpeg",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mozjpeg@6.0.1",
"name": "mozjpeg",
"escapedName": "mozjpeg",
"rawSpec": "6.0.1",
"saveSpec": null,
"fetchSpec": "6.0.1"
},
"_requiredBy": [
"/imagemin-mozjpeg"
],
"_resolved": "https://registry.npmjs.org/mozjpeg/-/mozjpeg-6.0.1.tgz",
"_spec": "6.0.1",
"_where": "/home/arjun/projects/buyercall_forms/buyercall",
"ava": {
"serial": true
},
"bin": {
"mozjpeg": "cli.js"
},
"bugs": {
"url": "https://github.com/imagemin/mozjpeg-bin/issues"
},
"dependencies": {
"bin-build": "^3.0.0",
"bin-wrapper": "^4.0.0",
"logalot": "^2.1.0"
},
"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"
}