{"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"dist-tags":{"latest":"0.6.5","next":"1.0.5"},"author":{"name":"goodboy"},"description":"A simple Vue picture clipping plugin","readme":"# vue-cropper\n一个优雅的图片裁剪插件\n\n[ [查看演示 Demo](http://github.xyxiao.cn/vue-cropper/example/) ]  \n[ [README_english](https://github.com/xyxiao001/vue-cropper/blob/master/english.md) ]  \n[ [更新日志](https://github.com/xyxiao001/vue-cropper/blob/master/CHANGELOG.md) ]\n\n\n\n## 一、安装使用\n\n\n### 1. 安装\n\n```bash\n# npm 安装\nnpm install vue-cropper\n```\n```bash\n# yarn 安装\nyarn add vue-cropper\n```\n\n\n如果你没有使用 `npm`\n\n[在线例子vue-cropper + vue.2x](https://codepen.io/xyxiao001/pen/wxwKGz)\n\n[在线例子vue-cropper@next + vue.3x](https://codepen.io/xyxiao001/pen/yLooYKg)\n\n服务器渲染 `nuxt` 解决方案 设置为 `ssr: false`\n```js\nmodule.exports = {\n  ...\n  build: {\n    vendor: [\n      'vue-cropper\n    ...\n    plugins: [\n      { src: '~/plugins/vue-cropper', ssr: false }\n    ]\n  }\n}\n```\n\n\n### 2. 引入 Vue Cropper \n`Vue 3` 组件内引入\n```bash\nnpm install vue-cropper@next\nimport 'vue-cropper/dist/index.css'\nimport { VueCropper }  from \"vue-cropper\";\n```\n\n`Vue3` 全局引入\n```js\nimport VueCropper from 'vue-cropper'; \nimport 'vue-cropper/dist/index.css'\n\nconst app = createApp(App)\napp.use(VueCropper)\napp.mount('#app')\n```\n\n`Vue3 CDN` 方式引入\n```html\n<style type=\"text/css\" src=\"https://cdn.jsdelivr.net/npm/vue-cropper@1.0.2/dist/index.css\"></style> \n```\n\n```js\n<script src=\"https://cdn.jsdelivr.net/npm/vue@3.2.1/dist/vue.global.js\"></script>\n<script src=\"https://cdn.jsdelivr.net/npm/vue-cropper@1.0.2/dist/vue-cropper.umd.js\"></script>\nconst app = Vue.createApp({...});\napp.component('vue-cropper', window['vue-cropper'].VueCropper);\n```\n\n\n`Vue2` 组件内引入\n```js\nimport { VueCropper }  from 'vue-cropper' \ncomponents: {\n  VueCropper\n}\n```\n\n`Vue2` 全局引入\n```js\nimport VueCropper from 'vue-cropper'\nVue.use(VueCropper)\n```\n\n\n`Vue2 CDN` 方式引入\n```html\n<script src=\"//cdn.jsdelivr.net/npm/vue-cropper@0.4.9/dist/index.js\"></script>\n```\n```js\nVue.use(window['vue-cropper'].default)\n```\n\n\n`nuxt` 引入方式\n```js\nif(process.browser) {\n  vueCropper = require('vue-cropper')\n  Vue.use(vueCropper.default)\n}\n```\n\n### 3. 代码中使用\n\n> **重要！** 需要关掉本地的 mock 服务， 不然图片转化会报错\n> **重要！** 需要使用外层容器包裹并设置宽高\n\n```html\n<vueCropper\n  ref=\"cropper\"\n  :img=\"option.img\"\n  :outputSize=\"option.size\"\n  :outputType=\"option.outputType\"\n></vueCropper>\n```\n\n\n## 二、文档\n\n### 1. props\n\n> 目前还不知道什么原因项目里面开启 `mock` 会导致 file 报错，建议使用时关掉 `mock`\n\n\n名称 | 功能 | 默认值 | 可选值\n--- | --- | --- | ---\nimg | 裁剪图片的地址 | 空 | `url 地址`, `base64`, `blob`\noutputSize | 裁剪生成图片的质量 | `1` | 0.1 ~ 1\noutputType | 裁剪生成图片的格式 | jpg (jpg 需要传入jpeg) | `jpeg`, `png`, `webp`\ninfo | 裁剪框的大小信息 | `true` | `true`, `false`\ncanScale | 图片是否允许滚轮缩放 | `true` | `true`, `false`\nautoCrop | 是否默认生成截图框 | `false` | `true`, `false`\nautoCropWidth | 默认生成截图框宽度 | 容器的 80% | 0 ~ max\nautoCropHeight | 默认生成截图框高度 | 容器的 80% | 0 ~ max\nfixed | 是否开启截图框宽高固定比例 | `false` | `true`, `false`\nfixedNumber | 截图框的宽高比例 | `[1, 1]` | `[ 宽度 ,  高度 ]`\nfull | 是否输出原图比例的截图 | `false` | `true`, `false`\nfixedBox | 固定截图框大小 | 不允许改变 | `false` | `true`, `false`\ncanMove | 上传图片是否可以移动 | `true` | `true`, `false`\ncanMoveBox | 截图框能否拖动 | `true` | `true`, `false`\noriginal | 上传图片按照原始比例渲染 | `false` | `true`, `false`\ncenterBox | 截图框是否被限制在图片里面 | `false` | `true`, `false`\nhigh | 是否按照设备的dpr 输出等比例图片 | `true` | `true`, `false`\ninfoTrue | true 为展示真实输出图片宽高 `false` 展示看到的截图框宽高 | false | `true`, `false`\nmaxImgSize | 限制图片最大宽度和高度 | `2000` | 0 ~ max\nenlarge | 图片根据截图框输出比例倍数 | `1` | 0 ~ max(建议不要太大不然会卡死的呢)\nmode | 图片默认渲染方式 | `contain` | `contain` , `cover`, `100px`, `100%` auto\n\n### 2. 可用回调方法\n\n- `@realTime` 实时预览事件\n- `@imgMoving`  图片移动回调函数\n- `@cropMoving` 截图框移动回调函数\n- `@imgLoad`  图片加载的回调, 返回结果 `success`,  `error`\n\n#### @realTime 实时预览事件\n```js\nrealTime(data) {\n  var previews = data\n  var h = 0.5\n  var w = 0.2\n\n  this.previewStyle1 = {\n    width: previews.w + \"px\",\n    height: previews.h + \"px\",\n    overflow: \"hidden\",\n    margin: \"0\",\n    zoom: h\n  }\n\n  this.previewStyle2 = {\n    width: previews.w + \"px\",\n    height: previews.h + \"px\",\n    overflow: \"hidden\",\n    margin: \"0\",\n    zoom: w\n  }\n\n  // 固定为 100 宽度\n  this.previewStyle3 = {\n    width: previews.w + \"px\",\n    height: previews.h + \"px\",\n    overflow: \"hidden\",\n    margin: \"0\",\n    zoom: 100 / preview.w\n  }\n\n  // 固定为 100 高度\n  this.previewStyle4 = {\n    width: previews.w + \"px\",\n    height: previews.h + \"px\",\n    overflow: \"hidden\",\n    margin: \"0\",\n    zoom: 100 / preview.h\n  }\n  this.previews = data\n}\n```\n\n```html\n<div class=\"show-preview\" :style=\"{'width': previews.w + 'px', 'height': previews.h + 'px',  'overflow': 'hidden',\n    'margin': '5px'}\">\n  <div :style=\"previews.div\">\n    <img :src=\"option.img\" :style=\"previews.img\">\n  </div>\n</div>\n<p>中等大小</p>\n<div :style=\"previewStyle1\"> \n  <div :style=\"previews.div\">\n    <img :src=\"previews.url\" :style=\"previews.img\">\n  </div>\n</div>\n\n<p>迷你大小</p>\n<div :style=\"previewStyle2\"> \n  <div :style=\"previews.div\">\n    <img :src=\"previews.url\" :style=\"previews.img\">\n  </div>\n</div>\n```\n\n\n#### @imgMoving 图片移动回调函数\n\n返回的参数内容\n```js\n{\n   moving: true, // moving 是否在移动\n   axis: {\n     x1: 1, // 左上角\n     x2: 1，// 右上角\n     y1: 1，// 左下角\n     y2: 1 // 右下角\n   }\n }\n```\n\n#### @cropMoving 截图框移动回调函数\n返回的参数内容\n```js\n{\n   moving: true, // moving 是否在移动\n   axis: {\n     x1: 1, // 左上角\n     x2: 1，// 右上角\n     y1: 1，// 左下角\n     y2: 1 // 右下角\n   }\n }\n```\n\n\n### 2. 内置方法 和 属性\n通过 `this.$refs.cropper` 调用\n\n**属性**\n\n属性 | 说明\n--- | ---\nthis.$refs.cropper.cropW |  截图框宽度\nthis.$refs.cropper.cropH | 截图框高度\n\n\n**方法**\n\n方法 | 说明\n--- | ---\nthis.$refs.cropper.startCrop() | 开始截图\nthis.$refs.cropper.stopCrop() | 停止截图\nthis.$refs.cropper.clearCrop() | 清除截图\nthis.$refs.cropper.changeScale() | 修改图片大小 正数为变大 负数变小\nthis.$refs.cropper.getImgAxis() | 获取图片基于容器的坐标点\nthis.$refs.cropper.getCropAxis() | 获取截图框基于容器的坐标点\nthis.$refs.cropper.goAutoCrop | 自动生成截图框函数\nthis.$refs.cropper.rotateRight() | 向右边旋转90度\nthis.$refs.cropper.rotateLeft() | 向左边旋转90度\n\n**获取截图内容**\n\n获取截图的 base64 数据\n\n```js\nthis.$refs.cropper.getCropData(data => {\n  // do something\n  console.log(data)  \n})\n```\n\n获取截图的 blob 数据\n```js\nthis.$refs.cropper.getCropBlob(data => {\n  // do something\n  console.log(data)  \n})\n```\n\n\n\n\n\n## 三、相关文章参考\n- [shn_ui - vue-cropper ](https://shnhz.github.io/shn-ui/#/component/vue-cropper) - 野宁新之助\n- [vue全家桶开发管理后台—裁切图片](https://blog.csdn.net/qq_30632003/article/details/79639346)  - 麻球科技-菅双鹏\n- [Vue-cropper 图片裁剪的基本原理](https://www.cnblogs.com/tugenhua0707/p/8859291.html) - 龙恩0707\n- [关于昵称和头像的总结（模仿微信）](https://zhuanlan.zhihu.com/p/45746753)  - 秋晨光\n- [vue-cropper-h5](https://github.com/2277419213/vue-cropper-h5)  - 居里栈栈\n\n## 四、交流\n有什么意见，或者 bug，或者想一起开发 `vue-cropper`， 或者想一起开发其他插件\n![群号 857471950](https://user-images.githubusercontent.com/15681693/134663362-a6940a73-4692-4cc0-985f-109579057014.JPG)\n\n\n\n\n\n[comment]: <原文中的不确定内容，这里是需要翻译还是保留？> (### Description of the default rendering mode of the image\nImage layout mode mode achieves the same effect as css background\nContain Centered layout Default does not scale Ensure the image is inside the container mode: 'contain'\nCover stretch layout fill the entire container mode: 'cover'\nIf only one value is given, this value will be used as the width value and the height value will be set to auto. mode: '50px'\nIf two values are given, the first one will be the width value and the second will be the height value. mode: '50px 60px')\n","repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"users":{"xyxiao001":true,"flumpus-dev":true,"shay-altman":true},"bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"license":"ISC","versions":{"0.0.1":{"name":"vue-cropper","version":"0.0.1","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"516416b46a78ddd52292d158f25fa45a92ab45e8","_id":"vue-cropper@0.0.1","_shasum":"5beede304a70f13099da784e1279bbb7debee0af","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"5beede304a70f13099da784e1279bbb7debee0af","size":36319,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.0.1.tgz","integrity":"sha512-W6IqNNX/QRltzZqKfdU0ZboR5GG2HIJeTgfmxSKR3B5MOGo1sbD97/LeDdlZVHpAvDvq0U4iAZZSR6gFhEmhbA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.0.1.tgz_1496281021121_0.9317772816866636"},"directories":{},"publish_time":1496281021214,"_hasShrinkwrap":false,"_cnpm_publish_time":1496281021214,"_cnpmcore_publish_time":"2021-12-16T10:12:26.666Z"},"0.0.2":{"name":"vue-cropper","version":"0.0.2","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"516416b46a78ddd52292d158f25fa45a92ab45e8","_id":"vue-cropper@0.0.2","_shasum":"12f8d45cdd4d5e6e409905be74b8734e5b07f042","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"12f8d45cdd4d5e6e409905be74b8734e5b07f042","size":36589,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.0.2.tgz","integrity":"sha512-7ZvAfNzZ2S6gI7ZS0VRy3dTdeHtkYhJcFLrRoC31qM+xsR80WTrzUZWABEV2Bs8q2wNjb1nvM/I7Fdpl39FRRg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.0.2.tgz_1496281780642_0.9744926118291914"},"directories":{},"publish_time":1496281780733,"_hasShrinkwrap":false,"_cnpm_publish_time":1496281780733,"_cnpmcore_publish_time":"2021-12-16T10:12:26.315Z"},"0.0.3":{"name":"vue-cropper","version":"0.0.3","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"6f4c9173cdd4a25e3e48a2f52c42eda607356901","_id":"vue-cropper@0.0.3","_shasum":"7d473e3d97343cc99c1cad4eb673a6e17fe19822","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"7d473e3d97343cc99c1cad4eb673a6e17fe19822","size":39926,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.0.3.tgz","integrity":"sha512-3YF5HC/FjQHXrfHPL6rHzUMnvmKq5yYnv8y2LnnBWZf30vBqxtwv9NqY3/YkbupwgY0cpp/r13L4R6QvR2Frvg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.0.3.tgz_1496394787748_0.4128292032983154"},"directories":{},"publish_time":1496394787852,"_hasShrinkwrap":false,"_cnpm_publish_time":1496394787852,"_cnpmcore_publish_time":"2021-12-16T10:12:25.479Z"},"0.0.4":{"name":"vue-cropper","version":"0.0.4","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"514c83d21e578ea1816b643103de45305d24c2c4","_id":"vue-cropper@0.0.4","_shasum":"f8bec2a1fc7d1b69ffe6ac6b134068a21e3a83f0","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"f8bec2a1fc7d1b69ffe6ac6b134068a21e3a83f0","size":40597,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.0.4.tgz","integrity":"sha512-2o+yqdVMVQOycCEZB7JJl6G/ohC/iIeT0ffGEzJx/zWm8G837STKL9WP0ByTJPfYa4gDH/ru0UF7K5lK+ewrpQ=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.0.4.tgz_1496627448187_0.7903625450562686"},"directories":{},"publish_time":1496627448642,"_hasShrinkwrap":false,"_cnpm_publish_time":1496627448642,"_cnpmcore_publish_time":"2021-12-16T10:12:24.775Z"},"0.0.5":{"name":"vue-cropper","version":"0.0.5","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"b068493b3e028a4e463fc28f1446eb989dfe6987","_id":"vue-cropper@0.0.5","_shasum":"ee3c684caa9a4ef0f72c89bd5a531b78cdf83c3a","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"ee3c684caa9a4ef0f72c89bd5a531b78cdf83c3a","size":47055,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.0.5.tgz","integrity":"sha512-Ag090wyMY2BgxZR4FNnaGLJzc4qFJhfPyVeUfb0omJlmoYzLNVCjOnELeat3Y6Sxe3OE1Rin1HRSguAfl+HwPA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.0.5.tgz_1496914569799_0.05913892015814781"},"directories":{},"publish_time":1496914570634,"_hasShrinkwrap":false,"_cnpm_publish_time":1496914570634,"_cnpmcore_publish_time":"2021-12-16T10:12:24.439Z"},"0.0.6":{"name":"vue-cropper","version":"0.0.6","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"df36675abf7a938c105e85ff653e1942095be636","_id":"vue-cropper@0.0.6","_shasum":"033f7795058e8670f3bc4d068953e91d826c911d","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"033f7795058e8670f3bc4d068953e91d826c911d","size":47812,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.0.6.tgz","integrity":"sha512-84UrgWEZUW7cZIB6jz/psr/b8z/e63XKFGQiGRz0Gl9nCh/fPwVDHwct1RckQV1hE7SEh7HBr1jpgw/mNRjrlA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.0.6.tgz_1496993879954_0.705537531292066"},"directories":{},"publish_time":1496993880089,"_hasShrinkwrap":false,"_cnpm_publish_time":1496993880089,"_cnpmcore_publish_time":"2021-12-16T10:12:24.156Z"},"0.0.7":{"name":"vue-cropper","version":"0.0.7","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"1ac8fd6336a86adb057766d1d712db851c97398e","_id":"vue-cropper@0.0.7","_shasum":"14c39d087d4e643848340e795fd84886f7884b8f","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"14c39d087d4e643848340e795fd84886f7884b8f","size":48987,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.0.7.tgz","integrity":"sha512-tXJ2UoBrnJpmag5poaYwmC5KSutvyHphsa9/qvuXxAB/50qv+MuI4uEf2plYARJy9DeUIvtpNVQHsDx5205CCA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.0.7.tgz_1497151725536_0.6067476610187441"},"directories":{},"publish_time":1497151725682,"_hasShrinkwrap":false,"_cnpm_publish_time":1497151725682,"_cnpmcore_publish_time":"2021-12-16T10:12:23.899Z"},"0.0.8":{"name":"vue-cropper","version":"0.0.8","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"da5a5e1300829ecd71944ef643bbdafe8c0ca28c","_id":"vue-cropper@0.0.8","_shasum":"36645c1a3f732ac117be6ec9ac8edc291a0f5b60","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"36645c1a3f732ac117be6ec9ac8edc291a0f5b60","size":49587,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.0.8.tgz","integrity":"sha512-wVJe/gw+GmFweEprSRPP4zAmWwXuPTJar9uJgmtVm44NKtwYjhC6zw8KX79SKHPL038vCTogqEMPeo09J/7DMw=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.0.8.tgz_1497259261040_0.7028435121756047"},"directories":{},"publish_time":1497259261184,"_hasShrinkwrap":false,"_cnpm_publish_time":1497259261184,"_cnpmcore_publish_time":"2021-12-16T10:12:23.618Z"},"0.0.9":{"name":"vue-cropper","version":"0.0.9","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"02d9c01734fbcf41746605f9822c3ded026968d3","_id":"vue-cropper@0.0.9","_shasum":"b4bd5eeed5b4598723a35f9274fc39dd4bdb4167","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"b4bd5eeed5b4598723a35f9274fc39dd4bdb4167","size":49698,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.0.9.tgz","integrity":"sha512-NhYdmgGFhfLnysSy81Ey/52lJDjdH3doSEMA6OQNXlLsO0cXNqlji8yURIyD/bsF3V7245UldtrUYgkENCYJUg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.0.9.tgz_1497342516430_0.4213479233440012"},"directories":{},"publish_time":1497342516541,"_hasShrinkwrap":false,"_cnpm_publish_time":1497342516541,"_cnpmcore_publish_time":"2021-12-16T10:12:23.310Z"},"0.1.0":{"name":"vue-cropper","version":"0.1.0","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"a41d5620a171f12407e09a5e8c1c5c6964dcf53a","_id":"vue-cropper@0.1.0","_shasum":"86f29dff06ee952b6e2b1104f48783cf90887daa","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"86f29dff06ee952b6e2b1104f48783cf90887daa","size":50651,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.1.0.tgz","integrity":"sha512-uRCird5oe55uvoNgyOCECyWWTRYcGuk515+u4OH2Bq1Xo5T6UbhE5VeOLwzMoZEioyMjWiXw86ex60gGwo9dVg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.1.0.tgz_1497865091480_0.7937981577124447"},"directories":{},"publish_time":1497865091582,"_hasShrinkwrap":false,"_cnpm_publish_time":1497865091582,"_cnpmcore_publish_time":"2021-12-16T10:12:22.981Z"},"0.1.1":{"name":"vue-cropper","version":"0.1.1","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"c0633b5b8d0591c1d4f507c47750a0d471dad210","_id":"vue-cropper@0.1.1","_shasum":"68f314dedf88d5a018c2de18180090b8b0c24898","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"68f314dedf88d5a018c2de18180090b8b0c24898","size":50462,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.1.1.tgz","integrity":"sha512-CqTmfIJNxQ+zCZoDIrszZX012zUD3GX2KBLhhJe0/tUBc9ZzYeGXQBaH2un0xrghL6owVG2hiCy4JfiE0IDSLA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.1.1.tgz_1497970472256_0.2915015707258135"},"directories":{},"publish_time":1497970472354,"_hasShrinkwrap":false,"_cnpm_publish_time":1497970472354,"_cnpmcore_publish_time":"2021-12-16T10:12:22.650Z"},"0.1.2":{"name":"vue-cropper","version":"0.1.2","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"e9473a8a2fa70586d865248a7bedbcb73edf5701","_id":"vue-cropper@0.1.2","_shasum":"1d5544801fc2ea5a4627c0e24a0a04727bcfeb3a","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"1d5544801fc2ea5a4627c0e24a0a04727bcfeb3a","size":51512,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.1.2.tgz","integrity":"sha512-MVMTDeEBVOlYJ6gfDBPETcrzgOouofxr9ruJpwTuJ9oNvHckmBDGdfvIkuN3F3Gz0X9zTJugaS1mFr2SWvTBuw=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.1.2.tgz_1498210783047_0.7312922026030719"},"directories":{},"publish_time":1498210783670,"_hasShrinkwrap":false,"_cnpm_publish_time":1498210783670,"_cnpmcore_publish_time":"2021-12-16T10:12:21.945Z"},"0.1.3":{"name":"vue-cropper","version":"0.1.3","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"f07778bc176028abaab93dc33a10f1a66bbfb87a","_id":"vue-cropper@0.1.3","_shasum":"75be7141e98e0c1c236ff22a2c5352544fb12d33","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"75be7141e98e0c1c236ff22a2c5352544fb12d33","size":51542,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.1.3.tgz","integrity":"sha512-dGDMV9elxgovGTZGJrugppv8lNvf1g0+FABIg8fVGu09n1FqLHivPvfW1IvLtAH3DTY3e2S2mZqZiBu2j5yiIg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.1.3.tgz_1498211262538_0.38378618750721216"},"directories":{},"publish_time":1498211262659,"_hasShrinkwrap":false,"_cnpm_publish_time":1498211262659,"_cnpmcore_publish_time":"2021-12-16T10:12:21.638Z"},"0.1.4":{"name":"vue-cropper","version":"0.1.4","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"d55ad48c5330ff47157a15c3d804d8e8c598ffcd","_id":"vue-cropper@0.1.4","_shasum":"549c3d8fbbb0369bab94c61c9fa387f56d9a5f5f","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"549c3d8fbbb0369bab94c61c9fa387f56d9a5f5f","size":52062,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.1.4.tgz","integrity":"sha512-xqEGtd55GtOCislmjM3eYgcyz0HEE5N/8Uvithu43KnjkDuBGjuAvnq2OKJZNZTDzDmtCv+5IgiNwE8KNjqPKA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.1.4.tgz_1499325762340_0.4051981794182211"},"directories":{},"publish_time":1499325762467,"_hasShrinkwrap":false,"_cnpm_publish_time":1499325762467,"_cnpmcore_publish_time":"2021-12-16T10:12:20.954Z"},"0.1.5":{"name":"vue-cropper","version":"0.1.5","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"f1079e5d81d162d1dadd996322c869055a7e9958","_id":"vue-cropper@0.1.5","_shasum":"a963d45430804243cd6a94de7c7b358d9eedeed4","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"a963d45430804243cd6a94de7c7b358d9eedeed4","size":53107,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.1.5.tgz","integrity":"sha512-RQl/tohrNQu4FqdRUsDBc1e9aOvSwYwq2A27MBl6TKNzL6360ze5JuHQYINi7HwkO0rC9uexE9AAPqMUp91MHw=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.1.5.tgz_1501663489038_0.7194581928197294"},"directories":{},"publish_time":1501663489187,"_hasShrinkwrap":false,"_cnpm_publish_time":1501663489187,"_cnpmcore_publish_time":"2021-12-16T10:12:20.615Z"},"0.1.6":{"name":"vue-cropper","version":"0.1.6","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"b8719e77e3fe3a265e3056d1b3e5e278111fdab3","_id":"vue-cropper@0.1.6","_shasum":"c1da5672020836c52dc4a21a9ee27de5dd796532","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"c1da5672020836c52dc4a21a9ee27de5dd796532","size":52894,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.1.6.tgz","integrity":"sha512-AMRkVfQwptQ6ejzmCJooKaQRlOaizM1DulzlIUo41Z6wLi57brVUqT8pys5vcuob9JfuwuUH0UzvObYugUe7GA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.1.6.tgz_1501673452174_0.5046946320217103"},"directories":{},"publish_time":1501673452357,"_hasShrinkwrap":false,"_cnpm_publish_time":1501673452357,"_cnpmcore_publish_time":"2021-12-16T10:12:20.379Z"},"0.1.7":{"name":"vue-cropper","version":"0.1.7","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"05c183aa3af14bc7ff60a17615104bd17d37de3e","_id":"vue-cropper@0.1.7","_shasum":"5f862910778d518b0201990d8ac4c88f6098f29e","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"5f862910778d518b0201990d8ac4c88f6098f29e","size":52795,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.1.7.tgz","integrity":"sha512-tzrnRtl5XpRLLLkDL8Gzvs94I85mKrflsXhw3JqSRMqz45nEshh7QEUjkB+7eJoymc3xkRIhyufsE5UWpWm4Hg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.1.7.tgz_1501810717197_0.06733228452503681"},"directories":{},"publish_time":1501810717294,"_hasShrinkwrap":false,"_cnpm_publish_time":1501810717294,"_cnpmcore_publish_time":"2021-12-16T10:12:20.106Z"},"0.1.8":{"name":"vue-cropper","version":"0.1.8","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"230d350a7e4c6b4ceca709398433230e8b20be3a","_id":"vue-cropper@0.1.8","_shasum":"48402d6fea347cb56603949360bdf324d5d2e163","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"48402d6fea347cb56603949360bdf324d5d2e163","size":53070,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.1.8.tgz","integrity":"sha512-l6uEEo4vilfI4eDQVEcMjCsJo02mSo5nEUqf7erscHYvaVrg+1npqY6oR/zq2/IbOorREQIsB6JuMWzqy0ZyVQ=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.1.8.tgz_1502962498962_0.38943602959625423"},"directories":{},"publish_time":1502962499071,"_hasShrinkwrap":false,"_cnpm_publish_time":1502962499071,"_cnpmcore_publish_time":"2021-12-16T10:12:19.780Z"},"0.1.9":{"name":"vue-cropper","version":"0.1.9","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"55edc5d869dd971efbaa72a15d05c304f528ff41","_id":"vue-cropper@0.1.9","_shasum":"72b1ef291ca056caec2cdb0aa8afe7cacb4a6d9c","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"72b1ef291ca056caec2cdb0aa8afe7cacb4a6d9c","size":54912,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.1.9.tgz","integrity":"sha512-9JoBmSGKX5YISzszB4qN8MIfLcPL/Hzd1ElpfLNsvmidCbVTMKFTl8sYdwUzioe5bZ8yJ8FLLp8GXCPBLjUQwA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.1.9.tgz_1503561669389_0.7135519485455006"},"directories":{},"publish_time":1503561669626,"_hasShrinkwrap":false,"_cnpm_publish_time":1503561669626,"_cnpmcore_publish_time":"2021-12-16T10:12:19.124Z"},"0.2.0":{"name":"vue-cropper","version":"0.2.0","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"09e6e96410f42027bf175c6f006963a45ea53e63","_id":"vue-cropper@0.2.0","_shasum":"00a4ab2711b1f0bac9ed9a0c117320208974d27b","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"00a4ab2711b1f0bac9ed9a0c117320208974d27b","size":61092,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.2.0.tgz","integrity":"sha512-VCH82v03r5Fkj255QFqIXBeW6kYQM7+UrnM4bF+YP5djvUZ9ihyEdUdC+/bbjFcmWGVYe3lXNbtTNhYhsR/ihw=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.2.0.tgz_1503646838232_0.5364435652736574"},"directories":{},"publish_time":1503646838324,"_hasShrinkwrap":false,"_cnpm_publish_time":1503646838324,"_cnpmcore_publish_time":"2021-12-16T10:12:18.832Z"},"0.2.1":{"name":"vue-cropper","version":"0.2.1","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"96fbf3009d31ed3dd7b6d29bda616fac2e1fd53b","_id":"vue-cropper@0.2.1","_shasum":"af0070c0e93224beca6732d5f542cd2d91d3c0fd","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"af0070c0e93224beca6732d5f542cd2d91d3c0fd","size":62616,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.2.1.tgz","integrity":"sha512-bBELGXgRGilO1NlmKH5V5Eo9z+bpZjL1XYwgAx/6muVoTbH9cVhDfSvFRWUxHc4yNLCEbYJfws0X8m3utWkQDg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.2.1.tgz_1505378540733_0.9342808800283819"},"directories":{},"publish_time":1505378540962,"_hasShrinkwrap":false,"_cnpm_publish_time":1505378540962,"_cnpmcore_publish_time":"2021-12-16T10:12:18.353Z"},"0.2.2":{"name":"vue-cropper","version":"0.2.2","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"96fbf3009d31ed3dd7b6d29bda616fac2e1fd53b","_id":"vue-cropper@0.2.2","_shasum":"c666a54b2c3d2cca38682fa83006bff8dd37a8c0","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"c666a54b2c3d2cca38682fa83006bff8dd37a8c0","size":63030,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.2.2.tgz","integrity":"sha512-lp8ka6qCW1lFAUpbTXfKtHDTO1lGBLX3CVZ1FhChXTxIIFSEQRuUUUw5mR6OnSdUTrL5/8BKvfkRBpfVZghbDQ=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.2.2.tgz_1505877132263_0.4151711615268141"},"directories":{},"publish_time":1505877132370,"_hasShrinkwrap":false,"_cnpm_publish_time":1505877132370,"_cnpmcore_publish_time":"2021-12-16T10:12:18.054Z"},"0.2.3":{"name":"vue-cropper","version":"0.2.3","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"gitHead":"d9ead2f35f4a4c57f8068829168978fff417bd5e","_id":"vue-cropper@0.2.3","_shasum":"5d8e74d78106bf8387643a2de1986e13eff7d7ff","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"5d8e74d78106bf8387643a2de1986e13eff7d7ff","size":63048,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.2.3.tgz","integrity":"sha512-P8uZsh3b51OPfxrM0lp0OpN8gc2zXQ9bJxhAjdW7RrbXS/qceHvGYTPDndYqrXnyjXlSKGLhTkbhgWHFLR3ftg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.2.3.tgz_1505877618299_0.4598437512759119"},"directories":{},"publish_time":1505877618413,"_hasShrinkwrap":false,"_cnpm_publish_time":1505877618413,"_cnpmcore_publish_time":"2021-12-16T10:12:17.808Z"},"0.2.4":{"name":"vue-cropper","version":"0.2.4","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"c6c38032986852a0b3c9f91388351a5763aad17e","_id":"vue-cropper@0.2.4","_shasum":"543b14ea4b1657c407ef4e58ae7a5b1d7a848380","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"543b14ea4b1657c407ef4e58ae7a5b1d7a848380","size":75771,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.2.4.tgz","integrity":"sha512-ytq4iI92PHzaR7IRuQ2S/ljmf7v0hJ0SKS7DeIOuVbn32gubniFtI1LhRAxEtJXDGn2K/egQ628jepGjXM85bg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.2.4.tgz_1508469957402_0.7559756217524409"},"directories":{},"publish_time":1508469957518,"_hasShrinkwrap":false,"_cnpm_publish_time":1508469957518,"_cnpmcore_publish_time":"2021-12-16T10:12:17.224Z"},"0.2.5":{"name":"vue-cropper","version":"0.2.5","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"c6c38032986852a0b3c9f91388351a5763aad17e","_id":"vue-cropper@0.2.5","_shasum":"934c732f860e470cc8fcb27088934873b59e260e","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"934c732f860e470cc8fcb27088934873b59e260e","size":75797,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.2.5.tgz","integrity":"sha512-Elg4kTEIUQdhbh9hVL67dFYIS4r0l9NyPm8e8paOT0F6DdgPHUDt5oUGftph0Y6BzpBHyhedkQ/Jf0LP9zwOzQ=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.2.5.tgz_1508488265396_0.07918682228773832"},"directories":{},"publish_time":1508488265794,"_hasShrinkwrap":false,"_cnpm_publish_time":1508488265794,"_cnpmcore_publish_time":"2021-12-16T10:12:16.886Z"},"0.2.6":{"name":"vue-cropper","version":"0.2.6","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"a48b867e2bc9c430b24e01e2694c335a5fc9b2a9","_id":"vue-cropper@0.2.6","_shasum":"4469f15a4b1eef64b53bdf402b0234e1bde2d036","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"4469f15a4b1eef64b53bdf402b0234e1bde2d036","size":75973,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.2.6.tgz","integrity":"sha512-usEGPyD1tVJ4VfGaRYywr9GwbCpw2UF0iIkRmTR0LS+VwuS5iGoBy1o+Cmhufbsn0xocqvvXhh/yJZ/COKQiZg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.2.6.tgz_1510910853170_0.9833634558599442"},"directories":{},"publish_time":1510910853269,"_hasShrinkwrap":false,"_cnpm_publish_time":1510910853269,"_cnpmcore_publish_time":"2021-12-16T10:12:16.408Z"},"0.2.7":{"name":"vue-cropper","version":"0.2.7","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"ab70e88d2b21b7540f565aff7dd13a9fabacd57f","_id":"vue-cropper@0.2.7","_shasum":"a0a1f0e48f63e4b06a451b00c7772fe172ac965a","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"a0a1f0e48f63e4b06a451b00c7772fe172ac965a","size":78593,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.2.7.tgz","integrity":"sha512-6TBTAmJlCrUS72TQyyUaZ5N7XZKWiLitrMIXnxcCm4Tdjumx3GcZ3D0derwXNAu8alfx/pub8WyK4w/ES90e7w=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.2.7.tgz_1513048354254_0.4349049925804138"},"directories":{},"publish_time":1513048354336,"_hasShrinkwrap":false,"_cnpm_publish_time":1513048354336,"_cnpmcore_publish_time":"2021-12-16T10:12:16.044Z"},"0.2.8":{"name":"vue-cropper","version":"0.2.8","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"52d252977188e4ded9b3197fbef676c7387f63fd","_id":"vue-cropper@0.2.8","_shasum":"9f435afdb3a7bddd0691bd8ce5bc7c9d7b447d75","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"9f435afdb3a7bddd0691bd8ce5bc7c9d7b447d75","size":78740,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.2.8.tgz","integrity":"sha512-Y9O7iDWp8yl0TT/mmCi/6Xo3cvWNAZ9QPxA6U1q0Kvqs1ugtIe4gsv3ur0s1OAcPHuhGeUqrQNEQP8wmJk+aag=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.2.8.tgz_1513828199983_0.6029175731819123"},"directories":{},"publish_time":1513828200160,"_hasShrinkwrap":false,"_cnpm_publish_time":1513828200160,"_cnpmcore_publish_time":"2021-12-16T10:12:15.549Z"},"0.2.9":{"name":"vue-cropper","version":"0.2.9","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.2.4","vue-html-loader":"^1.2.4","vue-loader":"^11.1.4","vue-style-loader":"^2.0.4","vue-template-compiler":"^2.2.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"f668ea1dbee1780a68b7330ccacadbd88895a81c","_id":"vue-cropper@0.2.9","_shasum":"5c91ce2474788ad4d0e9bdac0b6032005dcb7898","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"5c91ce2474788ad4d0e9bdac0b6032005dcb7898","size":79068,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.2.9.tgz","integrity":"sha512-kuODVYAkmlk2xCkLcYeoSfg/rFZ5bpsGJTIoPYdIlFLJs+639yJRw+YppWgs3ASQkqSHSqnKFxnS3FMpDbL/Fw=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper-0.2.9.tgz_1514948890657_0.8035778340417892"},"directories":{},"publish_time":1514948890858,"_hasShrinkwrap":false,"_cnpm_publish_time":1514948890858,"_cnpmcore_publish_time":"2021-12-16T10:12:15.056Z"},"0.3.1":{"name":"vue-cropper","version":"0.3.1","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.5.17","vue-loader":"^14.2.2","vue-template-compiler":"^2.5.17","vue-html-loader":"^1.2.4","vue-style-loader":"^2.0.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"d03dfdabdfc4ed805ac94a4cd1863ba3c3d68d9e","_id":"vue-cropper@0.3.1","_npmVersion":"6.2.0","_nodeVersion":"9.4.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"eef2cf77cbc9853193b6df34768be2d11e89fc44","size":174472,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.3.1.tgz","integrity":"sha512-TQ0EHuWIl01bcj/EvoerjCqn+CB7xpBs3Gcgce43pr1n9KXlsNtw8lXOT35r9KQxpXTxKUYGSmXbvIJp3NwXHA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.3.1_1533631997095_0.8710037012827239"},"_hasShrinkwrap":false,"publish_time":1533631997207,"_cnpm_publish_time":1533631997207,"_cnpmcore_publish_time":"2021-12-16T10:12:14.564Z"},"0.3.2":{"name":"vue-cropper","version":"0.3.2","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.5.17","vue-loader":"^14.2.2","vue-template-compiler":"^2.5.17","vue-html-loader":"^1.2.4","vue-style-loader":"^2.0.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"a2c051ad83ceaf0c183a64b5905aa22c105a0551","_id":"vue-cropper@0.3.2","_npmVersion":"6.2.0","_nodeVersion":"9.4.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"33d934acbcc411a103e5b350d6883041276950e6","size":178486,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.3.2.tgz","integrity":"sha512-9MkYtPxYz5ybd7B1I6ywTd+EHWyNUlsQk1Jg5Up+mea9Vbt8UAgOdulTxFJ25PXeY5aS2sH4g0upRVJJvWaBRw=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.3.2_1534304976001_0.8876564619919995"},"_hasShrinkwrap":false,"publish_time":1534304976130,"_cnpm_publish_time":1534304976130,"_cnpmcore_publish_time":"2021-12-16T10:12:14.131Z"},"0.3.3":{"name":"vue-cropper","version":"0.3.3","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.5.17","vue-loader":"^14.2.2","vue-template-compiler":"^2.5.17","vue-html-loader":"^1.2.4","vue-style-loader":"^2.0.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"a5e62540dd93c3fd4b5a6512103650a9ebe84ab6","_id":"vue-cropper@0.3.3","_npmVersion":"6.2.0","_nodeVersion":"9.4.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"43f8619bd98d13eec3b262feb625db5f61df7416","size":179054,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.3.3.tgz","integrity":"sha512-ezXww/OlM1a70W4nWyZ4t0CG7KUxCzhm/hr4QSMoh9kgxlN6i0KDB+HV1rN7eFpNOkRn7cA5k81s8kUo/4HtMQ=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.3.3_1534405540160_0.8556077717318022"},"_hasShrinkwrap":false,"publish_time":1534405540370,"_cnpm_publish_time":1534405540370,"_cnpmcore_publish_time":"2021-12-16T10:12:13.717Z"},"0.3.4":{"name":"vue-cropper","version":"0.3.4","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.5.17","vue-loader":"^14.2.2","vue-template-compiler":"^2.5.17","vue-html-loader":"^1.2.4","vue-style-loader":"^2.0.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"a6f1db5690d07de712914f2fa60e212e47aa93a8","_id":"vue-cropper@0.3.4","_npmVersion":"6.2.0","_nodeVersion":"9.4.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"5a2e32020957bd2f2c5f9cc472de1663f39e7808","size":179046,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.3.4.tgz","integrity":"sha512-R73jZoAwqlz2f4/XVg1TUUkoqiL48tMcU4x9ZVPXRVzgBluh8AGfpfEXGJyH5SoIsHUBpuaD3Ddc/eBQsHRO8A=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.3.4_1534405906813_0.5429407145317788"},"_hasShrinkwrap":false,"publish_time":1534405906941,"_cnpm_publish_time":1534405906941,"_cnpmcore_publish_time":"2021-12-16T10:12:13.225Z"},"0.3.5":{"name":"vue-cropper","version":"0.3.5","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.5.17","vue-loader":"^14.2.2","vue-template-compiler":"^2.5.17","vue-html-loader":"^1.2.4","vue-style-loader":"^2.0.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"8c14dea0adf3f4ff47a1f71761b74f8cf12f1856","_id":"vue-cropper@0.3.5","_npmVersion":"6.2.0","_nodeVersion":"9.4.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"c45e5da211595ca18218e98b7e4c39072416f767","size":179192,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.3.5.tgz","integrity":"sha512-M1mh0wipDId8RhZ3fIW3yAAt3vGNK8EvlFt/8HxYrZo0Pr1zFYORFXCnJh/GUGZZ7sQhBH4wSMabppyAVDGu7Q=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.3.5_1534482674529_0.6050184098774991"},"_hasShrinkwrap":false,"publish_time":1534482674592,"_cnpm_publish_time":1534482674592,"_cnpmcore_publish_time":"2021-12-16T10:12:12.575Z"},"0.3.6":{"name":"vue-cropper","version":"0.3.6","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.5.17","vue-loader":"^14.2.2","vue-template-compiler":"^2.5.17","vue-html-loader":"^1.2.4","vue-style-loader":"^2.0.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"ab88b2f00506fd7a6c2577b101ddf67496599869","_id":"vue-cropper@0.3.6","_npmVersion":"6.2.0","_nodeVersion":"9.4.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"d83de3d18ed2ab72e092c93850acd5f7b6d8fe36","size":179261,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.3.6.tgz","integrity":"sha512-SMeciR6nFAmG56tleNRvE8VcwpgFamVHY4sQ78cHlEtcWemGMefW/5it6t2obOIMn0pa7lD8QTBqTnoouI31Wg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.3.6_1534501473574_0.9552057308209319"},"_hasShrinkwrap":false,"publish_time":1534501473842,"_cnpm_publish_time":1534501473842,"_cnpmcore_publish_time":"2021-12-16T10:12:12.047Z"},"0.3.7":{"name":"vue-cropper","version":"0.3.7","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.5.17","vue-loader":"^14.2.2","vue-template-compiler":"^2.5.17","vue-html-loader":"^1.2.4","vue-style-loader":"^2.0.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"6d0ec44f1e3266a7ab167fbe1bca1de6ff8d49ba","_id":"vue-cropper@0.3.7","_npmVersion":"5.6.0","_nodeVersion":"10.1.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"8ba34b19b2c64f82382727952fd4d38e7e31dde7","size":180397,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.3.7.tgz","integrity":"sha512-4y1TqhqqyYmLQf9Sau8fXAbVloxnHOXaLVpX2BhVk6jyYv8OxHr0l1oA8RY5uHT8GO2hs7MhNeO/FZJOiW/aRg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.3.7_1536587071978_0.4733676830811524"},"_hasShrinkwrap":false,"publish_time":1536587072139,"_cnpm_publish_time":1536587072139,"_cnpmcore_publish_time":"2021-12-16T10:12:11.486Z"},"0.3.8":{"name":"vue-cropper","version":"0.3.8","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.5.17","vue-loader":"^14.2.2","vue-template-compiler":"^2.5.17","vue-html-loader":"^1.2.4","vue-style-loader":"^2.0.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"5ce01297f040f47d4b77850da1f0d35a99a8b2a0","_id":"vue-cropper@0.3.8","_npmVersion":"5.6.0","_nodeVersion":"10.1.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"eaaf5b67f369a5b0a3a0ff15e2296cd441ac77c2","size":180405,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.3.8.tgz","integrity":"sha512-akDey3aYzJUqbb5wpuGtrH9hlIHXZaOeXNrYWBukLie5QWXQiOl94JGjGh8kHhwPXSA02oM6cUy45cZR8z4xYQ=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.3.8_1536588366929_0.8669110965635365"},"_hasShrinkwrap":false,"publish_time":1536588367077,"_cnpm_publish_time":1536588367077,"_cnpmcore_publish_time":"2021-12-16T10:12:10.778Z"},"0.3.9":{"name":"vue-cropper","version":"0.3.9","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.5.17","vue-loader":"^14.2.2","vue-template-compiler":"^2.5.17","vue-html-loader":"^1.2.4","vue-style-loader":"^2.0.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"6c2bea87da9d5924b1604fb43d0ae86b0b7f5059","_id":"vue-cropper@0.3.9","_npmVersion":"6.2.0","_nodeVersion":"9.4.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"cdc39dd835f6c540d85b6eee59203c9ac364fe89","size":180695,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.3.9.tgz","integrity":"sha512-+ABPqjIGD5l6wGmBvGSOYJuedqR5qeNIeLsrK+ct/KLQXgRmQeWRgkjzpa+VK7yaiaioS591S5TSoklPBULTGg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.3.9_1536738381200_0.21913124753973778"},"_hasShrinkwrap":false,"publish_time":1536738381361,"_cnpm_publish_time":1536738381361,"_cnpmcore_publish_time":"2021-12-16T10:12:10.216Z"},"0.4.0":{"name":"vue-cropper","version":"0.4.0","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.5.17","vue-loader":"^14.2.2","vue-template-compiler":"^2.5.17","vue-html-loader":"^1.2.4","vue-style-loader":"^2.0.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"570e3aef52c1a5d16cf2fa9e23fa8efb1e3e3d76","_id":"vue-cropper@0.4.0","_npmVersion":"6.2.0","_nodeVersion":"9.4.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"f9c2affd94f69826f032c4023701b2cb0772c94b","size":180655,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.4.0.tgz","integrity":"sha512-tVUo3wrs2Sf+Ts7mRtV67zUxlNdb4o5kkLjUsy6n5DIsEwpZc+TNoibV9aQjqQxcvVix7LcT1zwa4/gHcsfxPg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.4.0_1536807544847_0.40114916452205884"},"_hasShrinkwrap":false,"publish_time":1536807544977,"_cnpm_publish_time":1536807544977,"_cnpmcore_publish_time":"2021-12-16T10:12:09.513Z"},"0.4.1":{"name":"vue-cropper","version":"0.4.1","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.5.17","vue-loader":"^14.2.2","vue-template-compiler":"^2.5.17","vue-html-loader":"^1.2.4","vue-style-loader":"^2.0.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"d7ba7f95c8827fdfee0a1434adb6e1d687941823","_id":"vue-cropper@0.4.1","_npmVersion":"5.6.0","_nodeVersion":"10.1.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"e1ce4117abcceccee86ed38c45779343b19991b6","size":182031,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.4.1.tgz","integrity":"sha512-F8xSuQn4KRbDSxTrc4YBVuGS8U97IuLNy27vNxKcb1n2iKVPpzqJgxKY5LP+LBWxTeeneFIpjpTei23izKJN1A=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.4.1_1539524827213_0.09537277213723794"},"_hasShrinkwrap":false,"publish_time":1539524827372,"_cnpm_publish_time":1539524827372,"_cnpmcore_publish_time":"2021-12-16T10:12:08.932Z"},"0.4.2":{"name":"vue-cropper","version":"0.4.2","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --colors --hide-modules"},"devDependencies":{"babel-core":"^6.24.0","babel-loader":"^6.4.1","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-2":"^6.22.0","babel-runtime":"^6.23.0","css-loader":"^0.23.1","style-loader":"^0.15.0","vue":"^2.5.17","vue-loader":"^14.2.2","vue-template-compiler":"^2.5.17","vue-html-loader":"^1.2.4","vue-style-loader":"^2.0.4","webpack":"^2.2.1"},"browserify":{"transform":["vueify"]},"dependencies":{"exif-js":"^2.3.0"},"gitHead":"41dd281d884026485b270ee9649a35f2eed3867c","_id":"vue-cropper@0.4.2","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"3d174b39b8bd73cfa2cfdedc3682098e37ede684","size":236729,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.4.2.tgz","integrity":"sha512-AM8IJr50lKJ8MIOwr76eSo4liTXsQXQ0lERsqCjp4pp0p29Cb2vgMZCAdSh3/Zwyqfk40D4rVkHUs1VHRQZ/EA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.4.2_1539596975897_0.37716337540763445"},"_hasShrinkwrap":false,"publish_time":1539596976115,"_cnpm_publish_time":1539596976115,"_cnpmcore_publish_time":"2021-12-16T10:12:08.171Z"},"0.4.3":{"name":"vue-cropper","version":"0.4.3","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2"},"browserify":{"transform":["vueify"]},"dependencies":{"@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2"},"gitHead":"4dc0d452e907d06bdbc268f4190f4018b5ec3417","_id":"vue-cropper@0.4.3","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"e0697460a269ec3f37b9fd6a916d3845c6bc42db","size":233808,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.4.3.tgz","integrity":"sha512-JYZvADy2/cUj6g8WqtfoZfJxGFTr3MYr0h1n4k94RnOFDEOljI/ia/BrojNf7qafePzPvWCRXKL2pGbc85D0WQ=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.4.3_1539671499320_0.5482538339345142"},"_hasShrinkwrap":false,"publish_time":1539671499553,"_cnpm_publish_time":1539671499553,"_cnpmcore_publish_time":"2021-12-16T10:12:07.544Z"},"0.4.4":{"name":"vue-cropper","version":"0.4.4","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2"},"browserify":{"transform":["vueify"]},"dependencies":{"@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2"},"gitHead":"87b11b4fd258eae8c621a0f9ea596e54640df4a4","_id":"vue-cropper@0.4.4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"63c85ba5c7f9d9779370930c8522b61deb177c97","size":342314,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.4.4.tgz","integrity":"sha512-5xJ3jWyTnsx3JM+lFV5mwdPjKfpYi2rvByEh4H0sFtCMILo3YTmMti2pq9YeoPLybJz04ho+wemYw5TqidYV5g=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.4.4_1539681349416_0.6231901329849443"},"_hasShrinkwrap":false,"publish_time":1539681349622,"_cnpm_publish_time":1539681349622,"_cnpmcore_publish_time":"2021-12-16T10:12:07.001Z"},"0.4.5":{"name":"vue-cropper","version":"0.4.5","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2"},"browserify":{"transform":["vueify"]},"dependencies":{"@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2"},"gitHead":"cb1e40ce6a648eb9cb5a79fe17a18853fbb7e00e","_id":"vue-cropper@0.4.5","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"b83f66f346a97492e1d0bd9252010c8ede36eb10","size":344038,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.4.5.tgz","integrity":"sha512-3mEWmpk0ws/A2UnniJmApEGBoTyukV+wxyemm08Bly4XHkzqcT8cNZWSnpsd+ZLamW2FkvKrSXNAOjtkK26JDw=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.4.5_1541075477582_0.035809031996472784"},"_hasShrinkwrap":false,"publish_time":1541075477754,"_cnpm_publish_time":1541075477754,"_cnpmcore_publish_time":"2021-12-16T10:12:06.087Z"},"0.4.6":{"name":"vue-cropper","version":"0.4.6","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2"},"browserify":{"transform":["vueify"]},"dependencies":{"@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2"},"gitHead":"1a82315a9bd14d35416e4ed92e6ca9ff2b57bdb3","_id":"vue-cropper@0.4.6","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"be08882ce105ce6c151b4c7f0ea2c1baf82c81fd","size":345007,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.4.6.tgz","integrity":"sha512-4U0CwSauTtGTzW70smBHSWIWj/IiNp0O6z+mb07ng4QrlPrbTNkALuuNj0R3baT3JIQGsg3MlFFBNsGHpHZMJA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.4.6_1542362529915_0.2768454275390806"},"_hasShrinkwrap":false,"publish_time":1542362530071,"_cnpm_publish_time":1542362530071,"_cnpmcore_publish_time":"2021-12-16T10:12:05.268Z"},"0.4.7":{"name":"vue-cropper","version":"0.4.7","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2"},"browserify":{"transform":["vueify"]},"dependencies":{"@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2"},"gitHead":"7b0d63b2992afc79284df77eca640a9a02b48809","_id":"vue-cropper@0.4.7","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"42c71efceee67107c5daa88ec3e648a80c744c6e","size":347700,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.4.7.tgz","integrity":"sha512-l/3R10cly1xDJJaI/mj2c3R/JviYqS7ym8HO1Ldewe5DaJXgWUzK6x41i30BwHc4Ze/MrAdw4vAAo58WsdNMXA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.4.7_1545210524443_0.6068927173231631"},"_hasShrinkwrap":false,"publish_time":1545210524729,"_cnpm_publish_time":1545210524729,"_cnpmcore_publish_time":"2021-12-16T10:12:04.467Z"},"0.4.8":{"name":"vue-cropper","version":"0.4.8","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2"},"browserify":{"transform":["vueify"]},"dependencies":{"@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2"},"gitHead":"74c131fbc1d41db3c6d122a801954507e6e2c26a","_id":"vue-cropper@0.4.8","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"9bd26a93335cded988d135d9f25575a61a9fb795","size":348007,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.4.8.tgz","integrity":"sha512-xS+23lhyZvTSExmsO3x14lXra5xmykEoAy6iyjLiXH+5l+koP3F+aP8EjJmT9hGOvT5b8fVu9nts9pHAeXb78w=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.4.8_1546405026093_0.9692466409117548"},"_hasShrinkwrap":false,"publish_time":1546405026295,"_cnpm_publish_time":1546405026295,"_cnpmcore_publish_time":"2021-12-16T10:12:03.312Z"},"0.4.9":{"name":"vue-cropper","version":"0.4.9","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2","@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2"},"browserify":{"transform":["vueify"]},"gitHead":"bf0811deab1ef76cc02236e738e529cdecd63a8f","_id":"vue-cropper@0.4.9","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"dist":{"shasum":"fe650f32516ecf29014bbd4a9079191c8dc5a5ae","size":348998,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.4.9.tgz","integrity":"sha512-Uf1i/sCh+ZqSM9hb2YTGRENzJFH+mvDuv8N2brGLjK7UBuF7XDP7zbis8g/dcqZiMojAcBDtObFCn4ERFbRMxQ=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.4.9_1553076417415_0.25825955549509194"},"_hasShrinkwrap":false,"publish_time":1553076417606,"_cnpm_publish_time":1553076417606,"_cnpmcore_publish_time":"2021-12-16T10:12:02.601Z"},"0.5.0":{"name":"vue-cropper","version":"0.5.0","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2","@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2"},"browserify":{"transform":["vueify"]},"dependencies":{"babel-polyfill":"^6.26.0"},"gitHead":"4d57604a3eb1806f6cfe2ab0a5177f5f9faf4227","_id":"vue-cropper@0.5.0","_nodeVersion":"11.13.0","_npmVersion":"6.7.0","dist":{"shasum":"ed96459fab9de2dfb0867b1c07bb6352c370a70f","size":356919,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.5.0.tgz","integrity":"sha512-skBq7jy6iYZ6DEry40M8qU1wLU9/cHPpSYSf5IYgySzSuGlBtnLOlkEgLt/Emu6Pz4t0AumJnWtzRhCHTnurAg=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.5.0_1579429057418_0.24568114746505354"},"_hasShrinkwrap":false,"publish_time":1579429057578,"_cnpm_publish_time":1579429057578,"_cnpmcore_publish_time":"2021-12-16T10:12:01.536Z"},"0.5.1":{"name":"vue-cropper","version":"0.5.1","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2","@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2","babel-polyfill":"^6.26.0"},"browserify":{"transform":["vueify"]},"gitHead":"2fa200585af0440d1e21d44cf215113b7f513bbc","_id":"vue-cropper@0.5.1","_nodeVersion":"11.13.0","_npmVersion":"6.7.0","dist":{"shasum":"19f0596ac0c1f15987d454bb179a8d99d66ceeca","size":361138,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.5.1.tgz","integrity":"sha512-4N5N0Oh0wFqvhwN01jUfuSUuMWAT0hickVVDP/gC1/a3OXoXqGsrzOw36FTNMQjmJ7NpC7le8z758xl93DpWUQ=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.5.1_1584363342968_0.8527315148711547"},"_hasShrinkwrap":false,"publish_time":1584363343174,"_cnpm_publish_time":1584363343174,"_cnpmcore_publish_time":"2021-12-16T10:12:00.644Z"},"0.5.2":{"name":"vue-cropper","version":"0.5.2","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2","@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2","babel-polyfill":"^6.26.0"},"browserify":{"transform":["vueify"]},"gitHead":"ff6a6a7e08504d0000cab53b8d5908ab27d5970f","_id":"vue-cropper@0.5.2","_nodeVersion":"11.13.0","_npmVersion":"6.7.0","dist":{"shasum":"069b2ffe5336b3f800d3049df2b0746263bd8642","size":361453,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.5.2.tgz","integrity":"sha512-51lj/7s3ok6pVvceibc/dM4zFccrx3020CX7i/k6Kl9K3M9ot8NXRvXf813ME2Dwwa3Eb/TeSM87+zu5ZcXAZA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.5.2_1584367129681_0.3283400515435153"},"_hasShrinkwrap":false,"publish_time":1584367129873,"_cnpm_publish_time":1584367129873,"_cnpmcore_publish_time":"2021-12-16T10:11:59.575Z"},"0.5.3":{"name":"vue-cropper","version":"0.5.3","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2","@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2","babel-polyfill":"^6.26.0"},"browserify":{"transform":["vueify"]},"gitHead":"eacc68354664b9514675c8cda0892cbbb4e512b8","_id":"vue-cropper@0.5.3","_nodeVersion":"11.13.0","_npmVersion":"6.7.0","dist":{"shasum":"f2a51eff95d28a0c5a7e6698e8281d0d0caec4a1","size":362499,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.5.3.tgz","integrity":"sha512-rh8pBZ6pkYbieLYlZ95kBBb+PelU+So4gEv7gwbo4lLft9SCkTc2saGEBtFqh4XqzH2j3Dq3+wNCgo44C7cs2A=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.5.3_1590743677685_0.6911026230613775"},"_hasShrinkwrap":false,"publish_time":1590743677870,"_cnpm_publish_time":1590743677870,"_cnpmcore_publish_time":"2021-12-16T10:11:58.673Z"},"0.5.4":{"name":"vue-cropper","version":"0.5.4","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2","@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2","babel-polyfill":"^6.26.0"},"browserify":{"transform":["vueify"]},"gitHead":"f585a57f24764757afc893642ae21e09e9f36727","_id":"vue-cropper@0.5.4","_nodeVersion":"11.13.0","_npmVersion":"6.9.0","dist":{"shasum":"0db3776894eea8673a3203a1513882a0eb4558ad","size":358195,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.5.4.tgz","integrity":"sha512-9wwHOk1eHdl+nyq2fnIFDeDMjaXPh1dqfY+FdeEGU7Z/cKVOyH0pLrW0/5NH3xnRzqrU3DAQ8LjC/9/eHdvqKA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.5.4_1591258180600_0.839294084353351"},"_hasShrinkwrap":false,"publish_time":1591258180800,"_cnpm_publish_time":1591258180800,"_cnpmcore_publish_time":"2021-12-16T10:11:57.719Z"},"0.5.5":{"name":"vue-cropper","version":"0.5.5","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2","@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2","babel-polyfill":"^6.26.0"},"browserify":{"transform":["vueify"]},"gitHead":"d3b8c70609faf69a56c3d6b20a1a3a24fd8dfaff","_id":"vue-cropper@0.5.5","_nodeVersion":"11.13.0","_npmVersion":"6.9.0","dist":{"shasum":"9bd1ba563c7faa268abd52fb2af4c6c28d33c962","size":358643,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.5.5.tgz","integrity":"sha512-5mGaBlS1EwLxUFwHHX2Q8zOZSiVfBUjOfolR+ZNKwu7Rh3u+GhwHYOyFkgZHhhoQBBNdyVB28O6W+MpMimhCbA=="},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.5.5_1594806651338_0.973796323254305"},"_hasShrinkwrap":false,"publish_time":1594806651845,"_cnpm_publish_time":1594806651845,"_cnpmcore_publish_time":"2021-12-16T10:11:56.964Z"},"0.5.6":{"name":"vue-cropper","version":"0.5.6","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"vue-loader":"^15.4.2","webpack-cli":"^3.1.2","@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-template-compiler":"^2.5.17","webpack":"^4.20.2","babel-polyfill":"^6.26.0"},"browserify":{"transform":["vueify"]},"gitHead":"7a0a2d76d9e6ed023f82c0ce669f98ef43ec32bf","_id":"vue-cropper@0.5.6","_nodeVersion":"11.13.0","_npmVersion":"6.9.0","dist":{"shasum":"a38c98d402da1421bd5e7535e16b9723f103cafd","size":359098,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.5.6.tgz","integrity":"sha512-54Z/AipXDBcE5nzJweTM+BryzSAcC0FCTMQLvLt6f4XanP4AWB3mPkQw3PG3NRICo7knljHO+N+pjZxYAKoTLQ=="},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.5.6_1608604727443_0.8461914946565683"},"_hasShrinkwrap":false,"publish_time":1608604727650,"_cnpm_publish_time":1608604727650,"_cnpmcore_publish_time":"2021-12-16T10:11:56.274Z"},"1.0.0":{"name":"vue-cropper","version":"1.0.0","description":"A simple Vue picture clipping plugin","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/vue-cropper.es.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","serve":"vite preview"},"dependencies":{"vue":"^3.0.5"},"devDependencies":{"@vitejs/plugin-vue":"^1.4.0","@vue/compiler-sfc":"^3.0.5","typescript":"^4.3.2","vite":"^2.4.4","vue-tsc":"^0.2.2"},"readmeFilename":"README.md","_id":"vue-cropper@1.0.0","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"4d0d9c38051ce3811ee1329ce492c77536ea6e92","size":53462,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.0.0.tgz","integrity":"sha512-whN9wumpkzxv8jI2j88HpAPEYBTki1+Yaj9EdneJ8/uRX2kFWvFz/n+jyglV8vciGc1Kv95zS76lWfOkdgAPyA=="},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_1.0.0_1628603364307_0.6040449853648648"},"_hasShrinkwrap":false,"publish_time":1628603364487,"_cnpm_publish_time":1628603364487,"_cnpmcore_publish_time":"2021-12-16T10:11:55.246Z"},"1.0.1":{"name":"vue-cropper","version":"1.0.1","description":"A simple Vue picture clipping plugin","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/vue-cropper.es.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","serve":"vite preview"},"devDependencies":{"@vitejs/plugin-vue":"^1.4.0","@vue/compiler-sfc":"^3.0.5","typescript":"^4.3.2","vite":"^2.4.4","vue-tsc":"^0.2.2","vue":"^3.0.5","vue-cropper":"^1.0.0"},"readmeFilename":"README.md","_id":"vue-cropper@1.0.1","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"24fc077609bef147c8765306f4cdec6d85f46cfe","size":53478,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.0.1.tgz","integrity":"sha512-lor1NN6Xv9gP6ivF4/bBLOwQLqG+/5xtVPU/HYIklfTv0iehSSW+0uKlyfd83ttsgUW5PDOt+5vSpQK86CLE0w=="},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_1.0.1_1629346929387_0.7438989767613526"},"_hasShrinkwrap":false,"publish_time":1629346929584,"_cnpm_publish_time":1629346929584,"_cnpmcore_publish_time":"2021-12-16T10:11:54.645Z"},"1.0.2":{"name":"vue-cropper","version":"1.0.2","description":"A simple Vue picture clipping plugin","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/vue-cropper.es.js","typings":"./lib/typings/index.d.ts","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"xyxiao001"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","serve":"vite preview"},"devDependencies":{"@vitejs/plugin-vue":"^1.4.0","@vue/compiler-sfc":"^3.0.5","typescript":"^4.3.2","vite":"^2.4.4","vue-tsc":"^0.2.2","vue":"^3.0.5","vue-cropper":"^1.0.0"},"readmeFilename":"README.md","_id":"vue-cropper@1.0.2","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"61eb2080cb654da2cdcd905c4c6885f87d7d3921","size":53749,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.0.2.tgz","integrity":"sha512-ZD1kl8OMMrDXJOS1ZRdnohh2BFfYjTeq+r7+yAahydQvrVOKbzXixx6f8LCoMjB+AgAf5BXnlWsZxmu964wJYA=="},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_1.0.2_1633694718855_0.9896553076023513"},"_hasShrinkwrap":false,"publish_time":1633694719036,"_cnpm_publish_time":1633694719036,"_cnpmcore_publish_time":"2021-12-16T10:11:53.940Z"},"0.5.7":{"name":"vue-cropper","version":"0.5.7","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-polyfill":"^6.26.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-loader":"^15.4.2","vue-template-compiler":"^2.5.17","webpack":"^4.20.2","webpack-cli":"^3.1.2"},"browserify":{"transform":["vueify"]},"dependencies":{"sass":"^1.37.5"},"gitHead":"a2fd26fcdf5bad7762d8f8c18693cfa77b112faa","_id":"vue-cropper@0.5.7","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"56103ada05996ec5dcc9f25d24eb7701fda9fe6c","size":259144,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.5.7.tgz","integrity":"sha512-B40NC1qSy3a9X/eFPwO6pG/gXAVLxHpG4k7D8S0RKPe4YOoySHXhNAKZ1iCOAYcv/0z0/XKjwZ0T2+MLKgf6Pw=="},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.5.7_1633694953410_0.8452955595857483"},"_hasShrinkwrap":false,"publish_time":1633694953600,"_cnpm_publish_time":1633694953600,"_cnpmcore_publish_time":"2021-12-16T10:11:53.626Z"},"0.5.8":{"name":"vue-cropper","version":"0.5.8","description":"A simple Vue picture clipping plugin","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"goodboy"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"devDependencies":{"@babel/core":"^7.1.2","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","babel-loader":"^8.0.0-beta.0","babel-plugin-transform-runtime":"^6.23.0","babel-polyfill":"^6.26.0","babel-runtime":"^6.26.0","css-loader":"^1.0.0","style-loader":"^0.23.1","vue":"^2.5.17","vue-loader":"^15.4.2","vue-template-compiler":"^2.5.17","webpack":"^4.20.2","webpack-cli":"^3.1.2","sass":"^1.37.5"},"browserify":{"transform":["vueify"]},"gitHead":"5d4f156e4195f3ac5e704fab0968d643f5a739c2","_id":"vue-cropper@0.5.8","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"integrity":"sha512-Xgi/aLQCcNCiBTUdovy/i4LWx0G7fQnAENBpDWA3J4i87Zlk9DJRksXrClsQ6nnaFRfQVkMimij5GEvAMaXdYw==","shasum":"df5c8b923bfc2f1db5280054f73640b0c6a75a8d","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.5.8.tgz","fileCount":49,"unpackedSize":927437,"size":258075,"noattachment":false},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_0.5.8_1636688522936_0.315897152301301"},"_hasShrinkwrap":false,"publish_time":1636688523154,"_cnpm_publish_time":1636688523154,"_cnpmcore_publish_time":"2021-12-16T10:11:52.984Z"},"1.0.3":{"name":"vue-cropper","version":"1.0.3","description":"A simple Vue picture clipping plugin","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/vue-cropper.es.js","typings":"./lib/typings/index.d.ts","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"xyxiao001"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","serve":"vite preview"},"devDependencies":{"@vitejs/plugin-vue":"^2.2.4","@vue/compiler-sfc":"^3.2.31","typescript":"^4.6.2","vite":"^2.8.6","vue":"^3.2.31","vue-tsc":"^0.33.6","vue-cropper":"^1.0.3"},"readmeFilename":"README.md","_id":"vue-cropper@1.0.3","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"integrity":"sha512-yDrZkE4H5vOiMA9WQHE+6rmXrZ1S9TMZasEPAZPKg/2I/nySHL4ECD1lNxt7+ofTPKT+9+2sQkCwagPqEqiqJg==","shasum":"55323514388149c8914bc53d8e38e22fdd6c6bce","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.0.3.tgz","fileCount":21,"unpackedSize":214180,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOcoMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4Sw/9GL44uThr0U1BKwxr922zIVCIxrhvGmUMc9regE1DFi9qvjgt\r\nPx369rAXFgXFeYGVVq0Ak2aCuKptuSvjdTwsadfnCDmpvk5Csl2WPtdLOk54\r\nsHaXe9VKk0Qv9jNve7JGIpiYWJAil4Zf/H5vLyWpkUj5aoodj4sBum2i8Aul\r\n9hpHbibXW/3uNby2Bka5j4I/zaiV2kBzogYUEH6skzs/Yx8jaE/C72DBbwj6\r\n0Lnt0up92jTGxSWPob/WktgncXvAv61Yv4pCgvcQ3OeyoRK/jjHxlKRRRSdI\r\ncsAoJ2G8fFFaXfQHnrD1+TtnZUaVb0Mo0yd2BP92Xk5lNorsIQEj8ZiRLbdn\r\nPw21jTiUUy1j71940lCCXPVCEE/eg/QlrgrY0iz4K24d2fLyIPD9wVnVOMDJ\r\nrUvfZNLfFcl/sXJNduYTrigbujtiP6HngffWGxXpcYHrMgYLGTHfqWUcTeQ4\r\nav1hQvOkKKUzgkQwv0zSM0wtvmXmUpUVFkzYrYeCQjGIN51ijEp1nKustQrC\r\nmh0DzznSjmo7zKhd2xhNzZAQb3NGHWJM/TvdZlW9NffwX1mUPaXdM86NzRDN\r\nGBWKDs/Rc5HgVmZ/5hocKfR9GFP9lNnGPzFRBK7xbHM8P0h3xRZmRTjaMIU9\r\n8PWtos+rMTw7+ak+P2JXojBIHOJ32DgYvx8=\r\n=+agw\r\n-----END PGP SIGNATURE-----\r\n","size":54779},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_1.0.3_1647954444229_0.052113061368807445"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T13:07:29.446Z"},"1.0.4":{"name":"vue-cropper","version":"1.0.4","description":"A simple Vue picture clipping plugin","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/vue-cropper.es.js","typings":"./lib/typings/index.d.ts","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"xyxiao001"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","serve":"vite preview"},"devDependencies":{"@types/babel__core":"^7.1.19","@vitejs/plugin-vue":"^2.3.3","typescript":"^4.7.4","vite":"2.9.5","vue":"^3.2.37","vue-cropper":"^1.0.3","vue-tsc":"^0.38.5"},"readmeFilename":"README.md","_id":"vue-cropper@1.0.4","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"integrity":"sha512-tzsx6iBAjIJpqoFXcNtmCWmVNAJkv6VtQE16zRlnZGyl4lIrGYZAhLkvJAMM41quJ0UzAWiMapNtF0oZ3cWYXw==","shasum":"e190cf9ae18f22802717b4c1a76a6c329b0a0779","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.0.4.tgz","fileCount":21,"unpackedSize":214246,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHMyplD5vg0mRHEm0SmRYgxcJmPpM44hTMdrP5soAlOoAiEAtc/t5HLLbFSqC//Rb33vgaNYLL3ktIvXKr2wD7Xm5dE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizkFLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpM4w/6AouGl0p48rvdqRFO7Mrimox9rtRU9vPxUqnvg5VWZfp8RJ9S\r\nARVUVEKEw4hHRccMu2tkJGvvlE2o4grd4umDz7gBfka8bte4rq9iDAP/IZUK\r\nwn7ELdxOM3hBwukD5AMTN5c1OxHvGhUSmGx7BTGx9Q31L5tg2xMSdokamJx+\r\nWCCBH5jDnZ6tFJ+B1TgoUFQ9U0LC+NRfX9fhOjpjrjn0VcbYLBXVq3n+Sj5f\r\nuEyOqJ0a4GYGHP+2jOy9hjZThXfiPqrodoFFWxcHjwZ5EDLNiD6yaN1zs/k2\r\n42pDqH767rPnvYc9XTZq+DOK5z4W9Ja0pRpMDHyjcSFrosRZsq1eTVCy8uRl\r\nkrDuKo6VA5Rvf1xdkEymLkt/mOytIJw5WuR89InUAcs8k/lz0HTcPqGbsfgk\r\nvU7rUg+dSEySb1nLVuSNLredzF38h5Wum23nQGNh+pvJSuCNUVJ2eUCTJfsp\r\namrT6rhszdBA0yTGErfO7owfLRmd6z14dsFftpVHTAc0Egflr1v0PaQzJLNy\r\ny9rij3dGqZzdlzc5RhBRXz9TNWWOgf0AIwtvlRcCZg7uAfOU9f7fwfOcfYDG\r\nyMHsE/S7XkiGJufcWEI901RVIjDHE7b9PZWwy9te/kLGB86iZrjFh6I1TqZU\r\nJ55mwAdiUTKiJ/dpTAK8OQs5GTpQ4heinBU=\r\n=uUTe\r\n-----END PGP SIGNATURE-----\r\n","size":54824},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_1.0.4_1657684298909_0.35695947216347057"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-13T03:51:52.317Z"},"1.0.5":{"name":"vue-cropper","version":"1.0.5","description":"A simple Vue picture clipping plugin","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/vue-cropper.es.js","typings":"./lib/typings/index.d.ts","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"xyxiao001"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","serve":"vite preview"},"devDependencies":{"@types/babel__core":"^7.1.19","@vitejs/plugin-vue":"^2.3.3","typescript":"^4.7.4","vite":"2.9.5","vue":"^3.2.37","vue-cropper":"^1.0.3","vue-tsc":"^0.38.5"},"readmeFilename":"README.md","_id":"vue-cropper@1.0.5","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"integrity":"sha512-D4XXdqWmMWRLOIV9LIh7/mkH6OBOMQDFbRjwntkxmAtxOtwpC9U5ZZ6lSXw5F5cbd4g8znDjk6MuCwIL+fZSrA==","shasum":"eddc55a2165d721fa795c14d5d38117315904650","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.0.5.tgz","fileCount":21,"unpackedSize":214254,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEdVLIN2BvnslYqMq3pfly7sgHPDYI/m2AMA2kEAGGXFAiEA5P9eaUlP0sPz2VfHWdN6Md4PYZqImj6Th/m1PbOCDg4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1Ro3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrbTg/7B9nIo4H4Qo6VdXC8+To7N/JD9/eUUwMbBCkvjXwMD5xV1z5T\r\nLN5W9ff7hNfgiHakr/i1uGKfgbIStTrRW1qFcJMKaVenMdl7NyoPd00D0InR\r\nCzPKj7X2KW738b1v2vlUMqEL+UesnZ4FpJ2ou9Kpq4nWhAZc+ahgy4+XLAE/\r\nrHNkKRYvNOxZkMc+Rb/fyYbjR4bqRGVq/mnfucstiFzNMzwBSehsoxL3g4b8\r\nufxSNAbgmrAvMmn65l0aisrjodyD52+USI/px1pu35PfBjOH/ZDQYKaRjY+Z\r\n8NlmugMFNHAwJwVeXvPFP/Yuhf63moYKnL+aAn6vA1Vce2N7kteO5Qughywo\r\n7a0jZbAFChDL6D8Shfn8Y/Js3GhA9sKHYSUZYfvpZ4bTraiGVNTfkI6mMVYg\r\niz+w7PcjmLw39qeQD6hvFkmx0bDCyg9Hqew9l+RcdbEUnh1GzMB/5H4i5F4o\r\nFMLon7b5Yxd8Tz+5Xm8KOw0WdzH8yZjxpjWABIswjxy5Pod1RpQIWQ3T/BW8\r\nid4E/4HFOXk9HYLb1UpyyAULIYx0fR1heqq1q3XElWEoXYo5sUjRunE2Wl52\r\nNOxMrrG+x5UpeBe9CIizigQXbp/3KbsHFKw8GRkbW3KcTwyW5XbgmsbjVpg+\r\nDVecqa8652eBJgozVCC7evL/Vk5XCbklLMg=\r\n=beZd\r\n-----END PGP SIGNATURE-----\r\n","size":54830},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_1.0.5_1658133046904_0.10222014704673565"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-18T08:33:13.035Z"},"0.5.9":{"name":"vue-cropper","version":"0.5.9","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"goodboy"},"license":"ISC","_id":"vue-cropper@0.5.9","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"830e4f758443ba28d0e45bf9cc4537b7fb48465c","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.5.9.tgz","fileCount":35,"integrity":"sha512-nEZfL3bB+H50Q77XTiZ28rn0476KmnToK5rjxkosnV9ppWU27LUlNz0jHNxqw/7+WoYAjTc9/5HIuM+zawgtOA==","signatures":[{"sig":"MEYCIQDa/FEY7/5vwgZcX3ASUYbSm/gUFbzFQI14x+PIeAfWrQIhAN1z5aVyUkmFyu5bC5O/V8+2E6nUYoB4vchC4GawvzQb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":373218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCv7WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrY+A//Sa6fiKj3T7dO3B6PNYKVnSc4DMhNIjC1OreJSTiOkqwH8zzw\r\n0SJSPIdURNlkZ/bhBr3ilJkIoT0GhScTUjlhHLqAeiulN8z39CFSD5mP1J3D\r\nHBo9qzjR3uNxmrdI4SkJjt0Fk7VZ6iRVx/JFZ89hZpn7jhziNNj34ZgMyqvp\r\ndN/hrn0F6AHxxzFeGTk8Xn7SmqolyUCNlz5lOP+a2Kh7uCK7UTZRYZGMQdWU\r\nEUh99qo1e+OJWed3RuFhNqvx/a6Gi0v/7R3gnylevFW2BBcP8Ks7BGUlIDFS\r\nLgkppHZrTHc9s7RivMQKKh1hmIvqRRAc+bcYJ4mca2/DC1h0pkGJbdAyiBfg\r\n1wLFkOdQcaRSuaQ2FJN5SePuxbSTdO/jvFLJUYNyNu5D87/ox9hojhozf9g9\r\nJ3yzj0pYBs95dLd7Q97dlzV0qFZ+OuHGwJaz2ZWOws2QCMoeorA6Y82ksg5+\r\ndidDAnV0NS4NNiXmD9S8DSacX5lbD5t+Ptk/ZcfksH/0cLnOrl7MO9+T1bU1\r\nMBxqqJsMVNAMGmoteJHjdmESq3UP8Vvn4kSRhGKrFpzaX5+dXy1wWxU3HDLk\r\n78RSerbAK5keJditJPMgsQXigSCWHbMJC8qOHe7VbY3CnZHiPA5bJFpNsriV\r\nVklsx/1nhEglpIQoTtf51cFaehSU0D1CNDU=\r\n=9YpZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","engines":{"npm":"^8.0.0","node":"^18.0.0"},"gitHead":"26a66a0162c88e595ff5fe2d421e56c2da3800ab","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"browserify":{"transform":["vueify"]},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"8.6.0","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"18.0.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.17","sass":"^1.37.5","webpack":"^5.76.0","css-loader":"^1.0.0","vue-loader":"^15.4.2","@babel/core":"^7.1.2","webpack-cli":"^5.0.1","babel-loader":"^8.0.0-beta.0","style-loader":"^0.23.1","babel-runtime":"^6.26.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.1.0","vue-template-compiler":"^2.5.17","babel-plugin-transform-runtime":"^6.23.0","@babel/plugin-transform-runtime":"^7.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_0.5.9_1678442198122_0.796600399730881","host":"s3://npm-registry-packages"}},"1.0.6":{"name":"vue-cropper","version":"1.0.6","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"xyxiao001"},"license":"ISC","_id":"vue-cropper@1.0.6","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"53423f8c8b0e862afb189404d9f281851c18ece5","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.0.6.tgz","fileCount":21,"integrity":"sha512-mvnR3Qx2tzympiPpPGxCYOqwX0eEZHWtPpngU4Bk1gTOvMzntI/ubowl56CEmPqqyYzyaTD2uJIBPNak9leeNA==","signatures":[{"sig":"MEYCIQCm1PJB/grGTmc72vmc02Mht+EKZthgRE2Xgkjx+6NABwIhAPf2fXLIn1yO7XX0SZXdUOTnU+xyK+jDylFNlLtcXFFj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":201278,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCv75ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmricg//a/mMPtyJeTFhAar0HvnlPnRssN6bo/KnLiztedb+kBfF9tc2\r\nC/yamWEGN4RUkSNaBWntIQzkNs9evsAQMAqqf68dhMlx+XmBsarMfWLHa8SW\r\nLBJlSURjEYTOQSe+MjW8nG+QySTjQeRvyK7mRUgKOjwq0Kf2vAPOuNzwvdCk\r\n07fOOVZ/nHuDOVucCE2Pa8OXuZcGwUa7up26NKO1lu8wAHbrJpLzgXnmN8iq\r\ngX3v4Xlc85KfC2QIJ+vrkSHSmf/djXd5dt0gWwZQ5c11aaHhgCDo3DUDkowJ\r\nCigPNRIkkRinDUNio3lJYSAx6u3/iiRwszaxiVC1JS+wH5sLCXsMbiumvzoz\r\naqOEDHDZncanRx5EdkOrB7GMTK8m8VZH2kpbDiebDgCTJt4sJFMkkfwnPIcg\r\npCqYxHBmEo0dff8WaexBTshrnj0+3dgVOu/ZRNo+rmh02L8KQsuo5yosNfyN\r\n6jFspU1ktx4aNuR2EWHrZaNWdwcc8X/DFoUZzZT/SBsQONGm7d8LoZqpPmCF\r\ngadmyNwrY6e6ZYKAmNpDHt5tZbwjI5nOZSjm5uDOAW/a6P8169V45AvUPB6/\r\neDknYnpYYETSFO9XCJEsf+uEXqZ0xcXseg0Sm3/ZdUzhJdQD5mkqvPVX+kVA\r\n2oRO7vTXUIbO1h+0bKKpLFfloxtCjNo93Ig=\r\n=7Ycf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/vue-cropper.es.js","engines":{"npm":"^8.0.0","node":"^18.0.0"},"gitHead":"26a66a0162c88e595ff5fe2d421e56c2da3800ab","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","check":"vue-tsc --noEmit","serve":"vite preview"},"typings":"./lib/typings/index.d.ts","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"8.6.0","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"18.0.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vite":"^4.1.0","vue-tsc":"^1.0.24","typescript":"^4.9.3","@types/node":"^18.15.0","vue-cropper":"^1.0.3","@types/babel__core":"^7.1.19","@vitejs/plugin-vue":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_1.0.6_1678442232880_0.5429242089346631","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"vue-cropper","version":"0.6.0","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"goodboy"},"license":"ISC","_id":"vue-cropper@0.6.0","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"91a22c66b5b51819290afbc8d8a75945440f021a","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.6.0.tgz","fileCount":35,"integrity":"sha512-6yF6n1qJZXci1CsXIdmDYG6dcmK0WUa5Y0OoW7X05mpfY9NBbDLP64kptUU3sj4jdTH3M7tr65bLvDbaMgyWmw==","signatures":[{"sig":"MEQCIA08n0oX+HQA4WLKSnZWXRtQQD5UuYXrhQci3v5hIXeTAiAtUvFPiUdbLhAiIUEpGhnQyFwcku45+9+j4s4TaUpAvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":373185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkDYH2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqcgA//TGI+rKMttaoEOQE5rv5zQpRrx2FEIZ34/MlHT5x15BmE3801\r\nXUde4bJ/gg6u1AGCGZJwnZ3Abs8cTLYh1NK/KwL04Bi0299ztQdb+q2ZlcyK\r\nOWajgo3ejJ2KEtzGBftp9u1IyqFwRTaUDVY/3VxH3xntre9LuTbudynVO+TE\r\nK0JjMV8yjjzZJ0U5bJ/8dyaqqfGI5JW2ts8BhBWRfn33DT1IirVU2oYK3FOi\r\nhLZqwbcbBR2wxNaggvXPK3wDI1GoUc7BTViPJAVc3ObDKXR7jxQYiZ2diK3H\r\nTZVyiitGydovKRvFBgeqvYV4QJ00UuYvU452PTRUR1htSSmQThJjA7a1ldQ4\r\nYk73ECOkJOenX4OCxeN906EFY3KDKu41oeir5a9fZjWTyqyi0zbYiQ/qsCf/\r\nUcpiXYlD/rkcHH2XotaOFQcHUkM/HbjkDWoXYk41aQTfc/8v6AJGo25no3U+\r\nVKoS8gqjNqtsUweLZLZ+zY31fpSqQUE03PWM3h2H1e+vJ5dYE9tDaVPbKTeL\r\nDatt6+rsq41b2ZbzgMPkmzcxMvXve+GhqQcvD/xV5Mk7rACw0s0o9Z922l8L\r\n7Fs1JIpGr2WPRxv7ABdiNVyBcPf1c8GruCtMxYs5ztMh3pezTrPk/dGdWLNO\r\n1av0mfKqWsiTSAUz4VrQv+VVZkpzu0lbBqA=\r\n=x/cS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","gitHead":"5074a1cf77c1e4f272dd53e7a9720ca4a134040c","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"browserify":{"transform":["vueify"]},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"8.6.0","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"18.0.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.17","sass":"^1.37.5","webpack":"^5.76.0","css-loader":"^1.0.0","vue-loader":"^15.4.2","@babel/core":"^7.1.2","webpack-cli":"^5.0.1","babel-loader":"^8.0.0-beta.0","style-loader":"^0.23.1","babel-runtime":"^6.26.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.1.0","vue-template-compiler":"^2.5.17","babel-plugin-transform-runtime":"^6.23.0","@babel/plugin-transform-runtime":"^7.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_0.6.0_1678606838005_0.24470668255802308","host":"s3://npm-registry-packages"}},"1.0.7":{"name":"vue-cropper","version":"1.0.7","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"xyxiao001"},"license":"ISC","_id":"vue-cropper@1.0.7","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"be8f22bcaa012a93917ad4dc2aab1e0e8e138e1d","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.0.7.tgz","fileCount":21,"integrity":"sha512-7d/pG+ZVbemmwLu1qQUOsSnmvS0Cr1RYhC1tAG7bTlZTuR5RDDf/F6Tp71CSNzr0j8feTRp9UD/+JKxH3ip8hQ==","signatures":[{"sig":"MEQCIFN3/w8BU+qISA5ZMvd4bAjRnnsqJZk8sXNnYZL4WzdIAiBOq1GyFv+WAUf1vp2VNS5rrarfb0wge07nYJjSQ7SwQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":201215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkDYIGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTsg/+IwY7EsQhS85X55juio9R7WqPNQ3EnijkH8DBPA8QRJpsCs0c\r\nhDbs1RiDvUfTYBRxVvVwzEe6gF+MqBPqD0GGcmcRCvx1gy81rZwBQNoxVnOW\r\nm44xl/d5oqsO+0rwFywpNy3+G5tC4xEGD0k1If5X4P0+Iw9iQG213zqwfs5C\r\n3HYgcafYJpGsWGAJbyMocB0UC7Keya7+zeSRrqg9jgYUWET7TNsqf03qVWAh\r\nw4TRRr1NUuaCI5vJ6Wt1L56su9tJKGLwSkvON1mDSblfXPuktkAgTPdnzTU6\r\nbWuA7TMlYvHeBfNtttaX6s2L737+7NhRp9NHbYnKeiDbbDt2pzSGujWBYtaF\r\n/Mj9s805Rs4zsNDAIHCnwCGeejbYlN/PosKDSkgPpI0D7TXhAMSF773Ird49\r\nSN+TvfZLLSjpzpIy6MtkoP+8L6ICwXkNOU/LactTaWA81NgP5SouMu6+kNIz\r\nWgy9NVaui+CPfv4q6+4MFfHjI95cqpQLHIWJy33WzHsnvIQkfv19z1c1/iNL\r\nAn3CG/Z2wMiuIoz9gJv0Ny70OXVj+UDsnJYK8Vx0Di4Qa/X8lercsR8dhlz9\r\nmiwDZ1rTZlC2tM4laJ2OtU3kucBN5KZeLOuqf0xtlFzhOkTIiHlOhc4iZLsW\r\noZDotW2J3P8J1rJTuiPs3mpxzJurx5xDL9M=\r\n=zXLJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/vue-cropper.es.js","gitHead":"5074a1cf77c1e4f272dd53e7a9720ca4a134040c","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","check":"vue-tsc --noEmit","serve":"vite preview"},"typings":"./lib/typings/index.d.ts","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"8.6.0","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"18.0.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vite":"^4.1.0","vue-tsc":"^1.0.24","typescript":"^4.9.3","@types/node":"^18.15.0","vue-cropper":"^1.0.3","@types/babel__core":"^7.1.19","@vitejs/plugin-vue":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_1.0.7_1678606854647_0.8140260354205031","host":"s3://npm-registry-packages"}},"0.5.10":{"name":"vue-cropper","version":"0.5.10","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"goodboy"},"license":"ISC","_id":"vue-cropper@0.5.10","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"dc0d6fc39a74618df00e2d5c912a327dcc906247","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.5.10.tgz","fileCount":35,"integrity":"sha512-v76nyDwMI4jvNppPlgWWpm8fQ3qVtoGZ758yLfoBRF762nJ68sjQ6z4m5Xc4d6VUbjDORm7NEduYKagxhO1MtQ==","signatures":[{"sig":"MEYCIQC7bHK4rbQ6NnBMvtGOpa6H5Rx0Ule7/QUrOcjVtD3NSAIhAOAbuTBbpPaNE/XIUS7RNgeuqc7W8caRchI/xV/8mz1p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":373234,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkDolnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptNw/8CLevwHwSripiXeHQFJiKlDseOP1BceSTovJjfWNTBZ+xQe08\r\nCZ0svmlR2SnlnpK8ryZkTFppzczmq+wSZ49uV3XFs0ru4kLX5iP3HBSrP8cz\r\nnU/KXsYj3z9slgyQLhB1Mqyj9yitoZHn2uQoM8aPtF53U48qTsSEsEyt8nxN\r\nZvUC9YEgxUSEFk8hAs9V9iR08HWtjb23QfexFZ4Iku+whqr38837MnBW0EUX\r\nSs+4+i6FGw95NZSpM9wRKRmlX3q9GSfHbdIM2z3ij5KAyvsm0WGZP26Rq27l\r\nB/hbunkazWertjvWesW0dnyczgsrgXmR12FjNOJz1Nmf8+ZC0YyTg2OXYTa5\r\nIAK0Exxj/pLALLJavSdjwjbDxNfy+WU7028+LDfBbEuiO3Uu0A+ddxXUlqmu\r\nHQpUMe32B+5hefnaWSqcePtIFHtPLXGkhgMekWkro7+dEjuP2RepAXcrGPmf\r\nzqJIn+BLTdxCJcO62ekTkn9qBNbApDyx48Kr5fmgHVXr+WYEWnCALb9Tsx8s\r\nlUH+dBx38bv/p5hhz8bM5o1lKsu6+AlxPUTViOh6lK6KlN5XxrgXE6LIfIXh\r\nJPhhQPezHoFV73lgV5+qEnUIES3EH6DLqm54ssd53e8RwNB5dlfQWV4uTBJG\r\nkZfKBImmQ1TfZRUlKZgjiFbatjAtharXS6E=\r\n=2e3J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","gitHead":"5074a1cf77c1e4f272dd53e7a9720ca4a134040c","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"browserify":{"transform":["vueify"]},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"8.6.0","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"18.0.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.17","sass":"^1.37.5","webpack":"^5.76.0","css-loader":"^1.0.0","vue-loader":"^15.4.2","@babel/core":"^7.1.2","webpack-cli":"^5.0.1","babel-loader":"^8.0.0-beta.0","style-loader":"^0.23.1","babel-runtime":"^6.26.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.1.0","vue-template-compiler":"^2.5.17","babel-plugin-transform-runtime":"^6.23.0","@babel/plugin-transform-runtime":"^7.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_0.5.10_1678674279312_0.8534280986445402","host":"s3://npm-registry-packages"}},"0.6.1":{"name":"vue-cropper","version":"0.6.1","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"goodboy"},"license":"ISC","_id":"vue-cropper@0.6.1","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"ca71339e7de34460d9aae6c4e48b9eef9e699bd9","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.6.1.tgz","fileCount":35,"integrity":"sha512-sR4QQNO2OkUuGbjutz/NOvP4Arw6OF3C+F9l1w27tKi8cKeOr7VNKIe4thtg5drNDz9qDr5tO+SbjhJX7UiAcw==","signatures":[{"sig":"MEQCIDM28Iakc+05qQ8nrQCgsd3rRiVI741SVD5/gIe/DQjHAiA7KwajdEdfLbhjR4XPtNM7bVICXV4vzATF9cDkiO6i0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":374915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI8Z6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmroIQ//aKdRT9AE2hGGWg98yhg719vK0P5YuqVSwL8T4OBAq3wv50O3\r\nMgZg52ttIkoKRQdnL9Q++2mUJZbZvUyA7KuxSz4jaPGzQPNrQPfWEazIPu+u\r\nFKWe/6HnZ4xtbMfzszOSEREmj7kLbpGHj7cyRZ6O9sd909H3l+ITUXaEisiZ\r\nQ0Asz5esQC/lKUCH0Z8yS/eeMIjy9fTaD9rmqeyRb0+A3Zw5Mjug5zeYCQ5O\r\ndugyErTmUM8BBfxXewEXR4I+9en2ziWo9qp2FTETQbUb65i/f4JbfwBF1EEK\r\nSuXK7O5/5UrjMVCYu69MtrMwt3aNOsqUZ9Fvea537UAUoaZsvS7ttMPRvhJN\r\n1KWh/kiVgNqqlp+yechvSQt6Y/6AnvFSOxtwNw90OqLiFOEhNKE0/2nYHxDD\r\nug/Kkhpgt1bih4bgVgwSCqs+s6VxqshMnVpVR1SlnWxQe4T7GzsKIAZ9ORZj\r\nAMj7/086gXYU+4hyvqh8k+wRUNmCkirPpqFbsvbOWhxXsZT/Q7GcE0hVPJ4C\r\n+p/14BwhZIUHhq1L+IRCw3XRpPYz3B13LXbY61iF0Om5zpaYy+yH+qRglb/U\r\n5C5RQYotjttkAvLNLcmoiz1kW36vdrFMjH5jpRbsZWBBEGskrJd2lWRtqgOh\r\nJWTXsKurC1kaizUWIgcDn4fmLTultZ3jzOM=\r\n=OAOX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","gitHead":"b6de90217fe2c74f47484354777de1d4764458f3","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"browserify":{"transform":["vueify"]},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"8.6.0","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"18.0.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.17","sass":"^1.37.5","webpack":"^5.76.0","css-loader":"^1.0.0","vue-loader":"^15.4.2","@babel/core":"^7.1.2","webpack-cli":"^5.0.1","babel-loader":"^8.0.0-beta.0","style-loader":"^0.23.1","babel-runtime":"^6.26.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.1.0","vue-template-compiler":"^2.5.17","babel-plugin-transform-runtime":"^6.23.0","@babel/plugin-transform-runtime":"^7.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_0.6.1_1680066170064_0.16963621761557257","host":"s3://npm-registry-packages"}},"1.0.8":{"name":"vue-cropper","version":"1.0.8","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"xyxiao001"},"license":"ISC","_id":"vue-cropper@1.0.8","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"05853bb7702557d05a4784a8d0cd072b57dd8e4f","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.0.8.tgz","fileCount":21,"integrity":"sha512-EX9XoT5a/PQ62J6KDZz8hhaFi9ME1k2yBZlRfYCm8iySzTcjw0nDBq8Y65HtyHaH2jJwUKgYfD6mdFCE0GhUzA==","signatures":[{"sig":"MEYCIQC2xQ91EhkSKaFZM9mVqeOCAhvoHRp2kWizDXmnIzj84AIhAItfekVzhTyPOelm9Dc+dmnA2u4G42n3KQgEKL/tmi3B","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":201203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI8aFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7Mw//eBhWKR6LlZW3kIUQmJo4b+baq9Wu4Ecf/RCLisRZ3YaBc/0q\r\nDJaiZ5ReYy6lT3zo4i50vtxvJOU1GMev68JXJ7dKrP40os82i6S5DRXX3yis\r\n933fsPPr1I9AcjXapTQAcGRGmqkh4nkYjbnhMEVckfrn/A5fjA+fU8PQytZJ\r\nI2XLbEZ/Jpjf1K9CaBa+5zSFgIoeBpDElXfeAi3V3dgUgNWWB6X/P9mxRQJr\r\n3HFD3u/9wcZPosjQ5Hvs+vYt0ToKLG//gFW1qiDXGeKPYKjTDYBiuUFGqb2o\r\nXASxBhQ+2sFTqj5ePgQf/EhNelW74dUEW0I2jzL1OcQFGIjJAsvEiLpLr9aq\r\nwnU4y1MqhX+5UGlgMPnlLEbH4v763Gam5pXzNNSPZtrLg+Ef4YqY5DQld8QN\r\nppH+LCiv23GnuL9yeqDlKY3I0/4G8w9qXS9fVQ7/zhFn+5hLEOol+DpiQeQH\r\nGjFrtqqpttV1snzBJA9kuPzV720x3NfqiKTL+3GchfAOmETZ0BN1hw/5cX2i\r\ngTkx/Gdh6rWGy5k3hT5Y3xxnLoM4nePhHxigRIRILok5SuFw1mBiL4enWpI3\r\nQvRMsBOb5pAwov0Qqve0B6E5EqzTkjch0zsmRU8ZYaoxGAq8mqhSRnx9alwq\r\nEnck20i8fDxDXYq4PeJNZRKm0tMwzrO66vA=\r\n=mExB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/vue-cropper.es.js","gitHead":"b6de90217fe2c74f47484354777de1d4764458f3","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","check":"vue-tsc --noEmit","serve":"vite preview"},"typings":"./lib/typings/index.d.ts","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"8.6.0","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"18.0.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vite":"^4.1.0","vue-tsc":"^1.0.24","typescript":"^4.9.3","@types/node":"^18.15.0","vue-cropper":"^1.0.3","@types/babel__core":"^7.1.19","@vitejs/plugin-vue":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_1.0.8_1680066181546_0.04225529923936877","host":"s3://npm-registry-packages"}},"0.5.11":{"name":"vue-cropper","version":"0.5.11","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"goodboy"},"license":"ISC","_id":"vue-cropper@0.5.11","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"2ea05bb5069146dc4c6818edf8de209cbc5b7103","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.5.11.tgz","fileCount":35,"integrity":"sha512-UeA3qL2BLCTGkOEAxEsxSNFO+qLYAn6YRHv4oS32cP9lMhF1vFmnAf/z+ZamtR0/Fh3sbZeZUCLVR2Ol2/dpTQ==","signatures":[{"sig":"MEQCIDAdNInrOmYQu06Uv0ZcB/aTQjVHYmxAX+q0FfcLlRx9AiB8k0X7QxBAvM1VZgsHkItc1gF115wHSV2MG+tWXhBMrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":374968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI/DZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQcQ/9HS6Rjp+sfJ02gMXE88OGxhuizUL8hYjaUqeTwrAelLEkzz9A\r\nXPx1sIk0jNUByAg44TVVpZ4EHCqySiclz1LEH0Z4LzUXzgKJ2xEQ0CzddLar\r\nysO0tuRqptEfDJdsBYiFje/IFU9jstCbWbDkSHcZCiiLtbSqPg29pN2I6wJd\r\nJwMM/iTafLm+IWHYAeXc4zwfL9uqt1LYvcOYnpHI1BYgBNPLIymHm4CDES4L\r\nTMhaCN4GioCbImuJl0st/GwCOjNkHywHHuR6ldpBP+pmnc5hAtscwCLwk8l6\r\niKE5KOomZiqlN4TujFAn2K6r8zUHr92AZtNfiBctpEFkLUxhg7bJZsaoBtbf\r\nSIgos4bud5+S0GqzBQE+hwPNvsT2P7dCrGjq3u6G1Q4D/Yo4W3K2Gb1VbU7Q\r\nc1Cemhe15Hx1QTTjhE9983W7+UvydL9eWR5zRdlSjJZLGNkgKEsZ9EYm8inQ\r\nVGfGZaQQgM9PKUzlC4OtrvpJLAIKE6Emf/S43wwlwuk6i15zFcTJX8J/lV0r\r\nyjFd4P9wCFJSA4U7EzbK5sSnaOtP+01Rch2RDD59IWkIc73zNVijuHAPENPP\r\n3o8qyKg7YS5Koy2RVFfVGIra9jiFEkjHjDTf7hZyLoh/kqjldeO5SWSFBMyC\r\njuSY+wQG9AKtFvLNyv9J3rKAkrnWX4dK344=\r\n=2SfK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","gitHead":"ee3f17330d97a55485e95746146199391d00bc58","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"browserify":{"transform":["vueify"]},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"6.14.13","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"14.17.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.17","sass":"^1.37.5","webpack":"^5.76.0","css-loader":"^1.0.0","vue-loader":"^15.4.2","@babel/core":"^7.1.2","webpack-cli":"^5.0.1","babel-loader":"^8.0.0-beta.0","style-loader":"^0.23.1","babel-runtime":"^6.26.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.1.0","vue-template-compiler":"^2.5.17","babel-plugin-transform-runtime":"^6.23.0","@babel/plugin-transform-runtime":"^7.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_0.5.11_1680077017751_0.6461088627574283","host":"s3://npm-registry-packages"}},"0.6.2":{"name":"vue-cropper","version":"0.6.2","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"goodboy"},"license":"ISC","_id":"vue-cropper@0.6.2","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"2a3ff4b414547035c12c89ec37cfb25cd60727e3","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.6.2.tgz","fileCount":35,"integrity":"sha512-p4UGt8U7GnZPm311GmJtVUqDoSVdo1naBayLDkyOjMHuTLRlCtrZoh0pFUy3EQ79hAyT3JB5sx8m49IRfzSckw==","signatures":[{"sig":"MEQCIGrt7mDe+bch06AeJVIgDNha3n5iX8j2YP9ORWEHP8FaAiBwHWQncDeUt/ggx5EDXnnyeo50o2S+ducdLmr/sZSf6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":377564},"main":"./dist/index.js","gitHead":"e5b6755d4bda41cf45ae944ff3b02127360b548f","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"browserify":{"transform":["vueify"]},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"8.6.0","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"18.0.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.17","sass":"^1.37.5","webpack":"^5.76.0","css-loader":"^1.0.0","vue-loader":"^15.4.2","@babel/core":"^7.1.2","webpack-cli":"^5.0.1","babel-loader":"^8.0.0-beta.0","style-loader":"^0.23.1","babel-runtime":"^6.26.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.1.0","vue-template-compiler":"^2.5.17","babel-plugin-transform-runtime":"^6.23.0","@babel/plugin-transform-runtime":"^7.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_0.6.2_1685434074677_0.63089009583147","host":"s3://npm-registry-packages"}},"1.0.9":{"name":"vue-cropper","version":"1.0.9","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"xyxiao001"},"license":"ISC","_id":"vue-cropper@1.0.9","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"de402c57cadc221e9a2063399ff35bb04220ef22","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.0.9.tgz","fileCount":21,"integrity":"sha512-JhQwxmjqmQohzI7sAp5O/Rfdxuw5HOEYkKjnp/De7iCi6c8Mv6M3N9HpMt9xgWCFchX3/DfXBv2axCZOCg3G8Q==","signatures":[{"sig":"MEUCIQCvp2jL0P36KuHE6mzU42ft9wwcesQdc9kuA3g5AL2gKAIgfA4j2BsTGPILxdkpwlPNgYMIp8s1qIND2SKwl4YdPrQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202431},"main":"./dist/vue-cropper.es.js","gitHead":"e5b6755d4bda41cf45ae944ff3b02127360b548f","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","check":"vue-tsc --noEmit","serve":"vite preview"},"typings":"./lib/typings/index.d.ts","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"8.6.0","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"18.0.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.3.4","vite":"^4.1.0","vue-tsc":"^1.0.24","typescript":"^4.9.3","@types/node":"^18.15.0","vue-cropper":"^1.0.3","@types/babel__core":"^7.1.19","@vitejs/plugin-vue":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_1.0.9_1685434116636_0.6630568340730199","host":"s3://npm-registry-packages"}},"0.6.3":{"name":"vue-cropper","version":"0.6.3","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"goodboy"},"license":"ISC","_id":"vue-cropper@0.6.3","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"74157e87dc2d98b3f23ac8ed58311a56ddc0fb79","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.6.3.tgz","fileCount":35,"integrity":"sha512-MvoQliWPv+94xfuceQsU/t7FmaTtDT4RvsmJnKft5/GqWNxiGUM7O4woxv6XZaq1nQlFTX5QSZW5BR4D5rk5vA==","signatures":[{"sig":"MEUCIE4+vfYgMAaPRzfP7sqbTc/GtzBXqtQ9FP1g3G/6esm8AiEApAX2cqo5RWX/6jBXwPxRsOR7uLzu638msCb5E+aJETY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":446684},"main":"./dist/index.js","gitHead":"1a6d926f87883ebcf136073b338c75c29dd1d97d","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"browserify":{"transform":["vueify"]},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"9.7.2","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"18.16.1","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.17","sass":"^1.37.5","webpack":"^5.76.0","css-loader":"^6.8.1","vue-loader":"^15.4.2","@babel/core":"^7.1.2","webpack-cli":"^5.0.1","babel-loader":"^8.0.0-beta.0","style-loader":"^3.3.3","babel-runtime":"^6.26.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.1.0","vue-template-compiler":"^2.5.17","babel-plugin-transform-runtime":"^6.23.0","@babel/plugin-transform-runtime":"^7.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_0.6.3_1693559175515_0.0005850811195828864","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"vue-cropper","version":"1.1.0","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"xyxiao001"},"license":"ISC","_id":"vue-cropper@1.1.0","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"b8116e43162af39340ece730381d2c88da65bd75","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.1.0.tgz","fileCount":21,"integrity":"sha512-c5OQIDT5FxxO0yGuPR6ZVR1lZAuaWjwsm5/SWqnteR7DQzXYACe/2S4flD0a9tRIltsz6rEArywkCtdLnAqlOA==","signatures":[{"sig":"MEYCIQD4sqBTBx4mf9ojZBzoFdh2xTnTIM8uQ3CpY0JnDKlUawIhAKf4H09OdmJfVarTJC6t8QkGBtyj89L9yJJ/xS7pNPi6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203692},"main":"./dist/vue-cropper.es.js","gitHead":"1a6d926f87883ebcf136073b338c75c29dd1d97d","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","check":"vue-tsc --noEmit","serve":"vite preview"},"typings":"./lib/typings/index.d.ts","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"9.7.2","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"18.16.1","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.3.4","vite":"^4.1.0","vue-tsc":"^1.0.24","typescript":"^4.9.3","@types/node":"^18.15.0","vue-cropper":"^1.0.3","@types/babel__core":"^7.1.19","@vitejs/plugin-vue":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_1.1.0_1693559339770_0.7157189741592427","host":"s3://npm-registry-packages"}},"0.6.4":{"name":"vue-cropper","version":"0.6.4","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"goodboy"},"license":"ISC","_id":"vue-cropper@0.6.4","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"9ca841248e2f22aae0bc2533b13b4d8705152298","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.6.4.tgz","fileCount":35,"integrity":"sha512-U3bm17Li/Xwfw2t3pr8/hFE/tYhvwIWqepHK9IFC1TnX1KFd64VyfCD9nMBhPY91RyvMC6jSQgT/DyDNKuTpIQ==","signatures":[{"sig":"MEUCIE/tuwhrog+PxjVwz5Q+PktyFDcTg2jzGoIP75Gw7bfYAiEAraXZF2p0A0KTaxB22NGkVIJimkASqgeJndiJmyebcWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":447062},"main":"./dist/index.js","gitHead":"bdbdd54e907cc8e6c719d6e4f6e1d9ccb9863f09","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"browserify":{"transform":["vueify"]},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"6.14.18","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"14.21.3","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.17","sass":"^1.37.5","webpack":"^5.76.0","css-loader":"^6.8.1","vue-loader":"^15.4.2","@babel/core":"^7.1.2","webpack-cli":"^5.0.1","babel-loader":"^8.0.0-beta.0","style-loader":"^3.3.3","babel-runtime":"^6.26.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.1.0","vue-template-compiler":"^2.5.17","babel-plugin-transform-runtime":"^6.23.0","@babel/plugin-transform-runtime":"^7.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_0.6.4_1694080987283_0.7010785954506535","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"vue-cropper","version":"1.1.1","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"xyxiao001"},"license":"ISC","_id":"vue-cropper@1.1.1","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"e1d2729f7139182a893e8badcb8f33257aa2a40f","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.1.1.tgz","fileCount":21,"integrity":"sha512-WsqKMpaBf9Osi1LQlE/5AKdD0nHWOy1asLXocaG8NomOWO07jiZi968+/PbMmnD0QbPJOumDQaGuGa13qys85A==","signatures":[{"sig":"MEQCID4RYoQYNQnY5gf/LeMaS2p5jG7KvD9Ty44SS3OSn9m3AiBnLApMDYbxFMDj/E/Y5cC6rT3HM/SCqtvN4nZVWVYpDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203855},"main":"./dist/vue-cropper.es.js","gitHead":"bdbdd54e907cc8e6c719d6e4f6e1d9ccb9863f09","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","check":"vue-tsc --noEmit","serve":"vite preview"},"typings":"./lib/typings/index.d.ts","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"9.7.2","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"18.16.1","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.3.4","vite":"^4.1.0","vue-tsc":"^1.0.24","typescript":"^4.9.3","@types/node":"^18.15.0","vue-cropper":"^1.0.3","@types/babel__core":"^7.1.19","@vitejs/plugin-vue":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_1.1.1_1694081031694_0.5315901924224105","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"vue-cropper","version":"1.1.2","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"xyxiao001"},"license":"ISC","_id":"vue-cropper@1.1.2","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"eff4437fe67989f8b9aaa74ba6046f0223a91ffa","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.1.2.tgz","fileCount":21,"integrity":"sha512-S4cmvQzdNiVpNGigFwgULSwxWp55bdD1xf+RIEH+4mLDpD9/MUjNoHf970V3nFX7SerUrPZbOXG/ZBaD6pxfWQ==","signatures":[{"sig":"MEUCIQDejmTs+hiAli0IzkGq2rEQWeupbftuSzrJJC9d/IyrgQIgNsJFUX52luI1ZIqfTfsZ7Y8ubNznnl8UxwPYz2NZMUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":206852},"main":"./dist/vue-cropper.es.js","gitHead":"438020d4f0b3aa3296e93f29899a2cdb643e3249","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","check":"vue-tsc --noEmit","serve":"vite preview"},"typings":"./lib/typings/index.d.ts","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"10.2.4","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"20.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.3.4","vite":"^4.1.0","vue-tsc":"^1.0.24","typescript":"^4.9.3","@types/node":"^18.15.0","vue-cropper":"^1.0.3","@types/babel__core":"^7.1.19","@vitejs/plugin-vue":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_1.1.2_1713413428903_0.2904572665563343","host":"s3://npm-registry-packages"}},"0.6.5":{"name":"vue-cropper","version":"0.6.5","keywords":["vue","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"goodboy"},"license":"ISC","_id":"vue-cropper@0.6.5","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"c259d3cc57b84ad4be23a7dd63d91c1def90abde","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-0.6.5.tgz","fileCount":35,"integrity":"sha512-lSvY6IpeA/Tv/iPZ/FOkMHVRBPSlm7t57nuHEZFBMRNOH8ElvfqVlnHGDOAMlvPhh9gHiddiQoASS+fY0MFX0g==","signatures":[{"sig":"MEUCIQDYWthmXo8vNTsIvXsuZcZA5wOpUu7IL5Xn8mrIBFUuCQIgY2+zG6Hc0NzaV7x1JoOTA6ymRaX9BXqdU/ir7i42LmQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456725},"main":"./dist/index.js","gitHead":"15efe54a6ac47601aec0093149e1331e0b4e90db","scripts":{"build":"rm -rf ./dist && webpack --config webpack.config.js"},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"browserify":{"transform":["vueify"]},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"10.2.4","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"20.11.0","_hasShrinkwrap":false,"devDependencies":{"vue":"^2.5.17","sass":"^1.37.5","webpack":"^5.76.0","css-loader":"^6.8.1","vue-loader":"^15.4.2","@babel/core":"^7.1.2","webpack-cli":"^5.0.1","babel-loader":"^8.0.0-beta.0","style-loader":"^3.3.3","babel-runtime":"^6.26.0","babel-polyfill":"^6.26.0","@babel/preset-env":"^7.1.0","vue-template-compiler":"^2.5.17","babel-plugin-transform-runtime":"^6.23.0","@babel/plugin-transform-runtime":"^7.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_0.6.5_1716012726553_0.688029920583173","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"vue-cropper","version":"1.1.3","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"author":{"name":"xyxiao001"},"license":"ISC","_id":"vue-cropper@1.1.3","maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"homepage":"https://github.com/xyxiao001/vue-cropper#readme","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"dist":{"shasum":"0664fc115138ee60afcbb4f72419f116ef68c19b","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.1.3.tgz","fileCount":21,"integrity":"sha512-U1vBk/9M9Chp6iDWaDhC32SX7c5ndJrIzYgXndJH7wjejdriE0bzJsh6waQz9CRM94savFAw8FK1Q3r+I71Xgw==","signatures":[{"sig":"MEUCIHKzcaUFUR1AfFD6foGTZ2U4ysRzYj115wiAZA88MlEsAiEAwq4YTO9OZEXQ3KfaJSbEoN0cQVoJq1b5KPYX7XDaaQI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":208326},"main":"./dist/vue-cropper.es.js","gitHead":"15efe54a6ac47601aec0093149e1331e0b4e90db","scripts":{"dev":"vite","build":"vue-tsc --noEmit && vite build","check":"vue-tsc --noEmit","serve":"vite preview"},"typings":"./lib/typings/index.d.ts","_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"repository":{"url":"git+https://github.com/xyxiao001/vue-cropper.git","type":"git"},"_npmVersion":"10.2.4","description":"A simple Vue picture clipping plugin","directories":{},"_nodeVersion":"20.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vue":"^3.3.4","vite":"^4.1.0","vue-tsc":"^1.0.24","typescript":"^4.9.3","@types/node":"^18.15.0","vue-cropper":"^1.0.3","@types/babel__core":"^7.1.19","@vitejs/plugin-vue":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue-cropper_1.1.3_1716012742525_0.736422440474749","host":"s3://npm-registry-packages"}},"1.1.4":{"name":"vue-cropper","version":"1.1.4","description":"A simple Vue picture clipping plugin","keywords":["vue","vue3","cropper","vue-cropper","vue-component","vue-cropper-component"],"main":"./dist/vue-cropper.es.js","typings":"./lib/typings/index.d.ts","repository":{"type":"git","url":"git+https://github.com/xyxiao001/vue-cropper.git"},"author":{"name":"xyxiao001"},"license":"ISC","bugs":{"url":"https://github.com/xyxiao001/vue-cropper/issues"},"homepage":"https://github.com/xyxiao001/vue-cropper#readme","scripts":{"dev":"vite","build":"vue-tsc && vite build","serve":"vite preview"},"devDependencies":{"@types/babel__core":"^7.1.19","@types/node":"^18.15.0","@vitejs/plugin-vue":"^4.0.0","vite":"^4.1.0","vue":"^3.3.4","vue-cropper":"^1.0.3","typescript":"^5.5.3","vue-tsc":"^2.0.26"},"_id":"vue-cropper@1.1.4","readmeFilename":"README.md","gitHead":"c8fc99fd96020797489dc49d84242755a78098b1","_nodeVersion":"20.11.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-5m98vBsCEI9rbS4JxELxXidtAui3qNyTHLHg67Qbn7g8cg+E6LcnC+hh3SM/p94x6mFh6KRxT1ttnta+wCYqWA==","shasum":"8c00104f42587514a48f043e5854b43ab99daf18","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/vue-cropper/-/vue-cropper-1.1.4.tgz","fileCount":23,"unpackedSize":208916,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEP1LslNsqCH/03YrAAPbKO9iI5Hw5EOnMgnH0cCx2p1AiBv35nXwKgEe7/CE3lsXa6L7xsPVnWFSGC9MuJqA70HiA=="}]},"_npmUser":{"name":"xyxiao001","email":" xyxiao001@gmail.com "},"directories":{},"maintainers":[{"name":"xyxiao001","email":" xyxiao001@gmail.com "}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-cropper_1.1.4_1720766334996_0.2951348096835331"},"_hasShrinkwrap":false}},"name":"vue-cropper","time":{"created":"2022-01-27T14:40:35.128Z","modified":"2023-01-11T07:54:37.977Z","0.0.1":"2017-06-01T01:37:01.214Z","0.0.2":"2017-06-01T01:49:40.733Z","0.0.3":"2017-06-02T09:13:07.852Z","0.0.4":"2017-06-05T01:50:48.642Z","0.0.5":"2017-06-08T09:36:10.634Z","0.0.6":"2017-06-09T07:38:00.089Z","0.0.7":"2017-06-11T03:28:45.682Z","0.0.8":"2017-06-12T09:21:01.184Z","0.0.9":"2017-06-13T08:28:36.541Z","0.1.0":"2017-06-19T09:38:11.582Z","0.1.1":"2017-06-20T14:54:32.354Z","0.1.2":"2017-06-23T09:39:43.670Z","0.1.3":"2017-06-23T09:47:42.659Z","0.1.4":"2017-07-06T07:22:42.467Z","0.1.5":"2017-08-02T08:44:49.187Z","0.1.6":"2017-08-02T11:30:52.357Z","0.1.7":"2017-08-04T01:38:37.294Z","0.1.8":"2017-08-17T09:34:59.071Z","0.1.9":"2017-08-24T08:01:09.626Z","0.2.0":"2017-08-25T07:40:38.324Z","0.2.1":"2017-09-14T08:42:20.962Z","0.2.2":"2017-09-20T03:12:12.370Z","0.2.3":"2017-09-20T03:20:18.413Z","0.2.4":"2017-10-20T03:25:57.518Z","0.2.5":"2017-10-20T08:31:05.794Z","0.2.6":"2017-11-17T09:27:33.269Z","0.2.7":"2017-12-12T03:12:34.336Z","0.2.8":"2017-12-21T03:50:00.160Z","0.2.9":"2018-01-03T03:08:10.858Z","0.3.0":"2018-08-07T05:06:27.868Z","0.3.1":"2018-08-07T08:53:17.207Z","0.3.2":"2018-08-15T03:49:36.130Z","0.3.3":"2018-08-16T07:45:40.370Z","0.3.4":"2018-08-16T07:51:46.941Z","0.3.5":"2018-08-17T05:11:14.592Z","0.3.6":"2018-08-17T10:24:33.842Z","0.3.7":"2018-09-10T13:44:32.139Z","0.3.8":"2018-09-10T14:06:07.077Z","0.3.9":"2018-09-12T07:46:21.361Z","0.4.0":"2018-09-13T02:59:04.977Z","0.4.1":"2018-10-14T13:47:07.372Z","0.4.2":"2018-10-15T09:49:36.115Z","0.4.3":"2018-10-16T06:31:39.553Z","0.4.4":"2018-10-16T09:15:49.622Z","0.4.5":"2018-11-01T12:31:17.754Z","0.4.6":"2018-11-16T10:02:10.071Z","0.4.7":"2018-12-19T09:08:44.729Z","0.4.8":"2019-01-02T04:57:06.295Z","0.4.9":"2019-03-20T10:06:57.606Z","0.5.0":"2020-01-19T10:17:37.578Z","0.5.1":"2020-03-16T12:55:43.174Z","0.5.2":"2020-03-16T13:58:49.873Z","0.5.3":"2020-05-29T09:14:37.870Z","0.5.4":"2020-06-04T08:09:40.800Z","0.5.5":"2020-07-15T09:50:51.845Z","0.5.6":"2020-12-22T02:38:47.650Z","1.0.0":"2021-08-10T13:49:24.487Z","1.0.1":"2021-08-19T04:22:09.584Z","1.0.2":"2021-10-08T12:05:19.036Z","0.5.7":"2021-10-08T12:09:13.600Z","0.5.8":"2021-11-12T03:42:03.154Z","1.0.3":"2022-03-22T13:07:24.340Z","1.0.4":"2022-07-13T03:51:39.249Z","1.0.5":"2022-07-18T08:30:47.095Z","0.5.9":"2023-03-10T09:56:38.323Z","1.0.6":"2023-03-10T09:57:13.036Z","0.6.0":"2023-03-12T07:40:38.234Z","1.0.7":"2023-03-12T07:40:54.806Z","0.5.10":"2023-03-13T02:24:39.497Z","0.6.1":"2023-03-29T05:02:50.221Z","1.0.8":"2023-03-29T05:03:01.703Z","0.5.11":"2023-03-29T08:03:37.948Z","0.6.2":"2023-05-30T08:07:54.856Z","1.0.9":"2023-05-30T08:08:36.903Z","0.6.3":"2023-09-01T09:06:15.778Z","1.1.0":"2023-09-01T09:09:00.003Z","0.6.4":"2023-09-07T10:03:07.506Z","1.1.1":"2023-09-07T10:03:51.971Z","1.1.2":"2024-04-18T04:10:29.079Z","0.6.5":"2024-05-18T06:12:06.730Z","1.1.3":"2024-05-18T06:12:22.765Z","1.1.4":"2024-07-12T06:38:55.185Z"},"readmeFilename":"","homepage":"https://github.com/xyxiao001/vue-cropper#readme"}