{
  "_from": "blueimp-load-image@2",
  "_id": "blueimp-load-image@2.26.0",
  "_inBundle": false,
  "_integrity": "sha512-pL7SYdK9ZxBFmFiEoh91PIYccU9IzytQ8goIUgc+5RW6vYVyvpGRUltefceeoNyLARbF8QXiYimHp6kgjZ/IBg==",
  "_location": "/blueimp-load-image",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "blueimp-load-image@2",
    "name": "blueimp-load-image",
    "escapedName": "blueimp-load-image",
    "rawSpec": "2",
    "saveSpec": null,
    "fetchSpec": "2"
  },
  "_requiredBy": [
    "/blueimp-file-upload"
  ],
  "_resolved": "https://registry.npmjs.org/blueimp-load-image/-/blueimp-load-image-2.26.0.tgz",
  "_shasum": "4cd3115f115d5ef9386b2ee15a504668987dfd05",
  "_spec": "blueimp-load-image@2",
  "_where": "/Users/ngunguoksiong/color-admin/admin/src/node_modules/blueimp-file-upload",
  "author": {
    "name": "Sebastian Tschan",
    "url": "https://blueimp.net"
  },
  "bugs": {
    "url": "https://github.com/blueimp/JavaScript-Load-Image/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides methods to parse image meta data to extract IPTC and Exif tags as well as embedded thumbnail images and to restore the complete image header after resizing.",
  "devDependencies": {
    "eslint": "6",
    "eslint-config-blueimp": "1",
    "eslint-config-prettier": "6",
    "eslint-plugin-jsdoc": "15",
    "eslint-plugin-prettier": "3",
    "prettier": "1",
    "uglify-js": "3"
  },
  "eslintConfig": {
    "extends": [
      "blueimp",
      "plugin:jsdoc/recommended",
      "plugin:prettier/recommended"
    ],
    "env": {
      "browser": true
    }
  },
  "eslintIgnore": [
    "js/*.min.js",
    "js/vendor",
    "test/vendor"
  ],
  "files": [
    "js/*.js",
    "js/*.js.map"
  ],
  "homepage": "https://github.com/blueimp/JavaScript-Load-Image",
  "keywords": [
    "javascript",
    "load",
    "loading",
    "image",
    "file",
    "blob",
    "url",
    "scale",
    "crop",
    "img",
    "canvas",
    "meta",
    "exif",
    "iptc",
    "thumbnail",
    "resizing"
  ],
  "license": "MIT",
  "main": "js/index.js",
  "name": "blueimp-load-image",
  "prettier": {
    "proseWrap": "always",
    "semi": false,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/blueimp/JavaScript-Load-Image.git"
  },
  "scripts": {
    "build": "cd js && uglifyjs load-image.js load-image-scale.js load-image-meta.js load-image-fetch.js load-image-orientation.js load-image-exif.js load-image-exif-map.js load-image-iptc.js load-image-iptc-map.js -c -m -o load-image.all.min.js --source-map url=load-image.all.min.js.map",
    "lint": "eslint .",
    "posttest": "docker-compose down -v",
    "postversion": "git push --tags origin master master:gh-pages && npm publish",
    "preversion": "npm test",
    "test": "npm run lint && npm run unit",
    "unit": "docker-compose run --rm mocha",
    "version": "npm run build && git add -A js"
  },
  "title": "JavaScript Load Image",
  "version": "2.26.0"
}
