{
  "_from": "cropperjs@v1.0.0-rc.3",
  "_inBundle": false,
  "_integrity": "sha512-3w3Rg95zHeVSAidvsoCzkYo9IycuTkU7pdP+lckQg2PY72HnFjj4JtS1L4sPumVzOU++e14BYp20ZbVczvVN1Q==",
  "_location": "/cropperjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cropperjs@v1.0.0-rc.3",
    "name": "cropperjs",
    "escapedName": "cropperjs",
    "rawSpec": "v1.0.0-rc.3",
    "saveSpec": null,
    "fetchSpec": "v1.0.0-rc.3"
  },
  "_requiredBy": [
    "/react-cropper"
  ],
  "_resolved": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.0.0-rc.3.tgz",
  "_shasum": "50a7c7611befc442702f845ede77d7df4572e82b",
  "_spec": "cropperjs@v1.0.0-rc.3",
  "_where": "/Users/zhangxu/Documents/startReact/2019.3.27/my-project/node_modules/react-cropper",
  "author": "Fengyuan Chen (http://chenfengyuan.com)",
  "browser": "dist/cropper.js",
  "bugs": {
    "url": "https://github.com/fengyuanchen/cropperjs/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JavaScript image cropper.",
  "devDependencies": {
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-es2015": "^6.22.0",
    "cssnano": "^3.10.0",
    "eslint": "^3.14.0",
    "eslint-config-airbnb-base": "^10.0.1",
    "eslint-plugin-import": "^2.2.0",
    "node-qunit-phantomjs": "^1.5.0",
    "npm-run-all": "^3.1.2",
    "postcss-assets": "^4.1.0",
    "postcss-cli": "^2.6.0",
    "postcss-cssnext": "^2.9.0",
    "rollup": "^0.36.4",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-watch": "^2.5.0",
    "uglify-js": "^2.7.5"
  },
  "homepage": "https://fengyuanchen.github.io/cropperjs",
  "keywords": [
    "image",
    "crop",
    "cropping",
    "move",
    "zoom",
    "rotate",
    "scale",
    "cropper",
    "cropperjs",
    "cropper.js",
    "html",
    "css",
    "javascript",
    "front-end",
    "web",
    "development"
  ],
  "license": "MIT",
  "main": "dist/cropper.common.js",
  "module": "dist/cropper.esm.js",
  "name": "cropperjs-self",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fengyuanchen/cropperjs.git"
  },
  "scripts": {
    "build": "npm run build:css && npm run build:js",
    "build:css": "postcss -c postcss.config.json",
    "build:js": "rollup -c",
    "compress": "npm run compress:css && npm run compress:js",
    "compress:css": "postcss -u cssnano dist/cropper.css -o dist/cropper.min.css",
    "compress:js": "uglifyjs dist/cropper.js -o dist/cropper.min.js -c -m --comments /^!/",
    "lint": "eslint src/js",
    "postbuild": "npm run compress && node build",
    "prebuild": "npm run lint && npm test",
    "start": "npm-run-all --parallel watch:*",
    "test": "node-qunit-phantomjs test/index.html",
    "watch:css": "postcss -c postcss.config.json -w",
    "watch:js": "rollup -c -w -m"
  },
  "version": "1.0.0-rc.3"
}
