{
  "_from": "@jimp/plugin-normalize@^0.16.2",
  "_id": "@jimp/plugin-normalize@0.16.2",
  "_inBundle": false,
  "_integrity": "sha512-+ItBWFwmB0Od7OfOtTYT1gm543PpHUgU8/DN55z83l1JqS0OomDJAe7BmCppo2405TN6YtVm/csXo7p4iWd/SQ==",
  "_location": "/@jimp/plugin-normalize",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@jimp/plugin-normalize@^0.16.2",
    "name": "@jimp/plugin-normalize",
    "escapedName": "@jimp%2fplugin-normalize",
    "scope": "@jimp",
    "rawSpec": "^0.16.2",
    "saveSpec": null,
    "fetchSpec": "^0.16.2"
  },
  "_requiredBy": [
    "/@jimp/plugins"
  ],
  "_resolved": "https://registry.npmjs.org/@jimp/plugin-normalize/-/plugin-normalize-0.16.2.tgz",
  "_shasum": "e36a8ecaea6acb4711c543212863a570fe19901f",
  "_spec": "@jimp/plugin-normalize@^0.16.2",
  "_where": "D:\\node_js\\siwali\\node_modules\\@jimp\\plugins",
  "author": "",
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.7.2",
    "@jimp/utils": "^0.16.2"
  },
  "deprecated": false,
  "description": "normalize an image.",
  "devDependencies": {
    "@jimp/custom": "^0.16.2",
    "@jimp/test-utils": "^0.16.2"
  },
  "gitHead": "e4d6af032fdabdb4b8a4368ec957dec8ea426ef4",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "es/index.js",
  "name": "@jimp/plugin-normalize",
  "peerDependencies": {
    "@jimp/custom": ">=0.3.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run build:node:production && npm run build:module",
    "build:debug": "npm run build:node:debug",
    "build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
    "build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
    "build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
    "build:node:production": "cross-env BABEL_ENV=production npm run build:node",
    "build:watch": "npm run build:node:debug -- -- --watch --verbose",
    "test": "cross-env BABEL_ENV=test mocha --require @babel/register",
    "test:coverage": "nyc npm run test",
    "test:watch": "npm run test -- --reporter min --watch"
  },
  "types": "index.d.ts",
  "version": "0.16.2"
}
