package.json 2.03 KB
{
  "_from": "image-q@^1.1.1",
  "_id": "image-q@1.1.1",
  "_inBundle": false,
  "_integrity": "sha1-/IQJlmRGC5DKhi2TALa/u7+/gFY=",
  "_location": "/image-q",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "image-q@^1.1.1",
    "name": "image-q",
    "escapedName": "image-q",
    "rawSpec": "^1.1.1",
    "saveSpec": null,
    "fetchSpec": "^1.1.1"
  },
  "_requiredBy": [
    "/gifwrap"
  ],
  "_resolved": "https://registry.npmjs.org/image-q/-/image-q-1.1.1.tgz",
  "_shasum": "fc84099664460b90ca862d9300b6bfbbbfbf8056",
  "_spec": "image-q@^1.1.1",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\gifwrap",
  "author": {
    "name": "Igor Bezkrovny"
  },
  "bugs": {
    "url": "https://github.com/igor-bezkrovny/image-quantization/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "dependencies": {},
  "deprecated": false,
  "description": "Image Quantization Library in **TypeScript** *(MIT Licensed)*",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.0.2",
    "source-map-loader": "^0.1.5",
    "ts-loader": "^0.8.2",
    "typedoc": "^0.4.4",
    "typescript": "^2.0.0",
    "webpack": "^1.13.1"
  },
  "engines": {
    "node": ">=0.9.0"
  },
  "homepage": "https://github.com/igor-bezkrovny/image-quantization",
  "keywords": [
    "image",
    "palette",
    "quantization",
    "quantizer",
    "color",
    "neuquant",
    "rgbquant",
    "xiaolin wu",
    "cie94 distance",
    "ciede2000",
    "dithering",
    "floyd-steinberg"
  ],
  "license": "MIT",
  "main": "./dist/iq.js",
  "name": "image-q",
  "preferGlobal": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/igor-bezkrovny/image-quantization.git"
  },
  "scripts": {
    "dist": "webpack --config ./src/webpack.config.js",
    "prepublish": "npm run dist",
    "test": "mocha --recursive",
    "watch": "webpack --config ./src/webpack.config.js --watch"
  },
  "typings": "./dist/iq.d.ts",
  "version": "1.1.1"
}