{
  "_from": "image-q@^4.0.0",
  "_id": "image-q@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-PfJGVgIfKQJuq3s0tTDOKtztksibuUEbJQIYT3by6wctQo+Rdlh7ef4evJ5NCdxY4CfMbvFkocEwbl4BF8RlJw==",
  "_location": "/image-q",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "image-q@^4.0.0",
    "name": "image-q",
    "escapedName": "image-q",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/gifwrap"
  ],
  "_resolved": "https://registry.npmjs.org/image-q/-/image-q-4.0.0.tgz",
  "_shasum": "31e075be7bae3c1f42a85c469b4732c358981776",
  "_spec": "image-q@^4.0.0",
  "_where": "D:\\node_js\\siwali\\node_modules\\gifwrap",
  "bugs": {
    "url": "https://github.com/ibezkrovnyi/image-quantization/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "dependencies": {
    "@types/node": "16.9.1"
  },
  "deprecated": false,
  "description": "Image Quantization Library in **TypeScript** *(MIT Licensed)*",
  "devDependencies": {
    "@types/pngjs": "3.3.0",
    "gh-pages": "3.2.3",
    "pngjs": "3.3.3",
    "typedoc": "0.22.10"
  },
  "exports": {
    "types": "./dist/types/src/index.d.ts",
    "import": "./dist/esm/image-q.mjs",
    "require": "./dist/cjs/image-q.cjs",
    "default": "./dist/esm/image-q.mjs"
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/ibezkrovnyi/image-quantization/tree/main/packages/image-q",
  "keywords": [
    "image",
    "palette",
    "quantization",
    "quantizer",
    "color",
    "neuquant",
    "rgbquant",
    "xiaolin wu",
    "cie94 distance",
    "ciede2000",
    "dithering",
    "floyd-steinberg"
  ],
  "license": "MIT",
  "main": "./dist/cjs/image-q.cjs",
  "module": "./dist/esm/image-q.mjs",
  "name": "image-q",
  "preferGlobal": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ibezkrovnyi/image-quantization.git"
  },
  "scripts": {
    "build": "pnpm compile:types && pnpm compile:esm && pnpm compile:cjs && shx cp ../../README.md ./",
    "clean": "shx rm -rf ./node_modules/.cache",
    "compile:cjs": "esbuild src/index.ts --outfile=dist/cjs/image-q.cjs --tsconfig=tsconfig.compile.json --format=cjs --platform=node --sourcemap --target=es2020,chrome58,node12 --bundle",
    "compile:esm": "esbuild src/index.ts --outfile=dist/esm/image-q.mjs --tsconfig=tsconfig.compile.json --format=esm --platform=neutral --sourcemap --target=es2020,chrome58,node12 --bundle",
    "compile:types": "tsc -p tsconfig.compile.json",
    "gh-pages": "shx rm -rf ./docs && typedoc && gh-pages -d docs",
    "test": "jest"
  },
  "types": "./dist/types/src/index.d.ts",
  "version": "4.0.0"
}
