HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/mozjpeg/package.json
{
  "_args": [
    [
      "mozjpeg@7.1.1",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_development": true,
  "_from": "mozjpeg@7.1.1",
  "_id": "mozjpeg@7.1.1",
  "_inBundle": false,
  "_integrity": "sha512-iIDxWvzhWvLC9mcRJ1uSkiKaj4drF58oCqK2bITm5c2Jt6cJ8qQjSSru2PCaysG+hLIinryj8mgz5ZJzOYTv1A==",
  "_location": "/mozjpeg",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mozjpeg@7.1.1",
    "name": "mozjpeg",
    "escapedName": "mozjpeg",
    "rawSpec": "7.1.1",
    "saveSpec": null,
    "fetchSpec": "7.1.1"
  },
  "_requiredBy": [
    "/imagemin-mozjpeg"
  ],
  "_resolved": "https://registry.npmjs.org/mozjpeg/-/mozjpeg-7.1.1.tgz",
  "_spec": "7.1.1",
  "_where": "/home/arjun/projects/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"
  },
  "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"
}