{
  "_args": [
    [
      {
        "raw": "cropper@^3.1.3",
        "scope": null,
        "escapedName": "cropper",
        "name": "cropper",
        "rawSpec": "^3.1.3",
        "spec": ">=3.1.3 <4.0.0",
        "type": "range"
      },
      "/var/www/html/dev"
    ]
  ],
  "_from": "cropper@>=3.1.3 <4.0.0",
  "_id": "cropper@3.1.3",
  "_inCache": true,
  "_location": "/cropper",
  "_nodeVersion": "8.5.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/cropper-3.1.3.tgz_1508580816864_0.9724663107190281"
  },
  "_npmUser": {
    "name": "fengyuanchen",
    "email": "chenfengyuan@outlook.com"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "cropper@^3.1.3",
    "scope": null,
    "escapedName": "cropper",
    "name": "cropper",
    "rawSpec": "^3.1.3",
    "spec": ">=3.1.3 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/cropper/-/cropper-3.1.3.tgz",
  "_shasum": "0ebf2f78017b1528a9db112108e50ad8992e64d9",
  "_shrinkwrap": null,
  "_spec": "cropper@^3.1.3",
  "_where": "/var/www/html/dev",
  "author": {
    "name": "Chen Fengyuan",
    "url": "http://chenfengyuan.com"
  },
  "browser": "dist/cropper.js",
  "bugs": {
    "url": "https://github.com/fengyuanchen/cropper/issues"
  },
  "dependencies": {},
  "description": "A simple jQuery image cropping plugin.",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "cpy-cli": "^1.0.1",
    "cssnano": "^3.10.0",
    "eslint": "^4.9.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0",
    "jquery": "^3.2.1",
    "node-qunit-phantomjs": "^1.5.1",
    "npm-run-all": "^4.1.1",
    "postcss-cli": "^4.1.1",
    "postcss-cssnext": "^3.0.2",
    "postcss-header": "^1.0.0",
    "postcss-url": "^7.1.2",
    "rollup": "^0.50.0",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-commonjs": "^8.2.4",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-watch": "^4.3.1",
    "stylefmt": "^6.0.0",
    "uglify-js": "^3.1.4"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-k+bc22bDcemuaa2CV2kxF0eTsPX0dcH+VcE02YBULw1Y+VRvd6wAdC3i0YwJbfdcufbvZBytqt09lNJBz1/MHA==",
    "shasum": "0ebf2f78017b1528a9db112108e50ad8992e64d9",
    "tarball": "https://registry.npmjs.org/cropper/-/cropper-3.1.3.tgz"
  },
  "files": [
    "src",
    "dist"
  ],
  "gitHead": "18eaa2d7d5e4a77e7b70b03859fe6b4df960c31e",
  "homepage": "https://fengyuanchen.github.io/cropper",
  "keywords": [
    "image",
    "crop",
    "cropper",
    "cropping",
    "move",
    "zoom",
    "rotate",
    "scale",
    "jquery",
    "plugin",
    "jquery-plugin",
    "html",
    "css",
    "javascript",
    "front-end",
    "web",
    "development"
  ],
  "license": "MIT",
  "main": "dist/cropper.common.js",
  "maintainers": [
    {
      "name": "fengyuanchen",
      "email": "cfy.org@gmail.com"
    }
  ],
  "module": "dist/cropper.esm.js",
  "name": "cropper",
  "optionalDependencies": {},
  "peerDependencies": {
    "jquery": ">= 1.9.1"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fengyuanchen/cropper.git"
  },
  "scripts": {
    "build": "npm run build:css && npm run build:js",
    "build:css": "postcss src/css/cropper.css -o dist/cropper.css -m",
    "build:js": "rollup -c",
    "compress": "npm run compress:css && npm run compress:js",
    "compress:css": "postcss dist/cropper.css -u cssnano -o dist/cropper.min.css -m",
    "compress:js": "uglifyjs dist/cropper.js -o dist/cropper.min.js -c -m --comments /^!/",
    "copy": "cpy dist/cropper.css docs/css",
    "lint": "eslint src/js --fix",
    "release": "npm run lint && npm run build && npm run compress && npm run copy && npm test",
    "start": "npm-run-all --parallel watch:*",
    "test": "node-qunit-phantomjs test/index.html --timeout 10",
    "watch:css": "postcss src/css/cropper.css -o docs/css/cropper.css -m -w",
    "watch:js": "rollup -c -m -w"
  },
  "version": "3.1.3"
}
